diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..55cab133643a2a73e083373d2106533678d0edd5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,58 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.lz4 filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text +# Audio files - uncompressed +*.pcm filter=lfs diff=lfs merge=lfs -text +*.sam filter=lfs diff=lfs merge=lfs -text +*.raw filter=lfs diff=lfs merge=lfs -text +# Audio files - compressed +*.aac filter=lfs diff=lfs merge=lfs -text +*.flac filter=lfs diff=lfs merge=lfs -text +*.mp3 filter=lfs diff=lfs merge=lfs -text +*.ogg filter=lfs diff=lfs merge=lfs -text +*.wav filter=lfs diff=lfs merge=lfs -text +# Image files - uncompressed +*.bmp filter=lfs diff=lfs merge=lfs -text +*.gif filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.tiff filter=lfs diff=lfs merge=lfs -text +# Image files - compressed +*.jpg filter=lfs diff=lfs merge=lfs -text +*.jpeg filter=lfs diff=lfs merge=lfs -text +*.webp filter=lfs diff=lfs merge=lfs -text +# Video files - compressed +*.mp4 filter=lfs diff=lfs merge=lfs -text +*.webm filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..69eaecd246803db53cc44aaea676e19e9aa1f257 --- /dev/null +++ b/README.md @@ -0,0 +1,89 @@ +--- +configs: +- config_name: dataception + data_files: + - path: dataception.parquet + split: train + default: true +license: odc-by +task_categories: +- text-to-image +tags: +- training +pretty_name: Dataception +--- + +# Dataset Card for Dataception + +Dataset of datasets. + +## Dataset Details + +### Dataset Description + +Dataception is a dataset of image-text training datasets. + +Datasets were collected from CivitAI. Thanks to all the users who curated the original datasets and shared them ❤️ + +Datasets have been processed and converted into WebDataset format. + +To ensure consistent format `.png` images are re-encoded to `jpg` with 90% quality and `.jpeg` extension renamed to `.jpg`. + +Contents of each WebDataset are named with zero-filled sequence number e.g. `00000.txt`. + +Each dataset is accompanied by the original model metadata in `.json` format. + +#### Notes + +Some datasets were excluded from this release: + +- If multiple subdirectories containing image-text pairs were detected; this structure is used in some training UIs to denote multiple concepts. These datasets will be reviewed to determine appropriate processing into WebDataset format. +- If no image-text pairs were detected. These datasets will be reviewed to determine whether captions are in the filenames or just not available. +- If the file is not actually a `.zip`; some cases of `.rar` files have been detected which is unsupported by `zipfile` library that the current processing script uses. +- If the `.zip` uses an unknown compression type that is unsupported by `zipfile` library. This excludes `deflate64` (used by Windows), which is unsupported by default, thanks to patching from `zipfile_deflate64` library. +- Both cases of unsupported files will be processed at a later date. + + +**Curated by:** hlky + +**License:** Open Data Commons Attribution License (ODC-By) v1.0 + +## Dataset Structure + +### Dataception + +- **id**: Model ID. +- **name**: Model name. +- **baseModel**: Base model used for the original training. +- **nsfwLevel**: Content rating for the original model and dataset. +- **dataset_wds**: Path to the WebDataset. +- **dataset_json**: Path to the `.json` metadata. + +### Individual datasets + +`WebDataset` with `.jpg` and `.txt`. + +## Uses + +Potential uses include: + +- Training practice; easily compare your result to the original model. +- Retraining; with modern tooling and newer base models. + +# Citation Information +``` +@misc{Dataception, + author = {hlky}, + title = {Dataception}, + year = {2024}, + publisher = {hlky}, + journal = {Hugging Face repository}, + howpublished = {\url{[https://huggingface.co/datasets/bigdata-pw/Dataception](https://huggingface.co/datasets/bigdata-pw/Dataception)}} +} +``` + +## Attribution Information +``` +Contains information from [Dataception](https://huggingface.co/datasets/bigdata-pw/Dataception) which is made available +under the [ODC Attribution License](https://opendatacommons.org/licenses/by/1-0/). +``` \ No newline at end of file diff --git a/dataception.parquet b/dataception.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c14cb75e08c4fe6dbae520a87886fcb594a149cf --- /dev/null +++ b/dataception.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:775bfcf4a681bf4ae7957275119acfeb1c601984f07d5eae059222de725f105a +size 160212 diff --git a/datasets/100006.tar b/datasets/100006.tar new file mode 100644 index 0000000000000000000000000000000000000000..f324ef64d49e7b824a82f5614784d45f69fa8777 --- /dev/null +++ b/datasets/100006.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dac3c89fb01a9578d0da6aa631e37b5d338b7e213fddf01198c0b5901c3026f +size 560476160 diff --git a/datasets/100280.tar b/datasets/100280.tar new file mode 100644 index 0000000000000000000000000000000000000000..d9a1f159b950014c209a7e0c0dd37b0e8408b3eb --- /dev/null +++ b/datasets/100280.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de60a9cac4c678fe74c39b6ea5e40d1d7ad2658f424a4b7a8a0f653822fcedd +size 12369920 diff --git a/datasets/100441.tar b/datasets/100441.tar new file mode 100644 index 0000000000000000000000000000000000000000..da4d7033c6cfda32720eb6a0e67c458a636e15ec --- /dev/null +++ b/datasets/100441.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa88f524eb76a538f4c816a35e40b27f7a20a22b8a7462b545bbff727e6c261 +size 4362240 diff --git a/datasets/100479.tar b/datasets/100479.tar new file mode 100644 index 0000000000000000000000000000000000000000..bb426fd425579885642a5feb5dd0686ca4a4f25c --- /dev/null +++ b/datasets/100479.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ddb7c9f54a0b819bb0a4d0a08f8b93bef1f57b721ed02e1a2712e3b1aee5b5 +size 2754560 diff --git a/datasets/100548.tar b/datasets/100548.tar new file mode 100644 index 0000000000000000000000000000000000000000..978171c171683037b5406f91ad52fa105457b486 --- /dev/null +++ b/datasets/100548.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d50793f8dc894e895184fd9ab806654ed4fb5d660a0fd7ad45fd10f60b968c +size 5427200 diff --git a/datasets/100656.tar b/datasets/100656.tar new file mode 100644 index 0000000000000000000000000000000000000000..84f55e217a042019d5382c6d3c7f6a8b852aec06 --- /dev/null +++ b/datasets/100656.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcbec36a6ea47317267714aa3799357d0db26b7fdb69b6872580c6cf51fd9ade +size 4853760 diff --git a/datasets/100699.tar b/datasets/100699.tar new file mode 100644 index 0000000000000000000000000000000000000000..e145ff510c3a4c25af35aa766d45377b5e16e869 --- /dev/null +++ b/datasets/100699.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:934c1d6e574b8ea2b9c0eb75f42b55ab6720f8fab9bb929f5974f9cce3940e75 +size 18257920 diff --git a/datasets/101009.tar b/datasets/101009.tar new file mode 100644 index 0000000000000000000000000000000000000000..a45035aaca21cf3fd8e0a95949598c655a64af60 --- /dev/null +++ b/datasets/101009.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:024fed70365275552946cad2883800cd8f01655d555c6a576088ab934f2ce08d +size 11837440 diff --git a/datasets/10110.tar b/datasets/10110.tar new file mode 100644 index 0000000000000000000000000000000000000000..65d5d6aaad5537680ad301a8ed357f2b4a60ed74 --- /dev/null +++ b/datasets/10110.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a51677f83f9cfdf45cb792b3b5a2287bf4fa20dd92ea5c07eff1ad2e4dce224d +size 61982720 diff --git a/datasets/101117.tar b/datasets/101117.tar new file mode 100644 index 0000000000000000000000000000000000000000..99bdcc5c95e3b984ccffcd9d8cfd68e3f54e93f5 --- /dev/null +++ b/datasets/101117.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a02c1ef456f3fac484a0d53d245693aad9326bda3444a54a72989f9311369e0 +size 5560320 diff --git a/datasets/101262.tar b/datasets/101262.tar new file mode 100644 index 0000000000000000000000000000000000000000..8b4f7d89502ab5a91747f22e5695073b977e5c2c --- /dev/null +++ b/datasets/101262.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12fb91714135cc7dd7ed0c3e3fae491caeacb81c8dcd2eadcc7866208370f304 +size 26542080 diff --git a/datasets/101393.tar b/datasets/101393.tar new file mode 100644 index 0000000000000000000000000000000000000000..3fb848ec86a8fed7534151507a6f66eb9c69ff1b --- /dev/null +++ b/datasets/101393.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e17ac5ad8cd70f86562711d8b8cf2d669ff726860712996a07814dd17e6a805 +size 3840000 diff --git a/datasets/101448.tar b/datasets/101448.tar new file mode 100644 index 0000000000000000000000000000000000000000..be3d8d4c7ddd3323dc070498d34c43e106dd747a --- /dev/null +++ b/datasets/101448.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3192616f5693ce47e563fa1d144339ccf0ca509af82ba65075c847214e0cee8 +size 18984960 diff --git a/datasets/101551.tar b/datasets/101551.tar new file mode 100644 index 0000000000000000000000000000000000000000..a42946e56856054f443673e8f0bc2263e04e1830 --- /dev/null +++ b/datasets/101551.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629862f3228f5b074f99e856b32677cef2e16824406d6a430734c6f029860c29 +size 12390400 diff --git a/datasets/101787.tar b/datasets/101787.tar new file mode 100644 index 0000000000000000000000000000000000000000..e7d0066160d6baaed636cb29aece9819671fadd1 --- /dev/null +++ b/datasets/101787.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd78d5dc00393af3df5155697011942b428e34e80854e35abbf51ba4c2a00dd8 +size 3205120 diff --git a/datasets/101805.tar b/datasets/101805.tar new file mode 100644 index 0000000000000000000000000000000000000000..0749cf667ec01aeaa24d95900ef65340fb3d774e --- /dev/null +++ b/datasets/101805.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa43bfcd85677ee36472ee81b27ebc5edfb6a59c9e09b6b350478e461ab4d0b +size 39434240 diff --git a/datasets/102169.tar b/datasets/102169.tar new file mode 100644 index 0000000000000000000000000000000000000000..7fff67f1e8109ca091042a4386358aeb9a06c8ab --- /dev/null +++ b/datasets/102169.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a04491eff2475b017da641345d7b6a379c3a41ebb0198ebe7db0982227457b +size 31191040 diff --git a/datasets/102201.tar b/datasets/102201.tar new file mode 100644 index 0000000000000000000000000000000000000000..5ae6ebdff998b082e5e0ca14aa9a69b8a6ec158d --- /dev/null +++ b/datasets/102201.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ced6b44dc9e555d6e142bda27ffea7183c1e8af5d3af8794b7ce2ad7893f88 +size 16885760 diff --git a/datasets/102361.tar b/datasets/102361.tar new file mode 100644 index 0000000000000000000000000000000000000000..fbe28f97ad28d7db7e6d893b62f7d76fb5af69e1 --- /dev/null +++ b/datasets/102361.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dae5a6e2fc42daa9e8865e8b78f108029ffeffa0e8d15308e718710f0397ebb7 +size 25722880 diff --git a/datasets/103054.tar b/datasets/103054.tar new file mode 100644 index 0000000000000000000000000000000000000000..c5cecee4351c29b393b387c550e0c38fbaa1530f --- /dev/null +++ b/datasets/103054.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a660c081823fd3aa41060f95708e7fa28ddcc5adb96551c5436935141a122c40 +size 14264320 diff --git a/datasets/103244.tar b/datasets/103244.tar new file mode 100644 index 0000000000000000000000000000000000000000..3f361f1574c5c859eeca0b2a3a7664ab9ad39f67 --- /dev/null +++ b/datasets/103244.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33efe8df340bee75b4e1d46b04706eb064b358ec05e6ecca9292f0ed5d101146 +size 3000320 diff --git a/datasets/103271.tar b/datasets/103271.tar new file mode 100644 index 0000000000000000000000000000000000000000..3139e88a251ab79f92b19bd67d1fecd68cad1baa --- /dev/null +++ b/datasets/103271.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966ce28fe34130fbb8a5d4f1b1e1cd3b684fd07bff66f3480a75e900f7547d93 +size 2385920 diff --git a/datasets/103291.tar b/datasets/103291.tar new file mode 100644 index 0000000000000000000000000000000000000000..d6ba6fcc416446929ee50b73747ceb789a71b80c --- /dev/null +++ b/datasets/103291.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d7948308cb5fb00fe957c1efb3b491f3a74284776a894955754894c649d97b9 +size 3399680 diff --git a/datasets/103344.tar b/datasets/103344.tar new file mode 100644 index 0000000000000000000000000000000000000000..a0b6e069d17902af41f3b97193e142d946f08a73 --- /dev/null +++ b/datasets/103344.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73c5b7171b3de90a490102cfd8614026d8a087596bc8aa2c8e4b9edcde359858 +size 8857600 diff --git a/datasets/103399.tar b/datasets/103399.tar new file mode 100644 index 0000000000000000000000000000000000000000..5458f882642c39eeaa4b8bfc4d799f7b5a34baa8 --- /dev/null +++ b/datasets/103399.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc9e568e4cdc0ede0f30c89d22b69b1ffd787080ab3a565620b8242cb5682ee8 +size 10260480 diff --git a/datasets/103487.tar b/datasets/103487.tar new file mode 100644 index 0000000000000000000000000000000000000000..73a4709d1b0a985ad20182a52572bee24cc564ba --- /dev/null +++ b/datasets/103487.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb07e4adeb8cfa4d236c5401e1a51e7fa3518c398ca892000bddfb71b0da53d +size 33648640 diff --git a/datasets/103640.tar b/datasets/103640.tar new file mode 100644 index 0000000000000000000000000000000000000000..7f7d660af5f979fb70e7759e1428e4e616c14fb6 --- /dev/null +++ b/datasets/103640.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f11a7ec98f07e27e83fa456cbc9e79169e629af470a570930561d8f80f750e8f +size 2693120 diff --git a/datasets/103927.tar b/datasets/103927.tar new file mode 100644 index 0000000000000000000000000000000000000000..619989bd836408580c47ecbecd1f5c0a5d078bcf --- /dev/null +++ b/datasets/103927.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e10776eb22b9ffbeaac1a864d1634aaf9535316539ba07162e18ab9e863d5030 +size 32501760 diff --git a/datasets/104007.tar b/datasets/104007.tar new file mode 100644 index 0000000000000000000000000000000000000000..988c193f452307234be2730b389b19e22e7c6218 --- /dev/null +++ b/datasets/104007.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8573110b1cf59af393c293d7e0ba6005e64c19e604b6f2aa48560635cb4dc832 +size 2324480 diff --git a/datasets/104063.tar b/datasets/104063.tar new file mode 100644 index 0000000000000000000000000000000000000000..f53d1b821670a31eb0d63eaec8c8fced002c6451 --- /dev/null +++ b/datasets/104063.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe83e21a3b1bb3c551b8e824c6ab80dd7fe83861301b20a96c2eeef501b9ae58 +size 1832960 diff --git a/datasets/104090.tar b/datasets/104090.tar new file mode 100644 index 0000000000000000000000000000000000000000..538595d224fb93319635c4f80c649575925efa01 --- /dev/null +++ b/datasets/104090.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2fc11353132c31d5cadc90e6c54ca9dd5e36f3160a2e000e577a4a5fa731022 +size 16302080 diff --git a/datasets/104345.tar b/datasets/104345.tar new file mode 100644 index 0000000000000000000000000000000000000000..51d089a90bd0f239f0427c01b83972e622e52849 --- /dev/null +++ b/datasets/104345.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba9adb260bd7e9cfa1ac8f0d861b4443348277aff0c800682ad0cfdf8d203c2b +size 9205760 diff --git a/datasets/104520.tar b/datasets/104520.tar new file mode 100644 index 0000000000000000000000000000000000000000..7277b476320777495442605ff19b1b82895f5c8d --- /dev/null +++ b/datasets/104520.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d1c2bd59643ae5b2bbd8c8b15715f7a7b6f384fc62e8980447e7843620df8d7 +size 6492160 diff --git a/datasets/104531.tar b/datasets/104531.tar new file mode 100644 index 0000000000000000000000000000000000000000..ff9999e710c5d3270a7d41a72cc55d70b9c62550 --- /dev/null +++ b/datasets/104531.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08fb156682cfac5ee933d371c78f51b333478416cd5ea7f1d94f95cd4b27d5b +size 35880960 diff --git a/datasets/104656.tar b/datasets/104656.tar new file mode 100644 index 0000000000000000000000000000000000000000..0b8fae291fb2b82bb99c72ef1edf54497fe86981 --- /dev/null +++ b/datasets/104656.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48bd8b83419ae81db4e52ec61977b05f973aa93408f137156bce5748bd6e1034 +size 13076480 diff --git a/datasets/104694.tar b/datasets/104694.tar new file mode 100644 index 0000000000000000000000000000000000000000..4e1d0cb1b66cf6127d2c3c58096f34be7bee1c43 --- /dev/null +++ b/datasets/104694.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1307408673a1ed8e1b64973d2eb67a4edf2b490bdb7806c0f5bda375d5bb2d +size 50053120 diff --git a/datasets/104738.tar b/datasets/104738.tar new file mode 100644 index 0000000000000000000000000000000000000000..3680aa3a88e10d4ee49da854b32bb5c490f90dc0 --- /dev/null +++ b/datasets/104738.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97288d23de2325fbe26f4a14821e30baf885abce50d2c97d9965787454a6cdbc +size 2467840 diff --git a/datasets/104796.tar b/datasets/104796.tar new file mode 100644 index 0000000000000000000000000000000000000000..e95700aaa2b22baec571b063ad7739c11e8f065c --- /dev/null +++ b/datasets/104796.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242847f0d52af720cf933fd4700942dd9968a060b39f7cbd969d609039cec181 +size 7198720 diff --git a/datasets/105013.tar b/datasets/105013.tar new file mode 100644 index 0000000000000000000000000000000000000000..e4b70e2eee8b8a26c6b8ec3943a5e630988bdc6e --- /dev/null +++ b/datasets/105013.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d17a58ee4546fa42a99f2a951d2cf8fefda1b5c4267d524c05ec4bd74fc19fb0 +size 4874240 diff --git a/datasets/105046.tar b/datasets/105046.tar new file mode 100644 index 0000000000000000000000000000000000000000..87deb5896b3892f1c2fbe96b55a8bb4d1779f793 --- /dev/null +++ b/datasets/105046.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f0b989cb33fd7a723dcbaeeda555212b00058fb3343965b81d954f11492c8b6 +size 1239040 diff --git a/datasets/105068.tar b/datasets/105068.tar new file mode 100644 index 0000000000000000000000000000000000000000..97ccb77207f02a79f542a4b3c382f7692e629d9b --- /dev/null +++ b/datasets/105068.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df8232b02d79f25108536a12ab22ce4ca08482af4f14fac6d44753dfe67b0cd6 +size 1576960 diff --git a/datasets/105098.tar b/datasets/105098.tar new file mode 100644 index 0000000000000000000000000000000000000000..d3ac4897aadcf5b073f6a3ff4aaf4223f895f18f --- /dev/null +++ b/datasets/105098.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed365fc4274db2ed3c67e17b3b57e3b21bca72b81faa74b3aa115b42cdaccab9 +size 2662400 diff --git a/datasets/105128.tar b/datasets/105128.tar new file mode 100644 index 0000000000000000000000000000000000000000..7e1d2c11f081b79a5e96957a2e3c61dabccb65fd --- /dev/null +++ b/datasets/105128.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92b95bccf279caac0ce0868df1c6cdce65e2f1878dfd02724f8c900eb4973e8 +size 3809280 diff --git a/datasets/105242.tar b/datasets/105242.tar new file mode 100644 index 0000000000000000000000000000000000000000..8e03ccb37cac67b7594b9c3cb3657ad86b8efc7b --- /dev/null +++ b/datasets/105242.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1442e6e3b66c29154f072d5fef187747e128085f323969901015805df2783029 +size 1402880 diff --git a/datasets/105288.tar b/datasets/105288.tar new file mode 100644 index 0000000000000000000000000000000000000000..689f67624c16c08552d867e0778f81c8e3b584d7 --- /dev/null +++ b/datasets/105288.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc134ae784ba4867a17447c04c330c3c03372a6244012e7bbb7f054e822640b6 +size 1269760 diff --git a/datasets/105359.tar b/datasets/105359.tar new file mode 100644 index 0000000000000000000000000000000000000000..ecadd39b0bc76aeae2071e6f3080f539d4b204e9 --- /dev/null +++ b/datasets/105359.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d24bd377bc909dd5cd0f171b4768481ae3ee60ffcb2a5471b713e6dba8056c28 +size 2447360 diff --git a/datasets/105383.tar b/datasets/105383.tar new file mode 100644 index 0000000000000000000000000000000000000000..bc504a5b9953ff5a90cef7fa630d62c2c791ea26 --- /dev/null +++ b/datasets/105383.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4188a75e6a70cfa45f34b7ae470864b9110b5635fa635a2ff71d927f60ab613f +size 1710080 diff --git a/datasets/105401.tar b/datasets/105401.tar new file mode 100644 index 0000000000000000000000000000000000000000..939ccbb9c3d508ef1c3486407626b10601507fbd --- /dev/null +++ b/datasets/105401.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79fffdfa0adee7059f77927b7c043c1c99512fc1c524932e948f918c6f928dd8 +size 2160640 diff --git a/datasets/105476.tar b/datasets/105476.tar new file mode 100644 index 0000000000000000000000000000000000000000..0a1f45a407abbbcb91acf64103333cc7019c6b6d --- /dev/null +++ b/datasets/105476.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f70618b1e8d4ccba878b66fb2aa833441f91e9e3e856531da3f84bf36af4730e +size 4433920 diff --git a/datasets/105518.tar b/datasets/105518.tar new file mode 100644 index 0000000000000000000000000000000000000000..208f32aab61b5d951f441521b1bd1202b9effc29 --- /dev/null +++ b/datasets/105518.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38517da905ca9c7970c5674d52ac2569c470942886497e60434a29800bebef06 +size 6584320 diff --git a/datasets/105523.tar b/datasets/105523.tar new file mode 100644 index 0000000000000000000000000000000000000000..9f461b18e69e82b6059182be404721c703090e5a --- /dev/null +++ b/datasets/105523.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:956fbb11c0185d40bfb599d4de6a3bf8597b7dbfc1551695f941ab90feab83fa +size 3573760 diff --git a/datasets/10555.tar b/datasets/10555.tar new file mode 100644 index 0000000000000000000000000000000000000000..d07b60a65167d5d0825879ebfa97ec816f44f9c9 --- /dev/null +++ b/datasets/10555.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:677f875520598d0d98540412e0d6fc673747254d1fe9fca70c87889620409c4e +size 9820160 diff --git a/datasets/105550.tar b/datasets/105550.tar new file mode 100644 index 0000000000000000000000000000000000000000..6070912bd649cc3ac130960bcbcfcaa220dab06f --- /dev/null +++ b/datasets/105550.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c1e473e7b66be4701c50ebaaff5f18d33d0a12d94f52e916d80dd505d07cd5c +size 3102720 diff --git a/datasets/105554.tar b/datasets/105554.tar new file mode 100644 index 0000000000000000000000000000000000000000..a0374db3eb966403bb0fafad2102299dc7e113e1 --- /dev/null +++ b/datasets/105554.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb6a7b8fc648b028a5fe2d78ed1aee48a42ef119d2d8985281c109a54403a259 +size 43939840 diff --git a/datasets/105769.tar b/datasets/105769.tar new file mode 100644 index 0000000000000000000000000000000000000000..1bdadbc86f57d6a9811b1fa019c27168be82c096 --- /dev/null +++ b/datasets/105769.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1751524f9d78ccd2e769ee33dd8067583d5588c10092f35151b80fc2bcd066 +size 2723840 diff --git a/datasets/105925.tar b/datasets/105925.tar new file mode 100644 index 0000000000000000000000000000000000000000..6de887b95334b4206ed8784ebca58f0865e7ff6c --- /dev/null +++ b/datasets/105925.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c214c9ecccbf387adfc55cd47bcb681a42803d36f5395a6f77e8a77c9108778d +size 1576960 diff --git a/datasets/105965.tar b/datasets/105965.tar new file mode 100644 index 0000000000000000000000000000000000000000..95339ddb1dba736ea5b7d678c4c88392ec6661ed --- /dev/null +++ b/datasets/105965.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef02eda0223d609819e6f4591ca9b5e56557c417e336f189fe50372d5481702 +size 1310720 diff --git a/datasets/105998.tar b/datasets/105998.tar new file mode 100644 index 0000000000000000000000000000000000000000..6e050274f9d641c4097040a4295d7806b6b3310e --- /dev/null +++ b/datasets/105998.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f9cc8f94dafb346efeaa89a3c3d5c7fd9ef7d6713916a14d457f53ded96b4f +size 1966080 diff --git a/datasets/106005.tar b/datasets/106005.tar new file mode 100644 index 0000000000000000000000000000000000000000..1fa19ade366bf7571b1c6ea51c653e174b949c5b --- /dev/null +++ b/datasets/106005.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93de889faa9a5a51d90a53aa735b043489fef5a33970d8e48f44862828e226f1 +size 7106560 diff --git a/datasets/106051.tar b/datasets/106051.tar new file mode 100644 index 0000000000000000000000000000000000000000..245431194a7c9ff3c6813285feb2e1e4fc49fe6a --- /dev/null +++ b/datasets/106051.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4051860ad5ac99ad98409e6950a67053e37392b2053ab9799def73dfa7a131 +size 4700160 diff --git a/datasets/106133.tar b/datasets/106133.tar new file mode 100644 index 0000000000000000000000000000000000000000..af276cd40e19ae8569a976f9dad60075bd221589 --- /dev/null +++ b/datasets/106133.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91165dc58135a0a7438a1611659820f7021ea2f8bc4a680ac9fc1056f7104e43 +size 10240000 diff --git a/datasets/106143.tar b/datasets/106143.tar new file mode 100644 index 0000000000000000000000000000000000000000..486fed88c3c78949e3036dae31867f72a2caa1c0 --- /dev/null +++ b/datasets/106143.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e6c5fba805b8c7d9a8f91007d11b045aee149128114ad925c887a0a7bb5ae5 +size 7639040 diff --git a/datasets/106446.tar b/datasets/106446.tar new file mode 100644 index 0000000000000000000000000000000000000000..b2f80d1e1a7077408c55b87390c863c5eee6e3ab --- /dev/null +++ b/datasets/106446.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dee47270abdc567dd851b78016c923b37ebdf8c7b9985c64676ba33f193c7a7f +size 4802560 diff --git a/datasets/106940.tar b/datasets/106940.tar new file mode 100644 index 0000000000000000000000000000000000000000..bfbfdb30ae0d2a4b27a67e9e66e699efe0337f94 --- /dev/null +++ b/datasets/106940.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e13890b382240d3f951a357e1a21d557ba5481e7104c2025792464ded664e8e +size 2795520 diff --git a/datasets/106956.tar b/datasets/106956.tar new file mode 100644 index 0000000000000000000000000000000000000000..97f6b030a76f9602d9634dc598806fb0cf40f570 --- /dev/null +++ b/datasets/106956.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec602df7e935eba9ad720d8290366ae57ad3ed77e53d6f658fa023273441df1 +size 1925120 diff --git a/datasets/107037.tar b/datasets/107037.tar new file mode 100644 index 0000000000000000000000000000000000000000..fdc2b02f85e81d06c769ba8f2c982348a08125ae --- /dev/null +++ b/datasets/107037.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e39ad0d1cd4eb91dc03c22c044b1041a3f7d00c72d40dd36ae2bca85b937bb9d +size 9830400 diff --git a/datasets/107079.tar b/datasets/107079.tar new file mode 100644 index 0000000000000000000000000000000000000000..e1022aaf1686f493b9b194a034ac82fe03f459f4 --- /dev/null +++ b/datasets/107079.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:644c45cfbdc08f27dcd9880753f0d3e26c684e0832c204ee8a561ddf11601c59 +size 8683520 diff --git a/datasets/107494.tar b/datasets/107494.tar new file mode 100644 index 0000000000000000000000000000000000000000..1c07dbb5107f7d027fdc5988f8d0d4a054c7048a --- /dev/null +++ b/datasets/107494.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789da5ad9e6eaff61a7fde73f239104cb91dfac29ceda4a481f3fa66360ed76e +size 1935360 diff --git a/datasets/107550.tar b/datasets/107550.tar new file mode 100644 index 0000000000000000000000000000000000000000..661d868fd94c17e88971a35883e4fbdc07dbd959 --- /dev/null +++ b/datasets/107550.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d2427a5e1d080b0b627f92d80ff3a4a813e2cc73661585173608105b0f58637 +size 2877440 diff --git a/datasets/107555.tar b/datasets/107555.tar new file mode 100644 index 0000000000000000000000000000000000000000..4e6950f983da351cfa11bbdae927bc1c18fb3057 --- /dev/null +++ b/datasets/107555.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa871a1e5255c67a4b074790dcfac12151dca7c1ef5e906a8b699fdf5aa988d +size 2170880 diff --git a/datasets/107795.tar b/datasets/107795.tar new file mode 100644 index 0000000000000000000000000000000000000000..69f3144c3701a0f89518336332db5eb566ec006f --- /dev/null +++ b/datasets/107795.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:345241e2c26659bbd7a08a2b9f29ea04974b98086eeba09b667b9e9a519aef83 +size 4055040 diff --git a/datasets/107846.tar b/datasets/107846.tar new file mode 100644 index 0000000000000000000000000000000000000000..15ff28e32e887481228cb1bd9fe9d7bfc3df7402 --- /dev/null +++ b/datasets/107846.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d290c4b5fe406cc6033ba5e9f9770b448140bf617eeed7a7b65c339d29a8026 +size 2918400 diff --git a/datasets/108411.tar b/datasets/108411.tar new file mode 100644 index 0000000000000000000000000000000000000000..df4a3d7b7e4af6f52bc2adede923080cf4357966 --- /dev/null +++ b/datasets/108411.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89caf3fb2092543fb088461949732562e954c6bd7d13f7310e1da263eda23f6 +size 1658880 diff --git a/datasets/108552.tar b/datasets/108552.tar new file mode 100644 index 0000000000000000000000000000000000000000..6e6cdf826c92fa73d385961dd38368877ed392c3 --- /dev/null +++ b/datasets/108552.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c223b0e718fa573ff0e1bb61b78b37d9e0728e50da5d93974e3e7b9730fda374 +size 1945600 diff --git a/datasets/108622.tar b/datasets/108622.tar new file mode 100644 index 0000000000000000000000000000000000000000..f01aadefe7480c05a8e06eb0d97685b3dee919c6 --- /dev/null +++ b/datasets/108622.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cff68902c8e2371cfb6bf319a41ec09214d6ebfe54ad87b9714a4a49649dc2d +size 2877440 diff --git a/datasets/108652.tar b/datasets/108652.tar new file mode 100644 index 0000000000000000000000000000000000000000..9c1bd111dafbcb11ce89ff36f4b5f5e681088a19 --- /dev/null +++ b/datasets/108652.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:662fa47a0e1f11c80ef6a3dc5b034ac178debfcf7a08d9b7fef7851e2e84c8fa +size 23756800 diff --git a/datasets/108678.tar b/datasets/108678.tar new file mode 100644 index 0000000000000000000000000000000000000000..c297439ef5d01cea955c354dcda7ac568a8c2f9e --- /dev/null +++ b/datasets/108678.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8eeb77d8ec7569b784b322de302ac4f53ca0bc22f42b08faffe9b80612022ca +size 2017280 diff --git a/datasets/108833.tar b/datasets/108833.tar new file mode 100644 index 0000000000000000000000000000000000000000..f30a7852b80feed2b966fddad9451132cf3fc5cd --- /dev/null +++ b/datasets/108833.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2550d378a943316a71e3be8991805e035f03235a1e7c3d3eb3bfad4ec33f487 +size 2447360 diff --git a/datasets/108889.tar b/datasets/108889.tar new file mode 100644 index 0000000000000000000000000000000000000000..30a92107657cccccd818107b73df80d25d8b5c57 --- /dev/null +++ b/datasets/108889.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe372f5d49c1c4cfa3c13dbbac0515151774d9e19dd1fe5919925a91aed0ef0 +size 29480960 diff --git a/datasets/108897.tar b/datasets/108897.tar new file mode 100644 index 0000000000000000000000000000000000000000..19cf8298e76ca5a0d5f65d3228c7bf29787e6f72 --- /dev/null +++ b/datasets/108897.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bed0f06bb9201a7184103769578f7270daf77a7a75f5cf29482108c04fd2412 +size 9144320 diff --git a/datasets/108928.tar b/datasets/108928.tar new file mode 100644 index 0000000000000000000000000000000000000000..df84adda3513f5ee22b75e18b5be5dc4fc28bed1 --- /dev/null +++ b/datasets/108928.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0946a862514557bd0d223c0b965151b8efc398000f7abc2cb13c065bdcaf64ee +size 19875840 diff --git a/datasets/108939.tar b/datasets/108939.tar new file mode 100644 index 0000000000000000000000000000000000000000..88da4d7a18889e58c5c2dc759d642df3ce5b9e4e --- /dev/null +++ b/datasets/108939.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0ef436081898ba7b958169361c8e525ce9becd340c5442107ba6dbb6325e04 +size 4833280 diff --git a/datasets/109047.tar b/datasets/109047.tar new file mode 100644 index 0000000000000000000000000000000000000000..7ded0a5592f7b1e427ad9a1649cc637380d43494 --- /dev/null +++ b/datasets/109047.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df857d07db6abc5227ed3d3cd0b96384aa10ae14bca8cb330982676c3c892744 +size 14776320 diff --git a/datasets/109192.tar b/datasets/109192.tar new file mode 100644 index 0000000000000000000000000000000000000000..4ae773db5dce625afc808df33bcc03c32137641b --- /dev/null +++ b/datasets/109192.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1d8510346563b7f0f26c78d5edbc4383d04e48d430ccb5d64dccc0dabc1a3b +size 1187840 diff --git a/datasets/109216.tar b/datasets/109216.tar new file mode 100644 index 0000000000000000000000000000000000000000..a9fc535059b89648e95fa4e69e1c3d3155e7e681 --- /dev/null +++ b/datasets/109216.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd72e066c7857c5275ee2cec6c14c009b7835b585e7320af276810bd421f09de +size 2293760 diff --git a/datasets/109279.tar b/datasets/109279.tar new file mode 100644 index 0000000000000000000000000000000000000000..e0bd37d16f3ab8878598cca33af5684eaccba899 --- /dev/null +++ b/datasets/109279.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5873a8386fdd77c91df21e24ef2e1d04745f9bf5fa433ffa41dcc07b70083b7b +size 7690240 diff --git a/datasets/10978.tar b/datasets/10978.tar new file mode 100644 index 0000000000000000000000000000000000000000..29dee7a1d0024403c99ead6e62eac89054454072 --- /dev/null +++ b/datasets/10978.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0185e3e9e43160d225046538e9d979010a8b5473206d4ba25482fe5d1038efb6 +size 17489920 diff --git a/datasets/109881.tar b/datasets/109881.tar new file mode 100644 index 0000000000000000000000000000000000000000..db134a993910ac6392771ad4fdabd9a7b990ead6 --- /dev/null +++ b/datasets/109881.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0006ba2d3cd52f5f5bfddb08952cccc3a1cb40a2e935c084a9a01d36c9ceb48 +size 8898560 diff --git a/datasets/10996.tar b/datasets/10996.tar new file mode 100644 index 0000000000000000000000000000000000000000..7a8743a3dc483fb7c2f5dd7d3a3f0ee38c72a856 --- /dev/null +++ b/datasets/10996.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2aed411e85d771849c3f4ed32c924979f9afa1192279ea3656f752a19eea098 +size 12011520 diff --git a/datasets/110329.tar b/datasets/110329.tar new file mode 100644 index 0000000000000000000000000000000000000000..3490f1aa4828e5d025fccf47ed9988a4b630cd61 --- /dev/null +++ b/datasets/110329.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd5a335bbc4e2c0574e40ed0a7b9f303c7c07bc4d623e06b2a51206d6e0e6588 +size 11028480 diff --git a/datasets/110989.tar b/datasets/110989.tar new file mode 100644 index 0000000000000000000000000000000000000000..48e987e80ab9a45a7663e0cfd6742815a117509b --- /dev/null +++ b/datasets/110989.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69be1b55cc8404cd1a5e8bd660bbddeaaf9d0cb918ba916c10fabb998b7cd878 +size 59924480 diff --git a/datasets/111363.tar b/datasets/111363.tar new file mode 100644 index 0000000000000000000000000000000000000000..7b391255e6f48b527d89a5dfb1a94e632a12ac99 --- /dev/null +++ b/datasets/111363.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14561d787ff23f10f1794e8e66b8c016b9f68b2161892fb498dd1f06db7b4172 +size 116367360 diff --git a/datasets/111990.tar b/datasets/111990.tar new file mode 100644 index 0000000000000000000000000000000000000000..0d5a9600d9f06632336a7b847454a37649cc8b60 --- /dev/null +++ b/datasets/111990.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328c979ea31760525fade96f6c8178eed5695c809bdd78cc9318d40db73826ce +size 17664000 diff --git a/datasets/113418.tar b/datasets/113418.tar new file mode 100644 index 0000000000000000000000000000000000000000..685a92ff57731c0ea624e9c1945a47c9041e64db --- /dev/null +++ b/datasets/113418.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:433b96177da293613053cff002be8be6fed98a028583c1636d0ac7b926982ff3 +size 13096960 diff --git a/datasets/113443.tar b/datasets/113443.tar new file mode 100644 index 0000000000000000000000000000000000000000..432a7a9fe424baf07fca3e3e721d05cae318206e --- /dev/null +++ b/datasets/113443.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e91343dd91e55dd20e1b18e7cafe5d4728ce9c3bc0780221fedca738ca04532 +size 21821440 diff --git a/datasets/114189.tar b/datasets/114189.tar new file mode 100644 index 0000000000000000000000000000000000000000..786197c4f2ca13236bf1963066763975175d21c7 --- /dev/null +++ b/datasets/114189.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c22da0eff834e12daf824e52c14dea375917f06bf07390ed46e15aec5c6eb926 +size 20408320 diff --git a/datasets/114764.tar b/datasets/114764.tar new file mode 100644 index 0000000000000000000000000000000000000000..f989811d70a67bcc8420ee3c97797f0016d69db4 --- /dev/null +++ b/datasets/114764.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ed59e401cb3385f85851dfc651b3fd970309af9f2cb84130d673f32e955c929 +size 3665920 diff --git a/datasets/114813.tar b/datasets/114813.tar new file mode 100644 index 0000000000000000000000000000000000000000..d18fe62f521c52caceba32f4aa87b78bf47c954f --- /dev/null +++ b/datasets/114813.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e6c119a423148c767ea804e93c8d08bc1eea794198942747eb56a8c3cc2085 +size 4403200 diff --git a/datasets/114887.tar b/datasets/114887.tar new file mode 100644 index 0000000000000000000000000000000000000000..e79110883302be9d27175bad643b56db792a2a88 --- /dev/null +++ b/datasets/114887.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d36e52a15222fd5cad4e17446f2a3e48728fb3696b902cf82f56c82405ca5049 +size 4249600 diff --git a/datasets/114975.tar b/datasets/114975.tar new file mode 100644 index 0000000000000000000000000000000000000000..105d868c4ed1c4c409d4ecf72f19a9e7b08c8391 --- /dev/null +++ b/datasets/114975.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15718e0d3a5a503f9a974f6996552db579ec236dabdb818c02e678e1815af836 +size 2641920 diff --git a/datasets/114980.tar b/datasets/114980.tar new file mode 100644 index 0000000000000000000000000000000000000000..e709734e524675a302462fc5e4cd5daa16d27565 --- /dev/null +++ b/datasets/114980.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29734dcf2e659545b64d9e18469fd1d29dce52f8978a4a5958d7d351e15ce6a1 +size 17428480 diff --git a/datasets/114994.tar b/datasets/114994.tar new file mode 100644 index 0000000000000000000000000000000000000000..e1387e9d190f272eca0affa55392002b049ade6d --- /dev/null +++ b/datasets/114994.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d9eaf6cb78b93de6f47e548144a4d21467263160d6ea5da8292e935feda94c6 +size 17049600 diff --git a/datasets/115036.tar b/datasets/115036.tar new file mode 100644 index 0000000000000000000000000000000000000000..dd7b3cba3fc67d648997b0702480e1bbd0c5c618 --- /dev/null +++ b/datasets/115036.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a533399545530ca92c24ca0e3cfaee2b49b89e1266fa6900e904a7b5aa9ae1 +size 30095360 diff --git a/datasets/11527.tar b/datasets/11527.tar new file mode 100644 index 0000000000000000000000000000000000000000..f6a0e80e1e67281b4794949d1a19f0c0776afe1a --- /dev/null +++ b/datasets/11527.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae74c0de7a0179e459db1f31d68fc0f2aa25c984d6fbdf4c90f8edc8ee30856 +size 17612800 diff --git a/datasets/115865.tar b/datasets/115865.tar new file mode 100644 index 0000000000000000000000000000000000000000..3f383a9a2dacca9f5b3cb1082cdabbb345728fde --- /dev/null +++ b/datasets/115865.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:986fa40066a4e67c52dd33128739950e44cc185c643b6033656252ff397c56a6 +size 4782080 diff --git a/datasets/11587.tar b/datasets/11587.tar new file mode 100644 index 0000000000000000000000000000000000000000..3303f9d37240cd6f857e62da5ce7e4a2bfe06afa --- /dev/null +++ b/datasets/11587.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e85d60bba17d8ead951d8f27201b9fca41dfe86dd42f0dfb821bce664c9b96 +size 3512320 diff --git a/datasets/115915.tar b/datasets/115915.tar new file mode 100644 index 0000000000000000000000000000000000000000..db5c8097c1cc94b17f5d5231de969be602fca3e4 --- /dev/null +++ b/datasets/115915.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44ecf112ff5a901da06a6aeb48a102886f8afd8dde8e801dace24184585aa26 +size 5601280 diff --git a/datasets/116145.tar b/datasets/116145.tar new file mode 100644 index 0000000000000000000000000000000000000000..37df8f5bd9ed67eef7248ab13e1498100a810da6 --- /dev/null +++ b/datasets/116145.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54633f0b4e34215d1fa8d50d72ce453b5994520fa1895772a05dbebdb2fddf7e +size 4741120 diff --git a/datasets/116197.tar b/datasets/116197.tar new file mode 100644 index 0000000000000000000000000000000000000000..0ddd357befbf86fc222aff68d62e36500b713c20 --- /dev/null +++ b/datasets/116197.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd45901d0bcc54d2aa4f184f85da58e3778a0ea3c0e5c32eec23b4a60650897f +size 26490880 diff --git a/datasets/116251.tar b/datasets/116251.tar new file mode 100644 index 0000000000000000000000000000000000000000..60e132a850db339ea788a2ace8cc7bd442824364 --- /dev/null +++ b/datasets/116251.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1344a1a7feefac75c6ad0fc9ab90975156326abf86389de33ee7c51793d3e18e +size 3092480 diff --git a/datasets/116340.tar b/datasets/116340.tar new file mode 100644 index 0000000000000000000000000000000000000000..9dab8aacd8eef1d87de39ce3cc49dbe2d3df9b8d --- /dev/null +++ b/datasets/116340.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:375a97d82a369ee07c10b274774569a64bd589b776595958863c078e8613f1ac +size 59330560 diff --git a/datasets/116349.tar b/datasets/116349.tar new file mode 100644 index 0000000000000000000000000000000000000000..1602c86f1ccce1745baeb6ceef078ab3f424d06a --- /dev/null +++ b/datasets/116349.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e5e902bbd271e424bf64797d9b003981f8dd4e7f85165d269f2d7fa0244f30 +size 35543040 diff --git a/datasets/116354.tar b/datasets/116354.tar new file mode 100644 index 0000000000000000000000000000000000000000..be078012cd48bb6deb5729a9fcd7f8e2cb3ea9d0 --- /dev/null +++ b/datasets/116354.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ba04f9519f397a85f820dddbcf9b62b5f5221bb9a392a5517f876d54b754b9 +size 12032000 diff --git a/datasets/116363.tar b/datasets/116363.tar new file mode 100644 index 0000000000000000000000000000000000000000..86a7f347b1fc2f30f3bddea336b0ec767a4df3da --- /dev/null +++ b/datasets/116363.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f37056d70ce8dd9671b9a43615ecb666bcea88e2fecc8f0c239b9630a7d4e150 +size 10434560 diff --git a/datasets/116370.tar b/datasets/116370.tar new file mode 100644 index 0000000000000000000000000000000000000000..aca2818ce9d455c485d8e16e5927388562606a59 --- /dev/null +++ b/datasets/116370.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:784df9c176339ae9fd7287dac0409327e86bf71f6bb8937fca42b9afba85ed1a +size 20142080 diff --git a/datasets/116402.tar b/datasets/116402.tar new file mode 100644 index 0000000000000000000000000000000000000000..0efc7804f3a4b0717546b387923fdc56e9172377 --- /dev/null +++ b/datasets/116402.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ef76075be00d6490aaccf676425a12e08686a60e0b34e3169bcd30a934d19d +size 9308160 diff --git a/datasets/116485.tar b/datasets/116485.tar new file mode 100644 index 0000000000000000000000000000000000000000..f991cdaa9a8f791ac50cbfce165d947726339e4a --- /dev/null +++ b/datasets/116485.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:851fe0013ddd72f49d6ec7d50af35742244f49658a79fa7505871e4d02e5e510 +size 3297280 diff --git a/datasets/116914.tar b/datasets/116914.tar new file mode 100644 index 0000000000000000000000000000000000000000..9b7dd678de0be59d2ef44df581c2521f7f5a6999 --- /dev/null +++ b/datasets/116914.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d01519c299ff8e2b3fc338536d8840de719944a7e4a0eee14e2f6613dd5101 +size 9175040 diff --git a/datasets/117144.tar b/datasets/117144.tar new file mode 100644 index 0000000000000000000000000000000000000000..e1dc3354a163053c562ea630a7e03f46868fadb0 --- /dev/null +++ b/datasets/117144.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a65130905af11be738adc1dab627af67a4243e51a8d7937e76233c30d8979fc8 +size 6871040 diff --git a/datasets/117542.tar b/datasets/117542.tar new file mode 100644 index 0000000000000000000000000000000000000000..508621dbdbf922538afb61044449444882781706 --- /dev/null +++ b/datasets/117542.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb138b819911a6075abc56fe73815be19c5773422239c750be09b21c69369803 +size 22927360 diff --git a/datasets/117617.tar b/datasets/117617.tar new file mode 100644 index 0000000000000000000000000000000000000000..8303c2824d511717ccae327e137eb559d707555d --- /dev/null +++ b/datasets/117617.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdeee40bd9678761a21893dee40c6c4e812706f3d1497304ab6bc04eacef05ce +size 5232640 diff --git a/datasets/117741.tar b/datasets/117741.tar new file mode 100644 index 0000000000000000000000000000000000000000..1bcbecdac7133e42d9c196c73d081816b1e51345 --- /dev/null +++ b/datasets/117741.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7888eb706e64f69c8d834b51a05b79c0e2c9392c7c733e7dfd28b11bf9df46e +size 6031360 diff --git a/datasets/117794.tar b/datasets/117794.tar new file mode 100644 index 0000000000000000000000000000000000000000..007804108d715a4f086bf45a8eeefaa6791c0ea7 --- /dev/null +++ b/datasets/117794.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796b97a229108d66a6e36e327d2a52cd1b7535c29897cdffab82542e4680a3e0 +size 6502400 diff --git a/datasets/117834.tar b/datasets/117834.tar new file mode 100644 index 0000000000000000000000000000000000000000..dfa36cf388679494d936b54b865c6c3868db3b16 --- /dev/null +++ b/datasets/117834.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af9c714a12c1ea6d889d7cb68af9f9be63af6489d280d2eecb9f2e1404cda295 +size 25538560 diff --git a/datasets/117980.tar b/datasets/117980.tar new file mode 100644 index 0000000000000000000000000000000000000000..dd2f647f281b764fe5cc1800050b58558cda202b --- /dev/null +++ b/datasets/117980.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1649695573d1eb287ecb0f05893f910be5320334935f0e1b894bdfc20e6e300 +size 4567040 diff --git a/datasets/118017.tar b/datasets/118017.tar new file mode 100644 index 0000000000000000000000000000000000000000..aedef1a3dd26c00f1900eab2702a70b67f1311c6 --- /dev/null +++ b/datasets/118017.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08fd3f90b9b6531ad7910939a7649c6fed57afa8325a962271af494b6bec8452 +size 4270080 diff --git a/datasets/118187.tar b/datasets/118187.tar new file mode 100644 index 0000000000000000000000000000000000000000..3e9fb2defa9445caa26781a13e3709e60c409a82 --- /dev/null +++ b/datasets/118187.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17005a71a935d10a4adecf68648f0ef0daad6fa5847f16991ba80e1f427faa8f +size 2324480 diff --git a/datasets/118319.tar b/datasets/118319.tar new file mode 100644 index 0000000000000000000000000000000000000000..06ae2127db1d769e56e5ec004ef45baf2e01a3b0 --- /dev/null +++ b/datasets/118319.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feaf77b16713b540920699d461aec3ca3887ab7189aa67312e7ab17969347174 +size 24647680 diff --git a/datasets/118794.tar b/datasets/118794.tar new file mode 100644 index 0000000000000000000000000000000000000000..505e50967beadf7b0156b03ceb5e17026bf5f9be --- /dev/null +++ b/datasets/118794.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d79a8025b197d30a4c0cd471c91cbd27628f1763981ac8fb03b6a9acce9b2f5 +size 5806080 diff --git a/datasets/118795.tar b/datasets/118795.tar new file mode 100644 index 0000000000000000000000000000000000000000..977e63f6ceb962308fc6f88e619cb152baa42347 --- /dev/null +++ b/datasets/118795.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d473d063f2df23730bc2caef07c78719f6a912283c03da841acdfa39c4a1f001 +size 2099200 diff --git a/datasets/118886.tar b/datasets/118886.tar new file mode 100644 index 0000000000000000000000000000000000000000..dc1053775af06d9aad8ae594c78fb3afe1c2d0aa --- /dev/null +++ b/datasets/118886.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27647cc927f73228dfc0fddada18286c4255c75e3656a33f82322aca81bbb839 +size 10096640 diff --git a/datasets/118983.tar b/datasets/118983.tar new file mode 100644 index 0000000000000000000000000000000000000000..56e2f80e6f68361323aab87461713c754ace57fc --- /dev/null +++ b/datasets/118983.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23944baa9efccc6e35552ba33f3854ecf86aa285dd66abcfb012b83cd1505ea +size 17233920 diff --git a/datasets/119156.tar b/datasets/119156.tar new file mode 100644 index 0000000000000000000000000000000000000000..c5c5fe9612bfefe05674486c4724b00c2819b9f4 --- /dev/null +++ b/datasets/119156.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0287e1bd1aa997a989b32a9201b3d41c13eda25ecb68c66cf183971570a8e8bc +size 25712640 diff --git a/datasets/119368.tar b/datasets/119368.tar new file mode 100644 index 0000000000000000000000000000000000000000..aa091139c8c2c52f3f57050dc576acdea5e209d9 --- /dev/null +++ b/datasets/119368.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92c2eee04bbe8e1265c5ad5d9f434dbbb5fe94a1a8d9b1541d592536448cb141 +size 10792960 diff --git a/datasets/119514.tar b/datasets/119514.tar new file mode 100644 index 0000000000000000000000000000000000000000..fbdcd4154c65d83804df916397993ed9cff99807 --- /dev/null +++ b/datasets/119514.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70056a1cc8d422fa927a30ba45cbc7c97ab798fabd17a47915349193c3235c24 +size 634880 diff --git a/datasets/119738.tar b/datasets/119738.tar new file mode 100644 index 0000000000000000000000000000000000000000..bab8276778f2ed0ec6fb4ef0a1474fafef5dbfba --- /dev/null +++ b/datasets/119738.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:140a008b304280f674069573d564ac4ff828e0410d65d780c6dd34abcf0e94cf +size 9687040 diff --git a/datasets/119863.tar b/datasets/119863.tar new file mode 100644 index 0000000000000000000000000000000000000000..d97f15d35b7338ffa7240ffae1b198b0a96c0e8a --- /dev/null +++ b/datasets/119863.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca8cb2f9aa76949f0a5e5a6ae5a0732d5dcff135c147c095975eda4a6dbe800f +size 6942720 diff --git a/datasets/11996.tar b/datasets/11996.tar new file mode 100644 index 0000000000000000000000000000000000000000..f925b84c394522652e4d04ea1f621ec67a811884 --- /dev/null +++ b/datasets/11996.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93047bda852bed9b0a9ed8b8a4fa7548c3f06f2313c75dd1561ce7c1f0af6710 +size 15022080 diff --git a/datasets/120204.tar b/datasets/120204.tar new file mode 100644 index 0000000000000000000000000000000000000000..208d3e503124074fe3b2ee99d741b1af385619ee --- /dev/null +++ b/datasets/120204.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89716ab370ea1f28ce5ab7945b6a435ef4812b65bce4d18078df38460074da51 +size 11683840 diff --git a/datasets/120362.tar b/datasets/120362.tar new file mode 100644 index 0000000000000000000000000000000000000000..ae7ac066fea14270df4c30d64a5a542e374d8a74 --- /dev/null +++ b/datasets/120362.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62119776166e9661a11e1e49e1cced3e6745f5ea864eb21741817e801fd51a57 +size 10496000 diff --git a/datasets/120398.tar b/datasets/120398.tar new file mode 100644 index 0000000000000000000000000000000000000000..854a009a1f76899a3599df6a045dfa9160c4e0e5 --- /dev/null +++ b/datasets/120398.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b58b104bd4d75adfc0c7510b6cc92b92e2cfd14e03cec00dd32876d306c360 +size 10014720 diff --git a/datasets/120985.tar b/datasets/120985.tar new file mode 100644 index 0000000000000000000000000000000000000000..17c5af7da4c20afcffa33e7ce755ac53c65fad57 --- /dev/null +++ b/datasets/120985.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1df402652411537ce6dbe0a5d69b97efbc56d2ca626f62ea94101405e9d7c59 +size 8878080 diff --git a/datasets/121999.tar b/datasets/121999.tar new file mode 100644 index 0000000000000000000000000000000000000000..0259440229a31ae9b938e6c3a936166e1e57326e --- /dev/null +++ b/datasets/121999.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acafad0f981b50ec227192fa78f2b9273fb2f0ebac51edc5fd237ed9fdaa0ee0 +size 9687040 diff --git a/datasets/122074.tar b/datasets/122074.tar new file mode 100644 index 0000000000000000000000000000000000000000..beb23c53d48ad16ecb3e9172d679d2250d090e12 --- /dev/null +++ b/datasets/122074.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70cca30abdab56776821f530ea342fa7f5aef7d5b15d6bff4d65e6c5f25d2b69 +size 12206080 diff --git a/datasets/123083.tar b/datasets/123083.tar new file mode 100644 index 0000000000000000000000000000000000000000..aecee92955e420c6d564e3444b6fe4aad6b0cc1c --- /dev/null +++ b/datasets/123083.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee74a5f64cec680f2b0140d194a16bec7b1d9fa33db7bca3a29e9d88c4a1f7d +size 3287040 diff --git a/datasets/123103.tar b/datasets/123103.tar new file mode 100644 index 0000000000000000000000000000000000000000..a81d7ac242cc9b9863fdf69c966a188ff8375ebc --- /dev/null +++ b/datasets/123103.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e0f17e5956384eca2b06ec9dbb489d91040a3ea00b8f1346545313eef16d250 +size 17336320 diff --git a/datasets/123110.tar b/datasets/123110.tar new file mode 100644 index 0000000000000000000000000000000000000000..3ce2268bb71cbd9cfd01171098f5de34e3b0cc66 --- /dev/null +++ b/datasets/123110.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:712ca8122ffef5f540b0b7818dbceb4ea9ee4d586e34c4222c109eb48df56e42 +size 17745920 diff --git a/datasets/123166.tar b/datasets/123166.tar new file mode 100644 index 0000000000000000000000000000000000000000..64c44ca9b48cdd2f9076eda5e1c3c06f5c01827e --- /dev/null +++ b/datasets/123166.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cbba98604836af49fe4e2a1cd0f5fb14d3b38b652577ba52c6a0a9ce5b3ecf8 +size 8478720 diff --git a/datasets/123303.tar b/datasets/123303.tar new file mode 100644 index 0000000000000000000000000000000000000000..feb39a30c8f7dfbdea4486d018f2d8371eda8272 --- /dev/null +++ b/datasets/123303.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a77c9419dbff17bc2810df1b5247e15937ff57029e4f8a6091265d0ba6acec69 +size 17008640 diff --git a/datasets/123305.tar b/datasets/123305.tar new file mode 100644 index 0000000000000000000000000000000000000000..c5ed82b4b06fe71be4aec608b204b42037a72ef2 --- /dev/null +++ b/datasets/123305.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f000df72815b01cd64ba0d65c4b60be37852bd2e8e8b13f9e8798e1e8db5427 +size 17090560 diff --git a/datasets/123431.tar b/datasets/123431.tar new file mode 100644 index 0000000000000000000000000000000000000000..ee8b7a725713b06d8a61c059873ff1d42919a064 --- /dev/null +++ b/datasets/123431.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b51a2f9e79d07ddc84822a98b00f4b66b1ca277d61b8e652f711137167d9824 +size 16762880 diff --git a/datasets/123534.tar b/datasets/123534.tar new file mode 100644 index 0000000000000000000000000000000000000000..daa7c13ec7d43b91be3c9b422cb671b9b21bed95 --- /dev/null +++ b/datasets/123534.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522e07cd61d14c159b62048e8a5a4a434a9590eb0d5b7d22114c06fee020cbe8 +size 15298560 diff --git a/datasets/123868.tar b/datasets/123868.tar new file mode 100644 index 0000000000000000000000000000000000000000..d37b43feb9ccaf0522848e75fcf021b195012b62 --- /dev/null +++ b/datasets/123868.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:577e6aefcbae9ba23f8d0d1d4b80bcf08e010b815d50473567880226dea651ea +size 3205120 diff --git a/datasets/123893.tar b/datasets/123893.tar new file mode 100644 index 0000000000000000000000000000000000000000..28f1dbae016ca2a6e3acaf01ac3fd9a74a3e8ad1 --- /dev/null +++ b/datasets/123893.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e7567a4d6c62aea48fa754ce3279df30a0559ab877284e1700157c9888f3c2 +size 17356800 diff --git a/datasets/123914.tar b/datasets/123914.tar new file mode 100644 index 0000000000000000000000000000000000000000..dfd433091816afef3604483f8fcad701ac7c2972 --- /dev/null +++ b/datasets/123914.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe1ebb5844cdc08f8024116ef0b0b5a06b3e5fe0f9d21d63304e21d75bf0326 +size 16322560 diff --git a/datasets/123928.tar b/datasets/123928.tar new file mode 100644 index 0000000000000000000000000000000000000000..36e2009f49720dbd8a169ed470dc113dcae3fbec --- /dev/null +++ b/datasets/123928.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1bc4c2372ea9f61951bb17d5ffe81212d4650995f399bb67982c13cf279730 +size 17203200 diff --git a/datasets/12506.tar b/datasets/12506.tar new file mode 100644 index 0000000000000000000000000000000000000000..167045a2422420d5fb888173f47eb8d322cda9e8 --- /dev/null +++ b/datasets/12506.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d403a4c3b59bb33abc2059bccafcc448d53f04e4a840fdff8540818cbfc5d2b9 +size 686080 diff --git a/datasets/12508.tar b/datasets/12508.tar new file mode 100644 index 0000000000000000000000000000000000000000..a1ffad202aab78fe7526e9cd5c0901bba51a27d9 --- /dev/null +++ b/datasets/12508.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dd1cc1af600d96438b8a86ccd8c6a033bd75b3f9a4fa6dd01bc8e115d56c702 +size 686080 diff --git a/datasets/125123.tar b/datasets/125123.tar new file mode 100644 index 0000000000000000000000000000000000000000..688bea0bc74a0d98abab370bed1696df1e1c1b17 --- /dev/null +++ b/datasets/125123.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3692afbf9870e223ba947bcce73a91564bc6a9961001f665b9505e7d05785975 +size 6154240 diff --git a/datasets/125459.tar b/datasets/125459.tar new file mode 100644 index 0000000000000000000000000000000000000000..fffc2c4f17bd1ac82401748691e7777c3aaa8acb --- /dev/null +++ b/datasets/125459.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e146d5dab75cbfbf80302eb7fc1a49150238e3b72fb07c8d01ff120568476a1c +size 9789440 diff --git a/datasets/125541.tar b/datasets/125541.tar new file mode 100644 index 0000000000000000000000000000000000000000..60834c10c2f9bbf95bf619db9bc5e1d17cef6d3e --- /dev/null +++ b/datasets/125541.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159ff13c23b7a1b8b98318fdba70cbb879e3cec1b8d1f2c153d5d58b297127ac +size 2099200 diff --git a/datasets/125791.tar b/datasets/125791.tar new file mode 100644 index 0000000000000000000000000000000000000000..59a0cf905bf649d1aaa1cbb4a514ab9caff2f69b --- /dev/null +++ b/datasets/125791.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83ea2cb871af5a3624d4a2d1fbee9ff126f449065a46e2dd0651a6a57c3dcab8 +size 9656320 diff --git a/datasets/125904.tar b/datasets/125904.tar new file mode 100644 index 0000000000000000000000000000000000000000..ed4bb423af83afddcbd72b17ab470f0f6c6c0ff4 --- /dev/null +++ b/datasets/125904.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6503df36c7f7f24963c56d5cad88483d71497e28de3abd8770cecbdc0ed29615 +size 65474560 diff --git a/datasets/126151.tar b/datasets/126151.tar new file mode 100644 index 0000000000000000000000000000000000000000..3d680ee6f04b652613bdfd4468260acee74df30b --- /dev/null +++ b/datasets/126151.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb6a38dbaa070cfb721c0c2627a9140be81e1b3873acb3c7bfc5d0fabb008343 +size 9400320 diff --git a/datasets/126413.tar b/datasets/126413.tar new file mode 100644 index 0000000000000000000000000000000000000000..6d0241b410d7333187d0a3bfab7608e9525b4856 --- /dev/null +++ b/datasets/126413.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5dba5f867c9be33de3fac2e0a2f63158c849bc7736588a6522067ecbc6c557d +size 10639360 diff --git a/datasets/126489.tar b/datasets/126489.tar new file mode 100644 index 0000000000000000000000000000000000000000..1583c912918dd0172a6db96a8547fe5f074a7094 --- /dev/null +++ b/datasets/126489.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:427c9287d86a1f47ef50c24dd71eb7914f290919b24a60fe0ac919ce18f18e17 +size 23388160 diff --git a/datasets/126642.tar b/datasets/126642.tar new file mode 100644 index 0000000000000000000000000000000000000000..656aad98fa1233d1e7c415a344259eec80cb45fa --- /dev/null +++ b/datasets/126642.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3637796155d7f3329696ba7ac5ef40043488a046f929831664f7f0f28e6d376b +size 8960000 diff --git a/datasets/126944.tar b/datasets/126944.tar new file mode 100644 index 0000000000000000000000000000000000000000..587a78d991c208f3d6c50f9f03149cbda13d2b53 --- /dev/null +++ b/datasets/126944.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c27100533e9533a3206060fef8dee2132f222aef80e808e03ab91a2c1e53ad +size 5120000 diff --git a/datasets/127061.tar b/datasets/127061.tar new file mode 100644 index 0000000000000000000000000000000000000000..52f2fa0ac897270e0bd3db06dc087bef5556a51e --- /dev/null +++ b/datasets/127061.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d311de17dc14727cce0eba6199a2cfee876107f23a008430c105819048b23525 +size 9236480 diff --git a/datasets/12744.tar b/datasets/12744.tar new file mode 100644 index 0000000000000000000000000000000000000000..4a46441fd190b4796c49261b6104e320c2f90863 --- /dev/null +++ b/datasets/12744.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:504f00a78eb82183d3f1de2e35cd22de5aa9f933d93673c1f485a807ea4fbf34 +size 2304000 diff --git a/datasets/127504.tar b/datasets/127504.tar new file mode 100644 index 0000000000000000000000000000000000000000..8def71d345ddb80bc65776fa17a0af862deca184 --- /dev/null +++ b/datasets/127504.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82643b570e368bb600e4bb82ba6788bc31779f90df8e3a70e1200fa4314043ae +size 9267200 diff --git a/datasets/127734.tar b/datasets/127734.tar new file mode 100644 index 0000000000000000000000000000000000000000..613c9effc5b4bd00d5a496c26166a05779d1a593 --- /dev/null +++ b/datasets/127734.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41760164222dc342c571dd17bd71041c7110edb0fc2ab8b6e03390781507397d +size 6236160 diff --git a/datasets/12796.tar b/datasets/12796.tar new file mode 100644 index 0000000000000000000000000000000000000000..f072f42233958c81f180e75fdb8bc8267692306b --- /dev/null +++ b/datasets/12796.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8763826f1beea24c14ffe27a322687055677672d0ba0471cdb3640828e633b3f +size 18759680 diff --git a/datasets/128030.tar b/datasets/128030.tar new file mode 100644 index 0000000000000000000000000000000000000000..19aad0e293c84c9d4aad8f8af614e0e75bd7e915 --- /dev/null +++ b/datasets/128030.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df72c2883b33510ff2b8b28034d5bface0cbf1b090bd5fa6e061be6af5bc9e16 +size 7731200 diff --git a/datasets/128063.tar b/datasets/128063.tar new file mode 100644 index 0000000000000000000000000000000000000000..41e8dc719476805375ebcfa41f418b7e92d3dfcb --- /dev/null +++ b/datasets/128063.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72636fdc209708dc2e558112711d98234e3654c0014cb40543115affea775b07 +size 4730880 diff --git a/datasets/128138.tar b/datasets/128138.tar new file mode 100644 index 0000000000000000000000000000000000000000..545fef4b6b7363b6b5a4c0ace8894c81c822e99b --- /dev/null +++ b/datasets/128138.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6887c42e513abab4e671b99f3823a62d1b06c95b05b100170cd34fa57ba6a3b5 +size 28938240 diff --git a/datasets/128682.tar b/datasets/128682.tar new file mode 100644 index 0000000000000000000000000000000000000000..5db4baaa1a8a4a8a09d0f5eb14eb52e6d179528a --- /dev/null +++ b/datasets/128682.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81200bcf36e97414f629d54ef30eebc8f913df25d3d0b66e0431c2e4e035512a +size 5775360 diff --git a/datasets/128701.tar b/datasets/128701.tar new file mode 100644 index 0000000000000000000000000000000000000000..aa8d1016b721a35d34778d5f47770caaa55b6bc8 --- /dev/null +++ b/datasets/128701.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ce133cdcba62a34b842c4a0736b807dd90c8286ca53aa7cba8f7ed6bccc4daf +size 27084800 diff --git a/datasets/128758.tar b/datasets/128758.tar new file mode 100644 index 0000000000000000000000000000000000000000..e979263b5ed2d5320927ca001ee415420da6b525 --- /dev/null +++ b/datasets/128758.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b9098ccbf1248effe63a6de1cbbb6c08a5d601d64ee04fc5b624113db68c736 +size 4843520 diff --git a/datasets/129235.tar b/datasets/129235.tar new file mode 100644 index 0000000000000000000000000000000000000000..4dd505f18711c5c02690a6e59c4910af4ddd9a23 --- /dev/null +++ b/datasets/129235.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2afab3417c953ac09ddd89640003742d170fe5b3324b2a3acf86cc187df351f1 +size 6307840 diff --git a/datasets/129656.tar b/datasets/129656.tar new file mode 100644 index 0000000000000000000000000000000000000000..aa0950c5e1a5cd7280a4a74848710538bba66d03 --- /dev/null +++ b/datasets/129656.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d13f471943cf71d743b939b1a7d4e2a797e86e5846d1f07d2727c20ca146be6 +size 7362560 diff --git a/datasets/129704.tar b/datasets/129704.tar new file mode 100644 index 0000000000000000000000000000000000000000..f9f7759da4c14b739402626d5eb31474bfb755c5 --- /dev/null +++ b/datasets/129704.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:301087a68f932f28e09444217e16fd0a717fe5de48dedd386d41ddffa5d26822 +size 7352320 diff --git a/datasets/129715.tar b/datasets/129715.tar new file mode 100644 index 0000000000000000000000000000000000000000..922b2a891bf85654b1e38466a860cea66d990039 --- /dev/null +++ b/datasets/129715.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a14e79eb1fdca656a91847394d06155405c95f58c32324b2c2f0a068896ef69 +size 18165760 diff --git a/datasets/129769.tar b/datasets/129769.tar new file mode 100644 index 0000000000000000000000000000000000000000..5af6cd4a11af49968a7905c34d4cccf5de1b6f3e --- /dev/null +++ b/datasets/129769.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:448b1fd7c1cdf5bb2b29d6b0d2b2f8f2ba6d8a591384f0f58b754c7be28a8dc2 +size 4710400 diff --git a/datasets/130119.tar b/datasets/130119.tar new file mode 100644 index 0000000000000000000000000000000000000000..3f93d25e5702c22b8f25516320b024b204431002 --- /dev/null +++ b/datasets/130119.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4be525a59f35afaaf69f0155ea04ccb6848507f09d75e6cdc1a80120ad408aa +size 5447680 diff --git a/datasets/130390.tar b/datasets/130390.tar new file mode 100644 index 0000000000000000000000000000000000000000..1bccefe4631e336d3cd1cc87a8fde36aaf81a743 --- /dev/null +++ b/datasets/130390.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d7ebcbd5b63454e09a6459adbe86f69ee36a34cc7047ab16fa9df09a827e06 +size 9246720 diff --git a/datasets/130597.tar b/datasets/130597.tar new file mode 100644 index 0000000000000000000000000000000000000000..3ab28c856662f3a9c15f247ef3225d4ef46db200 --- /dev/null +++ b/datasets/130597.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ae1212e6180bfc3f212cd35594c69eb4c696bfbbb9b2400ae44ea611a66e31 +size 7127040 diff --git a/datasets/130977.tar b/datasets/130977.tar new file mode 100644 index 0000000000000000000000000000000000000000..a5b2a7f0f4d3a323fa2e58a03f7b7eac4e72fdd8 --- /dev/null +++ b/datasets/130977.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab2d3ad8737e186583f328269f80a8e08303cb89f6e7a6ce544d638c763dae8 +size 18933760 diff --git a/datasets/131104.tar b/datasets/131104.tar new file mode 100644 index 0000000000000000000000000000000000000000..753069a62f738ac4cb44ef172f499523c389a707 --- /dev/null +++ b/datasets/131104.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d679b4b294f4517cedc368a1ea0dc72afb183933f3e3f0117c7789358b9f80c0 +size 9512960 diff --git a/datasets/131237.tar b/datasets/131237.tar new file mode 100644 index 0000000000000000000000000000000000000000..f093d4b84f6480e423ed5cdc68c834a3e70540a1 --- /dev/null +++ b/datasets/131237.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fbb8af05c34b5de4546baccae095feb9b56abb8b980ff9d3b19628b1bc395aa +size 8949760 diff --git a/datasets/131339.tar b/datasets/131339.tar new file mode 100644 index 0000000000000000000000000000000000000000..7aec5f8ec015dc28aaf6634b3d42c0b82aa46319 --- /dev/null +++ b/datasets/131339.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3723f9d00db3e5d78d40e60021611b8fd32b6554edd60b7624240afd6401d8fd +size 8990720 diff --git a/datasets/131364.tar b/datasets/131364.tar new file mode 100644 index 0000000000000000000000000000000000000000..d4fff2ce856c8695c2e84eb6b348ccd57ff04764 --- /dev/null +++ b/datasets/131364.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ac7d5f12298b7c3adf335940322928b15811992a72db55189f59d324456ea5 +size 71331840 diff --git a/datasets/131585.tar b/datasets/131585.tar new file mode 100644 index 0000000000000000000000000000000000000000..a83941e5ce739c0bd56180a4503eeed54ec85e49 --- /dev/null +++ b/datasets/131585.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b48e8e2724c11d224cde058ab8e98ddf8121e9f888765d0ececbc82199061a0 +size 3952640 diff --git a/datasets/131646.tar b/datasets/131646.tar new file mode 100644 index 0000000000000000000000000000000000000000..890181aae7553a1bd9165dc08650a21d899846e9 --- /dev/null +++ b/datasets/131646.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abdd74dceb291c7efc032c5f06f806a8133960aa914bb7e904cf8633cae329c2 +size 6645760 diff --git a/datasets/132017.tar b/datasets/132017.tar new file mode 100644 index 0000000000000000000000000000000000000000..e046077e0d9ced513e2804cf7038ed417272911e --- /dev/null +++ b/datasets/132017.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3965a622d0b5248928e7165435a14dfa5a46edab411cce83f190b76ab75ae9 +size 6420480 diff --git a/datasets/132518.tar b/datasets/132518.tar new file mode 100644 index 0000000000000000000000000000000000000000..696d28592ea0dea9c59e134e735a7778f9aea132 --- /dev/null +++ b/datasets/132518.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187c552091d7b118fce534cb17e75bdf6d4ed4ac9ab9789b99fce59bb9a7499e +size 6154240 diff --git a/datasets/13253.tar b/datasets/13253.tar new file mode 100644 index 0000000000000000000000000000000000000000..ba08819e0a6ef44f0ce0e4cd33cf7aee0aeca853 --- /dev/null +++ b/datasets/13253.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:074b735d85036aab53aa8cd2cccb63af411991b1a2d841683ee7cac5349876ce +size 35932160 diff --git a/datasets/132593.tar b/datasets/132593.tar new file mode 100644 index 0000000000000000000000000000000000000000..8757b824987ba4bfa382aa93ba5d95420e8e9a53 --- /dev/null +++ b/datasets/132593.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e60061728e99eab713dec9635c4e6ce77704443103e61c9a9d6b2af3d5125c +size 9011200 diff --git a/datasets/132668.tar b/datasets/132668.tar new file mode 100644 index 0000000000000000000000000000000000000000..ed124233cfbeb897b5c359e6dd83c1e2d16bff0a --- /dev/null +++ b/datasets/132668.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d053f9fbae9e7caa337d34c72447b75d94d0daaff6a01f84321c5711a746e93f +size 6819840 diff --git a/datasets/132753.tar b/datasets/132753.tar new file mode 100644 index 0000000000000000000000000000000000000000..04f6b9af2b79974f96f431fb9cce226f78034bcf --- /dev/null +++ b/datasets/132753.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd74d73688d1274e8fbf6b23d04b067880d6a332dfcb544f3e1a10dca05b40f7 +size 6932480 diff --git a/datasets/132867.tar b/datasets/132867.tar new file mode 100644 index 0000000000000000000000000000000000000000..95b4cb2ac97418b76f5932dc576d155e68d5fa04 --- /dev/null +++ b/datasets/132867.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c02b752c1165bfcef36f78a87ec61adf10b2d2c62324e1190dd2926ecf2808 +size 8140800 diff --git a/datasets/132922.tar b/datasets/132922.tar new file mode 100644 index 0000000000000000000000000000000000000000..e5b2e601487f84780a2d310774f4cf1a3b40d884 --- /dev/null +++ b/datasets/132922.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c5ba5e1baa30cbb0afde3540cf31796e55a0dcba362991e2bbbfd1023f56c76 +size 5867520 diff --git a/datasets/133590.tar b/datasets/133590.tar new file mode 100644 index 0000000000000000000000000000000000000000..5d103c9f4f4560b50b50557fcbb68a746b90ec14 --- /dev/null +++ b/datasets/133590.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad7372fc56d6ca76b1d4120c5bd62b3901e2a4827f2e325984ab806bfcad3725 +size 7444480 diff --git a/datasets/133675.tar b/datasets/133675.tar new file mode 100644 index 0000000000000000000000000000000000000000..4e9d60e3da2cde3e7b93a3cd37ad4b0a8b08eafa --- /dev/null +++ b/datasets/133675.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c20ae5d3b0d4f48a5dcddb140a3ca7a63e9f2570d8af89e78a21d3cd55159b3 +size 8120320 diff --git a/datasets/13374.tar b/datasets/13374.tar new file mode 100644 index 0000000000000000000000000000000000000000..3bbac48b838f0486882894be1c6f9d7086a13c5e --- /dev/null +++ b/datasets/13374.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9755a2581dbc590de0178a11e20b6b5738f590478fb3304fc8c33b3c1ab42fde +size 1423360 diff --git a/datasets/133820.tar b/datasets/133820.tar new file mode 100644 index 0000000000000000000000000000000000000000..93c6a44a88eb266a5c0649d3d7420cb00345713b --- /dev/null +++ b/datasets/133820.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d47443871837bddd6b669a783fddbe44330881ca61454c8343c5184ccabd0fc +size 10004480 diff --git a/datasets/133875.tar b/datasets/133875.tar new file mode 100644 index 0000000000000000000000000000000000000000..525cf6225ff7ae040a2faa872dca1e4f31fb540b --- /dev/null +++ b/datasets/133875.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f904a9952b79834856947cb32bccb4be3fa0aa8d5779c6a64692119c3655c35 +size 8294400 diff --git a/datasets/134139.tar b/datasets/134139.tar new file mode 100644 index 0000000000000000000000000000000000000000..0a484d996e6b1c99c97c9aca1b5aa7371b48e13d --- /dev/null +++ b/datasets/134139.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83471a779b45adcfbf8c295169d169cd6ded0815514e6511b395df0b43f83cd0 +size 8120320 diff --git a/datasets/134435.tar b/datasets/134435.tar new file mode 100644 index 0000000000000000000000000000000000000000..27a5266d3b65c4d151d17d115015ffb1cd0a16d8 --- /dev/null +++ b/datasets/134435.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1efaa3b9623c35adc1487518a8272bb365cd491bcdab90db2615bc9fb219a200 +size 1157120 diff --git a/datasets/1345.tar b/datasets/1345.tar new file mode 100644 index 0000000000000000000000000000000000000000..e5b2ecbeae8cc7b9b2b1fff6739fe2d1201b6e49 --- /dev/null +++ b/datasets/1345.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01be145f64b272679a741e4683e610638f0fb2ae9910a8a274b3269a755777a +size 10895360 diff --git a/datasets/134511.tar b/datasets/134511.tar new file mode 100644 index 0000000000000000000000000000000000000000..484897b05d5fcf59a2d59773496a77b24838f1f2 --- /dev/null +++ b/datasets/134511.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d44cd9f0f55f5b4d220c2ae1254d2466cec5caa637a390b980f9e53382f72c +size 10526720 diff --git a/datasets/134589.tar b/datasets/134589.tar new file mode 100644 index 0000000000000000000000000000000000000000..bfadc161326041e4c06a57ebe10c67628020bda1 --- /dev/null +++ b/datasets/134589.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fd78d2de2995e8ec551c5746c2f0c4008f01464b8d314f5143d287c5ff3ab45 +size 10014720 diff --git a/datasets/134659.tar b/datasets/134659.tar new file mode 100644 index 0000000000000000000000000000000000000000..0c697ff0e82a762c4695881e9611268c73237a51 --- /dev/null +++ b/datasets/134659.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a71823508af891a5b4841d6be6149b95fdba004aaa45e5024295adb2426bf42c +size 8704000 diff --git a/datasets/134900.tar b/datasets/134900.tar new file mode 100644 index 0000000000000000000000000000000000000000..535ef9ed2211a80dde3855d9bf72dd23348a99fe --- /dev/null +++ b/datasets/134900.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0a9f7da3fb5d5d1569e4e11a12307e754003fb46fd3e4ecdf9b177152e82657 +size 9195520 diff --git a/datasets/134996.tar b/datasets/134996.tar new file mode 100644 index 0000000000000000000000000000000000000000..1bfaed903f699530ee68b55b83ddeb97cceac78c --- /dev/null +++ b/datasets/134996.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6748798e3b5edfd97232b19fd2746b9f4b0de1252366568c51f15f254ae6da6d +size 8376320 diff --git a/datasets/135012.tar b/datasets/135012.tar new file mode 100644 index 0000000000000000000000000000000000000000..920cd8ee97c2a972c308c6d1b765a6a8fe411f7b --- /dev/null +++ b/datasets/135012.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca38653ee5d04d3be2c65c2be975cc1fd25784ba20dad28eea57131289f64ad +size 5898240 diff --git a/datasets/135022.tar b/datasets/135022.tar new file mode 100644 index 0000000000000000000000000000000000000000..d6c3cf32613296747f626463d8cf4ba3e181581e --- /dev/null +++ b/datasets/135022.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0472c586202bf6543b5ce9d164986371febdd35a9579ae33e5a26fcd232461f1 +size 39608320 diff --git a/datasets/135045.tar b/datasets/135045.tar new file mode 100644 index 0000000000000000000000000000000000000000..a9705c22a9439565fa72c5ecdc523c384686028c --- /dev/null +++ b/datasets/135045.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4987ed3462bce63fd143d3ffa14b64677a145b1f5e6a482e3d7545d5b1b2fee3 +size 5273600 diff --git a/datasets/135063.tar b/datasets/135063.tar new file mode 100644 index 0000000000000000000000000000000000000000..dbfa9545915f037623a557dfdd6cdb5d71b22892 --- /dev/null +++ b/datasets/135063.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558fcf28b6392007ebdcb77e18e5e17f31ddccd149c908043cf787b82e01e87c +size 8581120 diff --git a/datasets/135661.tar b/datasets/135661.tar new file mode 100644 index 0000000000000000000000000000000000000000..50b508b314b5124eba3925b71494c38a7ba94376 --- /dev/null +++ b/datasets/135661.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1463a63a4ef55151fbbd3953fb13b703f15325d3a68e700b27a61b250c857e9c +size 20459520 diff --git a/datasets/135910.tar b/datasets/135910.tar new file mode 100644 index 0000000000000000000000000000000000000000..63a402a0a0533add6a625f5f043ba52ed901a81c --- /dev/null +++ b/datasets/135910.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:861f986f67200e700258a4c2f21df72d246be1428ef523e7caee2bbaa7dca2d3 +size 8949760 diff --git a/datasets/136178.tar b/datasets/136178.tar new file mode 100644 index 0000000000000000000000000000000000000000..9969530c705902c6123eed15d6b43afc5859ccb6 --- /dev/null +++ b/datasets/136178.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16fcee9c948c5da1361d68a323bef3988567430c128dc922fe0461e31244f8ea +size 7895040 diff --git a/datasets/1365.tar b/datasets/1365.tar new file mode 100644 index 0000000000000000000000000000000000000000..e0f3967fe5e043651ec9c67dd98394e3898ad7ea --- /dev/null +++ b/datasets/1365.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:001d854dc55c75cbcb65948bc59ebb68dd46845783035ee6298ea7c2f61be248 +size 4833280 diff --git a/datasets/136924.tar b/datasets/136924.tar new file mode 100644 index 0000000000000000000000000000000000000000..24451bb853d6dc8590fc5c522308a63d0d06e83e --- /dev/null +++ b/datasets/136924.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7431a335e7e15238c59253475030e6c9330f28668af644be71051bc15b51e449 +size 18647040 diff --git a/datasets/13718.tar b/datasets/13718.tar new file mode 100644 index 0000000000000000000000000000000000000000..d6aac082558631d54171759bf3645428c842f425 --- /dev/null +++ b/datasets/13718.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62fe6d0af914d7c5c1291a3427a0736988c319bc76f0eac09858e1ea6b41b793 +size 13312000 diff --git a/datasets/137242.tar b/datasets/137242.tar new file mode 100644 index 0000000000000000000000000000000000000000..221a6bae2fb73a59576a4df3e320543160266b0f --- /dev/null +++ b/datasets/137242.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8233e9a3ce2cc7d3fd1d8afa7d5ed4209992ad27d1480888cbd9bb452088ba4 +size 1597440 diff --git a/datasets/137277.tar b/datasets/137277.tar new file mode 100644 index 0000000000000000000000000000000000000000..9f4ce34bb9c61cdcf50e312baf2909c40a6524f6 --- /dev/null +++ b/datasets/137277.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:437e20379d21fc9626435efd31f2113bae2cbc1f5fa5e66f1494ca52f62a64d8 +size 8273920 diff --git a/datasets/137350.tar b/datasets/137350.tar new file mode 100644 index 0000000000000000000000000000000000000000..ea2823b74c615458f7e6628e5a627daac403fd7a --- /dev/null +++ b/datasets/137350.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc3311da4fb7745c83cf8191ffdba39685adeaf9b7f62eeedc1ecce2d953c63 +size 11335680 diff --git a/datasets/137605.tar b/datasets/137605.tar new file mode 100644 index 0000000000000000000000000000000000000000..5926378e4251db4bb34ca25f239fbd7b5f228637 --- /dev/null +++ b/datasets/137605.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aebab6260288a8c071a1eb4318419fb41b008b530649c9608d3f8624edef7902 +size 10301440 diff --git a/datasets/137883.tar b/datasets/137883.tar new file mode 100644 index 0000000000000000000000000000000000000000..e9ea3322277a42f72c8daa3be9faa9617a4f31ca --- /dev/null +++ b/datasets/137883.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec525cf60f2f745386866d17231af2b9c65ef76c9df79181bd41d10bbf8cf11 +size 9431040 diff --git a/datasets/138084.tar b/datasets/138084.tar new file mode 100644 index 0000000000000000000000000000000000000000..bb881929abe7f091ffbbbf0e8a0070339b02ce66 --- /dev/null +++ b/datasets/138084.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3de0a328044a12a28186ef5025addd33143f756312bd782de9c05e3eafebec2 +size 5478400 diff --git a/datasets/138263.tar b/datasets/138263.tar new file mode 100644 index 0000000000000000000000000000000000000000..3f3020f84a6b3c1a07c48118d046a68b58385cbd --- /dev/null +++ b/datasets/138263.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:684d402556aad075837ed786e427ce2a6983623e199c24cc514e242c004256cb +size 10209280 diff --git a/datasets/138352.tar b/datasets/138352.tar new file mode 100644 index 0000000000000000000000000000000000000000..faf0d9100449a0ac9032e8e5261d6e4320b811f7 --- /dev/null +++ b/datasets/138352.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd18b7c7fda612c53e2e387cade50f7086055cf2ac77c695ab4755ef162f9dd +size 14090240 diff --git a/datasets/138520.tar b/datasets/138520.tar new file mode 100644 index 0000000000000000000000000000000000000000..d36ec91b57695fc3f614fcfbef7344af6aee61ca --- /dev/null +++ b/datasets/138520.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:607a51522b305591fce1d7ac24ca127b000c1788cbb5a8ecf71ebcc5906649fb +size 9236480 diff --git a/datasets/138718.tar b/datasets/138718.tar new file mode 100644 index 0000000000000000000000000000000000000000..48177b67889d446752d379bf79282aa615cdfd01 --- /dev/null +++ b/datasets/138718.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f108fbc36a91d6da92017235c0e8bc718ed5365bfcb0bfdf18f131fa09d966 +size 11008000 diff --git a/datasets/138801.tar b/datasets/138801.tar new file mode 100644 index 0000000000000000000000000000000000000000..ef6ca7fade7023103d21564a32236f67d6cf6e11 --- /dev/null +++ b/datasets/138801.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a821302c03998a3ccacac203f3c493e2e6216573aef4b39d572df90ff4e2cc4a +size 35665920 diff --git a/datasets/138880.tar b/datasets/138880.tar new file mode 100644 index 0000000000000000000000000000000000000000..b1cdb4263f50df86208c7632a70b5b437eaeb78f --- /dev/null +++ b/datasets/138880.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:758d0ac08b3a1406092016750f06f8b0e77f9fd59428e84f826503baa4ed6a49 +size 3584000 diff --git a/datasets/138901.tar b/datasets/138901.tar new file mode 100644 index 0000000000000000000000000000000000000000..320282b0b2cddbfafc7dd1fb16a201d390c587b7 --- /dev/null +++ b/datasets/138901.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f4bf9127f2439edd836d5f98c4923f5429c133b4de16fd43aa90a89d5da6a65 +size 15841280 diff --git a/datasets/138985.tar b/datasets/138985.tar new file mode 100644 index 0000000000000000000000000000000000000000..5a8c75bea56f0398aea39ae8cc1957343966365f --- /dev/null +++ b/datasets/138985.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1808fc9516037151657accaeff5370b81ee9cd5140858dcd9273670535520580 +size 15493120 diff --git a/datasets/139453.tar b/datasets/139453.tar new file mode 100644 index 0000000000000000000000000000000000000000..a33de968ba6e04ec40e18d7f5007b52ff00d4d0b --- /dev/null +++ b/datasets/139453.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:063dc68d5909fa62fabe9e0e0e9b3ba1d249e3367d592e961dccbf24493e8660 +size 12718080 diff --git a/datasets/139490.tar b/datasets/139490.tar new file mode 100644 index 0000000000000000000000000000000000000000..20d1afbee3e6b91dfb62c240e1ecbf70a4d8f5aa --- /dev/null +++ b/datasets/139490.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c8e3f04a8fda93085ee60d840278c6de7c88cc50c1670a6e26aa6efd36cb388 +size 12636160 diff --git a/datasets/139943.tar b/datasets/139943.tar new file mode 100644 index 0000000000000000000000000000000000000000..22a933e941050af688cb93e1fddf3b2f9934d87f --- /dev/null +++ b/datasets/139943.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa3c3076d34a9270bb8f10582d94f29f7a7f1ac32776c32cc69b4f16e7ef9d7 +size 51200 diff --git a/datasets/14015.tar b/datasets/14015.tar new file mode 100644 index 0000000000000000000000000000000000000000..49460426277c438480a085382dd64c6ef38f60d9 --- /dev/null +++ b/datasets/14015.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d771dddaf481b5e5699c3ac717fb7b2bb30b335dc755157f280da2513fc25141 +size 40099840 diff --git a/datasets/140169.tar b/datasets/140169.tar new file mode 100644 index 0000000000000000000000000000000000000000..be9fc714048d22cf799197795ee3833898633fc2 --- /dev/null +++ b/datasets/140169.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7cd1192a337222aded1ccd964e57afdf40fe6d19e7f2a2a138c23ecbc27b88 +size 9256960 diff --git a/datasets/140509.tar b/datasets/140509.tar new file mode 100644 index 0000000000000000000000000000000000000000..918fe1f87a0f387a6befc30100472cec2571c82b --- /dev/null +++ b/datasets/140509.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b154bd0793124d336553586d537871be159cfc88e825711f7c36392437b5241c +size 8755200 diff --git a/datasets/14054.tar b/datasets/14054.tar new file mode 100644 index 0000000000000000000000000000000000000000..76efac02ec53610e8c265eea6225c7d1f014ced6 --- /dev/null +++ b/datasets/14054.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec26983f68378bf78c8cb7996650a8f1f1eb2dbd150a2cb8635bfd327d019db8 +size 15912960 diff --git a/datasets/140542.tar b/datasets/140542.tar new file mode 100644 index 0000000000000000000000000000000000000000..0893bd3ec71964563aa2adc539a370d59c47b589 --- /dev/null +++ b/datasets/140542.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d61a866081cffe9ee29d733212a8eeb1b6fc1d72ab094e941ff641c3543a9a04 +size 22415360 diff --git a/datasets/140586.tar b/datasets/140586.tar new file mode 100644 index 0000000000000000000000000000000000000000..d9f957aed039f84407249564205bf58eaf75aa09 --- /dev/null +++ b/datasets/140586.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d014d4687b2d2a8399ef5a147164318fc2514a5047d0927757cf4d25e9fcaa +size 8038400 diff --git a/datasets/140696.tar b/datasets/140696.tar new file mode 100644 index 0000000000000000000000000000000000000000..34df5c8686bb8fb90da0ccb80ac2a79680c9ef04 --- /dev/null +++ b/datasets/140696.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ed9627c651415f08e994bbabcfff0b936e18a4800fc6c4473d345c287b35ce +size 21360640 diff --git a/datasets/140698.tar b/datasets/140698.tar new file mode 100644 index 0000000000000000000000000000000000000000..c31bc4dae75a9ed554477208dcbdd0f5238827bd --- /dev/null +++ b/datasets/140698.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad1d5c8c155d5e26d0776e78d12a24896658e0fdeaf9a211790a69ef38fd195 +size 7864320 diff --git a/datasets/140856.tar b/datasets/140856.tar new file mode 100644 index 0000000000000000000000000000000000000000..dfb4306b4a6c7203c17aec64593ff88c18894499 --- /dev/null +++ b/datasets/140856.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e308746c9d398142f7e32eaaaa2d28e27ffc2c98ed229234ab281352c2b4f440 +size 7987200 diff --git a/datasets/141195.tar b/datasets/141195.tar new file mode 100644 index 0000000000000000000000000000000000000000..a91881fc8c6996d61fe0d3aec83eb7412aa0fcbe --- /dev/null +++ b/datasets/141195.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a94819d0f043f613f50bc60756a9f85b71599f0b87d6898a7d9a1e38a0809c +size 10168320 diff --git a/datasets/141317.tar b/datasets/141317.tar new file mode 100644 index 0000000000000000000000000000000000000000..d163bca66482c0a9da4d01fe61a9138c493f28aa --- /dev/null +++ b/datasets/141317.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec1a57046208663e5ac1a893a2511d8afbe9caa8305486ddbe8792dcdf46788 +size 10219520 diff --git a/datasets/141559.tar b/datasets/141559.tar new file mode 100644 index 0000000000000000000000000000000000000000..372aac200e37101c726d90387c4eba2cd517f85d --- /dev/null +++ b/datasets/141559.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0191f92c951542d8528474e46c2812c804717dff3a52cf96aa204742c3db109c +size 9093120 diff --git a/datasets/141642.tar b/datasets/141642.tar new file mode 100644 index 0000000000000000000000000000000000000000..4901bde40fc5a2bc1b256dd297c8fc7389f7ade0 --- /dev/null +++ b/datasets/141642.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffcc292fd43dc2b6b1045bdf1dea363d2e4b1e481573e8dfbf4c7cd0a13c74eb +size 9308160 diff --git a/datasets/141656.tar b/datasets/141656.tar new file mode 100644 index 0000000000000000000000000000000000000000..b13aa60448b40f16db5384b8c8092faf15f2386f --- /dev/null +++ b/datasets/141656.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01405f75d02bdbd2c9801946513253bc76830af32820c60c7110eccc299be56b +size 8806400 diff --git a/datasets/141966.tar b/datasets/141966.tar new file mode 100644 index 0000000000000000000000000000000000000000..6bd785f0b4dc6b17e8f6926277f196f4c68ffe67 --- /dev/null +++ b/datasets/141966.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f2fd6e17f67feeffbc61f1d15f64958e3ebc3ad77c26aeb8e0118a06ec0c8a +size 9041920 diff --git a/datasets/142003.tar b/datasets/142003.tar new file mode 100644 index 0000000000000000000000000000000000000000..249e476b148148633de598f2cd68d1f6418b4fb2 --- /dev/null +++ b/datasets/142003.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d40e3ae119be2fcc20f9ff391c8a30552c7f805478e04f576828677f277cc429 +size 9154560 diff --git a/datasets/142068.tar b/datasets/142068.tar new file mode 100644 index 0000000000000000000000000000000000000000..3e74d2704079b7628975827a522dc32d621675be --- /dev/null +++ b/datasets/142068.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f251ee8336bce9df1aee8ed8173bebfd4f38feb8c507e0ff4e6e9f623793312 +size 11325440 diff --git a/datasets/142139.tar b/datasets/142139.tar new file mode 100644 index 0000000000000000000000000000000000000000..1debf65fdc65df71e8a65c702307597ca66f0919 --- /dev/null +++ b/datasets/142139.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f39f61cd3389147a9778abcb0ef90a6693ae42d6ca2c46bfb1d499cf9e1b4ae +size 12830720 diff --git a/datasets/142160.tar b/datasets/142160.tar new file mode 100644 index 0000000000000000000000000000000000000000..bc0609c7168ea958927f733d23bb5b3b378629a0 --- /dev/null +++ b/datasets/142160.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ee762acb70555045d448e65e7f16407546c1fb589d5e083e2d790ca8e36735a +size 61992960 diff --git a/datasets/142408.tar b/datasets/142408.tar new file mode 100644 index 0000000000000000000000000000000000000000..4dfb445159814c9659098680e4061caa0bb846fd --- /dev/null +++ b/datasets/142408.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a579149fb713591f33637f161508990d2bda1cde8f87f1b0158a22f2ad97f9e +size 8140800 diff --git a/datasets/142492.tar b/datasets/142492.tar new file mode 100644 index 0000000000000000000000000000000000000000..ca2ae21d00cb4c06f68f859c58f5e0e7d32d0670 --- /dev/null +++ b/datasets/142492.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e52b54d91bab86f766bb9a1b76ad60b0fd718d114a995494de591b7ee2300e +size 7976960 diff --git a/datasets/142554.tar b/datasets/142554.tar new file mode 100644 index 0000000000000000000000000000000000000000..7e076eba2eb6bc26146e641491c8feedc5000d02 --- /dev/null +++ b/datasets/142554.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f472f39263b8815dfeab0bc58f324375d513808fa820c1c15fe17c91943e68c7 +size 16660480 diff --git a/datasets/142627.tar b/datasets/142627.tar new file mode 100644 index 0000000000000000000000000000000000000000..e1d488afb0c3d238fe83407655d9c8131b2760b4 --- /dev/null +++ b/datasets/142627.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d65e5fa2424c88ef125c06f7890000a612d786e10bfaa3058422570697298c0 +size 11509760 diff --git a/datasets/142733.tar b/datasets/142733.tar new file mode 100644 index 0000000000000000000000000000000000000000..939a37756add2d029e7ea8fa7d916d5573b80409 --- /dev/null +++ b/datasets/142733.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c55bae6d7bfc5d7ba739a66ec6689ea2b98197a42811cd0ccda74b63ec63fd +size 10342400 diff --git a/datasets/143037.tar b/datasets/143037.tar new file mode 100644 index 0000000000000000000000000000000000000000..6959ee2cc8b858e035cd611530e5bc1a1659a795 --- /dev/null +++ b/datasets/143037.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd498fe8d30ab15fa17c203c4c4bbfaae271abd8d63bab0481823d241ffb4cfc +size 11550720 diff --git a/datasets/143213.tar b/datasets/143213.tar new file mode 100644 index 0000000000000000000000000000000000000000..6a5db9c2035c9f532138e63c2954b8f0e185d448 --- /dev/null +++ b/datasets/143213.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e855491b65f836fcafcfd9370da5817f8029322e0b8b5cc030460f22bfa0bd +size 10065920 diff --git a/datasets/143284.tar b/datasets/143284.tar new file mode 100644 index 0000000000000000000000000000000000000000..a1d27fd3555f46649b81c40366dd0b5bc5680ab9 --- /dev/null +++ b/datasets/143284.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e39d7b5e962217c2f03ccdb18aa9f164ca5454b568ad9c0da039181da1bf42 +size 10168320 diff --git a/datasets/14349.tar b/datasets/14349.tar new file mode 100644 index 0000000000000000000000000000000000000000..4c3ff4d55052911e79eda83126af49b6443a8a99 --- /dev/null +++ b/datasets/14349.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d386a4bd0c2ee22b2fbc3ebb15bb6b93413d99fa865a6d9bb14718ada3118262 +size 3297280 diff --git a/datasets/144297.tar b/datasets/144297.tar new file mode 100644 index 0000000000000000000000000000000000000000..b15cde41fa4b68abaa53601cef7fcd29e17bfa43 --- /dev/null +++ b/datasets/144297.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60254dc6457df37918d213448fe4b30f3a976c5c0abbf7db3675465d56000208 +size 9226240 diff --git a/datasets/144493.tar b/datasets/144493.tar new file mode 100644 index 0000000000000000000000000000000000000000..1fcc86a06e559185e6e0958c4fdcbb8cf76e7752 --- /dev/null +++ b/datasets/144493.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0414a0744925394c4895c92e825d00128482df9d36cfbe81fc35a6235d24f8 +size 9328640 diff --git a/datasets/144807.tar b/datasets/144807.tar new file mode 100644 index 0000000000000000000000000000000000000000..b4eabf0eb9bdb9027b0b34fa4f6cd9f93b099fad --- /dev/null +++ b/datasets/144807.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e10fda930e8b15d11eae700fd63a6fa45f7599d0dda3a38dcca740e6db9dfb5 +size 8253440 diff --git a/datasets/144975.tar b/datasets/144975.tar new file mode 100644 index 0000000000000000000000000000000000000000..51b222cc413d118138b4db448e5ba6e103b8e0bd --- /dev/null +++ b/datasets/144975.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c056c80793c7f810f303baa3d5756ab20d9780fdcda4d316aaf93ea398ff271 +size 10352640 diff --git a/datasets/145164.tar b/datasets/145164.tar new file mode 100644 index 0000000000000000000000000000000000000000..1a9d8ba4f0b71940a3863998e272e727e9933165 --- /dev/null +++ b/datasets/145164.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc6bf9f72e46dcd03331714a3e39e511c20ef73ad7441988828cdd34fd36d46 +size 9523200 diff --git a/datasets/145223.tar b/datasets/145223.tar new file mode 100644 index 0000000000000000000000000000000000000000..838f7634264b532a4553564b1748f062b23040e4 --- /dev/null +++ b/datasets/145223.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e021d5caa2fe0f1082f01d9dddd02ac19f45abb2e2908025f105d8141862dad7 +size 10076160 diff --git a/datasets/145408.tar b/datasets/145408.tar new file mode 100644 index 0000000000000000000000000000000000000000..dc4d0daddb4328ac0063401d2010807ea54ceeba --- /dev/null +++ b/datasets/145408.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbfdc00e81002604143efe592dc2f12917299c57c3575ef5adc8c66d39101424 +size 8755200 diff --git a/datasets/145487.tar b/datasets/145487.tar new file mode 100644 index 0000000000000000000000000000000000000000..c59b6f202996023446c19f67dc7ca61d3928dc38 --- /dev/null +++ b/datasets/145487.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34094ee7ee211e36c5228854ccde4aef8efb12488fc9934e856503e4ac50ddba +size 10526720 diff --git a/datasets/145590.tar b/datasets/145590.tar new file mode 100644 index 0000000000000000000000000000000000000000..56802b520a980d45819116310b234847e7776e80 --- /dev/null +++ b/datasets/145590.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed7aed96fee0601117876497ba5737eda73298e09fa097360b416bb166f7c82 +size 49223680 diff --git a/datasets/145609.tar b/datasets/145609.tar new file mode 100644 index 0000000000000000000000000000000000000000..c6cd97984063948982cee1d051f67602c3be0525 --- /dev/null +++ b/datasets/145609.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8880f6a02ed67b2e435152fb9c79fc73ce49a6ff51d43a105f16536793ce801 +size 9789440 diff --git a/datasets/145639.tar b/datasets/145639.tar new file mode 100644 index 0000000000000000000000000000000000000000..182081e09448c37259bba68eb5ddc4f1a12a1182 --- /dev/null +++ b/datasets/145639.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6beee1818d510cfa78dd869469641620c5e6602a216d84bd44172c9a05095f9d +size 38000640 diff --git a/datasets/145817.tar b/datasets/145817.tar new file mode 100644 index 0000000000000000000000000000000000000000..6707e3ff61c14ccd83139ce5536f4f02fc825c46 --- /dev/null +++ b/datasets/145817.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:027a1ed998f3ed1ef83b569129f17df2c37695719a9fe04c24b1cac18c279268 +size 10035200 diff --git a/datasets/14586.tar b/datasets/14586.tar new file mode 100644 index 0000000000000000000000000000000000000000..94540bb4492a9b3a065a9c5edac17d518fb7be88 --- /dev/null +++ b/datasets/14586.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc37a44f692f6900373adbb0d2506973814cf2c4a1760c89bfe3258616c0f420 +size 22169600 diff --git a/datasets/146053.tar b/datasets/146053.tar new file mode 100644 index 0000000000000000000000000000000000000000..7fa0955ce7b30d0c7e9c8c8b44e46923274a833a --- /dev/null +++ b/datasets/146053.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf62c421420c60457ccf492a26b8d61ae0185514adfc793cec307e9e67f8e97 +size 10086400 diff --git a/datasets/146242.tar b/datasets/146242.tar new file mode 100644 index 0000000000000000000000000000000000000000..3451b28a3831b80f2d7195e10c730ba88521610b --- /dev/null +++ b/datasets/146242.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43096e638fce02c95467bac0eee27fe7d2638362fc02aaffc9a3bdfd18d1d8f4 +size 9072640 diff --git a/datasets/146358.tar b/datasets/146358.tar new file mode 100644 index 0000000000000000000000000000000000000000..065b04f15b47f2c047564b6791834b7e52b78adf --- /dev/null +++ b/datasets/146358.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3871747825fa99010229d669a02632ee37e5cf9caff4a01a6415f4ab121b301c +size 10608640 diff --git a/datasets/146637.tar b/datasets/146637.tar new file mode 100644 index 0000000000000000000000000000000000000000..9651d40188ffeb7e6581d1e43ab4a126d16e6adc --- /dev/null +++ b/datasets/146637.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944f24d1dc9670d5b2515a2637d3a6b829a3fe3b06b5808255ddb91b6c130ba2 +size 7444480 diff --git a/datasets/146748.tar b/datasets/146748.tar new file mode 100644 index 0000000000000000000000000000000000000000..3a7fad87055e0e1f8a7f7ce24239a432962c9690 --- /dev/null +++ b/datasets/146748.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e40e7b2290d2d0e2e6f964cfb28900a54ec7122f2b5a4d3f8e618d79aa6088 +size 10137600 diff --git a/datasets/146784.tar b/datasets/146784.tar new file mode 100644 index 0000000000000000000000000000000000000000..189c0c65d3e9ca8b31879755a14833a154101870 --- /dev/null +++ b/datasets/146784.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710157a248d6dbcded5b223de6d8eb48b34e9f440b1e3989b71a74895c20dce2 +size 10199040 diff --git a/datasets/146788.tar b/datasets/146788.tar new file mode 100644 index 0000000000000000000000000000000000000000..f80a7f134073e3c918c2f4989f2053a148fbf68e --- /dev/null +++ b/datasets/146788.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aabeaf8bc23311c61fdc54c2f540e38fb1c516e9df1a66e8ef1996aaebd00f3c +size 10199040 diff --git a/datasets/146938.tar b/datasets/146938.tar new file mode 100644 index 0000000000000000000000000000000000000000..c5b7a8b902c23d5dfb4950753d14a5912958696c --- /dev/null +++ b/datasets/146938.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e13e36f9654f8debaf7368d3440626aa89b014a4bc16c0e2ff109b8f8b1b958 +size 6963200 diff --git a/datasets/146941.tar b/datasets/146941.tar new file mode 100644 index 0000000000000000000000000000000000000000..87df2cd2c6f2f773a272d73599416ae7c043b537 --- /dev/null +++ b/datasets/146941.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79288712253fb0e465fc5916f20139de2ab72caa7de9704d19ea6ef11d756f3f +size 6594560 diff --git a/datasets/146946.tar b/datasets/146946.tar new file mode 100644 index 0000000000000000000000000000000000000000..2ca636532741293fe706153e5438fd2ce684b6a6 --- /dev/null +++ b/datasets/146946.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5947f3895309fb3c54e4d0fcb1b3c2ff385c9126b09b5f6cae69e9044ad7aa1 +size 4433920 diff --git a/datasets/146958.tar b/datasets/146958.tar new file mode 100644 index 0000000000000000000000000000000000000000..2bda85f3a6f2c6e3f9134dc75650aa892c45cb5f --- /dev/null +++ b/datasets/146958.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:048e06b9e0926a0270f43892644fc34bffb40bab8d04f70bf66c98b7aefc06de +size 6277120 diff --git a/datasets/146985.tar b/datasets/146985.tar new file mode 100644 index 0000000000000000000000000000000000000000..6f55fee84420d977b5c5b5511fe55541ce5df852 --- /dev/null +++ b/datasets/146985.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb135e94daf0c2d5ca6041d1c9672602cdbef7340f917f5e153e5748ab30ffe +size 3205120 diff --git a/datasets/146999.tar b/datasets/146999.tar new file mode 100644 index 0000000000000000000000000000000000000000..041d8e87f75bbfe0a080d069d74ca75f6248a73c --- /dev/null +++ b/datasets/146999.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:342bb846bdcf832b5654398c5d19a8423d06c60b4372d4fcedcb0e79d19f07cd +size 9820160 diff --git a/datasets/147306.tar b/datasets/147306.tar new file mode 100644 index 0000000000000000000000000000000000000000..7ca27b35a5bc6d3e06437bb83e10759921d98929 --- /dev/null +++ b/datasets/147306.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74918721a5b8e43e89b8d742ac498fe5a83c56ce17bd964ef99096fef717dff9 +size 8908800 diff --git a/datasets/147360.tar b/datasets/147360.tar new file mode 100644 index 0000000000000000000000000000000000000000..5c1874abebee9811042ea8d4f6fae56afe12a115 --- /dev/null +++ b/datasets/147360.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af04e72ac1affccc0b1c6ed38ed7814d1e6028b1521847c57aeaeb4e0f761657 +size 8017920 diff --git a/datasets/147536.tar b/datasets/147536.tar new file mode 100644 index 0000000000000000000000000000000000000000..bce137fa1404900437c819c51f66332431b0f614 --- /dev/null +++ b/datasets/147536.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06541511f379401ea8909e733c84bfaa64b9b5ba5d0d68757164dc075a5475a9 +size 9123840 diff --git a/datasets/147620.tar b/datasets/147620.tar new file mode 100644 index 0000000000000000000000000000000000000000..91764a51b1a7d225e6f72e6af23a2a1b84a4e77f --- /dev/null +++ b/datasets/147620.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c54399ba35109dfb2cfa04982ab942b6bba4ef0b2d26409ea96c6830492b46 +size 9533440 diff --git a/datasets/147713.tar b/datasets/147713.tar new file mode 100644 index 0000000000000000000000000000000000000000..c75a302f6808b569040934bd9ae124fbb90259e0 --- /dev/null +++ b/datasets/147713.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c03d11b81d7446cb705a965fb09471383c9efa21d00b52bc62d4e43d5e4c375 +size 11038720 diff --git a/datasets/147958.tar b/datasets/147958.tar new file mode 100644 index 0000000000000000000000000000000000000000..ac18ad3d676f0676b3bf6e85c8a39a8900553b3d --- /dev/null +++ b/datasets/147958.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2efd4b350fb23e9a717b3f3650c79e5a7d81cfbec0939554f11b3ffdd8ca94f2 +size 9369600 diff --git a/datasets/148132.tar b/datasets/148132.tar new file mode 100644 index 0000000000000000000000000000000000000000..a91d626e1320e425cd851690ee344a92575282d1 --- /dev/null +++ b/datasets/148132.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4cee50844f274675ef85bdb3014b116bd967d87a71fdc8f32810bb78f50d409 +size 9615360 diff --git a/datasets/14821.tar b/datasets/14821.tar new file mode 100644 index 0000000000000000000000000000000000000000..b1087f38f81c552b882690034fb27dbe572c9465 --- /dev/null +++ b/datasets/14821.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b151ba3f93f6afcd15582cf051c1913cf43b8fe03dd096729a49764426daed1 +size 17745920 diff --git a/datasets/148410.tar b/datasets/148410.tar new file mode 100644 index 0000000000000000000000000000000000000000..0397a74a66759aae2a37a41f5830deb552cd189a --- /dev/null +++ b/datasets/148410.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93bb7354770986ec75ba6ddedbdbed0028d7bbbaf7e270a4b2270e8e25a2931a +size 1157120 diff --git a/datasets/14851.tar b/datasets/14851.tar new file mode 100644 index 0000000000000000000000000000000000000000..4fa9a4963e0cd156f04cd335a7a419fbf0928d27 --- /dev/null +++ b/datasets/14851.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0957ff48ffdaad3ea1d50234fe116e99dacc0435ba7d0c463c0c6c544d896e1f +size 24514560 diff --git a/datasets/148968.tar b/datasets/148968.tar new file mode 100644 index 0000000000000000000000000000000000000000..c6aeaf0759d6b8531e5c6a48885a222216d1898d --- /dev/null +++ b/datasets/148968.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12455d6d4701ea4e4339467057a7e761251ffb08c654a5520183e8601b71f596 +size 35061760 diff --git a/datasets/149067.tar b/datasets/149067.tar new file mode 100644 index 0000000000000000000000000000000000000000..c85ecc2ba2e3159882dc26a193ef1c7914b63f7d --- /dev/null +++ b/datasets/149067.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb190d3d102a53d6471cd7f15151b67e3b676977fb438c0505c031aa2e56f825 +size 6543360 diff --git a/datasets/149145.tar b/datasets/149145.tar new file mode 100644 index 0000000000000000000000000000000000000000..caecc88855e762904b09c43e4421c0940d8f8725 --- /dev/null +++ b/datasets/149145.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab38c85e99b10b4337b0aa893ccdcca0d0cf8a76aee1720b5f768ea4c03e5e3f +size 80640000 diff --git a/datasets/149151.tar b/datasets/149151.tar new file mode 100644 index 0000000000000000000000000000000000000000..e0ac947403c843f9210985e103f25a00fc10ffc0 --- /dev/null +++ b/datasets/149151.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ad441f13e4e3d19f5c3b4fd98fccfa71a37217945e26d39c777b4fdba48afb +size 9666560 diff --git a/datasets/149187.tar b/datasets/149187.tar new file mode 100644 index 0000000000000000000000000000000000000000..5564661e3f5ccd79f31dc9add0f6d3a8d93f67a4 --- /dev/null +++ b/datasets/149187.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec782e19954d8cca05de10dd0a4e660093701069175636f46d8e89fc420f1ea +size 15185920 diff --git a/datasets/149219.tar b/datasets/149219.tar new file mode 100644 index 0000000000000000000000000000000000000000..d4ef0d012a2c4ce993f48f15250eb3f09d323945 --- /dev/null +++ b/datasets/149219.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4082522c0e303385065b6120e86ff25be69897050133ef678236aaf387a9f243 +size 5867520 diff --git a/datasets/149702.tar b/datasets/149702.tar new file mode 100644 index 0000000000000000000000000000000000000000..1e5e71afd1622b402031dce6fbcc55128f8b3674 --- /dev/null +++ b/datasets/149702.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae92b60a2ae8db8d393667d0d6c9cd61f2b307c8448b3cb9ddd65b13ad2395e +size 9000960 diff --git a/datasets/149788.tar b/datasets/149788.tar new file mode 100644 index 0000000000000000000000000000000000000000..361db961cc096db9e339f11034182ba064705663 --- /dev/null +++ b/datasets/149788.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:338c35f9e51bad58c2f5247d8c877dc532bc8ec08027fbab28c6340d8b30210f +size 7925760 diff --git a/datasets/149838.tar b/datasets/149838.tar new file mode 100644 index 0000000000000000000000000000000000000000..8bd91689f8c8724c7d9c90e810c8f4763c041cc2 --- /dev/null +++ b/datasets/149838.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b2fb7e08938a067753c8f9cf704c7d43f0ab7af2dc6491f254f4c04b10d24f9 +size 155576320 diff --git a/datasets/149893.tar b/datasets/149893.tar new file mode 100644 index 0000000000000000000000000000000000000000..b2fd8707906225d94b3ec39e1829d869dc3bf211 --- /dev/null +++ b/datasets/149893.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53882dd7b0766d1ce73e6f7fcdd05a978cb62186d537fff0c73cde2e3a9182e7 +size 8325120 diff --git a/datasets/150125.tar b/datasets/150125.tar new file mode 100644 index 0000000000000000000000000000000000000000..c6b4166843141935d992ae750a8ec6d7e2e716fc --- /dev/null +++ b/datasets/150125.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc0b7d4bffe0bae84d76d43106aefb5061ca7e05d23694ad8c696eff713cbcc +size 3676160 diff --git a/datasets/150217.tar b/datasets/150217.tar new file mode 100644 index 0000000000000000000000000000000000000000..f94c256595f5c35eb9d24b65f54265818aabfa84 --- /dev/null +++ b/datasets/150217.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a9b5d392f43a2b7b9b1da40adb41f1a7e437c92137a93d25e1c084ba68a44a0 +size 3973120 diff --git a/datasets/150301.tar b/datasets/150301.tar new file mode 100644 index 0000000000000000000000000000000000000000..49e4bcddce962f98a7e63a08dc0e04ea470f00ea --- /dev/null +++ b/datasets/150301.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f2e17ee55fe01b17bb7d9ea6f2c921eefe6ad9c15bea888028ae5c2765b467f +size 109731840 diff --git a/datasets/150545.tar b/datasets/150545.tar new file mode 100644 index 0000000000000000000000000000000000000000..261b8e9364ecef252f118085beb156b5b88f4ec7 --- /dev/null +++ b/datasets/150545.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7350a133786850de1c055c7d7629187d8478230afc315cf9ed160e4e9ccc1e +size 8458240 diff --git a/datasets/150613.tar b/datasets/150613.tar new file mode 100644 index 0000000000000000000000000000000000000000..41a25ed0c8a99f8804d702085aa1c2d35d9e3ab1 --- /dev/null +++ b/datasets/150613.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f3fd4d3cf5fc542c7f5e5e97e37940272bd9c2b63e0a2db5188dc2b5a9dd97 +size 9267200 diff --git a/datasets/150821.tar b/datasets/150821.tar new file mode 100644 index 0000000000000000000000000000000000000000..66ae94f8a433356597e8a1bd09e312476b20cc15 --- /dev/null +++ b/datasets/150821.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:343f335b8a5d184725384e9bac70b1c61370fa4a21f5894e5ecd32eb019389f4 +size 5099520 diff --git a/datasets/150833.tar b/datasets/150833.tar new file mode 100644 index 0000000000000000000000000000000000000000..bdd234c0f884c4e74ba570c8197f70b3164a967a --- /dev/null +++ b/datasets/150833.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e8dfa911e3d1608e303673d3dfe80c881e8cc73911d447d1af44fc5873decc +size 5099520 diff --git a/datasets/151298.tar b/datasets/151298.tar new file mode 100644 index 0000000000000000000000000000000000000000..fbde38ecbc77c8657d6b2d6273489443e295cd3d --- /dev/null +++ b/datasets/151298.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1095d88f8a584f0d9d396ccc2f586c31e9e7b60b389d1806d2855ce7e3f70b69 +size 8622080 diff --git a/datasets/15138.tar b/datasets/15138.tar new file mode 100644 index 0000000000000000000000000000000000000000..a205ca77ec74ce33840705f2c665b627aa148695 --- /dev/null +++ b/datasets/15138.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ee47ffc91ceecc7f461da8436a435866fc5195357e1c6a6eaaf0b1f174108a +size 1781760 diff --git a/datasets/151386.tar b/datasets/151386.tar new file mode 100644 index 0000000000000000000000000000000000000000..241a622ef705fca1c50ec480af654a90962ae4b9 --- /dev/null +++ b/datasets/151386.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8fc6cda317308a57504b07c663c93d70bea01b8d3d523c11c7fb94702d1b70 +size 10096640 diff --git a/datasets/15158.tar b/datasets/15158.tar new file mode 100644 index 0000000000000000000000000000000000000000..2a214db0feb1b60a34b3ad7677a650e9cb055644 --- /dev/null +++ b/datasets/15158.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74a25ed1b630f823e07ab59b89b67ce10a9ac26dd2ea22fa60d63426e15a83df +size 45670400 diff --git a/datasets/151784.tar b/datasets/151784.tar new file mode 100644 index 0000000000000000000000000000000000000000..f74b964e910516516be333fefd53831ef5184967 --- /dev/null +++ b/datasets/151784.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a00ad850ac0d7c0885916117f4545b10f93c67459aa145e0502b2e8fa8a124e3 +size 8089600 diff --git a/datasets/151871.tar b/datasets/151871.tar new file mode 100644 index 0000000000000000000000000000000000000000..bc00ec1e23ed0a9034af605c5b45c33427938821 --- /dev/null +++ b/datasets/151871.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17fe5aaeb5dd79dfc88ba8941ae5457ad279ce931d1771a3ebdad981f9eef014 +size 15943680 diff --git a/datasets/152021.tar b/datasets/152021.tar new file mode 100644 index 0000000000000000000000000000000000000000..ff15381aec401220a2d684dd882e66d69b5d6071 --- /dev/null +++ b/datasets/152021.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a8de4b1cab17fb07773a5e933800486d85cce2aa07ce13335ef681283a0fc3 +size 9451520 diff --git a/datasets/15210.tar b/datasets/15210.tar new file mode 100644 index 0000000000000000000000000000000000000000..540e761e135b55f304ecc1ee2563157c4856aa32 --- /dev/null +++ b/datasets/15210.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469dd2ec5ddfdf552bdbe08b8e85d8b95a0700aa74f034f9e8f1274159237a4c +size 143093760 diff --git a/datasets/152358.tar b/datasets/152358.tar new file mode 100644 index 0000000000000000000000000000000000000000..705b4ce123a4f4547f8a7f55d8be59aaed4f2cca --- /dev/null +++ b/datasets/152358.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3285b81b188d70d5a44bbb970c9e118f63bb0346675b4e5c46e8383ecef5d966 +size 6410240 diff --git a/datasets/152729.tar b/datasets/152729.tar new file mode 100644 index 0000000000000000000000000000000000000000..484f6d6ebd75568b716922a0965f3fbd85cd7153 --- /dev/null +++ b/datasets/152729.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a7ab48d1eeca927bf5267b1a073eb2bfe50d047f9ac3244324b150d8906e3b +size 8663040 diff --git a/datasets/15285.tar b/datasets/15285.tar new file mode 100644 index 0000000000000000000000000000000000000000..9cf64a39c929b2df94136bba381e98ae06547bd1 --- /dev/null +++ b/datasets/15285.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e09f0fae0229b346d58a44de4d3bcee954a8f0d4dc2f9dd7a59a9411f5d6d54 +size 19763200 diff --git a/datasets/152881.tar b/datasets/152881.tar new file mode 100644 index 0000000000000000000000000000000000000000..45fcc8b49bbbf4efbf08d49e5947e58a112eb3d8 --- /dev/null +++ b/datasets/152881.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8acd0ca0cf56fb53e234f7a7f58cd0e9e3302c5da200d3976d5e36bf47f67347 +size 10741760 diff --git a/datasets/153163.tar b/datasets/153163.tar new file mode 100644 index 0000000000000000000000000000000000000000..da6737e3eab873f4d83ca16c660e22996c207c6d --- /dev/null +++ b/datasets/153163.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d1f34f8dc0eeef6f83da216fbed8c7a8eaaa3f387aef133d0a8d85c5458253f +size 9594880 diff --git a/datasets/153410.tar b/datasets/153410.tar new file mode 100644 index 0000000000000000000000000000000000000000..66837bba85f1e8b0e5d60b31ac5e616f2fdb8184 --- /dev/null +++ b/datasets/153410.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d27608541a2a7f9bc5052c849863c8bec3b5eab7523bd843549a1436b4a73f +size 7823360 diff --git a/datasets/153927.tar b/datasets/153927.tar new file mode 100644 index 0000000000000000000000000000000000000000..3863377b5c7c26c158c580c1096a3d3a2456f632 --- /dev/null +++ b/datasets/153927.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c34e4b66c37c4d237a71a605a370e92d452c6ae01373f6c4116288c2e35c33c1 +size 11888640 diff --git a/datasets/153988.tar b/datasets/153988.tar new file mode 100644 index 0000000000000000000000000000000000000000..cb397ba54fc9af01468e70ead856cd4f7f866715 --- /dev/null +++ b/datasets/153988.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29cec9f23b7424054db75a610cb7ab4f5d8842fffa2ca2e2e7bfc506ee08bffb +size 12779520 diff --git a/datasets/154361.tar b/datasets/154361.tar new file mode 100644 index 0000000000000000000000000000000000000000..3497c3b282b61af97824d655626b75bc76f7bb46 --- /dev/null +++ b/datasets/154361.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caab9b479b0cde0c8a57cebf100fc5ddb693fcc9f5cadfa778228fed6311ac90 +size 7905280 diff --git a/datasets/154702.tar b/datasets/154702.tar new file mode 100644 index 0000000000000000000000000000000000000000..0e3e9dc13b34c474a46213d990db098977874a69 --- /dev/null +++ b/datasets/154702.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89297e7ac58ba060cfb20bb66be8be25f1455a315c240b9dd20aed6fe6f67cc +size 13670400 diff --git a/datasets/154797.tar b/datasets/154797.tar new file mode 100644 index 0000000000000000000000000000000000000000..84574cfa7a73f778df607be05e9bb37db348f6ae --- /dev/null +++ b/datasets/154797.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:575eb1fd29578a91aa702bd269655e67a911b8e1fe090d816a5f16f1f042c26d +size 9820160 diff --git a/datasets/155318.tar b/datasets/155318.tar new file mode 100644 index 0000000000000000000000000000000000000000..feb1e10fcce687e92e868baed0b9d49367e6afc5 --- /dev/null +++ b/datasets/155318.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee800236cac61a9ec7dbc929710495f489819ec07c8689020d48c226e373f3a6 +size 18862080 diff --git a/datasets/155510.tar b/datasets/155510.tar new file mode 100644 index 0000000000000000000000000000000000000000..49c0c983c86e5a50f05142d66f1eb59e309db3f2 --- /dev/null +++ b/datasets/155510.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd328b8a8f59db5639887477ede1a9bae635240c949b5ea6f6f7bd7e0882cf2 +size 7229440 diff --git a/datasets/155558.tar b/datasets/155558.tar new file mode 100644 index 0000000000000000000000000000000000000000..bbef1c4d22fc43ec8dd42a3c5fb4dd124efaf59b --- /dev/null +++ b/datasets/155558.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45318fea1dc796ac3cd95a6fa8523b6e4a4eacc8e3f31cd687445c85408017d5 +size 8806400 diff --git a/datasets/155593.tar b/datasets/155593.tar new file mode 100644 index 0000000000000000000000000000000000000000..5ea0443ed3e3e85ef0a1e22318c9b19f7bcc8212 --- /dev/null +++ b/datasets/155593.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60277642fa36afff1b9553150f365f8dbcef1376979d70e0e29691a9f4739684 +size 12922880 diff --git a/datasets/155624.tar b/datasets/155624.tar new file mode 100644 index 0000000000000000000000000000000000000000..2e5b63f0cbb8ed0924b9147b53d2e05dfbf02278 --- /dev/null +++ b/datasets/155624.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb38b277226f5c288f1cde92a1a3d8223f00e86b543f1d4182449cdb01b9ebe +size 9533440 diff --git a/datasets/155667.tar b/datasets/155667.tar new file mode 100644 index 0000000000000000000000000000000000000000..ad6c91e70e6bb0c01493759a6b597e64e5a586ed --- /dev/null +++ b/datasets/155667.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276fb16d22613a31f2c781651b889fdf2ddfb90ee687ea6e37d204d69b38a81a +size 9072640 diff --git a/datasets/155777.tar b/datasets/155777.tar new file mode 100644 index 0000000000000000000000000000000000000000..bdb37f7a41ec44f679ac980e625d0f829927b575 --- /dev/null +++ b/datasets/155777.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:221f246a21c9a76dab40e4a46c4cc7d73a4c4bc5bd87363e163e888d9df99d7d +size 185712640 diff --git a/datasets/155980.tar b/datasets/155980.tar new file mode 100644 index 0000000000000000000000000000000000000000..8a8c4b4e94550c01ad7be6d3bd75a368f2556886 --- /dev/null +++ b/datasets/155980.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bb202a887d07a034265b96f45f8cf1a97f79569f70a5fd6358ddb24bbe390af +size 36270080 diff --git a/datasets/156011.tar b/datasets/156011.tar new file mode 100644 index 0000000000000000000000000000000000000000..819a672e744172474d89fbc8b643969009f7149a --- /dev/null +++ b/datasets/156011.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abf5febd2f62699e2330e158b5b4cef3d0671c0c3b62365412517f6cb13fb971 +size 155576320 diff --git a/datasets/156131.tar b/datasets/156131.tar new file mode 100644 index 0000000000000000000000000000000000000000..72cc1b708d6401e276d8550d5d31611998a236b3 --- /dev/null +++ b/datasets/156131.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0714763d56dabc3dcd531213837bb57e64ab3f565cae0db58ccca65d4cfee641 +size 8151040 diff --git a/datasets/156185.tar b/datasets/156185.tar new file mode 100644 index 0000000000000000000000000000000000000000..d44335cbb91f323bb95b0945fbd53fc1fe0b6f6e --- /dev/null +++ b/datasets/156185.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cca072ed7b118e4d1bc0ab8e1efa01615a9af3f2f199646ec908edd54f12168 +size 9502720 diff --git a/datasets/156324.tar b/datasets/156324.tar new file mode 100644 index 0000000000000000000000000000000000000000..97d0d1a456782980af27b67da8f6169c8d66d896 --- /dev/null +++ b/datasets/156324.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c09c3b1e02ad034647a798b8c0886b492a0bb3a937fc2a1db6aa4584dfd95955 +size 15534080 diff --git a/datasets/156583.tar b/datasets/156583.tar new file mode 100644 index 0000000000000000000000000000000000000000..8979e0e2697beb4d0fe66cf350bdd77692c1154d --- /dev/null +++ b/datasets/156583.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c4a136e8eef95ff4036be81c9870c0017c1c2e8661c921028abf65d2cdf434 +size 79052800 diff --git a/datasets/156590.tar b/datasets/156590.tar new file mode 100644 index 0000000000000000000000000000000000000000..590ea6c81315b56743adb20b7ee7a756084a3472 --- /dev/null +++ b/datasets/156590.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc5db41edbbee9af0843d1360c604ef91ce14e54eaabe313aab0740f7c2c104 +size 10721280 diff --git a/datasets/156786.tar b/datasets/156786.tar new file mode 100644 index 0000000000000000000000000000000000000000..1fae774c80b14987406cb9730f2a1e1d661ab98b --- /dev/null +++ b/datasets/156786.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2215c7ceb716b8e0ebb5f16f902894a5caa69a6761827d27da7875bc4bbefb1 +size 9349120 diff --git a/datasets/156984.tar b/datasets/156984.tar new file mode 100644 index 0000000000000000000000000000000000000000..36d1481e8c69523538dfe6a857d3a0e90cd827d4 --- /dev/null +++ b/datasets/156984.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08a1eaa89222c569b8d157b1718096628a4ba84932244d7d0277ea4754ec2654 +size 10168320 diff --git a/datasets/157037.tar b/datasets/157037.tar new file mode 100644 index 0000000000000000000000000000000000000000..b78a5e12d3340fed33813582db99c696cb7edabb --- /dev/null +++ b/datasets/157037.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83216dd0476f5b38d8dffe176f0df40706b80a8f673010ac8b3ed23e35dbfe5e +size 8898560 diff --git a/datasets/157231.tar b/datasets/157231.tar new file mode 100644 index 0000000000000000000000000000000000000000..5f2702fe1f94583b1ebb0f5b20cb2579e81c6dfc --- /dev/null +++ b/datasets/157231.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3537ce848e73a4f23e80f2a06607559e1c1d34eca57c4fc6db7fc0a1d265a94b +size 10117120 diff --git a/datasets/157352.tar b/datasets/157352.tar new file mode 100644 index 0000000000000000000000000000000000000000..c0019df560e5a216996224f6a7c1124f7c3e8fcc --- /dev/null +++ b/datasets/157352.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb3e2444df2a8510a02a6b0d7b84fe53d574ae02ba763f0a45653f5fd596be9 +size 76830720 diff --git a/datasets/157464.tar b/datasets/157464.tar new file mode 100644 index 0000000000000000000000000000000000000000..20eb3a49859b24bb8a0409c75c345a4cf7ba7e7b --- /dev/null +++ b/datasets/157464.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e92c923e4524bfb30fa80a11593c792d376b51472223367ca5d5bb9767498c8 +size 8058880 diff --git a/datasets/157481.tar b/datasets/157481.tar new file mode 100644 index 0000000000000000000000000000000000000000..65b143953eab90edfae24cdc5ccdf4f3b1e65edd --- /dev/null +++ b/datasets/157481.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f28d0bbbd79f4b0fb4da328be5c5216a8e6c6332a500eab298ee267084bac3 +size 8335360 diff --git a/datasets/157491.tar b/datasets/157491.tar new file mode 100644 index 0000000000000000000000000000000000000000..afc4433d7cbfdf245776111f8bc0c72f6293d08a --- /dev/null +++ b/datasets/157491.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0356cdbcbd5acc45e2b8ef39e02d1e69d1c7474c7764a8fcab971e80322e370c +size 10106880 diff --git a/datasets/157698.tar b/datasets/157698.tar new file mode 100644 index 0000000000000000000000000000000000000000..bf5c8b17c0c8eafca9128851a8a22e3d3c51fb42 --- /dev/null +++ b/datasets/157698.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72af339069a56aa2897e7de2dcd66d3be843fcde6ec198d18284548d911cbf36 +size 9594880 diff --git a/datasets/157775.tar b/datasets/157775.tar new file mode 100644 index 0000000000000000000000000000000000000000..43a6d17fa1260a015d6c6e255f6515b3b7f0d174 --- /dev/null +++ b/datasets/157775.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c906e42f00eda8991b8ecc54dead80fb67add9d135da7b489ce9571ade93ad +size 20643840 diff --git a/datasets/157787.tar b/datasets/157787.tar new file mode 100644 index 0000000000000000000000000000000000000000..2c8a12da2fdd421cae77bea4475521d22e8f78bf --- /dev/null +++ b/datasets/157787.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5dad3d91e4188942971604e14b462299ab68d8d9d2b56b4b7157b01cab1d62c +size 9738240 diff --git a/datasets/157999.tar b/datasets/157999.tar new file mode 100644 index 0000000000000000000000000000000000000000..5cd454f68bd61e533bfdc934eaa35d155b6fb6e3 --- /dev/null +++ b/datasets/157999.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3df8dd8420051c22db14fa53b0280da1ffe9ffb46a58879141ba6de8e453a28 +size 9246720 diff --git a/datasets/158072.tar b/datasets/158072.tar new file mode 100644 index 0000000000000000000000000000000000000000..850f067bfdc885839faaf3d2e9b2789136c10ffc --- /dev/null +++ b/datasets/158072.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a16858f841606e9b458f73898943e7a46ae777ec778a06000c81c61415c870 +size 9512960 diff --git a/datasets/158148.tar b/datasets/158148.tar new file mode 100644 index 0000000000000000000000000000000000000000..a240f0c2e28323a07f96e05098cf702e0595c2d4 --- /dev/null +++ b/datasets/158148.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf651b4808cb8a385788eead6d94fbde6c7461a0e952ffaf7ca3fe0e6406e109 +size 34037760 diff --git a/datasets/158353.tar b/datasets/158353.tar new file mode 100644 index 0000000000000000000000000000000000000000..63062d1a271d969b06f85729b4dfd5173133483d --- /dev/null +++ b/datasets/158353.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3742e5ccfc38a788417b0f79efc23ef405efa2eada7fbfde0b58717adca86b2f +size 8038400 diff --git a/datasets/158588.tar b/datasets/158588.tar new file mode 100644 index 0000000000000000000000000000000000000000..3132a64e12f62773e244f64f2896bcbf990e803b --- /dev/null +++ b/datasets/158588.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e57cbd4a3538b3bc657790f7fbbb5bbd9fa18e0dbdc143d87afcb03d40bd43 +size 10301440 diff --git a/datasets/158603.tar b/datasets/158603.tar new file mode 100644 index 0000000000000000000000000000000000000000..f703fff4f80e68e46dd2aa11e87edd476464e1c2 --- /dev/null +++ b/datasets/158603.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04fe73ebcad11fc5d5755dffb657bcaa7ede6470bb978221ead9f3f8cc6d6dd3 +size 9779200 diff --git a/datasets/158667.tar b/datasets/158667.tar new file mode 100644 index 0000000000000000000000000000000000000000..c21975daa71c8f33c394892554b320d2c9e422e6 --- /dev/null +++ b/datasets/158667.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26224958be1c2b3051984f3f5f752bb916c83a5de8500300f8561b57490656e4 +size 10229760 diff --git a/datasets/158843.tar b/datasets/158843.tar new file mode 100644 index 0000000000000000000000000000000000000000..6e461fda7ec08f94f9dcbe6e44ffce8cc0bac14b --- /dev/null +++ b/datasets/158843.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6430d0966def6c2fcceb24351034e8458ef07d617c0544e81531ecca93676487 +size 10967040 diff --git a/datasets/158845.tar b/datasets/158845.tar new file mode 100644 index 0000000000000000000000000000000000000000..a7b285879994357169774e5a78743a8446153cc3 --- /dev/null +++ b/datasets/158845.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb456e6011df63edb2d8cfbd599d7be06588c02ddbcc88aa65b4e1c6906ef1ca +size 20776960 diff --git a/datasets/158921.tar b/datasets/158921.tar new file mode 100644 index 0000000000000000000000000000000000000000..bf5ab0fc993f51a39308119893d8ef545fe07502 --- /dev/null +++ b/datasets/158921.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59f2b3376ecf7c7041d258284696ddbe04c1755ac4bea63694e9632ac4eda233 +size 10577920 diff --git a/datasets/158962.tar b/datasets/158962.tar new file mode 100644 index 0000000000000000000000000000000000000000..ed8580926cb95bc7b98aeef8712697fdd2072230 --- /dev/null +++ b/datasets/158962.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2517831370b3a79ce084f657225e40e74a4b85b6a3e7f5e0c3c6c02e22e3b25 +size 4177920 diff --git a/datasets/159007.tar b/datasets/159007.tar new file mode 100644 index 0000000000000000000000000000000000000000..d0df6c4b8384d0b0cb9992c2ed80ba3ddb261c24 --- /dev/null +++ b/datasets/159007.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e383173eae5daa0ade5b06b930e267a85cf95f67f92dd190478a68113908fdfa +size 29767680 diff --git a/datasets/159336.tar b/datasets/159336.tar new file mode 100644 index 0000000000000000000000000000000000000000..42241753721c82c025891c41bb82d7d17b816126 --- /dev/null +++ b/datasets/159336.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7c82316d80f3313841844486e8043e465fd7d961c563fc07ea0b9b14f777ac +size 10055680 diff --git a/datasets/159369.tar b/datasets/159369.tar new file mode 100644 index 0000000000000000000000000000000000000000..f130206ee959111c3bb1100d9d2c9c0912567da8 --- /dev/null +++ b/datasets/159369.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:127b6339920c49b19f3a8d5b863f8cc36e75149a6471870c17a3a0d58876251d +size 49817600 diff --git a/datasets/159424.tar b/datasets/159424.tar new file mode 100644 index 0000000000000000000000000000000000000000..2695d9507a8750229e450dc3c8eeeb61a1b2a246 --- /dev/null +++ b/datasets/159424.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5050a8644395130278a0ecaad9d8fe8570c5f056371ac8973aa393cbb17d621f +size 9287680 diff --git a/datasets/159725.tar b/datasets/159725.tar new file mode 100644 index 0000000000000000000000000000000000000000..7bed4d3a8b53615d43e7fe6507a71a3574047a63 --- /dev/null +++ b/datasets/159725.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eafd7b54873d542fba997ec44fa7d46ed0c9ee418a6227293a7930aef2f8d82 +size 9103360 diff --git a/datasets/159819.tar b/datasets/159819.tar new file mode 100644 index 0000000000000000000000000000000000000000..edd4e370d8dbc03e8316f083160dc7f78bccfc43 --- /dev/null +++ b/datasets/159819.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3839ee4f599b673a79b49e8792ae7f37d3daa771363f3344eafcc2eb2facac1a +size 22876160 diff --git a/datasets/159875.tar b/datasets/159875.tar new file mode 100644 index 0000000000000000000000000000000000000000..a5cf2f584b188fe83dce2a67355254f90c8fca43 --- /dev/null +++ b/datasets/159875.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f80be168755f7ebfd6c206e8e06bafca79c1c4f8717a12f58d326046ee1fbf4d +size 41226240 diff --git a/datasets/159963.tar b/datasets/159963.tar new file mode 100644 index 0000000000000000000000000000000000000000..b55a5dbbc84859eb439134a6254ada54a2f96225 --- /dev/null +++ b/datasets/159963.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a60d06a25739efe7be3f9fe69d37916738811c73d7d3bd65a60766a81a18ee4 +size 5048320 diff --git a/datasets/159998.tar b/datasets/159998.tar new file mode 100644 index 0000000000000000000000000000000000000000..e8cc17ce3e7ab7c9563fa6002df7f4831037e018 --- /dev/null +++ b/datasets/159998.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f810264521d4873c60937196b8d431b9291fbe8127e8f4721554dbd6cddcaa +size 9420800 diff --git a/datasets/160063.tar b/datasets/160063.tar new file mode 100644 index 0000000000000000000000000000000000000000..e2b5b7875fac16b61f64eb59eed6a1d3bcd53216 --- /dev/null +++ b/datasets/160063.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b23ff85d4240fe2694cc28d057d05452ba3e3e2d0f39b0b3be979c05186ee1 +size 9216000 diff --git a/datasets/160651.tar b/datasets/160651.tar new file mode 100644 index 0000000000000000000000000000000000000000..97e45052ce7808c8df0a25ae9523436f17fbab0a --- /dev/null +++ b/datasets/160651.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18a57914edd5e9977451281cdf500928da691652f94b66c04f843e6f3a340cda +size 12615680 diff --git a/datasets/160727.tar b/datasets/160727.tar new file mode 100644 index 0000000000000000000000000000000000000000..cfaa9b210d0310f1c8954062ff19ec0dc6ca2b62 --- /dev/null +++ b/datasets/160727.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:335c902062169c836a827976dc84c0bf945c5d8d42eae5b7e9a2810eff603395 +size 8529920 diff --git a/datasets/160768.tar b/datasets/160768.tar new file mode 100644 index 0000000000000000000000000000000000000000..f6355114b80b49bca1b3f35322ae5583e0913f1a --- /dev/null +++ b/datasets/160768.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed885f47631e5e5c12818303f7202e5b1d2aeffd8f23bf651f0e0d872566ae11 +size 44789760 diff --git a/datasets/160775.tar b/datasets/160775.tar new file mode 100644 index 0000000000000000000000000000000000000000..f1e2bf2f95d589966aba7937119ded934838a03f --- /dev/null +++ b/datasets/160775.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e8390f34c1d41e9150174d7a4b2511a0dd5eaf349b45b13fe6631a2e1fa1def +size 7239680 diff --git a/datasets/16087.tar b/datasets/16087.tar new file mode 100644 index 0000000000000000000000000000000000000000..aa202bcaa585dd94ca4a79b759565c2fee53fd04 --- /dev/null +++ b/datasets/16087.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385cb2508723b780acea524fa0011b96959aa96b3d07a314ddc71cbb75ccccec +size 10086400 diff --git a/datasets/161041.tar b/datasets/161041.tar new file mode 100644 index 0000000000000000000000000000000000000000..c0d4e47d44389b2d23d3dc556da1bd85e8b0be4c --- /dev/null +++ b/datasets/161041.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f74ff193c5178de3356380ae0a89be9b413f7b67efaa579c97e87bc4cfbba95d +size 8335360 diff --git a/datasets/161329.tar b/datasets/161329.tar new file mode 100644 index 0000000000000000000000000000000000000000..11655ae820afe653ea42bd6c471eaff22dd991a9 --- /dev/null +++ b/datasets/161329.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed56b0355e429af87837353d3ec1ac8c6796cad8b69c2ed87ba3fc900656ced5 +size 44277760 diff --git a/datasets/161373.tar b/datasets/161373.tar new file mode 100644 index 0000000000000000000000000000000000000000..a55e73d3cfea26137021479d4411caf96057b715 --- /dev/null +++ b/datasets/161373.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca4e9b271cf49e5e89864d98935f99d8fedc345fe9613d03cf8eff3571c2e9a +size 8161280 diff --git a/datasets/16157.tar b/datasets/16157.tar new file mode 100644 index 0000000000000000000000000000000000000000..512d1beb4568787affa8959402fb5f759965de89 --- /dev/null +++ b/datasets/16157.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae1d180f1cbbb77c3557ed330795c0d3a63717a7cc1d54f33205cf9ea07da6b +size 23787520 diff --git a/datasets/162016.tar b/datasets/162016.tar new file mode 100644 index 0000000000000000000000000000000000000000..4fd0e1fb6618f052bec87f56a240c742f983fff1 --- /dev/null +++ b/datasets/162016.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbcb5a786735ea79a61436e171c556f6e1b54cb64c4c2710824a9d18658da1b9 +size 11776000 diff --git a/datasets/162043.tar b/datasets/162043.tar new file mode 100644 index 0000000000000000000000000000000000000000..917943e75af55947d4c1b90dd8a070c3c5baab37 --- /dev/null +++ b/datasets/162043.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a3c22def01d934ac72da9994e12c0c4cbe83a9d25d6067f8640ded08c38a210 +size 8120320 diff --git a/datasets/162122.tar b/datasets/162122.tar new file mode 100644 index 0000000000000000000000000000000000000000..2fb822911257b45591394567f6713a6397ebbad1 --- /dev/null +++ b/datasets/162122.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f87f95374e046168e032aa5f7ea2e2360991b3841d7fff60b6f4caf80a89f8a +size 21995520 diff --git a/datasets/162239.tar b/datasets/162239.tar new file mode 100644 index 0000000000000000000000000000000000000000..ff9c8626d6a4c638bb86dc461c61648fa8ae5dc4 --- /dev/null +++ b/datasets/162239.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e9c2d02da0cfaa391f1e3f4a631485757f0042b1dfcbd8c311e999300c15724 +size 7659520 diff --git a/datasets/162296.tar b/datasets/162296.tar new file mode 100644 index 0000000000000000000000000000000000000000..a2d59cbc36a04f8d82dcc362d05f19a32fd760e9 --- /dev/null +++ b/datasets/162296.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaaf413ec9750e639efa6f4bd28c7efbcbe4bd3069fe59540b896f143a627a23 +size 32665600 diff --git a/datasets/162423.tar b/datasets/162423.tar new file mode 100644 index 0000000000000000000000000000000000000000..4731d2f7b0937c7c9a3b0f59d6ea352df4f824ee --- /dev/null +++ b/datasets/162423.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43c4fc71d806b7961c8f4e1f166715c2d6049ebf1a90e6ce39289e7c75c23d1 +size 9461760 diff --git a/datasets/162510.tar b/datasets/162510.tar new file mode 100644 index 0000000000000000000000000000000000000000..ad4cd25dc8c854fb4a0c4077ac24d54ef65d7995 --- /dev/null +++ b/datasets/162510.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:110c2d2f2fb3a552acb48e2350e1d5e63a15c6a468e70c4de86bb804489ba2f8 +size 7905280 diff --git a/datasets/162696.tar b/datasets/162696.tar new file mode 100644 index 0000000000000000000000000000000000000000..ec45fffccae6961550c2877c428fb5e82753eaec --- /dev/null +++ b/datasets/162696.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d895df7aba41a8a5438f40fa68081ffbfb716ca22f999b9cd2cb3bb33014ff8 +size 7680000 diff --git a/datasets/162801.tar b/datasets/162801.tar new file mode 100644 index 0000000000000000000000000000000000000000..b4d52c53f884610a8098153dc63ef6768989f62f --- /dev/null +++ b/datasets/162801.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa638ad708ffccd7257ec2cfa77a87c94c21a4892636a17104244624ef5f22e9 +size 8407040 diff --git a/datasets/162840.tar b/datasets/162840.tar new file mode 100644 index 0000000000000000000000000000000000000000..6cb04585f90c8c6b9b344c2ec9d509b21c30224e --- /dev/null +++ b/datasets/162840.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4718ca6e41f77dacf36fa590d5b1801b6e46cfafb036c624925b0768a1f3ade +size 14305280 diff --git a/datasets/163211.tar b/datasets/163211.tar new file mode 100644 index 0000000000000000000000000000000000000000..3fa3f5802cc409fe205bbf71e829431befa22026 --- /dev/null +++ b/datasets/163211.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51c3524850320ccc6cbf155db2bb16f43ee22008d07c55e1dc47c2869413acd +size 13066240 diff --git a/datasets/163334.tar b/datasets/163334.tar new file mode 100644 index 0000000000000000000000000000000000000000..e9a3f292b3280f18b2ae862005fbc0d3c63ddfc3 --- /dev/null +++ b/datasets/163334.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b08c0365a42449b6c9e535cb49ee96a79fb096e338d680cd8ae9e767a6c7c0 +size 37785600 diff --git a/datasets/163358.tar b/datasets/163358.tar new file mode 100644 index 0000000000000000000000000000000000000000..afca8a5a1b557d53cf1d528b9faed952becaa5a3 --- /dev/null +++ b/datasets/163358.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d036142610d6a529772beb49efe93ef0b1638d784bc923e9bb596d47dfffeb6 +size 21667840 diff --git a/datasets/163382.tar b/datasets/163382.tar new file mode 100644 index 0000000000000000000000000000000000000000..b908202555adef7c11047018c6614e10bc925699 --- /dev/null +++ b/datasets/163382.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f75921f37a38716207b446f8234cd3e35c0ca28b131550182a26300cf76b55 +size 36505600 diff --git a/datasets/163514.tar b/datasets/163514.tar new file mode 100644 index 0000000000000000000000000000000000000000..1c53791b608e6889b7b441fc7771db202975f006 --- /dev/null +++ b/datasets/163514.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788133e4e42757eb183bfb82b3c24a5c0069bc8dd1803f9f94798cef201057a3 +size 14151680 diff --git a/datasets/163924.tar b/datasets/163924.tar new file mode 100644 index 0000000000000000000000000000000000000000..f198e4a01199191785036bb4f6c8e5a6c494b932 --- /dev/null +++ b/datasets/163924.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c7c8a6f24b2d7a7f0fd34782a92d9f8e07c30e63cb72059c292d4846435e9d3 +size 117780480 diff --git a/datasets/16408.tar b/datasets/16408.tar new file mode 100644 index 0000000000000000000000000000000000000000..a7bde4664a4f1e1297cf32fb3b6eefad56dee343 --- /dev/null +++ b/datasets/16408.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f5f9cd81a74ae01cd1990decd6e36cde57d692cf1d68dac5e5dd01068bd741e +size 853749760 diff --git a/datasets/164270.tar b/datasets/164270.tar new file mode 100644 index 0000000000000000000000000000000000000000..216344a85a4bd12a79c4baa09c2ffc3d0d06d316 --- /dev/null +++ b/datasets/164270.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d9ae1d859126becb4dc71871922093a8f039c08deee8f700e73424e420cc46e +size 88012800 diff --git a/datasets/164274.tar b/datasets/164274.tar new file mode 100644 index 0000000000000000000000000000000000000000..50f74cbe4ec848f1006a3c732cc8e867e2aee40d --- /dev/null +++ b/datasets/164274.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b508abc6f73172e133cf6578dbf44b61a9f7c1e3236540860adbdca9d4a945 +size 299816960 diff --git a/datasets/164458.tar b/datasets/164458.tar new file mode 100644 index 0000000000000000000000000000000000000000..2e2ba269ef39e29520385bb378bcf9d67d134023 --- /dev/null +++ b/datasets/164458.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1acdc19116953bfcfa52710872620dd2e8916d5baceb0502659da38f3b2f3bfa +size 64092160 diff --git a/datasets/164731.tar b/datasets/164731.tar new file mode 100644 index 0000000000000000000000000000000000000000..b4ee117555d6da4fc65c76c6451f5f0db5674346 --- /dev/null +++ b/datasets/164731.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce91707f56506c3fe28c5198205f3e64846dee1ed54fb06a8f59959125bec74 +size 22517760 diff --git a/datasets/164996.tar b/datasets/164996.tar new file mode 100644 index 0000000000000000000000000000000000000000..0c31b98e4a87290003cdf0af493c26407b0a073e --- /dev/null +++ b/datasets/164996.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa425f5872f281b09eb753898dd3864ec995c6b9a8f22ff887011f68236a8b6 +size 35153920 diff --git a/datasets/165025.tar b/datasets/165025.tar new file mode 100644 index 0000000000000000000000000000000000000000..0604aa6c04da88bf55945b7d1dc48d7d4c6d6fa1 --- /dev/null +++ b/datasets/165025.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab6ff004d95c5fbc677e7e9bbb975383caf6836c1d16dd4b25ec8b6c4d5da228 +size 7680000 diff --git a/datasets/165697.tar b/datasets/165697.tar new file mode 100644 index 0000000000000000000000000000000000000000..12355dee5f805934fc89ed73784563e9071a184e --- /dev/null +++ b/datasets/165697.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f64a9a1790dc6bae86df59c56dd3277a1c9ccb903e81ba044ea4b01e26a90dc9 +size 9973760 diff --git a/datasets/165964.tar b/datasets/165964.tar new file mode 100644 index 0000000000000000000000000000000000000000..a795bfe00616d5065879d4850638be76df3227fa --- /dev/null +++ b/datasets/165964.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88c8852723798ee97a9145f7b677960b5abff2f961b6a6e155076ce923f83c8 +size 198430720 diff --git a/datasets/165980.tar b/datasets/165980.tar new file mode 100644 index 0000000000000000000000000000000000000000..1e71759cd9a52fb99a643332393264762190e53c --- /dev/null +++ b/datasets/165980.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba66373dcb237a9295ce311df5ccfd0cdb03f979b5d3f80414a69ae19f55f462 +size 9441280 diff --git a/datasets/166663.tar b/datasets/166663.tar new file mode 100644 index 0000000000000000000000000000000000000000..9a5879dd1148b808385a70a90dd45ae4cc9b6b50 --- /dev/null +++ b/datasets/166663.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f47ad2e2086c5f68a37842472097de18df9126e7596c66bea54d34eaa30949 +size 9891840 diff --git a/datasets/166715.tar b/datasets/166715.tar new file mode 100644 index 0000000000000000000000000000000000000000..2407bc4d538606a22f030a7ee006f1ca1163d26b --- /dev/null +++ b/datasets/166715.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e55ced2cefb8a1b666d9f4960e3bf7ce8fd133a404af3cbdccf1a829fed1b901 +size 40908800 diff --git a/datasets/166800.tar b/datasets/166800.tar new file mode 100644 index 0000000000000000000000000000000000000000..29a4e94b2a63cd180c1f55e006234496ab69104c --- /dev/null +++ b/datasets/166800.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898e0753d5c6f21201219ece69653fdf42d55a0d49b3b8ac124070081d2b4cff +size 17541120 diff --git a/datasets/166900.tar b/datasets/166900.tar new file mode 100644 index 0000000000000000000000000000000000000000..ceb25104bcc49cec8b0b79ccb49a1272d473dd87 --- /dev/null +++ b/datasets/166900.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa538616486a9d2b6833edf8b03dfb7251497d463882731c9592a54bfa7b6818 +size 47626240 diff --git a/datasets/166934.tar b/datasets/166934.tar new file mode 100644 index 0000000000000000000000000000000000000000..2426b7faa7b2b7454d9658ecde7a0f764ee8fc2a --- /dev/null +++ b/datasets/166934.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ae4cc05c276bb07eb2ac6f4902b0a8e93b1d4177e38154df71506d1c138b4b +size 49715200 diff --git a/datasets/167260.tar b/datasets/167260.tar new file mode 100644 index 0000000000000000000000000000000000000000..c299a70c731516f5a10d430f26a5b61278d42e9a --- /dev/null +++ b/datasets/167260.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b5932bda2bdc74048a0cbe42f91d3fbe891b7d356abd5ef67b6b2f509466960 +size 8765440 diff --git a/datasets/167667.tar b/datasets/167667.tar new file mode 100644 index 0000000000000000000000000000000000000000..cf93422e2d1a0cedfb357e0823b0a50d51d781db --- /dev/null +++ b/datasets/167667.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac4e75d2dd44c3e19a2d4a70d51592a6cf080b9f88e25594193dae43c881092 +size 7004160 diff --git a/datasets/16833.tar b/datasets/16833.tar new file mode 100644 index 0000000000000000000000000000000000000000..f06e7a9ff935f02967aff2407f5de15c2a1e6294 --- /dev/null +++ b/datasets/16833.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff709c4bd47efa15196f23b32c28cdf0995a16b55062131b3b69c9703efc4a1 +size 1426032640 diff --git a/datasets/168597.tar b/datasets/168597.tar new file mode 100644 index 0000000000000000000000000000000000000000..1f0fbb3c3349434bf6d579f1c164a9551bd3f247 --- /dev/null +++ b/datasets/168597.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52dcfb0b136c713c9b33919f5e4519a46bfca945444b714e168458cd31f8cd60 +size 78950400 diff --git a/datasets/169156.tar b/datasets/169156.tar new file mode 100644 index 0000000000000000000000000000000000000000..92b9e90eddc427a0da9e3cf554cc9f8d6a1979ea --- /dev/null +++ b/datasets/169156.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6739d88863d135aeab9716f245563c1ce261c07d82960b6ed523aa792e05e7dc +size 7813120 diff --git a/datasets/169219.tar b/datasets/169219.tar new file mode 100644 index 0000000000000000000000000000000000000000..bff05f17ec9495bd1f6941b9c3b3ac48a8360142 --- /dev/null +++ b/datasets/169219.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ad099935227a5a5e712071653b38cdd59b1a90537251fa305934101abb2cde +size 440320 diff --git a/datasets/169497.tar b/datasets/169497.tar new file mode 100644 index 0000000000000000000000000000000000000000..a502a989b6598d5092cef1f7dd6793e224e1b1e1 --- /dev/null +++ b/datasets/169497.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed238959037511c61868238381757dc26e4c9b1efffbe20ec611bfbfb01d9f30 +size 6860800 diff --git a/datasets/169553.tar b/datasets/169553.tar new file mode 100644 index 0000000000000000000000000000000000000000..311447be24fe5a64801910f9258c107d07283ba0 --- /dev/null +++ b/datasets/169553.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b47aae395d58d1e012fdf000adfd4728bdf0119129452f71a622baa538d46e8 +size 10393600 diff --git a/datasets/169619.tar b/datasets/169619.tar new file mode 100644 index 0000000000000000000000000000000000000000..6a830bec9e3f5af89251cb7a2c2bbd70f49420bb --- /dev/null +++ b/datasets/169619.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:541c4f9568427b876f933edc204d2f989c531fe91cc3d80720e16154d02fbd50 +size 5703680 diff --git a/datasets/169703.tar b/datasets/169703.tar new file mode 100644 index 0000000000000000000000000000000000000000..8b5d0397a55fc4f47f4a8dd43384eed5b3dec7cf --- /dev/null +++ b/datasets/169703.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f7384f878890c6c5b72127b519085d12ac06e266120f3046add2063c3ee0f32 +size 143585280 diff --git a/datasets/169800.tar b/datasets/169800.tar new file mode 100644 index 0000000000000000000000000000000000000000..d36855f81daf2d39163d3852330e5f2754ff487c --- /dev/null +++ b/datasets/169800.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5b37818018197f7c1f84dd7063fb2f5ccb027ba065ed6c7cca14eb8f31222a +size 12922880 diff --git a/datasets/170197.tar b/datasets/170197.tar new file mode 100644 index 0000000000000000000000000000000000000000..bd9c23b951dca37c10cc54e2fe16ad5e68e7c507 --- /dev/null +++ b/datasets/170197.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e7a74f558b6311be322ab0acf276b68d1e72429fe0085dbf4556727fb11e035 +size 146626560 diff --git a/datasets/170588.tar b/datasets/170588.tar new file mode 100644 index 0000000000000000000000000000000000000000..f45e773ad5de1f3dc715c154084b7a9e60c9ee2d --- /dev/null +++ b/datasets/170588.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ddd5b7391dfe4001a4cfc2123bd2538db5ee3055a1c5f95271a4de38e269df +size 36648960 diff --git a/datasets/170994.tar b/datasets/170994.tar new file mode 100644 index 0000000000000000000000000000000000000000..6ea2ca7af8b80b5ce1199533b4a3f898b1867acd --- /dev/null +++ b/datasets/170994.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7e6d40a668f221d403dca07acf8c5115016a7172fd7856f251d2088f023767 +size 14458880 diff --git a/datasets/170997.tar b/datasets/170997.tar new file mode 100644 index 0000000000000000000000000000000000000000..b543ce16e6aec41708d44c97632c9343d592b1ba --- /dev/null +++ b/datasets/170997.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f4923c4b10ef21a9e7bb9a9bcdbea77ef1b6aade05b12dcd6d60943b6ad981e +size 6778880 diff --git a/datasets/17127.tar b/datasets/17127.tar new file mode 100644 index 0000000000000000000000000000000000000000..7dd079a5083d9d3a45aa40f71dc4b5773c07da22 --- /dev/null +++ b/datasets/17127.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b82d83e76f599b04071f36e962400bbf05494b17b59e2e76d778f10a6a95f3 +size 614400 diff --git a/datasets/171661.tar b/datasets/171661.tar new file mode 100644 index 0000000000000000000000000000000000000000..7a5c580ed6aab193e2ee3243f9ecd1b2df4ce969 --- /dev/null +++ b/datasets/171661.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:182a06c134ae55b12aa092cbdefbb4679a0519410d9513456ef8b51962ec5df6 +size 21934080 diff --git a/datasets/171698.tar b/datasets/171698.tar new file mode 100644 index 0000000000000000000000000000000000000000..b093361255492dffc2a3f63bc756048d1b07a5f2 --- /dev/null +++ b/datasets/171698.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434892f514224df98d0bdb070165c4bcb960fd8f6c97cb96748102473b2f40a6 +size 60835840 diff --git a/datasets/171723.tar b/datasets/171723.tar new file mode 100644 index 0000000000000000000000000000000000000000..40f8c4439c7f6320b56153958407cc4bc1b4ac6c --- /dev/null +++ b/datasets/171723.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dbc1f2bf7eaeb5ab3112c1231241f15df6036d928509ad0ee328bdda1bcaf5b +size 44339200 diff --git a/datasets/17199.tar b/datasets/17199.tar new file mode 100644 index 0000000000000000000000000000000000000000..4f39a31f6d0dafc878f06c5424b4356311d22baa --- /dev/null +++ b/datasets/17199.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f81d023438695c47ebc32820120f58b5e5e5f5ed6356f27595255501ac3f4b1 +size 532234240 diff --git a/datasets/172447.tar b/datasets/172447.tar new file mode 100644 index 0000000000000000000000000000000000000000..f211dc36cf3c76a605d2a0593a55811b2432249e --- /dev/null +++ b/datasets/172447.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cada40b3e0d4b4d73777ed1d6981bd412712db1f65c01ebd68b60da64f869d8 +size 17899520 diff --git a/datasets/172600.tar b/datasets/172600.tar new file mode 100644 index 0000000000000000000000000000000000000000..2df785058f46d5969828f07e7df14956fdf1b599 --- /dev/null +++ b/datasets/172600.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb2f920c36e3b1c107f2ff6770ccbb63b67736e58acf45d1b324b6ceea90a516 +size 8376320 diff --git a/datasets/172953.tar b/datasets/172953.tar new file mode 100644 index 0000000000000000000000000000000000000000..a0203aa8b00a32069bf46595b3ff69f4bcd1fe29 --- /dev/null +++ b/datasets/172953.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2f02d6173283af33450a275f8005fec27194849adb796c0852fbb9b75c661f +size 11264000 diff --git a/datasets/173163.tar b/datasets/173163.tar new file mode 100644 index 0000000000000000000000000000000000000000..4e903a700df0e10a095145f14b0b5698895992d9 --- /dev/null +++ b/datasets/173163.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b7577e32fb8edaf636f53fd58c09a772c2b4de273a2d98de00ab563b1ea66b +size 13619200 diff --git a/datasets/173410.tar b/datasets/173410.tar new file mode 100644 index 0000000000000000000000000000000000000000..3d80d8483dd96899ca9cd4681c34ef3c11c97655 --- /dev/null +++ b/datasets/173410.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:335a4c53e3b42e2bc87eb291ff7fbf217f2390ee20c37399cad490b70a45bc3e +size 8017920 diff --git a/datasets/173430.tar b/datasets/173430.tar new file mode 100644 index 0000000000000000000000000000000000000000..b929659803610941ae627e210c3cf4f8396f6637 --- /dev/null +++ b/datasets/173430.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4331acd653190488f48ed8ea670488949376b959969008d880c47c4c251dac40 +size 53688320 diff --git a/datasets/173564.tar b/datasets/173564.tar new file mode 100644 index 0000000000000000000000000000000000000000..90a81e45ddff16b14dd0a1086a4a61077781a2e1 --- /dev/null +++ b/datasets/173564.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62d79bc5103eac9aa60f09990f1cfe77a058dd8ce0c75fc779de2dc06f38fcc3 +size 7516160 diff --git a/datasets/174009.tar b/datasets/174009.tar new file mode 100644 index 0000000000000000000000000000000000000000..6decc029df673187c6abf78dd98c6c97fb225bbf --- /dev/null +++ b/datasets/174009.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d678e76215e469823d65d9f1c56fbacc2de419f5d3d5dcb1826752f99d14c243 +size 1812480 diff --git a/datasets/174150.tar b/datasets/174150.tar new file mode 100644 index 0000000000000000000000000000000000000000..6bedad3da804f70d2635d702e24a71a5a4f2e5f9 --- /dev/null +++ b/datasets/174150.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:812add96729912c1a3cd01975b0723aec32575d06c57c0ae77a2cada8906ada1 +size 13537280 diff --git a/datasets/17486.tar b/datasets/17486.tar new file mode 100644 index 0000000000000000000000000000000000000000..b93e141f8642ae0e9515231c2419f0fb7eb3248d --- /dev/null +++ b/datasets/17486.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0dd5ac0713865b57e89b23c671c82c810b66e942b92f8f18ae6469f218c590 +size 7782400 diff --git a/datasets/175422.tar b/datasets/175422.tar new file mode 100644 index 0000000000000000000000000000000000000000..c4aea25a0447b0440c4e07739eeb2ddfb7e89a16 --- /dev/null +++ b/datasets/175422.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d5e18a4ba0fc9f5a46eec93f45644f029a64dfe3394ab2a42da0cb1779c5b1 +size 16312320 diff --git a/datasets/175487.tar b/datasets/175487.tar new file mode 100644 index 0000000000000000000000000000000000000000..6073794a9a8e6744686e308789d0db683b52143f --- /dev/null +++ b/datasets/175487.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44dec7b49856e841ae48c82649bedbe5d7e78ac5b2b4f60a51c7c335574142dc +size 8591360 diff --git a/datasets/17553.tar b/datasets/17553.tar new file mode 100644 index 0000000000000000000000000000000000000000..56d36fcd8b38c46ca716625a49e037837c1478a8 --- /dev/null +++ b/datasets/17553.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db129ebf128e7df9d27887fb925e54056a75ef709233600ed44f6f49d88e03b +size 22784000 diff --git a/datasets/175838.tar b/datasets/175838.tar new file mode 100644 index 0000000000000000000000000000000000000000..43476cbf54d2b5beecf71c144d1fe308c9290a07 --- /dev/null +++ b/datasets/175838.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7426d2b1633efbdaaea3ce79730baf58aa24c87615eac068147a33055b721d39 +size 9164800 diff --git a/datasets/176050.tar b/datasets/176050.tar new file mode 100644 index 0000000000000000000000000000000000000000..d4ed580db1f09298a8d95448a7b7456aa53b2026 --- /dev/null +++ b/datasets/176050.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e87b9b5dbebad36bc4277bf20e141537193875a1922abbfdaf63f642c0f7a5 +size 38881280 diff --git a/datasets/176062.tar b/datasets/176062.tar new file mode 100644 index 0000000000000000000000000000000000000000..b691fb76e3d3a9470475911a4f4cd391ff5ba53c --- /dev/null +++ b/datasets/176062.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e5a3cb5e769abdcdda17ab9ed84087c938cf17928a681bd5b51a72bf94487b3 +size 54630400 diff --git a/datasets/176324.tar b/datasets/176324.tar new file mode 100644 index 0000000000000000000000000000000000000000..c5a55fcead87a992022db36015872c70d2a29959 --- /dev/null +++ b/datasets/176324.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eaf22e773967db8a56b97448d182d76223ca5122d5ef0d02db3e244321b91d7 +size 20101120 diff --git a/datasets/176859.tar b/datasets/176859.tar new file mode 100644 index 0000000000000000000000000000000000000000..bd95f58de070be97d8d7ea24e554e148a34cac05 --- /dev/null +++ b/datasets/176859.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7a392265a596d6c5ca8d7323406aef67c2095b81a4e22bee75f0510c5bb667e +size 13824000 diff --git a/datasets/177019.tar b/datasets/177019.tar new file mode 100644 index 0000000000000000000000000000000000000000..9487339e7eb40989c6454eda23e9ebd01b5fce25 --- /dev/null +++ b/datasets/177019.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e89641767ded0152a19c7598dca543768bdf63610f0e81aa42fa62d48407dd28 +size 8314880 diff --git a/datasets/177305.tar b/datasets/177305.tar new file mode 100644 index 0000000000000000000000000000000000000000..ea7590ee71516f637bc1a6c16d37b3beccb7e97c --- /dev/null +++ b/datasets/177305.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5994e137ded658c779396d03080b634fe83c2460fa04c06eeb35332bed94c81 +size 25681920 diff --git a/datasets/177668.tar b/datasets/177668.tar new file mode 100644 index 0000000000000000000000000000000000000000..b3387fb382d3820cd8eeebe3236400c715df5c47 --- /dev/null +++ b/datasets/177668.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ff69e736578b0c4c231fec9f5e17a5756204e6a15204bb5a4dc5088fc5d304 +size 10987520 diff --git a/datasets/177982.tar b/datasets/177982.tar new file mode 100644 index 0000000000000000000000000000000000000000..8661195b7afe996b94d167d32ce4bc2d171bd734 --- /dev/null +++ b/datasets/177982.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6912cb87c5acc50962f759cf47e5d2d712d1e4baee1dd32db20bc671cdb5dfa2 +size 8028160 diff --git a/datasets/178581.tar b/datasets/178581.tar new file mode 100644 index 0000000000000000000000000000000000000000..2653ab738dd71626164669797981251cc6b3caea --- /dev/null +++ b/datasets/178581.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4cd4ee29fa2587279e1464a733710c0519b964d49d0a12281039e4445b898fd +size 34007040 diff --git a/datasets/179151.tar b/datasets/179151.tar new file mode 100644 index 0000000000000000000000000000000000000000..902bd97b5782b58893849f4b1fd2008159243185 --- /dev/null +++ b/datasets/179151.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fdd2fa91792c9cf02f8b4e1ddc02dc1430987122581a384c1a6e78b918f62b8 +size 5222400 diff --git a/datasets/179958.tar b/datasets/179958.tar new file mode 100644 index 0000000000000000000000000000000000000000..09a72b5a3eb68ec6c0cd0c8742f7b4c325b75c1c --- /dev/null +++ b/datasets/179958.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5126fb178603e69d0526665bf392b5b6be5075af50165f3cb9e3ae6ed9dcf1d2 +size 9082880 diff --git a/datasets/180412.tar b/datasets/180412.tar new file mode 100644 index 0000000000000000000000000000000000000000..aa1084b9f293ffee4a232b7742463a25d655be4b --- /dev/null +++ b/datasets/180412.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cddfb722a18db0523736a9628667b487a9259e6e18e1cac9548e541042de5be +size 8724480 diff --git a/datasets/180789.tar b/datasets/180789.tar new file mode 100644 index 0000000000000000000000000000000000000000..ee9e0e8aca55bf391654f2ff4e0533ce6881a0cd --- /dev/null +++ b/datasets/180789.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96585b258eefa600224689c2caeef100f540e3f8fec8f37afaf867fb3f9ba8f3 +size 7249920 diff --git a/datasets/180950.tar b/datasets/180950.tar new file mode 100644 index 0000000000000000000000000000000000000000..28c9dcec8eb28be51c1a9614e83932b9a681ec08 --- /dev/null +++ b/datasets/180950.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d85962dbb4a4d72481c9fc4849b3744c52cdb03f3795e12c385e3a44d7acdbcd +size 76134400 diff --git a/datasets/180951.tar b/datasets/180951.tar new file mode 100644 index 0000000000000000000000000000000000000000..67dd917d82d36ffcf4df0fb2d935e91849d485e3 --- /dev/null +++ b/datasets/180951.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca547e2338c99f5f514a6fab5486cd002c939c26ac9846d9df38314baf85046 +size 23572480 diff --git a/datasets/181235.tar b/datasets/181235.tar new file mode 100644 index 0000000000000000000000000000000000000000..5fc2c1fbf5e5bae45dcee14973c840b430f870c3 --- /dev/null +++ b/datasets/181235.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a17905db762d15e2fea59f942c542db125f6ac250d9a2791f7cae83c3e3345a6 +size 14848000 diff --git a/datasets/181241.tar b/datasets/181241.tar new file mode 100644 index 0000000000000000000000000000000000000000..6f60ec853d2fd6314fb6fbcb544c1c08238571af --- /dev/null +++ b/datasets/181241.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86fbafe398243b78f6485b53073a5478a98f5264638409153fa5e3e7a92f4036 +size 14848000 diff --git a/datasets/181746.tar b/datasets/181746.tar new file mode 100644 index 0000000000000000000000000000000000000000..e6cc634edb7445970e8e3579e43a2dbd01369ff6 --- /dev/null +++ b/datasets/181746.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4faebc9666d8786b57dbe73de9244c9ef8fa35d2072e0bb7ce1fd67e80a18e08 +size 3123200 diff --git a/datasets/181853.tar b/datasets/181853.tar new file mode 100644 index 0000000000000000000000000000000000000000..221c8d483a2dfb9983f4d9188ca753dbe36c487d --- /dev/null +++ b/datasets/181853.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3901e897c7bf68e01492b5e06a345bfbeb56c71b07730ff6a34fc6fcf96bb684 +size 8263680 diff --git a/datasets/18192.tar b/datasets/18192.tar new file mode 100644 index 0000000000000000000000000000000000000000..0a863f5abb228a9be749804f9ff685e905cdfe2d --- /dev/null +++ b/datasets/18192.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df69bc8a3cb283e2bc22940826e38f7e11b9dec9d45f79ae77b60606b9daf3c +size 921600 diff --git a/datasets/182112.tar b/datasets/182112.tar new file mode 100644 index 0000000000000000000000000000000000000000..803bd40247753b88425e17c7637d6bba94fb48f8 --- /dev/null +++ b/datasets/182112.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8157bc5193e12d894ba8780881d294bc7e8f2a08ecc3dc9d6d8decf298cc710b +size 8376320 diff --git a/datasets/182116.tar b/datasets/182116.tar new file mode 100644 index 0000000000000000000000000000000000000000..5b19176bd27814bb5115b6e40dcdc5faacedceb6 --- /dev/null +++ b/datasets/182116.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b48965d58b4c897a7acbae049a05c31fc92bdda8f4fcaa0dc64c3f4ea9f3fbe +size 16424960 diff --git a/datasets/182488.tar b/datasets/182488.tar new file mode 100644 index 0000000000000000000000000000000000000000..1c0e38ded1338dc90337021ccae8c010325eb62c --- /dev/null +++ b/datasets/182488.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f56bef775eee4943d8208178da56650c7b15335746006c48d5bde3ce13b3c9 +size 52848640 diff --git a/datasets/18255.tar b/datasets/18255.tar new file mode 100644 index 0000000000000000000000000000000000000000..94d3fb0cff39f6568466fc69d893b559f87dfa7b --- /dev/null +++ b/datasets/18255.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcdeb0158c70a1bc6fcb5b399a6a195edce4b8e01816d230b4b1c967a54144bf +size 2314240 diff --git a/datasets/182701.tar b/datasets/182701.tar new file mode 100644 index 0000000000000000000000000000000000000000..6a147e92d0c9150d6c1c3a7fea5e5b26a97a667d --- /dev/null +++ b/datasets/182701.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e4a097d42e374ba3bf179a3b9bae3c79f4dde425a2cd10138ebe0143a8a70a1 +size 59944960 diff --git a/datasets/182867.tar b/datasets/182867.tar new file mode 100644 index 0000000000000000000000000000000000000000..5552854b5d62929eb4f58590b4a4194f32e8a839 --- /dev/null +++ b/datasets/182867.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36c8d325ae259c1becc3ffc07f1fce96a727655d6813773908af5e9b49e43ac +size 6963200 diff --git a/datasets/183042.tar b/datasets/183042.tar new file mode 100644 index 0000000000000000000000000000000000000000..4fd0383820b3f9d8fccf2211d47020e3d29b496d --- /dev/null +++ b/datasets/183042.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f5e78b28a95a0f8bb323790ed31d9518b5fc82b8d21e8f9fc958beacc27ce3f +size 7976960 diff --git a/datasets/183067.tar b/datasets/183067.tar new file mode 100644 index 0000000000000000000000000000000000000000..03b584c736c89657ad7f1aa065684c7629fcfe49 --- /dev/null +++ b/datasets/183067.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7533294852744c7ac9515e92bfeb213e951c0a9c06188929ed431704f865d4 +size 9871360 diff --git a/datasets/183458.tar b/datasets/183458.tar new file mode 100644 index 0000000000000000000000000000000000000000..c2627fbaa687db7e3e7a01528c3f8f456f72a1f5 --- /dev/null +++ b/datasets/183458.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:376ee4b7416c14ec142ea01e871142f18842225ac97fd35de3edf5144f47c3a6 +size 8130560 diff --git a/datasets/183810.tar b/datasets/183810.tar new file mode 100644 index 0000000000000000000000000000000000000000..0fbff7d35f6496a63d7153325bb3543536d13b52 --- /dev/null +++ b/datasets/183810.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df99bcadcc4732d11fee182c009455e497ee13fa9e85f24d0d73bba4935293f +size 14182400 diff --git a/datasets/18391.tar b/datasets/18391.tar new file mode 100644 index 0000000000000000000000000000000000000000..7e96db7d9df8a7e8642f2c0962047c1d12103ce7 --- /dev/null +++ b/datasets/18391.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b755748545d17b9874081b9b9ec0db7d149bf2f32b1fd0ab170200c487fc60e9 +size 1792000 diff --git a/datasets/184006.tar b/datasets/184006.tar new file mode 100644 index 0000000000000000000000000000000000000000..261d1225cd0d4f1ae5ca6a44d702df68f2491bdd --- /dev/null +++ b/datasets/184006.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b2e81b767e2dde76a8b5c9bf8eb41655515bd1d0fc34823ec9a2d774e087f6 +size 147988480 diff --git a/datasets/184515.tar b/datasets/184515.tar new file mode 100644 index 0000000000000000000000000000000000000000..45bf526409321d9481e84db7069ac1a20cb4d4bd --- /dev/null +++ b/datasets/184515.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc5f7e6fe07f84d550060187da8446a046e50da0066dc02ad61ee23d7836e3b +size 4608000 diff --git a/datasets/184676.tar b/datasets/184676.tar new file mode 100644 index 0000000000000000000000000000000000000000..d184ea756f9b8e9edc871d25e618b074d60f546d --- /dev/null +++ b/datasets/184676.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a0d18c18af2908dceb489dfe681ec4fc09fea8c89c8ff8a3ac3412c68dabb9c +size 71680 diff --git a/datasets/184962.tar b/datasets/184962.tar new file mode 100644 index 0000000000000000000000000000000000000000..c12958cb7ee8e025c737cc50bac39cae6e3426ca --- /dev/null +++ b/datasets/184962.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c22017395e293302284c4f6bc16b8bb5f5215d969ac69ca3d2159241720d9aa2 +size 6819840 diff --git a/datasets/185010.tar b/datasets/185010.tar new file mode 100644 index 0000000000000000000000000000000000000000..f47735ada10cdc2c4ac4ff955b922a4fa1e8317d --- /dev/null +++ b/datasets/185010.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73c7842d1aec35f7af98069536e48b2bd5a28323ff1ef20a4d231557b38c5ca +size 7004160 diff --git a/datasets/185224.tar b/datasets/185224.tar new file mode 100644 index 0000000000000000000000000000000000000000..a52cdc7bd72d1a7e90ac27f7356d69936eb6856d --- /dev/null +++ b/datasets/185224.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb1f371b7ff473f5a4479bc3b2ab6c7c2c59a6db5148b2825188d1dc9718ef8 +size 9472000 diff --git a/datasets/185629.tar b/datasets/185629.tar new file mode 100644 index 0000000000000000000000000000000000000000..619a7f71c954c986e3109eb21f46df60a64de7db --- /dev/null +++ b/datasets/185629.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c40d9daad736bad9a336a57e0df3e0075272c1ccf69766d5913b1f6c05227da0 +size 163840 diff --git a/datasets/18584.tar b/datasets/18584.tar new file mode 100644 index 0000000000000000000000000000000000000000..35ff71938331bab21f0a26534c8011795766e707 --- /dev/null +++ b/datasets/18584.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab95e92e89fc0e7cc93cb3e8890b27f5675a3131d327df0b4efd17a119fb03f9 +size 665600 diff --git a/datasets/186015.tar b/datasets/186015.tar new file mode 100644 index 0000000000000000000000000000000000000000..c90356fc781567990820580216a6f22d3f7979ce --- /dev/null +++ b/datasets/186015.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f095d6ec364268364c188ccccacc5f600953cdab1f231ade64c4cba2034ca6ef +size 849920 diff --git a/datasets/18647.tar b/datasets/18647.tar new file mode 100644 index 0000000000000000000000000000000000000000..0c7c697144ff699eb414b26d2fc2faca146bd616 --- /dev/null +++ b/datasets/18647.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aafed8dbbd38f96b11b9827131cd19ee7fa7dd7cc331803fbb3ffef36e897a7 +size 951889920 diff --git a/datasets/186543.tar b/datasets/186543.tar new file mode 100644 index 0000000000000000000000000000000000000000..97fc81b2dd3eadebb507ee953a7d28d4f9c38343 --- /dev/null +++ b/datasets/186543.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00feb7b190610a42a92b66d0a7d56ceae0fd747dc9b537312c267a6d8bbe27e4 +size 7710720 diff --git a/datasets/18669.tar b/datasets/18669.tar new file mode 100644 index 0000000000000000000000000000000000000000..000fa70582dfd6f15cff01746ccc89c7ae47ea95 --- /dev/null +++ b/datasets/18669.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af896e75e8dcbb410aa76fc577721132f943f077fde657ba6aaf1031bfb65b41 +size 1168660480 diff --git a/datasets/186891.tar b/datasets/186891.tar new file mode 100644 index 0000000000000000000000000000000000000000..16cdd4f786ef9a0360a8e39a500fa08e36bd9faf --- /dev/null +++ b/datasets/186891.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af2e7afb1582b5726403ba65817d2a84b7dd317404cc2acd37c609dddec3677b +size 9062400 diff --git a/datasets/187170.tar b/datasets/187170.tar new file mode 100644 index 0000000000000000000000000000000000000000..c0b9a93b1782d8e9d2ab2f3bc4af2bc9e611797e --- /dev/null +++ b/datasets/187170.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e212aea06365482a101bc4f1e1afa307a6c48096722a9803ecd480e4aaa9df +size 8734720 diff --git a/datasets/187265.tar b/datasets/187265.tar new file mode 100644 index 0000000000000000000000000000000000000000..50fd9598ac95bba84db1910b12fd017da4971aa9 --- /dev/null +++ b/datasets/187265.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f724221442fa0657978751bd6cc038a4f5d528796a2d2f225213093c4a16df +size 1832960 diff --git a/datasets/187904.tar b/datasets/187904.tar new file mode 100644 index 0000000000000000000000000000000000000000..c07e6d103281014b5618baffff5c9baa72b0622e --- /dev/null +++ b/datasets/187904.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26582e830e4b9617e7d05193479146b3ef60a49d45f5e94bb0973f4d9de08442 +size 9216000 diff --git a/datasets/188036.tar b/datasets/188036.tar new file mode 100644 index 0000000000000000000000000000000000000000..ec365ad1f953c7689b58a1721175ebd8eb963d5c --- /dev/null +++ b/datasets/188036.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d772d9150a35335a0eb43403d7e42965af36dbfbaf1969fc66ec8a5d6a4131e2 +size 8499200 diff --git a/datasets/188344.tar b/datasets/188344.tar new file mode 100644 index 0000000000000000000000000000000000000000..53e44b5adc17de814e8f7c864d416e8553a7ef16 --- /dev/null +++ b/datasets/188344.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d21a7e103af48611c35cc071bbf7cd30e0584a49eb44cb779ee292d31f30f96 +size 573440 diff --git a/datasets/188377.tar b/datasets/188377.tar new file mode 100644 index 0000000000000000000000000000000000000000..988d792d2bd04d24b847133dd92ce70f45109b20 --- /dev/null +++ b/datasets/188377.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39980b9c02caae568871f1cadaf59716b16c812555932328a1c46b5b0194b3f5 +size 17469440 diff --git a/datasets/188979.tar b/datasets/188979.tar new file mode 100644 index 0000000000000000000000000000000000000000..d583cde20fa266ae029867bdffdd79ad3ff3d38c --- /dev/null +++ b/datasets/188979.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:793612aff189340b92b3cae91ebddc55d2add7f1016189cfc70030f1988132b3 +size 5611520 diff --git a/datasets/18905.tar b/datasets/18905.tar new file mode 100644 index 0000000000000000000000000000000000000000..a4e9ff62660b817ffe1258b608e9c2a0e866a2ef --- /dev/null +++ b/datasets/18905.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65bb9e9597d4fc7ae9092195465dd1fd738d55b71eedc544a74365f553db0e1a +size 2170880 diff --git a/datasets/189604.tar b/datasets/189604.tar new file mode 100644 index 0000000000000000000000000000000000000000..4322c546353b412888a8b9dd1676e6e96f8f8442 --- /dev/null +++ b/datasets/189604.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a29177544de1c3abb0b185a192301f503be9a8c79d227bf0f03e3d1c7547ef6f +size 8263680 diff --git a/datasets/189681.tar b/datasets/189681.tar new file mode 100644 index 0000000000000000000000000000000000000000..f15645450f0291eb6375ab5a1d92757dc9aa738f --- /dev/null +++ b/datasets/189681.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7467bf3c3dec57f7e8044d65d2c0eb8cc300b7c6802fae4323c20953a160d5b7 +size 9144320 diff --git a/datasets/190080.tar b/datasets/190080.tar new file mode 100644 index 0000000000000000000000000000000000000000..17183c415487f4463057a5f0fb0c094023c36549 --- /dev/null +++ b/datasets/190080.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f6f13d6f5366e719a305d744cc616de090bada963e5ab80edd1c2d1272685a +size 28846080 diff --git a/datasets/190173.tar b/datasets/190173.tar new file mode 100644 index 0000000000000000000000000000000000000000..e399f3f8dc0b4f9641f317c6536173176f4abcc4 --- /dev/null +++ b/datasets/190173.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ecbdc09e64885c1d68629771edc1720305f418ef69ec2c15dd256c070c5b32f +size 8458240 diff --git a/datasets/190671.tar b/datasets/190671.tar new file mode 100644 index 0000000000000000000000000000000000000000..f4df418c3088ee1875234737b503695a6efb648f --- /dev/null +++ b/datasets/190671.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fad72176cd3e015b0d767da62d4097b435d61d1495740af9b8eca7fadf00448 +size 3471360 diff --git a/datasets/190740.tar b/datasets/190740.tar new file mode 100644 index 0000000000000000000000000000000000000000..ed2ee8aa008de8e3e0a561ca6f5e0a6f1b9ee524 --- /dev/null +++ b/datasets/190740.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b8fc32c05a9ddbb008021dbec6c909a0ef79b80a011ee3270af4047cd5d1a3 +size 7557120 diff --git a/datasets/190948.tar b/datasets/190948.tar new file mode 100644 index 0000000000000000000000000000000000000000..f003bcb7c086dacc2ae8498b0858962ea13ce694 --- /dev/null +++ b/datasets/190948.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8635ca0e6eb994cbac40fe44ae2213be249a381dd7834e15bf78aab9b0180037 +size 8099840 diff --git a/datasets/191045.tar b/datasets/191045.tar new file mode 100644 index 0000000000000000000000000000000000000000..4f806b8af286b0ee0be5140c512f903c38a9b4bb --- /dev/null +++ b/datasets/191045.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e196a9e95df0184cf0934f9363b15eb1ece62f96cacf4c3c10e8ec46dec17617 +size 9615360 diff --git a/datasets/191164.tar b/datasets/191164.tar new file mode 100644 index 0000000000000000000000000000000000000000..72225f17b1b872546138a2537d4167f1e31faee1 --- /dev/null +++ b/datasets/191164.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5656fd2d1c299c10446504cb0a4d6ea818f41358e61dc071cae087d7789ab71e +size 8048640 diff --git a/datasets/191280.tar b/datasets/191280.tar new file mode 100644 index 0000000000000000000000000000000000000000..ba4dbd78bf05a35f6a9f760d7b1a0fb55a1b023d --- /dev/null +++ b/datasets/191280.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b1faae0a7711d6bde4544c248d1f6b657fc873985e54894beffecf984e4082 +size 9553920 diff --git a/datasets/191312.tar b/datasets/191312.tar new file mode 100644 index 0000000000000000000000000000000000000000..f2735cc344a825d9796654faa103249b1f081c9e --- /dev/null +++ b/datasets/191312.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0012d6fd9534804faa3844849ef217114888a730f0aeea2c962ee36d07702bf0 +size 59320320 diff --git a/datasets/192115.tar b/datasets/192115.tar new file mode 100644 index 0000000000000000000000000000000000000000..4d886618355dec40e53bf6ff64da04355eca5c78 --- /dev/null +++ b/datasets/192115.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a3560e17cc60ea7649e708184f11f622ff5f99fd3cf6a7f2f851d8224befe8 +size 9605120 diff --git a/datasets/192135.tar b/datasets/192135.tar new file mode 100644 index 0000000000000000000000000000000000000000..44863508b1d41d35f5c5a5768c69f0013f809e79 --- /dev/null +++ b/datasets/192135.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e6d022d2d412560e995a2fee1934fe3f0b4be62e20b7239ca0509b2b93acb8 +size 8171520 diff --git a/datasets/192202.tar b/datasets/192202.tar new file mode 100644 index 0000000000000000000000000000000000000000..225e378b9a9bb3daf537a803d6afd03f25342081 --- /dev/null +++ b/datasets/192202.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37299a78b87f292efd524712b8373391867494065343e2a1941ec67c97b2d442 +size 8591360 diff --git a/datasets/192219.tar b/datasets/192219.tar new file mode 100644 index 0000000000000000000000000000000000000000..96a2bbabf204500224e5d3d1c9064d531f58278d --- /dev/null +++ b/datasets/192219.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e469f85131f3abd31fb02e05d7fca1b525d0da0344ceddb6e77525ad6d0074 +size 3010560 diff --git a/datasets/192284.tar b/datasets/192284.tar new file mode 100644 index 0000000000000000000000000000000000000000..42f16334e30f673555b18e42ad10ed5be3c7dd9b --- /dev/null +++ b/datasets/192284.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ab6b5865887c7c1058aba655d0d3bb4ef7ba58bfea5915ac138c3f1b36fb2ef +size 10260480 diff --git a/datasets/192361.tar b/datasets/192361.tar new file mode 100644 index 0000000000000000000000000000000000000000..d5752e68a50d66693ed782a206921c447f53b85d --- /dev/null +++ b/datasets/192361.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8fa9c0fe013fd0d88ad3ccb5d101b2e0575ffe2aec1a787d030ad35468f6869 +size 4116480 diff --git a/datasets/192363.tar b/datasets/192363.tar new file mode 100644 index 0000000000000000000000000000000000000000..f4a8969e08148c2be0a0a8923ca6837b26f0caa3 --- /dev/null +++ b/datasets/192363.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:305a53cd448fa67ab27e9d29b533510cf9b27dbfd51a25d71549b8590327b72e +size 7424000 diff --git a/datasets/192420.tar b/datasets/192420.tar new file mode 100644 index 0000000000000000000000000000000000000000..309e8a50ebf44fe421af92ebfcf17bf53ad86386 --- /dev/null +++ b/datasets/192420.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32cdc563f9960c2cbee3bd718cd0de46e5312cd6f9b41a4a146294f45930e631 +size 5253120 diff --git a/datasets/192483.tar b/datasets/192483.tar new file mode 100644 index 0000000000000000000000000000000000000000..2cf8bdaac90969545451d1dc22493ead43f52da0 --- /dev/null +++ b/datasets/192483.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359b5c8768f575494bac701fc752be85225d5868a87d904014b28f54474dce3c +size 7280640 diff --git a/datasets/192842.tar b/datasets/192842.tar new file mode 100644 index 0000000000000000000000000000000000000000..18574cfae98705d2af417f646048bf512e0da3ac --- /dev/null +++ b/datasets/192842.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d85d60fa0f4a1bc9488110ee30f515e8588d56295749812bc9cbc4307d0c27 +size 9041920 diff --git a/datasets/192949.tar b/datasets/192949.tar new file mode 100644 index 0000000000000000000000000000000000000000..e4c48fef41998907dcdf5dcfe7f626dba6522b45 --- /dev/null +++ b/datasets/192949.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d00d9a7a576d96d1436cb40559057479efb63d4677b1173e1e518a0d68588f6b +size 9052160 diff --git a/datasets/193095.tar b/datasets/193095.tar new file mode 100644 index 0000000000000000000000000000000000000000..077846517e3c373d912debba2f8332807f74c3d5 --- /dev/null +++ b/datasets/193095.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1ebe32cbbb55dccf1440adf6f1c6ab0b19114e6f39c4e4fbc0799b57071811 +size 2775040 diff --git a/datasets/19311.tar b/datasets/19311.tar new file mode 100644 index 0000000000000000000000000000000000000000..03bdb62b45e0b5a9d864835b33bdda21b070be85 --- /dev/null +++ b/datasets/19311.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57163fc3bc08e285bca6a4fd5125d3a868dbfd8e9adad0b9289fa6a60b0c3a92 +size 28364800 diff --git a/datasets/193133.tar b/datasets/193133.tar new file mode 100644 index 0000000000000000000000000000000000000000..1b7f35279c4af90ce6ba94ee2fa5d9d54a495d56 --- /dev/null +++ b/datasets/193133.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd9346782c01b15fa27affd1539dc581dd88df8b03bead6310f7349ca96d52d4 +size 27514880 diff --git a/datasets/193413.tar b/datasets/193413.tar new file mode 100644 index 0000000000000000000000000000000000000000..0518033596491744e5e9a70a3482609703b6ef3b --- /dev/null +++ b/datasets/193413.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3095e70d5ef0df7c15ef60b9ea36f9eed12897db65bf6374dc7a801062b9d68 +size 7669760 diff --git a/datasets/193431.tar b/datasets/193431.tar new file mode 100644 index 0000000000000000000000000000000000000000..6e7d61bf5fd9747d9c7fdff95ef8aa67f18c7fc8 --- /dev/null +++ b/datasets/193431.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3fdd8862f1921d4fd2b2f95f22e6583bb525d9fc5de9946ae4f384cfa74fa0c +size 8222720 diff --git a/datasets/193597.tar b/datasets/193597.tar new file mode 100644 index 0000000000000000000000000000000000000000..a76a4740c7252c7207d376c46663bb0c311b9d5b --- /dev/null +++ b/datasets/193597.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd3e370b4868913b5c571680cd317b688af5a5457de3769a9c108d9903ba50b +size 51220480 diff --git a/datasets/19382.tar b/datasets/19382.tar new file mode 100644 index 0000000000000000000000000000000000000000..841fc774d01528f17466f42758890f70c75faad2 --- /dev/null +++ b/datasets/19382.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89da58de47ee0534f931433c418b893cbe72e516c6c15baa5eed7595336f09be +size 53657600 diff --git a/datasets/193848.tar b/datasets/193848.tar new file mode 100644 index 0000000000000000000000000000000000000000..072c48c8cfae98db2ef0e2ae4ab45cef90472e9a --- /dev/null +++ b/datasets/193848.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a8fe6b8515f7dee28916bc82cb2cfdb5e4e530f2545a46063622c4642aa6a20 +size 52264960 diff --git a/datasets/193874.tar b/datasets/193874.tar new file mode 100644 index 0000000000000000000000000000000000000000..a0280f1144ed63c2e792d03dc37b904d63e6629f --- /dev/null +++ b/datasets/193874.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c59fb26af85bae906a3497a33fae0e90ea79ffa1bd08a87c44171905056de376 +size 12124160 diff --git a/datasets/19396.tar b/datasets/19396.tar new file mode 100644 index 0000000000000000000000000000000000000000..e084f9f7f0bd9fcaeed91be2426345789afa8fb3 --- /dev/null +++ b/datasets/19396.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa0962288dff1d5c1e19bf152b6151b8210277aa015a15ffe67ec7b516bb91e3 +size 20736000 diff --git a/datasets/194003.tar b/datasets/194003.tar new file mode 100644 index 0000000000000000000000000000000000000000..fefa6d7fe7b517aae69d9c5d80ee25c446a12108 --- /dev/null +++ b/datasets/194003.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e487f1305ff5313e986884d04b25343f1d2265969b8e64321c807ee4810f2cf9 +size 7987200 diff --git a/datasets/194268.tar b/datasets/194268.tar new file mode 100644 index 0000000000000000000000000000000000000000..03e3a37c073d8d1610295bcc437df5594140f693 --- /dev/null +++ b/datasets/194268.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f89e58c31d647ce584d65d20e58b139d475fe4e50c92548142a384af618f4a32 +size 2048000 diff --git a/datasets/194871.tar b/datasets/194871.tar new file mode 100644 index 0000000000000000000000000000000000000000..8ded8a1d1587c546a71d2f96d9b265e090eecdcb --- /dev/null +++ b/datasets/194871.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddce23dce5045cf36e158c65359d9838e3dacb2ea8b24d053ca01e90561773c8 +size 35932160 diff --git a/datasets/194880.tar b/datasets/194880.tar new file mode 100644 index 0000000000000000000000000000000000000000..6174dbd8d00d2e3240d8f5b1f9fa6d764d57bea8 --- /dev/null +++ b/datasets/194880.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fa4b0f13d00cf9bd1880f4cd3461aa5a562a57a051ca3dd150ddf720c179f6d +size 399360 diff --git a/datasets/195426.tar b/datasets/195426.tar new file mode 100644 index 0000000000000000000000000000000000000000..8da728d4a89a172bd9d638ba7ead64fb3c5c9f00 --- /dev/null +++ b/datasets/195426.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a72f8cb858bbde4b33e050f8e9987540a783d8be2647b619c88df8b86e6d49e +size 235294720 diff --git a/datasets/195436.tar b/datasets/195436.tar new file mode 100644 index 0000000000000000000000000000000000000000..2e44bae7a7b3a9f2e870f3890933df28647fd573 --- /dev/null +++ b/datasets/195436.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae1201a9b510c3bb008ffa8bf06fa9f99e7798d91d802a13265551708d34dd8 +size 510668800 diff --git a/datasets/195566.tar b/datasets/195566.tar new file mode 100644 index 0000000000000000000000000000000000000000..c8e30b96866fd1886ebbc38b6c93bf9b89f31af7 --- /dev/null +++ b/datasets/195566.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ca0d349705477d2773aecfe72851951c9c242342acc326b72916149270f7c4 +size 53299200 diff --git a/datasets/195615.tar b/datasets/195615.tar new file mode 100644 index 0000000000000000000000000000000000000000..0e84158b8b8f40fd1bd1765992a54913adbded5e --- /dev/null +++ b/datasets/195615.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c998797184731c40946961b98b1fa76a13c7afc93a9622d4813bb4c4e3f5f77f +size 1699840 diff --git a/datasets/195694.tar b/datasets/195694.tar new file mode 100644 index 0000000000000000000000000000000000000000..8b511c4031cf9225f194fdcefe0bcc0daed52919 --- /dev/null +++ b/datasets/195694.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd98b84d349df0566e1220aaf0687fd720be6d3129834f43aff81fd913096ac8 +size 14848000 diff --git a/datasets/196026.tar b/datasets/196026.tar new file mode 100644 index 0000000000000000000000000000000000000000..4eccad1b2eb59d7582acff12b30544325a38ceaa --- /dev/null +++ b/datasets/196026.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c0ab4e24b2b33aedf4a67d11ce110ffdd4a377b7651e6d66ba79da486364bc +size 2754560 diff --git a/datasets/196268.tar b/datasets/196268.tar new file mode 100644 index 0000000000000000000000000000000000000000..801c402cbda76ed58e254de7e7da8399beca3143 --- /dev/null +++ b/datasets/196268.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd35b513706e2b8267ce730172b6653d62ebedc848b99503b99a47066c11100 +size 6717440 diff --git a/datasets/19628.tar b/datasets/19628.tar new file mode 100644 index 0000000000000000000000000000000000000000..ef4e8264b553c1f75899ddb9c52f6c58f56efe38 --- /dev/null +++ b/datasets/19628.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66fe615d6fb82c23fab3edcafa43e34dd0c74a425caede907cc36f6ca99dc1ed +size 471040 diff --git a/datasets/196401.tar b/datasets/196401.tar new file mode 100644 index 0000000000000000000000000000000000000000..e6e67bf52cdeddc6e8a62d7587fa37abd9f46c6b --- /dev/null +++ b/datasets/196401.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd3e41e8afae510c80e800add1583d17fa7bca2adad4d2a844cdc69675fd4ed +size 3235840 diff --git a/datasets/19642.tar b/datasets/19642.tar new file mode 100644 index 0000000000000000000000000000000000000000..beb6a482b786037d41b73d736bdd9c5b1748e5e2 --- /dev/null +++ b/datasets/19642.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385232e2793e839d66b5b3b064a41bcc6f6fedcc6a9abbc34417f0b17bef46c9 +size 19322880 diff --git a/datasets/196435.tar b/datasets/196435.tar new file mode 100644 index 0000000000000000000000000000000000000000..a0f730790067432cb93887d04c8308c446238de5 --- /dev/null +++ b/datasets/196435.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d26adc1229fa1cbde9810fbc0b0c180bc4f13953ef19e9d1fd5d54a763fe80b +size 7669760 diff --git a/datasets/196613.tar b/datasets/196613.tar new file mode 100644 index 0000000000000000000000000000000000000000..d11950389c2e7477187806ca1b48987cbe773235 --- /dev/null +++ b/datasets/196613.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f351060eaf345d6dc1c2a43f130eee0b075a7e994908dc5c6d24d2ff3c6987ee +size 33280000 diff --git a/datasets/19682.tar b/datasets/19682.tar new file mode 100644 index 0000000000000000000000000000000000000000..b57579592a1ae1518e55c70435586d14ebf3dbb4 --- /dev/null +++ b/datasets/19682.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5142804d19ecdf5c5cab7e05e16a1889568c0a872abae5318e11742a3fd5e70 +size 29245440 diff --git a/datasets/197152.tar b/datasets/197152.tar new file mode 100644 index 0000000000000000000000000000000000000000..d81af3fe3368335ee1cdc5e037f279aa75399d6c --- /dev/null +++ b/datasets/197152.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbddcbeab336dfd92094cf5c7344e5fa067a3cf5284dfdc938fd045bea95494c +size 37089280 diff --git a/datasets/197170.tar b/datasets/197170.tar new file mode 100644 index 0000000000000000000000000000000000000000..b0d2dac9639e6a1c83bb8d4230aa5e5408cf7ba7 --- /dev/null +++ b/datasets/197170.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0d3c9d9b0676248805f272a7b2d83df4ea9b2bfe5b8bb496571630558bd2df +size 18800640 diff --git a/datasets/197360.tar b/datasets/197360.tar new file mode 100644 index 0000000000000000000000000000000000000000..37fbe945af229f9b5764e61f0c4326dc913f78c7 --- /dev/null +++ b/datasets/197360.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1276563324409e04b13d6a2d6e608ad886ac68caa37fdb12f4dffe0f85ebbdee +size 42782720 diff --git a/datasets/197533.tar b/datasets/197533.tar new file mode 100644 index 0000000000000000000000000000000000000000..d05907c01496e4dadb6214a85951d2204e4cf9aa --- /dev/null +++ b/datasets/197533.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a20d020280eb78cdb4d6d93d17df5bee81a00cb3288dd247016c4904951b6bee +size 3450880 diff --git a/datasets/198029.tar b/datasets/198029.tar new file mode 100644 index 0000000000000000000000000000000000000000..0c475bf7835d586ac2ae2b7b048e6ac42a625f3d --- /dev/null +++ b/datasets/198029.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c9c051f4f0e90b5357ba35a5b0990038fa38494826341524b264e3e4b4130b +size 16496640 diff --git a/datasets/198392.tar b/datasets/198392.tar new file mode 100644 index 0000000000000000000000000000000000000000..c16d16fa1aec9717c79aa976ce9b8b0735ef8a14 --- /dev/null +++ b/datasets/198392.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:417749d73ff6646a30db50798daab1b8cf85d032ccbd4f1a3f4d8ed006409e83 +size 8488960 diff --git a/datasets/198636.tar b/datasets/198636.tar new file mode 100644 index 0000000000000000000000000000000000000000..33b51aecc3375b15f2ac735f848f3cef93324b9a --- /dev/null +++ b/datasets/198636.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c19fe300558246f495ac55517e1027a89bc50fbb3fc548bd58b9c42d46fca0d +size 5765120 diff --git a/datasets/199198.tar b/datasets/199198.tar new file mode 100644 index 0000000000000000000000000000000000000000..acce90b2980f723cc6184bc382686a32cadd175e --- /dev/null +++ b/datasets/199198.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:909c3d3e022a345b3f05149efb66a042eb55ccc0f9a47e51bf736a601bed012f +size 6512640 diff --git a/datasets/199429.tar b/datasets/199429.tar new file mode 100644 index 0000000000000000000000000000000000000000..c5a72ed92f7ed4264a52650b38237f899756cb67 --- /dev/null +++ b/datasets/199429.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a26a304cefcdb4ff359d65bacc3276dea53bb9747138eb987a7a75538bdff6e +size 358400 diff --git a/datasets/19946.tar b/datasets/19946.tar new file mode 100644 index 0000000000000000000000000000000000000000..af6d7896bf7441fb1e539fb1c4741340a4439afe --- /dev/null +++ b/datasets/19946.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5682971f4ab462e8ea31aab9a0cf422fe132e52d6d087e20959de9bcdd1083d6 +size 573440 diff --git a/datasets/19957.tar b/datasets/19957.tar new file mode 100644 index 0000000000000000000000000000000000000000..58e24ec953e5d7db8c814013ad01bf1bc48c3379 --- /dev/null +++ b/datasets/19957.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac0897d95ddeafd008bc1decbb5020a40d4f4d7d5572e74063d9ac60e375f5c +size 2279249920 diff --git a/datasets/199689.tar b/datasets/199689.tar new file mode 100644 index 0000000000000000000000000000000000000000..98d93044965363197ee9122e77393f2cae3a1433 --- /dev/null +++ b/datasets/199689.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28876379cc203a58d66a9df4cb8e9734973e2599d7d1a0c33b3b66ee4dfd75b +size 6871040 diff --git a/datasets/199800.tar b/datasets/199800.tar new file mode 100644 index 0000000000000000000000000000000000000000..fbbbe139a36ce5b4a92bf1de04ee20987821add8 --- /dev/null +++ b/datasets/199800.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46fd207acfac31047f6702c56e32b5d0ecb09661bc05f85ddff861fc1e401848 +size 10854400 diff --git a/datasets/200145.tar b/datasets/200145.tar new file mode 100644 index 0000000000000000000000000000000000000000..bfd3de51a9ba01232afa970914def590d62bd483 --- /dev/null +++ b/datasets/200145.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d2d87fa21b46bffa5ed7163cd6049ad2512d6dec6744362a227c962522c496 +size 81920 diff --git a/datasets/200547.tar b/datasets/200547.tar new file mode 100644 index 0000000000000000000000000000000000000000..555f0c9e4e12c7c329bba7281a3441209e70a169 --- /dev/null +++ b/datasets/200547.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7029943d2d2c1779d7619989a7bb81b7259894057fe4ac9384e572caa9d7f93e +size 2191360 diff --git a/datasets/200721.tar b/datasets/200721.tar new file mode 100644 index 0000000000000000000000000000000000000000..239ed91575ee2d590132b637e06c04ee8553261b --- /dev/null +++ b/datasets/200721.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90df5b29d1534b1aafbca77d41cd68fd2874aae75d5f3999a8c5273b901ed1b1 +size 24637440 diff --git a/datasets/200892.tar b/datasets/200892.tar new file mode 100644 index 0000000000000000000000000000000000000000..9aa41c7b47ce5d1e4c04819d783f204f5246aaec --- /dev/null +++ b/datasets/200892.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0751a5a91e3a960ae80aa75e68e7887c2053659afc82355bd7895847df4a68cb +size 8335360 diff --git a/datasets/201238.tar b/datasets/201238.tar new file mode 100644 index 0000000000000000000000000000000000000000..b8a6e9477d210de0ecc0b89807552c788ae5283f --- /dev/null +++ b/datasets/201238.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:740e6d836659261ec6725f0e04a80e15920a1560c43f570ba60edfed4acf41a3 +size 4823040 diff --git a/datasets/201329.tar b/datasets/201329.tar new file mode 100644 index 0000000000000000000000000000000000000000..ba22f7e6c449c3f1d2697d20435362a2ca3635b3 --- /dev/null +++ b/datasets/201329.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761d709d50e9a8fc674ce98ebfd83486596a0a4b58fd1c985307ca0b84ef2641 +size 9512960 diff --git a/datasets/201446.tar b/datasets/201446.tar new file mode 100644 index 0000000000000000000000000000000000000000..c3c3a48a2abf05909607857175d76d0ece26fd25 --- /dev/null +++ b/datasets/201446.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d4db04587121330f603313ff36de0c6ee28aef3c37265b71c839825cd90f0a +size 8017920 diff --git a/datasets/201921.tar b/datasets/201921.tar new file mode 100644 index 0000000000000000000000000000000000000000..1b0dc11f1f2f4a69129a9fc970cee4f72ed1a795 --- /dev/null +++ b/datasets/201921.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5633be7462c0e8aa9d60394648d84c807730c3586b70d33fd33f32362e4b5eb7 +size 8437760 diff --git a/datasets/202005.tar b/datasets/202005.tar new file mode 100644 index 0000000000000000000000000000000000000000..755b1237c22cc32487e76f6de634e52368053c53 --- /dev/null +++ b/datasets/202005.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a1828629a2597ec51225f003533a73709b7b73c294e0d7c46610ede4c084dd4 +size 8120320 diff --git a/datasets/202060.tar b/datasets/202060.tar new file mode 100644 index 0000000000000000000000000000000000000000..0f26197a6c5d2a02bcc26f50805b28e491a5acdb --- /dev/null +++ b/datasets/202060.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fda8ebcaaaf118ccfd3e07011cb6127f82053e079b6bd049c390a392fe9e10c +size 41318400 diff --git a/datasets/202122.tar b/datasets/202122.tar new file mode 100644 index 0000000000000000000000000000000000000000..735ae6880915345fdd630b99c34d08f0d48c1caa --- /dev/null +++ b/datasets/202122.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b90adb25c005d96ff683295e2b80264dec4c325e93575011fc9d3ac1dfe2e9 +size 2641920 diff --git a/datasets/202572.tar b/datasets/202572.tar new file mode 100644 index 0000000000000000000000000000000000000000..581c6aa0b1251d0214e0331f1f79aba59be0d97b --- /dev/null +++ b/datasets/202572.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966ef4cd639e1a8706e06ac70ed3d76bc8c202470a3f788c2191a0dbda92230c +size 7761920 diff --git a/datasets/202584.tar b/datasets/202584.tar new file mode 100644 index 0000000000000000000000000000000000000000..b23c1e34573321c2cd9b58b38af868932bdbcc97 --- /dev/null +++ b/datasets/202584.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969f7af02872f516ba7dc9716abed17a26f926675cb0c217804a0e0670f92c44 +size 2918400 diff --git a/datasets/202748.tar b/datasets/202748.tar new file mode 100644 index 0000000000000000000000000000000000000000..2029bbfc1cb81de39bc836408b080f0848089394 --- /dev/null +++ b/datasets/202748.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df382cede02c24175646c839f12a1ff38fc389236bad70815bbea81a46bb175d +size 11868160 diff --git a/datasets/202803.tar b/datasets/202803.tar new file mode 100644 index 0000000000000000000000000000000000000000..3c8353fc54995996180e258a9572bbe60df44764 --- /dev/null +++ b/datasets/202803.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a8a32133a82fcb6e7c3fbcb1cd903a88f66646e11b406e6eb5e47f73ea2791c +size 768000 diff --git a/datasets/203055.tar b/datasets/203055.tar new file mode 100644 index 0000000000000000000000000000000000000000..7a69ac6d66a8112dda02d20f86dd901677cabb21 --- /dev/null +++ b/datasets/203055.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910ab48d508c1fde4153a35ae8b4582052e7d9fbd6bc8796b8222adf71301063 +size 6973440 diff --git a/datasets/203205.tar b/datasets/203205.tar new file mode 100644 index 0000000000000000000000000000000000000000..f1af4b1a3a329862e8530ebf8f31112d5a962978 --- /dev/null +++ b/datasets/203205.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ba92dd865bcb008582efdc8fe78bc5b9799078950ccc7fa59731bdd16f8265 +size 2816000 diff --git a/datasets/203439.tar b/datasets/203439.tar new file mode 100644 index 0000000000000000000000000000000000000000..f23856e14e12bcf3a32ce1d39f484041dd5c1083 --- /dev/null +++ b/datasets/203439.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:889478c2daa39ca9fa6b4fbf1549be182359ec76a67e8cccd0c30c5e78492dd7 +size 7639040 diff --git a/datasets/203560.tar b/datasets/203560.tar new file mode 100644 index 0000000000000000000000000000000000000000..b32d530790adaa563a3ea5a9337d4a5f16c34499 --- /dev/null +++ b/datasets/203560.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bca6bebadeac286dde8720314efd6691fbcd634c3307edab310bb1a6dc5b773 +size 8007680 diff --git a/datasets/203706.tar b/datasets/203706.tar new file mode 100644 index 0000000000000000000000000000000000000000..59c08b0ab05c6a51422201caf059f36346189c80 --- /dev/null +++ b/datasets/203706.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85e3333bbfd2c046c04dd26d4da26d0e685258ffbce66a4ed9ff922fa9ff1b20 +size 86097920 diff --git a/datasets/203959.tar b/datasets/203959.tar new file mode 100644 index 0000000000000000000000000000000000000000..7a765113ca1e3b67f5a1468d9cb65801e84a95df --- /dev/null +++ b/datasets/203959.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20fb93ee10e9a3ac9f1fc7f6089a573b24c21b53904e0238b1ab78a7be725fc5 +size 675840 diff --git a/datasets/203965.tar b/datasets/203965.tar new file mode 100644 index 0000000000000000000000000000000000000000..21ecab7c87dedeffaeac70eb86720d599bde21aa --- /dev/null +++ b/datasets/203965.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d61d5897ad13e3ae0aabfa4b5c43a07a48b8be329c90e11883855ccca9913025 +size 9441280 diff --git a/datasets/204224.tar b/datasets/204224.tar new file mode 100644 index 0000000000000000000000000000000000000000..1e2d9d053218b57c1d79387e1dc445d5712e4889 --- /dev/null +++ b/datasets/204224.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a60c4637d17431dfc887d31c094963b9324b132b9d3b7652bc3db248d05ce500 +size 8110080 diff --git a/datasets/204315.tar b/datasets/204315.tar new file mode 100644 index 0000000000000000000000000000000000000000..e812928ea07a54b2819acb52f8633bf367a71c01 --- /dev/null +++ b/datasets/204315.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10cf87ceaa56354c18b3127439ae2e628e0074392fe7bc678a2dfaae49335163 +size 10649600 diff --git a/datasets/204324.tar b/datasets/204324.tar new file mode 100644 index 0000000000000000000000000000000000000000..a1bd51d439ef18e7e66a98b3c016b558daa73270 --- /dev/null +++ b/datasets/204324.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7874ad7bccad3f699ae12d634632cf40d2824fc3e1799cc82bc77f97ab60e0b1 +size 42383360 diff --git a/datasets/204445.tar b/datasets/204445.tar new file mode 100644 index 0000000000000000000000000000000000000000..c68ca0cd65a51032b7b5d587af13a874b7890380 --- /dev/null +++ b/datasets/204445.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b6af34aa8c104f2cd4b691fc4c814f1ccc83773797c225519f94a183509fb18 +size 14315520 diff --git a/datasets/204493.tar b/datasets/204493.tar new file mode 100644 index 0000000000000000000000000000000000000000..6a54b635fe1e2f332dde34671e217c1239f4a67d --- /dev/null +++ b/datasets/204493.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3cef347dfc7bd44e2a4527bdad75166da9546090855ba6f963e7f650fb00d57 +size 8232960 diff --git a/datasets/204595.tar b/datasets/204595.tar new file mode 100644 index 0000000000000000000000000000000000000000..ac99996421b3aad288a96c3de32e1155f1d7f9fb --- /dev/null +++ b/datasets/204595.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdcff991d653b16e994cf40a23fb796251dad5820753ea271443720874c3aa8b +size 55357440 diff --git a/datasets/204631.tar b/datasets/204631.tar new file mode 100644 index 0000000000000000000000000000000000000000..b6a23e1935fa7b712f67ec2be9918cd7fe1277b9 --- /dev/null +++ b/datasets/204631.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f541538b1b930968b0987c9e09cd4406887cf4410d56654349dc68001f018c6c +size 12032000 diff --git a/datasets/204638.tar b/datasets/204638.tar new file mode 100644 index 0000000000000000000000000000000000000000..4cb54ed22cc70c1d67db478839728ab1efd164d0 --- /dev/null +++ b/datasets/204638.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4298a9109e7c8e10a6706b6c47f6f677b98c5e7b977c7027b702cbfa32dcca51 +size 510668800 diff --git a/datasets/204698.tar b/datasets/204698.tar new file mode 100644 index 0000000000000000000000000000000000000000..2c1ab69be3baadf9d885fd8e4483c1b5c5f66f40 --- /dev/null +++ b/datasets/204698.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3de130f98635e6d65d7da2520ec37206983c5f0eec133b0b34c12c0e76feb21 +size 73912320 diff --git a/datasets/204903.tar b/datasets/204903.tar new file mode 100644 index 0000000000000000000000000000000000000000..c950238372efdd386c1be90a717f3634a8d7917d --- /dev/null +++ b/datasets/204903.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2073ac1c6f6b317f7a03d7a298c28f573426fddfa27abe51b57ec7656a0a6474 +size 7301120 diff --git a/datasets/204983.tar b/datasets/204983.tar new file mode 100644 index 0000000000000000000000000000000000000000..b85caf8647a42f367bd50066a16da16ffcb72c05 --- /dev/null +++ b/datasets/204983.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89136b5558cc6c84690963958a2c5226cf54e1fd0e5d63294ee4315f52e043f +size 7669760 diff --git a/datasets/205020.tar b/datasets/205020.tar new file mode 100644 index 0000000000000000000000000000000000000000..088669b93ecb99daf7ad59bad3f63155f00d9e56 --- /dev/null +++ b/datasets/205020.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4925f72118ab53d335a28d781acd21882ebbce0e39f6240bc3d5547277308503 +size 6809600 diff --git a/datasets/205061.tar b/datasets/205061.tar new file mode 100644 index 0000000000000000000000000000000000000000..a742556105bc38ad9e13efeb2937a6a4ad679540 --- /dev/null +++ b/datasets/205061.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4c924a7b35565826b2dc809317849cda5acc1a2b4ceb689f85c3dcdf01ff436 +size 4024320 diff --git a/datasets/205093.tar b/datasets/205093.tar new file mode 100644 index 0000000000000000000000000000000000000000..b18b46a2431e53e00363f233dbcf5ad356921164 --- /dev/null +++ b/datasets/205093.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba781a5f884731fcf856c802168e7c97967865edf3342e73950115e28b02d5aa +size 7874560 diff --git a/datasets/205198.tar b/datasets/205198.tar new file mode 100644 index 0000000000000000000000000000000000000000..dbaddb3375c2bce76e2745b8f5fcf77cf02574c7 --- /dev/null +++ b/datasets/205198.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef347930da848696e37cce8cdac5a68707b97a4bc383af8f6e24f82552a8d53 +size 3809280 diff --git a/datasets/205289.tar b/datasets/205289.tar new file mode 100644 index 0000000000000000000000000000000000000000..9c3b2f858161761ba29c4cbab0a53e634213fd9e --- /dev/null +++ b/datasets/205289.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7011f08d134e356a5bfe4c343fd7d7dcfcf3ee18bfcf60479d11a0b7ab3f2a49 +size 8407040 diff --git a/datasets/205394.tar b/datasets/205394.tar new file mode 100644 index 0000000000000000000000000000000000000000..3b6822cbb7b7b71dd6c73624f176be105f8f1d74 --- /dev/null +++ b/datasets/205394.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2d4ef06a094d953e0544d68726b65a0e5f6ea98c6e9de36f78d8a6ab58a789 +size 10178560 diff --git a/datasets/205537.tar b/datasets/205537.tar new file mode 100644 index 0000000000000000000000000000000000000000..39750b78eea910db1daf98222ee37029cda9cc6f --- /dev/null +++ b/datasets/205537.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf289b74b3418e0e14780d48f46ca1b7d5ec7a523d06a30f3613050e5fa6b13b +size 4597760 diff --git a/datasets/205655.tar b/datasets/205655.tar new file mode 100644 index 0000000000000000000000000000000000000000..71be3f94b0a3881fc236bb0d55399af36f02c99e --- /dev/null +++ b/datasets/205655.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6475af13a726848d70525a5f6c881713aa64ff9581997baf89df21fbd7164c4c +size 5335040 diff --git a/datasets/205663.tar b/datasets/205663.tar new file mode 100644 index 0000000000000000000000000000000000000000..a9d73306e5063233669752a88b87d678c2c76f82 --- /dev/null +++ b/datasets/205663.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d9c37ba567ab7572bf01470bd6500c389d59fea8dba07636d3613158515145 +size 10311680 diff --git a/datasets/205868.tar b/datasets/205868.tar new file mode 100644 index 0000000000000000000000000000000000000000..cf384ba3754035c07442b13e9d7b23c46979dad6 --- /dev/null +++ b/datasets/205868.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:227086b8a91e56716d7ccb4d30cb1f3770ae98e50f0d5fa06329bb54b1916809 +size 1116160 diff --git a/datasets/205869.tar b/datasets/205869.tar new file mode 100644 index 0000000000000000000000000000000000000000..1eaccf449318d57019befac4f6e1687ee489be0e --- /dev/null +++ b/datasets/205869.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643e02cb36da569c27f370d6408e17b51064289d22f7d496543a66ed6a1539c9 +size 2662400 diff --git a/datasets/205991.tar b/datasets/205991.tar new file mode 100644 index 0000000000000000000000000000000000000000..83ccc56829a24d698e20c61f00010543442814f9 --- /dev/null +++ b/datasets/205991.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33149900a86716d2f101d86e1987aab074d7bb6c98244a3bf6a4a638568d8a81 +size 43110400 diff --git a/datasets/206200.tar b/datasets/206200.tar new file mode 100644 index 0000000000000000000000000000000000000000..ffbbe5a9799fc411c26ab5cffc9941daa426f562 --- /dev/null +++ b/datasets/206200.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf0d3ea0b9a3bd3e755bccf05cb27705abe70f9184437d1d79ae66b7212de48 +size 4341760 diff --git a/datasets/206388.tar b/datasets/206388.tar new file mode 100644 index 0000000000000000000000000000000000000000..5f382bbfc0bea9dd9c6e1ca49278e1b00770660a --- /dev/null +++ b/datasets/206388.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ba8972637f86e8f4d39c1221c1dd3faf53e5356cb435bb180c5075ed6265b1 +size 911360 diff --git a/datasets/206390.tar b/datasets/206390.tar new file mode 100644 index 0000000000000000000000000000000000000000..dc19fdb4310a3c533ff61d786bac13258bd5fca3 --- /dev/null +++ b/datasets/206390.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5df1797de082ac27a05daf98a7392d9398b2618132cebd7f1e8e134daa3fc6 +size 6768640 diff --git a/datasets/206425.tar b/datasets/206425.tar new file mode 100644 index 0000000000000000000000000000000000000000..6a5daa632b8f30edfe03872c648e33482a751d9b --- /dev/null +++ b/datasets/206425.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f39ba67468b56ba737d70da8123acbae9db2855d96e9baf09bc22658b00f02b9 +size 7956480 diff --git a/datasets/206455.tar b/datasets/206455.tar new file mode 100644 index 0000000000000000000000000000000000000000..b3532ff234550727038af2ae7ce9c4ef9573b6b6 --- /dev/null +++ b/datasets/206455.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fab691db20604056aa9e5be022e669b681ec58c97c86b2e12a63a172b2a1773 +size 6205440 diff --git a/datasets/206498.tar b/datasets/206498.tar new file mode 100644 index 0000000000000000000000000000000000000000..59169ea95cdb0d9113e2b70341de1a76cb83ed3d --- /dev/null +++ b/datasets/206498.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507506e4805a5b9d9efa05c1f8231ea60ee843f6ffc877c299e47af43e98d8ff +size 9236480 diff --git a/datasets/206872.tar b/datasets/206872.tar new file mode 100644 index 0000000000000000000000000000000000000000..9c075b8b9462c1ed522f8157d9ed8f82e07c89d8 --- /dev/null +++ b/datasets/206872.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb80b2de29943a3e84f16b319143cb699b547d8fc9fcd4cc94dc699ee61648d +size 491520 diff --git a/datasets/207141.tar b/datasets/207141.tar new file mode 100644 index 0000000000000000000000000000000000000000..c8907d86ee2cf86a075564d695a83fb105526a71 --- /dev/null +++ b/datasets/207141.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2d9d2b6fc3d306bf98a0ddbe720374dc1e25e91ec3036572095b23c378edf4 +size 7413760 diff --git a/datasets/207273.tar b/datasets/207273.tar new file mode 100644 index 0000000000000000000000000000000000000000..48d9e327c589b04ad9dedceaacfa3428177973fe --- /dev/null +++ b/datasets/207273.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1357db697a0d1cdc64672901f84109c0052471560ab3e5903410d349b3dff4 +size 2938880 diff --git a/datasets/207564.tar b/datasets/207564.tar new file mode 100644 index 0000000000000000000000000000000000000000..14124c34a62c7a5a8865e8b456596740bdd17e98 --- /dev/null +++ b/datasets/207564.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82da417cb03792197772e8b673784c82a1966d0e0d5a147dc8b447140b8abbb9 +size 7956480 diff --git a/datasets/207647.tar b/datasets/207647.tar new file mode 100644 index 0000000000000000000000000000000000000000..6edc6132f23986ce92718de0eb699e3f05122540 --- /dev/null +++ b/datasets/207647.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f2aa9486785ac4c6abc60679ea300bdb9a49eae3b619343e3caee828ca0de80 +size 7659520 diff --git a/datasets/207692.tar b/datasets/207692.tar new file mode 100644 index 0000000000000000000000000000000000000000..cb1e57972129625ca80fc77e93d3b1322d6e0688 --- /dev/null +++ b/datasets/207692.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af17f9067f8cdff17656c8ebb8e7f43fd83c8bf864ba42fe1950b84f541b2b4f +size 16455680 diff --git a/datasets/207730.tar b/datasets/207730.tar new file mode 100644 index 0000000000000000000000000000000000000000..23bef200239b1d742c27ebdd8460ecf3a6a718bf --- /dev/null +++ b/datasets/207730.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d858e7b6b0f9959373e4657ed2392dd6b3380547fc22d4228cf14c9d74101870 +size 2426880 diff --git a/datasets/208048.tar b/datasets/208048.tar new file mode 100644 index 0000000000000000000000000000000000000000..987e0c7fa746a85b912c8ef6be4c9d38a247655d --- /dev/null +++ b/datasets/208048.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de8dfab54f3720c50781f788907525cdb66a7f6c160dfceb1b88a7e4adb53af +size 8878080 diff --git a/datasets/208128.tar b/datasets/208128.tar new file mode 100644 index 0000000000000000000000000000000000000000..7689eeab4d4c30bb9d0156521098cc36aea7d579 --- /dev/null +++ b/datasets/208128.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27ad1245196b4737ee80c24698bea700acd0593beb47e3065bb7bceff413eaf2 +size 51251200 diff --git a/datasets/20835.tar b/datasets/20835.tar new file mode 100644 index 0000000000000000000000000000000000000000..e6141d771f247c903d4ee005cf952d26e3e8fa8a --- /dev/null +++ b/datasets/20835.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c232c544f85eff07510a44fdbcf2ebf9025c6a21d298f1d1aee0c5bb82c9545c +size 4956160 diff --git a/datasets/208400.tar b/datasets/208400.tar new file mode 100644 index 0000000000000000000000000000000000000000..ac23e2fc908ce4803e15db07bc38039da18dad93 --- /dev/null +++ b/datasets/208400.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18dbced9567f9f67e0bce97a19f4a2eba0f9823c1846fa1d9ccfb69ab2abee23 +size 5130240 diff --git a/datasets/20875.tar b/datasets/20875.tar new file mode 100644 index 0000000000000000000000000000000000000000..4e2874fd6600997ccd81b94504160d53ea7eb024 --- /dev/null +++ b/datasets/20875.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:936e5843a74fa13bcc11ce17dada97c8a3e7091948fc481b4385ca2a0b99241e +size 102696960 diff --git a/datasets/208842.tar b/datasets/208842.tar new file mode 100644 index 0000000000000000000000000000000000000000..7aad6c357453bcc2542404ce6e73fcfbc1752668 --- /dev/null +++ b/datasets/208842.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a063bef8ece65d78812b31d1648707db432b707d9130572935e9d84ea3af3cc +size 624640 diff --git a/datasets/208966.tar b/datasets/208966.tar new file mode 100644 index 0000000000000000000000000000000000000000..3454df171266b1751018daea555968ff707654d9 --- /dev/null +++ b/datasets/208966.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed0f5e5cab554de8d29e8b38e8367550f08b5f0549cb2b3131167797acfdfb4 +size 7127040 diff --git a/datasets/20991.tar b/datasets/20991.tar new file mode 100644 index 0000000000000000000000000000000000000000..e0c3c8bbf4106df6ac9463024dc99df014c2d416 --- /dev/null +++ b/datasets/20991.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d811f936af5cb231193930c892ff515368c06986f2725219f7508755b307b1fb +size 1024000 diff --git a/datasets/210048.tar b/datasets/210048.tar new file mode 100644 index 0000000000000000000000000000000000000000..4344c1b5f08210367725f67b57df60c6f4341d94 --- /dev/null +++ b/datasets/210048.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273a857cc880075d543261e6919ac304e5e64113d35a5cae48444fadb2f3fb81 +size 1361920 diff --git a/datasets/210286.tar b/datasets/210286.tar new file mode 100644 index 0000000000000000000000000000000000000000..da9d9048ac6da65b5c5fa572c84ce3e3cbd1f0f1 --- /dev/null +++ b/datasets/210286.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e22586295db9cfb205a44898fd93066c2b317fa9de4c838be1b797e99452c9b +size 829440 diff --git a/datasets/210397.tar b/datasets/210397.tar new file mode 100644 index 0000000000000000000000000000000000000000..33d72fcf0232d3aa6b4863834304257e79c0871e --- /dev/null +++ b/datasets/210397.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf2c1bf0c8b34120129c0fe77d6e29250b7df1444e6b39cb800c94bea10aa90 +size 10106880 diff --git a/datasets/210448.tar b/datasets/210448.tar new file mode 100644 index 0000000000000000000000000000000000000000..ee417dda0da1152f0e84de1488fb7decf55eb8a1 --- /dev/null +++ b/datasets/210448.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b5cba6d430a292fd1955650028fb2159f6da8264d1dc15f42488668e477e13 +size 207595520 diff --git a/datasets/210553.tar b/datasets/210553.tar new file mode 100644 index 0000000000000000000000000000000000000000..e1606a4de571f9879617eec25f7ab7123f514342 --- /dev/null +++ b/datasets/210553.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f2c59367102ecc07d5d85706d3165e3cf972ecde993ad2ee5a4aa506ad6c6e +size 8581120 diff --git a/datasets/210752.tar b/datasets/210752.tar new file mode 100644 index 0000000000000000000000000000000000000000..cef5d477b5fd9a68b991fcd7b13daff5c307d015 --- /dev/null +++ b/datasets/210752.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8293523511c230d517f5dcd7b76e479c461dffdc4a764c6a6a2013f91ceffef7 +size 54026240 diff --git a/datasets/210754.tar b/datasets/210754.tar new file mode 100644 index 0000000000000000000000000000000000000000..c6ef9fc4165fa1cde35c47eaad49b22e0c9f719c --- /dev/null +++ b/datasets/210754.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015235d50cb21f941b9ccb094e173beab7974b99cc23d7e22a7b36fbe5875f5a +size 20930560 diff --git a/datasets/210865.tar b/datasets/210865.tar new file mode 100644 index 0000000000000000000000000000000000000000..e9b587684562759588ecde8ed58f301c4b48dec8 --- /dev/null +++ b/datasets/210865.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d6d04b717e2874787579fc1cf9d19cd8f9aca8c426a956a3ed9a75773db4a1 +size 9195520 diff --git a/datasets/211066.tar b/datasets/211066.tar new file mode 100644 index 0000000000000000000000000000000000000000..a14a45331314a3e7cfb66a01a9fe814161e52964 --- /dev/null +++ b/datasets/211066.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08927195f25793a51e3ab91be255b9fd411cd10ac6b4a99b470f16578489a391 +size 8570880 diff --git a/datasets/211218.tar b/datasets/211218.tar new file mode 100644 index 0000000000000000000000000000000000000000..8977eb304c43c6413e7da78ae6db9e286e783d5e --- /dev/null +++ b/datasets/211218.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a410251c6e3eee419a2983cc53d007a320870cea5eb9d65c473d2bc1356908a9 +size 532480 diff --git a/datasets/211724.tar b/datasets/211724.tar new file mode 100644 index 0000000000000000000000000000000000000000..50905d780f2ba948c851716b2da0b038da832fdf --- /dev/null +++ b/datasets/211724.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a50565b6469c4b01a5fd058320709cf45fea10acf0d35f2809cc3d37358aa48 +size 624640 diff --git a/datasets/21202.tar b/datasets/21202.tar new file mode 100644 index 0000000000000000000000000000000000000000..01275231a6b88d27877a74c8b08d910cdb242563 --- /dev/null +++ b/datasets/21202.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c469bb0e47831a1df58a4fa74b6df9852850ba797e948a25a6042454ec191ad +size 1669120 diff --git a/datasets/212165.tar b/datasets/212165.tar new file mode 100644 index 0000000000000000000000000000000000000000..67a7bfa350f0a523bb231ae52484f5e21a8644ce --- /dev/null +++ b/datasets/212165.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f71f2c3ee1013919a89c4ef14c4ec7b887a563394fdb44eb817547cb4e49aa91 +size 838000640 diff --git a/datasets/212486.tar b/datasets/212486.tar new file mode 100644 index 0000000000000000000000000000000000000000..508202948bb76812dbb8ff9f730b2e7b64eedaf9 --- /dev/null +++ b/datasets/212486.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:210a3f22405b880d7602a72d7790af5c494b1edf5f427f58a285f1ec36ddebc2 +size 235294720 diff --git a/datasets/212521.tar b/datasets/212521.tar new file mode 100644 index 0000000000000000000000000000000000000000..190200c25e83e86e753ef29dc9fee744bf831004 --- /dev/null +++ b/datasets/212521.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10197fbb75ecf2cb5d0819445d226aa583cda143777a4f0b97c474fe8c9d7891 +size 10373120 diff --git a/datasets/212627.tar b/datasets/212627.tar new file mode 100644 index 0000000000000000000000000000000000000000..d6da821ff5541933f6c70975a18e917e0c6198e8 --- /dev/null +++ b/datasets/212627.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710526a311f5d95cbd474d885e6e5504484e95b16572fb7bae16b071d62802f5 +size 15646720 diff --git a/datasets/212678.tar b/datasets/212678.tar new file mode 100644 index 0000000000000000000000000000000000000000..67eaf3477a0fdf874bd6ffea6f9ec4ee4b783b4e --- /dev/null +++ b/datasets/212678.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc1009b8ace021a521eebd50e3150cebc80c24ad189d7cebba74c99e0ebd1d3 +size 481280 diff --git a/datasets/212731.tar b/datasets/212731.tar new file mode 100644 index 0000000000000000000000000000000000000000..6454255c614760c052f2aecd871c16c3c61cd3bc --- /dev/null +++ b/datasets/212731.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:429e9dde70fa0cba8d62669f1610eb1ae6aa583523e8d2af88a5e0c144288fe2 +size 28784640 diff --git a/datasets/212859.tar b/datasets/212859.tar new file mode 100644 index 0000000000000000000000000000000000000000..8426048b89a2067e9a22a7150f4f62a8e528120a --- /dev/null +++ b/datasets/212859.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1315dc122c566cd98408d221fc96cebc879df9c53a90d7f31f62c618c723da52 +size 1720320 diff --git a/datasets/21305.tar b/datasets/21305.tar new file mode 100644 index 0000000000000000000000000000000000000000..9752525b792e4397e58441f72caf6b3e9582d125 --- /dev/null +++ b/datasets/21305.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da211236fd673e931851408b6d0eff4b6e4cce4e9b9525717f548ecb7dae8412 +size 1028208640 diff --git a/datasets/213123.tar b/datasets/213123.tar new file mode 100644 index 0000000000000000000000000000000000000000..021ce8884d30230d5b714a41bbe519d5a3286796 --- /dev/null +++ b/datasets/213123.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5329f692285f0c453307eae30ea4019f537818167ee65f7cfe808a9ba7e816b +size 7352320 diff --git a/datasets/21316.tar b/datasets/21316.tar new file mode 100644 index 0000000000000000000000000000000000000000..16599518b070186f7b705be6076fd733606a1775 --- /dev/null +++ b/datasets/21316.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dccb8fdbd06ea19423a6e53028f22effa2f989b61fbe38cb74617ff4362639ca +size 392478720 diff --git a/datasets/213300.tar b/datasets/213300.tar new file mode 100644 index 0000000000000000000000000000000000000000..3f48f0e57dd1b5d76ecb3810e5a1560e6e0f6973 --- /dev/null +++ b/datasets/213300.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56cb0a87ea544888c71e6bdec4f2b19310762dfb8b45e3841fc227b68b23cc05 +size 2252800 diff --git a/datasets/213697.tar b/datasets/213697.tar new file mode 100644 index 0000000000000000000000000000000000000000..e6b81192c56e43ada5b735da8ab9b205bf0e2448 --- /dev/null +++ b/datasets/213697.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154e474e8789dd7d550911d0b40cece2e17c4dcb93feb6aef874e99f5220444e +size 7075840 diff --git a/datasets/21370.tar b/datasets/21370.tar new file mode 100644 index 0000000000000000000000000000000000000000..efc4efdc3b3381dfcc67ac83dca6ba02e2a1fd42 --- /dev/null +++ b/datasets/21370.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be4c137e0daad3d4ee207055b1288aac42bd54ef66bdcfdd383512255a6fb27a +size 9922560 diff --git a/datasets/213861.tar b/datasets/213861.tar new file mode 100644 index 0000000000000000000000000000000000000000..8a337ae52852764fd1b6dc8d7657eda84646ccb3 --- /dev/null +++ b/datasets/213861.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c631e3e30b1767f45df03b6e36d44dd16ccd40d3d12af916ad999ae6a242e52e +size 7352320 diff --git a/datasets/213877.tar b/datasets/213877.tar new file mode 100644 index 0000000000000000000000000000000000000000..146f4c095b35429c4bd1bec99bd5e2e2211daac7 --- /dev/null +++ b/datasets/213877.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14aec4a915a08c4293f3b2783486fb2f822aaec5371111d0521bd6daa8f04f23 +size 614400 diff --git a/datasets/214208.tar b/datasets/214208.tar new file mode 100644 index 0000000000000000000000000000000000000000..67131e76479c716fb4595051fe7381dd2268e5e2 --- /dev/null +++ b/datasets/214208.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3077996287dc7a72ec8a89ae28a58139e6f7ed0dd7e7940fe94e32c618dd396 +size 243476480 diff --git a/datasets/214218.tar b/datasets/214218.tar new file mode 100644 index 0000000000000000000000000000000000000000..3022cdc91cd23af7836b9d7ffbff8fe1445d68e1 --- /dev/null +++ b/datasets/214218.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3b64c6279c79b04f48632aaea6e59fc0ca66f8ed81ca6e1f7dad74c4c6fa66 +size 40468480 diff --git a/datasets/214501.tar b/datasets/214501.tar new file mode 100644 index 0000000000000000000000000000000000000000..519c5776fd3d12e276345c100d821d126ed91975 --- /dev/null +++ b/datasets/214501.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:128c72054d422bed47c6ef28fe855973fd7271391cc8eacf3f4b5f39eebff2f5 +size 52858880 diff --git a/datasets/214503.tar b/datasets/214503.tar new file mode 100644 index 0000000000000000000000000000000000000000..183a2eccf796d850cec22765b0cee0b9c126fbe0 --- /dev/null +++ b/datasets/214503.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0278883bb72076520870f6854cc02e080a609dd10f5967f36861b649cd5d1e +size 26050560 diff --git a/datasets/214585.tar b/datasets/214585.tar new file mode 100644 index 0000000000000000000000000000000000000000..87f67306f59febc537e3151e20fa22d2c9e80642 --- /dev/null +++ b/datasets/214585.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f62e9dbc900a7e76c1e62bea574e437f4a11611138f8cbb7f796a5b7096c166 +size 35778560 diff --git a/datasets/215044.tar b/datasets/215044.tar new file mode 100644 index 0000000000000000000000000000000000000000..d8f9fc0feca5fb20294991a21906169e5b288742 --- /dev/null +++ b/datasets/215044.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2d53f12555416f5bf8241dea31adad50913347724b6f2f8df350a016e05afd +size 66037760 diff --git a/datasets/215664.tar b/datasets/215664.tar new file mode 100644 index 0000000000000000000000000000000000000000..f7f6513abd73dfd16d8381d8e825a94128bbb27a --- /dev/null +++ b/datasets/215664.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d57bcf03bdd7384e762ae38dadfdc93fa8ef0d85145f18fa6ec1bc445898aec5 +size 19138560 diff --git a/datasets/215840.tar b/datasets/215840.tar new file mode 100644 index 0000000000000000000000000000000000000000..b3c20f946b426f3c5949c277680723cf2badcaf6 --- /dev/null +++ b/datasets/215840.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca0d272b038c8b3cc824c484424eca1e5ecb99b13a305cfaa19c37803e26e22 +size 7075840 diff --git a/datasets/216053.tar b/datasets/216053.tar new file mode 100644 index 0000000000000000000000000000000000000000..41747987f300574729bc708e4a550f6e6fefffc5 --- /dev/null +++ b/datasets/216053.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba31f2f110609f0f6bb4afe5407c6c2c40b876fb5f63cbd391c77c02775375a +size 13568000 diff --git a/datasets/216060.tar b/datasets/216060.tar new file mode 100644 index 0000000000000000000000000000000000000000..0e04193811c5a40de6e5dcaafc15c167eafeb772 --- /dev/null +++ b/datasets/216060.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2beb991a2acc11257f755e2a1322dbb3b4fa5fe9817043938cb5892ec28dc8d3 +size 5724160 diff --git a/datasets/216098.tar b/datasets/216098.tar new file mode 100644 index 0000000000000000000000000000000000000000..32585661450564da5997966a9f444c17740cdc33 --- /dev/null +++ b/datasets/216098.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:109c6b586bd46e4fc953ecfa66f662a247586ec706fb2d67e5cedb172e0a1c92 +size 2682880 diff --git a/datasets/216332.tar b/datasets/216332.tar new file mode 100644 index 0000000000000000000000000000000000000000..ba49140ab4406945d47804835ef7569e57f48032 --- /dev/null +++ b/datasets/216332.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f4a2c970f2bc233380a258af9d705ef0be73a26f658f1b9e0d52ad9f937649 +size 317440 diff --git a/datasets/216463.tar b/datasets/216463.tar new file mode 100644 index 0000000000000000000000000000000000000000..dd973d747c42eb0f640f1ad0e4ec85f482d7a6b9 --- /dev/null +++ b/datasets/216463.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e00db0be5056082868944f086f041810e18ffd3030afed07253516a200e2e4 +size 18647040 diff --git a/datasets/216722.tar b/datasets/216722.tar new file mode 100644 index 0000000000000000000000000000000000000000..a711bad850999140f2a561454db4355a33bf4646 --- /dev/null +++ b/datasets/216722.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18efda029a60252b1cc63c15c04de2f7541070e4e507578f3295749633aded98 +size 1413120 diff --git a/datasets/216870.tar b/datasets/216870.tar new file mode 100644 index 0000000000000000000000000000000000000000..db36f80bf735ee95acc29918fe494db2db290652 --- /dev/null +++ b/datasets/216870.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81cba22ea0d108d5c4cb33c23f42d2f6747d948e45e2517d549ab0f1ac1bf1e7 +size 15022080 diff --git a/datasets/216931.tar b/datasets/216931.tar new file mode 100644 index 0000000000000000000000000000000000000000..3f34c99947743f70e7b1fafa2f3379031d549961 --- /dev/null +++ b/datasets/216931.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92dcc5b82f7b956c2c8988bcd2cfa2655401c197150b6fcacd71becf9bf8f5c4 +size 153088000 diff --git a/datasets/217223.tar b/datasets/217223.tar new file mode 100644 index 0000000000000000000000000000000000000000..a9d6fc64a356e31f3ac927fbbe4d06750357fbd6 --- /dev/null +++ b/datasets/217223.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86517a693528d776949de38b055652155317a02d4d4feeed74de59942e2a87a5 +size 184320 diff --git a/datasets/217667.tar b/datasets/217667.tar new file mode 100644 index 0000000000000000000000000000000000000000..42f09650520381526ad784a1e74fb9d33ef365fe --- /dev/null +++ b/datasets/217667.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af4362b45637873d326375a4042cac96bfd53b92e8f2fc11306d6127c16a2d0d +size 8468480 diff --git a/datasets/217675.tar b/datasets/217675.tar new file mode 100644 index 0000000000000000000000000000000000000000..c1910d6b3874cd1f03cb2806b2f0f1e373d3e6ba --- /dev/null +++ b/datasets/217675.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0108a6ddd703b442fa33a5afc0bfc750a80461efa991689fb8e201bb30883deb +size 102400 diff --git a/datasets/217677.tar b/datasets/217677.tar new file mode 100644 index 0000000000000000000000000000000000000000..36aeb5feb63424fd2e7d3af1f58821c1ab59b5b5 --- /dev/null +++ b/datasets/217677.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de9e81712d3fa8c61672667fc6edfada3f0f028b118f6ebcd534e903ca6c02a +size 31119360 diff --git a/datasets/217684.tar b/datasets/217684.tar new file mode 100644 index 0000000000000000000000000000000000000000..3da12e56b8a260232a8d566da9a5575cbdac8f23 --- /dev/null +++ b/datasets/217684.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2bb372d4f2074bd653e90ddd93bbbccb1a962e5312a1b4404a4b7b3d63f3bbe +size 47677440 diff --git a/datasets/21769.tar b/datasets/21769.tar new file mode 100644 index 0000000000000000000000000000000000000000..8f4a15690cccabca0d9633a70791096b111156e5 --- /dev/null +++ b/datasets/21769.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2943b9df31cdc8ebd9615fd9a0fe4f1b4313b382b0196887a8368b4e1ef295eb +size 34048000 diff --git a/datasets/217803.tar b/datasets/217803.tar new file mode 100644 index 0000000000000000000000000000000000000000..e534cb61605e4e12f135bd01a5f408f7ef129b77 --- /dev/null +++ b/datasets/217803.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c784ff1e937dccfadd9685817c8bab771ce08ab3963b4c3aa7e2742cf0078dd +size 9246720 diff --git a/datasets/21787.tar b/datasets/21787.tar new file mode 100644 index 0000000000000000000000000000000000000000..e82e1dbf8b92f490a8085a960abc5a2a9d1acb8a --- /dev/null +++ b/datasets/21787.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:700a1fd2786ceebddd3f13c1157ab9bab321658a0313e1f01128f0d00808d78f +size 778240 diff --git a/datasets/217876.tar b/datasets/217876.tar new file mode 100644 index 0000000000000000000000000000000000000000..7def9dab6e54df315b253be8f70d49a39c9bca01 --- /dev/null +++ b/datasets/217876.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872fc5add3d1e1298ace69719b5022befff099fa2f69d7545d12179b3dc79f96 +size 6983680 diff --git a/datasets/218237.tar b/datasets/218237.tar new file mode 100644 index 0000000000000000000000000000000000000000..de9b459f6bd37409d905c88be43960f41600478b --- /dev/null +++ b/datasets/218237.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b57d757072bc3f21bf4b21c7f31794eecedc3cb1d21b19032db8007bded44d +size 5662720 diff --git a/datasets/218641.tar b/datasets/218641.tar new file mode 100644 index 0000000000000000000000000000000000000000..0e30ec0365cbe4c9b9c4e9c0be94fb8514e14156 --- /dev/null +++ b/datasets/218641.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836c92eb3cac60599b4209d69065568f8467db4322d99fe0e72be94358cff120 +size 61143040 diff --git a/datasets/218664.tar b/datasets/218664.tar new file mode 100644 index 0000000000000000000000000000000000000000..d10ed9d6faa903bb9cbd5481680afdfa3784ec17 --- /dev/null +++ b/datasets/218664.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83ee9072afa5ea57c299c20baae1e5e0077253a83b77c784c65ae7cced19e92f +size 7987200 diff --git a/datasets/218765.tar b/datasets/218765.tar new file mode 100644 index 0000000000000000000000000000000000000000..8c514ea0872b94ef494ab47c751fa156f622108f --- /dev/null +++ b/datasets/218765.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aa10efbc976c6802972f3c18e2c715d0dcf76e69bd1da7b9ab8231d2ead65e5 +size 3747840 diff --git a/datasets/218781.tar b/datasets/218781.tar new file mode 100644 index 0000000000000000000000000000000000000000..27fc3d07d8a5b79e09b0b38e81f3e2b604939b2f --- /dev/null +++ b/datasets/218781.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:361acb6b51e3a11ba628127311376ea354c52c17ad7d929bf8c7863636366d67 +size 829440 diff --git a/datasets/218820.tar b/datasets/218820.tar new file mode 100644 index 0000000000000000000000000000000000000000..f029449bdc836af7a26692956ac1a4f7ea51045c --- /dev/null +++ b/datasets/218820.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc5bb8299622223a19aa41bf86794a62397772e81a9cbace0853d2e18bf0cc8b +size 7987200 diff --git a/datasets/219235.tar b/datasets/219235.tar new file mode 100644 index 0000000000000000000000000000000000000000..b9260128a683f4c2816fef96e25872c1578f71f5 --- /dev/null +++ b/datasets/219235.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd99e26840840d6be1a2cb7a7058ce6db8bffd2735cc0d2a8b7b8211fd2cb9f +size 15400960 diff --git a/datasets/219315.tar b/datasets/219315.tar new file mode 100644 index 0000000000000000000000000000000000000000..07622269bb328c17651a58e8aed30a4f5f44de0e --- /dev/null +++ b/datasets/219315.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a64fbadb2db8afc39f323dcfcd1fdb7878e46b5614c231f38514322f098c0e2 +size 4669440 diff --git a/datasets/219444.tar b/datasets/219444.tar new file mode 100644 index 0000000000000000000000000000000000000000..36d71fa9324925735715160a11a093ec5f21a1e5 --- /dev/null +++ b/datasets/219444.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a42fc94ee86711cbee61385eaca18f31bfd161fd97dc82dc5ae615acbfedd3 +size 91054080 diff --git a/datasets/219462.tar b/datasets/219462.tar new file mode 100644 index 0000000000000000000000000000000000000000..d839acd01ac9d3ab9bce8bc6e266101c3d15a0b0 --- /dev/null +++ b/datasets/219462.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177a33aed333ee154e8ac91178197d4d0b25fde63b38e6d61215fe54021381a6 +size 19077120 diff --git a/datasets/219923.tar b/datasets/219923.tar new file mode 100644 index 0000000000000000000000000000000000000000..be3fd43e7934e376225d068f6a8691caf027f610 --- /dev/null +++ b/datasets/219923.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:097ed3b81b90002b71c189ba046f9f80d6f2afca6ea83101b2cc2cd0edb3a5b3 +size 150026240 diff --git a/datasets/21995.tar b/datasets/21995.tar new file mode 100644 index 0000000000000000000000000000000000000000..c2c65c17e141656478d0dbd8975e2f4f33508e2a --- /dev/null +++ b/datasets/21995.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9389b0ed621dd70fb4e30c2c88383f267f8055ee638312cfa35317a2bf3f0ee0 +size 168284160 diff --git a/datasets/219972.tar b/datasets/219972.tar new file mode 100644 index 0000000000000000000000000000000000000000..0d18e70bf6b2c3278a7495710f5e28daafc3c1e7 --- /dev/null +++ b/datasets/219972.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b529531033a2b2c0bfcf9dbfeaea639cd31792ee614d5a520ee9427a7611ac +size 266240 diff --git a/datasets/220001.tar b/datasets/220001.tar new file mode 100644 index 0000000000000000000000000000000000000000..f65f1af77b394013b8901802ba680d772d967d6e --- /dev/null +++ b/datasets/220001.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e85164b88a5616e2aadeaa3a3abd9541c8673a183c6213106729781e19efce1 +size 27402240 diff --git a/datasets/220787.tar b/datasets/220787.tar new file mode 100644 index 0000000000000000000000000000000000000000..f318f3e8026c8e3c01c4ffc640912061ec47dadf --- /dev/null +++ b/datasets/220787.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d1c2f7c01394bf66e204b37fab92176e7780c38aa4f352ff2ce06329990f049 +size 8222720 diff --git a/datasets/220816.tar b/datasets/220816.tar new file mode 100644 index 0000000000000000000000000000000000000000..4d77fd25050449107292af223ea6597a26ec4da7 --- /dev/null +++ b/datasets/220816.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4cbfaa20b5e8b8a0801f11750398cf2b4911af682f2861af95d330e4d502e9 +size 78499840 diff --git a/datasets/221490.tar b/datasets/221490.tar new file mode 100644 index 0000000000000000000000000000000000000000..5fb07a2673648226daf05fe70c7349961ed9a701 --- /dev/null +++ b/datasets/221490.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e78589eefd70752516faba5bf1b1af8ddcc496116989bab1e18b9439a8ced9 +size 51251200 diff --git a/datasets/221570.tar b/datasets/221570.tar new file mode 100644 index 0000000000000000000000000000000000000000..59c3f81584eafee92103f08deb83195378119cb0 --- /dev/null +++ b/datasets/221570.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b8e7338892d3a3990bac60f6c4457cae11d90cf87bbecd1ba402f032b38599 +size 4546560 diff --git a/datasets/221638.tar b/datasets/221638.tar new file mode 100644 index 0000000000000000000000000000000000000000..09c666433ffed08f180f59cc9f62b394d083780e --- /dev/null +++ b/datasets/221638.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:083aded5942ed32cace93a9ed350e1a48d8c0502ed7616dd078e7f0e5ccd6e94 +size 7915520 diff --git a/datasets/22167.tar b/datasets/22167.tar new file mode 100644 index 0000000000000000000000000000000000000000..8bd9a8b67c487bf99937f9e168894ec6438e1581 --- /dev/null +++ b/datasets/22167.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:922bd6256a16ba5f93ba55a99a3b10e73566558dc9a68921526781c9b54e5acf +size 870400 diff --git a/datasets/221732.tar b/datasets/221732.tar new file mode 100644 index 0000000000000000000000000000000000000000..1b4c1558d05cc55d83e9030d8f5039cc0f5c1f04 --- /dev/null +++ b/datasets/221732.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:692bcb8c3f6af71eb06ebdbd14641e8953164216e479b9994a2cf77a3e992a64 +size 1873920 diff --git a/datasets/221870.tar b/datasets/221870.tar new file mode 100644 index 0000000000000000000000000000000000000000..859f22cee50ae894bde37be2135e65706a69399f --- /dev/null +++ b/datasets/221870.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96385b842171dd45f5b9d9477f4c4bf0764a9b78b8c1b7ae87437e8d0c635c19 +size 27176960 diff --git a/datasets/222115.tar b/datasets/222115.tar new file mode 100644 index 0000000000000000000000000000000000000000..a3e007abb4105971ad5c769360c07cff3dbb1bd2 --- /dev/null +++ b/datasets/222115.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c92ad83b18b5d8baf18f1506ea9067c6bf42423d32436a5c9f2fc4242ed4fcb +size 645120 diff --git a/datasets/222333.tar b/datasets/222333.tar new file mode 100644 index 0000000000000000000000000000000000000000..d1b14e0de51bd5417a0570efa61f42fb9423eeeb --- /dev/null +++ b/datasets/222333.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dec7ebda7bdc8739f75154e39c3e9098c3fe7971daa7e63b8311b1a8087081c +size 215040 diff --git a/datasets/222608.tar b/datasets/222608.tar new file mode 100644 index 0000000000000000000000000000000000000000..3afff526be5f970d11aca544cbe859a48a905668 --- /dev/null +++ b/datasets/222608.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad61636936c655a99393f1711c39266917e1a5c38ea3cdc85db95764785fa145 +size 44369920 diff --git a/datasets/222853.tar b/datasets/222853.tar new file mode 100644 index 0000000000000000000000000000000000000000..5438fb532bacdbc53dcaedf5027f58fd2104e750 --- /dev/null +++ b/datasets/222853.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa49915df550cff2de0bb237fa84662a6dec56088ab27ca4e7e4a73887a6afd7 +size 6062080 diff --git a/datasets/222982.tar b/datasets/222982.tar new file mode 100644 index 0000000000000000000000000000000000000000..95a9e4134067cb68984a1247652fc3f425fea940 --- /dev/null +++ b/datasets/222982.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe3a5a51063a9560cafe20e782866e1dac77fa331ef2a0c4cc1c91a19a3be1c +size 1966080 diff --git a/datasets/222991.tar b/datasets/222991.tar new file mode 100644 index 0000000000000000000000000000000000000000..8b9fa89acee606e47bb134d8dfea56140462dd3d --- /dev/null +++ b/datasets/222991.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f062aa5821cf2f61919e5eefae8bc5af91113644d0a20a28de97a129b2f5ead3 +size 1884160 diff --git a/datasets/223306.tar b/datasets/223306.tar new file mode 100644 index 0000000000000000000000000000000000000000..2726aa842277b67860cc31c75bf62691b838a56c --- /dev/null +++ b/datasets/223306.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f6fe488d1cfd39b762f12ce9b465c291f50d700ed8ffe9ddb2bab5d9b255504 +size 23347200 diff --git a/datasets/223860.tar b/datasets/223860.tar new file mode 100644 index 0000000000000000000000000000000000000000..910142a95677688aeb1145b6c405c353d6981cdd --- /dev/null +++ b/datasets/223860.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7a98edd411fa37934a7f4056e8e1b07140350c11536c36ac7ea9da3ee73d97 +size 10854400 diff --git a/datasets/223910.tar b/datasets/223910.tar new file mode 100644 index 0000000000000000000000000000000000000000..86981165c6f95d3ce53562ca52fd88ef34f29e6b --- /dev/null +++ b/datasets/223910.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c63ab68cefcf9ac28fea1d5dc8e4ddf08f47a77525014d456766c9202446b2 +size 9410560 diff --git a/datasets/223931.tar b/datasets/223931.tar new file mode 100644 index 0000000000000000000000000000000000000000..cd02fa10e68ed9ce127e61ea574728034b857800 --- /dev/null +++ b/datasets/223931.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:503c95bda89943a6a7f4a19e18c7384c59c97cc54d40d59ff9b329583b60f3b6 +size 29450240 diff --git a/datasets/224413.tar b/datasets/224413.tar new file mode 100644 index 0000000000000000000000000000000000000000..6b40c3603bcb67a0ee34a28f594d69d1a2a82544 --- /dev/null +++ b/datasets/224413.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec9dd01a15f727a39627d730905f1276b37b815fc7386889f53bbd362838fd5 +size 3031040 diff --git a/datasets/225207.tar b/datasets/225207.tar new file mode 100644 index 0000000000000000000000000000000000000000..a8b0a29f90d4ad2791e111f5c58153f26752987b --- /dev/null +++ b/datasets/225207.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d306443167d29d9b2a0836f4ac7b36b9ae1a6d3a029d409bbb18a0be5393555e +size 46090240 diff --git a/datasets/225253.tar b/datasets/225253.tar new file mode 100644 index 0000000000000000000000000000000000000000..f75ab671411822f858c32210af17dc2ba017fc2f --- /dev/null +++ b/datasets/225253.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563c73ac234ff06d5a2f38a1a172a89ea3a676f0d093db9586e52911775fc06b +size 1843200 diff --git a/datasets/225851.tar b/datasets/225851.tar new file mode 100644 index 0000000000000000000000000000000000000000..d82d20d9fd41688a85a7411c4393f5603f13a4cd --- /dev/null +++ b/datasets/225851.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1619a00b73ac544387c4cf8916a937de911ac5abc96459bbbb3571b060a503 +size 983040 diff --git a/datasets/225980.tar b/datasets/225980.tar new file mode 100644 index 0000000000000000000000000000000000000000..ee4e13dc3116eaf133532d1af8d1f1173d5014b2 --- /dev/null +++ b/datasets/225980.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52cf848f3b5e45f432cc263816211ce4349cbf0c3420f2d49318179e5fb31ef6 +size 61337600 diff --git a/datasets/226058.tar b/datasets/226058.tar new file mode 100644 index 0000000000000000000000000000000000000000..76f3d16b1cc4fdd99204c3a25a91743039da7503 --- /dev/null +++ b/datasets/226058.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512fa42e752abd43dd6cec306d24a83b9aec03322d0df2f1147753a24810e2c7 +size 42106880 diff --git a/datasets/226375.tar b/datasets/226375.tar new file mode 100644 index 0000000000000000000000000000000000000000..3ffd68bac85e71e7bbd3cbb5f235359f7d170f2e --- /dev/null +++ b/datasets/226375.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c5cc884a00fc97f077006e1b6d6ac3e6fce0fea746db1d0737452577fd01386 +size 59002880 diff --git a/datasets/226468.tar b/datasets/226468.tar new file mode 100644 index 0000000000000000000000000000000000000000..a9d4431a7f413f2e905dc5b8905d29a60f915b3a --- /dev/null +++ b/datasets/226468.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:149e36740a0f6edaaf74871c784b361f9b83be3674d868c9bf4af64732298c66 +size 79749120 diff --git a/datasets/226749.tar b/datasets/226749.tar new file mode 100644 index 0000000000000000000000000000000000000000..15febea545beef4efdddf99cb3f6c2140e86cd39 --- /dev/null +++ b/datasets/226749.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a6d8a7562e9d1c0a6e365da25b3b877c1de3d19b2330562f358a6f040de2b3b +size 20725760 diff --git a/datasets/22749.tar b/datasets/22749.tar new file mode 100644 index 0000000000000000000000000000000000000000..d7d0f1bb5bb0fcc1c33bcc4e06289f7b07248682 --- /dev/null +++ b/datasets/22749.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf46840bee321a12025592969b8184ba945416e4f96b69b3fdfaeb6df38ca2ff +size 75448320 diff --git a/datasets/227682.tar b/datasets/227682.tar new file mode 100644 index 0000000000000000000000000000000000000000..47ddf7976297620d5ae8202890777121f0cc6e10 --- /dev/null +++ b/datasets/227682.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5b130c49740caa04ebc30285ce86055f7b413ee9f33b5956fc9d8014ec9eec +size 4505600 diff --git a/datasets/227727.tar b/datasets/227727.tar new file mode 100644 index 0000000000000000000000000000000000000000..3c3b45d63a7560a2f03e16d553a0c4c0f740f8d7 --- /dev/null +++ b/datasets/227727.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58bc0aa5c550484569722f9054b9a4593dc36850dde24c5644e2cd81704cda39 +size 76820480 diff --git a/datasets/228224.tar b/datasets/228224.tar new file mode 100644 index 0000000000000000000000000000000000000000..5a03a69ac685461cfc59dcacf5245571d721058c --- /dev/null +++ b/datasets/228224.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:197d34fd82174ba83608ad7ad21567c1a9202113c90af6bd1cd1b8a5cd1c3072 +size 90613760 diff --git a/datasets/228269.tar b/datasets/228269.tar new file mode 100644 index 0000000000000000000000000000000000000000..6ccd3b92fe4cfc211ee3613ef2d23cd788bd5152 --- /dev/null +++ b/datasets/228269.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcac5ba17180c871c32e9151bc5becc1eff2de59b1497643c3b4b40f8cd3435f +size 90613760 diff --git a/datasets/228571.tar b/datasets/228571.tar new file mode 100644 index 0000000000000000000000000000000000000000..d4cd0f1c546a34d065633cf3dea2ca062786b2b5 --- /dev/null +++ b/datasets/228571.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a600b39b38d2627b63955af91e99fa41d3cf77cbbef60cc7906d7a8c83d22b7 +size 19578880 diff --git a/datasets/22858.tar b/datasets/22858.tar new file mode 100644 index 0000000000000000000000000000000000000000..67ca1ec1905b356b50e845ec4157eeb72808aa02 --- /dev/null +++ b/datasets/22858.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b6480f0462795850ba59277a489188bb4ba29b7b0b54b9b029f3a882095b46 +size 532480 diff --git a/datasets/228600.tar b/datasets/228600.tar new file mode 100644 index 0000000000000000000000000000000000000000..21d566c90c44b54fb7e1a560d4dfe3527b30ac12 --- /dev/null +++ b/datasets/228600.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cdf6084a685ca50d7436aa4a5b31446741e1401bd55bce2e6dab9a41485965b +size 1945600 diff --git a/datasets/228638.tar b/datasets/228638.tar new file mode 100644 index 0000000000000000000000000000000000000000..c06f83701978baf88c4bff7adea201d9440eca3b --- /dev/null +++ b/datasets/228638.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e55584e4486a8ea7507640ab556239783c9686ac1156b78a71ec0e76e653cb1 +size 21104640 diff --git a/datasets/22875.tar b/datasets/22875.tar new file mode 100644 index 0000000000000000000000000000000000000000..f651ca5f59acbf2f80ead1871adddf0fc3b2a0f3 --- /dev/null +++ b/datasets/22875.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a5a0f73629c5dbf43b22c69bcf7e16b15b1e9196d38af090a47bf306e3783b +size 532480 diff --git a/datasets/22934.tar b/datasets/22934.tar new file mode 100644 index 0000000000000000000000000000000000000000..c98656bbf2a49aa57a94e650fe816feee4676447 --- /dev/null +++ b/datasets/22934.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580df9353c8be63a0a2b9ea8cc6720d4214bb55de2fdfc2f1a03b96122859b1e +size 49387520 diff --git a/datasets/229606.tar b/datasets/229606.tar new file mode 100644 index 0000000000000000000000000000000000000000..9057535132c30d08334c7d4c2ae24fdaeb6d6564 --- /dev/null +++ b/datasets/229606.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13fffec7689a57c594cb99386a6eb2f9fd589ed82079b40aec83aece394d59bf +size 14428160 diff --git a/datasets/229932.tar b/datasets/229932.tar new file mode 100644 index 0000000000000000000000000000000000000000..386d67fc8de2edecb2861ad5e70763dda1e4921f --- /dev/null +++ b/datasets/229932.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484a90181e267d794fdc75cc1cab81676f5be27116f35a9fc5c93a61622dd9af +size 15708160 diff --git a/datasets/230215.tar b/datasets/230215.tar new file mode 100644 index 0000000000000000000000000000000000000000..4393db4faef00f8a4cce56e82c7341f23324355b --- /dev/null +++ b/datasets/230215.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c975cf2e028115260af97dfe137239f7e2cf06cc084e064147bc57a041f3e122 +size 202588160 diff --git a/datasets/23073.tar b/datasets/23073.tar new file mode 100644 index 0000000000000000000000000000000000000000..0ff51703249ba34d93038455def79858fb160aac --- /dev/null +++ b/datasets/23073.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d47356182ed436723816066711c4f7db5506b2baf8770e54c5aee3a181a894f +size 2222080 diff --git a/datasets/230847.tar b/datasets/230847.tar new file mode 100644 index 0000000000000000000000000000000000000000..6de728476d2c3d741dacf0693043dc117d09ad3a --- /dev/null +++ b/datasets/230847.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f3035c99db352f35f1dbf75e172e7baea1f79a057ad1d45ff67f600a005d3f +size 317440 diff --git a/datasets/23141.tar b/datasets/23141.tar new file mode 100644 index 0000000000000000000000000000000000000000..98ee0b0607dfcbaf5d6d336c67f5dc8c93fc7831 --- /dev/null +++ b/datasets/23141.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd6d65c137aaa9457f23ba3faafc95a7046d63841731d62f5152844b05becbe +size 28364800 diff --git a/datasets/231669.tar b/datasets/231669.tar new file mode 100644 index 0000000000000000000000000000000000000000..9faf9a508061420ebef699c0c10263d2802f2894 --- /dev/null +++ b/datasets/231669.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3f3929233dff0341e568e18e0da196a9276431486c1dee91632ccd89c0dafb +size 778240 diff --git a/datasets/232149.tar b/datasets/232149.tar new file mode 100644 index 0000000000000000000000000000000000000000..64b3194e0515485337f8e107275b21af6c0906ec --- /dev/null +++ b/datasets/232149.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573aba0e0d8b17c43f60e399f708fe4b3f5353c2887b454a4d916a1370a73efa +size 71680 diff --git a/datasets/232182.tar b/datasets/232182.tar new file mode 100644 index 0000000000000000000000000000000000000000..263aba34ec37c981affcabf18166c6d7abe4f8ea --- /dev/null +++ b/datasets/232182.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e185b94fcf0f9c827453415df81ad2bc01a8b5cb755a92866c59d01836af57a +size 71680 diff --git a/datasets/232191.tar b/datasets/232191.tar new file mode 100644 index 0000000000000000000000000000000000000000..259de6c857695b60952b5783659bb4fdd257a417 --- /dev/null +++ b/datasets/232191.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a49865a6130f993877a4cebaab1222cbb62e7efa0abfe66a9a4e804ceaaf203 +size 71680 diff --git a/datasets/232217.tar b/datasets/232217.tar new file mode 100644 index 0000000000000000000000000000000000000000..a4c9dcdbad4642302cb688c653315f55417c9b43 --- /dev/null +++ b/datasets/232217.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a69c1e00fa5f7a28fa7e589e3fe133f33c883eebfc98bdfb6d3f030e9b0c8eb3 +size 58880000 diff --git a/datasets/232583.tar b/datasets/232583.tar new file mode 100644 index 0000000000000000000000000000000000000000..8ca72598e487a5f1e688c78c069faa4f60a3cf4c --- /dev/null +++ b/datasets/232583.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:757eb7e37f79becc2cd37a5bc49004b71789c7fc8502fd82c9398479ca450430 +size 215040 diff --git a/datasets/233030.tar b/datasets/233030.tar new file mode 100644 index 0000000000000000000000000000000000000000..3aa035f4ba7bbffd733035e0b77f52575ba4a08b --- /dev/null +++ b/datasets/233030.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f32b1068ea40757a0208c52b7e1b0c7852c1f9df325f413f17af3ebc95a49b +size 1822720 diff --git a/datasets/23312.tar b/datasets/23312.tar new file mode 100644 index 0000000000000000000000000000000000000000..6c60920983fc16b34b6fb3559d4b1e822b6f8039 --- /dev/null +++ b/datasets/23312.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b9fb6191711e5f78a2b889808b43aa66959782e46292aad5e2ba999e6c42ea +size 3082240 diff --git a/datasets/233300.tar b/datasets/233300.tar new file mode 100644 index 0000000000000000000000000000000000000000..cd8ef950553443eeba337cbb037c1f705c9940ce --- /dev/null +++ b/datasets/233300.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:948076198ecbf69378620fac4649b165e7f105abbe33f1e9e453b2ff7d1355cb +size 102840320 diff --git a/datasets/23348.tar b/datasets/23348.tar new file mode 100644 index 0000000000000000000000000000000000000000..427674aca66c289a7b0d63c90366856e792564db --- /dev/null +++ b/datasets/23348.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:becfaa723a685e69622fb52fdfd83b4430fc975d3a4c6ddf1045e8fa779ada7a +size 3102720 diff --git a/datasets/234064.tar b/datasets/234064.tar new file mode 100644 index 0000000000000000000000000000000000000000..c7dad39dce08434e3c4742bbb9750fb721bf9cd4 --- /dev/null +++ b/datasets/234064.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04de73e916baa8993e3479809d1fb8ca0b2fa85781dd2416c458a2e5b005e53f +size 69847040 diff --git a/datasets/234334.tar b/datasets/234334.tar new file mode 100644 index 0000000000000000000000000000000000000000..48611ff520b145b4e9e754f131db7500f66d845b --- /dev/null +++ b/datasets/234334.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb5a6a7b265c8c9494cb8efaf425a9f8644863786a702914f3d50c61b9c82be3 +size 15185920 diff --git a/datasets/235112.tar b/datasets/235112.tar new file mode 100644 index 0000000000000000000000000000000000000000..70a8d200efef02de4d9cdee127a43c0405404252 --- /dev/null +++ b/datasets/235112.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad862a497a36df2925c67bfc02d6891fb30a5dbba74428a7644bef12dcfca7af +size 174080 diff --git a/datasets/235128.tar b/datasets/235128.tar new file mode 100644 index 0000000000000000000000000000000000000000..9a950c22f6178d968cce941f774bf5f0abaedc3a --- /dev/null +++ b/datasets/235128.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9322428c85a16c76b6029c5beefa79edfc3747feff8892e6d2fbf681ba036e5 +size 71680 diff --git a/datasets/235154.tar b/datasets/235154.tar new file mode 100644 index 0000000000000000000000000000000000000000..a7b5e841b3c169363832011dd9754bcff9a9a0d2 --- /dev/null +++ b/datasets/235154.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de80311ea6ca0ef8838e8a3bf8ce325f3307caccd88f2573242c6c1228a8d8c1 +size 71680 diff --git a/datasets/235181.tar b/datasets/235181.tar new file mode 100644 index 0000000000000000000000000000000000000000..4c17ffb476264b694cd6bc11af5af3cbae7133c7 --- /dev/null +++ b/datasets/235181.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d332d3fa1a8484a7f382270bffdbf97df547797c6778a07fe696acd953a0db4 +size 189911040 diff --git a/datasets/235629.tar b/datasets/235629.tar new file mode 100644 index 0000000000000000000000000000000000000000..8c3cfa72182d873f4f2f65c5b8cd877be193e9c9 --- /dev/null +++ b/datasets/235629.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48f3dca0c891b6cf76cf7453f32ccd5fb70d115686524b70ccbf1e2c44bf39b2 +size 13608960 diff --git a/datasets/235887.tar b/datasets/235887.tar new file mode 100644 index 0000000000000000000000000000000000000000..ce43aa84384b345a9ba7c35acdd964e7743c6d34 --- /dev/null +++ b/datasets/235887.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f75af2a255787bb4c4b5cf9c89f80aaf132d322e2c5aed3b43012715a17a5f1e +size 27095040 diff --git a/datasets/235894.tar b/datasets/235894.tar new file mode 100644 index 0000000000000000000000000000000000000000..1df83cf27d3c143b2417f508bf85979930d9f390 --- /dev/null +++ b/datasets/235894.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed15c0ac2bd349e6e2dca6bae4660b5c3cf65d0a23565ef6bf1dc673b19670b +size 12707840 diff --git a/datasets/235987.tar b/datasets/235987.tar new file mode 100644 index 0000000000000000000000000000000000000000..3b1fe0fe01dd4b9e72b33fb1a2b81e1cfe215c83 --- /dev/null +++ b/datasets/235987.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77012511987ea0f62aa2e33204d75fbc9e7959e70f2f4c9343c32b4072075228 +size 71680 diff --git a/datasets/236509.tar b/datasets/236509.tar new file mode 100644 index 0000000000000000000000000000000000000000..0ba2ea697d8fb24ae1fe9dbb1d1460aa9ed03046 --- /dev/null +++ b/datasets/236509.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780cf14c163f7a4dbdebd8a1881761d66c0d3fe84b775c09b18ffa16f66e78e8 +size 23541760 diff --git a/datasets/236828.tar b/datasets/236828.tar new file mode 100644 index 0000000000000000000000000000000000000000..de9413e995429af4baa6ebf2515640ed756d1afe --- /dev/null +++ b/datasets/236828.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da9e259f774d2711d04537993729034777e356c46d5b74c73aa27d50028027a +size 8775680 diff --git a/datasets/236887.tar b/datasets/236887.tar new file mode 100644 index 0000000000000000000000000000000000000000..adf8d66430a9b5a2cc46918feba55f9d3075fa96 --- /dev/null +++ b/datasets/236887.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b8677f391979eeacd49c9f965ca8fd43d43007bbcc53511920227b86fdd245c +size 39321600 diff --git a/datasets/23730.tar b/datasets/23730.tar new file mode 100644 index 0000000000000000000000000000000000000000..233b9e891fbc7cebf5c69edd635704d375debb22 --- /dev/null +++ b/datasets/23730.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19a11ac6ae3c72ec6982b9f463108420eed03da3ea44fe145efde49e3788020 +size 409600 diff --git a/datasets/237418.tar b/datasets/237418.tar new file mode 100644 index 0000000000000000000000000000000000000000..2eba4a5a0f5cd0182a994581ae041625812249d4 --- /dev/null +++ b/datasets/237418.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bfb6e62ee3476909c01d2aa3a9065b955013544c406554160c6532b8671f4b6 +size 1116160 diff --git a/datasets/237442.tar b/datasets/237442.tar new file mode 100644 index 0000000000000000000000000000000000000000..fab2173d7fdbcbccd16bb8bc7b89fe5a86e5e7c2 --- /dev/null +++ b/datasets/237442.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6a41cc1fdb8c61a91ab6313684e90555d8f4fed1ccd300c45a3d3e734678096 +size 604160 diff --git a/datasets/237660.tar b/datasets/237660.tar new file mode 100644 index 0000000000000000000000000000000000000000..53ba9dbac2498054f548140a9a855580a1363f4c --- /dev/null +++ b/datasets/237660.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9178ea7b5a6ed668d765ff4073d60a70f0b38ebc5bca663c8723216298dc675b +size 6707200 diff --git a/datasets/238516.tar b/datasets/238516.tar new file mode 100644 index 0000000000000000000000000000000000000000..26c7db80a1d7002789f0699449101af25354d05e --- /dev/null +++ b/datasets/238516.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceab8b120ac4947105aad0e239a6d4fa95262ac56ca45591bd5e6851dc9e592d +size 7413760 diff --git a/datasets/238577.tar b/datasets/238577.tar new file mode 100644 index 0000000000000000000000000000000000000000..7ecb7cd426eb4f8af214cb6153afda346dbff5a9 --- /dev/null +++ b/datasets/238577.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6becad2bc3fc8feab20757dd656cf08bbfc6cf99851d7401491fe197abaca78b +size 1054720 diff --git a/datasets/238813.tar b/datasets/238813.tar new file mode 100644 index 0000000000000000000000000000000000000000..9c022398ab7f88e99f77be9aa00b9869444ed608 --- /dev/null +++ b/datasets/238813.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea947e892d4321a052804ad64f6c87c98fb7992f4082fe64940f0693ebf101ec +size 1003520 diff --git a/datasets/238990.tar b/datasets/238990.tar new file mode 100644 index 0000000000000000000000000000000000000000..4dcfdf939f89aef0ca74f79a3c70ec0cb51d1bb1 --- /dev/null +++ b/datasets/238990.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b3c13a6d08cb5a128d2ff88a1b7be7fb741fa5fd9c9f16a44423e901e7dbd7 +size 14561280 diff --git a/datasets/239043.tar b/datasets/239043.tar new file mode 100644 index 0000000000000000000000000000000000000000..4ee454fe328f60d02c9ed2476948680f8b291f04 --- /dev/null +++ b/datasets/239043.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c616f99d8d576f55a26eabcab80ee7dc03040f7ef2c4ba91fa0262f7b8e64a1 +size 12707840 diff --git a/datasets/239176.tar b/datasets/239176.tar new file mode 100644 index 0000000000000000000000000000000000000000..b0f54f222811c5ebe1d8deda0f504aa9ab52dacc --- /dev/null +++ b/datasets/239176.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f6e79b82f806ff8bb0b61a6d21114f34958481838cf24db54fdd478d3bd321 +size 6656000 diff --git a/datasets/239324.tar b/datasets/239324.tar new file mode 100644 index 0000000000000000000000000000000000000000..0e683e2634073677cf385bbc66dfe877cc82ca68 --- /dev/null +++ b/datasets/239324.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec68d7ab078f911327167fa1414d6010944ef1a0b98088728dcebd0d7ca1811 +size 7731200 diff --git a/datasets/239387.tar b/datasets/239387.tar new file mode 100644 index 0000000000000000000000000000000000000000..d802c1b23ee3977c520ac01a0185b197788ed257 --- /dev/null +++ b/datasets/239387.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9fc2df26dc2f06ac08cbda2fefd6dfb2ecdb39ddd943c37331ecba33b42a6a +size 8960000 diff --git a/datasets/239482.tar b/datasets/239482.tar new file mode 100644 index 0000000000000000000000000000000000000000..7c31705d075f7990e4b78770ee1a8ada1d373a2d --- /dev/null +++ b/datasets/239482.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22892a09b9e21a083a34ff8b73432dbf5e67c8ffb7dde69453a4bcad89fa2137 +size 8335360 diff --git a/datasets/239637.tar b/datasets/239637.tar new file mode 100644 index 0000000000000000000000000000000000000000..c5ff6b690afc579cd0289078face304c8e8d844d --- /dev/null +++ b/datasets/239637.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7672a77de62f8572ba5635effa04d4541a51036b287324f3eec0ba91e9d747c2 +size 9912320 diff --git a/datasets/23971.tar b/datasets/23971.tar new file mode 100644 index 0000000000000000000000000000000000000000..9e024d1b63253bf5b55c5d6a044465551613af6b --- /dev/null +++ b/datasets/23971.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37e352b8bde3b418dec887a6273f794fac3134a5b00293c51e6476ac47947da +size 21913600 diff --git a/datasets/239734.tar b/datasets/239734.tar new file mode 100644 index 0000000000000000000000000000000000000000..ddf6cbaaa291134d8e6b24ec3b072a209d4df945 --- /dev/null +++ b/datasets/239734.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d771a2b5eb6c0b4f5a11ed1f51ee11056ee989533c12c8b193941662360857 +size 8857600 diff --git a/datasets/239868.tar b/datasets/239868.tar new file mode 100644 index 0000000000000000000000000000000000000000..45a3206ceb752a8261b4f039472eddf3ffd68a7d --- /dev/null +++ b/datasets/239868.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53986d133919a390b307b91b658f3d5a19a1d7970dfe3e7c4d88f5c48792fc48 +size 14745600 diff --git a/datasets/240253.tar b/datasets/240253.tar new file mode 100644 index 0000000000000000000000000000000000000000..c44a6b2e99d0c471c6f297acef19a19986022f5c --- /dev/null +++ b/datasets/240253.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:797287cb42fafacce1fda7cde1f22aed6c51df7145bbb85a7a01949d7cad14c2 +size 481280 diff --git a/datasets/240339.tar b/datasets/240339.tar new file mode 100644 index 0000000000000000000000000000000000000000..b744ecf99d58b4cbb2281081dda6e5ad9da3354b --- /dev/null +++ b/datasets/240339.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73a9a46a094d536714c7e46efab115e5e180e3099e95b750e1c4bfabf705461b +size 44830720 diff --git a/datasets/240429.tar b/datasets/240429.tar new file mode 100644 index 0000000000000000000000000000000000000000..2aec36e00754f0ff4e296f3da2e91f5923c41868 --- /dev/null +++ b/datasets/240429.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32262f50a133794ea9056b07e1ab2da2ed9506264e942b6235f4f175f5aeb830 +size 6533120 diff --git a/datasets/24048.tar b/datasets/24048.tar new file mode 100644 index 0000000000000000000000000000000000000000..55091de3a44c407cfee431f4331ea1012c0afcc6 --- /dev/null +++ b/datasets/24048.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e7a1b7fcdec90d8123ff5e6920dc3a04cd5319223ef3d1c084f69008741a11 +size 140431360 diff --git a/datasets/240508.tar b/datasets/240508.tar new file mode 100644 index 0000000000000000000000000000000000000000..d2fd0fe8f229aedc20b07a794d0e7e7265d2da55 --- /dev/null +++ b/datasets/240508.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4433d808f660225c8bd06ed239cdc41dbdbc3080b0990864ba516386914b548a +size 12789760 diff --git a/datasets/24064.tar b/datasets/24064.tar new file mode 100644 index 0000000000000000000000000000000000000000..8b6ac1b7c45b0b40e9aafa0a41363c830189a11c --- /dev/null +++ b/datasets/24064.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6fb7ea3199f844259c31f3e7cb60cea2864045dde4b9addbeacde51322e0df +size 96931840 diff --git a/datasets/241294.tar b/datasets/241294.tar new file mode 100644 index 0000000000000000000000000000000000000000..ffe36580a0c6d66f6a41d79578a7984c5a8e65bc --- /dev/null +++ b/datasets/241294.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c5cd3c1692076e4ab9b00033bb55fa1e552007fd4ad839c3372ad9c0c745e2 +size 11202560 diff --git a/datasets/241772.tar b/datasets/241772.tar new file mode 100644 index 0000000000000000000000000000000000000000..09617fc11082d15f3353121d508d9068e21e520b --- /dev/null +++ b/datasets/241772.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f54301159d903bf1acdd8311d836b5aa2f62dfec521afd71bb9672ba0a01fa +size 2928640 diff --git a/datasets/24181.tar b/datasets/24181.tar new file mode 100644 index 0000000000000000000000000000000000000000..4060290ebc5cb625fbe9b1ed85b0d0ea17221e00 --- /dev/null +++ b/datasets/24181.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29b56093c15cfd768618c1b161c1392614e8911bdedfcbdf9facb07528ae1791 +size 44707840 diff --git a/datasets/241890.tar b/datasets/241890.tar new file mode 100644 index 0000000000000000000000000000000000000000..4e12bbc6931b565650ec6efd615deb5e4e32daae --- /dev/null +++ b/datasets/241890.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:200465d775bfeba2a80f0aa7e797724a446a7aabc923fd2fe22abcd86a7578e6 +size 22568960 diff --git a/datasets/241954.tar b/datasets/241954.tar new file mode 100644 index 0000000000000000000000000000000000000000..c47114a27d9b68edc30ce998c18d272f6dc175be --- /dev/null +++ b/datasets/241954.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a692191755cf25a80042a31dc8f8818e1c41aa42fce07974a423b33fdbf5617 +size 42403840 diff --git a/datasets/242466.tar b/datasets/242466.tar new file mode 100644 index 0000000000000000000000000000000000000000..473eceee33fee4257cda6a7bdb77b938dff151eb --- /dev/null +++ b/datasets/242466.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7643b37c7ee357d35c80b9aae29cc9a7ba3ac7bcae2eb232e795a90e2fa2c87d +size 22149120 diff --git a/datasets/242575.tar b/datasets/242575.tar new file mode 100644 index 0000000000000000000000000000000000000000..f1e458c612d345171fbf5f46ed3998cdcd82103f --- /dev/null +++ b/datasets/242575.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d3e174e4f2a6dccc8eb63d17b1ffe84218bdab2525f17a46f9acc4a8800a6f +size 368640 diff --git a/datasets/243291.tar b/datasets/243291.tar new file mode 100644 index 0000000000000000000000000000000000000000..2554f15d817f6d45f3b90267b6524478702d1995 --- /dev/null +++ b/datasets/243291.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca2bfedb62caeaca5caba90e11dc28cd3717f4722161012ab244e69bb2e0e544 +size 12789760 diff --git a/datasets/243491.tar b/datasets/243491.tar new file mode 100644 index 0000000000000000000000000000000000000000..d710d4df078c6cc01732d4a09860e0f49b027a7f --- /dev/null +++ b/datasets/243491.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dfb4745c6f79c05bfc081f625dced0a79f2ca231a638297a6d9b17817502cdf +size 8417280 diff --git a/datasets/243580.tar b/datasets/243580.tar new file mode 100644 index 0000000000000000000000000000000000000000..dec47e81637438b562df9364cfdcdadf34aecd65 --- /dev/null +++ b/datasets/243580.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44413f2f036a035a7a325860ef844851477e53e17c0f69cb748c32906b04d29c +size 10373120 diff --git a/datasets/243831.tar b/datasets/243831.tar new file mode 100644 index 0000000000000000000000000000000000000000..aeb63cab8f7d2b2239feff0bbaed66d8e1aff795 --- /dev/null +++ b/datasets/243831.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0711c8c586eb8e5f89fc5634cf77c8adfe306434b56ff0b8e366cbfdc1448ec4 +size 4116480 diff --git a/datasets/243943.tar b/datasets/243943.tar new file mode 100644 index 0000000000000000000000000000000000000000..01d9230bbaeafc62d70120455bfa62f35bd17be9 --- /dev/null +++ b/datasets/243943.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd9b8e1d07dc88d216d3ceb200025b8d692bfe9d026895d231a20b61eb7b4ca +size 67317760 diff --git a/datasets/24401.tar b/datasets/24401.tar new file mode 100644 index 0000000000000000000000000000000000000000..b43546095aea1a6d1c9b1371d38d5e5a28cfee79 --- /dev/null +++ b/datasets/24401.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe959ed204ab9bef8b28766946a4a320436add5b6c0ef137c1c1a32a691f188f +size 8540160 diff --git a/datasets/244238.tar b/datasets/244238.tar new file mode 100644 index 0000000000000000000000000000000000000000..0d92ed4bd5bd092edf0957e2cdff4da8c91504ba --- /dev/null +++ b/datasets/244238.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:257e34ed96bad2190639841c4965108c0e42d1d2b425bcfef7eb37e7dff2f656 +size 8755200 diff --git a/datasets/244446.tar b/datasets/244446.tar new file mode 100644 index 0000000000000000000000000000000000000000..83f9d4a8d0c9ecda03b29906b4bcbafef9f4dc7f --- /dev/null +++ b/datasets/244446.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b0ba12d2b75bdef7899cf450a7f26349293649b7e8d03fb76b1fb1410abfd3 +size 8980480 diff --git a/datasets/244480.tar b/datasets/244480.tar new file mode 100644 index 0000000000000000000000000000000000000000..eb90e9a16ca9b36e3a7daeb26ad093b224c93ca6 --- /dev/null +++ b/datasets/244480.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f70943a1c2f731687fde5a41f257cd5e9e01de5a0d905850ef8f103d3744b3 +size 43520000 diff --git a/datasets/244572.tar b/datasets/244572.tar new file mode 100644 index 0000000000000000000000000000000000000000..c417a0feb80748fcf6e38b66f0faae0c6bbf2102 --- /dev/null +++ b/datasets/244572.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558585023867e4af1cefbccc4b539673b12308a7115b6a580e3e9aaeb98c8de4 +size 8878080 diff --git a/datasets/244606.tar b/datasets/244606.tar new file mode 100644 index 0000000000000000000000000000000000000000..0b903a39b6ecbbc9dc786978244f7cf6d00890d6 --- /dev/null +++ b/datasets/244606.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627a67f39c2faf1925c8a35c780db443ac61b55921199e9dd1d7e1f91f7970d7 +size 58972160 diff --git a/datasets/244612.tar b/datasets/244612.tar new file mode 100644 index 0000000000000000000000000000000000000000..8688b59cfa07a96baaf949bbb1e18acdc3f31617 --- /dev/null +++ b/datasets/244612.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45bdcdd78702f6957b065d064a587b94581136407dcc5014308f3788697fc952 +size 35512320 diff --git a/datasets/244639.tar b/datasets/244639.tar new file mode 100644 index 0000000000000000000000000000000000000000..a667a88b8bbb3be42dcadcc7c7fa6f0829bd2c8a --- /dev/null +++ b/datasets/244639.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bbf6e11e03db01563983f9b4f647b5f57de95c5a18321595f34fc104c8f8b8d +size 43755520 diff --git a/datasets/244745.tar b/datasets/244745.tar new file mode 100644 index 0000000000000000000000000000000000000000..d84d6493b3989daf1eb4bdc68575580df9ebd3a7 --- /dev/null +++ b/datasets/244745.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:313ec0af45da6f4f330aed11cccae89efd6e1860a2de40d31aea621fb295b470 +size 43745280 diff --git a/datasets/244750.tar b/datasets/244750.tar new file mode 100644 index 0000000000000000000000000000000000000000..980f299da94c4bc23352f0838dba538ef682d2bf --- /dev/null +++ b/datasets/244750.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24daec72e4f9cbed70cf8e41c94fd59479a274dbdd703831c426d232f4aa0c9a +size 9512960 diff --git a/datasets/244808.tar b/datasets/244808.tar new file mode 100644 index 0000000000000000000000000000000000000000..1241cbba104b74247a6af57672c2b4169759e9fc --- /dev/null +++ b/datasets/244808.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34105bda5f7bce3a14d971d5027cc0338f77ab6c8f75ed5918a1a867c5fcf84f +size 181381120 diff --git a/datasets/244869.tar b/datasets/244869.tar new file mode 100644 index 0000000000000000000000000000000000000000..f64110d0ce05e5041c0c89760df9249a16cce6f8 --- /dev/null +++ b/datasets/244869.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9266a0b4212dd81ae0fceef1e8abdd32c29cbeb8df8a474094353c75010779a +size 7782400 diff --git a/datasets/244924.tar b/datasets/244924.tar new file mode 100644 index 0000000000000000000000000000000000000000..49689649e5aa8891a7385aceb451d02320fadd8d --- /dev/null +++ b/datasets/244924.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6286405da88c465b197424b9ab1d63198dbe20030242ee1de57cf3e8b2ba6b97 +size 11110400 diff --git a/datasets/245043.tar b/datasets/245043.tar new file mode 100644 index 0000000000000000000000000000000000000000..0665d77fef444b91f79931364dea83a0f2508ce6 --- /dev/null +++ b/datasets/245043.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b5a24547d6279df46a58da51a121c49f2dfe03e9f189190de29a0a3adbc160 +size 67317760 diff --git a/datasets/245405.tar b/datasets/245405.tar new file mode 100644 index 0000000000000000000000000000000000000000..843fb7f8f50a8460df204dcac4fb2128e7fbfc92 --- /dev/null +++ b/datasets/245405.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b4637bb036aa86bd96fe1db5b11f4e2d4a2b3ff6f16f2e354db022d20980363 +size 11458560 diff --git a/datasets/245618.tar b/datasets/245618.tar new file mode 100644 index 0000000000000000000000000000000000000000..2a3f088343b99d03d80a31443c5889596f91e447 --- /dev/null +++ b/datasets/245618.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9446310519c0852b1bd6164d01637608b76e23c039d38b17379fc3ae00d7870f +size 8785920 diff --git a/datasets/245624.tar b/datasets/245624.tar new file mode 100644 index 0000000000000000000000000000000000000000..ebfc524ffaabbe24dbd762a7db3bdca58670c55c --- /dev/null +++ b/datasets/245624.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f6c58a869a4988b5a2b51f3d2c1bce00bf36718a75abb937c2443431281de8c +size 6205440 diff --git a/datasets/246246.tar b/datasets/246246.tar new file mode 100644 index 0000000000000000000000000000000000000000..7a2f9c56f826805783fe5d7054f843f7da0f3f03 --- /dev/null +++ b/datasets/246246.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a4a09db8bc0ddada758b030fc3cc5025b9943863d52faebb8dbfc78222e4cad +size 3225600 diff --git a/datasets/246620.tar b/datasets/246620.tar new file mode 100644 index 0000000000000000000000000000000000000000..8168de3357b071e01f3a5bc759b7c188a8ec1bb7 --- /dev/null +++ b/datasets/246620.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe0c0254991bb57478ee105e6b85e3aefe9daaf8f6d6ec5609631f97df19e90 +size 50032640 diff --git a/datasets/246653.tar b/datasets/246653.tar new file mode 100644 index 0000000000000000000000000000000000000000..66fc93cd85b7e7bd01f75bbaf1522939348826e1 --- /dev/null +++ b/datasets/246653.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46932e5597f5c68f618bea6faf44718227806e1a113bb0b166f041b3963f4858 +size 9738240 diff --git a/datasets/247328.tar b/datasets/247328.tar new file mode 100644 index 0000000000000000000000000000000000000000..36856cd836322702e61378ecbc8e339d43d9ea52 --- /dev/null +++ b/datasets/247328.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21abed278888b9566368288677211d8c5ca71bd91a43e1f6c669375807992b49 +size 3676160 diff --git a/datasets/247443.tar b/datasets/247443.tar new file mode 100644 index 0000000000000000000000000000000000000000..cbcc9ea2e3d2260b3744d56f3e6dd3c73033b6f9 --- /dev/null +++ b/datasets/247443.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d5c408e6f8dea1a651e54f2163e5e81edcdb493a68ee8627e5646734d44ef0 +size 8386560 diff --git a/datasets/248249.tar b/datasets/248249.tar new file mode 100644 index 0000000000000000000000000000000000000000..2ec2eb29086ffae43c2d5f391f39424e2e53042b --- /dev/null +++ b/datasets/248249.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3645d1b4cf7a7c3b2204cff5a9a12ddbdff377d07e518b263c1dd423a6bf621 +size 5550080 diff --git a/datasets/248286.tar b/datasets/248286.tar new file mode 100644 index 0000000000000000000000000000000000000000..cd26e8d134873326c9bce5dc19a9919ab7cbf24b --- /dev/null +++ b/datasets/248286.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7a1d84ee4cd1c1ad0c53c817c94d799f7c8b1e7b426e7d038e8ab373b7a455 +size 61614080 diff --git a/datasets/248329.tar b/datasets/248329.tar new file mode 100644 index 0000000000000000000000000000000000000000..9f557993087eeb9799f118a218240ebdca6cb69a --- /dev/null +++ b/datasets/248329.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf94fda834340e57293947c340cf2c3d686c06ff010a3721f73602b445340e49 +size 220426240 diff --git a/datasets/248400.tar b/datasets/248400.tar new file mode 100644 index 0000000000000000000000000000000000000000..06bbf44fd3f0ab7bb6e676ffafcfc26e2c50bccf --- /dev/null +++ b/datasets/248400.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:000c842138218d8fb50c9a629cee5a9c4d9f7acbe9daf7f5fa47bd6eafb67ea1 +size 78489600 diff --git a/datasets/248558.tar b/datasets/248558.tar new file mode 100644 index 0000000000000000000000000000000000000000..ca387142953d10e9d66d8c68cde4cbe914296664 --- /dev/null +++ b/datasets/248558.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df6aa52a4b4f71d2ce0c8bdd90a4ca3ed30c41ac112a879653af86ba6a649dd +size 60231680 diff --git a/datasets/248651.tar b/datasets/248651.tar new file mode 100644 index 0000000000000000000000000000000000000000..5449fdd82e8fc744ef975deb8960fc1e8e1cb770 --- /dev/null +++ b/datasets/248651.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ae538259d02d3bad6f75db99c6b2d59ff96cf5c7c3c1b69d57286cd5d98303 +size 10106880 diff --git a/datasets/248679.tar b/datasets/248679.tar new file mode 100644 index 0000000000000000000000000000000000000000..48545d00b1937a0c6eba384345de8c268c6e31b5 --- /dev/null +++ b/datasets/248679.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf68f6677a1a94ad2eed54a002643e5c0708a3ebd4b448d32c0e59ee5c9aac9 +size 1648640 diff --git a/datasets/24874.tar b/datasets/24874.tar new file mode 100644 index 0000000000000000000000000000000000000000..947e6eee6ac932f211bda33931ff82196097f899 --- /dev/null +++ b/datasets/24874.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:162b22fc56c15ad6da94e348b4d91c38aeaca5aa8e7bac2b5fa9a6137dcf57b4 +size 2191360 diff --git a/datasets/24878.tar b/datasets/24878.tar new file mode 100644 index 0000000000000000000000000000000000000000..1f46641ac4c8ae7b804f0219798ec6711afea506 --- /dev/null +++ b/datasets/24878.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc810bf09bd8698e4176aa6f9c83b0a0a19fce59d320007ce4c22773484bda8f +size 2119680 diff --git a/datasets/249175.tar b/datasets/249175.tar new file mode 100644 index 0000000000000000000000000000000000000000..75610ff88566b0eb85a51e2b37e1102868b75c45 --- /dev/null +++ b/datasets/249175.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398a18f529baa58c0af150f916b2a375a7ac923576bb20bec577fbfd55c63145 +size 7372800 diff --git a/datasets/249311.tar b/datasets/249311.tar new file mode 100644 index 0000000000000000000000000000000000000000..2bc5266677d70e56146a5e024c0fa2240c34a021 --- /dev/null +++ b/datasets/249311.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b2e930b408a0a9cd61722deb81e3ac0d7b321e9e4cb78d9e6ff7fa8d22e5f04 +size 9420800 diff --git a/datasets/24937.tar b/datasets/24937.tar new file mode 100644 index 0000000000000000000000000000000000000000..8d5f658cf6783521803397a9594f4ce3aac86cbf --- /dev/null +++ b/datasets/24937.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:889eb4a69560fc7512f08e03ef593e1b7f221a194aca867f50a1227cc9bdf199 +size 33300480 diff --git a/datasets/249371.tar b/datasets/249371.tar new file mode 100644 index 0000000000000000000000000000000000000000..1f3d9ec6d9eee17d8ebf60ffae5bf35da812c95e --- /dev/null +++ b/datasets/249371.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0958c78616ca29dd3089475b44c6aa62841b4e3a9a7db000b42bfa7975d3c64 +size 163840 diff --git a/datasets/249400.tar b/datasets/249400.tar new file mode 100644 index 0000000000000000000000000000000000000000..486b33172b0510fc4c14d99a96fb96cb3f5b1d10 --- /dev/null +++ b/datasets/249400.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f7362949ae475572af90af702c03175aba04abc382e0de7982a977ae7a1d668 +size 9871360 diff --git a/datasets/249444.tar b/datasets/249444.tar new file mode 100644 index 0000000000000000000000000000000000000000..77a9614d726bb866d1919df94f5fc018cdba186a --- /dev/null +++ b/datasets/249444.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29409f433af03ac2f7e436fbdd5b56ca782a180aa78d9cc79e83cc74df775917 +size 5724160 diff --git a/datasets/249745.tar b/datasets/249745.tar new file mode 100644 index 0000000000000000000000000000000000000000..849c480dc7a5e84c90a8a2a25ad4f5e0bfb5af88 --- /dev/null +++ b/datasets/249745.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8df7e47e03ba91695a259749a0b2f0af82830bcd6aa156dbc9f2c1f46f1c01 +size 50421760 diff --git a/datasets/249838.tar b/datasets/249838.tar new file mode 100644 index 0000000000000000000000000000000000000000..7c2301a98f18b602fca039080a6dda68b390d6c3 --- /dev/null +++ b/datasets/249838.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf22a86b23edeb2a5550b75a2ec9512422b264d84eb4cee21d3fd518ac79336 +size 1075200 diff --git a/datasets/24986.tar b/datasets/24986.tar new file mode 100644 index 0000000000000000000000000000000000000000..c55853bae258036e8533a49e062a5691bfe57a6b --- /dev/null +++ b/datasets/24986.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84fd0281bcf05fc5537c833949c44916fdc10d4088dd21ba676f0ffb270f2f66 +size 768000 diff --git a/datasets/249886.tar b/datasets/249886.tar new file mode 100644 index 0000000000000000000000000000000000000000..4fba54b2b5ce60e93fec3a68c3bbce0d77aeca41 --- /dev/null +++ b/datasets/249886.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6d3857d09c2ac1a8044d99acf1fab21f1dcd17e3a43457182831721aeb85ba +size 61952000 diff --git a/datasets/250179.tar b/datasets/250179.tar new file mode 100644 index 0000000000000000000000000000000000000000..10045eb5711ea266d0e705aaebeac87a12292600 --- /dev/null +++ b/datasets/250179.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40e681edcea1e2f9e098438367f49f45905f297f3ef13d9d2c8e45ddf373b90 +size 1955840 diff --git a/datasets/250382.tar b/datasets/250382.tar new file mode 100644 index 0000000000000000000000000000000000000000..3f66bcbc58ca12004e2d7db8cb9608959292d745 --- /dev/null +++ b/datasets/250382.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd432e48023a26cd9b7d6d495892dba0ecb6013521056b8e67a94b19acbb81d0 +size 20910080 diff --git a/datasets/250388.tar b/datasets/250388.tar new file mode 100644 index 0000000000000000000000000000000000000000..790d8232e5f0bffd5138951a930c07e64a8a5bec --- /dev/null +++ b/datasets/250388.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd084d7332a95d6f0201cacfffd581acfad4d0da10080e40532ff4427490bab +size 20910080 diff --git a/datasets/250391.tar b/datasets/250391.tar new file mode 100644 index 0000000000000000000000000000000000000000..b31bcb94a9248fb0e482ea01fb7c44ae5648aab0 --- /dev/null +++ b/datasets/250391.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1abaaadb211026171dd541505713b043289905b4573b06fac140e4370e4eec2c +size 20910080 diff --git a/datasets/250396.tar b/datasets/250396.tar new file mode 100644 index 0000000000000000000000000000000000000000..29f0a49a61100235ea0fb497a7c8de932b12dfa4 --- /dev/null +++ b/datasets/250396.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c13c2cde8858bb0328d02e096f1e20c0d5a4ab3348a7cedb5c8f67d25b88a1 +size 31928320 diff --git a/datasets/250691.tar b/datasets/250691.tar new file mode 100644 index 0000000000000000000000000000000000000000..c4a6341b3e7db37a707b98527cebbe6a61405677 --- /dev/null +++ b/datasets/250691.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c769cc49101e0a01ce6a865843ba19a814eedf0dcb7ff0557151bbe76d6faf +size 2764800 diff --git a/datasets/25074.tar b/datasets/25074.tar new file mode 100644 index 0000000000000000000000000000000000000000..e0c5e611e36aa84a8f29327d50bbbfa548672fe9 --- /dev/null +++ b/datasets/25074.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965fbb88cc3518da443b7622f959c9764bce5fb85b165d53ed8ca0d9ab8dd191 +size 11806720 diff --git a/datasets/250750.tar b/datasets/250750.tar new file mode 100644 index 0000000000000000000000000000000000000000..46a4288fe95ac103774202c03b81673bafd16581 --- /dev/null +++ b/datasets/250750.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457e0e07bee539826c8ea83de5a6859cb82e9d0a9caa3c59f949f410e05b611f +size 1689600 diff --git a/datasets/250962.tar b/datasets/250962.tar new file mode 100644 index 0000000000000000000000000000000000000000..acdc7089e7121c7b716f678030512b23e1388194 --- /dev/null +++ b/datasets/250962.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad3973d9936885410521535ebf58153de69de01fda17858ce34c4e867d1e5d76 +size 13496320 diff --git a/datasets/25100.tar b/datasets/25100.tar new file mode 100644 index 0000000000000000000000000000000000000000..07968943140c2973d243cd27153e733b1a1cadbd --- /dev/null +++ b/datasets/25100.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e941522c2c8f5b581e4262e99fd09a7c05f78e521d281795f290e25d5343b261 +size 14653440 diff --git a/datasets/251029.tar b/datasets/251029.tar new file mode 100644 index 0000000000000000000000000000000000000000..10d6f51dd7f8c8e0c247bb4c59fe43454f734b09 --- /dev/null +++ b/datasets/251029.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228bbb7a44e6793288d5aebd53758028ae3bd3f30100ff04931acb9565a6977c +size 8980480 diff --git a/datasets/251200.tar b/datasets/251200.tar new file mode 100644 index 0000000000000000000000000000000000000000..4c40ccff967d7cb53e394bb71b50d1f90e9e82a9 --- /dev/null +++ b/datasets/251200.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:054cc9eca8eb268c20da931b44064794a915be7e82a2811b1131c242d20e3ef0 +size 10506240 diff --git a/datasets/251450.tar b/datasets/251450.tar new file mode 100644 index 0000000000000000000000000000000000000000..0296e6577b012cdeb2f102cf6a4fe47450927cd7 --- /dev/null +++ b/datasets/251450.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb255992bc41d88434e07d7111efebd990cd04bc51bb830930892f879afc985 +size 5724160 diff --git a/datasets/251518.tar b/datasets/251518.tar new file mode 100644 index 0000000000000000000000000000000000000000..8256205372675eff8f4071cc95acc06b167b76cf --- /dev/null +++ b/datasets/251518.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cefe29f9e44e7fc6c3267bc008f441605742134355f7b556abfd35f409efd3d +size 67819520 diff --git a/datasets/251529.tar b/datasets/251529.tar new file mode 100644 index 0000000000000000000000000000000000000000..71bab983986a688f0428401d97a36a7b95bd33bd --- /dev/null +++ b/datasets/251529.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9974de3e89a0eb15f5f99aad321192e46a4b80eed8af9e4df66907df4c486e8 +size 100259840 diff --git a/datasets/251914.tar b/datasets/251914.tar new file mode 100644 index 0000000000000000000000000000000000000000..db7f41f901b02a0167f3761a74992ce2f614c72e --- /dev/null +++ b/datasets/251914.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:266700e8b1d4efc6b887c17bd12fa4ad82593bad446f7cbec30c1981ee04458c +size 2887680 diff --git a/datasets/25226.tar b/datasets/25226.tar new file mode 100644 index 0000000000000000000000000000000000000000..977f303fa02fa3aef01ee70c8273d6a1acd2a15a --- /dev/null +++ b/datasets/25226.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96588cd31b9ebabfaa15d227d7bfd71e9bc0cf7029a285a0665008734c4f1a34 +size 35153920 diff --git a/datasets/252403.tar b/datasets/252403.tar new file mode 100644 index 0000000000000000000000000000000000000000..d0a2280146bfe3c1f1320a796fd22c1971ed2603 --- /dev/null +++ b/datasets/252403.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09bad7439169ef97e83da08a5c2e91771818e48812047ad01fa746182e414f27 +size 10199040 diff --git a/datasets/252457.tar b/datasets/252457.tar new file mode 100644 index 0000000000000000000000000000000000000000..f0e49cb2cecab68d6cca73f19e4b9e0a0ecb3e26 --- /dev/null +++ b/datasets/252457.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512a0de96d6965e6c9f412d8e5f36ed287b64a82ee4e224426a81013f836cc0d +size 1638400 diff --git a/datasets/252632.tar b/datasets/252632.tar new file mode 100644 index 0000000000000000000000000000000000000000..ac1930e403a0546ce1e7b5dfdefe28470249dfdf --- /dev/null +++ b/datasets/252632.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e44951d09736cd02090901bfe6dd96d2f1898d66abb870646989fcaf5dc49f +size 5478400 diff --git a/datasets/25265.tar b/datasets/25265.tar new file mode 100644 index 0000000000000000000000000000000000000000..c7b21fc78013d057325e365b004c5eb9f2f3ef49 --- /dev/null +++ b/datasets/25265.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6347b336dbe5f2a060f172c50597ef2861630f719ec55eb156fe0c27075704 +size 10997760 diff --git a/datasets/253003.tar b/datasets/253003.tar new file mode 100644 index 0000000000000000000000000000000000000000..b987d11b43c21b0e8f3c54400b09980b6da2d8ae --- /dev/null +++ b/datasets/253003.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea0e90bcf864984d4f7ae3423b522f282b6bb65ccfaf972481d2d42ecc94bfa +size 5683200 diff --git a/datasets/253205.tar b/datasets/253205.tar new file mode 100644 index 0000000000000000000000000000000000000000..6c5c552a05b1f1ff7bdd142cf6043c3725b0885a --- /dev/null +++ b/datasets/253205.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96b926389480e868ae136601db8a9e6bd156f27fa50ac8665d8aee6221c0b69 +size 2344960 diff --git a/datasets/253225.tar b/datasets/253225.tar new file mode 100644 index 0000000000000000000000000000000000000000..c0716999630478a05a9564b018570db260ca57b6 --- /dev/null +++ b/datasets/253225.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c3155ba1e8aae8d8ff50a8f4b22b5d0a68b4a78925e423533bc535fab26b4f2 +size 17920000 diff --git a/datasets/253267.tar b/datasets/253267.tar new file mode 100644 index 0000000000000000000000000000000000000000..e3c4e796926aeb8d7b6ecbd39f77e8f18b9bf332 --- /dev/null +++ b/datasets/253267.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bff4f85a3cc225115140752ad3bee7b90e9d438a43afcd2e04003ba97e48654 +size 1597440 diff --git a/datasets/253428.tar b/datasets/253428.tar new file mode 100644 index 0000000000000000000000000000000000000000..907e27d7d45263e98db6339799f247342f46ecba --- /dev/null +++ b/datasets/253428.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f816bd2af185f639cd8d55104cd37c8bfa4837b08aac90ae05c875f394822bf0 +size 3932160 diff --git a/datasets/253533.tar b/datasets/253533.tar new file mode 100644 index 0000000000000000000000000000000000000000..659b98492fd260798cb8c8aefcb5d795fd6001b6 --- /dev/null +++ b/datasets/253533.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12f581e29a46f8d53c03ebbaf720697b6615525eab36752c17bff45c7c4591ef +size 9031680 diff --git a/datasets/25356.tar b/datasets/25356.tar new file mode 100644 index 0000000000000000000000000000000000000000..f6df1d869794b8e8297bf80902140ea1ebbcf650 --- /dev/null +++ b/datasets/25356.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:928e4cbcf3fe35761efa7117f749438492647672501fad1a322c740a2fc12a37 +size 1474560 diff --git a/datasets/253666.tar b/datasets/253666.tar new file mode 100644 index 0000000000000000000000000000000000000000..10ce000e640864ac3aabf66e2bdf4760d603813c --- /dev/null +++ b/datasets/253666.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a951d99f7dbe1b3cbb4ed0e1bb2bcea651a3812286dd8d58f143c53df44e86 +size 1024000 diff --git a/datasets/253688.tar b/datasets/253688.tar new file mode 100644 index 0000000000000000000000000000000000000000..45a78a660eb95b37c5851a9adb4fa93a20e2bb9d --- /dev/null +++ b/datasets/253688.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f48c316458bbccb1c85b14ce93b9ec15152f6b350341f67763ccabd9712b17a5 +size 8519680 diff --git a/datasets/253975.tar b/datasets/253975.tar new file mode 100644 index 0000000000000000000000000000000000000000..09800698c19671cda779b6a6a48ea43d5fd98680 --- /dev/null +++ b/datasets/253975.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f0112db9c35f1f3f39eca7bb0acfac390daa0cd7b54a588d66be1c944d33aa +size 8704000 diff --git a/datasets/254090.tar b/datasets/254090.tar new file mode 100644 index 0000000000000000000000000000000000000000..6ffa79ae0880d74e95d5c42c4f087535f857a460 --- /dev/null +++ b/datasets/254090.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:335074a94605200bb6367fc5ee4363bf8118c521f96bb19ce2d838685d13ecf1 +size 1812480 diff --git a/datasets/254474.tar b/datasets/254474.tar new file mode 100644 index 0000000000000000000000000000000000000000..1c163ab831c571c06bd9f861646ea23e3e12ecf3 --- /dev/null +++ b/datasets/254474.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4baa98f100382e0b2579c1a7c2290e56926ba513dc14bb308aa7d9fc61e8d15 +size 3655680 diff --git a/datasets/254688.tar b/datasets/254688.tar new file mode 100644 index 0000000000000000000000000000000000000000..cab9d583663426264c769bfb0fcf44f4a4dda0c0 --- /dev/null +++ b/datasets/254688.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9f9ca30839f89bb5849f98a2482f37520e9218be4c04642412b6fb2fc785ef +size 8488960 diff --git a/datasets/254708.tar b/datasets/254708.tar new file mode 100644 index 0000000000000000000000000000000000000000..0ea016e9c461f77e151c7630210da96370915ecb --- /dev/null +++ b/datasets/254708.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8931e2eb0c60fa58b0bf80e54ec6db5c319e09836509d9b65df659430fa9610f +size 71680 diff --git a/datasets/254828.tar b/datasets/254828.tar new file mode 100644 index 0000000000000000000000000000000000000000..c7d33462fcbd2c114b0ea0466c4ceccff9a410ee --- /dev/null +++ b/datasets/254828.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ad97dc336bcc8fa0994ba1714291667005f97a3bfac2ab34cee59bcc955e5e +size 8755200 diff --git a/datasets/254853.tar b/datasets/254853.tar new file mode 100644 index 0000000000000000000000000000000000000000..c1062d388aed73329641131d0bd51cb974cc1658 --- /dev/null +++ b/datasets/254853.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bafe089863f514d90d2331001b014ccf5f86b76f1f3f21d592c3fee0be86eace +size 40007680 diff --git a/datasets/254930.tar b/datasets/254930.tar new file mode 100644 index 0000000000000000000000000000000000000000..fa2f378f9a93b28b421dd3b83b717956ba83ef61 --- /dev/null +++ b/datasets/254930.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf1e37b6e3d00510583fabc29329911be8c207863e0a0ac9d43fdfe42808af7 +size 8663040 diff --git a/datasets/255032.tar b/datasets/255032.tar new file mode 100644 index 0000000000000000000000000000000000000000..3437a82b939d3753f5134d06465c451273bf50af --- /dev/null +++ b/datasets/255032.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:964057a21432070880599aa9c2c2dfc93bbb05a14476f8ef39bee88f3e20adb8 +size 8304640 diff --git a/datasets/255106.tar b/datasets/255106.tar new file mode 100644 index 0000000000000000000000000000000000000000..5783ebf427d5319d40a4b06ce64c0ed3f0235413 --- /dev/null +++ b/datasets/255106.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe01c08639f3e11dd6fed33c407fe9966e60202cfc32963991b8a810c9109f7 +size 11397120 diff --git a/datasets/255368.tar b/datasets/255368.tar new file mode 100644 index 0000000000000000000000000000000000000000..f93e213fbc045fb2feaffb8337af1c2cd6b28c0c --- /dev/null +++ b/datasets/255368.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b267e624b81d53de1a80ee09a2079b776ba1ad2325e61008818095ec7d76a4c +size 1413120 diff --git a/datasets/255433.tar b/datasets/255433.tar new file mode 100644 index 0000000000000000000000000000000000000000..fbdb315bdd457a4e8b82e2ac5b3ec1a2276ac3cd --- /dev/null +++ b/datasets/255433.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d80160df553d07acf2ca14eb4eeaf2cecdfa2b70da8f8070e2fd3b011d746a5 +size 42731520 diff --git a/datasets/255463.tar b/datasets/255463.tar new file mode 100644 index 0000000000000000000000000000000000000000..30ff3f25cce7baf7c8ae5b1a817d434b138a1605 --- /dev/null +++ b/datasets/255463.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fece16dfdce5d36c8f3b952bbe49b99f8255131295a1b6e3f95832735d78998 +size 9861120 diff --git a/datasets/255583.tar b/datasets/255583.tar new file mode 100644 index 0000000000000000000000000000000000000000..b2152f5c7b1218f447c850c5576445070c508d32 --- /dev/null +++ b/datasets/255583.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb351218fd9b93cc363e768a1ada635909ff1a0b1dc171a9719d03b68bf335b +size 8796160 diff --git a/datasets/256054.tar b/datasets/256054.tar new file mode 100644 index 0000000000000000000000000000000000000000..41431b24cc5fe381ae16047894a0e6c736116c47 --- /dev/null +++ b/datasets/256054.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e032e2d08a7f2a9d1736364b31cc5be0fa916eb906aa7af975c5ce1c8b2571d4 +size 56524800 diff --git a/datasets/25618.tar b/datasets/25618.tar new file mode 100644 index 0000000000000000000000000000000000000000..a12725a570be5cd45c7fc01f8a89e3bf4c9d65a7 --- /dev/null +++ b/datasets/25618.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eacb714faa092bbe0963140a064ba93c0fc2a5dc164c7129532ec95ee8b3b36c +size 317440 diff --git a/datasets/256377.tar b/datasets/256377.tar new file mode 100644 index 0000000000000000000000000000000000000000..2385c7cdb8207e7e1da85d82e56131318b9ae508 --- /dev/null +++ b/datasets/256377.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad3467dade0f39b87dc9bed2f2714c3dddf939a541c83dd3bd278802f32c2a4f +size 6778880 diff --git a/datasets/256490.tar b/datasets/256490.tar new file mode 100644 index 0000000000000000000000000000000000000000..a9f97341d267e4dee739a496d40a3b5ff4c5bf08 --- /dev/null +++ b/datasets/256490.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8eeb682cf76834902d0caf3f61dbad45ec0652e54285631e1e2fa2ff4af8276 +size 7516160 diff --git a/datasets/256624.tar b/datasets/256624.tar new file mode 100644 index 0000000000000000000000000000000000000000..381701dc37a9f19a7c5d1c136372b17f616ae3bf --- /dev/null +++ b/datasets/256624.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03cde76c8be96281ee9af8829fb6c27474bc11f86e91d7d3beea266259e5d050 +size 7680000 diff --git a/datasets/256640.tar b/datasets/256640.tar new file mode 100644 index 0000000000000000000000000000000000000000..6da4affea23965dbb5a8cc864f30df56f6ca6ead --- /dev/null +++ b/datasets/256640.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4019e45c9261fb47efd14619b1381f4c18878c4b6747100df160e3089484718 +size 30627840 diff --git a/datasets/256722.tar b/datasets/256722.tar new file mode 100644 index 0000000000000000000000000000000000000000..0c4b056bd600d3a4a99545a4174f31ad1ac49fe3 --- /dev/null +++ b/datasets/256722.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32092bbcbd9455f4f5e553c64e58803c5ac00d36c6923cea488594567e67a1a3 +size 1525760 diff --git a/datasets/256926.tar b/datasets/256926.tar new file mode 100644 index 0000000000000000000000000000000000000000..1b390cb533c44eb9ca4d9655404569957b0e93b0 --- /dev/null +++ b/datasets/256926.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79afbacd40fc3b3a03c77b26fe4fe4772be0d529c5aa6861bd0c7dc23b20a5e7 +size 39157760 diff --git a/datasets/256945.tar b/datasets/256945.tar new file mode 100644 index 0000000000000000000000000000000000000000..9bcd6b5aba9b942db77597b5b240751820676d52 --- /dev/null +++ b/datasets/256945.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a1e2777800093bdd16bb51ad9f412c723b4073ba74ec3f129f4e56981d8543 +size 12513280 diff --git a/datasets/257061.tar b/datasets/257061.tar new file mode 100644 index 0000000000000000000000000000000000000000..93e60006e3567256b17a55609e5682df40687782 --- /dev/null +++ b/datasets/257061.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fbe6f2c27b9af7517fcfe7f032c6f10c151c2c2331b0189915bbc4595d5d0f0 +size 91760640 diff --git a/datasets/257116.tar b/datasets/257116.tar new file mode 100644 index 0000000000000000000000000000000000000000..2747f2638f2d94f3d8a0a5430e5270d0ca00c01e --- /dev/null +++ b/datasets/257116.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d27aac05a9f89e2053ee5c48aea20b6b1b4958d3e640962a5553ad7c30d3510 +size 27238400 diff --git a/datasets/25713.tar b/datasets/25713.tar new file mode 100644 index 0000000000000000000000000000000000000000..9d93f3247f6736601b1d25ef1bbab8c45c41159f --- /dev/null +++ b/datasets/25713.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385222d5692dfbfb9f9b4250fe0a9065d37ee196526b77e9673673393ee2c1c5 +size 11520000 diff --git a/datasets/257298.tar b/datasets/257298.tar new file mode 100644 index 0000000000000000000000000000000000000000..fdcf0840732541bd0847e2862e38f055e0863ffd --- /dev/null +++ b/datasets/257298.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98081fb4dd874de260d228195e8bfad4429158be5a47846f557d6bb128db1db5 +size 409600 diff --git a/datasets/257382.tar b/datasets/257382.tar new file mode 100644 index 0000000000000000000000000000000000000000..6e7795c7477566e137ee3ac822c9dea567b75f93 --- /dev/null +++ b/datasets/257382.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993c9534d72b09ca47fbd585877075594448e9d2ac6cafdcecb0bc53a877c476 +size 10260480 diff --git a/datasets/257614.tar b/datasets/257614.tar new file mode 100644 index 0000000000000000000000000000000000000000..31c88ca91119ad14fe59dab14f05f83f02330ec1 --- /dev/null +++ b/datasets/257614.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd7b4729f39cc4ddf86b4e827405cccef028f70c48d31383e048d59caa73e78 +size 10168320 diff --git a/datasets/257701.tar b/datasets/257701.tar new file mode 100644 index 0000000000000000000000000000000000000000..179fd06e5c830f0463f76ba17f19b3b8682a8c96 --- /dev/null +++ b/datasets/257701.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2151512b917fdd42a57a89df7754027528d68784bf8927b5c245eaa472f78483 +size 10823680 diff --git a/datasets/257996.tar b/datasets/257996.tar new file mode 100644 index 0000000000000000000000000000000000000000..74b83df59416b6984e2e3af5df233af98e658af1 --- /dev/null +++ b/datasets/257996.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1cc54b69e5685a4c6bea0910e959baef2cfd35129f6324cf4a8c4942fb43f0 +size 2775040 diff --git a/datasets/257997.tar b/datasets/257997.tar new file mode 100644 index 0000000000000000000000000000000000000000..b05ee23caaea5f6ab59496ffe1ad14a553747869 --- /dev/null +++ b/datasets/257997.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8069329d0f75bd96396a572b145d0c0aff1d53f015444d789c8252eebd58d86 +size 3358720 diff --git a/datasets/258014.tar b/datasets/258014.tar new file mode 100644 index 0000000000000000000000000000000000000000..27be7d376adf6ed0affe105b15859cf3d23a4bf1 --- /dev/null +++ b/datasets/258014.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e11df21bcdbde38cde1ff8cc1304c4f46a9011b93c0fae398fb7c90c551bce +size 88760320 diff --git a/datasets/258137.tar b/datasets/258137.tar new file mode 100644 index 0000000000000000000000000000000000000000..1110e4036a51f03eef8d33a3d2dbd93345cfb4ed --- /dev/null +++ b/datasets/258137.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d5baf4978457c68f1a424d09f5fa9117f059adce68fc7f17bb7b515e13b80f9 +size 8427520 diff --git a/datasets/258290.tar b/datasets/258290.tar new file mode 100644 index 0000000000000000000000000000000000000000..5108fe3e2d35f2f4a31eec4fd85b1b71723701f6 --- /dev/null +++ b/datasets/258290.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f828eaae32c71b4e05194d161a98b1359f69d63e288baa8e4356bbe1f53a3e +size 3819520 diff --git a/datasets/258405.tar b/datasets/258405.tar new file mode 100644 index 0000000000000000000000000000000000000000..d08214507486abae7db3498853163bb047af068a --- /dev/null +++ b/datasets/258405.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7776c6ff19058b469c90b72f816eeb3d439a13ec3b38cf9e9346c778fa3c2c17 +size 9779200 diff --git a/datasets/25863.tar b/datasets/25863.tar new file mode 100644 index 0000000000000000000000000000000000000000..9f2e3d95f7bb6cce1156cc835aba24cae71fcce8 --- /dev/null +++ b/datasets/25863.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81b396cf076e345a8398e13d338180498844c86916f9670e4e390e4eb0b55597 +size 140113920 diff --git a/datasets/258717.tar b/datasets/258717.tar new file mode 100644 index 0000000000000000000000000000000000000000..aeb4d64ee997614b6605df7583ff07b2e9febb01 --- /dev/null +++ b/datasets/258717.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82dfd938d72882c3d71ac1396eb21b69d0a2836ac6ab72236c2e81a4d6b62eaa +size 7915520 diff --git a/datasets/258780.tar b/datasets/258780.tar new file mode 100644 index 0000000000000000000000000000000000000000..280c1acd14e725c371e408df9d3f6263c83904ea --- /dev/null +++ b/datasets/258780.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb5ed823d9d11e651a423518de2648266e4d89865a3c07ffbdc98fc8e1fee88f +size 7915520 diff --git a/datasets/259171.tar b/datasets/259171.tar new file mode 100644 index 0000000000000000000000000000000000000000..86e4700e88d0f483c046d540af6cf83bfef2f373 --- /dev/null +++ b/datasets/259171.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1231da96ebc06d8da85aa48c9f23c3f0f69b988108045f657283e041162634f +size 8673280 diff --git a/datasets/259195.tar b/datasets/259195.tar new file mode 100644 index 0000000000000000000000000000000000000000..07797ae3ca288e5feda55d9c1efad092ad7b277b --- /dev/null +++ b/datasets/259195.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:687149c86bad39c97d81b0d59bff290d841e7a21d41269ef128953140b04a7ab +size 39956480 diff --git a/datasets/259672.tar b/datasets/259672.tar new file mode 100644 index 0000000000000000000000000000000000000000..e9b9bc048b70a7cc602b1dccaf55ad4a1450a8fa --- /dev/null +++ b/datasets/259672.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a317269a2dd475157f4b308a560b7909adb39cae4198823a12a8b933295991 +size 7741440 diff --git a/datasets/259771.tar b/datasets/259771.tar new file mode 100644 index 0000000000000000000000000000000000000000..242f5dd39955160826b64dc6e3bdb570814c91e3 --- /dev/null +++ b/datasets/259771.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c8e4a3d89211c65a96c68a616afde6d03526de4b6229d73a027f73e8f7dd0bc +size 2979840 diff --git a/datasets/259888.tar b/datasets/259888.tar new file mode 100644 index 0000000000000000000000000000000000000000..9c06bccdd3c01218518885a48877e03513e88ab2 --- /dev/null +++ b/datasets/259888.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cfc25fac5478b090426679c406ed4157bf64923e5e9e620f9cbaeba14e766cd +size 2017280 diff --git a/datasets/259930.tar b/datasets/259930.tar new file mode 100644 index 0000000000000000000000000000000000000000..1aab2d930e816edf24739383cf72b359e7800aff --- /dev/null +++ b/datasets/259930.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6cc1cb71980ff77a3648e2b22090bb02daeeeef7b0ec4325dad7910984a1e72 +size 4495360 diff --git a/datasets/260067.tar b/datasets/260067.tar new file mode 100644 index 0000000000000000000000000000000000000000..58cdfb431b207861045716bd8b81f2567e38f268 --- /dev/null +++ b/datasets/260067.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb2c83970d8fd897e91e750ee5c2339131ac1cdb5821b32de474d07d6bb1c3b +size 20674560 diff --git a/datasets/260096.tar b/datasets/260096.tar new file mode 100644 index 0000000000000000000000000000000000000000..17ae09e39e6626edd9580b4de906289df5e3a47c --- /dev/null +++ b/datasets/260096.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25e2b401553ed37ba35ecd77f0b3a1dd66ff2c90ba422aebd47dffb3342682c +size 36075520 diff --git a/datasets/260171.tar b/datasets/260171.tar new file mode 100644 index 0000000000000000000000000000000000000000..9aab539faf98e2975218357826b51657d6e14176 --- /dev/null +++ b/datasets/260171.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e13517a377516c1a658077b73faf867a19c58510f8f99bfd191079a54775e7d2 +size 9441280 diff --git a/datasets/260176.tar b/datasets/260176.tar new file mode 100644 index 0000000000000000000000000000000000000000..2020b240d57efd0bc4faca7229309fbae2929218 --- /dev/null +++ b/datasets/260176.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd87dcd3e007d64a5f52c29d41e89c8ddc323f155d0dde1274bb38eee0f26373 +size 1105920 diff --git a/datasets/260184.tar b/datasets/260184.tar new file mode 100644 index 0000000000000000000000000000000000000000..fb9dac1152423034de54e97c08a675cb87d76027 --- /dev/null +++ b/datasets/260184.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a4f7fe3c0c58e02d711c02d76b5ab1cb7e7eb790adb2ecb95b79f8482dbbee +size 10987520 diff --git a/datasets/260291.tar b/datasets/260291.tar new file mode 100644 index 0000000000000000000000000000000000000000..323551a0d5dc8294bb24813836e393fb3e7f849c --- /dev/null +++ b/datasets/260291.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c8474a90d3f58a001a21790ab0e97f2d221708ab804a9b0abaa3270b8adcdd +size 6318080 diff --git a/datasets/260363.tar b/datasets/260363.tar new file mode 100644 index 0000000000000000000000000000000000000000..17f0fcd37cae8859cf5c04e558f0477c713182af --- /dev/null +++ b/datasets/260363.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dda2ea612c21083b1b2acb4f6e04796e2f95ab9ddcfb34e767f3b0d9815e354 +size 7864320 diff --git a/datasets/260401.tar b/datasets/260401.tar new file mode 100644 index 0000000000000000000000000000000000000000..d303a0341577b82abf72f36ee65ebdd207e1ddff --- /dev/null +++ b/datasets/260401.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:784bde99441df8cbf5f69ab28dd5fdfc29bb78cee1f7c5d704849d553ec09c09 +size 69130240 diff --git a/datasets/260538.tar b/datasets/260538.tar new file mode 100644 index 0000000000000000000000000000000000000000..5973ac9a57751b0ab69d062349af8650179dc53b --- /dev/null +++ b/datasets/260538.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a0fbf7cb32dc8158218b566269d10c39a3ec8f2a409e1ae8f1fd0bbe956eef +size 5683200 diff --git a/datasets/260579.tar b/datasets/260579.tar new file mode 100644 index 0000000000000000000000000000000000000000..0401e4020a40f590341ae379af047dc2e93fabe6 --- /dev/null +++ b/datasets/260579.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59b948df8bb405bd6dce525728d3864e0fc7da61a5503cf39b09ddbeaf12cfc +size 75151360 diff --git a/datasets/260581.tar b/datasets/260581.tar new file mode 100644 index 0000000000000000000000000000000000000000..a09b6b78b1b29de85f9f870935f92c13b45b7858 --- /dev/null +++ b/datasets/260581.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6593d560507ce99704a602df2dc0ad5045a12aa4d5ecdffa32bad9c82db0d125 +size 347105280 diff --git a/datasets/260589.tar b/datasets/260589.tar new file mode 100644 index 0000000000000000000000000000000000000000..e78195cecca0b0f004fed69b0b0c2102312eac05 --- /dev/null +++ b/datasets/260589.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a86da15b055f1cd04aa3736827cdcca4852bcaa08319a3660fec3ed61988d99f +size 17285120 diff --git a/datasets/260603.tar b/datasets/260603.tar new file mode 100644 index 0000000000000000000000000000000000000000..d287a2f956d50686391862fa56418c15aa915fc6 --- /dev/null +++ b/datasets/260603.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:656134235492d55c3b7ca893d29eb2a622cef61050b22ad05b24e9349a89ee22 +size 147148800 diff --git a/datasets/260607.tar b/datasets/260607.tar new file mode 100644 index 0000000000000000000000000000000000000000..b141ba19f2a2def962d1f6c6d515e25a334a8658 --- /dev/null +++ b/datasets/260607.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea1ecf6526a34d1a8193d244b3634c953d92aeed4a3a2b22e52e10a689449e00 +size 311111680 diff --git a/datasets/260610.tar b/datasets/260610.tar new file mode 100644 index 0000000000000000000000000000000000000000..d0efbdd8561a1a1ce6841e32667d869ffaa4ba92 --- /dev/null +++ b/datasets/260610.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fbdeed49e7df8eea2be2d46422b24d24c95f892c570704fadb80a961e60e1a2 +size 61562880 diff --git a/datasets/260623.tar b/datasets/260623.tar new file mode 100644 index 0000000000000000000000000000000000000000..5b4cd37318fecc2ac42fa8a78763bba8ba820679 --- /dev/null +++ b/datasets/260623.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779f0f023a292efcf2ddb09e3cbb18ab7e6a1b074809c37f320bbe74a8eb6d02 +size 102789120 diff --git a/datasets/260661.tar b/datasets/260661.tar new file mode 100644 index 0000000000000000000000000000000000000000..c6a84d37f879523e00c9c24c9cce823b1f861387 --- /dev/null +++ b/datasets/260661.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa636c46c7bc88f51cd82cdb39bc7403325bfadc9342d352e50b8f061e232a3 +size 41482240 diff --git a/datasets/260672.tar b/datasets/260672.tar new file mode 100644 index 0000000000000000000000000000000000000000..8145edee4a5e6aa9fa0a4b87415b6c5dc1ec471c --- /dev/null +++ b/datasets/260672.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d023af96d13cb7f36026dbc0741fb9ff915048cff5345a46e9069c3ffbcf7f +size 6737920 diff --git a/datasets/260678.tar b/datasets/260678.tar new file mode 100644 index 0000000000000000000000000000000000000000..4baf5c0f2602625ce2956079af6d7040bf469034 --- /dev/null +++ b/datasets/260678.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb71a3301dda594c67943c6c3c3c7a94c6c9d0e844a93b6804797a1093f087fa +size 104396800 diff --git a/datasets/260766.tar b/datasets/260766.tar new file mode 100644 index 0000000000000000000000000000000000000000..9385c76a80b3e46e3263ec785d9adaf1412b5bf5 --- /dev/null +++ b/datasets/260766.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d47456667ef4a8850002ac9900ac42f3949f82aa9b24dfec88ee1c9a5519093 +size 45977600 diff --git a/datasets/260837.tar b/datasets/260837.tar new file mode 100644 index 0000000000000000000000000000000000000000..c0048907106d82f2f08e4ea41cd043b99e793e06 --- /dev/null +++ b/datasets/260837.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8e98745787bb458a0c88f7222929c32cd2c2d2558fc57af0bacff5966e109e +size 10403840 diff --git a/datasets/261158.tar b/datasets/261158.tar new file mode 100644 index 0000000000000000000000000000000000000000..d4a5bb5cfb700c30f105be7bdd8ef1a306796312 --- /dev/null +++ b/datasets/261158.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c88d79b5184454cf844878e12ae1bc25e7b37937acaeca0c24efac59de4e8d8 +size 166676480 diff --git a/datasets/261165.tar b/datasets/261165.tar new file mode 100644 index 0000000000000000000000000000000000000000..12b14fd93321ada50fc83ef03509eaba812df1cf --- /dev/null +++ b/datasets/261165.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40886478d5b773e575d87a6396982d1e50b492255ec5cef34d0a7df5b9317786 +size 57374720 diff --git a/datasets/261177.tar b/datasets/261177.tar new file mode 100644 index 0000000000000000000000000000000000000000..ad9ff3791cb863f5a9f97a5ae8f13e69cf970b20 --- /dev/null +++ b/datasets/261177.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70fe7cf1d03f7994ef8532e04fef60c26c73d44990c345b9422ad362d8479806 +size 102000640 diff --git a/datasets/261181.tar b/datasets/261181.tar new file mode 100644 index 0000000000000000000000000000000000000000..21d4ef8af4756cb4b0d96e621efe87903b81690a --- /dev/null +++ b/datasets/261181.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b7716f7b249e4e3ae95100ee61956d1558f63798b33c6e816a2dbc7125a169 +size 263956480 diff --git a/datasets/261241.tar b/datasets/261241.tar new file mode 100644 index 0000000000000000000000000000000000000000..8f54ec1bb2cd8bd8f52e60d49f21da53d92cf6a1 --- /dev/null +++ b/datasets/261241.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b897a2fbb2f9172f276834fb12abb9b32c582bdc890f74acf9907550a1728902 +size 2887680 diff --git a/datasets/261486.tar b/datasets/261486.tar new file mode 100644 index 0000000000000000000000000000000000000000..48078192ab0e58b1e3ba15625504594c6e9df148 --- /dev/null +++ b/datasets/261486.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8aa3e1c7b4a9918643475be13d2298b8d7071cc174148fba33c54d7b7b281b9 +size 112855040 diff --git a/datasets/261645.tar b/datasets/261645.tar new file mode 100644 index 0000000000000000000000000000000000000000..add7a7919863bdb915f7cb1e78a493ac584d49ca --- /dev/null +++ b/datasets/261645.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe4e6b3923917ed0bc606904c21ff30b5e908f74a221960f0eda1b180e5bca0 +size 1198080 diff --git a/datasets/261697.tar b/datasets/261697.tar new file mode 100644 index 0000000000000000000000000000000000000000..eb17bb29e5a2e2f269ca4d02d41b7ced453460b6 --- /dev/null +++ b/datasets/261697.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab13f85f72119c6c176ac7de7d729a31c54a386b18e59104b099fef9cafddee +size 6082560 diff --git a/datasets/262322.tar b/datasets/262322.tar new file mode 100644 index 0000000000000000000000000000000000000000..ec0a74d8e11f2c2c5bb783ff6e2fe84bc190f290 --- /dev/null +++ b/datasets/262322.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea0d6cfb1587d63f50b56508c4abc8ed5f6544f8ae2bd0e30261ac00b7880a5 +size 4444160 diff --git a/datasets/262495.tar b/datasets/262495.tar new file mode 100644 index 0000000000000000000000000000000000000000..dbfca5893cf67ede528a15472b1f39cba122ae73 --- /dev/null +++ b/datasets/262495.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d939f271851bf3a41872b89ae431d845ffe92d1313ce80f0cbb875ca850f511f +size 1167360 diff --git a/datasets/262571.tar b/datasets/262571.tar new file mode 100644 index 0000000000000000000000000000000000000000..873ee159ec47f260dfc38c2bd65827642c7fb8de --- /dev/null +++ b/datasets/262571.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1074c9425c456038db093572efc086c331b06889a054c5ba0593ab7ade108cb2 +size 67215360 diff --git a/datasets/262848.tar b/datasets/262848.tar new file mode 100644 index 0000000000000000000000000000000000000000..821445fb2291258fc912ee67dd063ebf163f2335 --- /dev/null +++ b/datasets/262848.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff3e65c1c76bbd2a8b9f037ef93ebd386793829ade0ab53970c971fe0bc8760 +size 8294400 diff --git a/datasets/263180.tar b/datasets/263180.tar new file mode 100644 index 0000000000000000000000000000000000000000..c0d9906d1a8289d13e88662d3e3c11fee7c155dd --- /dev/null +++ b/datasets/263180.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a11eccea8464383374df26cbdff0ffcfaf453ef361d26871fb11cce3f9bc80c +size 4352000 diff --git a/datasets/263218.tar b/datasets/263218.tar new file mode 100644 index 0000000000000000000000000000000000000000..6f73839625e1ecbd046332f24ada7c5abce5b07f --- /dev/null +++ b/datasets/263218.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c74114cdb82b850d1a19ef751e8394f971e5437698eba4973c1965d89434bf +size 3891200 diff --git a/datasets/26333.tar b/datasets/26333.tar new file mode 100644 index 0000000000000000000000000000000000000000..0ce956233648dccbbaec215ffd2d89e1d2bd11a3 --- /dev/null +++ b/datasets/26333.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a68e1e17b4d559dfbd5251f5781a9073cc55d032cf19fe178344cb8fc2af451d +size 2324480 diff --git a/datasets/263979.tar b/datasets/263979.tar new file mode 100644 index 0000000000000000000000000000000000000000..06dd23069dd501221f09f92e30d5cb796e4b3e63 --- /dev/null +++ b/datasets/263979.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba125e0f6ed26b43151d1b707d87667e5a0455577b0faca752baecc4d6c54c9 +size 1290240 diff --git a/datasets/263988.tar b/datasets/263988.tar new file mode 100644 index 0000000000000000000000000000000000000000..7d78f0a65fd8711bb6712d5c4e35e0569a8bda3b --- /dev/null +++ b/datasets/263988.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47246bcfb1b1bee02e390e52076b445c5fdbb1cee5aa8030f683391ce54fa247 +size 1976320 diff --git a/datasets/264332.tar b/datasets/264332.tar new file mode 100644 index 0000000000000000000000000000000000000000..a3f0ba6efd574ca9b64d60746bbf92e44bf70a0e --- /dev/null +++ b/datasets/264332.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7981030d04d600b5f606518483ca20b17359664162f1cbeb0ccef8b56467c7fb +size 61808640 diff --git a/datasets/264333.tar b/datasets/264333.tar new file mode 100644 index 0000000000000000000000000000000000000000..9d0e0f716f037c086586a7583d1417bb7fb7e5d5 --- /dev/null +++ b/datasets/264333.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc0bfb999cd265dcc3fac484eeb861f0c6055efee8e0652be51183668f48cc69 +size 88862720 diff --git a/datasets/264334.tar b/datasets/264334.tar new file mode 100644 index 0000000000000000000000000000000000000000..ceeb28abf8fcb2d9b46ad9d66017b5245f6f85ab --- /dev/null +++ b/datasets/264334.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37eb35c75e5d61d469b56814111670a9ae6085c067da6c52301d0409384072a3 +size 64460800 diff --git a/datasets/264335.tar b/datasets/264335.tar new file mode 100644 index 0000000000000000000000000000000000000000..498bf51256fbb9f9e78e003ae6329402cb864184 --- /dev/null +++ b/datasets/264335.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb595b171191281a52333decea9becf848fed9443080dd346e06fcfcc5c5fb0 +size 55060480 diff --git a/datasets/264612.tar b/datasets/264612.tar new file mode 100644 index 0000000000000000000000000000000000000000..0cacbdcc5da6983ff274bdf69fc56a04ad4282c0 --- /dev/null +++ b/datasets/264612.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883d47815c573d2f727d64a0e7b6243ec546c215a03176ad1cd40d9f80a7183e +size 10956800 diff --git a/datasets/264711.tar b/datasets/264711.tar new file mode 100644 index 0000000000000000000000000000000000000000..5c79c5ddcae989c81608b8768c31031d118eb037 --- /dev/null +++ b/datasets/264711.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a0fb81cd8adc287b3c802719e07e3ef7bc13916e7aa9704673fc2a20e16380 +size 78489600 diff --git a/datasets/264715.tar b/datasets/264715.tar new file mode 100644 index 0000000000000000000000000000000000000000..f4b895438dc9f82409ef5c2d230f366a3779206a --- /dev/null +++ b/datasets/264715.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c22e41d23178a560265f09d385dabf7fc47bc6ff1b7fba782ae5aa8330cae6d +size 220426240 diff --git a/datasets/264738.tar b/datasets/264738.tar new file mode 100644 index 0000000000000000000000000000000000000000..82b8355c75cc71c5da50585679c08ce06438514e --- /dev/null +++ b/datasets/264738.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee2e03e388422f565ea9a3d9953f5ccd714a398327efb68a508e5dddf0ba9124 +size 61614080 diff --git a/datasets/26474.tar b/datasets/26474.tar new file mode 100644 index 0000000000000000000000000000000000000000..8b5b9e0d95e268cd326ef92ec9b2747870cd4b4e --- /dev/null +++ b/datasets/26474.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fadf9d5959360fffde7b3d67f22dd85621f9effc3655c23d5aa53b6abb99477a +size 15206400 diff --git a/datasets/265008.tar b/datasets/265008.tar new file mode 100644 index 0000000000000000000000000000000000000000..51f1462759b0af2e7b8a9b2fa3bcbdf3f082f6bf --- /dev/null +++ b/datasets/265008.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995e38a015bcf77f61605737cdf9be40937c5885a4fe5134575a25f2cc15b30b +size 1228800 diff --git a/datasets/265572.tar b/datasets/265572.tar new file mode 100644 index 0000000000000000000000000000000000000000..1caf9c10f76024972dbf198027df567e79a3be1e --- /dev/null +++ b/datasets/265572.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b2c15813b1808b8476cfba41266ccc39f3d2b8ecd6725b35fe397ead6244f03 +size 8386560 diff --git a/datasets/265677.tar b/datasets/265677.tar new file mode 100644 index 0000000000000000000000000000000000000000..2799ff56df2a92356d8a5a69d5d9b1ffed987321 --- /dev/null +++ b/datasets/265677.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ff75a03eb54731161ebd424fdd3fd66cddf578d7a3b58484b13e66d625c133 +size 8570880 diff --git a/datasets/265746.tar b/datasets/265746.tar new file mode 100644 index 0000000000000000000000000000000000000000..7b137b28e95358ab7eadc92ec815a3148942b0f0 --- /dev/null +++ b/datasets/265746.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a270857cbae58d1721e3ec355e93fd8f9ba3661a44716710598480cb9f9148fd +size 45547520 diff --git a/datasets/266266.tar b/datasets/266266.tar new file mode 100644 index 0000000000000000000000000000000000000000..812ad7898745484a66d4b624110ca7e00127c1b5 --- /dev/null +++ b/datasets/266266.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d996e6015fb6b7919f12c2cfece29e63b89f76fc96e9589a752541eb98ab04 +size 7260160 diff --git a/datasets/266441.tar b/datasets/266441.tar new file mode 100644 index 0000000000000000000000000000000000000000..f3d72b83b75be5d384ed13889e8a62b0ace90c79 --- /dev/null +++ b/datasets/266441.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa6e674cc392322b3fe123d8a8ce4b9c2e0af54b38af6117445319254ac1257d +size 9359360 diff --git a/datasets/26661.tar b/datasets/26661.tar new file mode 100644 index 0000000000000000000000000000000000000000..1ed5f50d90a830257197dae64997494fb63130a9 --- /dev/null +++ b/datasets/26661.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcedc449b627de60b5c2fe522ad47f3142841eff8a1a7dc6ef8fd05aea7c0efa +size 388556800 diff --git a/datasets/26668.tar b/datasets/26668.tar new file mode 100644 index 0000000000000000000000000000000000000000..9e1ab2a1f935ce62f5b9fd04c233af5f43ebc566 --- /dev/null +++ b/datasets/26668.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2252e757e771899a0e9163dcd8873cb93f7fbe9640d932a0cabbc76141e2690a +size 13998080 diff --git a/datasets/266900.tar b/datasets/266900.tar new file mode 100644 index 0000000000000000000000000000000000000000..65b01690e777d4f296cb601487fa96dc5f767c04 --- /dev/null +++ b/datasets/266900.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79a88c3803d19160a5057dd4e7b84e027c018498f2f6e2c761e4deb46591e38 +size 24053760 diff --git a/datasets/266999.tar b/datasets/266999.tar new file mode 100644 index 0000000000000000000000000000000000000000..b30dd3de8cb7c71fbe237ab7cc7c452d3cccce1e --- /dev/null +++ b/datasets/266999.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37c4863ff265a1407fbf55892226a70da6a69e66502d18966c41126e352a082e +size 2887680 diff --git a/datasets/267014.tar b/datasets/267014.tar new file mode 100644 index 0000000000000000000000000000000000000000..32948f7ac009eef8bf2d172c7e99606d1cade1df --- /dev/null +++ b/datasets/267014.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0d6822335b3ea0bbfd129cc9343081d5d8cd305120763b90265264236eac7f +size 4587520 diff --git a/datasets/267064.tar b/datasets/267064.tar new file mode 100644 index 0000000000000000000000000000000000000000..9a1eab0ff7bf6dbf25a01d09b0c76e6a4433deac --- /dev/null +++ b/datasets/267064.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711077262e95e5ccce8580c73bef84db3676adb0379b8cc03fccc8f219184239 +size 4392960 diff --git a/datasets/26719.tar b/datasets/26719.tar new file mode 100644 index 0000000000000000000000000000000000000000..52691e1578500d4e38d958708048419132dc8daf --- /dev/null +++ b/datasets/26719.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8327386412dfc9ad2872f214fce46e51c22f86e0c9547b7b8e637f621896cd47 +size 7864320 diff --git a/datasets/267542.tar b/datasets/267542.tar new file mode 100644 index 0000000000000000000000000000000000000000..6dd01844dc18dd3eb77e2b8542ba60481a082f4a --- /dev/null +++ b/datasets/267542.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:640f1abe1af427e08aee5f37c1acc0062690aeed0faa14957868f3338e165a19 +size 17930240 diff --git a/datasets/268378.tar b/datasets/268378.tar new file mode 100644 index 0000000000000000000000000000000000000000..ce6f880f87784ee2cec7a721e066516bc0dd6c98 --- /dev/null +++ b/datasets/268378.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10a3d30ac92d6e29cc60035adfdc3a66b6b56533e57f9547d5734bf3905ec308 +size 4587520 diff --git a/datasets/26849.tar b/datasets/26849.tar new file mode 100644 index 0000000000000000000000000000000000000000..60236dc2eaf8969fc0c2e998fd94a5917b710d5a --- /dev/null +++ b/datasets/26849.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8721cd929cb8b296bfb98de0a563ec7027f079f1db44284a1452cb1e6caec66 +size 2017280 diff --git a/datasets/268542.tar b/datasets/268542.tar new file mode 100644 index 0000000000000000000000000000000000000000..f4d535c8250cb2f3ee380d08a3795342b05cbfdd --- /dev/null +++ b/datasets/268542.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f9674e086580d0c83df49a19717a82973adda809fe989508c4a2ffaeb57e97 +size 18411520 diff --git a/datasets/268659.tar b/datasets/268659.tar new file mode 100644 index 0000000000000000000000000000000000000000..e5207e879df4d1201c9fa75d4e9fc9b7b6d3b0b9 --- /dev/null +++ b/datasets/268659.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74881ad3284a100300e69524121fe11b5bfd4f40686bc2c47aff3ec3f9f30590 +size 4935680 diff --git a/datasets/268941.tar b/datasets/268941.tar new file mode 100644 index 0000000000000000000000000000000000000000..a317664acaf8382ac5b15273f3f99110ec1baf0d --- /dev/null +++ b/datasets/268941.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993b569e4fdd00662c95781016650796ab0fc691bd528c27e919d73151155057 +size 81920 diff --git a/datasets/269027.tar b/datasets/269027.tar new file mode 100644 index 0000000000000000000000000000000000000000..cc95507b3b78cad446ca030aed7a40062db8ea6e --- /dev/null +++ b/datasets/269027.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499c9102c3f1c174cfb5399d496e32accb128587b9e328013bdc5087701c0d33 +size 911360 diff --git a/datasets/269308.tar b/datasets/269308.tar new file mode 100644 index 0000000000000000000000000000000000000000..4a330e86e1840edc2ec595cded81ac76e1f9b40a --- /dev/null +++ b/datasets/269308.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd8c9ef8e874ee93f552358e174e003bb772b93f5e209bc96c2b93dd8e60c02 +size 245760 diff --git a/datasets/269457.tar b/datasets/269457.tar new file mode 100644 index 0000000000000000000000000000000000000000..c8010c85a4857e482611ce0ceb7ba92691f4b234 --- /dev/null +++ b/datasets/269457.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d47bc5fedf9ecfdf57a7cfa59ce173617da06fbc466964503c99a1bb1c47a5 +size 1003520 diff --git a/datasets/269487.tar b/datasets/269487.tar new file mode 100644 index 0000000000000000000000000000000000000000..9e3d3ac304203ce44af07c78ea1defb75781214c --- /dev/null +++ b/datasets/269487.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2650c85876f4ca43d366753a63c5bf55f23129e16c412cba8295e778b0b2d06d +size 6819840 diff --git a/datasets/269686.tar b/datasets/269686.tar new file mode 100644 index 0000000000000000000000000000000000000000..0c98833bdf0b80deee1faf87c41f5df045b45860 --- /dev/null +++ b/datasets/269686.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f977566bf855628c62572568dd5f86ec60a24cbb23013d20554b1077cf133b7 +size 8478720 diff --git a/datasets/269702.tar b/datasets/269702.tar new file mode 100644 index 0000000000000000000000000000000000000000..3ad11c5e6b5b5732e8781a5dd410427e22303909 --- /dev/null +++ b/datasets/269702.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1183c6470b7addd28c2b7a999a2caff015e557e7fc720391caada61cd4ff2685 +size 4833280 diff --git a/datasets/270081.tar b/datasets/270081.tar new file mode 100644 index 0000000000000000000000000000000000000000..b32a741707e31b445a3b11f9fd12feb6881e01e1 --- /dev/null +++ b/datasets/270081.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:846bef334ddcc4320f68b60652346ff2274f866ab183e4e4df1305988ec1b6da +size 19937280 diff --git a/datasets/270104.tar b/datasets/270104.tar new file mode 100644 index 0000000000000000000000000000000000000000..733662592afc07679e8c708cf0937d9877b58ce9 --- /dev/null +++ b/datasets/270104.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:984448cec6291e3ce5c9fbaac48bef044430541454a7900e848429a26d1dbc4b +size 194560 diff --git a/datasets/270176.tar b/datasets/270176.tar new file mode 100644 index 0000000000000000000000000000000000000000..de96f1b5cd3b66d15e20256a1b93273c705a68f8 --- /dev/null +++ b/datasets/270176.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ef1b77b37a33898038726d92c9f8683967042d3a563e151bf81316521684a9 +size 7813120 diff --git a/datasets/270519.tar b/datasets/270519.tar new file mode 100644 index 0000000000000000000000000000000000000000..29571bd1dbad8c50aa8de0c86564921d3b0aaab1 --- /dev/null +++ b/datasets/270519.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbab7614148c164b256b0d7e9551d654eea8965020506789e3dcc146226d327b +size 911360 diff --git a/datasets/270989.tar b/datasets/270989.tar new file mode 100644 index 0000000000000000000000000000000000000000..b923d9aa424e7e0d3a2ac965a4b8082bdabd560f --- /dev/null +++ b/datasets/270989.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4db698f91f1139496058efc787f1e2167dc2ec5e90c5d8ebbe69daccb4d3ab3 +size 4065280 diff --git a/datasets/271036.tar b/datasets/271036.tar new file mode 100644 index 0000000000000000000000000000000000000000..e433a464662ddab855d24a9e1be1959ef07f0519 --- /dev/null +++ b/datasets/271036.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51216b6a3f8e1f06412105e359cf0cb7e9c288c5521df0802b9daad1f28827db +size 9492480 diff --git a/datasets/271062.tar b/datasets/271062.tar new file mode 100644 index 0000000000000000000000000000000000000000..38f260e84f5e3afff516ddd9becb89b88e2d3405 --- /dev/null +++ b/datasets/271062.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f24608bbd1dc1938601a0c8297bbda76890eb39ae4d0c8636b57c66ee98bcb1 +size 2662400 diff --git a/datasets/271138.tar b/datasets/271138.tar new file mode 100644 index 0000000000000000000000000000000000000000..71b71ce8148d15f28149642899b95d935f333713 --- /dev/null +++ b/datasets/271138.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa8b18a3ff391d0d83c7e97c7569804afd87bc928a79526e36d4c180f7f20a1 +size 2437120 diff --git a/datasets/271169.tar b/datasets/271169.tar new file mode 100644 index 0000000000000000000000000000000000000000..9cb43fedcfcdd5002b701e4e162ae95242a9b562 --- /dev/null +++ b/datasets/271169.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3346b75c3a4f58bcf103ebd0c82850541f1f09e1f4ff18df119d42cefc5cbe +size 737280 diff --git a/datasets/271678.tar b/datasets/271678.tar new file mode 100644 index 0000000000000000000000000000000000000000..0d3eabc1822612a7239e0f16a77bafdb843bf4c6 --- /dev/null +++ b/datasets/271678.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac91622a513f40ea425822799c9d456bcd0c80c96560d5de041e6360abba21d +size 2170880 diff --git a/datasets/271742.tar b/datasets/271742.tar new file mode 100644 index 0000000000000000000000000000000000000000..71455d92119c4d575e63b237aeb5121acc97c892 --- /dev/null +++ b/datasets/271742.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa5668dd747ce32b0713376fe0185a8dd1d350d446d2070247b6edbdb1edd5e +size 3225600 diff --git a/datasets/271924.tar b/datasets/271924.tar new file mode 100644 index 0000000000000000000000000000000000000000..2f4ce24ae89be1c0fd1ca04e6ca49cddaf5ac12f --- /dev/null +++ b/datasets/271924.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75eaaca508a3966e79388f11e7f07033c9e7c39bd51b4dc60a8768612728fccd +size 1218560 diff --git a/datasets/273406.tar b/datasets/273406.tar new file mode 100644 index 0000000000000000000000000000000000000000..d5af5f08fb886fb422f03979834bbe9d97710b08 --- /dev/null +++ b/datasets/273406.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab37f402711f5bbc253eb656a1cad487fd2695a49a6b7c563734b5ba1705bbeb +size 7813120 diff --git a/datasets/273467.tar b/datasets/273467.tar new file mode 100644 index 0000000000000000000000000000000000000000..7e162e27467c831b02b10a9bffef7ca0392e9ac5 --- /dev/null +++ b/datasets/273467.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857a358f54539701fde7330274035881a65a8a798ba8a78874527b1feaa2673c +size 14684160 diff --git a/datasets/274735.tar b/datasets/274735.tar new file mode 100644 index 0000000000000000000000000000000000000000..9343c1065481357908c091f2d038a50c8c3d7850 --- /dev/null +++ b/datasets/274735.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e81c32e20eec32ac4ebaa29345a33c5872f0767b2651bd0ad11f1fbbb6f5a424 +size 8366080 diff --git a/datasets/274902.tar b/datasets/274902.tar new file mode 100644 index 0000000000000000000000000000000000000000..1b3479575f61855347285f2101e89444f4c2ef8d --- /dev/null +++ b/datasets/274902.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90227015ec128fcb13cd532e1c33be15342d7b17738eb273d6ff4a99a5fcd227 +size 563200 diff --git a/datasets/274915.tar b/datasets/274915.tar new file mode 100644 index 0000000000000000000000000000000000000000..543ce4daf10906df39de96f8fc9f6682587d2ca5 --- /dev/null +++ b/datasets/274915.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73a1a5e6ff1d43527e31d76599affd13978e0e495c3f5a6b5bac0e9fa1ba1242 +size 8878080 diff --git a/datasets/275044.tar b/datasets/275044.tar new file mode 100644 index 0000000000000000000000000000000000000000..857fe21226944b1a2e3321534e8a6e84906c6ac1 --- /dev/null +++ b/datasets/275044.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7074b63d196e077dacf45869c8c3b43c70f46b2f48812482d280814ef3a8ca75 +size 9369600 diff --git a/datasets/275390.tar b/datasets/275390.tar new file mode 100644 index 0000000000000000000000000000000000000000..e74432c70c1b6009039fe29c84e05c84a7a6be81 --- /dev/null +++ b/datasets/275390.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5272c5b0ed31234099dd1f5dfb5682ea499fff4ca74832ce041053274218af0 +size 100505600 diff --git a/datasets/275484.tar b/datasets/275484.tar new file mode 100644 index 0000000000000000000000000000000000000000..8795ced3206ce4cfbd997e23aa885724136d218d --- /dev/null +++ b/datasets/275484.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d597d919f533f4f85ef857234b25d9325477ab4fb28cb3aa21aca66171446b0d +size 73830400 diff --git a/datasets/276575.tar b/datasets/276575.tar new file mode 100644 index 0000000000000000000000000000000000000000..7c9bd88093427918ed8570dac906c6719feaf5c3 --- /dev/null +++ b/datasets/276575.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7edd9a1dbd56001eefaf7906b11c46588171eb198c5811b4f6ad801bff33536 +size 17817600 diff --git a/datasets/277450.tar b/datasets/277450.tar new file mode 100644 index 0000000000000000000000000000000000000000..3a1b336f129e490243b10dc4edb76bb690a0fea0 --- /dev/null +++ b/datasets/277450.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:422741782868900bef414c543eb937e8257a14b99c49b00c587e3ef905e8d582 +size 471040 diff --git a/datasets/277512.tar b/datasets/277512.tar new file mode 100644 index 0000000000000000000000000000000000000000..361636b5e8c05e8ca9d040a7a67ed55b188eb16d --- /dev/null +++ b/datasets/277512.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58bf2e1c8be17f92ed2d15f3a3f36557df3b0e072e4e1afb9efb5a23ee99bc78 +size 81920 diff --git a/datasets/278548.tar b/datasets/278548.tar new file mode 100644 index 0000000000000000000000000000000000000000..8d9ead08abdae886677821302b91f128cf7aa192 --- /dev/null +++ b/datasets/278548.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b70d34d0e4bca24c99366c129cc250ca2fd9fd2d524b2db054955622e055d3 +size 2150400 diff --git a/datasets/278570.tar b/datasets/278570.tar new file mode 100644 index 0000000000000000000000000000000000000000..ac9918f28f19fdc8f52b268fd4350cd7fbdc7edd --- /dev/null +++ b/datasets/278570.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed06d655f92790826577100b641910ea1a467feef5a6680af685936ef18be26b +size 2222080 diff --git a/datasets/279013.tar b/datasets/279013.tar new file mode 100644 index 0000000000000000000000000000000000000000..fe3f6de67b72846bb54a591b668349d71700862c --- /dev/null +++ b/datasets/279013.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb6f659c13289e332da82aec243d24990b09b6a8ae0772b6279c42a506535dcf +size 28446720 diff --git a/datasets/279020.tar b/datasets/279020.tar new file mode 100644 index 0000000000000000000000000000000000000000..dfe41ea26c5f6700bf527a6d6087ca464df0eba3 --- /dev/null +++ b/datasets/279020.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:144aca9564d5c9c173fb7c6eb283261a22497a69751a40ecb650ad8751361d45 +size 22988800 diff --git a/datasets/279026.tar b/datasets/279026.tar new file mode 100644 index 0000000000000000000000000000000000000000..392df9ad038af304b7cfeb3235051cca1beceb53 --- /dev/null +++ b/datasets/279026.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b9edb2f109db4d69642a7617eb4adc964e679b2d6ab33fbc745135c123accc6 +size 52756480 diff --git a/datasets/279315.tar b/datasets/279315.tar new file mode 100644 index 0000000000000000000000000000000000000000..b69496be51fa357d8397bdb56cd4c760e884a9dd --- /dev/null +++ b/datasets/279315.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2057346df5cb90180d365369445877a44fa7807a8652918ed5f553422669a4f +size 166195200 diff --git a/datasets/279317.tar b/datasets/279317.tar new file mode 100644 index 0000000000000000000000000000000000000000..eeb23b47e1cbf6a710cc027c71819c216143e087 --- /dev/null +++ b/datasets/279317.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ded44e47d1fce5ecb7a357dadc5fc2c33d3d505199adc6d1b1158ef184e538dd +size 128092160 diff --git a/datasets/279319.tar b/datasets/279319.tar new file mode 100644 index 0000000000000000000000000000000000000000..47ffbb6c1c9e54e6f3b8cab687bf76b96009287c --- /dev/null +++ b/datasets/279319.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b7f941f203a50fc169f00835524ae2563a4fc5ea206fa602e833ba3e1d3991 +size 17991680 diff --git a/datasets/279966.tar b/datasets/279966.tar new file mode 100644 index 0000000000000000000000000000000000000000..beb42b14b00460080b9c0cd326292481aedb763c --- /dev/null +++ b/datasets/279966.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5517100a32ffd75fb9cd8748c4704d3e3d680e869db88785c00a4bc30f2d47a2 +size 27320320 diff --git a/datasets/280159.tar b/datasets/280159.tar new file mode 100644 index 0000000000000000000000000000000000000000..9b3178d5135f197fa9d64f17ed50e1d4bc934fe9 --- /dev/null +++ b/datasets/280159.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef6d3cbadb41a7ef5395063b4da1353abd03389fc8e5c2ef424c7d773a0ce267 +size 655360 diff --git a/datasets/28069.tar b/datasets/28069.tar new file mode 100644 index 0000000000000000000000000000000000000000..3a08e3de8220c2eedd65ea59345d117661cdca5e --- /dev/null +++ b/datasets/28069.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8fe1544a55fd30189946296ae02374e40149137876a746b303038e4ddf9f14d +size 7864320 diff --git a/datasets/28079.tar b/datasets/28079.tar new file mode 100644 index 0000000000000000000000000000000000000000..8d7406883f1b9595046093e2f849f358ee0241d6 --- /dev/null +++ b/datasets/28079.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1657e6969aabf102b2985ba48d2dcb99a20992232af93624bc3f86ed24a4a03c +size 1126400 diff --git a/datasets/280803.tar b/datasets/280803.tar new file mode 100644 index 0000000000000000000000000000000000000000..2fe51991c1ee5ad0fbfab72df34444ea3438a0d1 --- /dev/null +++ b/datasets/280803.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc9f9bdbefe40c3193b4ec2facab0929397247685f236e4d8c7e295e4da95564 +size 32010240 diff --git a/datasets/280888.tar b/datasets/280888.tar new file mode 100644 index 0000000000000000000000000000000000000000..98aa1c7c8ef509c757680c7c025955e501beef1a --- /dev/null +++ b/datasets/280888.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a0b4b57da3279c5bd046a6f36995795de933ed6f2453b3ea10923709b73c70 +size 2385920 diff --git a/datasets/281261.tar b/datasets/281261.tar new file mode 100644 index 0000000000000000000000000000000000000000..e63b40322e34a9e0043e3ef4fe2b4027b387bdea --- /dev/null +++ b/datasets/281261.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b91a2f2fdd76639cd83f625d78382987d45a88b15f02edfa3fd32e7316ad5aad +size 35061760 diff --git a/datasets/281619.tar b/datasets/281619.tar new file mode 100644 index 0000000000000000000000000000000000000000..536417f025eb63695a6e157006c5941fe7f29e9f --- /dev/null +++ b/datasets/281619.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:330c2f18204b2416369aea0d4e48bf3d9a511b85bf525ae83c184ab78ff31e21 +size 20807680 diff --git a/datasets/281627.tar b/datasets/281627.tar new file mode 100644 index 0000000000000000000000000000000000000000..361e8d780f97c9fba580c7bab0b327638c5ad702 --- /dev/null +++ b/datasets/281627.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c9672e94d0f9db0d94dba575aff85cb9b8e96b0b424231367aa7ccbce0e511 +size 17448960 diff --git a/datasets/281630.tar b/datasets/281630.tar new file mode 100644 index 0000000000000000000000000000000000000000..ea902ad5be0271e93a18f4d40b9c90525ec3b417 --- /dev/null +++ b/datasets/281630.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bc6f6c740f444ca319104cae5998cf4436e141af8cd891aee92cfd3f5ec23c2 +size 146984960 diff --git a/datasets/281675.tar b/datasets/281675.tar new file mode 100644 index 0000000000000000000000000000000000000000..66eef0b950c8a4cbc3e1ae4bb0a9bd47376c39ce --- /dev/null +++ b/datasets/281675.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2194d8488efb2b55162f4608e99545992599f9087b4c05e41ea15606bbfd0a33 +size 4628480 diff --git a/datasets/281860.tar b/datasets/281860.tar new file mode 100644 index 0000000000000000000000000000000000000000..86a000cc687b9106a330a1c58b4be061157efeb9 --- /dev/null +++ b/datasets/281860.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41425a934315d83f1ba7282e87bcc004391ea21ae97d56ec8049a1894c055a5f +size 2478080 diff --git a/datasets/281977.tar b/datasets/281977.tar new file mode 100644 index 0000000000000000000000000000000000000000..6e67ad813f67adc11292d0974afefe01e90d285c --- /dev/null +++ b/datasets/281977.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f21298311d917bf518f6be1d810ecef76421451b1b6fa3760a0bd8cc8fe83d4 +size 4423680 diff --git a/datasets/282252.tar b/datasets/282252.tar new file mode 100644 index 0000000000000000000000000000000000000000..681a945904223969baee08d6118b42bb65436e43 --- /dev/null +++ b/datasets/282252.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87b868212a057625a0e0da7fc7760ffbd2903398ba76ad6b05a021985f6047a +size 55388160 diff --git a/datasets/282802.tar b/datasets/282802.tar new file mode 100644 index 0000000000000000000000000000000000000000..35494648854e9dcc7f48ddb51a1bd42d810e2e8a --- /dev/null +++ b/datasets/282802.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d98b53e0085261540dfcf1f3bf74237db96017deca642a70af33f14282164e +size 3368960 diff --git a/datasets/282853.tar b/datasets/282853.tar new file mode 100644 index 0000000000000000000000000000000000000000..a55bcdabf76a73bc164144a9407b287f15adc13a --- /dev/null +++ b/datasets/282853.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f54e89864a5948b42cfd378cb5f95edd0f44395e0238e3c5003923c2b0eab02c +size 133120 diff --git a/datasets/28292.tar b/datasets/28292.tar new file mode 100644 index 0000000000000000000000000000000000000000..d0b975cac2b6026a0c794e92235253a201e3263f --- /dev/null +++ b/datasets/28292.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37d16dd73a8a718e1f2b28b8d37668f95beef3ff334b9a851b129dc6d2aeef9 +size 4976640 diff --git a/datasets/282963.tar b/datasets/282963.tar new file mode 100644 index 0000000000000000000000000000000000000000..2c017dc3f8a45a23785ee622eaf3efec376dea37 --- /dev/null +++ b/datasets/282963.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029d95c367f460c85f7b2096508a074375541462a1e2da646a1a27d24fb3a4e4 +size 460800 diff --git a/datasets/283019.tar b/datasets/283019.tar new file mode 100644 index 0000000000000000000000000000000000000000..2c2ad777ec3d13f065dc1793bd16c65ae98211d9 --- /dev/null +++ b/datasets/283019.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9970513db955745453916a7d5549d5b243c8ca6590c00da22b2b8db6e08d28 +size 3143680 diff --git a/datasets/283235.tar b/datasets/283235.tar new file mode 100644 index 0000000000000000000000000000000000000000..9f3223cfa4abe4b4dafd7b9bfb16d1f469152dd0 --- /dev/null +++ b/datasets/283235.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc816afa2982cd6ef50c014e3c1484e0f7a7fbe9e7418a9e444440e79f947030 +size 5519360 diff --git a/datasets/283376.tar b/datasets/283376.tar new file mode 100644 index 0000000000000000000000000000000000000000..7ba6d8041cde4a58854173bd6d967dceaa5785ac --- /dev/null +++ b/datasets/283376.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb1e8cd919acd2a80e15a9af5ca1f9292b0d80ba2b6deed29f97cf8859d1f23 +size 2037760 diff --git a/datasets/28372.tar b/datasets/28372.tar new file mode 100644 index 0000000000000000000000000000000000000000..3a3d4977654cd5d04a1710d88b4bcf366f3df2c6 --- /dev/null +++ b/datasets/28372.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67fbb7489751710d8129940a81368ec38a01d57f52f0b33fa1facdb1ca9b2a21 +size 21155840 diff --git a/datasets/283932.tar b/datasets/283932.tar new file mode 100644 index 0000000000000000000000000000000000000000..5129e468ab4aca2a9b18908c41170761992cdb98 --- /dev/null +++ b/datasets/283932.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe2aa6ca48da116724d437859c17e43df0fcb5d13c935ca00773d4761ae8efe +size 358400 diff --git a/datasets/284348.tar b/datasets/284348.tar new file mode 100644 index 0000000000000000000000000000000000000000..a35c0f98f669fabb049687818d17456d4f6e8385 --- /dev/null +++ b/datasets/284348.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b76a1ab73578bf4a0072d52d9179f89d7bd902f8b27bc990f6dec99faf48c9 +size 6891520 diff --git a/datasets/284732.tar b/datasets/284732.tar new file mode 100644 index 0000000000000000000000000000000000000000..3475075bc6caf2d45535288306ddfbd4e22cd7f3 --- /dev/null +++ b/datasets/284732.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65bb6070dd82f90d9a4f28f115503a4eb64d63164634cdea7d485fc2710c7eda +size 3491840 diff --git a/datasets/28485.tar b/datasets/28485.tar new file mode 100644 index 0000000000000000000000000000000000000000..56b21858caf9b91817070c47b9d2bc44c031e141 --- /dev/null +++ b/datasets/28485.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e0ed9c251395276505bfc3da2a7bd17620cfe4fd739532493052adb46f0bc6 +size 14479360 diff --git a/datasets/285058.tar b/datasets/285058.tar new file mode 100644 index 0000000000000000000000000000000000000000..82ba3ef98ab67097040081c460795165a286fa5f --- /dev/null +++ b/datasets/285058.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567ec8bf0fc2e834c8d7ac883aa0efe3df84d6b010535f8434f5875f863ddec8 +size 7966720 diff --git a/datasets/285279.tar b/datasets/285279.tar new file mode 100644 index 0000000000000000000000000000000000000000..2fb44130142337b8c086001551f9ad016cbba27d --- /dev/null +++ b/datasets/285279.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcddf6ccc07a4658bf592c63808be14c3db110ed58f286374e56761d89d77109 +size 7997440 diff --git a/datasets/285437.tar b/datasets/285437.tar new file mode 100644 index 0000000000000000000000000000000000000000..64ccc02392e2e917d08bd9aedd4002e30f15aeba --- /dev/null +++ b/datasets/285437.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f81269efd9681dd58f008ee0a17565e4ed0793c42042854325e4d5586e7717 +size 71608320 diff --git a/datasets/285504.tar b/datasets/285504.tar new file mode 100644 index 0000000000000000000000000000000000000000..7931d183df269f7c2164f7a98f355d6a9481d7ce --- /dev/null +++ b/datasets/285504.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e776f676594f27d01d2f2f7e527be0aec1f34287cab13069657f247954e532 +size 327680 diff --git a/datasets/285712.tar b/datasets/285712.tar new file mode 100644 index 0000000000000000000000000000000000000000..e722ed6e086423958076280a1a3fdd7166b9faf6 --- /dev/null +++ b/datasets/285712.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51a0d37516777de868a3fd183444ba80421b71c2cb5e455615620d50dfa22f85 +size 143360 diff --git a/datasets/285804.tar b/datasets/285804.tar new file mode 100644 index 0000000000000000000000000000000000000000..2d0c50491f35b51b0ac7f843d2e231cb94e8f3ee --- /dev/null +++ b/datasets/285804.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4206682ae91acc1cb0f1af9ceca3a3fb6c245aa04bf86ab9aef607f97aff8910 +size 2068480 diff --git a/datasets/285962.tar b/datasets/285962.tar new file mode 100644 index 0000000000000000000000000000000000000000..20bf55afdd593dc7e6659648b2b5028d35f6c89c --- /dev/null +++ b/datasets/285962.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee812d736308a5f5d989a85c30a8e0a28f20272b50003bf4bfe7f3ec06719c60 +size 92160 diff --git a/datasets/286285.tar b/datasets/286285.tar new file mode 100644 index 0000000000000000000000000000000000000000..359dd0137aa39168240f67c3db4e3ce97fe05e45 --- /dev/null +++ b/datasets/286285.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:002b927573b4e8fdb8cae95d98e214c2fdb9765e64bcd640dd0cd7d81086a964 +size 85811200 diff --git a/datasets/286545.tar b/datasets/286545.tar new file mode 100644 index 0000000000000000000000000000000000000000..f426ed25edfc140b2e0bf5c07fc70ba836c7324e --- /dev/null +++ b/datasets/286545.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8720c50a71b64b03334cb61b7a24c02fd42a5d9cdb1b470770f1b57f01a7712 +size 9175040 diff --git a/datasets/286703.tar b/datasets/286703.tar new file mode 100644 index 0000000000000000000000000000000000000000..adc5da0696fd6e964e620656e882cd8cfae3fcda --- /dev/null +++ b/datasets/286703.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c18d42b3a24027f3d4cffab8ed9ef45bf6b625052451e021e0e9495f27e3a24 +size 3133440 diff --git a/datasets/286936.tar b/datasets/286936.tar new file mode 100644 index 0000000000000000000000000000000000000000..ac00941c3c6dfc806275c337e74bcd90b88c5fbd --- /dev/null +++ b/datasets/286936.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:051d9870fa0e2f2d3e227de97039711d55a67cab4c7e9402be2a190baa3f7023 +size 4290560 diff --git a/datasets/287036.tar b/datasets/287036.tar new file mode 100644 index 0000000000000000000000000000000000000000..01afac07df125e4b376f918ce26a91417755e40c --- /dev/null +++ b/datasets/287036.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9715e6a22d2eacd6deb21da203f8e93d66a1a27483124e8047fd77ac002181ad +size 7843840 diff --git a/datasets/287101.tar b/datasets/287101.tar new file mode 100644 index 0000000000000000000000000000000000000000..3459743d6e403d7d48467e3503625f58f410b79c --- /dev/null +++ b/datasets/287101.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5edaf5e5e212170bf3186261b5c677bc101ad949b3d064a5553afbdc63a46f66 +size 32266240 diff --git a/datasets/287406.tar b/datasets/287406.tar new file mode 100644 index 0000000000000000000000000000000000000000..8dfc157bfe9e1c55b2a2611178bfcf7d2f1894f4 --- /dev/null +++ b/datasets/287406.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5871fdd475300377a4b84323e0049bb132dff514f34f90ae60e50e71038d4007 +size 20019200 diff --git a/datasets/287505.tar b/datasets/287505.tar new file mode 100644 index 0000000000000000000000000000000000000000..f0844997870bbcc1c2a9cb09c0729d13fe9c8a5c --- /dev/null +++ b/datasets/287505.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4393dfcb97985b49f8820b46fb0f371cf713e7413fd241a2b1cf260344214c8 +size 8325120 diff --git a/datasets/287686.tar b/datasets/287686.tar new file mode 100644 index 0000000000000000000000000000000000000000..095e4aa6c8a9fe7d1a20801b00be51e3443d7c53 --- /dev/null +++ b/datasets/287686.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df2e083ac824d6295d3ebbd424b01435db94f873534a5d561ea0436edce0c5e +size 2938880 diff --git a/datasets/287718.tar b/datasets/287718.tar new file mode 100644 index 0000000000000000000000000000000000000000..fe9668569c428d607becae30f6bfff0df8fc54a1 --- /dev/null +++ b/datasets/287718.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e917abac81d48ca274dfa4ca0afd943c924e1f11c67888e987f4139a6132f0c5 +size 7874560 diff --git a/datasets/287743.tar b/datasets/287743.tar new file mode 100644 index 0000000000000000000000000000000000000000..8ff4a83524535d4b4064b476b41aacbfb2644077 --- /dev/null +++ b/datasets/287743.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e11c828293b55004946fe9914f65f65ef3ceafcd8138a8c552a44d32fb0814 +size 59883520 diff --git a/datasets/287787.tar b/datasets/287787.tar new file mode 100644 index 0000000000000000000000000000000000000000..b3b8f6fbe4bad92679f8337f46139fe478c2b12c --- /dev/null +++ b/datasets/287787.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be60a1818a81046e6bedbb3dc5b2a3238c87253e0501f8a842a1461f58d5cf9 +size 7874560 diff --git a/datasets/287885.tar b/datasets/287885.tar new file mode 100644 index 0000000000000000000000000000000000000000..f0305d4441aa2c320c2af8e4c94dfb9989b62ebf --- /dev/null +++ b/datasets/287885.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7eddddca313a84b73d62aaf397d80550afdf48cc459ab3f2d403f1f5939032 +size 7720960 diff --git a/datasets/287984.tar b/datasets/287984.tar new file mode 100644 index 0000000000000000000000000000000000000000..1db850b582f1f31d92215a0e27f85fce76590757 --- /dev/null +++ b/datasets/287984.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c2bc3f094854f160e1bce4e9fb884fe974e18bbd852ef557278a765d18fe1b +size 7997440 diff --git a/datasets/288465.tar b/datasets/288465.tar new file mode 100644 index 0000000000000000000000000000000000000000..9b7b5ce141926c013f8eecfb9c40fe4ddef5ed07 --- /dev/null +++ b/datasets/288465.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fede4f148ce142265891fabaa09b17001e3893821abd75f20a087575e413514 +size 1208320 diff --git a/datasets/288586.tar b/datasets/288586.tar new file mode 100644 index 0000000000000000000000000000000000000000..e1b4e10c748ba726fe380508e5a12d6905fdc24e --- /dev/null +++ b/datasets/288586.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2dc4caedb3a1fe64ffa551e40ae7f46d7f7e0c73a31478ba955da450989c258 +size 81920 diff --git a/datasets/288720.tar b/datasets/288720.tar new file mode 100644 index 0000000000000000000000000000000000000000..6ff4fba6588ae6fab2c09d7faf4bed258034919d --- /dev/null +++ b/datasets/288720.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7043037d3411ce81cce56546744b6f48454b236a3a4d756564363bf6498881a5 +size 8683520 diff --git a/datasets/288767.tar b/datasets/288767.tar new file mode 100644 index 0000000000000000000000000000000000000000..2ea125d186ae2e3c4c9db53d2ca73f2649ce7589 --- /dev/null +++ b/datasets/288767.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6869897a4ae39a9fa1343667f9b4dca8134892697ec14cbc4f28f81ffb0335e6 +size 4290560 diff --git a/datasets/289042.tar b/datasets/289042.tar new file mode 100644 index 0000000000000000000000000000000000000000..77b4224847deb5a28538a5297d8d0b83383aa8d0 --- /dev/null +++ b/datasets/289042.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8511bdb589398f34fec1a868d24127ed1f63d0e50b2ca2dba9e3f733eb0f7879 +size 2222080 diff --git a/datasets/289091.tar b/datasets/289091.tar new file mode 100644 index 0000000000000000000000000000000000000000..9efdc1be4ba651bb08741a72ec39f9f18beeb657 --- /dev/null +++ b/datasets/289091.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46211002997a18dc246667f6e7e8c4582567ede98b4742db3bc2c12503bedd59 +size 8263680 diff --git a/datasets/289131.tar b/datasets/289131.tar new file mode 100644 index 0000000000000000000000000000000000000000..6e761877f32dc6cb0cd4813a1cbc862cec09280f --- /dev/null +++ b/datasets/289131.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b5f19eeb6a87cce34a0671cb3ecd9243e207aa9ce3ccb9481731b0713143269 +size 184320 diff --git a/datasets/289178.tar b/datasets/289178.tar new file mode 100644 index 0000000000000000000000000000000000000000..b653bb2b475b201a54b1f6cd35fb28c39c8362ce --- /dev/null +++ b/datasets/289178.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb2342afa6220a377fe4870f679a04842c7492a771e7612af169e46b75e275b1 +size 4055040 diff --git a/datasets/289262.tar b/datasets/289262.tar new file mode 100644 index 0000000000000000000000000000000000000000..d742196961a29a5fe8256e6dbb44d294213cea13 --- /dev/null +++ b/datasets/289262.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53cd8c3e7bbe37fdcbcc854011c1096bfc0ef7396859ee19bd467f9e98a85c66 +size 2519040 diff --git a/datasets/289456.tar b/datasets/289456.tar new file mode 100644 index 0000000000000000000000000000000000000000..fa943f21f3856166da609d8aa7398e2467792a7f --- /dev/null +++ b/datasets/289456.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4617f65953c3e834a51e4bb4e151d27e7b134c85e971147fe779748cb976dfd +size 8110080 diff --git a/datasets/289962.tar b/datasets/289962.tar new file mode 100644 index 0000000000000000000000000000000000000000..c4a9fb99358ec6f1e09473e43fc26602961f2e43 --- /dev/null +++ b/datasets/289962.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88f50919b37d57dcfc4e752bebf421b0c4df913add2ae655962b61d60f9ba4f +size 378880 diff --git a/datasets/290009.tar b/datasets/290009.tar new file mode 100644 index 0000000000000000000000000000000000000000..447a4eae1cdb627fbdd087b88b0b7b529502f47e --- /dev/null +++ b/datasets/290009.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e138ce46e089953861fd8831ee7ad953bbdbb678045fdc436a05255bb5c1f769 +size 2385920 diff --git a/datasets/290418.tar b/datasets/290418.tar new file mode 100644 index 0000000000000000000000000000000000000000..57ef46088d19c7013006f048b06e8dc4e8e59f2e --- /dev/null +++ b/datasets/290418.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2caeac6fc92cf3de435a3be0559f5319b87ade05e8c894947d789c2d7847050 +size 64337920 diff --git a/datasets/290473.tar b/datasets/290473.tar new file mode 100644 index 0000000000000000000000000000000000000000..f13c3945ff5ac788c36204a44ea4221d026fe4ae --- /dev/null +++ b/datasets/290473.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17deab1115e824b5d9ec6cebd7c0b8fc5b277b75b6924dca9dafd33bace4094c +size 64337920 diff --git a/datasets/290531.tar b/datasets/290531.tar new file mode 100644 index 0000000000000000000000000000000000000000..60d1ac3a7202b1adccef77fcb687353c11f6735f --- /dev/null +++ b/datasets/290531.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb12c299fb305507a60b34d5a82137e13706e5efb86af574064399007aa751c +size 8304640 diff --git a/datasets/290567.tar b/datasets/290567.tar new file mode 100644 index 0000000000000000000000000000000000000000..3e72a36001ca9b170051e2196327bbf7765deda1 --- /dev/null +++ b/datasets/290567.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27181124cd14762519e07db2b0f6828dd73ce0f28e615699d345b28ca0a009ab +size 4577280 diff --git a/datasets/290875.tar b/datasets/290875.tar new file mode 100644 index 0000000000000000000000000000000000000000..91fa0fdd5629c15a1fa64d20659e92b2d346accd --- /dev/null +++ b/datasets/290875.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651fdeb6b2f5e2939600e8aca319d3a554b8f13fb41814c67367d17746ef33dd +size 22179840 diff --git a/datasets/29095.tar b/datasets/29095.tar new file mode 100644 index 0000000000000000000000000000000000000000..a6a150d8d9797b69d7ef3b76e5469ebf919e5100 --- /dev/null +++ b/datasets/29095.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d7f3b7eb85f9b695106039837cea632af8dd64e1277798e91e8c1835ce351c +size 8693760 diff --git a/datasets/29105.tar b/datasets/29105.tar new file mode 100644 index 0000000000000000000000000000000000000000..8fc3d241e1e35984a843a44c899f9371df2aca84 --- /dev/null +++ b/datasets/29105.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d251d2912448992cb4f37c77a2994d3b440a24204659aaeb3e586acf501044 +size 7014400 diff --git a/datasets/291148.tar b/datasets/291148.tar new file mode 100644 index 0000000000000000000000000000000000000000..c78a93947376ad8e784418c642568b5047db46c2 --- /dev/null +++ b/datasets/291148.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3bbddf8815c79584e8046633f150e3ec0f5c91e0dd81e32064de440ca46fc3 +size 152463360 diff --git a/datasets/291542.tar b/datasets/291542.tar new file mode 100644 index 0000000000000000000000000000000000000000..95fd3dd96a9860b1c64f238328da585b93b8dcf2 --- /dev/null +++ b/datasets/291542.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a90ac17fc6fdabbed947c7d4de3080ed379d4d2424d1896addfbce262d07f5dd +size 1310720 diff --git a/datasets/291755.tar b/datasets/291755.tar new file mode 100644 index 0000000000000000000000000000000000000000..23dfed9b79b04467a0d5f09528f495fe41f66bf1 --- /dev/null +++ b/datasets/291755.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:589a0d926b37a4ebd37b97957e6757a73278e38a89fb6420fabafdaca80a7f30 +size 7966720 diff --git a/datasets/291954.tar b/datasets/291954.tar new file mode 100644 index 0000000000000000000000000000000000000000..e4c97b25b03fed828044ce1f4d41d0e51d22560c --- /dev/null +++ b/datasets/291954.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:912029e5795f1a078555844460ce602aa0aea172d85eddac9a0a29e2a94e573f +size 389120 diff --git a/datasets/292477.tar b/datasets/292477.tar new file mode 100644 index 0000000000000000000000000000000000000000..4aa6506664ac6ac31ca358471382b33343b54bbe --- /dev/null +++ b/datasets/292477.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f002e7a2732eb4d31705143d8b2e268340a52b2c560f9ad485b11e99d5fd73 +size 7034880 diff --git a/datasets/292524.tar b/datasets/292524.tar new file mode 100644 index 0000000000000000000000000000000000000000..24ee1d777a3f73c174d0bd08afc65777573c7a26 --- /dev/null +++ b/datasets/292524.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2cc9b717ae51aebb8527145b5ee5a4308ed2431b1fec68fdd58662302696cd4 +size 43479040 diff --git a/datasets/292778.tar b/datasets/292778.tar new file mode 100644 index 0000000000000000000000000000000000000000..07358d01f6899e9aace3083029ca91b852e507f0 --- /dev/null +++ b/datasets/292778.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe16b5663a814cd0cebc952ccbdb22269f708ee80b1f881648953bc16680e27 +size 8663040 diff --git a/datasets/292909.tar b/datasets/292909.tar new file mode 100644 index 0000000000000000000000000000000000000000..b2d19a4d48f19a1a7616190991b525251ea4de3f --- /dev/null +++ b/datasets/292909.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:410d3001ca50985c0c3c9cd19fc7c57b47387d0aa6ace934316f10bbbbf36cab +size 8386560 diff --git a/datasets/293050.tar b/datasets/293050.tar new file mode 100644 index 0000000000000000000000000000000000000000..586e6269d68542ca7f0c2bfabfbf6090e3230ff2 --- /dev/null +++ b/datasets/293050.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1552271d95933945d4d1599448da8aa6d163b5bcfeb460f527d26241fe3df9f6 +size 27791360 diff --git a/datasets/293120.tar b/datasets/293120.tar new file mode 100644 index 0000000000000000000000000000000000000000..9588659431869e9f29465686360c35478cd285d7 --- /dev/null +++ b/datasets/293120.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de8e8ca13d9fd0c26d9eea80c672cc90d6a92e05e3698852743feb2a2cdd866 +size 962560 diff --git a/datasets/293223.tar b/datasets/293223.tar new file mode 100644 index 0000000000000000000000000000000000000000..71f78f9fcad5fc78112337ac1bd50aafd97929e4 --- /dev/null +++ b/datasets/293223.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585064516928dad246cd75433aad0e19cf08adc1b4040c069898ea727eee4bae +size 9287680 diff --git a/datasets/293595.tar b/datasets/293595.tar new file mode 100644 index 0000000000000000000000000000000000000000..37c73623c19f9f1f12f847763c0d0c19ef681c99 --- /dev/null +++ b/datasets/293595.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae326eac30eacef49edf5a89f2a935a839888916ee7b2b62b1f83cf895ca4fb7 +size 7546880 diff --git a/datasets/293943.tar b/datasets/293943.tar new file mode 100644 index 0000000000000000000000000000000000000000..717b08fe3ba0df0248399f78a2bd89ee728e87c2 --- /dev/null +++ b/datasets/293943.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d981a22d923dda955ddd641536f05e99c157ab1275bee7da52ad190fcb14444 +size 12544000 diff --git a/datasets/293955.tar b/datasets/293955.tar new file mode 100644 index 0000000000000000000000000000000000000000..365eccb57a9fa50373cdb2600b6721701a608b2b --- /dev/null +++ b/datasets/293955.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d389676f5aa30fcc65369e90a432b0de62d3178992e676866add1e0ddaf535 +size 21155840 diff --git a/datasets/293973.tar b/datasets/293973.tar new file mode 100644 index 0000000000000000000000000000000000000000..7cfc5bf4cf17e555ddbe89a9f5db2ea37097be6f --- /dev/null +++ b/datasets/293973.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a1998ac2abc9530fe766a2cbe1b97a8a41125756435e6fc14683f079af45ca +size 10844160 diff --git a/datasets/294196.tar b/datasets/294196.tar new file mode 100644 index 0000000000000000000000000000000000000000..8a832d58f34c47e4bd06d58a7536e45d5cf48f4a --- /dev/null +++ b/datasets/294196.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77585711e3e33799a94bbc68198700df80d9a78d7cbb2f91301785074dcbb5a5 +size 7987200 diff --git a/datasets/294419.tar b/datasets/294419.tar new file mode 100644 index 0000000000000000000000000000000000000000..cb11093090e3e3624cda94f2cf7208e4d3ae82fb --- /dev/null +++ b/datasets/294419.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:479f6ee3fa650f51e0bfb65bf42dea63833fa33bbea4ae80f23510ba5e7af930 +size 1218560 diff --git a/datasets/294486.tar b/datasets/294486.tar new file mode 100644 index 0000000000000000000000000000000000000000..f551e57bdb15aad43074c5fa247e5dc62d72ab35 --- /dev/null +++ b/datasets/294486.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df47e50d99edb43d5d079f61e3213e5da014e0b8915f0bb1427606a17e0c1e8b +size 1679360 diff --git a/datasets/29482.tar b/datasets/29482.tar new file mode 100644 index 0000000000000000000000000000000000000000..ec81978626147fa3621b08144f5d188e5a9fe087 --- /dev/null +++ b/datasets/29482.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f3702e13e8480d55ce7cea5f05b3fa93e1c5155d53614c0e107a3fb195bc5bd +size 5191680 diff --git a/datasets/295407.tar b/datasets/295407.tar new file mode 100644 index 0000000000000000000000000000000000000000..70e5228c76733884d4c112750069deaee7e45764 --- /dev/null +++ b/datasets/295407.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e093ddc6556294e3e4bd2cba0fbcff616dd55b7d660b634cb324505266bd5a03 +size 15892480 diff --git a/datasets/296266.tar b/datasets/296266.tar new file mode 100644 index 0000000000000000000000000000000000000000..d6b8268c2cddc0d0b14d190416031966bc84e008 --- /dev/null +++ b/datasets/296266.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e334d04a69171e64083df2a76ee8b7ea6b517f90e2ae9b8fa4580592e0a0ea +size 9687040 diff --git a/datasets/296501.tar b/datasets/296501.tar new file mode 100644 index 0000000000000000000000000000000000000000..d04311be9c6bb3fcccd3769144eb5b6afb77a78a --- /dev/null +++ b/datasets/296501.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce9743c872eb5b023d5b8dffb4e9cc1e5f7a0388c2eaf7bd26670793e262ca4 +size 2437120 diff --git a/datasets/296562.tar b/datasets/296562.tar new file mode 100644 index 0000000000000000000000000000000000000000..9222b0c1da84142cb3e1b20080b372f6fa6d539d --- /dev/null +++ b/datasets/296562.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba95840cdac0e3e077505b86d09e73d8340e8ee0be35a5d247ee411c72d0120c +size 2488320 diff --git a/datasets/296590.tar b/datasets/296590.tar new file mode 100644 index 0000000000000000000000000000000000000000..9391479c14db4b713da83379f539fbc4073d60f9 --- /dev/null +++ b/datasets/296590.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99874538fc206771c764e3fd483302b1c4e7132b8f274bddef69b485e9b23b1b +size 2488320 diff --git a/datasets/296739.tar b/datasets/296739.tar new file mode 100644 index 0000000000000000000000000000000000000000..209a3fa0624970332ac56b21587e064153ec4732 --- /dev/null +++ b/datasets/296739.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588098e48297aa57d6c2c14fa0ed1289431a93f37558d7ea41a3b9604cbfc965 +size 6666240 diff --git a/datasets/296954.tar b/datasets/296954.tar new file mode 100644 index 0000000000000000000000000000000000000000..45b089f94a355c2992773beee68e76e1959c4bf4 --- /dev/null +++ b/datasets/296954.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a7f6e1b917931aab298392c0db179560f192a68de220c1cfffc998ff0a95377 +size 2703360 diff --git a/datasets/297497.tar b/datasets/297497.tar new file mode 100644 index 0000000000000000000000000000000000000000..46bb8237fe92b353ceefcc0b2c0dcbd9d3c21b7b --- /dev/null +++ b/datasets/297497.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa3143fba3666f66b98ffca8d729985f693e1f811e5503a27133369c65987df7 +size 716800 diff --git a/datasets/297632.tar b/datasets/297632.tar new file mode 100644 index 0000000000000000000000000000000000000000..3f7d8965ffbe7c81f7f1f4ad9146e699fe0084ce --- /dev/null +++ b/datasets/297632.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df0b84dfbd4877c4c67d97acedb9766375abf0632376d48a1e054cd05b1debd5 +size 6420480 diff --git a/datasets/297634.tar b/datasets/297634.tar new file mode 100644 index 0000000000000000000000000000000000000000..1350274d066c2ccfca39fca3e190f387b29e3696 --- /dev/null +++ b/datasets/297634.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a160ba092a41f245d3b09b6a0f74e646246b8b5758562bd399d2d8dbbc8281dc +size 215040 diff --git a/datasets/297660.tar b/datasets/297660.tar new file mode 100644 index 0000000000000000000000000000000000000000..9cbd0b9640e3ce4a38b24ff20b21a6ea4377fd21 --- /dev/null +++ b/datasets/297660.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9888448b56e918c3b46bb0f469cca7ea9843f1d01170b65986785784157002 +size 4433920 diff --git a/datasets/297886.tar b/datasets/297886.tar new file mode 100644 index 0000000000000000000000000000000000000000..da0f22b4e4c6b67bebaee52c9bfc2451ebb54a13 --- /dev/null +++ b/datasets/297886.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd1bd672205dbeb8fe50c6b12d5ce6f5c8c8b85b55cbe87557a0fe71e49c993 +size 450560 diff --git a/datasets/297927.tar b/datasets/297927.tar new file mode 100644 index 0000000000000000000000000000000000000000..1e8f44f4c2f1d0bb893fb610139746efc093e5ea --- /dev/null +++ b/datasets/297927.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60052fa8d554a5372c9da41593e874ff552f0217aa501b409821b1d5b291d804 +size 4536320 diff --git a/datasets/298116.tar b/datasets/298116.tar new file mode 100644 index 0000000000000000000000000000000000000000..d9f95e27cc34f6a14d97caa85b98fcbf1b855b88 --- /dev/null +++ b/datasets/298116.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4df820c8871d858fd187afba5966ed34ace9727819fe13499e250148bd2e8de +size 2252800 diff --git a/datasets/298121.tar b/datasets/298121.tar new file mode 100644 index 0000000000000000000000000000000000000000..3b16029509184f49a9744250fc89a537478a376f --- /dev/null +++ b/datasets/298121.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e1b050cae99794ead311c51350153eb82d25bdb1718e2fec557ca5018e20ca7 +size 14745600 diff --git a/datasets/298534.tar b/datasets/298534.tar new file mode 100644 index 0000000000000000000000000000000000000000..a4f99d057b0fa8c223305014e3ab936402fff111 --- /dev/null +++ b/datasets/298534.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a820d4b1a9b9eec5b5bce2e04317be7b8b83b6b4c5ba6b85bf631468bdf4f127 +size 9502720 diff --git a/datasets/298889.tar b/datasets/298889.tar new file mode 100644 index 0000000000000000000000000000000000000000..3d390bb937d987eab65bbebb6e3ec9b7e548c50b --- /dev/null +++ b/datasets/298889.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9692be6e231e5dfc634ada385b6e7acc6ad50ee81d3cd3739c911f7b7590f50c +size 139724800 diff --git a/datasets/298994.tar b/datasets/298994.tar new file mode 100644 index 0000000000000000000000000000000000000000..dbf2e76c144e430116cb93feb6325516863a1fb6 --- /dev/null +++ b/datasets/298994.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c5420826c31c981c2c18405b93ba11a95b290a51109bacb14b02391fbb6943 +size 76564480 diff --git a/datasets/299093.tar b/datasets/299093.tar new file mode 100644 index 0000000000000000000000000000000000000000..69f1962a98c8daf8e5a1dbb849d8bf8e094885ef --- /dev/null +++ b/datasets/299093.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74872a25826577557f47da294c640d9855955614a372fd619b0118e83c12bcf +size 5406720 diff --git a/datasets/299152.tar b/datasets/299152.tar new file mode 100644 index 0000000000000000000000000000000000000000..c27de768d5d78b1031060df863dcf177ad98ed7b --- /dev/null +++ b/datasets/299152.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70fe5098097d96060bdd6c229e611eedd6b15d281162a0a0fd308b03ca1ab90a +size 7884800 diff --git a/datasets/299314.tar b/datasets/299314.tar new file mode 100644 index 0000000000000000000000000000000000000000..ae2a59d6b476f5faa10833879786923e6cc85797 --- /dev/null +++ b/datasets/299314.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb69ba9515e95f5cbe584ab8fce58039ad173b2d4a44adfb9c7a82ebbc0305a +size 9431040 diff --git a/datasets/299377.tar b/datasets/299377.tar new file mode 100644 index 0000000000000000000000000000000000000000..f0ef2e6952fadf6645f83ed947947188655677c6 --- /dev/null +++ b/datasets/299377.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93dfdd0a276a50213fa3f5bc9c115e99601ec97cd4f5d8670ecc5259bcc9419c +size 2314240 diff --git a/datasets/299480.tar b/datasets/299480.tar new file mode 100644 index 0000000000000000000000000000000000000000..2a05695767d91bf8ce321148922887e9da021834 --- /dev/null +++ b/datasets/299480.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ad16fb3d30a2c356624776b524608c91da62bc3b6a736be2a6d2d00a2d8636 +size 8775680 diff --git a/datasets/299540.tar b/datasets/299540.tar new file mode 100644 index 0000000000000000000000000000000000000000..cf5b026613354366a7e1c56b3dc12dc86d058fc1 --- /dev/null +++ b/datasets/299540.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df45e51bfa076f1ef9a7a22de48d3cc0c1ed3d6c2f95cbdbd51eb955b05739db +size 7761920 diff --git a/datasets/299579.tar b/datasets/299579.tar new file mode 100644 index 0000000000000000000000000000000000000000..9759609e9eb888add5cbe6514d5d78337e2e71e0 --- /dev/null +++ b/datasets/299579.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c20ef2181d185e6f6fa0eba0de259210061a749823e58807678a70d5789e2add +size 6277120 diff --git a/datasets/299927.tar b/datasets/299927.tar new file mode 100644 index 0000000000000000000000000000000000000000..0c376999adb5b1dc44897b1b03ac94e263ddf56e --- /dev/null +++ b/datasets/299927.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f48086a56a6f517fd1f9c2d9b8990485c19d5a85ea6b56c388035a4ee89b9de2 +size 7905280 diff --git a/datasets/300048.tar b/datasets/300048.tar new file mode 100644 index 0000000000000000000000000000000000000000..794f9e0bc30b88e7fd1a5f23b04d8e6cf6772e57 --- /dev/null +++ b/datasets/300048.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1547f4687b764ab131998c44369e20f655cbb8b9049ac9bbb50dfdc4d6cf434 +size 9031680 diff --git a/datasets/30015.tar b/datasets/30015.tar new file mode 100644 index 0000000000000000000000000000000000000000..27a446656184385ced00367e040a264e1bdb0dc0 --- /dev/null +++ b/datasets/30015.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029f57646941a330f73c11f1e03fd62c4709dcc376c054cddd1575891b7ed790 +size 11233280 diff --git a/datasets/300210.tar b/datasets/300210.tar new file mode 100644 index 0000000000000000000000000000000000000000..b11f1087cd1354dd74b8f4d8e3e13705ee84e884 --- /dev/null +++ b/datasets/300210.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f19f9d0caecbdb46f999c2b28cf310f1bcb1a7d01915f80c0924f3351267a0f4 +size 54517760 diff --git a/datasets/300337.tar b/datasets/300337.tar new file mode 100644 index 0000000000000000000000000000000000000000..fae1e9df845cae3e7d6a5ceb388fe5cde0508ad2 --- /dev/null +++ b/datasets/300337.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb558a8104d5a9647c61576c0da3aef9cca1d9f1e0b598cc7ae854bbd00edbc +size 9113600 diff --git a/datasets/300568.tar b/datasets/300568.tar new file mode 100644 index 0000000000000000000000000000000000000000..494d473bce142db8d0088324c25ec6fb96d10a2c --- /dev/null +++ b/datasets/300568.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6002bd153a7406c24a29ff98195e7954170dd4faec29dec58160d30e5f8947cb +size 686080 diff --git a/datasets/300569.tar b/datasets/300569.tar new file mode 100644 index 0000000000000000000000000000000000000000..efad46db44ce761a3c4fb3aa2e78036f7baf9880 --- /dev/null +++ b/datasets/300569.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab3f509f1e21c3dd34b4c3dba0c29620a8f546189aeec9c1b13776bc0a6f957e +size 15605760 diff --git a/datasets/300638.tar b/datasets/300638.tar new file mode 100644 index 0000000000000000000000000000000000000000..fd97698719bd7a5140e04c2cb0d4cfb61c0c1269 --- /dev/null +++ b/datasets/300638.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf51ff4482ae0a60e29d4f8369ff483d7903b10edb304b4af7af17193ef1e7a +size 92160 diff --git a/datasets/300684.tar b/datasets/300684.tar new file mode 100644 index 0000000000000000000000000000000000000000..8bfb2def243a53e47d4b6d08af43c3cfaea05472 --- /dev/null +++ b/datasets/300684.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0bf8203b1bfef9b2169efdf5de203e024a4feb6ca7b0184698ccd3403eac62 +size 2119680 diff --git a/datasets/300749.tar b/datasets/300749.tar new file mode 100644 index 0000000000000000000000000000000000000000..cb7b24ae2cf5e666a5571cc698813291cd8346ca --- /dev/null +++ b/datasets/300749.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d244bacc5de48f3fdbcf1b368e9013dc95150385a584805f5eafdc0a84ba92ee +size 9164800 diff --git a/datasets/301047.tar b/datasets/301047.tar new file mode 100644 index 0000000000000000000000000000000000000000..b029b00def7735eadd227b9ac85b21627e1dac8b --- /dev/null +++ b/datasets/301047.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a4a072ece56b9b75de640844eb725c7671d6347c1fdb7ce86236dc952a2a0b +size 7198720 diff --git a/datasets/301127.tar b/datasets/301127.tar new file mode 100644 index 0000000000000000000000000000000000000000..048d9e3497917d17fa4fb726c67b7a6d0de8f5b7 --- /dev/null +++ b/datasets/301127.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d3cedc79d6c3821c8eb0e5d911dfbcabb8afd07028407aa6355f6aad826a64 +size 10014720 diff --git a/datasets/301166.tar b/datasets/301166.tar new file mode 100644 index 0000000000000000000000000000000000000000..cf7b5ce11036b1d96a582332625fa224f890bb6c --- /dev/null +++ b/datasets/301166.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b03bc42179677f4e70adb325afa01dc27450d04a67374178048bcd032068d6a +size 2048000 diff --git a/datasets/301304.tar b/datasets/301304.tar new file mode 100644 index 0000000000000000000000000000000000000000..a872965949b9b98841f80ac1f52c3f59a0113366 --- /dev/null +++ b/datasets/301304.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd8af36b776a897d5e328a474493ef2397ba003b1f3ff12692a2d0acf71d2a4 +size 7956480 diff --git a/datasets/301306.tar b/datasets/301306.tar new file mode 100644 index 0000000000000000000000000000000000000000..d14a9e4420bc86aced9f3317e6bbcd5c2fbb7074 --- /dev/null +++ b/datasets/301306.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f4685671213ba2fd06eecfe13f11f125b4c4471332a45ed7242f5ac37f09e4e +size 3143680 diff --git a/datasets/30137.tar b/datasets/30137.tar new file mode 100644 index 0000000000000000000000000000000000000000..ba4480b8f38b7b49f25bfbde0a0dd37b004ef068 --- /dev/null +++ b/datasets/30137.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca9f17cd07a3e3df3f0df8066fbba84bfd8e3130fe5176db155028b611cec0d +size 19107840 diff --git a/datasets/301423.tar b/datasets/301423.tar new file mode 100644 index 0000000000000000000000000000000000000000..fa58e7b446e1e27b207babd7922ee43d4538b2b3 --- /dev/null +++ b/datasets/301423.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7db2e9c4ca8fd5da6d1777788e013ccac9689b82523164804c35faf69e3eaf5 +size 5724160 diff --git a/datasets/301452.tar b/datasets/301452.tar new file mode 100644 index 0000000000000000000000000000000000000000..7e7fba1d7c2a78403c17d9286a8006bd1d31a0d5 --- /dev/null +++ b/datasets/301452.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de65bec3f5a291fe90a2058a621f7fc65011fd128010e91570e751808ea06258 +size 20377600 diff --git a/datasets/301694.tar b/datasets/301694.tar new file mode 100644 index 0000000000000000000000000000000000000000..0a2871261d6a5ed3b0091bc92877f55d90ab903d --- /dev/null +++ b/datasets/301694.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e74133d4c3b4e3dda64cfc39afdf6df62a8121890f2136b1b351afa75818e80 +size 35399680 diff --git a/datasets/30175.tar b/datasets/30175.tar new file mode 100644 index 0000000000000000000000000000000000000000..e6c9901b6861968562d4746403264ad04dc11d96 --- /dev/null +++ b/datasets/30175.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56a0e13fa8df99f1da975e088f91112d4ade1185744b34ee447850b9c00701dc +size 7987200 diff --git a/datasets/301839.tar b/datasets/301839.tar new file mode 100644 index 0000000000000000000000000000000000000000..513f845b2498705d8c8e6fee4027fa44e00627e9 --- /dev/null +++ b/datasets/301839.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2072d63d3391aaf4fdd7166e1d5652c3c615aedd3c941134880ef50b359d97bb +size 8366080 diff --git a/datasets/302880.tar b/datasets/302880.tar new file mode 100644 index 0000000000000000000000000000000000000000..11802064c29c9cbc4702684fb51d994ff420b678 --- /dev/null +++ b/datasets/302880.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ae402aa7e79b7f8bad4e6480d3b257efe671b7d5884527d1544dfae80c3084 +size 8939520 diff --git a/datasets/302964.tar b/datasets/302964.tar new file mode 100644 index 0000000000000000000000000000000000000000..40192d93fd8f9d3d42f6f1b705c62572e612503c --- /dev/null +++ b/datasets/302964.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14ba313b5ffbfb5a4b5b7fd14f0cda8b6a9c7695169a995d67d5a81b368fe5b +size 8294400 diff --git a/datasets/303348.tar b/datasets/303348.tar new file mode 100644 index 0000000000000000000000000000000000000000..dd1a17add922634065f6ffdd21f91e98169df7a6 --- /dev/null +++ b/datasets/303348.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0aa4d080031253773cacca3e512178ac61f76db3035cdcb0671b5614ce72dd9 +size 7403520 diff --git a/datasets/30335.tar b/datasets/30335.tar new file mode 100644 index 0000000000000000000000000000000000000000..59fecc4f8032a11e9839da03d7eb535417e512fd --- /dev/null +++ b/datasets/30335.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a96c28f732a6cdbf739a3d52821e7b12be096dd900cfc2529d2b07352164e3d8 +size 55941120 diff --git a/datasets/30352.tar b/datasets/30352.tar new file mode 100644 index 0000000000000000000000000000000000000000..e295dad74b290160520e8d73f79df9543a62e79c --- /dev/null +++ b/datasets/30352.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84379f656207bdf80c30bae42c7b1c96b7cdedb0144a63236518377b7af4e9c2 +size 27770880 diff --git a/datasets/303683.tar b/datasets/303683.tar new file mode 100644 index 0000000000000000000000000000000000000000..37e91acec4b4056f1f5c5b0617f9b5033256a38f --- /dev/null +++ b/datasets/303683.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da71ef2387b5312b838dd39031c4d8e03743606eb0ac27982daf79bf56e02138 +size 8734720 diff --git a/datasets/303802.tar b/datasets/303802.tar new file mode 100644 index 0000000000000000000000000000000000000000..03e837ca5a308bf3106a7db1336d1de7eab02a4f --- /dev/null +++ b/datasets/303802.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36da8e38f2ad3fbc59b916236fad763e24b16d92ade4108c4fd52304bbad0758 +size 7669760 diff --git a/datasets/303979.tar b/datasets/303979.tar new file mode 100644 index 0000000000000000000000000000000000000000..4b944dcefb83768dbe62e20cd4b93f57ee5de187 --- /dev/null +++ b/datasets/303979.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d880f1594c36275323582224fb969479de1b43ba40e9e1acca61aec5c10a675 +size 18944000 diff --git a/datasets/304038.tar b/datasets/304038.tar new file mode 100644 index 0000000000000000000000000000000000000000..2a1045585160214ccf30e5cdd117fa508ee129b2 --- /dev/null +++ b/datasets/304038.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8a1d58a229d88f0bbebc24e10358a8bd2b9b21ca5f8064e0f52b468b960cd8 +size 32624640 diff --git a/datasets/304044.tar b/datasets/304044.tar new file mode 100644 index 0000000000000000000000000000000000000000..3bd2dff3a63a265f0afeeff04e0c2c8cf541ec98 --- /dev/null +++ b/datasets/304044.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87d198ae892893360bbd9e14e4ad80c0c4115b9bb29a1d632b8ebcf44bb32f8f +size 19640320 diff --git a/datasets/304100.tar b/datasets/304100.tar new file mode 100644 index 0000000000000000000000000000000000000000..8d3b5e0106aa79517d1394c233fd103cf34ed74d --- /dev/null +++ b/datasets/304100.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4037a5f57f6cc6bbf917a196e4fb8f93322439f858d88f97accfaa0579f7b9ae +size 40089600 diff --git a/datasets/304249.tar b/datasets/304249.tar new file mode 100644 index 0000000000000000000000000000000000000000..f9458da7cfe28e02709b9b90602018e905812f48 --- /dev/null +++ b/datasets/304249.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c393001638d632ac91f21d0cd1043f16f49f36d3fb81bc67df4263067f2c4e +size 112640 diff --git a/datasets/304304.tar b/datasets/304304.tar new file mode 100644 index 0000000000000000000000000000000000000000..a5c175b97983e3c88913dd435acfb06364cc10c0 --- /dev/null +++ b/datasets/304304.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166bfad4b5d2c23c290aed8c23e22ae3358e12a52397b027c5d2d5a77a21a146 +size 23080960 diff --git a/datasets/304761.tar b/datasets/304761.tar new file mode 100644 index 0000000000000000000000000000000000000000..57b1d248ef2d1b11b070406222708aa75b455f88 --- /dev/null +++ b/datasets/304761.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2337a6b79e6450c121ae22fe1e87f3651f85ea20ddcf74a91d4f49e17342ac5c +size 20152320 diff --git a/datasets/304789.tar b/datasets/304789.tar new file mode 100644 index 0000000000000000000000000000000000000000..e3d414f9419d66b08e633c35fc23489809e1b463 --- /dev/null +++ b/datasets/304789.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f5809b5cc02ec10eeecdc6b6dc74b24f77f006a662d15e1922991e345797db +size 14049280 diff --git a/datasets/304853.tar b/datasets/304853.tar new file mode 100644 index 0000000000000000000000000000000000000000..cd45460c503529fb5cda456ed8168fc8ba3e5d86 --- /dev/null +++ b/datasets/304853.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:020ce6083d1d740b2ebecc0808ee3c92f06e95b8880506b37258dd8134481b53 +size 55930880 diff --git a/datasets/304961.tar b/datasets/304961.tar new file mode 100644 index 0000000000000000000000000000000000000000..8f42321d66a988eea51d251d4e549033ceac8969 --- /dev/null +++ b/datasets/304961.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8b03d6ad2f538aa9d1ae2ea454a5c5ed376b47c61781f58c3ced6f648ae9348 +size 10106880 diff --git a/datasets/304985.tar b/datasets/304985.tar new file mode 100644 index 0000000000000000000000000000000000000000..4f62f635725dc23b301a47b372ece804c54bc76a --- /dev/null +++ b/datasets/304985.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118a624d05fcdc52a74f2a7ad9381cee9ca620dc61412730e5d66cc54a08d535 +size 50135040 diff --git a/datasets/305069.tar b/datasets/305069.tar new file mode 100644 index 0000000000000000000000000000000000000000..3582d5e27a4182e0aa60898ba0d770297651fc44 --- /dev/null +++ b/datasets/305069.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb8be681dc75c30f71726896fcf751efbc729c8069e57df097815d516f95086 +size 60334080 diff --git a/datasets/305212.tar b/datasets/305212.tar new file mode 100644 index 0000000000000000000000000000000000000000..d6ea1b7eb3ab5df9c3a3ac5621bd42ff5fa59390 --- /dev/null +++ b/datasets/305212.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e517986af5f10fc14987226879eb1de40802409bc7dfaa8f5c05bd9b34aa0f93 +size 6707200 diff --git a/datasets/305277.tar b/datasets/305277.tar new file mode 100644 index 0000000000000000000000000000000000000000..a39a890000a7ea6baa401a94999bf3df85abebf2 --- /dev/null +++ b/datasets/305277.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b93228c0cbdf299120e88eefc36718e5ae21fde5a431575a90523f8493367b +size 2447360 diff --git a/datasets/305290.tar b/datasets/305290.tar new file mode 100644 index 0000000000000000000000000000000000000000..c47fbeefc772a7ead81534e11c3f65ae9ef35bcb --- /dev/null +++ b/datasets/305290.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78fb9dfff9d53c6d047b825a9b0cfd821e886509c19bf596cc306628b0e59d42 +size 8376320 diff --git a/datasets/305694.tar b/datasets/305694.tar new file mode 100644 index 0000000000000000000000000000000000000000..998de5b0ca9ea96461c2cca54760c47ea46df111 --- /dev/null +++ b/datasets/305694.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:250116dc6ce0318c571eaeaf6d9d0370e157abdf4eccc31bfe80d88febeb8640 +size 8151040 diff --git a/datasets/305948.tar b/datasets/305948.tar new file mode 100644 index 0000000000000000000000000000000000000000..731484084fc2c05db8e0f6b5016fc94846be7e82 --- /dev/null +++ b/datasets/305948.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a9df6935e36f19419bec51ab5d3f3e10646df52b1bf9fd969ad42423291184 +size 11806720 diff --git a/datasets/306097.tar b/datasets/306097.tar new file mode 100644 index 0000000000000000000000000000000000000000..806484e3cd525db579de18b30b3494ca71c8c5d6 --- /dev/null +++ b/datasets/306097.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc9a81850608fdda76e2d7f8a86abc6a65edb28e28761d5366b59ecfb3a296e5 +size 4628480 diff --git a/datasets/306285.tar b/datasets/306285.tar new file mode 100644 index 0000000000000000000000000000000000000000..a7219ac1ebd1f07a244bdccfce003ab5d765eaa1 --- /dev/null +++ b/datasets/306285.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0745babca3337d05674f56b68cac3de65e9238e795db67e45d9cb72bd3afad +size 63488000 diff --git a/datasets/306304.tar b/datasets/306304.tar new file mode 100644 index 0000000000000000000000000000000000000000..6837f13dd6003b6ce75ee1faf153f8fa0616a4c8 --- /dev/null +++ b/datasets/306304.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cae21d0c67741121ffccaa6bfb110f34ed5f2d218d0644971fdcd201be4ca9a +size 37038080 diff --git a/datasets/306534.tar b/datasets/306534.tar new file mode 100644 index 0000000000000000000000000000000000000000..e01dc6512019e4873c48a6eebe9e205a4e11c0ca --- /dev/null +++ b/datasets/306534.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18557b17227ecb521accab5b2dd2043eb59782291d138c88aad498b29b557a1d +size 17029120 diff --git a/datasets/306760.tar b/datasets/306760.tar new file mode 100644 index 0000000000000000000000000000000000000000..8264d005365b7041743c7af2a4305abffbfb22de --- /dev/null +++ b/datasets/306760.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1abaece2ff72667b48414e82d43d781e79c91c02d5df6f3f1cbf25347e65135f +size 645120 diff --git a/datasets/30713.tar b/datasets/30713.tar new file mode 100644 index 0000000000000000000000000000000000000000..479c823ca23ed1468c21a868ef9b16ca435b8f0e --- /dev/null +++ b/datasets/30713.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a9d9b780762e4d3f8749d17bff13e7ef07f4d8c5e59d191c48a23d6bff94f23 +size 7475200 diff --git a/datasets/307135.tar b/datasets/307135.tar new file mode 100644 index 0000000000000000000000000000000000000000..a56133268e2c937e5e47baec0290863f1b1b6879 --- /dev/null +++ b/datasets/307135.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8770d49c1fd20dd0bd3856c873e1331ff5595b81b8e69c54fdd265e1c60d03e4 +size 8181760 diff --git a/datasets/307201.tar b/datasets/307201.tar new file mode 100644 index 0000000000000000000000000000000000000000..10b7f07d87888f2fd8a3571ea11f99a20296439f --- /dev/null +++ b/datasets/307201.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35718b9f45ad691e657b6a5d338ea73ee0b851d1ead3534909bf59d76def4471 +size 7915520 diff --git a/datasets/307964.tar b/datasets/307964.tar new file mode 100644 index 0000000000000000000000000000000000000000..563fe21c6848ae29ad0144442100c6716ca56365 --- /dev/null +++ b/datasets/307964.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b5efc3e57cd2e75d78d530d78a1dcb2e27a5f0de8fb822cb60ea708f1d11e00 +size 33402880 diff --git a/datasets/308253.tar b/datasets/308253.tar new file mode 100644 index 0000000000000000000000000000000000000000..39f93aa8b82712c5e1bf10b3b60dc898e9fc2f0c --- /dev/null +++ b/datasets/308253.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a6f17f33f770addad83dd71900bec87d69bf7e2c92d4fdbf69148da341f608 +size 3993600 diff --git a/datasets/308285.tar b/datasets/308285.tar new file mode 100644 index 0000000000000000000000000000000000000000..7ffd9c9ee94b6436e58a47c8bc99dd68e9ac0bce --- /dev/null +++ b/datasets/308285.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a99be22569c643ccb33b4ea304001380508c354dea511356db47689906f7a233 +size 3993600 diff --git a/datasets/308409.tar b/datasets/308409.tar new file mode 100644 index 0000000000000000000000000000000000000000..e9bb16c47df91b20770278c6f34fc757158226f3 --- /dev/null +++ b/datasets/308409.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca51df4b5ab2b6e9d6af64272867bdbded977b23de92bf0770fc129d458929f4 +size 8888320 diff --git a/datasets/308842.tar b/datasets/308842.tar new file mode 100644 index 0000000000000000000000000000000000000000..81fe004234a1d815695a33ff83948278fc3c3ce5 --- /dev/null +++ b/datasets/308842.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93a3499d0f3e5ee46c65e790e344083ca2304ade922aa12782d9260ca808fd1b +size 3563520 diff --git a/datasets/309113.tar b/datasets/309113.tar new file mode 100644 index 0000000000000000000000000000000000000000..6761a9e16075e04b3c2549b69145d8c64ccad9f5 --- /dev/null +++ b/datasets/309113.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4575388e19b6ecc3c31cd058097e4929bd4385e7580ced767403bb37bcf6cbee +size 10864640 diff --git a/datasets/310022.tar b/datasets/310022.tar new file mode 100644 index 0000000000000000000000000000000000000000..991ef08ae2ebc68f4eaa05a828e49e06698038fa --- /dev/null +++ b/datasets/310022.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd508509c3442fadd495da3b9458284b34cecb14d39573a52b784168fd98f2c +size 11304960 diff --git a/datasets/310098.tar b/datasets/310098.tar new file mode 100644 index 0000000000000000000000000000000000000000..2045d6f8d8db179011982328ed880712248a43f8 --- /dev/null +++ b/datasets/310098.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df744eb3e62e7c194835f43ca6ef5b7e54c0f3c3fc8bc1bff9ad3b1af59840e5 +size 77557760 diff --git a/datasets/310229.tar b/datasets/310229.tar new file mode 100644 index 0000000000000000000000000000000000000000..e21606e31d4ab1fe56969cd5cdf7f803b4359b89 --- /dev/null +++ b/datasets/310229.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3677b9affa64066daafcf3e83686e1fb40439ed21cd4654aa9f4dd089a89bbf9 +size 8652800 diff --git a/datasets/310788.tar b/datasets/310788.tar new file mode 100644 index 0000000000000000000000000000000000000000..3f77fa3056546072bb3e48df857d666246f5b585 --- /dev/null +++ b/datasets/310788.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcc54c45f7c24440a165c3731004947a577405da733eb5e4a49674d5109fe85c +size 88299520 diff --git a/datasets/311215.tar b/datasets/311215.tar new file mode 100644 index 0000000000000000000000000000000000000000..b1d08c1c129e8166a733d607bc47724ad611b6c6 --- /dev/null +++ b/datasets/311215.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc5f97dca14c3753c769fab0fad1a87802c261ba090219f9d64581ca9eb249a +size 60528640 diff --git a/datasets/31127.tar b/datasets/31127.tar new file mode 100644 index 0000000000000000000000000000000000000000..f19ec4c9701f759217d1f271883c4dafbc1db9f9 --- /dev/null +++ b/datasets/31127.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930f72f7614d3e5815d1166033aaa30bc4b4848f72257cda015a5e3b751fc51d +size 491520 diff --git a/datasets/311452.tar b/datasets/311452.tar new file mode 100644 index 0000000000000000000000000000000000000000..c723e2e600c97d1121b11160d27537d5af6f7017 --- /dev/null +++ b/datasets/311452.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b986218aef267c1dd1d46a010dca8a4a2d00bb566767ca7c83fc0717f10d909d +size 7987200 diff --git a/datasets/31211.tar b/datasets/31211.tar new file mode 100644 index 0000000000000000000000000000000000000000..e597cc56fbdce8ed90d94fbae67cb9ef7b092c23 --- /dev/null +++ b/datasets/31211.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ddfa5378d4fd4663cb08de36cb37a67e87d11f34c121b72cd2601ddbad3238 +size 10311680 diff --git a/datasets/312193.tar b/datasets/312193.tar new file mode 100644 index 0000000000000000000000000000000000000000..289acc8ff3475778f56eb9af524d132c78c2f03c --- /dev/null +++ b/datasets/312193.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226bdf630ba552b6235940ef7de8675e9af02cd6534fb6b6e0ab809fe46f2af3 +size 6236160 diff --git a/datasets/312235.tar b/datasets/312235.tar new file mode 100644 index 0000000000000000000000000000000000000000..75eeb338d5f4306898a48a164ceb029ec463d135 --- /dev/null +++ b/datasets/312235.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f528e21b044fc0e3fc22b254f95eb6e02993236889b814c0a5da3a5dea320792 +size 46366720 diff --git a/datasets/312238.tar b/datasets/312238.tar new file mode 100644 index 0000000000000000000000000000000000000000..37e621b30ed2a0b33afca97d6785248d30684a21 --- /dev/null +++ b/datasets/312238.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf89eee347c05e221c0a709a000543ed36926fd190efa357390c6277fb9b515 +size 9031680 diff --git a/datasets/312260.tar b/datasets/312260.tar new file mode 100644 index 0000000000000000000000000000000000000000..c331220481b693d9839ed2eb45170fe063d85caa --- /dev/null +++ b/datasets/312260.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20bab11086f4293645012c4889df9c2387aa39573f4998140a6f36615f58ebcb +size 50380800 diff --git a/datasets/312264.tar b/datasets/312264.tar new file mode 100644 index 0000000000000000000000000000000000000000..6d6d061b166b134b85220e7cd775f21e3f81682a --- /dev/null +++ b/datasets/312264.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee5bae5cbc496827b6fb33ca0dbb53ecc0d931f3a1b374d7b7fc821fcfe20966 +size 61122560 diff --git a/datasets/312278.tar b/datasets/312278.tar new file mode 100644 index 0000000000000000000000000000000000000000..0d24cac4f172c0601f31800f34111748583875cc --- /dev/null +++ b/datasets/312278.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b465a2f4b7c2e9cb13b74d21e1454e8b4ee6bb2b176db9a5c1f4fa5de3bb633 +size 40714240 diff --git a/datasets/312411.tar b/datasets/312411.tar new file mode 100644 index 0000000000000000000000000000000000000000..8ee1d142472a6a0fa623b80fe06b53f346460aaa --- /dev/null +++ b/datasets/312411.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6a91bac18a8d219dcf3bee476827bd7a194bdcb9a11ea5cda72892523d7e85d +size 22077440 diff --git a/datasets/312698.tar b/datasets/312698.tar new file mode 100644 index 0000000000000000000000000000000000000000..69206fb12009fc2f58a5a02328b8c872c9eafac6 --- /dev/null +++ b/datasets/312698.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1db1116bd185dc9bece410b047386b6e07775257319ffd6be0e63e6b9039d24 +size 696320 diff --git a/datasets/31277.tar b/datasets/31277.tar new file mode 100644 index 0000000000000000000000000000000000000000..0d1f9aa0d79f72e0e65911cdc27121372f06c76d --- /dev/null +++ b/datasets/31277.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7980a376c16ee26a17d944be24baf452045926f01e2c002422379dd8aec61e1a +size 30320640 diff --git a/datasets/312867.tar b/datasets/312867.tar new file mode 100644 index 0000000000000000000000000000000000000000..bd37aa3c11645bab574b827eda7f90edc941fcd6 --- /dev/null +++ b/datasets/312867.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d6cb1599acd3a0e7f21f7e2d49cec4282c89ec7beb2d40e3406c1d0d6593b6 +size 31129600 diff --git a/datasets/312873.tar b/datasets/312873.tar new file mode 100644 index 0000000000000000000000000000000000000000..303cd66ac390f441e18a828b008c0114f4c034a2 --- /dev/null +++ b/datasets/312873.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16cbb64ecceb5353c0ceaac05256c97a178cc14b93f2bc55d551e8bb8c01fbdd +size 14663680 diff --git a/datasets/313598.tar b/datasets/313598.tar new file mode 100644 index 0000000000000000000000000000000000000000..9d299f5d1e6976a9ca74b6614606d852792296f0 --- /dev/null +++ b/datasets/313598.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:615e78cde77219d122018a534cf2cefebe13b089e8b9566ecdbbe43a10e97402 +size 286720 diff --git a/datasets/313618.tar b/datasets/313618.tar new file mode 100644 index 0000000000000000000000000000000000000000..cc18b20ea0318130086aa02423fab731e09430ca --- /dev/null +++ b/datasets/313618.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea485a8c05d7a17024408ca7623fe3650e608f42767129e52f0c2ab6c584b504 +size 583680 diff --git a/datasets/313667.tar b/datasets/313667.tar new file mode 100644 index 0000000000000000000000000000000000000000..3a5031da27dcdcfded69b0d51dee11879fe77ced --- /dev/null +++ b/datasets/313667.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd62c8980dcd9c2e6058e2ac9e563f0a9e12b0a797260fe38a95f65547fd1e26 +size 5304320 diff --git a/datasets/313992.tar b/datasets/313992.tar new file mode 100644 index 0000000000000000000000000000000000000000..12ba6cb3790e801cac9f4f87a57977a30fe50ac4 --- /dev/null +++ b/datasets/313992.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23707cd73856576853f6c5ab73bb0fc4be7a9809b1798a0ce5f722756e3f2051 +size 20705280 diff --git a/datasets/314045.tar b/datasets/314045.tar new file mode 100644 index 0000000000000000000000000000000000000000..baead75cb88c213e7bb2783ff15bdea8ee35f4d0 --- /dev/null +++ b/datasets/314045.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f0ef32124d43d85dccaa11badd81e274c77f05f92aaf685a503fa57fa2885f6 +size 38891520 diff --git a/datasets/314178.tar b/datasets/314178.tar new file mode 100644 index 0000000000000000000000000000000000000000..75c387178c9b295755f7fe89debe7bad0ad30793 --- /dev/null +++ b/datasets/314178.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e680c4a975ae1c3635c21fc37d630916a0982ad21a540748d0ddd6db4bee1629 +size 6584320 diff --git a/datasets/314637.tar b/datasets/314637.tar new file mode 100644 index 0000000000000000000000000000000000000000..bcfeca2c6b07a2d96328438277d1ab941f41c05f --- /dev/null +++ b/datasets/314637.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:596f8c682bbcbf45cfcd8f9ec0bfb63a001ee1f4e673378006c2584c36171efc +size 38707200 diff --git a/datasets/314662.tar b/datasets/314662.tar new file mode 100644 index 0000000000000000000000000000000000000000..3c88f2983ddc2232b0332531a1600e59f55aa216 --- /dev/null +++ b/datasets/314662.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e866c1d6ac0b717a85b4faf20076f661d251d58844a1d4153d34414059eb2db +size 8652800 diff --git a/datasets/31494.tar b/datasets/31494.tar new file mode 100644 index 0000000000000000000000000000000000000000..1292b712fbddb9395df7a83b816afb1dabfa00cf --- /dev/null +++ b/datasets/31494.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:115268520c9ac959a84cbc4766b7137a484cf5ddc7e555d27b668d083d313dc7 +size 3594240 diff --git a/datasets/314986.tar b/datasets/314986.tar new file mode 100644 index 0000000000000000000000000000000000000000..24772f4ea05c5a9a0c0b0bef63ee276743fc74d5 --- /dev/null +++ b/datasets/314986.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb2d5af68343295f5713b7cfa92f0c20c9a522d612a6e8c687f0d799fd7d6c8f +size 8714240 diff --git a/datasets/31507.tar b/datasets/31507.tar new file mode 100644 index 0000000000000000000000000000000000000000..f2de859bc10e8d8f0dd077939f91c066984c3cae --- /dev/null +++ b/datasets/31507.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166780b04af6ab4fa8e06db9cb26e828dc3315cdef76382bd47c86bcf0e7bf05 +size 5519360 diff --git a/datasets/315317.tar b/datasets/315317.tar new file mode 100644 index 0000000000000000000000000000000000000000..d7b595f3c5fb0005d4c7fee5c24159996ec28518 --- /dev/null +++ b/datasets/315317.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:377754edd17d5985f479592d364d31c17930c1bc62c4611fafd892c1f8ccdc51 +size 8089600 diff --git a/datasets/3154.tar b/datasets/3154.tar new file mode 100644 index 0000000000000000000000000000000000000000..d5ebfed262e4b043882e3b11c15fa9e621ed0677 --- /dev/null +++ b/datasets/3154.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75e952394668ae8d109ffd2b4d77d025d6127e96c08a6365407c16a89216e77a +size 6645760 diff --git a/datasets/315508.tar b/datasets/315508.tar new file mode 100644 index 0000000000000000000000000000000000000000..26a091b8c0ccaec23d1745c03eb2d1e1ea5b01a9 --- /dev/null +++ b/datasets/315508.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c00d0f725ab7b5416db12b1039e534939d58d02c3508a0011acd952615b3fca +size 83240960 diff --git a/datasets/31574.tar b/datasets/31574.tar new file mode 100644 index 0000000000000000000000000000000000000000..2f2ebd1b680355b1ab5c4b52e06522acd1af1270 --- /dev/null +++ b/datasets/31574.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad8b815c00ce287647dd876b08d232d6c04844160f766e3f63ea0064d850b3f +size 2283520 diff --git a/datasets/315860.tar b/datasets/315860.tar new file mode 100644 index 0000000000000000000000000000000000000000..90d5dd1ba16723b729c26736e0268811f928bef7 --- /dev/null +++ b/datasets/315860.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e87721f3d240461e29207ba4da526415ae1f11ea59ec952029287181d5d577 +size 7669760 diff --git a/datasets/316017.tar b/datasets/316017.tar new file mode 100644 index 0000000000000000000000000000000000000000..af7ae7db7bc3ef718108f6b934474692d1014e8d --- /dev/null +++ b/datasets/316017.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b66ec6482a5eb8cdd8667e78c708e5ef68340ee4e594a5c8ba50d8e9096985 +size 5867520 diff --git a/datasets/316044.tar b/datasets/316044.tar new file mode 100644 index 0000000000000000000000000000000000000000..1bc9e67cc7bd4eb2b0479f334b3d69643271c4c9 --- /dev/null +++ b/datasets/316044.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c2c323985ba0a28a386e79a0736338cc6f412a5fbeda73fea5b64509c177c7 +size 13352960 diff --git a/datasets/316048.tar b/datasets/316048.tar new file mode 100644 index 0000000000000000000000000000000000000000..292e9dd98e583ce743c3629229a9165a27033c2d --- /dev/null +++ b/datasets/316048.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb8daea886948a24ededf5fbc381cae383a916bd0bb3e83c4d25f34ad9205aeb +size 10618880 diff --git a/datasets/316201.tar b/datasets/316201.tar new file mode 100644 index 0000000000000000000000000000000000000000..663b44d93f0b333e73b4c0bd0845471359f5c2a1 --- /dev/null +++ b/datasets/316201.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f419566f76afa1be51dbc785918a64fb232797de300c0296a9d8cc0091b3f65 +size 931840 diff --git a/datasets/316607.tar b/datasets/316607.tar new file mode 100644 index 0000000000000000000000000000000000000000..b1eeaf8ebcbc2a8ad2dd2f13a8d13573bc44b16e --- /dev/null +++ b/datasets/316607.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4693b8f686804a8eee0b6b2267469881302e7523d33ad7afa4f6268d54694650 +size 1474560 diff --git a/datasets/316633.tar b/datasets/316633.tar new file mode 100644 index 0000000000000000000000000000000000000000..354e5e2e9cf2e805d7cc6c520052514d52027491 --- /dev/null +++ b/datasets/316633.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ba1033d51cd8132d0eaad18357b3ecb28e85c35c796faa33ab171cdb43271ba +size 6819840 diff --git a/datasets/316720.tar b/datasets/316720.tar new file mode 100644 index 0000000000000000000000000000000000000000..4da0ede6fdad6ce6ebd4d9f12a5eb63ef404b52e --- /dev/null +++ b/datasets/316720.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58dd448a4d36d0b89ece891b504d22a019dc771d63271099739ca8b6d6e99dce +size 9369600 diff --git a/datasets/316770.tar b/datasets/316770.tar new file mode 100644 index 0000000000000000000000000000000000000000..38f6b527e3bd24e3701b77c341ff67fb4571e464 --- /dev/null +++ b/datasets/316770.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d8850e7a78ee664d2a3aff62541d641fafd8c039287faf86b883b554e3fb05 +size 1341440 diff --git a/datasets/316786.tar b/datasets/316786.tar new file mode 100644 index 0000000000000000000000000000000000000000..00b41c5fa75b4b62d62d71d866141785cd27975c --- /dev/null +++ b/datasets/316786.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e64a6c4fb91750b04eb8ed8145cb439c4d1833f5e772ce8c06cbb188d058c2ad +size 5611520 diff --git a/datasets/316883.tar b/datasets/316883.tar new file mode 100644 index 0000000000000000000000000000000000000000..94cc3b9afb6c4dc36033a710da76b51a8501cdbf --- /dev/null +++ b/datasets/316883.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d5f80c1890999e267acb43389bff68455d1534ac9ae7db8dd720c1f1ad441d +size 7096320 diff --git a/datasets/317135.tar b/datasets/317135.tar new file mode 100644 index 0000000000000000000000000000000000000000..40847e78d8e05447d691f6ea56a3a9124eca997e --- /dev/null +++ b/datasets/317135.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703840a78ab3f4f4b25b3a19fb8196abc142e28b8cbd5dd17b63ec9c185ddd4f +size 21032960 diff --git a/datasets/317399.tar b/datasets/317399.tar new file mode 100644 index 0000000000000000000000000000000000000000..70cd9f0e3562146cf5ff7f79714f796a9567741f --- /dev/null +++ b/datasets/317399.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187bb2a89c1bf74876b8329db3a9a5b6392b26dc1a5a0b354e70f26687e6c16b +size 10752000 diff --git a/datasets/31750.tar b/datasets/31750.tar new file mode 100644 index 0000000000000000000000000000000000000000..849ebe11ce63bc70e2dd886dcbb28899296cc1a1 --- /dev/null +++ b/datasets/31750.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb5b82477d74002af8fbd2b7d29c7d956382340c450a938dad837355407fc42 +size 1110927360 diff --git a/datasets/317569.tar b/datasets/317569.tar new file mode 100644 index 0000000000000000000000000000000000000000..a21bea25098dff333a7bf928f22483fbe82aef80 --- /dev/null +++ b/datasets/317569.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fcbecfb233b9114aa2bba62fb40d05e80521ac962d4363d869bc0fcdaedf6e2 +size 10680320 diff --git a/datasets/318237.tar b/datasets/318237.tar new file mode 100644 index 0000000000000000000000000000000000000000..448962358d3510a5f639c048a56ea9c053d9c358 --- /dev/null +++ b/datasets/318237.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad65b433b57641e2b2571e30bb1396edbd33682e44f278779f745ace55a17523 +size 11335680 diff --git a/datasets/318279.tar b/datasets/318279.tar new file mode 100644 index 0000000000000000000000000000000000000000..a86ea8db922bf4df50f4ece4a7c4b58bc31249df --- /dev/null +++ b/datasets/318279.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:212d723f0589e25e770421001c3fef1c3044406654a8d82c292422ead6d43e19 +size 20377600 diff --git a/datasets/318469.tar b/datasets/318469.tar new file mode 100644 index 0000000000000000000000000000000000000000..52b3882d94d8b3229ff6cba899fc8d615b908161 --- /dev/null +++ b/datasets/318469.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064ff2dea3614797e8f8da6e1085b8597763ca01136643d47825e692e6971737 +size 10024960 diff --git a/datasets/318550.tar b/datasets/318550.tar new file mode 100644 index 0000000000000000000000000000000000000000..f66fa9b0a54c371b6146a813ecdafce246d45fd1 --- /dev/null +++ b/datasets/318550.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e1e9691ff34bd043e635a57ed439199554877e2d78142c4e6f7b53e1ff9c023 +size 10024960 diff --git a/datasets/318554.tar b/datasets/318554.tar new file mode 100644 index 0000000000000000000000000000000000000000..0afc16aae5665b50aa9e5381dc24cd2b1fed1ff4 --- /dev/null +++ b/datasets/318554.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b746667e504dbcd4e5badea82bed82e656b3d456625aa75f720a79b3c829cc +size 8263680 diff --git a/datasets/319003.tar b/datasets/319003.tar new file mode 100644 index 0000000000000000000000000000000000000000..9346bdf9e4c40af3fc3bef6b817bcf63cc7a7b2c --- /dev/null +++ b/datasets/319003.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b25c70af5e3cab17af4fab2ddba37ad62f8d460073489819e15a1b14871fff +size 3973120 diff --git a/datasets/319397.tar b/datasets/319397.tar new file mode 100644 index 0000000000000000000000000000000000000000..5598ceb32b9f99451522b362dde7a546b9ea98c7 --- /dev/null +++ b/datasets/319397.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5530fa58a2536f3fef520a818729c55adc47d91ada01decb38ee3a9c136aabf +size 7004160 diff --git a/datasets/319435.tar b/datasets/319435.tar new file mode 100644 index 0000000000000000000000000000000000000000..72c16f0f42611a3045e3551e0c22fa1c4e05783a --- /dev/null +++ b/datasets/319435.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f61d17887d16cd308ac207a60cc9f5834d140b539febe0796ac2d7d07fab19 +size 235520 diff --git a/datasets/319592.tar b/datasets/319592.tar new file mode 100644 index 0000000000000000000000000000000000000000..cfd2ba754dd75ebe653ac7e37189e9400728dad2 --- /dev/null +++ b/datasets/319592.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:add9e713929e2ddc0f55c9a9420bfa77f32090029b43a0179287c1b19c33358e +size 27740160 diff --git a/datasets/319792.tar b/datasets/319792.tar new file mode 100644 index 0000000000000000000000000000000000000000..0026968b599eb75c74c221baa0f9c71dad062b14 --- /dev/null +++ b/datasets/319792.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b57af9535ee23044b525fa4cec2221ad048e40258c237c6a0e4e8ba2e6432f7b +size 139724800 diff --git a/datasets/320338.tar b/datasets/320338.tar new file mode 100644 index 0000000000000000000000000000000000000000..8674ba9de94a4f412758d474b8bfbf61d384c930 --- /dev/null +++ b/datasets/320338.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bce3e50beb574d493c6e5d874d82611d7060e6c6768b7a01ee70b10ee0f2509 +size 51200 diff --git a/datasets/32052.tar b/datasets/32052.tar new file mode 100644 index 0000000000000000000000000000000000000000..6f98807bbf65b032207d9db6f72baa9466961c96 --- /dev/null +++ b/datasets/32052.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:011662a08385537acc4f07ad2afff3ae2e3cf177e79788368868c3188b0ab8be +size 20879360 diff --git a/datasets/320531.tar b/datasets/320531.tar new file mode 100644 index 0000000000000000000000000000000000000000..a1a6ea84368b26a424c71298d7f59febcf75c40b --- /dev/null +++ b/datasets/320531.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c66bac875597241ae48255ca6a8bd3daa9b98bd8ddf1e5446d397c82c9ff2d46 +size 9134080 diff --git a/datasets/320650.tar b/datasets/320650.tar new file mode 100644 index 0000000000000000000000000000000000000000..7a1426ed6b4d8eee71bbebe6ea7b59693249d2ef --- /dev/null +++ b/datasets/320650.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:059dd603abd354007d0ba0c1de7f5e71d04b6992a49c1c6b7b94a985e36ba710 +size 30382080 diff --git a/datasets/320688.tar b/datasets/320688.tar new file mode 100644 index 0000000000000000000000000000000000000000..55511bc9b397d1aff6ccc976ab071f18faa8e4c1 --- /dev/null +++ b/datasets/320688.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f33b0f68235b766f4997d8b3050b843e269deeed200ba5648b846418575df90 +size 7096320 diff --git a/datasets/321971.tar b/datasets/321971.tar new file mode 100644 index 0000000000000000000000000000000000000000..55b59f189b796f00738f70fb6467732048507262 --- /dev/null +++ b/datasets/321971.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e615b6ba3bb758edceeb46dc2ec216e25be0a14dea4ce134c414efcb7267a00 +size 66263040 diff --git a/datasets/32213.tar b/datasets/32213.tar new file mode 100644 index 0000000000000000000000000000000000000000..13ab0eca231709c88e8004eca3cb8bd3d3fd3b41 --- /dev/null +++ b/datasets/32213.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82aaa0728b47d3b3f5e7289df7614976d443de86d7051c4dafc2d06792062b27 +size 32634880 diff --git a/datasets/322655.tar b/datasets/322655.tar new file mode 100644 index 0000000000000000000000000000000000000000..028e4bb3b86fe01b091c2aba1875a35524bc61e9 --- /dev/null +++ b/datasets/322655.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee4487a5f31474944c71ef6ffb5c2485565a546832549dbc0e5864ef863c52e3 +size 3778560 diff --git a/datasets/322716.tar b/datasets/322716.tar new file mode 100644 index 0000000000000000000000000000000000000000..d9c519aede8acc7a9dc4add30a50dc77a413f394 --- /dev/null +++ b/datasets/322716.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07d920d9c3c61075a60e53176962b54551f8843eb255b3e09ef7e13070eeb000 +size 13291520 diff --git a/datasets/32272.tar b/datasets/32272.tar new file mode 100644 index 0000000000000000000000000000000000000000..2424c3bcd730cd956423a77b6783b5831adb5d7a --- /dev/null +++ b/datasets/32272.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c038e469d0eaa6df53c54089691a28c09d28a45409ba406a66c092834886a1c +size 27197440 diff --git a/datasets/322906.tar b/datasets/322906.tar new file mode 100644 index 0000000000000000000000000000000000000000..bed5289dee8976cfb9f43dfb8bede22e8d2516ef --- /dev/null +++ b/datasets/322906.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732c7da9910e76ea0d073cb2447e21da40029e69efb0fedb743242a6dbd33641 +size 11806720 diff --git a/datasets/322986.tar b/datasets/322986.tar new file mode 100644 index 0000000000000000000000000000000000000000..9eb07f84c10c855d45434e0ee1fa177453a7609f --- /dev/null +++ b/datasets/322986.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aad987a12a37e480ff07fb5655bd39df594d4235fde738185a8a461c4caf387 +size 183009280 diff --git a/datasets/323172.tar b/datasets/323172.tar new file mode 100644 index 0000000000000000000000000000000000000000..35fe7ef9b6ef400e8c2025e594aa5240b769c988 --- /dev/null +++ b/datasets/323172.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1b6ee378ec648a52bbda1cbacf33647ef7fbce88b413cca61f843ed5d2a201 +size 22056960 diff --git a/datasets/32424.tar b/datasets/32424.tar new file mode 100644 index 0000000000000000000000000000000000000000..78fc02cbaec1454636477fa0421410b4f1ba9838 --- /dev/null +++ b/datasets/32424.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59f946216294e976d900d87eccd1d512ca8f082e6413460c86699d0d51f5275 +size 890880 diff --git a/datasets/324287.tar b/datasets/324287.tar new file mode 100644 index 0000000000000000000000000000000000000000..44890f0816a1271232701376b2ca7de26a29e906 --- /dev/null +++ b/datasets/324287.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8599a688462477e8cb1e5df39152fda39adf7b562cb76186eeaf37b8069ad13c +size 31436800 diff --git a/datasets/324391.tar b/datasets/324391.tar new file mode 100644 index 0000000000000000000000000000000000000000..7eed387118fab8cdfe4df7ad49b34af5c03d53ca --- /dev/null +++ b/datasets/324391.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e2f4d2dc133eb8ff2adf1ade342bb119c3e504e3008d519decf867674468137 +size 16343040 diff --git a/datasets/324470.tar b/datasets/324470.tar new file mode 100644 index 0000000000000000000000000000000000000000..cf4fcca40653f4d0e664b3a61e6d3d5c56b50c28 --- /dev/null +++ b/datasets/324470.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f4ef5711731069367a02875374d4b39ac403933aaaaf61f71703f5c60e28a09 +size 9912320 diff --git a/datasets/324605.tar b/datasets/324605.tar new file mode 100644 index 0000000000000000000000000000000000000000..696cee96da74e5390583ad1e6678e8d29da651b9 --- /dev/null +++ b/datasets/324605.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed066da74f9a046cf9c20d41b7c2e15dc7c225f86d7e6235e01509b9c460160 +size 901120 diff --git a/datasets/324711.tar b/datasets/324711.tar new file mode 100644 index 0000000000000000000000000000000000000000..523597cdfd0162686eb6661b205fac55ab5de4f4 --- /dev/null +++ b/datasets/324711.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:775d014670b1ee503fa063355164346680ee35f07ca652fd4cdfae8892fe16c7 +size 1628160 diff --git a/datasets/325270.tar b/datasets/325270.tar new file mode 100644 index 0000000000000000000000000000000000000000..33bb21787e1854428a456d59647c88777cab981c --- /dev/null +++ b/datasets/325270.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c01fba3ede88964e55eb8f6194ab7a70748122e2a80d99db6a4049b998cda189 +size 622489600 diff --git a/datasets/325942.tar b/datasets/325942.tar new file mode 100644 index 0000000000000000000000000000000000000000..fee6aa4cbd16dd518afbbd95ef30e2a1e70f9377 --- /dev/null +++ b/datasets/325942.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d98033e708229699e7a5dd6e6813f6d5fb99a4cce8edd5ddcdc07b2b29a3cc7 +size 36935680 diff --git a/datasets/325994.tar b/datasets/325994.tar new file mode 100644 index 0000000000000000000000000000000000000000..cd2f55ae3b0160776f13966cb019a3674becd0a8 --- /dev/null +++ b/datasets/325994.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75b1eb8f77d5e44d89bda5020075822c51c3592842a54c5323697d677094b9f +size 32624640 diff --git a/datasets/32631.tar b/datasets/32631.tar new file mode 100644 index 0000000000000000000000000000000000000000..bd61c1541b8f9c2de784174f623d0fb0a0a5d571 --- /dev/null +++ b/datasets/32631.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:324ee503b4a939fc1899f09cb134c94f48a1ab9961d28a370e71cc2220e17b59 +size 12503040 diff --git a/datasets/326591.tar b/datasets/326591.tar new file mode 100644 index 0000000000000000000000000000000000000000..e188606fd2eeb8011d65edf6536d8563b4c9c4c5 --- /dev/null +++ b/datasets/326591.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a8751bd0e8c926b875fb2323a615762d75284695d091c1062e57ae0b2a1c1f +size 150743040 diff --git a/datasets/326874.tar b/datasets/326874.tar new file mode 100644 index 0000000000000000000000000000000000000000..50b905306173d2906426d04263f9746f73e75456 --- /dev/null +++ b/datasets/326874.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38aecc75aec7d4d69ab1d47b1971691cad5098afc68b736692c914027911aac +size 24616960 diff --git a/datasets/326986.tar b/datasets/326986.tar new file mode 100644 index 0000000000000000000000000000000000000000..03928bd6b6c6d48ebadf01a009483fd74da03a2a --- /dev/null +++ b/datasets/326986.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557e32420f3a5219448402f0987ecfbf309008236d817dadea0c7a5bace81977 +size 61122560 diff --git a/datasets/327145.tar b/datasets/327145.tar new file mode 100644 index 0000000000000000000000000000000000000000..d05b73e4b6aad679742cf972c07cfa8753a0504e --- /dev/null +++ b/datasets/327145.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:077871e592972dd8ac22317f4a11ab2df30572f7364d60d87c5a77440e0aa93a +size 3061760 diff --git a/datasets/327266.tar b/datasets/327266.tar new file mode 100644 index 0000000000000000000000000000000000000000..0f7121223b341fc9f3ef3c869cad685aca760fef --- /dev/null +++ b/datasets/327266.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e679ac65f584f31875257e22239f31e144bd6a92e4d943141d953066466319c4 +size 23705600 diff --git a/datasets/327400.tar b/datasets/327400.tar new file mode 100644 index 0000000000000000000000000000000000000000..6922fb5ba1f9147eef67ea5913a57770d09b2486 --- /dev/null +++ b/datasets/327400.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439b752a4a52cb803124a697ab8deb5dd4ca782015dae70b4927db95d9e5c52c +size 229038080 diff --git a/datasets/327814.tar b/datasets/327814.tar new file mode 100644 index 0000000000000000000000000000000000000000..7eae3fd6ce6a485bdf8ec3b2ce534c2e8b5c9151 --- /dev/null +++ b/datasets/327814.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d11cea2cf4e8824227e748dd4cd9df1de73fcb84cc4f662d9f3f5f4efa2e7a1 +size 3102720 diff --git a/datasets/327918.tar b/datasets/327918.tar new file mode 100644 index 0000000000000000000000000000000000000000..c48c38abf53c8cf35291eb4803fee62370558991 --- /dev/null +++ b/datasets/327918.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37bd5b7f40e0f82343a0109f4ab57d073a2eff802e8a3a842ba544665b7ad415 +size 6430720 diff --git a/datasets/32802.tar b/datasets/32802.tar new file mode 100644 index 0000000000000000000000000000000000000000..139f2a0705b5de4e4300f9710494d2eda19002b5 --- /dev/null +++ b/datasets/32802.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e06a07d8d401c5ddc6e18f036c85540adcae47408d2f26d25afda9c9e818e3 +size 235704320 diff --git a/datasets/32846.tar b/datasets/32846.tar new file mode 100644 index 0000000000000000000000000000000000000000..e4116dfc0be5693efb8c0f41425894083cd35016 --- /dev/null +++ b/datasets/32846.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643283c3cf96f41eb5b6ee5108042068e8120fdb9cf6dabc06e361f7229381b0 +size 31959040 diff --git a/datasets/32893.tar b/datasets/32893.tar new file mode 100644 index 0000000000000000000000000000000000000000..91403dcaaa3a5fb8562ee32be5563034d730ea55 --- /dev/null +++ b/datasets/32893.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c72deefbd3ea94d98ec982a08338a40a548701c5f9f3299136db70dff1302af4 +size 130334720 diff --git a/datasets/328982.tar b/datasets/328982.tar new file mode 100644 index 0000000000000000000000000000000000000000..231e03b3075d0de1e2e04cf059db475307ba8396 --- /dev/null +++ b/datasets/328982.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786e59be660603f8a6b703077849fdb5459369c0ee83de760f0518df0437072c +size 2549760 diff --git a/datasets/329062.tar b/datasets/329062.tar new file mode 100644 index 0000000000000000000000000000000000000000..7714491b832a238e20cdb91adc9c6be6fa7116d9 --- /dev/null +++ b/datasets/329062.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc5d93236e2c0aef266ce2718121f24dc622c3c5d8581092fc37ea1956544b8 +size 8417280 diff --git a/datasets/329445.tar b/datasets/329445.tar new file mode 100644 index 0000000000000000000000000000000000000000..a2225538f612b28a6a2816888ffe9e297dfdc0e8 --- /dev/null +++ b/datasets/329445.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a915ee8c499e50d8bf430a70f7d76b07128ea08f9446219873f528b9ce3e86d9 +size 1044480 diff --git a/datasets/329706.tar b/datasets/329706.tar new file mode 100644 index 0000000000000000000000000000000000000000..b831723bad98200d766e3ff4923a86a035b60298 --- /dev/null +++ b/datasets/329706.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de136f066c9ca7aebd500b276d5608bf488e2e86f5bd9ce8ed7efc85a07878cd +size 7352320 diff --git a/datasets/329803.tar b/datasets/329803.tar new file mode 100644 index 0000000000000000000000000000000000000000..ec2b99275f4234e3f46eb3dc50ed36b9649e839b --- /dev/null +++ b/datasets/329803.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf45c5a6ca3eada3abf1f26e417506a41c0840cc06a5964f93cd1afd53c2ae3 +size 11161600 diff --git a/datasets/329852.tar b/datasets/329852.tar new file mode 100644 index 0000000000000000000000000000000000000000..07e157b011b67e41b6efdce9b0b5f56ec4397015 --- /dev/null +++ b/datasets/329852.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32dd28714320b85f6d59cc21921b455a78356677dce88623c58ca2dd80b888cd +size 81920 diff --git a/datasets/329854.tar b/datasets/329854.tar new file mode 100644 index 0000000000000000000000000000000000000000..5a1c1c2225193921b75636286349c5f75ee7004f --- /dev/null +++ b/datasets/329854.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92597ca1650d70d5080c48ad06bbb61a5b9d3e1580199712b213d66832a30ab1 +size 34713600 diff --git a/datasets/329897.tar b/datasets/329897.tar new file mode 100644 index 0000000000000000000000000000000000000000..ddb77fc74d3d8e94561285d0231478f7aa047c38 --- /dev/null +++ b/datasets/329897.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087f954a7171539df193f4326e8c3e6dedf7ae11428b321c61fcfa4179e6f6f1 +size 44001280 diff --git a/datasets/329919.tar b/datasets/329919.tar new file mode 100644 index 0000000000000000000000000000000000000000..af061e9d7b62f58910a5cd49749407b3e505efc3 --- /dev/null +++ b/datasets/329919.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80a05036afaa57b6cf113a035708c2f46465fdfa7c7a1c4eb58c2587f47c367 +size 30556160 diff --git a/datasets/329961.tar b/datasets/329961.tar new file mode 100644 index 0000000000000000000000000000000000000000..3d378103e0b0b1dd77bfc29c686f3fea0ba6d4dc --- /dev/null +++ b/datasets/329961.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d33f35b618c279cbb0385e8fd30fda44d575666f42cada0c096b92cd10d9095 +size 33955840 diff --git a/datasets/32997.tar b/datasets/32997.tar new file mode 100644 index 0000000000000000000000000000000000000000..26aea160c53a8b7f7e9bc0acf4a04eb97ec50535 --- /dev/null +++ b/datasets/32997.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185f52560711d9e3cf50b22242f3a4c9ac664490517bd12b5aa1bc89edb7f858 +size 44298240 diff --git a/datasets/330250.tar b/datasets/330250.tar new file mode 100644 index 0000000000000000000000000000000000000000..d18fcb8faa89072d8d17dc2e5582266b5310c969 --- /dev/null +++ b/datasets/330250.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839b0802b7d950c7ca4ec44a8f005032448e68bf8f0cdb25b0f0065bdda3b261 +size 1515520 diff --git a/datasets/330414.tar b/datasets/330414.tar new file mode 100644 index 0000000000000000000000000000000000000000..2c981673fc7a30c3eb33cebfbae2ce9abc2f24b7 --- /dev/null +++ b/datasets/330414.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae943688794382e5ba0e941fc91181588b272103ddb6d87d28970c81a79bb672 +size 3901440 diff --git a/datasets/330532.tar b/datasets/330532.tar new file mode 100644 index 0000000000000000000000000000000000000000..8b331873a3c1d5848d181e0d28083e651c02a622 --- /dev/null +++ b/datasets/330532.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c317fe335c4e7078ac8c54afe7be0e800118656b244749392e682ee367cf3b3 +size 58603520 diff --git a/datasets/330668.tar b/datasets/330668.tar new file mode 100644 index 0000000000000000000000000000000000000000..e6e3193233e7c6151f1e4c9cb41556de054c89bb --- /dev/null +++ b/datasets/330668.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45275a52f65e3bca30380e1610cb2d0a5d2b229751426d6330a04de9406b6049 +size 9072640 diff --git a/datasets/330836.tar b/datasets/330836.tar new file mode 100644 index 0000000000000000000000000000000000000000..2bdbd3c1bafc82ddd78bf1d349e40baf9e0506c4 --- /dev/null +++ b/datasets/330836.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8980415d503f2bcc6f5bfbbbcdd3347246eb11dc22c6e87ef72dfa157012e1 +size 38707200 diff --git a/datasets/331198.tar b/datasets/331198.tar new file mode 100644 index 0000000000000000000000000000000000000000..1b39014047fa9bdbdaf647cf3ee9d112db5daa5c --- /dev/null +++ b/datasets/331198.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7798a621626b981635c80f5bdfb319a8c3ea3b27e08aafad14b7a5cd3ca371ed +size 1515520 diff --git a/datasets/332119.tar b/datasets/332119.tar new file mode 100644 index 0000000000000000000000000000000000000000..0496e05ada656795a98d72b78bf07056f3c865cd --- /dev/null +++ b/datasets/332119.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557f9751615a2cb54a9e9616433575c8dccece65865724872cc2e863c9cc4b37 +size 8888320 diff --git a/datasets/332349.tar b/datasets/332349.tar new file mode 100644 index 0000000000000000000000000000000000000000..80968b4e46ab86398be10475fbc746b335de2a88 --- /dev/null +++ b/datasets/332349.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:292320525abc690aca6b6b8e5fae9d395fb4b695b02a3769b244d54a85b8be27 +size 9052160 diff --git a/datasets/332381.tar b/datasets/332381.tar new file mode 100644 index 0000000000000000000000000000000000000000..b0e18c2feb32259476eaec371550a32081f28b89 --- /dev/null +++ b/datasets/332381.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64df341e332cbf9636821f8f0c695cc0cde5f974a7d0f16690dea6d4a55f0e42 +size 33884160 diff --git a/datasets/33242.tar b/datasets/33242.tar new file mode 100644 index 0000000000000000000000000000000000000000..8d23d6d86813252f335d03b315395f0d0f9b2c88 --- /dev/null +++ b/datasets/33242.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc09bd1740c9a4a4667b2030b31770492bcd98d6fbe4ec4c59c501ff7693a3d +size 39290880 diff --git a/datasets/332507.tar b/datasets/332507.tar new file mode 100644 index 0000000000000000000000000000000000000000..95bdd9952f19e6660d5e90d34dd1de5c599701af --- /dev/null +++ b/datasets/332507.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e116806805f3eebec0784b8bec61691bd317a075e1bb219706f33bb879e81b7c +size 5396480 diff --git a/datasets/332677.tar b/datasets/332677.tar new file mode 100644 index 0000000000000000000000000000000000000000..9c4597bd6572eefc713abf3f300fd97629aa237a --- /dev/null +++ b/datasets/332677.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1cc8f11ea6d93761842df14affc0133e5ee4d2e38811f927e896f3f4470ea2f +size 2191360 diff --git a/datasets/332867.tar b/datasets/332867.tar new file mode 100644 index 0000000000000000000000000000000000000000..c26c09ced01036d5a69bd1bea725857f1e3c3950 --- /dev/null +++ b/datasets/332867.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00eb4294c744c9f1968a908388325bf3b6bc4407b753f98c8f70160357417963 +size 8867840 diff --git a/datasets/332956.tar b/datasets/332956.tar new file mode 100644 index 0000000000000000000000000000000000000000..3f26ad4494d4fe972ecd96073a6caf0abf62655f --- /dev/null +++ b/datasets/332956.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eba3b46dc1de303973fcba5f16531db4c7fdd68491de0bd1ffb3507b4ca6d669 +size 8734720 diff --git a/datasets/333054.tar b/datasets/333054.tar new file mode 100644 index 0000000000000000000000000000000000000000..0f787bbb34b3d8d016d3ac841053ecce46d544ee --- /dev/null +++ b/datasets/333054.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea33d40a819c0efdb035484d23818ee1ce5507dcaeaa6c20d9d524f3d69d803 +size 6031360 diff --git a/datasets/33314.tar b/datasets/33314.tar new file mode 100644 index 0000000000000000000000000000000000000000..5db6687d31d343d51be6a862622945521c4b67a4 --- /dev/null +++ b/datasets/33314.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b418cdcf13c92f48a2847dc2cff279e071cd69a8014060517d0ef61dff2f59 +size 14295040 diff --git a/datasets/333255.tar b/datasets/333255.tar new file mode 100644 index 0000000000000000000000000000000000000000..bd1d171dd1152fa3e23f49d81c179efd32aba9f8 --- /dev/null +++ b/datasets/333255.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64af656195f2555e293889554f3cbf654036e8746d5d9cb06c2b4b268e35f451 +size 8181760 diff --git a/datasets/333470.tar b/datasets/333470.tar new file mode 100644 index 0000000000000000000000000000000000000000..05862c0d97cdd535d218a16865eccb84a8d784a8 --- /dev/null +++ b/datasets/333470.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c420536964dce9ce00bfd6240069debeb8d71c8ec7fc4c1d6da5d9e0d81de7a4 +size 2775040 diff --git a/datasets/333518.tar b/datasets/333518.tar new file mode 100644 index 0000000000000000000000000000000000000000..3db25e1665105be1da4cf95240ba61cc5e0081c8 --- /dev/null +++ b/datasets/333518.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80770105b496ff4fb57638e01876c5438bbeaf787125bd08d7d670ec416d2b89 +size 8284160 diff --git a/datasets/333615.tar b/datasets/333615.tar new file mode 100644 index 0000000000000000000000000000000000000000..8d84214c6e43bb2e13610c45c01866f20d4716f7 --- /dev/null +++ b/datasets/333615.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1347f20427fe88478ce66b8322ad64ee3830269e8d90e5c0177e2211aa64e945 +size 9779200 diff --git a/datasets/333752.tar b/datasets/333752.tar new file mode 100644 index 0000000000000000000000000000000000000000..1fde4e7f8c745cefd4a657c38390bc2a36f167d1 --- /dev/null +++ b/datasets/333752.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb82b694583153e3f11a5aa8702d9f9d9bca15c25b244a74b2d71e9097d4c5e +size 9758720 diff --git a/datasets/334050.tar b/datasets/334050.tar new file mode 100644 index 0000000000000000000000000000000000000000..b71991fa04fd4084f27e51900a29f4b474f1c118 --- /dev/null +++ b/datasets/334050.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d573d45ff60fd5a24c6889337ce295517552179bae2812bf52069f32c624a13 +size 9461760 diff --git a/datasets/334146.tar b/datasets/334146.tar new file mode 100644 index 0000000000000000000000000000000000000000..cb43462b8f0c09a00136497c8416f33910a4408c --- /dev/null +++ b/datasets/334146.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c854a4400174a057444fae4f164b05707aff76f33e51aa786a4425000578b52f +size 9717760 diff --git a/datasets/334200.tar b/datasets/334200.tar new file mode 100644 index 0000000000000000000000000000000000000000..d0c0a2a2a41db1b869736a90309eb9ab5b436631 --- /dev/null +++ b/datasets/334200.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2514f60273dc41945bd45bd88e01247e3f7005d9f7c909e01ecf3c201031297c +size 4823040 diff --git a/datasets/334380.tar b/datasets/334380.tar new file mode 100644 index 0000000000000000000000000000000000000000..40573cec116407461c695b0084dc55b7e9e239b0 --- /dev/null +++ b/datasets/334380.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef409bf19faa895561be3dc930cd1652fb2d52add718887be8cd56e31807f6a9 +size 7383040 diff --git a/datasets/33465.tar b/datasets/33465.tar new file mode 100644 index 0000000000000000000000000000000000000000..b9d520ed83b71b014334cd3ae629baf3111462a5 --- /dev/null +++ b/datasets/33465.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246edd412e8558ffda68e3a44412502fe4d5415341aba53415f0ee473f899d76 +size 931840 diff --git a/datasets/334650.tar b/datasets/334650.tar new file mode 100644 index 0000000000000000000000000000000000000000..63ca60ac9c319f1224669bce7d74ae4132d6a492 --- /dev/null +++ b/datasets/334650.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9410c6129fa76bb4ce08cbba8e5ff0edcf7aa2a16050079b9eecde794b4024d +size 1925120 diff --git a/datasets/33469.tar b/datasets/33469.tar new file mode 100644 index 0000000000000000000000000000000000000000..e0161a21aaeb0d9cd9f96e15af3e26ec389f2586 --- /dev/null +++ b/datasets/33469.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd7cddef13935b66c4f505b41cfdc5dbad497f581af00ada891244fc4d19f57 +size 48312320 diff --git a/datasets/33478.tar b/datasets/33478.tar new file mode 100644 index 0000000000000000000000000000000000000000..6083e448d6d0432ea8fb21f0ed1d27540832b58b --- /dev/null +++ b/datasets/33478.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9608d1929448eb4e715f0c8c4166ce735cb5757e4bffcb2829a3743367aaf87 +size 43929600 diff --git a/datasets/334980.tar b/datasets/334980.tar new file mode 100644 index 0000000000000000000000000000000000000000..29e00fb76e8a94bd9a8c077b11d9edcbcafb8f54 --- /dev/null +++ b/datasets/334980.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c443ce65c15026f1151d10c9f841b20a726c958233f41d76b7c3f688b58b9142 +size 9287680 diff --git a/datasets/335126.tar b/datasets/335126.tar new file mode 100644 index 0000000000000000000000000000000000000000..afc7443edb4a7d276bc8a5a3bcf4c5186fd51464 --- /dev/null +++ b/datasets/335126.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2366767159a8cd87442411bc6e020271c724d09d6e209a3fbb83f69b1f23ed6a +size 7137280 diff --git a/datasets/335132.tar b/datasets/335132.tar new file mode 100644 index 0000000000000000000000000000000000000000..fada93d36d4e54e117b76ba0b9ff91f15e36ac0a --- /dev/null +++ b/datasets/335132.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e8717ebb53c71d51f451e61995909bb558d13e87a8bc0a26c11ba8418a0a4b7 +size 8908800 diff --git a/datasets/335592.tar b/datasets/335592.tar new file mode 100644 index 0000000000000000000000000000000000000000..adb58d79a8359e1b0fe5ca8c8e27d2932d08a0ea --- /dev/null +++ b/datasets/335592.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8602110f036fc10752e7d149e41723f0ee1d451068c42e0998af51cca6f1730 +size 9492480 diff --git a/datasets/335902.tar b/datasets/335902.tar new file mode 100644 index 0000000000000000000000000000000000000000..1c71914f6d2afbd4ae5936055ba4458f2f0c7c83 --- /dev/null +++ b/datasets/335902.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a54fac27af616dee18b0e9ebcab540d3ecbb79509d744e8d317ed29a81911d +size 8079360 diff --git a/datasets/336019.tar b/datasets/336019.tar new file mode 100644 index 0000000000000000000000000000000000000000..a5df3133cb00faa3f538bdd3c8f2c21bbab949a5 --- /dev/null +++ b/datasets/336019.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:913a7f4c0b6f84be6772050d76fd44f0d0c03a5a3f6103e596c6cf4deca28a47 +size 8171520 diff --git a/datasets/336102.tar b/datasets/336102.tar new file mode 100644 index 0000000000000000000000000000000000000000..9a61991dabf879ec7c2268975360587c56ee23ee --- /dev/null +++ b/datasets/336102.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b46f3040f473bd93fbd8eec03a423ebc782a213f7f7d9c4192b2f657f890a0 +size 6041600 diff --git a/datasets/336135.tar b/datasets/336135.tar new file mode 100644 index 0000000000000000000000000000000000000000..9cb0a520eb9c8622454f93d8e6a48bffb6bfbfd1 --- /dev/null +++ b/datasets/336135.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bb2b7d02e240ba51ed0685400d66817121e53badc9f8a63727fe692cff1eb3e +size 8601600 diff --git a/datasets/336465.tar b/datasets/336465.tar new file mode 100644 index 0000000000000000000000000000000000000000..1e89c47bef0161ced6fd27b12a31e69f3f2a01a8 --- /dev/null +++ b/datasets/336465.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cef1f86302876a4647a566d76e6be85dcba0079ef333d812900f44dd3a2b160 +size 8888320 diff --git a/datasets/336514.tar b/datasets/336514.tar new file mode 100644 index 0000000000000000000000000000000000000000..f8d259ed019f8e04ffaeed150e9905cab02dfd99 --- /dev/null +++ b/datasets/336514.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:421f37fa15472273aa52afd5fcabc78dafdd7d0ce8084b15cbc71ffc820cbfa8 +size 34344960 diff --git a/datasets/336604.tar b/datasets/336604.tar new file mode 100644 index 0000000000000000000000000000000000000000..f1eecd2fb38e87af75c98484807e8f9104c24b97 --- /dev/null +++ b/datasets/336604.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18593d207a376588c75b38344f4dd40e1155645c98f3907b3ba6f6e416006d51 +size 8458240 diff --git a/datasets/336868.tar b/datasets/336868.tar new file mode 100644 index 0000000000000000000000000000000000000000..81a71543c45e01a775d5d5cf2108fe65727199c6 --- /dev/null +++ b/datasets/336868.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9767debc686dde291a101ee14db7cf87fea140010209a157fc96761da95ba0cf +size 7997440 diff --git a/datasets/336983.tar b/datasets/336983.tar new file mode 100644 index 0000000000000000000000000000000000000000..1d1fc159581c35dcadc6a3cdcbd917bffca2df20 --- /dev/null +++ b/datasets/336983.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dbcfe6bf345aa04cc926952058e2e9c72f45cbceb41848a8eec272d4553642f +size 7925760 diff --git a/datasets/337291.tar b/datasets/337291.tar new file mode 100644 index 0000000000000000000000000000000000000000..4101be02dad373c88ff9a9e9f9ba98ec171c188b --- /dev/null +++ b/datasets/337291.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a24c9929204e690ee2239484b6f0c56ec51e4823c031b88c0c30b99979c1e355 +size 50094080 diff --git a/datasets/337298.tar b/datasets/337298.tar new file mode 100644 index 0000000000000000000000000000000000000000..a06217b46de34245d97c528951e13ce64f61b0dc --- /dev/null +++ b/datasets/337298.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef7adfa13f73466976ea9931ef4ecf028edb9269ba438045e40a1501f4cc0371 +size 7464960 diff --git a/datasets/337305.tar b/datasets/337305.tar new file mode 100644 index 0000000000000000000000000000000000000000..59d1c9f16f347940edb6d88bc0d0094ca3de49b0 --- /dev/null +++ b/datasets/337305.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:653f197de0b3fe0b7385b092568f4dc1807b9c5e0bfd165d408e672b904a7b2a +size 50094080 diff --git a/datasets/337485.tar b/datasets/337485.tar new file mode 100644 index 0000000000000000000000000000000000000000..75ef19bfcc1dd1c22bb058e38ec33a2b32f6a105 --- /dev/null +++ b/datasets/337485.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d4ede1e51f24c97482d95b18e4490bb6134757aa6e053fec6013ae4d2def004 +size 6993920 diff --git a/datasets/337598.tar b/datasets/337598.tar new file mode 100644 index 0000000000000000000000000000000000000000..abb395b5f1219aa8174102451717327ec99de4ba --- /dev/null +++ b/datasets/337598.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83dfecfd76247a7d4d91e600be987d6ef3ecc71879cd349a1c068ca3f19b4410 +size 9420800 diff --git a/datasets/337695.tar b/datasets/337695.tar new file mode 100644 index 0000000000000000000000000000000000000000..43239c75a8c02d76a1503657202d8c3804e3f52f --- /dev/null +++ b/datasets/337695.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cce5d6e8d037acfba557853d6a0cf4bc6e53adad9acb6699a3ed3ad6de1c98d +size 7690240 diff --git a/datasets/337808.tar b/datasets/337808.tar new file mode 100644 index 0000000000000000000000000000000000000000..2be65425d37a8c464c6671356ddec0d1541c42d4 --- /dev/null +++ b/datasets/337808.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201a68bd4cc6b4b4356e5cf1e89d9da7ffc916762e80813a056c7e69c919265e +size 32624640 diff --git a/datasets/337814.tar b/datasets/337814.tar new file mode 100644 index 0000000000000000000000000000000000000000..2e326c5bf696b166dfce4c63ae7a963f18994177 --- /dev/null +++ b/datasets/337814.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f4fd322d6f2f34bb2ff1a983f3ab5aa10131a28f079a4114325179e6bb7bdf +size 7147520 diff --git a/datasets/337927.tar b/datasets/337927.tar new file mode 100644 index 0000000000000000000000000000000000000000..99ec72d3d3dcf75bc796db18e34e331370052679 --- /dev/null +++ b/datasets/337927.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c2f64b7c800bf360d77a9e1e892ba94d65096c0e955ef4afd65a4e8b5b0bd7 +size 11407360 diff --git a/datasets/338131.tar b/datasets/338131.tar new file mode 100644 index 0000000000000000000000000000000000000000..71b60bea0e0ffc02f38a8b39cd183736e8491580 --- /dev/null +++ b/datasets/338131.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaebba66071229100199126eb05bb68fa1f1d1859e63f4d35a5c3b8818a818f3 +size 2283520 diff --git a/datasets/338139.tar b/datasets/338139.tar new file mode 100644 index 0000000000000000000000000000000000000000..4bd5a76106dcca7f41134517678e35962ce2ce72 --- /dev/null +++ b/datasets/338139.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b08f2ff6b33eca2c90285325472c3b11bbcd38cf0b48783442643a074e449a0 +size 5652480 diff --git a/datasets/338152.tar b/datasets/338152.tar new file mode 100644 index 0000000000000000000000000000000000000000..d8cfa270c0f42292ec430bdbc87276a1a3e680e5 --- /dev/null +++ b/datasets/338152.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478117c0b9f12d196ac1e5776b92ebbf6c7eda1ab4f4009bf28da87291b61fe7 +size 60528640 diff --git a/datasets/338418.tar b/datasets/338418.tar new file mode 100644 index 0000000000000000000000000000000000000000..5a9c530842c94122d38075cb4c4bf7ed5a3aa477 --- /dev/null +++ b/datasets/338418.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0a6fcdca0f64ebc6d5f29a093f25b93366a8101d175b78cb33fe37e1c55435 +size 153600 diff --git a/datasets/338498.tar b/datasets/338498.tar new file mode 100644 index 0000000000000000000000000000000000000000..ea4ecde9b8ccdaf9b0c7e90a6e29724a2c979b38 --- /dev/null +++ b/datasets/338498.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ba3d198f8397fd18e383548eb060511018357267dc84c60a3cad0c24c06747 +size 41226240 diff --git a/datasets/338647.tar b/datasets/338647.tar new file mode 100644 index 0000000000000000000000000000000000000000..83865f142ea78209bf71953e6c74fda63332000d --- /dev/null +++ b/datasets/338647.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c8ae6780772a6197561f67473156f8a6c8aa4addd146c41882e105559b3281 +size 9338880 diff --git a/datasets/338796.tar b/datasets/338796.tar new file mode 100644 index 0000000000000000000000000000000000000000..99f6595f6884906a71ec75127a5b0886001ea357 --- /dev/null +++ b/datasets/338796.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0132c6e5db6ac3e0be6fb9fcbd2ac6ee511bfeb7e32a787d2bd6e8d7a4f56f9 +size 7895040 diff --git a/datasets/338959.tar b/datasets/338959.tar new file mode 100644 index 0000000000000000000000000000000000000000..1b86a233317a869e204bf5347a7a7604002f5da1 --- /dev/null +++ b/datasets/338959.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a58355fba8282040bee0a6fdd15b2e9cd59bd90aaef56248660f314cff3580 +size 7075840 diff --git a/datasets/339037.tar b/datasets/339037.tar new file mode 100644 index 0000000000000000000000000000000000000000..938daae72e3d83936bde1d1bad54897fbc3163a6 --- /dev/null +++ b/datasets/339037.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c18cccf7c472c9bfce0d0dd515e60b7dc346afcb0aa1f4a2f8d038c9981fe5 +size 12359680 diff --git a/datasets/339277.tar b/datasets/339277.tar new file mode 100644 index 0000000000000000000000000000000000000000..ecfb09abd597e7903fe965b4fb10e10eec54514f --- /dev/null +++ b/datasets/339277.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2147b59bc974b3e9e71bb4cac7dfe40b6120d2e74a01335647488675dc45c8c +size 10403840 diff --git a/datasets/339324.tar b/datasets/339324.tar new file mode 100644 index 0000000000000000000000000000000000000000..98296de816c892745f22c2323041620ec3bae65b --- /dev/null +++ b/datasets/339324.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6acce84000ff7268ce8f0d5b48884b5408d7494cca3a58a4a790884da9cbe3 +size 8939520 diff --git a/datasets/339487.tar b/datasets/339487.tar new file mode 100644 index 0000000000000000000000000000000000000000..fa816ef1d5fed95c9014220bd0b86aa7582e1fef --- /dev/null +++ b/datasets/339487.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b63b7a92b5c3002f9fb649c47f10cb677d077494478a46c2c892c8e7800bb44b +size 7127040 diff --git a/datasets/339631.tar b/datasets/339631.tar new file mode 100644 index 0000000000000000000000000000000000000000..3be7b3cfb29f32999dc2102cd8c5ff4e60e50b41 --- /dev/null +++ b/datasets/339631.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ec5231a39163716bbffaa83e2d90c2a3d007311f70abbfcd0e8eb9ee66f3cf +size 1034240 diff --git a/datasets/34014.tar b/datasets/34014.tar new file mode 100644 index 0000000000000000000000000000000000000000..cefae1fc449873a1ff538232e2b2137cadf2caa3 --- /dev/null +++ b/datasets/34014.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6462a7880f854558a2dfca40ed0471750b092ab8502ee88181d01920c0c87d8e +size 34447360 diff --git a/datasets/340672.tar b/datasets/340672.tar new file mode 100644 index 0000000000000000000000000000000000000000..49b349a6a55d8c475783ac97b79d5a83b4366bed --- /dev/null +++ b/datasets/340672.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebeeb00f5abd535370f334c9bf7fba84c0dcd91b580359819dc4591ade78ea59 +size 80711680 diff --git a/datasets/340870.tar b/datasets/340870.tar new file mode 100644 index 0000000000000000000000000000000000000000..516398c04e8f1cd6762fc77295c1e00fe795b4c0 --- /dev/null +++ b/datasets/340870.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d886e2eb5aa65577c31c1c3df937d2b5366a69d3f2ded9a7e06a3fae21092a +size 8212480 diff --git a/datasets/341331.tar b/datasets/341331.tar new file mode 100644 index 0000000000000000000000000000000000000000..fc40e19e4d58fd50fabb18fe4be9a52a0df20cc2 --- /dev/null +++ b/datasets/341331.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556822ef75f7aa77921429eca3a41634d1a1ce82d46b32e3eceddd63c63f5623 +size 3932160 diff --git a/datasets/341548.tar b/datasets/341548.tar new file mode 100644 index 0000000000000000000000000000000000000000..f7990b4049ff1e079bfd7d3334b120034c051152 --- /dev/null +++ b/datasets/341548.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd5094088c22e37cdf1e79c40c9d09ab97d078f426e8125cc895d18c1092d8b +size 5437440 diff --git a/datasets/341938.tar b/datasets/341938.tar new file mode 100644 index 0000000000000000000000000000000000000000..316bb722cdd6a22223b7efb5740c92fada5d08e4 --- /dev/null +++ b/datasets/341938.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd9870fef271d96b77e79b08ba48dc88ada3367119d5415c8f1b8f2ea4cd090 +size 8243200 diff --git a/datasets/342250.tar b/datasets/342250.tar new file mode 100644 index 0000000000000000000000000000000000000000..5755d9cd0857ba92f4980e6ae7651260dad4a8a0 --- /dev/null +++ b/datasets/342250.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7df6d806bcf9f54e70a2d5c35d764363ec29f74741aa7d6fb30cba963584f6b +size 4474880 diff --git a/datasets/342270.tar b/datasets/342270.tar new file mode 100644 index 0000000000000000000000000000000000000000..e353d8503053febe8444540167faed07274955e6 --- /dev/null +++ b/datasets/342270.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367dfcff3a5d838f4251c4ce6b4cda84405a421c69d767b110534f129b0f2b27 +size 45824000 diff --git a/datasets/342497.tar b/datasets/342497.tar new file mode 100644 index 0000000000000000000000000000000000000000..bb6268b4ff1842c6f4d13af0770260c62a718744 --- /dev/null +++ b/datasets/342497.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:672686e8c61c84233f391e36ae20355c1ba068426b3c38d83e25a9e23834131e +size 44584960 diff --git a/datasets/342542.tar b/datasets/342542.tar new file mode 100644 index 0000000000000000000000000000000000000000..31d6b9d7c0cfbf97229f6242e6698b207630bf3f --- /dev/null +++ b/datasets/342542.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc5e9818633ec345f0cf1cca8513a7ffa73b10a7a2fcaa819efa6d2aead5974 +size 9195520 diff --git a/datasets/342618.tar b/datasets/342618.tar new file mode 100644 index 0000000000000000000000000000000000000000..4dd5b010fd889f18b12cea50016160bd45360552 --- /dev/null +++ b/datasets/342618.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573ce8a21903b40c1364a44c2619b47652c8ef0c886abe0076d8fccbcd77537a +size 23664640 diff --git a/datasets/34269.tar b/datasets/34269.tar new file mode 100644 index 0000000000000000000000000000000000000000..94399e37f4167bea949950598e676bc9d1a6ecb5 --- /dev/null +++ b/datasets/34269.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32e3ac4a81c7a980eb9decba70f903385f758d173ed4ad27e775d1fa03814ca +size 6246400 diff --git a/datasets/342893.tar b/datasets/342893.tar new file mode 100644 index 0000000000000000000000000000000000000000..5b2a86c69eb3e20bfc8b9af04d06181964ec467d --- /dev/null +++ b/datasets/342893.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbbcfa2faafa9282f36551e88bba5ea4b9ad9656155ba74d229ed5c147bbd20f +size 12052480 diff --git a/datasets/342983.tar b/datasets/342983.tar new file mode 100644 index 0000000000000000000000000000000000000000..a493bf80620539ec5a99304b4e654c6e94830d3c --- /dev/null +++ b/datasets/342983.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98dc4cbf6433da46b1afd7b26a8e47b4fbe508cfd96bd069e7f40311d75ded0e +size 20152320 diff --git a/datasets/343025.tar b/datasets/343025.tar new file mode 100644 index 0000000000000000000000000000000000000000..15eb4e872a8ee0c8f4290d0c8b6027b25dee5945 --- /dev/null +++ b/datasets/343025.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3682be118200958413416656e0c5d5f9e66861721c0d8b7ab66ad2b34560bf3a +size 8294400 diff --git a/datasets/343077.tar b/datasets/343077.tar new file mode 100644 index 0000000000000000000000000000000000000000..09a9aea84299a436c0f647a27bff5e15d9fc6c4b --- /dev/null +++ b/datasets/343077.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b4786fb8cdd804e7b9ff7b5b37e6a7f9cfba715d0a17967faa670974956d7c +size 9707520 diff --git a/datasets/343154.tar b/datasets/343154.tar new file mode 100644 index 0000000000000000000000000000000000000000..7b904599bbe4361e67f0565f9f882811d530b1b8 --- /dev/null +++ b/datasets/343154.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68f247498983d7a47ff3932836bdc37aaab2ebdecb65a952cf138a6134488654 +size 8591360 diff --git a/datasets/343246.tar b/datasets/343246.tar new file mode 100644 index 0000000000000000000000000000000000000000..5a098510aa90a3b0f550a18414390f3eb9798a94 --- /dev/null +++ b/datasets/343246.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b989249047630a245b0edc1b1b451af1cdb534cbf8241f93967c4df40ffad6ab +size 8069120 diff --git a/datasets/343384.tar b/datasets/343384.tar new file mode 100644 index 0000000000000000000000000000000000000000..7e3e0911d0c86faa4e4e0a7d5cd52cc906803d58 --- /dev/null +++ b/datasets/343384.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c812b392dc06e3cdad21410a454c22c8eb5e89083ecd9a2e4dfc713e2fb2bc +size 7106560 diff --git a/datasets/343487.tar b/datasets/343487.tar new file mode 100644 index 0000000000000000000000000000000000000000..335fdd6c0449245f5fc9c24d9a4baaa283464a2f --- /dev/null +++ b/datasets/343487.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b19917d06e0f28bb203dd6ef7a37a07f88f5adbfb351dc3f92c15c8bd927e74 +size 51630080 diff --git a/datasets/343495.tar b/datasets/343495.tar new file mode 100644 index 0000000000000000000000000000000000000000..80279476500c0fd6e6196f8559f4986e35b4d5de --- /dev/null +++ b/datasets/343495.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3010b18e4f615bf9eb2836e4d5de55d9e484ebba1c31e45f81c31254ee75bc1e +size 50841600 diff --git a/datasets/343511.tar b/datasets/343511.tar new file mode 100644 index 0000000000000000000000000000000000000000..69ce5f0564c36c124fad11f943a8354fab648422 --- /dev/null +++ b/datasets/343511.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfa28d2fba405003631834d41c598a02d296cd9eb4373ad123c6745df8532e60 +size 29327360 diff --git a/datasets/343533.tar b/datasets/343533.tar new file mode 100644 index 0000000000000000000000000000000000000000..929bd7499b330450ff5916c5b64f473bbd66a7d2 --- /dev/null +++ b/datasets/343533.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4571b6f8db8adf756ed98502223e9184020a126d5ab64d08e0a69e7b716decd +size 29347840 diff --git a/datasets/343760.tar b/datasets/343760.tar new file mode 100644 index 0000000000000000000000000000000000000000..86a7b7ff5e6ca05aeef20730a8d541fd899cc9b7 --- /dev/null +++ b/datasets/343760.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ec0fe8797c2b1ad7852082316ddfce928d2af3059b1f535720695c2730b96a +size 8202240 diff --git a/datasets/343849.tar b/datasets/343849.tar new file mode 100644 index 0000000000000000000000000000000000000000..11f0848990eb3b5f0867be6e418c0afdd624d69c --- /dev/null +++ b/datasets/343849.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:346acad969badb848763f5ad7d441a5aa583b4ab53fc0c53119162d5a50d7b04 +size 399360 diff --git a/datasets/343899.tar b/datasets/343899.tar new file mode 100644 index 0000000000000000000000000000000000000000..985c8e0888e15fcdb38ba4e928eca8e89de09762 --- /dev/null +++ b/datasets/343899.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c34f781266a460046df541c09457179415c2c9688ac6ec3deac53265ce743f +size 2324480 diff --git a/datasets/343902.tar b/datasets/343902.tar new file mode 100644 index 0000000000000000000000000000000000000000..9d55afa0240c7368bb1ee01d505e3a4b2264abf3 --- /dev/null +++ b/datasets/343902.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ba4fc61cdadbf2bdc2be836a13f6ffe1c84bf573b223795aac889664995aef +size 8540160 diff --git a/datasets/344394.tar b/datasets/344394.tar new file mode 100644 index 0000000000000000000000000000000000000000..a9153e88e6f793ced6d8c6a6168e7110092fb68a --- /dev/null +++ b/datasets/344394.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad8c59628ba503a73d9a983083159aa272a13bc95117f325388a7c3513fced6 +size 6297600 diff --git a/datasets/344568.tar b/datasets/344568.tar new file mode 100644 index 0000000000000000000000000000000000000000..faca6a6e27ca9bd33a2216f5e3c71e4f9c4326e5 --- /dev/null +++ b/datasets/344568.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f57b82e6ef82b721525e119be93183a5af4e3d7131e2675a3c055f8d05e039b2 +size 6461440 diff --git a/datasets/344594.tar b/datasets/344594.tar new file mode 100644 index 0000000000000000000000000000000000000000..b5a62a9de1ce831f9848c7a0a7388c00bd578dac --- /dev/null +++ b/datasets/344594.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6912fa16fee806315b50c33f91cdbc20071ef0e67fde32281672a3188089d701 +size 7393280 diff --git a/datasets/344606.tar b/datasets/344606.tar new file mode 100644 index 0000000000000000000000000000000000000000..f582cc00b470223d806518a523395318815653a2 --- /dev/null +++ b/datasets/344606.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd200590f7bf34b382dc0bcaf6af5eb060c9849f231678ff27b276f7ee14cd5 +size 8919040 diff --git a/datasets/344950.tar b/datasets/344950.tar new file mode 100644 index 0000000000000000000000000000000000000000..0a65f78ab6804131a826b1f9738765b2c795fc46 --- /dev/null +++ b/datasets/344950.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec6c5952db21340435b2df2401f8bc52fa0b7057c7d2d248f42d4f5d7aece969 +size 2529280 diff --git a/datasets/345086.tar b/datasets/345086.tar new file mode 100644 index 0000000000000000000000000000000000000000..61ee1a8f0e4c926cfe68611b63915c16647445af --- /dev/null +++ b/datasets/345086.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f8710bebedd692b11999d7a170e51d46ab1fe9493e621736dcee4e45b1691ce +size 2529280 diff --git a/datasets/345255.tar b/datasets/345255.tar new file mode 100644 index 0000000000000000000000000000000000000000..7aaf0402c99ff345df3641d58eb699ffc89df1da --- /dev/null +++ b/datasets/345255.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aa4fc084d74b6ff3219fa23e78b7db8e952201ee702ffa1a77fd006cd82ec5d +size 8151040 diff --git a/datasets/345304.tar b/datasets/345304.tar new file mode 100644 index 0000000000000000000000000000000000000000..8a4427bde2b8b7939e7cd0bde61356f474832aa6 --- /dev/null +++ b/datasets/345304.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:304799f1169dc64a3135e9f1e0f030affd5a295d1e383b06a3938666e08fd6b1 +size 17346560 diff --git a/datasets/345372.tar b/datasets/345372.tar new file mode 100644 index 0000000000000000000000000000000000000000..f2739f42a3987c3f8c1dc66d07c15889ab0e04d7 --- /dev/null +++ b/datasets/345372.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f399cf5f250047d576a728b295a1a03e6b0120d231f5017818ac5f3aabf1e8c +size 8028160 diff --git a/datasets/346235.tar b/datasets/346235.tar new file mode 100644 index 0000000000000000000000000000000000000000..a9dbca98b05bf7a210d6fb03fa0242b39185d2cf --- /dev/null +++ b/datasets/346235.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d6720640adc5206130691be845abdfea5387d47a9de81f6a9d371abf449bb6 +size 10516480 diff --git a/datasets/346451.tar b/datasets/346451.tar new file mode 100644 index 0000000000000000000000000000000000000000..ca69f2dcb0255c40ed0c167b85672c7a5c4e6cb5 --- /dev/null +++ b/datasets/346451.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43e38b65b7e384b23fd28cf3b48ce64cda25d03c98bc9c5bc58f108ba6f3072e +size 2088960 diff --git a/datasets/346493.tar b/datasets/346493.tar new file mode 100644 index 0000000000000000000000000000000000000000..d09763b95b1be44d393ab6236100b1353fb9f998 --- /dev/null +++ b/datasets/346493.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b7a058b82db65be0c31bb136428794acbd339343f3115a072df961fe8a48c00 +size 5468160 diff --git a/datasets/346543.tar b/datasets/346543.tar new file mode 100644 index 0000000000000000000000000000000000000000..13747ff88d493ad1fa4037de9284d5ffab27321a --- /dev/null +++ b/datasets/346543.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e29f70366855d9c42dbb8dd066f950194e5a1f7db1a9aba9b2204f47955d582 +size 45547520 diff --git a/datasets/346652.tar b/datasets/346652.tar new file mode 100644 index 0000000000000000000000000000000000000000..79d89d6d59180c3dbc810b59c6d1aa7c1ad49191 --- /dev/null +++ b/datasets/346652.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59031d6a2778f723f12c1996ef54f56136e5e2b1d606b348610458785d39632f +size 9543680 diff --git a/datasets/346780.tar b/datasets/346780.tar new file mode 100644 index 0000000000000000000000000000000000000000..f8a0a39e387d5e87248d72ce4fb9b43b52d08fb4 --- /dev/null +++ b/datasets/346780.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6703e1d23f7c254883c47f02a4f74a632fa362870c5989facc0e7897d0519ff +size 7700480 diff --git a/datasets/346824.tar b/datasets/346824.tar new file mode 100644 index 0000000000000000000000000000000000000000..6f9f3f352f5b865ec4dc28ab1220c5243820d2ad --- /dev/null +++ b/datasets/346824.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4045b1f7cf9f420c6706b5ec4b01435b3fb8a15e8e5974e31dc2eb681660e22c +size 5959680 diff --git a/datasets/346897.tar b/datasets/346897.tar new file mode 100644 index 0000000000000000000000000000000000000000..4f15245917781863f72697aa802205685b2a3cbb --- /dev/null +++ b/datasets/346897.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d944640aa8f92e551cea05dbd144b4a325c2bf7a69b697a86ca3184acbc4a70b +size 9564160 diff --git a/datasets/346929.tar b/datasets/346929.tar new file mode 100644 index 0000000000000000000000000000000000000000..7c564e824da2f40fe328590322e8c5d4f6c883e8 --- /dev/null +++ b/datasets/346929.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd88779054051652922b4412f387ff676b0634ddb236490f195efe3e203c43de +size 11540480 diff --git a/datasets/347121.tar b/datasets/347121.tar new file mode 100644 index 0000000000000000000000000000000000000000..31462628dbb9f02c02ce7e6542b74d59c6d51448 --- /dev/null +++ b/datasets/347121.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed3bd70799b707ee42eab6e440983487c50f67d4af91d72ffd0271506eb3ec45 +size 10240000 diff --git a/datasets/347622.tar b/datasets/347622.tar new file mode 100644 index 0000000000000000000000000000000000000000..708bdc21d7a87fdcb5264f9d619e60be05bd4452 --- /dev/null +++ b/datasets/347622.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a90d80a162418d4c7afdad652f026e9a9b2497419b881e4fc9304b083c043493 +size 6195200 diff --git a/datasets/347648.tar b/datasets/347648.tar new file mode 100644 index 0000000000000000000000000000000000000000..fd2e9ca5617fc5226b5fac2301c658d7f5429a84 --- /dev/null +++ b/datasets/347648.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad3a0e422d8ed3488ef470ddd5ae4f7ccdaabb784bafa7ac184c5e8157fb1c2b +size 1792000 diff --git a/datasets/347677.tar b/datasets/347677.tar new file mode 100644 index 0000000000000000000000000000000000000000..f3d8187ec3c0cb91773d7f72c3dfd2cce63082ba --- /dev/null +++ b/datasets/347677.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d3a9711ddf17881b5dd727ba90e6ac8bb37d814de7a89764b4ee19cd9cd732 +size 3481600 diff --git a/datasets/34793.tar b/datasets/34793.tar new file mode 100644 index 0000000000000000000000000000000000000000..4db92389dfa869b9026c071f2d98a9fd85c1eaf7 --- /dev/null +++ b/datasets/34793.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a95a04250c6c9f8c55195099fed1fe668b5fb927c6dd80bd90485b02072b00dc +size 573440 diff --git a/datasets/348081.tar b/datasets/348081.tar new file mode 100644 index 0000000000000000000000000000000000000000..90a1b15ec3403d11787f78bde690a5a1f29303cf --- /dev/null +++ b/datasets/348081.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a618027957ae1545fe25ce16e36aeb8410f7884ad807d91e463a70b29c34f2 +size 819200 diff --git a/datasets/348090.tar b/datasets/348090.tar new file mode 100644 index 0000000000000000000000000000000000000000..0e6356bb1b5485ab8fdf0e716063dd31df6e46df --- /dev/null +++ b/datasets/348090.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f95713d8f6e0465c78f7257b3560d569f70a8c466aeb8f2b572003d8902011 +size 4126720 diff --git a/datasets/348116.tar b/datasets/348116.tar new file mode 100644 index 0000000000000000000000000000000000000000..21b378fca1aec180faa2326c7c90c37f3c93d7cf --- /dev/null +++ b/datasets/348116.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d90e4ee7c26a8435db3260a32ae877e07cd43347ac34de302e483329d13a73 +size 1413120 diff --git a/datasets/348126.tar b/datasets/348126.tar new file mode 100644 index 0000000000000000000000000000000000000000..a0c4ea54f1ba318ef5716a5a672223847693df20 --- /dev/null +++ b/datasets/348126.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d590574c387158904624acd30246c61d8d577df13de4cbb016a6550459252f7d +size 71639040 diff --git a/datasets/348140.tar b/datasets/348140.tar new file mode 100644 index 0000000000000000000000000000000000000000..247a3f8c3ae7541d847aa2b1fb0a074f91876d0c --- /dev/null +++ b/datasets/348140.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52ca78ccaef1a2a3e113cc12b255c972543c6af44efbda22a71c281275ffac2c +size 778240 diff --git a/datasets/348315.tar b/datasets/348315.tar new file mode 100644 index 0000000000000000000000000000000000000000..0f427ca0a098dead63c65a89084de1f4ed905761 --- /dev/null +++ b/datasets/348315.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1a98cf04cdadf21f9a9ea29941f53e41f8649a033dc8c7127eae74476ff050 +size 9297920 diff --git a/datasets/348540.tar b/datasets/348540.tar new file mode 100644 index 0000000000000000000000000000000000000000..d173c69e5be36e33b53f161d572427b6f8e90f92 --- /dev/null +++ b/datasets/348540.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c20ae3f115d8f978d19688c10f09f31567ce1081fb559f0d639669c6ef2097a +size 7362560 diff --git a/datasets/348630.tar b/datasets/348630.tar new file mode 100644 index 0000000000000000000000000000000000000000..35f852a821a7a8093bc5c71c7c4add53db31c7e7 --- /dev/null +++ b/datasets/348630.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f1710188125f277eb76b8c57eb1f981ad653cf42251e50957211f4e48fded5 +size 122880 diff --git a/datasets/348708.tar b/datasets/348708.tar new file mode 100644 index 0000000000000000000000000000000000000000..c28a22f52b915aaf72a9a7168fb0762a0c02b6b6 --- /dev/null +++ b/datasets/348708.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e27f4c60654af92ea64a126bea4a16779982ac4de1a6f0c9ce43d0c42be9ee26 +size 942080 diff --git a/datasets/348770.tar b/datasets/348770.tar new file mode 100644 index 0000000000000000000000000000000000000000..083573fa7851323e9687b2019a864eedc075c512 --- /dev/null +++ b/datasets/348770.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf348d71c2ffd00f0879ffeec7c05635b090d758bc4fc2c7f3f64df9d704846 +size 1177600 diff --git a/datasets/34879.tar b/datasets/34879.tar new file mode 100644 index 0000000000000000000000000000000000000000..af3043fb034a516a1c76b3d0fee6ae5fb2fc6f50 --- /dev/null +++ b/datasets/34879.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108358bfffc8baedddf782298491b5ab57c99dfd878554b33d998e1f5a52cb94 +size 28948480 diff --git a/datasets/349089.tar b/datasets/349089.tar new file mode 100644 index 0000000000000000000000000000000000000000..c93bb1fe3e42f26e537ae21ea8d784369c9f1378 --- /dev/null +++ b/datasets/349089.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae0aced3ed462e646a2d7d02a93d667eee7f9558f0c514092da018ce90a2836 +size 8663040 diff --git a/datasets/349164.tar b/datasets/349164.tar new file mode 100644 index 0000000000000000000000000000000000000000..aa6790e6c3e4eda6cafac4327121dc70d8cbe871 --- /dev/null +++ b/datasets/349164.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bcb7da1c4448bdd9ff05f99ea711cd1f1fb16adbfaeda6f434084dba2d6ed96 +size 2990080 diff --git a/datasets/349263.tar b/datasets/349263.tar new file mode 100644 index 0000000000000000000000000000000000000000..05f8ea0b71611c439b71adfcc0e08daf985976ff --- /dev/null +++ b/datasets/349263.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d07ca8fe845b9d9440314e62cd559b7459605878e32555a1b68e06e1a317c9ad +size 8099840 diff --git a/datasets/349417.tar b/datasets/349417.tar new file mode 100644 index 0000000000000000000000000000000000000000..6bf2510def504bb5e10b89f01322f987dda67297 --- /dev/null +++ b/datasets/349417.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07602df1809bff4fc07f356c726554b437c50ec03baa553ecbeb0294065688aa +size 8079360 diff --git a/datasets/349609.tar b/datasets/349609.tar new file mode 100644 index 0000000000000000000000000000000000000000..249e870bf23f4f1adee0129d617f5c85c1078015 --- /dev/null +++ b/datasets/349609.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73825211dd7c657017f2d7f70949c6e219c3c041dcc72878eee9a5acca2bb4e4 +size 4311040 diff --git a/datasets/349828.tar b/datasets/349828.tar new file mode 100644 index 0000000000000000000000000000000000000000..9948b5eef09154b5b2ac3449d5a58ea9de3c8d5b --- /dev/null +++ b/datasets/349828.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c985357e8598510b885ccad14d9d420c57be316e93c2e3038c3268eedc539a5c +size 3624960 diff --git a/datasets/349918.tar b/datasets/349918.tar new file mode 100644 index 0000000000000000000000000000000000000000..1dcc0ff8c404bd2f4c50cceee0a2976248882245 --- /dev/null +++ b/datasets/349918.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:084fedda4f49d679d677d1fdf70f137fe2e1a0003152bb6c3f1d88db287b4525 +size 1208320 diff --git a/datasets/349930.tar b/datasets/349930.tar new file mode 100644 index 0000000000000000000000000000000000000000..b7b111c4859b1f97ba702d135eab4a961972faf8 --- /dev/null +++ b/datasets/349930.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b7c6944f68bcf3b6a988a0d5f090ec9f3985f71d6698f5967c8993d089b68c +size 1873920 diff --git a/datasets/350184.tar b/datasets/350184.tar new file mode 100644 index 0000000000000000000000000000000000000000..de1cf025c459332d97d7204c50d2e3ea97e957e1 --- /dev/null +++ b/datasets/350184.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ab6ce00e723697c14c19366c45d33a32e0f62cf1c8bf33764dbf8e62440857 +size 2273280 diff --git a/datasets/350238.tar b/datasets/350238.tar new file mode 100644 index 0000000000000000000000000000000000000000..6e7606d6719cf5f1cd396f222c86649d2d50219b --- /dev/null +++ b/datasets/350238.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9e687961b9bda001fe4a2b4d75586aa0fe296857b8d63a3dfff7cfe8cd5135 +size 2058240 diff --git a/datasets/350639.tar b/datasets/350639.tar new file mode 100644 index 0000000000000000000000000000000000000000..f23525fe41ea2af95639fe888b6d3ab5d68e15da --- /dev/null +++ b/datasets/350639.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e074f6a823dc82b9e8ca32220ad972631f432146b90c81776e53898d96eb3f54 +size 4280320 diff --git a/datasets/350754.tar b/datasets/350754.tar new file mode 100644 index 0000000000000000000000000000000000000000..f60b2a9350c0ebffe6d3ae3be383862e22a8cb6e --- /dev/null +++ b/datasets/350754.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81fb6573dd802980189612ca8349caf366956987d6c2b6b90345a392e5495b7c +size 22333440 diff --git a/datasets/350771.tar b/datasets/350771.tar new file mode 100644 index 0000000000000000000000000000000000000000..2b884ec1e9b236d0b0178971044c920ad225627b --- /dev/null +++ b/datasets/350771.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c53a811bdad5e69890fcee69e29ed7644713079e0d03ba95fc050cd026053bbb +size 9635840 diff --git a/datasets/350897.tar b/datasets/350897.tar new file mode 100644 index 0000000000000000000000000000000000000000..dcd3519f5e7874837ca4df9d31ea00697930568a --- /dev/null +++ b/datasets/350897.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d95130a1329ff3f39e08985b22317978439db7e43ddafe304cda77c6643dde9 +size 1945600 diff --git a/datasets/351172.tar b/datasets/351172.tar new file mode 100644 index 0000000000000000000000000000000000000000..f1ff43d7437c58dd6e088204335bb56dc6bf422f --- /dev/null +++ b/datasets/351172.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e61c1b5709ea3fbb42a62859f6102433a280a2003b1cbcf5bac4f34f9b19d5 +size 12288000 diff --git a/datasets/351296.tar b/datasets/351296.tar new file mode 100644 index 0000000000000000000000000000000000000000..8a364616e6f5139c53a8e555b84e2972b68198c0 --- /dev/null +++ b/datasets/351296.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b32e127e368836ffe6f1bf30e7584747e846192e08a2228999b919405d655b +size 1443840 diff --git a/datasets/351484.tar b/datasets/351484.tar new file mode 100644 index 0000000000000000000000000000000000000000..44e3b7b0cf2441acfe1c20fbca9306f97779c3c4 --- /dev/null +++ b/datasets/351484.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a11bbdec814284c041fa9a143fe992eb1e7eae09fdd2b37fad2dc7bf749e397 +size 1679360 diff --git a/datasets/351923.tar b/datasets/351923.tar new file mode 100644 index 0000000000000000000000000000000000000000..52d26d8b24df0f3302379c20e0c6cc28208ca39c --- /dev/null +++ b/datasets/351923.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85e4517dd76d4e2f582f01049d7cc053783322ea93440a5017dde8caa7d489f4 +size 10086400 diff --git a/datasets/352458.tar b/datasets/352458.tar new file mode 100644 index 0000000000000000000000000000000000000000..a2c741da0131ee7072f8c2c0b02d6c00056476d0 --- /dev/null +++ b/datasets/352458.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75a02f2be22e17e9b08f09696f193fbb542cbc656169a2b53696e0ac9c415d2 +size 26091520 diff --git a/datasets/352491.tar b/datasets/352491.tar new file mode 100644 index 0000000000000000000000000000000000000000..877b3de4754e5304a39517bb6a8624ab6ea1e063 --- /dev/null +++ b/datasets/352491.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c48e29b1c4dd2a8b6f066331a82e573ab7a243aacd78b96ffefa1a9253855d13 +size 194560 diff --git a/datasets/353008.tar b/datasets/353008.tar new file mode 100644 index 0000000000000000000000000000000000000000..618de9e0abeb827b2c3cadbe38975b09bba258c0 --- /dev/null +++ b/datasets/353008.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b426a7870f10a08b25957fac8a39fbd855dc617a4e46682d02437c013dbb3c +size 8734720 diff --git a/datasets/353036.tar b/datasets/353036.tar new file mode 100644 index 0000000000000000000000000000000000000000..d90b7043c1662344b88b6bd206423f27164c7b3e --- /dev/null +++ b/datasets/353036.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb66283911846026e6f86d6cf14ee4266e111316a72ef73f02cad3ed224dcda3 +size 6195200 diff --git a/datasets/353226.tar b/datasets/353226.tar new file mode 100644 index 0000000000000000000000000000000000000000..82f3c91be61f17e878f33fc4d55edc78bb780c9a --- /dev/null +++ b/datasets/353226.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dae4eb909da6454eac0525576919e03927a0b187897bf442ef3af73f3957db1 +size 7495680 diff --git a/datasets/353311.tar b/datasets/353311.tar new file mode 100644 index 0000000000000000000000000000000000000000..5622a2cdfbd5036c70b9b1153e557117d31da838 --- /dev/null +++ b/datasets/353311.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eab4b66ab2f1823eb17130885ee09c980fde491670d19318c4e59d216dfb7b67 +size 7495680 diff --git a/datasets/353739.tar b/datasets/353739.tar new file mode 100644 index 0000000000000000000000000000000000000000..344b36f31808482c80b01c9c5b506c0dc5c737fa --- /dev/null +++ b/datasets/353739.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0fea56808478a3a5dcaaeff57745062de0953855f5d7052eb6644d5399306e4 +size 3870720 diff --git a/datasets/353889.tar b/datasets/353889.tar new file mode 100644 index 0000000000000000000000000000000000000000..d9037b417d92a4414e276f09ec15dbafdccfb38f --- /dev/null +++ b/datasets/353889.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4979fbf2b6a7d264fb790d86ecc36cb8676527ce7a93c8aab91d908663ba5ffb +size 1034240 diff --git a/datasets/353935.tar b/datasets/353935.tar new file mode 100644 index 0000000000000000000000000000000000000000..5b645f9e2bb7a918bbc3252c5dcd7ab56b83afe6 --- /dev/null +++ b/datasets/353935.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb9f05305397d969f914a829d6aa9cb5fc7c805983879c5272cb55ad8cf0e496 +size 81920 diff --git a/datasets/354316.tar b/datasets/354316.tar new file mode 100644 index 0000000000000000000000000000000000000000..56d3be34c2894a44c25b527965630f6152b960e4 --- /dev/null +++ b/datasets/354316.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32dc84a7e52516aa0ec099abc1f5a6ced7580f64bf0bf88f0790db71e1831556 +size 8273920 diff --git a/datasets/354406.tar b/datasets/354406.tar new file mode 100644 index 0000000000000000000000000000000000000000..96cdf18688c2e13f09ca4f86c685f54ad434d41e --- /dev/null +++ b/datasets/354406.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a979bef2d30401afe44600b7b1bfced6f9600360fb259f6d09b309319e913edd +size 286720 diff --git a/datasets/354418.tar b/datasets/354418.tar new file mode 100644 index 0000000000000000000000000000000000000000..a0119a77e2236a62b54e9d62ce32b2b18d5d632f --- /dev/null +++ b/datasets/354418.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:193268e878420f8a27e29f5225aa6d0251c8bb8ebe44322ee4dbe0801382e0fd +size 4270080 diff --git a/datasets/354889.tar b/datasets/354889.tar new file mode 100644 index 0000000000000000000000000000000000000000..6500b114a8a1a4b1bf38336278cc8dd768b7ac2d --- /dev/null +++ b/datasets/354889.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8c5983ce9d6b7147be91f01e68488df560f8e4028d2c00ecee6f89f1c6ec37 +size 7598080 diff --git a/datasets/354993.tar b/datasets/354993.tar new file mode 100644 index 0000000000000000000000000000000000000000..a2bf0f77b60958028b25f8da8ab69c25783d1979 --- /dev/null +++ b/datasets/354993.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:105ee11b29c08263038c4f3d5fab6c51166d61fdd46210aaae4f4ec97bff17b2 +size 7782400 diff --git a/datasets/355424.tar b/datasets/355424.tar new file mode 100644 index 0000000000000000000000000000000000000000..d46048d658c9fa3d23f37d8b9323638e63a3cfe1 --- /dev/null +++ b/datasets/355424.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a8a7fdd06290aaa9dc36374b6ba650e4afbbb60ae1330a3e5469ea085d53c7f +size 9246720 diff --git a/datasets/355491.tar b/datasets/355491.tar new file mode 100644 index 0000000000000000000000000000000000000000..962e5a78c40dd7544ac5eaa1077e9b195beb83c8 --- /dev/null +++ b/datasets/355491.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c89e88a0eb02a5602d4918691a15f48f0978f7eba3117a72631cd8856843be0 +size 2119680 diff --git a/datasets/355743.tar b/datasets/355743.tar new file mode 100644 index 0000000000000000000000000000000000000000..de821a5a4aaf429d9f3bb09840c2239d43744b5c --- /dev/null +++ b/datasets/355743.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6a6567c636e8f410c2b48d571d3721d16c415518b10670fc79fb918178df2c +size 79616000 diff --git a/datasets/355914.tar b/datasets/355914.tar new file mode 100644 index 0000000000000000000000000000000000000000..cb520bf15cc2c8bd126fdadabd3a6ba8362aab01 --- /dev/null +++ b/datasets/355914.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6c1a105f122df794b1d74beaf6f845947c38c298be2ed23e3739cd1b94673d +size 9277440 diff --git a/datasets/356203.tar b/datasets/356203.tar new file mode 100644 index 0000000000000000000000000000000000000000..946c545b92e9f291059569d617e2e73daf797f32 --- /dev/null +++ b/datasets/356203.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f724ab1623a3e54791116453501dad524bc50ccd0a45842fe5fa0e943bd93a33 +size 8304640 diff --git a/datasets/357691.tar b/datasets/357691.tar new file mode 100644 index 0000000000000000000000000000000000000000..202b32412dbb2cca822b8979f72fbfdc6b55460f --- /dev/null +++ b/datasets/357691.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c19cd7cd88aec4229fa6abe0a705fb2ad38f6ec3c39ff92c6a3125f60df40bc +size 7444480 diff --git a/datasets/358157.tar b/datasets/358157.tar new file mode 100644 index 0000000000000000000000000000000000000000..c97d8212d548cc305e3865ae3934cee98770c2ba --- /dev/null +++ b/datasets/358157.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6daf5dea07b6472e77b5a8c8e07985f4fa85f7e2e365e85e424844aee69a1e4 +size 14397440 diff --git a/datasets/358282.tar b/datasets/358282.tar new file mode 100644 index 0000000000000000000000000000000000000000..b1cec436bb478272265bfb7575b700f54b675a3b --- /dev/null +++ b/datasets/358282.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f36b0e91e1c63b8f174f43249bf20a7721d3ff77a06cfef4bbb2be32e533b1f +size 1771520 diff --git a/datasets/358615.tar b/datasets/358615.tar new file mode 100644 index 0000000000000000000000000000000000000000..d29b7bef961e22e0c8d921d8a8f1660d51c73d49 --- /dev/null +++ b/datasets/358615.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:288fb3c6fa634f379f373d0a94c9fd3fc58cad48948ea7cd7adf4f6c6c924bb7 +size 14612480 diff --git a/datasets/358691.tar b/datasets/358691.tar new file mode 100644 index 0000000000000000000000000000000000000000..12cfc681c8cac1dab145cfa2b7e0d56760e27b88 --- /dev/null +++ b/datasets/358691.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d72cd60aa5e854aca52cd537dc8fdcb37686d58f0dbafd0b8e0520193c7e20 +size 9758720 diff --git a/datasets/358980.tar b/datasets/358980.tar new file mode 100644 index 0000000000000000000000000000000000000000..80aebf9d7bcc9501aec36f93f7d7b6920de3b059 --- /dev/null +++ b/datasets/358980.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0baf422ba427e65e65f5b9aca381be55f84978796350015d58f80e5d628c1b4 +size 471040 diff --git a/datasets/359133.tar b/datasets/359133.tar new file mode 100644 index 0000000000000000000000000000000000000000..3308bc3c3ee0662ff51c84412e398bc13448d698 --- /dev/null +++ b/datasets/359133.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7effd8fbd28a509ec5b81a9e80aa78e3a0d43926bb074f912d5b3b05b044efad +size 1945600 diff --git a/datasets/359139.tar b/datasets/359139.tar new file mode 100644 index 0000000000000000000000000000000000000000..de4d37b698b1fb4779fd2fba0514348e13651860 --- /dev/null +++ b/datasets/359139.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bff3d01d964dfc9261fb4b059eaff8d2b1f8b5f83c69f840de6ebfd267da66fe +size 7710720 diff --git a/datasets/359540.tar b/datasets/359540.tar new file mode 100644 index 0000000000000000000000000000000000000000..aaf97998d0d27f68954e493f3caccc52f0acf1db --- /dev/null +++ b/datasets/359540.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89ad1eb99d805af347f71be714b23b4f627ed0d39b406fee2446947f9ce57e0 +size 3143680 diff --git a/datasets/360515.tar b/datasets/360515.tar new file mode 100644 index 0000000000000000000000000000000000000000..9511481f6fc34a15aed23ded088e4a1a7b48d870 --- /dev/null +++ b/datasets/360515.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27563e8095ed810a4108dcd1fce417d793f55a3f110657a84ffbb4fbc1967353 +size 9308160 diff --git a/datasets/36059.tar b/datasets/36059.tar new file mode 100644 index 0000000000000000000000000000000000000000..a9ff6bd307d81b0652c7f0549616aeafdf62d3b3 --- /dev/null +++ b/datasets/36059.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3a15b88f99b56bc1f63dc2e4ea3100992d2c63fb1699b0f1df05390dde57af +size 6246400 diff --git a/datasets/361572.tar b/datasets/361572.tar new file mode 100644 index 0000000000000000000000000000000000000000..c5e10591d0ee925354a5f0a65650b3c8b5456899 --- /dev/null +++ b/datasets/361572.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8376e4b13d1738c229aba93d88814db59bccf2084ae21fa1310bfc54b58ae301 +size 6604800 diff --git a/datasets/362655.tar b/datasets/362655.tar new file mode 100644 index 0000000000000000000000000000000000000000..e26a82fb6bcb7d7c22f7a76cc4e60184af11a7e6 --- /dev/null +++ b/datasets/362655.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6e4ceb62df28c6223014040d0bd9f807eff1bdad94e4c15a2ebb5a681045d72 +size 706560 diff --git a/datasets/362732.tar b/datasets/362732.tar new file mode 100644 index 0000000000000000000000000000000000000000..689bf736d5164d57f45853020e218d323a58768b --- /dev/null +++ b/datasets/362732.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14b7dbe3f36344d97f33edcd1fb28c4734d6fdcb69e6889b326098318ab1ac5 +size 2672640 diff --git a/datasets/362778.tar b/datasets/362778.tar new file mode 100644 index 0000000000000000000000000000000000000000..227a8dc5cb7163d2d72faed2a6e1c0e7e99e465b --- /dev/null +++ b/datasets/362778.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85cfcf9fe06df9b5b479da158db0098b3203254e484cc2fc84504e9c693bf9e1 +size 101171200 diff --git a/datasets/362943.tar b/datasets/362943.tar new file mode 100644 index 0000000000000000000000000000000000000000..67ff85b885c3db1605e4fd9426800b5901afe846 --- /dev/null +++ b/datasets/362943.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb890d046915bae5a81e134c6d59e8b3171c76257aa7abce3dc6f3e92fbb068 +size 8724480 diff --git a/datasets/36318.tar b/datasets/36318.tar new file mode 100644 index 0000000000000000000000000000000000000000..dda5344d0776e38bffe08c268ddacbe45d9d1605 --- /dev/null +++ b/datasets/36318.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f65e00c094890d267cef8da12fb8ec9d1b4c716495446be36e05bd03fa1b0085 +size 16916480 diff --git a/datasets/36339.tar b/datasets/36339.tar new file mode 100644 index 0000000000000000000000000000000000000000..6b02cd76c1c9c29894ad70c78833fb857cabb542 --- /dev/null +++ b/datasets/36339.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e310479e7ca7a6abdd3db34b8a25ea9a935c1cae2fb3f947866ba3decdad5a +size 1464320 diff --git a/datasets/363552.tar b/datasets/363552.tar new file mode 100644 index 0000000000000000000000000000000000000000..4c4d88ecf15433591197bcdaa49a40ac3f913d92 --- /dev/null +++ b/datasets/363552.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7730b30ae7a496774300b37794778c73351e1315ced9711961b64a82e467f7bb +size 16261120 diff --git a/datasets/363592.tar b/datasets/363592.tar new file mode 100644 index 0000000000000000000000000000000000000000..9a6787104322b7536728a9d97d2895641f89019f --- /dev/null +++ b/datasets/363592.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1445bdaea45afa928ca9b2acd7d4e576cb336a78302e73afbba2ddb8ce6848b4 +size 4423680 diff --git a/datasets/363594.tar b/datasets/363594.tar new file mode 100644 index 0000000000000000000000000000000000000000..c08b7cc576d47f23bccd94b5a444c4517ff5520c --- /dev/null +++ b/datasets/363594.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cef09aa1a02f82759d9033018e5589c044f36132e0c01001b4c41b518a676c4 +size 8519680 diff --git a/datasets/363711.tar b/datasets/363711.tar new file mode 100644 index 0000000000000000000000000000000000000000..f383bcfcd5bd69ebc188b49e6029525d9efb5c8d --- /dev/null +++ b/datasets/363711.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1efc98a5eabd35ea04831884c90515ed6d82b3da02293dc2bc25550a4e79970 +size 2355200 diff --git a/datasets/363795.tar b/datasets/363795.tar new file mode 100644 index 0000000000000000000000000000000000000000..1756d4f289bb9d66b1902a883d08ee7765362325 --- /dev/null +++ b/datasets/363795.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4b45a1a71ce2eb81f12b5b0d28dc5d300cef92e08ffdce8767f160d5bd65c74 +size 4341760 diff --git a/datasets/363903.tar b/datasets/363903.tar new file mode 100644 index 0000000000000000000000000000000000000000..d028addf16e2627a750ca14c65909595a0fc7f57 --- /dev/null +++ b/datasets/363903.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f3f1bc547653476d72cf500cfa3b5f02e62744a8bd3b5e849536cbc5d063071 +size 2344960 diff --git a/datasets/364442.tar b/datasets/364442.tar new file mode 100644 index 0000000000000000000000000000000000000000..0b6aa0efd8dc3a724f09773bfc6c9288ede48c41 --- /dev/null +++ b/datasets/364442.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bd95305cb09c6cc0a800dea6fec5fed9083a7b94640d934152f79601f549372 +size 8488960 diff --git a/datasets/365381.tar b/datasets/365381.tar new file mode 100644 index 0000000000000000000000000000000000000000..fb6ae29b32fab7ba3e07f12e6f1585f64587baf5 --- /dev/null +++ b/datasets/365381.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b64be77731907d13beb1037a3cd9ff43655bb3207efea502b5be1068f378aae +size 15452160 diff --git a/datasets/365397.tar b/datasets/365397.tar new file mode 100644 index 0000000000000000000000000000000000000000..9f2f05a58b4303af9657bdf01ffbf59570e3eb04 --- /dev/null +++ b/datasets/365397.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b43dba6d8ca81bb06b30f1e499883a61f782d1227fcfecd9c8de946eeccd51f0 +size 362178560 diff --git a/datasets/365544.tar b/datasets/365544.tar new file mode 100644 index 0000000000000000000000000000000000000000..7d26a9dab8ae5806aa27f4f6cd30dbfe6ad373e8 --- /dev/null +++ b/datasets/365544.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5643ba7e417a6470384ae31a1f5d9807de0a894f3347cea7b4c9753b2bb7f7aa +size 276480 diff --git a/datasets/365611.tar b/datasets/365611.tar new file mode 100644 index 0000000000000000000000000000000000000000..3bfd8715c209241bba3da30db1fc2a307b2c4993 --- /dev/null +++ b/datasets/365611.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cde08e6ce2e9e31de41de996ffe9a00fe273cbd0bb1f11143184312a0fb2a2b4 +size 14356480 diff --git a/datasets/36619.tar b/datasets/36619.tar new file mode 100644 index 0000000000000000000000000000000000000000..8429bf2103e2fe0ed21ae5284886a52812c415df --- /dev/null +++ b/datasets/36619.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dedf33024bd5ea567cffbbc34f160b4e006ecc5efc328b6c39752e95d16f5f31 +size 359055360 diff --git a/datasets/366248.tar b/datasets/366248.tar new file mode 100644 index 0000000000000000000000000000000000000000..164202c9d370780a364fb1a19f75aaebedb8c6bf --- /dev/null +++ b/datasets/366248.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c228f4bc352ffa62fe82fd6f738290057d7269ccb03e66b99c3a578f89420b6d +size 153600 diff --git a/datasets/366351.tar b/datasets/366351.tar new file mode 100644 index 0000000000000000000000000000000000000000..c65f5a1625cecaed3542341cbbde5f8383df5b0f --- /dev/null +++ b/datasets/366351.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09f178027e733a0dacd107fc990791f8b217be7154b89baec3d1b9dddb6a2c6 +size 23541760 diff --git a/datasets/366593.tar b/datasets/366593.tar new file mode 100644 index 0000000000000000000000000000000000000000..0f963546439794ac82219921d1398c703f0a4435 --- /dev/null +++ b/datasets/366593.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0ec6baecb6ecd4489084e512b8591901e7ce5350100f75e5417965b15d63eab +size 38389760 diff --git a/datasets/366689.tar b/datasets/366689.tar new file mode 100644 index 0000000000000000000000000000000000000000..00b05618d28603f2b016fad83eb5d8dd6c91de8c --- /dev/null +++ b/datasets/366689.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd181b7230606c79e63ee41ea25f7e76b50e6d98eae228b1e4549e87ea7b71cc +size 13168640 diff --git a/datasets/36712.tar b/datasets/36712.tar new file mode 100644 index 0000000000000000000000000000000000000000..f859e66a78b276136f93f1b75a4e568eed5b15e7 --- /dev/null +++ b/datasets/36712.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:701d589470814a8378efe03a00712a3515083b8c497309d7a18a43ec46588dde +size 43038720 diff --git a/datasets/367345.tar b/datasets/367345.tar new file mode 100644 index 0000000000000000000000000000000000000000..bf7cfe245aae4aac4d8c3e4b233ca9375faa588b --- /dev/null +++ b/datasets/367345.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10825876ce9a4dbc31f82ed09eec6dfa3ca9746ceea3c570f8ffddcb559e0bca +size 2201600 diff --git a/datasets/367577.tar b/datasets/367577.tar new file mode 100644 index 0000000000000000000000000000000000000000..dd80ae9ea75d0cedc1fd3c0de745299337a1238f --- /dev/null +++ b/datasets/367577.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:521f65fca0752d6ac7ef3721b99dcfad6d890076a6eb4aaaf409361cf46c7a09 +size 12513280 diff --git a/datasets/367734.tar b/datasets/367734.tar new file mode 100644 index 0000000000000000000000000000000000000000..48358eda843c7d193ef869debad15f7bbedabf26 --- /dev/null +++ b/datasets/367734.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:202ef7811630b183ef74097c091b6e31412a4f143c5b3523f8da2eda4aec16fd +size 8550400 diff --git a/datasets/367882.tar b/datasets/367882.tar new file mode 100644 index 0000000000000000000000000000000000000000..c9b8eb7c68eb35008003831d6050051ada1d5b95 --- /dev/null +++ b/datasets/367882.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:257f9176b06ded8d113e3807c5b18435a559c4696808a123e932724ae77e5512 +size 8929280 diff --git a/datasets/367999.tar b/datasets/367999.tar new file mode 100644 index 0000000000000000000000000000000000000000..f5fa7fe86a37b8de2b76594c89f455b85aaa7d36 --- /dev/null +++ b/datasets/367999.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a933db90b84473448fa08053be79ed8970b98de7e5a30b81cc1d22a0baf1da2c +size 18339840 diff --git a/datasets/368015.tar b/datasets/368015.tar new file mode 100644 index 0000000000000000000000000000000000000000..7ae77496b6c3dd50efe79a059d209216323a7dc0 --- /dev/null +++ b/datasets/368015.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22152cf7f66aa0c567ca04f786a070b8f328d7c65b2876ef41861436a2abe32f +size 7833600 diff --git a/datasets/368468.tar b/datasets/368468.tar new file mode 100644 index 0000000000000000000000000000000000000000..95807d852d4b523c5cfef3133e9a24fd680f18b3 --- /dev/null +++ b/datasets/368468.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64bc400f1e09d6cb6c9452a80dc939a9838767eb840565a4943b7dd8842282c1 +size 9482240 diff --git a/datasets/368529.tar b/datasets/368529.tar new file mode 100644 index 0000000000000000000000000000000000000000..9097d1230b5ad6fea82de68a464b4196e1974d3a --- /dev/null +++ b/datasets/368529.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cce597a4b735aaa7387b78fa3c0db3f72945991672e7e7f6cd77682514deb00 +size 2764800 diff --git a/datasets/368568.tar b/datasets/368568.tar new file mode 100644 index 0000000000000000000000000000000000000000..bf36386761776a87d7203e7557ddfb99f31519b5 --- /dev/null +++ b/datasets/368568.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:466cbf76d54cea6483f822b9a32038ccf7caefdcb41fb55dbb2028c88d532e77 +size 4618240 diff --git a/datasets/368607.tar b/datasets/368607.tar new file mode 100644 index 0000000000000000000000000000000000000000..7cc68db971b9dd739059482e0dc5ede5ff140db1 --- /dev/null +++ b/datasets/368607.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf48015451ff8224d188d115da038c901420787308fae4aeb6da1cd888aea03 +size 1218560 diff --git a/datasets/369029.tar b/datasets/369029.tar new file mode 100644 index 0000000000000000000000000000000000000000..49aa65574ebaa9bebf833554c409d081a6d39c0c --- /dev/null +++ b/datasets/369029.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a910c8a8cade18862764b75ec76484d8151334f8fa4702f07d7301cbab3b40 +size 1249280 diff --git a/datasets/369366.tar b/datasets/369366.tar new file mode 100644 index 0000000000000000000000000000000000000000..31a2db13fdba2044dd6277c01aa9bc364e60c20d --- /dev/null +++ b/datasets/369366.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b06feb9c5862e52bd5a17c8fdbc4e8e764155b8ae0a15b286eeb1aacd45620e +size 63651840 diff --git a/datasets/369439.tar b/datasets/369439.tar new file mode 100644 index 0000000000000000000000000000000000000000..0fa0ec5f867fc5b2976f3b84574b471abf3a33f4 --- /dev/null +++ b/datasets/369439.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94efeb8f9234e6352b96cd71cb7a5c39d231e3fca6c0776170f4bc5cdc2f907e +size 1443840 diff --git a/datasets/369441.tar b/datasets/369441.tar new file mode 100644 index 0000000000000000000000000000000000000000..5fd7fd17741da512423d1cb2eb59034e035d2db5 --- /dev/null +++ b/datasets/369441.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e573eaa82ae40bc4d962da1f9fdb632a9a5b275fdde508edb7176d7a04cbd79 +size 9154560 diff --git a/datasets/369464.tar b/datasets/369464.tar new file mode 100644 index 0000000000000000000000000000000000000000..98b1625618934636e2541ec100f7b0afce2696f2 --- /dev/null +++ b/datasets/369464.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd0d74117f99eab33fbfaf8d987c0dc351b1f2373c695f4b653f3a02695966bd +size 5396480 diff --git a/datasets/369526.tar b/datasets/369526.tar new file mode 100644 index 0000000000000000000000000000000000000000..3e96e1370e2085b3c931b142b12a96c8a8d1ca51 --- /dev/null +++ b/datasets/369526.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd286500cd65fa06160f53eb12f19a5573db34f5878366d782759562ec132555 +size 13813760 diff --git a/datasets/369562.tar b/datasets/369562.tar new file mode 100644 index 0000000000000000000000000000000000000000..00102261e4508653c3e7300295011dfc78c63d76 --- /dev/null +++ b/datasets/369562.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d76a3a43ff4a01fb0fb3a37abb636084b923d112a569235ff47f99ab0669d23 +size 5171200 diff --git a/datasets/369864.tar b/datasets/369864.tar new file mode 100644 index 0000000000000000000000000000000000000000..d98fe498baaf135f182588771e30af9ff25aefcb --- /dev/null +++ b/datasets/369864.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af7105906bbdcfb5f5eb177b9db354dfc2615811e9b2281a841f6c53d92b200 +size 3000320 diff --git a/datasets/370532.tar b/datasets/370532.tar new file mode 100644 index 0000000000000000000000000000000000000000..6367712147964a9c99a49a5645e6dcaa03578716 --- /dev/null +++ b/datasets/370532.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde243d4554b3700c07ab1d869d904a90723130dfd68bb2d4535e3b003a21ad2 +size 1710080 diff --git a/datasets/370651.tar b/datasets/370651.tar new file mode 100644 index 0000000000000000000000000000000000000000..fcacaa2d08e340aacbf36a99e16357c852ae5d04 --- /dev/null +++ b/datasets/370651.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df157c12b401266a766832a513c3ff1f080b8f41341fef1700510edc7873a6d2 +size 2713600 diff --git a/datasets/370835.tar b/datasets/370835.tar new file mode 100644 index 0000000000000000000000000000000000000000..51f26a93708255267d776d289087b5a987bb28cd --- /dev/null +++ b/datasets/370835.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee4474e754b9c5816f79a61791bafacecca6339f00f1650086e592dfaa8248a +size 23541760 diff --git a/datasets/370896.tar b/datasets/370896.tar new file mode 100644 index 0000000000000000000000000000000000000000..4a5a2c38e4cafc356b6ee25469feee6637d294cf --- /dev/null +++ b/datasets/370896.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb64cf396af5ff88bf52a1254868f7ce252cc5cc005f2c76d63ae4c7e5f6ffc +size 49786880 diff --git a/datasets/370997.tar b/datasets/370997.tar new file mode 100644 index 0000000000000000000000000000000000000000..2d4a0e1c8b18bced12d375fa9c6d58d429c9e9a0 --- /dev/null +++ b/datasets/370997.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee589cd21bc1859201b75c12668c514d026eefe5d5d97ecdf8d6b20724a9890e +size 8161280 diff --git a/datasets/371305.tar b/datasets/371305.tar new file mode 100644 index 0000000000000000000000000000000000000000..e91fc0bccd70777ddc1be18e8461e8d758593e40 --- /dev/null +++ b/datasets/371305.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82b545de996b6c00262fac77028a5db65a738b76de2733f430d0baa0d624a988 +size 327680 diff --git a/datasets/371392.tar b/datasets/371392.tar new file mode 100644 index 0000000000000000000000000000000000000000..0e1488c36c974de45c4181e36bde957659ab346b --- /dev/null +++ b/datasets/371392.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eae3e45996a15aa53b53e1648ba8d88cfb41a5f041c25b8e34ca7467bac92f1e +size 7936000 diff --git a/datasets/371579.tar b/datasets/371579.tar new file mode 100644 index 0000000000000000000000000000000000000000..22f96c6c485a377d512aa6a11f5d666ebfbf9b1f --- /dev/null +++ b/datasets/371579.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e0350445d4c503dc1f82831f2ce62dbf8fb731e0688171a0c3de1e2856c01a +size 13352960 diff --git a/datasets/372108.tar b/datasets/372108.tar new file mode 100644 index 0000000000000000000000000000000000000000..15d16ecad09bb3e3ba3621844ff8c6a9d5e7a893 --- /dev/null +++ b/datasets/372108.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6178656d061487ac1711360666211c3ccdeb7311cc4d4783a6ba148391244924 +size 3768320 diff --git a/datasets/372251.tar b/datasets/372251.tar new file mode 100644 index 0000000000000000000000000000000000000000..de03bc0298df8ea65a568146bb158ee63a74dc41 --- /dev/null +++ b/datasets/372251.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:521fe884d35eb8890d06cd3e8243684027f13c58f7dddb5f5fd1acec7c5d9850 +size 14366720 diff --git a/datasets/372657.tar b/datasets/372657.tar new file mode 100644 index 0000000000000000000000000000000000000000..bc604b39d74dbcf7a23d2182ea017598fa17f04c --- /dev/null +++ b/datasets/372657.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:889ac19fcdeb0dd381149421dfb6a50db4108200bdedc9f15873f37555f4b2f9 +size 727040 diff --git a/datasets/372981.tar b/datasets/372981.tar new file mode 100644 index 0000000000000000000000000000000000000000..425574d28209098ac4cc352fb18971a0d6e1ee9b --- /dev/null +++ b/datasets/372981.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe8ab8b75573a36c911166975aa47270070e1d808685b472e94ac92149bc622b +size 30760960 diff --git a/datasets/373064.tar b/datasets/373064.tar new file mode 100644 index 0000000000000000000000000000000000000000..d07f77d2a8c5134b3afe971322dbaacffa38a31a --- /dev/null +++ b/datasets/373064.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a614a9a55d6cbb9db7dc8018a12c29ce1d0de4cf76247c19e946ea0ee7bfb1 +size 8140800 diff --git a/datasets/373188.tar b/datasets/373188.tar new file mode 100644 index 0000000000000000000000000000000000000000..79019081fb99910897eb45ebb24f5a0b0e9ec539 --- /dev/null +++ b/datasets/373188.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1f04598f6f180eb8d39d3649e36a6348d2b2566c7491e1bf08f6a8fe67cda6 +size 8499200 diff --git a/datasets/373493.tar b/datasets/373493.tar new file mode 100644 index 0000000000000000000000000000000000000000..fb63bec67c7a0f42cddd76d941e82147ab95f00d --- /dev/null +++ b/datasets/373493.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8799c52d8009c85c21e1beee9cdd120bdcfdf014c4ea75f451a43a8c23a16373 +size 6236160 diff --git a/datasets/373634.tar b/datasets/373634.tar new file mode 100644 index 0000000000000000000000000000000000000000..fc4b241e8eab7c75f8565087a5cf05234c8acb7f --- /dev/null +++ b/datasets/373634.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3103b300b08d6daf8272f4244ee7b6dcddb8cf5b3faae4d10638eb8f7ae2f10f +size 4505600 diff --git a/datasets/374209.tar b/datasets/374209.tar new file mode 100644 index 0000000000000000000000000000000000000000..411f1af5e0966387903c2ca00bb0bbd10af8d44e --- /dev/null +++ b/datasets/374209.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35035df5cbd0324954dae19625a902240d1a4bfd40f779b0908953c0cbe775f9 +size 10915840 diff --git a/datasets/374513.tar b/datasets/374513.tar new file mode 100644 index 0000000000000000000000000000000000000000..699afeee5d88535999f40bf0440a2bc613408a1f --- /dev/null +++ b/datasets/374513.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:851c9eee021792845d1a0229173ec0a351d276c220c33183cc74548c838a3ed1 +size 17981440 diff --git a/datasets/374656.tar b/datasets/374656.tar new file mode 100644 index 0000000000000000000000000000000000000000..a1126f1ad58fdd51683413f4c7a3040976025404 --- /dev/null +++ b/datasets/374656.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44cc3777cd9669ff02f05a5843c46448fcc1a880c5b07fcd3f0f6a290465fa50 +size 75243520 diff --git a/datasets/374789.tar b/datasets/374789.tar new file mode 100644 index 0000000000000000000000000000000000000000..b395bd0b787d99a539eb3d0e1c542f4ca7337522 --- /dev/null +++ b/datasets/374789.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:199bb5e1d5f449348c6697c418f2f28a6ddbdf04be284270928dd644b092b92b +size 9400320 diff --git a/datasets/374915.tar b/datasets/374915.tar new file mode 100644 index 0000000000000000000000000000000000000000..114b54250bbc48f076d0a3fb915bff850440c0b8 --- /dev/null +++ b/datasets/374915.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9908665d1cf2b4f85a2b78e6acf1b279de0263872ec3d1375e2dbb02d6f48dd +size 4915200 diff --git a/datasets/375034.tar b/datasets/375034.tar new file mode 100644 index 0000000000000000000000000000000000000000..b8a1ff53c4eb9a82d2e38b13901ca301da57e987 --- /dev/null +++ b/datasets/375034.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8256ed27e9dd0196d2651f9ceb7f29e4136bf1fa2770b14e412efb6246eeeae6 +size 42926080 diff --git a/datasets/375374.tar b/datasets/375374.tar new file mode 100644 index 0000000000000000000000000000000000000000..5bdf487d17bba38b6810abcfa6640ffd60f40142 --- /dev/null +++ b/datasets/375374.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54503406d8459e61ba963b2d032ed213fc7e3fb5051a42b3b0f18cfa09871f3f +size 8683520 diff --git a/datasets/37629.tar b/datasets/37629.tar new file mode 100644 index 0000000000000000000000000000000000000000..aa1535e5dbd5832369af005598ced37f8c9df291 --- /dev/null +++ b/datasets/37629.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fecc4087e8d2cef7c10100edcdc69ac0f63b70eff46780dcccfebf105418bb61 +size 737280 diff --git a/datasets/376340.tar b/datasets/376340.tar new file mode 100644 index 0000000000000000000000000000000000000000..664edc4998c56b396e41823dafb7bc5b8152f56c --- /dev/null +++ b/datasets/376340.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da83fa9bc615c70dd8fa748d75879105d3169daae010364852769248c1329b8f +size 6062080 diff --git a/datasets/376465.tar b/datasets/376465.tar new file mode 100644 index 0000000000000000000000000000000000000000..abacad5fe1e0f1f6b57a571ab79a9b9b629581a8 --- /dev/null +++ b/datasets/376465.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c69b9ca87528e2dd88c9f1233a48fadc1c76dced88d02a8578ef38686cb72239 +size 6113280 diff --git a/datasets/376497.tar b/datasets/376497.tar new file mode 100644 index 0000000000000000000000000000000000000000..a6fed6ee70ef413b1654477636338cbc030fd9c2 --- /dev/null +++ b/datasets/376497.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b82cd99f7097a5b113976a69a2fe386ee03deaf9bd6cf80c5de0439013ea7d5 +size 9543680 diff --git a/datasets/376531.tar b/datasets/376531.tar new file mode 100644 index 0000000000000000000000000000000000000000..c48914278cdcfb7d90e1f055657af5eec029abda --- /dev/null +++ b/datasets/376531.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fbfa3fe88672bbb4bc718d9dfab1dfc3284ad32ae93ae8cad90993c3c1bd54e +size 1269760 diff --git a/datasets/376548.tar b/datasets/376548.tar new file mode 100644 index 0000000000000000000000000000000000000000..12d1877dace8b01783f6b21a19e3757a7e5ce86d --- /dev/null +++ b/datasets/376548.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229b030984a22ec9f9791b1828dea0e975bf24ef24ef72daf4045a799a62f1b0 +size 112640 diff --git a/datasets/376818.tar b/datasets/376818.tar new file mode 100644 index 0000000000000000000000000000000000000000..4b58c490c388405f0fb0e1a47ea23491b7d10446 --- /dev/null +++ b/datasets/376818.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62f7e3e845ef547d48e36354740f15eaab5a754a660a38c9dc773a7c9122869 +size 6082560 diff --git a/datasets/377028.tar b/datasets/377028.tar new file mode 100644 index 0000000000000000000000000000000000000000..66bbcc219e48ac2b380054f9b5ade940756e713f --- /dev/null +++ b/datasets/377028.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97277c1c9b2164c6d91f3cd42fbb0d7a99aa083eec08b5b900ef9778ba7cba58 +size 2314240 diff --git a/datasets/377059.tar b/datasets/377059.tar new file mode 100644 index 0000000000000000000000000000000000000000..52d10e0309a22661ba3f33359b4e68640979dbb7 --- /dev/null +++ b/datasets/377059.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97c5b3eaac7194f23f3e093bbcf66f032d10911f02b75d40f49c56a08cb1f49a +size 27228160 diff --git a/datasets/377134.tar b/datasets/377134.tar new file mode 100644 index 0000000000000000000000000000000000000000..3132c28787b4b0d77bd82ae30b45956ac3d6c548 --- /dev/null +++ b/datasets/377134.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a34fcaaef556017587a41dde9793c51632236a144272d1b5b0c8aaa4c10284 +size 1495040 diff --git a/datasets/377172.tar b/datasets/377172.tar new file mode 100644 index 0000000000000000000000000000000000000000..8764d9e4ce2834e22b5398eb4032ae4270184019 --- /dev/null +++ b/datasets/377172.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad352f18778b75cce1422c759bb70624777d865345e1b509ffc1af1105fbc8e3 +size 74024960 diff --git a/datasets/377375.tar b/datasets/377375.tar new file mode 100644 index 0000000000000000000000000000000000000000..f90dcc8fce8898cf1a8ff38b3eb2455e87a64266 --- /dev/null +++ b/datasets/377375.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a277709918657f45d2e29e329780c44b6b21a23cf5da5674985b923239fac2d +size 74024960 diff --git a/datasets/377415.tar b/datasets/377415.tar new file mode 100644 index 0000000000000000000000000000000000000000..f6b0d39b004b3f11bb51ea39a10345228807c5f7 --- /dev/null +++ b/datasets/377415.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aa2e30448f311a26eae7dd5b7f8322b1558ac6271d6f48df1e6d4f906e3c1d4 +size 15441920 diff --git a/datasets/377520.tar b/datasets/377520.tar new file mode 100644 index 0000000000000000000000000000000000000000..93e26f21fd63bd80c1a0ca7d6df10f7c9d591044 --- /dev/null +++ b/datasets/377520.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e6f8208884b1bcfe2c06fc7b0933cb3a31b1217fbea6fa8343fee5ff341e38 +size 31559680 diff --git a/datasets/377565.tar b/datasets/377565.tar new file mode 100644 index 0000000000000000000000000000000000000000..4341daeacffbf502d6de4088b1ad06d1f9c0e5ac --- /dev/null +++ b/datasets/377565.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e0e99e144aaa9f9ead06abd0eb83d9c8c3a9364718488e69689689dab975cf +size 51200 diff --git a/datasets/377605.tar b/datasets/377605.tar new file mode 100644 index 0000000000000000000000000000000000000000..1e9719c7e1f6ff3a446391b2f5cfe2a162053990 --- /dev/null +++ b/datasets/377605.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12c2e3edbf4bc715e13dd496c71e81fe49c02a5d07fecdaed5327b4fa3bb8a97 +size 1228800 diff --git a/datasets/377643.tar b/datasets/377643.tar new file mode 100644 index 0000000000000000000000000000000000000000..734bf295122ed7fdff658c2dddbca06cbc475de4 --- /dev/null +++ b/datasets/377643.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee36520c84cb7b75ed17ce62764da14903f787dcb1694aa7e6092f7029a0b27 +size 6103040 diff --git a/datasets/377868.tar b/datasets/377868.tar new file mode 100644 index 0000000000000000000000000000000000000000..554b934ecc50792c69b397e468efaddc62e5fb55 --- /dev/null +++ b/datasets/377868.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7ea7a3ab7476643898c8ab23a13271635d76d96cd7e1c0f164fd7eb6ef04b3 +size 9461760 diff --git a/datasets/377918.tar b/datasets/377918.tar new file mode 100644 index 0000000000000000000000000000000000000000..7e69e6f591ac2dcd659ca6bce6a98b0ec6ff42bd --- /dev/null +++ b/datasets/377918.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61bef71ef036b00019e405b135ca9f489fbf05ce1c23e4f369c9d9335c2dd893 +size 1280000 diff --git a/datasets/378334.tar b/datasets/378334.tar new file mode 100644 index 0000000000000000000000000000000000000000..c9d09c55ed05b33464a1bee92a2348bff5bc495e --- /dev/null +++ b/datasets/378334.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9564b2dce99aafaa8438fc196ab6e9aa5ab705be738e984358a60d15cf7ceaee +size 22507520 diff --git a/datasets/378355.tar b/datasets/378355.tar new file mode 100644 index 0000000000000000000000000000000000000000..f9342d52f3a3f54cb71f906c72bc1c8b7ebcf1e4 --- /dev/null +++ b/datasets/378355.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a305bac2c946bb9355e54b0c60ef846de77ee452eb5ac08b0798c9d1fa1a646 +size 1955840 diff --git a/datasets/378372.tar b/datasets/378372.tar new file mode 100644 index 0000000000000000000000000000000000000000..38b890d2653545a7889c65d77a413e2eafbdded3 --- /dev/null +++ b/datasets/378372.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b321527e4b16a36b29a1065602ff24f55a4420cb0a0d4b9525c7885ab4f6e63 +size 120320000 diff --git a/datasets/378374.tar b/datasets/378374.tar new file mode 100644 index 0000000000000000000000000000000000000000..0773c92a865193b39e78d2533f05cac7b7c43be4 --- /dev/null +++ b/datasets/378374.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94090f852508df3e68cc76ca69e4db9ffb8bd16da13b70aa368177655d0b50db +size 64460800 diff --git a/datasets/378387.tar b/datasets/378387.tar new file mode 100644 index 0000000000000000000000000000000000000000..3a893680dc8a8510a901c5219623afd8e4e6da56 --- /dev/null +++ b/datasets/378387.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b54b512908b4da2836435a0b45bdf379c7c837d6b721ed127e24d2a238f866 +size 7772160 diff --git a/datasets/378406.tar b/datasets/378406.tar new file mode 100644 index 0000000000000000000000000000000000000000..0a34630835f83614c307b80dd976c5b4093e7156 --- /dev/null +++ b/datasets/378406.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05ad67142218a52dd15eabab557d661c3a0b1a787adae090048e7be240e72c0 +size 36300800 diff --git a/datasets/378426.tar b/datasets/378426.tar new file mode 100644 index 0000000000000000000000000000000000000000..37f9cca128e500600a1664f529edbb8e8f861f44 --- /dev/null +++ b/datasets/378426.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56806e20c48a295c506717e8677d54e12590acd916eda24f46685752215fdbbe +size 55060480 diff --git a/datasets/378481.tar b/datasets/378481.tar new file mode 100644 index 0000000000000000000000000000000000000000..f398ec50f9f2dd40086415b6601ca7e42f361883 --- /dev/null +++ b/datasets/378481.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb94607fb9b0032a2351440a73f1324358a816c3d0b2d3a27f77570471de6cfd +size 88862720 diff --git a/datasets/378577.tar b/datasets/378577.tar new file mode 100644 index 0000000000000000000000000000000000000000..9b70cc6220c7a2c27a95c920fa697d0c1964d79c --- /dev/null +++ b/datasets/378577.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9db503fb349e66a8482c502e22249a5442e52e6f00178b89a7e9ac2d9c84438 +size 9492480 diff --git a/datasets/378755.tar b/datasets/378755.tar new file mode 100644 index 0000000000000000000000000000000000000000..46bc251cd9ef0daa868140a7abecf7e0a3e90100 --- /dev/null +++ b/datasets/378755.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f269af275f588a5903c8cdbebe3f6b2919f5f85a6310cbe7a2f2e4afcec49515 +size 2385920 diff --git a/datasets/378776.tar b/datasets/378776.tar new file mode 100644 index 0000000000000000000000000000000000000000..a387da091dc7faf2fa9410527d4265c707617acd --- /dev/null +++ b/datasets/378776.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fb35b99858b0ba0300a131967a1101e50044d02fb2bcd996445a8ef86e8b315 +size 2385920 diff --git a/datasets/378894.tar b/datasets/378894.tar new file mode 100644 index 0000000000000000000000000000000000000000..5722002c8d98126aac33fe56b3cb67693ee1d03a --- /dev/null +++ b/datasets/378894.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e8c6e367b7f899bf1bc97ee8ab9fbe1c08b10d65eebe7a58142c5c014548db5 +size 14735360 diff --git a/datasets/379006.tar b/datasets/379006.tar new file mode 100644 index 0000000000000000000000000000000000000000..1e36cd3315d2f65df0e198c6a63ee9bddd0cd075 --- /dev/null +++ b/datasets/379006.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab0675869be36711fc277f85c9acb24a00faa3b2e24b3eb43c25a8be304de500 +size 962560 diff --git a/datasets/379568.tar b/datasets/379568.tar new file mode 100644 index 0000000000000000000000000000000000000000..a06cb0a83b2f2d155e380a9218bee442b30bd4d7 --- /dev/null +++ b/datasets/379568.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:169f57273047f2776dc3d850849d358617f6a7abd35a4e26f494c600ea58a1d5 +size 6123520 diff --git a/datasets/379768.tar b/datasets/379768.tar new file mode 100644 index 0000000000000000000000000000000000000000..3a35a332b1bb3581674f2d47ff7d8c2400520676 --- /dev/null +++ b/datasets/379768.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c57f34e9e144e5a960ae00fd678b5f063723667b2edcdb2e54c3ed6cb2f2e93 +size 14970880 diff --git a/datasets/379882.tar b/datasets/379882.tar new file mode 100644 index 0000000000000000000000000000000000000000..98a08b67b51d3281cae389d21c2fd2bfeeed73e3 --- /dev/null +++ b/datasets/379882.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b1d0c40ec729697b43ebdf67d0e1256a3c9c6e93c30c66642a9b8dc67b6236 +size 26624000 diff --git a/datasets/379918.tar b/datasets/379918.tar new file mode 100644 index 0000000000000000000000000000000000000000..befd31d1f278e0da27aacfe3ae759fe07e6d8b6c --- /dev/null +++ b/datasets/379918.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e9ad31474e47536ec6fb70405474045d698f66067094572ac8554504565dc5 +size 8120320 diff --git a/datasets/380089.tar b/datasets/380089.tar new file mode 100644 index 0000000000000000000000000000000000000000..b07c56355a4b1919c35a6aba1fd7812f16c076c1 --- /dev/null +++ b/datasets/380089.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd11d6cc4eb5998d5a04dd7962601fe66d1b731bc8d7a247795130f4ccb97041 +size 450560 diff --git a/datasets/380134.tar b/datasets/380134.tar new file mode 100644 index 0000000000000000000000000000000000000000..9e89ab88398ba609dad01e0e5ab179f40c109a82 --- /dev/null +++ b/datasets/380134.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:875909eb58a667bbc20a2603e68cac25e31941f8060d6c89a5e8c407af4e3d57 +size 389120 diff --git a/datasets/380360.tar b/datasets/380360.tar new file mode 100644 index 0000000000000000000000000000000000000000..5b9ae233fa9bfed341d36e220f5e74a82a117ec3 --- /dev/null +++ b/datasets/380360.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82d49597f9aaaf0212e7a27fac3988ae50d8365d03fc50838c420fd4c633f0c +size 8212480 diff --git a/datasets/380387.tar b/datasets/380387.tar new file mode 100644 index 0000000000000000000000000000000000000000..fc526b1b2d698bea3d1a877572795fc23a7a0346 --- /dev/null +++ b/datasets/380387.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e23af019099f4e85ffebbd659202ec1474e7f6d77452682b95611231497807 +size 18032640 diff --git a/datasets/380463.tar b/datasets/380463.tar new file mode 100644 index 0000000000000000000000000000000000000000..e2ee5d134a4c4f93fb8ca3e20556184481376412 --- /dev/null +++ b/datasets/380463.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273e53190c032f39939fb7a361d9a051c81cd25ab48a3fe03e92ae041c634115 +size 2570240 diff --git a/datasets/380750.tar b/datasets/380750.tar new file mode 100644 index 0000000000000000000000000000000000000000..1d9ec7f068c1c78c091981f80ded65e8838d058d --- /dev/null +++ b/datasets/380750.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8df9cfa4a16c459493ed6cee55ed1a0a426702f8970e8599481c9fcab6961de3 +size 9502720 diff --git a/datasets/380991.tar b/datasets/380991.tar new file mode 100644 index 0000000000000000000000000000000000000000..2b6ce5f2541dc28f5522015eeda28869d064fbe3 --- /dev/null +++ b/datasets/380991.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e3260e4832f71de28937768bc4eb2325ad02ca5236ff8746e130863c4948f34 +size 1351680 diff --git a/datasets/380992.tar b/datasets/380992.tar new file mode 100644 index 0000000000000000000000000000000000000000..727f0c097c9f3209aec2982cfcb2fdccc0ffbf35 --- /dev/null +++ b/datasets/380992.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2130b92b28e1ceb98b3bd8bed1fff56756313c6faf96fbd2ce8a7d2ace67e5ae +size 2437120 diff --git a/datasets/381008.tar b/datasets/381008.tar new file mode 100644 index 0000000000000000000000000000000000000000..7619c3a478735c74fd28cb4869abae08550e46f4 --- /dev/null +++ b/datasets/381008.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e519103b78b3f14e371a93e31f699cfc6dd94c81a158c9c476e5c993aaab97f +size 1628160 diff --git a/datasets/381153.tar b/datasets/381153.tar new file mode 100644 index 0000000000000000000000000000000000000000..230b9f17bd4b7a9f0be815ad53995f14a5c0c77b --- /dev/null +++ b/datasets/381153.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f52f7fd180c8836c435498d6aaf37f271a7fe4157cb6202ad7ce0e203822609 +size 1751040 diff --git a/datasets/381163.tar b/datasets/381163.tar new file mode 100644 index 0000000000000000000000000000000000000000..84ebae01868da62737036911be89060387878148 --- /dev/null +++ b/datasets/381163.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2574844bd846ffe9eb0546314da248d32862a0736fcfde7e0614480d1712cef1 +size 115998720 diff --git a/datasets/381168.tar b/datasets/381168.tar new file mode 100644 index 0000000000000000000000000000000000000000..c99b49126371f0513bd6ea4eb929c2bfd505be2c --- /dev/null +++ b/datasets/381168.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b8c2f1cf7eb1e260d5522b42f4f1bb3607c410f9b0e4e9d0809c240d83b3381 +size 115998720 diff --git a/datasets/381227.tar b/datasets/381227.tar new file mode 100644 index 0000000000000000000000000000000000000000..73780a1cc7b70f0de013330efb618f0c7c4bfbe3 --- /dev/null +++ b/datasets/381227.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:001f8e22ae5f325eba3a85c2d9b0dd2d8edf0bf09879036f0522a10320084a88 +size 1177600 diff --git a/datasets/381603.tar b/datasets/381603.tar new file mode 100644 index 0000000000000000000000000000000000000000..d8d904d01d9cddda7352f7bd78bfef3083515e1d --- /dev/null +++ b/datasets/381603.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f6137bbbf424c964e8d14b23fd43ddeadb9d6ce212bdfec36a3f30b1a2fd5b +size 5365760 diff --git a/datasets/381880.tar b/datasets/381880.tar new file mode 100644 index 0000000000000000000000000000000000000000..97165924074c95fee658e1f821010274015409b8 --- /dev/null +++ b/datasets/381880.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d2bdc9212217b65210b62ec2a8abc9351fbcf7e0799c6aa8448426378effa0 +size 8130560 diff --git a/datasets/382422.tar b/datasets/382422.tar new file mode 100644 index 0000000000000000000000000000000000000000..371d58d61c0c929efebf5333742cd458dd221181 --- /dev/null +++ b/datasets/382422.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9d26e9b186502029877c7e2319d788e7bba020bdf9198267a64b97c02fc18d +size 8929280 diff --git a/datasets/382532.tar b/datasets/382532.tar new file mode 100644 index 0000000000000000000000000000000000000000..7fefbe5902e3119e261b85a75391ab8ef940a7a4 --- /dev/null +++ b/datasets/382532.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4d0f1ead3b767102cfcdcc25b70d729a6bfc2a2e585dc8943ac02bc8bf42cd +size 121436160 diff --git a/datasets/382874.tar b/datasets/382874.tar new file mode 100644 index 0000000000000000000000000000000000000000..5c605b65314ad53a59df7abb1a956e5fbdc9a56f --- /dev/null +++ b/datasets/382874.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde5541fb03346bd38c21faa51e6bfae02a13fedaa45d0bc55bed4fefd3e7413 +size 1064960 diff --git a/datasets/382924.tar b/datasets/382924.tar new file mode 100644 index 0000000000000000000000000000000000000000..9771eb10728fbc6c941738dc549999b7946d0494 --- /dev/null +++ b/datasets/382924.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee1c345477750017fe265be7d94793fd5dfee810d56ba46548d9a7a6db48352f +size 1382400 diff --git a/datasets/383377.tar b/datasets/383377.tar new file mode 100644 index 0000000000000000000000000000000000000000..f9a2f68f42160ab6b4d893ef275d4939f1ec5673 --- /dev/null +++ b/datasets/383377.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6e1a03c99cfa132657499c5f36522901a91f13c6e66fe350b36d529b3cb6f8 +size 102400 diff --git a/datasets/383548.tar b/datasets/383548.tar new file mode 100644 index 0000000000000000000000000000000000000000..73002bd20f671cab2092c737afb25a73b845a2bb --- /dev/null +++ b/datasets/383548.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fbee321c3ee31496f61c578f8cde9e326b5d8364d0043462d34f093e2bf68ca +size 645120 diff --git a/datasets/383645.tar b/datasets/383645.tar new file mode 100644 index 0000000000000000000000000000000000000000..44fa9440b387273ec762db7c220fae42f9ae90f6 --- /dev/null +++ b/datasets/383645.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1008b43715781096954d90c9fa84dca969befca41b33fad788f574dba06848 +size 8632320 diff --git a/datasets/383725.tar b/datasets/383725.tar new file mode 100644 index 0000000000000000000000000000000000000000..773fcbc1fbb7eeef8d2b8a6c842fad6879818151 --- /dev/null +++ b/datasets/383725.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf840f2d3d4b5f35f9f78eb63b51f7e760a4af02952e1b1c21cd42a01ab523d +size 18800640 diff --git a/datasets/383831.tar b/datasets/383831.tar new file mode 100644 index 0000000000000000000000000000000000000000..b3ce6c4b8bd8bdef586eab2428b20a3176872d5b --- /dev/null +++ b/datasets/383831.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be5c137c3f1eb28a038ef288631103544874c3a76a3f32fc1e27ac2efe735064 +size 4014080 diff --git a/datasets/383877.tar b/datasets/383877.tar new file mode 100644 index 0000000000000000000000000000000000000000..6e75e8d9882d5ddff37c859a1ef0305a80a374e8 --- /dev/null +++ b/datasets/383877.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5905b2ad36af69c9caab3c79d1036fdaef99f7bce64d619a04b38584231d5dd4 +size 78120960 diff --git a/datasets/383952.tar b/datasets/383952.tar new file mode 100644 index 0000000000000000000000000000000000000000..5bfb1d7b58014dd992524c374bd17c5e04c44293 --- /dev/null +++ b/datasets/383952.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1752b478ce4273c32c68c383b1285a9d6e4660cdb97fe1666b728417dcf3912 +size 716800 diff --git a/datasets/384000.tar b/datasets/384000.tar new file mode 100644 index 0000000000000000000000000000000000000000..b516e7f495eda9dfcaddbd100bd9a4d422b9eb4d --- /dev/null +++ b/datasets/384000.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eceab0532ef4eabd500948b3306fe6850bfb055536a99cf9aef141116b0fa947 +size 19456000 diff --git a/datasets/384015.tar b/datasets/384015.tar new file mode 100644 index 0000000000000000000000000000000000000000..ff9c6b6a7fa43b1a198c7d67ee396546ba38c705 --- /dev/null +++ b/datasets/384015.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a182d4045af49ecc1552b87983ff626982a22f8468d29aac71b70beda85988ac +size 829440 diff --git a/datasets/384063.tar b/datasets/384063.tar new file mode 100644 index 0000000000000000000000000000000000000000..baf7624d73a950028c03a25fefe8f9c863ea5a71 --- /dev/null +++ b/datasets/384063.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a8edd7974cadfa2a43a7cc8662822c7c333410ec23a24a2d365157991977af7 +size 1239040 diff --git a/datasets/384068.tar b/datasets/384068.tar new file mode 100644 index 0000000000000000000000000000000000000000..3bbb18be68010c64c7f223b4f0689ad6dd8d00d8 --- /dev/null +++ b/datasets/384068.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a5fe85203f3dcc1124e70969294dec012b39327bf0df073f15e893fe4674a2 +size 49387520 diff --git a/datasets/384070.tar b/datasets/384070.tar new file mode 100644 index 0000000000000000000000000000000000000000..a2d387f8f6a4db71f1358d794c940b92f6d3fe95 --- /dev/null +++ b/datasets/384070.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a75f9abb6dc8d0e21f28e89c7a2d172467f1159622ba29019a526d344f0b95 +size 1863680 diff --git a/datasets/384086.tar b/datasets/384086.tar new file mode 100644 index 0000000000000000000000000000000000000000..99a178df6e79def6d2bb2d3a52cb61b75a030549 --- /dev/null +++ b/datasets/384086.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41527ea785a4e231e32a3455ddbc393518e49942ebba8f6edab153d1e7c6bbbe +size 19025920 diff --git a/datasets/384528.tar b/datasets/384528.tar new file mode 100644 index 0000000000000000000000000000000000000000..9f346b1b5a42ecaf9bff7266b3805674adefd181 --- /dev/null +++ b/datasets/384528.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2d073b8483134a5f3d1f7b0fb33b7a58b879d44ddc7771813bf869233300bd7 +size 532480 diff --git a/datasets/384608.tar b/datasets/384608.tar new file mode 100644 index 0000000000000000000000000000000000000000..6f0adadf92cd01e258d5f5b0510381da0d07df43 --- /dev/null +++ b/datasets/384608.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:625c75bb552b95cf95202f22510a9c611a404b067da931e0e7b7aecaa9580243 +size 2334720 diff --git a/datasets/384653.tar b/datasets/384653.tar new file mode 100644 index 0000000000000000000000000000000000000000..83091550e0bfa70142a378552eb6948f7242d87f --- /dev/null +++ b/datasets/384653.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4969b979fa55766c93703e40e5b1f41b3705e6dc71d73ae1f0ce2e3390e5f834 +size 16486400 diff --git a/datasets/384659.tar b/datasets/384659.tar new file mode 100644 index 0000000000000000000000000000000000000000..84ab9754323af2f84c558ac0534e23700979e3d2 --- /dev/null +++ b/datasets/384659.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:582c62804bac6aeaa0a44d63e87ff5c3b2b40bb253d51e098985d50652ddac01 +size 16486400 diff --git a/datasets/384684.tar b/datasets/384684.tar new file mode 100644 index 0000000000000000000000000000000000000000..1bd15ec145b731affc498ba017aae989c6a3616a --- /dev/null +++ b/datasets/384684.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab3f1fc599cfbed6d7ea969a47b1bbb321c3ab34699aacb82fee5b299c84852a +size 19773440 diff --git a/datasets/385294.tar b/datasets/385294.tar new file mode 100644 index 0000000000000000000000000000000000000000..074eeeb772d681bd65704835dc68911d50be48ae --- /dev/null +++ b/datasets/385294.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ab8c242ab7f6300e1f25613df881b8eda5d0f56ef841582c5f0b5e26fc6712 +size 19015680 diff --git a/datasets/385340.tar b/datasets/385340.tar new file mode 100644 index 0000000000000000000000000000000000000000..0c3059501cb74677d6e38c96e0783b4dc8ad8d15 --- /dev/null +++ b/datasets/385340.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e006e0341d15fd9ec834f4149e9759fa620b6aa927bc22083e4b621d29a61dde +size 9738240 diff --git a/datasets/385492.tar b/datasets/385492.tar new file mode 100644 index 0000000000000000000000000000000000000000..7ea8bab9212ae37bc0e1563e8d2eb38916639659 --- /dev/null +++ b/datasets/385492.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e7322aff565d0014e2c8c3152573b48319bc441bd8da374f37eaec2774eedf9 +size 1986560 diff --git a/datasets/385513.tar b/datasets/385513.tar new file mode 100644 index 0000000000000000000000000000000000000000..8b27c718e14af2b9e4d783e97beca690b6b6c85a --- /dev/null +++ b/datasets/385513.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b35fecb1b77936412e852155d1f226f4d9df1adcfd29309b23da635bbf841c7a +size 9318400 diff --git a/datasets/385692.tar b/datasets/385692.tar new file mode 100644 index 0000000000000000000000000000000000000000..c683d8ba105bf1028c507b152dfdca61d35ddeaf --- /dev/null +++ b/datasets/385692.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a16945f5bf0941b35ff2897228a1f2bdbdc71380c5a7dfd0dfeb08922d354b85 +size 24156160 diff --git a/datasets/385714.tar b/datasets/385714.tar new file mode 100644 index 0000000000000000000000000000000000000000..3051fd0a5883cf44d40b2d2c6567c24e199251cc --- /dev/null +++ b/datasets/385714.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea8c66f138500b1d1e39fd89d532d1f64f34894fa53e7d8101c507bc0b96d95 +size 4034560 diff --git a/datasets/386048.tar b/datasets/386048.tar new file mode 100644 index 0000000000000000000000000000000000000000..b95b541e62e325f6cdef136525a82b181ea406fd --- /dev/null +++ b/datasets/386048.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154d740bae8eb0f38e0f112c49e108f54caa90cf204df670028fa12852a00d2a +size 8734720 diff --git a/datasets/386084.tar b/datasets/386084.tar new file mode 100644 index 0000000000000000000000000000000000000000..514e9d498ef31949e9b520e6ef1e3fa74af2394e --- /dev/null +++ b/datasets/386084.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50075776591bc403a4fc9945291d831ee537c180a60547ebd4766a5c67e67e24 +size 56883200 diff --git a/datasets/386146.tar b/datasets/386146.tar new file mode 100644 index 0000000000000000000000000000000000000000..a668944ce4c4e0173905817ccec647473250aa96 --- /dev/null +++ b/datasets/386146.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ab68a106520ef572fb474742b8046d565b72270d976e18ec0764f0f1a42e547 +size 8304640 diff --git a/datasets/386348.tar b/datasets/386348.tar new file mode 100644 index 0000000000000000000000000000000000000000..84700906fdc42e2b17217ca8772b016356b000f6 --- /dev/null +++ b/datasets/386348.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5df4816d142954c1a88bffe97eb9ee768671a5d95068b2ffc7b56184ff04b1d +size 17971200 diff --git a/datasets/38637.tar b/datasets/38637.tar new file mode 100644 index 0000000000000000000000000000000000000000..84f5d26e825c834aba6ef6f158e4ab9d0a091f28 --- /dev/null +++ b/datasets/38637.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:091f9ad65ede97dc4c20c33dc7fa197e9ccb08247d647237debcfbb895320132 +size 1300480 diff --git a/datasets/386411.tar b/datasets/386411.tar new file mode 100644 index 0000000000000000000000000000000000000000..cbffbe6ca644523290130618afa876918049da2d --- /dev/null +++ b/datasets/386411.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5526ea674a8a26c55fda979bf993e98322e86a40a919c981edb3883a050c5b +size 97044480 diff --git a/datasets/386524.tar b/datasets/386524.tar new file mode 100644 index 0000000000000000000000000000000000000000..a65377f10a6371dc218d69aa8a6523a02ee09810 --- /dev/null +++ b/datasets/386524.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be65da57dea0bf116214e5d79195465aaa3e70052385766b968d4a1763a32c2e +size 11632640 diff --git a/datasets/386726.tar b/datasets/386726.tar new file mode 100644 index 0000000000000000000000000000000000000000..b74d11dff47d7d305df3ae950d8d13d693b70e9c --- /dev/null +++ b/datasets/386726.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af8ef432a3e4f640ed6ab314fce319417caf6aa2f97394f34c5ebaac0503d22 +size 9472000 diff --git a/datasets/386996.tar b/datasets/386996.tar new file mode 100644 index 0000000000000000000000000000000000000000..63c872018354948af1a62c9edad43f797ceeee0f --- /dev/null +++ b/datasets/386996.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ecad682320429847bc720803e1b0947c36dd4e3ffdd187b27f79dab6570a1c +size 1976320 diff --git a/datasets/387235.tar b/datasets/387235.tar new file mode 100644 index 0000000000000000000000000000000000000000..7818756f2bcb9ab0b7f868db6e33bbdeb404ef67 --- /dev/null +++ b/datasets/387235.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a06ca533452bd679d19faf21a776559aac074bca28bd1ba9ebffa5741969250 +size 17817600 diff --git a/datasets/387572.tar b/datasets/387572.tar new file mode 100644 index 0000000000000000000000000000000000000000..70894bfcb99c47a61f3d910075a529e9c7bdea30 --- /dev/null +++ b/datasets/387572.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce29c7efc090ea180da13905603be15c97df0476bbc3df97088c1576d999e7ba +size 66068480 diff --git a/datasets/387734.tar b/datasets/387734.tar new file mode 100644 index 0000000000000000000000000000000000000000..11f9a5fe9624e4758378ac4dd029dcc4f9f15ebc --- /dev/null +++ b/datasets/387734.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c8df6d1ceac3c25537220acbddc02ebfff2a6738d32ab921e1cb506c64fadf +size 17336320 diff --git a/datasets/387838.tar b/datasets/387838.tar new file mode 100644 index 0000000000000000000000000000000000000000..cccdea0d1cb387f4089651ac00e4c32f81f5a495 --- /dev/null +++ b/datasets/387838.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1071ccd833b4c347c3b55f55854b5cd620b414c76458d6df330ceb36beafa74 +size 8151040 diff --git a/datasets/387901.tar b/datasets/387901.tar new file mode 100644 index 0000000000000000000000000000000000000000..e94275a158310cd3fd0d8efd9134855155275704 --- /dev/null +++ b/datasets/387901.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c1c480747b855515ebc5be9705629cd8d56b70b65d72c4881c06cd1c6c4658d +size 1843200 diff --git a/datasets/387948.tar b/datasets/387948.tar new file mode 100644 index 0000000000000000000000000000000000000000..1bce38b88a0214083a2834fc9ed7ba3fd1cd3d7e --- /dev/null +++ b/datasets/387948.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b83eff62f57d4fd6281d170d3cc9f129d640ed6f649de0a229b080f8c8ef54a8 +size 4710400 diff --git a/datasets/388146.tar b/datasets/388146.tar new file mode 100644 index 0000000000000000000000000000000000000000..6e719d4656756eaf406d254e439e40cb0aa63783 --- /dev/null +++ b/datasets/388146.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:182eca85e608fbe79dcef2d7b594abf40b80592edc6a6b4656b51cc3b6daf836 +size 54190080 diff --git a/datasets/388229.tar b/datasets/388229.tar new file mode 100644 index 0000000000000000000000000000000000000000..4f36f9636d18128bae92871f7ce177f9b28ad4ab --- /dev/null +++ b/datasets/388229.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a36ae727172486186670585dccbd9d4ea9ab2fa4363501286d2f7eac403bd9 +size 10455040 diff --git a/datasets/388404.tar b/datasets/388404.tar new file mode 100644 index 0000000000000000000000000000000000000000..6f0d52906e9f30ec7e4dbfb590f96e1589da5c9d --- /dev/null +++ b/datasets/388404.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a036319bd30469a87295cbf4ad1c1ff62259e00e1ae8f7c9f4316bf53759d6d3 +size 65474560 diff --git a/datasets/388443.tar b/datasets/388443.tar new file mode 100644 index 0000000000000000000000000000000000000000..64164387beb026eddfa00bf31e9a97daad74856b --- /dev/null +++ b/datasets/388443.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0bd6ac3723e063fa612c71d6b95e37759a5c325d8216f929af6cde574d0dc3f +size 10526720 diff --git a/datasets/388510.tar b/datasets/388510.tar new file mode 100644 index 0000000000000000000000000000000000000000..e99c81919f22cfc361b0ab34ca748a91e157bcda --- /dev/null +++ b/datasets/388510.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e50cf3e249bb87eed69920445b9c21da85fb35aadf18e818414ad4e9cc4d268 +size 61992960 diff --git a/datasets/388601.tar b/datasets/388601.tar new file mode 100644 index 0000000000000000000000000000000000000000..c84f8e377085ded25ecdb07fb76cbdc5b1c62496 --- /dev/null +++ b/datasets/388601.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2a095d799661722db8a5094facaedaa12e7f0e32f8ca2414938ca60fa14612 +size 16936960 diff --git a/datasets/388659.tar b/datasets/388659.tar new file mode 100644 index 0000000000000000000000000000000000000000..213b0b6d061c0ec168be2dd1768b47961551bcef --- /dev/null +++ b/datasets/388659.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a905a9b4ac440b7901fbae32a8d429d4e67d737cc936eb48d4b8c7f72e7872b0 +size 5611520 diff --git a/datasets/388736.tar b/datasets/388736.tar new file mode 100644 index 0000000000000000000000000000000000000000..bf31783b22f5c04a24d5e9ea7fa75568f1adf6f4 --- /dev/null +++ b/datasets/388736.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696ddbc0c8d92c098a6b511dcd93594dfc8ffe0fa89138826bc3566e0a5e4b28 +size 1443840 diff --git a/datasets/388749.tar b/datasets/388749.tar new file mode 100644 index 0000000000000000000000000000000000000000..8f1ffc3e16429db5cc307f563c40c855c49aec53 --- /dev/null +++ b/datasets/388749.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d810bedec6730c01520d3b405d98a7065200ead1e815686fce7333031117b2 +size 8110080 diff --git a/datasets/388965.tar b/datasets/388965.tar new file mode 100644 index 0000000000000000000000000000000000000000..71b32b541a08dc58986a410810c265ef89fa4f8d --- /dev/null +++ b/datasets/388965.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987ee0835ad5bc8b8a8369b2535d14693592080c39f3dc1d9e11a57debc11234 +size 8601600 diff --git a/datasets/388970.tar b/datasets/388970.tar new file mode 100644 index 0000000000000000000000000000000000000000..308509339bfd446c3cb563484f67c4c5c585329d --- /dev/null +++ b/datasets/388970.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f531825ec899ca3619831676d96e69bbe59ec85685c8e3f246ca29f055fb50 +size 92160 diff --git a/datasets/389011.tar b/datasets/389011.tar new file mode 100644 index 0000000000000000000000000000000000000000..609de7e79ad41d3458fe7c0cc04010207f9bc7f1 --- /dev/null +++ b/datasets/389011.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c49b3e10cbfc545d1bbc7dd25f2127c6ef078aa4f41d1508ec53b52d01ff97c +size 8140800 diff --git a/datasets/389022.tar b/datasets/389022.tar new file mode 100644 index 0000000000000000000000000000000000000000..8648aa804f3db60c511cbad04f4c5f823bd59250 --- /dev/null +++ b/datasets/389022.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13ac8fc5883480511bc6013d76177b042ee760e7c81b9bc181eb5afc69e98765 +size 38000640 diff --git a/datasets/389042.tar b/datasets/389042.tar new file mode 100644 index 0000000000000000000000000000000000000000..391673b482cb63e941cdfd241a99c54d0c949ec2 --- /dev/null +++ b/datasets/389042.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d42eb76e56040592bd35a63f0e8dfcc35495101ab391ec0b9e4277c635fed7c2 +size 155576320 diff --git a/datasets/389086.tar b/datasets/389086.tar new file mode 100644 index 0000000000000000000000000000000000000000..14e8011115af4b459183aac1c1a0d92df62d7e84 --- /dev/null +++ b/datasets/389086.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:706081764b4d869bba856777f834fd7e491b8e548f17112eff6a5eae2b0f2b0d +size 88012800 diff --git a/datasets/389110.tar b/datasets/389110.tar new file mode 100644 index 0000000000000000000000000000000000000000..931606e9e4f4240b7832b61900e615c18cd8a433 --- /dev/null +++ b/datasets/389110.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57a82629bf70ba1f8b6d960764a4a145bb520ef9a4ec530a84de3b1f4c557b62 +size 78950400 diff --git a/datasets/389522.tar b/datasets/389522.tar new file mode 100644 index 0000000000000000000000000000000000000000..e13a0b543bf8d754308748a980a88bde96663659 --- /dev/null +++ b/datasets/389522.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dd659e8adfde4350f6208741553ec719daafab5332c6bb1fadb5e6ceb5c85a4 +size 5314560 diff --git a/datasets/390074.tar b/datasets/390074.tar new file mode 100644 index 0000000000000000000000000000000000000000..672f64ad44bdf6501afe6fcc93938d0286eb52e6 --- /dev/null +++ b/datasets/390074.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d56f5f6201144bc084afe8b0606dac6262b40d1c0a37bc64f8589963dbea285 +size 716800 diff --git a/datasets/390214.tar b/datasets/390214.tar new file mode 100644 index 0000000000000000000000000000000000000000..0a978790d26223436293991112a9982651c326d7 --- /dev/null +++ b/datasets/390214.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995b84cd15f362dd30fd5ecd3ae5c9368497b4f932b5f7a370b4a1c2b294b616 +size 143360 diff --git a/datasets/390343.tar b/datasets/390343.tar new file mode 100644 index 0000000000000000000000000000000000000000..9140fe0fcc9212eb0e05c3001c9e0afe8b825d66 --- /dev/null +++ b/datasets/390343.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14e7f4e26fe35e7e350b238017f44d6ebd94feca9721c1de601646287897d098 +size 55357440 diff --git a/datasets/390372.tar b/datasets/390372.tar new file mode 100644 index 0000000000000000000000000000000000000000..592016ec22d76a2130150ae046a8986582b14d89 --- /dev/null +++ b/datasets/390372.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cbd00bc3655c7bc8b943e85d4ef2c2a662eaa5afb2ebc83f4c1d89cffb60aaf +size 3788800 diff --git a/datasets/390428.tar b/datasets/390428.tar new file mode 100644 index 0000000000000000000000000000000000000000..b201ded03abb5e22620f794e0886052e7034414f --- /dev/null +++ b/datasets/390428.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308b301697f190ef69f3517da1152e6e2528fb98cd32dd6caf89345aa47332a4 +size 14325760 diff --git a/datasets/390459.tar b/datasets/390459.tar new file mode 100644 index 0000000000000000000000000000000000000000..136c2822a3a4b79880115ecffdeb67a3fdb1c6e2 --- /dev/null +++ b/datasets/390459.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7bb340756001476efdd1daeae7fb3f32ce2f0ff05a5655cda4a6b17c9f8b2e +size 27955200 diff --git a/datasets/390531.tar b/datasets/390531.tar new file mode 100644 index 0000000000000000000000000000000000000000..54bc48599546b0891d49f11b713383669835edcc --- /dev/null +++ b/datasets/390531.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8405186f0fa7e59c32a842531418328b11b5302fb04bd369243a0827a5ecf247 +size 73912320 diff --git a/datasets/390536.tar b/datasets/390536.tar new file mode 100644 index 0000000000000000000000000000000000000000..60382d0bdf58303e5efd49c4bb77cd0a8748f818 --- /dev/null +++ b/datasets/390536.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eddeec5a004754d1b324c1dd6e1e3cde19de4cd41286abfa2a782e2ca0f88af1 +size 235294720 diff --git a/datasets/390544.tar b/datasets/390544.tar new file mode 100644 index 0000000000000000000000000000000000000000..4407338620b6280148098fb3ee64541048601b46 --- /dev/null +++ b/datasets/390544.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d2cce8f87a5f14145923fc286db299b1d960a464fce085f37f9893d84c1c910 +size 54026240 diff --git a/datasets/390560.tar b/datasets/390560.tar new file mode 100644 index 0000000000000000000000000000000000000000..f0671ad50b31f50402b1753e3773b6e5724bf808 --- /dev/null +++ b/datasets/390560.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dbcdf3afdb7b6e88b8a821e3f5a4a80734f286de8ded0e854d358d253238ea2 +size 44369920 diff --git a/datasets/390585.tar b/datasets/390585.tar new file mode 100644 index 0000000000000000000000000000000000000000..f8e7f510c795042ad5d084ccb72c72ecd4b23339 --- /dev/null +++ b/datasets/390585.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ac4f8aaa698e9e2045316c2303d2d79271d1aaf05ab7ecbbe9efbc617d2e2b +size 42731520 diff --git a/datasets/390591.tar b/datasets/390591.tar new file mode 100644 index 0000000000000000000000000000000000000000..bd0a15dad16445fd505ec655be38b3175852651c --- /dev/null +++ b/datasets/390591.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3e079af775d14b7108d686ec44321610aedd1fe3ff4bda7e4c31dccd3592ea +size 67317760 diff --git a/datasets/390609.tar b/datasets/390609.tar new file mode 100644 index 0000000000000000000000000000000000000000..4994acf80ea3707e11c04ac4205a596c1f1dbf52 --- /dev/null +++ b/datasets/390609.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d14eed7a83ae8e76a91175d372c05c8c13c80327baa31eddec82459747e37e0 +size 61808640 diff --git a/datasets/390612.tar b/datasets/390612.tar new file mode 100644 index 0000000000000000000000000000000000000000..8a6ba6ff278f7349d6901f38b4fd337b45c20c74 --- /dev/null +++ b/datasets/390612.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a46b7140c3df6d6432af488a2d84f02be681e5be4a4c3594e16efceab841564 +size 8427520 diff --git a/datasets/390624.tar b/datasets/390624.tar new file mode 100644 index 0000000000000000000000000000000000000000..2302cbb236efb1289c6cfae9ccc3d3ecaf1332eb --- /dev/null +++ b/datasets/390624.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d12c33d72b1bf9b143d60d1a0998b4a69c0bba58b686528158f4cf1722a522 +size 100259840 diff --git a/datasets/390631.tar b/datasets/390631.tar new file mode 100644 index 0000000000000000000000000000000000000000..af2dde8c3fd51c5e0e78dc7e5c77704f3e078bb2 --- /dev/null +++ b/datasets/390631.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d412304d8c2ab95cef51b750d5773436345d7ab966ef60d401f52d8fd522439 +size 67819520 diff --git a/datasets/390779.tar b/datasets/390779.tar new file mode 100644 index 0000000000000000000000000000000000000000..42e99c4149b481f372d36d8c6c86d5e6c3f32373 --- /dev/null +++ b/datasets/390779.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01946f981502a60fd607779b16d383dea1db414f6f19553ce89eda11fbccf9a +size 3153920 diff --git a/datasets/391289.tar b/datasets/391289.tar new file mode 100644 index 0000000000000000000000000000000000000000..b4ca298bb2c6721cfe528b2f89f6651004f74028 --- /dev/null +++ b/datasets/391289.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95d0846ed5eb56ba99e1188917d7e7ad2589b0b36e12472a108d3b7ba2a18c5 +size 9512960 diff --git a/datasets/391479.tar b/datasets/391479.tar new file mode 100644 index 0000000000000000000000000000000000000000..c625b3285ab39e25f8a7b8e018e06e6e37d027e7 --- /dev/null +++ b/datasets/391479.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ea29a8ad929203cc48ca3cf11a9c11bad48ee4d0cf51c4f6022ca46469a876 +size 870400 diff --git a/datasets/391528.tar b/datasets/391528.tar new file mode 100644 index 0000000000000000000000000000000000000000..1f08c18bc980de9beff4ac898556769c1dde6dc6 --- /dev/null +++ b/datasets/391528.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b3e1c7e037d0dd048e116c216c15c1dcce2fbd586a429669f164cbebf35880d +size 1208320 diff --git a/datasets/391828.tar b/datasets/391828.tar new file mode 100644 index 0000000000000000000000000000000000000000..5314efbad4fce91731236d92d2163d180b990df6 --- /dev/null +++ b/datasets/391828.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:105ca1c257992f054e40cc5327c79c190cd76ba266d880a774159e6e16a7dede +size 1761280 diff --git a/datasets/391842.tar b/datasets/391842.tar new file mode 100644 index 0000000000000000000000000000000000000000..a996e3d63925096f83162c07fc44d4a736893150 --- /dev/null +++ b/datasets/391842.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce02d133d80cc4142870def72fdf1ec63a9127f0949988c725411f2e77161274 +size 4331520 diff --git a/datasets/392005.tar b/datasets/392005.tar new file mode 100644 index 0000000000000000000000000000000000000000..48e03e1454ade9a0bbf53c58e1c95a0dd5fc74e2 --- /dev/null +++ b/datasets/392005.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edf3de1bd54f3e8f52b4b3b18e241acea066d1ff80d3c05a838305798f9854a4 +size 1423360 diff --git a/datasets/392227.tar b/datasets/392227.tar new file mode 100644 index 0000000000000000000000000000000000000000..18a51db7cc9fa5db90044a9951367540f732ace7 --- /dev/null +++ b/datasets/392227.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4908a0f27c8ebc451a4001cd7a9deb9df968673e46d7dd4894f7f9d70c56429a +size 952320 diff --git a/datasets/392247.tar b/datasets/392247.tar new file mode 100644 index 0000000000000000000000000000000000000000..f10eaad7441b78fd5556304e4fc1cdf4cce1f710 --- /dev/null +++ b/datasets/392247.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfbd275efbda24e49b3db7eefb6e1294d9efaabe9af43155bd3f736e3f5f9660 +size 27320320 diff --git a/datasets/392471.tar b/datasets/392471.tar new file mode 100644 index 0000000000000000000000000000000000000000..1e46928cfc22adc6ba1a837ae79f91969409aa1c --- /dev/null +++ b/datasets/392471.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0beea07741aa123c8054497f5b50193a83fc60f135a81894d470bba4098a6df7 +size 2170880 diff --git a/datasets/392588.tar b/datasets/392588.tar new file mode 100644 index 0000000000000000000000000000000000000000..c5fbf38e1ba904b586b986ca6574f454e5d4b969 --- /dev/null +++ b/datasets/392588.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0710e405a9dcc523ba76605a02553273643d9afebe4dc9b6e106b374a33c4951 +size 5621760 diff --git a/datasets/392617.tar b/datasets/392617.tar new file mode 100644 index 0000000000000000000000000000000000000000..0b9ae2b779c74633de3c25d0efdb735efb0ccd8f --- /dev/null +++ b/datasets/392617.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b748c83842cb8a34545a709c1fa604b3f53427ad581665fae9132ec91bc62d +size 2222080 diff --git a/datasets/392748.tar b/datasets/392748.tar new file mode 100644 index 0000000000000000000000000000000000000000..08ab08a9bc99ffe1ae3f4286cf2ba8b8b1c061bb --- /dev/null +++ b/datasets/392748.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d64f10a1793ff5b9f20bcc5393019c48f2e4464692749bf13d583051f0a1cf6 +size 2037760 diff --git a/datasets/392921.tar b/datasets/392921.tar new file mode 100644 index 0000000000000000000000000000000000000000..8f3e1c75077257a70d21f2db5a18e82e0bdd01a0 --- /dev/null +++ b/datasets/392921.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b18d9bdc1905faa50fbcf61ff3839d18d94b2635bfa58b5acb1000342105aa64 +size 5068800 diff --git a/datasets/392922.tar b/datasets/392922.tar new file mode 100644 index 0000000000000000000000000000000000000000..2fa398084ce0d8d3d5fef29e9c16c0fe7a7f286d --- /dev/null +++ b/datasets/392922.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f437116b3ddc96a395286765581e9541158dbd87fc9ed5b030b44e72d4608e3e +size 614400 diff --git a/datasets/393068.tar b/datasets/393068.tar new file mode 100644 index 0000000000000000000000000000000000000000..1fae93803addfa2e5cc2ec2b739eef966c74320b --- /dev/null +++ b/datasets/393068.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ef6440d30bc5a1d2738a2c45da9a3b6b451913dab9e56ef3d936bd1c8bf4f6 +size 8161280 diff --git a/datasets/393071.tar b/datasets/393071.tar new file mode 100644 index 0000000000000000000000000000000000000000..63dc58b1faa79ead34799b280f7117937508813e --- /dev/null +++ b/datasets/393071.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1451bfc38d8180810163de11a9fe6dc62d748ae1d8c769e1e351af0eb48d9d7 +size 1464320 diff --git a/datasets/393416.tar b/datasets/393416.tar new file mode 100644 index 0000000000000000000000000000000000000000..6534057f39dfaf3d8b51dfd46cb14c6862a6013a --- /dev/null +++ b/datasets/393416.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ff76c01f52f77f298097edd9e8a53bfe6f01243c263297fa39a1d84b84ef88f +size 6041600 diff --git a/datasets/394110.tar b/datasets/394110.tar new file mode 100644 index 0000000000000000000000000000000000000000..9113197a356a923bd4c05412a70ecfa86c40003d --- /dev/null +++ b/datasets/394110.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c15b1c8d460ac786ba99f4e8070257a455ec415798d8e8253b8f09f8de1c5f4 +size 8581120 diff --git a/datasets/394380.tar b/datasets/394380.tar new file mode 100644 index 0000000000000000000000000000000000000000..dfff59873ea775ff5162b23d7b68f03b4ce3ae9b --- /dev/null +++ b/datasets/394380.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d3fc615091ae0c2bd512370002020db7b275113b7b73a2dc8ce2fa23066453 +size 15964160 diff --git a/datasets/394466.tar b/datasets/394466.tar new file mode 100644 index 0000000000000000000000000000000000000000..ceb8534b9954972ae56e0f28a50bc5acfc8950a5 --- /dev/null +++ b/datasets/394466.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cdbf7ae3a31421c97df09db9b45ceb1ab2e958041700cfd29d0ff3bafa65e36 +size 10506240 diff --git a/datasets/394467.tar b/datasets/394467.tar new file mode 100644 index 0000000000000000000000000000000000000000..20cc553fbce66c9de0d85a6f36f7d28eabeb2952 --- /dev/null +++ b/datasets/394467.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e361f370aaf7800c961a86a837845f9418bc6bf05fd29fe0f772563cade6ea6f +size 55019520 diff --git a/datasets/39472.tar b/datasets/39472.tar new file mode 100644 index 0000000000000000000000000000000000000000..dec809c799eed169105554d2a394e585b09282ff --- /dev/null +++ b/datasets/39472.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc0c6c877282241bb2a2ca6063c4a6790911992665bc5cbe0d016e8d33cb3c9 +size 2693120 diff --git a/datasets/394732.tar b/datasets/394732.tar new file mode 100644 index 0000000000000000000000000000000000000000..ab367b29ce8bd1fe221f9ed8e7a88ae9b11ba48b --- /dev/null +++ b/datasets/394732.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46bde25dcaa2f8d2fda3bdc71ab4a659d6770f65dbf5af02fb18ed4a4497226d +size 4556800 diff --git a/datasets/394757.tar b/datasets/394757.tar new file mode 100644 index 0000000000000000000000000000000000000000..eee1346aa336c0c949f952588f109b411c9a3e56 --- /dev/null +++ b/datasets/394757.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8ebf7efe92bb15652d4549a6687c48852d27f8ed25dca04ffa5a2eccdd836e +size 25559040 diff --git a/datasets/39481.tar b/datasets/39481.tar new file mode 100644 index 0000000000000000000000000000000000000000..13d7f3e86fb3264b9246e83c4ea428f4cfeacd20 --- /dev/null +++ b/datasets/39481.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d11bfe1db14d0f7de5804f37aba065d0b70813bc96decef8f7ad04ddb52a42b +size 32727040 diff --git a/datasets/394828.tar b/datasets/394828.tar new file mode 100644 index 0000000000000000000000000000000000000000..9f89a8ffcd85a4f13b6a227c423089eff3d404a2 --- /dev/null +++ b/datasets/394828.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67be6d333c46ee2b9d8a32034f4f27ac8ca8eccf0cb9638cdcc637efdb3a8bd1 +size 174080 diff --git a/datasets/394880.tar b/datasets/394880.tar new file mode 100644 index 0000000000000000000000000000000000000000..75294b3b49cdb6895ea2f2e0bb0269c03fa1fb25 --- /dev/null +++ b/datasets/394880.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e61ba673a5cade1f167cab1b795fccbfebc3c80ea7260711c838bccd5aeac811 +size 3123200 diff --git a/datasets/394909.tar b/datasets/394909.tar new file mode 100644 index 0000000000000000000000000000000000000000..921500ee1e3dd506f2d3b44f1517a03dfc53136d --- /dev/null +++ b/datasets/394909.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7017cd98841ced46e0a36ae50a333b7baf5ef5b853441366c0fff76b57c482ff +size 30873600 diff --git a/datasets/395080.tar b/datasets/395080.tar new file mode 100644 index 0000000000000000000000000000000000000000..4803a78fcfefe5df83cac42c3b349e2564813d75 --- /dev/null +++ b/datasets/395080.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd1d0ec4c028ac03607d843de67414da7c7b9ba132b0d4e3c1d5e6d93a22b42 +size 5560320 diff --git a/datasets/395250.tar b/datasets/395250.tar new file mode 100644 index 0000000000000000000000000000000000000000..37574582db5905d767aaef76f12b4d700256a257 --- /dev/null +++ b/datasets/395250.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d372cb5c31ecd5bd944b434a74b11735c34a8fdf895e80cda1f5d1aad8f626 +size 8243200 diff --git a/datasets/395352.tar b/datasets/395352.tar new file mode 100644 index 0000000000000000000000000000000000000000..639abdde2c8e2d04c395455075290a336841fb96 --- /dev/null +++ b/datasets/395352.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:749a1d69de8727a38636ad99915e683e1d13731fc2b923514e95da6998b558c4 +size 24156160 diff --git a/datasets/395370.tar b/datasets/395370.tar new file mode 100644 index 0000000000000000000000000000000000000000..d47a1d395a0c65f6d3050221c117bf4e0e360106 --- /dev/null +++ b/datasets/395370.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4aafc32281e181ece05cf8185f18c63a9b721f342ceedf2acd49ef1a2e6cca +size 8325120 diff --git a/datasets/395466.tar b/datasets/395466.tar new file mode 100644 index 0000000000000000000000000000000000000000..3c4fc97064d54a34cedf36817567fdd482bd4a79 --- /dev/null +++ b/datasets/395466.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a6e6540b2fe6727e1d8e1ecea9badeaaf245e6df234c1fcaea2fc1f3f3079c +size 20275200 diff --git a/datasets/395473.tar b/datasets/395473.tar new file mode 100644 index 0000000000000000000000000000000000000000..87e49d92db53c9cf8bdf01e57fad00d4904b98be --- /dev/null +++ b/datasets/395473.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a631d088ddd169aa89fd97946739fed41288a35d3aec9fae4992b1c2fd3386 +size 35655680 diff --git a/datasets/395518.tar b/datasets/395518.tar new file mode 100644 index 0000000000000000000000000000000000000000..8167006ce3ed0037f3e5a0b7539d7a98f33a4736 --- /dev/null +++ b/datasets/395518.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8887e61954b00be8a190e35318a6de36d9d5514bae0f04dbebd062ed68a175a +size 276480 diff --git a/datasets/395526.tar b/datasets/395526.tar new file mode 100644 index 0000000000000000000000000000000000000000..99b88aebba1590c7d5972527bbe78f6b0ac04d62 --- /dev/null +++ b/datasets/395526.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064d9ea3a9f7f11bdf4b223fbc11c678b05dcb200c3cf3225ebbde2b6b3c0914 +size 4526080 diff --git a/datasets/395799.tar b/datasets/395799.tar new file mode 100644 index 0000000000000000000000000000000000000000..732f489eac8e7ab151a30ce08e8f31263d1c08d7 --- /dev/null +++ b/datasets/395799.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c7bfe2d045b0c692fd853ee933f6c5f9ff3ea0335529963019e221259dc55cb +size 14080000 diff --git a/datasets/395835.tar b/datasets/395835.tar new file mode 100644 index 0000000000000000000000000000000000000000..59e027afe1201838a07ddbbee20d34fc100cd5ec --- /dev/null +++ b/datasets/395835.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e786bb498370b8bae61e9bbc945c90a8e9d42b0d8edf6b97286a52dd02f97bf +size 1351680 diff --git a/datasets/396117.tar b/datasets/396117.tar new file mode 100644 index 0000000000000000000000000000000000000000..78831661110d2bbf798dfc519237d3bc217e601c --- /dev/null +++ b/datasets/396117.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a666d4fe9f2f4a905f162dfed0255d0454b9827b174c1211ed4f03625a309c0d +size 2211840 diff --git a/datasets/396452.tar b/datasets/396452.tar new file mode 100644 index 0000000000000000000000000000000000000000..f0e4493632405a01ab7fc2a256e84711149457ba --- /dev/null +++ b/datasets/396452.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ff4c31ac354c423898f40e5547a48e4afe153cc3d8a911bd64efdb93dac8ee +size 8294400 diff --git a/datasets/396669.tar b/datasets/396669.tar new file mode 100644 index 0000000000000000000000000000000000000000..211847bbbc6bb150b26920259d12525e2d77da81 --- /dev/null +++ b/datasets/396669.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f379c76fba77fb1e3745c7227ea22a92127a8b8387793ca2d8df938f0ee0960 +size 7219200 diff --git a/datasets/396707.tar b/datasets/396707.tar new file mode 100644 index 0000000000000000000000000000000000000000..e4949c9781bc47cc33dc5d350e20f736a3fc599a --- /dev/null +++ b/datasets/396707.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2cb86c600a9dde9ec24292464c8c6db5fc6692bee182e93ac5fc4dbb0a227f8 +size 4874240 diff --git a/datasets/396718.tar b/datasets/396718.tar new file mode 100644 index 0000000000000000000000000000000000000000..ced1e9ae60142e9c579f88a0264759a3a02cff54 --- /dev/null +++ b/datasets/396718.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e32dffb801077cd6c76709e6cbf407ec4a5de4094d3a021ed77f410feebb32 +size 3543040 diff --git a/datasets/396723.tar b/datasets/396723.tar new file mode 100644 index 0000000000000000000000000000000000000000..3f74fc26b52cb68ac19e829eb9aa37515da33638 --- /dev/null +++ b/datasets/396723.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:259343c5ce3aaba2b9cccefd7c49ee1ad9f061bfa629f27bbe66532fe989812b +size 7290880 diff --git a/datasets/397056.tar b/datasets/397056.tar new file mode 100644 index 0000000000000000000000000000000000000000..a475fa8ef379a55adc05272178d24ccf8a7395a0 --- /dev/null +++ b/datasets/397056.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66447a8f80586a971ad34d2c7d78877018ef55cf01abe653ed2575d95f15cde4 +size 86630400 diff --git a/datasets/397216.tar b/datasets/397216.tar new file mode 100644 index 0000000000000000000000000000000000000000..55521b6be17be0d9f70fc380086cedfd7676b897 --- /dev/null +++ b/datasets/397216.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d75682bba236fd4969911874a57d58a8648b1dcea2f46d62cdaa5097af8a2bd +size 14981120 diff --git a/datasets/397305.tar b/datasets/397305.tar new file mode 100644 index 0000000000000000000000000000000000000000..02560b4e365171f40e5edea6288245e7c4cb033a --- /dev/null +++ b/datasets/397305.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19d02af630d1a6b07dd9ab007f04332ec4bf4c9c82673ae32a0b4fc0a098e22 +size 1249280 diff --git a/datasets/397676.tar b/datasets/397676.tar new file mode 100644 index 0000000000000000000000000000000000000000..943f2a923851f21ddce141724c3f27b64e30cd7c --- /dev/null +++ b/datasets/397676.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bc12927288b27dc36a4cacac6c8269cf22cc58d0a06321fb1fb021f7e7c1932 +size 2867200 diff --git a/datasets/397893.tar b/datasets/397893.tar new file mode 100644 index 0000000000000000000000000000000000000000..f196c78897258f04ffa7ada5d698ed124ffcce10 --- /dev/null +++ b/datasets/397893.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d461f1ad8cc7300e626a24151142c73f74118e8a6456c57c8dd87b16de5478bd +size 1351680 diff --git a/datasets/397967.tar b/datasets/397967.tar new file mode 100644 index 0000000000000000000000000000000000000000..98cdcda2191524f6c52ec427230947175f29ea05 --- /dev/null +++ b/datasets/397967.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb362182aca005e508de910e9464240a379c80ae3b8e78c9a9a5b4d66ff98087 +size 8581120 diff --git a/datasets/398216.tar b/datasets/398216.tar new file mode 100644 index 0000000000000000000000000000000000000000..bdec7d0060753fb153fcef46048653e5e46f7027 --- /dev/null +++ b/datasets/398216.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d1e90e3bc10a8e78715c39d4d38b17b84f487816459ba9d4214af72241b1f5 +size 13240320 diff --git a/datasets/398221.tar b/datasets/398221.tar new file mode 100644 index 0000000000000000000000000000000000000000..f6262d5724a17149596c08cb524ab85cb8bcb880 --- /dev/null +++ b/datasets/398221.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4df44471c32f1c49186d965f969e5f1a174f7152afad053d7c253aa846b8e54b +size 3184640 diff --git a/datasets/398222.tar b/datasets/398222.tar new file mode 100644 index 0000000000000000000000000000000000000000..20cc7ec71844e46733d8325af339cb6f9400ebbc --- /dev/null +++ b/datasets/398222.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4e446a77ed027ada9aff67d7141347b615d44b5382e5ab230f371ea0a0ff94 +size 8335360 diff --git a/datasets/398313.tar b/datasets/398313.tar new file mode 100644 index 0000000000000000000000000000000000000000..347f62539528294557f1048f1aefe938534026f3 --- /dev/null +++ b/datasets/398313.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f6df457953904555f0aab6e4ce5df978e6069ed333662c11c31fa2c80d8ec2 +size 2252800 diff --git a/datasets/398701.tar b/datasets/398701.tar new file mode 100644 index 0000000000000000000000000000000000000000..710eeaeff1ebf1fe8b6b076bc22d7d1c3401d24d --- /dev/null +++ b/datasets/398701.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39c47688126ce2ba6a9e2fc70aa3b5ae510361e61ec7cd739555fd73028c3453 +size 542720 diff --git a/datasets/398756.tar b/datasets/398756.tar new file mode 100644 index 0000000000000000000000000000000000000000..1c8abd2c262a00b8efb864ce4f96bc383689bab8 --- /dev/null +++ b/datasets/398756.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f613e658c238da34447697a67309bc60c4bfa2d7dd8d6eba72967aa92351a8e +size 1433600 diff --git a/datasets/398764.tar b/datasets/398764.tar new file mode 100644 index 0000000000000000000000000000000000000000..4ecad598bed6f4331d7f39f964d5b0006a03bbfc --- /dev/null +++ b/datasets/398764.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb3ccb7f4d244b5b3a5eb4f8b3ac758a0c4a558a8b0c1227192925245aaed6a +size 14069760 diff --git a/datasets/398767.tar b/datasets/398767.tar new file mode 100644 index 0000000000000000000000000000000000000000..258ce7f3874473b8e078d409197c8a3f0d474ff9 --- /dev/null +++ b/datasets/398767.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7896b9d9d88787bf6cc12c1b3d9549090dd378275f950b43854125e6ce6442d2 +size 8622080 diff --git a/datasets/398775.tar b/datasets/398775.tar new file mode 100644 index 0000000000000000000000000000000000000000..da90bc4774eeadb54c60630b6d66900368f5f524 --- /dev/null +++ b/datasets/398775.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e915244ac354ea3b70c7e377fbbb78cd6f11a02c459b3c8048893f21230449 +size 5580800 diff --git a/datasets/398784.tar b/datasets/398784.tar new file mode 100644 index 0000000000000000000000000000000000000000..09e7e70982b7cae50a54a619001bf6afe9e3a85b --- /dev/null +++ b/datasets/398784.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ddc79ef0a7be37f90b465178b7498de19650fb9286e690124935a96a69aa64 +size 1863680 diff --git a/datasets/399210.tar b/datasets/399210.tar new file mode 100644 index 0000000000000000000000000000000000000000..7e0642a0d1cafece5803855bc5818e4f8dc9f8c8 --- /dev/null +++ b/datasets/399210.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abb265306065882f3063a7d7b3656ebc4c6c60fe48ca730ef8d73d246df3718d +size 2631680 diff --git a/datasets/399508.tar b/datasets/399508.tar new file mode 100644 index 0000000000000000000000000000000000000000..edbc6b4212e0ab4d0f47e69ae6d887b0fb7f1087 --- /dev/null +++ b/datasets/399508.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf0fa3d796b0c324464db8ab4b83581c484787dad5ea2f7d908c68c79c8a9c4 +size 8847360 diff --git a/datasets/399580.tar b/datasets/399580.tar new file mode 100644 index 0000000000000000000000000000000000000000..12d0cb205dea165f42c754caa69f679da18e6790 --- /dev/null +++ b/datasets/399580.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:921283cc301ede369231d1bfff08811ee407326b7f8d75556bda7ae3f3451c21 +size 6819840 diff --git a/datasets/399666.tar b/datasets/399666.tar new file mode 100644 index 0000000000000000000000000000000000000000..c84df88284c710de92c984cd5e789f8002f51769 --- /dev/null +++ b/datasets/399666.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45c6f05ff842631e9de5bb9b02b8f1ca895fb048997fe493cc0e54c42cd5f53 +size 1280000 diff --git a/datasets/399713.tar b/datasets/399713.tar new file mode 100644 index 0000000000000000000000000000000000000000..9dbb56b63f5bfad7444ad4d6249205bb7b937669 --- /dev/null +++ b/datasets/399713.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f21d3a697e64fcd168a6d6f9b57fbb06314333f6e966f82eb551107fa8b7275 +size 5744640 diff --git a/datasets/399934.tar b/datasets/399934.tar new file mode 100644 index 0000000000000000000000000000000000000000..4a1ff3bead1a2491b31628a50f36eaa9042db339 --- /dev/null +++ b/datasets/399934.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb3ef7f9ee1bc66a6f0b7d8336b234736a000c38589324e459aa39744f548e60 +size 4546560 diff --git a/datasets/399978.tar b/datasets/399978.tar new file mode 100644 index 0000000000000000000000000000000000000000..f5b8fd82733cb06d72e9a5e7f81663552ebc4043 --- /dev/null +++ b/datasets/399978.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b819076f4501ff1b927740cb9842cc5fd4f612d4bfd345e53724f4900144d88b +size 18831360 diff --git a/datasets/400118.tar b/datasets/400118.tar new file mode 100644 index 0000000000000000000000000000000000000000..8facb463cd5926c9e9a5bf03055e0da7c412b05d --- /dev/null +++ b/datasets/400118.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9860ecdcaf4e704689024d6d5755184805562504b654a1298cb66d0f2fa84a19 +size 1351680 diff --git a/datasets/400399.tar b/datasets/400399.tar new file mode 100644 index 0000000000000000000000000000000000000000..9fcf71fd97ec324046afa34b34e2b55f1f191141 --- /dev/null +++ b/datasets/400399.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad005b8d95adffd09c8d0c06d57cf32bb1a981a81ede21aefc335982e7d65bf4 +size 10076160 diff --git a/datasets/40050.tar b/datasets/40050.tar new file mode 100644 index 0000000000000000000000000000000000000000..113a899c8c9cd52ae820b30bd5b45a5e7a654a05 --- /dev/null +++ b/datasets/40050.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf9f5bbb215e4d3e4a3e5ac0ae5195852977c8ae3f9779c482c622a8984cdba4 +size 18688000 diff --git a/datasets/400556.tar b/datasets/400556.tar new file mode 100644 index 0000000000000000000000000000000000000000..c0b47151b2644144cfb53aebd1a928a227b49627 --- /dev/null +++ b/datasets/400556.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0742d6173634208d329c6e095c6c80bd480d541d6a9120e6eff7b2f0aed4930c +size 17295360 diff --git a/datasets/400727.tar b/datasets/400727.tar new file mode 100644 index 0000000000000000000000000000000000000000..5289df50a3ef7218eb68c0a1a17eee291d756aca --- /dev/null +++ b/datasets/400727.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f7b0bf9e4c3df9871f15bbf470b924f3d1e6eae0e838ddd83ee53866fbb5d7d +size 6440960 diff --git a/datasets/400728.tar b/datasets/400728.tar new file mode 100644 index 0000000000000000000000000000000000000000..967e461cf79f39e8e19479b9b88537b026fc99eb --- /dev/null +++ b/datasets/400728.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4671dea324ef3dfd6e50b5f983cf3cf750432e604dff5845e293f1357f579aad +size 24320000 diff --git a/datasets/400851.tar b/datasets/400851.tar new file mode 100644 index 0000000000000000000000000000000000000000..290a399ba2f986afe3650598163fe05448d4fc82 --- /dev/null +++ b/datasets/400851.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b22d44e4a83e31e711fee31234332c68aeb54602913dd76a9ab381ab38cc812 +size 17479680 diff --git a/datasets/401248.tar b/datasets/401248.tar new file mode 100644 index 0000000000000000000000000000000000000000..04bb4a6b505fb54374d021a7c97fc5c0572bbc13 --- /dev/null +++ b/datasets/401248.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d0f3351fa69edd6a13831a0ae0466828d75596c4bcca93ab2d4a3b8fe10347 +size 6369280 diff --git a/datasets/401528.tar b/datasets/401528.tar new file mode 100644 index 0000000000000000000000000000000000000000..c9563eb903eb086bd188bacdd829d3fb26c8eae9 --- /dev/null +++ b/datasets/401528.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218f74243f07f287c944e26b351787608191f5933e86557c1ee311a2ee61ff69 +size 3686400 diff --git a/datasets/401548.tar b/datasets/401548.tar new file mode 100644 index 0000000000000000000000000000000000000000..328d8ba3400b9672e8eec6c31ac9794c32123a06 --- /dev/null +++ b/datasets/401548.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6294fda4efb8279d97a348192b5ef59fc707b4887b89fcfd9cae09f458319267 +size 1116160 diff --git a/datasets/401573.tar b/datasets/401573.tar new file mode 100644 index 0000000000000000000000000000000000000000..6e3fdb05565f7299ac82ead95150f6ac4a80bb3e --- /dev/null +++ b/datasets/401573.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5c38cc1b46f2327e2ed36f65fcd84c19f7aac5f3e626284b1ff6a1667cecb60 +size 399360 diff --git a/datasets/401660.tar b/datasets/401660.tar new file mode 100644 index 0000000000000000000000000000000000000000..684edb3ab3b99673ebe6cc50fcefa70729495512 --- /dev/null +++ b/datasets/401660.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e2e425f4ad3bbf239b33cdd0535cc1e52448e302a51d354f2d2baeaa47ed2e +size 4126720 diff --git a/datasets/401723.tar b/datasets/401723.tar new file mode 100644 index 0000000000000000000000000000000000000000..ead7441153d189874c4e4cb7b9ebb6a5ed00068e --- /dev/null +++ b/datasets/401723.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ca737e17c5ff09e2935a36c0c86347a92ec0c3a966d74dcf66f588476b56929 +size 5386240 diff --git a/datasets/401826.tar b/datasets/401826.tar new file mode 100644 index 0000000000000000000000000000000000000000..ad0ad8415d9a0a9912037689e6d771848a63ef73 --- /dev/null +++ b/datasets/401826.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e86f77e692ac2a82fe58a1b103e229b4167bfdb50295f98470d6c3f77ccff14 +size 8857600 diff --git a/datasets/401940.tar b/datasets/401940.tar new file mode 100644 index 0000000000000000000000000000000000000000..1eca17987f4c5aa6496fe0148d83180f66e558c9 --- /dev/null +++ b/datasets/401940.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77e99ec6ce6b778f375495639a7fabb7ca1b6fdc652c74371c4d0f978bd4c867 +size 378880 diff --git a/datasets/402017.tar b/datasets/402017.tar new file mode 100644 index 0000000000000000000000000000000000000000..db9e953e5b204e8162502d060ee94a8d1a0691cf --- /dev/null +++ b/datasets/402017.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a8987c75d7cf696ce23e977c32e124e38fd9cb4a991b1c2e69276bf8c15a4b +size 3297280 diff --git a/datasets/402072.tar b/datasets/402072.tar new file mode 100644 index 0000000000000000000000000000000000000000..fed6aa1545e651d14cb1f764f0cbc1d83f9b1a83 --- /dev/null +++ b/datasets/402072.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b60972d9cc9680412a01b08196132dca8f22c8ba5dad5369cf820e33d7bab29 +size 31856640 diff --git a/datasets/402140.tar b/datasets/402140.tar new file mode 100644 index 0000000000000000000000000000000000000000..97b7815e75493524e7daada1ef164bbc7f4be4ee --- /dev/null +++ b/datasets/402140.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4bc5727ea45eece2c0d3781bed60a06a6616a1a71c6d308b8b4ca9b827d1ad5 +size 25446400 diff --git a/datasets/402152.tar b/datasets/402152.tar new file mode 100644 index 0000000000000000000000000000000000000000..bb9e32e0a07283c71f246b29e64436120cef7e13 --- /dev/null +++ b/datasets/402152.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e93c34715b953e9cbd8f71197af5f2726a562fb208958056e70764f01574b0 +size 880640 diff --git a/datasets/402163.tar b/datasets/402163.tar new file mode 100644 index 0000000000000000000000000000000000000000..c0ff4470c2ec20b4d92fd60a21cd6275a0363150 --- /dev/null +++ b/datasets/402163.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe2259ab2cde1eec064d6dcaf1bbc8eb9e57866168a0c8204eab307c4478a6d +size 409600 diff --git a/datasets/402234.tar b/datasets/402234.tar new file mode 100644 index 0000000000000000000000000000000000000000..c72bc763f77395a2a7c393f165e6124f4b047828 --- /dev/null +++ b/datasets/402234.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4291d8b66075e154c3b79eab34ebf74e425f95ed996af9f03356e4c5cdce8bd6 +size 808960 diff --git a/datasets/402522.tar b/datasets/402522.tar new file mode 100644 index 0000000000000000000000000000000000000000..8413c3a0de2b7dfad4825e1ba112828d0a1f1474 --- /dev/null +++ b/datasets/402522.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2558bb5f66e7c02efc3a373b9441bfcc46f5b507767298a96a2b1334a62ae452 +size 450560 diff --git a/datasets/402566.tar b/datasets/402566.tar new file mode 100644 index 0000000000000000000000000000000000000000..5ea2598d49f3048dd494e34163c5b933e09a16b2 --- /dev/null +++ b/datasets/402566.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1de5102d8337eefa978891ad3e8dc7d54825e9d0466d1365492a77c271350aa +size 3133440 diff --git a/datasets/402671.tar b/datasets/402671.tar new file mode 100644 index 0000000000000000000000000000000000000000..4887f833f351696f1a4904644284767836f66aea --- /dev/null +++ b/datasets/402671.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f6a536797c5b095b0547c5d17a099480634d3889c5283bea261f520a1718405 +size 880640 diff --git a/datasets/402743.tar b/datasets/402743.tar new file mode 100644 index 0000000000000000000000000000000000000000..0c5abe243bfa47c3dfbd86640e91bbca969650c5 --- /dev/null +++ b/datasets/402743.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:939cf7940d152e26d1b3459c01fd5d6ecf339c41fc97f5c68b410749a3855e0b +size 593920 diff --git a/datasets/403022.tar b/datasets/403022.tar new file mode 100644 index 0000000000000000000000000000000000000000..f6904d5708d56bedfd279b01ebb7f6c9819c6bfd --- /dev/null +++ b/datasets/403022.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b335e4d7659dffe0cfbb6ef544e7f64e99432e2bc57d13f2d526e5d6213157 +size 3563520 diff --git a/datasets/403142.tar b/datasets/403142.tar new file mode 100644 index 0000000000000000000000000000000000000000..52740d374245b8698870141282c0a9b11028ba2c --- /dev/null +++ b/datasets/403142.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7630ae57d02d7cc9a7473e27ccb97f2af7341fa82250a81902d6c8d2e418d3 +size 942080 diff --git a/datasets/403204.tar b/datasets/403204.tar new file mode 100644 index 0000000000000000000000000000000000000000..a44b66a76e390583519311f2be36e164af05e92b --- /dev/null +++ b/datasets/403204.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37e4ce9c6fcca79591ebaedf1b62985fee0f3900819bcf590cba71fb40ae012 +size 1064960 diff --git a/datasets/403235.tar b/datasets/403235.tar new file mode 100644 index 0000000000000000000000000000000000000000..9c9b5d932706e0c6156171895cba7b2155cdc03a --- /dev/null +++ b/datasets/403235.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c7c76d2be243d5400be72471257a56ba372fa122b46fc744eadeaac9d87069 +size 11141120 diff --git a/datasets/403270.tar b/datasets/403270.tar new file mode 100644 index 0000000000000000000000000000000000000000..4d12fbacf0b55e19bc623506f02cb499aa452547 --- /dev/null +++ b/datasets/403270.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93cb24d576e007ef235ac080d012b5476ba0fcdd722707d417c65f622e11a41 +size 798720 diff --git a/datasets/403276.tar b/datasets/403276.tar new file mode 100644 index 0000000000000000000000000000000000000000..f4a7a78f289b7a3aff9101f9aed250e8aa191e62 --- /dev/null +++ b/datasets/403276.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a7c32ee3d4511e29c06a9d543e028fa4f0fc7d46465f5816537f095119b43ac +size 6809600 diff --git a/datasets/403390.tar b/datasets/403390.tar new file mode 100644 index 0000000000000000000000000000000000000000..a620b4a04833840269ea4f68e4800556723189c9 --- /dev/null +++ b/datasets/403390.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d61fa810f3ec7050e67d8c9eff82eb6b0d81534d53cf766cb952169a807413df +size 77916160 diff --git a/datasets/403424.tar b/datasets/403424.tar new file mode 100644 index 0000000000000000000000000000000000000000..2ce39cc80196032daf9815f0f7717118b88ed547 --- /dev/null +++ b/datasets/403424.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4e42eae7bcb7a51b476384494709e73525f788a2078aee79454c8e8436c3172 +size 727040 diff --git a/datasets/403451.tar b/datasets/403451.tar new file mode 100644 index 0000000000000000000000000000000000000000..e70fa6a110a1d3f4cf6aa152e4a47bacb32401d8 --- /dev/null +++ b/datasets/403451.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc03975d031411e1636e354fe07c6f61a062ac7a8dd1fa67d8e81d659bfcb3fb +size 1013760 diff --git a/datasets/403452.tar b/datasets/403452.tar new file mode 100644 index 0000000000000000000000000000000000000000..2491e249b85ae309d760a52a8da5f88b6de9651e --- /dev/null +++ b/datasets/403452.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c07d1d4dae67f3451f297f4724f82f1fb4d52660f18b5e46d985439fcaf334 +size 21729280 diff --git a/datasets/403477.tar b/datasets/403477.tar new file mode 100644 index 0000000000000000000000000000000000000000..da1ea84953a168a07ce4cb3cf9a37cd52ca9d71c --- /dev/null +++ b/datasets/403477.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eaf6692ce723228bb2efc70cd95f48a82e79f18eaf2190b07b6c9da8244a7f5 +size 808960 diff --git a/datasets/403496.tar b/datasets/403496.tar new file mode 100644 index 0000000000000000000000000000000000000000..4fd4d10b38ef42746c81a49dec8fbaa21976542a --- /dev/null +++ b/datasets/403496.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bea0131ce179d296bce0f7fc35874eef8dbf04d1c46145121c1d9fdfb39e7b4 +size 14018560 diff --git a/datasets/403505.tar b/datasets/403505.tar new file mode 100644 index 0000000000000000000000000000000000000000..1d69dfe9c1cbb87fe1a7a90e2b1d5bd7bca31196 --- /dev/null +++ b/datasets/403505.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afbe6291e9813da219105df25c5cc47141edf11f0b96974bd0ec445ea04251f7 +size 1136640 diff --git a/datasets/403691.tar b/datasets/403691.tar new file mode 100644 index 0000000000000000000000000000000000000000..87f84f19e44a33bcf1734805a2d83ee064b36faa --- /dev/null +++ b/datasets/403691.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:971e6821ef05c89e680cf6fb2a739ee2f565834c636c96f2dcc316588b9d9ac5 +size 8540160 diff --git a/datasets/403740.tar b/datasets/403740.tar new file mode 100644 index 0000000000000000000000000000000000000000..8420f87e8dc3ee7a8d60bc5cd85d3ab134906f25 --- /dev/null +++ b/datasets/403740.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ad68f40cb5aa88caec4a38e33f772ab1d65c22bbb795d12d9ab6b9354339cb +size 501760 diff --git a/datasets/403766.tar b/datasets/403766.tar new file mode 100644 index 0000000000000000000000000000000000000000..0b6cd88b3177f222a716192a4b3dc2b399a44bce --- /dev/null +++ b/datasets/403766.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dac33b983815e8cd5355b253894653b51366ba3077faa1a24580f95bcaa8d82 +size 7260160 diff --git a/datasets/403770.tar b/datasets/403770.tar new file mode 100644 index 0000000000000000000000000000000000000000..3a3da60bae671efe1079387d423f4a91eebec4cc --- /dev/null +++ b/datasets/403770.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4cdd0bf7c499bbdac8cc0e425b5ca7903378aa7027e38b1f21e15539d80e1bd +size 19159040 diff --git a/datasets/403814.tar b/datasets/403814.tar new file mode 100644 index 0000000000000000000000000000000000000000..15da62fdff95162111176af7f5dd483c07408218 --- /dev/null +++ b/datasets/403814.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247b00b08beb8829f0ae400c19524077a0a393f5363c6666d3eb47c04f3c41b6 +size 860160 diff --git a/datasets/403840.tar b/datasets/403840.tar new file mode 100644 index 0000000000000000000000000000000000000000..e9f6f36ad6d97609c786569d555c86198c7eb6c2 --- /dev/null +++ b/datasets/403840.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e8903b4a1248db625fb5dfb52ad8ae808edde6c7b8a56ab69c0fd2660ae1d0 +size 768000 diff --git a/datasets/403896.tar b/datasets/403896.tar new file mode 100644 index 0000000000000000000000000000000000000000..70c4d3c17a358785807375a6c3c40ab4c97485e7 --- /dev/null +++ b/datasets/403896.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0a84bd9c14a4668953f8352fd08db5e453a1463a42426ddc52446fa90ad0bf9 +size 1280000 diff --git a/datasets/403961.tar b/datasets/403961.tar new file mode 100644 index 0000000000000000000000000000000000000000..a7a9ada791eaa0a35516dc088e4e7f60a5a13cca --- /dev/null +++ b/datasets/403961.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4858d7a578f2d2b7d366705cc0c2aefbbae056b290f3ebf9811b55c3d98e3ee0 +size 26234880 diff --git a/datasets/403976.tar b/datasets/403976.tar new file mode 100644 index 0000000000000000000000000000000000000000..899efa2e35f0ddd3e46f86922f0a2704874bc4fa --- /dev/null +++ b/datasets/403976.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0333f839374e0f48a9b6cde8f82399c78a0aa0e58a2e33dc86a07f5be58898e7 +size 788480 diff --git a/datasets/404446.tar b/datasets/404446.tar new file mode 100644 index 0000000000000000000000000000000000000000..672fcfef16d344fe985349cbd94873d6f1a72812 --- /dev/null +++ b/datasets/404446.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21bd7b1738f7144e725ac750fec808f14baeb043618b57557b76756190c2f0b +size 8601600 diff --git a/datasets/404542.tar b/datasets/404542.tar new file mode 100644 index 0000000000000000000000000000000000000000..68d7575754e8e08e10c9f95ec238cbf9ff779e01 --- /dev/null +++ b/datasets/404542.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271d3bb3e15f3e763e27aabee61f5349ec5333a2ca6c306e3ca7ce8aa50435ad +size 727040 diff --git a/datasets/404601.tar b/datasets/404601.tar new file mode 100644 index 0000000000000000000000000000000000000000..c9f9d7337679c8c8351008d2db87a9595e90e079 --- /dev/null +++ b/datasets/404601.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f447734c1e2b66377a52ff9965efed22059b97771d003a221a884c24738a311 +size 788480 diff --git a/datasets/404645.tar b/datasets/404645.tar new file mode 100644 index 0000000000000000000000000000000000000000..540a8b33303c471da071e576a39fbed5d0181f47 --- /dev/null +++ b/datasets/404645.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9573aa821a6528f424964b0a42c54d686814b1b84f63e81f676958bc1702d4e +size 962560 diff --git a/datasets/404674.tar b/datasets/404674.tar new file mode 100644 index 0000000000000000000000000000000000000000..2ac5d02e704b9445b24aa9dfb201a3dbf3630838 --- /dev/null +++ b/datasets/404674.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0242e61c30b4da62d1eaf5dc4627f96132834b2d15bc94ee7c8885d1d1afabc +size 686080 diff --git a/datasets/404700.tar b/datasets/404700.tar new file mode 100644 index 0000000000000000000000000000000000000000..16b28f85848662889de2bcc9c1aa21d63197725b --- /dev/null +++ b/datasets/404700.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85e265acf8e64ba57abadde063fdf7f2eb9b39de7fc847798659fb8878427f16 +size 737280 diff --git a/datasets/404714.tar b/datasets/404714.tar new file mode 100644 index 0000000000000000000000000000000000000000..a19e3d7658498661cb208069e2ad4e01f177f704 --- /dev/null +++ b/datasets/404714.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a421b033a9df028ec52bfc5f6694125df82c4ed9d9b369246fffdd49493b04c7 +size 921600 diff --git a/datasets/404744.tar b/datasets/404744.tar new file mode 100644 index 0000000000000000000000000000000000000000..70c912c693b9466ffe4f4cc1f1eaab88a68a4c79 --- /dev/null +++ b/datasets/404744.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b5a1af6c9bc51a4da5e96e5791144dfa756ada5b7ffb796af2e647e533b6ee +size 993280 diff --git a/datasets/404806.tar b/datasets/404806.tar new file mode 100644 index 0000000000000000000000000000000000000000..59aa774d259691cc7ce1323dd06dfbceb9775a46 --- /dev/null +++ b/datasets/404806.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c30d803839a660d4793b41027ad2948f8237682438a45b9d8b63f4b6562e8030 +size 1198080 diff --git a/datasets/404831.tar b/datasets/404831.tar new file mode 100644 index 0000000000000000000000000000000000000000..2d888d01001769aa85a54c0e94e344055354d15e --- /dev/null +++ b/datasets/404831.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5b9d2b120a091b6a8e530ce0807114d85dbe67f02d93b5b5a1feca08007d9b +size 727040 diff --git a/datasets/404860.tar b/datasets/404860.tar new file mode 100644 index 0000000000000000000000000000000000000000..d2c146f7afcb9d44abde2f302f002a11ca231a72 --- /dev/null +++ b/datasets/404860.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07c006cc2d877135beb41d81c5572bbaf142f95f778947f5371c7ca0c01603d +size 788480 diff --git a/datasets/404935.tar b/datasets/404935.tar new file mode 100644 index 0000000000000000000000000000000000000000..0f9afefba4d2323a1900b05c41cae46de4fb5b96 --- /dev/null +++ b/datasets/404935.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e68fd9eae09886abc03ae2c4a26e0b8358ef2c18f9ad5b641fefbb5a33df3e +size 921600 diff --git a/datasets/404973.tar b/datasets/404973.tar new file mode 100644 index 0000000000000000000000000000000000000000..ac1315e5d4e456e0090cd3cd34f7d7899f8189a1 --- /dev/null +++ b/datasets/404973.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95c3aa49c27f7ecfde487551d7ac2c334bb54e8a7a799b2fad6ffb05f5572fd +size 1679360 diff --git a/datasets/405020.tar b/datasets/405020.tar new file mode 100644 index 0000000000000000000000000000000000000000..4805f0cebd46b20e06d6f1279407cc61b531850d --- /dev/null +++ b/datasets/405020.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e08d91d25a12326bd022d78bf4e6b6a5a029dff901acf17757c3ac86b8a3df +size 1208320 diff --git a/datasets/405060.tar b/datasets/405060.tar new file mode 100644 index 0000000000000000000000000000000000000000..bc999fbe137b439dd795c885ce86cbdd30a8e84a --- /dev/null +++ b/datasets/405060.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e6101142a32c5e39b04ccdc9f8711eb12de5b0d09395771396e642cc6941340 +size 788480 diff --git a/datasets/405265.tar b/datasets/405265.tar new file mode 100644 index 0000000000000000000000000000000000000000..bae9b3e61a3d8942f6258f0d3fec3f5d5ac73728 --- /dev/null +++ b/datasets/405265.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83315e19c1542c3f462a19c6c50d90ddffb34f8f470031f3bea743f5110d3c89 +size 706560 diff --git a/datasets/405315.tar b/datasets/405315.tar new file mode 100644 index 0000000000000000000000000000000000000000..b764b2bda45e5db910dedf298f655061d1fab904 --- /dev/null +++ b/datasets/405315.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e006e1adc8dadf94b53b9579b05e743d7cd4ab677b696b8df64166ec8f87b83 +size 1136640 diff --git a/datasets/405538.tar b/datasets/405538.tar new file mode 100644 index 0000000000000000000000000000000000000000..f2184365ebcaaa649122751bd0767a9a8ef5493f --- /dev/null +++ b/datasets/405538.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac4a30d7380771a763c8e47bf16b0ec4291a203f50cd6b136b8e902b0d06d55d +size 983040 diff --git a/datasets/406360.tar b/datasets/406360.tar new file mode 100644 index 0000000000000000000000000000000000000000..5d7cb48add4f8e1d4b317b5ba6cd6819b2ef8a65 --- /dev/null +++ b/datasets/406360.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f1f111c8f6959a4e4abed2dcc1285fe7f51566abe4417734ead75279a0bb06 +size 1157120 diff --git a/datasets/406483.tar b/datasets/406483.tar new file mode 100644 index 0000000000000000000000000000000000000000..020a7b4939f0e36778ef1fd53864c5f887086ac6 --- /dev/null +++ b/datasets/406483.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10007f875885d8522c7bb3e46849b489ac468a8e2015b673599ea02523aa2f6b +size 870400 diff --git a/datasets/406501.tar b/datasets/406501.tar new file mode 100644 index 0000000000000000000000000000000000000000..766323f8e0989a8e005f715b183511c30ca9b406 --- /dev/null +++ b/datasets/406501.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2791fbc72452aaf75a5d7df045c9f57ec9d066095d9c308b148bde1f3859cf29 +size 30474240 diff --git a/datasets/406504.tar b/datasets/406504.tar new file mode 100644 index 0000000000000000000000000000000000000000..666631d762246a55e1a8b663b310251145d1319c --- /dev/null +++ b/datasets/406504.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfdfced897d6cb1430a1f010d5f01852a3da40565c3476e6332b9482b8d56189 +size 30556160 diff --git a/datasets/406571.tar b/datasets/406571.tar new file mode 100644 index 0000000000000000000000000000000000000000..eb9a936a48c37ca66d8511d74983d193d6464fd7 --- /dev/null +++ b/datasets/406571.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e500844fbd34bd0f4ff25a5cd72699bd1a4f3a1535fe308e0aeed0941a95e6 +size 696320 diff --git a/datasets/406599.tar b/datasets/406599.tar new file mode 100644 index 0000000000000000000000000000000000000000..a4555937f1c854c498dae7073715337321221896 --- /dev/null +++ b/datasets/406599.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b2f474ec26380b35b01fe9b83daa6a7ed6b380e49cca0fbe7f1aa5417f38bc +size 675840 diff --git a/datasets/406613.tar b/datasets/406613.tar new file mode 100644 index 0000000000000000000000000000000000000000..cd071163d53fae0812fc18e18d4c92a69239c042 --- /dev/null +++ b/datasets/406613.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cee7383cf0983365a10cd86407eeccece47c54dc31ee409d792a16b1a41266ae +size 8130560 diff --git a/datasets/406627.tar b/datasets/406627.tar new file mode 100644 index 0000000000000000000000000000000000000000..7a90b7bc54cb1c3383f90680193da2a5b82dbfcb --- /dev/null +++ b/datasets/406627.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:309ee236dbebe10e8daff4e0858ffdbd3ba30fc439044a95c64ba9a419c641a5 +size 829440 diff --git a/datasets/406791.tar b/datasets/406791.tar new file mode 100644 index 0000000000000000000000000000000000000000..79a8c96781b7008113e383aa47bf5422ab7b5562 --- /dev/null +++ b/datasets/406791.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76cf310c671a1e0ada57eb5bf4d64bc4741bc3bad8be83ae21f46b3d9951c41e +size 10158080 diff --git a/datasets/40698.tar b/datasets/40698.tar new file mode 100644 index 0000000000000000000000000000000000000000..e51eda7e03caad24ce243c54238a0533b768b8c0 --- /dev/null +++ b/datasets/40698.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7dd5031b967ffa678b02769fade251cf6f6f2be95559d80ff79edb0e9ca74b +size 675840 diff --git a/datasets/406995.tar b/datasets/406995.tar new file mode 100644 index 0000000000000000000000000000000000000000..eb7da6ab159c8f0d6a6a88a04cb0fecbbe20bf2e --- /dev/null +++ b/datasets/406995.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5173b26688adf87bc1a1ec5f40aa08750e8b7526366ec659cdcd5563038bf808 +size 7065600 diff --git a/datasets/407058.tar b/datasets/407058.tar new file mode 100644 index 0000000000000000000000000000000000000000..40680f8e02ef35a77bd3b4dbd3af0ec4c6e425c3 --- /dev/null +++ b/datasets/407058.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6580e40d9d0ad32e7f83e68af2946262ee35baf26b0516aa8850a18f5f31839 +size 3891200 diff --git a/datasets/407111.tar b/datasets/407111.tar new file mode 100644 index 0000000000000000000000000000000000000000..a0752544e500280f09cbfdb33f1c5e126b448d9f --- /dev/null +++ b/datasets/407111.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5270a6e63e60abfff32608b4765d809790c5d773caf670b4469e1a2433c5774b +size 3000320 diff --git a/datasets/407377.tar b/datasets/407377.tar new file mode 100644 index 0000000000000000000000000000000000000000..7f08d46a941461a21adc1ad2652e46aedb2125fa --- /dev/null +++ b/datasets/407377.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17deb57b9677ec94c6cafc487750b83c1ab910b1a1eb76088379a1edab73143f +size 6195200 diff --git a/datasets/407457.tar b/datasets/407457.tar new file mode 100644 index 0000000000000000000000000000000000000000..762b251071c64c6fafce45ab5354da9d1a99d243 --- /dev/null +++ b/datasets/407457.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4048b8047ddf80749bfa8e6233c0837ad7ab7952180166a357c48255a5b7900 +size 44666880 diff --git a/datasets/407496.tar b/datasets/407496.tar new file mode 100644 index 0000000000000000000000000000000000000000..7eddf38c542d10970bcf7ccb0ec878e999d85996 --- /dev/null +++ b/datasets/407496.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c68a18fb3f52c5c99c6f1141390d6a94ff2159d729ff7c339e7bf697b33897ed +size 2508800 diff --git a/datasets/407556.tar b/datasets/407556.tar new file mode 100644 index 0000000000000000000000000000000000000000..f291ad05ffaeb4246a6309a4a236caaf2b61ab1c --- /dev/null +++ b/datasets/407556.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36740b60729628f32678d087c6606dac79e43885b6c86e0c9ec596a7a6912934 +size 901120 diff --git a/datasets/407653.tar b/datasets/407653.tar new file mode 100644 index 0000000000000000000000000000000000000000..38fe68aec508ad5b55ff775381f23ad476136189 --- /dev/null +++ b/datasets/407653.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6b0cd7be854a2f5989e6341026ae02a9937a043714ad580be7b3cf5943fd9e +size 2549760 diff --git a/datasets/407974.tar b/datasets/407974.tar new file mode 100644 index 0000000000000000000000000000000000000000..afc17e36f68d37b5e87780d5d87afa7cb5878c70 --- /dev/null +++ b/datasets/407974.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a541b40330954e5a085f946acec36584e21a91f5d0f38dc32b09e8cb03e8beb +size 7976960 diff --git a/datasets/408262.tar b/datasets/408262.tar new file mode 100644 index 0000000000000000000000000000000000000000..5f4d10271d0c9fe8b30942bb04b568955f9570c5 --- /dev/null +++ b/datasets/408262.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7108685af7232e3833173c65b1ac076e9b6d7b85d05ca841f7ad8cba3a8982 +size 6430720 diff --git a/datasets/408323.tar b/datasets/408323.tar new file mode 100644 index 0000000000000000000000000000000000000000..1d43ac717b344b7a03c0c8f2c1eaf18221fd923e --- /dev/null +++ b/datasets/408323.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11bd60e4b7b6a05c033a41d61baf29d29abddfc1a720f286f1c9ec10ba3a0ed5 +size 2457600 diff --git a/datasets/408330.tar b/datasets/408330.tar new file mode 100644 index 0000000000000000000000000000000000000000..b24793fe9dd8347e0341e7577b6e68a77f27a1e0 --- /dev/null +++ b/datasets/408330.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf7ee5efc1112b9910427c582096c1f9bfc2859c6ef99547b14873d44b551aeb +size 91760640 diff --git a/datasets/408333.tar b/datasets/408333.tar new file mode 100644 index 0000000000000000000000000000000000000000..de6c533ba8a34830cf638e2776d4e7cfef01ea75 --- /dev/null +++ b/datasets/408333.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd3fdc8524a712bf5b97f4c90664b5c4705aa8698de4a77ed0529f737cad70f +size 17674240 diff --git a/datasets/408362.tar b/datasets/408362.tar new file mode 100644 index 0000000000000000000000000000000000000000..9d0e3d2d927659f7e6def0f530014587c86db1c2 --- /dev/null +++ b/datasets/408362.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f5d66089749308d6925d357a20312c538431426388a88de19c72c01c0a3e2d +size 41236480 diff --git a/datasets/408459.tar b/datasets/408459.tar new file mode 100644 index 0000000000000000000000000000000000000000..e83d8b20e97ada28664aaf7cc20a6011628d5682 --- /dev/null +++ b/datasets/408459.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513b031537ae2e51995217c36a09563979ff9321977eb705a02be5f2d070ce28 +size 3225600 diff --git a/datasets/408464.tar b/datasets/408464.tar new file mode 100644 index 0000000000000000000000000000000000000000..de90b37afe7c7338ae40a8ce3f9bc6fc1b3f244e --- /dev/null +++ b/datasets/408464.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7426dd3daa8d89d7952682e680f105d5aa3780c43c780816205f1f5a2508fb8 +size 1054720 diff --git a/datasets/408481.tar b/datasets/408481.tar new file mode 100644 index 0000000000000000000000000000000000000000..854d7a0a79617cd53a39f8d976b157d262507459 --- /dev/null +++ b/datasets/408481.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db005d68028b5b4876786698d352709f31f780b04b53efc3dad92a903aa583c7 +size 14960640 diff --git a/datasets/408549.tar b/datasets/408549.tar new file mode 100644 index 0000000000000000000000000000000000000000..7b9cbb919e818a67701b95e843a844a6c35b30f5 --- /dev/null +++ b/datasets/408549.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ac267e203686aa8e594d3a69dc919de69c08c80797fcbfbf5a9de049277f91 +size 10577920 diff --git a/datasets/408615.tar b/datasets/408615.tar new file mode 100644 index 0000000000000000000000000000000000000000..cc0f986f764334b396807818425fbaac9b86883a --- /dev/null +++ b/datasets/408615.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e32911e31121ecbd5df3994a8d6fc2c47c3648f328edd65c0f3d638bd9314d +size 4577280 diff --git a/datasets/408717.tar b/datasets/408717.tar new file mode 100644 index 0000000000000000000000000000000000000000..cf73a1b12934b1d2021ce825bb3e1008814552d0 --- /dev/null +++ b/datasets/408717.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25b8fe4eae873d7480625a5876ac033d4f5e5edccec2f74d4b3b301117514bec +size 38379520 diff --git a/datasets/409021.tar b/datasets/409021.tar new file mode 100644 index 0000000000000000000000000000000000000000..f7f8573844ec22f6c5b21c04d3d4af8a62a9d540 --- /dev/null +++ b/datasets/409021.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7272254efdcc835dcaa1279279f5743c4410f827d4c8769589ba821a2965f9c5 +size 4976640 diff --git a/datasets/409052.tar b/datasets/409052.tar new file mode 100644 index 0000000000000000000000000000000000000000..56e61ed030bfc453b849749b126eaa5fc0785381 --- /dev/null +++ b/datasets/409052.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b786790d84f365248e974b2bfbcf427824cb7025ba5f2984f96892365e53c61c +size 26972160 diff --git a/datasets/409076.tar b/datasets/409076.tar new file mode 100644 index 0000000000000000000000000000000000000000..c5ae1e36ccfdd97cc4df8b9aeb9d706c7d67a323 --- /dev/null +++ b/datasets/409076.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f479d28447d162811f9f8eda015b3597a98c99adbf00e29a7df4c3207b7d560 +size 7249920 diff --git a/datasets/409324.tar b/datasets/409324.tar new file mode 100644 index 0000000000000000000000000000000000000000..386b79167cc597fcff01e99b684e72ac992ace51 --- /dev/null +++ b/datasets/409324.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9414ca6dfa287b63854e8130bb1e6ad322d82da48d334efcf9cc8fe21c001aff +size 1884160 diff --git a/datasets/409347.tar b/datasets/409347.tar new file mode 100644 index 0000000000000000000000000000000000000000..987de3982c92ae675a99f801663a4c0808bbd0c7 --- /dev/null +++ b/datasets/409347.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf910f62cc34739b494b938de9aa92b5b5052917533b34edaf0aa8124b4437a +size 5539840 diff --git a/datasets/409488.tar b/datasets/409488.tar new file mode 100644 index 0000000000000000000000000000000000000000..8af5f6825d184799b062eebca50d441953d21e92 --- /dev/null +++ b/datasets/409488.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27db28fdd0b6530d411963a91009397f2156c0feec2f8faa540749541e135d16 +size 808960 diff --git a/datasets/409760.tar b/datasets/409760.tar new file mode 100644 index 0000000000000000000000000000000000000000..ec7c5b0f9366f72a02f6fa29545b9726ba931da1 --- /dev/null +++ b/datasets/409760.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4811b24c40c243f6ca703670a4aadab5aaa6ed91b4ec668fbd25537ce2a3b014 +size 860160 diff --git a/datasets/410018.tar b/datasets/410018.tar new file mode 100644 index 0000000000000000000000000000000000000000..d9c266ad528e6e6940e64ef0939207f0913c4482 --- /dev/null +++ b/datasets/410018.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77ce9bb9cfff1dfc01dbfc164d08a9c83cf682353639fec0b06b4514572997c +size 4751360 diff --git a/datasets/410038.tar b/datasets/410038.tar new file mode 100644 index 0000000000000000000000000000000000000000..3c428821b72cbb51d2fcbe7297be1a14a1c54094 --- /dev/null +++ b/datasets/410038.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b15bf1734c0fd0af258864b582cf19f06dfdd18a523694f6b882a72f218f33 +size 1331200 diff --git a/datasets/410095.tar b/datasets/410095.tar new file mode 100644 index 0000000000000000000000000000000000000000..9dfed8e881ff6c33e763aa2dea8b6a3e04e618c9 --- /dev/null +++ b/datasets/410095.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bada23aafb16e6a314ce3c8c73b31c4d7db8bd81bdd8a319fdef4877cfb68f1e +size 70604800 diff --git a/datasets/410260.tar b/datasets/410260.tar new file mode 100644 index 0000000000000000000000000000000000000000..07a35aee8439376380e91092b93b20b6d3e8caaf --- /dev/null +++ b/datasets/410260.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1f77d8320ef9d5cdc35c2c9cdd952fd5eb4edc395360603492e728fbc834a7 +size 8140800 diff --git a/datasets/410426.tar b/datasets/410426.tar new file mode 100644 index 0000000000000000000000000000000000000000..93791881160e68df13688853d40c641068003647 --- /dev/null +++ b/datasets/410426.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddbd44b58ff090fa0ba1ae5d37b756c901a2b06bc70951a9463d25b7351571e5 +size 21688320 diff --git a/datasets/410516.tar b/datasets/410516.tar new file mode 100644 index 0000000000000000000000000000000000000000..dc017f26ea7b9ed8ad71f6cf7fd1a9717485f3ed --- /dev/null +++ b/datasets/410516.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:889801e2304b4aee40c5af93cf0ef0271fafd5c9c74c50ec4e1adb124fd30238 +size 8028160 diff --git a/datasets/410622.tar b/datasets/410622.tar new file mode 100644 index 0000000000000000000000000000000000000000..02c133c77b48dec0b27ba6cf62d58049342f6f09 --- /dev/null +++ b/datasets/410622.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b719a16f9408c3902d88fd4ee9e63f635dcbdc46b348588a612d7d008235eede +size 3471360 diff --git a/datasets/410724.tar b/datasets/410724.tar new file mode 100644 index 0000000000000000000000000000000000000000..37df18ac89f1ada736ae7dcca60bf44e8f1558c7 --- /dev/null +++ b/datasets/410724.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61542f8c0d1e2becde1945390f1d859f7e20f862429d3003b7c2e187484a8d8d +size 38615040 diff --git a/datasets/410827.tar b/datasets/410827.tar new file mode 100644 index 0000000000000000000000000000000000000000..8ce273c100aac89e110ded5a2e3ba135939a9019 --- /dev/null +++ b/datasets/410827.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe32b1cc29fda6be10e8bab485481a1f315d63ced06e2a72e06e60d24178dfb +size 26521600 diff --git a/datasets/410876.tar b/datasets/410876.tar new file mode 100644 index 0000000000000000000000000000000000000000..2acc7b626334b6b65889d6c84b251713f2adff14 --- /dev/null +++ b/datasets/410876.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138b94d1e00c821d0087681c3c8b6db96cb891010c29890a2c917b5c37cdf453 +size 2611200 diff --git a/datasets/410890.tar b/datasets/410890.tar new file mode 100644 index 0000000000000000000000000000000000000000..96e7a57a7f60062018886a22e5ab79d4bb77ef61 --- /dev/null +++ b/datasets/410890.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4efe262b8c11dade8d9e1966f40edd66b57e1a1a62250bd8b82748240305f116 +size 2416640 diff --git a/datasets/410898.tar b/datasets/410898.tar new file mode 100644 index 0000000000000000000000000000000000000000..15404a932ee0a4d07bd44d20dcfe08402110ca04 --- /dev/null +++ b/datasets/410898.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a2ade3180a82a8638506ae131810601306397a8284c2b385f7c8b1608d1c96 +size 3010560 diff --git a/datasets/410948.tar b/datasets/410948.tar new file mode 100644 index 0000000000000000000000000000000000000000..efbe9e027055540a045a0602d3055ec94d4a845b --- /dev/null +++ b/datasets/410948.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25b6cb2bf6ba82ef014a198b103b0b8b6ef3790889d158b48c235a7ad797acef +size 16650240 diff --git a/datasets/410996.tar b/datasets/410996.tar new file mode 100644 index 0000000000000000000000000000000000000000..d5ba71ff4174ee6fdcc73dbd4e7f6fcb5ea78ad3 --- /dev/null +++ b/datasets/410996.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6494fa0d81b50bfa039552b5d61717d8fa88376c1b22d78d4fa2946272f9a6c +size 1843200 diff --git a/datasets/411213.tar b/datasets/411213.tar new file mode 100644 index 0000000000000000000000000000000000000000..a3617c4955deec1fa9ec529694b0d57de2d2146a --- /dev/null +++ b/datasets/411213.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b32b814450599305e116cdcea50305ce6cb67f049ab22d673a58ccbddcc8b354 +size 7321600 diff --git a/datasets/411467.tar b/datasets/411467.tar new file mode 100644 index 0000000000000000000000000000000000000000..238fed41f775fe78d89b3afe60a5f25aecb3b18e --- /dev/null +++ b/datasets/411467.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d316f6db5de9ff9ced9467063146242ffade34f2f2796c10d356e19739958b1 +size 16721920 diff --git a/datasets/411668.tar b/datasets/411668.tar new file mode 100644 index 0000000000000000000000000000000000000000..6bd537ce0d9f33f84351c74b531a786c962974f4 --- /dev/null +++ b/datasets/411668.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400dd523af592e35a243b51d6e19b23c61ea85b1a98e6639fdde7069196aeed3 +size 13977600 diff --git a/datasets/411694.tar b/datasets/411694.tar new file mode 100644 index 0000000000000000000000000000000000000000..9c70e2371968df5b855b52b3a6d005e9e75a3873 --- /dev/null +++ b/datasets/411694.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b66220712e2c5db0bb46577e5c8da04ed7122e5b07dbd14953bfc9c4e3f6329 +size 12257280 diff --git a/datasets/411738.tar b/datasets/411738.tar new file mode 100644 index 0000000000000000000000000000000000000000..9f7ce20407e703690874977026852c662c2c4a1a --- /dev/null +++ b/datasets/411738.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f727063bca280e0901f3ef85f01fa63bbdba3a47478a6136d20525944841f83 +size 1925120 diff --git a/datasets/411799.tar b/datasets/411799.tar new file mode 100644 index 0000000000000000000000000000000000000000..129673cbb62641d50c4bf65c0277ae69e8d18e40 --- /dev/null +++ b/datasets/411799.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3340b987b97c3e2babc946d9fa4e0c0839e7d42e337b244887ad6fc0457694d1 +size 2990080 diff --git a/datasets/411845.tar b/datasets/411845.tar new file mode 100644 index 0000000000000000000000000000000000000000..ad02ac95d0df221cc9f0658143475d70676de8de --- /dev/null +++ b/datasets/411845.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6c5754eca97021b21f024e07ace98dca8932645fc55479889874ae18278156 +size 1433600 diff --git a/datasets/411918.tar b/datasets/411918.tar new file mode 100644 index 0000000000000000000000000000000000000000..f983dcc9a647dbd623416302bfcba2d02e643e5d --- /dev/null +++ b/datasets/411918.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8af0c2fff126ea47c08b3675a2ba68ecdf0cdd32affc2078fdbc1d12afbd66 +size 4628480 diff --git a/datasets/411942.tar b/datasets/411942.tar new file mode 100644 index 0000000000000000000000000000000000000000..7b67b41d47aca34f0db2f811b23f8e0fbaacf907 --- /dev/null +++ b/datasets/411942.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ed82f1737443d063a7036f5dbd53a6ea895d8b21990793ae4713a251f3e247 +size 1177600 diff --git a/datasets/411999.tar b/datasets/411999.tar new file mode 100644 index 0000000000000000000000000000000000000000..aaafd3792b62bea5451cd37033b180180f62314c --- /dev/null +++ b/datasets/411999.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b07c0ccd8eeb5f6252a8ca9e99414ae90d3cc4f1d506539ae44ee679fc0c8f24 +size 5826560 diff --git a/datasets/412113.tar b/datasets/412113.tar new file mode 100644 index 0000000000000000000000000000000000000000..39d9b7c6dd2edaba2b42b1db8f3545412403cfd2 --- /dev/null +++ b/datasets/412113.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c99eaee560b03b549c47306d7c7a8c9c8905861f02d4f5d16b6e20c9b1bff4 +size 10035200 diff --git a/datasets/412159.tar b/datasets/412159.tar new file mode 100644 index 0000000000000000000000000000000000000000..4dd1f905088603495bfcafcf0388c8a4faa93a36 --- /dev/null +++ b/datasets/412159.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:017788d6a6144e166884b69c11dfd90c0013bcda9e7f45bc55462db5fc93d11f +size 2641920 diff --git a/datasets/412169.tar b/datasets/412169.tar new file mode 100644 index 0000000000000000000000000000000000000000..83cdda57e4e5bbd601c9f271f79593fa00d1d32d --- /dev/null +++ b/datasets/412169.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969f2f439f1a8d530763e14e9823d28f01d138a564081c0310df2683fa84bb05 +size 65116160 diff --git a/datasets/412227.tar b/datasets/412227.tar new file mode 100644 index 0000000000000000000000000000000000000000..8c369665a174cafc95c6b4f11debb9a68406bed1 --- /dev/null +++ b/datasets/412227.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e847959431f25f5fa2d6c6f9174a254d62eec0f9545d3e38e536efb42a139e +size 2621440 diff --git a/datasets/412453.tar b/datasets/412453.tar new file mode 100644 index 0000000000000000000000000000000000000000..4b9a13325c06f803d737de8a44634ae26117ec35 --- /dev/null +++ b/datasets/412453.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14630050628240b3f30fc6389a7355804d572f62c09900cedb32a8d7a2130cf +size 337920 diff --git a/datasets/412589.tar b/datasets/412589.tar new file mode 100644 index 0000000000000000000000000000000000000000..f4f1303c332d08da31dea63f63a52cbd9b1b0c96 --- /dev/null +++ b/datasets/412589.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48178dfc6f8f192eccbd1c8bf9a77564144bf473ab16edf13ea490b066b7d9c8 +size 993280 diff --git a/datasets/412864.tar b/datasets/412864.tar new file mode 100644 index 0000000000000000000000000000000000000000..1a198af6504620a86386e8d34309cc5e344e22cc --- /dev/null +++ b/datasets/412864.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:184b1aca7919f8663f87f0bc945267bc7c45d49385327bb44fe0062b0f21e8c1 +size 15257600 diff --git a/datasets/413078.tar b/datasets/413078.tar new file mode 100644 index 0000000000000000000000000000000000000000..aa3c1c2d3a1728cac6cd2ae25bf325f2ef0a454f --- /dev/null +++ b/datasets/413078.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2bca4efb73853c3c8a6395f945dd1f3f9f98d92c6a4cfc42c61c00fb81002c +size 8499200 diff --git a/datasets/413518.tar b/datasets/413518.tar new file mode 100644 index 0000000000000000000000000000000000000000..b7d8d93b58831a76babe5dcef0a7f004a7edcc4a --- /dev/null +++ b/datasets/413518.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588ad931b08049339325e31e6d1d20a1c431ceb59651ac7ea3c4e7f1282ecacf +size 64481280 diff --git a/datasets/41362.tar b/datasets/41362.tar new file mode 100644 index 0000000000000000000000000000000000000000..d1d30ce803c46738dbe8eb3930c0cd10147c773c --- /dev/null +++ b/datasets/41362.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e2572e6ce05d02be046e924c8cb4de7aa06205e979675c3f58efd880af908d +size 126607360 diff --git a/datasets/413644.tar b/datasets/413644.tar new file mode 100644 index 0000000000000000000000000000000000000000..0baff51cb03e7eaf2232601282f1022dce2148ea --- /dev/null +++ b/datasets/413644.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9c8c649311bb355e7a1c3b436a0b782e2f91b7483168962b636730c6434cd1 +size 8212480 diff --git a/datasets/413669.tar b/datasets/413669.tar new file mode 100644 index 0000000000000000000000000000000000000000..3f8df98cc7bcf6a31c1d35ec96f5ca3621d40817 --- /dev/null +++ b/datasets/413669.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2783445d6e6b72c7e947626640489c2a72669bb22376402174650a3db7433ba9 +size 18749440 diff --git a/datasets/413808.tar b/datasets/413808.tar new file mode 100644 index 0000000000000000000000000000000000000000..f26e2482265b11152a00df71cf22853d338a8deb --- /dev/null +++ b/datasets/413808.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0894c74cf9118b20e238d4dcc6803cf3fce59539f72a226b7f6fdbee3da7265 +size 2580480 diff --git a/datasets/413819.tar b/datasets/413819.tar new file mode 100644 index 0000000000000000000000000000000000000000..31f8f2293df24c921762d71a56b066c237a943ad --- /dev/null +++ b/datasets/413819.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:057d891eeb1c0bbca4473b645aca474c342cabe7c5f03fa5faa0adb76eda0ec9 +size 1454080 diff --git a/datasets/413931.tar b/datasets/413931.tar new file mode 100644 index 0000000000000000000000000000000000000000..a0d1bdec4095ee49470da69f4090b9a05dc5e8d3 --- /dev/null +++ b/datasets/413931.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9beb00352a2b7a65daab7facfa21529fda3f5c29bf82759b65754bec7913878c +size 15820800 diff --git a/datasets/413940.tar b/datasets/413940.tar new file mode 100644 index 0000000000000000000000000000000000000000..2b6b96232b099ef8d7ebf5bb315c837b4a69403d --- /dev/null +++ b/datasets/413940.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2de713e7192ad48814b18cf023fc4b29c8ec405ea769dd920fc217edac309c7 +size 30279680 diff --git a/datasets/413974.tar b/datasets/413974.tar new file mode 100644 index 0000000000000000000000000000000000000000..3a39aeaebf6ca301fd895b08033674b48adc7543 --- /dev/null +++ b/datasets/413974.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac0d6fdc7f4d389684b945a09b38ba1bf3c2263998b999973581087983ed03c +size 3840000 diff --git a/datasets/414023.tar b/datasets/414023.tar new file mode 100644 index 0000000000000000000000000000000000000000..d3f40809af724434559764ae32aa7b60cb670bfe --- /dev/null +++ b/datasets/414023.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a734fa9ee428ed1d705ac7e746970c63c6960e1ab760228bf61721bbbf730c0e +size 7618560 diff --git a/datasets/414192.tar b/datasets/414192.tar new file mode 100644 index 0000000000000000000000000000000000000000..9e0ab1c30bf1d24eee07f9734c8a7eb8525698aa --- /dev/null +++ b/datasets/414192.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b17ced449f4a9830ae3f017bcaab8da04252bbd2411af67360750937c3a90c3 +size 419840 diff --git a/datasets/414342.tar b/datasets/414342.tar new file mode 100644 index 0000000000000000000000000000000000000000..ec42fe3a991360e533079b6b061f1fac686d00fd --- /dev/null +++ b/datasets/414342.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2cf4d51ab92a398897dd184e293a775b9887d5114d17313d83574553dfb4813 +size 60528640 diff --git a/datasets/414362.tar b/datasets/414362.tar new file mode 100644 index 0000000000000000000000000000000000000000..0a6be5c5ad7f854171da8f24a16f054b7a102561 --- /dev/null +++ b/datasets/414362.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f789d39935817dec2cbdb4b33605cc5f82616e750b53014f600468879f684d +size 4454400 diff --git a/datasets/414422.tar b/datasets/414422.tar new file mode 100644 index 0000000000000000000000000000000000000000..712aa4cd79281d62c4431dca4d4340fb7efcd930 --- /dev/null +++ b/datasets/414422.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f94a03ddd35711538f18ab80d473c82d5b868c90b35f9a8db843aae968ed87 +size 62156800 diff --git a/datasets/414496.tar b/datasets/414496.tar new file mode 100644 index 0000000000000000000000000000000000000000..ce8c81e124449070436a3581465bf18d404001a7 --- /dev/null +++ b/datasets/414496.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faaf0b33ee394244cc9889c6d8beb5370d3e476670946206fd90dd05d3908175 +size 174080 diff --git a/datasets/414505.tar b/datasets/414505.tar new file mode 100644 index 0000000000000000000000000000000000000000..e3410a1848a988e59b83c7ffefb1f50c99d44f26 --- /dev/null +++ b/datasets/414505.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0ad6f0c0a69af7bd7566cb544c7db98455146cdddc9bbf83d2c3e52f07df05 +size 24248320 diff --git a/datasets/414939.tar b/datasets/414939.tar new file mode 100644 index 0000000000000000000000000000000000000000..02bc9070ae7d7f5654cf4cf7fbba67eeff720ee8 --- /dev/null +++ b/datasets/414939.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f791aad8c2e90f1fa05fb6b3994d8a24cd1f445edbe03b88545a4a8ca0e140 +size 7905280 diff --git a/datasets/415054.tar b/datasets/415054.tar new file mode 100644 index 0000000000000000000000000000000000000000..75c4750282319a0cb695601cb2dade3b9944141d --- /dev/null +++ b/datasets/415054.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e3daf8733b13e5d36492ffc49727267bb97122abacb412df7b818fee46c172d +size 7956480 diff --git a/datasets/415382.tar b/datasets/415382.tar new file mode 100644 index 0000000000000000000000000000000000000000..b8bd8d6e9e1fbdd1fad04861fbc13689530826b8 --- /dev/null +++ b/datasets/415382.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b0b30fcc1ba3b4506e21fa91237db7a52e2b3b71596f15d624d0bcd31dbd0e +size 1525760 diff --git a/datasets/415406.tar b/datasets/415406.tar new file mode 100644 index 0000000000000000000000000000000000000000..339e5a222e4a29a11a210a90b6b2f51a03507e64 --- /dev/null +++ b/datasets/415406.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d01e494e222e183b73e6f331fb28d9f6f350137306cbbde19268bfe8225d18f9 +size 2682880 diff --git a/datasets/415641.tar b/datasets/415641.tar new file mode 100644 index 0000000000000000000000000000000000000000..2fe78ae1f00f1dcc39c7f30e7a15fad80dba225d --- /dev/null +++ b/datasets/415641.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f2fcfc26daf4bfe516f72a9d404acce8617fde05badaa3b56446e52153b732 +size 4515840 diff --git a/datasets/415749.tar b/datasets/415749.tar new file mode 100644 index 0000000000000000000000000000000000000000..55fa31c793ad3b8cea96b4589d283a35417fd6ec --- /dev/null +++ b/datasets/415749.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4486ed4537c947a1f15e5523321f082c64c84f7f33f035d4a5f982f6c0bc45a4 +size 3143680 diff --git a/datasets/415851.tar b/datasets/415851.tar new file mode 100644 index 0000000000000000000000000000000000000000..a6e1e22175637c9bec8836730b7c0643b07987c0 --- /dev/null +++ b/datasets/415851.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b780270d44599832512608d3a6374b6c84690f25fae3deb762d5c8da59c5cfb +size 870400 diff --git a/datasets/415978.tar b/datasets/415978.tar new file mode 100644 index 0000000000000000000000000000000000000000..73c3bd62704c512ac615d8f191aef7c7a7c2b88e --- /dev/null +++ b/datasets/415978.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:986ed4d401dbd4e18b657ad2a22852ddbe9e474a64248363b29aceca1c7fc617 +size 1259520 diff --git a/datasets/415989.tar b/datasets/415989.tar new file mode 100644 index 0000000000000000000000000000000000000000..ced37a7ab504bfecdfcaf199d8c7b46436a44fba --- /dev/null +++ b/datasets/415989.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a598ecb03bc3a3a7ce36ec656c73c92c23ec7dc1c4a1db9db7f1f47b2e85ef17 +size 121395200 diff --git a/datasets/416067.tar b/datasets/416067.tar new file mode 100644 index 0000000000000000000000000000000000000000..3dcda4860470b5ff083c35d1a64ec7dc9e0e91d6 --- /dev/null +++ b/datasets/416067.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:314eaa9fa7b8c7c25fd72bf7c0242d6e9b5b22018568b616e7abd1dcf6011e54 +size 808960 diff --git a/datasets/416183.tar b/datasets/416183.tar new file mode 100644 index 0000000000000000000000000000000000000000..aeffb2e6674ed9ff887aa2054f896ba5a2b1a193 --- /dev/null +++ b/datasets/416183.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61a27224ac4ff37ad6be06d9070df93c627569a544323b43c9a27c4a8678928 +size 13936640 diff --git a/datasets/417123.tar b/datasets/417123.tar new file mode 100644 index 0000000000000000000000000000000000000000..b6f4cfc1104e3af6d7f0ca39cbdf7784ba955618 --- /dev/null +++ b/datasets/417123.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc91cfa842ff3774487cffea8fee72ba2d460b67f4b2917d36b519e264f4fd5 +size 573440 diff --git a/datasets/417320.tar b/datasets/417320.tar new file mode 100644 index 0000000000000000000000000000000000000000..9f8b4ef3cf7e4b07522a5e1d0f418c763cff3297 --- /dev/null +++ b/datasets/417320.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf6b8d9182ab08f84f42db16650479ba262a6945678b5d6e08d03322ac8be4c +size 22671360 diff --git a/datasets/418084.tar b/datasets/418084.tar new file mode 100644 index 0000000000000000000000000000000000000000..6a4548d604722eef4ecd66cd121fe5341a77e6df --- /dev/null +++ b/datasets/418084.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:578fc9392203a322e7d9eefb9ca31186a3be3b919ad28efcb614802cbc0a64a4 +size 16680960 diff --git a/datasets/418326.tar b/datasets/418326.tar new file mode 100644 index 0000000000000000000000000000000000000000..e169120f1842b45b4e0a6632e3507be9f7cae04c --- /dev/null +++ b/datasets/418326.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ac85e5d30a143757d69a89128b60d34413a31bbd19d45b5c0be707cc5a6194 +size 27904000 diff --git a/datasets/41837.tar b/datasets/41837.tar new file mode 100644 index 0000000000000000000000000000000000000000..990fb8b58a6bdf04f84ed41d155d7507e7d3c1f4 --- /dev/null +++ b/datasets/41837.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:375c023375e78170c7cbac32a23fb6a7be8bd4f64226ac0c1a292d048e4f56b6 +size 5959680 diff --git a/datasets/418567.tar b/datasets/418567.tar new file mode 100644 index 0000000000000000000000000000000000000000..24c06712a7d2df3ff9868f04b9f70bda0a0a4fde --- /dev/null +++ b/datasets/418567.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d83c8e0548bc74260cd174cd41a1383397fd08321186438cbf88ca14f9f8cc51 +size 7669760 diff --git a/datasets/418595.tar b/datasets/418595.tar new file mode 100644 index 0000000000000000000000000000000000000000..be327054286c0d8a20aeff81d8828e381f418981 --- /dev/null +++ b/datasets/418595.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e94a47cb16f391236107825bd71dc537a0d49c01518742a8e1f13c28e38bca +size 21145600 diff --git a/datasets/418688.tar b/datasets/418688.tar new file mode 100644 index 0000000000000000000000000000000000000000..7039f3ba2bd323a3ada28053d276632e38b4897d --- /dev/null +++ b/datasets/418688.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b5a14ccf6450ec88beee13c20bc4211ba0e3602054bd78a6d3b1ce892a7f898 +size 9072640 diff --git a/datasets/418717.tar b/datasets/418717.tar new file mode 100644 index 0000000000000000000000000000000000000000..867443902db2abd2a536ae10c30c048a5c2b44f9 --- /dev/null +++ b/datasets/418717.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2014cc4e0931332bd876591d49761abbf5eefbddb411c11cc3661d2b62b9245f +size 8366080 diff --git a/datasets/418802.tar b/datasets/418802.tar new file mode 100644 index 0000000000000000000000000000000000000000..0d6ae791cfd6c2d909c1ec3bc3ac69404bc8e55f --- /dev/null +++ b/datasets/418802.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15587e05cf9253070069f83c653c764c0043a596cfd5a6a13e3f1fa78666cf51 +size 1034240 diff --git a/datasets/419128.tar b/datasets/419128.tar new file mode 100644 index 0000000000000000000000000000000000000000..029ce911db1eea84f636a7c1999c8c28665fc9a7 --- /dev/null +++ b/datasets/419128.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d351f86f79659ccba3538122d7725ef7c4d337aba0afc796fe5f7dfcd37e3c5 +size 14141440 diff --git a/datasets/419184.tar b/datasets/419184.tar new file mode 100644 index 0000000000000000000000000000000000000000..85ce9d72b43923dde1d315f5375fec6b02d512d8 --- /dev/null +++ b/datasets/419184.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27bebe70b3119d749f680dcd8677b50a171d8ea4a2db6de0ede1f66d3c288063 +size 8960000 diff --git a/datasets/419216.tar b/datasets/419216.tar new file mode 100644 index 0000000000000000000000000000000000000000..240e69f532e1d6959320b364b7504fed25ce1c19 --- /dev/null +++ b/datasets/419216.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a97b7d530f00064d0c1105ab64faf4f92862f0258d3ea34202e8327f1b1c6617 +size 1832960 diff --git a/datasets/419417.tar b/datasets/419417.tar new file mode 100644 index 0000000000000000000000000000000000000000..7c6c7518969222bd231575e49ee4fc91add43390 --- /dev/null +++ b/datasets/419417.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f914ad77d2a79cf95956cea82fa5953c123ac66e038da655ee75635980ea4af5 +size 13711360 diff --git a/datasets/419430.tar b/datasets/419430.tar new file mode 100644 index 0000000000000000000000000000000000000000..bf5eab0a2dafd9a8eb60a7b61949b851d048a252 --- /dev/null +++ b/datasets/419430.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:645c116d03a4708571bfad72d9df4e126a7ba363bce7ab0977fe64409963f726 +size 2785280 diff --git a/datasets/419875.tar b/datasets/419875.tar new file mode 100644 index 0000000000000000000000000000000000000000..89a2ded9863891a292a6fa74761d009450e9c164 --- /dev/null +++ b/datasets/419875.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa2e8c7cba21fd3c6a50f161ee689bea020c21bb5159cb3146e497364850879d +size 6461440 diff --git a/datasets/419900.tar b/datasets/419900.tar new file mode 100644 index 0000000000000000000000000000000000000000..71bf072dddf138354a062d2dda35c5ddcf728717 --- /dev/null +++ b/datasets/419900.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:989339985f42b87d196c1c57429c2fc8aac5a04cd8878b91ef6f5bfc84c14a26 +size 10946560 diff --git a/datasets/419932.tar b/datasets/419932.tar new file mode 100644 index 0000000000000000000000000000000000000000..b2f6979c19fe2c94320796a1bb6ce0fe9655cf10 --- /dev/null +++ b/datasets/419932.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:194a8a58bc7104062fd1ebe7d10e33c0488cdd2477da2bcb94752d5f8443e795 +size 8284160 diff --git a/datasets/420161.tar b/datasets/420161.tar new file mode 100644 index 0000000000000000000000000000000000000000..07bbf647875f6464c3b90939af834a0139ca1676 --- /dev/null +++ b/datasets/420161.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86bdfb4e53b700c686b97f5a13cbb5d71a009906605b430279fad753373f515a +size 4014080 diff --git a/datasets/420353.tar b/datasets/420353.tar new file mode 100644 index 0000000000000000000000000000000000000000..c42544b528e1507560f19678780621b8640d44e0 --- /dev/null +++ b/datasets/420353.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f251793f28b787fea1ddc24282a677dbd74c192492cfb1692ce0dacf827d63 +size 8847360 diff --git a/datasets/420430.tar b/datasets/420430.tar new file mode 100644 index 0000000000000000000000000000000000000000..b965955a4988fb7ad527502b050cb87d921c6bd9 --- /dev/null +++ b/datasets/420430.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840db44b2547ed112fb7d2d15b44afbe88e7323afe29c2235daf953e5a55fd99 +size 112640 diff --git a/datasets/420451.tar b/datasets/420451.tar new file mode 100644 index 0000000000000000000000000000000000000000..87166787767e1f56e5aa53747302c0fccb9b2de1 --- /dev/null +++ b/datasets/420451.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb1549a59ff3664a220522337039b619166f55acd0dad031e529817fac07a37 +size 1781760 diff --git a/datasets/420583.tar b/datasets/420583.tar new file mode 100644 index 0000000000000000000000000000000000000000..d91c23dea89e779442cf9de9d8fb4c6b89b23030 --- /dev/null +++ b/datasets/420583.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b47531efb12bd74087bf2e3ef41e9148d2d44d8a3861c9a766f3dd09c31bfac7 +size 2816000 diff --git a/datasets/420837.tar b/datasets/420837.tar new file mode 100644 index 0000000000000000000000000000000000000000..bfb3d3514f9fbad4764ed245c56e01dc4e7505e8 --- /dev/null +++ b/datasets/420837.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa397bd3109f7b45b1c05cbe92e4902428b32d3d1f6416b03445252126c90e1 +size 9349120 diff --git a/datasets/420886.tar b/datasets/420886.tar new file mode 100644 index 0000000000000000000000000000000000000000..620098c07d117a665c0a494ada41da1c012847c9 --- /dev/null +++ b/datasets/420886.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc00ad7dbea4e15f9cb58c27ab33de27b629b2fbbdd8cdb18b1ffc751593912e +size 28508160 diff --git a/datasets/420949.tar b/datasets/420949.tar new file mode 100644 index 0000000000000000000000000000000000000000..102cf1b0608bed9046f77a611c9554a147ca2082 --- /dev/null +++ b/datasets/420949.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034a971f9e10d49691dec742a820c8c1bfbb5ef700803732cf55c01a4109db62 +size 65290240 diff --git a/datasets/42107.tar b/datasets/42107.tar new file mode 100644 index 0000000000000000000000000000000000000000..3abac229325abaa5c16bf9e390c251dbd99ab492 --- /dev/null +++ b/datasets/42107.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a2ec44a67e7830aad239bdd9251643e04c11480a92d2df75dacb26c69152fd2 +size 1894400 diff --git a/datasets/421388.tar b/datasets/421388.tar new file mode 100644 index 0000000000000000000000000000000000000000..94dc0e42bc763a3f352a1dffc414df2ef656db7b --- /dev/null +++ b/datasets/421388.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96fe64fc8fba34937d01f7bf51c0e0f8fe83d5395263e1297fc1b186cff48e33 +size 3768320 diff --git a/datasets/421747.tar b/datasets/421747.tar new file mode 100644 index 0000000000000000000000000000000000000000..30683246ee31ee469b06726e91643c15f63fb0cc --- /dev/null +++ b/datasets/421747.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b78925ba676e6c484be14d3b98661b1063d892ce99f135631b73e0d8b001a7 +size 256000 diff --git a/datasets/421781.tar b/datasets/421781.tar new file mode 100644 index 0000000000000000000000000000000000000000..307be20cbf19ef50b9d50169e0253c4da03cbefa --- /dev/null +++ b/datasets/421781.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f968ea2db5ed80f1f2a603e47028f2ba8db13ba2c559f95dafd271f752848ae +size 118835200 diff --git a/datasets/421975.tar b/datasets/421975.tar new file mode 100644 index 0000000000000000000000000000000000000000..835c2e156646904bcc1cbf01c7ff7462e7ac7f4b --- /dev/null +++ b/datasets/421975.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cc0b8819fa89a3503e9f37df1c42418eac4096b56ed10ce5a75fa8ad4687698 +size 215040 diff --git a/datasets/422272.tar b/datasets/422272.tar new file mode 100644 index 0000000000000000000000000000000000000000..899df4feb1681b2f80c940fd48482d5e2ac59a74 --- /dev/null +++ b/datasets/422272.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33fba9dd37fcc1328d6754334db5e28b8ce26b0820a64b37f0e1a49b7a44acc3 +size 8232960 diff --git a/datasets/422661.tar b/datasets/422661.tar new file mode 100644 index 0000000000000000000000000000000000000000..2e1b72525ad678c496354665dd33378fc7c5756b --- /dev/null +++ b/datasets/422661.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ac464bf7eb7fae485311b289bb0bdeabbb8a9b41f02216c8a7d0650ddaa5a1 +size 3532800 diff --git a/datasets/42267.tar b/datasets/42267.tar new file mode 100644 index 0000000000000000000000000000000000000000..03ed8760d5ddecdfeb1406e5c75118c39cf487ef --- /dev/null +++ b/datasets/42267.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d91fd5d38266bc024d6cf1f9afe4b909b09a4beb19e17615b8a9aef2912cc0dd +size 828538880 diff --git a/datasets/422816.tar b/datasets/422816.tar new file mode 100644 index 0000000000000000000000000000000000000000..346f3121dd618f902bac436e0fd0690f9611e5be --- /dev/null +++ b/datasets/422816.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985063ee5f9afcdaa30e43f5edb5cdd2d004e590aabc4344ec40665652cb37a6 +size 460800 diff --git a/datasets/422961.tar b/datasets/422961.tar new file mode 100644 index 0000000000000000000000000000000000000000..eeb3d4458a37fd683a953c207c421c896ec22628 --- /dev/null +++ b/datasets/422961.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f308fe70bde30cb89273b6be177ef03f0ba98da5ba241d535407a97af0488496 +size 13035520 diff --git a/datasets/423199.tar b/datasets/423199.tar new file mode 100644 index 0000000000000000000000000000000000000000..19381d236a64261e77a14beba7461bd9e7a4c882 --- /dev/null +++ b/datasets/423199.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f02a68ea55d92e40ec9aeedf0e638cfbff17d0e3addeba8407d52f799802b4 +size 24893440 diff --git a/datasets/423305.tar b/datasets/423305.tar new file mode 100644 index 0000000000000000000000000000000000000000..bde345c72e9c5b69e0fbf48f7d2445e3db5b3156 --- /dev/null +++ b/datasets/423305.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0297b43ac902682008b0577f46c0e3521036af11cc723eee634f544582576d1 +size 552960 diff --git a/datasets/423360.tar b/datasets/423360.tar new file mode 100644 index 0000000000000000000000000000000000000000..07acd6e37553440f47b268c35e8a44ba6d147dd9 --- /dev/null +++ b/datasets/423360.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a448ab10fbe2ee8907c7b04523580814bc2c0e67598fa3418e830f88d06b9ea3 +size 9113600 diff --git a/datasets/423915.tar b/datasets/423915.tar new file mode 100644 index 0000000000000000000000000000000000000000..027d4936e8086d79df0e36c749b59d74b878ffe7 --- /dev/null +++ b/datasets/423915.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7565bc6b95a71e8c681ed23b09a3e20db978e79a4fc1a9e004e55a64eafefde +size 3153920 diff --git a/datasets/424122.tar b/datasets/424122.tar new file mode 100644 index 0000000000000000000000000000000000000000..0f497472175a635a50ac375716261c2fe532e6b7 --- /dev/null +++ b/datasets/424122.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72bf8811ff877c800f670e3a8d602082fcda3ee61134dee5bb687ca8e854a90c +size 91934720 diff --git a/datasets/424303.tar b/datasets/424303.tar new file mode 100644 index 0000000000000000000000000000000000000000..6553068d0eefb1ef04fa9d988100db0ed6b4e33c --- /dev/null +++ b/datasets/424303.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2abc7e1cb8f299d29dd2bc05180b0a655bbd173815e88df0b000a776f5cf7e +size 6256640 diff --git a/datasets/42436.tar b/datasets/42436.tar new file mode 100644 index 0000000000000000000000000000000000000000..7aa0d5550ac158f519f1ca06e50d24b300718236 --- /dev/null +++ b/datasets/42436.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3efd8c5039820bcd4ce609efcaac310b53522c0757bec3b8319eb7be2c515d89 +size 2334720 diff --git a/datasets/42449.tar b/datasets/42449.tar new file mode 100644 index 0000000000000000000000000000000000000000..ccac76224d37793d5c5015dc1f5bbf2da3e14ae1 --- /dev/null +++ b/datasets/42449.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3e46907f67a0cf1c87d518f3bbc7c785963b05d6d1bbbc551e0d03dbf703e5 +size 6000640 diff --git a/datasets/424697.tar b/datasets/424697.tar new file mode 100644 index 0000000000000000000000000000000000000000..d561f0b88b8b75b31b52d7597941a2021c423282 --- /dev/null +++ b/datasets/424697.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f04f6b99dbfe7d3705fe6d1a492334398e08d2ef8c23e9412f30b986db17fcf5 +size 10496000 diff --git a/datasets/424788.tar b/datasets/424788.tar new file mode 100644 index 0000000000000000000000000000000000000000..b2950af21cf5e8b3b0971ed1319e2d605e5683db --- /dev/null +++ b/datasets/424788.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf67615d82e45eb8bb485195f681e4137cb2c99127466e267f7c00f3e3ac68d +size 2498560 diff --git a/datasets/425187.tar b/datasets/425187.tar new file mode 100644 index 0000000000000000000000000000000000000000..e93c1304642455e76843cf124431784ad6320477 --- /dev/null +++ b/datasets/425187.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a4af51416b9b51106facc76838c6ce13416448bda61bdc2c1bdbca737ba9749 +size 737280 diff --git a/datasets/425322.tar b/datasets/425322.tar new file mode 100644 index 0000000000000000000000000000000000000000..0ac28ea3a355e563bdf22eb88d03de0d4643ee3a --- /dev/null +++ b/datasets/425322.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e81cbad60d83c6b4dc1c1f128291c1809efda629bd057afedc61905a8193f1 +size 993280 diff --git a/datasets/425407.tar b/datasets/425407.tar new file mode 100644 index 0000000000000000000000000000000000000000..f1d70090d0513bdbb0b586e8aa11ebfece89a154 --- /dev/null +++ b/datasets/425407.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb0f054bf01e08140ab43822799f236e7b67bd3fc78d740a37c366be80374f7 +size 7546880 diff --git a/datasets/425693.tar b/datasets/425693.tar new file mode 100644 index 0000000000000000000000000000000000000000..7f71a99268b4059cdf538e8a301e85ea3d4702b1 --- /dev/null +++ b/datasets/425693.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad4ff2a4ef895a64f3716d6080cdfe52c0db2179c4fce248cef3a97a60c3bcfa +size 11223040 diff --git a/datasets/425830.tar b/datasets/425830.tar new file mode 100644 index 0000000000000000000000000000000000000000..ab64661c00ece4f8a4a073153b08d3cba48bbd88 --- /dev/null +++ b/datasets/425830.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98be5e04c3aff6a7a70d12c546792234cb128a09ed813f03fe0b5518d62b4cfa +size 8458240 diff --git a/datasets/425876.tar b/datasets/425876.tar new file mode 100644 index 0000000000000000000000000000000000000000..f5287e89243e700fb161ba7bcaa09e2929b09ba8 --- /dev/null +++ b/datasets/425876.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0fa6a324a402d3c6d8823d38776355eafcfd5faffef9964331fedc1f63b622 +size 348160 diff --git a/datasets/425900.tar b/datasets/425900.tar new file mode 100644 index 0000000000000000000000000000000000000000..17a762374d14a0a6fec187271a8a4a348c404133 --- /dev/null +++ b/datasets/425900.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355ba2d77d473a5d1585af6d9892caedc27149321872cac679ab4b93c5cab805 +size 4433920 diff --git a/datasets/426120.tar b/datasets/426120.tar new file mode 100644 index 0000000000000000000000000000000000000000..28621a93b9b266ae1c4353e256da49d1f35ff638 --- /dev/null +++ b/datasets/426120.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de5fab18f19c035e6d816712892d2911e478d3fbc5dc7264d7513379a40de75 +size 215040 diff --git a/datasets/426203.tar b/datasets/426203.tar new file mode 100644 index 0000000000000000000000000000000000000000..28f61b7b477e301c35c2c9f1d4d5dc5a7f99a61e --- /dev/null +++ b/datasets/426203.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b4b58091308419154c82148119b7d299203c1a11868401f899b2aaa598f7e6 +size 3307520 diff --git a/datasets/426767.tar b/datasets/426767.tar new file mode 100644 index 0000000000000000000000000000000000000000..84350d3048be7f7d9470c825a70201bf9830112d --- /dev/null +++ b/datasets/426767.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa56692a7e41eb41f4d1b2d78f332696b3b8003df04629f42f63c1276fab96f9 +size 3676160 diff --git a/datasets/426903.tar b/datasets/426903.tar new file mode 100644 index 0000000000000000000000000000000000000000..1ac7e16dc8c821e5947d93bd3b70a7fb0fb0dac2 --- /dev/null +++ b/datasets/426903.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f245d6fd9a176a82e125825473fa242cb44267cba18a76b58233698b96af35e9 +size 8273920 diff --git a/datasets/426934.tar b/datasets/426934.tar new file mode 100644 index 0000000000000000000000000000000000000000..ebe497622ca126b2a75a2abfd0508c3e3fb68387 --- /dev/null +++ b/datasets/426934.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cda2aca5dff6cd2f2c86e4b9662dfcddf82a94d7874c4d8f26609a9eb30d9f3b +size 23152640 diff --git a/datasets/427326.tar b/datasets/427326.tar new file mode 100644 index 0000000000000000000000000000000000000000..15cf778741781473c95c0d8bee7dfd499e403174 --- /dev/null +++ b/datasets/427326.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d366ca890f2347c4bf8b97b19453f6805cb7ab695c6d34ce0aff0f65ded3e0 +size 107100160 diff --git a/datasets/427412.tar b/datasets/427412.tar new file mode 100644 index 0000000000000000000000000000000000000000..04e32c36ef5d2b65cae436b22532b1f7b838d1b3 --- /dev/null +++ b/datasets/427412.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca1fc9a15b9a7e79375fd90c08dd73f0bb920905494ddc0c2d520410c602551d +size 3123200 diff --git a/datasets/427642.tar b/datasets/427642.tar new file mode 100644 index 0000000000000000000000000000000000000000..9b2a0e12fb100356ad86b0f298e30e72a34f9eb1 --- /dev/null +++ b/datasets/427642.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c304d120a1ffdad5a4b3174bfce9aa91577e581323719c4d0e82cc9f6a8105 +size 41625600 diff --git a/datasets/427671.tar b/datasets/427671.tar new file mode 100644 index 0000000000000000000000000000000000000000..15a7704044cbfa7d7b524da97531d938bdafc563 --- /dev/null +++ b/datasets/427671.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de6036506593b69c32857ac8454abaacbf1ebffac54e3dfc8b854650a48125ca +size 18708480 diff --git a/datasets/427810.tar b/datasets/427810.tar new file mode 100644 index 0000000000000000000000000000000000000000..73f125d79073c9b1b7586d511fadc9911cb9013f --- /dev/null +++ b/datasets/427810.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c226bd37ecb8b9565fc9029a5a433f7a7e470badd6ee34093e310206468ece26 +size 3184640 diff --git a/datasets/427920.tar b/datasets/427920.tar new file mode 100644 index 0000000000000000000000000000000000000000..52bc94d62f982d6c15ba10a741761f8432111612 --- /dev/null +++ b/datasets/427920.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8599549fd31c167c43c467d781c5f7f86dd0389df350cef7290feb5d6dc53dfa +size 1884160 diff --git a/datasets/428453.tar b/datasets/428453.tar new file mode 100644 index 0000000000000000000000000000000000000000..b0696874a696de2253d0647d0b226f46e510c8cd --- /dev/null +++ b/datasets/428453.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6959de3f12cf7aa478bba3f2689ae293152c8b70d163809e9f59d2cdd31edd8 +size 389120 diff --git a/datasets/428767.tar b/datasets/428767.tar new file mode 100644 index 0000000000000000000000000000000000000000..5e4d4b98c64820709059ee783ec90bd1a20e7d35 --- /dev/null +++ b/datasets/428767.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66bb663bc5cad16c87471677b5742b81d2ebf555b7c967718324514b12e01c8c +size 460800 diff --git a/datasets/428920.tar b/datasets/428920.tar new file mode 100644 index 0000000000000000000000000000000000000000..69bd49fe95b6f7d9cc47d8473cbcf4d53e2b5c63 --- /dev/null +++ b/datasets/428920.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c1404a89a73c72db2d564eff18d3ed61d77a63ccc5e129d17a0b77f74daf9e +size 686080 diff --git a/datasets/429187.tar b/datasets/429187.tar new file mode 100644 index 0000000000000000000000000000000000000000..639783fa7577e28a7bfd855ce32c9d0303c25770 --- /dev/null +++ b/datasets/429187.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5773eda9a36db6fbfe0f06875fddc39184eeb396110b52b94dd0958fafabcdd +size 4659200 diff --git a/datasets/429313.tar b/datasets/429313.tar new file mode 100644 index 0000000000000000000000000000000000000000..35e2fb7be7a7f1562ed973d73b39ee8a982c272d --- /dev/null +++ b/datasets/429313.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f684dfc2822b519b3e6eb0d94398d20f220de7c492054291a98a2b60cabff5 +size 2334720 diff --git a/datasets/429949.tar b/datasets/429949.tar new file mode 100644 index 0000000000000000000000000000000000000000..bcd177dacd24a3278bef443401a02e3cb84eec8c --- /dev/null +++ b/datasets/429949.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bffd65b2a14fb455f7be1d39ac7be093d8cbd7c0df195b9b28375f98e861010 +size 266240 diff --git a/datasets/430061.tar b/datasets/430061.tar new file mode 100644 index 0000000000000000000000000000000000000000..1f068614aba8ad819558f297cb66a30a9adb99df --- /dev/null +++ b/datasets/430061.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a3eefaeb56f991b1512af09a0f2cdb341aa1863a4dd5a7b55ee4da4121c0193 +size 18176000 diff --git a/datasets/430082.tar b/datasets/430082.tar new file mode 100644 index 0000000000000000000000000000000000000000..3e01a9009797bec3fa16c86d6648a63c7fa968a5 --- /dev/null +++ b/datasets/430082.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ca911dbae5f47dd8d4a2af30cf190d74a32fe6a7fc7e4f769d0906d3c97595 +size 9185280 diff --git a/datasets/430217.tar b/datasets/430217.tar new file mode 100644 index 0000000000000000000000000000000000000000..b4a86209320674c50fcf2c77815403c301631adc --- /dev/null +++ b/datasets/430217.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a00c5a3e91dcc4f6d69409072da18358a34ec909bbe6f3e5ca77acc28b863f +size 7833600 diff --git a/datasets/430332.tar b/datasets/430332.tar new file mode 100644 index 0000000000000000000000000000000000000000..ee6481ed8a32faf136a98227bef4c813125ef109 --- /dev/null +++ b/datasets/430332.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c1e8caa6221b5d7caa19239bd27769575b848f158bde19cbd15072cdc08d933 +size 839680 diff --git a/datasets/430338.tar b/datasets/430338.tar new file mode 100644 index 0000000000000000000000000000000000000000..33162320dddabe7c4dff3b1ec51d27c8f1a8844f --- /dev/null +++ b/datasets/430338.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a76ab147c684ac78a72c73a3bb2537cfb9d3614f5b67c97ce111160773ee7215 +size 1689600 diff --git a/datasets/430354.tar b/datasets/430354.tar new file mode 100644 index 0000000000000000000000000000000000000000..0fb88cbf6e816542cff719272f172d8a02c27f23 --- /dev/null +++ b/datasets/430354.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be54a8c7feaf8a59504078a97ca9c1029a4efed4aa374aa4db3e2ca632cb50a +size 880640 diff --git a/datasets/430494.tar b/datasets/430494.tar new file mode 100644 index 0000000000000000000000000000000000000000..9a58384ab8a21688bd8d4132e247bfd575c1a4ac --- /dev/null +++ b/datasets/430494.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d57451bcf895b2a75fc3f2122ebd6af57126d49ce3e70208317ef396dd7ae598 +size 7761920 diff --git a/datasets/430589.tar b/datasets/430589.tar new file mode 100644 index 0000000000000000000000000000000000000000..5fbfd240af5a1bd3f3660b709af0912fd30efebc --- /dev/null +++ b/datasets/430589.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed374739512a982d2ddde58c6463bfb721071c6d77be3d8c8712818650c48ee +size 13690880 diff --git a/datasets/430608.tar b/datasets/430608.tar new file mode 100644 index 0000000000000000000000000000000000000000..11f46037e70431d71d3d438a1880e3e8614fc28c --- /dev/null +++ b/datasets/430608.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ebc34ada68401c1b839f1da57f0e5a1d5ba70f418b75a4b01d4691811e77b0 +size 143360 diff --git a/datasets/431041.tar b/datasets/431041.tar new file mode 100644 index 0000000000000000000000000000000000000000..ecad872f17900fed070f1d58b86e17f1b8d78e60 --- /dev/null +++ b/datasets/431041.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16acd02f552de9e437bcb95e91291c0b94ca1b8bd07a93a08bdab3e8e785f622 +size 16957440 diff --git a/datasets/431119.tar b/datasets/431119.tar new file mode 100644 index 0000000000000000000000000000000000000000..07cc394ca513d25271f2a1606ff494a506198a76 --- /dev/null +++ b/datasets/431119.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba2c5624756fba73a066309c4973e96d4175b5ecb89590da6570249c197a41c +size 2672640 diff --git a/datasets/431244.tar b/datasets/431244.tar new file mode 100644 index 0000000000000000000000000000000000000000..fe5fd3cf2fd450a13f74d5a177cd414fa3eb79b9 --- /dev/null +++ b/datasets/431244.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857e8bc7c4470dfe3bac60bb636013661e765b59e6746f504d558f8429d5834a +size 1894400 diff --git a/datasets/431248.tar b/datasets/431248.tar new file mode 100644 index 0000000000000000000000000000000000000000..4320bc244b9f2f435564e15af2813028a1ec3b71 --- /dev/null +++ b/datasets/431248.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b451c5f2b685e9105bb4c7d5eb425c447a296efb52c9b74af08b3f8f08f21727 +size 307200 diff --git a/datasets/431336.tar b/datasets/431336.tar new file mode 100644 index 0000000000000000000000000000000000000000..07e692fb6e62b27a01ae6b51f419e72c91c1d147 --- /dev/null +++ b/datasets/431336.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54eb9dc539483567adcf2e7aae23a95a55a39217666df9318d70cf33bcc9604f +size 2211840 diff --git a/datasets/431582.tar b/datasets/431582.tar new file mode 100644 index 0000000000000000000000000000000000000000..f0a5ad9f6c26e934bbd1d402a3d5a3965d21e336 --- /dev/null +++ b/datasets/431582.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b48cc7128687b8c08569c95d2ccb454b9428fdbce5a9bbb01568f16872ac3807 +size 501760 diff --git a/datasets/431583.tar b/datasets/431583.tar new file mode 100644 index 0000000000000000000000000000000000000000..9cbc49093e51eb6b4aad7be3411a30b480f0424b --- /dev/null +++ b/datasets/431583.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2f408675c6180f6145f9e9ac27b4eb8cdf37e71ec6303ed8e6a78268a89c2f +size 133120 diff --git a/datasets/43172.tar b/datasets/43172.tar new file mode 100644 index 0000000000000000000000000000000000000000..0ea803a3dd65385cdd44feb3efc88ee5ae668396 --- /dev/null +++ b/datasets/43172.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7685bd1f9ec37f0eb4d1bc0c5bf6dfc22354fccc7b1d829320aea9211daa8e62 +size 86620160 diff --git a/datasets/431926.tar b/datasets/431926.tar new file mode 100644 index 0000000000000000000000000000000000000000..760d7ff4ea959a28846bdbd5460ad0ca6f304c4f --- /dev/null +++ b/datasets/431926.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0efc18c36d30d65324538874abbbe695bde35829985c032c2b4bfeae88deddf9 +size 16588800 diff --git a/datasets/431965.tar b/datasets/431965.tar new file mode 100644 index 0000000000000000000000000000000000000000..6e951e1373223b8e9fd6ddb4202c6c38dae272b7 --- /dev/null +++ b/datasets/431965.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1561acc2275041d19179959497fb354e21508c9e87d9996bd7343a9668645750 +size 163840 diff --git a/datasets/432354.tar b/datasets/432354.tar new file mode 100644 index 0000000000000000000000000000000000000000..a5005657193ac1fcbea21a9587802ff1f0776eb8 --- /dev/null +++ b/datasets/432354.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:371823b13b65adae82ff211f6381905dbb7aefab3dcd351b170e8e615c14524e +size 52551680 diff --git a/datasets/432404.tar b/datasets/432404.tar new file mode 100644 index 0000000000000000000000000000000000000000..895de0877e23cb48dbd1b6c535e58246137d3277 --- /dev/null +++ b/datasets/432404.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c172db9b132bb3ec07ca440f3674041c58a036fba4304248bfa2e77dd42a7fc +size 61440 diff --git a/datasets/432941.tar b/datasets/432941.tar new file mode 100644 index 0000000000000000000000000000000000000000..71573f5d947feec0ee1530dba1e39aa6fb1cda1b --- /dev/null +++ b/datasets/432941.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e51c53f2626e440b74532d0eeb6bd2f320c3adfbde9e76781105759b61ef7e7 +size 7802880 diff --git a/datasets/433152.tar b/datasets/433152.tar new file mode 100644 index 0000000000000000000000000000000000000000..19517f470348b3ed4dd3896a144d04173658785a --- /dev/null +++ b/datasets/433152.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41dfe38226ebbf0c7de0c6599be0f46f7764b011e0f1153f1fd416431225f625 +size 4730880 diff --git a/datasets/433337.tar b/datasets/433337.tar new file mode 100644 index 0000000000000000000000000000000000000000..adad6d67149250f8c4190bcdb218f5613fd641b2 --- /dev/null +++ b/datasets/433337.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b496a9e4f7b46754032b2f2d22bc9b5a6002f5ceb55fe60fa4765f64cad9e3dc +size 1884160 diff --git a/datasets/433381.tar b/datasets/433381.tar new file mode 100644 index 0000000000000000000000000000000000000000..f2fc41a02f774685bd3d11e036c5207da31f50ee --- /dev/null +++ b/datasets/433381.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9eadf7e219e9d326e91ffcb87b59e14d18b28f5aefddeea049ba3490497a4a +size 18442240 diff --git a/datasets/433542.tar b/datasets/433542.tar new file mode 100644 index 0000000000000000000000000000000000000000..cde5ad23067aff38d3461e79aeee22c2f9859d1f --- /dev/null +++ b/datasets/433542.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb6000da39681cd2ff9f917d7432090b8fcf3f53b6a7cae58f34bf6a69022758 +size 8181760 diff --git a/datasets/433631.tar b/datasets/433631.tar new file mode 100644 index 0000000000000000000000000000000000000000..0cb21362f783ec87afee9ca0ab66a42f84cfbd67 --- /dev/null +++ b/datasets/433631.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae715b327b397c962ee8a71ccd296e42736ce50a8a5652a147801df9e8bd4d9a +size 3532800 diff --git a/datasets/433759.tar b/datasets/433759.tar new file mode 100644 index 0000000000000000000000000000000000000000..6a735a85cb0b1bc60020984c7bb1c6d9a16fbce1 --- /dev/null +++ b/datasets/433759.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d935255e2a6d2cc9ec8840d6fbf17575808ca03905ec8d83a41d13b6e6c7729 +size 2672640 diff --git a/datasets/434183.tar b/datasets/434183.tar new file mode 100644 index 0000000000000000000000000000000000000000..4517caa68ba72e648217e57c628593251d5e9368 --- /dev/null +++ b/datasets/434183.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48544547d42ac03a5fb9cb0a064fdfdcdda5fc33340dad9f8144f877b7c257f0 +size 808960 diff --git a/datasets/434275.tar b/datasets/434275.tar new file mode 100644 index 0000000000000000000000000000000000000000..09bac002e7addd564a90afecb9e1492db1315e66 --- /dev/null +++ b/datasets/434275.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a62f9eb90895731407671c2b3fef46aedb6da261f94e93efb21d3fd1434ad8 +size 215040 diff --git a/datasets/434461.tar b/datasets/434461.tar new file mode 100644 index 0000000000000000000000000000000000000000..59e0296d0909cca46af05c16617d682a60aeeec2 --- /dev/null +++ b/datasets/434461.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe558391fa8e4f38bcb96029123a051f70a2eb7d1374173bc7359214cbe8e1f3 +size 5140480 diff --git a/datasets/434753.tar b/datasets/434753.tar new file mode 100644 index 0000000000000000000000000000000000000000..3d76ddd1f0afee67df1ba23405d8ab49b254172f --- /dev/null +++ b/datasets/434753.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04aff7d2ba8715e0a857c59245607ccff1da7bd8c245bc35879d3a0280e288ae +size 19148800 diff --git a/datasets/435043.tar b/datasets/435043.tar new file mode 100644 index 0000000000000000000000000000000000000000..8f686fb3da35fede4ab165001683a8aad1c19233 --- /dev/null +++ b/datasets/435043.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f71352e70fd3e4ff545e938c827fe6bbfe9b74f12457b065bbec31d2a55fb3f4 +size 24709120 diff --git a/datasets/435060.tar b/datasets/435060.tar new file mode 100644 index 0000000000000000000000000000000000000000..254e417a042c9368bc40b0237d8b4fe29f7e452d --- /dev/null +++ b/datasets/435060.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:943dec729d142b344f52afda16164530dadbbcddb8dd8ce8a909c747962d75aa +size 9011200 diff --git a/datasets/435095.tar b/datasets/435095.tar new file mode 100644 index 0000000000000000000000000000000000000000..13c5f7ca02cfa2053a8c75f7a556a9662f1aad59 --- /dev/null +++ b/datasets/435095.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82fd949743d468612bdc2efaaa6c22a1e48c9a908ccfede5a15d8aaeb8b446a2 +size 318525440 diff --git a/datasets/435169.tar b/datasets/435169.tar new file mode 100644 index 0000000000000000000000000000000000000000..a9c7a786e6b117dcbed693fec6f0a16e3978e328 --- /dev/null +++ b/datasets/435169.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d36f66b747292894ea7ad87b7f91acccb44398cdbf5dc7b1257e81ed37fb77e3 +size 27740160 diff --git a/datasets/435273.tar b/datasets/435273.tar new file mode 100644 index 0000000000000000000000000000000000000000..b6e5d629215535e26ab652888b3b324f6f09ab52 --- /dev/null +++ b/datasets/435273.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0999a9c19e9a43ec0fe3dcad5bb2a905fd6d36d883d97a74d40a163b3fa4222e +size 14202880 diff --git a/datasets/435280.tar b/datasets/435280.tar new file mode 100644 index 0000000000000000000000000000000000000000..4eddf6b2882208069d82ae500ccfb43932cf887e --- /dev/null +++ b/datasets/435280.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a697883652cf4a7d99026496750d0b07ece8ba9bbc20710aa153acd58f64a08 +size 3133440 diff --git a/datasets/435339.tar b/datasets/435339.tar new file mode 100644 index 0000000000000000000000000000000000000000..661dfcd688383981020da2aa885e67cf8735ec28 --- /dev/null +++ b/datasets/435339.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc8c049b180e4984a8617a2c76c161875bfbb805fc5aaedc01b03f5c146f525e +size 2365440 diff --git a/datasets/435458.tar b/datasets/435458.tar new file mode 100644 index 0000000000000000000000000000000000000000..6a223094b66c7dfecd28e972c8b899dc7000bee4 --- /dev/null +++ b/datasets/435458.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78db7b2ef90c3224d8bfdafaeac436eff55d9dd09508d1db3676692ec8ad8c15 +size 4423680 diff --git a/datasets/435464.tar b/datasets/435464.tar new file mode 100644 index 0000000000000000000000000000000000000000..05725e89bdc86b7956143b43302f0d50984aed7d --- /dev/null +++ b/datasets/435464.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526f5b0563cd9e8ba5a6d4457d74b6994b516ecc584a6cce6a2da08e6e6ee0f1 +size 2416640 diff --git a/datasets/435597.tar b/datasets/435597.tar new file mode 100644 index 0000000000000000000000000000000000000000..af7f681657a34519090c9c13dcbd20922b23f2cb --- /dev/null +++ b/datasets/435597.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb32dc7d0ec5d897da2995056e25c60aa2da12202814148f0e351ab283377e7 +size 15575040 diff --git a/datasets/435794.tar b/datasets/435794.tar new file mode 100644 index 0000000000000000000000000000000000000000..2ec2a8762562ff3e7a2faf82dddae41e65b4803d --- /dev/null +++ b/datasets/435794.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:412caa4ceee5d910464ab7ed0e7b4377e6e42403e708912759978fc26c49234b +size 2437120 diff --git a/datasets/435901.tar b/datasets/435901.tar new file mode 100644 index 0000000000000000000000000000000000000000..7cfc91f1fd8bc4856a64b3000f1a998156434308 --- /dev/null +++ b/datasets/435901.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb05a39ae6f49995477e51efc2ebadefd85860cccd360f2ce00a41d7a1773dc +size 18401280 diff --git a/datasets/435931.tar b/datasets/435931.tar new file mode 100644 index 0000000000000000000000000000000000000000..fa355cb2eb276fee490875ae21587ea45cf03042 --- /dev/null +++ b/datasets/435931.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e834c6956328882beb13a3d9cb74e939c568f0a2e31d0dba631d71d3a33017 +size 215040 diff --git a/datasets/436089.tar b/datasets/436089.tar new file mode 100644 index 0000000000000000000000000000000000000000..5e41aaa384e1a48c323a296f8b7c44b29669b0f2 --- /dev/null +++ b/datasets/436089.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be213479f3f6860cca680de8667acd952b3431342728eef65361dfd5f7961cf +size 27955200 diff --git a/datasets/436112.tar b/datasets/436112.tar new file mode 100644 index 0000000000000000000000000000000000000000..aa67e13084dab5346a007ad537fbcd460419c366 --- /dev/null +++ b/datasets/436112.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308d0e2461c1e14c678f1790248e20b864c9cfb0c138ec65c7c69c16a37b25e4 +size 1218560 diff --git a/datasets/436216.tar b/datasets/436216.tar new file mode 100644 index 0000000000000000000000000000000000000000..7fbea1270052f5a8b1ea5007c8c317b05d6a6430 --- /dev/null +++ b/datasets/436216.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39fc7cd84dbf2773c28ab33efaecd618100533ebbcb53cd4e72e17c69cc287db +size 4177920 diff --git a/datasets/436272.tar b/datasets/436272.tar new file mode 100644 index 0000000000000000000000000000000000000000..4407eb2189adcf42075ab4b54189f7d0ef07bc51 --- /dev/null +++ b/datasets/436272.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1c1f663c7b763d49f84c865a77620316bfcb53c3346e553fd26d96e40882c0 +size 10567680 diff --git a/datasets/436288.tar b/datasets/436288.tar new file mode 100644 index 0000000000000000000000000000000000000000..af705c2fc1732be6276c1d856d883fb2bc0bea1f --- /dev/null +++ b/datasets/436288.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6762c0515e7aaf963ec0eba61839b225e3554df91771a7ba099bca4b3afd53c +size 11253760 diff --git a/datasets/436444.tar b/datasets/436444.tar new file mode 100644 index 0000000000000000000000000000000000000000..855407228fe6d89c1e57d898b254f70eb162c326 --- /dev/null +++ b/datasets/436444.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3336316afb5a168d2e02b65685ec31ed45f8a856529358630971dbd0575af999 +size 6000640 diff --git a/datasets/436752.tar b/datasets/436752.tar new file mode 100644 index 0000000000000000000000000000000000000000..6b7876c1dd3ab717292db413b42cc3566179975b --- /dev/null +++ b/datasets/436752.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c42a40343b4678be3680a6394391891512b7d392366ba17846c91bee047d86 +size 8243200 diff --git a/datasets/436893.tar b/datasets/436893.tar new file mode 100644 index 0000000000000000000000000000000000000000..15ee912d9b0165cc5885b3b288b9cc9db3232026 --- /dev/null +++ b/datasets/436893.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ab06d62973964fcda4cb215dc275135328934d602cd571038d2b2e623035d5 +size 1167360 diff --git a/datasets/436916.tar b/datasets/436916.tar new file mode 100644 index 0000000000000000000000000000000000000000..f800ac3214178b1dc060eaf12407de3cc652d29b --- /dev/null +++ b/datasets/436916.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd378f21fd4e7584c8746d6a3d2f0ed17bcec905d073108d3b2746d66973c1e +size 8867840 diff --git a/datasets/437316.tar b/datasets/437316.tar new file mode 100644 index 0000000000000000000000000000000000000000..ceaf9565164d0a50840b0bf82a09ad2cd65b936f --- /dev/null +++ b/datasets/437316.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c191edc76fc438cfb67a340c6d66dd0f75ba311780f866686b755bb303a5828f +size 8058880 diff --git a/datasets/437768.tar b/datasets/437768.tar new file mode 100644 index 0000000000000000000000000000000000000000..d34395880813985bf0a1661e5e1c85cb106d0a72 --- /dev/null +++ b/datasets/437768.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:582c2f0dda15337f56cc316a1877d689eb5915c25d361b0ed18db021b9556bf6 +size 29757440 diff --git a/datasets/437801.tar b/datasets/437801.tar new file mode 100644 index 0000000000000000000000000000000000000000..08b6e0adde58711b836ab2939ee606dda5bb8859 --- /dev/null +++ b/datasets/437801.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a522d19ce30f4f6a455608db63ae3659a50daf117c70539f8fbe0c9dfe5e83c0 +size 2314240 diff --git a/datasets/438834.tar b/datasets/438834.tar new file mode 100644 index 0000000000000000000000000000000000000000..e713c23637c9bd8fcce5cbb4626cc5cdc28997b4 --- /dev/null +++ b/datasets/438834.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a888388c7779b43281a50cac0f53163f6ac7d814244d26a4add849483a7333c9 +size 8990720 diff --git a/datasets/4389.tar b/datasets/4389.tar new file mode 100644 index 0000000000000000000000000000000000000000..a345d28d418b7f8894f9ae66bb46310d8bf88541 --- /dev/null +++ b/datasets/4389.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a76503ab2c1a39a77e122daa77f6d3632837e7e1b15f52d86fcb5c6d6f33b2bd +size 1239040 diff --git a/datasets/439027.tar b/datasets/439027.tar new file mode 100644 index 0000000000000000000000000000000000000000..787fb15afe27a17f72f9006650c1291140a82a24 --- /dev/null +++ b/datasets/439027.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbfaa55a3f6859522cb7e1ff72cbc057038ad94df35245592eb57984aa68ba95 +size 45844480 diff --git a/datasets/439083.tar b/datasets/439083.tar new file mode 100644 index 0000000000000000000000000000000000000000..623e6f6d7ab0e5edfca303fc415ea62e8bedf9cb --- /dev/null +++ b/datasets/439083.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c30f8a1b00bff1c16d0908af550b11a95cda50ec61869ff46479710c1c588f +size 1658880 diff --git a/datasets/439105.tar b/datasets/439105.tar new file mode 100644 index 0000000000000000000000000000000000000000..8ba99bc36ce5652ce83ba003621710a9729a1572 --- /dev/null +++ b/datasets/439105.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b85efceb1ebd75240ca5471a37519a5a68f550b6450e75e45405778f33b7b985 +size 10383360 diff --git a/datasets/439144.tar b/datasets/439144.tar new file mode 100644 index 0000000000000000000000000000000000000000..35c4c8fc119f99a925d1be2d497bcf5f72dd6745 --- /dev/null +++ b/datasets/439144.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:103ce84c34a191f719dff2a9c674d752f3b70112ae3ca86c72edba3470cbbf72 +size 7884800 diff --git a/datasets/43928.tar b/datasets/43928.tar new file mode 100644 index 0000000000000000000000000000000000000000..ef4cbd91e7bce458413eec5df63fa8b47f53e734 --- /dev/null +++ b/datasets/43928.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:059dc27b4574d53d52666ca0dfad48d659b9772ba2bcd27fe8797cc440f86d36 +size 5898240 diff --git a/datasets/439423.tar b/datasets/439423.tar new file mode 100644 index 0000000000000000000000000000000000000000..b204b271a651bf54a6ab918e1f1954563efc9f07 --- /dev/null +++ b/datasets/439423.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63edad14bf1992cd864d3bb62b738cbeecd812b8888a2326ace6a88f75ec469b +size 10414080 diff --git a/datasets/439460.tar b/datasets/439460.tar new file mode 100644 index 0000000000000000000000000000000000000000..ecd4d35b9bd21c4c824ffbb844f90f9f1d85cfa2 --- /dev/null +++ b/datasets/439460.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646d28c707f855d143fd631e6b78e2fefce19cc14cdf3743a050f4e921aa5cfa +size 3952640 diff --git a/datasets/439648.tar b/datasets/439648.tar new file mode 100644 index 0000000000000000000000000000000000000000..1b62fefa0a5e53b9253e04aff5d0e6849b84be7d --- /dev/null +++ b/datasets/439648.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4d6e0cab4fc2590085ff0bd4c04b8279009565dbe7a9e1043cef7afb1c47dd +size 5877760 diff --git a/datasets/439839.tar b/datasets/439839.tar new file mode 100644 index 0000000000000000000000000000000000000000..da7fdb7d975e1e8d885503ade72ee2e66231f731 --- /dev/null +++ b/datasets/439839.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e22b532d4b72b5e87a09b8db7781a57067c8771565a8cd36974c6ef393c832 +size 3952640 diff --git a/datasets/440064.tar b/datasets/440064.tar new file mode 100644 index 0000000000000000000000000000000000000000..9ff424546b1b6e9087ff93c8cb08089d27e14efa --- /dev/null +++ b/datasets/440064.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa6879449b10f359049d1c7bb902786a259606b06d68c6287887a996c6c8915c +size 6184960 diff --git a/datasets/440087.tar b/datasets/440087.tar new file mode 100644 index 0000000000000000000000000000000000000000..115d61e931568b5620762f5896b487700327759d --- /dev/null +++ b/datasets/440087.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5dfb064b37ad80bc995a5188a7f0dce28aff55451681f03b27dfba53d61a57c +size 1996800 diff --git a/datasets/440265.tar b/datasets/440265.tar new file mode 100644 index 0000000000000000000000000000000000000000..d36ba778b21c1346f93f7c3a8e4a94414021b255 --- /dev/null +++ b/datasets/440265.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af301c493b9b1e0477035c7c5e3b5805b76437303dda86a4318e67391c7fa14 +size 10598400 diff --git a/datasets/440272.tar b/datasets/440272.tar new file mode 100644 index 0000000000000000000000000000000000000000..579ea95459ab79c1202079d799329df9154ef25f --- /dev/null +++ b/datasets/440272.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeebae2da883ef863e012361457992bbd8c955be195e16b14359ac437e07a711 +size 8837120 diff --git a/datasets/440452.tar b/datasets/440452.tar new file mode 100644 index 0000000000000000000000000000000000000000..3167ac0f44bfb890c1c93441763b1de7e72e39d5 --- /dev/null +++ b/datasets/440452.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d06a43eee34c70bae0b8fa3be5dabacb9fbb4ae2f2d3aee2ba7021cb04ff09bf +size 6225920 diff --git a/datasets/440486.tar b/datasets/440486.tar new file mode 100644 index 0000000000000000000000000000000000000000..e2f9a9abe65aedfda1b39f57062f799fbb3d549f --- /dev/null +++ b/datasets/440486.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:454ce7b9857a0d5e1a34a991e66c58d5eb22c119fea07ce4c25e5b989ad6fcdb +size 1198080 diff --git a/datasets/440793.tar b/datasets/440793.tar new file mode 100644 index 0000000000000000000000000000000000000000..4ac257a431d6d759bdfb95cb85691d697a096bb9 --- /dev/null +++ b/datasets/440793.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82bec30d51bcc67d554ec44b404cdab28178a36baf23ec9f5092e9ef283d657b +size 35553280 diff --git a/datasets/440915.tar b/datasets/440915.tar new file mode 100644 index 0000000000000000000000000000000000000000..446d17ae284bbc2194162382baecb6261362f534 --- /dev/null +++ b/datasets/440915.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:445b9eb5d3351a1fec295f7ea49ea7e369a9ee0b8e63b79bc17804b1282d0a94 +size 9093120 diff --git a/datasets/440930.tar b/datasets/440930.tar new file mode 100644 index 0000000000000000000000000000000000000000..6363ec89443d39963d4e03ebea44dc7ab1699e1e --- /dev/null +++ b/datasets/440930.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7555b9cd5c64b30ac21ce19d43917962bda274cf47f9c207cde1654c0033912a +size 1884160 diff --git a/datasets/440938.tar b/datasets/440938.tar new file mode 100644 index 0000000000000000000000000000000000000000..1a491e022f9b21a03a4a24532ce40b66cff68793 --- /dev/null +++ b/datasets/440938.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5da8292be0b86ff4a1feddc7da0209cda870adfcf67d025fc23bf4cae55aa91 +size 8622080 diff --git a/datasets/441157.tar b/datasets/441157.tar new file mode 100644 index 0000000000000000000000000000000000000000..e0a0e2c00c94e2112b705e42a6e3ab6db70ef546 --- /dev/null +++ b/datasets/441157.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6244347824cf448d710eb5ac39b9d737524049714722182e973b4588d6fced9d +size 57139200 diff --git a/datasets/441158.tar b/datasets/441158.tar new file mode 100644 index 0000000000000000000000000000000000000000..5cfff73cca1e685ba020aba2be5e72011d0ad6f4 --- /dev/null +++ b/datasets/441158.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9de8d86e7de50fb49e4bc3029854a32fe8f96c60ac303ee8782483117fc39592 +size 1157120 diff --git a/datasets/44129.tar b/datasets/44129.tar new file mode 100644 index 0000000000000000000000000000000000000000..80c9c73069c7ad8e8d5ebed48c8a9c1c63e55d4b --- /dev/null +++ b/datasets/44129.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:552d1a720f5511244601a6ef62e473959e50c71ded8b34e347a81c0f475801f5 +size 27136000 diff --git a/datasets/441303.tar b/datasets/441303.tar new file mode 100644 index 0000000000000000000000000000000000000000..d5cd0254abced40c819c28c7bd3099f57d65467a --- /dev/null +++ b/datasets/441303.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c4e03153d6775970b041c7bc6918b8040c7a137150716cd2986a825f5ca862 +size 921600 diff --git a/datasets/441353.tar b/datasets/441353.tar new file mode 100644 index 0000000000000000000000000000000000000000..4cc7b4b577f571af3f1f8399073add74518b6bf4 --- /dev/null +++ b/datasets/441353.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5c75f3ea940b234fd5e109e1c31a4974fc0537fb4971b4856f5f1f5e1f166f +size 901120 diff --git a/datasets/441452.tar b/datasets/441452.tar new file mode 100644 index 0000000000000000000000000000000000000000..bf7dda325aaed57d63d919e516a68f25dea5156a --- /dev/null +++ b/datasets/441452.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:927a108755fea45ff5e49534427b2753f4e980c5c4eba2094801606ef3efdebb +size 5314560 diff --git a/datasets/441874.tar b/datasets/441874.tar new file mode 100644 index 0000000000000000000000000000000000000000..6e8fa3efaad7facdbf98eede50115baed1172b81 --- /dev/null +++ b/datasets/441874.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc91f56624614bc8d5082cc0cd0ba05e99072f442aa5ebaf80e01088c28b3d7 +size 34344960 diff --git a/datasets/442025.tar b/datasets/442025.tar new file mode 100644 index 0000000000000000000000000000000000000000..116dccd0df37e442fd6525e8cda6969480d1a3fc --- /dev/null +++ b/datasets/442025.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9980a999fcefd67794b6c51a9560636ad5c3641d97e8159a90e2aa5b3f6eb5a3 +size 7864320 diff --git a/datasets/442026.tar b/datasets/442026.tar new file mode 100644 index 0000000000000000000000000000000000000000..76652ba46262c8a8700425fb49e9fffc0d0b54f2 --- /dev/null +++ b/datasets/442026.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4056916526c6b0e65adb9ed78f558e39246aacc45afd7f6e2cb6d3d8c7be05 +size 18155520 diff --git a/datasets/442108.tar b/datasets/442108.tar new file mode 100644 index 0000000000000000000000000000000000000000..9b4c6851f3862dae187f2d54425d5c44534f2c71 --- /dev/null +++ b/datasets/442108.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6f55636ee14660309b6b2857e88848bb337981010dbdd4bbceb3549221b239 +size 4065280 diff --git a/datasets/442357.tar b/datasets/442357.tar new file mode 100644 index 0000000000000000000000000000000000000000..75643ab7060881d73bc0dcf6584df26a5f03169b --- /dev/null +++ b/datasets/442357.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80da98c9627498f217154db7fc380920face23095c0f5d4473180658068206e8 +size 11735040 diff --git a/datasets/442761.tar b/datasets/442761.tar new file mode 100644 index 0000000000000000000000000000000000000000..6542148446fe263f62a907a26eeb768ee71a21d1 --- /dev/null +++ b/datasets/442761.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd7b715994b5223cf1b20cdf6d0270f0e2bd598bc5693258525de30d44a1b43 +size 716800 diff --git a/datasets/442936.tar b/datasets/442936.tar new file mode 100644 index 0000000000000000000000000000000000000000..297ce654b20678addc887c903d39fea1c2d3a68f --- /dev/null +++ b/datasets/442936.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab3eb75f9685e8c5e39270e94130edaadf0f6c51567f2aa8cbcd490b290de3b +size 4997120 diff --git a/datasets/442980.tar b/datasets/442980.tar new file mode 100644 index 0000000000000000000000000000000000000000..15d796d794467cdec710761cb80f39935cafccca --- /dev/null +++ b/datasets/442980.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79fc24466691355aaba1ca274537935ec6b5db06e5e868e7ddaa567d275fdd36 +size 604160 diff --git a/datasets/442982.tar b/datasets/442982.tar new file mode 100644 index 0000000000000000000000000000000000000000..241f5e4bdea542835fce2887545195e2a72d6c66 --- /dev/null +++ b/datasets/442982.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f20ce0d4708f86b6c59ae2ee9800efc23ce859e7b9d91da4ac2cb14d2016c0a5 +size 2631680 diff --git a/datasets/443386.tar b/datasets/443386.tar new file mode 100644 index 0000000000000000000000000000000000000000..748bb90fb50a716840be7f5e5711aa37cd132e2e --- /dev/null +++ b/datasets/443386.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728f0fbae4bd834e191dd801dd2b5cfdfd2ba218f2361dd7fefb6ae3fda4a0b2 +size 2877440 diff --git a/datasets/443440.tar b/datasets/443440.tar new file mode 100644 index 0000000000000000000000000000000000000000..d5fbc6abdec9dadcd42dcd8b4934332ad90c5c93 --- /dev/null +++ b/datasets/443440.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247769cef02686b535f4123191dd7d46a291bef11b2cb7071b105d9167e0efbd +size 76513280 diff --git a/datasets/443649.tar b/datasets/443649.tar new file mode 100644 index 0000000000000000000000000000000000000000..0985bceefe56fc8bbd7fd02ba3ec931c565c2284 --- /dev/null +++ b/datasets/443649.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a7ae8a4c95afc63ed95e1c00d8cdcba68ee99cbc508b598337452809ae64573 +size 12052480 diff --git a/datasets/443795.tar b/datasets/443795.tar new file mode 100644 index 0000000000000000000000000000000000000000..6228de62b0f9c196b2d0bc2e0d397729fc7bdab1 --- /dev/null +++ b/datasets/443795.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9aa6fa1be173f1b2a5f3a77c939432c21c5cb37ee409357e2cbf23f54edaa3b +size 16773120 diff --git a/datasets/444255.tar b/datasets/444255.tar new file mode 100644 index 0000000000000000000000000000000000000000..7db936791dd928d3e072d5f66812286d26e36e27 --- /dev/null +++ b/datasets/444255.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a876ad8ccd69e08d3f2e028bdc38c32e27c8a9557fff10ad3fd14c0d51e32bb +size 4710400 diff --git a/datasets/444260.tar b/datasets/444260.tar new file mode 100644 index 0000000000000000000000000000000000000000..2fce547bd076b5b626bf7a9c8543ef91a457b69d --- /dev/null +++ b/datasets/444260.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a016400291369e193af0e4bb594c516e5fe45057ce1cb9bd835d80dc707206 +size 8140800 diff --git a/datasets/444672.tar b/datasets/444672.tar new file mode 100644 index 0000000000000000000000000000000000000000..f12fb119b193ffba205c53692343262c7a2d33a3 --- /dev/null +++ b/datasets/444672.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee536f01e5ef97551aa9b12b4bed0fb06f9e7a96fc7a4bb4236566c6790a25c +size 552960 diff --git a/datasets/444947.tar b/datasets/444947.tar new file mode 100644 index 0000000000000000000000000000000000000000..cb5d29d4fd336ea086d2c4f0f51c68f48c132582 --- /dev/null +++ b/datasets/444947.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e119ab9ab68b9881e242fa4c0af76d23f79953b820032737357e4c49ac3693b +size 61992960 diff --git a/datasets/444957.tar b/datasets/444957.tar new file mode 100644 index 0000000000000000000000000000000000000000..dccea9e599575126b1f6e00fdd923a0ecec896c1 --- /dev/null +++ b/datasets/444957.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:576586b8ca91d3d97358343b78e3e4671651a72b0e79bff05670a4d344cf0f3f +size 44369920 diff --git a/datasets/444975.tar b/datasets/444975.tar new file mode 100644 index 0000000000000000000000000000000000000000..76f2186cbd80458c05bcaa58bfe70b25e72333b5 --- /dev/null +++ b/datasets/444975.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8eaed94dcb1c09e2cea8d82078ee688ee378b7a23a6be9c3217a1c3d6787820 +size 61122560 diff --git a/datasets/445133.tar b/datasets/445133.tar new file mode 100644 index 0000000000000000000000000000000000000000..b4140dd048d8cf18862d435400c6116602647a33 --- /dev/null +++ b/datasets/445133.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f128336d0569a6bb792847415a4991c68b615275568721fad7d0aac174fa6f99 +size 552960 diff --git a/datasets/445142.tar b/datasets/445142.tar new file mode 100644 index 0000000000000000000000000000000000000000..982969627878061295fc5eb6b9fceede9d122547 --- /dev/null +++ b/datasets/445142.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e2876ddf1839d7221871bb8ded6c8711746c5a69c8e9f32672a72f4e5942eb5 +size 1044480 diff --git a/datasets/445333.tar b/datasets/445333.tar new file mode 100644 index 0000000000000000000000000000000000000000..6131cb17e51b94a81901a6f65b45ffd04e2e886f --- /dev/null +++ b/datasets/445333.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5522523d4cf67db4d2cbfea5c23fe78bb30d66019c299054a7e72ef8db494f0b +size 12615680 diff --git a/datasets/445409.tar b/datasets/445409.tar new file mode 100644 index 0000000000000000000000000000000000000000..c5b508bd14916cc5dd6713c3ea96512ce357ecba --- /dev/null +++ b/datasets/445409.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d565ebf93db1ef038a4e87f3e038e5da55bdf162737e05e22c6fd39a6e55e2 +size 7997440 diff --git a/datasets/445490.tar b/datasets/445490.tar new file mode 100644 index 0000000000000000000000000000000000000000..26f22e2b45b41f5232dca4064c6b560cdc395d47 --- /dev/null +++ b/datasets/445490.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6610a2fcf9de01549a1f9cabf251e3bf442efb9b579094500e264cf0b6f9cb20 +size 56657920 diff --git a/datasets/445508.tar b/datasets/445508.tar new file mode 100644 index 0000000000000000000000000000000000000000..dcd3317fd419dd0a97f3259158e3f0fa78ce5240 --- /dev/null +++ b/datasets/445508.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:411aaadb85ef92a63c06f85c0ef4c3255095ec2a7b6984a4b95b013af8cc1baa +size 563599360 diff --git a/datasets/445532.tar b/datasets/445532.tar new file mode 100644 index 0000000000000000000000000000000000000000..f6f2659ab85f363130b9cb7071e26dcf5db05cab --- /dev/null +++ b/datasets/445532.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68c55170931a5cf8eb8a554da1703ea540fc711f6f8f76cc3045c4db8d654bb +size 1392640 diff --git a/datasets/445990.tar b/datasets/445990.tar new file mode 100644 index 0000000000000000000000000000000000000000..811ce19972673dabf2852ab59a27276d9dc53d60 --- /dev/null +++ b/datasets/445990.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a963395ee5fb44d472aaba96256a280b7747f2dada70d3b04157633e9096f7 +size 36730880 diff --git a/datasets/446021.tar b/datasets/446021.tar new file mode 100644 index 0000000000000000000000000000000000000000..58121e3cc90f2c1d7d9cb806a220fb2d483986fa --- /dev/null +++ b/datasets/446021.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdbf284d74f91c183cb052e7dcf111ef4e39bed6a7bc85c2be67ceaf712fcec5 +size 890880 diff --git a/datasets/446044.tar b/datasets/446044.tar new file mode 100644 index 0000000000000000000000000000000000000000..21b892a50926db4270cbc0d41b35e1e081e6d35d --- /dev/null +++ b/datasets/446044.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f3db0859147cfb24f3d4068f9e5a68e0b4c4038fa5c9fe4402132e1f161e6aa +size 3287040 diff --git a/datasets/446089.tar b/datasets/446089.tar new file mode 100644 index 0000000000000000000000000000000000000000..6f8457eea72c8f2ce75eecfba29968ab25c6a6b3 --- /dev/null +++ b/datasets/446089.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302ade19baf555c81e1a1047219ca5597386cf8444027c81329688e93245b229 +size 2160640 diff --git a/datasets/446093.tar b/datasets/446093.tar new file mode 100644 index 0000000000000000000000000000000000000000..101e65d650ea6b953e1026e77034d3661e318f56 --- /dev/null +++ b/datasets/446093.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f812f18d2ef12a6c29684f84fa088bbbd1c0c58c27986c68f219c0be869b5e85 +size 225280 diff --git a/datasets/446256.tar b/datasets/446256.tar new file mode 100644 index 0000000000000000000000000000000000000000..d0b824a4c63923290638124c781c8b6c0e223d20 --- /dev/null +++ b/datasets/446256.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4119bbd8f80b3b6249b81e9a8bb55b2f92bc04b4d29bed1fce8526a1ffda7d05 +size 3973120 diff --git a/datasets/446267.tar b/datasets/446267.tar new file mode 100644 index 0000000000000000000000000000000000000000..97042a2a0521868d2cb50cc5a2160ab15b6a14e9 --- /dev/null +++ b/datasets/446267.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec20f719eba32fb80189a93c5c9089e0da1c12f923cab72dbfc865bb74e4e990 +size 14141440 diff --git a/datasets/446438.tar b/datasets/446438.tar new file mode 100644 index 0000000000000000000000000000000000000000..dc7eadf0c499d68be7f24e0c7d3e1bbc90acfe7a --- /dev/null +++ b/datasets/446438.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b57de92224c8ccb786fe21da65963c50bb58b9a7e83bb1823b6490c77930a565 +size 1853440 diff --git a/datasets/446527.tar b/datasets/446527.tar new file mode 100644 index 0000000000000000000000000000000000000000..7773d33f85085d50f342c71a59e387b286299d55 --- /dev/null +++ b/datasets/446527.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10fa35573c4eb5905ce22454895b8421a43f529dd859bd0bd9d88dafb357e4ed +size 50094080 diff --git a/datasets/446581.tar b/datasets/446581.tar new file mode 100644 index 0000000000000000000000000000000000000000..b15f9c148a7afe70f594388ef62087d0c08cf65a --- /dev/null +++ b/datasets/446581.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e4999726069574e1666bfd5a30b7dbd0912c1f3be2ad9447d2a87873e367eb7 +size 38000640 diff --git a/datasets/446605.tar b/datasets/446605.tar new file mode 100644 index 0000000000000000000000000000000000000000..448ed9ade6e6be487c398d12b14b6c566722cd70 --- /dev/null +++ b/datasets/446605.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eaaaabd7c76fa8d1e8b6bcb848f9e7f206f2a2d39a393267a091d30059e75d6 +size 55060480 diff --git a/datasets/446650.tar b/datasets/446650.tar new file mode 100644 index 0000000000000000000000000000000000000000..e60dba3ff4308e11689c3c8b924f6e9570355599 --- /dev/null +++ b/datasets/446650.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8824278a952869c02eaf94828343d598babe5fe11de640651f0023013fefd53 +size 61614080 diff --git a/datasets/446686.tar b/datasets/446686.tar new file mode 100644 index 0000000000000000000000000000000000000000..ae12edfc0168cdeb415070ccb91044fa96691812 --- /dev/null +++ b/datasets/446686.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3ef887d1ed030306af4cd10ec10479a23bd719be41a26019b2d4c8f42f45d92 +size 2170880 diff --git a/datasets/446708.tar b/datasets/446708.tar new file mode 100644 index 0000000000000000000000000000000000000000..08157f1975b924189c8c4c8f550f356870ab663b --- /dev/null +++ b/datasets/446708.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc5515cd9b93154860f233856dd8f473074381c9a6665bc368d97e12911d75f0 +size 55357440 diff --git a/datasets/446806.tar b/datasets/446806.tar new file mode 100644 index 0000000000000000000000000000000000000000..fafef087513bc523a42503f152d9a54600daaf25 --- /dev/null +++ b/datasets/446806.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a09fcc949df75ad643b65d03d6fc697c06c062b6a6ad21e1ac023bcf0424c292 +size 191385600 diff --git a/datasets/447094.tar b/datasets/447094.tar new file mode 100644 index 0000000000000000000000000000000000000000..aef304ca0d7fd847595fde4c20c13c12b60743ae --- /dev/null +++ b/datasets/447094.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be000bf8257aabbf74aa0f157fa367628212d488706c30c9e89c959e84f9b79 +size 11868160 diff --git a/datasets/447251.tar b/datasets/447251.tar new file mode 100644 index 0000000000000000000000000000000000000000..34eb4f5a1d34a1a67ea1240f53ef25975a8ad857 --- /dev/null +++ b/datasets/447251.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa28fad07c5ff5e97ad63756ffdae0238d8f3ebaf4a020982d68362ff8355571 +size 1536000 diff --git a/datasets/447333.tar b/datasets/447333.tar new file mode 100644 index 0000000000000000000000000000000000000000..ad016591dbca6c58d22481ab3c6c38d76984c5ab --- /dev/null +++ b/datasets/447333.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a22b80260f1ce9761a5708a82be19746218a9c91d9461d77877135b54685f1 +size 6205440 diff --git a/datasets/447389.tar b/datasets/447389.tar new file mode 100644 index 0000000000000000000000000000000000000000..378e12ab4d22818f9270e3a8d9b1096cfcf7b416 --- /dev/null +++ b/datasets/447389.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d5e345054e944d35f6cd4a65899fb58058a5eacdeb139524ee27aa5f37b40a5 +size 78489600 diff --git a/datasets/447473.tar b/datasets/447473.tar new file mode 100644 index 0000000000000000000000000000000000000000..5b7d3d0066b46606c2c072920abc1b409d33446f --- /dev/null +++ b/datasets/447473.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b82d1bf7d85d4c588c79642bbee80b10d2bfd311d9231dd62a0b974855c3637 +size 18094080 diff --git a/datasets/447502.tar b/datasets/447502.tar new file mode 100644 index 0000000000000000000000000000000000000000..da34e05dd2e2ceae283315ed407ac662af4aebce --- /dev/null +++ b/datasets/447502.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3efb50de858f4f5c55088427c848b3ce19e448e58e2487785338d2a07b719fb +size 11458560 diff --git a/datasets/447592.tar b/datasets/447592.tar new file mode 100644 index 0000000000000000000000000000000000000000..a3b0d298bdfe187ad7e07608e8d6900f02a1863e --- /dev/null +++ b/datasets/447592.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2918dcb490fd6833b1e5c4e37c8361829e45c135f15784c3bc1c9050629d2f6 +size 378880 diff --git a/datasets/447883.tar b/datasets/447883.tar new file mode 100644 index 0000000000000000000000000000000000000000..2633c1937fbb184c73a54408c1a6183016103478 --- /dev/null +++ b/datasets/447883.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794305874629c359f5d7bca8a681eb854e352f37793db25fdf1644fc0b0402a4 +size 6400000 diff --git a/datasets/448142.tar b/datasets/448142.tar new file mode 100644 index 0000000000000000000000000000000000000000..29ac33b0859881e2d785d6fc94b283eedd06ebc8 --- /dev/null +++ b/datasets/448142.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cfccf2351e27637acab23d6feb2159ca46ac9dac2228a9098ab49efdf85c5f0 +size 120760320 diff --git a/datasets/448162.tar b/datasets/448162.tar new file mode 100644 index 0000000000000000000000000000000000000000..1f04416fabf13c7f241f256e992b4b41aeae329e --- /dev/null +++ b/datasets/448162.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95fb7fbb9e0c60e044f1a0994e3b790c38143578cdb9a16659f3c5be3b4dccb +size 7301120 diff --git a/datasets/448567.tar b/datasets/448567.tar new file mode 100644 index 0000000000000000000000000000000000000000..d621639f4194f7504e79f47c1904b288cda1a824 --- /dev/null +++ b/datasets/448567.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d3777c495d1b526cb8510202b6332c94ec261df102b04dacd61deef892e677c +size 30156800 diff --git a/datasets/448826.tar b/datasets/448826.tar new file mode 100644 index 0000000000000000000000000000000000000000..ed63e1f932ad773dd9ac062be1482ddaac723824 --- /dev/null +++ b/datasets/448826.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4305d3ab48eabcaff30ebc637e7213bd26e680bbafc9b3128ff5b137c73f46 +size 6287360 diff --git a/datasets/448916.tar b/datasets/448916.tar new file mode 100644 index 0000000000000000000000000000000000000000..d88ecc367827e5546f49cc36ba8a0672c0096135 --- /dev/null +++ b/datasets/448916.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63509f0d707ff1809aebd32e3b6d495690f1274f660eb88d75da31564a7fd3d3 +size 22097920 diff --git a/datasets/448951.tar b/datasets/448951.tar new file mode 100644 index 0000000000000000000000000000000000000000..848576699c70ecf7445c4072bd6c98b3c68ca64a --- /dev/null +++ b/datasets/448951.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c20653dee0573213fc984a2b2ea60eaced1acc50450a4b964dd47ef17ffc925 +size 13004800 diff --git a/datasets/449076.tar b/datasets/449076.tar new file mode 100644 index 0000000000000000000000000000000000000000..64721e7e7a7a56ef69e09a88d2521edbab47bac6 --- /dev/null +++ b/datasets/449076.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69f2266c8bfd561d21a1003bcc9354ebb2b8dc2879462625910c5c187a222b7d +size 1996800 diff --git a/datasets/449190.tar b/datasets/449190.tar new file mode 100644 index 0000000000000000000000000000000000000000..681bb9a7b4e391d23bc6b1f7a12364ed245caa07 --- /dev/null +++ b/datasets/449190.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb23673a18f198591361520f7cc0fab1fe518d8120c6baec3d9ba7c316fd77d6 +size 54026240 diff --git a/datasets/449204.tar b/datasets/449204.tar new file mode 100644 index 0000000000000000000000000000000000000000..5d7db209ba9d411d28852434689238687a1d1cb9 --- /dev/null +++ b/datasets/449204.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b4119cd0ad400e01eef58cbcc61e8e5aece28b0dadf8b262379c7d4b68ef59e +size 155576320 diff --git a/datasets/449273.tar b/datasets/449273.tar new file mode 100644 index 0000000000000000000000000000000000000000..459674fb061b1b6e45e1e879229a520547a0228a --- /dev/null +++ b/datasets/449273.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:171dbd109a3da00fc1bcbd472b1ba0ff0c7cc12b4304e5943a63e7572231c746 +size 67317760 diff --git a/datasets/449279.tar b/datasets/449279.tar new file mode 100644 index 0000000000000000000000000000000000000000..6dbe04bd7a539a09f0a42191091bd3ab2beb54e3 --- /dev/null +++ b/datasets/449279.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f2ac4224975d9355be35b89939a1d108a49c53009b65d5fb1ac28fc2f329ba +size 10526720 diff --git a/datasets/449498.tar b/datasets/449498.tar new file mode 100644 index 0000000000000000000000000000000000000000..eac8b3b5836c389af6ca3715c9d61636273b3786 --- /dev/null +++ b/datasets/449498.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d57ef5d32c5a1fcc6f09729783eb5279bb5412dc4df4202a91a862b578331674 +size 12124160 diff --git a/datasets/449772.tar b/datasets/449772.tar new file mode 100644 index 0000000000000000000000000000000000000000..7cc9e6b32c6bd0f3e0a79bdd190e1a8141ba4bff --- /dev/null +++ b/datasets/449772.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:542dc304c9910651a2cfa6708ab237ccff22d25f54b7ac146d0344896f25e4fe +size 2365440 diff --git a/datasets/449899.tar b/datasets/449899.tar new file mode 100644 index 0000000000000000000000000000000000000000..870e4862ee15bbe8bff59922e04dcd3be844facb --- /dev/null +++ b/datasets/449899.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e6921ff8723d1e56341b88e5c278c2a7bb5f10b406148166f62db67c6ffe1e +size 24657920 diff --git a/datasets/449956.tar b/datasets/449956.tar new file mode 100644 index 0000000000000000000000000000000000000000..bb458ad5bd9c204a16ae0ef9a53bb545faeb45f7 --- /dev/null +++ b/datasets/449956.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4665b1c1414141baafc035c4e28728c8d87cd332a224b41123d8c1a535cc5c21 +size 8591360 diff --git a/datasets/449980.tar b/datasets/449980.tar new file mode 100644 index 0000000000000000000000000000000000000000..41c61cf6c5adc49d36a04c376962006804ffc06f --- /dev/null +++ b/datasets/449980.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995e073948d05d25503bef999ef08818552862d112e6fec101c8ce05043412ac +size 1863680 diff --git a/datasets/450150.tar b/datasets/450150.tar new file mode 100644 index 0000000000000000000000000000000000000000..5c71d8c0fdfd353cd065b739cddcfd7fd815667b --- /dev/null +++ b/datasets/450150.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:683dea6942bb52d8601bb0e62ce602a0389e55151a8c7a9dd8911bea3f5beba4 +size 4864000 diff --git a/datasets/450182.tar b/datasets/450182.tar new file mode 100644 index 0000000000000000000000000000000000000000..ba2b9034a7ae74949f910dd21739068eb39bb52b --- /dev/null +++ b/datasets/450182.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14a800859b243b16d4917ab4b85ab65a9162c61c3ad95034df7ebb99e00f5e63 +size 1986560 diff --git a/datasets/450738.tar b/datasets/450738.tar new file mode 100644 index 0000000000000000000000000000000000000000..6d88ca277fbc44c7919a80694935881a2fa1617e --- /dev/null +++ b/datasets/450738.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:329cc4ad22a4b2ae6987262ac00c24d542b4853a1c583ac4563371d3f065a6ac +size 8939520 diff --git a/datasets/450922.tar b/datasets/450922.tar new file mode 100644 index 0000000000000000000000000000000000000000..cb773924c0a7c816a159a3fef3ec153c3cc641a6 --- /dev/null +++ b/datasets/450922.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab8954c4bb4b213cbb09c12197557abc8ac35a0b5c7af850d1011492b1dc927d +size 2795520 diff --git a/datasets/450969.tar b/datasets/450969.tar new file mode 100644 index 0000000000000000000000000000000000000000..025c3142c093ad89809bb2d596e48a3682e6adf1 --- /dev/null +++ b/datasets/450969.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:286b32a2ee43ec4d7fab0a6d141ac93432424cde11c9a772c4ed553e4336ddcc +size 1638400 diff --git a/datasets/450994.tar b/datasets/450994.tar new file mode 100644 index 0000000000000000000000000000000000000000..df4f4c6a988112105637f3b9fa7aa0c8741d050b --- /dev/null +++ b/datasets/450994.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82e0cf3d6bcfdb15d9df7ee2f405dffd4907f50c86c4866502b9cd24c67c35e +size 3061760 diff --git a/datasets/451336.tar b/datasets/451336.tar new file mode 100644 index 0000000000000000000000000000000000000000..23b2d3a712aaaf93ddb30767d1451093fcf436ff --- /dev/null +++ b/datasets/451336.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e6ce614dac28958d4f700b76f719d5dd7f8e0ad627f966d196618c4a373b0b4 +size 9461760 diff --git a/datasets/451345.tar b/datasets/451345.tar new file mode 100644 index 0000000000000000000000000000000000000000..2d37eee4c4fef15b6c50694411b9c6fd7f2088ec --- /dev/null +++ b/datasets/451345.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fadb91070526188005dc4a305b02e913eea0c90dac01d905f90dd4477100362 +size 5918720 diff --git a/datasets/451570.tar b/datasets/451570.tar new file mode 100644 index 0000000000000000000000000000000000000000..2f52a28c75b2e8445357909195094df3c18ff252 --- /dev/null +++ b/datasets/451570.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a21424cac59c64ce0d3504a4c1652855ec980d5c1e0ee11621dea677d690e75 +size 10762240 diff --git a/datasets/451806.tar b/datasets/451806.tar new file mode 100644 index 0000000000000000000000000000000000000000..88f73a2955670361360b63bed16addb45db35724 --- /dev/null +++ b/datasets/451806.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:581e6995300c33f681e7e3d301b83d1026376fca245602a21d6f445a04877967 +size 8540160 diff --git a/datasets/451863.tar b/datasets/451863.tar new file mode 100644 index 0000000000000000000000000000000000000000..8edf5f0daf8035fabca2eb0220832c39db88ad57 --- /dev/null +++ b/datasets/451863.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f660fc2347abb653bdcb07bce35a5fdcd159d497a291540e3309f3b5f3b8a623 +size 29071360 diff --git a/datasets/451890.tar b/datasets/451890.tar new file mode 100644 index 0000000000000000000000000000000000000000..38412c5636845e0bd58faeb6c5c2ff1db09e5002 --- /dev/null +++ b/datasets/451890.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13ed50e02138edfbcf08cd807f6f65a15998986a3aace78af190e876f8005924 +size 9502720 diff --git a/datasets/452080.tar b/datasets/452080.tar new file mode 100644 index 0000000000000000000000000000000000000000..c4360afa57a5505e29969945e22bc56942589457 --- /dev/null +++ b/datasets/452080.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f105abc8b045f875300e79493aa7b557197123876dceab4a154e64cb3673dfc +size 19077120 diff --git a/datasets/452126.tar b/datasets/452126.tar new file mode 100644 index 0000000000000000000000000000000000000000..db3fe7a7687d3f71d90b284f341f17632b38f17c --- /dev/null +++ b/datasets/452126.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8461549b397136e7d44854232b73842cf91f2f180c324f7d0e2008ed32054e7 +size 53790720 diff --git a/datasets/452240.tar b/datasets/452240.tar new file mode 100644 index 0000000000000000000000000000000000000000..3b3aa1f7a4b71884220000879e6f7e12d54e00c5 --- /dev/null +++ b/datasets/452240.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc4fd1656e70900a53e6066c7b71fcb600258184d39118e87b9329f5f1232be +size 2805760 diff --git a/datasets/452584.tar b/datasets/452584.tar new file mode 100644 index 0000000000000000000000000000000000000000..2936375e69aa0a6798275dca0dca037e0fef91bc --- /dev/null +++ b/datasets/452584.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:086fd23eb3b925f398603a805497d85aaf8f4cd9be87c0f82606496956cae8b6 +size 17633280 diff --git a/datasets/452681.tar b/datasets/452681.tar new file mode 100644 index 0000000000000000000000000000000000000000..9615f5534027288373f63a8c61660510b6f838b0 --- /dev/null +++ b/datasets/452681.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a1f7c4373e39f6f14bdb0924ab66212a4d1ce638ab8b5674d18b39c239d289 +size 10280960 diff --git a/datasets/452840.tar b/datasets/452840.tar new file mode 100644 index 0000000000000000000000000000000000000000..99719db8d11e13ca7016b165a0407898606bc4d9 --- /dev/null +++ b/datasets/452840.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65fe77f0b955c541baf2d6b3cbfc1e8e41576fc3ce7f845e5844ce1ddb115dfc +size 22026240 diff --git a/datasets/453054.tar b/datasets/453054.tar new file mode 100644 index 0000000000000000000000000000000000000000..37d51171b07eee366fb2644afb327eb162e607d1 --- /dev/null +++ b/datasets/453054.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc825032c0e5f92c0239b6f501fc92268f45fb22d3a5d7e07a7d92ca52e7a6e +size 6082560 diff --git a/datasets/453196.tar b/datasets/453196.tar new file mode 100644 index 0000000000000000000000000000000000000000..14771d1bacdaafe76b350ae25e2ae7b46e3cb245 --- /dev/null +++ b/datasets/453196.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6caabfe7c00411571f83775390fb0defad3960af7b1983ac040f9f74b9f292b4 +size 17459200 diff --git a/datasets/453399.tar b/datasets/453399.tar new file mode 100644 index 0000000000000000000000000000000000000000..7d5f4d86fb0eb977a37e761def7d8f670f2fd71c --- /dev/null +++ b/datasets/453399.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef3f8b9f77ce711d7c3b3af3cc99dce661eeb4c12abed894f081d4c8071a75fc +size 389120 diff --git a/datasets/453426.tar b/datasets/453426.tar new file mode 100644 index 0000000000000000000000000000000000000000..9adab6298e922532c4504fb188cd6d8f4120882c --- /dev/null +++ b/datasets/453426.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:444746dce26605689ac89ba9c3e2698f44b672f09ac249a87736aa4a989b405b +size 3082240 diff --git a/datasets/453476.tar b/datasets/453476.tar new file mode 100644 index 0000000000000000000000000000000000000000..ed8ca323fa9796384f996237e1a21d3078140fdf --- /dev/null +++ b/datasets/453476.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c9c429e0b7e2709a247da3b99cd542c23568ac8972df433b320a8d8db87c50 +size 25047040 diff --git a/datasets/453596.tar b/datasets/453596.tar new file mode 100644 index 0000000000000000000000000000000000000000..757442313bda9294c67c9fcb62d4024cc2315ea8 --- /dev/null +++ b/datasets/453596.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f54147323111358b711e7f04da3d81675dde119d1368ef04fb98147cb7a241 +size 6789120 diff --git a/datasets/453964.tar b/datasets/453964.tar new file mode 100644 index 0000000000000000000000000000000000000000..bdec0c3fb3d2aaa2235acf62df2deeb758c30062 --- /dev/null +++ b/datasets/453964.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:088074d3c5c992138a575ad0b59dc08978a2e0d02e1fd54b2b837f6ee9dd0d99 +size 112640 diff --git a/datasets/454113.tar b/datasets/454113.tar new file mode 100644 index 0000000000000000000000000000000000000000..7965f4800ca74c7a6b540c8a1fc143b9fb740cce --- /dev/null +++ b/datasets/454113.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c607cb2ef8d44b5eec2ddfdf007922418d1116679a6a4ca19c211997b828e7f +size 20357120 diff --git a/datasets/454115.tar b/datasets/454115.tar new file mode 100644 index 0000000000000000000000000000000000000000..3bc23ee16493475d2b660a2ba6a71048d0cd4762 --- /dev/null +++ b/datasets/454115.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f261ef2f672843b177211823c511b792b0fbc7daddbedf8e26911df3709324af +size 9697280 diff --git a/datasets/454275.tar b/datasets/454275.tar new file mode 100644 index 0000000000000000000000000000000000000000..260a8e2744bf647024fb6752c61c93c480dee5f9 --- /dev/null +++ b/datasets/454275.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c31223e13edb03640235f61569b20e5962abf82f9afd41f9fc7e9113ce571a6 +size 20469760 diff --git a/datasets/454341.tar b/datasets/454341.tar new file mode 100644 index 0000000000000000000000000000000000000000..3dd747736aec5a20874b9c6c213ceef9836a0de5 --- /dev/null +++ b/datasets/454341.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b02d8971dc2fb25cb404926f50f73561b3c60e591fba96388249ae188cb283cb +size 1218560 diff --git a/datasets/454745.tar b/datasets/454745.tar new file mode 100644 index 0000000000000000000000000000000000000000..85c43179b8dbe9d82c990ff11d6d39fe615761db --- /dev/null +++ b/datasets/454745.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f34e8293dccd0c144c9d47414cfc2335c3a82fa6c204d669c93dfb6ca3f0129 +size 32808960 diff --git a/datasets/454944.tar b/datasets/454944.tar new file mode 100644 index 0000000000000000000000000000000000000000..e26bdc08fa12db9181350e7065b73e33c99bbd39 --- /dev/null +++ b/datasets/454944.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25da6c8adc76aab31d58610ab8f09b868965bd3b1f8c14a043695415bf2bf71 +size 737280 diff --git a/datasets/455381.tar b/datasets/455381.tar new file mode 100644 index 0000000000000000000000000000000000000000..569238c52c03119acc3e200e8e8a4ab29c716b26 --- /dev/null +++ b/datasets/455381.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1524d11c7bfa5ab2d53b329bd8994a0dedbc7a55c6dabc51be7994abe470ecf0 +size 4597760 diff --git a/datasets/455464.tar b/datasets/455464.tar new file mode 100644 index 0000000000000000000000000000000000000000..7fc4b4fd24bc6c044dc4b919b641cf8f0e105b53 --- /dev/null +++ b/datasets/455464.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a395720b9003c446212dc4682af63d04178488c277bbe6571212945faae00e7 +size 8089600 diff --git a/datasets/455513.tar b/datasets/455513.tar new file mode 100644 index 0000000000000000000000000000000000000000..5fadabcba93b827e5ed4c02e67bf370b8b0e86a6 --- /dev/null +++ b/datasets/455513.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664f5e39b54cef286638547f335292b7b42a9d552b41034ebaccd6faf475c7f0 +size 8355840 diff --git a/datasets/455521.tar b/datasets/455521.tar new file mode 100644 index 0000000000000000000000000000000000000000..73cc0b8ac04652f27bf89d3659218d45715c0f31 --- /dev/null +++ b/datasets/455521.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09a9a479128cc51ab08eba713a9834c9824835fab66e9ab488196dff25ec968 +size 962560 diff --git a/datasets/455645.tar b/datasets/455645.tar new file mode 100644 index 0000000000000000000000000000000000000000..d548bead5e92bc6704a9731b0db5661f58fac89d --- /dev/null +++ b/datasets/455645.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87eaa068518cd3baa3cc8636438377aa66b79a5e7e10d0cc1fbb594773992434 +size 1075200 diff --git a/datasets/455755.tar b/datasets/455755.tar new file mode 100644 index 0000000000000000000000000000000000000000..0785d6c3e95e04e9344a8e28424e1f2187afe0e9 --- /dev/null +++ b/datasets/455755.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:953cd341c7a000f58a1e4f34ed8f495221ee8f2a54b2147e7266b89a971836f3 +size 8519680 diff --git a/datasets/455768.tar b/datasets/455768.tar new file mode 100644 index 0000000000000000000000000000000000000000..2b1a8b5f87e86610d7bba238dcf819d932510a99 --- /dev/null +++ b/datasets/455768.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e16c4a531b4091a547782fa05b19c1da408f355195a06ac3c5d618cf794872a +size 3522560 diff --git a/datasets/456128.tar b/datasets/456128.tar new file mode 100644 index 0000000000000000000000000000000000000000..2141fb7f2971223d5e4b95b8969a6da180d25645 --- /dev/null +++ b/datasets/456128.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd4ee25162c8a95809a73dc653933b9dd64e827000b41ae90e3f7716e212980 +size 34764800 diff --git a/datasets/456137.tar b/datasets/456137.tar new file mode 100644 index 0000000000000000000000000000000000000000..a0c0079ea7901bc0b48596b2e5bebf4c6a372a3e --- /dev/null +++ b/datasets/456137.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1504aba0c24bfc219a3903a8cf1ad7654d916573efbb29e76e4ff9ceb0a72491 +size 11223040 diff --git a/datasets/456970.tar b/datasets/456970.tar new file mode 100644 index 0000000000000000000000000000000000000000..1440270672b43d9f1dde7227311042117a063529 --- /dev/null +++ b/datasets/456970.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117bec474e89ced37f2be2447feb221c5ff4df5ec19ebe7f88bded9e16cc1043 +size 153600 diff --git a/datasets/457022.tar b/datasets/457022.tar new file mode 100644 index 0000000000000000000000000000000000000000..ce77726542666d21204cc21036748c29579eaeb5 --- /dev/null +++ b/datasets/457022.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b0b8a9ab92f9c8ab0705eb790fd4ccdcafd4f919ed27fcfccc97a1a3691fa8 +size 13537280 diff --git a/datasets/457224.tar b/datasets/457224.tar new file mode 100644 index 0000000000000000000000000000000000000000..542fb90cfc2876c1239feb12d9704c3b45a0cf50 --- /dev/null +++ b/datasets/457224.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e158ab37040aa3ec995b58818ac60980e4d66c03903f6cdefda55c5d9331c73 +size 9379840 diff --git a/datasets/457295.tar b/datasets/457295.tar new file mode 100644 index 0000000000000000000000000000000000000000..22859e1d22aae30d9b01b7c850e7513078676145 --- /dev/null +++ b/datasets/457295.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28bb4134fe5d29e0d99d92b077471ab7ce7dcbdc75c7a8249ddac0c38bcd6dc5 +size 993280 diff --git a/datasets/45732.tar b/datasets/45732.tar new file mode 100644 index 0000000000000000000000000000000000000000..4f12261bd9784b3ceb5e6c8682e7945a152e1e3a --- /dev/null +++ b/datasets/45732.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:112b4627d8c8e49ba8c24a8b4a0d2f6d863c7f0ea3d9fb74b2f4e62e860cd598 +size 671549440 diff --git a/datasets/457422.tar b/datasets/457422.tar new file mode 100644 index 0000000000000000000000000000000000000000..c02ce297720603b533276a777d9859204e3979de --- /dev/null +++ b/datasets/457422.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a226c2c6e665d268d72a9dabe8e448765a26c4e86d0133c05a7f481dfc4c0ab0 +size 225280 diff --git a/datasets/457445.tar b/datasets/457445.tar new file mode 100644 index 0000000000000000000000000000000000000000..c06dcaf7a863800099af5e645479d316132f5d0c --- /dev/null +++ b/datasets/457445.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f8844f8cff3c2d2576ddf3b2f3e65b2ef404bbb51b6c869c753c310ad6dadc5 +size 1167360 diff --git a/datasets/457827.tar b/datasets/457827.tar new file mode 100644 index 0000000000000000000000000000000000000000..6edbd850cad2f38a2a4fe9c24241b9be951f2e81 --- /dev/null +++ b/datasets/457827.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:653da0fa6009dee265d8927762b881d3828c6ec7dfe0bbd5c237f2420f964aa2 +size 21422080 diff --git a/datasets/457886.tar b/datasets/457886.tar new file mode 100644 index 0000000000000000000000000000000000000000..32b6c01e236ffc4cbf5119305acbd0fa112e9402 --- /dev/null +++ b/datasets/457886.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:437581c848be76c41da68e88a08535abbca3dd6835dd50fd2eb9d50c3a7c465b +size 124784640 diff --git a/datasets/457967.tar b/datasets/457967.tar new file mode 100644 index 0000000000000000000000000000000000000000..821c378b1b0c75c7258dc68b47dcd8d7635c2381 --- /dev/null +++ b/datasets/457967.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5edcbf2a85254b0453ca97570a4162448f0b1dd59c90af716923d7e480f8f79 +size 6297600 diff --git a/datasets/458005.tar b/datasets/458005.tar new file mode 100644 index 0000000000000000000000000000000000000000..7b760e7f785aefeaed030af6d3aa51eb250165fa --- /dev/null +++ b/datasets/458005.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ee02e2bccc54fbabff967dae956381f20425af33a676e678c7b10378b0b2bdf +size 6215680 diff --git a/datasets/458037.tar b/datasets/458037.tar new file mode 100644 index 0000000000000000000000000000000000000000..cad885ce59d7e1277d55fd3a76a3692d9e844cb7 --- /dev/null +++ b/datasets/458037.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd3c6851932320e05b5ebb823ce2436a5ed831c71d443546d364dd234a2c175 +size 31508480 diff --git a/datasets/458126.tar b/datasets/458126.tar new file mode 100644 index 0000000000000000000000000000000000000000..c2ec81a873acc6f74c12a2287ba0d36956aed65b --- /dev/null +++ b/datasets/458126.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e86ef947aa539796105275e72cad40e77641a32d4d632f4b774e1774be1cf5cf +size 31508480 diff --git a/datasets/458270.tar b/datasets/458270.tar new file mode 100644 index 0000000000000000000000000000000000000000..c814d6a86fb5850052fe1930112b74a7465e6f4b --- /dev/null +++ b/datasets/458270.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce1324bdd76e2be43b9da3f808a1fca1328c448792dc2322c6eb7f9917b1c283 +size 27258880 diff --git a/datasets/458445.tar b/datasets/458445.tar new file mode 100644 index 0000000000000000000000000000000000000000..15ec295b52e8f3d7db4496cfdcc30a8899606e75 --- /dev/null +++ b/datasets/458445.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39a066a5780d0c04ae0a7c5a59af6f7cb6fdde5056cc2f90a5d9a853743e034 +size 9000960 diff --git a/datasets/458546.tar b/datasets/458546.tar new file mode 100644 index 0000000000000000000000000000000000000000..8a41ac77e9bfef9edfcb0f0be24dfdd12d5ea0db --- /dev/null +++ b/datasets/458546.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ca47cb8134ba481dbdae519727f3991917c9a2cb6b3993452d2fe33c73705c +size 8509440 diff --git a/datasets/458556.tar b/datasets/458556.tar new file mode 100644 index 0000000000000000000000000000000000000000..6ea40f660bf9f8e463a866be6d3132233a6b1f3a --- /dev/null +++ b/datasets/458556.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2d7ecdd9ffa1b5cf7a5b82cae876e7398b6545126a6b033b028a35b620cc839 +size 117565440 diff --git a/datasets/458923.tar b/datasets/458923.tar new file mode 100644 index 0000000000000000000000000000000000000000..a95da51bfa9acd57b85d8d0751646a895702ccbd --- /dev/null +++ b/datasets/458923.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c158921989fdfaf4cf8f95047d0308f0d353a96afb6b499fa9e822a72a0ab61e +size 1505280 diff --git a/datasets/458932.tar b/datasets/458932.tar new file mode 100644 index 0000000000000000000000000000000000000000..7e2300fea8eb018e1b13b5110d0ab2e4e3e9909a --- /dev/null +++ b/datasets/458932.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a4bc28ba8fcffc4c369d54bb81a7ff0a4b4a9e91ede23513d8a51edc475b555 +size 2181120 diff --git a/datasets/459074.tar b/datasets/459074.tar new file mode 100644 index 0000000000000000000000000000000000000000..e77ef04ae929fc292955b521794cf2fd9cfaa578 --- /dev/null +++ b/datasets/459074.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d327c84093f59aa599ae3a28337c6069337db7cad52e9014319b1e3ccabcdbd6 +size 3911680 diff --git a/datasets/459118.tar b/datasets/459118.tar new file mode 100644 index 0000000000000000000000000000000000000000..bedb009536b10239ead840edbbc3e8d2acc646c1 --- /dev/null +++ b/datasets/459118.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:644ff31d9e698deb21d7185ca17693d5d29a5ccbf132b3496c73b61cda325d6f +size 2467840 diff --git a/datasets/459317.tar b/datasets/459317.tar new file mode 100644 index 0000000000000000000000000000000000000000..3249214e6cd06c4c3262d63b069ce982fd5bc243 --- /dev/null +++ b/datasets/459317.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b355636aea834c3e863497935b66786659ca094bfa81c260d95130f792c05a +size 8642560 diff --git a/datasets/459592.tar b/datasets/459592.tar new file mode 100644 index 0000000000000000000000000000000000000000..78f970e2c9356f4a5d56df21a8f72b1e9c15da67 --- /dev/null +++ b/datasets/459592.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa8205c4b3228def099f9594082444873e65ae99a38d0a0ed33e1c071f2ab40 +size 22169600 diff --git a/datasets/460029.tar b/datasets/460029.tar new file mode 100644 index 0000000000000000000000000000000000000000..46786902a674dab2df2a4100beeadb698b1daf7d --- /dev/null +++ b/datasets/460029.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198394d5f2c4a6e9f4a37f014e94489539cc7bd097580b3dc34948936810bb10 +size 8140800 diff --git a/datasets/460326.tar b/datasets/460326.tar new file mode 100644 index 0000000000000000000000000000000000000000..7fb4167e32358eb67098ab156ef7e245c3da189e --- /dev/null +++ b/datasets/460326.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf5201a6cfbf9869a0cb170f1cb33d72322be10e5f4099b210180bcb35b8456 +size 9318400 diff --git a/datasets/460476.tar b/datasets/460476.tar new file mode 100644 index 0000000000000000000000000000000000000000..9bf2f4000df57f8c1415caebeaa2f4294261247f --- /dev/null +++ b/datasets/460476.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb61043e9cd1724f12939ee1cf36bf45dec59f021ccdde32a97a23fabbcf052 +size 14141440 diff --git a/datasets/460666.tar b/datasets/460666.tar new file mode 100644 index 0000000000000000000000000000000000000000..f8ece59c09458f755a23341e7728c8291b81f948 --- /dev/null +++ b/datasets/460666.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:440fc2d4864e9741dfe978e2ebed83614a91d8a8e01c23c31da23dd8e72dca45 +size 12984320 diff --git a/datasets/460699.tar b/datasets/460699.tar new file mode 100644 index 0000000000000000000000000000000000000000..aeb81254a5a61eba763266684c53c610c2c7afc7 --- /dev/null +++ b/datasets/460699.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a6a16141b56918eaef36576c1addda5c54a1759975075b5ee51072a383f266 +size 48640000 diff --git a/datasets/460705.tar b/datasets/460705.tar new file mode 100644 index 0000000000000000000000000000000000000000..550f958bb455c4c5de8b82f71ad4377918468a2b --- /dev/null +++ b/datasets/460705.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c703ebaf784fdc97a59817e4ae4a7213f66913f15cc3805aa60e217661d97bd3 +size 16906240 diff --git a/datasets/460715.tar b/datasets/460715.tar new file mode 100644 index 0000000000000000000000000000000000000000..daa7b49f784676b4743eafee6f648059af2d9c41 --- /dev/null +++ b/datasets/460715.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc240252489877d8d240cdb112fa20835be300c1941c9c7f390be9ffac1208f5 +size 1628160 diff --git a/datasets/460717.tar b/datasets/460717.tar new file mode 100644 index 0000000000000000000000000000000000000000..a05a0e80ea48eb9811a95fd7d7c86795452224c5 --- /dev/null +++ b/datasets/460717.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9abbae4f7ca1395d60a1dede31801c79e33dc2d6a0c62f2dd8b5c201190d414 +size 1505280 diff --git a/datasets/460919.tar b/datasets/460919.tar new file mode 100644 index 0000000000000000000000000000000000000000..f643a665a3603ceb47e058b23de71b03b6ec0465 --- /dev/null +++ b/datasets/460919.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ee860c1083cfad5fae1dc4843c8505dcb12341b5a0de30b94bc0ac48b317fe +size 8673280 diff --git a/datasets/460987.tar b/datasets/460987.tar new file mode 100644 index 0000000000000000000000000000000000000000..1a6347a02f2727f6cadc878d175364f7adf06780 --- /dev/null +++ b/datasets/460987.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51db2d3e3626bd67f7a26e08d307861e1aefe3ef3d9ec1884b649662ee6380e5 +size 68167680 diff --git a/datasets/461163.tar b/datasets/461163.tar new file mode 100644 index 0000000000000000000000000000000000000000..cd9eafb033fe5c4479c2f6260405dd976fefc830 --- /dev/null +++ b/datasets/461163.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4cfbe9eedd0320070325932e0941a83e07e9a83aa0fd726d6622437e380fbf1 +size 5519360 diff --git a/datasets/461194.tar b/datasets/461194.tar new file mode 100644 index 0000000000000000000000000000000000000000..3662717061016b0fe918d2a3f5eb5da04a80efb6 --- /dev/null +++ b/datasets/461194.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7018e4b059eb1826ca8b319fd363fb45ad103e9367a8ce575e25bf281ae1d5f +size 3604480 diff --git a/datasets/461364.tar b/datasets/461364.tar new file mode 100644 index 0000000000000000000000000000000000000000..78558a7079cf20b751f12837cde3b17c67fc9b28 --- /dev/null +++ b/datasets/461364.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e5d8aac1cc5d6ff2677295456df6f7efed375a5f9a1be60785f3cd4ce2c1bd +size 7383040 diff --git a/datasets/461498.tar b/datasets/461498.tar new file mode 100644 index 0000000000000000000000000000000000000000..d10a660f85e1827c21a45d815e5bbbd175785741 --- /dev/null +++ b/datasets/461498.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4ace0484d805a99d77047d7a5b6345207e0ce27c102a42fa85c7d99003e5e4 +size 6553600 diff --git a/datasets/461657.tar b/datasets/461657.tar new file mode 100644 index 0000000000000000000000000000000000000000..5ac3a76d078b8d66c124b5f8d765d35a623c9774 --- /dev/null +++ b/datasets/461657.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4d08a21b06008c5f3f85207a9f5383e495e0081df1e427db621220b3da41da +size 8734720 diff --git a/datasets/461664.tar b/datasets/461664.tar new file mode 100644 index 0000000000000000000000000000000000000000..e32f19b3fc7dc4b2b01722509b740fec4cb63037 --- /dev/null +++ b/datasets/461664.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9414ce681a4d9f1bd8261562894ad7b74d4efcc07d8c17d722f12ccb706ccf9 +size 7874560 diff --git a/datasets/461747.tar b/datasets/461747.tar new file mode 100644 index 0000000000000000000000000000000000000000..44dc72f650525cdb80d75b0736ffc211312d5c6a --- /dev/null +++ b/datasets/461747.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2979b92190ca5d9c16d1e5cba39145cd6d0c4dbe57d0edd6ada7ff356971bbb8 +size 102400 diff --git a/datasets/461795.tar b/datasets/461795.tar new file mode 100644 index 0000000000000000000000000000000000000000..6372cd3aab8aefcc6ebd8264cf062308bc28947a --- /dev/null +++ b/datasets/461795.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc40627214a81b082625c23cd4f2dec873d671c6bff745df1b5ebe3ccb45ad25 +size 16332800 diff --git a/datasets/461943.tar b/datasets/461943.tar new file mode 100644 index 0000000000000000000000000000000000000000..3de76817f07d74215cdd82e591592ce71e08f6d1 --- /dev/null +++ b/datasets/461943.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca3fc53d4c1addf1f89d6ec6763c33a41d8d003de24127e2dcea997d07126d5 +size 1003520 diff --git a/datasets/462178.tar b/datasets/462178.tar new file mode 100644 index 0000000000000000000000000000000000000000..5be725f707c6b24429ec8fd7d8e90852b0430b19 --- /dev/null +++ b/datasets/462178.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf880850ac4a42be6ab4a74c471be2ba166ad2a73dbba29c3b9ef4a7ca011fd +size 1392640 diff --git a/datasets/462184.tar b/datasets/462184.tar new file mode 100644 index 0000000000000000000000000000000000000000..40bb18c1a69667b5ee95d80850f6a7d3201855e4 --- /dev/null +++ b/datasets/462184.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e54090a3406091348fd7b5ed7fa031e6bb7b8f1fda50d1bba9c9b8fba9ba7f +size 13557760 diff --git a/datasets/462257.tar b/datasets/462257.tar new file mode 100644 index 0000000000000000000000000000000000000000..b2f066bad6ac22976b640c15547b490d0aaca1fc --- /dev/null +++ b/datasets/462257.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17bd831b31fc36aa8adb69e128c7db4d912e362bdac33ebbd75317c4bd236b31 +size 1198080 diff --git a/datasets/462272.tar b/datasets/462272.tar new file mode 100644 index 0000000000000000000000000000000000000000..d0455fe545a0723517e44fefee717412707dce9a --- /dev/null +++ b/datasets/462272.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c756799ea89f88403e5ba0492c3474db3f350c0f3303f415fc0e35ecdf2643 +size 8806400 diff --git a/datasets/462835.tar b/datasets/462835.tar new file mode 100644 index 0000000000000000000000000000000000000000..7f5ec1741727521904fb7d8b47cb5ee03041c8b6 --- /dev/null +++ b/datasets/462835.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a138ae52b0868a393bd5a73131288f2ed7d4aa9f2df1d4ca24b2127893d19697 +size 16906240 diff --git a/datasets/462854.tar b/datasets/462854.tar new file mode 100644 index 0000000000000000000000000000000000000000..8a8fd7a4b9b61aad382dc95aee3fa26c9cd62b40 --- /dev/null +++ b/datasets/462854.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:172b0b514d5f9af49bd8dad74b80d529f065d6fe568aa058bb22182ddad8c5b1 +size 5529600 diff --git a/datasets/462857.tar b/datasets/462857.tar new file mode 100644 index 0000000000000000000000000000000000000000..d6beeff5c47730c129bf6c09d5981d74d9e145b4 --- /dev/null +++ b/datasets/462857.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6cf13844b4ff22e1654621c404ba463ca210337fac7250b55b76bea76f9738a +size 9390080 diff --git a/datasets/462877.tar b/datasets/462877.tar new file mode 100644 index 0000000000000000000000000000000000000000..d9cbe48d8a9b7a3daeca1decad7b79cd89019ef5 --- /dev/null +++ b/datasets/462877.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15970a836dd1ff05010238ffb28a083cdc8cd71a6866bbb1e86d04ea7f86cf99 +size 7342080 diff --git a/datasets/462940.tar b/datasets/462940.tar new file mode 100644 index 0000000000000000000000000000000000000000..275ae0731eeb06470ce6a5b17f51f33e9d24e408 --- /dev/null +++ b/datasets/462940.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db22733910f0ee7922c81708cc3e2c6b94ffcf0b7ce11caa5b43e15f84fc7cd8 +size 9062400 diff --git a/datasets/463275.tar b/datasets/463275.tar new file mode 100644 index 0000000000000000000000000000000000000000..3ef6d104d739dbbb1d871892541cc05264f0e3a2 --- /dev/null +++ b/datasets/463275.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f37e3a5a1b49727146a7dbbcae98375da58257a02522f6babad105fc920a08 +size 1638400 diff --git a/datasets/463406.tar b/datasets/463406.tar new file mode 100644 index 0000000000000000000000000000000000000000..8505ce00715cc7522ae399054e978c014de2e310 --- /dev/null +++ b/datasets/463406.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c90820480c3e2c8c445410c87566134e10437d0ae560209015c85946c1bdd8c +size 3747840 diff --git a/datasets/463453.tar b/datasets/463453.tar new file mode 100644 index 0000000000000000000000000000000000000000..9ba062c3c8f2aa29388837a96f4b84f006d67204 --- /dev/null +++ b/datasets/463453.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5ab154003124f0d41a8e9082f42c0def5f302f2742bac154fd2e89f6bfee513 +size 880640 diff --git a/datasets/463553.tar b/datasets/463553.tar new file mode 100644 index 0000000000000000000000000000000000000000..84fa4aae6c9dc6bbd9ed7316b9a623a98b312ef3 --- /dev/null +++ b/datasets/463553.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b742f922123aeb55fe7369d666a04f76ee8bf849e539ead9220367feb851d01d +size 71680 diff --git a/datasets/463569.tar b/datasets/463569.tar new file mode 100644 index 0000000000000000000000000000000000000000..c9ef06d1b03982f5290005acb6c0adc446c9cc66 --- /dev/null +++ b/datasets/463569.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72bab043d7cad4c962c073bdc3c1cade0a9d24cf36a5a02640550a1b8777df14 +size 1218560 diff --git a/datasets/463687.tar b/datasets/463687.tar new file mode 100644 index 0000000000000000000000000000000000000000..8ba0e240c15b71e34f36fb9bc24714a0851a9dfc --- /dev/null +++ b/datasets/463687.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737725fbf086320fb6603816686cc458aaf038091472886504624f4319ea4619 +size 1146880 diff --git a/datasets/463742.tar b/datasets/463742.tar new file mode 100644 index 0000000000000000000000000000000000000000..83b0a1e1a63c579218dafcde62f6a528d8aac7eb --- /dev/null +++ b/datasets/463742.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49719d4f2ee42f8a2caea1eda30d5b7d592e23131a6a8b2c8c71c2fc462d56ff +size 1597440 diff --git a/datasets/463816.tar b/datasets/463816.tar new file mode 100644 index 0000000000000000000000000000000000000000..ef202a8f04252360bd427e763ca51d915bd377e3 --- /dev/null +++ b/datasets/463816.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f21e69b2492296de6e946f010bb3df3fc35b7f5dda21bea7edfb5672059499ed +size 8417280 diff --git a/datasets/463819.tar b/datasets/463819.tar new file mode 100644 index 0000000000000000000000000000000000000000..0f2a8d15465b6fa1c33b55b0495a62870ab95f02 --- /dev/null +++ b/datasets/463819.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82b4bff759962c186ee248cea71a1e15d2e94dff33e3cf2e8f8d59498549572 +size 10567680 diff --git a/datasets/464454.tar b/datasets/464454.tar new file mode 100644 index 0000000000000000000000000000000000000000..6d3e42c50287e239e99717bf08a7dc4b704a9964 --- /dev/null +++ b/datasets/464454.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b48b72ce0f8381358568eb74bf986ca6639dfb50540eefe7b8708221dca131 +size 2969600 diff --git a/datasets/464460.tar b/datasets/464460.tar new file mode 100644 index 0000000000000000000000000000000000000000..ccbc3ece6ec4d710d372804021dfdca134b29ca2 --- /dev/null +++ b/datasets/464460.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07223887ea4af03e492c3e8eb18a4139383980595985abb5fd14427c48c78494 +size 122880 diff --git a/datasets/464558.tar b/datasets/464558.tar new file mode 100644 index 0000000000000000000000000000000000000000..bda4a5cb4001ebae7425387a349a4a8104c5d497 --- /dev/null +++ b/datasets/464558.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23364830a3cf611d1761ad77a6dfe60b3de69b0617489a83fe4cd4580ac97cf6 +size 1597440 diff --git a/datasets/464599.tar b/datasets/464599.tar new file mode 100644 index 0000000000000000000000000000000000000000..f1107676df5845bf407c5aeb486f47ce3c587332 --- /dev/null +++ b/datasets/464599.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af8aa7c4f40d1c1c973e56c0f9c0c572ca26c477eabe8b14c30e34b202eee4d2 +size 37232640 diff --git a/datasets/464615.tar b/datasets/464615.tar new file mode 100644 index 0000000000000000000000000000000000000000..f80d3f27a9fa203ba0d4a1fca2b14cc3b113a05c --- /dev/null +++ b/datasets/464615.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fdd05929d7435c0ebb9a2233095544131dd698de4a1a90f84478990bc29458e +size 1474560 diff --git a/datasets/464919.tar b/datasets/464919.tar new file mode 100644 index 0000000000000000000000000000000000000000..548bf0dea7f2639d3c929aaec001777ed729aba6 --- /dev/null +++ b/datasets/464919.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:099b607dad31e286ea729141565f0f50b91a225c43c1d99871a51b5c1284e402 +size 399360 diff --git a/datasets/464936.tar b/datasets/464936.tar new file mode 100644 index 0000000000000000000000000000000000000000..2469dc6149e5e60f59258c6242efd0c609bdebde --- /dev/null +++ b/datasets/464936.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:465c19dfe6cac0671ed641bdbb23a38ab7e50884b353355070192922ab72ab1a +size 2580480 diff --git a/datasets/465127.tar b/datasets/465127.tar new file mode 100644 index 0000000000000000000000000000000000000000..505f5434bc0df64fe2123a0e1b583e76a000d35d --- /dev/null +++ b/datasets/465127.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1782ff6f105e50c56746bb3812eabeb12c30e2bdba8b8ef261ce9affc35a03ce +size 4669440 diff --git a/datasets/465298.tar b/datasets/465298.tar new file mode 100644 index 0000000000000000000000000000000000000000..c5a2a503f552d4b901b4930a54349d59fe92ddab --- /dev/null +++ b/datasets/465298.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e2e13c5353c828ff1e68f923a2f56bdc7fce731dd865b3e9b638e2e77244fd +size 18544640 diff --git a/datasets/465341.tar b/datasets/465341.tar new file mode 100644 index 0000000000000000000000000000000000000000..81403c931c75cc5a20835478f5bdbf9fb4164c09 --- /dev/null +++ b/datasets/465341.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41886896a2f56c18870c87615dd738096e0e1603117479eb41bbfa015a0b977 +size 174080 diff --git a/datasets/465362.tar b/datasets/465362.tar new file mode 100644 index 0000000000000000000000000000000000000000..a7b64f84011b5aa3d11472c7d3482f9835ef8f59 --- /dev/null +++ b/datasets/465362.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06437442861e2d6639fb8ce7a99c32e6a31f2ff84eb081c06c285b45d4278255 +size 2232320 diff --git a/datasets/465473.tar b/datasets/465473.tar new file mode 100644 index 0000000000000000000000000000000000000000..2b4916c98f8dc51c07ba5eb812f89ef5b6103b9a --- /dev/null +++ b/datasets/465473.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c5cd262f44ce7a9600ba282f0b5a9258dce065eafb1f8d1e1192ed8c89ab01 +size 102400 diff --git a/datasets/46557.tar b/datasets/46557.tar new file mode 100644 index 0000000000000000000000000000000000000000..9a0379576d920feb8538729a0abb14461e88035b --- /dev/null +++ b/datasets/46557.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e99bcfe6b66eb95a831be08df1aa5381394d9da9c567dc0309150c259542c0 +size 727040 diff --git a/datasets/465593.tar b/datasets/465593.tar new file mode 100644 index 0000000000000000000000000000000000000000..be5469ddc6320a211acdecc91ebf2f0365aef28f --- /dev/null +++ b/datasets/465593.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72d79dd3be2356632cf9f2953fc66a3727abb8dfd0e64a9ad4de8d6437fde80 +size 9103360 diff --git a/datasets/465820.tar b/datasets/465820.tar new file mode 100644 index 0000000000000000000000000000000000000000..b055277b685d85dc2fd9d032386816efbd121b68 --- /dev/null +++ b/datasets/465820.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:343f30fda9c0cfe2f683646430b04578d3d13d4f9b9cb4fa8b5ea5f65e55b00d +size 10915840 diff --git a/datasets/465927.tar b/datasets/465927.tar new file mode 100644 index 0000000000000000000000000000000000000000..60ae9e955350c103bf18ca15a5c4ec6eca23907a --- /dev/null +++ b/datasets/465927.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90115e925b844cf002772fa73b46ebb6184b988b0de2762c1d1c6f8ff2d2cc5f +size 12451840 diff --git a/datasets/46609.tar b/datasets/46609.tar new file mode 100644 index 0000000000000000000000000000000000000000..35ae8d0ffa576784728162b4db76f7e382a53660 --- /dev/null +++ b/datasets/46609.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722afd32dfd825e518c6d5a3f727ec3df38d0721b04f55605478028ba24f985b +size 727040 diff --git a/datasets/466509.tar b/datasets/466509.tar new file mode 100644 index 0000000000000000000000000000000000000000..0ab63f8f36ea8211efd7c7ebc00c72bbfac54d2a --- /dev/null +++ b/datasets/466509.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491c7b9e838c930fac8185009ac31422b67a344b5a92349a0eee3723e910f60d +size 11796480 diff --git a/datasets/466520.tar b/datasets/466520.tar new file mode 100644 index 0000000000000000000000000000000000000000..ca32cf9cdfd84bc10b8e540c96bf4274e3e3fd84 --- /dev/null +++ b/datasets/466520.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb0a6264dfa443914c210e1ce4ef5606e4ef23c9af9910f21e1a9c8273f0259 +size 10209280 diff --git a/datasets/466523.tar b/datasets/466523.tar new file mode 100644 index 0000000000000000000000000000000000000000..319c414cf46add188ba9ac8a125c76158dfa4abf --- /dev/null +++ b/datasets/466523.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fbd2e85cd72c2e59932d9243868f050223253cde04c1ea341dccb1da8f6bb36 +size 4485120 diff --git a/datasets/466526.tar b/datasets/466526.tar new file mode 100644 index 0000000000000000000000000000000000000000..8e9d76637de8a0c5d410820222183ad4bf0c7419 --- /dev/null +++ b/datasets/466526.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24fc353a41f99c077618721c8eb09cf3a847648c495deaadcfdcde276578fd8 +size 6758400 diff --git a/datasets/466629.tar b/datasets/466629.tar new file mode 100644 index 0000000000000000000000000000000000000000..8f046071e0bb447138a7922f07daf08978c6c3db --- /dev/null +++ b/datasets/466629.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7733d05e948ba9630372eba70ec0d2d6d9c80a42e81762f135f77f3a0c82011f +size 8130560 diff --git a/datasets/466690.tar b/datasets/466690.tar new file mode 100644 index 0000000000000000000000000000000000000000..09ab9c48276549aa3ea78bd45a43c6ad1883d9c5 --- /dev/null +++ b/datasets/466690.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db9f0723adb9a846417d8c18fed79451dd2508cb40b56f21f81a66afe3c6db31 +size 1607680 diff --git a/datasets/466760.tar b/datasets/466760.tar new file mode 100644 index 0000000000000000000000000000000000000000..40566884be59cab4831924a521e68143bb28bcd8 --- /dev/null +++ b/datasets/466760.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac538bd65f24fd338e550397fea0622812b548d388dd2b16b64094c5673050d9 +size 10547200 diff --git a/datasets/466810.tar b/datasets/466810.tar new file mode 100644 index 0000000000000000000000000000000000000000..1b4e299648196eb8975f5e475b23618c910b33a2 --- /dev/null +++ b/datasets/466810.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3b2e1f4589998d4db5d8ffab46b30739ed26959889cdeb1ad292cd06a65f2d +size 7086080 diff --git a/datasets/466853.tar b/datasets/466853.tar new file mode 100644 index 0000000000000000000000000000000000000000..1dc59bc56f0062cd1199a4b569bb0834883ae0ce --- /dev/null +++ b/datasets/466853.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6ba21a8519cf9d21870a96adc76768169aefed52435bf0a46896430299147e +size 9164800 diff --git a/datasets/466881.tar b/datasets/466881.tar new file mode 100644 index 0000000000000000000000000000000000000000..b0da15b1ffd2b4a417e96325d2b7d93d7d16ab77 --- /dev/null +++ b/datasets/466881.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c897c6112a809a17c17a36ce70c5d11f0ed49919ff9e6debbd1eef8a6eadb0 +size 4055040 diff --git a/datasets/466899.tar b/datasets/466899.tar new file mode 100644 index 0000000000000000000000000000000000000000..302cf202a9d7467ad1ffde328a6bb8e68f53056f --- /dev/null +++ b/datasets/466899.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df1b283c652142391b65761bf8871c0116fe2d9417c1af7770e24f6be1da1b8 +size 8366080 diff --git a/datasets/466942.tar b/datasets/466942.tar new file mode 100644 index 0000000000000000000000000000000000000000..c928751d5518e7b9a805827894bbcbed8b789f0c --- /dev/null +++ b/datasets/466942.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56f09433e80354c107301ea836e3fe87083c5e20ba6a578f5b8fdab066f155d8 +size 8888320 diff --git a/datasets/467292.tar b/datasets/467292.tar new file mode 100644 index 0000000000000000000000000000000000000000..6ef345af8207a94d465972421e8e22b42feb2c46 --- /dev/null +++ b/datasets/467292.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d76bcccdc37073e62fa832333f5d00b95773b8028aca4c28b61ce62770729bf2 +size 942080 diff --git a/datasets/467307.tar b/datasets/467307.tar new file mode 100644 index 0000000000000000000000000000000000000000..f24892dbaa7d6202b03f529a9c9f8dbc082be3c5 --- /dev/null +++ b/datasets/467307.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b9dfdd434102dd6f730a2c28778f57f459994901d4942f078002ae7b8f67f1 +size 16117760 diff --git a/datasets/467420.tar b/datasets/467420.tar new file mode 100644 index 0000000000000000000000000000000000000000..57db738afcf662c9878d1071c7b2f96cc80b01b8 --- /dev/null +++ b/datasets/467420.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:612729429b94e1275c85cdaa1a674c1821f7c106dd68300774d4c6fc4ad83471 +size 18227200 diff --git a/datasets/467582.tar b/datasets/467582.tar new file mode 100644 index 0000000000000000000000000000000000000000..1b0d69f70fb86f1d8f2440ac6d85774442e18a85 --- /dev/null +++ b/datasets/467582.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:953624631c3a656bc1f795f2d56bf451a3a5722a4d05067a803124b39a92e2b8 +size 1003520 diff --git a/datasets/467665.tar b/datasets/467665.tar new file mode 100644 index 0000000000000000000000000000000000000000..9a031fe0e40f9155a4c216fd80954cffda8228f8 --- /dev/null +++ b/datasets/467665.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51591cb0aa8898bc3951a75799616dcc0ebe30259a098a017c789937ac4e9ff9 +size 6144000 diff --git a/datasets/467809.tar b/datasets/467809.tar new file mode 100644 index 0000000000000000000000000000000000000000..5333b115c47d0a8381095de081ef056cd49f39a7 --- /dev/null +++ b/datasets/467809.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772628b01f3c56d6d7ef19a28a0800c21b0ac7b8143a45e3ff0ac9095e04e2cb +size 3102720 diff --git a/datasets/467821.tar b/datasets/467821.tar new file mode 100644 index 0000000000000000000000000000000000000000..7cd9ca307179a24701ceb385b16d5ec0daad951b --- /dev/null +++ b/datasets/467821.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2738e11f392e12ffd085edc8bcd76b1ccd7b45b1704a70ebc4c188021eab872 +size 98263040 diff --git a/datasets/468032.tar b/datasets/468032.tar new file mode 100644 index 0000000000000000000000000000000000000000..8da302f9825b0f34efad02d186aff9ee1552f06f --- /dev/null +++ b/datasets/468032.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa894f562d83d8381e733c97fb34ba320e02b92d60787f37f4d02c92604b6fb +size 8140800 diff --git a/datasets/468258.tar b/datasets/468258.tar new file mode 100644 index 0000000000000000000000000000000000000000..2ad0e02b9a67192f2dc26b9d537800663983cb48 --- /dev/null +++ b/datasets/468258.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57bc20159f35a95d0c03c1a5649c808e4cbecd2eb74603cb4bddaee51cbed4f3 +size 13332480 diff --git a/datasets/468684.tar b/datasets/468684.tar new file mode 100644 index 0000000000000000000000000000000000000000..7c977ae528a3eb9a0df63cc9a573591ddd7bd013 --- /dev/null +++ b/datasets/468684.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54cf38198328a173683264e344302f0676f616a29c0ebdae48d6dce3427a1744 +size 8765440 diff --git a/datasets/468709.tar b/datasets/468709.tar new file mode 100644 index 0000000000000000000000000000000000000000..8273a94629f3892a031a41f8ffbb7ecaca305e60 --- /dev/null +++ b/datasets/468709.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ca69f2fdaaadd7d52e6d940a95874ca50c5a90908c9ed0f55be8d5239b7facd +size 3543040 diff --git a/datasets/468901.tar b/datasets/468901.tar new file mode 100644 index 0000000000000000000000000000000000000000..0a8ae26d8b3d26471a03afe25bf2d29133e29630 --- /dev/null +++ b/datasets/468901.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:745d32de17c11fd3ed8588f869a46eab31846e63307d5de03fb701032bcf7b03 +size 675840 diff --git a/datasets/469016.tar b/datasets/469016.tar new file mode 100644 index 0000000000000000000000000000000000000000..9ce4a6a75a9606de63213fc42c5ff4ab7a08819d --- /dev/null +++ b/datasets/469016.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e075d16cfa319dd10d01b42da0cfb0c6aa016b85c7d84dfd51c277f88c9aff +size 9400320 diff --git a/datasets/469046.tar b/datasets/469046.tar new file mode 100644 index 0000000000000000000000000000000000000000..856be9db9abe9aeb1eac9de6c4a687356313c135 --- /dev/null +++ b/datasets/469046.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a6402a4b6710c78266b1a6f0c5b3505798564851d5fa040ef54d6fffd5e4d6 +size 768000 diff --git a/datasets/469118.tar b/datasets/469118.tar new file mode 100644 index 0000000000000000000000000000000000000000..8f3b05ba665ef43e91242b4542f7753d9bd6f596 --- /dev/null +++ b/datasets/469118.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b144d31c5a8bdcf2e0a9efbd50734cfd1ca680006be8a8b0505966976d404b +size 7249920 diff --git a/datasets/469127.tar b/datasets/469127.tar new file mode 100644 index 0000000000000000000000000000000000000000..66968012fa70c86c37be763eb55c4cc085d5895b --- /dev/null +++ b/datasets/469127.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c50c0a2436eca08173c6edf1f89dcb3c417239cb2f34f2c835a6c84f82267b9 +size 2344960 diff --git a/datasets/469292.tar b/datasets/469292.tar new file mode 100644 index 0000000000000000000000000000000000000000..21b0231e86ff5ec168178c91c905841958ecd8e5 --- /dev/null +++ b/datasets/469292.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe12d04cccbd0dbac0449665a649dafb310ec80f63ad63f28cd4721a81ae7ec +size 45670400 diff --git a/datasets/469497.tar b/datasets/469497.tar new file mode 100644 index 0000000000000000000000000000000000000000..57f97530f5178ec236989ffc2745bbd0f9f2e421 --- /dev/null +++ b/datasets/469497.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13e33945216e4aac630d6ebf496ed24db1b135df4c86a2e089246d651290d945 +size 9000960 diff --git a/datasets/469526.tar b/datasets/469526.tar new file mode 100644 index 0000000000000000000000000000000000000000..7d8e54d186ce4935985ace8abfee41266ee46d2c --- /dev/null +++ b/datasets/469526.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cad448b4779fb7bf80919baf73e22c38325666f6190bd1da8f2719cb49d812ec +size 16424960 diff --git a/datasets/469754.tar b/datasets/469754.tar new file mode 100644 index 0000000000000000000000000000000000000000..aea3a91b9145153f0d2c3a2afeb1572e63743d06 --- /dev/null +++ b/datasets/469754.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5919924fe9b2874642373c542a3163bd23c952f6e4d769e4db54f818e6f67de6 +size 2867200 diff --git a/datasets/469812.tar b/datasets/469812.tar new file mode 100644 index 0000000000000000000000000000000000000000..92dff4be6473734207c0ad5716acc87ab5a8c924 --- /dev/null +++ b/datasets/469812.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:422974cb04b983499a38d02bd7955fbfc9f4c86a35b6884b6cc12dc6051ba517 +size 10311680 diff --git a/datasets/469915.tar b/datasets/469915.tar new file mode 100644 index 0000000000000000000000000000000000000000..c501d5774cea9a5a5a8afc4ea3cfbf99fcd267a7 --- /dev/null +++ b/datasets/469915.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35d8c780808abf037ee6d405582ddc93d2f7d627cc8d512e108ecb751cfbdc8 +size 409600 diff --git a/datasets/469980.tar b/datasets/469980.tar new file mode 100644 index 0000000000000000000000000000000000000000..aa1c6258f823bf1488c5a04d3687e1a8274327f2 --- /dev/null +++ b/datasets/469980.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e8bb0429281fb4712da6ff3542f469648b368f535ee61c483ddebf55d76169 +size 6297600 diff --git a/datasets/470031.tar b/datasets/470031.tar new file mode 100644 index 0000000000000000000000000000000000000000..25c3fe1a37855748057ce8cedcb3c1c6d28d4c07 --- /dev/null +++ b/datasets/470031.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a034000c95c34850098d7d01146a64b36a135960d48419741f0e22b35199e7d3 +size 440320 diff --git a/datasets/470205.tar b/datasets/470205.tar new file mode 100644 index 0000000000000000000000000000000000000000..c96c7123379065b30f0acb8896df1a8810e58520 --- /dev/null +++ b/datasets/470205.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de20fcbd84c513b13891a8a5b234c116925ba6211c3a56c29680b02c26a2787e +size 30760960 diff --git a/datasets/470295.tar b/datasets/470295.tar new file mode 100644 index 0000000000000000000000000000000000000000..424980a2ab491bb056d71b8311aebd5d354f97b2 --- /dev/null +++ b/datasets/470295.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b63ad74de4c210378b069133eb677c8fa5d1702157cc676550c55ba3d87233 +size 235520 diff --git a/datasets/470350.tar b/datasets/470350.tar new file mode 100644 index 0000000000000000000000000000000000000000..95caa4c4dc6eff6c8ccadd64614e5f566f95e7f0 --- /dev/null +++ b/datasets/470350.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae2fe067f2accbda1920015b912c8d9d9d3cd64af636344c6ad91181b7611fa8 +size 16179200 diff --git a/datasets/470372.tar b/datasets/470372.tar new file mode 100644 index 0000000000000000000000000000000000000000..3a7b2315fb0b9d5c6a42135af3811485fb213dc4 --- /dev/null +++ b/datasets/470372.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e755cb304b0168b32ed28ad79b613878b2a8e04c0d641eabda32a54f811e0d1 +size 16424960 diff --git a/datasets/470486.tar b/datasets/470486.tar new file mode 100644 index 0000000000000000000000000000000000000000..bc8287e719a89a876014aec79029ca710ba739cd --- /dev/null +++ b/datasets/470486.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86712bda397ffc8469e885ab96c1b51317ebe92701cffedfc729bdead2c40480 +size 1966080 diff --git a/datasets/470695.tar b/datasets/470695.tar new file mode 100644 index 0000000000000000000000000000000000000000..152500294e7178784871805fc6a5b292c5962b0d --- /dev/null +++ b/datasets/470695.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d36d8e10fd1bfa4bd9d81221a3e08969277c64cb792b846522674573ce2dceb +size 26081280 diff --git a/datasets/470831.tar b/datasets/470831.tar new file mode 100644 index 0000000000000000000000000000000000000000..654d8dac831072cda5a0153ca0a043eb177efeb4 --- /dev/null +++ b/datasets/470831.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d37b717412502cf11b436aa46351af23749fc16ae4c6e227b2407b702e3fec +size 9062400 diff --git a/datasets/470903.tar b/datasets/470903.tar new file mode 100644 index 0000000000000000000000000000000000000000..2b62b6830f960151d0c58a168900ca3914c5faa7 --- /dev/null +++ b/datasets/470903.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e07cb6d571bfbefac471e78c25cd67be6fea904f3d953d845a35da11b574946 +size 1792000 diff --git a/datasets/471037.tar b/datasets/471037.tar new file mode 100644 index 0000000000000000000000000000000000000000..0cff72faf471557ca159cc90f44d058fe1c47f82 --- /dev/null +++ b/datasets/471037.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811c953d0d779537c70b481635c00ec022ac4e66bac70ac7fa1ecfbfae4c90f2 +size 207185920 diff --git a/datasets/471104.tar b/datasets/471104.tar new file mode 100644 index 0000000000000000000000000000000000000000..1ca9e873592f881d564ffdaa80931656aa2bde77 --- /dev/null +++ b/datasets/471104.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e756955f5ccc7810b849364ccc9b55b99ab779d49fdeff527b93d3b5dafbd45 +size 4884480 diff --git a/datasets/471265.tar b/datasets/471265.tar new file mode 100644 index 0000000000000000000000000000000000000000..4dd8960c716de0b0414eb69e0f828a41dd07f44a --- /dev/null +++ b/datasets/471265.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8bd0e656dc25b7871f45fb202d93f2b993a0bc57fe3f101b676063f6367ba5 +size 1443840 diff --git a/datasets/471333.tar b/datasets/471333.tar new file mode 100644 index 0000000000000000000000000000000000000000..f4fac463312662b2118716c9935bdbbb6dadc924 --- /dev/null +++ b/datasets/471333.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:115781058e65f9ee5cd9b1e9b7ed34e2bb1f315f36365e97726afce973f7a08d +size 51865600 diff --git a/datasets/471562.tar b/datasets/471562.tar new file mode 100644 index 0000000000000000000000000000000000000000..81e8f41ffdf807ef8efb3fab73d976ce21307cd6 --- /dev/null +++ b/datasets/471562.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc15ef681312a08ed3e672f9f1707ddf906c83ebdc03c0b43e943f12fd38c09 +size 81920 diff --git a/datasets/471569.tar b/datasets/471569.tar new file mode 100644 index 0000000000000000000000000000000000000000..0d0e953ab13574fcaae1c8ef1c561b106687f66d --- /dev/null +++ b/datasets/471569.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e81782f1d07c0c33154f22f8080e066a94284dfaf793e52e8fb488ee1b06d0 +size 63651840 diff --git a/datasets/471604.tar b/datasets/471604.tar new file mode 100644 index 0000000000000000000000000000000000000000..344421d6158260ea0f5fc2ad607d04cd3bf8315f --- /dev/null +++ b/datasets/471604.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3073ff1088cfebcc07bf2fa7b8279989053da67524ac3414d87572b00a748a92 +size 92160 diff --git a/datasets/471715.tar b/datasets/471715.tar new file mode 100644 index 0000000000000000000000000000000000000000..1495c5c50f986e92dd647c2c778d5bab1bae7024 --- /dev/null +++ b/datasets/471715.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c6ec768a60db73f97094f1122454c646599cf653f7139fc8f11582ce7fff01 +size 42926080 diff --git a/datasets/471734.tar b/datasets/471734.tar new file mode 100644 index 0000000000000000000000000000000000000000..bf1f6ba9bb137c018f9922014fdcb1eb55ebb45c --- /dev/null +++ b/datasets/471734.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b88104cd902922dde3ed54a6c3ef69a8ca42d4b6f7f49d61b9c671a23a9f6d +size 7321600 diff --git a/datasets/472086.tar b/datasets/472086.tar new file mode 100644 index 0000000000000000000000000000000000000000..124b4ac5e3756178f9c3f64647e6ccaa71fb1b7d --- /dev/null +++ b/datasets/472086.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5885c7a3a11f181f1f57cbcf9e87d311aac19e85cdee5921a6bc8fd4a8f28f21 +size 348160 diff --git a/datasets/472088.tar b/datasets/472088.tar new file mode 100644 index 0000000000000000000000000000000000000000..17c7a503e54b3a25748fcfe7703f536da7c1995e --- /dev/null +++ b/datasets/472088.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de06da2b10ca1efddc26880fb661ef06e88fbda95b5f4580bc20057184637f84 +size 1617920 diff --git a/datasets/472104.tar b/datasets/472104.tar new file mode 100644 index 0000000000000000000000000000000000000000..80b13c5cce7a178a5c99c5bcf9994606424b8164 --- /dev/null +++ b/datasets/472104.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be99645371faabf8e902533e36025702ebdb1c11d201c771c08553458f30408 +size 706560 diff --git a/datasets/472193.tar b/datasets/472193.tar new file mode 100644 index 0000000000000000000000000000000000000000..f77343b8bd63bba53bd3f1616d31446627ea5dca --- /dev/null +++ b/datasets/472193.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d92d963ed98724426c5ac82da6f37c82932475d75f34cb209f8063da29f1dc +size 18882560 diff --git a/datasets/472205.tar b/datasets/472205.tar new file mode 100644 index 0000000000000000000000000000000000000000..240b14f6ad57a9fb84e9e81a10e1921eff5e1d4f --- /dev/null +++ b/datasets/472205.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:693f5de70355a9a1af5deb7550cb22bf901ad8d8df99f4f2c439981a69c41539 +size 19046400 diff --git a/datasets/472221.tar b/datasets/472221.tar new file mode 100644 index 0000000000000000000000000000000000000000..784b5d78eddc18b2337f8e595ddd160fc29ec925 --- /dev/null +++ b/datasets/472221.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8204ab247c001ae536d08214061a1cbc84cfc45fecda83b179d56ef2c6b9465 +size 11806720 diff --git a/datasets/472243.tar b/datasets/472243.tar new file mode 100644 index 0000000000000000000000000000000000000000..40d582b0e90c7b675f6ecb80e41ad3975d2b678e --- /dev/null +++ b/datasets/472243.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0c96c24b8b551b4b361357c07d48934f7446335713c4fe14c48c23fc0eb4cce +size 40867840 diff --git a/datasets/472312.tar b/datasets/472312.tar new file mode 100644 index 0000000000000000000000000000000000000000..640a480b18c2c568243cf3e02b28ece76e8f4745 --- /dev/null +++ b/datasets/472312.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf50ed9ce666ef137f060ec4ede5a49498890ee4a7d0ee946cd4072ea1b4f91 +size 8488960 diff --git a/datasets/472381.tar b/datasets/472381.tar new file mode 100644 index 0000000000000000000000000000000000000000..a413e9d52374eb6252e27f9cea008361a23a1811 --- /dev/null +++ b/datasets/472381.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293cf57907f777be71f747aa57ba35e5d5354bf3234fc9aee3b1827e406ec527 +size 3338240 diff --git a/datasets/472497.tar b/datasets/472497.tar new file mode 100644 index 0000000000000000000000000000000000000000..e9d763b75a32f61badfabcbb9de01b6994908b6a --- /dev/null +++ b/datasets/472497.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc45a849346ae78a147065c43d188f06d5a98f712074ab137adffabfe7cc9db1 +size 13096960 diff --git a/datasets/472740.tar b/datasets/472740.tar new file mode 100644 index 0000000000000000000000000000000000000000..0c3d50e6c33c8e259ecc944736dedf3f497cfda8 --- /dev/null +++ b/datasets/472740.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708ce2d2ef459c70eb002c57f46408f2672f9d262c1dcc7115d746a153f33419 +size 563200 diff --git a/datasets/473017.tar b/datasets/473017.tar new file mode 100644 index 0000000000000000000000000000000000000000..867edbd89b07d52e400a1fdf180f56cb918e8838 --- /dev/null +++ b/datasets/473017.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09662fb7a9236284c3709713e23aba3493ba679e71b45b755c00faca25888390 +size 4556800 diff --git a/datasets/473134.tar b/datasets/473134.tar new file mode 100644 index 0000000000000000000000000000000000000000..d4c4412fb28cb1ae5ba8e87126f499ccfc6cf7b1 --- /dev/null +++ b/datasets/473134.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f61525bf18f21646dee91135366c8ace3c14c11bebb2149a4a3d45d5d6354f9b +size 2611200 diff --git a/datasets/473168.tar b/datasets/473168.tar new file mode 100644 index 0000000000000000000000000000000000000000..81640504becb8f57d92bf0dcfb4cafd90f27e3fa --- /dev/null +++ b/datasets/473168.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d80da037ccda285ca3806cd018562b4da1ecffaacbfe14b653a25bb4867da9d +size 2734080 diff --git a/datasets/473492.tar b/datasets/473492.tar new file mode 100644 index 0000000000000000000000000000000000000000..58aca1372d71d3c9cbbe5a1f9aeb82f9f47e1c7d --- /dev/null +++ b/datasets/473492.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a413a2708e556e768f4dc6c7ae40e96b77859e47976ecd79c03df65b1c72fbf8 +size 5836800 diff --git a/datasets/473603.tar b/datasets/473603.tar new file mode 100644 index 0000000000000000000000000000000000000000..1fcea1912fda9909d5abd14ffa8ca91d3e9a3f0d --- /dev/null +++ b/datasets/473603.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01297da1218da7e1f4740c31c8c3e782df893479e38a6660d216c935bef3baf1 +size 7301120 diff --git a/datasets/473702.tar b/datasets/473702.tar new file mode 100644 index 0000000000000000000000000000000000000000..7e23c8466e0236d4454331d500c53fe9b9b89259 --- /dev/null +++ b/datasets/473702.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac4a957a9d8f169294ea9736d53d9e353328cf3ee3d3367a2f2825013f21840 +size 11089920 diff --git a/datasets/47375.tar b/datasets/47375.tar new file mode 100644 index 0000000000000000000000000000000000000000..1e07cb62ef69eba09b391abda8c90352eaaea8a1 --- /dev/null +++ b/datasets/47375.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d39fd7a5b688457d2174e7dfb83b0770e20128af920634efe1900d80796f5e +size 3379200 diff --git a/datasets/473821.tar b/datasets/473821.tar new file mode 100644 index 0000000000000000000000000000000000000000..000de5317d67a22ad3d35787fe3f189ff7dcee0a --- /dev/null +++ b/datasets/473821.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcbc95c30b665cee0966efd7a5a257d012abe16bfa641e240047b803b6b884bd +size 8304640 diff --git a/datasets/473868.tar b/datasets/473868.tar new file mode 100644 index 0000000000000000000000000000000000000000..f7893cd27f38c51f15a78f05727a76e7b5f375c2 --- /dev/null +++ b/datasets/473868.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a21e1b2a42ebac0529af40d3593b16ab29ccf593b9033e89b2bbd9ad8309b7f +size 3102720 diff --git a/datasets/473998.tar b/datasets/473998.tar new file mode 100644 index 0000000000000000000000000000000000000000..aedd0e92f772d10b286ec82d23ae5386418df8d8 --- /dev/null +++ b/datasets/473998.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c775a097e257762d14bd706463f230529976e24e3bcdcdd770ce81d4c04d0c3e +size 35655680 diff --git a/datasets/474258.tar b/datasets/474258.tar new file mode 100644 index 0000000000000000000000000000000000000000..050af99b608511db107be83c39ca5f18c3d9b3e7 --- /dev/null +++ b/datasets/474258.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8675b0ddbd68d1d3b663c441b60e9902f5aecfc5e3cd332b084ba551f6f1c3 +size 31948800 diff --git a/datasets/47430.tar b/datasets/47430.tar new file mode 100644 index 0000000000000000000000000000000000000000..fdcde781018f6f5afa6838f743ce6ee977af038a --- /dev/null +++ b/datasets/47430.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9942af57193f68e2a3b83b6374fb7464a1e7f90382231d4fa0d144ca2042303 +size 665456640 diff --git a/datasets/474432.tar b/datasets/474432.tar new file mode 100644 index 0000000000000000000000000000000000000000..ba08b9443fe8e0b2f73b7eb9fb0cd5c52829517a --- /dev/null +++ b/datasets/474432.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca0c4722f5aab700987c9ed186aacecd65d49a2468dbeab657eeb58e9e4684a5 +size 9768960 diff --git a/datasets/474465.tar b/datasets/474465.tar new file mode 100644 index 0000000000000000000000000000000000000000..e4a4359a7d9cf7fc7362916654546f72d217036b --- /dev/null +++ b/datasets/474465.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f4bfe1ae49bb73783214cf17865b9318354162b1f786613be78255c45c1b911 +size 9553920 diff --git a/datasets/474519.tar b/datasets/474519.tar new file mode 100644 index 0000000000000000000000000000000000000000..7c856f55bd7f133719afaeda138ec6d3e3cc91a5 --- /dev/null +++ b/datasets/474519.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e565f65f84cd49b3f36aaab98398546e69607331644e67b2e9e4ee87a1139515 +size 37294080 diff --git a/datasets/474532.tar b/datasets/474532.tar new file mode 100644 index 0000000000000000000000000000000000000000..08621a225d24c4d26e76d7874d2d634376a05513 --- /dev/null +++ b/datasets/474532.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86855e115cbd6e59e37779738c360998be3d9a97fd42ae9010f107c0dfea492b +size 5570560 diff --git a/datasets/474598.tar b/datasets/474598.tar new file mode 100644 index 0000000000000000000000000000000000000000..88f215b9ec8f13313f32afdfa2d0de9db3b2550e --- /dev/null +++ b/datasets/474598.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5514c0874131e9b9857a25fa44936dd5211c0fc8f83b000cbe8590a8c351cb14 +size 8263680 diff --git a/datasets/474623.tar b/datasets/474623.tar new file mode 100644 index 0000000000000000000000000000000000000000..604fd8fbe1947b8ffff4a1663ede8d9eb50bccf8 --- /dev/null +++ b/datasets/474623.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af77e68ef2a17bd35f467dc4733b3a0d281a59f5f3edb54c55aa8c04c33aa3c4 +size 2048000 diff --git a/datasets/474663.tar b/datasets/474663.tar new file mode 100644 index 0000000000000000000000000000000000000000..a7655057388257a213823c8ceddd2995ac5a72a4 --- /dev/null +++ b/datasets/474663.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d70f325e3423f94c6a4899f7d8ae9658b13db5743ae0a0a7c115c1438ad60ed +size 79656960 diff --git a/datasets/474731.tar b/datasets/474731.tar new file mode 100644 index 0000000000000000000000000000000000000000..e64fb61547c4d6a0bb55bfecb482939d70f73208 --- /dev/null +++ b/datasets/474731.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699133e856c71416e9b77c00b5f7191966081701e36d42cac6eee5fc4159a9f1 +size 15114240 diff --git a/datasets/475614.tar b/datasets/475614.tar new file mode 100644 index 0000000000000000000000000000000000000000..8ab80f517bf358e4ae25839c9ecc7fc58a957612 --- /dev/null +++ b/datasets/475614.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ea4f046fd0d004ead6441ea2422cb52288584e9ada2d59fbbce63dfc2ccad9a +size 1331200 diff --git a/datasets/475725.tar b/datasets/475725.tar new file mode 100644 index 0000000000000000000000000000000000000000..de56f58503de08f6bd9543045e549fb40898783b --- /dev/null +++ b/datasets/475725.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650e35cba60f777fcf0368bd6c4efb662fafa6511a0c43588293c276a838879d +size 2990080 diff --git a/datasets/475755.tar b/datasets/475755.tar new file mode 100644 index 0000000000000000000000000000000000000000..75cecd142f13aba11d6d75161c905d636ed79767 --- /dev/null +++ b/datasets/475755.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b913eb94860107e287683267a507210996f2eb098ebad889bea64c740639defc +size 10731520 diff --git a/datasets/475835.tar b/datasets/475835.tar new file mode 100644 index 0000000000000000000000000000000000000000..016216999023ac7423c83d8733aa101b33a54210 --- /dev/null +++ b/datasets/475835.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e6ce51570381c4a38a2a0a91e4769ced4e4fd02b87b40a5b22c2ce55553418 +size 9420800 diff --git a/datasets/475898.tar b/datasets/475898.tar new file mode 100644 index 0000000000000000000000000000000000000000..178fc62d112ca75129fe4f01308d62bc5b08cab6 --- /dev/null +++ b/datasets/475898.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:941b5e03a87c9964f4fb789bbc611a9d0500dc4dbdc658e1d3efd23542a17e1d +size 13312000 diff --git a/datasets/475907.tar b/datasets/475907.tar new file mode 100644 index 0000000000000000000000000000000000000000..cd4ad4243d0fd515f275fc6b92c5ede8d252d056 --- /dev/null +++ b/datasets/475907.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987a232188c06c24a63b09eec7691dc5686f502ab01b428d664708406779e39e +size 13885440 diff --git a/datasets/475941.tar b/datasets/475941.tar new file mode 100644 index 0000000000000000000000000000000000000000..809ce70e27e135c2bacecda718471fdc98296262 --- /dev/null +++ b/datasets/475941.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61311fd312951ae1099725eaf5a4769e280bfb8a740a7650b550a9a103233acb +size 30126080 diff --git a/datasets/476054.tar b/datasets/476054.tar new file mode 100644 index 0000000000000000000000000000000000000000..3595b8fb828a85ff2f711f57b1572cd5401259d7 --- /dev/null +++ b/datasets/476054.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59e924ac363dcefc0edae772c4c6ef4bba8975de2b434bbefd60a291b767c7f +size 16363520 diff --git a/datasets/476130.tar b/datasets/476130.tar new file mode 100644 index 0000000000000000000000000000000000000000..6c50814b92ce1a5892058c163e08381e597368d9 --- /dev/null +++ b/datasets/476130.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89f273a859a440156abfd275616269801d2eec9a9a36d60ffeca8e6e961097a +size 2693120 diff --git a/datasets/476331.tar b/datasets/476331.tar new file mode 100644 index 0000000000000000000000000000000000000000..668446606e8dc492e295dec0a5e3e409f5ad0be7 --- /dev/null +++ b/datasets/476331.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3beb39475b1d04c76881ff06e23152528720581c8e6e4fb055907a51d5ca497d +size 22333440 diff --git a/datasets/476333.tar b/datasets/476333.tar new file mode 100644 index 0000000000000000000000000000000000000000..fe07cd74ebf8114fb603dfb159e1b4eac40ee7ff --- /dev/null +++ b/datasets/476333.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6953a6cdd0ebac57dbd2badc18fe5c0dfca4dd8529c3f1323866e0a2dba55c3 +size 839680 diff --git a/datasets/476502.tar b/datasets/476502.tar new file mode 100644 index 0000000000000000000000000000000000000000..b197f22c7168a4cad7b9cb2770c7aae01484b2ce --- /dev/null +++ b/datasets/476502.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573a3403fa25e6394b649f6d71a11d516b19355c73c9b8dbf8e81fae45743cef +size 8775680 diff --git a/datasets/476533.tar b/datasets/476533.tar new file mode 100644 index 0000000000000000000000000000000000000000..81dcc9050a20f7046309562ad9adaf509641c10d --- /dev/null +++ b/datasets/476533.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f2c815940389f41126374316d124749c3ca2f46b5246fe8487c2057e27ad147 +size 24156160 diff --git a/datasets/476595.tar b/datasets/476595.tar new file mode 100644 index 0000000000000000000000000000000000000000..884c1027ff398353a1d84796f22227e8257d7760 --- /dev/null +++ b/datasets/476595.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a229da3c26e5d49f3411429e155c235cdd11ec5cc2c27eeafbd78c87860457bb +size 1402880 diff --git a/datasets/476802.tar b/datasets/476802.tar new file mode 100644 index 0000000000000000000000000000000000000000..d632bbf62fc2dd0244ada9b2b5521abb22f1d6e8 --- /dev/null +++ b/datasets/476802.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf1a9689b9d2dcf7cd22c5ecc9009e73a4169f790ee80c1e3bf425fe89d27f8 +size 8929280 diff --git a/datasets/476826.tar b/datasets/476826.tar new file mode 100644 index 0000000000000000000000000000000000000000..a532dae163ab8f20003a2e2516ee98cf25d6adfb --- /dev/null +++ b/datasets/476826.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc4dbe62abbeecde27a90a69ca24ba6c44c5af984bbd43491e7d2de958fa59e +size 24156160 diff --git a/datasets/476910.tar b/datasets/476910.tar new file mode 100644 index 0000000000000000000000000000000000000000..df0e1a32f1a93be3ffd49a7c72279e9465c2c36e --- /dev/null +++ b/datasets/476910.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a23d45828e089739a4b4251ca25c00d17bcc8dbe107823ae016bdb64859fe5 +size 9297920 diff --git a/datasets/476950.tar b/datasets/476950.tar new file mode 100644 index 0000000000000000000000000000000000000000..3a469ceb83c3d8f1fc637275a381e441de370953 --- /dev/null +++ b/datasets/476950.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b2ae9e15af8323c5f1f87cf292e30254ca66c7eddbe0e81f0dc5af5ef6942b6 +size 3379200 diff --git a/datasets/477060.tar b/datasets/477060.tar new file mode 100644 index 0000000000000000000000000000000000000000..58f6acae6e6132e39ca867c56080a023905cbbce --- /dev/null +++ b/datasets/477060.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef53da84382c02a21da92b43cf3b83fc62e5194b70afb1afbcc5ce4ca19eb7a +size 2467840 diff --git a/datasets/477196.tar b/datasets/477196.tar new file mode 100644 index 0000000000000000000000000000000000000000..24448be882533d625195e483c6e2e203672f3a01 --- /dev/null +++ b/datasets/477196.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33567213cac7eff142de5d053e1353ef381ee32a91b32abb0a3208aa0eff3eea +size 11550720 diff --git a/datasets/477246.tar b/datasets/477246.tar new file mode 100644 index 0000000000000000000000000000000000000000..b32a7bf5c5d55fdbf836e1f24c040742cb827671 --- /dev/null +++ b/datasets/477246.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65490c7a5dfb7e01c649d160b7710c66dd220c0e7fb31ed77d208e972d25dfc0 +size 8816640 diff --git a/datasets/477324.tar b/datasets/477324.tar new file mode 100644 index 0000000000000000000000000000000000000000..f8ae73a2b3c8a7f60f64c6128e0d0cf950f098f5 --- /dev/null +++ b/datasets/477324.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfef0a59dad025b1357875df2d646a70e270e755c00915e12d46af9559d13b25 +size 17592320 diff --git a/datasets/477432.tar b/datasets/477432.tar new file mode 100644 index 0000000000000000000000000000000000000000..ce2ee7301269cd40f221de0f7add19a186e79e5b --- /dev/null +++ b/datasets/477432.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a36b98f7b1e63cc5b209c99011ddfdc3774b9306612a76334c869c79a6d994 +size 8110080 diff --git a/datasets/477552.tar b/datasets/477552.tar new file mode 100644 index 0000000000000000000000000000000000000000..2a61296ff34064eb7658c6dc5df9657b3036e6d8 --- /dev/null +++ b/datasets/477552.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9ddc57dade876665f61de943d7325bb58fa4ce182a37518d9bb3a703741ea1 +size 645120 diff --git a/datasets/477676.tar b/datasets/477676.tar new file mode 100644 index 0000000000000000000000000000000000000000..f8e103583250072271b9f7a8ee6cb79fa79b2b47 --- /dev/null +++ b/datasets/477676.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:767be0e7a7a72c4c144dd52557259f021eb5e24a2184f3a186b138d7d0a231d5 +size 2754560 diff --git a/datasets/477800.tar b/datasets/477800.tar new file mode 100644 index 0000000000000000000000000000000000000000..86274b41dc872c2ec3d287dbcb8c7899252d48bd --- /dev/null +++ b/datasets/477800.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:071c6d59a3d5863f735f195a75620b9f4a432f27b557ccdf28611971b6fe74e8 +size 30453760 diff --git a/datasets/478101.tar b/datasets/478101.tar new file mode 100644 index 0000000000000000000000000000000000000000..bc5133703988734cb1f5b37bad3ade7539d79165 --- /dev/null +++ b/datasets/478101.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18a28e00d6e45773eca5ce89d63c729ae5786602f45de58d0647a55139ea91e4 +size 8171520 diff --git a/datasets/478224.tar b/datasets/478224.tar new file mode 100644 index 0000000000000000000000000000000000000000..a141fceefc5a5db364abbbcde383424f9a86acdb --- /dev/null +++ b/datasets/478224.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e28574a65ed7084e568c3790c227e9b5371c6142d08ba4215d6d49592f77bd +size 655360 diff --git a/datasets/478369.tar b/datasets/478369.tar new file mode 100644 index 0000000000000000000000000000000000000000..f6dd2cb9605ef18f77e8935e7a53785e93c08b7b --- /dev/null +++ b/datasets/478369.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3e737bb5bb7b1aed1c74ef4000633dcd66a40a1287a749a68d181feac9a4512 +size 6553600 diff --git a/datasets/478373.tar b/datasets/478373.tar new file mode 100644 index 0000000000000000000000000000000000000000..b341df7ee16d72f54d1beb5724e55c4837b0b1c2 --- /dev/null +++ b/datasets/478373.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b56cd47db6bf8bff0ef1b2aa1c83a6fcfbc1850a7a82c900469b4e3870c4fc33 +size 21248000 diff --git a/datasets/478451.tar b/datasets/478451.tar new file mode 100644 index 0000000000000000000000000000000000000000..f845b5107957da314b8415e3006224c118514556 --- /dev/null +++ b/datasets/478451.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a86ba307797f9cfd8610026a6a7803f15b82a447fc2322b191d8a097a81d9e +size 3082240 diff --git a/datasets/478802.tar b/datasets/478802.tar new file mode 100644 index 0000000000000000000000000000000000000000..e9ba6d0e5eba9b8909a74a3351aeca581a586203 --- /dev/null +++ b/datasets/478802.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39426ebfc289580c93b0f6ee7a0bdb870c4be31b7dade2c7eec36917ce1d941b +size 778240 diff --git a/datasets/478841.tar b/datasets/478841.tar new file mode 100644 index 0000000000000000000000000000000000000000..5ae425efd4124e734cbddbf7a6429f1c408599b5 --- /dev/null +++ b/datasets/478841.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b64bb1a31bfef181cbe3bc8d10d6736a31929d921e5e0307ee000140d602a88b +size 8437760 diff --git a/datasets/479026.tar b/datasets/479026.tar new file mode 100644 index 0000000000000000000000000000000000000000..c54a3a58ea3842da5b63fc65e65cc480e6470b3f --- /dev/null +++ b/datasets/479026.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42dfecd5570f9e6a59325b0367f717b0d61037da791343b4977fd4808ff47b5 +size 2631680 diff --git a/datasets/479213.tar b/datasets/479213.tar new file mode 100644 index 0000000000000000000000000000000000000000..5ceeaaa139ec4e1696f9f5ea70ae3a3fcf2f84e4 --- /dev/null +++ b/datasets/479213.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1395c3c24127b3852fb71b07e1a2cf20e33cdc6d9b90eef1d45babe58125c8 +size 2529280 diff --git a/datasets/479325.tar b/datasets/479325.tar new file mode 100644 index 0000000000000000000000000000000000000000..12b64f9fd9d240b55ce2cae7ae8711110ee56b3f --- /dev/null +++ b/datasets/479325.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37302f14432ec266e10e2df4c23bc764949f84bfb59f9a100f182e25abd3b74f +size 174080 diff --git a/datasets/479365.tar b/datasets/479365.tar new file mode 100644 index 0000000000000000000000000000000000000000..6d2443a8dd72d71878f428ee06a6cc7b39f475ce --- /dev/null +++ b/datasets/479365.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a141396b8cb7499de49f39a9b147b7b6d04c8d0d77bbc02c916e006a406095d0 +size 5877760 diff --git a/datasets/479593.tar b/datasets/479593.tar new file mode 100644 index 0000000000000000000000000000000000000000..04318d67a432610c76394e0ba14976929212ba42 --- /dev/null +++ b/datasets/479593.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ed4e305ccd6cfe1a9a0c7e6127471313a9d54dd3f65d592cad5704e7effbc37 +size 6512640 diff --git a/datasets/479651.tar b/datasets/479651.tar new file mode 100644 index 0000000000000000000000000000000000000000..5ef16275de2551d51f6643141080c645b414cbb8 --- /dev/null +++ b/datasets/479651.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5ed48a01ca970055f4c2807699910e91b27ba09adeef30fd98915dc50f7e98e +size 1832960 diff --git a/datasets/479665.tar b/datasets/479665.tar new file mode 100644 index 0000000000000000000000000000000000000000..d804c0c8e64f1aa58be15b3165e71edc5290d650 --- /dev/null +++ b/datasets/479665.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bccd162102fac2dbc85642842321137095001ef72c77949b1dbf3b7f0ef09f1 +size 3430400 diff --git a/datasets/479672.tar b/datasets/479672.tar new file mode 100644 index 0000000000000000000000000000000000000000..a0a99e081576f0a95693ae9b6efd022b514f062b --- /dev/null +++ b/datasets/479672.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f63b73e678f73cf5b5fd81f0121c908b2f42c42e940f098dd2ac1183ba181b5b +size 9338880 diff --git a/datasets/479714.tar b/datasets/479714.tar new file mode 100644 index 0000000000000000000000000000000000000000..487f1ecb1df44c0392ea8e37f8f7ac8c631665cf --- /dev/null +++ b/datasets/479714.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ff0da260c8e538b3a96a22dcb8decab0dafa621dc049ea6a143ef87c6c75c5 +size 542720 diff --git a/datasets/479723.tar b/datasets/479723.tar new file mode 100644 index 0000000000000000000000000000000000000000..8cda9fc97210a20038a8081167d512d9cf4ea075 --- /dev/null +++ b/datasets/479723.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457537aea75165b12fce9ab71d4ee96009f5b16a85bb2d5b4d3586786f67673d +size 9041920 diff --git a/datasets/479855.tar b/datasets/479855.tar new file mode 100644 index 0000000000000000000000000000000000000000..e718902cd930a52c19432d30a7747f00dcbab418 --- /dev/null +++ b/datasets/479855.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d14a298f376c853fcdc706ec36d98d157275ddd2494c749d782436594539d84 +size 7813120 diff --git a/datasets/479894.tar b/datasets/479894.tar new file mode 100644 index 0000000000000000000000000000000000000000..25646713acdb8b5ca1336999ddaa555c7a7cff3f --- /dev/null +++ b/datasets/479894.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba762ae4122e2db0a511505595fc7e3fad5e51e553399c75e611d6fded52df5 +size 860160 diff --git a/datasets/480359.tar b/datasets/480359.tar new file mode 100644 index 0000000000000000000000000000000000000000..4610f4f69c791aa37902a9089e806db59fe87f49 --- /dev/null +++ b/datasets/480359.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:277e7c31141ae821fbffe0a47011617f31d702e7b259220f6ba4a6050683c981 +size 8345600 diff --git a/datasets/480528.tar b/datasets/480528.tar new file mode 100644 index 0000000000000000000000000000000000000000..745971f58d1eafea99541833cf3f27fd19ede6be --- /dev/null +++ b/datasets/480528.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:816014a4ff2b4cb379a848c0ad285af9cbedabcdd8337d999f033e95876f8e15 +size 2426880 diff --git a/datasets/480584.tar b/datasets/480584.tar new file mode 100644 index 0000000000000000000000000000000000000000..d6829f8ed6938fc84421ee69aabbb4ef4ef145cf --- /dev/null +++ b/datasets/480584.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2fd869309e07d73c90e5d52880a4cb55eddb4e9630ab2f718c8fd1895171f31 +size 80087040 diff --git a/datasets/480648.tar b/datasets/480648.tar new file mode 100644 index 0000000000000000000000000000000000000000..a8ccda430d64a50e867f86f537f939fb5b630ce9 --- /dev/null +++ b/datasets/480648.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6a65199dec72141ca0896e311b09f67005890711e95e3932466fd8a3dfb3460 +size 7710720 diff --git a/datasets/480744.tar b/datasets/480744.tar new file mode 100644 index 0000000000000000000000000000000000000000..e90d8c49f5cdb9a6e418ce550c52d0bb89f51268 --- /dev/null +++ b/datasets/480744.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20403c737861059b9ac95f6e7440ad814215b83a7d0fcd67edfef83245acdeef +size 4075520 diff --git a/datasets/480779.tar b/datasets/480779.tar new file mode 100644 index 0000000000000000000000000000000000000000..6255e62c668958026267db1fab7bc69010aa7ea7 --- /dev/null +++ b/datasets/480779.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2874c8185de7339e9cf69c58ee9035f5769dda4779144c11c623531151d95028 +size 1024000 diff --git a/datasets/480805.tar b/datasets/480805.tar new file mode 100644 index 0000000000000000000000000000000000000000..a32d3daa78bbf2f0bcd1f1e217733aa85df8228f --- /dev/null +++ b/datasets/480805.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367f29a59c9c47401172b5544f13263714c12bfe103f72eeb7a752d3c3e4657a +size 9144320 diff --git a/datasets/480818.tar b/datasets/480818.tar new file mode 100644 index 0000000000000000000000000000000000000000..c76ea3eedad800b534938cbf384fc6a895411ff1 --- /dev/null +++ b/datasets/480818.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d8b8bf95aabc13d2eb08bdfcf1c53c36748d923158a1176f245e3928b986701 +size 440320 diff --git a/datasets/480958.tar b/datasets/480958.tar new file mode 100644 index 0000000000000000000000000000000000000000..35bcc7d036d479a1c4a49066b74f6512456cd562 --- /dev/null +++ b/datasets/480958.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3f5a639fff11efbab9a124002ed2388a22912d22eea4808cbbef4356a1aeae +size 204800 diff --git a/datasets/481139.tar b/datasets/481139.tar new file mode 100644 index 0000000000000000000000000000000000000000..d2fd956cecadfea6ba234cbce50634bb863fcaf3 --- /dev/null +++ b/datasets/481139.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1c2ada09e660688c8ad76917e3322eda2e705d58cfc84df1be728c5f8d3ee5c +size 235520 diff --git a/datasets/481209.tar b/datasets/481209.tar new file mode 100644 index 0000000000000000000000000000000000000000..7dce8e5de2d59087b3ee903c88fa34f0af04c1ca --- /dev/null +++ b/datasets/481209.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e604fe85749dada047e8f539de8d3023968712534c6ace00ea534aaaad0a5ac +size 2201600 diff --git a/datasets/481304.tar b/datasets/481304.tar new file mode 100644 index 0000000000000000000000000000000000000000..138fb34a9b0d8583634e4c5004ad03f0f7364732 --- /dev/null +++ b/datasets/481304.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab059c6b3157ffc6adf3ba3d1c5e654eb08a7823a57ea061b6feacec248a9a25 +size 327680 diff --git a/datasets/481452.tar b/datasets/481452.tar new file mode 100644 index 0000000000000000000000000000000000000000..6d4581dd756e62441a1f2e161a9c9adf62362b98 --- /dev/null +++ b/datasets/481452.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad83ac1ab9b386f974116100dbc37ef770f4edc5a927cfecf2a474a4c561a1a +size 11550720 diff --git a/datasets/481540.tar b/datasets/481540.tar new file mode 100644 index 0000000000000000000000000000000000000000..a41f38542219237321a93ca46db3ba2b0a012dcd --- /dev/null +++ b/datasets/481540.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce01cdbc4cbd130d5fd3e29e74397f84aed01071f7a5219dc2b01c3ae3e1db5d +size 5652480 diff --git a/datasets/481584.tar b/datasets/481584.tar new file mode 100644 index 0000000000000000000000000000000000000000..4a0bdb9d2de64e6a3928a3946eb624bb9725c271 --- /dev/null +++ b/datasets/481584.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db09276a2628dd8ec7c46fa9baf8c3ab8b27b489d76da5cac59c3162019a49a7 +size 4167680 diff --git a/datasets/481642.tar b/datasets/481642.tar new file mode 100644 index 0000000000000000000000000000000000000000..5cbada7169a9644aa50fa8f2f45a73c1225da25a --- /dev/null +++ b/datasets/481642.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9202989f9899c46e5fd39af4ceb737fb5549bcd2dcd594d0cc6c5cc9788744 +size 2068480 diff --git a/datasets/481999.tar b/datasets/481999.tar new file mode 100644 index 0000000000000000000000000000000000000000..4ed376b8fae5008838ee84cb94cc8a0736be1ab6 --- /dev/null +++ b/datasets/481999.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2940c1cd23b17e5e18d4a00ef9adef564140186d0fe9abcf14c69824348b932 +size 33105920 diff --git a/datasets/482072.tar b/datasets/482072.tar new file mode 100644 index 0000000000000000000000000000000000000000..c4000038c99ce05658a3c2d82b7c42d5998bc266 --- /dev/null +++ b/datasets/482072.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d01e7a36589cf438e4095bc43a535d6ab95b930cb995ed71cccce28af4cf28 +size 8232960 diff --git a/datasets/482135.tar b/datasets/482135.tar new file mode 100644 index 0000000000000000000000000000000000000000..ce1b69c9e2ef99b87018ec58e20f6de436e9a072 --- /dev/null +++ b/datasets/482135.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09aeb00ae2474ec672d1661aff723e5e052246bf78b835a82d65081385b1b65b +size 53022720 diff --git a/datasets/482307.tar b/datasets/482307.tar new file mode 100644 index 0000000000000000000000000000000000000000..1c2829d19e8fed2ee1f5f84523fe29fd35127940 --- /dev/null +++ b/datasets/482307.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed547f9ff79915208ab2404a9e14371dbd6b106ddd4feb6dc1b7b4ba3c72e0c5 +size 4167680 diff --git a/datasets/482516.tar b/datasets/482516.tar new file mode 100644 index 0000000000000000000000000000000000000000..e7c80a174e8097678b643eba430e0306286ec151 --- /dev/null +++ b/datasets/482516.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7533b862528971ca9dd8ccafa28c967e498efbafcab2551db1759e235cbc0aa7 +size 2232320 diff --git a/datasets/482522.tar b/datasets/482522.tar new file mode 100644 index 0000000000000000000000000000000000000000..708693d87b7ebbd1be3cd3a12489374e7198c762 --- /dev/null +++ b/datasets/482522.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b87e457c0c42fa5a9e01ef697bb656e1b9cc77317d58063fbeacf86c51d34d +size 99809280 diff --git a/datasets/482580.tar b/datasets/482580.tar new file mode 100644 index 0000000000000000000000000000000000000000..a9a610ee092e0cc601c211735e44f13c771e6ff2 --- /dev/null +++ b/datasets/482580.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90fdbb58c7b0bb29a0007f0d97b418a1e04affa0ac511590e6c31f03b1ed4336 +size 10229760 diff --git a/datasets/482668.tar b/datasets/482668.tar new file mode 100644 index 0000000000000000000000000000000000000000..12e4c3a4d4185fce2e68fc463bb1bddd0bade1b9 --- /dev/null +++ b/datasets/482668.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3491f767bc97c1edf35a5f222ee15f12daa136cfc6dffb84416e79070e7ff7af +size 24924160 diff --git a/datasets/482760.tar b/datasets/482760.tar new file mode 100644 index 0000000000000000000000000000000000000000..b419a341bb702e79edd4860bba2050a68bed3651 --- /dev/null +++ b/datasets/482760.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e18bb707004cc89eb9df2add44590130833dbb290890043fb8ae0ed70217ec8a +size 11151360 diff --git a/datasets/482772.tar b/datasets/482772.tar new file mode 100644 index 0000000000000000000000000000000000000000..e2db6a3b142db148ef7dc73d436c7659b122f1dd --- /dev/null +++ b/datasets/482772.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf837639102970663f538bcdae07a7ac576dda340a752e6b52f87ab44692df0 +size 18821120 diff --git a/datasets/482946.tar b/datasets/482946.tar new file mode 100644 index 0000000000000000000000000000000000000000..6091db433d9f2932ffa1425eb2c293805b05eb6f --- /dev/null +++ b/datasets/482946.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a6e14962679c2f5f1688d2e696f39a9f0d20e19aef3050850a4b73e1fe3291 +size 9431040 diff --git a/datasets/483287.tar b/datasets/483287.tar new file mode 100644 index 0000000000000000000000000000000000000000..a9bcbedbe8ba37cb36e2512e8f4ecf413057ef3c --- /dev/null +++ b/datasets/483287.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14155755143440cf3a86741e95b9ef3c1a5461748cdba0aecaf99aee13c270d +size 15144960 diff --git a/datasets/483861.tar b/datasets/483861.tar new file mode 100644 index 0000000000000000000000000000000000000000..d8ccffc13d923cca16ae8bf27ca14c23723b7c37 --- /dev/null +++ b/datasets/483861.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14f2789ade824ab4b080127b28a37b0699d5cd765912f4f74a06a637a6a1c86e +size 15339520 diff --git a/datasets/484118.tar b/datasets/484118.tar new file mode 100644 index 0000000000000000000000000000000000000000..5f58b4b4324e161c6b032cdd526d2a7f2f1b84a5 --- /dev/null +++ b/datasets/484118.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14b54c0e93ad4ddd0da2c58e2da666c9988779372ec0930745844c64f1642008 +size 24586240 diff --git a/datasets/484236.tar b/datasets/484236.tar new file mode 100644 index 0000000000000000000000000000000000000000..8921c2ce7c45956987d7fa7271b50c4ecf1d888f --- /dev/null +++ b/datasets/484236.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf8199a4e3f4d4f07446bb94f5fba9ae3ebc1c7a65386c44b8a493e38418c5d8 +size 10659840 diff --git a/datasets/484570.tar b/datasets/484570.tar new file mode 100644 index 0000000000000000000000000000000000000000..5859d3c6c3306def6e21be75f9adcbc53804c4fb --- /dev/null +++ b/datasets/484570.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ea8d74caa7c4aaacd1d8254ce9efd1685709bdc0bfa59de15f8fd322fb86288 +size 9185280 diff --git a/datasets/484623.tar b/datasets/484623.tar new file mode 100644 index 0000000000000000000000000000000000000000..5bcccf7551533cc3130c38bffb53817b5d257445 --- /dev/null +++ b/datasets/484623.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:250ed36b92f50fbbf6acd17a90cc2539b3bbe51326effbe9ff5a385f8ad663f4 +size 42280960 diff --git a/datasets/484764.tar b/datasets/484764.tar new file mode 100644 index 0000000000000000000000000000000000000000..b1ec9518f8b64bec9e8b37d032ebf90f0df5d9f3 --- /dev/null +++ b/datasets/484764.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce807a0209804f6bb3576abca425f2a21a79ee59dc05de9715a7bcd700748984 +size 10670080 diff --git a/datasets/484847.tar b/datasets/484847.tar new file mode 100644 index 0000000000000000000000000000000000000000..e8e7cb7ec5777490724fff52c2f01eff57ff5517 --- /dev/null +++ b/datasets/484847.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db167c8e6cd3b2044a46a6886967a30962c7ed48eb854e11c48672a06244c806 +size 10659840 diff --git a/datasets/485066.tar b/datasets/485066.tar new file mode 100644 index 0000000000000000000000000000000000000000..bed3191142756ea0d68bb29adf0847443aa046a8 --- /dev/null +++ b/datasets/485066.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e79d88735e7b560b0e8fe58b2b290ee9ed1b188e77303d81b47b70f6500795 +size 1126400 diff --git a/datasets/485093.tar b/datasets/485093.tar new file mode 100644 index 0000000000000000000000000000000000000000..b7d5e8c084d2ab146d5d69e3dd87d0141a50ac64 --- /dev/null +++ b/datasets/485093.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbd3bcfb3cf1e792b4d7e8f1e0e8bd558ca6841deb32f71ac8cc74d22530d216 +size 50462720 diff --git a/datasets/485124.tar b/datasets/485124.tar new file mode 100644 index 0000000000000000000000000000000000000000..ff05cb31f39741533406ce28b76989e35fac4483 --- /dev/null +++ b/datasets/485124.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0ce1213cf208565a0a26b2fad334c1474fde2129bc476bf82c3986dae29ba2 +size 9144320 diff --git a/datasets/485188.tar b/datasets/485188.tar new file mode 100644 index 0000000000000000000000000000000000000000..47a8222a4e2d21bd2ae2e15a9c385b1c897ffd8d --- /dev/null +++ b/datasets/485188.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:109004ab618791d0fb8af692151a690f666953f414471fbb40819adbd34bb7b4 +size 5437440 diff --git a/datasets/486122.tar b/datasets/486122.tar new file mode 100644 index 0000000000000000000000000000000000000000..8877b7039016c67fc2f9c735b596acedecfd6521 --- /dev/null +++ b/datasets/486122.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5cf59bff107f2e2296eb01708dd0dd0b32883e70079317ed1ab647f33a91950 +size 11991040 diff --git a/datasets/48626.tar b/datasets/48626.tar new file mode 100644 index 0000000000000000000000000000000000000000..8443074f7d945bc6640acab4246513ce7ee1c324 --- /dev/null +++ b/datasets/48626.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9c59c9a6d6bf99c5020c7471068a178399106bd59f729974a01b2ff3ecab88 +size 7055360 diff --git a/datasets/486297.tar b/datasets/486297.tar new file mode 100644 index 0000000000000000000000000000000000000000..aad2be8e79dd46895f04573bc6e790885387780f --- /dev/null +++ b/datasets/486297.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522732c70edab9dc72e0e2e183b523ed47b9a1cb6188732b02deea4b0eae1e48 +size 12083200 diff --git a/datasets/486369.tar b/datasets/486369.tar new file mode 100644 index 0000000000000000000000000000000000000000..859fd70c934bbf137894e5ed647fe18473a1f0eb --- /dev/null +++ b/datasets/486369.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf72666f6ddfbea401f5c75072b5ece113f022f8223de9d980a3c7d90fe15a72 +size 7598080 diff --git a/datasets/486446.tar b/datasets/486446.tar new file mode 100644 index 0000000000000000000000000000000000000000..bdf6c5050e5e2cad7298d5d24558487bccad7c0e --- /dev/null +++ b/datasets/486446.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33105214647fabd5a0f3bcb1f1af32ad636b09cd653d094f6d438d72887a0795 +size 39823360 diff --git a/datasets/486616.tar b/datasets/486616.tar new file mode 100644 index 0000000000000000000000000000000000000000..e21e9f2f8be2fec8c533c9dd18d232a74f03c610 --- /dev/null +++ b/datasets/486616.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83bc4059ace11f9ae9467b948ec1f161ac9a78761fe5d640263cd14897819e86 +size 1751040 diff --git a/datasets/48669.tar b/datasets/48669.tar new file mode 100644 index 0000000000000000000000000000000000000000..6eafa6b0ecee3330cc2bc92f3f90445d664e8ff3 --- /dev/null +++ b/datasets/48669.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00991658359ac019ce58f3f913a66a488520c92c78fb299bad6fe8d9c62c9cac +size 582133760 diff --git a/datasets/487089.tar b/datasets/487089.tar new file mode 100644 index 0000000000000000000000000000000000000000..2862433360a2a3f90d8b9e8e6a6f9ab1e52f8d53 --- /dev/null +++ b/datasets/487089.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0a2cc1223d4ba3ff0ae8414d57c7facade8efce24720650c640c75833010580 +size 8232960 diff --git a/datasets/487149.tar b/datasets/487149.tar new file mode 100644 index 0000000000000000000000000000000000000000..7d6f9c52d4d3a18fe2a26c60c7e604dd43447766 --- /dev/null +++ b/datasets/487149.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d4a9e307888abbfc48d38350fc44e0791ee93fac80405b0d4f5c15759d37ccd +size 191651840 diff --git a/datasets/487245.tar b/datasets/487245.tar new file mode 100644 index 0000000000000000000000000000000000000000..e7cf0feef591cbedacb9c4d20902a5556e6a80d9 --- /dev/null +++ b/datasets/487245.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee9917bdc3df3ce970bca23108ba343c0c2b1de9a46f1258a93615451feb57d +size 266240 diff --git a/datasets/487259.tar b/datasets/487259.tar new file mode 100644 index 0000000000000000000000000000000000000000..d0c511370dbf7add1412b1fec3f54ded6ddeee82 --- /dev/null +++ b/datasets/487259.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d1b7ded016d9ce93487dd62d85651c0179f92eb5302112e95e1effcde10cb7 +size 4853760 diff --git a/datasets/487302.tar b/datasets/487302.tar new file mode 100644 index 0000000000000000000000000000000000000000..9ca9862c7e0df16421c88a2fafd9e80e3af7d31a --- /dev/null +++ b/datasets/487302.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d365232e9fa1f29ff0e5d5f4e3d48f60128b499cd3fa44ba204c3f9e56cc0b7c +size 8099840 diff --git a/datasets/487742.tar b/datasets/487742.tar new file mode 100644 index 0000000000000000000000000000000000000000..5c1804305c8692ab57739c92ed236a0d9e41241f --- /dev/null +++ b/datasets/487742.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650b2e398358f747b116eb6b9ae59a125b5e662015544ff080e4d37ebc3b3fa9 +size 337920 diff --git a/datasets/487826.tar b/datasets/487826.tar new file mode 100644 index 0000000000000000000000000000000000000000..076c46d99cfb9e18dc1fc88c953a7e30363b2702 --- /dev/null +++ b/datasets/487826.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ba940f4e336f3312405f8408a64567a883058a31256f636e1648fdc5f46787 +size 2314240 diff --git a/datasets/487950.tar b/datasets/487950.tar new file mode 100644 index 0000000000000000000000000000000000000000..7310cc26d7815ad27fbfd5db03df54dde6d0353e --- /dev/null +++ b/datasets/487950.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a4dfa86577ee717a45220fb6765efc30fd0e43e45c0f214ea04c3b3d8781b0 +size 3870720 diff --git a/datasets/488091.tar b/datasets/488091.tar new file mode 100644 index 0000000000000000000000000000000000000000..e16c816eb56599b7c28554380b6519b901dfad8d --- /dev/null +++ b/datasets/488091.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eabe375f75a5d636caa4524dfe5053c49b8c5130c5cafaadb20f2e57ec9cc0d2 +size 7290880 diff --git a/datasets/488143.tar b/datasets/488143.tar new file mode 100644 index 0000000000000000000000000000000000000000..56c2cc6372463e99f910d7880ce2881375a7d245 --- /dev/null +++ b/datasets/488143.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d87a7ab7a575d6229ded96879c0b237d63f617be3f00363aecc41b93addd471 +size 5406720 diff --git a/datasets/488204.tar b/datasets/488204.tar new file mode 100644 index 0000000000000000000000000000000000000000..fdea7d3df1770f9a9e8351fa1190f02020c59711 --- /dev/null +++ b/datasets/488204.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed21f58156fc6d70673b091f71fca09cfdc3b45e5d39cd1ba80a87b0a5012da3 +size 788480 diff --git a/datasets/488333.tar b/datasets/488333.tar new file mode 100644 index 0000000000000000000000000000000000000000..a75df8ef38fd17c9c4d5222c0402e00146d2f4a5 --- /dev/null +++ b/datasets/488333.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23273bf349cc09bc52a38cb045530e2d96f1afa28248c3c64e9780df7ff078a9 +size 10291200 diff --git a/datasets/488556.tar b/datasets/488556.tar new file mode 100644 index 0000000000000000000000000000000000000000..196e22b394e2b13ddee0742e33cf6cde52e7e2b7 --- /dev/null +++ b/datasets/488556.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c68aabec8af8f9c9a388628c15de6a865b7b1183941e1c29be403f3aef4a6a5e +size 4628480 diff --git a/datasets/488973.tar b/datasets/488973.tar new file mode 100644 index 0000000000000000000000000000000000000000..f9cf1f6e4d233d869fc712018075f55b16ae2b7b --- /dev/null +++ b/datasets/488973.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62e42b7b22af6cf5e26f13cf387cb211f9583e3339424ae6b29873f8147501d3 +size 686080 diff --git a/datasets/488992.tar b/datasets/488992.tar new file mode 100644 index 0000000000000000000000000000000000000000..0657c1661609cc18ea30215b85ccb6545a5f79b1 --- /dev/null +++ b/datasets/488992.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f69061ff78225aee2f534493e978ca6a946b180cd768d339fcb955dab8a31f +size 20121600 diff --git a/datasets/489083.tar b/datasets/489083.tar new file mode 100644 index 0000000000000000000000000000000000000000..aae75e71ec357d502353a7fda3af2c1bdd7cb835 --- /dev/null +++ b/datasets/489083.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee86ca1c0cec96e01702295711f70a6836ee10c8038e8602f86257c486654a06 +size 112640 diff --git a/datasets/489236.tar b/datasets/489236.tar new file mode 100644 index 0000000000000000000000000000000000000000..e17aa9604fc806e0c763cabcc48988308e54234c --- /dev/null +++ b/datasets/489236.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8072bfd67f28ae28c0418cb3a28b7e09bdfc97595c1b19a401eacd49d23f902c +size 20264960 diff --git a/datasets/489581.tar b/datasets/489581.tar new file mode 100644 index 0000000000000000000000000000000000000000..1f5ea553a268414be1d2c72f190d1afe1e610d6e --- /dev/null +++ b/datasets/489581.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f5fc8120e5ded6579a1fbb416da8e1b0ae81bcf2105197da11daf0993ec8a56 +size 942080 diff --git a/datasets/490204.tar b/datasets/490204.tar new file mode 100644 index 0000000000000000000000000000000000000000..83d4fca53592c518dea361d76d404bd033e15d1e --- /dev/null +++ b/datasets/490204.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b692a732cda73e63d20ab133fe18aac6fd3c731d221b6181a18de28a53443ed +size 3031040 diff --git a/datasets/490216.tar b/datasets/490216.tar new file mode 100644 index 0000000000000000000000000000000000000000..898e4ebb6431fc22afbd6a4466747915b44e0442 --- /dev/null +++ b/datasets/490216.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f866f983eed85e8fdc233f18374596519f116dda4f849262d95b71f6fe71f7b2 +size 11755520 diff --git a/datasets/490259.tar b/datasets/490259.tar new file mode 100644 index 0000000000000000000000000000000000000000..65122295f86a647b76ef74d8b79e1b61af774f58 --- /dev/null +++ b/datasets/490259.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4088e9175f1af32403cf235f0f03063ea2487b680499ca164b82b58e4c24d4e9 +size 143360 diff --git a/datasets/490301.tar b/datasets/490301.tar new file mode 100644 index 0000000000000000000000000000000000000000..1ad20ab0c95fc8700cebe0c1fdea23708836b433 --- /dev/null +++ b/datasets/490301.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1408129cd28c431ec8935f5e989c26e626af6f94231f8bb16c14f0c09c46738 +size 2539520 diff --git a/datasets/490640.tar b/datasets/490640.tar new file mode 100644 index 0000000000000000000000000000000000000000..6b5c83af211225d2b60a1f7b1383f3c1f59e84a7 --- /dev/null +++ b/datasets/490640.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c045e0ad96be34bbfc94439557231eaf93aefd99924edef614e81d8813f4f2f +size 17131520 diff --git a/datasets/490791.tar b/datasets/490791.tar new file mode 100644 index 0000000000000000000000000000000000000000..6a97c7139e7f0b2831a34c8de95ec4a2dea6bdcf --- /dev/null +++ b/datasets/490791.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b17cd200b89a4eb323b93eb6507beb4706c2333467631c3be1a86e97309a69 +size 5498880 diff --git a/datasets/490868.tar b/datasets/490868.tar new file mode 100644 index 0000000000000000000000000000000000000000..5d65c2b449adbfe5694e2768e39e997a426b58bc --- /dev/null +++ b/datasets/490868.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a0f0d48c38fdacf47b261886f89bc88a5cdefe2d41f5f43de7723af7167c5d +size 8632320 diff --git a/datasets/490888.tar b/datasets/490888.tar new file mode 100644 index 0000000000000000000000000000000000000000..c411956c12d9ac20b7388beb3842540065f53ef9 --- /dev/null +++ b/datasets/490888.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46122639fa37f650d77a58a0357f53443662ea6be924d7a0c083176950c46bc1 +size 9369600 diff --git a/datasets/490930.tar b/datasets/490930.tar new file mode 100644 index 0000000000000000000000000000000000000000..687414440b2c6cc8d6b446158485a09bb6efccac --- /dev/null +++ b/datasets/490930.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e39d3261e76e4ce3606712a872394a5cb6425310d8b5af72c23e3fb463a721 +size 19527680 diff --git a/datasets/490963.tar b/datasets/490963.tar new file mode 100644 index 0000000000000000000000000000000000000000..9e8c5195f53ba46114bc9a55be8ab54bbf2340a1 --- /dev/null +++ b/datasets/490963.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:805665932a35b61dd8ff31577e3a6ae549db83d8d89c5640e71fec25153d64d3 +size 36853760 diff --git a/datasets/491516.tar b/datasets/491516.tar new file mode 100644 index 0000000000000000000000000000000000000000..0177d9f4df93ceb25caa6484f1c1c69ca027921a --- /dev/null +++ b/datasets/491516.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e1bc14cf12bfb9f176071fefc5b7329018751531a1286457a5795d672c9daf +size 2365440 diff --git a/datasets/491743.tar b/datasets/491743.tar new file mode 100644 index 0000000000000000000000000000000000000000..ad117d276e21245f0abc38ceba562109dc15fca6 --- /dev/null +++ b/datasets/491743.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd61d5a072a1a12041adcbb5bd2cd5a1d5e490496aec184c9e9cd145d78cd5b +size 6410240 diff --git a/datasets/492081.tar b/datasets/492081.tar new file mode 100644 index 0000000000000000000000000000000000000000..311af667551ff5621ace3cfee4de83f7aec75a1b --- /dev/null +++ b/datasets/492081.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44dbe1cfadc978b4ee339e101b6002166f920fb7c9215295902c49fe05314337 +size 7536640 diff --git a/datasets/492257.tar b/datasets/492257.tar new file mode 100644 index 0000000000000000000000000000000000000000..da09294fd046c1ef3a6542db6f4efd24768178f5 --- /dev/null +++ b/datasets/492257.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ce22c002300da3ba48133d5f24a618c39771a2ed9696166f40dd931348045e +size 13608960 diff --git a/datasets/492270.tar b/datasets/492270.tar new file mode 100644 index 0000000000000000000000000000000000000000..e584d7c8b11e254de502c4fdf891de6c11613084 --- /dev/null +++ b/datasets/492270.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea147962c34e71deb8a9d2c23a3b656b96599dab01baff9e90fcc2e2593e2adf +size 7936000 diff --git a/datasets/492388.tar b/datasets/492388.tar new file mode 100644 index 0000000000000000000000000000000000000000..7438151ef71caf5cced5f9a51bba4ebb0b897538 --- /dev/null +++ b/datasets/492388.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66afde8a4a0adf4dc31a237a6a74110ae023e0935794ec991c1bb7f74f9d87a8 +size 7157760 diff --git a/datasets/492408.tar b/datasets/492408.tar new file mode 100644 index 0000000000000000000000000000000000000000..48f47fdb6a1747d7ec3ccea5778f55f3655df38b --- /dev/null +++ b/datasets/492408.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5beb3653f7b12efbf1501cb2ee43a884e44be1674e688828bdada96a3b5f8f60 +size 8990720 diff --git a/datasets/492460.tar b/datasets/492460.tar new file mode 100644 index 0000000000000000000000000000000000000000..268e1b7ec83dfc479b991ecab5122d6a36cc437d --- /dev/null +++ b/datasets/492460.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:237b887795ff79e8dd9483d01ded0cc9003cacaaa3a207c33886647b3ba44e6b +size 31139840 diff --git a/datasets/492570.tar b/datasets/492570.tar new file mode 100644 index 0000000000000000000000000000000000000000..7b2f487efd0797a060efa320563933b0f74c1e6c --- /dev/null +++ b/datasets/492570.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff900351d5b40bb41d6748ffe229ad279d512602bdf077831f49ca04bc04001a +size 1484800 diff --git a/datasets/492638.tar b/datasets/492638.tar new file mode 100644 index 0000000000000000000000000000000000000000..20af063af8e06de0de217e0670903d61a16e564f --- /dev/null +++ b/datasets/492638.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f613a51298695d54d544aa09dbfacf6d49b9077c42cd5df774fd7752aa1ea5c +size 23951360 diff --git a/datasets/492646.tar b/datasets/492646.tar new file mode 100644 index 0000000000000000000000000000000000000000..8722f0eb89166ddf2c752275e1034791e9b85e93 --- /dev/null +++ b/datasets/492646.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df7bd2c191333dee25cd472f23e345524e8ad8efdccb959450ea475619512dd7 +size 1249280 diff --git a/datasets/492904.tar b/datasets/492904.tar new file mode 100644 index 0000000000000000000000000000000000000000..15bce84ca45abadaedff77cd1e3bb1e2d3a5cf53 --- /dev/null +++ b/datasets/492904.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195a952f196990591375fdd2a992049a1d54995d5d745ffdebd38d6133b5714d +size 145233920 diff --git a/datasets/492943.tar b/datasets/492943.tar new file mode 100644 index 0000000000000000000000000000000000000000..44c147d284cb0172c6082748d120902667798d2a --- /dev/null +++ b/datasets/492943.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84aae06867189c680ed896c1da6f580ccd0c3fd83bbc9bcc01d5465575ebe6e3 +size 68771840 diff --git a/datasets/492988.tar b/datasets/492988.tar new file mode 100644 index 0000000000000000000000000000000000000000..3c320ec740f279005f05833a428c280a4c8faa6f --- /dev/null +++ b/datasets/492988.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac100a3e2563024e7604d8ab2153fdf54c74063274b4d3a5160489b71bcd0ba +size 2621440 diff --git a/datasets/493110.tar b/datasets/493110.tar new file mode 100644 index 0000000000000000000000000000000000000000..5bbdee4680b23d6bc98934dbf07086fe4f137ac1 --- /dev/null +++ b/datasets/493110.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d1b45fa5db0111bd081529d7a1589a5be412351e2e921ae7233d6b1729be40 +size 8294400 diff --git a/datasets/493129.tar b/datasets/493129.tar new file mode 100644 index 0000000000000000000000000000000000000000..976b97cb2a30335e624d1aced2ca4ae02f7671cb --- /dev/null +++ b/datasets/493129.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb74ed7ddb7c041af3c0ee63677fa99479ed21084f4c209d97dce07344e9438 +size 18411520 diff --git a/datasets/493207.tar b/datasets/493207.tar new file mode 100644 index 0000000000000000000000000000000000000000..d4b97327dd52e472f04620b5ba1618a09e629c1d --- /dev/null +++ b/datasets/493207.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:102b11980661faf8bf2d051f6fe8ab26ee073645a9a4c2c61ed20a2b91fc1062 +size 2682880 diff --git a/datasets/493211.tar b/datasets/493211.tar new file mode 100644 index 0000000000000000000000000000000000000000..6e21f3016ea67ea66924a84f51959db2ca99c8ba --- /dev/null +++ b/datasets/493211.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aca68d9c75330362816d019f86c41612a4b474e06a7c32b7fbc6259c38b159c +size 2652160 diff --git a/datasets/493463.tar b/datasets/493463.tar new file mode 100644 index 0000000000000000000000000000000000000000..5696c31dae74d321ea72c6e77b312033f1f81ac9 --- /dev/null +++ b/datasets/493463.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18a976f32f0976e168544a6a3af3e06576f4d6bfe59266b7d44f2d2a5a7dc4b0 +size 1013760 diff --git a/datasets/493496.tar b/datasets/493496.tar new file mode 100644 index 0000000000000000000000000000000000000000..cbad9be0a7ace954cfca15a4c7d87ec79e86c630 --- /dev/null +++ b/datasets/493496.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a848ca89975538ab4fbecce8e5c299c754c3c66172cc100ae29f96f038f5c15 +size 1331200 diff --git a/datasets/493500.tar b/datasets/493500.tar new file mode 100644 index 0000000000000000000000000000000000000000..b7c97fe52b9849ec2523996d2b64989f2748b373 --- /dev/null +++ b/datasets/493500.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae01bef36007f73501ae757f3e007d5c35c3acdf2b2f663fbff19b118f3c698 +size 829440 diff --git a/datasets/493894.tar b/datasets/493894.tar new file mode 100644 index 0000000000000000000000000000000000000000..f8c928129d84ccb02347b804aa6bb8ae866d52f4 --- /dev/null +++ b/datasets/493894.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bbc885ffeb1e26ebc3aebd91a8882c46fac5de297665b49fc6d2fc6bcf2ea85 +size 1597440 diff --git a/datasets/493912.tar b/datasets/493912.tar new file mode 100644 index 0000000000000000000000000000000000000000..434ae02f437b76296d373a4f6d00d5f3b2e49b25 --- /dev/null +++ b/datasets/493912.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ecd3eb2d55270bd571e630bae9cc2f4cf0a567c78daad3c1d31c6628b149a2 +size 27279360 diff --git a/datasets/494230.tar b/datasets/494230.tar new file mode 100644 index 0000000000000000000000000000000000000000..0afd543760f4fa022ea6e746905f0e2523337f28 --- /dev/null +++ b/datasets/494230.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c281934f5505aae027ad27524bd60eeae23a363a3243cd9937427cd771d4a3a +size 39147520 diff --git a/datasets/494313.tar b/datasets/494313.tar new file mode 100644 index 0000000000000000000000000000000000000000..ca1859431dcaf97e1a894d7bb9da9020125e8db4 --- /dev/null +++ b/datasets/494313.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b057fb5450efe70d3229f14c1fba0ec0ddcb298fa915e4aefc7b928d8bc6df +size 4700160 diff --git a/datasets/494447.tar b/datasets/494447.tar new file mode 100644 index 0000000000000000000000000000000000000000..92a0dbb4b1151f415301a0d79d09acbef6d866b1 --- /dev/null +++ b/datasets/494447.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34223b3b3c3572754b80342102e5fa6882c3e2707c20d618df42c3881574c4d +size 399360 diff --git a/datasets/494651.tar b/datasets/494651.tar new file mode 100644 index 0000000000000000000000000000000000000000..ac930e4d2a438227e4ad15cb9a48637503a53b45 --- /dev/null +++ b/datasets/494651.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85a1985f7fb62a609c280b8d5f863a9767e845cbfc647455365a5e73e9b2c7fe +size 13946880 diff --git a/datasets/494685.tar b/datasets/494685.tar new file mode 100644 index 0000000000000000000000000000000000000000..c575a658df787785baefe71f1b63968a07c90bb3 --- /dev/null +++ b/datasets/494685.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be7cfb42ec8349048ae9e2f1e4562d201549417e97c972316d93dcd6cd76ef6c +size 2488320 diff --git a/datasets/494743.tar b/datasets/494743.tar new file mode 100644 index 0000000000000000000000000000000000000000..dd80f1ed9042eabf9cc1491064f97ee5ca1bf090 --- /dev/null +++ b/datasets/494743.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42b614dd6b32fe543e67b57125968f7a674e85a410d6e84093404700541c6af +size 10659840 diff --git a/datasets/494904.tar b/datasets/494904.tar new file mode 100644 index 0000000000000000000000000000000000000000..2850369163b787e34d7e99cb2f430787068e6869 --- /dev/null +++ b/datasets/494904.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b33bba69bcba7b5d301d7cb69b3551eebfd9980275016e550c7a4ff5f0b6442 +size 10813440 diff --git a/datasets/494968.tar b/datasets/494968.tar new file mode 100644 index 0000000000000000000000000000000000000000..986f5466c05fed3f9ec39797c543fe8dda34fd72 --- /dev/null +++ b/datasets/494968.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b72d7d81f36e93eb2ef956abd979279fe1218f95d75976e6ae4da7daf8855a87 +size 88023040 diff --git a/datasets/495203.tar b/datasets/495203.tar new file mode 100644 index 0000000000000000000000000000000000000000..7005f846884b1121158677798926108618252a39 --- /dev/null +++ b/datasets/495203.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49dc627a4c35a7a066c4569b61165ecdf08eddf8330cbc680be1fc7f4e19cd06 +size 3358720 diff --git a/datasets/495263.tar b/datasets/495263.tar new file mode 100644 index 0000000000000000000000000000000000000000..23361408544e1bfe2ff6756214f69281c81ca75f --- /dev/null +++ b/datasets/495263.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:175848c803bb54c8929ac2b64dc21d9c243f6c0b9e704831281eff42a0a19cd4 +size 109352960 diff --git a/datasets/495385.tar b/datasets/495385.tar new file mode 100644 index 0000000000000000000000000000000000000000..7593bedd954371a9b98075c95b1f35920cecff42 --- /dev/null +++ b/datasets/495385.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9de3005ad4b04ce7eff06eab658c3479e0ea21a1eba8664035bf334b72d54b9f +size 1464320 diff --git a/datasets/495389.tar b/datasets/495389.tar new file mode 100644 index 0000000000000000000000000000000000000000..5f38995330d1c582ef91d91d75b1991726b04dbf --- /dev/null +++ b/datasets/495389.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c80382aef1505a43917fd9d1b6fecd01ddc1bb05128c444537c9289dd652ba +size 829440 diff --git a/datasets/495401.tar b/datasets/495401.tar new file mode 100644 index 0000000000000000000000000000000000000000..4f11295d35f04afd13e12f7e3643d20982aa0ae6 --- /dev/null +++ b/datasets/495401.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf2598d963199266673476e89c28bb714177cc462d9495dc7014336dae0be7cf +size 1505280 diff --git a/datasets/495427.tar b/datasets/495427.tar new file mode 100644 index 0000000000000000000000000000000000000000..09ebca324a7aae3005699a62be3f0b08d481b7fe --- /dev/null +++ b/datasets/495427.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d251e5e237593b3d8af064747dd3380a03aeb193434377638f0bbc34fd26b81 +size 34560000 diff --git a/datasets/495524.tar b/datasets/495524.tar new file mode 100644 index 0000000000000000000000000000000000000000..379907499a12ea07d6a48f6fb5df7cdc03e08693 --- /dev/null +++ b/datasets/495524.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd3e674fc0b370ee5016cd3c474408f66e6f9a050559ac376937e02dda2ed0da +size 44462080 diff --git a/datasets/495797.tar b/datasets/495797.tar new file mode 100644 index 0000000000000000000000000000000000000000..9376e0d26546c35f92e73d2ef62ae59702a7f6b7 --- /dev/null +++ b/datasets/495797.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48fa61fefa81180015be984332904c5c544d5715e8d51945de45a17587d4114 +size 6471680 diff --git a/datasets/495849.tar b/datasets/495849.tar new file mode 100644 index 0000000000000000000000000000000000000000..edf079b70a7ae80da3c6a329770c1ea72982670b --- /dev/null +++ b/datasets/495849.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d91d3c4ea6803b600480a20136947b42e11d4d24013dbd9dfc7668bcae5f924 +size 29777920 diff --git a/datasets/496170.tar b/datasets/496170.tar new file mode 100644 index 0000000000000000000000000000000000000000..18228dde169b3542a1be3ee6942b329c686dd3d0 --- /dev/null +++ b/datasets/496170.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c505647aa8b26cd47d5d9beee0b114d042e62e68e7152344c90baf851ee9cf +size 64286720 diff --git a/datasets/496202.tar b/datasets/496202.tar new file mode 100644 index 0000000000000000000000000000000000000000..a31c726c0f6085a10f15c8236c0ec22e1998f236 --- /dev/null +++ b/datasets/496202.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ed618ea9755a8e9a8d7fbef8240bc695fdcbfd1fa219f982678c027d497e46 +size 983040 diff --git a/datasets/496226.tar b/datasets/496226.tar new file mode 100644 index 0000000000000000000000000000000000000000..5ce4c762fdb81b45a51cac6c93262e5cf99b7732 --- /dev/null +++ b/datasets/496226.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dcbd222fab53622fa3c3e08d6049bfe48048aeb79c7f2a7876d0ca927947d9b +size 1341440 diff --git a/datasets/496391.tar b/datasets/496391.tar new file mode 100644 index 0000000000000000000000000000000000000000..ee5e8463039bfefc043649e2e717ad29f4108b01 --- /dev/null +++ b/datasets/496391.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7109c428304c9974eec5a5dc6311eef88478d16159402d47a9b1826ee1f541 +size 8427520 diff --git a/datasets/496672.tar b/datasets/496672.tar new file mode 100644 index 0000000000000000000000000000000000000000..69bfc20b1267b22dbba82252879ddcd9c9659ed8 --- /dev/null +++ b/datasets/496672.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ca8dbbf80f8b6e1e6ce5f884d0000cdde9633af3dc883396a830ee8184b5b9 +size 4331520 diff --git a/datasets/496810.tar b/datasets/496810.tar new file mode 100644 index 0000000000000000000000000000000000000000..cae3fe99fcc1dec594bb6bd7b89036b8b263bb30 --- /dev/null +++ b/datasets/496810.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e2fc82c4b1c716657395d0344f1b134911c1ed0ed8c3be1566566327c99999 +size 17653760 diff --git a/datasets/496841.tar b/datasets/496841.tar new file mode 100644 index 0000000000000000000000000000000000000000..3b903cbcbf207e479916b398c31ad3a1694816cd --- /dev/null +++ b/datasets/496841.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e78ca4bb73477d290579109d157c839a11035b83472ce397fb7d75003abca6b +size 22548480 diff --git a/datasets/497127.tar b/datasets/497127.tar new file mode 100644 index 0000000000000000000000000000000000000000..dcb387fc5a70c5d201696eaf9982b229429fecd8 --- /dev/null +++ b/datasets/497127.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cdf0d7a0b2133135f4f65810a0a2d9c2442d8892f473fbfcc6775b5feefbd6c +size 7434240 diff --git a/datasets/497231.tar b/datasets/497231.tar new file mode 100644 index 0000000000000000000000000000000000000000..aa1c6573d4f00876d1a4b21da201f2093ac048e1 --- /dev/null +++ b/datasets/497231.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:781ffac3967d87cd8e5efe9664433a29c92a0e658ec355b19cf0ca4ee1e68038 +size 8929280 diff --git a/datasets/497524.tar b/datasets/497524.tar new file mode 100644 index 0000000000000000000000000000000000000000..5ab2d8b3c088e0a473381fb878c9be1c9e67c705 --- /dev/null +++ b/datasets/497524.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a936e4e59dcf159856b0ea8dad5e7031422b158be44afee99e36573b15cb767d +size 1454080 diff --git a/datasets/497633.tar b/datasets/497633.tar new file mode 100644 index 0000000000000000000000000000000000000000..38ec2b653a4ecf06bb9ae5e8912aaa566d434f89 --- /dev/null +++ b/datasets/497633.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a39344bd0cd71c709ce759614797a23bc02cead0671b45fc5473cef24e78f57e +size 849920 diff --git a/datasets/497634.tar b/datasets/497634.tar new file mode 100644 index 0000000000000000000000000000000000000000..c7b620e4362518fe11f730b13707fc925f9353cf --- /dev/null +++ b/datasets/497634.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df8688652183fe4ea42163bd079c99e62276d22d511709a5669f4d9a623dcb2d +size 8294400 diff --git a/datasets/497680.tar b/datasets/497680.tar new file mode 100644 index 0000000000000000000000000000000000000000..f7b0f34d06d4b2e1169d4345b268e11f8890fadd --- /dev/null +++ b/datasets/497680.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37573707fa1ed71214ceb250f81b4b051ed98ba4a32d0a1e2d48eb9008b7e2f8 +size 12892160 diff --git a/datasets/498287.tar b/datasets/498287.tar new file mode 100644 index 0000000000000000000000000000000000000000..cd6d78e71387e8adb51bae36a0889d6f6b0c5da3 --- /dev/null +++ b/datasets/498287.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5cb5c047fea58f6ce33afcb4c84899217aa7da0eb3e3961408052f79341d234 +size 3481600 diff --git a/datasets/498614.tar b/datasets/498614.tar new file mode 100644 index 0000000000000000000000000000000000000000..64bc50dc77c79c29d63016d83ae4e49a2ca2d3fe --- /dev/null +++ b/datasets/498614.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62853b4944e2a2cd1525422e06a80bac7017583f231c715285aa52cd12a56879 +size 227624960 diff --git a/datasets/498755.tar b/datasets/498755.tar new file mode 100644 index 0000000000000000000000000000000000000000..c1bd56e55441615c641d723dd62321ae23c9fda9 --- /dev/null +++ b/datasets/498755.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4b2bd2ea36344690ebacc65dff1328c0c7aad0beb8137fca59f0e3b0ca4588 +size 296960 diff --git a/datasets/498784.tar b/datasets/498784.tar new file mode 100644 index 0000000000000000000000000000000000000000..f6908a4f05b056b34e964fc7780a71807e6d7c14 --- /dev/null +++ b/datasets/498784.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56892e7ea2168f9a93fc92208c6531c75f8294ac978da653143ce169ce87bcad +size 399360 diff --git a/datasets/498840.tar b/datasets/498840.tar new file mode 100644 index 0000000000000000000000000000000000000000..e963c74b4ca371a987ee184949df8d624a9ddf9f --- /dev/null +++ b/datasets/498840.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23dfef025d70c2116c8165ce199843bf9b7fcfe54150969cf58248a7ad49e2b3 +size 4085760 diff --git a/datasets/498886.tar b/datasets/498886.tar new file mode 100644 index 0000000000000000000000000000000000000000..5a69e75743ed71fb137ffe7ae7c2248d0181e8d1 --- /dev/null +++ b/datasets/498886.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a197570779813d5836f293783e8ad9da8734aa67bf6447f3bf7b7d74f83c49e +size 1310720 diff --git a/datasets/498983.tar b/datasets/498983.tar new file mode 100644 index 0000000000000000000000000000000000000000..24232b7b0bc6f6541bfbbef64491533e04bdd122 --- /dev/null +++ b/datasets/498983.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80cd23e812653be72fb1596e6da9e7488a946ca2ab0dde566e62e5502d431b8a +size 92160 diff --git a/datasets/499011.tar b/datasets/499011.tar new file mode 100644 index 0000000000000000000000000000000000000000..c5f606ee24329bca607a7fecdc677fea14becd1b --- /dev/null +++ b/datasets/499011.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8731e97f951d7a81b59335eba2ec38971506571aa86291105090a2cdd4384383 +size 59975680 diff --git a/datasets/499141.tar b/datasets/499141.tar new file mode 100644 index 0000000000000000000000000000000000000000..82f31e6ea9a0556328cb327c4d39124f019730d5 --- /dev/null +++ b/datasets/499141.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2daeabf72161e6a51946b72aa5d3310a4c9ff62a2a81d1a6d26ffa2e09e8cc +size 9318400 diff --git a/datasets/499181.tar b/datasets/499181.tar new file mode 100644 index 0000000000000000000000000000000000000000..c9f15262bd5cb9063a55fa45cc9aa26c5441b82e --- /dev/null +++ b/datasets/499181.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e605241c66953598d344e61ba4b24b35a61702ab09d32f4dfe9e6aa670ef4048 +size 66181120 diff --git a/datasets/499295.tar b/datasets/499295.tar new file mode 100644 index 0000000000000000000000000000000000000000..bfc56e0a74c67abc367f34ea4c0f059ee1603f4d --- /dev/null +++ b/datasets/499295.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca6caae7af90add6db518e6e56a61b7c95febd925dce421bdc2f2b65963241d +size 119347200 diff --git a/datasets/499323.tar b/datasets/499323.tar new file mode 100644 index 0000000000000000000000000000000000000000..69cbcdc47a4c7dda171710e1c0156f4a74a08503 --- /dev/null +++ b/datasets/499323.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58dbbed6baf34effe67d35ae03220166d3137c2494a8e9075fa45e5473e73601 +size 983040 diff --git a/datasets/499428.tar b/datasets/499428.tar new file mode 100644 index 0000000000000000000000000000000000000000..54ab7e25d08d4e9f805a6dda50dbc6f685a57eaa --- /dev/null +++ b/datasets/499428.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ccc09ee9d37ac7237f8af8da7a02a393106b6c96057bd9471c2600271fa8c84 +size 1320960 diff --git a/datasets/499521.tar b/datasets/499521.tar new file mode 100644 index 0000000000000000000000000000000000000000..e41ea0d1ff8866b954a0a546e6749cfe9a9ec5ec --- /dev/null +++ b/datasets/499521.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff6d4bbbdc8771aed0e3b7c52deb8b01df0c8afed8ecd51e432136c414e64bab +size 7854080 diff --git a/datasets/499523.tar b/datasets/499523.tar new file mode 100644 index 0000000000000000000000000000000000000000..aabfc23462dfc6cc21208e50b3e73e2c00733336 --- /dev/null +++ b/datasets/499523.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e9441704cd52a288df9561edc3ef0b004ff8bf3159140dd0da5de42d107afbf +size 808960 diff --git a/datasets/499599.tar b/datasets/499599.tar new file mode 100644 index 0000000000000000000000000000000000000000..d2298f1e412e8d622f2ab3dd7f192d1b5f4fbf5b --- /dev/null +++ b/datasets/499599.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98a5b9b986a85cb70b978caa19788001e874588c8bff5b78bcbcadf3deca551 +size 39751680 diff --git a/datasets/499605.tar b/datasets/499605.tar new file mode 100644 index 0000000000000000000000000000000000000000..02d5c107e3503ddbc5211711e11b3dc20776c34f --- /dev/null +++ b/datasets/499605.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94000d9c968e7d85609ed69ab40ddca0314f43376d4cec13dbabce1dfe19ef42 +size 28078080 diff --git a/datasets/499771.tar b/datasets/499771.tar new file mode 100644 index 0000000000000000000000000000000000000000..9f22a62fe525f897b766509da14dbecd3836122e --- /dev/null +++ b/datasets/499771.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034475b447222281a11a29b58e4de9ac5295cb1d17174075cf659b19c199591f +size 276480 diff --git a/datasets/499842.tar b/datasets/499842.tar new file mode 100644 index 0000000000000000000000000000000000000000..66c66feb7fd90890d71de6b77d81e4450a61543e --- /dev/null +++ b/datasets/499842.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe8fa22549df4b168081035c0c8638e550fc047ba11a0cf2e026aaa1d0482ac +size 1966080 diff --git a/datasets/499879.tar b/datasets/499879.tar new file mode 100644 index 0000000000000000000000000000000000000000..80b6654defc330fbf2417ec1f5b5a57ef7b36d93 --- /dev/null +++ b/datasets/499879.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43adc5bdff142ee48fd0a496d398ddf6dd617b4d0dbfc557fd15ed8f2ce5fd8b +size 9369600 diff --git a/datasets/499929.tar b/datasets/499929.tar new file mode 100644 index 0000000000000000000000000000000000000000..e54387ae85c86bd09c8a5ec4b24cbe3ef6b94e57 --- /dev/null +++ b/datasets/499929.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b72b5169acf37791d7055fe700f074bfde0fdbd7ea829840e59d85c880bc84 +size 25067520 diff --git a/datasets/499962.tar b/datasets/499962.tar new file mode 100644 index 0000000000000000000000000000000000000000..72591f0981e17e65cc16d1bd48508d68c1d51f80 --- /dev/null +++ b/datasets/499962.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e40a2241231e15db8ceccc3163f769b9d818cff75333310b4d4f0d8991c750 +size 13414400 diff --git a/datasets/500043.tar b/datasets/500043.tar new file mode 100644 index 0000000000000000000000000000000000000000..b60e84374c6060311d2976f9b2ee157718214cec --- /dev/null +++ b/datasets/500043.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b03bc2a76162c56f8f5cc30e355b701cd6fe5f906ce2bef1c310be9e451339 +size 8417280 diff --git a/datasets/500174.tar b/datasets/500174.tar new file mode 100644 index 0000000000000000000000000000000000000000..a2978ed850a51b614419976024763870e9f8f5d5 --- /dev/null +++ b/datasets/500174.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c739c419f7eb87e004d391ea37254e39b905b2fb3065fb48e654dc07bcf62c88 +size 23961600 diff --git a/datasets/500250.tar b/datasets/500250.tar new file mode 100644 index 0000000000000000000000000000000000000000..fed05ad9c2d376c47b3367914e8f0938b3c211ef --- /dev/null +++ b/datasets/500250.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95158f73476c1ff70e1199e2f72868c61e1edca70eee4f931adf59b43a1e5c5 +size 7526400 diff --git a/datasets/500335.tar b/datasets/500335.tar new file mode 100644 index 0000000000000000000000000000000000000000..a07d3a8a17545bed72ea5d4bc53a33aafd8b6734 --- /dev/null +++ b/datasets/500335.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01b34a3878372e6983877e6f33c188b7057269a55d7d6b2b9527dec8cacb4ec7 +size 20295680 diff --git a/datasets/500414.tar b/datasets/500414.tar new file mode 100644 index 0000000000000000000000000000000000000000..8f0275c3234056b9cdde234305707caef6121253 --- /dev/null +++ b/datasets/500414.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c12301973e1287abcb290dcd6bb8bd1ab9cd82fdac8bb9fac234b9579243a17 +size 9359360 diff --git a/datasets/500468.tar b/datasets/500468.tar new file mode 100644 index 0000000000000000000000000000000000000000..fb61bb6c7afbebd2d0951fb1d6928851a26685e8 --- /dev/null +++ b/datasets/500468.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d9f21857ded724f74cb97a0d9192b4ab79b38d95cceb9f5aaa54eea6896780 +size 1904640 diff --git a/datasets/500756.tar b/datasets/500756.tar new file mode 100644 index 0000000000000000000000000000000000000000..69663ad560091d33b4d05391f714f9f0d0e17c5d --- /dev/null +++ b/datasets/500756.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f48feb84914116fbf940ffb4a3c4f6c4ae4f47509ba8e254705d43ec879e1ca5 +size 952320 diff --git a/datasets/500761.tar b/datasets/500761.tar new file mode 100644 index 0000000000000000000000000000000000000000..cb7a62379804caafdb4b391cf2f559ebd224989b --- /dev/null +++ b/datasets/500761.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926014a458771d083a4f80c5865b4b84d15049cc7cb4344d23401df75c71bfe8 +size 8724480 diff --git a/datasets/500842.tar b/datasets/500842.tar new file mode 100644 index 0000000000000000000000000000000000000000..d6ec391f418cc2ecaec63c223f6b50136471069c --- /dev/null +++ b/datasets/500842.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2510ad9015e8e85061a312e62505b17f8f1b1936362a08cd4dd3bdf850c298 +size 1617920 diff --git a/datasets/500865.tar b/datasets/500865.tar new file mode 100644 index 0000000000000000000000000000000000000000..3cf7eeb228a9b1e7ad7dd286f2318d5f070c247e --- /dev/null +++ b/datasets/500865.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8c282694c3dcceb20d8383592c329e7666aea8729b5803bc1a099dd597d157 +size 8499200 diff --git a/datasets/500879.tar b/datasets/500879.tar new file mode 100644 index 0000000000000000000000000000000000000000..10d985c53445b5aab4b1d7be3bb437bbc0e2cd2e --- /dev/null +++ b/datasets/500879.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47d45b9c0c6ae46c9d678dfa3e6ba5a86261ef46063644abafaa1df01449a77 +size 3205120 diff --git a/datasets/500893.tar b/datasets/500893.tar new file mode 100644 index 0000000000000000000000000000000000000000..46ed1e517f3e3e547880d125114eba54f96f66a2 --- /dev/null +++ b/datasets/500893.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de15f955da6b4bca3293b34ba10ba9c7f80d5f96a0dc367c0aab96496fae13b +size 6021120 diff --git a/datasets/501155.tar b/datasets/501155.tar new file mode 100644 index 0000000000000000000000000000000000000000..8dfd826e26dc996ed39deb1966bf134d1bc11d14 --- /dev/null +++ b/datasets/501155.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4e79637deddf587465ac86b305a36f39cd14b3373fdfc672810b597aee78514 +size 9082880 diff --git a/datasets/501636.tar b/datasets/501636.tar new file mode 100644 index 0000000000000000000000000000000000000000..8e3218d85beaf4fd293d7334fae439c392f1876a --- /dev/null +++ b/datasets/501636.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e01bf35bb5e498491c8bae5627a058cbf1170f7e0968c41582cef9a35ec749 +size 26982400 diff --git a/datasets/501944.tar b/datasets/501944.tar new file mode 100644 index 0000000000000000000000000000000000000000..b8ebf3ea28bff08189cdb2736196e2b885ef9d65 --- /dev/null +++ b/datasets/501944.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a2897a6384ce455ae24c5206da247c79ec1f0275e81567a041cdb3475eb2f72 +size 4270080 diff --git a/datasets/501977.tar b/datasets/501977.tar new file mode 100644 index 0000000000000000000000000000000000000000..5b0be6bd9d8d8da650fdd2bda85fd660eea443ee --- /dev/null +++ b/datasets/501977.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02bfa837d39c68e7c214e78b4ce02a139c4f1d177b7ba2ec9cb2cf9f53cd9e21 +size 7659520 diff --git a/datasets/50201.tar b/datasets/50201.tar new file mode 100644 index 0000000000000000000000000000000000000000..40d8e5af56b84a5caf4e232f9c3289136b5a6f33 --- /dev/null +++ b/datasets/50201.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44cda9e787a0b5d7129efafa052c9b65882a07efcc79f136d288a7c7667fbe42 +size 1034240 diff --git a/datasets/502075.tar b/datasets/502075.tar new file mode 100644 index 0000000000000000000000000000000000000000..8ba25f7da45f47084082efd1eaa2078ee3b50ac8 --- /dev/null +++ b/datasets/502075.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5208cc2b5864d217c27047f7e731265af19679bba6d4ca9160069a5f090b6ac4 +size 11878400 diff --git a/datasets/502092.tar b/datasets/502092.tar new file mode 100644 index 0000000000000000000000000000000000000000..df7185f98b1617ba7d96753437e15a7d8b87ef5f --- /dev/null +++ b/datasets/502092.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e39bf781316c975962a1b492f0e255eace39c884169c5e62bf7439ba96d584e8 +size 9625600 diff --git a/datasets/502116.tar b/datasets/502116.tar new file mode 100644 index 0000000000000000000000000000000000000000..b09da21d578c921782c17aff7a6af43b9df25a2d --- /dev/null +++ b/datasets/502116.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031569671fc4ec091f17489ce077416226886e51f4c08c5ca9a993ede481e221 +size 9451520 diff --git a/datasets/502240.tar b/datasets/502240.tar new file mode 100644 index 0000000000000000000000000000000000000000..9cce2273e9133518353619c05ea70fd3f477da51 --- /dev/null +++ b/datasets/502240.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e140f0a76e96b6e36cca3685129c3fde7618d3a3f03a76ad96ad83155ef1ffb +size 11929600 diff --git a/datasets/502317.tar b/datasets/502317.tar new file mode 100644 index 0000000000000000000000000000000000000000..1b0f579d1dc92ec318c87036bc2ac89dab44d836 --- /dev/null +++ b/datasets/502317.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71958b018e3905407e57936f6994c7927d2b67277db4bc833a0359e46764c11e +size 9963520 diff --git a/datasets/502328.tar b/datasets/502328.tar new file mode 100644 index 0000000000000000000000000000000000000000..9a51dc6c763f3c782a5b509d750689d5130cab6c --- /dev/null +++ b/datasets/502328.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d714deba219b8a2a3d9c7254623b8e455069b15a4e210dfa72c69de23716263 +size 18554880 diff --git a/datasets/502445.tar b/datasets/502445.tar new file mode 100644 index 0000000000000000000000000000000000000000..5bfc0e786a290795236b06b6163cfc0a07d0b3f7 --- /dev/null +++ b/datasets/502445.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de4b24a129d9cf23166ebf03a66d750e2dd6efff83f710719037904fe01e726f +size 15175680 diff --git a/datasets/502582.tar b/datasets/502582.tar new file mode 100644 index 0000000000000000000000000000000000000000..bda147063223664fcf27e8d814a24d7c57d431b7 --- /dev/null +++ b/datasets/502582.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6bd2101e5160bac4f75bdaca3ef7156ebfb0702c56985e0980939c7cb07dbbf +size 8386560 diff --git a/datasets/502584.tar b/datasets/502584.tar new file mode 100644 index 0000000000000000000000000000000000000000..1ff34b40f4dcf967c2d89c8d918a14dfdf8d0dfe --- /dev/null +++ b/datasets/502584.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e307dd9d4ea68fbe78ede365e10cae3a7efc6381527bb429272561beac98bc +size 491520 diff --git a/datasets/502700.tar b/datasets/502700.tar new file mode 100644 index 0000000000000000000000000000000000000000..b963be40f2c3dd36dea38c3f4c595d8a615c28b9 --- /dev/null +++ b/datasets/502700.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d35b0e79e539fee06c05892c6be949cf02e40caec04de5dc6b24898c918177c +size 993280 diff --git a/datasets/502852.tar b/datasets/502852.tar new file mode 100644 index 0000000000000000000000000000000000000000..82889f21fba6b3fd97c66b0bfcb515aaed9f7743 --- /dev/null +++ b/datasets/502852.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49b2acbe8f30ee845847e029d779914566c4014722cc179a8315eeedb07e816 +size 4464640 diff --git a/datasets/502968.tar b/datasets/502968.tar new file mode 100644 index 0000000000000000000000000000000000000000..c38b517bd18a9d9aeaf43f97cd9a79e815e5c631 --- /dev/null +++ b/datasets/502968.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc558700bfbe428fcc6f459cda444c81ff546e4f686f935e5d57f4bdad6bd4c4 +size 10096640 diff --git a/datasets/503042.tar b/datasets/503042.tar new file mode 100644 index 0000000000000000000000000000000000000000..84d3de90e3fb528276ec45a3ace7ab52ac2f2f5f --- /dev/null +++ b/datasets/503042.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0af9dcaa816a4ccf98cdbc41f814f7e4e7e6b78513722408e0a2e7b30706f4 +size 1484800 diff --git a/datasets/503045.tar b/datasets/503045.tar new file mode 100644 index 0000000000000000000000000000000000000000..9026956fd240e5eb58a42114397ce1c04d218547 --- /dev/null +++ b/datasets/503045.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8907024d37c28ebe1d4d133015d5c416f88243fd5d68188d1bf873aa3ad30ba +size 14878720 diff --git a/datasets/503062.tar b/datasets/503062.tar new file mode 100644 index 0000000000000000000000000000000000000000..7062994834f41ea6bdde514ce095d0312d422881 --- /dev/null +++ b/datasets/503062.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45f29f3e22166394130028a7804d4a511606133a881191e6e0cc0ee41a0fc2b +size 7014400 diff --git a/datasets/503255.tar b/datasets/503255.tar new file mode 100644 index 0000000000000000000000000000000000000000..445d4ee56644987194bb21356246d47ea03b7717 --- /dev/null +++ b/datasets/503255.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476cae0a73c08b1ec50ef2376244c001c7b115af49b42a20c61b1dc0a56d65e4 +size 5949440 diff --git a/datasets/503273.tar b/datasets/503273.tar new file mode 100644 index 0000000000000000000000000000000000000000..5763ffb75da750f72169d91ef047f96b329e3aa5 --- /dev/null +++ b/datasets/503273.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a6c07f20e26c72dfaa30aa005c7075fb64b24a148c77b7a6e5110547b3840a +size 2088960 diff --git a/datasets/503292.tar b/datasets/503292.tar new file mode 100644 index 0000000000000000000000000000000000000000..a574bec9d1344c903762606bea574f7a093c9caa --- /dev/null +++ b/datasets/503292.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc97a059aaa982138569020c803d1a3c27a449e0997d222dca0aaa443e98257 +size 1484800 diff --git a/datasets/503294.tar b/datasets/503294.tar new file mode 100644 index 0000000000000000000000000000000000000000..cd094187889107e20b841b2838f89bb772348f82 --- /dev/null +++ b/datasets/503294.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2175c9623d63bc3991db000b10ff05890a3bc2b587b704f372756952d9a41dd +size 1484800 diff --git a/datasets/503317.tar b/datasets/503317.tar new file mode 100644 index 0000000000000000000000000000000000000000..f0ad00cc2cad9876d852b6134fb6c146610a9789 --- /dev/null +++ b/datasets/503317.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fde3ce29676cc73400a52239842323544c62af4b476956575780486493cbf21 +size 157890560 diff --git a/datasets/503375.tar b/datasets/503375.tar new file mode 100644 index 0000000000000000000000000000000000000000..8b9cd8502270f781e7106e67351706c02e8bd896 --- /dev/null +++ b/datasets/503375.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9234b2c39d8fa767680c669be4c014ddf979060698648582913b2fdcccf6152f +size 993280 diff --git a/datasets/503443.tar b/datasets/503443.tar new file mode 100644 index 0000000000000000000000000000000000000000..5960042ab2a34e79d680882be2e640f4361cb4e9 --- /dev/null +++ b/datasets/503443.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8967fee3b551660705bac6de4dfcff6364e1bc6df6d8819ef132fd874c884a3a +size 4741120 diff --git a/datasets/503707.tar b/datasets/503707.tar new file mode 100644 index 0000000000000000000000000000000000000000..aaf3fd1065cd4d051b9e8debb37e69380d812a0a --- /dev/null +++ b/datasets/503707.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a53eb98ae421ac5e57f76c94be9f37efc9a1639416c6bd9d93b7fee41dcca735 +size 8140800 diff --git a/datasets/503817.tar b/datasets/503817.tar new file mode 100644 index 0000000000000000000000000000000000000000..dcb90a46d0df58470662fa2b66a5818c3cdc4f3a --- /dev/null +++ b/datasets/503817.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0eaa6454eccfaaae5abfe1d7c276096ea811d2ea537eb014b5d98973e4edc2f +size 593920 diff --git a/datasets/503947.tar b/datasets/503947.tar new file mode 100644 index 0000000000000000000000000000000000000000..a750c5bdffaac08282ce3bc715c9d50fc87d699d --- /dev/null +++ b/datasets/503947.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0341efa0aa70736e768914ebf126f806ff646ba300320109b7da1dc707f2ba87 +size 7290880 diff --git a/datasets/503984.tar b/datasets/503984.tar new file mode 100644 index 0000000000000000000000000000000000000000..e671b3fd94fdd8a3e82b0599051cb6f6aa732593 --- /dev/null +++ b/datasets/503984.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83ac00fe4c1c3debfde718b674927e962f2ce6816a299746caee1516ed0f1b21 +size 2856960 diff --git a/datasets/504105.tar b/datasets/504105.tar new file mode 100644 index 0000000000000000000000000000000000000000..aaf11bc560718c5e2cfaf543e747c007ae94e707 --- /dev/null +++ b/datasets/504105.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de942de461f9e0e1abcf34065b9b6f81dd6187fc949908ad49883487c4f1139d +size 8847360 diff --git a/datasets/504131.tar b/datasets/504131.tar new file mode 100644 index 0000000000000000000000000000000000000000..9b8eaa019ff2b393a66d6e8f776095a5a1d0c801 --- /dev/null +++ b/datasets/504131.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cfacbfdff3c519069a94f67a95067196e45b63dc857f552b1061b0764bafd67 +size 10455040 diff --git a/datasets/504141.tar b/datasets/504141.tar new file mode 100644 index 0000000000000000000000000000000000000000..56d2dbdf2d13970e8d5b511928ef95981238ba0c --- /dev/null +++ b/datasets/504141.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20ecd7ba1c975490c7aade3162f37728d31999c5b89c6e4159ea105070d8ac98 +size 2416640 diff --git a/datasets/504422.tar b/datasets/504422.tar new file mode 100644 index 0000000000000000000000000000000000000000..7a6020abf48fe6c1daaa576ec79c6281f551a82a --- /dev/null +++ b/datasets/504422.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985cf89f526915ddefb4f511fa3656a6e8af6ae04bb38345b750b67430d64a0d +size 870400 diff --git a/datasets/504584.tar b/datasets/504584.tar new file mode 100644 index 0000000000000000000000000000000000000000..3874ac2fc2028d81c362a15836c0aa1b893bfece --- /dev/null +++ b/datasets/504584.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad5e31a182141db4946d7e96551cd63a038240a3650834bd2be9e2bb2dfb6d8 +size 9635840 diff --git a/datasets/504596.tar b/datasets/504596.tar new file mode 100644 index 0000000000000000000000000000000000000000..49f198dd4bdc00dcce17b9d0239451056f2df356 --- /dev/null +++ b/datasets/504596.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d7ea9be789bcac8d021e56c02b5c2795807f1ace15e6684e4ebb3077d94ed6f +size 8540160 diff --git a/datasets/504728.tar b/datasets/504728.tar new file mode 100644 index 0000000000000000000000000000000000000000..67f130cdd098c37fba091aa06c48df63cef06151 --- /dev/null +++ b/datasets/504728.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab3bf800a40013062e7faf7f26ad5eee99a166b93ce90b2c20ebf2b0e62a0c2f +size 573440 diff --git a/datasets/504961.tar b/datasets/504961.tar new file mode 100644 index 0000000000000000000000000000000000000000..e8cbb06643f907d0e244678004d413233bb26a02 --- /dev/null +++ b/datasets/504961.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd0a05d8ccaed6006271fa09c6565c74e4d0bc236bb919f21993397f4250462 +size 1597440 diff --git a/datasets/505103.tar b/datasets/505103.tar new file mode 100644 index 0000000000000000000000000000000000000000..e6d8e4beaadca3135a11405c5bfa5fe0b488dd59 --- /dev/null +++ b/datasets/505103.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a82457cbf8cf9d0423126ced62813c7e65b6848efca3a2a1eff2e9c1a8f3fe1 +size 59494400 diff --git a/datasets/505124.tar b/datasets/505124.tar new file mode 100644 index 0000000000000000000000000000000000000000..0de400f9d742d168c139c35675298dd79ec63999 --- /dev/null +++ b/datasets/505124.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ff38c73c3d27b5111ecdf8b7cb19499d863eedeb19118e77decda6a17d3200 +size 20285440 diff --git a/datasets/505234.tar b/datasets/505234.tar new file mode 100644 index 0000000000000000000000000000000000000000..56aefdb7cfbb437af102c39fe0f7c93e1c8d04e3 --- /dev/null +++ b/datasets/505234.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44df2896a905b2d6528f915d4f9718545fabc1508586adabfbe82aec08a89d88 +size 9205760 diff --git a/datasets/505284.tar b/datasets/505284.tar new file mode 100644 index 0000000000000000000000000000000000000000..9e0a8afcff0d36860313d37a4ed35b6aa9bc59b7 --- /dev/null +++ b/datasets/505284.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c17e663b495906cae325d6ddb86a350df7abaaa4d9648323c0c33f72298f272 +size 2375680 diff --git a/datasets/505354.tar b/datasets/505354.tar new file mode 100644 index 0000000000000000000000000000000000000000..17ac44b9195b89a143b2767c4933f8a3a50ba234 --- /dev/null +++ b/datasets/505354.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5b07dfa3c74431ce67b35543508199b232e9ae2ae027a7d5d8664614d24f4e8 +size 3747840 diff --git a/datasets/505422.tar b/datasets/505422.tar new file mode 100644 index 0000000000000000000000000000000000000000..380d23ba609bfd318a479f3b8ec5d89a2a374476 --- /dev/null +++ b/datasets/505422.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1b2af5e71e46c73a58f2331ebf90c9953918995067f0e8dccddda5d8764f00c +size 4618240 diff --git a/datasets/505636.tar b/datasets/505636.tar new file mode 100644 index 0000000000000000000000000000000000000000..dea24d23b9ac1a1f0d62ac6edabf17c0aa4dcb7f --- /dev/null +++ b/datasets/505636.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ee22e3c3944f177dd6578c5a0c7bde5e7a09a61f4de50ad4666a897508a879 +size 3512320 diff --git a/datasets/505882.tar b/datasets/505882.tar new file mode 100644 index 0000000000000000000000000000000000000000..fac6ab9a38e07d657a2cc8e6775a8fb92e612835 --- /dev/null +++ b/datasets/505882.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e993a46ddde059da76c6f7d04f667ddbb1a1880604f8acc6ebd7d642847f41 +size 6215680 diff --git a/datasets/506148.tar b/datasets/506148.tar new file mode 100644 index 0000000000000000000000000000000000000000..5256b301e3d4bf8b49470f3ef119671825be37e2 --- /dev/null +++ b/datasets/506148.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:393cb574a74f12b6c40c1d5cb99d1dbfa1e26a13453190b78f651cc3a3bef40b +size 358400 diff --git a/datasets/506153.tar b/datasets/506153.tar new file mode 100644 index 0000000000000000000000000000000000000000..2cfa5fcda331fa17e028331e94c820b9db6498fd --- /dev/null +++ b/datasets/506153.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d9e3076aa0a220c6743e09e4e2b957eba0c9f44d0f92cd98193e425c29cb43 +size 4935680 diff --git a/datasets/506365.tar b/datasets/506365.tar new file mode 100644 index 0000000000000000000000000000000000000000..7de948337b285a80bdca3b6100d36fa19f3e5209 --- /dev/null +++ b/datasets/506365.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4adb75291b92ab3e04a0804f73efe75c3d808d1bd3504428eb4e9dcf07031843 +size 6717440 diff --git a/datasets/506391.tar b/datasets/506391.tar new file mode 100644 index 0000000000000000000000000000000000000000..a6a7b5cf06c0b3c1d6d9465356f8c9465dee8731 --- /dev/null +++ b/datasets/506391.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1846b8b0d11f834ef72c909ceb0ae859881784b7042f1d2819dc4214dcf306e1 +size 2508800 diff --git a/datasets/506403.tar b/datasets/506403.tar new file mode 100644 index 0000000000000000000000000000000000000000..61938bf93a175de6d2c619ff334300679b850522 --- /dev/null +++ b/datasets/506403.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9456de2e22fd8f76409ef7cf0c5e7d8e9a0f0f8bd73839fa4fb68607421c7732 +size 1064960 diff --git a/datasets/506477.tar b/datasets/506477.tar new file mode 100644 index 0000000000000000000000000000000000000000..f9c9313a50dc17d40b9df508fefe26c1eb5ceaef --- /dev/null +++ b/datasets/506477.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91de331021f3a5d1c390d15e17974b1a78940ced098a3504972d41c89b20dd12 +size 5703680 diff --git a/datasets/506539.tar b/datasets/506539.tar new file mode 100644 index 0000000000000000000000000000000000000000..c087489f6f5ffcdb1488e0eee5a4ec243bf2a1b6 --- /dev/null +++ b/datasets/506539.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbaa815d5d5809e94de163a3276f483704b61ef0421bf0e0d5162ab5eff84933 +size 7997440 diff --git a/datasets/506561.tar b/datasets/506561.tar new file mode 100644 index 0000000000000000000000000000000000000000..71910fa7e5f45043f3dd1d41d363b4a040375417 --- /dev/null +++ b/datasets/506561.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aabff80405ef7d74cb1ed720c0326dcc658eec84266219ad20e56b5e64935b0 +size 12185600 diff --git a/datasets/506667.tar b/datasets/506667.tar new file mode 100644 index 0000000000000000000000000000000000000000..d124dd228a1ff350cb12e7fb833a02d8faf87f2f --- /dev/null +++ b/datasets/506667.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d48e93a7f9409f63ebd19065bd4331c084981c685cb51f86dbdaa9678a8f34e +size 116019200 diff --git a/datasets/506859.tar b/datasets/506859.tar new file mode 100644 index 0000000000000000000000000000000000000000..cab218139b305ad110ab5f60e77feaf3cb2aa506 --- /dev/null +++ b/datasets/506859.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a411b994664c42e924454fb97a24d1bf5ea8cae926dd244c29aaad8746fb88 +size 849920 diff --git a/datasets/506884.tar b/datasets/506884.tar new file mode 100644 index 0000000000000000000000000000000000000000..ce3067854953f2c79917bba0abd1d19e849e9999 --- /dev/null +++ b/datasets/506884.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a04f5cdb40dc509c6fa5333b8843fc270d34c82f73b63000e3da1d2351c3dc99 +size 1361920 diff --git a/datasets/506963.tar b/datasets/506963.tar new file mode 100644 index 0000000000000000000000000000000000000000..f8aded93df83082eb5ca4aabfddbae64191ec2e8 --- /dev/null +++ b/datasets/506963.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9840939381272cbcd48f8b33c6b3bdd1d19c41a97b1159746a99777fee6d9373 +size 1699840 diff --git a/datasets/507088.tar b/datasets/507088.tar new file mode 100644 index 0000000000000000000000000000000000000000..7e58838a642e3e61114fd90f5fbabbf7cf412248 --- /dev/null +++ b/datasets/507088.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a374880935fcd7ee44a9fb98a5e136b05a8d177d613cbdfc32803121136fda +size 2037760 diff --git a/datasets/507402.tar b/datasets/507402.tar new file mode 100644 index 0000000000000000000000000000000000000000..3d6cdbf82f0b5cdd1556d5254e8cb27e1e6530f9 --- /dev/null +++ b/datasets/507402.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:239fdb08496258ea86ca91dbada12b05259aa960d15df1a6cc61071c75f36ccd +size 8570880 diff --git a/datasets/507426.tar b/datasets/507426.tar new file mode 100644 index 0000000000000000000000000000000000000000..47fb55af20235e767668457a7a0c40abc0ce6c0c --- /dev/null +++ b/datasets/507426.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:554d1fdd200b6b72025280635ffe689c19075e3ba42c68caa65d1753b2915e31 +size 43888640 diff --git a/datasets/507511.tar b/datasets/507511.tar new file mode 100644 index 0000000000000000000000000000000000000000..609410f29eb9667ebabc3b8c3f231e33c737dc39 --- /dev/null +++ b/datasets/507511.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f165b73b94f35b5f0bb7b9d8233c20c1346cbf9c98a2f742298599e4bfdfc31 +size 1474560 diff --git a/datasets/507562.tar b/datasets/507562.tar new file mode 100644 index 0000000000000000000000000000000000000000..6dfd4ef4a74c8ebac431a71f5168624f0d0424fd --- /dev/null +++ b/datasets/507562.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bade935dd6ef5d4d91381a0597506352dea6b2f0d0c264cd5383f1a9d9116897 +size 13322240 diff --git a/datasets/507594.tar b/datasets/507594.tar new file mode 100644 index 0000000000000000000000000000000000000000..a419b9100c1e497f255297e3077114c7a1eb331c --- /dev/null +++ b/datasets/507594.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feba262e5ae12521e20942928c2e5ca1c4909deb5056a3a86be4289809206dd1 +size 2344960 diff --git a/datasets/507604.tar b/datasets/507604.tar new file mode 100644 index 0000000000000000000000000000000000000000..73796dc83dc9b56874301adbd6bf1f84d65100bb --- /dev/null +++ b/datasets/507604.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c891ee2d04cae3a2e72170903b133a3e9ddd58d96b96b77026697b6dc2075d34 +size 4024320 diff --git a/datasets/507896.tar b/datasets/507896.tar new file mode 100644 index 0000000000000000000000000000000000000000..60de3a3ddac60b689748e3d2e04f6077c63f5db9 --- /dev/null +++ b/datasets/507896.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff3824c6cabbd669351021c441df4f6fac52a9caca4b1b91ac7caeb38059aa75 +size 481280 diff --git a/datasets/508205.tar b/datasets/508205.tar new file mode 100644 index 0000000000000000000000000000000000000000..c18067556b707f80a782ebb6ca91c7166e17e71a --- /dev/null +++ b/datasets/508205.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5eff67578a7d6121e97e8d5e7ccab66f771147657467ee791eec3648e0d7016 +size 6901760 diff --git a/datasets/508256.tar b/datasets/508256.tar new file mode 100644 index 0000000000000000000000000000000000000000..f6b6020359dcc69e685bd182984fed63d87b7bd6 --- /dev/null +++ b/datasets/508256.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dadf57fcdf369f499c5419ea147205665fd119f2658411ac802bcf99b6b7fdd +size 14069760 diff --git a/datasets/508816.tar b/datasets/508816.tar new file mode 100644 index 0000000000000000000000000000000000000000..03ea4f9ab541b88fd8ca4a1c93b5cef9c4722159 --- /dev/null +++ b/datasets/508816.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb1c03580fe2fabeb2a0b944d9becc15b9d665a60c4439df08d96bb46771095 +size 3082240 diff --git a/datasets/509030.tar b/datasets/509030.tar new file mode 100644 index 0000000000000000000000000000000000000000..1c61a2cf57a8b8ab9c5097d7f7926877f995a913 --- /dev/null +++ b/datasets/509030.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c61e0a0374232586e88c34dc4b630b3a14ab1a7d13c16da44d041db7eb06eb9 +size 972800 diff --git a/datasets/509238.tar b/datasets/509238.tar new file mode 100644 index 0000000000000000000000000000000000000000..5ec1c9016817e1fa48ee68f7dd16785bbbbbddbf --- /dev/null +++ b/datasets/509238.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737021871db62bd53a7694bf716e8227c1a525a61591552a3c00b4818d945a93 +size 4659200 diff --git a/datasets/509398.tar b/datasets/509398.tar new file mode 100644 index 0000000000000000000000000000000000000000..ef94643f2326d5d332cd42284f57c40cf78cbbf3 --- /dev/null +++ b/datasets/509398.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dadcf78589ca34903b3cc1d2e6c5e5ec87c27afd62192770914e6514a1062452 +size 43489280 diff --git a/datasets/509628.tar b/datasets/509628.tar new file mode 100644 index 0000000000000000000000000000000000000000..44b31313e44157a20ce11ab2461a73a1b5768f33 --- /dev/null +++ b/datasets/509628.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c51e91c1229ff7d0ddb8f600c7e407f34d977eddc82dde9a64228a7df52210f0 +size 9123840 diff --git a/datasets/509661.tar b/datasets/509661.tar new file mode 100644 index 0000000000000000000000000000000000000000..bf391efc369e5fce647face19b982d25b10c11e0 --- /dev/null +++ b/datasets/509661.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3126db873e075573aac50d5e8d2f46a6422904f4178c47650dd0f49ccfbfa1f4 +size 6492160 diff --git a/datasets/509832.tar b/datasets/509832.tar new file mode 100644 index 0000000000000000000000000000000000000000..8d9ba4252d3f757efe26107fa03404485e4f5015 --- /dev/null +++ b/datasets/509832.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd24fd6d3f853f435e37fb4a63aec57898441a2c346ff4c7096d399f7f01572 +size 15851520 diff --git a/datasets/509907.tar b/datasets/509907.tar new file mode 100644 index 0000000000000000000000000000000000000000..d3e1c8d3a74a7ea06e5a3f7a9d43ca3898ddd299 --- /dev/null +++ b/datasets/509907.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb347b708547a47ed3bf21d1a2e71f550a273578dcb32d3f6a2b7d60ea84c72d +size 38420480 diff --git a/datasets/510152.tar b/datasets/510152.tar new file mode 100644 index 0000000000000000000000000000000000000000..31c77fa606e53d7e57cdf435a2fc5d4c8a311e35 --- /dev/null +++ b/datasets/510152.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a63cd9872802f05845c34ca0e104a7ebb7c3f7d9a830f891ccf6cb28a4ba47fa +size 8314880 diff --git a/datasets/510194.tar b/datasets/510194.tar new file mode 100644 index 0000000000000000000000000000000000000000..bb3925cae849d103f7fe624b78dc78ef88d66da6 --- /dev/null +++ b/datasets/510194.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84153423ebcfef487e825345113315ae36963bf35ba8a45696acb047125679c0 +size 1617920 diff --git a/datasets/510268.tar b/datasets/510268.tar new file mode 100644 index 0000000000000000000000000000000000000000..1649c3a6a60266cb3bf6345209399e7c1fc6e784 --- /dev/null +++ b/datasets/510268.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13fd55c4b7e8cd7864c18cee7e454aca13a45531b0a885acac088224320e331f +size 3512320 diff --git a/datasets/510271.tar b/datasets/510271.tar new file mode 100644 index 0000000000000000000000000000000000000000..483a161e8380f8916499542fa0026f2529ee07ce --- /dev/null +++ b/datasets/510271.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caca89915ca6dacd904e332f37be1059a37ed016ff0d16631bdc2d8fbfe68832 +size 1587200 diff --git a/datasets/510317.tar b/datasets/510317.tar new file mode 100644 index 0000000000000000000000000000000000000000..b69c987b4e66abe8a761e46d751bbe57502d0640 --- /dev/null +++ b/datasets/510317.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9209ee8bc96d5e30f17b9918e357e24bd01d9b581f3dbcc56a2981f4249d5e40 +size 1167360 diff --git a/datasets/510462.tar b/datasets/510462.tar new file mode 100644 index 0000000000000000000000000000000000000000..5a1c442e8222af66d0378a0d518547817fcfd995 --- /dev/null +++ b/datasets/510462.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a38e96e5db4f06a73783f1575fb29485beaabc6f6be2dc7d7e4a235bf611d5d +size 10086400 diff --git a/datasets/510594.tar b/datasets/510594.tar new file mode 100644 index 0000000000000000000000000000000000000000..28a7d5a6bced10aeac81f1b080a217415341a9a3 --- /dev/null +++ b/datasets/510594.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2f47258c1cb8f2ccff6cd2c89af75ecb1a7796eb42bb3b1ebcfa013096938cc +size 1372160 diff --git a/datasets/510651.tar b/datasets/510651.tar new file mode 100644 index 0000000000000000000000000000000000000000..fa2b174d716bfad0f4cb4d03dc2e2afe981c22fb --- /dev/null +++ b/datasets/510651.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3457a4ef5a0285b8a88274c1a7c44c2987a3461c75d0d8e3adda1239335f1fd +size 3430400 diff --git a/datasets/510692.tar b/datasets/510692.tar new file mode 100644 index 0000000000000000000000000000000000000000..346649b11ecbde7eede9d6150063412b392da6a4 --- /dev/null +++ b/datasets/510692.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f20c903e13025d6c174f6a29e5341f482017e4102244b2425686cba2990a158 +size 16967680 diff --git a/datasets/510836.tar b/datasets/510836.tar new file mode 100644 index 0000000000000000000000000000000000000000..16c9ea5d83242c24dd5c81fa2340be94c12ba8f0 --- /dev/null +++ b/datasets/510836.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03474c35278b4462ad840408bf3d9336e52bd07552c0d7adcfc5438194238e8e +size 43489280 diff --git a/datasets/510883.tar b/datasets/510883.tar new file mode 100644 index 0000000000000000000000000000000000000000..96df639bd95a93dca13e1d5c304eb4828b462ff4 --- /dev/null +++ b/datasets/510883.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a861f2c5610999d2e82fed2a481076ac80b0a3d59087c5de3bf91ed803505244 +size 3829760 diff --git a/datasets/51110.tar b/datasets/51110.tar new file mode 100644 index 0000000000000000000000000000000000000000..cdf0ef971c69435df728a778aeebc42f066ad46f --- /dev/null +++ b/datasets/51110.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e762631ee768dc7fa25a50ecdcdd86313df50d8458a503c8d818f7dfd24e418 +size 195102720 diff --git a/datasets/511119.tar b/datasets/511119.tar new file mode 100644 index 0000000000000000000000000000000000000000..f5e38da57fd42f104ab0cf27287c05a0fd07cbd3 --- /dev/null +++ b/datasets/511119.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d165a89638c6eab30dd2032953366989cd97b54be0fdd53baf21b9668d371a9 +size 12625920 diff --git a/datasets/511132.tar b/datasets/511132.tar new file mode 100644 index 0000000000000000000000000000000000000000..89480a2530744e6d1499dc9804df2756a3f21179 --- /dev/null +++ b/datasets/511132.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f02a6254894fa363c5021ded7c606bf754282031ba5668b6add745795bb8d2 +size 2344960 diff --git a/datasets/511150.tar b/datasets/511150.tar new file mode 100644 index 0000000000000000000000000000000000000000..b97afb41ee8118629a8e642687daa62fca2c531a --- /dev/null +++ b/datasets/511150.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b190912f44eeb053ec712bd19147d5c1b4fab8246b7aa89658b11e78477b0b5 +size 5232640 diff --git a/datasets/511170.tar b/datasets/511170.tar new file mode 100644 index 0000000000000000000000000000000000000000..82059be0f01e83e5405de56cc6a7354c5da792b9 --- /dev/null +++ b/datasets/511170.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a17922b5e69428f5b650d9bca0df423cd4e0f80f1a3a238c69dfda3d24951a8 +size 8417280 diff --git a/datasets/511183.tar b/datasets/511183.tar new file mode 100644 index 0000000000000000000000000000000000000000..9c651e8121111529df6746371ba9fd638c80d4c9 --- /dev/null +++ b/datasets/511183.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0588b5e1aa478f6a055cd51b08b13b1225813d78a3b2d9c928d42b263b6edd79 +size 204800 diff --git a/datasets/511532.tar b/datasets/511532.tar new file mode 100644 index 0000000000000000000000000000000000000000..faa67d60f5b2c045c2ddd6748f6004731e372a93 --- /dev/null +++ b/datasets/511532.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e81eb36de2b9dec174d6c961b92e63aaafceea2f4a05cefb5c35cbf96513420e +size 3737600 diff --git a/datasets/511716.tar b/datasets/511716.tar new file mode 100644 index 0000000000000000000000000000000000000000..af3fa039d7dc2e74db46c8d0c3847396a440024e --- /dev/null +++ b/datasets/511716.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da486cdabb8401f72fd0336903ea767a1bc00ce30f49ddb264c7765448b6560 +size 9390080 diff --git a/datasets/512169.tar b/datasets/512169.tar new file mode 100644 index 0000000000000000000000000000000000000000..ed403367eaf8329414e5b89b379e62b425421bfb --- /dev/null +++ b/datasets/512169.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca76d1d04ae95daed6ac8652ce9aa0b8a31b2ef7c959b6cf989ace39d9bd97fd +size 44400640 diff --git a/datasets/512385.tar b/datasets/512385.tar new file mode 100644 index 0000000000000000000000000000000000000000..25d5f57c6046f8af68d9b929e3d0a9d9542b23b6 --- /dev/null +++ b/datasets/512385.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23c8a022a6440d48d5d7c2b0f9290b5106be2aa077a8f4025e72abc1b7f69f5f +size 11161600 diff --git a/datasets/512590.tar b/datasets/512590.tar new file mode 100644 index 0000000000000000000000000000000000000000..9353d76a13bd0b8ce3acea1291effb4e6538db15 --- /dev/null +++ b/datasets/512590.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab6201749bdf24aed5b4ab22116e194733afd142029c73363ded15e996566f6f +size 3788800 diff --git a/datasets/512710.tar b/datasets/512710.tar new file mode 100644 index 0000000000000000000000000000000000000000..a8c9e4a022ad6f338ca7765ae969f59a3adc3750 --- /dev/null +++ b/datasets/512710.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6ded5278f9bdf523a0a878fc8a30bdc1d39aedf25ceb9a19eb45e41095264a +size 107653120 diff --git a/datasets/512837.tar b/datasets/512837.tar new file mode 100644 index 0000000000000000000000000000000000000000..fa52182834a087d8bce34500d91defe9db9b5cf6 --- /dev/null +++ b/datasets/512837.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e413c3cc67ea3ee8ddfdd1141420ddf3242a7d7cb332a06d840e81a4227b67 +size 11182080 diff --git a/datasets/512838.tar b/datasets/512838.tar new file mode 100644 index 0000000000000000000000000000000000000000..bef6c35d19edc6f49c7707b0d0c19b4274c8fd50 --- /dev/null +++ b/datasets/512838.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7397cfcd682e5cddb1b9269f14f1f77ba9dd9cfda4f7fc2331bbf6e02d287c04 +size 552960 diff --git a/datasets/512854.tar b/datasets/512854.tar new file mode 100644 index 0000000000000000000000000000000000000000..e8564701ae03a5d2368bb9c2e8f6c0ac4af620d8 --- /dev/null +++ b/datasets/512854.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20230ecc1a9a97bb9ddb8b2c8e790e7eb6667a84c666df07bec12724ccaaa2f2 +size 26757120 diff --git a/datasets/512979.tar b/datasets/512979.tar new file mode 100644 index 0000000000000000000000000000000000000000..c969ed79dc5f0159d769a543543bfe31376545a1 --- /dev/null +++ b/datasets/512979.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d36da1dde2e2e5973a04928a8f2f31699c7c6320285d6580af3bfb9dbf8d6bc5 +size 6297600 diff --git a/datasets/513062.tar b/datasets/513062.tar new file mode 100644 index 0000000000000000000000000000000000000000..5a1df916b961bdd6ace29d10ff5b079d87c21eed --- /dev/null +++ b/datasets/513062.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c47d894047f84865d87d2faebefebcc254159782d986518b1c9b628aaef188f +size 215040 diff --git a/datasets/513065.tar b/datasets/513065.tar new file mode 100644 index 0000000000000000000000000000000000000000..b3207ce6bd46a1308b9c569f07bcf62812a04af8 --- /dev/null +++ b/datasets/513065.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94cd1c6d2d84f6ddc57b70753505097ab2a3868a1b4b457a9767500c46a581e4 +size 6400000 diff --git a/datasets/513130.tar b/datasets/513130.tar new file mode 100644 index 0000000000000000000000000000000000000000..e7f676ba3f76291b7f08553eb740dff91f1cc3fd --- /dev/null +++ b/datasets/513130.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e7df5b9a9d2a608c365b6b8f5744c51729c8bf88cd313a65b6042353929537 +size 6195200 diff --git a/datasets/513446.tar b/datasets/513446.tar new file mode 100644 index 0000000000000000000000000000000000000000..4bdfff8c857f41600bd2b31888869351d94e98d3 --- /dev/null +++ b/datasets/513446.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7918a184561d5b7b69ff8ee8b7531df1d6f53a7e6cb210a517702744154728fb +size 8529920 diff --git a/datasets/513551.tar b/datasets/513551.tar new file mode 100644 index 0000000000000000000000000000000000000000..71566f2017d12ef93520ce0145b7cb8a8621d07c --- /dev/null +++ b/datasets/513551.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa544d4122e18ee333fbaec86f53b1aae17cc5fda39c10fe7a331da445dd14f +size 15994880 diff --git a/datasets/513570.tar b/datasets/513570.tar new file mode 100644 index 0000000000000000000000000000000000000000..c8f4f91e58add833d4b6d82d8db79ac9d0e2b2ef --- /dev/null +++ b/datasets/513570.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4deffceafe5b31f3d90da1602cab78ba4883a99b718f4d7564c4a6bc3ea1e3 +size 7086080 diff --git a/datasets/513739.tar b/datasets/513739.tar new file mode 100644 index 0000000000000000000000000000000000000000..8ad0d48a9ce7b22855fca38109e70c882586c8e8 --- /dev/null +++ b/datasets/513739.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f416b0c86eda61e73045b60d5ba8cd3cbef32319edcccb915c5896ee99b5d2c2 +size 1832960 diff --git a/datasets/513795.tar b/datasets/513795.tar new file mode 100644 index 0000000000000000000000000000000000000000..7dae5227c3cfdfdf1d24bfb9c450e2b8a29f8cdc --- /dev/null +++ b/datasets/513795.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374b11fc04a27aace0f509e2fce908fc519a18fc40edd35dcdc86d3546cae82f +size 92160 diff --git a/datasets/513867.tar b/datasets/513867.tar new file mode 100644 index 0000000000000000000000000000000000000000..3b8955479a283525770d6523cbe75ac26be62b91 --- /dev/null +++ b/datasets/513867.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f13306849e64b9474960919eff528177b69df514cc123fda0be18ad4df5929 +size 1986560 diff --git a/datasets/514090.tar b/datasets/514090.tar new file mode 100644 index 0000000000000000000000000000000000000000..0ba0278f7c33cfda33f01933b4ce804288acfc14 --- /dev/null +++ b/datasets/514090.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee54005cdc049c7843e39d0e243ed7bdd5c0e57e92d035fed6811cfc675eb7d +size 1638400 diff --git a/datasets/514148.tar b/datasets/514148.tar new file mode 100644 index 0000000000000000000000000000000000000000..edb0c2012206f29e78564e07fccf2c4ecacb301a --- /dev/null +++ b/datasets/514148.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb9bb240aff3323bc98c85d2c74c0e07ebccea536db0b47b8c9e1f10ae5f9f3 +size 1095680 diff --git a/datasets/514400.tar b/datasets/514400.tar new file mode 100644 index 0000000000000000000000000000000000000000..ea436b65f4bd60a22565a73551f746cf0da98bae --- /dev/null +++ b/datasets/514400.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea7fa9742bdc511eddec3c5b4dc78d0468406a85c94cf93d1ba9b21702b0a94 +size 1894400 diff --git a/datasets/514451.tar b/datasets/514451.tar new file mode 100644 index 0000000000000000000000000000000000000000..8913f5828a1e1e8d32905f20067502379452c83b --- /dev/null +++ b/datasets/514451.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db429c321e276d0f8dbde717903d8bd231bfc4d28687e7749af7fbf0efdafe15 +size 9175040 diff --git a/datasets/514936.tar b/datasets/514936.tar new file mode 100644 index 0000000000000000000000000000000000000000..3a6f1fab04e1acd49b68590448966744814b6097 --- /dev/null +++ b/datasets/514936.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef795a4504838279cf30b2fd0e815a7b329274963258356a227a6a37c773a68a +size 1935360 diff --git a/datasets/515065.tar b/datasets/515065.tar new file mode 100644 index 0000000000000000000000000000000000000000..f2409ee27b98494ee992ccd798a88e05d33514a8 --- /dev/null +++ b/datasets/515065.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f2790e33cce6648a6a16b7ea7b430bb59d5dc8b4635b8d021eb24c86abc2728 +size 10250240 diff --git a/datasets/515092.tar b/datasets/515092.tar new file mode 100644 index 0000000000000000000000000000000000000000..5e72aef97295c746de1e348e9d2a1c83ecdd0302 --- /dev/null +++ b/datasets/515092.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99a3a504cf18bd3b69d1020c6a7101248b85c2155b80344c8a628152012b4fff +size 5744640 diff --git a/datasets/515120.tar b/datasets/515120.tar new file mode 100644 index 0000000000000000000000000000000000000000..aaf38891c89ad34b749a5017ce5f4627f939bfbd --- /dev/null +++ b/datasets/515120.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5422bc2c13e95334d0be16c1e4d968775bc12e3e22b2f833576e4d5f89aab3 +size 32747520 diff --git a/datasets/515435.tar b/datasets/515435.tar new file mode 100644 index 0000000000000000000000000000000000000000..d5a13e820255a5cfc2decc2730c980e2305c7aa8 --- /dev/null +++ b/datasets/515435.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1c6caff155520410375478de53ed8fcf4942a1279846d4230be5b6efb0f8034 +size 9881600 diff --git a/datasets/515494.tar b/datasets/515494.tar new file mode 100644 index 0000000000000000000000000000000000000000..219c4c1cd850ed294d5483323a3c5dda351543e5 --- /dev/null +++ b/datasets/515494.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22957a46c9fe337ab53139572119cb7cb0d31551bdfb947e5ae31667235c9abf +size 542720 diff --git a/datasets/515496.tar b/datasets/515496.tar new file mode 100644 index 0000000000000000000000000000000000000000..6a0c177da691f2cec3c97752df089bb88c8c5c31 --- /dev/null +++ b/datasets/515496.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dfc82e33b51e1aba244f63f8aae27aaafd0456432a39b984cefb324c1d6754a +size 942080 diff --git a/datasets/515521.tar b/datasets/515521.tar new file mode 100644 index 0000000000000000000000000000000000000000..6b7be7e2d5d81a2f27fc968660ec8de0f5cfff13 --- /dev/null +++ b/datasets/515521.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6bc4329f675beb21f2cb83a37658b459e8229512f280d03708e94243276854 +size 9533440 diff --git a/datasets/515667.tar b/datasets/515667.tar new file mode 100644 index 0000000000000000000000000000000000000000..332414e6c87384dc8c9b3056e0fca955e9d6652f --- /dev/null +++ b/datasets/515667.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a2efbed0de423cc8d0ef3442a4de6a41acf246445e3786def0f76d403fe0fa6 +size 2007040 diff --git a/datasets/515968.tar b/datasets/515968.tar new file mode 100644 index 0000000000000000000000000000000000000000..d730a64b587a7212f99d96810fb9a6d19872b9f9 --- /dev/null +++ b/datasets/515968.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a44af00fb07c5a3e506c93e5d2003904b652bcd838bd0c16ada4d81ae8dbb79 +size 8888320 diff --git a/datasets/516358.tar b/datasets/516358.tar new file mode 100644 index 0000000000000000000000000000000000000000..a1c2e57360908b8efd8aaf83081d294df63b142e --- /dev/null +++ b/datasets/516358.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9d779cac4af13f9f93b134d904aa73a426d2c1470cb5c3d8ab7d1d4e1948ab1 +size 10076160 diff --git a/datasets/516428.tar b/datasets/516428.tar new file mode 100644 index 0000000000000000000000000000000000000000..cdbb0e95e6e1b44c540a3a140fb50b437a0bbb0e --- /dev/null +++ b/datasets/516428.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38f778c4b721263d2b6cfe220ca247bcdaeef2a669731b99f437d1697edab22e +size 4311040 diff --git a/datasets/516559.tar b/datasets/516559.tar new file mode 100644 index 0000000000000000000000000000000000000000..61962bc1d539679ce3bb6035ac0272ef362ed231 --- /dev/null +++ b/datasets/516559.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51a0c09c655f10b5eac42a4190a383e748d14e80fc1a5728cd113f3ea7bd8d3f +size 1413120 diff --git a/datasets/516604.tar b/datasets/516604.tar new file mode 100644 index 0000000000000000000000000000000000000000..564d9baae07014d4d9736765f04d52c64cc57ede --- /dev/null +++ b/datasets/516604.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ad5fb781e732f201b8b8a39a5c8596466c3ac4bab1db42433db4c3945d403e +size 13619200 diff --git a/datasets/516733.tar b/datasets/516733.tar new file mode 100644 index 0000000000000000000000000000000000000000..408714bda5c3048d6d24aa74261e1f03129d681a --- /dev/null +++ b/datasets/516733.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dce7901e4d8e05b0e4d3544202e4a982792d115534f3c1504bf1fd32f2cc7090 +size 15073280 diff --git a/datasets/516735.tar b/datasets/516735.tar new file mode 100644 index 0000000000000000000000000000000000000000..f526720cc6a5ed8d82afdd7d11e2bb7fa49bbbd2 --- /dev/null +++ b/datasets/516735.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e4d217a9934e6cfed9d4388ef4ba87d380a396517d81f3c1dfb474ccf89875a +size 30433280 diff --git a/datasets/516801.tar b/datasets/516801.tar new file mode 100644 index 0000000000000000000000000000000000000000..b1e6c48e3cffe520567db9841c7ade11be28fd5b --- /dev/null +++ b/datasets/516801.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a8beed080b334dbb718c5686deccac7372dfd810dbd06ebb6cd033d1d34ad0 +size 3921920 diff --git a/datasets/516973.tar b/datasets/516973.tar new file mode 100644 index 0000000000000000000000000000000000000000..c0e4752e762795ed35e2faa37ac3a788665cf4df --- /dev/null +++ b/datasets/516973.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ef0fca898fdbd8d53b186c3c5a86ca4c891ce6f11c9c5cacd7c55cfcee64c9 +size 3860480 diff --git a/datasets/517159.tar b/datasets/517159.tar new file mode 100644 index 0000000000000000000000000000000000000000..d457ae3d842e498fccba1a7d514ccbe5af030ccb --- /dev/null +++ b/datasets/517159.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e37bb4b267fb36a3b685fe7ed0d19abf1543fbdee936d0fcd26abef8092630 +size 4321280 diff --git a/datasets/517242.tar b/datasets/517242.tar new file mode 100644 index 0000000000000000000000000000000000000000..382055133b753ec6655f44cf863098ab8efb0883 --- /dev/null +++ b/datasets/517242.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1010c476debadffeb1721a24037a202fc2cbec766ca72c8b120b53b495c3e815 +size 10526720 diff --git a/datasets/517592.tar b/datasets/517592.tar new file mode 100644 index 0000000000000000000000000000000000000000..238c137a9d23784047954deaf04f463b74c9796f --- /dev/null +++ b/datasets/517592.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b17b7f8ac166478bb15d0dd733d8aaa336c3c69dd30109fbf7e00e3a97002b2 +size 136734720 diff --git a/datasets/517739.tar b/datasets/517739.tar new file mode 100644 index 0000000000000000000000000000000000000000..298aeee4d7820a736803f5c3bf07f671ef5a44f3 --- /dev/null +++ b/datasets/517739.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b436da891966040777baacc4f33d8e1168e1b912f0e10220c4b50fe2d850bb +size 2007040 diff --git a/datasets/517839.tar b/datasets/517839.tar new file mode 100644 index 0000000000000000000000000000000000000000..604d84b0db8ce16a41201400ed8f92c91f5060e0 --- /dev/null +++ b/datasets/517839.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe8d4092ac5847d8a32c7b023850ef66362f6c0806919ede9022a3c5900a5e7 +size 17059840 diff --git a/datasets/517911.tar b/datasets/517911.tar new file mode 100644 index 0000000000000000000000000000000000000000..a3e7ee75866f23a571c8b8c88783ba125ed027a4 --- /dev/null +++ b/datasets/517911.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5007363ff9b2e5fd4e6990004f6c6c7bf714614cdee82f6d002e5995f9d2d1f5 +size 23285760 diff --git a/datasets/517926.tar b/datasets/517926.tar new file mode 100644 index 0000000000000000000000000000000000000000..c0f4bd8d240b2254b1e9894e456d6a1602b4e9ce --- /dev/null +++ b/datasets/517926.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e05bc6c88674a91f4262b08979874be547d3f95e01e65996e621ac03702e952 +size 675840 diff --git a/datasets/518037.tar b/datasets/518037.tar new file mode 100644 index 0000000000000000000000000000000000000000..044c15d427d1dac810eb4f2da6fd221747dc8b54 --- /dev/null +++ b/datasets/518037.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8165f03e7518de90516267ab40fb2fa16efcb207880b289a6b40a3e3b5e97a5b +size 16179200 diff --git a/datasets/518233.tar b/datasets/518233.tar new file mode 100644 index 0000000000000000000000000000000000000000..dfb543fe1df1ec3bd8303656b55e4f8c55199430 --- /dev/null +++ b/datasets/518233.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:442420fc9fefdb66c119a69b7549175397b1579c3f51af5133377996d8b43be2 +size 13035520 diff --git a/datasets/518312.tar b/datasets/518312.tar new file mode 100644 index 0000000000000000000000000000000000000000..d9e86a9dfa2829f963db4cd06a023e2d139b3856 --- /dev/null +++ b/datasets/518312.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66facf658da414f8bd574296a8e7809cb398a2769a37d883405f69fe00eb9aba +size 85166080 diff --git a/datasets/518377.tar b/datasets/518377.tar new file mode 100644 index 0000000000000000000000000000000000000000..0adb5125fedb9a7c0fbc31eb6eacce8fe632fd23 --- /dev/null +++ b/datasets/518377.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a65ddc74647799cba55020e42419459763443320d519667a1a0ff76ad535002c +size 1105920 diff --git a/datasets/518390.tar b/datasets/518390.tar new file mode 100644 index 0000000000000000000000000000000000000000..1ccd827200bdddcd9ff5e7c871cc8ea9fd4fe709 --- /dev/null +++ b/datasets/518390.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e9b80c689cbcaf58813374f9666914c4a02b1e0bd62ab39a8979f016407eb26 +size 51927040 diff --git a/datasets/518613.tar b/datasets/518613.tar new file mode 100644 index 0000000000000000000000000000000000000000..3696d644c6f67a9a9626731aeb480efc19345e63 --- /dev/null +++ b/datasets/518613.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0e4ea259c2108cb04a51423798e69549c2e8d1a4be7a359c97c4ba9e39fe9c6 +size 1269760 diff --git a/datasets/518653.tar b/datasets/518653.tar new file mode 100644 index 0000000000000000000000000000000000000000..819c3c18d9c0cfb69b4cd2e178b0873e497787ba --- /dev/null +++ b/datasets/518653.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3292b1bc417e094dbb7ddf2995fd805706dd9a5f08ca2bda38821725b9f5c0ea +size 151040000 diff --git a/datasets/518759.tar b/datasets/518759.tar new file mode 100644 index 0000000000000000000000000000000000000000..14d409604dd780337c41ba07a813c1d88fa5da67 --- /dev/null +++ b/datasets/518759.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c1f15a93c235ec0329b67fb7dbe95ba810af8a1f9eeab69c2bf708bab87adef +size 1024000 diff --git a/datasets/518894.tar b/datasets/518894.tar new file mode 100644 index 0000000000000000000000000000000000000000..9c930614ae1551e1058f0224781f91ee89846188 --- /dev/null +++ b/datasets/518894.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7844b91f95067314917dbc884d1f8a5d47ac4ab7cb512aa06f34058f615456 +size 12564480 diff --git a/datasets/519041.tar b/datasets/519041.tar new file mode 100644 index 0000000000000000000000000000000000000000..2eb08a179c20f094e3be9517832f20434a4a02b2 --- /dev/null +++ b/datasets/519041.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dabee26ecb729142f70699a551808d8345ba99aaa4ab5427e2faea20b7662ba +size 6686720 diff --git a/datasets/519045.tar b/datasets/519045.tar new file mode 100644 index 0000000000000000000000000000000000000000..9344370d88f771114fea30ab18a684cb2a1afb8e --- /dev/null +++ b/datasets/519045.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb677117d553e50ca8759f71fe652382a684646cb504616e1b1f3e2d15029cd +size 2396160 diff --git a/datasets/519209.tar b/datasets/519209.tar new file mode 100644 index 0000000000000000000000000000000000000000..0115800aa90530534f026eb9f11a27850f7a76c3 --- /dev/null +++ b/datasets/519209.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce3c1f3b9bba2bb50eb566de9d15684c388336b5b4477cac00b3fab5975bbed4 +size 3133440 diff --git a/datasets/519312.tar b/datasets/519312.tar new file mode 100644 index 0000000000000000000000000000000000000000..3c80ffbc3f0902ec7812da51eb4b99e39409db72 --- /dev/null +++ b/datasets/519312.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2d7586d627a1b6821221d9edecf738b0d3852dd3c2804a9a5c7adc1eb189c8c +size 35563520 diff --git a/datasets/519434.tar b/datasets/519434.tar new file mode 100644 index 0000000000000000000000000000000000000000..8ef52b971bfb94fc599cda4d2390f95bb7a63669 --- /dev/null +++ b/datasets/519434.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe76b9803e9b120a4bda79f2b1ef010d962f6b300ebe5f8f0960e113fa5a45ad +size 4874240 diff --git a/datasets/519572.tar b/datasets/519572.tar new file mode 100644 index 0000000000000000000000000000000000000000..06654efe8845a4aa6811eca466dd3bd234556fd3 --- /dev/null +++ b/datasets/519572.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0502fbcc106d937827b8fbaf42482b6576c4a13951aba15636d89cbbe3b81f7f +size 43765760 diff --git a/datasets/519807.tar b/datasets/519807.tar new file mode 100644 index 0000000000000000000000000000000000000000..cb98c39d481888e45710d69264e8c49356a1102a --- /dev/null +++ b/datasets/519807.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820cd3794c79f48f5ddf042031a57fa58996589aa782e80c7eab28586162a295 +size 1863680 diff --git a/datasets/519828.tar b/datasets/519828.tar new file mode 100644 index 0000000000000000000000000000000000000000..0a39ffcdf5adfd4c579cd5e10af31f8e6341d755 --- /dev/null +++ b/datasets/519828.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2723b4f75b56e4e961c4b93358e79aed353ad1f70b3e6ebd33064233e2251f1b +size 460800 diff --git a/datasets/520023.tar b/datasets/520023.tar new file mode 100644 index 0000000000000000000000000000000000000000..a1ea7b5c98096e747e6fd5138d76d61846d8aaef --- /dev/null +++ b/datasets/520023.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc67d2ba4eaf8830b2dd0abbc0e483abc793b1757673299c9ea153f179f4780 +size 3287040 diff --git a/datasets/520039.tar b/datasets/520039.tar new file mode 100644 index 0000000000000000000000000000000000000000..5af20de6fbce7689df628e49cea478e215a8e271 --- /dev/null +++ b/datasets/520039.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d12ab09ca50fafb818c7e90ed9e960b0869bfeecc04a2d462f88f7181d4427a9 +size 1454080 diff --git a/datasets/520149.tar b/datasets/520149.tar new file mode 100644 index 0000000000000000000000000000000000000000..1898a5e9459d495613e6f7f5dff99249c9e67d1e --- /dev/null +++ b/datasets/520149.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28deebb259c933bc42a4b49f2860218b8f7b7528c37596bbec172b47826fc9ea +size 4341760 diff --git a/datasets/520164.tar b/datasets/520164.tar new file mode 100644 index 0000000000000000000000000000000000000000..f66d067a9e694cfede4ddc0df0840b78bdeca610 --- /dev/null +++ b/datasets/520164.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34801a75d88a130b511f4a1e0c053127b959e4c28eff3c696b1e03cf622700bd +size 6983680 diff --git a/datasets/520333.tar b/datasets/520333.tar new file mode 100644 index 0000000000000000000000000000000000000000..c71160e199e6147cedbac1f4fe60c0db589629e8 --- /dev/null +++ b/datasets/520333.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e310790570b7a32b7033b5a7cc3d44bca282ca80e5a74c1fc204ffb76c75f3 +size 1239040 diff --git a/datasets/520380.tar b/datasets/520380.tar new file mode 100644 index 0000000000000000000000000000000000000000..8a749a61acd840ac8c1bd465a8ee32bd273a7bd7 --- /dev/null +++ b/datasets/520380.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31e37f0668c49b2d555df5cbcda6dfaabe1ef080b521a95e7594295879aee52 +size 1607680 diff --git a/datasets/520386.tar b/datasets/520386.tar new file mode 100644 index 0000000000000000000000000000000000000000..27f6287588a5778d394ff737c1c3981dc56d7e3d --- /dev/null +++ b/datasets/520386.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc93d41839a2b925819609cf8db5977cd465bd57d473d1ed6db0341103c66300 +size 3543040 diff --git a/datasets/520418.tar b/datasets/520418.tar new file mode 100644 index 0000000000000000000000000000000000000000..10ee9330203a33ba8a0913375547007a64b5b2de --- /dev/null +++ b/datasets/520418.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6071aae468a8bbc3c2df020db148f43faa234ad978d89bd11edba747c5dc226d +size 1075200 diff --git a/datasets/520837.tar b/datasets/520837.tar new file mode 100644 index 0000000000000000000000000000000000000000..4a2e065539bf3b3869f10990a07e9f226c3ff276 --- /dev/null +++ b/datasets/520837.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ffe71c2273666e38fff4d5ee4527d786d02a1f55198040804db82c51bd9f4f +size 1863680 diff --git a/datasets/521063.tar b/datasets/521063.tar new file mode 100644 index 0000000000000000000000000000000000000000..8229d280773d5edac0b9df9cc63addf908114ec5 --- /dev/null +++ b/datasets/521063.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f3aa8bc65086ebccf0c63e2b90b6d8e7d1d42bdb7f9feced7b8a5fec5c0596 +size 2416640 diff --git a/datasets/521167.tar b/datasets/521167.tar new file mode 100644 index 0000000000000000000000000000000000000000..7bb5af42ec7912b16cdb9a48952babf47292e490 --- /dev/null +++ b/datasets/521167.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09348e5bcb41a568bae39c9978dfbd6c01a1d4171643807562df40ad344ddb25 +size 1720320 diff --git a/datasets/521221.tar b/datasets/521221.tar new file mode 100644 index 0000000000000000000000000000000000000000..52a22ed51b923ec276678a542937d554d9a2b63c --- /dev/null +++ b/datasets/521221.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9493fba03dc05bc2176957b91c60ebdc458e6952b2e39a34a07f75c287f9cf61 +size 13076480 diff --git a/datasets/521257.tar b/datasets/521257.tar new file mode 100644 index 0000000000000000000000000000000000000000..2aea95382bf9793a12ee67d5e82c072a2db457d4 --- /dev/null +++ b/datasets/521257.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8ed4553dc361c7f15ff3dd721237af363bb632c5f74d8e2076b25f6eb2ce71 +size 6195200 diff --git a/datasets/521269.tar b/datasets/521269.tar new file mode 100644 index 0000000000000000000000000000000000000000..fad755df92bdbdb649351282d6af7264d010d952 --- /dev/null +++ b/datasets/521269.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:771f9ad03e74dfe0d8eec57e0a8ffffe9488abd9bff442b8117f5f2c17ebea68 +size 2396160 diff --git a/datasets/521452.tar b/datasets/521452.tar new file mode 100644 index 0000000000000000000000000000000000000000..81f7372e2f3d3becb9910f79ad57c82b9ece99c4 --- /dev/null +++ b/datasets/521452.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e69a11f878c92aef352d9fe4a8f7e77407d44850874140ba78a72c5d4f8ab8 +size 16189440 diff --git a/datasets/521521.tar b/datasets/521521.tar new file mode 100644 index 0000000000000000000000000000000000000000..e61cd94325f11dcbcfd6a7346aa9e41f33008b3b --- /dev/null +++ b/datasets/521521.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d894be9b81901941c183596e4859d87ba8d62e70bc0a0df7bfef7a3f7460babd +size 8212480 diff --git a/datasets/521687.tar b/datasets/521687.tar new file mode 100644 index 0000000000000000000000000000000000000000..519388af10245b5a1eb443c29868022b02bcb23a --- /dev/null +++ b/datasets/521687.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af647cc7364acd23eef13712543431ff1b07e3004721588bfc82d80bc2b8009a +size 6144000 diff --git a/datasets/521696.tar b/datasets/521696.tar new file mode 100644 index 0000000000000000000000000000000000000000..48154e2936324367a8952095390b726686c6f8f3 --- /dev/null +++ b/datasets/521696.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b16becf104be423129d8f818449be12d85c08814aeae91e8aafb2b2471a5cd +size 10045440 diff --git a/datasets/521727.tar b/datasets/521727.tar new file mode 100644 index 0000000000000000000000000000000000000000..a67c32bf4dcf9bc6208f18e0123e6fb771017472 --- /dev/null +++ b/datasets/521727.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ac94ea004e7b627da1589d45110740cffce690387c8d2581b5f2b7bd7d7c46 +size 634880 diff --git a/datasets/521880.tar b/datasets/521880.tar new file mode 100644 index 0000000000000000000000000000000000000000..f6ad216616a7cb3cf23ac395888374cd45c5632a --- /dev/null +++ b/datasets/521880.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64745eaa9b385dd03f05b6103025bd8b3836069b36df15ebccf67ced457335d9 +size 7403520 diff --git a/datasets/521979.tar b/datasets/521979.tar new file mode 100644 index 0000000000000000000000000000000000000000..0c0cabf8da2e64301e0fbc462165c5e673ee91fe --- /dev/null +++ b/datasets/521979.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85ed20666c0c5e8f84de39a8134ac38d38f32d8209bbceda165694c693444acc +size 30883840 diff --git a/datasets/521984.tar b/datasets/521984.tar new file mode 100644 index 0000000000000000000000000000000000000000..e777ce925b8960b32403d027ae66c16d6f3483af --- /dev/null +++ b/datasets/521984.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a64f8838b5920e18ae7911098e95a0cb5924eb9e0d7174a01f7fe3a8a7366c +size 30883840 diff --git a/datasets/522319.tar b/datasets/522319.tar new file mode 100644 index 0000000000000000000000000000000000000000..1b1b406d544452532670c524450de854a452d80f --- /dev/null +++ b/datasets/522319.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1759404fca1ba562674bb2fce44323f5cdd73a4f77a1aca588edc54bb49a1854 +size 9850880 diff --git a/datasets/522331.tar b/datasets/522331.tar new file mode 100644 index 0000000000000000000000000000000000000000..8670a8672d0c568c64d72f4537e9f1f168149449 --- /dev/null +++ b/datasets/522331.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b64b807ba0d75414d5748c27e4e7f9b9c81f699f898b92ee7c7842063aa933e +size 8960000 diff --git a/datasets/522352.tar b/datasets/522352.tar new file mode 100644 index 0000000000000000000000000000000000000000..d3ff5ceec589320040e410e718ccf85b260bd4e7 --- /dev/null +++ b/datasets/522352.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdfd3739fa64bc8757368653f218d68802fd7f798383c3e7c269f26a115190bf +size 1832960 diff --git a/datasets/522592.tar b/datasets/522592.tar new file mode 100644 index 0000000000000000000000000000000000000000..d884c2d494ebeebfd2c565540e9338b36469f7ee --- /dev/null +++ b/datasets/522592.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1785e662d086621b1b38cdb019192a2316a2358e59b408780677b821ace109be +size 134154240 diff --git a/datasets/522681.tar b/datasets/522681.tar new file mode 100644 index 0000000000000000000000000000000000000000..7c9b6bd51c616022a5267fe223a1e137f6966755 --- /dev/null +++ b/datasets/522681.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872b28896a50fd51fcc777577c351d900096c8eb4920361f3d33ad08b9626492 +size 17838080 diff --git a/datasets/522783.tar b/datasets/522783.tar new file mode 100644 index 0000000000000000000000000000000000000000..54036ef08ad98ec5d3d264db97e53eb2b5d714bc --- /dev/null +++ b/datasets/522783.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e08452588c2598861993666d47df9684e58200871940ad7f2ecafa357f8094e +size 143943680 diff --git a/datasets/52286.tar b/datasets/52286.tar new file mode 100644 index 0000000000000000000000000000000000000000..53cbbcf67269be19f13240e4ab06df88f1d9fa69 --- /dev/null +++ b/datasets/52286.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65e6deb58536ec7b4ef69cae2eb2259cf5c1b1257734acfbaf40bb4399277097 +size 7516160 diff --git a/datasets/522864.tar b/datasets/522864.tar new file mode 100644 index 0000000000000000000000000000000000000000..bc26ecfcb49c0aa64fa0b6f0bef0b3a2f86221ab --- /dev/null +++ b/datasets/522864.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87cc38ddc336031f6e1ad543d1fb77e5ade34337af8bb1f06b6a4d5ed89bc2f8 +size 3112960 diff --git a/datasets/522949.tar b/datasets/522949.tar new file mode 100644 index 0000000000000000000000000000000000000000..eac353e338ae105677a02e6f8d9e421740962a6c --- /dev/null +++ b/datasets/522949.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f796440f23938ccb0f26cdc234d777e15284b3cbba45cea2525a4fb51dcdbbe4 +size 6123520 diff --git a/datasets/522961.tar b/datasets/522961.tar new file mode 100644 index 0000000000000000000000000000000000000000..4a299dcdee80364b3274bc4e12bf88bcb5dd039a --- /dev/null +++ b/datasets/522961.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c5da718941653904ec0e5fb380e97a34ecc9675e44070b6c1d0d72433ab4b74 +size 4730880 diff --git a/datasets/523030.tar b/datasets/523030.tar new file mode 100644 index 0000000000000000000000000000000000000000..e2b38c584e3f78c2bb6ced0178fbd76c0f7403dd --- /dev/null +++ b/datasets/523030.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:541833ac766dd4df4d72e71ed6ced6da12e03bd4d7f3f62e45558276711de7e1 +size 7854080 diff --git a/datasets/523168.tar b/datasets/523168.tar new file mode 100644 index 0000000000000000000000000000000000000000..9944a574bdcda4307f5cdda3b6150dfdaa5167b1 --- /dev/null +++ b/datasets/523168.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ee8443326c116b390f52616451ffe63332349563234c8769309a0873b49cd16 +size 29009920 diff --git a/datasets/523248.tar b/datasets/523248.tar new file mode 100644 index 0000000000000000000000000000000000000000..a5e25808af206ee132116b99d1c969b288f36add --- /dev/null +++ b/datasets/523248.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1588df670bc4b9a77b9b9b2dad654dc3ba3c949edc96041da968592c04134f52 +size 3061760 diff --git a/datasets/523403.tar b/datasets/523403.tar new file mode 100644 index 0000000000000000000000000000000000000000..ec927dcfa224cc76f61591fff8bebb99037c4dc5 --- /dev/null +++ b/datasets/523403.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1ff66478bcc11596ba25b89a06c8b0309b70137b388a5b478ead310cf7874d +size 1341440 diff --git a/datasets/523464.tar b/datasets/523464.tar new file mode 100644 index 0000000000000000000000000000000000000000..38fdad26be680813ed3d22e8d4eb2e68cbd9df76 --- /dev/null +++ b/datasets/523464.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c68e56d433df816fe192d51ef70d42a0c5f51a72ffe477c21b0540ad2be153 +size 1239040 diff --git a/datasets/523570.tar b/datasets/523570.tar new file mode 100644 index 0000000000000000000000000000000000000000..341e7160ea933af6032a0d6e379554d792a6fd5b --- /dev/null +++ b/datasets/523570.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb6d150d51a978a54acf665d97a23e3150f6c87c114c683f47e764727af555b +size 1157120 diff --git a/datasets/523602.tar b/datasets/523602.tar new file mode 100644 index 0000000000000000000000000000000000000000..1b572d429b71b07ba5041f7907e4e695e53ff161 --- /dev/null +++ b/datasets/523602.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:622483b055fe38ae5316db54d1b2dcf4e0dfb59d2c8f5dfb341e8d59b955aafc +size 59279360 diff --git a/datasets/523647.tar b/datasets/523647.tar new file mode 100644 index 0000000000000000000000000000000000000000..3798f626b8fb42d7e40c5db1c86d745943d318b7 --- /dev/null +++ b/datasets/523647.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9872313b19722f49eb537299a929789e718816c16c19dc1d6511708532cd945a +size 1597440 diff --git a/datasets/523708.tar b/datasets/523708.tar new file mode 100644 index 0000000000000000000000000000000000000000..08f4a8162fb1420e698210853e3c66f72aecc724 --- /dev/null +++ b/datasets/523708.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5988ab67314ba73187e82b4d6dda7082103c5c9f79c22ad3d75db0f926cb066 +size 2897920 diff --git a/datasets/523743.tar b/datasets/523743.tar new file mode 100644 index 0000000000000000000000000000000000000000..3a45c808477845242c580712aabf9b184c4177b4 --- /dev/null +++ b/datasets/523743.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5e1528f1985e970dd4404386a158b73dc387807b61c2ac75f0e4bf6f8b75954 +size 1024000 diff --git a/datasets/523751.tar b/datasets/523751.tar new file mode 100644 index 0000000000000000000000000000000000000000..3e62aae5cfe3ec20bfa29db0a0369de111c904f1 --- /dev/null +++ b/datasets/523751.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203e7a8ba772b9fb2f7ddcd289cc36a0377abd5e07072b8abab1dce71c8f78b6 +size 1372160 diff --git a/datasets/524085.tar b/datasets/524085.tar new file mode 100644 index 0000000000000000000000000000000000000000..40e0ff1de2758b1e9849ffd0fcdfd365279c1703 --- /dev/null +++ b/datasets/524085.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590b32daf97c47815b910dddce1ae038355cb836720d9931e3b72c5a764b15f1 +size 6819840 diff --git a/datasets/524095.tar b/datasets/524095.tar new file mode 100644 index 0000000000000000000000000000000000000000..1f79759763b4f02487a4b86e4737982dcc7c32a7 --- /dev/null +++ b/datasets/524095.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e414409686a4b0affb9a3bb8c3c427bae718c9d6b03ee64553d654dd1942ab7 +size 10076160 diff --git a/datasets/524168.tar b/datasets/524168.tar new file mode 100644 index 0000000000000000000000000000000000000000..eff669f9327e0d205583c8eca881143cb00d7b8d --- /dev/null +++ b/datasets/524168.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6cda8534225c9e1e2de0b367187fad3f90c8ab74c2baf95302e3a2dda32dd81 +size 1617920 diff --git a/datasets/524173.tar b/datasets/524173.tar new file mode 100644 index 0000000000000000000000000000000000000000..21ea478389dc9f42b496738afd2f7e88a5a77a1c --- /dev/null +++ b/datasets/524173.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23336712b5876fc300b940ea6ae7e46ae3a88f15df293c1f1cea1fcda763e880 +size 399360 diff --git a/datasets/524292.tar b/datasets/524292.tar new file mode 100644 index 0000000000000000000000000000000000000000..2c77f1a491983ecf92a835683a1f3767f7f2f0db --- /dev/null +++ b/datasets/524292.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb55d714f723f11eee55c06351a7243807957de122f140734941fc80c053e69e +size 10885120 diff --git a/datasets/52437.tar b/datasets/52437.tar new file mode 100644 index 0000000000000000000000000000000000000000..406a20a5a67ce7f6cc33e4e6578a5bdfb8cb906a --- /dev/null +++ b/datasets/52437.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1149bd96ede4466b4317dbe5ac18aa2bd739c28094e78b24e16e16562f94b4e8 +size 1290240 diff --git a/datasets/524409.tar b/datasets/524409.tar new file mode 100644 index 0000000000000000000000000000000000000000..b339a582a9a9bb3eaaeb0b94c867bd09f08d686d --- /dev/null +++ b/datasets/524409.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af61003c72514f42d6c9202bc772d286c7bec4c7852337802c0e50ebcc274f5f +size 4270080 diff --git a/datasets/524496.tar b/datasets/524496.tar new file mode 100644 index 0000000000000000000000000000000000000000..5661d7c75fbac3dfecd9ef1d18b0d0edcda23b6f --- /dev/null +++ b/datasets/524496.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a169602f52296d63b6450c0cfaeb3198c7de99e6e10987e5be6ec2d41ee2433 +size 25702400 diff --git a/datasets/524499.tar b/datasets/524499.tar new file mode 100644 index 0000000000000000000000000000000000000000..ddaf411d60db7b16c56341de244b20b2c213938f --- /dev/null +++ b/datasets/524499.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b12caecc0c120b0eb54cc8fe088e29b672e813c4fe40ebf9187c49f16a9de33 +size 2160640 diff --git a/datasets/524561.tar b/datasets/524561.tar new file mode 100644 index 0000000000000000000000000000000000000000..d73c75a10d09571c33c64799bfa30efeec2110c1 --- /dev/null +++ b/datasets/524561.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f99d6367496f435d9475032d7c617c2558e70113a11de16ccb260f72509831 +size 53053440 diff --git a/datasets/524578.tar b/datasets/524578.tar new file mode 100644 index 0000000000000000000000000000000000000000..1c7425470f512f4bb6f118d9d169e42c9f2047a1 --- /dev/null +++ b/datasets/524578.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a56132f5d1c04ebcee06a81d71541e1eb588d5a8c5fb3b5e6c896138d3a6a02 +size 41512960 diff --git a/datasets/524807.tar b/datasets/524807.tar new file mode 100644 index 0000000000000000000000000000000000000000..7bcd130f58b96c4bd9854cd045e692d6c6691f30 --- /dev/null +++ b/datasets/524807.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb7397c95280805c2fbb517cb9ca081738173797559ec354eeeb94c3bfadd0cf +size 8448000 diff --git a/datasets/524981.tar b/datasets/524981.tar new file mode 100644 index 0000000000000000000000000000000000000000..533dc2a29f89d9252ee0df05fa2b75bcf94f46c1 --- /dev/null +++ b/datasets/524981.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016dc5f673f77aa607894d3d09ad49bfecca06fa1979f83dfdccb0ae7bbfe4c0 +size 7362560 diff --git a/datasets/52515.tar b/datasets/52515.tar new file mode 100644 index 0000000000000000000000000000000000000000..f5e33fcb05ef4caf788da4b33ee14a1f673adcfd --- /dev/null +++ b/datasets/52515.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f85332d981740cbc92d93b5779cd7cacf0cc4e474b70720d3fb6447740bbe847 +size 22517760 diff --git a/datasets/525324.tar b/datasets/525324.tar new file mode 100644 index 0000000000000000000000000000000000000000..d33f33a60f5aa76d3e45652c754109d4316cf804 --- /dev/null +++ b/datasets/525324.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06336345825ec18dbf692cd8cd7f253b4af607795a4559fa52f5cc1aa1f4bb0 +size 13209600 diff --git a/datasets/52551.tar b/datasets/52551.tar new file mode 100644 index 0000000000000000000000000000000000000000..34f325260f7ef75852e9cc8a4327469e0f5f5859 --- /dev/null +++ b/datasets/52551.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7f2894f30f18f0110bb239248ae6aa938eab8532ddd980905c63d442301ece +size 37140480 diff --git a/datasets/525561.tar b/datasets/525561.tar new file mode 100644 index 0000000000000000000000000000000000000000..2aefca0573955ec293731c7e89c7759c30f11b7a --- /dev/null +++ b/datasets/525561.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d46e6ca82381d9ebf9840f97924db4dee153334f4ccf4bfc24ae67b68f326356 +size 8263680 diff --git a/datasets/525614.tar b/datasets/525614.tar new file mode 100644 index 0000000000000000000000000000000000000000..d0f45b0016eb9fde3785a092d8207033a035eb28 --- /dev/null +++ b/datasets/525614.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1b8d039a7da25c237a212e94993e108d41370b63cd1e84603c07b63a32ae29 +size 1054720 diff --git a/datasets/525659.tar b/datasets/525659.tar new file mode 100644 index 0000000000000000000000000000000000000000..db978c4fa5b0d81431fbc06594c56669d662d631 --- /dev/null +++ b/datasets/525659.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb75eed1285e357c3141689c667179696428ef51c3157dba789628c88a44a797 +size 2478080 diff --git a/datasets/525730.tar b/datasets/525730.tar new file mode 100644 index 0000000000000000000000000000000000000000..55afe13f380fdef7ca8ed811516da1076b686269 --- /dev/null +++ b/datasets/525730.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306b4bead949bb06e948be325034da5a65abca1f1bca3b3e15c3d7c1531d3dd3 +size 2928640 diff --git a/datasets/525846.tar b/datasets/525846.tar new file mode 100644 index 0000000000000000000000000000000000000000..fb93fca22d984cc37657cf2842c901fa4c5b50d4 --- /dev/null +++ b/datasets/525846.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e02a82e236fedc36dd2e39ae3d75e6117a93216c10761c93da668600e20b0bd6 +size 15841280 diff --git a/datasets/525895.tar b/datasets/525895.tar new file mode 100644 index 0000000000000000000000000000000000000000..ffe0b339802636339b1eee784f51ec7927c78982 --- /dev/null +++ b/datasets/525895.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb384c75f767adb3a45aec5949e13b4dafe2765132f814384e63792d909c6188 +size 36505600 diff --git a/datasets/525926.tar b/datasets/525926.tar new file mode 100644 index 0000000000000000000000000000000000000000..16f35e1a8493ef9f4c9faada7aff2377d9138372 --- /dev/null +++ b/datasets/525926.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa0d783da0c22d1ee7ce2d35ac9990660c54aebac72e85db089541e4f020704 +size 1638400 diff --git a/datasets/526047.tar b/datasets/526047.tar new file mode 100644 index 0000000000000000000000000000000000000000..8ee531350a0d1de46fd8771eb269a93bb27c7c58 --- /dev/null +++ b/datasets/526047.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fe26f05df001927a8277b4a18fa76164c8740bcc9880413d512c16d4b8bc661 +size 624640 diff --git a/datasets/526331.tar b/datasets/526331.tar new file mode 100644 index 0000000000000000000000000000000000000000..6ba98bc0209f218b9c72a9caa36704419ed9259b --- /dev/null +++ b/datasets/526331.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53254c4bc6e52091e6aa6a0be678b9bb57b27357d735f0701ece6f63defacf11 +size 542720 diff --git a/datasets/526415.tar b/datasets/526415.tar new file mode 100644 index 0000000000000000000000000000000000000000..d30ad29532839f47e21f56326c61bd6e541129ef --- /dev/null +++ b/datasets/526415.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c0ceb1aa98720144328574b3944466b9c074aba45cbf7db76e5a143ee7a35b +size 43520000 diff --git a/datasets/526450.tar b/datasets/526450.tar new file mode 100644 index 0000000000000000000000000000000000000000..8d9c3ad9832082a7a50d804f02347b15cbaaa131 --- /dev/null +++ b/datasets/526450.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf71b55e43884bca94b9abeaf976b97b68d7f801d8cdc2ed140304f9a6175e3 +size 21637120 diff --git a/datasets/526454.tar b/datasets/526454.tar new file mode 100644 index 0000000000000000000000000000000000000000..2e3559aa590dca4c33745cb8fddd153053fe97d1 --- /dev/null +++ b/datasets/526454.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242bbce37cfbc33e2edde126a791f0d8347711f7b3056b68ecb273b781496591 +size 8898560 diff --git a/datasets/526513.tar b/datasets/526513.tar new file mode 100644 index 0000000000000000000000000000000000000000..1f8f731a53dea5bb0e70f84da217faf9b8fc7548 --- /dev/null +++ b/datasets/526513.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89789509f59ebb14605d65fcbc2b129414c7dbf62101d9ef95c6880577674ea3 +size 36659200 diff --git a/datasets/526602.tar b/datasets/526602.tar new file mode 100644 index 0000000000000000000000000000000000000000..f7451cc015b7b7772ab6cef2507b011c877b38e3 --- /dev/null +++ b/datasets/526602.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf87eef94e2a0e6d0831ba9d19e27b814546cb4e664bf614f8a2f3a8cc26b227 +size 75489280 diff --git a/datasets/526642.tar b/datasets/526642.tar new file mode 100644 index 0000000000000000000000000000000000000000..8adcac46cd24c31499407847a85bd6df1436722f --- /dev/null +++ b/datasets/526642.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be31a93d739ef29af4bbc4c504b2e12bc52bd756f885a2e9bb312742b6a08fe +size 9144320 diff --git a/datasets/526903.tar b/datasets/526903.tar new file mode 100644 index 0000000000000000000000000000000000000000..a8beeaff9a051bf804dc2b21b115a96820111fa1 --- /dev/null +++ b/datasets/526903.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec1064938d375fcaed2874ae59073aa4d67b0995e4569972363adcd05ded6f20 +size 1576960 diff --git a/datasets/526984.tar b/datasets/526984.tar new file mode 100644 index 0000000000000000000000000000000000000000..4b2d93f1de46f00adfbc6abcc478b301f3fa537f --- /dev/null +++ b/datasets/526984.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa17aa8eee3bba05ebbbc1fbd0c1e27a4d0beeb1a7a481bdcbdede6d353790b2 +size 3246080 diff --git a/datasets/527074.tar b/datasets/527074.tar new file mode 100644 index 0000000000000000000000000000000000000000..c9aadea3a760a30b3b3334311bbf9755fe0c77d5 --- /dev/null +++ b/datasets/527074.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56a8e660c6d1b193b7c4f446e13ccbd0b89cef25e2adc2068e3dd8760949333d +size 2201600 diff --git a/datasets/527311.tar b/datasets/527311.tar new file mode 100644 index 0000000000000000000000000000000000000000..782fe9484e2ed2a766f695dd664949474c2078c8 --- /dev/null +++ b/datasets/527311.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122886dfc71af53b23a7c3ec5db646c76a8a9f7e5738598e0ecff14f2bb2f56d +size 5734400 diff --git a/datasets/527346.tar b/datasets/527346.tar new file mode 100644 index 0000000000000000000000000000000000000000..1557c6fbacb40424b494181f24064d7f9b02b694 --- /dev/null +++ b/datasets/527346.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0073a048e3b4c2d801899fa01e031c3c1603a0791c51f900641c6fc34862e45 +size 1536000 diff --git a/datasets/527445.tar b/datasets/527445.tar new file mode 100644 index 0000000000000000000000000000000000000000..df9e504b92a81e871459f911bbfcc4d2128d292a --- /dev/null +++ b/datasets/527445.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbddf2e601a0797a6e7ac5dedc35531276173b71eb1153da8e68d3f7e544684f +size 5754880 diff --git a/datasets/527500.tar b/datasets/527500.tar new file mode 100644 index 0000000000000000000000000000000000000000..ffef100630dd00c9f1ff3849b8d8b297e2a65be1 --- /dev/null +++ b/datasets/527500.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24fd5d3f6d219bae27e8e1c1e15829691364632cab167c739529f85cfc5ad325 +size 76165120 diff --git a/datasets/527501.tar b/datasets/527501.tar new file mode 100644 index 0000000000000000000000000000000000000000..2eab45c4cc3935aa274499dd4e7d09e3459ae0d2 --- /dev/null +++ b/datasets/527501.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a612de0403254de3029fdf2d3c153e915da1fd73e7156f5be92413a8a117a4f +size 34785280 diff --git a/datasets/527557.tar b/datasets/527557.tar new file mode 100644 index 0000000000000000000000000000000000000000..07a6cf38fedb6436280bc72527a5a260b50b0acb --- /dev/null +++ b/datasets/527557.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d1120baa6b201f2ee7a77d4a1d79ce94f7cfd37116a7ad10070f7e53fc2fed +size 8314880 diff --git a/datasets/52758.tar b/datasets/52758.tar new file mode 100644 index 0000000000000000000000000000000000000000..30d49520fa2d8a01bdcd1ffec93bd5368c8a3b32 --- /dev/null +++ b/datasets/52758.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2709330dc8ba16e583421c1a39dee281c49f088d91312754f0785220b079405 +size 3348480 diff --git a/datasets/527709.tar b/datasets/527709.tar new file mode 100644 index 0000000000000000000000000000000000000000..18cc369cc2768cc20fa4e95550c3527abc8af19a --- /dev/null +++ b/datasets/527709.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165ff8b04089c6d66693423f3f28764e8876f55f39074d49d09f77bedaac4587 +size 901120 diff --git a/datasets/528193.tar b/datasets/528193.tar new file mode 100644 index 0000000000000000000000000000000000000000..f8b8ff230fd20e0e5f1679fc958ed50e0f4184da --- /dev/null +++ b/datasets/528193.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca21a58f1512da82018dd39d54630899d966f017e0a443424cdae2f434eec76a +size 24391680 diff --git a/datasets/528332.tar b/datasets/528332.tar new file mode 100644 index 0000000000000000000000000000000000000000..40c4cae5bc7990b6b9799369baf152119fa6368c --- /dev/null +++ b/datasets/528332.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a4c6b01ef0a0b0667d5e4d6fa1f7ce726471cf329ab571c9017def37324291 +size 880640 diff --git a/datasets/528477.tar b/datasets/528477.tar new file mode 100644 index 0000000000000000000000000000000000000000..8549a77d2d226c08f49e8bb435de8a8aabfbe2ca --- /dev/null +++ b/datasets/528477.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d3266050e750840d872fc0c4fcdbafeedfc84a9fa2203cbae134a4ef860ab0 +size 8744960 diff --git a/datasets/528772.tar b/datasets/528772.tar new file mode 100644 index 0000000000000000000000000000000000000000..e789a7e957a8b5c749d1af7626bd0a7415b531c5 --- /dev/null +++ b/datasets/528772.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d240f309462cb161105cbc5d9ce3fdd71d77daf58e5f562396ab6bd472e53f79 +size 166307840 diff --git a/datasets/529268.tar b/datasets/529268.tar new file mode 100644 index 0000000000000000000000000000000000000000..921cb378a928de4de404987ff1dd4627896c381f --- /dev/null +++ b/datasets/529268.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f6f4cd2cbe9e37ea06b372c83dd9f9fa08ba7b4c4e0f2d4c509ef3af0d063e +size 1689600 diff --git a/datasets/529320.tar b/datasets/529320.tar new file mode 100644 index 0000000000000000000000000000000000000000..476887dfe61f3db3de35297bd0e8618ac295db6a --- /dev/null +++ b/datasets/529320.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f32807df29abb65d4fc9a386cd752ebe35cbee2302c9ce055e7fc77983db784 +size 19312640 diff --git a/datasets/529620.tar b/datasets/529620.tar new file mode 100644 index 0000000000000000000000000000000000000000..72dbe457662a8d86f9be9b5a8497dafeb2ea041a --- /dev/null +++ b/datasets/529620.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a57523ea57ffa331276f877ece456df8954cb0db0ea5bf382407689d5f512e +size 4014080 diff --git a/datasets/529669.tar b/datasets/529669.tar new file mode 100644 index 0000000000000000000000000000000000000000..08b1b420ceb65d33508df1a2984706b93fdc96c0 --- /dev/null +++ b/datasets/529669.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0437186480f9d2f49c65905e1942fae3eb3f697351db3b26037f7034f869291e +size 70840320 diff --git a/datasets/529875.tar b/datasets/529875.tar new file mode 100644 index 0000000000000000000000000000000000000000..31f297e218e233e58ce87a354040336dcc381687 --- /dev/null +++ b/datasets/529875.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe3c4bb20599bf1bbd9fc7386fdbc237c18447436e3de124c3b49475afdfd26 +size 4884480 diff --git a/datasets/530097.tar b/datasets/530097.tar new file mode 100644 index 0000000000000000000000000000000000000000..acb5e395701fe0fc723f95a8b71ca77be6811170 --- /dev/null +++ b/datasets/530097.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:149bcd1df00522c6f0d9e30564481d5505f5a2d7cdfcc51cca7d51ec857c3222 +size 25538560 diff --git a/datasets/530117.tar b/datasets/530117.tar new file mode 100644 index 0000000000000000000000000000000000000000..c15a82b91001a07d56038cb4fd6808108299ccc9 --- /dev/null +++ b/datasets/530117.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a7861c0e8a3290e3be5a9679950207777ee50e5fd9a7f6322cd146774a5428 +size 34437120 diff --git a/datasets/530149.tar b/datasets/530149.tar new file mode 100644 index 0000000000000000000000000000000000000000..7515fcbf05a44a21b6887955674050c1209fef99 --- /dev/null +++ b/datasets/530149.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2385fd11174774c2c21590b576a3b5e59304b35b06de1287a48221ad1ade15c4 +size 3522560 diff --git a/datasets/530328.tar b/datasets/530328.tar new file mode 100644 index 0000000000000000000000000000000000000000..9c00655585da381beb2bb0d329708536461d663e --- /dev/null +++ b/datasets/530328.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef42b7805e3f0c2124121a724ace282486f47dabb447c26e37567d5ea12acce3 +size 1495040 diff --git a/datasets/530335.tar b/datasets/530335.tar new file mode 100644 index 0000000000000000000000000000000000000000..3dc39be32dbb94b4c2e34ba07b2737753eddb0be --- /dev/null +++ b/datasets/530335.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d7059a71090fb565ca6333eeb9390f57fc5f3963892066f98c5b863c4f2b005 +size 9656320 diff --git a/datasets/530488.tar b/datasets/530488.tar new file mode 100644 index 0000000000000000000000000000000000000000..e63abecfffc2faa5536416140d6bc11d86286109 --- /dev/null +++ b/datasets/530488.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc26041c8170bef5b32f758c2a2560691dd3eae3e535807d72ab7132360df5ca +size 151910400 diff --git a/datasets/530972.tar b/datasets/530972.tar new file mode 100644 index 0000000000000000000000000000000000000000..c9d0e9ec47af8180685f04e97093a4b7389e64ec --- /dev/null +++ b/datasets/530972.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5413451623c470c6ff17df0a7702a88c73a4aebb80c00d34ca7614ea2ec1c0ee +size 1464320 diff --git a/datasets/53102.tar b/datasets/53102.tar new file mode 100644 index 0000000000000000000000000000000000000000..fb3a0f45b9257a471d41d72275f0d57a014e08b9 --- /dev/null +++ b/datasets/53102.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b888ce579e98f51c648727dfba259eaaa5e77449d40729be9ccd5228eb92a111 +size 593920 diff --git a/datasets/531045.tar b/datasets/531045.tar new file mode 100644 index 0000000000000000000000000000000000000000..1ffa58b73ce1df669f778dd7cbf0c67e5e1da2a0 --- /dev/null +++ b/datasets/531045.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d7c025a8dbe7fc582aa0cca4102dd1024122f84b87ca5a97bccecdb6e04115 +size 327680 diff --git a/datasets/531061.tar b/datasets/531061.tar new file mode 100644 index 0000000000000000000000000000000000000000..377bca451fc7a5ccfed406c66f0b1811a77ebc53 --- /dev/null +++ b/datasets/531061.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f74321d033d406cb8c2d50c062e144df9ce925d3145fd9cf2139aeee080ac91a +size 54476800 diff --git a/datasets/531067.tar b/datasets/531067.tar new file mode 100644 index 0000000000000000000000000000000000000000..19fea09ee8b5ca1f66ef4abfee927d22d6953728 --- /dev/null +++ b/datasets/531067.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99c13ed7ea83ef32f4ad79968a8b8e0b4822491d9c25467da5f7f1fbdb5aaad +size 13977600 diff --git a/datasets/531155.tar b/datasets/531155.tar new file mode 100644 index 0000000000000000000000000000000000000000..c8cd942dbb2bed65aeab1be7bfd550918394f9de --- /dev/null +++ b/datasets/531155.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e3f998a9658df907a32d4d12a5f7f3b4dbc7c990590a679fb700e83cb94a8a +size 13209600 diff --git a/datasets/531201.tar b/datasets/531201.tar new file mode 100644 index 0000000000000000000000000000000000000000..96b421540c0750b394cff1bb954a16fa1f6d3272 --- /dev/null +++ b/datasets/531201.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbabd0d437dbd0f1e414c1e573f50d8a0d767abbaa6a442930fa12b6e09d90b7 +size 4966400 diff --git a/datasets/531246.tar b/datasets/531246.tar new file mode 100644 index 0000000000000000000000000000000000000000..fca5e6e0e7d641ad160b9fa94e274fc583fbe23d --- /dev/null +++ b/datasets/531246.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8331d37139b861e99bd4941ab1efd6ed996448c6e8ba26f5c3f8702950e9db11 +size 14796800 diff --git a/datasets/531274.tar b/datasets/531274.tar new file mode 100644 index 0000000000000000000000000000000000000000..6619a5f35b4aff78df6f96e76db05c16e06b1fc2 --- /dev/null +++ b/datasets/531274.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80369ab2706026399e65bd2b37762b8ef375d2a01d268c49823f847ef8cc1c22 +size 61429760 diff --git a/datasets/531462.tar b/datasets/531462.tar new file mode 100644 index 0000000000000000000000000000000000000000..bc24ea4a1703eaa03d395e8a469dae51cd493e58 --- /dev/null +++ b/datasets/531462.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:607f188879b071836080082f8d1f121c403bc0986a24d327c79ed2bb3705235e +size 49397760 diff --git a/datasets/531471.tar b/datasets/531471.tar new file mode 100644 index 0000000000000000000000000000000000000000..a71bf5702a51c9ba0811420fd22d09ff7203c54b --- /dev/null +++ b/datasets/531471.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80cc7d11d1d7d4f6e91c1804bb620f04941a672e7d39e5113b704eaf64e11f5e +size 2058240 diff --git a/datasets/531515.tar b/datasets/531515.tar new file mode 100644 index 0000000000000000000000000000000000000000..ec2895f07ec1b56dd0343f93f534f070b9d3b065 --- /dev/null +++ b/datasets/531515.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e38f3acaa29ff70381e1a982fbcdb4ed8cde3e94a70af466182f4daffb6951 +size 84531200 diff --git a/datasets/531613.tar b/datasets/531613.tar new file mode 100644 index 0000000000000000000000000000000000000000..61db8ccfb343423b6680d7a125a2242684f58313 --- /dev/null +++ b/datasets/531613.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7863f3671ed6fa1b8258deca9a04c21400557adf4341fe07fa956e403d2a1887 +size 4075520 diff --git a/datasets/531628.tar b/datasets/531628.tar new file mode 100644 index 0000000000000000000000000000000000000000..170886db9960d0868973150015405697450a0831 --- /dev/null +++ b/datasets/531628.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58fb1cdd42c6d982013f6c71ff17eb4aa8a22e2ca66d9a0587aed854842258f8 +size 19005440 diff --git a/datasets/531707.tar b/datasets/531707.tar new file mode 100644 index 0000000000000000000000000000000000000000..2cfce91e3ce37d57fc39012e8a3ae56bc101195b --- /dev/null +++ b/datasets/531707.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:297205363fb0fae3523231c8e32c426d5b5c8c486d7de3fee27b21f4a97da21f +size 378880 diff --git a/datasets/531842.tar b/datasets/531842.tar new file mode 100644 index 0000000000000000000000000000000000000000..1108aecc6ec2a95fd02d2c0b14e873e8c9a51b46 --- /dev/null +++ b/datasets/531842.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d1ab20dd960cd1ccd29adac39df8fda3901f6f85e1382e5f0929bc33de5193b +size 9768960 diff --git a/datasets/531929.tar b/datasets/531929.tar new file mode 100644 index 0000000000000000000000000000000000000000..3c40f6fc567c529c90eafe96628612675a78af75 --- /dev/null +++ b/datasets/531929.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:179b046f8a67a939d462b34c67502c9edc8772cf871775cac814c9b9375a0469 +size 119449600 diff --git a/datasets/532105.tar b/datasets/532105.tar new file mode 100644 index 0000000000000000000000000000000000000000..80d7fd65b3ac99e9f646c99077af9fb86df0fc1c --- /dev/null +++ b/datasets/532105.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ba667630d59adade79cad382ff091327811ee358d4cb036a52d417f6f5e97f +size 93030400 diff --git a/datasets/532142.tar b/datasets/532142.tar new file mode 100644 index 0000000000000000000000000000000000000000..58b6e77c4de1fca7f58fba5e53d29b00ab3fdf5f --- /dev/null +++ b/datasets/532142.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7565d0e2f60af1848687cd3961ff0fba0a4f53928964cb09073770e608910b +size 9082880 diff --git a/datasets/532207.tar b/datasets/532207.tar new file mode 100644 index 0000000000000000000000000000000000000000..f23a1e3d1a03a5d8c3030668566f26ea2822ba32 --- /dev/null +++ b/datasets/532207.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a89428b9c2a4ecf4f5dc121aabc337b8a2e2e28a991999be7d94d8e16509ca9 +size 1730560 diff --git a/datasets/532232.tar b/datasets/532232.tar new file mode 100644 index 0000000000000000000000000000000000000000..853178c06568f7f05b099765677d40814dab9e5a --- /dev/null +++ b/datasets/532232.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e980f321e65913447d887970bb0f5dd035f398710d2711be354f49ba48909df +size 819200 diff --git a/datasets/532298.tar b/datasets/532298.tar new file mode 100644 index 0000000000000000000000000000000000000000..62508796b6451ed69bf94ac41d1c49f2da780874 --- /dev/null +++ b/datasets/532298.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7316bf2cb77c14f4ab477da7b26510bad06b906daa27919ee0060f9fbdd5ef67 +size 7331840 diff --git a/datasets/532490.tar b/datasets/532490.tar new file mode 100644 index 0000000000000000000000000000000000000000..e183c058e3b11054a801671353522830d2463318 --- /dev/null +++ b/datasets/532490.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d8b0b0b12088c3e49b2f4ced489a5ec20618a9ab40b56d4fd3694ce01ce55b +size 4014080 diff --git a/datasets/532492.tar b/datasets/532492.tar new file mode 100644 index 0000000000000000000000000000000000000000..128e5091b5f8a8e40fedfb4fbe1806d2d5fdaee8 --- /dev/null +++ b/datasets/532492.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dcbcba72d546d49be5f2d50533aca5fa37e6206f08ecdc1058d34218dbcb9ed +size 2396160 diff --git a/datasets/532642.tar b/datasets/532642.tar new file mode 100644 index 0000000000000000000000000000000000000000..b04227252c3997cf38f33322aca9422637a599fd --- /dev/null +++ b/datasets/532642.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c065cb3f4eb5a410f99532b50f7e81b6918957ff9fc0f115c63a57c81cd8f109 +size 37928960 diff --git a/datasets/532679.tar b/datasets/532679.tar new file mode 100644 index 0000000000000000000000000000000000000000..0d80af51567125769310f20822bc900988d7ee33 --- /dev/null +++ b/datasets/532679.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee1675367c4c6111156c69632d85f3b01c80c9972650cf8eb8158bed669e75ec +size 55992320 diff --git a/datasets/532681.tar b/datasets/532681.tar new file mode 100644 index 0000000000000000000000000000000000000000..029bc673b75a3187ddd2a83803e7b26c5499b409 --- /dev/null +++ b/datasets/532681.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f425b9a57846c9ffef8da7c988a75ddbcf8f8f2c20ff8b6563cb41ffe2acba41 +size 1280000 diff --git a/datasets/532942.tar b/datasets/532942.tar new file mode 100644 index 0000000000000000000000000000000000000000..1bd78cdd14adf797d9fe1bb15f1aeecd7d88e298 --- /dev/null +++ b/datasets/532942.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5f64fac4d8d291e38514a863be6aa9ad403802f315a3f91d4134dde3944180 +size 1218560 diff --git a/datasets/533163.tar b/datasets/533163.tar new file mode 100644 index 0000000000000000000000000000000000000000..1525f6cd9545215425b89c3835cc10ad4e4481ee --- /dev/null +++ b/datasets/533163.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a3822778f9ee0a07d28ec1a175e42a35be6065fd47322103f50fe58f851a360 +size 1474560 diff --git a/datasets/533192.tar b/datasets/533192.tar new file mode 100644 index 0000000000000000000000000000000000000000..4670604dfbe87be8fee6b0f51b26a9553e8a98d3 --- /dev/null +++ b/datasets/533192.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebcd870a12b770399edb3cbedb1b08c57951e7ec9f042262b50ce52815d256fb +size 28119040 diff --git a/datasets/533225.tar b/datasets/533225.tar new file mode 100644 index 0000000000000000000000000000000000000000..37bd447c35a7614944ec40d00d844d9551e9ea4f --- /dev/null +++ b/datasets/533225.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a980eb8f58389d73643497a910042e084751ea800127ef80fc08efa286ed0622 +size 52387840 diff --git a/datasets/533733.tar b/datasets/533733.tar new file mode 100644 index 0000000000000000000000000000000000000000..76392afd66dcc656aebd9cb4bcd2adb4b7edea48 --- /dev/null +++ b/datasets/533733.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc06806ca504398251391274607f0b4aeb6f3e841cb40fbdb556745225e092c +size 36853760 diff --git a/datasets/533831.tar b/datasets/533831.tar new file mode 100644 index 0000000000000000000000000000000000000000..f3b312451e6b3fc6a602bc4f2a1bf4750e052247 --- /dev/null +++ b/datasets/533831.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c3abb6f6bbfdff4e14d970e9cb5ea06944dc68fe2e1650bde7367c28724c3bb +size 31057920 diff --git a/datasets/53392.tar b/datasets/53392.tar new file mode 100644 index 0000000000000000000000000000000000000000..238b74bd9ec7f66247efb84fe641cc6d1a83f3fa --- /dev/null +++ b/datasets/53392.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d6735eb6d05c83879b93ad8d654569026197a7929a6cd6114556b062e0fd9c +size 1904640 diff --git a/datasets/534069.tar b/datasets/534069.tar new file mode 100644 index 0000000000000000000000000000000000000000..1a172b12c2c1edae4327ddfd929fc72b017499a9 --- /dev/null +++ b/datasets/534069.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83700890ebe9f841d7b55d182f4b7975e3a72248f235c287243d83830cd1d67c +size 5068800 diff --git a/datasets/534089.tar b/datasets/534089.tar new file mode 100644 index 0000000000000000000000000000000000000000..e147e3a13e2aa5460725b3e8b66a123040d67bd2 --- /dev/null +++ b/datasets/534089.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab712f640a521c7a943be223a87a99a3d86a593321498560557dfc2b4debf93 +size 8263680 diff --git a/datasets/534128.tar b/datasets/534128.tar new file mode 100644 index 0000000000000000000000000000000000000000..4c9d7b0dcdf257e49d26c619ecfce9ba35dd2e72 --- /dev/null +++ b/datasets/534128.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0e4584274d1c64e39b5fef4a52c20456eebf0c36375999ba348f5aedafad0d0 +size 1310720 diff --git a/datasets/534136.tar b/datasets/534136.tar new file mode 100644 index 0000000000000000000000000000000000000000..f1a5c5b21f38fdb170e2f1a53eb0d424cd81b206 --- /dev/null +++ b/datasets/534136.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf04bfdb7ffdd167e5148475863ade7176a640d07735acd6607210aa660d43a5 +size 1914880 diff --git a/datasets/534332.tar b/datasets/534332.tar new file mode 100644 index 0000000000000000000000000000000000000000..d337804af38b92730aebbc9e34e81089dc0472db --- /dev/null +++ b/datasets/534332.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ed1cad9199ebfb8c1e7da101a3dfa8bfbc1296e04853cba8b0b20e1b184e95 +size 143718400 diff --git a/datasets/534525.tar b/datasets/534525.tar new file mode 100644 index 0000000000000000000000000000000000000000..d0e62a13d1cd4ec707b7de870c4302bfe6f15a18 --- /dev/null +++ b/datasets/534525.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2fc9ec1eeb5bb9a2adf3b2a9f7956580ae50d1a6a08e45b639c7e697b6eb5ad +size 5488640 diff --git a/datasets/534702.tar b/datasets/534702.tar new file mode 100644 index 0000000000000000000000000000000000000000..f533196c0f69cb82399cbd0ae59c428ac31ff3ff --- /dev/null +++ b/datasets/534702.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5971c1b9742db41885aa80cfe2d2d70d4fceca9be9d4388053648a8f4b1c5a5e +size 8652800 diff --git a/datasets/535261.tar b/datasets/535261.tar new file mode 100644 index 0000000000000000000000000000000000000000..dbbf5bc9e1522fa773f8245d1d7915f6fa1b5b0f --- /dev/null +++ b/datasets/535261.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e81e2f8948fe4e9b10e1cf3f3755f4e5e7dd7cfbdfb9ba478242c68ea0bbd7b +size 61184000 diff --git a/datasets/535354.tar b/datasets/535354.tar new file mode 100644 index 0000000000000000000000000000000000000000..cf661b9e1e70e449c5b3443a3f720996f7d05af0 --- /dev/null +++ b/datasets/535354.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6857f5c051fc14632e04bdc3ea3c83bc653a615ad3a61fa9308b288e6341d4e0 +size 4638720 diff --git a/datasets/535462.tar b/datasets/535462.tar new file mode 100644 index 0000000000000000000000000000000000000000..7a1b63a05223f4b7d8b490508f51988c45e577e2 --- /dev/null +++ b/datasets/535462.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d618f4ea1e9cc6ff56677f2a1fbae8e0f41e8e04601a0356e669119f83942104 +size 5140480 diff --git a/datasets/535651.tar b/datasets/535651.tar new file mode 100644 index 0000000000000000000000000000000000000000..faaaada5e9267408e29516c5a9ac5b15080087c7 --- /dev/null +++ b/datasets/535651.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5165fcf52ba2394fdeb8dfc9c930fc6c35b5b98c37f8b828331a078e3381f7eb +size 112640 diff --git a/datasets/535656.tar b/datasets/535656.tar new file mode 100644 index 0000000000000000000000000000000000000000..3fc86c39403609d39c305307c6b729baea8050b9 --- /dev/null +++ b/datasets/535656.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b8e321a93a913ef26caaec6dd69526b0dab8a8bbf5d7c9ba8d3ae48b498870 +size 10280960 diff --git a/datasets/535657.tar b/datasets/535657.tar new file mode 100644 index 0000000000000000000000000000000000000000..de2fe04b76da23d6674f4b51ef2006e8f960d66a --- /dev/null +++ b/datasets/535657.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00be0a546fffc5acd8b2cfe04cfc1ba6bd6d9ab34451ba4081a73b0e4ef3233 +size 552960 diff --git a/datasets/535664.tar b/datasets/535664.tar new file mode 100644 index 0000000000000000000000000000000000000000..d1068607b63d3768dea47905f45ef4e9bff8927e --- /dev/null +++ b/datasets/535664.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea45cb2fa1614b6d24dd4fd70e49c02bbb6034c23157976c44bbc32311bc9211 +size 7823360 diff --git a/datasets/535785.tar b/datasets/535785.tar new file mode 100644 index 0000000000000000000000000000000000000000..4aad11e6c14a64131ac431906bc2572f18ee208f --- /dev/null +++ b/datasets/535785.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28cc22425b7653e047f7a1ca1acb72cef8442c29ec67ecabed5d0829a23e2c04 +size 3051520 diff --git a/datasets/535887.tar b/datasets/535887.tar new file mode 100644 index 0000000000000000000000000000000000000000..87a958a75c9a415537d4e73252b278771f891040 --- /dev/null +++ b/datasets/535887.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fddeca60ca35039224e05f547d1d46b11a3ee0a5a62669e169de3a4df09a5af1 +size 33792000 diff --git a/datasets/535898.tar b/datasets/535898.tar new file mode 100644 index 0000000000000000000000000000000000000000..122832e41de585845d6e9dbfc04fbc2f1acb42e5 --- /dev/null +++ b/datasets/535898.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2973f2f7c61c52e18ea38ea4570df1ccf6d8655db1c2418aad2b664cc62f16fc +size 154685440 diff --git a/datasets/535943.tar b/datasets/535943.tar new file mode 100644 index 0000000000000000000000000000000000000000..2c79e0173e77269dc57f958d3b2b888667bc62ac --- /dev/null +++ b/datasets/535943.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0869857374cbdb3c158fb2ab44d95516a8c6dd5b75f588cb51a8652013b3898 +size 7976960 diff --git a/datasets/535954.tar b/datasets/535954.tar new file mode 100644 index 0000000000000000000000000000000000000000..6c897003b09be34b8e65682d9ba2001982e07405 --- /dev/null +++ b/datasets/535954.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9594578012a986e6c927b01514c67a58486d985fd5891b8a19801bf76f567337 +size 34897920 diff --git a/datasets/535980.tar b/datasets/535980.tar new file mode 100644 index 0000000000000000000000000000000000000000..b7e760df76754e6e30fb674c615d86a39d71723d --- /dev/null +++ b/datasets/535980.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590c557ed238b2a3ab029fdf2b39afefee6edf05b8abb48ea9c6e4cdd5d54ab3 +size 17653760 diff --git a/datasets/536237.tar b/datasets/536237.tar new file mode 100644 index 0000000000000000000000000000000000000000..6cd717ee8929f8c4c862ecdb89566dfd5a010151 --- /dev/null +++ b/datasets/536237.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea55221cb012e46024374d77dcc1e6768f427025127ca8c8b466f269c9f9738 +size 60405760 diff --git a/datasets/536265.tar b/datasets/536265.tar new file mode 100644 index 0000000000000000000000000000000000000000..6450f2a56424026ff1c80b401ac6f08413d0b880 --- /dev/null +++ b/datasets/536265.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:887cc1a28a00d2aaee549a8ed941fbe733ded4dbfe566854c086d1a813efd7d8 +size 81367040 diff --git a/datasets/536283.tar b/datasets/536283.tar new file mode 100644 index 0000000000000000000000000000000000000000..35d188767afa23e6355ebfb7bd40b3a1775a66db --- /dev/null +++ b/datasets/536283.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25cda6d22c8bcf748136f11fa82fb43a583278a3665ee1af41e534be7d0eb59a +size 4956160 diff --git a/datasets/536464.tar b/datasets/536464.tar new file mode 100644 index 0000000000000000000000000000000000000000..6f649ddfd96af89cec671f515d0aa5996b8b8005 --- /dev/null +++ b/datasets/536464.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e145f5009ac06d8795783a23299ed4536e51a348920bdeba944e4612de3ee0e4 +size 33966080 diff --git a/datasets/536474.tar b/datasets/536474.tar new file mode 100644 index 0000000000000000000000000000000000000000..b56c3f86a51e0c5eea517f925b0ee7dcb235fafd --- /dev/null +++ b/datasets/536474.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08990d55f7df3250e89557d5e9d97b1bbd2389453c2965f1054a9b8cf555ec42 +size 409600 diff --git a/datasets/536481.tar b/datasets/536481.tar new file mode 100644 index 0000000000000000000000000000000000000000..b85c2909b42b7282f28cdd770442f643d0562a62 --- /dev/null +++ b/datasets/536481.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36456bb98c71caad99f8e7473993d634a91a7d2f19a636524f13fdaf9f788715 +size 12881920 diff --git a/datasets/536590.tar b/datasets/536590.tar new file mode 100644 index 0000000000000000000000000000000000000000..8f6879932adde32d68ebd9a1889eb079e0dd43ce --- /dev/null +++ b/datasets/536590.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f608d8cf2eb0597c89185fa63bdd10115b402dba20815f9eed250b766e44bad +size 4075520 diff --git a/datasets/536845.tar b/datasets/536845.tar new file mode 100644 index 0000000000000000000000000000000000000000..8be2f8682a56bfe247db23c68f20178416a47f5a --- /dev/null +++ b/datasets/536845.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d2be5065567872b41eda5d7c9951154b439e2b976c9ef61df0a49a51109879 +size 17694720 diff --git a/datasets/536901.tar b/datasets/536901.tar new file mode 100644 index 0000000000000000000000000000000000000000..59991d4b2aab228698b409e0fc37ca9894120b82 --- /dev/null +++ b/datasets/536901.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8ba97073905ed7150b84245d9c081d7c7cc24aa182c58e289dbc92951acf43 +size 5304320 diff --git a/datasets/537016.tar b/datasets/537016.tar new file mode 100644 index 0000000000000000000000000000000000000000..b0edf644aab1841c6a299628ea67ca71f0929957 --- /dev/null +++ b/datasets/537016.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459af91bad9cb69b067322842b301ef5ed726817437e450ed92b9a0dad56cbea +size 22794240 diff --git a/datasets/537204.tar b/datasets/537204.tar new file mode 100644 index 0000000000000000000000000000000000000000..f406e0df1c594c17b2a632fae523532bd118460d --- /dev/null +++ b/datasets/537204.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d59bca5b0e4cfadf4def8776c304976361b1b4b4dcf720e4f88af61036e655e7 +size 3635200 diff --git a/datasets/537363.tar b/datasets/537363.tar new file mode 100644 index 0000000000000000000000000000000000000000..94695f48d57dd31c2a70209426e3ddd34e65c35d --- /dev/null +++ b/datasets/537363.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da3f477896116c86c89ee08a06c121034111566b3fa89343e39f9744ccbd578e +size 24944640 diff --git a/datasets/537444.tar b/datasets/537444.tar new file mode 100644 index 0000000000000000000000000000000000000000..2e9a7daf8243da7b651071cf53e7b7304cbcea69 --- /dev/null +++ b/datasets/537444.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b096e4ea6f6766e09b9baba69f89ce7b24deef9193d537c389f8dc6b379a047 +size 43212800 diff --git a/datasets/537551.tar b/datasets/537551.tar new file mode 100644 index 0000000000000000000000000000000000000000..2c1ff042879d3ca8762559c3108425ff86715c65 --- /dev/null +++ b/datasets/537551.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd75316e5c9dc87b46eb5c0e8b249ead905adad31f68494e95edf517dace5ec4 +size 194560 diff --git a/datasets/537589.tar b/datasets/537589.tar new file mode 100644 index 0000000000000000000000000000000000000000..47ca3a40a07b45efa3aefcc81e0ef4b2a0e45b53 --- /dev/null +++ b/datasets/537589.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4361ff9c90fcf480216176d1f26c1891abaea8de9aaa81713189e1a4251dc3f0 +size 4444160 diff --git a/datasets/537609.tar b/datasets/537609.tar new file mode 100644 index 0000000000000000000000000000000000000000..81d50aee9d6c643ca8ae70175cda93d7865a50b0 --- /dev/null +++ b/datasets/537609.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba2dc014e31acd0d895f11fdde7d99c8a60fb224d11bab5413b7614e9369ba1 +size 14755840 diff --git a/datasets/537653.tar b/datasets/537653.tar new file mode 100644 index 0000000000000000000000000000000000000000..c4d654658b8abafc894292c275c2a0e0d374b415 --- /dev/null +++ b/datasets/537653.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d91f8dff184d90c0718b85333f0e2b8519de3f6ce1f544a0289b7028ee7254 +size 143360 diff --git a/datasets/537674.tar b/datasets/537674.tar new file mode 100644 index 0000000000000000000000000000000000000000..35eb6fd4739aecfeb12502e6aa83ad3105e8569a --- /dev/null +++ b/datasets/537674.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc4e4cad5d9a3f30e4d38cf5da7113f9428d77458877e34a8225475b17cfd112 +size 251985920 diff --git a/datasets/537952.tar b/datasets/537952.tar new file mode 100644 index 0000000000000000000000000000000000000000..334b82b586277b9bd6df58c656e046f66c731570 --- /dev/null +++ b/datasets/537952.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d4a72868238d3708cf9696b8ef35231e4b6d10e938d1f36b23d9e9c07d984af +size 6113280 diff --git a/datasets/538009.tar b/datasets/538009.tar new file mode 100644 index 0000000000000000000000000000000000000000..e76434a1333fdd74f08915081bb01b5fc5600417 --- /dev/null +++ b/datasets/538009.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857c7efa2833b5f2d31d60c460012324bb0fe8b1bb4c6b10243e2a63e0776806 +size 23121920 diff --git a/datasets/538075.tar b/datasets/538075.tar new file mode 100644 index 0000000000000000000000000000000000000000..a8b943a86965621d666a91542eb0aa1767e7cd1d --- /dev/null +++ b/datasets/538075.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0aceeb62eb779e6b46dae0e10554616a7c7c0bc6ac2abfa2b3557a0eac0a290 +size 3502080 diff --git a/datasets/538164.tar b/datasets/538164.tar new file mode 100644 index 0000000000000000000000000000000000000000..68df1e4cfe6bc27e7000b0fb9644c4033d548bb0 --- /dev/null +++ b/datasets/538164.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e5b7d3cef9e97f5086926ce02c399d41812a43bcd588ef58b60c26d7575b95 +size 28508160 diff --git a/datasets/538392.tar b/datasets/538392.tar new file mode 100644 index 0000000000000000000000000000000000000000..56a50706c38df166b213209f0c00807089d899a2 --- /dev/null +++ b/datasets/538392.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c20d13cca5b2c5e996c3bef816617fc6a7ff3fe5695442fa4fd803c1899746 +size 51394560 diff --git a/datasets/538428.tar b/datasets/538428.tar new file mode 100644 index 0000000000000000000000000000000000000000..c70b497b0b37a053378b29669ea427f41a295041 --- /dev/null +++ b/datasets/538428.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40c600b6751a5fe241a298bcd27441b77e56669d1e1f88d1471f6c86c30c3d28 +size 30976000 diff --git a/datasets/538475.tar b/datasets/538475.tar new file mode 100644 index 0000000000000000000000000000000000000000..0336aac129100f685469c975d4e8b1193362b2b7 --- /dev/null +++ b/datasets/538475.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bbd8c9da1fe348772b7039b1483cdb2162cff7520dc7ac1403233840de56e9b +size 6553600 diff --git a/datasets/538863.tar b/datasets/538863.tar new file mode 100644 index 0000000000000000000000000000000000000000..c453a3d899180500eeffdad699b335c50bb1fe43 --- /dev/null +++ b/datasets/538863.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe54c225c21eec7a4af4b947ace0ec2c9ddaa4cfc351201404ba04c553010895 +size 16486400 diff --git a/datasets/538911.tar b/datasets/538911.tar new file mode 100644 index 0000000000000000000000000000000000000000..e93fbc4443fa6a3108f695c3c481f1b84025fea6 --- /dev/null +++ b/datasets/538911.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c3bedb05aec4b351d2a0c3e506997c7bb391a22c50c4fa9102e85e02094bd99 +size 8212480 diff --git a/datasets/539006.tar b/datasets/539006.tar new file mode 100644 index 0000000000000000000000000000000000000000..09d3c6639e802add3d73e999cb227427c6ebd06b --- /dev/null +++ b/datasets/539006.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda9deacf0a3b2d6ed87eb1e7207bc5cc0eb44c78b33ff09bea8f7348db1da07 +size 8775680 diff --git a/datasets/539017.tar b/datasets/539017.tar new file mode 100644 index 0000000000000000000000000000000000000000..c35a8042fc18778d82b297b7f18700c8531d32d8 --- /dev/null +++ b/datasets/539017.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc542a8e4002393f05e5ebf965fe80d26663a1aa1d3ac401979d9a40ec94ea2 +size 2232320 diff --git a/datasets/539109.tar b/datasets/539109.tar new file mode 100644 index 0000000000000000000000000000000000000000..6f1f604d5b09eb628ed56fdc2bf4c2a9bdc73b7c --- /dev/null +++ b/datasets/539109.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4025b43ca7e75b49174fbacb8b9736f09f09917baaf03db60ab57cadd7a4f0ea +size 3522560 diff --git a/datasets/539162.tar b/datasets/539162.tar new file mode 100644 index 0000000000000000000000000000000000000000..8e1627092328be889978b4c31b9896e5d53b669d --- /dev/null +++ b/datasets/539162.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c204dc06f6806de5a9eb66a87bb8b7bd9e689d7441e45ff8513ad692c65f9e3f +size 3317760 diff --git a/datasets/539164.tar b/datasets/539164.tar new file mode 100644 index 0000000000000000000000000000000000000000..3f08e179b627352ef25cfacf97856dcea76dee04 --- /dev/null +++ b/datasets/539164.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e461b6900ce2c3a5afe7ffbff0d1adfbc56f9dd8a49d2c0381ee33dc7d6bb938 +size 113592320 diff --git a/datasets/539281.tar b/datasets/539281.tar new file mode 100644 index 0000000000000000000000000000000000000000..2cd92f8875ba7fcfd05068690792c7c1397d755f --- /dev/null +++ b/datasets/539281.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bc6daeebb6dc09126858cdaf9081b29bf2b20ef6c67680cae61a35b60b022dc +size 6543360 diff --git a/datasets/539323.tar b/datasets/539323.tar new file mode 100644 index 0000000000000000000000000000000000000000..348ea2a8d63b8335300f9fd038ff0010943ec75d --- /dev/null +++ b/datasets/539323.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa3b6a4c322af8bd954d82fce8d02dd6ce3f1a52605f52c4c88ce7861bf65b9 +size 51476480 diff --git a/datasets/539367.tar b/datasets/539367.tar new file mode 100644 index 0000000000000000000000000000000000000000..7dab509ed6c99bd8c6708ea7e2e33795d18d8adb --- /dev/null +++ b/datasets/539367.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab6b2ec30d3ac8694c7571ac782dd2cd82fbc6b111560ec69a60c0060b0b0aea +size 10577920 diff --git a/datasets/540098.tar b/datasets/540098.tar new file mode 100644 index 0000000000000000000000000000000000000000..dc5b62acbf2d99f8ebabc9d6bbeb03c7839d22f7 --- /dev/null +++ b/datasets/540098.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a20a3dd1f3a8a3cc29fc93fc4c0359670ce861bc78fdbefc8927d28bf4b6e497 +size 9021440 diff --git a/datasets/540640.tar b/datasets/540640.tar new file mode 100644 index 0000000000000000000000000000000000000000..96f78f924dfebe9979f3ef25339ab04083a8c76d --- /dev/null +++ b/datasets/540640.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e887c2be3c3d211f71cee81ca3349ef646e52e1945cc770302c08599b36fc16 +size 1054720 diff --git a/datasets/540703.tar b/datasets/540703.tar new file mode 100644 index 0000000000000000000000000000000000000000..cfc714ee9179c322b1fe19a3de86a235b1e05784 --- /dev/null +++ b/datasets/540703.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e4a1cc2d21b2f2951e3e2be66351718ea43a508fb41244dd380cd56990bf47 +size 5560320 diff --git a/datasets/540927.tar b/datasets/540927.tar new file mode 100644 index 0000000000000000000000000000000000000000..7965f80c3e96c4a57f96f36487c26aeb7cd487a1 --- /dev/null +++ b/datasets/540927.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ba8c161037310df54b6399adfe990fd8ffe26c72557f6146381a791f50c1c4 +size 5724160 diff --git a/datasets/541007.tar b/datasets/541007.tar new file mode 100644 index 0000000000000000000000000000000000000000..de18ea56d0d9763e6c4d645a6483bf47ddb0e8d3 --- /dev/null +++ b/datasets/541007.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9830684d125a112fbf2e262dc46b72a1d15c0f41e3012a0b934c0a0f5dd5b253 +size 7075840 diff --git a/datasets/541137.tar b/datasets/541137.tar new file mode 100644 index 0000000000000000000000000000000000000000..357414557e2fd7676257ef7902434013c9aa58b3 --- /dev/null +++ b/datasets/541137.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31debced979482989c7e4bd8e23eea11f077f2868b529efd6be9fd4f87a64e7d +size 61368320 diff --git a/datasets/541356.tar b/datasets/541356.tar new file mode 100644 index 0000000000000000000000000000000000000000..679403a49f4d8a507400efd06db0046a5aee75aa --- /dev/null +++ b/datasets/541356.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1b6eb423812328e4f2a427084e3fce2305a404a1ca9057d3e7bbf6a708b53f7 +size 1566720 diff --git a/datasets/541379.tar b/datasets/541379.tar new file mode 100644 index 0000000000000000000000000000000000000000..504be35d0e92c24c72efe628a4f321caabf8f40c --- /dev/null +++ b/datasets/541379.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee1b13ea6056b8d611f62520a57bbbcbb99171c1edeb470b386870994e89ab01 +size 49049600 diff --git a/datasets/541427.tar b/datasets/541427.tar new file mode 100644 index 0000000000000000000000000000000000000000..d8ecfe8653b90768a1ce8c9b8657cc0a40545584 --- /dev/null +++ b/datasets/541427.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d00d7621377e21042ead2e9d0f0e5199d679dbdaf832fb4767e196726cd6de7 +size 53923840 diff --git a/datasets/541468.tar b/datasets/541468.tar new file mode 100644 index 0000000000000000000000000000000000000000..176229e47ee80dd61be3dd3985032ef0edf14ab8 --- /dev/null +++ b/datasets/541468.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2446f5ce95f6c11c896569c12d9ba049b6d9827425990fd6a82f7c7b47294be3 +size 1617920 diff --git a/datasets/541469.tar b/datasets/541469.tar new file mode 100644 index 0000000000000000000000000000000000000000..c34bb48177436e51642f14db5efc6c6b4e3ac67b --- /dev/null +++ b/datasets/541469.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1620fc5079c4f1d110f2399d655202d27693f70093a2f0a44ee9bc86e70acc4 +size 48773120 diff --git a/datasets/541481.tar b/datasets/541481.tar new file mode 100644 index 0000000000000000000000000000000000000000..95b0fc637b60af38665b11d8f7a399f6cca83d1f --- /dev/null +++ b/datasets/541481.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f2fbc1a672b30414ddfcebcf84b39e212138caa7bdda0fc324a3db896f3659 +size 4976640 diff --git a/datasets/541569.tar b/datasets/541569.tar new file mode 100644 index 0000000000000000000000000000000000000000..e27a30a39bc8adef42f648d50738108780074518 --- /dev/null +++ b/datasets/541569.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e274115b3444d5daf6607746bc6a43e3cc9a3cf43ac2432526118975469a5e +size 1802240 diff --git a/datasets/541577.tar b/datasets/541577.tar new file mode 100644 index 0000000000000000000000000000000000000000..babd2b560fac3b9e4ea3d3f8440b4aade682f31f --- /dev/null +++ b/datasets/541577.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2224219a4bcb2eb639bb1edc596483c39f7ab1616b8cdb1b6378c7a4074c777 +size 1679360 diff --git a/datasets/541656.tar b/datasets/541656.tar new file mode 100644 index 0000000000000000000000000000000000000000..2bf3365da4738a21417d790220c079bb4951d8aa --- /dev/null +++ b/datasets/541656.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b70d5d7302ac217f0079e4b960a214eed2ec81c8d91f9c4bbfdfe3bf9c5ba3 +size 8294400 diff --git a/datasets/541717.tar b/datasets/541717.tar new file mode 100644 index 0000000000000000000000000000000000000000..e7bfa945fef47816afff8d202cbc45a939f67ee2 --- /dev/null +++ b/datasets/541717.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c99f593dc142ab85127f522b60da8e9431dc282b2db1bbfff21104009d366c +size 22804480 diff --git a/datasets/541959.tar b/datasets/541959.tar new file mode 100644 index 0000000000000000000000000000000000000000..f952425f09ac7c4eee36c52048ee8895db7d4be3 --- /dev/null +++ b/datasets/541959.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b4d6c61552c9ec93fce8217abe30548f99daf0006762b5f5c193381c8cd1f3f +size 9267200 diff --git a/datasets/542039.tar b/datasets/542039.tar new file mode 100644 index 0000000000000000000000000000000000000000..3ddcd3ff02c580dd747410fc441cfd86cfaad311 --- /dev/null +++ b/datasets/542039.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e6bf9e2b27bc82560b37b8d4794b55546292cecbf8a317a6e9d47d6be3d294 +size 7823360 diff --git a/datasets/542117.tar b/datasets/542117.tar new file mode 100644 index 0000000000000000000000000000000000000000..642617a044573fe5d4711133ecc893af20dbe414 --- /dev/null +++ b/datasets/542117.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be77da2f08637c3ddd3a4e9294295acc52fe26def38bc725c2923bc59b79ea82 +size 310978560 diff --git a/datasets/542258.tar b/datasets/542258.tar new file mode 100644 index 0000000000000000000000000000000000000000..d198f180e018569cabf4a517f821bd0b8fc8b9c3 --- /dev/null +++ b/datasets/542258.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec6fa61967290457a048cc0afc86646291421192bcb9aec91b5d72a355b2224 +size 1669120 diff --git a/datasets/542286.tar b/datasets/542286.tar new file mode 100644 index 0000000000000000000000000000000000000000..3165a5c58fa8f322b98de3c41aeca3eb26304995 --- /dev/null +++ b/datasets/542286.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1dc9e593e9e4a0eee83072fd55348dd589ec8320a319676c535a2277c45dc3 +size 14909440 diff --git a/datasets/5423.tar b/datasets/5423.tar new file mode 100644 index 0000000000000000000000000000000000000000..b32bbdf6eaf40ed91091b9658740b4547f5d5705 --- /dev/null +++ b/datasets/5423.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a259d3cf9b68328dc31d0d74878ceb929baf588fe456399fbc80fbca678cc3de +size 1689600 diff --git a/datasets/542339.tar b/datasets/542339.tar new file mode 100644 index 0000000000000000000000000000000000000000..86e69496b1e456e4e7fa48a2d1edbc5f777b962e --- /dev/null +++ b/datasets/542339.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa56597b8e2f266e31ae669576438470a4f8db622489574ff94906fb09b7afd4 +size 14909440 diff --git a/datasets/542442.tar b/datasets/542442.tar new file mode 100644 index 0000000000000000000000000000000000000000..036f4a43956ca1fee26b20a371df64f6d8456ab0 --- /dev/null +++ b/datasets/542442.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015f2cb5a61e7e56580a99f99a37061854baa1867819aab2881904c311c14059 +size 15063040 diff --git a/datasets/542493.tar b/datasets/542493.tar new file mode 100644 index 0000000000000000000000000000000000000000..1d05a58a848ee42a227fb710ecc888eee9fe9378 --- /dev/null +++ b/datasets/542493.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1fda48cfe1a5ebaaeb576c56160366bb8905ad8514a01a9f21b57cda3a5296e +size 2109440 diff --git a/datasets/542539.tar b/datasets/542539.tar new file mode 100644 index 0000000000000000000000000000000000000000..ae45224c8654650a82f2444889d52b06014f86df --- /dev/null +++ b/datasets/542539.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76806e26f9b038b0d38c1e4c6b25fd39443cc33157d6225a56f73b38d24f68e0 +size 35348480 diff --git a/datasets/542567.tar b/datasets/542567.tar new file mode 100644 index 0000000000000000000000000000000000000000..ed7108d449d6ae7733aed443133bcd2ac35b16b5 --- /dev/null +++ b/datasets/542567.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e648fcdac1b7d68b83ce445b5d0053d45e55209773173d14ce6f96ec88f394e +size 3287040 diff --git a/datasets/542647.tar b/datasets/542647.tar new file mode 100644 index 0000000000000000000000000000000000000000..fbbfc9d7275011fd559006d619dad4d7bd949211 --- /dev/null +++ b/datasets/542647.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37df0642a6b7e9b80847c664cef07f5255f15154297afd95d024586a0f7000d8 +size 48588800 diff --git a/datasets/542659.tar b/datasets/542659.tar new file mode 100644 index 0000000000000000000000000000000000000000..aea370b3e9073d63e335ace1634d633c622b25f4 --- /dev/null +++ b/datasets/542659.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ad0fad67da0d55969adf171da2b6cee3fabba614c10c206d82590ec1435947f +size 13588480 diff --git a/datasets/542736.tar b/datasets/542736.tar new file mode 100644 index 0000000000000000000000000000000000000000..4008b6403a63a190a1d63e4051b2bbc00d82a2d2 --- /dev/null +++ b/datasets/542736.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b32057f8cf8b8f99d199581fe20f0294748ceadf1c3071b0f85bae8d95e624b +size 5488640 diff --git a/datasets/5428.tar b/datasets/5428.tar new file mode 100644 index 0000000000000000000000000000000000000000..eb6366917f6af25401c40be0a99a83b3b7e5910b --- /dev/null +++ b/datasets/5428.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fdc9471c395b219f94d550e68f072b514330473bb7ff45d58cd2a39abe4ca6a +size 1740800 diff --git a/datasets/5430.tar b/datasets/5430.tar new file mode 100644 index 0000000000000000000000000000000000000000..943a2026c22b34d9bec6117c8d4a1080d0319a6f --- /dev/null +++ b/datasets/5430.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b92c1b256cb6e71cca6cd9c3413ce90dd9c8f818356d4843df23a320549d891 +size 993280 diff --git a/datasets/543096.tar b/datasets/543096.tar new file mode 100644 index 0000000000000000000000000000000000000000..00c4d59306037620d5e22d0bb4199046877e9f4e --- /dev/null +++ b/datasets/543096.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9bb1ee1d6f5d558094015f2fc1afcb8505a9f641091442d62e327a4e227387c +size 153600 diff --git a/datasets/5431.tar b/datasets/5431.tar new file mode 100644 index 0000000000000000000000000000000000000000..18421e49d68322f1e4a7a8e4ab451a3b485a3543 --- /dev/null +++ b/datasets/5431.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0daf0da1cf77a48d348c4f086e2af2a2fb8c1811ffd86b46ae252789ed5df0 +size 1361920 diff --git a/datasets/543133.tar b/datasets/543133.tar new file mode 100644 index 0000000000000000000000000000000000000000..e262548f68674c8ea015016c6442fb92fcc9c4f9 --- /dev/null +++ b/datasets/543133.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6f19dc77065cfecc7ebb9b8d112439c1db573686f27aad16b7a16461df3781 +size 2488320 diff --git a/datasets/543426.tar b/datasets/543426.tar new file mode 100644 index 0000000000000000000000000000000000000000..afd0131619bc9bcae4ebfe9eafda4e056187280d --- /dev/null +++ b/datasets/543426.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d82eca79c09085b388a11522eed6c08f2559c1c5c777c7c944b872c023df42 +size 32430080 diff --git a/datasets/543434.tar b/datasets/543434.tar new file mode 100644 index 0000000000000000000000000000000000000000..db9973f82ccb066d69ed89e7d0c131d077e6dbe8 --- /dev/null +++ b/datasets/543434.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a51cf23754dc362439db5df63c29bce592e9a85d1346ec2bf3cee062ce22f026 +size 32430080 diff --git a/datasets/543444.tar b/datasets/543444.tar new file mode 100644 index 0000000000000000000000000000000000000000..a1db4883e3ea198bf53e65dbfaeff295c68d431b --- /dev/null +++ b/datasets/543444.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a173dd279a8ea9c0a2d91b99a1cc71cae778f5f6a197acfd8845138caa16d4 +size 32430080 diff --git a/datasets/543458.tar b/datasets/543458.tar new file mode 100644 index 0000000000000000000000000000000000000000..51e8597a3927d5f8727f73e7be72707509f65c9d --- /dev/null +++ b/datasets/543458.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a74f176c08ac7632c2419107c99f6dde3a216064b886a8184d88c0c3805d279 +size 32901120 diff --git a/datasets/543467.tar b/datasets/543467.tar new file mode 100644 index 0000000000000000000000000000000000000000..0a99bccc28814f01339d71279a80b6fea5e4c56f --- /dev/null +++ b/datasets/543467.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563c6bdc6305c6082549e9f2148da0fc74e073c5769ff12dc62c78e75048b767 +size 32901120 diff --git a/datasets/543480.tar b/datasets/543480.tar new file mode 100644 index 0000000000000000000000000000000000000000..08371a2d20e877574d12a8afde54ff820be14f7d --- /dev/null +++ b/datasets/543480.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac55c206d5cd41492697dbb94511fbf32271e280b692dc5ead23dda4359f6e0 +size 32901120 diff --git a/datasets/54360.tar b/datasets/54360.tar new file mode 100644 index 0000000000000000000000000000000000000000..244ad68f9b1cb87dfd23da75f9a9feafb6f330be --- /dev/null +++ b/datasets/54360.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4845ddc16ec70a89d841802812c479ac791f869bef284a2a5b9b5910c4723253 +size 14602240 diff --git a/datasets/543958.tar b/datasets/543958.tar new file mode 100644 index 0000000000000000000000000000000000000000..dbd804f3f7f8d81ed65caceb002d39d0b3b87f32 --- /dev/null +++ b/datasets/543958.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b877a6864cb04220d1f318428a86f82ff01187b1f1ce5c7d9beca37010474dc +size 2007040 diff --git a/datasets/544000.tar b/datasets/544000.tar new file mode 100644 index 0000000000000000000000000000000000000000..98962f11a3780c4a8d26aab7da0dc1c5628a1885 --- /dev/null +++ b/datasets/544000.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:074b80133f9e1aeebc640febee968571b4fd0aed411b2170a9f69e1f9d5966c2 +size 2877440 diff --git a/datasets/544019.tar b/datasets/544019.tar new file mode 100644 index 0000000000000000000000000000000000000000..17c4ff7b2c08e8f81844761fbfe23bc8b32571bf --- /dev/null +++ b/datasets/544019.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afff532e6cdcfcb56dd05fea926a5435769b921294c1582bb45751cbb4a202dd +size 41256960 diff --git a/datasets/544148.tar b/datasets/544148.tar new file mode 100644 index 0000000000000000000000000000000000000000..8174a6d607a3ed9d09e1e0e734ea638510f518f5 --- /dev/null +++ b/datasets/544148.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d3c9f4fad5606e755f081e28a0ad192d78a236eced04d72d15220fc32a4b85 +size 7792640 diff --git a/datasets/544198.tar b/datasets/544198.tar new file mode 100644 index 0000000000000000000000000000000000000000..19466c3cc6d5e99e7befc6cabdc4ce8d673dab77 --- /dev/null +++ b/datasets/544198.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d597c50111679333b2cabefb58b778826c2e7e476995b37958e06d905a0b4b +size 1075200 diff --git a/datasets/544278.tar b/datasets/544278.tar new file mode 100644 index 0000000000000000000000000000000000000000..147f9480e2fd4833d8fa34ec4303487d12c46983 --- /dev/null +++ b/datasets/544278.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f504032a251a2857ca969b96d4f7cb5c8d20d23bd7c1af97d445e22b497def0b +size 1761280 diff --git a/datasets/544283.tar b/datasets/544283.tar new file mode 100644 index 0000000000000000000000000000000000000000..06414b19d93189f8bf72ad82622176b579078a76 --- /dev/null +++ b/datasets/544283.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855f5721acf3991a3ce22f441814333bf15e9ff329ad5776828403e335e60aae +size 1361920 diff --git a/datasets/544296.tar b/datasets/544296.tar new file mode 100644 index 0000000000000000000000000000000000000000..f5af8dbf4325d76a774226068d03e5d5fbdbed92 --- /dev/null +++ b/datasets/544296.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf052605823d3c795eb2870a44156ff12a2dcaddb94f2720f14768171f69fb8 +size 60231680 diff --git a/datasets/544474.tar b/datasets/544474.tar new file mode 100644 index 0000000000000000000000000000000000000000..c55e464860e341d0277c3ff122a80854491b7fa3 --- /dev/null +++ b/datasets/544474.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a54d2c6c02ac543cd3f8c98d1c7332fcfe096ac3229eef54235191c57562d1 +size 10506240 diff --git a/datasets/544594.tar b/datasets/544594.tar new file mode 100644 index 0000000000000000000000000000000000000000..dab2e02b679de4e435331d9432525b594fa94743 --- /dev/null +++ b/datasets/544594.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8fc9257e9972ea53ff1b26d52c45a2e5b7f2f7100f607861cfba9de892a2243 +size 52817920 diff --git a/datasets/544679.tar b/datasets/544679.tar new file mode 100644 index 0000000000000000000000000000000000000000..9ac52d1dd951c5321339632e3b74c5bd13de76c5 --- /dev/null +++ b/datasets/544679.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d047286136da15efde597bb52b752981b54d78315ecc82957743e76c9775c28e +size 4096000 diff --git a/datasets/544714.tar b/datasets/544714.tar new file mode 100644 index 0000000000000000000000000000000000000000..a79f4eb5e86cf1dfb4a869a05c2df398d4aff478 --- /dev/null +++ b/datasets/544714.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb207f51cc7f0358b1cc501089d7f45e01c64c0d8920f9fdc236827ded42371 +size 15196160 diff --git a/datasets/544936.tar b/datasets/544936.tar new file mode 100644 index 0000000000000000000000000000000000000000..cd5cc5a9d875c1a9c51d9d808525d832d28c048c --- /dev/null +++ b/datasets/544936.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dad7df7c25b27ec2f7898c8290a7f6a0493ef67fbcfb52e8f3a493f652e8706 +size 44257280 diff --git a/datasets/544977.tar b/datasets/544977.tar new file mode 100644 index 0000000000000000000000000000000000000000..514909d6d4e957b9344f09b26846446b7c2c588e --- /dev/null +++ b/datasets/544977.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf526d95af4b3ed42d7a6fc374c08fc700043b3f260e772e650069f0bba80ee +size 737280 diff --git a/datasets/545010.tar b/datasets/545010.tar new file mode 100644 index 0000000000000000000000000000000000000000..3b483f4c61d62c3547fed9937a3f949372f4531e --- /dev/null +++ b/datasets/545010.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:258aef2b13bc8f799c0e5ca79b067ef5bcd7387397273a29f7844d9ed35c6939 +size 12206080 diff --git a/datasets/545054.tar b/datasets/545054.tar new file mode 100644 index 0000000000000000000000000000000000000000..bbac61fb0d2dea49770bfcf539f4884ab6b2031b --- /dev/null +++ b/datasets/545054.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21f55f17818c9bb08bf0b665d4d7360620b29188d72e4cdbe02b4551fed18499 +size 14653440 diff --git a/datasets/545194.tar b/datasets/545194.tar new file mode 100644 index 0000000000000000000000000000000000000000..f2c7d544e698b9893424c49c4863fe141f44b393 --- /dev/null +++ b/datasets/545194.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df2a070188fc37b878f40e178161fe084ecd7c424042b01fe5c94a05bc43c7a3 +size 2222080 diff --git a/datasets/545342.tar b/datasets/545342.tar new file mode 100644 index 0000000000000000000000000000000000000000..1c0f5b1a9a3b6422a49d7e3e81e185cbf5d72916 --- /dev/null +++ b/datasets/545342.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64b184f3a800e9dcb6cd92861059676ba79cc0bc06dfd647998524dcc2428ecc +size 6041600 diff --git a/datasets/545374.tar b/datasets/545374.tar new file mode 100644 index 0000000000000000000000000000000000000000..cf3ad2dd0de0adf06d21ec63f19949aae1f8552c --- /dev/null +++ b/datasets/545374.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0107bd272bac651fe537ad9fbc3c99412cee0516f879f57f0add0247de1da97d +size 2437120 diff --git a/datasets/545443.tar b/datasets/545443.tar new file mode 100644 index 0000000000000000000000000000000000000000..b1ec44abf0d7b8f13e43814f7f45a6aaaf79c352 --- /dev/null +++ b/datasets/545443.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb9f60e49724fccd2c7a5af09fa29f9f0c2cb921bad9eb67d0161c39a01a7b12 +size 9328640 diff --git a/datasets/545475.tar b/datasets/545475.tar new file mode 100644 index 0000000000000000000000000000000000000000..e395c04e63ff782f8f901474f55ce5e9e1a43597 --- /dev/null +++ b/datasets/545475.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8204a0fd0095ff132179743cf91fa4203676db90d65b07b835a62561955ffc26 +size 2641920 diff --git a/datasets/545528.tar b/datasets/545528.tar new file mode 100644 index 0000000000000000000000000000000000000000..fd62653d09da0b53a6fa2804fa8b7404c5053178 --- /dev/null +++ b/datasets/545528.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b99024547efe13295930f763a64ac6f4fb8e9f45fad66ccf1b23776545636c3 +size 419840 diff --git a/datasets/545571.tar b/datasets/545571.tar new file mode 100644 index 0000000000000000000000000000000000000000..e637887dbf87729a59a401dbd45b90edb4ba62fd --- /dev/null +++ b/datasets/545571.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8f2e81a296a9c4613736ecf261664ef4769af8ee39414a06c5cbdd4a47c8969 +size 35737600 diff --git a/datasets/545578.tar b/datasets/545578.tar new file mode 100644 index 0000000000000000000000000000000000000000..f4fbf9d1fda5710a737a478c75c7eaaf9dca2cd3 --- /dev/null +++ b/datasets/545578.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf8dcf28c75942f4effe167af6a12636045433607d3eb115be9128665bdd5d1 +size 35737600 diff --git a/datasets/545580.tar b/datasets/545580.tar new file mode 100644 index 0000000000000000000000000000000000000000..780d30717f41923b7c716bd38209914f441981a8 --- /dev/null +++ b/datasets/545580.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff83fb8e3186df6b4a0cd6c153340a62f6096cbcc7f6dddd4664e12eaa37431 +size 35737600 diff --git a/datasets/545587.tar b/datasets/545587.tar new file mode 100644 index 0000000000000000000000000000000000000000..dfbb1c63528b9447ccf04d561edaaa7cf8085a30 --- /dev/null +++ b/datasets/545587.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cecf2b263c7d118c2614ed51952549fa03152ad7fe63d96a13e3086353fca20 +size 46909440 diff --git a/datasets/545592.tar b/datasets/545592.tar new file mode 100644 index 0000000000000000000000000000000000000000..c7a6e8906c131a9b79409127026e0cfc1de865cd --- /dev/null +++ b/datasets/545592.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa741a69168fd313d7bbf9ac500de8803feb7a1efc3d92a934ea97688537c37 +size 46909440 diff --git a/datasets/545597.tar b/datasets/545597.tar new file mode 100644 index 0000000000000000000000000000000000000000..f5ea998fb9a76d961963b5f591bcaf8f32b03436 --- /dev/null +++ b/datasets/545597.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79422f2905a2c3a634af9c13b76590c179288c55cd224ec990b8fe817e3a306 +size 46909440 diff --git a/datasets/545688.tar b/datasets/545688.tar new file mode 100644 index 0000000000000000000000000000000000000000..04cc1c26648e7e984fcabc54d55e9c06ff9e03ff --- /dev/null +++ b/datasets/545688.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03db655ca8b680c14b4aedc091960eda23abe99b6fcc21f2982eabe9f50909ca +size 4812800 diff --git a/datasets/545724.tar b/datasets/545724.tar new file mode 100644 index 0000000000000000000000000000000000000000..874f2f104a3c30863ac96cd684c0bfc1d00d4cf8 --- /dev/null +++ b/datasets/545724.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c1257fa4ebfacd473b158f515111abee346affc7edbfa1a6dd09505d6b6754 +size 23070720 diff --git a/datasets/545734.tar b/datasets/545734.tar new file mode 100644 index 0000000000000000000000000000000000000000..6775e8d6579f159d9db541f79046a247ee11f996 --- /dev/null +++ b/datasets/545734.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2b4711c0d1104109568fe91633184226c5b89a250519e80e7e1c1736182285 +size 4812800 diff --git a/datasets/545942.tar b/datasets/545942.tar new file mode 100644 index 0000000000000000000000000000000000000000..5779a461abb6f8a68f7024b3f954908b00e498be --- /dev/null +++ b/datasets/545942.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c52d7e310db05a9cb489854d073481f970aad4379da7f158254323327e77fb +size 7976960 diff --git a/datasets/545967.tar b/datasets/545967.tar new file mode 100644 index 0000000000000000000000000000000000000000..4ca27e0cae5d3550a835661dfad172c6316f11c0 --- /dev/null +++ b/datasets/545967.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c16ef1ea6c87e8e4ad6acb875ea6e227c7ca25517d410f1bb9d9d1352279c304 +size 3010560 diff --git a/datasets/546074.tar b/datasets/546074.tar new file mode 100644 index 0000000000000000000000000000000000000000..bc1563ea5e946e408c38bb1fec66afda71bb0a87 --- /dev/null +++ b/datasets/546074.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:116e95f39176e1c3dbf648746d4b2ad71c48b04e69aefee121a1a80c4ca33241 +size 2160640 diff --git a/datasets/546291.tar b/datasets/546291.tar new file mode 100644 index 0000000000000000000000000000000000000000..6b9ace00c2ee1ce0fe10884d55628d6c1f983b28 --- /dev/null +++ b/datasets/546291.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154aba0322e026d6e322c6c47b1215af3a532d71257d0b3d0810b5b9be3b9905 +size 3143680 diff --git a/datasets/546367.tar b/datasets/546367.tar new file mode 100644 index 0000000000000000000000000000000000000000..65a88de84ea90e89746b130ec61cbd2895b61f84 --- /dev/null +++ b/datasets/546367.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731132c0e612f33f0392469085e880fcdb2400652e5f07f9d73552a7695db03b +size 13588480 diff --git a/datasets/546499.tar b/datasets/546499.tar new file mode 100644 index 0000000000000000000000000000000000000000..c4ae9f49a1db4f4fb81bec3ce18f37d0e9619024 --- /dev/null +++ b/datasets/546499.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d97d0f653429c762e337f78399d9f2f2c85126ae5abc824c9ebf0976e363caf5 +size 21903360 diff --git a/datasets/546504.tar b/datasets/546504.tar new file mode 100644 index 0000000000000000000000000000000000000000..8f82c63f8bc7c975f7928865b52027830cd3911f --- /dev/null +++ b/datasets/546504.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9dba591a338fe0db674e918100485f2228915c95b571e15b0d5a8fd148b79d3 +size 40960 diff --git a/datasets/546507.tar b/datasets/546507.tar new file mode 100644 index 0000000000000000000000000000000000000000..da0e370bab7415f112a7e2278489840417beeeea --- /dev/null +++ b/datasets/546507.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61cbdf9ca711381b594157e79389d6a9137798beb9a36262b0ecfae5c28d3a89 +size 24801280 diff --git a/datasets/546510.tar b/datasets/546510.tar new file mode 100644 index 0000000000000000000000000000000000000000..74c5799daec1072df72baaf3dafbd16a41568d38 --- /dev/null +++ b/datasets/546510.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d752242d797faaee47916a7a638adde072e1464330f6a8986fb3046338f6efd0 +size 1679360 diff --git a/datasets/546620.tar b/datasets/546620.tar new file mode 100644 index 0000000000000000000000000000000000000000..fbcbfc4b87694ece063e5633bc03636711421df7 --- /dev/null +++ b/datasets/546620.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2887d6242cb2f14aa33f1182e24a9b3484f9fabdfa13ada61130bc7334cf079b +size 1648640 diff --git a/datasets/546660.tar b/datasets/546660.tar new file mode 100644 index 0000000000000000000000000000000000000000..17677418203cd6f3565ed511133ce889bec0d259 --- /dev/null +++ b/datasets/546660.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a0dbdd51c26d11fdfbbbddce6ca9f2b0be1477e65cc09747ce03d3ca0c4b944 +size 61235200 diff --git a/datasets/546683.tar b/datasets/546683.tar new file mode 100644 index 0000000000000000000000000000000000000000..e5db0fa2ab8d8845d85f777d0d24b43b466ee9f1 --- /dev/null +++ b/datasets/546683.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c356632b0c3c311ec9f14dd7340f9515300a235e5868b5e05e9f4c044f04f6 +size 1792000 diff --git a/datasets/546745.tar b/datasets/546745.tar new file mode 100644 index 0000000000000000000000000000000000000000..18a2cda06111429cd82d46e563d7db9570c5d4f0 --- /dev/null +++ b/datasets/546745.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ce4ef9013237355d916472cafa3975d68f1f21ac929c9dcc3d51f7b4570902 +size 2344960 diff --git a/datasets/546802.tar b/datasets/546802.tar new file mode 100644 index 0000000000000000000000000000000000000000..188f607be9c3da08ce73087b89b2922dd0bf4201 --- /dev/null +++ b/datasets/546802.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839aa199a44453e15b0081333457f3d3a849c1d9f586001deed3f72390bce3f4 +size 2693120 diff --git a/datasets/546846.tar b/datasets/546846.tar new file mode 100644 index 0000000000000000000000000000000000000000..8c424962607599cc9ffdc9dd1928c190071e8293 --- /dev/null +++ b/datasets/546846.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06eb4aacbf7cebcd81f301b63c98ab814e2457af2ff7fc7c09a04e5a23a9a8e5 +size 2488320 diff --git a/datasets/546884.tar b/datasets/546884.tar new file mode 100644 index 0000000000000000000000000000000000000000..2c3bd8b0e190d933fe71afb1497643c72e0934e2 --- /dev/null +++ b/datasets/546884.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c6b2a7052e27106b5322fa8c3f3f57bb45a5e6e887d18e9827a4a7b0165c57 +size 1761280 diff --git a/datasets/546913.tar b/datasets/546913.tar new file mode 100644 index 0000000000000000000000000000000000000000..771809aaacc2b4d7a1f0a906fcb8a34eec53d830 --- /dev/null +++ b/datasets/546913.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31bb52664cc77c63dd979927d3b996e5344cfd269b26549199f922a98265be39 +size 5693440 diff --git a/datasets/546924.tar b/datasets/546924.tar new file mode 100644 index 0000000000000000000000000000000000000000..cb4489408b2e99fb360592bd8773868d9cab9ffc --- /dev/null +++ b/datasets/546924.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782abb9911332fa455881ad8735fbc8831ea690c80951c7bd414b87adbe629c8 +size 1341440 diff --git a/datasets/546952.tar b/datasets/546952.tar new file mode 100644 index 0000000000000000000000000000000000000000..35c28502b615db594b57cbf21e96403497616e36 --- /dev/null +++ b/datasets/546952.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbdc4fa712d229226dbb02a96866c218416b2eec4f79f7117b2a7fee5315800e +size 2355200 diff --git a/datasets/547107.tar b/datasets/547107.tar new file mode 100644 index 0000000000000000000000000000000000000000..12d6589678a0adb2705d9ce3132259fbb8c72ddb --- /dev/null +++ b/datasets/547107.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc171a0cfb75c8b70c75abfb8a7335cd0fbff3ceecfb1ed235d1bcff34381b5f +size 4270080 diff --git a/datasets/547710.tar b/datasets/547710.tar new file mode 100644 index 0000000000000000000000000000000000000000..82b2ab8dd3ea9604a6c70a74a9644b484008c8ff --- /dev/null +++ b/datasets/547710.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b99ab759fa0576de4d24103ce60bd3f352bc2b4f2a758bbc9ec78fe25c9d4c +size 44216320 diff --git a/datasets/547943.tar b/datasets/547943.tar new file mode 100644 index 0000000000000000000000000000000000000000..3fb0857d0a2feac75d8eea44215aa0f2e41572db --- /dev/null +++ b/datasets/547943.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ed4540beb8e2f97fd89d1954d6a9138c4276b1ba69993cafffbb5222f3647f +size 4648960 diff --git a/datasets/548318.tar b/datasets/548318.tar new file mode 100644 index 0000000000000000000000000000000000000000..8621c956cc2d91cbec6331168b7eac2756088346 --- /dev/null +++ b/datasets/548318.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ef48418f991e60fcc8d7b2f5f49c571315ff798f0f12104de1fc88cfc61540 +size 5283840 diff --git a/datasets/548419.tar b/datasets/548419.tar new file mode 100644 index 0000000000000000000000000000000000000000..d82609e03bd513b9916e972b1b9d7dea3a680af7 --- /dev/null +++ b/datasets/548419.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db8d759116b2ca46a15dd1708e5af148dc1b44bb75c516debcd3405b5db2625 +size 2099200 diff --git a/datasets/548514.tar b/datasets/548514.tar new file mode 100644 index 0000000000000000000000000000000000000000..120df5bcffa25b863027ccb69614dc8f20ffe5db --- /dev/null +++ b/datasets/548514.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6091903c8349e339494f1094f0b867a35eb59404b42755542cd90351d678a14f +size 144742400 diff --git a/datasets/548920.tar b/datasets/548920.tar new file mode 100644 index 0000000000000000000000000000000000000000..2fe64850b878afc76f283952051b5d24d51658fc --- /dev/null +++ b/datasets/548920.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:052425639ecb64d7f57246e46f4b3c67e299970d4b4b93bc6ad0191158eaad36 +size 7741440 diff --git a/datasets/548947.tar b/datasets/548947.tar new file mode 100644 index 0000000000000000000000000000000000000000..038606cf0cd7260d1b53671ce3d5ec95cc66903f --- /dev/null +++ b/datasets/548947.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8b97cedbecbcacc5a391119e1abb694112a04db34d2d0f5f8fd505931830bb +size 295905280 diff --git a/datasets/548950.tar b/datasets/548950.tar new file mode 100644 index 0000000000000000000000000000000000000000..5061fc275a1dbf6980a592ae3aae1f24dd2cfafc --- /dev/null +++ b/datasets/548950.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527aaa48d41dc1e7bce636fcbebe4009978a62c31b01cde95382237e15c60963 +size 295905280 diff --git a/datasets/548977.tar b/datasets/548977.tar new file mode 100644 index 0000000000000000000000000000000000000000..f865988bcb9a1b9a0d612e3e4999e1d87baf2bea --- /dev/null +++ b/datasets/548977.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:260d6def8eebbe8e3fc9517318893efa633b1c705699ec2bc871020e90d8d395 +size 16025600 diff --git a/datasets/549081.tar b/datasets/549081.tar new file mode 100644 index 0000000000000000000000000000000000000000..859dd34c1196e913e3be87a79fc08a8ea3eef97d --- /dev/null +++ b/datasets/549081.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9acda2a9845544806b8ecd0d9b88c43750d7c820c43464085deb6168abef676 +size 6051840 diff --git a/datasets/549082.tar b/datasets/549082.tar new file mode 100644 index 0000000000000000000000000000000000000000..49e4af2af8e9bf3164f53f6917bc2dfe62c16b2b --- /dev/null +++ b/datasets/549082.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a4c07a78a9dca9689e6ac4bb27c2b229073824e0e5f2c3c2b6d9f59844f3af1 +size 6543360 diff --git a/datasets/549142.tar b/datasets/549142.tar new file mode 100644 index 0000000000000000000000000000000000000000..9a69d86c48415025d43a53fc1610b2782bc49464 --- /dev/null +++ b/datasets/549142.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c7a2ff75ac5db2b356a07ad765221c3595761ee8e9c2fad0bd0f5547f25dab +size 532480 diff --git a/datasets/549146.tar b/datasets/549146.tar new file mode 100644 index 0000000000000000000000000000000000000000..c60daf7ca52de71f71a72c22c2488e1799cb2558 --- /dev/null +++ b/datasets/549146.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:042f2c91c853b278f2c627dac935e0c6295a67bac5aad3e6fb63af4f354b6257 +size 11929600 diff --git a/datasets/54923.tar b/datasets/54923.tar new file mode 100644 index 0000000000000000000000000000000000000000..d0b99ca8431d7656167aa23c9bf6ce29abf4bc8c --- /dev/null +++ b/datasets/54923.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc8644c48769f832b48a9c64517246f40925390022916d71ef9196d9bedb3cf0 +size 523223040 diff --git a/datasets/549295.tar b/datasets/549295.tar new file mode 100644 index 0000000000000000000000000000000000000000..569aa9590d398a51a577298bf1d5a638fc4f7fe8 --- /dev/null +++ b/datasets/549295.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9606b67e2eb01c01c5727f4452080d1b3655d657d71ea9b04825f1a1f323e27 +size 8017920 diff --git a/datasets/549558.tar b/datasets/549558.tar new file mode 100644 index 0000000000000000000000000000000000000000..a9bfe50d5f6d820923419e75329eac3d141c3a16 --- /dev/null +++ b/datasets/549558.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c36d1168e0cdcfa34570c0ac82c7c2f3e84296bbc334faa76406b45e6150bb +size 8499200 diff --git a/datasets/549572.tar b/datasets/549572.tar new file mode 100644 index 0000000000000000000000000000000000000000..88512e98f772e04d9bf51a564ca2023d56e7f63e --- /dev/null +++ b/datasets/549572.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9afcd0f0d618d02ecce310ed1c488db80809aa30e5bf545de021a421b06bf72 +size 6778880 diff --git a/datasets/549647.tar b/datasets/549647.tar new file mode 100644 index 0000000000000000000000000000000000000000..d9b049402f0cc291e2c9ced7d53a00b3dc050ac7 --- /dev/null +++ b/datasets/549647.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ff4c4018fcec7f994c218270bf2b5904a10991ca45e274ce6f4e5d66ecc4cd +size 1013760 diff --git a/datasets/549885.tar b/datasets/549885.tar new file mode 100644 index 0000000000000000000000000000000000000000..504017da63142c8883ed1e72ac26207b2c8472d0 --- /dev/null +++ b/datasets/549885.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f9d2596e90a5397f071591926576e1daef3c41242bff457d351e1b3f5349945 +size 6799360 diff --git a/datasets/549956.tar b/datasets/549956.tar new file mode 100644 index 0000000000000000000000000000000000000000..e71893c6ec6df0767c72699462585c675aa876ad --- /dev/null +++ b/datasets/549956.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b9e64cb06abab545820983a4ac0472b7145b27636124d81be4b3e3b251aa8e +size 1443840 diff --git a/datasets/550026.tar b/datasets/550026.tar new file mode 100644 index 0000000000000000000000000000000000000000..8d85a725a2103dddad0a4f30065177253bffe0cc --- /dev/null +++ b/datasets/550026.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a291ab01503eafb5aaad8eba30b3ac96dd585476be7342720cde0a185fdc9f +size 2263040 diff --git a/datasets/550247.tar b/datasets/550247.tar new file mode 100644 index 0000000000000000000000000000000000000000..063f57c3c09a82b5309b0491d19eacaf96a15d72 --- /dev/null +++ b/datasets/550247.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4784a9766f5e01e3dc7aa15a67803d0e93140fc04c5bf37d7792468f53f7eb3 +size 28139520 diff --git a/datasets/550391.tar b/datasets/550391.tar new file mode 100644 index 0000000000000000000000000000000000000000..dd89308c840c00b153e76ca27d8d98a5a6214a72 --- /dev/null +++ b/datasets/550391.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ab69b8078ebe75ea8289f64d57b548bcb4b832c58b977023c545ab933c8ee1 +size 1781760 diff --git a/datasets/550475.tar b/datasets/550475.tar new file mode 100644 index 0000000000000000000000000000000000000000..0e7a74ef4bb4e4a1908a036252dc851e999641ea --- /dev/null +++ b/datasets/550475.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d77c11b6c8c8547deb59e09f5c8b693bf12f35c92d06aa0e3b57872b39a1732 +size 12318720 diff --git a/datasets/550488.tar b/datasets/550488.tar new file mode 100644 index 0000000000000000000000000000000000000000..e969e01591727dfc1ba646051e7f7396a491e21d --- /dev/null +++ b/datasets/550488.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9f6b3239928be963f0cd08fa0ed834f3003ea45944afc4fb607b45dff750ca6 +size 1607680 diff --git a/datasets/550502.tar b/datasets/550502.tar new file mode 100644 index 0000000000000000000000000000000000000000..4adc5ab88aee43c9bb597661d3c77e7d28e277c6 --- /dev/null +++ b/datasets/550502.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f972141cf7dfafe8aeda2dad87e564067e91c970e8274f38a78e493f149461c1 +size 1976320 diff --git a/datasets/550562.tar b/datasets/550562.tar new file mode 100644 index 0000000000000000000000000000000000000000..ef456b16aff95bc863c3da3e4d397607867edacc --- /dev/null +++ b/datasets/550562.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3982919e4a9403a99caeec9dfffdf4221f6b3e58767c347fd889e158a681fbe7 +size 2283520 diff --git a/datasets/550577.tar b/datasets/550577.tar new file mode 100644 index 0000000000000000000000000000000000000000..8309e1d4fb19e8b74598ef978b55e44b0dbb21ab --- /dev/null +++ b/datasets/550577.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ded14fb2c6047f472439e068a60e63830206a7fe433b13cd196169d60b5aa160 +size 37232640 diff --git a/datasets/550661.tar b/datasets/550661.tar new file mode 100644 index 0000000000000000000000000000000000000000..a4f67166bf3fa0710cf08c9a2f98ffe4b02dc7af --- /dev/null +++ b/datasets/550661.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b32ad2441a539976327af99a0f44610374836546391f7fd128cdb6f32d0b71 +size 2068480 diff --git a/datasets/550798.tar b/datasets/550798.tar new file mode 100644 index 0000000000000000000000000000000000000000..32f35a2b3023a6d982327423ffc0467035e308dd --- /dev/null +++ b/datasets/550798.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1da40ecbbc6e74c081b90eede8323b4f178578bf168bb8ea4c42f98def51a8aa +size 552960 diff --git a/datasets/550805.tar b/datasets/550805.tar new file mode 100644 index 0000000000000000000000000000000000000000..c404b7522330c8ce40f5d9d3a9b666006adc64ba --- /dev/null +++ b/datasets/550805.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0db1821c512469157a7bf9b8b0c3b0ad2cbb03e72e84e4812ad61664344f04 +size 29921280 diff --git a/datasets/550871.tar b/datasets/550871.tar new file mode 100644 index 0000000000000000000000000000000000000000..57143325dc00092e615dca6f2ae23b7ed7a473af --- /dev/null +++ b/datasets/550871.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07145ba2a191db6ba33ebb26f65456b02ee39bd82d6c7dfeb7d25f9768fb265 +size 2682880 diff --git a/datasets/550929.tar b/datasets/550929.tar new file mode 100644 index 0000000000000000000000000000000000000000..41da08569dc863c3a7099b9e6aded44add18227c --- /dev/null +++ b/datasets/550929.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40eba0bf3398b8a0534dc96bbd29bba94671877e11872e35bf08ac0611c818cd +size 58798080 diff --git a/datasets/551043.tar b/datasets/551043.tar new file mode 100644 index 0000000000000000000000000000000000000000..64db8d1a2cafd75c0f0ec9c8930ed5e3e13a24b6 --- /dev/null +++ b/datasets/551043.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d1e1a4076f16359cf01f05a3ab561fa7280987a539e84d927c4191342a10e3 +size 24156160 diff --git a/datasets/551123.tar b/datasets/551123.tar new file mode 100644 index 0000000000000000000000000000000000000000..0327d627b863c30052d33862d240dc5f2c35d1f3 --- /dev/null +++ b/datasets/551123.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adcc23c33d3a5dd8122128234fa878037b13b813d5562eb7b51c036273211b4b +size 6850560 diff --git a/datasets/551148.tar b/datasets/551148.tar new file mode 100644 index 0000000000000000000000000000000000000000..037690a4637c11f1a2553b4ea0e4673bb9058017 --- /dev/null +++ b/datasets/551148.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f517723bbcefd6c851d6bcb8076c6a869cf71536a7cdef295606bd0acebcc92a +size 3256320 diff --git a/datasets/551193.tar b/datasets/551193.tar new file mode 100644 index 0000000000000000000000000000000000000000..45b3e0c55b67d3a9720a6918de522cc2eec75612 --- /dev/null +++ b/datasets/551193.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5beddecd0e53ce21d430bca1a85c3969ec8a77044f41387b87b721260f6e19f7 +size 1505280 diff --git a/datasets/551576.tar b/datasets/551576.tar new file mode 100644 index 0000000000000000000000000000000000000000..5bd0cac499aa8748d5e1275ad3749b39d2428767 --- /dev/null +++ b/datasets/551576.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc7ba6ce5616b80e8e708f6328606a858c51221b9cb797adf13e0d2f91b5095 +size 1218560 diff --git a/datasets/551730.tar b/datasets/551730.tar new file mode 100644 index 0000000000000000000000000000000000000000..46d52d4ae5e9549da4a2b07578e10283103eed9f --- /dev/null +++ b/datasets/551730.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd33ecdf8c068edf2665b9695ab2c4e4ab4683135b0d628d3394178f42ba8a8 +size 9605120 diff --git a/datasets/551748.tar b/datasets/551748.tar new file mode 100644 index 0000000000000000000000000000000000000000..ccb7477db27f41d29c9640311e1a75f0c3c0aac6 --- /dev/null +++ b/datasets/551748.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d64283f61e1c6dbb9975c9d7b3f7e509e637ccd9a5f26e096b2c0c3a8faa0547 +size 20469760 diff --git a/datasets/551898.tar b/datasets/551898.tar new file mode 100644 index 0000000000000000000000000000000000000000..0c5a29bcb53be3b00a87b499ac97813561ef170a --- /dev/null +++ b/datasets/551898.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:471b8a5af27e4b4ee894da3260cc10016d1d28b4f9462567db72fb0f6d8222d0 +size 13332480 diff --git a/datasets/551955.tar b/datasets/551955.tar new file mode 100644 index 0000000000000000000000000000000000000000..b5a1635c0e17aac835518d87e3e492f28c3eb6e0 --- /dev/null +++ b/datasets/551955.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9675c4badb14e4f5fb4524d6265d6541a7133fb08e8c09cd21ef54231082e36e +size 2467840 diff --git a/datasets/552046.tar b/datasets/552046.tar new file mode 100644 index 0000000000000000000000000000000000000000..9c2d189c1ed9be430360248e6728f9f2db3ada1c --- /dev/null +++ b/datasets/552046.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dac35b95eba1160f93dde5f15e6717f673a3eb6b9797df219ca2d458d50473e +size 1382400 diff --git a/datasets/552061.tar b/datasets/552061.tar new file mode 100644 index 0000000000000000000000000000000000000000..c4ba8957d4db0cded32d3402c9e5f18c93732379 --- /dev/null +++ b/datasets/552061.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:964a8b713a5a42f6e3b355c145dfa991d736e073ef806b541a7644827231c3a9 +size 13598720 diff --git a/datasets/552132.tar b/datasets/552132.tar new file mode 100644 index 0000000000000000000000000000000000000000..c108b0c6c06e204f6e775f6bc9b30042eece37e7 --- /dev/null +++ b/datasets/552132.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de6d106dd0ffb7a824e7e6cd1c270f96b20cf870418ff175daad8590b4801468 +size 7587840 diff --git a/datasets/552340.tar b/datasets/552340.tar new file mode 100644 index 0000000000000000000000000000000000000000..9955438718308efa53bdee2f1cd3e56ddaf8b840 --- /dev/null +++ b/datasets/552340.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ed3444c316fa567f5d0d773963069bbfa586c773bf8d255546ff4e275590e9 +size 7792640 diff --git a/datasets/552448.tar b/datasets/552448.tar new file mode 100644 index 0000000000000000000000000000000000000000..6250660481a040f15cec8c996d61d5e9cbf204d1 --- /dev/null +++ b/datasets/552448.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5732172750ff1e5c47e183f7bb2c680ab5c38b24ae1fbea9e95a20d1eb023b7a +size 6215680 diff --git a/datasets/552499.tar b/datasets/552499.tar new file mode 100644 index 0000000000000000000000000000000000000000..7d403b10072efad95a0addb2734e8a9e3f77a21d --- /dev/null +++ b/datasets/552499.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e47906e0397a6cefbcdbe3428a9484f2ddb996b7fd992ac5c5b253e3d70b9a0 +size 1710080 diff --git a/datasets/552518.tar b/datasets/552518.tar new file mode 100644 index 0000000000000000000000000000000000000000..612f05f122fe2cba4aa114cebb6e8467183d1000 --- /dev/null +++ b/datasets/552518.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f71dd2de628b452f70d24c813b9648446beadbc613d56093aaeb3ba857f26fd +size 2109440 diff --git a/datasets/552549.tar b/datasets/552549.tar new file mode 100644 index 0000000000000000000000000000000000000000..6dc645cab3af5cdb8cbc5fc72be5325feb5552a0 --- /dev/null +++ b/datasets/552549.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087ba5b0f96c1b7bb2f73eff62ea3af47e3ff91a8c05138971913ee91cb02753 +size 368640 diff --git a/datasets/552551.tar b/datasets/552551.tar new file mode 100644 index 0000000000000000000000000000000000000000..af484bd093149b60615e1a6413c16b66e1ba4b85 --- /dev/null +++ b/datasets/552551.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ff7b218e2b1180fff91b7fb425582c4b76c4c4d13446d12fc67602d385ccda +size 1566720 diff --git a/datasets/552557.tar b/datasets/552557.tar new file mode 100644 index 0000000000000000000000000000000000000000..3cecdf50c8e7d55f2f552a45e55f213d554824d9 --- /dev/null +++ b/datasets/552557.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741d3164a15da923e1fb956191c085a6530a0b7dbd77aa3235ebfebc1a8f7dec +size 2969600 diff --git a/datasets/552560.tar b/datasets/552560.tar new file mode 100644 index 0000000000000000000000000000000000000000..4b16ac1dac7cca5165ef922c7e154d30852fe7e3 --- /dev/null +++ b/datasets/552560.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12f79de2c7bf68eba77a14c561fdbb56b8b045d1a64ed094b38b463b5985eb28 +size 2037760 diff --git a/datasets/552562.tar b/datasets/552562.tar new file mode 100644 index 0000000000000000000000000000000000000000..267d8dadac6c85157365e2b73b23dabb77f7b6a9 --- /dev/null +++ b/datasets/552562.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b2852a4f9be5384cd7c30467f372bafa65403f7f85ec706df64f954d3240c3 +size 2007040 diff --git a/datasets/552704.tar b/datasets/552704.tar new file mode 100644 index 0000000000000000000000000000000000000000..18d848f5f8d2b8b76903416ad629f0e95a358369 --- /dev/null +++ b/datasets/552704.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2034e48d0365964d67ed708a258a665394f60c9e855afac87ae56674e953cbee +size 2375680 diff --git a/datasets/552711.tar b/datasets/552711.tar new file mode 100644 index 0000000000000000000000000000000000000000..c0d01ef340a91b95ae75a05eab6bd9d351b9f1fb --- /dev/null +++ b/datasets/552711.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:994d0baebe7744726aa9a02ac3a50978c83ff15c2807f8716d468db7e0dd2dfd +size 5335040 diff --git a/datasets/552888.tar b/datasets/552888.tar new file mode 100644 index 0000000000000000000000000000000000000000..97a8119e8f3339e3e362aeec8805f20ac9edcc5d --- /dev/null +++ b/datasets/552888.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ca6ed97ec60b62703c2ec6fbaa0673be656274e5eec2f68ddbbd80920c5d9b +size 7290880 diff --git a/datasets/552890.tar b/datasets/552890.tar new file mode 100644 index 0000000000000000000000000000000000000000..43950f3109957d154fc620a28720c32e8b7e4328 --- /dev/null +++ b/datasets/552890.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a24946a6f4ef4c05e89a57f8085f9e1ec0a639f21060af67ec784a26c1332978 +size 1607680 diff --git a/datasets/552948.tar b/datasets/552948.tar new file mode 100644 index 0000000000000000000000000000000000000000..480130ca2f47caf542891cfb709180988aaf0cc0 --- /dev/null +++ b/datasets/552948.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eba9aadf75ce8af1c777802fa0c31ce366735a17cea307f8f39c50ad4d1f39c +size 1689600 diff --git a/datasets/553094.tar b/datasets/553094.tar new file mode 100644 index 0000000000000000000000000000000000000000..b9049afeb3515e90a947dc9771a9dbd8a5affa81 --- /dev/null +++ b/datasets/553094.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28cdf1a8ead211e44380582d79b136d68d384ec1bb833d52342054181350af86 +size 12584960 diff --git a/datasets/553137.tar b/datasets/553137.tar new file mode 100644 index 0000000000000000000000000000000000000000..ffb8f999f617fef036e56fb24452829fa043e08e --- /dev/null +++ b/datasets/553137.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d9a1aa5c744725e531aa0d1e76c3a0d2a141600e454d733a399d307f8c98ca +size 2918400 diff --git a/datasets/553168.tar b/datasets/553168.tar new file mode 100644 index 0000000000000000000000000000000000000000..1d6182ba75a91fb6e87bb21307e712375ee18a7c --- /dev/null +++ b/datasets/553168.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b07016e07f9b421808918619740ca8fa8959f7bdb4cb74eaed647a2190af7e +size 13168640 diff --git a/datasets/553177.tar b/datasets/553177.tar new file mode 100644 index 0000000000000000000000000000000000000000..da201b891953c0f843c9f2167638c3eb54e5c6eb --- /dev/null +++ b/datasets/553177.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5deb9757c57863d967255cd25c2c7e9c0a5ceb725a5e8eca1532038c703b67 +size 19947520 diff --git a/datasets/553183.tar b/datasets/553183.tar new file mode 100644 index 0000000000000000000000000000000000000000..c94ea5fedd47a2aed1e81457607e85ef498bd534 --- /dev/null +++ b/datasets/553183.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a560d87ce43a588414e768116d9b081c623a32373c85e031c3674b7da05e8f0f +size 2672640 diff --git a/datasets/553305.tar b/datasets/553305.tar new file mode 100644 index 0000000000000000000000000000000000000000..6485240c2341c6fb77c920ab6caef4c2ef73d323 --- /dev/null +++ b/datasets/553305.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c06dd6700da496aaea0c411921053c47951642c13f81e1667e932775996ec6 +size 6768640 diff --git a/datasets/553408.tar b/datasets/553408.tar new file mode 100644 index 0000000000000000000000000000000000000000..097bbd2f1e3b4e0290e267e1155a13c66c9125bb --- /dev/null +++ b/datasets/553408.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde9be529d3e319219186838803789b8a850ff9b915b939419614c08ef2dcf10 +size 11806720 diff --git a/datasets/553479.tar b/datasets/553479.tar new file mode 100644 index 0000000000000000000000000000000000000000..bb4a6f96d9e28d50f43f004c0b72f4523473e583 --- /dev/null +++ b/datasets/553479.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec42fe105c5b175d33b0abbd16d11547f08c025b0f7711d3e81037ae0649b94 +size 1689600 diff --git a/datasets/553521.tar b/datasets/553521.tar new file mode 100644 index 0000000000000000000000000000000000000000..887b81409c4da1e12b423fe09c22e735142556a0 --- /dev/null +++ b/datasets/553521.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a692dcf8225a163f2ee4b895631f9bee90627029c557db9ed6992f8133c65ee +size 1720320 diff --git a/datasets/553522.tar b/datasets/553522.tar new file mode 100644 index 0000000000000000000000000000000000000000..62b820b1abd2ff34c5f8318b1f684adffc4a151c --- /dev/null +++ b/datasets/553522.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d240856a8e65e38c67c4e139b9eeaa6108833725bbd990f167766417241927d2 +size 16189440 diff --git a/datasets/553571.tar b/datasets/553571.tar new file mode 100644 index 0000000000000000000000000000000000000000..7d78e98758802b526a84fded38a45a6426f09c17 --- /dev/null +++ b/datasets/553571.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e6cdd0f47daa61ae2e98dc561b1d507892de8447b7344df5096cd7f5f80a55 +size 16814080 diff --git a/datasets/553618.tar b/datasets/553618.tar new file mode 100644 index 0000000000000000000000000000000000000000..6870fc00b96c3290227f1fa2cc58a2802947021f --- /dev/null +++ b/datasets/553618.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73757bac11c28a2f638d360199433c127ede2596693121b03bfaba32751f4d4c +size 1679360 diff --git a/datasets/553698.tar b/datasets/553698.tar new file mode 100644 index 0000000000000000000000000000000000000000..1644e45bf553c53f1091daec058f8bdebcbac588 --- /dev/null +++ b/datasets/553698.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e255648551fe12a6d29b596eef1712a2fb3aaaa2b0568a2d6db4353fc4f5c02 +size 153118720 diff --git a/datasets/553705.tar b/datasets/553705.tar new file mode 100644 index 0000000000000000000000000000000000000000..3f35b349b36b58eb1efbf539ac8476d5bbb90468 --- /dev/null +++ b/datasets/553705.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec10fccf72ed6d66b8cbd3145c10e1698c3a575b5c54555bc23afff3d2d5944d +size 4915200 diff --git a/datasets/553738.tar b/datasets/553738.tar new file mode 100644 index 0000000000000000000000000000000000000000..15b7c67f49800d58a20fb8dfe06fb2de711f0dc0 --- /dev/null +++ b/datasets/553738.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:313f1c234e94dfab01295458fb236e3eb7f7a37c3b93557fc7dfc079918e5627 +size 28293120 diff --git a/datasets/554091.tar b/datasets/554091.tar new file mode 100644 index 0000000000000000000000000000000000000000..388f81fbade43713feb145ff75ac8f2562df6036 --- /dev/null +++ b/datasets/554091.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc3880fcb5ff3d49bbfec066712e29d6edc5bc603b04e53d240d940220a9345 +size 26050560 diff --git a/datasets/554287.tar b/datasets/554287.tar new file mode 100644 index 0000000000000000000000000000000000000000..08f572b3bf29902423463ac5945d2be1ceb22445 --- /dev/null +++ b/datasets/554287.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7054b90f4528c7c709409a0caea31ad17f83d17538346aedc593777ee35695f1 +size 1402880 diff --git a/datasets/554350.tar b/datasets/554350.tar new file mode 100644 index 0000000000000000000000000000000000000000..8b487c8bd1e7d0a5965dc3fc45f23191236d3530 --- /dev/null +++ b/datasets/554350.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc213bef54c784518acbbc5f0916fbe33de9ee471874d16e574e7f9e3f3e4386 +size 2048000 diff --git a/datasets/554534.tar b/datasets/554534.tar new file mode 100644 index 0000000000000000000000000000000000000000..a2ad292e181fdffb09ac86816b2c5bab3e34929d --- /dev/null +++ b/datasets/554534.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8671dd0c5ad188657e48db3238e200f08d7b1c4483b09ee1e1b1d8dddbd7c51 +size 7311360 diff --git a/datasets/554561.tar b/datasets/554561.tar new file mode 100644 index 0000000000000000000000000000000000000000..7694a67a3c46803074c8da47a7e93e11adfdedf0 --- /dev/null +++ b/datasets/554561.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1569f8fbd7a03599bcffe69e5b6ebf29d132d254f922da3d2a2b4880173ef0e0 +size 9666560 diff --git a/datasets/554667.tar b/datasets/554667.tar new file mode 100644 index 0000000000000000000000000000000000000000..075f6ccc3245df72045ea6e78cf6117e336459fb --- /dev/null +++ b/datasets/554667.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38f57eac5c666fe48444d617ebfaf0a57cf0d006c2f9049a850954691d9b02fc +size 32645120 diff --git a/datasets/554859.tar b/datasets/554859.tar new file mode 100644 index 0000000000000000000000000000000000000000..8104e9dc3d979e6b31c57bf44d7b2ebd4ffaf47c --- /dev/null +++ b/datasets/554859.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d639b05f91745d6d7771f0ef79df1b9ab87b2c56c2906d0e0013bea7ff9e41c2 +size 7055360 diff --git a/datasets/555026.tar b/datasets/555026.tar new file mode 100644 index 0000000000000000000000000000000000000000..044ec3cfd2780eea0728012487ce7b7a3cb83654 --- /dev/null +++ b/datasets/555026.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a3b46f15d011471ce580954cf314122653086b97cbdb02745d4aca6cea3de46 +size 19005440 diff --git a/datasets/555036.tar b/datasets/555036.tar new file mode 100644 index 0000000000000000000000000000000000000000..eeed44a4af6f96cdc0d32e97b1b75d9bd989d7d5 --- /dev/null +++ b/datasets/555036.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e537c0c54bd1af84196b8a61234f6fe57a7e6cd8e83e4ea100c9fcd483a169e +size 8222720 diff --git a/datasets/555182.tar b/datasets/555182.tar new file mode 100644 index 0000000000000000000000000000000000000000..a9be5c411bf5fe6b89b70299d7dc8c25337edad0 --- /dev/null +++ b/datasets/555182.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0a97ee1c006e7c849bbefade6645c8d6b04b228f52609ea4cf9c8ad8bcb7ae +size 1484800 diff --git a/datasets/555279.tar b/datasets/555279.tar new file mode 100644 index 0000000000000000000000000000000000000000..d05c2126cb9a773ebeb3c323976eace7a3561518 --- /dev/null +++ b/datasets/555279.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f352cf4090c789aff01eb0696cb766afcb186aaf0ac3a537dc02cc0afcf6546 +size 1904640 diff --git a/datasets/555368.tar b/datasets/555368.tar new file mode 100644 index 0000000000000000000000000000000000000000..492d0f747d00d924b96b0678b5ce675d021bdf51 --- /dev/null +++ b/datasets/555368.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:994d662fa9c5b71a826e8e4b980eb3f64d955fa4cdf78f06a02ebf1e0ee2042d +size 1546240 diff --git a/datasets/555428.tar b/datasets/555428.tar new file mode 100644 index 0000000000000000000000000000000000000000..ee5dc025c75c9d7f6e0f2ce30ce363b7dd86ad1d --- /dev/null +++ b/datasets/555428.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950fc9d25eb04ccfb6403fbb1ff402f4f585c90f54ff329ebeac36d51d6d3d52 +size 2150400 diff --git a/datasets/555525.tar b/datasets/555525.tar new file mode 100644 index 0000000000000000000000000000000000000000..2ea64e745114b283255778237a0be59344794d7b --- /dev/null +++ b/datasets/555525.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e694791eb4d4ae07f0fe658700c6cc31b1773d1de574fd3049b482fa1f9b32a7 +size 1648640 diff --git a/datasets/555528.tar b/datasets/555528.tar new file mode 100644 index 0000000000000000000000000000000000000000..6d64ed9f3670faae667b6fd33c4ba70420ce7a1d --- /dev/null +++ b/datasets/555528.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:548d35d60d334feecb38282dc4f612798c80580ec5d3377de34f3e2ae8eafa09 +size 8550400 diff --git a/datasets/555612.tar b/datasets/555612.tar new file mode 100644 index 0000000000000000000000000000000000000000..ff35bd8e1079de20f62937aa2c3980cb53a87029 --- /dev/null +++ b/datasets/555612.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:730ec4bf08c893c508d89251b86f7e301bbdb32b37a7bb1d7b88ff024ac37a79 +size 1454080 diff --git a/datasets/555641.tar b/datasets/555641.tar new file mode 100644 index 0000000000000000000000000000000000000000..f8e73db4c66bc88cfdc789241d088a246265df23 --- /dev/null +++ b/datasets/555641.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:865b2a073fbacff6ff241549221c49ba9b3f0e244df1d306f764ded7d4b1bbde +size 634880 diff --git a/datasets/555659.tar b/datasets/555659.tar new file mode 100644 index 0000000000000000000000000000000000000000..55395224603857f485a03be3f9fdd2e27103663d --- /dev/null +++ b/datasets/555659.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52120af7e9534456840c4e41acf782964696bfe4dd4854688143728299e30154 +size 19322880 diff --git a/datasets/555686.tar b/datasets/555686.tar new file mode 100644 index 0000000000000000000000000000000000000000..0bdf33697f2539105a6017b236a7c23233aa0ebb --- /dev/null +++ b/datasets/555686.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1999e3f5c3c26947b24f319664a3f90436fb704f0dd47c37ace89380a480bbf1 +size 1617920 diff --git a/datasets/555804.tar b/datasets/555804.tar new file mode 100644 index 0000000000000000000000000000000000000000..6d12e20a8e64103452cb28c2fdb898aa2cecd1a4 --- /dev/null +++ b/datasets/555804.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd2dc6ffdcfcb299076ed21cf217c397b57511b4d2eb84ef29846e8a05f1dbb7 +size 25702400 diff --git a/datasets/556096.tar b/datasets/556096.tar new file mode 100644 index 0000000000000000000000000000000000000000..6a3743d7e1fcefbee25a04ffcd06a36d47905523 --- /dev/null +++ b/datasets/556096.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6261d8882682da1f561dc5918af3941bd2ef6df0ba68df6d72f9230d34c4d6b +size 5478400 diff --git a/datasets/556232.tar b/datasets/556232.tar new file mode 100644 index 0000000000000000000000000000000000000000..31bff3ac90886dad420d613f953624e185baf3a0 --- /dev/null +++ b/datasets/556232.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f6097f2938d7ea3ba66a067691d44f884f43f38e8310238cc3f3e7103011732 +size 5427200 diff --git a/datasets/556311.tar b/datasets/556311.tar new file mode 100644 index 0000000000000000000000000000000000000000..f4475980b7245c202f4a75a2900a11f69f151760 --- /dev/null +++ b/datasets/556311.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:259ca71b04ca3867d2391c85302bf93a638c565b67f5f460f85081826e4c90d1 +size 3020800 diff --git a/datasets/556408.tar b/datasets/556408.tar new file mode 100644 index 0000000000000000000000000000000000000000..8c2435e3d2afd47ccaa1cb1f7b0d1f389ba6e539 --- /dev/null +++ b/datasets/556408.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5efcd63561e296cb33d26a8825f703674ff9d3bbb964ce132975e46b866674ac +size 9779200 diff --git a/datasets/556526.tar b/datasets/556526.tar new file mode 100644 index 0000000000000000000000000000000000000000..e8e5e122aa3ff4714a1fce14ec44f1bd2af6d817 --- /dev/null +++ b/datasets/556526.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b337371b3c2af22a9f658b7418d7d1335d06ee16cca78f367f36697767915dc4 +size 7454720 diff --git a/datasets/556563.tar b/datasets/556563.tar new file mode 100644 index 0000000000000000000000000000000000000000..3546c6d1d18f1a540ddc242464d477a4a738b315 --- /dev/null +++ b/datasets/556563.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ab91fd363fdb78ca127da669c1b8091badf4f196efd301823c3e6b67b96976 +size 40560640 diff --git a/datasets/556578.tar b/datasets/556578.tar new file mode 100644 index 0000000000000000000000000000000000000000..0ead8c0323227be8ce91ccac80cbb7d36ec804a1 --- /dev/null +++ b/datasets/556578.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf4bf54f6a21c2d7221f7b8989aae802422ce892997b568df2f3dcafc61ed4b7 +size 29153280 diff --git a/datasets/556592.tar b/datasets/556592.tar new file mode 100644 index 0000000000000000000000000000000000000000..7a7ff3ca55760ce1f504cc2a8c342f3fe2963ef0 --- /dev/null +++ b/datasets/556592.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a5aea1b3998be18a47fc63c9fc920d0ef0e88c2088868c09322db8f6237ff66 +size 4546560 diff --git a/datasets/556610.tar b/datasets/556610.tar new file mode 100644 index 0000000000000000000000000000000000000000..a9d6d8ae1f687580ff43ec6a880ab2d229f51eff --- /dev/null +++ b/datasets/556610.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8797448e8b91f9e9228391d2842ab2814f9c11a0417bbd9a2e6aa32409a96b14 +size 4546560 diff --git a/datasets/556624.tar b/datasets/556624.tar new file mode 100644 index 0000000000000000000000000000000000000000..e108f77ea9bd5d0d351308019c74c9844e8b0c97 --- /dev/null +++ b/datasets/556624.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf7c823d59e8ec8ef9915d62eb8a4947219aa8fd29f90da4da262e614099355 +size 4546560 diff --git a/datasets/556630.tar b/datasets/556630.tar new file mode 100644 index 0000000000000000000000000000000000000000..025f2daa5c75104a945aabf7a34c077a514fdb40 --- /dev/null +++ b/datasets/556630.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f95e10768400dac77fb5e977af18d368f7a0e76f338eb97d7274b66d87f122e +size 40847360 diff --git a/datasets/556922.tar b/datasets/556922.tar new file mode 100644 index 0000000000000000000000000000000000000000..56f70ff970fcc050d774c613ac749ff211d0e361 --- /dev/null +++ b/datasets/556922.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94b8c4d2f182840161ba75aa8b558e4dc1c09bfdebfefa6ed54873a660c7a0a +size 1792000 diff --git a/datasets/556973.tar b/datasets/556973.tar new file mode 100644 index 0000000000000000000000000000000000000000..352ba4a46c9aeb160d319efe5481a21e7bb01e25 --- /dev/null +++ b/datasets/556973.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b5be62895ade21e3cae7eb53b822a0fe8f8da9ffb598d032683f7334b043c35 +size 1955840 diff --git a/datasets/557072.tar b/datasets/557072.tar new file mode 100644 index 0000000000000000000000000000000000000000..d2bdafc3be5b0e13b31fdc19dcb0c93161beeae7 --- /dev/null +++ b/datasets/557072.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf3855f55429e10621a6123379196f23c4b2de2c384b4e7a786080381b40e3d +size 57221120 diff --git a/datasets/557162.tar b/datasets/557162.tar new file mode 100644 index 0000000000000000000000000000000000000000..0de4831e72c85fcd75eb1c9f0da30308e9365648 --- /dev/null +++ b/datasets/557162.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a949d840ceada87646c3c9881b525da27a646090757b1d2d0204adb35254e3 +size 1679360 diff --git a/datasets/557186.tar b/datasets/557186.tar new file mode 100644 index 0000000000000000000000000000000000000000..3b89c7716c4bd4578f3849a19398fe7d50c46fe8 --- /dev/null +++ b/datasets/557186.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5a7c5abbaff7625192d5920312a6c87df93dd89516d4ab1ce2c5951b8ec6418 +size 205547520 diff --git a/datasets/557209.tar b/datasets/557209.tar new file mode 100644 index 0000000000000000000000000000000000000000..f5563b9f55a34306e4e3e9318098e6bc637dd7dc --- /dev/null +++ b/datasets/557209.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b55f6135977f296c1d2539b5317fd30d2bbb7e2cb4b45c3bcec68416395b13 +size 57128960 diff --git a/datasets/557269.tar b/datasets/557269.tar new file mode 100644 index 0000000000000000000000000000000000000000..57f1943841ed3189d4b9f5b57c91260a6657a052 --- /dev/null +++ b/datasets/557269.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f7747b0e849863e131426c4b2fd68dd2dd4277ef900179f533126efaa6457ad +size 204800 diff --git a/datasets/557327.tar b/datasets/557327.tar new file mode 100644 index 0000000000000000000000000000000000000000..c7f2c28dea2b87af439eb93a441f440ae4cc8394 --- /dev/null +++ b/datasets/557327.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba120b8d837c7de3cd320c621fd320262b0609468423695998e2a16f056ac39b +size 21975040 diff --git a/datasets/557456.tar b/datasets/557456.tar new file mode 100644 index 0000000000000000000000000000000000000000..6af29b97a8e0b036ae20faa03fdfc27a86f58a84 --- /dev/null +++ b/datasets/557456.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64329640e61ebc1b3f52915a60f28c3025c0e67a8ee67b713d77a69ea399f5ba +size 1966080 diff --git a/datasets/557576.tar b/datasets/557576.tar new file mode 100644 index 0000000000000000000000000000000000000000..50f27fccb812ab4e6e8b322bd2bd10190df9ca65 --- /dev/null +++ b/datasets/557576.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb35a0b15f40729c761972cf9e992f04b64211b5f60ed081aabe60aa46139458 +size 1955840 diff --git a/datasets/557637.tar b/datasets/557637.tar new file mode 100644 index 0000000000000000000000000000000000000000..6f0316ddd890608d4325a8bfb0ac70fcfc81fb58 --- /dev/null +++ b/datasets/557637.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05afa67b7fc75c581c2c6aec3af58a05a88d1c57292bbfa9000cc70cf302ff38 +size 1904640 diff --git a/datasets/557726.tar b/datasets/557726.tar new file mode 100644 index 0000000000000000000000000000000000000000..211491c034c7f3aa7ec6acd1d489dafaec5a91fa --- /dev/null +++ b/datasets/557726.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:656b742ce9dd40c2913e7c70e6b9be6e1c85d59c2bddb5c5d7e26ff317beea68 +size 1474560 diff --git a/datasets/557932.tar b/datasets/557932.tar new file mode 100644 index 0000000000000000000000000000000000000000..8cbbda27fea583f3a86c803c584b9e1d18f6dccf --- /dev/null +++ b/datasets/557932.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55dec040d1e8caac3e62c3687e98781eb18e198ce29d7bbe44da35408535534 +size 2498560 diff --git a/datasets/558215.tar b/datasets/558215.tar new file mode 100644 index 0000000000000000000000000000000000000000..0adddffd2393341a047a11ae57c741286741fb39 --- /dev/null +++ b/datasets/558215.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf4df6d7422a9e550f37094f674607380db8fd336e3bf1d66f394fc4f58e592 +size 21831680 diff --git a/datasets/558514.tar b/datasets/558514.tar new file mode 100644 index 0000000000000000000000000000000000000000..852600a343aa258a812750416e3999a5754f8c3c --- /dev/null +++ b/datasets/558514.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d1bb4f38e3d05acbb38739dd5407a75d1efb2791c227b72a41f1757b4ad23f +size 8222720 diff --git a/datasets/558558.tar b/datasets/558558.tar new file mode 100644 index 0000000000000000000000000000000000000000..a229b34df0c434819d9aa25db4f5070ccc4681fa --- /dev/null +++ b/datasets/558558.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde27e23c2cd8a3533db27c9b30bbbd7dd7b68da1575859cb3a2eb10a8c981fb +size 13598720 diff --git a/datasets/558594.tar b/datasets/558594.tar new file mode 100644 index 0000000000000000000000000000000000000000..8810ad4378e9d85f0ea80b4cdbbc745db36759fc --- /dev/null +++ b/datasets/558594.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5df1d3730e8f913f84695ccef36a5f5bae743f58fced3eec07730e3a2918699 +size 20295680 diff --git a/datasets/558686.tar b/datasets/558686.tar new file mode 100644 index 0000000000000000000000000000000000000000..6ecdb5239e83173b2d8696d3d0742b77456e271f --- /dev/null +++ b/datasets/558686.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbbef44c7e0d526e06b898eb9b1d7ddd5cf4445013a0aaf4a67a5cdac75cf31 +size 11694080 diff --git a/datasets/558796.tar b/datasets/558796.tar new file mode 100644 index 0000000000000000000000000000000000000000..d6b799cb6117487797a1d88a1179a92801388b69 --- /dev/null +++ b/datasets/558796.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005c5b5c4eda41a20504732ca1b7e4200805f5659bd1eef60a8dd3310eb0fb09 +size 16926720 diff --git a/datasets/558801.tar b/datasets/558801.tar new file mode 100644 index 0000000000000000000000000000000000000000..f3d97dcbf3acea72eb133825197e691fa5192469 --- /dev/null +++ b/datasets/558801.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b77bb0c577b9e2a17cb607de67581bdf090526296c7241705c53ada1825bda +size 12953600 diff --git a/datasets/558807.tar b/datasets/558807.tar new file mode 100644 index 0000000000000000000000000000000000000000..8ee59da238fad16a24717384e86e94aebbf4d47e --- /dev/null +++ b/datasets/558807.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2970669cfaa58bab57da0296672bcdaa569feca850b3c98871987de2ec3b68cb +size 18984960 diff --git a/datasets/558817.tar b/datasets/558817.tar new file mode 100644 index 0000000000000000000000000000000000000000..15cbf2fa842267df4f4d656cf87d8eec0dbdc95f --- /dev/null +++ b/datasets/558817.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb465f2c4e646794c3855adddf7ead7ec60743c8e206c3671e3642a824895230 +size 2682880 diff --git a/datasets/558821.tar b/datasets/558821.tar new file mode 100644 index 0000000000000000000000000000000000000000..313f5aaf419f0b7b2829ffa203c236523b0cd5e5 --- /dev/null +++ b/datasets/558821.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7957fb3c08305fd13d75b6708d774249be8cf8ce6c6ee1118d9be61dca020fa7 +size 4464640 diff --git a/datasets/558828.tar b/datasets/558828.tar new file mode 100644 index 0000000000000000000000000000000000000000..275c8da0a2607c7e1e3bc60d093ab3a03433c458 --- /dev/null +++ b/datasets/558828.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2321d38623528cc9dbf55407b02ad980be9fa813f7e2f8f65e0d04b205fb99c4 +size 16588800 diff --git a/datasets/558946.tar b/datasets/558946.tar new file mode 100644 index 0000000000000000000000000000000000000000..a811a03c1571216be2e3788bebdae729c29ca46d --- /dev/null +++ b/datasets/558946.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e8ddf25cd73fe3193cdf34a361edb80efd858491482485d59f6df5bfc57933 +size 6727680 diff --git a/datasets/558985.tar b/datasets/558985.tar new file mode 100644 index 0000000000000000000000000000000000000000..291a52516ff8a3ca898b1dd979a303e4b7599024 --- /dev/null +++ b/datasets/558985.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed2c2b29b3460e39e68c19ccb468b7c00a3d89864b7fef93abd01d953828921 +size 122880 diff --git a/datasets/558997.tar b/datasets/558997.tar new file mode 100644 index 0000000000000000000000000000000000000000..64f2586b2e02d87ff2737c951213cceeb247cfb6 --- /dev/null +++ b/datasets/558997.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25e95221dad56073741178cd1ec368194972ec6e2f0fa6af820903195a16bfea +size 2201600 diff --git a/datasets/559039.tar b/datasets/559039.tar new file mode 100644 index 0000000000000000000000000000000000000000..58339d28017298fb84fd6612868dca3b2d1f57e2 --- /dev/null +++ b/datasets/559039.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c90f218ba1510c858c47e18a851bf9a7cc6c1519a840191717f15d810e945af +size 7331840 diff --git a/datasets/559256.tar b/datasets/559256.tar new file mode 100644 index 0000000000000000000000000000000000000000..05539501d9300c5e473baabad0bb5d4293e2f163 --- /dev/null +++ b/datasets/559256.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9e759cecceec1f2db312de26b3b1973ff979ffe37df74164a9860da32db669 +size 5027840 diff --git a/datasets/559349.tar b/datasets/559349.tar new file mode 100644 index 0000000000000000000000000000000000000000..64bf25aacc3508eb6de102b95f20fa5db7f98e75 --- /dev/null +++ b/datasets/559349.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab899f242ed034792b8c4241cf72ec07ff9c00f7aa8925a897ae98dfaca6da2b +size 11673600 diff --git a/datasets/559985.tar b/datasets/559985.tar new file mode 100644 index 0000000000000000000000000000000000000000..bd6e3aeff92e0df61fe763b59cfda29cf1799e2d --- /dev/null +++ b/datasets/559985.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6d9d205f8a31f511ae57c10aac48bdd1b9fbc7832d3bf1810d26050ca756e1 +size 8929280 diff --git a/datasets/560304.tar b/datasets/560304.tar new file mode 100644 index 0000000000000000000000000000000000000000..01e771b9bcf5402d14ec4b3f0ebd69e57c64db75 --- /dev/null +++ b/datasets/560304.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9d53f723db65e2902bb09ff8b581df3ca58834140fe3b442aa05e325ab9f2d +size 17827840 diff --git a/datasets/560584.tar b/datasets/560584.tar new file mode 100644 index 0000000000000000000000000000000000000000..0ff8d1feab137b64665af27ef2edb7b57329ced0 --- /dev/null +++ b/datasets/560584.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f605cf0de21abee2d649eb150ee6828b8fde9a6cff4dbd957e9e79ee4efd8e +size 450560 diff --git a/datasets/560600.tar b/datasets/560600.tar new file mode 100644 index 0000000000000000000000000000000000000000..5c409433bc3ccd50821bd86c541752e6ea4a6345 --- /dev/null +++ b/datasets/560600.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df188e12d863954c3bfdd0acb3f41a4b4272de2a154537e43e6cac7b7fe4724 +size 15185920 diff --git a/datasets/560617.tar b/datasets/560617.tar new file mode 100644 index 0000000000000000000000000000000000000000..65b05b516831904c47b1e08682490a617cf04ca1 --- /dev/null +++ b/datasets/560617.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc2050a38e40f51c5acfc8f78ac53c25041a89a0cb18900d55218afe00c75927 +size 1187840 diff --git a/datasets/560639.tar b/datasets/560639.tar new file mode 100644 index 0000000000000000000000000000000000000000..49af54f9174a3cd660f7cabb0aa85a5cfac05598 --- /dev/null +++ b/datasets/560639.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d73d15e98e0fe1a0ccec35187d52d445f1cfbc8777027addae5202a2778dab5 +size 3747840 diff --git a/datasets/560676.tar b/datasets/560676.tar new file mode 100644 index 0000000000000000000000000000000000000000..d2031c174db7e4ff4622fbc87949d7a9464b6339 --- /dev/null +++ b/datasets/560676.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dda8739f9240af1368d2cad1951741c89e5d37809d6d73148cf70d37531d4a8 +size 9369600 diff --git a/datasets/560708.tar b/datasets/560708.tar new file mode 100644 index 0000000000000000000000000000000000000000..edbb674844c0388fb6be1301f0c27fc08fc2ffc4 --- /dev/null +++ b/datasets/560708.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b91a2a82dff5c84e624bbfca7866e1f3111b818c97941692369d5518f8a562 +size 7884800 diff --git a/datasets/560719.tar b/datasets/560719.tar new file mode 100644 index 0000000000000000000000000000000000000000..43c0aa7d09ae39e7fd9dbfeb6cf849b21554481f --- /dev/null +++ b/datasets/560719.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:931da6fe1ee14b5010d8feae99e22d8d3815d8a02333c27256b2813a854427b0 +size 204800 diff --git a/datasets/560725.tar b/datasets/560725.tar new file mode 100644 index 0000000000000000000000000000000000000000..7d67973f5c00c0c65608050c199705c10ba2ffff --- /dev/null +++ b/datasets/560725.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78235721ea3304d37e90d6810dfe0b8bb7af38d5704f81794ff4f8df9e00b9d7 +size 7321600 diff --git a/datasets/56097.tar b/datasets/56097.tar new file mode 100644 index 0000000000000000000000000000000000000000..98f369a10474645927994d5b938628a4d2332fde --- /dev/null +++ b/datasets/56097.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ba860a4413720ce3d8b729ba6f80799af560dec7ab0838576424bea89f217c +size 3450880 diff --git a/datasets/560999.tar b/datasets/560999.tar new file mode 100644 index 0000000000000000000000000000000000000000..16968cbb922d109ea0ee9d2d223800b4d2d13dfe --- /dev/null +++ b/datasets/560999.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:797cfd9144c2afce3795373debc26d8e10cb83573ca3ff8a1fe563d98a39fc25 +size 9400320 diff --git a/datasets/561001.tar b/datasets/561001.tar new file mode 100644 index 0000000000000000000000000000000000000000..c69b6f8697cfeef89eaf65681f43bdce0cdd9101 --- /dev/null +++ b/datasets/561001.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:957d7c3d00f96294d2a553e2548a71ec71a5f9a7d14399d67fdd98a4f94ef57f +size 12738560 diff --git a/datasets/561088.tar b/datasets/561088.tar new file mode 100644 index 0000000000000000000000000000000000000000..c26ca59afda16a0374268069a20fc692b5c11fab --- /dev/null +++ b/datasets/561088.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737a8b8ab8cc01f211eba37e05f310641cc94f0588a0e5c05220b9d865b96d42 +size 10414080 diff --git a/datasets/561182.tar b/datasets/561182.tar new file mode 100644 index 0000000000000000000000000000000000000000..9a9d0f3a1b9b0af6bba29dbf0bcd3c0d2583a02f --- /dev/null +++ b/datasets/561182.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef9943c067afbcf629095a8bcdd27455f0b0dcde1ddb917fa0d0990905badf2 +size 3491840 diff --git a/datasets/561244.tar b/datasets/561244.tar new file mode 100644 index 0000000000000000000000000000000000000000..e6b5997486875a92772f92187f85a1fd96144188 --- /dev/null +++ b/datasets/561244.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f46a7e0ca1affbd04760e02f64323d0153aa82bf817c643bfb7cf0a60fe2f1 +size 13834240 diff --git a/datasets/561974.tar b/datasets/561974.tar new file mode 100644 index 0000000000000000000000000000000000000000..c76f3df8241873f974bd425237780cd4436ec875 --- /dev/null +++ b/datasets/561974.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43055689a622723c3f49650daa087c51015769f9893f1c2b6ea5edfb02277d15 +size 5488640 diff --git a/datasets/561982.tar b/datasets/561982.tar new file mode 100644 index 0000000000000000000000000000000000000000..9b45d4f8622f4001cedd8fddfd1b460874061e61 --- /dev/null +++ b/datasets/561982.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f60ffe5c2aab8d354afe6727540b8e1480a3831fa6d645605f4ef62bfe259e +size 26275840 diff --git a/datasets/562207.tar b/datasets/562207.tar new file mode 100644 index 0000000000000000000000000000000000000000..a6b35e5d18d05da6784386ce96da219d9886359a --- /dev/null +++ b/datasets/562207.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c10717851f223dab0d91e2b3375ac6ad996b5450a6000d5bad683fb3b696be +size 9564160 diff --git a/datasets/562389.tar b/datasets/562389.tar new file mode 100644 index 0000000000000000000000000000000000000000..7aae78808a7dd84c11442773bf1936d05feba6b8 --- /dev/null +++ b/datasets/562389.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cddfdb4386a781a7accd72df0d8616ca22b54a027bb1ae2ec223cbf66169d54b +size 10997760 diff --git a/datasets/562528.tar b/datasets/562528.tar new file mode 100644 index 0000000000000000000000000000000000000000..96440235a7812140ea228cccfe2e368632d51381 --- /dev/null +++ b/datasets/562528.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17c0ae9abdbf02762d5f1d9c500af2ce07157a3f31fcb06241d1a9c66ab54e41 +size 10004480 diff --git a/datasets/562748.tar b/datasets/562748.tar new file mode 100644 index 0000000000000000000000000000000000000000..ebbe93aad9d0b1cc8d1923dc1d9dea621005f507 --- /dev/null +++ b/datasets/562748.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d96e6a3bc729cb83f964e5cad55a159a0bc2cab3b96cb9e5e012f29357872c15 +size 82769920 diff --git a/datasets/562778.tar b/datasets/562778.tar new file mode 100644 index 0000000000000000000000000000000000000000..e453ff1eabdad593fb5ae3cfef5d202d95f55284 --- /dev/null +++ b/datasets/562778.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8baf768213f57471d62289e356beec9b82a0b944bb53bd99789dc67822db829 +size 27535360 diff --git a/datasets/562840.tar b/datasets/562840.tar new file mode 100644 index 0000000000000000000000000000000000000000..20d110c576b05fe4f5dd52466f8d749533075f8e --- /dev/null +++ b/datasets/562840.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e56ef6654b4edd58a546baabd819de0c1d4b330e41902d296d581905331a1492 +size 55603200 diff --git a/datasets/563127.tar b/datasets/563127.tar new file mode 100644 index 0000000000000000000000000000000000000000..beaca8d1d17b5e4289c9e6eeb6b37b0ccea6d877 --- /dev/null +++ b/datasets/563127.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8710fd85fad554135e161707eab28c743c56c29b702ef2bf09640fe2b20eeb +size 1832960 diff --git a/datasets/563135.tar b/datasets/563135.tar new file mode 100644 index 0000000000000000000000000000000000000000..b1b7d77c74d889da14550e021d5a1ec81fc37423 --- /dev/null +++ b/datasets/563135.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:621051ec334d663da983bbb3680bc2ddb049ed365ce714800333f8141fc43ba8 +size 5826560 diff --git a/datasets/56327.tar b/datasets/56327.tar new file mode 100644 index 0000000000000000000000000000000000000000..6de8a22fc9df13f9d1bc8a1fe087e50e9debf3ac --- /dev/null +++ b/datasets/56327.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac2fefc41abb566b6e01dbab8a3107aced3b79cf5da0f884f4e72cc96e4e572 +size 80025600 diff --git a/datasets/563411.tar b/datasets/563411.tar new file mode 100644 index 0000000000000000000000000000000000000000..d744f22e1e6f616f08d5812ddce1a6004da8e053 --- /dev/null +++ b/datasets/563411.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a8377a7404f85fd5c09b7a11ed3756c9cef8d32eb78974a2fb08f75b00992a +size 4812800 diff --git a/datasets/563469.tar b/datasets/563469.tar new file mode 100644 index 0000000000000000000000000000000000000000..3e54317d62e11b07ef5e441e7a0df2128aad1b9f --- /dev/null +++ b/datasets/563469.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65dd58de90c0238dff646214067c4ff445eb4b72264860c3ed51e056ffeecfa +size 2662400 diff --git a/datasets/564059.tar b/datasets/564059.tar new file mode 100644 index 0000000000000000000000000000000000000000..58332cfda40a8ea2a54cd40e47dbb1b2b5a49ab5 --- /dev/null +++ b/datasets/564059.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e187e9aeca96c013de20a9380696f49e7fa6a25a7cf807eb17d6f099069f9c +size 2969600 diff --git a/datasets/564099.tar b/datasets/564099.tar new file mode 100644 index 0000000000000000000000000000000000000000..d339cdc97954dabb8302da8cb6e5e72d8b31636a --- /dev/null +++ b/datasets/564099.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45247c7ebd99fb908f6175994fd8ba7f24ba68013b2706030294c4b3d68a55cd +size 27955200 diff --git a/datasets/564197.tar b/datasets/564197.tar new file mode 100644 index 0000000000000000000000000000000000000000..e965d05027ae3777feda035e1bcd48221f8dbc9f --- /dev/null +++ b/datasets/564197.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a29d502100dcf7afa55f376f0a7caf7a7cb17de8b10c1f4ec205017d612dbe +size 20275200 diff --git a/datasets/564203.tar b/datasets/564203.tar new file mode 100644 index 0000000000000000000000000000000000000000..9ee126539427112729d9e945ccd79e5ecd72152f --- /dev/null +++ b/datasets/564203.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d06746a720995cea07217cc40f7b2989d4f8c29a370b95ef49b4da2e7d3afed3 +size 3379200 diff --git a/datasets/564230.tar b/datasets/564230.tar new file mode 100644 index 0000000000000000000000000000000000000000..35e05f4bbf7a8e7904099dbf4da07562dbfdb8d4 --- /dev/null +++ b/datasets/564230.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f183a93115be29d7bd5c964079d99c565be114dfae73c54deb71df3d7618583e +size 3645440 diff --git a/datasets/564358.tar b/datasets/564358.tar new file mode 100644 index 0000000000000000000000000000000000000000..caba7ef8c9cbab6b867c0bea473ead677cac1e5d --- /dev/null +++ b/datasets/564358.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220ce787fa15fe5fffbc268daa353f0fd8d73abf667e1c665aa4b69b52b12084 +size 686080 diff --git a/datasets/564401.tar b/datasets/564401.tar new file mode 100644 index 0000000000000000000000000000000000000000..2c113b9539a870900f35deda293412735fa524ee --- /dev/null +++ b/datasets/564401.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96465d6bfa81e9c5c2e07dca9c8bb64ed2864aa334d7ff9f194ad1928cbbf57c +size 16752640 diff --git a/datasets/564471.tar b/datasets/564471.tar new file mode 100644 index 0000000000000000000000000000000000000000..3da7aa04ebd923d08493f4f114a5b21980c55066 --- /dev/null +++ b/datasets/564471.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f8bbf756e521d5287b064c7da365e215809522ae166de40f59a93b90df8d25 +size 45998080 diff --git a/datasets/564542.tar b/datasets/564542.tar new file mode 100644 index 0000000000000000000000000000000000000000..4f3d745cd4a1a1bd27e8b5670670e242b94ae185 --- /dev/null +++ b/datasets/564542.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83161f308034844385c8da83d1fadc17b77b2532fc0b1f6363756431d8e97cb6 +size 8734720 diff --git a/datasets/564621.tar b/datasets/564621.tar new file mode 100644 index 0000000000000000000000000000000000000000..90b9647ba6f1988d2359012657a14dabda2aa41e --- /dev/null +++ b/datasets/564621.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82461e73f4ddfa76878ac177dc09b5ba351d03a1fc25b4a61641f585119b8db +size 7239680 diff --git a/datasets/564632.tar b/datasets/564632.tar new file mode 100644 index 0000000000000000000000000000000000000000..ee3108a55977dfa7b57f7584f13cb57496f2e0b9 --- /dev/null +++ b/datasets/564632.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c1230348903aa0463e483581edfc580a6379bfa578285aaeed8ebfb782c568 +size 3696640 diff --git a/datasets/564724.tar b/datasets/564724.tar new file mode 100644 index 0000000000000000000000000000000000000000..297cc1e97d9bdc238381581b4a845a0bacbf9f98 --- /dev/null +++ b/datasets/564724.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8da4e12e0eb7c32aed03dcd590a21f30cc4c78def61cf77e016a9b8ccefb6f +size 17203200 diff --git a/datasets/564801.tar b/datasets/564801.tar new file mode 100644 index 0000000000000000000000000000000000000000..29462c30e585c302ef43e78b0143312f86b1d953 --- /dev/null +++ b/datasets/564801.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab1780049dae872dd8c7715b6342af5f0681f595109be96ab29732454bace55 +size 16424960 diff --git a/datasets/564872.tar b/datasets/564872.tar new file mode 100644 index 0000000000000000000000000000000000000000..4307123486054268b5abf01eff56478ee145fcc3 --- /dev/null +++ b/datasets/564872.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f72a84e2c7e486df2cb0220cf3fe9ba6e37ba5e2e301626ba0397844d36130 +size 204800 diff --git a/datasets/564885.tar b/datasets/564885.tar new file mode 100644 index 0000000000000000000000000000000000000000..c6a3cdb901a0933dc6d395fea94ce1f29d4e8277 --- /dev/null +++ b/datasets/564885.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c59596b01ed9b827f501b9a789745b2235414d4eb978d84d484ecdb2bd6f392 +size 4116480 diff --git a/datasets/565005.tar b/datasets/565005.tar new file mode 100644 index 0000000000000000000000000000000000000000..ba86ad58d0b892179b60388bb84e0ef6d7bfff0b --- /dev/null +++ b/datasets/565005.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8b540cafd8f7c01f6b157c270ed886e4acf02fc33368ea070028889b86a8ca +size 17848320 diff --git a/datasets/565050.tar b/datasets/565050.tar new file mode 100644 index 0000000000000000000000000000000000000000..77384dffc552321eb09ba17a5704280316bdf159 --- /dev/null +++ b/datasets/565050.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2f23674a5952dedf611030e22ac1ae081aa9228ab8d8628fee5396e79638012 +size 1474560 diff --git a/datasets/565217.tar b/datasets/565217.tar new file mode 100644 index 0000000000000000000000000000000000000000..a64d6ef7ab218cd2760916bdc197da92b2ae1159 --- /dev/null +++ b/datasets/565217.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b63a351c4f5eb6867592b9c4b3cfae5364389a39a2a1ab75ec098805a79dae7 +size 6502400 diff --git a/datasets/565230.tar b/datasets/565230.tar new file mode 100644 index 0000000000000000000000000000000000000000..7d5e1a9ced7876a566279f405a1c40fb4f4f0cb0 --- /dev/null +++ b/datasets/565230.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b814975ff7a346d232be3b6701958a71875775a6f4731430fad38641dea0cd65 +size 1413120 diff --git a/datasets/565290.tar b/datasets/565290.tar new file mode 100644 index 0000000000000000000000000000000000000000..6ec0bf7b552e732b5b258bc1e63daf12432d3fd0 --- /dev/null +++ b/datasets/565290.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94524b71c2337c8398f79299236d06f2ab4354eb299ad92f5c3bf9ff06f5a650 +size 1280000 diff --git a/datasets/565376.tar b/datasets/565376.tar new file mode 100644 index 0000000000000000000000000000000000000000..17ffa7d58699a839a71864eb6de9c2c1195b3bc5 --- /dev/null +++ b/datasets/565376.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a7466705a74908dc56d177c79bf1cc1bf3a19111e1a1469b5595683210ab89 +size 6635520 diff --git a/datasets/565585.tar b/datasets/565585.tar new file mode 100644 index 0000000000000000000000000000000000000000..4954eb17358fccbd82aeb10d9362709aaec49227 --- /dev/null +++ b/datasets/565585.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb8a0c98220666360bc575c318dee7623531ea7cd0c80e2cefb435729a731de +size 4034560 diff --git a/datasets/565871.tar b/datasets/565871.tar new file mode 100644 index 0000000000000000000000000000000000000000..bb0cc7e982e7b376ba7f673d87ad9f28724047bb --- /dev/null +++ b/datasets/565871.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc90c0760fed5a8a7ae3d0b259a4c334764072b99b0dfb5371ae21124cfa733 +size 8376320 diff --git a/datasets/566019.tar b/datasets/566019.tar new file mode 100644 index 0000000000000000000000000000000000000000..60f145e3c03f3086adb7f00e0b2192f051857b3e --- /dev/null +++ b/datasets/566019.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8befdb60e93aa48215fc8ce9d54faf6a474fa4e511506d75dbad429788b001 +size 716800 diff --git a/datasets/566046.tar b/datasets/566046.tar new file mode 100644 index 0000000000000000000000000000000000000000..0020dfbeac9764c622ea824fd499b82f2c767382 --- /dev/null +++ b/datasets/566046.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e6c4da739b742505a3a1d8013a30dcac10fa9f0f049826e34070cadc538a27 +size 532480 diff --git a/datasets/566082.tar b/datasets/566082.tar new file mode 100644 index 0000000000000000000000000000000000000000..e291531bc74ff19eb4134687e442a5f88e0c522c --- /dev/null +++ b/datasets/566082.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f11973bd8467c87e1ff5e03b367e97430730376b4075d9c18aac16ae656c8d3 +size 29224960 diff --git a/datasets/566300.tar b/datasets/566300.tar new file mode 100644 index 0000000000000000000000000000000000000000..922d75a719f4c104d21b66311723d32f4800d97e --- /dev/null +++ b/datasets/566300.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f0bdd7eda19cb46d4128d8ab75ff822cc4207b793e9a524778eb7d2f22b5cc +size 2181120 diff --git a/datasets/566324.tar b/datasets/566324.tar new file mode 100644 index 0000000000000000000000000000000000000000..4894554b03dbcd350a842b49878ce54ab9b725eb --- /dev/null +++ b/datasets/566324.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57a9eafba03c7eda673aa10209379f082d89a0ba01cb4638d4d84608fdb1d82f +size 17633280 diff --git a/datasets/566397.tar b/datasets/566397.tar new file mode 100644 index 0000000000000000000000000000000000000000..23ea48b2fd08342ec4899572652b13ea09af285c --- /dev/null +++ b/datasets/566397.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e6fec56d23939475a1d5eef98a75f673db8a9ab6c4ba58f0c8127e1443bf2c +size 32399360 diff --git a/datasets/566546.tar b/datasets/566546.tar new file mode 100644 index 0000000000000000000000000000000000000000..f30e5d780bcc8d58e0126ca69f54763cdb8fad5e --- /dev/null +++ b/datasets/566546.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:700365ad4125a25dd43648f0dbbfb8900a1c33bf074f3b22aed440f131427e9c +size 21760000 diff --git a/datasets/566644.tar b/datasets/566644.tar new file mode 100644 index 0000000000000000000000000000000000000000..c1fc34828de503392a15b1ee35f265458e2c4b14 --- /dev/null +++ b/datasets/566644.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d484150e1f29ebb86edef157f290fd1fd8eb7ac068872388be635133c67ae67 +size 36966400 diff --git a/datasets/566680.tar b/datasets/566680.tar new file mode 100644 index 0000000000000000000000000000000000000000..d59278972f6ea643a13b8dabd23b53fb26d823e9 --- /dev/null +++ b/datasets/566680.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ecf5c9b64edd8af5c37fc6236bf91d9da4d4a97a5b1a03acfa0a7316573a064 +size 6635520 diff --git a/datasets/566752.tar b/datasets/566752.tar new file mode 100644 index 0000000000000000000000000000000000000000..e9467649c5421f1c868746d4696b407d0a271033 --- /dev/null +++ b/datasets/566752.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:036dc44375eb65f5909425f40520989a7bf94e9a8f337b5f8e32b60c0a28af81 +size 23889920 diff --git a/datasets/566754.tar b/datasets/566754.tar new file mode 100644 index 0000000000000000000000000000000000000000..2eb8b559a77d91e31dd93c941ee1a390c6cb33ac --- /dev/null +++ b/datasets/566754.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ac71ee797bff23fe03565e5d22ca07b50154dbcb2f2e90ce928caf5b5802e3 +size 10024960 diff --git a/datasets/566834.tar b/datasets/566834.tar new file mode 100644 index 0000000000000000000000000000000000000000..99b3041a62bf45fe51e51098e008d17f88538878 --- /dev/null +++ b/datasets/566834.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1cbc0027e3762855252c1b87728f3b8ce9ba0f07b3b19dfcaa6ca1c9beb6b3 +size 35850240 diff --git a/datasets/56694.tar b/datasets/56694.tar new file mode 100644 index 0000000000000000000000000000000000000000..e163aef07165e7f15d16ef2188053891e49634aa --- /dev/null +++ b/datasets/56694.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ec38901faa6c4c576d29e30541d3ab4aa235e89da09c8d1b35c798ca74322d +size 14213120 diff --git a/datasets/567037.tar b/datasets/567037.tar new file mode 100644 index 0000000000000000000000000000000000000000..5a109ae608c3f6b675dcbbc082a3623ca9144598 --- /dev/null +++ b/datasets/567037.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc91fa6a4335970be19dbe00e2f084cd950fba3b7a99d6950ad17f0d05982d51 +size 18872320 diff --git a/datasets/567074.tar b/datasets/567074.tar new file mode 100644 index 0000000000000000000000000000000000000000..dcb8372d754cc084ef21050a9fd61042bdf89bde --- /dev/null +++ b/datasets/567074.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80902ebb723c2514c00943199b78abd4fd3b2ac65ca5164a79abb02ac68932cf +size 1259520 diff --git a/datasets/567318.tar b/datasets/567318.tar new file mode 100644 index 0000000000000000000000000000000000000000..982404fd7352ab0751cc7ee69dfe797a7ea4753c --- /dev/null +++ b/datasets/567318.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad73483fc37ee26de09b5f41714960ce518c4df335adf0cd1f4641c5b51efda0 +size 25149440 diff --git a/datasets/56752.tar b/datasets/56752.tar new file mode 100644 index 0000000000000000000000000000000000000000..4ce4a9616bacd6ea726163eb5126f3084427b8a3 --- /dev/null +++ b/datasets/56752.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a9006e6c99bdc43b9a7c7eb0ba44953161fb623fdf868c92641db34b165d3b2 +size 69345280 diff --git a/datasets/567633.tar b/datasets/567633.tar new file mode 100644 index 0000000000000000000000000000000000000000..7462eed6a25e22907e09f9835def88c0b3b244de --- /dev/null +++ b/datasets/567633.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd87695bd512a5a92d10eb8381e2c5dedbe1e4436ae336a637d035c9e223bf8d +size 1638400 diff --git a/datasets/567643.tar b/datasets/567643.tar new file mode 100644 index 0000000000000000000000000000000000000000..98eced66116ad7dce8e83c6eafce40a24e4adfa1 --- /dev/null +++ b/datasets/567643.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b39d70cdece5c9f60d65caa28cc2654eb8a6f9b4e2380e8cd785b8fd07bb4606 +size 778240 diff --git a/datasets/567668.tar b/datasets/567668.tar new file mode 100644 index 0000000000000000000000000000000000000000..d84eaadd14585672da9b98c526a582fffa018c14 --- /dev/null +++ b/datasets/567668.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a443c211e4868f8f0ff0966137b525b2270d30c82742e7ae7b25aa08e1514e +size 2344960 diff --git a/datasets/567764.tar b/datasets/567764.tar new file mode 100644 index 0000000000000000000000000000000000000000..09568edcc351007a9aae01942b33a363191f9c33 --- /dev/null +++ b/datasets/567764.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:765b3fb52c4ac11fa803d837837b9f31eb945e109cc7a3786a74fb94640bf59d +size 18810880 diff --git a/datasets/567849.tar b/datasets/567849.tar new file mode 100644 index 0000000000000000000000000000000000000000..2fb97bb7b30617bd63caccc8fb7d2cfcb9a02fcd --- /dev/null +++ b/datasets/567849.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9afe693015d4eb10b8dc22fce25c7e1d257808dfea4741b6871b0f2afd0c293a +size 15011840 diff --git a/datasets/567853.tar b/datasets/567853.tar new file mode 100644 index 0000000000000000000000000000000000000000..a0f41f40871132a6aa3f91415bc272087605905e --- /dev/null +++ b/datasets/567853.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d076ebe7d47ff9752760b54010997b05e65036b33ac9c0faad7978ad966ff8 +size 4823040 diff --git a/datasets/567891.tar b/datasets/567891.tar new file mode 100644 index 0000000000000000000000000000000000000000..fb46348b8cf717e7f6191e442a1521508da86554 --- /dev/null +++ b/datasets/567891.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90b73e75b50375b9b8eb2a675c0db377fa2d41538acfe9ed95762afc45b6fe7 +size 9400320 diff --git a/datasets/567949.tar b/datasets/567949.tar new file mode 100644 index 0000000000000000000000000000000000000000..e18ace092482c8571b308312098282f08fbdb5a7 --- /dev/null +++ b/datasets/567949.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ca152d20abe753b7361fa2b1eeb6c41a8e4c065ba3164c222781f3c5a614322 +size 860160 diff --git a/datasets/568020.tar b/datasets/568020.tar new file mode 100644 index 0000000000000000000000000000000000000000..713cd1c25236077e79672bbb9d4e0d7446e6e092 --- /dev/null +++ b/datasets/568020.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78e7669f20934fbbee5b501a44b5194897d2a2f0d17a351d13984f801ce9aa8 +size 3194880 diff --git a/datasets/568092.tar b/datasets/568092.tar new file mode 100644 index 0000000000000000000000000000000000000000..9e8f40129ad54ac78ab86d14bd1f374935dcfe45 --- /dev/null +++ b/datasets/568092.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ce3850957600dc891cf80fef0eaaf9207a5381a4ca0afcfb533476eda0943a +size 47308800 diff --git a/datasets/568197.tar b/datasets/568197.tar new file mode 100644 index 0000000000000000000000000000000000000000..cc21ca7c62e4d59d6dde1f33d47013e241145276 --- /dev/null +++ b/datasets/568197.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b00c214846d7fa93e877ba557b22ad58a11144033f6e51598eae7361a2b497c3 +size 41472000 diff --git a/datasets/568435.tar b/datasets/568435.tar new file mode 100644 index 0000000000000000000000000000000000000000..5bff68bd06787fa3eb6d4c6865f291d66642f2a9 --- /dev/null +++ b/datasets/568435.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf70da69beb02d230a1daeb3ac6babbc60b60b978d62e784e940e4c024e9cc2 +size 19947520 diff --git a/datasets/568492.tar b/datasets/568492.tar new file mode 100644 index 0000000000000000000000000000000000000000..7a4b004ed012a4628b44d74633d1bc43fb5efd68 --- /dev/null +++ b/datasets/568492.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:325741e7e0d01c0602f758f7f6cf7eff9b2db63909490eebab90ad32449d3380 +size 16046080 diff --git a/datasets/568634.tar b/datasets/568634.tar new file mode 100644 index 0000000000000000000000000000000000000000..ad39e379e97ba3e035b6a7b265332886c45fb505 --- /dev/null +++ b/datasets/568634.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c327b7f2bf8b3e5855962570d783c775f18f3f167860cdca76f227fce4aea5 +size 11755520 diff --git a/datasets/568741.tar b/datasets/568741.tar new file mode 100644 index 0000000000000000000000000000000000000000..25c00222573376155c88045e381a57144730d2a7 --- /dev/null +++ b/datasets/568741.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c54e59f137fe4311c4918c4658704bca86f363fca74aea8f86fb8344fdd037 +size 2007040 diff --git a/datasets/568769.tar b/datasets/568769.tar new file mode 100644 index 0000000000000000000000000000000000000000..5729b4aacfdfc6fcbc377c2e88e3c3f33d372c88 --- /dev/null +++ b/datasets/568769.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e3a9856d9337f75410658525e2bdd4c54e8c9d8d02b90c3769af3fedc38ed0 +size 1259520 diff --git a/datasets/568827.tar b/datasets/568827.tar new file mode 100644 index 0000000000000000000000000000000000000000..2fa50c894967f549ff88aeafc0ada3a2476f88b9 --- /dev/null +++ b/datasets/568827.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eac95c924813e98dd0d2ae318d4875947989e6aad3eee18fe8a2188d9f748a6 +size 31416320 diff --git a/datasets/568914.tar b/datasets/568914.tar new file mode 100644 index 0000000000000000000000000000000000000000..0efbdeb13f1b0a7ee63bbfebdae45d61e3f06a4d --- /dev/null +++ b/datasets/568914.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9803dd59158257c1f01b1094cdd6836b4ba42e989149b32afab7829d39f6d5 +size 23562240 diff --git a/datasets/569031.tar b/datasets/569031.tar new file mode 100644 index 0000000000000000000000000000000000000000..1a8fd0d3ebf8f29aa9027e12ecd4e5083bd99831 --- /dev/null +++ b/datasets/569031.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83feee88c3c35ccef56403b1c91c2c1c9df202daee74a49506681d7d0c5332d3 +size 50360320 diff --git a/datasets/569098.tar b/datasets/569098.tar new file mode 100644 index 0000000000000000000000000000000000000000..9588772d09dd90ec3a4df8ed254a4c72e292e371 --- /dev/null +++ b/datasets/569098.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda2accbd658510f267f10a4939d11c39c49dab16ab28cf95f9084019dfb19e2 +size 4055040 diff --git a/datasets/569190.tar b/datasets/569190.tar new file mode 100644 index 0000000000000000000000000000000000000000..185c6785497e201758da8d4727c38365688108b4 --- /dev/null +++ b/datasets/569190.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d79e8f6dd0d241b679384b70fecfc13ff6eedfb806470fbb54062e0f64ad202 +size 286720 diff --git a/datasets/569212.tar b/datasets/569212.tar new file mode 100644 index 0000000000000000000000000000000000000000..02ecabfec316cf8dd14166e029a641b45704d823 --- /dev/null +++ b/datasets/569212.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97870a094d7e236bc509aa745dd53aac8cb30cadddc6bca77ad2b4a2af4fbb09 +size 63242240 diff --git a/datasets/569269.tar b/datasets/569269.tar new file mode 100644 index 0000000000000000000000000000000000000000..0a6499f13fc2f7be69e8ce7d82613aeaf92e89dd --- /dev/null +++ b/datasets/569269.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711906e566bb5529125c05143383ae20a464a5814134669ec4fcaedefa933de3 +size 4628480 diff --git a/datasets/569439.tar b/datasets/569439.tar new file mode 100644 index 0000000000000000000000000000000000000000..c6f4066d1762c862fea57d63bb917de57564e600 --- /dev/null +++ b/datasets/569439.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcfc48695cfb96386dc70bedc2affea18a059bb4881745d0e76914f7f67aba22 +size 40970240 diff --git a/datasets/569474.tar b/datasets/569474.tar new file mode 100644 index 0000000000000000000000000000000000000000..6e85254819353984fb1d1914fe20806ee13905c9 --- /dev/null +++ b/datasets/569474.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58c019317d678443825a44d4ccfe91f7f83f5fb4861c1423a10f3efd0f653396 +size 1443840 diff --git a/datasets/569700.tar b/datasets/569700.tar new file mode 100644 index 0000000000000000000000000000000000000000..35334ae7958f554e6bb60eb24658c73bb5efb8cc --- /dev/null +++ b/datasets/569700.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9a970d52f51c07c5770ca9a6852999e0ffb4d8e811e9295017319837c06caa +size 46684160 diff --git a/datasets/569814.tar b/datasets/569814.tar new file mode 100644 index 0000000000000000000000000000000000000000..50566fa3dbc2965521a684663c8dea625a2f9492 --- /dev/null +++ b/datasets/569814.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637662d881a60985d626c3f324a6a5743eacd481d8c81e692e248e77f78caf21 +size 3092480 diff --git a/datasets/569849.tar b/datasets/569849.tar new file mode 100644 index 0000000000000000000000000000000000000000..37c7ceb2f5bf8896936afcdf0052a0fa9430a563 --- /dev/null +++ b/datasets/569849.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5088a0a6b19a1d7152771309df9d961cc9fa0ba29b7d2b53b48769e44348020 +size 2816000 diff --git a/datasets/569912.tar b/datasets/569912.tar new file mode 100644 index 0000000000000000000000000000000000000000..bcee450fdfab2142ee0e753ec6476f74c90c28fe --- /dev/null +++ b/datasets/569912.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef4fff469733055745c3459e940aed8d86360b6888020c67c0578430af83db1 +size 204800 diff --git a/datasets/569971.tar b/datasets/569971.tar new file mode 100644 index 0000000000000000000000000000000000000000..c7bf7f0fd7b2a5ef51c5336b6781559b3bacc2b5 --- /dev/null +++ b/datasets/569971.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e9c9349ebf40d8384ec8327052e9a9f00c7de65c07cbea1f894d1a84e90fad +size 8570880 diff --git a/datasets/570037.tar b/datasets/570037.tar new file mode 100644 index 0000000000000000000000000000000000000000..5e191b6798febb910da2329180c0852c2525a2ff --- /dev/null +++ b/datasets/570037.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899bc47e1894fbf758d778f35a7f252e60eae35dad048961cb0928772c18d76e +size 13721600 diff --git a/datasets/570088.tar b/datasets/570088.tar new file mode 100644 index 0000000000000000000000000000000000000000..2f2ec10bf0e4ef59dc587a81302a00680905aab1 --- /dev/null +++ b/datasets/570088.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e15967ec1c0c639844a8143f85e7197d3c7bcf789a082751006caf867e976c24 +size 1484800 diff --git a/datasets/570250.tar b/datasets/570250.tar new file mode 100644 index 0000000000000000000000000000000000000000..1c01a5b1b4e66d2a8a077ec74ba6dd90a775cbeb --- /dev/null +++ b/datasets/570250.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc4201667af7fc5dccf65e27cff336133d048a5a91eb1477c09ca3d0c3fc304 +size 849920 diff --git a/datasets/570417.tar b/datasets/570417.tar new file mode 100644 index 0000000000000000000000000000000000000000..04d78566acf52e3618f95dbfec8bb6423554d719 --- /dev/null +++ b/datasets/570417.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ecee490853562770ace3e10b29ae02a43c48954c7433aaf4b4349490009a3d1 +size 13178880 diff --git a/datasets/570543.tar b/datasets/570543.tar new file mode 100644 index 0000000000000000000000000000000000000000..b6eb1c095c661607ba05f56bfabeda5595a98a72 --- /dev/null +++ b/datasets/570543.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45ec9646fe3b44adefa81108fd5277174514a4b6e31364484c389efcaf8a8210 +size 41123840 diff --git a/datasets/570800.tar b/datasets/570800.tar new file mode 100644 index 0000000000000000000000000000000000000000..ff1c8dbb256ebcb15b8eabfac6ae8b351feb05e4 --- /dev/null +++ b/datasets/570800.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0286ea678dfbeb0616b46b15525fdb38edc0cdc08b61e7f3a17a4c1958c8a88b +size 40826880 diff --git a/datasets/570819.tar b/datasets/570819.tar new file mode 100644 index 0000000000000000000000000000000000000000..e4d4bbd4524eb713de508ec3227a5d6b81ed93ab --- /dev/null +++ b/datasets/570819.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73808d01f425fcf4cd434027b4debfa20674cdba72b64e6b842c4cd95c051ec7 +size 47943680 diff --git a/datasets/570853.tar b/datasets/570853.tar new file mode 100644 index 0000000000000000000000000000000000000000..715ef1a9d61aba5d42f33f8df54d063a9ad5e76d --- /dev/null +++ b/datasets/570853.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7963e6965eb98e77e9397389a2993863f04979dc80292e3d975d228ef4833675 +size 14827520 diff --git a/datasets/571077.tar b/datasets/571077.tar new file mode 100644 index 0000000000000000000000000000000000000000..7169e5a8be3d6424b07327dc07bb3abdd8a30d59 --- /dev/null +++ b/datasets/571077.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05013617b895bd2d9402a412ad157790f4812a565c80a2313a459345a0b5658d +size 17582080 diff --git a/datasets/571102.tar b/datasets/571102.tar new file mode 100644 index 0000000000000000000000000000000000000000..31ae6beb96db562208b8c305adcbaf0e055c7f31 --- /dev/null +++ b/datasets/571102.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb1f9cf7c45d51a1bd16293a9a5cce28c73d93af1b256d6f22a97ebe6454869 +size 10014720 diff --git a/datasets/571139.tar b/datasets/571139.tar new file mode 100644 index 0000000000000000000000000000000000000000..75d7e9b11fde3c8f779b48bd618fc50e851541de --- /dev/null +++ b/datasets/571139.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4350c1a54e64e95380886da2d00e4766df0fce7db90ac4d4ea966a92a3de2ff2 +size 1955840 diff --git a/datasets/571322.tar b/datasets/571322.tar new file mode 100644 index 0000000000000000000000000000000000000000..27f0b7887407bcbffb0281e88ee7aaa48012e4b7 --- /dev/null +++ b/datasets/571322.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2a280e55d21c5129faf5d4e303f72b7bd0ba5665249c751245420ea15ece68 +size 84346880 diff --git a/datasets/571357.tar b/datasets/571357.tar new file mode 100644 index 0000000000000000000000000000000000000000..0897d191696e9e9ac9748a55a271bf62719abdd0 --- /dev/null +++ b/datasets/571357.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cab73041d30acfc5684e2679eab43f740fb1d02de546c8866ffe4126142a9d1 +size 3368960 diff --git a/datasets/571377.tar b/datasets/571377.tar new file mode 100644 index 0000000000000000000000000000000000000000..eaaac85e9780bb70f92f65fc86761525ee31fcde --- /dev/null +++ b/datasets/571377.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0574e08cb5a936de268c074828550a2fcaf3bd6a736dd5963e211fe314ea4290 +size 911360 diff --git a/datasets/571390.tar b/datasets/571390.tar new file mode 100644 index 0000000000000000000000000000000000000000..53dc2c776b461f26d39a82e8c4ff80c3ee875e87 --- /dev/null +++ b/datasets/571390.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5ca5ece2a2f5d5bcd60c49ef21caffa449cfb2ae7e77aec5593a66de22d78b7 +size 7485440 diff --git a/datasets/571728.tar b/datasets/571728.tar new file mode 100644 index 0000000000000000000000000000000000000000..6e49c31887f6afa22faa77d9c4719e911cb0839c --- /dev/null +++ b/datasets/571728.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5e6b0563c2c4f3ccfa62a4926c0df4af3fab1a10f535e51596baaa1450d03a +size 203253760 diff --git a/datasets/571745.tar b/datasets/571745.tar new file mode 100644 index 0000000000000000000000000000000000000000..6ac761982df7886b14690ef01ae107776b992388 --- /dev/null +++ b/datasets/571745.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f906878b4b204795d0970ab8670e03f9d749ceb0b3511aaaaf3cc8e24b4eb86b +size 18360320 diff --git a/datasets/571819.tar b/datasets/571819.tar new file mode 100644 index 0000000000000000000000000000000000000000..04e59328ed7b29f0bbf92b446e7cda5fa6527aa1 --- /dev/null +++ b/datasets/571819.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5c4216528f239cb923f6ade20a65a969f768e4c463990d8a4afb7d3a443a16 +size 30494720 diff --git a/datasets/571889.tar b/datasets/571889.tar new file mode 100644 index 0000000000000000000000000000000000000000..85b58859b994c67af280a7237cde5fcc27e41f7b --- /dev/null +++ b/datasets/571889.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef99b05f79fc779de28123b7b34d426324506c653b8db6f79a61332b2b36e7e +size 4730880 diff --git a/datasets/572073.tar b/datasets/572073.tar new file mode 100644 index 0000000000000000000000000000000000000000..a32a4bde19c3c85a26c93b31a60c9562f199a729 --- /dev/null +++ b/datasets/572073.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60368524c0d6a9614037fd930a67958f4b678e86ac21e66b3936f49c6ed090f +size 30535680 diff --git a/datasets/572487.tar b/datasets/572487.tar new file mode 100644 index 0000000000000000000000000000000000000000..70a9c010e0be2d14c88198411503fbd3203e5c57 --- /dev/null +++ b/datasets/572487.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d246047a2d31aa44e01b297da5b3ceab05192789b7dd2663215ffd07f922cef +size 26224640 diff --git a/datasets/573136.tar b/datasets/573136.tar new file mode 100644 index 0000000000000000000000000000000000000000..6632e772bb425f05fb4ac636ad7a1c1c53a391ac --- /dev/null +++ b/datasets/573136.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5908a679a2a17924cf65efef82c32b0bfbca734f3b83ac1cbbe05e2f14df3e5 +size 4761600 diff --git a/datasets/573447.tar b/datasets/573447.tar new file mode 100644 index 0000000000000000000000000000000000000000..ba3e28a80b7db6489fd1947b38b4a4f5a79e4250 --- /dev/null +++ b/datasets/573447.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a6bd80cba5197390dd3d94cdd9ba32b50dd17fdd90100fc5deb3e721f2fd2a +size 31221760 diff --git a/datasets/573482.tar b/datasets/573482.tar new file mode 100644 index 0000000000000000000000000000000000000000..e1b299ef9da8488dace0ba4e33d6d0125efdef0a --- /dev/null +++ b/datasets/573482.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b058947455397debdbbf8d3107f29dd3bf307c988c24ab8ceaa3852f315c62 +size 9840640 diff --git a/datasets/573485.tar b/datasets/573485.tar new file mode 100644 index 0000000000000000000000000000000000000000..e4aa1c597a34c0c701a5d2c228911724b80e694a --- /dev/null +++ b/datasets/573485.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:712eab0583883f888267109d27f0d9f1653b29f5f9ae91e29ac823327e7577db +size 28160000 diff --git a/datasets/573503.tar b/datasets/573503.tar new file mode 100644 index 0000000000000000000000000000000000000000..b15c8a541450129e82d63c07ef30bf5ec8ec1515 --- /dev/null +++ b/datasets/573503.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0987bf0f0a280100b0580c6a92395eef51870e7b090471d5c17535379f7d6957 +size 2580480 diff --git a/datasets/573541.tar b/datasets/573541.tar new file mode 100644 index 0000000000000000000000000000000000000000..7be2087b2a3a6f604ba54b32c90016ebcd13e146 --- /dev/null +++ b/datasets/573541.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b24dfce7dc7cf20fbcb26a82cd617c45e0f91c3dd119780fd2528443b4804ca +size 11284480 diff --git a/datasets/573564.tar b/datasets/573564.tar new file mode 100644 index 0000000000000000000000000000000000000000..c33ad5a72b0642a318b749612c5dd8913a387eae --- /dev/null +++ b/datasets/573564.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2a7a800d633abfc37ef54b791aeb54df73520a831da5da9e2fbb358f7fc3a1 +size 7976960 diff --git a/datasets/573767.tar b/datasets/573767.tar new file mode 100644 index 0000000000000000000000000000000000000000..66a6cd554d3335037f2783a893cf54d7227922ea --- /dev/null +++ b/datasets/573767.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2634ba75d6b8625b3b7b8a839b7bf908a662fc8fd19fb09ca339bc0b3e7e31a0 +size 11868160 diff --git a/datasets/573816.tar b/datasets/573816.tar new file mode 100644 index 0000000000000000000000000000000000000000..3b0b8bfef25b8d50d13ae3fec39893d737700f0e --- /dev/null +++ b/datasets/573816.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f61ec60bf3eded11273b2b7a9ea6477e9253c9b60eb53b6c5c4329e420f9ee22 +size 11008000 diff --git a/datasets/573860.tar b/datasets/573860.tar new file mode 100644 index 0000000000000000000000000000000000000000..dc81073fac0faf21b5341f41308b51b76bbb75a7 --- /dev/null +++ b/datasets/573860.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e6b7e335acdf64a9649454c601143eae949a07fef7ff407a2cc764a92a9b46 +size 12431360 diff --git a/datasets/574303.tar b/datasets/574303.tar new file mode 100644 index 0000000000000000000000000000000000000000..f3a45de9979fcb1d91689c738fa441f07e682417 --- /dev/null +++ b/datasets/574303.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8126b84b95ae3a20d8ba7e38559aeda5a3c873f54f2f17a3e34c04fd73bfb01 +size 4761600 diff --git a/datasets/574306.tar b/datasets/574306.tar new file mode 100644 index 0000000000000000000000000000000000000000..8d28f22af403e2a1e92bf0017a49a43d9a37da6b --- /dev/null +++ b/datasets/574306.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1c114307ed73c506ae7690e726f1626d327329c1b4af0219d6ce3824a8b6c15 +size 6963200 diff --git a/datasets/574316.tar b/datasets/574316.tar new file mode 100644 index 0000000000000000000000000000000000000000..44738b93ce0e55a5a38aa1118e948635eed395ad --- /dev/null +++ b/datasets/574316.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dc4dfffdb588306701732b12b3d7340899868b4309798cce767bd205840ac7d +size 4065280 diff --git a/datasets/574318.tar b/datasets/574318.tar new file mode 100644 index 0000000000000000000000000000000000000000..f15a07b3b286756b69a32855570db79c8fee0202 --- /dev/null +++ b/datasets/574318.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe3b69704081ca37b5d29e34acdbdaa5a7f72999c208f3f8f9466d55a32c4f3b +size 10240000 diff --git a/datasets/574338.tar b/datasets/574338.tar new file mode 100644 index 0000000000000000000000000000000000000000..85212576ba0a7d880bd7eddf6e9440eaa0e269e9 --- /dev/null +++ b/datasets/574338.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb4f1792c6a5b4ffe97f71ca7bedfcd5fe6cc2b95cd23437a2006ab5e9a939d7 +size 880640 diff --git a/datasets/574354.tar b/datasets/574354.tar new file mode 100644 index 0000000000000000000000000000000000000000..9c239dc1042129b45653c4797619edbb0c22d60c --- /dev/null +++ b/datasets/574354.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b2eed421784a92cded128cba63901489f9e2cb67da78348cbcedf7878ec0f3 +size 32552960 diff --git a/datasets/574364.tar b/datasets/574364.tar new file mode 100644 index 0000000000000000000000000000000000000000..40544ef15d165c1a705fcde0c49c30332c25085d --- /dev/null +++ b/datasets/574364.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:140ba18694f2541b4398a549057f4802c9921d618edab6c0c81f955c50e97a4d +size 3072000 diff --git a/datasets/574434.tar b/datasets/574434.tar new file mode 100644 index 0000000000000000000000000000000000000000..302e5f64ce657fd46e1886f820029e80487d2ce1 --- /dev/null +++ b/datasets/574434.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b678706a985710943256fb716ebbb9cd0fcf021c7adb7d833c99682af3d712b +size 4536320 diff --git a/datasets/574562.tar b/datasets/574562.tar new file mode 100644 index 0000000000000000000000000000000000000000..edcd5613d86824ddd482e87e7e4f1067d836bc13 --- /dev/null +++ b/datasets/574562.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6902e337cf9eab562f292fec6b5a9522815efd2a5ce256c97d9a09554514cf0 +size 11816960 diff --git a/datasets/574588.tar b/datasets/574588.tar new file mode 100644 index 0000000000000000000000000000000000000000..c8a9058c50048314e2dee3d27a8ac733dc557ad4 --- /dev/null +++ b/datasets/574588.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356af1c7c0b6f509cbc6622ffb0c08c2ff31e5c9ac5aa1a2915a4d249eded4f8 +size 1658880 diff --git a/datasets/574604.tar b/datasets/574604.tar new file mode 100644 index 0000000000000000000000000000000000000000..0fa150c23d7a9a6c2fc16c1973d1163887a0e5df --- /dev/null +++ b/datasets/574604.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c58cdb744311bfa1a9aec02724127f27fbc31b0bc87ba2ed1fc2fec38747dbf4 +size 10434560 diff --git a/datasets/574795.tar b/datasets/574795.tar new file mode 100644 index 0000000000000000000000000000000000000000..2203170b505a03d451a75f278d832ceb1336ea41 --- /dev/null +++ b/datasets/574795.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2681a23a2bb8d8bae116c97905e785f3dece8bf575a01a99c950dcb04a39bc6 +size 2365440 diff --git a/datasets/574829.tar b/datasets/574829.tar new file mode 100644 index 0000000000000000000000000000000000000000..f6fff08e81a494ec46349be3737949243865db60 --- /dev/null +++ b/datasets/574829.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e287a3c3b43f9c7e9f68b963c60263cd965fa915c093e252234e36d038fcd533 +size 85504000 diff --git a/datasets/574946.tar b/datasets/574946.tar new file mode 100644 index 0000000000000000000000000000000000000000..b9d4d2881063108aae51b4207366f10f02907d55 --- /dev/null +++ b/datasets/574946.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d031d35882a4276a9ef2e77042bcae94619260275ff40a2e26b317d3335c7f9 +size 501760 diff --git a/datasets/575093.tar b/datasets/575093.tar new file mode 100644 index 0000000000000000000000000000000000000000..b8f9ac7e0666d1e1654a0c5c4fd6cb4800dca285 --- /dev/null +++ b/datasets/575093.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d61135a0a341992fbca8ff6742407abffefe80a0193265513b4bb1e1eb8b6680 +size 52623360 diff --git a/datasets/575465.tar b/datasets/575465.tar new file mode 100644 index 0000000000000000000000000000000000000000..6818d2308b6d66e673293ad291088f88808c32fb --- /dev/null +++ b/datasets/575465.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa844135d792b5c8951204387db0b7dc07376ddd0c6d82e89c1c3ea75d56cb8 +size 4567040 diff --git a/datasets/575519.tar b/datasets/575519.tar new file mode 100644 index 0000000000000000000000000000000000000000..ef1e25e1d963797b41cd6ea3dabbeb4730e4b5a8 --- /dev/null +++ b/datasets/575519.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2b33eba9c1a68467a583a819378abda68fa811fdd1a6a959e2aa7cf37022bbc +size 1607680 diff --git a/datasets/575849.tar b/datasets/575849.tar new file mode 100644 index 0000000000000000000000000000000000000000..3b5b9cb20367b91cecfbab4fea1443df206d5c11 --- /dev/null +++ b/datasets/575849.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33beeb712209c467474d82146d37eb282f62ae923baa734487c016b8c64b9e32 +size 634880 diff --git a/datasets/575982.tar b/datasets/575982.tar new file mode 100644 index 0000000000000000000000000000000000000000..4688ef371ac1653478709689436c2aeae3b42006 --- /dev/null +++ b/datasets/575982.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3124089bde3b48a70d8d972ebd940e9a4afc05de22e146be47d5be941085a36 +size 58880000 diff --git a/datasets/576029.tar b/datasets/576029.tar new file mode 100644 index 0000000000000000000000000000000000000000..e67c24fddf4ac1113c698553f850273648b8715a --- /dev/null +++ b/datasets/576029.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d25230cdd8ab2f9733595903b4b014316388e756da661f9a7c764ea4ae840c +size 2007040 diff --git a/datasets/576242.tar b/datasets/576242.tar new file mode 100644 index 0000000000000000000000000000000000000000..12beb8fe79d97039b073b67ffa9f92f6fa9bf59b --- /dev/null +++ b/datasets/576242.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b430a5922c298cb4594727116792dc0d4cc56a060c1ecd778d3bd1d62907e5b2 +size 849920 diff --git a/datasets/576251.tar b/datasets/576251.tar new file mode 100644 index 0000000000000000000000000000000000000000..b8ae5fdadf5750885f7c4450ea0b0fe172b2b7b4 --- /dev/null +++ b/datasets/576251.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f53da8d48871357f22e1497336a2a52911370974ceadda5c3cb18babb3042cf +size 12503040 diff --git a/datasets/576352.tar b/datasets/576352.tar new file mode 100644 index 0000000000000000000000000000000000000000..b2cf1fef6a11d77c8a706c377d5b07a8d91eb337 --- /dev/null +++ b/datasets/576352.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24100578426cf29acb995ed64cd54109cebd6bfbedb72a2d237502c632a206ef +size 8222720 diff --git a/datasets/576886.tar b/datasets/576886.tar new file mode 100644 index 0000000000000000000000000000000000000000..2c03b2aa33e1beaecc95480f74f837cad142dee5 --- /dev/null +++ b/datasets/576886.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb6f37b698aeb9dffa9582b8a844f51c18938b0a7cfb44fe1f5d98cb0085cf4 +size 39434240 diff --git a/datasets/577006.tar b/datasets/577006.tar new file mode 100644 index 0000000000000000000000000000000000000000..29a201ab1581bcade3152a0b2c8f058f9cdd59a7 --- /dev/null +++ b/datasets/577006.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42baa034a922d7ec9983c48df293027f2fa9bcfa683cf3cfebed259536ee54e3 +size 46018560 diff --git a/datasets/577075.tar b/datasets/577075.tar new file mode 100644 index 0000000000000000000000000000000000000000..8e28ecfd2e8c493d3379693d70a08e958d84fdaf --- /dev/null +++ b/datasets/577075.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52033657deb23c93ceaf8a29ca85bef9510cbfb8bf9c8a03b1ef7f0eba97ac5e +size 1003520 diff --git a/datasets/577327.tar b/datasets/577327.tar new file mode 100644 index 0000000000000000000000000000000000000000..bead01c41b3b1b3d4fa4446e39d0a30c1040e665 --- /dev/null +++ b/datasets/577327.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4980a92a7cf4153e7132b3798c126cc7b3a93231d19dcabdacbdd653607214db +size 102400 diff --git a/datasets/577955.tar b/datasets/577955.tar new file mode 100644 index 0000000000000000000000000000000000000000..1575cefdf31b61d5c866e59629d9186fe8ddbce2 --- /dev/null +++ b/datasets/577955.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:776e2c90ee294f1b906b076945cf9835c6ded048b1cd60e25cd2fc2bb34df9b3 +size 8806400 diff --git a/datasets/578289.tar b/datasets/578289.tar new file mode 100644 index 0000000000000000000000000000000000000000..bea38da153a26c58d5055f4794186dd48f70cb2d --- /dev/null +++ b/datasets/578289.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f0d22b9aa3b5cfd4f7a290e3b1cce0ea9deface88e251e9767360c19661f9f +size 737280 diff --git a/datasets/578386.tar b/datasets/578386.tar new file mode 100644 index 0000000000000000000000000000000000000000..4030438b4d9c1405ef6a2c0c0dd80feb40a2329e --- /dev/null +++ b/datasets/578386.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d51787f0a230b9feda9dba56a249c93693a5ccd497cca27b64497edd0eed6f +size 2170880 diff --git a/datasets/578556.tar b/datasets/578556.tar new file mode 100644 index 0000000000000000000000000000000000000000..7eaea5ed9a3ce0f1224b8cb147ef0cdc8b2c6513 --- /dev/null +++ b/datasets/578556.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45fcb49b4958161af77979648d5ac15ddd08abeabb5eb63fdc14bd361584ed4 +size 2816000 diff --git a/datasets/578741.tar b/datasets/578741.tar new file mode 100644 index 0000000000000000000000000000000000000000..3d58aa4fa3836da49abb19e5d3f2d640531c85de --- /dev/null +++ b/datasets/578741.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150ed1666fd1317493d91573a2616d3c54fc7f0cde85a82a06be497044018b0f +size 61521920 diff --git a/datasets/5788.tar b/datasets/5788.tar new file mode 100644 index 0000000000000000000000000000000000000000..3fba09e206c2b8708cc61812a347c7ae0d1fa8ea --- /dev/null +++ b/datasets/5788.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:600396e5e600b36f0259cfc56f3d8ea0d64c1a5788d2fbfa0d90b00153373c87 +size 5662720 diff --git a/datasets/578835.tar b/datasets/578835.tar new file mode 100644 index 0000000000000000000000000000000000000000..17a4d2bf0162bd29fb62fbd8ae7dd58bf986c882 --- /dev/null +++ b/datasets/578835.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7beb277027a3cd5a084e795dd9119bfcc1488aa9f7e6dbbe9b334c8f7c73e81 +size 184320 diff --git a/datasets/579002.tar b/datasets/579002.tar new file mode 100644 index 0000000000000000000000000000000000000000..b7196413e706e2c76ab7db63357f698073f7db7e --- /dev/null +++ b/datasets/579002.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca5fd4a4c160a8a0126b744c1b0db3c1e9f11d987dc084f9075a300e526b9504 +size 2273280 diff --git a/datasets/579084.tar b/datasets/579084.tar new file mode 100644 index 0000000000000000000000000000000000000000..2a157abcab961952dd5acd2adad9b114d5ab80da --- /dev/null +++ b/datasets/579084.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e85ac2152b2fcc414f2a2e0f4d7ecfd8951967f5c59f6eb1cc522ebcb0c703 +size 95897600 diff --git a/datasets/579097.tar b/datasets/579097.tar new file mode 100644 index 0000000000000000000000000000000000000000..302f84e4726167988a62e91ff4802ced2f34d3b9 --- /dev/null +++ b/datasets/579097.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89dda323df4c4e25a691df71fac2be3b53c54fb796c4986a484b730fcd0c723 +size 64184320 diff --git a/datasets/579228.tar b/datasets/579228.tar new file mode 100644 index 0000000000000000000000000000000000000000..13dfc5fe6ff6746686f0e5c408ce84324bd0745c --- /dev/null +++ b/datasets/579228.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d68f4ba40500f95d4bc1d6d76f77879f2b1e8fdf1637a4ff034152bffb6076 +size 2713600 diff --git a/datasets/579251.tar b/datasets/579251.tar new file mode 100644 index 0000000000000000000000000000000000000000..e30623a9b007bd35aa2717e31cec8a27daf6a4de --- /dev/null +++ b/datasets/579251.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da9437998eb29b5090df5679a98101fcda671896a3cae6cae0441b748d886db +size 51619840 diff --git a/datasets/579587.tar b/datasets/579587.tar new file mode 100644 index 0000000000000000000000000000000000000000..eb79bdacb257c67926db6c242ec0694274076401 --- /dev/null +++ b/datasets/579587.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc53e185e7eec9f0112c6a2393eb379a02ce7e971c05c5b31b79673440db726 +size 245923840 diff --git a/datasets/579725.tar b/datasets/579725.tar new file mode 100644 index 0000000000000000000000000000000000000000..109044b436e9945fd2e07a2263685e9475358220 --- /dev/null +++ b/datasets/579725.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae214f50ca78a0a8a01b923884c2e4db2bdb7d2eebe23c0dae334f4ce58d1c1a +size 9523200 diff --git a/datasets/579777.tar b/datasets/579777.tar new file mode 100644 index 0000000000000000000000000000000000000000..d97832e80d19c330cc77a7db301fe5aee51fe9eb --- /dev/null +++ b/datasets/579777.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d055f127d69589330b5866c611886cffb53eea7500f0e7f1a52fb2f7b0c94f1b +size 7761920 diff --git a/datasets/579788.tar b/datasets/579788.tar new file mode 100644 index 0000000000000000000000000000000000000000..85672da406a65f3d52cccce9ac43f24592adb9a0 --- /dev/null +++ b/datasets/579788.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8aab093f066e3366c883ee6b2465aff474eb1e43cabf2b6b47da6a88697d01f +size 2488320 diff --git a/datasets/579852.tar b/datasets/579852.tar new file mode 100644 index 0000000000000000000000000000000000000000..2e993d180dac9da1925786fa46913bea2adc8b58 --- /dev/null +++ b/datasets/579852.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c27a7f218fc3fea23176694a0d4a9a11f103f0da08738cb80748747e71d6f13 +size 98170880 diff --git a/datasets/579953.tar b/datasets/579953.tar new file mode 100644 index 0000000000000000000000000000000000000000..588bc4196d4e45ef3a40de01d22c8cd89e71db6a --- /dev/null +++ b/datasets/579953.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:441e119f44ab1ebac6ec46c91aae956f634806914a14d86068d8871b5a822ba1 +size 98170880 diff --git a/datasets/580071.tar b/datasets/580071.tar new file mode 100644 index 0000000000000000000000000000000000000000..c48b61894dd4d2c48203bd8a12cd021bae10d86c --- /dev/null +++ b/datasets/580071.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c26db4eb39cb6dca453250e2de72110c6b9e21ef7a073b59a33f7493ddfe8940 +size 1853440 diff --git a/datasets/580095.tar b/datasets/580095.tar new file mode 100644 index 0000000000000000000000000000000000000000..1a962fbadf3ca91006aa2c44d76ee0e51408103f --- /dev/null +++ b/datasets/580095.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:584ff70c3ad8a13eaf9e1deb339f91ceb3dc00d58330af5fc749460c4dbf5e13 +size 5754880 diff --git a/datasets/580159.tar b/datasets/580159.tar new file mode 100644 index 0000000000000000000000000000000000000000..02a610f6e881fb675d9709037633bfbe17df0331 --- /dev/null +++ b/datasets/580159.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2861bd48f361ae1e5be278a34fa89992f8867f7fc807e1d762d5d3524202d524 +size 17735680 diff --git a/datasets/580181.tar b/datasets/580181.tar new file mode 100644 index 0000000000000000000000000000000000000000..6762e767b395ee01c50e600584b5e3792ae0433e --- /dev/null +++ b/datasets/580181.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699e756eb7fbc8aed16bd79de78bf0c90ff3947b2ef9e6cea5c3c1a602b6d01f +size 13137920 diff --git a/datasets/580226.tar b/datasets/580226.tar new file mode 100644 index 0000000000000000000000000000000000000000..3640eb7fbb94aac6255fbcc19deda3015685e1b9 --- /dev/null +++ b/datasets/580226.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88461d13008e33f4967cac35f24f65c21b9575668393ac8339a6b49c988275be +size 36096000 diff --git a/datasets/580231.tar b/datasets/580231.tar new file mode 100644 index 0000000000000000000000000000000000000000..5e15999f97a3c08a9abdf6ec17cd0e2fb4b69c3c --- /dev/null +++ b/datasets/580231.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c81db323db1ab19baedbf9d742bd0a6e77cfde4e543d3fa6957958b741c4309 +size 12789760 diff --git a/datasets/580396.tar b/datasets/580396.tar new file mode 100644 index 0000000000000000000000000000000000000000..456d64c06050a6acbb6a0119d7e530d913d6832e --- /dev/null +++ b/datasets/580396.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0270b68d614d4d828fd72793755d9dcbae0746df211e690fd508c9d2fb41a4e +size 55582720 diff --git a/datasets/580485.tar b/datasets/580485.tar new file mode 100644 index 0000000000000000000000000000000000000000..b3c5e64b63c69f0c131a83ceb6b0e77a809d158a --- /dev/null +++ b/datasets/580485.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bffde2ddb4c60782164355dff33dce9a0324836cea2ac53fdb246c6e2f98703f +size 6563840 diff --git a/datasets/580537.tar b/datasets/580537.tar new file mode 100644 index 0000000000000000000000000000000000000000..3ca28b5616e41fc7a28905829eaee5c001a114a8 --- /dev/null +++ b/datasets/580537.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c87e23b93d988e92c9f51ecd6e50d595d24ac4725d14966a1ee9cbf46d3233a0 +size 1064960 diff --git a/datasets/580694.tar b/datasets/580694.tar new file mode 100644 index 0000000000000000000000000000000000000000..2dcb63ce21411653db40ab38caddd42a5002f9c4 --- /dev/null +++ b/datasets/580694.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f081e5557d59e5d4a5471b211a1882ae70aca48af34cfd5e6a139548bf4e4db +size 59545600 diff --git a/datasets/58074.tar b/datasets/58074.tar new file mode 100644 index 0000000000000000000000000000000000000000..5516306b8c3308d1fd290c87599e6da5e4de3609 --- /dev/null +++ b/datasets/58074.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:053bec78c329a5a0d58aa5de236cea41dba8ecbaf54823b7754d099cbc411372 +size 401868800 diff --git a/datasets/58087.tar b/datasets/58087.tar new file mode 100644 index 0000000000000000000000000000000000000000..c14156bb01bdff3250b0d9d122de89d7d364f2e4 --- /dev/null +++ b/datasets/58087.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13df322888ea7e4bd2a11fe78725de00038a623e5f25c117c153d985c0960321 +size 686080 diff --git a/datasets/581657.tar b/datasets/581657.tar new file mode 100644 index 0000000000000000000000000000000000000000..f00cfc772e783ae736709b02fa8294bee08f803c --- /dev/null +++ b/datasets/581657.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d10e45e7eaed3ea273ce05ced2fb5df109accf918738b531bf03350a877660c +size 42639360 diff --git a/datasets/581760.tar b/datasets/581760.tar new file mode 100644 index 0000000000000000000000000000000000000000..ad26e4b839978d1251e278020321293116706896 --- /dev/null +++ b/datasets/581760.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe0406bf9725784c9cd5fabc6b9828cd4fee71e74a3ce45a0b0108839217da74 +size 20131840 diff --git a/datasets/581872.tar b/datasets/581872.tar new file mode 100644 index 0000000000000000000000000000000000000000..0348feb5a005cbcc9a5471f91f8deacada122483 --- /dev/null +++ b/datasets/581872.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4f2a9d4b5303d11dcb329f16dc2fdfcbe3e430fd99ca72d06230cc752e1eb30 +size 286720 diff --git a/datasets/582271.tar b/datasets/582271.tar new file mode 100644 index 0000000000000000000000000000000000000000..e77713a25904203ca6b42a2629dbb9440e7ab7d5 --- /dev/null +++ b/datasets/582271.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:804d07e236bb98a83422b7ba64371289e8de3e6a34cdacbd4eee26353a0cef47 +size 59914240 diff --git a/datasets/582312.tar b/datasets/582312.tar new file mode 100644 index 0000000000000000000000000000000000000000..4bdab3d33de464cedb85aeabfdf02c2ca3d0e4ab --- /dev/null +++ b/datasets/582312.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5283d3b5e985bba8148d40d00c1fcbbeb0df4b99431c7fba24f526f4e925fa0 +size 90429440 diff --git a/datasets/582528.tar b/datasets/582528.tar new file mode 100644 index 0000000000000000000000000000000000000000..af2bc88d9e49696093d095ee2a4d0f94bd49642c --- /dev/null +++ b/datasets/582528.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:565d100603e03501e9789122bf4057a78fc8b7a0d390e64332fdec250ae02bac +size 2181120 diff --git a/datasets/582643.tar b/datasets/582643.tar new file mode 100644 index 0000000000000000000000000000000000000000..e093901f0c8079f9199b1ea45127d1b03d500330 --- /dev/null +++ b/datasets/582643.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82a948770b0bf9de0d915243ed4b78c106837b0cb06f0baa3899f57137f007cf +size 1638400 diff --git a/datasets/582687.tar b/datasets/582687.tar new file mode 100644 index 0000000000000000000000000000000000000000..6420e68dd9535f8bdd2763eddebcee094624580e --- /dev/null +++ b/datasets/582687.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:759def43db1d8508f0a00b9ffd7bd3cac9a74fefa78c80f68c3cdd4a31e18130 +size 20285440 diff --git a/datasets/582806.tar b/datasets/582806.tar new file mode 100644 index 0000000000000000000000000000000000000000..703447de676ad4171e3a02ba0352989e5dd969ba --- /dev/null +++ b/datasets/582806.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de945a02299612a3bfb532905a8bf376e344652a0f21bb3a87ea2204ec44de1 +size 2969600 diff --git a/datasets/582878.tar b/datasets/582878.tar new file mode 100644 index 0000000000000000000000000000000000000000..d31f4bff10c327480fc476b53fc98723635eb763 --- /dev/null +++ b/datasets/582878.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a966b8d05019d2a110e96ff4054d5e71734f58b74a591c1cee7707c77610f08f +size 1228800 diff --git a/datasets/582923.tar b/datasets/582923.tar new file mode 100644 index 0000000000000000000000000000000000000000..de197e57bdc22a9959b549247a588c09f1394bdb --- /dev/null +++ b/datasets/582923.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22dab3e659d41613e7058011ce1aaf678390e937c5d89aeef096699337023a43 +size 2969600 diff --git a/datasets/583177.tar b/datasets/583177.tar new file mode 100644 index 0000000000000000000000000000000000000000..ff96d54c9ec11bb29839c4e58f5b3252c370e59e --- /dev/null +++ b/datasets/583177.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3ebb0a569d53b1cbe4023f8341f637fa1f9e69a9043b894c923f43dfad7acdf +size 2017280 diff --git a/datasets/583218.tar b/datasets/583218.tar new file mode 100644 index 0000000000000000000000000000000000000000..9a89ac2c98e19b51b395f7cd8807901e8d336e8f --- /dev/null +++ b/datasets/583218.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ba0ee9235dca03a901bc642ff27bf229b50f969df6ff4767b1c686ec0f68ed +size 53288960 diff --git a/datasets/583364.tar b/datasets/583364.tar new file mode 100644 index 0000000000000000000000000000000000000000..6a33323389442a5c845e1bc3594a0f552bef899e --- /dev/null +++ b/datasets/583364.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f545afdbdc718e023018ae7bbb9b6cda3af37308027758b9484f487eeb12e8e6 +size 23255040 diff --git a/datasets/58343.tar b/datasets/58343.tar new file mode 100644 index 0000000000000000000000000000000000000000..4253b99f1e1e0dabfee7177f23cce6f4727b8a73 --- /dev/null +++ b/datasets/58343.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46ce09e64375a5ec4deec7c920b94e5bfa50ef68400890c76e154c97f77ee3e7 +size 6133760 diff --git a/datasets/583486.tar b/datasets/583486.tar new file mode 100644 index 0000000000000000000000000000000000000000..3267e97e2c8dcfaafddcb8f20a3b392d130bf515 --- /dev/null +++ b/datasets/583486.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f104aef5b6bc01360997fa67b1c9efb3155ccfa3a9a4f73526ff79d31a5e63e5 +size 798720 diff --git a/datasets/583502.tar b/datasets/583502.tar new file mode 100644 index 0000000000000000000000000000000000000000..84bfb3d62b34019dd20bd2c918da06de543c3ea0 --- /dev/null +++ b/datasets/583502.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3991886bca5deffd58d1b58bf63f54cec27e64e28e93ccc03e896bf8e90b9b0 +size 102881280 diff --git a/datasets/583544.tar b/datasets/583544.tar new file mode 100644 index 0000000000000000000000000000000000000000..48ddeb6a373c270b20903ed2efaa32ff86490e73 --- /dev/null +++ b/datasets/583544.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1709f2d448136479c5314e7f3a337025e3ca20bb3ea0a21668bf13d544f6af8 +size 1382400 diff --git a/datasets/583597.tar b/datasets/583597.tar new file mode 100644 index 0000000000000000000000000000000000000000..daf6728dfe69d69edbf0db0fc2d16e6ae168c60c --- /dev/null +++ b/datasets/583597.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc58397ac4425771b6700be0e60096bca8c477f763b3ed5f4bb619283b51049 +size 15831040 diff --git a/datasets/583606.tar b/datasets/583606.tar new file mode 100644 index 0000000000000000000000000000000000000000..e0b43005965b94c8b2d226a7fc40e1a78b75abb0 --- /dev/null +++ b/datasets/583606.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0eda26750873d893864b82ab28a01fef74dcfe7216e4bcc2a846f4905cb54a5 +size 50083840 diff --git a/datasets/583607.tar b/datasets/583607.tar new file mode 100644 index 0000000000000000000000000000000000000000..fc4b984b3d9d60c9738f837a1c3dd353cd704db4 --- /dev/null +++ b/datasets/583607.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd920846076773720eb0faf0381eeeb09ae84feba3a0fbca340fe9841d0ed1be +size 6359040 diff --git a/datasets/583666.tar b/datasets/583666.tar new file mode 100644 index 0000000000000000000000000000000000000000..a236826c0023f2afff9d94efb18655ed00584fc2 --- /dev/null +++ b/datasets/583666.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a69617b26d9dc62628005e24cbdd73f111138ed23563dca31b60017f6e4fb267 +size 14786560 diff --git a/datasets/583682.tar b/datasets/583682.tar new file mode 100644 index 0000000000000000000000000000000000000000..865041efa8605a1244ae3d3e7407b00c56613641 --- /dev/null +++ b/datasets/583682.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cda28e23c341d6b1032d93bae59bc2ab58775834e815cb201fc38c85f11ad399 +size 13475840 diff --git a/datasets/583732.tar b/datasets/583732.tar new file mode 100644 index 0000000000000000000000000000000000000000..f1c3ef971a4f3e1fb79296191d56da38a6221bb1 --- /dev/null +++ b/datasets/583732.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8818143f823633862470a58f9e26f15332e365f1691fa302f6ded31d48f236d3 +size 4055040 diff --git a/datasets/584168.tar b/datasets/584168.tar new file mode 100644 index 0000000000000000000000000000000000000000..a0e8f60787d560cd5e3b8b5b71f02821c6673c5f --- /dev/null +++ b/datasets/584168.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34630e19a6ee279595b715ab77315f7813bcc41989162d92b6a337f15b3f1eaf +size 155156480 diff --git a/datasets/584174.tar b/datasets/584174.tar new file mode 100644 index 0000000000000000000000000000000000000000..1f012865a7368e8f7f876b6ee9760eeec1736cd8 --- /dev/null +++ b/datasets/584174.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b450f5c82e13d9ba93499a832f5ede0892b92658acae16626bde215b8182ca5 +size 10076160 diff --git a/datasets/584249.tar b/datasets/584249.tar new file mode 100644 index 0000000000000000000000000000000000000000..aa2d70967d5fab27f102c975f36436af73a037d9 --- /dev/null +++ b/datasets/584249.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82791a3c1c82b06a62a6409f87d92d7e8c4280e6cf69fad3b67de031cf40ee1b +size 8990720 diff --git a/datasets/584286.tar b/datasets/584286.tar new file mode 100644 index 0000000000000000000000000000000000000000..0355d66a0c8c7babaee9b340b8773065c2e5dcdd --- /dev/null +++ b/datasets/584286.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a38569dbaa7b0a687e8c7758d120e09ba8f53f3b15fac60b3356a417402167c +size 16117760 diff --git a/datasets/584403.tar b/datasets/584403.tar new file mode 100644 index 0000000000000000000000000000000000000000..3fdb47bea603fb26a7b8c4b8f49e0405ea82f2b3 --- /dev/null +++ b/datasets/584403.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db7019a4e1139134f7500fe6e1e29c0fe9eda1f1fb60a62eac53e9bfd3788dbe +size 151234560 diff --git a/datasets/584441.tar b/datasets/584441.tar new file mode 100644 index 0000000000000000000000000000000000000000..d812c8bd58174be0b4fcac895feabbd5f95fc05e --- /dev/null +++ b/datasets/584441.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11e893d25f913799176482be954fd4eb8338c4bd12145abdcbb2ae4a5b4b884 +size 7680000 diff --git a/datasets/584544.tar b/datasets/584544.tar new file mode 100644 index 0000000000000000000000000000000000000000..c61b18e8cb6a03dc80bf3d9c038eb4de71be0075 --- /dev/null +++ b/datasets/584544.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb15a61117c1333186749d4dca95a689f10a6df43d1898a7cb75c71e38cf9d2 +size 70830080 diff --git a/datasets/584774.tar b/datasets/584774.tar new file mode 100644 index 0000000000000000000000000000000000000000..08ad263a1624fab5e8659765111c39594b8539af --- /dev/null +++ b/datasets/584774.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31adbe1265dece517b2b0586b7309931df1a0006625a534fe79f1f560ea68d5c +size 59217920 diff --git a/datasets/584869.tar b/datasets/584869.tar new file mode 100644 index 0000000000000000000000000000000000000000..fba0f04dab6c04ceb476aef3ba8229bf0c9cdb03 --- /dev/null +++ b/datasets/584869.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6531e6f88a08b4a5b6b4266fe9824e3467282a9d314e2a551a0f9dc5bf5b002 +size 64972800 diff --git a/datasets/584892.tar b/datasets/584892.tar new file mode 100644 index 0000000000000000000000000000000000000000..7877c510447eaac40c494092fa8901eb6c1ae254 --- /dev/null +++ b/datasets/584892.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d12d9c6e385464a028129739c98b47171c9470c33bd00b72b147c5bb2bd6a7 +size 57036800 diff --git a/datasets/584955.tar b/datasets/584955.tar new file mode 100644 index 0000000000000000000000000000000000000000..35f9f69e8301ee780fff998ab423970e9b22b9a3 --- /dev/null +++ b/datasets/584955.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:339a4d5612c3ddb198fb4afadc1919bce82a7df8c22ac86b497d35ceb04bfc67 +size 11038720 diff --git a/datasets/584979.tar b/datasets/584979.tar new file mode 100644 index 0000000000000000000000000000000000000000..a9a85378e50437bd19786946e1fe279b823bef16 --- /dev/null +++ b/datasets/584979.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1b5c4932b9ee195c07c44f08ab83d4c8931906e022f48fd6720536b93a80e0 +size 38983680 diff --git a/datasets/585075.tar b/datasets/585075.tar new file mode 100644 index 0000000000000000000000000000000000000000..f5d004790c18edd693e4ad9114abe9b33ee84eca --- /dev/null +++ b/datasets/585075.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:922834c85cc4b86b47ae92d51ed511fe8349357fa6af9c433bb1524bb753d3f5 +size 10240 diff --git a/datasets/585136.tar b/datasets/585136.tar new file mode 100644 index 0000000000000000000000000000000000000000..cdd2bf2ba5bef2313105257ce1dd9c567de6c6b3 --- /dev/null +++ b/datasets/585136.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f4d1858ee54b7f47d4d4b662b86ab0702092204ae48fd6530c6ab1be3fdf03 +size 419840 diff --git a/datasets/585207.tar b/datasets/585207.tar new file mode 100644 index 0000000000000000000000000000000000000000..0ff590e021712c32ff002e7c5a693dc7cb40bf38 --- /dev/null +++ b/datasets/585207.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68690baed25d1139f305447dfc86b0946e46a01d36e5440e510d7e962b79842a +size 2007040 diff --git a/datasets/585494.tar b/datasets/585494.tar new file mode 100644 index 0000000000000000000000000000000000000000..d6c17e3276b5021879ccf460551a8adf6675d7a1 --- /dev/null +++ b/datasets/585494.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f188bbe67b32ce1b9bb2404e9d975b807217f7051dbadad721c77942218114 +size 39782400 diff --git a/datasets/585514.tar b/datasets/585514.tar new file mode 100644 index 0000000000000000000000000000000000000000..7f9a916125f8eb864847bf05f64cf98303d2d4a4 --- /dev/null +++ b/datasets/585514.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb81a3b49e779fed7d402c9551477efba4afc7599828735854676e3ad4b431c +size 11366400 diff --git a/datasets/585576.tar b/datasets/585576.tar new file mode 100644 index 0000000000000000000000000000000000000000..2f8f1325cdef9363fc4070d59c7f9761f8770c66 --- /dev/null +++ b/datasets/585576.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc12ae08957c04228671c6808c09bdb77b094aa3f9324f7ff91cefdd6a8d923 +size 1884160 diff --git a/datasets/585738.tar b/datasets/585738.tar new file mode 100644 index 0000000000000000000000000000000000000000..5eab6186575bd15ecb574660d527a4403bc5e0a2 --- /dev/null +++ b/datasets/585738.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fefd6b0c3e443694f84c38628e72dd7f8497a0da8d65e982c2111565d96a0b6 +size 1966080 diff --git a/datasets/585833.tar b/datasets/585833.tar new file mode 100644 index 0000000000000000000000000000000000000000..f320a768e2d750bf20e3cf99a1470f92793c4a8a --- /dev/null +++ b/datasets/585833.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511a6c13379f3ce5b21463a87dd02da3880182e304f05df97a793140ae38ec93 +size 1771520 diff --git a/datasets/586367.tar b/datasets/586367.tar new file mode 100644 index 0000000000000000000000000000000000000000..a2aed69a7ba76b725cffd2c85a697ec4d2de5bcb --- /dev/null +++ b/datasets/586367.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03fbeac98f522dfb9c1e35708ece93dacaef2c64a0cb3f84c5e8e399952ac3d4 +size 890880 diff --git a/datasets/586436.tar b/datasets/586436.tar new file mode 100644 index 0000000000000000000000000000000000000000..1233e0d13c1838fad13c1f737dff5667f79ad847 --- /dev/null +++ b/datasets/586436.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e3d4760d4d9b2be95b09c0b44f4c04f58f80045fa4cf66bfcd30c506dab1c8 +size 27586560 diff --git a/datasets/586496.tar b/datasets/586496.tar new file mode 100644 index 0000000000000000000000000000000000000000..dd94aaaf5d7b853cc12c6b2a1db098a962d8c4b3 --- /dev/null +++ b/datasets/586496.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71089431d175f251d7ba61b489bc9f30130631b212a82b92667d1bc673d1a8c3 +size 16793600 diff --git a/datasets/586499.tar b/datasets/586499.tar new file mode 100644 index 0000000000000000000000000000000000000000..f163c2ce99a856fc8bee71696f52ddf7ede1fc07 --- /dev/null +++ b/datasets/586499.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0651c9fb5ff230eecbf10a3b1095007a337405bc514f884513b813cac62af69b +size 2662400 diff --git a/datasets/58653.tar b/datasets/58653.tar new file mode 100644 index 0000000000000000000000000000000000000000..658fbdea98ebc8fd31121b6733a5107df380c334 --- /dev/null +++ b/datasets/58653.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab118e6e581673696bc22e2a29a1cc327afd1e7636e1c33869b4283c431bf393 +size 5980160 diff --git a/datasets/586882.tar b/datasets/586882.tar new file mode 100644 index 0000000000000000000000000000000000000000..ae6168b2a4d502e0aec60dde9ceb8cf0041ffb81 --- /dev/null +++ b/datasets/586882.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb2af32782944ca478bb7b1659fd57d96a1cf2c1ac8ff50cc54758792d3dcb3 +size 62515200 diff --git a/datasets/586920.tar b/datasets/586920.tar new file mode 100644 index 0000000000000000000000000000000000000000..a667391ba536e5ae304f5e7fcaddce281c256a4d --- /dev/null +++ b/datasets/586920.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3cbc8d98a72b44e0af76b925ab35a7aba47a2627c3c5d0e31b22d730110781a +size 5621760 diff --git a/datasets/586933.tar b/datasets/586933.tar new file mode 100644 index 0000000000000000000000000000000000000000..560fea41723bd8d7899e59c4b9e3cf838be25b8e --- /dev/null +++ b/datasets/586933.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e567af972f85b9774785d48f5e4000b5cbd688aed033ebdf7aca9da086e552bb +size 24258560 diff --git a/datasets/586970.tar b/datasets/586970.tar new file mode 100644 index 0000000000000000000000000000000000000000..be479a23a87a9a13574264d311d378390b5f0c21 --- /dev/null +++ b/datasets/586970.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:693adb9cb8432285cb1138f77f06258d49ffe05fe0674b2c8265c8b8af193d3c +size 12001280 diff --git a/datasets/587231.tar b/datasets/587231.tar new file mode 100644 index 0000000000000000000000000000000000000000..bfb3a8757b12ba2cfaa25532688c1d59bb9bd467 --- /dev/null +++ b/datasets/587231.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91f87c38de15c7bc775a539a42baf55212338c9e180b64d6185eccf9233a1085 +size 2099200 diff --git a/datasets/587269.tar b/datasets/587269.tar new file mode 100644 index 0000000000000000000000000000000000000000..a2edf46419e3d8ca0c779a0e7709378ef2722fbe --- /dev/null +++ b/datasets/587269.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f868f99048f3234bc27281e1aad72e1b68f52ea7cb73c20c577ebaadeeca33b0 +size 362956800 diff --git a/datasets/587333.tar b/datasets/587333.tar new file mode 100644 index 0000000000000000000000000000000000000000..784ca2317e36ebca71366139315eb051a8c25b88 --- /dev/null +++ b/datasets/587333.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150c10384e2841e300d6af236ed126dae51ba07594f091cc01ab4886cb33fd45 +size 2068480 diff --git a/datasets/587339.tar b/datasets/587339.tar new file mode 100644 index 0000000000000000000000000000000000000000..c28c35659978e326a42987b62bfb75ae8f798a1d --- /dev/null +++ b/datasets/587339.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce4b40cc3f614d2401fbc5ea9abb0c976896416f8ecb410bd146a6a4d71b350d +size 143032320 diff --git a/datasets/587363.tar b/datasets/587363.tar new file mode 100644 index 0000000000000000000000000000000000000000..5811b2b15eb2a494e569bf87144963a7e1c6ddd0 --- /dev/null +++ b/datasets/587363.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b068b2f73be72c1312a79b2777e5773be44ac97fe96787210e975ff6f73edc4 +size 28620800 diff --git a/datasets/587428.tar b/datasets/587428.tar new file mode 100644 index 0000000000000000000000000000000000000000..04a1d2b2e786c28f92325113e088a8f9bf6178af --- /dev/null +++ b/datasets/587428.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8551bcc433d98fd69cd47a6119a08ad1de08a644800361509ada654ad15b9956 +size 2068480 diff --git a/datasets/587480.tar b/datasets/587480.tar new file mode 100644 index 0000000000000000000000000000000000000000..9f4c8851bdb7b7a300df2c133404a47fd55847d2 --- /dev/null +++ b/datasets/587480.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79270b1c8e4a6927dea7a9defded86018145c9e03070513b29eb4dbfcd86d430 +size 2150400 diff --git a/datasets/587486.tar b/datasets/587486.tar new file mode 100644 index 0000000000000000000000000000000000000000..1268a1637d2662cc9939b22640fd3c580e5a96b7 --- /dev/null +++ b/datasets/587486.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a005bb1f9b7f93a4e62355ab07fbbf0f34e7d2552caf9cded48cbbfff25dd5aa +size 28119040 diff --git a/datasets/587543.tar b/datasets/587543.tar new file mode 100644 index 0000000000000000000000000000000000000000..914395d902db7fccb3fc038f40cee663dd8738ac --- /dev/null +++ b/datasets/587543.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c17d63b8591b8715c74037587b1769646a25af4f490c347ac9bce33208fe80 +size 2437120 diff --git a/datasets/587662.tar b/datasets/587662.tar new file mode 100644 index 0000000000000000000000000000000000000000..03f16a9e997e00673e3e1b17aa1a7e1dac612c1b --- /dev/null +++ b/datasets/587662.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6106ab6a6b73485b42182f531d5a141a5a642313b0ac7b66c96c5903a6bfe4 +size 33167360 diff --git a/datasets/587739.tar b/datasets/587739.tar new file mode 100644 index 0000000000000000000000000000000000000000..6301ee2bbdb9b7e1fae1ac149aedfa0b4341d845 --- /dev/null +++ b/datasets/587739.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23401f6c929a8ee7bbec9b1f9919d8aa2f021b13df5d248b43edefd9289dcb2d +size 31764480 diff --git a/datasets/587769.tar b/datasets/587769.tar new file mode 100644 index 0000000000000000000000000000000000000000..334bd661dcef521ab1e4b362b28e2e8e57828ceb --- /dev/null +++ b/datasets/587769.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cdfd4ffa0295a7eda0b9b17cac7d9905829b6d6ce772e7873cc6282ea7de61b +size 14366720 diff --git a/datasets/588000.tar b/datasets/588000.tar new file mode 100644 index 0000000000000000000000000000000000000000..60d10f1abd4b9479221c9a3648ffe55a89ae8ad3 --- /dev/null +++ b/datasets/588000.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5561969c21d68870ac21a3257dbdeed9549947233f07064cec24d13f537dbe1 +size 2273280 diff --git a/datasets/588203.tar b/datasets/588203.tar new file mode 100644 index 0000000000000000000000000000000000000000..339a9a3de2094b158bdbe79e7946fead7e13ffcf --- /dev/null +++ b/datasets/588203.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0c930d9338a43a6046d24f9392426ca68f77e7fc512e6a6e9b92c7254b2882 +size 9093120 diff --git a/datasets/588391.tar b/datasets/588391.tar new file mode 100644 index 0000000000000000000000000000000000000000..1cd8932f8c42167709c6f3361caf990f954ba88f --- /dev/null +++ b/datasets/588391.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c01da86cc8973e1a6dadece20ea9960860c0039f45c5b92ca8f3927c2bf476 +size 4587520 diff --git a/datasets/588420.tar b/datasets/588420.tar new file mode 100644 index 0000000000000000000000000000000000000000..a5a1e6e573a94653c5299604d1bd2cb3c1ee4d56 --- /dev/null +++ b/datasets/588420.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328ee3d9a8d17eac024170bcc1b41ea786fd45d0fc74bcff09d1a77ec598a80b +size 993280 diff --git a/datasets/588511.tar b/datasets/588511.tar new file mode 100644 index 0000000000000000000000000000000000000000..f259a2f38b7e5d461773c5b6511450762ad370cd --- /dev/null +++ b/datasets/588511.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187d75d8156698ee79f50e10e466538a16c9a59b667dd358f14198dda4a933f4 +size 225280 diff --git a/datasets/588609.tar b/datasets/588609.tar new file mode 100644 index 0000000000000000000000000000000000000000..cdaf3a1d7ac96f6e9616b091285f34ce9d38d81a --- /dev/null +++ b/datasets/588609.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf60bdf49f91a64afc8bf1aa31c28e53615f3593d70fac24dd9d45b73221ff4 +size 16732160 diff --git a/datasets/588625.tar b/datasets/588625.tar new file mode 100644 index 0000000000000000000000000000000000000000..cf241311953e4f5ef8f419abc6cc02c85593bdfb --- /dev/null +++ b/datasets/588625.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b04485d9ada82b8295b6a9dcdf69170693d4eb7c6fb5087f184d4b5a0b6164 +size 1976320 diff --git a/datasets/588699.tar b/datasets/588699.tar new file mode 100644 index 0000000000000000000000000000000000000000..89e44330f86089bfabd1ded2f2bc81ff21363561 --- /dev/null +++ b/datasets/588699.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b85c912bf4c5dbe7019eb86c7e67b02d15d1b8cde4db374f756c8c5aad73ce0d +size 183859200 diff --git a/datasets/588720.tar b/datasets/588720.tar new file mode 100644 index 0000000000000000000000000000000000000000..893a6c06aa49bac81630e781f2bbe5c98b746529 --- /dev/null +++ b/datasets/588720.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1783efd423a0265f063b14f0cea89cd0292f493528195e22bf3ad039289d4c6c +size 2191360 diff --git a/datasets/588870.tar b/datasets/588870.tar new file mode 100644 index 0000000000000000000000000000000000000000..6ada7afeee3574d3c3dc4f7be2cf54ec98051fe4 --- /dev/null +++ b/datasets/588870.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a5dc2c948809aa7ce1cb3617a517cf4c75f68801cffe1b853d5ffd59d52095 +size 4341760 diff --git a/datasets/588944.tar b/datasets/588944.tar new file mode 100644 index 0000000000000000000000000000000000000000..d9b00f40bacd2e0be6c1baf02a706e80bcb93443 --- /dev/null +++ b/datasets/588944.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:043ba13e054575d2c1f63606f80f7ff5cc96ffe66383dae66af415e553c20b70 +size 1904640 diff --git a/datasets/589221.tar b/datasets/589221.tar new file mode 100644 index 0000000000000000000000000000000000000000..9acfe6310599331938f8c1d88a9aa613c0cf02b0 --- /dev/null +++ b/datasets/589221.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7c947863e7dfbe2c5ee7e762746801cadf1970f910bd4cba5fb272650d709b +size 7792640 diff --git a/datasets/589380.tar b/datasets/589380.tar new file mode 100644 index 0000000000000000000000000000000000000000..886aab9cbc67bd462b2bfbb457041eb82f0800b7 --- /dev/null +++ b/datasets/589380.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9543f6435765d80ac1878fb640111f32cdf330654060ed45accb56ae40bdcb47 +size 9328640 diff --git a/datasets/589398.tar b/datasets/589398.tar new file mode 100644 index 0000000000000000000000000000000000000000..5f1fb3283dc1edbb7f42c64d3fab585543fceeaf --- /dev/null +++ b/datasets/589398.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad60554ad9d3de3c3004e812241ce05067abec0acf60faf8f91d80fb6af8f7b1 +size 17745920 diff --git a/datasets/589450.tar b/datasets/589450.tar new file mode 100644 index 0000000000000000000000000000000000000000..f2ced9d3fe5181039164750016f709aada8cd927 --- /dev/null +++ b/datasets/589450.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1053d6151f0922399fd8c498f2d074c235705656969e859aeebb171012054b1d +size 41646080 diff --git a/datasets/589476.tar b/datasets/589476.tar new file mode 100644 index 0000000000000000000000000000000000000000..1d0bffe712fbb5473887351e09eafdf14d473215 --- /dev/null +++ b/datasets/589476.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce55c74683bd1a4fda35e5b2f8c90c5e59d64e72927a3a34693302e697c06472 +size 14735360 diff --git a/datasets/589484.tar b/datasets/589484.tar new file mode 100644 index 0000000000000000000000000000000000000000..2aeab5d5193f5d458ca4c7865c26faf0929d99c2 --- /dev/null +++ b/datasets/589484.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71be6821336fec7681132217d7f0252d5ef77e08f309adf7c4f476ce496974ab +size 1669120 diff --git a/datasets/589495.tar b/datasets/589495.tar new file mode 100644 index 0000000000000000000000000000000000000000..2902472fe75657057eaa570ae40fe63bf3c70b62 --- /dev/null +++ b/datasets/589495.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61b878d7d3dc95c84b4dea58c1954ab7c632880221040e07ab254487eeed1a3f +size 18165760 diff --git a/datasets/589712.tar b/datasets/589712.tar new file mode 100644 index 0000000000000000000000000000000000000000..5604f707c90e9107f850a599f7541e4cccd25b72 --- /dev/null +++ b/datasets/589712.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c9e9f0260d71f83da89996726020dd8a79e80c3af4fbcaefcb94054c2c22d6 +size 890880 diff --git a/datasets/589735.tar b/datasets/589735.tar new file mode 100644 index 0000000000000000000000000000000000000000..53082fbfb3f3dce044fc515a01c979dd3a42fe2e --- /dev/null +++ b/datasets/589735.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb6e870f82755cb37128de9cf850fe1dfe457265ddaef1b761b6b8626931e727 +size 2908160 diff --git a/datasets/589836.tar b/datasets/589836.tar new file mode 100644 index 0000000000000000000000000000000000000000..25c91cb498d0f06ed1d919d5fd3783a1b4df2cb0 --- /dev/null +++ b/datasets/589836.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a0f253cc6c55f97dc8d52f0c7ed916b0511906f9b5f3a4a0ed51dd9a387ddc5 +size 686080 diff --git a/datasets/589892.tar b/datasets/589892.tar new file mode 100644 index 0000000000000000000000000000000000000000..4583880d41c21e6179756fe5788cc3648d13b84a --- /dev/null +++ b/datasets/589892.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:266a192066ce866a45662416d9aa8f31376433344aabc0c2b602e559543a8d95 +size 1945600 diff --git a/datasets/589966.tar b/datasets/589966.tar new file mode 100644 index 0000000000000000000000000000000000000000..62bee50926dc6644ce3eef091899e25cda6d888d --- /dev/null +++ b/datasets/589966.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e57809a03a2c6cec6523fdd6df8d165caeb88a3b342d5f4920c9c7087aa63a7 +size 11694080 diff --git a/datasets/589977.tar b/datasets/589977.tar new file mode 100644 index 0000000000000000000000000000000000000000..8219d8abdc5ddfd42260a6681f4f2cce0a589954 --- /dev/null +++ b/datasets/589977.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43cbd2f5101696cdc78cbe2f60ee3d1b8d82eeba9c08c4f5b398f98b5f9366d4 +size 43898880 diff --git a/datasets/589991.tar b/datasets/589991.tar new file mode 100644 index 0000000000000000000000000000000000000000..edaf6fe5e0b985ec3a527f01a5084f04b1971b0a --- /dev/null +++ b/datasets/589991.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5bef21b05095a2d75642f571bd7e1c7a35ff1abd44b6809cf7e5f42e79f05f4 +size 1996800 diff --git a/datasets/590024.tar b/datasets/590024.tar new file mode 100644 index 0000000000000000000000000000000000000000..ed8e3f5d4d98609006ed46e7441d0fede1216230 --- /dev/null +++ b/datasets/590024.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d69f9ff5a07690bc870dd121cc40164689cdceffe0a2dfc460ea7347f7dcc02 +size 25108480 diff --git a/datasets/590029.tar b/datasets/590029.tar new file mode 100644 index 0000000000000000000000000000000000000000..6c4b7e2730e83b1d0d57189528da9430b237d87b --- /dev/null +++ b/datasets/590029.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4a9878694b4feb3fa0fbc5fbe4715a12381b066b8c4ca251867607d2d360a6 +size 31385600 diff --git a/datasets/590098.tar b/datasets/590098.tar new file mode 100644 index 0000000000000000000000000000000000000000..9af618d91c8d8d26f425f2fe7507b7e083309bab --- /dev/null +++ b/datasets/590098.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09632835f561ed0fba69742b3bd4d564ecdbcb494507d70d99125ae11bb3d2f6 +size 1853440 diff --git a/datasets/590154.tar b/datasets/590154.tar new file mode 100644 index 0000000000000000000000000000000000000000..967694ffb90795ba8be2ccaf5ba839a2d7f91bf2 --- /dev/null +++ b/datasets/590154.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca2aa046efc948a4457631a2e8ecfafb383d1fc3a565ed2c637c2dd379bf3539 +size 2088960 diff --git a/datasets/590233.tar b/datasets/590233.tar new file mode 100644 index 0000000000000000000000000000000000000000..375c8905fcd4cbee37e906b179d9613b80db3d7d --- /dev/null +++ b/datasets/590233.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf64e3c6e2824996102a690a2dd3f3b6ca7f0f93a12d480e8eb94865e107cd74 +size 2099200 diff --git a/datasets/590407.tar b/datasets/590407.tar new file mode 100644 index 0000000000000000000000000000000000000000..fc787a686836820adea8bd9dc55d26ac87b49e83 --- /dev/null +++ b/datasets/590407.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de449dd7e87e7d027741c4445c6f876c7d10d0c852b18737230dd61aac6decbb +size 22620160 diff --git a/datasets/590434.tar b/datasets/590434.tar new file mode 100644 index 0000000000000000000000000000000000000000..fd2206c2fd3bdfcbccbc4c91f201b2da3fb21b4c --- /dev/null +++ b/datasets/590434.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e8db09857eb8707a13e59810af34094e4a6e83656d51e2d1be394840ffff1dc +size 28303360 diff --git a/datasets/590470.tar b/datasets/590470.tar new file mode 100644 index 0000000000000000000000000000000000000000..1380c6d1978664aa5d0f1db500151348c4ff6eb7 --- /dev/null +++ b/datasets/590470.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d0e03150efc61244d70d51e425d2e76c27808bc8c63f18de711848740d93da +size 1638400 diff --git a/datasets/590618.tar b/datasets/590618.tar new file mode 100644 index 0000000000000000000000000000000000000000..0228594fd1b10af5e33d5cd65e672a0b260cc65b --- /dev/null +++ b/datasets/590618.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ceb5cf152f225ac4150a8b307fcd2e3f1a81d3249d618487cf00423b5875c3 +size 20551680 diff --git a/datasets/590916.tar b/datasets/590916.tar new file mode 100644 index 0000000000000000000000000000000000000000..a79bcfa00978f388ce27972f6cbd02bed036a857 --- /dev/null +++ b/datasets/590916.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b19a7596627a2098d58ec3451ffe6211b17f8c513b8d75532b7879118ab497 +size 4218880 diff --git a/datasets/591005.tar b/datasets/591005.tar new file mode 100644 index 0000000000000000000000000000000000000000..26fc16dc5307cdc647621a370a4eba7606115e36 --- /dev/null +++ b/datasets/591005.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1aa05d08d4f96667c67bfe9ab4745706a06cb685f9dfe560baf29fac74c7aae +size 177080320 diff --git a/datasets/591077.tar b/datasets/591077.tar new file mode 100644 index 0000000000000000000000000000000000000000..c950b79d33ebbb4ee55960cc528aeec32d84e7d0 --- /dev/null +++ b/datasets/591077.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58aa69c8c7c2eab84ced4cc91abfeb9f4de71dd471c987b3c87bec6a98ae4d27 +size 31508480 diff --git a/datasets/591078.tar b/datasets/591078.tar new file mode 100644 index 0000000000000000000000000000000000000000..39298d85e1f6b000db1accda794417eba71b12be --- /dev/null +++ b/datasets/591078.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e798208bcd84bddcf1f32abaadcada70a644c5102ec49ec65e8d57b784fd1434 +size 22005760 diff --git a/datasets/591108.tar b/datasets/591108.tar new file mode 100644 index 0000000000000000000000000000000000000000..14d6ba0a9d4d20bb44db36c7271e9fd0e73a1a21 --- /dev/null +++ b/datasets/591108.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dd3421024a7ae7fd003918fa69121220b5b37d386021828e98d70ae94b438ad +size 2140160 diff --git a/datasets/591178.tar b/datasets/591178.tar new file mode 100644 index 0000000000000000000000000000000000000000..253ee0b03b52a2c5a025574a260cdaa6623083de --- /dev/null +++ b/datasets/591178.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde3764081e2e497144c50214d1f0ffadaf2e914dd71ebdf1327fcb6df10426e +size 2805760 diff --git a/datasets/591232.tar b/datasets/591232.tar new file mode 100644 index 0000000000000000000000000000000000000000..4ae89ab0bb2ade5eb028f8bed67e1bbb961f4530 --- /dev/null +++ b/datasets/591232.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c9d1588d66b0f2a9c77205b65a16ac05bbe1f37bc6b354ffe9d246583165c75 +size 1914880 diff --git a/datasets/591276.tar b/datasets/591276.tar new file mode 100644 index 0000000000000000000000000000000000000000..d8a6ffb1a08dd2f03580818145fbae77b7eefe64 --- /dev/null +++ b/datasets/591276.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd9623f11ad88ac0b34e30af10960ee634a67df453caf8bf3496fe00c755d05b +size 15298560 diff --git a/datasets/591321.tar b/datasets/591321.tar new file mode 100644 index 0000000000000000000000000000000000000000..291367d989834b8f007ad48882a271838f80f8fa --- /dev/null +++ b/datasets/591321.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c79ddf81db33cf4fadccda9757c2a856e8fe78ab3842132602d0517229c54d +size 31313920 diff --git a/datasets/591333.tar b/datasets/591333.tar new file mode 100644 index 0000000000000000000000000000000000000000..056ed0635ee4d5c41fb547f408050bce33064b26 --- /dev/null +++ b/datasets/591333.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11de571e869571cdb8fa3d05b90efaf5cd36885d30076949fe1def41938ad8b6 +size 1873920 diff --git a/datasets/591400.tar b/datasets/591400.tar new file mode 100644 index 0000000000000000000000000000000000000000..ecf2ba67e434d1a99500118cc7fa43b38e1e64a4 --- /dev/null +++ b/datasets/591400.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529beaf4eebb99b8fa5f1351910f99e352fb70a403290d7c5af8bd35adf4f959 +size 51200 diff --git a/datasets/591539.tar b/datasets/591539.tar new file mode 100644 index 0000000000000000000000000000000000000000..9ffc1be3cb13301e5d7b10cc76659f7dd870e1f6 --- /dev/null +++ b/datasets/591539.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad70d167054227d9e330cb3773ef5bb13926b5a7d5503d55d61f51b8dd6d47b6 +size 2355200 diff --git a/datasets/591682.tar b/datasets/591682.tar new file mode 100644 index 0000000000000000000000000000000000000000..8cd4090d1723555355fad32bc19d61ed9a62c6d5 --- /dev/null +++ b/datasets/591682.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae591451c0cca0b63173d8f7a24b90018c4ae5ce6055f0819115167b1c58f51 +size 634880 diff --git a/datasets/591833.tar b/datasets/591833.tar new file mode 100644 index 0000000000000000000000000000000000000000..d9c8b4b2cca9912030375fe0bea8a277ecddd5e7 --- /dev/null +++ b/datasets/591833.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9355db834478a20423cf624dae61b7ab161d123121e0397b73e56c5e358ef74 +size 3502080 diff --git a/datasets/591851.tar b/datasets/591851.tar new file mode 100644 index 0000000000000000000000000000000000000000..953634f38d900578967a4d47d43fa0332be191b2 --- /dev/null +++ b/datasets/591851.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:656e395d3b1fc331e5ef67081680aec66e5dd123c1859d50356692f224c0f888 +size 102400 diff --git a/datasets/591882.tar b/datasets/591882.tar new file mode 100644 index 0000000000000000000000000000000000000000..3e38ea93e89d10de673fa2e7ce6120d3329626cd --- /dev/null +++ b/datasets/591882.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca0f37195e79c18bba70824b86a0906fc74d9647e3e48f31ebe0d9da2bf13095 +size 4474880 diff --git a/datasets/591917.tar b/datasets/591917.tar new file mode 100644 index 0000000000000000000000000000000000000000..8dfb08a7e719346aa5c5fb9c16f4c507427b693d --- /dev/null +++ b/datasets/591917.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ed3f10f39311f635d1bbbc6f1c84819245f8bc3d9e26dad1320881a7886a15 +size 16547840 diff --git a/datasets/592138.tar b/datasets/592138.tar new file mode 100644 index 0000000000000000000000000000000000000000..96f32336c91d5e49c79f82c35af6e259bca1c41b --- /dev/null +++ b/datasets/592138.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce427830eadc32d578fb6df8810113189bc92fa0e7088f28ba7a284728e76584 +size 1239040 diff --git a/datasets/592277.tar b/datasets/592277.tar new file mode 100644 index 0000000000000000000000000000000000000000..f83704adbeef3db168034056ae5f183798a382a0 --- /dev/null +++ b/datasets/592277.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85c050b547899f626e776b902a86a0a1249e603ceba6757fddec5510b9a60a31 +size 2406400 diff --git a/datasets/592515.tar b/datasets/592515.tar new file mode 100644 index 0000000000000000000000000000000000000000..3b2176d64b94d7651fa333ecaa37f4fbdb16af5a --- /dev/null +++ b/datasets/592515.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85524c485693de8cf605f28974cd9364ce39a2b479b45fc9cc96426dce6d2543 +size 85544960 diff --git a/datasets/592714.tar b/datasets/592714.tar new file mode 100644 index 0000000000000000000000000000000000000000..837497e42c24cec233adc39229df19d955c53fca --- /dev/null +++ b/datasets/592714.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9779ced6adaf7f0b6bd3c1521ca2b92dd4b4535a3bde2b5e07c68a7e5ffa5a +size 2304000 diff --git a/datasets/592751.tar b/datasets/592751.tar new file mode 100644 index 0000000000000000000000000000000000000000..a36f30425cd736c60a18b1359eb6a2ed7f4df841 --- /dev/null +++ b/datasets/592751.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85cc282586a09b1fada0d01cceab9ebe599a06a576ed5b310f7c3b73bda29281 +size 2723840 diff --git a/datasets/592753.tar b/datasets/592753.tar new file mode 100644 index 0000000000000000000000000000000000000000..d56ed96aa2acb140356aa86062f900539631cbeb --- /dev/null +++ b/datasets/592753.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:881cd5f7e29332d1bd911913181adb51aecaed28eec43e65c2e8fffdabd080c7 +size 177070080 diff --git a/datasets/592816.tar b/datasets/592816.tar new file mode 100644 index 0000000000000000000000000000000000000000..1734d87210634331127d1a8f1190d0b3d87ea52e --- /dev/null +++ b/datasets/592816.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7afee6dab573bfed370f9027d8b94aed227c2d67a0a73816498e5b348e3dc1b6 +size 1863680 diff --git a/datasets/593025.tar b/datasets/593025.tar new file mode 100644 index 0000000000000000000000000000000000000000..1aa5277fb2616b9a70a07b1f520c767c19045a76 --- /dev/null +++ b/datasets/593025.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73529ee720f3d3fda027e83dcca2ade23fba0f36ca0a32457a3dd59e59b398ba +size 2406400 diff --git a/datasets/593042.tar b/datasets/593042.tar new file mode 100644 index 0000000000000000000000000000000000000000..f0491fb5de03aa39e4e3e91a52effc4f3136f9ab --- /dev/null +++ b/datasets/593042.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bdf311262a3a5c579a277ad957d714ada496e95e028536a62aec33e65be50f0 +size 30115840 diff --git a/datasets/593112.tar b/datasets/593112.tar new file mode 100644 index 0000000000000000000000000000000000000000..18df353efb9b76d9e3fbc32e703e29049b7263b7 --- /dev/null +++ b/datasets/593112.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac694756c4c4a9d0f3883861668e96495760d6e6272ff0d16494c3c6533967f +size 2498560 diff --git a/datasets/593197.tar b/datasets/593197.tar new file mode 100644 index 0000000000000000000000000000000000000000..b6cb2716eb7e39a19b5f91d09a12d57e1f89fe21 --- /dev/null +++ b/datasets/593197.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d209265a5e73be5c30cfa21ad1dd96d8d89fe3b88c2bc52c46a53c4e9b0c55bc +size 2314240 diff --git a/datasets/593228.tar b/datasets/593228.tar new file mode 100644 index 0000000000000000000000000000000000000000..45ccf9def7a06d52693e9973109d954605aedd42 --- /dev/null +++ b/datasets/593228.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138cf7a2d91ddc4ffc46796c10f167aa46db5c3e25ba7a668e62913cf8859f78 +size 1341440 diff --git a/datasets/593291.tar b/datasets/593291.tar new file mode 100644 index 0000000000000000000000000000000000000000..a386b32aa50c0d4cbdacbc9dea6d654437072d1b --- /dev/null +++ b/datasets/593291.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6256849fab42609fddc53521f7fc69ebf3a84d325bc708d683868d923c62a91a +size 1546240 diff --git a/datasets/593423.tar b/datasets/593423.tar new file mode 100644 index 0000000000000000000000000000000000000000..834123484c1ae9115bfaeafd6bb16118b3532fac --- /dev/null +++ b/datasets/593423.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b2020e01d690bdc66eb660a9323f7cbba37c2ff33a1585815885dfd7fbb654 +size 542720 diff --git a/datasets/593491.tar b/datasets/593491.tar new file mode 100644 index 0000000000000000000000000000000000000000..328160bbce53df8fdf9c5f295b041e54c0f315c4 --- /dev/null +++ b/datasets/593491.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7604bf492ec6ae847bbc710dfe7cc4525de9979b17b7598c2d70b00b06f128b5 +size 2385920 diff --git a/datasets/593665.tar b/datasets/593665.tar new file mode 100644 index 0000000000000000000000000000000000000000..a6db19c66d962cac890f93e6f3e794239d7f6175 --- /dev/null +++ b/datasets/593665.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd311e40562893203f2a9c759fd226a77a7aebe2edba39ef6891dbdd46bcffa8 +size 1628160 diff --git a/datasets/593719.tar b/datasets/593719.tar new file mode 100644 index 0000000000000000000000000000000000000000..38e900ed3abc7d40acad58a52e363a7f9c9656d3 --- /dev/null +++ b/datasets/593719.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3871e3d238e3ab3795389a554c3ebe178c208248a94e35a7cecd0b5fd5904095 +size 2969600 diff --git a/datasets/593727.tar b/datasets/593727.tar new file mode 100644 index 0000000000000000000000000000000000000000..8e02a35d804323081e4bedfe5df1f25c954fed6c --- /dev/null +++ b/datasets/593727.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e56dc2b19936a7f87908d79234796d251a6ab86e8863582a851a3d698b737c32 +size 2744320 diff --git a/datasets/593747.tar b/datasets/593747.tar new file mode 100644 index 0000000000000000000000000000000000000000..fea8c38cdc9882ebc5f1b7599cf4a511d8d58233 --- /dev/null +++ b/datasets/593747.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce2ca43f299e1fbed4c268acde73bb5b31d6fd39028cfef36fd656c0009eef2 +size 24197120 diff --git a/datasets/593788.tar b/datasets/593788.tar new file mode 100644 index 0000000000000000000000000000000000000000..347a2fd911008b2898b68de369e1be55fad5a93b --- /dev/null +++ b/datasets/593788.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae811d8ae5d93609fa1c8ea8b3baa19a0d358448bf00db7d628a881e998f992 +size 262871040 diff --git a/datasets/594123.tar b/datasets/594123.tar new file mode 100644 index 0000000000000000000000000000000000000000..2938947381d1f169cda83dee27ca61a7708173b6 --- /dev/null +++ b/datasets/594123.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ebfae8f76e4b6d08bb28d533eb6ff3dc173ac41bf90ac3ea857aa4947dfef0e +size 29163520 diff --git a/datasets/59416.tar b/datasets/59416.tar new file mode 100644 index 0000000000000000000000000000000000000000..641d4c12220c7dfee9ef3a2f920b8d3b7cd13a03 --- /dev/null +++ b/datasets/59416.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eea8de0df09ad393b6517a2f7d6f0384e196d34b1aaf1ce9f237ade3c33516b +size 151060480 diff --git a/datasets/594186.tar b/datasets/594186.tar new file mode 100644 index 0000000000000000000000000000000000000000..3cb996bd2958f2202722033a35a50257ed5beedb --- /dev/null +++ b/datasets/594186.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004d5679ba893b9f1033a8ed297616d67fb14194a4010535345c1c0c99b3575e +size 17889280 diff --git a/datasets/594214.tar b/datasets/594214.tar new file mode 100644 index 0000000000000000000000000000000000000000..e743350806dd66cbcdcc3e5090e7d081facddd5d --- /dev/null +++ b/datasets/594214.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c2f0355c9c11be4ca869a9662f6cb618fe5c77f9f0956ab7eb8a4c676b612b8 +size 14929920 diff --git a/datasets/594290.tar b/datasets/594290.tar new file mode 100644 index 0000000000000000000000000000000000000000..331da76b3b35ef71f071fd33d3345509431fbcce --- /dev/null +++ b/datasets/594290.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a26b913741248525f082d619d78e1a08e2a49b45e6b443936b6d680ee0c1d508 +size 10178560 diff --git a/datasets/594300.tar b/datasets/594300.tar new file mode 100644 index 0000000000000000000000000000000000000000..375a4316292fe06d6a4af0078f8a76e5f444684e --- /dev/null +++ b/datasets/594300.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b47103fed154fc30cc57d324780d3452ece74a8cf30581c058c8692a6c374cf +size 5314560 diff --git a/datasets/594314.tar b/datasets/594314.tar new file mode 100644 index 0000000000000000000000000000000000000000..c3e551a9600494aa256b94918256cc935b32a81e --- /dev/null +++ b/datasets/594314.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ccdb434df42d17a4e65ae7ee5f8d5e03a280562066229a14825d8aa9ef55aa9 +size 6963200 diff --git a/datasets/594315.tar b/datasets/594315.tar new file mode 100644 index 0000000000000000000000000000000000000000..cdd1eeb908d3a4a8a8f80e95ea1b9448e05cb3a5 --- /dev/null +++ b/datasets/594315.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b69dafba2c103c775abac59e6c9cb0454feca20da14e097abf521e3569a1113 +size 2304000 diff --git a/datasets/594384.tar b/datasets/594384.tar new file mode 100644 index 0000000000000000000000000000000000000000..66dccaa933809091fec95811f114db1db4a62298 --- /dev/null +++ b/datasets/594384.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd8f7c299aade2fc68ac1c352a982ad7df6f888120fefa8b59709d27f258fd8 +size 1761280 diff --git a/datasets/594439.tar b/datasets/594439.tar new file mode 100644 index 0000000000000000000000000000000000000000..959704ed72ff8df1a08cd18342bfd2120454df49 --- /dev/null +++ b/datasets/594439.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b81e8892221c57d49e784ca3ccc60368b7f6deb3dd274b7b88da2f56c910d8 +size 2252800 diff --git a/datasets/594521.tar b/datasets/594521.tar new file mode 100644 index 0000000000000000000000000000000000000000..8f800f28f9a40dac32cdcd9222611cf9a4e2df72 --- /dev/null +++ b/datasets/594521.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d996eab9e556ac97971c66cf3cb2677ddeae11f78b1b2591899f58a971fbff2e +size 2211840 diff --git a/datasets/59455.tar b/datasets/59455.tar new file mode 100644 index 0000000000000000000000000000000000000000..5df4799bbc3ab1572b41a81c7abf766370588827 --- /dev/null +++ b/datasets/59455.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6687d8efb2d5d2aafa736a82003105d1dd8ea7b99bb71e0229d4dda323b30df +size 21657600 diff --git a/datasets/594550.tar b/datasets/594550.tar new file mode 100644 index 0000000000000000000000000000000000000000..d53b41fca44e61e0977a58e7c0160b396cfa8a85 --- /dev/null +++ b/datasets/594550.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145225545079402394e18ee2e4de579da6f7ded4991f3cd4fc196399aa2e9cbd +size 9697280 diff --git a/datasets/594590.tar b/datasets/594590.tar new file mode 100644 index 0000000000000000000000000000000000000000..1c43c695737368e200240eba0e7809c3eb0a65a4 --- /dev/null +++ b/datasets/594590.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52db6fb7a3b4b9c4ff8660d90fee787fe1996127877478a9a7c60bceeb98d482 +size 10915840 diff --git a/datasets/594644.tar b/datasets/594644.tar new file mode 100644 index 0000000000000000000000000000000000000000..b26e7e3e910290b077b4c7b284566122ccad7c02 --- /dev/null +++ b/datasets/594644.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dedeaa24e841d7161d7b7e41144019893197cf2479d61b386e0372259d04d0bf +size 22927360 diff --git a/datasets/594901.tar b/datasets/594901.tar new file mode 100644 index 0000000000000000000000000000000000000000..a95182b57cefbcbece97432aeddadcf07eb60590 --- /dev/null +++ b/datasets/594901.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:189525d686d7c0b88cab7608ee7ea1ab6e825cc1bf798e8cab19be5c3b60643d +size 2211840 diff --git a/datasets/594945.tar b/datasets/594945.tar new file mode 100644 index 0000000000000000000000000000000000000000..62f7c666ebb5ff4ac538cf8d5eaec6f47e0ad151 --- /dev/null +++ b/datasets/594945.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d871ed2d7dd50d4856d352b9a237cfb4a373f46efc13a2afba5b19d3bedb852 +size 17274880 diff --git a/datasets/594995.tar b/datasets/594995.tar new file mode 100644 index 0000000000000000000000000000000000000000..bc2ca6dc946eda756dcf3c4bbd1c55ab87f8aef2 --- /dev/null +++ b/datasets/594995.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b3f0de04c892d407d51b4409bcbbaa23391dc9a8b09abf33bfea7f0b6088c6c +size 2263040 diff --git a/datasets/595094.tar b/datasets/595094.tar new file mode 100644 index 0000000000000000000000000000000000000000..3c6f27504b0d7ee5621d7195854b462c494f47f0 --- /dev/null +++ b/datasets/595094.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d479d9cfd535932b1f19a157c2db1a769942c5eaffa72b8d8c2725a14d845986 +size 4556800 diff --git a/datasets/59549.tar b/datasets/59549.tar new file mode 100644 index 0000000000000000000000000000000000000000..ab87ce5909d33ba7c2112d54cd3076dadd19a7f7 --- /dev/null +++ b/datasets/59549.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccaaa2ca4828e211526a03f63fe762202dd7fd1e5721f6503f912f7827c829b1 +size 9605120 diff --git a/datasets/595627.tar b/datasets/595627.tar new file mode 100644 index 0000000000000000000000000000000000000000..ec865a2289c311be802c592e03f194873ce7d007 --- /dev/null +++ b/datasets/595627.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f18deef0b3e1ae2a677ac0543121ae56da508cfea5eaa15cc8bb3a1eea611d9c +size 1474560 diff --git a/datasets/595713.tar b/datasets/595713.tar new file mode 100644 index 0000000000000000000000000000000000000000..415f6a5b59c842cd7410031a898e5cb664251f38 --- /dev/null +++ b/datasets/595713.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7105e890e30b5c4a7a5bb8f7fc13319ba082e654aac8548aaab6d6cd2f990b +size 1914880 diff --git a/datasets/595751.tar b/datasets/595751.tar new file mode 100644 index 0000000000000000000000000000000000000000..6d6fbcd1230e74395847d10caf76e3fd4c8c97c4 --- /dev/null +++ b/datasets/595751.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:917bd2c2a99a3b0a3be263b5a1a4168be79ae830cfe835439724c52d9e912e83 +size 166307840 diff --git a/datasets/595808.tar b/datasets/595808.tar new file mode 100644 index 0000000000000000000000000000000000000000..4ef1e7ea9cdc6a767ca8150f2d69a67e87c9ba4d --- /dev/null +++ b/datasets/595808.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f4311289426ec5495beb52938c997d150866c219c7687b0b71a08fb10957bea +size 15769600 diff --git a/datasets/595860.tar b/datasets/595860.tar new file mode 100644 index 0000000000000000000000000000000000000000..52b68b2936da7b6423630ae04ae77242947a31fe --- /dev/null +++ b/datasets/595860.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfdf207eec9f084f818c038b2660fd40e1172d09465b553b1deb80887190b82a +size 1546240 diff --git a/datasets/595892.tar b/datasets/595892.tar new file mode 100644 index 0000000000000000000000000000000000000000..3c6e870dae2226c3a39a3e05b15ba46b9e928a58 --- /dev/null +++ b/datasets/595892.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f14beb6321f9b13a678e6c1d6342b2a6fd2f175136c55c1836f1774c2db6fc04 +size 71137280 diff --git a/datasets/596003.tar b/datasets/596003.tar new file mode 100644 index 0000000000000000000000000000000000000000..3118613c0626c35657298aa3f35303a80d766a76 --- /dev/null +++ b/datasets/596003.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e192d7c6cdcc51f2eb2f0b12aeaa76cf58291a7ff94cd230c09f4157e1d39f62 +size 1996800 diff --git a/datasets/596254.tar b/datasets/596254.tar new file mode 100644 index 0000000000000000000000000000000000000000..62eaae0dc6d118974067086ef037266c474f77aa --- /dev/null +++ b/datasets/596254.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f87bcc40c7b688f653537a86427184629f1d5266c1bb2f3dcc389dc597c8e08 +size 9359360 diff --git a/datasets/596319.tar b/datasets/596319.tar new file mode 100644 index 0000000000000000000000000000000000000000..caab864acc738b15e622dfbb4c185085c166dc0e --- /dev/null +++ b/datasets/596319.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a7f83d41aa140528493c1eb59dd2f4bf6e7116e8625057b03d61b60af35090 +size 1484800 diff --git a/datasets/596360.tar b/datasets/596360.tar new file mode 100644 index 0000000000000000000000000000000000000000..619a09b4e7552b004e17f9bed6fe156437a87bfd --- /dev/null +++ b/datasets/596360.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74132a301ecf92977a088b9485258185b6a21388fe629484da9dfb6e07584f09 +size 1474560 diff --git a/datasets/596388.tar b/datasets/596388.tar new file mode 100644 index 0000000000000000000000000000000000000000..68c13bd2ae461b0af787cbe4dd8af3a361a6faba --- /dev/null +++ b/datasets/596388.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37f0a8c11ecd14484f671f2be4889e7ee80beae51465c1fcf49d59a21085b3e +size 112885760 diff --git a/datasets/596421.tar b/datasets/596421.tar new file mode 100644 index 0000000000000000000000000000000000000000..f98287e60819b63721ccb69227e6a0c57dd570a5 --- /dev/null +++ b/datasets/596421.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26a7e30c07b862e5db95ff227917d8007349f55c71ab703509216df71764bbd +size 1587200 diff --git a/datasets/596439.tar b/datasets/596439.tar new file mode 100644 index 0000000000000000000000000000000000000000..4260903c6dd457d11b2ede8c9919b2bbb5e37090 --- /dev/null +++ b/datasets/596439.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f432a0584be20d26dbf8b32244ccd95676c0d1037cd05f553eeda717f77e5e4 +size 32911360 diff --git a/datasets/596466.tar b/datasets/596466.tar new file mode 100644 index 0000000000000000000000000000000000000000..758557a9bfd1b563c2d8c2db38b904421b52b426 --- /dev/null +++ b/datasets/596466.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b4753d1e2e7ce3e765974865a3c585a02871fa89623895b294fb82151a8aa4 +size 1402880 diff --git a/datasets/596501.tar b/datasets/596501.tar new file mode 100644 index 0000000000000000000000000000000000000000..ae8cee968ce61c9baa889dad3a730d566afe8d38 --- /dev/null +++ b/datasets/596501.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ad82dff203a04eab69be03a2ad5cb67589e99d8570f422300f514b8d21577ac +size 6789120 diff --git a/datasets/596508.tar b/datasets/596508.tar new file mode 100644 index 0000000000000000000000000000000000000000..c703caee47874b7f0713e442b0209433d88256c0 --- /dev/null +++ b/datasets/596508.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4505a10b2e2777b767ad27c6c5db8c45bce41fb8654aac74762cdbd14894b01c +size 1402880 diff --git a/datasets/596519.tar b/datasets/596519.tar new file mode 100644 index 0000000000000000000000000000000000000000..4bae36797a5cd782272857b084af8e74b5a3bf85 --- /dev/null +++ b/datasets/596519.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be4e3201b294b116c93f8b83c6a50009265d75d0c5f7ddf09d268174e96fef6f +size 501760 diff --git a/datasets/596535.tar b/datasets/596535.tar new file mode 100644 index 0000000000000000000000000000000000000000..087e2a9faf2915d2cca8b8e7c9f3da6f01548f12 --- /dev/null +++ b/datasets/596535.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0108ac47037a00600aa8cf04b10189cd6e53512723df31dddce2cb48e805ec46 +size 9431040 diff --git a/datasets/596569.tar b/datasets/596569.tar new file mode 100644 index 0000000000000000000000000000000000000000..52061488a8c69b17d0c4f3cc7c6a9329c326cba1 --- /dev/null +++ b/datasets/596569.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716aa72bc4eae8e4661539a5c20edd27b9e974a7a776c4f6721b0b3ef8c8f4ed +size 1310720 diff --git a/datasets/596609.tar b/datasets/596609.tar new file mode 100644 index 0000000000000000000000000000000000000000..d78736eef7e92fd144cb0098dbb7f0cf49b37abc --- /dev/null +++ b/datasets/596609.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b49377392eb096717610a7280d1eb1b0c8a4d71973bea0fd21516b647bb8eeb +size 1402880 diff --git a/datasets/596635.tar b/datasets/596635.tar new file mode 100644 index 0000000000000000000000000000000000000000..86b53cdfaaeb3a62c76531b320d3382ed7789506 --- /dev/null +++ b/datasets/596635.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c7f1d0293aa773917f2ad72d7128ab860c137eb3206a715de87964e26348155 +size 1433600 diff --git a/datasets/596636.tar b/datasets/596636.tar new file mode 100644 index 0000000000000000000000000000000000000000..8d329b5b711121517bb2ec8960783cd656d0ff73 --- /dev/null +++ b/datasets/596636.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e953de33424ca5f487031fdec1201fc99280c779f126f8df0a79de76bf795d8 +size 12523520 diff --git a/datasets/596994.tar b/datasets/596994.tar new file mode 100644 index 0000000000000000000000000000000000000000..97c5c1a9aedd99010dda754d369f642897a27bd4 --- /dev/null +++ b/datasets/596994.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de9a49c2bd0d94d8dec28f38b57de8b76c9ca86cb5845dd5e57c403ac74367a3 +size 28303360 diff --git a/datasets/597119.tar b/datasets/597119.tar new file mode 100644 index 0000000000000000000000000000000000000000..9d2671da2f5fec0a9eb97770b436c681a8919451 --- /dev/null +++ b/datasets/597119.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686947bce2db5125b74fe4fa931948af669a21e7f3c73f98fb7580c18f179872 +size 2416640 diff --git a/datasets/597171.tar b/datasets/597171.tar new file mode 100644 index 0000000000000000000000000000000000000000..236f01c66486686f1e0af167ffa6db5c145170f0 --- /dev/null +++ b/datasets/597171.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ebec40c5d973bd8b0f169158d9b42ec511226083b56f42a64ce93415e5e4765 +size 2672640 diff --git a/datasets/597242.tar b/datasets/597242.tar new file mode 100644 index 0000000000000000000000000000000000000000..aff5f90fbe5980e7e7fc21b624f4ff13818c37bc --- /dev/null +++ b/datasets/597242.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c516849d8c1c213e5dc33046a3b19fd08a6eff0ed806031dadc959c258a0b18 +size 2396160 diff --git a/datasets/597344.tar b/datasets/597344.tar new file mode 100644 index 0000000000000000000000000000000000000000..3dba74dd6d69535effaf3dad0d04d192edbdab09 --- /dev/null +++ b/datasets/597344.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c16fc24616b48e45e70c89a43852b7be2222893400c6d1f9b6b9ee4921e90fb +size 1925120 diff --git a/datasets/597489.tar b/datasets/597489.tar new file mode 100644 index 0000000000000000000000000000000000000000..ea63f1cc23ea83230ad901b231c83239b573aa54 --- /dev/null +++ b/datasets/597489.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbffb35b1380edf1ed6a296225f9ebb6b63710d0addfdd7dc5892e5efe202873 +size 6410240 diff --git a/datasets/597567.tar b/datasets/597567.tar new file mode 100644 index 0000000000000000000000000000000000000000..65ae97d50a764b1c55c2ae8bce20de8ce6bbb510 --- /dev/null +++ b/datasets/597567.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f99e7bf604002b06eb357f6cbd88ca8ff76925bf0b352b7ed927b8997a0b84 +size 92160 diff --git a/datasets/597574.tar b/datasets/597574.tar new file mode 100644 index 0000000000000000000000000000000000000000..aa4ea04bbfd01846befaee59505cb9fc21f8089c --- /dev/null +++ b/datasets/597574.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66cb53274ef66d2349cd49496ebefb3368e54825718967217c816f45ba68b50b +size 1280000 diff --git a/datasets/597757.tar b/datasets/597757.tar new file mode 100644 index 0000000000000000000000000000000000000000..c067ccf9320b2bb39276031dd51a157a3e4d8fb4 --- /dev/null +++ b/datasets/597757.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226f181b98dea47415d1a7aea42bd1f6e4fdc72b977312f12bc4fce750edf704 +size 8130560 diff --git a/datasets/597758.tar b/datasets/597758.tar new file mode 100644 index 0000000000000000000000000000000000000000..8e71d8d824f88fe7b574f959b7e23ab35ed8ec7e --- /dev/null +++ b/datasets/597758.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb1aa0229371fe5ebc90765e2ee9f8613f28192d14dc5aaafa22336de5dd762 +size 1986560 diff --git a/datasets/59781.tar b/datasets/59781.tar new file mode 100644 index 0000000000000000000000000000000000000000..5f9d44312bd85161a29d9c40768be2ebee6ce23d --- /dev/null +++ b/datasets/59781.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c793d3eb4d6860f0aa8fa1a4ecac988a79864047a75bf6311099c996cfaf431c +size 2293760 diff --git a/datasets/597836.tar b/datasets/597836.tar new file mode 100644 index 0000000000000000000000000000000000000000..ea7725e273014054dea05a16e8780b30e50ee765 --- /dev/null +++ b/datasets/597836.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483a42b30eb34f46e67fe428b0c6d744eacbe832acb1c72a934fd45ed871a468 +size 21340160 diff --git a/datasets/597909.tar b/datasets/597909.tar new file mode 100644 index 0000000000000000000000000000000000000000..9b849fa0dc2541cf5e71fe61a9573c8f02ff7540 --- /dev/null +++ b/datasets/597909.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e507865e6e6743b7bb4d709432b7190604e28afde214e44787457a5e1392e2a +size 2140160 diff --git a/datasets/597955.tar b/datasets/597955.tar new file mode 100644 index 0000000000000000000000000000000000000000..ae6429e7135efdeeaf9d05e0d5ea36f8db3db6d8 --- /dev/null +++ b/datasets/597955.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab0d5906eece20db361001074f07881bd1ad3ca0daaf474e7a3503456a8c40fe +size 1966080 diff --git a/datasets/598137.tar b/datasets/598137.tar new file mode 100644 index 0000000000000000000000000000000000000000..2fc75fcbeceaf2a8f2bb8677d699f58d2a733a95 --- /dev/null +++ b/datasets/598137.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d65726120c479a5e8bc89b483c7b6ef116f198ec654dbf541b8cacb115d9a0 +size 1290240 diff --git a/datasets/598231.tar b/datasets/598231.tar new file mode 100644 index 0000000000000000000000000000000000000000..6701985da868f0830a83c576c1f82d839ee3df0f --- /dev/null +++ b/datasets/598231.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ec82fa20e5ebdf24984610a1831ff41020d126e4e728d6dcd12295518604868 +size 2918400 diff --git a/datasets/598249.tar b/datasets/598249.tar new file mode 100644 index 0000000000000000000000000000000000000000..e42f21854b9dddefeb2a28de03355bedc5c514cb --- /dev/null +++ b/datasets/598249.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1dd6c32031ac93e3b55fad1086848f3233d85045102f32319d4d2ac566c1ce2 +size 18176000 diff --git a/datasets/598362.tar b/datasets/598362.tar new file mode 100644 index 0000000000000000000000000000000000000000..380afa335d0524918f0b1f9293d4b78865f6c792 --- /dev/null +++ b/datasets/598362.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abac0c3928f6e6e72aab3c080a61c798a5cc68c62ae4ce37a3e1a76c4a6b1f74 +size 1536000 diff --git a/datasets/598372.tar b/datasets/598372.tar new file mode 100644 index 0000000000000000000000000000000000000000..87281810faf89bc56ee4c1f7970eb1e1ebbdb87c --- /dev/null +++ b/datasets/598372.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1d40f110c2c35928dc8e4627723eb3f6709b3b242696f6e9889e7f2bfe77188 +size 15667200 diff --git a/datasets/598735.tar b/datasets/598735.tar new file mode 100644 index 0000000000000000000000000000000000000000..228c3c1a740a0f8dca7be10b700289ba10026a78 --- /dev/null +++ b/datasets/598735.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e6dc799529fca22dd453b14564ecbf7038e6ddfb6074e9c393a2a3fba005cfa +size 194560 diff --git a/datasets/598888.tar b/datasets/598888.tar new file mode 100644 index 0000000000000000000000000000000000000000..c8a179eb4ad47d8f45eb9d7db1076fa80fd68309 --- /dev/null +++ b/datasets/598888.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df27fcc2d77659ac40c100685ee7deda819ec3d59bc799f46124ee9073b968d6 +size 3102720 diff --git a/datasets/5989.tar b/datasets/5989.tar new file mode 100644 index 0000000000000000000000000000000000000000..12360be4351cecf1cbfcfac77ab4612a2b3311d9 --- /dev/null +++ b/datasets/5989.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a6074c678db0eba5da674db46a10b16c2d819d9a3b53d4670eb4abaebf6e43 +size 4904960 diff --git a/datasets/598966.tar b/datasets/598966.tar new file mode 100644 index 0000000000000000000000000000000000000000..ec367fdc5cb0053dff3026dbe58eb1606b03497c --- /dev/null +++ b/datasets/598966.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1cacce4d3af0b071eb693d02638950424c8dfcf2d20d4531562320db0fd1996 +size 40714240 diff --git a/datasets/599032.tar b/datasets/599032.tar new file mode 100644 index 0000000000000000000000000000000000000000..0ffc0c996d19d2927d43e3bec5f7bb6d1f0b6df1 --- /dev/null +++ b/datasets/599032.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44bb884c82246de4baeaf3177c10fac997bc7fc5cb5c7005ae250ae39a206751 +size 1576960 diff --git a/datasets/599109.tar b/datasets/599109.tar new file mode 100644 index 0000000000000000000000000000000000000000..3afb8f87b455d350fd0c25ef9680ea37faa6d703 --- /dev/null +++ b/datasets/599109.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35610e0bbee8f5f29f0e762d26df26dcfbf27f3b41e23c5f19020dd170fac04e +size 29317120 diff --git a/datasets/599117.tar b/datasets/599117.tar new file mode 100644 index 0000000000000000000000000000000000000000..22c34b98acb8ced32c494106190ab59aa8e264f7 --- /dev/null +++ b/datasets/599117.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0782357704cbce45ddb17ad31d89e0f847f468df2eb7034a19d0fc449cad4a +size 757760 diff --git a/datasets/599172.tar b/datasets/599172.tar new file mode 100644 index 0000000000000000000000000000000000000000..72eaf32e728c762e00d5bb7f5b7ecfeb5c86bc9e --- /dev/null +++ b/datasets/599172.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae768ea932c78c6a0d8083a9b7b3a1d22e80cdbfc1e527d3a3877544c4216b3 +size 1484800 diff --git a/datasets/599249.tar b/datasets/599249.tar new file mode 100644 index 0000000000000000000000000000000000000000..0add722d4ea6250a4ef4620368aaa3e9466a68ac --- /dev/null +++ b/datasets/599249.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc0375fbcc313b77e4992b4300482a913d13af46f39f3c879af0b006c9f237f +size 1638400 diff --git a/datasets/599353.tar b/datasets/599353.tar new file mode 100644 index 0000000000000000000000000000000000000000..02a2518399d0f5887a44e20886b1feb30b4f9468 --- /dev/null +++ b/datasets/599353.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:092ae77e9ce70d4a8ff15c972cb1b2df176fed1eddcc764f219043df13058d40 +size 1730560 diff --git a/datasets/59936.tar b/datasets/59936.tar new file mode 100644 index 0000000000000000000000000000000000000000..601e721f2e17e3e335833faa93d8e4230e9f1d2c --- /dev/null +++ b/datasets/59936.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb467b2c87c67584454c1a6c79652922f785367fe5c46dd95af9b3b243e9ddd +size 4986880 diff --git a/datasets/599362.tar b/datasets/599362.tar new file mode 100644 index 0000000000000000000000000000000000000000..5009ff0499b4c160c3e29fd3f8ca09490f7047cd --- /dev/null +++ b/datasets/599362.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f852593bc5bc4f5ff9f2a73ce800f0a88f757fcea177b60b7a2a8fa06e3805 +size 10362880 diff --git a/datasets/599446.tar b/datasets/599446.tar new file mode 100644 index 0000000000000000000000000000000000000000..d6561c0ead31dc1b4cc21f060ce349e7cccd7e5e --- /dev/null +++ b/datasets/599446.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5af8e3fad4923f02f5616eba4a7b2390d035bd75267124f98eaa47627ccac7 +size 7045120 diff --git a/datasets/599483.tar b/datasets/599483.tar new file mode 100644 index 0000000000000000000000000000000000000000..caff4cdc27db6a7c2a0ceab92ae924f24b960ae1 --- /dev/null +++ b/datasets/599483.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8084d0b37be1bcc01767b1cd5bb72b158c9566e05c3c24a45e7434849b36c3f +size 1187840 diff --git a/datasets/599570.tar b/datasets/599570.tar new file mode 100644 index 0000000000000000000000000000000000000000..0e1b446b043ae7e0621b2710dc7f21f72c357682 --- /dev/null +++ b/datasets/599570.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5ebf6afcbfdb23a748a644c08ce7ddff1e8e982a1fa41fe5714d6c78f8a1ab +size 1484800 diff --git a/datasets/599695.tar b/datasets/599695.tar new file mode 100644 index 0000000000000000000000000000000000000000..0cd435ac58b497a619bb0e1b505e344a249553b8 --- /dev/null +++ b/datasets/599695.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8bf1a05775e582e56ef60ea435fc2e98722ff8f5622f449c08198bb1466cf39 +size 1597440 diff --git a/datasets/599846.tar b/datasets/599846.tar new file mode 100644 index 0000000000000000000000000000000000000000..79a4f56052e0559bc36027108a1df67308279845 --- /dev/null +++ b/datasets/599846.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd652bec62d41cab4ee2ceb133cb6da15d31b7dc47d705eb9da088e361a57fdc +size 1914880 diff --git a/datasets/599983.tar b/datasets/599983.tar new file mode 100644 index 0000000000000000000000000000000000000000..60deac2b97a6322fa166c28a3acfaf37f859b1c0 --- /dev/null +++ b/datasets/599983.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b3c2584500c00c1eee90be56f82e4c93d55b6d978045f3f4cb6f5cfdfc4cdd5 +size 24586240 diff --git a/datasets/599999.tar b/datasets/599999.tar new file mode 100644 index 0000000000000000000000000000000000000000..75279c877a707f6817feeae9c989115b8975373a --- /dev/null +++ b/datasets/599999.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbac1c97df536f617b5df372f6ce064007a961c26af3cdae2c41e3c83858f72b +size 29818880 diff --git a/datasets/60006.tar b/datasets/60006.tar new file mode 100644 index 0000000000000000000000000000000000000000..7977a15ac773f71b7792d615df3808f63ec6114e --- /dev/null +++ b/datasets/60006.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e5c73916b224824332e29004040e45653860f365e38f1b6522d287147bad5c +size 18135040 diff --git a/datasets/600071.tar b/datasets/600071.tar new file mode 100644 index 0000000000000000000000000000000000000000..2f30756eeb988a65f136d413c0d29d3e45cce509 --- /dev/null +++ b/datasets/600071.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b91eb24c5e13d16d4544ce4af027f773ab28dd0a0c9036034120d445fac7f20f +size 1689600 diff --git a/datasets/600085.tar b/datasets/600085.tar new file mode 100644 index 0000000000000000000000000000000000000000..69561dcb05101091c7528d1e3fd8e283032cf196 --- /dev/null +++ b/datasets/600085.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31bce627da37fa7d4aa7fe4af09e49fd34e4ff059f2ef76db416de3cb2a3e298 +size 2867200 diff --git a/datasets/600221.tar b/datasets/600221.tar new file mode 100644 index 0000000000000000000000000000000000000000..814ef161aaaaea37c00929fae72111e28e2dcc97 --- /dev/null +++ b/datasets/600221.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d1ccb6e9f5b996c7dbc8e5f6cc767c80eb705edc4aa74ddb9259c2efa50129 +size 79943680 diff --git a/datasets/600376.tar b/datasets/600376.tar new file mode 100644 index 0000000000000000000000000000000000000000..af206e6d649d6370bc280931729a8e8dd91884d7 --- /dev/null +++ b/datasets/600376.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f0dd4b4bc171a5cc6505a5553ed86e60ca03a3f574dfc8f0a249c93c16414e +size 9799680 diff --git a/datasets/600381.tar b/datasets/600381.tar new file mode 100644 index 0000000000000000000000000000000000000000..f2f1297b63ddc8b8b664c028ef4cedd3b27b5764 --- /dev/null +++ b/datasets/600381.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef8059e0a6d27b7eb115b354364b15ed50b8cbcc9b5461f7fce04d049dae1ea +size 3973120 diff --git a/datasets/600394.tar b/datasets/600394.tar new file mode 100644 index 0000000000000000000000000000000000000000..bf0e391af75bbdd4443caa7e95fe7564d8a362f9 --- /dev/null +++ b/datasets/600394.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3130eecf8cf7362c139c66db5462e13bb7bd8ead0f2d19e3970783bf5409d754 +size 4710400 diff --git a/datasets/600437.tar b/datasets/600437.tar new file mode 100644 index 0000000000000000000000000000000000000000..f49ade3c26f0671ca3797c325361320228f143cb --- /dev/null +++ b/datasets/600437.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ea0ea0abbf37871db9c8752e62f85ca01671f22aed80520b8b1a841331d7f3 +size 4710400 diff --git a/datasets/600756.tar b/datasets/600756.tar new file mode 100644 index 0000000000000000000000000000000000000000..dd9548be279809d2aac4cb2dec4ce10861b08a03 --- /dev/null +++ b/datasets/600756.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2571d44dae6c561367c4059d4552495120830f357446bcbdd08b6393d4f756c0 +size 29941760 diff --git a/datasets/600780.tar b/datasets/600780.tar new file mode 100644 index 0000000000000000000000000000000000000000..222ddc388d85f248bc81ac9628eeb864a5a66dc8 --- /dev/null +++ b/datasets/600780.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:594a5831df1aa7b061895196e747df0d7d3bd273d4e456b42fc6f727f0fc4dcf +size 20695040 diff --git a/datasets/600874.tar b/datasets/600874.tar new file mode 100644 index 0000000000000000000000000000000000000000..d54b0fca5b129f38be87f0d3b78f0c0468027915 --- /dev/null +++ b/datasets/600874.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f65471954be109b950de1b6af023be370e7c7fb7bc6678ae63ad8c1619eb0ee +size 3829760 diff --git a/datasets/600909.tar b/datasets/600909.tar new file mode 100644 index 0000000000000000000000000000000000000000..cdbfe580b2023279810c40a0d2ff6a619b82a56c --- /dev/null +++ b/datasets/600909.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:975459c6e4e022ac2ec72fd5ab0accc1898f2cd20aac9a49038e7b2ea0ccc183 +size 3164160 diff --git a/datasets/600963.tar b/datasets/600963.tar new file mode 100644 index 0000000000000000000000000000000000000000..0fa733217bd1273e9e6fcf29a9f3d649326f0187 --- /dev/null +++ b/datasets/600963.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a902093d44dbebb15ae0b53209cb00974b226a4c3de1834d543c08c80605c83b +size 35604480 diff --git a/datasets/601077.tar b/datasets/601077.tar new file mode 100644 index 0000000000000000000000000000000000000000..20d763986f06926b141200b8f7ded51a62ce1758 --- /dev/null +++ b/datasets/601077.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61d73a369980c55bdc433e44b305eec74775f59904ade37c84823bd98d7a7e5 +size 5980160 diff --git a/datasets/601258.tar b/datasets/601258.tar new file mode 100644 index 0000000000000000000000000000000000000000..395553e31b9e3d791705d8a7659004f0ddcf739f --- /dev/null +++ b/datasets/601258.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e6aec2ced0b0d6c478dbac1da7e1a4610a7b46e08b94f738445984b889b7985 +size 1044480 diff --git a/datasets/601311.tar b/datasets/601311.tar new file mode 100644 index 0000000000000000000000000000000000000000..ebfab8fdd791bab3ee30740a2e8aea83eaaf7122 --- /dev/null +++ b/datasets/601311.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aae3b470c90321b1d611a982478210304d98a98f617e2c44f4b141a13e399f68 +size 31457280 diff --git a/datasets/601763.tar b/datasets/601763.tar new file mode 100644 index 0000000000000000000000000000000000000000..61dc631c2257720ed082834045ce6f14c15dd39d --- /dev/null +++ b/datasets/601763.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:598bf174a8baf71d489cef7bb6f9852336c64b04a3609739a2d4c48565b183cc +size 768000 diff --git a/datasets/601770.tar b/datasets/601770.tar new file mode 100644 index 0000000000000000000000000000000000000000..f7a3ae62021a7501f60e271a074268c81f9d21fd --- /dev/null +++ b/datasets/601770.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ac84d4bc3c6fd6441d41885f0d6700d4af9c94bc10d4caad9ce8e748a57342 +size 430080 diff --git a/datasets/602050.tar b/datasets/602050.tar new file mode 100644 index 0000000000000000000000000000000000000000..dfa85e85610702ed5e2676e875c0be8e1fe59036 --- /dev/null +++ b/datasets/602050.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b674aca294a9e18f631e01569c588ab294e9be071b200153a718521a330195f3 +size 25886720 diff --git a/datasets/602454.tar b/datasets/602454.tar new file mode 100644 index 0000000000000000000000000000000000000000..60c312997dafbeed0d2da202412f6c366b90edca --- /dev/null +++ b/datasets/602454.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3471d85b747de23397ef65befdaf86544b709272106ff7585393a65d92627027 +size 2641920 diff --git a/datasets/602483.tar b/datasets/602483.tar new file mode 100644 index 0000000000000000000000000000000000000000..33c7ce69fdde6bc7ad1ddfcb01753c29ba27f653 --- /dev/null +++ b/datasets/602483.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5bbe3993d25d2d13a2711f07c47043dd3033d40fc4b6e2280b06431ed144a02 +size 14356480 diff --git a/datasets/602574.tar b/datasets/602574.tar new file mode 100644 index 0000000000000000000000000000000000000000..addecd2c2a4b61cc3df3f1fa563d2c80aeef0e69 --- /dev/null +++ b/datasets/602574.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5491beb02b80003d577208764b05198a5bc9d3fe4e69f2560050e1523d943c9 +size 2621440 diff --git a/datasets/602661.tar b/datasets/602661.tar new file mode 100644 index 0000000000000000000000000000000000000000..3cad0c2b266ba930bb6dd971c71f3f1ca6649421 --- /dev/null +++ b/datasets/602661.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af679ae1b723eb84c3fb64bfed8bb6d858b9e41b081952ed730500d30c8a7c3 +size 1966080 diff --git a/datasets/60270.tar b/datasets/60270.tar new file mode 100644 index 0000000000000000000000000000000000000000..ca6263abdf4c9357bcb8bd464c8dc36fa8edd6c1 --- /dev/null +++ b/datasets/60270.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21cf8f83d87ee68b6baf06eee9cdc2553ae74787c47a73727b03e525055c3761 +size 7649280 diff --git a/datasets/602721.tar b/datasets/602721.tar new file mode 100644 index 0000000000000000000000000000000000000000..c41f99c39c5df0960ad36128e778f219341b3f32 --- /dev/null +++ b/datasets/602721.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba04447680022b230db8c5d1d21da9f8c8a016291a224704c27f0691a744e27b +size 6420480 diff --git a/datasets/602790.tar b/datasets/602790.tar new file mode 100644 index 0000000000000000000000000000000000000000..51891fd08a205b73d8ba06ed4c2eefd8a83158ee --- /dev/null +++ b/datasets/602790.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f39cfbca0489a112f42d3f32ef8f254bed26a6bbc4b369aa758fb6925f176ed3 +size 1751040 diff --git a/datasets/602811.tar b/datasets/602811.tar new file mode 100644 index 0000000000000000000000000000000000000000..bb78aa31a9e5d583deea80a834ffda22ef94f143 --- /dev/null +++ b/datasets/602811.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c1bf42f15c10876dd8b67402a99033fec0992953aece7721255478b354ec574 +size 808960 diff --git a/datasets/602822.tar b/datasets/602822.tar new file mode 100644 index 0000000000000000000000000000000000000000..5f92b91762e9e02aeb90aafef8cf64aca69c9760 --- /dev/null +++ b/datasets/602822.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08662a51fb8796bf84e9c0dade49c2de047cfc54ecb6521ab5dfa98a6d7ca146 +size 686080 diff --git a/datasets/602841.tar b/datasets/602841.tar new file mode 100644 index 0000000000000000000000000000000000000000..9f6adb5747f87dce505e753168bb7cc2a7884712 --- /dev/null +++ b/datasets/602841.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cbed001f105e56b735d4a8361147c2849f53e735360a059214cfadcd58ca0a0 +size 1884160 diff --git a/datasets/602887.tar b/datasets/602887.tar new file mode 100644 index 0000000000000000000000000000000000000000..658be70bd874bfaff9d03aa03eb5a423f677bea3 --- /dev/null +++ b/datasets/602887.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1545771d083b11939b9e7db968d7284b459a0036b6b5c047939b73a27b37e3f1 +size 11171840 diff --git a/datasets/602961.tar b/datasets/602961.tar new file mode 100644 index 0000000000000000000000000000000000000000..1bddf52f2ad0cb23851c3eb7f7ff85941617be1d --- /dev/null +++ b/datasets/602961.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69bb1f5c71e11d46fa57d8d7da20a5dc923f953c0d69c64dc50d98db141b226 +size 6942720 diff --git a/datasets/603017.tar b/datasets/603017.tar new file mode 100644 index 0000000000000000000000000000000000000000..384757ab1d4abeaeb8b7cebb287268a4d91db80e --- /dev/null +++ b/datasets/603017.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13eeee2227b39fd7694bf7877b6ca983c498238e3691427511ead5684ee83d68 +size 1218560 diff --git a/datasets/603041.tar b/datasets/603041.tar new file mode 100644 index 0000000000000000000000000000000000000000..2e304afa3ee8bb53aaea7f2255dbb1c9f1495882 --- /dev/null +++ b/datasets/603041.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26da44e733d4725baa94055c6b6e597ed1fabc9a708dfdc9786bf57f9d2c7587 +size 1576960 diff --git a/datasets/603062.tar b/datasets/603062.tar new file mode 100644 index 0000000000000000000000000000000000000000..8f7a2ef4391958d9db25b7473d93d0261c9e92ba --- /dev/null +++ b/datasets/603062.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32f5b9eeb9d1bae42c51fc9b1df002cfc6bdc373c9b0c12ac092a568aae1440 +size 655360 diff --git a/datasets/603189.tar b/datasets/603189.tar new file mode 100644 index 0000000000000000000000000000000000000000..ed30606a417a26b8def8cc5e747204385e56d810 --- /dev/null +++ b/datasets/603189.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e59e75e0426379a029714b1d0a717c2863c8a1992a1471196a9651a706967e5 +size 5560320 diff --git a/datasets/603251.tar b/datasets/603251.tar new file mode 100644 index 0000000000000000000000000000000000000000..5f618e64dcc3007c01ca605efe6b1c435ebdf850 --- /dev/null +++ b/datasets/603251.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46cbd3f9d2dfceed1f47ef6b7fe4572a4f1aefbe2b4200378c7f827c7dde16e0 +size 6717440 diff --git a/datasets/603296.tar b/datasets/603296.tar new file mode 100644 index 0000000000000000000000000000000000000000..c626526494f71613d6d659a9c38bb9272ef1d5c9 --- /dev/null +++ b/datasets/603296.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75295816d7e7ccb2e8be256bfeae81825041e15aa706c39bcf06910ad769425f +size 51681280 diff --git a/datasets/603305.tar b/datasets/603305.tar new file mode 100644 index 0000000000000000000000000000000000000000..af1f8e1ef5b58f34f0b524f1a47bb2ea3a3337ce --- /dev/null +++ b/datasets/603305.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2556e0f830d9b4f51c486cd4c73e74bf357b3415d9ff64354a7dcf4f539317b8 +size 13813760 diff --git a/datasets/603334.tar b/datasets/603334.tar new file mode 100644 index 0000000000000000000000000000000000000000..93c2b8278f316e28eebc6706360026390d55fe49 --- /dev/null +++ b/datasets/603334.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bb2aab8d65eaf830bfcfae0deb8ac76dca5968f6be27608d5281c6326d50beb +size 51681280 diff --git a/datasets/6035.tar b/datasets/6035.tar new file mode 100644 index 0000000000000000000000000000000000000000..637b3200883c64ac9aa74d94a6d642fa0f1e3c12 --- /dev/null +++ b/datasets/6035.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa3151cd5f283c9cc2dda461015d8dfeefec2cd9b24436ee928ccb156e733332 +size 21145600 diff --git a/datasets/603590.tar b/datasets/603590.tar new file mode 100644 index 0000000000000000000000000000000000000000..7f34a87eb6579d1f8f87ee02683c1652c5649de4 --- /dev/null +++ b/datasets/603590.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c978a38f47b725574f141fc3aa79c28c3ef3603594198fa08241a5f08159514a +size 40622080 diff --git a/datasets/603780.tar b/datasets/603780.tar new file mode 100644 index 0000000000000000000000000000000000000000..853af17926b0e923ce3be8f7bf5135e19c2fe03d --- /dev/null +++ b/datasets/603780.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6904d0345b409457abbe67c8d9fa73b1f7cb40a2d9f99b51643d879da533cc55 +size 32040960 diff --git a/datasets/603897.tar b/datasets/603897.tar new file mode 100644 index 0000000000000000000000000000000000000000..4cb30e754a8e6cce71d569a6a51f2f66c29d8c1b --- /dev/null +++ b/datasets/603897.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba747fd62c530be15ad8f6eb2b2b6ace57f09495f1f8a9130e31ac7667ec3a3 +size 14725120 diff --git a/datasets/604111.tar b/datasets/604111.tar new file mode 100644 index 0000000000000000000000000000000000000000..9ca8319bd605149e290c228fbaec7b968127cae4 --- /dev/null +++ b/datasets/604111.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ba0e015db89daecbacb4203521120c79549781f4669b98d63030a0dce4fb36 +size 1208320 diff --git a/datasets/604124.tar b/datasets/604124.tar new file mode 100644 index 0000000000000000000000000000000000000000..aa9a242752d7be9fc4ae07bc966bf6ad36192a29 --- /dev/null +++ b/datasets/604124.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b194f471033277292fa0d6ca24bda554936cfdb3276ebb5e7347856766d3d31e +size 1792000 diff --git a/datasets/604249.tar b/datasets/604249.tar new file mode 100644 index 0000000000000000000000000000000000000000..3ed3ef5bc05517d5f654e7cce189e148c9b12171 --- /dev/null +++ b/datasets/604249.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e5ab7c964b6348ef1878d391520f54b08eeeed5faf0bb11345ea97c4e54353 +size 2242560 diff --git a/datasets/604461.tar b/datasets/604461.tar new file mode 100644 index 0000000000000000000000000000000000000000..90461eb89f554700875a63182dd17d7611a260ce --- /dev/null +++ b/datasets/604461.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d84bb9430619a68cb027af1d6928aaff7d06d2628c681ec4f2db878633cac2 +size 2334720 diff --git a/datasets/604602.tar b/datasets/604602.tar new file mode 100644 index 0000000000000000000000000000000000000000..b02f32eb5aee4092c7da5d492d38bc688eca82b1 --- /dev/null +++ b/datasets/604602.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88946820400656e62a1b99d6e84750363d1d425a005cc31af48a4e304a691b61 +size 1996800 diff --git a/datasets/604702.tar b/datasets/604702.tar new file mode 100644 index 0000000000000000000000000000000000000000..a525a7efb815a3c434062192e206040586b6b6d1 --- /dev/null +++ b/datasets/604702.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4301423731240fa37627665fa724d472eee0e45816929e758f5124eeb11e5f84 +size 198041600 diff --git a/datasets/604746.tar b/datasets/604746.tar new file mode 100644 index 0000000000000000000000000000000000000000..69c8b947bb943fa0e8fe654f718f20d9bd511a92 --- /dev/null +++ b/datasets/604746.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d19400c6440bc313e3f6b28f811938b80cc9d861ccd9ed89f083e7791775b21 +size 686080 diff --git a/datasets/6049.tar b/datasets/6049.tar new file mode 100644 index 0000000000000000000000000000000000000000..d46a096d965991d8dd968c17ce0d8371289f6d78 --- /dev/null +++ b/datasets/6049.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f25043957fb8fe8e8270648024519b27637e9d8fc4a020cdcd9e21701d994fc +size 3614720 diff --git a/datasets/604999.tar b/datasets/604999.tar new file mode 100644 index 0000000000000000000000000000000000000000..5723f1c1d05452814b539f526dcec120f3477ea2 --- /dev/null +++ b/datasets/604999.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1630b7f8f00abf77e58fc06f375f65eac046fbe5082519f7748f52cd38ea9c22 +size 1587200 diff --git a/datasets/605216.tar b/datasets/605216.tar new file mode 100644 index 0000000000000000000000000000000000000000..c619dbd9b5aa7fae9e27d24b91b2b6e8d7b3bb2c --- /dev/null +++ b/datasets/605216.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e370dd18bd9b535312b17c3f09d56e6266f5ba9b2750149450b4f10bf5d8a842 +size 819200 diff --git a/datasets/605252.tar b/datasets/605252.tar new file mode 100644 index 0000000000000000000000000000000000000000..d4e7a0c2ddc3388c28ca7f63b64a8433d7362fd0 --- /dev/null +++ b/datasets/605252.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39fc9a05bdef848401b5ea706a442fd9d98080d0edfe07613ce3e80475811b8b +size 1525760 diff --git a/datasets/605321.tar b/datasets/605321.tar new file mode 100644 index 0000000000000000000000000000000000000000..7fea0256c801cfcf1cfade9a5dcb3c4ee6fab618 --- /dev/null +++ b/datasets/605321.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73dfd1ed7b67358a5befa5ff77205b393cf95ed07a0de0acb844fc1684c11ed8 +size 1433600 diff --git a/datasets/605349.tar b/datasets/605349.tar new file mode 100644 index 0000000000000000000000000000000000000000..c751dd381157df038a39992621af8ca6af2b8d0c --- /dev/null +++ b/datasets/605349.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c2fb56ce899e94a7a47e55ad4fa679447dd9c3d1b4c9bff3974824efc6a465 +size 12718080 diff --git a/datasets/605394.tar b/datasets/605394.tar new file mode 100644 index 0000000000000000000000000000000000000000..28d67bbd7e10478beebbe2e96f60a3a412962e5d --- /dev/null +++ b/datasets/605394.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f0ca64bfe40d57a7bc28946ba8cc463980d13623a18bc30a3bb7f402b70c7fe +size 1392640 diff --git a/datasets/605446.tar b/datasets/605446.tar new file mode 100644 index 0000000000000000000000000000000000000000..f44fe224c46162493b67fee318684fc46a6b4155 --- /dev/null +++ b/datasets/605446.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad4731bc57d2399b679a76e452ad33d3270c022eb1ff342c67a071eef07b0c6 +size 1044480 diff --git a/datasets/605504.tar b/datasets/605504.tar new file mode 100644 index 0000000000000000000000000000000000000000..b8fc9fb657241abe465782fb452f2c428dc6d4f3 --- /dev/null +++ b/datasets/605504.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9863eadf8e56922ee20a8f7d0026935b056a17a4d2f6a1de984a36a41c266737 +size 100843520 diff --git a/datasets/605572.tar b/datasets/605572.tar new file mode 100644 index 0000000000000000000000000000000000000000..6c8cdbe1e289a0d0e38493aa49339bb5ac4b6807 --- /dev/null +++ b/datasets/605572.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce57d665870ea86a22a2bdf15d93ddb1d8965b66344cef5288fd294406348ad7 +size 159498240 diff --git a/datasets/605640.tar b/datasets/605640.tar new file mode 100644 index 0000000000000000000000000000000000000000..ca6294af7c5abf911c57e82a8f3afefacfa0afa6 --- /dev/null +++ b/datasets/605640.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97b3615bcc0787375220ad7e3a008742c9f2308913267a356fb51b666ad286c8 +size 4239360 diff --git a/datasets/605666.tar b/datasets/605666.tar new file mode 100644 index 0000000000000000000000000000000000000000..497f39306c142faab650abda176014c6fdf042f1 --- /dev/null +++ b/datasets/605666.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b4327c7af8104cc29efe9b84267b6ac407910451418120ca9f12ba7c7bd2e71 +size 522240 diff --git a/datasets/605670.tar b/datasets/605670.tar new file mode 100644 index 0000000000000000000000000000000000000000..0a5f9d55eda2fdc262947a41c6297e88b90a4f39 --- /dev/null +++ b/datasets/605670.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e1d37800a1440c2da2ece406ae5e6323ecad5df4d0a49ecc2e3315e6f31bbd7 +size 8407040 diff --git a/datasets/605772.tar b/datasets/605772.tar new file mode 100644 index 0000000000000000000000000000000000000000..de48501c431c1ffde83c95918fabc932ff4166a3 --- /dev/null +++ b/datasets/605772.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122971be13b3e0ac71555c46998955317e94e675bf9e2bf7f37711030b14f325 +size 3829760 diff --git a/datasets/605797.tar b/datasets/605797.tar new file mode 100644 index 0000000000000000000000000000000000000000..9c0b55b21e74021c564fcaf447827180304ee1bd --- /dev/null +++ b/datasets/605797.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f858b2cf11bff72849b424aede041a78bf179f6a50b870cdb03fb9bd97eb748f +size 34703360 diff --git a/datasets/605824.tar b/datasets/605824.tar new file mode 100644 index 0000000000000000000000000000000000000000..686649b54fa4751b1694b4c0fa8ad68af8976c8c --- /dev/null +++ b/datasets/605824.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8d8a9a9bf8d466b2b698ac084d330f1b8f3b07b389a425e636e9e67e47ee09 +size 563200 diff --git a/datasets/6062.tar b/datasets/6062.tar new file mode 100644 index 0000000000000000000000000000000000000000..ccfd0d7426a3f02083249f142ab59041f99cbdc7 --- /dev/null +++ b/datasets/6062.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1466befad681dc4088016403898520aff551857ef32d4393f8156fcbc5a84cf1 +size 61245440 diff --git a/datasets/606200.tar b/datasets/606200.tar new file mode 100644 index 0000000000000000000000000000000000000000..9f943cd1b2f08ec11a7b2d54e6b66fb6b5a811a0 --- /dev/null +++ b/datasets/606200.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9cb6be93579f21190ac00ad420caafce45239c8f90a25c6ada18407314c9d0 +size 798720 diff --git a/datasets/606239.tar b/datasets/606239.tar new file mode 100644 index 0000000000000000000000000000000000000000..d5a8ff8d427770b392e2092a2fc1037c0d7ba4de --- /dev/null +++ b/datasets/606239.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:775a3ba230e57ac99e6a454f84147e925df43597e9fdf6a40beb3db60c743984 +size 1372160 diff --git a/datasets/606364.tar b/datasets/606364.tar new file mode 100644 index 0000000000000000000000000000000000000000..5dfc7aef6dcdeaac6b8d9d221288fbd64dd2d218 --- /dev/null +++ b/datasets/606364.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f90d820c241797f50d3bcc5b58a0487fd953d90e8a775896f3902d6ba34dcf4 +size 563200 diff --git a/datasets/606381.tar b/datasets/606381.tar new file mode 100644 index 0000000000000000000000000000000000000000..32ad8c0851e1d6b05fe2a74c93fd8f64fee33075 --- /dev/null +++ b/datasets/606381.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a94e43994d679e030ca3fa39ab1c8b18e4048411c8ba4619701eb690cc87396 +size 2017280 diff --git a/datasets/606451.tar b/datasets/606451.tar new file mode 100644 index 0000000000000000000000000000000000000000..4c1895881ea43c9371c82e91600f5b187d6669fb --- /dev/null +++ b/datasets/606451.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c589d00d306f17a8c4f1b7c575932c54bafe783bddb4834bb444975c93562a40 +size 2088960 diff --git a/datasets/606478.tar b/datasets/606478.tar new file mode 100644 index 0000000000000000000000000000000000000000..58e8b6676196b7572c2dc4afac893cc03160a236 --- /dev/null +++ b/datasets/606478.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f46aee19e20ae67e6ab6587ed3f700446ace51b027a73c79b2a09c47c364859 +size 24627200 diff --git a/datasets/606513.tar b/datasets/606513.tar new file mode 100644 index 0000000000000000000000000000000000000000..b446ee0e4e0e45fdda0a16f7b84a2728d6a46e23 --- /dev/null +++ b/datasets/606513.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf9fb7f29f68451d8c145479b80c4c8c1a1bcddec0c9ac04cc44623896e3c6f +size 1648640 diff --git a/datasets/606522.tar b/datasets/606522.tar new file mode 100644 index 0000000000000000000000000000000000000000..8d026ae97976818c9d8c02af0c905708cdf8ad6e --- /dev/null +++ b/datasets/606522.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f19f908c71df3255e70b92a37915a698fcdd45dd75f1779fe2615c2ad416302 +size 2478080 diff --git a/datasets/606553.tar b/datasets/606553.tar new file mode 100644 index 0000000000000000000000000000000000000000..b57b023ee9b64165e5b145778c0db5eecae4d1e2 --- /dev/null +++ b/datasets/606553.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb427ea319951716a9c69e7a645eea7325ecfa27bd9b00bb8744cd117fd1b77 +size 8663040 diff --git a/datasets/606598.tar b/datasets/606598.tar new file mode 100644 index 0000000000000000000000000000000000000000..7ee81c46dac9ff0a3ce3937f7cb288456c1621b4 --- /dev/null +++ b/datasets/606598.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a5f267bfd158d6232e111a3021a32876799217c0001d5132c0fde3d7523ba0b +size 1607680 diff --git a/datasets/606663.tar b/datasets/606663.tar new file mode 100644 index 0000000000000000000000000000000000000000..05a880077439085ddbaacfcb73769302708ef4ae --- /dev/null +++ b/datasets/606663.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25252df959a646af329fe2cbbbebad0b59c1f25b392c43362d13f87e04cdce82 +size 1996800 diff --git a/datasets/606671.tar b/datasets/606671.tar new file mode 100644 index 0000000000000000000000000000000000000000..bedc34bd914a105fa4d08ff0dd8e1fe180a642dd --- /dev/null +++ b/datasets/606671.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2229d4f74fd2c53bdafe1e1cd8c7c786085dcbe074b3084b06cc1803b1f75e11 +size 2119680 diff --git a/datasets/60674.tar b/datasets/60674.tar new file mode 100644 index 0000000000000000000000000000000000000000..b1332d2d126106eae0a4ba97a772e703fa186e08 --- /dev/null +++ b/datasets/60674.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76fb41ad9afd28da23dab7e0cc3350501294397613eff1a31a35936415481704 +size 6400000 diff --git a/datasets/606743.tar b/datasets/606743.tar new file mode 100644 index 0000000000000000000000000000000000000000..f21c26fb590fb52730ed4bcd3c352044a3ccbc33 --- /dev/null +++ b/datasets/606743.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a01aeafabe306bb531def255ca4fc86c45a82d72dc906ffbe9daa7cadf81d1 +size 3850240 diff --git a/datasets/606840.tar b/datasets/606840.tar new file mode 100644 index 0000000000000000000000000000000000000000..2ba2fe890363b439f08d2b030e6ad948babc7537 --- /dev/null +++ b/datasets/606840.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ba095aeef3eccfa9307f2cb928148cc33616976f29427d9408d8e05be55f4c2 +size 12441600 diff --git a/datasets/607081.tar b/datasets/607081.tar new file mode 100644 index 0000000000000000000000000000000000000000..ef411d6bdc406dda303c4224f736a9d8dc2a52c4 --- /dev/null +++ b/datasets/607081.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7329f0ec614a65a5cc4bd6e0a8156b0a9cd151f80413bdbd1513881521aa879 +size 327680 diff --git a/datasets/607167.tar b/datasets/607167.tar new file mode 100644 index 0000000000000000000000000000000000000000..78ce402c8c5ce08e0929708147fae8186b481e10 --- /dev/null +++ b/datasets/607167.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b7959e945bd17f88b15bee32acc47bb943310cbb2f1afe3c741f3980f0848a7 +size 19619840 diff --git a/datasets/607269.tar b/datasets/607269.tar new file mode 100644 index 0000000000000000000000000000000000000000..8e3446e048050c30fb530b2b2d0382464c173c02 --- /dev/null +++ b/datasets/607269.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17f0eee626e96fd696713ced7ba58adea0f7f54960f2109c0aeaf67b59567830 +size 2242560 diff --git a/datasets/607297.tar b/datasets/607297.tar new file mode 100644 index 0000000000000000000000000000000000000000..39c68a872d584f2426b1d0fc8220e29903582afb --- /dev/null +++ b/datasets/607297.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5abb6fdd14647c8f3a2ec9d48ad1b5d5c8c0c7decf2ac8ac58f0f96d1ddc5c8a +size 6256640 diff --git a/datasets/607310.tar b/datasets/607310.tar new file mode 100644 index 0000000000000000000000000000000000000000..821fa84649377cc077209f9e434f2661b90456ae --- /dev/null +++ b/datasets/607310.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a741e74b79c6270025df4b0c6c0a1ca9637c072ba70810ec7c3ddb6f41c9b4b +size 11540480 diff --git a/datasets/607321.tar b/datasets/607321.tar new file mode 100644 index 0000000000000000000000000000000000000000..1a7d38f58267f6220841dfd5162bef16b34ab41f --- /dev/null +++ b/datasets/607321.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483122eccf8b5abdf57cbb9e5df1897e71cc9e8038d356b2bfa9d97a9201ca31 +size 1187840 diff --git a/datasets/607324.tar b/datasets/607324.tar new file mode 100644 index 0000000000000000000000000000000000000000..c1628109691da193e309b14a6396a657f6f2d59e --- /dev/null +++ b/datasets/607324.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7332dfb15facbfa6d6a7b5efa770ab60f193aa3cc6ec0e4e7874d971ca90816 +size 10270720 diff --git a/datasets/607389.tar b/datasets/607389.tar new file mode 100644 index 0000000000000000000000000000000000000000..5d90014a1dcb20388b6cd34f77f2e57545efc70a --- /dev/null +++ b/datasets/607389.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4a73923f9b757b8e8f1f6d0cdf3a5f74ff2b6aa34937396e704ba41f0e47e4 +size 3911680 diff --git a/datasets/607424.tar b/datasets/607424.tar new file mode 100644 index 0000000000000000000000000000000000000000..0aea57a356623844fa9b292e356508a7dd158c70 --- /dev/null +++ b/datasets/607424.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28143e108006746465ae399d1498ac0cdd9b76e3c7a51480b674c57a315f9e53 +size 24739840 diff --git a/datasets/607533.tar b/datasets/607533.tar new file mode 100644 index 0000000000000000000000000000000000000000..490b8069a23844426ec9e15d64c538087ab344e1 --- /dev/null +++ b/datasets/607533.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd5334ccc38291176934efd73e0e71483cb36107277256467910e1fd70b6cf4 +size 27043840 diff --git a/datasets/607548.tar b/datasets/607548.tar new file mode 100644 index 0000000000000000000000000000000000000000..7378df91aaa1f67e0517f0365d32455ba2e4c84f --- /dev/null +++ b/datasets/607548.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:790425416a09961ddf0b380518ade4c9079750c5d4b65c446bd73c030e6db939 +size 30709760 diff --git a/datasets/607573.tar b/datasets/607573.tar new file mode 100644 index 0000000000000000000000000000000000000000..f5b2d44be5cf97dee579a5648f96d45200f5b15a --- /dev/null +++ b/datasets/607573.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fe46fac8453911e590cca09e034c4164d51c131ba03b033237749b67bf397e6 +size 30597120 diff --git a/datasets/607651.tar b/datasets/607651.tar new file mode 100644 index 0000000000000000000000000000000000000000..ffb0e2366ad3e63c97bbaf58e2a05e0e5a29eade --- /dev/null +++ b/datasets/607651.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d094487177e75627894f518f4aff9d8d0f4751e678ff85366016196de839eef9 +size 2570240 diff --git a/datasets/607749.tar b/datasets/607749.tar new file mode 100644 index 0000000000000000000000000000000000000000..fe09a45525c5580ea633131b0af8cb7fc9d30e74 --- /dev/null +++ b/datasets/607749.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:403510404a4eb5c8e4fb6ddc8af30e8866e00d1655dce4711a0d64077de98c0b +size 2283520 diff --git a/datasets/607897.tar b/datasets/607897.tar new file mode 100644 index 0000000000000000000000000000000000000000..2e6feaeb23d2097fc0b3bcfb9f0748e4c386af29 --- /dev/null +++ b/datasets/607897.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe5d6995aa0a3c343efa3b1498119fc731b14ef6d9a0e80704cd45723c02968 +size 40960 diff --git a/datasets/607935.tar b/datasets/607935.tar new file mode 100644 index 0000000000000000000000000000000000000000..eb53b8c9aec5575a9a74bf93cf462b50f10f2322 --- /dev/null +++ b/datasets/607935.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717a0adcb27b3e44b82319d7d768a04e963f3cba5106187ab562ac39903a06e3 +size 43653120 diff --git a/datasets/608150.tar b/datasets/608150.tar new file mode 100644 index 0000000000000000000000000000000000000000..bbe90a149dee6eea667c125f6439c8b8794c3915 --- /dev/null +++ b/datasets/608150.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58857aa939568170aa956494bfb35d3c11c1146b8ba8a5b407b724a4109b7f0c +size 641720320 diff --git a/datasets/608458.tar b/datasets/608458.tar new file mode 100644 index 0000000000000000000000000000000000000000..9de4386fbb2892b8af3588832a44dd257be8f417 --- /dev/null +++ b/datasets/608458.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7a35f41b574c941f43c8e6bafb9ba2f9f60d8c1807bf6b8ea07edcb352c137 +size 7731200 diff --git a/datasets/608474.tar b/datasets/608474.tar new file mode 100644 index 0000000000000000000000000000000000000000..c3fd0a8d637ae0a58a0a7638660c64630caa6b2d --- /dev/null +++ b/datasets/608474.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b1df782a5585f99d917fd1d180c14f7603adb43aee79cd43c6a0200c863663 +size 22241280 diff --git a/datasets/608536.tar b/datasets/608536.tar new file mode 100644 index 0000000000000000000000000000000000000000..9837afea3972ac748832ad95f90267b329fc19bf --- /dev/null +++ b/datasets/608536.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b48251fb68c18a5ea2f896bf0e817a268e24e3f638e4be7831ad355c53448e3 +size 202342400 diff --git a/datasets/608576.tar b/datasets/608576.tar new file mode 100644 index 0000000000000000000000000000000000000000..182b407a2ea818a48b3f7b92931868b242f5f498 --- /dev/null +++ b/datasets/608576.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f87631ff0b5195da47572d89705bd063c02ffa20b194ae37e6986e594ee8ffb +size 675840 diff --git a/datasets/608626.tar b/datasets/608626.tar new file mode 100644 index 0000000000000000000000000000000000000000..558dafae76f9cc0348025ca7feeb89f36291118b --- /dev/null +++ b/datasets/608626.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f8c7df4ef2a244cf61e34d7adfc04e8927062a09759ba04c9d74143d490f899 +size 552960 diff --git a/datasets/608720.tar b/datasets/608720.tar new file mode 100644 index 0000000000000000000000000000000000000000..4766af0c4b26066bc8b5f6708f9ed7354dc35f2b --- /dev/null +++ b/datasets/608720.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57916633ee2e2ba95f15bf4b101d9a76cbda6f0b2674a7e4a38f434629181988 +size 2703360 diff --git a/datasets/608780.tar b/datasets/608780.tar new file mode 100644 index 0000000000000000000000000000000000000000..030b942daac54345d0228698e5f3ab6f9fee07e8 --- /dev/null +++ b/datasets/608780.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e750f4faf005d6e327226349894ced4691e7c208fe5ad902b0d1cc47a20100 +size 43120640 diff --git a/datasets/608792.tar b/datasets/608792.tar new file mode 100644 index 0000000000000000000000000000000000000000..e5b3b56119e891d22e50495d649199753c4ab689 --- /dev/null +++ b/datasets/608792.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6939f1270fb8947feafd890e66b0cce9048251417fce58fccd411dbe2f4e309e +size 2846720 diff --git a/datasets/608808.tar b/datasets/608808.tar new file mode 100644 index 0000000000000000000000000000000000000000..2f122631c142eaf73a63a7988dbb781533956da4 --- /dev/null +++ b/datasets/608808.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4997643c1e9e26c1516caeb1e0eb1c3117c55d7f8b1b4caaca6e578ec10f2c02 +size 43120640 diff --git a/datasets/608885.tar b/datasets/608885.tar new file mode 100644 index 0000000000000000000000000000000000000000..348222790a4017c98a2600aed2289ed4869b605d --- /dev/null +++ b/datasets/608885.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3052009c0d38f918a795e0b78f9ff7fcc820e9b9310f572d3d9cb3318dc5b35b +size 2652160 diff --git a/datasets/608960.tar b/datasets/608960.tar new file mode 100644 index 0000000000000000000000000000000000000000..00babcb93992ef79745a6c2e968091eb322b69c3 --- /dev/null +++ b/datasets/608960.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0357b9eee3d47499e492a7098d0726c05fc2717132e48ec69c500088611945bb +size 2437120 diff --git a/datasets/608988.tar b/datasets/608988.tar new file mode 100644 index 0000000000000000000000000000000000000000..79cbf4d33045aa5275230f24c608211dd71d6ce4 --- /dev/null +++ b/datasets/608988.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f083ad3edd13042345e1dce3b8e34bd11583a80db82f94484ec9360f7b2bc1 +size 49684480 diff --git a/datasets/609031.tar b/datasets/609031.tar new file mode 100644 index 0000000000000000000000000000000000000000..4284b61a82c355bca66c4fcbe11d4865ac9e1dba --- /dev/null +++ b/datasets/609031.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e7504e78b36ec4d0e46810161938109e477131dc800bde4953893080db53d47 +size 2928640 diff --git a/datasets/609074.tar b/datasets/609074.tar new file mode 100644 index 0000000000000000000000000000000000000000..e1e15095796ed6db801e0a7717ec534bea44130f --- /dev/null +++ b/datasets/609074.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:495f26d4d9aff4fb48b3284c77b64d6d2881b50fead98716c6c7f4364a294eed +size 135383040 diff --git a/datasets/609114.tar b/datasets/609114.tar new file mode 100644 index 0000000000000000000000000000000000000000..9ad7989c3e6ce1ee09be252e783642f5ab0c7b70 --- /dev/null +++ b/datasets/609114.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7a659a6c9513c344281033598b5418ca42b7b1ffed9fe17d0f9e038321c5dc +size 2324480 diff --git a/datasets/609399.tar b/datasets/609399.tar new file mode 100644 index 0000000000000000000000000000000000000000..f385a3b80d944f5db4112e783c5d9e01e6b6501f --- /dev/null +++ b/datasets/609399.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff671a516f3e267125f9e6c994eca9585355f9c6be41b27a46ba68c2c56dfa1 +size 178053120 diff --git a/datasets/609415.tar b/datasets/609415.tar new file mode 100644 index 0000000000000000000000000000000000000000..4eac1b91fe80336148b3859433edf882fa6db5a0 --- /dev/null +++ b/datasets/609415.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c3a7715ffd436b58f6bb9c40a91eb65ef20f4b06dfa3e606496995e4af8cab +size 135383040 diff --git a/datasets/609433.tar b/datasets/609433.tar new file mode 100644 index 0000000000000000000000000000000000000000..0a1952015aeb604ef72ccc4334d849b90c8e2814 --- /dev/null +++ b/datasets/609433.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6efc8ac5bf0e98a175c1dabfdf5864a761fc556c5452fcb6904897c1b69e6403 +size 178053120 diff --git a/datasets/609454.tar b/datasets/609454.tar new file mode 100644 index 0000000000000000000000000000000000000000..b514ad5c880696269a8d516c2d14d775dd3f5ebe --- /dev/null +++ b/datasets/609454.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad1965f3e1f5b73b6f80f27656b64a8111ea1344f02d92c59f988ff6705574f +size 22353920 diff --git a/datasets/609746.tar b/datasets/609746.tar new file mode 100644 index 0000000000000000000000000000000000000000..7ccde576061672efb1e99c9137d42f86e19112ba --- /dev/null +++ b/datasets/609746.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04fc77a2d245dd11e3d04d3e5816e38fb848e2362806975b5ca559a903c45a33 +size 146769920 diff --git a/datasets/60976.tar b/datasets/60976.tar new file mode 100644 index 0000000000000000000000000000000000000000..5396bd7e24cb60dd61503806e84ccd6098e0aba9 --- /dev/null +++ b/datasets/60976.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:540d109512f71a2fa00e0d713ef77f80b30471f44c91837c617d90dbd6a5b4e8 +size 15872000 diff --git a/datasets/60987.tar b/datasets/60987.tar new file mode 100644 index 0000000000000000000000000000000000000000..db55c63f6664782ea2c6cdf69a83176d64ec562a --- /dev/null +++ b/datasets/60987.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c016c01a79cf4c203d626ed85f6de79d4f363fa342df2b297c40e1e03e374679 +size 24033280 diff --git a/datasets/609989.tar b/datasets/609989.tar new file mode 100644 index 0000000000000000000000000000000000000000..2f539231d2455aba5cabac3c00b90f0406a711f0 --- /dev/null +++ b/datasets/609989.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c34871af21f926c0fd16cbfc24ce88d3bfec112e7fc961cf4c12edafdeb4a919 +size 203765760 diff --git a/datasets/609993.tar b/datasets/609993.tar new file mode 100644 index 0000000000000000000000000000000000000000..617af883da9e9ef557189d0b30c2ffbfe36c3510 --- /dev/null +++ b/datasets/609993.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ede44909da636bb91cce73a04b3278545701bdb94df65c02cd31e14a807a2a +size 2570240 diff --git a/datasets/610112.tar b/datasets/610112.tar new file mode 100644 index 0000000000000000000000000000000000000000..1da19064d76dc23e2a78fdf24215d1129e4db6ad --- /dev/null +++ b/datasets/610112.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be595130492601b74d8adee5d1caf7efcd2feb62b46cb921a0eada1e02f461e0 +size 2048000 diff --git a/datasets/610221.tar b/datasets/610221.tar new file mode 100644 index 0000000000000000000000000000000000000000..d273d33fb5b087ce4c1bfcd77fe06cbec8b67129 --- /dev/null +++ b/datasets/610221.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc93d571a747ef19a9eaf9a8d84f6443dd57dab77ed40a83bc7bd047e1743ef2 +size 2590720 diff --git a/datasets/610324.tar b/datasets/610324.tar new file mode 100644 index 0000000000000000000000000000000000000000..335ec2ed14c77f610be905f6a1c1ec824bc7704f --- /dev/null +++ b/datasets/610324.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75142f6de1f5d4b8e005045a21e29caa7e3c57ead9cc21a868ad26dbc501ed74 +size 2478080 diff --git a/datasets/610336.tar b/datasets/610336.tar new file mode 100644 index 0000000000000000000000000000000000000000..426068437ca8c9e7344d8bf4610d00408f0d2f01 --- /dev/null +++ b/datasets/610336.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f79916b9b8a26bf2c99cac6970b13708b62f775e3b8020df0a06b0a78385ee00 +size 55470080 diff --git a/datasets/610408.tar b/datasets/610408.tar new file mode 100644 index 0000000000000000000000000000000000000000..949baf508e8e6cb86e99beb71a2f7312c3b714be --- /dev/null +++ b/datasets/610408.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a1c8cfc21850eee22c2d0f78990768ec8b25790bae0cab92a913d419a98ad38 +size 2396160 diff --git a/datasets/610565.tar b/datasets/610565.tar new file mode 100644 index 0000000000000000000000000000000000000000..c352443886e50614d73107b45cd926e86178ecc4 --- /dev/null +++ b/datasets/610565.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f1379e390a160ccbbcca65cb25c5793429dd175fbd118793d463dfcabdf5d35 +size 1454080 diff --git a/datasets/610742.tar b/datasets/610742.tar new file mode 100644 index 0000000000000000000000000000000000000000..ce5d5c34c2dbec969c252a3c6faa28588a2ea91a --- /dev/null +++ b/datasets/610742.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbfafff9a3ebd10936b620e501e0d94cf62a8f927857b773721b35833a399810 +size 2181120 diff --git a/datasets/611318.tar b/datasets/611318.tar new file mode 100644 index 0000000000000000000000000000000000000000..d85b0ac2789f8e735f7798fd3f6d5416f055100d --- /dev/null +++ b/datasets/611318.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650b4d8b5ec2eb0ab00f21cd6887a865469acf3814bac56532fa3467b20835d3 +size 85340160 diff --git a/datasets/611352.tar b/datasets/611352.tar new file mode 100644 index 0000000000000000000000000000000000000000..f136ef2ba1666da463715f4e0ca700c137378fbc --- /dev/null +++ b/datasets/611352.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5d4aef3b177233430b6718d9ef5642518384d3149bf80fb45431fb5ce8a14e +size 10229760 diff --git a/datasets/611665.tar b/datasets/611665.tar new file mode 100644 index 0000000000000000000000000000000000000000..99a0cd4d3cc7a69f559b7de517b75870ac1a2825 --- /dev/null +++ b/datasets/611665.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4fbc5503c6bb2751e9d2091463e68c51e267669c594728104500d3d2bc095fe +size 2109440 diff --git a/datasets/611779.tar b/datasets/611779.tar new file mode 100644 index 0000000000000000000000000000000000000000..6e172a0509673ed8beba9e9807309699fc4271f8 --- /dev/null +++ b/datasets/611779.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a8a93da5ed6f2758b3b48695abd8d87781178782679196c74bc311a499e49e +size 1310720 diff --git a/datasets/611807.tar b/datasets/611807.tar new file mode 100644 index 0000000000000000000000000000000000000000..8f1e1296b90ed0292b7428cbc33c83fde43f5644 --- /dev/null +++ b/datasets/611807.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a63ae0cb4f31ac6c0cea5f53957e4cd3a2e007351812113c78875c8b590eb71 +size 35481600 diff --git a/datasets/611831.tar b/datasets/611831.tar new file mode 100644 index 0000000000000000000000000000000000000000..84f3d594b27909b84b8510ae951fed29f0f911cd --- /dev/null +++ b/datasets/611831.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77348c5554ef350cb722ec7f4185286209086a5b0a57b3ad4710ad99857ac384 +size 2897920 diff --git a/datasets/611995.tar b/datasets/611995.tar new file mode 100644 index 0000000000000000000000000000000000000000..d7efc050d786a734f651384fd5e15d97a14d9482 --- /dev/null +++ b/datasets/611995.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc5412ad64da2beb4175ad6434ad4f31d380d9fc05fea0f7ba25002805dd7bdf +size 2109440 diff --git a/datasets/612094.tar b/datasets/612094.tar new file mode 100644 index 0000000000000000000000000000000000000000..32cb19cb4fa46766a76ce28db1135eb168702f2f --- /dev/null +++ b/datasets/612094.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97148211f2089402f7817c02e29d11d205eb308c69b8185cfcdd48c35c374cee +size 10813440 diff --git a/datasets/612180.tar b/datasets/612180.tar new file mode 100644 index 0000000000000000000000000000000000000000..2817b301fa3f47ffe267ebf29db8b805bf4beb46 --- /dev/null +++ b/datasets/612180.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:904cc8b7da728c1efa9ae13b1b65ca3cbf7a413524ebce3fb5a3c93929875ee8 +size 1382400 diff --git a/datasets/612195.tar b/datasets/612195.tar new file mode 100644 index 0000000000000000000000000000000000000000..4af5887c104eaf6abb84e528e661e94145d7f962 --- /dev/null +++ b/datasets/612195.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad141937f15206284f6a1903678c8146d1fe610c9e992a5e85c99968d1d10cb +size 2918400 diff --git a/datasets/612392.tar b/datasets/612392.tar new file mode 100644 index 0000000000000000000000000000000000000000..4f3342efcb4f5b6471e77978adeba154e687e169 --- /dev/null +++ b/datasets/612392.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:834278f12b9567eaef6997a1ecc88d214af1bfe393de6ba8166aeb4a9d0be446 +size 6973440 diff --git a/datasets/612431.tar b/datasets/612431.tar new file mode 100644 index 0000000000000000000000000000000000000000..5c52f771f1c78d7b0cde603547ed8ebe20c0ce61 --- /dev/null +++ b/datasets/612431.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8902af29e6703c3f790b6e64a16bf4a2bf96e19299f5c03fb3436bce4db7e57 +size 22353920 diff --git a/datasets/612432.tar b/datasets/612432.tar new file mode 100644 index 0000000000000000000000000000000000000000..75ad171b56e444e7fae4663001cc414326cbb4e2 --- /dev/null +++ b/datasets/612432.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7d8a374faceb5e6d897de4b8d75251ac9d1f6195cfc105f3bef02b28815138 +size 1832960 diff --git a/datasets/612520.tar b/datasets/612520.tar new file mode 100644 index 0000000000000000000000000000000000000000..d04d96b88b73bb23ae854b3f3d776e3e826f6e0d --- /dev/null +++ b/datasets/612520.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843cb366778e5df111527e73692b2cf4cec7c7366673f18311c8844d5874af8f +size 184002560 diff --git a/datasets/612593.tar b/datasets/612593.tar new file mode 100644 index 0000000000000000000000000000000000000000..9e15275e75329984dc277a6d122c4966b4a16a4c --- /dev/null +++ b/datasets/612593.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1233333d1954d7b3aaf29fcafe84eec68b421daeddccfc1a0fea919831f56930 +size 1966080 diff --git a/datasets/61266.tar b/datasets/61266.tar new file mode 100644 index 0000000000000000000000000000000000000000..c1065d954e0d7f724dd2b4851609e62fc2655921 --- /dev/null +++ b/datasets/61266.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5c9f01e71913c35717e545aafa80e6364af2ba5606e2b72ae70be11386120aa +size 25702400 diff --git a/datasets/612703.tar b/datasets/612703.tar new file mode 100644 index 0000000000000000000000000000000000000000..28d46526739b9f1fa0a419809a8de472145e0049 --- /dev/null +++ b/datasets/612703.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f3adb26f72a9c854c05d4a2375c7b062c01290f8dab46564ce3ffc700fe32e3 +size 3973120 diff --git a/datasets/612704.tar b/datasets/612704.tar new file mode 100644 index 0000000000000000000000000000000000000000..f6098a76a3c472ed7d1b3c75a7c9ca11f9474174 --- /dev/null +++ b/datasets/612704.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61898ed1eea27425c93c0a5ec99fa35483bed899f5d9eee0875926f1add5f0f5 +size 266240 diff --git a/datasets/613097.tar b/datasets/613097.tar new file mode 100644 index 0000000000000000000000000000000000000000..8bce706e6f5fae99c66979e5de5775fad4a2f480 --- /dev/null +++ b/datasets/613097.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd045dcc81d2894c1b52df7dbdede5c5acd5163a9af6aeabe5f2aa77e993b041 +size 73861120 diff --git a/datasets/613103.tar b/datasets/613103.tar new file mode 100644 index 0000000000000000000000000000000000000000..7ce10976bf665556ac3b35209d4d6e31d2bd5856 --- /dev/null +++ b/datasets/613103.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f60b6dbe1436d50840800673be2f565e153a4df08706bb328d7f8e23de5197b +size 512000 diff --git a/datasets/613113.tar b/datasets/613113.tar new file mode 100644 index 0000000000000000000000000000000000000000..2447c1fb9bb184259be9b923014fa680803e71ed --- /dev/null +++ b/datasets/613113.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afd547867e6ecf65584c62be4f435d529bfe89b0d9add2199c4f382a66387d48 +size 9646080 diff --git a/datasets/613131.tar b/datasets/613131.tar new file mode 100644 index 0000000000000000000000000000000000000000..4386d2a10f7037d7193fbb388e997c12a076d084 --- /dev/null +++ b/datasets/613131.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a966314a14e91338e4cf6f6ddac550ff73a6fa8c9ed0ac7073599135735be4 +size 5847040 diff --git a/datasets/613145.tar b/datasets/613145.tar new file mode 100644 index 0000000000000000000000000000000000000000..8c091ff067a683c9b1faeb03a74d7b151f4f85a4 --- /dev/null +++ b/datasets/613145.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555f2c34572ba3d1b0c407dae207ee902590b3ea8406c1fc2a4e9caf7c5331d3 +size 14684160 diff --git a/datasets/613185.tar b/datasets/613185.tar new file mode 100644 index 0000000000000000000000000000000000000000..71a23c5ef93cbddaf88b1d415af9c9cbf1ddcf07 --- /dev/null +++ b/datasets/613185.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34db957abebe3ec7d427631c847d56275c8931d8e49fbf1f50a4509131aa3bde +size 16732160 diff --git a/datasets/613325.tar b/datasets/613325.tar new file mode 100644 index 0000000000000000000000000000000000000000..bbb047e87bc0d691f00e89145775ff1768fd781b --- /dev/null +++ b/datasets/613325.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb639c42ce0e0433cbefa5145835fd87f5de12742a13c3163b2e407983a81791 +size 7106560 diff --git a/datasets/613403.tar b/datasets/613403.tar new file mode 100644 index 0000000000000000000000000000000000000000..03de544ec8dd86811d96bb01c1302bce385fdd46 --- /dev/null +++ b/datasets/613403.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:694b8216537d85731bcbbc825418ad9ddd280ed9cfd18011d3434411baf5d7a0 +size 2570240 diff --git a/datasets/6135.tar b/datasets/6135.tar new file mode 100644 index 0000000000000000000000000000000000000000..3f14828b9d415b5870c9f88f880626c9d0f0cf7b --- /dev/null +++ b/datasets/6135.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de44c566588a0d2303fe14592316a8b674428e25e8da244dd9fb95929002e4ec +size 44503040 diff --git a/datasets/613584.tar b/datasets/613584.tar new file mode 100644 index 0000000000000000000000000000000000000000..77d134936501567969bb394dede70b64e6f4b031 --- /dev/null +++ b/datasets/613584.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b2ea14dc276867aefdb1b567c64eb06a3cbefbd5d5bc5ad114133cad558e72 +size 1945600 diff --git a/datasets/613650.tar b/datasets/613650.tar new file mode 100644 index 0000000000000000000000000000000000000000..cfc21c2534543448e611e70c5dff64a9660ce5d8 --- /dev/null +++ b/datasets/613650.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:389ff4fa33fdd5ab5e698fabbf8b4c110aa844d7024cadafc2a2ec4b262c9cd8 +size 1413120 diff --git a/datasets/613662.tar b/datasets/613662.tar new file mode 100644 index 0000000000000000000000000000000000000000..1144ff43eb7d021875d299a73b492a365faeaf86 --- /dev/null +++ b/datasets/613662.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8097025295e3b5245ad57336008939523856edf9ae397d116c1c861b551bfcde +size 19015680 diff --git a/datasets/613671.tar b/datasets/613671.tar new file mode 100644 index 0000000000000000000000000000000000000000..17a170bfe161a245ad7682c843651aac3017d94b --- /dev/null +++ b/datasets/613671.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed3bf9da88c294fa0c9cf42a438bad15f0a977f5f743764628ad3587d9933738 +size 993280 diff --git a/datasets/613735.tar b/datasets/613735.tar new file mode 100644 index 0000000000000000000000000000000000000000..bc1838d29680b2a62fee6d8f8a22b34a0c54da10 --- /dev/null +++ b/datasets/613735.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:092cf70e8ff60a398705d5484970026552cbe5c58b7946465874e8b718544e99 +size 61440 diff --git a/datasets/613750.tar b/datasets/613750.tar new file mode 100644 index 0000000000000000000000000000000000000000..d0881ce4023ce1a6587673f4eb0834c7fffdbdd4 --- /dev/null +++ b/datasets/613750.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead79c542d416f04bb8d5df44b478d10d747f4f18b04895ad94a84f045f4aac1 +size 2754560 diff --git a/datasets/613798.tar b/datasets/613798.tar new file mode 100644 index 0000000000000000000000000000000000000000..e9e950604bd090eb2274f888a11825e9e5ffd7b7 --- /dev/null +++ b/datasets/613798.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4346827fe778d329ff6761c47a3e56569579c639e8fab3e2b91241d136a20c02 +size 174080 diff --git a/datasets/613806.tar b/datasets/613806.tar new file mode 100644 index 0000000000000000000000000000000000000000..0183206493384a09811e4705bfb1effb3b9ae241 --- /dev/null +++ b/datasets/613806.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14efa52b1d598645af17c48547270e5ec29f806b7ab3720c124741c1ee3d6383 +size 174080 diff --git a/datasets/613810.tar b/datasets/613810.tar new file mode 100644 index 0000000000000000000000000000000000000000..31f676dc482989fd3a8f0e57c0e7109614d2acd4 --- /dev/null +++ b/datasets/613810.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4305145d8a4dc142dbbf44a14460f6f557fd516e4fc28422d110a0418d6483e7 +size 7905280 diff --git a/datasets/613823.tar b/datasets/613823.tar new file mode 100644 index 0000000000000000000000000000000000000000..13e7403d4c7a4b0676c46f59be7ed528e5b68dd2 --- /dev/null +++ b/datasets/613823.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4832225a9107d6263533ea62f1c4bd086f85071444aff6faf8a6a2fc73bf9a01 +size 1996800 diff --git a/datasets/613824.tar b/datasets/613824.tar new file mode 100644 index 0000000000000000000000000000000000000000..e1e58689b096954471a7995b4b11d502bcc0ca0e --- /dev/null +++ b/datasets/613824.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c3313bb9ebf47eb148f573efd9d9fcaa799d0024b5be9a7e3c5af4590b0384 +size 2222080 diff --git a/datasets/61406.tar b/datasets/61406.tar new file mode 100644 index 0000000000000000000000000000000000000000..1bf00816696745112c6d59f24974a42ff2b327b4 --- /dev/null +++ b/datasets/61406.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec499ff0771c3e95f4bca1646ccb0b296b3282df100ff69bc08dc3bf25af6f54 +size 3450880 diff --git a/datasets/614105.tar b/datasets/614105.tar new file mode 100644 index 0000000000000000000000000000000000000000..3bb3fe7584c21fe1a238ac94a3b047c33a2279e7 --- /dev/null +++ b/datasets/614105.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d266f0585957882389566b6b426d4af2e78d472759a5e30f3639ae855364ce +size 122880 diff --git a/datasets/614138.tar b/datasets/614138.tar new file mode 100644 index 0000000000000000000000000000000000000000..9bb29a3aa876227b2b3b649dac43195d2bb6e6b7 --- /dev/null +++ b/datasets/614138.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c29de6ddffd22fbf0cc0b3494092ce9b742f2e37fd39ebbae7089afcc98e3a7 +size 163840 diff --git a/datasets/614660.tar b/datasets/614660.tar new file mode 100644 index 0000000000000000000000000000000000000000..f33c73733b4a13150e08ffc65aafabc6393cf970 --- /dev/null +++ b/datasets/614660.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:464213726ca32988f2dddee0a7408b1f4620138a4963d392776815e8f2aea969 +size 5335040 diff --git a/datasets/614669.tar b/datasets/614669.tar new file mode 100644 index 0000000000000000000000000000000000000000..8a4ac93fb60bcef06301e6605198520fb1b1671a --- /dev/null +++ b/datasets/614669.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a45a19808565b2f72f14c2a947c0036d594af7eb0db66c123f08ff0ca346d78 +size 3502080 diff --git a/datasets/614678.tar b/datasets/614678.tar new file mode 100644 index 0000000000000000000000000000000000000000..c3acae1d5da8db220883767febb41e7321d0243a --- /dev/null +++ b/datasets/614678.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:383ca4225a3bbcb52f8ce81e55077c68eb5578a1979bff738720d58590772115 +size 17602560 diff --git a/datasets/614855.tar b/datasets/614855.tar new file mode 100644 index 0000000000000000000000000000000000000000..20d4626f2c65f6e62b977954fb28cada945aee0b --- /dev/null +++ b/datasets/614855.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3657fd0db9a8e6285cfebb3415f7d03d7ecfb6e7d36855fe69c6252240bd62ee +size 71680 diff --git a/datasets/614872.tar b/datasets/614872.tar new file mode 100644 index 0000000000000000000000000000000000000000..ef9647ea19d46c17f242d9cbbec39c3570fb55aa --- /dev/null +++ b/datasets/614872.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c051e35ef36fa7c3b69fe9265be21c77c4b5255cb856de2e81adfe43d8dc02 +size 203704320 diff --git a/datasets/614885.tar b/datasets/614885.tar new file mode 100644 index 0000000000000000000000000000000000000000..3fe24fa6bc9599afd494defa13be619de2f9ac33 --- /dev/null +++ b/datasets/614885.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55206957a54c1d07feae47030e5b66fdd5c2364b514b5b5a478192af6b70a1e +size 96133120 diff --git a/datasets/615074.tar b/datasets/615074.tar new file mode 100644 index 0000000000000000000000000000000000000000..f8b1dc6f904fc7ba53bfa92125d3640cd74090fc --- /dev/null +++ b/datasets/615074.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb06958a2efe11fc21a42be12b4c7c3536c938948d6f46ff6d30073984d8f60 +size 61941760 diff --git a/datasets/615149.tar b/datasets/615149.tar new file mode 100644 index 0000000000000000000000000000000000000000..bb6fed8360111b959b1fcc503637b670794578a0 --- /dev/null +++ b/datasets/615149.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ad68d7a16905e08365569ce0ecfb1ab2aae471d955cf34455af5de044b074f +size 2775040 diff --git a/datasets/615239.tar b/datasets/615239.tar new file mode 100644 index 0000000000000000000000000000000000000000..4e74e3c67c7edbbfadaa26cf72e853dfe2f9f0a4 --- /dev/null +++ b/datasets/615239.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf218180312fc842cc9b40c5c5ce7fc492d294d26a325deed90f7a656a8e1bf +size 61941760 diff --git a/datasets/615241.tar b/datasets/615241.tar new file mode 100644 index 0000000000000000000000000000000000000000..db5116b43bf6a50d5eeb933114f4073e9eb1020e --- /dev/null +++ b/datasets/615241.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b521d0485aed81e50e1599c43a55af686c73ca668185a136eae739a8cb5d13 +size 61941760 diff --git a/datasets/615255.tar b/datasets/615255.tar new file mode 100644 index 0000000000000000000000000000000000000000..6ff1f7760ec2e9a7568459991c797b62dcd2680a --- /dev/null +++ b/datasets/615255.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2a03583883ed1d234674ddf32d343fb1f19408d598ca7bb10cfb6433a1f469 +size 2181120 diff --git a/datasets/615268.tar b/datasets/615268.tar new file mode 100644 index 0000000000000000000000000000000000000000..3554186c05304afb7432d9804aef48dc58e57b21 --- /dev/null +++ b/datasets/615268.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bbb9581c999b97eb7eb3e08ac54321b4aeb4db87194de6a416c0e8132d60eae +size 6225920 diff --git a/datasets/615398.tar b/datasets/615398.tar new file mode 100644 index 0000000000000000000000000000000000000000..ddac0e5459b4998afdb9deb30ffcf4b3f2c8295d --- /dev/null +++ b/datasets/615398.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff15cf6cac2b8550486153db094a9e5b7be408da89bcdcf1628ef86e17630629 +size 15400960 diff --git a/datasets/615472.tar b/datasets/615472.tar new file mode 100644 index 0000000000000000000000000000000000000000..a25c16cb0ab0ebae967445dfb170093e0f107557 --- /dev/null +++ b/datasets/615472.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6785efb5f2fd4bf4ff8ea0f11317e509cba3d8c3a016cdf0f4bd5837ede866 +size 7311360 diff --git a/datasets/615506.tar b/datasets/615506.tar new file mode 100644 index 0000000000000000000000000000000000000000..78348996cc26765df1408fabfa032cf4904d3443 --- /dev/null +++ b/datasets/615506.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14cdaaff23f1253be02307693d8c308fd3d627d5ed6a2c2da274a787958585dc +size 67635200 diff --git a/datasets/615532.tar b/datasets/615532.tar new file mode 100644 index 0000000000000000000000000000000000000000..711868aa4311cc24241ed059cc2c34b73cd1edb8 --- /dev/null +++ b/datasets/615532.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22af166bfa4104f1f25a2d603e24c38cec5d4b235d0feb9652bf4585d1d4eb9a +size 6144000 diff --git a/datasets/615663.tar b/datasets/615663.tar new file mode 100644 index 0000000000000000000000000000000000000000..d70d3140141e28935b2f5c342c3ac7f64e8c80e4 --- /dev/null +++ b/datasets/615663.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0023afb4015e3d67b6d2912eaa75b786b929720c2c850f94c484c8c1a6f8a2 +size 2324480 diff --git a/datasets/615799.tar b/datasets/615799.tar new file mode 100644 index 0000000000000000000000000000000000000000..2b16b2eaa448b92869ff7cdf981c2ff188434323 --- /dev/null +++ b/datasets/615799.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ac0280c1cb05c7454e8dd712cc8d0fe69453bca476b2a8935bbbab3bd971cb +size 1617920 diff --git a/datasets/615822.tar b/datasets/615822.tar new file mode 100644 index 0000000000000000000000000000000000000000..e15f8473cd2eaab04947152b3df9f3afea1d8a30 --- /dev/null +++ b/datasets/615822.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ceafa2100006674e6ef024a517d2a481d87cf02101bee7bc962e6499468ced +size 20520960 diff --git a/datasets/615897.tar b/datasets/615897.tar new file mode 100644 index 0000000000000000000000000000000000000000..11496d1b353e9fea5ec28077e1b479e9644161b2 --- /dev/null +++ b/datasets/615897.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20df78005e8c7feaaa5e9dc468b5351b9ce5b2c568fdf2eddbaade3bf6356f84 +size 757760 diff --git a/datasets/616036.tar b/datasets/616036.tar new file mode 100644 index 0000000000000000000000000000000000000000..f08ed790b0707c217efae0a424b1756444f03865 --- /dev/null +++ b/datasets/616036.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da794d7dae3520b08c6f61e5ddc6c841007a0caf7c971dab90337952e7aad89 +size 2170880 diff --git a/datasets/616083.tar b/datasets/616083.tar new file mode 100644 index 0000000000000000000000000000000000000000..f52c0cb909f4f8b163784e555e32b0c46ea4e241 --- /dev/null +++ b/datasets/616083.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d590e45eeaee706bfdf6b1923ea70fb17911e8dca333ed5993bee235ed60ba7 +size 2058240 diff --git a/datasets/616143.tar b/datasets/616143.tar new file mode 100644 index 0000000000000000000000000000000000000000..16fb19243f203323909cf6c3d697799a3c8f0093 --- /dev/null +++ b/datasets/616143.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea5817dd88ce4117654783de674a57dcd4dfc3d951742176c6aee67c40a2513 +size 2529280 diff --git a/datasets/616211.tar b/datasets/616211.tar new file mode 100644 index 0000000000000000000000000000000000000000..f64de515437571826afcb256fa2e19f9c2de82eb --- /dev/null +++ b/datasets/616211.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07cbfd53b48096e375808fc66bb591df0dae65095958d55a1fcdad492b63dd4 +size 2078720 diff --git a/datasets/616216.tar b/datasets/616216.tar new file mode 100644 index 0000000000000000000000000000000000000000..31c70e735b6282b995345cf2e7ff29b58490b79f --- /dev/null +++ b/datasets/616216.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fec70b5cef1546a2d23fbd6e2ddbd6d84545d85fadb962540f046b7d34b0a87 +size 2928640 diff --git a/datasets/616287.tar b/datasets/616287.tar new file mode 100644 index 0000000000000000000000000000000000000000..c69a2c1657ec9373af1a579e9fe24fe6de56e879 --- /dev/null +++ b/datasets/616287.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22cd14366450865a94fc46a3f88ba2195374463d759c44c78aeb98adf96c9e03 +size 2273280 diff --git a/datasets/616466.tar b/datasets/616466.tar new file mode 100644 index 0000000000000000000000000000000000000000..e08f5fa65322564d8d20344821325a85390a8f0b --- /dev/null +++ b/datasets/616466.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf89c28b1f83727c762ff90ae1aebc64a6f9c29f67f2f3d1ff888d315f936dc +size 124579840 diff --git a/datasets/616500.tar b/datasets/616500.tar new file mode 100644 index 0000000000000000000000000000000000000000..e5714480dab112ebeb945a917262e23785cbc8a5 --- /dev/null +++ b/datasets/616500.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37462afb899a15ce6eb46f64ea7ed46e0f1bcf39feab6a8daedc0117e9cf9c3 +size 135219200 diff --git a/datasets/616530.tar b/datasets/616530.tar new file mode 100644 index 0000000000000000000000000000000000000000..4aa11bfc48d5ef8d370ce6e816270d01e2542eed --- /dev/null +++ b/datasets/616530.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39551040542297deb5f648d4501c7065bcf402c9bff3932dc7b42bcfb005ccf7 +size 51200 diff --git a/datasets/616548.tar b/datasets/616548.tar new file mode 100644 index 0000000000000000000000000000000000000000..b129de5ced0b5ce68543ffd9888129ec8ddc2cea --- /dev/null +++ b/datasets/616548.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ea6d76188bab2c4358199283c613bbae4bfb9509311f9dbf0ec3c5118a0318 +size 2170880 diff --git a/datasets/616559.tar b/datasets/616559.tar new file mode 100644 index 0000000000000000000000000000000000000000..1f0c19fd0ca998be86e0db71427990336c931c59 --- /dev/null +++ b/datasets/616559.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2b6cf35b5b4477b526cdd9483895b809710097aece1d05e26843a6460e40e46 +size 30720 diff --git a/datasets/616575.tar b/datasets/616575.tar new file mode 100644 index 0000000000000000000000000000000000000000..b0495ceb35c2a0c6be73472fe605928cc053c0a0 --- /dev/null +++ b/datasets/616575.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:939c5aeec466fcc4792a843d4335a815602256d2a6b0d8cfff0e66f096d26943 +size 122880 diff --git a/datasets/616582.tar b/datasets/616582.tar new file mode 100644 index 0000000000000000000000000000000000000000..aaeba7018bd443950f229bb2fbd5310566644a23 --- /dev/null +++ b/datasets/616582.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0691490fa89ddc595e793565bc6c82110b6f82f64a01730f1fa5d3343210bd6 +size 2396160 diff --git a/datasets/616586.tar b/datasets/616586.tar new file mode 100644 index 0000000000000000000000000000000000000000..921a64b63bdaabdd2cdd219c86ba949a5001ecf6 --- /dev/null +++ b/datasets/616586.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5ddd231b7c7cc02c2be1dda72b51cd4d60f61908bcd4b23b7e82105a53976d +size 696320 diff --git a/datasets/616590.tar b/datasets/616590.tar new file mode 100644 index 0000000000000000000000000000000000000000..e28936218121650e99a393bddb2f20b9bcff21cc --- /dev/null +++ b/datasets/616590.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1611111a0b2ed461684d798c90b1c276b7fddf8d2871abe3d3ac08de3df018e8 +size 112640 diff --git a/datasets/616739.tar b/datasets/616739.tar new file mode 100644 index 0000000000000000000000000000000000000000..c96d1824aa350d2c175c24eef73ec7f8473f0a28 --- /dev/null +++ b/datasets/616739.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa82b449cbc5f0e7003bf5462bbf3493cecc88edc27e07c11c88858c98a6028f +size 18708480 diff --git a/datasets/616751.tar b/datasets/616751.tar new file mode 100644 index 0000000000000000000000000000000000000000..b27e7277a02f8012e78d7273360391c665742cfe --- /dev/null +++ b/datasets/616751.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd253f5b52ac526c97dced0d0be7291d99d2f538eecd2ea8a6610f62d08bc6c8 +size 1136640 diff --git a/datasets/616766.tar b/datasets/616766.tar new file mode 100644 index 0000000000000000000000000000000000000000..c431a3f9b9a6303c6bf759db0b4e8677a71dbe9e --- /dev/null +++ b/datasets/616766.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ff0db2e5deee9b75fe21394dd099d7f101fed3597f395d56d75a12ddaf7779 +size 106700800 diff --git a/datasets/616768.tar b/datasets/616768.tar new file mode 100644 index 0000000000000000000000000000000000000000..d264e757880de1259f64b39a9a838616acbfe694 --- /dev/null +++ b/datasets/616768.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf3deb91031da35fea952a4cb73774ec1a4c1d92de8bfbca1b13fe60ccfa51a +size 106700800 diff --git a/datasets/616900.tar b/datasets/616900.tar new file mode 100644 index 0000000000000000000000000000000000000000..11a428c1f27822e451856fac440aa9b437e443a8 --- /dev/null +++ b/datasets/616900.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a90f04cf9fd6605cb80e21be8a85d2d0bb4639b5720b6be586dc759210c7d4 +size 2672640 diff --git a/datasets/617206.tar b/datasets/617206.tar new file mode 100644 index 0000000000000000000000000000000000000000..79916a23d57fc00a92c97e493348e2d0be97928e --- /dev/null +++ b/datasets/617206.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad08d4ee1077b825313c08eb8c966ecb04bbae134908215faa1b1d05896dd3ed +size 122880 diff --git a/datasets/617371.tar b/datasets/617371.tar new file mode 100644 index 0000000000000000000000000000000000000000..edf34315733511d0b76e14d464bdc704c84603b7 --- /dev/null +++ b/datasets/617371.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a17b5d942e8e40430511542f07614bef60367f2c57d26b4e04ad249d7e0767 +size 20244480 diff --git a/datasets/617378.tar b/datasets/617378.tar new file mode 100644 index 0000000000000000000000000000000000000000..ad15fe064a6f3de63c2acc2f0f14401cc951fdb1 --- /dev/null +++ b/datasets/617378.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d6b6c01859d81ed538079a35a968881273b5aa44476d2a8cbeb27faad5054a4 +size 9738240 diff --git a/datasets/617418.tar b/datasets/617418.tar new file mode 100644 index 0000000000000000000000000000000000000000..10cfaea07d166715a050205270bf05a1d1833a2a --- /dev/null +++ b/datasets/617418.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe4375a39d1ef02701a1c825de2ded3058ab26c5ba0929a4ee7d9bc5a21105a2 +size 51824640 diff --git a/datasets/617498.tar b/datasets/617498.tar new file mode 100644 index 0000000000000000000000000000000000000000..75d9c6c1ef52c3fdbf825b421292443375c5ee4d --- /dev/null +++ b/datasets/617498.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1056838be20e16bded17133d6a63f35cd13f9f9403d731a31e258570e3f3fe6d +size 10219520 diff --git a/datasets/617546.tar b/datasets/617546.tar new file mode 100644 index 0000000000000000000000000000000000000000..1a8ab82c9a1612a623dd5ef711c5c7f44c223ca7 --- /dev/null +++ b/datasets/617546.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a2e14472c6cf7cd60163beb9b85ed0c8fbbd84ca863d0569850684a882d425 +size 17346560 diff --git a/datasets/617563.tar b/datasets/617563.tar new file mode 100644 index 0000000000000000000000000000000000000000..ade264cd2bd93d6e43ef7413b5069b2cd2cf4faa --- /dev/null +++ b/datasets/617563.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e9b63e6015ac2f8b7ae7bb065005449ecd85d4a23e9141bc0404b4e236c7c38 +size 9072640 diff --git a/datasets/617594.tar b/datasets/617594.tar new file mode 100644 index 0000000000000000000000000000000000000000..6b1e115d9a685c1d282ed6e1b8aff5b230593398 --- /dev/null +++ b/datasets/617594.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9acfd165516ba67c3ecf84ee674e239dfed3ff7af83a8ab262319b51130f011 +size 31866880 diff --git a/datasets/61775.tar b/datasets/61775.tar new file mode 100644 index 0000000000000000000000000000000000000000..e2eeb50dace872a7c52324bc7e2a6d6451830469 --- /dev/null +++ b/datasets/61775.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e14a3920e3875df2b0c24958d34d6de0655a4ff7f833c4a4cd4af99162b497f +size 1740800 diff --git a/datasets/617965.tar b/datasets/617965.tar new file mode 100644 index 0000000000000000000000000000000000000000..b7ad89661865354f8ef320395700812c7d2fbe92 --- /dev/null +++ b/datasets/617965.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bbe22133ccb619398f9bc0d4686945b002596b8f7f4970a76373bb7b031a51b +size 171919360 diff --git a/datasets/618110.tar b/datasets/618110.tar new file mode 100644 index 0000000000000000000000000000000000000000..f80703f913aee46808586f4e58a479f33c140efd --- /dev/null +++ b/datasets/618110.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dc16bb44dca9a5e63a159900a76e3e5927b151a9aa9c9d55a47a3a3f2afa634 +size 71680 diff --git a/datasets/618140.tar b/datasets/618140.tar new file mode 100644 index 0000000000000000000000000000000000000000..bb17cea7cbb0d09c1bd3c09182756f2e6515375f --- /dev/null +++ b/datasets/618140.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25639ac152644df528c2c3fcf3110cf1d8245739b52b5e3bc1efce7fa4665a3 +size 30720 diff --git a/datasets/618458.tar b/datasets/618458.tar new file mode 100644 index 0000000000000000000000000000000000000000..cd618d92ca7a0739ebbb7691d724721d808d3689 --- /dev/null +++ b/datasets/618458.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dfa6d36380292c52f2ea47393f2ee8301229f46c3acdec04d141c7b3ad35733 +size 2201600 diff --git a/datasets/618579.tar b/datasets/618579.tar new file mode 100644 index 0000000000000000000000000000000000000000..164ddefdae97b10d1598258286b2fbc96bc7bc0a --- /dev/null +++ b/datasets/618579.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b24630ff5dd5b89535262e370b15ec7dc6f14e1d41d5a92a114252b72155d3e7 +size 276480 diff --git a/datasets/618649.tar b/datasets/618649.tar new file mode 100644 index 0000000000000000000000000000000000000000..4373c61693c852914f5b6a0321b4d9ebee12dcdb --- /dev/null +++ b/datasets/618649.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2fd042f40446af19220882fec85face841c63cd5b816459ae47408360454a5f +size 1566720 diff --git a/datasets/618905.tar b/datasets/618905.tar new file mode 100644 index 0000000000000000000000000000000000000000..9991534c3610982dafbdd81c1832a64d0670e72b --- /dev/null +++ b/datasets/618905.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e516c91597f2c6262681ed040245ea8cbe5d66249cea8d223b7c3fa4b79d2b84 +size 7587840 diff --git a/datasets/618914.tar b/datasets/618914.tar new file mode 100644 index 0000000000000000000000000000000000000000..71b38de89b435b43412d2a5ec658d77736897884 --- /dev/null +++ b/datasets/618914.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e563298cff5be3a9aaeb8032cef1f2f0e73162e25eddc4cd0a679e492a58c11 +size 1822720 diff --git a/datasets/618982.tar b/datasets/618982.tar new file mode 100644 index 0000000000000000000000000000000000000000..40c0ba22dfe26a111ce5f416868bdda8c1e1ec90 --- /dev/null +++ b/datasets/618982.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:095b1fcd9e1b06f97e2fcd90d177b71ccb0bba546cff3d49447a09710ed40f8b +size 1976320 diff --git a/datasets/619241.tar b/datasets/619241.tar new file mode 100644 index 0000000000000000000000000000000000000000..415132ad194aabb7cd034306a67d4a943371f4ac --- /dev/null +++ b/datasets/619241.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228842ff05d65bf68ff345b2f72c93963bb37f1e4f931b0620f1c2227fa17055 +size 9922560 diff --git a/datasets/619269.tar b/datasets/619269.tar new file mode 100644 index 0000000000000000000000000000000000000000..cee87d26f551e595708c52997406642305fcca7f --- /dev/null +++ b/datasets/619269.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0868305422135567b77be397c5596045934b6542130e4eaa7a1f3c610e0ce9c1 +size 81920 diff --git a/datasets/619404.tar b/datasets/619404.tar new file mode 100644 index 0000000000000000000000000000000000000000..d612a0a4ccabefef3bec6ac2dc5151b54a2c7d1a --- /dev/null +++ b/datasets/619404.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12c5dc4f7be0547a04b4f9e72e514d8214e15b7fbe639cff39cb8541245ff492 +size 5949440 diff --git a/datasets/619459.tar b/datasets/619459.tar new file mode 100644 index 0000000000000000000000000000000000000000..eca44b926a454e3ff92ee52d275336916b427922 --- /dev/null +++ b/datasets/619459.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e4df9e9b60e9b2329349b291d13c276200e63ecfec3eb90951c367e1b6b72a +size 10393600 diff --git a/datasets/619737.tar b/datasets/619737.tar new file mode 100644 index 0000000000000000000000000000000000000000..e11ffe9812c8dc2041a793c68a6eaae30d478ffb --- /dev/null +++ b/datasets/619737.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:294d3be5e391b8b3cab5fc1bddc65f777492a3918766d1484b18e4b2384cfd8d +size 4894720 diff --git a/datasets/619780.tar b/datasets/619780.tar new file mode 100644 index 0000000000000000000000000000000000000000..ec85716f5ff8308a882577e262ad4ae0d6d51672 --- /dev/null +++ b/datasets/619780.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801eacb706ec47cb50f0a4be5a49cf256f5cbc1b6e2eae8f50c68f7a48f462d5 +size 8744960 diff --git a/datasets/619915.tar b/datasets/619915.tar new file mode 100644 index 0000000000000000000000000000000000000000..29d076511500997f20da3f719830da9929c5403c --- /dev/null +++ b/datasets/619915.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643130c9d1ea6322acfc4d97e36e9eaef2dbb91d1f777797c5fcbaac6ddb7580 +size 2867200 diff --git a/datasets/619933.tar b/datasets/619933.tar new file mode 100644 index 0000000000000000000000000000000000000000..aef67842c1868af4ec06a23c2cf68f9b98193852 --- /dev/null +++ b/datasets/619933.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f2863d43741e3275c333d2154c90636f089040dc9202682aa0d7f445e80bf5 +size 35082240 diff --git a/datasets/619941.tar b/datasets/619941.tar new file mode 100644 index 0000000000000000000000000000000000000000..e61bb6b188d86672b5370afa590a3acda9328b0d --- /dev/null +++ b/datasets/619941.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa16a35b0cc3c38c3383a0c677321ef7ea90f76dfe1950970a5a20692435b75 +size 1802240 diff --git a/datasets/620041.tar b/datasets/620041.tar new file mode 100644 index 0000000000000000000000000000000000000000..071789bda8b4f79e7fbaf11f0bdcf7678b492e63 --- /dev/null +++ b/datasets/620041.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3392717bddfa13461873f98a4cc094395736048d174aba7aab86bf54d9e2200e +size 97679360 diff --git a/datasets/620049.tar b/datasets/620049.tar new file mode 100644 index 0000000000000000000000000000000000000000..b6ead6b2642034fc06b1215a8bbe0e75401a5c92 --- /dev/null +++ b/datasets/620049.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd10f4d5406416a9c2cf9fa2da2cfe2603fe4c9ba0458fbb56191ef679468d6 +size 1658880 diff --git a/datasets/620111.tar b/datasets/620111.tar new file mode 100644 index 0000000000000000000000000000000000000000..d1a8bce60163d99943993b7010da5aa7e3f5ff10 --- /dev/null +++ b/datasets/620111.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f426fd6cb2f3496aea290ff06a74008fc203b36182946645b4d6343b8865d27a +size 1802240 diff --git a/datasets/620161.tar b/datasets/620161.tar new file mode 100644 index 0000000000000000000000000000000000000000..2d17736942e998a9d960f75bc922d4a7db5aa7e9 --- /dev/null +++ b/datasets/620161.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc1ca6540f4930f2ac8ae0ba1ecfd62b6dad4f386b0b031bf27077567293968 +size 97679360 diff --git a/datasets/620349.tar b/datasets/620349.tar new file mode 100644 index 0000000000000000000000000000000000000000..e42934c6fd9a9a61989b1d4e9cd76207c715e0f1 --- /dev/null +++ b/datasets/620349.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfba2c584be036b774fa5193ad89377275b2c9fe7a0a74e99d9e3cd80f3d1d28 +size 102400 diff --git a/datasets/620354.tar b/datasets/620354.tar new file mode 100644 index 0000000000000000000000000000000000000000..cdab195b9622990865b2efdc4064bcc1da932d97 --- /dev/null +++ b/datasets/620354.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52e58d0dbd277375f58a48b2307a3fcdd9eeb6ff0373a5d840e910d9e19837a +size 71680 diff --git a/datasets/620497.tar b/datasets/620497.tar new file mode 100644 index 0000000000000000000000000000000000000000..d0110e476e4d0c8c288eff50540cdbb0996859d8 --- /dev/null +++ b/datasets/620497.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0c3d1090298dae94a600f3910f88f8d587b9a2e364c2d078aa5185538c25505 +size 819200 diff --git a/datasets/620560.tar b/datasets/620560.tar new file mode 100644 index 0000000000000000000000000000000000000000..7195a3c0632298c7509e38412d8956e03afa9733 --- /dev/null +++ b/datasets/620560.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69bb93693668d96dec3f4fcd469e74dbeb0306c1fe77dae4bbbcaa68322775bf +size 148213760 diff --git a/datasets/620616.tar b/datasets/620616.tar new file mode 100644 index 0000000000000000000000000000000000000000..651e31142b6fa498f3c7b681bb333ac4e42dd7f4 --- /dev/null +++ b/datasets/620616.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e48a733f419dbea64d07a6a020661eea403705e31b2f0071860126f76c045f2c +size 61440 diff --git a/datasets/620620.tar b/datasets/620620.tar new file mode 100644 index 0000000000000000000000000000000000000000..f9e2199635377870c10096f9b604583ee258ebca --- /dev/null +++ b/datasets/620620.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49865fb462b1b327675f9f8f4c1a247e6c928a7a4a29fd49c929e30d3c0f2037 +size 81920 diff --git a/datasets/620697.tar b/datasets/620697.tar new file mode 100644 index 0000000000000000000000000000000000000000..f4becc0c9116bfb0cac3577cced4644d1c4f5f8f --- /dev/null +++ b/datasets/620697.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb2a3761745e5a2bb2c60c64008bac87d5cae82cf1046050253dde375858a37 +size 26808320 diff --git a/datasets/620707.tar b/datasets/620707.tar new file mode 100644 index 0000000000000000000000000000000000000000..646a58f0d8d25ee0fa0ccd1c46df4061db90e063 --- /dev/null +++ b/datasets/620707.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d34bd6c7f59f1d64c168cc42e43430c7b68277e74860691c382d60f1ef76276 +size 26808320 diff --git a/datasets/620708.tar b/datasets/620708.tar new file mode 100644 index 0000000000000000000000000000000000000000..54621ab147f83cda622fd905c1a50568bc84b2ac --- /dev/null +++ b/datasets/620708.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad9f28e74f4105eb61dc70b59855dc56dea7e26cc516b64a27c7c8b7eefda89 +size 26808320 diff --git a/datasets/620709.tar b/datasets/620709.tar new file mode 100644 index 0000000000000000000000000000000000000000..a8e588282ea9bc36fc936a206610406506388dcd --- /dev/null +++ b/datasets/620709.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c044976857e87fd4ba9e0521a5fadf33d7ae7c0b7ea59bf493dd31f66367f7 +size 26808320 diff --git a/datasets/620750.tar b/datasets/620750.tar new file mode 100644 index 0000000000000000000000000000000000000000..aa9cf5e2619d9e5d20fd5ded2981a6ec258d333e --- /dev/null +++ b/datasets/620750.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac8402c9f872d891d17740b59335b8599cdb147b2d5be8eb3048cb8561c875bc +size 2140160 diff --git a/datasets/620837.tar b/datasets/620837.tar new file mode 100644 index 0000000000000000000000000000000000000000..36aca73b9445237cb89a636bc92527da8db3758a --- /dev/null +++ b/datasets/620837.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a75194e84c0f6c5766ec38eeb6454d1cc785cc1ced97be668ef71a8d487616 +size 2385920 diff --git a/datasets/620903.tar b/datasets/620903.tar new file mode 100644 index 0000000000000000000000000000000000000000..79662c33a43804780665ada58397c981e23b2983 --- /dev/null +++ b/datasets/620903.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab1277b0a5006242d98fc38626788ada86f14187183b99dfa89f49a2bc38b0f +size 2263040 diff --git a/datasets/620951.tar b/datasets/620951.tar new file mode 100644 index 0000000000000000000000000000000000000000..c3aab4991476f09085baf202bb2c40b0456333e6 --- /dev/null +++ b/datasets/620951.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02542b05cc2cbdaaf787c71f68b7dcdd7ce3685a369a562b289478a554f00a24 +size 21442560 diff --git a/datasets/621003.tar b/datasets/621003.tar new file mode 100644 index 0000000000000000000000000000000000000000..92fa4f15e49147a102642cd9e3c35347cef236c4 --- /dev/null +++ b/datasets/621003.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809f04ee6c6b03aae91f93cd4aa44d49ccf87f74ca4a0b7cac60ece44c9237d0 +size 2129920 diff --git a/datasets/621017.tar b/datasets/621017.tar new file mode 100644 index 0000000000000000000000000000000000000000..967db3b4362c51a390567dd91b6e2228157aa35b --- /dev/null +++ b/datasets/621017.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc21b8edc95b30b5f37a58d237adcf2519d8f48fe5cc8418b7bff55645ace95c +size 15779840 diff --git a/datasets/62102.tar b/datasets/62102.tar new file mode 100644 index 0000000000000000000000000000000000000000..5a70b13a2fb31c1a209080afd10bf67f8655f9af --- /dev/null +++ b/datasets/62102.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3263af0c2d92d2470365d4265d2130cae513e90172a19d0ce5e77e096b48071e +size 1751040 diff --git a/datasets/621103.tar b/datasets/621103.tar new file mode 100644 index 0000000000000000000000000000000000000000..9e443a847662ac85b4e71760f9a6b19f19e3a30f --- /dev/null +++ b/datasets/621103.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9004f6d479d9c9819277ee7bb81c83d509015ba57f601a3fd443fa436e67326 +size 512000 diff --git a/datasets/621104.tar b/datasets/621104.tar new file mode 100644 index 0000000000000000000000000000000000000000..9c8bcc81e8a5cb290ba5d0a2d16e3509251e9fb5 --- /dev/null +++ b/datasets/621104.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a05654eaabdfcdd9c91b1140072ec0358e443787db0a63bf8377d6e9c55ed683 +size 204800 diff --git a/datasets/621141.tar b/datasets/621141.tar new file mode 100644 index 0000000000000000000000000000000000000000..0c249d47e3c40e45cc76640bd2575bcaa89bbd4e --- /dev/null +++ b/datasets/621141.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43afa6ff7464418d851fdcf6ef52d21e41f82dcc2896bf979d4463eb8d38351a +size 2426880 diff --git a/datasets/621163.tar b/datasets/621163.tar new file mode 100644 index 0000000000000000000000000000000000000000..93f511dc04ab244a48314a20a03a93539f1f194f --- /dev/null +++ b/datasets/621163.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dee8c9d32f55a118f14f79775e0dbbd3630c587544ca2fd2cae50f60da58ee8 +size 6103040 diff --git a/datasets/621284.tar b/datasets/621284.tar new file mode 100644 index 0000000000000000000000000000000000000000..1fb37b3d4a26eb4c15dff76c1a9692a1a27ccad7 --- /dev/null +++ b/datasets/621284.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0f27b0c77ac05bf974dbffcfa2e618fd99054dec9ad0e22fc817d2648775ba +size 6144000 diff --git a/datasets/621411.tar b/datasets/621411.tar new file mode 100644 index 0000000000000000000000000000000000000000..dd85980a08de687d80a36474ed35c00326577b89 --- /dev/null +++ b/datasets/621411.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68eefd832eaef638bf74f43ac3b03fd81c204f46b387fa909b3cd80d97b2569e +size 11223040 diff --git a/datasets/621711.tar b/datasets/621711.tar new file mode 100644 index 0000000000000000000000000000000000000000..c8965e6891ca81c7d7ee846ba6fd4296969f0fa0 --- /dev/null +++ b/datasets/621711.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9073af33aefef3fdb4c7a79b781a5065e392d1fab3f522add25d61a7af78926 +size 2385920 diff --git a/datasets/62176.tar b/datasets/62176.tar new file mode 100644 index 0000000000000000000000000000000000000000..dabadaceef70c64a912d5d8870d4f91906a3c175 --- /dev/null +++ b/datasets/62176.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e6b0306a36f7c1d458983479accc0b40e6c993e35131dec8f9c7ed9c6f4eb3 +size 9676800 diff --git a/datasets/621870.tar b/datasets/621870.tar new file mode 100644 index 0000000000000000000000000000000000000000..30d56b45ab64937f8e626641c26fec3a49a1199d --- /dev/null +++ b/datasets/621870.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58420dc152fe0f4f9b9d93a0bb285404a0378a8e013056cd654a6c54daa0b5f +size 1996800 diff --git a/datasets/621978.tar b/datasets/621978.tar new file mode 100644 index 0000000000000000000000000000000000000000..535060aec863421c6e1630fa13ff7c0f4c3f653f --- /dev/null +++ b/datasets/621978.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4da08234f1539e74e25c4b783bb3699181dc111aeb428a2ac6c2e98456446ac +size 38400000 diff --git a/datasets/622007.tar b/datasets/622007.tar new file mode 100644 index 0000000000000000000000000000000000000000..67267000394e3b040aaea8d26055e94caeee1d84 --- /dev/null +++ b/datasets/622007.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d338be41e38b3d7819b17c5c4a1c0c9ae15ae5ab8c930c2c5964f95182cd117 +size 2744320 diff --git a/datasets/622021.tar b/datasets/622021.tar new file mode 100644 index 0000000000000000000000000000000000000000..6efac2856c70fdfef9a93bdbe8e62b82a66635c9 --- /dev/null +++ b/datasets/622021.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5937097f3e6ee3d133f1e5be2e449bc9ccb2145177789c8bb4c81af7444283df +size 38400000 diff --git a/datasets/622160.tar b/datasets/622160.tar new file mode 100644 index 0000000000000000000000000000000000000000..2cf642df48bfc4d8a50edcf57de1afd8edf55845 --- /dev/null +++ b/datasets/622160.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c402b2acd065e217c430e6f3c938b4b03cb64697344104679930aaef133569fd +size 148561920 diff --git a/datasets/622209.tar b/datasets/622209.tar new file mode 100644 index 0000000000000000000000000000000000000000..3e6867d652bd9a188c781179787b73f39efaa454 --- /dev/null +++ b/datasets/622209.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c984e6ff222f791e47d18238c0c33bef474429db8fb5c6792722d74dfb8a2755 +size 5509120 diff --git a/datasets/622240.tar b/datasets/622240.tar new file mode 100644 index 0000000000000000000000000000000000000000..db3d614a04d2a0d828c2fcc908a43c1500bb76a7 --- /dev/null +++ b/datasets/622240.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4ca46793e5f5640974acd1c1ef66e1a73bd9d0e94de0ebeee88de8d2e868d7 +size 1986560 diff --git a/datasets/622345.tar b/datasets/622345.tar new file mode 100644 index 0000000000000000000000000000000000000000..2c2496bd2ff8e10d06f4c2bd1e0c68f0b9971c16 --- /dev/null +++ b/datasets/622345.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ce5706674f17409cb6e9812c861bc1d77c384d6ca92e80b6590958d4d5aecd +size 2703360 diff --git a/datasets/622414.tar b/datasets/622414.tar new file mode 100644 index 0000000000000000000000000000000000000000..ca213c9b70d736347fbf21c032fe3a0d495f85d4 --- /dev/null +++ b/datasets/622414.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350723c0a330f03ef1d1218cceda53e40e1a0c43b5aa2fc7fda130f111201636 +size 5908480 diff --git a/datasets/622770.tar b/datasets/622770.tar new file mode 100644 index 0000000000000000000000000000000000000000..b1cc8f2e3186c6f18c706f63a056cd68a349db1e --- /dev/null +++ b/datasets/622770.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595997e97aae76cab3369bf0315f3ed97b5cda3ec170251ce2dc337a05f2158f +size 5816320 diff --git a/datasets/622793.tar b/datasets/622793.tar new file mode 100644 index 0000000000000000000000000000000000000000..5b09aa7eb55756e0c180ef9a81f1c4fb45a0f21c --- /dev/null +++ b/datasets/622793.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e1b519493757cf5f3dd032ff2b6ca58ed4f2766569a9dd22bacea44e38e26ef +size 2160640 diff --git a/datasets/622958.tar b/datasets/622958.tar new file mode 100644 index 0000000000000000000000000000000000000000..d4557cd3d29c343c540d9be2976d4022c6be662a --- /dev/null +++ b/datasets/622958.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7407e02d158435884456f99e00f18447756f0727b31289e159041af40b93b6d8 +size 2385920 diff --git a/datasets/622977.tar b/datasets/622977.tar new file mode 100644 index 0000000000000000000000000000000000000000..a6cf914b895dd9f41a0b04edff89f3490df2ff17 --- /dev/null +++ b/datasets/622977.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb600de8b24708b039cc47c2f53e8314fb17efcb7b8a532a9a47748c09fb943 +size 130887680 diff --git a/datasets/623182.tar b/datasets/623182.tar new file mode 100644 index 0000000000000000000000000000000000000000..7d1ef9526531f464563a156069f102296191af59 --- /dev/null +++ b/datasets/623182.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb63bdfe0d090f1dc1267ef4950c0ee9af1de7ec970297ef1f3597533557b1d6 +size 46581760 diff --git a/datasets/623329.tar b/datasets/623329.tar new file mode 100644 index 0000000000000000000000000000000000000000..6a776576ee0c4287c44bd38ea215679d97d3e412 --- /dev/null +++ b/datasets/623329.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d03dfacf7454a3278f159f050ef534008953b871c24673c29408fa59a51ad7c +size 348160 diff --git a/datasets/623412.tar b/datasets/623412.tar new file mode 100644 index 0000000000000000000000000000000000000000..be89faf830b9e36c6fcc2260f01d4a5fced7f1e8 --- /dev/null +++ b/datasets/623412.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cd9aec5b11b669d04f81ebe88de0e917c030bc19d65b0bc53a9f3d861a41c84 +size 2037760 diff --git a/datasets/623584.tar b/datasets/623584.tar new file mode 100644 index 0000000000000000000000000000000000000000..3caf8677ea078b75e707aa49fcdd0d7ddcd117e5 --- /dev/null +++ b/datasets/623584.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6ffa9179789045a72025b53db7305f9cc052f5bc68ea110448fd619649fc23e +size 178595840 diff --git a/datasets/623641.tar b/datasets/623641.tar new file mode 100644 index 0000000000000000000000000000000000000000..efda8feedabf9463df6d7668e390312738fe6e97 --- /dev/null +++ b/datasets/623641.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df0a75a9cdb2c47ce42f39a15ae50adae9c9a0e3326fd79cb021c5f6cf1740c9 +size 2078720 diff --git a/datasets/623699.tar b/datasets/623699.tar new file mode 100644 index 0000000000000000000000000000000000000000..f3bf231cea64f0bc835a3d02be5c0c7bd989e346 --- /dev/null +++ b/datasets/623699.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3de51fd743628101a2a52f9c0af2132376c584337c709534b0b6c4b3becdf822 +size 1751040 diff --git a/datasets/623909.tar b/datasets/623909.tar new file mode 100644 index 0000000000000000000000000000000000000000..ac2c0a6caf80acb20e92137bd71504db48684b07 --- /dev/null +++ b/datasets/623909.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a9377726f7c6dc2a0ce150cf3b2dd7aeb7d4bd2ca2df531fc6eb2bd8e0b7811 +size 2211840 diff --git a/datasets/623926.tar b/datasets/623926.tar new file mode 100644 index 0000000000000000000000000000000000000000..14904e02d6991ca4a0bcde9314c588b5c1186c4d --- /dev/null +++ b/datasets/623926.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d7a0238ed10cf53ba7b25971cc4ed9eabcb6976275636b0b21630b9320c3e1 +size 788480 diff --git a/datasets/624226.tar b/datasets/624226.tar new file mode 100644 index 0000000000000000000000000000000000000000..a5d900dd9aee0e9ce0452533e0b075e4a23db5b3 --- /dev/null +++ b/datasets/624226.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:586627000c027291fc6e597397bd6915b9b95163bc984ad8b6e5b0ba45ad2c0e +size 25088000 diff --git a/datasets/624331.tar b/datasets/624331.tar new file mode 100644 index 0000000000000000000000000000000000000000..6b74e375db1411b53d3bbd2097698a580fab82c4 --- /dev/null +++ b/datasets/624331.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9776f89adf1c259963af35ac0ff7b1c306626eb834dd4fe465521a913638786b +size 40960 diff --git a/datasets/624505.tar b/datasets/624505.tar new file mode 100644 index 0000000000000000000000000000000000000000..5017a608c9f24bd2bd69acaf3929b8b76a566b4a --- /dev/null +++ b/datasets/624505.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a45daabdc108932e83361facb19309fa1a6f52d92508c23ed38f4d7155de951 +size 2027520 diff --git a/datasets/624683.tar b/datasets/624683.tar new file mode 100644 index 0000000000000000000000000000000000000000..5f0689e133fb818696bb724758ca720c613deec1 --- /dev/null +++ b/datasets/624683.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0949381c734b3584404457904971c0d3e47e403cd1700a38fc456010df75af2 +size 9512960 diff --git a/datasets/624697.tar b/datasets/624697.tar new file mode 100644 index 0000000000000000000000000000000000000000..3cf98ed98f2a7fd149cd0e582f0453ae3341cb30 --- /dev/null +++ b/datasets/624697.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:628e97741d79bfbc5b436e9ee9f31f597df5592209010daea15245de9a869e5a +size 40960 diff --git a/datasets/625093.tar b/datasets/625093.tar new file mode 100644 index 0000000000000000000000000000000000000000..457bb6a11c7591d89419eea861ab5c0bec6e69bb --- /dev/null +++ b/datasets/625093.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356349c039cc99f2160bdd7c3319af998be922ad413959fcc93b77d9fafbdee5 +size 9093120 diff --git a/datasets/625111.tar b/datasets/625111.tar new file mode 100644 index 0000000000000000000000000000000000000000..774dcdb9812551d4334aa7dee791644e3c17d579 --- /dev/null +++ b/datasets/625111.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0224390dada4020a24ec2ba9371a49d17d3d3e6a7595ef69325cd20ed981521 +size 5468160 diff --git a/datasets/625684.tar b/datasets/625684.tar new file mode 100644 index 0000000000000000000000000000000000000000..e1a5452769ad41f76fcdae39d37fd2a727d9325b --- /dev/null +++ b/datasets/625684.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb6a841fa4f99429e19677f9b6d7e51b7a2ba7f7af38627abf5ddc582dbd805 +size 11642880 diff --git a/datasets/625900.tar b/datasets/625900.tar new file mode 100644 index 0000000000000000000000000000000000000000..cb1470352f784a93d620b5d47672c20dea0fc7bf --- /dev/null +++ b/datasets/625900.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e07fd9d8430b05bdcb8b0b95b6457a454b990f4b7c0288d9ee8e9c0f725a75 +size 14069760 diff --git a/datasets/625990.tar b/datasets/625990.tar new file mode 100644 index 0000000000000000000000000000000000000000..173fe1bd4542703a9486cb6ae1c3f7aa52ca77d2 --- /dev/null +++ b/datasets/625990.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522c6c5f21f92bd082b34c86d24febacbea7b74b29e88e5a2d2677b5a74a4137 +size 13680640 diff --git a/datasets/626128.tar b/datasets/626128.tar new file mode 100644 index 0000000000000000000000000000000000000000..5e3f99334e6c75d5e1d1038becf0e92ce064daec --- /dev/null +++ b/datasets/626128.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ce6ab889a49c0936114543dfa1ca3637284a01316dcb7b2e5392ced5958c68 +size 18626560 diff --git a/datasets/626142.tar b/datasets/626142.tar new file mode 100644 index 0000000000000000000000000000000000000000..91710b27f3832362c73d32e656ce53a337d3f3d3 --- /dev/null +++ b/datasets/626142.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e3742242c79ceaa2f5abc93b31ec605cdf0609e3818de44a1775624a2f570f +size 45578240 diff --git a/datasets/626196.tar b/datasets/626196.tar new file mode 100644 index 0000000000000000000000000000000000000000..54a272c4dd861038e409e9b34e98bd7a5171815a --- /dev/null +++ b/datasets/626196.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7572e56315eeca71a112143b4234acd139a5004e2c423b11f072b7cd253ccfe9 +size 2334720 diff --git a/datasets/626294.tar b/datasets/626294.tar new file mode 100644 index 0000000000000000000000000000000000000000..4de38949d414510070a488053761e788e68a8553 --- /dev/null +++ b/datasets/626294.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b2ab40020a15cb30de3c6a03197d8a557ac1d6ac8e86a58caedf72bb1419d9 +size 3000320 diff --git a/datasets/626306.tar b/datasets/626306.tar new file mode 100644 index 0000000000000000000000000000000000000000..0adca049c9652b83c68c8c82e56b71b88d81c481 --- /dev/null +++ b/datasets/626306.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211e3120efa999ae12daaf3084dd41a610bb3237914b88aeb2acca28ed507372 +size 522240 diff --git a/datasets/626307.tar b/datasets/626307.tar new file mode 100644 index 0000000000000000000000000000000000000000..45ed1374c2011015c658f0acf923a4e39b141289 --- /dev/null +++ b/datasets/626307.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5307e97c307d034b8bdc222e2a5d6fac6bdf358e8920849e29af3014559d73e +size 71680 diff --git a/datasets/626318.tar b/datasets/626318.tar new file mode 100644 index 0000000000000000000000000000000000000000..c9c75461aaff97877ff7ebf27c1ab1255874be0a --- /dev/null +++ b/datasets/626318.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cad8c2635d26b422dbacb7d6c31ae1cbd8ecc5116ff35570c773e297bc82265 +size 10240000 diff --git a/datasets/626478.tar b/datasets/626478.tar new file mode 100644 index 0000000000000000000000000000000000000000..6d989b48610c9bcd79ac506f81841bb272b98e95 --- /dev/null +++ b/datasets/626478.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9319045f24ea6a4080e4015bf9cb49cce4a92ddd7f9e6682c49ce6e9170a908e +size 92160 diff --git a/datasets/626553.tar b/datasets/626553.tar new file mode 100644 index 0000000000000000000000000000000000000000..c57ca09d6b2d1c6128e92d559676df43f2f4a5a8 --- /dev/null +++ b/datasets/626553.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af619cd68108faaed7651ac473c9c90227820553c66aca272652d0f97fc5c36 +size 163840 diff --git a/datasets/626576.tar b/datasets/626576.tar new file mode 100644 index 0000000000000000000000000000000000000000..8f34bdcfe5f8e5353db3877a0222771f5286afcf --- /dev/null +++ b/datasets/626576.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb29e61c3b03a4b307b7d12134b71af8dfeccded442d80cfe0adbaf8185dd8e +size 17715200 diff --git a/datasets/626736.tar b/datasets/626736.tar new file mode 100644 index 0000000000000000000000000000000000000000..693d5daf8510c7b08a8cf4777fd891fc84112001 --- /dev/null +++ b/datasets/626736.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aafe3b729647454e562c842f976b385ab88422ad392d9ed2cacfe839ff6f0c7e +size 18984960 diff --git a/datasets/627089.tar b/datasets/627089.tar new file mode 100644 index 0000000000000000000000000000000000000000..51119923dcd65eaf3b1ff6c6d009bd6c24e5aca7 --- /dev/null +++ b/datasets/627089.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbf5aea7ee48aded0393665c02106aeba5b90c49daafd3bc05da3326a439f444 +size 77762560 diff --git a/datasets/627504.tar b/datasets/627504.tar new file mode 100644 index 0000000000000000000000000000000000000000..b7e857bec0029b2b021597763eb03eaf6c29d826 --- /dev/null +++ b/datasets/627504.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da4a1983f8b7d36e767a773a35a17e8d2a88ac6e99e96c3d354b9531262f4ec +size 3461120 diff --git a/datasets/627594.tar b/datasets/627594.tar new file mode 100644 index 0000000000000000000000000000000000000000..08520e0e743733c849b1cd4f4cd054e563c59925 --- /dev/null +++ b/datasets/627594.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e75fcd8084e7910a2d022e0bbd71ba3a89b67a41ac47014278335f0c859395c +size 23541760 diff --git a/datasets/627823.tar b/datasets/627823.tar new file mode 100644 index 0000000000000000000000000000000000000000..40dbf74dbee3a1a76dcf43bf9918138628d7675c --- /dev/null +++ b/datasets/627823.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:103f87b9aee148fd4b8cc16788d02256d915e65bb277b80323b03f86112c4333 +size 33822720 diff --git a/datasets/627842.tar b/datasets/627842.tar new file mode 100644 index 0000000000000000000000000000000000000000..f81dbe457a2f12e5574f255de3f1a465ce168e72 --- /dev/null +++ b/datasets/627842.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d6f0f439488caf32402643563ad22981f5da62931627c243cf3bd914993c7da +size 2201600 diff --git a/datasets/627931.tar b/datasets/627931.tar new file mode 100644 index 0000000000000000000000000000000000000000..26ed068b66bb638cc82d1a8770329bdc92ff50ad --- /dev/null +++ b/datasets/627931.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b261c07c38f84ea777cef98a512c088279875dbe3ccffeb406060aec469af0ba +size 2334720 diff --git a/datasets/628037.tar b/datasets/628037.tar new file mode 100644 index 0000000000000000000000000000000000000000..930c9d8d90887fd8e62707e63979f605c10a224e --- /dev/null +++ b/datasets/628037.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a9f7ef9d1f531929b4f1724ba5e6125a1ae937722ee9d7386950a9b659cd0e4 +size 1525760 diff --git a/datasets/628157.tar b/datasets/628157.tar new file mode 100644 index 0000000000000000000000000000000000000000..9b7583dab3b8dc2bf8a163d16241c7e8b11575d2 --- /dev/null +++ b/datasets/628157.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56469d5c655f38b679f139c5cd9dbd001d357675bb2092f8e048b5e5af5d22ac +size 9134080 diff --git a/datasets/628165.tar b/datasets/628165.tar new file mode 100644 index 0000000000000000000000000000000000000000..065893afdd2ec654eb4d22e5381e726cdf114569 --- /dev/null +++ b/datasets/628165.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7344cfbba725aec896badfe4c154bd8a80d9dbd184dc21987b39d81f0e96a0f9 +size 1331200 diff --git a/datasets/628174.tar b/datasets/628174.tar new file mode 100644 index 0000000000000000000000000000000000000000..abca831a610f8d64b49dea73487a0b1e0829eb43 --- /dev/null +++ b/datasets/628174.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec20f4f8eabdc52e5298bfe00d155f7c6faf61429630add32f74ded430699d0 +size 8366080 diff --git a/datasets/628228.tar b/datasets/628228.tar new file mode 100644 index 0000000000000000000000000000000000000000..877ff304294e0edcd586e3bff6c203ca1a2851c4 --- /dev/null +++ b/datasets/628228.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4229de6c6cb4a4abdeb335e3e20e3d23929ed942e48e94a688e4fd55d8759144 +size 2406400 diff --git a/datasets/628350.tar b/datasets/628350.tar new file mode 100644 index 0000000000000000000000000000000000000000..fd1ca775ff2d3be44cc284f2ca9e1e7e9d6438a1 --- /dev/null +++ b/datasets/628350.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b4d84caebccb7561d33a5da2c1b68649d4fc22a728fceffd372621ea8a81d63 +size 3010560 diff --git a/datasets/628370.tar b/datasets/628370.tar new file mode 100644 index 0000000000000000000000000000000000000000..54fc27a92bf2a5d52491b8e854f5e698f87bd8f8 --- /dev/null +++ b/datasets/628370.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aaeee218d0094ec00d9843f3627b745d551546b335bd02221cf00a45554023b +size 22210560 diff --git a/datasets/628420.tar b/datasets/628420.tar new file mode 100644 index 0000000000000000000000000000000000000000..817fb3c64c84bc41feb97b21ac0c396f0cfe5f13 --- /dev/null +++ b/datasets/628420.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82fe4a94b924dc401d2e99d01ddcd429e9a3ece5a78b6ada9f69b334684b49f +size 11233280 diff --git a/datasets/6286.tar b/datasets/6286.tar new file mode 100644 index 0000000000000000000000000000000000000000..6ef92c4d1a266331b9b65a88514a0d18fd1c2dd1 --- /dev/null +++ b/datasets/6286.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d8d6bf81b3aa9962582aee39789e1b982e05e708635e6b6ecc13b3b7041700 +size 21360640 diff --git a/datasets/628664.tar b/datasets/628664.tar new file mode 100644 index 0000000000000000000000000000000000000000..4fbe0a8e2061e2ada0efc02442937ae27c2e7993 --- /dev/null +++ b/datasets/628664.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aef82ec0785cecd1b579d5341168ae59a6a016eba8cdeb18c1a85ae0035bcf1 +size 153600 diff --git a/datasets/629171.tar b/datasets/629171.tar new file mode 100644 index 0000000000000000000000000000000000000000..03734e3176cb1b051cb576f819e2008dfe307829 --- /dev/null +++ b/datasets/629171.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a453c42588a3eb51cd7d90906118c00d51b66427e2cb9defacf13f269bdb91c +size 15134720 diff --git a/datasets/629248.tar b/datasets/629248.tar new file mode 100644 index 0000000000000000000000000000000000000000..ab345fbf0444815a4fadf79660bb6b08283c231e --- /dev/null +++ b/datasets/629248.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:442e15a599d377c657a26a6b6b983a1a6ee7a6d56fc57e6ce80c0d97e9627245 +size 1136640 diff --git a/datasets/629296.tar b/datasets/629296.tar new file mode 100644 index 0000000000000000000000000000000000000000..b940bf67597a242ba1d5f93fbedb82df25a6fe50 --- /dev/null +++ b/datasets/629296.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:039e413e5e9ef3f6cac0c09eb53e31d565ca9a3a2232b108eb88b51adfddde5f +size 2222080 diff --git a/datasets/629361.tar b/datasets/629361.tar new file mode 100644 index 0000000000000000000000000000000000000000..7a5710e03c9788cb28c18d9bb4793e5412abfd5f --- /dev/null +++ b/datasets/629361.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cce6e144171a5ee0d0532a17a39beb51d0475dc7c98d5aab36d530359f4f240 +size 2078720 diff --git a/datasets/629415.tar b/datasets/629415.tar new file mode 100644 index 0000000000000000000000000000000000000000..c3b5c2621ee7084d5f7a6667dd0676ebe5c415af --- /dev/null +++ b/datasets/629415.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6bbd53d3c0d27b3f2f8790199a057b78bdd490e6f246b19fa8fdc7607603bb0 +size 1792000 diff --git a/datasets/629418.tar b/datasets/629418.tar new file mode 100644 index 0000000000000000000000000000000000000000..45ae05989e4bc5a26f7102ed543b051b32e4539c --- /dev/null +++ b/datasets/629418.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f8564024de0909e7806bf8fd8accda5e27cde5cd3c19d24fad41aa11e78dc4f +size 2324480 diff --git a/datasets/629477.tar b/datasets/629477.tar new file mode 100644 index 0000000000000000000000000000000000000000..570a90f447dbb4feebbe4dbf2b17f52fe10cb3ca --- /dev/null +++ b/datasets/629477.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2901e51949b83c2cda8c8c92635cbe47409f9064709dac517eed3b1756548221 +size 2570240 diff --git a/datasets/629548.tar b/datasets/629548.tar new file mode 100644 index 0000000000000000000000000000000000000000..d9a07595bfc1dc32a677ba0ccfac43bca0b7fdac --- /dev/null +++ b/datasets/629548.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2663350d96ffa5a9ac3788c68d1ea488ca715274fb594941c8e78e4af48ee14 +size 27381760 diff --git a/datasets/629567.tar b/datasets/629567.tar new file mode 100644 index 0000000000000000000000000000000000000000..9486023623566224c3e963345ab7986c5899067a --- /dev/null +++ b/datasets/629567.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b8af2bf58f5f53ee8e3c84aec35a056f44307e440039356851d8d7cd2a9967a +size 266240 diff --git a/datasets/629715.tar b/datasets/629715.tar new file mode 100644 index 0000000000000000000000000000000000000000..ae53c05d0a1df284732041b6288673ba2e49e48d --- /dev/null +++ b/datasets/629715.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:303361fb0aff9a7c9f0ddf128027df97dff505d8ac5800fef50d13b027860ae4 +size 2263040 diff --git a/datasets/629847.tar b/datasets/629847.tar new file mode 100644 index 0000000000000000000000000000000000000000..4cf9966fc7b344f2b4f37f026d2073684dae61c5 --- /dev/null +++ b/datasets/629847.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a9c8de630f2e8f3265fba26e13a2d81802cb4101b932ce61e0702b85b55af2 +size 2099200 diff --git a/datasets/629920.tar b/datasets/629920.tar new file mode 100644 index 0000000000000000000000000000000000000000..2f1cf0fa06687c70c6d633662ef7ebbcd774ed93 --- /dev/null +++ b/datasets/629920.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcaad7147c02beac3e841a42032386742089525c27ae7de9c2f22caee2dde97 +size 2856960 diff --git a/datasets/630137.tar b/datasets/630137.tar new file mode 100644 index 0000000000000000000000000000000000000000..c27775c112d90d713eb1c231c5a03df1950f7bd9 --- /dev/null +++ b/datasets/630137.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e46adce01b73e052bfd909563de31ba3df7520eb060d4a0fa01a7d3366fc19f9 +size 22896640 diff --git a/datasets/630190.tar b/datasets/630190.tar new file mode 100644 index 0000000000000000000000000000000000000000..494d18d91d02765e34df3782f753202a320113a7 --- /dev/null +++ b/datasets/630190.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5edc0a0c8319a03befa1e487432bd3dd11f19daaac3bf9f69dfdd3169713860b +size 1894400 diff --git a/datasets/630333.tar b/datasets/630333.tar new file mode 100644 index 0000000000000000000000000000000000000000..b9c441caf7b5b42bfa7c7778fc582abf1fcdc429 --- /dev/null +++ b/datasets/630333.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d983e16efb1dfc2a36651652729033445dbbea8d4ed1a81624d2244a4a5010a +size 10352640 diff --git a/datasets/630356.tar b/datasets/630356.tar new file mode 100644 index 0000000000000000000000000000000000000000..7c4ecbd376f766c2f7c1bafb5a309141febca02b --- /dev/null +++ b/datasets/630356.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a65b629567139df6a487f4ae8d3155f1136180d9ea22640febac07eed45e7065 +size 10352640 diff --git a/datasets/630360.tar b/datasets/630360.tar new file mode 100644 index 0000000000000000000000000000000000000000..b13a7e4cfe1498b9c43ce71c28360e5e9a91577a --- /dev/null +++ b/datasets/630360.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5a714802ecdbad19bb2dd26522da9ff0d751d7fe17227b305c5d42620081ca +size 2273280 diff --git a/datasets/630457.tar b/datasets/630457.tar new file mode 100644 index 0000000000000000000000000000000000000000..ceb7a7ce752ac5a55c764555b1a6b2fd1880bd9a --- /dev/null +++ b/datasets/630457.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa6a97f440584a00ca45d6dc76ec42035a671a85ee5107d83c7f9044c54209bf +size 778240 diff --git a/datasets/630822.tar b/datasets/630822.tar new file mode 100644 index 0000000000000000000000000000000000000000..b436fd5709466474baef68247f4027097cd23655 --- /dev/null +++ b/datasets/630822.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:421847010975851bc06b15521c0903b1ef5cdae9cd189b87bd931ea12c32364c +size 281569280 diff --git a/datasets/630939.tar b/datasets/630939.tar new file mode 100644 index 0000000000000000000000000000000000000000..d3cf049db6aae2c8119b178df440865772667d84 --- /dev/null +++ b/datasets/630939.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398fc97c262c70051e74e852fbfab9a0c70ad436da457bc8975e98409faf0f4f +size 188825600 diff --git a/datasets/631137.tar b/datasets/631137.tar new file mode 100644 index 0000000000000000000000000000000000000000..352a68bd90974f427ca19086e804124bd9f5f85e --- /dev/null +++ b/datasets/631137.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4794d3a374bd936e7ed3a6b37c36ebae639129261154f4d53fcf107cbaa7715b +size 8663040 diff --git a/datasets/631299.tar b/datasets/631299.tar new file mode 100644 index 0000000000000000000000000000000000000000..189abd341055b40c6140241cc5d1a50de7bf980d --- /dev/null +++ b/datasets/631299.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d0e6a4d8b876bf8f3bb99ec5fdd2b0a87be25efd94dfd027b6c81c0b6a8721 +size 13803520 diff --git a/datasets/631331.tar b/datasets/631331.tar new file mode 100644 index 0000000000000000000000000000000000000000..4bad653648ac8585928b3680892bb8e4b3f58a87 --- /dev/null +++ b/datasets/631331.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b5e620544a448ec172f45999b7b8af6f4e0096b0f39f8a27f82ebbcefb48759 +size 1996800 diff --git a/datasets/631456.tar b/datasets/631456.tar new file mode 100644 index 0000000000000000000000000000000000000000..fc276977a2d7ae6da999b1d6bf7537e8562a1a6c --- /dev/null +++ b/datasets/631456.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a414238667c603f2bbb67e264c15ce09d90d3c846a98caf51b7102bb429ad4 +size 15882240 diff --git a/datasets/631774.tar b/datasets/631774.tar new file mode 100644 index 0000000000000000000000000000000000000000..ae4bbd41d9a87b498189da065497461d843547c4 --- /dev/null +++ b/datasets/631774.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00401df079b79c5caada29578bb5b0d3b809f48898467b5939dc7c8bb7389388 +size 4751360 diff --git a/datasets/631993.tar b/datasets/631993.tar new file mode 100644 index 0000000000000000000000000000000000000000..713aaddbcb285f3609ade1ba48dcab812f8b0b00 --- /dev/null +++ b/datasets/631993.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dc2f65c7e87ddcd56980f2c44644ffd6f986ee7eae35e2afe6be3520a999dfa +size 13957120 diff --git a/datasets/632010.tar b/datasets/632010.tar new file mode 100644 index 0000000000000000000000000000000000000000..f64b788793aac36de2ffb950c64c20cc416110d2 --- /dev/null +++ b/datasets/632010.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da19a6be53a9ad58fceaf0859e26d1c09271eae3fdb32fb2e3f1bb89e6cabbf5 +size 1935360 diff --git a/datasets/632035.tar b/datasets/632035.tar new file mode 100644 index 0000000000000000000000000000000000000000..1baecdd492471fd4c8192b93c07631cfda3776c3 --- /dev/null +++ b/datasets/632035.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec36a2a4f6203dc3f94d38ec8acc2af53ec79b12575b4800e3738ec4e4f6c66 +size 8488960 diff --git a/datasets/632212.tar b/datasets/632212.tar new file mode 100644 index 0000000000000000000000000000000000000000..1fb000183e19eea76ddfd2aac9185c63a37bf241 --- /dev/null +++ b/datasets/632212.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55e758f798e940b79389bddce697ec753284e35acdea70c2b12fcf1d9681b88 +size 2754560 diff --git a/datasets/632336.tar b/datasets/632336.tar new file mode 100644 index 0000000000000000000000000000000000000000..9b02c267a34986bafc2370b5ff115f34d981a01f --- /dev/null +++ b/datasets/632336.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f624dc53a5e4cd439a4547ac0dfaf0faf62a373efc8f139827974c71e23e3e +size 2119680 diff --git a/datasets/632339.tar b/datasets/632339.tar new file mode 100644 index 0000000000000000000000000000000000000000..ac0a7b21fab1d8568909d3464c1d211e1d83c07a --- /dev/null +++ b/datasets/632339.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbba39fe1b294597d169270a88be585046464a942e9eee7e0fe3534ed51ab30 +size 18452480 diff --git a/datasets/632418.tar b/datasets/632418.tar new file mode 100644 index 0000000000000000000000000000000000000000..507d053c8b1a772d585347d47bba88bf6e03cea2 --- /dev/null +++ b/datasets/632418.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44512a4b8f3affe739f5cf876f73ee81d6225161deceacceb7cbd908ae1d279d +size 20879360 diff --git a/datasets/632501.tar b/datasets/632501.tar new file mode 100644 index 0000000000000000000000000000000000000000..c3c900bcc325da108b60aafe2eb70b79690a5184 --- /dev/null +++ b/datasets/632501.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0fcc5d72bc02c52700414b79c496972c34cba226d3ff5e44b3bba1e8fefde3a +size 143360 diff --git a/datasets/632520.tar b/datasets/632520.tar new file mode 100644 index 0000000000000000000000000000000000000000..638bf67bdf76929fcd9562946b45a880f6fecd2b --- /dev/null +++ b/datasets/632520.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c873243931b542272d08dc62e52d9870a3e1a9ca5273d52a31a029938ea4e04b +size 44441600 diff --git a/datasets/632583.tar b/datasets/632583.tar new file mode 100644 index 0000000000000000000000000000000000000000..2be7b2d921f0b57ee2826b1a86df46891f7ae41d --- /dev/null +++ b/datasets/632583.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0fc30e8cba24688a3afcb276f2a22388809ef3df7946fe133a08d40d92282c +size 44441600 diff --git a/datasets/632690.tar b/datasets/632690.tar new file mode 100644 index 0000000000000000000000000000000000000000..5b3fef91265f1f6c5ca33e73a124b5a87c056d26 --- /dev/null +++ b/datasets/632690.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f1296a79a1c3055affd2c4346505787c0cbff973ae44ab0108ab33188f97e65 +size 27914240 diff --git a/datasets/632792.tar b/datasets/632792.tar new file mode 100644 index 0000000000000000000000000000000000000000..b9b961a3a91e96b398d57f9935c263159a86242b --- /dev/null +++ b/datasets/632792.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b041bc7e1a1389b925acf0e5b66c142bcc2e231c9c92581810eeee15523eab2c +size 2119680 diff --git a/datasets/632960.tar b/datasets/632960.tar new file mode 100644 index 0000000000000000000000000000000000000000..84a75d02114f8e186b1a238d29adb35c28568bec --- /dev/null +++ b/datasets/632960.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d005e04179cf56d56f3214553436a5068357903fe83c84b1ab31380a2e1ece +size 2211840 diff --git a/datasets/632987.tar b/datasets/632987.tar new file mode 100644 index 0000000000000000000000000000000000000000..cebde12037750d9fa57e223e5cc2efd9c1c091a7 --- /dev/null +++ b/datasets/632987.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba6f9a4b0f8fa848bf1524eaf9ffc5074c721a498673c805a8336b86b4ed389 +size 72222720 diff --git a/datasets/632992.tar b/datasets/632992.tar new file mode 100644 index 0000000000000000000000000000000000000000..b11fe6d62608befbc64a98cb64a2a774250cb859 --- /dev/null +++ b/datasets/632992.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb7dfb19ebcfef2ff9a97b98b276968c4bf28378cbe5b819905a2f3e89b3c22c +size 366264320 diff --git a/datasets/633031.tar b/datasets/633031.tar new file mode 100644 index 0000000000000000000000000000000000000000..c2a46563095bdc9f62ecf52acc7557af114e7194 --- /dev/null +++ b/datasets/633031.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f11a3e53c22ae177cfe69aecdaef3e8f82aa242b254f64b40b698f776dd6cbe9 +size 32378880 diff --git a/datasets/633059.tar b/datasets/633059.tar new file mode 100644 index 0000000000000000000000000000000000000000..1e95dce935ad0b98d8c28e9fcb0394e3af10ebea --- /dev/null +++ b/datasets/633059.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab62e686d9f1680150bb75a4640b25386b36a6529238b3659ef03df215b5e7b3 +size 73390080 diff --git a/datasets/633089.tar b/datasets/633089.tar new file mode 100644 index 0000000000000000000000000000000000000000..eacba26e4f34cee7bfcd7051b01cbbbe47363f6d --- /dev/null +++ b/datasets/633089.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc39011774e348e8a269dcb771dfd6a07980eccef8b5a0147e6f0bf5f691af4 +size 2508800 diff --git a/datasets/633092.tar b/datasets/633092.tar new file mode 100644 index 0000000000000000000000000000000000000000..dedc812d0b828976643abb92de59cd25f346ec59 --- /dev/null +++ b/datasets/633092.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c680ade81d3c44c2f8eca53e96edfe0d9790685373465dfa830bb54677c3926e +size 9625600 diff --git a/datasets/633128.tar b/datasets/633128.tar new file mode 100644 index 0000000000000000000000000000000000000000..8f26f0c6a8a2084234d23009dfcdb913dfe83bd1 --- /dev/null +++ b/datasets/633128.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffed15e5af79b3f52be860c98e813a500779caa213eb3a7b117a1e2bcc8abc63 +size 8017920 diff --git a/datasets/633168.tar b/datasets/633168.tar new file mode 100644 index 0000000000000000000000000000000000000000..ef4563c468922fbd8ee70d8fe77bb243c75d2f8e --- /dev/null +++ b/datasets/633168.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de600bd92538bcccfc21016aa384d80b1c2efe68fb4ffb50f3fb222448401cc +size 2109440 diff --git a/datasets/633214.tar b/datasets/633214.tar new file mode 100644 index 0000000000000000000000000000000000000000..c030804b90c916d3b3bc00cdacd063ca84f4891c --- /dev/null +++ b/datasets/633214.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b799dbd520b3f7f34f149fd2d4745ff6e1e8a47ce5254a8bc705529c43062fdd +size 199680000 diff --git a/datasets/633270.tar b/datasets/633270.tar new file mode 100644 index 0000000000000000000000000000000000000000..64b6089e18a384a1b08090623d3a57e61a5a4977 --- /dev/null +++ b/datasets/633270.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b042d49cf111978f105f2e0d6c37e2fb55a6e5079faf3f15217423120039762 +size 149350400 diff --git a/datasets/633274.tar b/datasets/633274.tar new file mode 100644 index 0000000000000000000000000000000000000000..e3ac06dec0d32f82ee5b3347898f410b702328ec --- /dev/null +++ b/datasets/633274.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28f881a344bae6556556942aaa82924c3b59f48f0cd9335c50a1a73d647dfb5e +size 12206080 diff --git a/datasets/633308.tar b/datasets/633308.tar new file mode 100644 index 0000000000000000000000000000000000000000..0ba6b51f00a29246ae46657b6f05ab4b7083a413 --- /dev/null +++ b/datasets/633308.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a47a7d9a1526e1f66a208d1e70cd72732240e1546b70f6cf9e8e616dd442049 +size 12206080 diff --git a/datasets/633354.tar b/datasets/633354.tar new file mode 100644 index 0000000000000000000000000000000000000000..d85a9b7f8a12f30eb120a667edf8a26450362c32 --- /dev/null +++ b/datasets/633354.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e66290e1ee8d1bff4b2410b740ffd4c8c6ab35a1cb9c66ff403a0320243bd1 +size 149350400 diff --git a/datasets/633360.tar b/datasets/633360.tar new file mode 100644 index 0000000000000000000000000000000000000000..a1f8bd5fdff251d9a69d1ec8ff3869bf9ffce67e --- /dev/null +++ b/datasets/633360.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dccf90e252e98993ecc63b31ed2ec169b0f6a1b430cf8023b618612f8d3fd435 +size 112640 diff --git a/datasets/633371.tar b/datasets/633371.tar new file mode 100644 index 0000000000000000000000000000000000000000..c7c278030baba1f3596e0102bbaba303404b83e5 --- /dev/null +++ b/datasets/633371.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2914a20829917a75669b496a0dbf0495817aa2c651af6455ce9dcca8bc560dd +size 92160 diff --git a/datasets/633937.tar b/datasets/633937.tar new file mode 100644 index 0000000000000000000000000000000000000000..67ee78d5380ec53a16e0b64ff50b60046df4c7d3 --- /dev/null +++ b/datasets/633937.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec4f37027277a9951e763f6c71ba6d7598d429e0eb1f3182346ba6fb410f83b5 +size 12113920 diff --git a/datasets/633956.tar b/datasets/633956.tar new file mode 100644 index 0000000000000000000000000000000000000000..5547888a4bfb2eff021d269ac5a3b16e6088699c --- /dev/null +++ b/datasets/633956.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7779d85a075dd5faf4731d3a80dc22571cf92ebae60788a2a66ad09d43226327 +size 28088320 diff --git a/datasets/633970.tar b/datasets/633970.tar new file mode 100644 index 0000000000000000000000000000000000000000..20206c2d2ac4d572e6fd703e9ac0c5bc9b12dd0b --- /dev/null +++ b/datasets/633970.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795ea23ae8f403fbd2385dae67b84daffc1bcda15061a4205861e1cdddb878a5 +size 18319360 diff --git a/datasets/634038.tar b/datasets/634038.tar new file mode 100644 index 0000000000000000000000000000000000000000..2b5c3db4f8cf857822409a09675137ad2083d0c7 --- /dev/null +++ b/datasets/634038.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a73402c21840ed9fdeb02fdd61d1c7b4e998e7493c8b7d322c17e693966c48ef +size 2488320 diff --git a/datasets/634083.tar b/datasets/634083.tar new file mode 100644 index 0000000000000000000000000000000000000000..93e13ea7e77a2638b239ac9004d7072e6f6173c2 --- /dev/null +++ b/datasets/634083.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0225f2b9d6e800d0e5b2adf4214fbfa62047a8d556ec1364eb4d07e861892a +size 4700160 diff --git a/datasets/634229.tar b/datasets/634229.tar new file mode 100644 index 0000000000000000000000000000000000000000..56329f900fca690ff524a5d570223120b77d01aa --- /dev/null +++ b/datasets/634229.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:044ec2c27f2335af79b0e49a6693162b6675d9fefec694f50f6a19157b6a175e +size 28528640 diff --git a/datasets/634342.tar b/datasets/634342.tar new file mode 100644 index 0000000000000000000000000000000000000000..c7749dd808b121a332da3b85a792d2dfe3a8064e --- /dev/null +++ b/datasets/634342.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da09c4ac431d1d9e61b882bb78ee4d9ac50bcc0110bd9d943157bef16b8799cd +size 624640 diff --git a/datasets/634364.tar b/datasets/634364.tar new file mode 100644 index 0000000000000000000000000000000000000000..a5622ea782c9aa72ae86dd36aa083a7abb3f8f2b --- /dev/null +++ b/datasets/634364.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a45da110d87d6f937ce16d1716aa4e211d66ca398e346ddad2c5df7a07ca07c7 +size 6318080 diff --git a/datasets/634381.tar b/datasets/634381.tar new file mode 100644 index 0000000000000000000000000000000000000000..c2f54880829fa0ff9eae198c88980b6f95d0e694 --- /dev/null +++ b/datasets/634381.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e6de7cb18eb3972d19f525a8e40e15135c63b611743f2115e4c6e1fcd12177 +size 501760 diff --git a/datasets/634414.tar b/datasets/634414.tar new file mode 100644 index 0000000000000000000000000000000000000000..9b23908b531e44933ecdddf404aaf6af97f74f51 --- /dev/null +++ b/datasets/634414.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:917993995549ba4eed3bf1644e6e760503816d28da7e37ce907435f5e998c513 +size 165181440 diff --git a/datasets/634533.tar b/datasets/634533.tar new file mode 100644 index 0000000000000000000000000000000000000000..f4b1284ac1fa62fb2a23b519d7139081074d9ad5 --- /dev/null +++ b/datasets/634533.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc2eca0cb7aa735f5a7a5931444be5a0419b5e9ba306d60fafd5c770eb5436f +size 1300480 diff --git a/datasets/634649.tar b/datasets/634649.tar new file mode 100644 index 0000000000000000000000000000000000000000..3d2771a955a0cbe1f60b7258b70fb161a997ab64 --- /dev/null +++ b/datasets/634649.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f277bfc017d5b3b2d60742655aa1ae57de82e7a6599dfb1aa11861d3469c1866 +size 51200 diff --git a/datasets/634667.tar b/datasets/634667.tar new file mode 100644 index 0000000000000000000000000000000000000000..fe5518c07ae4cf4d3c20b0428e631e8cd98cc43d --- /dev/null +++ b/datasets/634667.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a2868235fa60608616656e84f6cee789693d3e634bf85d6ac0342d5c80f67bb +size 1894400 diff --git a/datasets/634816.tar b/datasets/634816.tar new file mode 100644 index 0000000000000000000000000000000000000000..261e2b28d8f8ad10f028b544ae85415afb31626d --- /dev/null +++ b/datasets/634816.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d567f8427a6cf416e0c594797fcbed800c821a0d9dbe8221a6f2c45bd23007 +size 4577280 diff --git a/datasets/634827.tar b/datasets/634827.tar new file mode 100644 index 0000000000000000000000000000000000000000..3018a836687e725226b896eec1f2494b7825f4d7 --- /dev/null +++ b/datasets/634827.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8617bb7901eae6837c423afe4c1421a35eeb7c826dd4869a6a8edb3cc3e5c769 +size 6594560 diff --git a/datasets/634835.tar b/datasets/634835.tar new file mode 100644 index 0000000000000000000000000000000000000000..524b084404fd1a7439ca28bfe6af7d73d0181c2d --- /dev/null +++ b/datasets/634835.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d061e39930974535141d6c0afaf4b839f66cf1d726d9a0aa6b40b139f33f08 +size 52541440 diff --git a/datasets/634840.tar b/datasets/634840.tar new file mode 100644 index 0000000000000000000000000000000000000000..431969c80feff56640596bad6d8e005f39293b25 --- /dev/null +++ b/datasets/634840.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af403977aab2a2d3fee375a2d5666796033adc676ce73d05de2ddf5208d58e3d +size 276480 diff --git a/datasets/634846.tar b/datasets/634846.tar new file mode 100644 index 0000000000000000000000000000000000000000..4fd476a0a448c5fba60293367093f9299b579764 --- /dev/null +++ b/datasets/634846.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0710f36ae592122f25d540b93c28e4a159c09400e5b348710d787f5d34780e8a +size 276480 diff --git a/datasets/634857.tar b/datasets/634857.tar new file mode 100644 index 0000000000000000000000000000000000000000..50774934c4acce7aa742511581d5ccf1934f430e --- /dev/null +++ b/datasets/634857.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b16b9b51c4cb47aa0d84c735d0bcd3505dca1d853e98a6b0a3395dce5dd5cd78 +size 2426880 diff --git a/datasets/634883.tar b/datasets/634883.tar new file mode 100644 index 0000000000000000000000000000000000000000..4c91efe09ae363b4cb311c78b6a14e4f49ab1e69 --- /dev/null +++ b/datasets/634883.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec57343ed90fd5e8a474eed2202be6f027653284713d030a3b0edf2a98d9a55 +size 4188160 diff --git a/datasets/634945.tar b/datasets/634945.tar new file mode 100644 index 0000000000000000000000000000000000000000..aa2f8b943d0eb42472bf44750ef29cd13a4bfef0 --- /dev/null +++ b/datasets/634945.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:901dc743af453ac3d3777988135e60eaf667f06e474d17511ff830b4f9910458 +size 28129280 diff --git a/datasets/634963.tar b/datasets/634963.tar new file mode 100644 index 0000000000000000000000000000000000000000..04a520fb368d3403909c10c50439a56cb205a3b3 --- /dev/null +++ b/datasets/634963.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3a24162d3a11a2d9b9726677f15d664fee0e1fa9188a467a7ce34efc45944d +size 2375680 diff --git a/datasets/635066.tar b/datasets/635066.tar new file mode 100644 index 0000000000000000000000000000000000000000..8e536142c3e1cff05eb1fe129c107d61e50a4be3 --- /dev/null +++ b/datasets/635066.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c126cddbecdb781711c0c3af518460b02e2ba7df3ca487bdddc324fea269943e +size 921600 diff --git a/datasets/635124.tar b/datasets/635124.tar new file mode 100644 index 0000000000000000000000000000000000000000..b02ada5b25145dc36fbd1dd561ebdbf758b1bf37 --- /dev/null +++ b/datasets/635124.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e8bd75508d088249dd12e44294e2ece165be698a48326b245c5f599e76daea +size 29440000 diff --git a/datasets/635144.tar b/datasets/635144.tar new file mode 100644 index 0000000000000000000000000000000000000000..059f65012476c6b5f0626642aefb5bba0f6a5020 --- /dev/null +++ b/datasets/635144.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5338d3f45c7653f4da63f5de996a068b1ef8220bb0c774c785c826ea3a0c28 +size 30617600 diff --git a/datasets/635159.tar b/datasets/635159.tar new file mode 100644 index 0000000000000000000000000000000000000000..dd7325a805b58eee6c21d59556f363fed10ac9ba --- /dev/null +++ b/datasets/635159.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89fce7d3d9de4c84d34dc47fbfc447844666e19f0b893688f6afb0315b4eb19a +size 36239360 diff --git a/datasets/635360.tar b/datasets/635360.tar new file mode 100644 index 0000000000000000000000000000000000000000..a7865fd930adca7b95ea2382f33845ccca4edf70 --- /dev/null +++ b/datasets/635360.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd531dc33b0804e48c819afad485e4f1ca2c63e27a121989bdafc2ce6c221b96 +size 1914880 diff --git a/datasets/635481.tar b/datasets/635481.tar new file mode 100644 index 0000000000000000000000000000000000000000..2e0ac964d1cec14b87a8f655fa0061c5a9a4123b --- /dev/null +++ b/datasets/635481.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c3be757d2081257bb97dda84037fe79f79814f75c2fd81bcae6bbfb36dcced0 +size 1822720 diff --git a/datasets/635550.tar b/datasets/635550.tar new file mode 100644 index 0000000000000000000000000000000000000000..3c837ab753a43c558094122e60bc61f8efe6efe3 --- /dev/null +++ b/datasets/635550.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b424093ddcf1ee0e4aff8590fec775bc650791f1999c8dfc9b822cdf7e417f47 +size 2222080 diff --git a/datasets/635608.tar b/datasets/635608.tar new file mode 100644 index 0000000000000000000000000000000000000000..69dee1c4143948fa9612231b05253f6bccece63d --- /dev/null +++ b/datasets/635608.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728e97d3164b838520c1e568d052ec6756372e38805d9bced850497ffe889244 +size 1679360 diff --git a/datasets/635675.tar b/datasets/635675.tar new file mode 100644 index 0000000000000000000000000000000000000000..2e4d55c8333dc0289f8f5e842de641d6adc61696 --- /dev/null +++ b/datasets/635675.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629c86d602ebf4b0b71b991b4ac00e920ea83ddbb7a6c2999d56f8099f00be14 +size 2160640 diff --git a/datasets/635709.tar b/datasets/635709.tar new file mode 100644 index 0000000000000000000000000000000000000000..71a2647b5954bdba750d6c5dfc3d0f6bf5143d52 --- /dev/null +++ b/datasets/635709.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8666f9997850f3e1d93c644a55ca3eb1bc1d19bd64d54e827a8dee53740dfe5c +size 92160 diff --git a/datasets/635780.tar b/datasets/635780.tar new file mode 100644 index 0000000000000000000000000000000000000000..79a79dc0b678990c200bdeb9a7a78dd81a3aa20a --- /dev/null +++ b/datasets/635780.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f7466d02aa0db979e1adc381e50c76ecfd71b06608850cc65b8e2bfe5112354 +size 2928640 diff --git a/datasets/635810.tar b/datasets/635810.tar new file mode 100644 index 0000000000000000000000000000000000000000..b324b88740d5821e3f6882f6516c3ab454ee195f --- /dev/null +++ b/datasets/635810.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27c8ee64f955d5c143eb7934566a7d1cdd5ed59235e131f55149fdc554f00a4 +size 16885760 diff --git a/datasets/635824.tar b/datasets/635824.tar new file mode 100644 index 0000000000000000000000000000000000000000..264963ddea69335fc0f0837ef076ca048ada30e8 --- /dev/null +++ b/datasets/635824.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a41c260f586508adc00f20a88da1b02d199498f3965747a920fce9730dc967b5 +size 2928640 diff --git a/datasets/635872.tar b/datasets/635872.tar new file mode 100644 index 0000000000000000000000000000000000000000..87fcad0e6daaf15adb7ada3c4575f451029bb358 --- /dev/null +++ b/datasets/635872.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:099b58dbbec067726bc68da107fed15413fd279f36d037b72c51f300c13fd9d1 +size 16803840 diff --git a/datasets/635946.tar b/datasets/635946.tar new file mode 100644 index 0000000000000000000000000000000000000000..b3fb6a06054b8b59230efc9ad0207e2887392f22 --- /dev/null +++ b/datasets/635946.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1f2d9cdf092a53fa482ab88954fbe836b527e869e817585697532d2d3ce39d +size 378880 diff --git a/datasets/635981.tar b/datasets/635981.tar new file mode 100644 index 0000000000000000000000000000000000000000..965f99274d3ece8c90c92b2a021742fff50500aa --- /dev/null +++ b/datasets/635981.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ee7176d6aab1a29c443802a28316c9b127e155f8c428de3ada349961e9f892 +size 1228800 diff --git a/datasets/636043.tar b/datasets/636043.tar new file mode 100644 index 0000000000000000000000000000000000000000..c7ecf88d16882e5a3ba35311b6760711fac0447c --- /dev/null +++ b/datasets/636043.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26395d197b7e62f5db7cf29c92c8fa30bc1519876ddfbcfbcdb5b5ce40440314 +size 177070080 diff --git a/datasets/636195.tar b/datasets/636195.tar new file mode 100644 index 0000000000000000000000000000000000000000..33f1241b315338dbb3ee883c29cfa9c1569570f7 --- /dev/null +++ b/datasets/636195.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9b0e44766410ac744a5b14b9d22d02bb02380c354922ada5a93d23c0b58b03 +size 7362560 diff --git a/datasets/636203.tar b/datasets/636203.tar new file mode 100644 index 0000000000000000000000000000000000000000..b39967c1887a064d4730c8900e92aff0eb6fb75a --- /dev/null +++ b/datasets/636203.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9279d3c06cd00959813c9f175094254ec7cf9b77cd265cb53389f90312729aaf +size 9871360 diff --git a/datasets/636300.tar b/datasets/636300.tar new file mode 100644 index 0000000000000000000000000000000000000000..366fd5a4bf2d42f7638e0e1966b9353b44416862 --- /dev/null +++ b/datasets/636300.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75d60b20b297b50486cfe5b0b24a496305f65043a4141e7b2a3b543f0692932 +size 1638400 diff --git a/datasets/636412.tar b/datasets/636412.tar new file mode 100644 index 0000000000000000000000000000000000000000..099f4e28319fb092a7acbf401a7a179f51d29cb1 --- /dev/null +++ b/datasets/636412.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7f18cd6c3ee7f03e985d4b870ee427ee2dc1d20eb3f268f5097d6696507e8e +size 1935360 diff --git a/datasets/636474.tar b/datasets/636474.tar new file mode 100644 index 0000000000000000000000000000000000000000..5708652608eafdb7024a4a122611dd94b428f437 --- /dev/null +++ b/datasets/636474.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a9c2837181c6cd8119ee4bf76de56432b4a7d621bd69ecf0586bf0d4749159f +size 2037760 diff --git a/datasets/636579.tar b/datasets/636579.tar new file mode 100644 index 0000000000000000000000000000000000000000..44f07933f9614fe521feda47263d5a6d0ebed4c2 --- /dev/null +++ b/datasets/636579.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025e597153a7cf388a0c924a79a87663aeacb085865fd59c1d59862d07f9b878 +size 2355200 diff --git a/datasets/636913.tar b/datasets/636913.tar new file mode 100644 index 0000000000000000000000000000000000000000..08b525b8efa2f5834e275db7dff1da7d010ae6be --- /dev/null +++ b/datasets/636913.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19852d23cabd77cf126e5cc366bdafb533806238e23c1f706695d3f8dcb68e0 +size 9840640 diff --git a/datasets/636968.tar b/datasets/636968.tar new file mode 100644 index 0000000000000000000000000000000000000000..6948ea7935b3957c49aae5365e9932b1375f57f9 --- /dev/null +++ b/datasets/636968.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec7bf219ae38051a74abc5b9189b89a866c534009e991cd81bf6accf05b388e2 +size 3164160 diff --git a/datasets/637260.tar b/datasets/637260.tar new file mode 100644 index 0000000000000000000000000000000000000000..156b858e4e477f202fafe7a69a4026a6471b6a20 --- /dev/null +++ b/datasets/637260.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:613ec3fe4dcf8ff6c30ae05c68cc5f5ff337b5c0409e9d4a9b91f1b4a12a4fb7 +size 261519360 diff --git a/datasets/637377.tar b/datasets/637377.tar new file mode 100644 index 0000000000000000000000000000000000000000..ecde479775e6cc24bbc57c43c984bac0d088b3a9 --- /dev/null +++ b/datasets/637377.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5a19ffa085317822a77a2a1287aa001ae99ad4f9f308f5bc6edd9a97dc893fa +size 11929600 diff --git a/datasets/637495.tar b/datasets/637495.tar new file mode 100644 index 0000000000000000000000000000000000000000..493e3e49d2fcf6af44149ebd84eb5987b9d51d37 --- /dev/null +++ b/datasets/637495.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0192bedc5818becebea586ab3c9ca0e90f5814a40a47942445fadcde15b07f7 +size 2734080 diff --git a/datasets/637531.tar b/datasets/637531.tar new file mode 100644 index 0000000000000000000000000000000000000000..959cb180c96e6e53073ff403b33cb2f4639fe613 --- /dev/null +++ b/datasets/637531.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:121da80a64e9547ae9c49a9c9d03f110b7df714586edbafe09568aecd2027ad4 +size 57538560 diff --git a/datasets/637747.tar b/datasets/637747.tar new file mode 100644 index 0000000000000000000000000000000000000000..3b2b3ea40c1cd817755975ad2a829663f9b0c0fd --- /dev/null +++ b/datasets/637747.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75308e68378619df88dfe2652f98a6f9b62038e371ba1931aa4e6f7bb14d154d +size 9902080 diff --git a/datasets/637760.tar b/datasets/637760.tar new file mode 100644 index 0000000000000000000000000000000000000000..5c7dd7fe55bd93be347fe3733370a46cd2e118be --- /dev/null +++ b/datasets/637760.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3b28716fac1ac1a6154a449803ec0d913a1fa58079e14279d9a60f6da916d26 +size 55040000 diff --git a/datasets/637991.tar b/datasets/637991.tar new file mode 100644 index 0000000000000000000000000000000000000000..fafdfb36c19e06ebf25997b2c224f763227c35a8 --- /dev/null +++ b/datasets/637991.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b63955ea56395ecbcb68a38d7517e1e2842f2484a3b897c2ca727d810f8c80cf +size 234332160 diff --git a/datasets/638106.tar b/datasets/638106.tar new file mode 100644 index 0000000000000000000000000000000000000000..7a2c8bdcba89c722c25a0384851fbda10cad67e3 --- /dev/null +++ b/datasets/638106.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6580ef5c8405d7a61f88a7671c9000eb4a6281338eaf4896f20358fd98e4e8c9 +size 7874560 diff --git a/datasets/638117.tar b/datasets/638117.tar new file mode 100644 index 0000000000000000000000000000000000000000..0795a671817815f81a37649f24283e9b36ba0e59 --- /dev/null +++ b/datasets/638117.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a7aa0793e1f92f62794a79ebb9de6c91535867deb8fc823a25a60b176aeaaf +size 35430400 diff --git a/datasets/638300.tar b/datasets/638300.tar new file mode 100644 index 0000000000000000000000000000000000000000..f084166b96c00c2b12437021f0403a756bbaa7d3 --- /dev/null +++ b/datasets/638300.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aaf86ecde96ac744f5a21fb69a681f040f4e2af2b2c9149a8610a79d0e2bcd8 +size 41922560 diff --git a/datasets/638482.tar b/datasets/638482.tar new file mode 100644 index 0000000000000000000000000000000000000000..6f8cadc17ac2a5d9c4b526b9d82553a57eea45b0 --- /dev/null +++ b/datasets/638482.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c2882342699242265f88259f437d8911f5306623ae2684845ae77832019015 +size 30873600 diff --git a/datasets/6385.tar b/datasets/6385.tar new file mode 100644 index 0000000000000000000000000000000000000000..408defbcede6c6ca374d9263035b6d63983c9196 --- /dev/null +++ b/datasets/6385.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9899b4816bd9957589883f39479c339c962f34149156f53200e13d7b49be741 +size 5570560 diff --git a/datasets/638546.tar b/datasets/638546.tar new file mode 100644 index 0000000000000000000000000000000000000000..ebb1f1f0e6031feb2dd0db73d7e70f462d023f54 --- /dev/null +++ b/datasets/638546.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a5b903f16aa3d79852b19bbaecaa29c67c85c0e48de1f3a06234fabce4bf12b +size 2293760 diff --git a/datasets/638791.tar b/datasets/638791.tar new file mode 100644 index 0000000000000000000000000000000000000000..b5b6815f5d2e3110ea4e7f71c020da1c8f74eef7 --- /dev/null +++ b/datasets/638791.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b6105147d284a91e8817bc36238d9acf44d69d13c94c062fe1dee93cfa7753 +size 1638400 diff --git a/datasets/638806.tar b/datasets/638806.tar new file mode 100644 index 0000000000000000000000000000000000000000..e0265ab88051555171e9770c50b7e34c700a9cc2 --- /dev/null +++ b/datasets/638806.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc17223956ddd7acb63d584b652e9514b73323f2bd8ba6ee870e17302f35c68c +size 1996800 diff --git a/datasets/638815.tar b/datasets/638815.tar new file mode 100644 index 0000000000000000000000000000000000000000..85183694eb38632bfe4bf3e18f1af12b8329ef31 --- /dev/null +++ b/datasets/638815.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d2f9b475434534b7c2a3f765ac924a3b53605dd349905799c60373360d749f +size 13312000 diff --git a/datasets/638863.tar b/datasets/638863.tar new file mode 100644 index 0000000000000000000000000000000000000000..8558e4f2e4443cba616672e480a42143cb6fdc2b --- /dev/null +++ b/datasets/638863.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e1a40b9e2e001769dc1bce27d3e116de4909137c25e5535894fd42ac9006a1 +size 3051520 diff --git a/datasets/638978.tar b/datasets/638978.tar new file mode 100644 index 0000000000000000000000000000000000000000..462ff0f2a3e6b7309ed6441c24c49cd3c8899bc6 --- /dev/null +++ b/datasets/638978.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa34a9e8570ce33a8c429f97b910a520923526967e23054c19fe1dacbb5a7a1 +size 2150400 diff --git a/datasets/6390.tar b/datasets/6390.tar new file mode 100644 index 0000000000000000000000000000000000000000..8b67603563b1ab8b6f6f90a5036cfca961a12c2a --- /dev/null +++ b/datasets/6390.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b3f271e9bf29b8b6e906098fbd43d5d52162eb01d4dff933c976b105f00420 +size 62126080 diff --git a/datasets/639010.tar b/datasets/639010.tar new file mode 100644 index 0000000000000000000000000000000000000000..ef21907d1d9d2c1c5e332f185652f85726b6c13b --- /dev/null +++ b/datasets/639010.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c782110c360cc8e2c939d1dfb620fb07e1f3c88ca8b13df5c43b3cce71c900d +size 45301760 diff --git a/datasets/639162.tar b/datasets/639162.tar new file mode 100644 index 0000000000000000000000000000000000000000..b5fdb2ef57f28fea2f2fab1d38c26aedc16b9a67 --- /dev/null +++ b/datasets/639162.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48bd4232df84e26785f81b88d22afdfed2e52300e31d2dfd1fc2160cb60b3342 +size 27760640 diff --git a/datasets/639187.tar b/datasets/639187.tar new file mode 100644 index 0000000000000000000000000000000000000000..ca1644c8d109fd952aff38ac8a5c9f8064a7e73e --- /dev/null +++ b/datasets/639187.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0142ec3ea8683f445c698624b4521970f473ffb3b9a34e58606e407da8ae0a3d +size 1873920 diff --git a/datasets/639197.tar b/datasets/639197.tar new file mode 100644 index 0000000000000000000000000000000000000000..370880bee3ec73cb6cd7a4342e0ac22e310d5451 --- /dev/null +++ b/datasets/639197.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:877ad3ad25e312132dc4f7e3fb9f69b5d87578c8a336b283b9e72dede4a87bee +size 6553600 diff --git a/datasets/639200.tar b/datasets/639200.tar new file mode 100644 index 0000000000000000000000000000000000000000..a80965e3dbf76cee36418970bb2d18a8a5691d8d --- /dev/null +++ b/datasets/639200.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc3e4f2589cc96e204e02613169e086e740692ac0c89f32932f5adc40134b06 +size 2129920 diff --git a/datasets/639248.tar b/datasets/639248.tar new file mode 100644 index 0000000000000000000000000000000000000000..fd42fccc6c5ba3bc11f18bf60aca62ce5ce7ace3 --- /dev/null +++ b/datasets/639248.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9626f6cac566fd4c4c576f6320d89df476eeda3519ce3e603e46f1928e95c536 +size 3061760 diff --git a/datasets/639393.tar b/datasets/639393.tar new file mode 100644 index 0000000000000000000000000000000000000000..77cbef6ceffae4a89bc5e79b93f5478b756a767e --- /dev/null +++ b/datasets/639393.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93b8410ce40d7e5193dc36a2139685f32df314d74a5a195179ea39aa40a63e36 +size 46243840 diff --git a/datasets/639543.tar b/datasets/639543.tar new file mode 100644 index 0000000000000000000000000000000000000000..64067e613f5382d7cdfa460b669670aaff845668 --- /dev/null +++ b/datasets/639543.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:884b9013b1899a4d7fdce24e72daf310a55c3274f3d5f53dbe78cfe8376b39b9 +size 3655680 diff --git a/datasets/639588.tar b/datasets/639588.tar new file mode 100644 index 0000000000000000000000000000000000000000..40119f81a249e5ef7fa5663c69a23c467bb2604b --- /dev/null +++ b/datasets/639588.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2cb9bb24960e49104823ebf3a1a92bdf6ffe6df3e7310f2f54aa974f878b837 +size 1320960 diff --git a/datasets/639626.tar b/datasets/639626.tar new file mode 100644 index 0000000000000000000000000000000000000000..bbd88d17125142f800c08a75ae97b03229a37c69 --- /dev/null +++ b/datasets/639626.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afff441601935bfb402df28f17cca9c76d92f94725e09c0a7116b2909cbabf9e +size 8837120 diff --git a/datasets/639650.tar b/datasets/639650.tar new file mode 100644 index 0000000000000000000000000000000000000000..f98e3457a8f9e9c42e44776d98e68aa4479440dd --- /dev/null +++ b/datasets/639650.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a5627973a555e49258334f1adb2529f2205d6d8fb5f31679d35be6f339d90d +size 2242560 diff --git a/datasets/639682.tar b/datasets/639682.tar new file mode 100644 index 0000000000000000000000000000000000000000..e8653deeefbcf4087d4bb84787e53b9991d63065 --- /dev/null +++ b/datasets/639682.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:100045b93e7423784ccdd72e0da5fe3f06d8dc8ce0bdaad92911d86b735d46a2 +size 5990400 diff --git a/datasets/639729.tar b/datasets/639729.tar new file mode 100644 index 0000000000000000000000000000000000000000..ff861340d7897aee84a285577b2c87576769ce64 --- /dev/null +++ b/datasets/639729.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f7e2df65d7ec2394df3dd34a44abff20adb6f87cc007ef3abf81e51baee93d7 +size 2529280 diff --git a/datasets/639733.tar b/datasets/639733.tar new file mode 100644 index 0000000000000000000000000000000000000000..10fc9abe1d06b2a064dd83b1ae84ce8c2de0ac72 --- /dev/null +++ b/datasets/639733.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e73f292e91900960389716aa39f8e3526c02b5d93bc85994482c7eab7b11214 +size 14848000 diff --git a/datasets/639737.tar b/datasets/639737.tar new file mode 100644 index 0000000000000000000000000000000000000000..b59372f8d0db5db4001c27c0a97db07da24ce0cb --- /dev/null +++ b/datasets/639737.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff63973165fd15434629508ee7fe53a5a02531f5bc233d69c098d55c60ae482c +size 3737600 diff --git a/datasets/639787.tar b/datasets/639787.tar new file mode 100644 index 0000000000000000000000000000000000000000..530ce72ad34a3cb1bcedbfbdd29a5590fc41870b --- /dev/null +++ b/datasets/639787.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc1149efaa4d5e1caa195baa7117a081aa0e0b91298356a4b77194b158f6bd1f +size 6758400 diff --git a/datasets/639914.tar b/datasets/639914.tar new file mode 100644 index 0000000000000000000000000000000000000000..ef82fbae8aae8f9e341a8cd011491a411b7ab54b --- /dev/null +++ b/datasets/639914.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355937e82308a6b4c14b44080d6f3a6b2041b8211de3a639d4bf8f4f60535d5c +size 12328960 diff --git a/datasets/639936.tar b/datasets/639936.tar new file mode 100644 index 0000000000000000000000000000000000000000..92e3f0362ad1fb5fe3ec9f814698fcd904b8ecd1 --- /dev/null +++ b/datasets/639936.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272ce22cfff5709cbcdcb8d8791ff2b280abdb4c883a1bf4b746123173e89522 +size 11233280 diff --git a/datasets/639956.tar b/datasets/639956.tar new file mode 100644 index 0000000000000000000000000000000000000000..c13fba1e5f7829f06688ac2958851db9033e2351 --- /dev/null +++ b/datasets/639956.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efada716c82be6685689ebd8022c328f8fd62c4ca609acf54b22696f436fbaeb +size 6369280 diff --git a/datasets/640005.tar b/datasets/640005.tar new file mode 100644 index 0000000000000000000000000000000000000000..b200629c56aa1a5bd0650b9cbf11a8f025bac9af --- /dev/null +++ b/datasets/640005.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c185309308de7d1f033914fea6b1087de84c38a8599d2c9fb6c01e2e5abc145e +size 9072640 diff --git a/datasets/640041.tar b/datasets/640041.tar new file mode 100644 index 0000000000000000000000000000000000000000..2358d09b219bd78486d6c000e7f025d67d01156c --- /dev/null +++ b/datasets/640041.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d0eaeebf0f023c8cdcc41aae8abb9405edb079f9d43f02159c224324f0ee7fb +size 11755520 diff --git a/datasets/640169.tar b/datasets/640169.tar new file mode 100644 index 0000000000000000000000000000000000000000..7478b799d3479077027690983222ca14b01b866e --- /dev/null +++ b/datasets/640169.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e69ca833ff56ab69e881a5ac3af252d0213c5b082d2b2c02c295c3ff43eedd9c +size 14039040 diff --git a/datasets/640203.tar b/datasets/640203.tar new file mode 100644 index 0000000000000000000000000000000000000000..941c288c7bef0d45a270aa537dabed66c99d110e --- /dev/null +++ b/datasets/640203.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6924b7ec5434f4ea0256f0852c2a9cda9a0e286cd0d0ec1fde9c302588979f44 +size 51200 diff --git a/datasets/640251.tar b/datasets/640251.tar new file mode 100644 index 0000000000000000000000000000000000000000..6b0e7a89f1552f00d2530a86741ffbcc969c8757 --- /dev/null +++ b/datasets/640251.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:470c3c85b3d9d22723fe3372d9dc074915917828bcb4fa7c371a6a4b3db70d06 +size 8273920 diff --git a/datasets/640285.tar b/datasets/640285.tar new file mode 100644 index 0000000000000000000000000000000000000000..3c24b84e3afd1d654876b859cd3d5b8133ae383d --- /dev/null +++ b/datasets/640285.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff9268d9c0b3064eefc71724974a04a1496d261625d4e52b55ea34f42db4cd4 +size 18073600 diff --git a/datasets/640767.tar b/datasets/640767.tar new file mode 100644 index 0000000000000000000000000000000000000000..453df5e2607dfcbaaa80bd50a2aa4a02303f617b --- /dev/null +++ b/datasets/640767.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0478996b8345e17f8e920a642ee99545c90105f9446d531ad1f7ea1b37601826 +size 5980160 diff --git a/datasets/640808.tar b/datasets/640808.tar new file mode 100644 index 0000000000000000000000000000000000000000..d90baacd041bcef9c9cc6a0b0cb825a34af73746 --- /dev/null +++ b/datasets/640808.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1acbde9429658a19f9af77adf17315b10be4d71e0cec9aed686e25dbc0a9f3 +size 2662400 diff --git a/datasets/640839.tar b/datasets/640839.tar new file mode 100644 index 0000000000000000000000000000000000000000..5c9986bf4f3f94c77cfda5f122afd7f99de69431 --- /dev/null +++ b/datasets/640839.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99820546cbb5510979efe103e5034071e62e61b0b80b3e8329baa0faaeacaa0 +size 57374720 diff --git a/datasets/641039.tar b/datasets/641039.tar new file mode 100644 index 0000000000000000000000000000000000000000..a09cc206471be00e79ca0d7d958d50b5a9652d98 --- /dev/null +++ b/datasets/641039.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88637a31dbe4872ae9fbefcb317438afa30a0bfc808f7c8ea29451ec3227b31 +size 1689600 diff --git a/datasets/641047.tar b/datasets/641047.tar new file mode 100644 index 0000000000000000000000000000000000000000..56ee8587c5e706c94bc424db17bc4e4cb87d8a57 --- /dev/null +++ b/datasets/641047.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b10667c6549d1e754761ab6977f101520128c2a0bbbd64feaf1143822d84aa6 +size 2498560 diff --git a/datasets/641082.tar b/datasets/641082.tar new file mode 100644 index 0000000000000000000000000000000000000000..0fa0570cefdffacdc99c45a15864b3a2bebcbe22 --- /dev/null +++ b/datasets/641082.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33db0e4851ed456c19efe715e0c6b55534c9cf7bc4377a964b2603226ec7ea6e +size 4833280 diff --git a/datasets/641130.tar b/datasets/641130.tar new file mode 100644 index 0000000000000000000000000000000000000000..72ae0204e990bc8e1e2aeba9222b08a93a8a3366 --- /dev/null +++ b/datasets/641130.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ae8b79cf4540982d4942c471102afc26ed1cfe9ad9281d6895a30c1f9a29444 +size 112640 diff --git a/datasets/641133.tar b/datasets/641133.tar new file mode 100644 index 0000000000000000000000000000000000000000..201740537a339fdf552900b8903e48862b81a262 --- /dev/null +++ b/datasets/641133.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c810782557baad5ab7f36cd31c5eb66dca88387eaf129f275444941bfbe9080 +size 204800 diff --git a/datasets/641181.tar b/datasets/641181.tar new file mode 100644 index 0000000000000000000000000000000000000000..7b30c313adbc9dafbc375284ed9abdecd25fb584 --- /dev/null +++ b/datasets/641181.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b773a4d850cccff6cc528525ee4029740104b21aa20d4ed43bcacbb4d2c2ec39 +size 3256320 diff --git a/datasets/641203.tar b/datasets/641203.tar new file mode 100644 index 0000000000000000000000000000000000000000..19e90a584b90b5b0eeecc3f60d02711895e7b226 --- /dev/null +++ b/datasets/641203.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2085fd3f81416f2b74e3b4855dea886d1d94d0d2cf6361e8d33658cf06a8c177 +size 1075200 diff --git a/datasets/641266.tar b/datasets/641266.tar new file mode 100644 index 0000000000000000000000000000000000000000..47335f982d90e443226bf4693c820ec2d49cdf6b --- /dev/null +++ b/datasets/641266.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ffec7d31277fb8528397731ec7a79123659e2e6e9be2414f62fb9c0da3ac2c6 +size 5386240 diff --git a/datasets/641390.tar b/datasets/641390.tar new file mode 100644 index 0000000000000000000000000000000000000000..65dbb9ba9c9f3bda2fd0932b34e602c7d243c30b --- /dev/null +++ b/datasets/641390.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9666b29b015c7bd1ec82b553d5bf2c400372a359fc63375f0460652858ca755 +size 337920 diff --git a/datasets/641406.tar b/datasets/641406.tar new file mode 100644 index 0000000000000000000000000000000000000000..d3abc5c32d7456c423817a95f206553b69b0404a --- /dev/null +++ b/datasets/641406.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:973e3bb63e9e63c719041321561da3754752150c2992ee21c6c222698485d37f +size 7813120 diff --git a/datasets/641492.tar b/datasets/641492.tar new file mode 100644 index 0000000000000000000000000000000000000000..48deba976f67b4b5a963a899045fa8b173b4795c --- /dev/null +++ b/datasets/641492.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b86a2ab70687cd7ebb1d60bff31ec8ea48a0fd071a43ba2daa38cb9940dec0 +size 1239040 diff --git a/datasets/641510.tar b/datasets/641510.tar new file mode 100644 index 0000000000000000000000000000000000000000..66cdd15de75a11a31aa6e1d9225b26631807cf78 --- /dev/null +++ b/datasets/641510.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a92cc06bd1d5ad201b9e46b33f23bff8c60ad719d08a535b4a516daa8cc74e +size 132341760 diff --git a/datasets/641587.tar b/datasets/641587.tar new file mode 100644 index 0000000000000000000000000000000000000000..3d7c7cc39f721793ba33446155a5749348a14c78 --- /dev/null +++ b/datasets/641587.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db1706057943057204ee16a9c5d5d2e85c4e73aada5e2ba430610aef85212e1 +size 18124800 diff --git a/datasets/641624.tar b/datasets/641624.tar new file mode 100644 index 0000000000000000000000000000000000000000..d1659ead65758a2b39df44b6ad1642b92c83f3fc --- /dev/null +++ b/datasets/641624.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4cc26e31e3a8696d245641569f1f0423bf310c0fe915cfd883bb3c3c9f50331 +size 2293760 diff --git a/datasets/641644.tar b/datasets/641644.tar new file mode 100644 index 0000000000000000000000000000000000000000..9b9138c2f8f32e32a33210da2b8e7294e9855f54 --- /dev/null +++ b/datasets/641644.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583ff47600e10c82c1629cdffa66bca95ea17c7ad097a8cc92dfa2b613d586ce +size 317440 diff --git a/datasets/641774.tar b/datasets/641774.tar new file mode 100644 index 0000000000000000000000000000000000000000..c747bcb82bc1e14dfc38d1e54b7f22c806415fd6 --- /dev/null +++ b/datasets/641774.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39b21c97dc8b509c1bac0974884221c36c87bf851e73f707eb0027863cf03db +size 85913600 diff --git a/datasets/641876.tar b/datasets/641876.tar new file mode 100644 index 0000000000000000000000000000000000000000..6a24d59528a23b987d77f1e9387711719a0c6386 --- /dev/null +++ b/datasets/641876.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cff5bf4158150ea7067bdc1da0f40c99544c28505afd9709a05a5136aebcfc3 +size 17295360 diff --git a/datasets/641984.tar b/datasets/641984.tar new file mode 100644 index 0000000000000000000000000000000000000000..b4772168b86c7884cc8e0e3070fc55b2e19d92f4 --- /dev/null +++ b/datasets/641984.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e102a14518d78a93aad612801f10a62fc4192b10a3c47774984080bfd202fcc1 +size 8785920 diff --git a/datasets/642007.tar b/datasets/642007.tar new file mode 100644 index 0000000000000000000000000000000000000000..c9bb8b1952c5de32879c3c1d6c03a1b2a4b70b54 --- /dev/null +++ b/datasets/642007.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:310ffdf9be7169cf40dfef1edba228368dc6a83a480dd803a5fb1ddfed91f093 +size 460800 diff --git a/datasets/642049.tar b/datasets/642049.tar new file mode 100644 index 0000000000000000000000000000000000000000..7d7bd9c4de4df83a26f6dfba1919ac82c18bddd1 --- /dev/null +++ b/datasets/642049.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:729b2a00e3a0cc773cba41fabbf9dba31dd7de52bbe8e0ecf44119fbe5d38b22 +size 1853440 diff --git a/datasets/642233.tar b/datasets/642233.tar new file mode 100644 index 0000000000000000000000000000000000000000..0e5716dd0a4ec93c37e9eb708f56ee8de43cda0f --- /dev/null +++ b/datasets/642233.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b8741e72dbc66305ecbb167fd544c4ddc736695b0035cfc886413a3d0763156 +size 103403520 diff --git a/datasets/642315.tar b/datasets/642315.tar new file mode 100644 index 0000000000000000000000000000000000000000..2cacacad2ec1394b1c5b8e16720b5ca24aad7fd3 --- /dev/null +++ b/datasets/642315.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeaa8400235940705b032e5465ab635c08d291abeb9dbb2b3f1f933c3d5b4056 +size 1034240 diff --git a/datasets/642533.tar b/datasets/642533.tar new file mode 100644 index 0000000000000000000000000000000000000000..f483b6766205c6c65e3a21713d76fdda7e4559e5 --- /dev/null +++ b/datasets/642533.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b3b959bc74432fe52897625236e5d3544bc7e888ba8ea7116915617859aed0c +size 16824320 diff --git a/datasets/642556.tar b/datasets/642556.tar new file mode 100644 index 0000000000000000000000000000000000000000..1533b76560d770582f15f1602fc8109243ec3f72 --- /dev/null +++ b/datasets/642556.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:751bd339fa8896fc0cdeafe9bc0dfa62aee6e7a14d1e1684bb806098c58575ec +size 25989120 diff --git a/datasets/642560.tar b/datasets/642560.tar new file mode 100644 index 0000000000000000000000000000000000000000..9bcc9defd6e3197397a61fce40130a756c25e0b8 --- /dev/null +++ b/datasets/642560.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8594fd26a952eee13b7c89eb46dd120fbdb5a6b073daf65d22666081c9970f2 +size 25989120 diff --git a/datasets/642600.tar b/datasets/642600.tar new file mode 100644 index 0000000000000000000000000000000000000000..9cf76e18b3e6033b8e86bb63d71b4bab5d5903f9 --- /dev/null +++ b/datasets/642600.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:662a773523a13ec0d69abc71c2aab1ef883def49dcc1efe04c7b7be00cddd177 +size 13516800 diff --git a/datasets/642602.tar b/datasets/642602.tar new file mode 100644 index 0000000000000000000000000000000000000000..d63bf32a96056f6667ba77853cbadfe302b90c4c --- /dev/null +++ b/datasets/642602.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a0f7ecd578186a133289f243823b66e2c3a184f2d13ecd6c497b0c30ba62e39 +size 35829760 diff --git a/datasets/642614.tar b/datasets/642614.tar new file mode 100644 index 0000000000000000000000000000000000000000..14b766db823b1aa4be286aa31fe575347c8b4334 --- /dev/null +++ b/datasets/642614.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca0161f02a0843be120759cf4d7eb1771f6732fc593193d9fb6629dfe646a8c +size 13516800 diff --git a/datasets/642652.tar b/datasets/642652.tar new file mode 100644 index 0000000000000000000000000000000000000000..95a3bfa9c8d0a214a5c91138e188e7c8ed01340f --- /dev/null +++ b/datasets/642652.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c222fbd101bdda9c6051ee95641a5491bd2dc04fef357444a6c2c1ac9e87ac +size 98344960 diff --git a/datasets/642699.tar b/datasets/642699.tar new file mode 100644 index 0000000000000000000000000000000000000000..1c76baedb5de234a33d2733d758bae8b2fdfe810 --- /dev/null +++ b/datasets/642699.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a5c742ed4ae97fd17282f4dd836bbcee56ab9a99d6ade637ee6e16c2f460bd +size 39895040 diff --git a/datasets/642741.tar b/datasets/642741.tar new file mode 100644 index 0000000000000000000000000000000000000000..66bb77077117ce87a8b58105bbb71ef114f8146b --- /dev/null +++ b/datasets/642741.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e31a08d15550b654fff180e087ca9bb4885286d904e939555917b17dc892bb0 +size 39895040 diff --git a/datasets/642777.tar b/datasets/642777.tar new file mode 100644 index 0000000000000000000000000000000000000000..2e44612ed168ed6070eb55486f15217aa3dc8124 --- /dev/null +++ b/datasets/642777.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f3247a3c404e1d80d4bed2bda59a9af8898bafd37b6128c4b7d65a384db8417 +size 15380480 diff --git a/datasets/642807.tar b/datasets/642807.tar new file mode 100644 index 0000000000000000000000000000000000000000..73405bb370295e6a32157d1c01142b9edb142fa3 --- /dev/null +++ b/datasets/642807.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc27854091c5569c0158226847358860b6ecf53da0a26b1b31227ce06458ae21 +size 22190080 diff --git a/datasets/642844.tar b/datasets/642844.tar new file mode 100644 index 0000000000000000000000000000000000000000..e8f9312e3d82d021b8f5c7a66a10794a24bb8c5f --- /dev/null +++ b/datasets/642844.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6804466207985c749c751210ff7bf10c32377beddb74b5adb49fd7bc9c263289 +size 22190080 diff --git a/datasets/642879.tar b/datasets/642879.tar new file mode 100644 index 0000000000000000000000000000000000000000..0ca4d909c3e22047162603dfd5b3053b497f49c2 --- /dev/null +++ b/datasets/642879.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:858940aaf340bac5e8b3f89b84ceb33293e82dc98f7694b668ab9a1cedf5b399 +size 39895040 diff --git a/datasets/642954.tar b/datasets/642954.tar new file mode 100644 index 0000000000000000000000000000000000000000..7769c242ebb38458e8ac2138051ccf9940daae76 --- /dev/null +++ b/datasets/642954.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16773cd5ec26e4ea269a547587103153dc526c98632c49ccd73cdd49fb8d10df +size 18237440 diff --git a/datasets/642990.tar b/datasets/642990.tar new file mode 100644 index 0000000000000000000000000000000000000000..3aef5b69e56fd7cfe0e8707f979d8efec0a5ebe2 --- /dev/null +++ b/datasets/642990.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165351f9c6cab8d537f31c5017dd115328e4694ac0e475a0c649e40c79939d3d +size 19752960 diff --git a/datasets/643002.tar b/datasets/643002.tar new file mode 100644 index 0000000000000000000000000000000000000000..d300e6a9600cc3fa2e4d21a6055b47334109f1ec --- /dev/null +++ b/datasets/643002.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91fc70a17463a5e3155de81cea17b180045db608a4bc7991103d0bbfb118f20b +size 2805760 diff --git a/datasets/643106.tar b/datasets/643106.tar new file mode 100644 index 0000000000000000000000000000000000000000..5342bfb7582f417015d2ddb707ca768bc91660aa --- /dev/null +++ b/datasets/643106.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ac8e0c7b7658af1484d8e79b31bf5a51bd7f3b8b9c3e82d8c453aa3b59fa3a +size 2140160 diff --git a/datasets/643165.tar b/datasets/643165.tar new file mode 100644 index 0000000000000000000000000000000000000000..e75479db1ade6f7b579d60441c42a26edf0e7783 --- /dev/null +++ b/datasets/643165.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6771ad24346a7dadda0d32c3ce898cec39c134e066ee2dbeb853fe7c7a13f09 +size 83077120 diff --git a/datasets/643168.tar b/datasets/643168.tar new file mode 100644 index 0000000000000000000000000000000000000000..501da98661db5dbb9020b22edf40f1bdf8bdd883 --- /dev/null +++ b/datasets/643168.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34db5b5ab712888210f0d41dd1ec13b20d693dc67365388ae2f2a72db9319fa9 +size 24248320 diff --git a/datasets/643268.tar b/datasets/643268.tar new file mode 100644 index 0000000000000000000000000000000000000000..8d775fabc17566a5d50ecc05e2d65f0e4cfef3da --- /dev/null +++ b/datasets/643268.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee31671fb8c49bb16b5fc9b6cb0b29b227ffedbae02d44e8d0e1ba11ff46465 +size 2150400 diff --git a/datasets/643364.tar b/datasets/643364.tar new file mode 100644 index 0000000000000000000000000000000000000000..e65707fa30ae6eaf20ca621c2137890a5822613a --- /dev/null +++ b/datasets/643364.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc51eeb8b94e7e173122cd9519b5ab8ea3c839cc6fe47e472c59f5c462e38002 +size 8919040 diff --git a/datasets/643374.tar b/datasets/643374.tar new file mode 100644 index 0000000000000000000000000000000000000000..775d536abb97fc81161ee4d5c3a101623d51e8f8 --- /dev/null +++ b/datasets/643374.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b110f5cf7da0f33c3e915a0a0055a50bc1b4340252c2a9bfa64409d2da25a5a +size 2099200 diff --git a/datasets/643435.tar b/datasets/643435.tar new file mode 100644 index 0000000000000000000000000000000000000000..8e39e2052f223a22824c166cf64919ae7492852d --- /dev/null +++ b/datasets/643435.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f14d2cb397bebc67ec7bea30f29da0e134abe409f70322e69100eda0db6c9abf +size 17182720 diff --git a/datasets/643468.tar b/datasets/643468.tar new file mode 100644 index 0000000000000000000000000000000000000000..85ba3ce9bf68efe867331873b7b383331cf4fd8f --- /dev/null +++ b/datasets/643468.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d1d5c81df7a94536e529d626fe2a1954d321cbf4f0549c38bc725a6d7439bd +size 1914880 diff --git a/datasets/643543.tar b/datasets/643543.tar new file mode 100644 index 0000000000000000000000000000000000000000..d9860d714ca76e36da7c2cd76bdb6dc0c41f5440 --- /dev/null +++ b/datasets/643543.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbed6f57aeec5a005dfc7167a831ba05d2f1a857ffadac017759394758e495d8 +size 2222080 diff --git a/datasets/643547.tar b/datasets/643547.tar new file mode 100644 index 0000000000000000000000000000000000000000..4ed809ec3a194eea2c2622ead718165c623dbcb4 --- /dev/null +++ b/datasets/643547.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08fc9acd0b93e5a09ab6667ea8b3d8a7c3490bdc3141ef48bb4ed2f4917a1b31 +size 154920960 diff --git a/datasets/643628.tar b/datasets/643628.tar new file mode 100644 index 0000000000000000000000000000000000000000..7a065cb2eafc7818b5f2fe643731f205df13541d --- /dev/null +++ b/datasets/643628.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc18950b30c69b9e7a04fc1e8a3ecce50608aafa79ebc3ddb532b01ecbffd711 +size 2129920 diff --git a/datasets/643648.tar b/datasets/643648.tar new file mode 100644 index 0000000000000000000000000000000000000000..30e19b494b23f39f14ea63f586e7fe36d5018a07 --- /dev/null +++ b/datasets/643648.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07017d73606377280f3bb5bf44915938614dee8791524f08c787d7a37266f63c +size 10362880 diff --git a/datasets/643687.tar b/datasets/643687.tar new file mode 100644 index 0000000000000000000000000000000000000000..64362485d2f956d03d68da7c24c5c4ca07142294 --- /dev/null +++ b/datasets/643687.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5322162a03d2329bdf909b4e2f9168635d134e0bcf2794a78eceb227f067f011 +size 5847040 diff --git a/datasets/643775.tar b/datasets/643775.tar new file mode 100644 index 0000000000000000000000000000000000000000..2bb8cdd3d9a1d92c00136f85286b9b688fed3cb0 --- /dev/null +++ b/datasets/643775.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b83d0e78222a45e32394ed998a9b3a65d8c24720bdef441590cfc6b03724447d +size 389120 diff --git a/datasets/643806.tar b/datasets/643806.tar new file mode 100644 index 0000000000000000000000000000000000000000..ad0d5922c4594437b75f9dd447e2df5c7e770cc7 --- /dev/null +++ b/datasets/643806.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f63c6638824f1c9ce85b6566ecd8e416a2a1d9ccddbb88bc4e1f06bda1d6ab86 +size 460800 diff --git a/datasets/643882.tar b/datasets/643882.tar new file mode 100644 index 0000000000000000000000000000000000000000..c3bf34c5befff426472c533be25818a11673f8a7 --- /dev/null +++ b/datasets/643882.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:282362d0212aef967e6799e9e6b6e8785844ce7eca7cf1bcdce864f209c0fc70 +size 21975040 diff --git a/datasets/644002.tar b/datasets/644002.tar new file mode 100644 index 0000000000000000000000000000000000000000..e98195b3c36c474abed0c0a0977b0fcc98ee80f9 --- /dev/null +++ b/datasets/644002.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b299acf608341a9521e190b3e930a353e7d66dba2f1ea6c03404c5296ca399 +size 2037760 diff --git a/datasets/644015.tar b/datasets/644015.tar new file mode 100644 index 0000000000000000000000000000000000000000..45f65a3bf401e7b18f30d360dbc52b09a563e5bd --- /dev/null +++ b/datasets/644015.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f19d9730d5fca37f8bc7a8b70766412dbf56fb94ee1bd51aff520e4368cb78 +size 2068480 diff --git a/datasets/644021.tar b/datasets/644021.tar new file mode 100644 index 0000000000000000000000000000000000000000..2c76a0c308abdb6e9c66205eb7cdc05c004587b8 --- /dev/null +++ b/datasets/644021.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ab72239bffe162c67be39c9eb787b0cd1d1c160112860f7cc50dc981054e60 +size 16752640 diff --git a/datasets/644032.tar b/datasets/644032.tar new file mode 100644 index 0000000000000000000000000000000000000000..2a7877829bc9757699406317dfc9fdc43f6c45e7 --- /dev/null +++ b/datasets/644032.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a0512e893088fd7d04a078da21c72c06e7f157445489b48ccd19aaca79ecf82 +size 105205760 diff --git a/datasets/64405.tar b/datasets/64405.tar new file mode 100644 index 0000000000000000000000000000000000000000..a07e884e984c09d48ad6768f4c7aeb035714226a --- /dev/null +++ b/datasets/64405.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b697b613d035296f97ecaf0f5d7837a94f951139c61934fdd37e64cefac015f +size 6359040 diff --git a/datasets/644100.tar b/datasets/644100.tar new file mode 100644 index 0000000000000000000000000000000000000000..ab04ab3aaa2118faa90a10e6596c3b3d53414aa9 --- /dev/null +++ b/datasets/644100.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7223274365488951ba0f137b7782630baaf0e5043bcf32ba76e46881e75f9401 +size 23316480 diff --git a/datasets/644137.tar b/datasets/644137.tar new file mode 100644 index 0000000000000000000000000000000000000000..c619be53ccb6ebaa3667737186e86111add6a7ea --- /dev/null +++ b/datasets/644137.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2b55841a3ee7fd43a1fe5d3c34cc72299fe975648afcae8a0654805278eae0b +size 105205760 diff --git a/datasets/644167.tar b/datasets/644167.tar new file mode 100644 index 0000000000000000000000000000000000000000..5682c3be519899ddc7ce05ed76640ff7419c7dd4 --- /dev/null +++ b/datasets/644167.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a5c960eac2f37844b851c3f161f166583924e70957bbeac68d63c6b19682ee +size 20234240 diff --git a/datasets/644455.tar b/datasets/644455.tar new file mode 100644 index 0000000000000000000000000000000000000000..1b498545fc296b427e9ea441a64081ebc638b2c8 --- /dev/null +++ b/datasets/644455.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b241ddfe9e7bfeb8586f6a052c06a801ea62c2a5e0f5122c051001db67a8d4e3 +size 2273280 diff --git a/datasets/644546.tar b/datasets/644546.tar new file mode 100644 index 0000000000000000000000000000000000000000..a7cf3b23f4212dc623308600b55e228bf5c0f38b --- /dev/null +++ b/datasets/644546.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e901fb918cd3d13737b7ed1919dbaa3384ff74743ed5fd8206321054b54d5736 +size 4392960 diff --git a/datasets/644571.tar b/datasets/644571.tar new file mode 100644 index 0000000000000000000000000000000000000000..bd398a1446f13eea37ab55ecb58bcda9dbf8547a --- /dev/null +++ b/datasets/644571.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4b73277f9b6aff657a6f2979920a5eea6d9396aa98f8cd85f8b79532f601f0 +size 22517760 diff --git a/datasets/644695.tar b/datasets/644695.tar new file mode 100644 index 0000000000000000000000000000000000000000..92f87e0dd3eee523bdcfca26a509ae5c58c0699a --- /dev/null +++ b/datasets/644695.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d42104b563970129c47bdf4ff5de6254ca350b900519b3070a0fa6bebda879fa +size 8284160 diff --git a/datasets/6447.tar b/datasets/6447.tar new file mode 100644 index 0000000000000000000000000000000000000000..b42e136a7d0fe0017da51e6868f2062c269a4d53 --- /dev/null +++ b/datasets/6447.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a1ee825c7f07bcbaf226b1eef3c2c74af20dbe8477df5bea02e1bcf407fdaff +size 27115520 diff --git a/datasets/644719.tar b/datasets/644719.tar new file mode 100644 index 0000000000000000000000000000000000000000..4c10867398739ae780a3e279bdc85f670c4f7998 --- /dev/null +++ b/datasets/644719.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b546dcf352ff393e8619dbbfbb574801a52a98cf7888e7f478e94b4a17a5c5a +size 22517760 diff --git a/datasets/644720.tar b/datasets/644720.tar new file mode 100644 index 0000000000000000000000000000000000000000..a046dd0ce36d4d9054ba148cf8fc0107910e1a1d --- /dev/null +++ b/datasets/644720.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f040ad28f1385d6a17863eb6c48d63e2f5e62609e967f86b2a6b98a1bb7b295 +size 22517760 diff --git a/datasets/644889.tar b/datasets/644889.tar new file mode 100644 index 0000000000000000000000000000000000000000..deebdb83e7ce8181b685fd8948019228d2123f1e --- /dev/null +++ b/datasets/644889.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1922e1b480584e0cd0a399a1d315c66a085363942b227c1c19c39b47143f1f07 +size 31313920 diff --git a/datasets/644907.tar b/datasets/644907.tar new file mode 100644 index 0000000000000000000000000000000000000000..3b5ae2cd46adc87dbbec070e32c11cc899fc433a --- /dev/null +++ b/datasets/644907.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:948f25e476acdadef13b9b05264b7f85458c28c0c01c07a9875db4db64f33a99 +size 222361600 diff --git a/datasets/645136.tar b/datasets/645136.tar new file mode 100644 index 0000000000000000000000000000000000000000..0297c5ce230020e53e2fd0de5ce0bfcef7fcf252 --- /dev/null +++ b/datasets/645136.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:369fd981cf735f97408cf7104cb034de45c4d170f6cb0d0a8acfd700f00b327d +size 1556480 diff --git a/datasets/645147.tar b/datasets/645147.tar new file mode 100644 index 0000000000000000000000000000000000000000..737889221c2917827bdf9d2dfc5d5a6e02cedd44 --- /dev/null +++ b/datasets/645147.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c909f99a48c91344b0b56710e1fbfb13c80acbdf3827d5c79330bf96b87613 +size 7854080 diff --git a/datasets/645179.tar b/datasets/645179.tar new file mode 100644 index 0000000000000000000000000000000000000000..ce8aad1e594780256f029293df6e88a1fdebbcf7 --- /dev/null +++ b/datasets/645179.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:068f79b27c36e5c3606af66dafc59721529b49f70c1482da3c90d9b009dcb609 +size 29911040 diff --git a/datasets/645244.tar b/datasets/645244.tar new file mode 100644 index 0000000000000000000000000000000000000000..be90085ec4e78674e71118969225ddf5a9070534 --- /dev/null +++ b/datasets/645244.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:befbbb17c5c13c67db1c54a001ad8c511d6103d89c1130e5911055453a288632 +size 20439040 diff --git a/datasets/645294.tar b/datasets/645294.tar new file mode 100644 index 0000000000000000000000000000000000000000..7dbec7d4a5a93d466e2a655935f254853d49ad74 --- /dev/null +++ b/datasets/645294.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28002a9321deb4188a57991197ea3f5a2196f0f90faa4c21b7fb23a53df84ae4 +size 2549760 diff --git a/datasets/645326.tar b/datasets/645326.tar new file mode 100644 index 0000000000000000000000000000000000000000..5c2410809d43976c6a727f1d37be9472cc16ba79 --- /dev/null +++ b/datasets/645326.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7525212e75f486b8716544c9a1aec817f878758696ad597f20a87812fd88fbe +size 16281600 diff --git a/datasets/645457.tar b/datasets/645457.tar new file mode 100644 index 0000000000000000000000000000000000000000..f69384ff135cee771953e4587f0f3f888b31b9f7 --- /dev/null +++ b/datasets/645457.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4bea6d7ce7993cde3256424e67ce2b9af2a5e57e3355ba3df95f4b8cc279e74 +size 86681600 diff --git a/datasets/645720.tar b/datasets/645720.tar new file mode 100644 index 0000000000000000000000000000000000000000..64e711826c828a02c695247434d9a110dbad1305 --- /dev/null +++ b/datasets/645720.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b5af8f8fea6b4a71f0fa0077b16a17bc01e16e49594522e746655a40031166 +size 10199040 diff --git a/datasets/645921.tar b/datasets/645921.tar new file mode 100644 index 0000000000000000000000000000000000000000..7c09f5eacc5ef04eb48c39a6c5411c2a80b4d7b7 --- /dev/null +++ b/datasets/645921.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0edcd9587e17d2a135b1b939e92605035485e72a9afe0be71ee65246417d6b8d +size 1914880 diff --git a/datasets/645931.tar b/datasets/645931.tar new file mode 100644 index 0000000000000000000000000000000000000000..aca5262c2340f99d229d6b45f47c53d2838df629 --- /dev/null +++ b/datasets/645931.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b72fe943a96f06519a459fd9ae86fcad9130e8860fac0f00e8d2073ebeccc1dd +size 10332160 diff --git a/datasets/645960.tar b/datasets/645960.tar new file mode 100644 index 0000000000000000000000000000000000000000..4bd3c9a1d8cde04caa8e36496edd0681208aad7d --- /dev/null +++ b/datasets/645960.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:854e715217cac4d1e66c455bcc19d7c56f5fe57397ae60562157454df7c7d6c9 +size 13168640 diff --git a/datasets/645964.tar b/datasets/645964.tar new file mode 100644 index 0000000000000000000000000000000000000000..2c0f1d9f03a7f4c1c5a7956505922073a89d2723 --- /dev/null +++ b/datasets/645964.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3e38fdb21d5fb6205c8175d8e8ac08bbd14b57bc18432791a5b29f1b5e1edc +size 481280 diff --git a/datasets/645984.tar b/datasets/645984.tar new file mode 100644 index 0000000000000000000000000000000000000000..ac496e5431dee87953a91c7d09f6d47d3f433034 --- /dev/null +++ b/datasets/645984.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415812e91b2a100ab56d42ceded2334331a3f1664471a419ab28067bf2516538 +size 23183360 diff --git a/datasets/646155.tar b/datasets/646155.tar new file mode 100644 index 0000000000000000000000000000000000000000..251b8afaa2d487f72e672ddfa11a0752ca109042 --- /dev/null +++ b/datasets/646155.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb2e32be3ee3adf10d5cc245335ce47237b8c6be97080f62348202fb82e974c1 +size 4167680 diff --git a/datasets/646176.tar b/datasets/646176.tar new file mode 100644 index 0000000000000000000000000000000000000000..e915a08cb7a314e1507b21834643e2066e6d3bd7 --- /dev/null +++ b/datasets/646176.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d7f4d2e3a14ab15aa8e597a67e4a822d18d70c96791c4a24dd2b288b92ae72 +size 2396160 diff --git a/datasets/646251.tar b/datasets/646251.tar new file mode 100644 index 0000000000000000000000000000000000000000..355ee76eaff8d06b03eeeb3b09bb39def07c39d5 --- /dev/null +++ b/datasets/646251.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf45a97e7c755c8e014a669bd4badb3d720c8928f49163c95930b2aa8838599 +size 2928640 diff --git a/datasets/646303.tar b/datasets/646303.tar new file mode 100644 index 0000000000000000000000000000000000000000..4007a9913aed0621d62e20a3de9ea1c640b25ae4 --- /dev/null +++ b/datasets/646303.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c8a569bf5c990fc34410ae5d10a8cb1cc887430a80948b5baa4e6311cc871e +size 2498560 diff --git a/datasets/64632.tar b/datasets/64632.tar new file mode 100644 index 0000000000000000000000000000000000000000..badf998bcb40b9de67e37338f4861c16683a6597 --- /dev/null +++ b/datasets/64632.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a867f79f51e03897d639e5bb0eb6fd945f6890a6076ac4c2fdc0d7b8fc6e885 +size 1986560 diff --git a/datasets/646334.tar b/datasets/646334.tar new file mode 100644 index 0000000000000000000000000000000000000000..826c68ce6b392733d2146924258149edcff25895 --- /dev/null +++ b/datasets/646334.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:845d1c48abd1e57b3b8b29ea8d568cecd6752b4c40cfdc8b26f39e8ef72901f4 +size 73297920 diff --git a/datasets/646401.tar b/datasets/646401.tar new file mode 100644 index 0000000000000000000000000000000000000000..5fd768d952128de721f0e1d00e67ce89bbe6a999 --- /dev/null +++ b/datasets/646401.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae66d8dd8e5b78d078a8755dd9c6b713a58cef4246eafc646c4b33d6c1afa17e +size 13045760 diff --git a/datasets/646491.tar b/datasets/646491.tar new file mode 100644 index 0000000000000000000000000000000000000000..a52011413de6be5e01adba0a6af2f46d54e1b18a --- /dev/null +++ b/datasets/646491.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5be011818a34349c7477dfd636718a07be4b286c13e6cd39d9ce3f655b84ee1 +size 2273280 diff --git a/datasets/646566.tar b/datasets/646566.tar new file mode 100644 index 0000000000000000000000000000000000000000..8aa65ba67b3887846b6a0edd8a7e6de2ebf84cdd --- /dev/null +++ b/datasets/646566.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8701a5a95fe454ebc105ae202b35e15c8c9227a02d170ca62e043f38084ec9a8 +size 143360 diff --git a/datasets/646687.tar b/datasets/646687.tar new file mode 100644 index 0000000000000000000000000000000000000000..f8584ff8479eff48d132962da6f4eec0b84f3aba --- /dev/null +++ b/datasets/646687.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:660d719dd9288e3bdfa65b5e1002ae75f3c1e05a281fe7f0e280b0775e720917 +size 2897920 diff --git a/datasets/646703.tar b/datasets/646703.tar new file mode 100644 index 0000000000000000000000000000000000000000..228fb89867cce2a015e9754b19f2a2074c25210c --- /dev/null +++ b/datasets/646703.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f77adafe2d5007be06dc05aac27ed30e798deece9a104329ccf4edc5e95688 +size 10598400 diff --git a/datasets/646750.tar b/datasets/646750.tar new file mode 100644 index 0000000000000000000000000000000000000000..afef1759fa92e28cae947edf8b2bc4a39aee822a --- /dev/null +++ b/datasets/646750.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820c2fdaaa22d3278b1cce6ae9674b85f53aff0e2c088ea2f29677c294218730 +size 1075200 diff --git a/datasets/646790.tar b/datasets/646790.tar new file mode 100644 index 0000000000000000000000000000000000000000..6232b917a42d9e16914a4419da3567f61e012c84 --- /dev/null +++ b/datasets/646790.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc082304ceb8cfb3c20e39d77eb65c53a4e8337b23f54d48d9bbc9edead20fa +size 1525760 diff --git a/datasets/646809.tar b/datasets/646809.tar new file mode 100644 index 0000000000000000000000000000000000000000..a180050e2fb8372cf9fa16537d472d870dd5f406 --- /dev/null +++ b/datasets/646809.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:877c3316c80278306fa46231a9c11f7e5e36f19f217792b8687ccf2ae7a4398e +size 61440 diff --git a/datasets/646898.tar b/datasets/646898.tar new file mode 100644 index 0000000000000000000000000000000000000000..d81f05147613d71b709f354c6355edb97c8faad7 --- /dev/null +++ b/datasets/646898.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5843d01574ce266c0b4495414b7ca631c4e4324f80958fdbad14f75b425f8cb1 +size 3563520 diff --git a/datasets/646901.tar b/datasets/646901.tar new file mode 100644 index 0000000000000000000000000000000000000000..501deaeac6f65ce5efca67d2c69d1159bebb8211 --- /dev/null +++ b/datasets/646901.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e119ccf0f61bb55d163d16d42ad6688b396fa569bc1c8e04bab7d55f0b0472d +size 3471360 diff --git a/datasets/646982.tar b/datasets/646982.tar new file mode 100644 index 0000000000000000000000000000000000000000..b8250a0c5f0ef7b974efcc6ce1eb76794b1bd43e --- /dev/null +++ b/datasets/646982.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb83420ea5ce41bd11a5ef7996bed53acfd7893e9fe647fcc069c192ef3d1e8d +size 73297920 diff --git a/datasets/646983.tar b/datasets/646983.tar new file mode 100644 index 0000000000000000000000000000000000000000..c66c7aff4e5ff3fa48cf0c25d874594656630e1c --- /dev/null +++ b/datasets/646983.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a55536f8aff650bfc3c1338a9b031584fe6f811014afbaef27707e7de428905 +size 73297920 diff --git a/datasets/647104.tar b/datasets/647104.tar new file mode 100644 index 0000000000000000000000000000000000000000..f696eafccd3fe54dceecb488dbbb0001dc1b5b78 --- /dev/null +++ b/datasets/647104.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:909db663260f3570a81375f154b3c55db64dfb9223c720222cc93fe2ad466c31 +size 20480 diff --git a/datasets/647133.tar b/datasets/647133.tar new file mode 100644 index 0000000000000000000000000000000000000000..50ffedd6a2d881314ec18407ac28409efee82734 --- /dev/null +++ b/datasets/647133.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f71b41454f07bd6b89c4f6696a67a79631009701bcc758c7747bb8f2e858314 +size 8744960 diff --git a/datasets/647175.tar b/datasets/647175.tar new file mode 100644 index 0000000000000000000000000000000000000000..2d7b613c394aa021e5804833b79937695c818015 --- /dev/null +++ b/datasets/647175.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d4e6a3e256785874515b4200c1b947ea5691851ec9014b147b0e65f24488908 +size 81920 diff --git a/datasets/647379.tar b/datasets/647379.tar new file mode 100644 index 0000000000000000000000000000000000000000..574b2cd210a72418b09398f5031821d71e3be13d --- /dev/null +++ b/datasets/647379.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5e7c7e18e1529bf6064605ade2d099be140bfe2d1f788fe9d53c45191761c8 +size 880640 diff --git a/datasets/647397.tar b/datasets/647397.tar new file mode 100644 index 0000000000000000000000000000000000000000..069a96223fe1d2da844c322b5b823274030c6ab0 --- /dev/null +++ b/datasets/647397.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db228b8fc6efb97f3348612c1fe7552759a25b1455de0143ac08bd0463ad906a +size 8110080 diff --git a/datasets/647434.tar b/datasets/647434.tar new file mode 100644 index 0000000000000000000000000000000000000000..f1b91609d78b9f8579cb8f8ade34657c92252929 --- /dev/null +++ b/datasets/647434.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6adeaea55307138ba24f5e493ca5d7a88fc78d4dcc55ed6137a222367fc1cd4c +size 8181760 diff --git a/datasets/647626.tar b/datasets/647626.tar new file mode 100644 index 0000000000000000000000000000000000000000..b305dddea75776b725a842f30aac61b9cb00454e --- /dev/null +++ b/datasets/647626.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:653d7b2210bb016aeebe0cf6d7d3c18fe50eaff061eec236dbe819e0f7ab143c +size 18452480 diff --git a/datasets/647720.tar b/datasets/647720.tar new file mode 100644 index 0000000000000000000000000000000000000000..8403d8a65bbb442ebbd6408f178b20569568e49f --- /dev/null +++ b/datasets/647720.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2187f4c7d5c26f4f6bd1b128fbc7d19c88464bbabdac2c88534596910de75f59 +size 26449920 diff --git a/datasets/647724.tar b/datasets/647724.tar new file mode 100644 index 0000000000000000000000000000000000000000..4b1856c2f63f87005e021c03fcb652f3139c8dc4 --- /dev/null +++ b/datasets/647724.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96bf0725a210619906b465a056ca06dc007e4fd66f28110d17d206cf9833b02d +size 7014400 diff --git a/datasets/647922.tar b/datasets/647922.tar new file mode 100644 index 0000000000000000000000000000000000000000..177ae23a8ac2cbf9c7661d056eb69da44db28193 --- /dev/null +++ b/datasets/647922.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b211d681d37f3a2f82519a565bac1147d7cee42ad7304071052b88e694c40f6 +size 10362880 diff --git a/datasets/648281.tar b/datasets/648281.tar new file mode 100644 index 0000000000000000000000000000000000000000..b8df652eb2c46ca0bfc7619dc7775b129a1f67e9 --- /dev/null +++ b/datasets/648281.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75ebe0d3e1842085985f70b581da9ef52fcefbb0fe3c83c0a35cb7a2c8bc1fa +size 12072960 diff --git a/datasets/648527.tar b/datasets/648527.tar new file mode 100644 index 0000000000000000000000000000000000000000..c9fbc3ba970c76d8b055af8bfbbf4310c1a2c757 --- /dev/null +++ b/datasets/648527.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81f582d29fc43bf58e7c87af0b39d1fa5dd59374dd984eaae042e7e00edb90d6 +size 2549760 diff --git a/datasets/648919.tar b/datasets/648919.tar new file mode 100644 index 0000000000000000000000000000000000000000..878c6b329e210c7219ddeab19d62c8c0ca406d72 --- /dev/null +++ b/datasets/648919.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8372c8be349a7115fa9ca3f407503d476087dda2d2c496e5b9c35ad3ea039afe +size 3440640 diff --git a/datasets/649264.tar b/datasets/649264.tar new file mode 100644 index 0000000000000000000000000000000000000000..9b2274f24a873ad3ff45eda55ac399f5e63ad168 --- /dev/null +++ b/datasets/649264.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d74163edc9e9bdeb103862fd13be14085796523d4865fc36bd81d50462ffd283 +size 7649280 diff --git a/datasets/649267.tar b/datasets/649267.tar new file mode 100644 index 0000000000000000000000000000000000000000..acd3afe935eceb505c8a4d79d68cf45144dadacb --- /dev/null +++ b/datasets/649267.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bea56f09b9db754d604966cf48da623baacba061ffee19d745b79354fd9923 +size 7649280 diff --git a/datasets/649270.tar b/datasets/649270.tar new file mode 100644 index 0000000000000000000000000000000000000000..b6c88f937b15e051b79c8f818359d5d6441dd07f --- /dev/null +++ b/datasets/649270.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c4f38744af1909b6de2314cb88f192caac2a71a3870c256d2a84c3a95670ea +size 7649280 diff --git a/datasets/649277.tar b/datasets/649277.tar new file mode 100644 index 0000000000000000000000000000000000000000..7aa689b80eb2a8b19d557516f6d3fcb3e0107955 --- /dev/null +++ b/datasets/649277.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:412ef1a70aa88dc6a0f67abf812ee328c6704947434001cade13c6b8b3202e27 +size 7649280 diff --git a/datasets/649314.tar b/datasets/649314.tar new file mode 100644 index 0000000000000000000000000000000000000000..0892c4a5a13b5e12e2b87b35e051d5f64b34bf3f --- /dev/null +++ b/datasets/649314.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02623291f2a3443c3a952055a843afc4556a4e82f7847c53a613dca375ac5fd6 +size 92160 diff --git a/datasets/649439.tar b/datasets/649439.tar new file mode 100644 index 0000000000000000000000000000000000000000..bf98074d2dc4f43580bccb18a847da299aaefb07 --- /dev/null +++ b/datasets/649439.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81ffd277a500122495ba7f4e8e63fb3273b7035bfe9f5a4033e73809cbf007b +size 34621440 diff --git a/datasets/649494.tar b/datasets/649494.tar new file mode 100644 index 0000000000000000000000000000000000000000..49c03a35964fc420f9af253f536f1af7d2a98cdc --- /dev/null +++ b/datasets/649494.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f93bfc283bfe2e6697e167c802510999f1009de54fce36bd040920878e209d +size 5560320 diff --git a/datasets/649558.tar b/datasets/649558.tar new file mode 100644 index 0000000000000000000000000000000000000000..3f50320ad021e9d250a695a5369263fcb87112fc --- /dev/null +++ b/datasets/649558.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa697c78338e85b172ce48de494cba8e5ca73166c8d43c9d75ad67b369f7940 +size 737280 diff --git a/datasets/649568.tar b/datasets/649568.tar new file mode 100644 index 0000000000000000000000000000000000000000..721e65da0c45b5be1a7842d3f4b66cccde6ea420 --- /dev/null +++ b/datasets/649568.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a37053f87f0a8cca785fb02c853696ad555280c18645a1ab58d028084f72554 +size 737280 diff --git a/datasets/649712.tar b/datasets/649712.tar new file mode 100644 index 0000000000000000000000000000000000000000..4a8bf270d565578142f1e758fba8aba4cda5f79f --- /dev/null +++ b/datasets/649712.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddaeed9b048d685480936b8ac19c56594a0d7563df8fbca863e3c874451791d9 +size 27228160 diff --git a/datasets/649820.tar b/datasets/649820.tar new file mode 100644 index 0000000000000000000000000000000000000000..02a29e07913048cf3896b916c8ed893aa539d983 --- /dev/null +++ b/datasets/649820.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ce39a9e0f44a102409395849871f8f24f23d638ffc3fe0f184dffbcc11b04ba +size 3215360 diff --git a/datasets/649828.tar b/datasets/649828.tar new file mode 100644 index 0000000000000000000000000000000000000000..2cac283af873b8bb75c46a1b340622d7f1a35cce --- /dev/null +++ b/datasets/649828.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:144c154a14872fb428020fce4912b0b1a44f072bf81a843f4b4f9a1cfe0d1c8a +size 10117120 diff --git a/datasets/649900.tar b/datasets/649900.tar new file mode 100644 index 0000000000000000000000000000000000000000..c6b9411a8b848791878c62d6efe8a61d75a743bf --- /dev/null +++ b/datasets/649900.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:913309cc9d2588953f9fc2ef51968da31ac9c00efa174ccabebb96829944bd8e +size 7618560 diff --git a/datasets/650001.tar b/datasets/650001.tar new file mode 100644 index 0000000000000000000000000000000000000000..1ebfbf00b49b172cbc43af59d5ae96719b767e9d --- /dev/null +++ b/datasets/650001.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0324ceffd2739865101fc85df263b143e78276a4bfa9420a375c5ff26a7f005a +size 26726400 diff --git a/datasets/650106.tar b/datasets/650106.tar new file mode 100644 index 0000000000000000000000000000000000000000..8ba87a2bf4d64c3e500be680b68c185f4ab253ff --- /dev/null +++ b/datasets/650106.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f2fb0a4a78d5f17d09ca731680bd50f3c199bdbab33643b44c8578b533536db +size 2908160 diff --git a/datasets/650126.tar b/datasets/650126.tar new file mode 100644 index 0000000000000000000000000000000000000000..2c9e0c100954f4ba49ef63486f51bc20d0cfdc49 --- /dev/null +++ b/datasets/650126.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:155f4bb2028454b94b8495498d86b577bd2a6bc6494db2a0d8306bab26575b4f +size 4280320 diff --git a/datasets/650278.tar b/datasets/650278.tar new file mode 100644 index 0000000000000000000000000000000000000000..7f40d84d00073961e31d1c063d8b88281723fbab --- /dev/null +++ b/datasets/650278.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb064d25e81e48e4c3d3ac53cf6df72a0b758d4b5f718b64b2d22ab02424c53e +size 109056000 diff --git a/datasets/650291.tar b/datasets/650291.tar new file mode 100644 index 0000000000000000000000000000000000000000..a171453ba914c39c967741475c7c1411df3b0b9e --- /dev/null +++ b/datasets/650291.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6c6cb1bd03fff71cd77bc06f9525982f52a72509e729fe5336833a35bd968a +size 2160640 diff --git a/datasets/650448.tar b/datasets/650448.tar new file mode 100644 index 0000000000000000000000000000000000000000..0078d002c7e2c14eaf00266b107e77164e58b054 --- /dev/null +++ b/datasets/650448.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:260f396f238a99ba834b2282c5e28ebe5b84b93a2a312c499ebb72609ea29318 +size 14571520 diff --git a/datasets/650495.tar b/datasets/650495.tar new file mode 100644 index 0000000000000000000000000000000000000000..6d6b2e2231a26baebde8a0a134186e94e16826d4 --- /dev/null +++ b/datasets/650495.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0131a7b4f164e6630d2c5508a8ee003545d0c7ff2277edc8cc7b11834d64325 +size 36147200 diff --git a/datasets/650529.tar b/datasets/650529.tar new file mode 100644 index 0000000000000000000000000000000000000000..6ea3f31407afedf31f407d592f073b6bc76d0afa --- /dev/null +++ b/datasets/650529.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d916c2c3719c1bb87c141e9a91cc6f21b21b66cd21e6e3c362895ad58f83e865 +size 2078720 diff --git a/datasets/650566.tar b/datasets/650566.tar new file mode 100644 index 0000000000000000000000000000000000000000..8e785583bae28a7552f449b95e43db63926093cb --- /dev/null +++ b/datasets/650566.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb7907a96e15e2252fb85099945d6a1555cfffa530d36bf575d7260bc4a9cff8 +size 1986560 diff --git a/datasets/650771.tar b/datasets/650771.tar new file mode 100644 index 0000000000000000000000000000000000000000..6ec983b39aafa678b03b793f5e0e3483f8827bee --- /dev/null +++ b/datasets/650771.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f1c3174ec521ff6277e1b975b77bad6366e5a497c2475f211b343bad03123a0 +size 2170880 diff --git a/datasets/650773.tar b/datasets/650773.tar new file mode 100644 index 0000000000000000000000000000000000000000..ce6bdc6e4929bb9d454b9f751a178d2138cc0760 --- /dev/null +++ b/datasets/650773.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e68f018dea7c1549562943dad7477c691f364b2b50b727692bbfdb0ed7b08f98 +size 13373440 diff --git a/datasets/650832.tar b/datasets/650832.tar new file mode 100644 index 0000000000000000000000000000000000000000..624eeaf3f15d73b12462421a03036ea98156529d --- /dev/null +++ b/datasets/650832.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7412ee9226172275f44c8c17eb4df304698e0e61e0a42af4839be47aab6761f5 +size 44789760 diff --git a/datasets/650877.tar b/datasets/650877.tar new file mode 100644 index 0000000000000000000000000000000000000000..e451a8cbadb6e784821c00ae1af7f2b5317e5bc0 --- /dev/null +++ b/datasets/650877.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7940d4b57c6522ba122869a5b2bae1593ef1ecb641bc626c3a43f466edd2a59 +size 2170880 diff --git a/datasets/650942.tar b/datasets/650942.tar new file mode 100644 index 0000000000000000000000000000000000000000..ea5a495b61b559b8dd7167d62cd0d824ab1ecbd6 --- /dev/null +++ b/datasets/650942.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e3a17eb44d33432ebbae132848cb121109dbab76432dfd6f2074dc4de262ee4 +size 1863680 diff --git a/datasets/651063.tar b/datasets/651063.tar new file mode 100644 index 0000000000000000000000000000000000000000..284ca5b2ffb726156032a48b4dd4b44fa446d01a --- /dev/null +++ b/datasets/651063.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79cf4ca3cf5dd45d17fecfa2a444ac358902b01ec3bcad45520ec595aba8a1ef +size 15196160 diff --git a/datasets/65113.tar b/datasets/65113.tar new file mode 100644 index 0000000000000000000000000000000000000000..fa0a8f0e18b09f585dac23b6d1fa3d460ad15156 --- /dev/null +++ b/datasets/65113.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69bfc4f7128ccd397771687a9615ed1487ca0106ab86133b329b0a2927626a67 +size 2017280 diff --git a/datasets/651299.tar b/datasets/651299.tar new file mode 100644 index 0000000000000000000000000000000000000000..c1467cb1b9ca146b7bc754984fbecd2181e20029 --- /dev/null +++ b/datasets/651299.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:655c004524f96584dae83e401d7818c4b41d6685985e5e3deba6812fcd153360 +size 70625280 diff --git a/datasets/651369.tar b/datasets/651369.tar new file mode 100644 index 0000000000000000000000000000000000000000..3db213ff3d04a83bc6b2f2e8168fe76ea6205503 --- /dev/null +++ b/datasets/651369.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4352122729e16209dd45eb649bf02f386569ecac0df3b93bd8158fc3f7617b2 +size 67563520 diff --git a/datasets/651431.tar b/datasets/651431.tar new file mode 100644 index 0000000000000000000000000000000000000000..39944b148c4632ca5266fab15201050e67c61fff --- /dev/null +++ b/datasets/651431.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96bc96421e27bdaa72c227da4084ecb0f320c89dc80bf28548d50bf680fc53a2 +size 17510400 diff --git a/datasets/651544.tar b/datasets/651544.tar new file mode 100644 index 0000000000000000000000000000000000000000..9a7005e636406cd650b729d79469a9b9698aff93 --- /dev/null +++ b/datasets/651544.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3067578394542334ca6d9cbce3f67f31101463bea42882ef3f5b0fb4195bda99 +size 378880 diff --git a/datasets/651727.tar b/datasets/651727.tar new file mode 100644 index 0000000000000000000000000000000000000000..eedccac17c3faf422bfeaadf5876bc6cda9e37b7 --- /dev/null +++ b/datasets/651727.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b4351db3d1f84286bdc691e07b7e8a8a5b10054d259ea9cbeb9e756d4ca79a +size 46643200 diff --git a/datasets/651890.tar b/datasets/651890.tar new file mode 100644 index 0000000000000000000000000000000000000000..d08d3f2c9f83031d4402ecac8282580619264146 --- /dev/null +++ b/datasets/651890.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b4abbc0baa747b3276bad8e00e4edcdd8b57baa3f3268c7a822a5e273d363a +size 419840 diff --git a/datasets/651971.tar b/datasets/651971.tar new file mode 100644 index 0000000000000000000000000000000000000000..23f8b8901f68e122f34a0d77f00104ad4b762925 --- /dev/null +++ b/datasets/651971.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b0034e21445d6a41b44fed26083fe63bd6b07abfe810a7d7d324f202382db0 +size 329861120 diff --git a/datasets/651992.tar b/datasets/651992.tar new file mode 100644 index 0000000000000000000000000000000000000000..54f4d6fcf1f6cfadff21131fb99f1e0a31a61890 --- /dev/null +++ b/datasets/651992.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5f5171722d2424ae3e21d06ab08d2eb3b1c13dfe8753897d17abbba0fb7a7c +size 16179200 diff --git a/datasets/652165.tar b/datasets/652165.tar new file mode 100644 index 0000000000000000000000000000000000000000..63713e32b644107b3dfd15e1492ae61b5857117a --- /dev/null +++ b/datasets/652165.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe3bdec9406d989b01b4334d5edd84d5addfce71fc2c89defc2740e25fc1bd6 +size 2222080 diff --git a/datasets/652207.tar b/datasets/652207.tar new file mode 100644 index 0000000000000000000000000000000000000000..561e55cc45d8d4dee5b77079525d96843677c687 --- /dev/null +++ b/datasets/652207.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ee412dee645ea5d3a894a5b21f683e41a73df9fcc693a7cb2c822248602153 +size 29102080 diff --git a/datasets/652338.tar b/datasets/652338.tar new file mode 100644 index 0000000000000000000000000000000000000000..164f8480752bdc5c17f46d0b30286c42648fcad4 --- /dev/null +++ b/datasets/652338.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a1bcd56211b4ce78cb073ac50f7c5e94a61be1c5e46fa12c6ad50ff357bc11a +size 22425600 diff --git a/datasets/652383.tar b/datasets/652383.tar new file mode 100644 index 0000000000000000000000000000000000000000..b04d7b8a828485d35438707c22036c4cf13de73d --- /dev/null +++ b/datasets/652383.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:978a2babfccf67ab51199da48cf942072a54a1de35a6077e97b7d427456f6744 +size 2467840 diff --git a/datasets/652471.tar b/datasets/652471.tar new file mode 100644 index 0000000000000000000000000000000000000000..2775a3ad6f042e9bd70ecf29f59b529564dd857a --- /dev/null +++ b/datasets/652471.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ac469cd24b8b50490fc428479fd54587d2ebbb81c95da8dc077f4e4e5188268 +size 2846720 diff --git a/datasets/652500.tar b/datasets/652500.tar new file mode 100644 index 0000000000000000000000000000000000000000..e9c024a6cd77f212f2137678206da65feee86421 --- /dev/null +++ b/datasets/652500.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d314f5017de7ba41f54e852273da7bf6ba19e1b3ffc0592f20e316629beebe9 +size 16179200 diff --git a/datasets/65252.tar b/datasets/65252.tar new file mode 100644 index 0000000000000000000000000000000000000000..3e1f66ed128636236ca7aec0367905fb630eba26 --- /dev/null +++ b/datasets/65252.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f69595308b9e75c4ba712f5fd89405c5b54d3e355664e7fdb47b1679798d5a +size 57108480 diff --git a/datasets/652574.tar b/datasets/652574.tar new file mode 100644 index 0000000000000000000000000000000000000000..5cc5b93f4081bcc3c5541d3dc65a0f72ec19a589 --- /dev/null +++ b/datasets/652574.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3ec256d9c106b3740ca59909878753c3849efeb603a06462d12de4dc43b4c5 +size 2549760 diff --git a/datasets/652580.tar b/datasets/652580.tar new file mode 100644 index 0000000000000000000000000000000000000000..bad9be509680978f6949d53778e7dc202f8b5e1f --- /dev/null +++ b/datasets/652580.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923d1f5a1930beebc02298a83cbeab5765340a02c08b19f7a7ab79b1c300f59e +size 31395840 diff --git a/datasets/652598.tar b/datasets/652598.tar new file mode 100644 index 0000000000000000000000000000000000000000..eef0b293d72d2f9627e067f28f6d1283d314ab38 --- /dev/null +++ b/datasets/652598.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d81d1c127ac8a90faa63fdb0299547e7337ccc160f8f53866e894bf11ccb816 +size 9635840 diff --git a/datasets/652616.tar b/datasets/652616.tar new file mode 100644 index 0000000000000000000000000000000000000000..17d70acb47a26f31a803b9cbea8e1d6077330620 --- /dev/null +++ b/datasets/652616.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a02be24b423c949b451e0173a652684726a91b3e619f2731e3e79bc79414ed38 +size 9635840 diff --git a/datasets/652673.tar b/datasets/652673.tar new file mode 100644 index 0000000000000000000000000000000000000000..3fae6623d58416aed39425014a37959030d569c0 --- /dev/null +++ b/datasets/652673.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a79368ae183b60667afc6c70129233b05cb4acb5be66db1a9b73bb343faf73 +size 2764800 diff --git a/datasets/652746.tar b/datasets/652746.tar new file mode 100644 index 0000000000000000000000000000000000000000..37a81ce781ae4fae4d87afa934a3dfb600666817 --- /dev/null +++ b/datasets/652746.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dff3ccf4e11d8c582f66ed2f0df2d6b37b86cb30da2c9daabf71cf41b2c945b +size 21401600 diff --git a/datasets/652805.tar b/datasets/652805.tar new file mode 100644 index 0000000000000000000000000000000000000000..aadc3aabea85562ca43a06d7408cced02896d5d0 --- /dev/null +++ b/datasets/652805.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1199fffc4832b12baad2a2738c030064affe5680336d1c4f70de202792cf83cc +size 6963200 diff --git a/datasets/652852.tar b/datasets/652852.tar new file mode 100644 index 0000000000000000000000000000000000000000..feec0d76ba58d75271482edf97f19a6357b6e44f --- /dev/null +++ b/datasets/652852.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8df8324bc7e317fcd52b6202c1fc3cd5c89ca1841f4108578984a461073201b +size 2887680 diff --git a/datasets/652922.tar b/datasets/652922.tar new file mode 100644 index 0000000000000000000000000000000000000000..e91fa5887fbc7a09f0bed2550881559ca4b99f91 --- /dev/null +++ b/datasets/652922.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89dc846ceb297d19392193c4500ad08ff99d3e1dd9e160cbbae1c50242f346b2 +size 71065600 diff --git a/datasets/653178.tar b/datasets/653178.tar new file mode 100644 index 0000000000000000000000000000000000000000..b323924f20fa3c876a0c55b16e6cbcb5e363e059 --- /dev/null +++ b/datasets/653178.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7362c23b0cfa2ea0f2b2c47fefb5ac1e4bfee0419db05eddde25fab7c857e34b +size 138557440 diff --git a/datasets/653215.tar b/datasets/653215.tar new file mode 100644 index 0000000000000000000000000000000000000000..ad1064e47857f97170f228b365f9b9caf573f73d --- /dev/null +++ b/datasets/653215.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5749672f57301b9e11c07ea042761188165512601443f4666bbcaefc064a4acc +size 329861120 diff --git a/datasets/653216.tar b/datasets/653216.tar new file mode 100644 index 0000000000000000000000000000000000000000..1c3f15261fd1571972c6904b1f41385e64fb1964 --- /dev/null +++ b/datasets/653216.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa740fd591693c80ce5cfcdb0f08a0f89f7954c445db9f953475e814caff74f3 +size 329861120 diff --git a/datasets/653217.tar b/datasets/653217.tar new file mode 100644 index 0000000000000000000000000000000000000000..937201a6bc488d923fe6fd5c72744af094b45047 --- /dev/null +++ b/datasets/653217.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44fb1bc4c787895384b2219a9c92e9e3dcaaf1bddbd265fb40fdaffb01daeac +size 329861120 diff --git a/datasets/653218.tar b/datasets/653218.tar new file mode 100644 index 0000000000000000000000000000000000000000..a957751ad96e9178c1509c8b466e51926e276c27 --- /dev/null +++ b/datasets/653218.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce24913dc2d974178d07162f83504af87b3df35876dfb990a38aaba9f0859f6 +size 329861120 diff --git a/datasets/653349.tar b/datasets/653349.tar new file mode 100644 index 0000000000000000000000000000000000000000..689492ea5c9890a2e525262207de5aab12ab00ba --- /dev/null +++ b/datasets/653349.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3095059a19e3d7ff9d2da949e49d49034e16f9099a24e1a106e5a4bcfeaf169 +size 18749440 diff --git a/datasets/653428.tar b/datasets/653428.tar new file mode 100644 index 0000000000000000000000000000000000000000..bb5134298c693c7b1f0a0f0b1c8177d3d8bbf30c --- /dev/null +++ b/datasets/653428.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e079d611fda3ce3b0e286ba9d9e3ff41587cda1bdfed14eda8586ee8ad87b0d4 +size 2109440 diff --git a/datasets/653477.tar b/datasets/653477.tar new file mode 100644 index 0000000000000000000000000000000000000000..d85e2ec4b1a75af44974c7ea3dc64494c2d0e48a --- /dev/null +++ b/datasets/653477.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4982d56a140df3dd3f7820d4c05f26ff5722387e17ce793b067e347491e8ac49 +size 7034880 diff --git a/datasets/653480.tar b/datasets/653480.tar new file mode 100644 index 0000000000000000000000000000000000000000..75650cfbe062e7399cd5bf5daaddb21c80e38049 --- /dev/null +++ b/datasets/653480.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d4073157b8be51e984ca85bf3f4c883e132f1007c0bedbdef54fcbc0f4c70c6 +size 83875840 diff --git a/datasets/653500.tar b/datasets/653500.tar new file mode 100644 index 0000000000000000000000000000000000000000..e373436f817edf8d31665250aa46ee3fa7278444 --- /dev/null +++ b/datasets/653500.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d407c68904d9622a109332e28371a2c047ab568f4f8b22c3b0c41af83391b18 +size 447477760 diff --git a/datasets/653501.tar b/datasets/653501.tar new file mode 100644 index 0000000000000000000000000000000000000000..2bebaa28eaaed8e9befd854901370fbab604333d --- /dev/null +++ b/datasets/653501.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40cfb5ece75016a7a8058cc0aacb231bf3838f05b6dc2b2d700a34606a952bd7 +size 15001600 diff --git a/datasets/653698.tar b/datasets/653698.tar new file mode 100644 index 0000000000000000000000000000000000000000..d27e2b0e5a720a88ef0204f4d5fbbe6d42aa2253 --- /dev/null +++ b/datasets/653698.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa5af657589d97cabf106ebae41843051fb968ff6c506120abec759b387aca2 +size 32399360 diff --git a/datasets/653861.tar b/datasets/653861.tar new file mode 100644 index 0000000000000000000000000000000000000000..29225c6f0e6b462f5959920b97347eecaf0f33df --- /dev/null +++ b/datasets/653861.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75918a1f9f3129f0e0fc7cc37f9fbdff03c6b834096bbecc089979dcf086e954 +size 21790720 diff --git a/datasets/653896.tar b/datasets/653896.tar new file mode 100644 index 0000000000000000000000000000000000000000..2a7b3921b7f4db997d6faa761e9edb9589786200 --- /dev/null +++ b/datasets/653896.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd850f40abd0a78bbcb7dac39c1960eefedf17cfa6e53f0ff49cf7d37ade8aa8 +size 5580800 diff --git a/datasets/653942.tar b/datasets/653942.tar new file mode 100644 index 0000000000000000000000000000000000000000..68abd7d212d3d4add818c5ef4490551c947f0813 --- /dev/null +++ b/datasets/653942.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8897fd7eb3fd6119c474c51ce178152e1c72abe7c240a26adac8c57847f4d86 +size 2478080 diff --git a/datasets/654009.tar b/datasets/654009.tar new file mode 100644 index 0000000000000000000000000000000000000000..7b88d88094f0ad3ea06d6069c5bfe50ad6e10170 --- /dev/null +++ b/datasets/654009.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ef96fce14862ef044ec432d094a8a0c680ea2fa3dddc27a85bfd6a30389430 +size 481280 diff --git a/datasets/654026.tar b/datasets/654026.tar new file mode 100644 index 0000000000000000000000000000000000000000..066c1a4c8ea4d1cbd0031f5c639ba0326eb97068 --- /dev/null +++ b/datasets/654026.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feab87d04f8ba4960a110cb23f610eb26b9c7145799118a319d191397587faeb +size 2693120 diff --git a/datasets/654064.tar b/datasets/654064.tar new file mode 100644 index 0000000000000000000000000000000000000000..58560ce5ac794d6c63aadf53dce6806d3901fad8 --- /dev/null +++ b/datasets/654064.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea4ffea4c5d7b3aa9a1a6a26ed5157e4046428ce958cd23cb17f7838b09f62d1 +size 9216000 diff --git a/datasets/654321.tar b/datasets/654321.tar new file mode 100644 index 0000000000000000000000000000000000000000..1982c07b46e9dd725c7e7b5a5e30846a1f71fadc --- /dev/null +++ b/datasets/654321.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fce208610ad0861e5354a28177d8798fe870b69be5972f9c9ead691b129d552 +size 33126400 diff --git a/datasets/654405.tar b/datasets/654405.tar new file mode 100644 index 0000000000000000000000000000000000000000..1fa7d602d53d06bef8de71c2421395e6861a87b4 --- /dev/null +++ b/datasets/654405.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bce76ee11f179690467931bbbc0334e14a0a0805bcb6ffc6ed8c111fb307331 +size 8458240 diff --git a/datasets/654452.tar b/datasets/654452.tar new file mode 100644 index 0000000000000000000000000000000000000000..53ff203b3f963c73caf6cbc3561962a340b1600c --- /dev/null +++ b/datasets/654452.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a614172c4adfb5a03fc2f27d04d941c4495647997771a589c4b41f72ab4a3ab7 +size 40960 diff --git a/datasets/654551.tar b/datasets/654551.tar new file mode 100644 index 0000000000000000000000000000000000000000..40545af1b66ad56348f45bfe0a238591c9855160 --- /dev/null +++ b/datasets/654551.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e4e6de74e02dd334fa0442262c4fcd385d436b7e57af2db3f5957a95cc6e07 +size 2283520 diff --git a/datasets/65470.tar b/datasets/65470.tar new file mode 100644 index 0000000000000000000000000000000000000000..3ec9cea91f825e6ff9cf49fa2fc2b1010b62f34b --- /dev/null +++ b/datasets/65470.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d70e904739540bbb04a8285a74e8cfb73096807562bf12ffd57beb568d700fee +size 1525760 diff --git a/datasets/654814.tar b/datasets/654814.tar new file mode 100644 index 0000000000000000000000000000000000000000..35618963dd87c981ca12308622d3a233b905cb23 --- /dev/null +++ b/datasets/654814.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a4433763c2dbf13aa4482d22e2a0aa274a4bf034ed3358c52f8be4e9a93345 +size 2723840 diff --git a/datasets/655054.tar b/datasets/655054.tar new file mode 100644 index 0000000000000000000000000000000000000000..be1a60034e66629b50cb7ff242dc880568219260 --- /dev/null +++ b/datasets/655054.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d439b620db7be27537f83d1af00af07e2878a53df82a58e9e4e79f03f35d011e +size 7864320 diff --git a/datasets/655111.tar b/datasets/655111.tar new file mode 100644 index 0000000000000000000000000000000000000000..b21271ede84ee5054b1f952d59b185e5297469ab --- /dev/null +++ b/datasets/655111.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:104592425f85a9b9a6286497a3b2cdb3bd40fe692eee7e9328c9865fb6f9e4c5 +size 4321280 diff --git a/datasets/655178.tar b/datasets/655178.tar new file mode 100644 index 0000000000000000000000000000000000000000..485f94d09d7f166c716784fd72133184164b1e88 --- /dev/null +++ b/datasets/655178.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a88942b3c0943f363fd0c29d3d41e5d4cadb7426514bf68019f772eee72c82 +size 2652160 diff --git a/datasets/655199.tar b/datasets/655199.tar new file mode 100644 index 0000000000000000000000000000000000000000..3066cfc6d8a3bfe303899835777ecd4dbc8623b2 --- /dev/null +++ b/datasets/655199.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae469a2c167dfb4d83f6107d277849991e5856b914c9a4968071564d8a38f5e +size 12318720 diff --git a/datasets/655242.tar b/datasets/655242.tar new file mode 100644 index 0000000000000000000000000000000000000000..3c13de0bc312c906ae2df4179f280d3fd8051be0 --- /dev/null +++ b/datasets/655242.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:024a6a8da58d45741866a225521ee66405c4189bdd21da58de3068409ae085d6 +size 12318720 diff --git a/datasets/655280.tar b/datasets/655280.tar new file mode 100644 index 0000000000000000000000000000000000000000..82de973253ba73cf0188b687c0a6959044c6d737 --- /dev/null +++ b/datasets/655280.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04b5b46a17b0e90c103e1aac7df269fa9758e6c8a2a685e60abdaa239e3d6c8b +size 174213120 diff --git a/datasets/655281.tar b/datasets/655281.tar new file mode 100644 index 0000000000000000000000000000000000000000..9f469dd9b1f73aa263ec4949db59828ec811e854 --- /dev/null +++ b/datasets/655281.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa37a8bd2cd894d55483bca1b8cc45ce6a68216711ef005f9906ac78dce79d5f +size 20428800 diff --git a/datasets/655284.tar b/datasets/655284.tar new file mode 100644 index 0000000000000000000000000000000000000000..1c91356d00011ab75492e6f1f49b2a96da5ec8c2 --- /dev/null +++ b/datasets/655284.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8ad6a5d95134da737e5a3dd5d1f55afc1cf5794aeb1838ca333e2d5ae110c98 +size 3676160 diff --git a/datasets/655286.tar b/datasets/655286.tar new file mode 100644 index 0000000000000000000000000000000000000000..a1781c4665e0e143cf5948ff64b348b6a0681e6c --- /dev/null +++ b/datasets/655286.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71f308840f3d3d31363fef89f99481cc01eaa934784a22c5d0a627fc2ecc67f +size 20428800 diff --git a/datasets/655400.tar b/datasets/655400.tar new file mode 100644 index 0000000000000000000000000000000000000000..366a0dcf6453294c8a23d940d001d05deff6e748 --- /dev/null +++ b/datasets/655400.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4743e6057b4ce540c31cdf4507ef6d97478935ab3c6b8ce1d27a7f63eeb96238 +size 23603200 diff --git a/datasets/655414.tar b/datasets/655414.tar new file mode 100644 index 0000000000000000000000000000000000000000..6e5fa8178fa9bf2d46cb7abbbcf21300cb8365ba --- /dev/null +++ b/datasets/655414.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac85b46878dcaf640fd90f3cfe5acfbfac0bedecfab4ca0a2cc346a41aca6673 +size 2519040 diff --git a/datasets/655553.tar b/datasets/655553.tar new file mode 100644 index 0000000000000000000000000000000000000000..9bdc337cff2a5028fb44731dcb9453b907b6ca77 --- /dev/null +++ b/datasets/655553.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fabb233a9bd2e1fb4f9fa0cc9b8d32c0ff9daf59ea9081fee2977e1bdb2b089 +size 2344960 diff --git a/datasets/655555.tar b/datasets/655555.tar new file mode 100644 index 0000000000000000000000000000000000000000..d69edb654e4a5c4adc6109c416dc4b582216fcf2 --- /dev/null +++ b/datasets/655555.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb7a5bb2115f5f793dc0544f0ceab721733855ce6a6f1d65f86b43b476d607ad +size 54528000 diff --git a/datasets/6557.tar b/datasets/6557.tar new file mode 100644 index 0000000000000000000000000000000000000000..2badd818b09cd46bd6f4a40f5d7624d2ac38a68e --- /dev/null +++ b/datasets/6557.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e3c2d04ba99c521782fb99ab626f2ab9a6df3770df1d7d6f59c43a66de82f6 +size 6451200 diff --git a/datasets/656028.tar b/datasets/656028.tar new file mode 100644 index 0000000000000000000000000000000000000000..5062c1d2fcd95fcf750d43c84a700cf12fd1abeb --- /dev/null +++ b/datasets/656028.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1490143789a8d2aca489168e7e88aff5a2680c957ed2d6c03a749e1c181d9ea3 +size 10147840 diff --git a/datasets/656161.tar b/datasets/656161.tar new file mode 100644 index 0000000000000000000000000000000000000000..6ec5e3434f13ea0667f9b2554f3b1858f9389438 --- /dev/null +++ b/datasets/656161.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83922914ec0e48a7967ed715717e308ba13b1eea237de951f2d6fa2d2f468398 +size 15667200 diff --git a/datasets/656195.tar b/datasets/656195.tar new file mode 100644 index 0000000000000000000000000000000000000000..ae61823608b2ddf2dae1971b552f11f4848ae0e6 --- /dev/null +++ b/datasets/656195.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b27899091a29571210e4e9a5d512e56b01ddd3e500cea3735e4c7ed442320b9 +size 2519040 diff --git a/datasets/656222.tar b/datasets/656222.tar new file mode 100644 index 0000000000000000000000000000000000000000..f9bccec295d5a48fe4e0a12fc8f4d19d852b4f34 --- /dev/null +++ b/datasets/656222.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ac35a6003608091966ab719e6773f7fb52d8c7dc7ea211950cb7177863c892 +size 808960 diff --git a/datasets/656321.tar b/datasets/656321.tar new file mode 100644 index 0000000000000000000000000000000000000000..6108b7c9362b3a0ac9b8a033b8f95134a4fb3878 --- /dev/null +++ b/datasets/656321.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a44a589efbe7fa7cbdf08753e32d455cd5f834c518429a7acc6511aad93d48b2 +size 24637440 diff --git a/datasets/656488.tar b/datasets/656488.tar new file mode 100644 index 0000000000000000000000000000000000000000..5ac3f4996c3deee1f0eb4ed6cdc237a5e8d2b397 --- /dev/null +++ b/datasets/656488.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c295db7034134bc8f456479e88d2974541ddaf97910758eec105d481f9091373 +size 23562240 diff --git a/datasets/656537.tar b/datasets/656537.tar new file mode 100644 index 0000000000000000000000000000000000000000..6c8e897602fba4a6739cf75cadb756bb8fc3f5ba --- /dev/null +++ b/datasets/656537.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0de37b9958fb77c9f3cb227ce9ca51168e0ff04c639b2809d535920516d10e +size 2560000 diff --git a/datasets/6568.tar b/datasets/6568.tar new file mode 100644 index 0000000000000000000000000000000000000000..a308728ca6a1e9e6ed4b7be6c2af6fef58713d08 --- /dev/null +++ b/datasets/6568.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f55786d52e5911fa0b876977b36e3aeb0a85f335d17500c92c5644cb46c7206f +size 28477440 diff --git a/datasets/656831.tar b/datasets/656831.tar new file mode 100644 index 0000000000000000000000000000000000000000..6ad11e7a04c45cfde898f8c64c512518388f27e0 --- /dev/null +++ b/datasets/656831.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf43ef74c28bbf57f586f03c6d53b2033e31143a5248f28276e68c6b3039ced9 +size 92160 diff --git a/datasets/656913.tar b/datasets/656913.tar new file mode 100644 index 0000000000000000000000000000000000000000..56da191f64aec3284d3754fe7b7603fe91f97bec --- /dev/null +++ b/datasets/656913.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c17a33be97fb20d00af69d48ecbd99075811475053becfdf7f28c45b91289c4a +size 34549760 diff --git a/datasets/656915.tar b/datasets/656915.tar new file mode 100644 index 0000000000000000000000000000000000000000..e6463b8fd8f3ba6f3b9b3c30c8313c844b20555c --- /dev/null +++ b/datasets/656915.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1fe6fd8fbc1230e70f2d519ccdf166b6dbb98c62d794e9924b8399a4f221f8 +size 4003840 diff --git a/datasets/657061.tar b/datasets/657061.tar new file mode 100644 index 0000000000000000000000000000000000000000..6d622ab8d5ae24b3dbe0fea56dd01333f82bc22b --- /dev/null +++ b/datasets/657061.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898718991b5d3fb88c0c856ec77aa6284e0636ca02a6643e2622438161f00d2c +size 21217280 diff --git a/datasets/657077.tar b/datasets/657077.tar new file mode 100644 index 0000000000000000000000000000000000000000..ae80fba296fb381d292defdb8a4069e3013600b4 --- /dev/null +++ b/datasets/657077.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc38b5ea5a61d7957dc4f23eba820dd7155320a73794c8048c6aa661f130335 +size 2344960 diff --git a/datasets/657126.tar b/datasets/657126.tar new file mode 100644 index 0000000000000000000000000000000000000000..2e163861cdf202cd5ba391412fbb6ae0798bfbf2 --- /dev/null +++ b/datasets/657126.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f3d18d02140daed4fd4d61da5cd92fc68be6edfa5ae9c884eb01237461baae +size 4536320 diff --git a/datasets/657188.tar b/datasets/657188.tar new file mode 100644 index 0000000000000000000000000000000000000000..92eae3e44e10d9dcde3f3f1f2b1eadc02f4eb35d --- /dev/null +++ b/datasets/657188.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185abf1fce9753490c1f7398881fcbcf2800a83f11dc1b40e0002d3fd6a169cf +size 10577920 diff --git a/datasets/657273.tar b/datasets/657273.tar new file mode 100644 index 0000000000000000000000000000000000000000..a11bd82b555df0802a199566bcccfd7fcf4a5a55 --- /dev/null +++ b/datasets/657273.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:960e22a2073e5cf82e70b8df45fb54dc696ce8dce325ed9a7c281445b25029e6 +size 12185600 diff --git a/datasets/657343.tar b/datasets/657343.tar new file mode 100644 index 0000000000000000000000000000000000000000..636095bdb804aa2b9c6514d919d236409caa6865 --- /dev/null +++ b/datasets/657343.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c179159096a333a30412ee205d55a3bfd2d6d255aee9bb0db0f1f0e99ed8ed0 +size 2211840 diff --git a/datasets/657376.tar b/datasets/657376.tar new file mode 100644 index 0000000000000000000000000000000000000000..24afbb897281e2ca4f3d22ba18a8aae29699d8f5 --- /dev/null +++ b/datasets/657376.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e889eead76e74de2e11c86bac8ff4944421dd02888a02c8d73e701384d41ab87 +size 122880 diff --git a/datasets/657655.tar b/datasets/657655.tar new file mode 100644 index 0000000000000000000000000000000000000000..0da939cd64f4695bfe465316ea3998852785e341 --- /dev/null +++ b/datasets/657655.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07826b90985a04ae20e363c7a531dd729c3cfe03361bfa290ffa110cd4e59478 +size 35041280 diff --git a/datasets/657683.tar b/datasets/657683.tar new file mode 100644 index 0000000000000000000000000000000000000000..4eb4412ddfc4d7f3b2ddc8aae235f32402375505 --- /dev/null +++ b/datasets/657683.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd1e0157ccfab29b1f9c257572912df2e52a92081a0abfe68f27ecbce08a3d2 +size 21432320 diff --git a/datasets/657808.tar b/datasets/657808.tar new file mode 100644 index 0000000000000000000000000000000000000000..950856b5220ba5b66f4270aa40c610eef48e4fee --- /dev/null +++ b/datasets/657808.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e99a1b3f05ad0f16fcc266ac4cb3a93981f74be11bff56dfc265d70c8685bc9 +size 244582400 diff --git a/datasets/657835.tar b/datasets/657835.tar new file mode 100644 index 0000000000000000000000000000000000000000..3e2db43a39f7a67e4e4baaee1cf5a20b6e913207 --- /dev/null +++ b/datasets/657835.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a16ed40c37391143c2058b28a59e6b22cddcaac2267637b9e6405afdfe4af8 +size 18964480 diff --git a/datasets/657843.tar b/datasets/657843.tar new file mode 100644 index 0000000000000000000000000000000000000000..14a6cb7f0c2cf7a967af8c34e6a9eca78150e1a9 --- /dev/null +++ b/datasets/657843.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120cbaf90eb67c25b6bfa783e4884ac64e8cf07e3cd3908260f2aa2872efe2aa +size 18964480 diff --git a/datasets/657853.tar b/datasets/657853.tar new file mode 100644 index 0000000000000000000000000000000000000000..24e93e1cf3a0b99f26201c97f4b5be6de7a389b5 --- /dev/null +++ b/datasets/657853.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5510ac35987670925c8a1f0901145e95303957b611c4c4e013969382835432af +size 337920 diff --git a/datasets/657873.tar b/datasets/657873.tar new file mode 100644 index 0000000000000000000000000000000000000000..ffbf2968fd1607de1204110fd3939840f9800e4d --- /dev/null +++ b/datasets/657873.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ff7bc6a461a6daf5aacb95d2850925642ede50c7a7fea59d541a641477204d +size 35041280 diff --git a/datasets/658127.tar b/datasets/658127.tar new file mode 100644 index 0000000000000000000000000000000000000000..ee4c0e1495f569da6590c76da77ee5dce5ea07fe --- /dev/null +++ b/datasets/658127.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:371716fdb8f9c147971852ebf1e94553eaa33cb02bafe18389a635a0961e5066 +size 13137920 diff --git a/datasets/658138.tar b/datasets/658138.tar new file mode 100644 index 0000000000000000000000000000000000000000..d439b141bb5c96daf903b59d3ab41000a2377db3 --- /dev/null +++ b/datasets/658138.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62471125ac4c2049f268da8ba5a4ebbd94a36fa04f65437363c04e89cac190fd +size 9246720 diff --git a/datasets/658147.tar b/datasets/658147.tar new file mode 100644 index 0000000000000000000000000000000000000000..a265671ca3a8a335d538b791d19cc5711886b2c5 --- /dev/null +++ b/datasets/658147.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac888ca47860b1946896b1f0469e3c24bf64e23694da616d0fc8138460328b5 +size 9164800 diff --git a/datasets/658234.tar b/datasets/658234.tar new file mode 100644 index 0000000000000000000000000000000000000000..7063094464ea103da3f15402b41d49a03f5c2594 --- /dev/null +++ b/datasets/658234.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e12c68ec1b1924ce5156bbfcaee4a8b2b86dc7507b899915b8558ba6969812bc +size 12881920 diff --git a/datasets/658299.tar b/datasets/658299.tar new file mode 100644 index 0000000000000000000000000000000000000000..21f5bc61f536310a1070ed33789c99360fce31a0 --- /dev/null +++ b/datasets/658299.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a621f3f9c072aa6b29081703b190d1d5ac8cd50693de195165ef9967bb82178 +size 2590720 diff --git a/datasets/658324.tar b/datasets/658324.tar new file mode 100644 index 0000000000000000000000000000000000000000..4f27e32dc4629323a2176cc36f48207030c7fdc0 --- /dev/null +++ b/datasets/658324.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c5f723c6f92afdd0c76e28c9bd4fbb3f7c80f6159174e9c7355b8e0034e362b +size 9728000 diff --git a/datasets/658535.tar b/datasets/658535.tar new file mode 100644 index 0000000000000000000000000000000000000000..5643b69c560bd62e077c46bd768abe937b5b1e00 --- /dev/null +++ b/datasets/658535.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5294f576ee4de3d818ab03daf4a2757ee625aea0422bb794ce9102102b1b2e32 +size 3379200 diff --git a/datasets/658544.tar b/datasets/658544.tar new file mode 100644 index 0000000000000000000000000000000000000000..8a1a046625c78fa9864853116249f8eb261cad8f --- /dev/null +++ b/datasets/658544.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0bd340817c2576f511c61790f24e663af70e884d563c20f7e86a48ab2a89d1 +size 1126400 diff --git a/datasets/658650.tar b/datasets/658650.tar new file mode 100644 index 0000000000000000000000000000000000000000..f708882523f0e6f60df7dc92df2d51a82750ef50 --- /dev/null +++ b/datasets/658650.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6864f5f97ef72f206396f1a036f5c7970ebeda3967e4c5fea0ac0ba620e06033 +size 14520320 diff --git a/datasets/658734.tar b/datasets/658734.tar new file mode 100644 index 0000000000000000000000000000000000000000..ab840772c8c29f23aba6625b9554c61c0b350ffe --- /dev/null +++ b/datasets/658734.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc59d41e2e4871cb93f5689fd4522c16fc87ff438077beca899e80a4e0665ed0 +size 9308160 diff --git a/datasets/658868.tar b/datasets/658868.tar new file mode 100644 index 0000000000000000000000000000000000000000..c52471b1f866f4d3aa68914c88ecf46b95659085 --- /dev/null +++ b/datasets/658868.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bca4b9834fc91b665c61d7abde0290e44e1a4b8fe0ec69a812b57acaaed079f +size 143360 diff --git a/datasets/658898.tar b/datasets/658898.tar new file mode 100644 index 0000000000000000000000000000000000000000..ba6514c4befe1a2debd6bc91a10b405ca4c85692 --- /dev/null +++ b/datasets/658898.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b7441bdb26b9531567e6ceceaeebb5f31041b3cbf1a1f6d868da150f4be616 +size 112640 diff --git a/datasets/658955.tar b/datasets/658955.tar new file mode 100644 index 0000000000000000000000000000000000000000..19d7ff02d7fb307c0d32ad30c007aec6a7c3e88f --- /dev/null +++ b/datasets/658955.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d9a39caafa7401d29d9aadd50820c359cab8b4b8a3fccdad71f75cf2c0ffe27 +size 36003840 diff --git a/datasets/658998.tar b/datasets/658998.tar new file mode 100644 index 0000000000000000000000000000000000000000..ad989742ba8f80a2c8a7bd4a43ff7cb04f184a32 --- /dev/null +++ b/datasets/658998.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6cc21f8a24816596dc2be26ee25f129451b203ebf2f120dd1b1495ad5d93630 +size 43888640 diff --git a/datasets/659004.tar b/datasets/659004.tar new file mode 100644 index 0000000000000000000000000000000000000000..1a8a00ccb76f21907d720102c368ef486e2bd6f0 --- /dev/null +++ b/datasets/659004.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40649495f34ec62f89d3a11b7b67f072bc7b0d16fdf7cbc41fef7142a8f4c307 +size 27392000 diff --git a/datasets/659059.tar b/datasets/659059.tar new file mode 100644 index 0000000000000000000000000000000000000000..f7239df2f4c4a1475059b2f227baa18d01d36f9d --- /dev/null +++ b/datasets/659059.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e18c3b07134cd464fa68149c0b050ee7284a8ead53d29022366192dfe78d3cf +size 5754880 diff --git a/datasets/659070.tar b/datasets/659070.tar new file mode 100644 index 0000000000000000000000000000000000000000..c3f99652555864c4b14066ba1f2079effe337853 --- /dev/null +++ b/datasets/659070.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d6a1712dd4ee7474bedb44c4a855e6c51d572e9bb0bece9da597d9e2bcc9a7 +size 30720 diff --git a/datasets/659163.tar b/datasets/659163.tar new file mode 100644 index 0000000000000000000000000000000000000000..04f67eb710a592fb9e07baa07bc4201a3eb7fe5d --- /dev/null +++ b/datasets/659163.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbeadc411b4e241471ce68958ab6a78a1e7014fc354bf75ac56c92e789cb5b14 +size 16680960 diff --git a/datasets/6592.tar b/datasets/6592.tar new file mode 100644 index 0000000000000000000000000000000000000000..42708763936389bc45e5a5715ac31ed446fd0abe --- /dev/null +++ b/datasets/6592.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89427bf2c9696d634c1099dbb31b2a07613bcf2682e3cb6d95e0aa6fbf4a8e13 +size 18012160 diff --git a/datasets/659356.tar b/datasets/659356.tar new file mode 100644 index 0000000000000000000000000000000000000000..551dcfd801ca79df712f87a9f8c939541fee5b33 --- /dev/null +++ b/datasets/659356.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:225ac1a3022ca3bb2df2e7cc0f3de1aec0da81afc533a4915e29bf1a9c6faeb1 +size 2027520 diff --git a/datasets/659769.tar b/datasets/659769.tar new file mode 100644 index 0000000000000000000000000000000000000000..773cf2cbc207016277bf36de85c7719325d850cd --- /dev/null +++ b/datasets/659769.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3220b2bcbe7a1fd0b9f2faf6a0cc8064e5584bf8d75edd4b6f61c5c2098547aa +size 15923200 diff --git a/datasets/659772.tar b/datasets/659772.tar new file mode 100644 index 0000000000000000000000000000000000000000..dbd25518ca7cc70565d10021cd257048db3cfea8 --- /dev/null +++ b/datasets/659772.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859ce16f8fa10c76e2f7ae88726772bad1f0f19874d690b825afc25ef37e4013 +size 14684160 diff --git a/datasets/660051.tar b/datasets/660051.tar new file mode 100644 index 0000000000000000000000000000000000000000..5692ca0c4c521a1d4b3c44175bc74b6b404e56da --- /dev/null +++ b/datasets/660051.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc307455397ed1b151ab16478e1928038e0f600177085fabd5d5ebf0154194ec +size 272179200 diff --git a/datasets/660064.tar b/datasets/660064.tar new file mode 100644 index 0000000000000000000000000000000000000000..0674a44443e79f0256dac7e92cf954f29de1b738 --- /dev/null +++ b/datasets/660064.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c12cb1c72aaf112163ca9c08fdbbb6c3b10c03be75fdd57d6ae93c81503f2bee +size 665600 diff --git a/datasets/660131.tar b/datasets/660131.tar new file mode 100644 index 0000000000000000000000000000000000000000..632a7df5415a1bfe53b8468c24c78c12c065e6d7 --- /dev/null +++ b/datasets/660131.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e97f3c7f3c2b0f4aec32e70ff2fd6689dbdd97df4c3f690cecab26fb0f1749 +size 3082240 diff --git a/datasets/660145.tar b/datasets/660145.tar new file mode 100644 index 0000000000000000000000000000000000000000..1b272a94d2c2bf0e8c55a1cca7995833de1590e8 --- /dev/null +++ b/datasets/660145.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c7caf3c24f8cf31c9a598fe7d10a7b371aa446d8c46b1234451f06bdd6e105 +size 15923200 diff --git a/datasets/660189.tar b/datasets/660189.tar new file mode 100644 index 0000000000000000000000000000000000000000..d7b2fc0fd2cd91fc634b72f7fd073a593c06ee5d --- /dev/null +++ b/datasets/660189.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a1903e927ea6097f5e05ed5a1275ba82ec711acee2a07e147c3d72de365031b +size 485007360 diff --git a/datasets/660216.tar b/datasets/660216.tar new file mode 100644 index 0000000000000000000000000000000000000000..53e1816726350908ed66bb86809665478c50e34c --- /dev/null +++ b/datasets/660216.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16dcb4be7d93979db003c5c0ad3bd57a8c5bdeb0e422a1784eee8a4762e240c6 +size 3379200 diff --git a/datasets/660332.tar b/datasets/660332.tar new file mode 100644 index 0000000000000000000000000000000000000000..002279624f25cd9357f1b1a1df474087436d192d --- /dev/null +++ b/datasets/660332.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d35e8031eb77e342449e07f084d06065f232ad4b2d7fe8eee1bfe3bce4627e +size 1484800 diff --git a/datasets/660342.tar b/datasets/660342.tar new file mode 100644 index 0000000000000000000000000000000000000000..422c245d86f9fd27534faa7d14d8ba69955c3bfb --- /dev/null +++ b/datasets/660342.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69475fb05050d37cb594f5f7d813c28ece0137dc9cd914050af5e7b42201b25f +size 8376320 diff --git a/datasets/660352.tar b/datasets/660352.tar new file mode 100644 index 0000000000000000000000000000000000000000..8b49b578de93ddcf459370111b4367143e1aca9d --- /dev/null +++ b/datasets/660352.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85dbb2549186c351fcf7c79b8d545e2f705709fc61a96794e97bfe01044866b8 +size 2211840 diff --git a/datasets/660562.tar b/datasets/660562.tar new file mode 100644 index 0000000000000000000000000000000000000000..09dc0a52cfd8cbbc70e0db963a9f67095f9d00ff --- /dev/null +++ b/datasets/660562.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae68ac63972f7c6de41d4c7767991958e5930551ce0c58592601067a7a254d85 +size 5355520 diff --git a/datasets/660635.tar b/datasets/660635.tar new file mode 100644 index 0000000000000000000000000000000000000000..33b5606ad78b0a2f085e47a3331e3bb96dfd583a --- /dev/null +++ b/datasets/660635.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3098a536bf8105aff69ac0ab9755b926bda952dbcde090faa902d19d9958f60e +size 2088960 diff --git a/datasets/660682.tar b/datasets/660682.tar new file mode 100644 index 0000000000000000000000000000000000000000..66c0681d5f2a00b952c44881e06b4dc610732b0c --- /dev/null +++ b/datasets/660682.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19eb33c5c174065ae9679bc399dcc747a59e690cc60b53a486c2e6fbd90dd06d +size 43448320 diff --git a/datasets/660994.tar b/datasets/660994.tar new file mode 100644 index 0000000000000000000000000000000000000000..29bfc4a5597fc9d738445fb9e797841cfa8393f2 --- /dev/null +++ b/datasets/660994.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5480e43f0a33b41e6516d11f40df17305ed265dbdcbf363df5638db977ac8cf3 +size 102400 diff --git a/datasets/661327.tar b/datasets/661327.tar new file mode 100644 index 0000000000000000000000000000000000000000..0ee54ac14ab07a85ebdf6fb6949a9073250047bd --- /dev/null +++ b/datasets/661327.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d19fa89d9de7bf95b532abe02b7e264a7ca824560777e777fa8ee327c8692d +size 1208320 diff --git a/datasets/661972.tar b/datasets/661972.tar new file mode 100644 index 0000000000000000000000000000000000000000..d590a411cffe20bff25a77466fa940741288d3a9 --- /dev/null +++ b/datasets/661972.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bde9bd185abcfcc14237dc8f2887b9be1d4948402ed001e8d78e5d969f3eadd +size 55572480 diff --git a/datasets/661989.tar b/datasets/661989.tar new file mode 100644 index 0000000000000000000000000000000000000000..aec4afea991db425725d996eed3d84a633277eae --- /dev/null +++ b/datasets/661989.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1047ae83bf96470ff36ca1cbcabd8c463623e0070df1bf8c0ff6a69fda0c379e +size 1208320 diff --git a/datasets/662236.tar b/datasets/662236.tar new file mode 100644 index 0000000000000000000000000000000000000000..3417b3fad0c763857b63df2c721a9c51267523b4 --- /dev/null +++ b/datasets/662236.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90f034789d7dbce95d5eff0dac3fbbe7854500d8383d367ceba60edfdf0d0eb0 +size 2334720 diff --git a/datasets/662325.tar b/datasets/662325.tar new file mode 100644 index 0000000000000000000000000000000000000000..95f777d576a29160708d47773588430ffeec9034 --- /dev/null +++ b/datasets/662325.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8faeae15b8ef688881155369abd8ca9efd99c5250561069e97f8c99fc0c0802 +size 25200640 diff --git a/datasets/662420.tar b/datasets/662420.tar new file mode 100644 index 0000000000000000000000000000000000000000..5d7de802caa93f9e95718836db1902b10d9a484b --- /dev/null +++ b/datasets/662420.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7847573eaad708a16c74b827cbbdbcc64c69ee392d3e74676a594ccdeef06630 +size 819200 diff --git a/datasets/662455.tar b/datasets/662455.tar new file mode 100644 index 0000000000000000000000000000000000000000..4e968f14caf64d78d72c090f964c11cdd959b9f0 --- /dev/null +++ b/datasets/662455.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a1df02d6c45f3c052b34509e3b460b494d88c82d7dec29a7bb71f80a5e1dd1c +size 5621760 diff --git a/datasets/662516.tar b/datasets/662516.tar new file mode 100644 index 0000000000000000000000000000000000000000..5b598ce960c1fb1db1f26144d2e83776f74df597 --- /dev/null +++ b/datasets/662516.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3bf480a9cfbadbec989491dfc64affc0c9c920c932466cfc093309b549226ca +size 2938880 diff --git a/datasets/662518.tar b/datasets/662518.tar new file mode 100644 index 0000000000000000000000000000000000000000..e36efbb5a26e7efcab8fa84aa5246266205d0366 --- /dev/null +++ b/datasets/662518.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407c6e6a18ca9ae4fc303b483d70fc92452c34a5ffb19e2ebe7671a1e4ed6a66 +size 1740800 diff --git a/datasets/662524.tar b/datasets/662524.tar new file mode 100644 index 0000000000000000000000000000000000000000..11e9f08772395b6ad3be1a6fb79aa6183a91bd86 --- /dev/null +++ b/datasets/662524.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb68df75e5291a5230db47b73efb3cfbe50cc01d32042d118a51d2f03609cc5 +size 6860800 diff --git a/datasets/662673.tar b/datasets/662673.tar new file mode 100644 index 0000000000000000000000000000000000000000..d59ab8c250876ea88100f13868ad992d47aace88 --- /dev/null +++ b/datasets/662673.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31292d50a3d34e05b7018ad48bdf3e8d4bc08778347a1a8a4cdbdb061b53dac3 +size 2795520 diff --git a/datasets/663027.tar b/datasets/663027.tar new file mode 100644 index 0000000000000000000000000000000000000000..f84f43ae3586ed4ed8c076766263146a251158a6 --- /dev/null +++ b/datasets/663027.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13029d0cf578aa8445c9049b5bfe64f2be862a5b45560d8552c3a8ffa19e7320 +size 12666880 diff --git a/datasets/663030.tar b/datasets/663030.tar new file mode 100644 index 0000000000000000000000000000000000000000..20b91d740551a9251cb182aa0a08f625a730c668 --- /dev/null +++ b/datasets/663030.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7890722733ce98679190edcfe347d5c016f0bc9cdd08bfa6cb3d7aed5cd0f8ba +size 7833600 diff --git a/datasets/66318.tar b/datasets/66318.tar new file mode 100644 index 0000000000000000000000000000000000000000..61658c0ad6ccf84534907f136fa8ea4f416ed77d --- /dev/null +++ b/datasets/66318.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d98c69c38590d79780f559e6fb3ff49f1316c56054ea85d2a314241bf5dcf6 +size 1556480 diff --git a/datasets/663400.tar b/datasets/663400.tar new file mode 100644 index 0000000000000000000000000000000000000000..d3065692619eab360c734fd973aa243746d29ecb --- /dev/null +++ b/datasets/663400.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39334581b35c8868988a697c4f61ef00315180c6f443a94e91349e6914ced152 +size 25446400 diff --git a/datasets/663510.tar b/datasets/663510.tar new file mode 100644 index 0000000000000000000000000000000000000000..13f1cacd1ce50e7230c5c43d946ba6ab3c6b03f9 --- /dev/null +++ b/datasets/663510.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56cf95a921ebba9bf099e900f86afc6feb463dc6761ab73293f4509cc18fea88 +size 25180160 diff --git a/datasets/663517.tar b/datasets/663517.tar new file mode 100644 index 0000000000000000000000000000000000000000..7ad0439691f2861d46e7c6f5d6a0f5d1a390db5e --- /dev/null +++ b/datasets/663517.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c38bd1148e7b42b3056bade06c74449af0d86284ce963b182789180fb1728aa6 +size 655360 diff --git a/datasets/66354.tar b/datasets/66354.tar new file mode 100644 index 0000000000000000000000000000000000000000..aabf08226491682227f5a5e44b07212692228356 --- /dev/null +++ b/datasets/66354.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f07b68452c45a78ee3a3904b23c4674f8d5a3927577b5ed610b0dd2528b1bc7 +size 2734080 diff --git a/datasets/663560.tar b/datasets/663560.tar new file mode 100644 index 0000000000000000000000000000000000000000..ee6410a93d300f9fc1c0141a06d80ee26b7dd78a --- /dev/null +++ b/datasets/663560.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f41271ce5fc1d4cb41a4a194ddef1da48f2785a83af08824d499f59ca37e58 +size 131328000 diff --git a/datasets/663571.tar b/datasets/663571.tar new file mode 100644 index 0000000000000000000000000000000000000000..c3d94697614c1ec9fa2e9219b1830955bcbf4a9c --- /dev/null +++ b/datasets/663571.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955a661cbc53b0416504fe9eb28e599bd17b4157f7fb4dda5be92c7e2ae58602 +size 1648640 diff --git a/datasets/663811.tar b/datasets/663811.tar new file mode 100644 index 0000000000000000000000000000000000000000..7751492457bbe3f3a0e7b60e4a9adda9f0c179b4 --- /dev/null +++ b/datasets/663811.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba40c63b93d1e3b1087860c4985911ffbe7204966f6f7c1b191d103c905e2e42 +size 5969920 diff --git a/datasets/663952.tar b/datasets/663952.tar new file mode 100644 index 0000000000000000000000000000000000000000..b37cbf4d523c917a5c7768f7d864b612e555e5a1 --- /dev/null +++ b/datasets/663952.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbfb6ffc704892a8fbb98c2de7ea895bba5dcf090c4944aae1c92c4bd058067d +size 18923520 diff --git a/datasets/664067.tar b/datasets/664067.tar new file mode 100644 index 0000000000000000000000000000000000000000..4f911d9234bdf6576a97e4bd678206cfa0eadce1 --- /dev/null +++ b/datasets/664067.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6e343c3cf584ab953416438a22b682814ffd0a141c9e8e60860fdf31ee9494c +size 18923520 diff --git a/datasets/664071.tar b/datasets/664071.tar new file mode 100644 index 0000000000000000000000000000000000000000..12c31b17fda0dc9704926e08879e1606c670f5bb --- /dev/null +++ b/datasets/664071.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cde0baa3b7b1c138727dd2f4b1e515cad0a8b83028f698dc2b79f2cbaa07e759 +size 59668480 diff --git a/datasets/664100.tar b/datasets/664100.tar new file mode 100644 index 0000000000000000000000000000000000000000..ab03b37d6529b582a71d4361f07b662e222969b2 --- /dev/null +++ b/datasets/664100.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f6e73ef254970a524c9125557b402c7aa4baa0e3bdb145e47a4fb5f135f8b4 +size 59668480 diff --git a/datasets/664104.tar b/datasets/664104.tar new file mode 100644 index 0000000000000000000000000000000000000000..bd3f06b3d8ec1aedea3efd7a1cbd9823a5c291bc --- /dev/null +++ b/datasets/664104.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eed2d05f0444ce8aee3a017f4d04a152962518f450f35531b547c387dd731f75 +size 5386240 diff --git a/datasets/664169.tar b/datasets/664169.tar new file mode 100644 index 0000000000000000000000000000000000000000..e9a42893cade852a54b04910c013d24d027d9363 --- /dev/null +++ b/datasets/664169.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c777c10125f6cf126835526b9b492c9f83218b461855090e18070f8b97d449 +size 46735360 diff --git a/datasets/664271.tar b/datasets/664271.tar new file mode 100644 index 0000000000000000000000000000000000000000..71ec0ad79262f14f74d2bc4eae26951a66c7c6db --- /dev/null +++ b/datasets/664271.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a391f4f24e4876fa454c09c70a07175474c374fdad76b4c4eccffba7418740 +size 23121920 diff --git a/datasets/664437.tar b/datasets/664437.tar new file mode 100644 index 0000000000000000000000000000000000000000..f48631b8fd38fcad4a99005f52ef6e865af753f2 --- /dev/null +++ b/datasets/664437.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d290c619b439ba6cae8ba87d191ace6c038b14715db39c4338d77c7dff64d342 +size 593920 diff --git a/datasets/664734.tar b/datasets/664734.tar new file mode 100644 index 0000000000000000000000000000000000000000..58ca9effff2ebefa6d772a60fe02438f16b01293 --- /dev/null +++ b/datasets/664734.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d0a2b2abcb95e35edbee0b586d475271cdec95e6cbabf15c6a7444f217155d5 +size 2160640 diff --git a/datasets/664819.tar b/datasets/664819.tar new file mode 100644 index 0000000000000000000000000000000000000000..6bad7f21ca071a308d1aa12aa9fe0ca80d902495 --- /dev/null +++ b/datasets/664819.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:329e91f771bf933c69c365847e3439401cbc6530336bb794da2a6271b7b3295b +size 14981120 diff --git a/datasets/664852.tar b/datasets/664852.tar new file mode 100644 index 0000000000000000000000000000000000000000..458dc99913b334c42928bf44bce7e8b60e014cb5 --- /dev/null +++ b/datasets/664852.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbbb010ee76317510d1b3ce260587b4a6af69e5da5fea618cb510fd2255c5cf7 +size 40028160 diff --git a/datasets/664908.tar b/datasets/664908.tar new file mode 100644 index 0000000000000000000000000000000000000000..4c83e1faef44735517ca706811df0ed982a81910 --- /dev/null +++ b/datasets/664908.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54fd8d5436e9057d89cd44e617ef1607f7d836a9af19db70c1b7af2c57adf84 +size 92743680 diff --git a/datasets/665045.tar b/datasets/665045.tar new file mode 100644 index 0000000000000000000000000000000000000000..001ff271fca26cd0eb776cd1a68e2f8e85d4de2d --- /dev/null +++ b/datasets/665045.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8835d7ffa0b0895bfdaf4e51cf458bcc52a4d34682100e9055c0fbcbc9c2ae32 +size 6604800 diff --git a/datasets/665063.tar b/datasets/665063.tar new file mode 100644 index 0000000000000000000000000000000000000000..6e2eb6d182157732537ddcea1f854333ca6731d7 --- /dev/null +++ b/datasets/665063.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3e18756b600244b31531c70ce1d05641ddad4c4d7cd13f9a814ef65f32213a +size 25610240 diff --git a/datasets/665065.tar b/datasets/665065.tar new file mode 100644 index 0000000000000000000000000000000000000000..2c6c2c07e07ac83668bfc19ec66b98bdd389c92c --- /dev/null +++ b/datasets/665065.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03f08b002303adbf831f4924104b43a07b6d71275fa26d73279144bddf9a3078 +size 1925120 diff --git a/datasets/665075.tar b/datasets/665075.tar new file mode 100644 index 0000000000000000000000000000000000000000..239c2ed026cfe38d8f04b67a9de12ecc91fd8b69 --- /dev/null +++ b/datasets/665075.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356aeab03b79167ebae957d48aa6404fe60e0e81525321117eb344015655b5aa +size 62033920 diff --git a/datasets/665097.tar b/datasets/665097.tar new file mode 100644 index 0000000000000000000000000000000000000000..53612c712f7f14a8f488e9c91004b0c54f2b56d9 --- /dev/null +++ b/datasets/665097.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e6ffcb007c331fb4d346bfc340252aaac8a5db78d0e261c5b99efb411e5a19 +size 14161920 diff --git a/datasets/665102.tar b/datasets/665102.tar new file mode 100644 index 0000000000000000000000000000000000000000..714357f1202206e7d37393763bf868a4b143acab --- /dev/null +++ b/datasets/665102.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a956cc7f5a48242ffdeae1a318b584fe76af63bfe111c18e524672354d873ff +size 911360 diff --git a/datasets/665183.tar b/datasets/665183.tar new file mode 100644 index 0000000000000000000000000000000000000000..ab17dfef187ce577e99f6cb3137f5aa621ec9906 --- /dev/null +++ b/datasets/665183.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ecc18bf93e45c17035227d4f1d81e6e35aaf5cdaefc227359bc0b1541daf4a5 +size 2007040 diff --git a/datasets/665405.tar b/datasets/665405.tar new file mode 100644 index 0000000000000000000000000000000000000000..69579b55faaa583d7c2a3ac64e8392860fb9b52a --- /dev/null +++ b/datasets/665405.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6038785bf781bfe0de96bf1e51a2357f0be6cb46f089d2bad7af93604451229e +size 1781760 diff --git a/datasets/665528.tar b/datasets/665528.tar new file mode 100644 index 0000000000000000000000000000000000000000..126d500b6b537ed1608eae6bd024efa926b02508 --- /dev/null +++ b/datasets/665528.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95b366667ba1327b56a85dd57fd4f0344b9d40a14cb0c82597b74147509a226e +size 35461120 diff --git a/datasets/665598.tar b/datasets/665598.tar new file mode 100644 index 0000000000000000000000000000000000000000..5fc5d3e8ff2679ef0a9e0cca58c7f83d12c2513f --- /dev/null +++ b/datasets/665598.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f5c7e8eaea7d2a2e0191c4947b080b4cd22edd2e591b8d1eb2936c66c5d03f +size 249262080 diff --git a/datasets/665628.tar b/datasets/665628.tar new file mode 100644 index 0000000000000000000000000000000000000000..e7e5cf1249c49b8c9a4d0cc7909cc6c239f3ec2c --- /dev/null +++ b/datasets/665628.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c816562d6705b7c037e8d50a010996a9b751ffdcd3fad6e73181e699ce2979ed +size 10455040 diff --git a/datasets/666033.tar b/datasets/666033.tar new file mode 100644 index 0000000000000000000000000000000000000000..a4e617de10b22dcc6f128829aa33bd9392847fc8 --- /dev/null +++ b/datasets/666033.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82cadaf7c1ffc271416a2f367777ec28cc773bbe03aad4221123d3adc30ef18 +size 5847040 diff --git a/datasets/666073.tar b/datasets/666073.tar new file mode 100644 index 0000000000000000000000000000000000000000..7de97c34c533caf2e7c9df049126a7ec5072ae59 --- /dev/null +++ b/datasets/666073.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:227f0589cd3fb48d2dd53f16b3ba192f0939f19641acb5739339b9a29b3d9669 +size 2058240 diff --git a/datasets/666078.tar b/datasets/666078.tar new file mode 100644 index 0000000000000000000000000000000000000000..8d8fdc0ab19cb4ec25b477126e6dc37cd94dac29 --- /dev/null +++ b/datasets/666078.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aad4acb6b015c443c347713133084b795cb6abfb05a15c2af2e91fb80426547 +size 370319360 diff --git a/datasets/666117.tar b/datasets/666117.tar new file mode 100644 index 0000000000000000000000000000000000000000..ebb192ebebd4398f3d1e9712d7082dda9e79649f --- /dev/null +++ b/datasets/666117.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b042abed1e3a9123fe0c11c389df063e689e0c9ba087133f602b3fcf0d698e +size 345026560 diff --git a/datasets/66612.tar b/datasets/66612.tar new file mode 100644 index 0000000000000000000000000000000000000000..ffb4c1e7ce7fe1a3f9ad47b9e6920dcc77c16777 --- /dev/null +++ b/datasets/66612.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14445d8f1381d9531f440078cc49284f099cc784e80bc9f6f17badaad68dc79c +size 993280 diff --git a/datasets/666121.tar b/datasets/666121.tar new file mode 100644 index 0000000000000000000000000000000000000000..eb1dd9c1bf181b8937b2fd5a99c99aa5f31066f4 --- /dev/null +++ b/datasets/666121.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2172de6a09d50d36addc401a44e7b69f6fc20b97d30eb462d689c76962b07370 +size 345026560 diff --git a/datasets/666122.tar b/datasets/666122.tar new file mode 100644 index 0000000000000000000000000000000000000000..62ae62eb961c66962f684cc2c93e330e1ab0fd05 --- /dev/null +++ b/datasets/666122.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b45f5ed180ed2cd81fa96e1ee3ce90d8f7262bdcfaba8466ef7901a1052b7b +size 345026560 diff --git a/datasets/666343.tar b/datasets/666343.tar new file mode 100644 index 0000000000000000000000000000000000000000..5d49dd42d3568bd6181d89e0e02dd2dc4bd04a29 --- /dev/null +++ b/datasets/666343.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eed17918461897db3d84d29e2bcdd134bb1b19d1464a4cfd04eaa05853fb19f0 +size 3655680 diff --git a/datasets/666630.tar b/datasets/666630.tar new file mode 100644 index 0000000000000000000000000000000000000000..4820f557089b9e5e95cf004074a564735886a30a --- /dev/null +++ b/datasets/666630.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc946b1abd1d6694337aa5473c6abd80b45918f16d4a239b8f3f63d041758a17 +size 23408640 diff --git a/datasets/666744.tar b/datasets/666744.tar new file mode 100644 index 0000000000000000000000000000000000000000..af06539c89366bf8537d1fd15e7d40fa7c579a1c --- /dev/null +++ b/datasets/666744.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:116025ef08462d6f033c5664a6c1586c8dceb5960194ddf301aa48f4e3269331 +size 4392960 diff --git a/datasets/666896.tar b/datasets/666896.tar new file mode 100644 index 0000000000000000000000000000000000000000..0e945d0da3d4b8e08e8f013760600a731d7f9184 --- /dev/null +++ b/datasets/666896.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc1087c92f2b0ebc2ffe905559320340a1adf27ad9246cef88379700aacb7e7 +size 184002560 diff --git a/datasets/667206.tar b/datasets/667206.tar new file mode 100644 index 0000000000000000000000000000000000000000..ce92633c442f3fc53bf9c7cc1bd50bb1c1262547 --- /dev/null +++ b/datasets/667206.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72fca15664ddd860cf94f715f943cb79ac4d59cb43a6bdff623ea7b8485ea8d9 +size 1710080 diff --git a/datasets/667312.tar b/datasets/667312.tar new file mode 100644 index 0000000000000000000000000000000000000000..bb6d9dd5df33e3780df6f737ffcdeb9f9235ad89 --- /dev/null +++ b/datasets/667312.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f27b57939fa1ca823d7601d0bd16844a6477be6cc41582d4b6795ee63b6f59f +size 44011520 diff --git a/datasets/66734.tar b/datasets/66734.tar new file mode 100644 index 0000000000000000000000000000000000000000..5b44e02ffdcfc02d097a639209f1bc226d3227ac --- /dev/null +++ b/datasets/66734.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a728283ecd9c8a9924d5bc5d38db028db655d5fc0da6d0b21101228d9caa0550 +size 3891200 diff --git a/datasets/667523.tar b/datasets/667523.tar new file mode 100644 index 0000000000000000000000000000000000000000..e9459c2c5e253290891e3651293983548c605004 --- /dev/null +++ b/datasets/667523.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76cb71984247ba9bfa7c7a7dced34d0217593296fb30fb34936193e1a93ac474 +size 64798720 diff --git a/datasets/667532.tar b/datasets/667532.tar new file mode 100644 index 0000000000000000000000000000000000000000..1a0e60589a7dbb75d311499eee43af98d948eb8b --- /dev/null +++ b/datasets/667532.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f308cf132b29baaa66fe95e83de039bc49023e561d6afbee1e5aaa2e280c0d79 +size 25374720 diff --git a/datasets/667631.tar b/datasets/667631.tar new file mode 100644 index 0000000000000000000000000000000000000000..d7663b48a5eff7fe20997cf38898b1971eaf5a7f --- /dev/null +++ b/datasets/667631.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe33a21d2c47399f9a4c102cc62812eae9e321eefce508984ad4c4e95a5c8805 +size 5171200 diff --git a/datasets/667926.tar b/datasets/667926.tar new file mode 100644 index 0000000000000000000000000000000000000000..9f3ee000fb3b4b6696fbb3d1e86a94fff9e76a84 --- /dev/null +++ b/datasets/667926.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f6ff31f1e842a0d7cdc08d5763fa6fb33f65c32966e3ac0dbdd8faa9f4967ce +size 3471360 diff --git a/datasets/668017.tar b/datasets/668017.tar new file mode 100644 index 0000000000000000000000000000000000000000..3b53a7a81f79bc5fadf3ca3016f95c0bba1dc770 --- /dev/null +++ b/datasets/668017.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e81ecf7629344868d0af5ddb336e09b8882da84ec86962249859a8ced3c24018 +size 1300480 diff --git a/datasets/668183.tar b/datasets/668183.tar new file mode 100644 index 0000000000000000000000000000000000000000..e8e4612721937cbd46244375aadf9b6505b7463c --- /dev/null +++ b/datasets/668183.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77f65cdb91a9a1dee7cde09a88d227be7eac3d4d2827a05bec1e75e930ff1a8 +size 2252800 diff --git a/datasets/668256.tar b/datasets/668256.tar new file mode 100644 index 0000000000000000000000000000000000000000..b5e562ad896aa048306b9e6af68a2f70633b0ce0 --- /dev/null +++ b/datasets/668256.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567c9a25343e10118cad1621b98ba88e18ac9cb6911fba5ae8261a3d4f14c1b2 +size 9523200 diff --git a/datasets/668386.tar b/datasets/668386.tar new file mode 100644 index 0000000000000000000000000000000000000000..a9fdec750c430a484b8968e69c5d10521061c3c7 --- /dev/null +++ b/datasets/668386.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f38b3c2871f958e656c136f7e6f6660b2c5cba1f3e20d3c28df2d09bb4325b +size 1976320 diff --git a/datasets/668490.tar b/datasets/668490.tar new file mode 100644 index 0000000000000000000000000000000000000000..95f0216b44e551157764b96023adbe450b4ee12b --- /dev/null +++ b/datasets/668490.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6340da0ed8af71f4ae09d9d5619a3a0dd4611d667b2a5d87cc149471253be9 +size 2304000 diff --git a/datasets/668810.tar b/datasets/668810.tar new file mode 100644 index 0000000000000000000000000000000000000000..68878bb22a3f341ff479b48fb3789639345fe6c0 --- /dev/null +++ b/datasets/668810.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8650d28164a675bff3d87a3e5242c99825850c8d485fbf0cda4af1f9e65a507 +size 2344960 diff --git a/datasets/668862.tar b/datasets/668862.tar new file mode 100644 index 0000000000000000000000000000000000000000..dd464c3d38b9c76c5583574701d299bedcdbda80 --- /dev/null +++ b/datasets/668862.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c906a13502cdd3cb782ff10d753974b1267a431c8abd0479e9ff50e24cbe2f +size 9697280 diff --git a/datasets/668948.tar b/datasets/668948.tar new file mode 100644 index 0000000000000000000000000000000000000000..27060566303ff9b4ee4815ce0b6e5e1324a52356 --- /dev/null +++ b/datasets/668948.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a70b5f4b901ac5d7ac3d309c14b3cbe56832160cc189732b7d73beba306d349 +size 7301120 diff --git a/datasets/669305.tar b/datasets/669305.tar new file mode 100644 index 0000000000000000000000000000000000000000..4b5c310f1bbf85fdcc934d408c0889e427f1ac87 --- /dev/null +++ b/datasets/669305.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac8f0bc1ddb1630ce6252e0137c9e8251f740cb8f268767eead22dddd9ae349 +size 2590720 diff --git a/datasets/669397.tar b/datasets/669397.tar new file mode 100644 index 0000000000000000000000000000000000000000..791a8cb7d16d2a14eccb399938815d7eeed13f18 --- /dev/null +++ b/datasets/669397.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2c630f014a2adf8e17d6c245449220233cc38aaf894bff154247553a0e9b49 +size 11182080 diff --git a/datasets/669419.tar b/datasets/669419.tar new file mode 100644 index 0000000000000000000000000000000000000000..6c0734721fae2c9d8e321c61c0556127ff380fa6 --- /dev/null +++ b/datasets/669419.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d6d3a6d7f4a6ca57f2c68c3b6a3231275f219c6c77dd6c6cb99e0b105584cb +size 11182080 diff --git a/datasets/669421.tar b/datasets/669421.tar new file mode 100644 index 0000000000000000000000000000000000000000..25208d35521a3b9a92b8a593713bd414319caee2 --- /dev/null +++ b/datasets/669421.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:997f7a47f73a36bf36a118ce6f4f02318e1165fb8748a9a0f7c8acfd714b4652 +size 23296000 diff --git a/datasets/66946.tar b/datasets/66946.tar new file mode 100644 index 0000000000000000000000000000000000000000..4353c28f71383b5b2ae88b5ae63a327e971e3600 --- /dev/null +++ b/datasets/66946.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b0e30cc47a64d850446dd6185981945b72505f893c76583b4c8cc1d6d00b80 +size 757760 diff --git a/datasets/669492.tar b/datasets/669492.tar new file mode 100644 index 0000000000000000000000000000000000000000..3c84a0a1fbfcd2a2657a693b6a332371eec80efa --- /dev/null +++ b/datasets/669492.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f08f9c625801bed4de9e21b97a5fc106550d91728118917893e60f432ed2f10 +size 2150400 diff --git a/datasets/669710.tar b/datasets/669710.tar new file mode 100644 index 0000000000000000000000000000000000000000..7d121d464b1b0a14256712e1a851877fa2719364 --- /dev/null +++ b/datasets/669710.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d79941938949515495291b946d2b9358c5f81d61c294fe52cd22b107aa146a56 +size 29777920 diff --git a/datasets/669892.tar b/datasets/669892.tar new file mode 100644 index 0000000000000000000000000000000000000000..fbbb12b2fba80984366afb59936d1ceb328eaee1 --- /dev/null +++ b/datasets/669892.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484cd1c077a999674de7b0f828fdd7e05b5069b3cb53ffd7437aea9416380357 +size 4403200 diff --git a/datasets/669915.tar b/datasets/669915.tar new file mode 100644 index 0000000000000000000000000000000000000000..79c3a112f0ab7f6d622676cd4da24fb6941e59eb --- /dev/null +++ b/datasets/669915.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9dd0225157a866c76e115b0f818be5a2c6e65c7c364271ffa725d393724b3d +size 1095680 diff --git a/datasets/670085.tar b/datasets/670085.tar new file mode 100644 index 0000000000000000000000000000000000000000..405c73dd30f28410cc0d5341fe2077b2d0c89751 --- /dev/null +++ b/datasets/670085.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e39a29ca46cf45c657a98896705e687b33fc54ed9aa28e569bec58504b04169b +size 29777920 diff --git a/datasets/670243.tar b/datasets/670243.tar new file mode 100644 index 0000000000000000000000000000000000000000..84b6dd3a01bb4b4870ef1f89780c87eea5d599dd --- /dev/null +++ b/datasets/670243.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae01943b4cc83f622325b7de140d3e33ca04c5159e1aebbafefd12379bfb538f +size 12431360 diff --git a/datasets/670258.tar b/datasets/670258.tar new file mode 100644 index 0000000000000000000000000000000000000000..127c6d83fe882ebf1585e8a5e61a6738edc35f29 --- /dev/null +++ b/datasets/670258.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b14d1df774d65df7532e518d97488a89435f999c52088fb02b1b50b0bba189a +size 30095360 diff --git a/datasets/670314.tar b/datasets/670314.tar new file mode 100644 index 0000000000000000000000000000000000000000..6aba7c1039d44c7619218a4f80062f00de67c8f9 --- /dev/null +++ b/datasets/670314.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa5b39e31209c062b6ae5f900f950dd92f62e258769504065d1c55c5363a3a7 +size 264366080 diff --git a/datasets/670343.tar b/datasets/670343.tar new file mode 100644 index 0000000000000000000000000000000000000000..cdbc19c1fc0303b5a32419bf83857e3fbc9bd678 --- /dev/null +++ b/datasets/670343.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12108d3378914d941d383a6eaf7717c3c049367bbbc423e5aec5aa189b69bdd7 +size 264366080 diff --git a/datasets/670519.tar b/datasets/670519.tar new file mode 100644 index 0000000000000000000000000000000000000000..af2d207c76890071896b7cdecd6d41641da13577 --- /dev/null +++ b/datasets/670519.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b16ed28fb49299fb09b6fc8608760f3ffd3a9c9536d3fb35b93951bda852df05 +size 17182720 diff --git a/datasets/670562.tar b/datasets/670562.tar new file mode 100644 index 0000000000000000000000000000000000000000..0b568debee1c17450d65ea86bcccf58d22c8876d --- /dev/null +++ b/datasets/670562.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc749ffdacbddc10fec707ee8215cf5dc19d76ace947a9b517cf1b2263c9c096 +size 4915200 diff --git a/datasets/670579.tar b/datasets/670579.tar new file mode 100644 index 0000000000000000000000000000000000000000..9721427de7772eac8e46f304a02683befb772d99 --- /dev/null +++ b/datasets/670579.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6077d67c9483cf705032f657c35271da63520ed77e9e0f9cc27a4ac7c8d908f8 +size 1157120 diff --git a/datasets/670621.tar b/datasets/670621.tar new file mode 100644 index 0000000000000000000000000000000000000000..cb9bc0369932239cb53bd5720f460b854fa6d0d9 --- /dev/null +++ b/datasets/670621.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73c23a6abc4e0770a99ae19c6ed0867afef8d3c795a4cfdeac92285644149fe6 +size 13096960 diff --git a/datasets/670788.tar b/datasets/670788.tar new file mode 100644 index 0000000000000000000000000000000000000000..87bbfe6a58e1df195c1bcadff4fcdf132b2a1e49 --- /dev/null +++ b/datasets/670788.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b4d4d2a6ba61612e212a703d688dd659b71ca6e5f75c6b662649cf211721dec +size 1361920 diff --git a/datasets/670789.tar b/datasets/670789.tar new file mode 100644 index 0000000000000000000000000000000000000000..998c75d5abe078f1b7e53a54e6554ffc0f44e99b --- /dev/null +++ b/datasets/670789.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92ac25f838b00eb72f20b9d96ddd908a4c1bfe5a484652b06af02a24220e7b18 +size 1361920 diff --git a/datasets/670880.tar b/datasets/670880.tar new file mode 100644 index 0000000000000000000000000000000000000000..3b525b630ed3f9d98fc697d22f9c6a94dec9e606 --- /dev/null +++ b/datasets/670880.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e2aed88e5f6fcc51cd5c8704731ec73634aa5d08846449f5b4cc0639f4b7592 +size 1372160 diff --git a/datasets/670984.tar b/datasets/670984.tar new file mode 100644 index 0000000000000000000000000000000000000000..ef15480abbf04ff0a300711f698330f690750f9a --- /dev/null +++ b/datasets/670984.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdbc80e10b39fed24167620ab807fb897b2cbbe7f666df76e4b800474b1bb1ca +size 6348800 diff --git a/datasets/671006.tar b/datasets/671006.tar new file mode 100644 index 0000000000000000000000000000000000000000..d3ea90ec60fd779d55e9ff750e76a28a4a1d7a4c --- /dev/null +++ b/datasets/671006.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:850d61152a856bd68ddb3724510ae0020e374a2ce329a95b352abd5d7ab26b1d +size 1843200 diff --git a/datasets/671085.tar b/datasets/671085.tar new file mode 100644 index 0000000000000000000000000000000000000000..0978d879f6212d21d69cecb8df23ea786cf68290 --- /dev/null +++ b/datasets/671085.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82866abfe9cea28ef03b8e82a34bf1543c56ee7ea28908b9b7d775f6a5c7e54 +size 3758080 diff --git a/datasets/671119.tar b/datasets/671119.tar new file mode 100644 index 0000000000000000000000000000000000000000..a733df69a2c2fcffdbe167c49fa47daf777bb37a --- /dev/null +++ b/datasets/671119.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c41f4cfbc47d8626a4934e55334fb6c0a96cd74d774558f70b5edc88688640d +size 296960 diff --git a/datasets/671180.tar b/datasets/671180.tar new file mode 100644 index 0000000000000000000000000000000000000000..e03da77afb5b0d590014bde8d9b6553688f14662 --- /dev/null +++ b/datasets/671180.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57cd257defcb53fcbbc6da0df7c9d30748936c6496aed397df4215c38b140960 +size 2273280 diff --git a/datasets/671296.tar b/datasets/671296.tar new file mode 100644 index 0000000000000000000000000000000000000000..b48235b3fc3ad949b3c2e1627a5470a5ed29ed4f --- /dev/null +++ b/datasets/671296.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a791897dcd2fcfaec9cf747c1a9660cd4f270de4749a3756ba79c9fa216365 +size 11714560 diff --git a/datasets/671368.tar b/datasets/671368.tar new file mode 100644 index 0000000000000000000000000000000000000000..2a766b8bac8a6d151fb264916e32b7fe1e97e758 --- /dev/null +++ b/datasets/671368.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6606a9eaff5a7ac564a0b4a41e8626d31547309b630c56acf80f1d4981e1adfc +size 25630720 diff --git a/datasets/671410.tar b/datasets/671410.tar new file mode 100644 index 0000000000000000000000000000000000000000..6aad718a6301aa0b63ad56315da286ea17f23a12 --- /dev/null +++ b/datasets/671410.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85309488ee5150426c13b05773ff32d9d38b374ac08761289ed40e1f3236dce2 +size 20992000 diff --git a/datasets/671422.tar b/datasets/671422.tar new file mode 100644 index 0000000000000000000000000000000000000000..2ec7f2d68c4b9dfe4966b74353825f3e1841b384 --- /dev/null +++ b/datasets/671422.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20ba56432cf4a4b52d1bd7dc99e184831487111be7e9e9c69e65ca3c2c475741 +size 10629120 diff --git a/datasets/671451.tar b/datasets/671451.tar new file mode 100644 index 0000000000000000000000000000000000000000..a0bbb9fd379c78bf094421e605fc2d7fc731c63e --- /dev/null +++ b/datasets/671451.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e459ce5c807c5f635b1a0643797ef3dd3b8af61269851ecf80667568875979f7 +size 27955200 diff --git a/datasets/671467.tar b/datasets/671467.tar new file mode 100644 index 0000000000000000000000000000000000000000..78d90e58710046eefe8b2076219ffa62cb6ca984 --- /dev/null +++ b/datasets/671467.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec33344031fafe91ca3cd5d7fab9a13e0be87622b5447455e25725d82b121af1 +size 20162560 diff --git a/datasets/671476.tar b/datasets/671476.tar new file mode 100644 index 0000000000000000000000000000000000000000..40b48bc5e86c422c74bd45ad2c34d8c17ef00867 --- /dev/null +++ b/datasets/671476.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035d217ed1bb8905e8850e5bf8b2fe93bdfbae9b1d3a9f3c5a732efa74c69ff4 +size 23306240 diff --git a/datasets/671483.tar b/datasets/671483.tar new file mode 100644 index 0000000000000000000000000000000000000000..164ff0ba39cc6b1397084d3d26192003dc450215 --- /dev/null +++ b/datasets/671483.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d17b3cd8bf1cab482ba7ea776396b99b82d2f2cd91bd200bc209f2d17f7bee61 +size 11417600 diff --git a/datasets/671491.tar b/datasets/671491.tar new file mode 100644 index 0000000000000000000000000000000000000000..7cad23c2d92d3e9ccfa3b6168a33bc3b72d2f2a2 --- /dev/null +++ b/datasets/671491.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d649c4fd0e18c9d2c554d0e017a794dd04183539b52700a6e44a77dd5f854c3d +size 17387520 diff --git a/datasets/671550.tar b/datasets/671550.tar new file mode 100644 index 0000000000000000000000000000000000000000..688e56a0b282815d1203ccf0951048485c828cd7 --- /dev/null +++ b/datasets/671550.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c6b3d1654661f7dbc5ed590293286823a2ceb694b681e4c46da09926ba99e9c +size 20285440 diff --git a/datasets/671567.tar b/datasets/671567.tar new file mode 100644 index 0000000000000000000000000000000000000000..20fee7be957f981edfd498ecbb61b1ebe6643bb4 --- /dev/null +++ b/datasets/671567.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48f0f310a8b254e6b726523bba7fb657f5f8d4e9b6a3ad33d24cc231d8d48c1 +size 624640 diff --git a/datasets/6716.tar b/datasets/6716.tar new file mode 100644 index 0000000000000000000000000000000000000000..842ace9903720a1416eae3a1f2f37e4c66440548 --- /dev/null +++ b/datasets/6716.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a2fa094788f59ea113add96ddc407fb6e0b2fc2312e7f0767545fc8e226234 +size 39178240 diff --git a/datasets/671658.tar b/datasets/671658.tar new file mode 100644 index 0000000000000000000000000000000000000000..f184451b7ea0762702cba6d50c4ab52fcb764b34 --- /dev/null +++ b/datasets/671658.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d9e534657f32adb2e4c78851ce0d71624b46419850f0be902c209d3a196b4e9 +size 35430400 diff --git a/datasets/671699.tar b/datasets/671699.tar new file mode 100644 index 0000000000000000000000000000000000000000..0480c9b713ea13636c87ca29e23b6c30f901bd4c --- /dev/null +++ b/datasets/671699.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec279731d33eecabefca9f571e7223b193e8ec1ae6128fc72214ba209f20eb40 +size 25077760 diff --git a/datasets/671717.tar b/datasets/671717.tar new file mode 100644 index 0000000000000000000000000000000000000000..2ebbc2c7e24df2abac84fce70b4d98e2df339aaa --- /dev/null +++ b/datasets/671717.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c0272c370377f0406f608c9518cdb23c26b64404535b8f6783a43c19e76576 +size 13393920 diff --git a/datasets/671737.tar b/datasets/671737.tar new file mode 100644 index 0000000000000000000000000000000000000000..2c5146be851a2bc932f62e865feb8719a959ab1d --- /dev/null +++ b/datasets/671737.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04178c476aea45d67643f3471b69d3dfda374dba8198e8c4289ddfa8457c211f +size 15032320 diff --git a/datasets/671742.tar b/datasets/671742.tar new file mode 100644 index 0000000000000000000000000000000000000000..c6510683f9b8ac341d5dc26f696764ef3f23048c --- /dev/null +++ b/datasets/671742.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc8cc25a16c2d66724e11443d07bcb26412f8e3f76176a27ec1401b0385918e3 +size 25559040 diff --git a/datasets/671826.tar b/datasets/671826.tar new file mode 100644 index 0000000000000000000000000000000000000000..3aeab9b92abb2fd16e653ee210545befa5125669 --- /dev/null +++ b/datasets/671826.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbfad71e55f832d81f11b5a577977d8dae5fc2c3640823fc23ac385a78194b2e +size 114268160 diff --git a/datasets/671975.tar b/datasets/671975.tar new file mode 100644 index 0000000000000000000000000000000000000000..a1e052d2608f06d5282b930b8a184becb35e0c6b --- /dev/null +++ b/datasets/671975.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de02eeb156bea96ff4c6fc5a1d757242d8e215f8c8a89c65b1a106eb879f186 +size 137953280 diff --git a/datasets/672042.tar b/datasets/672042.tar new file mode 100644 index 0000000000000000000000000000000000000000..179c63e3174ab3eb378df2a74bc74ab4453dc4b1 --- /dev/null +++ b/datasets/672042.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa5f80c9c71e2952d4caf8f64fd7e073cb2b458c8dcaeedb4d256d7e9d7fda64 +size 423567360 diff --git a/datasets/672055.tar b/datasets/672055.tar new file mode 100644 index 0000000000000000000000000000000000000000..f6f246a79e541dba84f08dfbe9ebc7785a25b9d1 --- /dev/null +++ b/datasets/672055.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02057e1bdce867efd953eec790672754209487b83d4515f9eb187720dc935016 +size 46438400 diff --git a/datasets/672069.tar b/datasets/672069.tar new file mode 100644 index 0000000000000000000000000000000000000000..2898fdefc34b66d7e40dabafc324ae16c42f5f45 --- /dev/null +++ b/datasets/672069.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6032034e762ab3b9b10e659a3281d6479c6b45c5d674d45f1b1a67beffd5864c +size 1873920 diff --git a/datasets/672131.tar b/datasets/672131.tar new file mode 100644 index 0000000000000000000000000000000000000000..f4137456cf32041a6e1da2a145ddbf4e8948fc2b --- /dev/null +++ b/datasets/672131.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee0a4a3269657500c4476aa0b1f82099aefe9128a93c609aab7fca6c0c0d2a4 +size 10434560 diff --git a/datasets/672139.tar b/datasets/672139.tar new file mode 100644 index 0000000000000000000000000000000000000000..59b8880060e595becfd80ce729cffa85d1505de2 --- /dev/null +++ b/datasets/672139.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198b2268b1002a5749a38a9632715f051605c483e66eae4c48e1fe267a350949 +size 11837440 diff --git a/datasets/672387.tar b/datasets/672387.tar new file mode 100644 index 0000000000000000000000000000000000000000..e67aac5f4d8c8e518d827da21bae3f908a752460 --- /dev/null +++ b/datasets/672387.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a65ebf166dd3d0be548850628e7650c3ab8880df746a726dee8bc5a3613a0a7 +size 1914880 diff --git a/datasets/672523.tar b/datasets/672523.tar new file mode 100644 index 0000000000000000000000000000000000000000..444cd94b7132fbae23f8eb917a5d075f76419338 --- /dev/null +++ b/datasets/672523.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e0ccc991a7020a6f15941b4e4432caad6692a2a66fb6d384bd7bc847e3aa3b +size 3051520 diff --git a/datasets/672592.tar b/datasets/672592.tar new file mode 100644 index 0000000000000000000000000000000000000000..d5986daf5e07e59bf5867edc48ed585edcb312bb --- /dev/null +++ b/datasets/672592.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96813a9bd592346d76d83e51dfe5c75679ab70ad7f3038ea9d617d5c4fe2e46f +size 20490240 diff --git a/datasets/672765.tar b/datasets/672765.tar new file mode 100644 index 0000000000000000000000000000000000000000..f9a6a2cde2dfb69427ca9faa8ce1ee9f9215a6bf --- /dev/null +++ b/datasets/672765.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa084475776658acaf2f042f3614ec8a5b0f51609fd40f5918ddfdf0a5ad40f +size 2621440 diff --git a/datasets/672832.tar b/datasets/672832.tar new file mode 100644 index 0000000000000000000000000000000000000000..cc7421489f0ecf65ef8697123ebeadf00c7c3a34 --- /dev/null +++ b/datasets/672832.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9a4e53570abe7a0c63571f11bb6c2f97b6540ba37407d32184ddc1f276b83f +size 51200 diff --git a/datasets/67302.tar b/datasets/67302.tar new file mode 100644 index 0000000000000000000000000000000000000000..2bceb9cf8ef75799dd8d43906f8eb5b90404cdf2 --- /dev/null +++ b/datasets/67302.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1745bea0ec829c2f71861a95e542cd55343ee1be02a2c8a53b5dc659fe46c7b +size 29634560 diff --git a/datasets/673099.tar b/datasets/673099.tar new file mode 100644 index 0000000000000000000000000000000000000000..16ff7877f91fd102c0eb8c5f6fafac9ebcc44745 --- /dev/null +++ b/datasets/673099.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1abde5e7b8f6a262fb00576f211b423a04a5ab9da960bb7e02cb9704de8cca15 +size 1740800 diff --git a/datasets/673110.tar b/datasets/673110.tar new file mode 100644 index 0000000000000000000000000000000000000000..4f060d43af93e29aa66b6ffd46795e1518f7bf6a --- /dev/null +++ b/datasets/673110.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47528bc441be57c4bd443cd2eabfd5a200a33aa0e9259b8a63ecc7196ac1190 +size 12298240 diff --git a/datasets/673115.tar b/datasets/673115.tar new file mode 100644 index 0000000000000000000000000000000000000000..d3122ad30ce0515ef426f6e1cc24c2a9667c8072 --- /dev/null +++ b/datasets/673115.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f659c7a18b0059d7b9af43ca875becbb4090edee2145217430c26a2bdf25df +size 2467840 diff --git a/datasets/673548.tar b/datasets/673548.tar new file mode 100644 index 0000000000000000000000000000000000000000..e91bc7c2e6309ab3ca434c725b38471127227e83 --- /dev/null +++ b/datasets/673548.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c452805fe6a69caef7611c97479f615d46f0d61a6cf56f81636dc58f763d317 +size 2426880 diff --git a/datasets/673572.tar b/datasets/673572.tar new file mode 100644 index 0000000000000000000000000000000000000000..d2f54e5ca77198c0bfd0367da50c70e2787a2387 --- /dev/null +++ b/datasets/673572.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ce0954abb2cd7d90e2f5df53b724c4007492f8507eb68b70c9a498dcd9078f +size 2498560 diff --git a/datasets/673613.tar b/datasets/673613.tar new file mode 100644 index 0000000000000000000000000000000000000000..d99f609fcfb8cda188b697cc1030206046a7eec4 --- /dev/null +++ b/datasets/673613.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c830afa012a138ed5018c6b11f4ebbc84f9a6e9577a8bada988270493e9ea16e +size 28180480 diff --git a/datasets/673668.tar b/datasets/673668.tar new file mode 100644 index 0000000000000000000000000000000000000000..1d4fb9150ab052de3094234a864217e02200e1af --- /dev/null +++ b/datasets/673668.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2986d9ed3c64504bdfeebc9bc2f2438fee7000f91af9f13f5909f908d6165e13 +size 2897920 diff --git a/datasets/673892.tar b/datasets/673892.tar new file mode 100644 index 0000000000000000000000000000000000000000..ee1323e38534392f791458a3880e5f34af80697d --- /dev/null +++ b/datasets/673892.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204ab43b8914365ea234d8219c5ac2382cc80afcd77529f8cb08c74608310a23 +size 23029760 diff --git a/datasets/673904.tar b/datasets/673904.tar new file mode 100644 index 0000000000000000000000000000000000000000..da792ffe40d648c41537cc2385394efae4eab47f --- /dev/null +++ b/datasets/673904.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad941ff1ee1ac6e9520e26f52e05b78165b6d5f4ca2cc50f72303e678d02487 +size 67502080 diff --git a/datasets/674047.tar b/datasets/674047.tar new file mode 100644 index 0000000000000000000000000000000000000000..9e56dc67721f2d87bddcbb1143fb903009cc3586 --- /dev/null +++ b/datasets/674047.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d297e0cd3cbb48450fe4fcf6e4a375ea744c7c43e031f2e48b886c953e630119 +size 3051520 diff --git a/datasets/674129.tar b/datasets/674129.tar new file mode 100644 index 0000000000000000000000000000000000000000..4e80c5c7fbb02c433016f60946b81eecc232d7c3 --- /dev/null +++ b/datasets/674129.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d697d76f5d9ee1ce2b0f75ecbd1931200b3b47043dc6b5a2873cff16c6a240b +size 2990080 diff --git a/datasets/67423.tar b/datasets/67423.tar new file mode 100644 index 0000000000000000000000000000000000000000..af469db94927086121fa5d53f0be84175a9f7bc2 --- /dev/null +++ b/datasets/67423.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c21160366a09903eab508493bca0fe12d247ed73f42faa833ff8c03dd4b11ee8 +size 1986560 diff --git a/datasets/67435.tar b/datasets/67435.tar new file mode 100644 index 0000000000000000000000000000000000000000..4f3707909fd888d013bf5aad00198033b300b49e --- /dev/null +++ b/datasets/67435.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc7286a0f1912224b3a0e052e75a834a7268acd75f7c6238ee1e43e3f18c99f +size 2529280 diff --git a/datasets/674376.tar b/datasets/674376.tar new file mode 100644 index 0000000000000000000000000000000000000000..50d74e45521437166b96c85a70f7a94198bac162 --- /dev/null +++ b/datasets/674376.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fedda4e3325f5ba0b8d0e771cece95aab1b7fd8a47e0f4682df6d1ec29d7f713 +size 27566080 diff --git a/datasets/674422.tar b/datasets/674422.tar new file mode 100644 index 0000000000000000000000000000000000000000..895711ce2d91ae04fe4fb97d8c32fa686d7a71e3 --- /dev/null +++ b/datasets/674422.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a070fe4ec95727222ee89ed29ea5351f6cfa950551cca9c787d0abb5fee315e +size 13117440 diff --git a/datasets/674439.tar b/datasets/674439.tar new file mode 100644 index 0000000000000000000000000000000000000000..64d8ef09581dd5dad592bf0c658a828cea0c0266 --- /dev/null +++ b/datasets/674439.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f530637ac3319e8aca06a2294b9c139bbe40e0d139f99c2a150aabc85fe83c9 +size 21002240 diff --git a/datasets/67444.tar b/datasets/67444.tar new file mode 100644 index 0000000000000000000000000000000000000000..1643fb24d751b2a2e5df26ccd457beea47aa76f5 --- /dev/null +++ b/datasets/67444.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca05821cba8f4e36da913b894c5d7afffe7c94aca54390896d5e073bfc12cd1 +size 50933760 diff --git a/datasets/67451.tar b/datasets/67451.tar new file mode 100644 index 0000000000000000000000000000000000000000..316a9d0ef267af745ca01b2fd64cf7166fe2d394 --- /dev/null +++ b/datasets/67451.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08027fd26cd82f321e6b5f1eb307bdbf9b3c752df4f86ec07190394cb9cac82d +size 1187840 diff --git a/datasets/674510.tar b/datasets/674510.tar new file mode 100644 index 0000000000000000000000000000000000000000..ceee40ebce0d826ba2dc39f6c06bebc11a3c3df3 --- /dev/null +++ b/datasets/674510.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a50a187ebe0492416dd3fb8d349284c09a7af44726f10905db6578c0d8aaf7 +size 3389440 diff --git a/datasets/674650.tar b/datasets/674650.tar new file mode 100644 index 0000000000000000000000000000000000000000..0c3e371fb31001ced0c4cf6859d1ea775c5d7b33 --- /dev/null +++ b/datasets/674650.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa5de6fba9deb5bf15c9d911a07583f7047f172f0dbcb47de15041a5afe8f90 +size 17868800 diff --git a/datasets/67469.tar b/datasets/67469.tar new file mode 100644 index 0000000000000000000000000000000000000000..d5ea670bb9a7668526822b43741661bfeee65771 --- /dev/null +++ b/datasets/67469.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a0b9d3aa5d490074aa98638f59fd696bc6467850c10cd02f5f8c4904ab843e +size 1536000 diff --git a/datasets/67488.tar b/datasets/67488.tar new file mode 100644 index 0000000000000000000000000000000000000000..dc6cdb77291c550562a608b8b81398f636c9c20b --- /dev/null +++ b/datasets/67488.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc2c9dc5f6d7a883bd598770b215f6eb8889101c09f300ec2a801157b9d5adc +size 860160 diff --git a/datasets/674926.tar b/datasets/674926.tar new file mode 100644 index 0000000000000000000000000000000000000000..e004de5716f903f6464bbb166c16c66a49825ac3 --- /dev/null +++ b/datasets/674926.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f603ba9755acddc4be394770279f19763825372f7d1e8707b28d2c0fe77b96e +size 2283520 diff --git a/datasets/674942.tar b/datasets/674942.tar new file mode 100644 index 0000000000000000000000000000000000000000..7ccc36fe80e69b6f0e04ca55e05170178a4cc315 --- /dev/null +++ b/datasets/674942.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da495eabb367bf68db62471afc9aa0034d31ae98fd9f1ac4d09df120cfbc241b +size 4853760 diff --git a/datasets/675031.tar b/datasets/675031.tar new file mode 100644 index 0000000000000000000000000000000000000000..cb0d5499ab24579ca45bb2cbdc23a2e592a33f95 --- /dev/null +++ b/datasets/675031.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ad52463b5c6b929fa3ade71bc707d0f50eb2db10abbb44e44face3458fe2ad +size 28764160 diff --git a/datasets/675040.tar b/datasets/675040.tar new file mode 100644 index 0000000000000000000000000000000000000000..386b0f400459cc4e694879158c37b75724ae251c --- /dev/null +++ b/datasets/675040.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5f9a07adb242feaf57f1870cbb9f87e62c587b40c71c16dc2bfc9548883ac3 +size 6225920 diff --git a/datasets/675049.tar b/datasets/675049.tar new file mode 100644 index 0000000000000000000000000000000000000000..0a4ddfc3b6a3153d18a6c303089d7938c74bec71 --- /dev/null +++ b/datasets/675049.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0127b865c2b121ee5b0f0f72fa90c36d6e4235df5fd19a5477a1d5b16978ad7 +size 5570560 diff --git a/datasets/67512.tar b/datasets/67512.tar new file mode 100644 index 0000000000000000000000000000000000000000..c04486ee5390e4799b764cfac2fc3d10ab29633e --- /dev/null +++ b/datasets/67512.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe7a34cf053906690cc56aa74d198043c0b987b1af0103cfc47bd40ff64295e +size 1013760 diff --git a/datasets/675269.tar b/datasets/675269.tar new file mode 100644 index 0000000000000000000000000000000000000000..8257f54396fc745e92e4823c2d65b0af4d63c669 --- /dev/null +++ b/datasets/675269.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d78f2fbcda28beae9c059a77cf28849c05325ba30f6f5cb7a465ccbfc82d279 +size 21442560 diff --git a/datasets/675277.tar b/datasets/675277.tar new file mode 100644 index 0000000000000000000000000000000000000000..0fbb0f17a43ce71c98084aee010c85a94f5db536 --- /dev/null +++ b/datasets/675277.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ef156b7a8e7c9d30622893dd77b73fd486968f4467be62361c2a4e81d394e8 +size 3624960 diff --git a/datasets/67531.tar b/datasets/67531.tar new file mode 100644 index 0000000000000000000000000000000000000000..2fdeb837505efcb3234b2c0a9a165f4ed92d86ae --- /dev/null +++ b/datasets/67531.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf141c662deb887e19292d7720259400d99180ac7294f95b14382d06e7cc5362 +size 1157120 diff --git a/datasets/675498.tar b/datasets/675498.tar new file mode 100644 index 0000000000000000000000000000000000000000..4cabd07b9b5e54b7977380b48001a76929cb6f2e --- /dev/null +++ b/datasets/675498.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2adb0889228ddfa95ddc765547868a5765d3b2ecd34ae54ed123387062850375 +size 29347840 diff --git a/datasets/675512.tar b/datasets/675512.tar new file mode 100644 index 0000000000000000000000000000000000000000..838cf04f3857ef2cb32996a925c5ed1b47a9b034 --- /dev/null +++ b/datasets/675512.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d52acb1fd519edc843284d0f3f8ba2b62a48f03ef66c8ff35b66aadfbab21e18 +size 645120 diff --git a/datasets/675521.tar b/datasets/675521.tar new file mode 100644 index 0000000000000000000000000000000000000000..a5ac91792724e84aab28ad108593117a9ad7dbe1 --- /dev/null +++ b/datasets/675521.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3fb37d57cd3c20f86e563232c851910e2334573fb7065d8cdc8d24ee0e5532d +size 38553600 diff --git a/datasets/675683.tar b/datasets/675683.tar new file mode 100644 index 0000000000000000000000000000000000000000..e25d758749c3792611b5253dd7056653bcf509da --- /dev/null +++ b/datasets/675683.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4968af06f79fd89c50a373055b4d03ae414a0addcc362ba3001ec84bbf1d56c7 +size 12431360 diff --git a/datasets/676007.tar b/datasets/676007.tar new file mode 100644 index 0000000000000000000000000000000000000000..cffc90151b5afbba5a9c6567b364e9ff4d5ad330 --- /dev/null +++ b/datasets/676007.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f263f25e47c1d74421794df396dafdcfbeacc7f6f5819ab9f1cdc6dd1db343b +size 35307520 diff --git a/datasets/676010.tar b/datasets/676010.tar new file mode 100644 index 0000000000000000000000000000000000000000..290b2394f25f29df4403ffd088cedb96867bacbf --- /dev/null +++ b/datasets/676010.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05fec1771e07b60a9f832720397e78baa68d374a4cf24ebd5b92dc22acff8bf9 +size 890880 diff --git a/datasets/676013.tar b/datasets/676013.tar new file mode 100644 index 0000000000000000000000000000000000000000..f2018ee292047c860a8c34ea2cd2e2ff1153f566 --- /dev/null +++ b/datasets/676013.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4284a9fab45ca6e2f197d9272a65d8ca2ae2db997dcc3b47a61b6c7bf46f5b +size 28579840 diff --git a/datasets/676309.tar b/datasets/676309.tar new file mode 100644 index 0000000000000000000000000000000000000000..c6dbb5b35b5fc5e1864059b15e5c5ebe8a159bc3 --- /dev/null +++ b/datasets/676309.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910565321253821b9e68c8db044e0facf7c993338d0443da142c6aa1e4adea41 +size 23695360 diff --git a/datasets/676454.tar b/datasets/676454.tar new file mode 100644 index 0000000000000000000000000000000000000000..e45f2dbd9322075e21bfb91f73c830772d9495d9 --- /dev/null +++ b/datasets/676454.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce9b1b2d5234af2abb66a761415e53408bd0c6c29b24ef9444cb22039af50db +size 15759360 diff --git a/datasets/676484.tar b/datasets/676484.tar new file mode 100644 index 0000000000000000000000000000000000000000..8c62c561660775771fe3e986a184048990af530d --- /dev/null +++ b/datasets/676484.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d7c56d3ddf2617beaa74fd4c8000259c663025371778e107280c881b51e650 +size 757760 diff --git a/datasets/676502.tar b/datasets/676502.tar new file mode 100644 index 0000000000000000000000000000000000000000..3b06b1217a2a55acf9bf24338190cd3f468857fe --- /dev/null +++ b/datasets/676502.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69d62a2d1fce9689ecc8331fed4163e946c9a862ea389d622ea82fd631fef0e +size 19466240 diff --git a/datasets/676510.tar b/datasets/676510.tar new file mode 100644 index 0000000000000000000000000000000000000000..cfd55b3f184787634c980630474fe34d211829cf --- /dev/null +++ b/datasets/676510.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4811c42ac9696aaf4135d2d79777d4c5e9c0485908e92ac784b97940823c6166 +size 19466240 diff --git a/datasets/676679.tar b/datasets/676679.tar new file mode 100644 index 0000000000000000000000000000000000000000..69e586ee177bbf62ce0a0769a82dbb836aae09a7 --- /dev/null +++ b/datasets/676679.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c35376a5b9f060d065d780460d264a4b2ac496675667e0f8fb6eb843dc3dbaa5 +size 27105280 diff --git a/datasets/676877.tar b/datasets/676877.tar new file mode 100644 index 0000000000000000000000000000000000000000..eb4de43665c59406c8ce6337ceb93dcd43fbc8cd --- /dev/null +++ b/datasets/676877.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ab40ff8e30a2311cfd14b9072aeef7b2047ccebf3fb82b9c1b7cc858704e6f +size 4413440 diff --git a/datasets/676878.tar b/datasets/676878.tar new file mode 100644 index 0000000000000000000000000000000000000000..18718c8d6534072f9c0951a25224c2ec88a708f8 --- /dev/null +++ b/datasets/676878.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aa2541b7147cc011b30801b4c684a75094c00cc2c85c7c4b366c121d444e0ed +size 19281920 diff --git a/datasets/676892.tar b/datasets/676892.tar new file mode 100644 index 0000000000000000000000000000000000000000..0f911ca87b778ed59805308b8bafeae08c425edc --- /dev/null +++ b/datasets/676892.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4af886b2bf9ebffb7e52392323fd99f7da79647f8d0f7cd1464b758b0d8a0ee +size 3102720 diff --git a/datasets/676912.tar b/datasets/676912.tar new file mode 100644 index 0000000000000000000000000000000000000000..ead0ea2f3fb44515c995ad9602dbebca2dd8458c --- /dev/null +++ b/datasets/676912.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0184d863f3de5d7d1c28ca6053eddd514976c1378228ed3d97c5dffab0af5fa +size 48527360 diff --git a/datasets/677326.tar b/datasets/677326.tar new file mode 100644 index 0000000000000000000000000000000000000000..3412b78ff4912a28447b92591f0860fa416c8035 --- /dev/null +++ b/datasets/677326.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a81bda3bb4273500cf2e63951044a227bedf9afb727d497892137efc53d399 +size 124641280 diff --git a/datasets/677436.tar b/datasets/677436.tar new file mode 100644 index 0000000000000000000000000000000000000000..530397aecd489de81185ece148d8f161ee5d8fe5 --- /dev/null +++ b/datasets/677436.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b4ef5520091c50861b7cc22743fdcbe9ce9e83ecdbfff8c1fba5a990ee0910c +size 14161920 diff --git a/datasets/677485.tar b/datasets/677485.tar new file mode 100644 index 0000000000000000000000000000000000000000..f4196b4ad515d05eec31edbe994b781076a2375a --- /dev/null +++ b/datasets/677485.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318bee29cfabb95fee0883727b0e6d1f7488b3c4cdabcac4d50df53767e14a7b +size 9154560 diff --git a/datasets/677618.tar b/datasets/677618.tar new file mode 100644 index 0000000000000000000000000000000000000000..79f41733866ca1ecedc06730834b925cef7198a2 --- /dev/null +++ b/datasets/677618.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5da3c9cdb148c0bf73dd3ffd0f434c987ad00e9c7ee808b73b0f3d7444e808f +size 26214400 diff --git a/datasets/677690.tar b/datasets/677690.tar new file mode 100644 index 0000000000000000000000000000000000000000..aa0d8a9e4fc8382886fb4e671633bd8e7b9e577b --- /dev/null +++ b/datasets/677690.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04b9b2110b1272799939454b5b128cc1e77095acfe175e1a66b7facaac3edb33 +size 5416960 diff --git a/datasets/677842.tar b/datasets/677842.tar new file mode 100644 index 0000000000000000000000000000000000000000..660a1db05b18b65edd830e73623d6ce1e59719c2 --- /dev/null +++ b/datasets/677842.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:744412ac6456488d078b60631a55c1dc1b33ee40146231c14a8a652ab3ed256a +size 16189440 diff --git a/datasets/67787.tar b/datasets/67787.tar new file mode 100644 index 0000000000000000000000000000000000000000..4f0bf9058b711c8474d44c9331cc8808f24c318f --- /dev/null +++ b/datasets/67787.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d309c83ce5954e779110a60038a7c336cb5aaa24df61c4e25c1a74f1a00b5f +size 3276800 diff --git a/datasets/677915.tar b/datasets/677915.tar new file mode 100644 index 0000000000000000000000000000000000000000..50fd042c888eb3869a2a130582b82f9c9298481f --- /dev/null +++ b/datasets/677915.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2746cf4409d9a13d74eedbbf7a9fc6b64dc9c6380e924071514ea9db5db989e +size 36464640 diff --git a/datasets/678016.tar b/datasets/678016.tar new file mode 100644 index 0000000000000000000000000000000000000000..892100c8b5c5581a05355c6aaa17edb2a97c3c8a --- /dev/null +++ b/datasets/678016.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a14ecc56a6077ef43ae3d9aebc6fe7c31bf3b47c8ec2d19d27c6666a6d1c3697 +size 23132160 diff --git a/datasets/678058.tar b/datasets/678058.tar new file mode 100644 index 0000000000000000000000000000000000000000..fcd3635b09662322e2bec077f4ad11ae573f4178 --- /dev/null +++ b/datasets/678058.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d6d46e8af135d98aefe68eed2fff5970779ead2d344174784be35caf5a6402 +size 34334720 diff --git a/datasets/678079.tar b/datasets/678079.tar new file mode 100644 index 0000000000000000000000000000000000000000..cfdc3ab05714efa74ffa4623629d263493e2644e --- /dev/null +++ b/datasets/678079.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dddff04d7e13513223dc1456f2238fd290b832e1e007a97de5ed3b6e13f82f34 +size 13445120 diff --git a/datasets/678148.tar b/datasets/678148.tar new file mode 100644 index 0000000000000000000000000000000000000000..9310a1ae073f35be648a050b60fd28b29304655e --- /dev/null +++ b/datasets/678148.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a295748d75ce9a9be87c1041121f4c977bda8fda35c28b13fac232be58021d3 +size 3174400 diff --git a/datasets/678223.tar b/datasets/678223.tar new file mode 100644 index 0000000000000000000000000000000000000000..2647784b94b8d7f68606f7e0c95a6946760e200e --- /dev/null +++ b/datasets/678223.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f33a4a9eba19acb4aa807b35446c302a542ad89aa1ad34eb317540407a342472 +size 1259520 diff --git a/datasets/67825.tar b/datasets/67825.tar new file mode 100644 index 0000000000000000000000000000000000000000..fa5352a59fdec394eb708453a0260b2d99fce394 --- /dev/null +++ b/datasets/67825.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:654cde96ea1d4e69f817c576ea6278b7af8c590e00d9b81ba0dee4c24d787d9b +size 983040 diff --git a/datasets/678305.tar b/datasets/678305.tar new file mode 100644 index 0000000000000000000000000000000000000000..a22bc34eb63f282b2edcfa0344bc41dc3beebc83 --- /dev/null +++ b/datasets/678305.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be9ab0e7f5821b112285208fdf72992a00efe33f5b772bee3725c6d402e3270 +size 47011840 diff --git a/datasets/678671.tar b/datasets/678671.tar new file mode 100644 index 0000000000000000000000000000000000000000..5be2a71c48c7e2dacbe258fa0229b330ccbae082 --- /dev/null +++ b/datasets/678671.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:569c91fe26b2e9795df4d677ccda4e6090f56ab492713ffaddd95ce48cb07c0b +size 14755840 diff --git a/datasets/678856.tar b/datasets/678856.tar new file mode 100644 index 0000000000000000000000000000000000000000..111047e7a5afc8cdf001c70cadd51f82531d440e --- /dev/null +++ b/datasets/678856.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73bfb453ee9cfa09980937ff0ecb38c5eaf423021ed746a45c9e3699b647d965 +size 686080 diff --git a/datasets/679156.tar b/datasets/679156.tar new file mode 100644 index 0000000000000000000000000000000000000000..01ac5a4219b6f99a45e41cb6c0513717801a7312 --- /dev/null +++ b/datasets/679156.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc4544b2e379a203b0e787df691f25abb1dea8ee296e6cc30c625e15d995648 +size 13393920 diff --git a/datasets/679171.tar b/datasets/679171.tar new file mode 100644 index 0000000000000000000000000000000000000000..743cd5f4af8d59b7d7c789c4dad3a982419a7671 --- /dev/null +++ b/datasets/679171.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c48586e82920aeaf86fd85d5f1561cf3a90e8d1b203bc85f531a69686c8c88e0 +size 23132160 diff --git a/datasets/679183.tar b/datasets/679183.tar new file mode 100644 index 0000000000000000000000000000000000000000..650c17a3d106e6af2395298eb1628473457dbdf3 --- /dev/null +++ b/datasets/679183.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:033da1642aec3d5c6cd4c6687d361c83ebbb8562b8e0560bf7c2204bda9f9170 +size 20285440 diff --git a/datasets/679186.tar b/datasets/679186.tar new file mode 100644 index 0000000000000000000000000000000000000000..8a7fee3bca445b2715c4b823855eaf14ab14408b --- /dev/null +++ b/datasets/679186.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:399bbd9b5e0066a5ad84837b72a34b161cb11a260ff1bbaa3f82659e146cd011 +size 1884160 diff --git a/datasets/679192.tar b/datasets/679192.tar new file mode 100644 index 0000000000000000000000000000000000000000..c16564a7f6286f76144c469c1efebb3753ddd8e7 --- /dev/null +++ b/datasets/679192.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f42c6b4bd3ac441ef13470cc31ec8b7781e478cbfe2372f4b9b676984e8a2e7 +size 24545280 diff --git a/datasets/679204.tar b/datasets/679204.tar new file mode 100644 index 0000000000000000000000000000000000000000..9c87da42da41d1973d7a2bcfa3c6860a69adeca3 --- /dev/null +++ b/datasets/679204.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bfcb7973e67abaf0e525019b8b6e761c5250fe616dc9ffe5ebee45882a9d13d +size 27955200 diff --git a/datasets/679228.tar b/datasets/679228.tar new file mode 100644 index 0000000000000000000000000000000000000000..4e06ebe8881c764371194636e7cbc6f9dde4cc5b --- /dev/null +++ b/datasets/679228.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a70a8ebb3fd735ebd7874f8be9217d7a40695034d077adb59216d59c54a544 +size 1884160 diff --git a/datasets/67939.tar b/datasets/67939.tar new file mode 100644 index 0000000000000000000000000000000000000000..852792857d04f0c6eb71d8955f1c5a0a5e49a439 --- /dev/null +++ b/datasets/67939.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c106eff3e6b41e1ed4538f9f7a3af6b6b92a3200b1ac20af9a89d6620c5bc9 +size 972800 diff --git a/datasets/679499.tar b/datasets/679499.tar new file mode 100644 index 0000000000000000000000000000000000000000..bb168080de9bcc8092ed0ea7b71665e555d5da1d --- /dev/null +++ b/datasets/679499.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:300af3383efc2224a73e50f948cbdbda796408711c231f8341b362e659acb410 +size 144527360 diff --git a/datasets/679675.tar b/datasets/679675.tar new file mode 100644 index 0000000000000000000000000000000000000000..c85ae08878276f47c4116ce35a2bf737a7c1dca2 --- /dev/null +++ b/datasets/679675.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e65fe8bc254c67db5ee15c025bf50e1c3f12146f2bb4f962bb0a45e532dedee +size 15329280 diff --git a/datasets/679794.tar b/datasets/679794.tar new file mode 100644 index 0000000000000000000000000000000000000000..c0b67d5b16ed5ef667a0a5ba1de243b9014f07a1 --- /dev/null +++ b/datasets/679794.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb35d3f63e9b83395d2975053d6c0a5097b5b09da4ba081ded8eacefe478f97a +size 14755840 diff --git a/datasets/679835.tar b/datasets/679835.tar new file mode 100644 index 0000000000000000000000000000000000000000..9857185e6d6fd2aa2c2847dfe5baf20c9d00e54f --- /dev/null +++ b/datasets/679835.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f94b694ee88f08f92db91685b8c2c9885e984f99fb2f601f196ce21bbceef0 +size 29163520 diff --git a/datasets/679843.tar b/datasets/679843.tar new file mode 100644 index 0000000000000000000000000000000000000000..15a9381c6d4f2258a50d627e6e42c7811ec60434 --- /dev/null +++ b/datasets/679843.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de12ec001f408431af3629bd8943dc48ed5faecc96061cc6e8727db64deb471 +size 399360 diff --git a/datasets/679880.tar b/datasets/679880.tar new file mode 100644 index 0000000000000000000000000000000000000000..7ceefad9d29f789c3f8947a11ca059495f82e579 --- /dev/null +++ b/datasets/679880.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4903b7c5ef2b1fff46041cfc33c1e4a7a3caef10d073f188699e261ba4ec831 +size 8284160 diff --git a/datasets/680108.tar b/datasets/680108.tar new file mode 100644 index 0000000000000000000000000000000000000000..67715c04045689aed79d4178cc13717e4ecf91a6 --- /dev/null +++ b/datasets/680108.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85a3155fb5a52f8182a8f9d4dd410baa1f40986380d12d7f71bf04c3ccc5054b +size 10629120 diff --git a/datasets/680138.tar b/datasets/680138.tar new file mode 100644 index 0000000000000000000000000000000000000000..004b89bd136dc2a7d3f8a073cd7cd4c5e3fb9e86 --- /dev/null +++ b/datasets/680138.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0074d843ec1a59b9a9cd7d494e6432084cd89927ad971c870f2bec9a55993c76 +size 12236800 diff --git a/datasets/680333.tar b/datasets/680333.tar new file mode 100644 index 0000000000000000000000000000000000000000..0ebcf4f4304dcf2338935989656ea33ced8e462f --- /dev/null +++ b/datasets/680333.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906934b6d338df410daa47c9c54671f64a1d0c43a13e3090036bd658e1f30c32 +size 25630720 diff --git a/datasets/680339.tar b/datasets/680339.tar new file mode 100644 index 0000000000000000000000000000000000000000..3d444edc38f75b95041f98bd5abc839caf7d9ecc --- /dev/null +++ b/datasets/680339.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1d85e284aabb8cd63448ca6d23e84d34421062ab7382286886ca901e47c5d2 +size 481280 diff --git a/datasets/680343.tar b/datasets/680343.tar new file mode 100644 index 0000000000000000000000000000000000000000..0696ce008e18d0e7ce68d2c18565704b290a2d1c --- /dev/null +++ b/datasets/680343.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4649383a0ee91e16c3f337a4c482ceb80022ca63511d22e5ea5a7e37f3fef896 +size 21022720 diff --git a/datasets/680347.tar b/datasets/680347.tar new file mode 100644 index 0000000000000000000000000000000000000000..84582cdf25efe30f7706b811a6f55fa56401737f --- /dev/null +++ b/datasets/680347.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14b8fda55965e1b993753713ac837b784ff0164d3aebff08e8a8180c7513e146 +size 174080 diff --git a/datasets/680480.tar b/datasets/680480.tar new file mode 100644 index 0000000000000000000000000000000000000000..87b9218074fb01b7aea0d5727b5e81a6e574805a --- /dev/null +++ b/datasets/680480.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:116181d7a1aa77a445e628fbac59d92ad3048fcaf61f6ae1d5e2378e68236a93 +size 69591040 diff --git a/datasets/680542.tar b/datasets/680542.tar new file mode 100644 index 0000000000000000000000000000000000000000..d70558a109422d6f595857a521bb6772017dbde8 --- /dev/null +++ b/datasets/680542.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a01a6a4208c26b733af55978275a231d61629d929258b9fa0a636a075d1d979 +size 20971520 diff --git a/datasets/680596.tar b/datasets/680596.tar new file mode 100644 index 0000000000000000000000000000000000000000..89d82c179cccd4013a846cbda3054d88f597ee50 --- /dev/null +++ b/datasets/680596.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e601cd749ddc58d5ecb4ec2e73088424c47da7db28003a5160e4814a989524 +size 4618240 diff --git a/datasets/680717.tar b/datasets/680717.tar new file mode 100644 index 0000000000000000000000000000000000000000..d6e477cd4d576c2348ca8224426ed6fbba3f7ed4 --- /dev/null +++ b/datasets/680717.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48fafee7248085883eae440043a12513be3d037e4b98f3d4dc27a6ff4330e252 +size 23029760 diff --git a/datasets/680839.tar b/datasets/680839.tar new file mode 100644 index 0000000000000000000000000000000000000000..701c7cc22aabc80914f81fd4b44d044479034392 --- /dev/null +++ b/datasets/680839.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b60d852271ce2e5d7135ce6fa1f2b87d455a056caed7f2fa78606d5032c65d +size 4618240 diff --git a/datasets/680956.tar b/datasets/680956.tar new file mode 100644 index 0000000000000000000000000000000000000000..5db3f2ba741c84b880cfaadb4c9ca42dd0b496ce --- /dev/null +++ b/datasets/680956.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d10672bd059c388a0a33af34384f42721e758b42de992e2c73f12bd7297150 +size 1658880 diff --git a/datasets/681301.tar b/datasets/681301.tar new file mode 100644 index 0000000000000000000000000000000000000000..7c4d069585f88056ac27e9c9b4b23b28e3d6d2fc --- /dev/null +++ b/datasets/681301.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beb1a8ed5a0e4d5fa4b581e7b607506e8b2bce499c54e5056dbb115c4e27cf83 +size 18493440 diff --git a/datasets/681343.tar b/datasets/681343.tar new file mode 100644 index 0000000000000000000000000000000000000000..b6c3f0edd2a3f04d765e6ea35ea727e2e20f2aa5 --- /dev/null +++ b/datasets/681343.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:612c02f3b50b1dbaf0ec68347172b777de964b4f71a603483a386b53a10908ad +size 6912000 diff --git a/datasets/681349.tar b/datasets/681349.tar new file mode 100644 index 0000000000000000000000000000000000000000..e2d2e40b9931768a0271882b3589eb4be27ac21b --- /dev/null +++ b/datasets/681349.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce8af1a0df4c2f98f33d864948bc6fe06929a88a815237e85e330d71751e484 +size 20531200 diff --git a/datasets/681400.tar b/datasets/681400.tar new file mode 100644 index 0000000000000000000000000000000000000000..8e531cab3dc8dd86040d86abc4533dd5ac5c4f65 --- /dev/null +++ b/datasets/681400.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd3b86786f35e78d0d4b5f0e11645ff9eca9e3cfb08541f4a3bccef158e819a8 +size 2140160 diff --git a/datasets/681569.tar b/datasets/681569.tar new file mode 100644 index 0000000000000000000000000000000000000000..19563f213063301d3fa8ef1337ca14ec72d58ab7 --- /dev/null +++ b/datasets/681569.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f53f9e2220b49fe2caeab7ba3073bde6ee1f957791dc00bdee18460519a879 +size 76308480 diff --git a/datasets/681615.tar b/datasets/681615.tar new file mode 100644 index 0000000000000000000000000000000000000000..ca92800e99960f3715bddc9c18755bedaaee99c3 --- /dev/null +++ b/datasets/681615.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a67b79adb655841492e8c36334ace864e76e8f3bd1b7b9a17a84a6a8a4ab604 +size 3102720 diff --git a/datasets/681622.tar b/datasets/681622.tar new file mode 100644 index 0000000000000000000000000000000000000000..9de940010cbb82d1347a73f38c5d45dd02baeb8f --- /dev/null +++ b/datasets/681622.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78d8bb0b228fb8859d8ad00a9f033badf727000a5fe9769d0e8cde85ad29665 +size 15472640 diff --git a/datasets/681630.tar b/datasets/681630.tar new file mode 100644 index 0000000000000000000000000000000000000000..d732d017317eacf280ecf663139ede6267e4282c --- /dev/null +++ b/datasets/681630.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eabbdfb0528f9d718c25826b6d11d928b5438c248af29eb63d94003a4d10091 +size 206438400 diff --git a/datasets/681697.tar b/datasets/681697.tar new file mode 100644 index 0000000000000000000000000000000000000000..88e8fa889e52735ce6f85438b79855aacae3eac2 --- /dev/null +++ b/datasets/681697.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbea751c5637a75b31e9c9339b28f2196a3dff06c46c4a08e77724eb6b7d5309 +size 16117760 diff --git a/datasets/682123.tar b/datasets/682123.tar new file mode 100644 index 0000000000000000000000000000000000000000..fd043c2557cc4f2bc30c41a47aaad32673541592 --- /dev/null +++ b/datasets/682123.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afd1ddcac509a0795c57c4881ad7fa76acecb6b6ed0f1a913167101ef0b65776 +size 39424000 diff --git a/datasets/682480.tar b/datasets/682480.tar new file mode 100644 index 0000000000000000000000000000000000000000..192c17f8fc6ed0fcdf7e8f0a92e0645e0d718bee --- /dev/null +++ b/datasets/682480.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c3710b6f14165d8eebbc42f5ef3326fe4017aaab8b313691e21d82325042836 +size 193873920 diff --git a/datasets/682509.tar b/datasets/682509.tar new file mode 100644 index 0000000000000000000000000000000000000000..b56091ffd35ba6191c0a752905d8500905523d85 --- /dev/null +++ b/datasets/682509.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04df3d0bd5de30a5a0dd5bd13b36c424a947b79e9579da344d7ce44c3ef9c2e0 +size 552960 diff --git a/datasets/682629.tar b/datasets/682629.tar new file mode 100644 index 0000000000000000000000000000000000000000..4d4fa0a249f0609171efb98651c0d73942bff54f --- /dev/null +++ b/datasets/682629.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:974ec24663810448541ea034fe93ea335c2738ebeea12fa61c7a3570a8a06475 +size 9052160 diff --git a/datasets/682693.tar b/datasets/682693.tar new file mode 100644 index 0000000000000000000000000000000000000000..f3d160247b4774c9ee6b4c981ac2dc45f2d34288 --- /dev/null +++ b/datasets/682693.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8838a412e59162fc11fc8f8e600d38dafc0a0bb9c1f4f91e80282df88f66e77 +size 66314240 diff --git a/datasets/682716.tar b/datasets/682716.tar new file mode 100644 index 0000000000000000000000000000000000000000..6276a7111ac3945bca0aaa725e540d49b586a6df --- /dev/null +++ b/datasets/682716.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e665af66d9922e9d2e1edbed9815969dade57c84e76d93073470a3feb6b4f97 +size 33075200 diff --git a/datasets/682748.tar b/datasets/682748.tar new file mode 100644 index 0000000000000000000000000000000000000000..73c8e3ce5eed14d3690bce258e2169549eba84dd --- /dev/null +++ b/datasets/682748.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d09244b1aecea994bf2117891e1468d81f157ea77746e78c76a7f35dfb926d +size 942080 diff --git a/datasets/682757.tar b/datasets/682757.tar new file mode 100644 index 0000000000000000000000000000000000000000..423465ec55f999197c3f36831ed4bf2536cd45fd --- /dev/null +++ b/datasets/682757.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f835ea83db31ae561ab3577a318a98c411f4c8903e8f6fe8a39dd38860ef3b3 +size 5959680 diff --git a/datasets/682824.tar b/datasets/682824.tar new file mode 100644 index 0000000000000000000000000000000000000000..4b37a15a11b850a416d4cc8f76388ffa7ee9d8cc --- /dev/null +++ b/datasets/682824.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3896e8c1d3ad9b0f88b41b9b4cd9f71462ad030c0ee3a9dd5461085e56f33a7b +size 378880 diff --git a/datasets/682830.tar b/datasets/682830.tar new file mode 100644 index 0000000000000000000000000000000000000000..90b38e78b80747fe497d6202d940af993e226840 --- /dev/null +++ b/datasets/682830.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d5d9ccdb230c244f78a0db76becefae29e1e17c5db31d9e8e132f911fee5ef +size 491520 diff --git a/datasets/682967.tar b/datasets/682967.tar new file mode 100644 index 0000000000000000000000000000000000000000..f81defbbf1ef75d71e316fd0d110f0e432a83382 --- /dev/null +++ b/datasets/682967.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:943ca143af36ce342d1b0fd3ac74e53cc832be6736de5a644b6304f771f51b90 +size 14100480 diff --git a/datasets/683267.tar b/datasets/683267.tar new file mode 100644 index 0000000000000000000000000000000000000000..d5d873769680f17f798c5f6dccf2723841f3487f --- /dev/null +++ b/datasets/683267.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8964fab35ae0e68ef6ba19959f94a2a346f532245136af6fbe2a9aec75e296d6 +size 206438400 diff --git a/datasets/6833.tar b/datasets/6833.tar new file mode 100644 index 0000000000000000000000000000000000000000..470a48a9f222d59e39c4354b4570d93e77afceb0 --- /dev/null +++ b/datasets/6833.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e473a6ba3d3e5ccb3bbed0fc552db58dbf075580a079d1389b81edf8a97ad6 +size 38983680 diff --git a/datasets/683624.tar b/datasets/683624.tar new file mode 100644 index 0000000000000000000000000000000000000000..77fc2c7cca86982142399a161eca271e5767d075 --- /dev/null +++ b/datasets/683624.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c76ae795a77892d32168f053e85456a235b32a55b93cbfa982919078813d491 +size 2887680 diff --git a/datasets/683706.tar b/datasets/683706.tar new file mode 100644 index 0000000000000000000000000000000000000000..9d2835bd3837e352e6adaa6afe473fecd577cd73 --- /dev/null +++ b/datasets/683706.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc1d3cdcda120db95b136b906f9e765e90e93b2fd6c3499c716c55c9d46a867d +size 27054080 diff --git a/datasets/683718.tar b/datasets/683718.tar new file mode 100644 index 0000000000000000000000000000000000000000..9a981c7439bbf11814fd89edf43d5c66d4465ca3 --- /dev/null +++ b/datasets/683718.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3537f9973cf3efd4e0705684632635cd8e56d480baead2f8f9a9bea50c76ed60 +size 28395520 diff --git a/datasets/683827.tar b/datasets/683827.tar new file mode 100644 index 0000000000000000000000000000000000000000..277858598f1f8741720ebdab5ccf9eeb6b41bcb5 --- /dev/null +++ b/datasets/683827.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67cfdca79196bc8c9155a25164d58af3b09280717ad9299e20ed54f00bad8538 +size 19456000 diff --git a/datasets/683885.tar b/datasets/683885.tar new file mode 100644 index 0000000000000000000000000000000000000000..6e48d4191344a42780aa409742ce5a3ab13eb2ae --- /dev/null +++ b/datasets/683885.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f3d5aae4cd81539d798a75937d3d5b18d0ea491fe4780e5d8b4e45e40268e5b +size 26378240 diff --git a/datasets/68410.tar b/datasets/68410.tar new file mode 100644 index 0000000000000000000000000000000000000000..ea66234ef59628de4f9a6b67dc65cb9ae2628c82 --- /dev/null +++ b/datasets/68410.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc2c3092e4d3282b8a7c8881fae4e40f2b32e22d79c4a271b4d13ea82c95dce +size 4526080 diff --git a/datasets/684202.tar b/datasets/684202.tar new file mode 100644 index 0000000000000000000000000000000000000000..2f697d19817552dab7728c96a5679930398de249 --- /dev/null +++ b/datasets/684202.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80611a1d45931fe194e11a9850f1baf21315f32241f54ba73f0c1b9f1d6f1a30 +size 17305600 diff --git a/datasets/684352.tar b/datasets/684352.tar new file mode 100644 index 0000000000000000000000000000000000000000..8cf82dc00fb0121b5a21ad60d5d2b803bf68721b --- /dev/null +++ b/datasets/684352.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d44e50da16ff8cd3ae36e06f89d76edde419c6db70b35264690b951370d336b +size 26019840 diff --git a/datasets/684412.tar b/datasets/684412.tar new file mode 100644 index 0000000000000000000000000000000000000000..53709d126e076cd98f03f04f65ac092e737ba9b2 --- /dev/null +++ b/datasets/684412.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a293b8fff549f313063a215a25f6de059cf705eb3d41d77e4ed97e9c558e3d +size 1925120 diff --git a/datasets/684423.tar b/datasets/684423.tar new file mode 100644 index 0000000000000000000000000000000000000000..839aa5105d2941ce702bb97dd0391a8173936352 --- /dev/null +++ b/datasets/684423.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2709366fd6f91c7d20933a87adcaeccf8b4941e66dcc681c9e447ed132bb35d +size 3164160 diff --git a/datasets/684577.tar b/datasets/684577.tar new file mode 100644 index 0000000000000000000000000000000000000000..d251998ae60239b2cc71bdde489f9cf0119e288f --- /dev/null +++ b/datasets/684577.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c7739804a42f5e20318531f916ebc5401d1bcd35d63278c2a1b814b7a5e4299 +size 1720320 diff --git a/datasets/684580.tar b/datasets/684580.tar new file mode 100644 index 0000000000000000000000000000000000000000..fdfb3a56e7e17852a6560a528ff9af9d0bfa2392 --- /dev/null +++ b/datasets/684580.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2976fbe2cfe1e2e220b2fba3c5ef56db8114775d0ad00744ba549692dfc2db5c +size 60231680 diff --git a/datasets/684692.tar b/datasets/684692.tar new file mode 100644 index 0000000000000000000000000000000000000000..4e8c3d4463d8174cf28665f05e4b8b8c5060a36b --- /dev/null +++ b/datasets/684692.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:655c4f24d631ee3743c42e435953d9140aeb1f293e5a2dc04d1ec2c20ec5af6d +size 55910400 diff --git a/datasets/684705.tar b/datasets/684705.tar new file mode 100644 index 0000000000000000000000000000000000000000..30c325d486abd5a1fec7267183ffdaeab062aa8b --- /dev/null +++ b/datasets/684705.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b97ed4c32fb75a592b281ecf8354ad28432b6028a1836777977980dda9db032 +size 5427200 diff --git a/datasets/684711.tar b/datasets/684711.tar new file mode 100644 index 0000000000000000000000000000000000000000..950cc806e01971fb0b3451419d80cfbfc7da730b --- /dev/null +++ b/datasets/684711.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff96b80b8d2bae881265c0589f5971dc7a9ddeb43a7535b4feee9c5082d79c05 +size 14141440 diff --git a/datasets/684766.tar b/datasets/684766.tar new file mode 100644 index 0000000000000000000000000000000000000000..935e8caa108e90324a3a965e5cc5841a38800efc --- /dev/null +++ b/datasets/684766.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23c840ad3162991f2f64454a60a8c2ed93d52a079a60a5db52af74e43c6b3962 +size 962560 diff --git a/datasets/684789.tar b/datasets/684789.tar new file mode 100644 index 0000000000000000000000000000000000000000..a5f6fea181ac2ec293e634dc21f77a43f2952cb2 --- /dev/null +++ b/datasets/684789.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cb7835b7801043778990dc7af6656682e264dfe66ccbe8338d0c324ffb423c2 +size 737280 diff --git a/datasets/68489.tar b/datasets/68489.tar new file mode 100644 index 0000000000000000000000000000000000000000..cb4c14ca1ae0395c68c379c6994f6437a2dbfee1 --- /dev/null +++ b/datasets/68489.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c222060a076d1f5ff876844c660593a21ae5cc4487f8d4de01a37e67b3da3a65 +size 6338560 diff --git a/datasets/684959.tar b/datasets/684959.tar new file mode 100644 index 0000000000000000000000000000000000000000..2bd0d06bcc4ebb18e13f1c6403e91b0e4d204831 --- /dev/null +++ b/datasets/684959.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72cc9d82dbd33de56781a96a74974e7fcd992d294ffd7c941a335a49c50299a4 +size 604160 diff --git a/datasets/685010.tar b/datasets/685010.tar new file mode 100644 index 0000000000000000000000000000000000000000..04a74163103ff889314f8b3fbd5cab6cc32bec20 --- /dev/null +++ b/datasets/685010.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ddcd125a48f819d3f9a76ee7c454f0a6553ce2be4d862250e389eecff791a39 +size 33464320 diff --git a/datasets/685122.tar b/datasets/685122.tar new file mode 100644 index 0000000000000000000000000000000000000000..ef6f8082a553dfac5539a7ab640a63cabff70c70 --- /dev/null +++ b/datasets/685122.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e1617548c9a2f1ad5a5bd85b924de4b402e0a64de6c912d2fdb84a37a14327 +size 4904960 diff --git a/datasets/685217.tar b/datasets/685217.tar new file mode 100644 index 0000000000000000000000000000000000000000..ce2f22301bcbc4fa4a977041ba9372def55f560d --- /dev/null +++ b/datasets/685217.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95153a42b7a591d84c721f3d031d51aa539f31405f8bb3078b72343f49900273 +size 2416640 diff --git a/datasets/685268.tar b/datasets/685268.tar new file mode 100644 index 0000000000000000000000000000000000000000..89c2cb3f8122768e5236213c32f551a5c0cc1299 --- /dev/null +++ b/datasets/685268.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c16eb9e9a9ebd65689470d038ace605009d26e382c0d978cec4b8f7a7f37a7c0 +size 26152960 diff --git a/datasets/685286.tar b/datasets/685286.tar new file mode 100644 index 0000000000000000000000000000000000000000..58af4dd40a2f5057411a961ca4b2758d6c7fd394 --- /dev/null +++ b/datasets/685286.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d32d33cb4305f1c862e84882c5053ff87dbeb7f25a19cf2d774161cd046f968 +size 2181120 diff --git a/datasets/685337.tar b/datasets/685337.tar new file mode 100644 index 0000000000000000000000000000000000000000..de0bece5def64a5dd97b0b88f20c5a9538039a52 --- /dev/null +++ b/datasets/685337.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a9d84534ee0bae086d994bdf3559e08234f2029c6c314f19357fd32b6d346fa +size 1566720 diff --git a/datasets/685454.tar b/datasets/685454.tar new file mode 100644 index 0000000000000000000000000000000000000000..094cf79c48283e4fe75a96bc3ac13cceac8c8c2e --- /dev/null +++ b/datasets/685454.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d0af8a30859f92ee4c43273e5e28281bdd944c433028992b4f313e583e7c08 +size 23306240 diff --git a/datasets/685461.tar b/datasets/685461.tar new file mode 100644 index 0000000000000000000000000000000000000000..e407297f6de1ded49428b1edd4a6d49d9a6e05ff --- /dev/null +++ b/datasets/685461.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53334798831c77bf46e41f71e74a9e8f139df463ac262cb9f904aa4e65f0f6f4 +size 11417600 diff --git a/datasets/685470.tar b/datasets/685470.tar new file mode 100644 index 0000000000000000000000000000000000000000..3696a4b9ef851d6a29f19d125bfe708285305bd1 --- /dev/null +++ b/datasets/685470.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc82ebb88a97347ef5e435ca88f7a2f3a574bcfd2474ca76529527733cd3b87 +size 17387520 diff --git a/datasets/685476.tar b/datasets/685476.tar new file mode 100644 index 0000000000000000000000000000000000000000..cca830033ab245c24dcfb22cb4ed663a4f04ae0b --- /dev/null +++ b/datasets/685476.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc3e9d70981203e962ce25bcd0bfddd1db17144abc849cc057927f34569aa9d +size 20162560 diff --git a/datasets/685727.tar b/datasets/685727.tar new file mode 100644 index 0000000000000000000000000000000000000000..65b1e27f6802f9186a71db6a733009c5ea68f398 --- /dev/null +++ b/datasets/685727.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ab99ae93578bd11cd4027bc040d0e89f4715dfce94849a515b20d510f649b9 +size 106608640 diff --git a/datasets/685754.tar b/datasets/685754.tar new file mode 100644 index 0000000000000000000000000000000000000000..209078c349c0ef048468ed59143bbe9fe3ed8722 --- /dev/null +++ b/datasets/685754.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50c4c9f91ce8098352b18ba22ce7db81ac9213b9dcfc360fddacb02012a8a2d +size 11120640 diff --git a/datasets/685869.tar b/datasets/685869.tar new file mode 100644 index 0000000000000000000000000000000000000000..caba322c985b7fbf4fda897acd86ba77598997ce --- /dev/null +++ b/datasets/685869.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:851bbb40de94771977d21158d8a43e6b7ecb325f7865996dd9ed7b51850d0867 +size 2181120 diff --git a/datasets/686079.tar b/datasets/686079.tar new file mode 100644 index 0000000000000000000000000000000000000000..ba0934a28161eff56d0b15c126352d4fdf776599 --- /dev/null +++ b/datasets/686079.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a88adeb83c1d3bf9e1939ab72eb34d37d3eca61cb2f4ab43b10693c3f947fe +size 27791360 diff --git a/datasets/686102.tar b/datasets/686102.tar new file mode 100644 index 0000000000000000000000000000000000000000..e33ab2a0a4705c00a5abddd43d3b820ad7339278 --- /dev/null +++ b/datasets/686102.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b67a3a8689b54642f05fdab89d09403396b8fa6540942d404560457f2f00157 +size 6553600 diff --git a/datasets/686247.tar b/datasets/686247.tar new file mode 100644 index 0000000000000000000000000000000000000000..3cf9a5edbf84b9fd5eedc3c6a4e6792a14fe156d --- /dev/null +++ b/datasets/686247.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af3a8924494a215dc160d747aca1e9603c44f657a973468d483142d0d33ca931 +size 1792000 diff --git a/datasets/686342.tar b/datasets/686342.tar new file mode 100644 index 0000000000000000000000000000000000000000..1d007cc47e9f20f14fa83bfab747b884cdbe499b --- /dev/null +++ b/datasets/686342.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5d9c1608d3232190660ec646b430e3f31c92e44615ddd2beb110c9142ce2432 +size 87930880 diff --git a/datasets/686351.tar b/datasets/686351.tar new file mode 100644 index 0000000000000000000000000000000000000000..ee6cfc7738d80859fff6b952481c00b6c861c9ed --- /dev/null +++ b/datasets/686351.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:776eb76b2d8aa372cfb8feceaefa9f27bb08d0bbfc989e8cf865786d264766f0 +size 2775040 diff --git a/datasets/686380.tar b/datasets/686380.tar new file mode 100644 index 0000000000000000000000000000000000000000..8cf08dec29379ebfa6db267a0725aa9988ff99ca --- /dev/null +++ b/datasets/686380.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484a8f667c34d780355964f6e0723db6a35cfd1a66a3bc1756cf4cd6d02a1599 +size 87930880 diff --git a/datasets/686423.tar b/datasets/686423.tar new file mode 100644 index 0000000000000000000000000000000000000000..8e01a834da897068fe074c16b07ebc06df2655ec --- /dev/null +++ b/datasets/686423.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc9a90209a701d3a2ce82b1ca29cc94708f551c9a3e3de508d702ed90007d345 +size 28108800 diff --git a/datasets/686424.tar b/datasets/686424.tar new file mode 100644 index 0000000000000000000000000000000000000000..4065bbf68c45beb4dd63d3254075c6b07000d261 --- /dev/null +++ b/datasets/686424.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f5df68d8276c44908235b523f957f41f9a8af235035e75d92ff11e650b7175 +size 47677440 diff --git a/datasets/686599.tar b/datasets/686599.tar new file mode 100644 index 0000000000000000000000000000000000000000..c5bfb3d30256dbf807128e0ac3911b4c2f366aef --- /dev/null +++ b/datasets/686599.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00cf28f2ce7585d1f3337f756d9cd960f29a0269583adeb15dd187cf230f01be +size 20377600 diff --git a/datasets/68669.tar b/datasets/68669.tar new file mode 100644 index 0000000000000000000000000000000000000000..c5b106026d20802838df2a6efa53ee06c62bba1b --- /dev/null +++ b/datasets/68669.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51077891cfb18107a29f4f49a183e947d22aa8728534b4d3c72c668a17203ca +size 1484800 diff --git a/datasets/686733.tar b/datasets/686733.tar new file mode 100644 index 0000000000000000000000000000000000000000..f8c9b8f6e48ffc67ecc921daadd56b17b7bec653 --- /dev/null +++ b/datasets/686733.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca731666cfa786c213c1debe66b92083377fc9a2724a4c7aa177148e66e95f07 +size 62494720 diff --git a/datasets/686833.tar b/datasets/686833.tar new file mode 100644 index 0000000000000000000000000000000000000000..02bfd0146aed49c0b1d72a2dd7e55f5bb6d9a0ec --- /dev/null +++ b/datasets/686833.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc361d8997e0d3b2654879f7a880f100b5bf05b098b66dcaa6d16f7cde26256 +size 31313920 diff --git a/datasets/686875.tar b/datasets/686875.tar new file mode 100644 index 0000000000000000000000000000000000000000..8cd38f3237bf84e3a8fb7eeac364630e2138764b --- /dev/null +++ b/datasets/686875.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c28cc8b3308ac447841ac6792259c5aa3bc339690c5380c07e8c0281cb0544 +size 604160 diff --git a/datasets/686893.tar b/datasets/686893.tar new file mode 100644 index 0000000000000000000000000000000000000000..edd70f7ac99efb63d18ef5823d7ae00f2b685c94 --- /dev/null +++ b/datasets/686893.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aacc4014613eb89349b288a39a66c5b57bdcb7d1152802c026ada32722843f47 +size 890880 diff --git a/datasets/686917.tar b/datasets/686917.tar new file mode 100644 index 0000000000000000000000000000000000000000..8ab6237f45b9df96078b897c1e8ba4e9d40cdfc8 --- /dev/null +++ b/datasets/686917.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6160b8b7b6f2ef436d89e4a62ace9f630cdcce278c0c3d7e6928e0b3171f47 +size 299950080 diff --git a/datasets/686937.tar b/datasets/686937.tar new file mode 100644 index 0000000000000000000000000000000000000000..03b783b9353c9534a4d2beec1abd5c9301d26821 --- /dev/null +++ b/datasets/686937.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ff7b0604c8c9cf48ea210e34acd61d24136036af11ec719cc958a08ce39ee0 +size 27074560 diff --git a/datasets/686995.tar b/datasets/686995.tar new file mode 100644 index 0000000000000000000000000000000000000000..f425d49d5389448e239417b1311890c932593a5b --- /dev/null +++ b/datasets/686995.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b991ab8246053f45baaa587fbe4c3d58eca4afa18daab7667e65bc6addb3b208 +size 6717440 diff --git a/datasets/687014.tar b/datasets/687014.tar new file mode 100644 index 0000000000000000000000000000000000000000..5c74f5c199dc1bcfdd08701b1ab629065c5f5170 --- /dev/null +++ b/datasets/687014.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b3193bef8a56f1c6495d7027b82dd698420921916e9d82b8edfbe0b22b4430d +size 179353600 diff --git a/datasets/68706.tar b/datasets/68706.tar new file mode 100644 index 0000000000000000000000000000000000000000..b9bc6591d1c785096a940f4af0a9a5ea8ef9fee1 --- /dev/null +++ b/datasets/68706.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4dccdfe7702efcbbb77ececb6038d75941c75644882d723cdec1b358cc88dd4 +size 3543040 diff --git a/datasets/687216.tar b/datasets/687216.tar new file mode 100644 index 0000000000000000000000000000000000000000..cd343186211fcc9532370285a345ec3a2e1d93a1 --- /dev/null +++ b/datasets/687216.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e064eaf7b20472b6cb9e2dbd9923ab9244b2b96c784e117ff49ef0e4b0903ee +size 870400 diff --git a/datasets/687410.tar b/datasets/687410.tar new file mode 100644 index 0000000000000000000000000000000000000000..5adf762458fa8774ed8f005f6ec48cf05908896a --- /dev/null +++ b/datasets/687410.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7178f2a37b527cec7d8dd0564bb313e71f2b549647cba9224c95f97b3122151 +size 12615680 diff --git a/datasets/687527.tar b/datasets/687527.tar new file mode 100644 index 0000000000000000000000000000000000000000..e97dd426ec203323bc47c34ca6fcbdee32d46d75 --- /dev/null +++ b/datasets/687527.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc7ee26e4b4fc85f94acc8b6e44f5cff6c99d54432e5dcac16a3df4fbcec8b5a +size 27770880 diff --git a/datasets/68762.tar b/datasets/68762.tar new file mode 100644 index 0000000000000000000000000000000000000000..399c7dc33ff567a8cfc666609bdde303f25e30ee --- /dev/null +++ b/datasets/68762.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aabab6d01376182c43c9408562688b31909cf0e9808657733f2afe1d573c02a +size 962560 diff --git a/datasets/687687.tar b/datasets/687687.tar new file mode 100644 index 0000000000000000000000000000000000000000..1f9184d92105130ab5aa6c65ca07e90dd4bcbb94 --- /dev/null +++ b/datasets/687687.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf2e24386cc7bf3a19607864b73fe7b9ebe015ee33aa395ab2b6536a6d55e1c +size 97198080 diff --git a/datasets/687827.tar b/datasets/687827.tar new file mode 100644 index 0000000000000000000000000000000000000000..ef8034dd3fe40a6945f557c5d3a4894279d00d3c --- /dev/null +++ b/datasets/687827.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f70dbe3355582fc600a3660b3f22c3c8e5900e4be3a0477b9151c6da9d22af6 +size 102768640 diff --git a/datasets/688025.tar b/datasets/688025.tar new file mode 100644 index 0000000000000000000000000000000000000000..1596061e06a5493505656ff9cce8738b4f848921 --- /dev/null +++ b/datasets/688025.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fafad3bf1b5a6738c55e0f1231a76d7943040e5d68731e325f67a19fd7b8949 +size 17111040 diff --git a/datasets/688034.tar b/datasets/688034.tar new file mode 100644 index 0000000000000000000000000000000000000000..a4522ddd5a317aba9a467e1193131fa7ed3a1a51 --- /dev/null +++ b/datasets/688034.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b06216e0a16b78f909d9482de81050f902053900653655d2f19c4fac9e69b8f +size 19322880 diff --git a/datasets/688057.tar b/datasets/688057.tar new file mode 100644 index 0000000000000000000000000000000000000000..f55145e6ddedc296cc88aeb7f4900b5c8462e801 --- /dev/null +++ b/datasets/688057.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:812160abb787d04b33bb4c54d95192166ed23fca4f4b1555a5939966d87fd834 +size 19322880 diff --git a/datasets/688060.tar b/datasets/688060.tar new file mode 100644 index 0000000000000000000000000000000000000000..a5119ba307cee50e0e1d41f70bc91d3143cf023b --- /dev/null +++ b/datasets/688060.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12777251d88626a909c98f4b15f9ef11153bb2e592c87e3db7431d373a24c77a +size 1894400 diff --git a/datasets/688190.tar b/datasets/688190.tar new file mode 100644 index 0000000000000000000000000000000000000000..f0d80203d64fe768c92cc009c89eb112503bff69 --- /dev/null +++ b/datasets/688190.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8acb3545bd766432a507c1d478a5031f64e811afc25e028a72bd8e92e4933e +size 48588800 diff --git a/datasets/688216.tar b/datasets/688216.tar new file mode 100644 index 0000000000000000000000000000000000000000..d58985d37a8dd8ccbc989122a681e288be890ef8 --- /dev/null +++ b/datasets/688216.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c8df8d98d0c9154cc81efb7ee0ede4c2f5d9445e1bb6da7c6769447cfb899a +size 5007360 diff --git a/datasets/68824.tar b/datasets/68824.tar new file mode 100644 index 0000000000000000000000000000000000000000..95ea9620c2463da30fdecfce65328a8c3cb57474 --- /dev/null +++ b/datasets/68824.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:895cb2e21de1cbb864cca4571e56f90d78454be169c4b30ce323a6158fc4685f +size 36024320 diff --git a/datasets/688414.tar b/datasets/688414.tar new file mode 100644 index 0000000000000000000000000000000000000000..f4477653a5cb8279971bb56a49331ca1dd6262b6 --- /dev/null +++ b/datasets/688414.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f537be045bd9528d22fc0c307ba0e136ed90c36675688616ef601aa946dd2737 +size 116602880 diff --git a/datasets/688451.tar b/datasets/688451.tar new file mode 100644 index 0000000000000000000000000000000000000000..da10a002c3db92b7d0c6acac20baa3ca77e87b50 --- /dev/null +++ b/datasets/688451.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a4561849e4e3de5f47e79166e528dd3091bf305e089f4f250f83a884a28a453 +size 209438720 diff --git a/datasets/688523.tar b/datasets/688523.tar new file mode 100644 index 0000000000000000000000000000000000000000..6eb8958ca008e4721e69bbfb4b917ba9f775a21a --- /dev/null +++ b/datasets/688523.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fce4f4232dcdce6004e405a6c8fa87643cd4d4a820008ee525b962ecc2242ed +size 296960 diff --git a/datasets/688733.tar b/datasets/688733.tar new file mode 100644 index 0000000000000000000000000000000000000000..e237b814f6111d1289df7dc531060b80b501fd50 --- /dev/null +++ b/datasets/688733.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34c8917985fb705ee6448c50be79dc7f4d37104f70a52b364b25c6b992777260 +size 81684480 diff --git a/datasets/688770.tar b/datasets/688770.tar new file mode 100644 index 0000000000000000000000000000000000000000..80615fb489039cd2ddac4afd3b2421b7dcd417c9 --- /dev/null +++ b/datasets/688770.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6363aa7243f644c5f8d8307933c26e11d2e45ef7719f8a09825b13b5b116268 +size 140769280 diff --git a/datasets/689014.tar b/datasets/689014.tar new file mode 100644 index 0000000000000000000000000000000000000000..66ffb3a88907b7c3aca21a927e0d524bb1587294 --- /dev/null +++ b/datasets/689014.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05e1361442f89e0c1779ea65f02d9e2c88382772e11ec74d930a169a56bf511 +size 77373440 diff --git a/datasets/689129.tar b/datasets/689129.tar new file mode 100644 index 0000000000000000000000000000000000000000..7bf0533143848b849f7fe9c32fe0060614267a34 --- /dev/null +++ b/datasets/689129.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4aa74bf5805e3d44278ee9106117546dcc59856f8a07e5bd2c7dce88211007 +size 2631680 diff --git a/datasets/689141.tar b/datasets/689141.tar new file mode 100644 index 0000000000000000000000000000000000000000..5ff4284a6ba3d1e0a1891ca51055475e8fd524b7 --- /dev/null +++ b/datasets/689141.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ae48b7ccf6782f3df3109296ae7dcd5c1322c2a8f7403dec3207f1e4a645db7 +size 4567040 diff --git a/datasets/689177.tar b/datasets/689177.tar new file mode 100644 index 0000000000000000000000000000000000000000..306a9c20ca802374be361680991fe708395323f2 --- /dev/null +++ b/datasets/689177.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5960b0feec16894caa60393d02200f120cb463780df3e4d5b61673d06e6c692 +size 2652160 diff --git a/datasets/689227.tar b/datasets/689227.tar new file mode 100644 index 0000000000000000000000000000000000000000..6da03123dfa3a1cc395ebe42eba7c4ed5611388c --- /dev/null +++ b/datasets/689227.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e0cee57580ab2bbfd80403ff84e233cde3d35bf2cd25e9faa759d7350472b0 +size 99973120 diff --git a/datasets/689284.tar b/datasets/689284.tar new file mode 100644 index 0000000000000000000000000000000000000000..1e941fd2592279abef304779908a225250ceab89 --- /dev/null +++ b/datasets/689284.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d84c7a8c18106615eee34c94581c8d18b6375fea626e9dbb24305376467dbd2 +size 62648320 diff --git a/datasets/689315.tar b/datasets/689315.tar new file mode 100644 index 0000000000000000000000000000000000000000..9c151dfaa55ce7249951d511984a99e589702801 --- /dev/null +++ b/datasets/689315.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:468cb87ade15d0ceaaf086c32cc99e7ff8a30d09d6d6a81f074cc79b77d3b4f8 +size 42608640 diff --git a/datasets/689406.tar b/datasets/689406.tar new file mode 100644 index 0000000000000000000000000000000000000000..882251fc30a1888831d425199d25aa2a150a9411 --- /dev/null +++ b/datasets/689406.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5608c4a44efaf41fa638770f7f3b5838dba1dea8112bdb93e7fa1a3257a16929 +size 29347840 diff --git a/datasets/6896.tar b/datasets/6896.tar new file mode 100644 index 0000000000000000000000000000000000000000..42176482d841a3969a73a39cac348d02a1e3b094 --- /dev/null +++ b/datasets/6896.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad3d5c5e86da5ffceeb8228e518e49f6a8e99edd010ebae1da80ee438d8807c +size 13649920 diff --git a/datasets/689672.tar b/datasets/689672.tar new file mode 100644 index 0000000000000000000000000000000000000000..ba44658947682e7edff57175c5868ad96b54ec86 --- /dev/null +++ b/datasets/689672.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9f0eb862ee2e527689a4067f9670982b791536422b7a502de352a7da6751f1 +size 30556160 diff --git a/datasets/689757.tar b/datasets/689757.tar new file mode 100644 index 0000000000000000000000000000000000000000..307e8d074e8519c3ae5a46918f458ef5d234d012 --- /dev/null +++ b/datasets/689757.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44742cbd375e6e1e634836e03a67ad74e69211dcd464db0c1cc973be8b31f1c4 +size 2959360 diff --git a/datasets/689833.tar b/datasets/689833.tar new file mode 100644 index 0000000000000000000000000000000000000000..50e5bb5955e660bc328a5daa6ca32fccade80343 --- /dev/null +++ b/datasets/689833.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1353b212008dc180b6a78faec51e7b2941c46908ce770bcb3b55f9b885941235 +size 40960000 diff --git a/datasets/689872.tar b/datasets/689872.tar new file mode 100644 index 0000000000000000000000000000000000000000..d91d699101cdeca6332d22f1079bb06d654f8176 --- /dev/null +++ b/datasets/689872.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8bc444fa5e11c77ea565bc22d8c4bb535f4ab95868ffe9cf98890898c30dded +size 6369280 diff --git a/datasets/690029.tar b/datasets/690029.tar new file mode 100644 index 0000000000000000000000000000000000000000..51203f6fd60fbbe717f10a70f3c6408d261cd9bf --- /dev/null +++ b/datasets/690029.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e12d665dc513408abfadbe3767919b919377ce670ec7c0349d464d591ab118 +size 2129920 diff --git a/datasets/690155.tar b/datasets/690155.tar new file mode 100644 index 0000000000000000000000000000000000000000..3719d5b6da5f00132c572f38ffc7d0fc2f43ae2a --- /dev/null +++ b/datasets/690155.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9572d5b764c995cddf9f556379ab3bc470df1322d78197dad751514dac37f43 +size 24483840 diff --git a/datasets/690266.tar b/datasets/690266.tar new file mode 100644 index 0000000000000000000000000000000000000000..fcd3bfe5903b529117cf4f407878bd63abf15c17 --- /dev/null +++ b/datasets/690266.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec6234735fbddf65c690460fa0d0f242d2277c091f08f958c03e3fa3afd5d132 +size 22231040 diff --git a/datasets/690276.tar b/datasets/690276.tar new file mode 100644 index 0000000000000000000000000000000000000000..865b22aae966dc85bbd06932079f3f6af2400a08 --- /dev/null +++ b/datasets/690276.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa0e8f3a1c2647a63c161696fcffee4090be264e9dfced2ad976c51fed75f4b7 +size 4904960 diff --git a/datasets/690289.tar b/datasets/690289.tar new file mode 100644 index 0000000000000000000000000000000000000000..1ed0076a4cca8fae0d5214900abf29c4ab24f105 --- /dev/null +++ b/datasets/690289.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe202ca8a477b3a5dc3e7b19e2b0daa2d1325a22d5bd642bfb5a5612320866d7 +size 2990080 diff --git a/datasets/690352.tar b/datasets/690352.tar new file mode 100644 index 0000000000000000000000000000000000000000..0b6f12702e6a850c590f2a057c8c50cbefb68c0e --- /dev/null +++ b/datasets/690352.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4106bb86acc002dbd214ebde34ef3a33634b88466df7410dd5e5340e56a9b1a4 +size 39833600 diff --git a/datasets/690377.tar b/datasets/690377.tar new file mode 100644 index 0000000000000000000000000000000000000000..afc9133a5e04b0e84d0f8907a0d8d0383a6a2911 --- /dev/null +++ b/datasets/690377.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdfc2d1fe884b7a06620a5979ef82276628f2f10e6ea7119346481e555e06842 +size 1546240 diff --git a/datasets/69066.tar b/datasets/69066.tar new file mode 100644 index 0000000000000000000000000000000000000000..8ddce5e330305fe096a6803303f9d61cb46e94fa --- /dev/null +++ b/datasets/69066.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:578d7e11876f814ff63b0c6b6116baa0b65cbff7fe42608c35de2f61a3d83029 +size 1054720 diff --git a/datasets/690668.tar b/datasets/690668.tar new file mode 100644 index 0000000000000000000000000000000000000000..b9b9a81192db267afcd5dda3ab07f7b061ab3831 --- /dev/null +++ b/datasets/690668.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c0270c5fb1e74fb87997e0754e4a6bd1ce2df3d87c293ae05fe09a84d77ae2 +size 6307840 diff --git a/datasets/690832.tar b/datasets/690832.tar new file mode 100644 index 0000000000000000000000000000000000000000..dc3b4e6072fbd430c39d6ee47dd9606a7129dd79 --- /dev/null +++ b/datasets/690832.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ffaa02a640dbbf1cab47fb901b15c3cc9eb63bfe6608e71f5121872b00f29c7 +size 143472640 diff --git a/datasets/690879.tar b/datasets/690879.tar new file mode 100644 index 0000000000000000000000000000000000000000..4b9acc476f09887743e74a1a3a86c1ed235ea4be --- /dev/null +++ b/datasets/690879.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40066ac36e218c6f7a63e9472c92a4361cfab1c7932528ee6a58fc91004e7be +size 1454080 diff --git a/datasets/69088.tar b/datasets/69088.tar new file mode 100644 index 0000000000000000000000000000000000000000..6dcabb01226e9c338803fb97e3b473318ba6a251 --- /dev/null +++ b/datasets/69088.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f67f5d89f848de3b91f040da558addecce8963a7c6eb4859a192755db4aae80 +size 1873920 diff --git a/datasets/690916.tar b/datasets/690916.tar new file mode 100644 index 0000000000000000000000000000000000000000..fea54157d70362e20d9d5fef689ed139707fac76 --- /dev/null +++ b/datasets/690916.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef211d4e22a6893893cfb4182d3d3e50874958677bd7629f971a9cb7ba2c8fba +size 10393600 diff --git a/datasets/690980.tar b/datasets/690980.tar new file mode 100644 index 0000000000000000000000000000000000000000..2a6700298a08ca42189c681fcf3f32d6a92fbe92 --- /dev/null +++ b/datasets/690980.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d39b279b19f22db35f846b70c583570fa5d108f769ff8c689ce326d1061f188 +size 481280 diff --git a/datasets/691379.tar b/datasets/691379.tar new file mode 100644 index 0000000000000000000000000000000000000000..097f3711509196e10765961be88d6fc7db5180b1 --- /dev/null +++ b/datasets/691379.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36746f6e31e3486a82f2a7126ff1e05fac6538c9c9aa7da215aa3220019f5ec1 +size 2191360 diff --git a/datasets/691427.tar b/datasets/691427.tar new file mode 100644 index 0000000000000000000000000000000000000000..40dc87fe3daa99831ab7b8a681c818be6dd069a9 --- /dev/null +++ b/datasets/691427.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b62fa9fd0399f462798cb2856d1ced9b74b63ca4777804054b8947140146cdf1 +size 2426880 diff --git a/datasets/691516.tar b/datasets/691516.tar new file mode 100644 index 0000000000000000000000000000000000000000..c3f69ab2a999fd8cf57688453f904c944d94015a --- /dev/null +++ b/datasets/691516.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3294de5745cee99752e9254a3368e5ecf2f2725c2a59674e576de439144fc2c5 +size 10086400 diff --git a/datasets/691582.tar b/datasets/691582.tar new file mode 100644 index 0000000000000000000000000000000000000000..165df45058baf9c3cb1709cb07a70c2334dc31fc --- /dev/null +++ b/datasets/691582.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1615afd96ee3f20cd4f77b2158e6008b6e3be365a974659c988cee7613da92f +size 66979840 diff --git a/datasets/691597.tar b/datasets/691597.tar new file mode 100644 index 0000000000000000000000000000000000000000..18c7327359a51000056b99c234f04a3d6f651ece --- /dev/null +++ b/datasets/691597.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703f72a88f83abbc8ec3c711cd8ef5d7ca5f51f2e4a5f8ce5767f5a6ce4b694d +size 32890880 diff --git a/datasets/691716.tar b/datasets/691716.tar new file mode 100644 index 0000000000000000000000000000000000000000..1b9182fbfa788abded160467827a740718a47816 --- /dev/null +++ b/datasets/691716.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762ee174e966b6a636317822a814f12d3a08b52ad4242c2b024b4f70a44a7797 +size 15697920 diff --git a/datasets/692186.tar b/datasets/692186.tar new file mode 100644 index 0000000000000000000000000000000000000000..3d99d4ac4f2940bc9dc1e7a11aef148878b0b436 --- /dev/null +++ b/datasets/692186.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f99c0b98c7f685f114eed641f4161e77ff3c33b2ff5db1747f1eaeaaf5508e +size 7372800 diff --git a/datasets/692215.tar b/datasets/692215.tar new file mode 100644 index 0000000000000000000000000000000000000000..33f0c0c0d018a8434aae03602fc5cd772c059199 --- /dev/null +++ b/datasets/692215.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd5e234dfc404139b236c0a81c6988fb48cc9fcecc6f6d0026ae6dffbd5a973d +size 18780160 diff --git a/datasets/692340.tar b/datasets/692340.tar new file mode 100644 index 0000000000000000000000000000000000000000..da2a1ce0e2ec7072df32dfd42d5a6332e119ddca --- /dev/null +++ b/datasets/692340.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cde812688711aa72dd098bdc6f38e718472f36f9037fbc90c8d5072df4c5b6a5 +size 91555840 diff --git a/datasets/692476.tar b/datasets/692476.tar new file mode 100644 index 0000000000000000000000000000000000000000..249bf8e08e2906d066df70bd493268c36452ad1c --- /dev/null +++ b/datasets/692476.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d02376dd7857bae4a818f6ff038ebda1f6ff4e12a294878f691207090d16e4 +size 5130240 diff --git a/datasets/692577.tar b/datasets/692577.tar new file mode 100644 index 0000000000000000000000000000000000000000..8b29bb67e36866118125e0c3da27ca11d314d4f1 --- /dev/null +++ b/datasets/692577.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b696f0c8dcdae0dc0be61471799631c6a11b1bbf76ffbbe2cd98c004f49ed94 +size 44021760 diff --git a/datasets/692677.tar b/datasets/692677.tar new file mode 100644 index 0000000000000000000000000000000000000000..090ef2bf08625b64ae3703782bd884a54b0222aa --- /dev/null +++ b/datasets/692677.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d45245b4d6fccd9e6a453944743550a5c9e21658a7049fd1a51e099112f98e +size 9553920 diff --git a/datasets/6927.tar b/datasets/6927.tar new file mode 100644 index 0000000000000000000000000000000000000000..cbde0fdbf18fc5bedf3cadcb80901e33b3c844a3 --- /dev/null +++ b/datasets/6927.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a40b0a7ef7f2de1c22e531b9f619c55b2b532010f002338adb3bb8722a293f0 +size 17111040 diff --git a/datasets/692701.tar b/datasets/692701.tar new file mode 100644 index 0000000000000000000000000000000000000000..4b7f0a0d09f34cd7cf96a169dbc74d82ace497d7 --- /dev/null +++ b/datasets/692701.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85831d7e299b1c37b4959864e9d53fa4dfc12cf20afd52aee9bafcd9462eb7e4 +size 1781760 diff --git a/datasets/692928.tar b/datasets/692928.tar new file mode 100644 index 0000000000000000000000000000000000000000..986c75fa1246969a52a1879952742621891a89d4 --- /dev/null +++ b/datasets/692928.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a78f4d9ceb0c7326236c1fa4a44919bb470dadc1ecded65a161011dca3d6582 +size 2426880 diff --git a/datasets/692944.tar b/datasets/692944.tar new file mode 100644 index 0000000000000000000000000000000000000000..0de8c11548623a9e4cd4e32d4c92ed0b76fb3350 --- /dev/null +++ b/datasets/692944.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df2bf8e8f09e555611393c0a3d3a0145fed62ab892f749643000914a116d36e +size 1781760 diff --git a/datasets/692974.tar b/datasets/692974.tar new file mode 100644 index 0000000000000000000000000000000000000000..9586c87767ac5d8cc2da1395b8d09bf4cae84def --- /dev/null +++ b/datasets/692974.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:700bc9e68713fdf22be277ce7e8ab05dae0cb2e375a93df8c03ab0cd789b337a +size 389120 diff --git a/datasets/693179.tar b/datasets/693179.tar new file mode 100644 index 0000000000000000000000000000000000000000..3e24f8b1950b7320dbc51fa1c983126d6ae2c326 --- /dev/null +++ b/datasets/693179.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:907171bfffae203c41db14718bb8ff862c88eb9d6da2369349c0842e48a2238a +size 16168960 diff --git a/datasets/693210.tar b/datasets/693210.tar new file mode 100644 index 0000000000000000000000000000000000000000..d50be5f6d7a725932ddfb6f74eaf0020c92506bc --- /dev/null +++ b/datasets/693210.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca4a2f56893be42e031c25f9b02d0b1d11996f879d143d959638a33fabd2d095 +size 28610560 diff --git a/datasets/693475.tar b/datasets/693475.tar new file mode 100644 index 0000000000000000000000000000000000000000..0d62e335dbb73062d9c10bc019acc54483467b1a --- /dev/null +++ b/datasets/693475.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d86db4069ba8d1951e0100ebb66d485111cad6907bd014f3598a71b62a243cd +size 23859200 diff --git a/datasets/693600.tar b/datasets/693600.tar new file mode 100644 index 0000000000000000000000000000000000000000..855c4f929aa5d84881bac9fb3e3d173ea1ce0250 --- /dev/null +++ b/datasets/693600.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d6778f1136f807085917dc0721f120427e407fe8dc72a2e13d36271c58b137 +size 2140160 diff --git a/datasets/693739.tar b/datasets/693739.tar new file mode 100644 index 0000000000000000000000000000000000000000..297e76cce75627f7ba8a3df2f787ce4ccc9c8c56 --- /dev/null +++ b/datasets/693739.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2398e72c778c98e5c7c3f55dd3e4ee52fc21229e106a1536e9ea70156523ab66 +size 57507840 diff --git a/datasets/693908.tar b/datasets/693908.tar new file mode 100644 index 0000000000000000000000000000000000000000..5df534f98cfe4767c49d3a5e369b7639fd572950 --- /dev/null +++ b/datasets/693908.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c26a3b86bf001452a31ec3b16d38fd9db8eba2d54755824911f01939f2f3d5 +size 9277440 diff --git a/datasets/693997.tar b/datasets/693997.tar new file mode 100644 index 0000000000000000000000000000000000000000..ce15fc58587de6f3f29543ed14b7e52ddd7425b0 --- /dev/null +++ b/datasets/693997.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f6522f166d5b18614f530f8d7f8d1b3526ab9496e46c55a35abaea934bb1cdb +size 51486720 diff --git a/datasets/69404.tar b/datasets/69404.tar new file mode 100644 index 0000000000000000000000000000000000000000..86cc06e44e4715c0dbc0c02d1eceed701dcaea6e --- /dev/null +++ b/datasets/69404.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb2fa969b97d021d5885b177fa4487c5ceabebc780a6803d2bb003ae5109417 +size 2283520 diff --git a/datasets/694102.tar b/datasets/694102.tar new file mode 100644 index 0000000000000000000000000000000000000000..c6ac71a174dd8237c8b4792faa689608d5b90f22 --- /dev/null +++ b/datasets/694102.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f7f64b86544f06af39969021a415da3a68138cf6b1bd346f333968df56ea5f +size 2990080 diff --git a/datasets/694145.tar b/datasets/694145.tar new file mode 100644 index 0000000000000000000000000000000000000000..5059b3ff396721724044540ec28479e6726730fb --- /dev/null +++ b/datasets/694145.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:234dbc074217e3c6a70d8c5be34261c2ed713f79b486ad2f8f64903b6f3037b1 +size 11694080 diff --git a/datasets/694222.tar b/datasets/694222.tar new file mode 100644 index 0000000000000000000000000000000000000000..3617a26b65c4930cbd71f6c282ee8d1dec91fa3b --- /dev/null +++ b/datasets/694222.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d477245588b3496b299c613ce0da0a9053585f581e138fac1e5649b530176a +size 3246080 diff --git a/datasets/694329.tar b/datasets/694329.tar new file mode 100644 index 0000000000000000000000000000000000000000..38a42b664fc4e18a8fc2ba33895600fee7d38154 --- /dev/null +++ b/datasets/694329.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66b9b9fb0ffb5928efe683a00f9be25d0d46b95fd8bf722b1baf887a555acd3 +size 60231680 diff --git a/datasets/69444.tar b/datasets/69444.tar new file mode 100644 index 0000000000000000000000000000000000000000..3d3df95efb74057f2a753d57a059d91fcdd60121 --- /dev/null +++ b/datasets/69444.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f65ae8350643976ed58cc28286aa8fabff75b537db538232bb3cc18c678ea6a +size 634880 diff --git a/datasets/694460.tar b/datasets/694460.tar new file mode 100644 index 0000000000000000000000000000000000000000..bb8096315b2a8ff009919b348672e9894e5f1bb5 --- /dev/null +++ b/datasets/694460.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f687d88ac4f674db99aacf7bf7e4f91902e064fdd2d498dea3a044df14ca8271 +size 71127040 diff --git a/datasets/694521.tar b/datasets/694521.tar new file mode 100644 index 0000000000000000000000000000000000000000..2bb464820a4c7dd5343b2d485e5b96d791c35cd2 --- /dev/null +++ b/datasets/694521.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853f2af0348bdbe4392ea43ca269644c23be2a169ee5415d808711163e9c0c7e +size 12840960 diff --git a/datasets/694558.tar b/datasets/694558.tar new file mode 100644 index 0000000000000000000000000000000000000000..fb33069c05bce546ac559249a2f25ed274a996ca --- /dev/null +++ b/datasets/694558.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fac810cfec82a903370693bea25ef05d336bdb11c3fb71ff6da69cefb93aff9 +size 22865920 diff --git a/datasets/694618.tar b/datasets/694618.tar new file mode 100644 index 0000000000000000000000000000000000000000..5d529b0640fd9b158fa9ca247bfa830671faf4c8 --- /dev/null +++ b/datasets/694618.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b2e544b3f916400449edde01dab766ea424d1f7bc63f995beb692303640d57 +size 102154240 diff --git a/datasets/694786.tar b/datasets/694786.tar new file mode 100644 index 0000000000000000000000000000000000000000..aa90ad93f65e53867d494d105954e4bc6e2af80c --- /dev/null +++ b/datasets/694786.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31e6a97375e47f5fa5b3e85e45f23db5c9a5e421a0ee17fc822588642fa1ca1 +size 17254400 diff --git a/datasets/694846.tar b/datasets/694846.tar new file mode 100644 index 0000000000000000000000000000000000000000..45898ed1382f65b9744dab408ca7e92191174e68 --- /dev/null +++ b/datasets/694846.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df885227956d322bc805c47f81b706a22e350c36ac4fe91c4e8213644b7c5b85 +size 143360 diff --git a/datasets/694939.tar b/datasets/694939.tar new file mode 100644 index 0000000000000000000000000000000000000000..da6e441da32d2828d63fadfb9f78e00b8e229430 --- /dev/null +++ b/datasets/694939.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4e6fa058aca51f4223ab4d42a8fa8edddd8e9eadac93cd8d7d3e36e1588dbed +size 13998080 diff --git a/datasets/695013.tar b/datasets/695013.tar new file mode 100644 index 0000000000000000000000000000000000000000..2cc8276cf8ea139a7a05219fc79268a6ea67c731 --- /dev/null +++ b/datasets/695013.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd2f6f685a074b9dfaf9eb20b2a62c1447865246ec9859a820d0207735f4ef4 +size 11550720 diff --git a/datasets/695063.tar b/datasets/695063.tar new file mode 100644 index 0000000000000000000000000000000000000000..45bd52ceacd56c27e8f13b6a2ce7ad4aab8a8d4b --- /dev/null +++ b/datasets/695063.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e177ec0ac541b1819bf725d67902e2b5682f18e33f0378da707b7918b0c322 +size 43642880 diff --git a/datasets/695138.tar b/datasets/695138.tar new file mode 100644 index 0000000000000000000000000000000000000000..71ddf600ec6410a0ba63c8b85dc52a76f2afb53f --- /dev/null +++ b/datasets/695138.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b049879852bbbabab4659eda0b428e0406e0a62221280835c97ff7082b643b +size 4556800 diff --git a/datasets/695193.tar b/datasets/695193.tar new file mode 100644 index 0000000000000000000000000000000000000000..115e173aaed650f90aee1b78f46a10e8c72624dc --- /dev/null +++ b/datasets/695193.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2afda22e40ff76e561f53e725e725839408cce447e203bf0d19aee011c63752 +size 3993600 diff --git a/datasets/695234.tar b/datasets/695234.tar new file mode 100644 index 0000000000000000000000000000000000000000..1ca318f9e5c068b17ab90082f7d70b0ec2c7afa6 --- /dev/null +++ b/datasets/695234.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f24da770d2a9759c6a4f40d7032c845a84fe35c0c6be1b855a15f49700689cb +size 2314240 diff --git a/datasets/695352.tar b/datasets/695352.tar new file mode 100644 index 0000000000000000000000000000000000000000..e320b7856784eab9881862bcaae73628c1e2ce6e --- /dev/null +++ b/datasets/695352.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1afe6c2f86089180a33815877279d61fd873d07b2a1f5dc15f688a4132c5078d +size 2201600 diff --git a/datasets/695382.tar b/datasets/695382.tar new file mode 100644 index 0000000000000000000000000000000000000000..9c15ef35f39c473fbd9e9571e4ba49aa95f5a4f2 --- /dev/null +++ b/datasets/695382.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:222578546f25c9b4315efaeb2ba6c81726d6793bc22e2604c034da16f609985f +size 26204160 diff --git a/datasets/695393.tar b/datasets/695393.tar new file mode 100644 index 0000000000000000000000000000000000000000..cbf9225cef35c146307389c25eb46d024bc5339f --- /dev/null +++ b/datasets/695393.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7933fb2a365aad814b3760bdd55dcadf85a3c03f7d95b809ca6bb9fe267a0475 +size 28876800 diff --git a/datasets/69550.tar b/datasets/69550.tar new file mode 100644 index 0000000000000000000000000000000000000000..8acd21f7532c7b60cb1ad9f8447d8f4f2e3fb51b --- /dev/null +++ b/datasets/69550.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a9cb78653fc0cef8a1d4faa0ead81cfa1674c9680d8ad01d1f0832912fad9ae +size 1976320 diff --git a/datasets/695508.tar b/datasets/695508.tar new file mode 100644 index 0000000000000000000000000000000000000000..92a606ca2fa2f5219244024b2daf4d940302597c --- /dev/null +++ b/datasets/695508.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee75652fc460c34beadb38d27431fe5673dc32eb1b476bb2177b3c8ec216143 +size 2437120 diff --git a/datasets/69559.tar b/datasets/69559.tar new file mode 100644 index 0000000000000000000000000000000000000000..8da3d112b7c08e94cf81722bb971f391f16544f2 --- /dev/null +++ b/datasets/69559.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f4fc2f4f12654bafcdeebd8829259a4589779d0ca2ecb11374e5e7e863392c +size 1925120 diff --git a/datasets/695597.tar b/datasets/695597.tar new file mode 100644 index 0000000000000000000000000000000000000000..26f0cd5542348093d9aa36be96574af73a7d906c --- /dev/null +++ b/datasets/695597.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627088a6b0b81b5d823e2979b1d27baea4f68ef7e6e1e2576fae0a3dab815491 +size 28631040 diff --git a/datasets/695907.tar b/datasets/695907.tar new file mode 100644 index 0000000000000000000000000000000000000000..ac16214f0826850243113a90ad74b1d2392c5363 --- /dev/null +++ b/datasets/695907.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4092e7e792e8a2b03e82e30145bf7476cf450b73721d339a981169619f0b272e +size 1638400 diff --git a/datasets/695953.tar b/datasets/695953.tar new file mode 100644 index 0000000000000000000000000000000000000000..b5823eb00dc5239dd5b47a27a27d82153bf813cb --- /dev/null +++ b/datasets/695953.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e099f8cd54f504ff9197f352c40e5476c95bbeee5ac90364966df06dff58726 +size 8509440 diff --git a/datasets/695983.tar b/datasets/695983.tar new file mode 100644 index 0000000000000000000000000000000000000000..534f2c8ac37e421d0646cd96f64807689efe2aff --- /dev/null +++ b/datasets/695983.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a4bc38cb6bf31818ff18bacef5a5d4f951fe74fe2e2503fd47c2c4e1a4dde9 +size 19630080 diff --git a/datasets/696058.tar b/datasets/696058.tar new file mode 100644 index 0000000000000000000000000000000000000000..cea5d123bc96e753a695049eed683d3aa1faf415 --- /dev/null +++ b/datasets/696058.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636a0b48856872a78785a551eee92c912a51c0179ebb528ed56157d9137536fa +size 21340160 diff --git a/datasets/696064.tar b/datasets/696064.tar new file mode 100644 index 0000000000000000000000000000000000000000..390cafa9900b8d2c11debacc2462b2ea126b729c --- /dev/null +++ b/datasets/696064.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4dda3fd7cc02be82c49a72c437469aeb6ed5e05a84108c834d58918fa2bfcc +size 1638400 diff --git a/datasets/696139.tar b/datasets/696139.tar new file mode 100644 index 0000000000000000000000000000000000000000..7eff1b76c4018db12cff9e0c4f77fa971880660c --- /dev/null +++ b/datasets/696139.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b5904a455c3346dae5607fc9d01b13c96223c23151cb4aaeb6c31203d12812 +size 106772480 diff --git a/datasets/696189.tar b/datasets/696189.tar new file mode 100644 index 0000000000000000000000000000000000000000..9d5b6208fe182dc5da289b2de68b1a09fc99ec9c --- /dev/null +++ b/datasets/696189.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9dfa8b21d575ec9a5df7247f49447c10ef9a08f173bc9e1a0f57cf0a1b4aaa8 +size 2478080 diff --git a/datasets/69619.tar b/datasets/69619.tar new file mode 100644 index 0000000000000000000000000000000000000000..0b4bf8d3ddaccbebbd18eea271b8c93947813108 --- /dev/null +++ b/datasets/69619.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7df911cf75740333478d81a0cc91532f6deafc0725c61542838e63b6ebd6a7 +size 3317760 diff --git a/datasets/696264.tar b/datasets/696264.tar new file mode 100644 index 0000000000000000000000000000000000000000..071eb3e47aa62baaef22888e1ada365ecc592331 --- /dev/null +++ b/datasets/696264.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe3c45c45ef0c28a7e63212fd433dfe7873d0f20e951fcd0e0e7b331cbe9dac5 +size 32030720 diff --git a/datasets/696283.tar b/datasets/696283.tar new file mode 100644 index 0000000000000000000000000000000000000000..7c7ca118232a9bcfc56210641b2fa526d3a8febc --- /dev/null +++ b/datasets/696283.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c531b3133c99ff3c5d6f913958d9ff2ff0404d87bbad6cea2cb9cd2d584d809 +size 358400 diff --git a/datasets/696296.tar b/datasets/696296.tar new file mode 100644 index 0000000000000000000000000000000000000000..5a5c81fbc4a7634d35e788c339984f4007cb1782 --- /dev/null +++ b/datasets/696296.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c08c716108b21fd08a2606276360856aff69177eab2dc4a8aa2adc322ae4e4 +size 46592000 diff --git a/datasets/696351.tar b/datasets/696351.tar new file mode 100644 index 0000000000000000000000000000000000000000..2203ece855da5f38b51d9f6c5a10bc839e4240be --- /dev/null +++ b/datasets/696351.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab932502e40e9972aa25fbd0a1fcf2b4996232aa46cba5ea78feacbd5da3b58 +size 2426880 diff --git a/datasets/696416.tar b/datasets/696416.tar new file mode 100644 index 0000000000000000000000000000000000000000..03fd041552bc78033db66f2c7f40f11b60ea496a --- /dev/null +++ b/datasets/696416.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d1a1eac9b6112eaf7a93503e9fffc45bc1d6c5222ae341bfecdb4eab71833df +size 3112960 diff --git a/datasets/696502.tar b/datasets/696502.tar new file mode 100644 index 0000000000000000000000000000000000000000..dd8b612c9668e671f864625c4174d71f1a2d4d7d --- /dev/null +++ b/datasets/696502.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cabb85a3d4140b8a4571b0b34a9db7ea1423456d90d8f1ef1e7003f65a276236 +size 1781760 diff --git a/datasets/696531.tar b/datasets/696531.tar new file mode 100644 index 0000000000000000000000000000000000000000..2582af07fc9e5c36ab0b18de2a182f6dc2dec277 --- /dev/null +++ b/datasets/696531.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe1dc0e6e3a6bab837113bd491a086c586dd9079819bfc8dd99fa32a97279c1 +size 28631040 diff --git a/datasets/696683.tar b/datasets/696683.tar new file mode 100644 index 0000000000000000000000000000000000000000..950d8962482f2c296fe77fd720047c4f23c1806a --- /dev/null +++ b/datasets/696683.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d56fffe1ed6618f9cd05897a695e2c63ecfd7d07d29aa99e436bce14582b04a +size 1966080 diff --git a/datasets/696740.tar b/datasets/696740.tar new file mode 100644 index 0000000000000000000000000000000000000000..2b495a8e0df61336b665c4b5241f5cf81c6aed3d --- /dev/null +++ b/datasets/696740.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02ef31435435c65572228a4b5ce65299bc76545dc3b6605cf3b9c5a60f4fafb0 +size 2682880 diff --git a/datasets/696829.tar b/datasets/696829.tar new file mode 100644 index 0000000000000000000000000000000000000000..aeeb4d4642de8c6eb4f2c87c8896564014486d77 --- /dev/null +++ b/datasets/696829.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af91f172210c74f0f9d196245fbe80c2d97af0426c1b8bcffe230d1860e4b25 +size 4372480 diff --git a/datasets/696860.tar b/datasets/696860.tar new file mode 100644 index 0000000000000000000000000000000000000000..f71b281cb95da7ff315fb828c49414e452ca7c5a --- /dev/null +++ b/datasets/696860.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc17ec442b59831d44ce18b8c0353b83d3973aac68ac64c4b45e870f7d931a75 +size 3174400 diff --git a/datasets/696930.tar b/datasets/696930.tar new file mode 100644 index 0000000000000000000000000000000000000000..22ba77319e4bc794df08180d6a06271be6ca8830 --- /dev/null +++ b/datasets/696930.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d7e6823d978781738070d8d12e044933837092482f71c020899f429c2b753e +size 1832960 diff --git a/datasets/697069.tar b/datasets/697069.tar new file mode 100644 index 0000000000000000000000000000000000000000..33e7f91ed9dc38ed039dcfa3a782494590ece619 --- /dev/null +++ b/datasets/697069.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e8cf28f0dd81c7b020b3de6d0681d76802400aa604effd69a34b67ab91165f7 +size 3174400 diff --git a/datasets/697162.tar b/datasets/697162.tar new file mode 100644 index 0000000000000000000000000000000000000000..185e2727be3bf32663968da840b698d208e63e68 --- /dev/null +++ b/datasets/697162.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd17cb56747348ddb67afe9cb03381843a839e399c50ac684ca75e2cb7092ea +size 5212160 diff --git a/datasets/697296.tar b/datasets/697296.tar new file mode 100644 index 0000000000000000000000000000000000000000..0bf539db1760207eed19a6c393c199c5cce48d0d --- /dev/null +++ b/datasets/697296.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6866fdc0c9d86bc7edfeeef546f2716060c8cdb362205945759cfa6595fe6270 +size 1669120 diff --git a/datasets/697437.tar b/datasets/697437.tar new file mode 100644 index 0000000000000000000000000000000000000000..6ea46399b57f1a43f8c33dda3563dfc42a413e5a --- /dev/null +++ b/datasets/697437.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4871c18a6aff2d3e04f85bc8e4859f5d962513573bb87a87d44585471a2813d +size 430080 diff --git a/datasets/697559.tar b/datasets/697559.tar new file mode 100644 index 0000000000000000000000000000000000000000..cf1922753f383eb1c51ccbebd6ff8f199b544887 --- /dev/null +++ b/datasets/697559.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a8c510415649bf7028c086e0890f762af395a6fc9220ccc949ed8fd6074e75b +size 1259520 diff --git a/datasets/697587.tar b/datasets/697587.tar new file mode 100644 index 0000000000000000000000000000000000000000..2c4c03aaef7b55b62c61fc2375fca0c7c06e45a3 --- /dev/null +++ b/datasets/697587.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67dbb65840dace8ad7636bbb71603fc0604b27837a155037cd83d6bb6375cc9 +size 215040 diff --git a/datasets/697714.tar b/datasets/697714.tar new file mode 100644 index 0000000000000000000000000000000000000000..d658b0f5d36245a3ff24aa202290f94dacc747d2 --- /dev/null +++ b/datasets/697714.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a8103f60babc9ceed1b4854ccfc91d57fb5c534e94690a65cb22ab1a38310c +size 28631040 diff --git a/datasets/697729.tar b/datasets/697729.tar new file mode 100644 index 0000000000000000000000000000000000000000..d37c115d6ba3943c4adb5b4eb1cda97939c78382 --- /dev/null +++ b/datasets/697729.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0188a88b390caf1f6412774e2dfd6bc8c7069ae1fd96424de9d1997316daa14f +size 28631040 diff --git a/datasets/697736.tar b/datasets/697736.tar new file mode 100644 index 0000000000000000000000000000000000000000..5b9fc1062016eb5930087415ff9041a0b89f60d4 --- /dev/null +++ b/datasets/697736.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220c8f4e450c2bb6d5cced5ca3b4bf23bbe651f6b5bbd21b33e684b234c5eab4 +size 19630080 diff --git a/datasets/697763.tar b/datasets/697763.tar new file mode 100644 index 0000000000000000000000000000000000000000..19b932349b7e3fa24ef78ee1b412a521fd37a0a8 --- /dev/null +++ b/datasets/697763.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef29b33de54b7d00100d409f493fd040d300109e93cae9279a3cb8278468c41 +size 163840 diff --git a/datasets/697773.tar b/datasets/697773.tar new file mode 100644 index 0000000000000000000000000000000000000000..e29b47d5f0f95e303041fd062fb8c48ce5330bb8 --- /dev/null +++ b/datasets/697773.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ee7b65087fe363edda52ca55b2a64149da2ef6de57a533e019692591ce769a +size 23859200 diff --git a/datasets/697862.tar b/datasets/697862.tar new file mode 100644 index 0000000000000000000000000000000000000000..6350881b641943852d8675868b48b113ff5e67d7 --- /dev/null +++ b/datasets/697862.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:994f3da2c5e8f2f56fd365ff2f5b2dcd468be487de96ddd2fbb8955032969d92 +size 14929920 diff --git a/datasets/697900.tar b/datasets/697900.tar new file mode 100644 index 0000000000000000000000000000000000000000..9fc4f682d9d99955d251c15155e7584dd4225956 --- /dev/null +++ b/datasets/697900.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10ebb1f204bf19efc31181c0df64fcaa6d458fb76269dea6d8c620f7e60ea131 +size 31600640 diff --git a/datasets/697908.tar b/datasets/697908.tar new file mode 100644 index 0000000000000000000000000000000000000000..271a70814690cf3e11d763ae02bf3a1f5a00f427 --- /dev/null +++ b/datasets/697908.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f1470ff57c47fa2745c277a4b765aa7d93224760ee52e2301618378fa2225c +size 31600640 diff --git a/datasets/698069.tar b/datasets/698069.tar new file mode 100644 index 0000000000000000000000000000000000000000..1f2ce487ba55f9faad9da0b15bec7f30bc56af1b --- /dev/null +++ b/datasets/698069.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc7a558a027bd1aae12407becbe497482a122500e2a2c203b258c50120de8e78 +size 52807680 diff --git a/datasets/698101.tar b/datasets/698101.tar new file mode 100644 index 0000000000000000000000000000000000000000..e34fb5406970c91b6d02620063fb8c53d42b3f5b --- /dev/null +++ b/datasets/698101.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545d8bdadfe26c5d75a1f1f20c947ee791a2470fd84a1553fad16f72121b20e2 +size 19302400 diff --git a/datasets/698348.tar b/datasets/698348.tar new file mode 100644 index 0000000000000000000000000000000000000000..5f75bbc5fc4a7282f4875161495512093983aeed --- /dev/null +++ b/datasets/698348.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8682299967a237a24ab6488577e6d635a09ef47e0fe2b0098b69203361ce6ead +size 49817600 diff --git a/datasets/698625.tar b/datasets/698625.tar new file mode 100644 index 0000000000000000000000000000000000000000..db42dde4576c1e264cfc83b0d16e25974ee13bf6 --- /dev/null +++ b/datasets/698625.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e57badc5208e1ab0019cf10aadbb4063c95a9e057b187d77da755093de06f4e +size 3860480 diff --git a/datasets/698688.tar b/datasets/698688.tar new file mode 100644 index 0000000000000000000000000000000000000000..9297f37901868d6604b009756ea75d83216f528e --- /dev/null +++ b/datasets/698688.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c62738cd9e225b710248f0f90599fc78e461ff9b3559b85ec794202626a044 +size 18206720 diff --git a/datasets/698821.tar b/datasets/698821.tar new file mode 100644 index 0000000000000000000000000000000000000000..1c6bb32487e680e01d72a57caea4a1c7a39a786e --- /dev/null +++ b/datasets/698821.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e76af2a27618c879af5bab0f9be5eee57837d1b3982846d8732daaba48c5060 +size 50421760 diff --git a/datasets/69900.tar b/datasets/69900.tar new file mode 100644 index 0000000000000000000000000000000000000000..b2b008c90efb44b305fea51413ced10154aef684 --- /dev/null +++ b/datasets/69900.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc5cc7c67089076a59055b02cef35300cf29895790cde8bc40ef821119e3b0c5 +size 8826880 diff --git a/datasets/699014.tar b/datasets/699014.tar new file mode 100644 index 0000000000000000000000000000000000000000..42174fb48d18e1cf728a57b7e784227e6a8db538 --- /dev/null +++ b/datasets/699014.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7add9a42635eb23d9cd59527283b9ea8f4e82d9df386926b41535a707a085ac8 +size 36567040 diff --git a/datasets/699219.tar b/datasets/699219.tar new file mode 100644 index 0000000000000000000000000000000000000000..7e418a21dd9965c407a17a2679b8613011aaeea7 --- /dev/null +++ b/datasets/699219.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:982b40a39bddfd1963560c9a69bc556dabb54c864d58b49423ee34468922192d +size 2631680 diff --git a/datasets/699346.tar b/datasets/699346.tar new file mode 100644 index 0000000000000000000000000000000000000000..12ba66bcd89e15cbfaa466ed643cf7943b8aaf82 --- /dev/null +++ b/datasets/699346.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b0f241278b8d931c2a7b784ce2661d078b7b6d4109bf9fd2e3f8dc30e7c292 +size 122880 diff --git a/datasets/699354.tar b/datasets/699354.tar new file mode 100644 index 0000000000000000000000000000000000000000..949c41b0b7976435d8924f410835f487847bf168 --- /dev/null +++ b/datasets/699354.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e56774818d7f208a1c09029affa406ec7b305233878711884dca2c251d253a75 +size 4444160 diff --git a/datasets/699389.tar b/datasets/699389.tar new file mode 100644 index 0000000000000000000000000000000000000000..8829f6a941b0ec8ed5b67be358d490676f85c5c0 --- /dev/null +++ b/datasets/699389.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4e167a29ada9422d70d0bf804835dc0812732ab169f5d2090d45110d6b8ac4f +size 163840 diff --git a/datasets/699392.tar b/datasets/699392.tar new file mode 100644 index 0000000000000000000000000000000000000000..0528a828db8d77f0558212a040a5d6e6506b7b9b --- /dev/null +++ b/datasets/699392.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c66451efa8ee7a8b88f041311b65b5a892d9043d8fbadea90b2f9ba3fbd460 +size 1239040 diff --git a/datasets/700005.tar b/datasets/700005.tar new file mode 100644 index 0000000000000000000000000000000000000000..638eaa8a416851b27a9fa70edc52ede31ccc88f5 --- /dev/null +++ b/datasets/700005.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c19da9d3a43f828a7e2e6ded4d485c41161d258830c1c31e0c99c515f0f65ca +size 2959360 diff --git a/datasets/700320.tar b/datasets/700320.tar new file mode 100644 index 0000000000000000000000000000000000000000..408eb96b2bf389e1a2a8bf809825be753010b393 --- /dev/null +++ b/datasets/700320.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55556db4b498bdf4e616a11544da31e4a992a122ff005ef81fe8f251c2569d0f +size 13885440 diff --git a/datasets/700388.tar b/datasets/700388.tar new file mode 100644 index 0000000000000000000000000000000000000000..fb93fbd22d4d4fd2acf1daec64a73a991023ee99 --- /dev/null +++ b/datasets/700388.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eda38f9320b3ed1f0d6da5afc9f7b395a5399ec131b76ef10d5c0884cbdf2e7f +size 9297920 diff --git a/datasets/700409.tar b/datasets/700409.tar new file mode 100644 index 0000000000000000000000000000000000000000..c8c9006a5f47426c7455b5d3aa225fc4d7024ee9 --- /dev/null +++ b/datasets/700409.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bdc37762bd2e5b0ab4f08f5272db5dbb16ba937c124a6cb5cf50f23e7c93ec3 +size 23326720 diff --git a/datasets/700780.tar b/datasets/700780.tar new file mode 100644 index 0000000000000000000000000000000000000000..e1733b17fd9af302c3a3a7c625d3c7113a21c0ad --- /dev/null +++ b/datasets/700780.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cada1fbaabcb977afc901632b75c620eb0cf54f624ec471d6503f841f04d8ba +size 74301440 diff --git a/datasets/700822.tar b/datasets/700822.tar new file mode 100644 index 0000000000000000000000000000000000000000..9b7b1a06d6f31e7ab71ea90878ea5fc1c95a136c --- /dev/null +++ b/datasets/700822.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:224e3915f11fa74ce938e3d90dae8e25ed507ae93c1b3160f48a16226910fe0b +size 64686080 diff --git a/datasets/700846.tar b/datasets/700846.tar new file mode 100644 index 0000000000000000000000000000000000000000..f6e942419e5603f87bf6759623e7372d82b051e9 --- /dev/null +++ b/datasets/700846.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae909143da0c1edf55f540718d2315b811af370e64637d0d093d750e326453dc +size 46909440 diff --git a/datasets/701047.tar b/datasets/701047.tar new file mode 100644 index 0000000000000000000000000000000000000000..185641e5c92a87cb5dd4e8174a96b2c79a783850 --- /dev/null +++ b/datasets/701047.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c21f0734b953dc0d38f024cf21a39ace1604d2375a4416c1f76ca7b3156ddff9 +size 501760 diff --git a/datasets/701098.tar b/datasets/701098.tar new file mode 100644 index 0000000000000000000000000000000000000000..7ab64ec709330d1662c25a8ce8545448dfe20661 --- /dev/null +++ b/datasets/701098.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0940b06edb511809b985d196306dd983237de1cabc2e2ca5222f73120d822221 +size 276480 diff --git a/datasets/701166.tar b/datasets/701166.tar new file mode 100644 index 0000000000000000000000000000000000000000..82fc8c355af2c72a6ec7f58104b9a1141af41802 --- /dev/null +++ b/datasets/701166.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:933b23fc9eddf155375457af0ea48449f8596b782be8646f2ec16b1b0660cca0 +size 37181440 diff --git a/datasets/701192.tar b/datasets/701192.tar new file mode 100644 index 0000000000000000000000000000000000000000..4c4383d1103b684f6447cf697b048aa6adfafa73 --- /dev/null +++ b/datasets/701192.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3fe97ed3c98701bb95546f1df05520bf0e165aefca033c78340d0274cc0e897 +size 5611520 diff --git a/datasets/701373.tar b/datasets/701373.tar new file mode 100644 index 0000000000000000000000000000000000000000..bd897fbbbf145ec34a2ba9bd65218481406b332b --- /dev/null +++ b/datasets/701373.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23a5d8d2cc8c361e6dda4586d158f72f4599348c5c1019b19acd8ff11aaf1db +size 10741760 diff --git a/datasets/701386.tar b/datasets/701386.tar new file mode 100644 index 0000000000000000000000000000000000000000..aacd8589b6dfb0c6c8f2b8e437b4ea51c54b8b90 --- /dev/null +++ b/datasets/701386.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b67f85c150d4115da0cdfc75aba69072739765dad2d3cd6b8a1422863381ceed +size 26480640 diff --git a/datasets/701517.tar b/datasets/701517.tar new file mode 100644 index 0000000000000000000000000000000000000000..c96a08579fca1eb74c23f3b8c2c488bc53604d27 --- /dev/null +++ b/datasets/701517.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d491dc06b2c038996b12831cc4f261a6b50266d0747c62c31b31d5781886df1d +size 6799360 diff --git a/datasets/701562.tar b/datasets/701562.tar new file mode 100644 index 0000000000000000000000000000000000000000..26c3be8eab5beb1a62ed213d2ce42a18b7500a58 --- /dev/null +++ b/datasets/701562.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79f57346dc10e810423cf2b1505f2c49a287b0816dbc8742118a28c77ba3b5c +size 3932160 diff --git a/datasets/701729.tar b/datasets/701729.tar new file mode 100644 index 0000000000000000000000000000000000000000..90f6ac577fbf5402ebf99cf7aa8939a6d5148467 --- /dev/null +++ b/datasets/701729.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007da53c831387a4f6bbc0e4c6e151477e716b6f19eca4b066436e7c3ef037de +size 53698560 diff --git a/datasets/701746.tar b/datasets/701746.tar new file mode 100644 index 0000000000000000000000000000000000000000..1d33c6b8ea4b1f856f1803fa70a3b3a7dc771f84 --- /dev/null +++ b/datasets/701746.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89551d3d707213b68c982f391ac42076ebf5b4b3b8b198dd30be20e28a2fb87d +size 2222080 diff --git a/datasets/701784.tar b/datasets/701784.tar new file mode 100644 index 0000000000000000000000000000000000000000..2a2af644e790ffec32c88d8b3ae4b82bcbc6c9dc --- /dev/null +++ b/datasets/701784.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:236bddf3bed5f7929d807f836ce94fc8e5d118c1c75a85715a0c93c94c7badd7 +size 261683200 diff --git a/datasets/7018.tar b/datasets/7018.tar new file mode 100644 index 0000000000000000000000000000000000000000..83c2693b488cb663caaca98e8610723a20469f6a --- /dev/null +++ b/datasets/7018.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e1dabe509452c080a00dc8095ba74b8c20c079739453054e7ac3695ce86ca73 +size 6092800 diff --git a/datasets/701872.tar b/datasets/701872.tar new file mode 100644 index 0000000000000000000000000000000000000000..65b432c5ecc3b7d1f0f981e6962b79bd3d01607f --- /dev/null +++ b/datasets/701872.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ad71f9c21e74199b3dc35c6170cac9a95e73af6b3b94bfd0dc6a2b5c53c62e +size 107560960 diff --git a/datasets/701887.tar b/datasets/701887.tar new file mode 100644 index 0000000000000000000000000000000000000000..7dcec2a080cefef089727a9d93337fadaf626664 --- /dev/null +++ b/datasets/701887.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d516d86201a00495be951d4515169c8a2080da56ecb89c31ac8404494e42cc +size 2631680 diff --git a/datasets/701956.tar b/datasets/701956.tar new file mode 100644 index 0000000000000000000000000000000000000000..50b15c4e76be6722a45ce80e241b6e3cefccbf98 --- /dev/null +++ b/datasets/701956.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80932f039b8a6ed1b0185fb99ed34fb7416b1926af424147241806c0881a8c0e +size 13977600 diff --git a/datasets/701994.tar b/datasets/701994.tar new file mode 100644 index 0000000000000000000000000000000000000000..dd216f99a7d804ac7aeca8c5d65b03ad5976a477 --- /dev/null +++ b/datasets/701994.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:043d0be4f0dd277cf0e1dc37998eda2d9a8a1ec5f3da49e48b49ab5a1480a34a +size 4884480 diff --git a/datasets/70230.tar b/datasets/70230.tar new file mode 100644 index 0000000000000000000000000000000000000000..33b74fb085be2c5baed53613104562cd6b50cbdd --- /dev/null +++ b/datasets/70230.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e606c1e0dcf7d856d4d39f016d84ded9c65a1359da4d679f40c95e097a6313fe +size 7157760 diff --git a/datasets/702415.tar b/datasets/702415.tar new file mode 100644 index 0000000000000000000000000000000000000000..8c671c375dad324c31159973b261527cbd386974 --- /dev/null +++ b/datasets/702415.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc654477896367870b9525fa270e9c147a172f5c2659579f28b97c0ecc2ab1d +size 8263680 diff --git a/datasets/702783.tar b/datasets/702783.tar new file mode 100644 index 0000000000000000000000000000000000000000..19f9a77ffb59639cd69b21bf576072c7bda74a3a --- /dev/null +++ b/datasets/702783.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64501a85b8e678b4bb8a630364252c3bac357da09a9fe4f4e0b86b6b826460ac +size 2273280 diff --git a/datasets/702786.tar b/datasets/702786.tar new file mode 100644 index 0000000000000000000000000000000000000000..dc1ff846732ddfcde770c16b906c2ea049cf7786 --- /dev/null +++ b/datasets/702786.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d610646306006dc5bbfc019d007ee739857555ff0c56640f3af38d6bdac9f5 +size 12533760 diff --git a/datasets/702807.tar b/datasets/702807.tar new file mode 100644 index 0000000000000000000000000000000000000000..ffe4e02abf543b58539e7947b1d575ac72482bf2 --- /dev/null +++ b/datasets/702807.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d33a943e1d97baa0eaa713867e6f5249480019138e1cecdedf3eb437c1a2bb4 +size 399360 diff --git a/datasets/702824.tar b/datasets/702824.tar new file mode 100644 index 0000000000000000000000000000000000000000..209bb80ef65197ee51c15f881a70a2a022070e20 --- /dev/null +++ b/datasets/702824.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2708031f6d4b1c0419212e78bf29209b9e3e5a7fa149792ea5e56fb56e81025 +size 13015040 diff --git a/datasets/703037.tar b/datasets/703037.tar new file mode 100644 index 0000000000000000000000000000000000000000..994545cc495c7b86b3de5ed392f0c2662c47881b --- /dev/null +++ b/datasets/703037.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed41c0d7b85fd7ce03302af8f05756a59c0e65b077ff1f3ff97a83f42ff86b2 +size 12820480 diff --git a/datasets/703091.tar b/datasets/703091.tar new file mode 100644 index 0000000000000000000000000000000000000000..6515147217d1eabeba85d684d887db2bda03cfc4 --- /dev/null +++ b/datasets/703091.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba0ccfd22738b6f32b8f50e9fed23811b73bc74f316fac09f60cbfec7fbf670 +size 28928000 diff --git a/datasets/703205.tar b/datasets/703205.tar new file mode 100644 index 0000000000000000000000000000000000000000..bc18f206064127a9f040263c73ee599ed6b135d3 --- /dev/null +++ b/datasets/703205.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120d485593330f210929927e58edb30d5da3ca12fca61031656d9a85df4d76a6 +size 258877440 diff --git a/datasets/703257.tar b/datasets/703257.tar new file mode 100644 index 0000000000000000000000000000000000000000..5ae90ac6c562cc1ef64868fb8999ecae24de0687 --- /dev/null +++ b/datasets/703257.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747080b48a779513815ca6036e5f977e59349ce663a22b721589d7081f0772b0 +size 258877440 diff --git a/datasets/703271.tar b/datasets/703271.tar new file mode 100644 index 0000000000000000000000000000000000000000..60b2fcacd91413cf11d93878ccb9132dc1657c8b --- /dev/null +++ b/datasets/703271.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da604b5d5429e9c7d0366b1bcac975c62c0de24f19b24abb84ab71b80227a71 +size 2457600 diff --git a/datasets/703278.tar b/datasets/703278.tar new file mode 100644 index 0000000000000000000000000000000000000000..8b5b17bb9bebd91da7d4d03b5252f4d8e7dfaf07 --- /dev/null +++ b/datasets/703278.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f026ef20de7b60fdfec2d8eb8abb42ea6ffef6d4fd96a85032656395363cb27d +size 73072640 diff --git a/datasets/703338.tar b/datasets/703338.tar new file mode 100644 index 0000000000000000000000000000000000000000..ffbb993e0fb2be8bb368ed0251265ea729ab6cb1 --- /dev/null +++ b/datasets/703338.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:928635af19cfcb0754cd7428e1293bdebdc13f5772b8bc922e9c28dc456f41a7 +size 10250240 diff --git a/datasets/703370.tar b/datasets/703370.tar new file mode 100644 index 0000000000000000000000000000000000000000..a3fc80c4cc3a215f6fbea330e49fac8d142b329a --- /dev/null +++ b/datasets/703370.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2356c8dbf42f8cbb30657a267dc23cc60b1a57cc989779b27a4ca915fe92ad87 +size 2416640 diff --git a/datasets/703388.tar b/datasets/703388.tar new file mode 100644 index 0000000000000000000000000000000000000000..95fac08ae83b2989a6156ed6070f2a3d902b3b09 --- /dev/null +++ b/datasets/703388.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa0268b86cf7261adcde802df4ffc02031f16fcb1f613d8247e8180094b0886 +size 1832960 diff --git a/datasets/70346.tar b/datasets/70346.tar new file mode 100644 index 0000000000000000000000000000000000000000..75f90d12e93639cff736f17dcd62ae5355175e63 --- /dev/null +++ b/datasets/70346.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa9fe78b81fba40bf8503dbccb1d6e00cf7ce4cb349782f089f5c9861e37f298 +size 1187840 diff --git a/datasets/703574.tar b/datasets/703574.tar new file mode 100644 index 0000000000000000000000000000000000000000..cba35043c25ae829fccda685f31280f4dff0d552 --- /dev/null +++ b/datasets/703574.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ee6d8698fae866eb864590b8f852e7b4961963f176dfa659cbca4a878b7fab +size 2068480 diff --git a/datasets/703613.tar b/datasets/703613.tar new file mode 100644 index 0000000000000000000000000000000000000000..ba1b93d02155b8ae9d07e6172c559cd09e125845 --- /dev/null +++ b/datasets/703613.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d3db7df549a4a9fa5adde386125f79cfeed1b99d63f871f5f68e74f43fbeffb +size 14202880 diff --git a/datasets/703645.tar b/datasets/703645.tar new file mode 100644 index 0000000000000000000000000000000000000000..8ee94ac6ca6310522175ea76e80ee256e60d2292 --- /dev/null +++ b/datasets/703645.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b33e883d39d1a405c7259fe7a0ef61f82a01471cf01992ed4889b6ff5471bb7 +size 6287360 diff --git a/datasets/703674.tar b/datasets/703674.tar new file mode 100644 index 0000000000000000000000000000000000000000..3a776a59fb9d200459ef99dae1c8a9802fe85378 --- /dev/null +++ b/datasets/703674.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c0a7728b79068d1aa6e9de20a180ad3db8804495ca99f8101212ff6f7adf14 +size 12195840 diff --git a/datasets/703748.tar b/datasets/703748.tar new file mode 100644 index 0000000000000000000000000000000000000000..920cd5564c34998f72d1bd06b1dced8675ca2126 --- /dev/null +++ b/datasets/703748.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0175ab127314d82f1221b648873984260a286cd45482cbdf303f6e5c43e59be7 +size 5447680 diff --git a/datasets/703749.tar b/datasets/703749.tar new file mode 100644 index 0000000000000000000000000000000000000000..db63e56f9935a8048b2e23812b8c2ec6ac7fd0fb --- /dev/null +++ b/datasets/703749.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6880bd691276f2f03cab86c76d8f9554a1764751cab74ceafdfe96184a08258 +size 61184000 diff --git a/datasets/703777.tar b/datasets/703777.tar new file mode 100644 index 0000000000000000000000000000000000000000..adb8c90dd69c901f6282644b58dc38c814c5f81e --- /dev/null +++ b/datasets/703777.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55579e0a2b2117ac15d8ed6a5b459a43d321d25fd5af1c81ccdad7cc7f6c3c91 +size 7352320 diff --git a/datasets/703901.tar b/datasets/703901.tar new file mode 100644 index 0000000000000000000000000000000000000000..a554a0af6f4b438aff2437bba91990126453d9ad --- /dev/null +++ b/datasets/703901.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711f2f081162cdd6a65dd66a41b2628d94f310f8cd1009ccd18e3c927b5afe97 +size 4382720 diff --git a/datasets/703968.tar b/datasets/703968.tar new file mode 100644 index 0000000000000000000000000000000000000000..436733916c4c4a7843cdecffad2e11c7345e1bb6 --- /dev/null +++ b/datasets/703968.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8681ade388dc7e9c4508734ddc283ae6230ef3f2f4cbf578592f22688afaa1c5 +size 3061760 diff --git a/datasets/704094.tar b/datasets/704094.tar new file mode 100644 index 0000000000000000000000000000000000000000..f373e00ecaf2e9a92def57981d32c171559c47db --- /dev/null +++ b/datasets/704094.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d058cd076fdfc3ae6485812cd1aa80c78323c67c558691515743c7a8847e6fc +size 72581120 diff --git a/datasets/704180.tar b/datasets/704180.tar new file mode 100644 index 0000000000000000000000000000000000000000..ac31da0ea44242a751d8a615c7c6cf0179a870a4 --- /dev/null +++ b/datasets/704180.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a2a61a9b696c9ae838b5085607c37d60a2ce23f217054e7058c4837c6508cb +size 2437120 diff --git a/datasets/704192.tar b/datasets/704192.tar new file mode 100644 index 0000000000000000000000000000000000000000..70b34a05ee65c731fa06ec53ba00e2b8ddd20a03 --- /dev/null +++ b/datasets/704192.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df8b40f12d0cc1bbc395fd8f96e119b6c20ed2cc89901ced9d6af1f23b3704e +size 1290240 diff --git a/datasets/704690.tar b/datasets/704690.tar new file mode 100644 index 0000000000000000000000000000000000000000..28d1b9a0cbf1a1c8008b00f0ea9def12809f4242 --- /dev/null +++ b/datasets/704690.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6028e2904a57f369b4049b7bd77c7e9603d1181372cbccb73cbe5096c4b413b1 +size 1832960 diff --git a/datasets/704715.tar b/datasets/704715.tar new file mode 100644 index 0000000000000000000000000000000000000000..9d0e077f14da75d40423e4d08c81e235712eb4ec --- /dev/null +++ b/datasets/704715.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc38a9b02bf826bed0f6f6eccaef04fcbe6194d1668b5164f6671245590edce +size 2160640 diff --git a/datasets/704756.tar b/datasets/704756.tar new file mode 100644 index 0000000000000000000000000000000000000000..6100654f265449153b491ab0262153e8ae295f48 --- /dev/null +++ b/datasets/704756.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6b9b141ae2e3510afb4137be0ee37a3b772637bcefffb7ab019a472b39c776 +size 150343680 diff --git a/datasets/704786.tar b/datasets/704786.tar new file mode 100644 index 0000000000000000000000000000000000000000..5d3fdcf41d1b713058034ccb8e5ebb44e41c4e1d --- /dev/null +++ b/datasets/704786.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308ba39259850aca544c04478979c259da84b6dbdeacdb8e89ea4b39f9679d45 +size 2467840 diff --git a/datasets/704794.tar b/datasets/704794.tar new file mode 100644 index 0000000000000000000000000000000000000000..ad662a6197dfbcf50f57570654d8283077d206f9 --- /dev/null +++ b/datasets/704794.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35031dfdfde2760a67ecdadb1313056dcf8bb722d66596af6526e51d65b5527c +size 2048000 diff --git a/datasets/705002.tar b/datasets/705002.tar new file mode 100644 index 0000000000000000000000000000000000000000..cc751a19a8745c7d815266ad9b9086524846cf9d --- /dev/null +++ b/datasets/705002.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db67c6d8751bff510162d2c09724decd2dcf9ebe85c7497ca5cd3c35fb284032 +size 450560 diff --git a/datasets/705038.tar b/datasets/705038.tar new file mode 100644 index 0000000000000000000000000000000000000000..82bc485d588112fd1d5484c78529bf713dbd55cb --- /dev/null +++ b/datasets/705038.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:891ad0ef851a367714c97e1c978c90bd5d4b3506ab5000bc3aa7408084964cce +size 5847040 diff --git a/datasets/705160.tar b/datasets/705160.tar new file mode 100644 index 0000000000000000000000000000000000000000..4932a5183df7601915fb75490e490384535968f8 --- /dev/null +++ b/datasets/705160.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22812dbdd8a36106461fa5d2a05c0ef15ec31b8b4909e5a320e7904ed80a666 +size 490639360 diff --git a/datasets/705218.tar b/datasets/705218.tar new file mode 100644 index 0000000000000000000000000000000000000000..ca09d1e0c3ebb0fad65a40efce744202d9e5f4ef --- /dev/null +++ b/datasets/705218.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb798682cd6d0c4ada249d23a0cad41231c4aced609ce649f6a032b8df6d62a +size 10864640 diff --git a/datasets/705303.tar b/datasets/705303.tar new file mode 100644 index 0000000000000000000000000000000000000000..0eda6c49999eed06a39418a1aa6f182a4632ba27 --- /dev/null +++ b/datasets/705303.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ccd4d0a9651c2863fad33a4ed5d253fa158509d38baddc0a9682a32b997278 +size 10864640 diff --git a/datasets/705324.tar b/datasets/705324.tar new file mode 100644 index 0000000000000000000000000000000000000000..439d82ed6e022697a7782a933a58e0aeceb30895 --- /dev/null +++ b/datasets/705324.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58b6ff1670037d8694361e8efd9ca4cdf076820b584ae116e9755a89f76ee88 +size 138536960 diff --git a/datasets/705327.tar b/datasets/705327.tar new file mode 100644 index 0000000000000000000000000000000000000000..1f802744c355be4d91bc00a76613ec28402f72b3 --- /dev/null +++ b/datasets/705327.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240d51abdd5f02b488038fe1ec60d47e186a1e6a9251317a3df178a3e6ba75b5 +size 3522560 diff --git a/datasets/705443.tar b/datasets/705443.tar new file mode 100644 index 0000000000000000000000000000000000000000..90076ffcf8018c930a81335b1da10c87c48a5abf --- /dev/null +++ b/datasets/705443.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf11a6dd4f53c8e7386f24aed2fd703eabbe04c7092584bd891d18c17c93dc27 +size 2447360 diff --git a/datasets/705471.tar b/datasets/705471.tar new file mode 100644 index 0000000000000000000000000000000000000000..f05b7e7002c97d2b9195e7aed12e0e1496768c55 --- /dev/null +++ b/datasets/705471.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2f5820388690fb52e82d1ef6e8bdc6014340055311f1af6be83c46862e56c1 +size 6062080 diff --git a/datasets/705478.tar b/datasets/705478.tar new file mode 100644 index 0000000000000000000000000000000000000000..2f739f27e4541af80d4c5e269b207eccf892e10b --- /dev/null +++ b/datasets/705478.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a41abde70be0079713c817d5aa21c03c11bb9093c10e9de5548fc653b2219ec7 +size 993280 diff --git a/datasets/705542.tar b/datasets/705542.tar new file mode 100644 index 0000000000000000000000000000000000000000..ef827528cd0c36999e1fa6ab4ebab028777b8ef7 --- /dev/null +++ b/datasets/705542.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b882104db0c034fc02deffc598e66f3308d4d09a29bac903ecc5e2eb87de3fac +size 7792640 diff --git a/datasets/705551.tar b/datasets/705551.tar new file mode 100644 index 0000000000000000000000000000000000000000..fa8281dee1157efd6996cc25746bcab4197facda --- /dev/null +++ b/datasets/705551.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01250c89e30fa67d80341b15381ffabcc1495ad097d776558e430977b21426e +size 7526400 diff --git a/datasets/70586.tar b/datasets/70586.tar new file mode 100644 index 0000000000000000000000000000000000000000..a7013a71ac75bd2821c0ef71e5132492344c4d2b --- /dev/null +++ b/datasets/70586.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b1c61dd291c0cd91213c9dcd3b422a777c47d68e201b5b7aee561b4d261525 +size 4526080 diff --git a/datasets/706105.tar b/datasets/706105.tar new file mode 100644 index 0000000000000000000000000000000000000000..181dcc85e685cfe734e14c1e30371f0d9448e608 --- /dev/null +++ b/datasets/706105.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f0f3db3f862f37968b9c59b1cd01ec1ad82dd88b197300dc125a2d3004182d +size 15308800 diff --git a/datasets/706198.tar b/datasets/706198.tar new file mode 100644 index 0000000000000000000000000000000000000000..b1ee472d0c7d29dc7975a2cc224423a5f079036a --- /dev/null +++ b/datasets/706198.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44caaab7eeb5c9c4e5d9478dc28dbdf973151e207d86888baeb404f130929929 +size 32788480 diff --git a/datasets/70629.tar b/datasets/70629.tar new file mode 100644 index 0000000000000000000000000000000000000000..70f737d18dcb0556782cbf5e6dbc8aab914fab0a --- /dev/null +++ b/datasets/70629.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be6c3c8666f058270269a11d21fa6d08aacd6aadded80123382c26e9e4d4534b +size 2447360 diff --git a/datasets/706333.tar b/datasets/706333.tar new file mode 100644 index 0000000000000000000000000000000000000000..205937e563061159897a1887bb923fa5742d36d6 --- /dev/null +++ b/datasets/706333.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc128fa832257c0dbabda388933818fb8389e01268ed7dbd47bebd22e21c9273 +size 2447360 diff --git a/datasets/706355.tar b/datasets/706355.tar new file mode 100644 index 0000000000000000000000000000000000000000..7e73d55b7f3e0a99a7bfa40f8e4e1f2ddbbe03c6 --- /dev/null +++ b/datasets/706355.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b78285da11a2325156501af8a9afc2bafe4347145fc05252c4ea951996d16467 +size 706560 diff --git a/datasets/706402.tar b/datasets/706402.tar new file mode 100644 index 0000000000000000000000000000000000000000..eb2cf1c5ead0b2bade3b6b431b0737fafdf820ad --- /dev/null +++ b/datasets/706402.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffbb53f25ba12d21971f858be383970ed80f4948af607bd0807d76439c6e5f74 +size 3696640 diff --git a/datasets/706407.tar b/datasets/706407.tar new file mode 100644 index 0000000000000000000000000000000000000000..28a278ceb39052b55d7222aa1e08c6e35423764c --- /dev/null +++ b/datasets/706407.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd630e8aa4655091e90216239728412fd14d61502c059c0d11e4eb320efb020 +size 11540480 diff --git a/datasets/706455.tar b/datasets/706455.tar new file mode 100644 index 0000000000000000000000000000000000000000..b7d719eee5d29c97531672498e883798b10c46e7 --- /dev/null +++ b/datasets/706455.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c906902e7d09840e13b5487df279b9df2859e5b7a2c83622a424dbf9a00bd81 +size 25466880 diff --git a/datasets/706549.tar b/datasets/706549.tar new file mode 100644 index 0000000000000000000000000000000000000000..85d7bebfc78e3b122990c1c7ad851cd9649f2401 --- /dev/null +++ b/datasets/706549.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30fab8a195c9d1ffff673436d096c457a8182b4f9f738cad50d4d6d78fc6688b +size 3696640 diff --git a/datasets/70679.tar b/datasets/70679.tar new file mode 100644 index 0000000000000000000000000000000000000000..e0f922c43d7d41120717eb22bb2e6cb78d461977 --- /dev/null +++ b/datasets/70679.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59bf8ca5d134cbd8c10d32fcf48d995070ddd70bfec43e7261fa23932a732454 +size 2314240 diff --git a/datasets/70693.tar b/datasets/70693.tar new file mode 100644 index 0000000000000000000000000000000000000000..e9df59cd236f3a396bf5e411d459d0f1bef7301d --- /dev/null +++ b/datasets/70693.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b9acc674cacae37b21481f4d5e5b643999b2b1af6d980242e4aeae77c8b0ff +size 8826880 diff --git a/datasets/707097.tar b/datasets/707097.tar new file mode 100644 index 0000000000000000000000000000000000000000..c8b132d4fa10ea5d92af7f5257021b1aefb3a08e --- /dev/null +++ b/datasets/707097.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae87780b3fcf391a26d1f3d9fc9d4680f0cb5b250dfc6c884ec7dc0c49d4159 +size 1669120 diff --git a/datasets/707106.tar b/datasets/707106.tar new file mode 100644 index 0000000000000000000000000000000000000000..c2fc494b1cf75a7335d435f08b50798aa7ffff02 --- /dev/null +++ b/datasets/707106.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c955a741a849a06c9dfade98007adadcd373727573b11566abdda68d04127844 +size 286720 diff --git a/datasets/707108.tar b/datasets/707108.tar new file mode 100644 index 0000000000000000000000000000000000000000..5e322c3d228ce74764fb4accd77d27b3ff8a2810 --- /dev/null +++ b/datasets/707108.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9deca04d5ae535ad09d3d51e67379ca0d70a1187766ccb44e44ca36baeb26d62 +size 28876800 diff --git a/datasets/707127.tar b/datasets/707127.tar new file mode 100644 index 0000000000000000000000000000000000000000..991be72f7168a384b0fe490a3474b8ae3bd7f7bb --- /dev/null +++ b/datasets/707127.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:999757a80f7559fd6cfc12659d6ab0629aba5b9007e412475216e858a5d85288 +size 28764160 diff --git a/datasets/707136.tar b/datasets/707136.tar new file mode 100644 index 0000000000000000000000000000000000000000..f8bdc2eec9c0cc501e08e00ccc2c4e93a0ad75e3 --- /dev/null +++ b/datasets/707136.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c013c13427a27be0a6677b2d7e0fddb3daa77266eb09a44fde5aa15d34e6d955 +size 28078080 diff --git a/datasets/707148.tar b/datasets/707148.tar new file mode 100644 index 0000000000000000000000000000000000000000..9de82d1741b502846dd7f4b1c3bbf9f07ccebca4 --- /dev/null +++ b/datasets/707148.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05511ac7e8b0e8dd920c1d42ea1e5fb18e8b93cc69e6292e7e3518284500d2c7 +size 28129280 diff --git a/datasets/707165.tar b/datasets/707165.tar new file mode 100644 index 0000000000000000000000000000000000000000..b0af4f11b35fdda756c16058f9bc919d4d6c6fe6 --- /dev/null +++ b/datasets/707165.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97fa978b80bcc6713431f0c8b4de40c77730fefd822002b769e9ab00e59d5b1 +size 26378240 diff --git a/datasets/707186.tar b/datasets/707186.tar new file mode 100644 index 0000000000000000000000000000000000000000..940c73f751a318db8f571c8bba2023850aea7f5c --- /dev/null +++ b/datasets/707186.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed7df4d1cd4203a3083b9c353f5aa6b12ffdd47407f22feb3a90264c23dffb4 +size 278804480 diff --git a/datasets/707197.tar b/datasets/707197.tar new file mode 100644 index 0000000000000000000000000000000000000000..1129d19e92c11c499f98189237b58eff68257207 --- /dev/null +++ b/datasets/707197.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb2aad2e19f951fe9e2443d95b86d1688c6e8ef6470b0b55a34bde2215fa72e7 +size 22722560 diff --git a/datasets/707280.tar b/datasets/707280.tar new file mode 100644 index 0000000000000000000000000000000000000000..34e8bfecd4b8243e5f49e1ce6d6f48eb869ab2b5 --- /dev/null +++ b/datasets/707280.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c3add1382a6cf81c04835e2e476b96e0924b513a7c630e22941fb16dda2d60b +size 41062400 diff --git a/datasets/707431.tar b/datasets/707431.tar new file mode 100644 index 0000000000000000000000000000000000000000..556ce3a7e4c5e80534db4c013e937a0be8c3a606 --- /dev/null +++ b/datasets/707431.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2581fbcaa16b8eb74c5708a4e3bfa56476f1c508903776a16d338176bd878bd9 +size 348160 diff --git a/datasets/707570.tar b/datasets/707570.tar new file mode 100644 index 0000000000000000000000000000000000000000..f548007d6a4df820c403f8170455f9da2ed3974b --- /dev/null +++ b/datasets/707570.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b647767587a1ab5b0230c847b667172c89529c1131b4d972897b10aa191fc1 +size 6113280 diff --git a/datasets/707750.tar b/datasets/707750.tar new file mode 100644 index 0000000000000000000000000000000000000000..22d8cecbc4420389ff24f754c8158eff965aa00e --- /dev/null +++ b/datasets/707750.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590d506c78af3066b31002666d986b740aea16584274112e38fa283c89e233f7 +size 4014080 diff --git a/datasets/707799.tar b/datasets/707799.tar new file mode 100644 index 0000000000000000000000000000000000000000..64a6d5bd8725f91fe20910022fdfea7a4df0020e --- /dev/null +++ b/datasets/707799.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d5d5e111318bb01bc7d2f10afcf1bcfb9e97ad79d7b506fd8f978e26bb8e0e0 +size 11980800 diff --git a/datasets/707853.tar b/datasets/707853.tar new file mode 100644 index 0000000000000000000000000000000000000000..031758fc694bed19542458357d46ca7c23656895 --- /dev/null +++ b/datasets/707853.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b5027bd0d90e469de5baf754eda95449e01e9f523f9b3bad515ad8f0f8d754 +size 45772800 diff --git a/datasets/707871.tar b/datasets/707871.tar new file mode 100644 index 0000000000000000000000000000000000000000..c1e42895ff886ba58e2204e1e6b2b6f40bfd99fa --- /dev/null +++ b/datasets/707871.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a12c57fd1924aeb081d5be4b77333030525fca86ffdeab5da1080aa56d9c02 +size 2887680 diff --git a/datasets/707897.tar b/datasets/707897.tar new file mode 100644 index 0000000000000000000000000000000000000000..0827c9085511979b55eed8fddff4e4806a6d9787 --- /dev/null +++ b/datasets/707897.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2424583bca1e1017b26ae13c22ea0dc5d2d5d7535292d6bfcf8dc16064e01a +size 40960 diff --git a/datasets/708004.tar b/datasets/708004.tar new file mode 100644 index 0000000000000000000000000000000000000000..97b2962d90473cd4711bf5c3fac19cca352ab76c --- /dev/null +++ b/datasets/708004.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be2825424e3050406883908a4b032ae7870fbdf061e948d93b49480398b9aa6 +size 4597760 diff --git a/datasets/708072.tar b/datasets/708072.tar new file mode 100644 index 0000000000000000000000000000000000000000..8b0cfd0acde814fab1d4996d9e810dcb0a072927 --- /dev/null +++ b/datasets/708072.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c1fb3584a9b481c61207a1d9e93ac56286242d5ef94dd742d458545fc125210 +size 6195200 diff --git a/datasets/708092.tar b/datasets/708092.tar new file mode 100644 index 0000000000000000000000000000000000000000..2dd923bb3efe560a3e28dffb8ec78c0a797c3ff0 --- /dev/null +++ b/datasets/708092.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df9a5d615f06eb79082c9b47c3d2fbfe1479f6a3fd8c2efa0029d78ccdfca7e +size 26204160 diff --git a/datasets/708107.tar b/datasets/708107.tar new file mode 100644 index 0000000000000000000000000000000000000000..e2113ed911ad0a77c0c7dacd4f6f56624035931a --- /dev/null +++ b/datasets/708107.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:059e1fbc7e240a52fd97764539a327b08131903692cf0395c4b90621aa8b9610 +size 781864960 diff --git a/datasets/708174.tar b/datasets/708174.tar new file mode 100644 index 0000000000000000000000000000000000000000..5c918ce1f390202fb9019caf33016f79ab524f54 --- /dev/null +++ b/datasets/708174.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:655f750c2cb6555d87e09e902b2985a07c618c9cc14ab11b6b54f540cb509d22 +size 6645760 diff --git a/datasets/708230.tar b/datasets/708230.tar new file mode 100644 index 0000000000000000000000000000000000000000..5fc676d149e4c66a2ec6964e65770f0260bcfa89 --- /dev/null +++ b/datasets/708230.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1226230e26f8a123f280de7a343cda51153d84cc232edcc482d5ec4b19451d39 +size 92160 diff --git a/datasets/708261.tar b/datasets/708261.tar new file mode 100644 index 0000000000000000000000000000000000000000..468fe27e81e22eccbe6c3fdab3858801032bbc85 --- /dev/null +++ b/datasets/708261.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:024e28a4d4c56f5651390290c5cb41ad8b792d5fdb82ebb80099232597351d34 +size 11141120 diff --git a/datasets/708601.tar b/datasets/708601.tar new file mode 100644 index 0000000000000000000000000000000000000000..72dae0bab5ba7f39163a67f41ef70223d0d7f654 --- /dev/null +++ b/datasets/708601.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1dc0c7b4a3329ca2b771e1420952d7910cc222e22b2271539c45cd8b2fab19f +size 22364160 diff --git a/datasets/708627.tar b/datasets/708627.tar new file mode 100644 index 0000000000000000000000000000000000000000..12d6665f9dec99e0d43f234549485b48566054d7 --- /dev/null +++ b/datasets/708627.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4106e51cb4413354fec10c98465b85c1649815ec524dba8d7534fc0e4d588c39 +size 1249280 diff --git a/datasets/708628.tar b/datasets/708628.tar new file mode 100644 index 0000000000000000000000000000000000000000..71d30d85a099df70d75a24ce26a49573b0fbb8ef --- /dev/null +++ b/datasets/708628.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e8a9568da37f3fc1cfb652873b5ec446e4146e1d9245206ddc48243625cc95f +size 22538240 diff --git a/datasets/708629.tar b/datasets/708629.tar new file mode 100644 index 0000000000000000000000000000000000000000..f1f4f78deae08917bacb709ccdc9ba5ba71481b8 --- /dev/null +++ b/datasets/708629.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4d91ecebba38ec252e652f22ca2ff403f5e2a486e01e7913543a8a7063eb4f +size 11366400 diff --git a/datasets/708661.tar b/datasets/708661.tar new file mode 100644 index 0000000000000000000000000000000000000000..ac69031c735d8564a588f77bf9b903014e86b88b --- /dev/null +++ b/datasets/708661.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42fbecbee612764430e25fb7b1621b2e2cdb9cf266524833dc3f10d6da5f26cd +size 4218880 diff --git a/datasets/708778.tar b/datasets/708778.tar new file mode 100644 index 0000000000000000000000000000000000000000..402ee595ba47ab557f0263f56fa4feb846bda9c5 --- /dev/null +++ b/datasets/708778.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c069b4de861134e686e839547ada1917d06cee41111077ab1ae0f1a1a50f0c78 +size 114923520 diff --git a/datasets/708821.tar b/datasets/708821.tar new file mode 100644 index 0000000000000000000000000000000000000000..45b0091c56121609ac381aba2fcbdbc62285f1f2 --- /dev/null +++ b/datasets/708821.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6904e2be6bfc31a71471d5a3ecdda78a868131fb512c55ce650aae044b136e3 +size 522240 diff --git a/datasets/708827.tar b/datasets/708827.tar new file mode 100644 index 0000000000000000000000000000000000000000..e5143dc0654665d260598909edc036595c1294ff --- /dev/null +++ b/datasets/708827.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85cf8f477f991764ead45e5cdd736c51be2b33ef925d7eea428b74e057f97ccc +size 114923520 diff --git a/datasets/709241.tar b/datasets/709241.tar new file mode 100644 index 0000000000000000000000000000000000000000..34be11b7f03626ab922dc1cc415301e987384f7d --- /dev/null +++ b/datasets/709241.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4483557dd469b1c3f2a8809cc6164395a5d7a78118eb61f0885d2fee464b5d38 +size 368640 diff --git a/datasets/709315.tar b/datasets/709315.tar new file mode 100644 index 0000000000000000000000000000000000000000..5d6cb2a83eccaa4a050cc4f37478438c92ffdf62 --- /dev/null +++ b/datasets/709315.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879edf552671c4beea80059c7d7e4d6205b910da7f168f24ea740d3970e3fd34 +size 307200 diff --git a/datasets/709467.tar b/datasets/709467.tar new file mode 100644 index 0000000000000000000000000000000000000000..b2028345231cf42dbbba7e8008f25b2245bad9b3 --- /dev/null +++ b/datasets/709467.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198e5482cf4892ad87d0ce0a01c1f54bb78da65c0b5479ef263c28a517c264b0 +size 399360 diff --git a/datasets/709633.tar b/datasets/709633.tar new file mode 100644 index 0000000000000000000000000000000000000000..84d9e55c74b5ffd72307e21d8d0fd99c7118b6b8 --- /dev/null +++ b/datasets/709633.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9110bcda8f71cc8ce01f2b818f7fde7bb7b586b9efdcf9a82fcf0dedfee6b1f6 +size 12666880 diff --git a/datasets/709659.tar b/datasets/709659.tar new file mode 100644 index 0000000000000000000000000000000000000000..6d45f23dfd81669cb75d87961ec3ce6a2a605303 --- /dev/null +++ b/datasets/709659.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05268995b8e2381add394898dd20678198c681ed343bdc25bdc7d59035038a1 +size 12666880 diff --git a/datasets/709706.tar b/datasets/709706.tar new file mode 100644 index 0000000000000000000000000000000000000000..0f278e24784b6cc741afe7523f4d156567303a36 --- /dev/null +++ b/datasets/709706.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c13536724a73df87dd4d224daaf97da0d9f8963098dac93226fd39d8f74c4af +size 25630720 diff --git a/datasets/709840.tar b/datasets/709840.tar new file mode 100644 index 0000000000000000000000000000000000000000..f985a2e8c446c02d5a0c96874acb3900ed7eedfd --- /dev/null +++ b/datasets/709840.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d366b6cc6d72f7f948e820f24fc4c365f474f682139cf557156cb56bbf5c1a +size 2201600 diff --git a/datasets/709935.tar b/datasets/709935.tar new file mode 100644 index 0000000000000000000000000000000000000000..da5dca735ff6114e9f5d2117e689f80d12af84da --- /dev/null +++ b/datasets/709935.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86db88dfc50b371105385215b18e94d166ae509f024cf22ce8a16bf0d88602c8 +size 2099200 diff --git a/datasets/709953.tar b/datasets/709953.tar new file mode 100644 index 0000000000000000000000000000000000000000..4a51252110d55df37fc8e8f1de64ef166c8fa52c --- /dev/null +++ b/datasets/709953.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9bf31abe5777e284504b77c228a99ba8d9dcb71ce1e79d9f0c358d1e3af25c +size 14376960 diff --git a/datasets/709964.tar b/datasets/709964.tar new file mode 100644 index 0000000000000000000000000000000000000000..1f60ab9e88f673bf9056c45f706b43be2963c3bb --- /dev/null +++ b/datasets/709964.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98566a86883dd618fa7ce72406cdf2ff8a30a402511e9e6ff7104d9ef574b4cb +size 9984000 diff --git a/datasets/709997.tar b/datasets/709997.tar new file mode 100644 index 0000000000000000000000000000000000000000..2b0d8e4474c636e3058c44c8198167ad0d323b3d --- /dev/null +++ b/datasets/709997.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a1d509dbda59a40debc591e4e89b3e1f42e1e04164c0a019a935df6a422de9 +size 100321280 diff --git a/datasets/710302.tar b/datasets/710302.tar new file mode 100644 index 0000000000000000000000000000000000000000..7fe0fdc3913cbcaaf73981c7948d9d15e16708f3 --- /dev/null +++ b/datasets/710302.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77ec070a21613332d0f63b4beae4aadedb28f73d2964006be27079a111e4edd2 +size 66600960 diff --git a/datasets/710371.tar b/datasets/710371.tar new file mode 100644 index 0000000000000000000000000000000000000000..00310578e5e1b8448263ab1da13fe6143cc017d3 --- /dev/null +++ b/datasets/710371.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:452f2f7dd7b15ecfd0cc049b6fe05a4521cfaa89972cf57e4ce0f0c20690a630 +size 337920 diff --git a/datasets/710444.tar b/datasets/710444.tar new file mode 100644 index 0000000000000000000000000000000000000000..79f2ea3f2f76f2d6f2735314ffb75c81d2347c10 --- /dev/null +++ b/datasets/710444.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fddd57f38d213b4d3b3a1fca0eb069acfb1250e888fac98930897a433750cec3 +size 8396800 diff --git a/datasets/71050.tar b/datasets/71050.tar new file mode 100644 index 0000000000000000000000000000000000000000..5b5bfa465d79e112c224e143ec82b371934a98de --- /dev/null +++ b/datasets/71050.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c4ee40cf7d732b140aa15f9ba0ec38ab0c8c793f9db4b5dca6656e105be707 +size 2457600 diff --git a/datasets/71066.tar b/datasets/71066.tar new file mode 100644 index 0000000000000000000000000000000000000000..548fe7619d460c051ae38af54a9f1b79df0327f8 --- /dev/null +++ b/datasets/71066.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61e486640207ecc77700a2518a7507fd1efc43848b1f0d04acd21c4a56ae6960 +size 1966080 diff --git a/datasets/710863.tar b/datasets/710863.tar new file mode 100644 index 0000000000000000000000000000000000000000..13bd214029e0d964c29372d1141b739643bf3802 --- /dev/null +++ b/datasets/710863.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8fb313ecdff7eeb0e66f81a4ac23e11ef699b21950ffd80148f7f552a85effd +size 2007040 diff --git a/datasets/71094.tar b/datasets/71094.tar new file mode 100644 index 0000000000000000000000000000000000000000..b3193e10942f8d3c151116a748d1dc4bf7fac1d7 --- /dev/null +++ b/datasets/71094.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39147f30efe342aa30609548b75d0d3f1fd2ec78cb2db0d7568d9f5edff8670 +size 1269760 diff --git a/datasets/710978.tar b/datasets/710978.tar new file mode 100644 index 0000000000000000000000000000000000000000..66986c7248be8155ee51033e27e3db08831996f6 --- /dev/null +++ b/datasets/710978.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac4036a7e97024916035975ee72ae1520d761ba1cef1e9bcf4c8f0b87cea914c +size 2068480 diff --git a/datasets/710989.tar b/datasets/710989.tar new file mode 100644 index 0000000000000000000000000000000000000000..63381118549fa7cf8ce446634b68009e7decc910 --- /dev/null +++ b/datasets/710989.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dd306a19f289258748c0b44eb7d936ce08c8ce427fb34e95e794d035af1ab4e +size 118999040 diff --git a/datasets/711030.tar b/datasets/711030.tar new file mode 100644 index 0000000000000000000000000000000000000000..c8107fed38e29ad94408c468cfe03be3e5553910 --- /dev/null +++ b/datasets/711030.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ea61c1dab6a832963801f0fac98d355ae620be42efaf59d81b6c903ea49a10 +size 30054400 diff --git a/datasets/711092.tar b/datasets/711092.tar new file mode 100644 index 0000000000000000000000000000000000000000..49695c1d8d5e96604130fe3ea61fbebf95f7cae0 --- /dev/null +++ b/datasets/711092.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94eb3be5cab20a0fe086d5360897426edb3f3bb20dc0ed028cf72417f5d0d727 +size 20940800 diff --git a/datasets/711119.tar b/datasets/711119.tar new file mode 100644 index 0000000000000000000000000000000000000000..483e05394bd9944752b96446523be1f054ebf549 --- /dev/null +++ b/datasets/711119.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b18db8001f8c22b4dd7f6e22556aecdca83f466a6139fc282439e1df03dd8e +size 20838400 diff --git a/datasets/71121.tar b/datasets/71121.tar new file mode 100644 index 0000000000000000000000000000000000000000..e4425b555ac2c9d8f82db9f3ca0ae947aa85bf99 --- /dev/null +++ b/datasets/71121.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b35a4aeed292af0fbb7ca7c07436e7ebdd39a2a5d90398cca61f530b6aecc9 +size 1515520 diff --git a/datasets/711279.tar b/datasets/711279.tar new file mode 100644 index 0000000000000000000000000000000000000000..b6259dabdb801037212f11d0380211fc270e0c35 --- /dev/null +++ b/datasets/711279.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d9463b51105857c5cf144a5840a923fd3ae617ec3a0f029358cdcb8b40dbe2 +size 164823040 diff --git a/datasets/711358.tar b/datasets/711358.tar new file mode 100644 index 0000000000000000000000000000000000000000..7a0067c8a28187d5bbe34ad812b251cb97ca5ad7 --- /dev/null +++ b/datasets/711358.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b26322f6b4c2d9d258cf7f1c1eeb59cda79e25a1260ae95f4c6fb8164b3030 +size 14110720 diff --git a/datasets/711835.tar b/datasets/711835.tar new file mode 100644 index 0000000000000000000000000000000000000000..1d1d41635440535aa655e871da8f86243b7bb970 --- /dev/null +++ b/datasets/711835.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0156c0695343f0c8b3a2148b013e79af7f0f3e4bebf9baf22ad0064c992b6ef0 +size 52172800 diff --git a/datasets/711894.tar b/datasets/711894.tar new file mode 100644 index 0000000000000000000000000000000000000000..9b259f0fabd410447327f5d009d86cb5dc8fc761 --- /dev/null +++ b/datasets/711894.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d0978602a1add5adef3abf85deb751d9af2b5ddd483ea03a3de383b2e4da23f +size 44103680 diff --git a/datasets/711940.tar b/datasets/711940.tar new file mode 100644 index 0000000000000000000000000000000000000000..75b972ca2f76a4cb811bcd1181aa12604cfa938f --- /dev/null +++ b/datasets/711940.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b32c595492b96e35c1a164d4a553d54b4057aa1b2eb519b4e229fa958a86ebb3 +size 169011200 diff --git a/datasets/711944.tar b/datasets/711944.tar new file mode 100644 index 0000000000000000000000000000000000000000..f00ec3dbf75792ad0f37f892468e0a2367e75114 --- /dev/null +++ b/datasets/711944.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d16c91d387da0dc35f2274be675943a63b1292d59525ba58cb7d4c10b5ebf39 +size 3921920 diff --git a/datasets/712025.tar b/datasets/712025.tar new file mode 100644 index 0000000000000000000000000000000000000000..b86f38cc0f5ea568b3fa9ca6b77022d4033d88e3 --- /dev/null +++ b/datasets/712025.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9947fbb61fcb2fe34865eb2a97be9e778638d63563f424f0e3d76858bd5ba62c +size 13250560 diff --git a/datasets/712068.tar b/datasets/712068.tar new file mode 100644 index 0000000000000000000000000000000000000000..d40becba41991e661de6758fa8cff19669d07e0f --- /dev/null +++ b/datasets/712068.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c2dcdfcd8f68f9ec95d45e5e3a341bc518f09952e44576f93e89b86b444526 +size 42403840 diff --git a/datasets/712208.tar b/datasets/712208.tar new file mode 100644 index 0000000000000000000000000000000000000000..2bd76f41706ead44595b97811c3a9f3937759c5a --- /dev/null +++ b/datasets/712208.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82bb49111ab6004aea03f14d2460e06185ee1f0bfb4c48a09eb3b023612ae7bd +size 2273280 diff --git a/datasets/712318.tar b/datasets/712318.tar new file mode 100644 index 0000000000000000000000000000000000000000..9ab3894b92736e44545237763777c6bf564656f3 --- /dev/null +++ b/datasets/712318.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a16cae45db5ba17a2214909227d68c1dd461e917d4e617503c4f7b5d0bfed2 +size 885504000 diff --git a/datasets/712407.tar b/datasets/712407.tar new file mode 100644 index 0000000000000000000000000000000000000000..62944edc67afedc980b0d1116d7f435a4daba75e --- /dev/null +++ b/datasets/712407.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f531c644e10a248a4d9b7e042f894df3a5416380ae630d8f0edbcbf7d762703 +size 12042240 diff --git a/datasets/712491.tar b/datasets/712491.tar new file mode 100644 index 0000000000000000000000000000000000000000..3d2a0cd93bae06e85e7ef97cdd019fc582c6767b --- /dev/null +++ b/datasets/712491.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4f8d07b6769bc0477336ed65218d5aaa9d14d796a68ecbab7ac46b6ee2c3a7 +size 7833600 diff --git a/datasets/712510.tar b/datasets/712510.tar new file mode 100644 index 0000000000000000000000000000000000000000..66b9fcf5c0156aef2cd29efc8fbaaab683f10c12 --- /dev/null +++ b/datasets/712510.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f61005f8755bb4e6e18c0ba5d2b99ee87af37400342dc7ef4cd6a69854779090 +size 81920 diff --git a/datasets/712608.tar b/datasets/712608.tar new file mode 100644 index 0000000000000000000000000000000000000000..8f0917aad41165f461e05711b308f1399612ad6c --- /dev/null +++ b/datasets/712608.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5946e8c12b3844191ab137798e2435075fcd9df6068c72c7971d6a0c7126f904 +size 86333440 diff --git a/datasets/712681.tar b/datasets/712681.tar new file mode 100644 index 0000000000000000000000000000000000000000..4abc08b64c6763d0cd7a987a2846eb8e3d166b58 --- /dev/null +++ b/datasets/712681.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fa17644f1fccd834101e7360edaf057dd11da2375a9dab583712e365dcb4df5 +size 29521920 diff --git a/datasets/71272.tar b/datasets/71272.tar new file mode 100644 index 0000000000000000000000000000000000000000..a336639cfd0e43c24501da5d177bd7235b90dac0 --- /dev/null +++ b/datasets/71272.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580613173b594a6fbb4d6a41f51f6acd61f3fa0496506abc96aa402d4c910cd8 +size 1454080 diff --git a/datasets/712779.tar b/datasets/712779.tar new file mode 100644 index 0000000000000000000000000000000000000000..d568e468e643cc956402e4efe265e46482b85520 --- /dev/null +++ b/datasets/712779.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350cce64331d762a6a137ff07c2e2c205ab381baa60d30841284ea4537a2ca80 +size 1239040 diff --git a/datasets/712930.tar b/datasets/712930.tar new file mode 100644 index 0000000000000000000000000000000000000000..019d864f6bf5ac17a15315bb59266f8dbd208def --- /dev/null +++ b/datasets/712930.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2136eb6778404edb3eb4e0781791ea9ba3b63a2f7a0f04e0a696b761ffd405e +size 6277120 diff --git a/datasets/71306.tar b/datasets/71306.tar new file mode 100644 index 0000000000000000000000000000000000000000..2df88d89cc48dbbaf92b6f0b8c966e1ec81ff5d8 --- /dev/null +++ b/datasets/71306.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c173de3361fb06431d5ebc5b39903bf907a04ff5dafbdffe8217cd9a56de6f59 +size 727040 diff --git a/datasets/713093.tar b/datasets/713093.tar new file mode 100644 index 0000000000000000000000000000000000000000..cf043704f899413c1fb9c0e0213ac2bb2a0f6d97 --- /dev/null +++ b/datasets/713093.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:613e16f740f26f25ea13cf2c4f1288572514a12706bb9380751458dfa1f2c914 +size 215040 diff --git a/datasets/713122.tar b/datasets/713122.tar new file mode 100644 index 0000000000000000000000000000000000000000..28a139e7c82d5f7feddb0b5f64a4d40ec8165dec --- /dev/null +++ b/datasets/713122.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4206436adc6efe41601f65f91d4e147f3b4688786556609562017a2d48068352 +size 706560 diff --git a/datasets/713311.tar b/datasets/713311.tar new file mode 100644 index 0000000000000000000000000000000000000000..587efbd4beff7f10a979db21a8e6325375580a9b --- /dev/null +++ b/datasets/713311.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daaa6e0cce683d351a4a5fd6646a02ad7a73b8bc1c8b575d270736a53d590d0a +size 7014400 diff --git a/datasets/713398.tar b/datasets/713398.tar new file mode 100644 index 0000000000000000000000000000000000000000..f8b22f9b662d72c4e27f9dcb9fc5df515ed4124c --- /dev/null +++ b/datasets/713398.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db9e170c15333237a3091923b1c29c4094b01759eb179212e6d83ed036317bf8 +size 1495040 diff --git a/datasets/713630.tar b/datasets/713630.tar new file mode 100644 index 0000000000000000000000000000000000000000..7c4314b066f072c4ed2ea793bd2baa4cde00bd4b --- /dev/null +++ b/datasets/713630.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21bb246f57314e02e35ecc99ac06697476fb76a895bef3c1e23cc54ccb93870c +size 2160640 diff --git a/datasets/713641.tar b/datasets/713641.tar new file mode 100644 index 0000000000000000000000000000000000000000..e10b6fcfc4cc6b84bc1d56e8d5746264d612b602 --- /dev/null +++ b/datasets/713641.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:221c1c708d966e3eb85e1c00baa1811e4b2e1051f76c3c4c9271d15f4fe3efcb +size 16240640 diff --git a/datasets/713780.tar b/datasets/713780.tar new file mode 100644 index 0000000000000000000000000000000000000000..c91eb9b748dc3f65e16afc416a5be03f78755ce4 --- /dev/null +++ b/datasets/713780.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f280a9ae9126faf48c990c69745e646052a8ffaadcda49da72b93cc78b38e07 +size 9277440 diff --git a/datasets/714003.tar b/datasets/714003.tar new file mode 100644 index 0000000000000000000000000000000000000000..1667a150ee097f0f25188727c78d703509db951f --- /dev/null +++ b/datasets/714003.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2f8749de454104a2274ad38645838be67ac974f941a2c4c3360b69a431de38 +size 84459520 diff --git a/datasets/714075.tar b/datasets/714075.tar new file mode 100644 index 0000000000000000000000000000000000000000..49df84cb77f28ec24be85916e44462f9c74f4120 --- /dev/null +++ b/datasets/714075.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaec000e8300e6b75e0feed5813801a5b1ed844ff11016bf453a26af19ca79ab +size 4034560 diff --git a/datasets/714125.tar b/datasets/714125.tar new file mode 100644 index 0000000000000000000000000000000000000000..924fd3645e5a0c82695f4579c2143e993bc2f6b6 --- /dev/null +++ b/datasets/714125.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c0a0b996af7c8bd35563acf8f2827fb8693f607626ce9acb74944f6e1d3e9e6 +size 19906560 diff --git a/datasets/714141.tar b/datasets/714141.tar new file mode 100644 index 0000000000000000000000000000000000000000..280f22290df34d470d1584db9de94d0fd38afb96 --- /dev/null +++ b/datasets/714141.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5120e74c3963eb682dc015d5b7d77c02c8f7e6b8eceeac2b210df6d6d0474bbb +size 19906560 diff --git a/datasets/714237.tar b/datasets/714237.tar new file mode 100644 index 0000000000000000000000000000000000000000..66de5c8e4532eeba343d5f82daf249e00204473e --- /dev/null +++ b/datasets/714237.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6569b1d958a35efdbba1b87c9fba2d405d317e26e2f3e83791e2feea53d36994 +size 133120 diff --git a/datasets/714240.tar b/datasets/714240.tar new file mode 100644 index 0000000000000000000000000000000000000000..6a7500cd3f69c2c7ee18240f36761d3fe5976349 --- /dev/null +++ b/datasets/714240.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0815abc8e5dfa9d6f1fddf796f60d615404711c5aa664be072d05990abb9a402 +size 19906560 diff --git a/datasets/714328.tar b/datasets/714328.tar new file mode 100644 index 0000000000000000000000000000000000000000..9e9df131019f2d49b003b8571ee595fd5e77d78a --- /dev/null +++ b/datasets/714328.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8579a223826d392ffa556e97cbdc0c7124374735f9683e40517764bc6e3b4766 +size 6492160 diff --git a/datasets/714330.tar b/datasets/714330.tar new file mode 100644 index 0000000000000000000000000000000000000000..0f3e251575a1cfeaa0150614c489b680cdcdbdc7 --- /dev/null +++ b/datasets/714330.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6c23d5aebea96e745a6693521d0e382bbee100c788f108628384d5e2710faf +size 266240 diff --git a/datasets/714539.tar b/datasets/714539.tar new file mode 100644 index 0000000000000000000000000000000000000000..255e5ebff6f403cb7f63906114f95408be65a66e --- /dev/null +++ b/datasets/714539.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188a1fb001c760dc10ed913dc0f263ca5e093fb2cddbc9c40663b35bd13334b3 +size 5068800 diff --git a/datasets/714723.tar b/datasets/714723.tar new file mode 100644 index 0000000000000000000000000000000000000000..4b28f67beb93f622617b49c50c86827c8afa0c24 --- /dev/null +++ b/datasets/714723.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:600565667966df1a25af1bea595f7f32de582353342c673e063f2851d6930258 +size 819200 diff --git a/datasets/714798.tar b/datasets/714798.tar new file mode 100644 index 0000000000000000000000000000000000000000..e7215e9f843363bf5f43f45199795d010693ede5 --- /dev/null +++ b/datasets/714798.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6838f23e393e34438642817bf61a7e6be41022ceb3cd1b0685b0c002ec7759 +size 8058880 diff --git a/datasets/714826.tar b/datasets/714826.tar new file mode 100644 index 0000000000000000000000000000000000000000..0616cbd5b1732d3a5e8dcf14f736eab6c0d03e3a --- /dev/null +++ b/datasets/714826.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a28d2cd2ae2b3073c0fd3aedd66aef09c5c402acc331a28dc2d5fe65c699e9bb +size 176650240 diff --git a/datasets/714935.tar b/datasets/714935.tar new file mode 100644 index 0000000000000000000000000000000000000000..4097a3c9ded85f0d1e9baf38a1bf444d0868b178 --- /dev/null +++ b/datasets/714935.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c641cdabc18606d6b0f18997c1fb29b3b9d2b1000ce89db2f63dfd49f2181f +size 107345920 diff --git a/datasets/714955.tar b/datasets/714955.tar new file mode 100644 index 0000000000000000000000000000000000000000..6af633c94ceec687b818af2e129c8d5b63e2674e --- /dev/null +++ b/datasets/714955.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:006cbd5e36766a52bb12ee1f7a887d5242527df2f48992975f2771e782aaa592 +size 29491200 diff --git a/datasets/715075.tar b/datasets/715075.tar new file mode 100644 index 0000000000000000000000000000000000000000..f3a8e9a32a1e2e19466ead47deee8f1ef25e6548 --- /dev/null +++ b/datasets/715075.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d654c1fe42d9281473b7052421724538d93d6c9d239d15ee6feffddcc237e4b6 +size 245760 diff --git a/datasets/715300.tar b/datasets/715300.tar new file mode 100644 index 0000000000000000000000000000000000000000..0f9de8ea6f8d696cc73485cc8fa6e17ecff16fc0 --- /dev/null +++ b/datasets/715300.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a9227018b052481808dad928f275c6f2b92f5529fe8d2e7b3400ccca1331de1 +size 26019840 diff --git a/datasets/715441.tar b/datasets/715441.tar new file mode 100644 index 0000000000000000000000000000000000000000..a495e9d8c634fdf540aee05dfda140b816553247 --- /dev/null +++ b/datasets/715441.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e52add0b1259146af48b67ed3c87c8c160b49180a1591fe7b47dfee82af1ccf +size 29491200 diff --git a/datasets/715485.tar b/datasets/715485.tar new file mode 100644 index 0000000000000000000000000000000000000000..b032abd9cde0d10ac02390f7bcd03d11ad26ae29 --- /dev/null +++ b/datasets/715485.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42536a27242f8dc24d106bc923dd1fd4c76b4e10dd25f69384af81aa1c62dbaa +size 283125760 diff --git a/datasets/715631.tar b/datasets/715631.tar new file mode 100644 index 0000000000000000000000000000000000000000..454b94dd679a02c0670a00392b6ee17398e14b09 --- /dev/null +++ b/datasets/715631.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db755dd214bdcfe7925c88a5cbc4990334f51d12726f674f22997ba08bccffd5 +size 7915520 diff --git a/datasets/715727.tar b/datasets/715727.tar new file mode 100644 index 0000000000000000000000000000000000000000..4b5940531e580e314037c150a1df0305a05cfbdb --- /dev/null +++ b/datasets/715727.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1581095cb295bd1d074f146a58e3af98e974ec315080278da9d204e2fde7ea9a +size 40960 diff --git a/datasets/715745.tar b/datasets/715745.tar new file mode 100644 index 0000000000000000000000000000000000000000..1903515fc4c9643eef1a8e20e6758936b95733df --- /dev/null +++ b/datasets/715745.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4144236d78a9aa304c35e5aae54b84bb910f807dee51035915f6fd4a3036b711 +size 84336640 diff --git a/datasets/715824.tar b/datasets/715824.tar new file mode 100644 index 0000000000000000000000000000000000000000..93b9e273ea9abf042186a6d98c2fea64e50be50d --- /dev/null +++ b/datasets/715824.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf9ed8e97d71ecde356824698724582e8d520b8a4aab46043ec8ecb76eb935cd +size 1669120 diff --git a/datasets/715828.tar b/datasets/715828.tar new file mode 100644 index 0000000000000000000000000000000000000000..c7825b1ff9b83b7079e5c92da0efadc4c0796a11 --- /dev/null +++ b/datasets/715828.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb72489856f4b6f72889061a7b6edd1dd7a7566039c0cb5bfededdc4da61477 +size 19906560 diff --git a/datasets/715831.tar b/datasets/715831.tar new file mode 100644 index 0000000000000000000000000000000000000000..24716bc950c430d842c99d77db6068ce8d837c9e --- /dev/null +++ b/datasets/715831.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:325eee6d4ae7ac23f20abebaf971475a15973ddc65e8e5d50422d818e3e2b77b +size 9502720 diff --git a/datasets/715846.tar b/datasets/715846.tar new file mode 100644 index 0000000000000000000000000000000000000000..bf72ce16fb998c7e2184adf5dc21a6f0991608e9 --- /dev/null +++ b/datasets/715846.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2feedee3ee1cd08d92b427c782dff01eb4c25dc93d1beaaa2b7313feda2a7ebb +size 22538240 diff --git a/datasets/715870.tar b/datasets/715870.tar new file mode 100644 index 0000000000000000000000000000000000000000..c303a9db02a43fb728354295d60828c4d6591e9a --- /dev/null +++ b/datasets/715870.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d252ccd27edfa02128ab6f22860c386ed0b64adc43e9dd28925084c3e73edf56 +size 122880 diff --git a/datasets/715891.tar b/datasets/715891.tar new file mode 100644 index 0000000000000000000000000000000000000000..fc836646a7fc4b795969e6a2b6d366f9dd482d35 --- /dev/null +++ b/datasets/715891.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59c7ae17458865451b07c72bef2a787d5e7df1bc9256748939e84a4983750bed +size 71680 diff --git a/datasets/715943.tar b/datasets/715943.tar new file mode 100644 index 0000000000000000000000000000000000000000..8d4894d93f7710257089782c720496bde50fc0b4 --- /dev/null +++ b/datasets/715943.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4f966ff9b8c205f31568f79a56bba8ba152bf1e50817b5f2754523344fcd9e +size 3737600 diff --git a/datasets/715956.tar b/datasets/715956.tar new file mode 100644 index 0000000000000000000000000000000000000000..bcf55aca5890e4a3e2a3a9115dba32660743668e --- /dev/null +++ b/datasets/715956.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92cb9d91611d267998a73803da109ea5f36c072dc0d4f9a214e5db6774d32ed9 +size 61440 diff --git a/datasets/715966.tar b/datasets/715966.tar new file mode 100644 index 0000000000000000000000000000000000000000..0ff4dac3c8b5b0a619f30e91e179b6e79f10c192 --- /dev/null +++ b/datasets/715966.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a98779b59be90a7568118a6ec084cad46f1243fa8fb6678c6619e85662482fea +size 5795840 diff --git a/datasets/715967.tar b/datasets/715967.tar new file mode 100644 index 0000000000000000000000000000000000000000..f5cf14cf98a2463b79020bdddaae6fef627b8eac --- /dev/null +++ b/datasets/715967.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01981d1a251fa64a9211f352bf6719228ee2455b9cc3c68fc1a35816fd74d7d +size 36833280 diff --git a/datasets/716049.tar b/datasets/716049.tar new file mode 100644 index 0000000000000000000000000000000000000000..60a834f1f44602b53400b76c72cf06777ce87089 --- /dev/null +++ b/datasets/716049.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb72d630026ca6233f7af7b2dd462bdc42562a691145db8491c007e4cb60205d +size 4177920 diff --git a/datasets/716071.tar b/datasets/716071.tar new file mode 100644 index 0000000000000000000000000000000000000000..54e46acfb52b4307bc9f9bed7e060e3f3b4a06f0 --- /dev/null +++ b/datasets/716071.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3edadf71c58912e905804693ac92ad3cdf7ef40b743242c2e3bc0e1a5a59df66 +size 4177920 diff --git a/datasets/71609.tar b/datasets/71609.tar new file mode 100644 index 0000000000000000000000000000000000000000..38bf9fc0a5a584307f1e47c2bd1446cd556987ad --- /dev/null +++ b/datasets/71609.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d5d32929bcb47453fbf32cc9a40d223f9f5eb2c986be28939dffca42b3bee40 +size 972800 diff --git a/datasets/71619.tar b/datasets/71619.tar new file mode 100644 index 0000000000000000000000000000000000000000..125f8f77ff88ef8ef55f9c5abd25d641827468bc --- /dev/null +++ b/datasets/71619.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d5cd2a53de48f21d3446344c8f12e0ace312eac766cd0c7d3db2334ea32c000 +size 4526080 diff --git a/datasets/716206.tar b/datasets/716206.tar new file mode 100644 index 0000000000000000000000000000000000000000..f3e341e0fc3ef75aef5887c3d64fdf9116ebc992 --- /dev/null +++ b/datasets/716206.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77ff4247dd0e23b5260910875d7de7caab936642d6a76ed430cd066ed327a494 +size 12666880 diff --git a/datasets/716215.tar b/datasets/716215.tar new file mode 100644 index 0000000000000000000000000000000000000000..450cfbcc92fb3adf24a1e8554f657d2c6485bcbb --- /dev/null +++ b/datasets/716215.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c0baf9fcc088f08ac5d5662a9b3b4e092815fc6d08a553153f9702f966d8a2 +size 26204160 diff --git a/datasets/716223.tar b/datasets/716223.tar new file mode 100644 index 0000000000000000000000000000000000000000..8a559c7cfe8382631f3421b2d359381bd303cd1a --- /dev/null +++ b/datasets/716223.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f92ace7454631c39048b8249616376597c48df2a27d638bcfa9b6909bad04ff3 +size 1781760 diff --git a/datasets/716224.tar b/datasets/716224.tar new file mode 100644 index 0000000000000000000000000000000000000000..432323d266988e16b44c80750ea390aeeb4f1fcb --- /dev/null +++ b/datasets/716224.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a27e68a4ff3088820617ac7e62dc2de155ecd4bad20159e5551fd6bee0573ff +size 19630080 diff --git a/datasets/716232.tar b/datasets/716232.tar new file mode 100644 index 0000000000000000000000000000000000000000..177ec80331e926cb92bb6afd57bf56da132a903c --- /dev/null +++ b/datasets/716232.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a45a925001ced8e9b310006af1f4373fe376aad2d4ebaa99c282ede93446bc04 +size 28876800 diff --git a/datasets/716240.tar b/datasets/716240.tar new file mode 100644 index 0000000000000000000000000000000000000000..c8571bebc9f4edb23a139fc628efe142902f633e --- /dev/null +++ b/datasets/716240.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3a672ecf7c32f1a6a5edb03fa6786fb99b13ba699de87f6ec94e4bd022ef08 +size 32788480 diff --git a/datasets/716245.tar b/datasets/716245.tar new file mode 100644 index 0000000000000000000000000000000000000000..9c6fe57ae2ef0192571941cbac1dee4e1d791278 --- /dev/null +++ b/datasets/716245.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd85290ff5fe9d8c5597564d072ac7027d78c29f5fcb08d2533bcfb5d7494613 +size 13393920 diff --git a/datasets/716251.tar b/datasets/716251.tar new file mode 100644 index 0000000000000000000000000000000000000000..7c10406a4c771276b704edb26a6b19b6bff7d0e7 --- /dev/null +++ b/datasets/716251.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79aaa98ca2afb394712ee68fc94632e88e0b2b5e14fb0bf7decdcc52a5bd953e +size 11130880 diff --git a/datasets/716260.tar b/datasets/716260.tar new file mode 100644 index 0000000000000000000000000000000000000000..1c274d5f3ee436039c00484de2d62c5b814ea261 --- /dev/null +++ b/datasets/716260.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6a16a5b36ca4387edb74c4dc177efda12bcc18a1d5e4ff025bbb138f390195c +size 36567040 diff --git a/datasets/71631.tar b/datasets/71631.tar new file mode 100644 index 0000000000000000000000000000000000000000..6c579fb35c6150a5019749466282155015f13b2c --- /dev/null +++ b/datasets/71631.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a602e7690fc5e406f8a7d01ba3fd7601dfcd8b43c26176652dd95375be383ad +size 1320960 diff --git a/datasets/716361.tar b/datasets/716361.tar new file mode 100644 index 0000000000000000000000000000000000000000..a9f0eedbf28fff25960e3df7cb4401bd12ed79aa --- /dev/null +++ b/datasets/716361.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e912e732560980eeb329628bb1bf05d44ac497bc53eb9dfbb16ae92830b7b3d2 +size 20971520 diff --git a/datasets/716375.tar b/datasets/716375.tar new file mode 100644 index 0000000000000000000000000000000000000000..5b30ac1f03f1b3425a6a94894951c4610c7333a3 --- /dev/null +++ b/datasets/716375.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:874d34ee16107007851079e91774e7df057a90bb81be51e06c710b5f730ca4ec +size 9410560 diff --git a/datasets/716382.tar b/datasets/716382.tar new file mode 100644 index 0000000000000000000000000000000000000000..6cb8dce8f5944f4cde527e1bf4929d1038eec1ba --- /dev/null +++ b/datasets/716382.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c519164cda1e2694a5355317ea42f7a7eb3c62ff3acc0d5fc7c54eca7d4551 +size 9492480 diff --git a/datasets/716386.tar b/datasets/716386.tar new file mode 100644 index 0000000000000000000000000000000000000000..6170632f3bc6116cf53f144d8a697a3b17e2e615 --- /dev/null +++ b/datasets/716386.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42cb391ce90b4d96197fd462fc77eeed85ae7d10e3089b28f140bb925c822cd +size 14080000 diff --git a/datasets/716398.tar b/datasets/716398.tar new file mode 100644 index 0000000000000000000000000000000000000000..4ce75ceabfd32c4b527daaf12324f07fefc032dc --- /dev/null +++ b/datasets/716398.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279a1ac631ee6a05b1ac0b9d31d2715ec0ab7947461b1e4799716ddb0d0491d4 +size 8939520 diff --git a/datasets/716404.tar b/datasets/716404.tar new file mode 100644 index 0000000000000000000000000000000000000000..2b7ec5b60a5a908a5e0714514e750038ed8b1be5 --- /dev/null +++ b/datasets/716404.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:693b7badb62ba62152c0c415033bf628a560490d257c29b1e5794c2fcbe7314d +size 10137600 diff --git a/datasets/716472.tar b/datasets/716472.tar new file mode 100644 index 0000000000000000000000000000000000000000..2122c04a7d55e931efad5860b55a7663edfa5d1c --- /dev/null +++ b/datasets/716472.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d45d3b94a90ae1c010c64786cbda832bd30de67beac9fcdaa4265dcaa2b622c +size 102400 diff --git a/datasets/717094.tar b/datasets/717094.tar new file mode 100644 index 0000000000000000000000000000000000000000..875c4e46dc1554e8291959ace6715038faa93902 --- /dev/null +++ b/datasets/717094.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22f4af50768e51fdfff016512f54b36bfa6d19f7b2ac2c76abcb08029d37978 +size 798720 diff --git a/datasets/717190.tar b/datasets/717190.tar new file mode 100644 index 0000000000000000000000000000000000000000..ee3dcf8c7f439a4b227c27f1bd64b3116fd42c81 --- /dev/null +++ b/datasets/717190.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07457436886ea8dc222e85037d576c1614b9c6589e7ada679a31667993fa256f +size 12789760 diff --git a/datasets/717230.tar b/datasets/717230.tar new file mode 100644 index 0000000000000000000000000000000000000000..ee7c8154a515abaaf971e45a370b8ffbf3e3d7d7 --- /dev/null +++ b/datasets/717230.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5386bada26dbb8ddd6d59aba2cbb45649279e834635065cee3e4e1f45e09f75b +size 22609920 diff --git a/datasets/717281.tar b/datasets/717281.tar new file mode 100644 index 0000000000000000000000000000000000000000..4e763d6bfe935a4292e36f2e54c46f33321af29e --- /dev/null +++ b/datasets/717281.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d487f84a008a3cf0f77019ca44c97fbbc486686897cd8e873934b69eb28e7d5 +size 3051520 diff --git a/datasets/717313.tar b/datasets/717313.tar new file mode 100644 index 0000000000000000000000000000000000000000..0870a991a19d231cd8f618fea3b0fac72f492d19 --- /dev/null +++ b/datasets/717313.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bfec0cd48b1ae3436ff76583fcb585df735ee2241a5e58367e45c75bdc311a2 +size 3491840 diff --git a/datasets/717397.tar b/datasets/717397.tar new file mode 100644 index 0000000000000000000000000000000000000000..234da6d68914ae9117b5b6618b6fe72ed08080a5 --- /dev/null +++ b/datasets/717397.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d8fb21496a0e6a2d40b67f377c6038a4250f16d1bb8fca1aceff91a5a9dbed +size 4096000 diff --git a/datasets/717614.tar b/datasets/717614.tar new file mode 100644 index 0000000000000000000000000000000000000000..ca3d87d0eeedd2e8c920202070454816e47cd1a8 --- /dev/null +++ b/datasets/717614.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0079c6d2ffdfa63988ff0627abda9b51b60c48446e91cc4a8f279e2585dc8356 +size 17080320 diff --git a/datasets/717724.tar b/datasets/717724.tar new file mode 100644 index 0000000000000000000000000000000000000000..2131df233f45b52800a3fd71440838b56136575e --- /dev/null +++ b/datasets/717724.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2145fba94c06888746f43756060b52cad16ededc3c0437ebc572b43cf9c78601 +size 204666880 diff --git a/datasets/717745.tar b/datasets/717745.tar new file mode 100644 index 0000000000000000000000000000000000000000..4145e60dd982985deb1097eccd0a77cfd68d4b4d --- /dev/null +++ b/datasets/717745.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a752be039ef0e6b78ee607f9087450b9f825752385d46092277677428d7f58 +size 1648640 diff --git a/datasets/717829.tar b/datasets/717829.tar new file mode 100644 index 0000000000000000000000000000000000000000..98d407129640c2030439720ea3dff808f6a61b0e --- /dev/null +++ b/datasets/717829.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2baf1f8d4f6c3783b7cfc229ec9b2675ebfd1c2758caf9bfc297001215cc991f +size 942080 diff --git a/datasets/717888.tar b/datasets/717888.tar new file mode 100644 index 0000000000000000000000000000000000000000..28d0868daa2a26b94378ef4220fae7e6e536e02e --- /dev/null +++ b/datasets/717888.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11c5474b8b80f79e4fedc2fe5ee7bb44a3470d21ffb3c9c77db307a20852869 +size 2498560 diff --git a/datasets/717910.tar b/datasets/717910.tar new file mode 100644 index 0000000000000000000000000000000000000000..c53ae930b59f0787d6d5649a311975c7595c9419 --- /dev/null +++ b/datasets/717910.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8673656930a408195a01677379f96b6b9fe707eaec61df42a4cb32cbacd1ac8 +size 952320 diff --git a/datasets/717993.tar b/datasets/717993.tar new file mode 100644 index 0000000000000000000000000000000000000000..3782135092dda357cc5eb346d005413b52fbdd44 --- /dev/null +++ b/datasets/717993.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1e40194ccdbd803016b68662ad05aa44e78dc461ac54292e31f577ab0a4eff +size 235520 diff --git a/datasets/718081.tar b/datasets/718081.tar new file mode 100644 index 0000000000000000000000000000000000000000..aebb76960eb36465a6bfe80ada2e9bd3f9937e7d --- /dev/null +++ b/datasets/718081.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cea3d06f5e04cde162a79c7ae0c584a2a7a16e7e5495a3cf1a3f80b07b5405f +size 36136960 diff --git a/datasets/718492.tar b/datasets/718492.tar new file mode 100644 index 0000000000000000000000000000000000000000..1a2c667e16bb6e6d9d017fdca8a056ca170c38d8 --- /dev/null +++ b/datasets/718492.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4f8d3899d6cf38b8eb7c34f81cb61d21ab7de23ec34f48e28bbdf89d56ebd5 +size 22886400 diff --git a/datasets/718504.tar b/datasets/718504.tar new file mode 100644 index 0000000000000000000000000000000000000000..3d9dcd9b703fe10bc986a4bb62e53badc35522d5 --- /dev/null +++ b/datasets/718504.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11821925d187cc12215864d4af044242edae77abb59760ac6cef8de48b2a30b6 +size 20285440 diff --git a/datasets/718513.tar b/datasets/718513.tar new file mode 100644 index 0000000000000000000000000000000000000000..3d1b8e2a4ae1bff6266cc6dcecd206cbf64bd83c --- /dev/null +++ b/datasets/718513.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d72bbb92d6baa8cfebc0e371cb5a18c54b8c554b60d1944c4805878fcf5f90 +size 36116480 diff --git a/datasets/718584.tar b/datasets/718584.tar new file mode 100644 index 0000000000000000000000000000000000000000..9dc3446b4b083f3f3ad13bde0dcbf16057f930c4 --- /dev/null +++ b/datasets/718584.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17576bae3436322123ff17b1d517dac0c0c85d9ad2454e7dd7aeca5def18d6fa +size 44922880 diff --git a/datasets/718631.tar b/datasets/718631.tar new file mode 100644 index 0000000000000000000000000000000000000000..b2c00d72e1247a2b4b634c9aaf53ca90242c66d8 --- /dev/null +++ b/datasets/718631.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:059c744dffc6f4456380475318e602250f7d5557ae6cd034e06aa1961097f90c +size 2365440 diff --git a/datasets/718635.tar b/datasets/718635.tar new file mode 100644 index 0000000000000000000000000000000000000000..f8ab052cd648dffa4868ceb83bb9b4fac2d2c52f --- /dev/null +++ b/datasets/718635.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9677ea92e8f1578a2a0ab05c6f7ce0b6bbbeac8f695d198ec323f10f0933aa34 +size 911360 diff --git a/datasets/718759.tar b/datasets/718759.tar new file mode 100644 index 0000000000000000000000000000000000000000..9b4710dfaec24ef90e4ab9708c0ac4d8e4da26c0 --- /dev/null +++ b/datasets/718759.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3cbcbc26e1e6c952393e6ab66cbb20ea197c257b0e8e3584a8a5f2ab5ed8c57 +size 757760 diff --git a/datasets/718805.tar b/datasets/718805.tar new file mode 100644 index 0000000000000000000000000000000000000000..becfcc26a8c7a2063591325a3498acc40bfc9ef2 --- /dev/null +++ b/datasets/718805.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2088e7d4bd76f0e561880ad2add54ae3ece5916c82e8402fe88efe29bc2c7126 +size 3010560 diff --git a/datasets/718825.tar b/datasets/718825.tar new file mode 100644 index 0000000000000000000000000000000000000000..862d260d67c489d0499673b86bde2828ad22242a --- /dev/null +++ b/datasets/718825.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeacae00e03241e5bdcbda6deea0684c96567837cac6647340cc3de0888261c1 +size 450560 diff --git a/datasets/718893.tar b/datasets/718893.tar new file mode 100644 index 0000000000000000000000000000000000000000..66e242e8a36c4d6145a3ca4e16d6e52be10cd99c --- /dev/null +++ b/datasets/718893.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed738c1a31bf71f14ffcacd78ce81c04d431e609db19f073aaa3d5e5c4725026 +size 20162560 diff --git a/datasets/718975.tar b/datasets/718975.tar new file mode 100644 index 0000000000000000000000000000000000000000..a67c0954e76f0ccfdb97757fe1fb37f1a147a90b --- /dev/null +++ b/datasets/718975.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ecf6673638fed2518b4eb2eb628d2857baf011f14f91e4fe05d7bfbcf28ad05 +size 81920 diff --git a/datasets/719117.tar b/datasets/719117.tar new file mode 100644 index 0000000000000000000000000000000000000000..2ba9b87d80ac2782fb495238e419d6ef7fef4d00 --- /dev/null +++ b/datasets/719117.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c3b22748819446cc69eb241b241b975da91a06b2bc21b666a2ae6412bdfa39 +size 1208320 diff --git a/datasets/719138.tar b/datasets/719138.tar new file mode 100644 index 0000000000000000000000000000000000000000..d550d0e8f3ae8ce2142204c32b006cca2ab79816 --- /dev/null +++ b/datasets/719138.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6da29e11b5a3ff85e3189d08ac6dbe3b410cdea85107c5eba3fe53c65e667ac0 +size 1361920 diff --git a/datasets/719204.tar b/datasets/719204.tar new file mode 100644 index 0000000000000000000000000000000000000000..aa0bc401eb084fe5f2f8c0d455cf8f06bbc44e74 --- /dev/null +++ b/datasets/719204.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ed16d09443f0503527e14f83b53370f07faf3bf2b2b21d7496aa0d82323d63 +size 7669760 diff --git a/datasets/719535.tar b/datasets/719535.tar new file mode 100644 index 0000000000000000000000000000000000000000..ed203b3aa45432690c90dc8c12dc8575cae451dc --- /dev/null +++ b/datasets/719535.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce16aa2ae225a2d6379ca5f8c3c7fa70f425503de428370000be4d9b42a1fde +size 61368320 diff --git a/datasets/719568.tar b/datasets/719568.tar new file mode 100644 index 0000000000000000000000000000000000000000..115ebf03119b026b6483ffc7e2b23c8407520bfe --- /dev/null +++ b/datasets/719568.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b31febe77281c60675b588d328ac0836e3bcf13fcc1ecb964c02cbebe0d43f +size 12503040 diff --git a/datasets/719771.tar b/datasets/719771.tar new file mode 100644 index 0000000000000000000000000000000000000000..1b3381af5833ae4ec982c0ce3b07b87c18d7e1af --- /dev/null +++ b/datasets/719771.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c261fd2d79373abd125a45bc0d7082095e1c7ea0c048325f46a46f877b0648 +size 358400 diff --git a/datasets/719846.tar b/datasets/719846.tar new file mode 100644 index 0000000000000000000000000000000000000000..6783508b740be26f6d243fec1c3951fd0c95b8a8 --- /dev/null +++ b/datasets/719846.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e235ca28e02e58e5dc5cdc50268b1de5a9d254d963c7ae18965764e4361622 +size 2191360 diff --git a/datasets/719955.tar b/datasets/719955.tar new file mode 100644 index 0000000000000000000000000000000000000000..5fce1226a0388278d79ca4e3cf1068d4228ffeed --- /dev/null +++ b/datasets/719955.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a647013e565368552d481a39aef917c2c0ca789e5994a3e88816cefe76dd9aaf +size 1546240 diff --git a/datasets/719967.tar b/datasets/719967.tar new file mode 100644 index 0000000000000000000000000000000000000000..adc89e06a85b153fcd0fe0a13849dad53021ddc3 --- /dev/null +++ b/datasets/719967.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab2901bab8c28c9807972b44f784cfcc565bf26fbab8b34ca2a84d59af3c0a9 +size 15902720 diff --git a/datasets/719997.tar b/datasets/719997.tar new file mode 100644 index 0000000000000000000000000000000000000000..0a921a30c83732b3a2ada3e5afe5940d05b59819 --- /dev/null +++ b/datasets/719997.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03cebf5ec041a625523bb0d64696c700a5d255fd9087a4f37ca95f548516a5d2 +size 7884800 diff --git a/datasets/720063.tar b/datasets/720063.tar new file mode 100644 index 0000000000000000000000000000000000000000..9ed20888cacc618a0ddcfa2205d30436acfe648d --- /dev/null +++ b/datasets/720063.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f2a3507977360c922004ef3e505a7bddfe55002d3c4c6856fa540f4a8214a86 +size 67522560 diff --git a/datasets/720220.tar b/datasets/720220.tar new file mode 100644 index 0000000000000000000000000000000000000000..19d95bcdad8ed9f9714ef5bd4fca7cb81effd873 --- /dev/null +++ b/datasets/720220.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0338b2971eb2579457e6ccab0a56b34803ea4e2665fb12a42fbd8588649ed6f3 +size 276480 diff --git a/datasets/720280.tar b/datasets/720280.tar new file mode 100644 index 0000000000000000000000000000000000000000..a4456597d02e0083683250414d788f12bea0d723 --- /dev/null +++ b/datasets/720280.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b704a0c612f6a86943d06345425491bfb859271e0d3832a75cab9fa57a149f5f +size 13281280 diff --git a/datasets/720294.tar b/datasets/720294.tar new file mode 100644 index 0000000000000000000000000000000000000000..fa790a8ef79b3218a8245a493891cdccb6ac191a --- /dev/null +++ b/datasets/720294.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:864dc421e5d62181684526926dda4d265717e689e773e0bb936b4442f9709900 +size 13281280 diff --git a/datasets/720299.tar b/datasets/720299.tar new file mode 100644 index 0000000000000000000000000000000000000000..cd7b4eed503a50187358ad8b86ec8de3715e0155 --- /dev/null +++ b/datasets/720299.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de8b8953b5986bc215710df388f3902628022d8b6f3a581eca5a3fabed836fd +size 13281280 diff --git a/datasets/720313.tar b/datasets/720313.tar new file mode 100644 index 0000000000000000000000000000000000000000..01604311bdf337a2f753688dba76343fcbf419be --- /dev/null +++ b/datasets/720313.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ac0b4f4c6de6b2584748325335011e03dc82788d129abf41ab04fe556b0552 +size 41349120 diff --git a/datasets/721110.tar b/datasets/721110.tar new file mode 100644 index 0000000000000000000000000000000000000000..a6f9170f0e148ac8f13bae13c30c4f9e7b9b23a6 --- /dev/null +++ b/datasets/721110.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:652d410ee00cbfa28c75c4c34bb2e2731dff34f05456eb603e406ba554f717ac +size 36556800 diff --git a/datasets/721121.tar b/datasets/721121.tar new file mode 100644 index 0000000000000000000000000000000000000000..34d64ca81b6a28c87b35e7f2ef25cc7c03944fc3 --- /dev/null +++ b/datasets/721121.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:344c75b283540e8a2d546aa0325171caefa6c861b2c6306c4ca1dc1284a242ca +size 11407360 diff --git a/datasets/721129.tar b/datasets/721129.tar new file mode 100644 index 0000000000000000000000000000000000000000..9fb2090962af8a84103665abd02a581aac5a46ff --- /dev/null +++ b/datasets/721129.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d6c6f81ac7a69d628fddd9d9c6cd1770056926260104f4a3b7b277f7a0ad438 +size 5621760 diff --git a/datasets/721263.tar b/datasets/721263.tar new file mode 100644 index 0000000000000000000000000000000000000000..aff4626bb7f3258f2e557171e8698dc0e255c684 --- /dev/null +++ b/datasets/721263.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0125a36fa8dd7d48263a5647f1063884a01a5f245e02a81c4028588fb90e99b6 +size 6871040 diff --git a/datasets/721478.tar b/datasets/721478.tar new file mode 100644 index 0000000000000000000000000000000000000000..bf265d945dccad2ecb68a7f8f4d73e63f78c9a32 --- /dev/null +++ b/datasets/721478.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e2ee2e23b293485b91e6bec4677bee07bef33e07ffbcdd3dd6711f76637b796 +size 1740800 diff --git a/datasets/721593.tar b/datasets/721593.tar new file mode 100644 index 0000000000000000000000000000000000000000..7a3537c14e82eaaa19a9df2a0bc04b842c84a87a --- /dev/null +++ b/datasets/721593.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b072eeb17772adbabba734b938263705fcaf797b907142f205c5b5f8aa73ef93 +size 10352640 diff --git a/datasets/721608.tar b/datasets/721608.tar new file mode 100644 index 0000000000000000000000000000000000000000..2040ad804ba81e220fcd920ad4308e77e66a5a9c --- /dev/null +++ b/datasets/721608.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5042c7cf1f0315713bffdbfb57e6ac4609a0b5275cf7572ae4598e8ecbc57bae +size 1638400 diff --git a/datasets/721644.tar b/datasets/721644.tar new file mode 100644 index 0000000000000000000000000000000000000000..d59b33e4e8fd73d02c6740e64ccf143caa7a8c8a --- /dev/null +++ b/datasets/721644.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0233997724db3c8f17abe49429b143741b10d37f93b91b634d83e74e8fa9759d +size 1597440 diff --git a/datasets/721653.tar b/datasets/721653.tar new file mode 100644 index 0000000000000000000000000000000000000000..bec4f168698909ae1508069ea17d9ef03e813c98 --- /dev/null +++ b/datasets/721653.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a9c9334e8324b755ddbae7c8ca55a7ff108508358f2107454b662f302bec5ae +size 3502080 diff --git a/datasets/721736.tar b/datasets/721736.tar new file mode 100644 index 0000000000000000000000000000000000000000..f0082ce78080765b1cbe4980e698f272512e7b91 --- /dev/null +++ b/datasets/721736.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b850851c9009bc3f93ded5fcf62cadb36a218eec103a43808fc6d5d1925dc5 +size 3450880 diff --git a/datasets/72350.tar b/datasets/72350.tar new file mode 100644 index 0000000000000000000000000000000000000000..78d73db6e01fadf58b1ce3ad8931dd1b8a4ebe8c --- /dev/null +++ b/datasets/72350.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04fd366657ebe832c26486c1b6950af0bc43d9b0146d59885eef2b1238478eea +size 5263360 diff --git a/datasets/72497.tar b/datasets/72497.tar new file mode 100644 index 0000000000000000000000000000000000000000..23936ba45cfcd024afbbd8b350ddb4062febf06f --- /dev/null +++ b/datasets/72497.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d04b7fc2249fe570f5e78a1fd063f7cf66b68f36732271d7763145ac434addbf +size 1966080 diff --git a/datasets/72688.tar b/datasets/72688.tar new file mode 100644 index 0000000000000000000000000000000000000000..5e9f52600d94c4ba6bfa9be632afcf1ea01c681b --- /dev/null +++ b/datasets/72688.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee289394bc572ae1687abd1902ff68ec79fba27353ab94fabbf1a247750e172 +size 2488320 diff --git a/datasets/72737.tar b/datasets/72737.tar new file mode 100644 index 0000000000000000000000000000000000000000..55f007ad73a3f08179c07292fd8ff1686b03f2ae --- /dev/null +++ b/datasets/72737.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dda5affd592a2f843136ab444ba94c8178308c88b3ba0c456072d5dcbde6e7c +size 1986560 diff --git a/datasets/73024.tar b/datasets/73024.tar new file mode 100644 index 0000000000000000000000000000000000000000..75c04487f9b08f143f759df3fb446cb4a97edc05 --- /dev/null +++ b/datasets/73024.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f080b796aaaa40d2bf478200aab21acbdbdc88c8844a9b212f7f108cce08e6bb +size 4454400 diff --git a/datasets/73337.tar b/datasets/73337.tar new file mode 100644 index 0000000000000000000000000000000000000000..1350318f2e90cbab5340e7203fe490094a443f52 --- /dev/null +++ b/datasets/73337.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f781f29c6b8ad9056b20a1ff9c4022a1b6e4bc6876d5ee2a349745b492be2ec +size 1822720 diff --git a/datasets/73554.tar b/datasets/73554.tar new file mode 100644 index 0000000000000000000000000000000000000000..a95c06dac7abb8bf815d8b58a737846738db3c51 --- /dev/null +++ b/datasets/73554.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae9bf349935d4b8f91d44d5c3c83f1bc6d66cc521278442975db34c2c9728de6 +size 1822720 diff --git a/datasets/73562.tar b/datasets/73562.tar new file mode 100644 index 0000000000000000000000000000000000000000..d9e32e1709250627f65e6e273d983f4c368b502b --- /dev/null +++ b/datasets/73562.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880370ecb03e6a3e07a6490749fa13e1d16ba2571dbb7e56279ed284c87ac1f9 +size 1863680 diff --git a/datasets/73577.tar b/datasets/73577.tar new file mode 100644 index 0000000000000000000000000000000000000000..8e2c73a3458c1c9fe507cf569ddf84657ce377e4 --- /dev/null +++ b/datasets/73577.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ee9e7185317cd4c31aa2ac6b69d937358c89a633ae7ed6d3596865f71c8af7 +size 1464320 diff --git a/datasets/73643.tar b/datasets/73643.tar new file mode 100644 index 0000000000000000000000000000000000000000..27a833f6d7f3750bc7f46b3ccd79c63001d89b92 --- /dev/null +++ b/datasets/73643.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:613475326f419d36f06a735b3777015b541b1478d9ffe1c3b4434faf9aa92160 +size 3379200 diff --git a/datasets/7376.tar b/datasets/7376.tar new file mode 100644 index 0000000000000000000000000000000000000000..43154147cf4efdcf15cdf4fff6981c1eed226761 --- /dev/null +++ b/datasets/7376.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe1ed9a3802f9c77d1a2d209b8e997940531ead72c8a4a006229eb135cbde0c +size 26818560 diff --git a/datasets/73770.tar b/datasets/73770.tar new file mode 100644 index 0000000000000000000000000000000000000000..597dc80b12c133cb6586c91bec0030eef6c4f60c --- /dev/null +++ b/datasets/73770.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd4084bce4281a213fae47a703cd792711986161d060c213939278a24c28c05 +size 2048000 diff --git a/datasets/74015.tar b/datasets/74015.tar new file mode 100644 index 0000000000000000000000000000000000000000..6ce78e30bbe3dee907cad551ac28c76d091dcd55 --- /dev/null +++ b/datasets/74015.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:516fa86e59c8de8e788abaef2b91b368e2245798ed9dfce9ec5e2a1a67323b1f +size 23336960 diff --git a/datasets/74375.tar b/datasets/74375.tar new file mode 100644 index 0000000000000000000000000000000000000000..83c554bb919d9973db78f56860ccadae51de70ba --- /dev/null +++ b/datasets/74375.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa72ef85a101f096d0a2dd435123eb8d02fa2cb4122c3e08659d580422a6664 +size 1576960 diff --git a/datasets/74393.tar b/datasets/74393.tar new file mode 100644 index 0000000000000000000000000000000000000000..11aeda730dd68f0223a3595b182ce6a8e1a308ce --- /dev/null +++ b/datasets/74393.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:981f1139391855abe716f073dd1c165b4ae386ba40a9dc91ee76befd9a151d58 +size 1914880 diff --git a/datasets/74412.tar b/datasets/74412.tar new file mode 100644 index 0000000000000000000000000000000000000000..5c7ca84bd9325c342e26753ef11b68b9964f06d3 --- /dev/null +++ b/datasets/74412.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38d762e3f99bd4d019d8fc3a33f856a6eba37e0a2a500aab15d7e980497fdcd7 +size 1085440 diff --git a/datasets/74416.tar b/datasets/74416.tar new file mode 100644 index 0000000000000000000000000000000000000000..8e58da0068e56a4ab5ed040e93896e0e233cd6ed --- /dev/null +++ b/datasets/74416.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6757a82a9ebad674ca79908ba366cf0ee6f83dfc1bdb9672b8c68d1c549126a7 +size 1024000 diff --git a/datasets/74730.tar b/datasets/74730.tar new file mode 100644 index 0000000000000000000000000000000000000000..5d152d3266e6045af35ba4b2a3897b3291964002 --- /dev/null +++ b/datasets/74730.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b619410ad36b90e272220fbc77fbeee6a79cb157fae68e1827c5bba408f2cf44 +size 2744320 diff --git a/datasets/74849.tar b/datasets/74849.tar new file mode 100644 index 0000000000000000000000000000000000000000..696420870ae5fc1aa18a60bb158992af47846495 --- /dev/null +++ b/datasets/74849.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b4c973d2c69002281800509cfa62bdf4579a1ce34655db1443d16d2b706703 +size 2908160 diff --git a/datasets/74887.tar b/datasets/74887.tar new file mode 100644 index 0000000000000000000000000000000000000000..2dda46598f312fb0a8da237e6b55240e72ba3dfa --- /dev/null +++ b/datasets/74887.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38acf254f1263b9db84587e77f275f1a399a93b44c27cb2e6ae02436d627f5a3 +size 2283520 diff --git a/datasets/7489.tar b/datasets/7489.tar new file mode 100644 index 0000000000000000000000000000000000000000..be13ee64df50800182bda0b2c823ef401a4e3b25 --- /dev/null +++ b/datasets/7489.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1668e6cb6fa68fb6bffd9d1d1ba7aaa0076b2569482d155d234a222a3356bee +size 167966720 diff --git a/datasets/74916.tar b/datasets/74916.tar new file mode 100644 index 0000000000000000000000000000000000000000..1c0ffbbf9c14f5e878bb12757d6cf234f4833ac0 --- /dev/null +++ b/datasets/74916.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efdc2c930100bef597c27975fffde79fd461eaadcb84d2aec69d77e88384064d +size 2846720 diff --git a/datasets/74961.tar b/datasets/74961.tar new file mode 100644 index 0000000000000000000000000000000000000000..ae789351937cd18d09809c94e89c9152f0178f8c --- /dev/null +++ b/datasets/74961.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5d1ea9e7cfeca1286ff633acdb3a3d87f01e49d2c687632fd1bfaa91f4e8c5 +size 1474560 diff --git a/datasets/75012.tar b/datasets/75012.tar new file mode 100644 index 0000000000000000000000000000000000000000..4d47aaadbf27cce8df76ca79251e1a3c1ec9798c --- /dev/null +++ b/datasets/75012.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd19328069f9a736fba88dca4c3edfc7814b85fb1fe9424b42ff179371dfde45 +size 1986560 diff --git a/datasets/75305.tar b/datasets/75305.tar new file mode 100644 index 0000000000000000000000000000000000000000..4f28968e380edf0844c6f65999572bb9709eaedd --- /dev/null +++ b/datasets/75305.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28594aca5ad19d72a6aeb3037ef1da1d523e69ee3ee43ac9bc7b28d04bf670f7 +size 2170880 diff --git a/datasets/75324.tar b/datasets/75324.tar new file mode 100644 index 0000000000000000000000000000000000000000..93bdba807752a2b822bb1f2fd776a250fb1bcf28 --- /dev/null +++ b/datasets/75324.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766ee02dd9f287f07bfc780ce5f876550735a2dcf98e3f8dbf8a70bcb6204a84 +size 11868160 diff --git a/datasets/75333.tar b/datasets/75333.tar new file mode 100644 index 0000000000000000000000000000000000000000..8b8cbb9c9d5f1a4a7a3c56ab0f88fc078ab24e14 --- /dev/null +++ b/datasets/75333.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7dc3de4a7a4d5739c2ee94d66a790a02c42ff68e39628e561f9ce6f513d9447 +size 3481600 diff --git a/datasets/75337.tar b/datasets/75337.tar new file mode 100644 index 0000000000000000000000000000000000000000..84dbd2eb846c5468de5f18e96198a41b5722eb9d --- /dev/null +++ b/datasets/75337.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d63742e031e22e432328a4151d55b93d84a729bd862a6899f67a62367b00807 +size 2355200 diff --git a/datasets/7582.tar b/datasets/7582.tar new file mode 100644 index 0000000000000000000000000000000000000000..0dc736a6412bf907d5f490893f5792cf1a88ffe7 --- /dev/null +++ b/datasets/7582.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:021625fc1253a71c8a430625558b6bb033fe4e66f0d023cd476ffd1be66f61db +size 5273600 diff --git a/datasets/76762.tar b/datasets/76762.tar new file mode 100644 index 0000000000000000000000000000000000000000..fa71770af34ffef360e6eaeef8e344b0fa8541be --- /dev/null +++ b/datasets/76762.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c85f75c5654212509b10ac201705f90d0e50069e601799d3cbc582f39384a8bb +size 2058240 diff --git a/datasets/76842.tar b/datasets/76842.tar new file mode 100644 index 0000000000000000000000000000000000000000..66d70f0b5d46f03c1e572d8f7ac4a678a53d1320 --- /dev/null +++ b/datasets/76842.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4dc9271374fb8d2a4a476240baaa4bbc2ecca6b6fe03d290879004342726b58 +size 1751040 diff --git a/datasets/7691.tar b/datasets/7691.tar new file mode 100644 index 0000000000000000000000000000000000000000..d3b98b4cc9b7f6961f2b8eec7abcc82e8c0e7878 --- /dev/null +++ b/datasets/7691.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d381c235c3cdf124f907b673d484a00678e2e64e4ebdd36df102f0443f3f7506 +size 71004160 diff --git a/datasets/77039.tar b/datasets/77039.tar new file mode 100644 index 0000000000000000000000000000000000000000..95df87f2339a08cc5558de167945f1e736d8b1e5 --- /dev/null +++ b/datasets/77039.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b140b9a0c472b769edeb9f287e0b1fea28ea14ef8bbed1352a8c168ef9708e +size 10117120 diff --git a/datasets/77868.tar b/datasets/77868.tar new file mode 100644 index 0000000000000000000000000000000000000000..3097a83551d607e972caae98ef49263fd6f35cb9 --- /dev/null +++ b/datasets/77868.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4604b740912f035d829842acd0819e3a93372e88c30823e3e4807339b95fdd7 +size 1730560 diff --git a/datasets/78053.tar b/datasets/78053.tar new file mode 100644 index 0000000000000000000000000000000000000000..c10faa7ad8603dac2ccad3d37e7bc3265c90e1d7 --- /dev/null +++ b/datasets/78053.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb46f6f0bddb42b7cfb297100cddcc6a5e70bdc3e652ce1190256a5a9aa2dfb5 +size 788480 diff --git a/datasets/78092.tar b/datasets/78092.tar new file mode 100644 index 0000000000000000000000000000000000000000..4ac93e2e68e1c1c7b10583535f91cedd3300f466 --- /dev/null +++ b/datasets/78092.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb6443414231ef63c9deb670cbbc4340a252a0298de54b8d89d81298f20f76e0 +size 1075200 diff --git a/datasets/78120.tar b/datasets/78120.tar new file mode 100644 index 0000000000000000000000000000000000000000..1efd32cbe6f05a320224c49c544f324a3da02f45 --- /dev/null +++ b/datasets/78120.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b0d9fb7d98389f79fc926d251e8254422e33340cb933c6f00152d76a918b98 +size 1013760 diff --git a/datasets/78154.tar b/datasets/78154.tar new file mode 100644 index 0000000000000000000000000000000000000000..e62b93f54b72b5810985daa9c92cff42d25e97a9 --- /dev/null +++ b/datasets/78154.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa571fff05d3a080abea633e82cbd1d82c1ebe086311fd80c81b2b492a41656 +size 1699840 diff --git a/datasets/78193.tar b/datasets/78193.tar new file mode 100644 index 0000000000000000000000000000000000000000..52a907c10363550b1e67984bf412046845ab5638 --- /dev/null +++ b/datasets/78193.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145af37bd3840ddbcb3d7d259444db0257a137e0f5104460817cb01ebee294f6 +size 4536320 diff --git a/datasets/7840.tar b/datasets/7840.tar new file mode 100644 index 0000000000000000000000000000000000000000..9e2d307424f6e72c1be1191ebe94f5571d70a71c --- /dev/null +++ b/datasets/7840.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a234a7b40b682cbbb11eada91f14c94aed8c8d1687e4c76bb7044ba5106a800d +size 315965440 diff --git a/datasets/7873.tar b/datasets/7873.tar new file mode 100644 index 0000000000000000000000000000000000000000..1135546875c38feebef5c4527f922fc3265ab612 --- /dev/null +++ b/datasets/7873.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0351e5738e616d72adbe670793a618097435238c0a803363a6de1d11090923d5 +size 6051840 diff --git a/datasets/79203.tar b/datasets/79203.tar new file mode 100644 index 0000000000000000000000000000000000000000..8855ef953cfe2f5ea9fcbb1961de70ca46219070 --- /dev/null +++ b/datasets/79203.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8deaef371fda8bb4add2001fa5836e024a3f0f800a4b5cfcec15d4d3cb7c5824 +size 8652800 diff --git a/datasets/79912.tar b/datasets/79912.tar new file mode 100644 index 0000000000000000000000000000000000000000..82df9f2cead02cfdbfd1fc0142fa96ee48b428e6 --- /dev/null +++ b/datasets/79912.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d340822cadbfacb81ac550267d4ec7c0c26996caaa9a34417af9df61388de0 +size 3532800 diff --git a/datasets/79945.tar b/datasets/79945.tar new file mode 100644 index 0000000000000000000000000000000000000000..f80993f3fe8b8cb3953c2a9b882589e096639098 --- /dev/null +++ b/datasets/79945.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1392727278a02ab37486ec1ab05cc358f8f96fd4ec6c194d3ccc168bf51d189a +size 186982400 diff --git a/datasets/79958.tar b/datasets/79958.tar new file mode 100644 index 0000000000000000000000000000000000000000..9ac92eb4b76fcba0d371a6130d8e0c3fc8ff6c60 --- /dev/null +++ b/datasets/79958.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e0974c0d6131ad69998650f876433d7eaca1f228e2761c03a370e5e5cab9b1 +size 2529280 diff --git a/datasets/79997.tar b/datasets/79997.tar new file mode 100644 index 0000000000000000000000000000000000000000..b790f01df552d3261e3e415800794a512bd5e784 --- /dev/null +++ b/datasets/79997.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b1d2a112e48244d9dae56ee74ede113f66a4d30f4c43d24c0fb2550840b0fa +size 430080 diff --git a/datasets/80008.tar b/datasets/80008.tar new file mode 100644 index 0000000000000000000000000000000000000000..06dcf5ac1257a83c4c1e51da7701975868d6fd83 --- /dev/null +++ b/datasets/80008.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e1b9c9e6e5f222a5743c5e3ed60f07ee3c488ac8c0b00d1ad7e589d95ae4e8 +size 55070720 diff --git a/datasets/80015.tar b/datasets/80015.tar new file mode 100644 index 0000000000000000000000000000000000000000..c23c29ea906da05ab1b743482d1dfa00b5db0cbc --- /dev/null +++ b/datasets/80015.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d8b34eaf35dace617e98710aaf77645a433a6925eeccedd9d831c41535c2b54 +size 3143680 diff --git a/datasets/80239.tar b/datasets/80239.tar new file mode 100644 index 0000000000000000000000000000000000000000..75841e8c1169bcb8797df478e59cb63efe606513 --- /dev/null +++ b/datasets/80239.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910e292b7ba4193987f63cdcf1efae2c015aa3755478d862df4a270c1ba06b78 +size 3123200 diff --git a/datasets/80612.tar b/datasets/80612.tar new file mode 100644 index 0000000000000000000000000000000000000000..887cecdd2d951e0cfc8eae7210f4cd6c25e31789 --- /dev/null +++ b/datasets/80612.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c83a2bc591401bf07bdbce2437a14e1b1f19a8f33d22e6db084c38be9a741d3e +size 4853760 diff --git a/datasets/80650.tar b/datasets/80650.tar new file mode 100644 index 0000000000000000000000000000000000000000..2deddaf1023c471e8f0a422645f160a682094a55 --- /dev/null +++ b/datasets/80650.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa27337ae43de2cbe9adcf9b987fdc7e5e035f370bd1af5f3cadb57733596083 +size 92928000 diff --git a/datasets/81190.tar b/datasets/81190.tar new file mode 100644 index 0000000000000000000000000000000000000000..dea4deae0afff6230a65afab58f2e640cbb43aa6 --- /dev/null +++ b/datasets/81190.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:687b7d90ba994356bfd8fc7d8d1087b4b25f71b124c995ce7ec2e3d00c8c2ca0 +size 4710400 diff --git a/datasets/8124.tar b/datasets/8124.tar new file mode 100644 index 0000000000000000000000000000000000000000..ce3669d8aa50285ae8f7286c9a82e5940036bfae --- /dev/null +++ b/datasets/8124.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e44ceb8f52ba2e03be13fab386a7de2eb3969924ee06dfdaccd27fc491e91fb +size 99123200 diff --git a/datasets/8126.tar b/datasets/8126.tar new file mode 100644 index 0000000000000000000000000000000000000000..f2280de392f5fb10c7e0652b0535f85bc9d9c811 --- /dev/null +++ b/datasets/8126.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ceccce5348c0f42151699ef554fd698e01cca5a07152d415033afec322023f8 +size 22251520 diff --git a/datasets/81513.tar b/datasets/81513.tar new file mode 100644 index 0000000000000000000000000000000000000000..52ceaee2d04b485f4db38e1976113d9b5eac6c3b --- /dev/null +++ b/datasets/81513.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c15d50972fa2aeea48026601f569d46ae4f663b157d39a3dc91926557eb0377 +size 4720640 diff --git a/datasets/8171.tar b/datasets/8171.tar new file mode 100644 index 0000000000000000000000000000000000000000..06141d405ac865d624b91e9c48e088e97f8e051c --- /dev/null +++ b/datasets/8171.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f9ee84e5bcceb8aee83dd807d9c8dc1477dc4092a669137297edd7084d29e46 +size 2191360 diff --git a/datasets/8189.tar b/datasets/8189.tar new file mode 100644 index 0000000000000000000000000000000000000000..2c70cab25448febd5a39f4a208fa2ce5de9ed855 --- /dev/null +++ b/datasets/8189.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e755b806259c99848562e6e56d1312127a55c91d876121f116e568f88340df72 +size 7311360 diff --git a/datasets/81963.tar b/datasets/81963.tar new file mode 100644 index 0000000000000000000000000000000000000000..1939fc15783a0c6e4f66abceee7e33b5f8fa3bdd --- /dev/null +++ b/datasets/81963.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a946b57a3693b99eb282989ce518bcc61fac3cbdb75b765d7cf45fdce0ef9a87 +size 1730560 diff --git a/datasets/81995.tar b/datasets/81995.tar new file mode 100644 index 0000000000000000000000000000000000000000..7dffeec7c0833f2226fca7e1f17101865cf0448c --- /dev/null +++ b/datasets/81995.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c442f526b1dccfee324334b3dceba8afda6d7af07eede088762c76421f7e9ad5 +size 1464320 diff --git a/datasets/82021.tar b/datasets/82021.tar new file mode 100644 index 0000000000000000000000000000000000000000..00d9bb0cbdce64275928e075a696932c69745c2f --- /dev/null +++ b/datasets/82021.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9425f941bd2616c85013716e6e613bfa9e3d2c80237a0f9980bbc947d85bec43 +size 1433600 diff --git a/datasets/82120.tar b/datasets/82120.tar new file mode 100644 index 0000000000000000000000000000000000000000..8d1b1f7926e104bdb058090df2fab1451399387e --- /dev/null +++ b/datasets/82120.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e213c6d5f318a01bc4772e6ed31ab094a20970bf335222563f408e62b09e7ca +size 3553280 diff --git a/datasets/82133.tar b/datasets/82133.tar new file mode 100644 index 0000000000000000000000000000000000000000..90900605b64b6fa8a591ab161d74faf811121131 --- /dev/null +++ b/datasets/82133.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af7810d967a7638d31785d4bcd74c22697ee0c3de915c48a1c8e4fe9fa71b8a +size 1914880 diff --git a/datasets/82145.tar b/datasets/82145.tar new file mode 100644 index 0000000000000000000000000000000000000000..4011f60db8b069ca7b52b4d32c7e10a149efe1b4 --- /dev/null +++ b/datasets/82145.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a323847ee9fbc7e70e8834b5fce4d6726e08ef4cc9dfb72c84dc2a1ba5b7000 +size 1310720 diff --git a/datasets/82149.tar b/datasets/82149.tar new file mode 100644 index 0000000000000000000000000000000000000000..d64e254e9d4f876715b313532e088f21a785e4be --- /dev/null +++ b/datasets/82149.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3bb16aa368c11b74d2a40fa099c52a2ce130f3fb69a319a4c482e9ec7faad73 +size 1095680 diff --git a/datasets/82174.tar b/datasets/82174.tar new file mode 100644 index 0000000000000000000000000000000000000000..44963766513d43336daa64c5f60ee6da197824e5 --- /dev/null +++ b/datasets/82174.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:312d4086f2f5877a00a730118d7b29e1ba952ccdf8dd25b6400cf529f9507db1 +size 3256320 diff --git a/datasets/82413.tar b/datasets/82413.tar new file mode 100644 index 0000000000000000000000000000000000000000..9ae7a2fe5cf43ccecd55ebbaa55815d6c210b7ee --- /dev/null +++ b/datasets/82413.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcc6032f39df9baaa09673296441f8ee2a274d4eacee456bbc07bf68abfabe50 +size 2406400 diff --git a/datasets/82484.tar b/datasets/82484.tar new file mode 100644 index 0000000000000000000000000000000000000000..600bd886bcf2e25c05df0bdece424a4020f167d7 --- /dev/null +++ b/datasets/82484.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e51e23dcbdb6f0c69266a0b3df893d9e1637cdbd0e0519f9c61855e82a638a +size 2078720 diff --git a/datasets/8317.tar b/datasets/8317.tar new file mode 100644 index 0000000000000000000000000000000000000000..b1585a397060c2860f0c47420fa4b536b76ed023 --- /dev/null +++ b/datasets/8317.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150e17f1e46bb4057eb41633587608983bea623d1e15fd1b5ebb5be66c5b4cb5 +size 1464320 diff --git a/datasets/83435.tar b/datasets/83435.tar new file mode 100644 index 0000000000000000000000000000000000000000..ebabc5e64b30781543ccd810aa84b8c93054839a --- /dev/null +++ b/datasets/83435.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633fa152f228cf6fcd2a87a88b89dad8a6647d2d9c97408c8659c185967fce17 +size 2099200 diff --git a/datasets/83464.tar b/datasets/83464.tar new file mode 100644 index 0000000000000000000000000000000000000000..f180d3697fdb0f6a54c7e7312cad1687cbead0a1 --- /dev/null +++ b/datasets/83464.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37bd42196dbf209cf21f79bf0d5ae88a63604ab165d2c87f4bfc74a6e9837b84 +size 1576960 diff --git a/datasets/83518.tar b/datasets/83518.tar new file mode 100644 index 0000000000000000000000000000000000000000..ab12006ad0e1b12ac0e8686ffc9c455cd97bed04 --- /dev/null +++ b/datasets/83518.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b4e19786722eec43e2d9d97325791da0efcdf1202bb1a98c5ffdb2916c9551e +size 3799040 diff --git a/datasets/83716.tar b/datasets/83716.tar new file mode 100644 index 0000000000000000000000000000000000000000..b2058b2db7ff2b29a72de300fbc4aec42d5e852d --- /dev/null +++ b/datasets/83716.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b35131836bf0b533b982dbbd0e92065c61ef33f7642775d8d26843dead5f757f +size 5642240 diff --git a/datasets/83777.tar b/datasets/83777.tar new file mode 100644 index 0000000000000000000000000000000000000000..01f23b7c76653c14e0e84d141f2b5853d25b1b21 --- /dev/null +++ b/datasets/83777.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95a1beb3f22477cdd909a6c2b3c4a58016095db76180eb4cabe5ef0a1d37460 +size 3287040 diff --git a/datasets/83866.tar b/datasets/83866.tar new file mode 100644 index 0000000000000000000000000000000000000000..ded155e5765d610d8c40aeeb075f1b8b2389ebe4 --- /dev/null +++ b/datasets/83866.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2708e03b2e5b4684a7355937fc63606818f8683cb1cc87de491e397cb33d95a +size 1085440 diff --git a/datasets/83944.tar b/datasets/83944.tar new file mode 100644 index 0000000000000000000000000000000000000000..6681f3aa5979687f7d9af56422eb530ebcfe4212 --- /dev/null +++ b/datasets/83944.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0f18987404c2c1edabe54746a7f9433534e459cb328fc90d8ddc8eefb552d48 +size 5652480 diff --git a/datasets/84563.tar b/datasets/84563.tar new file mode 100644 index 0000000000000000000000000000000000000000..85e319814b0edc416c059825167a2cdc6927ee1a --- /dev/null +++ b/datasets/84563.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:210e74269b404a88c921c013a49ed4d4e2b8f20218339c1b504091c09401c04c +size 9687040 diff --git a/datasets/85023.tar b/datasets/85023.tar new file mode 100644 index 0000000000000000000000000000000000000000..42f05eaa142779d30e5cdbe989f28725150dca83 --- /dev/null +++ b/datasets/85023.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ab9d3a27d147749aa2bc50ed6d27570d2fc5fcdbc8cd37a5732e69507536aa +size 6881280 diff --git a/datasets/85054.tar b/datasets/85054.tar new file mode 100644 index 0000000000000000000000000000000000000000..32db0e6252739c4a3a4de9e5ab2a0cdef1828f58 --- /dev/null +++ b/datasets/85054.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e2d8da334147640e490885627e8f80d6125a4c293e627488793f26b17e60c5 +size 14080000 diff --git a/datasets/85063.tar b/datasets/85063.tar new file mode 100644 index 0000000000000000000000000000000000000000..edeb9eee2a3f9ec00f1d0aa69092de2d5b77481b --- /dev/null +++ b/datasets/85063.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f4265b3d93f2c90e733e2eed921dd290342075bfa6db54b246a1cdd74c3681 +size 19896320 diff --git a/datasets/85068.tar b/datasets/85068.tar new file mode 100644 index 0000000000000000000000000000000000000000..995aa53cdbe303237e6e34f3fa482fab22a71c51 --- /dev/null +++ b/datasets/85068.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb6fb0d56bd54860a9a36ead170b6ccac6a7d76a62006d757948390c71f8a26 +size 1239040 diff --git a/datasets/85311.tar b/datasets/85311.tar new file mode 100644 index 0000000000000000000000000000000000000000..1d13ae51193e1fe84f61d9de21db1ac519ca157e --- /dev/null +++ b/datasets/85311.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c8edfea03fb88da3f37f37fa2e789b2382e2295b1c3e11d01602c2b1bad0a1 +size 3983360 diff --git a/datasets/85390.tar b/datasets/85390.tar new file mode 100644 index 0000000000000000000000000000000000000000..c981abf6b02cda90e29fedfe5d65dcfc24b7c2b9 --- /dev/null +++ b/datasets/85390.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abce7dcdb800ba4946ead4b236dcb7bfa6e0a532a2a74e31b7bf974c223ff708 +size 66416640 diff --git a/datasets/8546.tar b/datasets/8546.tar new file mode 100644 index 0000000000000000000000000000000000000000..9a3d5ffeb3bd6ea358a5cacc5d08c13799111813 --- /dev/null +++ b/datasets/8546.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3ebdb5ca890d86d2607a31cba8b6447d374fd475efd4a7f293f30f4f73e700 +size 1914880 diff --git a/datasets/85778.tar b/datasets/85778.tar new file mode 100644 index 0000000000000000000000000000000000000000..583ccb8720dbf7c85846cc2da151fc085d2a3c3e --- /dev/null +++ b/datasets/85778.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f1f42a5bdf691c6c78ff5f4b8b6e676e309cea303e0142fb490e30d7f09745 +size 1515520 diff --git a/datasets/85822.tar b/datasets/85822.tar new file mode 100644 index 0000000000000000000000000000000000000000..ee79ae3c0909148d1f4a743d785e2d18464e52a8 --- /dev/null +++ b/datasets/85822.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211edd67633732b9d74bef9ca7189b6dd62ed6ab805b64874714c7bda59493e9 +size 4771840 diff --git a/datasets/85836.tar b/datasets/85836.tar new file mode 100644 index 0000000000000000000000000000000000000000..a31eca21d6fb37581fadd0602228737736b9af7c --- /dev/null +++ b/datasets/85836.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e120be474a24fc921135153c419218bbad9d7344dd675e4586a3e958713b9f +size 5898240 diff --git a/datasets/85849.tar b/datasets/85849.tar new file mode 100644 index 0000000000000000000000000000000000000000..1c15d05c3a67267969aa1de6f3765984a02714f9 --- /dev/null +++ b/datasets/85849.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5782085e4078472b7924a22c9b6bcaca410625c60fee9e3e53c56fc3b7bccac2 +size 116275200 diff --git a/datasets/8602.tar b/datasets/8602.tar new file mode 100644 index 0000000000000000000000000000000000000000..437d6939ac2922470944ee57b6ced1efe32c5a14 --- /dev/null +++ b/datasets/8602.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03282819fd85d69cf7cbbe888b82452e0cbdae74c75464d1dc64985240e47701 +size 3307520 diff --git a/datasets/86478.tar b/datasets/86478.tar new file mode 100644 index 0000000000000000000000000000000000000000..1f1eebc3c06fb154ca3aa4d0f8a25cd7f9119109 --- /dev/null +++ b/datasets/86478.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd0cd16854d5222a85f2babd18097e44ad68f3a7015222a583b291b42e8a19fb +size 3358720 diff --git a/datasets/86554.tar b/datasets/86554.tar new file mode 100644 index 0000000000000000000000000000000000000000..9686e8b204a98e9ff5f40567f304c9240b8cbd05 --- /dev/null +++ b/datasets/86554.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc0046b0ddf44dc4e176b8414d5a6d8c9d817c55cfe761b9e3c63745c377fb65 +size 727040 diff --git a/datasets/86883.tar b/datasets/86883.tar new file mode 100644 index 0000000000000000000000000000000000000000..a957ddb149b5fb6ad4068fe2c5298269b04aa028 --- /dev/null +++ b/datasets/86883.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98f591c7603316769d1ae19156a5106ded97830872326e664523a1d600f1cf5 +size 5109760 diff --git a/datasets/86933.tar b/datasets/86933.tar new file mode 100644 index 0000000000000000000000000000000000000000..009d6cb48743e6a8f0187db8e3f7dba401d2fcf8 --- /dev/null +++ b/datasets/86933.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df7ea07fbaddba10e8f8e75dd8cc4f258f1b6ebcf40fcc7c8bda05cd403b160b +size 5242880 diff --git a/datasets/86961.tar b/datasets/86961.tar new file mode 100644 index 0000000000000000000000000000000000000000..bbb0a589dd3a74c03888b1567369e80c1086cedd --- /dev/null +++ b/datasets/86961.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe3f51cd20178dc3054790d096e99612b718d0a41e90f0cd106d16b7d87085b +size 5160960 diff --git a/datasets/87124.tar b/datasets/87124.tar new file mode 100644 index 0000000000000000000000000000000000000000..03c846b60cb0bcbecb67ca7f5b5cdcadb4d61fe7 --- /dev/null +++ b/datasets/87124.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31dc7fafc566529e6ac73a395e6b4ee67c6fd311e053eaf779e7539f4822b5f3 +size 9564160 diff --git a/datasets/87194.tar b/datasets/87194.tar new file mode 100644 index 0000000000000000000000000000000000000000..86a116541f73cc78154c1f279f8101c4ef7a9bfd --- /dev/null +++ b/datasets/87194.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe2a34315a6f694a75e458f3609ff15c7a6fd7cb0838b1bd269e6cc3a09ec4e +size 1587200 diff --git a/datasets/8736.tar b/datasets/8736.tar new file mode 100644 index 0000000000000000000000000000000000000000..742148c0ec4abbdda100af4d5f42bd8c0b614b09 --- /dev/null +++ b/datasets/8736.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572d9a9dc72dac0dcb06e3d76bc92683e96ad2f2ac2efc43158acabb2a3044da +size 133120 diff --git a/datasets/87379.tar b/datasets/87379.tar new file mode 100644 index 0000000000000000000000000000000000000000..4cf9561a67cfb5aa0ff8dfd4d4a23d937bbfb11a --- /dev/null +++ b/datasets/87379.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b053901303c7fee5d177cb50310de3d513da02818b546aec92c9e1950e2bbae +size 1761280 diff --git a/datasets/87406.tar b/datasets/87406.tar new file mode 100644 index 0000000000000000000000000000000000000000..3aa0f47071d66326534d3329170297ae21f7a16b --- /dev/null +++ b/datasets/87406.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf5a6e6820f175e90f4b394fafa7415d718b8b636047f28cc360f42a14f6d8b9 +size 3614720 diff --git a/datasets/87440.tar b/datasets/87440.tar new file mode 100644 index 0000000000000000000000000000000000000000..c362017b1999863cdb0f915e31b037303461f028 --- /dev/null +++ b/datasets/87440.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f585ce3ba1431f7d864c4e9c335e7a60455979fb794dfe7e5f2002c2906213a +size 5550080 diff --git a/datasets/87513.tar b/datasets/87513.tar new file mode 100644 index 0000000000000000000000000000000000000000..8b62b3d26edc5767b7ed1711da1e737dd01937e5 --- /dev/null +++ b/datasets/87513.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd32725daa71c5dce06aa2a621075371f9b5f1fe7bb4c5a7f5331bb7a358b3e +size 5795840 diff --git a/datasets/87517.tar b/datasets/87517.tar new file mode 100644 index 0000000000000000000000000000000000000000..eb1338060badc83edd3078a3aa60b78edd7214a2 --- /dev/null +++ b/datasets/87517.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0330ebd5d19b909b14264c76a9a4cc2e6a5da9470e808577812bf6f635c6590 +size 6635520 diff --git a/datasets/87615.tar b/datasets/87615.tar new file mode 100644 index 0000000000000000000000000000000000000000..ee39381330d6c771b7bf74299cd9fea89bad2905 --- /dev/null +++ b/datasets/87615.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be9d45b02280649f38da55c21f22de11070de8eb80966b0a557be164ce293731 +size 1976320 diff --git a/datasets/8774.tar b/datasets/8774.tar new file mode 100644 index 0000000000000000000000000000000000000000..b8e51598a749421c570cea6c48bfebe608f20ed1 --- /dev/null +++ b/datasets/8774.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a478a764673b937222f68ecaaf11772b46d9f49dce821b6e72c5da1505a45b06 +size 8806400 diff --git a/datasets/87742.tar b/datasets/87742.tar new file mode 100644 index 0000000000000000000000000000000000000000..d2140d85dcc2e60dd3ab22a5ebb23525d1783c5d --- /dev/null +++ b/datasets/87742.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e82c8b3790a563db44f43a26578ed8da653be52c15175a2cf1a686e62ff882 +size 1914880 diff --git a/datasets/87755.tar b/datasets/87755.tar new file mode 100644 index 0000000000000000000000000000000000000000..2771f735752dfa36efa79caadf69238ed4152c5c --- /dev/null +++ b/datasets/87755.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:954fd1c3d17720e45c07bfb721dc2717f0367a175cbb217f88c37bba33fc0b94 +size 1474560 diff --git a/datasets/88030.tar b/datasets/88030.tar new file mode 100644 index 0000000000000000000000000000000000000000..5962a29d8b62eb7fe6df2e3745b350146d242acc --- /dev/null +++ b/datasets/88030.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a953c38dc28217db21668df93b0fcb05e64f2a64d2bd6bc2549be24679728f86 +size 3235840 diff --git a/datasets/88104.tar b/datasets/88104.tar new file mode 100644 index 0000000000000000000000000000000000000000..834ef4abd30dd3ea80d83f802ec62e04c5893b07 --- /dev/null +++ b/datasets/88104.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f5808e81317d9f7bb744cf5c8028927b4bb673251f66b8783d790f0da41186 +size 5160960 diff --git a/datasets/88555.tar b/datasets/88555.tar new file mode 100644 index 0000000000000000000000000000000000000000..d069abf8a5dc9c2971012101ebcc5fd21a9fb1b8 --- /dev/null +++ b/datasets/88555.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4e01ce04753d532796e98db126e988d45d13aa211dff1416426ff5a4c7ae81 +size 2990080 diff --git a/datasets/88679.tar b/datasets/88679.tar new file mode 100644 index 0000000000000000000000000000000000000000..a68347496f9bac6a1114595c95499a9c9800d316 --- /dev/null +++ b/datasets/88679.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f25db60fd98069492248d970e2b56ac1251600f3f0855b3dfde45bc6251fb9 +size 10752000 diff --git a/datasets/8910.tar b/datasets/8910.tar new file mode 100644 index 0000000000000000000000000000000000000000..107f96d5958a97358e6bd40fc4de3890d5935fa6 --- /dev/null +++ b/datasets/8910.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc13f75e0c70d4f700e13ccf3b531a32873e237977e77e7c9dddb7a69c78131 +size 3399680 diff --git a/datasets/8915.tar b/datasets/8915.tar new file mode 100644 index 0000000000000000000000000000000000000000..a477e334b60f6f9d18fe472b83277298ff26ce67 --- /dev/null +++ b/datasets/8915.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:870a6023b86af89f4ae1ab794437459a44559a800f82bd6b66707b2c7279e6db +size 4003840 diff --git a/datasets/8916.tar b/datasets/8916.tar new file mode 100644 index 0000000000000000000000000000000000000000..011ba8bb3c19ad2146c7ed66372a1c6c8fe660c5 --- /dev/null +++ b/datasets/8916.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb07a78f1373cd10a114273ff2fd7ab81b7fe159422c6eb26c26944848629dc +size 3246080 diff --git a/datasets/8918.tar b/datasets/8918.tar new file mode 100644 index 0000000000000000000000000000000000000000..c1801682ff636de1be34ed3e7be17d39823ac38d --- /dev/null +++ b/datasets/8918.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa30ab40f8748cfa01eb4c36131656ca4358352c8a9e1ff87b9351c152d96f6 +size 2979840 diff --git a/datasets/89180.tar b/datasets/89180.tar new file mode 100644 index 0000000000000000000000000000000000000000..7ed1798b1d8264210d6b818659665d28145522d9 --- /dev/null +++ b/datasets/89180.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa30fc5f3eac750a288581000cfe65565a21d22ce179c1efe79b3e32e7c0f9f9 +size 552960 diff --git a/datasets/89198.tar b/datasets/89198.tar new file mode 100644 index 0000000000000000000000000000000000000000..9fa9842c8aa30db4a7e3fc4aa8da459a412dc3ab --- /dev/null +++ b/datasets/89198.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff5a6ec889422c93ae93175cd5b9270cc3808dee34f7f86ffd8b36d4f67b143 +size 1935360 diff --git a/datasets/89211.tar b/datasets/89211.tar new file mode 100644 index 0000000000000000000000000000000000000000..77cd17e8bfab6e152d3dcef908d8b75d9b3bbd83 --- /dev/null +++ b/datasets/89211.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9963498eefbe61e1134395051aa4895388c031aa21da64993983bb46467cb144 +size 901120 diff --git a/datasets/8950.tar b/datasets/8950.tar new file mode 100644 index 0000000000000000000000000000000000000000..3936eae092409307724d024edc203bc5074d3e79 --- /dev/null +++ b/datasets/8950.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a3b94c922b06289ff91c8d6dba9cb06ef7db3af114c6a8e6642eca3edb75b3 +size 3440640 diff --git a/datasets/89533.tar b/datasets/89533.tar new file mode 100644 index 0000000000000000000000000000000000000000..c92c786b82d216a38222a4f03a5778d548bfc1b0 --- /dev/null +++ b/datasets/89533.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d636cc6bbda0a61272cd34df3d83eb8150c237de71f463cfb0d7b8f86f800db3 +size 4352000 diff --git a/datasets/89819.tar b/datasets/89819.tar new file mode 100644 index 0000000000000000000000000000000000000000..a27c26867e66048ee6f67554228ae8eccc35d264 --- /dev/null +++ b/datasets/89819.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c774f1d1ce938366120b5860f02b59352078fd3603c8810eedc2426b471405 +size 2498560 diff --git a/datasets/89823.tar b/datasets/89823.tar new file mode 100644 index 0000000000000000000000000000000000000000..782b9b9db9d11083e6909b6a80890dac2721ce0e --- /dev/null +++ b/datasets/89823.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b46163ff511d1870bdf043e31090d89b3efb67a7c4d57fe533deee18b680208c +size 6830080 diff --git a/datasets/90378.tar b/datasets/90378.tar new file mode 100644 index 0000000000000000000000000000000000000000..4108b9f0fab042e8dcbd9c98729c46bfbcaa909c --- /dev/null +++ b/datasets/90378.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec7cef149eb63c3d6af9fa85e17993447268dd14a06d2587718eb72f24cbaec +size 8437760 diff --git a/datasets/90392.tar b/datasets/90392.tar new file mode 100644 index 0000000000000000000000000000000000000000..adbaf7b36677d9faa78034638640e56c46e068c0 --- /dev/null +++ b/datasets/90392.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace2f0da451f6db0655d5c0442710e1c49ff3c3363b5f537aaae611e42bd28a6 +size 5898240 diff --git a/datasets/90527.tar b/datasets/90527.tar new file mode 100644 index 0000000000000000000000000000000000000000..c3af879ca0e9f2a44c7cb066b8b53847c2d4950d --- /dev/null +++ b/datasets/90527.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba439357b39f6a5ffa1bcfba48b1d31f197cf517bccaa61271df2ee534e525d +size 25221120 diff --git a/datasets/9075.tar b/datasets/9075.tar new file mode 100644 index 0000000000000000000000000000000000000000..616b412406a0c7e715574e37da6bca82d0cf4546 --- /dev/null +++ b/datasets/9075.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b153146106215ff61135c9115fbed4713bd32ed7c496c51dc80f20fc6c3f87 +size 860160 diff --git a/datasets/90844.tar b/datasets/90844.tar new file mode 100644 index 0000000000000000000000000000000000000000..8be53a626dd4d4901d6143643633019ae185aa58 --- /dev/null +++ b/datasets/90844.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:393912b49ddbdd1be4cb6cdaba1043207d78b9b01b15f81e6beef60064a9f44a +size 1617920 diff --git a/datasets/90881.tar b/datasets/90881.tar new file mode 100644 index 0000000000000000000000000000000000000000..60a002aca7ed749491ae12a48b8125436ed4d4e3 --- /dev/null +++ b/datasets/90881.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d6b5b0f1c1782a1819484e775b7ad44e532298f315479a9be7b2f72e72ba63 +size 1495040 diff --git a/datasets/91172.tar b/datasets/91172.tar new file mode 100644 index 0000000000000000000000000000000000000000..cabb5618cf9f529e961aa261452f6908e37a19d2 --- /dev/null +++ b/datasets/91172.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c0e7f732000fdf6e89e0c74b5a4e0b1b8c7b326141417a245aeffa95643626 +size 1290240 diff --git a/datasets/91196.tar b/datasets/91196.tar new file mode 100644 index 0000000000000000000000000000000000000000..859a36969af5a40f5db29454fb434fd4a82f6220 --- /dev/null +++ b/datasets/91196.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:953f85152364bcc168f74f81cf3e52ca475497044b48e0ff659a4ec6692a06d9 +size 1075200 diff --git a/datasets/91313.tar b/datasets/91313.tar new file mode 100644 index 0000000000000000000000000000000000000000..c9f0ab6e38664279d9f6e477e1aaf208212572c0 --- /dev/null +++ b/datasets/91313.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21582d3fa5ff85be097bb5156c2c531b53065fb97796c0c78588e4bbb53d8ef6 +size 3409920 diff --git a/datasets/9132.tar b/datasets/9132.tar new file mode 100644 index 0000000000000000000000000000000000000000..76c1d3b2906f46bbff6ecdcca547eff5080e5d92 --- /dev/null +++ b/datasets/9132.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abecda4a1c8da0543b3e7e1803da143d8d8614deff5bdc765dbe2b897509df08 +size 1720320 diff --git a/datasets/91436.tar b/datasets/91436.tar new file mode 100644 index 0000000000000000000000000000000000000000..22ac91fa0bb135f7514ab7ddb28ab84070b430e9 --- /dev/null +++ b/datasets/91436.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b3048a3efc045c9f26f3a4135c78bcff2f6649ac4bd19eb1a9867214236298 +size 7055360 diff --git a/datasets/9151.tar b/datasets/9151.tar new file mode 100644 index 0000000000000000000000000000000000000000..8cf85d59f645a7445bab6b3a8badee8766a9211d --- /dev/null +++ b/datasets/9151.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb294c936f29b1bb4316de36aeedc5a62cf4444344fc2e5bd8ff62a1d6f1e18f +size 542720 diff --git a/datasets/9182.tar b/datasets/9182.tar new file mode 100644 index 0000000000000000000000000000000000000000..6eda05a0ffd84a86b32c3e12acb2dbf8f4486a9b --- /dev/null +++ b/datasets/9182.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf8db54c39bdcec9d81c54bf9669fe7da1150cbc110207b82e8219426a21583 +size 4034560 diff --git a/datasets/9185.tar b/datasets/9185.tar new file mode 100644 index 0000000000000000000000000000000000000000..fe9a5026325e5d18f63e78d75d4fe038e1578c1f --- /dev/null +++ b/datasets/9185.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7186997a3d694ad19b4c673bf1110c06782c6aa893b05ea010fdfeed46ec61f +size 1679360 diff --git a/datasets/91989.tar b/datasets/91989.tar new file mode 100644 index 0000000000000000000000000000000000000000..325811cf2994269efd648735cc4c34d86af1bb20 --- /dev/null +++ b/datasets/91989.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c68884931abe42b05493de1f39a82e090d28cb96ab92a2c53a377174898aa5f +size 2918400 diff --git a/datasets/92005.tar b/datasets/92005.tar new file mode 100644 index 0000000000000000000000000000000000000000..e0dcbeff9c56a9cf7bb893df776f41d9b4405371 --- /dev/null +++ b/datasets/92005.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd65cae5444788ed95d19e196bef1992740bf8cd5d6679037ccb43f3b5d295b9 +size 1228800 diff --git a/datasets/92008.tar b/datasets/92008.tar new file mode 100644 index 0000000000000000000000000000000000000000..761bf4484ef52be5d6853c53a339c89dc9a440b5 --- /dev/null +++ b/datasets/92008.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4afaeeb320564c7bfa674141c08c78eaae03a7600efc40461119a06260d516ac +size 2498560 diff --git a/datasets/92142.tar b/datasets/92142.tar new file mode 100644 index 0000000000000000000000000000000000000000..a2deb377a669c94c1ed1073889b55981f12aee65 --- /dev/null +++ b/datasets/92142.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d03e98ca56ef403fe9ae0a568b7cb80ee594681a5e8602e3fe6c679c4fcea44d +size 4904960 diff --git a/datasets/92185.tar b/datasets/92185.tar new file mode 100644 index 0000000000000000000000000000000000000000..ed784000e0efe8b688eb962f783b6c59d77c37c0 --- /dev/null +++ b/datasets/92185.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a1881417828950038382008bc564a2715d50f56fa3581d25d79d8700949ad76 +size 4976640 diff --git a/datasets/92188.tar b/datasets/92188.tar new file mode 100644 index 0000000000000000000000000000000000000000..cd958d5f4d33fe450c06f6ca833d681b5f5dfb5a --- /dev/null +++ b/datasets/92188.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f210f5a1fdec8575e3c91198ca6b2f9d1cae5853b57a6410b9bd61e7cb80d39 +size 1617920 diff --git a/datasets/92191.tar b/datasets/92191.tar new file mode 100644 index 0000000000000000000000000000000000000000..c8820a4eade3b82320628e13ffb60ee26f9941f4 --- /dev/null +++ b/datasets/92191.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c99b5a41d07966e040de38ff319552c03f5a700f95993dd94cf27202d7fea59 +size 1495040 diff --git a/datasets/92197.tar b/datasets/92197.tar new file mode 100644 index 0000000000000000000000000000000000000000..3ebe38319bcb5dc0cd89d00b3dbce1798983c444 --- /dev/null +++ b/datasets/92197.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2d2c7267c973885d6be821605fee8f3a5a01c5549f4be222008afd31d6a32ca +size 1290240 diff --git a/datasets/92208.tar b/datasets/92208.tar new file mode 100644 index 0000000000000000000000000000000000000000..8c96f73676f9759e104fa01bb1c7b368152d14b7 --- /dev/null +++ b/datasets/92208.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a63cfc04b9454af6b3c1cffcd3c9161e4daf7fcbfee5ef73b3ada886ee5ae6b +size 1075200 diff --git a/datasets/92216.tar b/datasets/92216.tar new file mode 100644 index 0000000000000000000000000000000000000000..7c62a9824fbebdc80c50f5f4bb91a65896bd7ff5 --- /dev/null +++ b/datasets/92216.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a214c6d2d6e718c22f987ae3a514aa82dfc8b36fc4089cc16f3e67276f860f4b +size 1433600 diff --git a/datasets/92368.tar b/datasets/92368.tar new file mode 100644 index 0000000000000000000000000000000000000000..12eae1d6cd4a6fe1fc1eaf8d862b8e8f87ca3802 --- /dev/null +++ b/datasets/92368.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be760a70554d6d45d3699d1e95984f30e9a9027a742a21f526a7cf001f93bdb +size 3655680 diff --git a/datasets/92519.tar b/datasets/92519.tar new file mode 100644 index 0000000000000000000000000000000000000000..980faec54aee4f8204d980bae76a05f290af0670 --- /dev/null +++ b/datasets/92519.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0338664366672dde60b8c42924714a2c99146c265b339c67455acdbf958662 +size 1945600 diff --git a/datasets/92581.tar b/datasets/92581.tar new file mode 100644 index 0000000000000000000000000000000000000000..e3a896f1e281aa9d01018d5defcefd10e5563a5f --- /dev/null +++ b/datasets/92581.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceb6dcb87e7730c41ffa6e3f0c8dbdf38b8146c3b58299d36e8bdae21c17f7d3 +size 1484800 diff --git a/datasets/92587.tar b/datasets/92587.tar new file mode 100644 index 0000000000000000000000000000000000000000..e29a65aeb4f2102f3ee8e3e800365edcf7790135 --- /dev/null +++ b/datasets/92587.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f898848e87021843ccfe1c30bf1a590527461a1745070d35264dd6a34ac0ea35 +size 1607680 diff --git a/datasets/92666.tar b/datasets/92666.tar new file mode 100644 index 0000000000000000000000000000000000000000..fe8861f9b15100b4ec692cad82dd1e4b23f617cb --- /dev/null +++ b/datasets/92666.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:653c46f8f1c7c303167577b334df6831e47d6461f1038aa11dbf80b8575172c5 +size 1587200 diff --git a/datasets/92699.tar b/datasets/92699.tar new file mode 100644 index 0000000000000000000000000000000000000000..59b41937e2adec460591b1b083dfc3d3460fb69b --- /dev/null +++ b/datasets/92699.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c1d10be744a48b78aa9eedf6ea77972c61df5ae2de1d82e137e93b33319799f +size 2897920 diff --git a/datasets/93344.tar b/datasets/93344.tar new file mode 100644 index 0000000000000000000000000000000000000000..8fa4e4028457bbe20b2d5a119496bbf813f8c251 --- /dev/null +++ b/datasets/93344.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b710e9ab6d002efd8e36b5fba7ceea078c0772074e6c9b3dba655e89dd8389a7 +size 3072000 diff --git a/datasets/93429.tar b/datasets/93429.tar new file mode 100644 index 0000000000000000000000000000000000000000..4f8e1b20eff3f443daf0e3f0ff347b59dccebc4d --- /dev/null +++ b/datasets/93429.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36772e4e1be3b7ec1016feacd2b6f721d156408872a6175a17f14c0937ae7fe +size 32317440 diff --git a/datasets/93543.tar b/datasets/93543.tar new file mode 100644 index 0000000000000000000000000000000000000000..b4171c17633c5cce37f7bba0e492e6a4f00a652f --- /dev/null +++ b/datasets/93543.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ce77880bc9f4db23ec03a0033cf63a9ed813071f630799d9b70a135976fab0 +size 1945600 diff --git a/datasets/93570.tar b/datasets/93570.tar new file mode 100644 index 0000000000000000000000000000000000000000..8b7b1644a028073bd56967b174d098042bc4888c --- /dev/null +++ b/datasets/93570.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b728c8c3fd25d5125af1c92799cca9c06d0ecab6383d995ff688f938feee8907 +size 1310720 diff --git a/datasets/93809.tar b/datasets/93809.tar new file mode 100644 index 0000000000000000000000000000000000000000..1c3f41dbe7ee6ae6611bc107a11b7258c29da490 --- /dev/null +++ b/datasets/93809.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e660d66212351dd8191d740cb9d42e25591d623fd1c019ddf2ee63a79a400a5e +size 2355200 diff --git a/datasets/93886.tar b/datasets/93886.tar new file mode 100644 index 0000000000000000000000000000000000000000..4958b774b92a134c45b626fcf69232d5d193b5ba --- /dev/null +++ b/datasets/93886.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a0f1fb80ba0fee2dc69b20eb2e8d72ab4e1354c43f76c82dcb8cc1367607d37 +size 2283520 diff --git a/datasets/93972.tar b/datasets/93972.tar new file mode 100644 index 0000000000000000000000000000000000000000..eeaaaf5290e23f8a5ce62956f168d97190450067 --- /dev/null +++ b/datasets/93972.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c88086be338a9da1e1214986cc37c5d5d69f7afbbdb8b16c19d0c8d3d57813 +size 2334720 diff --git a/datasets/94007.tar b/datasets/94007.tar new file mode 100644 index 0000000000000000000000000000000000000000..b3d6366b143aef1671bd75cef1f2d7a2f4df5200 --- /dev/null +++ b/datasets/94007.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1027e143fc651320ac854df09637688f14ee8b7fa1c14106163c0359d17411 +size 20572160 diff --git a/datasets/94485.tar b/datasets/94485.tar new file mode 100644 index 0000000000000000000000000000000000000000..db75732080064d97eb1cb0bc596f571c0cdf3889 --- /dev/null +++ b/datasets/94485.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e60235cc526b82c8e299dfd45d9b423957529b7ddb25cf722b21f741f39b154 +size 36515840 diff --git a/datasets/94704.tar b/datasets/94704.tar new file mode 100644 index 0000000000000000000000000000000000000000..c77cdad7ee5ce3c2492010338221e5d5318b2a74 --- /dev/null +++ b/datasets/94704.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0371c57bbc4e8953f38b54e93ce016be5ec81f8a17e2e6cd0350aa5941286cc +size 1536000 diff --git a/datasets/94741.tar b/datasets/94741.tar new file mode 100644 index 0000000000000000000000000000000000000000..b136b375a7226567c62bf7c29082780da8afd805 --- /dev/null +++ b/datasets/94741.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365e09c0fc08ed007c96b08d040c924c48a406493555e35994073c5abd4674aa +size 2283520 diff --git a/datasets/94896.tar b/datasets/94896.tar new file mode 100644 index 0000000000000000000000000000000000000000..e213d7f8719d1cd172d908e337bed0c017fbbf31 --- /dev/null +++ b/datasets/94896.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84ac0938f63bbd0dfab9ac88ecda58e6306037c46a783b4a9080a6e01847b7d +size 7598080 diff --git a/datasets/94909.tar b/datasets/94909.tar new file mode 100644 index 0000000000000000000000000000000000000000..6e3eaef7e20a1ba904f691d8f4d71b655d3bfffa --- /dev/null +++ b/datasets/94909.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc4a49eb31bfccd6500e38e72013e6fb51e7c9231c5f391c4b026fe1a449456 +size 2109440 diff --git a/datasets/95354.tar b/datasets/95354.tar new file mode 100644 index 0000000000000000000000000000000000000000..7434400b34caa31ea404e389f7a15e8cef4aca3f --- /dev/null +++ b/datasets/95354.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b914e97569d772cae7a3437e39ae432726843c7226d548d6d0f412155dfeae +size 2590720 diff --git a/datasets/95623.tar b/datasets/95623.tar new file mode 100644 index 0000000000000000000000000000000000000000..62ea244aeed85552de0248a38afdee6f90ad9f79 --- /dev/null +++ b/datasets/95623.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a86ecfb6f4dee0790f7452dc9709029204e9739423ff6c69cc070f94f5564306 +size 10373120 diff --git a/datasets/96166.tar b/datasets/96166.tar new file mode 100644 index 0000000000000000000000000000000000000000..a2eba16c80b91477cf90eaaed271cfff216f16cd --- /dev/null +++ b/datasets/96166.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e925fe7eace00abaad0c496fdcff9ba0cf1e1b640833dc383d4c5bb7bbc5e4 +size 2017280 diff --git a/datasets/96486.tar b/datasets/96486.tar new file mode 100644 index 0000000000000000000000000000000000000000..6487dc3892a0e068beecff5c6e0007fcbe51ce3d --- /dev/null +++ b/datasets/96486.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67665a115c6ad6d01ef35807c4e9ca5853f0ec5cc1b9e8a6984e79c55ca168f7 +size 35133440 diff --git a/datasets/96885.tar b/datasets/96885.tar new file mode 100644 index 0000000000000000000000000000000000000000..0d4b77ef68ce3cf5da7295364d0cc66e13a31bcc --- /dev/null +++ b/datasets/96885.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfcbc6986c7448ede138c83aca53cb7e5754695e45a1367c5ce72e0b9920008d +size 30341120 diff --git a/datasets/9738.tar b/datasets/9738.tar new file mode 100644 index 0000000000000000000000000000000000000000..d29f16e64cb9407b763ba634f380f82a5a24ac38 --- /dev/null +++ b/datasets/9738.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:994671bff9ae18de0ab89fc39e74203ac9519119e1233c25b67da4760cc6f06e +size 3194880 diff --git a/datasets/9758.tar b/datasets/9758.tar new file mode 100644 index 0000000000000000000000000000000000000000..5c29ec0fc64d4aedadc1ffd4633f17ffc7283ff4 --- /dev/null +++ b/datasets/9758.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d58b858cd79df4c605e29ff4e2b9bf3a3a82e28cfa76479c85698957a7c848 +size 1689600 diff --git a/datasets/9774.tar b/datasets/9774.tar new file mode 100644 index 0000000000000000000000000000000000000000..f7b77e07281656682343361ebe3cb4de0c996a80 --- /dev/null +++ b/datasets/9774.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e6871b0567b0e9f53cb7667ad9a92226228daad980488e138de8f20aaf76be +size 4976640 diff --git a/datasets/97868.tar b/datasets/97868.tar new file mode 100644 index 0000000000000000000000000000000000000000..82278973a56ba5bf57cc1cc3ec8c326bf1d1455d --- /dev/null +++ b/datasets/97868.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c907f89a7f8c4cc7cb1de4524f2c3838246d803b47b99e8e6d62858cc5fbda19 +size 7024640 diff --git a/datasets/9826.tar b/datasets/9826.tar new file mode 100644 index 0000000000000000000000000000000000000000..e030c8e22a052b34956b2a4440303a9e6220151f --- /dev/null +++ b/datasets/9826.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efbfc3500e1f7533e56b073ac64724813062c6bfb7ade65167684e11b5ba68c5 +size 1136640 diff --git a/datasets/98274.tar b/datasets/98274.tar new file mode 100644 index 0000000000000000000000000000000000000000..7ff7ba9f0040edc8df055fc5db040dc15008d17f --- /dev/null +++ b/datasets/98274.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840b6d2386e987f5d660742c1df4de7f7e2c72a31716a5fa6c4c09a5f7a6e413 +size 9277440 diff --git a/datasets/98539.tar b/datasets/98539.tar new file mode 100644 index 0000000000000000000000000000000000000000..7f05a5b38872c8939dc8f7ede1444c71ca6a49ce --- /dev/null +++ b/datasets/98539.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a9d1078334749a5a7aaf945215a5b44476a7c1d0e8361dacf366113a863aff +size 2273280 diff --git a/datasets/98848.tar b/datasets/98848.tar new file mode 100644 index 0000000000000000000000000000000000000000..b19f26d2f052ee87f5317f3231c8b3ab94af29b5 --- /dev/null +++ b/datasets/98848.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98b8974db194e2d095cb4ebc88f379946c97297ab177ef76f1fa7fc744582bf +size 11683840 diff --git a/datasets/9896.tar b/datasets/9896.tar new file mode 100644 index 0000000000000000000000000000000000000000..c5c415fe28e1390b4185dde67db106581699949e --- /dev/null +++ b/datasets/9896.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e58d91e2a354580f64f25124406d13a31654ed0f277c426f13117402fb44ca6 +size 5396480 diff --git a/datasets/99393.tar b/datasets/99393.tar new file mode 100644 index 0000000000000000000000000000000000000000..df2ed1e62df5942fd118491c91f7a44a95a2f4da --- /dev/null +++ b/datasets/99393.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52593659ae23158900b757676c9db9bf8ca96682a3dbb0ca21a186011752ebc +size 2017280 diff --git a/datasets/9965.tar b/datasets/9965.tar new file mode 100644 index 0000000000000000000000000000000000000000..f54cb26f6b84f84d7e062fd12d69b2825461b780 --- /dev/null +++ b/datasets/9965.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:194042476e9ea50f7c4e8fc78b38e91dc5e0a8d18f8fb57ec4e52fc728fa2d40 +size 149944320 diff --git a/datasets/99679.tar b/datasets/99679.tar new file mode 100644 index 0000000000000000000000000000000000000000..23fbb228c5c1f5495c59f9b932398cb0f7fa2808 --- /dev/null +++ b/datasets/99679.tar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a02d786751437238303d1b2e6d1bf5c77f5921b162cb7ae4fb8ca4dae876442 +size 82360320 diff --git a/datasets/metadata/100006.json b/datasets/metadata/100006.json new file mode 100644 index 0000000000000000000000000000000000000000..5bc95698fae9bf69f7fbe1b015a38a3e35c211ef --- /dev/null +++ b/datasets/metadata/100006.json @@ -0,0 +1 @@ +{"id": 100006, "index": 0, "name": "v1.1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-20T06:31:00.122Z", "availability": "Public", "nsfwLevel": 1, "description": "
v1.1 tags
Add: 25 Image
Fix: Unify Tags
currently out of comfort zone testing different training parameters.
", "trainedWords": ["diffuse texture"], "stats": {"downloadCount": 2202, "ratingCount": 128, "rating": 5, "thumbsUpCount": 215, "thumbsDownCount": 0}, "files": [{"id": 69792, "sizeKB": 6076.65625, "name": "DiffuseTexture_v11.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-20T06:25:36.895Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "140BE978", "AutoV2": "B0A604F921", "SHA256": "B0A604F92195A35E6008B9FD4AA17BF505639B70006F6EACC7E215FFF5CE4D0F", "CRC32": "445027B7", "BLAKE3": "ECB9B7D560C2CB95F87D2CF12375C73B31274770B7A53CA4207068F3CE991C1F", "AutoV3": "D70935784776"}, "downloadUrl": "https://civitai.com/api/download/models/100006", "primary": true}, {"id": 69808, "sizeKB": 6494625.895507812, "name": "Textures.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-20T06:56:59.164Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EF8EE9F3", "AutoV2": "4EF38A915E", "SHA256": "4EF38A915E235A9C838C33717C6F9966357A7F9F1AC11D79011EFB5809F0153D", "CRC32": "8130DE35", "BLAKE3": "489BC367BD69F735EEA578B7A035337D476EC48897A2FA21EABD1ACFAD0E7E77"}, "downloadUrl": "https://civitai.com/api/download/models/100006?type=Training%20Data"}], "images": [{"id": 1216057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f839d9d-c77a-4f87-afbb-a17508bec6fe/width=450/1216057.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U2EBQVIqw_}=$%n%a{oeNIxsS2af%0$$s.R+", "type": "image"}, {"id": 1216051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73758531-57da-4767-ad19-dabac11d958c/width=450/1216051.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U1Hwxy?GNH^%~AxZt6ayNIs:I:jZ^%s.ayWC", "type": "image"}, {"id": 1216055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e9a8f67-56e8-4208-9821-0290ebe7e9d0/width=450/1216055.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U1Gt4h^Os.}?^OIpWCaysloeIpI;=ws:Rkju", "type": "image"}, {"id": 1216056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e529966f-a812-4357-9b25-212a0ee9f9ef/width=450/1216056.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U2GQH~=^s.w^^hs.oeNbxZR+xZR+^OfQxZR+", "type": "image"}, {"id": 1216053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f998d209-0bc3-4ed0-9a14-80a83ffb6068/width=450/1216053.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U1GRkkxVxa?Z^%%1xtxtSKoMM~ad?Yf6WEbF", "type": "image"}, {"id": 1216050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a409d973-a7d3-492e-a828-c667913a2d85/width=450/1216050.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U2F5NmE3E3~A^jaeRjj?57NH-oxZ-oxt%1E3", "type": "image"}, {"id": 1216054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/823268b4-a92a-4389-a458-0f148de09698/width=450/1216054.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U0CZX]~pIU.8~p-oxaa}R*V[s,NF_2ofJBD*", "type": "image"}, {"id": 1216087, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24f449e6-2bb9-4eb5-bee1-d86cfbe68131/width=450/1216087.jpeg", "nsfwLevel": 1, "width": 10240, "height": 606, "hash": "UeIhpp%hkYtS_3ofofofxue-ocoJ~qt7ofof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/100006", "modelId": 50391} \ No newline at end of file diff --git a/datasets/metadata/100280.json b/datasets/metadata/100280.json new file mode 100644 index 0000000000000000000000000000000000000000..a94b38531170106921404cf060d756073fb926da --- /dev/null +++ b/datasets/metadata/100280.json @@ -0,0 +1 @@ +{"id": 100280, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-20T13:57:09.546Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Kido_Saori", "saori_sleeveless_white_dress", "saori_accessories", "staff_Nikke", "athena_shield", "athenaCloth_armor", "saori_puffy_sleeves_white_dress"], "stats": {"downloadCount": 1839, "ratingCount": 222, "rating": 5, "thumbsUpCount": 298, "thumbsDownCount": 0}, "files": [{"id": 69999, "sizeKB": 36987.9091796875, "name": "Kido_SaoriV3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-20T13:57:38.632Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9DB98E56", "AutoV2": "F069226230", "SHA256": "F069226230BEE370FB85497F36EC0E17763AAE28A4C6973B59C5D311F84DAD9C", "CRC32": "F3FEA41E", "BLAKE3": "0C1AFB0C5290D8131547F7A61070C78F0E13AC7E85CBD77142F4595A677F6888", "AutoV3": "C91ACCD26677"}, "downloadUrl": "https://civitai.com/api/download/models/100280", "primary": true}, {"id": 69998, "sizeKB": 55451.9462890625, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-20T13:57:41.588Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C9B38A95", "AutoV2": "41808A5EB9", "SHA256": "41808A5EB971549996B4EC926A01AA8779C61C1DCA964D922EAE60722CB5461D", "CRC32": "8D7544D2", "BLAKE3": "29DA4C94C62923D210112F587BE7869E6B7C300A584EF5BDE7E1D186224FBD0F"}, "downloadUrl": "https://civitai.com/api/download/models/100280?type=Training%20Data"}], "images": [{"id": 1219956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f640aa1b-cd0b-49f9-84dd-ae715b75320b/width=450/1219956.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UEI|^E9W00=z+$x@T9WB4mw1E0_2oz~WRND%", "type": "image"}, {"id": 1223355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9fd4ca9e-9d8d-48fd-b34a-ac0951864af2/width=450/1223355.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "USI;h[~D0JkVMbRixtkRM}ozx[RiSgIoIBjc", "type": "image"}, {"id": 1219957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c129ca67-e224-4789-b5eb-803fde9190c4/width=450/1219957.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UBI;-wj-00x200%M_N?GIS^%?qk8?JxnIBxv", "type": "image"}, {"id": 1219960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ba482fd-90a3-4b25-8827-8311f6c34b45/width=450/1219960.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UFJ%ny*00J03Q-IS1G%402w@9WNE^lb_kNIU", "type": "image"}, {"id": 1219955, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1353d451-40a8-4562-aba8-f067c6003d5a/width=450/1219955.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UHKT7d0e5k%hml9ZEenyyFIVbmox~WIU%eRU", "type": "image"}, {"id": 1219958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f87ec7f6-a5b9-416a-b48a-3b75e37f966f/width=450/1219958.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UBJHg[~X00Dm8ws=?v-:9Zxb.7xs^n?HDmkE", "type": "image"}, {"id": 1219961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b08dd39-9e00-41d4-862c-73e426f6cfc2/width=450/1219961.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UWLWI%~VfvM{#%%Fx@xUNa?GNGkWRNS4t7Wr", "type": "image"}, {"id": 1219968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ede8e4b8-dd97-48c7-8b74-40ce2900a294/width=450/1219968.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDJkTW~p00034T%3.S?aEcf7tj%fxHtPV_M|", "type": "image"}, {"id": 1219963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a616299-3c2a-4b7c-8d50-2b84cbbf3450/width=450/1219963.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDKKEh~n0y03Hq00BnM{4U-NMvITIt-:y3kQ", "type": "image"}, {"id": 1219962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77a1827e-cec2-47cf-a226-e670079035f7/width=450/1219962.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UKK,tLS6GatAz:E2TJNG9*Mzx,Io~XIA?aMz", "type": "image"}, {"id": 1219965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/782d39f2-b949-4c3f-afe0-a473ee3ae245/width=450/1219965.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UFJ*6q~p4:MmI2$*tb%d01V[InD~D+M{s;sG", "type": "image"}, {"id": 1219964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b69b1751-7fba-4052-bd43-bf8aefd09215/width=450/1219964.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UELNMmIE9Z?KIJ?a.7j:D[t8E0NY9EogtQRj", "type": "image"}, {"id": 1219969, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a73aae2e-d03d-437f-8772-9d902f5e194b/width=450/1219969.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UGKAjT~W0N8}V6M{EaNX9EaP9s55DXW,M_tQ", "type": "image"}, {"id": 1219970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cde64489-6441-4380-a4d7-7460b9ac3df2/width=450/1219970.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDLNDE=}MtDl;A^%~j?Zrr_3D*o=E0tj?cId", "type": "image"}, {"id": 1219966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b271cc1-f377-4b9e-acd1-20c4d2a4a9f6/width=450/1219966.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UCI;;u$~00%000?a~o-obN-$-|NE%L?bMyt6", "type": "image"}, {"id": 1219974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f33ff054-5dd0-45d9-8726-e74a5002f35d/width=450/1219974.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UHJR29Vr00_44V-..5ImRp?FX2WFoZs;nlRj", "type": "image"}, {"id": 1223353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d556a4f2-b1a8-46f6-a2c5-6160796bbd16/width=450/1223353.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UWK9{1~WS0RW$ms,OTxq9ZsRR~oN-qS$RhV]", "type": "image"}, {"id": 1223357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa2498e4-b36e-48f4-9918-3727db6ee0f2/width=450/1223357.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UHL2=GEL00V[;7I;p6X9D|X8xkt7~DNHWQn$", "type": "image"}, {"id": 1223356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce4e3225-ae16-4fd6-b379-39ec81dc0abc/width=450/1223356.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U9Kc-p9G00^,8w~VL00002?H5yJN0%$,-fpA", "type": "image"}, {"id": 1223354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f1c1f88-8399-43b3-b9b7-431843e94d5b/width=450/1223354.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UJLWMB4;A1^+~Et1.Q%M9bx@EKo}=~VtInjJ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/100280", "modelId": 14899} \ No newline at end of file diff --git a/datasets/metadata/100441.json b/datasets/metadata/100441.json new file mode 100644 index 0000000000000000000000000000000000000000..104ce6e92c6a2c165226288480735e047395bd6e --- /dev/null +++ b/datasets/metadata/100441.json @@ -0,0 +1 @@ +{"id": 100441, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-20T18:26:10.087Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 820, "ratingCount": 151, "rating": 5, "thumbsUpCount": 183, "thumbsDownCount": 0}, "files": [{"id": 70148, "sizeKB": 22240.4013671875, "name": "Abou_Koron_World_End-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-20T18:26:31.488Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "442842C5", "AutoV2": "9425E6B941", "SHA256": "9425E6B941495243F72348D11AA7BCD5128D6D0AD85B231F01B82C79B99D6DDE", "CRC32": "6D9DB3E3", "BLAKE3": "0FF4649B08EBD04081B5C52D89C6895A3A06A4BE891FB3F151DA74972A7AD01D", "AutoV3": "2B0667865EAE"}, "downloadUrl": "https://civitai.com/api/download/models/100441", "primary": true}, {"id": 70150, "sizeKB": 14973.2431640625, "name": "Abou_Koron_World_End.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-20T18:31:37.368Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7277F917", "AutoV2": "FFF27525E0", "SHA256": "FFF27525E0365FBE09B005A2C70245C40039EA49A8A66A09E3C0D283E685CF31", "CRC32": "E07580ED", "BLAKE3": "25F100E9CD6B902B8E7D0A64AF3E6FDD232A8258415B5BF9E532331BAF737098"}, "downloadUrl": "https://civitai.com/api/download/models/100441?type=Training%20Data"}], "images": [{"id": 2669885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c4a79e4-98a5-4210-8043-1eb996419b6f/width=450/2669885.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UfP$L5-:.mofo~WCyDWV?HayIof6%Mofs:Rj", "type": "image"}, {"id": 2670038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/119c3a3b-b1ac-462f-a4e0-dae9ad8e1a7b/width=450/2670038.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNOC%24oyYxa^+aKX-IUE3RixujE~WofD%M{", "type": "image"}, {"id": 1223189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c331e56-0b18-4d90-b247-d8def7ad5dc8/width=450/1223189.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UVKKc$0K9s-S_4Ndx]I9tmNF%M$zE2xuoys,", "type": "image"}, {"id": 1232218, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7df1b54e-5faa-445c-874c-fb0d7a1d8457/width=450/1232218.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIJRHi4o0^~V%Ongu5sXyEs:_3M_xxxnIvWB", "type": "image"}, {"id": 1232144, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f54db1c-5e49-4c82-9def-8245fbec0a45/width=450/1232144.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFKK1f0y4T~pvf%2x]s900t7TKi^01Ef9a%L", "type": "image"}, {"id": 1223251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fc83ba8-6760-4f4c-ad1b-6c2637708312/width=450/1223251.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UULNJb~WEKxa-;M{JAM|SiV@%MozI;ITM{WV", "type": "image"}, {"id": 1223206, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b92deb6-9567-4280-b625-8bf94effd504/width=450/1223206.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "UFK^:00200?b~W.6X.M{E5-;ozx]tOM,WSIW", "type": "image"}, {"id": 1232295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae97b75b-51a6-46fb-8f13-45dfd2142bd1/width=450/1232295.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTJHEo%257~VIoM{R.E14oMxkXWAxuxZNHM|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/100441", "modelId": 94158} \ No newline at end of file diff --git a/datasets/metadata/100479.json b/datasets/metadata/100479.json new file mode 100644 index 0000000000000000000000000000000000000000..d667c62973c2573e761221a1dd99d8cdf368f567 --- /dev/null +++ b/datasets/metadata/100479.json @@ -0,0 +1 @@ +{"id": 100479, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-20T19:41:20.403Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 901, "ratingCount": 159, "rating": 5, "thumbsUpCount": 178, "thumbsDownCount": 0}, "files": [{"id": 70180, "sizeKB": 22237.24609375, "name": "mother_the_opposite-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-20T19:41:30.034Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DCAF48C1", "AutoV2": "5DB358B668", "SHA256": "5DB358B668195421A19C3FE7E2CB87792F8672B2DEB6BBEC29434FC3F2B1649D", "CRC32": "A76457C5", "BLAKE3": "124875846030A6088263329E798E289E1477EF7960BCAAD516A01F81900170B9", "AutoV3": "89F1452A5E05"}, "downloadUrl": "https://civitai.com/api/download/models/100479", "primary": true}, {"id": 70185, "sizeKB": 13346.662109375, "name": "mother_the_opposite.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-20T19:56:36.792Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9747B412", "AutoV2": "29423212F4", "SHA256": "29423212F41CCA658B9745370FB80BB51B85F2EB2A26D632930C1E9B65B000FB", "CRC32": "85A6E168", "BLAKE3": "F0BB8D2C103776ADD5B799A7722A1321A4F7834150897B99ADC08BC8D403D90E"}, "downloadUrl": "https://civitai.com/api/download/models/100479?type=Training%20Data"}], "images": [{"id": 2670314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c6c5310-68de-47c3-b4ea-08ea77e076c0/width=450/2670314.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQM%Zl~q9]-p_3R*IVIVELM{$MR*?vM|9Zae", "type": "image"}, {"id": 1223807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a26eb61-81dd-4327-8dc6-7555240f0a8d/width=450/1223807.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "UGKKHH-q00bqIwxb0L4.00?G~CRjyDM|IAIU", "type": "image"}, {"id": 1223875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2cbebdf-d9a9-429c-b8c8-856515ad369f/width=450/1223875.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "UMK,{n~W9sE2-p?H9Zof00WBxaWT?Ix[i^IU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/100479", "modelId": 94189} \ No newline at end of file diff --git a/datasets/metadata/100548.json b/datasets/metadata/100548.json new file mode 100644 index 0000000000000000000000000000000000000000..ffb6ed6daee1ad3faa2fa0eb32f118ae7ae28670 --- /dev/null +++ b/datasets/metadata/100548.json @@ -0,0 +1 @@ +{"id": 100548, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-20T23:24:00.877Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 1162, "ratingCount": 191, "rating": 5, "thumbsUpCount": 228, "thumbsDownCount": 0}, "files": [{"id": 70235, "sizeKB": 22244.1044921875, "name": "Eun_ju_Soothe_Me-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-20T23:26:28.720Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "345BF75D", "AutoV2": "3EC44C72DD", "SHA256": "3EC44C72DD4B5B4ADAB5B61B0B52EA8C865AD2E8BBC9DF55D42D7536811B9F3C", "CRC32": "B5CF9897", "BLAKE3": "7A97EA342A341E3B63D8319144F2469EE5E4822EDDDB646512EB51FA9A276307", "AutoV3": "EC0864AE181E"}, "downloadUrl": "https://civitai.com/api/download/models/100548", "primary": true}, {"id": 70237, "sizeKB": 26713.9609375, "name": "Eun_ju_Soothe_Me.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-20T23:36:25.164Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B86FB20A", "AutoV2": "329E1491AE", "SHA256": "329E1491AE6B522B6B148C7EF9B062615F5E73E17BFCCF852B4A2C038C687F0C", "CRC32": "042A5504", "BLAKE3": "687ECC5DDDECBD8629D81F53943D1AC10676E2AC472306A7918172CE53BCDEF9"}, "downloadUrl": "https://civitai.com/api/download/models/100548?type=Training%20Data"}], "images": [{"id": 2670162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f07b1af-a56a-4692-add7-330876e10cf7/width=450/2670162.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URL|7X~pJVxt*J%f^+xtr@ayxZM{R%adMeM{", "type": "image"}, {"id": 1225419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82ae2ec2-cde6-4bd2-9453-f551f5103853/width=450/1225419.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UAJ@5$00Lf00p_Dj=|00F_9tMx?H00Io~W-p", "type": "image"}, {"id": 2670136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1face7f0-f980-4f43-860c-b6bb4eb47ee0/width=450/2670136.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaOyntt8?^%2Kjj@?bt7?bW;wcayVss.xZRj", "type": "image"}, {"id": 1231703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aef15ab3-62e0-470e-8f9f-d4cab7745fd2/width=450/1231703.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCJZiA001iDO3VIBr]E20}Md.7%f}[.7VsD*", "type": "image"}, {"id": 1237195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6d749c3-fe3c-443e-a85c-11bdee54f1fa/width=450/1237195.jpeg", "nsfwLevel": 2, "width": 341, "height": 512, "hash": "UIK9x[00KPDP7LIUNIIo0zH@%zxt}[%gRPIV", "type": "video"}, {"id": 1237039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35879e32-5600-467d-a158-9f5b6365e778/width=450/1237039.jpeg", "nsfwLevel": 2, "width": 341, "height": 512, "hash": "UCKTDG00y?00.mIAoM00KO9ajFoz0KE1?a%L", "type": "video"}, {"id": 1225462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fa7865e-f109-41e7-a7ee-432cc6918154/width=450/1225462.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNI|%l~q0}xa%g?a-oxa.7-oaKNGIo%L-pE1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/100548", "modelId": 94258} \ No newline at end of file diff --git a/datasets/metadata/100656.json b/datasets/metadata/100656.json new file mode 100644 index 0000000000000000000000000000000000000000..fdcfa1abb3aebd9d816ff490e52e438ad8c13389 --- /dev/null +++ b/datasets/metadata/100656.json @@ -0,0 +1 @@ +{"id": 100656, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-21T02:58:00.888Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 2414, "ratingCount": 185, "rating": 5, "thumbsUpCount": 290, "thumbsDownCount": 0}, "files": [{"id": 70324, "sizeKB": 147573.2578125, "name": "FD_DarkSkinAnus.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-21T02:56:28.663Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0B1614D7", "AutoV2": "4C8FE6FFC2", "SHA256": "4C8FE6FFC2A317D6460FE346A78B310074E65F63BE69FE46A05B3C3788DCA93A", "CRC32": "D4416C04", "BLAKE3": "CAFE66C719342D50429CBF76D91411C2DE4D8F4FE9F15309D8F0F88A2495C969", "AutoV3": "4F781910A959"}, "downloadUrl": "https://civitai.com/api/download/models/100656", "primary": true}, {"id": 70325, "sizeKB": 27929.94140625, "name": "Training Darkskin Anus and Vulva.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-21T03:01:22.130Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D6682D00", "AutoV2": "6FCA488E9A", "SHA256": "6FCA488E9A797371C342867B73E88E1481A90EC2C3734732976E5EA72E1EB458", "CRC32": "ED8ED355", "BLAKE3": "ABEC3D6C658AFD76220180634E5B95B7C4C928300F4968D395226C418FC8F49F"}, "downloadUrl": "https://civitai.com/api/download/models/100656?type=Training%20Data"}], "images": [{"id": 8779601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cd59171-44f1-47de-9893-35847565b8d5/width=450/8779601.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UKH,#8xZxa^i~At7IpS#9vWANcE2E1a~aeR*", "type": "image"}, {"id": 1256153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb35520c-cb69-488f-9576-8dbe8335eac4/width=450/1256153.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UPHw.G%MRP^j_NxuIot8X.M|IUWqR-MxV?bH", "type": "image"}, {"id": 2579358, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/222c9c59-b8ba-40e8-b0de-861654bb17db/width=450/2579358.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "ULFEo=~C=|NG?GNGNHNG56E2Iot79Zs:j[%2", "type": "image"}, {"id": 1229078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e888db37-85c7-4068-b2ec-249b5433518d/width=450/1229078.jpeg", "nsfwLevel": 16, "width": 496, "height": 800, "hash": "UOG8chxaOYt78wR*IoWB~qof%2of4.ayWBWB", "type": "image"}, {"id": 1240383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04905aab-82a2-433d-8149-7709f4d1cc05/width=450/1240383.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U9EVKDGt1I-;9bTwPTMd3.~B}sx[03Se$hJn", "type": "image"}, {"id": 1256046, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3aa65496-0233-47b3-a3f5-62bb450f7e16/width=450/1256046.jpeg", "nsfwLevel": 8, "width": 496, "height": 800, "hash": "UTI#7ND*Fgxb_NoL%gt7yDtPs+WUx]t8jZt7", "type": "image"}, {"id": 4153251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e839f5e-1e1c-4260-8d5e-9ae545caa3ea/width=450/4153251.jpeg", "nsfwLevel": 8, "width": 1536, "height": 1536, "hash": "UHI|j[zBysT0^7=|-pNbWZRPNGR*^+ROS#kV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/100656", "modelId": 94360} \ No newline at end of file diff --git a/datasets/metadata/100699.json b/datasets/metadata/100699.json new file mode 100644 index 0000000000000000000000000000000000000000..abe10b85f966f4dbf98a94b2d211bd4f619a6a8c --- /dev/null +++ b/datasets/metadata/100699.json @@ -0,0 +1 @@ +{"id": 100699, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-06-21T13:42:17.025Z", "availability": "Public", "nsfwLevel": 1, "description": "78 samples from official only (I crop some samples for preventing multiple people)
", "trainedWords": ["ruikun", "1boy, solo, purple hair, aqua hair, streaked hair,yellow eyes"], "stats": {"downloadCount": 440, "ratingCount": 28, "rating": 5, "thumbsUpCount": 40, "thumbsDownCount": 0}, "files": [{"id": 70530, "sizeKB": 18560.25390625, "name": "KamishiroRui.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-21T13:16:25.636Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "F94661376D", "SHA256": "F94661376D435D44C0C9D30257E39A531A79653D23C9FBBE67F9534DF9D7BE3D", "CRC32": "8254FB25", "BLAKE3": "A160DC6356C62A30471AEFAFEA8BEBDADB99B18225AC536FA98A16ED7675917E", "AutoV3": "A45DA0E016D2"}, "downloadUrl": "https://civitai.com/api/download/models/100699", "primary": true}, {"id": 70542, "sizeKB": 105483.982421875, "name": "KamishiroRui.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-21T13:51:37.485Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3E05396C", "AutoV2": "5F60C0AF9C", "SHA256": "5F60C0AF9C00C469AFCA3E44CE2AD134509E8BD1FC555F6BD7E6CAC19574A15F", "CRC32": "D0FD6CEB", "BLAKE3": "9A80619FBB66A3D8AE94CB5633E32612F2C83FC4DC2487B605A347383AB1A054"}, "downloadUrl": "https://civitai.com/api/download/models/100699?type=Training%20Data"}], "images": [{"id": 1232238, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f5e99ae-6bfa-4ef7-8dc5-eea698920c23/width=450/1232238.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U6LD$000000K=h4TJ{?Gv0x]%f-;-q4;~oD%", "type": "image"}, {"id": 1232249, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e29ae610-b10d-43af-a016-256874304e26/width=450/1232249.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHHxvhXU00EMD.%2E0Ri4{%L.6f5~oNe%0kD", "type": "image"}, {"id": 1232301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a113205a-90d5-45bb-9234-95e55d60b71b/width=450/1232301.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UZGlhy4nkV$+_NNGM{r?-;NGt6RQ-pI:nifl", "type": "image"}, {"id": 1232303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6f86d97-465f-43d0-be67-0874fd1b6344/width=450/1232303.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UMHVL|_MM}tR%%x^spoN.5-;xun%RV-;t7j=", "type": "image"}, {"id": 1232310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cf64e30-f137-4280-a65c-2beb0fa45f0a/width=450/1232310.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UUHea#4nX5NG~pV@D*oeStWYM|ofW9ozxaWB", "type": "image"}, {"id": 1232344, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5290d26e-e8a3-4936-a698-d2926051eb77/width=450/1232344.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPH.B59G9XRj~X9ZS0R*8{tQs:WoIVt7M_t6", "type": "image"}, {"id": 1232356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4a0722e-5718-4970-bde1-88562ad2a3ed/width=450/1232356.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U6FOyI[-NGT_03~W}[00E-K557?a00N34oSx", "type": "image"}, {"id": 1232359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e7d0ed4-a3c7-4252-af2c-7d9ca9cd7336/width=450/1232359.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "USJt#c$d${e..AIqR%aKtmOXW=I;%M%Lf$t8", "type": "image"}, {"id": 1232365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bb7474b-f91c-40d2-857c-58424d6fd50f/width=450/1232365.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGIXz59H00o#jDD+%dR*r=WG-;NG~VE1%3t4", "type": "image"}, {"id": 1232373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/524537a8-87a3-4566-886f-c8eab12e8281/width=450/1232373.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCHe2$NFD~?ID%-.JkR,00%2In-p~VI;xWsl", "type": "image"}, {"id": 1232380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6ae9ddf-6e71-4568-9a64-98f200541af7/width=450/1232380.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAEM2t~W009F^l-;9Y9Z00n#~q%Mxan%-:_2", "type": "image"}, {"id": 1232385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c4ba437-1bf9-42da-a437-2b230497fa14/width=450/1232385.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDG8NE0100x]#qJ:D#Xn02s+x[V@Rq~BE0R5", "type": "image"}, {"id": 1232410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22691bd5-36c7-4d21-9259-66e3dacb927b/width=450/1232410.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIK1Rhno9ra~_4xu4,X4REohRin~?ZR+xnxY", "type": "image"}, {"id": 1232413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ecb0b3cc-6ef1-46f0-bb5c-53272320756e/width=450/1232413.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBIOCM~DbnD#Dj569aXhtkMx00-QD#ss-.yB", "type": "image"}, {"id": 1232418, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/257325d0-48be-4659-b5fb-85528a8c83ad/width=450/1232418.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPJ@^3-YM^tS_4NY9aI;I[M|%Mob-pENosV?", "type": "image"}, {"id": 1232427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f5421ed-61e0-4bec-9153-4d78edae2d76/width=450/1232427.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UYGR#Zs:a_t6?b?aWAof~poLkCt7Nb%Laexu", "type": "image"}, {"id": 1232429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/688dc071-e759-4698-90dc-69527a9daf8a/width=450/1232429.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U6H1}S?^00q?NE4:00.700#7xYR?01td_2Nh", "type": "image"}, {"id": 1232435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/323fbca0-feed-4eb0-a3d3-5ef63adbd3a1/width=450/1232435.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UbF}{0E2IUWn~VIpRjayoxNGt7j[%LM|WVof", "type": "image"}, {"id": 1232437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f2ef4b0-676a-49ce-ad0b-6a945286c813/width=450/1232437.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFH__Tab_0^,.Tx.4mM|?vtLISt60J%MVXjE", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/100699", "modelId": 94399} \ No newline at end of file diff --git a/datasets/metadata/101009.json b/datasets/metadata/101009.json new file mode 100644 index 0000000000000000000000000000000000000000..6939f2040f38c78540588f4f0b708e0177c2b420 --- /dev/null +++ b/datasets/metadata/101009.json @@ -0,0 +1 @@ +{"id": 101009, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-21T15:48:52.819Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["mondaiji-pest", "purple hair", "hair ribbon", "short hair", "purple eyes"], "stats": {"downloadCount": 394, "ratingCount": 61, "rating": 5, "thumbsUpCount": 68, "thumbsDownCount": 0}, "files": [{"id": 70601, "sizeKB": 73842.3896484375, "name": "mondaiji-pest.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-21T15:45:38.332Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0EF9BEA9", "AutoV2": "5DAE948DDF", "SHA256": "5DAE948DDF8F9179A15B597DDB86B603D949E72AC2BF991945312501683738C8", "CRC32": "7252845C", "BLAKE3": "14A082502CC8071CE0260738311F3355E8BC5CA2B40162E2E842B2F37E701333", "AutoV3": "A2210018F153"}, "downloadUrl": "https://civitai.com/api/download/models/101009", "primary": true}, {"id": 70605, "sizeKB": 413069.7685546875, "name": "mondaiji-pest.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-21T15:50:59.381Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2AFE79AD", "AutoV2": "5E172A4C6E", "SHA256": "5E172A4C6E3385D5C0153B1849C4EF07C3E380E4A36612499B753A7DF57E81B4", "CRC32": "E7A46082", "BLAKE3": "6CA460B6B79ABC7A7A532804128DE95DB5460B74726303FE44ACA3F42989B929"}, "downloadUrl": "https://civitai.com/api/download/models/101009?type=Training%20Data"}], "images": [{"id": 1233955, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2a9301f-b188-4c75-b0e8-8000dd5c342c/width=450/1233955.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UNH^@V~UM^In9Zt2%ftQ-;tQI;WVI@S4NGNG", "type": "image"}, {"id": 1233956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71b87f94-d86e-40b9-8842-2b24a77940d4/width=450/1233956.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UKHnjNof0dR*Dia}?bay~Wa#E1WBjGayxtj[", "type": "image"}, {"id": 1233960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/939ea1d0-91ce-4cd9-826a-4045b81d2980/width=450/1233960.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UNJa4M~U~U^%?G?GS~X84;s.IpIpR$RjxFV[", "type": "image"}, {"id": 1233963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d11f773b-f71f-4838-8ac3-ba8f63e6b13f/width=450/1233963.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UAHxHG0f0J?cN=Os~pD*9t?a%Mxa%h-o9G?H", "type": "image"}, {"id": 1233962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a01a5f35-bc51-418d-9c9b-3544e6dd4c8d/width=450/1233962.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UNIqig~W-:xt0et7M{WUtRIVM_NG?bbJxZt6", "type": "image"}, {"id": 1233981, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e22c1e83-2390-4e62-96e3-fdcf3ceba954/width=450/1233981.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "U7I#0{000J~VK%9H9YEf.R^+E0kW0K^k9F4.", "type": "image"}, {"id": 1233982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16a3652a-e893-4e40-8850-74815a040956/width=450/1233982.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "UgKdMN~V%LWBI@xaIoM{R*NHWAoKkCbbkAs.", "type": "image"}, {"id": 1233980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f63ebbf-1662-44df-b7e1-ad89f6b92adb/width=450/1233980.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "U6LWbA~CO%-;00-:J5R*01WB%fRj00NGOBRk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/101009", "modelId": 94699} \ No newline at end of file diff --git a/datasets/metadata/10110.json b/datasets/metadata/10110.json new file mode 100644 index 0000000000000000000000000000000000000000..222edf469f139340b80249b1d7d44d1f831ee7cf --- /dev/null +++ b/datasets/metadata/10110.json @@ -0,0 +1 @@ +{"id": 10110, "index": 0, "name": "KasuganoSora_v3", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-02-13T18:55:07.833Z", "availability": "Public", "nsfwLevel": 7, "description": "40 cherry-picked images from danbooru, 10 steps per image, epoch 2
hair ribbon, twintails, brown eyes keywords should be self-explanatory
Trained on grapefruitv4
twintails can be put into negatives too
", "trainedWords": ["kasugano sora", "twintails", "hair ribbon", "brown eyes"], "stats": {"downloadCount": 628, "ratingCount": 99, "rating": 5, "thumbsUpCount": 104, "thumbsDownCount": 0}, "files": [{"id": 9684, "sizeKB": 131368.1728515625, "name": "Sora2_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-13T18:56:20.729Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B014F2A8", "AutoV2": "53BFBCACCA", "SHA256": "53BFBCACCA80DB1EF35279D3F00371D6DDB3858279C55C858CAA67D83B6E8415", "CRC32": "6BDB31A4", "BLAKE3": "9706A0CD7F9520AC1A0C6311507412A058BB6229D4E1DF5F9C0FAF1E01937229"}, "downloadUrl": "https://civitai.com/api/download/models/10110?type=Training%20Data"}, {"id": 9683, "sizeKB": 36980.6962890625, "name": "KasuganoSora_v3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-13T18:56:03.968Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "E908BA28", "AutoV2": "779866B511", "SHA256": "779866B51128032BABFC53DCFA480F730D264671369C934B1A4A2AA57F23D707", "CRC32": "235DFA49", "BLAKE3": "6C958E78ACAE6D6030BAF00CC2E17256F87DA7ABC9DF753B134393A58A66E7EF", "AutoV3": "888FF3D4101B"}, "downloadUrl": "https://civitai.com/api/download/models/10110", "primary": true}], "images": [{"id": 99160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/515fd558-eddc-45ab-36b4-48c09a363300/width=450/99160.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2304, "hash": "UBKn6%00008^AJMbpeMb4U?94?ImJ.EM}?E2", "type": "image"}, {"id": 98980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5033c334-f168-4776-62ea-35599e9f4900/width=450/98980.jpeg", "nsfwLevel": 2, "width": 1536, "height": 2304, "hash": "UiKw,|4:9t%M*0ni%MWC%NRjt8jbRmfkRPjZ", "type": "image"}, {"id": 98641, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a0eb7c4-5477-4ac1-cd72-5294545bd700/width=450/98641.jpeg", "nsfwLevel": 4, "width": 1536, "height": 2304, "hash": "UKNdE[veCT~W1lEOS*RkrZ58wHniIWwIV@xF", "type": "image"}, {"id": 98728, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1c737a5-446c-4f5e-8003-ad438f7e6600/width=450/98728.jpeg", "nsfwLevel": 4, "width": 1536, "height": 2304, "hash": "UmLNPy~qEgx^NxXAWYogIon$s:s:jFsms:of", "type": "image"}, {"id": 99159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eedf36eb-b3e4-4659-e1e3-43ebcc2f1100/width=450/99159.jpeg", "nsfwLevel": 2, "width": 1536, "height": 2304, "hash": "UkKw;1-;.R$g.TozENnixvt7IoWURkRjxGNG", "type": "image"}, {"id": 98637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14ca0513-e031-48e0-b1dd-44f93a186a00/width=450/98637.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2304, "hash": "UbKwwr-=Xmof?wbvI?V[X9jFIojYIojE%1xa", "type": "image"}, {"id": 98636, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/463356ca-4dd1-4bf2-1f35-528db372b700/width=450/98636.jpeg", "nsfwLevel": 2, "width": 1536, "height": 2304, "hash": "UHMj],9Fy=%2CAskK6Rj5c9tROIpMzM{-Toz", "type": "image"}, {"id": 98635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42de541f-1299-49d4-1e68-e77a65e36b00/width=450/98635.jpeg", "nsfwLevel": 2, "width": 1536, "height": 2304, "hash": "UdM7P:~q?aazyFkXI;RjSQn,Rjoe9b%2nhoe", "type": "image"}, {"id": 98940, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08881365-2e58-43e9-eb4f-0625151c9f00/width=450/98940.jpeg", "nsfwLevel": 2, "width": 1536, "height": 2304, "hash": "UXNm.}?wTKxY5ERqWYxYDk?GwbxsnjWZwaf+", "type": "image"}, {"id": 98939, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6317b4a-a1f6-4d24-d966-feca83a0d100/width=450/98939.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2304, "hash": "UKLXof~TPo.7F7%F4;aJ8wR#Z#wH?vxYs+kW", "type": "image"}, {"id": 99158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4099da9c-b3da-43c8-a252-4f8293d2ed00/width=450/99158.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2304, "hash": "UGIrgK000e5RXp~UR+oII9.9xBxut9W;tSRO", "type": "image"}, {"id": 98979, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e733fa9d-4f73-463d-2b67-80d1fe262000/width=450/98979.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2304, "hash": "URJt}2x^00Rk.S%Nt6NGI;%N?aj]_4xvoHWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/10110", "modelId": 8573} \ No newline at end of file diff --git a/datasets/metadata/101117.json b/datasets/metadata/101117.json new file mode 100644 index 0000000000000000000000000000000000000000..3c4f39bd337aaafdb32df8cf028ffa2b430687ae --- /dev/null +++ b/datasets/metadata/101117.json @@ -0,0 +1 @@ +{"id": 101117, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-21T19:46:03.334Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 1031, "ratingCount": 168, "rating": 5, "thumbsUpCount": 200, "thumbsDownCount": 0}, "files": [{"id": 70683, "sizeKB": 22243.8837890625, "name": "Yeon_Ah_Dont_Tell_Mom-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-21T19:40:54.147Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D87CCFF5", "AutoV2": "F056677EF2", "SHA256": "F056677EF21801B1DD4E3B08DD81E25AEA704995B65FB946918E406C39790E63", "CRC32": "19758C1C", "BLAKE3": "E052C763E8EB27102DC6BDC145DA0C3474D4A4C836099BA97F8A7F4D2BE6A2D9", "AutoV3": "4716ACB1B61F"}, "downloadUrl": "https://civitai.com/api/download/models/101117", "primary": true}, {"id": 70686, "sizeKB": 25265.24609375, "name": "Yeon_Ah_Dont_Tell_Mom.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-21T19:41:20.863Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5E81C06D", "AutoV2": "9CED16877E", "SHA256": "9CED16877E8A181ECE276EF0D4BD5FA615C77C80345F146BC684B4493E163BF9", "CRC32": "D6DCBAD9", "BLAKE3": "CB96F7A3173ACE6673879139E449E5E4B80EA92EE0136FB8724038361691FF7E"}, "downloadUrl": "https://civitai.com/api/download/models/101117?type=Training%20Data"}], "images": [{"id": 2669817, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57b314fb-b843-44a8-bd57-6f1a665af59d/width=450/2669817.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXP6EkIU.T-pTet7?voz-pxui_RjxtRjoJs:", "type": "image"}, {"id": 1236266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67fdb206-7394-4024-b1c8-aac59c533c3a/width=450/1236266.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UOMGO|%MAc~ptnxa_1xu${M|xHRkxuM{M{NG", "type": "image"}, {"id": 1236232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/236bba70-2c56-45b7-951c-ce16344cd5e7/width=450/1236232.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USNJF4~WTI_356?Gt8s:E2WCn%Rj^+Ioogbb", "type": "image"}, {"id": 1237060, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25b3ac43-c741-4395-b5db-a2cb0b13f12c/width=450/1237060.jpeg", "nsfwLevel": 2, "width": 341, "height": 512, "hash": "UJN+;M~VK1_200^*bcxZI@ogWBIU^*E1t7NG", "type": "video"}, {"id": 1236610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10df4f7d-73ef-42a3-8b59-120a09a1e5c1/width=450/1236610.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U9HnBAs=?^000$02o~D*01.9n4~Vrp_28{%f", "type": "image"}, {"id": 1236651, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a9e801f-972d-4499-a8b1-f2658fa86655/width=450/1236651.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEHd,AEM00~V00xax^V@00xZxuVsXnkC-TNa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/101117", "modelId": 94797} \ No newline at end of file diff --git a/datasets/metadata/101262.json b/datasets/metadata/101262.json new file mode 100644 index 0000000000000000000000000000000000000000..1dccae5fe4b46fbf754e930d5c78914c48bbe0f7 --- /dev/null +++ b/datasets/metadata/101262.json @@ -0,0 +1 @@ +{"id": 101262, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-22T01:04:55.881Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["mondaiji-shiroyasha", "short hair", "white hair", "shrot horns", "ponytail", "black kimono"], "stats": {"downloadCount": 402, "ratingCount": 46, "rating": 5, "thumbsUpCount": 60, "thumbsDownCount": 0}, "files": [{"id": 70807, "sizeKB": 73843.5419921875, "name": "mondaiji-shiroyasha.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-22T01:05:37.985Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A2DD0F3F", "AutoV2": "F87C6C254D", "SHA256": "F87C6C254D0A40ECD05F9BA22529F7D5AA57B52E827AF20AC5C6EC6EE3AC1CC4", "CRC32": "E91C5922", "BLAKE3": "061765676A4DF8B53FC7F4C91E617B7749B7F2EFD473F6CF9E0C5A1399099008", "AutoV3": "2BBED02542F5"}, "downloadUrl": "https://civitai.com/api/download/models/101262", "primary": true}, {"id": 70809, "sizeKB": 561483.1533203125, "name": "mondaiji-shiroyasha.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-22T01:06:09.201Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "932A185D", "AutoV2": "4AFCBCE76D", "SHA256": "4AFCBCE76D747D148CF227A6CD3F7277BAF162601E7B4CC501A8B0FC067CFC75", "CRC32": "5F2BA25E", "BLAKE3": "9E551A802BF1832DCBCA1886DBE8E6F3EBDDA5ADE771D66F1A3029E7963EAD37"}, "downloadUrl": "https://civitai.com/api/download/models/101262?type=Training%20Data"}], "images": [{"id": 1238410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b111fb2-e7eb-4288-bff2-f25d6421218d/width=450/1238410.jpeg", "nsfwLevel": 1, "width": 720, "height": 720, "hash": "UNCZ^bWAM]kCG1aeD*bc.TWBs+kCEUoyt7ah", "type": "image"}, {"id": 1238411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d0f98e7-32c6-4292-a34e-0ce7e65a92bd/width=450/1238411.jpeg", "nsfwLevel": 1, "width": 720, "height": 720, "hash": "U6D,489000^$pdIU4o%503S6xcIV00xb~qM^", "type": "image"}, {"id": 1238413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2827bf7-06ee-4847-936c-bbafbd9d48e9/width=450/1238413.jpeg", "nsfwLevel": 1, "width": 720, "height": 720, "hash": "UHFFd0~oRg.9%$tQIp_3R=9b4.x[xsj[%1j]", "type": "image"}, {"id": 1238415, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84b3e0af-cba4-48fe-89fa-2f93a8bbbfd6/width=450/1238415.jpeg", "nsfwLevel": 1, "width": 720, "height": 720, "hash": "UfGlhqbxM{ogX=t8%2WB.9WARjj[IqM_ofj]", "type": "image"}, {"id": 1238418, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4772be6f-8dae-45e0-b8de-3327a5b9373d/width=450/1238418.jpeg", "nsfwLevel": 1, "width": 720, "height": 720, "hash": "UDGum=to0JE{0X_2MzR;_MNInO$g00M_ofRi", "type": "image"}, {"id": 1238420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94f22ce5-7f00-48c1-875d-6aa92ca4a887/width=450/1238420.jpeg", "nsfwLevel": 4, "width": 720, "height": 720, "hash": "UFIie6.AlUNG06E,m+}?_4wHr=t-9w-p%MD*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/101262", "modelId": 94925} \ No newline at end of file diff --git a/datasets/metadata/101393.json b/datasets/metadata/101393.json new file mode 100644 index 0000000000000000000000000000000000000000..947b8c674c0f60a34f5150d1c7a296b1c47b7230 --- /dev/null +++ b/datasets/metadata/101393.json @@ -0,0 +1 @@ +{"id": 101393, "index": 1, "name": "v2.0 Only Anime", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-22T06:03:17.916Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 3231, "ratingCount": 294, "rating": 5, "thumbsUpCount": 479, "thumbsDownCount": 0}, "files": [{"id": 70904, "sizeKB": 22244.716796875, "name": "Tsubaki_Miyajima_Saimin_Seishidou-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-22T06:05:34.083Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "440C0FFC", "AutoV2": "2E9C9942E2", "SHA256": "2E9C9942E2124C42202C8C052F086C01DCE2602FCB5921FAF8CF72D9ECF07E1D", "CRC32": "4D39D81A", "BLAKE3": "B712DDF93862A5296F3E32F510A24582A6974A9C47B92B98090EDD29AD86599D", "AutoV3": "E645B8E5A3AD"}, "downloadUrl": "https://civitai.com/api/download/models/101393", "primary": true}, {"id": 70905, "sizeKB": 20475.1279296875, "name": "Tsubaki_Miyajima_Saimin_Seishidou.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-22T06:05:35.223Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0A4F31B9", "AutoV2": "C31FD266CA", "SHA256": "C31FD266CA5D437E2F6D94069785C368BE7F7DC7E769D43E6075F98608699E1D", "CRC32": "1D60C435", "BLAKE3": "ED53D54E0DCC78366ED8DCE1475016F246CC3B3EF78474AF419B1C793C15D642"}, "downloadUrl": "https://civitai.com/api/download/models/101393?type=Training%20Data"}], "images": [{"id": 2105905, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40bab8a4-bfa4-4c3f-a733-eab8e699b608/width=450/2105905.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeL|.eofkq%M-lof-;WB_4of-pj[tSWB-:t7", "type": "image"}, {"id": 1240699, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22b20569-74af-4101-9e2a-8114b549fff3/width=450/1240699.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWKAW-~WVW#*00IUNLa#56W;o#R.RjWAxttR", "type": "image"}, {"id": 1240743, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d201f2ff-d0bb-44b2-955f-98c12754e81a/width=450/1240743.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKJai;nh00?vrU^,%Moyt3S5-o^*~qIo%1V?", "type": "image"}, {"id": 1240941, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b8d4fef-2b86-4656-a3d9-6f3bc3cf4ea5/width=450/1240941.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UJJkJ|v#0fvz0J00.TNGD%Io%2RP-;x^vzof", "type": "image"}, {"id": 1240942, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4a93885-2e08-47c9-aef9-c18aa21e919d/width=450/1240942.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UJKmqh+s03R%0h-5_4IU1PD%?Gbb^*%Mnini", "type": "image"}, {"id": 5296085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04ac8269-46c0-4d62-b200-092a30402da0/width=450/5296085.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUM?;?D%_2IA_N-p-=w]E1ShoKNG-;oJMxS4", "type": "image"}, {"id": 5296258, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d8bad9d-32cc-47fe-b130-a0357dc83115/width=450/5296258.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKLgO#Rl4.4oE000.8E2JBIURPs:~q%M%1Rj", "type": "image"}, {"id": 5296466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d822da6-3418-4872-8df2-90cf055fe9d7/width=450/5296466.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UZNA3co}OX~qXm?GRkozRjR*%MWXtSt7V@M{", "type": "image"}, {"id": 5296687, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6c05289-fd77-481b-a6ad-21a3946328d8/width=450/5296687.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UHJtVWoybV^j~p%M%L9aRP^*ah%200RjRPxu", "type": "image"}, {"id": 5296776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ad00f9b-9758-45eb-aba4-5cd4c5c9d825/width=450/5296776.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFKAf}4T%z-SyDs:9uM|4-0g}?9bPCVXNeVr", "type": "image"}, {"id": 5297071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e1e29f3-565f-4368-bbe9-5b817af8ddb7/width=450/5297071.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEMj5Xv}BV_35RX7WqIVD%4:~W^+00-;4oE1", "type": "image"}, {"id": 5297236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fb67578-4089-4876-a6f7-ab4ceabc164d/width=450/5297236.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJKTlM?c%#o~?wt7kqxu9Z-p~pNHrYX9-;%2", "type": "image"}, {"id": 5297332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d70e89b-83ad-437e-ba68-0f223514ecdc/width=450/5297332.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UHMZaj~WAaIo9[-;W;NG4.^k%3WC?G9u%L%2", "type": "image"}, {"id": 8366061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d7de761-ef7a-46d7-abde-4f8839fcad0b/width=450/8366061.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNKA.^t70z%N00oL9FD%Xnofw]aeNLM{~q%M", "type": "image"}, {"id": 8469678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd53bcb6-18b3-4c4d-a8bb-bdae387a6f11/width=450/8469678.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UNNcWuxv_NxapJ-;%MjFIo%2RPIp?HofIVIV", "type": "image"}, {"id": 8469735, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4e28b19-7ee9-4cad-a4ba-8e3072759eba/width=450/8469735.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNMj8l^NAcxW0NjXT1-n0fI;nhIo~WNGxai_", "type": "image"}, {"id": 8469974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b11d415f-f8b3-4194-8076-e614ba4b7598/width=450/8469974.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UFLDiZ^j10,nL4f+~Xi^03kr?Gxt.9JA4oIU", "type": "image"}, {"id": 8469978, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec2fa6e4-0df1-49f3-8501-afb9f1a3a02d/width=450/8469978.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPKm;G?w0%tR5qOF%MoM00V@nNs,xCRjIUWB", "type": "image"}, {"id": 11523917, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcecce74-d7a5-4ccf-b412-eedcd28ad552/width=450/11523917.jpeg", "nsfwLevel": 8, "width": 3200, "height": 4832, "hash": "UmQ+vj_Nt,M{E%xtxtM{aeWBt7WVt7jto0R+", "type": "image"}, {"id": 11525148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0de5fecd-a250-4b30-87a2-b79811e02833/width=450/11525148.jpeg", "nsfwLevel": 1, "width": 3104, "height": 4896, "hash": "UCM%i-_4?Z-6T0.8tmD%JB-pRRR+$_M{_2s;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/101393", "modelId": 40341} \ No newline at end of file diff --git a/datasets/metadata/101448.json b/datasets/metadata/101448.json new file mode 100644 index 0000000000000000000000000000000000000000..1f781ebb247102d2f3d93fdf010c5e80f2286ae5 --- /dev/null +++ b/datasets/metadata/101448.json @@ -0,0 +1 @@ +{"id": 101448, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-22T08:39:07.061Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["mondaiji-sandora"], "stats": {"downloadCount": 293, "ratingCount": 23, "rating": 5, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 70954, "sizeKB": 73842.7802734375, "name": "mondaiji-sandora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-22T08:40:36.697Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EA47418A", "AutoV2": "99AB60EC65", "SHA256": "99AB60EC65BBD6D84F2F0CBCC8DC15BCB51DFEF8D8D280964A7BE0CF22F7DA8B", "CRC32": "4CA25C0C", "BLAKE3": "F7B7F72EFDE6770DBCAF86CADF1661A6C04E3C694216596B99D133D5042B1071", "AutoV3": "2FF0DAF626E7"}, "downloadUrl": "https://civitai.com/api/download/models/101448", "primary": true}, {"id": 70950, "sizeKB": 554987.73046875, "name": "mondaiji-sandora.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-22T08:35:52.391Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6C765306", "AutoV2": "64A2573AF6", "SHA256": "64A2573AF6EC7CDD9B5728297A7FD57284D72948686D4EFD4907985043EC3C73", "CRC32": "FB90EB5A", "BLAKE3": "18D58184E35DB49596A0B635C7E4849E0BE2678B325D77B5C4BC8B30AB99EB63"}, "downloadUrl": "https://civitai.com/api/download/models/101448?type=Training%20Data"}], "images": [{"id": 1241914, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f94f69a-2d1c-496f-acbd-be95c3a5ff96/width=450/1241914.jpeg", "nsfwLevel": 1, "width": 720, "height": 720, "hash": "U8BC+9pxK7}@yC?b?H-qwIx[-;t7M_Mxn$xv", "type": "image"}, {"id": 1241909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e52849a-6881-47c4-94f9-853715faa384/width=450/1241909.jpeg", "nsfwLevel": 1, "width": 720, "height": 720, "hash": "U58:uBE1$Q57E+}lWERot8^4xb$hNFxus:NH", "type": "image"}, {"id": 1241905, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62e9c582-7136-4589-b952-2266dbec2ab1/width=450/1241905.jpeg", "nsfwLevel": 1, "width": 720, "height": 720, "hash": "UUF$L[t.Td-6PE%Me=sls:xBt6R*oIWAWAf,", "type": "image"}, {"id": 1241911, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d256d0e-3233-43a1-b101-4b80929c8234/width=450/1241911.jpeg", "nsfwLevel": 1, "width": 720, "height": 720, "hash": "U8A]v#vy9]5600~B^jNG^k56Io%M4.=|RjxZ", "type": "image"}, {"id": 1241908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f78d67f5-5d8e-49b6-b5d8-6735d808876d/width=450/1241908.jpeg", "nsfwLevel": 1, "width": 720, "height": 720, "hash": "U4BVq,~D3F1600=y{d9GcG?ITe.8[U0#0yM_", "type": "image"}, {"id": 1241913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d9b8c99-4b26-4897-a765-71269d1d21b0/width=450/1241913.jpeg", "nsfwLevel": 1, "width": 720, "height": 720, "hash": "U7AcV+9F0#%05R}Qf50#r|xb%NxBX6E0xC%3", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/101448", "modelId": 95083} \ No newline at end of file diff --git a/datasets/metadata/101551.json b/datasets/metadata/101551.json new file mode 100644 index 0000000000000000000000000000000000000000..e2a87551de37095fcfdaa7c565d414803038c3ae --- /dev/null +++ b/datasets/metadata/101551.json @@ -0,0 +1 @@ +{"id": 101551, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-22T12:32:01.888Z", "availability": "Public", "nsfwLevel": 18, "description": null, "trainedWords": ["mondaiji-ratten"], "stats": {"downloadCount": 263, "ratingCount": 34, "rating": 5, "thumbsUpCount": 39, "thumbsDownCount": 0}, "files": [{"id": 71040, "sizeKB": 73842.251953125, "name": "mondaiji-ratten.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-22T12:35:49.789Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9E297FBE", "AutoV2": "36C98CC7AF", "SHA256": "36C98CC7AF5DFDC6B95C3494599AD27D1A23343310FC8C93B9F4C4FA2971141D", "CRC32": "16661E1E", "BLAKE3": "D775F32D2E28984CC6238D1261C18FA34E97FEEBAFE4C29ACBA341AC4999D8A7", "AutoV3": "4F46390176A0"}, "downloadUrl": "https://civitai.com/api/download/models/101551", "primary": true}, {"id": 71039, "sizeKB": 547835.3203125, "name": "mondaiji-ratten.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-22T12:30:58.690Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E99B7E5A", "AutoV2": "1EB2B8B295", "SHA256": "1EB2B8B29543FA3B420A6A82EFE110C2682BB32211653FC7D07F49C04CB686DC", "CRC32": "37BE416C", "BLAKE3": "6A6D228DF101862F78F94066BFDD9C45B5234837857668082F1FC048E17368A4"}, "downloadUrl": "https://civitai.com/api/download/models/101551?type=Training%20Data"}], "images": [{"id": 1243768, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f9d96a1-5a90-4585-b367-05725f4e2229/width=450/1243768.jpeg", "nsfwLevel": 16, "width": 896, "height": 896, "hash": "UIH-$0r=D$IotTDhE1jZJWDi-;xa.TxC%Mf+", "type": "image"}, {"id": 1243767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b060e47-58e3-4c86-a9d1-53ee0f9c18a1/width=450/1243767.jpeg", "nsfwLevel": 16, "width": 896, "height": 896, "hash": "UCIqJ:M^9E=_^AR4nN=|03NF%Nxu%Q^%-qM_", "type": "image"}, {"id": 1243748, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d5706af-6621-4066-a1ab-badce53b1f53/width=450/1243748.jpeg", "nsfwLevel": 2, "width": 896, "height": 896, "hash": "UBKJf8];^M%N~8009Zoe?v585SW=0~%LNej?", "type": "image"}, {"id": 1243749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b97b04f-d27b-4513-9cbe-1647962dab0c/width=450/1243749.jpeg", "nsfwLevel": 2, "width": 896, "height": 896, "hash": "UFHKOu-or;EN}]9tNGEL%OEibcW,0iM|s9={", "type": "image"}, {"id": 1243762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c68ad798-4649-45d7-97a1-a9748be27a09/width=450/1243762.jpeg", "nsfwLevel": 2, "width": 896, "height": 896, "hash": "UFGkzf?a4TxC8_D%o#~W$ejE_3?H~q-;9Y9F", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/101551", "modelId": 95160} \ No newline at end of file diff --git a/datasets/metadata/101787.json b/datasets/metadata/101787.json new file mode 100644 index 0000000000000000000000000000000000000000..ab348fa1fa42228016e5547d90228548990a246d --- /dev/null +++ b/datasets/metadata/101787.json @@ -0,0 +1 @@ +{"id": 101787, "index": 0, "name": "v2.0 Base On Ver1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-22T19:26:29.619Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 1231, "ratingCount": 202, "rating": 5, "thumbsUpCount": 263, "thumbsDownCount": 0}, "files": [{"id": 71233, "sizeKB": 22238.8779296875, "name": "Doctor_world_end-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-22T19:30:42.381Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1FAFD605", "AutoV2": "B4051DD5AC", "SHA256": "B4051DD5ACB8155707D12D02EC0CFCFC4C1FB44406B4AAB093D9C31E7648AFC0", "CRC32": "85E62C4E", "BLAKE3": "FDDB39EA6DF6477F37B110CABD2C29A0583B0B00E96CACB02C40A3579819E6AD", "AutoV3": "A259EE061A8E"}, "downloadUrl": "https://civitai.com/api/download/models/101787", "primary": true}, {"id": 71238, "sizeKB": 17682.322265625, "name": "Doctor_world_end.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-22T19:35:43.301Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1B5B9950", "AutoV2": "A3CD62EC5A", "SHA256": "A3CD62EC5AFEFE6E506C4BC4EFEF565B2D8B63033549C62305C2C2C03EB6C65E", "CRC32": "888A97CE", "BLAKE3": "89EA6C17CC667954060FE6887FF7F85FF90D0883841D40B6BB1F74CEA46D744F"}, "downloadUrl": "https://civitai.com/api/download/models/101787?type=Training%20Data"}], "images": [{"id": 2669733, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97a2ad74-2573-416b-9125-7ee396167d01/width=450/2669733.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTNv[L~pY7?b9t%L-pt7I;M{-ot7-;M{oft7", "type": "image"}, {"id": 1247926, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f81a791-c5bf-4f89-838a-13574f5838d4/width=450/1247926.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URJtrI~WAJx]Nb%1s.%M4:IUsm%M^+M{NGt7", "type": "image"}, {"id": 1248474, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa52c63a-d796-4b3d-af84-2acd1ef0a129/width=450/1248474.jpeg", "nsfwLevel": 4, "width": 608, "height": 920, "hash": "UJHny+~W5Uo#00E1xvS44:NHVssS^,xu%M-;", "type": "image"}, {"id": 1248446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71c6e2bb-841e-4bda-ae69-0a61c0b4f366/width=450/1248446.jpeg", "nsfwLevel": 4, "width": 608, "height": 920, "hash": "USIqy6-;4;%N9ZtRxvIU0eWVs-t6~pt6jZbc", "type": "image"}, {"id": 1248342, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/495b51f0-b0b5-4e49-b51f-2665a5c61ddd/width=450/1248342.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URJkQD-;59o$kX?co#D$4.xu$%%2~Wt6fOf,", "type": "image"}, {"id": 1248241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1307d9f-fbf7-44ce-85e4-e54d8ed8ffd8/width=450/1248241.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJH.4:tm5r%g?b?vE2%200WB~WWAEMxZ-o-;", "type": "image"}, {"id": 1248007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2dcf8c38-ba43-4ab5-a003-b8c5939d89c4/width=450/1248007.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URI#faVrJ:tT~q-pNGM{IoR*?HIUXSIo%2%M", "type": "image"}, {"id": 1248040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16e5cde7-e25f-41f3-9eca-c9862f78ca7a/width=450/1248040.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "USHU%@D%El-;~XR+E1s.V@oJWAI9E2R+-ps-", "type": "image"}, {"id": 1248448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef84df1a-6c33-4a5a-9c7e-045b7fc9e478/width=450/1248448.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "UJKU1f_30%~qWExu.8%200ax-ps:%gt7RPt7", "type": "image"}, {"id": 1248462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98c5e705-2bd0-416a-bef6-4e1273effe7f/width=450/1248462.jpeg", "nsfwLevel": 4, "width": 608, "height": 920, "hash": "UJHny+~W5Uo#00E1xvS44:NHVssS^,xu%M-;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/101787", "modelId": 95329} \ No newline at end of file diff --git a/datasets/metadata/101805.json b/datasets/metadata/101805.json new file mode 100644 index 0000000000000000000000000000000000000000..603d1d362cbdbdb948a28ecac86b70ff5af0c31f --- /dev/null +++ b/datasets/metadata/101805.json @@ -0,0 +1 @@ +{"id": 101805, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-22T20:06:59.190Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["kemonomichi-hanako", "dragon horns", "dragon tail", "red dress"], "stats": {"downloadCount": 304, "ratingCount": 43, "rating": 5, "thumbsUpCount": 48, "thumbsDownCount": 0}, "files": [{"id": 71249, "sizeKB": 73845.3037109375, "name": "kemonomichi-hanako.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-22T20:06:02.682Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F278CC3C", "AutoV2": "77133D5F7D", "SHA256": "77133D5F7D98469ACE2D215E6A4012603D6BB7FDADA52E0174936C968FA13C05", "CRC32": "A80AC823", "BLAKE3": "C6C4491DDBD489713C3462EDD41837214D2D2CD282B3A299E0C333A52770DDCE", "AutoV3": "DF6088DC0256"}, "downloadUrl": "https://civitai.com/api/download/models/101805", "primary": true}, {"id": 71251, "sizeKB": 574033.125, "name": "kemonomichi-hanako.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-22T20:11:00.299Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FE8156D7", "AutoV2": "F596CBEBE9", "SHA256": "F596CBEBE9731E704FE7631F260553696F9EAB1DAA9C4183A52F12D97B1866BD", "CRC32": "B4491C89", "BLAKE3": "71E1CCC5D11DEAE2459953ED96DB60C723117A814AB1DDDAF56559542AAB6D68"}, "downloadUrl": "https://civitai.com/api/download/models/101805?type=Training%20Data"}], "images": [{"id": 1248383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/314b9e14-d5c3-4255-8891-dffbfda54719/width=450/1248383.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UWHeLM?aO8r[?wxuM{%1-?WYRjae-;ogj?ae", "type": "image"}, {"id": 1248364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/267f5a49-507d-40e8-b395-15b2a73b76ac/width=450/1248364.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UAG*..4T00xulB00oibI.TVp~X%3%#4nJ6WF", "type": "image"}, {"id": 1248385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/caa3543d-fb3e-4b9f-9e84-745ee70da6df/width=450/1248385.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UAExz[~n0^R69@E2D%-oNeM|RQs;=ZS0Kfxu", "type": "image"}, {"id": 1248366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce495a51-60da-4940-9c1f-94fae7be162b/width=450/1248366.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UIHnmb?J?^5-TeTLohIq-;o#S#%29aR+s:t6", "type": "image"}, {"id": 1248374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7373674d-374a-4f9a-94d5-435e6dd72fe8/width=450/1248374.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UDFYfG56V@RQ01I:EL^l4ot8Io$+~pt5xbIU", "type": "image"}, {"id": 1248373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23758df7-aba5-43e2-807b-1f4538b17882/width=450/1248373.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "ULJH5bI:0fNG}voyFJWCE$w|x^xtohs:tloL", "type": "image"}, {"id": 1248378, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2b5d49a-d4ea-4fdf-9dc8-1ee418ba4667/width=450/1248378.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "U4D+@rMq000003~StcE2%n4ps[~WjcIWt7xu", "type": "image"}, {"id": 1248377, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7344d2e-5e13-401b-89ed-752e9edd4d15/width=450/1248377.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "U9FOy000A9^+m*^+0dxH~VxGbtog%1Ip?HRj", "type": "image"}, {"id": 1248381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2dae1b54-bc08-40ea-9c85-2b4ed9ad8ced/width=450/1248381.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "USK-8~?b*0yEN4%0Neo#RQjDaxWUNeR*ozWB", "type": "image"}, {"id": 1248382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20d7369b-54ed-41bb-b88b-4c4913a44c14/width=450/1248382.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "UGI#Gk000^,tK,%29Ex[x{E2-oIU*0MwocM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/101805", "modelId": 95385} \ No newline at end of file diff --git a/datasets/metadata/102169.json b/datasets/metadata/102169.json new file mode 100644 index 0000000000000000000000000000000000000000..bc2c932282981ce63e102a9663125ad75c3c5893 --- /dev/null +++ b/datasets/metadata/102169.json @@ -0,0 +1 @@ +{"id": 102169, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-23T20:50:26.120Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["agastya-wolfbete", "wolf ears", "wolf tail"], "stats": {"downloadCount": 366, "ratingCount": 53, "rating": 5, "thumbsUpCount": 62, "thumbsDownCount": 0}, "files": [{"id": 71835, "sizeKB": 73845.0791015625, "name": "agastya-wolfbete.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-23T20:50:46.021Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C1D076BB", "AutoV2": "5440776E38", "SHA256": "5440776E3849252F0C4D30FBC474080AE8C4ED68C71689E3A5D7734896526112", "CRC32": "ACE940A5", "BLAKE3": "76FF207DC925B3422B15F838D901456350D229236186E99DA64FC476012957A9", "AutoV3": "1088F32E66DE"}, "downloadUrl": "https://civitai.com/api/download/models/102169", "primary": true}, {"id": 71566, "sizeKB": 1035686.408203125, "name": "agastya-wolfbete.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-23T11:01:18.978Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1B47E4DB", "AutoV2": "84894245AE", "SHA256": "84894245AEC17972B6FBF30093B31F7FF8F54DAE3ED7B87AF844D8079DCB16A2", "CRC32": "BD988B93", "BLAKE3": "B5FB5FC6BDCA5DE7B1F9BC5B492CA418C6BDAB4D1D0BB8913B669984DDDF233A"}, "downloadUrl": "https://civitai.com/api/download/models/102169?type=Training%20Data"}], "images": [{"id": 1262015, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1a53772-eabb-4ac1-b404-36dc2c91353d/width=450/1262015.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UbG]H?V?x[x]%%t8RkbctmM|xtRjNJM{WAjF", "type": "image"}, {"id": 1262017, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ea0f969-c509-4895-a977-5d92cd3bb483/width=450/1262017.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UPGSJ=nhRioz%%xt-;WV.Aoz-pt7bxogMxNG", "type": "image"}, {"id": 1262019, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acc52897-d2cc-498b-8807-f33772196946/width=450/1262019.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UMDl.$S_R$$fyXx[acjE?^%NRPNFbxohV@j=", "type": "image"}, {"id": 1262022, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90b8add2-2a91-4f4a-b2ad-d6e07040e67e/width=450/1262022.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UaHekHNLTIbJyZogW=WY.AM{RQRjbJIURjWB", "type": "image"}, {"id": 1262023, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9dd6c21-eb71-4b9b-8bc5-dc555b4519e4/width=450/1262023.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UJF=wF?w.7={N4kYtQt7NHRPIUkWIUacM{%M", "type": "image"}, {"id": 1262133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/476867ad-17dc-40d6-b13a-ddd368d107f9/width=450/1262133.jpeg", "nsfwLevel": 4, "width": 768, "height": 768, "hash": "UHGl@$MHx@-NkaELx@RO.A?c%0IpMmNNxutS", "type": "image"}, {"id": 1262134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5bae3f3-c281-4485-a5dc-133bcbb186f7/width=450/1262134.jpeg", "nsfwLevel": 4, "width": 768, "height": 768, "hash": "USHVxb=X$_IoA2M{r;oc.AWBxuof9HxvtSWY", "type": "image"}, {"id": 1262136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4fad7b9-91bf-4794-afe3-ba442ce708d9/width=450/1262136.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UNF6azxs9ER%TcaeNDkB^-RjtQozo$NFRit7", "type": "image"}, {"id": 1262139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0645e630-ef64-480c-8d81-47fa4c53290a/width=450/1262139.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UXF$t?NaImM{pxWVnzRj.AIp-pa#I[RlofkC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/102169", "modelId": 95684} \ No newline at end of file diff --git a/datasets/metadata/102201.json b/datasets/metadata/102201.json new file mode 100644 index 0000000000000000000000000000000000000000..380168150ae0d0d2172b21c93bd5092cb1d505ba --- /dev/null +++ b/datasets/metadata/102201.json @@ -0,0 +1 @@ +{"id": 102201, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-06-23T17:28:00.407Z", "availability": "Public", "nsfwLevel": 23, "description": "62 samples from official cards only
", "trainedWords": ["toko, 1girl, solo", "blonde hair, brown eyes, long hair"], "stats": {"downloadCount": 563, "ratingCount": 79, "rating": 5, "thumbsUpCount": 90, "thumbsDownCount": 0}, "files": [{"id": 71742, "sizeKB": 18559.693359375, "name": "NotKirito.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-23T16:55:56.744Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "19ED92C780", "SHA256": "19ED92C780852883B69764B2F7DAE58AB7B39788CBEA6D53C7132436BB9ED436", "CRC32": "EB9F9833", "BLAKE3": "368C4F3088D3774DE67F0D9FC99103ADB0B720AC0D221D9DA6B4DE23F4D36B85", "AutoV3": "D03508C55096"}, "downloadUrl": "https://civitai.com/api/download/models/102201", "primary": true}, {"id": 71766, "sizeKB": 29968.4189453125, "name": "NotKirito-20230623T170126Z-001.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-23T17:31:00.451Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EAA5462F", "AutoV2": "36AB20C9DD", "SHA256": "36AB20C9DD8B88F580E8FBF9D8770C0886032ECE9EEA76601EE4C91F64EECC57", "CRC32": "64A75665", "BLAKE3": "E5F66CB347488D46C6807DB661E89D64A5CFD733A1CD8BE9835E1BD5A0493060"}, "downloadUrl": "https://civitai.com/api/download/models/102201?type=Training%20Data"}], "images": [{"id": 1259530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e2bc6ef-c7e7-47ac-865a-234437c6c82d/width=450/1259530.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UBGk^20000E+~8%M0000wZ-;E4%M0L-o$iM|", "type": "image"}, {"id": 1259540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b741d4e-8565-4bd8-bc10-daf9a29780a6/width=450/1259540.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UOKToO~BInNf~B%MtRxZM{%2j]Rj56xD?Gt7", "type": "image"}, {"id": 1259549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc5723bc-ab31-4080-bcc8-2a76f8bbe038/width=450/1259549.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UHHU%:8xIoXp_NsRR~9|9aEM%Knj9FWXwbaJ", "type": "image"}, {"id": 1259553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2028e40-69db-4561-9a7c-f89cb9fde600/width=450/1259553.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPI#0=soIBE1~U%LIpxY,[WCIoxZIWozRiIV", "type": "image"}, {"id": 1259635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b4d1e68-ff97-4dc5-ab4e-04cfec912dbb/width=450/1259635.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UAHCG*001c^*,iD%579ZEJRRvzJV?]9s^+xB", "type": "image"}, {"id": 1259636, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3ec4ed6-39b1-4db2-9424-82ea4c684f74/width=450/1259636.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEF#zP~B?F9aI[-o0LIo-;%LI;NG0L0Lt8IV", "type": "image"}, {"id": 1259670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6262f0e0-276a-408d-97d7-a88b3c1b01a9/width=450/1259670.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UMKT}U4T0z~AMcElafs:NG9bs:Rjbu%Ls:%f", "type": "image"}, {"id": 1259687, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6deb31af-eb1d-483a-b081-5438df016f91/width=450/1259687.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGH1*-01Io?H~BMy57-o4:Ipxb%LJ6E3-oof", "type": "image"}, {"id": 1259710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ce2970c-a211-4e21-86e3-94fd605b6956/width=450/1259710.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U8FYDV?b00jD^*^*tR0L014:=^M|00NIXB~V", "type": "image"}, {"id": 1259726, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c349d8b-beda-4423-a6bd-41982005666c/width=450/1259726.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UWHn:6~W%fkW?GV@IoWBNIM|E2Io-:t7f+kC", "type": "image"}, {"id": 1259752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54729df6-3b01-41d6-8403-306581e27a0c/width=450/1259752.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U8Guq91R_200~U%P9ZE2%%TzMw4.1j.8~CDi", "type": "image"}, {"id": 1259781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76df6d65-a954-4e64-96c0-02d8092ad26d/width=450/1259781.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U7I4nq000d~q_2011P+bR$b;Qm%KEyIWEM0}", "type": "image"}, {"id": 1259803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d48dcee-ada2-4130-b7e3-5c1bebd299be/width=450/1259803.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKHeLO00tRxux]WB4:E2_ND%%2t6OERks.f7", "type": "image"}, {"id": 1259814, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17bbd2d5-6195-4d24-bf08-9c6ec1555e8b/width=450/1259814.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQIX8K9Gtk$$~BD*E2SONxE1M{oIRjNGxuxZ", "type": "image"}, {"id": 1259859, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8762d798-5ffb-4e10-8afd-32d818bfdc56/width=450/1259859.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UPJtJ24:0L~V9ZE2W=r?buM{$*xuRl-:WDR*", "type": "image"}, {"id": 1259867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d819f52d-a503-4f7d-9e14-27ded5650238/width=450/1259867.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UEH.1uDi0ytk_NIAafIpKRRjxtIoEPI=-os9", "type": "image"}, {"id": 1259876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ff33e1b-8fb7-419d-8a4c-3edac8364059/width=450/1259876.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UFHBVr01Sg~C00x[9Z%2_39ZtRxa4nt7-UR+", "type": "image"}, {"id": 1259879, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d03bf41-b9c1-47e8-896e-986f0eaf3ca2/width=450/1259879.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UCIqltu50L%g4-4o9^~CR--;^j_201nio~57", "type": "image"}, {"id": 1259888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28661566-87a1-4230-b280-3d1d20319077/width=450/1259888.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UBJaG-00%}~C=_E1Ip4.MxT0IU-;xs9a%2%M", "type": "image"}, {"id": 1259891, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4a17635-5c3b-44e7-97cb-bad9f91aa638/width=450/1259891.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U6HngH8x0M4:n4?H00Td0J4n}=IAJ50L?GEL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/102201", "modelId": 95338} \ No newline at end of file diff --git a/datasets/metadata/102361.json b/datasets/metadata/102361.json new file mode 100644 index 0000000000000000000000000000000000000000..c1111f56e1f849ae0bd1351f741c5600cd8ea31b --- /dev/null +++ b/datasets/metadata/102361.json @@ -0,0 +1 @@ +{"id": 102361, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-23T16:55:47.595Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["dawnbringer riven, 1girl, bodysuit, armor, white hair, short hair"], "stats": {"downloadCount": 828, "ratingCount": 87, "rating": 5, "thumbsUpCount": 102, "thumbsDownCount": 0}, "files": [{"id": 71738, "sizeKB": 36980.2294921875, "name": "dawnbringer_riven-000012.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-23T16:50:42.911Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "91571775", "AutoV2": "573A15C0AD", "SHA256": "573A15C0ADA24C5CFAE9ADE15E9799A875CFAA17BE0E71AF11E7F8BAAAB6E4B5", "CRC32": "3E02A47D", "BLAKE3": "A338DFBE53A2CBDA39256D4BAE3A2D6208F7187A0194452EC48E40025A404569", "AutoV3": "C8D2462886CA"}, "downloadUrl": "https://civitai.com/api/download/models/102361", "primary": true}, {"id": 73089, "sizeKB": 24817.0166015625, "name": "6_dawnbringer riven.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-25T22:00:46.716Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "23D9EF79", "AutoV2": "FFE98D8487", "SHA256": "FFE98D8487F81893B0DFAA5C6851B3E95D115259E250C466DE728C9A2F8D4B77", "CRC32": "D96C6EB9", "BLAKE3": "894FA4B94A4101BD4AEC91FD9D9B7DFE5CA140876086AC804411CF1C1D135E0C"}, "downloadUrl": "https://civitai.com/api/download/models/102361?type=Training%20Data"}], "images": [{"id": 1259494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2aab959a-8e32-4ea2-b81a-ef0ff92fd590/width=450/1259494.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UqHMG*n$%hof_NtRWBoz%LkDV?WV-;V@ozV@", "type": "image"}, {"id": 1259490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39c664f4-2489-4a2d-a507-a64c5eb846cc/width=450/1259490.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcJk_$?G?v%M~pxWkWxu-;x]D%RPxaWCW=jG", "type": "image"}, {"id": 1259482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdff18d2-c0e9-4b78-a707-5260346456bd/width=450/1259482.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTEgXX%gyEV?.TyDRjoJXUa0jEadIqMwoftR", "type": "image"}, {"id": 1259489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f7a67dd-608b-43d8-908a-0872914f1598/width=450/1259489.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UbGuzU-:^+t7_N%Lt7t7krWVM{RkX9t6RQWB", "type": "image"}, {"id": 1259484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c63160f-b5a9-48e4-ab99-4df8d37f751e/width=450/1259484.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXFs72ER?vIq_NIVt6V[ozenMxs.ozt7V@a#", "type": "image"}, {"id": 1259485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d7ce60c-9f9c-4b99-b2a6-40252ae5b8ed/width=450/1259485.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UcEV+,-;xttR~q%Moeoz%gofWBofxuWBaet7", "type": "image"}, {"id": 1259487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb111166-9457-4e1a-a357-3dab45e56c73/width=450/1259487.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVE:C}?a_3x]_NxaxuxuSjWqM{WXNHofRPR*", "type": "image"}, {"id": 1259486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14fe5e13-b6a5-4d16-9a3a-8e64d3b22999/width=450/1259486.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UoIYX-xvx_x]~qs:R,RjofofIURjxuV@aKt7", "type": "image"}, {"id": 1259488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbf413ee-0616-4eb0-b7fb-637d3fb2123f/width=450/1259488.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URG]wC^+-?V@*0xttRnhyEkXD$NGM}D%oJo~", "type": "image"}, {"id": 1259483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d27a8a43-7d79-4bf8-aa92-0a66668d377f/width=450/1259483.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UsFQ8=oJpJNG%%WBShtRbxtRaKRjWCj[enjY", "type": "image"}, {"id": 1259492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f9ab243-eeac-45c4-b607-5368cb72b4bd/width=450/1259492.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPHL;.~Ttl-:O]%gyDfh0oJWD%N{-UNNIVt8", "type": "image"}, {"id": 1259481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0e045ac-a46a-4214-89ac-3f7cf624a2ee/width=450/1259481.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWEg2d?d%%cF?FngR3tRDjRjMwn%IqozkWMx", "type": "image"}, {"id": 1259493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93d3f183-9e54-4850-bb2e-ac60eefb25a7/width=450/1259493.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UgHe,?%1?H%g.T%2RjR+pJxaNGoe-;M|t6xa", "type": "image"}, {"id": 1259491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06f00dd7-1c43-424b-950f-565316738e7f/width=450/1259491.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UiHeg~?a^+xt_4xuozR+S%M{Ioj[R-aeRioL", "type": "image"}, {"id": 1259689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6026eaf3-581e-4771-b33c-4bc4b9b6da07/width=450/1259689.jpeg", "nsfwLevel": 1, "width": 8192, "height": 1020, "hash": "U^JucTWBWBof~qjsWBjZ-;kCkCof-;fkj@j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/102361", "modelId": 95848} \ No newline at end of file diff --git a/datasets/metadata/103054.json b/datasets/metadata/103054.json new file mode 100644 index 0000000000000000000000000000000000000000..40580ce7a6fcab302e56882083540ebc6ec0873d --- /dev/null +++ b/datasets/metadata/103054.json @@ -0,0 +1 @@ +{"id": 103054, "index": 1, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-06-24T16:45:48.266Z", "availability": "Public", "nsfwLevel": 3, "description": "68 samples from official only
", "trainedWords": ["1boy, solo, orange hair, green eyes", "streaked hair, blonde hair", "earrings"], "stats": {"downloadCount": 301, "ratingCount": 19, "rating": 5, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 72288, "sizeKB": 18543.6982421875, "name": "ShinonomeAkito.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-24T16:20:47.303Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "59D95CD9DE", "SHA256": "59D95CD9DE342DCB73C0C9FDFBD9EA473A0A55DA3F0A43EDCEEFF24845C06C12", "CRC32": "FE56E5D1", "BLAKE3": "29FC032234E2A9CC92419620FC98B2E5F6C4FE14F1E733E8E220E0DEF5BE3331", "AutoV3": "04AEEA6C5BCB"}, "downloadUrl": "https://civitai.com/api/download/models/103054", "primary": true}, {"id": 72308, "sizeKB": 78666.697265625, "name": "ShinonomeAkito-20230624T164722Z-001.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-24T16:50:54.583Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EED1596C", "AutoV2": "D33EBC0F92", "SHA256": "D33EBC0F92ECB7D7760C63FD5A16887A32FB2375E9498C74DB2E472CF02A9CB0", "CRC32": "995BBCE4", "BLAKE3": "434882B8B6509F40BDBF5A54BC9AECBF4FD2BE53C2E5A6B2964BABD010FE24A9"}, "downloadUrl": "https://civitai.com/api/download/models/103054?type=Training%20Data"}], "images": [{"id": 1273246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a8e216c-58fa-4e6a-a5e0-4da48f37ca9d/width=450/1273246.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UWGR-o%24:bv~WsVE2bv-oo0ofNGRPRQRQxa", "type": "image"}, {"id": 1273254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/670eca88-de80-4249-ba3a-0710e889013a/width=450/1273254.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJIh1.00~o$*9aIU?HRQ0Mt8oeIU0LE2M{9a", "type": "image"}, {"id": 1273243, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83daef74-7666-4fc5-be07-60f0485b4f1b/width=450/1273243.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGJ7t0-o00kDq[-oFfRkIANG0LNG4:9a~pIo", "type": "image"}, {"id": 1273244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34baab59-470d-4eb7-b669-87995e8e6c62/width=450/1273244.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U7JjSS$z00V@00xZ2x5R57kX01EM}6-U}?xZ", "type": "image"}, {"id": 1273250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb205f3d-e473-45c6-b8ba-478f0d31b477/width=450/1273250.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UVJHEly3#jkU~WX6RjX8GHa2OsWFOZi_XSjI", "type": "image"}, {"id": 1273302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fed2490b-d5b0-4bf5-a5e3-6ca5491c85fe/width=450/1273302.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCHB_H4:_3Ritp9ZIUkD00?Grq9Z9a?F%1M|", "type": "image"}, {"id": 1273309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3f61fe5-4c52-4628-97ac-d7688ec715b5/width=450/1273309.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHK,+}xt00D%00D%.TXTXmNH$+t6t1oy?ExZ", "type": "image"}, {"id": 1273317, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f5c7d62-5d44-480c-9d0e-0eb18b8f42c8/width=450/1273317.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAK,Q+~W00[A00Mx3XK%00bwcZ%1}?SgQmIU", "type": "image"}, {"id": 1273320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/252b8642-1aeb-442f-80e3-1727dc67c449/width=450/1273320.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIJQ[#000001MfRO_NIo56xu=|t79tE3={%L", "type": "image"}, {"id": 1273338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c08e9447-e825-4dd1-8d9f-df062f183d22/width=450/1273338.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UUGk?@_3kr~q~W%MNet7E1s:bIM{IVWXxut6", "type": "image"}, {"id": 1273350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/461d9526-ff4d-4424-b68e-595d25e87220/width=450/1273350.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UVG*+#E2NbM{-p9ZSixZ~VIVNHn$Rjxat7jY", "type": "image"}, {"id": 1273362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa390803-86ee-434d-aacf-b82714f7cbf6/width=450/1273362.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UMGkzJ4q0L~U^hxaRl%0M|-mR+j]W,oc%2M|", "type": "image"}, {"id": 1273364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76daa844-d5e8-4dc1-ab16-9ce7064ba455/width=450/1273364.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGF}_[0LNG~V9G9aIp={%LxubbxD?HE1?GE2", "type": "image"}, {"id": 1273369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfc9e82b-6f16-42fc-a57d-9f32ba35d149/width=450/1273369.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHH.7;~qK89G4mtS9a?H-TIVD%xb4mV?-:xt", "type": "image"}, {"id": 1273394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc246325-43ec-425a-a51b-dbb6c20ca07c/width=450/1273394.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHJR8Qt600of00ae01NdQ,%L%NIU~qRj%MtR", "type": "image"}, {"id": 1273498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/959e5800-b18e-4652-a7bd-6cb19c23802d/width=450/1273498.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U8F=XL?b00018wNG00i_}WIV?^_2D%%2Nx9a", "type": "image"}, {"id": 1273515, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b38063fc-6a94-4528-8b38-f30cfc2ed856/width=450/1273515.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULIg_x-o0KIUic9Z~p-V?H4:ax?G^*Ndt6$f", "type": "image"}, {"id": 1273516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48076a16-f392-47ad-9a49-eba901a072ba/width=450/1273516.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U5K18q~B1uIB00xt00tlDObF0Moy~pMy.8Vt", "type": "image"}, {"id": 1273528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc8872ec-6e3f-4bf7-9ae7-68aaab8d913c/width=450/1273528.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDF#p^~B000f^iNH0fsArWt7T0NG^i-Uo~Ip", "type": "image"}, {"id": 1273544, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66abb519-48d9-40ac-8884-6c95998a797b/width=450/1273544.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKIEbA_40#?G~qEmEM-TMxNfNH$%00M}xtR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/103054", "modelId": 95356} \ No newline at end of file diff --git a/datasets/metadata/103244.json b/datasets/metadata/103244.json new file mode 100644 index 0000000000000000000000000000000000000000..274a48c178111dc0fac64cba7f6fdd891f0f9798 --- /dev/null +++ b/datasets/metadata/103244.json @@ -0,0 +1 @@ +{"id": 103244, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-24T20:14:06.254Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 539, "ratingCount": 60, "rating": 5, "thumbsUpCount": 66, "thumbsDownCount": 0}, "files": [{"id": 72438, "sizeKB": 22241.0263671875, "name": "Chloe_Villa_Buddy_Complex-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-24T20:15:37.868Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "892B1655", "AutoV2": "82A4DD3FE6", "SHA256": "82A4DD3FE6B2E68AA4919A7C41F6202AA57F8DC59750472984691141617E185A", "CRC32": "E7ECB46D", "BLAKE3": "9B9A2E68BE501775B6659967965DDCF7A9D515B5A7944F2571B340606DC7625F", "AutoV3": "9F538883E54E"}, "downloadUrl": "https://civitai.com/api/download/models/103244", "primary": true}, {"id": 72441, "sizeKB": 15473.4111328125, "name": "Chloe_Villa_Buddy_Complex.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-24T20:25:47.590Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5737DCA7", "AutoV2": "4B0AC4E687", "SHA256": "4B0AC4E6874D21460B9D888F8F8F7DA501607F22D92DF89E35B0A12872CFF0EF", "CRC32": "42986F97", "BLAKE3": "83D18EE117F76F58D98CCB4CE2802F38F9754F55E5E8E24F4B9AB57EA291D487"}, "downloadUrl": "https://civitai.com/api/download/models/103244?type=Training%20Data"}], "images": [{"id": 2669603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a2d26d1-51bb-4daa-bf5f-e9ed23d9137a/width=450/2669603.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UhN]eD-;Vaxa~UtS%NWUx]RPIBe-MxRi%2V[", "type": "image"}, {"id": 1275913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5c92c13-c86c-4128-abfa-6fc8f1d9ec0b/width=450/1275913.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UdLWeLVDJ8iw?]ITM}S#kVtRR+aLR5Vut7R:", "type": "image"}, {"id": 1275881, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a9c94ff-6348-44d5-8060-ea1295f3e8f8/width=450/1275881.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPM%o;9G0NRl8^MxIUV?%gIU?cs:~VnhMzkC", "type": "image"}, {"id": 1275665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/072d3fe3-d9ed-49f6-8637-edce020236fe/width=450/1275665.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UTL{PJtPI:?H.k%1Mz%LE3n+OZWAQ:o}X9Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/103244", "modelId": 96633} \ No newline at end of file diff --git a/datasets/metadata/103271.json b/datasets/metadata/103271.json new file mode 100644 index 0000000000000000000000000000000000000000..f027e30ef1fa9922de8056fa70b6a580c43f9496 --- /dev/null +++ b/datasets/metadata/103271.json @@ -0,0 +1 @@ +{"id": 103271, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-24T21:24:00.369Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 660, "ratingCount": 113, "rating": 5, "thumbsUpCount": 129, "thumbsDownCount": 0}, "files": [{"id": 72463, "sizeKB": 22237.2568359375, "name": "Margaret_OKeefe_Buddy_Complex-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-24T21:25:46.833Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E758958D", "AutoV2": "49C4CF23E8", "SHA256": "49C4CF23E8DF2800C8F8E08BCDE70382C6D83FC5EA54B087E94264D995E4F421", "CRC32": "548121A5", "BLAKE3": "6ECF698EF0E4D35E0B0D480311A51A81EAE80C19B43A4DFD143AD09053671F27", "AutoV3": "B3A45660BF8B"}, "downloadUrl": "https://civitai.com/api/download/models/103271", "primary": true}, {"id": 72470, "sizeKB": 12572.59375, "name": "Margaret_OKeefe_Buddy_Complex.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-24T21:41:01.313Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5148387C", "AutoV2": "11AF08BA45", "SHA256": "11AF08BA4571067EE92CF71BDE5CF21B240EFAA47DBA8C0F9104B54EE85BC0E0", "CRC32": "D059980D", "BLAKE3": "D45C3C4FA3F8491403FA2087C61136E93296D8A44D116D0F5CCF823FBD256481"}, "downloadUrl": "https://civitai.com/api/download/models/103271?type=Training%20Data"}], "images": [{"id": 2646073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41e7a317-3a1d-4dde-905c-93433c22e471/width=450/2646073.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UUI4*A-WD*xa~Ws:4oV[E2R*E1R*M_W.xtkB", "type": "image"}, {"id": 1276373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa0e6438-86e5-4255-a2c1-d6bdbc145b38/width=450/1276373.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UIKJ=C~p00R%=Z0KIU_2IB^+%M-;IW-;WYEM", "type": "image"}, {"id": 1276396, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a812b4b-99f5-4579-bdae-f699bc5a40c4/width=450/1276396.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKIECQ0M?bRl~W9v4pSiXSIpV[of4o%1RiS1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/103271", "modelId": 96656} \ No newline at end of file diff --git a/datasets/metadata/103291.json b/datasets/metadata/103291.json new file mode 100644 index 0000000000000000000000000000000000000000..34324f28ebee5939e13588a79f786f165987c56c --- /dev/null +++ b/datasets/metadata/103291.json @@ -0,0 +1 @@ +{"id": 103291, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-24T22:19:43.298Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 1033, "ratingCount": 128, "rating": 5, "thumbsUpCount": 151, "thumbsDownCount": 0}, "files": [{"id": 72480, "sizeKB": 22244.986328125, "name": "Chloe_Croce_Gundam_Missing_Link-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-24T22:20:44.218Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "987FFB38", "AutoV2": "ED23AED792", "SHA256": "ED23AED7928FB830B484A074D07F5C78587D01D2EDA3A19E78B57394AB071585", "CRC32": "E46746B2", "BLAKE3": "1C14FF360C5D97474E512BA46ADBB7E16B72A9FC89C7AD5399BB491989E14C6B", "AutoV3": "EC8D61D2BABA"}, "downloadUrl": "https://civitai.com/api/download/models/103291", "primary": true}, {"id": 72481, "sizeKB": 15775.6962890625, "name": "Chloe_Croce_Gundam_Missing_Link.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-24T22:25:45.114Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "68413E80", "AutoV2": "E13D2F4716", "SHA256": "E13D2F47169EA0BA9CFABB748EB03F01619EDC01AA3193300419465EF023FF3E", "CRC32": "B248E921", "BLAKE3": "3474627E82CC27A65E84122E17C93EF3C2A7ADF037D3DE0BEFD57FFFA0D4F54E"}, "downloadUrl": "https://civitai.com/api/download/models/103291?type=Training%20Data"}], "images": [{"id": 2646039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fba965a9-f0d0-4483-b83d-528c5f7e0a66/width=450/2646039.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UILNoZxW00t700og4;j[_NNGDjt658od~Vt7", "type": "image"}, {"id": 1277015, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d415cef-ba46-4698-98b6-b5de8c5f2600/width=450/1277015.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCKnPQ~300Nc*wNG03W9yrD%Mft7%hbD~Wt8", "type": "image"}, {"id": 1276958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1713ec8-c6b6-4528-986a-2a8ffcb8a3de/width=450/1276958.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9K1ds%L009b[Q9b00xtK6R:8|t6?]xB~Xxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/103291", "modelId": 96675} \ No newline at end of file diff --git a/datasets/metadata/103344.json b/datasets/metadata/103344.json new file mode 100644 index 0000000000000000000000000000000000000000..b9aec5713702e29a6e6c19d7658b95bed41f668e --- /dev/null +++ b/datasets/metadata/103344.json @@ -0,0 +1 @@ +{"id": 103344, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-25T00:31:03.399Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["agastya-akashic", "green hair", "skirt jacket hat", "dress"], "stats": {"downloadCount": 211, "ratingCount": 26, "rating": 5, "thumbsUpCount": 30, "thumbsDownCount": 0}, "files": [{"id": 72523, "sizeKB": 73845.572265625, "name": "agastya-akashic.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-25T00:20:41.995Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5F1FD04D", "AutoV2": "51BA6E2DF4", "SHA256": "51BA6E2DF4F5A6BBAF9F9B472B41552316B7AF8EC79E13454D1DC24E15E6A09F", "CRC32": "28CBE298", "BLAKE3": "6F6D1ECAE4F6D6AB4189B6DE9E4253ABA673D545B43B53A64F0E391D503FF386", "AutoV3": "EBB0C438DAE0"}, "downloadUrl": "https://civitai.com/api/download/models/103344", "primary": true}, {"id": 72526, "sizeKB": 1348050.26953125, "name": "agastya-akashic.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-25T00:26:11.576Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F7244F61", "AutoV2": "D56A4A0E84", "SHA256": "D56A4A0E846DDC865915801D37E2B8C3A8747C870C25C9676066FBBD52338320", "CRC32": "B3FA6F2B", "BLAKE3": "A14F8AF694D7886B8EE0788265971643AB13F21B8F08D0996DADFCEF73F36380"}, "downloadUrl": "https://civitai.com/api/download/models/103344?type=Training%20Data"}], "images": [{"id": 1277855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e62663ed-4063-4f30-bdcd-1182848aff92/width=450/1277855.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "URIEe5RQOnR%~Tf6$%t6^+bEnPoMj^aextoL", "type": "image"}, {"id": 1277822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01e9445e-cbdc-4cd4-bdb8-d2f863e814d4/width=450/1277822.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UWHxmC%4D~D~^yfht8xb~CR%s=xc-pt7NFNF", "type": "image"}, {"id": 1277845, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a1af3ac-5b7b-4874-8531-fc173a7def33/width=450/1277845.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UOJHghbBD#xx~SoLs;W-~Cs=-rImNYR%Io%2", "type": "image"}, {"id": 1277846, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2697ca0b-a37e-4ede-aade-afbe0859f491/width=450/1277846.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UHFr-D?c9XRRs+oOE2%L~C$+%4j=s~s.t7Rk", "type": "image"}, {"id": 1277854, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bbb04a0-f3d7-4da6-a9b8-4d142b430088/width=450/1277854.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UPHnsbkBEKof_1of-pj[~WjbnSayM|j@t6j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/103344", "modelId": 96734} \ No newline at end of file diff --git a/datasets/metadata/103399.json b/datasets/metadata/103399.json new file mode 100644 index 0000000000000000000000000000000000000000..b4f703794bd623a28636fe10fe9f1c5b1e6eec88 --- /dev/null +++ b/datasets/metadata/103399.json @@ -0,0 +1 @@ +{"id": 103399, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-25T02:51:38.487Z", "availability": "Public", "nsfwLevel": 1, "description": "This was trained as a ckpt with everydream2 the lora was extracted (because I'm dumb and can't figure out how to train a lora). It was built on top of mychilloutmix as a base.
", "trainedWords": ["korok", "standing", "running", "dancing", "flying", "too big backpack", "heart shaped leaf face", "spade shaped leaf face", "5 point star leaf face", "spread leaf face", "split leaf face", "clover leaf face", "sideways leaf face", "lillypad face", "long leaf face", "cell shaded style", "rough illustration style", "cartoon style", "vector style", "pastel style", "painted style", "metal vector style", "Hestu", "striped body", "forest background", "mountain background", "grass background", "holding stick with berries and leaves"], "stats": {"downloadCount": 283, "ratingCount": 37, "rating": 5, "thumbsUpCount": 40, "thumbsDownCount": 1}, "files": [{"id": 72562, "sizeKB": 59566.09765625, "name": "images.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-25T02:30:45.988Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "ED43FF5A", "AutoV2": "98C85FC561", "SHA256": "98C85FC561DE9756EFB46A431A87D4D7C5A4F981261BA1D63E00B09DDEA808EB", "CRC32": "D35E3A6C", "BLAKE3": "8AB52F23EB7596AAED584F5A183A143ACFC91EA99931B54682864EACCF9B8287"}, "downloadUrl": "https://civitai.com/api/download/models/103399?type=Training%20Data"}, {"id": 72567, "sizeKB": 608496.9462890625, "name": "Korok-v1-a.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-25T02:36:21.576Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8B870096", "AutoV2": "2214505465", "SHA256": "2214505465D92D280F9455EF23C4309B128A9E77B80974EDBEB88DB4EF56A4C3", "CRC32": "286FBF1C", "BLAKE3": "15732E8C49658DF4E9EA1CA1CE8A45A66EAEC0A35A624E7F9D433CBC4231B75D", "AutoV3": "DE843BDCFBAF"}, "downloadUrl": "https://civitai.com/api/download/models/103399", "primary": true}], "images": [{"id": 1278817, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43b586af-a9b7-4f7f-a63d-174382f2ac31/width=450/1278817.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UZOV.OymVHROUDTHInSy}xRiPSt2pHV@s+rr", "type": "image"}, {"id": 1278873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/100b4812-bf4d-4540-a36f-9afd816967f6/width=450/1278873.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEE43gNb0R%d*Hr=MfkA0ZxV^FIvEUWFxUa~", "type": "image"}, {"id": 1278809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97ca4cfd-123d-4546-a4de-8ac313e08ad4/width=450/1278809.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHF~X5?G4YDk~qNZD*s:d~RPl0tQ9ut6-TV[", "type": "image"}, {"id": 1278874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c22242bd-d636-4fef-9c25-43d4b4357791/width=450/1278874.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UUHC_YtRy?X8xsW=V@oe.Ra}M{WCt7j]X9ae", "type": "image"}, {"id": 1278811, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d7abe09-72d6-4ada-8507-d1dfe099b1d9/width=450/1278811.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UmLXMVV@~qtR%MWBM|of?bozM{oLtRkBjZkC", "type": "image"}, {"id": 1278799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e249ed15-54f5-4937-b286-e5264fd0613c/width=450/1278799.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UWJRi[yA}]n9J7aexGoftko2tQM|xooMWEoc", "type": "image"}, {"id": 1278810, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfd744b9-e335-4f12-a6e7-5b390da17ace/width=450/1278810.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UeL;mWx@~XnT?bxaIUa|_3RkNFkUxtRjodV@", "type": "image"}, {"id": 1278807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de2ce133-cd8b-490e-8ecb-887b2310f95c/width=450/1278807.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDAeD|iu?]x?S,tPo~V[nhIcyBMyS~obo~V?", "type": "image"}, {"id": 1278820, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03f4ff0f-bc28-4cb2-82ba-8340f5de9684/width=450/1278820.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UNKnPNjE~W?H?aaKIVR*~Ct7I:WCNuX8ofs;", "type": "image"}, {"id": 1278827, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d32cd7d8-6a88-432d-853b-e00fc22cf88f/width=450/1278827.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UpL=8+?Z~WetI9xuj^R+=zRoOSk8i|n%o|R+", "type": "image"}, {"id": 1278848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d5ab90b-533a-4f6b-b10a-ee51cd9fc18d/width=450/1278848.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UXE4rLk;JEX-?rWAR%ay*Gj;bojIKhnii~oe", "type": "image"}, {"id": 1278851, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c606083-11a3-44dd-b703-04242dd557fe/width=450/1278851.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UJH27ej@-qfl^*s:4:Rj~VayNGjskCazxuoe", "type": "image"}, {"id": 1278852, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd79ebea-706d-4c3a-b316-f97a89ff6da1/width=450/1278852.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHH_@+^+00IV?w4;01xb*%Z%A9xtR8%LR.ou", "type": "image"}, {"id": 1278855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df9eae6c-5ef1-40a8-9a8b-3483e57026d3/width=450/1278855.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHE2]+?YE5~SKcEKM|R+%d%FobIYpB%KxHxZ", "type": "image"}, {"id": 1278867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5dff7c13-6b15-4168-8c64-cfa4f077c1c9/width=450/1278867.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U5AmYI0g0756IWRlRQoJ06--~iNMR*Ip%Kf9", "type": "image"}, {"id": 1278872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4c80518-11e8-4715-a708-312cc0416a3f/width=450/1278872.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDGv$wt68hXgKba3$knS?qodI;kB=MpEKIXh", "type": "image"}, {"id": 1278911, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c2dd75b-4b1c-490d-9ac5-70fec49252c5/width=450/1278911.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDD^Vm?Y-@xbPmtQ#Fr[]=xtTUou|~t6KuR*", "type": "image"}, {"id": 1278918, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9868fc62-c34f-4dc3-84c7-6eeacc0e2921/width=450/1278918.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UmD_Q|kDu6kDrqayXSj[k?ayivj[TLfknNf6", "type": "image"}, {"id": 1278883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd3b6436-5f34-4227-995c-a56103dd3cda/width=450/1278883.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UbK0vsof}Zs:ovayaifk=Mj[OSayr_j?kRa#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/103399", "modelId": 96779} \ No newline at end of file diff --git a/datasets/metadata/103487.json b/datasets/metadata/103487.json new file mode 100644 index 0000000000000000000000000000000000000000..494e36da9eae4915b099023acc38041fd29d0eee --- /dev/null +++ b/datasets/metadata/103487.json @@ -0,0 +1 @@ +{"id": 103487, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-06-25T08:00:44.603Z", "availability": "Public", "nsfwLevel": 15, "description": "47 Misaki samples and 81 Michelle samples from official only
", "trainedWords": ["misaki", "michelle", "1girl, solo, black hair, blue eyes, long hair", "bear costume, no humans, solo, +_+", "bear"], "stats": {"downloadCount": 710, "ratingCount": 99, "rating": 5, "thumbsUpCount": 115, "thumbsDownCount": 0}, "files": [{"id": 72672, "sizeKB": 18574.4365234375, "name": "MisaBear.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-25T07:30:48.959Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "89D55ABF", "AutoV2": "2045F65B3B", "SHA256": "2045F65B3BEF48D34B27E4250086037CAB71FEB396CC855B28971E90A87CCF44", "CRC32": "2A478F42", "BLAKE3": "6DE3ABE138BAD0C6064C267C05CD53D13FE622B266C9A6621DF4D8C9E4B7EE96", "AutoV3": "5B4B88E91CD0"}, "downloadUrl": "https://civitai.com/api/download/models/103487", "primary": true}, {"id": 72692, "sizeKB": 42909.3583984375, "name": "MisaBear-20230625T080122Z-001.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-25T08:10:57.937Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9B533CDA", "AutoV2": "86C6C3A1B7", "SHA256": "86C6C3A1B7B51184903C940AC08E89C8A9852B01F1556E363FB4EE38E76D0011", "CRC32": "9DE6DE4B", "BLAKE3": "66CC2179D9C57D031A4E6A4D46A7704F4EAF78D24CE991E7AD2630FE7E5905E8"}, "downloadUrl": "https://civitai.com/api/download/models/103487?type=Training%20Data"}], "images": [{"id": 1281076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a67d2c9f-4270-433c-a2bb-4fb518171ddc/width=450/1281076.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UTJ*9m^+Nwxa~qofkCjGS$IVoLae^+?HofM|", "type": "image"}, {"id": 1281088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41ee20fd-f283-4de1-9ff7-41aac341ca2a/width=450/1281088.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBIqin0UD~O]Hs};Ot,,0xNYxBRO00jV?bI=", "type": "image"}, {"id": 1281102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d6e8994-6b74-4fc0-b305-125610d91a07/width=450/1281102.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UPI;x9My9Z?H~pM|xat7xWM{I=t6-:IURQxu", "type": "image"}, {"id": 1281107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c120bc5-db31-4a1c-be09-18c01712fed7/width=450/1281107.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UbL47~~WI:RQ?bxux]t7kWNG%MjZ-;aekDM{", "type": "image"}, {"id": 1281129, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d10d2e5-0a8b-4393-b76a-62454613d991/width=450/1281129.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPI4qq~VS_IpEOD+IoWBs*%KX7kC9FM{nlIo", "type": "image"}, {"id": 1281136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5553dfa-2a2d-4405-9cd4-7407e6d7081d/width=450/1281136.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKGIJ-~V4.W=Z~-;?baekqRiM{t7E1%L-pxb", "type": "image"}, {"id": 1281143, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9e747df-82d0-4527-a297-9002cd0dff94/width=450/1281143.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9H_Pm~qmjIpxdrq01Ne01xBR.-:00EM,oxu", "type": "image"}, {"id": 1281152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0def7b3f-8277-46ee-936e-c73d69aed3ed/width=450/1281152.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7H-Jh0oNC005a9[-qxa01-;0M~V9EA2?vIU", "type": "image"}, {"id": 1281181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cb42851-bb5b-4a18-8383-d1bb70ec9e7c/width=450/1281181.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UIIOb1^$.79uT#RP-=%g^,-qt8xv01S5M_t7", "type": "image"}, {"id": 1281197, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d930625-46ee-4182-a90c-90fbf75de5c4/width=450/1281197.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UNIz;w~DISS4DjM}NeNZ4.RPI@xaJRbY$+$*", "type": "image"}, {"id": 1281233, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ade0d5b8-35f3-42db-a3fb-4fa1ccb54c7d/width=450/1281233.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEIqZa}@Ty1JSvDkS~=s0J-r-T+Z=x-T-TK5", "type": "image"}, {"id": 1281237, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38cab37d-fbb1-403b-9a6e-eff7ac0e3d64/width=450/1281237.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIIEFm~q0g-W00jF-pNa5Prr#TNFs;S|g2M{", "type": "image"}, {"id": 1281240, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a38594b9-765e-434b-92b8-636bf676c7ac/width=450/1281240.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "URI;bS%0M{r?~Vt7IUM}%MM|xbMy?GxunjxZ", "type": "image"}, {"id": 1281314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acf5e83e-18fb-4fe3-9662-a45fc7080d72/width=450/1281314.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UQJ*CvaxR~I.~pD%xuxa?FNG-pxt%LxuRjad", "type": "image"}, {"id": 1281318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0a57a2e-62c6-472d-a7fd-fb4857a757e6/width=450/1281318.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UTL41+-.xuWX~qS0?HoI?bIoNGof.7njxtxu", "type": "image"}, {"id": 1281330, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a868f95-0fbf-4e70-b34f-f7bd819e0f12/width=450/1281330.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "URJj;-~WR$9Z~pX9%1xa~W-;S5WCtSt7oLR*", "type": "image"}, {"id": 1281340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f844cab-a2be-49e9-a2b1-222ea3898f9e/width=450/1281340.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFIq}v4TV;?HloIAR5E29aRi-V9Z9%Rj?HX4", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/103487", "modelId": 96863} \ No newline at end of file diff --git a/datasets/metadata/103640.json b/datasets/metadata/103640.json new file mode 100644 index 0000000000000000000000000000000000000000..132fe86bd2db31466b253bf39417b436bc8d4e01 --- /dev/null +++ b/datasets/metadata/103640.json @@ -0,0 +1 @@ +{"id": 103640, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-25T09:42:55.830Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 1177, "ratingCount": 156, "rating": 5, "thumbsUpCount": 200, "thumbsDownCount": 0}, "files": [{"id": 72726, "sizeKB": 22240.318359375, "name": "Sumeragi_Lee_Noriega_Trailblazer-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-25T09:45:46.131Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7550030B", "AutoV2": "F5B54ED943", "SHA256": "F5B54ED943AE4638D4AC7A4BF16D0791C7890805166697F10DE6F11E58B96B8B", "CRC32": "5C89892E", "BLAKE3": "FE2317A1AB975103C20C1EF0560EC716003A460254E5701D134BD4A054A38B3B", "AutoV3": "7A03E3FD883D"}, "downloadUrl": "https://civitai.com/api/download/models/103640", "primary": true}, {"id": 72727, "sizeKB": 13658.818359375, "name": "Sumeragi_Lee_Noriega_Trailblazer.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-25T09:45:48.056Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1A9638B0", "AutoV2": "B302DFA3A3", "SHA256": "B302DFA3A3D40EE8BF6039D1B5855ADF8950896876539598C985F346E930373B", "CRC32": "4DF40E38", "BLAKE3": "2B5431E5A1FF8D35F4EDEDFF88C03051B364AE86C0E7712CE8ADA00CFC4F3122"}, "downloadUrl": "https://civitai.com/api/download/models/103640?type=Training%20Data"}], "images": [{"id": 2645933, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0b4d44b-2fb1-403b-a1b6-d11fef760002/width=450/2645933.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UdMt8et7tRofxUay_Nof?boft7ofNKayi^WB", "type": "image"}, {"id": 1282048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1d29d3f-e471-4b93-bb45-c66245016ded/width=450/1282048.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPG[?1?w0f%g4mtS*0x]TdXTNHShNeS4s.Io", "type": "image"}, {"id": 1282021, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a24b7dd8-dbfa-4475-90ce-0f815d1d0ba0/width=450/1282021.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEJ@|GM|Dg^%00xt?wjE_1IT?c%g019a9FE1", "type": "image"}, {"id": 1282032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e9aa34c-0713-447b-89fb-ae3c28fd43b1/width=450/1282032.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJJ*ev00M^RP$I9bx]?bxs9F%go#~q8_4nay", "type": "image"}, {"id": 2645982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01b57bdb-cf87-4507-951e-5d23e16d20a9/width=450/2645982.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UcN]hPX8?w-;JBIU%MofNzxu%Moz^+oJRPxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/103640", "modelId": 96992} \ No newline at end of file diff --git a/datasets/metadata/103927.json b/datasets/metadata/103927.json new file mode 100644 index 0000000000000000000000000000000000000000..7131a08716bb4cabd6fa7faea548292a8b193f1b --- /dev/null +++ b/datasets/metadata/103927.json @@ -0,0 +1 @@ +{"id": 103927, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-25T21:23:18.383Z", "availability": "Public", "nsfwLevel": 23, "description": null, "trainedWords": ["yugarisou-chisaki"], "stats": {"downloadCount": 483, "ratingCount": 78, "rating": 5, "thumbsUpCount": 81, "thumbsDownCount": 0}, "files": [{"id": 72947, "sizeKB": 567198.6064453125, "name": "yuragisou-chisaki.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-25T17:40:58.837Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D12DFAD0", "AutoV2": "20E71616EA", "SHA256": "20E71616EA960030A1A88F889228DC65DCC69468FEC99DDDB1F7049C39AED88E", "CRC32": "49B54F02", "BLAKE3": "AD08295DCA55BAC0CF898A34E1E3A30388ECB6D03683AA3E3570586424F32D0E"}, "downloadUrl": "https://civitai.com/api/download/models/103927?type=Training%20Data"}, {"id": 73068, "sizeKB": 73845.00390625, "name": "yuragisou-chisaki.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-25T21:25:36.810Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8E11FBE6", "AutoV2": "B70D82AEA8", "SHA256": "B70D82AEA8D785046D10FC67CAC0C0586C705D9993BEC21C5C898AC4152E7385", "CRC32": "F00C5AC0", "BLAKE3": "34056455D2F2C69C799E4B7AF450D990E87101F2D70998E78C096491288CFD4F", "AutoV3": "5F4FB37AE1F2"}, "downloadUrl": "https://civitai.com/api/download/models/103927", "primary": true}], "images": [{"id": 1289183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b36aa65c-6c79-44e6-840e-3f9eb86d35cb/width=450/1289183.jpeg", "nsfwLevel": 1, "width": 720, "height": 720, "hash": "UDGRxf0LAltR};-:01XS-6M{ENxuajoztQsB", "type": "image"}, {"id": 1289184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93525553-4938-46b5-8df9-7f01b47f24af/width=450/1289184.jpeg", "nsfwLevel": 1, "width": 720, "height": 720, "hash": "UILg05Ou0LIB}[yDX:xaKlt8yEtQWnIVgiah", "type": "image"}, {"id": 1289186, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d497f06e-a169-4331-b87e-578787fe94cc/width=450/1289186.jpeg", "nsfwLevel": 2, "width": 720, "height": 720, "hash": "UbJ*h#RiIoS2.9f5Rjoz~qj[xu%M%Nt7t7of", "type": "image"}, {"id": 1289187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc03bccd-877b-4fac-8a8c-11f662a9d27e/width=450/1289187.jpeg", "nsfwLevel": 16, "width": 720, "height": 720, "hash": "UHKKj000EL~V9H%ND*n$DNtnIoRjDNf+tRIo", "type": "image"}, {"id": 1289188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35c11337-f707-43de-ae08-f0cf1d82e8e7/width=450/1289188.jpeg", "nsfwLevel": 1, "width": 720, "height": 720, "hash": "UNJR8T4-00-TD%%2kXs*?wjFs:V?pdM{oMxC", "type": "image"}, {"id": 1289189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/182ba4a9-8691-4c4c-9804-d2fee73b72e9/width=450/1289189.jpeg", "nsfwLevel": 4, "width": 720, "height": 720, "hash": "UNL;EeEMPqMdRQv}I[xu^h={?aIp%#EN?axu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/103927", "modelId": 97247} \ No newline at end of file diff --git a/datasets/metadata/104007.json b/datasets/metadata/104007.json new file mode 100644 index 0000000000000000000000000000000000000000..0db91cae9b24ae0fe655eede1a5cb288b6d40c5b --- /dev/null +++ b/datasets/metadata/104007.json @@ -0,0 +1 @@ +{"id": 104007, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-25T19:32:08.406Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 1037, "ratingCount": 81, "rating": 5, "thumbsUpCount": 105, "thumbsDownCount": 0}, "files": [{"id": 73016, "sizeKB": 13887.482421875, "name": "Batman.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-25T19:45:37.660Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "56356B0C", "AutoV2": "627F862253", "SHA256": "627F862253153C77A441DD00469D8F0EEC0DB1EFA013941E9ADCBBB0D13E20FF", "CRC32": "AEAF2BCE", "BLAKE3": "88E617DAC804127568EA81AFE34BA82DD9BE44D08BB21C0ECB8E2682DB44A2F9"}, "downloadUrl": "https://civitai.com/api/download/models/104007?type=Training%20Data"}, {"id": 73007, "sizeKB": 32748.32421875, "name": "Batman-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-25T19:35:50.764Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B8B9FFFE", "AutoV2": "75A3823BE7", "SHA256": "75A3823BE76C88D47A01117118AB9A01B7391EEEBFCD8DC45E018FB222C9220B", "CRC32": "2AEA26C9", "BLAKE3": "CE0A460FCC15F354B87E2B94649D92FFE3F5D03E8DF2FD02E2D25E0A19B09F34", "AutoV3": "5B691D8C871D"}, "downloadUrl": "https://civitai.com/api/download/models/104007", "primary": true}], "images": [{"id": 1288100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47874f65-2fcd-4ae0-a83f-e539b06da36b/width=450/1288100.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCCQS,00_4.9IV-=M{V@00xvDiIU?bIVaJj=", "type": "image"}, {"id": 1289135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/709b4ad6-aa17-4f65-b73d-24b0f92c01db/width=450/1289135.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXF6Lk-;_4kWSkM_9ZbINHkBjExvt8ozt5Rj", "type": "image"}, {"id": 1288006, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec07b9bf-39d3-4909-9162-ce64b4bc4f9a/width=450/1288006.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U4BDZ$^+_300_4IURP_N00D%8__N00I9D*-;", "type": "image"}, {"id": 1288187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f146120-f127-47d4-9dd6-18c0bdd9bcd0/width=450/1288187.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFCZ#900?H?wE1-=Nbso00xuM{D%x]IAROoe", "type": "image"}, {"id": 1288053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a8d95a0-ab4e-4a80-8650-d0080171b8fd/width=450/1288053.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U6AmrL^+~WRV%fE1NENF00xvIU-;00aKIBni", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/104007", "modelId": 97321} \ No newline at end of file diff --git a/datasets/metadata/104063.json b/datasets/metadata/104063.json new file mode 100644 index 0000000000000000000000000000000000000000..9a2269970e0ec819dc5ac5f0fe63b4984059fcd0 --- /dev/null +++ b/datasets/metadata/104063.json @@ -0,0 +1 @@ +{"id": 104063, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-25T20:42:26.370Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 767, "ratingCount": 84, "rating": 5, "thumbsUpCount": 102, "thumbsDownCount": 0}, "files": [{"id": 73054, "sizeKB": 10913.779296875, "name": "Agent_Smith_Matrix.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-25T20:55:43.216Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C126E690", "AutoV2": "1EFE0A4EFB", "SHA256": "1EFE0A4EFB4101D0CA815F026F0E0E17361074C6BBA57AA47545E77CCCE6E9A3", "CRC32": "37F2C41C", "BLAKE3": "BC3F1F652127B31423415720E66220DFED340E6AA2BCBD246CE3A53B33C4CD89"}, "downloadUrl": "https://civitai.com/api/download/models/104063?type=Training%20Data"}, {"id": 73051, "sizeKB": 32745.5595703125, "name": "Agent_Smith_Matrix-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-25T20:45:40.025Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "17A26DF5", "AutoV2": "DAA1AF9E18", "SHA256": "DAA1AF9E188D267E2B86C768460CB02A3EADA893706E0E23CAAD9BD33B2751A8", "CRC32": "544CFC14", "BLAKE3": "C4BE6CBE8F07FC5693028679FA1DA7B06C028180E22CD6990997B3226A8F81B2", "AutoV3": "157C17929235"}, "downloadUrl": "https://civitai.com/api/download/models/104063", "primary": true}], "images": [{"id": 1288795, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60334809-8607-4162-af16-0a38725cdcaa/width=450/1288795.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U6Aw6iE200^+}TS2J.n+Rj%MRQ9F?^%LIAoz", "type": "image"}, {"id": 1929109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e59718e-6ba2-4ec2-8976-8f0d38749f1e/width=450/1929109.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U6A,qIEM00?b}lR+FespWB-pRQ9F?^%LMdbc", "type": "video"}, {"id": 1929038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e638178b-cfd4-4817-9fb3-ee586eb7fef3/width=450/1929038.jpeg", "nsfwLevel": 1, "width": 496, "height": 496, "hash": "U8B:T,EN00~W$LkCD*9F%#?HxFbcDit7%MD%", "type": "video"}, {"id": 1289021, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daf0802a-8f70-43d6-b5af-444cb8bcda2b/width=450/1289021.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULFYW1~p0f9G-URjIpRk009Frrs.T0oz%1xu", "type": "image"}, {"id": 1288732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e629bb2e-4d12-4ced-81a2-1317f54c6673/width=450/1288732.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U68zrxIU00-p~VNG56xa9Ej[-=RjT0s:i^Rj", "type": "image"}, {"id": 1289066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d17daa0-a645-456d-b2ee-bfcef3d08b77/width=450/1289066.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPE:G8D*.8t700xu9FWC_NIVxvj]bbj]t7WB", "type": "image"}, {"id": 1289022, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff5a1360-964d-42a8-962e-460c9ecef700/width=450/1289022.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDAwM8_4IqIo_3xvbctRofj]%M%MNGaxt6oe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/104063", "modelId": 97368} \ No newline at end of file diff --git a/datasets/metadata/104090.json b/datasets/metadata/104090.json new file mode 100644 index 0000000000000000000000000000000000000000..ca11ac393fadf47551e5a18bb821b45131ef65c2 --- /dev/null +++ b/datasets/metadata/104090.json @@ -0,0 +1 @@ +{"id": 104090, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-25T21:42:28.937Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["bofuri-iz"], "stats": {"downloadCount": 321, "ratingCount": 31, "rating": 5, "thumbsUpCount": 36, "thumbsDownCount": 0}, "files": [{"id": 73080, "sizeKB": 618818.09375, "name": "bofuri-izV04.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-25T21:41:22.205Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "621B06B6", "AutoV2": "762E1BD35B", "SHA256": "762E1BD35B2106D4289E6FA5285A15FDB6C75FBB81C44482049A5307EADAE2EB", "CRC32": "FB96A1D1", "BLAKE3": "C200DF91C0F5CC334B44291D606F99F642039DAC2499C9AD3798898CED2BE454"}, "downloadUrl": "https://civitai.com/api/download/models/104090?type=Training%20Data"}, {"id": 73079, "sizeKB": 73845.15234375, "name": "bofuri-iz.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-25T21:40:38.018Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7CE6F11C", "AutoV2": "83096247DD", "SHA256": "83096247DD40038C88472A6C8974515032D0714FC048E5C6C5D769C4D00F55CC", "CRC32": "5D04D3C0", "BLAKE3": "5F40474D4A32B6097FE782A8D4E3DDE92F9BD83471E1A403F37F19B951FE1EED", "AutoV3": "EE60E12CE6F2"}, "downloadUrl": "https://civitai.com/api/download/models/104090", "primary": true}], "images": [{"id": 1289385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edaf6939-a32d-4252-b0ab-10e3b3a8aa16/width=450/1289385.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "U8EMUk0;~XyExw58ibIv00-nx^tT4TnhRjRj", "type": "image"}, {"id": 1289318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9333b88-be33-4285-b164-76c201f6aeb7/width=450/1289318.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UZK-we.T?btPb^pJWUROE1NGofxa%LxaV@Rj", "type": "image"}, {"id": 1289366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/047c5858-7fda-49a9-b734-694835383514/width=450/1289366.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "ULE4GzMaEMKlK7.mD$DiSySixuv|T1jbxatR", "type": "image"}, {"id": 1289312, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e12bd38-1e9f-48fc-b95c-fe7f3df80842/width=450/1289312.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UAEDky4T00%#GTI[rDs%00%g$%%NEJZ*_NM{", "type": "image"}, {"id": 1289347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fee6f92f-170a-4a6b-859c-f4915377033c/width=450/1289347.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UHIh?Q5556EK*0ksV??GEnxv?Hx^_3-pIVD*", "type": "image"}, {"id": 1289348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/537c2d74-cfff-40ce-b50a-abbe6e7da122/width=450/1289348.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UXJ8bK~Vbw=^tRnh$%n$9ZM{ozX9%2WAS5oz", "type": "image"}, {"id": 1289354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/607de114-6b6d-45a8-a955-af473e191a2d/width=450/1289354.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UFF76dzp000eT|9DM_%M$Z.AsAR38^OFjF%1", "type": "image"}, {"id": 1289383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d66eb94-4a42-4c2f-a024-a216014f1f8c/width=450/1289383.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UDEWB%Na5l00.TkrH?DiROngROxYMvou.8o~", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/104090", "modelId": 97392} \ No newline at end of file diff --git a/datasets/metadata/104345.json b/datasets/metadata/104345.json new file mode 100644 index 0000000000000000000000000000000000000000..9f242bb115cb0e2df5136fcbbbd0c6e77045c7a0 --- /dev/null +++ b/datasets/metadata/104345.json @@ -0,0 +1 @@ +{"id": 104345, "index": 1, "name": "v1.0 All Outfit", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-26T09:02:09.728Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": [], "stats": {"downloadCount": 1183, "ratingCount": 206, "rating": 5, "thumbsUpCount": 232, "thumbsDownCount": 0}, "files": [{"id": 73270, "sizeKB": 42092.7861328125, "name": "Kuwayama_Chiyuki.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-26T09:06:03.767Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "ACEDA98D", "AutoV2": "0672DEF3E5", "SHA256": "0672DEF3E5599469BAD65A37450A02BA5A79F6B9A574B6FE87CA9E996A54B76B", "CRC32": "CDC1DC61", "BLAKE3": "E1B40755332B64016F1C416E3C944860B306741D06B1DB86230748D9BA0F899D"}, "downloadUrl": "https://civitai.com/api/download/models/104345?type=Training%20Data"}, {"id": 73269, "sizeKB": 22262.986328125, "name": "Kuwayama_Chiyuki-152-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-26T09:05:59.725Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C1E9B0E2", "AutoV2": "A4EC6599E9", "SHA256": "A4EC6599E9D7B49EFAA3C1D5D57733C02E7462C877E762A7EE16D4BEAD4803DF", "CRC32": "6316B9FC", "BLAKE3": "2E24F91287411A761FBF9B87358159664087F07992C9A225FCE6EADFEA2A3F2E", "AutoV3": "3EAC73D31071"}, "downloadUrl": "https://civitai.com/api/download/models/104345", "primary": true}], "images": [{"id": 2645999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4bfbd99-d5fb-4cd7-926b-766f2d50dc5e/width=450/2645999.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNL4Tw~q%gofo}RjyDM{%gWBIAt74.kCwbM{", "type": "image"}, {"id": 1294164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f68741e0-34af-4c98-8246-be9556e91bb2/width=450/1294164.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHEo=KoJ03krngo#9YRj00xD~pM{4.Rj%2xa", "type": "image"}, {"id": 1294165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2ee7e49-b624-41d4-b6f9-152183c802a0/width=450/1294165.jpeg", "nsfwLevel": 4, "width": 1045, "height": 1175, "hash": "UBQ0K,rr-;?btRofD%R*~qt7%LRk%MjFIUjI", "type": "image"}, {"id": 1294278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/351d649c-4b0b-418d-8a84-6496cd29e6e7/width=450/1294278.jpeg", "nsfwLevel": 4, "width": 2150, "height": 1038, "hash": "UHOpoe-=of%2~qxaV@Io9GRPt7xu%1t7aeX8", "type": "image"}, {"id": 1294277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1c986cf-e89a-4a8d-b6a3-bef1cc7aff0f/width=450/1294277.jpeg", "nsfwLevel": 8, "width": 2158, "height": 448, "hash": "UJPi-b8_Ri-;Q,yDM{R4D%IARPxZ~WMdjFxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/104345", "modelId": 97608} \ No newline at end of file diff --git a/datasets/metadata/104520.json b/datasets/metadata/104520.json new file mode 100644 index 0000000000000000000000000000000000000000..5154b407c11523e20fe0372c07e65114e601b0b2 --- /dev/null +++ b/datasets/metadata/104520.json @@ -0,0 +1 @@ +{"id": 104520, "index": 0, "name": "v2.0 Updated Episode 4", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-26T14:56:02.935Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 1292, "ratingCount": 137, "rating": 5, "thumbsUpCount": 175, "thumbsDownCount": 0}, "files": [{"id": 73403, "sizeKB": 26765.8330078125, "name": "Yuuki_Oikawa_Family_Control.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-26T15:15:50.601Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D15D345D", "AutoV2": "15D27A2E95", "SHA256": "15D27A2E95F089317C5A622CB728F5D2358CE8CA15E210A3943D8EDAAF9A201F", "CRC32": "D82C2B4A", "BLAKE3": "87FFCEFBD5D5B7A2B76161A9D8ED9F060F14986040B49C5B11C5FE52B116822A"}, "downloadUrl": "https://civitai.com/api/download/models/104520?type=Training%20Data"}, {"id": 73394, "sizeKB": 22243.7314453125, "name": "Yuuki_Oikawa_Family_Control-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-26T15:00:47.204Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "463EFF0F", "AutoV2": "D7A5BBDBC8", "SHA256": "D7A5BBDBC8271B651ED7B669ABA0741DF5DBA4EC327DD0AB5134F8D6730714CF", "CRC32": "A61BBF65", "BLAKE3": "0585F4E8EBA47BEDDA38B8CA273696B544B32D7403BA9D89BDC6B70CA6EEFFDF", "AutoV3": "22EA668831C5"}, "downloadUrl": "https://civitai.com/api/download/models/104520", "primary": true}], "images": [{"id": 2645722, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/871bf77d-6820-4b58-ad2b-05713034f030/width=450/2645722.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UiOyV5-;?^x]^Pt8OYR+xtt7R+f+IVWCxtV@", "type": "image"}, {"id": 1297149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73170590-470e-42b1-9e1c-322940fdd4d0/width=450/1297149.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEL3ouxZ00kXz.RP0#Nx-6IV58WC~VS4_2V@", "type": "image"}, {"id": 1297116, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c432079-894c-4c26-a255-fda2930253a0/width=450/1297116.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBLyvI=d00IB4TIU1hOr$LDj58Mx%NOY~qa0", "type": "image"}, {"id": 5483281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c88c57f-93ed-4dbc-bb17-74bcd41541f0/width=450/5483281.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNKmhKw]0eIU4Tbb0}tRDijF9GV@~pRj-pso", "type": "image"}, {"id": 5484171, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5e4c453-5129-461e-9d3b-01a361901ed3/width=450/5484171.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UGNSTvnN00s;5QV@Kjx^00D*t7nO_N9ZM|M_", "type": "image"}, {"id": 5484593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4c9d451-bba5-46a8-ad1d-0c55a38b3517/width=450/5484593.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U6OVow000C;10z0LL3$|00007300~WI9~q-S", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/104520", "modelId": 56552} \ No newline at end of file diff --git a/datasets/metadata/104531.json b/datasets/metadata/104531.json new file mode 100644 index 0000000000000000000000000000000000000000..96ea1dc7d23bb6f950455e9b115e7b9e07f424a9 --- /dev/null +++ b/datasets/metadata/104531.json @@ -0,0 +1 @@ +{"id": 104531, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-06-26T17:43:14.627Z", "availability": "Public", "nsfwLevel": 1, "description": "173 Yuta and 189 Hinata samples from official only
", "trainedWords": ["hinata2", "yuta2", "orange hair, green eyes", "1boy", "2boys, multiple boys, twin"], "stats": {"downloadCount": 316, "ratingCount": 20, "rating": 5, "thumbsUpCount": 30, "thumbsDownCount": 0}, "files": [{"id": 73465, "sizeKB": 18575.85546875, "name": "2wink.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-26T17:30:38.016Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "44CA84E7", "AutoV2": "9B376B5FC3", "SHA256": "9B376B5FC37094865BC639E291FA12902D543163978B8B31922546082F146417", "CRC32": "B7041EEC", "BLAKE3": "A3CB7D8059418B234A7B5466BE07B2EE1B635FD0B32C43BF656511701A12E28A", "AutoV3": "326923204677"}, "downloadUrl": "https://civitai.com/api/download/models/104531", "primary": true}, {"id": 73477, "sizeKB": 180921.0341796875, "name": "2wink-20230626T173325Z-001.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-26T17:50:58.803Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "57192641", "AutoV2": "74AD8C4A61", "SHA256": "74AD8C4A610B89AEE91596E3F0681874E8ADF3F48A0E80172592B63FABD1B2E4", "CRC32": "DD77706F", "BLAKE3": "8FDAE275ED6CE4CBD445AFDDBC7A04EE34C9B54CE8DE701D37218230282843BE"}, "downloadUrl": "https://civitai.com/api/download/models/104531?type=Training%20Data"}], "images": [{"id": 1298867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7583343-4583-4b7a-8b10-b5ed35ea5a3b/width=450/1298867.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9G*D}uP0i0g9F#lELtR,98_9a={1Oo~NJIp", "type": "image"}, {"id": 1298883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01103846-f879-468a-bfa7-5323496105d7/width=450/1298883.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULGtZ*xB0f~A9vRkX8$$Q-ElO?IVTJ%0RPxW", "type": "image"}, {"id": 1298903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de6a8eca-330d-4734-a4de-fd92bedcba0b/width=450/1298903.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFKwIF0000kV}SR6%zR+4URjT0xu-;R+E1Sh", "type": "image"}, {"id": 1298922, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef63bd3c-e70f-435f-9e72-bb809af14415/width=450/1298922.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U5By]e$z009zUbWBUHt6m6S5K,nhtmt7ROIp", "type": "image"}, {"id": 1298930, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b26a3981-ea77-4153-b2fa-ea83f772711f/width=450/1298930.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCCsszh000IV}URP0fR%00rX_MS}nO%1PAOX", "type": "image"}, {"id": 1298940, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/361f79ac-681e-40b6-bb06-87da31cbf3c7/width=450/1298940.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCG*f=0i00=Yqu-o14IpU]wH~p10AIxED%J8", "type": "image"}, {"id": 1298945, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1573445-6404-48ac-af12-83bcd5ca001d/width=450/1298945.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAE.Okid01BB}X5TAXE200n$KPE2+[=xI[OX", "type": "image"}, {"id": 1298975, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a278504a-4528-4023-9fb5-d34612acb0b5/width=450/1298975.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UZHea=%M%f?GpfxuM{a0T#a$$zxG58WBROWV", "type": "image"}, {"id": 1299013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7855bdf-2ca2-416c-83f0-26ad9795cc2a/width=450/1299013.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQFjH4KQ*JI=sFNHI;S#Ir%1ocjEV[t6xZxZ", "type": "image"}, {"id": 1299024, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04a7ff86-3905-4d9b-85cc-c4548c7b8843/width=450/1299024.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UUIOnPIBTx?GuP={x]j?w|W;xt-TEk%2X7jE", "type": "image"}, {"id": 1299027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d09dd23a-9811-4181-9361-ef7ad7077270/width=450/1299027.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPI=.9B=?^n45vSiWX,.=GjFxYrq9wa~x[WB", "type": "image"}, {"id": 1299028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87c82caf-abee-4f22-bff1-263eeca5e4d9/width=450/1299028.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UdI59^rr9aS5~WjZSgoMM{Wqxtof%Le.M{R-", "type": "image"}, {"id": 1299036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e53cfde-9130-42c7-b16f-ff60fe7b5634/width=450/1299036.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULJthz~W01JCxbxvX.o}IA-otltR~W-p9utS", "type": "image"}, {"id": 1299051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc4e7663-686c-4c0b-a25f-4eeea6f4ad54/width=450/1299051.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UUIqr*Di%#i^~VenJUV@xuM|NeWAM|WBWCR*", "type": "image"}, {"id": 1299073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0a1f3b3-1696-4f3c-ba61-a0e7cde4f625/width=450/1299073.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKHeE~E+00}rD4W.-:=wH@slAGNeNGE2W=Nc", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/104531", "modelId": 96243} \ No newline at end of file diff --git a/datasets/metadata/104656.json b/datasets/metadata/104656.json new file mode 100644 index 0000000000000000000000000000000000000000..ad64bdbe9be21a773aa597858e724ef8078b81da --- /dev/null +++ b/datasets/metadata/104656.json @@ -0,0 +1 @@ +{"id": 104656, "index": 2, "name": "v3.0 Images 222", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-26T18:51:52.204Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 1967, "ratingCount": 213, "rating": 5, "thumbsUpCount": 296, "thumbsDownCount": 0}, "files": [{"id": 73511, "sizeKB": 43283.2626953125, "name": "Oikawa_Amane_Family_Control-KK77-V3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-26T18:55:43.124Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5EF730C9", "AutoV2": "1C62959D99", "SHA256": "1C62959D996252E35FBCF30394D50CF1640507D7992E2C50ABDAB72F76EB18B7", "CRC32": "527B5076", "BLAKE3": "F393DC8957E7BC29BA4D59D68A36E0A94C18A95B2A75215B14A64E35508880E7", "AutoV3": "8EB91319E7C8"}, "downloadUrl": "https://civitai.com/api/download/models/104656", "primary": true}, {"id": 73512, "sizeKB": 60204.275390625, "name": "Oikawa_Amane_Family_Control.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-26T18:55:49.470Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "43E9C373", "AutoV2": "04C1AB0956", "SHA256": "04C1AB09560BC7C410FACC8A7378451673BEA27AA03DFDC4A53DC663CE442635", "CRC32": "0395B738", "BLAKE3": "302F1F6FA155CD6B398935E40D198F322415092DCBA9E43CA100984F45F89B24"}, "downloadUrl": "https://civitai.com/api/download/models/104656?type=Training%20Data"}], "images": [{"id": 2645908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3200a729-f610-4c51-9e97-b5a63bea8977/width=450/2645908.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaNJRfVt.TIVX8Rjx]t7%gkCn$WBRlfl%MNG", "type": "image"}, {"id": 1299902, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69f9e25a-880d-4303-bf59-a9f2fb3100e8/width=450/1299902.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULK,:S0K9[xsIAD$S%9aIT-o%2xu~XE1%1Ip", "type": "image"}, {"id": 1299997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22b45205-1f03-4130-9caa-f6ee55758e47/width=450/1299997.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UQJ@k4~W9s%M4o0KWDE1waM{xvR.NKxt?axu", "type": "image"}, {"id": 1299777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8dac2938-9596-4da9-a32e-19b5f433ed16/width=450/1299777.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFH_DP0J00^*00?HT1Io0fof={W=~WE1f,V?", "type": "image"}, {"id": 1299711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb15cce3-3e80-431b-8457-ec7b5d826c33/width=450/1299711.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWKmkb~VEg%Miws:b^tRD*aK%2of?GaeD*V@", "type": "image"}, {"id": 5485026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8471b3a-839c-4e9e-8267-d6ecc2779447/width=450/5485026.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMMZI3x]PCDiOFIo9aDi0Kxt%LoL~WoIxtxu", "type": "image"}, {"id": 5489855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70ce7bab-7550-41bf-bcce-772a102e3df9/width=450/5489855.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USNS]NtRUHNx0iR*K8S5j_M_xaoz~BoeVsRk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/104656", "modelId": 41915} \ No newline at end of file diff --git a/datasets/metadata/104694.json b/datasets/metadata/104694.json new file mode 100644 index 0000000000000000000000000000000000000000..0d41598ea74abfc54a6555dd6bbbc50363be0bf4 --- /dev/null +++ b/datasets/metadata/104694.json @@ -0,0 +1 @@ +{"id": 104694, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-30T16:22:31.036Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["uraniumtech", "radiation", "scifi", "nuclear ", "transparent ", "see-through"], "stats": {"downloadCount": 3192, "ratingCount": 247, "rating": 5, "thumbsUpCount": 334, "thumbsDownCount": 0}, "files": [{"id": 73580, "sizeKB": 147570.625, "name": "UraniumTech-20.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T11:19:07.313Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B50ACE5C", "AutoV2": "1988BBB350", "SHA256": "1988BBB350F5B6655B15CE45F72B89A6B54396A902CF8316C1D498504A328EC1", "CRC32": "857EF189", "BLAKE3": "317273213A033D11DA08B019E8C3A735CBD1BE517EF069345278C3D766709E2F", "AutoV3": "48F17DE34604"}, "downloadUrl": "https://civitai.com/api/download/models/104694", "primary": true}, {"id": 77229, "sizeKB": 48317.8134765625, "name": "UraniumTech-DTS-20230702T181311Z-001.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-03T11:20:40.685Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "72A9DF99", "AutoV2": "FB17C3322A", "SHA256": "FB17C3322A4EB736809068DAFFFE3F612052A42ECE0C1B569C065AE13CB56AA4", "CRC32": "D40599A9", "BLAKE3": "33E757F8535FA63F1DAA1BB16F1E67849DD0CB8EF0B30443675D639C09F262FC"}, "downloadUrl": "https://civitai.com/api/download/models/104694?type=Training%20Data"}], "images": [{"id": 1300632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/071aaee2-59ca-41bd-ab4f-52ea61453528/width=450/1300632.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U69tiG-n4X9v~ARj9GE3}U-QI;H[~TS~9Ixt", "type": "image"}, {"id": 1300561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5343e2b0-eaa3-4d2d-b57a-19a6f34cebcb/width=450/1300561.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7D9@X^+8w01744=8_.4yB9IDkr?_M?a-502", "type": "image"}, {"id": 1300617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa1aa4cd-b1c3-475f-9077-410889a0bef0/width=450/1300617.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAEyPJuO~C.701E2EN-prDMerq4oDi8{VZxr", "type": "image"}, {"id": 1300560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/969b0f46-818f-427d-9157-13b200e267ca/width=450/1300560.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6Dm8H1h~CAE0M_L9atk00vhR%=_DO4UDjIC", "type": "image"}, {"id": 1300531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/526825b5-e3d6-41f0-a3b7-4277a02c4553/width=450/1300531.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8Ey6z00-V~V_NE19abb~Va}NGM|%2R-xtE2", "type": "image"}, {"id": 1300587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/556ba296-9ee4-4ca0-915f-366077ac1d86/width=450/1300587.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJDT9E57ozRk~pD+Rjj[wNIVRPxtofNG%ft7", "type": "image"}, {"id": 1300532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33b200dd-ef67-4b43-9aa9-a2a01f7eea86/width=450/1300532.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDHeq55700W._MEMIU-pw5s:JV~Vxt4:IX-;", "type": "image"}, {"id": 1300562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54c59c59-9669-4661-9596-0b4b825039c7/width=450/1300562.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6Fie-PqQ80M06Iu=w0M:iMyJVsS0h?Y-.Ip", "type": "image"}, {"id": 1300602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5df58dd-2514-489d-abb5-0a70b877e6fd/width=450/1300602.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULIY8vpwt7~UEM4pRPX8DOR5aKIpR5IWxusm", "type": "image"}, {"id": 1300604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49c3b1d1-7107-4988-bf62-033ce47df384/width=450/1300604.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCGb@c01.8~BctD*E1-:Q:RQ0L%1xVM|~CRQ", "type": "image"}, {"id": 1300608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01c91354-57a0-4b0b-b46c-7f22a4463078/width=450/1300608.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9D+-j0i01t1IWR*?Zt701i^D+~VxG%14pNH", "type": "image"}, {"id": 1300613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70923d5b-daeb-45c1-b26d-0cbab394012c/width=450/1300613.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDEo;_0L]~00cYX9R6R58x~V4;9a,T-:E2oz", "type": "image"}, {"id": 1300603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edebe84a-c01d-42c3-b6c6-24ccc56b07c9/width=450/1300603.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5D9kn02rVkq01tRofRjW=rx56$x~B4q^$x[", "type": "image"}, {"id": 1301397, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75200809-774c-4ca2-bb09-0b93220fa154/width=450/1301397.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCIE:?yXDj~W_2xaX9?GrXRP0MRj.6ogM{9u", "type": "image"}, {"id": 1300630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/526fab81-c224-4139-beae-ce501a77e94e/width=450/1300630.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBCjFH02$%bb~p9uMxtRrYE2M{s-V?IU?bWA", "type": "image"}, {"id": 1300627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6496b37c-f19c-4013-b800-4fa6b0d14dee/width=450/1300627.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJDd2%01-:E3~U4=t6s:%gRkM{aeM{ofkBt6", "type": "image"}, {"id": 1300595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edc91ea3-1408-4b0e-87d6-a52c18eb4f4d/width=450/1300595.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDFh-C~U}=^%KkxtM{o20gE2I;Ipr=S1%1WX", "type": "image"}, {"id": 1300629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f96cbba-6e55-434d-9fd8-f18b710abb89/width=450/1300629.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U38Eew01D4?]04~mDikr8wNLtke9=XI]_N8y", "type": "image"}, {"id": 1300530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12b71421-0023-48ce-9481-091d73062fda/width=450/1300530.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKD0Sr~nM}4;?a-.RkIV$j-os.My%KWCV]kB", "type": "image"}, {"id": 1300557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d59dd710-8c46-4e3e-9fad-3da49cc5cd8c/width=450/1300557.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U59k1a%L00IV1SRlz.s+02jF.PR-vLWC*HtP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/104694", "modelId": 97913} \ No newline at end of file diff --git a/datasets/metadata/104738.json b/datasets/metadata/104738.json new file mode 100644 index 0000000000000000000000000000000000000000..d5588f3392b452822fc3c14f81aeac4f16be2557 --- /dev/null +++ b/datasets/metadata/104738.json @@ -0,0 +1 @@ +{"id": 104738, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-26T21:19:58.947Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 641, "ratingCount": 73, "rating": 5, "thumbsUpCount": 83, "thumbsDownCount": 0}, "files": [{"id": 73578, "sizeKB": 12102.3359375, "name": "Rosamia_Badam_Z_Gundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T11:19:00.957Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4E61A077", "AutoV2": "9337ED24F9", "SHA256": "9337ED24F93452B985D890A4ECE7F0D00D7AE2ED715172827FC5F334209872C4", "CRC32": "CB3F25EE", "BLAKE3": "037A6891EDB2ECA61EE4A3787A89BEF5DB460C6FA4991DD30FF78D51646D0BC7"}, "downloadUrl": "https://civitai.com/api/download/models/104738?type=Training%20Data"}, {"id": 73575, "sizeKB": 22242.29296875, "name": "Rosamia_Badam_Z_Gundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T11:18:25.464Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D74A12D3", "AutoV2": "2D6BB05C57", "SHA256": "2D6BB05C57FC884F859DC2CBBA183AE93EE4C10BDD7683B5BCBDC775E58131A0", "CRC32": "5A5DEA35", "BLAKE3": "9FB6A40C544E4F33237752A42980CF0AA50577AD0B012A08161376F27850047C", "AutoV3": "1CB655B0B318"}, "downloadUrl": "https://civitai.com/api/download/models/104738", "primary": true}], "images": [{"id": 2645871, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30bf547b-1717-4d86-8ef2-d4a2d6db08f4/width=450/2645871.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UsLgCiNF?bxu~qofyCt7t8oeRiayV^bHxFR*", "type": "image"}, {"id": 1301059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b5504f5-59cd-45c8-81d6-2253919498f6/width=450/1301059.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQIqG[00?vv|.Toct4oLIVxp-T9aJVnixtD%", "type": "image"}, {"id": 1301146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75f55552-caed-48eb-8164-ba70478dc44e/width=450/1301146.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCI4F=000d~C1jW8$JIn00?aosssicR*-:o$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/104738", "modelId": 97950} \ No newline at end of file diff --git a/datasets/metadata/104796.json b/datasets/metadata/104796.json new file mode 100644 index 0000000000000000000000000000000000000000..6e97958b4917ee27631faa8bad75be6c2ed50020 --- /dev/null +++ b/datasets/metadata/104796.json @@ -0,0 +1 @@ +{"id": 104796, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-26T23:07:02.654Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["bofuri-frederica"], "stats": {"downloadCount": 406, "ratingCount": 48, "rating": 5, "thumbsUpCount": 54, "thumbsDownCount": 0}, "files": [{"id": 73622, "sizeKB": 73845.1640625, "name": "bofuri-frederica.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T11:21:57.797Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3A3E6AF9", "AutoV2": "AA2409CB27", "SHA256": "AA2409CB2740D8B27A4280378C9B57870465086CB7BCB104CC63869E07295C3A", "CRC32": "BA533FF0", "BLAKE3": "C1FBEAAE802951B9ACA840D63381179209AA5DC247BE770992511067704B49D0", "AutoV3": "4DFA5D0FF00B"}, "downloadUrl": "https://civitai.com/api/download/models/104796", "primary": true}, {"id": 73623, "sizeKB": 610810.7021484375, "name": "bofuri-fredericaV03.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T11:22:46.233Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C9FA8E2E", "AutoV2": "A635F7CF2D", "SHA256": "A635F7CF2D2EAD15E0B20CA2610B62E839F1A9D8449F413F8B1F0E4C54B377F7", "CRC32": "441ED58E", "BLAKE3": "40D4326136E74E3FCD945BA41FE0CD0207E5B4BE71DB529C0B4BA53966FDF254"}, "downloadUrl": "https://civitai.com/api/download/models/104796?type=Training%20Data"}], "images": [{"id": 1302013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98bf5199-18cb-4ee4-9d87-63a44314036d/width=450/1302013.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UdHMcDo~Eet6uPRlaLs:?wn+$*V[OskTs:fl", "type": "image"}, {"id": 1302020, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c5128d3-e6d6-41d5-ad88-7dc66882db3d/width=450/1302020.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UDI#APoz00MxGtE200,CK8r?_2Ri.A%L${NG", "type": "image"}, {"id": 1302007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ff0493d-c1a5-4e64-84d2-80ac11b871ea/width=450/1302007.jpeg", "nsfwLevel": 4, "width": 768, "height": 768, "hash": "UOF$@64V9ZWU.mivV@IoO^xmsAsW%$s8RiWB", "type": "image"}, {"id": 1302010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce52a0f2-9ef9-47ff-8710-d733c9f826f6/width=450/1302010.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UcHe|2tQ9Zxbpdj]Rnax?^t7xtfkcFbFaKt6", "type": "image"}, {"id": 1302011, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75797273-6272-49fa-8ba9-f34043f84ed9/width=450/1302011.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UQKLNy.m5%^+7fTKkVxa_Nt9%0E1O[t9xsoz", "type": "image"}, {"id": 1302023, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a85f2a0d-05e1-412a-9162-d294d2940fda/width=450/1302023.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UUKKyTI.0dwf.lM_Myr=_MxWxuRj%hWUR$e.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/104796", "modelId": 98001} \ No newline at end of file diff --git a/datasets/metadata/105013.json b/datasets/metadata/105013.json new file mode 100644 index 0000000000000000000000000000000000000000..c5a290c026b8ef8f5bfec0ac7c7dd26cd786c8ab --- /dev/null +++ b/datasets/metadata/105013.json @@ -0,0 +1 @@ +{"id": 105013, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-27T07:28:02.929Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 1275, "ratingCount": 135, "rating": 5, "thumbsUpCount": 172, "thumbsDownCount": 0}, "files": [{"id": 73767, "sizeKB": 22249.103515625, "name": "Mirai_Kamiki_Try-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T11:38:56.295Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8566E6AF", "AutoV2": "AB773DC221", "SHA256": "AB773DC2210E840A644683C07534A34536466FD1C75FBD444A8EDD21AC7BBB1A", "CRC32": "79832EF7", "BLAKE3": "16167A50DB35796FAB0D00E1407AEB4BA8953CA62654AAADACBAC4ACE162F20A", "AutoV3": "C9172590BDB9"}, "downloadUrl": "https://civitai.com/api/download/models/105013", "primary": true}, {"id": 73770, "sizeKB": 23502.2412109375, "name": "Mirai_Kamiki_Try.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T11:12:16.724Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "78C2198F", "AutoV2": "84CCC10E83", "SHA256": "84CCC10E8312A466673895516FCC421D15403F9754C639628B24AE5310F7AA94", "CRC32": "CBCE8D7A", "BLAKE3": "4807AF3DEDF41416D79A6BABCAD52AD15D67C178661F221196DE6B5E2FCAFCF1"}, "downloadUrl": "https://civitai.com/api/download/models/105013?type=Training%20Data"}], "images": [{"id": 2740152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2409006b-b392-409a-ab4b-8010b4a03d9b/width=450/2740152.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UUK-Of_3KQx]^*-:_Nt6NLofM_jsR+ofoJNG", "type": "image"}, {"id": 1305721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/131219a1-a1ad-4dd2-b648-25178f8fe7ee/width=450/1305721.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDHdmp_N0NJ.{v0L0LxFE3-;_3rq4nVryExu", "type": "image"}, {"id": 1305739, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cb223a8-a0b6-45aa-b23b-f46385661db1/width=450/1305739.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWHBGUNgTLt8~BIUNer=4.NFoIV@9akCbwR*", "type": "image"}, {"id": 4773404, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3849fb2-a643-4e8c-813a-2efb4d2b7930/width=450/4773404.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNMZdm%100Mx0JofR%xu-oo}~pV@Vrxtt7tR", "type": "image"}, {"id": 4773424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c4995f0-ba2c-46ed-ac14-960ced049c2a/width=450/4773424.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UON,9~~WFyk=00-;tRS$4:?Hxut7MxIVWVt7", "type": "image"}, {"id": 4773426, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8da0a51-81b1-448b-9433-11ac897131bc/width=450/4773426.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNMZdm%100Mx0JofR%xu-oo}~pV@Vrxtt7tR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/105013", "modelId": 43143} \ No newline at end of file diff --git a/datasets/metadata/105046.json b/datasets/metadata/105046.json new file mode 100644 index 0000000000000000000000000000000000000000..addc8da8b3fd69b046b9fae361a2e4491ba7792f --- /dev/null +++ b/datasets/metadata/105046.json @@ -0,0 +1 @@ +{"id": 105046, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-27T08:10:38.767Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 727, "ratingCount": 102, "rating": 5, "thumbsUpCount": 113, "thumbsDownCount": 0}, "files": [{"id": 73788, "sizeKB": 22236.2978515625, "name": "Lila_Milla_Rira_Z_Gundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T11:13:12.703Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E5BF90B3", "AutoV2": "3D52156908", "SHA256": "3D521569085FDAF3E1FF59C8E3E23323A88DCF501F71E8C1F4D470EE70C2786A", "CRC32": "1A865DC8", "BLAKE3": "95349FE3FE53EFBA2B15C54D4EACA410C31AD4CBA14B5DC8DD62039AB3F67308", "AutoV3": "8BAF85A3B126"}, "downloadUrl": "https://civitai.com/api/download/models/105046", "primary": true}, {"id": 73793, "sizeKB": 6328.8876953125, "name": "Lila_Milla_Rira_Z_Gundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T11:41:11.919Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "61021A96", "AutoV2": "BF3DF56454", "SHA256": "BF3DF564540C94551495A8CD1EE6B1873D52BD1A8B80700005EC9A491BFE2AC0", "CRC32": "F08F63BA", "BLAKE3": "1557BBDC52DE0F9550B015FC9C56D384A3999F52687EDFB5D882BC45641C720B"}, "downloadUrl": "https://civitai.com/api/download/models/105046?type=Training%20Data"}], "images": [{"id": 2645801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c7b01af-5772-4586-935f-de54899a5845/width=450/2645801.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UwOp3}ay?vt7_NozbcoLRifke.ofRQV@WBkB", "type": "image"}, {"id": 1306159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8ddd413-ce71-439d-a840-f7aff699a8a2/width=450/1306159.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UULfm$~VE+NHx]nhE19aNG%2%1xa=_ozt8NH", "type": "image"}, {"id": 1306183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd614557-3e52-46c9-b1e0-4d60d8110b24/width=450/1306183.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJK,Qz~V004UysM|0Lx?-CXRItnORir?xwoz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/105046", "modelId": 98240} \ No newline at end of file diff --git a/datasets/metadata/105068.json b/datasets/metadata/105068.json new file mode 100644 index 0000000000000000000000000000000000000000..e33bc572bead3ed262723f651c184d3dd5c189f7 --- /dev/null +++ b/datasets/metadata/105068.json @@ -0,0 +1 @@ +{"id": 105068, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-27T08:58:27.292Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 984, "ratingCount": 116, "rating": 5, "thumbsUpCount": 137, "thumbsDownCount": 0}, "files": [{"id": 73808, "sizeKB": 22238.0166015625, "name": "Nanai_Miguel_0093-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T11:14:47.501Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "80C5A260", "AutoV2": "BDD1701008", "SHA256": "BDD1701008D5F190158787CDAFA200EF6BF9E096DD1E10184142334D890F65DF", "CRC32": "CAE46F5C", "BLAKE3": "4480984DB16BE84BED750054E533A36B8E8CA9F4BC80C3471798A2696BE8BE11", "AutoV3": "E7F2A7D87ADD"}, "downloadUrl": "https://civitai.com/api/download/models/105068", "primary": true}, {"id": 73810, "sizeKB": 8031.05078125, "name": "Nanai_Miguel_0093.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T11:14:56.981Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F0BE3F0E", "AutoV2": "858B97D01E", "SHA256": "858B97D01E846D16C41C4CBD6C139869ADB97CC61181EADBF930447AA3DC772C", "CRC32": "F549A7E3", "BLAKE3": "4F1FBD063767F556F645E091E7EE3052C1EF02A28236F762A859460B08A2DF8F"}, "downloadUrl": "https://civitai.com/api/download/models/105068?type=Training%20Data"}], "images": [{"id": 2645627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87ebe6c3-dbca-4c9b-ac08-74c26466eaab/width=450/2645627.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U;L:o?jGt,oz~qfkxvofbcofR*fkV[j@ayax", "type": "image"}, {"id": 1306574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e6f6f62-8a1b-4c4a-9b57-c76a13f2515d/width=450/1306574.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKIf_84.0g_2*IMy57%2E*NGnOtlZNs:kVV@", "type": "image"}, {"id": 1306526, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de4815f4-e6f7-462f-90d5-92254f3f8db1/width=450/1306526.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UdJjVe-;EQ-;~p?HS$%MNdxut7W=IpW;s:Rj", "type": "image"}, {"id": 14491490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d39fc05d-3f91-4859-bf98-4c08673ef887/width=450/14491490.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UILp5N9FEMIV_2nMt7NI5Q01~WM|_3VstRRP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/105068", "modelId": 98262} \ No newline at end of file diff --git a/datasets/metadata/105098.json b/datasets/metadata/105098.json new file mode 100644 index 0000000000000000000000000000000000000000..64727938388ed3e65ae166d311aa24a1b92c9bc4 --- /dev/null +++ b/datasets/metadata/105098.json @@ -0,0 +1 @@ +{"id": 105098, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-27T09:54:49.059Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 540, "ratingCount": 68, "rating": 5, "thumbsUpCount": 82, "thumbsDownCount": 0}, "files": [{"id": 73833, "sizeKB": 22242.2451171875, "name": "Maria_Pure_Armonia_V_Gundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T09:55:31.414Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "056F0171", "AutoV2": "0FD88300A6", "SHA256": "0FD88300A6187331B778410A5329E166F472A6F11D7F21ED3B8914D85A3AE456", "CRC32": "1AC9A4E5", "BLAKE3": "FCE1F339C2DFA72CF9898B3EE1F3C188C0CF8B8E2330590CDCDC547B17E8661E", "AutoV3": "A0CA23F4E5FE"}, "downloadUrl": "https://civitai.com/api/download/models/105098", "primary": true}, {"id": 73836, "sizeKB": 14193.1279296875, "name": "Maria_Pure_Armonia_V_Gundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T10:10:38.504Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DEA3A645", "AutoV2": "90ADAC21E6", "SHA256": "90ADAC21E680F47FD726F24C669E51BD17B77320E18D1CFA91582E9E68FC4A09", "CRC32": "2329D9DE", "BLAKE3": "FD8C3DB3A569967EEBE0CC750E1ABFBE5EFF8FB34ADF4C4058726EF6F4391AC7"}, "downloadUrl": "https://civitai.com/api/download/models/105098?type=Training%20Data"}], "images": [{"id": 2645359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b615832-7dd3-4d91-a348-309ca2451b46/width=450/2645359.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U-JR8nay.8t7~Vj[x]ofkXofe.j[R-fPoKfQ", "type": "image"}, {"id": 1306981, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ef3f52f-c680-4791-8e1b-f2db312ecc60/width=450/1306981.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMFFEnbANztQ}mMvNMoGIpI@aLt75EZ~t8W?", "type": "image"}, {"id": 1306988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f662459-9508-4998-acd6-e1a312f763cf/width=450/1306988.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMHKL-Sdxa~C,8?II[t7ESI;RjE1ENj@?HIU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/105098", "modelId": 98284} \ No newline at end of file diff --git a/datasets/metadata/105128.json b/datasets/metadata/105128.json new file mode 100644 index 0000000000000000000000000000000000000000..27cdaac5ea36ee2b9ef5d0003d221543c5d703ed --- /dev/null +++ b/datasets/metadata/105128.json @@ -0,0 +1 @@ +{"id": 105128, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-27T10:52:55.911Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 1107, "ratingCount": 197, "rating": 5, "thumbsUpCount": 228, "thumbsDownCount": 0}, "files": [{"id": 73859, "sizeKB": 20384.3984375, "name": "Fasalina_SRW30.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T10:50:56.879Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FA8FE0C4", "AutoV2": "0FDB1A383F", "SHA256": "0FDB1A383FDC6BFDD74128F9B67CD3F231F48D404AEF4535585C05DBC48DF951", "CRC32": "1F484BA6", "BLAKE3": "49B388C51B51AB6E4624DD83A282D95B933033BFAA3C5047592D7E206EEF6A9F"}, "downloadUrl": "https://civitai.com/api/download/models/105128?type=Training%20Data"}, {"id": 73860, "sizeKB": 22242.9150390625, "name": "Fasalina_SRW30-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T10:50:48.201Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3B4201C8", "AutoV2": "3DA4B5629E", "SHA256": "3DA4B5629E182F514B8AE6728AA8D56FA032B19B798A1283F5F8C984C7715667", "CRC32": "1F08BC70", "BLAKE3": "1E5BAD7B1453E9FC9DA80A00F85ECDD1015FE6ED8ED279304BF9AB8E0E3BC684", "AutoV3": "AF036CF95A48"}, "downloadUrl": "https://civitai.com/api/download/models/105128", "primary": true}], "images": [{"id": 2645531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95a6081f-17b0-4df3-a9cb-6196d7498911/width=450/2645531.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXK^s$ogJAkB?[of_3s;_3s;-:jb?Ifjn%R%", "type": "image"}, {"id": 1307397, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f118e99-d3aa-44bd-a956-0a9d103498ec/width=450/1307397.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UAH_Jo5701?v0xxs~W9^00w]$w-.mkxIR6,:", "type": "image"}, {"id": 1307366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b29ac47d-fee0-4f14-ad39-b8605102c089/width=450/1307366.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UBIXje00th01?s00-=My_2~W4o9FIne.M{Ip", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/105128", "modelId": 98310} \ No newline at end of file diff --git a/datasets/metadata/105242.json b/datasets/metadata/105242.json new file mode 100644 index 0000000000000000000000000000000000000000..0ea78d4c0a69e788cb695c598e5b3b16e7d7a22a --- /dev/null +++ b/datasets/metadata/105242.json @@ -0,0 +1 @@ +{"id": 105242, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-27T14:22:40.294Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 719, "ratingCount": 77, "rating": 5, "thumbsUpCount": 86, "thumbsDownCount": 0}, "files": [{"id": 73953, "sizeKB": 22236.7978515625, "name": "Lucille_Liliant_GundamX-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T14:26:34.256Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8E2B00E9", "AutoV2": "4E53CE91E6", "SHA256": "4E53CE91E64218EB9F5829D1DD75EA7F00236D7CA105E5C99C2BFC2027B85800", "CRC32": "4059DB87", "BLAKE3": "9701F43C4C53852C608F21BCAB82FFF477B5715053A80F31749EF0B728A5B5A2", "AutoV3": "47776B09A0D6"}, "downloadUrl": "https://civitai.com/api/download/models/105242", "primary": true}, {"id": 73956, "sizeKB": 6861.2685546875, "name": "Lucille_Liliant_GundamX.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T14:26:41.581Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1F7497D0", "AutoV2": "C15DDCD85D", "SHA256": "C15DDCD85DADCA20DE9EF0C6C00364D151E9FF7C0532F14B1D85D3AA03D1C6EA", "CRC32": "1418B4B6", "BLAKE3": "476D311D63C5B1947693036650C902D354F44B18DA031F8A14C973D959FFD171"}, "downloadUrl": "https://civitai.com/api/download/models/105242?type=Training%20Data"}], "images": [{"id": 2645414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9fafc63-6bf5-421d-8aa1-e5e589f142e3/width=450/2645414.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U%N9%ut6%gof~pj[o~oftRayR-ayRkj[aeju", "type": "image"}, {"id": 1592600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3781b519-310b-4f94-85de-d43337c68088/width=450/1592600.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULIgio0fE2D*_LD*I]IV56WBxuWC8|kCxtW?", "type": "image"}, {"id": 1592366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/496ac844-8bb2-4e78-9382-8168eb69ad49/width=450/1592366.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UhKmd|xuxYM|~UxZWUNGSes-t8bcNGRjtQbc", "type": "image"}, {"id": 1592354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4ee5081-0de5-4f73-a1ad-0ffd83a12026/width=450/1592354.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJI|%aER014:~U%19vIVE1s8%MNID*InxvtR", "type": "image"}, {"id": 1309494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2112c32a-7410-4403-9f44-5e3f198d3b4b/width=450/1309494.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULI4Rx~A0f~U?ZS~9vbb9aRls;xBIVoL%LoI", "type": "image"}, {"id": 1309361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72cef755-b565-457b-a460-ecadb050515a/width=450/1309361.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKIz-b9z01ER~oRO01s+%gxtNL%MxbM|M{NG", "type": "image"}, {"id": 1309305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce614456-ed32-4ca8-ba36-99c02f4fc558/width=450/1309305.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URIz@v00T19F~p9FEmjEj;ofRlxaIUogs;bH", "type": "image"}, {"id": 1309427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d62688b-8e9c-4f3d-ab80-4a09e52ce8fa/width=450/1309427.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKJ%g,xv4.%1~n%L04%K56ENESIV4pIWtRM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/105242", "modelId": 98412} \ No newline at end of file diff --git a/datasets/metadata/105288.json b/datasets/metadata/105288.json new file mode 100644 index 0000000000000000000000000000000000000000..4136cd5a4faa0af739fc20a0e1fdd1ee4972d386 --- /dev/null +++ b/datasets/metadata/105288.json @@ -0,0 +1 @@ +{"id": 105288, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-27T15:31:42.857Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 771, "ratingCount": 96, "rating": 5, "thumbsUpCount": 114, "thumbsDownCount": 0}, "files": [{"id": 73990, "sizeKB": 22233.314453125, "name": "Female_Preventer_GGenCr-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T15:35:34.488Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7147D2BA", "AutoV2": "881CAA3C99", "SHA256": "881CAA3C99D122C3FDAAE2E65126F04C1E8FF72E521B9E42979DAD12109EB700", "CRC32": "36B38BA1", "BLAKE3": "D8C63FDD3B070A3A3D399B76E5F952FC98965A2A484E575FDE85402A4ABE0FC3", "AutoV3": "A24DE8545FEA"}, "downloadUrl": "https://civitai.com/api/download/models/105288", "primary": true}, {"id": 73994, "sizeKB": 6294.765625, "name": "Female_Preventer_GGenCr.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T15:40:55.573Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "51C269EF", "AutoV2": "594D0266AE", "SHA256": "594D0266AE7E13BF37FFE7EAEAEDE459CE0355E18B2D96D440926FDFE6E05460", "CRC32": "24B258CA", "BLAKE3": "466138F3C80287E9625B780334EFFA7533332E6865E6C8067FE15EE36B2F410B"}, "downloadUrl": "https://civitai.com/api/download/models/105288?type=Training%20Data"}], "images": [{"id": 2645375, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4b2b2d6-7381-42b7-b86f-6a817096a6ae/width=450/2645375.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UmP$%WxuK7og~qj[-;t7SOWBM{oft6j[M{WV", "type": "image"}, {"id": 1310120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94c1e650-6a61-4c78-a821-13268ee28b42/width=450/1310120.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYIW}{xaIUoz~pxt4:s9NaofD*ofE1RkoLbH", "type": "image"}, {"id": 1592634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aee2917c-9b4b-4cfb-a4ea-7995e4d4c7f8/width=450/1592634.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNJ%qN-q0157~oIpIVrsIoE1%2Rj-oE1WA9a", "type": "image"}, {"id": 1310088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bffa439-c5f3-42ea-b952-d61840bd8fba/width=450/1310088.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNK0.]?a00t7~p-pD%%24:NGxuay%1WCELWW", "type": "image"}, {"id": 1592680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60e68d04-4196-4062-8a9f-40307d642bfb/width=450/1592680.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQINjitl9Zoe~V-p4:Io0fRjIVM|9ZIVxaja", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/105288", "modelId": 98448} \ No newline at end of file diff --git a/datasets/metadata/105359.json b/datasets/metadata/105359.json new file mode 100644 index 0000000000000000000000000000000000000000..ee92f811e0498f9143c13a0f5573dabc160f2bc3 --- /dev/null +++ b/datasets/metadata/105359.json @@ -0,0 +1 @@ +{"id": 105359, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-27T17:47:18.391Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 745, "ratingCount": 110, "rating": 5, "thumbsUpCount": 113, "thumbsDownCount": 0}, "files": [{"id": 74048, "sizeKB": 22240.4736328125, "name": "Nelly_Olson_Gundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T17:50:55.462Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C6B9ED59", "AutoV2": "06D2813CEE", "SHA256": "06D2813CEE68EBBB315B078BBF3F7D0FB4E8014F06F4B06115F4A48579B67665", "CRC32": "F76AE5D0", "BLAKE3": "6E757085E656C657F68E36DFAEBBD931AB4CD0E4686652F550E61C822A69F0BA", "AutoV3": "83E302D96440"}, "downloadUrl": "https://civitai.com/api/download/models/105359", "primary": true}, {"id": 74053, "sizeKB": 11648.1845703125, "name": "Nelly_Olson_Gundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T17:55:50.841Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9057792A", "AutoV2": "0B453CB903", "SHA256": "0B453CB903D6E65DC33C349546045E99EBFD780D0C402C02D25790A7E2FAEC37", "CRC32": "E9AD0977", "BLAKE3": "32C6E069FF8439D632264D076B67CA47A2CF820D2929691810A6AED06665F9AA"}, "downloadUrl": "https://civitai.com/api/download/models/105359?type=Training%20Data"}], "images": [{"id": 2643491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f779877-d8c6-4f31-9943-53f07be13212/width=450/2643491.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWOynebKT2t6~ns*.9t5?vt7IwX9XNR:%Ms,", "type": "image"}, {"id": 1311241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59ebb585-cfdb-47e6-82f1-ac5bdfe76d90/width=450/1311241.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCK^KL4~00wF~bt10B--00or4}x_b#N30N9v", "type": "image"}, {"id": 1311247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f151ad7-79fe-4c31-81cb-4442f8199079/width=450/1311247.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDLf?WI|04wExOM|02-=00In9PwG~q-;Iysi", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/105359", "modelId": 98519} \ No newline at end of file diff --git a/datasets/metadata/105383.json b/datasets/metadata/105383.json new file mode 100644 index 0000000000000000000000000000000000000000..623ace6e0b5215d05b958765560157ccae6496aa --- /dev/null +++ b/datasets/metadata/105383.json @@ -0,0 +1 @@ +{"id": 105383, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-27T18:32:49.959Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 560, "ratingCount": 73, "rating": 5, "thumbsUpCount": 81, "thumbsDownCount": 0}, "files": [{"id": 74063, "sizeKB": 22236.4287109375, "name": "Eterna_Freyl_Gundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T18:35:54.850Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7CC7A7D0", "AutoV2": "4B58706E81", "SHA256": "4B58706E81C5D1B872D9E6B55DED5862115676828BC4D5FD7CDB3001B0387D05", "CRC32": "C14769FA", "BLAKE3": "FC21EA32EEA4121052A3CFB2D6A50DDB020D5850539A6DFE99C1EB519D78FA24", "AutoV3": "F62D6FD03049"}, "downloadUrl": "https://civitai.com/api/download/models/105383", "primary": true}, {"id": 74064, "sizeKB": 8308.2080078125, "name": "Eterna_Freyl_Gundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T18:36:01.501Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4CE7C418", "AutoV2": "9547C3ABF8", "SHA256": "9547C3ABF87EB494E881FE5CEF0EC218BCEC470632BE82B3352DCEF3000B96FF", "CRC32": "5FA57C86", "BLAKE3": "A65EBB96745116CAA344A04C0F6537C68E7F4DBBC1F4080253AF62894D3CD804"}, "downloadUrl": "https://civitai.com/api/download/models/105383?type=Training%20Data"}], "images": [{"id": 2645333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aec7ea1d-577d-48d2-874a-c40638f65d55/width=450/2645333.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKHny^~X00E2_MouDhROTKInMcM{?Is;E1S6", "type": "image"}, {"id": 1311849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29d54e3f-30b3-452b-9bfc-99c9cba40ec3/width=450/1311849.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaGk,@xaxtE1~BR:M_IVRjNGM{t5D+t8IUWB", "type": "image"}, {"id": 1311791, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5184dda-b228-4561-8d4d-185ef1c018fe/width=450/1311791.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URHxNj?GE1E1~WIV9ZD*XP9Z-n%1N2M{IUE2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/105383", "modelId": 98535} \ No newline at end of file diff --git a/datasets/metadata/105401.json b/datasets/metadata/105401.json new file mode 100644 index 0000000000000000000000000000000000000000..a0da2910e8e76d9253e524cea058b6a5ccc35fb5 --- /dev/null +++ b/datasets/metadata/105401.json @@ -0,0 +1 @@ +{"id": 105401, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-27T19:11:28.444Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 643, "ratingCount": 96, "rating": 5, "thumbsUpCount": 107, "thumbsDownCount": 0}, "files": [{"id": 74074, "sizeKB": 22237.876953125, "name": "Kay_Nimrod_Gundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T19:15:54.187Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "63A1892F", "AutoV2": "AD252B50B5", "SHA256": "AD252B50B5622D1810CAA4EA4899F914899F20D9028405ACD8A44CE01F23B67C", "CRC32": "2441FB0B", "BLAKE3": "8DFEF4CDB334FE52EB04C3712AC8970113CA6BF539AA5EE9F97013AF16EA5F45", "AutoV3": "5D77EE7564CF"}, "downloadUrl": "https://civitai.com/api/download/models/105401", "primary": true}, {"id": 74076, "sizeKB": 10333.8388671875, "name": "Kay_Nimrod_Gundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T19:15:56.776Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "96C7B766", "AutoV2": "4C6D1FB3B4", "SHA256": "4C6D1FB3B4AB9B9B86D1303E9FEA091BF07CEA8EB4CB988EC71891B34DF89DA8", "CRC32": "F15F7C1B", "BLAKE3": "1DBA2D5B59E4C4295BBA6D09813D3411F29719DA6914900799BA933718FD09E1"}, "downloadUrl": "https://civitai.com/api/download/models/105401?type=Training%20Data"}], "images": [{"id": 2643271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcaa5634-574a-46b4-b194-95cc3ea46432/width=450/2643271.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UON03l9Z.R=|_1Xn~p-;?byYIUxbDOyE$*jG", "type": "image"}, {"id": 1312116, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0c57322-9db0-418f-9bc3-663916139d4a/width=450/1312116.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U6Iz0Q*d%{|y0~^P01tR00u5?aIBDT00Te%M", "type": "image"}, {"id": 1312102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e990c0db-c613-4e5f-a755-0a56f8771377/width=450/1312102.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEJ?jV000f9ZY49F_NIU8{R.Xmt79a%LRPog", "type": "image"}, {"id": 1312121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc21ac46-c297-4083-a315-1ef78fbd551c/width=450/1312121.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNJGWq~BI.I:ACnhM{xu4:V@t7%L-Wx]s:M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/105401", "modelId": 98552} \ No newline at end of file diff --git a/datasets/metadata/105476.json b/datasets/metadata/105476.json new file mode 100644 index 0000000000000000000000000000000000000000..f2847e196af2547b63f61658e38d5b40c31f5de3 --- /dev/null +++ b/datasets/metadata/105476.json @@ -0,0 +1 @@ +{"id": 105476, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-27T21:41:59.201Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 1019, "ratingCount": 183, "rating": 5, "thumbsUpCount": 207, "thumbsDownCount": 0}, "files": [{"id": 74136, "sizeKB": 22243.2509765625, "name": "Nagisa_Watase_Family-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T21:36:04.532Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CC1C6B48", "AutoV2": "DA0FDBCDE1", "SHA256": "DA0FDBCDE15B4300A798486632281669F5A5F2D6BF896C10E98CA781E011490B", "CRC32": "78905AD2", "BLAKE3": "8A8FC07C20AEEAABD08C62652EFC19DF9936B471A6643791854B7CC8B673D930", "AutoV3": "9783D00A3166"}, "downloadUrl": "https://civitai.com/api/download/models/105476", "primary": true}, {"id": 74142, "sizeKB": 18958.962890625, "name": "Nagisa_Watase_Family.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T21:45:54.227Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "611ADA76", "AutoV2": "522BAB2D21", "SHA256": "522BAB2D21F94FEF6A9648B23A0F1771C19F179DED9B79D3373C6998B16E4F41", "CRC32": "1D2B80E4", "BLAKE3": "27ADCBEB22A366BBE906B728E32FFFFD44351B2B7AAF7DD4CF73FCFC4D9A526B"}, "downloadUrl": "https://civitai.com/api/download/models/105476?type=Training%20Data"}], "images": [{"id": 2645174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5bc1ec1-c92a-4f15-b4a1-088ecf6a2804/width=450/2645174.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVNmWw-:.mxu?vayRPWC-;ays.ofNZWBs.j@", "type": "image"}, {"id": 1313836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac011a3e-f8e9-4ed5-a5a3-bacbc9b6aeb7/width=450/1313836.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVI53.^*x:xF~W%1NFayM_oeRjWDt7oJoIfk", "type": "image"}, {"id": 1313887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff12fe80-bf64-46ea-905a-b2645cdbe254/width=450/1313887.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHIEka~C4,?F^+-oRi%L9sXARPWF%NIVs+ax", "type": "image"}, {"id": 1313823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d02308fd-c64c-42c4-8d8f-ee0fea2dea67/width=450/1313823.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVHeUn~WxU%2~W-:RioIIAWARkR%M{V[xuj]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/105476", "modelId": 98612} \ No newline at end of file diff --git a/datasets/metadata/105518.json b/datasets/metadata/105518.json new file mode 100644 index 0000000000000000000000000000000000000000..6455d482ab37a07f422f01a79997f947e85c2f62 --- /dev/null +++ b/datasets/metadata/105518.json @@ -0,0 +1 @@ +{"id": 105518, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-27T23:44:31.935Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["yuragisou-chitose"], "stats": {"downloadCount": 380, "ratingCount": 43, "rating": 5, "thumbsUpCount": 49, "thumbsDownCount": 0}, "files": [{"id": 74171, "sizeKB": 83061.1796875, "name": "yuragisou-chitose.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T23:20:55.920Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "88D7BDB7", "AutoV2": "AF72947AE7", "SHA256": "AF72947AE7DA44EE1669F7070FBADBCAFFF51FFC67D8B5018A1C72314F1FB6A5", "CRC32": "4183C20D", "BLAKE3": "76967078EDCE8D8A8C7BBC68E67045014334E137F21FD69509D312937FEAD452", "AutoV3": "BE22F1045B38"}, "downloadUrl": "https://civitai.com/api/download/models/105518", "primary": true}, {"id": 74179, "sizeKB": 684249.6259765625, "name": "yuragisou-chitose.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T23:41:01.552Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E4BC4159", "AutoV2": "3D649F0086", "SHA256": "3D649F00867CEA6200F9F80BC97ADF0F1B1324AADE9DC318CEBFFA381CD5771E", "CRC32": "F0454A80", "BLAKE3": "5FDFCF2376F355B4DC1CD04941E69A2AF23088C42878997ACC29CCED1AAC1A0F"}, "downloadUrl": "https://civitai.com/api/download/models/105518?type=Training%20Data"}], "images": [{"id": 1314540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0edf8e6-3e18-4583-9b35-19bfa87791af/width=450/1314540.jpeg", "nsfwLevel": 1, "width": 784, "height": 784, "hash": "U8IEhM?a00%400b{%gx[%f00-p9F~ot7Ip?b", "type": "image"}, {"id": 1314534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6eab581-ca9d-45e8-9e0f-bb18913e66c1/width=450/1314534.jpeg", "nsfwLevel": 1, "width": 784, "height": 784, "hash": "UEJRK%000KyYKl=d?wOtA1RO?c%4%PE0D+p0", "type": "image"}, {"id": 1314518, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff8232ea-866d-4391-b034-15756bf85366/width=450/1314518.jpeg", "nsfwLevel": 4, "width": 784, "height": 784, "hash": "UAIO2*4p00I;00%3.5E1D$?H~VD*sAE0_2%2", "type": "image"}, {"id": 1314539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42cf0e7e-1387-4429-8983-b2c1b4c46b00/width=450/1314539.jpeg", "nsfwLevel": 1, "width": 784, "height": 784, "hash": "UEGIcYDh00EM4:M^?vS2Iqxu%2%3_NIARPxw", "type": "image"}, {"id": 1314519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f0e436c-9a50-4b7b-ac13-f6841bebafef/width=450/1314519.jpeg", "nsfwLevel": 4, "width": 784, "height": 784, "hash": "UBIO2:u300^+00-q?wJB_40LspxZM^In4:w|", "type": "image"}, {"id": 1314521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/986ba51a-aa55-49d1-aec6-8de84126bac2/width=450/1314521.jpeg", "nsfwLevel": 2, "width": 784, "height": 784, "hash": "UKH_rh9F00x^9XVsTLM{9as*?bIU~qITRQ%M", "type": "image"}, {"id": 1314522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d93f6132-8f84-4007-832a-43a5ca01c9c7/width=450/1314522.jpeg", "nsfwLevel": 1, "width": 784, "height": 784, "hash": "U9E.99x[000Kcq-DMeIq8_4p~X%3^Jk8Fs?a", "type": "image"}, {"id": 1314525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8664e65d-1644-41a5-86f5-d464715da060/width=450/1314525.jpeg", "nsfwLevel": 2, "width": 784, "height": 784, "hash": "UGI}O@0c00s%4-kA?^s-0LV_xvV]%fR*%1Io", "type": "image"}, {"id": 1314532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/725aa5bd-20b4-44e6-ba9a-d3cacabef67e/width=450/1314532.jpeg", "nsfwLevel": 1, "width": 784, "height": 784, "hash": "UGIXszE10K-;00t7OZ-URjj[-VE2~oIUIUIU", "type": "image"}, {"id": 1314538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/267753e0-2786-4ebe-b83a-6c8101be8480/width=450/1314538.jpeg", "nsfwLevel": 1, "width": 784, "height": 784, "hash": "U5K0$tpU005Q02}@-6R4L#oi^+%f~IIm00_1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/105518", "modelId": 98648} \ No newline at end of file diff --git a/datasets/metadata/105523.json b/datasets/metadata/105523.json new file mode 100644 index 0000000000000000000000000000000000000000..af431980ef2c89937a6b7cb53643ed942872505d --- /dev/null +++ b/datasets/metadata/105523.json @@ -0,0 +1 @@ +{"id": 105523, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-27T23:33:21.492Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 960, "ratingCount": 181, "rating": 5, "thumbsUpCount": 209, "thumbsDownCount": 0}, "files": [{"id": 74173, "sizeKB": 22242.3134765625, "name": "Yuzuki_Hanyu_World_End-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T23:30:39.252Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "338810AB", "AutoV2": "004EDB8863", "SHA256": "004EDB8863B589AFA8886DAA3C44AFBC608BBDEEC64FE10A5104970FBE554894", "CRC32": "9CFE5B01", "BLAKE3": "E2FCCBFD8C4F6A566DF2966A48EDA1BAD729B03EA73A106719C17AE71BEFEFBF", "AutoV3": "D01E3E3DBD30"}, "downloadUrl": "https://civitai.com/api/download/models/105523", "primary": true}, {"id": 74177, "sizeKB": 22869.2099609375, "name": "Yuzuki_Hanyu_World_End.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-27T23:35:46.248Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3034E353", "AutoV2": "F4D3D69D59", "SHA256": "F4D3D69D595C540F41141704748F1D532413AA4E6772C30B4CD62C7A2AB34A0C", "CRC32": "AD600E88", "BLAKE3": "9CB39E0B297B550641AF6B3E76B6A5880EDBB941357952A60BED5937BC0BDC6A"}, "downloadUrl": "https://civitai.com/api/download/models/105523?type=Training%20Data"}], "images": [{"id": 2645024, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d65b3167-46d2-4d4b-8a2d-e6b2c11da49e/width=450/2645024.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAL|it%3Pqxv00oNtmRk00-;q[xaa%fk${ae", "type": "image"}, {"id": 1314657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcdce3de-94e6-43cf-9f6f-8e2384b9a274/width=450/1314657.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPJHBp~Wti~WI--pxaNH00js-qoL=}t6WUxt", "type": "image"}, {"id": 1314629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39f2027e-e84a-4f41-a117-baf51ccbe998/width=450/1314629.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9HUFJ9E0w-p00-;t9E100-pw0xG~DIp00IV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/105523", "modelId": 98657} \ No newline at end of file diff --git a/datasets/metadata/10555.json b/datasets/metadata/10555.json new file mode 100644 index 0000000000000000000000000000000000000000..ce9aacf499f3eef6d946e35b63737368a9c4e0e4 --- /dev/null +++ b/datasets/metadata/10555.json @@ -0,0 +1 @@ +{"id": 10555, "index": 2, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-02-14T23:30:02.867Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["belldandy", "facial_mark"], "stats": {"downloadCount": 411, "ratingCount": 50, "rating": 5, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 9992, "sizeKB": 46551.404296875, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-14T23:31:27.050Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1E6F5972", "AutoV2": "B3BCE34F6B", "SHA256": "B3BCE34F6B9A905C54706F8591E057D7A7DFD7543B8C8A13993819368A469C9E", "CRC32": "F9AE2F86", "BLAKE3": "2328C2287B45A5BB098B2791D6FF182A4364383DB95F638CAC92DA2940D531BC"}, "downloadUrl": "https://civitai.com/api/download/models/10555?type=Training%20Data"}, {"id": 9991, "sizeKB": 147578.4228515625, "name": "Bdandy.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-14T23:31:32.012Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "9C5AEB9C", "AutoV2": "AD0B2EBF7E", "SHA256": "AD0B2EBF7E95A40C08FC4B019FF312813551ECE337BA55B1F82FC9C97A64CD98", "CRC32": "02D57C33", "BLAKE3": "0A6921444D69A22847BE06358508B2B610BEAFD73B22F7366FF9A9F5BCB44B4C", "AutoV3": "864E1D331342"}, "downloadUrl": "https://civitai.com/api/download/models/10555", "primary": true}], "images": [{"id": 107830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d318da77-d103-4ac5-8013-42f9d7ffdf00/width=450/107830.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U#MH3^WB~pof?GofM}oK%Lj[R,a#WaWCoeay", "type": "image"}, {"id": 107829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8592788f-5b8d-45ed-adfc-ab53c398c900/width=450/107829.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UsKKpIWB?ajZ~Vt7R:ofs:j@RkWBS5j[odfQ", "type": "image"}, {"id": 102557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2355cbf2-06f5-4dc4-e915-2d10defebd00/width=450/102557.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UUM6k+^g8w=]}4xo$xobMxo}%MIp-RNFRPxF", "type": "image"}, {"id": 102556, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7b31996-6754-40fe-89eb-ed9f1fc67200/width=450/102556.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UVLE4:Ws_3-;~Vae9bM|R-D%IqNH?cIVxUog", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/10555", "modelId": 8929} \ No newline at end of file diff --git a/datasets/metadata/105550.json b/datasets/metadata/105550.json new file mode 100644 index 0000000000000000000000000000000000000000..5efdf1e7fc4386450b1c99ada094bffa2bb1c095 --- /dev/null +++ b/datasets/metadata/105550.json @@ -0,0 +1 @@ +{"id": 105550, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-28T10:08:07.119Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": ["yuragisou-hibari"], "stats": {"downloadCount": 337, "ratingCount": 36, "rating": 5, "thumbsUpCount": 41, "thumbsDownCount": 0}, "files": [{"id": 74393, "sizeKB": 83060.7734375, "name": "yuragisou-hibari.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-28T10:05:46.911Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1306B4C6", "AutoV2": "69B95C9391", "SHA256": "69B95C9391EC322726FC03370B4E08FE7858F41F9172D69630CE4D466C47A15F", "CRC32": "E9BBA628", "BLAKE3": "F9041A9CAB6122125F1F627F32841E3C07FFD56855108D7340473580C621E236", "AutoV3": "7A226791B852"}, "downloadUrl": "https://civitai.com/api/download/models/105550", "primary": true}, {"id": 74395, "sizeKB": 681390.03125, "name": "yuragisou-hibari.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-28T10:06:03.220Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0E579C81", "AutoV2": "C731B28464", "SHA256": "C731B28464698041D43071412FED7EE67ACAFA078C3A4036C92D60DF9E8C3BB5", "CRC32": "2E98379B", "BLAKE3": "71136DF10AD93B401FC4C64F7EC33F120D5182AF56250A8CF9EA3E974604B4A2"}, "downloadUrl": "https://civitai.com/api/download/models/105550?type=Training%20Data"}], "images": [{"id": 1319734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0892de5d-dd3f-4ead-9bf9-33c014fc7d48/width=450/1319734.jpeg", "nsfwLevel": 8, "width": 800, "height": 800, "hash": "UIHUwn~A4mM|Qk$[^%%N-$^%^*Ip?ajEE0I?", "type": "image"}, {"id": 1319731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da850891-b8c3-4690-b1e3-66ab7c2c48c0/width=450/1319731.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UDG*+v~90JEK03NM-exU^q%J-q-o~U%0kXIp", "type": "image"}, {"id": 1319722, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbd746c9-1fe8-41de-8529-7750a7ffd4b6/width=450/1319722.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "UNG[QM-o9DWSI8t4~U%1%Kax%Mt7-jbHRPax", "type": "image"}, {"id": 1319716, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6057e61-c738-4f2f-85db-065c95ba9dad/width=450/1319716.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "URIhEN?ZIQ%InJoG~T%K_0tQs-kBxVofNMR*", "type": "image"}, {"id": 1319717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d741b68-9ee4-49fc-8ee9-acd6e7f0f9cf/width=450/1319717.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UVIOb2~q9YXAE0%M.8xvxte.%Loet6xtoIoJ", "type": "image"}, {"id": 1319719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8dfb8c79-67e7-4295-b054-a85e186eff6a/width=450/1319719.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "U8G98asq0K-V01-;?bXA0.Si~ptSNMIpI8-;", "type": "image"}, {"id": 1319723, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8f76da2-a0de-48ea-8b49-d4eed4279379/width=450/1319723.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "UQGITM.TJ4tS9hbdozogs9xFxFRPS%tR-:%M", "type": "image"}, {"id": 1319726, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bddd033e-b2a3-41b6-842c-5d4d7f1b47e2/width=450/1319726.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UGH-oo0K4,bdIUt7^ixHM{9a~Wxu-=xuIAE1", "type": "image"}, {"id": 1319729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3fd59cf-0197-493a-be9a-18be56b99da4/width=450/1319729.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UGF}+e^%}{s*xA--s*t5-hM|?FbH9bE2s+of", "type": "image"}, {"id": 1319738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f63eb1ea-48b9-41d5-a0b5-15d548ef9cee/width=450/1319738.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UFFYorin9:E39JISaI%Lt-t7^$%3~oIBR#Ip", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/105550", "modelId": 98678} \ No newline at end of file diff --git a/datasets/metadata/105554.json b/datasets/metadata/105554.json new file mode 100644 index 0000000000000000000000000000000000000000..643692a18f6df67104381fb8b7d1f6c3474804e4 --- /dev/null +++ b/datasets/metadata/105554.json @@ -0,0 +1 @@ +{"id": 105554, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-28T01:17:58.705Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 623, "ratingCount": 98, "rating": 5, "thumbsUpCount": 112, "thumbsDownCount": 0}, "files": [{"id": 74200, "sizeKB": 40559.1220703125, "name": "EnvyDuality01.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-28T01:05:43.681Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "651FB661", "AutoV2": "D587DEA3EC", "SHA256": "D587DEA3EC18C2C1B285918744F0874EC07174272E12C9A7ADDB6BDC4B7F962E", "CRC32": "1875F272", "BLAKE3": "8BD7044CDAF059F1DE6A34DBD571CEB95E6AF31DC7702F4AE17D662CD5A669A9", "AutoV3": "2F1CF8588746"}, "downloadUrl": "https://civitai.com/api/download/models/105554", "primary": true}, {"id": 74201, "sizeKB": 239546.4375, "name": "disturbing_art.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-28T01:05:58.372Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "73CFC005", "AutoV2": "7AF1B614C2", "SHA256": "7AF1B614C27DDF7A315F959699EF00AB41DBF25B1F157D29807579BDCEA65B81", "CRC32": "DCE35C65", "BLAKE3": "F4C5CD6B3232C5B75A113A628C90C092613B95C998797CB6DA058DEDCAA0F38F"}, "downloadUrl": "https://civitai.com/api/download/models/105554?type=Training%20Data"}], "images": [{"id": 1315178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b34183f1-8f04-4370-837f-8c2db82602a7/width=450/1315178.jpeg", "nsfwLevel": 4, "width": 2045, "height": 1536, "hash": "UFF=s{ssD*~p~o9GIV_2W9IoM{t7R%RkjrV@", "type": "image"}, {"id": 1315180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dae2ac89-373b-42f6-b5ff-fb951a814e79/width=450/1315180.jpeg", "nsfwLevel": 8, "width": 3840, "height": 4785, "hash": "UhJa[$~q_4_3t6WVofaeR*oLoKof-;WUWBaz", "type": "image"}, {"id": 1315182, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e53e1cd4-1ddc-4186-93c8-27e0d8d147f1/width=450/1315182.jpeg", "nsfwLevel": 8, "width": 3840, "height": 4785, "hash": "UnJ@^4~q_3?b%MjuWAayxuR*jbaetRoJWVay", "type": "image"}, {"id": 1315181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bb704a9-f539-4a9b-944c-b7c3407717c6/width=450/1315181.jpeg", "nsfwLevel": 8, "width": 3840, "height": 4785, "hash": "UkK1Xg~q_N?bo#aeofjst8WBj?axt7ayj@j[", "type": "image"}, {"id": 1315200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edcbb99d-79d6-415b-9cd5-594c1079ff0e/width=450/1315200.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCE.t%~q00NGE2s:s8j?9YIpxut7S2M{w|xu", "type": "image"}, {"id": 1315191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11b55ef6-bc34-440e-8781-714b348afc7e/width=450/1315191.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXG+8d_3NEIT~p%LIUM{t6s;n+oLWAR*RjR%", "type": "image"}, {"id": 1315195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74353e14-7cea-455f-80b5-64610ae98383/width=450/1315195.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U5Ee$21O55~V00?IH?9FVXR%-59E00DhIVnj", "type": "image"}, {"id": 1315190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a394ea0-15ea-4ce1-9d6b-ec5fba8f92c3/width=450/1315190.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKHB#zDi00%$R+RjE1WB?w%M%2IT00%MWAD%", "type": "image"}, {"id": 1315189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9920bc97-7c85-4123-b360-01bdec9cf915/width=450/1315189.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UEGkd#$*00IVpHxta1bHbtNGxHof~Ws:aKNG", "type": "image"}, {"id": 1315192, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/449e7072-c95a-4faf-a9ef-dedd463077ad/width=450/1315192.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDE.trof00of00of4oM|?ta{~Ds;00WBxuj[", "type": "image"}, {"id": 1315196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65c907df-2fc3-4e04-b98e-acd8f94e5dae/width=450/1315196.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UOJji1~W0exuRjX8-;-;9ttRtRRkt7f+s:xG", "type": "image"}, {"id": 1315193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78493d0c-8845-495b-8c12-d8c446bd1d07/width=450/1315193.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "ULG*pS~q4.M{-qS4I:xGE0aexv-pRia{ogae", "type": "image"}, {"id": 1315194, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/937a1062-355d-4924-a3dd-74dfe9454e7a/width=450/1315194.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U7E2qa?u0000XUM{M_-r00IU~C%400xu~BD%", "type": "image"}, {"id": 1315197, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f9031ed-6ce4-43ed-9e52-a3ce6a4fc36e/width=450/1315197.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UCIN,Z~V001HtTJ;o[}u0M~q%gnTNN?Hs;9t", "type": "image"}, {"id": 1315198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29ef0e04-6d1a-4909-828b-908b684f7c17/width=450/1315198.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UBD]6*~WD$E1pKNG4.s:ITM{nls:M_aet7Rj", "type": "image"}, {"id": 1315199, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/601f68f0-d08a-4c68-9bd1-f21fee1138c9/width=450/1315199.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UBE.kVX500~V0fae9F9aM_RQNFRjtk-;xsWB", "type": "image"}, {"id": 1315203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d67bfb2f-ec41-498e-8dda-cf253dbaf89b/width=450/1315203.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U7HB9|0100Vq009Y?^-;00-p.8D$Rls8ogI;", "type": "image"}, {"id": 1315202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a21a5d28-5add-4a13-bdd2-288405d21752/width=450/1315202.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U8Gt+?4o00$*0K4.I:S24.~C^+E10K56%3fl", "type": "image"}, {"id": 1315183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a8ad0da-e2f5-46a1-8621-a2cadc848fc7/width=450/1315183.jpeg", "nsfwLevel": 8, "width": 3840, "height": 4785, "hash": "UnKwtg~q?v.8tRoLayjZt7j@WBj@t7bHayj[", "type": "image"}, {"id": 1315210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c7ae675-418a-4fdf-9f86-69cf4f86f1b8/width=450/1315210.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UGGl0Jx]00~W?v%LM{Rj%gx^-qV[p0j^MyIU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/105554", "modelId": 98682} \ No newline at end of file diff --git a/datasets/metadata/105769.json b/datasets/metadata/105769.json new file mode 100644 index 0000000000000000000000000000000000000000..d34f875b97d25e09e1a212d2898d4c6f22e38a35 --- /dev/null +++ b/datasets/metadata/105769.json @@ -0,0 +1 @@ +{"id": 105769, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-28T09:40:41.064Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 690, "ratingCount": 81, "rating": 5, "thumbsUpCount": 94, "thumbsDownCount": 0}, "files": [{"id": 74384, "sizeKB": 22237.98828125, "name": "Maria_Owens_Gundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-28T09:41:04.987Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "79177899", "AutoV2": "2012977AD8", "SHA256": "2012977AD8B644C9ABDA8549C36101FE5A2B60EE48CDDD596651A3C7D1A84DB7", "CRC32": "15FE120A", "BLAKE3": "9D82CBE0C8BE098F0C32DF3EFFAE5FFD7D619E029218BADA94BE0D922CEFBB63", "AutoV3": "918061E280E8"}, "downloadUrl": "https://civitai.com/api/download/models/105769", "primary": true}, {"id": 74385, "sizeKB": 12872.056640625, "name": "Maria_Owens_Gundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-28T09:41:15.293Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2CB19409", "AutoV2": "CAA229A924", "SHA256": "CAA229A924F68F5F8899BBEE54BC0902383EFCEFA58F4DAC261E712FDB8BF4DF", "CRC32": "6F372FEE", "BLAKE3": "5B86749C1B66967F3D85216C52F1D201080C10FE53D51FF1B81CCE949184E724"}, "downloadUrl": "https://civitai.com/api/download/models/105769?type=Training%20Data"}], "images": [{"id": 2644861, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b220b6f-f861-4497-8ce9-e43765d76f5e/width=450/2644861.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UYMt2Iae?^oz?ua|?bt7S#of%2t7_3ofRPWC", "type": "image"}, {"id": 1319515, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18512ad4-514a-4f72-9806-3b308dc1535d/width=450/1319515.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URI;xDM{Ip%2xuD%NGIoRjIU^+kD~qIVM{M{", "type": "image"}, {"id": 1319564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d654d46-4d2b-4e92-995f-6be45564bbe3/width=450/1319564.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCJQ.u00-:0L~U01.800000K_4%1_3oeRQ-p", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/105769", "modelId": 98877} \ No newline at end of file diff --git a/datasets/metadata/105925.json b/datasets/metadata/105925.json new file mode 100644 index 0000000000000000000000000000000000000000..4519eba3e89d8ffcf24fe77c20b48ea9c375ca46 --- /dev/null +++ b/datasets/metadata/105925.json @@ -0,0 +1 @@ +{"id": 105925, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-28T14:31:49.461Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 739, "ratingCount": 103, "rating": 5, "thumbsUpCount": 120, "thumbsDownCount": 0}, "files": [{"id": 74505, "sizeKB": 22236.3076171875, "name": "Nikki_Taylor_Gundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-28T14:35:47.127Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8F898A28", "AutoV2": "3BD66E4D40", "SHA256": "3BD66E4D40D9BE72A5200CCB70CAE683DCCA198771D08669131CEA42CD945083", "CRC32": "5EEAD257", "BLAKE3": "2BF505B0C1BC3AF82F288DE20D7F8450F5C1DC4A9F0E04E8F926D7AEC48DC05B", "AutoV3": "F65AAC64F52A"}, "downloadUrl": "https://civitai.com/api/download/models/105925", "primary": true}, {"id": 74510, "sizeKB": 7597.0068359375, "name": "Nikki_Taylor_Gundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-28T14:40:53.048Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B6764517", "AutoV2": "0987228A6B", "SHA256": "0987228A6BF306A20B7B075358F98345ED53B9EDCA2E5C0ECF00A302179F6912", "CRC32": "E85A76FC", "BLAKE3": "49DD19E8C468E458F74B3EFC7BB7ACA9F7B33CD073D4E430956B054D659BD791"}, "downloadUrl": "https://civitai.com/api/download/models/105925?type=Training%20Data"}], "images": [{"id": 2643392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edcc6c72-a187-4769-bab8-3835cbb70f20/width=450/2643392.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJH_Ja00yXIU~qIU?ajuD%-=ivxv56%NZ~oz", "type": "image"}, {"id": 1322196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/969ebe2b-3407-4fec-abe0-a3e6f5d502e9/width=450/1322196.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGGRes~pS]Ip-=%La_M}E2RjVtxtE1D*n+X8", "type": "image"}, {"id": 1322306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/707f92b6-6131-44d1-b5e4-20a91c7bad49/width=450/1322306.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U5H1SnXM0MH_0s%H0LE7_2jW~703~U?E4;0L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/105925", "modelId": 99016} \ No newline at end of file diff --git a/datasets/metadata/105965.json b/datasets/metadata/105965.json new file mode 100644 index 0000000000000000000000000000000000000000..ea19cbaea632f9a38390860905428c9dce7fd9a1 --- /dev/null +++ b/datasets/metadata/105965.json @@ -0,0 +1 @@ +{"id": 105965, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-28T15:15:24.411Z", "availability": "Public", "nsfwLevel": 25, "description": null, "trainedWords": [], "stats": {"downloadCount": 566, "ratingCount": 62, "rating": 5, "thumbsUpCount": 70, "thumbsDownCount": 0}, "files": [{"id": 74540, "sizeKB": 22234.6376953125, "name": "Shape_Cherensey_Gundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-28T15:15:55.268Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D2960A04", "AutoV2": "311C46F1AC", "SHA256": "311C46F1AC73B2D93227EC2CBF6CBE1B672DE41F4689CB5F01F2CCCE6CD5DB23", "CRC32": "126C8278", "BLAKE3": "389956F075F6B015481008327FD779C9AB589BCF64C297C3705ED7F2B5AE6F50", "AutoV3": "ECCB0367F61A"}, "downloadUrl": "https://civitai.com/api/download/models/105965", "primary": true}, {"id": 74541, "sizeKB": 6371.263671875, "name": "Shape_Cherensey_Gundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-28T15:15:51.173Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2329ED7D", "AutoV2": "7DAE19FC88", "SHA256": "7DAE19FC8816D52ADC40776FDBAF3B5EA5C0E014F59DB88C7FC8827FBDFBA834", "CRC32": "5B8DC9A8", "BLAKE3": "F3E99C39DD7540E3A826EFBBFE4FFA65FFA3E57DD32A0F8E3543DF2DC1A9B1A4"}, "downloadUrl": "https://civitai.com/api/download/models/105965?type=Training%20Data"}], "images": [{"id": 2643197, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16430a74-86be-4d31-bea1-fafc624f7254/width=450/2643197.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UfJtuJWB%#xu~qof.8j[X8of%2fRtSf6xtof", "type": "image"}, {"id": 1322873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebb7e0ef-8ec6-4a97-8431-22921eb380d3/width=450/1322873.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGF~5M009v~W?G4:S#RP4n%L^+Di_3D%xvRj", "type": "image"}, {"id": 1322914, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68a5c3ff-1341-4a3a-ae6a-69aec0d15dc3/width=450/1322914.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UQI#Dd~V9uIojH8_M|%MxuMxj[.8~qNH9FtQ", "type": "image"}, {"id": 14488286, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52c011a2-3ba5-4a93-8d91-3aa0c8e5f5f7/width=450/14488286.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UGMj5a4T01~V4mobEOX8004.^+s.tRt7xaV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/105965", "modelId": 99051} \ No newline at end of file diff --git a/datasets/metadata/105998.json b/datasets/metadata/105998.json new file mode 100644 index 0000000000000000000000000000000000000000..951c082e2af9ccabedddd6fd53323a47cbb591b3 --- /dev/null +++ b/datasets/metadata/105998.json @@ -0,0 +1 @@ +{"id": 105998, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-28T16:29:50.406Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 921, "ratingCount": 161, "rating": 5, "thumbsUpCount": 189, "thumbsDownCount": 0}, "files": [{"id": 74570, "sizeKB": 22237.765625, "name": "Florence_Kirishima_Gundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-28T17:11:32.195Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F6103001", "AutoV2": "666A065B8A", "SHA256": "666A065B8A52659D3E4F181A534C1C41AE4ED59A4BA629ED96E871C6A5B4CBFF", "CRC32": "93930F25", "BLAKE3": "440F767AA6FF747405C971FFD13C901D1AB67C34C1B686027CF664A4A965C5FF", "AutoV3": "FF5C50B30297"}, "downloadUrl": "https://civitai.com/api/download/models/105998", "primary": true}, {"id": 74569, "sizeKB": 9070.4423828125, "name": "Florence_Kirishima_Gundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-28T17:11:30.651Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9A40F7A9", "AutoV2": "B519B7A112", "SHA256": "B519B7A112ABE24F0321B9E0F93A104B1A79531C87189836D5FDEC3AA349949E", "CRC32": "4FF47493", "BLAKE3": "7F0E46EE27F56196ABBE6AC037FC9EACF2F84ED7B9595CACD5CB9D944A013538"}, "downloadUrl": "https://civitai.com/api/download/models/105998?type=Training%20Data"}], "images": [{"id": 2642857, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ebb304c-b8ec-47c8-b42d-3a0755361781/width=450/2642857.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaJ*r3-;yWWn~XoM~Xjb%gWBxDWB%zofM_WB", "type": "image"}, {"id": 1323682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba9d74ee-f9d0-494b-b444-9b15ff803d4d/width=450/1323682.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULHo8*T1^jV_Mc?bx]~W~D?HEKt7bYIU-;sA", "type": "image"}, {"id": 1323834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95c36f5c-cc25-47f4-a322-734e6bf95ef7/width=450/1323834.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDEfQc~p0000009G-;.8$m-p9Yn+00%K~W^+", "type": "image"}, {"id": 1323788, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/726fa750-7a51-49f4-bcf5-f3c0aee36fc7/width=450/1323788.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNL4W%9v~UsC4.-nx]^++^_3ITS14n-oxaIo", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/105998", "modelId": 99079} \ No newline at end of file diff --git a/datasets/metadata/106005.json b/datasets/metadata/106005.json new file mode 100644 index 0000000000000000000000000000000000000000..0bb7a2f54a1d321362c4565bed70607aca1fe2f7 --- /dev/null +++ b/datasets/metadata/106005.json @@ -0,0 +1 @@ +{"id": 106005, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-28T16:58:38.642Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": ["yuragisou-nonko", "forehead mark", "single horn", "glasses"], "stats": {"downloadCount": 366, "ratingCount": 43, "rating": 5, "thumbsUpCount": 51, "thumbsDownCount": 0}, "files": [{"id": 74576, "sizeKB": 83061.09375, "name": "yuragisou-nonko.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-28T17:13:34.477Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B36060D3", "AutoV2": "3ACE440B0F", "SHA256": "3ACE440B0FA943EE8FBD222311DBC77C96A332D17B1F4C47B41D1EC6A14B2A4B", "CRC32": "12951B3D", "BLAKE3": "631F79563A92FFECBFB8E18DF206C60A80B3EE74B46AB04BA05E591CCD0A8919", "AutoV3": "DC5630EB5421"}, "downloadUrl": "https://civitai.com/api/download/models/106005", "primary": true}, {"id": 74579, "sizeKB": 684922.453125, "name": "yuragisou-nonko.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-28T17:14:22.566Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "085BC285", "AutoV2": "A1B5E40ACE", "SHA256": "A1B5E40ACE59DC28FBB0F9D531AF3001A043721B617AE889759FC639100DAE74", "CRC32": "8C2CB82C", "BLAKE3": "C0FCF9D9259FAAB3ED10A01525900F3505E63510E9EED885E6FD4771C2896E50"}, "downloadUrl": "https://civitai.com/api/download/models/106005?type=Training%20Data"}], "images": [{"id": 1323858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64fd44b7-f8a9-4e3d-9c31-86e348ac9b1f/width=450/1323858.jpeg", "nsfwLevel": 1, "width": 784, "height": 784, "hash": "UNJ8CfiI9^4o}uIT5QVsMx-;Riix%#MxxFX5", "type": "image"}, {"id": 1323866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8dbfee2-a680-467c-949f-b8f73d8d9424/width=450/1323866.jpeg", "nsfwLevel": 1, "width": 784, "height": 784, "hash": "UCF={y4T00?JM_9EyFwHnQ-n_49F0KWBNGxt", "type": "image"}, {"id": 1323860, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f40c2d14-267c-41d6-8f27-5fd268c1d937/width=450/1323860.jpeg", "nsfwLevel": 2, "width": 784, "height": 784, "hash": "UDLp:gDN0KDip0nh0dD%P;%g%2tR_4R+o}tR", "type": "image"}, {"id": 1323853, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b88320f8-5f9e-431e-a1ca-0cfa6e22a4b2/width=450/1323853.jpeg", "nsfwLevel": 2, "width": 784, "height": 784, "hash": "UDJ8Fk4,0dMw$x9XXmoe00xu-8tS?^?b$*kW", "type": "image"}, {"id": 1323855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cff0378-2417-4af1-b2ea-353d1f476cef/width=450/1323855.jpeg", "nsfwLevel": 8, "width": 784, "height": 784, "hash": "UON9^Ls=1gX.TdIUk:NdS6w_njIo_4ROjJNF", "type": "image"}, {"id": 1323854, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d52b912-9bc0-4e30-bbb3-46373783847a/width=450/1323854.jpeg", "nsfwLevel": 8, "width": 784, "height": 784, "hash": "UFLW|,LN18^,AATd%e$,9DxtZ#xwtk%L9Z?b", "type": "image"}, {"id": 1323857, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/438e874e-6f72-4b9b-a551-55af25ec60a4/width=450/1323857.jpeg", "nsfwLevel": 1, "width": 784, "height": 784, "hash": "UEGuj@00x.$,~pk79Zn-0J%LR.M{IT-p%MWB", "type": "image"}, {"id": 1323859, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c698849f-84c5-47cd-93e6-49ab0fd17add/width=450/1323859.jpeg", "nsfwLevel": 2, "width": 784, "height": 784, "hash": "UPHxpd%300I:%Qt7OFW=5ZSK-qoMyYjFRPWU", "type": "image"}, {"id": 1323864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f06ec9f5-0aaf-4dac-a055-2fe19c3e89b4/width=450/1323864.jpeg", "nsfwLevel": 2, "width": 784, "height": 784, "hash": "USI#160K9t~WEPs+Rjn*TIxvxaRjSht8afbH", "type": "image"}, {"id": 1323865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59c088e5-08a8-424f-9882-ce36f880f36b/width=450/1323865.jpeg", "nsfwLevel": 1, "width": 784, "height": 784, "hash": "UCE.%~9]0e?H_4%h4:?ap0?c-;IU5R%3-pIo", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/106005", "modelId": 99084} \ No newline at end of file diff --git a/datasets/metadata/106051.json b/datasets/metadata/106051.json new file mode 100644 index 0000000000000000000000000000000000000000..46c16428d6824a1a9d05ac084a76e9a2d98b1c9e --- /dev/null +++ b/datasets/metadata/106051.json @@ -0,0 +1 @@ +{"id": 106051, "index": 1, "name": "v2.0 121P Anime Night", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-28T18:33:59.525Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 1216, "ratingCount": 124, "rating": 5, "thumbsUpCount": 146, "thumbsDownCount": 0}, "files": [{"id": 74613, "sizeKB": 22246.103515625, "name": "Roxanne_Isekai_Harem-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-28T18:30:44.991Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3A352DE4", "AutoV2": "E6DA65CB74", "SHA256": "E6DA65CB744A6BD2FFE4F1D59FA4312EB7DB0260FE9E908CFA9BD5364E49E372", "CRC32": "67C8DF97", "BLAKE3": "C4D01676DB9BB2C75FCDF7BEC1DE1BEE01F70313D78F32DC8DF95AD86370646D", "AutoV3": "83909E40284D"}, "downloadUrl": "https://civitai.com/api/download/models/106051", "primary": true}, {"id": 74614, "sizeKB": 24581.716796875, "name": "Roxanne_Isekai_Harem.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-28T18:30:45.559Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "31F2C372", "AutoV2": "E5BCD9B257", "SHA256": "E5BCD9B257EA78131A4004A9292561371E2925420D8F1B32E4A6A2584D6CBD1B", "CRC32": "0704BE7C", "BLAKE3": "0FA24159FEC7284F10A6E97E55AAF529EA56D6D0BEF7D322426E23C557C751B4"}, "downloadUrl": "https://civitai.com/api/download/models/106051?type=Training%20Data"}], "images": [{"id": 1324866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3346cb7a-769d-4521-8237-0ef10c9b9389/width=450/1324866.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJHBF=9v4oxc}jW@t5M{D$9a?HnhI:xaxZjb", "type": "image"}, {"id": 1324898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/149b8bb9-041a-4c46-a1b6-6a53a7eb4bc5/width=450/1324898.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKH-x$RQ01xu~8Rjt8xuM{IV-pn~%$j[MxoJ", "type": "image"}, {"id": 1326792, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8419ed6-d109-41c2-bfba-2c6382040695/width=450/1326792.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEFYMd-qDj57~S^j4:NH?A4oxCt7O8WYxZxu", "type": "image"}, {"id": 1326814, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/577a846e-f573-49ac-9687-a8201ea86a3e/width=450/1326814.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTG*yZVsxv9F~AxaofRknNf+xuoeRij?xtWB", "type": "image"}, {"id": 1326838, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a8685b0-78cd-4de6-a34d-a3240c4893cc/width=450/1326838.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UDHw_U#69cr_]f~UEMNb9EIU^,IoIpxuahs:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/106051", "modelId": 49157} \ No newline at end of file diff --git a/datasets/metadata/106133.json b/datasets/metadata/106133.json new file mode 100644 index 0000000000000000000000000000000000000000..c5fd58907956ca0949e3fab8d818c5cd85b3995a --- /dev/null +++ b/datasets/metadata/106133.json @@ -0,0 +1 @@ +{"id": 106133, "index": 0, "name": "v3.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-28T21:22:55.758Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 832, "ratingCount": 148, "rating": 5, "thumbsUpCount": 169, "thumbsDownCount": 0}, "files": [{"id": 74688, "sizeKB": 22264.2314453125, "name": "mai_shiranui_All_outfit-KK77-V3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-28T21:25:40.331Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0887B4A4", "AutoV2": "4213CF8079", "SHA256": "4213CF80798243582CF2E2514DDDE09B2E00BB17F8E144B95391F4151A6B93D1", "CRC32": "6B8ED670", "BLAKE3": "0B32E1FD6EE4777BE1D017F485B427B3A025F644F38770996196C91DA63EB6D0", "AutoV3": "65C300177F49"}, "downloadUrl": "https://civitai.com/api/download/models/106133", "primary": true}, {"id": 74689, "sizeKB": 50720.8876953125, "name": "mai_shiranui_All_outfit.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-28T21:30:55.473Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DE3E098D", "AutoV2": "8E16C23AD9", "SHA256": "8E16C23AD9DB998FA04871BBA802CFDFABDEA56F34D2720B851D2240FD9A5871", "CRC32": "2EDE9900", "BLAKE3": "A2FE781996A19F04840C0CB08D4D839E24C6DBC82A80094C2AA87376186C5238"}, "downloadUrl": "https://civitai.com/api/download/models/106133?type=Training%20Data"}], "images": [{"id": 2643162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7840c115-949c-4287-9d32-54baeab7725a/width=450/2643162.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWM%ZiIU?^n,.TRk?bt7x[xuIUoyoLt6^*t7", "type": "image"}, {"id": 1326555, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c305b933-619a-422a-b399-e339b9aa1963/width=450/1326555.jpeg", "nsfwLevel": 4, "width": 2261, "height": 3319, "hash": "UGRC#wxt-;-;xuV@oMae_Nxuaeay?vt7M{bH", "type": "image"}, {"id": 1326543, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b76bbb2a-6038-49bb-bc12-46cafc2a676b/width=450/1326543.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U5KmX{00x8~W~n02_2Dj0001?I-q5?F#K*0M", "type": "image"}, {"id": 1326557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8340055-8234-4f5a-8682-696bca3e81a8/width=450/1326557.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1346, "hash": "UBQ0Bd?H_4.8s9xbsoRiyEa0x]kCt7RiXSt8", "type": "image"}, {"id": 1326637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19138564-2675-4362-8cb0-c205da261352/width=450/1326637.jpeg", "nsfwLevel": 2, "width": 1140, "height": 1568, "hash": "UTPj0]n+_Noz%MRk-;-;x^a#IAt7?axuM{V@", "type": "image"}, {"id": 1326638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64806052-71b4-4b6f-a19e-f691aecbcb07/width=450/1326638.jpeg", "nsfwLevel": 2, "width": 739, "height": 1138, "hash": "UmQS-vxu_N%MWBofn+WB%MV[WBozf5a|ozs:", "type": "image"}, {"id": 1326643, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4277770f-266d-416b-bd96-c9092b781554/width=450/1326643.jpeg", "nsfwLevel": 4, "width": 1240, "height": 1754, "hash": "UfRV,|n%_N%gxuofflRjtRofRPWBofWBofoz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/106133", "modelId": 99202} \ No newline at end of file diff --git a/datasets/metadata/106143.json b/datasets/metadata/106143.json new file mode 100644 index 0000000000000000000000000000000000000000..f68172606ae7ea0cc974d582f6d5e77abadd75c7 --- /dev/null +++ b/datasets/metadata/106143.json @@ -0,0 +1 @@ +{"id": 106143, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-28T21:47:40.268Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["yuragisou-oboro"], "stats": {"downloadCount": 205, "ratingCount": 20, "rating": 5, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 74693, "sizeKB": 83060.8359375, "name": "yuragisou-oboro.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-28T21:45:41.121Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D12D6E4F", "AutoV2": "FC93DC8C2E", "SHA256": "FC93DC8C2E65766428D2BF0BAE7DE95562C876EE0AC056B23A68190A79089081", "CRC32": "6473474C", "BLAKE3": "0467A11440EC42FE0A15772D98E8DBD4002E3216437D990F087732B7EC4860C1", "AutoV3": "617A9A9A5CC0"}, "downloadUrl": "https://civitai.com/api/download/models/106143", "primary": true}, {"id": 74694, "sizeKB": 685518.529296875, "name": "yuragisou-oboro.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-28T21:51:09.726Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8F06FC3D", "AutoV2": "5A683207B1", "SHA256": "5A683207B111775C7C51944F57846431D52347A68C276B4447CA25F13BE0615C", "CRC32": "AEC5D1B0", "BLAKE3": "F04D5420E5B50DA7F0DBD77887064F0CCE7EB604909B57BCAA38DB78F425BF64"}, "downloadUrl": "https://civitai.com/api/download/models/106143?type=Training%20Data"}], "images": [{"id": 1326774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b18ca129-06cd-4d22-815d-364558bda951/width=450/1326774.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UGB4B:XA4mt8u6o#NIRkK8og-pR+IuRjxuof", "type": "image"}, {"id": 1326770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ebd559d-bbce-4dd3-9007-1258249a530d/width=450/1326770.jpeg", "nsfwLevel": 4, "width": 768, "height": 768, "hash": "UKH{A:9Y00~WK4xV$yM{pfkC-qMwO]s.nioc", "type": "image"}, {"id": 1326762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32b9f163-000c-4c98-8832-069f05575897/width=450/1326762.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UGEyxpov4,ohuNaxD*t7?wof-poLF%kCxuWD", "type": "image"}, {"id": 1326763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba74758a-4258-4f82-900d-9e65decfec70/width=450/1326763.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UJHoRW-;000K8wM|-Oxt%%WUkZxb00ob-VM}", "type": "image"}, {"id": 1326764, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2814a49b-dd09-4f26-9539-73aed305b2a4/width=450/1326764.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UCEM8xngRi_4?ZIUM{?H9ER.xuIU0K%2xtIU", "type": "image"}, {"id": 1326768, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bafd61de-ceb7-465d-802c-08373eb26a4e/width=450/1326768.jpeg", "nsfwLevel": 2, "width": 768, "height": 768, "hash": "UNHyI5%g00IoI-j^?Gk8u6WDxvofXqayjdjv", "type": "image"}, {"id": 1326766, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5c46f52-58f4-402d-bbad-876cb23de8d1/width=450/1326766.jpeg", "nsfwLevel": 2, "width": 768, "height": 768, "hash": "U8F$9RRi00NHTUofVsj;Eaof02Io00t6~onU", "type": "image"}, {"id": 1326772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a02756c8-d8bf-4cbc-a2de-c40a14c74a52/width=450/1326772.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UECizFVq$].AE1M|xt%L?FS5N3V=0LWBM|R*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/106143", "modelId": 99212} \ No newline at end of file diff --git a/datasets/metadata/106446.json b/datasets/metadata/106446.json new file mode 100644 index 0000000000000000000000000000000000000000..1de9a1ed510a36a121e6aaa74c3e49c17f35c913 --- /dev/null +++ b/datasets/metadata/106446.json @@ -0,0 +1 @@ +{"id": 106446, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-29T08:06:48.895Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 1135, "ratingCount": 177, "rating": 5, "thumbsUpCount": 207, "thumbsDownCount": 0}, "files": [{"id": 74950, "sizeKB": 22252.111328125, "name": "Flay_Allster_Gundam_Seed-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-29T08:00:44.422Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F6F987DB", "AutoV2": "D6AE899C13", "SHA256": "D6AE899C13585A7DD921DB3EC758CA2D5C81048C0E5CFD18F215016D673FF24B", "CRC32": "F724F7B4", "BLAKE3": "DD176A30CEE1C9096A00EB62CDD250B84BB3AEEFC4A51AC92BF20A90955279B8", "AutoV3": "1F8E8E307101"}, "downloadUrl": "https://civitai.com/api/download/models/106446", "primary": true}, {"id": 74951, "sizeKB": 23337.908203125, "name": "Flay_Allster_Gundam_Seed.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-29T08:00:49.278Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3DDAEAD8", "AutoV2": "B0BFA17A77", "SHA256": "B0BFA17A77B5018D490E0795D8D63CDFF2A0990E6042EF08E486B5F60DA15714", "CRC32": "11C45C24", "BLAKE3": "5F71601788F7965A931C5D69B2045894ACB73CED7D48C2802F5CAC9AAEC74FBB"}, "downloadUrl": "https://civitai.com/api/download/models/106446?type=Training%20Data"}], "images": [{"id": 2631415, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b9ea332-6ba5-47d5-8f75-069101b88104/width=450/2631415.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UdOy^q-p_NogxtkC-;Rjo#a{M{ay%Ns:nhWB", "type": "image"}, {"id": 1331997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0d245ba-d67f-4f69-8a77-cef2681ba96e/width=450/1331997.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMH1c9MxEj9F~C-;ELNGR:tR?bjYIU=}?Hxb", "type": "image"}, {"id": 1331933, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac461ba6-47da-4d5c-94fd-295944138296/width=450/1331933.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UeGuwgDgX.tRx^MxE1RO_MIWxtxajYbJRiM|", "type": "image"}, {"id": 1331867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5ace5a5-a2f4-402a-867c-c6351f32cbad/width=450/1331867.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHEV8Cn35q%hpKr;?bE*_NE0D*xuD$IU?HaJ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/106446", "modelId": 99467} \ No newline at end of file diff --git a/datasets/metadata/106940.json b/datasets/metadata/106940.json new file mode 100644 index 0000000000000000000000000000000000000000..6884eef676587c5143261f452a50dcf5918920cc --- /dev/null +++ b/datasets/metadata/106940.json @@ -0,0 +1 @@ +{"id": 106940, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-29T23:21:25.973Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 1553, "ratingCount": 187, "rating": 5, "thumbsUpCount": 223, "thumbsDownCount": 0}, "files": [{"id": 75303, "sizeKB": 22239.0107421875, "name": "Tiffa_Adill_GundamX-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-29T23:25:43.527Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F671291A", "AutoV2": "4489EC0045", "SHA256": "4489EC004510593CF55D27B65EDEA961C2A3F41D10FCAD7CC0F2165ECF1D79BF", "CRC32": "1054EC30", "BLAKE3": "328AFED5A436D0B326A6EB2274BB0AD7D0C36292AF72EDAE84E989524D2878B9", "AutoV3": "D7C8FE0DDF92"}, "downloadUrl": "https://civitai.com/api/download/models/106940", "primary": true}, {"id": 75304, "sizeKB": 14596.5107421875, "name": "Tiffa_Adill_GundamX.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-29T23:25:48.906Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B56C339D", "AutoV2": "AC6A6D6138", "SHA256": "AC6A6D61387D6951737192D73137356A195DF69D4B84A579257B9574DEE84047", "CRC32": "026E3DD0", "BLAKE3": "730B40B73AF5E74484AE86D15BCF552F661954948C41EE62E9B67EF1ED4DD4B2"}, "downloadUrl": "https://civitai.com/api/download/models/106940?type=Training%20Data"}], "images": [{"id": 2642978, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e554070a-ce98-470c-bbbe-69f956c87d7c/width=450/2642978.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQOWNl~W.S%M4mRj_NRk_3M{-;t7tmof-oRj", "type": "image"}, {"id": 1340340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da537840-decb-48fc-8c62-09a253019250/width=450/1340340.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULI;-h_300Rl00E2R-In00Io%2of_NxbtR?H", "type": "image"}, {"id": 1340303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af6243f5-ebfd-4c86-bdad-31526c60434d/width=450/1340303.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCG8cu_30J~DMb9Y01V?00E2?ctR-=s:RiIo", "type": "image"}, {"id": 1340383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee3a4474-4f42-4ae0-9e80-7d683b320bba/width=450/1340383.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "URKwnYIo00~W00IoxuV@IWxu-;R*yDWUD%D%", "type": "image"}, {"id": 14990619, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f0bab5b-8194-4bbd-bafb-0a80f80e7c5b/width=450/14990619.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "ULNS$..TP:K70}wg_MSN0L+u-U-V?boeoz?H", "type": "image"}, {"id": 14990886, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08bb1145-9f6d-4902-ade7-5557b6a0b6db/width=450/14990886.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJNT8zD4$|#,4TDho}V?00E1~WIpyEb_D%R-", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/106940", "modelId": 99913} \ No newline at end of file diff --git a/datasets/metadata/106956.json b/datasets/metadata/106956.json new file mode 100644 index 0000000000000000000000000000000000000000..5d88fe8a8c8bf882d84a0c8bb859b1145cb61d35 --- /dev/null +++ b/datasets/metadata/106956.json @@ -0,0 +1 @@ +{"id": 106956, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-30T00:25:40.165Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 991, "ratingCount": 161, "rating": 5, "thumbsUpCount": 181, "thumbsDownCount": 0}, "files": [{"id": 75315, "sizeKB": 22237.330078125, "name": "crowley_hamon_gundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-30T00:31:14.711Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1AD94C7C", "AutoV2": "6337ADB027", "SHA256": "6337ADB027F3F46CA56EB7379B82C0EFFCF71F1EC2B68E67AD215F4413966234", "CRC32": "12D1C521", "BLAKE3": "667A154AD128B6B3E974BF14E8FEBCCA903F21C618917225637698B6C9FE6E56", "AutoV3": "43AD67A2074E"}, "downloadUrl": "https://civitai.com/api/download/models/106956", "primary": true}, {"id": 75314, "sizeKB": 10380.6796875, "name": "crowley_hamon_gundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-30T00:30:49.784Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C70218B4", "AutoV2": "FDE7BC3DAD", "SHA256": "FDE7BC3DADA4A092501F4DFA341B00987507F5935E2E587931D7396EC57D1757", "CRC32": "603CA1A1", "BLAKE3": "C46919DCA6658094ADD32BB909B82103EE2A476AEFD5A3D60BED9F0E6E808B1F"}, "downloadUrl": "https://civitai.com/api/download/models/106956?type=Training%20Data"}], "images": [{"id": 2642729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8386050-87e8-4eb8-81e0-0ff4c59dcb8b/width=450/2642729.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWKmU.of0goJI-WB9ujuxaayjJWE~Uofxbax", "type": "image"}, {"id": 1340588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03841317-6712-4b0c-9ee0-d976aa5d8836/width=450/1340588.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UAJQJ}~V00~74mV[9%NG0c0L9K?H-p%2%2-o", "type": "image"}, {"id": 1340591, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ff64a4b-35ce-413b-adc4-de4ba559fcc9/width=450/1340591.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UuL3.Q.TTe%MtRS%EOoMIUV[s:xZs;NINGR*", "type": "image"}, {"id": 1340592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/167a1d2b-22cc-4709-be98-05377e8a2e4d/width=450/1340592.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEINjo002u0L?]4TpeITBO9Z0l$xs=xY-oV{", "type": "image"}, {"id": 1340593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f4a55dd-fcb2-430c-80a1-c601e460f565/width=450/1340593.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "ULLWLq^b0L0L9X^I-pbcRh-n-nf-~U%1M|%2", "type": "image"}, {"id": 1340594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c19ccbd8-aae4-42b8-b47d-cbe37e236c50/width=450/1340594.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U9Kc#6Q80F0f1+]L05Gc00?]WH9v*^xtE3#l", "type": "image"}, {"id": 2642765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ebb42e7-54b0-40e0-84d3-32c28a4d0efd/width=450/2642765.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNJ@F1xb02D*9?t69uxZE2NG%2a#~Ut7aiRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/106956", "modelId": 99932} \ No newline at end of file diff --git a/datasets/metadata/107037.json b/datasets/metadata/107037.json new file mode 100644 index 0000000000000000000000000000000000000000..6132709a704ebc7454d4c075cde6dbb2d5b2852c --- /dev/null +++ b/datasets/metadata/107037.json @@ -0,0 +1 @@ +{"id": 107037, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-30T03:56:37.554Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": ["icm-aerial"], "stats": {"downloadCount": 267, "ratingCount": 34, "rating": 5, "thumbsUpCount": 40, "thumbsDownCount": 0}, "files": [{"id": 75379, "sizeKB": 83060.359375, "name": "icm-aerial.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-30T03:55:43.006Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D279BE1D", "AutoV2": "D3B1A4E70F", "SHA256": "D3B1A4E70FDC4CC5ED9D0C3FF855882FB46E181B6FFC8822D415629E37DF8EC6", "CRC32": "DB22FC4A", "BLAKE3": "835C98CB2CE6D2D24926C6CE0CD02198C9E6A03DA0129662DEBBD51F1CDFAE95", "AutoV3": "EAAEF135E678"}, "downloadUrl": "https://civitai.com/api/download/models/107037", "primary": true}, {"id": 75380, "sizeKB": 688705.3291015625, "name": "icm-aerialV02.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-30T04:01:34.606Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "79C67B5E", "AutoV2": "0A59173C06", "SHA256": "0A59173C0600BDC42B743675E813FFDCAE1A0D4961843AA68D8473A20D859407", "CRC32": "F516EBD5", "BLAKE3": "8ACED48F31FD23E24627516691A783CF101B756453F0D8B509A0F08608437964"}, "downloadUrl": "https://civitai.com/api/download/models/107037?type=Training%20Data"}], "images": [{"id": 1342180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92655624-7b3c-4696-bb5f-1301cf99993d/width=450/1342180.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UpHfbVM{NFoKyZfispWBNht7xaj[Net8ayoz", "type": "image"}, {"id": 1342176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6154a45f-d71d-4559-bf40-a27da1ee2d9b/width=450/1342176.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "USJSg~X.0eneK,MdxCozTOxu%NbdbzM{RRWA", "type": "image"}, {"id": 1342175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ea832da-e8c6-41aa-a8ff-ae505fa665a9/width=450/1342175.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UfI#x=~pbv-qb^o~t8s;W?x]t7M{IWRkR*j=", "type": "image"}, {"id": 1342173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3858b8b8-562b-406a-b678-10247bf83520/width=450/1342173.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "ULF?k6D$4,-YPpR5rpkD%$xssjD*?wW9NXja", "type": "image"}, {"id": 1342174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a55c9524-d974-4d00-828c-a046db9ed9cf/width=450/1342174.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "U7H.TM06005NCrnE={0JmoX0~ED%8,%X00^+", "type": "image"}, {"id": 1342177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6302a81f-ad8c-4184-879a-5bd66b9258ed/width=450/1342177.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "UBIrTv009#0L01^I%MIU}sEfxWRjEe0L-q%M", "type": "image"}, {"id": 1342190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f02575f-eeae-4cb7-a34c-bfe4e61ca236/width=450/1342190.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UHFsPP?bD#%M*Ixvac%LamxwxbRi?w.7n$M{", "type": "image"}, {"id": 1342194, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e2aee80-7704-428b-9448-1d2424ecf98b/width=450/1342194.jpeg", "nsfwLevel": 8, "width": 7800, "height": 7312, "hash": "UNI5[1_N_3^,?HoLa#bHo$V[axbItQWVjFja", "type": "image"}, {"id": 1342195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59d74b0b-bd7f-4f71-92c9-85123a8745b9/width=450/1342195.jpeg", "nsfwLevel": 8, "width": 7800, "height": 7312, "hash": "USI5[2?^?b?b-;jFWAa#o#WCWVkCx]ode-jY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/107037", "modelId": 100005} \ No newline at end of file diff --git a/datasets/metadata/107079.json b/datasets/metadata/107079.json new file mode 100644 index 0000000000000000000000000000000000000000..ba664611e759cfb40f77e9f36ae1a214b9bd3254 --- /dev/null +++ b/datasets/metadata/107079.json @@ -0,0 +1 @@ +{"id": 107079, "index": 9, "name": "IsabellaNornV1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-30T05:34:43.668Z", "availability": "Public", "nsfwLevel": 7, "description": "Size of Dataset: 2 (Using the same image as a base)
1 Full body shot (Front view, at a side);resized to 512x512
1 Close of the face
V2
Changes(?)
color matches the original slightly better
use V1 if you want more variety in hair color
Dataset Changes
Reused dataset from V1
Added upperbody, lowerbody, and leggings crop
lowered repeats
more captioning
177 images\n5 repeats \n8 epochs\n7080 steps (batch size:1)\nText encoder learning rate: None\nUnet learning rate: 1e-3 \nMax bucket resolution: 512 \nClip skip: 2 \nNetwork dim: 8\nAlpha: 1 \nscheduler: cosine\nBatch size=1 \nBase model: NAI
", "trainedWords": [], "stats": {"downloadCount": 2052, "ratingCount": 399, "rating": 5, "thumbsUpCount": 431, "thumbsDownCount": 0}, "files": [{"id": 10335, "sizeKB": 47449.3203125, "name": "Kincora.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-16T02:10:56.513Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "327D1298", "AutoV2": "C5D8252303", "SHA256": "C5D8252303D2906C688ED8E216A592FEA0F34F72CDE372C144F68D8441996949", "CRC32": "F1F37A00", "BLAKE3": "5DB2E89D0DAC56DD5812041FE8579A8D5FDA531E39E6FCFF3175BDD2C5DF361B"}, "downloadUrl": "https://civitai.com/api/download/models/10996?type=Training%20Data"}, {"id": 10334, "sizeKB": 6736.5126953125, "name": "Kincora_8dim_V2U_e8.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-16T02:10:51.497Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "A528FE1A", "AutoV2": "07AF6F4F50", "SHA256": "07AF6F4F50CB87D02FD7B23E08E8CCB31351700BE00FD8ABBB395461926506E7", "CRC32": "FA05346C", "BLAKE3": "9F917AE1FD2E6EFF676432517C1A46E525A65896217B6F06B4272B9D2445A7D4", "AutoV3": "72E2BD9AFD68"}, "downloadUrl": "https://civitai.com/api/download/models/10996", "primary": true}], "images": [{"id": 106319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a546cb3c-3718-4899-da6b-6b1b878c9a00/width=450/106319.jpeg", "nsfwLevel": 1, "width": 704, "height": 960, "hash": "UJJ*C$0K?wxaF|i{~qn$_N-;^+XS_4M{SNtQ", "type": "image"}, {"id": 106347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb4ccb93-f910-4efc-31ce-13f05d5d7600/width=450/106347.jpeg", "nsfwLevel": 1, "width": 704, "height": 960, "hash": "UMJaWXbbD$WAVYNGNHM|00s:~WIotm%2V@NG", "type": "image"}, {"id": 106326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2134f5a-e6e5-468a-013b-33304cd86e00/width=450/106326.jpeg", "nsfwLevel": 2, "width": 704, "height": 960, "hash": "UcJkfpRj_NwHbx%MM|RORPNGROadozs9xaay", "type": "image"}, {"id": 106346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce9fdcca-63b8-4ece-c783-261d0d279400/width=450/106346.jpeg", "nsfwLevel": 1, "width": 704, "height": 960, "hash": "UQJap3Ipo~~V%M%M57WB9axCjaRjIUSN$%jb", "type": "image"}, {"id": 106324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d3ff19a-7405-4cbd-3bec-134bb5752e00/width=450/106324.jpeg", "nsfwLevel": 1, "width": 704, "height": 960, "hash": "UAKA{P_NkE8w0Lx]9aR%00D%~qNG_4$%xDI;", "type": "image"}, {"id": 106322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/192d884e-c371-445f-f23a-7505c024d500/width=450/106322.jpeg", "nsfwLevel": 2, "width": 704, "height": 960, "hash": "UQHLoKIU~qt8.T%2kXtRMwt7ELRkNHNG$$WC", "type": "image"}, {"id": 106321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c91b8b80-8684-413c-0480-fdac5e81f100/width=450/106321.jpeg", "nsfwLevel": 4, "width": 704, "height": 960, "hash": "U6KT_RH=00?u00yEI8IAw[-;-pD#?^?bvzIA", "type": "image"}, {"id": 106320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96dfe3f1-2978-432d-12e1-46c026f6aa00/width=450/106320.jpeg", "nsfwLevel": 2, "width": 704, "height": 960, "hash": "U6L4Ka?u000000E20K-=0z~qI99Z?^r=~W$M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/10996", "modelId": 9266}
\ No newline at end of file
diff --git a/datasets/metadata/110329.json b/datasets/metadata/110329.json
new file mode 100644
index 0000000000000000000000000000000000000000..a76546c34ad3a0e8ca4155deba5bb904c4b93bb8
--- /dev/null
+++ b/datasets/metadata/110329.json
@@ -0,0 +1 @@
+{"id": 110329, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-04T19:47:33.009Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["TendouAkane", "furinkanuniform", "AkaneYellowMicrodress", "ovadress", "AkaneYellowSwimsuit"], "stats": {"downloadCount": 1382, "ratingCount": 101, "rating": 5, "thumbsUpCount": 137, "thumbsDownCount": 0}, "files": [{"id": 77945, "sizeKB": 37005.3037109375, "name": "TendouAkaneV2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-04T19:45:54.050Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7934C229", "AutoV2": "B0A6B4CD79", "SHA256": "B0A6B4CD79DDC814747984B79342AF41E1FCB6F9A0CD1BF5849E525D27F3E855", "CRC32": "17F31892", "BLAKE3": "F330EE0563C12A88C6AEB44BBEA26944E6C1D9E83226F8EFCE1BCA99D52656B8", "AutoV3": "454244225CDF"}, "downloadUrl": "https://civitai.com/api/download/models/110329", "primary": true}, {"id": 77946, "sizeKB": 51254.7763671875, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-04T19:46:01.877Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B124618D", "AutoV2": "6ADEB1850A", "SHA256": "6ADEB1850A72AF93D88F911A789CD09C1F6DC7A005C3C57005C4FE241B2190DA", "CRC32": "9699E81E", "BLAKE3": "69BF93FF5B2D9F314361E1ED86EBDDFD9DFF978030AD899DB6A4442FF525484C"}, "downloadUrl": "https://civitai.com/api/download/models/110329?type=Training%20Data"}], "images": [{"id": 1408742, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04ae02a2-0aef-4c4a-b4ec-6de725540651/width=450/1408742.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UPK1j|_3_2xu_4j[-:t7%2WBIot7?HofNGfk", "type": "image"}, {"id": 1408739, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f7f0b31-ec73-44ba-88d5-b4019c50c01f/width=450/1408739.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "URLDPgnh?[%K_NV@_1xZElWAxYocS1WAoLs.", "type": "image"}, {"id": 1408740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1183d042-c782-4269-a0c3-4664dff54062/width=450/1408740.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UJK^Z?D*?txtb~M_%0Rk03Rj?aWC~Uxt-oxu", "type": "image"}, {"id": 1408743, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22125e16-dab8-42e9-a513-7b055eb459d1/width=450/1408743.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UKLDGR?Z.TjG6ED+?HX40~IU-pt8?bt7w]s+", "type": "image"}, {"id": 1408741, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0030ebaa-52a2-4c28-8887-8bf372aea002/width=450/1408741.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UEH-[VD%s~%g?wWV={s.,pofS~V@MdsmyCSO", "type": "image"}, {"id": 1408745, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5ba74a5-59f0-4aaa-a3ee-35a8cc53f871/width=450/1408745.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UWJa1aXNq?^*}:X9%2RiMwaeozM{j[Rjs.xu", "type": "image"}, {"id": 1408744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/019f30e1-5198-4aff-8c68-eebe782a0e9e/width=450/1408744.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UBIq1U000J?G00-=-UNe00eS~CNHX.XTrq-A", "type": "image"}, {"id": 1408746, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9815ce88-5d4e-4543-bb0b-52d3bf8b41d3/width=450/1408746.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UGKT[Pv#~B^jrq~p.So#0zpITK-;00s:^Pt7", "type": "image"}, {"id": 1408748, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5961803-a328-4cbf-82da-04d6bbc4eef7/width=450/1408748.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UJJa7q~W-n%2-UIV%goz4.Ip%2jYbwof$$xa", "type": "image"}, {"id": 1408747, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d4c1a5c-97e7-4938-8a8b-d7201a002711/width=450/1408747.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UBKw8@0004kj0ExX^aoi05EM~UNJEGs;^,%1", "type": "image"}, {"id": 1408749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8e2df18-0bb2-465a-815d-2da070ce53d8/width=450/1408749.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UUM6*NaK%j?FF#%gx@kXOd%1xu%14-bInnk9", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/110329", "modelId": 27257}
\ No newline at end of file
diff --git a/datasets/metadata/110989.json b/datasets/metadata/110989.json
new file mode 100644
index 0000000000000000000000000000000000000000..b90ebc91548d802d77c1a5e887058cedc546b307
--- /dev/null
+++ b/datasets/metadata/110989.json
@@ -0,0 +1 @@
+{"id": 110989, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-07-05T17:40:04.801Z", "availability": "Public", "nsfwLevel": 3, "description": "116 samples from official only
", "trainedWords": ["chungs, 1boy, solo, blonde hair, blue eyes"], "stats": {"downloadCount": 229, "ratingCount": 19, "rating": 5, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 78509, "sizeKB": 18555.0517578125, "name": "ChungSeiker.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-05T17:35:33.940Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "BEB8910FAE", "SHA256": "BEB8910FAE060F40F1AA432A7AA45CEF3D43E246BCD9CB0FE3FD3AB3F1AD5801", "CRC32": "AAA501FB", "BLAKE3": "D17A61B1CF4FE2B5624F9A1795F1ADFA2EB5940575C08E2C7CB939E3FAE0C919", "AutoV3": "0B7B92903949"}, "downloadUrl": "https://civitai.com/api/download/models/110989", "primary": true}, {"id": 78518, "sizeKB": 269528.185546875, "name": "ChungSeiker-20230705T175231Z-001.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-05T18:05:47.510Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "084659EF", "AutoV2": "8C7E28C969", "SHA256": "8C7E28C969EF8E2D18CAC0815AD6C0B4F7371CA1093074756E47A2392829D751", "CRC32": "848860B5", "BLAKE3": "ECEAA8667C81C746DC235C23ED86489D57164B64D521CF8D8117420D5F2C6548"}, "downloadUrl": "https://civitai.com/api/download/models/110989?type=Training%20Data"}], "images": [{"id": 1421665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ba23306-3fae-42f8-9340-a41ac1bf64ee/width=450/1421665.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJIE;HxY~U={K,Mw?FxZEA=|VXM|.9_M?akW", "type": "image"}, {"id": 1421703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef368250-b6df-4b21-bbfd-a762b54ae48e/width=450/1421703.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEF?FVL~00T0~U8_5rk=u4M{Hrx^Rkrq,?yE", "type": "image"}, {"id": 1421669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffa790aa-ddf7-42a7-9a6a-dc8f2b59c4d8/width=450/1421669.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UUKd-:IpTJ?v~qayIqIU%NMxE2RP.Sozxu%M", "type": "image"}, {"id": 1421672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8fdd077-b60a-4ae7-8e5a-9088db3504d8/width=450/1421672.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UYH1}Qo39Z~VD%RjV@IUE2bdxuRjR+xZt7I:", "type": "image"}, {"id": 1421685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a04b0c2-de57-49e6-9af9-53d11c58585d/width=450/1421685.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAD]JA4.00WY~VoJNd010KsS?bIp9FWBof%M", "type": "image"}, {"id": 1421729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1902f159-a009-44cd-9d22-494a01447f89/width=450/1421729.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "URHK;99GjF^*~WD*E1%L9togNHxZ56I;bcs,", "type": "image"}, {"id": 1421735, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69eb1167-451c-4bcf-8fff-3aa3442a9ca4/width=450/1421735.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJJ[0KjsO@01-n%Mbb?b.8?c?b%M~q%3xa-:", "type": "image"}, {"id": 1421742, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/467fcda4-0d6d-44df-9ec8-3a513a557e43/width=450/1421742.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UMHB*y4oD*~pVrWBofRjM{-;t7D%D%t7WVoK", "type": "image"}, {"id": 1421751, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e942a27-fbaf-4396-a81d-0a40620c90ed/width=450/1421751.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U6J*#Q~W3;5Q^kofELRjy=S2DPxaB$SL=}$+", "type": "image"}, {"id": 1421776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bacafdf-2a77-49fd-b4c1-27f89a81829c/width=450/1421776.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U8EVjE0000~W^+IUxaae00~W_39F00x]fiof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/110989", "modelId": 103620} \ No newline at end of file diff --git a/datasets/metadata/111363.json b/datasets/metadata/111363.json new file mode 100644 index 0000000000000000000000000000000000000000..f65a5bbb00c28518758b1ed26904b0e3170b02a0 --- /dev/null +++ b/datasets/metadata/111363.json @@ -0,0 +1 @@ +{"id": 111363, "index": 0, "name": "Fixhand", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-06T08:02:13.007Z", "availability": "Public", "nsfwLevel": 1, "description": "LoRA couldn't learn as many images; if split and retained, it experiences some catastrophic forgetting. Therefore, I opted for textual inversion.
Feel free to train my dataset on LoRA and publish it without crediting me \ud83c\udfa9
", "trainedWords": ["Fixhand"], "stats": {"downloadCount": 8316, "ratingCount": 311, "rating": 4.9, "thumbsUpCount": 561, "thumbsDownCount": 5}, "files": [{"id": 78822, "sizeKB": 637694.8759765625, "name": "fixHand__trainingData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-06T07:32:32.871Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "849A9560", "AutoV2": "111015CD64", "SHA256": "111015CD64C3EAA8446DDF4E55D62CA54ECB8BA9551C17D9B01132C343EC6C72", "CRC32": "A39470FF", "BLAKE3": "A15F755E354B9472A5C2ED94325D00FDF67918D735EB5CE9626E27D03264A586"}, "downloadUrl": "https://civitai.com/api/download/models/111363?type=Training%20Data"}, {"id": 78841, "sizeKB": 225.9521484375, "name": "Fixhand.pt", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-06T08:04:43.192Z", "metadata": {"format": "PickleTensor", "size": null, "fp": null}, "hashes": {"AutoV2": "E92D2CEBA6", "SHA256": "E92D2CEBA62BD5C0A4142E503790A631A744E6FFFA75F09A2BA4F6ACE8388172", "CRC32": "5A2AE3F1", "BLAKE3": "C88B4FAB16DC38F15F2A9C14F312B529ADF3D04E831CF2694D70F8B1FF66D871"}, "downloadUrl": "https://civitai.com/api/download/models/111363?type=Model&format=PickleTensor"}, {"id": 142708, "sizeKB": 225.0859375, "name": "Fixhand.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-17T13:10:47.781Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV2": "092B7EF9C5", "SHA256": "092B7EF9C5E945035807894AE1C4D3CEC4DE46324B89D345655936CC6572AE20", "CRC32": "FEF4E0A3", "BLAKE3": "12296D4B1BDF2561017202448C2686A4D166AAFEC20E71B7488C57D1926C7ED5"}, "downloadUrl": "https://civitai.com/api/download/models/111363", "primary": true}], "images": [{"id": 1429326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd897a83-f453-47cc-8abb-a2a555711eeb/width=450/1429326.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UELXoS0c4S4TqGxCMy5j6_OF}[nOMKMJpw%2", "type": "image"}, {"id": 1429327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f22d4528-492e-4a75-8f94-eb443fbdae98/width=450/1429327.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UiL3o;Di56bu}@V]R*t6Naj[-Vxai{xZkWn%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/111363", "modelId": 103942} \ No newline at end of file diff --git a/datasets/metadata/111990.json b/datasets/metadata/111990.json new file mode 100644 index 0000000000000000000000000000000000000000..3b608e47ef964b883cf8d1e5da37e0cac5564439 --- /dev/null +++ b/datasets/metadata/111990.json @@ -0,0 +1 @@ +{"id": 111990, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-07T04:35:24.748Z", "availability": "Public", "nsfwLevel": 1, "description": "Trained on 40 images, with 7 repeats and 27 epochs.
", "trainedWords": ["marina_liteyears"], "stats": {"downloadCount": 160, "ratingCount": 22, "rating": 4.82, "thumbsUpCount": 21, "thumbsDownCount": 1}, "files": [{"id": 79331, "sizeKB": 73840.2890625, "name": "marina-v2-000027.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-07T04:30:59.707Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "46D4133F", "AutoV2": "511476922E", "SHA256": "511476922E130F393F41A208494B9618061026D33AF1DC3B8476D4BD122B9B3E", "CRC32": "B7138625", "BLAKE3": "6D0706806A6C836D0C4BECC0774C65C03FFD8C025AE213285C7EF8FDA68525DC", "AutoV3": "731657C18158"}, "downloadUrl": "https://civitai.com/api/download/models/111990", "primary": true}, {"id": 79330, "sizeKB": 36506.1123046875, "name": "marinav1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-07T04:31:07.102Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "846365CC", "AutoV2": "430AAF8170", "SHA256": "430AAF81706DCD77823C9035A44CB21F0582F08C1859DE8076A37348150752DB", "CRC32": "4008F5B9", "BLAKE3": "E4ADA6E89E36E001A7F2D9F0249ABE22F5DB26904C461CFB4D8BADC2B20B0EF3"}, "downloadUrl": "https://civitai.com/api/download/models/111990?type=Training%20Data"}], "images": [{"id": 1442837, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65044b9c-a1cb-45a0-9b6d-f0ebddc3920f/width=450/1442837.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFIr4#%f009G.kof-B%M%Jt7IUxa^%azE2WB", "type": "image"}, {"id": 1442834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dde8e2a5-db0c-4f91-917c-8d282d84ebd7/width=450/1442834.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBKUfz009BEzL3?aw8_3~XEK^l-q=~IUEMXl", "type": "image"}, {"id": 1442835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72cccfe2-aa08-4d1f-ba4f-8767cf63acd3/width=450/1442835.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEG[sF01IU-:9qIVIVkW00tRslMx~VWB%Kjv", "type": "image"}, {"id": 1442836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c67d0788-5dcd-41b7-8e0a-31993cc9371f/width=450/1442836.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGK1wQ8w00TfheZz^koMFxjXDNSgJWI?TIIp", "type": "image"}, {"id": 1442838, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efd9093a-c415-4d9f-9865-e36289ee1a0b/width=450/1442838.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGKBalI:00^#07r}~Vw=p3-=InI,00J5pbxv", "type": "image"}, {"id": 1442839, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1987347-a694-452d-84c7-e48e8b01a152/width=450/1442839.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UdJbHrITE1?HL4x^-pD%x{ognhbaIdWUoLog", "type": "image"}, {"id": 1442840, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc687c37-a9fe-42a9-9d0d-c6e34b6134e0/width=450/1442840.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UeJRdW.T4oxVt.%ixuRiNzRoRQkB9ZIofibI", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/111990", "modelId": 104470} \ No newline at end of file diff --git a/datasets/metadata/113418.json b/datasets/metadata/113418.json new file mode 100644 index 0000000000000000000000000000000000000000..c68628b505e98805c6051fc92c85e0c0ade0a5f6 --- /dev/null +++ b/datasets/metadata/113418.json @@ -0,0 +1 @@ +{"id": 113418, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-09T04:32:08.871Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["tendou_kasumi", "Apron_White_Ruffle", "Apron_Pinkish_White_Ribbon", "Green_Turtleneck_Shirt_Blue_Skirt", "Light_Blue_Dress_KSM", "Yellow_Sweater_Red_Skirt", "Swimsuit_HighLeg_Strapless_Green", "Yellow_Shirt_blue_high-waist_skirt", "Bikini_Green_Strapless_HighLeg", "ovadress", "nightgown_KSM"], "stats": {"downloadCount": 1575, "ratingCount": 166, "rating": 5, "thumbsUpCount": 238, "thumbsDownCount": 0}, "files": [{"id": 80562, "sizeKB": 37006.720703125, "name": "Tendou_KasumiV2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-09T04:20:51.289Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8AED23A2", "AutoV2": "ACC093AA2A", "SHA256": "ACC093AA2A445C27957AB4F91CC41260E82101251B2AEA399C92ED61E0302DFB", "CRC32": "90768B0F", "BLAKE3": "51DFCF754702BE76EFCA3B906851376B413EA177B1F25B1B9A440CEB820080DD", "AutoV3": "7C21CC5BD925"}, "downloadUrl": "https://civitai.com/api/download/models/113418", "primary": true}, {"id": 80560, "sizeKB": 61905.2734375, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-09T04:16:07.307Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5C10727B", "AutoV2": "BA2CE55D48", "SHA256": "BA2CE55D4825F01640616B6E655E5AEA7194DAC9C35A5BF344C7F8C5124F3FAB", "CRC32": "D94622FD", "BLAKE3": "076A6C9517C4DEE7C803C60997034128A367A3EC0F210299BE1015BB02927808"}, "downloadUrl": "https://civitai.com/api/download/models/113418?type=Training%20Data"}], "images": [{"id": 1471444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79aba009-acdf-41b1-8f4e-ee129b19b40d/width=450/1471444.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UILNGX~q0JE2ZyNH?aM{Mc$%?HRkV=s:$KM{", "type": "image"}, {"id": 1471446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1d90230-2e48-4c0b-a9fc-2db17814e70f/width=450/1471446.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UGKw2=_N9D%2~2x]^+%14.=_%M9bNG-:-QIT", "type": "image"}, {"id": 1471587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7c5b188-8f50-4616-98bb-153501a35e84/width=450/1471587.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UPLDDR~48^?bMcbw^+%09HoOoLD%s%xV%Lo#", "type": "image"}, {"id": 1471438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8263602-0cc4-4b86-bf06-504584927963/width=450/1471438.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UOKKi~~VVrn4Mbxa_3xtMdRjbcxuX8WAs%t5", "type": "image"}, {"id": 1471453, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e0bbfce-93f5-4b1f-bfd0-ef69a1d0ad58/width=450/1471453.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UGK1E~I]D48{~n9GpKjF00E1?wt7WZ-ps8NH", "type": "image"}, {"id": 1471447, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09097e95-465c-49a1-a9cb-04ff2adb36cd/width=450/1471447.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UXJQpCRkkq%1~TRjWaaz9kbI$~R.R,bI%Ls:", "type": "image"}, {"id": 1471443, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3439b7e-932c-46fb-9d62-36d1ff12e4aa/width=450/1471443.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UCKc|k?w00$%^IXn}sVY_3og%f9Zvyxa9tIo", "type": "image"}, {"id": 1471451, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a9e251a-0532-492c-a7ef-ff1c4405669a/width=450/1471451.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UBJ%@50#00-A%~9u_Nn%0jRj_2M{IBe.R3jr", "type": "image"}, {"id": 1471437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed04cb6a-c9b3-4ea7-869b-ef16cf270ba5/width=450/1471437.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UOK1UZ~pD#IsDNaL-;xZICV@S5xuR%RjbCkB", "type": "image"}, {"id": 1471439, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0013a8a0-4526-4a50-8ca6-406f0ccdc696/width=450/1471439.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UDLM;q.R_J^,-ctm^mM_D}-;xCIUNLs,-UIo", "type": "image"}, {"id": 1471452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab48e201-c038-41d4-8ad7-be3f2060a772/width=450/1471452.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UGMQ06~C0c9Fx@R%?vIo02-o?HM{M]S5-iWA", "type": "image"}, {"id": 1471454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d4e8ca1-1544-45a5-ab2a-12e92a5879ec/width=450/1471454.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UKHBG90M;^Wa_ME2xvV?-nNHEjV?N4RjxoWX", "type": "image"}, {"id": 1471440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c50cac4-95ba-4482-8f99-953c35590f9b/width=450/1471440.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UBJjrh00%~$y.E-U%%jq00Wl~A-oIxS$-Vt5", "type": "image"}, {"id": 1471442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13b8c62f-f4b5-4e3f-9fe2-8ece55e04bde/width=450/1471442.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UMIEY5jEZMD$_Njsx^IAv}bHcFjYXot7v}S4", "type": "image"}, {"id": 1471441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d433c25-51e3-4c85-883b-5395f967d5f6/width=450/1471441.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UUK]}a~Vbw?GpKtRxtxb0OwJ-nNH=:s+sDob", "type": "image"}, {"id": 1471445, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5d083cd-e500-4eae-8f96-9a2d5475c4f1/width=450/1471445.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UCJj#Y001,V?YR9a=u9Z029#_0nO-zrpxctS", "type": "image"}, {"id": 1471450, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e1ef956-f0c1-48db-a919-618bbb1f818c/width=450/1471450.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UUK0g8.8=?-q~St8t9oe9%t6xVNGNGxYxYM}", "type": "image"}, {"id": 1471448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05896d28-3dda-4586-abc6-db6841878263/width=450/1471448.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UIKw2{t800=^~IbE^-R*tUxa-TR.tAR+s$xa", "type": "image"}, {"id": 1471449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b77709de-8129-456d-8d7c-832bf84c697b/width=450/1471449.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UDLWS1?w_0$f-JI;?cf601=_%19uV@%LxVIo", "type": "image"}, {"id": 1471621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/855c85a5-b23e-4cb0-96ed-01bf32b2a081/width=450/1471621.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UPKdD2-=%3~V%M%2ocIoNHxut6NG5Qt7$*V@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/113418", "modelId": 9691} \ No newline at end of file diff --git a/datasets/metadata/113443.json b/datasets/metadata/113443.json new file mode 100644 index 0000000000000000000000000000000000000000..464eaa58a6956aacb4321c8c5723ff55c47c20d0 --- /dev/null +++ b/datasets/metadata/113443.json @@ -0,0 +1 @@ +{"id": 113443, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-09T05:13:35.011Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["bofuri-kasumi", "loliform", "black hair", "long hair", "santa costume", "wooldress", "wooldress hat", "secondoutfit"], "stats": {"downloadCount": 440, "ratingCount": 57, "rating": 5, "thumbsUpCount": 69, "thumbsDownCount": 0}, "files": [{"id": 80582, "sizeKB": 73850.3125, "name": "bofuri-kasumi.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-09T05:11:50.513Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2BE2B60B", "AutoV2": "E3260BBD1F", "SHA256": "E3260BBD1FE9A3E6C78CB3FC3A8D72214FAC4A0FE36A3C95AABABB3A69AEAD91", "CRC32": "5D5FC22F", "BLAKE3": "DBB74ED229B5B6D9C3CCAC415C098877D015AFB1AF1C2AAC53A3CEFD55C4F4F7", "AutoV3": "2A44DA9CAEA6"}, "downloadUrl": "https://civitai.com/api/download/models/113443", "primary": true}, {"id": 80584, "sizeKB": 690360.4658203125, "name": "bofuri-kasumi04.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-09T05:16:16.418Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "53E6E9F4", "AutoV2": "0544988BF4", "SHA256": "0544988BF4C9AA993F6218E72FBC20EC29CF22415AF62EBD711A145B01FD430F", "CRC32": "E7A44282", "BLAKE3": "A7563F7F478E7D07E2BDC841CDF0AECF0FBFDAAB980FAE9D928C314833912BE8"}, "downloadUrl": "https://civitai.com/api/download/models/113443?type=Training%20Data"}], "images": [{"id": 1472054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a292b983-7a83-49a3-9bf4-1df513f0f220/width=450/1472054.jpeg", "nsfwLevel": 1, "width": 864, "height": 864, "hash": "UED,lj+k7:AS?[jFVix]56Rl$m-:9FS}Vb%M", "type": "image"}, {"id": 1472062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80eadceb-53ed-4f1b-8815-69459a5e50a6/width=450/1472062.jpeg", "nsfwLevel": 1, "width": 864, "height": 864, "hash": "UED,[ZZ.84Ed.TXf.9%MRFMf?0$+=*tQQ;WT", "type": "image"}, {"id": 1472046, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e5786d3-1bed-443e-801b-65fdc0bafebd/width=450/1472046.jpeg", "nsfwLevel": 1, "width": 864, "height": 864, "hash": "UdI~DKM|I=~VEMxtx[MyXnRjWAM{Rjxuxtt7", "type": "image"}, {"id": 1472057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f399bfec-5a88-4d90-9c20-18e927db320b/width=450/1472057.jpeg", "nsfwLevel": 1, "width": 864, "height": 864, "hash": "UcE3@ot9NZoz.At8WAa%%#WFs:tQIcWUs.f9", "type": "image"}, {"id": 1472050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b85a6d6-8e69-4b99-90c8-8c6f3d4ff731/width=450/1472050.jpeg", "nsfwLevel": 1, "width": 864, "height": 864, "hash": "UCIX%Bx[0}jJLg-Cv~GF7i9ttQ_3pLXm9]bd", "type": "image"}, {"id": 1472071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff8fe2be-2cd4-4a57-8a4b-4c892829e709/width=450/1472071.jpeg", "nsfwLevel": 1, "width": 864, "height": 864, "hash": "UFIO?@j0009Y0]M|_Mx[?0gGw5sptAy9RQNG", "type": "image"}, {"id": 1472044, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/943f0ad2-4fd2-45b5-80d3-c6ca5743c158/width=450/1472044.jpeg", "nsfwLevel": 1, "width": 864, "height": 864, "hash": "UHI$G}r^00G70cxI_LOk?]s=R6oJ-rNHM#sq", "type": "image"}, {"id": 1472045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b92cf09-2e89-4e64-9d9b-81b3e129ced1/width=450/1472045.jpeg", "nsfwLevel": 2, "width": 864, "height": 864, "hash": "UMJRXC~WTG9uyCWE~qxu^-Rl%3%Mjxj]jGoM", "type": "image"}, {"id": 1472060, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56849807-fc85-4fd4-984c-62fe7a4fb9d2/width=450/1472060.jpeg", "nsfwLevel": 1, "width": 864, "height": 864, "hash": "ULIhpjI9Ee.8?wNI-;%MksE2t8t7_3xtRPjY", "type": "image"}, {"id": 1472049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85630a02-c5d1-4118-9996-e6e5e8c562a0/width=450/1472049.jpeg", "nsfwLevel": 2, "width": 864, "height": 864, "hash": "UOH_=IEOTeXTu6Nd%Nt7BD%Mi_r?Iut7NFD%", "type": "image"}, {"id": 1472052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a82bd61-1528-4cc3-ae31-86530d6713a0/width=450/1472052.jpeg", "nsfwLevel": 2, "width": 864, "height": 864, "hash": "U9G8.m8{0{?IM_9G00^+TdM_}[xa%NxtxuNa", "type": "image"}, {"id": 1472058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/347fa7b2-936c-4332-b58e-c35314963ea7/width=450/1472058.jpeg", "nsfwLevel": 2, "width": 864, "height": 864, "hash": "UIEC,*xw0KS1.Axus:xuTwt9-oRkx_x]IUNG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/113443", "modelId": 105690} \ No newline at end of file diff --git a/datasets/metadata/114189.json b/datasets/metadata/114189.json new file mode 100644 index 0000000000000000000000000000000000000000..dba51d8f66c9db2505490b16aecd7304eac81998 --- /dev/null +++ b/datasets/metadata/114189.json @@ -0,0 +1 @@ +{"id": 114189, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-10T07:30:39.638Z", "availability": "Public", "nsfwLevel": 23, "description": null, "trainedWords": ["dscs-ami"], "stats": {"downloadCount": 362, "ratingCount": 47, "rating": 4.98, "thumbsUpCount": 56, "thumbsDownCount": 0}, "files": [{"id": 81175, "sizeKB": 73843.0234375, "name": "dscs-ami.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-10T02:31:19.960Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0CAA9A91", "AutoV2": "A64B3D7AC4", "SHA256": "A64B3D7AC42DFE2228B9903241E91ECBF0D76A14A13C5C40637041D97E88DCBA", "CRC32": "1DA44A88", "BLAKE3": "69D259799481467C01FF9F3219AB69327A63FA84294123900BDC1C3E54FBB2D8", "AutoV3": "F8EA0A4624B8"}, "downloadUrl": "https://civitai.com/api/download/models/114189", "primary": true}, {"id": 81176, "sizeKB": 623339.4794921875, "name": "dscs-ami.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-10T02:36:10.957Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E758EC03", "AutoV2": "7BBB8296BB", "SHA256": "7BBB8296BBECA1C4846844CED5CC3907B9EBE5EFCBF1367697DB0A2F62E1D894", "CRC32": "F30C0958", "BLAKE3": "A8B8FFD755BFBD33C7D90CE860436977EFB8FA146954D3602ACFD69C8FF62DEB"}, "downloadUrl": "https://civitai.com/api/download/models/114189?type=Training%20Data"}], "images": [{"id": 1486868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63b7e8b8-7a0d-461f-bbbf-39575387a291/width=450/1486868.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UBK1XeI8.95v00D%9YE0%2?bRh~n00XAxuIT", "type": "image"}, {"id": 1489625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcf59da3-cba6-442b-8789-7c8c33b3ec17/width=450/1489625.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "UMJ*F+~q0gI90ebwt1RPnnR-ImM{%KR*o#ad", "type": "image"}, {"id": 1489624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae8e3db5-3bb3-4acf-9ddd-520fa098d53c/width=450/1489624.jpeg", "nsfwLevel": 16, "width": 800, "height": 800, "hash": "U9J*9tvh010000-B?aEfVEMwEMI;_4xHs:_2", "type": "image"}, {"id": 1489715, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/166dc21c-44c7-4f71-be3a-214ae834fe7b/width=450/1489715.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UFK12lmlYjuP00xu0K9ZE09Fjc-U;}~W-;tl", "type": "image"}, {"id": 1489716, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6176ec0c-474b-4208-94f8-422ecc1b2b6b/width=450/1489716.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UDJj;[DO3V9Z4m~W4nX-4T9a.7tRMf={E%%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/114189", "modelId": 106320} \ No newline at end of file diff --git a/datasets/metadata/114764.json b/datasets/metadata/114764.json new file mode 100644 index 0000000000000000000000000000000000000000..fac857f2f7e29702ce021851018a2473bc408492 --- /dev/null +++ b/datasets/metadata/114764.json @@ -0,0 +1 @@ +{"id": 114764, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-10T18:36:06.010Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 685, "ratingCount": 102, "rating": 4.99, "thumbsUpCount": 121, "thumbsDownCount": 0}, "files": [{"id": 81651, "sizeKB": 22248.8759765625, "name": "Asagi_Caldwell_Seed-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-10T18:40:48.348Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "17DD5586", "AutoV2": "896E26C12D", "SHA256": "896E26C12D5AA70073C2093BB81208F951CF1156676609089D84D80B5EED3D8C", "CRC32": "2CAC8FFF", "BLAKE3": "7BFDD159A8E461467CBD15CED15F490BDE45752F77EC17BA319798513005B5B6", "AutoV3": "F2BA8DB568F7"}, "downloadUrl": "https://civitai.com/api/download/models/114764", "primary": true}, {"id": 81652, "sizeKB": 17134.892578125, "name": "Asagi_Caldwell_Seed.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-10T18:40:49.323Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EA0B168E", "AutoV2": "50288A9D0D", "SHA256": "50288A9D0D8E24B49C60CA65B6E9C250F5306C384C2E82D4BA0CC5DF40A8540F", "CRC32": "D2B1E224", "BLAKE3": "F68B8504120BCC779F44AEE8818EDB2AC5CDECD21F56DAFE9299C5CF584FDBBC"}, "downloadUrl": "https://civitai.com/api/download/models/114764?type=Training%20Data"}], "images": [{"id": 1498019, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38d415cc-4847-4a52-b606-b091a50bb598/width=450/1498019.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USJQpAIoOq9Z~AIp9uV@9@R6IWS69FxbNLNH", "type": "image"}, {"id": 1498005, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/405749b3-56a8-40bd-8f29-e2eaf6d4ea0d/width=450/1498005.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQLDGK0f0g4U~8nS9utj0yxuw~W?s=Int8WD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/114764", "modelId": 106839} \ No newline at end of file diff --git a/datasets/metadata/114813.json b/datasets/metadata/114813.json new file mode 100644 index 0000000000000000000000000000000000000000..e25333afde3a6afa14b396a646ea04697dd0281c --- /dev/null +++ b/datasets/metadata/114813.json @@ -0,0 +1 @@ +{"id": 114813, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-10T20:15:59.439Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 666, "ratingCount": 92, "rating": 4.99, "thumbsUpCount": 110, "thumbsDownCount": 0}, "files": [{"id": 81698, "sizeKB": 22251.6162109375, "name": "Mayura_Labatt_Gundam_seed-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-10T20:15:53.628Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F4A8A31A", "AutoV2": "DC7F1B6C5F", "SHA256": "DC7F1B6C5F87D2B43212F3FB2FF839242C22C63E206C2B15BF8295A171FE0768", "CRC32": "8937BBDE", "BLAKE3": "82BD56EE6C9FD8F15AE8BDE94A3E345680696B62F1C4168ADAC2BBBD2562C9CC", "AutoV3": "838E786E8D03"}, "downloadUrl": "https://civitai.com/api/download/models/114813", "primary": true}, {"id": 81699, "sizeKB": 20852.4384765625, "name": "Mayura_Labatt_Gundam_seed.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-10T20:15:59.071Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CFE1A099", "AutoV2": "0FB10EF02E", "SHA256": "0FB10EF02E02DAF730370BCC6DC251D598F51D65A917D4052E4CF5F6662FAE15", "CRC32": "B28502C5", "BLAKE3": "884DD2066E9DC2F5E7E67381C1E63AB75ED05C19250B80DAEAF99AD7A7E868E0"}, "downloadUrl": "https://civitai.com/api/download/models/114813?type=Training%20Data"}], "images": [{"id": 1499306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb8eb6d0-7daf-4ca7-bdf0-5fdc1022aa95/width=450/1499306.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEJaH5DjPU00]Ro$krI[0000*0cE4:tQ9[R4", "type": "image"}, {"id": 1499367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bccfcd53-e26b-4fa3-835c-a2354ae02500/width=450/1499367.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFINU7L01XD40K8|JDlBD6SRtQnN~TIn~V9F", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/114813", "modelId": 106872} \ No newline at end of file diff --git a/datasets/metadata/114887.json b/datasets/metadata/114887.json new file mode 100644 index 0000000000000000000000000000000000000000..12080e0dbf2bde8c9a81dcdbcc1d54988623d3c2 --- /dev/null +++ b/datasets/metadata/114887.json @@ -0,0 +1 @@ +{"id": 114887, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-10T22:06:35.057Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 633, "ratingCount": 86, "rating": 4.99, "thumbsUpCount": 105, "thumbsDownCount": 0}, "files": [{"id": 81763, "sizeKB": 22249.7880859375, "name": "Juri_Wu_Nien_Gundam_Seed-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-10T22:05:42.915Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "29A7A925", "AutoV2": "25093C108E", "SHA256": "25093C108EFE329674D2BA3F3C240C7B0A6EC86F098C13996DA8089E6A7A8FA8", "CRC32": "CCC164D3", "BLAKE3": "15EEAB6A26B062FEFECCDD37113C5324081AAE119D5E73364E3D4B8AAEB5A375", "AutoV3": "700E5B8A27F4"}, "downloadUrl": "https://civitai.com/api/download/models/114887", "primary": true}, {"id": 81764, "sizeKB": 20399.654296875, "name": "Juri_Wu_Nien_Gundam_Seed.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-10T22:05:47.173Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F467DE24", "AutoV2": "49302B9835", "SHA256": "49302B9835C154D080EB321B77DA565CA31BEA519ECFF91164ED1C94E0A63EA5", "CRC32": "7D6BB194", "BLAKE3": "87F8AB6A9BF4BC5E2B5491D0A97F88B8FAC80BD53F7C59A992C6CC1271A87212"}, "downloadUrl": "https://civitai.com/api/download/models/114887?type=Training%20Data"}], "images": [{"id": 2104812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09155936-0fd4-4368-bd96-655783c9d205/width=450/2104812.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcM@N0t7_Nxusmof?voebJofV?WB.8j[xFay", "type": "image"}, {"id": 1500635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e8c42d8-34c0-4c81-ae99-b6cfd107a08c/width=450/1500635.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKKJ[e?uD$=q0cxA%g~p4nx]-oRP?cxa={9Z", "type": "image"}, {"id": 1500596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4abfce5-2bce-4c05-9f2e-c6a65dd9fc6a/width=450/1500596.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDHnTw-o?wNz5JWX02-o039FwaE1ISx]%1Ng", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/114887", "modelId": 106911} \ No newline at end of file diff --git a/datasets/metadata/114975.json b/datasets/metadata/114975.json new file mode 100644 index 0000000000000000000000000000000000000000..c95b96fed17315c6d134afdf6250553c6b76c854 --- /dev/null +++ b/datasets/metadata/114975.json @@ -0,0 +1 @@ +{"id": 114975, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-11T01:30:55.759Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["dscs-mirei", "dress", "glasses"], "stats": {"downloadCount": 399, "ratingCount": 61, "rating": 5, "thumbsUpCount": 74, "thumbsDownCount": 0}, "files": [{"id": 81851, "sizeKB": 73841.6640625, "name": "dscs-mirei.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-11T01:25:56.635Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DF539201", "AutoV2": "5AEAF52EEA", "SHA256": "5AEAF52EEA69EA465C490859DFA464D01432771CCAE59347B0D9D8CB08308AE2", "CRC32": "58390B20", "BLAKE3": "13B6E826E6B96339E452DC1175413404557033B270637B20CF38A20749C93009", "AutoV3": "E86FD0AFA0E9"}, "downloadUrl": "https://civitai.com/api/download/models/114975", "primary": true}, {"id": 81852, "sizeKB": 605386.0986328125, "name": "dscs-mirei.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-11T01:32:56.829Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "802AECAB", "AutoV2": "404E150CEF", "SHA256": "404E150CEF9A47BF67203E24400F29550ABE243CA4638F45D23E8D4E6DC226D9", "CRC32": "EDA3C67F", "BLAKE3": "FBD5C854AD2BA2F176E0E73B0B82D5E1B5BB51BFB3CC39CEF1EBBC8CBD6A02E0"}, "downloadUrl": "https://civitai.com/api/download/models/114975?type=Training%20Data"}], "images": [{"id": 1502710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b0bcfd6-b3f0-4978-af92-949df4a4cc62/width=450/1502710.jpeg", "nsfwLevel": 1, "width": 864, "height": 864, "hash": "UaLN#[ko%f%3~qx[NFV@E1WBxuoLs:tQxuj]", "type": "image"}, {"id": 1502713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a9132d9-fb0f-4692-b31f-6544c583550a/width=450/1502713.jpeg", "nsfwLevel": 4, "width": 864, "height": 864, "hash": "UMLD$2oZ55H@?vOWR4xGY5x[-ptQ~X$%%gIU", "type": "image"}, {"id": 1502754, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d12f022a-f69c-46db-8889-5c4bdcb37390/width=450/1502754.jpeg", "nsfwLevel": 4, "width": 864, "height": 864, "hash": "UEKUZku30{ZP02EKIU+^00~U-7Nd-UMw?ZJ:", "type": "image"}, {"id": 1502751, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17ee7cad-1f59-4bea-8f6e-62300c9181e7/width=450/1502751.jpeg", "nsfwLevel": 2, "width": 864, "height": 864, "hash": "UCJavK^,O:5P%P?I0Kx[EM-=~W_3NNNGWTjX", "type": "image"}, {"id": 1502766, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31fdff13-c2da-4ca1-a43d-df6ebf51f3ef/width=450/1502766.jpeg", "nsfwLevel": 1, "width": 864, "height": 864, "hash": "UQMj?qSc?[ag_4tlNFIAI9s+?HoMs?IVWBoz", "type": "image"}, {"id": 1502712, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c6ce91b-2452-4f96-b668-d51d72ba6f8d/width=450/1502712.jpeg", "nsfwLevel": 2, "width": 864, "height": 864, "hash": "USLX0,S|.Ss:.TJ7M{aME2xCxsozV[kWtRIV", "type": "image"}, {"id": 1502711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f128c2dd-121c-419d-947e-7a6b28dbc101/width=450/1502711.jpeg", "nsfwLevel": 2, "width": 864, "height": 864, "hash": "UKJRQ|~q%LS7x^a#R%oM?cM{M{so^+j?V@Rk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/114975", "modelId": 106967} \ No newline at end of file diff --git a/datasets/metadata/114980.json b/datasets/metadata/114980.json new file mode 100644 index 0000000000000000000000000000000000000000..8b361789097dc76f8a95cb92f91b625b21246c52 --- /dev/null +++ b/datasets/metadata/114980.json @@ -0,0 +1 @@ +{"id": 114980, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-11T01:51:42.639Z", "availability": "Public", "nsfwLevel": 23, "description": null, "trainedWords": ["dscs-nokia", "red hair", "short twintails", "hair ornament", "sideless dress"], "stats": {"downloadCount": 622, "ratingCount": 94, "rating": 5, "thumbsUpCount": 111, "thumbsDownCount": 0}, "files": [{"id": 81856, "sizeKB": 73844.640625, "name": "dscs-nokia.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-11T01:42:14.847Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6137FF79", "AutoV2": "60AAB3DF6E", "SHA256": "60AAB3DF6EE733BE19A5450CE6B34193B8923DF8AE23B3F04F6436CCE67C46B3", "CRC32": "7CA7B17C", "BLAKE3": "309E1B6D3626BCA246D7BFF782C470F3F4BBFF8981D8076C9A72B94CDA34DC6A", "AutoV3": "5BC92AD474AA"}, "downloadUrl": "https://civitai.com/api/download/models/114980", "primary": true}, {"id": 81859, "sizeKB": 619655.7265625, "name": "dscs-nokia.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-11T01:46:00.959Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8C0123EB", "AutoV2": "7EDFF2548E", "SHA256": "7EDFF2548E26AC02EE13A225A8B6AF48699B6C3D01A226EA3CA42809553F7561", "CRC32": "594B4580", "BLAKE3": "364E44AEA5D8F9629EEA4FFDFC947DF8ACF7B0F336CA98510629ADDD483FA5F0"}, "downloadUrl": "https://civitai.com/api/download/models/114980?type=Training%20Data"}], "images": [{"id": 1502857, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2b9e312-8fc2-4678-b1dd-c7a0b6defaae/width=450/1502857.jpeg", "nsfwLevel": 1, "width": 864, "height": 864, "hash": "UHHU|Y~B9Ykqtns:D%o|.8xZxuxu%f%2xuxu", "type": "image"}, {"id": 1502865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3db395b-858b-4b6e-a31e-9f3b4b15d91b/width=450/1502865.jpeg", "nsfwLevel": 4, "width": 864, "height": 864, "hash": "UKI#fZ~q9[%N~W%g%gt8jGXAo~NG9GNHW=ad", "type": "image"}, {"id": 1502860, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/332ca584-35b6-47ea-b4dc-2b5c0745d41f/width=450/1502860.jpeg", "nsfwLevel": 1, "width": 864, "height": 864, "hash": "UQHd?Y~V5QEM9FD*E2M|xtbHxtjZR6aeoztR", "type": "image"}, {"id": 1502861, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13b8f1b3-e165-4481-b8ef-255b406e1151/width=450/1502861.jpeg", "nsfwLevel": 16, "width": 864, "height": 864, "hash": "UTIOFUInE1$iIqD%S2r?~VR%t7IUs;ofShRP", "type": "image"}, {"id": 1502864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e77c4c85-6dc4-44e9-8ac6-5b96a1290f67/width=450/1502864.jpeg", "nsfwLevel": 16, "width": 864, "height": 864, "hash": "UBHUz:H?0e0z~DDiD%Ey={ng?GbbIUWB-Wx]", "type": "image"}, {"id": 1502866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ead118c1-18bb-4f21-8a2d-d38dd07a34c6/width=450/1502866.jpeg", "nsfwLevel": 2, "width": 864, "height": 864, "hash": "ULHn]TNIRO~CIUIqD%wIrWb_x]nN-oogRiIV", "type": "image"}, {"id": 1502859, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c9e9080-167b-40a0-bd02-ca3a93df5520/width=450/1502859.jpeg", "nsfwLevel": 16, "width": 864, "height": 864, "hash": "ULJQ]1~WTcELICt7T0bv-:-o?ctQx]M|-oR%", "type": "image"}, {"id": 1502863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edba5937-e29f-402b-b515-7b9c022cfd68/width=450/1502863.jpeg", "nsfwLevel": 16, "width": 864, "height": 864, "hash": "U7Ih5G000|+vV~VZX-s:rp=|~WWB}[9a%gD%", "type": "image"}, {"id": 1502858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c06470e4-b573-474a-9393-2b3ab3756f24/width=450/1502858.jpeg", "nsfwLevel": 2, "width": 864, "height": 864, "hash": "UIF~2N~C4.EM4onOtQo}InM|-pxtEfX8oNxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/114980", "modelId": 106971} \ No newline at end of file diff --git a/datasets/metadata/114994.json b/datasets/metadata/114994.json new file mode 100644 index 0000000000000000000000000000000000000000..ae9d41cc57c051abdef91176ba434ea0870bad7e --- /dev/null +++ b/datasets/metadata/114994.json @@ -0,0 +1 @@ +{"id": 114994, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-11T01:58:47.336Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": ["dscs-kyoko", "blonde hair", "long hair", "goggles on head", "white jacket"], "stats": {"downloadCount": 494, "ratingCount": 68, "rating": 4.97, "thumbsUpCount": 85, "thumbsDownCount": 0}, "files": [{"id": 81867, "sizeKB": 73843.2265625, "name": "dscs-kyoko.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-11T02:00:40.834Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "88B6629A", "AutoV2": "EB774B1256", "SHA256": "EB774B12563B39866D1D38A8EC7731F0C51398214F48A1D82085C582B4CB01D0", "CRC32": "1DFD9A50", "BLAKE3": "0A407120D8B1442FA0F737A32C47E1F26F2E7C032AD9263B4F56B3698E469EAA", "AutoV3": "3F0C328C08F8"}, "downloadUrl": "https://civitai.com/api/download/models/114994", "primary": true}, {"id": 81866, "sizeKB": 619591.599609375, "name": "dscs-kyoko.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-11T02:00:52.366Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E69B97A5", "AutoV2": "95B4AA80BE", "SHA256": "95B4AA80BE1330FE0D5D35C54E80BF1CED627DE630817BFB74AACF20A0566757", "CRC32": "8815258A", "BLAKE3": "CE9DDAC5CDBAFEDD1C36EF334ACB761A5BFEFD542F5F35DC007ED416D862105F"}, "downloadUrl": "https://civitai.com/api/download/models/114994?type=Training%20Data"}], "images": [{"id": 1503025, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e170ff93-a4c6-4fbf-8fdf-a8366d19e28d/width=450/1503025.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UCHLYr-=000OK0~VV@Ng?bbw_3x^0KRkMx%2", "type": "image"}, {"id": 1503026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15265b32-ef45-47fa-bc21-4a0085af4fb3/width=450/1503026.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "UEGIDs~qKj%Kw?jc9aRj.S-;=|WV00t8xu%M", "type": "image"}, {"id": 1503027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f9b3ede-5453-459a-a4d1-8b3a7a60d35a/width=450/1503027.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UQIqT6~qXA9]9FM|IVM|pIaet7nPbb%1xtWX", "type": "image"}, {"id": 1503028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b54b2fe-3126-4ce2-8392-00e032a4e970/width=450/1503028.jpeg", "nsfwLevel": 8, "width": 800, "height": 800, "hash": "UKFrq.4:9Z?H?bofMyxt~WRjt7NGaKofM{t7", "type": "image"}, {"id": 1503029, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ce697ce-4cb0-48e7-b55e-299acd34da6c/width=450/1503029.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "U9F~Ei0f9Y^jI.00xaIT_N~pMyWA9Z9GE0t7", "type": "image"}, {"id": 1503033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/686bfe24-bdca-4fa6-a77f-46c4c6ac8dba/width=450/1503033.jpeg", "nsfwLevel": 8, "width": 800, "height": 800, "hash": "U4H2Wd}=0001Gr4,t7Md%M%1~q?I00004o%1", "type": "image"}, {"id": 1503032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d919c721-8cfe-4946-8cc0-9043926859b9/width=450/1503032.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UJGIWH%2SjNGD%?G4.D*~pWB%LbJR%WBxuxb", "type": "image"}, {"id": 1503039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9452d2b8-daec-4a0e-8445-d8f5373068f2/width=450/1503039.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "ULGu]{MwD*.9?^ROD%NxtlMw%3a~4-RixaRj", "type": "image"}, {"id": 1503038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a71e3b1c-7ae4-4aa3-a9e0-bc41ba471f10/width=450/1503038.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UAF=zFD*0000D~xaIAem~qXT%0?a4m%MWB-o", "type": "image"}, {"id": 1503040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf709f9f-6f01-44d7-adcb-b578745ceea2/width=450/1503040.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UBG8.k01Ee%g~otSMxtR~pbx%gt800~q%NWY", "type": "image"}, {"id": 1503041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7feb946-fe26-40e5-8f5d-7c29b85520c0/width=450/1503041.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "U7GIWK00Ez~W-l00?bng~V-;NG%L4nD%%Mae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/114994", "modelId": 106985} \ No newline at end of file diff --git a/datasets/metadata/115036.json b/datasets/metadata/115036.json new file mode 100644 index 0000000000000000000000000000000000000000..8d0e0cb88209200b446114cb781e412fea641bff --- /dev/null +++ b/datasets/metadata/115036.json @@ -0,0 +1 @@ +{"id": 115036, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-12T01:09:37.243Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["gaikotsu-chiyome", "short hair", "headband", "hat", "cat ears"], "stats": {"downloadCount": 308, "ratingCount": 44, "rating": 5, "thumbsUpCount": 53, "thumbsDownCount": 0}, "files": [{"id": 82471, "sizeKB": 73844.796875, "name": "gaikotsu-chiyome.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-12T01:06:22.527Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "297CC56E", "AutoV2": "4CE75D3126", "SHA256": "4CE75D31265031D75CFF64A0975CB93F1072972340AE6FDA9B7C49F519809EE7", "CRC32": "93FE234E", "BLAKE3": "E2B7FF807BC26C6B12395FE376C5074BC593F450FA3E59DA834213C1983A375E", "AutoV3": "74066EEB2F44"}, "downloadUrl": "https://civitai.com/api/download/models/115036", "primary": true}, {"id": 81894, "sizeKB": 28593.4111328125, "name": "gaikotsu-chiyome02.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-11T03:14:00.377Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "78404057", "AutoV2": "14EA6383CA", "SHA256": "14EA6383CA5442E7B5F05DA244F4469F0CC84C1D41835C98BEB9A709C07A7202", "CRC32": "628F1BE4", "BLAKE3": "9CA5CD31A10A35A1FB957906A3B2661BDB8F40772BABD6B43613FFD346AC8253"}, "downloadUrl": "https://civitai.com/api/download/models/115036?type=Training%20Data"}], "images": [{"id": 1516834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c79e5015-8821-403b-8a7d-b695aab3fe6e/width=450/1516834.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UEEVc[~V_1%e0KtM9ZIoInR%^*-:X9IpWC-p", "type": "image"}, {"id": 1516835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96ebd319-8ae8-480d-8baa-00b3d15c9448/width=450/1516835.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UKEV+%~VD~J59aD*bdM}S$tR%L?G-:xtE0NF", "type": "image"}, {"id": 1516844, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daef376a-b0bb-466a-b047-6f4639c6517f/width=450/1516844.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "ULDmKt^+X2xb9%E2IVV[?d-p-Wj=pcR-oebE", "type": "image"}, {"id": 1516843, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfa8a67c-0711-4d59-a035-18aee163188a/width=450/1516843.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UIF5~eIS_1J4_KoHt6%KNbxbaixuE3D+IV%M", "type": "image"}, {"id": 1516845, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f219509f-669c-4b6e-bcca-73c34eb79af5/width=450/1516845.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "U8Dvcg_K9q_2009G9G-p02x1~D4o?Zs*WRxu", "type": "image"}, {"id": 1516846, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b3cba04-263f-4c37-8e76-8d94e8be10c2/width=450/1516846.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "UAEyo6_Ly4?r00.6E09G?1I;%3$,9ejL$+V[", "type": "image"}, {"id": 1516848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e23c6e70-6474-4e33-86b9-447cfa8a8cb9/width=450/1516848.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UNHB;|Mxo}D%~qD%t7M{.8%2-oWAW=Rjt6xa", "type": "image"}, {"id": 1516849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e398b88-3ee9-4533-84de-ce39278221d1/width=450/1516849.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "U8DJ6SDibV9G00D+R+~Wxu_2n-0LI;E0s:NY", "type": "image"}, {"id": 1516853, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a11a249-6290-496c-b555-314d4b5e4688/width=450/1516853.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "U6CP-C^U00000c0L_1?HDk--?IRoD@%dIUwh", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/115036", "modelId": 107021} \ No newline at end of file diff --git a/datasets/metadata/11527.json b/datasets/metadata/11527.json new file mode 100644 index 0000000000000000000000000000000000000000..915278a5cf85870f59d02b75c3b43e92093c18cf --- /dev/null +++ b/datasets/metadata/11527.json @@ -0,0 +1 @@ +{"id": 11527, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-02-17T05:38:14.776Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["tendou_kasumi"], "stats": {"downloadCount": 839, "ratingCount": 125, "rating": 4.99, "thumbsUpCount": 126, "thumbsDownCount": 0}, "files": [{"id": 10695, "sizeKB": 79145.7880859375, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-17T05:41:43.124Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "983ACA32", "AutoV2": "AEDA7A2321", "SHA256": "AEDA7A23210C6C294CD0955CDAFA9707F887485EC021DE460230052D9E48194E", "CRC32": "A1CE542A", "BLAKE3": "A362F868D6CF2B71EA1676DA87236C3ABD7A86BE59938B5E941D4D63BD896A00"}, "downloadUrl": "https://civitai.com/api/download/models/11527?type=Training%20Data"}, {"id": 10694, "sizeKB": 147587.5185546875, "name": "Tendou_Kasumi.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-17T05:41:42.827Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "B78629C1", "AutoV2": "384A99A665", "SHA256": "384A99A66553587972684216E59AF3675A8774C4DAFC6EE5938C976FA43E7F03", "CRC32": "AD6BE1C3", "BLAKE3": "19A5B8EF42A9D0697133D8744E0145B413FEEAF1D8F47739F256726BD314C1AB", "AutoV3": "475909D9F678"}, "downloadUrl": "https://civitai.com/api/download/models/11527", "primary": true}], "images": [{"id": 110492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01382b62-d579-4438-0165-0dd16430dd00/width=450/110492.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UmLNlWtR_4%2IAxaozS2EMtR%1V@%2R*tRax", "type": "image"}, {"id": 110498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78ba0993-8652-4360-2a50-51ad08e71800/width=450/110498.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UOL4Tw~V0L_44mxu-=t64.%2-VI:?b9ZxaxZ", "type": "image"}, {"id": 110497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fca8720a-1332-4d87-992a-bae9896c8b00/width=450/110497.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UYJ7]-~qK4-;.8S$M{nONa%2%1IUD*j[xtWC", "type": "image"}, {"id": 110496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f85f10e5-4c26-48f7-1d89-95e4e4176c00/width=450/110496.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UTM4~|0$}@9u9Ff|#WxZ5SSOoMjI=xoLofxa", "type": "image"}, {"id": 110495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8b98f61-d859-4a31-891e-85173c4d5000/width=450/110495.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBJR2IXn^aMw:z9wtS4;0NozR5DjK9~TIo-.", "type": "image"}, {"id": 110494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed95b2fa-c5fb-4ee5-549c-6a02ffdb3f00/width=450/110494.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UJHLe.tmD}9d?wR;xbxuDjRP_3S*4TM{t7%1", "type": "image"}, {"id": 110493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb1a72ed-5860-42b7-fb8b-900a0ce75700/width=450/110493.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "ULJHdho$?Z-p~p4TIAbu=_In4:xbIpj]WA%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/11527", "modelId": 9691} \ No newline at end of file diff --git a/datasets/metadata/115865.json b/datasets/metadata/115865.json new file mode 100644 index 0000000000000000000000000000000000000000..0cfd1a2e6b5d51b4fa86acfd769a40283189deeb --- /dev/null +++ b/datasets/metadata/115865.json @@ -0,0 +1 @@ +{"id": 115865, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-12T08:04:47.006Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 819, "ratingCount": 107, "rating": 5, "thumbsUpCount": 115, "thumbsDownCount": 0}, "files": [{"id": 82623, "sizeKB": 22247.8154296875, "name": "Minami_Nadeshiko_Kisaku-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-12T08:00:17.391Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3A3DA82E", "AutoV2": "834FA0D4B6", "SHA256": "834FA0D4B67706CEDC35E4FDA0E400C45CD445622AEEC13B2F18C484B394DBC5", "CRC32": "9D8FFBC1", "BLAKE3": "0059026F2105824378C3C3F6A4648705595409FF6F8A45541211290E2CE4CB0D", "AutoV3": "BABA072C6339"}, "downloadUrl": "https://civitai.com/api/download/models/115865", "primary": true}, {"id": 82622, "sizeKB": 23780.00390625, "name": "Minami_Nadeshiko_Kisaku.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-12T08:00:05.463Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7FF00A54", "AutoV2": "F395DFDFB5", "SHA256": "F395DFDFB5B18050706C4DF6179A97A9C9FFCC9B013B913691E3B73700ED5756", "CRC32": "BA0D3683", "BLAKE3": "CDDA2CF1652E1BFC76D2DF572C0232A7919E2BABAE9588AA0D19C505CDDEFF29"}, "downloadUrl": "https://civitai.com/api/download/models/115865?type=Training%20Data"}], "images": [{"id": 2104770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb9eb64d-5379-4d73-89c7-a2d37bc4b032/width=450/2104770.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URN^9+?b_N-;01xu.Sxb_NtRnhj[S$of-oRj", "type": "image"}, {"id": 1520475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42f61dde-8168-4b06-874c-581b97863062/width=450/1520475.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAJ@m]00H^9G~A01-;M|00^+5hx[D#?HRR%1", "type": "image"}, {"id": 1520646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73e0a11f-cea8-4694-97ad-2a2ce9aab66f/width=450/1520646.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "UCMGx5~W0zw^00%g9]X80,D%MIDj~ANGxtof", "type": "image"}, {"id": 1520647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dacb19ba-acb8-48d3-8474-4fa8c6c0f1df/width=450/1520647.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNKdG4bb5rSh6,Nc%hS4_NX8~Wt70#WXo}kD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/115865", "modelId": 107714} \ No newline at end of file diff --git a/datasets/metadata/11587.json b/datasets/metadata/11587.json new file mode 100644 index 0000000000000000000000000000000000000000..bc357ad0a0b289b25ec14fa72af3c54e69c220a9 --- /dev/null +++ b/datasets/metadata/11587.json @@ -0,0 +1 @@ +{"id": 11587, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-02-17T08:02:58.900Z", "availability": "Public", "nsfwLevel": 29, "description": null, "trainedWords": [], "stats": {"downloadCount": 1217, "ratingCount": 192, "rating": 5, "thumbsUpCount": 200, "thumbsDownCount": 0}, "files": [{"id": 10727, "sizeKB": 16622.650390625, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-17T08:06:35.984Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9328CE80", "AutoV2": "74F5E42222", "SHA256": "74F5E42222BACD43311CE71D1EFD7B63EF6188655AB3E7A10EF29774CD111661", "CRC32": "7D64C4F9", "BLAKE3": "2DF4881592DEB3BD89DCCB1360D5645D1143A821941CD0F400BA77F179781A5E"}, "downloadUrl": "https://civitai.com/api/download/models/11587?type=Training%20Data"}, {"id": 10726, "sizeKB": 36980.357421875, "name": "Chisato.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-17T08:06:32.690Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "8EC25DE1", "AutoV2": "A528FEF59F", "SHA256": "A528FEF59F961895AA10334AF75B46CDA8811C3FD2B288E49E092341711C444F", "CRC32": "5084D599", "BLAKE3": "24F11754271E5A71E76C66E701287C6EB8299F364E9F10038649C9CEF0D5929F", "AutoV3": "3EC6B014EB1A"}, "downloadUrl": "https://civitai.com/api/download/models/11587", "primary": true}], "images": [{"id": 110898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4182647d-9c64-49a3-85e2-dd354b93fe00/width=450/110898.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UpMGhtxZ-=NG~ptQIot7%gMxkCRjbcRQxubH", "type": "image"}, {"id": 110908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2db5ec94-0a66-4afb-95e9-51b02aece600/width=450/110908.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UuNTRS%L~qkWxDoLIoog-:axM{aet6Rjaeof", "type": "image"}, {"id": 110907, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/055e558b-db98-4238-141e-6a1b64af3400/width=450/110907.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UhN,b?%M_N%M?aIUM{W=?bt7IUj]o}t7ofoz", "type": "image"}, {"id": 110906, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7883c817-3646-4470-2fa4-4c8eae448100/width=450/110906.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UdJ%tR~Vkpxt.7%MNGjYo}%LRQn%RjRkoeWW", "type": "image"}, {"id": 110905, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ce6f997-6c3d-4565-ee47-308414bc2500/width=450/110905.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UOJjxY~W56SOS2^+%MIp%2xat7xuV@Rjt7oe", "type": "image"}, {"id": 110904, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdfc7cda-7d22-4887-83cc-24939fb57100/width=450/110904.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UCI4ki000eo|FxD%4o-p~pM|^+Io01D%JmbG", "type": "image"}, {"id": 110903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a13857a4-a985-4a96-cd90-59ad6fac7500/width=450/110903.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U7L41#R500KPR+~Vof4:5kIo-Ut7-:9GRP?b", "type": "image"}, {"id": 110902, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae27abd5-0eb4-47ac-d04e-2820e455c700/width=450/110902.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U8K^BGnhY%~WlTi_9ux]7cM{00IVR%R*%2eo", "type": "image"}, {"id": 110901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fda1e885-581d-4cc7-7a7a-c3e3b3e38600/width=450/110901.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U8L3ic~p004T5l%2$*t700%L_Mx]X8D%sWW;", "type": "image"}, {"id": 110900, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d759c99-6717-4755-2241-0b95dc21cf00/width=450/110900.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UFJj*r~V0000tQt7%LRjI.xuWBIV%2oeniNG", "type": "image"}, {"id": 110899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d216d2ed-bd2f-4ca2-9f46-d4e7be008700/width=450/110899.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "URIp;+~VAYI:XmxuI:IVI:of$kafIUM|IVM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/11587", "modelId": 9748} \ No newline at end of file diff --git a/datasets/metadata/115915.json b/datasets/metadata/115915.json new file mode 100644 index 0000000000000000000000000000000000000000..d991295c3539d0500e731bb836422cba714a8c80 --- /dev/null +++ b/datasets/metadata/115915.json @@ -0,0 +1 @@ +{"id": 115915, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-12T09:42:10.026Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 565, "ratingCount": 77, "rating": 5, "thumbsUpCount": 80, "thumbsDownCount": 0}, "files": [{"id": 82662, "sizeKB": 22250.455078125, "name": "Kimisaki_Hiromi_Kisaku-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-12T10:05:04.177Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "13F5CA71", "AutoV2": "66DF92AAAC", "SHA256": "66DF92AAAC58F1EDAA7B8484B56951BF8475D63E907BF6EA02AABB3D9EEC829E", "CRC32": "6D0FCC77", "BLAKE3": "A800D489C70AF86EC46FB4B0DDFB94AC2405077FA21D782BE1DB0EDF17FA344A", "AutoV3": "050663913F08"}, "downloadUrl": "https://civitai.com/api/download/models/115915", "primary": true}, {"id": 82663, "sizeKB": 29126.822265625, "name": "Kimisaki_Hiromi_Kisaku.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-12T10:05:30.974Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6A351099", "AutoV2": "64975E9E09", "SHA256": "64975E9E09D66725142DF726F8D7BA8CDE82191AEC01478EF3140E2FCB1703D8", "CRC32": "AF28450F", "BLAKE3": "D06C189F924E5E7ABADD523CAF8A78E0D5A4C782DB50F7077575E724374D0B0D"}, "downloadUrl": "https://civitai.com/api/download/models/115915?type=Training%20Data"}], "images": [{"id": 1521424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c19277f4-8b2a-47dd-ab30-291a01aa5eee/width=450/1521424.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPH27x-;?^-;-U-;E1%M4:InxGM{tSM{-pM{", "type": "image"}, {"id": 1521276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/696476e7-c2b5-4406-81ca-0aeb994a4c1e/width=450/1521276.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "UUM74F_2_1-p9r%LbuWCOXofxDRj~Va#RjWC", "type": "image"}, {"id": 1521460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be90e4ae-1646-4505-9558-5ef3db4096d0/width=450/1521460.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXLW-P?HtR~Wt2Rjf,-;E1M|-;bb~qtRM{%2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/115915", "modelId": 107758} \ No newline at end of file diff --git a/datasets/metadata/116145.json b/datasets/metadata/116145.json new file mode 100644 index 0000000000000000000000000000000000000000..eb371939ff834d7bed9bd9bd9134d5253de8b91f --- /dev/null +++ b/datasets/metadata/116145.json @@ -0,0 +1 @@ +{"id": 116145, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-12T17:37:58.507Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 904, "ratingCount": 123, "rating": 5, "thumbsUpCount": 144, "thumbsDownCount": 0}, "files": [{"id": 82855, "sizeKB": 22245.65234375, "name": "Kashiwagi_Ayano_Kisaku-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-12T17:40:44.611Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "69DBA867", "AutoV2": "AAB54C2460", "SHA256": "AAB54C246086D244DC236CCC7E278517E39A0D60369A75DDFBEB92E427923EE0", "CRC32": "DE59F0EA", "BLAKE3": "E54702E69C5C690CDC3B3E037169586EDB3525F74A98C219C95A83FAB241999B", "AutoV3": "D51B539C00B9"}, "downloadUrl": "https://civitai.com/api/download/models/116145", "primary": true}, {"id": 82856, "sizeKB": 23253.8671875, "name": "Kashiwagi_Ayano_Kisaku.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-12T17:40:45.303Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5B5ADA71", "AutoV2": "E5B59EF7B9", "SHA256": "E5B59EF7B913C81D428EE4137F14B59F7CB8A137209F450D7A8CEB8F61764C17", "CRC32": "811A1121", "BLAKE3": "F7A4CD354F82BB2651C32483BB4B5DAEEE827246DAC2210BC265904FF20FD589"}, "downloadUrl": "https://civitai.com/api/download/models/116145?type=Training%20Data"}], "images": [{"id": 7455177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c82e02c6-01c3-45fb-8c37-89ec7d6eeee5/width=450/7455177.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULP$2yDjt:t87nE1%~W=Htt6-nR,^+s;n7s:", "type": "image"}, {"id": 1526878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/795452e9-7798-4817-b861-d731c7328492/width=450/1526878.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFKmCoD~0h0K1ENEa2v}5Q~CtTtl=Nb_?GOs", "type": "image"}, {"id": 7455176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5d4199c-405b-474b-836e-ef8261252710/width=450/7455176.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULP$2yDjt:t77nE1%~W=Htt6-nR,^+s;n7s:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/116145", "modelId": 107960} \ No newline at end of file diff --git a/datasets/metadata/116197.json b/datasets/metadata/116197.json new file mode 100644 index 0000000000000000000000000000000000000000..202599d1ebb006415daef2b13fa1b5476c4b7f05 --- /dev/null +++ b/datasets/metadata/116197.json @@ -0,0 +1 @@ +{"id": 116197, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-12T19:21:14.835Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["icm-lemia", "short hair", "black hair", "yellow eyes", "choker", "cape"], "stats": {"downloadCount": 474, "ratingCount": 78, "rating": 5, "thumbsUpCount": 86, "thumbsDownCount": 0}, "files": [{"id": 82899, "sizeKB": 73844.984375, "name": "icm-lemia.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-12T19:20:59.631Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "23BB6085", "AutoV2": "8152B4549B", "SHA256": "8152B4549BB2B30BEAD5412CCFD169247410E22BB30C5C038BE085163CF7BBEE", "CRC32": "B3647737", "BLAKE3": "89B8587D7199CAA6E6260E64EA8706C52BD35848CE93D0DB7946C3FE2DAD404E", "AutoV3": "26854C0C3C82"}, "downloadUrl": "https://civitai.com/api/download/models/116197", "primary": true}, {"id": 82904, "sizeKB": 629069.0078125, "name": "icm-lemia02.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-12T19:26:05.904Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1B0D959A", "AutoV2": "5157856D04", "SHA256": "5157856D04FA46E80B433AA64544CD69AD5BD64E39E543773501855F6C620173", "CRC32": "45FCD6DD", "BLAKE3": "64215B4BCB6079A063C5E3203021BA69EFC4003555520F1ADFB24D7F9890CD53"}, "downloadUrl": "https://civitai.com/api/download/models/116197?type=Training%20Data"}], "images": [{"id": 1527775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f31bf9c3-cbcb-4518-b217-a05beca3a417/width=450/1527775.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UNGSJp-qK0TJh2tRxu%MyFjIxHxb?vf5W,oy", "type": "image"}, {"id": 1527781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c72f2c43-e122-4727-9553-b7ee19660ae1/width=450/1527781.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "UKG8=uIW0KE1tnIq?GV?yZRj%2IoNMkBsoRj", "type": "image"}, {"id": 1527779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/387423f2-b4fe-495b-9f45-3b8ab19e9571/width=450/1527779.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UbE.@UtSIos:?wkXV@oftmozxDofNMa}oeof", "type": "image"}, {"id": 1527773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bf49b72-cb3d-44de-8d6a-3d9f73ba7752/width=450/1527773.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UKD,Al%#Sw={?^o}IURi-=-p%KRkRps;WDS2", "type": "image"}, {"id": 1527778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b91a8287-a7a5-44e0-8c15-597140b95d2d/width=450/1527778.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UEE_:V~V0K9Z9Z9Zn*xt^*xaxaRjRPs:?a%L", "type": "image"}, {"id": 1527782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/602417b9-eca6-4e96-8f3b-1498e4989da1/width=450/1527782.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "UcIY5:ocS$VrX.%Ms:s+~qxuxuM{I^aKtRWA", "type": "image"}, {"id": 1527789, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2c081cf-e9f5-4e46-b56d-2ffa69e27789/width=450/1527789.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UHECa#x]~q^+9Z?G4:og^+Io-pxHkV-ot7j]", "type": "image"}, {"id": 1527795, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f54f8159-4618-4e4a-afa1-000d24df9063/width=450/1527795.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "U9BC_X~B00oc%0-o-oxu0LIV?Hof9aE2IpIV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/116197", "modelId": 108009} \ No newline at end of file diff --git a/datasets/metadata/116251.json b/datasets/metadata/116251.json new file mode 100644 index 0000000000000000000000000000000000000000..0fb1be966f0baeabe63b7480554b7922387e8ed4 --- /dev/null +++ b/datasets/metadata/116251.json @@ -0,0 +1 @@ +{"id": 116251, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-12T21:06:20.092Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 651, "ratingCount": 95, "rating": 5, "thumbsUpCount": 107, "thumbsDownCount": 0}, "files": [{"id": 82946, "sizeKB": 22240.8046875, "name": "Kitagawa_Tomoe_Poro_Gurumi-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-12T21:02:02.099Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8B13A31F", "AutoV2": "C93B01F14A", "SHA256": "C93B01F14AFFAAA00BB87445FBBAF38F2A4A93207AA2616AEE97FB94658C5850", "CRC32": "493A5429", "BLAKE3": "53D8CE5F0C9B2BED38F194B05AED66E99914AF2D1BE52A0794770951A7429BE9", "AutoV3": "20223702043F"}, "downloadUrl": "https://civitai.com/api/download/models/116251", "primary": true}, {"id": 82947, "sizeKB": 14909.0029296875, "name": "Kitagawa_Tomoe_Poro_Gurumi.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-12T21:02:08.973Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1FD22E68", "AutoV2": "46A4CC1D69", "SHA256": "46A4CC1D696F1B233A56DE0EED6058E4A95363048E374C9F853232B8902AA82A", "CRC32": "2661D3F2", "BLAKE3": "E092BF4AF09C2E5808CD32C194A6D25DFA8D8DC3DEB471FA0F21A1D3D92CDA8E"}, "downloadUrl": "https://civitai.com/api/download/models/116251?type=Training%20Data"}], "images": [{"id": 2105040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9991d476-7c59-4435-bc9b-f7f72032b37f/width=450/2105040.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPNu-V-Vo}n4~TShpwOY?HozxaVsu4bH%gkC", "type": "image"}, {"id": 1528685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ad67bf1-cb87-4cdc-a547-48bdd2b02388/width=450/1528685.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGLovc}rFZ#Q4m={IVJA0#D%%#JBGGSgs;tQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/116251", "modelId": 108063} \ No newline at end of file diff --git a/datasets/metadata/116340.json b/datasets/metadata/116340.json new file mode 100644 index 0000000000000000000000000000000000000000..bdd42badda587c6f2ce98fdd4542a04aa4624eb9 --- /dev/null +++ b/datasets/metadata/116340.json @@ -0,0 +1 @@ +{"id": 116340, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-13T01:34:06.269Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": ["icm-rin"], "stats": {"downloadCount": 453, "ratingCount": 58, "rating": 5, "thumbsUpCount": 67, "thumbsDownCount": 0}, "files": [{"id": 83028, "sizeKB": 73846.75, "name": "icm-rin.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-13T01:20:50.727Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FDB44AE0", "AutoV2": "AB4520DCEC", "SHA256": "AB4520DCEC6BAA651070EDAD6625F93054AB57CA5F383927B07AE4F454C2B8FA", "CRC32": "9B74B12C", "BLAKE3": "1817801572529072CF20543518D19816D0D9DC1E58FBA962AFE28911603FCF91", "AutoV3": "DB35D395DC2C"}, "downloadUrl": "https://civitai.com/api/download/models/116340", "primary": true}, {"id": 83029, "sizeKB": 660755.8642578125, "name": "icm-rin.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-13T01:21:15.572Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6D4179B6", "AutoV2": "A1FC3538A7", "SHA256": "A1FC3538A74E7A013E0FA3A9637030458661925C268FF1A8E6266F817A7EEB43", "CRC32": "F2949CF5", "BLAKE3": "D6471513EAFCF23A9B9E6575AB757D436A6F72D2588ACC261D9509882017CFF1"}, "downloadUrl": "https://civitai.com/api/download/models/116340?type=Training%20Data"}], "images": [{"id": 1530970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/493747ac-9aaf-4acc-87f0-1d3c801652a5/width=450/1530970.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UJF#p|~VxYIVIUE3S2s:IpR.t7xaIsM|E2Io", "type": "image"}, {"id": 1531005, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abf28fe0-6347-4c57-9707-25aeb4f0d479/width=450/1531005.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UVLXSnNHRO%#AfWXM|tS?wWAt8xa-;WEocV?", "type": "image"}, {"id": 1531011, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a92c1dd0-4fa9-420b-8edc-e06cba1aa05b/width=450/1531011.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UJEB?J~BOA9t9aM|EMR*%Lxs%1%1IVM|W;%L", "type": "image"}, {"id": 1531012, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f82e8080-5f25-4b50-8af9-6dde2a768ce4/width=450/1531012.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "U8GawkE300rs00Xnt7^*1b0f-p-o4T~CNd4o", "type": "image"}, {"id": 1531024, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92031c88-8bbe-4202-bb15-88d61b342b92/width=450/1531024.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "UUK_UeMcF2t-PXNFx^x]-qo~%2%14:t7RPM{", "type": "image"}, {"id": 1531025, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2226da96-4c48-4b2a-8589-0b68d6033b13/width=450/1531025.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "UDG+R2%%0cDPGc%#.8-5EC?u-=R~x_j_R:%L", "type": "image"}, {"id": 1531057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adf37eae-3b15-4486-871e-5a688a233bd5/width=450/1531057.jpeg", "nsfwLevel": 8, "width": 800, "height": 800, "hash": "USLh6$56K*ae16oHtRRO_4xaxWRjpKNybbkW", "type": "image"}, {"id": 1531060, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8a0502c-7a8e-48f9-9a05-9f774be9a5ae/width=450/1531060.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "UFLN*|v1yXyr1-rVIrt-9Jo}_2%NTMIVD%kD", "type": "image"}, {"id": 1531059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50cba52e-b8f9-4491-aca0-6e8124941ba6/width=450/1531059.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "UcI~3]8{NHJ..TV@ogo~M{NHxuxu^jIpkC%2", "type": "image"}, {"id": 1531062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5889573-1c45-408b-8130-4c32bca0f07c/width=450/1531062.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "U5Ex^j069Y-r0BXpAI^+GK?cK,0L00~U?axG", "type": "image"}, {"id": 1531061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2dff42b6-d0c9-4be8-9971-2b437fad31da/width=450/1531061.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UPFrLx~VovIWIoD*E1IV?a%2xuogIUad%2ay", "type": "image"}, {"id": 1531064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46d681ae-421c-4212-9657-3e83df42a343/width=450/1531064.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UKI}6J%dxn_3Rixu?aWXM{~W^+IVxuX9NHnl", "type": "image"}, {"id": 1531071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16f0a66a-3849-43ba-a52a-3053483c1a62/width=450/1531071.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "U9Ga:,T1I.4.4TbbSzIp^g01bI~pMyI;xZIo", "type": "image"}, {"id": 1531073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0334e37c-4930-4458-910b-ec6baa37bc23/width=450/1531073.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UDF=BfE2IT9F9u~BxsxtE2nhx]-p9Gxs%Mxu", "type": "image"}, {"id": 1531070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d15abce-601b-43b5-acfc-63add0f0df5d/width=450/1531070.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UNI4@U~VM_oJ9FNGIUjF^%M|%L%L-pt7WBt7", "type": "image"}, {"id": 1531072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b31bec70-fb9b-47db-b881-f0c4e00d7fe7/width=450/1531072.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UNHxpW-=-:^k?w_3IUIA.9Ion+RitRoej[xu", "type": "image"}, {"id": 1531075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efb43e98-fa6d-4ed2-befb-9ba8067173ff/width=450/1531075.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "U8D[qW0h9t=|A0-n0f~A%3t7~UIV9H%1-:Vs", "type": "image"}, {"id": 1531074, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e43a9ff6-47d5-48ea-8e29-5d7d26d28bd8/width=450/1531074.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UQHCJWR8khtk$qr?Dkog~oWBxVn,.7RktPt6", "type": "image"}, {"id": 1531076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/533cfd20-9186-484d-93bc-22b62cf0429e/width=450/1531076.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UYGlbNozSuR6.ANGIVsk_3xaxtRjt8Rjo#Wo", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/116340", "modelId": 108018} \ No newline at end of file diff --git a/datasets/metadata/116349.json b/datasets/metadata/116349.json new file mode 100644 index 0000000000000000000000000000000000000000..d68925337cb655fdd35076d52c035d42ebf8065b --- /dev/null +++ b/datasets/metadata/116349.json @@ -0,0 +1 @@ +{"id": 116349, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-13T01:50:20.795Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["icm-muller", "long hair", "blonde hair", "blue eyes", "twin braids", "green dress", "pointy ears"], "stats": {"downloadCount": 358, "ratingCount": 52, "rating": 5, "thumbsUpCount": 59, "thumbsDownCount": 0}, "files": [{"id": 83041, "sizeKB": 73844.5234375, "name": "icm-muller.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-13T01:46:45.183Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EC81A222", "AutoV2": "E5AF7DA4E3", "SHA256": "E5AF7DA4E3906B6C6558F79030FBA28207094D0245583A1045AB57D35A3089C0", "CRC32": "0D402235", "BLAKE3": "4AAC138E3A533404D6EA330D6547EE7B9468EE16B737D529F97C9CF33526323F", "AutoV3": "14B4D958DE12"}, "downloadUrl": "https://civitai.com/api/download/models/116349", "primary": true}, {"id": 83042, "sizeKB": 504438.697265625, "name": "icm-muller.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-13T01:47:01.923Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "40405F28", "AutoV2": "CB98A1863B", "SHA256": "CB98A1863B903F8BC2A34812C9A0BCCADE907331657D0E5A6D41693CBAC13028", "CRC32": "DE9FB41E", "BLAKE3": "C8EEA333DCEDFD0F8EE7CFF50D4FE35AF6DB164C06F06CB6FA674DB8A3D53E59"}, "downloadUrl": "https://civitai.com/api/download/models/116349?type=Training%20Data"}], "images": [{"id": 1531150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/838cad73-a599-412f-bc19-d50b3b35a9bd/width=450/1531150.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "U9F~Z]*z3203}x014so#_MZ~tkACcXIAXlNz", "type": "image"}, {"id": 1531151, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b7567df-425e-44c3-982c-0359c72dfefe/width=450/1531151.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UJFib[-o5Qt7_NRkIot7yrt5?Foy.Sfk$*Rn", "type": "image"}, {"id": 1531156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c90f7820-1c06-4fb9-90e6-977a4924635d/width=450/1531156.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UIED9L.6BBu1^kx1IbOEy:%0-:O;o$n.%2og", "type": "image"}, {"id": 1531157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3db99417-55da-4a44-ac60-2610c317dd45/width=450/1531157.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UZF~]axvI[bckcbIS5kWS$n#kDRlICnha#Rj", "type": "image"}, {"id": 1531158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/651bd8c9-b297-41f4-84c7-147fd490639d/width=450/1531158.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UfG9Nnt7NGbd?ds;WUkX%hn%s:R.IwjEnmWo", "type": "image"}, {"id": 1531222, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca160241-b7a5-4518-8ea3-8484143c099f/width=450/1531222.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "UJI#rw.7.S5Ru6t,bvx^Tf-oM{tR0hInIUae", "type": "image"}, {"id": 1531225, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e08f3709-3150-4c1c-8b1f-36d38d6702eb/width=450/1531225.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "UMGv2]K055}@EVWHR5jD?]t7$_M{yEoyW,o2", "type": "image"}, {"id": 1531234, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39c9b14c-7e15-4191-b592-38a4aa64b491/width=450/1531234.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "U8F#w5yDSb-TyE-A9b-o5mIT~p-:^j4:%2xa", "type": "image"}, {"id": 1531233, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47c1f427-33a4-40ae-9ee3-b634a7a1049a/width=450/1531233.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UGGIDb-W4.NF%LxHIoIo_KnmxZW.baW?s,Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/116349", "modelId": 108142} \ No newline at end of file diff --git a/datasets/metadata/116354.json b/datasets/metadata/116354.json new file mode 100644 index 0000000000000000000000000000000000000000..00e9eb228d6b37b8b9ceb59d87b5825be647f8a6 --- /dev/null +++ b/datasets/metadata/116354.json @@ -0,0 +1 @@ +{"id": 116354, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-13T01:54:22.416Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["chichi_dbz", "Purple_Dress_Orange_Neckerchief", "Chichi_Bikini_Armor", "Chichi_Blue_China_Dress", "Yellow_China_Dress_Purple_Neckerchief"], "stats": {"downloadCount": 3540, "ratingCount": 316, "rating": 5, "thumbsUpCount": 487, "thumbsDownCount": 0}, "files": [{"id": 83045, "sizeKB": 37000.19921875, "name": "chichi_dbzV2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-13T01:46:46.645Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5D0B8B15", "AutoV2": "87F8991CF4", "SHA256": "87F8991CF46E38DE21FEA5C68999EC6CACC631AF0EA05712DD4F5DAD889A5484", "CRC32": "74145D2F", "BLAKE3": "5D50E2601A072E7109EFA316409C40941A95E937A8F3E8A7B4F0234477B9BB26", "AutoV3": "8DF57BC0FB7A"}, "downloadUrl": "https://civitai.com/api/download/models/116354", "primary": true}, {"id": 83046, "sizeKB": 51763.3681640625, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-13T01:47:09.019Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "478101C1", "AutoV2": "FEE88CB17C", "SHA256": "FEE88CB17C1DC5675756F64217F884B9DF9840D96BEC565680E563BE7D48E3AF", "CRC32": "013D91E2", "BLAKE3": "59D9B8BDB778155249CE475A189F0BC374AB00E0FEFDFCBC530B89A6F562DE69"}, "downloadUrl": "https://civitai.com/api/download/models/116354?type=Training%20Data"}], "images": [{"id": 1531244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc10fc1c-4da5-4e3e-b223-8d71c9034df7/width=450/1531244.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UPIzuZoz_M-W--s:akNF57xtnhM|NGj[s:WB", "type": "image"}, {"id": 1531283, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90ea6e99-d222-409a-b2ab-26519da8ce59/width=450/1531283.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UNJa+m~qoga#4-D%M{t79Ft7xvWB4nM{%MWV", "type": "image"}, {"id": 1531246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95d3641a-6b73-4c0f-8636-0f3fa2551a49/width=450/1531246.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UEK,%DxB20?vBVkW~BIW0xM|%2-p%2s*IXxs", "type": "image"}, {"id": 1531216, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d5d7869-106b-4d10-9e67-c340ba4db754/width=450/1531216.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UIKJ;{r@1U?G6;bX^$R;9wt9s,W99dNH-jt6", "type": "image"}, {"id": 1531253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5291131c-23b3-4348-a7ed-a5df74511aa4/width=450/1531253.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UqLp%cxv~Vayx[s:NJM{xWoeNHWBNGofs:WB", "type": "image"}, {"id": 1531211, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf026b19-79b2-42be-94fb-9981d3f7410f/width=450/1531211.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UMLpaPDi5sE1~WtSj]IA6B%MrpInNfxaxZNG", "type": "image"}, {"id": 1531284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9aa936d7-6dc6-4751-a5da-625e5eec5af9/width=450/1531284.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UiIhpk_Nx_%N%iS6X8ocIqRkWANFNKWExas:", "type": "image"}, {"id": 1531209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ca4ee86-7db2-4486-ba81-17cbf365ccca/width=450/1531209.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UDI4eQ-p00%K68t7~BW=00NF=vV{8^V[o#Rj", "type": "image"}, {"id": 1531230, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/204be886-1717-4328-a482-7c7160fdc879/width=450/1531230.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UXLy=gM}_4-oAyaw%LkD9bad%0f9?8R:s=t6", "type": "image"}, {"id": 1531231, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba7d9019-7961-4bd9-b6de-0188c90626ef/width=450/1531231.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UdK^dUtl_Mi|%KoMM}RiNat7V[RjWsoeslWE", "type": "image"}, {"id": 1531232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7dce3a2-af0d-43b9-8cd1-f957c2432111/width=450/1531232.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UNJZx_-C_Lx:-$I.V|$,AAM{RQX99]RQsokC", "type": "image"}, {"id": 1531247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b8d4b31-fa95-46c4-9b92-81e92226ada2/width=450/1531247.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UFJ%@H-q0{-;_3S1WT?HOsV@~B%3a]k9ELNG", "type": "image"}, {"id": 1531249, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5052273-7e10-45c3-92fc-aef23aa6daab/width=450/1531249.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UELp?t^+qF9a-pNHt7ae01Nt#8xYkQxaWZR%", "type": "image"}, {"id": 1531250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac982622-2ea1-4f93-b714-eac905eeeb55/width=450/1531250.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UCI#Ag?G2[bx^+NHaeW-00NG}@xHosxaR:j=", "type": "image"}, {"id": 1531251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94c7f7b7-9917-4484-9185-af0841960e1d/width=450/1531251.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UOKd71NM~V=_%g-p-q4:t1%1NKRjs,oeoMRj", "type": "image"}, {"id": 1531255, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3c99f8a-5a89-4c6e-8426-e38349d4c706/width=450/1531255.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UPIqQJ$*~U^*tkoHt8NyosIoE4xubER.xaWU", "type": "image"}, {"id": 1531256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5ea8c1c-492d-4ee2-b640-f3f1cb45f2f3/width=450/1531256.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "URHw}}NK~U?Fx@%0o$I@jVNHIsxYIoj?xbR+", "type": "image"}, {"id": 1531259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d8476c6-4224-43c6-af54-327b1913d4a1/width=450/1531259.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UaJaNVo#~V-U%Lt7R:M_R#%1RlIqIot6s:Rk", "type": "image"}, {"id": 1531282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c34a694c-e4ea-4a78-8b95-663748758df2/width=450/1531282.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UJIEhV000K~W4.-ptl9Z9Zjs%Ms:I:sn-Vbb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/116354", "modelId": 16432} \ No newline at end of file diff --git a/datasets/metadata/116363.json b/datasets/metadata/116363.json new file mode 100644 index 0000000000000000000000000000000000000000..90edde52154df9f2c1836d2244c1a0f7fd46045d --- /dev/null +++ b/datasets/metadata/116363.json @@ -0,0 +1 @@ +{"id": 116363, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-13T02:02:11.668Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["icm-arcena", "red eyes", "purple hair"], "stats": {"downloadCount": 263, "ratingCount": 34, "rating": 5, "thumbsUpCount": 42, "thumbsDownCount": 0}, "files": [{"id": 83052, "sizeKB": 73842.2734375, "name": "icm-arcena.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-13T02:00:51.164Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B32E0081", "AutoV2": "91F1065743", "SHA256": "91F1065743E12F6C3BA78D2355BDDD57603A66D2C1A52AD204E63F3D66C9D848", "CRC32": "2B92D83A", "BLAKE3": "1F3C50C093C7BBF92BE131359F0FE7EE434744FF861FC7C43E270CDCB4002C4F", "AutoV3": "65268D9527DD"}, "downloadUrl": "https://civitai.com/api/download/models/116363", "primary": true}, {"id": 83055, "sizeKB": 613119.2734375, "name": "icm-arcena.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-13T02:07:14.607Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D4A7C7E7", "AutoV2": "CDFF74057F", "SHA256": "CDFF74057F8B2FAEB559EA7F2D5CAF9AC9988FFC82217D15431DDA72B108EEAF", "CRC32": "3B401976", "BLAKE3": "E8D54B98DC869007F939499BF324FD5779ABC6C0E5C85534E7C8B5AA015AD1B4"}, "downloadUrl": "https://civitai.com/api/download/models/116363?type=Training%20Data"}], "images": [{"id": 1531351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90de2e2a-01be-4240-9207-180943283305/width=450/1531351.jpeg", "nsfwLevel": 2, "width": 768, "height": 768, "hash": "ULHxW-?I~okPM|-pt7NFxt%MD%jwE3E2M{of", "type": "image"}, {"id": 1531348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/539109d3-f28e-476c-9fc0-34704295eb86/width=450/1531348.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "USJ[3W~pxTaOpKENM{xu?vSi-pM|p0NIxaR*", "type": "image"}, {"id": 1531354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/138e4a02-82eb-4067-956d-30d0d07a405a/width=450/1531354.jpeg", "nsfwLevel": 2, "width": 768, "height": 768, "hash": "UDIOFQE5W%%yE2~WD%tP?t%LIW9GtSM|aixb", "type": "image"}, {"id": 1531357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fef4a597-f595-4e50-88cd-164799cc143d/width=450/1531357.jpeg", "nsfwLevel": 4, "width": 768, "height": 768, "hash": "UWH_S*~p%f-ptRxuNGxuxtRkt6Rjjc%Lt7t7", "type": "image"}, {"id": 1531364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/658eb393-7a26-4831-a5a4-c480a0ad9675/width=450/1531364.jpeg", "nsfwLevel": 4, "width": 768, "height": 768, "hash": "UIIO9B00Ex-VE8Mwbxw__Nxot8D*NH-nE2n,", "type": "image"}, {"id": 1531374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa3b4eab-0988-4459-9517-f330d6cfc4fe/width=450/1531374.jpeg", "nsfwLevel": 2, "width": 768, "height": 768, "hash": "UKIXgcrw%dTc~qRoMxxs?uNGM{xD-pIVNGbb", "type": "image"}, {"id": 1531375, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c90e7bb-ffdd-4e77-a535-ed514709854a/width=450/1531375.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UHHxNh~VE0-VRQaeIot7~q$%D%Io9aRjV@ae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/116363", "modelId": 108153} \ No newline at end of file diff --git a/datasets/metadata/116370.json b/datasets/metadata/116370.json new file mode 100644 index 0000000000000000000000000000000000000000..4b1ffa7cbe6d7f5a88b3c39b343c6e4df548f269 --- /dev/null +++ b/datasets/metadata/116370.json @@ -0,0 +1 @@ +{"id": 116370, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-13T02:11:53.933Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["icm-charlotte", "platinum blonde hair", "white dress", "blue eyes"], "stats": {"downloadCount": 356, "ratingCount": 58, "rating": 5, "thumbsUpCount": 67, "thumbsDownCount": 0}, "files": [{"id": 83057, "sizeKB": 73842.9140625, "name": "icm-charlotte.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-13T02:12:09.079Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8F5C3B19", "AutoV2": "3AFC31D774", "SHA256": "3AFC31D7749D101F228F26436577F13D677206391A575EB554EBBF7ECCCE4D63", "CRC32": "1DF719B1", "BLAKE3": "4C4FF66EE99693A2305321C446456BBB1C10FA174D273E53AC92F7A916AAC3A0", "AutoV3": "CD10AA07A682"}, "downloadUrl": "https://civitai.com/api/download/models/116370", "primary": true}, {"id": 83058, "sizeKB": 622734.3173828125, "name": "icm-charlotte.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-13T02:12:42.739Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9871A15F", "AutoV2": "F15BF903D0", "SHA256": "F15BF903D07D784E3584B6881D5164C3889833715E224ED43BC4A86CB930A7C5", "CRC32": "A468AB7A", "BLAKE3": "3054CAA5E6617EBFB4EC77FAB5E039C385DEE347AF173275A81B1386BECC3D3E"}, "downloadUrl": "https://civitai.com/api/download/models/116370?type=Training%20Data"}], "images": [{"id": 1531446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87ba93e4-53ce-45de-90de-4dac134d3901/width=450/1531446.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UTKnb#IUIA~V0Kay-;%Mo}NGM{NGIVWBRja|", "type": "image"}, {"id": 1531447, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d55c5f5e-96ca-414c-ae00-10db9eef4c47/width=450/1531447.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UTJ*r3~VE2xvIp-oRjR-XAIon$WBM{kCazs:", "type": "image"}, {"id": 1531453, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7d6d2a4-eba1-4a4f-aaaf-e3bdf0c49ab5/width=450/1531453.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "UQJkcd~poy^*R%oK%2oekWM|%2R*M{t6kCWB", "type": "image"}, {"id": 1531452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af90092e-6454-4d4b-8744-1f73429a9f8e/width=450/1531452.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "UOLqOq-pIpIp%gxtoLNG~pWCxuxu~qWBflxa", "type": "image"}, {"id": 1531455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c8ec20e-565c-45f1-ad52-8ebe11418d2a/width=450/1531455.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UeKd}L~WtRkWxvt6bGM|xuM{WAkCNHt6s.ay", "type": "image"}, {"id": 1531454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/097368cc-39f0-4c20-835c-8e4000f2b1c2/width=450/1531454.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UFKnSbxaoc4.Nz^*?a%M~pRkV?%29|t7M_IU", "type": "image"}, {"id": 1531456, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2562716f-6c05-43ae-907c-2320f35655e1/width=450/1531456.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UPJ8Ca_20K?a~V?HNGxu?aj?IURjR-jYMyR*", "type": "image"}, {"id": 1531463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a83f0c94-a7f9-49e2-a770-ce4079b79431/width=450/1531463.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UFK^{W00Sgx]~p%2I=RP^+?aE1IoM|RjNHkC", "type": "image"}, {"id": 1531462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/298e7ac0-319d-4fdc-8362-b9ccd40f1d1a/width=450/1531462.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UFJt^_-p_3R%t84oM_IU~VE19FM{-;n$^+t7", "type": "image"}, {"id": 1531464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7df3f60f-474a-452f-b115-610f87de77d6/width=450/1531464.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UHJt*l~W~p00xv%2%2Ip%1xa4.E19aIoaeE2", "type": "image"}, {"id": 1531469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38a31d05-f71d-48fa-8895-c7b8c0324217/width=450/1531469.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UbK-II~W.8o}OY%Lsmo0R*ayjus:IVt6t7j[", "type": "image"}, {"id": 1531468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e17ef33f-38d2-4f6b-9092-bb2733263347/width=450/1531468.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "U7J*SK00y?Xm0KD$Mx9FOT~pm,~B00oftRt7", "type": "image"}, {"id": 1531479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/661cdd1a-3970-48f6-b4f2-9d6996a566cc/width=450/1531479.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UcLE4%^+xu-;~poLIUs:kCR*RjWBt7ayR*of", "type": "image"}, {"id": 1531477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98cdf8e8-f163-405e-bc71-09f48e09ac11/width=450/1531477.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "ULJkQ5~V~pxt%ME19ZIoE2ofWBWBIUIVfl%2", "type": "image"}, {"id": 1531485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b30833d8-dea2-458d-9480-e377e1e73223/width=450/1531485.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "UIK1tI?a0e^*9|~pnN%1.8Iq-ooI0MV@xuax", "type": "image"}, {"id": 1531486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c1cf531-9765-4ca4-9b38-03caf3195cfd/width=450/1531486.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "UVKe7nt7I;b_%%RktSWYS7WBjFV[9GxZMxM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/116370", "modelId": 108159} \ No newline at end of file diff --git a/datasets/metadata/116402.json b/datasets/metadata/116402.json new file mode 100644 index 0000000000000000000000000000000000000000..d565e8213c43d3653457f6694e02224e09cdadd4 --- /dev/null +++ b/datasets/metadata/116402.json @@ -0,0 +1 @@ +{"id": 116402, "index": 7, "name": "IsabellaNornV3", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-13T02:55:43.706Z", "availability": "Public", "nsfwLevel": 5, "description": "Dataset Changes
Added more crop of different viewtypes
3/4 views from the top and bottom
close up of the bangs
more tagging (added multicolor hair)
Settings Changes:
Disabled flip augmentation
Improvements:
captures more detail for the skirt and hairline
hairline appears in the proper position more often
Issues:
More overfit
not as flexible with different models
19 samples from official only
", "trainedWords": ["miaptd", "1girl", "solo", "red hair", "red eyes", "medium breasts", "black hair"], "stats": {"downloadCount": 395, "ratingCount": 59, "rating": 5, "thumbsUpCount": 63, "thumbsDownCount": 0}, "files": [{"id": 88655, "sizeKB": 3333.7978515625, "name": "10Mia.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-22T08:11:16.272Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C7133FCC", "AutoV2": "596866F093", "SHA256": "596866F093F243763B39D6A69B333ACE7D6DBB8022DFF7302104DE6C0C42B81E", "CRC32": "0D418C56", "BLAKE3": "F44294C2255C819C885511E01FE222E5CB62B955587D21847AB512472AD92E62"}, "downloadUrl": "https://civitai.com/api/download/models/123083?type=Training%20Data"}, {"id": 88659, "sizeKB": 18553.2294921875, "name": "10Mia.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-22T08:10:48.085Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "B8958FBF3C", "SHA256": "B8958FBF3C1454E28F7BC5EADDCCA4038F13A41738386BB5627A8BD8F04F8D4F", "CRC32": "1E339D2A", "BLAKE3": "67A868CB89FB112D02400B085263754B81D83F36177AACDED7CB597E26536B05", "AutoV3": "01467960DAED"}, "downloadUrl": "https://civitai.com/api/download/models/123083", "primary": true}], "images": [{"id": 1666188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af5fd5f8-6164-4388-9489-de28544a4845/width=450/1666188.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULK-Rq9F0J-;idj?*0IV-=IVKQxux{s:tlt8", "type": "image"}, {"id": 1666179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad7940af-4b68-4720-b33f-97f390aeab54/width=450/1666179.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UOE_]yNF00oz~WRj9Zof9soLx]WBD$t7S~WB", "type": "image"}, {"id": 1666185, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fc5380e-1680-4496-ba37-3fc414b78096/width=450/1666185.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UNNcQi000KD%wO4._NVsDPxutls,^*e.I:tQ", "type": "image"}, {"id": 1666199, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67a814dc-768a-4438-953f-9178b4f5655a/width=450/1666199.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UAKA$+Rj00~n00s,T2EMVWIB-;Sc0yIoIU%2", "type": "image"}, {"id": 1666200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cfef51b-6a26-41eb-ae2c-8bf6137e2002/width=450/1666200.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULO:R=?GjYog~WNGRjxuQ-bwM{nirs-;s:D%", "type": "image"}, {"id": 1666241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d68bb4a-50c3-4a2f-9122-82bb56017306/width=450/1666241.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNIXv{IBNY%~~qMy%1X-_4%2NZS~?cogtRS4", "type": "image"}, {"id": 1666242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ab241bc-2ab2-42c4-8d65-c78bf0180977/width=450/1666242.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UII|zV4o00~W^jIpS~IUv#IpO?M{^NRj?aWB", "type": "image"}, {"id": 1666244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa561ead-5c7b-4464-9afb-0b0f9236d83a/width=450/1666244.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UJL4A|0fI9f5}]s*tl^kD6x[KNt69FSzbIni", "type": "image"}, {"id": 1666255, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cca7f00d-e50a-460c-9db5-0070e181006d/width=450/1666255.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UqKK+%r?t-%M~WtRkWxusSaxt6V@niRjjsxu", "type": "image"}, {"id": 1666264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a51cf3f8-7991-4dbe-bc43-9486960e14c7/width=450/1666264.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGM$=C~CEmyE}]-p?G.8+[NFOq9Zzp8_?atl", "type": "image"}, {"id": 1666267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a60402ca-e79b-45b9-9b5e-2acf6610b6ad/width=450/1666267.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UEGHVs^P00S4}@-oEfM|}txFR%bbIobuFwNG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/123083", "modelId": 113897} \ No newline at end of file diff --git a/datasets/metadata/123103.json b/datasets/metadata/123103.json new file mode 100644 index 0000000000000000000000000000000000000000..ce71074ac62b1c24bf906df463f3977f281750a7 --- /dev/null +++ b/datasets/metadata/123103.json @@ -0,0 +1 @@ +{"id": 123103, "index": 0, "name": "PLEASE DL THIS VER.", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-07-22T08:52:22.752Z", "availability": "Public", "nsfwLevel": 31, "description": "92 samples from official only
", "trainedWords": ["1girl", "solo", "sakuraptd", "short hair", "pink hair", "purple eyes", "medium breasts", "ahoge"], "stats": {"downloadCount": 414, "ratingCount": 37, "rating": 5, "thumbsUpCount": 43, "thumbsDownCount": 0}, "files": [{"id": 88676, "sizeKB": 16812.8564453125, "name": "1Sakura.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-22T08:49:41.636Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E29E863F", "AutoV2": "FFC906288C", "SHA256": "FFC906288C4488605C60D1ECBA0FC24A1C09DF3A7C5E58647378B75D2B2F0E1C", "CRC32": "954173EA", "BLAKE3": "2763B110079F0868EF5600FCD943C40C8DC41260A64BA1D6B845416EA10CEB23"}, "downloadUrl": "https://civitai.com/api/download/models/123103?type=Training%20Data"}, {"id": 88679, "sizeKB": 18568.513671875, "name": "1Sakura.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-22T08:54:21.506Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CA32AFD0", "AutoV2": "90ED5CF1F9", "SHA256": "90ED5CF1F947759EBCB66F83E9B03FF8194AD297232AE5E495A3C47A5EEEB181", "CRC32": "F420F2D0", "BLAKE3": "F2372D67CE035F4BAC27225EA98A0D09A88F027A3A8B23ACE36CF7737B3E086F", "AutoV3": "970A052EE97F"}, "downloadUrl": "https://civitai.com/api/download/models/123103", "primary": true}], "images": [{"id": 1666804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c71e4622-c6f4-4626-8968-23680d10e619/width=450/1666804.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UMIp_E0K0L~WW9IVEK^+ROXhtQD%EeaKf5xu", "type": "image"}, {"id": 1666794, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da7227ea-d7bf-4fe9-805f-59cd5878b710/width=450/1666794.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UIKdf1IoL2_3~D?H0ej?0K9EITE2V=9ZR,M{", "type": "image"}, {"id": 1666729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a662a128-7448-446c-a049-46305fc3025d/width=450/1666729.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIMiy?~XEU^j8_Ip4;xF0KIpE1s;M#NHx[jY", "type": "image"}, {"id": 1666797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a68a8c63-50ae-48b4-9397-b77e3b418930/width=450/1666797.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNHdmz5TEj-;~WWYEK%MDioeNFM{EKInbYV@", "type": "image"}, {"id": 1666802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82d5d688-408c-47c3-a01c-73f127bcf4e0/width=450/1666802.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UFLp?o^*GaIp?IOs9t~W8^-p%gRj00ob9FV@", "type": "image"}, {"id": 1666805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9ece478-f6e0-4db1-9bc3-1a3a87d777de/width=450/1666805.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UONvcE=|wf%O^-M{%LEk4:ofxu%M-oNyM{V?", "type": "image"}, {"id": 1666831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f01fc9c-5b84-402c-aa90-1eaafb9fc4c4/width=450/1666831.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UJJHH~i^?JNH^9?HE1x^~Ds9IAM|H@MxVrM{", "type": "image"}, {"id": 1666834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3c12a6d-3e38-43ad-9ee8-3bdf03e1fd8d/width=450/1666834.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UdNcB3E1J5~CR%M{%LV@xWt7%Ms:M|R*X7oK", "type": "image"}, {"id": 1666851, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e0c6b47-4ec8-41fb-9246-22a2cfa129b1/width=450/1666851.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UEK1C0R6019@00~C8_4.RNsqOD9]sGtRx]iw", "type": "image"}, {"id": 1666853, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26b7f980-fd77-457e-96bc-aa5d9a0c11d7/width=450/1666853.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UANJC60000^8009?P9?Gr|M^-;VZ^-It~WrD", "type": "image"}, {"id": 1666876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84389847-3a5e-4542-9914-5a77da535a9e/width=450/1666876.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UCGHxr4:00^R9sOD0e%L}]-qELrsENEL%MNG", "type": "image"}, {"id": 1666877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25966983-083e-4e0a-aaef-06646eb145a3/width=450/1666877.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UDMG9#x-004.00IXFWTH4m}u9@rYEM.7Mw9a", "type": "image"}, {"id": 1666880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/373ba00d-4813-4a23-9a45-8c389f2e708b/width=450/1666880.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UFL|1S0000~p590J_2^0R8NZx]9Z~CMxxtE1", "type": "image"}, {"id": 1666886, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c1254a0-07bc-49d1-8104-3d9399f1b06f/width=450/1666886.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UHL3x}0000?v~C4.t,ofn4NHNFRkxuM{oznj", "type": "image"}, {"id": 1666887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f1c1ea0-6920-40fb-826e-f2a6904be1ad/width=450/1666887.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQIp#qDj5Q~CIUJ656xu-WNGELWCx[Rj-;V@", "type": "image"}, {"id": 1666916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/074e1409-e50e-4668-a077-58564a7eb00b/width=450/1666916.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UWL;Ew$LCm?aIEobspahR6M{RPJBt8M|tQNH", "type": "image"}, {"id": 1666958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b01e7ea-b21f-479a-bdc2-de1a3f108cd7/width=450/1666958.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UNMaL^?b80-nDRb_nn^M9InlW=tQ%3oNtlNH", "type": "image"}, {"id": 1666992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69452ac5-0afc-4c0b-a3af-142281faf5a1/width=450/1666992.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UBMr[UMz00~W02IV9[?a0JEL%e$*F=Ee0K#n", "type": "image"}, {"id": 1667004, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c013e007-2e88-4078-87e0-d643976a4c80/width=450/1667004.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UILM^t_10_s;~pNYOC?bt8?GI;NLxvV@=|%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/123103", "modelId": 113605} \ No newline at end of file diff --git a/datasets/metadata/123110.json b/datasets/metadata/123110.json new file mode 100644 index 0000000000000000000000000000000000000000..fdb8409787028162a3f24a7dfaed35316dae976c --- /dev/null +++ b/datasets/metadata/123110.json @@ -0,0 +1 @@ +{"id": 123110, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-07-22T09:53:36.545Z", "availability": "Public", "nsfwLevel": 23, "description": "94 samples from official only
", "trainedWords": ["ayaptd", "1girl", "solo", "long hair", "blonde hair", "blue eyes", "twintails", "large breasts"], "stats": {"downloadCount": 511, "ratingCount": 75, "rating": 5, "thumbsUpCount": 84, "thumbsDownCount": 0}, "files": [{"id": 88713, "sizeKB": 17198.2265625, "name": "7Aya.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-22T09:52:08.087Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1694F4CB", "AutoV2": "6463D02744", "SHA256": "6463D02744C8F3B8EACFA1A389AC81D908592DC41FFD45953086504F3827C837", "CRC32": "9B0D1566", "BLAKE3": "29DE96266167F8C8AD45675E8701F5646C8DE49357553639A6B60E65D685BEF1"}, "downloadUrl": "https://civitai.com/api/download/models/123110?type=Training%20Data"}, {"id": 88714, "sizeKB": 18571.515625, "name": "7Aya.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-22T09:51:57.250Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C7D8FCA0", "AutoV2": "7958486BD9", "SHA256": "7958486BD90200F05082CDA9E9970C64FF3956D0B546DE3520EE95282DFAA110", "CRC32": "0DC824ED", "BLAKE3": "CB88685F62DF081D001C3F6FC43D560A05DDE03F37A2956946B3883D251F8046", "AutoV3": "5DD4E937CEED"}, "downloadUrl": "https://civitai.com/api/download/models/123110", "primary": true}], "images": [{"id": 1667458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61975638-8281-465d-9767-d162637b56b0/width=450/1667458.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHJ@wi%201%Ms#^+a}57~A?byEs=T19YX9Ne", "type": "image"}, {"id": 1667457, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c973f394-0f58-4145-bf80-82430434ab80/width=450/1667457.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UMLM@m~W00nQDgVs9GxZ-;e.%Ns:4.oMIURQ", "type": "image"}, {"id": 1667466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01b3eca5-b140-4d8d-b8ac-434b842c9bbe/width=450/1667466.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UULzEh4UO@Nc~VDiI;R*xvjEtRE2kWt6f+NH", "type": "image"}, {"id": 1667468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a7e9039-da94-4c2a-8a15-f15a2b392501/width=450/1667468.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UFKApX4pAeIp~WIUM|4;MxaINfIp9ZS4R%og", "type": "image"}, {"id": 1667471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96c080f1-fc41-454b-9693-947409d0c35c/width=450/1667471.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJLzw2Ia74~pD*--OIRkVER:9Ft6Ots*%MoI", "type": "image"}, {"id": 1667472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f96fe2e8-e628-4b11-b7df-cc0c2705acb0/width=450/1667472.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U9Jk1B0000_N9Y%1K7R*00^*KQMxtANZ$Lni", "type": "image"}, {"id": 1667480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31cbb8a3-b14b-41ad-b180-e0a506f6dae1/width=450/1667480.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U9LzHx0000=?%xwb0-59Ub5o0gBB03~VMJn$", "type": "image"}, {"id": 1667501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80ad2759-cf65-496d-afb8-4b63a9952a97/width=450/1667501.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UKKKsRxv00%$?w~WWsOt$*WFOF%39$-ps8Xn", "type": "image"}, {"id": 1667507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc4b6f10-bc86-4c2c-b12f-d48c9ddefa71/width=450/1667507.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPIOqxD%.TWZ-=RQ0fS5ofIUo$ogE4s:jFRi", "type": "image"}, {"id": 1667510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5af638da-85b1-4ced-9039-b1a9e1c4d4fe/width=450/1667510.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "USK^W_f+0e~q?tx]ohfk$x%LE3V@JBWCt7oz", "type": "image"}, {"id": 1667512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1f6f78d-9997-4ad7-b185-71ee869c1ac7/width=450/1667512.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UmJaixRkx]x]~VIVX8WV%3WANHoyE1R*WEWC", "type": "image"}, {"id": 1667517, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce566b30-240e-42af-9363-e246e0b7aaa1/width=450/1667517.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8KUZv010tPWU[01EN,9@XIVMd0g~18{^ixY", "type": "image"}, {"id": 1667521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d16b4bac-5880-4c06-a2d8-57fa82ddee14/width=450/1667521.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UBH1Pq9[004o$^Orn55Q$zOXRPJSIVEy~W9u", "type": "image"}, {"id": 1667524, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ec71f52-83a0-46d6-ae10-2be319f36759/width=450/1667524.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFI;t|0M9GJ$}t?EOr0hROxC9_RjEJNexb-6", "type": "image"}, {"id": 1667526, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e964d52-c7e7-4c7b-b887-428249e75105/width=450/1667526.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UUL486tRAv$%~pxaxbt8?Gxt9GNGMwtQkqn%", "type": "image"}, {"id": 1667527, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b953082-9a60-4968-b655-025414fbab53/width=450/1667527.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UFM7+M}l2|^++$f4-q4=+ZrC%1Oa6BKjo4IB", "type": "image"}, {"id": 1667534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce3f0a7a-afa8-4a2d-af2e-fb1fb195708f/width=450/1667534.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U6I#S^4.Gu%$00PC00wH$*4nFh~9009a^jvz", "type": "image"}, {"id": 1667538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcea59e1-4f4d-4200-ae22-fa81d94b8c48/width=450/1667538.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDJj-o020J%f~l^R5657?X9GM#TK4q%1R7X4", "type": "image"}, {"id": 1667544, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4045c810-96ff-4a6a-bb95-4a2ed0a2552e/width=450/1667544.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "URKA]54p00V[~UD*tRM|%1M{Neaex]M{M{t6", "type": "image"}, {"id": 1667548, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3aade10-dd01-4034-92b4-0bfcf2d4a89c/width=450/1667548.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UCH_Py010n~V}Sw]4.IA-:ITFfV@I.NGIURO", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/123110", "modelId": 113922} \ No newline at end of file diff --git a/datasets/metadata/123166.json b/datasets/metadata/123166.json new file mode 100644 index 0000000000000000000000000000000000000000..3c8768d53b59afa463243e67c25d20d8cad66e67 --- /dev/null +++ b/datasets/metadata/123166.json @@ -0,0 +1 @@ +{"id": 123166, "index": 1, "name": "v1.0 Hightly Detail Scene", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-22T10:27:03.171Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 573, "ratingCount": 112, "rating": 5, "thumbsUpCount": 117, "thumbsDownCount": 0}, "files": [{"id": 88724, "sizeKB": 44505.9296875, "name": "Mifuyu_Mamiya_Breast_Family.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-22T10:25:54.175Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9D777D4E", "AutoV2": "6F9D9720E0", "SHA256": "6F9D9720E066CC5A03A1A580DD9DC4F0C1B8473C88C9BB4FF1C146CB5CFF8E91", "CRC32": "970B13E3", "BLAKE3": "CE62C053EB399A7F6979912C9462F03489383B1E2B99B702B53A84028EEB8E3B"}, "downloadUrl": "https://civitai.com/api/download/models/123166?type=Training%20Data"}, {"id": 88723, "sizeKB": 22257.5927734375, "name": "Mifuyu_Mamiya_Breast_Family-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-22T10:25:53.036Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E4A5994B", "AutoV2": "F1FBA7AF4B", "SHA256": "F1FBA7AF4B13618A4E31651C3F8C88844C062E515906594534FE42491B87CC40", "CRC32": "9CF7646F", "BLAKE3": "BAFF483D28D2DA572275C047976677D24CD384ED007A625075708399860AE592", "AutoV3": "5461AEBE9763"}, "downloadUrl": "https://civitai.com/api/download/models/123166", "primary": true}], "images": [{"id": 1667772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d75d4ca6-e65f-4100-99ba-7c6acecf4a35/width=450/1667772.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULK1g;4T.T4.;eD*x^xb4oXSR4={Xn%2IUEN", "type": "image"}, {"id": 1667752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d696158-78ca-4d07-a27a-1f5f56b1d1fa/width=450/1667752.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNK,?N005T_2?wI9%LIp0LE2xZxvW8o#RkaJ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/123166", "modelId": 113970} \ No newline at end of file diff --git a/datasets/metadata/123303.json b/datasets/metadata/123303.json new file mode 100644 index 0000000000000000000000000000000000000000..6a1347ad29b8c0f6ef14562fcbc7414dd38aabaa --- /dev/null +++ b/datasets/metadata/123303.json @@ -0,0 +1 @@ +{"id": 123303, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-07-22T17:28:24.923Z", "availability": "Public", "nsfwLevel": 7, "description": "92 samples from official only
", "trainedWords": ["1girl", "misakiptd", "blue hair", "blue eyes", "long hair", "ponytail", "medium breasts"], "stats": {"downloadCount": 495, "ratingCount": 76, "rating": 5, "thumbsUpCount": 77, "thumbsDownCount": 0}, "files": [{"id": 88940, "sizeKB": 16484.24609375, "name": "2Misaki.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-22T18:26:33.538Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "01E509AF", "AutoV2": "5F671E8339", "SHA256": "5F671E83393A546C64B285DC833DC46188F0E698BFB832314D55EEACC81DB240", "CRC32": "D3545EBE", "BLAKE3": "3D2C9B6EC25767098DC543AD32F8FB554E81FB674396490E86D1F06D00F9ECD2"}, "downloadUrl": "https://civitai.com/api/download/models/123303?type=Training%20Data"}, {"id": 88906, "sizeKB": 18567.662109375, "name": "2Misaki.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-22T17:31:03.970Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "6C77CEB31E", "SHA256": "6C77CEB31E41ED0212DDA031B81D20D611B2855B4C1927C12B1A08B663053776", "CRC32": "83F626E4", "BLAKE3": "5B886BC353531D3549EC578263DA1D1ED8A9DF3044876609523B1CB544A46DBD", "AutoV3": "E34E96CA331F"}, "downloadUrl": "https://civitai.com/api/download/models/123303", "primary": true}], "images": [{"id": 1673300, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89b73e90-73e1-4127-a336-d20c2f01ee3b/width=450/1673300.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQIh~#?u?^D*PCbwx^$y00W=9akWD+V?$xoc", "type": "image"}, {"id": 1673302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78840e7f-5740-433c-a000-0223f5cffe92/width=450/1673302.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UKJ[SKrE*0.T4;o~xuT10ebd?GrrDQt8RQsl", "type": "image"}, {"id": 1673310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8653221b-276b-424f-94cb-9b46d9b70fd7/width=450/1673310.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQF=,h9FI:%M*0I9IT%Mt8IUMx%LMeSh%Ms.", "type": "image"}, {"id": 1673314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b37f944-9765-4437-97ec-93817e36ed1f/width=450/1673314.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UdIhjZ-;_1xu~qxuxtxtMxWDR-a#n%WCs.Rj", "type": "image"}, {"id": 1673326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a2a22d3-0fb5-4cad-bd81-4f3204b15c10/width=450/1673326.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UQM*Hr?a?wo#~W_MxXDi4noI?bIV%NM|RiE2", "type": "image"}, {"id": 1673346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c45786ef-0c66-40c5-8ae2-4568bff5b6f5/width=450/1673346.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "URLq2]~V4.M|R4Rk#kD*XTxF-:IoXno}$%of", "type": "image"}, {"id": 1673352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cf89f3a-ae9f-4fd6-8fbd-7b1a49a2d0f4/width=450/1673352.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCIgv40#0_-UuO-.9u57^~9G~A56-pw]o}of", "type": "image"}, {"id": 1673360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee8585fa-b2b7-487f-a747-ce6def6b0479/width=450/1673360.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UaKn0lt7-:^+~WW-s.WXE1NZ-:V@Iot7xto2", "type": "image"}, {"id": 1673366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4b6b32d-da17-4a90-8364-308b6059e89c/width=450/1673366.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQKnb[xuKj~q9$Mw-;NK$%Rk%1nN?ct7smRj", "type": "image"}, {"id": 1673371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f4e8999-8adc-4163-8fa8-b3639ccf7440/width=450/1673371.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UIMZ,eIU_Mob?H$y?bD*0K4:^jDj%MD$9Z-n", "type": "image"}, {"id": 1673380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7dd3bdef-5da5-4ce0-86ed-51648864e74b/width=450/1673380.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UBF=gt9H0K^,O[E1k9-:5kD*?HIo~W9FVrs.", "type": "image"}, {"id": 1673393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fabfdd5-46e3-4fc6-ae7d-b6f4c1240143/width=450/1673393.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UrNmZ#xb.mtRx]xa-URPS$WBxaayxbX8j@ba", "type": "image"}, {"id": 1673422, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26b1f25d-075a-46a9-b7cf-a12588cc77b7/width=450/1673422.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UEIEt#H=?DRPK+i]?bRR~B?G0LIo4;tQ={E1", "type": "image"}, {"id": 1673429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4dcca1ae-eace-4efe-a6c7-9e3625ed62d9/width=450/1673429.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPJ[0M?vIn^+%$xu_2kVNfxu^j%M~V%gMxIU", "type": "image"}, {"id": 1673462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1315796-8e72-4e79-afc8-4de4a256ea8b/width=450/1673462.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UED+**nj9Y_NNwkCt5My0LIooIRP~WIARO-;", "type": "image"}, {"id": 1673464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/049b5f8e-1257-44b5-bdf0-2db1a7256131/width=450/1673464.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNI#u??GK5.8pyVr_3t7%3ngo}i_NIRjn$-o", "type": "image"}, {"id": 1673483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6e87e6a-4b78-4f34-b753-b627e62adc83/width=450/1673483.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UKLO4sb{*J9bp0tk-;IA^$-p$f9b0-R4?axF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/123303", "modelId": 114098} \ No newline at end of file diff --git a/datasets/metadata/123305.json b/datasets/metadata/123305.json new file mode 100644 index 0000000000000000000000000000000000000000..e07e67f24bf1a99579fa25be8ea03bfc2e2564fd --- /dev/null +++ b/datasets/metadata/123305.json @@ -0,0 +1 @@ +{"id": 123305, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-07-22T17:51:43.627Z", "availability": "Public", "nsfwLevel": 15, "description": "93 samples from official only
", "trainedWords": ["1girl", "solo", "brown hair", "green eyes", "side ponytail", "small breasts"], "stats": {"downloadCount": 569, "ratingCount": 67, "rating": 5, "thumbsUpCount": 75, "thumbsDownCount": 0}, "files": [{"id": 88941, "sizeKB": 16584.6162109375, "name": "5Hiyo.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-22T18:26:53.668Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4160F5BF", "AutoV2": "C53B4EBAFD", "SHA256": "C53B4EBAFD1147BDAD104337A126EFB85A2F94047EEFED7070C21FCD63306A1A", "CRC32": "BFFAB71D", "BLAKE3": "54C30AC7E9F36B7FBF28F6325699EACABA18D9B9517CD7B3779E9CCB960C2C57"}, "downloadUrl": "https://civitai.com/api/download/models/123305?type=Training%20Data"}, {"id": 88921, "sizeKB": 18569.9013671875, "name": "5Hiyo.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-22T17:51:52.023Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "43DFD3CF", "AutoV2": "404225C968", "SHA256": "404225C968A3C20B89F9F6324682D381C251671CB41B2E388DECF79829DBAC81", "CRC32": "CB8D41D3", "BLAKE3": "CC4E6D2D98E9340F441A3CE19FB422039E79F1A9999E30F09E2812B6F6FE9617", "AutoV3": "68090DBCABB5"}, "downloadUrl": "https://civitai.com/api/download/models/123305", "primary": true}], "images": [{"id": 1673655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9df67188-3345-4440-8da2-307015ee8c29/width=450/1673655.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPK12fyY3Z^j.AENo$t65X9G$1IU$%aJg3WA", "type": "image"}, {"id": 1673733, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d7e7599-46f2-4474-b627-98984da6a5ac/width=450/1673733.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UFKnG1F|0L~V019^%M$z4:-;IBD*0001R5tR", "type": "image"}, {"id": 1673734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ca825b8-c468-4e02-9a46-1c81b786aca1/width=450/1673734.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCINt3^mGb_3S@D%4.RO008_~W8{M|0eyCw[", "type": "image"}, {"id": 1673736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cbaeac5-98a0-4a94-b274-dba48e187ef2/width=450/1673736.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBJt-r4UL4ko^2^+00%#~W%g~VIV8{9bEd-n", "type": "image"}, {"id": 1673739, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/031fb06a-f069-400a-b17a-388935935fcd/width=450/1673739.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9G81V0002}pyD9axG4.-:9F%#e.9}wH-:E2", "type": "image"}, {"id": 1673742, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ac7618f-b9c9-48f4-be8b-61199a2ab82b/width=450/1673742.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UGKU7wI:00_2F5R$.9M_%h^+_NxGAKn$%MxZ", "type": "image"}, {"id": 1673750, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14571a47-740f-4798-bfda-b54ebc26c2ca/width=450/1673750.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIJ8IQ?lKE~p_M-:ELoy9YXA^lDkRsM|Rpxa", "type": "image"}, {"id": 1673753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5d282a0-08e6-43c0-97de-a6f66531271f/width=450/1673753.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UNH1xw~W0fWqI:oz%2%2tP?H?Hxu%Lt6ozs:", "type": "image"}, {"id": 1673755, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/997c6a13-a338-4c9b-837f-d958c99ed7ed/width=450/1673755.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDIg_%_3.S~W4m-oo34:MxVD000LIoyC-Uxu", "type": "image"}, {"id": 1673757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8ccc495-13a3-42e0-9d1f-f9025e44899e/width=450/1673757.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULFi7Dxu9[xZ8_I:9a-p4oE1oee.~V%M%NRk", "type": "image"}, {"id": 1673759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62613659-6c23-4e4f-aabd-2898dfd28f13/width=450/1673759.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHL4d7yF00s7M,Xo~XVX?vEOOrxacGOYo}M_", "type": "image"}, {"id": 1673790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ecbcf975-01e2-4d1d-88ba-07d592bf24a6/width=450/1673790.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCJ*Fv4n0K~W^*RQk=D%00Rj^Pxu_1-ntQRk", "type": "image"}, {"id": 1673804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/463a241c-90a8-458e-a1db-7e52a7cd6952/width=450/1673804.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UFEM2t0K*0-V4ntR9F?G-oj^V@aKIoi_%2j?", "type": "image"}, {"id": 1673806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90aad402-5bcf-4be3-995a-b53dabcdd091/width=450/1673806.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UTJ@,yIU?bRP~WRkE1xb9F%MNIWVxaxu%2j@", "type": "image"}, {"id": 1673813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37ea82ff-4283-406d-bdf5-acb7b84b7ac8/width=450/1673813.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UVJ8Lvo#?vM{~pbIozIA?IRjIUj[VsazIoIU", "type": "image"}, {"id": 1673816, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc3a22ce-0ead-4dda-91ed-2ccb71aa6c5c/width=450/1673816.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U9E_s_v%buwI0~KO00~B~BI@%M-V9Zb]s;9[", "type": "image"}, {"id": 1673819, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3434bcd7-98c2-46d5-b769-6678b5354f8f/width=450/1673819.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UiJQ+m~po~tR%f-;xukWD%V[ozt7M|M|o0Rk", "type": "image"}, {"id": 1673825, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58d84969-a5da-4cf7-8918-3e95b6eae0f5/width=450/1673825.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHJuAcE2Tc?w%%tR?dI@VXD*OY9GIW4o9FR4", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/123305", "modelId": 114101} \ No newline at end of file diff --git a/datasets/metadata/123431.json b/datasets/metadata/123431.json new file mode 100644 index 0000000000000000000000000000000000000000..d7b9b9ea1d33d5b0e0f39a9659a0523da9709cef --- /dev/null +++ b/datasets/metadata/123431.json @@ -0,0 +1 @@ +{"id": 123431, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-07-22T19:54:42.851Z", "availability": "Public", "nsfwLevel": 31, "description": "94 samples from official only
", "trainedWords": ["yukiptd", "1girl", "solo", "grey hair", "long hair", "yellow eyes", "large breasts", "french braid"], "stats": {"downloadCount": 487, "ratingCount": 73, "rating": 5, "thumbsUpCount": 84, "thumbsDownCount": 0}, "files": [{"id": 89429, "sizeKB": 16246.962890625, "name": "8Yuki.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-23T10:43:03.010Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "971559BF", "AutoV2": "7EEA11D8A6", "SHA256": "7EEA11D8A651F25C265CF9B5D205C6CBD8C6F0C31639E5238692FCCFB8378455", "CRC32": "397F7265", "BLAKE3": "B1B72BAB11FD8E458C47965A245A586348B2294C3D12CE747534B7726C2E8A1D"}, "downloadUrl": "https://civitai.com/api/download/models/123431?type=Training%20Data"}, {"id": 88983, "sizeKB": 18572.697265625, "name": "8Yuki.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-22T19:56:15.617Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "ED3E30FD", "AutoV2": "CD4B6F32CB", "SHA256": "CD4B6F32CB64FBF37EE3D83788919441B89743CDB6A13A284334877D645523B1", "CRC32": "B363EE49", "BLAKE3": "BFB2F87F880F19C6E2F4CE7C5B0656202261A0C988215B2820785F921A777DD2", "AutoV3": "98C48D19E248"}, "downloadUrl": "https://civitai.com/api/download/models/123431", "primary": true}], "images": [{"id": 1674926, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d6ef431-9d35-4485-aca3-50ebaf4916c1/width=450/1674926.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7DvmC~E00I:?tu5009E$S-4zoD$0x4._N8_", "type": "image"}, {"id": 1674763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74aee316-7252-4eba-9483-e29341122fbc/width=450/1674763.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UILNGW4TE2~VyC9axuNJxTiw9t4nbDxA$f$~", "type": "image"}, {"id": 1674765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/244c52e1-6f99-43d5-8485-2c23d741bcc1/width=450/1674765.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UJKU+q02G^-UKmi^E3$fIvESIUb_~VVD-5OY", "type": "image"}, {"id": 1674825, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37a4df8e-187b-4fc0-aade-4f36d0572b64/width=450/1674825.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UHL{^,Rl00E2OrX4t1oM0E-m$^oc}~$+w[-T", "type": "image"}, {"id": 1674826, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/010c2c9a-d9e1-4107-8169-9ef3005650f6/width=450/1674826.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UKLgO*I]01Acu6EM-q%2-=EUxcxvyYMxMyE+", "type": "image"}, {"id": 1674850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b013cec-07e2-40c8-ac01-4e1b9f129d26/width=450/1674850.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U7LWhbFN001500IT};I90d-XpZ^i0;=#E39K", "type": "image"}, {"id": 1674856, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c654c904-b9de-449f-99ad-bcc6f9bb2be3/width=450/1674856.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UiI}@q~pEfIp9EIqe-j?D%Rjt8R*S#j[j=jY", "type": "image"}, {"id": 1674864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c959761b-2113-4e82-90c3-95398912466d/width=450/1674864.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U6Jj}B9^00^i00~V^k014:~q~BEM*0x]-P$z", "type": "image"}, {"id": 1674868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9991fe0-7114-48f4-81a5-af73ea034461/width=450/1674868.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UHGuqKxw0MS5Xl?cIARQ?GNbRPV@?w-UR+D%", "type": "image"}, {"id": 1674869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca6470fc-58c0-48d4-bbe2-70e526443e37/width=450/1674869.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UOKd}ZE2K,_NJFv|D%X9T2D*jvM{tmNeWCxa", "type": "image"}, {"id": 1674872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66ea05e2-2e92-42d4-a3d5-e799fc01f568/width=450/1674872.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UDI546x10L_4TaVXE2E3^+xZ%MRhlCM|^+%N", "type": "image"}, {"id": 1674882, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/502f4ff3-26e7-49f0-817a-733efb2a774f/width=450/1674882.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UDF$L:%30#KkI79FHq^j%L_NEks*HqZg?v9u", "type": "image"}, {"id": 1674899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/211f77ff-c895-4022-a45a-355881527f23/width=450/1674899.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UmJk7Z%z?Hx]~X%MWYtRwfjbM|RQSwR*Sxad", "type": "image"}, {"id": 1674906, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08c7c266-88c2-48d3-8807-0ff3bacf6334/width=450/1674906.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UONmNS}B4o,@?aX-^+%M%2Iowdbw^,f+nOx]", "type": "image"}, {"id": 1674920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5864fcd4-93e6-46e2-9775-4255912a920a/width=450/1674920.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UXMtdYThjrVytjs;Fef5otnnxrX9%2x[$%RP", "type": "image"}, {"id": 1674936, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44280eae-82a6-4fd7-8e56-3f3ee42ffb0d/width=450/1674936.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7IOFQ%M00S54Ts:0KM|.TkB#js:00WB8{WB", "type": "image"}, {"id": 1674937, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c746cad-3fc7-4692-bd1e-0f848c2c5f75/width=450/1674937.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UTI=JwoM.8~W9YOtIpx]-Wog%1t8M_aJtRV@", "type": "image"}, {"id": 1674943, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d41d93a2-1a2e-4cdb-9346-ad5b3818c72a/width=450/1674943.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULLzdY58MKMx~qV?n$Ri+^M{?b?H_3V{9Zoz", "type": "image"}, {"id": 1674944, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef25f7af-fb66-4b2c-88ee-30c1f02fd86f/width=450/1674944.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UMHU%-s:01I:~qRjRP%2~qoLIoRkX8j[RjWB", "type": "image"}, {"id": 1675559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0730e219-d3ff-43f8-ab89-89127791acb3/width=450/1675559.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UMMsf$~pACNGL1tRNFIo9aIV%0M{~pozt7Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/123431", "modelId": 114213} \ No newline at end of file diff --git a/datasets/metadata/123534.json b/datasets/metadata/123534.json new file mode 100644 index 0000000000000000000000000000000000000000..e32da2a0416e42430224f7e7f96740b85dc5f312 --- /dev/null +++ b/datasets/metadata/123534.json @@ -0,0 +1 @@ +{"id": 123534, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-22T21:40:38.243Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["SetsunaMeiou", "Pluto_sailor_senshi_uniform", "Setsuna_Purple_Teacher_Dress_Suit", "staff_GarnetRod"], "stats": {"downloadCount": 771, "ratingCount": 74, "rating": 5, "thumbsUpCount": 110, "thumbsDownCount": 0}, "files": [{"id": 89029, "sizeKB": 64538.611328125, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-22T21:37:48.857Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CEF2F65B", "AutoV2": "F4214C653A", "SHA256": "F4214C653AC12E1DE197384FCBFACD3EFE1CA518769979B47F1CD215F654F153", "CRC32": "4048D01D", "BLAKE3": "ADF452F6B77DCCCDBE42BEC78C607FF1A8B88BEE8B6277B7CA78979D26B77A87"}, "downloadUrl": "https://civitai.com/api/download/models/123534?type=Training%20Data"}, {"id": 89027, "sizeKB": 37000.6572265625, "name": "SetsunaMeiouV2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-22T21:37:22.930Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "158CC525", "AutoV2": "AF928F9BC8", "SHA256": "AF928F9BC8C8A1A401A77A0031753259043B57FB8D4E840265E26DC955BB481E", "CRC32": "1BE9D21B", "BLAKE3": "DFDE2F1AEC9A355A32637F09468217FB4A884A1BCE8D9871B5B1A97A058D473A", "AutoV3": "D792996D93FB"}, "downloadUrl": "https://civitai.com/api/download/models/123534", "primary": true}], "images": [{"id": 1676127, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0375354-d84c-4cc8-8e3a-1b5d9a9b8685/width=450/1676127.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UYK1Xs?a%%.8OZo#%2oLxbW-x_IT0fD*xGxu", "type": "image"}, {"id": 1676122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1dd68fa5-efbe-43c0-9464-c0fcf621b836/width=450/1676122.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UAK0,6v1.X009W00^n-qxO0KR?e,0jx^-M-Q", "type": "image"}, {"id": 1676129, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94db13a2-686b-4d3c-afe3-964311a91712/width=450/1676129.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UOHnpf01~X={Swr=WV9ZxuIUM|s.NajsxaWB", "type": "image"}, {"id": 1676131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0582ea38-de5a-49bd-a678-572af7196a09/width=450/1676131.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UQIz@@EN?^xvOrwIIVSzpI9Zr?RjIpf$xanl", "type": "image"}, {"id": 1676052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ee3d31d-edc6-4d86-83d4-be6876399f61/width=450/1676052.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UNHBA7-qFftP~Wt7wdVst9j==}jFI9aJkWo|", "type": "image"}, {"id": 1676051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/955c3f04-9380-4281-878c-0a08ea472151/width=450/1676051.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "USHUzxkD?w?HjYxusSIo%MS3Rjbc%1ShM|xa", "type": "image"}, {"id": 1676050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a697626d-eb93-43eb-b987-cb31eab1a28f/width=450/1676050.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UKHBZD-pKhOT?abb=~%2~Xt7-t%OEJxcxnt1", "type": "image"}, {"id": 1676049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ec5fabb-1863-4abf-b8e6-2f81794d62c6/width=450/1676049.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UTK-U,-n*0?wSitR%3xv-;NFx^aJ00RPsSxu", "type": "image"}, {"id": 1676120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ab51303-2b5f-4bf0-85a2-2cb2824dd3fe/width=450/1676120.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "URK-FTwO?]56XQtP%3?HSGD$Itt9E2xvxXav", "type": "image"}, {"id": 1676119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73186b6a-1e9e-4998-aa82-f226e0e2c3c8/width=450/1676119.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UQMjRM%h-p~Ws~x[.To#TJH=R.%14:M{={XS", "type": "image"}, {"id": 1676118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6911b63-6a7f-48e5-b986-68af7b7a40f4/width=450/1676118.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UYKdoP~q.S_3%gS1xut8-nI9o~Nw0LM|%1s:", "type": "image"}, {"id": 1676121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddb73066-522d-4b7b-b400-e768ada2e4a5/width=450/1676121.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UfKw%}%g.T^k%Me.o#XTb{RPs9NG9aM{o0%3", "type": "image"}, {"id": 1676124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/863b0ed3-d5ad-480d-bb54-9c1afe20a871/width=450/1676124.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UWMspQ~W.RSg-:W-?H%2-.IUxdj[E1oNn#fg", "type": "image"}, {"id": 1676125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c713554c-c277-495a-9a1e-22f678a89203/width=450/1676125.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "ULINj,?bEVZ~j#a~^mx]=MRj-@xHA2ajvgRk", "type": "image"}, {"id": 1676126, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3fb8dc8-692b-4870-8ac4-0b39c5b0303d/width=450/1676126.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UCIEeQ01JF~X8w?b57%10iRUD+%10x9EVYJ7", "type": "image"}, {"id": 1676123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ed314e3-a18d-4666-b53d-c80151c99c07/width=450/1676123.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UKHxa00J9~XAE7-o%jR+4:NFxwxalVsQQ-og", "type": "image"}, {"id": 1676132, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7f8aea8-d621-4cc5-ab4a-5209e22b6d1f/width=450/1676132.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "URID:p%M%#^k~q-:%3NacEW.xaozE1R*kVs:", "type": "image"}, {"id": 1676128, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5ff6d3a-a8cd-4b19-91b7-6fac0f288794/width=450/1676128.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UVI;;c00~Xx[?vM_o#xa-pxuNGx]Nbxu%2S2", "type": "image"}, {"id": 1676130, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8539ab7-6fdf-4e84-aa0b-2cf860431a65/width=450/1676130.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UgKd0xrr_NOW.8%ft8wJ%#s:xujGbHays:NZ", "type": "image"}, {"id": 1676133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7eb25eac-7026-4a6f-9673-03228416d3d1/width=450/1676133.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UCIER;H?he00%e4m^*xa0e9E,.o~JUS%%2^Q", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/123534", "modelId": 33760} \ No newline at end of file diff --git a/datasets/metadata/123868.json b/datasets/metadata/123868.json new file mode 100644 index 0000000000000000000000000000000000000000..c262c72e801ac5240eedcffd36b5498eecac41a2 --- /dev/null +++ b/datasets/metadata/123868.json @@ -0,0 +1 @@ +{"id": 123868, "index": 0, "name": "v2.0 Only Anime Style", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-23T07:10:56.082Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 1248, "ratingCount": 222, "rating": 5, "thumbsUpCount": 231, "thumbsDownCount": 0}, "files": [{"id": 89306, "sizeKB": 16975.1435546875, "name": "Mifuyu_Mamiya_Breast_Family_V2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-23T07:22:04.699Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "13E23080", "AutoV2": "97306B76F8", "SHA256": "97306B76F8E8EC08AFEF10DD0F933088FB67BE78E119796190EA9DAA48FB2059", "CRC32": "F794CD83", "BLAKE3": "D6A87B557200C916A26DB9DCCF04478181A3269BDEC1775C567625E326392EC8"}, "downloadUrl": "https://civitai.com/api/download/models/123868?type=Training%20Data"}, {"id": 89307, "sizeKB": 22240.6162109375, "name": "Mifuyu_Mamiya_Breast_Family-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-23T07:21:39.280Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FA8A81D1", "AutoV2": "E3F64212D6", "SHA256": "E3F64212D69F5DE122D21E24A01B549FA6F13BEE78BA5C9D634E342162288FD0", "CRC32": "C68AA023", "BLAKE3": "F1D70F69B671D6015A8361B571A9B235B62E5050C20605A451CCC1631F556BEB", "AutoV3": "41DA68FD5310"}, "downloadUrl": "https://civitai.com/api/download/models/123868", "primary": true}], "images": [{"id": 1924904, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a1cf64a-831e-490e-b286-0ad8e4e180d3/width=450/1924904.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "UWN,MN-VysxYX;I=_3xv?GoewJxYpJs:bvIV", "type": "image"}, {"id": 1682205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/208c4601-9836-4eae-b1d5-ff29ccb953c6/width=450/1682205.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPK_5t9tK6iw}[Mw?bNH0LH?=|tR.7I:IU?G", "type": "image"}, {"id": 1682420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8328e8f2-f4b5-465e-b8a0-e46598d62813/width=450/1682420.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXKdMT~U0LIV9Fn#xvWC0MbbxWIo%2RjxGt7", "type": "image"}, {"id": 1682405, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04a728bc-d97e-4302-b752-f23d608f97fe/width=450/1682405.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCMj5I4T1$I90E00?c4.?+t7~BxuDr^*-.-p", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/123868", "modelId": 113970} \ No newline at end of file diff --git a/datasets/metadata/123893.json b/datasets/metadata/123893.json new file mode 100644 index 0000000000000000000000000000000000000000..e0b7a34f7d2f8d4c0f05ded58ced4f93627920f4 --- /dev/null +++ b/datasets/metadata/123893.json @@ -0,0 +1 @@ +{"id": 123893, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-07-23T07:58:47.442Z", "availability": "Public", "nsfwLevel": 15, "description": "93 samples from official only
", "trainedWords": ["shioriptd", "1girl", "solo", "green hair", "green eyes", "large breasts", "long hair"], "stats": {"downloadCount": 354, "ratingCount": 33, "rating": 5, "thumbsUpCount": 39, "thumbsDownCount": 0}, "files": [{"id": 89435, "sizeKB": 16843.599609375, "name": "3Shiori.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-23T11:04:11.273Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5D47CDC9", "AutoV2": "BB4769AE77", "SHA256": "BB4769AE77A05797D23FE9BAC9696FE8066269D9286788FAC48E922FEE14CDEB", "CRC32": "97FA0D3E", "BLAKE3": "FBF091C1384ECC62C5F99814584A4D9264C9D2E5CE5D6F908F306B8FA4024BD9"}, "downloadUrl": "https://civitai.com/api/download/models/123893?type=Training%20Data"}, {"id": 89333, "sizeKB": 18569.5556640625, "name": "3Shiori.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-23T08:05:05.798Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "48ECE7A6", "AutoV2": "60F48E909E", "SHA256": "60F48E909EF15D2ABF9BDF93EF41006880795F98F75ED065FB7495A7E4174E38", "CRC32": "AD1B6A1B", "BLAKE3": "2F1A4CBE82FD91FF63125F180A3EBD4D266549898B8F1449995E36C9EA60B5F4", "AutoV3": "3FB7135CDC6F"}, "downloadUrl": "https://civitai.com/api/download/models/123893", "primary": true}], "images": [{"id": 1682637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b78d79d-332c-47e4-8c3b-a1f41ab4ee65/width=450/1682637.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULJt^:~V00WV9qkVt,W-9XRP4:oL_M%LM|t8", "type": "image"}, {"id": 1682660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8b95974-a51b-4c72-bd1b-e5adad5cb20f/width=450/1682660.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UMKKQX~p0gM|pAIVxuxt-p$x-;Si%fx]sDRk", "type": "image"}, {"id": 1682647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/930b188e-24d9-4955-a4a0-7994ea783d27/width=450/1682647.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UGIXd50h0JEyXkjXr{%1-U9txH~VRPIpnl9t", "type": "image"}, {"id": 1682650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3676a56-23e6-4353-bc8a-11d792038107/width=450/1682650.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U8Frt}010i^+00?IMK9a],~X0KJU^,xH-=9F", "type": "image"}, {"id": 1682667, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5db6c3be-2e5c-477f-8c55-dbee49cf8d2d/width=450/1682667.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UEHK@P9b0#~pKIt20KoaM$My%3xaEeofR*xt", "type": "image"}, {"id": 1682682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2137abc8-21c3-4813-ac12-16426d85a915/width=450/1682682.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UPJ7q34nnk~WMvjFMxn~%LM{jbWBIA~WxvNG", "type": "image"}, {"id": 1682689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7e2e015-5dc2-483d-aa66-dcc6ab5ca450/width=450/1682689.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "ULIO97595Q$%?]xvMyNFMxI:%MV@kq9a-:jI", "type": "image"}, {"id": 1682704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e823e55-c121-4638-baa0-6192c6798a5d/width=450/1682704.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UFIg[oTnUXyo?]={rsR50O-X03D+My4:xb-o", "type": "image"}, {"id": 1682708, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/461658c1-f9f0-42e5-8ba0-90effb5f7444/width=450/1682708.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U8KKWbDO00Kj00_MIEs;6]E2?HD%01r@wbxu", "type": "image"}, {"id": 1682711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99c82bc3-baed-44eb-ad5f-715631a78b95/width=450/1682711.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UgJ*eq9a?w-V?vt7a$jX%gayaKt6k?xat8tR", "type": "image"}, {"id": 1682738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ced2ba7e-aae5-49ba-be86-0cd272bd4c49/width=450/1682738.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UEJ7gr0L+c-A?]-.EjIq,.Md9a?H56%29FIU", "type": "image"}, {"id": 1682745, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0dacc1e-4958-4a69-9f4c-9a630c84b9b2/width=450/1682745.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "ULMs=yA1PW_N0.NfTfxZQo-CIBkXs8v~n3o~", "type": "image"}, {"id": 1682767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e57ea3c1-a3de-4702-a51f-1065132bccf6/width=450/1682767.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UEHK%|01Sh%Mo@IV0e~V56IVI;t5,X%2NdbE", "type": "image"}, {"id": 1682822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4a1067b-cc79-41c6-9694-4372c6e8eadc/width=450/1682822.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "URK-RY0M0z-:},RPwJIUyWD*-;WWo3S5o#oJ", "type": "image"}, {"id": 1682823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c88a802-bc01-41ee-8e7e-64bb7539be67/width=450/1682823.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULJa_x~q4-Mw?[XSIAv}%fWBafIT?b-Wxtt1", "type": "image"}, {"id": 1682825, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4c8d2e8-769d-4469-b10c-897b991f3bc1/width=450/1682825.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAGbR|D[0J^5ypD%03={~mM}xd.R%yMgV?E1", "type": "image"}, {"id": 1682828, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14f424b6-7cce-4ef9-b26b-1f007837ae85/width=450/1682828.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCKK$L0000_Nps=|0ME2%X0L_2-o?u9Gr@-;", "type": "image"}, {"id": 1682832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29d6d701-7bc4-4e5d-8805-5f46eb1c91a6/width=450/1682832.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UFKAvG8~0fStLN9Y9GICX:-5?H9w~p56-W-7", "type": "image"}, {"id": 1682833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7246e845-c241-4482-b539-63b8e2790c14/width=450/1682833.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UVHB_4R6Xn-:_NRPtSs;_39ZNKt7S$bExaR*", "type": "image"}, {"id": 1682834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/985e3181-a39d-4619-b316-07ea1c13ea14/width=450/1682834.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQHxc:^jDk_3~V%1D*kWa7jEtQIqXS-o$*oz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/123893", "modelId": 114600} \ No newline at end of file diff --git a/datasets/metadata/123914.json b/datasets/metadata/123914.json new file mode 100644 index 0000000000000000000000000000000000000000..9fabb4a99a92f876e2802a9176f3d4b303326b9c --- /dev/null +++ b/datasets/metadata/123914.json @@ -0,0 +1 @@ +{"id": 123914, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-07-23T08:37:07.749Z", "availability": "Public", "nsfwLevel": 15, "description": "92 samples from official only
", "trainedWords": ["nanamiptd", "1girl", "solo", "short hair", "purple hair", "purple eyes", "glasses", "semi-rimless eyewear", "under-rim eyewear", "green-framed eyewear", "medium breasts"], "stats": {"downloadCount": 359, "ratingCount": 40, "rating": 5, "thumbsUpCount": 44, "thumbsDownCount": 0}, "files": [{"id": 89416, "sizeKB": 15798.9501953125, "name": "6Nanami.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-23T10:35:43.199Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "100FFF3E", "AutoV2": "7675D0A4A1", "SHA256": "7675D0A4A145B5B0B9D31CE8D84DDD2AD3EB0E8B68A77F67759148670EE0B082", "CRC32": "EBD94B31", "BLAKE3": "4D797F9F754C4B6C388F1611D0F8F2FB422B09CBD83EE04F3356B01794653BE0"}, "downloadUrl": "https://civitai.com/api/download/models/123914?type=Training%20Data"}, {"id": 89356, "sizeKB": 18568.0859375, "name": "6Nanami.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-23T08:41:32.741Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "F13A17CD8D", "SHA256": "F13A17CD8D0205EA65A5BF0898A90E900C727403D5389D8224A298739ABDF748", "CRC32": "E2AF4433", "BLAKE3": "60BC352A788F0EE75417A6E7A3AE54CAB0EEA84B66CA434B6C6A8467184CB89F", "AutoV3": "45D288C87D22"}, "downloadUrl": "https://civitai.com/api/download/models/123914", "primary": true}], "images": [{"id": 1683083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19709317-97b8-443c-9ca2-45835f62edcb/width=450/1683083.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9HeITGP000w#cJ}~WJ5H]R4-paII:#tH=={", "type": "image"}, {"id": 1683090, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0147df5-190d-4d1a-9e15-3c97c9e4b524/width=450/1683090.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQL4Z+E24,?Gs+tQ?bM|?dNL?bs7PDoLXTs8", "type": "image"}, {"id": 1683103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a449bc19-4685-4772-b6f2-313e6b05bbd9/width=450/1683103.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCI#cE-g0J^,.7th~n^lIVIq_MRV55NIxbIV", "type": "image"}, {"id": 1683104, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd76bec5-453a-4cb7-b814-238bf7427296/width=450/1683104.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UeLgw?~ppIozXoR+x]WWD+aho#ba$fxus,t6", "type": "image"}, {"id": 1683109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef4fe1b0-bf99-47c5-a081-5dc3e0b30931/width=450/1683109.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U6GbSZGJ000e00+t9D0L^RX9yq?b00R$}P8^", "type": "image"}, {"id": 1683110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e31eed68-a303-46d8-ade4-3167604a939f/width=450/1683110.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "URMjaX_3.mI@19RqkXXSMw-p$kxV=wt8$fxY", "type": "image"}, {"id": 1683115, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e28e5a1f-03e1-4547-8e74-6695805ae72a/width=450/1683115.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UWJ*k@^+yCRP?wXSbwM{g4xv%gt79bkXWBM{", "type": "image"}, {"id": 1683125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f7ecf72-70fa-4b13-b9f4-604cbd335311/width=450/1683125.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "USJHs~-:wFMw~p-nyDWEIYkCx^flNNt8W.M{", "type": "image"}, {"id": 1683126, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b9c2543-0db8-407e-a82d-c56153648af3/width=450/1683126.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "USIXy=?ZpID;_NxtXQs;4qeoIWX39FShIWIo", "type": "image"}, {"id": 1683127, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25ba981f-eb1f-4b9d-8870-5e3e6579a6dc/width=450/1683127.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UFLzHi0100bw04Io-;%3-;9v?H9F~VnN.7%1", "type": "image"}, {"id": 1683143, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c1999a5-c514-4bb5-8af9-174f4addc86e/width=450/1683143.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UDIh55g60000?H={.6tPw1Rk?uk8~p9w^j-o", "type": "image"}, {"id": 1683144, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61670316-929c-4171-9cef-abf2188b60de/width=450/1683144.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJGbeqxu4,ob_Nju9sX5Dhs;~Woyo~oft7Rj", "type": "image"}, {"id": 1683150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2de503dd-f57d-4214-95d1-bcd4370c77c8/width=450/1683150.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UVJb%9oLKkx]_MSh_1of,?a#pIs.JVr=s,of", "type": "image"}, {"id": 1683152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/423ecd6f-6bfc-4112-b4ae-80e075a63b19/width=450/1683152.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UNK12h4U0{IWOY9F~VVtIpRPn$s-RloJt7M|", "type": "image"}, {"id": 1683160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/056a41f4-95ce-4cca-b5c7-1634b068f98b/width=450/1683160.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIIE@FM|00XR00ofxYnly;WC^%bFMeaeI:tQ", "type": "image"}, {"id": 1683174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4af43f93-25ff-42df-9127-2cba03ace36c/width=450/1683174.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UCH_iQiM1KnMd5mSEd9Z?F00%e%dI,-sEKtj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/123914", "modelId": 114617} \ No newline at end of file diff --git a/datasets/metadata/123928.json b/datasets/metadata/123928.json new file mode 100644 index 0000000000000000000000000000000000000000..0008e708205eda52b675ed65992aabf644b633ba --- /dev/null +++ b/datasets/metadata/123928.json @@ -0,0 +1 @@ +{"id": 123928, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-07-23T08:59:38.013Z", "availability": "Public", "nsfwLevel": 15, "description": "94 samples from official only
", "trainedWords": ["yamadaptd", "1girl", "solo", "red eyes", "blue hair", "small breasts", "low ponytail", "long hair"], "stats": {"downloadCount": 368, "ratingCount": 47, "rating": 5, "thumbsUpCount": 55, "thumbsDownCount": 0}, "files": [{"id": 89436, "sizeKB": 16645.6787109375, "name": "9Yamada.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-23T11:04:35.412Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F3ADB27E", "AutoV2": "8F1598B7DD", "SHA256": "8F1598B7DD45107F5805E92CFE2598EE00BC146C776AE8089585A77388488456", "CRC32": "C4F809F3", "BLAKE3": "26FAE4F1CD189141BE9795F14B50EC1401F587CCFB98BF9024A36626992B057D"}, "downloadUrl": "https://civitai.com/api/download/models/123928?type=Training%20Data"}, {"id": 89364, "sizeKB": 18570.345703125, "name": "9Yamada.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-23T08:56:08.472Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "91D016A2", "AutoV2": "C50A90ED7D", "SHA256": "C50A90ED7D466688BF1BB645DDF6D79186A600CD9621C0584A8734C92ABE940E", "CRC32": "A8DF4E81", "BLAKE3": "C6FB0556251E4023DF1821428B2FFE29579807A5BCE38D2BA923154FEE479F01", "AutoV3": "AB07A1B2CC41"}, "downloadUrl": "https://civitai.com/api/download/models/123928", "primary": true}], "images": [{"id": 1683343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72bca9fb-af21-4e56-a178-dc869872aa1b/width=450/1683343.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UPKnb.}@s;IUL4xG=y-T#A=|$Rbv?aWTDhtR", "type": "image"}, {"id": 1683352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccb8364d-c781-4cfa-9e45-1fc378841d9b/width=450/1683352.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGH.B19F00-i~pW+,:w[IpT0xGVYyqIriw-p", "type": "image"}, {"id": 1683379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc83c1e4-fd14-47a7-a66f-5ad1158d4865/width=450/1683379.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UBEoobEN00%K?^9uz.RiTfXA8_V@0L9a=yMy", "type": "image"}, {"id": 1683391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76eaeb1e-e300-45a9-8b4b-48c8ef3cc1ac/width=450/1683391.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UMJ*YX^*4ow|GwMx=rWB%#oc%3Rj*0xtsE-:", "type": "image"}, {"id": 1683414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ea8c631-0bcc-4efb-9088-8198d7acefbd/width=450/1683414.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UKKL2T}@PUNh00R:nU%gQRt7^MwHJ9xvI;r?", "type": "image"}, {"id": 1683350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4df776c-b293-47e6-80a2-d85566271d7f/width=450/1683350.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U7F=p|R500*J02NZ4T4oDg-o}p]~2y-p0ME+", "type": "image"}, {"id": 1683341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e37be08-2fa7-4afb-9259-6fb961723985/width=450/1683341.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UQL4Z^JE0L_NGuNf^QkC9|M}nixu%MIVa0SN", "type": "image"}, {"id": 1683356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b78c2cce-c3b3-48b3-9bf6-5d8bb2ce352b/width=450/1683356.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "ULIN%H9a9X%M~pE2$xoM9]Rk-UNG^+WEaJIp", "type": "image"}, {"id": 1683359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b144162f-835a-480e-aae5-d4d3fe8a164c/width=450/1683359.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UVN,-y?HOPIppcWV~Vt7OYkX-oaLo}t9RPxa", "type": "image"}, {"id": 1683368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/215ec439-ef3f-463b-bd5f-257261fbd8bc/width=450/1683368.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UgI}bJ9a$$Z~~qIpjEs8-:aeofR+bYs.n*t7", "type": "image"}, {"id": 1683374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8262b8f-b17c-46e4-8916-2f1130f18dbb/width=450/1683374.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "USI5lOyERi9ZcuNL%2xuRQ-pIqx]IUV@enkC", "type": "image"}, {"id": 1683375, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e4dd0bc-aea4-4485-9e9d-a6a2336a4570/width=450/1683375.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UGK^4|4=00=vA9S5};V?kUS5^OIA^jS5nPnh", "type": "image"}, {"id": 1683377, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2939835-82e1-4953-9a94-8555aab42779/width=450/1683377.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGL#IU00~V-:rEpJIAVYyB?baLVYyCD%xG%M", "type": "image"}, {"id": 1683392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2fa9694-00dc-404d-b7a2-df2f9835763d/width=450/1683392.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7Gl3Woj00~o00bpw60L00Rjz:s+?v-U=}~W", "type": "image"}, {"id": 1683508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7dfb5a8-3b31-47dd-bfa6-baea6ef209a9/width=450/1683508.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UHHB}Q?aTK-=019aDNXTQkiwDh%M~pox%gkp", "type": "image"}, {"id": 1683510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00aa2433-ceef-423d-a379-ab64099a8cfe/width=450/1683510.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBH.4]Sl1a_N4,00Mc-;_19GxZ-p^%DiR5Rh", "type": "image"}, {"id": 1683519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/124fbe65-042a-46fc-a285-33d735fa585f/width=450/1683519.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UAF}[}--9X-q0456DixvxUs-DitRx]~Bxrof", "type": "image"}, {"id": 1683545, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44376350-5420-4015-9354-55d48a78fbd3/width=450/1683545.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UMH24tXUM^^,.TtmVrM{.7x^xJayxZNGnOWX", "type": "image"}, {"id": 1683581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cb77f11-b2d2-4a9b-a22f-752082d01f9d/width=450/1683581.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQKBXS^%D}X5~n%L^j-mSvogWZxu%3xtMxa%", "type": "image"}, {"id": 1683590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0211e8eb-2806-4fda-a919-56ac0c571536/width=450/1683590.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UFHoRp*00Jx@E1N?-Vj;5QyY#ADi^+IT%OjF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/123928", "modelId": 114628} \ No newline at end of file diff --git a/datasets/metadata/12506.json b/datasets/metadata/12506.json new file mode 100644 index 0000000000000000000000000000000000000000..4f75014cef187be85d3515ca7cc53816c2917090 --- /dev/null +++ b/datasets/metadata/12506.json @@ -0,0 +1 @@ +{"id": 12506, "index": 2, "name": "14080step", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-02-19T09:09:31.399Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": ["akagami utinoko"], "stats": {"downloadCount": 74, "ratingCount": 6, "rating": 5, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 11336, "sizeKB": 3548.24609375, "name": "20_utinoko akagami.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-19T09:15:59.672Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5F1D30E8", "AutoV2": "B01D5591D4", "SHA256": "B01D5591D47F87FFA4C17D840B5F034126EF13604BCD3F293D9CDF2EA0FD1183", "CRC32": "BFE977BE", "BLAKE3": "3EA3C9FB19748A3B62492BA75A59F4C66FDF38ADEC4F538F2C63AF5B3BFB3BE3"}, "downloadUrl": "https://civitai.com/api/download/models/12506?type=Training%20Data"}, {"id": 11332, "sizeKB": 212054.958984375, "name": "utinoko akagami.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-19T09:11:10.511Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "E60F4AD6", "AutoV2": "96BB3F63B0", "SHA256": "96BB3F63B055A6600AD2691268007180AA677BC54693286122D5A8941FFB1F22", "CRC32": "6AF4BAC7", "BLAKE3": "058293F1EE9E3271D33DF048A8FC9C94FED937CB57BE55A977B6F1745B1C69E5", "AutoV3": "8B6806D05012"}, "downloadUrl": "https://civitai.com/api/download/models/12506", "primary": true}], "images": [{"id": 120525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/688a7d38-58dc-4266-d0a0-7a0967696c00/width=450/120525.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "U-O:@TWB_Nxu-;ofNGbHxuofRjWBaeayWWay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/12506", "modelId": 10536} \ No newline at end of file diff --git a/datasets/metadata/12508.json b/datasets/metadata/12508.json new file mode 100644 index 0000000000000000000000000000000000000000..fb4b345d2ddc81e9d93b69632b968c3e5eb25b89 --- /dev/null +++ b/datasets/metadata/12508.json @@ -0,0 +1 @@ +{"id": 12508, "index": 1, "name": "880step", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-02-19T09:09:31.399Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": ["utinoko akagami"], "stats": {"downloadCount": 64, "ratingCount": 11, "rating": 5, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 11335, "sizeKB": 3548.24609375, "name": "20_utinoko akagami.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-19T09:11:08.205Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5F1D30E8", "AutoV2": "B01D5591D4", "SHA256": "B01D5591D47F87FFA4C17D840B5F034126EF13604BCD3F293D9CDF2EA0FD1183", "CRC32": "BFE977BE", "BLAKE3": "3EA3C9FB19748A3B62492BA75A59F4C66FDF38ADEC4F538F2C63AF5B3BFB3BE3"}, "downloadUrl": "https://civitai.com/api/download/models/12508?type=Training%20Data"}, {"id": 11334, "sizeKB": 212054.9580078125, "name": "utinoko akagami-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-19T09:11:18.207Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "28B48C30", "AutoV2": "DD31990860", "SHA256": "DD31990860D53BDA92F488E4B2D2405D91C5A22C0B56F168EF6D6594C1A26D61", "CRC32": "EF1B9380", "BLAKE3": "F6C09FB535BB928E9037EC6A357174A612653774A7C28B9B463237A03ECB222B", "AutoV3": "A18F6CC3496E"}, "downloadUrl": "https://civitai.com/api/download/models/12508", "primary": true}], "images": [{"id": 120527, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb24652f-f507-48df-8f57-16f5e3a33e00/width=450/120527.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UOH_MY9c02%L8|%M?bV@~VRkNGn*^%WCE2xt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/12508", "modelId": 10536} \ No newline at end of file diff --git a/datasets/metadata/125123.json b/datasets/metadata/125123.json new file mode 100644 index 0000000000000000000000000000000000000000..c5f5b8dec13610228e833a234dcb8d6ab061dc9f --- /dev/null +++ b/datasets/metadata/125123.json @@ -0,0 +1 @@ +{"id": 125123, "index": 1, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-24T21:09:14.826Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 924, "ratingCount": 79, "rating": 5, "thumbsUpCount": 117, "thumbsDownCount": 0}, "files": [{"id": 90345, "sizeKB": 28335.6669921875, "name": "Sayaka_Midou_Mankitsu_Happening.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-24T21:10:45.870Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4E4ECCFE", "AutoV2": "277001E3C3", "SHA256": "277001E3C34BD1EDE2246C6A8D65CAA909C95198F1876D4B865089BF024D5B82", "CRC32": "D9A4CBB7", "BLAKE3": "DE62CB4B76029BF7C390F6B0734B8C3148F341C9FAA78C9CAD467CC0EC311B0B"}, "downloadUrl": "https://civitai.com/api/download/models/125123?type=Training%20Data"}, {"id": 90344, "sizeKB": 22246.8076171875, "name": "Sayaka_Midou_Mankitsu_Happening-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-24T21:10:44.500Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8E9D0DE8", "AutoV2": "6C0130B168", "SHA256": "6C0130B168519B896CECCDAA8893B023608ED16B27D09D6C5B38132D906B6FA7", "CRC32": "26C8A8F8", "BLAKE3": "38EA3EB987E97C1F4A27244318A21C8C341DECF8B862F13B38BC89D788827A5C", "AutoV3": "3B1176F60902"}, "downloadUrl": "https://civitai.com/api/download/models/125123", "primary": true}], "images": [{"id": 1924898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc621e9a-5964-4676-ac14-af7a6752fa65/width=450/1924898.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "UUNm4ptR00ocVqV@Nfs:*0kDM}WX?aR*%MWA", "type": "image"}, {"id": 1707961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/570e6dd1-673c-424e-960e-039fc3fe6832/width=450/1707961.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULJaQ8}@E1Xn^hxu9aIo9ZNIEMMx$ysm%MtS", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/125123", "modelId": 48182} \ No newline at end of file diff --git a/datasets/metadata/125459.json b/datasets/metadata/125459.json new file mode 100644 index 0000000000000000000000000000000000000000..72471ef2e770bd8513d955382193fede2045fa3e --- /dev/null +++ b/datasets/metadata/125459.json @@ -0,0 +1 @@ +{"id": 125459, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-25T09:03:17.817Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 768, "ratingCount": 123, "rating": 5, "thumbsUpCount": 153, "thumbsDownCount": 0}, "files": [{"id": 90610, "sizeKB": 51529.6904296875, "name": "Jinguuji_Marimo_Muv_Luv.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-25T09:06:42.469Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E1ECC6E7", "AutoV2": "6345A3B173", "SHA256": "6345A3B1739B9670D84F205C1FB7E47A302A67BA2B84D77288C6F78D8D61454F", "CRC32": "BEC45AE4", "BLAKE3": "EB692969B5356EA45C801BDCE67DF69D18D4934D96BC9A1F348F8AD09FA1C2B3"}, "downloadUrl": "https://civitai.com/api/download/models/125459?type=Training%20Data"}, {"id": 90609, "sizeKB": 22261.8642578125, "name": "Jinguuji_Marimo_Muv_Luv-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-25T09:06:49.849Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "11D84512", "AutoV2": "526310A039", "SHA256": "526310A039EE6EF0E8FC54CF1F487F1A56F9AC0B61B1A53B7FFADC28C6E481FB", "CRC32": "8DCF3F41", "BLAKE3": "BEB81374651D10B2EC6FF023F6537A19E0237CB382C1CE2EDD5B3CC5312223BC", "AutoV3": "1A9B80B7F4AE"}, "downloadUrl": "https://civitai.com/api/download/models/125459", "primary": true}], "images": [{"id": 6498462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ab177cc-7913-4b65-b1e7-c7ca34ee2125/width=450/6498462.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UVN0YM~oyY%M9,oh?uWY$~WCWBawtLxst6M|", "type": "image"}, {"id": 1924850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81da1075-dab9-4a1d-9fbd-3dacf1a25872/width=450/1924850.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UVN0YM~oyY%M9,oh?uWY$~WCWBawtLxst6M|", "type": "image"}, {"id": 1714111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8443275f-4e86-4969-bcb9-7e2b017b2b65/width=450/1714111.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIFP87M{~qxD_4D%58M{_3M{NyRj_3t7-;ax", "type": "image"}, {"id": 1714190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f1b0187-d4b7-4b46-997e-b8077fd60d03/width=450/1714190.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UcKK.%.ATfxH5GE2XUNFogxDxut4s+%1xZs.", "type": "image"}, {"id": 1714377, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44068e62-68c5-4999-97cd-ef29b9cdf4cc/width=450/1714377.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKE{61_N0zw]T1NeNHs99abI?H-pX9%M%MtQ", "type": "image"}, {"id": 1714411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebc88b57-3ea1-46af-b609-7e32673f3701/width=450/1714411.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZHd~o9aE1smxZoLXTxZIpR*%MRj~WR+D%s.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/125459", "modelId": 115913} \ No newline at end of file diff --git a/datasets/metadata/125541.json b/datasets/metadata/125541.json new file mode 100644 index 0000000000000000000000000000000000000000..9c3352e21599a7932e2f3e3ff7ed3ebdd301b05b --- /dev/null +++ b/datasets/metadata/125541.json @@ -0,0 +1 @@ +{"id": 125541, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-25T11:33:04.457Z", "availability": "Public", "nsfwLevel": 1, "description": "Retrained lora, add trigger word:tokai_teio_\\(umamusume\\)
", "trainedWords": ["tokai_teio_\\(umamusume\\)", "TokaiTeio"], "stats": {"downloadCount": 745, "ratingCount": 38, "rating": 5, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 90733, "sizeKB": 9153.62109375, "name": "TraningData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-25T14:00:38.639Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3D348EC3", "AutoV2": "5FB4782FB5", "SHA256": "5FB4782FB5A45A0F35C4FCC8BEF2B1B4D20F089ED16D4B7BB466C6ADB34AC836", "CRC32": "437F625E", "BLAKE3": "7979DDFF4CB95F49D18115A9262F39D258A669B4EFA76A9D2035F7EE223ADCA8"}, "downloadUrl": "https://civitai.com/api/download/models/125541?type=Training%20Data"}, {"id": 90674, "sizeKB": 36977.0693359375, "name": "TokaiTeio_V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-25T11:35:41.478Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "009B3A88", "AutoV2": "3ACD778AF1", "SHA256": "3ACD778AF1517BBA44B9CFD928C978EB83F306C49FDC1118742F724B3179B888", "CRC32": "950EE4AA", "BLAKE3": "51E3E3098EB0585BD6CCDB822D7C5F485EB944281CB9064771884F4B55D4F79B", "AutoV3": "A35049BCC177"}, "downloadUrl": "https://civitai.com/api/download/models/125541", "primary": true}], "images": [{"id": 1715335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20423425-af1a-4e46-a3f0-04377ef58b84/width=450/1715335.jpeg", "nsfwLevel": 1, "width": 896, "height": 896, "hash": "UFI;;d4o9:xvNCD~^,RP*0II%MR5H[H?M|x]", "type": "image"}, {"id": 1715336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5141a4b-35de-40e1-a400-1fb70f59ca25/width=450/1715336.jpeg", "nsfwLevel": 1, "width": 896, "height": 896, "hash": "UKHLbTNY9q?G~CxpR+odxmIq%MV@?bNFk7t8", "type": "image"}, {"id": 1715337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13eefbc0-1a9b-40dc-aa1a-14da9b7bf5a4/width=450/1715337.jpeg", "nsfwLevel": 1, "width": 896, "height": 896, "hash": "UDHeE^?Z00Qo^+Nr9^nT%HN2x_ou?^S~W9M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/125541", "modelId": 111959} \ No newline at end of file diff --git a/datasets/metadata/125791.json b/datasets/metadata/125791.json new file mode 100644 index 0000000000000000000000000000000000000000..0eede8486406b7e2d30e20a55a7aaf6dd3f9354b --- /dev/null +++ b/datasets/metadata/125791.json @@ -0,0 +1 @@ +{"id": 125791, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-25T17:56:09.979Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 1173, "ratingCount": 203, "rating": 5, "thumbsUpCount": 244, "thumbsDownCount": 0}, "files": [{"id": 90855, "sizeKB": 45347.005859375, "name": "Momoka_Fujiwara_Eroge.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-25T18:00:48.762Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D0EA3C02", "AutoV2": "63EBAC22A8", "SHA256": "63EBAC22A8C679001903F460D9FBA0BD8304F6C3812739948A6D1FA8F07EDB0E", "CRC32": "A5EE326E", "BLAKE3": "11476C3C73F96E9AB96F521640F9993D21DB5A2F33A301DB826839E49F76EB5F"}, "downloadUrl": "https://civitai.com/api/download/models/125791?type=Training%20Data"}, {"id": 90854, "sizeKB": 22259.4716796875, "name": "Momoka_Fujiwara_Eroge-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-25T18:00:43.416Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E5845759", "AutoV2": "130DD35FB0", "SHA256": "130DD35FB08E5D10DC92B2EF242DF4CD41D16E3E82FAF145403D6D9544A492E9", "CRC32": "1BA8EE6B", "BLAKE3": "21F053286711690AD1215C14BC4AC96A509CB079CB26262904F0D1A5C62E60DA", "AutoV3": "65E7DD833955"}, "downloadUrl": "https://civitai.com/api/download/models/125791", "primary": true}], "images": [{"id": 1924601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/918e40ff-6c60-4894-870a-3b40fdb99d00/width=450/1924601.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UPMZwPS%1nt8A5NI5ER,K9W=kGR*o#X7xBt6", "type": "image"}, {"id": 1720031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1d6fb4d-33a6-4af9-b2ce-82f4d3240a0f/width=450/1720031.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHM6^yEK00E1rD~CI.RP0J~VV}I@tSRjIWEM", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/125791", "modelId": 116179} \ No newline at end of file diff --git a/datasets/metadata/125904.json b/datasets/metadata/125904.json new file mode 100644 index 0000000000000000000000000000000000000000..76f7f944f4b9545190aaca816affc568b5d9ca3d --- /dev/null +++ b/datasets/metadata/125904.json @@ -0,0 +1 @@ +{"id": 125904, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-25T22:10:33.359Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["WaffleStyle"], "stats": {"downloadCount": 487, "ratingCount": 56, "rating": 5, "thumbsUpCount": 72, "thumbsDownCount": 0}, "files": [{"id": 492325, "sizeKB": 58145.4150390625, "name": "WaffleStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T15:16:11.850Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C6953CA5", "AutoV2": "00AC6E203A", "SHA256": "00AC6E203AFB1927BE0B971DCE035D891A912703FEAED1BED9ED5C9A75E0AE9C", "CRC32": "5347A440", "BLAKE3": "D552FB39371177A2926AF56865DFC725DBE5F838545857BB723AA19BA7561CB8"}, "downloadUrl": "https://civitai.com/api/download/models/125904?type=Training%20Data"}, {"id": 90951, "sizeKB": 147571.265625, "name": "WaffleStyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-25T22:05:43.097Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F2122872", "AutoV2": "6A8F0707B7", "SHA256": "6A8F0707B7DC8672084E93FC9CC2B85B8306C35C384EE141C2233F0F6F4F453B", "CRC32": "2C4DD2AC", "BLAKE3": "B52869CDDE028B6E4E57B2FA6D085286A1377E167AAA3062DAA5918630B4326C", "AutoV3": "A1E057F71393"}, "downloadUrl": "https://civitai.com/api/download/models/125904", "primary": true}], "images": [{"id": 1723006, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74d1edf7-7e6d-4864-8105-b74c5ebf8704/width=450/1723006.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "URIEkS9Z~psm_2xtNGf6%gNGM{R+oeNHoeM{", "type": "image"}, {"id": 1722357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4572821f-bf7f-4df3-be0d-64d24ecfe407/width=450/1722357.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBH^-Jof0gv}~q9axt0fZ~s8?GIq4o4:?b?G", "type": "image"}, {"id": 1722346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b231e95-1f5b-4d54-9cf3-789171ed62b1/width=450/1722346.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UAI|:n00l9001%VY-:9aniIU%ME20L~pwItm", "type": "image"}, {"id": 1722366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edd371c9-b396-42b5-8a53-476e1192af70/width=450/1722366.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "UAGaqI,.0g0M.8M{DiNH?w0LaJ-o9}jFn3%L", "type": "image"}, {"id": 1722367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba191f16-2afe-4027-80bf-c1967febcb8c/width=450/1722367.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UIHwrq^*_Mx]vz010LVtXR?axD%LWW-;?GIp", "type": "image"}, {"id": 1722355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69190011-ee2b-40b2-b492-469a4001a1c4/width=450/1722355.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIG8J+9bO@=^Ot4.t7D*_Mn$-oNHElRj-.IV", "type": "image"}, {"id": 1722358, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9219cc90-5b3c-438a-bc91-7ce99889d3b4/width=450/1722358.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJI}CX_M?b0Lk?XSD%s*?u~pRiM{_3W??axW", "type": "image"}, {"id": 1722356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2aa38c28-7684-4673-8bd1-0d69a0adc1ed/width=450/1722356.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UeKc@E~UXmt7%2t6bGt6yDW=R6f6%fofkCR*", "type": "image"}, {"id": 1722359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09d6bffb-ea6e-4dfc-8d49-d4902a30ff96/width=450/1722359.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9HKa=00Lg001700~WRN%fRP-pRP0M=wofxu", "type": "image"}, {"id": 1722361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68465ec0-bb8d-4dd7-8d89-0e2b4e16e2f7/width=450/1722361.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJIXBI%3MwvzKl~V4UIA-;E2wHD%Ipt7M{Io", "type": "image"}, {"id": 1722364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a551efa0-383c-4f68-bfa4-c2ccdcc0bec6/width=450/1722364.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URHK%*^j9aEM_NR,4:V@%ht7R5oJNfR+Rioe", "type": "image"}, {"id": 1722363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56bd7720-66f7-4998-b2d8-a87e14395e15/width=450/1722363.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDIDdPX8Io^M8I584o9a~Vn%0L4;_2SOV?xC", "type": "image"}, {"id": 1722368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18aa40ba-d21c-4dc3-b986-f6233560953f/width=450/1722368.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UHJ%n500.7-U_MM|IV%Mt802J.ofEOnN-Ts9", "type": "image"}, {"id": 1722365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9792578c-a0b8-46c3-9383-c26104b51439/width=450/1722365.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UEGRI@D*OsWXyC01R+oK~pIq%2oz4:R*%1xu", "type": "image"}, {"id": 1722370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6852d3d-d0d6-4f3d-b1fd-9f362812471c/width=450/1722370.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U5E-]l0KTfrp0400~VVYEQ?FWE0f02NG-oE2", "type": "image"}, {"id": 1722369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d1d63ab-b8d8-4522-8ca5-f791efdfd154/width=450/1722369.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UTGIDjD%ofDi_NIBj]MxXnV?jZofIoRkn$of", "type": "image"}, {"id": 1722371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5225ce6-6247-4a4b-a29b-507b837f914f/width=450/1722371.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "ULF}$T~q?c%gx]%2kCs:yD_3^+o#NHt7t6NG", "type": "image"}, {"id": 1722400, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61b0ef9a-0b29-4005-bef9-23064e3ff7b2/width=450/1722400.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USIEkO~pIq9G?u%Ms:xZS~ozxZ%MtQWBs:oz", "type": "image"}, {"id": 1722372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/372a7609-9eb9-4100-8fec-baa1d16635d2/width=450/1722372.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UEGtygbv?a~BNe?GNHxa0f58w^xan5?F~V$$", "type": "image"}, {"id": 1722425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0212d5b-62f0-4fa5-b9fe-3658d8dab361/width=450/1722425.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULIqfS014n9acubb8_$yR:?GMdWU%LE1%KW=", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/125904", "modelId": 116280} \ No newline at end of file diff --git a/datasets/metadata/126151.json b/datasets/metadata/126151.json new file mode 100644 index 0000000000000000000000000000000000000000..b25d1e70059656c0fcef2038c569169fda2c8235 --- /dev/null +++ b/datasets/metadata/126151.json @@ -0,0 +1 @@ +{"id": 126151, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-26T06:55:15.733Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 1124, "ratingCount": 171, "rating": 5, "thumbsUpCount": 213, "thumbsDownCount": 0}, "files": [{"id": 91153, "sizeKB": 45699.6123046875, "name": "Kisara_Himeno_Eroge.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-26T06:55:47.257Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3D16C07C", "AutoV2": "7995394F56", "SHA256": "7995394F56A5CEEA67DB718E983E24C00EB4A2ADAEF87B728CF637CD3B643C3F", "CRC32": "CD044CAC", "BLAKE3": "8F2EE12F4FCA7D990407BB708BE640CA898B13BC43C8402C9A0EA96C7B76BD3E"}, "downloadUrl": "https://civitai.com/api/download/models/126151?type=Training%20Data"}, {"id": 91152, "sizeKB": 22258.484375, "name": "Kisara_Himeno_Eroge-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-26T06:55:44.920Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3EE621DC", "AutoV2": "2E9A754763", "SHA256": "2E9A7547632BCCAAB6A71529E0CBF876F1E4C206B5DB945C07D213723C57E3C9", "CRC32": "25ACFD02", "BLAKE3": "C5709172065BE1A1247C3EB05D9836117ACFFDA4AD29FA3E429B776A07E08F5E", "AutoV3": "C7AE1C1CD4F0"}, "downloadUrl": "https://civitai.com/api/download/models/126151", "primary": true}], "images": [{"id": 1924553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66e5394d-fc63-4f19-8134-8981a7a0724c/width=450/1924553.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UJK,%Xx^0=-;1QI[ECWB:bM|s;MyqFj[rpWB", "type": "image"}, {"id": 1727497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89d1ca5e-64db-4e16-a498-94d446691e27/width=450/1727497.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCKKZ$IU0d}Z009Fo$tlABxG8wtl-DSKNFr?", "type": "image"}, {"id": 1727583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/445f1b26-b6e4-4f64-81f3-50489e95861f/width=450/1727583.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDJGf|0f0K~W005Q+t%3X+R6wftSzV-U.lxZ", "type": "image"}, {"id": 1727686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e694b33-4727-4350-9f33-e04c6dc5ce5b/width=450/1727686.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHJ%@8D%t+9Z.8MdE19Z00~W#.-p].?vjERj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/126151", "modelId": 116499} \ No newline at end of file diff --git a/datasets/metadata/126413.json b/datasets/metadata/126413.json new file mode 100644 index 0000000000000000000000000000000000000000..6f4a3cf3aed612929e4da8b4c094aaab109bbb91 --- /dev/null +++ b/datasets/metadata/126413.json @@ -0,0 +1 @@ +{"id": 126413, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-26T15:00:18.999Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["cattleya_qb", "cattleya_gorget", "cattleya_purple_highleg_leotard"], "stats": {"downloadCount": 1466, "ratingCount": 157, "rating": 4.99, "thumbsUpCount": 238, "thumbsDownCount": 0}, "files": [{"id": 91343, "sizeKB": 47458.5615234375, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-26T14:40:42.012Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "496225B7", "AutoV2": "4253A7214B", "SHA256": "4253A7214B04A71D48CB7D93EF5FD25E113273F7DA4FE612B677271411166FA0", "CRC32": "8F4D636C", "BLAKE3": "F9FE41D278947300E1282559E346D7A4D99A92ABA347F065772156E21D9564B8"}, "downloadUrl": "https://civitai.com/api/download/models/126413?type=Training%20Data"}, {"id": 91342, "sizeKB": 36991.5244140625, "name": "CattleyaV2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-26T14:40:40.871Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B6F7BF19", "AutoV2": "4A68F624FA", "SHA256": "4A68F624FA6827F4BC3EB3C55F56A89FB4CCAC0D26A038D447D9487FF19C2D8E", "CRC32": "853A6BC3", "BLAKE3": "EA787D9AE82EA7B499752A5AE7D9A82474E18E26466AAAFF221116F4CFB93B97", "AutoV3": "C4B0A16C6217"}, "downloadUrl": "https://civitai.com/api/download/models/126413", "primary": true}], "images": [{"id": 1732198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c59bbd4-0a51-463a-a05e-2a9988ef67eb/width=450/1732198.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UYHenN~q?wX8x]kWIoRjRiRiIUWBE1IU%2xa", "type": "image"}, {"id": 1731972, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fdcc13b-a210-4030-b82f-4f8633ce2bc9/width=450/1731972.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UcLN1AaL~pkD_MM{R;WAXSxujcS5jet7xsoI", "type": "image"}, {"id": 1731967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bcea17d-a2cc-4bf0-89f7-4a15c8ce71f8/width=450/1731967.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UJKAW@cHyY?G_Ns:W?RiO?^*MzRk4oNF?GIB", "type": "image"}, {"id": 1731971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51e7e4a6-054a-4109-8693-2fa351ec7006/width=450/1731971.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UQLgkhDj?w%N.8-;t7Vt-6?ctSNH57of?Hwv", "type": "image"}, {"id": 1731985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30d7f762-aec3-49b0-aea1-01ffc5834955/width=450/1731985.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UXJ7wO~V~qWF?b-;S4t8X8NGogRjxZ%Mxtn$", "type": "image"}, {"id": 1731987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf0d06d8-65b0-4fd7-b259-de4a286a5e87/width=450/1731987.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "USGbVba{R+xao#%LtSNH~VxZM|xuELS2-pt6", "type": "image"}, {"id": 1731980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9943befc-71fb-4c0b-8ff3-3b4bcddf3638/width=450/1731980.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UjI|k1={%L~Bx[xtxtNt%Lt6RkofJ6xa%1WB", "type": "image"}, {"id": 1731970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b4d6159-4412-40e1-8e59-16b4886bcde4/width=450/1731970.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UGL3_+r}K-}tT__M_2I[yV_1Mxxv4@4:_3$~", "type": "image"}, {"id": 1731984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf919dca-c132-46d6-807d-4cd424f3db5e/width=450/1731984.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UVJaHK?d%z%FyV%LIvjL55odsVS2D*MyxFkB", "type": "image"}, {"id": 1732199, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f74143b-6187-4c20-b8d5-88e78c534922/width=450/1732199.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDFOv6D%_3%1?w^+EMEM~Vf+n+%2NaR%-p%2", "type": "image"}, {"id": 1731973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a55e3c12-42db-4e56-8092-fa0c68320afd/width=450/1731973.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UXKv~_$y?^s:?^IVo4kWt,%NspNcVvt7xusm", "type": "image"}, {"id": 1731974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f201c72d-6c89-4882-b030-0d289726076a/width=450/1731974.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UEK1E{?c00~p*0?v?bi_EL9F?Hx]0N-U?HEO", "type": "image"}, {"id": 1731978, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffb3d05d-2862-44ab-8c2d-f33e8f294617/width=450/1731978.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UCKm^n1A76AM0$}+0=Rq02^a$zT1}vxBv|E2", "type": "image"}, {"id": 1731977, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff33208a-7687-4c9b-92a4-682b215787d6/width=450/1731977.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UPIqAstlBp-p?^-pxbR+%z9ai|x[9aRixtWW", "type": "image"}, {"id": 1731983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8fa1490-63e1-4fd4-b068-f2e6fcc26a22/width=450/1731983.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UnJ*Yit9_4%N?aD$NGt7-:M{oMkCxv%2xuWV", "type": "image"}, {"id": 1731979, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/780bffb4-bd90-4214-be3f-65a51aa4cb16/width=450/1731979.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UNL|cf?w17%417ERp0tl9G-n%1w[D+bcs;Nb", "type": "image"}, {"id": 1731981, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f12b7f8-9ced-4381-b1a8-5b6b25f6110f/width=450/1731981.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UYLM^?Rp?cX7~pRiS6RjEk-:xuRlIqt8%3j@", "type": "image"}, {"id": 1731968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/800481fc-bbb4-4732-bb1c-c30c041b37b7/width=450/1731968.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UjI;0Q={-p~B%f%1t6SzxtoeRjj]I:t6xaRj", "type": "image"}, {"id": 1732197, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfa11b50-6553-448a-b858-7e6eba2b59f2/width=450/1732197.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "ULJjf1~9D~4:M[D+R:Mx4;%3^i%MxGV=xvS1", "type": "image"}, {"id": 1732305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a47a948-c441-4079-b2dc-26641cb57add/width=450/1732305.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UOLpj:Af3Ztn15=]D;RR0L-3-UxHxcM|-hT1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/126413", "modelId": 10783} \ No newline at end of file diff --git a/datasets/metadata/126489.json b/datasets/metadata/126489.json new file mode 100644 index 0000000000000000000000000000000000000000..cac6ad5378241099d81a997ca983db8feb3870ec --- /dev/null +++ b/datasets/metadata/126489.json @@ -0,0 +1 @@ +{"id": 126489, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-26T16:28:33.025Z", "availability": "Public", "nsfwLevel": 7, "description": "Added Ichika and kendo-outfit
", "trainedWords": ["shinono houki", "orimura ichika", "is-uniform", "male is-uniform", "houki-plugsuit", "season1-bikini", "kendo-outfit"], "stats": {"downloadCount": 1715, "ratingCount": 143, "rating": 5, "thumbsUpCount": 207, "thumbsDownCount": 0}, "files": [{"id": 133280, "sizeKB": 127685.63671875, "name": "anime-dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-02T20:08:41.008Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E8F3FB0A", "AutoV2": "EFF8F21E8F", "SHA256": "EFF8F21E8F4BFF92D251E688662255B1920D4E2A7F3FEE4E97875E06421E1CD6", "CRC32": "EA6286D5", "BLAKE3": "60BA1BFAEF7155CB957FC670ACDBAA3C5C06F86BD54FF826037BD73A159E9C1D"}, "downloadUrl": "https://civitai.com/api/download/models/126489?type=Training%20Data"}, {"id": 91401, "sizeKB": 37081.6005859375, "name": "ShinononoHoukiV20.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-26T16:26:06.719Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F244A9E6", "AutoV2": "E6F975BB05", "SHA256": "E6F975BB05A70D80954540F2039969F864C16E674EE8237A3C4E5C1E92F30D06", "CRC32": "C13F50DE", "BLAKE3": "779EB97AAAF1C5E420CB16BB0F949A7951E21E79D3ABE4DBD751A5652D16DF70", "AutoV3": "D71498EFD71B"}, "downloadUrl": "https://civitai.com/api/download/models/126489", "primary": true}], "images": [{"id": 1733350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f578c66-e88d-4ed6-8618-b95825dcff18/width=450/1733350.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMJa.n4o55xvx]D%~qt7WVIUn,In%1E1V@oe", "type": "image"}, {"id": 1733353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e431c61-02d0-408d-8cb5-b498d6ce255e/width=450/1733353.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOK-C001_N^+_3D%xu%M?bM_tRIUt6WAM|%M", "type": "image"}, {"id": 1733354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87ce4473-be30-4058-b7e0-031a1abade85/width=450/1733354.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UGJt;-00Pq%M0j#ht79~tn9t-ps;M_D%-PjH", "type": "image"}, {"id": 1733377, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e38f8a7b-c75b-4252-be31-2e858e82e018/width=450/1733377.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UnKAWvx]=w%M~Vo}s-t6adbc%MWVS5RjtRt6", "type": "image"}, {"id": 1733381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c0e2e34-f098-4565-893f-514e5f16b2b6/width=450/1733381.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEIhBMn2Sg00Y4M^IT~WP8R$9G~X?bM{RPNI", "type": "image"}, {"id": 1733380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a214789-5acf-4d4d-8b4b-cde95f511b14/width=450/1733380.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJJHEx~V004o#ijb_3%M^kIo^+t8n$E2jENG", "type": "image"}, {"id": 1733379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87aa9947-debe-4364-8249-ef1c08a440d8/width=450/1733379.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UUKm%@~WTJNIpJoz%gx]tmxZ$*xZIVRkofR*", "type": "image"}, {"id": 1758512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b9fde1c-7ca0-4180-9082-c8f7cc168ca0/width=450/1758512.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFFY}yM{0;~CK-E2.TMx57S6?bIUx]%1-oRk", "type": "image"}, {"id": 1758537, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b674575-4fd2-4713-bd26-370ed79e8dd4/width=450/1758537.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKJa+eMx?weS?wt8%MIU~WaeS$M{-;-;%Lxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/126489", "modelId": 85750} \ No newline at end of file diff --git a/datasets/metadata/126642.json b/datasets/metadata/126642.json new file mode 100644 index 0000000000000000000000000000000000000000..11aa320f458d901e37096bfe424b6e821353b3fe --- /dev/null +++ b/datasets/metadata/126642.json @@ -0,0 +1 @@ +{"id": 126642, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-26T21:04:37.697Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 904, "ratingCount": 155, "rating": 5, "thumbsUpCount": 192, "thumbsDownCount": 0}, "files": [{"id": 91520, "sizeKB": 44285.421875, "name": "Iori_Kousaka_Eroge.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-26T21:00:48.196Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2C05F130", "AutoV2": "A5E1FAF914", "SHA256": "A5E1FAF914D398586D1D1C1897BD6EDA5642DCC31D2B78156ABEDA0D0805AE1A", "CRC32": "2C67A78B", "BLAKE3": "74321B8E4B9D2E8968ABE8C3B094C4307FF560F9DA91FC2426330161B8C7BB00"}, "downloadUrl": "https://civitai.com/api/download/models/126642?type=Training%20Data"}, {"id": 91519, "sizeKB": 22258.2861328125, "name": "Iori_Kousaka_Eroge-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-26T21:00:43.267Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "18F8C97F", "AutoV2": "96822CF10B", "SHA256": "96822CF10B5E2621E63DC02DF58F18136B6B6C5EDDC5E70F20B7829A2F18908D", "CRC32": "DAE4CC55", "BLAKE3": "A9A59D307397740B67A263CF0D99FB04BA428E14D5B4E7CAC0D85EA107C1BBFC", "AutoV3": "5EABCA780EEB"}, "downloadUrl": "https://civitai.com/api/download/models/126642", "primary": true}], "images": [{"id": 1736072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fbd1e00-1440-481c-80a2-2b2132f125fd/width=450/1736072.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIIEhc^+00~DD$xv-;-;5RNF-pyD?vxu%KNZ", "type": "image"}, {"id": 1736118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ecb10da8-60b2-4eb9-9f27-148f57eaf3b4/width=450/1736118.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UdMZH*~A0KVsm+xB-UV[r;%1xuaf?ES1NboM", "type": "image"}, {"id": 1736099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/faa3e7cf-2ddf-450c-ad69-1c94da71d12f/width=450/1736099.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFHo2zI:00t800?Hp0s.Iw~q=_E1_MM_?bni", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/126642", "modelId": 116930} \ No newline at end of file diff --git a/datasets/metadata/126944.json b/datasets/metadata/126944.json new file mode 100644 index 0000000000000000000000000000000000000000..b34d501adbdf0d0bc183ae06acd4ba17aea107fd --- /dev/null +++ b/datasets/metadata/126944.json @@ -0,0 +1 @@ +{"id": 126944, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-27T07:17:18.766Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 1197, "ratingCount": 169, "rating": 5, "thumbsUpCount": 209, "thumbsDownCount": 0}, "files": [{"id": 91773, "sizeKB": 26364.16015625, "name": "Akane_Nishino_Shadow.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-27T07:20:50.814Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1DAD6719", "AutoV2": "DB591733A6", "SHA256": "DB591733A650881ADA8265B4BE971775DB84EE34BAE699245B0214875E7205CD", "CRC32": "33164CD1", "BLAKE3": "1326ECA341B40AEEFDA8756B8B98A420DCEEB9543DE02D5979E15F3C4AF6FF5A"}, "downloadUrl": "https://civitai.com/api/download/models/126944?type=Training%20Data"}, {"id": 91772, "sizeKB": 22245.3095703125, "name": "Akane_Nishino_Shadow-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-27T07:20:46.579Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "877DDD7E", "AutoV2": "C103509942", "SHA256": "C103509942412B4FA7E1B7ADFD4F20CC133950D8DB5F7EC639FD9653216E825C", "CRC32": "016F1D40", "BLAKE3": "F2D447B6C25EEB0E7A387FCB68626036B1D4FAAF1E0CDC1FEF58FA05B4A2E606", "AutoV3": "45847C38884A"}, "downloadUrl": "https://civitai.com/api/download/models/126944", "primary": true}], "images": [{"id": 1924514, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3fccab3-3f0c-4dbc-b87b-286fb380f1e2/width=450/1924514.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "URI}#E%M%hxuIp%Mx]s:_Nay-;Rjx^Rj_2M{", "type": "image"}, {"id": 1741758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/321cbe19-9ab8-4ddd-a1dd-7bc2143d2f4c/width=450/1741758.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJH_[TR:4:9b5G8_p1xvE.r;JExt?wafR*?H", "type": "image"}, {"id": 1741806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b97f60c2-d8db-4c95-8008-1bb802656eee/width=450/1741806.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULJ*uJ4T58xH4pIV?wV@b_NKyE.8tlIpInW=", "type": "image"}, {"id": 1741971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73f878c0-3ee2-4e11-b989-d71c35295e84/width=450/1741971.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEKwkO8^0M%z00n2s.9a4pI;~W-:?bNGt7Z$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/126944", "modelId": 117180} \ No newline at end of file diff --git a/datasets/metadata/127061.json b/datasets/metadata/127061.json new file mode 100644 index 0000000000000000000000000000000000000000..1e3c40587472811095ac12301e0f8af007198759 --- /dev/null +++ b/datasets/metadata/127061.json @@ -0,0 +1 @@ +{"id": 127061, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-27T10:37:51.925Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 1248, "ratingCount": 151, "rating": 5, "thumbsUpCount": 208, "thumbsDownCount": 0}, "files": [{"id": 91868, "sizeKB": 47694.892578125, "name": "Aurora_Eminence_Shadow.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-27T10:40:51.349Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4D8B014C", "AutoV2": "31F635EA4F", "SHA256": "31F635EA4F9707692F61D8588C42197C223C976B97860D373B2060090D642A5B", "CRC32": "4E963E5A", "BLAKE3": "839FDB752FAC7641EA53CDBB2DCD14A6C12B07890B142A52B4961ADA19B27049"}, "downloadUrl": "https://civitai.com/api/download/models/127061?type=Training%20Data"}, {"id": 91867, "sizeKB": 22262.0576171875, "name": "Aurora_Eminence_Shadow-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-27T10:40:49.402Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AA5C3D44", "AutoV2": "1976142F83", "SHA256": "1976142F836B7A2D83170EE6B914522D07876DCB44E6D11CC8EEFE3E3CB6DA93", "CRC32": "098EFA41", "BLAKE3": "4A5283B8EA6382A4B76D15EF6C52E64315117CA131DC1DF2166841359D8D1E39", "AutoV3": "309478524AF8"}, "downloadUrl": "https://civitai.com/api/download/models/127061", "primary": true}], "images": [{"id": 1924439, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/352504cf-bfe9-45e0-821a-3c173dcbd96b/width=450/1924439.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "UdI;@sxux^t7~qxu-;s:-;aexuRj%MM|-oM|", "type": "image"}, {"id": 1743823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e463303-16a7-4bf3-ab08-2d210a0ccbef/width=450/1743823.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaK^mXs._NR*?wt7?bt7xvbIWUR+?aWBRi-o", "type": "image"}, {"id": 1743592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccb10fcb-d838-46a3-b5d3-f8c600cd9796/width=450/1743592.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCGRoA?aM{9a03WWtR%M020LM{D*?btR~Wax", "type": "image"}, {"id": 1743670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17ee8b9d-cee3-4d87-bfc1-9c9129414811/width=450/1743670.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKG8G{~CR5xGH@9FIURPw$$%^*%1Ipslxa-V", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/127061", "modelId": 41511} \ No newline at end of file diff --git a/datasets/metadata/12744.json b/datasets/metadata/12744.json new file mode 100644 index 0000000000000000000000000000000000000000..f91d97f79e4fc482e05f56a1bfca616b5c275fab --- /dev/null +++ b/datasets/metadata/12744.json @@ -0,0 +1 @@ +{"id": 12744, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-02-19T19:12:12.865Z", "availability": "Public", "nsfwLevel": 1, "description": "Notes
No issues, just use reccomended keywords.
Works at most strengths, I used around 0.50 - 0.70
Info
Trained with Trained with Anything v4.5
Image Set: 16
Training Resolution: 512x512
\u4f7f\u7528\u539f\u6570\u636e\u96c6\u653e\u5927\u81f31024*1024\u540e\u5236\u4f5c\u7684\u8bad\u7ec3\u96c6\u91cd\u65b0\u8bad\u7ec3\u7684lora\uff0c\u9002\u7528\u4e8eSDXL\u6a21\u578b\u3002
Re-trained using the same but upscaled pictures, compatible with SDXL.
", "trainedWords": ["Bowser"], "stats": {"downloadCount": 570, "ratingCount": 43, "rating": 4.88, "thumbsUpCount": 69, "thumbsDownCount": 1}, "files": [{"id": 185440, "sizeKB": 146946.38671875, "name": "6_Bowser.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-26T13:35:51.759Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3672C007", "AutoV2": "6F72A7EA17", "SHA256": "6F72A7EA17A828E75BA85CF41BC6E6BE87A34D850E08F1DD11543DAAD1477AC3", "CRC32": "5659F4F7", "BLAKE3": "6731795AE9D07695CCF8F552133471B64069AE48735ABBA496F82E7EE60D44D4"}, "downloadUrl": "https://civitai.com/api/download/models/128030?type=Training%20Data"}, {"id": 92650, "sizeKB": 83424.27734375, "name": "Bowser.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-28T18:40:51.096Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FC1D8A3E", "AutoV2": "AF4FEA9D9D", "SHA256": "AF4FEA9D9D741A3ABDBEFF917BDFF2495F408D236C21AF567DB57DB0EC5B4172", "CRC32": "856643FE", "BLAKE3": "175375A32189AA5438E8E3391DFD59C668CE785395373AE369306F00A69E91AE", "AutoV3": "E312FE7BC4AC"}, "downloadUrl": "https://civitai.com/api/download/models/128030", "primary": true}], "images": [{"id": 1763447, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3af1eb2d-18fd-4b6d-8398-3b476754a1e0/width=450/1763447.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7EU[D^%14E35bt7EgR-0pSPt6$~S0s.}=NK", "type": "image"}, {"id": 1763449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1d7aea2-b2c0-4c29-a6b6-196afbbfd922/width=450/1763449.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5Bz8*8001uj^-%00$sm06RP-$JDNhX.-M=s", "type": "image"}, {"id": 1763448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17727838-de69-46e6-83a5-1d149e0d9a35/width=450/1763448.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9CsW=RPZh%LAJnN}=EOR;Rjt7oJIBR+X.r=", "type": "image"}, {"id": 1763445, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb6386c5-d02c-49f1-b88f-19da609096bf/width=450/1763445.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5CF#6Gc0r-i%$11J.?Y00RO}+x]{[-QRPrZ", "type": "image"}, {"id": 1763446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92ba3b56-f0e4-4b07-80ad-5471b1b87c66/width=450/1763446.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5B:QVZo05~68ErE;3Tc01xV=]KOzXBo68$y", "type": "image"}, {"id": 1763490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c3927d3-f583-4d5d-bfc4-08c92df3b3b5/width=450/1763490.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7Eeb{pKjLNf%$0$$yI;0C9#~7%IMbs%-lEL", "type": "image"}, {"id": 1763451, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1ca85cf-ea85-40ee-be48-91a963b78767/width=450/1763451.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8DlZhL}0hTxuP+tvyB;5axC$eWCr;-nWsIC", "type": "image"}, {"id": 1763491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd5de9a3-c41d-4242-95d4-c11be20d9549/width=450/1763491.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8C$T6?F9eIW1lENM{RP0PI;},$y-3$xr_Ip", "type": "image"}, {"id": 1763450, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/926ace3e-0ba0-46a2-a615-995c99bca744/width=450/1763450.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMI}Oz-o.9S%-;WCt6oc_4NHsks9-os.M|WE", "type": "image"}, {"id": 1763438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0f2cf7f-e249-4985-bb20-f14400c041a4/width=450/1763438.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBJG$F0;pIIv0E~U-A?F~owJ%JS7ICE3-o9|", "type": "image"}, {"id": 1763453, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3766b688-f7e5-440e-a05b-4e5942ed3ce7/width=450/1763453.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7ED9KM{8{[Uyq%g0gIA0$el{bK+ug%Nn3;0", "type": "image"}, {"id": 1763456, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32b5ea6b-04b7-4505-817d-addd32de3d13/width=450/1763456.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPGb9VIBIUbv~UIWoIR%$NM}sAjY=wR%M}T0", "type": "image"}, {"id": 1763452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5076f861-c268-4be6-b960-6134f8db011d/width=450/1763452.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULF~so={FyJ:?dtmR$S~76S*w[sk%hkDs+xC", "type": "image"}, {"id": 1763492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f98d4a64-d704-465b-bc7f-ea80fca803f5/width=450/1763492.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPIqGR^iIVMy}SxBXSkWMeE4E2ocD,E3sUn%", "type": "image"}, {"id": 1763459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51041ed2-8dae-48bd-8e22-f5e72305bea5/width=450/1763459.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJHLL{5W5R_2~q9$w[r;x_N|nhaK?wNHRjx[", "type": "image"}, {"id": 1763457, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be7b5e1b-8800-4f02-9a11-2bf9248c02f2/width=450/1763457.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKH1#WD%0h%g~UENER$gr=NIJoj==^soIqSh", "type": "image"}, {"id": 1763493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b7de674-a331-4604-9b87-5428232910bc/width=450/1763493.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7FFKDA1%11z+A6mx-s*0q]%z:^$0$~8tSiK", "type": "image"}, {"id": 1763460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f49ab95-daea-4217-a841-93978995ec68/width=450/1763460.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULI|pw~AXnT0xa=_%L%1S6%1s+s,n4snxsR-", "type": "image"}, {"id": 1763461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0f61251-0cef-44a7-ae05-14bbf6c892d0/width=450/1763461.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBIELQVD.6XVyYD%9Gs97QwG$Ks:~qr=nhFz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/128030", "modelId": 102948} \ No newline at end of file diff --git a/datasets/metadata/128063.json b/datasets/metadata/128063.json new file mode 100644 index 0000000000000000000000000000000000000000..a207d9e4c3eff691c0fb8ffe72e58afa1114c275 --- /dev/null +++ b/datasets/metadata/128063.json @@ -0,0 +1 @@ +{"id": 128063, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-28T19:45:20.012Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": [], "stats": {"downloadCount": 634, "ratingCount": 121, "rating": 5, "thumbsUpCount": 136, "thumbsDownCount": 0}, "files": [{"id": 92681, "sizeKB": 21652.9033203125, "name": "Risa_Higuchi_Gene_AI.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-28T19:45:35.683Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F4437A54", "AutoV2": "23EDEBD286", "SHA256": "23EDEBD28603D7FC520DAE9B44D812B43D970F5CD2358ABD3C8A8AFB857F84D6", "CRC32": "EECE6533", "BLAKE3": "CAC4FE4CD4B1A624A72636F78345CDEDA694A4800B1A1DCC00629625386A3FC8"}, "downloadUrl": "https://civitai.com/api/download/models/128063?type=Training%20Data"}, {"id": 92680, "sizeKB": 22243.5517578125, "name": "Risa_Higuchi_Gene_AI-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-28T19:45:34.598Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "099C5223", "AutoV2": "A9DF7C6A4A", "SHA256": "A9DF7C6A4A99DB2CE9B09E713805BDABE961B29E36A7244DFC655D94498BCE33", "CRC32": "E1C4277D", "BLAKE3": "C27EA9D918DC43ACE4FA6AAD1BD1B3CBD7E6CBB6BD9623032736C3A216AA72A8", "AutoV3": "BA801A3D1F98"}, "downloadUrl": "https://civitai.com/api/download/models/128063", "primary": true}], "images": [{"id": 8660098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c29ee9e-73cf-449b-8319-a481f389d89f/width=450/8660098.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaPF.rt7XmM{EJWBx]Rjjdof%Mx]~qofxtxu", "type": "image"}, {"id": 8660099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/919dcd4a-a571-4756-9898-0fbcfe0cdba8/width=450/8660099.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaPF.rt7b^M{EJWBx]Rjjdof%Mx]~qofxuxu", "type": "image"}, {"id": 1764159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24695715-047c-47b0-aca0-4c3bfd121913/width=450/1764159.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKL|Q1000e9G9Ye-~WRj4-xu%f%M?bM{xuWB", "type": "image"}, {"id": 1764395, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b73806c7-92e0-40b5-87b7-1c75cf920fe2/width=450/1764395.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNMP|5IA0eIp0d4n?a9FxuM{~Ws:ShxuM{%M", "type": "image"}, {"id": 1764451, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b6d5aad-42d3-42c3-b7ea-b0eaef8246b1/width=450/1764451.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U6M$#uE91E0y00D%}?0L00yr#?.90g0L9FVs", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/128063", "modelId": 118101} \ No newline at end of file diff --git a/datasets/metadata/128138.json b/datasets/metadata/128138.json new file mode 100644 index 0000000000000000000000000000000000000000..0cfaf67783a8b2d59a7870dc9fd58b01b57b3efa --- /dev/null +++ b/datasets/metadata/128138.json @@ -0,0 +1 @@ +{"id": 128138, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-28T23:08:54.448Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["KaiouMichiru", "TenouHaruka", "green_sailor_senshi_uniform_blue_bowtie_blue_backbow_green_skirt", "blue_sailor_senshi_uniform_yellow_bowtie_blue_backbow_blue_skirt", "TenouHarukaAndKaiouMichiru"], "stats": {"downloadCount": 1235, "ratingCount": 165, "rating": 5, "thumbsUpCount": 219, "thumbsDownCount": 0}, "files": [{"id": 92745, "sizeKB": 132267.94140625, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-28T22:55:39.306Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6A87DBE3", "AutoV2": "FEFA3BAEBE", "SHA256": "FEFA3BAEBE571840DA6225C31B147B73E205B34BBA85F55ECC0A720A31F0D081", "CRC32": "400BD1C8", "BLAKE3": "44F44743F08598AF9E924232603440B6CB5369E6860FA83CA25FE2197A3F4F9B"}, "downloadUrl": "https://civitai.com/api/download/models/128138?type=Training%20Data"}, {"id": 92744, "sizeKB": 37018.6904296875, "name": "HaruMichiV2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-28T22:55:36.896Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "94551B77", "AutoV2": "3452D71F2B", "SHA256": "3452D71F2BA6967146BD5330D6A57BA815550D15F7EBC2E59D7B69AEC2F2BFF7", "CRC32": "BC782D02", "BLAKE3": "001C2C4B170D5175CC90829A5982223CB12BE4BE18E42313671607D14BE7D6CF", "AutoV3": "4BE4FCEBA01E"}, "downloadUrl": "https://civitai.com/api/download/models/128138", "primary": true}], "images": [{"id": 1766053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68ff7af7-85fe-42b0-9f37-83daf808831e/width=450/1766053.jpeg", "nsfwLevel": 2, "width": 640, "height": 1024, "hash": "UJLE4%AVks~B?sDjSQxVI8EL%LI9.9-;RkIo", "type": "image"}, {"id": 1766058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63665653-92e8-4ebb-affd-31881ba29c76/width=450/1766058.jpeg", "nsfwLevel": 2, "width": 640, "height": 1024, "hash": "UAMZ?r0#_NiL-^00rV+YELGbF{MwyoVp569}", "type": "image"}, {"id": 1766063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5abef4e9-62e3-4a34-8033-af04e146d56f/width=450/1766063.jpeg", "nsfwLevel": 1, "width": 640, "height": 1024, "hash": "U8J*en0DPk}P00.O58tA000d9b0e.8%P~A?G", "type": "image"}, {"id": 1766258, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8293f395-14f4-4cbf-824f-dfff6895a199/width=450/1766258.jpeg", "nsfwLevel": 2, "width": 640, "height": 1024, "hash": "UEI$4t0JeS~p[=0OF4=rrn0L-=kWjs=fxaKy", "type": "image"}, {"id": 1766259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/323d2012-2e5a-494d-8ce1-2ee55a1ff7a4/width=450/1766259.jpeg", "nsfwLevel": 2, "width": 640, "height": 1024, "hash": "ULIh]KDz02~Enx?I%2ABQ-=#R5Ezo|nh%2x[", "type": "image"}, {"id": 1766260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5caa25bd-9e96-42b7-8769-ab4ce66ccf76/width=450/1766260.jpeg", "nsfwLevel": 2, "width": 640, "height": 1024, "hash": "U9KKyd|R@{00G3$c02x_vJ9rE0=Y1#v~0M1H", "type": "image"}, {"id": 1766261, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7b7ac6c-45f7-4353-ad3e-2e20f1d04265/width=450/1766261.jpeg", "nsfwLevel": 2, "width": 640, "height": 1024, "hash": "UCJaWM8w^Q1GQ5PAIV]p-V2AnQ{+0MxbK4Ez", "type": "image"}, {"id": 1766363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a83a1977-7adf-4553-8fa3-1a280d895bce/width=450/1766363.jpeg", "nsfwLevel": 16, "width": 640, "height": 1024, "hash": "UDIYF45g00xgIU-A~W0yzV%3Eg0KKiAA=_NN", "type": "image"}, {"id": 1766366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d90d8db2-9898-4f54-9d0c-e965e7b6586d/width=450/1766366.jpeg", "nsfwLevel": 2, "width": 640, "height": 1024, "hash": "UDJuZ300M^ec~U}HvM4:$~IT1vo?^,Dj#Q7K", "type": "image"}, {"id": 1766364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5edb7380-c3d3-4533-abe1-63058b03ec12/width=450/1766364.jpeg", "nsfwLevel": 4, "width": 640, "height": 1024, "hash": "UEJREgDirXv39F57E1?H00Rp~UxY4oo5koX3", "type": "image"}, {"id": 1766365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89cf61e9-feb7-4809-a7fe-3f5527b22a3a/width=450/1766365.jpeg", "nsfwLevel": 2, "width": 640, "height": 1024, "hash": "ULJkfd.:t,S*W9XSM|IV~AtkkqDk0{VsV[T0", "type": "image"}, {"id": 1766367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67fd9206-9c0e-40ef-9483-20ee56e468fe/width=450/1766367.jpeg", "nsfwLevel": 2, "width": 640, "height": 1024, "hash": "UIIX{ez|}HuLgf?FE1R.}@%JOmi%0fnPRPTG", "type": "image"}, {"id": 1766369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71b91651-1d0e-426a-80bd-0b3372a9f1d3/width=450/1766369.jpeg", "nsfwLevel": 2, "width": 640, "height": 1024, "hash": "URLqIX~Vr=%#pC-oxas:IT%LXnNbpIocr=Ne", "type": "image"}, {"id": 1766368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3bd87d98-d833-4fd4-b9be-342ac2775f30/width=450/1766368.jpeg", "nsfwLevel": 2, "width": 640, "height": 1024, "hash": "URKnPM9FJC~Btk9aR.xUR49bohIno#-U%3SO", "type": "image"}, {"id": 1766373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4c2d304-d3a6-431b-8262-5e0c87ea18d6/width=450/1766373.jpeg", "nsfwLevel": 2, "width": 640, "height": 1024, "hash": "UVJkidKcD$~DE0SikXNFq]-qgOt1BPNZVssE", "type": "image"}, {"id": 1766101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8d30435-6fe9-49b3-82cf-c17553fa01af/width=450/1766101.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UKN9:-_1F0%#MHXAE1ro~SV?$+o#I9IU={S~", "type": "image"}, {"id": 1766100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c74589ab-df2f-4176-a111-6b61ac555ae1/width=450/1766100.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UGKd[I8}0U~UZ29$IwI:E05B={RkVq-U=w$f", "type": "image"}, {"id": 1766102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f0bc8ef-ba81-4cbd-91d5-44ebaa39087d/width=450/1766102.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UWLW@YD%4.IrrTD+XT%2I:WHIpRP~TkDxGXT", "type": "image"}, {"id": 1766098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ecb8a094-0281-4740-8d3f-8f03ec526441/width=450/1766098.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UKLghP0000%gL}IX%hD*Ef9cIUxB~n%NMzW=", "type": "image"}, {"id": 1766099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a316ee60-2942-47b2-bca5-54a626c32fae/width=450/1766099.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UOLD[YD*9F%0Q+0eO@o}V;xHE1R5~pOGxGtR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/128138", "modelId": 29054} \ No newline at end of file diff --git a/datasets/metadata/128682.json b/datasets/metadata/128682.json new file mode 100644 index 0000000000000000000000000000000000000000..ac5fb8b9c4232c5b0e615d65b45f6ef3d53ef4f3 --- /dev/null +++ b/datasets/metadata/128682.json @@ -0,0 +1 @@ +{"id": 128682, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-29T15:28:45.828Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 654, "ratingCount": 94, "rating": 5, "thumbsUpCount": 117, "thumbsDownCount": 0}, "files": [{"id": 93185, "sizeKB": 27485.04296875, "name": "Akane_Misaki_1LDK.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-29T15:25:34.420Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "82834985", "AutoV2": "44F536C170", "SHA256": "44F536C1704EE83BFAC8F8DF82C3AF19EF92E5B3C3034A7E867D2749B0FC7CE0", "CRC32": "8BDBCF48", "BLAKE3": "26FA90D1D92900D96F65B91D9B9469CB94685368E8590BD420F22ED7A8FF739F"}, "downloadUrl": "https://civitai.com/api/download/models/128682?type=Training%20Data"}, {"id": 93186, "sizeKB": 22244.904296875, "name": "Akane_Misaki_1LDK-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-29T15:25:34.570Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CAEDF330", "AutoV2": "228CEE518C", "SHA256": "228CEE518C1A5BD06203022D9863D887A3353A610CEB2B0D4F99BEDF39DA272E", "CRC32": "41EDEEAE", "BLAKE3": "C3DE4C4CFFC485E248951610F9AA3791F96B09ECAC02C37955EC3C2763B07357", "AutoV3": "F8C5442D8DA6"}, "downloadUrl": "https://civitai.com/api/download/models/128682", "primary": true}], "images": [{"id": 1776608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64c36b63-bd0c-46ba-800e-30691440f310/width=450/1776608.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCJj#Y0O00_N01E-^hNf-gIq~B9GibWF?ZMc", "type": "image"}, {"id": 1776639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26bd8079-fd6a-42d7-910b-012a7eae496e/width=450/1776639.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UKKmXk-n02a%5u^i~6WF03xb%MV??YNMIb9H", "type": "image"}, {"id": 1776724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/285cba38-bcf5-4add-b33d-5f615002050a/width=450/1776724.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "ULKTM8==0e${0DIUIDN19anS~TxY9a?Eoft5", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/128682", "modelId": 118604} \ No newline at end of file diff --git a/datasets/metadata/128701.json b/datasets/metadata/128701.json new file mode 100644 index 0000000000000000000000000000000000000000..40b2dbd3b50d4a27f7df552efc89c3071c44baaf --- /dev/null +++ b/datasets/metadata/128701.json @@ -0,0 +1 @@ +{"id": 128701, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-29T15:44:58.387Z", "availability": "Public", "nsfwLevel": 3, "description": "Completely redone training set with a lot more outfits
", "trainedWords": ["eleonora bonnefoy", "falma de medicis", "pharmacy uniform", "blue mage outfit", "white mage outfit", "beach dress", "formal wear", "casual clothes"], "stats": {"downloadCount": 499, "ratingCount": 74, "rating": 5, "thumbsUpCount": 97, "thumbsDownCount": 0}, "files": [{"id": 93204, "sizeKB": 136435.4501953125, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-29T15:45:45.009Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5D8B7D3A", "AutoV2": "8C2039AA13", "SHA256": "8C2039AA132D5999D320B9F1C2533DF4B1A228F614981464C971AC70D07A0C08", "CRC32": "A0E85AC8", "BLAKE3": "C64B40C3B3AED41AE8F2C3F4CD92DE0F30EB0B4CAF3003D6924B69E00A2B5A04"}, "downloadUrl": "https://civitai.com/api/download/models/128701?type=Training%20Data"}, {"id": 93203, "sizeKB": 37061.9443359375, "name": "EleonoraBonnefoyV20.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-29T15:45:55.798Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV2": "FE009E849D", "SHA256": "FE009E849D5D4D7B5A7A2B07167EA3BE2B582A0122F75BCF1AAEC6DBD0B27441", "CRC32": "163847C1", "BLAKE3": "D2036F07673CEA81B33E4E5D57201F29A7C2785A1CE1D5B1E04BA61F496B2D56", "AutoV3": "E3B0C44298FC"}, "downloadUrl": "https://civitai.com/api/download/models/128701", "primary": true}], "images": [{"id": 1776787, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4211e9a1-76b1-4982-98d5-e01edfac9d15/width=450/1776787.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJJH%N_N#O=_^N?GS6o~00baD*Mx4.s,odNG", "type": "image"}, {"id": 1776793, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/667f657b-19ab-4dc5-a1b3-6b322e79b4d3/width=450/1776793.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaL;Nu~W00%M?b.7-;t7RjofWYR+ofRjV@ae", "type": "image"}, {"id": 1776804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/985e4470-dc3a-4963-a989-c35d290ae249/width=450/1776804.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJE{U%-;-:?G%M%L9F%L~qt7tRkC9GoMIUae", "type": "image"}, {"id": 1776809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d36b34e-02cb-4cad-9e4f-7a81520b099a/width=450/1776809.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVKd@_lBK6~UGIR.VXMyK7ogaJofIwo~xuS1", "type": "image"}, {"id": 1776812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2895a075-d75b-4c44-98f0-ec25f29b80cd/width=450/1776812.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCKK$h004T%$D%D%9F0K^*Io~Ws,E3t7IUIT", "type": "image"}, {"id": 1776820, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39fae65c-4ab6-46e1-b238-d3d4cb38d621/width=450/1776820.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQHUwj?b^+-;~Vt7IVIon#kCE1j[M{ayRkof", "type": "image"}, {"id": 1777133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/304b929a-9ef8-4505-8d9d-0d8741473cfb/width=450/1777133.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UAHMP[~X00PA004T00xCDOr=^l%L4.tm?vNa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/128701", "modelId": 74382} \ No newline at end of file diff --git a/datasets/metadata/128758.json b/datasets/metadata/128758.json new file mode 100644 index 0000000000000000000000000000000000000000..5b5e299b61832ffe9a031b5ffc2a98406ed67805 --- /dev/null +++ b/datasets/metadata/128758.json @@ -0,0 +1 @@ +{"id": 128758, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-29T17:04:01.625Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 1233, "ratingCount": 201, "rating": 5, "thumbsUpCount": 267, "thumbsDownCount": 0}, "files": [{"id": 93253, "sizeKB": 21486.416015625, "name": "Kasumi_NTR_Milf.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-29T17:05:37.215Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D1D7023E", "AutoV2": "36A9B21DD9", "SHA256": "36A9B21DD973B5D4F59264AEC8BB7D7584FD3E396484041C86B16542E63C0521", "CRC32": "7FAB5D4A", "BLAKE3": "1194EC34577A80DB7AC782E292FB944B5984EF153918E4AD0C34823F785869E0"}, "downloadUrl": "https://civitai.com/api/download/models/128758?type=Training%20Data"}, {"id": 93254, "sizeKB": 22243.4970703125, "name": "Kasumi_NTR_Milf-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-29T17:05:40.712Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "23FE2A9D", "AutoV2": "143AF0D32D", "SHA256": "143AF0D32DDF1AA3B049D92437BE2D36A1E33AF35979CF5C7901FA8AD1EF68D6", "CRC32": "2C26E2E4", "BLAKE3": "E8CC7ED2E642A2E720BCF1AFC10E65519A8C62FD51CC200CF501EAE6B69022D3", "AutoV3": "62DEA5240C45"}, "downloadUrl": "https://civitai.com/api/download/models/128758", "primary": true}], "images": [{"id": 5348811, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cf64f5b-ab05-4bee-a6b1-1df6028dc10b/width=450/5348811.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWM7M$tRpdxuo}t7~pof?cj[?GWBt7ayM|WB", "type": "image"}, {"id": 5349021, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4baa9287-f6b1-446b-b4d3-7ee124de1619/width=450/5349021.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UWNS$,~W%$ozPBM{_NR+tmV@=|t6?bNbMyV[", "type": "image"}, {"id": 1924341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f187cedf-6496-4894-a425-c6d99bc5124b/width=450/1924341.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "UPKT=3Ip0%M|I;M}~VNG.8a}-oNGxtofIVoL", "type": "image"}, {"id": 1799433, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cd1e510-bee0-44e5-ad55-0f5966c6a088/width=450/1799433.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UbLDGe~pJ:xu5l%M%MWCE1R*$%aetRR+M{M{", "type": "image"}, {"id": 1789295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb7ea3a0-414c-482e-844a-d626036ac8af/width=450/1789295.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDFYMy_3pI0f00IU0LWB0Lt7?G~VtSE1?GD*", "type": "image"}, {"id": 1789425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d1b9990-cedf-4f88-8417-64000fb6d888/width=450/1789425.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UILf{z%256NG0d4o~BD%9ZM{xaxt~p-:IB%2", "type": "image"}, {"id": 1789251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a750d5cd-2a3a-4430-965d-b5df3b4c3e67/width=450/1789251.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBF=UC~W4-019at65Bxu00n#~U^*%gIp-n4:", "type": "image"}, {"id": 1789375, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f81ff08-6bfd-4498-bffa-a8387979200c/width=450/1789375.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UML3[bE+0f~W0Lt7~V$*00w[M{IUIARjn#IV", "type": "image"}, {"id": 1799505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed0e62bd-acbf-4b2b-9a5b-2b1dda54bf70/width=450/1799505.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UEK,pm9F0zDi00E1^+bH4:E2~UD*tl-:4oxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/128758", "modelId": 118659} \ No newline at end of file diff --git a/datasets/metadata/129235.json b/datasets/metadata/129235.json new file mode 100644 index 0000000000000000000000000000000000000000..6d812184e931da7d7dfe9be9e58fb92a51fde612 --- /dev/null +++ b/datasets/metadata/129235.json @@ -0,0 +1 @@ +{"id": 129235, "index": 0, "name": "v2.0 Nearly Anime", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-30T08:18:18.153Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 1156, "ratingCount": 62, "rating": 5, "thumbsUpCount": 89, "thumbsDownCount": 0}, "files": [{"id": 93657, "sizeKB": 32409.17578125, "name": "Takabe_Eri_Shusaku.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-30T08:20:47.160Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A2549B76", "AutoV2": "B2141B5093", "SHA256": "B2141B5093BE993027F15E5E4EEC907E0D384755309BC536FDDBDF769DF92992", "CRC32": "9B7B7644", "BLAKE3": "2AE09C42C034823A555041DD224A77964A432424B8205B5D7E97128A53A7EAAB"}, "downloadUrl": "https://civitai.com/api/download/models/129235?type=Training%20Data"}, {"id": 93656, "sizeKB": 22248.3623046875, "name": "Takabe_Eri_Shusaku-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-30T08:20:37.022Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E7015C6B", "AutoV2": "79AEA07A58", "SHA256": "79AEA07A58BCD5A58439682CBEC5770F7E93EA8695A14A5ED5139FEBC6ADF310", "CRC32": "036280E4", "BLAKE3": "AE832F5F98D822A1C3517678CF42FEAD694E63FB3DE8718C3B10E111C508B91D", "AutoV3": "698A651E71B3"}, "downloadUrl": "https://civitai.com/api/download/models/129235", "primary": true}], "images": [{"id": 9358458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb68c748-16b2-475f-bb6a-97fc5422c8a5/width=450/9358458.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTN9b2Dj~Cw#K6ix?YjJ#9rs={r@b{V[Vray", "type": "image"}, {"id": 9358459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a73da26-f214-429d-865c-30ea6d6039a3/width=450/9358459.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTN9b2Dj~Cw#K6ix?YjJ#9rs={r@b{V[Vray", "type": "image"}, {"id": 1789040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99366d58-71a2-4b31-bc00-72aeaf87953e/width=450/1789040.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDHUX:0ML1?Gt+4paHM^4-8x,+8{xZyE~px]", "type": "image"}, {"id": 1789073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/289869c3-699d-42d9-8563-74b0c72030dd/width=450/1789073.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFHnsb_MXw_MyD-:ELxb02D*+va4M002I:IV", "type": "image"}, {"id": 1788915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5085c26a-b4cf-4f34-bf37-24f6a11d51e2/width=450/1788915.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIIz-k00?F^*~qIUtPe.%g56-osoIV={W-Wo", "type": "image"}, {"id": 1788951, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e02a46c-c20b-437f-a34b-27ec967f50ef/width=450/1788951.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDIEFa00t+=|.mIA?aoz%NE2D~a%01bvM{%1", "type": "image"}, {"id": 1924236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f136e3d-6e17-4235-99b2-71749b692d39/width=450/1924236.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYMZtNNL?ws=L3kXyCRlwgWC-VV[TfRjR5Io", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/129235", "modelId": 111139} \ No newline at end of file diff --git a/datasets/metadata/129656.json b/datasets/metadata/129656.json new file mode 100644 index 0000000000000000000000000000000000000000..c05c7fb0fca3145178ec981fa55d648ca51bedbc --- /dev/null +++ b/datasets/metadata/129656.json @@ -0,0 +1 @@ +{"id": 129656, "index": 1, "name": "v1.0 With Helmet", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-30T18:56:58.421Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 187, "ratingCount": 6, "rating": 5, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 93993, "sizeKB": 22253.2880859375, "name": "Valkyrie_Sigurd_Ikusa-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-30T19:00:41.963Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1240CE77", "AutoV2": "860BF5FD2B", "SHA256": "860BF5FD2B3C8E82C52DC00B2CB4B2C61D493630053F784350693A6F5B48004B", "CRC32": "E1FBCB85", "BLAKE3": "6B50050661827EA10CF07A54C1111BF16BE044F77DC5C6D4926EE6966A211372", "AutoV3": "E5AE64547266"}, "downloadUrl": "https://civitai.com/api/download/models/129656", "primary": true}, {"id": 93994, "sizeKB": 35594.7578125, "name": "Valkyrie_Sigurd_Ikusa.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-30T19:00:46.246Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CE358054", "AutoV2": "F3292E67A4", "SHA256": "F3292E67A4F240FE59D54EEF4F9EFF2443ABDF6E96DD5755929AE70872741DE9", "CRC32": "5A791DDC", "BLAKE3": "7500A283823BF7F04B0C0CD1A74037D84772FD9784C8E91B95C3070F4C1FCD64"}, "downloadUrl": "https://civitai.com/api/download/models/129656?type=Training%20Data"}], "images": [{"id": 1796879, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c348707-4f3a-4920-b24f-e965e5b0c8a3/width=450/1796879.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXJafxaeE2nP*0ozx^IopLogt8WBtTs:xZba", "type": "image"}, {"id": 1797030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5b5422f-a80e-4632-9710-cf3ca8c53829/width=450/1797030.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UlIhjhM{OtoL%%Rk%MWXNLM|RiWXRkWBadWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/129656", "modelId": 119362} \ No newline at end of file diff --git a/datasets/metadata/129704.json b/datasets/metadata/129704.json new file mode 100644 index 0000000000000000000000000000000000000000..16ca0d6a54d9ac30e51cfd16e532f29ab8f16162 --- /dev/null +++ b/datasets/metadata/129704.json @@ -0,0 +1 @@ +{"id": 129704, "index": 0, "name": "v2.0 Without Helmet", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-30T20:16:46.242Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 563, "ratingCount": 89, "rating": 5, "thumbsUpCount": 111, "thumbsDownCount": 0}, "files": [{"id": 94031, "sizeKB": 22252.1875, "name": "Valkyrie_Sigurd_Ikusa-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-30T20:15:34.962Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "333A6FC1", "AutoV2": "26A9FE9A4F", "SHA256": "26A9FE9A4FE6CF02C6659F06121C28A60711864F5B1AB220D108FCB9C4A09233", "CRC32": "92CD911F", "BLAKE3": "4D1858125CABDE80D1E4FAFC376AEAA668D940C879D0A276C300F9204DE7BDC4", "AutoV3": "6E17F1D90182"}, "downloadUrl": "https://civitai.com/api/download/models/129704", "primary": true}, {"id": 94032, "sizeKB": 37681.53125, "name": "Valkyrie_Sigurd_Ikusa.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-30T20:15:40.143Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "67A5F59C", "AutoV2": "EFBF2195FB", "SHA256": "EFBF2195FBBEC52B5F961D24C2AA12B564CFF6F39DDFE2CA7FEFDF55D59A9DF6", "CRC32": "5107A0B9", "BLAKE3": "E46FAA9D4150F89FE45F87C7B283B9B804F1AD208A8E8D1F57BF8C2932F0BB8D"}, "downloadUrl": "https://civitai.com/api/download/models/129704?type=Training%20Data"}], "images": [{"id": 1906530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6adcd66-d6b0-42fd-8eb9-4fe400eada64/width=450/1906530.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UaJ7{|?HI=xa},-oNJV@tmxtxaR*pIt7-nRj", "type": "image"}, {"id": 1797759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c8cc35f-7d1a-4092-be52-27692b61cb8e/width=450/1797759.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UIH-uz?H0LI;~Bs801E10yt6spbc?I%LMxIU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/129704", "modelId": 119362} \ No newline at end of file diff --git a/datasets/metadata/129715.json b/datasets/metadata/129715.json new file mode 100644 index 0000000000000000000000000000000000000000..c20cda50a6fb113e7d75dc5de84d4f092c884630 --- /dev/null +++ b/datasets/metadata/129715.json @@ -0,0 +1 @@ +{"id": 129715, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-30T20:56:20.064Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Ayanami_Rei_Mogudan", "Mogudan_MicroSkirt_Suspender_skirt_School_Uniform", "Rei_White_Plugsuit", "Mogudan_Sailor_Collar_Red_Bowtie_MicroSkirt_School_Uniform", "Mogudan_Red_Buruma_White_Tshirt_Gym_Uniform", "Mogudan_Microdress_Wedding_Dress", "Mogudan_Blue_Virgin_Killer_Sweater_Dress"], "stats": {"downloadCount": 2806, "ratingCount": 286, "rating": 5, "thumbsUpCount": 444, "thumbsDownCount": 0}, "files": [{"id": 94041, "sizeKB": 37012.9150390625, "name": "Ayanami_Rei_MogudanV2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-30T20:45:39.142Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "151F7B80", "AutoV2": "527B273B12", "SHA256": "527B273B129668D7AE7325CE2AECE33AF1AC15D7437E05CEDD6916CD54085BCC", "CRC32": "70C7B57C", "BLAKE3": "28C690261447B1C30A7C6144DBFEE997AB3D33C55B26A28BB3A572DF27E330FA", "AutoV3": "E63FF35180A3"}, "downloadUrl": "https://civitai.com/api/download/models/129715", "primary": true}, {"id": 94042, "sizeKB": 83649.5498046875, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-30T20:45:41.332Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "81EE30DC", "AutoV2": "4105A41378", "SHA256": "4105A41378AFF8886A6889B146D676AA985D79BA5D71EA7F2189FF35B65EC022", "CRC32": "125753D0", "BLAKE3": "EFE91732E4649FF04BEE83199C4CDFFDA29D3AACABAB8247A534A70D8141AA21"}, "downloadUrl": "https://civitai.com/api/download/models/129715?type=Training%20Data"}], "images": [{"id": 1797977, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a34f9d4-0763-45a9-be65-8ad4492a6740/width=450/1797977.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UPLWo09ZwGe8-9NFIBMx0MNcvfi^~ps:v~sS", "type": "image"}, {"id": 1797974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5cff9d1-a6a8-4e74-8b18-b7336316c5ed/width=450/1797974.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UQKK4]IUE04:%%V@$fRj-nn%9uodozNGr=bb", "type": "image"}, {"id": 1797973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0033287-6689-4044-899b-8577831c96b0/width=450/1797973.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "U9Ms{L0000o#9vMx~Bx]I{^+v|E1K*D%,-W.", "type": "image"}, {"id": 1797970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afd613f9-cb2a-4868-8c78-a1f955817ed8/width=450/1797970.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UDKmw}-=0i9a?w9YH?RP01E2+Zni=w$*Si%N", "type": "image"}, {"id": 1797965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fd2e332-c1cf-4d19-ad7f-47b80bb50a7e/width=450/1797965.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "URMZXp?H0K%2Pqt8#lx[In%MV[RjDit7%Ls:", "type": "image"}, {"id": 1797966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9af03acb-c416-403d-a08e-050345b55464/width=450/1797966.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UVJR8oRPR59a_4ITM{IUoxRPIBozEks:-UWX", "type": "image"}, {"id": 1797969, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4132773e-3110-4d98-ad36-e797144c3058/width=450/1797969.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UaKB5$?HV[%2_NWBRQRjE2jF-TRjb^NGw]WB", "type": "image"}, {"id": 1797967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b1efe3e-da7c-404e-8324-fd16e73b1bce/width=450/1797967.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UQI#TJ?H=t^+~q?IIVtRIoS6IUadIos-xCM|", "type": "image"}, {"id": 1797971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9a665ef-8e2c-444a-b437-1b1610a3bcde/width=450/1797971.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "U7KwhZxJ0000T100-o^-024-ISb]ERxZ$etm", "type": "image"}, {"id": 1797972, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7844616-4d05-4797-89a3-17f38a14b729/width=450/1797972.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "U9MGuQ_4004o0L4.^+D%5A4.Dh-p0Kof$Ln,", "type": "image"}, {"id": 1797975, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e17864e-8671-43f3-8b91-c03af022c7bb/width=450/1797975.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UMKA{f8_D~Iq_NMyRkIUELaJiwS#E,ad,.XT", "type": "image"}, {"id": 1797976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6848632-1da6-4621-8e14-cdb08d84d03f/width=450/1797976.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UEKA:I_4x-_3Tdn$Shxb0Jn#DiV]02Nf]}RO", "type": "image"}, {"id": 1797994, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18050a5a-e22c-4bb4-ae18-92cf2cbd33e2/width=450/1797994.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "ULJam9E14nMx.7IoD%E10eM{^0M{?^xtMxjb", "type": "image"}, {"id": 1798020, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acb9847d-eec6-4b2b-a044-9a0a8785f31e/width=450/1798020.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U7NJ^J%i0E.T06o3E8n%00MxHXM{}$t3vxx]", "type": "image"}, {"id": 1798021, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fe3fdd1-8981-4c07-bbe7-09b7bd4bf246/width=450/1798021.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U4LqR^.900?w5JMwJXaJ00IU*ds80Ce:[8t7", "type": "image"}, {"id": 1798032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6dbe52ef-ee25-4355-abba-444763f93361/width=450/1798032.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "URJkKAIVVr?H~qNGIUxuE2xarqNHo}n$xDtQ", "type": "image"}, {"id": 1798073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a04597b8-b316-44cf-ac2a-efbdd854d542/width=450/1798073.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UOKB5]og#5XA~orqV|jrS0aKV]R*E,RknixY", "type": "image"}, {"id": 1798072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3a81e91-e6b2-43b8-83d6-7b7b07ac358a/width=450/1798072.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UNKKjV%%#h?H?t-pV[t7Sw-OV@NzI=WCaKn%", "type": "image"}, {"id": 1798077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f93692e4-5c0d-4a62-8b23-9b1f01a6b391/width=450/1798077.jpeg", "nsfwLevel": 16, "width": 512, "height": 1024, "hash": "UMLg9XE10}%3Ykt7#kkC0et6i_ozDOWVxtoL", "type": "image"}, {"id": 1798081, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de5586e5-3a02-4790-ad94-c78fef4a6cf0/width=450/1798081.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UPJa+^%O#Px^_LnhRoWUS0xDV@xCOuWCnitR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/129715", "modelId": 18365} \ No newline at end of file diff --git a/datasets/metadata/129769.json b/datasets/metadata/129769.json new file mode 100644 index 0000000000000000000000000000000000000000..8c1fa12ed1fc9a13039960b4d2ad72f1cec77d2d --- /dev/null +++ b/datasets/metadata/129769.json @@ -0,0 +1 @@ +{"id": 129769, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-30T22:42:37.979Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["AbstractPatternStyle"], "stats": {"downloadCount": 1243, "ratingCount": 143, "rating": 4.99, "thumbsUpCount": 194, "thumbsDownCount": 0}, "files": [{"id": 94088, "sizeKB": 147571.765625, "name": "AbstractPatternStyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-30T22:40:40.076Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3E1771C9", "AutoV2": "B91EF17C3F", "SHA256": "B91EF17C3FCE14BDAF9118E8B00E5A14702CA076D8AEF0E927A12E64BF41578E", "CRC32": "F8764927", "BLAKE3": "3539B8B87529285D8C6038ED2CBFF97711828954142EA1C6E0E67FB031AACA75", "AutoV3": "AE2EFD2C4F6A"}, "downloadUrl": "https://civitai.com/api/download/models/129769", "primary": true}, {"id": 492342, "sizeKB": 128218.1025390625, "name": "AbstractPatternStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T15:20:52.887Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F2E593C2", "AutoV2": "4E327201C2", "SHA256": "4E327201C2EA0C4F2D67D60BE7B5995C6A3EE08FEB2D4A746EAA9F35902E13A0", "CRC32": "020F2744", "BLAKE3": "1FCCC48B415425B4693253468D78BB54678604C95DDEEE4F1964C2B20E4AD185"}, "downloadUrl": "https://civitai.com/api/download/models/129769?type=Training%20Data"}], "images": [{"id": 1799073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07697229-e3a6-4aa8-85c4-bb95c9e361a6/width=450/1799073.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UTGbVUtm-:ni?^x]ozWYtRx]WBjFs:x]W:RQ", "type": "image"}, {"id": 1799070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aee266dd-46b7-49f1-9db8-2b3059635ec4/width=450/1799070.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UOHdgJxuNb.7_MbbWWo}-:W=sTxZxuWqa}oe", "type": "image"}, {"id": 1799066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35a7a3dc-3940-40fc-a847-a21855823cfa/width=450/1799066.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UIH_D7~VnhM{x]EM?FNHM|W;s:%1NH%1IVM|", "type": "image"}, {"id": 1799067, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/077fb821-0bf3-4bcb-b1c7-8d6eba2e7664/width=450/1799067.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UIM$*o9I9aIW~U%ME2tRxUbcMyRjS$DjtQM|", "type": "image"}, {"id": 1799072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a709832-d6a2-43a3-a45d-bfbc1ad42bd2/width=450/1799072.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "USJtJ2^joI-V~pE2aLRj~AxaofIo%fWCxa%2", "type": "image"}, {"id": 1799069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6df6fa55-3797-4dca-bba8-bd6cf4bc017f/width=450/1799069.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UKGtc}~Bxvog9b9ar?WB+@kWsos.Vtxt%1kW", "type": "image"}, {"id": 1799077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2cd2865-1d4c-4d28-a427-2bcdca366a50/width=450/1799077.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UCJswc~B_1K6KO0L9a#Q%e^j%M=w0Mi_%fxZ", "type": "image"}, {"id": 1799081, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/baef7c01-f3b0-4cbd-8839-1c7b37dc938a/width=450/1799081.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U7FXYL=_E1J7-;59=wKP9uxX^%kq^O0#~A~A", "type": "image"}, {"id": 1799071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85558014-6d82-47b5-b2ab-9bdaf9486354/width=450/1799071.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UOKv?S~pRPIB%#E2M|xt?H%MNdRj-;^+tRIV", "type": "image"}, {"id": 1799079, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/593b85ef-53b8-410f-9998-a38b0376f028/width=450/1799079.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UIF}TN~VSg$%O@?HxFNG%1%2-VIqIpoy%Mbb", "type": "image"}, {"id": 1799074, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbc34972-40fe-4977-8d5b-64da3dff60d5/width=450/1799074.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UVLzNy~p%Mj]yYWBR*bI-;E2M{oe9uxt%Lxt", "type": "image"}, {"id": 1799075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8081b716-b5be-4027-ba57-4a4fde870944/width=450/1799075.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UTIN%49atm%L_MRj%LR-S5odV@WVoMt6adxZ", "type": "image"}, {"id": 1799078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf831f2a-387b-4c79-bead-6eae878da858/width=450/1799078.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UNKKQN00?HK$~qslM{bui_-:Mxxu9Ft8V@oM", "type": "image"}, {"id": 1799084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8a796bf-c407-4e45-a2b4-860f7f05516a/width=450/1799084.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UXH-#@D%adj[~qM{n$of?bjFIoNGtSs.V@Rj", "type": "image"}, {"id": 1799068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e7d242d-f651-4724-8dc5-3cb73f45637f/width=450/1799068.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UQMs[*x[~V-:_NIU%2-:_2IoE1WBkD-:axs.", "type": "image"}, {"id": 1799065, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d5d97fa-1da8-4177-8055-afd3fc244ba2/width=450/1799065.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UKFrt{~q?uS$peI[OEx]tlM|xa%fIqDjNGbF", "type": "image"}, {"id": 1799076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a093a37-1988-43ed-b686-a73445cb0d71/width=450/1799076.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UBFrebyD004T?^?bDinM_LIoMyx]%$-:VYD+", "type": "image"}, {"id": 1799082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd943bf7-266f-43f7-9ac2-adfc8ad84361/width=450/1799082.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UDIqDb10JQDPEM0M~VIV~UwJ^kS04:w]OE%g", "type": "image"}, {"id": 1799083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51875561-6ef1-4484-ac9b-5f28b52c86bc/width=450/1799083.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U9FEWA~B9F5mPUIpD*x[Io-T-o^it8tQ$$fO", "type": "image"}, {"id": 1799080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eab58be3-32b7-4cb7-8f62-80fe4939ca7f/width=450/1799080.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UAH-fK:+0#Yj#9-Uo~t7}?b_%2iI00Nut7E2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/129769", "modelId": 119444} \ No newline at end of file diff --git a/datasets/metadata/130119.json b/datasets/metadata/130119.json new file mode 100644 index 0000000000000000000000000000000000000000..b76d6f769cdf87ceffa069066c3327e3f63a349f --- /dev/null +++ b/datasets/metadata/130119.json @@ -0,0 +1 @@ +{"id": 130119, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-31T09:20:36.501Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 782, "ratingCount": 149, "rating": 5, "thumbsUpCount": 184, "thumbsDownCount": 0}, "files": [{"id": 94340, "sizeKB": 22247.1064453125, "name": "Kyouko_Moroboshi_SweetHome-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-31T09:21:09.539Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3B0BED07", "AutoV2": "676383430B", "SHA256": "676383430BA4D6B10AAA4B0FF9C95A8E43261BCCA76A969FBEC83E22EDB82578", "CRC32": "C258F370", "BLAKE3": "B907842C20F4A4285C0F8E2807387F94B619D72723C967B88BB3B5EC7C3FB39F", "AutoV3": "E6FA47CE21E2"}, "downloadUrl": "https://civitai.com/api/download/models/130119", "primary": true}, {"id": 94341, "sizeKB": 26256.1572265625, "name": "Kyouko_Moroboshi_SweetHome.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-31T09:20:45.524Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "396A257E", "AutoV2": "EB9B7237E2", "SHA256": "EB9B7237E280D20F79CD0F3A442CEC93F5FBB2665E60B16750512CC0D9CD1714", "CRC32": "21EDC789", "BLAKE3": "C77D9A0FE5E5A456799418BCE78409AE05AEC91CFB80CD709C050C4A3A8E85F4"}, "downloadUrl": "https://civitai.com/api/download/models/130119?type=Training%20Data"}], "images": [{"id": 6178936, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/292c9180-56f5-47d2-a0e0-be2f2c5060fa/width=450/6178936.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFPrwIH@?CU^0000-n%1.Tt,wJoy~AtQtSNH", "type": "image"}, {"id": 1805224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7843c9a7-b46c-47fb-bf83-2eb82bcb5068/width=450/1805224.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UBL|180000v#QR0h*0My8w9z~9WY}majb]#Q", "type": "image"}, {"id": 1805142, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7873118a-bc3c-4449-8e3b-8d5f19da592f/width=450/1805142.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQN9k5}?00rWvdVX-=tS8_$fjGIp.7smkDWU", "type": "image"}, {"id": 1805462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e873821d-aaf7-42a9-812f-a9b06fcd5fab/width=450/1805462.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USO2pt%g4-IV8we.%2j]Dj9a$eNe~Aso%Lt7", "type": "image"}, {"id": 2740351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48a9ba6f-05c8-4996-a9a7-05df4603f177/width=450/2740351.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDNvVw010g4n0000I:tQ-o?w=Y%M]|%L-pRl", "type": "image"}, {"id": 6179407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70691197-10d1-4482-9793-611d6e9f6013/width=450/6179407.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UAOV$0|s00VC00kq%%Or00kUxYI=PD={vznk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/130119", "modelId": 119731} \ No newline at end of file diff --git a/datasets/metadata/130390.json b/datasets/metadata/130390.json new file mode 100644 index 0000000000000000000000000000000000000000..8dc8d1456b13a471bfcc5f1b3da0763fe769a15c --- /dev/null +++ b/datasets/metadata/130390.json @@ -0,0 +1 @@ +{"id": 130390, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-31T16:36:21.203Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 1620, "ratingCount": 255, "rating": 5, "thumbsUpCount": 346, "thumbsDownCount": 0}, "files": [{"id": 94561, "sizeKB": 22256.759765625, "name": "Mirellia_Q_Melromarc-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-31T16:40:47.148Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4F937560", "AutoV2": "BB718FCCBA", "SHA256": "BB718FCCBACB5568BF187939831C374CFBC51629930705BC64119D3D9C42FB07", "CRC32": "46C9E7AF", "BLAKE3": "089F275D850E2D2C56A12FB25F0F5289C6116A7C4204035E913261395C642951", "AutoV3": "63D171E85178"}, "downloadUrl": "https://civitai.com/api/download/models/130390", "primary": true}, {"id": 94562, "sizeKB": 47439.8125, "name": "Mirellia_Q_Melromarc.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-31T16:40:51.615Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CC1632CC", "AutoV2": "84A7C7D446", "SHA256": "84A7C7D446E2F65CE0720FD3845E6074C6EAAC37336719CB7B3F602097338D99", "CRC32": "7CC6ABDD", "BLAKE3": "ECDF56114013ABCCD6241BDE26ACCA94631F424B2D7FC0B1613596AC5E1ADF65"}, "downloadUrl": "https://civitai.com/api/download/models/130390?type=Training%20Data"}], "images": [{"id": 1924927, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e4aec53-c9de-496f-9359-e21a32f208da/width=450/1924927.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UGJQfm^g2?-.p{Ri?s%LVCE19zNH02RlxHNH", "type": "image"}, {"id": 1811076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed4528d3-98de-4fe5-a464-846d81e288e2/width=450/1811076.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNIr53R$Gu?ayG4oPWR:4.jbN_Io%g-;Rjoz", "type": "image"}, {"id": 1810860, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0657afb2-8a3d-49c7-acc7-1f7175dd1462/width=450/1810860.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTGH#Q~U-jx[E2i^IoV@IVR+%2t7IoM|R-V[", "type": "image"}, {"id": 1812331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b39de799-1a73-49dd-aa15-217892201efd/width=450/1812331.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UHIzegNF0K%L0K?FNEWU?F%0~UxY56Sv%L$%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/130390", "modelId": 119953} \ No newline at end of file diff --git a/datasets/metadata/130597.json b/datasets/metadata/130597.json new file mode 100644 index 0000000000000000000000000000000000000000..c8f2a4ead0618c2cc5a2622bbc0242d707ce4923 --- /dev/null +++ b/datasets/metadata/130597.json @@ -0,0 +1 @@ +{"id": 130597, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-07-31T22:42:58.444Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 586, "ratingCount": 105, "rating": 5, "thumbsUpCount": 124, "thumbsDownCount": 0}, "files": [{"id": 94734, "sizeKB": 22252.3916015625, "name": "Olivia_Vel_Vine_Greatest_Demon-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-31T22:40:44.688Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "41E9BEB9", "AutoV2": "640C978157", "SHA256": "640C978157CCBD97E8008FFEA2E0C73403C17DE8683AF418B1708DC7F6B133FE", "CRC32": "96092CCA", "BLAKE3": "5ED8854C1373C4139E6F7EC17CA8408150AF598060EBCB3A9317C79B2785B0D5", "AutoV3": "7A227D012AFC"}, "downloadUrl": "https://civitai.com/api/download/models/130597", "primary": true}, {"id": 94735, "sizeKB": 36331.9462890625, "name": "Olivia_Vel_Vine_Greatest_Demon.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-31T22:41:10.087Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DBD3902D", "AutoV2": "03FB88D5F0", "SHA256": "03FB88D5F004942487BC2D1C646D07ABA3B2BCD43F5752B655624EF120FAF51C", "CRC32": "8819A211", "BLAKE3": "2E3C9F8CA1DAB628873B4DF363A59CB2FDB9CA3A034D033503FF529D1A2B8249"}, "downloadUrl": "https://civitai.com/api/download/models/130597?type=Training%20Data"}], "images": [{"id": 1815262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e799d605-cf0a-4c1e-8e04-d6f65d66dc87/width=450/1815262.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCF5Kz?a~SS00jJF4;NK02t9Ip%3}]4:^jM|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/130597", "modelId": 120112} \ No newline at end of file diff --git a/datasets/metadata/130977.json b/datasets/metadata/130977.json new file mode 100644 index 0000000000000000000000000000000000000000..767d833e6fcb5b73148eee6c0afbc2cc6ae732f2 --- /dev/null +++ b/datasets/metadata/130977.json @@ -0,0 +1 @@ +{"id": 130977, "index": 2, "name": "v2.0 SSR~UR Outfit 300P", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-01T12:55:50.601Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 477, "ratingCount": 27, "rating": 5, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 95043, "sizeKB": 96388.4970703125, "name": "Akeno_Himejima_DXD.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-01T12:45:37.752Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "879808A3", "AutoV2": "0410C897AC", "SHA256": "0410C897AC2B872A3DFDCEC51FA1A71F706C52EBDFD5B2D5C84F3EFAF21397D9", "CRC32": "AE317F91", "BLAKE3": "AF0852495447049D0746363737FF2A22574804989E46F0D3D3896B6FFD4B88F3"}, "downloadUrl": "https://civitai.com/api/download/models/130977?type=Training%20Data"}, {"id": 95044, "sizeKB": 85342.62109375, "name": "Akeno_Himejima_DXD-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-01T12:45:38.839Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D7C56807", "AutoV2": "6CDA093692", "SHA256": "6CDA093692DE89269787110DBA1B7E953D227242996AFFD10E5B6C3E4FA41302", "CRC32": "87CF9810", "BLAKE3": "BCFED51044490B497A402C0CAF9C4E83DD408C638B88DA16D4F3DCFF6738E43E", "AutoV3": "E3707EEFE42E"}, "downloadUrl": "https://civitai.com/api/download/models/130977", "primary": true}], "images": [{"id": 1823153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8876c4e0-55d2-4fbd-aab8-25c912dd5129/width=450/1823153.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UOM7Ac56.8Iq-@OR=~xu4nNFx^xvakt6-p?b", "type": "image"}, {"id": 1823455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f194e87e-61dd-4042-80c1-86de7d957356/width=450/1823455.jpeg", "nsfwLevel": 8, "width": 2145, "height": 1175, "hash": "UANwA-?btR^j}sj=%0Ndx_IoXSkBw0V?J6WB", "type": "image"}, {"id": 4744289, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdf1f950-6f2d-4137-aaf8-c55cd452d232/width=450/4744289.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UON0YfSs},#QDQD8xJ$-5*eSu4WAD-~2$+xY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/130977", "modelId": 61829} \ No newline at end of file diff --git a/datasets/metadata/131104.json b/datasets/metadata/131104.json new file mode 100644 index 0000000000000000000000000000000000000000..df8399277a905135ff349650181a9b145ad2c870 --- /dev/null +++ b/datasets/metadata/131104.json @@ -0,0 +1 @@ +{"id": 131104, "index": 1, "name": "v3.0 Only Anime 200P", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-01T15:53:10.121Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": [], "stats": {"downloadCount": 2225, "ratingCount": 190, "rating": 5, "thumbsUpCount": 265, "thumbsDownCount": 0}, "files": [{"id": 95145, "sizeKB": 49266.927734375, "name": "Akeno_Himejima_DXD_3.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-01T15:46:12.741Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "009AC1E6", "AutoV2": "6D698B70B9", "SHA256": "6D698B70B92389846CF9A2E85F9C894A315456BC34160303A2654A091CB9AA01", "CRC32": "145CA50C", "BLAKE3": "F15E94343EE84FB79D57F56676A84E2CD54E91F0BB4E386C15F9F29E9467B6AC"}, "downloadUrl": "https://civitai.com/api/download/models/131104?type=Training%20Data"}, {"id": 95143, "sizeKB": 22259.517578125, "name": "Akeno_Himejima_DXD-KK77-V3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-01T15:45:39.133Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "63862BFC", "AutoV2": "E377701B11", "SHA256": "E377701B11EA641863A229AF494EACF50BE7BBEF225978476A0B69C1E0AD7D94", "CRC32": "D40FEE65", "BLAKE3": "47BB242EEBE34372999F003218228D3E0DD905B429D8D90453165370BFB60F18", "AutoV3": "28AD01932A53"}, "downloadUrl": "https://civitai.com/api/download/models/131104", "primary": true}], "images": [{"id": 8584859, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e41f326-0f4f-49ab-ba07-e8023eb8f0c4/width=450/8584859.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USM7ik_3_N%MxWxu_3M{x^IU-pIUx]WBsmV[", "type": "image"}, {"id": 8584858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7201cc18-0d56-4be6-ad3f-04cd5fff50f3/width=450/8584858.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTM7ik_3_N%MxYxu?vNFx]IU-pIUtlWBsmV[", "type": "image"}, {"id": 6498422, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/124f2f40-cf02-4ca5-b115-056d77b95a88/width=450/6498422.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UNL;Q;Rj~pju#QIU?aV@xuxt%1xuyD%2-:j?", "type": "image"}, {"id": 1906455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b487189f-32e1-4263-a5c3-2ed69222c618/width=450/1906455.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UNL;Q;Rj~pju#QIU?aV@xuxt%1xuyD%2-:j?", "type": "image"}, {"id": 2227444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad6327a2-292b-4b88-b9f8-abeda842ddfc/width=450/2227444.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UJK0]X00E1Ro~pH=?b9avyxu%M4.^+-;E14:", "type": "video"}, {"id": 1825856, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a782443-db96-4941-ac72-231ae6ba0122/width=450/1825856.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWIrEbRiyZxvEmt7oORjIBt7NeIU%htRniog", "type": "image"}, {"id": 1825855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6efe942-f9b8-4e16-9463-d9ca7aadf648/width=450/1825855.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYF=:rW=tlRO%%t8xvV?E3M|o#ofE2IpjFWV", "type": "image"}, {"id": 1829051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c99e6b99-e31d-45ab-b44c-5123d360cf44/width=450/1829051.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVKwqb~Bi[$$EMXTx]Io4:g5NyNH?wS4s.Ri", "type": "image"}, {"id": 4743800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c1bafc3-d3c0-474c-9d93-cc23dad8a959/width=450/4743800.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIG*veRkxo4-~UV@?HD%R4IUE2xv9Zofxu%2", "type": "image"}, {"id": 4743953, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca46d517-e80c-41a9-83c7-6a64cc4f3268/width=450/4743953.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UoLgw=jZ~qRP.7of%2t6s9xuS2j[ofRkxuRj", "type": "image"}, {"id": 4909265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1da034a1-71d2-40e6-9e76-e56a9423b35d/width=450/4909265.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGIhHlD%xCIUMd9Zx[4.4nIVxt%2?wxuM{xt", "type": "image"}, {"id": 9755151, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60772c6f-1eec-4cc0-b750-b4ae5d83d8d1/width=450/9755151.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJLp5KoLAH9Z0f0L%19a02E3~UW-tl-:My$*", "type": "image"}, {"id": 9755152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52a21195-b2d1-4266-9f9f-7ede27f16ecc/width=450/9755152.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFM6hn-:t2IV004o~V9Z02-:=_%L~A%L03-p", "type": "image"}, {"id": 9755154, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80cd57ea-e6a1-44a5-a556-fccc923a8ad9/width=450/9755154.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UCKcndEL01V[00xt=_%M014:?Z4:?u~B9Gxa", "type": "image"}, {"id": 9755153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5104b00f-efba-49f3-b8b4-ec8fa6badfdb/width=450/9755153.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDLy$b4;F#D%0LWArs9Y0NRj~p9Z0MS$IUt6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/131104", "modelId": 61829} \ No newline at end of file diff --git a/datasets/metadata/131237.json b/datasets/metadata/131237.json new file mode 100644 index 0000000000000000000000000000000000000000..1639e90d1713f174994acd2782022acff2146e3e --- /dev/null +++ b/datasets/metadata/131237.json @@ -0,0 +1 @@ +{"id": 131237, "index": 0, "name": "v2.0 170P Anime", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-01T18:52:58.264Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 1932, "ratingCount": 191, "rating": 5, "thumbsUpCount": 261, "thumbsDownCount": 0}, "files": [{"id": 95253, "sizeKB": 45016.310546875, "name": "Rias_Gremory_DxD.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-01T18:50:37.396Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C0F4C49D", "AutoV2": "BA29482C1F", "SHA256": "BA29482C1FF328240240C0655C5948AF24437340F2CA77C03D728969C4A1D16A", "CRC32": "F3E51184", "BLAKE3": "8A4C5591492F8CECBC9B4AAB3BD18EF32E24AF69E7E74C7F9EE5C36200AC9202"}, "downloadUrl": "https://civitai.com/api/download/models/131237?type=Training%20Data"}, {"id": 95252, "sizeKB": 22254.4462890625, "name": "Rias_Gremory_DxD-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-01T18:50:32.093Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "82F5A96A", "AutoV2": "6C14A5D54A", "SHA256": "6C14A5D54AE374C4F9DD56043F5964591A8C8A24FF492CF8DECC643E9F61E05A", "CRC32": "8AC212D4", "BLAKE3": "3A3396C6AD7157BD078833B29A9BF30BA9583989F0675F7C5F86015CC35E109D", "AutoV3": "7B9CC0568EFC"}, "downloadUrl": "https://civitai.com/api/download/models/131237", "primary": true}], "images": [{"id": 8998822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04155894-2bc6-4170-ba27-3e7fe8fa396b/width=450/8998822.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMNJnKt7.mxa00ofg$of-;j@E1WB-qjZ?bj[", "type": "image"}, {"id": 8998824, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41b02a40-1609-4205-94a8-af5082b6be13/width=450/8998824.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMNT8.t7.mxa00ofg$of-;j@E1WB-qjZ?bj[", "type": "image"}, {"id": 7279635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1dd707d6-7e8a-4689-9108-42437ef16dfb/width=450/7279635.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UoN]|ht7_Nt7$gayyDkCxuj[NGj[%gkCt7f6", "type": "image"}, {"id": 7279602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c8eb840-65e4-4cfb-9b20-50968748f061/width=450/7279602.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UpO3eAt7_Nt7$gayx]kCxuj[NGj[%gkCt7f6", "type": "image"}, {"id": 1828099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e435fd3d-a92a-4568-8277-40d1d3287f59/width=450/1828099.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNID{{%20dofQ,-pK%XRIAxa%ft7_NV?RiNa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/131237", "modelId": 61857} \ No newline at end of file diff --git a/datasets/metadata/131339.json b/datasets/metadata/131339.json new file mode 100644 index 0000000000000000000000000000000000000000..9d360ec73be6e7b12d821fda2123c57ae587cac9 --- /dev/null +++ b/datasets/metadata/131339.json @@ -0,0 +1 @@ +{"id": 131339, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-01T23:01:24.599Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["cornelia_li_britannia", "cornelia_military_uniform", "cornelia_white_cape", "white_bodysuit_red_bustier_red_gloves_red_thigh_boots"], "stats": {"downloadCount": 2288, "ratingCount": 270, "rating": 4.99, "thumbsUpCount": 383, "thumbsDownCount": 1}, "files": [{"id": 95344, "sizeKB": 36988.2900390625, "name": "cornelia_li_britanniaV2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-01T22:05:45.663Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5F1524F2", "AutoV2": "F94B0905A4", "SHA256": "F94B0905A42FAA4B6F7088E0F2F0AE90BE1CC198990D2CD1D596C36F6DD05509", "CRC32": "4653AA0E", "BLAKE3": "3ED5B4727ED19C07DF99A1FB9F46D6A00C57904CA11857C0254A120CC31D11C3", "AutoV3": "5F5F806F28D1"}, "downloadUrl": "https://civitai.com/api/download/models/131339", "primary": true}, {"id": 95345, "sizeKB": 38955.5419921875, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-01T22:05:46.441Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "735CF6C5", "AutoV2": "8BC37B6EED", "SHA256": "8BC37B6EED59DE7D5F91C906ECE924D18A6F81C917E8CC0CAEE7AE2FC58365FE", "CRC32": "C58F2E72", "BLAKE3": "B3C283BF9A60A89042F93B10969E25B8D413CC8A7DB9A5F02C240409522F17CC"}, "downloadUrl": "https://civitai.com/api/download/models/131339?type=Training%20Data"}], "images": [{"id": 1830418, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/802a51d1-1632-4683-87cd-3e45d45b2549/width=450/1830418.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UbJjrZ?IyE%f~EVsobS1tAofx[X9%Lg3o}xu", "type": "image"}, {"id": 1831124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2934e2d-d36d-47b5-a6ae-77c26c7e69bc/width=450/1831124.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UXI|nR=}_NWX=~xuNGRjS$R*WBbFnOVsR%NG", "type": "image"}, {"id": 1830421, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/895b896b-6379-4027-93de-e26f1d28d941/width=450/1830421.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDI49l002[4V-@tm0J?I00tS5O?ZI8r;b^E%", "type": "image"}, {"id": 1830538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2256b2d-ef43-4aea-8b2b-c22c6df2ee95/width=450/1830538.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "USM6*x-o_3jE~Ckp-:.8?HIqtkRiaeRQSxt7", "type": "image"}, {"id": 1830932, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efd6e9ba-6d07-47c5-ba8c-3647b4704175/width=450/1830932.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UNM6*r?b*J?I^-%Mx[IBXAS2%Lni^+IpIo%M", "type": "image"}, {"id": 1830715, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9635a486-dd51-4785-86c6-19994967f473/width=450/1830715.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "ULI}0J_21C56mUv;OmW,9u%1x-S]~CoiNGkj", "type": "image"}, {"id": 1831026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/367f87b8-d904-4411-ba67-8713398b2762/width=450/1831026.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UXJHRG9Ft,%M~Xj@tkWq%Nofoxj[-qRjW.xt", "type": "image"}, {"id": 1830863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3016b4f4-31c8-4acf-b31c-ba27349cfbe6/width=450/1830863.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UTKmCb~W0dr;=#$+%et6RP$*x[J7n-xbtPR$", "type": "image"}, {"id": 1830423, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c2a74c4-d23c-4b2b-b206-3e2ca35a1342/width=450/1830423.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UHK]=j-W4T?Y:V-m?txunJot%zV{~oNHM[M{", "type": "image"}, {"id": 1830422, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02edb191-b93c-4125-849b-ef487caac1d1/width=450/1830422.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UNKvB[G900#F}LX3Edi$9E-WK~M|$,$,O5aK", "type": "image"}, {"id": 1830419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15d2e222-54fc-468d-9233-259c9910c090/width=450/1830419.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UMI;3s?a.m$l=Po}4.niS*M{jYozV?nNbsI:", "type": "image"}, {"id": 1830420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9606420d-0999-4dda-a3be-51efb59ecb7e/width=450/1830420.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UZIzrL=~Otx[^-VsM_M{xwkCx[Sh%MS#tlxt", "type": "image"}, {"id": 1830612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13d9acc6-f7fe-4b93-94b2-2a3ca2a94bba/width=450/1830612.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UXLD4L9ZbAR7={V[o?V]DiaPo{og~pe@t2WB", "type": "image"}, {"id": 1830613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f11312a9-84bc-45ef-98e9-889caf4cd11e/width=450/1830613.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UGKl|8.800Zjv6R$9usqH@IUOSS2^-tS^%ni", "type": "image"}, {"id": 1830618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fc57990-9220-4beb-b804-78a2e3a30f0d/width=450/1830618.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "USKA8L=zD%%3U|xcIoIVMyNHNaoN_4ROxo-:", "type": "image"}, {"id": 1830620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1aa7626-8697-43d4-b4e7-6d3914383fdb/width=450/1830620.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UPJjMX~Wpux[^,MzskkT$l-poxNFMyxuXRt6", "type": "image"}, {"id": 1830643, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f96ce60d-0c6b-42a0-b068-b30b575cf2e2/width=450/1830643.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UPLCxKnRRz?ZZixZboxtRPR~EKRj~Ct7oyR*", "type": "image"}, {"id": 1830644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37c189be-fc32-4acd-bfcc-cd067076f039/width=450/1830644.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UNJ%92~CKIbt%h?HW,sl9Fa$x[OA^joJoJR*", "type": "image"}, {"id": 1830801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b18fac71-3701-40ee-a9d1-205996af565a/width=450/1830801.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UKJ@Rv^,Tx.7?0v$.7OT?wt8t2E1o}-;o|x[", "type": "image"}, {"id": 1830942, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c1f0016-73ee-4742-80bb-fb03bbb06e48/width=450/1830942.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UOKAQ*~XLfE3MpR9NZNxMy-W%Gxs?bN2NYb]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/131339", "modelId": 11891} \ No newline at end of file diff --git a/datasets/metadata/131364.json b/datasets/metadata/131364.json new file mode 100644 index 0000000000000000000000000000000000000000..88086cfced40018bc34c11dd53f394489fb75466 --- /dev/null +++ b/datasets/metadata/131364.json @@ -0,0 +1 @@ +{"id": 131364, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": "Standard", "publishedAt": "2023-08-01T23:04:17.647Z", "availability": "Public", "nsfwLevel": 23, "description": null, "trainedWords": ["tongue out", "ahegao", "drool"], "stats": {"downloadCount": 20789, "ratingCount": 821, "rating": 4.99, "thumbsUpCount": 1774, "thumbsDownCount": 1}, "files": [{"id": 229202, "sizeKB": 144672.302734375, "name": "ahegao_mr_chrisma.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-08T18:05:56.274Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1C4346D4", "AutoV2": "7360F76F5D", "SHA256": "7360F76F5D4A1DE2FDA9CC5A01E691AD8EF5E1EFB8BA1B0D1432DF5F4DC9FD0B", "CRC32": "CEA97889", "BLAKE3": "59469AAB839B2DA5748FA7822E3E57EB57F03103606DBD2C7F7D3FB3895DB6C1"}, "downloadUrl": "https://civitai.com/api/download/models/131364?type=Training%20Data"}, {"id": 95362, "sizeKB": 155801.1015625, "name": "ahegao_sdxl_v4.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-01T22:55:41.349Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "077277C1", "AutoV2": "3E0A696DEA", "SHA256": "3E0A696DEA1D80B44158ED420356FF6951CEEAE91AB2008A7C4239282412FE9F", "CRC32": "8F6BB100", "BLAKE3": "0687C905A1B44FFDAD2E6E8DB682597F9C8C7EA51F592A004BB481660797D149", "AutoV3": "B90275EA79DE"}, "downloadUrl": "https://civitai.com/api/download/models/131364", "primary": true}], "images": [{"id": 5294192, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3141b2b2-2dd4-447b-b0c5-71516d0a22a1/width=450/5294192.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UDINN;%M61E1~ptR-VWBO?oc$,ofIUXS$*R*", "type": "image"}, {"id": 5294042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d71ad25b-8110-435f-b012-bfab6cc039d4/width=450/5294042.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UGC?r]~qD%9F9FM{IUayxuayt7t7IURjRjfR", "type": "image"}, {"id": 5294063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/877c6879-2a3a-4571-bdaf-6d60860d980a/width=450/5294063.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UKJGyc9t.S~WENbbtRs:M{WBwdRiI;ozxujF", "type": "image"}, {"id": 5294113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cea23a86-b41b-4fcf-8dee-cc8b2819ca80/width=450/5294113.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UCK0pT~ByW9FYO9FyDR%t89Fies;9YIAozRk", "type": "image"}, {"id": 5294044, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50183426-6bce-4917-bd3b-249d79241819/width=450/5294044.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "U2D,4Y~q00j[-;t700xu~pt7?bof4n4n009F", "type": "image"}, {"id": 5294055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd53de3e-271a-413a-a5f8-c1d58947a276/width=450/5294055.jpeg", "nsfwLevel": 16, "width": 896, "height": 1152, "hash": "UAIXBUVDy?4.NDxWngNG6U-:N3bcImIUWBIo", "type": "image"}, {"id": 5294048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c11bdaa-44cf-4249-8ceb-5900b963bced/width=450/5294048.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UIKAf^=|%#-;_Nxa%MxucFofnPs:~pWWxbof", "type": "image"}, {"id": 5294099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f45e968-9e5f-4dba-b111-8a1211ec18bc/width=450/5294099.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UEID,P-oKb^*~p^+tQNdXUt8=}%2I;%Mo#S2", "type": "image"}, {"id": 5294069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22052e17-1d2d-4895-af85-34ace0597293/width=450/5294069.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UGJG$h%MFv?btQxtS~xtI:w_n4nh~US4xbNG", "type": "image"}, {"id": 1831101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab312b42-75da-4c53-972b-2338fa07c074/width=450/1831101.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "U5K].Ot88G%M0h_2_NV@C8?Z01E200R*}?M{", "type": "image"}, {"id": 1830947, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d89adc0-6454-471c-8aac-ed8737d0bc05/width=450/1830947.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "ULEoAB?G9a9a~VoLIpIpIpM{s:xaOEWCs:xa", "type": "image"}, {"id": 1830952, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a028766-fe80-4657-bdec-86161b09a9f5/width=450/1830952.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UDG@_OM_0Kt71IR%b]E2.8MxRQ-pNdIU~C-p", "type": "image"}, {"id": 1831018, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11f7990b-6ca8-4994-a1ed-37dfa5c24d25/width=450/1831018.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UAJ%LJ58K$~VY6-;t9%ME*?GIqEN0LfS-:ay", "type": "image"}, {"id": 1831012, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e38a8ed-d058-4e6d-8fdf-336c370d7bad/width=450/1831012.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "UEKv:H?Gg$9a?^M{?HoMTKspD+$iJ7xu-pof", "type": "image"}, {"id": 1830973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abfe8cc9-6f5e-4230-b744-a8e4eec931f4/width=450/1830973.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "U8GH_5Mx3pY3^%R55nXT0wIo,BMxTJEN~Vr@", "type": "image"}, {"id": 1830975, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21dcbf42-2ffc-40b8-af57-b0968720bbe8/width=450/1830975.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UCHB0j^k0K0KB.E1IpRi_Mt7-UM{0zIo?GR%", "type": "image"}, {"id": 1831192, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a11ced4-3f40-46fb-8924-47941498c741/width=450/1831192.jpeg", "nsfwLevel": 1, "width": 4192, "height": 1182, "hash": "UkKJ_TS2Naf+_NoMf6ay-;ofa}f+%gofs:oK", "type": "image"}, {"id": 5293840, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2633664-31b6-4094-a1bb-8e1a451da73a/width=450/5293840.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UDINN;%M61E1~ptR-VWBO?oc$,ofIUXS$*R*", "type": "image"}, {"id": 5293863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/688bfb1b-62ac-46ef-b60a-06c2f0590004/width=450/5293863.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UEID,Q-oKu~B~p^+tQI=bxt8=}%2I;%Mo#WC", "type": "image"}, {"id": 5293915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e702168a-a8f2-4d1b-a087-b8b5c9aeebea/width=450/5293915.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UHJG+p%LFZ?bkpxabvxuI:w_iwni~UR-xaRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/131364", "modelId": 120774} \ No newline at end of file diff --git a/datasets/metadata/131585.json b/datasets/metadata/131585.json new file mode 100644 index 0000000000000000000000000000000000000000..0d70ffb1f2c66969bc537769fe00dbf81f2c9f2a --- /dev/null +++ b/datasets/metadata/131585.json @@ -0,0 +1 @@ +{"id": 131585, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-02T07:19:40.267Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["sliced bob"], "stats": {"downloadCount": 1144, "ratingCount": 182, "rating": 5, "thumbsUpCount": 209, "thumbsDownCount": 0}, "files": [{"id": 95548, "sizeKB": 25377.7314453125, "name": "sliced_bob_1.0-src.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-02T07:30:45.893Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "691E7A50", "AutoV2": "38C9AF7E62", "SHA256": "38C9AF7E6249A074EC7A0C4709D255E8D0718CE613F9B5151EBDD43CFD663BC2", "CRC32": "6BE35EAE", "BLAKE3": "A59CA252AD890CC301181E305DDA1519A8144E0CD0129C6EB09B8693FE6383B7"}, "downloadUrl": "https://civitai.com/api/download/models/131585?type=Training%20Data"}, {"id": 95545, "sizeKB": 4244.7421875, "name": "sliced_bob_1.0m.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-02T07:20:46.768Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1337940E", "AutoV2": "FB0A66495E", "SHA256": "FB0A66495EE5C229052256671ED9B161630476AAE4B51DFF7E38A16FA897E529", "CRC32": "EE143A6E", "BLAKE3": "D8E0E3E2D0A545DC055F9CDEF9BC10B63664195A7B658CBFF832466CA6DEB5D8", "AutoV3": "0E88FA6CBF91"}, "downloadUrl": "https://civitai.com/api/download/models/131585", "primary": true}], "images": [{"id": 1836146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f429f27-5b03-4e71-a7df-b930c13a4f04/width=450/1836146.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPK0~i~Uw;oLMca%%NxsWA-o-;-pkXR.R%ag", "type": "image"}, {"id": 1836149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31ecb145-fe21-4bfb-9fd0-5c64b69645a4/width=450/1836149.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UQL3}q~9Tw-:13ITtSNt4.ELnORiMcxaROjE", "type": "image"}, {"id": 1836147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83de6634-570b-4142-a980-6a712376bda7/width=450/1836147.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJHxKU9FWS$*4m?H4.R*0JIU~qV[?vRjoING", "type": "image"}, {"id": 1836153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bca34bc1-0c58-4393-a176-32d7a57afbaa/width=450/1836153.jpeg", "nsfwLevel": 1, "width": 3456, "height": 1606, "hash": "UaJal=~W_N.8%MadbbWBtRWBayjbxuayaza{", "type": "image"}, {"id": 1836151, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1312a28f-0d25-4b17-b9dc-96b1751c3ddf/width=450/1836151.jpeg", "nsfwLevel": 2, "width": 3456, "height": 1606, "hash": "UWKnPU~W_N.8%gV?bbkCtRWAa#jsx]WBayoM", "type": "image"}, {"id": 1836145, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cd3ae82-4087-437d-8dd0-aa62f891c852/width=450/1836145.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPI;;n=^~pxt^*MwIoNGiuxY-pM{tR%Mx]Io", "type": "image"}, {"id": 1836148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9e857f7-b3ab-431a-b768-b67257bd64ee/width=450/1836148.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEM%p30$3s?Y0zaK-r=WDO;{mns*]|WS^*t6", "type": "image"}, {"id": 1836150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e9acc6b-74af-45d5-b12b-a6a174fea7f3/width=450/1836150.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNHe8?~Xh0-=NZ%NkVxv%f%2-pIotQxu%2R*", "type": "image"}, {"id": 1836152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f77fdd48-f092-474e-9f34-745c99a4c09b/width=450/1836152.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHFYP;~W?v56-n9F-p-;%htS%1r=o|EL%L-;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/131585", "modelId": 120969} \ No newline at end of file diff --git a/datasets/metadata/131646.json b/datasets/metadata/131646.json new file mode 100644 index 0000000000000000000000000000000000000000..cfe4ad4cff8ffe9a91126ae24587ea32d6e8ac98 --- /dev/null +++ b/datasets/metadata/131646.json @@ -0,0 +1 @@ +{"id": 131646, "index": 0, "name": "v3.0 160P Anime DAYLight", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-02T09:43:55.123Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 2175, "ratingCount": 149, "rating": 5, "thumbsUpCount": 256, "thumbsDownCount": 0}, "files": [{"id": 95594, "sizeKB": 34644.7080078125, "name": "Roxanne_Harem_V3.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-02T09:35:52.261Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C48E8E4A", "AutoV2": "D3DC663992", "SHA256": "D3DC663992FC678152DA8E3CEDE1132FD36DD7586484B3BA428648288EE96DA6", "CRC32": "98D66271", "BLAKE3": "42534E7204864939FA19D220933CE31264E4CBF76839ACF888E65CD1AE733C16"}, "downloadUrl": "https://civitai.com/api/download/models/131646?type=Training%20Data"}, {"id": 95593, "sizeKB": 22254.21875, "name": "Roxanne_Harem-KK77-V3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-02T09:35:49.732Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "08ACF19E", "AutoV2": "608659333C", "SHA256": "608659333C1070E806F0FF56F97197334BF4406319F67A625CF115F3CA76EE74", "CRC32": "A46C25AD", "BLAKE3": "F8557DAE04C791AC9536EFFC7E507938F8CCB00618A7AEE806C37E8661D15C80", "AutoV3": "62D827376930"}, "downloadUrl": "https://civitai.com/api/download/models/131646", "primary": true}], "images": [{"id": 1906446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0692939-3d55-4392-bb29-94b45fea5dd4/width=450/1906446.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UIKm@49kt,_2^%XCyXXRloE2WtI;E-NEtANF", "type": "image"}, {"id": 1837467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b09a6ce0-4194-4b83-9c64-4553671e4e55/width=450/1837467.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPJtk|_N5rE,-TIoTKx^I:j?t7RPyD%NMxIU", "type": "image"}, {"id": 1837411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6adf88a-3a5f-4376-9318-c468d44b1cd7/width=450/1837411.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULH-.7?b02-;_3xuNgI;T1t8.9%M.TOYShX9", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/131646", "modelId": 49157} \ No newline at end of file diff --git a/datasets/metadata/132017.json b/datasets/metadata/132017.json new file mode 100644 index 0000000000000000000000000000000000000000..7b90d2f9ffd3e1ff689437bf35a74a1f21462234 --- /dev/null +++ b/datasets/metadata/132017.json @@ -0,0 +1 @@ +{"id": 132017, "index": 0, "name": "v2.0 160P", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-02T18:50:15.556Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 1382, "ratingCount": 158, "rating": 4.99, "thumbsUpCount": 213, "thumbsDownCount": 0}, "files": [{"id": 95892, "sizeKB": 33211.8046875, "name": "Rutina_Harem_v2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-02T18:45:44.785Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "44C43DD9", "AutoV2": "2A6F589FB6", "SHA256": "2A6F589FB62F2275D9B1FEE9E8A707766737BD48401BB3E066EC3509314B6A1D", "CRC32": "A679B690", "BLAKE3": "DDF5F3A48DDF42A9F78487EADC18D6AC17137734FD0D96049479ECC5B2A95CBC"}, "downloadUrl": "https://civitai.com/api/download/models/132017?type=Training%20Data"}, {"id": 95891, "sizeKB": 22253.025390625, "name": "Rutina_Harem-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-02T18:45:47.068Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "89E58219", "AutoV2": "F9D78DA031", "SHA256": "F9D78DA03178B97C75B238DD9A7C0D1C39A2ADB0B512B1597D0DA9ADD2160DD2", "CRC32": "4C9257EC", "BLAKE3": "6CDB09C54819D9C4F1F72C335FE2F8433EDC99763210461FA89BCEACDD5880C2", "AutoV3": "C4D8CBBAD5DA"}, "downloadUrl": "https://civitai.com/api/download/models/132017", "primary": true}], "images": [{"id": 1844798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ae5faff-d345-4fac-9189-621c327e3b88/width=450/1844798.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOM@J%%200o#xG%1R=oNu6ogx[a#?^Nx-pSg", "type": "image"}, {"id": 1845811, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ea1a641-6355-46d9-8e7f-9625323b7f06/width=450/1845811.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UILNJVWB00R*aH9GE4NH00g3xu%L~pRPD%t7", "type": "image"}, {"id": 1845663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/971fa812-dc9c-49af-9809-bfe91c068cdc/width=450/1845663.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGJ*SG~V00.9004;JC^j9a%1?HtSS1WY$$WU", "type": "image"}, {"id": 1845172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6f1727e-6912-4d51-855d-5ac9013cbec1/width=450/1845172.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQL4j6~B4TERQ,bIS6IUISniIVWFNHRjnhxZ", "type": "image"}, {"id": 1845717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1bbbc8b-fbab-482b-b18c-13228341214e/width=450/1845717.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDI}t@4T009aL#xt17oz02t7r?xt?^xZv}R+", "type": "image"}, {"id": 1846064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed5be843-1039-456e-9238-2bef4d5c50eb/width=450/1846064.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U7K1Xi00000,qGKQ039w0JIo~CR-6,IT^Q?F", "type": "image"}, {"id": 5884666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c305d6be-71c2-4dee-be98-7492e80e8c7a/width=450/5884666.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UILqFPMI00004-4.JDNH00~qMyxab^NGjEt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/132017", "modelId": 49281} \ No newline at end of file diff --git a/datasets/metadata/132518.json b/datasets/metadata/132518.json new file mode 100644 index 0000000000000000000000000000000000000000..61306fe9997d7eb1d214ecfadcc20fbad59f9b9f --- /dev/null +++ b/datasets/metadata/132518.json @@ -0,0 +1 @@ +{"id": 132518, "index": 0, "name": "v1.0 130P", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-03T08:31:41.592Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 1104, "ratingCount": 130, "rating": 4.98, "thumbsUpCount": 172, "thumbsDownCount": 1}, "files": [{"id": 96344, "sizeKB": 30185.91796875, "name": "Meyrin_Hawke_SEED_Destiny.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-03T08:35:31.142Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7C0E945B", "AutoV2": "76CA114B38", "SHA256": "76CA114B3891903A287C2B761A21370AA0E5DD8ED57EE52695B7DA7038E4ED1B", "CRC32": "0C4C3722", "BLAKE3": "0852BFC0EC645279DB197484595BA2300D14F3F330FB38886AD68AADCB300714"}, "downloadUrl": "https://civitai.com/api/download/models/132518?type=Training%20Data"}, {"id": 96345, "sizeKB": 22254.9501953125, "name": "Meyrin_Hawke_SEED_Destiny-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-03T08:35:56.575Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7DEF1524", "AutoV2": "1B2113E28F", "SHA256": "1B2113E28F0E0A51F33BA89E8A8EE71524434121E777709F5CBCF9F2F0C19321", "CRC32": "B6B9F516", "BLAKE3": "5709D7666340C4ADB0B41D79AC54971FA3C9A37817C2864CFC13F5DBD0B20073", "AutoV3": "A05F9C943940"}, "downloadUrl": "https://civitai.com/api/download/models/132518", "primary": true}], "images": [{"id": 1906342, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28a40554-c619-415b-97cb-69058ce19add/width=450/1906342.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UVKw%@xbTKR*v%n+%hWV8{axxut7_NkC$%WC", "type": "image"}, {"id": 1853065, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2540fd8d-7ef2-45df-8246-052a1b59fdfd/width=450/1853065.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIHAL]$f~Xx@1NxuD*Rk0ya2NFRlIATK-TX9", "type": "image"}, {"id": 1853004, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbe480dc-9429-4763-ac35-1950a257eae9/width=450/1853004.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDE.Lr2w#GJBOa}r5l,@0KMxbXNt0LNb^kOs", "type": "image"}, {"id": 1853101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65350b75-e571-4d68-968f-4662500ddb3f/width=450/1853101.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTIz;*x]0KI:HXM{pIShH?bct7X7_NbaWAa|", "type": "image"}, {"id": 1853156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8aadc0e-cf5b-413d-8ab3-1c79868277ca/width=450/1853156.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UAGaR.1zP;0212-r0z~W5Q-WRUFsnNr=o|56", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/132518", "modelId": 121773} \ No newline at end of file diff --git a/datasets/metadata/13253.json b/datasets/metadata/13253.json new file mode 100644 index 0000000000000000000000000000000000000000..b914c12bc1d95ed62d8105f087b43c94c294787a --- /dev/null +++ b/datasets/metadata/13253.json @@ -0,0 +1 @@ +{"id": 13253, "index": 0, "name": "v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-02-20T20:58:11.103Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["flag", "no humans", "simple background"], "stats": {"downloadCount": 1507, "ratingCount": 262, "rating": 5, "thumbsUpCount": 279, "thumbsDownCount": 0}, "files": [{"id": 11798, "sizeKB": 4625.1396484375, "name": "flag.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-20T21:06:24.460Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "195A7C7D", "AutoV2": "338B7FDF8C", "SHA256": "338B7FDF8C8E8DB0589045E984E7F91293CA336D3ED47945118BF7BDE40DA6D1", "CRC32": "90C1558E", "BLAKE3": "5A55C3249404336DC12AC5FBD9D4DB802DD425605AD0E7628CBC4E6CAF875CD5"}, "downloadUrl": "https://civitai.com/api/download/models/13253?type=Training%20Data"}, {"id": 11797, "sizeKB": 9326.1298828125, "name": "flag.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-20T21:01:20.853Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "FCDC5B77", "AutoV2": "DAA46D545E", "SHA256": "DAA46D545E146B1DEF1F78876F2D0575DD823324F55577709FB07B7C33A02642", "CRC32": "1E316299", "BLAKE3": "8D23153F07DF18AE5580DA6AA360BA0EC788E3771EA0194FB83B18F4BEA77D87", "AutoV3": "4F9F2466DB76"}, "downloadUrl": "https://civitai.com/api/download/models/13253", "primary": true}], "images": [{"id": 128306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4d35824-73b8-40b3-986f-78b45599c500/width=450/128306.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UUMgq{*z{1p]xsrtV]S|_+X+GEQ;RVXOt2Rp", "type": "image"}, {"id": 128122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcbca63a-2575-42ff-94d4-592dea5d6500/width=450/128122.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U7N}tD~N4dDF=codWDWD0BDq.J.J+gagovow", "type": "image"}, {"id": 128305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fc2432e-c711-4170-bc1a-e7cc4c181800/width=450/128305.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UQMsGes.~UxZ03jsxsjsnPj[IVf6sAj@kBj[", "type": "image"}, {"id": 128304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b018d5b3-a3d2-462c-d00b-bcab44530500/width=450/128304.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "U8IzFe{LD4P-?FrrbaX8U{KO%en4};OXR7kW", "type": "image"}, {"id": 128303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8887f46b-68ce-4276-1dbf-2e94e61e8400/width=450/128303.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "U8G%-qRk^g~8$%o0%JR+0OxZ5TE4%0t6M}WC", "type": "image"}, {"id": 128302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/122ff93e-d514-4b7d-97d1-157fb5f31100/width=450/128302.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UAJrm?we00r?-VayRPso00X8HWnin4kCS#ae", "type": "image"}, {"id": 128301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aabeee43-3982-49cb-c161-4a7f12789500/width=450/128301.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UOL2*A$z.3NePTs,$LR-~La#v$oc$PWEWXs,", "type": "image"}, {"id": 128121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48ccc2b1-7d50-452d-d84f-b76f3ea01700/width=450/128121.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UAHTpuOZ23xaC6bH#mj[3:$LV@OD{fWXK5n%", "type": "image"}, {"id": 128300, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/111322aa-7dc6-4647-7d81-c0c5bab67700/width=450/128300.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "USGkm]}]0}S#^,?HxajEEhtR-Vn4wIn$NwNb", "type": "image"}, {"id": 128299, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11603f05-a0d8-4f19-91c1-fc3971e0da00/width=450/128299.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UnOC;ofQ~Q-l$~odWDod-+WDRlWDazfQj@Rl", "type": "image"}, {"id": 128298, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c09b59c5-ed3a-4a9d-e1f2-ddd8fddece00/width=450/128298.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UhJ6$O~0PQItoej?bGazAJ%Fwcagj[ocazaz", "type": "image"}, {"id": 128308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d17579b-f25c-4d96-379d-af5c01a38200/width=450/128308.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UbL{e3}jbvxDo|-$XR%F$i-OESXQ-hN2xVNL", "type": "image"}, {"id": 128309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c20c37c3-53a0-430e-b1e8-c851c03c8300/width=450/128309.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UFNa:|yA}N]|xGkBRlt3vekR}t%L-PRms.sB", "type": "image"}, {"id": 128342, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acbc1337-a9f4-4a6e-679f-5d4162808500/width=450/128342.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UKOc~D{f0U0X=_NJIr%19~EkS5${,CR-NewI", "type": "image"}, {"id": 128123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56eb3ac9-f52b-4f1b-9117-a6b67ec8cd00/width=450/128123.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UDHxB0%M00r=x-oz-Vnh00Rj.TtRr@V@Q-t8", "type": "image"}, {"id": 128110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be79af04-795f-4743-4d43-8d35eb0a4300/width=450/128110.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UWJ[3MjZ.9of8^WBM|Rj9FWBt8WB_NWB%Mof", "type": "image"}, {"id": 128120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/112d22fa-ca6e-4c47-7aa4-b2330038f700/width=450/128120.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UOG8==j]S$t7a3aykpj[}koeKQWVnjjtt7ay", "type": "image"}, {"id": 128119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48800c30-39de-432c-1456-eac52d41b200/width=450/128119.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UMMGYmt7T0t7t8fQjujuP;j[X8bHxvfRa{fk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/13253", "modelId": 11187} \ No newline at end of file diff --git a/datasets/metadata/132593.json b/datasets/metadata/132593.json new file mode 100644 index 0000000000000000000000000000000000000000..d1a69b9e73cc2ce2a379172b1b3a076b15ba63cf --- /dev/null +++ b/datasets/metadata/132593.json @@ -0,0 +1 @@ +{"id": 132593, "index": 0, "name": "v1.0 180p", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-03T11:07:46.054Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 739, "ratingCount": 115, "rating": 5, "thumbsUpCount": 142, "thumbsDownCount": 0}, "files": [{"id": 96411, "sizeKB": 46365.3046875, "name": "Sylvia_Sherwood_SPY.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-03T11:10:43.222Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "37F270A9", "AutoV2": "1776459A96", "SHA256": "1776459A96A36CDA6BAB99C6C3923FA31AA66D41CF0C1ACDBB5DBC8C87513CCE", "CRC32": "CAC9CA3F", "BLAKE3": "0DF52D8BCDFB5E1B8F3CE264E035F48F69FD7BB564AAB2C8E9314BD8EAE43945"}, "downloadUrl": "https://civitai.com/api/download/models/132593?type=Training%20Data"}, {"id": 96410, "sizeKB": 22256.095703125, "name": "Sylvia_Sherwood_SPY-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-03T11:10:39.098Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C30276EC", "AutoV2": "ADC1C3E9E9", "SHA256": "ADC1C3E9E9C0E3227834ADBC829B4E7392258816CB339B94276C494CCE3ACE69", "CRC32": "56CA2FF0", "BLAKE3": "416E852C2042B015986086A592981259825356CC8E8CB1A21A4662FCC9354EC2", "AutoV3": "AF3A0ADDCAC7"}, "downloadUrl": "https://civitai.com/api/download/models/132593", "primary": true}], "images": [{"id": 1906315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e8b3c8b-6c99-4b22-b2e8-6a5c73155239/width=450/1906315.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UGKJ_dpK~CxbYkS%uOXT3WSO-;o}?coz%2V@", "type": "image"}, {"id": 1854570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba9c2887-95cc-438d-9ea5-1c25ace517f5/width=450/1854570.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UtIhBQE1%Mxu~WM|tQt7k9jvkBjZkWo2oLf6", "type": "image"}, {"id": 1854553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f28ca112-068a-4586-b02a-e705800cd1b1/width=450/1854553.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWJte$0L_2%M~qf+S#s;?uIV%g$*I:-pt7NG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/132593", "modelId": 121820} \ No newline at end of file diff --git a/datasets/metadata/132668.json b/datasets/metadata/132668.json new file mode 100644 index 0000000000000000000000000000000000000000..5881c1567c8cae03dbc1eabd36620cdad901f576 --- /dev/null +++ b/datasets/metadata/132668.json @@ -0,0 +1 @@ +{"id": 132668, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-03T13:20:23.390Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": [], "stats": {"downloadCount": 1111, "ratingCount": 133, "rating": 4.99, "thumbsUpCount": 183, "thumbsDownCount": 0}, "files": [{"id": 96479, "sizeKB": 37148.51953125, "name": "Vesta_Harem_V2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-03T13:10:40.943Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8D6B1B34", "AutoV2": "7C2B620041", "SHA256": "7C2B620041DAE634864347DF61A2CFBF594CC3F25EC2CF6F90F6663030DD170A", "CRC32": "C231A5E1", "BLAKE3": "D9163E93B6B0887313A29F87196FD03BBEF334808344CAEC9B4126BC683E8B18"}, "downloadUrl": "https://civitai.com/api/download/models/132668?type=Training%20Data"}, {"id": 96478, "sizeKB": 22253.5302734375, "name": "Vesta_Harem_V2-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-03T13:13:28.938Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A173D485", "AutoV2": "2C9AD79333", "SHA256": "2C9AD79333DA3083F326C5F335EC8DF9BCE7B606E90BD48772CC0E02D6B0CB0F", "CRC32": "61D21458", "BLAKE3": "04B0AD994E0ED3AA1DBC87914D87FB7818F6A85E5B9E1BD3D1EF59146242DBF1", "AutoV3": "EDFB6CF28AEA"}, "downloadUrl": "https://civitai.com/api/download/models/132668", "primary": true}], "images": [{"id": 1906092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b021506-856b-4921-a28d-571cf6694d3a/width=450/1906092.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UUNcpXxuG^tR0OR*TeWCrYR-bbWV-;Nbs,R+", "type": "image"}, {"id": 1856105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c19a6bb-b608-4f11-8ddb-182497d77b5c/width=450/1856105.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UGMG6XDO00Kj00^lxbRi00wf_2Rj-V~B$*E1", "type": "image"}, {"id": 1856419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36fd60a7-b3f5-4325-8685-cd9bab2620a7/width=450/1856419.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UGKnoK^*3GpJ0QxtGc%29GEL?G-:}??Gx[Ri", "type": "image"}, {"id": 1856461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e6c383e-bf55-49ba-b746-4364cbe9530e/width=450/1856461.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "USLXVx%j1It-9zNhl9WZVsMxx[M|=}s9kBoh", "type": "image"}, {"id": 1856535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cb267b9-e9a9-4821-afc3-7fa20d443c46/width=450/1856535.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "ULLNGQ+u0ysp0h9YcZIo9dNX%ga_~W%JS$xu", "type": "image"}, {"id": 5883761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f7458f2-5c37-4eb3-8179-ba4ca5505de1/width=450/5883761.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJM$h]D+0g%M00IVOBE100IptRe.WZ~U57tR", "type": "image"}, {"id": 7709492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/581b6522-f05c-423b-972a-af2a1f3c243f/width=450/7709492.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U8JHR1L#00L300jYKj9]0#00~p?v_2xC?aEM", "type": "image"}, {"id": 7709628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4250809f-f439-4f9e-ab9b-2108e7ed7b79/width=450/7709628.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UNLpgctl0Lt80McFKP-A9a-=%gRP~X-;bbs;", "type": "image"}, {"id": 7709878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e85b61a-e744-4996-be8b-5673c0972d5d/width=450/7709878.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UBL3Pt~U009a009aFdJ802?G%f?F+^0L%foz", "type": "image"}, {"id": 7709956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a64e643-46f0-4486-830c-7ff927f9bd53/width=450/7709956.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U3NSNUIo1A_~008J^%v#000e4.D5[UM^e,n4", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/132668", "modelId": 49308} \ No newline at end of file diff --git a/datasets/metadata/132753.json b/datasets/metadata/132753.json new file mode 100644 index 0000000000000000000000000000000000000000..4e17d54c1e2812d9542e25e5369626fbff097a9c --- /dev/null +++ b/datasets/metadata/132753.json @@ -0,0 +1 @@ +{"id": 132753, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-03T15:30:22.609Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 853, "ratingCount": 70, "rating": 5, "thumbsUpCount": 102, "thumbsDownCount": 0}, "files": [{"id": 96547, "sizeKB": 38839.1416015625, "name": "Miria_Harem_V2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-03T15:30:37.323Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3DF0C0D7", "AutoV2": "CF07B21CBC", "SHA256": "CF07B21CBC8B807559A32B62E5994525211F0790BE94F5BBB73D6FED7FCE38FF", "CRC32": "C35819AF", "BLAKE3": "7972CB1FB5E37B108CFD453DC81119968A90A9A13B728A7785A6E547D0D978F6"}, "downloadUrl": "https://civitai.com/api/download/models/132753?type=Training%20Data"}, {"id": 96546, "sizeKB": 22251.525390625, "name": "Miria_Harem_V2-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-03T15:30:40.642Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B6075D6E", "AutoV2": "322BF11A84", "SHA256": "322BF11A8460B89EC0E38C61BDC6E90A115802A5ED7941E6530FA77D6CDB9CC5", "CRC32": "A5C03FA1", "BLAKE3": "11F6364042660B6597B0A827225B49B9A7EDFC21C75B35636F041F9F8D9DC181", "AutoV3": "4C7B9C2F756B"}, "downloadUrl": "https://civitai.com/api/download/models/132753", "primary": true}], "images": [{"id": 1906082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e54ed39-c712-4ad3-b695-f8a956be056e/width=450/1906082.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "UbI}|@s;%%oh%#s:tls.58NHxCRk-=WEayR+", "type": "image"}, {"id": 1857899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0a13ce6-80fb-47ab-9909-3809e9516e9b/width=450/1857899.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHF5w0~W9F-h00E29a580MW9^%n$^-t8%M^%", "type": "image"}, {"id": 1858777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8628e9fe-52a9-4ef8-98b3-295b63b7a691/width=450/1858777.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGG+2W%100DiROD$%M?H0KD%?G-;~qf+n3kW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/132753", "modelId": 49240} \ No newline at end of file diff --git a/datasets/metadata/132867.json b/datasets/metadata/132867.json new file mode 100644 index 0000000000000000000000000000000000000000..4515e23d20c1b3f9a441e6687a2e9cbb645f01b0 --- /dev/null +++ b/datasets/metadata/132867.json @@ -0,0 +1 @@ +{"id": 132867, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-03T18:49:05.988Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 1023, "ratingCount": 92, "rating": 5, "thumbsUpCount": 140, "thumbsDownCount": 0}, "files": [{"id": 96717, "sizeKB": 44102.21875, "name": "Sherry_Harem_V2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-03T18:40:59.991Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5F37367E", "AutoV2": "784D30F099", "SHA256": "784D30F099953F6667DAB4C4EF0B7B84A40EFE1F078DB13992C927FC3E222C05", "CRC32": "51E65051", "BLAKE3": "725A4DD39F5E2A85F4EF1EABA72070F5E4F7FAB0D25B38D8044E9D40FD56EC14"}, "downloadUrl": "https://civitai.com/api/download/models/132867?type=Training%20Data"}, {"id": 96716, "sizeKB": 22255.9716796875, "name": "Sherry_Harem_V2-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-03T18:40:34.488Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3D29DE40", "AutoV2": "AC5BC1EC49", "SHA256": "AC5BC1EC49601439A7F76710A446EF9556286ADC333CA5C6823E84931D4F8E27", "CRC32": "43B246BC", "BLAKE3": "DBBFF8B1EE792F9654DF82876A38B10E452ED97BEE8BA3A2B992C364CA31083D", "AutoV3": "E7CDEF48A06C"}, "downloadUrl": "https://civitai.com/api/download/models/132867", "primary": true}], "images": [{"id": 1906058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab5e0662-6232-4628-8a6f-c242ed73c5e7/width=450/1906058.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UOM?Jg%3YPxa1jkVNff6+joe%yni*Jt7%zjs", "type": "image"}, {"id": 1860254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1beaa566-d11b-443b-b87e-0f42ad2c77ca/width=450/1860254.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U8JZfGEC00Bo007M~A0L02Io?a?GmTvnKb?t", "type": "image"}, {"id": 1860272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f379b0a-ed2b-45a2-80ca-7038d1bf9249/width=450/1860272.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBH_DSJE009aq^I]tQ9t00R,^*bY_N-o00%0", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/132867", "modelId": 49334} \ No newline at end of file diff --git a/datasets/metadata/132922.json b/datasets/metadata/132922.json new file mode 100644 index 0000000000000000000000000000000000000000..96d574d592962defcd236aa4e37a13a6356d3f1b --- /dev/null +++ b/datasets/metadata/132922.json @@ -0,0 +1 @@ +{"id": 132922, "index": 0, "name": "v1.0 150p", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-03T20:40:03.248Z", "availability": "Public", "nsfwLevel": 19, "description": null, "trainedWords": [], "stats": {"downloadCount": 644, "ratingCount": 114, "rating": 5, "thumbsUpCount": 131, "thumbsDownCount": 0}, "files": [{"id": 96826, "sizeKB": 30010.3955078125, "name": "Efil_Black_Summoner.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-03T20:40:36.388Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7A53A75E", "AutoV2": "B1E3B52ACC", "SHA256": "B1E3B52ACC0A1F19A39DF5865B0DECF928F945B45A21F2CB957378B45462462A", "CRC32": "B8A6D40D", "BLAKE3": "C371A88BE95AEF2C3F3C26FAE9386A04D5414C2453F898B11A6CFEDB395775D3"}, "downloadUrl": "https://civitai.com/api/download/models/132922?type=Training%20Data"}, {"id": 96827, "sizeKB": 22250.029296875, "name": "Efil_Black_Summoner-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-03T20:40:38.773Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "92CAA89E", "AutoV2": "041C3096A3", "SHA256": "041C3096A3B5F2494AF86915279D6EEA04B80C7274875E89D16D46DA5E7EA6E3", "CRC32": "93274632", "BLAKE3": "09AD1E9EB63D5351BDFA19A12AD0487F9348CF3FE9013D76C35AE5199CE5DDC8", "AutoV3": "BE19B468A193"}, "downloadUrl": "https://civitai.com/api/download/models/132922", "primary": true}], "images": [{"id": 1906038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ac7d591-e239-478f-8573-b78751fd55aa/width=450/1906038.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "URNmNN_NL3%MJ~o}PCj]X:RjrYoJxGogiwsm", "type": "image"}, {"id": 1861637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1b0c153-0b6d-45a8-bf01-814201f8aed9/width=450/1861637.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UWK^Ka%eNFxv~U-:xvx]RjocSP-p-pR.M_o2", "type": "image"}, {"id": 1861506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd4b6093-74df-401c-921e-536ac9e61e80/width=450/1861506.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQNcTs9dKktS?Za%Tgt7^%t6=YkC~qof%LR+", "type": "image"}, {"id": 1861615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/693a7f5c-db2a-44a3-b73e-ccf79ee52a0b/width=450/1861615.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPJkD$00?]%2_1D%XUIo4mIVIBWYNFe-xXRi", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/132922", "modelId": 122109} \ No newline at end of file diff --git a/datasets/metadata/133590.json b/datasets/metadata/133590.json new file mode 100644 index 0000000000000000000000000000000000000000..b850291cd4a4c25705c392b34ada0c274847ef3c --- /dev/null +++ b/datasets/metadata/133590.json @@ -0,0 +1 @@ +{"id": 133590, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-04T16:22:46.129Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 2379, "ratingCount": 414, "rating": 5, "thumbsUpCount": 439, "thumbsDownCount": 0}, "files": [{"id": 97386, "sizeKB": 22254.6201171875, "name": "Olga_Discordia_Kuroinu-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-04T16:36:11.466Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9BA6AC90", "AutoV2": "6C4FDCFE56", "SHA256": "6C4FDCFE56C28784F2CB64C0CB5B60A4F43C8760DE8A0F5644C38C3C036DC48F", "CRC32": "0471F4E1", "BLAKE3": "77A6F350F423FCE42C57FDC8B67A414446A0CA34F44504909AC8DD07FAAAD220", "AutoV3": "231EA00D089C"}, "downloadUrl": "https://civitai.com/api/download/models/133590", "primary": true}, {"id": 97387, "sizeKB": 39113.9658203125, "name": "Olga_Discordia_Kuroinu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-04T16:34:49.056Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "42CF6B42", "AutoV2": "CAA98BE2C7", "SHA256": "CAA98BE2C7DD17E02A7391A463EE43EF91D6CC289DC2E3B3B20D4B419E61F0CD", "CRC32": "D0964CBB", "BLAKE3": "7162CD49601C7510F34E636DCC814F680234E1A613601F8737D1242BE8BD4837"}, "downloadUrl": "https://civitai.com/api/download/models/133590?type=Training%20Data"}], "images": [{"id": 1905947, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/146827d4-f6fa-4867-b0f0-53c2f97db965/width=450/1905947.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "UbJQ=}M|u6oMyrIp%gWCkrNHMxR*~VWDnOWV", "type": "image"}, {"id": 1873114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8dd28e82-cc34-4970-9212-eb2da87b050c/width=450/1873114.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEHAw{R-02ocOXWT=ys,0iobIVoM~DWE9axZ", "type": "image"}, {"id": 1873378, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94b4e5e3-179f-42b0-9e6f-544aa4929d02/width=450/1873378.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UNKc^V_NOt?vtl_3^*^*xvIq$xjY?G-T9aRP", "type": "image"}, {"id": 1873053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6972a5e3-6f93-43f4-bc27-08ad7f88bc72/width=450/1873053.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDG7ra0M};EOShs%NHEL0Nf49c^jx_niNFt6", "type": "image"}, {"id": 1872997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f66800b7-218c-4067-a7d7-cd3717e54752/width=450/1872997.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UCF;.;-X$^=x5W~A9Gxa150M9a57?IkVD$xt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/133590", "modelId": 122632} \ No newline at end of file diff --git a/datasets/metadata/133675.json b/datasets/metadata/133675.json new file mode 100644 index 0000000000000000000000000000000000000000..6d27ebdf4434934c842a9f460c4d664e75cb2058 --- /dev/null +++ b/datasets/metadata/133675.json @@ -0,0 +1 @@ +{"id": 133675, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": "Standard", "publishedAt": "2023-08-04T18:59:19.930Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["billie eilish"], "stats": {"downloadCount": 1229, "ratingCount": 45, "rating": 4.98, "thumbsUpCount": 71, "thumbsDownCount": 0}, "files": [{"id": 97468, "sizeKB": 43926.2841796875, "name": "10_billie eilish woman.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-04T19:10:22.655Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8B5AFC54", "AutoV2": "EB9B8D147E", "SHA256": "EB9B8D147E318C1B9BDA4FFA7E6C90ED8594847B649BF22533EB391FD06C095E", "CRC32": "325D85F4", "BLAKE3": "042506BC3F896693F6328C11FF73684A95DCC34660A7D669D8FA3464BB4B98D0"}, "downloadUrl": "https://civitai.com/api/download/models/133675?type=Training%20Data"}, {"id": 97467, "sizeKB": 41206.88671875, "name": "lora-sdxl-billie-eilish.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-04T19:11:57.654Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C35DC1FB", "AutoV2": "17A371513E", "SHA256": "17A371513E96D5B85EE4025E696F24F4A38DEE95E31D61CDD8585B56C20C0627", "CRC32": "1FDAAB63", "BLAKE3": "9703F671BB93A0204A8F608A0F50DBD0892263D41BA11DED6DF503F22AE155D6", "AutoV3": "79BA0E63302F"}, "downloadUrl": "https://civitai.com/api/download/models/133675", "primary": true}], "images": [{"id": 1874448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a41f0d97-e07d-4db6-9930-4de1bb1fee7d/width=450/1874448.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UVK0yp~VNwJB.9S6I:WBEyn#s-$%a%ShRjSh", "type": "image"}, {"id": 1874435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cc5cce2-1efb-4c4f-9d78-fee579c1f32f/width=450/1874435.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "USJ@L5VXS|-o_NNFWCayyD-6s.Iob_jYoLjF", "type": "image"}, {"id": 1874436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f51bd0f8-47d7-4797-b9a9-12f1856e1eea/width=450/1874436.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UKIE96]}IV%M?^wZaJR..9Mwt6X8O@wbf+Sh", "type": "image"}, {"id": 1874434, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e37e98c1-ad3c-4b08-914b-9e3008a94268/width=450/1874434.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UFJ7ghVCK+^iT2I9~BRiXmR6sqRP4;xaRlo|", "type": "image"}, {"id": 1874451, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2610ef1c-3bca-4124-a2d3-010b018bd664/width=450/1874451.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UEJQ$X~V0yD*-=D*kp9a9[D%wJ%001RiM|IU", "type": "image"}, {"id": 1874433, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45e9e8d1-0a2b-40a9-9904-0c6e7a54f934/width=450/1874433.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UCHd{T:~Klr=.T4T-pxZpJR4-otRE+odRj-;", "type": "image"}, {"id": 1874450, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ed96235-93a6-431d-bf17-3cbffbd4d43d/width=450/1874450.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UUI}FmOGTxs9.TIWkXkBEjaJ-UX9R.NxR-tR", "type": "image"}, {"id": 1874449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3020f6f-f71f-43be-9e2f-56837e8867ff/width=450/1874449.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UFJ7p@00K4^*.AwHt6NH5PE2wgE20LM|NHi_", "type": "image"}, {"id": 1874447, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9b1ec11-c3a9-4096-86ca-687e593fd668/width=450/1874447.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UHIqGq0g5:~C.SI=9Zf6T0-pV@s.%2SNE1NG", "type": "image"}, {"id": 1874452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35a337fa-9774-4590-9599-5d619f152287/width=450/1874452.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UPI}9YD%0~%M.Ti_Neg35q%2%2ozo~WqIpxt", "type": "image"}, {"id": 1874456, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2143e11-e338-4e86-bd25-372546cdb0c1/width=450/1874456.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UIIX21~pIUIo_4?GIoaeNFEM,:r=o1RiV?Io", "type": "image"}, {"id": 1874455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cb56a59-a7ae-4dfb-b5ec-4c648bd37f29/width=450/1874455.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UKIqAXD+56xb_M9t56xaJ:wdjFNG-;NGkVt6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/133675", "modelId": 122697} \ No newline at end of file diff --git a/datasets/metadata/13374.json b/datasets/metadata/13374.json new file mode 100644 index 0000000000000000000000000000000000000000..6d08e937c87b61108dec4322e786f87e89dca536 --- /dev/null +++ b/datasets/metadata/13374.json @@ -0,0 +1 @@ +{"id": 13374, "index": 1, "name": "1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-02-21T05:34:28.962Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["odo"], "stats": {"downloadCount": 244, "ratingCount": 12, "rating": 5, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 11881, "sizeKB": 8610.9951171875, "name": "Odo_V1.0_Lora_DataSet.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-21T05:51:11.240Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9581A1E3", "AutoV2": "1D68F63713", "SHA256": "1D68F637136169D60F47683D83696CC847704334E6D2B29D08C68A9499882D27", "CRC32": "5D83C2DB", "BLAKE3": "E0E9BB06A7CABE401FA51F157E48F233793EE5137E7454C73133D486290EBD6F"}, "downloadUrl": "https://civitai.com/api/download/models/13374?type=Training%20Data"}, {"id": 11879, "sizeKB": 147573.3505859375, "name": "odo-Lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-21T05:36:46.448Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "9770D481", "AutoV2": "2B824841CB", "SHA256": "2B824841CBF201CFC9227662FD4D426C73BF3CD079F39D26C76564B3C5FA9E35", "CRC32": "43C53784", "BLAKE3": "C4A4F8F90EAE3C459BF4EC008B26B4F1A7D6E0F3D78D9CB0F69EE3BA9D2F89F3", "AutoV3": "4CB44D4FECAA"}, "downloadUrl": "https://civitai.com/api/download/models/13374", "primary": true}], "images": [{"id": 129361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6a87f1f-c9bc-40be-1a77-85a7f6233600/width=450/129361.jpeg", "nsfwLevel": 1, "width": 512, "height": 656, "hash": "UBC=l4pM2ds;?wT29|WUKQSjEOjYw@r;nNnh", "type": "image"}, {"id": 129374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e51565c-2833-47c8-4d9d-ac279a722600/width=450/129374.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHE{CEz-7%EME*bx9FS5EUNKwaxDROxDxWV[", "type": "image"}, {"id": 129373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd25aa93-94f2-497b-fd11-70795c80f800/width=450/129373.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UMI:2wz@O@M|47j^ADS4{|ozvgxF5RRiwIR*", "type": "image"}, {"id": 129465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d37cec8-bb16-45d5-bdfb-b0d76170b200/width=450/129465.jpeg", "nsfwLevel": 1, "width": 512, "height": 752, "hash": "UKEC66-oGcJV+sj]9^R*yGNHELs:V=e.W?kC", "type": "image"}, {"id": 129372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdefd710-8764-4394-7191-49f455f3d500/width=450/129372.jpeg", "nsfwLevel": 1, "width": 512, "height": 784, "hash": "U4F#W~?FD;%103%L039b~V-o57Ip02RjIV9b", "type": "image"}, {"id": 129371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/faff903a-7c19-4c02-7bf7-e5edf7e81600/width=450/129371.jpeg", "nsfwLevel": 1, "width": 1136, "height": 900, "hash": "UXDIO1xs~9-nW;IpNbWCE3RkIqWBIpofRkR+", "type": "image"}, {"id": 129370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54b40a27-9c27-44c9-33a9-05fd0ea10d00/width=450/129370.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9Eo3$}PpI03M__LV@ac0g4;$~?aI9t8I;R*", "type": "image"}, {"id": 129369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef0dd040-845c-463f-8c96-7557097bd300/width=450/129369.jpeg", "nsfwLevel": 1, "width": 512, "height": 544, "hash": "UNF}ccpcPA^k~Vx]XSxa?t-:%Lxt%L%2kCRk", "type": "image"}, {"id": 129368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d393e14-5582-46c9-cd93-9226f912b200/width=450/129368.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UOIfDU%7tU-pCTBXOt-o6{nOt7f9#OrCNGIX", "type": "image"}, {"id": 129367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f42de30-5c1d-40fe-0b06-e6f421404400/width=450/129367.jpeg", "nsfwLevel": 1, "width": 512, "height": 648, "hash": "UBE^_{FG0f+cBp$NIUEM~B-oM{9uozRl9us,", "type": "image"}, {"id": 129366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8026338-3128-4968-d281-52136e12d800/width=450/129366.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8G+K|00I9IU~qD%RPV@00j[?cIURjM{-;Rj", "type": "image"}, {"id": 129365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91586583-030e-41de-a933-3076f883eb00/width=450/129365.jpeg", "nsfwLevel": 1, "width": 792, "height": 512, "hash": "UeFYJ$KQOs-6L4RQRPnMt:t8ozt3x{S%WBV?", "type": "image"}, {"id": 129364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/593b92ad-61ea-4e7b-759d-bd437a30fa00/width=450/129364.jpeg", "nsfwLevel": 1, "width": 512, "height": 656, "hash": "U2BL;D5R10^PwOJ7WB$j0N=taKI;Nw$jE3X7", "type": "image"}, {"id": 129363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f064fad-340c-465e-6ec0-7de4c1aeeb00/width=450/129363.jpeg", "nsfwLevel": 1, "width": 512, "height": 656, "hash": "U4CY,YID0575_4=|0N59rqI:0K56Sb-h8^$|", "type": "image"}, {"id": 129362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd723a27-1ce2-4745-b3dd-355153f57200/width=450/129362.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7BpIK00F20L-V~V0057_2%0IV0M$%xuIVIV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/13374", "modelId": 11292} \ No newline at end of file diff --git a/datasets/metadata/133820.json b/datasets/metadata/133820.json new file mode 100644 index 0000000000000000000000000000000000000000..2ea5038cb441b74af01d3a67e5a9fb451830cfdc --- /dev/null +++ b/datasets/metadata/133820.json @@ -0,0 +1 @@ +{"id": 133820, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-04T22:54:01.674Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 2529, "ratingCount": 199, "rating": 5, "thumbsUpCount": 314, "thumbsDownCount": 0}, "files": [{"id": 97588, "sizeKB": 51261.98828125, "name": "Alicia_Arcturus_Kuroinu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-04T22:50:47.493Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A68F5705", "AutoV2": "EF46515CAE", "SHA256": "EF46515CAECE78259BBED98E4E307A61803B59CA2F1600508DE60805BBD7682A", "CRC32": "04AF40D9", "BLAKE3": "72A4210D9B5C2EB0018D9437BE1E0551236E47895158D6B407D87093B8AD0CDD"}, "downloadUrl": "https://civitai.com/api/download/models/133820?type=Training%20Data"}, {"id": 97587, "sizeKB": 22260.45703125, "name": "Alicia_Arcturus_Kuroinu-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-04T22:50:47.731Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A6213A20", "AutoV2": "5D96ADA5D8", "SHA256": "5D96ADA5D885270449C62C9073BFB47C4FE576C4A75C9F2B96A8EC50C40358B5", "CRC32": "C814C821", "BLAKE3": "184680F31A4279ED0031CF854518EB2FC3F9A01E4B6AF33030C4C9B197A4121D", "AutoV3": "3F914FE8C179"}, "downloadUrl": "https://civitai.com/api/download/models/133820", "primary": true}], "images": [{"id": 7280010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd4efdad-92c0-4d07-a40a-6c94d41fd069/width=450/7280010.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULL|Gr~p6B?btb-:Djt60MIU8{IUoLIUx]M{", "type": "image"}, {"id": 7280012, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25238461-d009-459a-b966-f9af3fa28666/width=450/7280012.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULL|Gr~p6B?btb-:Djt60MIU8{IUoMIUx]M{", "type": "image"}, {"id": 1876722, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/460df01e-cf68-4a2e-a715-08130e7c0276/width=450/1876722.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UBIzxH~p020K~o~99G5800?HwJ9GROyDxZe9", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/133820", "modelId": 41057} \ No newline at end of file diff --git a/datasets/metadata/133875.json b/datasets/metadata/133875.json new file mode 100644 index 0000000000000000000000000000000000000000..4b323db472d846ab0d1d1a84a8b30fea42b0a2ba --- /dev/null +++ b/datasets/metadata/133875.json @@ -0,0 +1 @@ +{"id": 133875, "index": 0, "name": "v3.0 200p", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-05T01:12:58.220Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": [], "stats": {"downloadCount": 1628, "ratingCount": 151, "rating": 5, "thumbsUpCount": 230, "thumbsDownCount": 0}, "files": [{"id": 97632, "sizeKB": 43697.6826171875, "name": "Claudia_Levantine_Kuroinu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-05T01:10:42.488Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C052C5BF", "AutoV2": "A991A21A9C", "SHA256": "A991A21A9CD159F32AF054BF90B9F06A116B14EA95A2CDA180B295268A4D51A3", "CRC32": "EA91341A", "BLAKE3": "423B2670128477BE69BFE98B4915F541F3B3EA4A6541266A3C426DF7EB31E1F5"}, "downloadUrl": "https://civitai.com/api/download/models/133875?type=Training%20Data"}, {"id": 97631, "sizeKB": 22252.2734375, "name": "Claudia_Levantine_Kuroinu-KK77-V3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-05T01:10:40.658Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "73A4BE7F", "AutoV2": "8C7B787EAF", "SHA256": "8C7B787EAF5C0CFC927D02B04F5F0761E6E01E2383C7102B610459AE4C7448DC", "CRC32": "1894E85D", "BLAKE3": "0298F065161F0C8F3EC8ED67BB782C9A28FEFADE23CB676B6AA0EFE3268F955B", "AutoV3": "2E6313D403F0"}, "downloadUrl": "https://civitai.com/api/download/models/133875", "primary": true}], "images": [{"id": 6498319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8db5cf6c-4b28-46ec-9ab0-e5454eecfdfe/width=450/6498319.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UXMZOA~WJUR*kW%2?HWU={xaWBoLN{%MogRj", "type": "image"}, {"id": 1877876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07b9a1c0-70c0-4aaa-a987-2ca4f8bdd0e5/width=450/1877876.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "ULJQyU~WIn^*ob^jt6Rj9ZWXf6IoogE2W=xu", "type": "image"}, {"id": 1877892, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54d5e080-cc2f-4007-a9aa-e9b3c145d4fb/width=450/1877892.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDI4#40000~W9Z^k4.E24o%MsmRj?HWrS5t8", "type": "image"}, {"id": 1878118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e63e3e3-6242-4e7c-b45a-1719004e8da6/width=450/1878118.jpeg", "nsfwLevel": 8, "width": 608, "height": 920, "hash": "UHLf%TD%00-p00IoNx%10fNGNHoe~Vxt%1RP", "type": "image"}, {"id": 1878134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/237cb2ca-e9df-4f0b-9bc0-f9cb0d69ed06/width=450/1878134.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UGMZL30K01-p9t0K-;RP019a%M%L~VbaM{Rj", "type": "image"}, {"id": 1878152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cb51be8-632f-4596-910e-3785f41580a8/width=450/1878152.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "URMim9~V0fxa4:%1kWW;E2xZs:Rj%2NGRjRk", "type": "image"}, {"id": 1878212, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74c193da-5c36-4f58-9607-c597b3ca9598/width=450/1878212.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UMIgv69ZE1~CMw={xEs.IA%2t7azxubcIoWB", "type": "image"}, {"id": 1878480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1be6af5e-6092-40e8-8175-c74e8355fa0a/width=450/1878480.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UNKUD[DiAE,-.TIT^+wHJD-pRkIotSbwWVs:", "type": "image"}, {"id": 1879203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fb1d339-eea0-479e-a404-4e157bbd1647/width=450/1879203.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U8H1*=D%00Ne%2Ne9ZIV00E2JA?H~C~V0Ls+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/133875", "modelId": 44623} \ No newline at end of file diff --git a/datasets/metadata/134139.json b/datasets/metadata/134139.json new file mode 100644 index 0000000000000000000000000000000000000000..5f1c0a67c4fd47222c9bdb5e7bd6c805c697cf30 --- /dev/null +++ b/datasets/metadata/134139.json @@ -0,0 +1 @@ +{"id": 134139, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-05T10:54:03.917Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 935, "ratingCount": 137, "rating": 5, "thumbsUpCount": 180, "thumbsDownCount": 0}, "files": [{"id": 97834, "sizeKB": 41503.091796875, "name": "Nuns_Knight_Miko_Kuroinu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-05T10:55:38.401Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C274F755", "AutoV2": "D00F6078D5", "SHA256": "D00F6078D51A3160AB2C5A8B8A40B5A9E5B0C8CD709388F910402E1CBEACEA57", "CRC32": "3E26FC88", "BLAKE3": "17F4AB3841408440B5ACEA6695D998458965220A474B4B000E824F4540240E90"}, "downloadUrl": "https://civitai.com/api/download/models/134139?type=Training%20Data"}, {"id": 97833, "sizeKB": 22258.7978515625, "name": "Nuns_Knight_Miko_Kuroinu-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-05T10:55:34.127Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1BDDF31A", "AutoV2": "814CFE3935", "SHA256": "814CFE3935CD108A9734DFBD031D2EA5FC76B24A8A87C1311F12C820DE7C0FB8", "CRC32": "09B092B3", "BLAKE3": "BE99095C51ACE047F5C7143DBA8908DCF56D444B9B92E896D20CF9ED6F8A4EC6", "AutoV3": "7764F3ED0822"}, "downloadUrl": "https://civitai.com/api/download/models/134139", "primary": true}], "images": [{"id": 1905545, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cb8ffec-14bc-429b-a71a-504547e04421/width=450/1905545.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UOOy;Txuu5%Mtmf6?vt7~WayjFoe?bbHnhWC", "type": "image"}, {"id": 1883055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/839ab442-94f1-4f0b-a560-8d0fb3d55518/width=450/1883055.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UgLy1O~9pB^$9]niMys:ABRj$PaK#Tg3cEbH", "type": "image"}, {"id": 1883154, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fddc705-9aab-48c5-b453-9a544387b5d3/width=450/1883154.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHHn?H%M00~900IU.8xv57?b-o4:?H9FnO%1", "type": "image"}, {"id": 1883168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc4bdbe7-3350-4144-b12d-2dd6765ec1eb/width=450/1883168.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHKm%@},00~B00-n?b^*9Z%L_2WB~pe-oJM{", "type": "image"}, {"id": 4860328, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c70a2cd7-76f9-4186-b6c5-67823c8bb2e8/width=450/4860328.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UJIXX3~V9t^+0LM}bvt7s.M{9GRP4:t8-:-p", "type": "image"}, {"id": 4860382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/915421dd-e18b-485c-adc0-3d7b936aa378/width=450/4860382.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UFLpdO01EdD%014:-oD*00X6-;WB}@t7M_t7", "type": "image"}, {"id": 4860588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/786e606f-18b8-4c75-af1c-7c758b86c430/width=450/4860588.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UKKd0k~9W,$f00M|IV-o01NHxaIpIoo}fOkV", "type": "image"}, {"id": 4860805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ca7b02a-3999-4e36-a4f2-45b350d02d4d/width=450/4860805.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJJHjy#P00~A00-o.8nh019aozt8Xn%gRORj", "type": "image"}, {"id": 4861021, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e02fb64a-8dac-4dd1-aa61-a193ccc0030e/width=450/4861021.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIHnma~A00Di00o#TKNe9Z9Z-;kX.8?HR4%1", "type": "image"}, {"id": 4861100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99d1f482-866b-4a1c-8743-a8297a6de1ab/width=450/4861100.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXIO9EIU0Lxuv}-;OF%Lxvx]t7WX_NRjRjt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/134139", "modelId": 123094} \ No newline at end of file diff --git a/datasets/metadata/134435.json b/datasets/metadata/134435.json new file mode 100644 index 0000000000000000000000000000000000000000..889c9be1ee45c0b275c7b30467dc088aee5e854b --- /dev/null +++ b/datasets/metadata/134435.json @@ -0,0 +1 @@ +{"id": 134435, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-05T18:58:08.070Z", "availability": "Public", "nsfwLevel": 17, "description": null, "trainedWords": ["angela cross"], "stats": {"downloadCount": 237, "ratingCount": 21, "rating": 5, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 98075, "sizeKB": 1965.546875, "name": "AngelaCrossDataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-05T18:55:44.701Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "A5A67BA4DE", "SHA256": "A5A67BA4DED6F53EE5E8B15578BEEB788B175A6E3EE2E421C8FF2CB053100D36", "CRC32": "5E41FCF2", "BLAKE3": "C779CF5EB5B3F95A4E7CB00654D6601D01EC2D12D9EE5E1C3E0A707F5AE55A4B"}, "downloadUrl": "https://civitai.com/api/download/models/134435?type=Training%20Data"}, {"id": 98076, "sizeKB": 147571.59375, "name": "AngelaCrossLORA-step00003000.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-05T19:00:51.787Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9EF95BA2", "AutoV2": "12117D33F9", "SHA256": "12117D33F9C9EB014405B7E1C125047351BDA55B6FACCA6FE7FC1F886CA0CF09", "CRC32": "FFAE76FB", "BLAKE3": "A3EE6D991154E6FE1B557748E8166B91567DB1A7C6ADB65435BE2188AE5DF26F", "AutoV3": "0B9FA3913CAE"}, "downloadUrl": "https://civitai.com/api/download/models/134435", "primary": true}, {"id": 90438, "sizeKB": 803518.3623046875, "name": "anything-v4.0.vae.pt", "type": "VAE", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-07-25T02:02:31.648Z", "metadata": {"format": "PickleTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F458B5C6", "AutoV2": "F921FB3F29", "SHA256": "F921FB3F29891D2A77A6571E56B8B5052420D2884129517A333C60B1B4816CDF", "CRC32": "65AEACBA", "BLAKE3": "2E175004F953D6DC373A9DD18BF8A1845983EB6E1B3D6EA0C76A81D344244F18"}, "downloadUrl": "https://civitai.com/api/download/models/134435?type=VAE&format=PickleTensor"}], "images": [{"id": 1889066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ea65ace-40c6-4df6-8b4e-8b31618e7b00/width=450/1889066.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNGc7P%L.Tbx00s,D*NH,,aeMwNG?Zsl%Lof", "type": "image"}, {"id": 1889069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71c654ca-be2f-46cc-a0d2-4816a6c205bd/width=450/1889069.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UMJthxE2~WVs00EM9H%0EN%MIpxZ-:xCoIRk", "type": "image"}, {"id": 1889077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ec33488-9b2f-4f6d-8af3-6b9b2822bc6e/width=450/1889077.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "URF~]oIB?w.900t7DiD%ITxZV@t6^*ozxus.", "type": "image"}, {"id": 1889073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ca61388-6ed5-49a9-a618-5f054c313b16/width=450/1889073.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UQHV6qRPkso}R*WBo#RjV?j]r=o0_NogIUxu", "type": "image"}, {"id": 1889068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/167fe5c8-8642-4923-aec2-c19382762082/width=450/1889068.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UYLgFRjs~V-pxaf6ofof%2j[M|azxaj[WBay", "type": "image"}, {"id": 1889074, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6e7f4fa-ad1a-4456-9efa-1d06b81d7cfc/width=450/1889074.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UMIg$00N=|-.~89b9at558%K4;NI-;=_JCj@", "type": "image"}, {"id": 1889078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cb9aaba-0170-40d5-8774-75555fa614bc/width=450/1889078.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U#H.Troz~qf+M_jZkDWWskf5WBa}tSbHf6j@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/134435", "modelId": 123315} \ No newline at end of file diff --git a/datasets/metadata/1345.json b/datasets/metadata/1345.json new file mode 100644 index 0000000000000000000000000000000000000000..eadebf4ee6c2961725b89f261352cd90cc4e9ab8 --- /dev/null +++ b/datasets/metadata/1345.json @@ -0,0 +1 @@ +{"id": 1345, "index": 2, "name": "0.1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2022-12-11T00:37:40.974Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["cow girl", "cow ears", "breasts", "realistic", "animal ears", "cow print", "cow horns", "large breasts", "huge breasts", "cowbell", "bell", "collar", "cleavage", "neck bell", "thighhighs", "cow tail", "ahegao", "tongue out", "piercing", "spread legs", "octokuro"], "stats": {"downloadCount": 1619, "ratingCount": 196, "rating": 5, "thumbsUpCount": 196, "thumbsDownCount": 0}, "files": [{"id": 33, "sizeKB": 428392.2861328125, "name": "real-hucow.pt", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "**Detected Pickle imports (3)**\n```\ntorch.FloatStorage\ncollections.OrderedDict\ntorch._utils._rebuild_tensor_v2\n```", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2022-12-11T00:45:17.392Z", "metadata": {"format": "PickleTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "3C7D095F", "AutoV2": "5CCC9C3587", "SHA256": "5CCC9C35877880DDC106F43C607D363C2D2C1DD861B2A648DD2733862543FC2F", "CRC32": "861530B6", "BLAKE3": "A540155CCA4D556A455953388C38941C8B60EF1F32686E55A81554B63F6DEC5E"}, "downloadUrl": "https://civitai.com/api/download/models/1345", "primary": true}, {"id": 32, "sizeKB": 56750.318359375, "name": "real-hucow_trainingset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2022-12-11T00:48:36.378Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F125FA1D", "AutoV2": "C70B50EDCF", "SHA256": "C70B50EDCFC75A828F2693B8789877D0754B4C63322B3A6FA7035B6EF35A31DD", "CRC32": "E5A29DD2", "BLAKE3": "3DA1FF5BB3941DC651E666784621640E2F8CB62B18770D3C19E075EFC643CC3B"}, "downloadUrl": "https://civitai.com/api/download/models/1345?type=Training%20Data"}], "images": [{"id": 11303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc2b957f-43d8-4e90-6f0b-d4afce920f00/width=450/11303.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UaMZ,R~qP9_3I^%Ns=tRM^R%t2D%%4xuRkba", "type": "image"}, {"id": 11304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a416acd8-4c76-4c7a-ea0f-bc3f8d3beb00/width=450/11304.jpeg", "nsfwLevel": 8, "width": 2944, "height": 2637, "hash": "UVMZRC_3?^?wxabGa}j[ozayjZaytRj[jsj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/1345", "modelId": 1266} \ No newline at end of file diff --git a/datasets/metadata/134511.json b/datasets/metadata/134511.json new file mode 100644 index 0000000000000000000000000000000000000000..b2616d9fa0b1cdd971824d352b91fa66751c5d00 --- /dev/null +++ b/datasets/metadata/134511.json @@ -0,0 +1 @@ +{"id": 134511, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-05T21:54:07.975Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["WhiteboxStyle"], "stats": {"downloadCount": 2541, "ratingCount": 337, "rating": 5, "thumbsUpCount": 588, "thumbsDownCount": 0}, "files": [{"id": 492344, "sizeKB": 8990.8291015625, "name": "WhiteboxStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T15:20:55.073Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DE574347", "AutoV2": "5D2E98B4AA", "SHA256": "5D2E98B4AA2DCFBF83D3786ED69891FBBA4D2F4C11C73B152DCC287A088979D0", "CRC32": "700AA7C9", "BLAKE3": "B6D892153C790DFFCFAD68134D9176510C00A087F779FFE979F21A934DCB4818"}, "downloadUrl": "https://civitai.com/api/download/models/134511?type=Training%20Data"}, {"id": 98138, "sizeKB": 147573.2421875, "name": "WhiteboxStyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-05T21:53:29.902Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0D2ABCDA", "AutoV2": "E51276F2F8", "SHA256": "E51276F2F8E18259B74DD90567EDFE5C9662D4891F18E75717303E3BFC78B7E1", "CRC32": "2470ACC1", "BLAKE3": "3A46F2B5ACB3A1F115D9D009A720FCF9FFF20DBF4F792FF9D19E07EC68B4DB93", "AutoV3": "31DDB401997E"}, "downloadUrl": "https://civitai.com/api/download/models/134511", "primary": true}], "images": [{"id": 1891364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b5d61c1-2d38-480a-97e5-5650ac660cae/width=450/1891364.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UHKBUPRj00%2xu~qRPj[?b9FD%ay%MWBIUD%", "type": "image"}, {"id": 1891361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f793a4e9-9cc2-479c-9cc1-c9896a381c92/width=450/1891361.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U9H2cs0000~q?b00D%-;_2-;9Ft7xu004nt7", "type": "image"}, {"id": 1891053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8be65ec5-74cf-4c36-9ba3-22495c8e5de4/width=450/1891053.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UKGbuA~q4n?b~qWBIU%Mofayxuay-;M{M{of", "type": "image"}, {"id": 1891055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e769dc6-efde-478e-9ba3-0f0142f0b27a/width=450/1891055.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U6F68}0000?b00of%Mt7%L00?b~q9F-;xu9F", "type": "image"}, {"id": 1891054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3426a804-4330-4e4e-bbb5-e384832560d3/width=450/1891054.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UFJkr^~qIURjRj~qxuNGt7%Mt7xu%Mxuofxu", "type": "image"}, {"id": 1891052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89f6613e-95e4-4918-93f7-8858f246c629/width=450/1891052.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UFGu,kMx00Io~q9F9FIVofD%IURj?bRj%Mt7", "type": "image"}, {"id": 1891051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ca81117-6498-434a-bf58-e605a5661e36/width=450/1891051.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U29Z}[00-p-:_NaJx]9a9Z?b4.-:4n~q?HE1", "type": "image"}, {"id": 1891058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f44c982-9f2e-418c-a18a-99a759f99994/width=450/1891058.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UJF=~:_34nIV_NE1IB-:-:aeM{IU-;RjRjM{", "type": "image"}, {"id": 1891056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3100a27c-71e2-41b2-a0ef-7c869a4d312d/width=450/1891056.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U6F~ms0000D%IUt7Rj4n9FD%9F~q_NRjM{of", "type": "image"}, {"id": 1891057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5147854f-1fd0-4f85-98c8-c39d933af1cc/width=450/1891057.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U3B3._000000004n?b-;00~q9Z-=-;IUIUt7", "type": "image"}, {"id": 1891065, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f585f5db-b8af-4381-b7ce-505127f081eb/width=450/1891065.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UBB:v$xuIT~qxuD%%M%N9ERj-;D%%MfQj[of", "type": "image"}, {"id": 1891062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af0c5817-81ba-4de7-b645-dcfce4327b46/width=450/1891062.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U8E{kOjZ00~qM{x]0000D%?cx[M{%f4n4nof", "type": "image"}, {"id": 1891064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0803b4fb-370d-4c8e-b75e-de4f18473239/width=450/1891064.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UKE:3s~qt7xtNH?b-;t7-:WBM{ofD%f6%MWB", "type": "image"}, {"id": 1891067, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7885224-7eed-4910-9fe0-373b05f41206/width=450/1891067.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UNF~ge_39Fxu~qa|IT%M%Mayjuoft7RjRjt7", "type": "image"}, {"id": 1891066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44b4f260-f2e7-4dfc-bbf4-8340bfd0cc33/width=450/1891066.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U2EVsa00s,_300RjRj4.00~qIo~p?v4nD%-;", "type": "image"}, {"id": 1891070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/348423eb-9885-4367-abaf-01276527a371/width=450/1891070.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UGE{kOIUIU~qxu4n4nfkD%%gIU%M?bt7RPof", "type": "image"}, {"id": 1891255, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14b1fe66-5bd8-4837-a155-e71fddb114a5/width=450/1891255.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U5C%8LIT00~qD%9FM{_300IU00IU%M-;%MD%", "type": "image"}, {"id": 1891256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78917af1-be0b-4795-8ada-92d3d915c8e4/width=450/1891256.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U7DS?+?b_3D%00D%~qWBRit79FM{-;M{-;xu", "type": "image"}, {"id": 1891254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebc9d901-81bb-4d78-b7a4-6a016eb7acbe/width=450/1891254.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U4ECwe~q00?HWBof00-;4m00004nxu~q9F-;", "type": "image"}, {"id": 1891403, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62951655-b884-4bb4-9730-8e20482b8619/width=450/1891403.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U5HVM8Rj000000%MsoIo~W4n00%M4n_ND%9E", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/134511", "modelId": 123384} \ No newline at end of file diff --git a/datasets/metadata/134589.json b/datasets/metadata/134589.json new file mode 100644 index 0000000000000000000000000000000000000000..7473d9363854809abec6f9cb2c87d76b6b431c9d --- /dev/null +++ b/datasets/metadata/134589.json @@ -0,0 +1 @@ +{"id": 134589, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-06T00:33:39.610Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 1205, "ratingCount": 195, "rating": 5, "thumbsUpCount": 227, "thumbsDownCount": 0}, "files": [{"id": 98203, "sizeKB": 52735.6416015625, "name": "Miyuki_Kobayakawa_Arrest.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-06T00:35:39.575Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4539D17D", "AutoV2": "F21D5ED897", "SHA256": "F21D5ED8977B3D90F961EF5AAE82170D2D53CB952BA185855E707FFC8611926C", "CRC32": "95B5578D", "BLAKE3": "92B9B5BFC1997A0AFAC073FD59245690718B015B07B22CAC8D72BC475D81D16D"}, "downloadUrl": "https://civitai.com/api/download/models/134589?type=Training%20Data"}, {"id": 98202, "sizeKB": 22263.5556640625, "name": "Miyuki_Kobayakawa_Arrest-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-06T00:30:58.739Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8D795F96", "AutoV2": "0262E94D14", "SHA256": "0262E94D14F92DC2A33FF195EE41E42F9E02E973D980E0F2CF6F0FDD29B5DBC8", "CRC32": "7F5DE042", "BLAKE3": "C7E964B2E592C8526DBF50525069DD5DA43408824EC4B80F9B13E80BB4D8D9DB", "AutoV3": "36FCDCE5EA66"}, "downloadUrl": "https://civitai.com/api/download/models/134589", "primary": true}], "images": [{"id": 1904691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9e28016-b0f5-453e-a76f-cc42a110f08b/width=450/1904691.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTMQxENG~q%M}jt7_Nt7ESxus.RjK6aexCj]", "type": "image"}, {"id": 1892749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19835105-9784-4313-a73b-b243c53facee/width=450/1892749.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UUIE*LNFIAELDNNFXnIo8^kC%2s:yZWBIU-V", "type": "image"}, {"id": 1892681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c6c04f1-ab89-4f2f-8b44-2d6930c2bfd7/width=450/1892681.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UfIq.mMxMxWBInM_Osi_ITR*%MNG?wM{RijZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/134589", "modelId": 123444} \ No newline at end of file diff --git a/datasets/metadata/134659.json b/datasets/metadata/134659.json new file mode 100644 index 0000000000000000000000000000000000000000..f6aab20ed8df565b3e0481006f19907b605a5c0c --- /dev/null +++ b/datasets/metadata/134659.json @@ -0,0 +1 @@ +{"id": 134659, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-06T02:53:03.228Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 2012, "ratingCount": 325, "rating": 5, "thumbsUpCount": 431, "thumbsDownCount": 0}, "files": [{"id": 98271, "sizeKB": 43235.201171875, "name": "Celestine_Lucullus_Kuroinu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-06T02:45:58.007Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9231E267", "AutoV2": "55A426BF8E", "SHA256": "55A426BF8E119B6AAE55182BCC88CAFF0D6644A8A05E84CB33A85F180DD6D354", "CRC32": "EA982FFE", "BLAKE3": "30F151320AB029FB3AE8ABF0CB706D97033619334606E52E8EA3109B80D0D63B"}, "downloadUrl": "https://civitai.com/api/download/models/134659?type=Training%20Data"}, {"id": 98270, "sizeKB": 22254.4560546875, "name": "Celestine_Lucullus_Kuroinu-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-06T02:45:33.155Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5024856F", "AutoV2": "8B9FE02AF9", "SHA256": "8B9FE02AF98E8AB900669BF116E43EE5B001BF820EC596F67FAA00C299CF81CE", "CRC32": "6669683A", "BLAKE3": "EA086F9748CAD29AE79F1BD4862B93D9344199547583EE12D2962B287FF1BB12", "AutoV3": "C972A6CB08ED"}, "downloadUrl": "https://civitai.com/api/download/models/134659", "primary": true}], "images": [{"id": 6498245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aad3ec04-6855-4d39-9090-0eb04a79941f/width=450/6498245.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "ULOy;X.SLNtRGYNI.8RPK,Myxwaykpoc-5tQ", "type": "image"}, {"id": 1894133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a833b93-e5a8-40bc-b24a-c557077efbac/width=450/1894133.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UBMQI:4T0Ovz0x%#yGX:00WA^iM_S#MxMdVY", "type": "image"}, {"id": 1894188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2521ab19-9eda-4610-801e-de18fac9818b/width=450/1894188.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UCMjO8006U_MHDXSTMofI9Rl-pbv.Txu=_i^", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/134659", "modelId": 123510} \ No newline at end of file diff --git a/datasets/metadata/134900.json b/datasets/metadata/134900.json new file mode 100644 index 0000000000000000000000000000000000000000..3922ddd89cf07754b2d08a1cd820afdc6dcc3ed4 --- /dev/null +++ b/datasets/metadata/134900.json @@ -0,0 +1 @@ +{"id": 134900, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-06T10:27:44.417Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": [], "stats": {"downloadCount": 1038, "ratingCount": 201, "rating": 5, "thumbsUpCount": 217, "thumbsDownCount": 0}, "files": [{"id": 98460, "sizeKB": 45798.8955078125, "name": "Elda_Ballad_Youkoso.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-06T10:30:50.283Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1D90BD1E", "AutoV2": "227ADECDBB", "SHA256": "227ADECDBBE5DF4E2D81CFBCF46809C2C714E3A66EEC44B1372A0AF78347FA32", "CRC32": "B4B0262B", "BLAKE3": "0BEA5A2E5D7F10BD2ED5DEB3F58412B7EE44E75008FECA39CD46C0E2BD01C4DC"}, "downloadUrl": "https://civitai.com/api/download/models/134900?type=Training%20Data"}, {"id": 98459, "sizeKB": 22253.4833984375, "name": "Elda_Ballad_Youkoso-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-06T10:30:49.778Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "953778BE", "AutoV2": "C0572294C9", "SHA256": "C0572294C9AEC6D49A6BB2FFB65029251F3371A20514269EEA9A2716E01304C2", "CRC32": "0200004A", "BLAKE3": "04BE2E80D77D5D1DD18BF5539E94DFD56928B9A1CB2C282B96F0D351CA6DB98D", "AutoV3": "AD52A123DC46"}, "downloadUrl": "https://civitai.com/api/download/models/134900", "primary": true}], "images": [{"id": 1905486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca11738d-7aa0-483c-9673-551aeb349174/width=450/1905486.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UdL3=fxaR;og~Vs.bKayF{s:xba}.8s,rqjZ", "type": "image"}, {"id": 1898890, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b129140-e678-43b7-a2b2-3ed5b155e0f2/width=450/1898890.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UXJj0i9~IoRo~BoNxGRn-7J7bKaiWYf*I]X9", "type": "image"}, {"id": 1898823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e520b38e-0297-4106-80e7-eea8bb33d9c7/width=450/1898823.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "URJQ4mAKXlRo~BI]$KNLJWocWYai$iXlS5Nd", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/134900", "modelId": 123700} \ No newline at end of file diff --git a/datasets/metadata/134996.json b/datasets/metadata/134996.json new file mode 100644 index 0000000000000000000000000000000000000000..b5b81495468f3eb6b3b51c9f0b9cd3f9fd6f2c55 --- /dev/null +++ b/datasets/metadata/134996.json @@ -0,0 +1 @@ +{"id": 134996, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-06T13:51:53.264Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 1479, "ratingCount": 116, "rating": 5, "thumbsUpCount": 185, "thumbsDownCount": 0}, "files": [{"id": 98535, "sizeKB": 44166.53515625, "name": "Chloe_Kuroinu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-06T13:40:40.812Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9F69B441", "AutoV2": "B33E0AE145", "SHA256": "B33E0AE145E16F0828CFAD6D6DDDA4E9831DB996FB6E91F6B4789F8E2CD3378C", "CRC32": "71D11E62", "BLAKE3": "2C84BC9734A2DF00F607CBA082FE61801EFAA48FF6FCA46CDD99A400F5F69F1D"}, "downloadUrl": "https://civitai.com/api/download/models/134996?type=Training%20Data"}, {"id": 98534, "sizeKB": 22255.8046875, "name": "Chloe_Kuroinu-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-06T13:40:36.324Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3A12524D", "AutoV2": "F34060EB25", "SHA256": "F34060EB25D9BB0569EACE21C79E96892BDD3A5667D2B79A29178C9E5545E9BB", "CRC32": "785732F2", "BLAKE3": "0D5B48F6C358C0E69080FC9B619BA163FAC1687DAB150903BA82FF8A1A0F1624", "AutoV3": "0E5D8CE817F7"}, "downloadUrl": "https://civitai.com/api/download/models/134996", "primary": true}], "images": [{"id": 1905455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9a9cf98-65cc-4a59-9561-9a6020a1a3f2/width=450/1905455.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBKA+*T100wb00D%00%L_MMxRPtR.T%N~BWB", "type": "image"}, {"id": 1901139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bc6f3e1-12ee-4ca7-b8f1-fcb4ad83fb5e/width=450/1901139.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPHK%^WE0f-o~UoM4;NHNtxZs9R*%MIoV@xt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/134996", "modelId": 43241} \ No newline at end of file diff --git a/datasets/metadata/135012.json b/datasets/metadata/135012.json new file mode 100644 index 0000000000000000000000000000000000000000..f3aef6165ef1af052d09c25b2641a9149985f3af --- /dev/null +++ b/datasets/metadata/135012.json @@ -0,0 +1 @@ +{"id": 135012, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-06T14:01:55.191Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": ["yugarisou-karura", "long hair", "red hair", "yellow eyes"], "stats": {"downloadCount": 332, "ratingCount": 49, "rating": 5, "thumbsUpCount": 63, "thumbsDownCount": 0}, "files": [{"id": 98550, "sizeKB": 475986.53515625, "name": "yuragisou-karura.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-06T14:05:49.773Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "19409518", "AutoV2": "ADBDA8537D", "SHA256": "ADBDA8537DC78587DF9BCADFB155F8DD218419A4CAAAA0CDDC30186F58A5AF5E", "CRC32": "8843ABE0", "BLAKE3": "DBFF5012243E47B6D1C4899606C8A11E4B8F5ACBDD303FF564A308322380DDA0"}, "downloadUrl": "https://civitai.com/api/download/models/135012?type=Training%20Data"}, {"id": 98548, "sizeKB": 73844.640625, "name": "yuragisou-karura.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-06T14:01:08.291Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DCCA711C", "AutoV2": "BB10004867", "SHA256": "BB100048678088C9643426D869BC517725E8C59729BBBABE5EBFA3526EF7D576", "CRC32": "0205AE6B", "BLAKE3": "B4F9BF7877E32A2BC0437E045D68621678D5E0AE1D4CEC6CEC205E65D157D4FB", "AutoV3": "3A64EFD00314"}, "downloadUrl": "https://civitai.com/api/download/models/135012", "primary": true}], "images": [{"id": 1901239, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f47fd66a-f874-40ab-8af6-61bd21094c6e/width=450/1901239.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "ULHUOi~BEvTI?ZxsS5o#Ins.xuxuIBs;ozRk", "type": "image"}, {"id": 1901240, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98024a36-d50e-4dfb-916c-b5eca1a1f339/width=450/1901240.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "U6Jj@{Dh00IoTM-O_M~CEy?G.A%M58-p9Fof", "type": "image"}, {"id": 1901241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f92a358-cb9a-4470-b6a1-158e884dafb5/width=450/1901241.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "UDLNPsai00%~Tg?b?w.8.A^+~WI=srIUNH?a", "type": "image"}, {"id": 1901250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b84bba5-e3c3-4679-9143-e834b74532f1/width=450/1901250.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "UEK1??R4C7g38x9Y.7M{_MwajXRj0MS}IUNG", "type": "image"}, {"id": 1901253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02a386b7-1e41-4aea-bccd-9c780a5ab601/width=450/1901253.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "U7F=gmrX_LyC00-o9u0L%G%L0L?HEMNG?H$%", "type": "image"}, {"id": 1901258, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6769e951-3c50-45f0-ab03-155636e73e4d/width=450/1901258.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "U8IE9O000c}?0h00RospFw%#9GM|00_3%M%2", "type": "image"}, {"id": 1901263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc079b9a-b2ce-4833-b64d-cd1c2f1d2ed1/width=450/1901263.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UJIN?n+t?[GaZ~%LE1E1M{Rjt6%Ma0V@tRo|", "type": "image"}, {"id": 1901262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cc836ce-ff75-4088-a43e-73b5c7856adf/width=450/1901262.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UCGktQ~A?[.7=dad0f-:s*xug2sp9ZR*?Hs.", "type": "image"}, {"id": 1901264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0ce9e65-3323-44c2-9379-3d014f825c28/width=450/1901264.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UIGlP5004TyX~Wr=NGIo_NITNGozTLROsnoy", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/135012", "modelId": 123789} \ No newline at end of file diff --git a/datasets/metadata/135022.json b/datasets/metadata/135022.json new file mode 100644 index 0000000000000000000000000000000000000000..509be8cdfb3e69af42427057713b4f2530f13766 --- /dev/null +++ b/datasets/metadata/135022.json @@ -0,0 +1 @@ +{"id": 135022, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-06T14:11:16.519Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["tny-fitoria", "short hair", "silver hair", "red eyes", "ahoge", "antenna hair", "white wings", "pink dress", "frilled dress"], "stats": {"downloadCount": 498, "ratingCount": 67, "rating": 5, "thumbsUpCount": 89, "thumbsDownCount": 0}, "files": [{"id": 98557, "sizeKB": 707748.009765625, "name": "fitoria.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-06T14:15:59.118Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E23E9C44", "AutoV2": "B44507B2AC", "SHA256": "B44507B2ACAE310B9D98874B5F934766335812C8C30D3D732EF6665DFF906666", "CRC32": "BF831B58", "BLAKE3": "7E44A4BB797F859130A195232C92F4E4207F0D9C921D8C6B812F41B0715BB347"}, "downloadUrl": "https://civitai.com/api/download/models/135022?type=Training%20Data"}, {"id": 98556, "sizeKB": 73846.2734375, "name": "tny-fitoria.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-06T14:10:45.936Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D73F9D8E", "AutoV2": "CF6D6D5D36", "SHA256": "CF6D6D5D369C42E0829FEED57524E22E7A912521F7C7F5E1695C5B4AD12C8320", "CRC32": "FA3FA342", "BLAKE3": "97E2BC71B8CCD04C8688C2D5840A6B52D56E4B1451D9317B6519A83E915A248C", "AutoV3": "636BC485C513"}, "downloadUrl": "https://civitai.com/api/download/models/135022", "primary": true}], "images": [{"id": 1901361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c21c464-1614-494d-b7b8-9c808e997d5f/width=450/1901361.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UDKBXZ8w00V[CTI8aNV@0MaJDiWANdxvj;xa", "type": "image"}, {"id": 1901362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ab6fc21-2d64-4ce8-aa40-0722bf27d31a/width=450/1901362.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UCJH:Yxb00NG%%s:nRfm0JWCaIRjyEM|00IU", "type": "image"}, {"id": 1901365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c5bda0b-d759-46bf-9327-2d6a194d48da/width=450/1901365.jpeg", "nsfwLevel": 4, "width": 800, "height": 800, "hash": "UUKx9yxt9ZNuYRIUjbR+EPVtjGnixaxYjERP", "type": "image"}, {"id": 1901372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/378a033d-f624-4bad-aa31-596f623733f7/width=450/1901372.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UGIOCH4T~W4TETM{xvRjx@tRD*-;t9E1-pNG", "type": "image"}, {"id": 1901375, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ce257e0-e6fa-4ee9-8245-687070f94e6a/width=450/1901375.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UALD_a~V5zTa0{o|IDMy00-;$%Ri00-;4Ts;", "type": "image"}, {"id": 1901384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2610d18a-0633-4259-abb9-18e072aa4f5d/width=450/1901384.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UKI#fS00D$Vt%$M_ITNG?]%LR5OD4:t6acWB", "type": "image"}, {"id": 1901383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d47dee70-9634-47a0-a632-93d5e8f55097/width=450/1901383.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UIHLML_2?G~C-=IUaf?HEK?GWBS~0KRQ?HkD", "type": "image"}, {"id": 1901382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85f719ca-c34b-45c0-b03e-62b8984df455/width=450/1901382.jpeg", "nsfwLevel": 2, "width": 800, "height": 800, "hash": "UEIOIX4-9r4-OYD%kBW9~pV@-pkB00RPn,IV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/135022", "modelId": 123795} \ No newline at end of file diff --git a/datasets/metadata/135045.json b/datasets/metadata/135045.json new file mode 100644 index 0000000000000000000000000000000000000000..4a46c5d348b39944e66a9ec26a6c0375675bded6 --- /dev/null +++ b/datasets/metadata/135045.json @@ -0,0 +1 @@ +{"id": 135045, "index": 0, "name": "1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-06T15:01:13.003Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["salvos", "salvos, 1girl, silver hair, yellow eyes, horns"], "stats": {"downloadCount": 320, "ratingCount": 48, "rating": 5, "thumbsUpCount": 52, "thumbsDownCount": 0}, "files": [{"id": 98577, "sizeKB": 28078.5078125, "name": "salvos-dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-06T15:00:44.838Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1C55EF28", "AutoV2": "DEBCEBEC95", "SHA256": "DEBCEBEC954A0C299E32425E68EF1D3B798E333C00E0F61B38405E190BB1D90B", "CRC32": "A432C04B", "BLAKE3": "0F45D2BD0FF8AFCAB1757038E9182CF78C27FD9B12A09246E21D0A5010698E9F"}, "downloadUrl": "https://civitai.com/api/download/models/135045?type=Training%20Data"}, {"id": 98576, "sizeKB": 18544.45703125, "name": "salvos-07.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-06T15:00:41.188Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "6C278B5BBF", "SHA256": "6C278B5BBFD58508B2B6384719F7CF47CC4CA303167CDB09B486C4D8C8DB06DA", "CRC32": "9FC381A0", "BLAKE3": "6F483B0962728B2D4C2C36887C0D2DE05FFEAAD7328C5E95988DA03F546FB1CE", "AutoV3": "7A19D5CD2A24"}, "downloadUrl": "https://civitai.com/api/download/models/135045", "primary": true}], "images": [{"id": 1901878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/481e0871-f9bf-4011-aaf3-2a162479d19c/width=450/1901878.jpeg", "nsfwLevel": 2, "width": 640, "height": 960, "hash": "UEHngK=E00~C-:Z~4T^*9aM{M_xuI[I@IqS5", "type": "image"}, {"id": 1901880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f7f2070-e5d0-4d33-8be4-82a68f607f62/width=450/1901880.jpeg", "nsfwLevel": 2, "width": 640, "height": 960, "hash": "U4HKnbN#00-VCTJA00M{?6M{mPr=u5xa0NaK", "type": "image"}, {"id": 1901883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b3c967a-aa25-4f3b-bca7-8b51d71bbb85/width=450/1901883.jpeg", "nsfwLevel": 2, "width": 640, "height": 960, "hash": "UCINXASiL}Mw~qXo8_4.16%201E30.=_0$9Z", "type": "image"}, {"id": 1901884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37c2434e-ae7a-46ca-8234-2682994cac6a/width=450/1901884.jpeg", "nsfwLevel": 1, "width": 640, "height": 960, "hash": "U8H_GZ9G00?a00?H02R*00NFNEIU~WNK#,M{", "type": "image"}, {"id": 1901885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a712267a-0a49-4a62-b3d4-09f6efab0817/width=450/1901885.jpeg", "nsfwLevel": 1, "width": 640, "height": 960, "hash": "UOKwnU~VE04.?vtS-;IU%2-;sms:I;W=RQNG", "type": "image"}, {"id": 1901888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e020e8cd-fe9c-4237-9444-2abec96230a2/width=450/1901888.jpeg", "nsfwLevel": 2, "width": 640, "height": 960, "hash": "UEHddSWDDP%2^Qay0JbFMxbGDiWB}tofDiRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/135045", "modelId": 123815} \ No newline at end of file diff --git a/datasets/metadata/135063.json b/datasets/metadata/135063.json new file mode 100644 index 0000000000000000000000000000000000000000..5fa55b5f0eaa6b575af0d43aad8ff000617f7c16 --- /dev/null +++ b/datasets/metadata/135063.json @@ -0,0 +1 @@ +{"id": 135063, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-06T15:36:47.964Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 1097, "ratingCount": 190, "rating": 5, "thumbsUpCount": 243, "thumbsDownCount": 0}, "files": [{"id": 98596, "sizeKB": 43812.28125, "name": "Delva_Celebrian_Youkoso.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-06T15:40:49.532Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B29CAC4B", "AutoV2": "D4B0567038", "SHA256": "D4B0567038C5288E520E50C804BCC93E74B4CE6672409DC8678685CFF3550AE6", "CRC32": "C9464371", "BLAKE3": "BB5DD7B155EF4C405EFCFCAC3C72F6293091F86EB515728C975BCF91ACBA68CA"}, "downloadUrl": "https://civitai.com/api/download/models/135063?type=Training%20Data"}, {"id": 98595, "sizeKB": 22252.4677734375, "name": "Delva_Celebrian_Youkoso-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-06T15:40:47.190Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9EE63EB3", "AutoV2": "C54616DA49", "SHA256": "C54616DA49C2223AFA962E86BACA0D5F19B3C5AE2CF7830D6CD583D0C15C8C04", "CRC32": "F43239CD", "BLAKE3": "1F0A262D722BFBE58A87BEFEB1F2366558ED31C3B5019A64B8C48230A0BCD95D", "AutoV3": "A1795A7C0EE0"}, "downloadUrl": "https://civitai.com/api/download/models/135063", "primary": true}], "images": [{"id": 1902244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e8a40d2-a94b-44a4-951c-0674fe76b4e5/width=450/1902244.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UOEU_xI9F_jbcuMwxsbITfM_t6WE%MaKn#WY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/135063", "modelId": 123831} \ No newline at end of file diff --git a/datasets/metadata/135661.json b/datasets/metadata/135661.json new file mode 100644 index 0000000000000000000000000000000000000000..b0976d50b53a92953543e5e0f5e31cc612fd69c4 --- /dev/null +++ b/datasets/metadata/135661.json @@ -0,0 +1 @@ +{"id": 135661, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-07T09:19:55.161Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["sexycowboy", "hat, open clothes, shirt/vest, pants/chaps/jeans, denim/plaid, neckerchief, belt, rope, riding, horse"], "stats": {"downloadCount": 1287, "ratingCount": 113, "rating": 5, "thumbsUpCount": 201, "thumbsDownCount": 0}, "files": [{"id": 272528, "sizeKB": 19433.5625, "name": "Sexycowboy.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T06:50:55.004Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4EA0B95E", "AutoV2": "E70E422E7B", "SHA256": "E70E422E7BCD3EC636EB7B20CF3C83A24612ABF24702FFDF1262CC8CE36FD83D", "CRC32": "A2834F60", "BLAKE3": "7038CEA92BB07895EDD80C57E1AE86E8A2754B848FF265B8FF700D6B8AF704F8"}, "downloadUrl": "https://civitai.com/api/download/models/135661?type=Training%20Data"}, {"id": 99105, "sizeKB": 73844.6171875, "name": "Clothing - Sexy Cowboy.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-07T09:20:52.862Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FC788C24", "AutoV2": "249C008662", "SHA256": "249C008662B3118E87D911740F313FCC94F7624D3C5B43E36284AAE4F6A97F82", "CRC32": "6F0EA5B4", "BLAKE3": "42DCCBF9678DF95367D2752E9DA64FF54BBD1FEE78C1D9CCF1E7D6B4870D75C1", "AutoV3": "07925CD65719"}, "downloadUrl": "https://civitai.com/api/download/models/135661", "primary": true}], "images": [{"id": 1913196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6c5b787-c086-482f-96fc-7d03311b9fbf/width=450/1913196.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIE2qNRjNE-;~pS4Ip%L.7oc-oX8?bNH%1og", "type": "image"}, {"id": 1913193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d670bb4c-33a5-4689-b0f3-5b0083cedb07/width=450/1913193.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFDc8Sxo.OE1~n-.x@t64.oxsB%LROIVWEt7", "type": "image"}, {"id": 1913194, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee7634b8-5bc7-4a99-afdb-feb10c28c175/width=450/1913194.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOFOx;9aklRk~oM|kVs.J8axs;R%RjWBxbRQ", "type": "image"}, {"id": 1913195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05e7a2ba-7b84-4a7c-a100-5f56ca20065c/width=450/1913195.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJECE:9b%FRR~nnjbYofk:WExZNGobocNHWV", "type": "image"}, {"id": 1913199, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85e66b2a-7b62-4417-a5f9-4cbaad4e1c35/width=450/1913199.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTF#,LDjt2%L~nIUS4t6xtWAxbadozR%R:V@", "type": "image"}, {"id": 1913200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/321b0db8-cbf5-48c6-b538-b32213274972/width=450/1913200.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEDSE+9E?G~U?bD$I?S4O@$K%2I;krV?t7NG", "type": "image"}, {"id": 1913201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58617f44-be8f-4a5e-8844-6105adcbc427/width=450/1913201.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UAELmO+?OUD*u6#k9xjY0PxD^jxZRPx]-AxF", "type": "image"}, {"id": 1913202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef9a065b-4cfd-4d5a-bced-17118d405444/width=450/1913202.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJE_~n^*-j%1~qx]I:IV?a?HV]nhyE%LjGS5", "type": "image"}, {"id": 1913203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34e5489c-e329-4861-9491-aaa8f4aea573/width=450/1913203.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMELpbIokWs:?wj]JAW=TLxu$*oftmS5xaj@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/135661", "modelId": 124277} \ No newline at end of file diff --git a/datasets/metadata/135910.json b/datasets/metadata/135910.json new file mode 100644 index 0000000000000000000000000000000000000000..8965cf63d221048555a5d05a8b54e0e478934076 --- /dev/null +++ b/datasets/metadata/135910.json @@ -0,0 +1 @@ +{"id": 135910, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-07T15:46:31.207Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 702, "ratingCount": 135, "rating": 5, "thumbsUpCount": 137, "thumbsDownCount": 0}, "files": [{"id": 99301, "sizeKB": 50596.203125, "name": "Maris_Amaryllis_Rance_Quest.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-07T15:46:06.778Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0AFC0D48", "AutoV2": "99BCB8392F", "SHA256": "99BCB8392F35EA36790F51E5E216E5DA4F2A309A5CC1DC07D2815CAD885D6472", "CRC32": "9DA245F9", "BLAKE3": "B934D735CAA77B2C6C4098C8127082BB53E3FD2C52E4E49B187096D117657F36"}, "downloadUrl": "https://civitai.com/api/download/models/135910?type=Training%20Data"}, {"id": 99300, "sizeKB": 22254.64453125, "name": "Maris_Amaryllis_Rance_Quest-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-07T15:45:41.747Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0BC86481", "AutoV2": "F3D171966C", "SHA256": "F3D171966C72B5C8665ABE586F915CBF09F7C630968D7D378EF9B36C2CDB249E", "CRC32": "3DD6D704", "BLAKE3": "F9AF523083200CBD3F8C51302E93309044196EC9A06493C49431A425B8B5FF70", "AutoV3": "53EF89026D6C"}, "downloadUrl": "https://civitai.com/api/download/models/135910", "primary": true}], "images": [{"id": 1917982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c6a1c63-3ef3-41ff-9be2-008c99d5c201/width=450/1917982.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMK1wODjysnNxSIAV_i^S*I=?II;_3OE$kSh", "type": "image"}, {"id": 1918111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7041925a-5bb2-4cf6-b8de-7bb3e045eb9c/width=450/1918111.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDGbk-0L00S}00^*9#t3H=9Z^+D*5XIow]~W", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/135910", "modelId": 124465} \ No newline at end of file diff --git a/datasets/metadata/136178.json b/datasets/metadata/136178.json new file mode 100644 index 0000000000000000000000000000000000000000..f2ce3dc7c11f1bc99fd6e3339fa80e0d61eb189e --- /dev/null +++ b/datasets/metadata/136178.json @@ -0,0 +1 @@ +{"id": 136178, "index": 1, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-07T23:26:28.526Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 1004, "ratingCount": 104, "rating": 5, "thumbsUpCount": 155, "thumbsDownCount": 0}, "files": [{"id": 99506, "sizeKB": 41546.27734375, "name": "Katsuragi_Shouko_Jitaku_Keibiin.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-07T23:20:50.320Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "90BFC448", "AutoV2": "71091BC300", "SHA256": "71091BC300A50B1205600BB3C4EA51F5D28DD616E6FCD1B0B7822058B30DF20E", "CRC32": "5D43CDFB", "BLAKE3": "5B73BB4578BFA8159B78D5C1E84358975B399D0641E506CF4A311ACF5153D52E"}, "downloadUrl": "https://civitai.com/api/download/models/136178?type=Training%20Data"}, {"id": 99505, "sizeKB": 22256.5380859375, "name": "Katsuragi_Shouko_Jitaku_Keibiin-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-07T23:20:43.982Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5989B2C2", "AutoV2": "2BCA5B4393", "SHA256": "2BCA5B439395FB09897551ED42922E9EECC41B18C920AE105529C1EBF3B78771", "CRC32": "006E77E6", "BLAKE3": "C4FD1D590D2491C8959AA9E3C13587226CED952B93D01CEC70D5BD9302EFF35D", "AutoV3": "1292BCDA9944"}, "downloadUrl": "https://civitai.com/api/download/models/136178", "primary": true}], "images": [{"id": 11553185, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c918b938-f509-4a70-8e83-2fa220b08fb6/width=450/11553185.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPP6Q;I9?vaK4;IU?bjY55kC-oof}]xuspt7", "type": "image"}, {"id": 11553184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f0845c3-df9d-41c9-8d68-69b8ba9d40b7/width=450/11553184.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPP6Q;D$?vaK4;IU?bjY55kC-oof}]xuspt7", "type": "image"}, {"id": 1923629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/921e8468-f47d-4cf8-a859-475b4cc1f19d/width=450/1923629.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPN]|YDj%}My0LD%?bIn%hxt-pxa~Bxbxat7", "type": "image"}, {"id": 1923749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/400f8f34-d35f-4705-9867-c710c219acc6/width=450/1923749.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXKB5T~q4;%MMgt8tQR*55NG-pofxuRjR%s:", "type": "image"}, {"id": 6158060, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a51c223-d5ab-48fb-85a1-eab52f24ae90/width=450/6158060.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UYOfV}9G?^%g9vNxtSNI0fNcxuRkR.t7s:V@", "type": "image"}, {"id": 6176997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d79e8ca-ad3d-486f-8ee1-a9d2b0fc8622/width=450/6176997.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKL|ZJsl00-;0K9G?HNHNJM{-:-;~qIUnioz", "type": "image"}, {"id": 6177258, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a8f0cb7-d72a-482f-b50c-bf9647a01b85/width=450/6177258.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UQNvrf~WKP_NTdxuM{?b9aR+s.xu%gR*xan$", "type": "image"}, {"id": 6177539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af0da6e9-7f35-4b61-b6b6-80add51284de/width=450/6177539.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U7NvoWUH000000Dj9F0000^+rX0y00WTt5%g", "type": "image"}, {"id": 6177805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd7a1cc2-4b8e-4a7c-af8f-140bfaf290e6/width=450/6177805.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UAP$q300Ppx]0K00_3=|004UWBozt.D$~Vxu", "type": "image"}, {"id": 6178718, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/382d7c5c-428e-4f62-ac96-391010223220/width=450/6178718.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "ULNJXq~q5k-;9u%M$*t79ZIU%1IU00Mx00IU", "type": "image"}, {"id": 9717555, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/666e8603-71b7-4af3-9c7c-7b94de45530f/width=450/9717555.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UOM744_34.sp$lx]?aof56~W^+Ip~W-;SeNG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/136178", "modelId": 44212} \ No newline at end of file diff --git a/datasets/metadata/1365.json b/datasets/metadata/1365.json new file mode 100644 index 0000000000000000000000000000000000000000..2bbe5577ee70d1c33370faefa59eb893694b05b0 --- /dev/null +++ b/datasets/metadata/1365.json @@ -0,0 +1 @@ +{"id": 1365, "index": 0, "name": "aslkkng 10k steps", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2022-12-12T18:13:14.190Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["aslkkng", "Stimulation"], "stats": {"downloadCount": 982, "ratingCount": 119, "rating": 4.96, "thumbsUpCount": 157, "thumbsDownCount": 1}, "files": [{"id": 96, "sizeKB": 2082867.857421875, "name": "assLickingHentaiAnilingusRimmingRim_aslkkng10kSteps.ckpt", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "**Detected Pickle imports (3)**\n```\ntorch.HalfStorage\ntorch._utils._rebuild_tensor_v2\ncollections.OrderedDict\n```", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2022-12-12T18:21:42.930Z", "metadata": {"format": "PickleTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "6D8E8DBB", "AutoV2": "D2E75314AB", "SHA256": "D2E75314AB7AC0C3554328CF902EFC167B9F0B8EBD2D48E90B993184C1600215", "CRC32": "39DB2D0C", "BLAKE3": "D923F3FFADE878DAB30168FC2D1D7587F03E972CCC04EB485F2C23956FCE73A0"}, "downloadUrl": "https://civitai.com/api/download/models/1365", "primary": true}, {"id": 94, "sizeKB": 20420.8740234375, "name": "assLickingHentaiAnilingusRimmingRim_aslkkng10kSteps_trainingData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2022-12-12T18:27:31.678Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FD4D706A", "AutoV2": "F32E9F6806", "SHA256": "F32E9F68062D87D16DAA3A0248596A1DF589070B4FDA1DD15F4214C5C6BB59E8", "CRC32": "47F760A3", "BLAKE3": "46D62134EFD94D49D5052699C3E8DDC2D99C3E121830537268AD847A8F6A1EFA"}, "downloadUrl": "https://civitai.com/api/download/models/1365?type=Training%20Data"}], "images": [{"id": 12042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d40f147-a0c1-4ebb-18f2-647a22c09a00/width=450/12042.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UPLzjT%M8{_3?DIoxuR%Sus:NKs,~pt7ogR*", "type": "image"}, {"id": 12041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a41be686-bd93-4b37-23e5-de580d210c00/width=450/12041.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UEHw=b0fr@,@0e^+yCOq00s.-V-B_N8_4:EL", "type": "image"}, {"id": 12040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e180cea8-1282-4fda-a318-ddec9879d400/width=450/12040.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UNJtGAIBIn?HDtRQtOX44ps:InR%~Wt7I:NG", "type": "image"}, {"id": 12039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa17601c-1791-4a7a-4127-e4e5aee8b700/width=450/12039.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UMK]$jH?0d9trKwRtKxs4Y${tQoy}rWaohRj", "type": "image"}, {"id": 12038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/555bd93e-d624-4513-ee08-23c9e5451700/width=450/12038.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UHJ@tPtQ0Ls+%M?a?bRj00^+-:xu~V_2IobH", "type": "image"}, {"id": 12037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93a6a94a-9951-40a8-b080-c57649985800/width=450/12037.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UNHL0i~V9as.5SIo-pIo0fIVxuo0^k%2NHxa", "type": "image"}, {"id": 12036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb0240b0-5944-4f93-8c34-9ea57ad95500/width=450/12036.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UQKwU%tQD+ae9vR+xu-:E2-o%2M{~VRjM{Io", "type": "image"}, {"id": 12035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c45c9ba-4236-4db7-d6cd-a9d76dc31300/width=450/12035.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UGLzQ[Io57s9DjEj-:-:8_EMD%Io~VM{%MRP", "type": "image"}, {"id": 12034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e172f54-f418-4858-cd93-92679f59aa00/width=450/12034.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UCKB2U4o4oD%0L^*~q?a00RjxuW;4.E1t7?a", "type": "image"}, {"id": 12033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f750d836-77a6-4e32-e9d7-14485dc80500/width=450/12033.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UEJ*3Y~VS$Mz0Mt7i{I;009u~W?a~VE1WXoI", "type": "image"}, {"id": 12032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80bcd91f-cc2f-4f22-d10d-eafe37fcca00/width=450/12032.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UDIXKzIU5RtS01R%~W%201E1%1jZ^QE10KRP", "type": "image"}, {"id": 12031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aca6aa7e-deed-4928-0364-fe836fce7500/width=450/12031.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UCKKKJ9G009H9i?b-.wi00-:?a-q~q00R%og", "type": "image"}, {"id": 12043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b24a8da0-6cb2-4eae-8673-054774a62000/width=450/12043.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UDI#AP?HD*NI0000~V-p00M{Rj-pt7_2xu0L", "type": "image"}, {"id": 12044, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4807cc43-8058-46d7-0d2c-2fb718a0f400/width=450/12044.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UBIqijTJW?V[00~Wxa9F00-p-:-;9F4.t7%1", "type": "image"}, {"id": 12045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48da90e1-fbf0-477a-da66-7878da2da100/width=450/12045.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UDI||2$+4:M|00~C-p9F01?a%Mx]xC0Ls:-V", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/1365", "modelId": 1286} \ No newline at end of file diff --git a/datasets/metadata/136924.json b/datasets/metadata/136924.json new file mode 100644 index 0000000000000000000000000000000000000000..c5bad25c1b7c4e0ded129b2feec7d297d3823ecc --- /dev/null +++ b/datasets/metadata/136924.json @@ -0,0 +1 @@ +{"id": 136924, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-09T01:34:35.980Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["SMUsagiTsukino", "ClassicSM_Blue_skirt_White_gloves_Red_boots_Red_choker_Red_bowtie_Red_back_bow_Circlet_Red_bun_cover", "EternalSM_Yellow_layered_skirt_Pink_puffy_sleeves_White_gloves_White_boots_Wing_brooch_Red_choker_Red_ribbon_Wings_Hairpin_Red_bun_cover_Golden_crescent_forehead_mark", "SuperSM_White_skirt_White_gloves_Red_boots_Yellow_choker_Red_bowtie_White_back_bow_Crescent_circlet_Hairpin_Red_bun_cover", "Princess_white_strapless_dress_huge_back_bow_Golden_crescent_forehead_mark", "school_uniform_blue_serafuku_blue_back_bow_red_bowtie"], "stats": {"downloadCount": 1727, "ratingCount": 210, "rating": 5, "thumbsUpCount": 275, "thumbsDownCount": 0}, "files": [{"id": 100106, "sizeKB": 67929.6318359375, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-09T01:21:12.203Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A3B89357", "AutoV2": "3272ECF926", "SHA256": "3272ECF9263CAB23DB388EAEA717A6D9B44DFAA59C59D4BC870B0ED45BEBD707", "CRC32": "DBAF583F", "BLAKE3": "E667CA04F05B8E369F238D5AF5C9CA69FAFDAE9A6A5D6863F67AFE082DAA2EB1"}, "downloadUrl": "https://civitai.com/api/download/models/136924?type=Training%20Data"}, {"id": 100105, "sizeKB": 37013.82421875, "name": "SMUsagiTsukinoV15.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-09T01:21:11.665Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BA0A308B", "AutoV2": "50F55D5A98", "SHA256": "50F55D5A98890C08E19549D1C5B239A8D3A35C497F515EB68083AF6255CEEFAB", "CRC32": "1805B64D", "BLAKE3": "EFDA7E55DE259F67B57F87C13D2884F201EF4599D3EA49F4D233CBA0A1F54DEF", "AutoV3": "DF9F68DC6232"}, "downloadUrl": "https://civitai.com/api/download/models/136924", "primary": true}], "images": [{"id": 1938577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a1bf299-f63b-42bd-a3a0-c8d3fd65aaf6/width=450/1938577.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "ULKc^z?w0go2^]kV0pRl9WNIIDnj%IM{Q-oM", "type": "image"}, {"id": 1938574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/defaa42f-a88d-49de-bb43-ca0c779c23c6/width=450/1938574.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UJLDTL9HOA.8~TxF0to}01xrDlNe#~R:H@V[", "type": "image"}, {"id": 1938575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d585818-f437-4488-81ac-9ccff2615d38/width=450/1938575.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UKKAX20ME0-=~2Rn5Zt50ds+E4tP$|NeD*jX", "type": "image"}, {"id": 1938588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a003655-5dfc-4103-804c-118ac2db8901/width=450/1938588.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "U9JtGD4V00~pBKt79HX600obKlShTqWFrCnh", "type": "image"}, {"id": 1938595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32933b12-1c81-4a94-86b3-58fa622884fd/width=450/1938595.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UOMj8v~BIxss%ytT%Nt700x@Obs;Te%KMxtR", "type": "image"}, {"id": 1938599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/642bc09a-44ac-471f-bb1c-6ae6af404751/width=450/1938599.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UAKc^n^+00%h.iD+Q._1009s0hMI4,S44=Ni", "type": "image"}, {"id": 1938604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03fd99c7-cd2d-4356-a02d-ec9964986714/width=450/1938604.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "U9L3}*0300%%-{xaQ;RP00xA19%dyNS%D*IU", "type": "image"}, {"id": 1938605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85bcbc20-0bd0-4f50-b6d9-e9df4fa7a04e/width=450/1938605.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UHLpag9GKF~VQ:ni0DNL5Nof4;Nt?8tRZ#oI", "type": "image"}, {"id": 1938606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b214001-3b47-45a2-8e12-a5cc6ba417ad/width=450/1938606.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UTLf]|~p0KMyR2NGI]obNqWXIVM}tQV@M{oL", "type": "image"}, {"id": 1938607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6e4ac8a-9778-48e3-9743-5082a9195916/width=450/1938607.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UIJQZ[~W0wIU}%WV9}V@I7bvNNniK0t64naf", "type": "image"}, {"id": 1938616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d0b8694-4872-4be1-bf1a-f65106f425e6/width=450/1938616.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UAJ@U,4g00~q}y01%dR$ON9F90g5GpOHDh^$", "type": "image"}, {"id": 1938618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fbca9c5-4886-4a55-a4a3-7721887a621a/width=450/1938618.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UGLy=~0100~V4m-.58I;0z9aX9xt9Z%LxF-U", "type": "image"}, {"id": 1938642, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2e239b3-3d64-4960-8cd7-a06c2c94bf6f/width=450/1938642.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UJMsyn0K.l?H~Wt816tlaGIVbK%#$gbcidE1", "type": "image"}, {"id": 1938683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abc0c1ec-6965-4011-8810-cfd0ea4e4503/width=450/1938683.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UALoj7H@00t,*FrX4opH00%MK7s,n1XmRQIV", "type": "image"}, {"id": 1938684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3cae0eb-d4a1-4abf-83f9-0237e5d42ac6/width=450/1938684.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UNN934_N0QVyogbwMkVs0eMxJCOFoaRSIUR.", "type": "image"}, {"id": 1938686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5e56576-29ac-41e2-89f5-021bc6e2d514/width=450/1938686.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "U9KJow8w00?vCSNe03%f0Lf,~CwcQ,tSENNF", "type": "image"}, {"id": 1938691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25f578f6-7dd3-46f0-bbc8-2bb844ed848b/width=450/1938691.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UHJQQV~o000L~7?F9|xtD~NbWGeT0Len$+OY", "type": "image"}, {"id": 1938694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/328a66e9-0ab8-4258-aed0-576d42fb3839/width=450/1938694.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UQMPkB~p0enO^JkC9uM{00W=XTRkFxsTM{kB", "type": "image"}, {"id": 1938695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/086dbdbd-0447-4bce-b53d-0d24f2616062/width=450/1938695.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UFKmL%Zi00Y6~99wOYw^000f%g$fR3E39ttO", "type": "image"}, {"id": 1938754, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce26ce5b-c42d-4010-966c-0d46d221d1b3/width=450/1938754.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UUI:@F~CyES3~A%1InRjE{S1IUM|W-xaR-Rk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/136924", "modelId": 80231} \ No newline at end of file diff --git a/datasets/metadata/13718.json b/datasets/metadata/13718.json new file mode 100644 index 0000000000000000000000000000000000000000..dc33a53701c2a855f23185ba7b81f3e8f37459dd --- /dev/null +++ b/datasets/metadata/13718.json @@ -0,0 +1 @@ +{"id": 13718, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-02-22T03:13:27.709Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["bozes_co_palesti"], "stats": {"downloadCount": 444, "ratingCount": 66, "rating": 5, "thumbsUpCount": 67, "thumbsDownCount": 0}, "files": [{"id": 12097, "sizeKB": 55702.3984375, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-22T03:16:28.645Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C855FB83", "AutoV2": "AA136004B8", "SHA256": "AA136004B8A6857DAD41CDF662FE07227EDC9785379A5A71E7742842DDF2644E", "CRC32": "C9DEE5F6", "BLAKE3": "2AA457E80859594D9EC09FD9F790B4A6AE3983A8274EE215702B7568A81A3496"}, "downloadUrl": "https://civitai.com/api/download/models/13718?type=Training%20Data"}, {"id": 12096, "sizeKB": 147574.529296875, "name": "Bozes_Co_Palesti.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-22T03:16:40.098Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "3F73FD7B", "AutoV2": "B8FFD36D34", "SHA256": "B8FFD36D34A0C91CF11E4D567968A2AD12D0CD32BC7934AF8C4BF356B1B342DF", "CRC32": "C8DACE2F", "BLAKE3": "5ECA5CCB39FD91A38A3E5404050D9101E210876556BB877DBD88506514367322", "AutoV3": "0372BD2422A4"}, "downloadUrl": "https://civitai.com/api/download/models/13718", "primary": true}], "images": [{"id": 132867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95cae05e-7bfd-4cf7-40a9-72f637766100/width=450/132867.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UDK1XXI8T#?vyByE00NK9ExtIVD%4.xZ?GM_", "type": "image"}, {"id": 132872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fd11e36-ab64-4dba-1f25-f604aafe1900/width=450/132872.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UXJ*eu%1JDOG.TxCxGNg.9emxZS%XAIAodIU", "type": "image"}, {"id": 132871, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f31bd76-105c-4661-a0f1-1353a9de3800/width=450/132871.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UVJaT7%K%L9Z4:~VRiayskR%x]%MM{M|-pRj", "type": "image"}, {"id": 132870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34e313f5-03dd-49d8-08f0-bb40b2145100/width=450/132870.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEH-uf00IUNF~nIV02_1Dh-:RotQD+%1%1Rn", "type": "image"}, {"id": 132869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/670e1c0e-76b0-4e8f-6bc8-b3008afd6900/width=450/132869.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UQJ@q0beIo~U?EMxIW^*D%M{xuxuENM{o0tR", "type": "image"}, {"id": 132868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f2c1fd4-b5df-454e-3431-26e71a327100/width=450/132868.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UJI5G68w019x_NMb9cg5X:RN?HR-tmWAIUM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/13718", "modelId": 11598} \ No newline at end of file diff --git a/datasets/metadata/137242.json b/datasets/metadata/137242.json new file mode 100644 index 0000000000000000000000000000000000000000..f8c28b93510e3b0aeaad1333bf85ed9343924dbf --- /dev/null +++ b/datasets/metadata/137242.json @@ -0,0 +1 @@ +{"id": 137242, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-09T13:28:46.933Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["AidaOC", "blue hair", "tiara", "glasses", "detached sleeves", "thigh boots", "bare shoulders", "black dress"], "stats": {"downloadCount": 250, "ratingCount": 33, "rating": 5, "thumbsUpCount": 40, "thumbsDownCount": 0}, "files": [{"id": 100357, "sizeKB": 9492.0771484375, "name": "100_AidaOC.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-09T13:26:01.807Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9ED0F61F", "AutoV2": "4D1245A228", "SHA256": "4D1245A22891F308AC271010F27B86E0EE7D251B436A3D6440B48FB84D83D548", "CRC32": "12C6984E", "BLAKE3": "F227DEC9686AE80C98E48A73B108D971C8256BA3B6776476DE73941D888B9ECA"}, "downloadUrl": "https://civitai.com/api/download/models/137242?type=Training%20Data"}, {"id": 100358, "sizeKB": 73841.328125, "name": "Aida.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-09T13:26:08.268Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D1F83261", "AutoV2": "7ECF9EEF43", "SHA256": "7ECF9EEF43A8B94F156F1FFA9CF4CA69D48304747C1AA05EF55174D8ED1B0A07", "CRC32": "44BACE0D", "BLAKE3": "D9A9B431181285998B1E80CD03A961D5CB01C225862F2FD5DDB448926745B68E", "AutoV3": "8177DBF234CD"}, "downloadUrl": "https://civitai.com/api/download/models/137242", "primary": true}], "images": [{"id": 1945695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11f46583-0d89-4ceb-bee5-0c849654216c/width=450/1945695.jpeg", "nsfwLevel": 2, "width": 2048, "height": 3328, "hash": "U7HB;~_4.3Di?w4.00WEog0L00RQ0LE2MbRO", "type": "image"}, {"id": 1945704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5653498f-2a6f-4e57-81a5-192fee725582/width=450/1945704.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3328, "hash": "UKI=S]E,.R.8u6x]D%j]_4s,M{t7T0IU-pIp", "type": "image"}, {"id": 1945717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/734077b4-1e52-4bb8-8338-b8b3d762de7b/width=450/1945717.jpeg", "nsfwLevel": 2, "width": 2048, "height": 3328, "hash": "UiJuy2Ou?[ItBat2Irj]%MrrRPs-N2WYs.a~", "type": "image"}, {"id": 1945719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a690258-dda4-4336-b455-592a0e2b40d9/width=450/1945719.jpeg", "nsfwLevel": 2, "width": 2048, "height": 3328, "hash": "UGC%5PIT4m-:yZxXI9W-NzxZMykC9vjb$*Rj", "type": "image"}, {"id": 1945721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/040d33eb-a776-421e-ae7a-03aa2cb3f0a7/width=450/1945721.jpeg", "nsfwLevel": 2, "width": 2048, "height": 3328, "hash": "UKFh|=-pM_4.~q%2RPRj_3xtWBV@Neogr=s8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/137242", "modelId": 125624} \ No newline at end of file diff --git a/datasets/metadata/137277.json b/datasets/metadata/137277.json new file mode 100644 index 0000000000000000000000000000000000000000..65e18438ed29b3b059a3e77c584260f0d9454d68 --- /dev/null +++ b/datasets/metadata/137277.json @@ -0,0 +1 @@ +{"id": 137277, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-09T14:09:20.637Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 640, "ratingCount": 110, "rating": 5, "thumbsUpCount": 136, "thumbsDownCount": 0}, "files": [{"id": 100391, "sizeKB": 39273.10546875, "name": "Ayako_Sonomura_Miboujin_Nikki.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-09T14:11:48.285Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E458FD1B", "AutoV2": "08FE9D43B3", "SHA256": "08FE9D43B35715E6CEA63DE865DEBA971B12F598123C7CA949AAA480FF143AC3", "CRC32": "B0FFF686", "BLAKE3": "3CB09F6FBC4FF44844AEC110D75E24B2448DEE2385BED7EA103EF8299B7E4385"}, "downloadUrl": "https://civitai.com/api/download/models/137277?type=Training%20Data"}, {"id": 100390, "sizeKB": 22254.4375, "name": "Ayako_Sonomura_Miboujin_Nikki-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-09T14:11:17.221Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7B0B04D7", "AutoV2": "FCE066CF38", "SHA256": "FCE066CF388BCA3FA1BAE2211A39557B903F561E8703470A803C7BD7564D81BC", "CRC32": "24CA6657", "BLAKE3": "730EF9E999EFFBF50AC129D5534C3AE26BA2C719D8364BDFF133930C113E4889", "AutoV3": "99BA321039C5"}, "downloadUrl": "https://civitai.com/api/download/models/137277", "primary": true}], "images": [{"id": 2631464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e82d0d80-289a-465a-bd48-c860514f6a6f/width=450/2631464.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USMscr-;J7tRMxbHoyof_Nt7%Ma}-AWB-:j[", "type": "image"}, {"id": 1946478, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/056a77b6-1df8-4be5-bc46-0a2998e8ccbc/width=450/1946478.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1504, "hash": "UHKm,}xvXjXSD4V@4:ni0MWXn5R+}AoeozoL", "type": "image"}, {"id": 1946616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c62281e-5515-4504-ac04-c2b4b44893f0/width=450/1946616.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1504, "hash": "URK,{gt757of00R*9ZWB~qj[%LofROj[?HR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/137277", "modelId": 125652} \ No newline at end of file diff --git a/datasets/metadata/137350.json b/datasets/metadata/137350.json new file mode 100644 index 0000000000000000000000000000000000000000..7c56f4b88107f102943d9f54392faa40761f8571 --- /dev/null +++ b/datasets/metadata/137350.json @@ -0,0 +1 @@ +{"id": 137350, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-09T15:52:32.519Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 575, "ratingCount": 85, "rating": 5, "thumbsUpCount": 106, "thumbsDownCount": 0}, "files": [{"id": 100456, "sizeKB": 22263.2119140625, "name": "Orochi_Shermie_kof-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-09T15:55:37.111Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AE72B48D", "AutoV2": "396E03EB84", "SHA256": "396E03EB841B5847B1BD16BF8DE187A10269C9B6ABDEDBBBD9578152B67D2200", "CRC32": "18A2CB0A", "BLAKE3": "11BF5BFBB828C90E25DC2A3CC4768DFBF6471001323BD5E2F11A6943B1A00DC4", "AutoV3": "72412D7584B8"}, "downloadUrl": "https://civitai.com/api/download/models/137350", "primary": true}, {"id": 100457, "sizeKB": 58751.0244140625, "name": "Orochi_Shermie_kof.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-09T15:55:41.144Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "00996EBF", "AutoV2": "A25911593A", "SHA256": "A25911593AB8BAB7193AC6DCD4D229CE88B22CBB85B2F9AFEA58EF6C96FDF18C", "CRC32": "10D7BF3E", "BLAKE3": "1E9B8C0B4ECBAFF3FE45F050EB053D032EA706D45221DC2F4ACC55EBDA07FAE2"}, "downloadUrl": "https://civitai.com/api/download/models/137350?type=Training%20Data"}], "images": [{"id": 1982399, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b57af46-6cee-4e8d-85b0-6b7764881448/width=450/1982399.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UOJsx3}^o%=}59%3%Ks;W9EL4-J5ICE1-TM{", "type": "image"}, {"id": 1948333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87a49b6a-532a-4b68-8a7a-f997506fad18/width=450/1948333.jpeg", "nsfwLevel": 2, "width": 608, "height": 896, "hash": "UOJ%Iq}^o%=z5A%3x@s:adEL4-J5ICE1-TM{", "type": "image"}, {"id": 1948710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a907d19-ab75-43fc-80b6-50b08f766770/width=450/1948710.jpeg", "nsfwLevel": 2, "width": 608, "height": 896, "hash": "UZFP1}~qcF%MRkt7$zxED%RjnNRjtSt7ozW;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/137350", "modelId": 125706} \ No newline at end of file diff --git a/datasets/metadata/137605.json b/datasets/metadata/137605.json new file mode 100644 index 0000000000000000000000000000000000000000..e3f6227c0329d16aa957a540c98b3ae4a008a1ed --- /dev/null +++ b/datasets/metadata/137605.json @@ -0,0 +1 @@ +{"id": 137605, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-09T21:20:09.400Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 162, "ratingCount": 14, "rating": 5, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 100785, "sizeKB": 85323.9306640625, "name": "Sima_Yi_Ravages-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-09T21:20:47.059Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1904E55A", "AutoV2": "B177014A92", "SHA256": "B177014A921397277E23B1529AA447AE334D231C33C6B4C719CF9B376C19BC0E", "CRC32": "CFDA39F2", "BLAKE3": "5C0E889E89F8AB22A6487D2AE50C27A031BB536DF435E7C204A64987EA6BCFDB", "AutoV3": "2F2268C2E12F"}, "downloadUrl": "https://civitai.com/api/download/models/137605", "primary": true}, {"id": 100786, "sizeKB": 55350.357421875, "name": "Sima_Yi_Ravages.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-09T21:20:51.136Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1F562DC5", "AutoV2": "085023A2AE", "SHA256": "085023A2AE3CFEAC76241644251571E5292B5A20CFAAB9995D2EE08822C38AD0", "CRC32": "FD1FEDB0", "BLAKE3": "42BA75089A92994B90CD66A69A0DE6881149CC162FBC966ECF2E79F8466B3E6D"}, "downloadUrl": "https://civitai.com/api/download/models/137605?type=Training%20Data"}], "images": [{"id": 1960272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa73ec99-7ec2-4219-b069-67916aee66f6/width=450/1960272.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9D9F-Q,.TnN=|E1^+Io00X.4To}4n%gwIxu", "type": "image"}, {"id": 1960356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f91a86ef-2563-4018-8c90-703efa153d84/width=450/1960356.jpeg", "nsfwLevel": 1, "width": 1008, "height": 1008, "hash": "ULEe+5Mw_NRODiNdIAbb9Zx]w]oft6RjofRj", "type": "video"}, {"id": 1953632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38863df0-72a7-48e8-b72a-d3726601b1fb/width=450/1953632.jpeg", "nsfwLevel": 1, "width": 512, "height": 784, "hash": "UWEL$[XAx]t8~WSi-;xu%gR+%2j[%gRjt6Rj", "type": "image"}, {"id": 1953703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12794819-3aa4-493b-8ba1-bb0a473ec753/width=450/1953703.jpeg", "nsfwLevel": 1, "width": 496, "height": 496, "hash": "UVGkzjT1?v%M_NNb-;og.8NG%2RjbcaeRko0", "type": "video"}, {"id": 1953305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64f1b563-3ac0-4538-b610-93ca8ec599e5/width=450/1953305.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1568, "hash": "UVGbF*oz_2kD~Wt7?HofE1ofIUo0D*s:RQRj", "type": "image"}, {"id": 1953467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0716a66f-e5d7-40c2-819f-9b448072219d/width=450/1953467.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1568, "hash": "UiHK|c-;~W%2sqM|M|RjVsM{NGoJIAe.RjWB", "type": "image"}, {"id": 1953351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76e2f6ac-dbd4-43ed-987a-f34155a4ca51/width=450/1953351.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1568, "hash": "UCDI|6o~%M00~B0KR%IU9FE1tR_3RiNG-ptQ", "type": "image"}, {"id": 1953419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d00bb8b8-bcd1-4bc1-b64a-bc5d7c84d7ba/width=450/1953419.jpeg", "nsfwLevel": 1, "width": 512, "height": 784, "hash": "UXF}$e~WozRj-pX9NxS2n5r=xZW;DjIUoMt7", "type": "image"}, {"id": 1953912, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa9e6de4-3a88-4e34-a595-8979c44fbf2c/width=450/1953912.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1568, "hash": "UD9?n9Io56S2~BR*9txtWAR*WY%LX7Rkja%2", "type": "image"}, {"id": 1954061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8637d794-c677-4ad0-be44-652b7abd9c3e/width=450/1954061.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1568, "hash": "UIB.[r9aIU~V=xNbIoNGjFt7axE2=|WCM{of", "type": "image"}, {"id": 1954164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afe90d17-c94c-42ca-8284-1c045538de4b/width=450/1954164.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1568, "hash": "UMFFv#8_~qIU_NoeM|oftRxuIURj%gt7ofWC", "type": "image"}, {"id": 1954491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cde3fe3-ec7d-41f6-a174-eadb2a1a8421/width=450/1954491.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1568, "hash": "U99t1A00~q9ZH?tmD%NH9Z-pIoxaozslf+%2", "type": "image"}, {"id": 1955479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9bc1b0f-412f-4002-a45f-570c5b97e18a/width=450/1955479.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1568, "hash": "U48NIUFf^*-p}@56RPM|rW9as:Rj^%Iq?H%2", "type": "image"}, {"id": 1955133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2531e2bb-d2f7-499d-ab66-585e0c8d0763/width=450/1955133.jpeg", "nsfwLevel": 1, "width": 768, "height": 952, "hash": "UnODIK?b_NRj-;RkxuM{WXWBV@xax]kBjYay", "type": "image"}, {"id": 1955362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1a3390d-21b8-44b4-9dbc-137f460f2d9f/width=450/1955362.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIDR.|=yD%57wIRQ~Bxa?aIpa0-ANGIVxa-p", "type": "image"}, {"id": 1955376, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91cbdf47-a74c-45af-b496-05d08b31b979/width=450/1955376.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UhG7_0x]%Lxu~9xu-os:sRoIRjWBV@aeM|Rk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/137605", "modelId": 125924} \ No newline at end of file diff --git a/datasets/metadata/137883.json b/datasets/metadata/137883.json new file mode 100644 index 0000000000000000000000000000000000000000..e58391fec55ba50b66567d5a72ff0bd65049edf7 --- /dev/null +++ b/datasets/metadata/137883.json @@ -0,0 +1 @@ +{"id": 137883, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-10T09:14:06.453Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 893, "ratingCount": 156, "rating": 5, "thumbsUpCount": 195, "thumbsDownCount": 0}, "files": [{"id": 101014, "sizeKB": 22256.3681640625, "name": "Ariel_Anemoi_Asura-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-10T09:10:40.134Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "61EE2B9A", "AutoV2": "05047CD6C7", "SHA256": "05047CD6C780748F26255C5A5E1ECBF932FE1654E715BAEB73AE757548E875E8", "CRC32": "35CEAEB8", "BLAKE3": "D98AF49A013E6917937B461A69977FDB714ECFCC24EB6A7DBBE62D678CF0EB08", "AutoV3": "D8399E67EF0B"}, "downloadUrl": "https://civitai.com/api/download/models/137883", "primary": true}, {"id": 101015, "sizeKB": 47776.0869140625, "name": "Ariel_Anemoi_Asura.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-10T09:10:46.774Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9716F1C6", "AutoV2": "E67DB7F3D2", "SHA256": "E67DB7F3D2139ED70B4F23FA1D54AABDB3AF7DB1A2A6DA183D2FCA6811B620E5", "CRC32": "98120A09", "BLAKE3": "7C5B35C5AD3452CA28A98FCF2C99AB2DF8382FFD1ACE197026AF7E64B6EB5305"}, "downloadUrl": "https://civitai.com/api/download/models/137883?type=Training%20Data"}], "images": [{"id": 1960174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53df58e3-1081-40f6-9a9f-3536c9717c8d/width=450/1960174.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGKTe}~q00xHK$tm%$oMBVNeIVRkIUxF$%xZ", "type": "image"}, {"id": 1960161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/743fcafc-438c-4a87-b902-1e3aa9fc23a8/width=450/1960161.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UAIXW{4T00^k*G?b6SEf7s57^*K4?ur@M^sk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/137883", "modelId": 126155} \ No newline at end of file diff --git a/datasets/metadata/138084.json b/datasets/metadata/138084.json new file mode 100644 index 0000000000000000000000000000000000000000..8b0e47c34739c1b70d8f5bc9f5f0275a217a6d52 --- /dev/null +++ b/datasets/metadata/138084.json @@ -0,0 +1 @@ +{"id": 138084, "index": 0, "name": "v2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-10T15:43:30.009Z", "availability": "Public", "nsfwLevel": 11, "description": "completely retrained with a new dataset (lost the old one)
This dataset is now uploaded here (in case i lose it again lol)
Allow for more variety in clothing, hair color etc, like in the second example picture
changed triggerwords
default artstyle is not very interesting. For best results, combine with your favorite artstyle LORA
if including \"3d\" in your tag, it tends to stick her on some kind of platform.
It also tens to deform her face a bit. Try putting (deformed face), (deformed eyes) in the neg prompt
Recommended weight is 0.9-1
1st lora try , didnt go as was expecting
", "trainedWords": [], "stats": {"downloadCount": 119, "ratingCount": 5, "rating": 4.6, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 101851, "sizeKB": 262819.96484375, "name": "Rpgiste-fail-undetailer-uglyfier.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-11T20:55:43.036Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CC8815D2", "AutoV2": "A2958EEC11", "SHA256": "A2958EEC11ADD565F68E5121BAEBB25F41091B2B81AA9878708BD578A7C78846", "CRC32": "82AE845D", "BLAKE3": "BE696BF9B5D4E65D3C3E4ED164A6DEDA5049DFA6557E0E16A5031E39C9106410", "AutoV3": "8F5B9EB4480F"}, "downloadUrl": "https://civitai.com/api/download/models/138880", "primary": true}, {"id": 101850, "sizeKB": 41213.2939453125, "name": "dataset-lora-rpgiste.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-11T20:55:38.236Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F9E0210A", "AutoV2": "BFBAC90EE2", "SHA256": "BFBAC90EE2FD021ACB16D81D7C0AF64133519F923A61D1C7723BF69E2F1309DE", "CRC32": "F5BBD552", "BLAKE3": "E22574594F8CE77C38E852CFA34A7ED3B6BA5B27E87742A3BDF391555DADF1A7"}, "downloadUrl": "https://civitai.com/api/download/models/138880?type=Training%20Data"}], "images": [{"id": 1984454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8f78143-d948-4e92-9169-76ded142de89/width=450/1984454.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UYGum?xvX2WE?w-;WCxu~p%Mofofx]xuWCt6", "type": "image"}, {"id": 1984455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1eedb97-d4d4-4840-9099-b124d0f93555/width=450/1984455.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UVFr@W-=InIC?vxvjcxt~q-;xtM|?bxuM|WY", "type": "image"}, {"id": 1984456, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d739310-1619-4e63-9227-77d60a7ed61a/width=450/1984456.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UXFYx:%LtLV]_4j^R+oe?coen-of.8xtxat6", "type": "image"}, {"id": 1984453, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0217084b-3e70-4170-b3bc-d4ecedea4953/width=450/1984453.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UYFFy%xuo]Rj_4WERkay?bt6ogof?uxtt7of", "type": "image"}, {"id": 1984457, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bc06711-96b2-4158-a04d-9cc36ca51abf/width=450/1984457.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UNDA0[xuO6Io.AWFRRn,x_%LaPox?wt7W+WC", "type": "image"}, {"id": 1984458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c425cdb5-4883-48b8-b82b-27e6e0801ad9/width=450/1984458.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U2AABotR00-ouNn~009[L~Io~p^k4n^+x^00", "type": "image"}, {"id": 1984459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1ffc247-4d59-4771-ad2d-7de49acb478d/width=450/1984459.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U6A0RFJD000f~B58IUNG9GV[?Gt74;-Ut8R%", "type": "image"}, {"id": 1984460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f1208c8-5dbb-410f-be84-1b3b306304d6/width=450/1984460.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UFEBv#~C5jI.yBX8jI%29GWB%MtRIVWBt7WB", "type": "image"}, {"id": 1984461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aca90dec-ab7a-4a53-bec2-d75cbd62c9cc/width=450/1984461.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U8C$J]Iq00J8_1I;wIE20L%1~B9t9as.ozxZ", "type": "image"}, {"id": 1984462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29a073ed-458c-4925-868d-2f81ac289be7/width=450/1984462.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNL4Qdof~Vxu~pWB%L%L^*xtxaxu%LWBxaoe", "type": "image"}, {"id": 1984463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b35095a-98fe-45e9-8e40-4f134330daac/width=450/1984463.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "URHd]OM{x]t7~pNG%L%2?Gaye.xttQoKsTkC", "type": "image"}, {"id": 1984464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4d0134b-4e21-45ac-875a-1089e68c45ba/width=450/1984464.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U58}0*tR009u~pM_DjM|I9RixbM|ENVs%1ob", "type": "image"}, {"id": 1984466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60d8b4b0-55a8-4e3f-9bbf-182090de332f/width=450/1984466.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U5Bfw+J700D*~q4-Q.xb0f9Z^k-;9aIU-U%1", "type": "image"}, {"id": 1984468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1adcaa05-2fa8-48df-9682-0d33ddf91822/width=450/1984468.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U7CiU6R.00%1~UIpM|NG^*M|Ip%L%KE2xGxa", "type": "image"}, {"id": 1984467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4aee9e1-70a8-4582-b6f7-5601bc45ae09/width=450/1984467.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UYFiGZ%Lo_WD?wWERkt7.9WUxIoM%g%2t7kB", "type": "image"}, {"id": 1984470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/903f1199-3aeb-4ba6-bff4-d093465d17bf/width=450/1984470.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UZEyl7t6o_Io_4t8WEoL-=kCs;fP-;xtt6t7", "type": "image"}, {"id": 1984469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/345f6766-20cc-409c-8ba3-83323096d05a/width=450/1984469.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UNDcp]RP9XM{_NIUMyso.9adRPWA_4obWSWB", "type": "image"}, {"id": 1984471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63e9ac7c-ce98-4756-bf9c-188ab8585e13/width=450/1984471.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHAKXPIU00%M?^f+Dis:OYt7rsRPkpe:njRQ", "type": "image"}, {"id": 1984472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8637a918-642b-4b5d-9ecc-8b2656d9fe03/width=450/1984472.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UWEyi0-;R%R+_Nxvoeofx^ozWCt7ozxuxtt7", "type": "image"}, {"id": 1984473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61382458-6f6d-4ff4-ac5d-50f6083805a0/width=450/1984473.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U3C6rv0fKD9Z-r004o00;TI-^*xbuJRo~okA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/138880", "modelId": 126959} \ No newline at end of file diff --git a/datasets/metadata/138901.json b/datasets/metadata/138901.json new file mode 100644 index 0000000000000000000000000000000000000000..76733e51a804c9a83a13ea4b03b7a3151c1ddbb9 --- /dev/null +++ b/datasets/metadata/138901.json @@ -0,0 +1 @@ +{"id": 138901, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-11T22:14:24.421Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["min-ji, blonde"], "stats": {"downloadCount": 759, "ratingCount": 128, "rating": 5, "thumbsUpCount": 166, "thumbsDownCount": 0}, "files": [{"id": 101867, "sizeKB": 18547.0078125, "name": "Jang Min-ji.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-11T22:10:41.659Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "2D2402C42C", "SHA256": "2D2402C42CBC192819BAFC521DEC889AB6C653D77D1DACA4C930AB16EE5160D0", "CRC32": "4293675B", "BLAKE3": "F905AE1FB8FD1172CB55F4849C166829507F76F33F29B6789A7051C0CC8549D2", "AutoV3": "80D9A81B75F4"}, "downloadUrl": "https://civitai.com/api/download/models/138901", "primary": true}, {"id": 230119, "sizeKB": 76116.212890625, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T15:57:04.418Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6398E5BE", "AutoV2": "7EFDB8BDA8", "SHA256": "7EFDB8BDA873737625A5BE951B23C30C353CD403CB382573082BDA35685A6A60", "CRC32": "6FEC67C4", "BLAKE3": "34198EE2A5346D8C11B114388A7098D6D2726651A3C4B2E4F03468408A7B8DED"}, "downloadUrl": "https://civitai.com/api/download/models/138901?type=Training%20Data"}], "images": [{"id": 1985084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4a1732f-bb1f-4593-bd7e-81e8f289cc91/width=450/1985084.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UQJ7%a?a0fS3~VawM}IVR*R*sCIpE2WU%1M{", "type": "image"}, {"id": 1985085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47b210ad-2f2d-441f-9b6f-29fe32af0ced/width=450/1985085.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMMZgy-qE2?a~W9a%M^+xusWa#x[x]RP-p9Z", "type": "image"}, {"id": 1985086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3675cf5-27d5-441e-ac42-7e78b0c5bb70/width=450/1985086.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJH.4n9E0dJ$_II:Se%Lte9G~Voexn%1RjW,", "type": "image"}, {"id": 1985128, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8c8f8a1-11c2-43cf-8605-e069fc17e655/width=450/1985128.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOJ[C,5a0$~BRSMd=|.7M_x@NH%KIAtSM{-p", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/138901", "modelId": 126982} \ No newline at end of file diff --git a/datasets/metadata/138985.json b/datasets/metadata/138985.json new file mode 100644 index 0000000000000000000000000000000000000000..f7da50e039275b27cba8bbbffd960228d92a369d --- /dev/null +++ b/datasets/metadata/138985.json @@ -0,0 +1 @@ +{"id": 138985, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-12T02:26:47.133Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["sun bin"], "stats": {"downloadCount": 845, "ratingCount": 154, "rating": 5, "thumbsUpCount": 204, "thumbsDownCount": 0}, "files": [{"id": 101932, "sizeKB": 18547.0625, "name": "Sun Bin.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-12T02:25:50.400Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "FF26D1D966", "SHA256": "FF26D1D9665997CDF75C001ADDC7409BB5DE7037C39CAAFECF408A062D573864", "CRC32": "3809B6EE", "BLAKE3": "A8D730A4F2BB2EAD34D16C67D7859D2EEBFC241614C597A3469FFB410FD6BF88", "AutoV3": "6E7AE2E7FBC1"}, "downloadUrl": "https://civitai.com/api/download/models/138985", "primary": true}, {"id": 230118, "sizeKB": 76640.0517578125, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T15:57:03.918Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "060A7C40", "AutoV2": "EA9120AEBC", "SHA256": "EA9120AEBC14C73267535568984FC744D343A140489D33491C2A46A554AFCF4D", "CRC32": "F4885682", "BLAKE3": "52AC663A58AC804BC8BA8FA4C453B30F4A35E132AC446E14F015E0A05BA4113D"}, "downloadUrl": "https://civitai.com/api/download/models/138985?type=Training%20Data"}], "images": [{"id": 2996518, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c24a286-6db6-45db-a43a-efbfcb4010d1/width=450/2996518.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U5MPwO~B00VE1$IT4U-600E2tlS#00E3rX?a", "type": "image"}, {"id": 1987500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66b6743c-7c35-4005-989a-0e5f22075cde/width=450/1987500.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UAJj#i00%KE2t.E1005Q00?aai-Vt1tQ~V$y", "type": "image"}, {"id": 1987499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ff4f8c6-fdf3-4eaa-8639-f30d1ac92e67/width=450/1987499.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UMJRHt_300?bt,SkNGITx^beo$M{9wo$~Wsp", "type": "image"}, {"id": 1987498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6dd5deba-b1ba-4bd3-8111-fde67ea4e82e/width=450/1987498.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDJ@g_~V00%L~49radIq$I^g-;%LXm^%s:-n", "type": "image"}, {"id": 1987501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/422cfe70-4e88-423a-8d8e-88771f7a93c4/width=450/1987501.jpeg", "nsfwLevel": 2, "width": 3072, "height": 858, "hash": "UoKUK3t7j[of~pa{ayj@x]ayf6ay-=ayj[j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/138985", "modelId": 127061} \ No newline at end of file diff --git a/datasets/metadata/139453.json b/datasets/metadata/139453.json new file mode 100644 index 0000000000000000000000000000000000000000..0a5530af1438359f7d15f1081a785709f5cb3ec9 --- /dev/null +++ b/datasets/metadata/139453.json @@ -0,0 +1 @@ +{"id": 139453, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-12T19:00:26.376Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Dasol", "red hair"], "stats": {"downloadCount": 639, "ratingCount": 135, "rating": 5, "thumbsUpCount": 165, "thumbsDownCount": 0}, "files": [{"id": 102314, "sizeKB": 18545.96875, "name": "Dasol.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-12T18:50:31.932Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "EA901D0CDC", "SHA256": "EA901D0CDC2553D032CA8F2010867971F24D0A8517D5ABA1F011C424C5DC9CDD", "CRC32": "B0D95001", "BLAKE3": "82A6D952168D402A91AFCF2A9A34F2126F0ECA1513DEDEE76FB246CDBA558862", "AutoV3": "F227E6214DCD"}, "downloadUrl": "https://civitai.com/api/download/models/139453", "primary": true}, {"id": 230117, "sizeKB": 58410.744140625, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T15:57:02.727Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7363FC56", "AutoV2": "2F1D3F18B7", "SHA256": "2F1D3F18B703A7CE46F2022D5ABC86A5355DCD8F96E459F96C34424894944915", "CRC32": "A8E8EAEC", "BLAKE3": "F1471B0D4A4FCF8271686EF74C4FE69F5251DE4E8F2D33EA5A57A4B326CFEB12"}, "downloadUrl": "https://civitai.com/api/download/models/139453?type=Training%20Data"}], "images": [{"id": 2853740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9373f2f-47a2-495d-a1ae-29baa509b556/width=450/2853740.jpeg", "nsfwLevel": 8, "width": 1120, "height": 1688, "hash": "UeM6rBt7Jien~BWBpIs:9Fozbvj[=|xaNGae", "type": "image"}, {"id": 1998489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/924932e2-4078-48b5-a430-df41ad90a01f/width=450/1998489.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGK].hx[0yRj00.8Bn~W4-D%Sd9F%#RPxta0", "type": "image"}, {"id": 2853677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98db5fab-9e86-49c2-9da2-851bb301d96d/width=450/2853677.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U9Js^Q620JiJ~C~VFHv}4.00_3~qVF.7t8IA", "type": "image"}, {"id": 1998388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d07bee9d-661b-4403-9503-bac6b30636e7/width=450/1998388.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "ULKd3+00K#tk~CD%o}EL#8Rj56NH0Kof^+WB", "type": "image"}, {"id": 1998386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd21c15f-9fbb-4536-9de0-a1bb275900be/width=450/1998386.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEL3cWpcB-=||@K40xZ%Di%M.8-V_2jY^kMx", "type": "image"}, {"id": 1998389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd48fe77-3aa2-4782-ba67-0d254d6e6023/width=450/1998389.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEIW_^9ZSw0K^j0e%g,[D%9G%f#n~CWGIo$N", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/139453", "modelId": 127462} \ No newline at end of file diff --git a/datasets/metadata/139490.json b/datasets/metadata/139490.json new file mode 100644 index 0000000000000000000000000000000000000000..6f01f55b1ccfde1b4c6f7f1b0a1b3f0bea853ed8 --- /dev/null +++ b/datasets/metadata/139490.json @@ -0,0 +1 @@ +{"id": 139490, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-12T20:08:55.587Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Dahyun"], "stats": {"downloadCount": 701, "ratingCount": 148, "rating": 5, "thumbsUpCount": 184, "thumbsDownCount": 0}, "files": [{"id": 102342, "sizeKB": 18547.03125, "name": "Dahyun.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-12T20:10:45.227Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "E5F6648480", "SHA256": "E5F66484806C9924D1221125A29C563EE48870C312F7AF35D199099C5B735D58", "CRC32": "B97C786B", "BLAKE3": "7CB5CC5E0F9EBF278B98092AC3C73193D79D3687EF4E1B429FB1931D46AE6196", "AutoV3": "77C6F8D54332"}, "downloadUrl": "https://civitai.com/api/download/models/139490", "primary": true}, {"id": 230116, "sizeKB": 61145.06640625, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T15:56:27.969Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F79239C7", "AutoV2": "15C30B6E3F", "SHA256": "15C30B6E3F9FBAC1BBA9896D19CC301CFAAB3F4E4E57126CEF97816076C863DE", "CRC32": "162FF10C", "BLAKE3": "20B1595ADD54D68C2FC80B0C44BFC42D7500F776C8550101E32101CED727BC6F"}, "downloadUrl": "https://civitai.com/api/download/models/139490?type=Training%20Data"}], "images": [{"id": 1999197, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3518fdfb-b33c-4200-9693-7d8174488505/width=450/1999197.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUK0{V4.J7jb%fIp%MWXIUs:%2R*~VxFV?s.", "type": "image"}, {"id": 2996534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f514e68-df1d-4cb9-ba06-21f17bab1c70/width=450/2996534.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UVKAKV~qS~?HEfWrs:n%4.V@xaWB~Ct7Rjt7", "type": "image"}, {"id": 1999195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7962d72-fc4a-434e-954e-aa8503f2e9f6/width=450/1999195.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UHJ%%=0055Na_3nPNxo#Kg0f~WMy?vMyRO%L", "type": "image"}, {"id": 1999196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1c51878-e022-473b-a874-fea1d1732769/width=450/1999196.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEH_76024-Kk_M9Ht5pI5557-p^k~Bt7M{i_", "type": "image"}, {"id": 2917646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32d4807e-e145-42dc-8aa9-d6930ee9aea6/width=450/2917646.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1808, "hash": "UcL|4Mofv|t7x[oJs+oLIoj[-:fQ~WkCNGa|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/139490", "modelId": 127491} \ No newline at end of file diff --git a/datasets/metadata/139943.json b/datasets/metadata/139943.json new file mode 100644 index 0000000000000000000000000000000000000000..e1b3fe497b6bb1e1d795d1b3b435d597a100066b --- /dev/null +++ b/datasets/metadata/139943.json @@ -0,0 +1 @@ +{"id": 139943, "index": 3, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-13T14:26:32.771Z", "availability": "Public", "nsfwLevel": 27, "description": null, "trainedWords": ["lumi"], "stats": {"downloadCount": 107, "ratingCount": 11, "rating": 5, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 102743, "sizeKB": 36976.4140625, "name": "lumi.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-13T14:07:14.559Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3B4F9265", "AutoV2": "750D4659DB", "SHA256": "750D4659DB0323A81991447303663C33D9E598BD88EF9900E2E45B945CB9B638", "CRC32": "2E86C264", "BLAKE3": "CAB1718E3B2AF3B6A227A830665B841DC4EE0C1B81F237F7797378D181E8DE48", "AutoV3": "3925FDE3FC15"}, "downloadUrl": "https://civitai.com/api/download/models/139943", "primary": true}, {"id": 102742, "sizeKB": 16943.6220703125, "name": "7_lumi.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-13T14:06:49.692Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1295F4EF", "AutoV2": "C79760209E", "SHA256": "C79760209E31A6FD1F78CB515DDBBAAE091B2A37690F2640B68C64846150A314", "CRC32": "C5D7A27A", "BLAKE3": "08402F07DECA08A7BCAC74DDF9FE3A9B6E2643A82EBC79EFAFB9EFA13241E4AD"}, "downloadUrl": "https://civitai.com/api/download/models/139943?type=Training%20Data"}], "images": [{"id": 2010372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d81bae51-29cc-4d92-98f9-de0329f697af/width=450/2010372.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9Hn$.%h00M{DixaxZIo00RO~qNGPBS~xu%L", "type": "image"}, {"id": 2010382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7d7b9b9-0fc0-4b35-9a26-148fc2e4a1a1/width=450/2010382.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UMN,b:.8~qx]9G%M%gWBAHn%?b%MofozxFV@", "type": "image"}, {"id": 2010386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa31243c-b660-41db-b761-8c46dd84f6cf/width=450/2010386.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCKA.?9Z00Rj00NHOYIU01V?x]?H9Z~WnOs:", "type": "image"}, {"id": 2010395, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07172605-0b1c-4f7f-8ec0-9113746ad66a/width=450/2010395.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U7Lp]n-;2]NH00_NP:5R01ba-U^+}WH?].R5", "type": "image"}, {"id": 2012113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f72bfd22-bd7d-4961-b71a-a135c161b114/width=450/2012113.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U8E{CD9G00xZ8^R+~qxZ00%L?HX957ni-oE2", "type": "image"}, {"id": 2012114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e827431-43c5-4aed-9cdd-4ec8e0b1473a/width=450/2012114.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UDFYZ8ja00t7VYNGbb%200j[~pM{.Ss:s+EM", "type": "image"}, {"id": 2012122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd3b47d8-8736-42dd-8866-534532fda7b6/width=450/2012122.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UHEy0v4:00~W00ofs:WB0L-p?HE1%MRjM{t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/139943", "modelId": 127872} \ No newline at end of file diff --git a/datasets/metadata/14015.json b/datasets/metadata/14015.json new file mode 100644 index 0000000000000000000000000000000000000000..ce4b878e396e3061fd3b8fd5399762fd60837ba1 --- /dev/null +++ b/datasets/metadata/14015.json @@ -0,0 +1 @@ +{"id": 14015, "index": 1, "name": "v1.0", "baseModel": "SD 1.4", "baseModelType": "Standard", "publishedAt": "2023-02-22T22:15:40.340Z", "availability": "Public", "nsfwLevel": 1, "description": "Trained on e621 posts for yiffy-e18
", "trainedWords": ["vivziepop style", "vivzmind"], "stats": {"downloadCount": 484, "ratingCount": 40, "rating": 4.97, "thumbsUpCount": 42, "thumbsDownCount": 0}, "files": [{"id": 12289, "sizeKB": 92227.8505859375, "name": "tagged.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-22T22:31:14.630Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6395E96F", "AutoV2": "70BE5E7FA5", "SHA256": "70BE5E7FA5583AB373D054584296B211D2C22FC75309FF4A90BD113046D003D8", "CRC32": "E9FD834D", "BLAKE3": "62DBAD700FF5AB0F6FFA87B5397CE478688E37B50B1861D4D9B55E997F3129F9"}, "downloadUrl": "https://civitai.com/api/download/models/14015?type=Training%20Data"}, {"id": 12286, "sizeKB": 147587.77734375, "name": "Vivziepop_Style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-22T22:21:21.719Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "FD3CF844", "AutoV2": "D99F99071E", "SHA256": "D99F99071E75D9ED59D24173CB54522EF4C90C243FF1DFFCE6D5FEABB4A6AD57", "CRC32": "8F7A6CEA", "BLAKE3": "6EE19C38EAE8D0E0EEBC8A906D049AE99CCA1688C3BDE3A733F3C9990C95297C", "AutoV3": "FA4B51789287"}, "downloadUrl": "https://civitai.com/api/download/models/14015", "primary": true}], "images": [{"id": 136331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9890152-9ce6-43a9-3373-55dca4053d00/width=450/136331.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "URGQ,{-jIVIW~Vk8aMk8w[Nexu%Jw?R.xuou", "type": "image"}, {"id": 136330, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0426bfb8-d889-44b9-0e0f-618587b43d00/width=450/136330.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UbKAvq57IU#R?^M}xZrqKMM}M{oz-:WCRQNu", "type": "image"}, {"id": 136329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca94911b-43db-489c-4dd0-6d8e08729b00/width=450/136329.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UbH_WH-sN2Rp~UxaIVWA-yRhWQocN2WAoNog", "type": "image"}, {"id": 136328, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb37c3fd-9e16-4f7c-4c87-de223a02c900/width=450/136328.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UtKcPIoLrDoM}@jsVtWVi{WBV@WBNxjFa#bb", "type": "image"}, {"id": 136327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/393bb051-c57b-481b-a170-d122991ca200/width=450/136327.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFLfUbYi,u^+.m4n0x?b00VY0xIAHrPT^k[u", "type": "image"}, {"id": 136326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b97e645c-faba-44ce-4783-1db72e913800/width=450/136326.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIJj;[}a8_00^TrW57x[00X8pIbvH?xux]IU", "type": "image"}, {"id": 136325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ac9adda-a068-4bd9-ee9c-d4c890a25b00/width=450/136325.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UWMXvE#:_it7$*NasojFE1ofTIjZxGSgs:of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/14015", "modelId": 11862} \ No newline at end of file diff --git a/datasets/metadata/140169.json b/datasets/metadata/140169.json new file mode 100644 index 0000000000000000000000000000000000000000..b60c3cae07dfe16ba3138399db78c03904c879ee --- /dev/null +++ b/datasets/metadata/140169.json @@ -0,0 +1 @@ +{"id": 140169, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-13T22:08:10.512Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["TomoeHotaru", "Sailor_saturn_Purple_sailor_collar_Purple_skirt_Maroon_bowtie_Maroon_back_bow_Purple_choker_Purple_boots_circlet", "Silence_Glaive_polearm", "Mistress9_evening_gown, very_long_hair", "Hotaru_Black_short_dress_Blue_pantyhose_Black_shoes", "Mugen_School_Uniform_Black_sailor_collar_Red_shirt_Green_skirt_Black_pantyhose_Blue_striped_bowtie"], "stats": {"downloadCount": 714, "ratingCount": 110, "rating": 5, "thumbsUpCount": 137, "thumbsDownCount": 0}, "files": [{"id": 102930, "sizeKB": 36998.0751953125, "name": "TomoeHotaruV2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-13T21:20:43.264Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2E1F22FC", "AutoV2": "556628E8BF", "SHA256": "556628E8BF98295FF099BD5F3B2968B86387FA47495C5781F8414776A9BA7BF6", "CRC32": "ED041B0B", "BLAKE3": "4CD93F72239E9EBD4C4D970FDB8A1716D10C0570ED8004962F204BD4A082E702", "AutoV3": "DC327C3F602B"}, "downloadUrl": "https://civitai.com/api/download/models/140169", "primary": true}, {"id": 102931, "sizeKB": 38758.37890625, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-13T21:20:44.249Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "079B418E", "AutoV2": "2D99B19DB8", "SHA256": "2D99B19DB8B6B9103FE5C51F8F3AE168ECFD5CACC27E768C11F29447209E0B5E", "CRC32": "29A4FCA5", "BLAKE3": "2F9284DE6567D24ED6F8E176D38CD7EADCD5C346F33C9361573A8D7C0AA73E1D"}, "downloadUrl": "https://civitai.com/api/download/models/140169?type=Training%20Data"}], "images": [{"id": 2016394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc4846e0-073a-4891-8381-34c305636de0/width=450/2016394.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U8FO_zt700%2_3WBIUjZ00f$~XRQVWfPXUWE", "type": "image"}, {"id": 2016399, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8db668e-7ddd-4c1f-a3c7-2eb8512c8d73/width=450/2016399.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "USH_SwxZ?a^+~WazR+-:%L%2j[Woxt%2xuNH", "type": "image"}, {"id": 2016404, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cfd9991-e4ad-470f-a9c6-df6c3d1df2dd/width=450/2016404.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UHG95HIU~q?bt6V@ozxuxut7M{M{%MofWVWB", "type": "image"}, {"id": 2016419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79d7d013-3b8f-4cf1-8685-6d3bf4898841/width=450/2016419.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UbIhX1IU~qxu-;ofkCjsx[oLaft7tQoLoMWX", "type": "image"}, {"id": 2016387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de877f2a-efce-44af-bf28-ccdaae9a3361/width=450/2016387.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UAI;-nMz00-;0vX3~qRk00jIs=%MGI-;4TD*", "type": "image"}, {"id": 2016388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a9569a8-a51f-4f06-b836-4198a0740b08/width=450/2016388.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UJKKgARk0UjdEmRi~Wo#H;WBJBofJEozMdV@", "type": "image"}, {"id": 2016393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edb20b10-6c0a-483f-9ba5-21f8f2561727/width=450/2016393.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UOJ@,:WA_N?baJIUtRM{EKM{V@ayNeRj%2s.", "type": "image"}, {"id": 2016395, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29dafaae-fb84-4edb-8d2d-1f5ec32a238e/width=450/2016395.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UfHUqq~XNat7E1RjjFRjD$RiogfkV?RjW=t6", "type": "image"}, {"id": 2016398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/153d9c04-a268-467c-a06f-244a0ce1b5b1/width=450/2016398.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UhGITJ_N-=?bR%WBM|IUIoRjWCayNGR*s:s:", "type": "image"}, {"id": 2016397, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68d679a7-902d-4a1f-a252-dc8d85b8512b/width=450/2016397.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UbIhXCo#_4RP_3ITt7Rj-;%3WBRjWCjuRjof", "type": "image"}, {"id": 2016396, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f499319-f1f6-4e67-99e5-55e35a5c3b07/width=450/2016396.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UYIh2iIn-r^-9Ee=D%ITNqImoukVWZfiRixb", "type": "image"}, {"id": 2016402, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6d0267d-475a-4322-ad91-cec3b91a4e1c/width=450/2016402.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UYH_#]xu~qt8aet7tRWB-;ofNGRjt7WCofof", "type": "image"}, {"id": 2016403, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fb13a8e-7a49-45c8-9b15-2a603f5ed8d6/width=450/2016403.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UOGlI:%M~qxuoJj[ozWB%MWBIofk%Mj[R%WB", "type": "image"}, {"id": 2016423, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c0f1469-110b-41e1-8012-5676045b9dcb/width=450/2016423.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UcIOOrRO~qx]?bD$tRofkWtRWBxaS0R*aLs.", "type": "image"}, {"id": 2016422, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e953c8c3-3a6f-4a0c-8b57-32e376877fa7/width=450/2016422.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UpJtxIt7~W%f-pRjoyxt%LWVWBs:o|a|oMj@", "type": "image"}, {"id": 2016438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79e4bc64-a609-4013-87b1-2054c97a8fdf/width=450/2016438.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UfJ7{[a|~q?H-;Rjs:tR%MofSNRjE2%2s:t7", "type": "image"}, {"id": 2016785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec698040-66c8-41a9-9b48-a032a1ed595c/width=450/2016785.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UbJ[3e.7P;bbEnj[nnj[IqbF%1t79vfkI:WV", "type": "image"}, {"id": 2016786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd0c3fcb-3c42-4cec-b050-58eeb70b85a3/width=450/2016786.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UcIhw5ogT#-;DmWDRoWAEkWDaJM{j_WBjaog", "type": "image"}, {"id": 2016784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4968c72-b99f-46cb-abac-ddfabd2dc074/width=450/2016784.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UhHoLR-:_N%h.9WANdtmE2IUIUo#t8ofxtjZ", "type": "image"}, {"id": 2016783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf621aac-be7c-487b-afe2-3d93c7dc8317/width=450/2016783.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UQIq$OD%~p_3?v?GXS^+_3R+xuSes;%MoLof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/140169", "modelId": 128057} \ No newline at end of file diff --git a/datasets/metadata/140509.json b/datasets/metadata/140509.json new file mode 100644 index 0000000000000000000000000000000000000000..a9e0dc5ee06a6704f674cb6754934bdb3ea702d4 --- /dev/null +++ b/datasets/metadata/140509.json @@ -0,0 +1 @@ +{"id": 140509, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-14T11:58:43.720Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 592, "ratingCount": 103, "rating": 5, "thumbsUpCount": 106, "thumbsDownCount": 0}, "files": [{"id": 103208, "sizeKB": 44348.064453125, "name": "Sayoko_Kagami_HelterSkelter.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-14T12:00:56.588Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "55DBEF32", "AutoV2": "61D7CC8131", "SHA256": "61D7CC813170C56CBA4CD41F66F33599BD6811E653E40CD4DD9493BE0DC81432", "CRC32": "7BED114F", "BLAKE3": "5BFDCBA3A0F854355142C2704F6600AF7132AC40C066AD68A8B911FA00ED0A14"}, "downloadUrl": "https://civitai.com/api/download/models/140509?type=Training%20Data"}, {"id": 103207, "sizeKB": 22256.4287109375, "name": "Sayoko_Kagami_HelterSkelter-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-14T12:00:56.084Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "42284309", "AutoV2": "4516AAD0AB", "SHA256": "4516AAD0AB0CD969D7D189C36A6B25A08B3F40F8A8BC4C780288CA3759B1EA40", "CRC32": "3146D6EA", "BLAKE3": "521A1D1435E0AAF6B1094DB4D0336D1A78E4EA6AB012EF3F310CA57EDC619CBB", "AutoV3": "5D802C4B023D"}, "downloadUrl": "https://civitai.com/api/download/models/140509", "primary": true}], "images": [{"id": 2025208, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/038f15fe-3dc8-472a-81ab-860e408c1aed/width=450/2025208.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UYNJLG%g%$tRY6xu?bt7E2j[xZkC~WoLbGf6", "type": "image"}, {"id": 2025311, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36e9b130-7214-464c-a21f-c083ec48da30/width=450/2025311.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USNA3cxu.Ts:4na#-;M|E1ofrqWB-payxuWB", "type": "image"}, {"id": 2025721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bf81ac0-6ffc-48c4-9830-db88adf46916/width=450/2025721.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UFM6|}wa0e%#4m%M?w%g00-:={_3.S9G9G-o", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/140509", "modelId": 128347} \ No newline at end of file diff --git a/datasets/metadata/14054.json b/datasets/metadata/14054.json new file mode 100644 index 0000000000000000000000000000000000000000..318a747a3bc9c669025448a5a769e24e468d20c2 --- /dev/null +++ b/datasets/metadata/14054.json @@ -0,0 +1 @@ +{"id": 14054, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-02-23T00:33:37.312Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["cornelia_li_britannia", "purple_eyes", "lipstick"], "stats": {"downloadCount": 1411, "ratingCount": 252, "rating": 5, "thumbsUpCount": 260, "thumbsDownCount": 0}, "files": [{"id": 12321, "sizeKB": 69550.27734375, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-23T00:35:56.541Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7282EC7C", "AutoV2": "1E37252052", "SHA256": "1E3725205262F6037781137D8FC92D47966067D2E06F0FF11CB2A4BA83E8FF48", "CRC32": "B0DD9BFF", "BLAKE3": "7852A7A47AF7C87607C598735F57A5F42BA8DA513F9BDF0A5DECEC1154B6F8E4"}, "downloadUrl": "https://civitai.com/api/download/models/14054?type=Training%20Data"}, {"id": 12320, "sizeKB": 147578.7998046875, "name": "Cornelia_li_Britannia.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-23T00:36:01.232Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "58F8825A", "AutoV2": "C8FA42EF1E", "SHA256": "C8FA42EF1ED43C5671063EC26BCFCA39AC733788A2EE331794DF546D0201B46B", "CRC32": "D6D2ED5B", "BLAKE3": "5E3E297A7EF5A1D0733932ACDEA4B67AA26E2A030C81CD33029D9AA0AF92B6A8", "AutoV3": "7493F2146D49"}, "downloadUrl": "https://civitai.com/api/download/models/14054", "primary": true}], "images": [{"id": 136747, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9880609-f7c0-4818-e590-3f9fb12e4100/width=450/136747.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDJZop0gA0^+03~VpZJ4-O00EJbY%O-p~qRR", "type": "image"}, {"id": 136754, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4c8b5c5-f9b8-49df-5940-90f0af36af00/width=450/136754.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEK^Ej00EMI;-H8{^+M|=|MyD*xtt9e?-;.7", "type": "image"}, {"id": 136753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6692441a-251e-4154-681e-0fd147f9dc00/width=450/136753.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UBK9y7-n00D+]?sk~l-=#qsCl6NG^kbvE0Mx", "type": "image"}, {"id": 136752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27ae755c-b4a9-4e6f-8dfd-053cef909c00/width=450/136752.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "USJjrVbIEgD*-?IVtkn%R:awt6j[~Ws;IUR*", "type": "image"}, {"id": 136751, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5b576e5-c7f3-474a-e4db-443425607700/width=450/136751.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UPH^SU}^5Qo}Ix?c.7cC_2o}o|x[9txt-poe", "type": "image"}, {"id": 136750, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20a3ff63-0ce9-443f-04f2-59cbe5ada600/width=450/136750.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCJGpgD*K+MvI6oz9r4=I9-Vkn-o-@IC~px?", "type": "image"}, {"id": 136749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f65ff9d-7c25-4a31-9e8a-2940728b7a00/width=450/136749.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UiI|O-I-e]Rp?KjDWYogM#oOxsxus;bIoeoM", "type": "image"}, {"id": 136748, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee4904fe-319a-45cd-4387-4b4418e8ac00/width=450/136748.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UVK1B}%MyY%g?dM{tjWTE3V@t6ozxtoMIUM|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/14054", "modelId": 11891} \ No newline at end of file diff --git a/datasets/metadata/140542.json b/datasets/metadata/140542.json new file mode 100644 index 0000000000000000000000000000000000000000..6c77dd0124adfaacc2980fa7be791fe03f68cb9c --- /dev/null +++ b/datasets/metadata/140542.json @@ -0,0 +1 @@ +{"id": 140542, "index": 2, "name": "V2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-14T14:11:12.176Z", "availability": "Public", "nsfwLevel": 15, "description": "\u7d20\u6750\u589e\u52a0\u52304\u591a\u5f20\uff0c\u57fa\u672c\u4e0a\u8863\u670d\u90fd\u6709\u4e86\uff0c\u73b0\u5728\u8138\u4e0d\u662f\u90a3\u4e48\u5947\u602a\u4e86\uff0c\u4e5f\u6bd4\u8f83\u8fd8\u539f\uff0c\u4f46\u662f\u5982\u679c\u6709full body\u7b49\u8bcd\u7684\u8bdd\uff0c\u8138\u5c31\u53c8\u5947\u602a\u8d77\u6765\u4e86
Usage:lumi, 1girl, simple background, bare shoulders, school uniform, short sleeves, face, dress, full body, skirt, midriff, blue shirt, chinese clothes, rabbit ears, black background, black dress, pleated skirt, sitting, necktie, long sleeves, black socks, purple skirt, cat ears
", "trainedWords": ["lumi"], "stats": {"downloadCount": 124, "ratingCount": 10, "rating": 5, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 103247, "sizeKB": 120772.83984375, "name": "TEMP3.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-14T13:40:38.478Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "46355743", "AutoV2": "E2FA369CE4", "SHA256": "E2FA369CE4804AC09A3EE995E9B5DB0CF9F2DEA0E4173016BCFDCBB52BACB88C", "CRC32": "DF1C403F", "BLAKE3": "4E0189A197C19C9F3C1BA1F6A4152AE40D8CD21317E7B1D06F8E0298115BBC7E"}, "downloadUrl": "https://civitai.com/api/download/models/140542?type=Training%20Data"}, {"id": 103244, "sizeKB": 36976.921875, "name": "lumi.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-14T13:36:01.913Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D2E3F687", "AutoV2": "4278E46FA1", "SHA256": "4278E46FA13554C585E980DD98A677915EB68CE460EEB8E96D118CE053628869", "CRC32": "832E64D4", "BLAKE3": "9139FFE9113AC0EF4EA733EC411B0EBECF7809893B86FA370E7B206D30DC379F", "AutoV3": "C41F9CD4E965"}, "downloadUrl": "https://civitai.com/api/download/models/140542", "primary": true}], "images": [{"id": 2026205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa1493b3-94b0-407b-82e3-055cc75f06eb/width=450/2026205.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEHLu0s%*C%NtVVZDjX,4;xVIBN203xs^*NH", "type": "image"}, {"id": 2026211, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/794a334f-ce2a-435a-84c4-664bca2b3536/width=450/2026211.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEG+pps%*ER:tVemD,b]4=adD+xb4pov^jaQ", "type": "image"}, {"id": 2026213, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c84e629-9abb-4f0a-94d9-d9fee16efab1/width=450/2026213.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UAHVV1MJ0JJ7D{R4aPog00R$-XsFRfkW%1tQ", "type": "image"}, {"id": 2026215, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30684281-80c2-488f-ae15-f67c973d1b30/width=450/2026215.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9Kx6X^B005f04nM=6tm00RgSmxy0=otncss", "type": "image"}, {"id": 2026638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46a77de5-0486-4d40-a765-fd4facc19418/width=450/2026638.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCJ[03eI00Di00$a?wTJ01IT%2g3~VNK=|$N", "type": "image"}, {"id": 2026728, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eaaa5527-1eb2-4bbd-aa4c-163edcf5eddc/width=450/2026728.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U7Jb1-?@00xu9S%4w~s;00H#?JE1tRE1xZR$", "type": "image"}, {"id": 2026809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1738400a-e7c0-4d64-8625-46dd960ddc29/width=450/2026809.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UDMQkm001v55J6E0~W%g5Y4m?H%M?HbWt8t6", "type": "image"}, {"id": 2026810, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49b9f77f-642a-4ef7-b27f-088572781e2b/width=450/2026810.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UAHVV1MJ0JJ7D{R4aPog00R$-XsFRfkW%1tQ", "type": "image"}, {"id": 2027132, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3273494-d8a8-4f6b-8206-a117a036498a/width=450/2027132.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U7H_=Dt802cFkWJBxa=t00-U~WE1%g-Uad9v", "type": "image"}, {"id": 2027396, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cddd4f80-4bc5-4d3b-a62f-603e6674fe41/width=450/2027396.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UEL4mHQS00b_E3D#%%b]1TI9^j%N-.RUx]of", "type": "image"}, {"id": 2027403, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87817786-f87e-4eae-8826-8d01aa5d7438/width=450/2027403.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGJb50M|00Ri00xU%%S101s*?HkW-nR:%LV?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/140542", "modelId": 127872} \ No newline at end of file diff --git a/datasets/metadata/140586.json b/datasets/metadata/140586.json new file mode 100644 index 0000000000000000000000000000000000000000..36828e3b2d77a07541f65b52799cdda116ef633d --- /dev/null +++ b/datasets/metadata/140586.json @@ -0,0 +1 @@ +{"id": 140586, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-14T14:49:32.205Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 698, "ratingCount": 106, "rating": 5, "thumbsUpCount": 134, "thumbsDownCount": 0}, "files": [{"id": 103273, "sizeKB": 39447.474609375, "name": "Fubuki_Kagami_HelterSkelter.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-14T14:51:14.541Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FF820321", "AutoV2": "AA2F976EBD", "SHA256": "AA2F976EBD2D6D084D947225ABCA4EF2780BDF87DBDA5B9B5CC1BB963454AE43", "CRC32": "5055F829", "BLAKE3": "66C327F534D530CBFB6101161FFAFC1495E6AE498DB3D7C5BC1E7723136A4F95"}, "downloadUrl": "https://civitai.com/api/download/models/140586?type=Training%20Data"}, {"id": 103272, "sizeKB": 22252.443359375, "name": "Fubuki_Kagami_HelterSkelter-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-14T14:50:49.197Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D10042A8", "AutoV2": "6320142707", "SHA256": "6320142707B4894E72DABA894383E21FF53B9B386C0DF5EF5A17D5C7DB4CB43A", "CRC32": "DEE56950", "BLAKE3": "8C43BE543CAB6A1C4D196071216AD13004D95AD61F431BEB891443F604444701", "AutoV3": "B8CA0EBDBB8C"}, "downloadUrl": "https://civitai.com/api/download/models/140586", "primary": true}], "images": [{"id": 2027279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df35c64c-bf61-4f25-b3f5-732174737a51/width=450/2027279.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPMZN~bc58xtE0s:0KRj~pxuRoR+D*WX?ajF", "type": "image"}, {"id": 2027300, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca153019-241d-4db2-b1fe-957325ab2b35/width=450/2027300.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UYLz24~V9aV@s*-:xuf*-TxvRk-o%2R%R*ju", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/140586", "modelId": 128409} \ No newline at end of file diff --git a/datasets/metadata/140696.json b/datasets/metadata/140696.json new file mode 100644 index 0000000000000000000000000000000000000000..ce73706702bbac63f832fa09136c0d037ecd6f9c --- /dev/null +++ b/datasets/metadata/140696.json @@ -0,0 +1 @@ +{"id": 140696, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-14T18:19:46.847Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["mature female, large breasts"], "stats": {"downloadCount": 1486, "ratingCount": 237, "rating": 5, "thumbsUpCount": 337, "thumbsDownCount": 0}, "files": [{"id": 103363, "sizeKB": 18547.3203125, "name": "Yoo Aeran.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-14T18:21:29.003Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "AAE6ADF847", "SHA256": "AAE6ADF84783539D29BAD725944AF0D9C80174DA39E5F40428998B5B7271D635", "CRC32": "450B1B24", "BLAKE3": "BFB2F3692FF5A2CC1B12707314FE19F40C84F0BE1C59DB47A5B467F7956CA868", "AutoV3": "DCFBE75A6287"}, "downloadUrl": "https://civitai.com/api/download/models/140696", "primary": true}, {"id": 230115, "sizeKB": 105346.7412109375, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T15:55:52.328Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D2A373C4", "AutoV2": "5B85768884", "SHA256": "5B85768884901EE513A50C6334B81A0D97E003CB3B87863D4F67A9A56DE37B45", "CRC32": "B4B5182C", "BLAKE3": "4E37B54CA94043B3E4962416FABD36F5E2E8276D42183412446167A76E52945C"}, "downloadUrl": "https://civitai.com/api/download/models/140696?type=Training%20Data"}], "images": [{"id": 2029622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/371a56d0-10df-49ff-ba7f-cebedb566d94/width=450/2029622.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U9Iz;r0k00IUSt9c~B9u4m01~VRQ4-Rn^*M{", "type": "image"}, {"id": 2029623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ca2265a-f30f-4546-9102-d5cf71ecb0b6/width=450/2029623.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U8H-.B?^00cE00?YE0D%00Na~W00?wR.wI^j", "type": "image"}, {"id": 2029624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca442559-823d-4298-ad2f-b770885a42b3/width=450/2029624.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDIEz~00t+~W00%L57Myf#4n~W9FT0%2^+Rj", "type": "image"}, {"id": 2029621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e63c8a4-e08c-4b4e-8dbf-04b0168e5bf9/width=450/2029621.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UVLDu:~VuP-oPC%0%hxuD%t7-pW=%2bbwb%2", "type": "image"}, {"id": 2029626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f69b1ab0-6fe4-4799-afa6-cb50ea8f7cd0/width=450/2029626.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGIg[u004-~V_2oM-o9Z,AIo-=-pI:of$*t8", "type": "image"}, {"id": 2852244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfc966cb-f41e-449f-83b6-6bb721b11a87/width=450/2852244.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1824, "hash": "UEIN?b010e~WyU9akBIU0d9F%2NG0eNH~CRi", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/140696", "modelId": 128496} \ No newline at end of file diff --git a/datasets/metadata/140698.json b/datasets/metadata/140698.json new file mode 100644 index 0000000000000000000000000000000000000000..a2485d2843d57c40580c8918ff45d3997f5c3d41 --- /dev/null +++ b/datasets/metadata/140698.json @@ -0,0 +1 @@ +{"id": 140698, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-14T18:20:35.857Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 491, "ratingCount": 92, "rating": 5, "thumbsUpCount": 107, "thumbsDownCount": 0}, "files": [{"id": 103365, "sizeKB": 22254.0302734375, "name": "Sumire_NEZU_Kagirohi-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-14T18:21:05.309Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "85D60F9A", "AutoV2": "BA9ED78BE5", "SHA256": "BA9ED78BE562E87129FC7B09AE901548BEBDD9F2B06AE88929885F1ED9FCFB64", "CRC32": "A9926D46", "BLAKE3": "AF2B0E8D78040379479EA7AE6DCFB9FC0052E40F6A3AF0CAFE8311499B0D25DC", "AutoV3": "93B4407CAE59"}, "downloadUrl": "https://civitai.com/api/download/models/140698", "primary": true}, {"id": 103366, "sizeKB": 42279.068359375, "name": "Sumire_NEZU_Kagirohi.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-14T18:21:03.247Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "63BEE6A9", "AutoV2": "F38113D420", "SHA256": "F38113D420D63022FD28CCB17B75D2DDF2DACDFA3C415D30C3C72762C853CC27", "CRC32": "E0CD2CF2", "BLAKE3": "07FD58D5E0FF80EC2C810F47B2ED5D691ECE12890F368D8F042E769736D55238"}, "downloadUrl": "https://civitai.com/api/download/models/140698?type=Training%20Data"}], "images": [{"id": 2029677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2036adb-8b1c-4647-ac8c-ff9e39c950e8/width=450/2029677.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPIXBcay0Kof00WBX7kB0Mof-pay~Wj[xaay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/140698", "modelId": 128497} \ No newline at end of file diff --git a/datasets/metadata/140856.json b/datasets/metadata/140856.json new file mode 100644 index 0000000000000000000000000000000000000000..38fef0c3cce6415b8bae7a5b68780fc9118f9bd8 --- /dev/null +++ b/datasets/metadata/140856.json @@ -0,0 +1 @@ +{"id": 140856, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-15T00:49:26.326Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 592, "ratingCount": 128, "rating": 5, "thumbsUpCount": 138, "thumbsDownCount": 0}, "files": [{"id": 103484, "sizeKB": 22254.337890625, "name": "Christina_Rothschild_Himekishi-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-15T00:44:21.781Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "72162F5A", "AutoV2": "B9CF4D7908", "SHA256": "B9CF4D79081413F64A338187C872A54804B7E07D989E3051C3B5D35EC672FEF3", "CRC32": "FCD5D905", "BLAKE3": "F5417E43FEDB565E99657FE3B4A9FF84D63062B400713D177C74A61BE0E42A63", "AutoV3": "E46806E65686"}, "downloadUrl": "https://civitai.com/api/download/models/140856", "primary": true}, {"id": 103485, "sizeKB": 42156.73828125, "name": "Christina_Rothschild_Himekishi.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-15T00:44:32.837Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E231DD7D", "AutoV2": "FE2FF47689", "SHA256": "FE2FF4768996F2F6EDD95014489EC54B98500A460984940783D83BC999B65262", "CRC32": "7FC57B49", "BLAKE3": "FC08AE98AA6C9F1EC15007F68F8B768C098A23535075B28AB304CC2B5959D3FC"}, "downloadUrl": "https://civitai.com/api/download/models/140856?type=Training%20Data"}], "images": [{"id": 2034612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adf2a8d7-2e04-45fc-b611-64d1977a5fb3/width=450/2034612.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULLM@eog0gof%BWB0May02axsrj[~Ut6-;oJ", "type": "image"}, {"id": 2621845, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3286c645-cca6-4128-9dc7-3daf54b31449/width=450/2621845.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPPi3G,T4Vi|VVVsIXMz$+RP?HIV~pR5w|oI", "type": "image"}, {"id": 2621741, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59171437-7029-4be7-96dc-41ccf985c4fb/width=450/2621741.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHLWO*IU00jFx5M{8|bF01kWnVt7~Axv-:t6", "type": "image"}, {"id": 14158684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/332d4719-9bf3-41cc-a150-ddaebb173515/width=450/14158684.jpeg", "nsfwLevel": 2, "width": 1536, "height": 2304, "hash": "UbNS?J_Mtn.8~n%KNNxt9coxnjt6%Mn%M{Ro", "type": "image"}, {"id": 14158686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7716154-83ff-46e0-b843-84fbffeb6494/width=450/14158686.jpeg", "nsfwLevel": 4, "width": 1536, "height": 2304, "hash": "UMO.m+~V5Y?a0Kt8D*xu4oxux[WrMyRQRkRP", "type": "image"}, {"id": 14158692, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8efbee27-26cb-4d1f-8767-7e37bfd7ea00/width=450/14158692.jpeg", "nsfwLevel": 4, "width": 1536, "height": 2304, "hash": "UFN]Uz-h4:4;0J~9IUOD00-:_2M|xp%gR59b", "type": "image"}, {"id": 14158698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85f6ea0c-cf8b-4226-9f3c-a6f1d94c5f22/width=450/14158698.jpeg", "nsfwLevel": 4, "width": 1536, "height": 2304, "hash": "U8OVosic02IUxP0100D%E6V{~q00s+nN%3ab", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/140856", "modelId": 128628} \ No newline at end of file diff --git a/datasets/metadata/141195.json b/datasets/metadata/141195.json new file mode 100644 index 0000000000000000000000000000000000000000..1bffac852a1d65c0b01230e697827053016408c4 --- /dev/null +++ b/datasets/metadata/141195.json @@ -0,0 +1 @@ +{"id": 141195, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-15T12:26:25.345Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 464, "ratingCount": 83, "rating": 5, "thumbsUpCount": 98, "thumbsDownCount": 0}, "files": [{"id": 103757, "sizeKB": 22256.50390625, "name": "Midori_Shouji_Houkago2-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-15T12:25:59.195Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F42E7C67", "AutoV2": "BB0C184C28", "SHA256": "BB0C184C2868627EE1BD61EA66E29182C0CA225ECA081A01355EC70C88CABCCD", "CRC32": "67E5AF8B", "BLAKE3": "830A1D2C1D95FD75F223932CFF2BBF13EB481BD0E1273359E3B78E0180710302", "AutoV3": "8D7EC2B73064"}, "downloadUrl": "https://civitai.com/api/download/models/141195", "primary": true}, {"id": 103758, "sizeKB": 51190.46484375, "name": "Midori_Shouji_Houkago2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-15T12:26:13.578Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1C0E5CCC", "AutoV2": "0CE69E0610", "SHA256": "0CE69E06107626DED4A8A635342DE93D03E8AC49EEBDC5C030BE45A5F3EC516B", "CRC32": "08703C5A", "BLAKE3": "83970B2BE1617D532639786150154C7AD678E64E4E424E8E2C9112307916A944"}, "downloadUrl": "https://civitai.com/api/download/models/141195?type=Training%20Data"}], "images": [{"id": 2041709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2855a226-bd29-4085-8c8d-7b4001c224ba/width=450/2041709.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U$M@Ait7S~s.~pa#%Noeo~ayRQa|t8ofRij[", "type": "image"}, {"id": 2041790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7dfea6e4-42d5-464b-b290-09352ccaacfb/width=450/2041790.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWI;*I~VE1NG?Fs.9aMxWA%MohIptlt7$zs:", "type": "image"}, {"id": 2041849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d432acb-90d0-42fe-bb0c-42dc826fbc9f/width=450/2041849.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UmK^y%9bkWad~Vt6tRt6M_t6jbxtW=NHMxRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/141195", "modelId": 128900} \ No newline at end of file diff --git a/datasets/metadata/141317.json b/datasets/metadata/141317.json new file mode 100644 index 0000000000000000000000000000000000000000..cc670e5a4a7b7af66dc7003964cb6c2e09560930 --- /dev/null +++ b/datasets/metadata/141317.json @@ -0,0 +1 @@ +{"id": 141317, "index": 0, "name": "v1.0 222p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-15T16:19:27.086Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 1157, "ratingCount": 228, "rating": 5, "thumbsUpCount": 274, "thumbsDownCount": 0}, "files": [{"id": 103863, "sizeKB": 48693.4296875, "name": "Kitagawa_Marin_DressUp.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-16T16:21:49.192Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "863F6626", "AutoV2": "2F259B0089", "SHA256": "2F259B0089EB9A401A3F9AD2A3E1A9ABC17E978B5E6D55EDAD11CD17250CFC93", "CRC32": "0F3D0970", "BLAKE3": "D9F8C9F57D0B101ACE8989BD681660CF4847F6590C0C1245F5971D18697DF0EB"}, "downloadUrl": "https://civitai.com/api/download/models/141317?type=Training%20Data"}, {"id": 103862, "sizeKB": 22264.8544921875, "name": "Kitagawa_Marin_DressUp-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-16T16:21:48.602Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "85AFFB52", "AutoV2": "13FBA4E657", "SHA256": "13FBA4E6579062D1D37D156B8A3A660FFA36E9250CE2ADE927E2FB8940702763", "CRC32": "13C1481F", "BLAKE3": "BF83711E3D380763842CB91921ED9E35BAB49D33302A2D521DCDF1C3E9AEC25C", "AutoV3": "5BF65B31B060"}, "downloadUrl": "https://civitai.com/api/download/models/141317", "primary": true}], "images": [{"id": 2044272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0066b8fb-d91f-48df-8692-1b1171a02d86/width=450/2044272.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJLp:b-;yY-p0Loz~Woz_2WBRiRjtSWB~WWB", "type": "image"}, {"id": 2044407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acf0d131-cb34-4e96-97ef-fe46abe392bf/width=450/2044407.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UCJ*9pxt00-p0gRk~qof00WB?bWX+?%2$$WV", "type": "image"}, {"id": 2044582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65c9f871-5648-4842-a933-9049f9512bb2/width=450/2044582.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "USP~TX%2*0%L%hbIyDj[%zkBE1ayNbaysloL", "type": "image"}, {"id": 2044670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c2ad6ab-b7a0-4496-af08-9a56bac9665b/width=450/2044670.jpeg", "nsfwLevel": 1, "width": 1298, "height": 1136, "hash": "URJ*S9x_00Mw~UsCIokCE3Rjoyt8ozWoM|n~", "type": "image"}, {"id": 2044672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99d057af-b1a8-4e62-bff6-59c6822e4418/width=450/2044672.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UONJm_9Z01aen4Vsozxa9@NG%4bF~W%LV@t7", "type": "image"}, {"id": 2044675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d1365f1-f365-4aef-964a-cfcc0bb4b71b/width=450/2044675.jpeg", "nsfwLevel": 4, "width": 1295, "height": 1222, "hash": "UbQI@=oJyZx]%MWBa$a}WUj[WCae%LayRkj[", "type": "image"}, {"id": 2044678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0948ef0-bbe7-44d1-932b-c923facebe82/width=450/2044678.jpeg", "nsfwLevel": 1, "width": 1166, "height": 1111, "hash": "USRLFUnh^nxa-BbaS~kD-=rwMxW=tRXRm-kD", "type": "image"}, {"id": 2044679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6606f6c4-64f7-4f06-b31e-a81ddb7429db/width=450/2044679.jpeg", "nsfwLevel": 1, "width": 1246, "height": 1126, "hash": "UDF$-P-|7A4mLg%h*0pv1ROb?Q?c_0sEE1tR", "type": "image"}, {"id": 2044685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/437635ef-0b6d-436a-b36d-2adca6d49b18/width=450/2044685.jpeg", "nsfwLevel": 1, "width": 968, "height": 895, "hash": "USMQV1IS^%-oE3byo#t7~oxtM{NGj[t6xtjE", "type": "image"}, {"id": 2044686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9204062-9dc9-4e37-b990-ac3705d5d04e/width=450/2044686.jpeg", "nsfwLevel": 1, "width": 1353, "height": 1167, "hash": "U9Lp]d9F^-~q}]%M00IoRQozE1V@-:Rjsqt6", "type": "image"}, {"id": 2044688, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aaf33024-74d2-4fa8-a2a5-0b3b8f354586/width=450/2044688.jpeg", "nsfwLevel": 1, "width": 1346, "height": 1227, "hash": "UnG[=:%M~qbF?vWB-;RjM{RjWBj[V@ofWBt7", "type": "image"}, {"id": 2044690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc9d6675-df90-4c04-abbb-6786e0a31816/width=450/2044690.jpeg", "nsfwLevel": 1, "width": 1409, "height": 1131, "hash": "UaI#GY^i-oWA~oofj^M{^*jGNGWB-;NGWBt7", "type": "image"}, {"id": 2044693, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c288c05e-5130-4cb3-b0c3-3089a8b88f54/width=450/2044693.jpeg", "nsfwLevel": 1, "width": 1128, "height": 1096, "hash": "U$IN,Js8-pae~VsSxaayxtf6RkkCa#WURjof", "type": "image"}, {"id": 2044694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf4adc07-9479-4fee-b87b-63353f21234c/width=450/2044694.jpeg", "nsfwLevel": 1, "width": 610, "height": 632, "hash": "UvN9bPM_?d-=xGo0S3WWxvofRiWBX8bIsWjF", "type": "image"}, {"id": 2044695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8a3528d-c3ed-4f9c-89ac-da1116120697/width=450/2044695.jpeg", "nsfwLevel": 1, "width": 680, "height": 642, "hash": "UlPFB6VptoyGt6jZWCaxoybGV[aes:axfkkC", "type": "image"}, {"id": 2044697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29ba7f18-3ff4-4447-a6dc-3c20c3e02f62/width=450/2044697.jpeg", "nsfwLevel": 2, "width": 714, "height": 722, "hash": "ULP~QzxSS-tWsAjEt7kYxwogRPRjs=WFjas+", "type": "image"}, {"id": 2044698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/769a25fd-edbd-4899-b6b3-0cb6740e26b5/width=450/2044698.jpeg", "nsfwLevel": 1, "width": 646, "height": 566, "hash": "UPPPKEt0$;$.VvWExut5n-jcWXWVo}fir@jZ", "type": "image"}, {"id": 2044699, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65cb1fd6-a58f-4683-8441-f166dbf62985/width=450/2044699.jpeg", "nsfwLevel": 1, "width": 633, "height": 753, "hash": "UqLN.4?b_NWA%Lt7RkoeaxIUozofxuoLWCjs", "type": "image"}, {"id": 2044700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf193c35-60df-4c63-b903-f24f09ae054e/width=450/2044700.jpeg", "nsfwLevel": 1, "width": 1038, "height": 998, "hash": "UNO3kHxtYNt7}[of?^og_MWB~pfi4rWB4nR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/141317", "modelId": 129001} \ No newline at end of file diff --git a/datasets/metadata/141559.json b/datasets/metadata/141559.json new file mode 100644 index 0000000000000000000000000000000000000000..243d5615ab62bcc01fbfd6f8562526c1b116adee --- /dev/null +++ b/datasets/metadata/141559.json @@ -0,0 +1 @@ +{"id": 141559, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-16T00:16:24.039Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 361, "ratingCount": 50, "rating": 5, "thumbsUpCount": 64, "thumbsDownCount": 0}, "files": [{"id": 104074, "sizeKB": 47036.6611328125, "name": "athena_asamiya_SNK.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-16T00:20:41.915Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2ABA0290", "AutoV2": "0BAAA39645", "SHA256": "0BAAA39645096F09A879E73DB27380291F57BDC146B0B898DE72C44C53CE9D23", "CRC32": "F1BDC8FD", "BLAKE3": "81C8B081D96069E9C6368BE6E18BA761BFD9C5EEB35D65482F3A9B05DE7D2ADB"}, "downloadUrl": "https://civitai.com/api/download/models/141559?type=Training%20Data"}, {"id": 104073, "sizeKB": 22256.1923828125, "name": "athena_asamiya_SNK-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-16T00:16:14.955Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1DF98297", "AutoV2": "45B5F60A7C", "SHA256": "45B5F60A7C2479DECC3C42C95FD16128E66C00CB9CA0AF304FC84ED6DE71C2AC", "CRC32": "E21D1B36", "BLAKE3": "CBDDD0078B4664B20914312307AECD124DFC0689C458DEA0CFDAFE381E54F8B3", "AutoV3": "D6CD3782A8EC"}, "downloadUrl": "https://civitai.com/api/download/models/141559", "primary": true}], "images": [{"id": 2822381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86df7ad6-6b76-40d3-9357-b66e5a755e20/width=450/2822381.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNMF,*~W0Kt500IBNEIU.7NHtQOXV@xuX7WE", "type": "image"}, {"id": 2049831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f3eab3e-3e9e-41e7-bd9a-d28c5390de50/width=450/2049831.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBJP_d1J00w|00nN%|%M?axavzeoD+sC~prs", "type": "image"}, {"id": 2049792, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/305aa766-4864-4811-9548-012f012e4ca5/width=450/2049792.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaNSa4-V.Tt7YkSN_MX8=|jZVsoLxvoextW;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/141559", "modelId": 129185} \ No newline at end of file diff --git a/datasets/metadata/141642.json b/datasets/metadata/141642.json new file mode 100644 index 0000000000000000000000000000000000000000..4bc1f78568293a5b0356f32bbb869c8bd5c249fc --- /dev/null +++ b/datasets/metadata/141642.json @@ -0,0 +1 @@ +{"id": 141642, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-16T03:07:14.301Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 511, "ratingCount": 84, "rating": 5, "thumbsUpCount": 108, "thumbsDownCount": 0}, "files": [{"id": 104145, "sizeKB": 48395.490234375, "name": "Sherry_Barnett_Shadow.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-16T03:11:49.192Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3A1FACB1", "AutoV2": "5946E79B61", "SHA256": "5946E79B612BA83847FE5376E936CF99EECE815EF6051572E0BF83026D5BD884", "CRC32": "66AECAB1", "BLAKE3": "C94CC83D2E206C98FDF38DBBE76471EDCB5347C04A396EFE782B6847BD63D395"}, "downloadUrl": "https://civitai.com/api/download/models/141642?type=Training%20Data"}, {"id": 104144, "sizeKB": 22253.96484375, "name": "Sherry_Barnett_Shadow-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-16T03:11:20.563Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "00CA2418", "AutoV2": "7BECF2DBCF", "SHA256": "7BECF2DBCF4F76AD6782E672753E2294882165387C3111965E52D3A4F3694BD3", "CRC32": "75FE87CD", "BLAKE3": "672C7CC00E903EE98FBB69B16FCA3B234EBC03A5F73D598DC63F5AF38B41DF26", "AutoV3": "19A7D98C1042"}, "downloadUrl": "https://civitai.com/api/download/models/141642", "primary": true}], "images": [{"id": 2051695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffb47b22-8ee6-4824-9542-c13a027d5603/width=450/2051695.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U,MQ9kR-pIj]~XR-o}j[XSS4IoWVNabGj?j[", "type": "image"}, {"id": 2051732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da909de2-52b6-4b7d-b41e-e06862c5814f/width=450/2051732.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U$L|TDxbpIxu~WVsx]a}xvRPNGWBxuozWBxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/141642", "modelId": 129246} \ No newline at end of file diff --git a/datasets/metadata/141656.json b/datasets/metadata/141656.json new file mode 100644 index 0000000000000000000000000000000000000000..f80819c28efd68f0f3b4a104cb24d2be4b5455ab --- /dev/null +++ b/datasets/metadata/141656.json @@ -0,0 +1 @@ +{"id": 141656, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-16T04:05:39.292Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["joori, short hair, large breasts"], "stats": {"downloadCount": 1038, "ratingCount": 200, "rating": 5, "thumbsUpCount": 256, "thumbsDownCount": 0}, "files": [{"id": 230114, "sizeKB": 40923.3134765625, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T15:56:33.122Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FC07EB81", "AutoV2": "D1FE9EDA99", "SHA256": "D1FE9EDA99779DB1F87C691D4857055331F96E2687B41266CB96ABB549887F15", "CRC32": "5F3B1B5D", "BLAKE3": "93A437DC450340603FEAEE70D7C93110CB7776C21A0DF8DFBB4A65EE6135200C"}, "downloadUrl": "https://civitai.com/api/download/models/141656?type=Training%20Data"}, {"id": 104161, "sizeKB": 18546.9375, "name": "Joori.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-16T03:35:36.015Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "49961808A5", "SHA256": "49961808A5C5765407E3F8E109BB05AE1A2D70A5CB3C07713BFC0E7F41525059", "CRC32": "8419C2B6", "BLAKE3": "8DF8E8B0E248FE6276C437834A37686B0AD65AD8A41DE9606338227B73454E7C", "AutoV3": "F4E526E25511"}, "downloadUrl": "https://civitai.com/api/download/models/141656", "primary": true}], "images": [{"id": 2052023, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6c59cc2-5f92-4b1a-a077-12afeb94b80a/width=450/2052023.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UYJ@d:$%In.7~pITsl?aWqWBs:xaRkkBj?WB", "type": "image"}, {"id": 2052025, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7a8ff1c-e37a-49d9-a129-3c82b4b5bcf2/width=450/2052025.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDI}L{0LG^H@?tDhH=4T^*X59Y9EE,9ZNdi{", "type": "image"}, {"id": 2052114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e63115ae-29a4-424a-bc27-f64fde552d56/width=450/2052114.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOK1ObtnpK_4.TxBo#?wO@I:oyX7EKemRjt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/141656", "modelId": 129256} \ No newline at end of file diff --git a/datasets/metadata/141966.json b/datasets/metadata/141966.json new file mode 100644 index 0000000000000000000000000000000000000000..7949a9d7178023518a30380abca942fdffd90926 --- /dev/null +++ b/datasets/metadata/141966.json @@ -0,0 +1 @@ +{"id": 141966, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-16T15:44:53.174Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 477, "ratingCount": 95, "rating": 5, "thumbsUpCount": 112, "thumbsDownCount": 0}, "files": [{"id": 104417, "sizeKB": 48063.103515625, "name": "claudia_mccunnen_Phantom.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-16T15:58:50.359Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1E789C22", "AutoV2": "0B6594CE33", "SHA256": "0B6594CE33C7B9E24F23E0DB467A87C81F0601A8D4C3331897479AD5F1FD6DD9", "CRC32": "A7BEF189", "BLAKE3": "F6D535F12D00D540F2C51BFCBA75E4B137609E18BAECBC4A603692D04632B3DA"}, "downloadUrl": "https://civitai.com/api/download/models/141966?type=Training%20Data"}, {"id": 104416, "sizeKB": 22255.1064453125, "name": "claudia_mccunnen_Phantom-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-16T15:58:45.987Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "81D31A73", "AutoV2": "A63EFCC518", "SHA256": "A63EFCC5185DB267A4E68C82F024B7DBE0355DA86D0F86B5B5269B23C775953D", "CRC32": "637F15BE", "BLAKE3": "95C5D900E738B552E8C3E1AAEC84B3159869EB8192EE76569AA0A961C36B92C3", "AutoV3": "D9ADCDB17C85"}, "downloadUrl": "https://civitai.com/api/download/models/141966", "primary": true}], "images": [{"id": 2059003, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47c3a9b7-7f09-4d63-a20b-812ad51a7770/width=450/2059003.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVLDcF0LO?V?~VM{kXV@ELRjxZ%Lt7IpIURj", "type": "image"}, {"id": 2059530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ec17b7b-ad42-413e-977f-403261eee806/width=450/2059530.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U8Of3}_200nn?[J60Jx[018|01V@17-.00IV", "type": "image"}, {"id": 2059548, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90f4066a-e7f7-4eae-bac1-706116399024/width=450/2059548.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNMiva0K02tR~pnNVtR+IoE1kBt7o}xt9FWC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/141966", "modelId": 129511} \ No newline at end of file diff --git a/datasets/metadata/142003.json b/datasets/metadata/142003.json new file mode 100644 index 0000000000000000000000000000000000000000..384bea69ad90782db80f0b6fe1cfb97989d33b64 --- /dev/null +++ b/datasets/metadata/142003.json @@ -0,0 +1 @@ +{"id": 142003, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-16T17:37:39.541Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": ["camilla", "floral dress", "white shirt, jeans"], "stats": {"downloadCount": 1628, "ratingCount": 231, "rating": 5, "thumbsUpCount": 298, "thumbsDownCount": 0}, "files": [{"id": 230113, "sizeKB": 46949.0283203125, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T15:56:30.684Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "530B6A82", "AutoV2": "1B3D059FF8", "SHA256": "1B3D059FF8434D2BDA0851ECB786B9C8E34F855FDAD398995F5A4FD79B3403C2", "CRC32": "EC6CE1E3", "BLAKE3": "BE85665485E1C72F23916A35A120F9A0342EAF8D5367CBB8EA708FE42B187D42"}, "downloadUrl": "https://civitai.com/api/download/models/142003?type=Training%20Data"}, {"id": 104446, "sizeKB": 18545.6484375, "name": "Camilla.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-16T16:58:45.932Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "B5AEDD2C2C", "SHA256": "B5AEDD2C2CC3337C62A889E8E3F53D3AFFC31CA653A30EC2DC97F7CFE96DFEB1", "CRC32": "1DA14F08", "BLAKE3": "B6CE6E5AC192FE50F55BF3346485475C6DF465E3E4CBFB9983C3D09094589310", "AutoV3": "B34F212E5C8F"}, "downloadUrl": "https://civitai.com/api/download/models/142003", "primary": true}], "images": [{"id": 2060247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d8c29ec-6c85-434d-befe-d782a8a4dfdd/width=450/2060247.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHKm^V9t_NE1_3V?%LE1_3t7^+_3-;M{MxM{", "type": "image"}, {"id": 2060002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/269bf613-5af4-4f3f-86a1-cb16dcf105ce/width=450/2060002.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEIER+0KNCWFOR$zx[-p.7D%X59GKN9Z~W%2", "type": "image"}, {"id": 2060274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d0493f8-de81-4cee-9cb6-2c70fa6c1271/width=450/2060274.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULIgl;x]~W00g$Dj-pM{={%g-p?H0K56V@?G", "type": "image"}, {"id": 2059940, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b658af34-8b68-4c57-ae27-90840ef6aaa7/width=450/2059940.jpeg", "nsfwLevel": 2, "width": 2560, "height": 858, "hash": "UaJ8IVt6ayoe_Loejuj@.8oLj[oM^,ofayof", "type": "image"}, {"id": 2852260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bcf0582-ad8f-4cb1-a45e-6ffc323ac842/width=450/2852260.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1824, "hash": "UFJHXVxb%~_4KQM|4.OZ%gDi-UozIU$#$ixt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/142003", "modelId": 129536} \ No newline at end of file diff --git a/datasets/metadata/142068.json b/datasets/metadata/142068.json new file mode 100644 index 0000000000000000000000000000000000000000..3dc4cc4506670fc1b8fd277df3bb5d861656fc83 --- /dev/null +++ b/datasets/metadata/142068.json @@ -0,0 +1 @@ +{"id": 142068, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-16T18:42:21.195Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 1319, "ratingCount": 213, "rating": 5, "thumbsUpCount": 263, "thumbsDownCount": 0}, "files": [{"id": 104506, "sizeKB": 58077.4423828125, "name": "Celia_Cumani_Aintree_Walkure_Romanze.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-16T18:40:28.302Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3629868F", "AutoV2": "34D24EDD8D", "SHA256": "34D24EDD8D230E18C66988166114351591A38769A273F2D91E032AC9E9A2573B", "CRC32": "2428BCE0", "BLAKE3": "B19DB9D1C38B6DCFF0F7E4D966920D6FB067F090CF7593F9C1429C791B9ADE99"}, "downloadUrl": "https://civitai.com/api/download/models/142068?type=Training%20Data"}, {"id": 104505, "sizeKB": 22260.5849609375, "name": "Celia_Cumani_Aintree_Walkure_Romanze-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-16T18:37:43.638Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7169C15D", "AutoV2": "9D21375752", "SHA256": "9D21375752A1B59F9E9638FBFE62763F0A9F75251AC821666EB414ED92B9A4D5", "CRC32": "48930304", "BLAKE3": "09DEC827BFDADF1E3CB52566FE5065C946A9F8802951857D0CB3FB3B3C502FC9", "AutoV3": "66BA2B1D9C19"}, "downloadUrl": "https://civitai.com/api/download/models/142068", "primary": true}], "images": [{"id": 2061056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b18eb21d-f8b1-4b0c-bfe8-b1aa6e0bff69/width=450/2061056.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URLNY}ae4;aK~pV[NyRjcGWBWCWB.Tj]xabH", "type": "image"}, {"id": 2061213, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c116dac-9154-4d41-80c6-e9e2adf2f72d/width=450/2061213.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UdL:yF~B4n-nwZs.RkoJ9GWWspWB?Gt6WBoz", "type": "image"}, {"id": 2061320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56bd7a63-21cc-4f47-a663-cf8425854df4/width=450/2061320.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTQIl8%LcZs;?vM{x^WByst7%fozxtt7I9ae", "type": "image"}, {"id": 10566628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a66376f-4ebc-4fad-b6b0-5383d1e4b247/width=450/10566628.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UdO3kKxuk?s;^*of-=of?wWBRPWB9Zj[WBkB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/142068", "modelId": 129589} \ No newline at end of file diff --git a/datasets/metadata/142139.json b/datasets/metadata/142139.json new file mode 100644 index 0000000000000000000000000000000000000000..c822f399a7cd40a0cc24cf193122d454b7211f34 --- /dev/null +++ b/datasets/metadata/142139.json @@ -0,0 +1 @@ +{"id": 142139, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-16T21:29:03.011Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 635, "ratingCount": 133, "rating": 4.99, "thumbsUpCount": 161, "thumbsDownCount": 0}, "files": [{"id": 104575, "sizeKB": 63066.220703125, "name": "Satellizer_el_Bridget_Freezing.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-16T21:23:01.816Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FEE555E6", "AutoV2": "A7F0C67A58", "SHA256": "A7F0C67A587AC9BB8BFC7A80AE0C10A472155E632914CA2AB74C7083A8B9801E", "CRC32": "8184E098", "BLAKE3": "C0FE4ADB3F3223FD430482BD4B31CF6B3396E7EFCC6C37080C6A671B4929C312"}, "downloadUrl": "https://civitai.com/api/download/models/142139?type=Training%20Data"}, {"id": 104574, "sizeKB": 22263.333984375, "name": "Satellizer_el_Bridget_Freezing-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-16T21:22:51.844Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D97477F1", "AutoV2": "8CE8DDFAD8", "SHA256": "8CE8DDFAD81CFB7DE42ECBCCC79FBE13C472FD7111FEFC13CB89075C0FD21A38", "CRC32": "14C08601", "BLAKE3": "D67EB427A31D00973E6DD375FCA620CCA54FF154DE6F91FE9EA5614153CAB3FB", "AutoV3": "A94EE9DFA9C5"}, "downloadUrl": "https://civitai.com/api/download/models/142139", "primary": true}, {"id": 104572, "sizeKB": 22263.333984375, "name": "Satellizer_el_Bridget_Freezing-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-16T21:22:12.831Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D97477F1", "AutoV2": "8CE8DDFAD8", "SHA256": "8CE8DDFAD81CFB7DE42ECBCCC79FBE13C472FD7111FEFC13CB89075C0FD21A38", "CRC32": "14C08601", "BLAKE3": "D67EB427A31D00973E6DD375FCA620CCA54FF154DE6F91FE9EA5614153CAB3FB", "AutoV3": "A94EE9DFA9C5"}, "downloadUrl": "https://civitai.com/api/download/models/142139?type=Model&format=SafeTensor"}], "images": [{"id": 2062802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a25291f9-c83f-4e3e-ba2a-ddfc10d8bf66/width=450/2062802.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "UELWCWkC00-o00Rk11s.G^Rk5Xa{Mds.,WtQ", "type": "image"}, {"id": 2063079, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5f87a14-06e8-430e-821c-35c8f0bfd3e2/width=450/2063079.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQPO*pbJGcxu1jNIGIkCGwOFN0kW$eR-jEWW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/142139", "modelId": 129652} \ No newline at end of file diff --git a/datasets/metadata/142160.json b/datasets/metadata/142160.json new file mode 100644 index 0000000000000000000000000000000000000000..b912533e29faafbe18a6c98f493d9d3d07ee98e5 --- /dev/null +++ b/datasets/metadata/142160.json @@ -0,0 +1 @@ +{"id": 142160, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-16T22:03:46.768Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["BarbieCore"], "stats": {"downloadCount": 4133, "ratingCount": 380, "rating": 5, "thumbsUpCount": 666, "thumbsDownCount": 0}, "files": [{"id": 492309, "sizeKB": 56950.2119140625, "name": "BarbieCore Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T15:06:36.664Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "55CB30DB", "AutoV2": "90FC142F67", "SHA256": "90FC142F673D83A2174BAE3811CEAFE0991BD494F1640181B334F53290AD0EA5", "CRC32": "D1DF4B5A", "BLAKE3": "830971962782D43EA412B1F53994754A31EAB0AD999D98DDEDA4990A339E7E00"}, "downloadUrl": "https://civitai.com/api/download/models/142160?type=Training%20Data"}, {"id": 104592, "sizeKB": 147570.6396484375, "name": "BarbieCore.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-16T22:08:30.085Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3C625FA1", "AutoV2": "B6D1118C1B", "SHA256": "B6D1118C1BC942B248F07492E1EE149D118AAE7916C7AF9CDAD1B58B2CE0C092", "CRC32": "099ECE58", "BLAKE3": "EF58A394BE8AC16F8B0259712010A6B687D8530479C85A5A1ECBAF18C85C1604", "AutoV3": "75E0AB383F7F"}, "downloadUrl": "https://civitai.com/api/download/models/142160", "primary": true}], "images": [{"id": 2063215, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30b85548-d143-4ab2-8717-8e089e174aea/width=450/2063215.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UKLg9Y%h=F%2YRExa1-p$_Ny$+xt8}owJ~oy", "type": "image"}, {"id": 2063211, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b98a8335-8b7e-466f-888d-c86ddc1e7fa8/width=450/2063211.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UAL:QK0KG=_35Pxv009ZpS$S-qEK00v-}]IU", "type": "image"}, {"id": 2063212, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1fd3333-96f1-4a40-821f-812a14b747bf/width=450/2063212.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "U8L3u}00PA}@4T01B.M0ug^Q~U-D4nS~9FIn", "type": "image"}, {"id": 2063214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7267efd-f24b-4589-acd7-63bcc9fb0750/width=450/2063214.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U8J7I8s~00Nf00?J0x0d${StI=nm_N+iD$yD", "type": "image"}, {"id": 2063231, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f922e2e-e191-416e-858b-dfd209023d69/width=450/2063231.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UFQ8Dc_3H[R3llxu$lWC.moyt$xc%KpHTG%z", "type": "image"}, {"id": 2063220, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f68284f7-8c89-4f04-9a2c-1ae194c282f0/width=450/2063220.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UJL:QLgg0x~WKO_2g3%3EJ?H-;NFRlWC-VR%", "type": "image"}, {"id": 2063213, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/512fb90a-502e-4273-a298-86ef4b6c772a/width=450/2063213.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UGJZ}K~C?F-oY4tkSdoy?atj56S1RljJRQnj", "type": "image"}, {"id": 2063218, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/366eab30-b450-46aa-a0c4-7bfcc617c4cd/width=450/2063218.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "USGbF*-=O9J6.T%goes,b_S#V@sCMzRRadNG", "type": "image"}, {"id": 2063216, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/743364c3-b277-40f0-bab8-62e41d2698dd/width=450/2063216.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UMM6-vyEI-v}LMI^n*S}5R#k$+-VlC?ZR*M|", "type": "image"}, {"id": 2063225, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48a32104-8228-4c9d-aec6-dbb466109c71/width=450/2063225.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U9N0JA00Cz_N00%irsIo0JDjQmIU4UnR-:iL", "type": "image"}, {"id": 2063217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a24a1838-a633-4178-8eb6-f92e97eafc1f/width=450/2063217.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "USK,]c%1AB-V~B_2o}r]tRRkr@I:=|IpR+s:", "type": "image"}, {"id": 2063229, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b304563d-bd4f-478f-8a27-c0b4e95248d9/width=450/2063229.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UIOp4D_N00sD-?5Ox]x]=yRR=}$+c=xuH@My", "type": "image"}, {"id": 2063223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4d94547-7cb2-40a1-bafb-083f9c81a038/width=450/2063223.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UDHA^tEM%e~qx_$iATM{D$%3Rkxb00XRrvxt", "type": "image"}, {"id": 2063228, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90e6eac3-3d22-40da-84ef-833b6244c4b9/width=450/2063228.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UEO-{TZW*#}]3;yX9t$,00.7UZR~00wf=i%|", "type": "image"}, {"id": 2063232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fc2625c-e8c9-4073-aca6-8262270e9ebd/width=450/2063232.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UHJGjLG9SvVs55wi0xk90Kwg$+oN-qtP~DtQ", "type": "image"}, {"id": 2063224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/297bee0a-f9c5-4b70-bd23-700548bd3fd8/width=450/2063224.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UJLymA~X9?-q_3jZo0R*4,56%3NF%Lt5W;xu", "type": "image"}, {"id": 2063219, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32f2cf57-bc6a-4858-8324-f5182a71ef8e/width=450/2063219.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UKKAW[xw-p~X0JJ$?b.8~WO9X8ju=#ozNFM{", "type": "image"}, {"id": 2063226, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f13c13ee-3464-4096-98b7-ace1540d56b0/width=450/2063226.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "URNvJp,^S|x]DjO?kp%3.l9ZIUwzRPxaozR*", "type": "image"}, {"id": 2063227, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de5e942b-dbdd-4e6f-ae4c-067c515ae1e1/width=450/2063227.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UKF#RY~qOroyI:InIps;Xh-px]-paLWBs:o#", "type": "image"}, {"id": 2063230, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff38ccbd-c04f-44e0-9dc4-d27aed015b80/width=450/2063230.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UOOoSY?^T]z@2pXT,0Sd9@.7+iOS$jtR%yMy", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/142160", "modelId": 129667} \ No newline at end of file diff --git a/datasets/metadata/142408.json b/datasets/metadata/142408.json new file mode 100644 index 0000000000000000000000000000000000000000..847bb8886815afe0d0eddba613a9b48cd36aee3d --- /dev/null +++ b/datasets/metadata/142408.json @@ -0,0 +1 @@ +{"id": 142408, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-17T09:04:43.667Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["CakeStyle"], "stats": {"downloadCount": 1792, "ratingCount": 224, "rating": 5, "thumbsUpCount": 332, "thumbsDownCount": 0}, "files": [{"id": 492297, "sizeKB": 55426.7392578125, "name": "CakeStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T15:05:40.863Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4284C332", "AutoV2": "9947E34672", "SHA256": "9947E346728002C5A502D549EA073364AA0B610318C1855EE24D15D5D41A7942", "CRC32": "0F1D3FC8", "BLAKE3": "75A01BD70FF1BE809BEF3F1C986B6C1B7190C790B533E683682B45EAA642CF66"}, "downloadUrl": "https://civitai.com/api/download/models/142408?type=Training%20Data"}, {"id": 104799, "sizeKB": 147572.109375, "name": "CakeStyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-17T09:02:49.296Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7FCAE3E0", "AutoV2": "CFF7C8089F", "SHA256": "CFF7C8089FC11FB9BF8C5588BD67C1A74B0762C42D7CEF9D95035A6CA714F6E6", "CRC32": "D6B41D34", "BLAKE3": "6BD84D0904FA6BA4FF72E5701B4C3ED2A5701CFB8EC4970697836DC298C07A9C", "AutoV3": "56C2E559A5DF"}, "downloadUrl": "https://civitai.com/api/download/models/142408", "primary": true}], "images": [{"id": 2069877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f00bc12-f9f8-41cc-ad4a-b183817e8ecf/width=450/2069877.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UXI5Y+_N?GV?-SM_bHt7-pxuNGxuxuW;NGM{", "type": "image"}, {"id": 2069865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afe59352-6a58-4a27-a30d-0e6651828bb1/width=450/2069865.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "UCG87fIV?v5nR#00D%IU~p-pVt-VE3r=x]Sg", "type": "image"}, {"id": 2069880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5c4e015-584c-486b-9bce-689cbb1c23d6/width=450/2069880.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UWLgb6~p%Mae.8M{o#WW-ot7NHtROYR*VYxa", "type": "image"}, {"id": 2069927, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88c696bb-256c-4af2-8be6-50cab9b40d5e/width=450/2069927.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UCGRP102?a?G02%L9ZM|^cIW9FbI5rxt~URl", "type": "image"}, {"id": 2069864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bcb0186-efe2-4d3c-84e2-099488e122c8/width=450/2069864.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UQIXW_D$~V%19GogRkR*VYt7bHWCs:s.n$of", "type": "image"}, {"id": 2069867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96bf8984-8570-4bc9-8535-feb9d552ba9a/width=450/2069867.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UXJ7~]?G-;I;?wM}aet6i|NGWo%L?GjEM|NH", "type": "image"}, {"id": 2069863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87735e8e-219b-451b-99b4-1c0dbfdf9830/width=450/2069863.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UAKwF700xx_N00yYMbNJ00NfoZ9F_3R5_NWV", "type": "image"}, {"id": 2069868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/566bfe99-50fc-4aa7-8dce-e870f22d2b7c/width=450/2069868.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UTIERv?bxb%2xuIUM|fl~9adt6WUD+Rkxtoe", "type": "image"}, {"id": 2069870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d39423d-a335-4e9e-97e0-b573d1626da3/width=450/2069870.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UFGa|J~qa0Di004.IoR*mRxrkp?a4;jE%MoL", "type": "image"}, {"id": 2069872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a391e7a-1e8d-4960-a410-ff5ffec7e224/width=450/2069872.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UXKwqS~q.9o#?vIUoLof?cWCNFxt-:xtM|of", "type": "image"}, {"id": 2069881, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b1a7386-d787-4054-86ec-df54d255b2f7/width=450/2069881.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UKG*p8~p0hD*004oRPt6NI%2?Gxu%Mt7oMM|", "type": "image"}, {"id": 2069879, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5db59ac5-9814-42a2-978b-96a35e94a7be/width=450/2069879.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UGHLJ5ITxa-;~Ws.IU%MMwM|ITRPIU%Mt8RP", "type": "image"}, {"id": 2069871, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/928c60e1-17a7-44fb-9679-f9944f444927/width=450/2069871.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "URL|rorq?GM|^-xaM{V@x^RRr]xsXfxu%gkD", "type": "image"}, {"id": 2069866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/041ad3b9-6672-499f-a818-8291f05e373d/width=450/2069866.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UIIzu9~B%#tRtR01W=M{Y3NGxutRSzNGIA%2", "type": "image"}, {"id": 2069874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96eaddd3-77b7-43be-a96c-8934557b8707/width=450/2069874.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UJG*Tg~p%gagqZIAD%V[wH%2NHof5@Ne-pxZ", "type": "image"}, {"id": 2069876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd6f2ded-4ad3-4239-b85d-62813772efcb/width=450/2069876.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UIJH,P~q%2IV.8nNxYIn?IE2R.t6-5Ri%gnh", "type": "image"}, {"id": 2069873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/413d9c9c-2366-495e-b545-b20244fc85d4/width=450/2069873.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UMHxHA_2_NkqERD*M|a#^%f5IVoz%gIUadRj", "type": "image"}, {"id": 2069875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c301ae7e-df8c-4a49-ada8-c3810d9c2ae0/width=450/2069875.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UBE{IJ-TMJ01X-02MeIU};s8tm?uIAD*pI%L", "type": "image"}, {"id": 2069869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb6f9bf7-74bb-4ce0-98a7-7c39572f7662/width=450/2069869.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U8DSXJ00~W?E0f=KIUS$?FD*nQXRwf%eeBkq", "type": "image"}, {"id": 2069878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a52615fa-532e-4826-81bc-4c5c79097479/width=450/2069878.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UaKwIQIUt,t7~CxuShbH?^WBR5t6GFkCnOnj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/142408", "modelId": 129868} \ No newline at end of file diff --git a/datasets/metadata/142492.json b/datasets/metadata/142492.json new file mode 100644 index 0000000000000000000000000000000000000000..f9a274a2409d1fd224f462b8e9988e6f8c14a98f --- /dev/null +++ b/datasets/metadata/142492.json @@ -0,0 +1 @@ +{"id": 142492, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-17T12:23:01.961Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 1201, "ratingCount": 212, "rating": 5, "thumbsUpCount": 286, "thumbsDownCount": 0}, "files": [{"id": 104864, "sizeKB": 42202.8603515625, "name": "Hilda_Greyrat_Mushoku.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-17T12:32:58.662Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "715E78CB", "AutoV2": "F56C9CCF6D", "SHA256": "F56C9CCF6D7C37D8566EF8C6EFC2DA55E3707AA506F20C92799F13D8748BA1D1", "CRC32": "76E1A5B3", "BLAKE3": "A8A99287FEDB72BBBCC1CA8D90C0617E5C48EF90D5ACE9F15F438123B642E2E3"}, "downloadUrl": "https://civitai.com/api/download/models/142492?type=Training%20Data"}, {"id": 104863, "sizeKB": 22253.9482421875, "name": "Hilda_Greyrat_Mushoku-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-17T12:32:45.025Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9CAAB921", "AutoV2": "1315FBCA13", "SHA256": "1315FBCA13CC1A7CAAE76E973660FBF7FFED351D74EDD47946B6AD384B3CA2BE", "CRC32": "A7901EA8", "BLAKE3": "CA260AFF40D86E1F3CC0BBCCF1EC54607043F5F187D016CF9B61DE580E90CCE9", "AutoV3": "8E3B5269A1F9"}, "downloadUrl": "https://civitai.com/api/download/models/142492", "primary": true}], "images": [{"id": 2072198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59f6537b-4cd2-403d-ba21-54fac3d75a7f/width=450/2072198.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaN9k9j]_Nxa.8s:?bs:4:oft6WB^jofxGWB", "type": "image"}, {"id": 2072272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68970693-6a2a-46f4-b340-ec7247290307/width=450/2072272.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UYMZL3S4yYx^~qMx.8S40LR4t6M{-pRjR*%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/142492", "modelId": 129937} \ No newline at end of file diff --git a/datasets/metadata/142554.json b/datasets/metadata/142554.json new file mode 100644 index 0000000000000000000000000000000000000000..d07652662769a7f6407a49e6021d07f8db30d3b2 --- /dev/null +++ b/datasets/metadata/142554.json @@ -0,0 +1 @@ +{"id": 142554, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-17T14:20:09.687Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 625, "ratingCount": 97, "rating": 5, "thumbsUpCount": 135, "thumbsDownCount": 0}, "files": [{"id": 230112, "sizeKB": 72551.2197265625, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T15:55:56.302Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1C7D87D7", "AutoV2": "016892B689", "SHA256": "016892B689301EA1202BAB271245CF74115F25A0EFCEB3E9A7F2E4A6E6FB784D", "CRC32": "C7C64172", "BLAKE3": "9F041E656BD9D0626C55BC29222A453C39C5DC4FD61313E5091D731EB538C3D5"}, "downloadUrl": "https://civitai.com/api/download/models/142554?type=Training%20Data"}, {"id": 104918, "sizeKB": 36979.5078125, "name": "OvergearedV2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-17T14:43:05.575Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1A8B358B", "AutoV2": "68FC71F227", "SHA256": "68FC71F2277E6B820DDF1049F3B4835662655B446BC754A010843610D8BB03F4", "CRC32": "CCA1DAAA", "BLAKE3": "1ECB420E71F199CB623512571E4C8D0E218F87AA3757B8BBA7B335380F879EB6", "AutoV3": "10C3F080A5C2"}, "downloadUrl": "https://civitai.com/api/download/models/142554", "primary": true}], "images": [{"id": 2073887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b09a2313-d164-4890-810c-5e2687d35457/width=450/2073887.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1824, "hash": "UPHnd5xa?a%L,-WBRjWBR*ayRkRj~Wt7-:xu", "type": "image"}, {"id": 2073886, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8843d4e-3735-4e0d-83b6-c512d129a97e/width=450/2073886.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBGbJGRP8^~X6:IU00Ip~XWS-NxuNMxb9FD*", "type": "image"}, {"id": 2073922, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f51e8e34-165c-4c0c-83f2-9cd747c46349/width=450/2073922.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCFrn;L}qG?w9?j]56%M4TtlQ,WA?wMwVYtR", "type": "image"}, {"id": 2073888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8ed85ab-897e-4a66-9271-e086998ef6e9/width=450/2073888.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWK^NRIo-o^*~At6IpRj=^f+n$-n-VxaIp%L", "type": "image"}, {"id": 2073889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/237bbfcc-7a95-4bf6-8f51-daff2ea39970/width=450/2073889.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1662, "hash": "UmM7DR_4?v-=?aWBRkax-pRkR*WB%MaxWUWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/142554", "modelId": 129989} \ No newline at end of file diff --git a/datasets/metadata/142627.json b/datasets/metadata/142627.json new file mode 100644 index 0000000000000000000000000000000000000000..0a1c0cc3fbf9f8bd821aefb3c0229b17d7d36d66 --- /dev/null +++ b/datasets/metadata/142627.json @@ -0,0 +1 @@ +{"id": 142627, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-17T16:31:23.507Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 556, "ratingCount": 92, "rating": 5, "thumbsUpCount": 109, "thumbsDownCount": 0}, "files": [{"id": 104979, "sizeKB": 55582.130859375, "name": "Nanao_Amagase_Reijou.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-17T16:20:58.207Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0E701B25", "AutoV2": "BD48492692", "SHA256": "BD48492692DA30F8C1EE9D38F1C013871A84B2957792A689C25735528A9C7990", "CRC32": "8A350E7E", "BLAKE3": "DDE1C7F6B7D78F1393457AD06FF29EBB8AA444306519D21AA1CA0B2959B15A42"}, "downloadUrl": "https://civitai.com/api/download/models/142627?type=Training%20Data"}, {"id": 104978, "sizeKB": 22258.7353515625, "name": "Nanao_Amagase_Reijou-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-17T16:20:57.229Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8703B686", "AutoV2": "E6D8E3E1C4", "SHA256": "E6D8E3E1C4F3BB45DFBC77CAB915C0810D3586BA7BEA7FB702DBD3C5617C7871", "CRC32": "1B59C317", "BLAKE3": "47101710102B91DC7D3930908BE92E5000CB1939D0D5F0A07F9E6EA6590FA4EE", "AutoV3": "4A43D70DE890"}, "downloadUrl": "https://civitai.com/api/download/models/142627", "primary": true}], "images": [{"id": 2076355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8120819-6a13-45d6-9548-bc9dd1f0eef4/width=450/2076355.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDLWec012@w^^P=|p{9t0J0Ks:EeE3Mx4TMy", "type": "image"}, {"id": 2076403, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8717f21-c799-4452-be58-b55572fd3ed4/width=450/2076403.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UMMZB;9HXlRP}?DjyXs956t7E2M{oPSgIUR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/142627", "modelId": 130063} \ No newline at end of file diff --git a/datasets/metadata/142733.json b/datasets/metadata/142733.json new file mode 100644 index 0000000000000000000000000000000000000000..88ea4acf6443aeb51fcffc823ccf7ace1f2b4002 --- /dev/null +++ b/datasets/metadata/142733.json @@ -0,0 +1 @@ +{"id": 142733, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-17T21:00:22.901Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 778, "ratingCount": 101, "rating": 5, "thumbsUpCount": 133, "thumbsDownCount": 0}, "files": [{"id": 105064, "sizeKB": 71968.9365234375, "name": "Esdeath_AkameGaKill.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-17T20:55:13.967Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2480790C", "AutoV2": "2A742C4749", "SHA256": "2A742C47492CB17A6DA9697FA9044BC7626B4BB6AE56378468F0A56DEC7D1E89", "CRC32": "1F43C1E1", "BLAKE3": "578E27A22E23A359DB46F7447279E984C1F0A231F356D8A66544C2784038A030"}, "downloadUrl": "https://civitai.com/api/download/models/142733?type=Training%20Data"}, {"id": 105063, "sizeKB": 22255.029296875, "name": "Esdeath_AkameGaKill-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-17T20:54:44.919Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9216C5A4", "AutoV2": "0A87122F4A", "SHA256": "0A87122F4A295371C414F58E300799EB74A53A66C82EF359379470C494DE79F0", "CRC32": "D894A459", "BLAKE3": "34DBAF4B1B11AD7EF594C9D79FCF7B8A8EEF9A70F996C2DEF559816C59ED20B7", "AutoV3": "98316434A865"}, "downloadUrl": "https://civitai.com/api/download/models/142733", "primary": true}], "images": [{"id": 4911840, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/876357ba-90a8-409e-9b4b-6adc9a16d62c/width=450/4911840.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEIEw=%200wII9~qDi9E0L9FM|t8tS%1WCIA", "type": "image"}, {"id": 4912100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e88d1dca-3c66-4e0b-a1ac-71859297cdbc/width=450/4912100.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKJHaX~W00D$9Fn$v|ROE2t7RQRl?cM{E2kD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/142733", "modelId": 130146} \ No newline at end of file diff --git a/datasets/metadata/143037.json b/datasets/metadata/143037.json new file mode 100644 index 0000000000000000000000000000000000000000..cdedefbf4709ccd17c9e58ee2590b8710e877060 --- /dev/null +++ b/datasets/metadata/143037.json @@ -0,0 +1 @@ +{"id": 143037, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-18T10:39:35.503Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 1064, "ratingCount": 110, "rating": 5, "thumbsUpCount": 152, "thumbsDownCount": 0}, "files": [{"id": 105324, "sizeKB": 57305.845703125, "name": "Sylvia_Van_Hossen_PrincessLover.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-18T10:35:43.075Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BDECDB8B", "AutoV2": "30CB9C61C8", "SHA256": "30CB9C61C8C79D8B99D7546A912F856F868F286E561F3C8ECF83A020EA9B6BE7", "CRC32": "78D1FB62", "BLAKE3": "A7A2E8A5F8530CE08D0A89CE05EEB9532A088D2F9110DF358DA8EB914F0A3174"}, "downloadUrl": "https://civitai.com/api/download/models/143037?type=Training%20Data"}, {"id": 105323, "sizeKB": 22265.8935546875, "name": "Sylvia_Van_Hossen_PrincessLover-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-18T10:35:38.950Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "487B5710", "AutoV2": "8936C8F895", "SHA256": "8936C8F895D7B77CC9C83E4EBD79B190060FBBD6C2C6F954D223153AD0B1B21A", "CRC32": "21FE5552", "BLAKE3": "596D51FE97555D5751D61AF5A8B7DC9E098B07063A24154962DD37CB415AC034", "AutoV3": "B4489DDAE120"}, "downloadUrl": "https://civitai.com/api/download/models/143037", "primary": true}], "images": [{"id": 2086387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1102f86e-ce3d-411b-9ee0-81aa8762f547/width=450/2086387.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U8Km|gk?0FDOXZ8{00_M-e%f004n03WB^+%M", "type": "image"}, {"id": 2086493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2e717bd-acb4-4b50-aa3e-7a99118b73df/width=450/2086493.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXL41-Q,D*IU~9ITtSM|xo%MoNNHbIRjIUx]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/143037", "modelId": 43270} \ No newline at end of file diff --git a/datasets/metadata/143213.json b/datasets/metadata/143213.json new file mode 100644 index 0000000000000000000000000000000000000000..2831f09559729d6685d710e01cf90dada55416d4 --- /dev/null +++ b/datasets/metadata/143213.json @@ -0,0 +1 @@ +{"id": 143213, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-18T16:08:52.818Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 307, "ratingCount": 37, "rating": 5, "thumbsUpCount": 51, "thumbsDownCount": 0}, "files": [{"id": 105483, "sizeKB": 52345.57421875, "name": "Luise_meyrink_KOF.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-18T16:17:31.098Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "38611DED", "AutoV2": "0E219D99C1", "SHA256": "0E219D99C1DDDDA731F01C3A36556F614F63C7566413BE25CF9AA1C21076A7BF", "CRC32": "59D5C9E7", "BLAKE3": "821176962B57ED4F7A4E4F4601763BA24579D523838F2681C2C6484B24005189"}, "downloadUrl": "https://civitai.com/api/download/models/143213?type=Training%20Data"}, {"id": 105482, "sizeKB": 22250.90625, "name": "Luise_meyrink_KOF-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-18T16:17:04.560Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3C8E0721", "AutoV2": "5A4F192AF7", "SHA256": "5A4F192AF7DCE6E8B73B3DF674D50279D02C6020779488D39F689604D94E3F9D", "CRC32": "119B598F", "BLAKE3": "B1D00B62A6F8481B6BD9A23A53E36C0B97AD31C390538D1640DDDD882970A955", "AutoV3": "DA2F25F0E677"}, "downloadUrl": "https://civitai.com/api/download/models/143213", "primary": true}], "images": [{"id": 2090167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cfe157b-3bbf-48df-8cce-89cc037d8e63/width=450/2090167.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UzKnC}ofcEkC_Nj[%MWqo#ayadfQkCa|RPof", "type": "image"}, {"id": 2090221, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6964e4ed-e16c-4b73-b9d2-22c8c5686677/width=450/2090221.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UrK1LGogtm%M~qf6x[W;%gjZxtbHozWBRioM", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/143213", "modelId": 130554} \ No newline at end of file diff --git a/datasets/metadata/143284.json b/datasets/metadata/143284.json new file mode 100644 index 0000000000000000000000000000000000000000..2438234b35e986a79b93b8930c1663357b3c957f --- /dev/null +++ b/datasets/metadata/143284.json @@ -0,0 +1 @@ +{"id": 143284, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-18T18:25:39.373Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 743, "ratingCount": 139, "rating": 5, "thumbsUpCount": 168, "thumbsDownCount": 0}, "files": [{"id": 105548, "sizeKB": 51744.056640625, "name": "Charlotte_Hazelrink_PrincessLover.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-18T18:17:22.768Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D12E6B18", "AutoV2": "5F499A838C", "SHA256": "5F499A838C9D4677DE1B66A5D004DF16E679A108D31FE5C5E1AF8BCB496933E6", "CRC32": "A4214BC3", "BLAKE3": "CB6BAD5DC834FE2EEA3CBD23F55B809634BD309013555143729426CF1E59B60E"}, "downloadUrl": "https://civitai.com/api/download/models/143284?type=Training%20Data"}, {"id": 105547, "sizeKB": 22261.921875, "name": "Charlotte_Hazelrink_PrincessLover-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-18T18:17:06.059Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4C9C4373", "AutoV2": "8073D7CA00", "SHA256": "8073D7CA0004A91EDB715754779153E2F1C0A6C06414709EDA581E3A553848D9", "CRC32": "B450FEF0", "BLAKE3": "F91091F1CF40C1F05E8543D86AF0F714DF46623B90BFFD9ED1BED0C0429D4232", "AutoV3": "443F90939D04"}, "downloadUrl": "https://civitai.com/api/download/models/143284", "primary": true}], "images": [{"id": 2096716, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc25de0c-e65d-4aa2-be4d-631f8b46e4e5/width=450/2096716.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNQ+Z;t8%~-V_MV@t,bEYQx]Vroz~Ut7V?RP", "type": "image"}, {"id": 2091693, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3bff09b-df6b-4ab0-913b-ff7d75b798be/width=450/2091693.jpeg", "nsfwLevel": 2, "width": 512, "height": 744, "hash": "URQ[}gxu?w%2?vbbkrj?*0ofV@fk?FjFROWB", "type": "image"}, {"id": 2091870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6594d296-6a91-476a-b4bb-c2d6fa9b1943/width=450/2091870.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1488, "hash": "UTP$n0-;t-xu~pM|%hofOaoJx[aeozWVROkC", "type": "image"}, {"id": 2096566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de9e0a43-90e7-47f0-8e68-337354b128a6/width=450/2096566.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQQb|NsA%h?b_Nn$yENGx^M|t6xukXxuVrWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/143284", "modelId": 130608} \ No newline at end of file diff --git a/datasets/metadata/14349.json b/datasets/metadata/14349.json new file mode 100644 index 0000000000000000000000000000000000000000..8e1340d22e2133009861cc401d27b61addb42e66 --- /dev/null +++ b/datasets/metadata/14349.json @@ -0,0 +1 @@ +{"id": 14349, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-02-23T14:28:13.629Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["1girl"], "stats": {"downloadCount": 1359, "ratingCount": 223, "rating": 5, "thumbsUpCount": 228, "thumbsDownCount": 0}, "files": [{"id": 12465, "sizeKB": 17669.9873046875, "name": "8_typeh.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-23T14:30:58.302Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7FEA5A4C", "AutoV2": "A49565E61F", "SHA256": "A49565E61F66CEC5D11751F9452F94C3B58C426F86DDE3ABFD7CF9930460A734", "CRC32": "0CF8C3A5", "BLAKE3": "4073DAEF534B5FB7F85E083B03251C495F0666CCD9E93A4320317C8AC5E46F9B"}, "downloadUrl": "https://civitai.com/api/download/models/14349?type=Training%20Data"}, {"id": 12464, "sizeKB": 36979.19140625, "name": "lenfried_typeH-000014.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-23T14:30:58.760Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "A25FEF88", "AutoV2": "E3B1F0001D", "SHA256": "E3B1F0001D23F10278379A9C0BFA4AC10041881C9CDF1DA3A713E892DACE4EE2", "CRC32": "CE161B8E", "BLAKE3": "8AD74DBF94A62EE4F788545854A647D73679E6DA83FE5AB3196E07614CD31947", "AutoV3": "8993A29C81D8"}, "downloadUrl": "https://civitai.com/api/download/models/14349", "primary": true}], "images": [{"id": 141023, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a9d98d3-56ff-4032-85be-b5681f975f00/width=450/141023.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULGbxP4m_NMx?ag3RjWB00xa9GWU00oeaJ%2", "type": "image"}, {"id": 141022, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b312f4d5-32d4-4492-430c-73f0a4e17a00/width=450/141022.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIF6e0OW5Pt,*0nl%NNH?G$*D%V?nMt8wbnh", "type": "image"}, {"id": 141021, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1924bd70-cf1d-4361-bf17-aba8c0b10300/width=450/141021.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UAH2Awxc00tR00XN?GD%004.?H?H_Nt7H=NG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/14349", "modelId": 12164} \ No newline at end of file diff --git a/datasets/metadata/144297.json b/datasets/metadata/144297.json new file mode 100644 index 0000000000000000000000000000000000000000..ff296c6ac77a6e2427f4efa52b0ca6353cbb6aef --- /dev/null +++ b/datasets/metadata/144297.json @@ -0,0 +1 @@ +{"id": 144297, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-19T17:28:43.982Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 1273, "ratingCount": 171, "rating": 5, "thumbsUpCount": 217, "thumbsDownCount": 0}, "files": [{"id": 106668, "sizeKB": 22258.529296875, "name": "Meiko_Shiraki_PrisonSchool-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-19T17:28:33.824Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "06C4C9C5", "AutoV2": "2A1B6D82E4", "SHA256": "2A1B6D82E4859C7D4410D32BB71C96BAF93702881C8BFC85235A0A0C726F2301", "CRC32": "7486E1B0", "BLAKE3": "64A137010372967600740CF2B9719B95A7C0F2045E951AA66A02AC4C663D19FE", "AutoV3": "0AD74B515029"}, "downloadUrl": "https://civitai.com/api/download/models/144297", "primary": true}, {"id": 106669, "sizeKB": 47800.642578125, "name": "Meiko_Shiraki_PrisonSchool.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-19T17:28:38.601Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "29215BB9", "AutoV2": "7BA96EE248", "SHA256": "7BA96EE248758CD94B2D5FB3311CB686CA5DE0F181132D0CDDB5AFBDC35BF2E2", "CRC32": "C27EFC77", "BLAKE3": "AC15D883E18E73AE6FB030A31333C3E41CA1C4DDD5FA43D6E037D1CDDC80EAF5"}, "downloadUrl": "https://civitai.com/api/download/models/144297?type=Training%20Data"}], "images": [{"id": 2110256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12c190a7-8427-4f7d-bd36-564bc1ff6175/width=450/2110256.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1488, "hash": "UGNvxt8wHD-o0g00IAROn4E2Z#M|?wt7%LSh", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/144297", "modelId": 131292} \ No newline at end of file diff --git a/datasets/metadata/144493.json b/datasets/metadata/144493.json new file mode 100644 index 0000000000000000000000000000000000000000..d0b94b7a69015d1af773979d663dbb823326061e --- /dev/null +++ b/datasets/metadata/144493.json @@ -0,0 +1 @@ +{"id": 144493, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-20T01:33:12.281Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 695, "ratingCount": 110, "rating": 5, "thumbsUpCount": 149, "thumbsDownCount": 0}, "files": [{"id": 106840, "sizeKB": 22259.126953125, "name": "Akane_Ryuzoji_WorldEnd-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-20T01:35:47.231Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6FD8204A", "AutoV2": "444F1EF48A", "SHA256": "444F1EF48A3B9DDE6935CB7617710D7B11D7A7677A42217314E30815D6EBB906", "CRC32": "74813EE2", "BLAKE3": "612A478E6495ABF782CD97A5D49C43EFC8B9EE5AA95F1DB83D5759F2D1D71F4F", "AutoV3": "D3BA33441C87"}, "downloadUrl": "https://civitai.com/api/download/models/144493", "primary": true}, {"id": 106841, "sizeKB": 57325.9970703125, "name": "Akane_Ryuzoji_WorldEnd.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-20T01:35:37.606Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "647717A4", "AutoV2": "131AD7A275", "SHA256": "131AD7A2753AFCDA315D7DA92A83E7A04BB7832DEDA36D8A92EB2B1DF13BC157", "CRC32": "FC335FA9", "BLAKE3": "FE0DCA03829D213C313FD343DB86F3306FBACF2529A43DACDE4F7BE96E3C3A75"}, "downloadUrl": "https://civitai.com/api/download/models/144493?type=Training%20Data"}], "images": [{"id": 2115664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a87a2f3d-3036-4131-b67c-7270f992a72b/width=450/2115664.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UhOV[iogXm%MNgoLx]of_NRj%1M{?GWBt7WB", "type": "image"}, {"id": 2115726, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44e57ac4-db8e-4d38-a032-9400f80f558e/width=450/2115726.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UON09%D+0eIo4=-BI;NH%i^+^*sA~qD*WVkW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/144493", "modelId": 131455} \ No newline at end of file diff --git a/datasets/metadata/144807.json b/datasets/metadata/144807.json new file mode 100644 index 0000000000000000000000000000000000000000..34bbaa75ccf8f581407a9b9c8d7644f438fe32c9 --- /dev/null +++ b/datasets/metadata/144807.json @@ -0,0 +1 @@ +{"id": 144807, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-20T12:50:28.377Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 556, "ratingCount": 37, "rating": 5, "thumbsUpCount": 64, "thumbsDownCount": 0}, "files": [{"id": 107132, "sizeKB": 22255.96484375, "name": "Chloe_Mansfield_WorldEnd-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-20T12:45:38.251Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B02BFBAA", "AutoV2": "C510E04649", "SHA256": "C510E04649E08B29A65DFF5B5CA1EBBC49D8D745C22B88E8FB8478374FDCD16F", "CRC32": "F2914803", "BLAKE3": "29632D6CDB79FCDEEE4D1D3F3F631F2D2879526CDDEFE1D1470CA48AB37B4718", "AutoV3": "2F266B01AEEB"}, "downloadUrl": "https://civitai.com/api/download/models/144807", "primary": true}, {"id": 107133, "sizeKB": 49711.859375, "name": "Chloe_Mansfield_WorldEnd.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-20T12:45:43.532Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BE0B0E1F", "AutoV2": "E180B1D234", "SHA256": "E180B1D234F29823DD12F0A3AAE5F966594094F61C3E12A641840E7267E1060C", "CRC32": "BCC6018F", "BLAKE3": "77D8F459E6F9CE7AD0441C66570A2C37AF2BA6BDA438A18F3F36186BF973608A"}, "downloadUrl": "https://civitai.com/api/download/models/144807?type=Training%20Data"}], "images": [{"id": 2123435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/280f5282-05bd-43e7-9fe1-293ce4cc6f1e/width=450/2123435.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UkLzEaRj9xR*~pRjx^ofS$ofs;j]%3ofRjoe", "type": "image"}, {"id": 2123768, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5152febf-a287-4654-87de-90de0daf073e/width=450/2123768.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UdNJ8rxtIUt6}jodi_oeb[kAxaj[~qt7tRof", "type": "image"}, {"id": 2123518, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04adf791-0bc8-4b15-9d85-990fa0fef174/width=450/2123518.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJLzHb#*9Z9F]w-:adE29r~p^*NI_MInIVai", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/144807", "modelId": 44681} \ No newline at end of file diff --git a/datasets/metadata/144975.json b/datasets/metadata/144975.json new file mode 100644 index 0000000000000000000000000000000000000000..1316040b35e6ff3dac98ca67f8068f628115cc7d --- /dev/null +++ b/datasets/metadata/144975.json @@ -0,0 +1 @@ +{"id": 144975, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-20T17:12:52.149Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 853, "ratingCount": 125, "rating": 5, "thumbsUpCount": 156, "thumbsDownCount": 0}, "files": [{"id": 107263, "sizeKB": 22258.3935546875, "name": "Elinalise_Dragonroad_Mushoku-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-20T17:15:52.317Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8ABDCE34", "AutoV2": "425A233107", "SHA256": "425A2331073197EDE96F0617E88E0B791B04C3F84C4B5021C3C3ECA7CE47B87E", "CRC32": "8B8E3D7B", "BLAKE3": "32CCBE871CAE93B53A49F62DDABB96DBBA0926B234A56C55ADB7E024A2097716", "AutoV3": "922CE381FCAF"}, "downloadUrl": "https://civitai.com/api/download/models/144975", "primary": true}, {"id": 107264, "sizeKB": 52462.4267578125, "name": "Elinalise_Dragonroad_Mushoku.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-20T17:15:47.125Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1876EB92", "AutoV2": "246787F3B0", "SHA256": "246787F3B068F865193AD45C8D54B2E8BC6F5AF4A9203E70436901FEA6FDA2B1", "CRC32": "F6ABF047", "BLAKE3": "D3417707A7864A6F0D84D27FF8104892080F5551EF310DD807F6C7A5BD8DCBBC"}, "downloadUrl": "https://civitai.com/api/download/models/144975?type=Training%20Data"}], "images": [{"id": 2137816, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7fcf7b3-5388-468b-a83c-04cb033eb409/width=450/2137816.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UJLM-LD+00%100R%5Sxt_NxuIVt69FIV~VV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/144975", "modelId": 131852} \ No newline at end of file diff --git a/datasets/metadata/145164.json b/datasets/metadata/145164.json new file mode 100644 index 0000000000000000000000000000000000000000..49e29533cdf955c17ac71825f0f69b91f519cc96 --- /dev/null +++ b/datasets/metadata/145164.json @@ -0,0 +1 @@ +{"id": 145164, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-21T00:09:53.108Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 547, "ratingCount": 42, "rating": 5, "thumbsUpCount": 58, "thumbsDownCount": 0}, "files": [{"id": 107421, "sizeKB": 22258.173828125, "name": "Sakimi_Ayase_Maro-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-21T00:00:58.821Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4C82DC04", "AutoV2": "105BABE3F2", "SHA256": "105BABE3F24AB2A8A97629EFCDFCB437D43E49EDCE3B810ACB6BA94E1BD4D623", "CRC32": "5C958E02", "BLAKE3": "5491C4F9D16E82C692486B4A82C7E52D60F732C6901F66BAF4C59C3262170A21", "AutoV3": "42D1DAC306D0"}, "downloadUrl": "https://civitai.com/api/download/models/145164", "primary": true}, {"id": 107422, "sizeKB": 51597.8017578125, "name": "Sakimi_Ayase_Maro.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-21T00:00:57.815Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B2D6685A", "AutoV2": "310EDF15DC", "SHA256": "310EDF15DCF37918894C1E09CE7068B9A614858C243F402330082E44295655AF", "CRC32": "AF819AAB", "BLAKE3": "108F60AB0730C97B2EBBDC6A93ACF3B6FD4C4CDA70BD6FE139EB8A77D33B3698"}, "downloadUrl": "https://civitai.com/api/download/models/145164?type=Training%20Data"}], "images": [{"id": 2131625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a62c68c-c619-4bce-aca2-4f0109573b94/width=450/2131625.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCMG#L_300_200V@0gniTf9G9b9Z.mt7?aNH", "type": "image"}, {"id": 2131702, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bd750a1-386a-4142-bb25-88777345d118/width=450/2131702.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URMZwG$x0KE1D4WFS$D*Dh-=bwN#_NIUi]t6", "type": "image"}, {"id": 9717854, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b34d821-b664-442b-aa27-67e3f43fc665/width=450/9717854.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UiNcNWER1PtRcuXA%gofXUNdxZj?x^RPMxoJ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/145164", "modelId": 40939} \ No newline at end of file diff --git a/datasets/metadata/145223.json b/datasets/metadata/145223.json new file mode 100644 index 0000000000000000000000000000000000000000..6236e39215b3f05cdb6ac72cd23967a6fe067d6e --- /dev/null +++ b/datasets/metadata/145223.json @@ -0,0 +1 @@ +{"id": 145223, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-21T03:59:17.964Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 1624, "ratingCount": 188, "rating": 5, "thumbsUpCount": 294, "thumbsDownCount": 0}, "files": [{"id": 107471, "sizeKB": 22258.103515625, "name": "mira_tsubakihara_masterpiece-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-21T03:40:52.233Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9D012697", "AutoV2": "93E0C7922B", "SHA256": "93E0C7922B4B93E9706D609E981A896B930B48FA1478DAFA834A52EA92BC8493", "CRC32": "7398CFE7", "BLAKE3": "68E849228023C9129B5E4BD48E65CEDADE9FAE74B1006D37C928AB3ED8B911DD", "AutoV3": "5CCF74D56C6D"}, "downloadUrl": "https://civitai.com/api/download/models/145223", "primary": true}, {"id": 107472, "sizeKB": 55802.703125, "name": "mira_tsubakihara_masterpiece.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-21T03:40:54.109Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "48579989", "AutoV2": "1FA0DE3D1A", "SHA256": "1FA0DE3D1AEC1EDCCB1095CF7C7D6B178573C611943AAE9DF61DC0E776653640", "CRC32": "99A30B62", "BLAKE3": "A8D129C182152C5BE2834D51D8ECEE5E778CBF58C40E44084D4227315B658D16"}, "downloadUrl": "https://civitai.com/api/download/models/145223?type=Training%20Data"}], "images": [{"id": 6824068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8690666f-92c5-4e48-ab2f-f8d53efaa50a/width=450/6824068.jpeg", "nsfwLevel": 8, "width": 750, "height": 1125, "hash": "UFMq^r4o1d-oGsM|01%20Lo}0}OD?a%1_Mso", "type": "image"}, {"id": 6824101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6318dd3b-61dc-40aa-8f30-3fc075596a46/width=450/6824101.jpeg", "nsfwLevel": 8, "width": 4096, "height": 6144, "hash": "UTM#t-ShE2x[^5J7R+NG57sobbnh~VxHOY%2", "type": "image"}, {"id": 2133792, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f3482a1-ca74-4cfd-ba48-a45fd67a542a/width=450/2133792.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1488, "hash": "URLVj+M|9aNG~UxtIpIo0f-ow_IoxGIoM{NH", "type": "image"}, {"id": 2961719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83f387b0-201b-45a1-9572-b672b4d31c86/width=450/2961719.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "URNSQj~V5TEM0KM|S$NH4;Ips9NGX7RjIUxZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/145223", "modelId": 42286} \ No newline at end of file diff --git a/datasets/metadata/145408.json b/datasets/metadata/145408.json new file mode 100644 index 0000000000000000000000000000000000000000..ab307bb7018bfe5a96949c6b39ce723a586894cd --- /dev/null +++ b/datasets/metadata/145408.json @@ -0,0 +1 @@ +{"id": 145408, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-21T11:13:16.917Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 618, "ratingCount": 69, "rating": 5, "thumbsUpCount": 95, "thumbsDownCount": 0}, "files": [{"id": 107626, "sizeKB": 22254.75390625, "name": "Kiryuuin_Kaede_Hitozukiai-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-21T11:10:49.831Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3DF4D19B", "AutoV2": "4DE89D78FD", "SHA256": "4DE89D78FDB5EDA263333E1780FC71D0356C15434A5BECD8026EC56468DF374B", "CRC32": "7C329559", "BLAKE3": "3CE860D377ACE4C0CE66CC5D15E3C090F43399E4FB1D225E952314CDCC14E61B", "AutoV3": "64AF8A1D786A"}, "downloadUrl": "https://civitai.com/api/download/models/145408", "primary": true}, {"id": 107627, "sizeKB": 43146.8447265625, "name": "Kiryuuin_Kaede_Hitozukiai.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-21T11:10:50.615Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DC9FC96C", "AutoV2": "071E6A60C1", "SHA256": "071E6A60C12AAF526FE90F77E7926ACE42C636F67205B67ABEDB22C4814AD3CD", "CRC32": "FD216B1E", "BLAKE3": "13115C31200656825BBA1F8D6E59FCD54A9CEE320A70DE5197C8C9601CC67409"}, "downloadUrl": "https://civitai.com/api/download/models/145408?type=Training%20Data"}], "images": [{"id": 11554669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e35505d9-1bcd-4654-bceb-dee0474c80ff/width=450/11554669.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUM%WX-;?^-;xtoz?bay?cRjt8Rj-oay?aWB", "type": "image"}, {"id": 11554670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b51df7bd-910e-4806-ae77-3dcbc7f7f247/width=450/11554670.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUM%WX-;?^-;xuoz?cay?cRjt8Rj-oay?aWB", "type": "image"}, {"id": 2137141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d686179b-bac4-46bc-8336-27e6cf1660c7/width=450/2137141.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USO3hExb.8xbDhV?%haK_4bI?Haz_MxutPtQ", "type": "image"}, {"id": 2137156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdb3b7fd-5cef-4968-8bed-b471e8256efe/width=450/2137156.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UUNmE2t8%g%#IT9E%gIURpxYxvt7~qRjs-.7", "type": "image"}, {"id": 11555991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cd5c684-9699-413a-8cce-f8af578bfc80/width=450/11555991.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUM%WX-;?^-;xuoz.8ay?cRjt8Rj-oay?aWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/145408", "modelId": 41942} \ No newline at end of file diff --git a/datasets/metadata/145487.json b/datasets/metadata/145487.json new file mode 100644 index 0000000000000000000000000000000000000000..8b79935c95653c2d54c80263157c2e83964d1fe2 --- /dev/null +++ b/datasets/metadata/145487.json @@ -0,0 +1 @@ +{"id": 145487, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-21T14:38:33.932Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 856, "ratingCount": 171, "rating": 5, "thumbsUpCount": 205, "thumbsDownCount": 0}, "files": [{"id": 107689, "sizeKB": 22258.9814453125, "name": "Crea_russian_milf-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-21T14:35:53.161Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1C890874", "AutoV2": "12D578E27A", "SHA256": "12D578E27A6BD4B4BCC2986019AB4A9327F688F0E02FB1962083C854D6DBE151", "CRC32": "346C32FD", "BLAKE3": "913095A556B6E1EB6EC6EC666AEBC15D27CF55407828CA43DDDC3C981851388F", "AutoV3": "0C9967A40223"}, "downloadUrl": "https://civitai.com/api/download/models/145487", "primary": true}, {"id": 107690, "sizeKB": 51539.2109375, "name": "Crea_russian_milf.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-22T14:40:38.873Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5ABB2F2D", "AutoV2": "A66786AD44", "SHA256": "A66786AD4415EBC575C497237208B3D27C12D3D333E37F1B44C74C8D25BCEF52", "CRC32": "91883FFA", "BLAKE3": "2A78D008BE843453D135B4B26944E0B9C2B43E723C83DDBCDF03500F29306655"}, "downloadUrl": "https://civitai.com/api/download/models/145487?type=Training%20Data"}], "images": [{"id": 2138911, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02a49b4b-b2f0-4ee7-b524-5471301d80f4/width=450/2138911.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKHxEZ-:00%K?[M{00IVM}t7jEofMzt6?aof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/145487", "modelId": 132295} \ No newline at end of file diff --git a/datasets/metadata/145590.json b/datasets/metadata/145590.json new file mode 100644 index 0000000000000000000000000000000000000000..808ce797d041a20aa19f7d8c42c706d9680425c9 --- /dev/null +++ b/datasets/metadata/145590.json @@ -0,0 +1 @@ +{"id": 145590, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-21T17:42:16.667Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["athena asamiya, 1girl, red dress, purple hair, puffy short sleeves, hairband, fingerless gloves, earrings, necklace, long hair, sash", "athena asamiya, 1girl, school uniform, fingerless gloves, hairband, long hair, serafuku, purple hair, purple eyes, star hair ornament, pleated skirt", "athena asamiya, 1girl, purple eyes, purple hair, long hair, frills, apron, puffy short sleeves, blue dress, hairband, blue bow, wristband"], "stats": {"downloadCount": 868, "ratingCount": 119, "rating": 5, "thumbsUpCount": 142, "thumbsDownCount": 0}, "files": [{"id": 107774, "sizeKB": 36981.9375, "name": "athena_asamiya-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-21T17:41:23.140Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5FD8397F", "AutoV2": "72B0696A17", "SHA256": "72B0696A172820CC0415BB15A925BFA9589516D25E6ED0B8F92D9BFBC0351850", "CRC32": "F7E429B8", "BLAKE3": "CFFB3B9962A793F36B5C2420FDAF29FA0AC22F5A15D94322F721163D3F302FA6", "AutoV3": "1EECF06B413C"}, "downloadUrl": "https://civitai.com/api/download/models/145590", "primary": true}, {"id": 107781, "sizeKB": 46427.908203125, "name": "4_athena asamiya.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-21T18:00:02.000Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "763F8E76", "AutoV2": "57D5CE68C3", "SHA256": "57D5CE68C303D5B30DC6BE7E0DDEA7CAB3EA67FCFED9DCECE23B7ED26DC54FB5", "CRC32": "AA721C4F", "BLAKE3": "8ED1E1D98D94EB64F55879ADA7B3E0DE656FA4C92CCDCBB91BB6AEF321F434A9"}, "downloadUrl": "https://civitai.com/api/download/models/145590?type=Training%20Data"}], "images": [{"id": 2141241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0822d143-9135-49ea-b9e2-96b6b3bcf134/width=450/2141241.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGF}TmEOF|VY_4EQ-UIA?IIqweJ8S~%3-UM{", "type": "image"}, {"id": 2141240, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6756f369-0e7e-470a-96e8-46a6f55a3221/width=450/2141240.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U6EB:WSc]exGD4%L0fR5Mw#m~WEg01S$-Cxt", "type": "image"}, {"id": 2141237, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3143ac8e-354f-414e-bb70-ac426475e12c/width=450/2141237.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBEoP]0000I[].4:_3nm$gIVyE$j?dV?IUxb", "type": "image"}, {"id": 2141242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/725a8169-8342-494c-8557-64158dafb7e0/width=450/2141242.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U7F}EJ0x1TQ-0i?ID#IpRpE1?w~CIxRNOGMx", "type": "image"}, {"id": 2141253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c545286-9fb3-4eca-b53f-c8c6d415a5fa/width=450/2141253.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UCF}f:~B0Jxa4:t6WlW=Ios:?bX99GNHIVs;", "type": "image"}, {"id": 2141235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/064ce52b-9cc3-4b8e-b335-045305f3b4bf/width=450/2141235.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMGk8^0yTJIA~WE2xCIo-:Rjn$NGNu$*RjNG", "type": "image"}, {"id": 2141245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1dce4ef4-5118-4f9a-ba99-c4ded38cdf2d/width=450/2141245.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9D[|q~E009GDiE1pFWTDisrKPtl0fXQ^jsA", "type": "image"}, {"id": 2141247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30275c24-40a8-4230-80fb-31318e7fa1ed/width=450/2141247.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UbJtVtD+.ARR_3WHxuV{t6Rjn*s.%fM{t6oL", "type": "image"}, {"id": 2141254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69f7e443-e20c-46fa-9300-0995b73e928d/width=450/2141254.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UGHULwvd0K?c5_=p%1ItD@VW%N-7Dk$xv~M_", "type": "image"}, {"id": 2141251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38449e40-2492-4fb0-a03e-0c45762261e0/width=450/2141251.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCFN#tAC1g#R|?WU#7NH-UNHxHtRIUW;$%Nw", "type": "image"}, {"id": 2141250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9bbdb6da-e352-43c8-9d4a-4c3d93f4c377/width=450/2141250.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCDu}f~qNDWT~B-po}%fD%tR%hxu56IoxGWT", "type": "image"}, {"id": 2141236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9631bf2c-32f7-4f12-8f21-1e4cea28286b/width=450/2141236.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAE2nh0K00~WznJ9-;R59Fk8%ND+T0soIUxv", "type": "image"}, {"id": 2141239, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35d1a077-0b4f-4af3-b653-bbdd57d03197/width=450/2141239.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U7Dv1t0JDNxx}QNy%gm+iHD$K+r?Adrp=@S*", "type": "image"}, {"id": 2141249, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/201afb7b-b6ed-48ee-b8a8-6e013a7c2226/width=450/2141249.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCEx6T9v1J}[wJkUV?RP~CW?sX$*InxYxbM|", "type": "image"}, {"id": 2141248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b80aebaa-acc2-4d88-89dc-bb2cd349d256/width=450/2141248.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U7Eeo--r4.pJ:@#ZEf~V8{~V.84-01x^-Sn4", "type": "image"}, {"id": 2141238, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2ab73be-019e-471d-9d2a-1569278ccea7/width=450/2141238.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULFFHs~WM]E1-n-p?bt7R+xu%Nt7-;kXRkR*", "type": "image"}, {"id": 2141272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66f36e7a-1023-4f76-829c-eadddb79ecca/width=450/2141272.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U6EK=r0K1G~WmktkvyM|PUNcwh]*00xaozM{", "type": "image"}, {"id": 2141260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89a05327-b294-4c61-82f6-8128ee380821/width=450/2141260.jpeg", "nsfwLevel": 1, "width": 3584, "height": 970, "hash": "UrJHBwWBxuM_~qt7j@j[.8off6oL%gWqWBof", "type": "image"}, {"id": 2141262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27175d7d-0615-4196-a82e-3aa2aab99c3a/width=450/2141262.jpeg", "nsfwLevel": 1, "width": 3584, "height": 970, "hash": "UcHL3,oJxbaw?bofaxog_NoffkoM_3Wqflj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/145590", "modelId": 132369} \ No newline at end of file diff --git a/datasets/metadata/145609.json b/datasets/metadata/145609.json new file mode 100644 index 0000000000000000000000000000000000000000..34230273680e8e644fdbca2a71b32d2a901314bb --- /dev/null +++ b/datasets/metadata/145609.json @@ -0,0 +1 @@ +{"id": 145609, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-21T18:15:57.881Z", "availability": "Public", "nsfwLevel": 19, "description": null, "trainedWords": [], "stats": {"downloadCount": 1443, "ratingCount": 137, "rating": 5, "thumbsUpCount": 219, "thumbsDownCount": 0}, "files": [{"id": 107790, "sizeKB": 22258.6591796875, "name": "Yukino_Hitozukiai-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-21T18:32:19.537Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "37C613D4", "AutoV2": "8A5C599D76", "SHA256": "8A5C599D764C247E8213D0AA7B36286CAA36DE6C0311F0ADCC7E9D70276D79E7", "CRC32": "2AE87B85", "BLAKE3": "B08ACBFA71D24E4CD053B83660840AA5497DA0DEA648C7B67F84A489FE70518E", "AutoV3": "8A8B5F3776C4"}, "downloadUrl": "https://civitai.com/api/download/models/145609", "primary": true}, {"id": 107791, "sizeKB": 47668.103515625, "name": "Yukino_Hitozukiai.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-21T18:31:11.707Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0C55EA58", "AutoV2": "0F87598F53", "SHA256": "0F87598F5326BD4F6BC8313D8773922B72A62B7290CF7688753C09A7450F20AF", "CRC32": "D32C0D95", "BLAKE3": "6E4B8C2CE8E8BC2A72CB9F2CD09A540C2BD58B57385D8270B44D7A2E116EE3B5"}, "downloadUrl": "https://civitai.com/api/download/models/145609?type=Training%20Data"}], "images": [{"id": 8580240, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b564359b-c19f-4b89-9f94-587a3e407bc3/width=450/8580240.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGN,[A~p00-;00xD-5xFIAD%4TIU0gNGNuIV", "type": "image"}, {"id": 8580239, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8a1d136-2145-4065-b374-c02967d9962d/width=450/8580239.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGN,[A~q00-;00xD-5xFIAD%4TIU0gNGNuIV", "type": "image"}, {"id": 2141730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3b33d5d-4fd6-4793-be07-d065a90a5c72/width=450/2141730.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFPsn--;Ny%NpebH~pt7%gt7Dit69boe4nRk", "type": "image"}, {"id": 2226235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79ae9b06-4855-45fb-9bd2-d81d2a70e3f1/width=450/2226235.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "ULLD.MD$00xZ%M9Ft7jYSiRPw@tR_4oJxYWC", "type": "video"}, {"id": 2226385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5ac20fb-0326-4239-953e-781583ea9dd6/width=450/2226385.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UKJ808M{00-oS#E1NL-oQ+EMM{xX~VtRE2WB", "type": "video"}, {"id": 2226280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d88f2f5f-620a-4c51-9cfb-b4c0fbf613e8/width=450/2226280.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UEKwkP8w00~Bxa8^?H-;9b4.x]yE?^MwNHEM", "type": "video"}, {"id": 8580125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16eb955e-10e7-4349-891a-277118c76dd5/width=450/8580125.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UcKUK9OY00xaIor=E1ofH?s;%1WB_NkBIUay", "type": "image"}, {"id": 8582507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/baa8ac5e-4b79-42a8-94b0-930b9f4a46b7/width=450/8582507.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USKnxf?v00?G4ns.IUE1DjafjYE1_NWVM{sm", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/145609", "modelId": 49200} \ No newline at end of file diff --git a/datasets/metadata/145639.json b/datasets/metadata/145639.json new file mode 100644 index 0000000000000000000000000000000000000000..038b486458d20fba99c3a731554009c699086e39 --- /dev/null +++ b/datasets/metadata/145639.json @@ -0,0 +1 @@ +{"id": 145639, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-21T19:37:20.107Z", "availability": "Public", "nsfwLevel": 19, "description": null, "trainedWords": ["CheeseOnTopStyle", "yellow (orange:0.8) cheese,"], "stats": {"downloadCount": 653, "ratingCount": 58, "rating": 5, "thumbsUpCount": 100, "thumbsDownCount": 0}, "files": [{"id": 492152, "sizeKB": 33591.0751953125, "name": "Melted Cheese On Top Style Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T13:45:38.193Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "59E93325", "AutoV2": "4DE22DF5E8", "SHA256": "4DE22DF5E8C7D46353CEE4C9EE5087BCFC955CB2532660CED5B99057D39F611F", "CRC32": "5EA0C383", "BLAKE3": "C77C29116BDE307D97766FB67202D585CDD4B15EEC324601965BE07166E46D07"}, "downloadUrl": "https://civitai.com/api/download/models/145639?type=Training%20Data"}, {"id": 107815, "sizeKB": 146420.6171875, "name": "CheeseOnTopStyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-21T19:36:01.073Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BFF3ACC6", "AutoV2": "AEC6950C40", "SHA256": "AEC6950C40667F4E433FBA04D227E463EFEF36A9A5A37D85B1EF70DB195D80A7", "CRC32": "1F26CC58", "BLAKE3": "9F24067DA05498EA2757D2975A6ED6B2D4F3DD535AE5EED2DC4EE079017F4144", "AutoV3": "30840A5F80A7"}, "downloadUrl": "https://civitai.com/api/download/models/145639", "primary": true}], "images": [{"id": 2142442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8924c02-933a-4b2e-9ab4-002212524fd4/width=450/2142442.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UGI|K;AaE15nP;9HVs?F*I$24;}n7gE2D+WB", "type": "image"}, {"id": 2142440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d77efcb-223f-4384-856c-12d242b0bbb9/width=450/2142440.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UdMFjtE2Nesp?]$yRloz%zoKj[ogEmt6Wpoz", "type": "image"}, {"id": 2142444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75233b29-ac82-4235-ada9-0ee10681eaa6/width=450/2142444.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UuK^DdEQEk%0~6n%ShWq%JxWs9NIxVt6a#n%", "type": "image"}, {"id": 2142438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/708938ac-581d-43b6-b5e7-4a4a4ff5b96d/width=450/2142438.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "URJ*J9%3?@In_Mt5IUazy9NFM#%3M|aOw~f$", "type": "image"}, {"id": 2142439, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5a7efd7-9066-40b3-b4a5-e96cc667c94e/width=450/2142439.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "UGKl:FMz15~BG]X9Y5kX==^iKjt3B.$y;fIp", "type": "image"}, {"id": 2142435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2848b93c-9c93-43c0-91e0-b92b0b5c5481/width=450/2142435.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U4Av^8HX:Px]UY+u8wp_00200NJQ0f%gt-#Q", "type": "image"}, {"id": 2142446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26b00b29-54f9-48ab-bfa4-47cfd3b95f6a/width=450/2142446.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U87o,QR8H#pF?ro_DnRA.Mo_4Ykm.gafM#RS", "type": "image"}, {"id": 2142445, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b351a20-cc0a-4349-96f4-5ae9e0be90ef/width=450/2142445.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UMK%{~11ox$g}-,GafJA-QNI9_bFE5$}NIkB", "type": "image"}, {"id": 2142431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8435a02f-b659-4e26-914f-f72c1754cd1b/width=450/2142431.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U9Bqw._*04C6LF7{00wN?[z=^K+b0AKi$KfM", "type": "image"}, {"id": 2142429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61b81eaa-8ebf-4ae0-a963-00cae85f2c80/width=450/2142429.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UELB{z},16^$G]4:RQE3_2E1RkxCGID*kBa{", "type": "image"}, {"id": 2142430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8138fbc7-1f3b-412d-8dc5-bbe2d17860fa/width=450/2142430.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UVN@~xD+P1Xy{X-pt6NG}uwO$+sE9FRQwPsq", "type": "image"}, {"id": 2142436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/709d68a5-cc98-481b-990e-8f41385a24f1/width=450/2142436.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UcI$czMx?Gk;~WtRRjkC?voLM{ni-VWUXRsp", "type": "image"}, {"id": 2142432, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df55567f-e74f-46f8-b1c7-1ff149afc050/width=450/2142432.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UBBDAZ9c]k?E??sAIDx?5Wt50ONLV]NbIWRm", "type": "image"}, {"id": 2142427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b98d670-abdf-486f-b668-ec1d5740375f/width=450/2142427.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U6AI}TaJ01-C.RVtH?x[FzRRaItj~VNGR5xa", "type": "image"}, {"id": 2142437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b41d2c9-2324-46a7-9c59-c462ea2e4b9f/width=450/2142437.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UFDdnXv2~CKj}tSzQ.XTK0I:9Ft7Qm%2FJR6", "type": "image"}, {"id": 2142434, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb4d3193-fa0c-432d-ba23-6bc7c88f997c/width=450/2142434.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "URCs{U==%Lof~o$~oKWE%LtQD+IqoLj]E2Iq", "type": "image"}, {"id": 2142428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d3c2502-b539-44e6-bb36-81d6b0332f56/width=450/2142428.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UNLV1*~9TGIpE+RUE7It~So|M}v~5TRlNHoe", "type": "image"}, {"id": 2142443, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c0479d9-138e-479f-a5cd-92665cbad260/width=450/2142443.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UIIzCT~B100N5qofVtwcMy$~?G%LeTWE^%JC", "type": "image"}, {"id": 2142441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae7dec51-11a1-469e-bc98-733d009477c5/width=450/2142441.jpeg", "nsfwLevel": 16, "width": 864, "height": 1544, "hash": "UBI5Pc9F00xGtl_3D%M|~V9GxuIU-p9F-;-:", "type": "image"}, {"id": 2142433, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/365da0f7-bc0d-49e5-accc-3287bbf2826a/width=450/2142433.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UrB$l2R6o2bH%LozWBay*HWVnjWVayoLf*j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/145639", "modelId": 132407} \ No newline at end of file diff --git a/datasets/metadata/145817.json b/datasets/metadata/145817.json new file mode 100644 index 0000000000000000000000000000000000000000..f078f518fb3779aec9b00abf1d342b0f46e48fd8 --- /dev/null +++ b/datasets/metadata/145817.json @@ -0,0 +1 @@ +{"id": 145817, "index": 6, "name": "isabellav4.0-augmented", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-22T02:50:55.997Z", "availability": "Public", "nsfwLevel": 5, "description": "Probably not longer a 'true' single base image anymore. Test version since I didn't spend too much time choosing the controlnet variations and is not as widespread. Only augmented an upper body shot.
Uses ControlNet Canny and Lineart to add style augmentation to reduce style bleeding.
(helps significantly reduce style bleed and helped with character similarity)
this version's approach is somewhat cherrypicked for similar colors
Moved regularization images over to the main dataset using a similar approach found here
(helped improve increase character similarity but added more style bleeding)
Repeats increase to 10
Regularization added as 1_style
N tokens from 2 -> 4
Added trigger words for outfit and styling
block weight removed
swapped over to cosine with restarts
Impacts:
Requires lower weight for general usage
better character fidelity at lower weights now
hand pose is overfit but is still moveable
upper body is somewhat overfit
odd artifacts occasionally added
quality of the original outfit is weaker
hair color is darker sometimes
v1.0
", "trainedWords": ["pichika", "psaki", "phonami", "pshiho", "pnene", "ptohu"], "stats": {"downloadCount": 590, "ratingCount": 97, "rating": 5, "thumbsUpCount": 100, "thumbsDownCount": 0}, "files": [{"id": 12633, "sizeKB": 94696.138671875, "name": "sozai.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-24T03:21:02.802Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2CA20422", "AutoV2": "7F81D7F026", "SHA256": "7F81D7F026A82302417C784FDA1855A6419DF4F10FD67C71C038F97F765509DD", "CRC32": "15DB6AE3", "BLAKE3": "D398564447FC6C12E439D6F3E5F091C6008F31C41EE169062319A79E8CA133DB"}, "downloadUrl": "https://civitai.com/api/download/models/14586?type=Training%20Data"}, {"id": 12622, "sizeKB": 147595.1669921875, "name": "LeoNeed+nene+tohu.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-24T02:35:57.961Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "6CA68CC9", "AutoV2": "A0399E63BB", "SHA256": "A0399E63BBC9DF039D2C3DFFDF268FE185113C09D5A32F23F68301AE025BEA20", "CRC32": "9BFFCBCF", "BLAKE3": "A2E47132165C8AECC99A15D532E9D01BFE62594A1EE390B7C7E1775D0282C770", "AutoV3": "992D4738F123"}, "downloadUrl": "https://civitai.com/api/download/models/14586", "primary": true}], "images": [{"id": 142799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16504521-6268-424c-737e-050c31079f00/width=450/142799.jpeg", "nsfwLevel": 1, "width": 1024, "height": 512, "hash": "URMjde8_?c~B_3RlsDoItlnNxuxs%gNHtRj]", "type": "image"}, {"id": 142809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09a392b4-f9d3-4292-fda2-6f645b632300/width=450/142809.jpeg", "nsfwLevel": 1, "width": 1024, "height": 512, "hash": "UTN0*iIX_3=__NRO-=%LtRb0oxxu.8tRs;t6", "type": "image"}, {"id": 142808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/205c0f4e-f4fc-41c1-93fc-2c8262b41500/width=450/142808.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEJRBq00%ex_00M_-:t8ES?a~Vxb9ZM{-;R*", "type": "image"}, {"id": 142807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8995e3a3-a7fe-4fa5-d267-904882d39200/width=450/142807.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNKK7w~W0101neR%xZE3NG9a%2M~M}R.xZni", "type": "image"}, {"id": 142806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e504e81f-f59b-48af-9523-c973eee7a100/width=450/142806.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7LWeN00%y00;K5EXkM{009wpG~q?F0g9aIU", "type": "image"}, {"id": 142805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ca5cd64-864f-4522-4461-da2492326600/width=450/142805.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMH2v9xc4;?G?dxZWT%2-pxCxZ%M?an%V[t7", "type": "image"}, {"id": 142804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7d431e8-2a5b-42b8-a4f7-31b1d83f6100/width=450/142804.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USLD+65A%M?G~qRm%M%L%hRi%M%2IUoeIVV?", "type": "image"}, {"id": 142803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c8dafe1-ea0f-4d59-22c5-b54fa3ec0200/width=450/142803.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYMQw]}@~qJ8?cRnRjs:xvRjogozxt%LV@X7", "type": "image"}, {"id": 142802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69f63c1a-042d-4744-434b-487cf42c2200/width=450/142802.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6H{G.^+000001~p0JM}NwNZ%L4nXeRi%4%3", "type": "image"}, {"id": 142801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d3a6b1f-2f9c-4a61-6bdb-927c33cbf100/width=450/142801.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UVK_5m~nx_9I.AkE%1xVozofs;IVj=xtRkRl", "type": "image"}, {"id": 142800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f187a79-83b1-4f4b-5d49-13421f4d6200/width=450/142800.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCONRc%M0gxv~pj[IooLpdj[MxWVo#fQR*ay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/14586", "modelId": 12366} \ No newline at end of file diff --git a/datasets/metadata/146053.json b/datasets/metadata/146053.json new file mode 100644 index 0000000000000000000000000000000000000000..eb8c15692109509119f2455d7503474f87f20e5f --- /dev/null +++ b/datasets/metadata/146053.json @@ -0,0 +1 @@ +{"id": 146053, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-22T12:47:56.068Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": [], "stats": {"downloadCount": 901, "ratingCount": 72, "rating": 5, "thumbsUpCount": 82, "thumbsDownCount": 0}, "files": [{"id": 108156, "sizeKB": 22258.693359375, "name": "Otonashi_Kyoko_hoshino-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-22T12:35:43.969Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A77585CE", "AutoV2": "77FB2FAF16", "SHA256": "77FB2FAF160701D9D14CF5D6DACE874D898E26F407AAADDCFBAFBDD89FFF6200", "CRC32": "66EEEFC0", "BLAKE3": "3EC26B75F59475818693479644E7886D4D2D5853E4B1E3071746558142829E14", "AutoV3": "C8480ACB5694"}, "downloadUrl": "https://civitai.com/api/download/models/146053", "primary": true}, {"id": 108157, "sizeKB": 51476.013671875, "name": "Otonashi_Kyoko_hoshino.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-22T12:35:54.231Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F1563F46", "AutoV2": "EC479F78E2", "SHA256": "EC479F78E28E0FBFA9882708DBB06533313061EA1AC8F9DF6366632F50EACC94", "CRC32": "B8D8A3C9", "BLAKE3": "FEA01BFF7D775E5D2B36180EAD750E15E501C5204727145B8CFD9FCAA95FBF7C"}, "downloadUrl": "https://civitai.com/api/download/models/146053?type=Training%20Data"}], "images": [{"id": 9356208, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f3147aa-af19-46a8-8682-120bbbf4daed/width=450/9356208.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTN^9^R*?^%2pG%2_3xatnf6$eM{_2RjIpWB", "type": "image"}, {"id": 9356209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50ce5f04-9d19-424d-b8eb-f757645d4995/width=450/9356209.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTO3tpR*?^%2pG%2_3xatnf6$eM{_2RjIpWB", "type": "image"}, {"id": 2227614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/241edbc2-af0f-4fb5-a2f1-66043ef3dc13/width=450/2227614.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UCHw_jD%AU^k4T$Mz:SO?]oe^*XS}@R*9txa", "type": "video"}, {"id": 2383031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e54f9d34-b501-4515-abff-6daf9e6761a6/width=450/2383031.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UXNb[b~qo}.7B.%MR+%M9Znit7t7xaM|slV@", "type": "image"}, {"id": 2383032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edc76c52-c99e-4466-8786-482c894d6d12/width=450/2383032.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UOMGC#~VTy-:0d%LoItQ00o3w]nix^E2%1RQ", "type": "image"}, {"id": 5903181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aadf3368-2feb-4d5e-9fe9-110f86a966b6/width=450/5903181.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UeP?H=xu.ToL%gkX?Hs.R*j]s9aeIUt6t6NG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/146053", "modelId": 40983} \ No newline at end of file diff --git a/datasets/metadata/146242.json b/datasets/metadata/146242.json new file mode 100644 index 0000000000000000000000000000000000000000..c5fa37db1e6bafd9097a3dfb704187c59770d1aa --- /dev/null +++ b/datasets/metadata/146242.json @@ -0,0 +1 @@ +{"id": 146242, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-22T17:59:56.235Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 1160, "ratingCount": 124, "rating": 4.98, "thumbsUpCount": 189, "thumbsDownCount": 0}, "files": [{"id": 108293, "sizeKB": 22259.283203125, "name": "Mikasa_ackerman_Mappa-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-22T17:55:38.006Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A0799DEC", "AutoV2": "E2288FCC72", "SHA256": "E2288FCC72404CD3E26CBA95D619FEB5B58C0973B2E16D1BEC6DAF7A28F76229", "CRC32": "9D67EAA2", "BLAKE3": "0B1CD3E88199AAEC8565FC81574A4C1DF7B7019C2ADC796521C70FD813445253", "AutoV3": "34A6C7B24F5E"}, "downloadUrl": "https://civitai.com/api/download/models/146242", "primary": true}, {"id": 108294, "sizeKB": 47483.8125, "name": "Mikasa_ackerman_Mappa.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-22T17:55:42.071Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F047B189", "AutoV2": "1560FAA6C0", "SHA256": "1560FAA6C01840BEE9154B96777731AE958C8E1EFE4CD4B9479C9C287C1C94EB", "CRC32": "37C5F2AF", "BLAKE3": "6A04FD2A5026E4FFF08AD2F85C90F5FD621AD8461675810E64EB41D846635D6F"}, "downloadUrl": "https://civitai.com/api/download/models/146242?type=Training%20Data"}], "images": [{"id": 2155244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1dcf673-a6ff-46f9-91b2-2ca6855f6485/width=450/2155244.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXJ*SKofNbt700WBW:WB~qj[%1j@Ipj@^+ay", "type": "image"}, {"id": 2155325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/730bc8fa-7781-4492-b2c3-4734219b6bfc/width=450/2155325.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URLDSr?YZ#9G_0tkxuD+jo^%%2-V~pkBIVs:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/146242", "modelId": 132905} \ No newline at end of file diff --git a/datasets/metadata/146358.json b/datasets/metadata/146358.json new file mode 100644 index 0000000000000000000000000000000000000000..342f9ce70704d1823d3d64a6c144baf1cb7b3af3 --- /dev/null +++ b/datasets/metadata/146358.json @@ -0,0 +1 @@ +{"id": 146358, "index": 0, "name": "v3.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-22T22:09:12.887Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 1141, "ratingCount": 97, "rating": 5, "thumbsUpCount": 121, "thumbsDownCount": 0}, "files": [{"id": 108390, "sizeKB": 22263.8623046875, "name": "Kotonoha_Katsura_SchoolDays-KK77-V3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-22T22:05:38.692Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DFB4EAFD", "AutoV2": "6F588DBA24", "SHA256": "6F588DBA24AC69BC8D7C10FA9B149E0363C722C37AFAC48B17E636965BEBDD41", "CRC32": "6C65DBA2", "BLAKE3": "79AE9C00C378D937067AD0C33C61ADB98D1C627FD7B25B5125955F26BB2B1AE6", "AutoV3": "9ABEFA74AD2E"}, "downloadUrl": "https://civitai.com/api/download/models/146358", "primary": true}, {"id": 108391, "sizeKB": 55810.134765625, "name": "Kotonoha_Katsura_SchoolDays.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-22T22:05:47.264Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6549CAFB", "AutoV2": "A27CBA7D4C", "SHA256": "A27CBA7D4C2CF0D8C39987B51B1E80553064235CC5D8ACD5536E5ABFCD100EC2", "CRC32": "C564CFAE", "BLAKE3": "10C162F12C5235CF9340BBED82DD3C3680754FE79BA515E6DC7EDF33C64A10AE"}, "downloadUrl": "https://civitai.com/api/download/models/146358?type=Training%20Data"}], "images": [{"id": 16461336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e073dac8-b575-4748-bba9-2b5efe0253f4/width=450/16461336.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2304, "hash": "UpKUG|j]%gxu~qWV?bt7kWj[jFoeR,j[RPWB", "type": "image"}, {"id": 16461348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13c5f63c-9ea3-4911-bf55-f4669ba5f92f/width=450/16461348.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2304, "hash": "UpKUG|j]%gxu~qWV?bt7kWj[jFoeR,j[RPWB", "type": "image"}, {"id": 2158381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54f33f66-2703-4889-9ab3-4d22f7f24d03/width=450/2158381.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9HU@Es.01M{00Mx_N%L00j@00xu00xu%KE1", "type": "image"}, {"id": 16462125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc7c96be-0a3b-429a-905d-a68cc505efc1/width=450/16462125.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMM$#r~WKQs;F{%#^*x]NM?b-p-:~UbIIBs:", "type": "image"}, {"id": 16462498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b99de6cc-6429-4e15-83a1-cf76e8e89c1e/width=450/16462498.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNLpjq~qcaIv0LIpr?xZ01D%RjoI%Mxbk8s=", "type": "image"}, {"id": 16462680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b6d18b9-a4f2-445a-ab88-cd32246d38c6/width=450/16462680.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "URMPL99bE1R-^*IC~B-o-:n5x]s:X5njNtkW", "type": "image"}, {"id": 16463774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22baa2c5-5ee1-4ba2-a247-af4fff2b74e1/width=450/16463774.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTLf%R?IKP~C9a=|VZE1%2WF-oM{xboMs:n%", "type": "image"}, {"id": 16465031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e98df458-cbef-4d3c-99b8-505f01ee9102/width=450/16465031.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UUL4TqL~?^-:Gu$KKjo|$xkBD%SgMdOD^OjY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/146358", "modelId": 44058} \ No newline at end of file diff --git a/datasets/metadata/146637.json b/datasets/metadata/146637.json new file mode 100644 index 0000000000000000000000000000000000000000..099a0b67a9844ad9f6a6f76da9191b600f87c6a9 --- /dev/null +++ b/datasets/metadata/146637.json @@ -0,0 +1 @@ +{"id": 146637, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-23T10:33:56.030Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 379, "ratingCount": 54, "rating": 5, "thumbsUpCount": 66, "thumbsDownCount": 0}, "files": [{"id": 108604, "sizeKB": 22258.017578125, "name": "Rena_Yukuhashi_Jimihen-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-23T10:36:23.871Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1C1A390E", "AutoV2": "0E59BCAAB5", "SHA256": "0E59BCAAB51FE8F9999F3F860316C0FC0D3D0E3A0A9887125242B79543156541", "CRC32": "850E2B3F", "BLAKE3": "DA32D0D9D3D2D9DAF5720DAFCABBCC17431F31CD1561EEE6EDCDF8F75E57BAF1", "AutoV3": "097EFEA36DC8"}, "downloadUrl": "https://civitai.com/api/download/models/146637", "primary": true}, {"id": 108605, "sizeKB": 35784.857421875, "name": "Rena_Yukuhashi_Jimihen.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-23T10:36:18.556Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1F7BA462", "AutoV2": "8FB48FC5DB", "SHA256": "8FB48FC5DB551105CBE1C2DF35BCC30174FC93EEB52FF14BCA80938075072276", "CRC32": "8FB8A94F", "BLAKE3": "6F45A3F48AC115EFD646CB999622AC552BB146FF7D16D5A7462CD2EF0F43672C"}, "downloadUrl": "https://civitai.com/api/download/models/146637?type=Training%20Data"}], "images": [{"id": 2165233, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24ddff63-a1f7-4247-b98c-cb9189473d31/width=450/2165233.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWNmZzRk.SRjw[tR_N%M?vj[s:WBS5fQnhRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/146637", "modelId": 133239} \ No newline at end of file diff --git a/datasets/metadata/146748.json b/datasets/metadata/146748.json new file mode 100644 index 0000000000000000000000000000000000000000..daf25e4171a657ba8271a8868e0d1887b3af7fee --- /dev/null +++ b/datasets/metadata/146748.json @@ -0,0 +1 @@ +{"id": 146748, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-23T14:22:43.040Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 585, "ratingCount": 79, "rating": 5, "thumbsUpCount": 103, "thumbsDownCount": 0}, "files": [{"id": 108694, "sizeKB": 22257.2275390625, "name": "Vados_DragonBallSuper-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-24T14:15:46.149Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0EB9CF37", "AutoV2": "DCBF3F8D32", "SHA256": "DCBF3F8D321BC2D34C65E1321E6ECCBCF048284602BAA6F1A6BE39058B17CBB3", "CRC32": "4986A3C2", "BLAKE3": "42C41C66FF795B5EBAB327F7058429078A21FB9090E994B4813A9F09353F067A", "AutoV3": "F742E17A2179"}, "downloadUrl": "https://civitai.com/api/download/models/146748", "primary": true}, {"id": 108700, "sizeKB": 46653.6787109375, "name": "Vados_DragonBallSuper.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-23T14:17:09.269Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C834FEA8", "AutoV2": "4F71D8E000", "SHA256": "4F71D8E000DECA7849A9EB50FC6A6B09A99B51E4A4F7567D4117C8096A018412", "CRC32": "C3872A6C", "BLAKE3": "E6F43056A9677EC5AF9AFD647F0C34B0029D6E972786A1FAF4881BDD497EC05A"}, "downloadUrl": "https://civitai.com/api/download/models/146748?type=Training%20Data"}], "images": [{"id": 2167649, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b0aa727-2239-43ba-860a-c976a7b2a771/width=450/2167649.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UgI=S+%hImo#~qS6VrWC-pM|M{Rjxoj[x]fR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/146748", "modelId": 133336} \ No newline at end of file diff --git a/datasets/metadata/146784.json b/datasets/metadata/146784.json new file mode 100644 index 0000000000000000000000000000000000000000..68a1625bca632e72803b6c94873522fad8e619a9 --- /dev/null +++ b/datasets/metadata/146784.json @@ -0,0 +1 @@ +{"id": 146784, "index": 0, "name": "v2.0 AdamW", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-23T15:10:20.996Z", "availability": "Public", "nsfwLevel": 28, "description": "Version Trained with AdamW 10 repetitions per epoch.
", "trainedWords": ["Orimura_Chifuyu", "Black_skirt_suit_Black_pantyhose_Green_necktie"], "stats": {"downloadCount": 911, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 108728, "sizeKB": 36992.52734375, "name": "ChifuyuV2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-23T15:07:37.338Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A73AD95E", "AutoV2": "8AB8A46BE1", "SHA256": "8AB8A46BE151ECE7D17D78ABE5D37F4E2D120835D2E4347DB03DC453585DFCAB", "CRC32": "ACEB679F", "BLAKE3": "1FD8E5411E2E2A6E80B97830A1A78ED947EED2064A2BE29B9BCA8536F2A59A0B", "AutoV3": "DB3FCF117529"}, "downloadUrl": "https://civitai.com/api/download/models/146784", "primary": true}, {"id": 108726, "sizeKB": 43878.1435546875, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-23T15:07:36.889Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CB440288", "AutoV2": "0B414E0BB9", "SHA256": "0B414E0BB998C2C5666721A42A50E4BDD9AD644EDB87B977A7D0DAABB2B1CADD", "CRC32": "A89C17BD", "BLAKE3": "8DA9B4BA2DF20A6D47A7B8C221C88F2802E8D69A08816EEB00E54CAC1CF4773E"}, "downloadUrl": "https://civitai.com/api/download/models/146784?type=Training%20Data"}], "images": [{"id": 2168326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51945667-e51e-4786-94d5-809510acc0ff/width=450/2168326.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UYF$YB~q?c-;~X%MRkM{%MxuogWCRjWBofWV", "type": "image"}, {"id": 2168323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db318783-dcd6-4914-9759-c33b983176e2/width=450/2168323.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "ULIq.b~XVx$h8^4n9G?bVZ-qs-R*Siou_2Io", "type": "image"}, {"id": 2168329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c70f9dd9-0435-4a9e-8136-8a1c9cf5a001/width=450/2168329.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UML:=u$+%f-oo@?b.9x]5?b_~WxDxbMw?Gt7", "type": "image"}, {"id": 2168332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b263fa30-654f-483e-b5d3-e50cda335fa6/width=450/2168332.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UVGkg?~V~Bnh^*%MxtR*f5WBxaxaX9NbxubI", "type": "image"}, {"id": 2168339, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/767622c9-7dd0-4f74-b55d-a439d7f0ee6b/width=450/2168339.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UGK]r|xH*0DO0zt7IVM|0LMc-oIoXQtl8_oJ", "type": "image"}, {"id": 2168320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e200cf87-5060-4a47-8524-615ea9d47ed1/width=450/2168320.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UOIq=gkW-=%MR4NJIV~X9G?H~qWBtS~WxuD*", "type": "image"}, {"id": 2168319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a05116b4-66e9-4e86-8132-79a4d93e158d/width=450/2168319.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UVGkE@^O=s$g~U%KxDIo?GoyR*bGxZs.xaof", "type": "image"}, {"id": 2168322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91b000c1-3daa-417a-bfb5-2a6cdb5a9686/width=450/2168322.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UKIOLj9G01M_Vqay?cxv0eM{~Vxuxwxu?ajF", "type": "image"}, {"id": 2168324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58d22b23-73b1-45ea-8fee-536b9f4a53c1/width=450/2168324.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UTGb3X^i~BMc~V%2oeM{r;s8xaxuR+NG%Mt7", "type": "image"}, {"id": 2168325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbc0601f-8b6d-4e62-ba34-89a5a9d2c701/width=450/2168325.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UUH_S#Mw^O-o~W$%kB%2aJax?bM{WUs:%2V[", "type": "image"}, {"id": 2168333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/519fb50d-6b1f-4cab-8f04-fa7e1d5c9c69/width=450/2168333.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UUKwb0_N?bxv4-Mxo~%19b$%xGof^+R*%2R-", "type": "image"}, {"id": 2168318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f3338eb-330c-4d2e-b4ad-6da78f74a97a/width=450/2168318.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UMI=7L_4Irbd9DRi-=xu%2og%Lt7?d-p?H-;", "type": "image"}, {"id": 2168328, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d294868-fa17-403d-b5d9-84566382456f/width=450/2168328.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UGI:%zIC?^015P-SD*IU2vM}-Unl,Co}9Zt6", "type": "image"}, {"id": 2168330, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcdf165c-547d-4fa0-acf0-a95c8f973204/width=450/2168330.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UXIM.+%1Q.}tI:=|-VE1-os:IpoeWBjFays:", "type": "image"}, {"id": 2168334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09807f94-9149-4dbd-a330-3e8dd7c46312/width=450/2168334.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UbJt@{I9_NkX?bX9%M%MxuR,xuxGn%%2s:Rj", "type": "image"}, {"id": 2168335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72a1b7b9-2571-4396-abf1-a9e471988cc6/width=450/2168335.jpeg", "nsfwLevel": 16, "width": 512, "height": 1024, "hash": "UZIqWI?^?b~W%3-;s:9a%2ozIpoKM{t7xaWB", "type": "image"}, {"id": 2168336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0535a128-dd6e-4216-9c42-fe5f2855adec/width=450/2168336.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UIJHj^00x^_N?YE0yFo}Xnr=?G^+%h%NRQxv", "type": "image"}, {"id": 2168338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f69242a-9cae-42c4-9bbd-77e92eac6f54/width=450/2168338.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "URJaZiH=~W01IntRIqM{-;NH9ZRPI;kWs8V@", "type": "image"}, {"id": 2168340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46328b53-bbcf-411a-bf2c-4d2b23b8f5e7/width=450/2168340.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UeLp]yH?T}XnKjOZ-;t8Shj=xurrn+t7xENx", "type": "image"}, {"id": 2168337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74fc9ab6-154e-4257-aabd-2ae1dd75bcce/width=450/2168337.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UGK]+QrWEy^jK$%1-pxu00tk~pV@GZx]9Zj?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/146784", "modelId": 12976} \ No newline at end of file diff --git a/datasets/metadata/146788.json b/datasets/metadata/146788.json new file mode 100644 index 0000000000000000000000000000000000000000..a95da597408c877365343b965e9f8c669c0ea52b --- /dev/null +++ b/datasets/metadata/146788.json @@ -0,0 +1 @@ +{"id": 146788, "index": 1, "name": "v2.0 Prodigy", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-23T15:28:00.109Z", "availability": "Public", "nsfwLevel": 28, "description": "Trained using Prodigy at 5 repetitions per epoch.
", "trainedWords": ["Orimura_Chifuyu", "Black_skirt_suit_Black_pantyhose_Green_necktie"], "stats": {"downloadCount": 288, "ratingCount": 158, "rating": 5, "thumbsUpCount": 185, "thumbsDownCount": 0}, "files": [{"id": 108735, "sizeKB": 36992.568359375, "name": "ChifuyuV4.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-23T15:20:44.696Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "82BC2DDD", "AutoV2": "51AB075593", "SHA256": "51AB075593D54222613513FE7FD9F4FF44CC7D638091DD607F4624E239733A8A", "CRC32": "18B628CF", "BLAKE3": "F07F206579E9DBC4F422984FE069F602762567BA06D9CAC52655F55BD23380EC", "AutoV3": "F9F5DE2A44B5"}, "downloadUrl": "https://civitai.com/api/download/models/146788", "primary": true}, {"id": 108736, "sizeKB": 43878.1435546875, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-23T15:20:48.349Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CB440288", "AutoV2": "0B414E0BB9", "SHA256": "0B414E0BB998C2C5666721A42A50E4BDD9AD644EDB87B977A7D0DAABB2B1CADD", "CRC32": "A89C17BD", "BLAKE3": "8DA9B4BA2DF20A6D47A7B8C221C88F2802E8D69A08816EEB00E54CAC1CF4773E"}, "downloadUrl": "https://civitai.com/api/download/models/146788?type=Training%20Data"}], "images": [{"id": 2168521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e209d15b-ac3a-4272-8ddf-a7b043ef70ae/width=450/2168521.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UeIg~39s?Ixv~WNZWDs;%2of%MxaIot7t7%2", "type": "image"}, {"id": 2168518, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ba5e34a-cf1b-41a9-ad5e-c6c81f273fca/width=450/2168518.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UFF~25_1-p0L~p%1oLIV-:IVM|xu-pM|R*j[", "type": "image"}, {"id": 2168516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74e079cc-12ab-487e-8fd1-c2f481692751/width=450/2168516.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UYIX2DNb~C9Fx]%MIoIot8WAIpjEadoeV@R%", "type": "image"}, {"id": 2168529, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0256e065-65a4-4433-9b4e-ac1f90ae2c81/width=450/2168529.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UMI;b#0f=_%#~UR*%ht8R#xa-;%2Otw|X8V@", "type": "image"}, {"id": 2168523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cd8d7c2-aa53-4167-81e4-3df66e8ee017/width=450/2168523.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UcK1dyM{~qxu?a%MkAjt_2xu-;t7IURj%LM{", "type": "image"}, {"id": 2168517, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f197293d-1495-4968-9819-22a708db5b69/width=450/2168517.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UTIXEU~V^ixZI[M|jFRj?HtQENj[sls:-oof", "type": "image"}, {"id": 2168527, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf3cf177-0295-4d88-ada4-6e056073a420/width=450/2168527.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "USHxg7~q^+xa^+%3D%M{IUM{t8NGE1j[%MRj", "type": "image"}, {"id": 2168520, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0519c420-e3c4-4b28-a087-619e5c19116b/width=450/2168520.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UbLD}nD%~q%M?bt7%Mt7?H%MIoRjaeM{xbt6", "type": "image"}, {"id": 2168530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42644e3d-7ca4-47be-96e8-c764405a58d6/width=450/2168530.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UVJH8iIV~C4okrxaR*jZxukC9ZRjozt6RjNG", "type": "image"}, {"id": 2168524, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c17f67e3-84e8-4f72-8879-04676df6be41/width=450/2168524.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UOLzN}00oe%LroRi?wM{EkJC%MRj9]jF$$nk", "type": "image"}, {"id": 2168525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8b9067b-a343-47b2-80fa-5ccbc718c1c9/width=450/2168525.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "USKTS-xHak~C~Wxb-pNGV@xtxuIV%MofRjj[", "type": "image"}, {"id": 2168519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab759f9d-3029-4fd0-95a5-ba7a8b2b0a89/width=450/2168519.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UHJi;J01~V00WV?H4:IoE2S}9at65lxu#,Rj", "type": "image"}, {"id": 2168532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eaa39843-74da-49e1-846f-8d423c60c875/width=450/2168532.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UTLL:^vi~pEh_2S5xbRR%|r[$*WUFtwdwMaK", "type": "image"}, {"id": 2168526, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9562b827-5570-442c-b43d-ae79273ec313/width=450/2168526.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UUJYq]$*:k^Qm,-V,@9Z}ZV@R6sUaxR+t7xZ", "type": "image"}, {"id": 2168528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a94a6c7-0313-4583-8259-04767b84b3d8/width=450/2168528.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UHLDfb004Txu?b9E_4NF-BM_%gIo4.IV-;xa", "type": "image"}, {"id": 2168522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/070bbf17-ca6f-42ca-82ff-58af50a0c8c2/width=450/2168522.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UWGRev~p_2x[?G%2NGRks,IoaeRkIUnin$j?", "type": "image"}, {"id": 2168772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c76e4f90-3b4d-4124-963d-dfd05c3c186b/width=450/2168772.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UQJ*3fE0.9bv~WWAogkD0ft6%1s:s;Ios;s.", "type": "image"}, {"id": 2168873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b4878ff-1f0b-4de7-8910-2b7cd72f9334/width=450/2168873.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UWIg_{M{~Dt7^jxGxas:%0xa$*xaIBxZ-;ae", "type": "image"}, {"id": 2168774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60afc8e5-be8f-43b0-be20-56425085e45a/width=450/2168774.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UeKd9~~Brp%0V=oeIrWEE1RjxaR*I;WARjkD", "type": "image"}, {"id": 2168874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ceb03a17-c188-4174-af32-909652f442ec/width=450/2168874.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDH-T7}^H]4U%2%29GRi9tE1HrtR00xH?a%g", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/146788", "modelId": 12976} \ No newline at end of file diff --git a/datasets/metadata/146938.json b/datasets/metadata/146938.json new file mode 100644 index 0000000000000000000000000000000000000000..9b5023581ed066439beb525be50dbed6d0cbb80c --- /dev/null +++ b/datasets/metadata/146938.json @@ -0,0 +1 @@ +{"id": 146938, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-23T19:29:43.101Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Elze_Silhoueska"], "stats": {"downloadCount": 117, "ratingCount": 11, "rating": 5, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 108863, "sizeKB": 36981.6357421875, "name": "Elze_Silhoueska.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-23T19:25:46.552Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0DCAFAA6", "AutoV2": "D424AD4143", "SHA256": "D424AD41432C0C5FB7B928422FB1EB1C7E4CA4BEC7779F0CFFB7DE08C225EEE2", "CRC32": "75EA8561", "BLAKE3": "11DEAB5CC34EA369BBFB22AEC3871E820F7CB0DEE51BE0E890C24A87A6E9F269", "AutoV3": "8B8F10F72469"}, "downloadUrl": "https://civitai.com/api/download/models/146938", "primary": true}, {"id": 108891, "sizeKB": 6490.6435546875, "name": "18874227.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-23T20:45:47.069Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CECD74A4", "AutoV2": "BB74F2A4D3", "SHA256": "BB74F2A4D394148AFFE3BB90483D82904007A80124E2414CCFBCA3A2597D67A2", "CRC32": "A68B9072", "BLAKE3": "BD61DCCE3B1BD13D41F9CF777C5A66D4E378361924958C4DFA85ED063B5D36F5"}, "downloadUrl": "https://civitai.com/api/download/models/146938?type=Training%20Data"}], "images": [{"id": 2171607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c5d6c78-1faf-4a02-b299-fd1fa261daca/width=450/2171607.jpeg", "nsfwLevel": 1, "width": 512, "height": 736, "hash": "UKHL*paQ00D%t*xKEIf#_NohadRhEMbw$$sk", "type": "image"}, {"id": 2171608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a88cf0b-2ef5-4b75-a860-c9679b83f610/width=450/2171608.jpeg", "nsfwLevel": 1, "width": 512, "height": 736, "hash": "UCGJA{.Q00ImI#tR9EITYlx[x@NEv?oOIoM_", "type": "image"}, {"id": 2171616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9970a7b1-c810-46d1-bc62-254e5a584bd6/width=450/2171616.jpeg", "nsfwLevel": 1, "width": 512, "height": 736, "hash": "UHJjuX~VFTs:uh%Lvzj=DOM|4oRju3t6s:of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/146938", "modelId": 133493} \ No newline at end of file diff --git a/datasets/metadata/146941.json b/datasets/metadata/146941.json new file mode 100644 index 0000000000000000000000000000000000000000..a400484df719ebe9cf4ec650662f530d14083231 --- /dev/null +++ b/datasets/metadata/146941.json @@ -0,0 +1 @@ +{"id": 146941, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-23T19:40:22.627Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Francesca"], "stats": {"downloadCount": 264, "ratingCount": 23, "rating": 5, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 108867, "sizeKB": 36979.8193359375, "name": "Francesca.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-23T19:40:33.982Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "88D3C8C8", "AutoV2": "A00B3BC590", "SHA256": "A00B3BC59029CE2547C4ABFC7545E56C396C8C5D22FD3B38DE04161C49B06DD4", "CRC32": "5D8EBF24", "BLAKE3": "81FE9718CDC2F849C2D25780FF3EFB86B445F7A053C886301240568DE18F11A5", "AutoV3": "6D0BFB53DC2C"}, "downloadUrl": "https://civitai.com/api/download/models/146941", "primary": true}, {"id": 108890, "sizeKB": 6139.8837890625, "name": "18874405.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-23T20:45:45.954Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "355180B6", "AutoV2": "15227B3CFA", "SHA256": "15227B3CFA02C3D83B89D41C4A98BD99E2EAEB7F8777D1C6C32F3F1FA96603B3", "CRC32": "B8A556AD", "BLAKE3": "678AD746D75BADBFAFE37C3ED6ECF3C2E6E98B9D99204092C3FDFAB5745A6452"}, "downloadUrl": "https://civitai.com/api/download/models/146941?type=Training%20Data"}], "images": [{"id": 2171693, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec62461d-910d-4040-8251-f11e1c3c40fb/width=450/2171693.jpeg", "nsfwLevel": 1, "width": 512, "height": 736, "hash": "UEKnk.Na00RkUOkSiMs;NzR%=|oMvmRkt4j?", "type": "image"}, {"id": 2171695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7aa61cee-b71a-48d6-a549-cc119e38a357/width=450/2171695.jpeg", "nsfwLevel": 1, "width": 512, "height": 736, "hash": "UHQ8W0-;_a?I?EMxa7Z*9@W-V[oL[ykpouo|", "type": "image"}, {"id": 2171692, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2d735fb-fc6d-4443-9522-e676dcf68a63/width=450/2171692.jpeg", "nsfwLevel": 1, "width": 512, "height": 736, "hash": "UMJ[#O%N%$^#02tT-p~oM^s:R5J5%2={xax^", "type": "image"}, {"id": 2171694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a37dfc9b-485c-48f1-89bf-3125b8099184/width=450/2171694.jpeg", "nsfwLevel": 1, "width": 512, "height": 736, "hash": "UWO3wjoe#Uj=pARirZr^q}Rj%2n,}bsXM{Wn", "type": "image"}, {"id": 2171691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5282ccae-f59b-443b-b33e-d8dc16c6d6b2/width=450/2171691.jpeg", "nsfwLevel": 1, "width": 512, "height": 736, "hash": "UJKdPPxu4TslVpaer_jZ~pof9FWBIqWB%1s:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/146941", "modelId": 133495} \ No newline at end of file diff --git a/datasets/metadata/146946.json b/datasets/metadata/146946.json new file mode 100644 index 0000000000000000000000000000000000000000..e80dc376ad122f5f2a3a9bfc33b5357ebd792193 --- /dev/null +++ b/datasets/metadata/146946.json @@ -0,0 +1 @@ +{"id": 146946, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-23T20:16:24.045Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["Linze_Silhoueska"], "stats": {"downloadCount": 335, "ratingCount": 34, "rating": 5, "thumbsUpCount": 42, "thumbsDownCount": 0}, "files": [{"id": 108873, "sizeKB": 36980.8759765625, "name": "Linze_Silhoueska.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-23T19:55:40.368Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "12F9AE03", "AutoV2": "7C4A7BF8B0", "SHA256": "7C4A7BF8B0984F59B3F70DA411FD9637F5F302C10092B8AB0CE0A0695B6EC908", "CRC32": "F3636C32", "BLAKE3": "E5CF8D8BAA839F114993538F8BB18814EBB693C32D2FF51461B16EC4D1AD562A", "AutoV3": "22455F3CA8F4"}, "downloadUrl": "https://civitai.com/api/download/models/146946", "primary": true}, {"id": 108889, "sizeKB": 4080.478515625, "name": "24232231.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-23T20:40:42.683Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FE93230A", "AutoV2": "04BDF082F8", "SHA256": "04BDF082F882E5176DB375FD649C4E32CB647B01C8C82A020B1CF0056B3461DA", "CRC32": "9B4C5460", "BLAKE3": "24B1DD420818418097F08EDE0631C8A1124482080A70B34A26598809536CE75B"}, "downloadUrl": "https://civitai.com/api/download/models/146946?type=Training%20Data"}], "images": [{"id": 2171937, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a7f6aec-4029-4924-b6e0-bb72005101fb/width=450/2171937.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1472, "hash": "UDIXQ:%100s.4.s:%ht7~qt79GWB-7t7?Goe", "type": "image"}, {"id": 2171938, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/246dd03f-797c-44db-8627-aa6de12b3e4e/width=450/2171938.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1472, "hash": "UIHCS=bJ0coM03ohREoM%Mohozoe_LohtLWB", "type": "image"}, {"id": 2171939, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aaf312ae-dfbf-4fb0-a183-a289c6f6144a/width=450/2171939.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1472, "hash": "UCHw[c~A4T^N~B-mVX%000oL_MkCE1j[xua}", "type": "image"}, {"id": 2171940, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b436e597-39b5-43b1-94e5-b9a6e22adbad/width=450/2171940.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1472, "hash": "UGFs6-?X0vxr~oxrI9s-%6NMEMa$9zE4EOWo", "type": "image"}, {"id": 2171944, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52e9acc7-fb61-4218-b216-908f56c584e7/width=450/2171944.jpeg", "nsfwLevel": 1, "width": 512, "height": 736, "hash": "UKI5oIx^0ctQUHkX9?X4cG%N=ytPIqbK$*f5", "type": "image"}, {"id": 2171949, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/413e0ad9-e4ba-471f-81ff-61857788c234/width=450/2171949.jpeg", "nsfwLevel": 4, "width": 512, "height": 736, "hash": "UGMjzAxucKtR00ah00WB9]WDImWB.kofo|ax", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/146946", "modelId": 133499} \ No newline at end of file diff --git a/datasets/metadata/146958.json b/datasets/metadata/146958.json new file mode 100644 index 0000000000000000000000000000000000000000..4f5d18b589ff35354854a5dc977e73d531e3e2cc --- /dev/null +++ b/datasets/metadata/146958.json @@ -0,0 +1 @@ +{"id": 146958, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-23T20:33:35.451Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Yae_Kokonoe"], "stats": {"downloadCount": 109, "ratingCount": 3, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 108886, "sizeKB": 36980.689453125, "name": "Yae_Kokonoe.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-23T20:35:44.958Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AA2CCF7C", "AutoV2": "A39F16BB81", "SHA256": "A39F16BB817D0DBA5BC9A4AAA341CDB44E1DCB62544D100FA755168B8ADDDA2E", "CRC32": "A800A7C7", "BLAKE3": "C405C777CC89D40A5F419EB050E139AFC5FF345F4129E93C08CA4E464384DB4D", "AutoV3": "0E24D42AAABE"}, "downloadUrl": "https://civitai.com/api/download/models/146958", "primary": true}, {"id": 108888, "sizeKB": 5756.99609375, "name": "18867920.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-23T20:40:47.717Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5CE9958C", "AutoV2": "DA735C374D", "SHA256": "DA735C374DC9CA47D6A44A8BE0FDEEF05545641067417F87123689A186710844", "CRC32": "3BA648F6", "BLAKE3": "48508C7E108DB5B4CDE7D4C6189D58C72FBE55FCE833F78F4DD8A61435696537"}, "downloadUrl": "https://civitai.com/api/download/models/146958?type=Training%20Data"}], "images": [{"id": 2172100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/555bebe0-01be-4e08-873b-00603f3e5a94/width=450/2172100.jpeg", "nsfwLevel": 1, "width": 512, "height": 736, "hash": "UEI}eci[lFIp-2xBXENGKPjD^%NH^-R$IVog", "type": "image"}, {"id": 2172099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0f5fa82-c661-4ba5-a0df-ebd018895e96/width=450/2172099.jpeg", "nsfwLevel": 1, "width": 512, "height": 736, "hash": "UNMj2ct7%#bbA9oz~qxu=}s:?HWV8_RjxFWB", "type": "image"}, {"id": 2172095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90063a28-4f84-4180-b6db-ad24f033ee96/width=450/2172095.jpeg", "nsfwLevel": 1, "width": 512, "height": 736, "hash": "UGN03s%M.P%M0cRjxVoyicoL_3t6}]j[x[oe", "type": "image"}, {"id": 2172096, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c17812e-49ec-406e-b446-e53b5373f679/width=450/2172096.jpeg", "nsfwLevel": 1, "width": 512, "height": 736, "hash": "UHLpO3VEx%gz9Dw|-p_2WG~B~V9s=yEMAAD*", "type": "image"}, {"id": 2172097, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b91d1992-841e-4bae-aaed-8986c5997552/width=450/2172097.jpeg", "nsfwLevel": 1, "width": 512, "height": 736, "hash": "UUMjBu%yUW.6pGxv^mxu$mwi$mnnt7ox%LWU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/146958", "modelId": 133508} \ No newline at end of file diff --git a/datasets/metadata/146985.json b/datasets/metadata/146985.json new file mode 100644 index 0000000000000000000000000000000000000000..bc5e77674464d538bebc053e30f4b3ad0a31c2f0 --- /dev/null +++ b/datasets/metadata/146985.json @@ -0,0 +1 @@ +{"id": 146985, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-23T21:54:42.136Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["High_Rosetta"], "stats": {"downloadCount": 261, "ratingCount": 26, "rating": 5, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 108907, "sizeKB": 36979.2021484375, "name": "High_Rosetta.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-23T21:55:44.444Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8F3B532D", "AutoV2": "CCCE460F23", "SHA256": "CCCE460F238C73C2F7D21D867DA42D73B900C00824117029125DAB7871F8DA09", "CRC32": "93957144", "BLAKE3": "258B6AA2DFF0D13E4463891DBD8BD30C30B9BBA0D788E3D80AAF507D1D906E9F", "AutoV3": "DF8526238F69"}, "downloadUrl": "https://civitai.com/api/download/models/146985", "primary": true}, {"id": 108908, "sizeKB": 2939.6474609375, "name": "24233439.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-23T21:55:32.135Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B2500518", "AutoV2": "DCC3C646B4", "SHA256": "DCC3C646B44A897B5BA392252F4696BE34F4A7CA9C95DB1521E0EE646B0B68CB", "CRC32": "B3EE6959", "BLAKE3": "B013E5D4623B80422BBB1BD7B8DB3A2FD2C186D8E491CBE454AEC11E102B8006"}, "downloadUrl": "https://civitai.com/api/download/models/146985?type=Training%20Data"}], "images": [{"id": 2172792, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f628700d-d974-4c67-8600-d7aec1d7c82d/width=450/2172792.jpeg", "nsfwLevel": 1, "width": 512, "height": 736, "hash": "UNLN#,%}7V}[%#%ht-sjJGR4$TbFo*-T--aj", "type": "image"}, {"id": 2172796, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/683f436d-e20a-4fbe-b6f1-0eac30706afe/width=450/2172796.jpeg", "nsfwLevel": 1, "width": 512, "height": 736, "hash": "UDGJT_}Vy55=4zDz-qNP00X0D%#jk;kk?b-3", "type": "image"}, {"id": 2172793, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7534d3f-8b4e-4c9f-9f79-6f6248062711/width=450/2172793.jpeg", "nsfwLevel": 1, "width": 512, "height": 736, "hash": "UEKxI}0049xZ}drgXYX.DrE:_2V}T#IWVXD%", "type": "image"}, {"id": 2172794, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e1adcb6-4e5c-42ad-a6de-22aceed99c65/width=450/2172794.jpeg", "nsfwLevel": 1, "width": 512, "height": 736, "hash": "UDJuTCEL1u]%04Ec-X+Y}39DRgH=~oog^i?a", "type": "image"}, {"id": 2172795, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31d2e197-c9a6-4b58-8176-b4bb17be3a87/width=450/2172795.jpeg", "nsfwLevel": 1, "width": 512, "height": 736, "hash": "UDJ[n;4,1fKPH[}]O_E500kqDiD%gC4:m,ae", "type": "image"}, {"id": 2172797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/459deb69-72f4-47f1-ae28-d75975f46122/width=450/2172797.jpeg", "nsfwLevel": 1, "width": 512, "height": 736, "hash": "UFJH{,QT335XH=^nIppI2Ika-Px@0=aS?ZW?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/146985", "modelId": 133525} \ No newline at end of file diff --git a/datasets/metadata/146999.json b/datasets/metadata/146999.json new file mode 100644 index 0000000000000000000000000000000000000000..6afe98994feb74b3f48ec0485504b9fac8244dc2 --- /dev/null +++ b/datasets/metadata/146999.json @@ -0,0 +1 @@ +{"id": 146999, "index": 1, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-23T23:17:49.715Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 376, "ratingCount": 22, "rating": 5, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 108922, "sizeKB": 22262.216796875, "name": "Takashima_Kumi_HIsaku-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-23T22:55:37.223Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "68293C2A", "AutoV2": "F9A7C78F0A", "SHA256": "F9A7C78F0AD2BE56FEC331A001BB37F38254E35EACCE817B5D2C27364E544C55", "CRC32": "504493C1", "BLAKE3": "CD5A4ADBC0E761300ADF3378D66E92ADF0560B8353CED1C2C1104047BE5AFF96", "AutoV3": "4105974607A4"}, "downloadUrl": "https://civitai.com/api/download/models/146999", "primary": true}, {"id": 108923, "sizeKB": 50090.3603515625, "name": "Takashima_Kumi_HIsaku.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-23T22:55:37.325Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "21E7BEB5", "AutoV2": "A419B52367", "SHA256": "A419B52367473B4414807B51BCF5D57A3448EE1E9CD765DD8C98F79D11D8DF59", "CRC32": "FCA63270", "BLAKE3": "1EDC2962AC8E02492AEA1F0F2917F1E4D21A0954DCB8217A433AA98A9BA06AF4"}, "downloadUrl": "https://civitai.com/api/download/models/146999?type=Training%20Data"}], "images": [{"id": 2173265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6affcc8-07be-47c0-971f-e2a66c407cef/width=450/2173265.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMOLl]-;_3-pLxkC*0W;^RRj-;aeE4Rk=_ni", "type": "image"}, {"id": 2173375, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66552aed-96a9-4483-8a01-6a4935def0e7/width=450/2173375.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOOVM|R%?vtS*IDiyDI;tkn4-;s;s=jFW-.8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/146999", "modelId": 40257} \ No newline at end of file diff --git a/datasets/metadata/147306.json b/datasets/metadata/147306.json new file mode 100644 index 0000000000000000000000000000000000000000..ede144dcf44c59dd9424643c6be94dcce0f8cc80 --- /dev/null +++ b/datasets/metadata/147306.json @@ -0,0 +1 @@ +{"id": 147306, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-24T10:41:12.161Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 1048, "ratingCount": 138, "rating": 5, "thumbsUpCount": 185, "thumbsDownCount": 0}, "files": [{"id": 109158, "sizeKB": 22258.224609375, "name": "Miyako_Saitou_OshinoKo-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-24T10:40:35.984Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "437202DF", "AutoV2": "98BFFE0127", "SHA256": "98BFFE0127C9899C25B2794BCF7F228AEC34F7FE29F741BDFA1CC634E9D15024", "CRC32": "87CD7FCA", "BLAKE3": "9089E020A8B21D9F0980E6A1B6B0A3EF2B2D17FE992D808B0B558A58F81348AD", "AutoV3": "6623E76E6760"}, "downloadUrl": "https://civitai.com/api/download/models/147306", "primary": true}, {"id": 109159, "sizeKB": 43636.6669921875, "name": "Miyako_Saitou_OshinoKo.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-24T10:40:40.673Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "17565EC8", "AutoV2": "62858247DE", "SHA256": "62858247DEB6C1EE31F9B8E436F82A2E7BD755AA8A23B7289658DC2126B0AF61", "CRC32": "E351E1FC", "BLAKE3": "DFC9EAF441292C9F7027C74BEF8C2ECDC43C2753493E6ED3D66382DD99A9BD89"}, "downloadUrl": "https://civitai.com/api/download/models/147306?type=Training%20Data"}], "images": [{"id": 2180195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28ed878a-e75f-4e78-8506-509dcd2a86d7/width=450/2180195.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJM%1b_N0#-;00S$9txu%$MxMxRPMxV@xuM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/147306", "modelId": 41207} \ No newline at end of file diff --git a/datasets/metadata/147360.json b/datasets/metadata/147360.json new file mode 100644 index 0000000000000000000000000000000000000000..ab880497efad5ffb09cbb68a1ae39682bea8660e --- /dev/null +++ b/datasets/metadata/147360.json @@ -0,0 +1 @@ +{"id": 147360, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-24T12:50:09.522Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 1480, "ratingCount": 103, "rating": 5, "thumbsUpCount": 186, "thumbsDownCount": 0}, "files": [{"id": 109205, "sizeKB": 22258.2509765625, "name": "Hisato_Azuma_Himawari-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-24T12:40:50.367Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "129AF45A", "AutoV2": "70E0410147", "SHA256": "70E04101476A71C56CECC20A986BF942321398AF0F921D4633D1C35477F79CF9", "CRC32": "BB0B6479", "BLAKE3": "671D08D38D207AE59D2DA5C40DD7760191DD368B3A75FF6D0B2DDAD218388027", "AutoV3": "884445BFD366"}, "downloadUrl": "https://civitai.com/api/download/models/147360", "primary": true}, {"id": 109206, "sizeKB": 42781.8486328125, "name": "Hisato_Azuma_Himawari.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-24T12:40:55.402Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F8CC2E43", "AutoV2": "CA5DDB05BB", "SHA256": "CA5DDB05BBF944A9F43BC713E05B2E21965F7F79B632193B1CCD5A3136140795", "CRC32": "B26BE6E3", "BLAKE3": "F8084BB6E5B71C091D812544C473B60418E38C463ED946A6DCD1C208959718B5"}, "downloadUrl": "https://civitai.com/api/download/models/147360?type=Training%20Data"}], "images": [{"id": 9355473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8984817d-4b9b-408f-b953-30cb9802b28e/width=450/9355473.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UyKT}Vt8t,t7~pt7-;ofIoayxtaeWBV@RjWB", "type": "image"}, {"id": 9355501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a1a613c-61e9-434d-af7c-dfd8df2085ea/width=450/9355501.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UzKT}Wt8yDt7~Wt7-;ofIoayxtaeWBV@RjWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/147360", "modelId": 42762} \ No newline at end of file diff --git a/datasets/metadata/147536.json b/datasets/metadata/147536.json new file mode 100644 index 0000000000000000000000000000000000000000..5f362c601b94afd24949005559b9e6dbe37d71a0 --- /dev/null +++ b/datasets/metadata/147536.json @@ -0,0 +1 @@ +{"id": 147536, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-24T17:52:29.585Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 1543, "ratingCount": 125, "rating": 5, "thumbsUpCount": 192, "thumbsDownCount": 0}, "files": [{"id": 109351, "sizeKB": 22255.9296875, "name": "Sword_Maiden_GoblinSlayer-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-24T17:50:47.063Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "04408CD8", "AutoV2": "8E499FCA5C", "SHA256": "8E499FCA5C8A6794ACBCD0AADE0615971E7B748C56FC35ACE36A7CB679B16C7B", "CRC32": "20154325", "BLAKE3": "9AB600524AC02DE8FBD0100F01948856022F6331B4C7BA80D005E38CB3B21406", "AutoV3": "F3FECA5A6EFD"}, "downloadUrl": "https://civitai.com/api/download/models/147536", "primary": true}, {"id": 109352, "sizeKB": 45146.3994140625, "name": "Sword_Maiden_GoblinSlayer.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-24T17:50:49.276Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D7F132A8", "AutoV2": "1F8188ED7C", "SHA256": "1F8188ED7C8AE99EB204ECBF5AFE0CEDD5D3F2C947328ADA7E34FC29A096224E", "CRC32": "5D5E1080", "BLAKE3": "31BB03961A462013C4D9BB445F08CFE349A2BD4E395FC268739F23228065870A"}, "downloadUrl": "https://civitai.com/api/download/models/147536?type=Training%20Data"}], "images": [{"id": 2185365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e27d50f-df1f-4e83-8183-46fc910eddff/width=450/2185365.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVPF+Y~qt,xa_NR-x[Rk?vIonhRjj@kCs.t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/147536", "modelId": 41538} \ No newline at end of file diff --git a/datasets/metadata/147620.json b/datasets/metadata/147620.json new file mode 100644 index 0000000000000000000000000000000000000000..1209bb309dfc5109dd420cc9017af64a794b26df --- /dev/null +++ b/datasets/metadata/147620.json @@ -0,0 +1 @@ +{"id": 147620, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-24T22:24:36.633Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 1061, "ratingCount": 160, "rating": 5, "thumbsUpCount": 205, "thumbsDownCount": 0}, "files": [{"id": 109426, "sizeKB": 22265.6640625, "name": "Orihime_Inoue_Bleach-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-24T22:25:44.591Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EB2F98DB", "AutoV2": "3A4788C810", "SHA256": "3A4788C810D904B2374C16F2E2CAA512B6E082C4E8CDD325550C92C1D761EDDA", "CRC32": "3CD989CA", "BLAKE3": "0A914DB962FC9961D9A4BABEA79DCC63671F300841FC526CF8694189B1A2F63E", "AutoV3": "EB197F9C4BF5"}, "downloadUrl": "https://civitai.com/api/download/models/147620", "primary": true}, {"id": 109427, "sizeKB": 46029.7626953125, "name": "Orihime_Inoue_Bleach.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-24T22:25:42.946Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CAF67F40", "AutoV2": "01A2E5C5A6", "SHA256": "01A2E5C5A609F7EF2CB69BE4F62B31DB47B7E87133B8F078595955B34EF3F41B", "CRC32": "A9794483", "BLAKE3": "FAB867AE242DE5E63113A953365D2713B5C666285B5F1C74B6B8CB87DA3A247D"}, "downloadUrl": "https://civitai.com/api/download/models/147620?type=Training%20Data"}], "images": [{"id": 2187870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8659cc47-a7a3-44b9-af91-567cfd3dfe09/width=450/2187870.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcO:38xuyEs:v|kC.StR_NofXTRkMxaKe-Rj", "type": "image"}, {"id": 2188112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7dd58684-0c22-4fc0-ae5b-0944ff46e168/width=450/2188112.jpeg", "nsfwLevel": 1, "width": 4096, "height": 6144, "hash": "UiMGenD%_Ns.?Gt7Rkj[~q%2tltRyDRjx]ae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/147620", "modelId": 134062} \ No newline at end of file diff --git a/datasets/metadata/147713.json b/datasets/metadata/147713.json new file mode 100644 index 0000000000000000000000000000000000000000..02c5c65ebcb2d3c81a239377b4b15b2b922650b4 --- /dev/null +++ b/datasets/metadata/147713.json @@ -0,0 +1 @@ +{"id": 147713, "index": 0, "name": "v1.0 250p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-25T01:41:33.886Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 2673, "ratingCount": 225, "rating": 5, "thumbsUpCount": 328, "thumbsDownCount": 0}, "files": [{"id": 109498, "sizeKB": 22263.1904296875, "name": "Kyouk_Tachibana_Circumstances-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-25T01:45:49.659Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A7589E3E", "AutoV2": "593FB30C73", "SHA256": "593FB30C73BE57FA8C924C1BC08F3CA871C663D17CA327DF2EDF417C7288964D", "CRC32": "9CDA9FDA", "BLAKE3": "93363E236AD9BF7FE28459A6FF3BD985B7EB2E0644170A6DF931C7C010FF3595", "AutoV3": "1F5F3996E592"}, "downloadUrl": "https://civitai.com/api/download/models/147713", "primary": true}, {"id": 109499, "sizeKB": 57850.2177734375, "name": "Kyouk_Tachibana_Circumstances.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-25T01:45:45.462Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D289C71B", "AutoV2": "BF4E9C6000", "SHA256": "BF4E9C6000434291E34011CA8998DBA8A2FD29C31D66362B3D92BAB037FAEBC4", "CRC32": "2A3B693C", "BLAKE3": "6DFE464DD63AD4824B5D711188C7DCE28CA38EA48278382D11F401540836CF97"}, "downloadUrl": "https://civitai.com/api/download/models/147713?type=Training%20Data"}], "images": [{"id": 14174331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06d993cb-48cc-4782-9643-9edb929a93d9/width=450/14174331.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGOfMs8_Gc9Fzm9E0fs.*0Mx-;NGtlkCx^%2", "type": "image"}, {"id": 14174340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9afd67c8-cca7-41b5-9842-cd18f11bcabe/width=450/14174340.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGOfMs8_Gc9Fzm9E0fs.*0Mx-;NGtlkCx^%2", "type": "image"}, {"id": 2962145, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c970510f-4479-4ab0-97c7-f371163ee0ad/width=450/2962145.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U9N*{w^h00H?y=00%z?vi_01%$Vs%M0Ko#9a", "type": "image"}, {"id": 2961708, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8108497d-ccd7-429a-bb70-d79bf6531144/width=450/2961708.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UfMi~F~W0#x]-k-ox]x]NGj?s.a{?bWWIVae", "type": "image"}, {"id": 2962050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1dde935-c17a-4840-8ba3-3eb4e6d276c1/width=450/2962050.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHOn]-~p0f^*GF-pXn-:9FD%9GRj;1RQM|M{", "type": "image"}, {"id": 2961714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4079051-b2f8-4857-bcad-551202e732fd/width=450/2961714.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "ULN+FYHr0MOY~o4:xuJBM|iwtRS4_LxuD%aK", "type": "image"}, {"id": 2961954, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48b2dbda-79a9-49d4-8c1c-9592280d4489/width=450/2961954.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "USN]RvWD0Nog0KWBD%j[~qoKxuWB%Moz-;WB", "type": "image"}, {"id": 2195005, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38844df7-8029-4974-9663-08d0b7dd9f76/width=450/2195005.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UGNutv~pGq~V04t702sp009FTIIU4.E1?ZIo", "type": "image"}, {"id": 14173259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/643f7245-899b-4a0e-b731-4846d676f852/width=450/14173259.jpeg", "nsfwLevel": 4, "width": 6784, "height": 7776, "hash": "UKN]wu~VHB?u9D^*-lx@02-.v,oLR5s.o~og", "type": "image"}, {"id": 14175496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f610834b-6726-4f8b-bc3b-17e67c582a5e/width=450/14175496.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U5OC1+0300_M00-:4oM|00I:~q,ES^^P0MtQ", "type": "image"}, {"id": 14175495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3934f39a-cbf9-4817-b8d9-c2d510c2e94c/width=450/14175495.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U5OC1+0300_M00-:4oM|00I:~q,ES^^P0MtQ", "type": "image"}, {"id": 14177137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9bcb257d-7470-41a1-8381-a09644e52313/width=450/14177137.jpeg", "nsfwLevel": 4, "width": 2048, "height": 3072, "hash": "U8O2v;010L_NmirqD48_00pHO[_200.70Lxu", "type": "image"}, {"id": 14177139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fab97571-fc24-43f5-9c66-290d0287e6f8/width=450/14177139.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UPOyeLM|?[xtMcoeTLod4nxa-nxaRiIVITMy", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/147713", "modelId": 134141} \ No newline at end of file diff --git a/datasets/metadata/147958.json b/datasets/metadata/147958.json new file mode 100644 index 0000000000000000000000000000000000000000..45e54a37f9e18a41a15bfbd74f3c71a698bf4445 --- /dev/null +++ b/datasets/metadata/147958.json @@ -0,0 +1 @@ +{"id": 147958, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-25T11:15:57.031Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 2083, "ratingCount": 95, "rating": 5, "thumbsUpCount": 170, "thumbsDownCount": 0}, "files": [{"id": 109690, "sizeKB": 22257.09375, "name": "Koharu_Tachibana_Circumstances-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-25T11:10:48.754Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F0082F2B", "AutoV2": "859CE0C558", "SHA256": "859CE0C55821D5B0BE518A709E5400B1DD28D174271D7CCC1FA3EADD7D038AEB", "CRC32": "8724F2F2", "BLAKE3": "0A4C089F76DFCB8281B490D5298316B7BFC4786E1EAB26293D2218960F6768AF", "AutoV3": "8A2A778B98B0"}, "downloadUrl": "https://civitai.com/api/download/models/147958", "primary": true}, {"id": 109692, "sizeKB": 49704.16015625, "name": "Koharu_Tachibana_Circumstances.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-25T11:10:51.196Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "22256099", "AutoV2": "9C61CAA397", "SHA256": "9C61CAA3979AC5FEA10B80102E85F006BBA0324E4F0BE1BF1ABA1A817A00F66B", "CRC32": "B811AD28", "BLAKE3": "5365E70EE670C8346540BE86A8648705095B2A88A4B753D2643B99DEA0A75C0D"}, "downloadUrl": "https://civitai.com/api/download/models/147958?type=Training%20Data"}], "images": [{"id": 14178020, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1692e234-beda-4d3e-b886-49defb54be52/width=450/14178020.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULQS9o_N9c-piFRQxGMxyERQMxi_s+aeNft7", "type": "image"}, {"id": 14178019, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9dfc0cc8-07a7-4cab-867a-3a37bb36dbbe/width=450/14178019.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULQS9o_N9c-piFRQxGMxyERQMxi_s+aeNft7", "type": "image"}, {"id": 2962243, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cb0ae56-e369-45ee-b0b2-7afff2ffdbf9/width=450/2962243.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKNIpS~V00rq%zx]WFxaJUxuozWA_2ozMyax", "type": "image"}, {"id": 2961715, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee5a33fc-2c2c-48eb-bac5-b07edfeaa4bb/width=450/2961715.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOPX^B~B01#p^zNG+|t7o#azozRk?]a|R5tQ", "type": "image"}, {"id": 14178082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9840cdb1-8403-4de6-b5e7-3213ac372e63/width=450/14178082.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVP$p{D*9bad-ODip0R5S%V@jcj]_M%MRQfl", "type": "image"}, {"id": 14179010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2220a9c1-0195-4848-8223-639c27ed24b7/width=450/14179010.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMPiCm?u1NPVFe#7T1NK4;-.yDR-?^t6VtNy", "type": "image"}, {"id": 14179410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51b4a265-6d02-4b9a-95c2-e8cc6ac9602b/width=450/14179410.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNN]qauP0M?H5=E3NM$f9b%g-;-:yXXTV[kX", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/147958", "modelId": 43138} \ No newline at end of file diff --git a/datasets/metadata/148132.json b/datasets/metadata/148132.json new file mode 100644 index 0000000000000000000000000000000000000000..da9fd8200c5c8b041e898c65ade6522de8260fc4 --- /dev/null +++ b/datasets/metadata/148132.json @@ -0,0 +1 @@ +{"id": 148132, "index": 0, "name": "v2.0 234p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-25T15:32:22.663Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 2174, "ratingCount": 94, "rating": 5, "thumbsUpCount": 167, "thumbsDownCount": 0}, "files": [{"id": 109843, "sizeKB": 22256.3134765625, "name": "Yuka_Tachibana_Circumstances-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-25T15:25:52.052Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B9827C99", "AutoV2": "5A8549B0E1", "SHA256": "5A8549B0E156C824622DBB33A1F4D1111FFFCD90AC94DD765628B420D52238AA", "CRC32": "B653A037", "BLAKE3": "D0C88CBCAF4265510E1B374ED2CEAF9141FBFE3FF97A81D8775B349A3717AA60", "AutoV3": "9F1FCF2B3F7C"}, "downloadUrl": "https://civitai.com/api/download/models/148132", "primary": true}, {"id": 109844, "sizeKB": 49780.3369140625, "name": "Yuka_Tachibana_Circumstances.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-25T15:26:24.307Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C9BBE160", "AutoV2": "E6E8370B30", "SHA256": "E6E8370B304CEBBF9FCEAE5D649255AFC56DE035F1EBE459B26C8252D9CA0E88", "CRC32": "FA578B2F", "BLAKE3": "BFA26B29E0F1446A310656706FFE1487498DFFB781A2BF025F4A2A66186972D9"}, "downloadUrl": "https://civitai.com/api/download/models/148132?type=Training%20Data"}], "images": [{"id": 14180396, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79ce6dce-9281-4868-9cfe-f152de0af06e/width=450/14180396.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UOMs_~_N%#-=9DXA~VX8?wt7-TofW?xutRs:", "type": "image"}, {"id": 14180397, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26dd8047-b44e-4cc9-b171-c9239ecbd6c3/width=450/14180397.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOMs_~_N%#-=9DXA~VW=?wt7-TofW?xutRs:", "type": "image"}, {"id": 2962339, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ac5260f-f317-4155-8fc0-8b97c64bed00/width=450/2962339.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIK0NY019uRQHWiw={Nw#Toe_2xa-Vf*xGtQ", "type": "image"}, {"id": 2198131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45adc118-8808-47e2-8e19-d0e3b698e36e/width=450/2198131.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UdLXPlxaXnxuMwt7_3oe?wa{-oWBs;WBx]WV", "type": "image"}, {"id": 14180455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9df4bc18-9da7-4153-9192-4420300d828d/width=450/14180455.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URL:=lrpNdE29YR+^*ITS%t7-oxa~pV?tRNG", "type": "image"}, {"id": 14180454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15e7cc43-23ac-4ae3-a2ed-79340cca454c/width=450/14180454.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URL:=lrpNdE29YR+^*ITS%t7-oxa~pV?tRNG", "type": "image"}, {"id": 14181924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4a514eb-ce3b-42a5-902b-b3a78e34cba3/width=450/14181924.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDLpHm0100x]C7R7I=j=0x4:?H^*9uIq~BkC", "type": "image"}, {"id": 14181927, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3e5dbf8-7fa6-431d-959b-a866ee24ad6f/width=450/14181927.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UGLD7A=_0g~B009uR5n$00r=?G9Z?G-p,.-:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/148132", "modelId": 43307} \ No newline at end of file diff --git a/datasets/metadata/14821.json b/datasets/metadata/14821.json new file mode 100644 index 0000000000000000000000000000000000000000..90c4d6fd99860ae1969cce5ebb35860b4fc64ed4 --- /dev/null +++ b/datasets/metadata/14821.json @@ -0,0 +1 @@ +{"id": 14821, "index": 0, "name": "1.2", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-02-24T12:32:48.058Z", "availability": "Public", "nsfwLevel": 1, "description": "added (from side) (from behind) (crouching) (running) as understood tags.
", "trainedWords": ["trolloc", "from side", "from behind", "crouching", "running", "leather armor", "leather vest", "chainmail armor", "wristguards"], "stats": {"downloadCount": 293, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 12761, "sizeKB": 136100.3671875, "name": "Trolloc.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-24T13:01:17.805Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "65B6A5DA", "AutoV2": "4C2B4E73E5", "SHA256": "4C2B4E73E56B1E452F7F4CD1C5A188EF140D21DB16C62AD40C4B407B8325F8C2", "CRC32": "CC377925", "BLAKE3": "9B20D5DD6A1B9690A3655954FA4605AFF736E5C409E2636D976B52B5274FE921"}, "downloadUrl": "https://civitai.com/api/download/models/14821?type=Training%20Data"}, {"id": 12755, "sizeKB": 147574.1787109375, "name": "WoTrolloc.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-24T12:36:04.829Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "4D87CB16", "AutoV2": "BBE3F73501", "SHA256": "BBE3F735018CAF671C4F84CDE95BF56EEFC67743A9C81A4573890BD1ED49D802", "CRC32": "1ACB8719", "BLAKE3": "B22FA8CEE1C3F58441EA4B311C63587C60E5E52680F9E0A32A2BACFB1D8F87EA", "AutoV3": "98000C774F49"}, "downloadUrl": "https://civitai.com/api/download/models/14821", "primary": true}], "images": [{"id": 144999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60a7dd4c-4aaa-4613-3668-039074244300/width=450/144999.jpeg", "nsfwLevel": 1, "width": 656, "height": 896, "hash": "U6E36kp0?v.808W99Ht7~moJ9Ej?BGogxIWE", "type": "image"}, {"id": 144998, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4612690d-d087-48b6-1ec7-6a206c89e500/width=450/144998.jpeg", "nsfwLevel": 1, "width": 656, "height": 896, "hash": "U9B{r+Ipi]D%0LNGE1R*~Aoes.%20LkBR+NG", "type": "image"}, {"id": 144997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2abbd549-aaf4-4ac9-0bf8-d9cde0480e00/width=450/144997.jpeg", "nsfwLevel": 1, "width": 656, "height": 896, "hash": "UaI};Yoz_NxuXnWBg4WCxGoLMxWByEofV[WW", "type": "image"}, {"id": 145014, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e99dcf3d-1533-4ff9-b17a-6578c9e27900/width=450/145014.jpeg", "nsfwLevel": 1, "width": 656, "height": 896, "hash": "U6H2Dq^T~n?H0QoNIVs;J0^l00jF.m-;4oad", "type": "image"}, {"id": 145013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2530f551-eeab-466e-a8e4-7febb2c0e300/width=450/145013.jpeg", "nsfwLevel": 1, "width": 656, "height": 896, "hash": "ULF5$%-=-:xc9[I.I.sp~QoZr=j?KftRbbn~", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/14821", "modelId": 9124} \ No newline at end of file diff --git a/datasets/metadata/148410.json b/datasets/metadata/148410.json new file mode 100644 index 0000000000000000000000000000000000000000..cfbfa9c064862b3a75336e1de1500d087c2ffd28 --- /dev/null +++ b/datasets/metadata/148410.json @@ -0,0 +1 @@ +{"id": 148410, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-26T01:12:10.537Z", "availability": "Public", "nsfwLevel": 3, "description": "21 images\n10 repeats \n6 epochs\n1260 steps (batch size:1)\nscheduler: cosine\nText encoder learning rate: 1e-5 \nUnet learning rate: 0.001\nTrained on NAI
", "trainedWords": ["clemenceauDefault", "ClemenceauGolf"], "stats": {"downloadCount": 513, "ratingCount": 84, "rating": 5, "thumbsUpCount": 97, "thumbsDownCount": 0}, "files": [{"id": 110102, "sizeKB": 5254.626953125, "name": "clemenceau..zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-26T00:56:20.676Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "44A6AC31", "AutoV2": "98697FE378", "SHA256": "98697FE378AEB5451C601AA4B69E39BA96994D8E317E23E42EDE26B47B215B0B", "CRC32": "C5BAA834", "BLAKE3": "3B1EDCBBCC2A156F429D449C752D5522E4C5230757F6E7708400259B96D7A219"}, "downloadUrl": "https://civitai.com/api/download/models/148410?type=Training%20Data"}, {"id": 110100, "sizeKB": 9331.6640625, "name": "clemenceau_d8_v2_e6.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-26T00:55:48.468Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3F892FC4", "AutoV2": "6EB1EBB3EA", "SHA256": "6EB1EBB3EA0ACC0D43553482AE6C332C6894FA10640F953ECF3CB79F7C7D2CE7", "CRC32": "01B5C9CE", "BLAKE3": "86F47F822B3D91F08746331381514DA9FCA39BCB37F7778C383FFE7544A7C870", "AutoV3": "7E56430B9FA9"}, "downloadUrl": "https://civitai.com/api/download/models/148410", "primary": true}], "images": [{"id": 2204614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7055202f-3ecf-44a6-895a-fea271ca06aa/width=450/2204614.jpeg", "nsfwLevel": 1, "width": 704, "height": 960, "hash": "UpKTunIU%Mt7~pS2R%x]%2xGRjR-SzWUaxWU", "type": "image"}, {"id": 2204708, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/764561ec-7a23-438a-abaf-ce58e8286ce7/width=450/2204708.jpeg", "nsfwLevel": 2, "width": 704, "height": 960, "hash": "UFJHBg57K1-A?wENOsxFI=kD%MR*9FR--oj]", "type": "image"}, {"id": 2204619, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4980998b-515c-4da0-aad7-044c1cd8950d/width=450/2204619.jpeg", "nsfwLevel": 2, "width": 704, "height": 960, "hash": "UgJ7gx~W%MS3~WtRozf8xtWBWBofR%axaet6", "type": "image"}, {"id": 2204652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72fa0e04-04dc-4e50-9731-c13903a3c54c/width=450/2204652.jpeg", "nsfwLevel": 2, "width": 704, "height": 960, "hash": "UCIO60;15lK+*0rXOF9]00r=oyIV,CNb-p$*", "type": "image"}, {"id": 2204658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7d0fd6c-6347-4bf2-915c-ee96e8a9ef9c/width=450/2204658.jpeg", "nsfwLevel": 2, "width": 704, "height": 960, "hash": "U8JHEh4o0J_1^-$u-;jdEVRQ9vNG0dsE_2tP", "type": "image"}, {"id": 2204696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1a2bd1e-0d05-4a06-928f-985244c03208/width=450/2204696.jpeg", "nsfwLevel": 2, "width": 704, "height": 960, "hash": "UFI}6J4.Exw0.AE2EkemS5t8%MR*D%S$?GWY", "type": "image"}, {"id": 2204748, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52c2e255-e254-4d7e-9ab8-c43e7e298fb7/width=450/2204748.jpeg", "nsfwLevel": 2, "width": 704, "height": 960, "hash": "UYH1od-;%3k=?w%2SgX9%Ne.n%g3R,W-sSjZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/148410", "modelId": 134714}
\ No newline at end of file
diff --git a/datasets/metadata/14851.json b/datasets/metadata/14851.json
new file mode 100644
index 0000000000000000000000000000000000000000..9194de7faa856a595973cf35ad2e08975f4a651c
--- /dev/null
+++ b/datasets/metadata/14851.json
@@ -0,0 +1 @@
+{"id": 14851, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-02-24T13:38:02.470Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["henrietta_de_tristain", "crown"], "stats": {"downloadCount": 637, "ratingCount": 108, "rating": 5, "thumbsUpCount": 114, "thumbsDownCount": 0}, "files": [{"id": 12774, "sizeKB": 109039.705078125, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-24T13:41:09.002Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C0CB5520", "AutoV2": "E2987CB706", "SHA256": "E2987CB7068D41AB6E0F35DC7D609DC5CEEE361A670DAAD87E3D825168857B1D", "CRC32": "8511B0B3", "BLAKE3": "682073A915D6E7EAFBC5377C86CB2A69CD1C2BA0975B9CEC059167E44A59FBC9"}, "downloadUrl": "https://civitai.com/api/download/models/14851?type=Training%20Data"}, {"id": 12773, "sizeKB": 147581.8701171875, "name": "Henrietta_de_Tristain.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-24T13:41:10.268Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "EE6A580C", "AutoV2": "EE9666E3DE", "SHA256": "EE9666E3DE45705601787A8C14CC9120BF5104C9BDFAA169372AF4B1FDE7C248", "CRC32": "85622EC8", "BLAKE3": "295CA8A4C0A020D3CC3F33B002234C678FA21C7D88FCCAAAFABD286E97E8CBEB", "AutoV3": "E08904BA4F17"}, "downloadUrl": "https://civitai.com/api/download/models/14851", "primary": true}], "images": [{"id": 145307, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f62a6d2-1799-418c-2bf9-a45b39825b00/width=450/145307.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UFJt-,0C0TAL00xc%NNH9XxT?Dnf?wT1IsWB", "type": "image"}, {"id": 145313, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2852bbd-7e89-4412-f068-d7fe37704300/width=450/145313.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "ULLDZHEzL#xu8wozw0xa4TZ$?bxa~qV@D%S3", "type": "image"}, {"id": 145312, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3739ade7-daa2-49ec-de04-e04f2751ae00/width=450/145312.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UNKAjQ00~oDO*{IoNerrMvpIxuofEnIoocS4", "type": "image"}, {"id": 145311, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae44af72-7d6d-4426-349a-0d5720f42400/width=450/145311.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UNJtPI004mxb8wN}.6%3ngj]%1n}~oMyNHoI", "type": "image"}, {"id": 145310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8de69ae9-bfdd-401c-c7c6-0913acae5a00/width=450/145310.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UEK0+~0-0000+F0K_NNH9Y?b%#4.I]EMRONH", "type": "image"}, {"id": 145309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cfc0457-fca9-4032-58c5-e9cf04b1c200/width=450/145309.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UIJ%|U02DgtRDP%4S}9H009a-:xt_4s.xFxW", "type": "image"}, {"id": 145308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c65404b-4deb-44a8-ab36-38e644d41400/width=450/145308.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UKJ%|R?H00_4}[_3kXobD%oHNb-;IAnm%0IU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/14851", "modelId": 12596}
\ No newline at end of file
diff --git a/datasets/metadata/148968.json b/datasets/metadata/148968.json
new file mode 100644
index 0000000000000000000000000000000000000000..721350257932031eb8561069ce94a105f3b71b20
--- /dev/null
+++ b/datasets/metadata/148968.json
@@ -0,0 +1 @@
+{"id": 148968, "index": 1, "name": "v1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-26T19:03:58.672Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["1girl, solo, looking at viewer, blush, smile, short hair, open mouth, bangs, brown hair, hair ornament, brown eyes, flower, :d, japanese clothes, fang, hair flower, kimono, blurry, side ponytail, bell, blurry background, portrait, jingle bell, hair bell, red kimono"], "stats": {"downloadCount": 534, "ratingCount": 80, "rating": 5, "thumbsUpCount": 93, "thumbsDownCount": 0}, "files": [{"id": 110579, "sizeKB": 36979.4853515625, "name": "chiyo.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-26T18:25:45.504Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "514EED0C", "AutoV2": "677056E334", "SHA256": "677056E3347DD8E8ECE9BACBCF65F5AE84C3F9D54D126148B8346C591082BF87", "CRC32": "97AF6165", "BLAKE3": "C16617058ECD710AE072B93FD864A1B34AAC2B5F61AC64C4C5FD3CCC8C36C285", "AutoV3": "B6E476387854"}, "downloadUrl": "https://civitai.com/api/download/models/148968", "primary": true}, {"id": 110581, "sizeKB": 34024.6728515625, "name": "training data chiyo.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-26T18:31:11.740Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B10E57D8", "AutoV2": "CF76ADAD93", "SHA256": "CF76ADAD93BFB74C6166A11F5F128F42CD07CD0400FC7443420AEC95EBF787E4", "CRC32": "37D99642", "BLAKE3": "E4BE41C7F9799C97FC054C336D3DCA8404CA28EE61714978D6C4FB3C4ED9C522"}, "downloadUrl": "https://civitai.com/api/download/models/148968?type=Training%20Data"}], "images": [{"id": 2216519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e4c2195-2936-4c48-8f28-85403ae44b42/width=450/2216519.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UdN9kIxt1jtRGdS$o~M{Rkxuxct8WHn$Nut7", "type": "image"}, {"id": 2216540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35660188-e8d2-49f9-b3f7-c368789e0fe5/width=450/2216540.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UkOy6HxtB?etYRW?%fbYMwoziwWBr;kCogaf", "type": "image"}, {"id": 2216579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/985f045d-7c9d-4bc1-973c-c0b090dacfee/width=450/2216579.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UZMisHty70MxPE$*$mRkS*WBtSxuTLR$TJx[", "type": "image"}, {"id": 2216613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/398e617b-865a-44aa-828b-48dbf7222b19/width=450/2216613.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9M~LT-;000M0d9u^O9ZT{%L$*#n|?R5%#%z", "type": "image"}, {"id": 2216661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/055b7682-bff4-471c-b0c1-3ce0e5fdb165/width=450/2216661.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U8MYj2_300NL0|RiQ-9G56?G~q^*+JwI%|tl", "type": "image"}, {"id": 2216692, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01a8bdc2-c0a0-499d-982a-aa5961d90750/width=450/2216692.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGOU*V-:5OQ-TEogoMNZ55jE^+xu}rR,yWxt", "type": "image"}, {"id": 2216757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe23d107-62b9-4e1c-a32f-cef807a8bcb0/width=450/2216757.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCOBo=-r008_0yk78{9GHXS%_NoJ9ZR5yXxt", "type": "image"}, {"id": 2216782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5dc66aa-daa7-4495-90f8-e11c728cf15c/width=450/2216782.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UANbc4~q0~Mc0h^krDRW4,whu4%z}^oNK#xc", "type": "image"}, {"id": 2216824, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c525660-c625-40f2-95c0-5917bb58d97f/width=450/2216824.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULNb#]~B1Is:D$-;t8R-E0-Vxa%2x]s:pcx]", "type": "image"}, {"id": 2216908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88882c23-deeb-40ab-84c2-5d23f3be7d8a/width=450/2216908.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULPE#a-o?@xF~Ut7$%e.K5bHE3WC={WB.7oy", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/148968", "modelId": 135191}
\ No newline at end of file
diff --git a/datasets/metadata/149067.json b/datasets/metadata/149067.json
new file mode 100644
index 0000000000000000000000000000000000000000..84662e5c650b486a98047b9c7b9416c9ec6c50b3
--- /dev/null
+++ b/datasets/metadata/149067.json
@@ -0,0 +1 @@
+{"id": 149067, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-26T21:22:37.566Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 1244, "ratingCount": 144, "rating": 4.99, "thumbsUpCount": 202, "thumbsDownCount": 0}, "files": [{"id": 110665, "sizeKB": 22258.10546875, "name": "AI_Mother_Tawawa-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-26T21:10:38.676Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F961B653", "AutoV2": "3F9F91A332", "SHA256": "3F9F91A332C6CC6A1C3793E8042741EF28E72A90D3404A5C22239CFC14109575", "CRC32": "014C9466", "BLAKE3": "9D3E4BCFE6BABAC7B34446A6BCE8C559B338E73519D0A4E7DAD3E56ED85311F1", "AutoV3": "5208F3A78A72"}, "downloadUrl": "https://civitai.com/api/download/models/149067", "primary": true}, {"id": 110666, "sizeKB": 32077.7998046875, "name": "AI_Mother_Tawawa.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-26T21:10:41.035Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "35D1B2CD", "AutoV2": "105953E538", "SHA256": "105953E5389BE908719C7EFB7A03232362082E6580370DACB254D145CB9FB0D6", "CRC32": "05A97522", "BLAKE3": "0E0D740A3937176BF5E8592D38F0CF03C325D02FEF4532FAEA1BC507FE48223C"}, "downloadUrl": "https://civitai.com/api/download/models/149067?type=Training%20Data"}], "images": [{"id": 2218663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44056452-ff13-4062-b824-bbe6a78755c1/width=450/2218663.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBL:pFMyTy~XOfocXoxt0D-pfBj=0NM|ogRp", "type": "image"}, {"id": 2226181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acd4a461-7912-4e1e-ba7d-49cbdd958881/width=450/2226181.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGKmCV000$-V9sJC^j~Vj1-o^+9bI.s:X9NF", "type": "video"}, {"id": 2218724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/110c7356-9c86-4640-8af4-8ca8547922f3/width=450/2218724.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGJjra~o%zE3^$9F4;9a9t~BM|RO03R%-o?b", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/149067", "modelId": 42340}
\ No newline at end of file
diff --git a/datasets/metadata/149145.json b/datasets/metadata/149145.json
new file mode 100644
index 0000000000000000000000000000000000000000..a1c1f968c0311de15bd9ef23c98ddcbe1a2e2a20
--- /dev/null
+++ b/datasets/metadata/149145.json
@@ -0,0 +1 @@
+{"id": 149145, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-27T01:11:25.929Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": ["si-won"], "stats": {"downloadCount": 772, "ratingCount": 120, "rating": 5, "thumbsUpCount": 160, "thumbsDownCount": 0}, "files": [{"id": 110739, "sizeKB": 36979.71875, "name": "Si-Won.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-27T00:35:42.893Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "99847B35", "AutoV2": "35E4EB56EA", "SHA256": "35E4EB56EA42A5A51C5138641D72CF3AF034594DECF9FEB72D26715536EFAAD7", "CRC32": "35F11954", "BLAKE3": "D863191752A3AC499D4374CEBE4E0F6C6A1CAA899743866E67B19973452C47ED", "AutoV3": "B9E8887156E5"}, "downloadUrl": "https://civitai.com/api/download/models/149145", "primary": true}, {"id": 203471, "sizeKB": 387886.8369140625, "name": "Dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T23:50:49.182Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9EA5E2EA", "AutoV2": "503AC8A5AB", "SHA256": "503AC8A5ABDB0691E952D83153C0577A45612424E178AC3CDD4A4C74D2F77591", "CRC32": "74B1919A", "BLAKE3": "4FE503DA4EFBE41522EBC278D99DDE8EA07894430E8DD0F08E00E5BA21693EB1"}, "downloadUrl": "https://civitai.com/api/download/models/149145?type=Training%20Data"}], "images": [{"id": 4793252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/684b6c88-6347-470a-8d0a-db5f28ed8a1e/width=450/4793252.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1808, "hash": "UQKK4-~U}Oxt]e%1yEadRVIWIWR+%jM|IUoJ", "type": "image"}, {"id": 2503968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb14c25c-9ac7-4da4-add3-e15cf17eaaa7/width=450/2503968.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UJM?Y#?H0z4o~SNG={IWR#r;s.IV-VIU9ZNG", "type": "image"}, {"id": 2221231, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdc49994-6107-4a51-b515-1c3fec9c10fe/width=450/2221231.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UULyvV~q?a%MFp%3xtof4oROD*niH[Z~M|WA", "type": "image"}, {"id": 2221012, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1dafa18-825b-4f04-b915-2e33dac6bd60/width=450/2221012.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEI;k@~V4mAa00x]o~s+Dh9s5R9Y%%r?#Q%3", "type": "image"}, {"id": 2220924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81eb4987-f023-42cf-b53b-6f1f1c4b4eb5/width=450/2220924.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UBGI7i%200-;Dh0LM{NZ}@%M_4Rj8^Nao#ae", "type": "image"}, {"id": 2220933, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18d81b36-bef5-4d52-8012-6983ffe89935/width=450/2220933.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UaKdrkjY.Tx]$xbG-os:yCof?at7=}ofR*ay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/149145", "modelId": 135332}
\ No newline at end of file
diff --git a/datasets/metadata/149151.json b/datasets/metadata/149151.json
new file mode 100644
index 0000000000000000000000000000000000000000..a86073409647d41b96fc244884f216ccf4127956
--- /dev/null
+++ b/datasets/metadata/149151.json
@@ -0,0 +1 @@
+{"id": 149151, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-27T00:39:38.087Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 744, "ratingCount": 136, "rating": 5, "thumbsUpCount": 143, "thumbsDownCount": 0}, "files": [{"id": 110743, "sizeKB": 22257.29296875, "name": "Lucyna_Kushinada_Cyberpunk-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-27T00:40:39.099Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EC9C7035", "AutoV2": "56C5CD22CE", "SHA256": "56C5CD22CE6DF35E02711F2874CF594148F3FB5148C88A1C94A60667ECA9C490", "CRC32": "302F5754", "BLAKE3": "E579CD6D5FDD41F24013604DEEFB3A08378BF1E321EF5283DFB41DEA37F851A8", "AutoV3": "04412F0DD6F7"}, "downloadUrl": "https://civitai.com/api/download/models/149151", "primary": true}, {"id": 110744, "sizeKB": 47170.0556640625, "name": "Lucyna_Kushinada_Cyberpunk.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-27T00:40:47.247Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E27D2DD3", "AutoV2": "81985C5B6B", "SHA256": "81985C5B6B2196A4037DE8A82F08BBEE35CAB28C3A8881C362141C28FFA04FD4", "CRC32": "5BFD9AB3", "BLAKE3": "B7938FEA555D09EE0ADCE77490C8ED53E4F58476321AEC405E0349F8A5217084"}, "downloadUrl": "https://civitai.com/api/download/models/149151?type=Training%20Data"}], "images": [{"id": 2220860, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0987d73f-16c2-4c39-b4c4-26358f46df14/width=450/2220860.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UeH_fGs:M{kC~qt6E1WX-;t6xtWC-pof?ajZ", "type": "image"}, {"id": 2226140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72ed1042-e301-411c-b249-a9096da55f43/width=450/2226140.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UPKc#54pJ5xb_4xbt5IpN{s.$#t6-VM|WUsm", "type": "video"}, {"id": 2220981, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7892208-f954-43af-8fa5-4e9e19e77af1/width=450/2220981.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOIEbK^*E1w^~CIn0K%3tmE1D%D*S5xvMyE2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/149151", "modelId": 135333}
\ No newline at end of file
diff --git a/datasets/metadata/149187.json b/datasets/metadata/149187.json
new file mode 100644
index 0000000000000000000000000000000000000000..eda3ac03ed174b912accf312c9a39f37b64e3503
--- /dev/null
+++ b/datasets/metadata/149187.json
@@ -0,0 +1 @@
+{"id": 149187, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-27T02:14:16.655Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": ["hyo-joo"], "stats": {"downloadCount": 564, "ratingCount": 96, "rating": 5, "thumbsUpCount": 118, "thumbsDownCount": 0}, "files": [{"id": 110779, "sizeKB": 36978.6484375, "name": "Hyo-Joo.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-27T01:55:39.162Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AF5F9599", "AutoV2": "A09C112E77", "SHA256": "A09C112E77ED3715D875CA4ADCF670F4C5CAE4CB06F362DF1E228F024EED753F", "CRC32": "9EE31978", "BLAKE3": "95042C6BA857443EFA2CBDE0FF180BF7A321AE430654CA2A267593AB63D22764", "AutoV3": "1985197D816A"}, "downloadUrl": "https://civitai.com/api/download/models/149187", "primary": true}, {"id": 230101, "sizeKB": 72857.142578125, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T15:51:33.871Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A0DA0B25", "AutoV2": "79158334EC", "SHA256": "79158334ECFC16FCB9F1C8B452EDDED4E8519B10A6C72BFF516BC0AA107CE030", "CRC32": "870F63A3", "BLAKE3": "6B15DA1C0C7A9C4EF62E849A82A01C2968D2F69A51702DE422B61834268A8B17"}, "downloadUrl": "https://civitai.com/api/download/models/149187?type=Training%20Data"}], "images": [{"id": 2221463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/975b383e-3bc6-4a31-9846-4207713629a3/width=450/2221463.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UZK^Ea~VIl-:D#w]t6of9at6xut7V|E2RjNG", "type": "image"}, {"id": 2221462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71edc16b-fe8a-47cc-af18-c0c581c2528f/width=450/2221462.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEI;bh00~6=xIq-:559t00%iObElxA4p%2=}", "type": "image"}, {"id": 2221616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ce4053f-9de3-4f5e-a4db-ecffb74cc60e/width=450/2221616.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "ULJkK8NLOrDi~pn$ozDhxu%1x^RQ~X-pr=s;", "type": "image"}, {"id": 2221464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12951ef9-5776-412d-abea-a3c543f084c2/width=450/2221464.jpeg", "nsfwLevel": 2, "width": 1536, "height": 869, "hash": "UVLgnpM_ayM{%gj]fQayx]ozf6t7~pofj[t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/149187", "modelId": 135358}
\ No newline at end of file
diff --git a/datasets/metadata/149219.json b/datasets/metadata/149219.json
new file mode 100644
index 0000000000000000000000000000000000000000..fa91aa2f6dc0550ec20bcc66847b05ee9ef9942c
--- /dev/null
+++ b/datasets/metadata/149219.json
@@ -0,0 +1 @@
+{"id": 149219, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-27T02:43:47.379Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["song-hwa"], "stats": {"downloadCount": 583, "ratingCount": 103, "rating": 5, "thumbsUpCount": 133, "thumbsDownCount": 0}, "files": [{"id": 110807, "sizeKB": 36978.5078125, "name": "Song-Hwa.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-27T02:45:48.877Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "92F3D486", "AutoV2": "1A44C0E7D4", "SHA256": "1A44C0E7D441B6EF23B60F9626B747FD3B8AE8AF979F2755F030D82A621B8FD1", "CRC32": "2313C156", "BLAKE3": "D52D19DBEE2F22D02E452116DA1D42C73AB9A5E5204C26C395F8D016BFBA1B39", "AutoV3": "B11813CF5749"}, "downloadUrl": "https://civitai.com/api/download/models/149219", "primary": true}, {"id": 230100, "sizeKB": 28988.3603515625, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T15:50:54.212Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "60A8A117", "AutoV2": "436D4C6264", "SHA256": "436D4C62641E6EE2DA6FBC23D04D63604678BC8B8FB5CED2ABF623410D0CDD55", "CRC32": "0BDD353B", "BLAKE3": "AF4E5146997205CA55B85D77A34F5EF70EB9A9FDD924E5BEA8F5F6DD46EB42F8"}, "downloadUrl": "https://civitai.com/api/download/models/149219?type=Training%20Data"}], "images": [{"id": 2221964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29436c0f-1878-4d52-86aa-73fbca890365/width=450/2221964.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTJkZlaj*0WFA_SiXoX9IXNG#nNG%4ROVsV@", "type": "image"}, {"id": 2221966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9101eee8-7329-4b1e-a622-9ab8a99f9311/width=450/2221966.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIFrFx^kD~xa^j=|~W%1I=$%-WxaV@M}M{S5", "type": "image"}, {"id": 2221965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0c2b4eb-8d2a-4aa0-8cd1-a8b9782b4f49/width=450/2221965.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFFY7S-P^+NE={^joy~Vaz~WWA%LE1D*~WR+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/149219", "modelId": 135378}
\ No newline at end of file
diff --git a/datasets/metadata/149702.json b/datasets/metadata/149702.json
new file mode 100644
index 0000000000000000000000000000000000000000..0ac971710021dcb3f6637a3b9295d3a95c46506a
--- /dev/null
+++ b/datasets/metadata/149702.json
@@ -0,0 +1 @@
+{"id": 149702, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-27T16:59:56.864Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 643, "ratingCount": 92, "rating": 4.96, "thumbsUpCount": 113, "thumbsDownCount": 1}, "files": [{"id": 111235, "sizeKB": 22258.44140625, "name": "Vermouth_Detective_Conan-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-27T17:00:45.292Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E692BAC5", "AutoV2": "1DE54A66ED", "SHA256": "1DE54A66EDD143BB7CC6E061E62A547AF6A00C2EA0F0399A560480873F7C54EB", "CRC32": "4D0C9FC3", "BLAKE3": "BB3364328E63AB067084CBA5C2B0727CC4D22889574A4E40168E75F8BE7B220B", "AutoV3": "F3AEB1A8488A"}, "downloadUrl": "https://civitai.com/api/download/models/149702", "primary": true}, {"id": 111236, "sizeKB": 48106.2314453125, "name": "Vermouth_Detective_Conan.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-27T17:00:47.929Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3FEA8D8C", "AutoV2": "45FF1C3875", "SHA256": "45FF1C3875C716DBF0FD6C8AADE9DB86D50333237B1C679C2B03C871BD9F7714", "CRC32": "FCE71E4E", "BLAKE3": "47CEF711AD7DD8A81FF1E9C8AF92A58623BC8774295D36687A6970C821B64BB2"}, "downloadUrl": "https://civitai.com/api/download/models/149702?type=Training%20Data"}], "images": [{"id": 2232321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10fb475a-aa9d-444b-8c4f-99f217b63ade/width=450/2232321.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UdLyp0-pK6oM.SxbNyog%Mof-pt7~pofxuax", "type": "image"}, {"id": 2252073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a2bc4ad-5005-422e-bdb0-5f49c1bce579/width=450/2252073.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UGIpuI~V9[V@^jofoL%1WVoL-UIos.%1%2of", "type": "video"}], "downloadUrl": "https://civitai.com/api/download/models/149702", "modelId": 135753}
\ No newline at end of file
diff --git a/datasets/metadata/149788.json b/datasets/metadata/149788.json
new file mode 100644
index 0000000000000000000000000000000000000000..8b7bc91f22ab1a161719b83d6ba9038b3b782da8
--- /dev/null
+++ b/datasets/metadata/149788.json
@@ -0,0 +1 @@
+{"id": 149788, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-27T19:53:11.712Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 590, "ratingCount": 82, "rating": 5, "thumbsUpCount": 106, "thumbsDownCount": 0}, "files": [{"id": 111310, "sizeKB": 22256.35546875, "name": "Hatsune_Arisaka_TonaGura-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-27T19:55:46.568Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "84F9E17C", "AutoV2": "46F91186F5", "SHA256": "46F91186F523A2BE0D614C35D66A945952A8B3B48BCD34E6B215C821636A8711", "CRC32": "3369E438", "BLAKE3": "C44B28DA0CD5F7C1690509C8940E999A1D843A5B4C346D022919524FC70E0E36", "AutoV3": "45100905B7C2"}, "downloadUrl": "https://civitai.com/api/download/models/149788", "primary": true}, {"id": 111311, "sizeKB": 40813.2861328125, "name": "Hatsune_Arisaka_TonaGura.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-27T19:56:15.222Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "024E0F22", "AutoV2": "C7E34A2E19", "SHA256": "C7E34A2E196D40655564B47150A5847A98ACDDCC527E0740CF51A8A8A14AFC03", "CRC32": "9FA9B346", "BLAKE3": "4A9E4D19B752B20ADBAF5AD658630785D78603F01C406B489C6F96B65BC6E694"}, "downloadUrl": "https://civitai.com/api/download/models/149788?type=Training%20Data"}], "images": [{"id": 2237143, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66f2d5e1-0cb4-46c4-9016-88a458a2d5b0/width=450/2237143.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJLpK^005Rn4M_XT~B%29ajrahR*0f9FxuoL", "type": "image"}, {"id": 2237341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abb66da2-503d-4a9e-b713-2c937c015d58/width=450/2237341.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UCM6xL000Jsr?]}t?aM{~A000g~UxU00xvM_", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/149788", "modelId": 135829}
\ No newline at end of file
diff --git a/datasets/metadata/149838.json b/datasets/metadata/149838.json
new file mode 100644
index 0000000000000000000000000000000000000000..af76620fe02a0ea7a4f36ef9f37431dbf35632a9
--- /dev/null
+++ b/datasets/metadata/149838.json
@@ -0,0 +1 @@
+{"id": 149838, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-27T21:36:57.096Z", "availability": "Public", "nsfwLevel": 3, "description": "Usage
Use the trigger word: \"FurryStyle\" along with the LoRA to activate it.
You can usually get the color of fur you want by simply prompting it right after the trigger word.
Example prompt:
FurryStyle pink snake <lora:FurryStyle:1>
Recommended weights: 0.7-1.8, most weights are just fine!
Recommended sampler: Euler-a, DPM++ 2M Karras
Recommended steps: 20+
Tips & Tricks
Useful keywords for the prompt:
fuzzy
furry
hairy
made out of felt
-Hopefully fixed the issue of the lora not working with some models/loras
-The trigger word is not 100% needed it just extends the mouth for most models
-THIS IS A LORA NOT A LYCROIS
", "trainedWords": ["anteaterface"], "stats": {"downloadCount": 5651, "ratingCount": 396, "rating": 5, "thumbsUpCount": 683, "thumbsDownCount": 0}, "files": [{"id": 111733, "sizeKB": 37008.236328125, "name": "vacuum fellatio 2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-28T13:50:45.159Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "56CC8E7F", "AutoV2": "5170A59CB2", "SHA256": "5170A59CB263BA2023012390231F2313D2CD516709C1EFE904C5628C0C4C2D58", "CRC32": "7E5B787F", "BLAKE3": "5B3C258748FF4B4AA7407A9059E7272E208F4DB3147BA05C068F9BA448F622F6", "AutoV3": "E74FD04D55C5"}, "downloadUrl": "https://civitai.com/api/download/models/150301", "primary": true}, {"id": 116288, "sizeKB": 242059.0615234375, "name": "6_vacuum fellatio.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-04T17:20:41.923Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "551E70E0", "AutoV2": "02C2A1FC67", "SHA256": "02C2A1FC6786B16CEFBDA1469197479228061370F06B37CC570A6EE6297CED63", "CRC32": "4AF07212", "BLAKE3": "23C8B562E3B0336151A423220830A2F06ECF5681004C3EB846A1DA67210B95BB"}, "downloadUrl": "https://civitai.com/api/download/models/150301?type=Training%20Data"}], "images": [{"id": 2244773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5feda825-0bff-4ba6-ad9d-651460949622/width=450/2244773.jpeg", "nsfwLevel": 16, "width": 1280, "height": 1280, "hash": "UJJ%a#~V9s-o0Lxutl-pRQtR^*%2^*%LNwNG", "type": "image"}, {"id": 2244965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f7b2563-54e8-4ba6-b99d-62ae1afd0bf4/width=450/2244965.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UWKmRu~V9uM{s:%2IotR56Mxs:RjIoM{t7Rj", "type": "image"}, {"id": 2244775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35bfed5d-8f46-44c2-952a-bae25339087a/width=450/2244775.jpeg", "nsfwLevel": 16, "width": 1280, "height": 1280, "hash": "UAMsTY0001NIP+I85C0000?^v-xwI9%gIT_4", "type": "image"}, {"id": 2244770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d0f7865-45ff-4f0e-b301-2ecb830558c4/width=450/2244770.jpeg", "nsfwLevel": 16, "width": 1280, "height": 1280, "hash": "UFJ7Bq59B-N2PTS6Mf0MrqI:?bnO~UV@-pI:", "type": "image"}, {"id": 2244772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a769abc-8d18-40c3-9003-4e7eef8591db/width=450/2244772.jpeg", "nsfwLevel": 16, "width": 1280, "height": 1280, "hash": "UOINz6?H9ExBjbt7^$Rj-;WC-nRk~pofIoWB", "type": "image"}, {"id": 2244771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63564a15-39f6-45cc-91e3-3efd8fbece39/width=450/2244771.jpeg", "nsfwLevel": 16, "width": 1280, "height": 1280, "hash": "UQJt3f~VNZ4:JRM{?GoeozNG^*-;S$t7W=t6", "type": "image"}, {"id": 2244781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a754373-6b7f-4a20-a92f-33212faa1992/width=450/2244781.jpeg", "nsfwLevel": 16, "width": 1280, "height": 1280, "hash": "UIKTJT9u-mNHPoEM~WS2bbt8?H~C%1s;E2%L", "type": "image"}, {"id": 2244774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5944363b-15ea-4023-9a09-fed3b0f4a134/width=450/2244774.jpeg", "nsfwLevel": 16, "width": 1280, "height": 1280, "hash": "UIHKqv~XwX$w9$%M^Ing,,xB^OIUI9RPD%ae", "type": "image"}, {"id": 2244780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b42419ec-5bb4-413d-9069-155d512543e5/width=450/2244780.jpeg", "nsfwLevel": 16, "width": 1280, "height": 1280, "hash": "UEKANQxZ0ct6.7od?Dj[0#ay~BoL9aj[S%az", "type": "image"}, {"id": 2244776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcac128b-f029-4af9-aa70-f9232de70333/width=450/2244776.jpeg", "nsfwLevel": 16, "width": 1280, "height": 1280, "hash": "UMJQcn~V0M9GR$ayM}og9utRr?xaRkoLbGRj", "type": "image"}, {"id": 2244779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92a57e6e-ff23-4656-ad6c-3f3b0bed8c02/width=450/2244779.jpeg", "nsfwLevel": 16, "width": 1280, "height": 1280, "hash": "UFK15kxaD#s.0Jae?bR*r.fR~Bs:-=j[D%t7", "type": "image"}, {"id": 2244778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88a2d915-7252-490a-a141-ae6ecb0651ae/width=450/2244778.jpeg", "nsfwLevel": 16, "width": 1280, "height": 1280, "hash": "UJKwIL005l~V-N-;Els.9ZWBRQM|o#MxDixv", "type": "image"}, {"id": 2244777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b6a1f48-6436-4609-811e-9affd2d53af3/width=450/2244777.jpeg", "nsfwLevel": 16, "width": 1280, "height": 1280, "hash": "UgLM*N?G*0I@PCbEO[bIJC$~j_s-%2ofa#Rj", "type": "image"}, {"id": 2244782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dafc35d8-daad-46f2-ba1b-66d5526746af/width=450/2244782.jpeg", "nsfwLevel": 16, "width": 1280, "height": 1280, "hash": "UKKmU??v2zOsKkNL4@Vu%gn~aRs8.AJ89fNG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/150301", "modelId": 72233} \ No newline at end of file diff --git a/datasets/metadata/150545.json b/datasets/metadata/150545.json new file mode 100644 index 0000000000000000000000000000000000000000..772dc7a90b3469fddb826913b6235124f3d8c615 --- /dev/null +++ b/datasets/metadata/150545.json @@ -0,0 +1 @@ +{"id": 150545, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-28T20:30:55.106Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 1195, "ratingCount": 186, "rating": 5, "thumbsUpCount": 246, "thumbsDownCount": 0}, "files": [{"id": 111914, "sizeKB": 43653.3310546875, "name": "Ephildis_Agraliel_BustyElfSaimin.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-29T20:40:56.921Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "76B5E7A7", "AutoV2": "4482284897", "SHA256": "44822848979F843C2CDE3BB8D04C5BCFC69A1C427478253B076BD99BFB3B56AF", "CRC32": "8E869CFE", "BLAKE3": "DB92EBFEA40D113C932641C4E5CCB6E9DD180FE9BD968250F8F0BAB369D28C53"}, "downloadUrl": "https://civitai.com/api/download/models/150545?type=Training%20Data"}, {"id": 111913, "sizeKB": 22258.23046875, "name": "Ephildis_Agraliel_BustyElfSaimin-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-28T20:30:50.555Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9A69CC1B", "AutoV2": "2B7549383A", "SHA256": "2B7549383A9ADBA07D523E9D8357B3FC42FB225D429C3D15ABBE0D6E391199F6", "CRC32": "8AE28880", "BLAKE3": "D5B938CF736D7A98E8FD15AE8BCCF2DADFA8A9A51D612940844F9D7234A65314", "AutoV3": "5ED8B8577A72"}, "downloadUrl": "https://civitai.com/api/download/models/150545", "primary": true}], "images": [{"id": 10317195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed735a69-d858-41a2-90fe-c3c2b0617e33/width=450/10317195.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGO{:e?v0?%h00kX0%Wrysem9Fad.Se-%2Rj", "type": "image"}, {"id": 10317194, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb78da6e-45d3-4272-b1f6-fde070e0489c/width=450/10317194.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGO{:e?v0?%h00kX0%Wrysem9Fad.Se-%2Rj", "type": "image"}, {"id": 2249606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba570c73-5299-47d9-bab3-8f1788329681/width=450/2249606.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTN0ezH=oMNZ~7wGJnRPp0%1S5%2yWV?V@xu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/150545", "modelId": 136482} \ No newline at end of file diff --git a/datasets/metadata/150613.json b/datasets/metadata/150613.json new file mode 100644 index 0000000000000000000000000000000000000000..f088921e0286d6dbc0dbe31cdf8cb6cbe4170d33 --- /dev/null +++ b/datasets/metadata/150613.json @@ -0,0 +1 @@ +{"id": 150613, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-28T23:18:13.531Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 692, "ratingCount": 105, "rating": 5, "thumbsUpCount": 129, "thumbsDownCount": 0}, "files": [{"id": 111975, "sizeKB": 22254.76171875, "name": "Eris_Angel_Knight-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-28T23:20:39.646Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F1F3894F", "AutoV2": "1381D7299D", "SHA256": "1381D7299D18CD2D2ABF450B58C49F747FC57A6DBDCC204C299CB60A19FC442D", "CRC32": "9975A33E", "BLAKE3": "54A13E95CCDD7C247DD4A2AD98E27DFDE9829EAA3D431BD147A65EF0F9D779F5", "AutoV3": "3DE3B703E363"}, "downloadUrl": "https://civitai.com/api/download/models/150613", "primary": true}, {"id": 111976, "sizeKB": 45811.1064453125, "name": "Eris_Angel_Knight.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-28T23:20:44.817Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "08426EF1", "AutoV2": "3FA20579A6", "SHA256": "3FA20579A6570B5883A85DB856B1BA740834517E6F28A17D1B0DEAF45B92C111", "CRC32": "1ED8A86A", "BLAKE3": "696EA59C4596503C194DBA1DCD645FB64715ED4FBE88552862B6B0F52A5C7ECE"}, "downloadUrl": "https://civitai.com/api/download/models/150613?type=Training%20Data"}], "images": [{"id": 2251497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a39494a-d929-408d-b339-9f30a561188d/width=450/2251497.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UALMw{9|00N2009w=yW?^I5S5FR.0hI[}sE2", "type": "image"}, {"id": 2251541, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/848dbc0c-6c0b-4fe8-bf45-f94f47e5044f/width=450/2251541.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UML3x[~T57%1Dg-6iw4:WT%L%MRlxFRjNH?F", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/150613", "modelId": 136539} \ No newline at end of file diff --git a/datasets/metadata/150821.json b/datasets/metadata/150821.json new file mode 100644 index 0000000000000000000000000000000000000000..24bcb3e05ccbf7e226a1723041300bc49fbfb7f1 --- /dev/null +++ b/datasets/metadata/150821.json @@ -0,0 +1 @@ +{"id": 150821, "index": 1, "name": "Epochs", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-29T06:44:50.229Z", "availability": "Public", "nsfwLevel": 3, "description": "This one is the usual method, where I alter the number of Repeats, but keep the number of Epochs fixed at 10.
", "trainedWords": ["inoueorihime", "hueco mundo", "hair ornament"], "stats": {"downloadCount": 165, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 112146, "sizeKB": 18551.259765625, "name": "InoueOrihime-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-29T06:10:52.804Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "BEC4D69850", "SHA256": "BEC4D698508E6643C21CA2134F44DFA30ADEB21C7B93500EB943014ED6F271B1", "CRC32": "C4D5F21B", "BLAKE3": "078A4672DE25B9BBA639C354643B79B65A3DAD35762E632A849F8DF6CC02222B", "AutoV3": "F35B1A3751EE"}, "downloadUrl": "https://civitai.com/api/download/models/150821", "primary": true}, {"id": 112147, "sizeKB": 35393.8515625, "name": "dataset-20230829T060758Z-001.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-29T06:10:47.715Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "944099B5", "AutoV2": "6914B8F878", "SHA256": "6914B8F8786D663B3A92D862DE0B7C62EB7E1DB2DD57CF8BE8F454AB8D1B7D62", "CRC32": "80773552", "BLAKE3": "6565D790824DA6CDA2EE4CD46B334958177B0A3437E10B31796FCD6C5383DC16"}, "downloadUrl": "https://civitai.com/api/download/models/150821?type=Training%20Data"}], "images": [{"id": 2255469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/646abaf1-8d56-410a-91a3-6f842785e36c/width=450/2255469.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPKm;301AVM{~TIVS~Io9ExbNGtRwa%MMxf,", "type": "image"}, {"id": 2255465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/443bdb68-75fc-46f5-82a9-d453d6661333/width=450/2255465.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UXJ@:#9F5lX8?wIAx]M{J.rqNdtQxusnIooz", "type": "image"}, {"id": 2255468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf679330-345b-4ef9-9ee9-0f75271971fd/width=450/2255468.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "USJar]01AANF~pIAS%InD%s+S%tQs5oNk8oz", "type": "image"}, {"id": 2255466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffb102d2-4e2d-434a-9a33-af8f6332a389/width=450/2255466.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UNIEIg0MEk~WD%N{%gR5MyRiWAnOMx%ME1xt", "type": "image"}, {"id": 2255467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0801966b-f396-450c-8cd5-c43987303288/width=450/2255467.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPGu%H00%fR*~p9Gt8X5IT-;M|j?M]xvM{M|", "type": "image"}, {"id": 2255475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2faf46ca-644f-4cd1-b65a-f6342d0c9f9b/width=450/2255475.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPKdl6Om0ea1RPEMx]$%-;_No}rq-=R.RjRk", "type": "image"}, {"id": 2255476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4eb6fd4c-9dc9-47c8-aafb-2f7957032769/width=450/2255476.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIJ862_N00oi00D*%zaj.7?c?cfAS5bvRVM}", "type": "image"}, {"id": 2255471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4be87711-18e7-4f71-b157-584051759691/width=450/2255471.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOIX?O0J.l-oi_WQ5RD$~VnfOsxYov$%Efs.", "type": "image"}, {"id": 2255470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/266f58ad-17c5-4235-b7ea-781a89e00624/width=450/2255470.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFJ8CXY600ra000L.TwgtR~q.8xG9FR*t6Mx", "type": "image"}, {"id": 2255472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebec53fe-07a4-430b-8274-f68c8e01bfe8/width=450/2255472.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOL{}6Kh0e?H54IV.8xaxt~W-;n,i%IqR.W=", "type": "image"}, {"id": 2255478, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25f2d26e-ccf0-431c-8a2f-fd9e19a3e67c/width=450/2255478.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDNlMsB:0yF2qG4T0}H?zp%}*0.800x]yrnO", "type": "image"}, {"id": 2255477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ecaab250-f7f5-4201-ad7a-eb3aa45148d6/width=450/2255477.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCIqT700Fd^k00_MpIH?Gae8S$xZ4.-:M{tR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/150821", "modelId": 136699} \ No newline at end of file diff --git a/datasets/metadata/150833.json b/datasets/metadata/150833.json new file mode 100644 index 0000000000000000000000000000000000000000..5ce0405f3eb0a1d8749aadbe585f69c508106142 --- /dev/null +++ b/datasets/metadata/150833.json @@ -0,0 +1 @@ +{"id": 150833, "index": 0, "name": "Steps", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-29T06:44:45.399Z", "availability": "Public", "nsfwLevel": 5, "description": "This one uses a fixed number of Steps while keeping the number of Repeats at 10.
", "trainedWords": ["inoueorihime", "hair ornament", "hueco mundo"], "stats": {"downloadCount": 1033, "ratingCount": 161, "rating": 5, "thumbsUpCount": 207, "thumbsDownCount": 0}, "files": [{"id": 112155, "sizeKB": 18551.2666015625, "name": "InoueOrihime-2k.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-29T06:40:47.650Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "ABF3B05F40", "SHA256": "ABF3B05F4056594CC69B609773BC8315592C8279F8DDD983328086CE4CE0A1B0", "CRC32": "B0BA2496", "BLAKE3": "B973C79D93F8D2D0D59D3B34295B30EE6BD0676ACFED94C8EFE6E77FB758F178", "AutoV3": "366C093DB8E5"}, "downloadUrl": "https://civitai.com/api/download/models/150833", "primary": true}, {"id": 112156, "sizeKB": 35393.8515625, "name": "dataset-20230829T060758Z-001.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-29T06:40:53.858Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "944099B5", "AutoV2": "6914B8F878", "SHA256": "6914B8F8786D663B3A92D862DE0B7C62EB7E1DB2DD57CF8BE8F454AB8D1B7D62", "CRC32": "80773552", "BLAKE3": "6565D790824DA6CDA2EE4CD46B334958177B0A3437E10B31796FCD6C5383DC16"}, "downloadUrl": "https://civitai.com/api/download/models/150833?type=Training%20Data"}], "images": [{"id": 2255679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb6e9d5c-8b49-4c4e-95db-889162e7c712/width=450/2255679.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJKJ_J026fNe~VD*tkIo4:-pXSoexC%29abv", "type": "image"}, {"id": 2255686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83544113-1da6-4117-aa23-a05970271828/width=450/2255686.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQK0~Y9G5Txt?wD%yCE1I^n3S#%2RpxtEMtR", "type": "image"}, {"id": 2255690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87a99ac3-72eb-4ced-a8a3-9b12fed4f5a5/width=450/2255690.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UTI}hdDh9sOW_NMwS$I:ODxUb_x]Ne%0R,kW", "type": "image"}, {"id": 2255683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e9adadd-6b18-4f02-8814-d3132eda4351/width=450/2255683.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UZIz*U00tRxt~pD%W;t7aKxuRjkCn3tRWBbb", "type": "image"}, {"id": 2255693, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b23a2cdf-6aba-482a-8226-e966ad6d32ac/width=450/2255693.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJH_@{00Seo}~q9Go{oz00?bRjR+Dz%ND%Ip", "type": "image"}, {"id": 2255691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2c7751a-e7d3-4464-9847-ec3d3af6539a/width=450/2255691.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UUK0]74oPBWA~WD%XlM|9G%MWUt7wG%MM|t8", "type": "image"}, {"id": 2255692, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53e0fdf9-8d99-40fd-ba0c-afab703fbd23/width=450/2255692.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UVJQyQ00O?M{~VD%tRM{DixvM{ofnNo#IotR", "type": "image"}, {"id": 2255694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/315612de-212b-43e7-b56e-a95cc8288ff3/width=450/2255694.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOJtbm9aQ7?aFzx@58D%?wawpJnOkssTT0oI", "type": "image"}, {"id": 2255695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ce2bf7e-47e8-4137-beca-67d09d7184be/width=450/2255695.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGJth?_M00H?0000%~^Qpc_3.8$*8_OY#+4:", "type": "image"}, {"id": 2255696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65b900a4-12a5-405a-854f-a056ffdc2c15/width=450/2255696.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UILyyJXl0J-pH=01yD$R%J~C?HM{Q.I:J8jH", "type": "image"}, {"id": 2255789, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f51b384-fead-45e8-b9e9-2d52e1b3e7ff/width=450/2255789.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UWNI$_w}EKMd}SDiR*RjrX%Moz?HDOoftRt7", "type": "image"}, {"id": 2255788, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb04a7ba-466e-45a8-96b3-a854c98e2447/width=450/2255788.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCJa1Q000co~00~pn-Mw5l$fNes;4.xakWxt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/150833", "modelId": 136699} \ No newline at end of file diff --git a/datasets/metadata/151298.json b/datasets/metadata/151298.json new file mode 100644 index 0000000000000000000000000000000000000000..783a812b0bd1c4f87e611e95f2ba886ac00b42bf --- /dev/null +++ b/datasets/metadata/151298.json @@ -0,0 +1 @@ +{"id": 151298, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-29T19:00:16.741Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 1017, "ratingCount": 142, "rating": 4.99, "thumbsUpCount": 208, "thumbsDownCount": 0}, "files": [{"id": 112555, "sizeKB": 43391.24609375, "name": "Tamanna_Crusch_PrincessSaimin.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-29T19:01:23.683Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "62A754F6", "AutoV2": "838693A986", "SHA256": "838693A986A8B3E04C294F0DF3BB34B1441E1D1B8ECD1B8EE15ED82BFAA84296", "CRC32": "212F0CF0", "BLAKE3": "6753F581EE047ED472F277760D7F17A43E218FC0035DD78C469C356CB919594A"}, "downloadUrl": "https://civitai.com/api/download/models/151298?type=Training%20Data"}, {"id": 112554, "sizeKB": 22256.48828125, "name": "Tamanna_Crusch_PrincessSaimin-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-29T19:00:42.716Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "20CF378F", "AutoV2": "3D4E84DEBA", "SHA256": "3D4E84DEBAF5C994D8B0B915D8482A8FCD1711A02996C4AF350C5C5E9303E4A4", "CRC32": "44E1AD7D", "BLAKE3": "35CC3E7BCDF4C8A777F0EEB4BA6758B1E8ED3C8D77F73EC60C3B7C23BB1C70E7", "AutoV3": "4508A2254B58"}, "downloadUrl": "https://civitai.com/api/download/models/151298", "primary": true}], "images": [{"id": 2264890, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6728e367-07be-41d9-ae38-7084da9536b4/width=450/2264890.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U9NvlO%M04TK00R*00R5TyxvE1%M00Rj~VM{", "type": "image"}, {"id": 2264891, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/271eac64-e625-43b4-ba39-b14509345143/width=450/2264891.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UHOyeS0068IT039YNHM{*0-:-pxu9GjFxDRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/151298", "modelId": 137121} \ No newline at end of file diff --git a/datasets/metadata/15138.json b/datasets/metadata/15138.json new file mode 100644 index 0000000000000000000000000000000000000000..86c30866834b208348b73d448a32c598176fb237 --- /dev/null +++ b/datasets/metadata/15138.json @@ -0,0 +1 @@ +{"id": 15138, "index": 0, "name": "1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-02-25T06:48:22.781Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": ["tendi", "green skin", "in a starfleet uniform"], "stats": {"downloadCount": 623, "ratingCount": 35, "rating": 4.97, "thumbsUpCount": 55, "thumbsDownCount": 0}, "files": [{"id": 12985, "sizeKB": 2791.8466796875, "name": "Tendi_V1.0_Lora_DataSet.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-25T06:51:24.893Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1FFC055D", "AutoV2": "63C3AB3926", "SHA256": "63C3AB3926A21B1994E6A647132AE6C03255AF93760A931EC00F9E6A00A18085", "CRC32": "E103F342", "BLAKE3": "A5B96D6A4C919589AD6C1A61BD3E0CB8C83FA0ECE878F59941679DB1A538702C"}, "downloadUrl": "https://civitai.com/api/download/models/15138?type=Training%20Data"}, {"id": 12984, "sizeKB": 147570.79296875, "name": "tendi-Lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-25T06:51:28.835Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "39819829", "AutoV2": "E2CFB364D1", "SHA256": "E2CFB364D1FA057F0ADAB2DC1E4935AC37589B49A8ED18CE08497BBB1911B04C", "CRC32": "57DB26EC", "BLAKE3": "E3BC28E9509B55A3D6C6A5138BCD5D0B777715E4C848C0D3F09D8609178F9F8B", "AutoV3": "C00FD6D05075"}, "downloadUrl": "https://civitai.com/api/download/models/15138", "primary": true}], "images": [{"id": 154490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/798186a8-f969-4b63-01ad-93210e744d00/width=450/154490.jpeg", "nsfwLevel": 1, "width": 512, "height": 640, "hash": "UIF7]}tj_2t2teoLRSkB?]WBXNbIeakDy9jX", "type": "image"}, {"id": 148945, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72eac8fc-b16b-4d59-29c0-09772d46b700/width=450/148945.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UAENYC4T_:=MI7^}0DM-4TJWI8WSm^8}?:.6", "type": "image"}, {"id": 148960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27668087-6e52-4313-0321-82d88d034900/width=450/148960.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHI6P$R*~W%11=t6vZRSrds.M:NKr7RlTBxZ", "type": "image"}, {"id": 155846, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/758d65be-4c21-4bc5-1a54-32bcd09b3a00/width=450/155846.jpeg", "nsfwLevel": 8, "width": 512, "height": 640, "hash": "URF%*noz8]fTIKjvx;axIFk9tPV^tLjskCfj", "type": "image"}, {"id": 148964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/685ba48f-f8d4-4c9d-010e-aca56d27a100/width=450/148964.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UND,$M%K,}Rr%yofM*RRMyoftMbERFRjx.tQ", "type": "image"}, {"id": 148963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d10e291e-0f17-42c8-821b-21d559467600/width=450/148963.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UgC?{f%NV,oPNEayROV{akaet2bXRmjLnkbo", "type": "image"}, {"id": 148962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1dcca369-cc5d-4078-4bb1-02483e6a1400/width=450/148962.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFHoN?-mqHkD~as,%6ozDIWX%qadQ.R*tkjY", "type": "image"}, {"id": 148958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cda47482-c7e1-40db-8341-d98a9912ce00/width=450/148958.jpeg", "nsfwLevel": 8, "width": 672, "height": 512, "hash": "UGHyEKobx_~BetS#9]oMw6O99[#?v-o{k.nQ", "type": "image"}, {"id": 148961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9eaab06-6d64-4ffe-a302-b46f0e31d100/width=450/148961.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIHM7oWX~X%Nb.t701Rj~Lt6tVogS+j]$|of", "type": "image"}, {"id": 148957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e18126ce-19f9-4e34-d1ea-67ae242ddd00/width=450/148957.jpeg", "nsfwLevel": 1, "width": 512, "height": 728, "hash": "UPHoE*Rj}Qs:$vR*I^ofV@oeNIRktOa#ahj=", "type": "image"}, {"id": 148956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56624918-f31a-4239-0e02-fd2dc3831300/width=450/148956.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCBEH:R2*dtn_5XBDdsiIIoItgWBDHoI.IWG", "type": "image"}, {"id": 148954, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8596da0-104d-4bc8-9295-e1061a2b2200/width=450/148954.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEEgBYr{01Vg{:XMKdWA^7a#FWo@cjRDwyxp", "type": "image"}, {"id": 148953, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff3f51ef-3cd0-4e70-7b21-51ebff579800/width=450/148953.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "U:Gcltj=o%bKpMj?oioNRhWrn$n~nOjZW,ax", "type": "image"}, {"id": 148952, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4978e22b-b81b-41a3-db19-22ca48085800/width=450/148952.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UPG9c[pZ@%rdPckCIFWE0n#TP4ox|@WX-nxF", "type": "image"}, {"id": 148949, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f07e14d-620c-45a8-8950-5cdcbbf51400/width=450/148949.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7B}H;00UuHj?zMv4ast4jRop6tdL$Me*G.P", "type": "image"}, {"id": 148951, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/131fad53-44f6-42b8-8926-84b4f5c68e00/width=450/148951.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UZFt7[o}-tno-}W-M.RUE9acRibIQ,s:x@oa", "type": "image"}, {"id": 148950, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d43201ed-063e-4ade-b22c-9f5ae8207a00/width=450/148950.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIB;,GV?8#i~M_S2ICof8$t6?=WXD,V[tQoy", "type": "image"}, {"id": 148948, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c175c435-0e73-4aa1-e97e-880fbcaf5b00/width=450/148948.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U58=l^jCv3D6Ez?=IxDt9601%xIAHrMyH@?r", "type": "image"}, {"id": 148947, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e4d8bb9-1e97-40ec-f974-45cbddb32600/width=450/148947.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UJAyj5P6qYRhy@V?nEV?IOkCpjt6M2oackf-", "type": "image"}, {"id": 148946, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb3d51d0-43ad-4595-d7c0-b38c51af5d00/width=450/148946.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "ULB;dxXnQ8V@QRxBF~RVZzRkkWocPqX9rVaf", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/15138", "modelId": 12848} \ No newline at end of file diff --git a/datasets/metadata/151386.json b/datasets/metadata/151386.json new file mode 100644 index 0000000000000000000000000000000000000000..141e5f806f707215c2ec01a373d0dbe47e9ab03f --- /dev/null +++ b/datasets/metadata/151386.json @@ -0,0 +1 @@ +{"id": 151386, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-29T22:31:13.298Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 546, "ratingCount": 103, "rating": 4.99, "thumbsUpCount": 124, "thumbsDownCount": 0}, "files": [{"id": 112662, "sizeKB": 22260.13671875, "name": "Angela_Balzac_ExpelledParadise-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-29T22:25:48.096Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "108BAE1B", "AutoV2": "3696185EAA", "SHA256": "3696185EAA6D19192E97E5E44A0CC1A68E8A99EE158538FEADE1062E4B177819", "CRC32": "D7AFA207", "BLAKE3": "7CD76A2D22300FD11A0EEBEB7F0A8B6567F6FCD5A3C3B24D6117B1AD4B8CCE89", "AutoV3": "2C6AD3F738B3"}, "downloadUrl": "https://civitai.com/api/download/models/151386", "primary": true}, {"id": 112663, "sizeKB": 51563.2763671875, "name": "Angela_Balzac_ExpelledParadise.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-28T18:56:31.242Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C3F2C754", "AutoV2": "9D104AA65E", "SHA256": "9D104AA65EE7B87C16B2798219B8350AAC26B1BD1CA90D4525B236D85443B3A3", "CRC32": "667D07C3", "BLAKE3": "954A06C74ECF36AF38894C1090CB5ADDF1A8051CD9C66ED8EBF51A760428CEF1"}, "downloadUrl": "https://civitai.com/api/download/models/151386?type=Training%20Data"}], "images": [{"id": 2267316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a1a2959-3af8-4bbf-ac07-ad330e190d28/width=450/2267316.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCJ@,w$f00jEHXtR00WXGbM{4;X8PqNH^+R,", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/151386", "modelId": 137194} \ No newline at end of file diff --git a/datasets/metadata/15158.json b/datasets/metadata/15158.json new file mode 100644 index 0000000000000000000000000000000000000000..b0b5f1da383e4382f8bcd25eb891c7ad356de828 --- /dev/null +++ b/datasets/metadata/15158.json @@ -0,0 +1 @@ +{"id": 15158, "index": 0, "name": "V1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-02-25T08:11:13.296Z", "availability": "Public", "nsfwLevel": 1, "description": "first version
", "trainedWords": ["aston machan \\(umamusume\\)"], "stats": {"downloadCount": 3916, "ratingCount": 305, "rating": 5, "thumbsUpCount": 354, "thumbsDownCount": 0}, "files": [{"id": 13002, "sizeKB": 260121.0439453125, "name": "img.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-25T08:16:34.423Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "59FFA9A4", "AutoV2": "AB5AEA161C", "SHA256": "AB5AEA161C957C4FB05057D1FB70D2D7ACB551471C32735B5A19CA089ABC4B82", "CRC32": "D2914CB0", "BLAKE3": "E463CFC791B1E06907D98D265DF733107D986041BB8B07F4288E4A9F0703AB2A"}, "downloadUrl": "https://civitai.com/api/download/models/15158?type=Training%20Data"}, {"id": 13001, "sizeKB": 18552.875, "name": "aston_machan_lora-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-25T08:16:23.766Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "175C8AA1", "AutoV2": "FFC933A005", "SHA256": "FFC933A005AAC2E4A3884A06284D77E28803C15F4EA595DC28CD9B5E41F9BBA5", "CRC32": "593A04DB", "BLAKE3": "25DC7D2D5B59A1994EB6BE42749B2171E2F845D28844B21C688BE26E0237E75B", "AutoV3": "EE8379D7A56B"}, "downloadUrl": "https://civitai.com/api/download/models/15158", "primary": true}], "images": [{"id": 149292, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91cb9938-1993-416b-3b0f-5345fe447700/width=450/149292.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "UQGIo.WB~qRj~qofxuWB-;RjRjof%MofM{WB", "type": "image"}, {"id": 149296, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3648335-6838-4b26-93e2-4f2f3ef20b00/width=450/149296.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEIW_$0L%fVs~9Rj%KMyE2xun,E2-;4;NdS1", "type": "image"}, {"id": 149295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29a19cff-e845-4646-1cd9-2133c8bc8c00/width=450/149295.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UEIOIW_40eJ44}5kp0=KyVxw%i9YI{tQ.8M}", "type": "image"}, {"id": 149294, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fad0d29-8329-4879-2bbe-7747a2c7c100/width=450/149294.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UFGRk]_3?^IV-;tmWVxt%M%MjF%2I[4oRjxa", "type": "image"}, {"id": 149293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/971cc1c1-7272-49e8-7c33-455efba9f400/width=450/149293.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UNJHH-~qS[E200n+%MW=xp%2SPj[o#%MxZoJ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/15158", "modelId": 12866} \ No newline at end of file diff --git a/datasets/metadata/151784.json b/datasets/metadata/151784.json new file mode 100644 index 0000000000000000000000000000000000000000..e10f9b58043429e8dbff0ad5474f4360741e343a --- /dev/null +++ b/datasets/metadata/151784.json @@ -0,0 +1 @@ +{"id": 151784, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-30T12:42:41.567Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 980, "ratingCount": 177, "rating": 5, "thumbsUpCount": 240, "thumbsDownCount": 0}, "files": [{"id": 112982, "sizeKB": 40052.2724609375, "name": "Rurie_Munakata_WickedWhorehouse.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-30T12:40:50.129Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F07F797A", "AutoV2": "C4825F5876", "SHA256": "C4825F5876CBE672178D9853170F5A8A3F7866AFF62702FAA47579622D7DCD6F", "CRC32": "ADF77446", "BLAKE3": "54E3DD9ECB74EE8A2244A0F9962660E8207B8C51D55AE20B85B340E714E727C8"}, "downloadUrl": "https://civitai.com/api/download/models/151784?type=Training%20Data"}, {"id": 112981, "sizeKB": 22252.08984375, "name": "Rurie_Munakata_WickedWhorehouse-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-30T12:40:50.208Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BCF78E06", "AutoV2": "D64387B80A", "SHA256": "D64387B80A1CA919AA4BEB3EA783B068D7345AD94F25BD52494C81622333F3EA", "CRC32": "B0F6F266", "BLAKE3": "80A11FC25AE99EA12EC96EB813E70D0FBC3C10730ECFCDAAC2921976E54129B5", "AutoV3": "6E9A58FD275C"}, "downloadUrl": "https://civitai.com/api/download/models/151784", "primary": true}], "images": [{"id": 10316565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9c4cd25-bf2e-4f4b-8afb-ef67e2a22c2b/width=450/10316565.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULQIxa_2*JNHDgs:^$M{u4IV$f%2?aM|yDxu", "type": "image"}, {"id": 10316564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9db2356-63ae-442b-9f0c-a27f9a7d8fa2/width=450/10316564.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULQIxa_2*JNHDgs:^$M{u4IV$f%2?aM|yDxu", "type": "image"}, {"id": 10316324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0105bde4-62b7-4c04-8112-489737f04690/width=450/10316324.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U7J%FF~W000z1Z0eMxIo0L%2%1nOH?0f?Gxa", "type": "image"}, {"id": 10316781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31b0809b-3810-4c01-9f13-57d6675de882/width=450/10316781.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U7J%FF~W000z1Z0eMxIo0L%2%1nOH?0f?Gxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/151784", "modelId": 137492} \ No newline at end of file diff --git a/datasets/metadata/151871.json b/datasets/metadata/151871.json new file mode 100644 index 0000000000000000000000000000000000000000..3e84e5d2f4372f44690e9906680d792036560e5f --- /dev/null +++ b/datasets/metadata/151871.json @@ -0,0 +1 @@ +{"id": 151871, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-30T15:24:12.804Z", "availability": "Public", "nsfwLevel": 28, "description": "Trained with prodigy as it gives me better separation on multi outfit loras.
", "trainedWords": ["tohsaka_rin_alt", "Red_sweater_Black_skirt_Black_thighhighs", "homurahara_academy_school_uniform"], "stats": {"downloadCount": 1049, "ratingCount": 125, "rating": 4.97, "thumbsUpCount": 170, "thumbsDownCount": 1}, "files": [{"id": 113060, "sizeKB": 68870.869140625, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-30T15:20:46.500Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A2CB9A36", "AutoV2": "30C1DDD363", "SHA256": "30C1DDD363F19CCD618F90EB3C026CB413842E31DD924E7331D3CDDAD96AFE2B", "CRC32": "95573EB0", "BLAKE3": "46CFD3267C39D9F8748281E3164D37279613E7C30ADFA36C8F5098F66CC2CC07"}, "downloadUrl": "https://civitai.com/api/download/models/151871?type=Training%20Data"}, {"id": 113059, "sizeKB": 36997.8408203125, "name": "tohsaka_rin_altV2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-30T15:20:53.007Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "98D0F5C1", "AutoV2": "6B887F9628", "SHA256": "6B887F96285E883506883AF928C1858E23A8F14E928D74C9C9CC7C31B1EE6632", "CRC32": "BFB6FBF7", "BLAKE3": "40DE1952D04D6FD6BB0119C829AE482CC9CD6790373B8BDCB2A34A2DD6B85404", "AutoV3": "4B169D7CBBAC"}, "downloadUrl": "https://civitai.com/api/download/models/151871", "primary": true}], "images": [{"id": 2278493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1fc2d91-3d48-4c89-b17e-401b6d6f3ff9/width=450/2278493.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UVG@#~?H%#x]~qxaxut7csS#-pt7-VWBbboL", "type": "image"}, {"id": 2278494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55041fec-f040-4582-9199-314f9321253d/width=450/2278494.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UNIN:c~q_4_3_3-;E2ozOYR,-payI;xus:xu", "type": "image"}, {"id": 2278505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e3ebd2c-1c83-4cdc-870e-ea597a4702c7/width=450/2278505.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UMGkqQ%3~XIVbcRlNHs:xbM{E1E1-pR*ogxa", "type": "image"}, {"id": 2278500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4774ad27-0fcd-47c4-ad8e-c3fdc9a24e44/width=450/2278500.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UEKmqq-W1~?HK0?b~C?H9uNG^+s:_NR.%Nxu", "type": "image"}, {"id": 2278502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/311c2a20-8365-43d8-9241-3c17763bc103/width=450/2278502.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U9H2KK00L4~C00OF0--o0N^+^,$gGJksIqx]", "type": "image"}, {"id": 2278503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b230194-862d-4ae2-b538-111ebbc767a9/width=450/2278503.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UJG@u+4.?^IA^+M{IoE1Y*a0^+EL$ji_Sgi_", "type": "image"}, {"id": 2278492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d976e86-6f0e-4f0c-9a97-0fe8a0f2f1f9/width=450/2278492.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UKGk2#?v.9~W?v%Mae-puP?b^+xu=KxaNaM{", "type": "image"}, {"id": 2278491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/592685ed-7e3a-413d-b8c4-d73856eb1040/width=450/2278491.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UJI;bgWB0KaKF1X9%2%g-:sm~WnOO[bb?Goz", "type": "image"}, {"id": 2278511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c996f9b-f559-4989-8910-b5326d812e85/width=450/2278511.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "ULHndGW?_N-V^+WBNGRPx^W?-;ofX9RjjZIU", "type": "image"}, {"id": 2278495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30e3ee7d-f59d-40d7-9cef-d4574a13fe47/width=450/2278495.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UOJQ=.Ri?^%Ng3?bNZt7yD%M-;-q%0RO?b9F", "type": "image"}, {"id": 2278496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9db8275d-50e6-4a51-a9e5-dfe310833576/width=450/2278496.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UII}ClI9_N-o^+-;R%xa56Io%2Rj?HaKogs;", "type": "image"}, {"id": 2278499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/661bf88f-66ac-4ba3-892b-a2f5a5bdb7ba/width=450/2278499.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UKI|?_uOpd~WTy-;XSt70fyY~Wt7?c$+IVM_", "type": "image"}, {"id": 2278510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/feee6436-eb97-4eb0-b78a-c5ffbafc3908/width=450/2278510.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UKHBVzIq?c^l~W?Ho}Rjx]xvozsogO%M~WM|", "type": "image"}, {"id": 2278498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b55af3c-b843-4d4f-ab6e-37e51678deb2/width=450/2278498.jpeg", "nsfwLevel": 16, "width": 512, "height": 1024, "hash": "UNK,%8jF?vIU9ZD%-;-;~qbbozS4.SS4-pxa", "type": "image"}, {"id": 2278501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52b24995-d7ee-4e79-b03a-a167eb5a2d24/width=450/2278501.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UNI;h$$%YRxa5XNeNMNbca%L-=%2NzIpR.kC", "type": "image"}, {"id": 2278507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f1bb645-6645-403f-9e36-3902651ba035/width=450/2278507.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UMI|?]?ct,^+b^-;M{%2TKbw~q%M=|-pIVM{", "type": "image"}, {"id": 2278504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b559a60-eae3-47b3-81c1-b9bff3973586/width=450/2278504.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "USIqv0V@~qIU-;aeIVIUx]WV%MoyNdWVofWB", "type": "image"}, {"id": 2278508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3197a7f3-bf11-49c3-add9-4607279260c4/width=450/2278508.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UOIzh]D$?^$$o}s,E2D%XmjFV@Na9[R*V@NG", "type": "image"}, {"id": 2278509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4469786-34f3-413c-a2bc-f8e7259a4117/width=450/2278509.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UEIDj.RiT{vgpd9tW;I:.m^jMdM{ADD%soba", "type": "image"}, {"id": 2279332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0f275e9-94df-47e5-a583-21f0b729adb2/width=450/2279332.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UMHw.S%gyE^+_N-:xu%LO@x^_2t7?Hs:flV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/151871", "modelId": 22172} \ No newline at end of file diff --git a/datasets/metadata/152021.json b/datasets/metadata/152021.json new file mode 100644 index 0000000000000000000000000000000000000000..d055b025a1c80d6418316954992dd8c57c3d4081 --- /dev/null +++ b/datasets/metadata/152021.json @@ -0,0 +1 @@ +{"id": 152021, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-30T19:50:16.561Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 720, "ratingCount": 93, "rating": 5, "thumbsUpCount": 115, "thumbsDownCount": 0}, "files": [{"id": 113182, "sizeKB": 45061.9404296875, "name": "Reiko_Shingyouji_Doukyuusei.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-30T19:51:11.291Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C6D29BBF", "AutoV2": "CDBC521E11", "SHA256": "CDBC521E11ADBBB1EF3FCC1A0EF15E895B46AA61E8A78B11A9F108780815308E", "CRC32": "6725A5F8", "BLAKE3": "C224991C594E8BF67D575AFD4CE8637D3968D769CCE19CF3087E65682C92CF89"}, "downloadUrl": "https://civitai.com/api/download/models/152021?type=Training%20Data"}, {"id": 113181, "sizeKB": 22257.83203125, "name": "Reiko_Shingyouji_Doukyuusei-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-30T19:50:51.230Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E401DC79", "AutoV2": "4F130641A2", "SHA256": "4F130641A229A9A80117759BCACAFE4F89E36DCF79E2F94403025F24504EC219", "CRC32": "3719A762", "BLAKE3": "725162A32A5A0255E139F10F9F819B9A27B4DE8D5397A5E1A360C80B4105D453", "AutoV3": "A58CE7E2DB1D"}, "downloadUrl": "https://civitai.com/api/download/models/152021", "primary": true}], "images": [{"id": 7281811, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed4e4471-18dc-4142-ad4f-bdf15476fe00/width=450/7281811.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOP$F1of.T-pGikC?vfj4VWBxWn,^mkBi_of", "type": "image"}, {"id": 7281812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e887de5-6e11-40cd-8263-b5ce587a903d/width=450/7281812.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOP$F2of.T-pGikC?vj@4VWBxWn,^mkCi^of", "type": "image"}, {"id": 2282028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a28d9f07-e1c5-48db-bdcc-0b1992f61f1a/width=450/2282028.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGMG9:bUKu_1%-H[OsJD00Zk-XkW=k5OR}Xk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/152021", "modelId": 137682} \ No newline at end of file diff --git a/datasets/metadata/15210.json b/datasets/metadata/15210.json new file mode 100644 index 0000000000000000000000000000000000000000..20cfcb5e64fdc221f12e2632e44bd02320095761 --- /dev/null +++ b/datasets/metadata/15210.json @@ -0,0 +1 @@ +{"id": 15210, "index": 0, "name": "v 1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-02-25T11:00:48.015Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["jaggy lines", "oekaki", "onija tarou", "aiu", "kaeruyama yoshitaka"], "stats": {"downloadCount": 2818, "ratingCount": 490, "rating": 5, "thumbsUpCount": 568, "thumbsDownCount": 0}, "files": [{"id": 13042, "sizeKB": 187811.3193359375, "name": "sss.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-25T11:06:22.219Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B23DD04B", "AutoV2": "B9C9997A4C", "SHA256": "B9C9997A4C8D215993A8D3186C657857766E5D28EA45DFD3B96AA329924D723F", "CRC32": "83799756", "BLAKE3": "679C7EDC7EAF07EF31DA4A94C3773E782F4D5EF550A1E93B041790847DC631ED"}, "downloadUrl": "https://civitai.com/api/download/models/15210?type=Training%20Data"}, {"id": 13041, "sizeKB": 147640.7548828125, "name": "jaggy_lines_noise_taged-000012.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-25T11:06:20.219Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "95590F2E", "AutoV2": "C4AE8107A7", "SHA256": "C4AE8107A741B13E5EBDFA62ACC4A4BBE38D14080987AB6366241140DC334A82", "CRC32": "F3DF8C4C", "BLAKE3": "75DDB187AAAC0B8DE2F2F2BB0E121D3205AD6328034736D5870FFE2A722CC3BB", "AutoV3": "E5D5F2D66431"}, "downloadUrl": "https://civitai.com/api/download/models/15210", "primary": true}], "images": [{"id": 149865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfc4015c-4d2b-4f6a-e7c3-d4434f3f1800/width=450/149865.jpeg", "nsfwLevel": 1, "width": 704, "height": 832, "hash": "UGIXKY0O4.~U-_Mhxv.3AuWbM|oYD*XRxvM|", "type": "image"}, {"id": 149873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5dbdfa5a-abe1-4f69-7412-8883eb6cb400/width=450/149873.jpeg", "nsfwLevel": 1, "width": 704, "height": 832, "hash": "UBGR;j%301^yVnR:04%FgrR.?Kx@4.D*o4f}", "type": "image"}, {"id": 149872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/974bbd6f-058b-4c11-157d-8042fe070a00/width=450/149872.jpeg", "nsfwLevel": 4, "width": 576, "height": 704, "hash": "UPJR58E99a_49?sq%O-j4?xps,Ri-rM_t1NO", "type": "image"}, {"id": 149871, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3398706-dc43-4e34-d4b8-870f89b4bf00/width=450/149871.jpeg", "nsfwLevel": 1, "width": 576, "height": 704, "hash": "UKJ7dj0TNE~XNV%Pxx-N02xStRT0OIt5R%IV", "type": "image"}, {"id": 149870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abcd1788-2f9a-49b2-972d-64e33853cb00/width=450/149870.jpeg", "nsfwLevel": 1, "width": 704, "height": 832, "hash": "UGH_AA~q0Ot8IlRO$,S656w]kXkXBpo}n4wb", "type": "image"}, {"id": 149869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31dc79a0-1e99-4a72-bc46-e0dca8779000/width=450/149869.jpeg", "nsfwLevel": 1, "width": 704, "height": 832, "hash": "UCIz-m^,03R+T,x:9jIvaBae}@s?9vNNXI$^", "type": "image"}, {"id": 149867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61e7a68c-4cda-44c7-be18-290337137800/width=450/149867.jpeg", "nsfwLevel": 1, "width": 704, "height": 832, "hash": "UIIXN%}O^hE2%D^GJBNfEL5RxCa*IwwMo2s:", "type": "image"}, {"id": 149866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63315996-230e-4aa9-dbff-f94ad8322000/width=450/149866.jpeg", "nsfwLevel": 1, "width": 704, "height": 832, "hash": "UFJ*YK5I0W~S~KEAE8-z9ss;xws}x^jsMxou", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/15210", "modelId": 12910} \ No newline at end of file diff --git a/datasets/metadata/152358.json b/datasets/metadata/152358.json new file mode 100644 index 0000000000000000000000000000000000000000..98eaca88705c3c992b6340dd8f27de82a6107a61 --- /dev/null +++ b/datasets/metadata/152358.json @@ -0,0 +1 @@ +{"id": 152358, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-31T07:48:33.677Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": ["AddamsLORA "], "stats": {"downloadCount": 418, "ratingCount": 57, "rating": 5, "thumbsUpCount": 70, "thumbsDownCount": 0}, "files": [{"id": 259893, "sizeKB": 5935.5048828125, "name": "AddamsLORA.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-04T08:10:53.615Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C0C724C4", "AutoV2": "6B4209F0A4", "SHA256": "6B4209F0A476C5FD85F6A7FE221C605E66F2398A5D301C500E6ACDA826BA9BD7", "CRC32": "05376056", "BLAKE3": "0B5E1CBB2D70A1F8B94D154F32AA540E0C557C1E3CEFF2A4ABED3C5BD0EF5E91"}, "downloadUrl": "https://civitai.com/api/download/models/152358?type=Training%20Data"}, {"id": 113496, "sizeKB": 9325.599609375, "name": "AddamsLORA.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-31T07:50:40.368Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A4435E1C", "AutoV2": "0456710664", "SHA256": "04567106647BDC8C86E786775004E458FD092AE30CDA60C1D903448CAE58AAAF", "CRC32": "F463B638", "BLAKE3": "C2D2B38604398685B55CD3FF6E0AA358E68620051C083D180A0CD5CD2FA90BDC", "AutoV3": "729AB7C52F6F"}, "downloadUrl": "https://civitai.com/api/download/models/152358", "primary": true}], "images": [{"id": 2288669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a44705bd-30cd-478f-8cd1-50f7daedc05b/width=450/2288669.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UTHoI6t79Fxu~qxuWBRj%M%MRjIUIU%MayM{", "type": "image"}, {"id": 2288666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6aa8fa9-c9aa-4d18-90e6-3e457e39c081/width=450/2288666.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULF$R?%MIUxu~q?bWBRj-;ofD%ofofM{Rjt7", "type": "image"}, {"id": 2288668, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82249ef7-5258-4163-8570-bfb47c77d81d/width=450/2288668.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "USHC1R4nofM{~qRjRjM{9FWBxuRjD%D%-;xu", "type": "image"}, {"id": 2288670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f63932cb-182b-40d7-934e-07dd3bd8ce4a/width=450/2288670.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPIY5?~qWB-;009F-;xuxu_3%May9Ft7M{xu", "type": "image"}, {"id": 2288667, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/073db941-ad42-4a11-b5c0-85db719e10d2/width=450/2288667.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UTH_.3M{9F-;~qM{IUxu%MofD*WBM{WBWBWB", "type": "image"}, {"id": 2288671, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47cf7a0f-2084-4ffb-822a-d0d4b91e3b73/width=450/2288671.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDHLl1?b?bD%?b?bof-;t74n%M~qRQ4n_3ay", "type": "image"}, {"id": 2288674, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb3c16f9-3a12-4350-a0e8-dd41e7c1468e/width=450/2288674.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UUGu,m-;?b~qWB-;t7IUWB-=fQM{-;IUt7of", "type": "image"}, {"id": 2288673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/029af7a8-50fa-4fbd-93cb-1e4a20f42284/width=450/2288673.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UCGIo.00Rj-;00IU~qj[4m?bRjD%9FM{of%M", "type": "image"}, {"id": 2288672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c00f911-f775-40aa-9a27-645de47060bb/width=450/2288672.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFIX{oM{o200WBxuWVD%~q-;9F9FxuofWBt7", "type": "image"}, {"id": 2288675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5fbb28b1-46a2-4e3f-8a96-29ecec75d59e/width=450/2288675.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UMJR5N_300M{~p-;IVxu~qt7%M%LIUtR%gof", "type": "image"}, {"id": 2288676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e2c0713-e7db-421c-a008-2b796600674b/width=450/2288676.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJIY2*-;~q-;?bWBt7ay00_3ofIU9F_3%Mxu", "type": "image"}, {"id": 2288677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c0cc443-1277-45ba-a342-4edebebc1b7e/width=450/2288677.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UFH.NT-;M{t79Ft7~q-;00IUofof?bRj%MIU", "type": "image"}, {"id": 2288679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71657beb-aa38-44fe-9d47-c0713943123c/width=450/2288679.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UECP;V^+ay%M~q?a%Mt7-;xuj[of%MWBWBay", "type": "image"}, {"id": 2288678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8495f75f-00d3-44f7-98fd-121601b1d536/width=450/2288678.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBJH]v_30000~q00%M_34n%M_3_3D%_300M{", "type": "image"}, {"id": 2288680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b5fb8cf-cb74-47ed-8532-8749fcec9172/width=450/2288680.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9FiJhxuD%00%Mt700-;0000D%-p%M~q-;?b", "type": "image"}, {"id": 2288681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d0829f9-121c-472e-9575-33cbce1a4bea/width=450/2288681.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UKM7r$~q9F-;Rjof%Mj[D%RjxuWBofRj%Mj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/152358", "modelId": 137953} \ No newline at end of file diff --git a/datasets/metadata/152729.json b/datasets/metadata/152729.json new file mode 100644 index 0000000000000000000000000000000000000000..420f9605352e27b4cc40c5ca67d009faacd195f8 --- /dev/null +++ b/datasets/metadata/152729.json @@ -0,0 +1 @@ +{"id": 152729, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-08-31T22:12:39.980Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 660, "ratingCount": 82, "rating": 4.99, "thumbsUpCount": 108, "thumbsDownCount": 0}, "files": [{"id": 113826, "sizeKB": 43684.0068359375, "name": "Chiyo_SwingOutSisters.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-31T22:15:44.400Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "AE05D3B2", "AutoV2": "6CE4F66210", "SHA256": "6CE4F66210161AE8D108BC9579C2128001209DB7EB43A7C945835D4C63BB9F15", "CRC32": "8336C9E0", "BLAKE3": "BE482E2DA866D2D095B8DAEB64BC1D4E81CF85020A23018B59B8EE5CA85979F0"}, "downloadUrl": "https://civitai.com/api/download/models/152729?type=Training%20Data"}, {"id": 113825, "sizeKB": 22254.51171875, "name": "Chiyo_SwingOutSisters-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-31T22:15:34.512Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E6726EDC", "AutoV2": "D885BECBAA", "SHA256": "D885BECBAA46058044C0375326D57AC0784E508D9DC35C09FEB6C93AC56A0642", "CRC32": "B26FA81C", "BLAKE3": "72C9B69620CF54366EA914909818E3BC1853564256992A5ADEAAE6351AF41B65", "AutoV3": "DE4EE28A547B"}, "downloadUrl": "https://civitai.com/api/download/models/152729", "primary": true}, {"id": 113824, "sizeKB": 22254.51171875, "name": "Chiyo_SwingOutSisters-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-31T22:15:41.408Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E6726EDC", "AutoV2": "D885BECBAA", "SHA256": "D885BECBAA46058044C0375326D57AC0784E508D9DC35C09FEB6C93AC56A0642", "CRC32": "B26FA81C", "BLAKE3": "72C9B69620CF54366EA914909818E3BC1853564256992A5ADEAAE6351AF41B65", "AutoV3": "DE4EE28A547B"}, "downloadUrl": "https://civitai.com/api/download/models/152729?type=Model&format=SafeTensor"}], "images": [{"id": 10345972, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e478d30c-37eb-49a8-abe8-67c27de57123/width=450/10345972.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPKU1aE3J7IW~pM|~paz9t${?G$~?u${%1%0", "type": "image"}, {"id": 10345973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87dbabd1-2a8d-4355-9d8e-62f559d6a723/width=450/10345973.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPKU1aE3J6IW~pM|~paz9t${?G$~?u${%1%0", "type": "image"}, {"id": 2301842, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e5b059e-3ccd-4c17-95cd-f5c623314edb/width=450/2301842.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQJRde^+ER_NsW-n%gNGIVI9xZRikrtSxa-=", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/152729", "modelId": 138260} \ No newline at end of file diff --git a/datasets/metadata/15285.json b/datasets/metadata/15285.json new file mode 100644 index 0000000000000000000000000000000000000000..5b7acd83cbc8c180af62c2b4d7eb849c094135cb --- /dev/null +++ b/datasets/metadata/15285.json @@ -0,0 +1 @@ +{"id": 15285, "index": 2, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-02-25T15:13:51.250Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["orimura_chifuyu"], "stats": {"downloadCount": 673, "ratingCount": 134, "rating": 5, "thumbsUpCount": 138, "thumbsDownCount": 0}, "files": [{"id": 13108, "sizeKB": 82635.24609375, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-25T15:16:24.129Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1CD9F9FD", "AutoV2": "4657C89C55", "SHA256": "4657C89C55E1F4A6D60958219F56EC68A24A2FAF671AFBF66EFD1938F33833D3", "CRC32": "047F98B3", "BLAKE3": "12E0D5CFAA4003FD473E29C57CCC51EAE71BF5CB5E5C435D892B1FD361028454"}, "downloadUrl": "https://civitai.com/api/download/models/15285?type=Training%20Data"}, {"id": 13107, "sizeKB": 147581.4267578125, "name": "Orimura_Chifuyu.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-25T15:16:38.979Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "911CEE9C", "AutoV2": "5117BFCF40", "SHA256": "5117BFCF409B522BCDD209D05F1C9387DD0972A89DB6377B0F68E905A4C666FC", "CRC32": "A9BFA389", "BLAKE3": "BA221D8B829F0D24102B45998CCC9B4C032EF4E776A0FD58DA611F52FB9978C7", "AutoV3": "AC1A4BE10FD4"}, "downloadUrl": "https://civitai.com/api/download/models/15285", "primary": true}], "images": [{"id": 151053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bcec7f0-5a2e-4f46-2b32-f46558d73100/width=450/151053.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UUJHK$IA$dD*~A={ayR-ocwu%gM|%MofRkE1", "type": "image"}, {"id": 151062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/687f606f-9e8c-4efa-c8ca-351154f44d00/width=450/151062.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UeNTRR?b?w?b?b9F%MxuE2M_%2bb-;axM{s;", "type": "image"}, {"id": 151061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d561366f-7198-481a-9ff6-6ec2bb027b00/width=450/151061.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UCLp,N00tR8_9FbJ0K%g4:D%^+Io~UXU^*IU", "type": "image"}, {"id": 151060, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46c24471-7fd3-4db5-1fcb-b706f2d5f600/width=450/151060.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UiI}L%tl%1%g~WbIxuxuSge.%MoLX9M|oeof", "type": "image"}, {"id": 151059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6feaab2-3b39-4d51-78ed-8202a072f100/width=450/151059.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UQH_JUE3R4s+~pM|NaNGnMNG?IxuRjs.s:xu", "type": "image"}, {"id": 151058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fca8528-6eb5-40ef-8f1c-760647f71900/width=450/151058.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UTJH8gDN^%M{~UnMR:IpxZV@Ioo#oJaexuNG", "type": "image"}, {"id": 151057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/793c39f7-43ff-42a3-1864-ea3e86d06a00/width=450/151057.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UHKm^K4n_Nni-M~WrqSj4--p%24;-n019Za#", "type": "image"}, {"id": 151056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a72249d-fcd3-4325-f4e7-bdbb3eae1700/width=450/151056.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "ULH_JQD*=?9a~9==Iq-;^j?GD*E2act7xaE3", "type": "image"}, {"id": 151055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95de5eae-c6e0-4d8a-6d2a-9d2723fc2a00/width=450/151055.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UKH2QK-;~pD*~pITIpMxROIUM{t6%M-;?axu", "type": "image"}, {"id": 151054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73b74b48-0349-4101-7dcc-4bf19ee37100/width=450/151054.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UBH-uv00I-}[IURjbw4:00%M^+-pE3f+$*%2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/15285", "modelId": 12976} \ No newline at end of file diff --git a/datasets/metadata/152881.json b/datasets/metadata/152881.json new file mode 100644 index 0000000000000000000000000000000000000000..bf9ceeabe3117c52088fc7f044d1d7d68ca3c0d5 --- /dev/null +++ b/datasets/metadata/152881.json @@ -0,0 +1 @@ +{"id": 152881, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-01T03:38:22.300Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 694, "ratingCount": 113, "rating": 5, "thumbsUpCount": 133, "thumbsDownCount": 0}, "files": [{"id": 113976, "sizeKB": 22257.55078125, "name": "Mako_Saitou_Doukyuusei-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-01T03:40:51.370Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9566E8AB", "AutoV2": "066C9CF8C9", "SHA256": "066C9CF8C900E973568FA840B07D9EE38DA58863A9140BD58BEB0291AD133C06", "CRC32": "AC71CA22", "BLAKE3": "D6CE35D69319E640393E2177778D7147BB02F3B1A216818ED74EE4E29375E274", "AutoV3": "9FF24C07B5F3"}, "downloadUrl": "https://civitai.com/api/download/models/152881", "primary": true}, {"id": 113977, "sizeKB": 52098.548828125, "name": "Mako_Saitou_Doukyuusei.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-01T03:40:56.053Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EBFD21C8", "AutoV2": "522D10DE66", "SHA256": "522D10DE66E846BE59316D2BC3C1EC24B12F82660DF4498C3C3C6D6F2D737B5D", "CRC32": "1E974DE8", "BLAKE3": "704523817B74573CBE194550AA730D95D20836C450189A0DF9457F5DF69E539B"}, "downloadUrl": "https://civitai.com/api/download/models/152881?type=Training%20Data"}], "images": [{"id": 6221793, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3a81acd-090a-4e72-a306-72677fc16aed/width=450/6221793.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQMP|3~p5?.8IkWVMyM{0MR+R,R+%gj=IWWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/152881", "modelId": 138369} \ No newline at end of file diff --git a/datasets/metadata/153163.json b/datasets/metadata/153163.json new file mode 100644 index 0000000000000000000000000000000000000000..dd062fc0c99bd06cf91f31450bb51ed4d256512d --- /dev/null +++ b/datasets/metadata/153163.json @@ -0,0 +1 @@ +{"id": 153163, "index": 0, "name": "Archer Queen", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-02T08:20:04.794Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 102, "ratingCount": 1, "rating": 5, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 114272, "sizeKB": 36978.734375, "name": "Archer_Queen.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-01T17:00:56.040Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "61041E4C", "AutoV2": "60F92B5AC7", "SHA256": "60F92B5AC797BFF7965F8EF972902CB7F4B69887D3B69931B3D3DBE99F2B7FF9", "CRC32": "70F5FD2E", "BLAKE3": "FD69A8DC423ED7B7BD1D9F3AB0A9395896141CB9AE271937B00A5284392C590F", "AutoV3": "46E5EC25851A"}, "downloadUrl": "https://civitai.com/api/download/models/153163", "primary": true}, {"id": 114585, "sizeKB": 36978.734375, "name": "Archer_Queen-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-02T08:20:41.000Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4381A9CE", "AutoV2": "10E5D0C326", "SHA256": "10E5D0C326BCDC6ADC867335235BDF3E0FF51C37244E26A73E686E466BD3954F", "CRC32": "769E4938", "BLAKE3": "5EB1D742910AADB9B48CCCA1A71FD928F410F07CE0BFF0A3B081CBDD9B884643", "AutoV3": "A0D541E0CF09"}, "downloadUrl": "https://civitai.com/api/download/models/153163?type=Model&format=SafeTensor"}, {"id": 114236, "sizeKB": 13135.3701171875, "name": "153163_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-01T15:26:31.937Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AFFD0537", "AutoV2": "99417D92BF", "SHA256": "99417D92BFF1C9CF80FDA8F8CD0E2E068A19D23F76EB69896E5620FDD33ABD43", "CRC32": "B48DC6B6", "BLAKE3": "4D6365C8B1EB4277704688F56742A134AD05DC2B9664E6541638CCC4342FE9F4"}, "downloadUrl": "https://civitai.com/api/download/models/153163?type=Training%20Data"}], "images": [{"id": 2317373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c71f2b1-6ed1-4f82-8277-d92b58fdbdeb/width=450/2317373.jpeg", "nsfwLevel": 1, "width": 2560, "height": 614, "hash": "UdGRPMWVoeo3_4kBWVs:?vj[WVbY~poMj[bF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/153163", "modelId": 138596} \ No newline at end of file diff --git a/datasets/metadata/153410.json b/datasets/metadata/153410.json new file mode 100644 index 0000000000000000000000000000000000000000..0ce43edfe4678e9dcd65a44f88334debd0a5c274 --- /dev/null +++ b/datasets/metadata/153410.json @@ -0,0 +1 @@ +{"id": 153410, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-02T02:39:34.013Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 455, "ratingCount": 65, "rating": 5, "thumbsUpCount": 83, "thumbsDownCount": 0}, "files": [{"id": 114461, "sizeKB": 22253.44921875, "name": "Manami_Tomikura_Kagachi-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-02T02:40:48.577Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E4676373", "AutoV2": "4433B69E7F", "SHA256": "4433B69E7F1E2574F3BC54BCCF797511FBA27F2A3BC6D3EFBE87A3F7D5D794F1", "CRC32": "F33569AE", "BLAKE3": "B0BF49BA0A413DFD501E1B772C480D031B53B6EEAA8C2C799E2228DF9F2A81B4", "AutoV3": "D04F5D7ACD32"}, "downloadUrl": "https://civitai.com/api/download/models/153410", "primary": true}, {"id": 114462, "sizeKB": 39472.4482421875, "name": "Manami_Tomikura_Kagachi.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-02T02:40:52.164Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1BE54FBD", "AutoV2": "8EE804D923", "SHA256": "8EE804D923C8B58EFA95845773E37ECD319841CF9B301618BBC63F6B250851A9", "CRC32": "9281DCB8", "BLAKE3": "37AB0F6ED4C69E813A964D37018C98A1459EF5F3784AF560A7F4DE60AB0C9D95"}, "downloadUrl": "https://civitai.com/api/download/models/153410?type=Training%20Data"}], "images": [{"id": 2314808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/046ea0d7-e2ec-4b6a-95f5-30d56ec0e939/width=450/2314808.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaPi3Zxu?^t7GZkC.9kC%3ofslaz%LoKsoR*", "type": "image"}, {"id": 2315037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e346ae6e-728e-40b1-817a-beb1ec6dd58b/width=450/2315037.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPOyCd9GT0yDOsR5.8yDSjxZ-V?H~pIVRQtR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/153410", "modelId": 138799} \ No newline at end of file diff --git a/datasets/metadata/153927.json b/datasets/metadata/153927.json new file mode 100644 index 0000000000000000000000000000000000000000..804a4523abaec578282fab12fab66727d9af95d5 --- /dev/null +++ b/datasets/metadata/153927.json @@ -0,0 +1 @@ +{"id": 153927, "index": 0, "name": "Made of Lightning AI v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-02T18:38:56.642Z", "availability": "Public", "nsfwLevel": 1, "description": "first release of made of lightning AI it can be finicky when combining different colours but it does work
", "trainedWords": ["madeoflightningai", "lightning", "blue lightning", "red lightning", "green lightning", "yellow lightning", "purple lightning", "pink lightning", "bwlightning"], "stats": {"downloadCount": 761, "ratingCount": 100, "rating": 5, "thumbsUpCount": 105, "thumbsDownCount": 0}, "files": [{"id": 114975, "sizeKB": 147570.40625, "name": "MadeofLightningAI.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-02T18:40:48.528Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "46CE8191", "AutoV2": "EC3DD4918E", "SHA256": "EC3DD4918E4486371A88E09A06B044CB157CE11F1879EB4A7E54B1AB4F4E7731", "CRC32": "619E29A3", "BLAKE3": "3C0B908CF542E7E08783C9B2962C9C2753ED12B38873443F8644CE9F9103EAE8", "AutoV3": "272D78928BD9"}, "downloadUrl": "https://civitai.com/api/download/models/153927", "primary": true}, {"id": 118427, "sizeKB": 10908.1416015625, "name": "Made of lightning data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-08T18:01:00.332Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4533972A", "AutoV2": "6AEB396E47", "SHA256": "6AEB396E47A19B4C311AC20E8FBF177D2E422E9FFC5C03A53BC577AA1807516F", "CRC32": "0C6C48A2", "BLAKE3": "B43A5FEEFF230AE1E6EC4FFE9095960C81C0EDCACD756E5912421B8CA9C25494"}, "downloadUrl": "https://civitai.com/api/download/models/153927?type=Training%20Data"}], "images": [{"id": 2325669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff840e51-6558-4db6-94ce-e99a7bd2f402/width=450/2325669.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UADQ+L0z5,5l}@0|$%X7E|o1R+=K0}oz=d,E", "type": "image"}, {"id": 2325671, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e06761f5-3169-4e17-b0ab-a967b5f89e30/width=450/2325671.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U74:yIjE8wtl*JR5HqyEiaV@RPtSm+tScFQ,", "type": "image"}, {"id": 2325672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f20e369-8cba-49a3-a823-5b5bbdd72b66/width=450/2325672.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBExRr0N05-8~Un$IVR.04^iskOEQ:%1tQr=", "type": "image"}, {"id": 2325673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51af7e85-5e91-445c-8029-6e1219566e49/width=450/2325673.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U86I?0t54TkWysV@Hrt7$jkWIUR5VZtRo|Md", "type": "image"}, {"id": 2325676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/654b9ac1-31c3-4b30-a1ab-ec290138f2b4/width=450/2325676.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UB8pveRN4,tm%jImMv%5fzoNInofbCt8R*n$", "type": "image"}, {"id": 2325680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e37d168b-d5b4-4bcc-adca-eb0edee343db/width=450/2325680.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCFN3[}t0dIoF{sCV?Nt0{5jRjofIoj[=f-V", "type": "image"}, {"id": 2325724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d525fe5-9ffb-47f0-afcf-b711b0a57acd/width=450/2325724.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4AAm;0000-;-;8_?vay00of%MM{~q4n%Nxu", "type": "image"}, {"id": 2325697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dea1ea55-39c9-4d21-a9cf-fd42dbdaa484/width=450/2325697.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U59@hk~pD4*zu5L15RMJ005;T0zp_Nq]@Zxv", "type": "image"}, {"id": 2325698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cda5075f-3052-443e-aa58-59f10cd295e1/width=450/2325698.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U98}c58_Dhx]?^IUMwtR%M9ExutRjDMx-=Rk", "type": "image"}, {"id": 2325700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b57efbd1-b413-47a9-803f-636977f7edb7/width=450/2325700.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6Duoi000K~WS~0K$*~D0J-BnitR5OV@E1XS", "type": "image"}, {"id": 2325701, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5723ad7-c000-4b72-8dad-f5c6300a1454/width=450/2325701.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8EK[bxX01XS~U$znPW;vz%0t7NGxugNIo+u", "type": "image"}, {"id": 2325702, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7aff534-4370-4fd9-9549-3809f0824f2a/width=450/2325702.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9C$4y0|00=cT},-D%OY#55Q-W^l$%NFIo?I", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/153927", "modelId": 139124} \ No newline at end of file diff --git a/datasets/metadata/153988.json b/datasets/metadata/153988.json new file mode 100644 index 0000000000000000000000000000000000000000..e7d3ea2e0b41d68d149b5750f9968dbb0b2d2636 --- /dev/null +++ b/datasets/metadata/153988.json @@ -0,0 +1 @@ +{"id": 153988, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-02T21:24:33.232Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 155, "ratingCount": 3, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 115043, "sizeKB": 32766.82421875, "name": "Ka_Kui_Wong_Beyond-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-03T21:25:44.903Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "40465641", "AutoV2": "E9718E1ACF", "SHA256": "E9718E1ACFA90BB419AE5AA7B4A079B9D3354ECAC4C875260B0936842F669C16", "CRC32": "F5765609", "BLAKE3": "C7E408B84EB8CE71BC783646F1B66F5C82B3B53E69250334D5DF1C804EE9636C", "AutoV3": "B54B503AE6F0"}, "downloadUrl": "https://civitai.com/api/download/models/153988", "primary": true}, {"id": 115044, "sizeKB": 63765.0126953125, "name": "Ka_Kui_Wong_Beyond.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-02T21:25:44.998Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "015E527A", "AutoV2": "A014DE84AA", "SHA256": "A014DE84AA1BE50AAB0D98624E5C3435B94B6E7D71807ED10BD6EBF4D85F0503", "CRC32": "7E6ED6FD", "BLAKE3": "D97BAD4442665CD85C203354105FF07D7436B94FC791164541506F2E6498AC67"}, "downloadUrl": "https://civitai.com/api/download/models/153988?type=Training%20Data"}], "images": [{"id": 2326972, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23de3c3f-5a23-4076-926c-1404468c2714/width=450/2326972.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHMDcu$*_P#9x[a{ELSM0fWB}@xa;4bHs:jZ", "type": "image"}, {"id": 2327103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38563b74-5d47-4e56-9951-4a576488fc63/width=450/2327103.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UNG%iiVEN25l~WMw9^xaK%M_9]xuX-rqe.M{", "type": "image"}, {"id": 2327138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bca30b51-8bf4-4fe1-9cfa-b4d663828d9e/width=450/2327138.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEGZ:b4T=O+].mvf5;Sz00t-NEoz00u4+[aL", "type": "image"}, {"id": 2327221, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6320f8ce-e112-4874-a0b6-cab17a82a37b/width=450/2327221.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPIfxiwb0Lv~1{RPkp%14oX8}@jG9[tQJ7EM", "type": "image"}, {"id": 2327263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b65f9d71-7bdc-481c-b8be-5a85d379f5df/width=450/2327263.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UVHc[^R3M}Wt?wRN9]bwK%IUt6ozM|WC-At6", "type": "image"}, {"id": 2327312, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a572f02-ff9a-4771-a85b-7f8a7018816e/width=450/2327312.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCHcH4]54WDmP:%00M5S0{XmKgNZ0KT0}ss*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/153988", "modelId": 139167} \ No newline at end of file diff --git a/datasets/metadata/154361.json b/datasets/metadata/154361.json new file mode 100644 index 0000000000000000000000000000000000000000..bad1700d9f6cbe36fd3d1d988430db7ee74a0e96 --- /dev/null +++ b/datasets/metadata/154361.json @@ -0,0 +1 @@ +{"id": 154361, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-03T08:27:46.911Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 464, "ratingCount": 60, "rating": 5, "thumbsUpCount": 78, "thumbsDownCount": 0}, "files": [{"id": 115385, "sizeKB": 22252.30859375, "name": "Miwako_Shinozaki_Orcsoft-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-03T08:05:43.696Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8B7B63B3", "AutoV2": "47BD79C9C8", "SHA256": "47BD79C9C8E687C088369C71D62220974387A01A5BEEA7018454336FD4C5B759", "CRC32": "6B65F464", "BLAKE3": "345F07EF8E96C618ECC7A5DA3A3ACA72CC03A7847E04BF52CD7F4893A1892DF0", "AutoV3": "711AEF1F1C5D"}, "downloadUrl": "https://civitai.com/api/download/models/154361", "primary": true}, {"id": 115386, "sizeKB": 39730.23828125, "name": "Miwako_Shinozaki_Orcsoft.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-03T08:05:46.549Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "58321CF9", "AutoV2": "BF75D03740", "SHA256": "BF75D03740F2452258CF34EF488AA1799DE8AD24E586E2A7E06FEA02FA8F6346", "CRC32": "B711682F", "BLAKE3": "34ABC6FC23CE91C74AAD396DE7C7D0B95E0B58B16E3335AFF3D531BB6F9FE3F4"}, "downloadUrl": "https://civitai.com/api/download/models/154361?type=Training%20Data"}], "images": [{"id": 2334263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52a83c86-70ff-4706-baee-5c303ad8971c/width=450/2334263.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZPPZWxt.T%fRNof.8WCyEj[xCax%MV@t7f+", "type": "image"}, {"id": 2334501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83e8a65c-c520-4a15-a54f-4ddaf2b0403c/width=450/2334501.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UcO{p]r=.Sx]tQD%tlR+IU%2%1oz_NR*V@%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/154361", "modelId": 139376} \ No newline at end of file diff --git a/datasets/metadata/154702.json b/datasets/metadata/154702.json new file mode 100644 index 0000000000000000000000000000000000000000..63820b1bb0f99f50f9946e58de1ba04735b12241 --- /dev/null +++ b/datasets/metadata/154702.json @@ -0,0 +1 @@ +{"id": 154702, "index": 0, "name": "Made of Earth AI v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-03T17:50:37.146Z", "availability": "Public", "nsfwLevel": 9, "description": "The first release of made of earth ai, i am amazed at how well this turned out! so this one might not be updated, but i might try to make a sub lora with different styles like, jagged rocks, cut stone (like bricks idk)
", "trainedWords": ["madeofearthai", "brown earth", "blue earth", "red earth", "green earth", "yellow earth", "purple earth", "pink earth", "black earth", "white earth"], "stats": {"downloadCount": 564, "ratingCount": 57, "rating": 5, "thumbsUpCount": 86, "thumbsDownCount": 0}, "files": [{"id": 115692, "sizeKB": 147570.4453125, "name": "MadeofEarthAI.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-03T17:36:07.152Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "79D2D356", "AutoV2": "978C3B2261", "SHA256": "978C3B22616E6FBC8D938771564E93C73AF02F04C5D7330ED17A6F143497A322", "CRC32": "0C7DA93B", "BLAKE3": "B856BBCCDBCDE7C620EE25677442DA101E979B91CB93408866201CD7D49F1A37", "AutoV3": "03E285E0DA17"}, "downloadUrl": "https://civitai.com/api/download/models/154702", "primary": true}, {"id": 118424, "sizeKB": 12461.220703125, "name": "made of earth data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-08T18:01:06.646Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D54FFACB", "AutoV2": "E125380CB2", "SHA256": "E125380CB281D51C4515C4A4DA6A97E63C2EAFBBBBC18B1C15C5AC0F113525F4", "CRC32": "FAEFA0FB", "BLAKE3": "93607FB43CA88C8908E6546577E6B5E349AD1CB44B4D8812D5B53F90393F3409"}, "downloadUrl": "https://civitai.com/api/download/models/154702?type=Training%20Data"}], "images": [{"id": 2341504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a90b222d-e9b0-4ebc-b0ed-3aff19c77e59/width=450/2341504.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9CYaS9aNt^%4;oz9axa~BE2E2R*xZNc-os.", "type": "image"}, {"id": 2341505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cfba89b-7d93-42e4-a1f7-9065c8e8c01c/width=450/2341505.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7BNA;*0q?#O029ZDhMd~p^+n$9GIUIVoz%M", "type": "image"}, {"id": 2341506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e99c0518-7b3a-44ee-91e4-1f5bcfcdaa64/width=450/2341506.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHGQ^C01AD-U~W9ZI:x]x]rqD*.7kXs,Mybc", "type": "image"}, {"id": 2341507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c31268b-1a9d-4f40-b1e7-32e8bd0a4abd/width=450/2341507.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U48NUjE2ID~Uk:s:9HtP~UM|9ag1-oWVIoxa", "type": "image"}, {"id": 2341508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a902ddbf-0fd4-4214-911d-4abf113b94f0/width=450/2341508.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBFEAJ0g04~TOYn%IpxtxtEMxFxEt6R*soIq", "type": "image"}, {"id": 2341509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55855de1-810d-4002-ae7f-e7c78d991874/width=450/2341509.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7A9vl?HD~D%029ZWAt6~V-pIqR%D+M{%2S0", "type": "image"}, {"id": 2341510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f4728a1-674b-4835-867d-2d6a94e3c871/width=450/2341510.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKH^ko~q_M_2?a-;-;?HNaxaM|NG0LRj$*t6", "type": "image"}, {"id": 2341511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/627dd5fc-cc4c-4a18-9250-a8677dc67464/width=450/2341511.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9BMY.?aIq~V01D*RjIoWX%1js4:-:xu-p^*", "type": "image"}, {"id": 2341512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e6ed4c7-51a2-44c6-95fd-4015e8ba99f4/width=450/2341512.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULF$9I-U0LEM4:IUD%R+~W-pR*RkM{NGNGWB", "type": "image"}, {"id": 2341514, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de4571b2-a956-469e-a0af-cf537b1fbcc1/width=450/2341514.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQGIip~pjYs:.9-;t6axWBxvM|RjR*WBRjt7", "type": "image"}, {"id": 2341516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c68bf70e-07b3-4e3f-9409-659886deea84/width=450/2341516.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOF}+n%KV?t6_2~BxZNGa^-Voft6=xNGWBW.", "type": "image"}, {"id": 2341518, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53f2812e-667e-4481-8c94-8498f02c376d/width=450/2341518.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBE-,L~A0L0M9#59W9NZ0yRn^h%L-m%0R+E4", "type": "image"}, {"id": 2341520, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21e018b6-f6f3-4cc4-8fd8-f911edb1dbf6/width=450/2341520.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDBWSV~p-px[?a-p%M-:xI%Lxut7Iofixaj]", "type": "image"}, {"id": 2341522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5917ca19-8585-473a-a9ef-f08d27cd6a64/width=450/2341522.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9E0=$}?IUIp0MIpkCxZ%K}X,@$i#9wK=dS2", "type": "image"}, {"id": 2341523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbbfb94f-4c75-4408-a5a8-8e0417c297bb/width=450/2341523.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaGIM|%MoaRj~pt7WUWB%Mn$Rkoe-pRjM|WC", "type": "image"}, {"id": 2341525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b38de33-fc70-467e-9852-13469216efda/width=450/2341525.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTFZ7:4owd%2?wMx%0a|t8j[oyV@xuozoIV@", "type": "image"}, {"id": 2341561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41b2d205-ce6d-4faa-ac3d-6d33f5d9c386/width=450/2341561.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U97CW-MdL~t7.mRiR4ob8wkCW?aKD4oMpJRk", "type": "image"}, {"id": 2341532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/532aa9e6-263f-433a-87df-fe5083f5b954/width=450/2341532.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5EC8?%i02*$00-Bx=0z0M9aT.uKfx0y}[rE", "type": "image"}, {"id": 2341533, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a4eb4ee-d8e1-4dca-94bd-36557a276bbd/width=450/2341533.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6C6cH0M00^600~pxt8_qsW=?vEL?F9ZtR.7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/154702", "modelId": 139657} \ No newline at end of file diff --git a/datasets/metadata/154797.json b/datasets/metadata/154797.json new file mode 100644 index 0000000000000000000000000000000000000000..c5968e53803eea1bc22551e5c60dd0443d600cf7 --- /dev/null +++ b/datasets/metadata/154797.json @@ -0,0 +1 @@ +{"id": 154797, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-03T20:53:06.023Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 438, "ratingCount": 57, "rating": 5, "thumbsUpCount": 66, "thumbsDownCount": 0}, "files": [{"id": 115778, "sizeKB": 22249.40234375, "name": "watase_nozomi_genmukan-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-03T20:55:39.970Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "70CEE4BA", "AutoV2": "D5AE8FEB1A", "SHA256": "D5AE8FEB1AD33D095EDD7979F548BBC5685344A756279A1CA5E84D2CD53F2778", "CRC32": "7637EFEC", "BLAKE3": "7BCD60EB609EB9BA76BE43524ED040F2655C116471211F7A4B11F55E8265D423", "AutoV3": "F9A7564908C8"}, "downloadUrl": "https://civitai.com/api/download/models/154797", "primary": true}, {"id": 115780, "sizeKB": 22249.40234375, "name": "watase_nozomi_genmukan-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-03T20:55:47.058Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "70CEE4BA", "AutoV2": "D5AE8FEB1A", "SHA256": "D5AE8FEB1AD33D095EDD7979F548BBC5685344A756279A1CA5E84D2CD53F2778", "CRC32": "7637EFEC", "BLAKE3": "7BCD60EB609EB9BA76BE43524ED040F2655C116471211F7A4B11F55E8265D423", "AutoV3": "F9A7564908C8"}, "downloadUrl": "https://civitai.com/api/download/models/154797?type=Model&format=SafeTensor"}, {"id": 115781, "sizeKB": 50892.501953125, "name": "watase_nozomi_genmukan.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-03T20:55:40.666Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B9BBBFD1", "AutoV2": "866253177A", "SHA256": "866253177A58B563D9860EE16CED852479D739A6258EB17F4F90498B96CD43E0", "CRC32": "0B700A68", "BLAKE3": "0DCB1CBD92A6B0DF7ADCAB04F92D472C7701D79876F031B58DB4FE2F6C9BC659"}, "downloadUrl": "https://civitai.com/api/download/models/154797?type=Training%20Data"}], "images": [{"id": 2343331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9fa38b21-3de4-4883-bc5f-6277ec2e0705/width=450/2343331.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJMGPA%374?H00s:~CRjXUs.MJM{vhIVNbjZ", "type": "image"}, {"id": 2343424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99c94bd8-2ca1-40de-aa3c-9f2d0075678b/width=450/2343424.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UOL|Do~W5+%givtR_2xu0eXS-6IU?bbboL-p", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/154797", "modelId": 139738} \ No newline at end of file diff --git a/datasets/metadata/155318.json b/datasets/metadata/155318.json new file mode 100644 index 0000000000000000000000000000000000000000..c52569a75851c1523fcd524d7ad00940b7c6f75f --- /dev/null +++ b/datasets/metadata/155318.json @@ -0,0 +1 @@ +{"id": 155318, "index": 1, "name": "made of delftware v0.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-04T16:53:59.494Z", "availability": "Public", "nsfwLevel": 3, "description": "Made of delftware's first release! turned out really well! probably will make a world of delftware when i figure it out!
", "trainedWords": ["madeofdelftwareai", "blue delftware", "red delftware", "green delftware", "yellow delftware", "purple delftware", "pink delftware", "brown delftware", "black delftware"], "stats": {"downloadCount": 555, "ratingCount": 50, "rating": 5, "thumbsUpCount": 69, "thumbsDownCount": 0}, "files": [{"id": 116240, "sizeKB": 147570.4375, "name": "MadeofDelftwareAI.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-04T16:35:52.057Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0C1984D3", "AutoV2": "E215A4554C", "SHA256": "E215A4554C1F33887371B4CF6F25B12343B366BBCFDDD36A8ACCFB4BDABE62B2", "CRC32": "2C6A390C", "BLAKE3": "715E2DDC16698015BE233DE389BE91A1E97E0FB1625535491A1C4B3143DB6523", "AutoV3": "EE1B1BF0E656"}, "downloadUrl": "https://civitai.com/api/download/models/155318", "primary": true}, {"id": 118420, "sizeKB": 17504.5283203125, "name": "made of delftware data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-08T17:55:47.048Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7AC7B134", "AutoV2": "430E702D5E", "SHA256": "430E702D5E270BCABF7EE52A11710DBD7824863F660C04A09401344CE7EAE4A3", "CRC32": "1281BC21", "BLAKE3": "34159BF4B6BEF99C3A0FEF38E818128EDA3AB522F0C75E307CEA7654A49F9CB5"}, "downloadUrl": "https://civitai.com/api/download/models/155318?type=Training%20Data"}], "images": [{"id": 2355088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d8d3ec5-616c-4c9d-8ae1-c1e4b439068f/width=450/2355088.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHCZLr~V_1?G?u-;?H%LxCxZxuxubwR,e.xu", "type": "image"}, {"id": 2355102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4fd44f7-9a8e-4421-91b4-2ca472085926/width=450/2355102.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPF5HW?G?aW=~VtR-oxaWC%LWCt6E2xuV[of", "type": "image"}, {"id": 2355089, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ee52a26-a749-4c47-9b83-c31176a613da/width=450/2355089.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9EoVp00^k~U_L01%LRQ~BD*x[V@IXovoeV[", "type": "image"}, {"id": 2355107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3ee7ef8-8bc2-49cd-ba08-7e6fef55d859/width=450/2355107.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7HdsW00GH0N%}02~T9GNgRixsMx9d$~%2Ip", "type": "image"}, {"id": 2355111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/389dd462-5d90-43b1-922b-52e9298cbe55/width=450/2355111.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAEero00^}a1~o0L={E1ITRj%4D%E2-:s;Io", "type": "image"}, {"id": 2355118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22c3583f-cf39-4549-82c1-4217c7fdd8b5/width=450/2355118.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIJQAu0L~o=y?aE2?GRj56aKWEIVNHE2spIV", "type": "image"}, {"id": 2355120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f15d5ef-f2a0-4c5c-abf7-1a662779d56e/width=450/2355120.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJC~#N~V-:?H^*xu-p%M-UofkCt7ozt6s.t7", "type": "image"}, {"id": 2355129, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/783dee25-7885-4ed8-9abd-e726c5874c61/width=450/2355129.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URG8TA~V^*%1-;tR%2%1xDxat6xuNGRks.t6", "type": "image"}, {"id": 2355134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ea9c955-b914-41cf-89ff-43212f886a0a/width=450/2355134.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9EU_l~BMcE,1PNdWANH00a$AHRP=r-U-p=_", "type": "image"}, {"id": 2355137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17474a0b-c5c5-4f9d-b534-9ff9e1c19497/width=450/2355137.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9D9F]00~M02X39a-.IV0K?GE4xYD*xu$,SJ", "type": "image"}, {"id": 2355182, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c73e449-0cb3-41bc-8d63-50347a0bcac7/width=450/2355182.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "USHKwj~V%2%L~B-o-:-:E3xabcofNHs:RlIp", "type": "image"}, {"id": 2355184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d1b05ca-dd21-4e9d-9c6b-de0b67c8ea3c/width=450/2355184.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UQFODb~B%K?G^j%1-o%LE2kCt7s.WBt6s:R+", "type": "image"}, {"id": 2355193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bea2160-df61-4b37-93e3-c154f009cd4e/width=450/2355193.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4B{+V19p5NZ~70KVW9G00^i044.S+_Mx{-:", "type": "image"}, {"id": 2355194, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f138a56-70c3-4d2c-8b4c-dccf297d60e6/width=450/2355194.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHF}Gq~AE4%1xst7xZ}?9bIq%1=_oLNdt6n$", "type": "image"}, {"id": 2355247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57ac018c-e04f-41cd-8662-3124044a2fd2/width=450/2355247.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMG7l8~At5-n$+9uI:^PE2E29unjEMt6X8Eg", "type": "image"}, {"id": 2355256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6ca5ef7-9125-457d-a592-fec8cdc17e80/width=450/2355256.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNELyq~VbvEMENoy%1%1MxRkIpRjIoM{IoNG", "type": "image"}, {"id": 2355259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/089a869b-8fda-461e-8ce1-6055b2d4479e/width=450/2355259.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9F}$S0M$*0f*J02n5I.9bt40M^%02~9sp-o", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/155318", "modelId": 140179} \ No newline at end of file diff --git a/datasets/metadata/155510.json b/datasets/metadata/155510.json new file mode 100644 index 0000000000000000000000000000000000000000..05ebb5b010beb7e98db106b9986580fb910b3eba --- /dev/null +++ b/datasets/metadata/155510.json @@ -0,0 +1 @@ +{"id": 155510, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-05T01:22:14.455Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 427, "ratingCount": 76, "rating": 5, "thumbsUpCount": 91, "thumbsDownCount": 0}, "files": [{"id": 116440, "sizeKB": 22244.66015625, "name": "Saki_cool_devices-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-05T01:25:53.618Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C47CC468", "AutoV2": "ABFDFBFAD3", "SHA256": "ABFDFBFAD31B4A3CCE281B4A1B3F1240D7443CDA1ADE623BA341110F8CA12997", "CRC32": "CB6E5614", "BLAKE3": "2D03E38D5A2B306AD3D930EAA33832DE0BF1DE1D1C89014B819208CB7144BAC3", "AutoV3": "EB594A19D8B2"}, "downloadUrl": "https://civitai.com/api/download/models/155510", "primary": true}, {"id": 116439, "sizeKB": 38116.8486328125, "name": "Saki_cool_devices.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-05T01:25:51.664Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F022E557", "AutoV2": "FD0B036E5D", "SHA256": "FD0B036E5D0793CFEBD11A6EDF86E5CD172C3790DB45C6DCAAA6DCEDFBE52F23", "CRC32": "90F37300", "BLAKE3": "914C5A1F7264B0E5C2EF619EB81716C27ACD62B871D56BE839E4C2384233C8C6"}, "downloadUrl": "https://civitai.com/api/download/models/155510?type=Training%20Data"}], "images": [{"id": 2359610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b91b9041-70ce-4b53-949a-7470a8e39198/width=450/2359610.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULI4YN^+yFxaF4SOS%of0fs:$%WB~Bt7xWoM", "type": "image"}, {"id": 2359772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0690934c-1493-4fa7-8dfa-dd9bf3f4a1b9/width=450/2359772.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDI4bUcEKS5r.As6-=%N00n3r;xW^jE29Z^l", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/155510", "modelId": 140334} \ No newline at end of file diff --git a/datasets/metadata/155558.json b/datasets/metadata/155558.json new file mode 100644 index 0000000000000000000000000000000000000000..0346db891baad752f9485dd8a333e13dc6217193 --- /dev/null +++ b/datasets/metadata/155558.json @@ -0,0 +1 @@ +{"id": 155558, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-05T04:00:20.633Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 567, "ratingCount": 72, "rating": 5, "thumbsUpCount": 95, "thumbsDownCount": 0}, "files": [{"id": 116486, "sizeKB": 22247.73828125, "name": "Riuru_Kaneshiro_NightShift2-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-05T03:55:45.243Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F5098F56", "AutoV2": "92EE904057", "SHA256": "92EE904057E4B3491A84A55605A1BB3586E59BD299AB55CBE8E367A225158FDF", "CRC32": "015A1281", "BLAKE3": "50E572A0F7CCFF6928912F8DDE0F0554BDBEA73089309935CF9FFCE1636CF56E", "AutoV3": "CCC6B4B4B98B"}, "downloadUrl": "https://civitai.com/api/download/models/155558", "primary": true}, {"id": 116487, "sizeKB": 44814.7734375, "name": "Riuru_Kaneshiro_NightShift2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-05T03:55:48.803Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1E9C4DB9", "AutoV2": "AA768C5F23", "SHA256": "AA768C5F238FBD151CD070F84B1D5744C27F92C4492D0FEF1B6BD809E91D4BA7", "CRC32": "B47B0AC6", "BLAKE3": "977A7151355BE853D9A81866BBAB6A7BD39AFFB7884DEC212BFAE051E3DB176D"}, "downloadUrl": "https://civitai.com/api/download/models/155558?type=Training%20Data"}], "images": [{"id": 2360832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d609f7c2-4e38-42b4-a5aa-c8591db1747e/width=450/2360832.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGOfcG^*15%hjAIsD%rqTzjFQ.bb~ps+WZR+", "type": "image"}, {"id": 2360851, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d99551c-94ae-4de0-9704-4c3aba5ebe47/width=450/2360851.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGNl}f~801E14Txv9ZIU0f-=n4Sj?as*IWV?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/155558", "modelId": 140375} \ No newline at end of file diff --git a/datasets/metadata/155593.json b/datasets/metadata/155593.json new file mode 100644 index 0000000000000000000000000000000000000000..a7aa9a664d40832a5f6df4282fdaa8d984b0c42c --- /dev/null +++ b/datasets/metadata/155593.json @@ -0,0 +1 @@ +{"id": 155593, "index": 5, "name": "EnnaFol_v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-05T05:52:29.501Z", "availability": "Public", "nsfwLevel": 3, "description": "About:
Character with turnaround
4 n tokens
Dataset Structure
Style Images
ControlNet Style Augmentation
ControlNet Outfit Augmentation
Base Images from turnaround
Recommended Weight 0.6 ~ 0.8
Note:
captioned dataset does not match the downloads; ran into an odd issue after correcting it
the OUTS layer appears to be overtrained
OUTD preset with LoRA block weight can help with this
Features:
Clothes can be swapped
Better rotation compared to Isabella LoRA
Better hairstyle and color fidelity with complex angles (can still suffer collapse)
Works oddly with paired with controlnet reference
Issues:
Does not seem to understand proportions
Style bleeding still exists resulting in lower quality
Side Images are inconsistent with main design
Outfit fidelity occasionally falls apart
Pose overfit does exist
Eyes are overfit
Environment appears to suffer from overfitting
Will underfit with complex angles
Purple rose will occasionally appear
-Remade the entire dataset (available for download)
-changed from lycrois to lora
-MUCH MUCH more flexible
-fixed spelling mistakes
-fixed combability with other loras/models
", "trainedWords": ["sword_swallowing_position"], "stats": {"downloadCount": 11688, "ratingCount": 714, "rating": 4.99, "thumbsUpCount": 1441, "thumbsDownCount": 2}, "files": [{"id": 116853, "sizeKB": 18573.45703125, "name": "sword swallowing position 2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-05T19:50:40.900Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6C1388C7", "AutoV2": "0BEFC1BF7D", "SHA256": "0BEFC1BF7D002F918CD6274EC9B57B3E8EBC9C83840FFD636917B9E43C2B7100", "CRC32": "680BEFE7", "BLAKE3": "311C9C6DA2CA57BC5EB62408AA63815AF249CBE8FBDD2880833E9C1B49EE4FB4", "AutoV3": "47B77272BA9B"}, "downloadUrl": "https://civitai.com/api/download/models/155980", "primary": true}, {"id": 116854, "sizeKB": 61106.265625, "name": "3_sword swallowing position.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-05T19:50:42.792Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EC33D660", "AutoV2": "A2A2A5C40A", "SHA256": "A2A2A5C40ADEF1865012ECD25C9A61F81F6F35D260A33D2D5FF80E91108C1B46", "CRC32": "D1F8F881", "BLAKE3": "93AFB5E61CEB5D9B6A99F125D0A979B0D03EC09A153902FAE25AA2D5325B984D"}, "downloadUrl": "https://civitai.com/api/download/models/155980?type=Training%20Data"}], "images": [{"id": 2370418, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88fbb7d4-7351-4e9b-b9c5-e8a5c1549ead/width=450/2370418.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UZI#49~VRhxCMwjY%Mxur?xto#xaM{WVtRju", "type": "image"}, {"id": 2370406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51253b73-5c57-47b6-a4c7-f34e9e5f1d9e/width=450/2370406.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UUHUC1ozo}%2Rkxaofof9ut6~VbH?GayRkR*", "type": "image"}, {"id": 2370442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a15285d5-a8ce-40fc-973a-c83d600ade9d/width=450/2370442.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UDHK^M*I00?F9]AHNLMeX8Xnxv-6.7_2^%$|", "type": "image"}, {"id": 2370405, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6be0a35b-3adc-4cf6-a131-4511a3d52558/width=450/2370405.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UBGkOQIp^*i^0K%0-pkXEiE1~WnOnN-p^*NG", "type": "image"}, {"id": 2370417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe614395-bbfa-46cd-a202-6d9fc4bf6acf/width=450/2370417.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UNHUUx~Ws5az56xax^%Mob?a?Ht7-.o}%MIp", "type": "image"}, {"id": 2370416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d33a3cfa-e0a2-453c-90d7-c69e90310121/width=450/2370416.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UFK0mO~V.8?GRg?GE0W.00j=~pxtW;of_2tQ", "type": "image"}, {"id": 2370402, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95978f91-b4ab-424a-b622-65178ccf0049/width=450/2370402.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "U5I:%p?a009vIR0g_40M0M-o?HxCjC^P1O^j", "type": "image"}, {"id": 2370404, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13fcc5c3-c852-4f2f-b3bb-7b435e32d889/width=450/2370404.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UIG8v7-oP;bbEpM|.AWY0Lof~CbH_2R+WAf+", "type": "image"}, {"id": 2370403, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51c4f2a1-5b22-498a-9b2e-f6545369b569/width=450/2370403.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UIGt{OR+OXt7NFR+^+js0eWC^+s._NoLxakC", "type": "image"}, {"id": 2370407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f286065b-f25c-4f83-97c3-d446513e1761/width=450/2370407.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UFI|wQ010#V@00K5vzX8IU9a~WE1E2jFtSxt", "type": "image"}, {"id": 2370415, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5a41d2d-76f1-4968-93e5-a9e12f197187/width=450/2370415.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UQIELu~pxtjX:$xWR*t7Ost7XUX9IUWD%LWU", "type": "image"}, {"id": 2370410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da46974c-cab4-488e-b95e-46b9c0222606/width=450/2370410.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UKJj;]x]Ppt7:Nnh~Asm.7oKTfoz5UWX^%kC", "type": "image"}, {"id": 2370411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3584dfad-13ce-43b2-9cc2-3003f751ed91/width=450/2370411.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UAJ?]O9G00-VvdRk~CV@=sD*_2%2K8fk01bH", "type": "image"}, {"id": 2370414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17a2506c-787c-4a6a-af3a-fe981cb348e3/width=450/2370414.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UOKJDN?F9F%10eRk?GR+4:IpxaR*~CxZnjxZ", "type": "image"}, {"id": 2370419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea99dfa3-c207-445a-8737-b9c96d9ed154/width=450/2370419.jpeg", "nsfwLevel": 16, "width": 1280, "height": 1280, "hash": "UFKKHH000iRjnM00?wIUFz%LE3?b8^R*WBWX", "type": "image"}, {"id": 2370441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfe065e2-62ef-475e-9236-006d6a5a63b3/width=450/2370441.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UEJ%zkxu0dxt[Ut7~Xof^%ofI:kC?Gof4:ay", "type": "image"}, {"id": 2370479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a76ebd73-b955-4e73-93ea-78e464571712/width=450/2370479.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UUJG~G~BtPw^IUj@bctRM|%1-=f*-okCxuRk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/155980", "modelId": 65342} \ No newline at end of file diff --git a/datasets/metadata/156011.json b/datasets/metadata/156011.json new file mode 100644 index 0000000000000000000000000000000000000000..e0f0818a89fd27286b417bf54b9ce7fd2bc0a89b --- /dev/null +++ b/datasets/metadata/156011.json @@ -0,0 +1 @@ +{"id": 156011, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-05T21:52:31.360Z", "availability": "Public", "nsfwLevel": 3, "description": "Renamed model to FluffyStyle to avoid being auto-reported as NSFW :)
", "trainedWords": ["FluffyStyle"], "stats": {"downloadCount": 1923, "ratingCount": 134, "rating": 4.98, "thumbsUpCount": 240, "thumbsDownCount": 0}, "files": [{"id": 492148, "sizeKB": 139615.4951171875, "name": "FluffyStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T13:40:37.649Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "67DDA8B4", "AutoV2": "3428C9B176", "SHA256": "3428C9B17624D5C8F3AE640B32AB01F7FFBBE4A7A2189FF396CBFBF12CEE3629", "CRC32": "B200C5C4", "BLAKE3": "1D0BE0D7FEC738786B80EA3CD49D7D7DE4A95AB4C5A2B2AE78BABB52BEAD1CBF"}, "downloadUrl": "https://civitai.com/api/download/models/156011?type=Training%20Data"}, {"id": 116884, "sizeKB": 147577.6435546875, "name": "FluffyStyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-05T21:50:31.677Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5D20BEE5", "AutoV2": "233D274D08", "SHA256": "233D274D086A536A44F2B2C775D5C37A92FF0977B2D3571AF2FDBA20BFE6D451", "CRC32": "C9E6AB25", "BLAKE3": "99C43A6A5872273882520C1CBB817ABEA6CDFB18615BB71D781D926CCAC6C030", "AutoV3": "39DB36CD44AF"}, "downloadUrl": "https://civitai.com/api/download/models/156011", "primary": true}], "images": [{"id": 2371644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51ae6252-24b8-446f-8c6d-b95cb16b1b18/width=450/2371644.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "USJ8hWNGD%t7_NRPM{WB%Lt7M{jZx]x]e.j]", "type": "image"}, {"id": 2371623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5661652d-3f26-4c7d-acbd-fc7e287c6331/width=450/2371623.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UTDu6u}?xtX8bbbHxGoKENNbxFxZIpNHI;Rk", "type": "image"}, {"id": 2371622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e5d259c-225c-47cd-ac1d-0a3630acaab7/width=450/2371622.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UVEME?X8X9xu~qaeWDkW.8VsM{M|tRNGjZM|", "type": "image"}, {"id": 2371620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f09f9dd-2b02-4c31-8527-74a5689a93af/width=450/2371620.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UAC6Z5IA%h?H*0RPJBNeXnIUaeIUt7Mx=_nN", "type": "image"}, {"id": 2371621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33dc1920-59fc-4662-b1eb-359ad9bf42d5/width=450/2371621.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U34C0VROpIMw%%I9x_MwV@I8a#MwnQawISad", "type": "image"}, {"id": 2371625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83a7d818-ab4c-4b1c-aba7-f47f7f284f05/width=450/2371625.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UHI}LwNw^i$zyEtlIUIV_N-U$%Ip%2WAW=R-", "type": "image"}, {"id": 2371635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6584824-b801-45ed-bc8b-e81cb713fcaa/width=450/2371635.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UCK+oeD,0:--0M-n03OFLz$%^NIqDRXQ=_RR", "type": "image"}, {"id": 2371624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eebc25fb-cb87-4b0f-8e4b-5e2c187eb423/width=450/2371624.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UGBp8*~TEg9v.6x@j]soo|xa%1%0%2-U%1t6", "type": "image"}, {"id": 2371628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de0a66d1-76cf-414e-a1d9-c38274d3d7c0/width=450/2371628.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UoFic5NKIAtR.TxtVrbcyEozs+bINfozxtof", "type": "image"}, {"id": 2371632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ec31f07-79ff-4686-a58d-cf5f870588be/width=450/2371632.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UIINy}KQ?bxu_3Ipo}s;~WIUE2Rj%#M{V?IV", "type": "image"}, {"id": 2371636, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a29d91e-6225-404a-b4f3-3342a1425a9c/width=450/2371636.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U8DSwH%N9F?G~WM|Mx-:_LxrO+xptm%M9FIp", "type": "image"}, {"id": 2371634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7811779f-0009-4bb7-9d65-a572394dc3b9/width=450/2371634.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U7D[@3$j00_M9Z0gD*sj#S-.?aV|00E1~o9H", "type": "image"}, {"id": 2371629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ddbe4b7-9461-4485-a6dc-633b31b2f4db/width=450/2371629.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UHHC1CcFyro}0P?GXTNe~CM|IARk*0Iq-nNK", "type": "image"}, {"id": 2371626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e4df84e-8e99-44d8-8682-384f6fb81eac/width=450/2371626.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U6G7r7~o#S02?u130gRi0gs+IWxt0358#+T0", "type": "image"}, {"id": 2371627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8cec824-9997-435a-8f4d-f2944c49884c/width=450/2371627.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UUFi0?M{IB-:~pnhIB%L.9smRPt6tRWBxas,", "type": "image"}, {"id": 2371637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51455a5c-825d-46b1-ae05-3979a322b07e/width=450/2371637.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UbF~gPIUr=%L~qoen$xayEozaea}o~kXofRk", "type": "image"}, {"id": 2371630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e7e6a5e-9dae-4561-8796-2bd20679c9de/width=450/2371630.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "UGFrIsEkAv~pE1-;Nxt6%fMxDjIUIBt7V@NG", "type": "image"}, {"id": 2371646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f78c5ab-0a68-4b72-83c5-f6bf2ab09984/width=450/2371646.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "UJH,q^~VkqI:gNX9XSWBOq%1M{xtWCNHafxG", "type": "image"}, {"id": 2371631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d4d6d14-5d77-4502-8c0f-e976a9f924ee/width=450/2371631.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UPCjh7tkHYRjP;ozm+WB~Wt7IVWCAvbbs+bH", "type": "image"}, {"id": 2371667, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de78053f-2804-480f-974e-3d404b3a51f1/width=450/2371667.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UCA^a#xu4.S4rWoJE0t8DiR*I9Ri*0oJt7R*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/156011", "modelId": 135871} \ No newline at end of file diff --git a/datasets/metadata/156131.json b/datasets/metadata/156131.json new file mode 100644 index 0000000000000000000000000000000000000000..9a1c4203f0acf34db2e53fa6bdeab24e356892bf --- /dev/null +++ b/datasets/metadata/156131.json @@ -0,0 +1 @@ +{"id": 156131, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-06T03:53:35.689Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 387, "ratingCount": 40, "rating": 5, "thumbsUpCount": 55, "thumbsDownCount": 0}, "files": [{"id": 116974, "sizeKB": 22257.13671875, "name": "President_Panty_Note-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-06T03:55:36.899Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "81B83A87", "AutoV2": "C344FFC1FD", "SHA256": "C344FFC1FD935A38C00BC264A86B0670863ECE0E24ACB6183BBD72D0268FBE64", "CRC32": "EE026F39", "BLAKE3": "7F37CB045C2A6AC1C5766BC63E5D7E9813F6F0917D4F11A6A8006E1BBF416DAE", "AutoV3": "20F4CEB58D85"}, "downloadUrl": "https://civitai.com/api/download/models/156131", "primary": true}, {"id": 116975, "sizeKB": 40792.52734375, "name": "President_Panty_Note.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-06T04:00:50.418Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "283B1AC0", "AutoV2": "408401C240", "SHA256": "408401C2404C162A16B41E50669B768AE3235C8F7B7ECC188072E3948EBF2125", "CRC32": "2A051158", "BLAKE3": "B75DE30EF395F5635202DD3372B3B4006FF7B70199CA139B9FF247BAA8B35086"}, "downloadUrl": "https://civitai.com/api/download/models/156131?type=Training%20Data"}], "images": [{"id": 2374390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b6b6f12-bcbd-4234-a95f-8e5576d9dd3f/width=450/2374390.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDL:ZA9GLK-p0IM{0z-;8w$|8_s;00E4wIM{", "type": "image"}, {"id": 2374534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b374463-2f1e-4e4d-b51c-ffc6e794767b/width=450/2374534.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPFhu1~W0g57~C%2I:NG-=-;odNaI9M{R.XT", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/156131", "modelId": 140850} \ No newline at end of file diff --git a/datasets/metadata/156185.json b/datasets/metadata/156185.json new file mode 100644 index 0000000000000000000000000000000000000000..40749aaf156c4a792ece4086d9a5ea4a5c97fc3e --- /dev/null +++ b/datasets/metadata/156185.json @@ -0,0 +1 @@ +{"id": 156185, "index": 1, "name": "v3.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-06T05:54:55.285Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 1166, "ratingCount": 85, "rating": 5, "thumbsUpCount": 117, "thumbsDownCount": 0}, "files": [{"id": 117022, "sizeKB": 22256.72265625, "name": "Nanase_Ren_NightShift-KK77-V3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-06T05:55:54.373Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8E9D07E1", "AutoV2": "9C2CB7788E", "SHA256": "9C2CB7788E5F641BBF6F67617327BAB33347D026A58B3D76E96F9EBE744421B1", "CRC32": "B5D3D696", "BLAKE3": "D4031146E31E2F8DBE3AFAFD57DA41462D545207AEF44FA1C80433998E1ABD53", "AutoV3": "1F1531CE4BF7"}, "downloadUrl": "https://civitai.com/api/download/models/156185", "primary": true}, {"id": 117023, "sizeKB": 47182.025390625, "name": "Nanase_Ren_NightShift.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-06T05:55:55.058Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "464330FF", "AutoV2": "2849A3030A", "SHA256": "2849A3030AC288D21C4F070F9B12979A021C08EF502C0BAEA11F83D5C73A70A3", "CRC32": "B5BEB2E5", "BLAKE3": "9E6B6FA7F208659DC0889F716C7A25D7CA0D98521F584107EF93970F58F3D526"}, "downloadUrl": "https://civitai.com/api/download/models/156185?type=Training%20Data"}], "images": [{"id": 2375297, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35476ce7-b536-44a4-a86f-5e5f32254a6e/width=450/2375297.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIOohr~puhv}5kMd%gVrwi%MM{t7?Ix]f$RP", "type": "image"}, {"id": 2375279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7398036e-e096-483c-bb94-d68c21ec43a4/width=450/2375279.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URPFQFMw_M?b%~H?o}g3EOr=$%V@^kofIotk", "type": "image"}, {"id": 2375266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b816928-71d9-46f5-89af-bd35b8e72a84/width=450/2375266.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXN9ISDiF_xul9jY%MWV^+f5%LWB~Wr?%L%2", "type": "image"}, {"id": 2382888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9d56c19-e1cf-45e2-9d57-2b3138a5684e/width=450/2382888.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UIOCdTMw0hx^EoIAt9x]IvsVx]?H~Bbcnh-:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/156185", "modelId": 40917} \ No newline at end of file diff --git a/datasets/metadata/156324.json b/datasets/metadata/156324.json new file mode 100644 index 0000000000000000000000000000000000000000..f1b7a8750a66a02b28df5ecdedebace79541e446 --- /dev/null +++ b/datasets/metadata/156324.json @@ -0,0 +1 @@ +{"id": 156324, "index": 0, "name": "v1.2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-06T12:24:21.613Z", "availability": "Public", "nsfwLevel": 3, "description": "Largely Updated the model
Trained on DreamShaper 7
", "trainedWords": ["Wednesday Addams"], "stats": {"downloadCount": 916, "ratingCount": 25, "rating": 5, "thumbsUpCount": 47, "thumbsDownCount": 0}, "files": [{"id": 117147, "sizeKB": 147570.2734375, "name": "Wednesday v2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-06T12:10:43.548Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CF2D5B07", "AutoV2": "D3EC314C81", "SHA256": "D3EC314C81958A8586937A47D5EFB4D56FF437D1C80E45B857246B704E3FCCF5", "CRC32": "C493F679", "BLAKE3": "B6B8D3326B2F34B084B3F9F4147073AD9516EA5D552E3568BDDDEBF1EC037972", "AutoV3": "C64CBF96CE76"}, "downloadUrl": "https://civitai.com/api/download/models/156324", "primary": true}, {"id": 117201, "sizeKB": 14902.3369140625, "name": "Wednesday_Images.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-06T14:25:55.066Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9CB8C47D", "AutoV2": "65BFC659D4", "SHA256": "65BFC659D48FAC3BF71369BFBFB1EFEAD1C6005A509455F5875126FAE5320EC9", "CRC32": "2D944F1B", "BLAKE3": "8134BEA81C84075C4961A5BBAED8E3A76F4107C87AD78340A68D70F41048036B"}, "downloadUrl": "https://civitai.com/api/download/models/156324?type=Training%20Data"}], "images": [{"id": 2378738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05f70697-a5db-40ac-85e7-de7c30622571/width=450/2378738.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UVFFst_3_NtR%gM|t7WBIURjD%t7t7t7e.t7", "type": "image"}, {"id": 2378739, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22938ee5-f779-47ee-82ee-db4ea5105150/width=450/2378739.jpeg", "nsfwLevel": 2, "width": 2048, "height": 3072, "hash": "UB9Zv69ZIo~BE2xat7aebHa}Rkj[R*WCofIo", "type": "image"}, {"id": 2378740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/081fedce-dc5a-46f8-be0c-9965e4f3620d/width=450/2378740.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UHDSgz4n.8~VIpxaflj[00t8D%IU?HM{s:a|", "type": "image"}, {"id": 2378741, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b9fb008-d853-48e5-8dc8-01883f021b8e/width=450/2378741.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UQD]C:^*~V~Vj]j]M|NGD*WVM{M|M{IoRjRk", "type": "image"}, {"id": 2378744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d444f5e1-18a7-43c5-89fb-8606663d8516/width=450/2378744.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UgF~mm%M%M%M~qxuj]xuxuj[IVofxuofWVof", "type": "image"}, {"id": 2378760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cf66e9c-2a62-4ef9-8e52-af67fbeb8c0e/width=450/2378760.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UGE{kPrV00xZ004n_NgN_3IoEMt7?b$eZ#oz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/156324", "modelId": 107888} \ No newline at end of file diff --git a/datasets/metadata/156583.json b/datasets/metadata/156583.json new file mode 100644 index 0000000000000000000000000000000000000000..5e15269477b052619e11ca131e1e2b04910388d8 --- /dev/null +++ b/datasets/metadata/156583.json @@ -0,0 +1 @@ +{"id": 156583, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-06T20:24:40.917Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": ["fanny_packing"], "stats": {"downloadCount": 8604, "ratingCount": 1062, "rating": 5, "thumbsUpCount": 1527, "thumbsDownCount": 0}, "files": [{"id": 117341, "sizeKB": 18575.369140625, "name": "fanny packing.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-06T20:25:37.060Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8F2B0B85", "AutoV2": "16514576DD", "SHA256": "16514576DDD32AF23F3D2D8AA9863E44BF14F36EEB3DFF27D1C8FAC379A1F284", "CRC32": "C48E706B", "BLAKE3": "12C2C39692A2E9388EB1F0F0E0B4959F618C590E9C06CF14CF6A40C6A53FEB51", "AutoV3": "BDF07F0DE555"}, "downloadUrl": "https://civitai.com/api/download/models/156583", "primary": true}, {"id": 117344, "sizeKB": 156862.3046875, "name": "3_fanny packing.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-06T20:25:47.719Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "72B2D766", "AutoV2": "81448C3414", "SHA256": "81448C341412E5E6A9D0F47F7FCFF7FDECDF01D2C48D50050AD952764D86DB8A", "CRC32": "A94EB100", "BLAKE3": "A5645D4F8511BA4838F79A8E17189362DF6C962028634B8197E4CEF3B9982D0A"}, "downloadUrl": "https://civitai.com/api/download/models/156583?type=Training%20Data"}], "images": [{"id": 2384278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/123089b0-793c-4d7c-a370-642098fa8c29/width=450/2384278.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UNIELpWCBVxa_4bbOYt6ENWr-VjY.9a#?vxa", "type": "image"}, {"id": 2392061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcb6ea9d-7a9c-4bd4-9d8a-2fb12f011b34/width=450/2392061.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UGI}bLyC1P%h%hDh57x^F~-C^,EM?dxZI^E2", "type": "image"}, {"id": 2391565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff872928-6720-4c2b-a9e9-46f0bf234022/width=450/2391565.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UOGI7cof5Tbb%ha}x]fl9|a|~Wof?cj[%#of", "type": "image"}, {"id": 2384277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5381f264-3cbd-4a5e-826a-2ed8f0371b05/width=450/2384277.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UPH_AEZ$5S-qyFRlg4b_9~n,-;bJ.TsmXUbc", "type": "image"}, {"id": 2384276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac9ce013-c199-4a41-a680-d8dd7ae1d53a/width=450/2384276.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UGIqy3L#3YMyEEIAIVtl9F~A-OEScboeJVo#", "type": "image"}, {"id": 2384377, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0662205-71a3-47f1-88de-f48456879386/width=450/2384377.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "ULI#7K.Tk?ozxeItD+IqE2s:?Hxt0-9vx^nh", "type": "image"}, {"id": 2384271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87109c35-5d3a-4687-8a36-c23e394ed57f/width=450/2384271.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UKI}6VyY5;RP%%yEENnM0ib_^k%1?wM{%h%K", "type": "image"}, {"id": 2384260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f45a05f4-fb34-4cf1-a03e-14bc18567d29/width=450/2384260.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UQJa4e%#57s+?wo~S~s90#OZ^+xZ-qg4%3bE", "type": "image"}, {"id": 2396084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9952c39-e1fb-48d6-ac50-bec9cc6e67a9/width=450/2396084.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UaIOUvjbpdt7%La#%Lofb_WU$jjZ~Xa{-=of", "type": "image"}, {"id": 2384262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ba4b4eb-3701-4786-b472-fcd21e846897/width=450/2384262.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UHIXNvE10y%L-.NGInxa9tj@^+ae~ojFk;s.", "type": "image"}, {"id": 2384266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8abc97e3-79ad-4d4f-8a0b-c8efd042a7e6/width=450/2384266.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UJG[G|$+56%L~UV[9Zx@9FrsnNob-:%2-:tP", "type": "image"}, {"id": 2384268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/361aace4-8787-4a89-9d6c-1da87d6f9815/width=450/2384268.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UEGlIlxt0#~q^abw56-.KhIU?H%Mt2^,%4M{", "type": "image"}, {"id": 2384270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f795f8d7-e9f9-4da4-a6f3-6cb204f7308b/width=450/2384270.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UGG9B68xBOM_?JIEI[D%J~I,~WRikG4n%4%L", "type": "image"}, {"id": 2384267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c7de3ac-08b8-4f25-a37d-84e529d471b0/width=450/2384267.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UVHekIVCGIo~NMjDM{S$9FkD-TM{_4axtTs;", "type": "image"}, {"id": 2384269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9abff49b-abea-4002-abd1-c92e98cd35ad/width=450/2384269.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UbI}Iy.mJB-._4x_NesmE2Nb%1xZi{IUsA%L", "type": "image"}, {"id": 2384272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e8049da-de2f-4474-9303-10077d77d935/width=450/2384272.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UOJHUGn20#bd%$R4IoSjA0xB^+b1?wW,x^Sh", "type": "image"}, {"id": 2384273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d14d4b7-1f90-4fb5-844d-c8bc3aa797b7/width=450/2384273.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "ULI;n#?a0go#yCtmNGR-9]XA~Wt8.8xvtlNK", "type": "image"}, {"id": 2384275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e251e44d-f770-4fd5-b015-9e15f61fb63a/width=450/2384275.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "U9IE66:6GTsFu6?F00.TQ+H?$IE49^+@.SS4", "type": "image"}, {"id": 2384355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91330eee-978c-4d09-9818-f60995c3c51f/width=450/2384355.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UQHxHIt7EKxa-qkC$%s;JRRj^jWB~Wt7sqWB", "type": "image"}, {"id": 2385433, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97e68dac-a934-4edb-81db-ae69e2a39ba2/width=450/2385433.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UJJ7agt79|of~VkC9ZWW0ekC$*j]_3bH?wkC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/156583", "modelId": 141250} \ No newline at end of file diff --git a/datasets/metadata/156590.json b/datasets/metadata/156590.json new file mode 100644 index 0000000000000000000000000000000000000000..1ff009b21490b32810219fd8f9eb65af0d9e55ef --- /dev/null +++ b/datasets/metadata/156590.json @@ -0,0 +1 @@ +{"id": 156590, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-06T20:53:51.113Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 646, "ratingCount": 74, "rating": 5, "thumbsUpCount": 98, "thumbsDownCount": 0}, "files": [{"id": 117351, "sizeKB": 22255.29296875, "name": "Mana_Kazama_NightShift2-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-06T20:50:42.386Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8F0D3367", "AutoV2": "0DBBFFD902", "SHA256": "0DBBFFD9022F5B34261F45509C3D4C9A468C6812891BF488C8AF5AF883C648FB", "CRC32": "8D1EBCED", "BLAKE3": "DDF629418ED2D708EB85B0AC2D426F31EA22370A336597FA7E3C9B01CDA756EE", "AutoV3": "7940221CE715"}, "downloadUrl": "https://civitai.com/api/download/models/156590", "primary": true}, {"id": 117352, "sizeKB": 55380.8876953125, "name": "Mana_Kazama_NightShift2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-06T20:50:49.922Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1AD6F707", "AutoV2": "D24F40F7E6", "SHA256": "D24F40F7E6DE56AB68602C632BF4AFED728A591BA5954FC22F141C5112AEA786", "CRC32": "E697F45A", "BLAKE3": "A3E864D6E0A724E203BDE3956D843FB6F70A15E11A7B00C013FC711A2D83BAFD"}, "downloadUrl": "https://civitai.com/api/download/models/156590?type=Training%20Data"}], "images": [{"id": 2384568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3350bc2b-04f9-463d-aedb-98fd0de4b174/width=450/2384568.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYM?6|?aFyt7S6jFx^aL~Dozx[s:-;kCs,WB", "type": "image"}, {"id": 2393597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7e90a8e-cd60-40a4-9b2a-1e965df9746f/width=450/2393597.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKLfdw$y0MIqwhR5yEEMtm$*?G-;~WWER%tR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/156590", "modelId": 141258} \ No newline at end of file diff --git a/datasets/metadata/156786.json b/datasets/metadata/156786.json new file mode 100644 index 0000000000000000000000000000000000000000..5b6cb5b259a198b4a9bb13d9227a54bf6edc3b16 --- /dev/null +++ b/datasets/metadata/156786.json @@ -0,0 +1 @@ +{"id": 156786, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-07T04:51:25.227Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 645, "ratingCount": 103, "rating": 5, "thumbsUpCount": 123, "thumbsDownCount": 0}, "files": [{"id": 117528, "sizeKB": 22257.48046875, "name": "Yoko_littner_GurrenLagann-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-07T04:50:40.965Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9B500E8E", "AutoV2": "EF0C498139", "SHA256": "EF0C4981391751CED475F86B9D0300CED72E3E43DD050D318E33C622740D371D", "CRC32": "4C3CDFC8", "BLAKE3": "84B80C002FBEDB2A8EEA772B6C824FE1D6D7E84407290F52804AD21BF5EB7506", "AutoV3": "17A6286457AA"}, "downloadUrl": "https://civitai.com/api/download/models/156786", "primary": true}, {"id": 117529, "sizeKB": 45391.7041015625, "name": "Yoko_littner_GurrenLagann.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-07T04:55:44.713Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "827C2C84", "AutoV2": "0AF49EC578", "SHA256": "0AF49EC578159D0982BFCCF692C8EFE0A327B8114A2C78C127314A947216027C", "CRC32": "6B197D98", "BLAKE3": "232E131C46789961F90AFB9E2E93AA88A433BB733C792311464EC9765FA84844"}, "downloadUrl": "https://civitai.com/api/download/models/156786?type=Training%20Data"}], "images": [{"id": 2388618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/154490d3-0eb9-4810-97de-da3683e6a238/width=450/2388618.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKL3r]?v?wx^4:IVE2V?009ZoyRj.Txu-;s:", "type": "image"}, {"id": 2388681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/912c193a-1d27-415a-9075-32946a7c892d/width=450/2388681.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UWN]eBIB.Tx[PCRP?bxt,nxu%LtR%$xu-:xu", "type": "image"}, {"id": 2388714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74405827-20ba-464b-abd0-1c5c9b0379d7/width=450/2388714.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "ULLz8Pt8GcxvPDtR_NaxD%RjX8D%?aM|%0V@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/156786", "modelId": 141438} \ No newline at end of file diff --git a/datasets/metadata/156984.json b/datasets/metadata/156984.json new file mode 100644 index 0000000000000000000000000000000000000000..220610aa1c8cd17ec6759eb9a28fa13a4b7ee723 --- /dev/null +++ b/datasets/metadata/156984.json @@ -0,0 +1 @@ +{"id": 156984, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-07T12:48:53.015Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 595, "ratingCount": 62, "rating": 5, "thumbsUpCount": 84, "thumbsDownCount": 0}, "files": [{"id": 117731, "sizeKB": 22250.68359375, "name": "Sakurako_Kujou_NightShift3-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-07T12:45:53.043Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EC9DCC56", "AutoV2": "85B7818865", "SHA256": "85B78188650301E9E6B69E4CC9BDE16AAA592A4F1735C56E8DBA8C1D0D37573E", "CRC32": "5F2553A4", "BLAKE3": "A870C1C88A6A07DAA4EAC80F7CCD857A0C4A36B41A87A1E9B01DBBB250D942D1", "AutoV3": "0DC22062537A"}, "downloadUrl": "https://civitai.com/api/download/models/156984", "primary": true}, {"id": 117732, "sizeKB": 49432.162109375, "name": "Sakurako_Kujou_NightShift3.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-07T12:45:58.442Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "AE8E8EDD", "AutoV2": "91898DC99A", "SHA256": "91898DC99A138FFA0D5E7CEEC63466B3812C0D2AEC660D763533AC278B8765C8", "CRC32": "74D826C5", "BLAKE3": "F6CBFAD1F3514DD4F9B087344B9F9AB0647F924D17F7D86E9622096E0EFBB56A"}, "downloadUrl": "https://civitai.com/api/download/models/156984?type=Training%20Data"}], "images": [{"id": 2392466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6c7f7b6-ca72-4b42-b2cb-cd2d4485e02d/width=450/2392466.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U3NS$$000004004o0Ooy03yV00-.0f_M00xu", "type": "image"}, {"id": 2392502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3df42297-efea-49c2-a1cf-ce6dc63c44bb/width=450/2392502.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFOe@s.l01cBBd+%X-JT02-qn.i%x_J6DjIp", "type": "image"}, {"id": 2394392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c209732d-fe69-44b3-93c5-114a1256a6ef/width=450/2394392.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "ULOL}:~W0#%2Ku_3R.%LD+w|-=bYo#-pjFof", "type": "image"}, {"id": 2394393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95d2061f-bce2-47d5-91ca-bcd4f53a6cb8/width=450/2394393.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UEPFQ9Hs7zo}l-9aNfIUXoMy~WD*XUMx9Gaw", "type": "image"}, {"id": 2394401, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/facb1b46-77ca-47c0-ac1d-2715c7330704/width=450/2394401.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UAN9h40200~V0{0L?cRi03D*^lw^bfD+rX-;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/156984", "modelId": 141607} \ No newline at end of file diff --git a/datasets/metadata/157037.json b/datasets/metadata/157037.json new file mode 100644 index 0000000000000000000000000000000000000000..ea312b2fa216266a4178a5a41b094b36d27fbcf9 --- /dev/null +++ b/datasets/metadata/157037.json @@ -0,0 +1 @@ +{"id": 157037, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-07T14:48:22.581Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": [], "stats": {"downloadCount": 533, "ratingCount": 65, "rating": 5, "thumbsUpCount": 87, "thumbsDownCount": 0}, "files": [{"id": 117769, "sizeKB": 22253.65234375, "name": "Tezuka_Sayuki_NightShift2-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-07T14:45:54.236Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2A965B08", "AutoV2": "DCA06DFD8F", "SHA256": "DCA06DFD8FEB1DDA83A47FD0797FC10231EAC0C7CF4807A335C89938CB1548EC", "CRC32": "581C3D8F", "BLAKE3": "1D66FF0D3156A5F12FD57B0E9A115007EFC89448B4385D402EDFD2AC2FFAB2B5", "AutoV3": "249E28B2CB42"}, "downloadUrl": "https://civitai.com/api/download/models/157037", "primary": true}, {"id": 117770, "sizeKB": 45817.8134765625, "name": "Tezuka_Sayuki_NightShift2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-07T14:46:38.190Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E2D38318", "AutoV2": "9855BD0E70", "SHA256": "9855BD0E70B57C06E1B7CC1FC8BA633FBF305DE17FAD1E8DC916FF95AAC9E8AB", "CRC32": "595A48E9", "BLAKE3": "6B818CBFF4DA7BFFB55FBE82DAB5503BF87E835C36D85D1E15F6F500924EDF13"}, "downloadUrl": "https://civitai.com/api/download/models/157037?type=Training%20Data"}], "images": [{"id": 2393607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/714e1fce-1494-420b-812c-f66ea82898f7/width=450/2393607.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UMPOxc?b7#xGy?IoyYIU?Ia#kWw|~WtRj;WA", "type": "image"}, {"id": 2393646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbc55925-19f1-452b-b74e-d0077d167681/width=450/2393646.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UTM~ql~q0#Os9]$gT0OEtT={%Mbc%Nn~NFXS", "type": "image"}, {"id": 2394011, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/303467be-79c4-4929-b932-5681da77b54e/width=450/2394011.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UIOCpy0gGwOa%}MINIM{yFEN.8xv_NNfjDRk", "type": "image"}, {"id": 2394014, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ea1010e-8358-4cde-b590-aac7817e9172/width=450/2394014.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFM6xR?w039#00~CKQ%1BExvxaE3~WjXIoxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/157037", "modelId": 141653} \ No newline at end of file diff --git a/datasets/metadata/157231.json b/datasets/metadata/157231.json new file mode 100644 index 0000000000000000000000000000000000000000..64de9a60822c67eece65bfafd4ec37c0bb8f1cf5 --- /dev/null +++ b/datasets/metadata/157231.json @@ -0,0 +1 @@ +{"id": 157231, "index": 1, "name": "v4.0 200p Game CG", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-07T20:28:58.286Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 777, "ratingCount": 27, "rating": 5, "thumbsUpCount": 49, "thumbsDownCount": 0}, "files": [{"id": 117938, "sizeKB": 22251.74609375, "name": "Kaori_Maejima_Shuusaku-KK77-V4.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-07T20:30:44.388Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5B9FF9B5", "AutoV2": "38EB7AFA90", "SHA256": "38EB7AFA901F6733BAD173A066C8CEF06F3F9CBB38654092AECF6CCD60A0872A", "CRC32": "B2A4D082", "BLAKE3": "14C17460B9FF6C86ABE829149306B9AF86AE29D9E264CE06F34FDADEBA3E8596", "AutoV3": "8D7463F2AD86"}, "downloadUrl": "https://civitai.com/api/download/models/157231", "primary": true}, {"id": 117939, "sizeKB": 48112.8486328125, "name": "Kaori_Maejima_ShuusakuV4.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-07T20:30:47.540Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "57D2B6F9", "AutoV2": "C2EAA5CC45", "SHA256": "C2EAA5CC45B90D142970A5468399A052FE3D4AABFD6EAA3FEED24BC3B54743B7", "CRC32": "B2082862", "BLAKE3": "B93A18C114D677CDEFD7DF76A5D366EACC197BFA69B350C98C1347E6892CBCB2"}, "downloadUrl": "https://civitai.com/api/download/models/157231?type=Training%20Data"}], "images": [{"id": 2398141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30bb2ec1-0610-4339-a39e-7274ef642793/width=450/2398141.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGKmnN~W03%N00Ip0fInDODj,[n}?^ovofs.", "type": "image"}, {"id": 2398352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6bbc675-b556-439d-97f9-0fd68b766747/width=450/2398352.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFN+w-0M0z-V56Dj.TRPJDkW-qn30LWBIVX5", "type": "image"}, {"id": 2397988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/053f3667-e2e1-4ab6-93c0-9da37e673d8f/width=450/2397988.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USK,gK~pEP-q9@t7ELRjIAWBw}V[b^M{nhR*", "type": "image"}, {"id": 2398098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/868ed47d-18b0-40b5-bc97-d01de0715f8e/width=450/2398098.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URG*g8_45pxu^uxUIot757IVV?RiE2NHohM|", "type": "image"}, {"id": 2398295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/389b800e-bf94-4c8f-a7e1-70c00f774d68/width=450/2398295.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UQOyIs?wlo?b%MbctRn%E2V?s:R*^+oexunh", "type": "image"}, {"id": 4038748, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e36eb22a-f214-4661-91c7-1e9d0bc8ad2c/width=450/4038748.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeJtF@~W9ut7%f%MW?ozozkW%3xbxHs;Siba", "type": "image"}, {"id": 4038836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3298559-c685-43f6-bb23-932ee0a8211b/width=450/4038836.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJKKNK--584:}m9E%h4:01E0-o9a_3o#IUxt", "type": "image"}, {"id": 4039354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff5ebe0c-f105-4c2c-97fa-e284dd5f87e3/width=450/4039354.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U9LgIa9Y0000~qQ.TJXR00?bE7oM00D*?cxu", "type": "image"}, {"id": 4038953, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc403e94-5788-4c55-89f3-0e394ccb08fe/width=450/4038953.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPM?r6~UW;V@abR6IoIV9}My-;so?uROfk%2", "type": "image"}, {"id": 4039009, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1046ee24-ba30-4ed6-9ea5-dd745d609ab9/width=450/4039009.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCKT[6PW020OvxVs02a#00~Uj^i^%i%Mi^E1", "type": "image"}, {"id": 4039079, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f6a8fea-0930-474c-90b9-29668cc1fe88/width=450/4039079.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTK^Tu~W0ho#kW-;x^%34.R.jbIp-;M|Mxsl", "type": "image"}, {"id": 4039257, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5eb608e-323e-4154-a0f0-3089f2754eb6/width=450/4039257.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UBL|cN-80000pw00%NIqMH~U%%-p0LDio~9v", "type": "image"}, {"id": 4039422, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c98ac87-690f-41ab-b574-a5619ffcbab0/width=450/4039422.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDMZw9000ND*Ew4:~q4:ELRn-;E200-=D%?H", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/157231", "modelId": 40252} \ No newline at end of file diff --git a/datasets/metadata/157352.json b/datasets/metadata/157352.json new file mode 100644 index 0000000000000000000000000000000000000000..dd64a243c526f23e27462ea6c79d10dbe8448dc5 --- /dev/null +++ b/datasets/metadata/157352.json @@ -0,0 +1 @@ +{"id": 157352, "index": 0, "name": "World of fire v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-08T01:20:40.094Z", "availability": "Public", "nsfwLevel": 3, "description": "the first release of world of fire!
it just works!
", "trainedWords": ["worldoffire", "(blue:1.5)", "(red:1.5)", "(green:1.5)", "(yellow:1.5)", "(purple:1.5)", "(pink:1.5)", "blazing heat", "dissipating vapours", "flickering flames", "fire, inferno,"], "stats": {"downloadCount": 784, "ratingCount": 72, "rating": 5, "thumbsUpCount": 111, "thumbsDownCount": 0}, "files": [{"id": 118036, "sizeKB": 147570.0546875, "name": "WorldofFire.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-08T00:50:42.514Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E1E1BF4B", "AutoV2": "C79BCB6DD5", "SHA256": "C79BCB6DD54583C475AF9995788D7CFFCE467517D3A631E94EA4F6AEC2F23F6C", "CRC32": "5A960AF6", "BLAKE3": "39A6589FDB4FE7BB504EE50300059EC1CD0A5FFFDF0367A917B7E4D7A3CD5877", "AutoV3": "D1B9FDCF6350"}, "downloadUrl": "https://civitai.com/api/download/models/157352", "primary": true}, {"id": 118409, "sizeKB": 70965.7412109375, "name": "World of fire data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-08T17:40:46.639Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "179A0933", "AutoV2": "3E8A3B1BD8", "SHA256": "3E8A3B1BD89AAC3C31C8277BC352277AADED0166009B7D8C48C46C472869517A", "CRC32": "0C4B5934", "BLAKE3": "73195583689BDB3D23C036FAB36654F4AB381C102708BFB81AFA718B036DCAC3"}, "downloadUrl": "https://civitai.com/api/download/models/157352?type=Training%20Data"}], "images": [{"id": 2400119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bfc330a-0fe4-4ac1-9dd3-a8a9c2c316e7/width=450/2400119.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFD7?KEg0g=x-BNH9]$*^5I;I;-U}sJ7EMxZ", "type": "image"}, {"id": 2400120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab3af608-22d7-4b36-8b56-29d4282ff194/width=450/2400120.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U88E-^Na4TXT0$xHrpnM@XNecZWA00xu?wV[", "type": "image"}, {"id": 2400121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b7e9ecf-a4e6-41e4-bde6-3ab8e8aa36b2/width=450/2400121.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U37-WYR*02-:02%LJ89H4WIp^*?F4pWC~ooc", "type": "image"}, {"id": 2400139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e050bf6a-c0f5-47b1-979f-416789563926/width=450/2400139.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8B2~5xb9WoK0cR$NFR*0JbFtTbG}^f5={%2", "type": "image"}, {"id": 2400140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57ed535d-2553-4200-9a54-556d858dc3af/width=450/2400140.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U8H1F.9v00-U0iR+59xEQoj[?Eod~Usm9a%1", "type": "image"}, {"id": 2400141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0120dac1-0ee3-4eb4-a828-64bd1c3089ab/width=450/2400141.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8CaD8XT4TxZ8wi^0yIq};n357krxbtR11xt", "type": "image"}, {"id": 2400251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66913365-39d5-4ccd-bfab-2676b477e4c9/width=450/2400251.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8FzN-ob1Dw}0eNaIT-WDgWBVw$*^-WnxZn-", "type": "image"}, {"id": 2400253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6783057-ec1c-4f12-a12d-1ae3741375a7/width=450/2400253.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCD8RUR-1I%10~n*sVn%+JR+R*o1~TbHSfxZ", "type": "image"}, {"id": 2400256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/559e54a9-7d01-480f-b700-726ea9c1b1e5/width=450/2400256.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UALnifE%00?GHWEL00-;}=E1+I%g^5E2#9pI", "type": "image"}, {"id": 2400258, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b50e02f-4ffa-41c6-a94d-6b4114c3d988/width=450/2400258.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHJ~r^^Q-P-U0f}t4:9[oyv~I:E1-V9]oIR*", "type": "image"}, {"id": 2400259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88c4fec2-db3c-4f11-9999-9425cb6e35c6/width=450/2400259.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U5Du#?fmv]-o01oe00IoRQV@-Vs:~WoMMxbH", "type": "image"}, {"id": 2400337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57635d03-0e1a-491e-9d76-29119fc2a0ca/width=450/2400337.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U78FK3%%4TiG00Rix]DN~9oKNMx^00WG.SyE", "type": "image"}, {"id": 2400339, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65a0f50f-220c-4112-aa83-2a22b68a60e4/width=450/2400339.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKGaFZ}unNAD58EL5lxaMaxGKQIpjWaf]mxZ", "type": "image"}, {"id": 2551405, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1be77810-cd8f-4c7f-a91b-c99b25300e33/width=450/2551405.jpeg", "nsfwLevel": 1, "width": 4096, "height": 4096, "hash": "UnNmc,of_Nt7IARjbbof?vayIUkCt7bHt7ay", "type": "image"}, {"id": 2551408, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5026dc62-2fc1-4560-b452-d8ded40b6918/width=450/2551408.jpeg", "nsfwLevel": 2, "width": 4096, "height": 4096, "hash": "UNL58yxu~pkD00f+RjIU~WWBRjM{-=oeM{IU", "type": "image"}, {"id": 2551414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ecd2c6e6-ecbd-4c48-9307-58a175a355bc/width=450/2551414.jpeg", "nsfwLevel": 2, "width": 4096, "height": 4096, "hash": "UnOD,zt6~XxvIURkogj[%MogIUWBkCt7M{WB", "type": "image"}, {"id": 2551409, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e580fa27-6131-4505-9e5c-a9282edd5811/width=450/2551409.jpeg", "nsfwLevel": 1, "width": 3072, "height": 3072, "hash": "UpOM]Qt7_Nt7Dij[ozWB-;ayNGayxufQWBay", "type": "image"}, {"id": 2551419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a866f88d-05a4-4926-84aa-313638f4eba6/width=450/2551419.jpeg", "nsfwLevel": 1, "width": 3072, "height": 3072, "hash": "UhLr0kRj~p%g?bNGWVxZ?bNHM{n$WYbbRjja", "type": "image"}, {"id": 2551421, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fed88cdd-c6b7-4980-9162-1c5087d6a23e/width=450/2551421.jpeg", "nsfwLevel": 1, "width": 3072, "height": 3072, "hash": "UhL}BA%M_NjFxZxu%Ne.?bxvNGV@9FxuE1WA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/157352", "modelId": 141936} \ No newline at end of file diff --git a/datasets/metadata/157464.json b/datasets/metadata/157464.json new file mode 100644 index 0000000000000000000000000000000000000000..99303ccdc52403fa28e6cb6e942f09386d4431af --- /dev/null +++ b/datasets/metadata/157464.json @@ -0,0 +1 @@ +{"id": 157464, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-08T05:56:46.476Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 404, "ratingCount": 50, "rating": 5, "thumbsUpCount": 70, "thumbsDownCount": 0}, "files": [{"id": 118134, "sizeKB": 22256.44140625, "name": "Chitose_Naruse_GiantInsects-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-08T05:50:40.513Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BDD7B36B", "AutoV2": "8DFC837389", "SHA256": "8DFC837389F7076193C133C14F737BF5B12FF7AB6BB64D617693ED706FD3B08A", "CRC32": "4063E32F", "BLAKE3": "0BE7402884A0DBD8747EED75F3632BFBB625B45916F1E17D43C172597B31C2D6", "AutoV3": "DE327DC42D8D"}, "downloadUrl": "https://civitai.com/api/download/models/157464", "primary": true}, {"id": 118135, "sizeKB": 40726.69921875, "name": "Chitose_Naruse_GiantInsects.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-08T05:50:40.030Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "101C45C9", "AutoV2": "D657AE96B3", "SHA256": "D657AE96B328332DACC6DBBA86888D8881D39E1AEB1AF08F83AA4CBBAA132599", "CRC32": "060531D2", "BLAKE3": "3343EF0338721975D2FA215B80029FC84F24B5A94D5FED0D8B10B12085FDAB58"}, "downloadUrl": "https://civitai.com/api/download/models/157464?type=Training%20Data"}], "images": [{"id": 2402513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d3e96dc-6aaf-4076-b3e3-2bfe4b7664e2/width=450/2402513.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USKdMRoLEMafF~WX.TWB^+a#-;a#-qoL$}jZ", "type": "image"}, {"id": 2402614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/678f25d0-12ad-425d-99e6-168af2b0ee02/width=450/2402614.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJJaDwyY57cG0j?Gb{EM0L-5kEsl~WENxYx]", "type": "image"}, {"id": 2402595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e7667e7-a4ba-4734-b665-50e2885e68f6/width=450/2402595.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UFH1b+9w004:0N-nS$9u02^ix]xt~A9badtQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/157464", "modelId": 142029} \ No newline at end of file diff --git a/datasets/metadata/157481.json b/datasets/metadata/157481.json new file mode 100644 index 0000000000000000000000000000000000000000..8d6d2eac9bb02aa3ff70ff91544c40ea24617b2f --- /dev/null +++ b/datasets/metadata/157481.json @@ -0,0 +1 @@ +{"id": 157481, "index": 0, "name": "FinalV1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-09-09T05:45:05.463Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["qxcocxcr cosplay"], "stats": {"downloadCount": 132, "ratingCount": 8, "rating": 5, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 118703, "sizeKB": 223104.26171875, "name": "Archer_Queen_XLULTRA-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-09T05:41:16.042Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E53C9F45", "AutoV2": "06CC80E86A", "SHA256": "06CC80E86AD55346280D2D96E4294DAF3D6A7930F18A47C191514152563328A0", "CRC32": "B3B4D1CE", "BLAKE3": "A2F48E88E5C730E8933423E14F91F6FFB09C912C1C46D7C6BC8476EB139B78DB", "AutoV3": "B158054F153C"}, "downloadUrl": "https://civitai.com/api/download/models/157481", "primary": true}, {"id": 118154, "sizeKB": 47283.720703125, "name": "157481_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-08T06:55:39.110Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EE8AA981", "AutoV2": "E86B43141E", "SHA256": "E86B43141E80FCAE781A1B69191167A057FF8318B9C6C1F3408BAB21EF35819E", "CRC32": "423527F5", "BLAKE3": "2FD86E9DAAB153B9B970D86F49C230A99469D7063259C1F31159832713F002B2"}, "downloadUrl": "https://civitai.com/api/download/models/157481?type=Training%20Data"}], "images": [{"id": 2416435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8266103-56c7-4a77-977e-5397aa45bf43/width=450/2416435.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6FXSYI[9J5s0RAB0K={IA#+P9OYcPS$}aE1", "type": "image"}, {"id": 2416464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29301cf3-9f66-4424-9151-19beda0597ff/width=450/2416464.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7GQ@AkQxzs;$-=X045SE1xvV@E3%yS$srWF", "type": "image"}, {"id": 2416455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ca26b82-f13d-4616-82db-5d99de2050fc/width=450/2416455.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UbO:2*?a.8aeGdj]xvjZWanhIVjsxsR*RibH", "type": "image"}, {"id": 2416470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa77a2b7-dc2b-4523-a0a2-c9e2700099bc/width=450/2416470.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUKwtcIU^+s:~pRjkBt7xut7oft7j[s:ofj[", "type": "image"}, {"id": 2416454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f222cae8-40b0-48db-83e5-1d0f0d321c92/width=450/2416454.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4B|Nk4nTer=00WR00?H_Ls;RgM}IIRO%hoz", "type": "image"}, {"id": 2416471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a69ccafd-f0b4-42de-ae94-90ebb725748f/width=450/2416471.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWJt3YV@-;t6~Bs,Irbcs,NHWCt6S1WBs:oL", "type": "image"}, {"id": 2416453, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6c93617-5514-4bd1-9358-b40082f396d2/width=450/2416453.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJG,31ogPqpIf,jtofW=t-oJROWCo0aebbof", "type": "image"}, {"id": 2416451, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63d7ef41-e9a2-44a6-b972-f24f18cf96dc/width=450/2416451.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UAEySA%d~n9b%zSeENn6s:whM|V[?YS}NGae", "type": "image"}, {"id": 2416457, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad2d453a-7e04-4b4f-865a-a82c223c888b/width=450/2416457.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "ULE.32-pkXXn_4%2bcXTtmsmI=X9WaWBNIS5", "type": "image"}, {"id": 2416460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d82b51b1-f1c2-4c06-83b2-7543d06f1b85/width=450/2416460.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKIg.JIv^*WXyZ-.S7xZV}NHNHsmx]RjxsNH", "type": "image"}, {"id": 2416459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8dbca68a-ea35-46eb-ab4a-dfa9a5378f31/width=450/2416459.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UMI4U_IoFg$$~XNGNznh=_R-NHaK-Uo#Ndsl", "type": "image"}, {"id": 2416463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/244d676d-4d57-4127-8475-0d58da6d621f/width=450/2416463.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMKmdwt6^i?F~URkM{ox?Hs:ShSgozxaIqof", "type": "image"}, {"id": 2416458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe589b15-7f85-4ad0-a3d7-2057deb5833d/width=450/2416458.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UAGR-w9Zlo$+4:kBI9afR4%2J7NG9[IU-B-p", "type": "image"}, {"id": 2416462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23889d90-f433-4c40-9bf4-f12f1cf96ed1/width=450/2416462.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UBEL{Rog~XIn?IM{E1s:%3%2J6ens:Rkaet7", "type": "image"}, {"id": 2416466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b3864cc-b820-4d62-a3eb-0753f280a7a7/width=450/2416466.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5CY?d^%x+OD=#9c03R-?8IqOmsC~9?ER.NH", "type": "image"}, {"id": 2416475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f83b5fd-8eac-47e7-878c-53adf910aaa8/width=450/2416475.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UMIz@xxt?b-;~WM{Ioo}M{fPIoWBRixtV[V[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/157481", "modelId": 142043} \ No newline at end of file diff --git a/datasets/metadata/157491.json b/datasets/metadata/157491.json new file mode 100644 index 0000000000000000000000000000000000000000..2a40359a56756bc41c9e28b72ee650afa40c81e2 --- /dev/null +++ b/datasets/metadata/157491.json @@ -0,0 +1 @@ +{"id": 157491, "index": 1, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-08T07:43:43.982Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 455, "ratingCount": 63, "rating": 5, "thumbsUpCount": 75, "thumbsDownCount": 0}, "files": [{"id": 118160, "sizeKB": 22255.59765625, "name": "Narumi_Jinguuji_NightShift-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-08T07:40:44.165Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3867CA1F", "AutoV2": "99044FB934", "SHA256": "99044FB934500F9AD1EA94B7E85F4B7A9A5F987FEA149E85E7330A6885EAF312", "CRC32": "45DC584A", "BLAKE3": "ED19B66650CCC8F6E222AB158FCD79C33BDF6C87D5E03DED4FD478695E51170B", "AutoV3": "C01D3481BAEB"}, "downloadUrl": "https://civitai.com/api/download/models/157491", "primary": true}, {"id": 118161, "sizeKB": 49126.3046875, "name": "Narumi_Jinguuji_NightShift.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-08T07:40:43.860Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "313E21B9", "AutoV2": "856556B9B1", "SHA256": "856556B9B118ADB6F5D89C37AA09C3DEB1A7F3737FA88ADC6F053BAE35A0478A", "CRC32": "1650940B", "BLAKE3": "B3DFD1220765502FF8A9055063783CCDA3A5582BD90C2D19333BAE38DD23E804"}, "downloadUrl": "https://civitai.com/api/download/models/157491?type=Training%20Data"}], "images": [{"id": 2403254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31df6b6a-351a-43f5-a2f5-e9f85610b8a4/width=450/2403254.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJI#ZH?H57xu00IV4.f6?woMxbM|0L-p_3xa", "type": "image"}, {"id": 2403295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/991a63c6-d592-49c7-ac7e-e8930a12d7fb/width=450/2403295.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGI4|uR5%M9F};Rj4.4.My.8IV%N-p9F%2={", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/157491", "modelId": 142057} \ No newline at end of file diff --git a/datasets/metadata/157698.json b/datasets/metadata/157698.json new file mode 100644 index 0000000000000000000000000000000000000000..99fc45169cd017da82cd839efe01a41db4090714 --- /dev/null +++ b/datasets/metadata/157698.json @@ -0,0 +1 @@ +{"id": 157698, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-08T15:23:56.785Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 872, "ratingCount": 93, "rating": 5, "thumbsUpCount": 100, "thumbsDownCount": 0}, "files": [{"id": 118343, "sizeKB": 22250.76953125, "name": "Shiho_Minazuki_Shuusaku-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-08T15:15:43.181Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "764E934B", "AutoV2": "7D03797ACC", "SHA256": "7D03797ACCEA7F8541654AAF326371B7814E51707D1EB9B8812C5219B147D8E1", "CRC32": "6814B2AB", "BLAKE3": "D65C1239D2CECA904B723B415B1A8C41BEE36BD72228DA2BC5C4743CE1AD9C1B", "AutoV3": "AC01B15A87A9"}, "downloadUrl": "https://civitai.com/api/download/models/157698", "primary": true}, {"id": 118344, "sizeKB": 45543.955078125, "name": "Shiho_Minazuki_Shuusaku.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-08T15:15:46.087Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1AA506ED", "AutoV2": "179695BD49", "SHA256": "179695BD4905A1958D697AD988DF38793D366820A89F2A6D28AD1679692C61E4", "CRC32": "C790FD54", "BLAKE3": "09FB37DC5313ED6385E3E06E24869E12F197F7788C849F1ACDADB068C05F7010"}, "downloadUrl": "https://civitai.com/api/download/models/157698?type=Training%20Data"}], "images": [{"id": 2408131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d00a075-c567-43cc-a928-6dfc39b91cb8/width=450/2408131.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEKTY-4o0ioz00SOOQRj4TIV~CRQ*0xu$fof", "type": "image"}, {"id": 2408228, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83193535-f4e7-424f-95b7-086b4e1fac0e/width=450/2408228.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBL:[r0000l900IBM{ozE1RR-:%gGv9Z8w~V", "type": "image"}, {"id": 2408172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eddcd145-5078-4412-a6a5-5e0e50037f8d/width=450/2408172.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNLpXK4._4JmuNMeXkn+0KRP$fRjVrIon+t6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/157698", "modelId": 142238} \ No newline at end of file diff --git a/datasets/metadata/157775.json b/datasets/metadata/157775.json new file mode 100644 index 0000000000000000000000000000000000000000..729723e861fa0a5ed97027cde7018eb2477a77cb --- /dev/null +++ b/datasets/metadata/157775.json @@ -0,0 +1 @@ +{"id": 157775, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-08T17:50:47.917Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 1346, "ratingCount": 248, "rating": 5, "thumbsUpCount": 313, "thumbsDownCount": 0}, "files": [{"id": 118418, "sizeKB": 147590.41015625, "name": "kazo_(kazozakazo).safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-08T17:55:47.660Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6E5DF77D", "AutoV2": "4A64DFF980", "SHA256": "4A64DFF980CF713833F51D693219D2A90B316FF5E9E2910E642544EF717357E4", "CRC32": "FABF2613", "BLAKE3": "E54C85ECB6382DD2D25201845B285A3CC79EDDFBB8BEEF0F3C0F5942A089E5ED", "AutoV3": "4BCDF9EFC34E"}, "downloadUrl": "https://civitai.com/api/download/models/157775", "primary": true}, {"id": 118415, "sizeKB": 19770.712890625, "name": "9_kazo.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-08T17:50:49.591Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4AF5EA70", "AutoV2": "3BE2492FBA", "SHA256": "3BE2492FBA0D7ADFE46BB0862A84141C415645D19DFBA3BBC7DA2CA91859112A", "CRC32": "DB00F229", "BLAKE3": "1523ED0676043F819B52A79E5909618DA30F3945896BBDF396B482A731E9964C"}, "downloadUrl": "https://civitai.com/api/download/models/157775?type=Training%20Data"}], "images": [{"id": 2409937, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc6be792-81b3-473d-8576-1623536fcdac/width=450/2409937.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UKHo,t?v8J4:.Qt6^ii^.Sof%NVs~VXTbwnh", "type": "image"}, {"id": 2409928, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95cb9b64-d2c9-420c-8ab3-37c119e90daa/width=450/2409928.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UJIE*1o}0fIUuOtQ-pV@.8t6X8IU~VIVR+xu", "type": "image"}, {"id": 2409935, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f3bc3bb-223d-493b-86e8-ec561039528d/width=450/2409935.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UNIEw+}%?^^JVp$c=XngNObw9wI^tUozIuIu", "type": "image"}, {"id": 2409927, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/212c065a-d7a2-4275-86cd-3388aeddcaca/width=450/2409927.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UAIh59040N~q9s=_H?xY0L9FxH$yI.4oxtX7", "type": "image"}, {"id": 2409930, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/092f8e71-2fb7-4c27-9279-94c9fd93a080/width=450/2409930.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UHI#$H6V3Z%N03rZH]KP5ZxrkEq[%hMdIax[", "type": "image"}, {"id": 2409929, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/706d03ac-d74e-4ed7-98aa-7b391b612939/width=450/2409929.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UOHCZa^*y?$e13PUn+nNXoD*9Gs9=}o}s9rs", "type": "image"}, {"id": 2409926, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bf364bb-638e-4485-8894-10005d9b939b/width=450/2409926.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UGGvFyr].TyF4TR,9}RnPqIp%MNGE4rr%0IV", "type": "image"}, {"id": 2409936, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce1fdcbe-3c0d-423d-aa6d-97456f6c94b5/width=450/2409936.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UVHUkJ?v~W?vxtxaofM{^+aeR%xajFxtWCIV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/157775", "modelId": 142305} \ No newline at end of file diff --git a/datasets/metadata/157787.json b/datasets/metadata/157787.json new file mode 100644 index 0000000000000000000000000000000000000000..e0ec150c2f28416d268023cd4aba5eabcb920f61 --- /dev/null +++ b/datasets/metadata/157787.json @@ -0,0 +1 @@ +{"id": 157787, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-08T18:15:38.167Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 961, "ratingCount": 132, "rating": 5, "thumbsUpCount": 171, "thumbsDownCount": 0}, "files": [{"id": 118439, "sizeKB": 22257.37109375, "name": "Leona_Morimoto_Discipline-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-08T18:16:20.394Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1D8EC23D", "AutoV2": "C820C02433", "SHA256": "C820C024338A8B498CE1931EF5EFF54677316D01D6F45DDFB5A9F09CF85398F2", "CRC32": "F74F3AA3", "BLAKE3": "98679B9BF75535F9194698305C67BD8C9A1EA78DB070543F8470C901EB43D624", "AutoV3": "E485E42EBBFC"}, "downloadUrl": "https://civitai.com/api/download/models/157787", "primary": true}, {"id": 118440, "sizeKB": 47536.375, "name": "Leona_Morimoto_Discipline.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-08T18:15:56.879Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C6D4EB54", "AutoV2": "AEC8D7A108", "SHA256": "AEC8D7A108E4111947E604B4758AF7CF7B843221BECB66B7487A494779937567", "CRC32": "7A92DD32", "BLAKE3": "1EAF4434AEDADC759C50664383EF84C814F7C11D225ED1649AAC98EC5C3F1BFA"}, "downloadUrl": "https://civitai.com/api/download/models/157787?type=Training%20Data"}], "images": [{"id": 2410617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d76f80d-32bd-4ee1-9262-9932eebca9f6/width=450/2410617.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UhMjO1xtJCs:~WWUx]aex^fRoga#x]WCRiWB", "type": "image"}, {"id": 2410487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e50b6b6-f016-40ad-84ee-5449d8e05797/width=450/2410487.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJNvSu*0GIPW7Mxw9#I]M|}@V[%2Oq-oi_W;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/157787", "modelId": 142309} \ No newline at end of file diff --git a/datasets/metadata/157999.json b/datasets/metadata/157999.json new file mode 100644 index 0000000000000000000000000000000000000000..db7016b31104fc55af5cc9a7a671782a761c1664 --- /dev/null +++ b/datasets/metadata/157999.json @@ -0,0 +1 @@ +{"id": 157999, "index": 0, "name": "v3.0 200p GameCG + Anime", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-09T02:18:03.275Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 632, "ratingCount": 26, "rating": 5, "thumbsUpCount": 41, "thumbsDownCount": 0}, "files": [{"id": 118615, "sizeKB": 22256.42578125, "name": "Takashima_Kumi_Isaku-KK77-V3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-09T02:21:00.973Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EF734E46", "AutoV2": "D9F319D3ED", "SHA256": "D9F319D3ED7F53AEE31F5C8112336D05439A5600BA82815C10CDA2E5B0F5A30C", "CRC32": "A8747049", "BLAKE3": "FF3BD2F1C78221521071726CA3A6A9535E6CFD0DDD25333183D691B1D9945426", "AutoV3": "CE640A929B6D"}, "downloadUrl": "https://civitai.com/api/download/models/157999", "primary": true}, {"id": 118616, "sizeKB": 45759.326171875, "name": "Takashima_Kumi_IsakuV3.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-09T02:20:44.723Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8DAE43DB", "AutoV2": "1EE5439679", "SHA256": "1EE54396796E9CD3DC727EA0C9CDDC36BEFF51976BD1138F5BF4B97FE037CE24", "CRC32": "CB10E9C3", "BLAKE3": "F593A8C7888FDF868E009AAEE8C683A9FE13E9AB79D0E1A70EA510E577DD6A12"}, "downloadUrl": "https://civitai.com/api/download/models/157999?type=Training%20Data"}], "images": [{"id": 2414962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1516b246-538d-459b-b4df-ebe37ddafb9a/width=450/2414962.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZN8?j~VjY-VBztPb^kVrtRkX8bIV{Rj$NjZ", "type": "image"}, {"id": 2415075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9177b536-a5c8-457a-8ceb-37d4059a74d3/width=450/2415075.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVMr+A~qyD?H.lyDtlxaEyxHxvS2r]xGNFsA", "type": "image"}, {"id": 2621645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f09ee72a-203f-412d-a4a3-213222e21a51/width=450/2621645.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USOor3~W?c%2c=X6yXR%=}V[s:s:t9jZ#,bb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/157999", "modelId": 40257} \ No newline at end of file diff --git a/datasets/metadata/158072.json b/datasets/metadata/158072.json new file mode 100644 index 0000000000000000000000000000000000000000..15193f8995a96e50eeee35e38d669ab16dbec78c --- /dev/null +++ b/datasets/metadata/158072.json @@ -0,0 +1 @@ +{"id": 158072, "index": 0, "name": "v2.0 200p GameCG", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-09T04:56:24.360Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 562, "ratingCount": 21, "rating": 5, "thumbsUpCount": 34, "thumbsDownCount": 0}, "files": [{"id": 118672, "sizeKB": 22256.20703125, "name": "Miyuki_Sakaki_Isaku-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-09T04:55:45.622Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "213638E6", "AutoV2": "504B3C8341", "SHA256": "504B3C83419E78851045D827CA79775078BDBB6C16A1E64C7818FE4E9AE3CDC4", "CRC32": "909CF627", "BLAKE3": "90C2F871E096BB224743E34902350789EB6FC6FB15B33E7C618B171F9EC89066", "AutoV3": "5278572A2889"}, "downloadUrl": "https://civitai.com/api/download/models/158072", "primary": true}, {"id": 118674, "sizeKB": 45673.630859375, "name": "Miyuki_Sakaki_IsakuV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-09T04:55:41.575Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "584C3659", "AutoV2": "A6F57C6212", "SHA256": "A6F57C62126E9A15FB2DDC31724D9C1CAD48D110BEBCB5B1EA9DD494B38CFE5D", "CRC32": "EF15DA71", "BLAKE3": "F9E9EA42EB9E1E36C75A79953B18C40AF9F437C2FB73AE606BF904651DFF48EC"}, "downloadUrl": "https://civitai.com/api/download/models/158072?type=Training%20Data"}], "images": [{"id": 2416074, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd529481-afd7-466a-8aec-9bbccccb1cae/width=450/2416074.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULINzE%gK*%20KRjIAWB00RPwIRj?wof-pWB", "type": "image"}, {"id": 2428241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/980f2239-ebd8-4020-8ee6-850c8e9cd2e7/width=450/2428241.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOI4t]IUI;V@0dtRM{oz4ne-%MM{?wR*-obb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/158072", "modelId": 80454} \ No newline at end of file diff --git a/datasets/metadata/158148.json b/datasets/metadata/158148.json new file mode 100644 index 0000000000000000000000000000000000000000..7ae019ef1707cf5f1606c17282b95a8c28f55f4f --- /dev/null +++ b/datasets/metadata/158148.json @@ -0,0 +1 @@ +{"id": 158148, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-09T08:08:37.095Z", "availability": "Public", "nsfwLevel": 5, "description": "Version 1.0. Known flaws: multiple subjects
", "trainedWords": ["fr0gt0w3r"], "stats": {"downloadCount": 1064, "ratingCount": 116, "rating": 4.98, "thumbsUpCount": 172, "thumbsDownCount": 0}, "files": [{"id": 118742, "sizeKB": 147585.0546875, "name": "Fr0gt0w3r.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-09T07:25:54.419Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2DD72756", "AutoV2": "00BF54FBD2", "SHA256": "00BF54FBD2BE18041E4729885905272918F025344B0870F89368004246451F92", "CRC32": "D8E6FCB4", "BLAKE3": "DABF30CBEF0411505A8CC79D13EE6E77FDB4A06F272B889A9568191B7CF3BECD", "AutoV3": "F5C16A890512"}, "downloadUrl": "https://civitai.com/api/download/models/158148", "primary": true}, {"id": 118762, "sizeKB": 144406.2626953125, "name": "training_v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-09T09:25:47.377Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EA01700F", "AutoV2": "901E9BCA79", "SHA256": "901E9BCA79CA8B6F69B0C2D1D0A4C2835E3A46631239E7C5A9C8D6A01C2AF2C6", "CRC32": "5DB982E7", "BLAKE3": "37B86B599B55318DFA4BFF97DCC9E1A02E34122BEEDC81DEAEE026E854665B9F"}, "downloadUrl": "https://civitai.com/api/download/models/158148?type=Training%20Data"}], "images": [{"id": 2417469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b3549e4-7562-45b2-a5e7-b4948cc59f3d/width=450/2417469.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOF?R?00r;?wyENbM_x^Vs%NRkIU?vIVjEM_", "type": "image"}, {"id": 2417470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea9e66c9-db6d-4606-baf7-d9698a02c9c9/width=450/2417470.jpeg", "nsfwLevel": 1, "width": 1024, "height": 784, "hash": "UFC6x.8_%#r]?^8_%gxut,H?R.x[O,ennOE2", "type": "image"}, {"id": 2417476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06a15329-b5a3-49c5-8757-fd9e6fddcb1a/width=450/2417476.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDAAXT?wE+RP8_RPxZozDhDiMxso?b%MX9Rj", "type": "image"}, {"id": 2417482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a963b157-1c07-40a2-a787-f278141b0a41/width=450/2417482.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U9CGf5XT00MyuPxaMcRjD%RjkW%1s:oLRPM|", "type": "image"}, {"id": 2417483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83179044-b646-4450-a2b1-e3ace68d7d24/width=450/2417483.jpeg", "nsfwLevel": 1, "width": 1128, "height": 824, "hash": "UABpbAIA02?a}ZY60g=XxZOZAIvyx_V@X,t3", "type": "image"}, {"id": 2417484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/995f39d9-3834-497f-b3e3-a3e26c215058/width=450/2417484.jpeg", "nsfwLevel": 1, "width": 824, "height": 1128, "hash": "UdH-_U%y9]Md*0x@xUV@5Xr?$^kqVsnOaKXR", "type": "image"}, {"id": 2417485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7892cb6-208b-4a26-8295-0964a2f29ae5/width=450/2417485.jpeg", "nsfwLevel": 1, "width": 824, "height": 1128, "hash": "U5AAUWIvhf.m0dsl4-NG?vs8Q--VP;n3Z2TK", "type": "image"}, {"id": 2417486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/208df999-3a9c-44b3-bea3-6cc98e555063/width=450/2417486.jpeg", "nsfwLevel": 1, "width": 824, "height": 1128, "hash": "USFG8=?a?b?w.9-oe.tm-poLV@tR-;%MtSRj", "type": "image"}, {"id": 2417489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ca0581d-93ab-4292-a980-b8cd8845bf4c/width=450/2417489.jpeg", "nsfwLevel": 4, "width": 1024, "height": 784, "hash": "UKDJ6M~o^jr=_2xt$$$%9GM{r=xZ9GD*aeWB", "type": "image"}, {"id": 2417490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdbbb39a-7939-4e3b-bced-59bcb2448d9e/width=450/2417490.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U16[N?00mRyr00?F_24;*0?b4o={~oD+D%?G", "type": "image"}, {"id": 2417492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f7a0f81-40bb-445e-8b82-005b0c305caa/width=450/2417492.jpeg", "nsfwLevel": 1, "width": 728, "height": 1024, "hash": "UJDSt8-UM|NH~qxZR+NHbvsmIUay.7jZMxf+", "type": "image"}, {"id": 2417495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fc048e9-6626-4a20-94be-4acb657b323d/width=450/2417495.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAAnAbEM8{?v00xDx]E2bZx]8_xDogo~_NjF", "type": "image"}, {"id": 2417527, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cf81de4-68ed-4050-995f-9ce413289c47/width=450/2417527.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U59@S0.900.m~VNH0Mx]DO$y9F4TRjbHH?H?", "type": "image"}, {"id": 2417528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dab22e12-300c-437b-823c-c6919fbd7114/width=450/2417528.jpeg", "nsfwLevel": 1, "width": 1128, "height": 824, "hash": "UJD]e-?GI:xt.Tozaes9MdxZaJR59ZR-slR+", "type": "image"}, {"id": 2417530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8af13887-e799-4acf-8cfe-3b44e04ec4d5/width=450/2417530.jpeg", "nsfwLevel": 1, "width": 1128, "height": 824, "hash": "UOF$-J%0tTkWyZxa.8t78wxax^%2?GM|nNoz", "type": "image"}, {"id": 2417533, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06f49b2c-a8ae-49c8-9cca-f58ead1d5b49/width=450/2417533.jpeg", "nsfwLevel": 1, "width": 824, "height": 1128, "hash": "U58pu[LN5?xu00vej@Si~qPCt7t7rqwvEkR,", "type": "image"}, {"id": 2422276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93641032-c18b-4c25-80e6-c9b818d69b66/width=450/2422276.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5CsgY_N02R4EAS$0KD%q?8w4nt59t~B^%.8", "type": "image"}, {"id": 2422277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f03f0a32-fa08-4fb8-8b7a-4645de2effe7/width=450/2422277.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8DJkqgh00_2P9.8N1yD00IoL}o~00D5~UIB", "type": "image"}, {"id": 2422294, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be31c661-779e-45ef-bcfd-c71bab4b861b/width=450/2422294.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6D90Q4o0N8_LdwH4oEMU{~V4.9}00-=}[%1", "type": "image"}, {"id": 2422331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29dd0968-e5ba-4365-ab6e-4df84fdac711/width=450/2422331.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6Ex-78_.S}m?^Md~B+t00Sg4oi^_M$f58%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/158148", "modelId": 142595} \ No newline at end of file diff --git a/datasets/metadata/158353.json b/datasets/metadata/158353.json new file mode 100644 index 0000000000000000000000000000000000000000..344209ab9a1cea5f706e04f0b1072b6287eb09aa --- /dev/null +++ b/datasets/metadata/158353.json @@ -0,0 +1 @@ +{"id": 158353, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-09T15:32:50.258Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 650, "ratingCount": 87, "rating": 5, "thumbsUpCount": 119, "thumbsDownCount": 0}, "files": [{"id": 118929, "sizeKB": 22256.50390625, "name": "yoon_hee_motherhunting-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-09T15:35:47.806Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "520B7607", "AutoV2": "10BFE99B1A", "SHA256": "10BFE99B1AE9865E0CFB8FA1F8CC9825D3AABA0AB13D7F5A12BAB0BFB2B6EB3D", "CRC32": "9564B1EB", "BLAKE3": "EBF9C275A1240FB4C693DDC2EDCCA1ED45AED4E61426F4F98A2C54FF040C7D62", "AutoV3": "D7408C9D2719"}, "downloadUrl": "https://civitai.com/api/download/models/158353", "primary": true}, {"id": 118930, "sizeKB": 41117.4287109375, "name": "yoon_hee_motherhunting.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-09T15:35:52.310Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "16F00588", "AutoV2": "5608A4FA02", "SHA256": "5608A4FA026868F66A164BF9D070C19DB4A386EE2D05CB48D8BCC1E116192936", "CRC32": "FFCB4F97", "BLAKE3": "495722909C3C3E4FD5D745B92DE3E6493AAD59FDF0693E443EAD581494EE4838"}, "downloadUrl": "https://civitai.com/api/download/models/158353?type=Training%20Data"}], "images": [{"id": 2423151, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f9b70e5-6f2d-4892-a270-32348b6a7d50/width=450/2423151.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQOCdLRk57IUt,R+~CVs~WxZ-:wbX8ofM{xY", "type": "image"}, {"id": 2423197, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/776cb817-099b-47d4-bf83-0f8969974fdc/width=450/2423197.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIPYJ19E?uI9PTMw_MRO0fxu^+%L~VIoWF%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/158353", "modelId": 142773} \ No newline at end of file diff --git a/datasets/metadata/158588.json b/datasets/metadata/158588.json new file mode 100644 index 0000000000000000000000000000000000000000..89b054979ce6821d8eb81e521674bb7412424712 --- /dev/null +++ b/datasets/metadata/158588.json @@ -0,0 +1 @@ +{"id": 158588, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-10T00:03:58.753Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 533, "ratingCount": 59, "rating": 5, "thumbsUpCount": 70, "thumbsDownCount": 0}, "files": [{"id": 119133, "sizeKB": 22256.48828125, "name": "Mio_Serizawa_Isaku-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-10T00:05:45.599Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2F74E003", "AutoV2": "D02E1D52C4", "SHA256": "D02E1D52C4417B6AFA01514E7184451823D017BB29807B9AFA9E8CA21B38BBF1", "CRC32": "A8F4ADBE", "BLAKE3": "F9CA6991FBBBACCC7ADE990E2B6E444497A2D8FF35F3BFC1264C580BFA08E612", "AutoV3": "BCA000B2235C"}, "downloadUrl": "https://civitai.com/api/download/models/158588", "primary": true}, {"id": 119134, "sizeKB": 49261.625, "name": "Mio_Serizawa_Isaku.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-10T00:05:47.891Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D9EEAF31", "AutoV2": "0B52AAEB8F", "SHA256": "0B52AAEB8F13CE0CB1174C430B086A556A0D33F96039F11A7DECF725E14A88EA", "CRC32": "67894265", "BLAKE3": "67982B9215104D37EB12133AEE51E4F6E8ECBC3C04C51A9A9C2AE5300499EC50"}, "downloadUrl": "https://civitai.com/api/download/models/158588?type=Training%20Data"}], "images": [{"id": 2427999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/551e8de6-59e8-4034-85ed-6c6d19258ec1/width=450/2427999.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEKnJHohl.^+00t8%0jX4;xu#lWBENMxVrWB", "type": "image"}, {"id": 2428060, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/218529cd-c700-456d-b52d-bc8491c31627/width=450/2428060.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFK-5@IX589b0KIANe9t00_4={IU16-;8_?H", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/158588", "modelId": 142969} \ No newline at end of file diff --git a/datasets/metadata/158603.json b/datasets/metadata/158603.json new file mode 100644 index 0000000000000000000000000000000000000000..f626d4bd6199ad2677c3e7f3538a23b02da49bf4 --- /dev/null +++ b/datasets/metadata/158603.json @@ -0,0 +1 @@ +{"id": 158603, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-10T00:47:02.780Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["katsuragi_misato", "Misato_cross_necklace", "Misato_scar_on_chest", "black_pencil_dress_high_collar_sleeveless", "black_pencil_dress_high_collar_red_jacket", "red_jacket", "black_turtleneck_shirt_red_pencil_skirt_red_jacket", "yellow_tank_top_denim_shorts"], "stats": {"downloadCount": 2557, "ratingCount": 184, "rating": 5, "thumbsUpCount": 315, "thumbsDownCount": 0}, "files": [{"id": 119148, "sizeKB": 37012.4228515625, "name": "Katsuragi_MisatoV4.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-10T00:38:03.832Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "678DB18E", "AutoV2": "9FD095813F", "SHA256": "9FD095813F72A47936EBB95B9855B2031B296BF81362D030D1FC26E2A9DA2AD9", "CRC32": "8C5126F1", "BLAKE3": "4CA0B2E9D481E5ABBC3FFDD2FAC7351C176D1A38073A473FBD91994441C0C85D", "AutoV3": "F61267EFE244"}, "downloadUrl": "https://civitai.com/api/download/models/158603", "primary": true}, {"id": 119149, "sizeKB": 45191.05078125, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-10T00:38:04.638Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "153B976C", "AutoV2": "DDFB889435", "SHA256": "DDFB8894356E6401A5008A099DF17C07956FEF74D1C23AE9468F1EA72AF9FF8D", "CRC32": "70ED64E6", "BLAKE3": "BA37A4172EB6A56DD611C314AB8B005445F96B158802E5671BA1DFDCFA25B231"}, "downloadUrl": "https://civitai.com/api/download/models/158603?type=Training%20Data"}], "images": [{"id": 2428392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df64e478-8ed7-4503-bf92-0ecf5a0c0239/width=450/2428392.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UQIDtKNa^,sp~WjG%LV@?bM{ELX8O?of%2a#", "type": "image"}, {"id": 2428384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86a99346-6cd3-476d-9194-2ae8346701ac/width=450/2428384.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UPIqTN-q~q-;?dogEhofIVR*xtNGE2s:-oRj", "type": "image"}, {"id": 2428402, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01053477-4eeb-41ed-9b47-af7bbeba5244/width=450/2428402.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UTKcCwpw~E$+pxMcOENGY6e.o}I.IAD%xCxG", "type": "image"}, {"id": 2428381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90394bf4-aebe-45bb-8d9f-715f76ac107a/width=450/2428381.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UOOw]hD%yGtT1cI.#lWCM:NF-pxuozNuM{w_", "type": "image"}, {"id": 2428394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc8b945b-b05b-43d0-8619-a84004483c62/width=450/2428394.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UJMsEA%2Gw%iGaoI={M{4=Ri-;%LEOo2R$WX", "type": "image"}, {"id": 2428393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06be7cef-2994-48ff-b865-c8851d8b4dbd/width=450/2428393.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UILy_}00AfER_4o0bcoM07IV_1tSW9R*kYsm", "type": "image"}, {"id": 2428382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56936bfa-5bbc-49ea-b82d-6b97ac12c9a2/width=450/2428382.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UQKTDno{?cbv.AIUR;xaV|M}sSIo=5t6%I%1", "type": "image"}, {"id": 2428379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21bf090b-a8e8-4156-9eb7-d07004c489c2/width=450/2428379.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UIHws9tP^,?H-@X90gozi,ae-pV[4=s:-SIo", "type": "image"}, {"id": 2428383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24e2914a-9506-4543-a81f-0d6ecc2cac23/width=450/2428383.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UcJ}.6Ey{zkW=gw|enni#nR*aebHM|bHt6R*", "type": "image"}, {"id": 2428385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2021d33a-40ff-4e69-b8c0-51726dd64c43/width=450/2428385.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UaJ@CAN_~WtR?bD%NGxa%$iwW:kVS5aes:xu", "type": "image"}, {"id": 2428387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/705410e3-78a4-4c2a-94af-63e1db45b2ff/width=450/2428387.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UcI;MDI:~X%2_3RPS1ozt-RPxabvo#V[s:t7", "type": "image"}, {"id": 2428388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/325f2aec-b62f-4681-b4be-343b56b3ea79/width=450/2428388.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UcOSC1Rj{M=eS5s:,@Rj^kr?M{t6#UbaXRnP", "type": "image"}, {"id": 2428386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67454062-0f5c-46ed-a507-cc91c390dd6b/width=450/2428386.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UKJZJx00PXOslC-V]:Rp?wIoS1$Sp0NGNaxa", "type": "image"}, {"id": 2428396, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32051598-f214-46d7-bbc9-a5c9a807b063/width=450/2428396.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UcLom3}[D*,?xIxa-9of4=jc-nbF$zoJbIkD", "type": "image"}, {"id": 2428395, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57019049-4553-47ad-9ade-1bac4689fc5f/width=450/2428395.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UVMroa~W$Q-pxuxuW.t64sj]=_WU$yWUf+kV", "type": "image"}, {"id": 2428391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b3fada0-2052-47a7-a530-253f9121b907/width=450/2428391.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UZM?3p~W%0-n.7bbxaX9IcWY-nRjM|V[%LkC", "type": "image"}, {"id": 2428403, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc58df2b-6e96-469f-b649-151c3d9ed59b/width=450/2428403.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "ULH]U@}^w6-qG]t8n6t7p0$+71W=E4Sg={sp", "type": "image"}, {"id": 2428445, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15afc93d-d7a3-41ad-be5e-e8b11f0b9972/width=450/2428445.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UOHJtG?I}[?H$+WB9ZWABor@EfR*EgoeX7W;", "type": "image"}, {"id": 2437531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d1eb023-96c1-459d-932c-8745b7d19064/width=450/2437531.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UOGRJY%2~E%3%4sq9aWBr{s:j]s;D*j]a_WU", "type": "image"}, {"id": 2428444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/952ae616-e405-4c65-ac9b-36f0002134a1/width=450/2428444.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UUGaCR~D=}-q^+?HSdt7PAozkBWUJAt7oes.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/158603", "modelId": 17749} \ No newline at end of file diff --git a/datasets/metadata/158667.json b/datasets/metadata/158667.json new file mode 100644 index 0000000000000000000000000000000000000000..4f19061539f557d82520b844242df956c511df62 --- /dev/null +++ b/datasets/metadata/158667.json @@ -0,0 +1 @@ +{"id": 158667, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-10T02:43:02.946Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 533, "ratingCount": 54, "rating": 5, "thumbsUpCount": 68, "thumbsDownCount": 0}, "files": [{"id": 119202, "sizeKB": 22259.17578125, "name": "Akemi_Mikihara_Isaku-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-10T02:36:06.056Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "398A246D", "AutoV2": "379C7AD17C", "SHA256": "379C7AD17C0E8C2EFB622C123E53A5AE8FD54570DC807B881E962DD439F3FE9A", "CRC32": "BFF89B7E", "BLAKE3": "D6D690BBE346E91D52C12A2E1D57C16E865B06EBE4715693F413405A2BF2AF4A", "AutoV3": "DD9FC0E321BD"}, "downloadUrl": "https://civitai.com/api/download/models/158667", "primary": true}, {"id": 119203, "sizeKB": 47978.4267578125, "name": "Akemi_Mikihara_Isaku.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-10T02:35:55.870Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "622868CC", "AutoV2": "CD18411455", "SHA256": "CD184114557F7B9865C858027058C975902C33BB1669208914C2BE00C6ED0F21", "CRC32": "057DCFB6", "BLAKE3": "9CB1BDFBAD6D5EDA517F8D5929D8FE64D062469FCC1721B4F73A08C6E4F60B8C"}, "downloadUrl": "https://civitai.com/api/download/models/158667?type=Training%20Data"}], "images": [{"id": 2429506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b95d26e1-b583-4681-97c0-f5a09b2ffed9/width=450/2429506.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJLf]x^+0Ls;JyIU4.M{00aLVutR.TxuRkWB", "type": "image"}, {"id": 2429392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bef51628-d768-41ae-9473-e678b365cc63/width=450/2429392.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFM7P;=X00D%D4S7A09F00~qRqX9pJV=9F%1", "type": "image"}, {"id": 2429637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df3b0d43-4839-4c37-8997-cafd09f1189e/width=450/2429637.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWM74B~UDNnhZzWBtSR-IT?F%gxs0e-nS2WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/158667", "modelId": 143030} \ No newline at end of file diff --git a/datasets/metadata/158843.json b/datasets/metadata/158843.json new file mode 100644 index 0000000000000000000000000000000000000000..50cbf44f9339098149c3031c72a2c8360d5cc067 --- /dev/null +++ b/datasets/metadata/158843.json @@ -0,0 +1 @@ +{"id": 158843, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-10T09:50:29.962Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 487, "ratingCount": 50, "rating": 5, "thumbsUpCount": 65, "thumbsDownCount": 0}, "files": [{"id": 119319, "sizeKB": 22257.25390625, "name": "Rika_Akagawa_Isaku-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-10T09:50:48.809Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3D4B8011", "AutoV2": "D07966CAA0", "SHA256": "D07966CAA0BF345889FCD6CD1414D420CCFBE10CD571BC14F6134CA1A2AB1F73", "CRC32": "44ECFAC0", "BLAKE3": "3BA3ED32027F0396924044B3F2FF56FBBA69EB1833AE0E0DA7EEFCC235E2C1F1", "AutoV3": "290865F561D5"}, "downloadUrl": "https://civitai.com/api/download/models/158843", "primary": true}, {"id": 119320, "sizeKB": 50151.0302734375, "name": "Rika_Akagawa_Isaku.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-10T09:51:12.636Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5D37930F", "AutoV2": "BD502E9B5E", "SHA256": "BD502E9B5E47F0A72AD7DC72377955574B06621F0299879D75EFF653F1ED7486", "CRC32": "A078B613", "BLAKE3": "A76CD1D23BCA1848C476501032B624220A661F7CCACE7548A0AEB8FD74EC56EA"}, "downloadUrl": "https://civitai.com/api/download/models/158843?type=Training%20Data"}], "images": [{"id": 2432576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62acccff-d56c-447f-9633-c5245bd0c0ad/width=450/2432576.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXK,gakC0yogMeRjE0Rj9ZoftkoM~qWVkBf6", "type": "image"}, {"id": 2432604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ab8ef43-2547-4ba8-89d8-381a72cb444d/width=450/2432604.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URK]_]rw56yE={~CIoIA4.?c-:S~-WsA%MS^", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/158843", "modelId": 143173} \ No newline at end of file diff --git a/datasets/metadata/158845.json b/datasets/metadata/158845.json new file mode 100644 index 0000000000000000000000000000000000000000..2e6708bf9b8404a7c48e998f6933645075201095 --- /dev/null +++ b/datasets/metadata/158845.json @@ -0,0 +1 @@ +{"id": 158845, "index": 0, "name": "[new] SDXL-v3.1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-09-10T10:47:07.257Z", "availability": "Public", "nsfwLevel": 1, "description": "Stronger version - 88 epoch version - same training batch of v3.0
", "trainedWords": ["Sarah Miller", "12 years old", "blonde", "short hairs", "blue eyes"], "stats": {"downloadCount": 3525, "ratingCount": 13, "rating": 5, "thumbsUpCount": 62, "thumbsDownCount": 1}, "files": [{"id": 119327, "sizeKB": 223103.05859375, "name": "sarah_tlou_sdxl_v3-000088.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-10T10:40:49.579Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6BEF8557", "AutoV2": "01CEE469A8", "SHA256": "01CEE469A86942AC84374E76FC8AFE0F8B13364D64C78816BD17DE71BA171D8F", "CRC32": "D4D9308E", "BLAKE3": "72306C8870C37C0AF92386DEFFE46B60F709171583DA475E105BEC650AF9F918", "AutoV3": "9B47F2932D6C"}, "downloadUrl": "https://civitai.com/api/download/models/158845", "primary": true}, {"id": 119426, "sizeKB": 142382.18359375, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-10T14:15:53.278Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "414E2F2C", "AutoV2": "BE5A0E5AE1", "SHA256": "BE5A0E5AE1D80BED9D16AC77174DA7B7176EFFA23A031944F640AF8882FD7DEB", "CRC32": "AB35EF62", "BLAKE3": "B07C9B84BBB4B1631DBA1B212ECD5E5D50B26168C663155C4BB361EAF9641193"}, "downloadUrl": "https://civitai.com/api/download/models/158845?type=Training%20Data"}], "images": [{"id": 2433064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5cf3834-1606-4ff9-8b0d-fee7f646687e/width=450/2433064.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2048, "hash": "U59?|2$dDz~9AH9u0g%2Mdnixc%29}r?wuE3", "type": "image"}, {"id": 8203829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c763a50a-1172-4062-bce2-fcd0cdacde5b/width=450/8203829.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UCHnmI010eaK-;9FD*-:%%RPZ~bv.5M|oIt8", "type": "image"}, {"id": 2432966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2875a05d-d6d1-4815-8e81-b1c654ce31bc/width=450/2432966.jpeg", "nsfwLevel": 1, "width": 2048, "height": 1536, "hash": "U5B{ln?J0L=y0K9ZNZ%100IUxw?Gb|^+~B0f", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/158845", "modelId": 103126} \ No newline at end of file diff --git a/datasets/metadata/158921.json b/datasets/metadata/158921.json new file mode 100644 index 0000000000000000000000000000000000000000..9713971b0663ffbac9b957baec7c29e29e5eb94c --- /dev/null +++ b/datasets/metadata/158921.json @@ -0,0 +1 @@ +{"id": 158921, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-10T12:04:52.885Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 646, "ratingCount": 58, "rating": 5, "thumbsUpCount": 71, "thumbsDownCount": 0}, "files": [{"id": 119382, "sizeKB": 22258.69921875, "name": "Kotomi_Asakawa_Isaku-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-10T12:01:14.867Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "46DD2AC7", "AutoV2": "B81592FC38", "SHA256": "B81592FC38DF131E2764B7AB423C9F051452F73D23BC6C425D79B2746C9101BE", "CRC32": "A833FF48", "BLAKE3": "2C37CB9FA86F2771700377255B517B79156E45CC523649F2936F8A4BE8FE9EE6", "AutoV3": "ED27944C931E"}, "downloadUrl": "https://civitai.com/api/download/models/158921", "primary": true}, {"id": 119384, "sizeKB": 49521.8193359375, "name": "Kotomi_Asakawa_Isaku.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-10T12:05:51.708Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A7623AE8", "AutoV2": "C5F7673F7B", "SHA256": "C5F7673F7BF3F26561B9B013F182FD70D318ED91B9C6D51D124F18384758FF80", "CRC32": "BBFD7699", "BLAKE3": "B1EEFE4E5CE3CDDFA198C115F144CC447A376DC30C9459844F34F0A01214219B"}, "downloadUrl": "https://civitai.com/api/download/models/158921?type=Training%20Data"}], "images": [{"id": 2434071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e4512fb-1cf1-4183-9c07-53b7f12f7437/width=450/2434071.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZLDAV?HyXxa?btRx]bbsCae-;Rj_NofxuM|", "type": "image"}, {"id": 2434108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad0ad93e-f6c3-4249-a5b1-4a6602866a9d/width=450/2434108.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPLpm:$j.mo#vfDO%MIU?bx]x]o~%NM{_3.7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/158921", "modelId": 143232} \ No newline at end of file diff --git a/datasets/metadata/158962.json b/datasets/metadata/158962.json new file mode 100644 index 0000000000000000000000000000000000000000..0d3547c7d2824968ea56e6b687d722c3bf6c527d --- /dev/null +++ b/datasets/metadata/158962.json @@ -0,0 +1 @@ +{"id": 158962, "index": 1, "name": "[new] SD1.5-v2.3", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-10T13:47:51.108Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["sara miller", "12 years old", "blonde", "short hairs"], "stats": {"downloadCount": 885, "ratingCount": 108, "rating": 4.99, "thumbsUpCount": 151, "thumbsDownCount": 0}, "files": [{"id": 119415, "sizeKB": 147577.28125, "name": "sarah_sd15_v2.3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-10T13:50:37.798Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "49770CD0", "AutoV2": "62E7043FD2", "SHA256": "62E7043FD2DE6584B52E832F73669069748B763C2B3930FFC3856592849219A5", "CRC32": "6891284E", "BLAKE3": "F3F2DD69C490221806F99903CAFD7C9B25FB58FA9D63971DEAD0ACE1575E7725", "AutoV3": "F3CE174EF85D"}, "downloadUrl": "https://civitai.com/api/download/models/158962", "primary": true}, {"id": 119429, "sizeKB": 18145.3994140625, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-10T14:20:57.181Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D580454E", "AutoV2": "D84BDB115C", "SHA256": "D84BDB115C83F1E46CE6AAB4D62372C4A860651F5FAC2D6C4BF5FAE39FF7F608", "CRC32": "B163214F", "BLAKE3": "1CF08D855D66142F2983A3BFB71991D90678CD24FD220168C5D4493CE08C8B9A"}, "downloadUrl": "https://civitai.com/api/download/models/158962?type=Training%20Data"}], "images": [{"id": 2441105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a957e5e-9a86-43d5-9f40-f5b56b844f43/width=450/2441105.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "U59jT5M}00E101RkV_?F~Us:X9R+0LRkxuWB", "type": "image"}, {"id": 2435872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/797db553-4cce-401d-8a28-88eec1087b11/width=450/2435872.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U14L2h^j0e9utLt6IqNH56NI-oxZE4R*xrxZ", "type": "image"}, {"id": 2436137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c745b5c-367d-49fd-88b7-3059b4bf7778/width=450/2436137.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U26j]{^k0001$cWA9vNf0fR,}@-UI^R,=_%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/158962", "modelId": 103126} \ No newline at end of file diff --git a/datasets/metadata/159007.json b/datasets/metadata/159007.json new file mode 100644 index 0000000000000000000000000000000000000000..eaaa8e3fa55319ff8b8078359e3c73b1cb114f6e --- /dev/null +++ b/datasets/metadata/159007.json @@ -0,0 +1 @@ +{"id": 159007, "index": 0, "name": "v4 locon", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-10T14:57:42.975Z", "availability": "Public", "nsfwLevel": 1, "description": "I found myself displeased with Georgia's eyes in previous versions of this lora. I applied some of the things I've learned since then, and created a superior version.
The v3 was an early revamp using a split weight strategy. But at that point I didn't have as clear a conception of what I wanted. Now I'm hitting a 2:1 primary to supporting ratio.
I also updated the captions. That didn't help with the artifacts her nose ring causes, however.
", "trainedWords": ["GeorgiaEllenwood"], "stats": {"downloadCount": 915, "ratingCount": 41, "rating": 5, "thumbsUpCount": 45, "thumbsDownCount": 0}, "files": [{"id": 119456, "sizeKB": 31667.03125, "name": "sd15_GeorgiaEllenwood_locon_24_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-10T14:55:49.981Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "81C665DC", "AutoV2": "5D45379617", "SHA256": "5D45379617A7F6F50940E85286FE48A20729983E43FE55CA8F0F696979A2C2B6", "CRC32": "63353ADC", "BLAKE3": "99E809E77E757C5058101B7165DE0C9A9501447B48ACB5FF603ED52C63B287E2", "AutoV3": "011FB0A34EC3"}, "downloadUrl": "https://civitai.com/api/download/models/159007", "primary": true}, {"id": 119455, "sizeKB": 28255.396484375, "name": "georgia.ellenwood.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-10T14:55:47.032Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A7E3F58D", "AutoV2": "25C2B7163C", "SHA256": "25C2B7163CD37A5140E918207A77A5B91F8CD3101A92C47CAC8FFCFA25F4EAFB", "CRC32": "B6F11362", "BLAKE3": "816900362F0383C310E276A2AC1F213EB33AEF0DA4065CD5A251D5B3676913DC"}, "downloadUrl": "https://civitai.com/api/download/models/159007?type=Training%20Data"}], "images": [{"id": 2436995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6490a52e-9a94-4710-b0cd-5f692ca3c4f5/width=450/2436995.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UGFFgKxt.S4n~qof?Hj@9FRjaK-;?bRjxuj[", "type": "image"}, {"id": 2436991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e29825b-3180-4750-a5b9-1a1affbcf806/width=450/2436991.jpeg", "nsfwLevel": 1, "width": 768, "height": 1368, "hash": "UJKnl0%g~CIU]%nNKktlpJIUSiV?%~Ipm+xu", "type": "image"}, {"id": 2437000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b389cdb-8c30-49b2-ba09-cdc7ad940627/width=450/2437000.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UPGv098_^*Sg};xuXnt7tmozjFt7Xof5xDxu", "type": "image"}, {"id": 2436992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b6ab089-3e42-456a-95a3-972e138c8ce4/width=450/2436992.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UEHenE?^pc%g~M^+f_$~?^W8aeIT4,N0xvNe", "type": "image"}, {"id": 2436996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00435a55-5903-467f-9046-e7ae088f8c19/width=450/2436996.jpeg", "nsfwLevel": 1, "width": 768, "height": 1368, "hash": "UKELsZD*xVt7~UoeNGR*?GWCRjxaj[oLRlt6", "type": "image"}, {"id": 2437006, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/120c97b8-d9cf-4a2b-a282-ae0ef377d087/width=450/2437006.jpeg", "nsfwLevel": 1, "width": 1344, "height": 1344, "hash": "UHD+uX~WJ:9b^+%LELE2NeW??HxaE2Io%Moe", "type": "image"}, {"id": 2436997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5a81092-e0cf-44b6-a71e-43966560e544/width=450/2436997.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UVKTxb~p%f-:-.-obcIpRjELwc$%%L%1NGWC", "type": "image"}, {"id": 2437007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/369364dd-7b78-4cf2-b1c8-e898fb9e33ae/width=450/2437007.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UiL47sRj~UxC^gofMwe-i^WCM|WBxYj[kCof", "type": "image"}, {"id": 2436999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98f608fb-4965-4a7a-b259-e92323f2e343/width=450/2436999.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UMEM8uwtyCM{_Ns7%MaeyDnhs;%2tRRjWBtR", "type": "image"}, {"id": 2437002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e26a642a-34fb-4f25-b1d8-a48b90c38296/width=450/2437002.jpeg", "nsfwLevel": 1, "width": 1344, "height": 1344, "hash": "U7DJ3M~W0000=pxWEQS*9wSh$%$zE0D%s;?b", "type": "image"}, {"id": 2436994, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4818cf9b-996e-46fc-9629-2c4f10af759d/width=450/2436994.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "U7BWlD?c0100Y+R49uNHLNW?~V-;00D%^j_3", "type": "image"}, {"id": 2436998, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36b82ffc-399b-4011-8d8d-4e515e724016/width=450/2436998.jpeg", "nsfwLevel": 1, "width": 1344, "height": 1344, "hash": "UKHy8G-%5hM__JbCXe9ZyAbX-A=|EKawxFX8", "type": "image"}, {"id": 2437004, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c6bc3ef-9127-4eff-8f30-b95818516b79/width=450/2437004.jpeg", "nsfwLevel": 1, "width": 1344, "height": 1344, "hash": "USHn?I~W?vIp?aocRjRlNfIps,xZ%gRjWAxt", "type": "image"}, {"id": 2437005, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3b90148-01d7-4dfd-8b86-503a51817968/width=450/2437005.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UAEf1f~U0fIU5GWEjwE2I-9aMx-o4;%1?at5", "type": "image"}, {"id": 2436993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7adb4ffe-3b6d-4876-b4d1-712f6767b95c/width=450/2436993.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UIH_#.e-F|~qAK%M?axu-;xu={IVEMt7tRRj", "type": "image"}, {"id": 2437003, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c57f21cc-508f-4452-be3e-a0571b294da5/width=450/2437003.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UAG*$m001I4.-h~V01WB0%NF~CxuosEM^j%2", "type": "image"}, {"id": 2437001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61466f57-a7f7-4bab-b8b3-bf812a6e81cb/width=450/2437001.jpeg", "nsfwLevel": 1, "width": 1344, "height": 1344, "hash": "UIJ?{FDi:#~p:~S$5U-8PBr?-TENMcxubcRP", "type": "image"}, {"id": 2437738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba258593-f12b-417e-a3d5-7eacf82e6aa1/width=450/2437738.jpeg", "nsfwLevel": 1, "width": 768, "height": 1368, "hash": "UCDcp;NH.9-;_NIUS$t7_3D%9ZIV%2RQbEoL", "type": "image"}, {"id": 2437740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05f405a3-f32b-44c5-aa64-01727ba50c0a/width=450/2437740.jpeg", "nsfwLevel": 1, "width": 1368, "height": 768, "hash": "URE.^bET4VK7}tNZR4M#XcjKxuS#xHTIRSNu", "type": "image"}, {"id": 2437741, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7f33bfc-a3cc-4597-89c5-c4180fba701e/width=450/2437741.jpeg", "nsfwLevel": 1, "width": 768, "height": 1368, "hash": "U7AwF=_3009F-;ofRjWB00M{~qt7D%of_3-;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/159007", "modelId": 125173} \ No newline at end of file diff --git a/datasets/metadata/159336.json b/datasets/metadata/159336.json new file mode 100644 index 0000000000000000000000000000000000000000..3b5c4f9897a72b1ec8edcfe772ea72c9f7d98119 --- /dev/null +++ b/datasets/metadata/159336.json @@ -0,0 +1 @@ +{"id": 159336, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-11T04:05:51.535Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": [], "stats": {"downloadCount": 708, "ratingCount": 97, "rating": 5, "thumbsUpCount": 123, "thumbsDownCount": 0}, "files": [{"id": 119739, "sizeKB": 22256.86328125, "name": "Saori_Otokawa_Discipline-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-11T03:55:39.736Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "657867C0", "AutoV2": "C075A3B433", "SHA256": "C075A3B433296413A9E2A7A6F8D462B7896430839C311147BF1D26BD77FBD2E0", "CRC32": "FA56B0FB", "BLAKE3": "9BA1E665157F0BCA0F083188C30266CD1857E678B08B20ED7F3FF7E8490967F0", "AutoV3": "8E22811F1E97"}, "downloadUrl": "https://civitai.com/api/download/models/159336", "primary": true}, {"id": 119740, "sizeKB": 48497.541015625, "name": "Saori_Otokawa_Discipline.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-11T03:55:39.968Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F532A510", "AutoV2": "2133DF41FC", "SHA256": "2133DF41FC7F13E6CC2A3D11914796FD0C6E6BEB7A89BEF62A25DD94FC923E9E", "CRC32": "761639AB", "BLAKE3": "03445AFB382FB3174B321070F3497DDE665D5ADA5FC91BAFB43771BBE3B02BF8"}, "downloadUrl": "https://civitai.com/api/download/models/159336?type=Training%20Data"}], "images": [{"id": 2448257, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff644d06-6e55-4c94-9924-0a0771a2e930/width=450/2448257.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMLqIgRjNaM{MdWA%0M{?^NH-8RkbcM|%LWX", "type": "image"}, {"id": 2445790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1874ae25-2849-4c3a-ace9-0ce2f346d20a/width=450/2445790.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWNK0Q~W%g?b9akWxutRD*s:ROxt?vNHV@xt", "type": "image"}, {"id": 2448435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10e3bfc6-5a02-4117-a680-a25da2377087/width=450/2448435.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKI}n.tS00IUV{V@E1Sh00NG-:%2~qWBsSIU", "type": "image"}, {"id": 2448465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d84d3465-5cf3-485b-9e0e-07e0b63fc7bc/width=450/2448465.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UmM@M}Mx?bx]~qxa%MbGtSNHodt7WUxtRjog", "type": "image"}, {"id": 2448721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5efb98ff-9b4b-4ac5-a1a6-f3c36227a674/width=450/2448721.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UAOWKbMw0z~C0J.88_Q-0000DO%#H=4T4n0L", "type": "image"}, {"id": 2449026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa83e985-2dc2-44b7-afff-0b7cb47cc47c/width=450/2449026.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UNIg[u00nhbcOtD%of-pDiNx%0oz~Wxa9ZIo", "type": "image"}, {"id": 2449028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f98314c-e745-4011-a734-88d975c16ad0/width=450/2449028.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKHe2#r;00S3OF9ZWWxu00EL~W%1%2=|xuD%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/159336", "modelId": 143563} \ No newline at end of file diff --git a/datasets/metadata/159369.json b/datasets/metadata/159369.json new file mode 100644 index 0000000000000000000000000000000000000000..069e5dc22124f169bbac830f1030d78eefba119b --- /dev/null +++ b/datasets/metadata/159369.json @@ -0,0 +1 @@ +{"id": 159369, "index": 1, "name": "world of light v0.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-11T05:36:36.448Z", "availability": "Public", "nsfwLevel": 1, "description": "first release of world of light, turned out way better than what i thought this might be left alone for a really long time, unless i can afford a 4090 and make an XL version
", "trainedWords": ["worldoflight", "gold and blue", "divine holy light", "heavenly"], "stats": {"downloadCount": 756, "ratingCount": 67, "rating": 4.97, "thumbsUpCount": 101, "thumbsDownCount": 0}, "files": [{"id": 119779, "sizeKB": 147571.140625, "name": "WorldofLight.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-11T05:35:43.326Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9986D746", "AutoV2": "7BB46C6DD3", "SHA256": "7BB46C6DD3263F803F9985D55645B49437488555C69F62AF10246573FABE0858", "CRC32": "6BA47294", "BLAKE3": "493BF4D55C2DFBC7AE594AA5B6EE70A96B5C721510BB7CB6FBFA06C0F33BB2A2", "AutoV3": "88CEE52B9DCC"}, "downloadUrl": "https://civitai.com/api/download/models/159369", "primary": true}, {"id": 119778, "sizeKB": 46010.416015625, "name": "world of light data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-11T05:31:15.810Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CC22080E", "AutoV2": "B293136AF6", "SHA256": "B293136AF6C5CD1A5317927FD249D28577A7B8E63582829DF8103ECAAB57EC9B", "CRC32": "DC8DCA06", "BLAKE3": "846956BF94C2C736B774E99264E6B76D762DEFD98254EB8D69DE403E6D208B82"}, "downloadUrl": "https://civitai.com/api/download/models/159369?type=Training%20Data"}], "images": [{"id": 2446468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03d6a87a-5aad-4af7-b0f8-a281ad1737c6/width=450/2446468.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UXHBrEa#H?oe_MoeIUaz-pj[NHay-ojsj[ay", "type": "image"}, {"id": 2446474, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07304b17-0531-4d77-bb25-fa0b0ae51c47/width=450/2446474.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5AT$TCS00_#$1QmD%%~;KPBOGzn3Zxu{vIB", "type": "image"}, {"id": 2446481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67320cb1-2058-43e3-a78a-2658db269f63/width=450/2446481.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHDI,u~VD*xt%M%LxaoftQt7xZRjt7t6xtni", "type": "image"}, {"id": 2446488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0be0f8e3-1047-4424-a73d-e5ddda7df4a2/width=450/2446488.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9B{}vT19GNfys4;IV_19ZVYR-^%%0of-URO", "type": "image"}, {"id": 2446490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72dd5cdd-0a9d-4e96-bf1a-cd38f4f64ba1/width=450/2446490.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UVHx4qr;Dj.7_1D*IVx[~Ut6V@NdtRWBs9ay", "type": "image"}, {"id": 2446491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/549a57cb-a469-47f9-8a32-58a476808f9a/width=450/2446491.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UgHeRR9a9Fs.~pV@E1WB-:WBaxNHxtsnxFNG", "type": "image"}, {"id": 2446497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1c0adf8-1bcd-4366-9dfd-e363ccb47140/width=450/2446497.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8Ad7i~q004T1*9wIAxB@X$xu5S%H=a0x^o}", "type": "image"}, {"id": 2446499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/347b2902-fe56-4aae-9555-f0d56bcfffce/width=450/2446499.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9DlK3R600E24;~VIVt7^hRP?aE2IpNxxa%1", "type": "image"}, {"id": 2446500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88e6c8c5-e3d0-463c-bce9-3b56ce3e3303/width=450/2446500.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4DlsG5900yEQ-Vr00oh_LxD8_-o+stSOaIU", "type": "image"}, {"id": 2446504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f682deb7-4ff9-47b3-8761-588d15c0169f/width=450/2446504.jpeg", "nsfwLevel": 1, "width": 1032, "height": 1024, "hash": "UIDurNEMIUoJkD$%WBR+~AR+D*s.M}s-IVof", "type": "image"}, {"id": 2446507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e75b122c-d285-4a97-a84a-51ef1e72d79f/width=450/2446507.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZHxf:entQxt_Mn$IVkC-:S5M|RjtRxts,o0", "type": "image"}, {"id": 2446509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/986be4f6-e9ed-40d7-aebb-ab6dd577a441/width=450/2446509.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDD01A~WE+S5?v%2xaxaNZtR-Uoexubb%MoK", "type": "image"}, {"id": 2446515, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/044c07e7-814f-4c7a-94d7-e031ff77e48e/width=450/2446515.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UjGR@rs:x[s:~pofWVj[%Ma}RkoLs:j[aya|", "type": "image"}, {"id": 2446518, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1661fd02-faf5-42c4-9088-9a8a53f6cc08/width=450/2446518.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8Ci5Obu4:w{^5Rj9aofoyxajGNb~BbbRQRj", "type": "image"}, {"id": 2452846, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e739e257-33e2-4393-a7aa-7a4ceb071036/width=450/2452846.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCCY{.t701WA~VbI9FWB-TfPMxj[%1adRPbb", "type": "image"}, {"id": 2452847, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/750bfc7f-a900-48a3-b7dc-a6efa40ebf9b/width=450/2452847.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBD+e-?G00D%x]IpVYxuvyV@t8x]~AofEQn~", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/159369", "modelId": 143593} \ No newline at end of file diff --git a/datasets/metadata/159424.json b/datasets/metadata/159424.json new file mode 100644 index 0000000000000000000000000000000000000000..4f1d27baae3571bdec74b9b204c30ba0d8d0d6e7 --- /dev/null +++ b/datasets/metadata/159424.json @@ -0,0 +1 @@ +{"id": 159424, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-11T08:01:32.622Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 434, "ratingCount": 63, "rating": 5, "thumbsUpCount": 75, "thumbsDownCount": 0}, "files": [{"id": 119830, "sizeKB": 22253.59765625, "name": "Mireille_Austria_ConqueringQueen3-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-11T08:00:45.404Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C5AC7068", "AutoV2": "6B5AB55D4D", "SHA256": "6B5AB55D4D1FA5BFCD79892F2F81CAB11C8E961CF17C50CAFA608EB5A0315635", "CRC32": "1D377CD2", "BLAKE3": "1A1431B295AFDD25EE27A5DC90DF2AB6ED0DD1BEB8B57CC525D7E3CB32373B78", "AutoV3": "136E07E2E138"}, "downloadUrl": "https://civitai.com/api/download/models/159424", "primary": true}, {"id": 119831, "sizeKB": 44289.537109375, "name": "Mireille_Austria_ConqueringQueen3.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-11T08:05:50.441Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EB934422", "AutoV2": "9010A11D07", "SHA256": "9010A11D079AEDDA2475A6D0392CE3841C49758B662ADDD87029138B5FE09630", "CRC32": "66B38E0E", "BLAKE3": "E1984C23E329B3F4097B259D166E37AFD7F9A150B6968D1CA88DA7DCE8FB1085"}, "downloadUrl": "https://civitai.com/api/download/models/159424?type=Training%20Data"}], "images": [{"id": 2448082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a956bd33-5db6-44e7-9588-8f6b3cf4d1da/width=450/2448082.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UmLM|$rXjcrq~Wi_bJnOR.ozxaof%MkWxZkW", "type": "image"}, {"id": 2448035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3aef4bef-4866-4e52-8936-a46c70aa27c4/width=450/2448035.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPK1H}R4t,9a~qIUJUWB9cMxogVttTjEoys:", "type": "image"}, {"id": 2447956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1364d89-c5a2-4e2d-8d65-f16fbce1f9bf/width=450/2447956.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFJaQBROAuRj~pRk9v%L0KNK]~t7?GNH^hRQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/159424", "modelId": 143641} \ No newline at end of file diff --git a/datasets/metadata/159725.json b/datasets/metadata/159725.json new file mode 100644 index 0000000000000000000000000000000000000000..bc1cc6a4be8ac74617ecad9e8661f2e54556a120 --- /dev/null +++ b/datasets/metadata/159725.json @@ -0,0 +1 @@ +{"id": 159725, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-11T17:59:25.926Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 582, "ratingCount": 59, "rating": 5, "thumbsUpCount": 73, "thumbsDownCount": 0}, "files": [{"id": 120095, "sizeKB": 22255.97265625, "name": "Moeko_Fujima_Shuusaku-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-11T17:50:44.038Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8A889238", "AutoV2": "BCCDC91436", "SHA256": "BCCDC91436BE4FAC184693E8142B803E5F7AD78A7584EC69B142A9304E047DF1", "CRC32": "7CAA0694", "BLAKE3": "79D2379451385532B2E66E4A24A86DBD87DCA98E98557AD48354A39F6BBD0FE3", "AutoV3": "2AED31D1D5D5"}, "downloadUrl": "https://civitai.com/api/download/models/159725", "primary": true}, {"id": 120096, "sizeKB": 45190.837890625, "name": "Moeko_Fujima_Shuusaku.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-11T17:50:49.537Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "89BDA76A", "AutoV2": "838045EA0A", "SHA256": "838045EA0AE992A4233811B97B73F03CDAAF6B1E2AB9A955863CC50088365C79", "CRC32": "2394C497", "BLAKE3": "11A4F8F527BBFF2DE1A7C4046C3088D9AA27763BEFDF962935798BAEA74E3989"}, "downloadUrl": "https://civitai.com/api/download/models/159725?type=Training%20Data"}], "images": [{"id": 2455632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f200109c-7060-4882-9a66-4d895a6ed3ae/width=450/2455632.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYNvb}t7yY%2TfkC.8t7~Woe-WbHO@jtj;NG", "type": "image"}, {"id": 2455762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1dffacd-9d5f-4a9a-ab26-b7b610f17115/width=450/2455762.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNM%AxELyYtk.mrq~qtSafM{%gxb?aIVR5x[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/159725", "modelId": 143846} \ No newline at end of file diff --git a/datasets/metadata/159819.json b/datasets/metadata/159819.json new file mode 100644 index 0000000000000000000000000000000000000000..a15da7853ff1a09495802c550597bd90d44eb023 --- /dev/null +++ b/datasets/metadata/159819.json @@ -0,0 +1 @@ +{"id": 159819, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-11T22:22:09.717Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": ["ji-ah"], "stats": {"downloadCount": 487, "ratingCount": 84, "rating": 5, "thumbsUpCount": 118, "thumbsDownCount": 0}, "files": [{"id": 120172, "sizeKB": 36980.1953125, "name": "Ji-Ah2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-11T20:45:48.264Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "60D6D263", "AutoV2": "92DD8CAB29", "SHA256": "92DD8CAB29610D0E933EB22CB6A1BE1AA2B5CC998C1189B1BBA4B0B2F5C82071", "CRC32": "B642BE0E", "BLAKE3": "5066145515AC47591CDA8A1E644674B25C8431A83D577CD6142C1D3696057FA8", "AutoV3": "61A648A72225"}, "downloadUrl": "https://civitai.com/api/download/models/159819", "primary": true}, {"id": 230092, "sizeKB": 101201.052734375, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T15:45:59.827Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9A450E12", "AutoV2": "764620B72C", "SHA256": "764620B72C97C6EC2E2AE80E125571BB29FC7CC22992C487965A97E40563C0BB", "CRC32": "405345D3", "BLAKE3": "B72FB3B3C19EC6D462C9D404BC139951FBB0FC1566D411B9FF4017F2DCCCC59F"}, "downloadUrl": "https://civitai.com/api/download/models/159819?type=Training%20Data"}], "images": [{"id": 2853549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d6eb07d-55f1-4146-82da-2286d71f6807/width=450/2853549.jpeg", "nsfwLevel": 8, "width": 1120, "height": 1688, "hash": "UJIqij?G0K%2~VxZs,t60K%2^*t600t6-:s:", "type": "image"}, {"id": 2458243, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/563cea9d-a18e-4911-964c-7fc384380c8d/width=450/2458243.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UCL#2.ER3FFy0D9Z.AWF=|M{]$j@00-VIoIU", "type": "image"}, {"id": 2458741, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0147c20-3f16-4d46-83a4-5804f9836222/width=450/2458741.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZIX]eRhtQRjPVITXRad_4adNGWUJC-p-pa_", "type": "image"}, {"id": 2853510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb3ee892-72a5-4d27-aa2e-e9901e9e09b6/width=450/2853510.jpeg", "nsfwLevel": 8, "width": 1120, "height": 1688, "hash": "UPKA?19Y-;NG_3DiRiIU-:%M%2xu~Wt7D%WA", "type": "image"}, {"id": 2853511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f371e5d-d5f4-42bf-ae84-0fdb04e04733/width=450/2853511.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UMIg[s00o|Mx-nRjxat79YM{^+xb~VV?Iooe", "type": "image"}, {"id": 2458894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c437d748-0cd0-413e-be3c-1a6c75c2ef9e/width=450/2458894.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UMIE-4?dSyNtF{R=kCS#%itT9Gsq9#xvxaV[", "type": "image"}, {"id": 2458630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83482470-1cb6-4134-8f6f-b100c6296d46/width=450/2458630.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDI4*60LE0RP~W?bIoNHabWF~BM{X44:t7%2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/159819", "modelId": 143919} \ No newline at end of file diff --git a/datasets/metadata/159875.json b/datasets/metadata/159875.json new file mode 100644 index 0000000000000000000000000000000000000000..dad5a6ca9699087828ee5da26b733beee6621209 --- /dev/null +++ b/datasets/metadata/159875.json @@ -0,0 +1 @@ +{"id": 159875, "index": 0, "name": "World of ice v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-11T23:05:23.435Z", "availability": "Public", "nsfwLevel": 3, "description": "first release of world of ice it turned out pretty well! don't think i need to change anything
", "trainedWords": ["worldofice", "frozen", "fantasy", "scifi", "magical", "frosty"], "stats": {"downloadCount": 1527, "ratingCount": 80, "rating": 4.99, "thumbsUpCount": 122, "thumbsDownCount": 0}, "files": [{"id": 120220, "sizeKB": 147571.09375, "name": "WorldofIce.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-11T22:25:40.188Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9E2046C2", "AutoV2": "81B0A1008E", "SHA256": "81B0A1008EDB766BDB05F5EB498E7FE37D73938B09D72B12BC1AC7442D40B24D", "CRC32": "7E5C0A22", "BLAKE3": "D938EE5CD23500F3F5B3005226A9176CA1DF5419028E04E62F2344A177E28407", "AutoV3": "582EFC551EB7"}, "downloadUrl": "https://civitai.com/api/download/models/159875", "primary": true}, {"id": 120219, "sizeKB": 37646.98828125, "name": "world of ice data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-11T22:20:30.319Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7CFAF7B0", "AutoV2": "7C152F7BE0", "SHA256": "7C152F7BE03CAA3A2AEBDF7226274FC5D2ADC736B1DA3A5010E831A0966A1D13", "CRC32": "0D0F636C", "BLAKE3": "D40E38A1AF32B577BD7962D792EF17229EE7B975C6D1AEC76309A7F468F4F8F1"}, "downloadUrl": "https://civitai.com/api/download/models/159875?type=Training%20Data"}], "images": [{"id": 2459072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0de52668-5864-464b-a97e-eb482a5ebb9b/width=450/2459072.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UcFQB%9Zr;NH_MNHofRkoeWBRPt6IUn$WWs:", "type": "image"}, {"id": 2459133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fe0e903-a158-4c0a-b44e-756c5e4cfdb1/width=450/2459133.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U7A^wV9F00~qD%t74nRjDNt7-;Rj9Ft7s:M{", "type": "image"}, {"id": 2459135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e135de8-07d2-428b-9316-95a9bd398407/width=450/2459135.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCDmUFIUnLo#.TM{ITWB?GM{%NIAM_t6t8IU", "type": "image"}, {"id": 2459136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc6d9bd0-c58b-4edf-8186-8bbbe1bf7866/width=450/2459136.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBB;5zNII9%MElR*i^WB~qxt9FRP-oM|xus.", "type": "image"}, {"id": 2459140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39b4b165-2d7c-4b3a-a247-acc472ba2fb2/width=450/2459140.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFB|pU00%0a|_N9FxtM|w[NHWCR*xaS4%Ma}", "type": "image"}, {"id": 2459141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a94decc0-1741-4dc1-bb3f-6b749b2c1e77/width=450/2459141.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6BD=^Is8woL00_NWBDOx[D%%hoz00Mw-=x]", "type": "image"}, {"id": 2459142, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/faaff901-6c1b-4237-8cb3-4560119f19ab/width=450/2459142.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5BNWiKQ8w_N00%100MwMII9S%tS~qX9_Noz", "type": "image"}, {"id": 2459143, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3a17f23-2890-4784-bb57-eaac3ae101eb/width=450/2459143.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7BXAw.800%M9FoLWA%#~qoftl.8Ditm9FI9", "type": "image"}, {"id": 2459144, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5885d58-cc5b-4855-8150-46bcb937f56c/width=450/2459144.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U79*iU?b00DiyDIU8_of00Rj*0tRMJxu?^V@", "type": "image"}, {"id": 2459146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4430b317-4642-41f0-8327-fd9f7628cbd1/width=450/2459146.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4C@KkjdI8s.00%h00ITM_Ip_4t78w_N?wDi", "type": "image"}, {"id": 2459246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/741ef9af-cec0-4182-a38e-2ed0fba1a49a/width=450/2459246.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UGDdLvDi00?a?uM{NHs9?^x]IURP?btRV@IA", "type": "image"}, {"id": 2459247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e870829c-7d16-44d6-8e53-195bed516662/width=450/2459247.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U6A_9g008^-;Mw%gDibv%Ko~RQ.800s:?wM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/159875", "modelId": 143950} \ No newline at end of file diff --git a/datasets/metadata/159963.json b/datasets/metadata/159963.json new file mode 100644 index 0000000000000000000000000000000000000000..3f0669021a8f75b7d623bd0574c0bcff0599a54d --- /dev/null +++ b/datasets/metadata/159963.json @@ -0,0 +1 @@ +{"id": 159963, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-12T01:50:04.981Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": ["choi yoon-ha"], "stats": {"downloadCount": 487, "ratingCount": 110, "rating": 5, "thumbsUpCount": 116, "thumbsDownCount": 0}, "files": [{"id": 120290, "sizeKB": 73842.765625, "name": "Yoon-Ha.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-12T01:45:44.506Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0D92A29E", "AutoV2": "2E7FC8F2EB", "SHA256": "2E7FC8F2EB901E26A1008B0B4391E8778EF50106C49B4D84B9F470DE03012C5A", "CRC32": "1649F292", "BLAKE3": "5D9F0245595CC00CB84D19C7A2E7EA1308BBF1D03BCB1A14585F3CE17873C0AB", "AutoV3": "D5DAA3EBBBF6"}, "downloadUrl": "https://civitai.com/api/download/models/159963", "primary": true}, {"id": 230091, "sizeKB": 21681.2421875, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T15:46:31.440Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5502CC34", "AutoV2": "0B2B72DC31", "SHA256": "0B2B72DC31496F6288699B7EAE9B6B06FCF7DDED91016EA652312816564BFB40", "CRC32": "8AFAAB80", "BLAKE3": "5142D3CD362723B34B166921126E680B3AB101AC8AD3E38713406A2E6580F199"}, "downloadUrl": "https://civitai.com/api/download/models/159963?type=Training%20Data"}], "images": [{"id": 2853668, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe8ad82a-629a-412a-a4b5-c7142342f278/width=450/2853668.jpeg", "nsfwLevel": 8, "width": 1120, "height": 1688, "hash": "UMJHEv~W0d%M~q?HS5%M9Zxut7M{D%%2?HRj", "type": "image"}, {"id": 2461156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76789dee-ebfc-4104-913c-d52dbf2b1fa3/width=450/2461156.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UiKKm8?w5QxtJVN3xZofRjIVoHWUtRoexsjG", "type": "image"}, {"id": 2853634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcb4cf12-3898-4712-b360-09bb588b3b74/width=450/2853634.jpeg", "nsfwLevel": 8, "width": 1120, "height": 1688, "hash": "UDKAmIIU000000IV~W4.%M-p%2IU9ZM{NGM{", "type": "image"}, {"id": 2461153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5c00513-4892-42fc-86ef-c7a9b46ed540/width=450/2461153.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UVIhgM9EWSRj_NM_R%s,XB-nNGxXS*t5jEoc", "type": "image"}, {"id": 2461158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f45cf178-3952-4405-864a-22ee1b30c9dc/width=450/2461158.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTJai#I9E0b_?w=_xtRk~XxCIpRjxvt5V@of", "type": "image"}, {"id": 2461157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/265dc2c1-f728-4ee5-8c59-a903906d4430/width=450/2461157.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USH_SwtSD%RO?aIpWB?H~V%MIoNG~Wxu%2n~", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/159963", "modelId": 144027} \ No newline at end of file diff --git a/datasets/metadata/159998.json b/datasets/metadata/159998.json new file mode 100644 index 0000000000000000000000000000000000000000..b68adf381fcf5b4a28b4ea5690fa810a3ddb5bad --- /dev/null +++ b/datasets/metadata/159998.json @@ -0,0 +1 @@ +{"id": 159998, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-12T02:20:31.818Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 638, "ratingCount": 69, "rating": 5, "thumbsUpCount": 89, "thumbsDownCount": 0}, "files": [{"id": 120322, "sizeKB": 22255.05859375, "name": "Chiaki_Nagumo_Shuusaku-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-12T02:22:24.470Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B40E9956", "AutoV2": "611CED1F1C", "SHA256": "611CED1F1CE71040F9A40E49A28CA700267C0C23A6E930EE18C0F4EA69107118", "CRC32": "DD838C1A", "BLAKE3": "1D86A3EEA219ECB520C839093FCBE758E5DC72FB48CA28E089D6D7D159F0EF5F", "AutoV3": "16E9FDB19635"}, "downloadUrl": "https://civitai.com/api/download/models/159998", "primary": true}, {"id": 120324, "sizeKB": 45096.9794921875, "name": "Chiaki_Nagumo_Shuusaku.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-12T02:20:49.710Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DC15BCAD", "AutoV2": "155E1CC2F6", "SHA256": "155E1CC2F67704F38D5EFF1F241F9190ECE2810806CCFCA302FA762205A1937F", "CRC32": "D72022DC", "BLAKE3": "9049C1E442E5B786DED4EB4D8A7F73DEBA74E6FBED0F0BC08FA86E401FA75521"}, "downloadUrl": "https://civitai.com/api/download/models/159998?type=Training%20Data"}], "images": [{"id": 2461546, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8b718cd-90a3-451a-afcd-75af77f2099e/width=450/2461546.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULOVr.~o5B?H-aR:R$W=vyxZ-;t6?^ozxsM{", "type": "image"}, {"id": 2461733, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d915c545-2daa-4911-b50f-f45e98d6b695/width=450/2461733.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXOVinR%tToh~qr?kVM|8{xatRnO-oS#W?R*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/159998", "modelId": 144045} \ No newline at end of file diff --git a/datasets/metadata/160063.json b/datasets/metadata/160063.json new file mode 100644 index 0000000000000000000000000000000000000000..a3a70307df0bf635841986a5d0c69ae6201d552a --- /dev/null +++ b/datasets/metadata/160063.json @@ -0,0 +1 @@ +{"id": 160063, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-12T04:23:03.063Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 589, "ratingCount": 57, "rating": 5, "thumbsUpCount": 72, "thumbsDownCount": 0}, "files": [{"id": 120379, "sizeKB": 22256.14453125, "name": "Nagisa_Kondou_Shuusaku-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-12T04:25:39.946Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "16793B83", "AutoV2": "1E94B706EF", "SHA256": "1E94B706EF2A5244B01E59A2AB4F17355B1B456CD3D9C4CA46D9DDB72F70F75B", "CRC32": "76F8BC8E", "BLAKE3": "E735D28622614E56CD9604A3AF5D2646E79D84ABA3EE1C9395A15C0763D43693", "AutoV3": "5EF8AB0909E1"}, "downloadUrl": "https://civitai.com/api/download/models/160063", "primary": true}, {"id": 120380, "sizeKB": 45466.087890625, "name": "Nagisa_Kondou_Shuusaku.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-12T04:25:42.177Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C34DFF07", "AutoV2": "AAEF378F62", "SHA256": "AAEF378F62E8B89795566DEA6A848D659183DC83706A76C99EE670C4022E547B", "CRC32": "ABFF0CD9", "BLAKE3": "FBD4DC832B441BED5E07E7530FFEEF5337BB623C938888E243E1005090C8E620"}, "downloadUrl": "https://civitai.com/api/download/models/160063?type=Training%20Data"}], "images": [{"id": 2462800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f99e3468-cc99-4e17-ab7c-06dc90923d88/width=450/2462800.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTNT8sxtN#t7PVazt,kB~Cof^St7%%s;xCWB", "type": "image"}, {"id": 2462863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8f270a1-b11e-4304-897e-01b6892c7d00/width=450/2462863.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USLWO*_MNMyD5*j?enNG0K=foMIB-8EeNKxZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/160063", "modelId": 144097} \ No newline at end of file diff --git a/datasets/metadata/160651.json b/datasets/metadata/160651.json new file mode 100644 index 0000000000000000000000000000000000000000..bcc1fb53278a997d83c345871e7d82a0bb0fde67 --- /dev/null +++ b/datasets/metadata/160651.json @@ -0,0 +1 @@ +{"id": 160651, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-13T00:33:53.030Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["hyuuga_hinata", "Purple_hooded_jacket_Blue_pants", "sleeveless_shirt_Black_shorts_fishnet_thighhighs", "White_hooded_jacket_Fishnet_top_Blue_shorts", "Purple_hoodie_Brown_shorts"], "stats": {"downloadCount": 960, "ratingCount": 129, "rating": 5, "thumbsUpCount": 178, "thumbsDownCount": 0}, "files": [{"id": 120916, "sizeKB": 37002.515625, "name": "Hyuuga_HinataV1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-13T00:25:48.942Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0CEC9F78", "AutoV2": "D5A4EA9864", "SHA256": "D5A4EA9864ECE0CBAEBC174979C8BDEF796EE80F49003E594AFE8600EFF6244B", "CRC32": "06A634F2", "BLAKE3": "5A505A04BC300445CBAA274BAF2D4A6F02910E66DA3FAF535785B18976BF9A66", "AutoV3": "E487679293E4"}, "downloadUrl": "https://civitai.com/api/download/models/160651", "primary": true}, {"id": 120917, "sizeKB": 44081.9248046875, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-13T00:25:56.454Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "10958DC5", "AutoV2": "BAD79C48C7", "SHA256": "BAD79C48C7A3311864F2AD10E2FA8C1252FC111C058D3076D1DD921A1E7B6545", "CRC32": "35B036A4", "BLAKE3": "8E0207F649B5EED6ABCE44CFCB1FE230CADC6FF2939AABE668CE2AB782070191"}, "downloadUrl": "https://civitai.com/api/download/models/160651?type=Training%20Data"}], "images": [{"id": 2476833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49a13a41-7297-46bb-a51d-f1087eca2e49/width=450/2476833.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UQJtf1_3_N%3~ooftRM{53RR-;WBr|ofRin,", "type": "image"}, {"id": 2476781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed7f7179-3866-414d-86fa-fa0e8eccceba/width=450/2476781.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UOIEO_a2_3t7_MW-%Mt8OlbZs;tQM|t7R%NG", "type": "image"}, {"id": 2476771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9cffcca-d09f-42d4-b815-469bdfdb32f4/width=450/2476771.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UJJtugRoknxv?boI_4tR0JRitSogNIt8jEkC", "type": "image"}, {"id": 2476774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a41b926e-5120-40e0-8ce5-515dda572ab5/width=450/2476774.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U5JkDsv|004o0000xn-W00V=D*IU~no{H@ob", "type": "image"}, {"id": 2476787, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8e739e8-a88a-4942-9f83-1714a5749b11/width=450/2476787.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UFIN%44o00^*~VWBaet69Zs:^*IoE1t7t7WB", "type": "image"}, {"id": 2476778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d505736-7ced-4268-b6a2-057f7f7948fa/width=450/2476778.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U7KAa20400xvI-00~WoK0]9X-F$~034-~Txp", "type": "image"}, {"id": 2476775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f93b6c18-01ab-45ad-bc77-c5839beeb21b/width=450/2476775.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "USIz_J9Z?bt8~oxu%gt7Ect6-;ogRpt8xaWB", "type": "image"}, {"id": 2476773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/370d3687-9113-46a3-84e6-639ae9f45aa0/width=450/2476773.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "USI;l8t7_3?J~WxbR:oyJ4%LsEofIokC-pRj", "type": "image"}, {"id": 2476772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ae3c421-22a0-42a6-a107-9c713aff2c53/width=450/2476772.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "ULK,{v~W~U%L~VWVxuWU9WWA-qs:t7xan+oM", "type": "image"}, {"id": 2476776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d40ddf70-95c8-4b83-a84b-d8581565a5b6/width=450/2476776.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UFJte;V@BXR-pIIo?aWUyBxu^j%L01xu~Axu", "type": "image"}, {"id": 2476783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/805f32af-895a-4ab8-a667-4a5d69cc4e30/width=450/2476783.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UHLWw}~pEL?G%ct6^%-:nKV@MxM|t6WW-qxa", "type": "image"}, {"id": 2476780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1debdc25-cc1a-46a1-85f4-e2198cccaaae/width=450/2476780.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UFK-2yRNOs0M4,xvs%bXD$tR-oxXo~IU~Vso", "type": "image"}, {"id": 2476777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f05c095c-adb5-411c-b03d-64a3fae9bae8/width=450/2476777.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UGJkAi~W54%1-qj[-m%19ZNZ^,M{xmbbE5Rk", "type": "image"}, {"id": 2476779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/151b004a-4d78-40f3-a95a-a4dfe4c190af/width=450/2476779.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UEGt:4xaEG~V4=o39aNGxloe=}IoE0NGRnxZ", "type": "image"}, {"id": 2476782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a2bfd7b-355d-415f-aa3e-53744b19c1f1/width=450/2476782.jpeg", "nsfwLevel": 16, "width": 512, "height": 1024, "hash": "UDJ7%f?I00x9~BRj^+?bI8of?cWA%KoMRmRi", "type": "image"}, {"id": 2476784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cf746ab-ab67-4d23-a723-2c9afeb10f55/width=450/2476784.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UIHeCE~D-}otXd-.RQ-ptyWBxbR*XNRj%3jZ", "type": "image"}, {"id": 2476785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e364ebda-ddea-47ef-bf4b-98ac7b51abed/width=450/2476785.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UTJtb$^+^]R$~ot6R.RkxnR*WGRkt7j[afWD", "type": "image"}, {"id": 2476786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c28aa042-7c3a-4029-b6c8-df0409e5c4cf/width=450/2476786.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UDKAZ*%L0L,.L2^*~VRj0KE2-:EL?Hnhs9RQ", "type": "image"}, {"id": 2476789, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e4fea75-4ced-4397-a64b-55eaca87f9e6/width=450/2476789.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UHKwIT%N1z~W%g?bw]R*0zx]xa%2D*oL%Mj[", "type": "image"}, {"id": 2476824, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc003d3f-ee9d-4002-9eb1-78ec6f5d536b/width=450/2476824.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U5H-=M9aJ0-.9ItR009F00IU^-%M00M{byE1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/160651", "modelId": 144539} \ No newline at end of file diff --git a/datasets/metadata/160727.json b/datasets/metadata/160727.json new file mode 100644 index 0000000000000000000000000000000000000000..226c89429557d744ad18e77923565f98bbb4bd09 --- /dev/null +++ b/datasets/metadata/160727.json @@ -0,0 +1 @@ +{"id": 160727, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-13T02:52:34.876Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 511, "ratingCount": 68, "rating": 5, "thumbsUpCount": 99, "thumbsDownCount": 0}, "files": [{"id": 120985, "sizeKB": 22249.52734375, "name": "Mizuki_IkiSugiIbunka-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-13T02:50:35.529Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D73D810F", "AutoV2": "723EC705F0", "SHA256": "723EC705F0E5D244A3F418DEEC0971BECD587E7251AA450DF53B84631828749E", "CRC32": "3BB8F144", "BLAKE3": "396DAD0AC95A92C12A7A530DE1F7472DBC310C416C86C8675010A3245D60A085", "AutoV3": "D27232FDF9DC"}, "downloadUrl": "https://civitai.com/api/download/models/160727", "primary": true}, {"id": 120986, "sizeKB": 40341.47265625, "name": "Mizuki_IkiSugiIbunka.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-13T02:55:38.412Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6D687BF5", "AutoV2": "8ABD8C45C0", "SHA256": "8ABD8C45C0B8F9B1BC83B9C4D32413C4684829613DADA6B002047196E674CF8E", "CRC32": "1D8AC1D8", "BLAKE3": "F34802BCBF33C80A8D90D4BEECC10DE85A66A59B6F95C117EF82F63769499B09"}, "downloadUrl": "https://civitai.com/api/download/models/160727?type=Training%20Data"}], "images": [{"id": 2477709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/729b9f7b-9c5f-4eb3-865a-de9611a14f56/width=450/2477709.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPJaTaa~9sWB00RiXTjs_4of?HxuNFWB^*M{", "type": "image"}, {"id": 2477765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dded2e81-ab58-44fb-bbd5-195bba2ea405/width=450/2477765.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQKAZ|$|I-S0I,s;tRE1D$xb%2-q~XELM{%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/160727", "modelId": 144598} \ No newline at end of file diff --git a/datasets/metadata/160768.json b/datasets/metadata/160768.json new file mode 100644 index 0000000000000000000000000000000000000000..410506fb954f6a284c219cb92064d26edf4bb265 --- /dev/null +++ b/datasets/metadata/160768.json @@ -0,0 +1 @@ +{"id": 160768, "index": 1, "name": "World of Shadows v0.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-13T04:17:32.926Z", "availability": "Public", "nsfwLevel": 1, "description": "first release of world of shadows seems to be good so far!
", "trainedWords": ["worldofshadows", "purple and black", "shadow aura"], "stats": {"downloadCount": 1375, "ratingCount": 68, "rating": 4.99, "thumbsUpCount": 113, "thumbsDownCount": 0}, "files": [{"id": 121026, "sizeKB": 147571.1953125, "name": "WorldofShadows.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-13T04:15:52.174Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CCE7EE50", "AutoV2": "2B19C42379", "SHA256": "2B19C423797B39F48C9B0C7E23754146B5A10D83BAF7316140062BC18F9CB577", "CRC32": "39D37C4D", "BLAKE3": "1B6E9F1D344729650DC5430B7E97A352CF92D8EDC875F57402741AD48489D72D", "AutoV3": "90512F4DE644"}, "downloadUrl": "https://civitai.com/api/download/models/160768", "primary": true}, {"id": 121022, "sizeKB": 41630.7021484375, "name": "World of shadows data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-13T04:10:43.910Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A24D6F23", "AutoV2": "D1C04D2072", "SHA256": "D1C04D20726F8B87362DB55F5D54EB843AB108056A72AFDB447CC8D9F97085A2", "CRC32": "D976F3F5", "BLAKE3": "1E6115474E1886703AC026BC4967DF173D1539BC1951526ECAB7DC8D691F7482"}, "downloadUrl": "https://civitai.com/api/download/models/160768?type=Training%20Data"}], "images": [{"id": 2478233, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/860b1791-a6ef-425a-9e05-495b7483bb98/width=450/2478233.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U18f=_?00Joa0{I-xToN00V?5}jv=kS2s=j]", "type": "image"}, {"id": 2478234, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f10fe755-4075-409e-891e-da5710e15f80/width=450/2478234.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U88|C$~D%ItQo@-o%MxbE0sXxbofIoIUM{WB", "type": "image"}, {"id": 2478237, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4beb2b76-8a2a-4603-aea6-dc3f5fd52d76/width=450/2478237.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U99%rBxv4,IT?wt8D$ITM|tQI-IU%Lt7e=RQ", "type": "image"}, {"id": 2478238, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26d299dc-b09e-4859-8c49-61d5e51d5af9/width=450/2478238.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U78zcZImH@x@.knlE0oyt3ogoesrRPs;kDoe", "type": "image"}, {"id": 2478239, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ad7db5c-4e50-4158-81a4-548099d68158/width=450/2478239.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U5AcJe~Dwg^kWJNHR~bXIU#[IoV{9:WUxuWU", "type": "image"}, {"id": 2478241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ab63b80-ae46-4754-98e2-b6b9f3585811/width=450/2478241.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U696FF}]5gRVNOaRjKt5EI$l=jWBI,jZs;o5", "type": "image"}, {"id": 2478242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f11fa5f-dc9a-4441-9aeb-56282ec5c08a/width=450/2478242.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3BMMw01XL_301oz019Y0J.7?t?F.38|W+rz", "type": "image"}, {"id": 2478243, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74692c38-32db-41ae-95ed-0c823617ffc0/width=450/2478243.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U37,TB}w0cEJ,#$noZobwPsExHxaNpWAN4a%", "type": "image"}, {"id": 2478244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/011172b8-1aea-4976-9553-0a40bbdf8cc2/width=450/2478244.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4AcPw^n?0k%V{,yXeS@01wk4.IUH_jJ#uaO", "type": "image"}, {"id": 2478245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b9aba15-d731-4dac-82a7-fbee1afa871f/width=450/2478245.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U49Q8os?00^-rO-Y-qj04TX3x^rf_ME0Di.7", "type": "image"}, {"id": 2478246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3a8a91c-ae58-431b-9f66-48fff4a80ef0/width=450/2478246.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U16@Tl9d00~Srk}[S?0J%DIq0f?E0cNY$,-E", "type": "image"}, {"id": 2478247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc05b949-39ec-4588-9e2c-4cce8dbfc1b8/width=450/2478247.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3CN]rM{0w9@7f9@JOAA00s:}]S10vxb$S$+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/160768", "modelId": 144627} \ No newline at end of file diff --git a/datasets/metadata/160775.json b/datasets/metadata/160775.json new file mode 100644 index 0000000000000000000000000000000000000000..0c675d2a3ae945c1d407e0cda3e60c95dd049bb1 --- /dev/null +++ b/datasets/metadata/160775.json @@ -0,0 +1 @@ +{"id": 160775, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-13T04:32:57.192Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 528, "ratingCount": 63, "rating": 5, "thumbsUpCount": 84, "thumbsDownCount": 0}, "files": [{"id": 121032, "sizeKB": 22251.07421875, "name": "Natsume_Sayoko_Ochiruhitoduma-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-13T04:30:35.355Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F68F61BB", "AutoV2": "0C2513E78F", "SHA256": "0C2513E78F2A02635BC4D30423AA4522399E757EB5D2E3BE95C910A46EBA986A", "CRC32": "DBD663D7", "BLAKE3": "D4BC3685D233C80AB3AB32B4C19C0DB1511676EB8A855385E2E022E4DD76DBFB", "AutoV3": "0F95B6EB472C"}, "downloadUrl": "https://civitai.com/api/download/models/160775", "primary": true}, {"id": 121033, "sizeKB": 33300.83203125, "name": "Natsume_Sayoko_Ochiruhitoduma.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-13T04:30:36.435Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1C737CA8", "AutoV2": "D517716ED2", "SHA256": "D517716ED227FA31E6AC8F9E55FC6CB8378275A5EF49E9B02A7FE70786220FF1", "CRC32": "07A45028", "BLAKE3": "F2E7C5B847D857C514EFCA3B6B9F42D44FBF6AC8F0F12C2863D08E39E7453D6C"}, "downloadUrl": "https://civitai.com/api/download/models/160775?type=Training%20Data"}], "images": [{"id": 2478425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66fd9873-9851-4474-a681-b4477f854c5b/width=450/2478425.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAJa_]?bEy~W00Mx?us.T}?brr%M5S?G^jnh", "type": "image"}, {"id": 2512775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccfb07f6-a96f-4e5a-83a9-4ac374a1f444/width=450/2512775.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UZK,:JRjyEtR~qM{.8bvKQs9-pxt%MM|IV%2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/160775", "modelId": 144633} \ No newline at end of file diff --git a/datasets/metadata/16087.json b/datasets/metadata/16087.json new file mode 100644 index 0000000000000000000000000000000000000000..b2fca7d66edf200257cd81c4ab1e767459153cbc --- /dev/null +++ b/datasets/metadata/16087.json @@ -0,0 +1 @@ +{"id": 16087, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-02-27T08:55:10.902Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["semiramis \\(fate\\)"], "stats": {"downloadCount": 684, "ratingCount": 130, "rating": 5, "thumbsUpCount": 131, "thumbsDownCount": 0}, "files": [{"id": 13681, "sizeKB": 49570.2626953125, "name": "3_semiramis.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-27T08:56:24.880Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C4E3C8A3", "AutoV2": "87B4FBECB4", "SHA256": "87B4FBECB41595C9982E2AF963A6E322A4E8A6FDD3F7C1AF9895CF338CD4A3B6", "CRC32": "39D7AD94", "BLAKE3": "46FEAF7E67AA332F41844EC94DB0DE53910AC3D6F38FA7B8EA10C649623A4E2B"}, "downloadUrl": "https://civitai.com/api/download/models/16087?type=Training%20Data"}, {"id": 13680, "sizeKB": 147573.6611328125, "name": "char-semiramis-fate.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-27T08:56:25.023Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "90C8B3BE", "AutoV2": "39E59014B1", "SHA256": "39E59014B1EB25772585D0D23D5BD3D94EE767ED73D3C48467603B062DB01161", "CRC32": "EBB4821D", "BLAKE3": "4461A48E727249CC7AE10AAD62DA80F1AEEAF0B7020B512729A64E4148A90E03", "AutoV3": "6055DFBE77BF"}, "downloadUrl": "https://civitai.com/api/download/models/16087", "primary": true}], "images": [{"id": 162117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/678a95f8-504f-49e4-77d4-87d329350a00/width=450/162117.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNG+8h~W?b-;-;IV?aNGE19FjFt6_2kCIU-p", "type": "image"}, {"id": 162123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/809eb31c-46ce-4c1d-c062-ff7a7ce14600/width=450/162123.jpeg", "nsfwLevel": 2, "width": 768, "height": 768, "hash": "UPFh|*aJt7M|_NtRInx]-=IBRP-p-;9ZWAtQ", "type": "image"}, {"id": 162122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52cc86da-987b-4548-ffdf-17c809b4ee00/width=450/162122.jpeg", "nsfwLevel": 1, "width": 768, "height": 520, "hash": "ULH.1r~W9bS5tmIU_2xt%gIUxaRj^+R*NGxu", "type": "image"}, {"id": 162121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aae7aa61-133e-4af2-64b8-c0264ccc9200/width=450/162121.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UUFZ7l?ak-OS_MRqI:W.NzRVM{bI%ft6xYxt", "type": "image"}, {"id": 162120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/053e5278-99b2-431c-f036-d694e3291f00/width=450/162120.jpeg", "nsfwLevel": 2, "width": 720, "height": 1280, "hash": "UkGSZCNe.7Mx?^x]kCRi%hX8WFRPtSWroNbH", "type": "image"}, {"id": 162119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbc52d72-1760-47ec-0be3-808ef94a7700/width=450/162119.jpeg", "nsfwLevel": 1, "width": 768, "height": 520, "hash": "UNF5{n%M%g?b_Nt6?bW=_3M{R*xu%Mt7t8kC", "type": "image"}, {"id": 162118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d56fb748-8b5a-48e1-13f2-ace0b2e05800/width=450/162118.jpeg", "nsfwLevel": 1, "width": 768, "height": 520, "hash": "UjIY2zsS%MD%_N%Ls.s9-;%2WBM{M{f5o0WC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/16087", "modelId": 13657} \ No newline at end of file diff --git a/datasets/metadata/161041.json b/datasets/metadata/161041.json new file mode 100644 index 0000000000000000000000000000000000000000..fa0f5e596586576415d6bf29d087bad4b6bd0990 --- /dev/null +++ b/datasets/metadata/161041.json @@ -0,0 +1 @@ +{"id": 161041, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-13T14:23:49.950Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 425, "ratingCount": 46, "rating": 5, "thumbsUpCount": 58, "thumbsDownCount": 0}, "files": [{"id": 121260, "sizeKB": 22252.12890625, "name": "Ayumi_Tenkawa_Houkago-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-13T14:25:58.917Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8084F6B3", "AutoV2": "98282E5E58", "SHA256": "98282E5E585809D185CAC1B04F8C993CD977E41FD45E7571ABBD53CF85479220", "CRC32": "B6926767", "BLAKE3": "AE64E6C7D895C25CC3AA14DE28699BD1BA2667C5E6ACB90CA8A2035446A74A78", "AutoV3": "63738145CA4B"}, "downloadUrl": "https://civitai.com/api/download/models/161041", "primary": true}, {"id": 121261, "sizeKB": 42054.9873046875, "name": "Ayumi_Tenkawa_Houkago.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-13T14:26:00.415Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "07CE6940", "AutoV2": "292C4ACE1C", "SHA256": "292C4ACE1C467CA68FD41D5C10F48EF0295753FFE4D4B5D2FA445DAC0A91EC87", "CRC32": "622AF4EE", "BLAKE3": "B0EE7B9241F8B6F91A548BEE6F5F429AE60797E2889B9DE57BB8CB7238074BEF"}, "downloadUrl": "https://civitai.com/api/download/models/161041?type=Training%20Data"}], "images": [{"id": 2483461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f8c0664-befa-4f34-a2c0-d64b08c6a2fd/width=450/2483461.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeJHEz~BI9%1%hxuW-t6D*IVV?RkVsRQixV[", "type": "image"}, {"id": 2483534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c1bfd00-c023-4c84-82de-f7ae678bf423/width=450/2483534.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UfJG]1~pr=tRTKkCRiM{9va1Rii_%1R*aKxs", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/161041", "modelId": 144862} \ No newline at end of file diff --git a/datasets/metadata/161329.json b/datasets/metadata/161329.json new file mode 100644 index 0000000000000000000000000000000000000000..c64e6adaa04b86cacbc7e0bfa93fe395f159df3a --- /dev/null +++ b/datasets/metadata/161329.json @@ -0,0 +1 @@ +{"id": 161329, "index": 1, "name": "World of earth v0.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-13T22:57:45.632Z", "availability": "Public", "nsfwLevel": 1, "description": "first release of world of earth! turned out well!
", "trainedWords": ["worldofearth"], "stats": {"downloadCount": 1437, "ratingCount": 81, "rating": 5, "thumbsUpCount": 131, "thumbsDownCount": 0}, "files": [{"id": 121519, "sizeKB": 147571.1640625, "name": "WorldofEarth.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-13T22:50:39.862Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2071A18E", "AutoV2": "4CA7B4E757", "SHA256": "4CA7B4E757CE87563071522E9B6378FD4C0D1AFEC2CF45732C59979AD614AE98", "CRC32": "6A4BAECB", "BLAKE3": "5132663C20C44784AB8038269828A116BED2D6A6A67E92F5916471E8A0A665BB", "AutoV3": "C86A61257F7E"}, "downloadUrl": "https://civitai.com/api/download/models/161329", "primary": true}, {"id": 121518, "sizeKB": 40230.7802734375, "name": "World of Earth data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-13T22:50:37.885Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "ECFA8281", "AutoV2": "84FF74D55E", "SHA256": "84FF74D55E8A7EEF400DE90A1AFFC3660A9A479E64CEC810E15550CEC392DC7E", "CRC32": "0684C7B7", "BLAKE3": "BE23AAADEDAC97746C0135B9AEA6D4A505C62B9D2C6E6E72B3801D8706EF2ADC"}, "downloadUrl": "https://civitai.com/api/download/models/161329?type=Training%20Data"}], "images": [{"id": 2488770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe264e5f-2842-4aa6-82b4-2106568fac5c/width=450/2488770.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UMG8}+E4-:%L_M9as:NGxaIVRjIVofNG%1oL", "type": "image"}, {"id": 2488771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73dd08af-2788-409d-9b18-ff9a96f1e55d/width=450/2488771.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UHGuw7%gD*j]~q-:%1t7EQoft7%L?ZM|M|bJ", "type": "image"}, {"id": 2488773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd056b97-5e69-4e5e-95d6-7052be75a326/width=450/2488773.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UWJ8Lg~p_1xt~p%LxtRkRkoeIoj?oextWBt6", "type": "image"}, {"id": 2488774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e88d085-a30f-4209-82f6-a74b99500873/width=450/2488774.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UcG8$LD%Io%M~pMyRjxuoyoeNGflbHofM{Rk", "type": "image"}, {"id": 2488779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c9774c4-a785-4f7d-b694-c60c8fd813a1/width=450/2488779.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UHEx-8~V%Mt8yD^+?Gxu$$WCS5t8M{jFWBj?", "type": "image"}, {"id": 2488783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e832b128-d699-40e9-9da1-6232df53a896/width=450/2488783.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UDEL?0~U01.7_2oeMy%L-n%LV@IU?G-ps.oe", "type": "image"}, {"id": 2488786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/406cc926-3390-4b4a-be22-c86a3976cb33/width=450/2488786.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U5CiBS=|0N5m~9X9^%Rj0Mxsx[i_Rm-m4;WE", "type": "image"}, {"id": 2488836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/406e90e4-666b-433d-86d2-6fe003f5e755/width=450/2488836.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UYI}Lt~Unif+9]IVD*oLVtNHShofD%t6xuR*", "type": "image"}, {"id": 2488837, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e54e045f-8d70-4b26-b90c-d4b7aac2c2c2/width=450/2488837.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UPHxf[57yD~p^*R+WAxuHss.E2M{ofWBtQWC", "type": "image"}, {"id": 2488838, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/420eabeb-6f7f-4837-9fff-486a563f594a/width=450/2488838.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UEFX;U=^}@^j$zs-xtbH00%05858XTW=Mya1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/161329", "modelId": 145078} \ No newline at end of file diff --git a/datasets/metadata/161373.json b/datasets/metadata/161373.json new file mode 100644 index 0000000000000000000000000000000000000000..b788513132ae5a1111aaa1fe1ee6b25e1cd1c7cd --- /dev/null +++ b/datasets/metadata/161373.json @@ -0,0 +1 @@ +{"id": 161373, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-14T00:05:45.627Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 377, "ratingCount": 45, "rating": 5, "thumbsUpCount": 55, "thumbsDownCount": 0}, "files": [{"id": 121557, "sizeKB": 22252.69921875, "name": "Akari_Mizuno_Houkago-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-14T00:05:46.853Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5DE3B5A2", "AutoV2": "B710E1C14C", "SHA256": "B710E1C14CE95164BE740BFC864085BAD413A7D56F782C58AB72EB3AAFDC769D", "CRC32": "E7684E09", "BLAKE3": "7B4A095FDE2ECAB4D428ACF9CC4B1653E6C8B91422DAC84E6E98A62528C1A65B", "AutoV3": "8A86C7859E07"}, "downloadUrl": "https://civitai.com/api/download/models/161373", "primary": true}, {"id": 121559, "sizeKB": 40886.62890625, "name": "Akari_Mizuno_Houkago.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-14T00:05:52.406Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E3AA9149", "AutoV2": "8799BA8D99", "SHA256": "8799BA8D9950F6C3823B2B3AB0A1E73AE5EA2B60D41C47690FFCBC161050EFB4", "CRC32": "E0E25DAE", "BLAKE3": "AB21BDC5C7D166512CDBB0CFC0F005430E1DBC8C9ED994FD0C9EF939D98B3011"}, "downloadUrl": "https://civitai.com/api/download/models/161373?type=Training%20Data"}], "images": [{"id": 2489519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/098469e8-b153-4add-899f-c2486d5bf941/width=450/2489519.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UrNb$Es:t8s;~Wj[yDofo}oLXlWVt7fjW.af", "type": "image"}, {"id": 2489424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e4b400b-6b08-4b75-b59e-04d6a7314b39/width=450/2489424.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1504, "hash": "URLW9h5QOsfA~XRjyqxH9as:SwW;wMR*RQNa", "type": "image"}, {"id": 2489470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50541702-3abb-4d4d-9003-6267b5519e32/width=450/2489470.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1504, "hash": "UfKc;a~Cx^t8?HR5kWM|xbaexukUsqoMWBx[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/161373", "modelId": 145112} \ No newline at end of file diff --git a/datasets/metadata/16157.json b/datasets/metadata/16157.json new file mode 100644 index 0000000000000000000000000000000000000000..1bf017719b71114d8cfa58fa7d7523108b08d40a --- /dev/null +++ b/datasets/metadata/16157.json @@ -0,0 +1 @@ +{"id": 16157, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-02-27T12:40:09.696Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["kousaka_shigure", "eyebrows_visible_through_hair "], "stats": {"downloadCount": 499, "ratingCount": 104, "rating": 4.98, "thumbsUpCount": 106, "thumbsDownCount": 0}, "files": [{"id": 13719, "sizeKB": 92648.935546875, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-27T12:41:28.732Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6CBC7E6F", "AutoV2": "1699ECA2A9", "SHA256": "1699ECA2A9A04AA4E24C0EB027D449A0630727CAF6F9E2B7F371A3947EBF2A74", "CRC32": "49633BFE", "BLAKE3": "77D8758A947A025AFD3F71A80EF471A7567495758595300AADF839498D64FCF8"}, "downloadUrl": "https://civitai.com/api/download/models/16157?type=Training%20Data"}, {"id": 13718, "sizeKB": 147580.734375, "name": "Kousaka_Shigure.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-27T12:41:26.660Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "52674E38", "AutoV2": "C6EA7606E4", "SHA256": "C6EA7606E4A8DC36484BF177D3CB4864E7EAA800A2589A2F664F7C5E7A352E7A", "CRC32": "F9F356F6", "BLAKE3": "E23FE4C4C02F18E27CA0672DB07C503D9E22FA430AF86832867A4976DF0F13E7", "AutoV3": "EBDDFF404C68"}, "downloadUrl": "https://civitai.com/api/download/models/16157", "primary": true}], "images": [{"id": 162984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13f86905-a9aa-4dab-5582-7d978803fb00/width=450/162984.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UTKTSj?Ft1~oAA-o?GnOnQjYs:W.xWs;xuWA", "type": "image"}, {"id": 162993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55537c03-847d-4196-f3b0-f164c0138000/width=450/162993.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UPK^yjM}-UWZ-:~o9vkDR6xZt9%Mo}xuW=EL", "type": "image"}, {"id": 162992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcd883f7-704c-4df2-d6c2-c123eeacea00/width=450/162992.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UKIEFco#9s_2y=HtIUNeyqMy,=?HE%n5InEK", "type": "image"}, {"id": 162991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/008b4ebe-8e3f-4736-bb21-139c70382200/width=450/162991.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UNL3#%Q*~2~T00S+S7NI-:IrM{M_-3NIxuae", "type": "image"}, {"id": 162990, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35e682db-4b4e-4199-4ffb-433fa0baea00/width=450/162990.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEJ@2m~C#7~p1=_2~ort-CEexs9?R4Z,%1IB", "type": "image"}, {"id": 162989, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8dc046e7-c642-48e1-f1d9-b52ca0418900/width=450/162989.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UPL{xU~Uc4Mf.R?rW,cC0LRi?G%f,Jo]JPMy", "type": "image"}, {"id": 162988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9dfc4ad2-2fc4-444d-c57c-27d4ee09cf00/width=450/162988.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UHJ%a]++0JKI0vNMahn501Ey~VIm~D#ZIU^+", "type": "image"}, {"id": 162987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60804c59-5827-4c82-cb82-feecc3aed700/width=450/162987.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UKMY$z*|O9~V*F.N9GS0Ol-.?a9H-Wi_$S-C", "type": "image"}, {"id": 162986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae8cde01-0575-40ad-2799-3ff9ce37aa00/width=450/162986.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UHLD+Jc@%d_43E00vf5rGb=^?a0Mb{M|%z^+", "type": "image"}, {"id": 162985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94b3d2af-b112-4486-c3e0-dd21f9382b00/width=450/162985.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UTKcz:-nxA~o5i%L?GnOrws,s:SfxVj^xuV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/16157", "modelId": 13720} \ No newline at end of file diff --git a/datasets/metadata/162016.json b/datasets/metadata/162016.json new file mode 100644 index 0000000000000000000000000000000000000000..bafa36f3bc588f4cf16c03b66a91ed991da0ea87 --- /dev/null +++ b/datasets/metadata/162016.json @@ -0,0 +1 @@ +{"id": 162016, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-14T21:23:53.051Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": ["ryu.hanna"], "stats": {"downloadCount": 903, "ratingCount": 142, "rating": 5, "thumbsUpCount": 210, "thumbsDownCount": 0}, "files": [{"id": 122134, "sizeKB": 36980.3515625, "name": "Ryu-Hanna.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-14T21:25:41.429Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F557B8D9", "AutoV2": "9152393FB1", "SHA256": "9152393FB1C860A0492E27DEB46B9DEBFE597BBB566D81FB2101A8B1CC3CAA93", "CRC32": "D4E02A93", "BLAKE3": "74FAD44C663975A8FE774D3289F0D1F8AA95D406C2485AB38D9F95305ABF422A", "AutoV3": "DC50526C3014"}, "downloadUrl": "https://civitai.com/api/download/models/162016", "primary": true}, {"id": 230087, "sizeKB": 64509.4326171875, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T15:45:56.270Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "988563D1", "AutoV2": "F5B059E925", "SHA256": "F5B059E92502D04E0B87D97970DFFBFE2E9BA3F56103F367265499E6D9159559", "CRC32": "23C59FBE", "BLAKE3": "2AA082DD4F63B44FB3037B4CF832BAFAEE1805657C4B1DDB12F98AD8DFABA55B"}, "downloadUrl": "https://civitai.com/api/download/models/162016?type=Training%20Data"}], "images": [{"id": 2553994, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43f395f8-0dce-416e-967e-1b42b490d0e0/width=450/2553994.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTJZV%-p9ZxuIoW;IAayEMxu~Wt7eTRPM{%L", "type": "image"}, {"id": 2554053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98068511-ab41-42d8-b432-aa09cb1ccb78/width=450/2554053.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USJtJ5x]yDE1~pxZWURjIot7xaozM|oft7WB", "type": "image"}, {"id": 2503550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcdd9d2f-181d-4e37-8a27-6dd119465355/width=450/2503550.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UuMPtP~VXSxaMyWBf5of9GaexaR%RjjZjFs:", "type": "image"}, {"id": 2503547, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36eebd81-1f62-4a86-83d2-fcfeb8f0abf0/width=450/2503547.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJLo.-?bOmNG00IAMcIU00xa?H%2~V-;RQ%L", "type": "image"}, {"id": 2503549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52b23368-8d32-4722-ac32-5a7aa1cff9cf/width=450/2503549.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPLWkr4U.8Rj~WTdI:x]56xZ=|n%_Nn5xun+", "type": "image"}, {"id": 2503548, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce502520-209e-42bb-bdb5-259252a8f013/width=450/2503548.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UIM$}U-=ui.S0PE2=yKj0hR5,;%g?w-oE2$*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/162016", "modelId": 145620} \ No newline at end of file diff --git a/datasets/metadata/162043.json b/datasets/metadata/162043.json new file mode 100644 index 0000000000000000000000000000000000000000..ea4e3e5ef0b2f7939d99622cf3fcf48cd92186bd --- /dev/null +++ b/datasets/metadata/162043.json @@ -0,0 +1 @@ +{"id": 162043, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-14T22:19:25.400Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 440, "ratingCount": 59, "rating": 5, "thumbsUpCount": 71, "thumbsDownCount": 0}, "files": [{"id": 122159, "sizeKB": 22256.95703125, "name": "Rei_Hikawa_Houkago-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-14T22:20:46.813Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D810184A", "AutoV2": "73FCDAAB87", "SHA256": "73FCDAAB87CC64B2B8830762A62497E697A8FEC425AD15BD18B74C325BC47219", "CRC32": "128D0C19", "BLAKE3": "8A5F5D935C908AE30FFA7268D131EF3E56A7430BE6FD7380453FE03E127D2A28", "AutoV3": "D8DB724231EC"}, "downloadUrl": "https://civitai.com/api/download/models/162043", "primary": true}, {"id": 122160, "sizeKB": 41243.7939453125, "name": "Rei_Hikawa_Houkago.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-14T22:20:52.463Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1A53613B", "AutoV2": "D6680E9D97", "SHA256": "D6680E9D979EB26BF997CD50F59E4A62E3BD1ADBFD43E822C64C12CE13D22E51", "CRC32": "51398B10", "BLAKE3": "F2BE3A5A0901B455A2080B8F204D2761D2630B74B5DA4F71532FFA89EDD1FF7B"}, "downloadUrl": "https://civitai.com/api/download/models/162043?type=Training%20Data"}], "images": [{"id": 2504028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9207472-ccf0-4491-85bd-b302e3265780/width=450/2504028.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTK,EI$e0K%2~nbvEOWA9^NHtSNd-UV[$*sm", "type": "image"}, {"id": 2512915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/970bba6a-71a6-4e60-8a1d-388e6ecad4cb/width=450/2512915.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UhNJg=Tf9vWEPoIoESj;tTr?t8s.ysxuxtW?", "type": "image"}, {"id": 2504126, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a67f03b-c9b3-4734-93bd-17abb5ea90d2/width=450/2504126.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USKl,K-.8xIT~n%1ENIV5;-9T0RQOFt1WDS5", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/162043", "modelId": 145642} \ No newline at end of file diff --git a/datasets/metadata/162122.json b/datasets/metadata/162122.json new file mode 100644 index 0000000000000000000000000000000000000000..3ae3dfd2f802d98f038b7dc064d4be4ba4560e1e --- /dev/null +++ b/datasets/metadata/162122.json @@ -0,0 +1 @@ +{"id": 162122, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-15T02:27:57.059Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": ["iseul"], "stats": {"downloadCount": 715, "ratingCount": 162, "rating": 5, "thumbsUpCount": 171, "thumbsDownCount": 0}, "files": [{"id": 122221, "sizeKB": 36981.2265625, "name": "Iseul.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-15T01:20:51.086Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "315140E1", "AutoV2": "51F4A91FB0", "SHA256": "51F4A91FB0EC9FC32C6B77A4CFD3A7B5D4F9C83E6D738E4FFB2FD2CF236A2E88", "CRC32": "CDCBF419", "BLAKE3": "209130253987AFE2F7358807BAE42B92E69CBB079392338F7AD65BE58A1D7050", "AutoV3": "6D081AC5120D"}, "downloadUrl": "https://civitai.com/api/download/models/162122", "primary": true}, {"id": 230086, "sizeKB": 110281.6533203125, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T15:45:46.891Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8995C122", "AutoV2": "027095CDC2", "SHA256": "027095CDC2CC38FA15D85F1EBDA2378BABCE0624346A41382D8F458E752AFE49", "CRC32": "658A1B18", "BLAKE3": "61EAF589855CE41114E9FB63626123ACCEEC31925F50E1BF153B3A661F6ABA73"}, "downloadUrl": "https://civitai.com/api/download/models/162122?type=Training%20Data"}], "images": [{"id": 2553906, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8b11112-6e06-4e56-b173-e2f1a0392e9a/width=450/2553906.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFM6h*0000IA00I=%#nP5Q0K~U9a_2$*wI-V", "type": "image"}, {"id": 2505768, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89de6d04-efcf-4828-ad1f-4435cd990dad/width=450/2505768.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UVN9hBxuTeIB~qRj%MVt.8n,ozR*E2RQozxa", "type": "image"}, {"id": 2505803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d72ee3f-f44c-4b0b-86af-1ef8b650bc99/width=450/2505803.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USNliQ~WNx-poNxa%LWB0eM{RjRj^+f+Rjt7", "type": "image"}, {"id": 2505551, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c10d217d-2a57-49ff-9940-3f77df9c4d52/width=450/2505551.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UDMG6d~ppJ?G-Ct6t,=bMeD*WCIUpc-o9Z9a", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/162122", "modelId": 145704} \ No newline at end of file diff --git a/datasets/metadata/162239.json b/datasets/metadata/162239.json new file mode 100644 index 0000000000000000000000000000000000000000..83e35538cea793897b50f18b622067b0bd62e51b --- /dev/null +++ b/datasets/metadata/162239.json @@ -0,0 +1 @@ +{"id": 162239, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-15T06:31:43.009Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["yoshizuki_iori", "School_uniform_Purple_shirt_Blue_skirt_White_neckerchief_Black_thighhighs"], "stats": {"downloadCount": 1454, "ratingCount": 130, "rating": 5, "thumbsUpCount": 169, "thumbsDownCount": 0}, "files": [{"id": 122339, "sizeKB": 36986.0419921875, "name": "yoshizuki_ioriV2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-15T06:30:51.453Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "927A0579", "AutoV2": "D73A645A7D", "SHA256": "D73A645A7DD15DC2EC9B861DF7820C0239D198A9C6437848DC6247CC2F6F2217", "CRC32": "E33CD861", "BLAKE3": "82A0898DA88DB17F4D7C93721340B136F5047A88B13FFFBD27ACB7182661F47E", "AutoV3": "DFB1ED068966"}, "downloadUrl": "https://civitai.com/api/download/models/162239", "primary": true}, {"id": 122340, "sizeKB": 33727.041015625, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-15T06:30:49.238Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "43C134B3", "AutoV2": "234186D344", "SHA256": "234186D3440C90ADE60047D44605D7E48EA080EFAD609A83891D2B8A836EB8E6", "CRC32": "BCA0228F", "BLAKE3": "09EF7CEB5B2A97B2554FDB60AD33334E32BDE60A918DA809713997BC7C948F59"}, "downloadUrl": "https://civitai.com/api/download/models/162239?type=Training%20Data"}], "images": [{"id": 2507339, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd9a1cbf-67e8-42a1-93ba-f0e04cb0c5e8/width=450/2507339.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UTJtuS?b_ND+${n+NINZ0KIVadk8NHbXRPV[", "type": "image"}, {"id": 2507341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4db29b1-5aa0-432c-a9a3-69bd69238072/width=450/2507341.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "USKmhU^+PqyD9]JViw$i0fr=i^M{V@NGVrf%", "type": "image"}, {"id": 2507338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e465e60-2840-48ae-a7ab-5ed0c52614d9/width=450/2507338.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UKHea}~q_Mt3i]x[4.RoM]R%bd%M0KD+oeNE", "type": "image"}, {"id": 2507344, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20d69398-56cb-453a-bb56-335e5cc18adb/width=450/2507344.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UcLC@#M}.m-pk9%MV?NHghs,s;WBS{NIr?t6", "type": "image"}, {"id": 2507351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95e368ef-c8ec-4c84-8a72-46a97f1340e1/width=450/2507351.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UJK-am5SF8=|vts%l7IV57ID%1R%xuOR-pMx", "type": "image"}, {"id": 2507355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f5205ac-206e-4d20-8bed-40a58ae7731a/width=450/2507355.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UaL|P[~qTLIp9aIpt7IpIpiwtRjZ9wjG%1of", "type": "image"}, {"id": 2507337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee4a4a28-8181-4643-86f2-428e36d98774/width=450/2507337.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "USIhN:.AyD_M?F-:NexbE0Wn%MM|%Ot7%1S0", "type": "image"}, {"id": 2507340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aae8dcd3-ec5a-401d-8d66-dcb6b4bcef3c/width=450/2507340.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UTH-}#01?vM|~VIoNfWUbCj=x[oMNGa#xuof", "type": "image"}, {"id": 2507345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99d6a8a8-13a1-425e-8c7d-5294521b2673/width=450/2507345.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UoKd=7NK_NV[%g%MR+RPs+RkM|RjWXozxaof", "type": "image"}, {"id": 2507343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4899a95-3770-43f4-8609-ddfe4aae08bc/width=450/2507343.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UTH_S@~q.6-oE0M|D*V?f3%0NfIrn|WUa%oM", "type": "image"}, {"id": 2507347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee879c50-2535-4c43-9633-f8afc6116532/width=450/2507347.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UeJZ[U~qx@x]x:tQg4xbEJs;bKaxxct6xas;", "type": "image"}, {"id": 2507342, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b18012f2-0aad-4db0-a1b9-21001d4f9666/width=450/2507342.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UGJQEF00y?4VyWMdSj9s0_E1-p%Lx[sqahIo", "type": "image"}, {"id": 2507346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5839647a-8ff5-4c95-989e-1ad962a29026/width=450/2507346.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UdI}n%WC~q?H-:%Mt8WBxBWBWYRjRjbHoJt8", "type": "image"}, {"id": 2507350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce849963-dc92-4371-8b2b-3a37b2d4eb6b/width=450/2507350.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UTLoj6~Wl.KO6yOAR6RP9@WBw^baEMxakWXS", "type": "image"}, {"id": 2507348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e27dfdd4-2add-49a7-8cc4-06746b225cf8/width=450/2507348.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UNJ%;A_NC+oI0JoZH=xYtbnfxas.IwxbxwIq", "type": "image"}, {"id": 2507349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21f4d3e7-5dea-4e02-a3c0-2a182d2f01ae/width=450/2507349.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UeJ*I[_MXfsjjCt8EQae9~s=$+RkyBk7r:NF", "type": "image"}, {"id": 2507352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/524e7413-b2d2-4520-b37b-766ca51a15e1/width=450/2507352.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UNJZ[I~pC6Vq-:RhbJIUBMxC-qf,OZxa%2S2", "type": "image"}, {"id": 2507353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58c13edc-f7ca-411b-a52b-3cc2f2c54b9d/width=450/2507353.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UTJkDuIp_M$$kXxGxtbc-OW=I=t7RixaoMWV", "type": "image"}, {"id": 2507354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd63ca2f-2c46-4628-8207-4d67f1c9c336/width=450/2507354.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UlLN42~qKkSiXnx]wva0%MWBV[jFt7WVkCay", "type": "image"}, {"id": 2507356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c0bdb7d-1d0e-4528-8eea-5a3c1bc62aa5/width=450/2507356.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UmMj2UaiYR%MElb_s;ayM}n%%1nObwsSo#oe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/162239", "modelId": 15051} \ No newline at end of file diff --git a/datasets/metadata/162296.json b/datasets/metadata/162296.json new file mode 100644 index 0000000000000000000000000000000000000000..7758a3aeb054a8f47ab3beec10b3c6c82585ad25 --- /dev/null +++ b/datasets/metadata/162296.json @@ -0,0 +1 @@ +{"id": 162296, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-15T09:01:48.280Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": ["marsei", "white sports bra", "yoga pants"], "stats": {"downloadCount": 1030, "ratingCount": 210, "rating": 5, "thumbsUpCount": 255, "thumbsDownCount": 0}, "files": [{"id": 122398, "sizeKB": 36996.1796875, "name": "MarseiSports.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-15T09:05:46.475Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EBF2E78C", "AutoV2": "A64223D6BE", "SHA256": "A64223D6BEBED02AF1E5E5C6A41947E7DA80F88DEA6D2F398D7083A2F59EE6D5", "CRC32": "4024DAB7", "BLAKE3": "C103B4036DB29E6CD3C1C9876B4C922260CF68E370E9489D89FF34E65B85EDCC", "AutoV3": "D73F247E41CB"}, "downloadUrl": "https://civitai.com/api/download/models/162296", "primary": true}, {"id": 123117, "sizeKB": 39507.1962890625, "name": "marsei_dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-16T11:30:47.457Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "35F69358", "AutoV2": "2C6F225570", "SHA256": "2C6F225570012EABD987C98F4879A2BAC96141EB52984DDC1433EB3B1EF85B4E", "CRC32": "7B7089F5", "BLAKE3": "A8A32054D651A1A38128980432816012088A105D30F9E708947FCD5BCE3FD693"}, "downloadUrl": "https://civitai.com/api/download/models/162296?type=Training%20Data"}], "images": [{"id": 2508826, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15edd81d-530c-4ccd-9d71-0910b9d3dddd/width=450/2508826.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKGlPA~p5R9u-po#9ERk0KRP$hV?-;x]%Mt7", "type": "image"}, {"id": 2508977, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b41c805-c51b-4fd8-8c3a-1fcfaed4f8ca/width=450/2508977.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UJKK?1oMCmbw%hjY4mt701of$$jEIVWBVsNG", "type": "image"}, {"id": 2508535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af7c4515-7651-4518-a53c-f7c0bb2970a8/width=450/2508535.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USIiIKS4T|-;%jW;D*ae%3xa=|j[E2oe%MWq", "type": "image"}, {"id": 2508536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c585a539-36ab-41e0-9db0-3e1c4b4c7a61/width=450/2508536.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPH.~YX9PqSQxfj]DjIp9ut6wbs:02t6a~t6", "type": "image"}, {"id": 2508534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7e9c8c3-cebb-4ccc-8b37-3c5323bad337/width=450/2508534.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJIFxiM}HD%go,n+0La~?coy,sV@JCt6?aj[", "type": "image"}, {"id": 2508539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f280c63a-5e68-4431-9405-f1125f3c8d16/width=450/2508539.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNIYeE%MLNbvOwozIBM|xvaei^xu0gt6j[WB", "type": "image"}, {"id": 2508537, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f37b868d-83ea-4a98-ad37-9995e9553354/width=450/2508537.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULKB,u_NPoazPDIoIXja4q%2-7t7I[aen}bF", "type": "image"}, {"id": 2508538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f3c3350-75c4-41ae-a344-da1498ec31fa/width=450/2508538.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFJIO;?b8JSi0tWYieM|?GsnR5t703t6Nut6", "type": "image"}, {"id": 2508617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58211d25-0469-4d99-9695-844f5083381d/width=450/2508617.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIH3BlE1Lg~XJH%LD*M{_4xZv}X5Oubu%Mt7", "type": "image"}, {"id": 2508618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd43c62a-a65a-4812-972b-6bc082855d3b/width=450/2508618.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UBK2I-0z1N_20F-UN3jZ^m%L}[M{t:IV%L-;", "type": "image"}, {"id": 2508738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/149fedc7-5865-4ff9-a36d-80426186e86d/width=450/2508738.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKN0-#D%Bo-;?^D%xaRkIVtSoMjao#D*s.Ri", "type": "image"}, {"id": 2508737, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76336974-fb24-48b9-875d-9c8327d3b320/width=450/2508737.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UYKw@GD%yD%M_NM{RjWBWFa{IUR%IoRj%2jF", "type": "image"}, {"id": 2508771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07d4d9f1-1f89-4852-a57b-60372bcd48d0/width=450/2508771.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UINAYiV?BTo}u4f$WAR*_4t8^+x]E9t7Mxs:", "type": "image"}, {"id": 2508882, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75fabc7e-05a8-4346-829c-09d41e141bd1/width=450/2508882.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQKUc$RkK+xu~qWB9YkB4:oeaKWUbIWBs:WB", "type": "image"}, {"id": 2508921, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0a64b80-051b-40e5-9e7b-d848f99befc5/width=450/2508921.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UVKBdxahB;%M_Ne.M_kC9[kCxFWC%MNGaeo0", "type": "image"}, {"id": 2509475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f0cf940-5196-49a5-923b-aa83649cb6cf/width=450/2509475.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UNJbXER+Lgx^.8NG4mjYEfni%1smOFoJxaW;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/162296", "modelId": 145834} \ No newline at end of file diff --git a/datasets/metadata/162423.json b/datasets/metadata/162423.json new file mode 100644 index 0000000000000000000000000000000000000000..594f4f60975eb4d0caa839d2866b067a009c9514 --- /dev/null +++ b/datasets/metadata/162423.json @@ -0,0 +1 @@ +{"id": 162423, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-15T13:30:25.895Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 490, "ratingCount": 59, "rating": 5, "thumbsUpCount": 67, "thumbsDownCount": 0}, "files": [{"id": 122513, "sizeKB": 22251.13671875, "name": "Yuuri_Nishinomiya_umifra-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-15T13:31:27.265Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "68C7038D", "AutoV2": "24DA639CD6", "SHA256": "24DA639CD624E59264CEEB4442A5935FE1D2AEC29A6271A3011822DE9352040C", "CRC32": "400570B2", "BLAKE3": "38076D3E410373C7AED2CB4742D292F02E92AB010468AB3B3F07F33B406992C0", "AutoV3": "B6B60951A17C"}, "downloadUrl": "https://civitai.com/api/download/models/162423", "primary": true}, {"id": 122514, "sizeKB": 44006.1953125, "name": "Yuuri_Nishinomiya_umifra.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-15T13:31:58.872Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "28E8892D", "AutoV2": "BD4E5A1B63", "SHA256": "BD4E5A1B63CBFCB138C9097A5973BAFF777DCC489E1B40B7AA62B546FBC40F5D", "CRC32": "BE59BB00", "BLAKE3": "2CDEC87184C34A38F6912DA1CECC1E850458D7D6DDE687CBECC5383315071DA5"}, "downloadUrl": "https://civitai.com/api/download/models/162423?type=Training%20Data"}], "images": [{"id": 2512642, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84a6434d-5bfc-44de-bb84-e0d4663fa3b5/width=450/2512642.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UgMjj?xuJ:t6IAj[t5aeNNbH-Tay~pbHozWC", "type": "image"}, {"id": 2512701, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d543c6a5-8360-4f41-a6fb-0e58073a03cb/width=450/2512701.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UKKnGJDi00E34TN4k=E24T?I?at2%%W?9Eot", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/162423", "modelId": 145943} \ No newline at end of file diff --git a/datasets/metadata/162510.json b/datasets/metadata/162510.json new file mode 100644 index 0000000000000000000000000000000000000000..1cfd065c1f8e39d9c3bfd8323aa2c9f922b8169e --- /dev/null +++ b/datasets/metadata/162510.json @@ -0,0 +1 @@ +{"id": 162510, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-15T16:04:41.596Z", "availability": "Public", "nsfwLevel": 20, "description": null, "trainedWords": ["GAME_Idun_ownwaifu,www.ownwaifu.com,blonde hair,jewelry,bare shoulders,armlet,breasts,braid,earrings,lips,medium breasts,armband,bracelet,cleavage,eyelashes,dress,lipstick,makeup,thigh strap,thighlet,tiara,blue eyes,fishnets,halterneck,large breasts,long hair,necklace,arm strap,elbow gloves,fishnet legwear,gloves,lace,mascara,pelvic curtain,piercing,rope,"], "stats": {"downloadCount": 681, "ratingCount": 101, "rating": 5, "thumbsUpCount": 135, "thumbsDownCount": 0}, "files": [{"id": 122591, "sizeKB": 36979, "name": "GAME_Idun_ownwaifu-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-15T16:05:42.818Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E8088CD1", "AutoV2": "81E3EE3F9C", "SHA256": "81E3EE3F9C8C79D01DA189E01C3198A4E8F495A3EE3044D8A9FD424709277455", "CRC32": "CC299D7D", "BLAKE3": "8B0E55A5477D9DC71F61CFF913F5207CC51DB780799C3B1FD718043E68F0A821", "AutoV3": "BF0FDF514A66"}, "downloadUrl": "https://civitai.com/api/download/models/162510", "primary": true}, {"id": 123744, "sizeKB": 82286.1904296875, "name": "GAME_Idun_ownwaifu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-17T07:40:51.972Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0469D70A", "AutoV2": "7D7FE152D2", "SHA256": "7D7FE152D2524A523AA026B0990B750A5D22069008E39625A966D32502E5352D", "CRC32": "2BFB3FEB", "BLAKE3": "A67689ED4F606C6401F2200CF6999F34F528B47A04F53D08E762E0D7ECFCE2C6"}, "downloadUrl": "https://civitai.com/api/download/models/162510?type=Training%20Data"}], "images": [{"id": 2514064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d2b073e-f979-4fd3-8bf1-a9e29415bd59/width=450/2514064.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UDDuxl~V0L9at5%2tRxtE2j[W=WVWVWX-ot7", "type": "image"}, {"id": 2514104, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5c897b3-7384-4dde-ac17-f85b61f55ede/width=450/2514104.jpeg", "nsfwLevel": 4, "width": 864, "height": 1152, "hash": "U5Bo]h~A-oX8Io^k0f9t00R*R+E2^j56?GxG", "type": "image"}, {"id": 2514095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21920a24-20af-468b-9b16-35e219d47842/width=450/2514095.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "U8B{id~B000LIUIpEf-p9GWBozWUs:t7%2M|", "type": "image"}, {"id": 2514103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a3cf56f-294f-430d-a8d2-7688c328f8ad/width=450/2514103.jpeg", "nsfwLevel": 16, "width": 864, "height": 1152, "hash": "UIE2nMxD_Nax_2odx]NGE1j[RjRjjER*RjxZ", "type": "image"}, {"id": 2514091, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e3702ad-d236-4008-8e79-e668ef8e36b5/width=450/2514091.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "U9C=@=~V0002oaRkENWX4oIoW=jZNGof$*oL", "type": "image"}, {"id": 2514107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1978ab93-d057-47af-a8aa-d4a3f8fe4623/width=450/2514107.jpeg", "nsfwLevel": 4, "width": 864, "height": 1152, "hash": "U4B:51~V0f-pxt%19t9a00oeNu9t-VIos:={", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/162510", "modelId": 146022} \ No newline at end of file diff --git a/datasets/metadata/162696.json b/datasets/metadata/162696.json new file mode 100644 index 0000000000000000000000000000000000000000..2acb0ca71c048f89ee846fe29741bd4a25266be4 --- /dev/null +++ b/datasets/metadata/162696.json @@ -0,0 +1 @@ +{"id": 162696, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-15T22:07:36.261Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 445, "ratingCount": 60, "rating": 5, "thumbsUpCount": 71, "thumbsDownCount": 0}, "files": [{"id": 122766, "sizeKB": 22252.67578125, "name": "Chiaki_Tachibana_Houkago-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-15T22:10:39.133Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4D508297", "AutoV2": "9C60126396", "SHA256": "9C6012639693DEDFA45B880A794C1EA1FA7AEDD4E113936DD47F70BC9C12C012", "CRC32": "3C82F7D7", "BLAKE3": "724F9822A5EC38495401FD5175AE23FFE392CB04DF301DC32A5EAE4DB015BC24", "AutoV3": "7814062BF5E5"}, "downloadUrl": "https://civitai.com/api/download/models/162696", "primary": true}, {"id": 122767, "sizeKB": 38289.6826171875, "name": "Chiaki_Tachibana_Houkago.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-15T22:10:35.156Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C8A3E124", "AutoV2": "2167A371CF", "SHA256": "2167A371CFD356FB8AB6C434A917D3825D033EAEF9BEF975AE86C08D32E510CF", "CRC32": "B270B075", "BLAKE3": "D470DD892A645AC5EA05B52605C0E1B8E869208F351169B713477B7D26CA13C8"}, "downloadUrl": "https://civitai.com/api/download/models/162696?type=Training%20Data"}], "images": [{"id": 2518730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/484e9d19-092c-4b4e-bf84-7a8eedf69fe6/width=450/2518730.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAG*W+0001H=3r4mUGMxD4x^}qyD00?v#S%2", "type": "image"}, {"id": 2518711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65863a22-9ae2-44c7-b238-45a0720cf766/width=450/2518711.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFM7W68|NG~X00%3?aIBTf%L?Gt5TKbWM{x[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/162696", "modelId": 146167} \ No newline at end of file diff --git a/datasets/metadata/162801.json b/datasets/metadata/162801.json new file mode 100644 index 0000000000000000000000000000000000000000..b4be810e8623481821f29b4d49f59bdff2b27f21 --- /dev/null +++ b/datasets/metadata/162801.json @@ -0,0 +1 @@ +{"id": 162801, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-16T01:39:12.464Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 439, "ratingCount": 61, "rating": 5, "thumbsUpCount": 70, "thumbsDownCount": 0}, "files": [{"id": 122860, "sizeKB": 22254.69921875, "name": "Yayoi_Hayasaka_Houkago-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-16T01:40:44.984Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4CB1EE86", "AutoV2": "B80F138CEA", "SHA256": "B80F138CEA27184DA63E488556AB4FFAE64A1F8F0D0E178A78C220C45877D167", "CRC32": "70F6C007", "BLAKE3": "798EEF0EEA0EE1E397E5F8CF6D91ACDAB56A0364D4DE2D9A0E8F412372300F2A", "AutoV3": "0BB7D8A442E7"}, "downloadUrl": "https://civitai.com/api/download/models/162801", "primary": true}, {"id": 122861, "sizeKB": 43760.154296875, "name": "Yayoi_Hayasaka_Houkago.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-16T01:40:37.646Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "448818C0", "AutoV2": "04B2E015FB", "SHA256": "04B2E015FB13DA4CA3C7BB240A7E5EBC31C699DE5EB581B5A10A9EF389740DF9", "CRC32": "AACD2CEE", "BLAKE3": "4A9F2757A68B6909F09F3007A82708CF033A9F0066E03D4B9459D4197FC931CE"}, "downloadUrl": "https://civitai.com/api/download/models/162801?type=Training%20Data"}], "images": [{"id": 2520293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc80c2b6-f8e6-4bbf-b4fb-7eaa58889ad3/width=450/2520293.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaM7ox?vJ;?H4.xu%2%L.TIU$NM{tRax-:oI", "type": "image"}, {"id": 2520398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0ef223d-b93b-45a8-b6a1-a1b6d53844ba/width=450/2520398.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USMQq]~9-:nhjA$y^+V?00RPrpVs_Nt7Mxxv", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/162801", "modelId": 146228} \ No newline at end of file diff --git a/datasets/metadata/162840.json b/datasets/metadata/162840.json new file mode 100644 index 0000000000000000000000000000000000000000..f54f4a0ea8e4cc9d8844e06ac965cf9169962f80 --- /dev/null +++ b/datasets/metadata/162840.json @@ -0,0 +1 @@ +{"id": 162840, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-16T03:15:20.228Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": ["Feel Nilvalen, symbol-shaped pupils, detailed background, gem, high heels, full body, sitting, 1girl, solo, elf, purple eyes, blonde hair, pointy ears, flower on ear, forehead jewel, multicolored hair, white dress, pink hair, long hair, white flower", "1girl, solo, elf, purple eyes, blonde hair, pointy ears, forehead jewel, multicolored hair, green skirt, green sleeves, pink ribbon, hair ribbon, ribbon braid, long hair, pink hair, colored_flowers, multicolored flowers, white shirt, single thighhigh, blue thighhighs, no game no life, symbol-shaped pupils, boots,", "Elf", "Feel_Nilvalen"], "stats": {"downloadCount": 235, "ratingCount": 34, "rating": 5, "thumbsUpCount": 39, "thumbsDownCount": 0}, "files": [{"id": 122896, "sizeKB": 299638.5625, "name": "Feel_Nilvalen_Gamma_50.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-16T03:05:49.174Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "033A50A8", "AutoV2": "226793994F", "SHA256": "226793994F9D55BDEDA58686294AEA924CB8509071F6CC03D40EE2792476B317", "CRC32": "C34B4EDC", "BLAKE3": "F57534DD0C1FF922F8652415680D34E83D45C9C2A1F47EF29177480E95969022", "AutoV3": "2811722A9581"}, "downloadUrl": "https://civitai.com/api/download/models/162840", "primary": true}, {"id": 122899, "sizeKB": 78444.146484375, "name": "Feel Nilvalen.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-16T03:10:50.172Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3B077902", "AutoV2": "5C3F1D84EC", "SHA256": "5C3F1D84EC34EABBAB1D5106529BC4A388175C2A0043B56A6B6A1C410919B6CE", "CRC32": "4D97376C", "BLAKE3": "26AB52D5EC672E07CF9B66D480DDEAB69F32FC63FD0E348EE307431578A4A95B"}, "downloadUrl": "https://civitai.com/api/download/models/162840?type=Training%20Data"}], "images": [{"id": 2521731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b498e3b7-b705-4b21-bf4b-d387bff98052/width=450/2521731.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UHJH?qE-ET%g8wICDN}@K?IUyEoZ0xI[b{t+", "type": "image"}, {"id": 2521582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93c2b370-dcc8-4a37-b6cd-ef27746e7626/width=450/2521582.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFGSWNH]H@Sk^r~UET%yERNB%L-g00?YE3-C", "type": "image"}, {"id": 2521540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f7a5731-bf4a-43ae-adfc-bef95f6f7494/width=450/2521540.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UCKd#,YR05~A00%O~C-.2ku3YPibDm^gnVOY", "type": "image"}, {"id": 2521424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39b6f0c8-d140-4fb5-80e1-f62b7e8154ee/width=450/2521424.jpeg", "nsfwLevel": 1, "width": 1344, "height": 10502, "hash": "U~MabH~q?IxukDoLj[ayjcj?j[ayj[j[ayj[", "type": "image"}, {"id": 2521469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d790c393-6b9c-49d0-8077-e8d1426706be/width=450/2521469.jpeg", "nsfwLevel": 1, "width": 1344, "height": 10502, "hash": "U}O;0t~q-;xboyoLj[ayWBj]j[ayWBj[ofay", "type": "image"}, {"id": 2521254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a336ae35-4670-42c8-b9b5-bfdd776baef0/width=450/2521254.jpeg", "nsfwLevel": 1, "width": 1792, "height": 15540, "hash": "U~Nm+u~q?b%MoLkCfjf8WUj[a|fPofj[ayj@", "type": "image"}, {"id": 2521179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e58b60b0-ad3c-44b9-9cd9-5e116a80294f/width=450/2521179.jpeg", "nsfwLevel": 1, "width": 1792, "height": 15540, "hash": "U~NA-g~q?b%Mofj[f6j[jYj[WVoLofofaxa{", "type": "image"}, {"id": 2521353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/063042b4-f829-4ad6-a3de-6318da6446ef/width=450/2521353.jpeg", "nsfwLevel": 1, "width": 1470, "height": 12788, "hash": "U~N^xW~q?I%Moyj[WVj[W-afa{jbs:juWUkB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/162840", "modelId": 146261} \ No newline at end of file diff --git a/datasets/metadata/163211.json b/datasets/metadata/163211.json new file mode 100644 index 0000000000000000000000000000000000000000..96ca05122ca89ae12868e585ba6d75e055be33d8 --- /dev/null +++ b/datasets/metadata/163211.json @@ -0,0 +1 @@ +{"id": 163211, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-16T15:35:11.868Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["henrietta_de_tristain", "White_turtleneck_dress_White_thighhighs_White_garter_straps_Tiara", "White_turtleneck_dress_White_thighhighs_White_garter_straps_Tiara_Purple_cape", "White_armored_dress_Blue_cape_Tiara"], "stats": {"downloadCount": 623, "ratingCount": 61, "rating": 5, "thumbsUpCount": 93, "thumbsDownCount": 0}, "files": [{"id": 123232, "sizeKB": 36993.87890625, "name": "henrietta_de_tristainV2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-16T15:30:55.493Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A3D4363A", "AutoV2": "16A31CB490", "SHA256": "16A31CB490D03ACCE6A7D94E777E1CBC52FA97060F661023F568C1316AC186E7", "CRC32": "9E032F93", "BLAKE3": "6FC8E29BF91D6B280E6A44457D218FA57F5BB3D27D28A70D1BCB299313423D80", "AutoV3": "B0B33D91CAE9"}, "downloadUrl": "https://civitai.com/api/download/models/163211", "primary": true}, {"id": 123233, "sizeKB": 59328.8291015625, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-16T15:30:59.660Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "350DCD9D", "AutoV2": "C73BBDDCE8", "SHA256": "C73BBDDCE89D58C3801191AFF7776CD91EB1639D7401A1A300CBD1F0BFBFC008", "CRC32": "6614FC18", "BLAKE3": "9FC621C42A27935C68B061F15CCC1CB79273E63C56887875F79717A0DE03F1FF"}, "downloadUrl": "https://civitai.com/api/download/models/163211?type=Training%20Data"}], "images": [{"id": 2529112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/124c720f-a33f-48ef-99a8-a8b9f947f641/width=450/2529112.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U7MQSE~V?2?Z00?v%Cb;00WA-,%LDjNG_1%L", "type": "image"}, {"id": 2529121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f24050e-bc18-4493-b3d3-d2a5ceda7930/width=450/2529121.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UoJ@a~~XV;V@iuRjxtt6nhafozt7WBWrofWB", "type": "image"}, {"id": 2529119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77e65979-6528-4c2f-9f3c-a61d85a0849d/width=450/2529119.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UGLgFh~q56-p;]D*W+NF00a#^[oaRiofsrt7", "type": "image"}, {"id": 2529123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54245f5f-e328-4ecc-b862-007d6cef2864/width=450/2529123.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UeKlz+~XTV%f$|a#bJxuI,oJs;WUV]NGf#t6", "type": "image"}, {"id": 2529126, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f323809e-e71a-4bfb-8e6e-55d6cbf84497/width=450/2529126.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UUJHB=NGX.t7#jax%NjF59WU?Gof_4a~%Ms:", "type": "image"}, {"id": 2529131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c06b2afb-76b4-4880-922b-bda95fbb866c/width=450/2529131.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UnJG~j~Xx[tR$*n,jvxbMdeoa|RjRja#t7s;", "type": "image"}, {"id": 2529129, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cd16c7a-31ce-4578-836d-05065a256022/width=450/2529129.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UWIg+h~pouj=-B-Vk9ocIAwcoxk8D*IoskWA", "type": "image"}, {"id": 2529114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4c1e7b6-d34a-41f0-9dc1-76959ec257f3/width=450/2529114.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UPJ%nS%MF=xv~Vof?GoL0LRj?af6-?ofR%oz", "type": "image"}, {"id": 2529113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bf1757f-9599-4928-98bc-1102e60b8c5e/width=450/2529113.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UgKnGO?HNbxa9Gaft8fR?woz%LxtShfkj?Rk", "type": "image"}, {"id": 2529116, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aeaa9a34-ec41-409c-9465-5e0b3495af28/width=450/2529116.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UjKA]Ut7S4xtMwWBx]WBWYRj%Moe_4kBxZof", "type": "image"}, {"id": 2529115, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/806d0dcd-4d56-4bde-9db1-0f9c8899d548/width=450/2529115.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UZKwqv~WIot6H=RQIUf700nmt6Ri%MIUaet7", "type": "image"}, {"id": 2529117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f5e4706-3971-4858-80ba-4528f9fd6840/width=450/2529117.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UaIqD=~CVWr;#OV=%Jxso{X9xtS4oOt8%2Rj", "type": "image"}, {"id": 2529118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48f26a78-ad71-468e-a79f-7891dd3bafc6/width=450/2529118.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UNJaZ$~XJ7sY#iIA?cax?wkC?GX5p0t7?GR+", "type": "image"}, {"id": 2529120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/779f7662-2417-4317-a2b0-d73ffd7a98b0/width=450/2529120.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UNNA3ka+XT_3~Uoh.7%fNgM_obxsIuxaWH-m", "type": "image"}, {"id": 2529122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc9e9855-6a03-4a70-8b14-4324d4bdc0c8/width=450/2529122.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UVIq}.M]56IXk;RjO8xb0ft5xYai_NV?s;WF", "type": "image"}, {"id": 2529125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fdb877a-9430-425b-a3b1-b8fd26ccc244/width=450/2529125.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UaJQER~X-}%g?aWXj]%Mo[WCWFt7%LxaowbX", "type": "image"}, {"id": 2529127, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbe8e5da-b488-4610-8785-dfe95576d51d/width=450/2529127.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UIL45B?D?9?Z~UN3%i?uQ-DiR:tNxaxYt7?Z", "type": "image"}, {"id": 2529124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b51f094-4192-4f83-8a00-45b225ed3f34/width=450/2529124.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "USI4uF~VM[M_rUnhNGxtMc$$tQbEwbR-xtWU", "type": "image"}, {"id": 2529128, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53ddef00-dbcf-4bc0-a511-83b6475bbd4e/width=450/2529128.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UnLp8v~WI-$%R5aKW=bbIWogozbbt9RjjEjY", "type": "image"}, {"id": 2529130, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0928bf9-fad0-4014-93a4-17e2187197c7/width=450/2529130.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "ULJ*F{RP4--;~Coz-;i_4TRO-;t7E3bF-.t8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/163211", "modelId": 12596} \ No newline at end of file diff --git a/datasets/metadata/163334.json b/datasets/metadata/163334.json new file mode 100644 index 0000000000000000000000000000000000000000..a066b7992e26668944ac8909e32147685bed0456 --- /dev/null +++ b/datasets/metadata/163334.json @@ -0,0 +1 @@ +{"id": 163334, "index": 0, "name": "World of Water v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-16T18:09:12.964Z", "availability": "Public", "nsfwLevel": 1, "description": "1.0 of world of water, im glad of how it turned out however i might attempt to redo this one with a new method of training.
", "trainedWords": ["worldofwater"], "stats": {"downloadCount": 1346, "ratingCount": 66, "rating": 4.97, "thumbsUpCount": 95, "thumbsDownCount": 0}, "files": [{"id": 123358, "sizeKB": 147571.1484375, "name": "WorldofWater.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-16T18:00:53.596Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F36CEED7", "AutoV2": "099F0F18EA", "SHA256": "099F0F18EA9C7D4E6071B24E4268E84647207DB6CB380A61354331F852B74D40", "CRC32": "9F851E01", "BLAKE3": "33FF234B9191D7C295F1DADEB54CDB4F8E99DFCA2AD134FAEBBE3F601A949890", "AutoV3": "4DA1E1375B9F"}, "downloadUrl": "https://civitai.com/api/download/models/163334", "primary": true}, {"id": 123354, "sizeKB": 34595.349609375, "name": "World of water data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-16T18:01:14.231Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "00275643", "AutoV2": "C8258654D4", "SHA256": "C8258654D4BE5CF0AFACC90F63C5D18D1139552A6FB938467961900CE2C95B75", "CRC32": "7880BC3D", "BLAKE3": "9745208C2F4872130EA19A80702A87B11D4F424B67507AAA9FEB800D47075270"}, "downloadUrl": "https://civitai.com/api/download/models/163334?type=Training%20Data"}], "images": [{"id": 2531997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/504f0235-572d-44a4-8fd2-eac8c00633f0/width=450/2531997.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFBN{7ad8_jt9FV@jEs:.Ta}Mxadsko}ogay", "type": "image"}, {"id": 2532000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83c21291-672b-4753-84f7-05ca70e8e590/width=450/2532000.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UF8sefWYQ*x[rro}MJyD*JR5Met7kYWBg4WB", "type": "image"}, {"id": 2532001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd3caa48-d745-4c14-b124-79d7849502ae/width=450/2532001.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UF9+Z+x^00IU?wtlDhM{*0tSSib_gNa0oMbw", "type": "image"}, {"id": 2532002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afd52801-92fc-45c4-b85c-3e84193dc15e/width=450/2532002.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UE6cZyo~HXtlR5jEVXV@*JV@Q-ozpwo~VEWA", "type": "image"}, {"id": 2532003, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64c24d9e-4d84-4021-ae38-bdff0c7d08e0/width=450/2532003.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5BgrR^*00-N6B8_00n#rpoyH?M|_3s78w.T", "type": "image"}, {"id": 2532005, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7eed2ca-f51c-41d4-9118-435e559b53d6/width=450/2532005.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U58=Z*yZ00VXKkt7DOV@L#aJIUWCh|axyYoz", "type": "image"}, {"id": 2532006, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59cf7746-98cd-475b-99a0-9255dee78da0/width=450/2532006.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UA9IMJpxUbZgIXyEI9R400Vru5T0_Na0.8t,", "type": "image"}, {"id": 2532008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cae6354-719b-4d45-9b76-0cbfb59f6088/width=450/2532008.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UA7MQ*V[8w*0x_I9H=?^%}V@Hrr;n#R5tmyD", "type": "image"}, {"id": 2532010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea6f897f-eb7f-43e5-aca6-0ea64ab7158b/width=450/2532010.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UDCG+5?b4T4o-q%LI99a~ptQ4nD*-PV?Nyxa", "type": "image"}, {"id": 2532013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f20a473-6090-4553-9527-c482764293c1/width=450/2532013.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCBqe-.T00D4tPIUHqozDODh-:%#.7yDMxDi", "type": "image"}, {"id": 2532014, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/526d2505-5b72-4ad2-82f0-3fcd577d7251/width=450/2532014.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UFFZjK_N~V?G00-;nMtSwbR5E2X9$~NHs:IU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/163334", "modelId": 146625} \ No newline at end of file diff --git a/datasets/metadata/163358.json b/datasets/metadata/163358.json new file mode 100644 index 0000000000000000000000000000000000000000..e53619cad3124ecdf956db2b0f0b74fc680d55a5 --- /dev/null +++ b/datasets/metadata/163358.json @@ -0,0 +1 @@ +{"id": 163358, "index": 0, "name": "World of Mist v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-16T18:43:36.697Z", "availability": "Public", "nsfwLevel": 3, "description": "1.0 of world of mist, turned out way better than i thought it would!
", "trainedWords": ["worldofmist"], "stats": {"downloadCount": 1604, "ratingCount": 93, "rating": 4.99, "thumbsUpCount": 134, "thumbsDownCount": 0}, "files": [{"id": 123395, "sizeKB": 147571.125, "name": "WorldofMist.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-16T18:45:50.164Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8379F130", "AutoV2": "73773169D3", "SHA256": "73773169D3FDCADB7B07C6914684CF867D76D29094A99588C752FA2828960E47", "CRC32": "710B33D7", "BLAKE3": "0E6EB3BB18417DA11AF837FB21CFAE2A82990A23BE6F896CAA331EFFC34DAA14", "AutoV3": "4138E8B1190E"}, "downloadUrl": "https://civitai.com/api/download/models/163358", "primary": true}, {"id": 123384, "sizeKB": 19433.8232421875, "name": "World of mist data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-16T18:30:56.613Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "77967D34", "AutoV2": "2C1D2EDE28", "SHA256": "2C1D2EDE28A70FFC3C048193EE527DFD587B872DC0DE401E17A1E6149CC7183B", "CRC32": "4E2C36AC", "BLAKE3": "752D5394AD398278322DDAA74A291226D11513AFA9DFD2D956BF67CE34C769FD"}, "downloadUrl": "https://civitai.com/api/download/models/163358?type=Training%20Data"}], "images": [{"id": 2532400, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/495cbb86-d8c5-4336-bec6-2cf7e39dbdfb/width=450/2532400.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "USLEsX_Nt7%L.8%LxuoJxUt7IUWC?bn$R+fl", "type": "image"}, {"id": 2532402, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adfa2a43-c9a2-419d-bd7b-8d85a48f4eae/width=450/2532402.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UDCt5[?H00bv8_IAIUkWvL%g*JIUtRR5ROyD", "type": "image"}, {"id": 2532403, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b27d7edd-9d3d-4763-a5ed-32fc01f30e6c/width=450/2532403.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UDLh6:1Iskxu_M1N?bRiDN%20exuvz9Fs:Na", "type": "image"}, {"id": 2532404, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/096ed193-0414-4d37-8210-c2b1f7535b92/width=450/2532404.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UGG9Kv_NRixF9FtlD%-p8_IU-;ogxu%M%LIU", "type": "image"}, {"id": 2532406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fba5eac9-b450-4e5c-8a6b-9a8f4d7d350a/width=450/2532406.jpeg", "nsfwLevel": 2, "width": 768, "height": 768, "hash": "UEI5iA4o_N?bWU4n9FRPITD%xuxvjF%Mayoz", "type": "image"}, {"id": 2532408, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b72462b-e720-4369-bc95-de282deeb82a/width=450/2532408.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UgLh9_NH.7WCt6NHaeae~qt8RPoeNFt7t6Rj", "type": "image"}, {"id": 2532410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04e86638-079e-4407-b50d-59683e29b57d/width=450/2532410.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UWJkr;~Vsl%2_M-oxas.R%WBWVae?Hn$M{f+", "type": "image"}, {"id": 2532411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06df6fe3-6676-4250-b628-4470fdb1da0e/width=450/2532411.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGKx#O4TH?_M?^4nWXxsHrozIonh~XV@t7R*", "type": "image"}, {"id": 2532414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/382d8a79-9805-405e-9334-8322f2096263/width=450/2532414.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UFGlbQ?c00%M^+~q_3D*Mx-p?bIU%MWBV@WB", "type": "image"}, {"id": 2532412, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e49d33d-225a-4c0c-8fac-0f5d8b75732c/width=450/2532412.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UWGI+MD*DiIU_NIVn$RjRPa#-;bIxaWVt7f+", "type": "image"}, {"id": 2532416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53992b38-558b-4794-bc21-857a21dc31e4/width=450/2532416.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UPFZ7}?c4TRi?wR*ITbIM{og-;t7E0R*s:Ri", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/163358", "modelId": 146644} \ No newline at end of file diff --git a/datasets/metadata/163382.json b/datasets/metadata/163382.json new file mode 100644 index 0000000000000000000000000000000000000000..bc0b5d4cf96683ff3bf777e6c3f6fe7f7fb4f0ae --- /dev/null +++ b/datasets/metadata/163382.json @@ -0,0 +1 @@ +{"id": 163382, "index": 0, "name": "World of Oilslick v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-16T19:15:22.345Z", "availability": "Public", "nsfwLevel": 3, "description": "1.0 of world of Oilslick! turned out way different than i thought, but in a good way!
", "trainedWords": ["worldofoilslick"], "stats": {"downloadCount": 850, "ratingCount": 90, "rating": 4.99, "thumbsUpCount": 142, "thumbsDownCount": 0}, "files": [{"id": 123408, "sizeKB": 147571.203125, "name": "WorldofOilslick.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-16T19:08:48.107Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3C9D0774", "AutoV2": "C122419C88", "SHA256": "C122419C88DE8DA7E1CE56A70998D66D9E364C0371C49ECA5C457842529DD0CE", "CRC32": "66F5372F", "BLAKE3": "95492937DE238F0367F329085D785521C0180894C681EB6C5E69F48816D29795", "AutoV3": "8597E368515C"}, "downloadUrl": "https://civitai.com/api/download/models/163382", "primary": true}, {"id": 123407, "sizeKB": 33264.208984375, "name": "World of oilslick data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-16T19:00:56.605Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0A73C5A4", "AutoV2": "7794FF4CCD", "SHA256": "7794FF4CCDF500A09804D6C3B7ADB60D0238F262743B0427761B6C034355745D", "CRC32": "62DB90C4", "BLAKE3": "A713F65B4D7987345F195FC9FD47CDB334245A8DF069DD06370BD4F48FDF6266"}, "downloadUrl": "https://civitai.com/api/download/models/163382?type=Training%20Data"}], "images": [{"id": 2532829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a6e933c-3e4a-4dc2-9626-bbf284cd0a0a/width=450/2532829.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UgKnSV%M%Lt7~pxut7ay-pxuIVNGt7WCM{Rj", "type": "image"}, {"id": 2532830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4461e095-1937-4fac-8ef0-817cdfd83baf/width=450/2532830.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMFiPt%M~VRkyYxZWDa~tSa}V@xtNHxuM|of", "type": "image"}, {"id": 2532832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b666a5eb-081a-4202-8fa9-58e53b432add/width=450/2532832.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UeI#rxo#R5ax_MoyRPxuRkxtRjxaRPRkf+t7", "type": "image"}, {"id": 2532834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b3778f2-00ce-41b6-9ceb-8b1aaef8fa39/width=450/2532834.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJD]k]xZDOt7wb9GM|x[~pxunhkBX9M{RkR*", "type": "image"}, {"id": 2532836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dec9cb0c-ea7e-4ad5-847b-30b733db90e1/width=450/2532836.jpeg", "nsfwLevel": 2, "width": 1152, "height": 768, "hash": "ULF5sybct3?a~ps:IV%2bIs:9Ft6s,t7Rja{", "type": "image"}, {"id": 2532837, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3fe6cbd-8016-4604-8888-a7c166badebc/width=450/2532837.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UcGlkqMeR*IU_NRPM|WB%2ofRjWCoeofRjWC", "type": "image"}, {"id": 2532838, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a76218d-dab1-4240-8216-5972f3939487/width=450/2532838.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UbIh+v_LiwxC?G-:E29H%gxHMzR*-BjJoyxs", "type": "image"}, {"id": 2532841, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ace12b6-b5db-48a1-9ead-b6ed4059d1c1/width=450/2532841.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UkIrZ|WCxa.8_NNGfkWXb_RPM{NGo~ofM|ja", "type": "image"}, {"id": 2532840, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbb05b1c-64d4-4374-b0b4-e3885646663e/width=450/2532840.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UYG]2IRPMx?b~pjbt7xuxakCt7WBWBWBWBj[", "type": "image"}, {"id": 2532845, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddd781f8-623f-49a1-990b-9d9d7b5ecbf1/width=450/2532845.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USG+8h~V?uM{~qtlt6f+-;o}NGoz%MxaNGxa", "type": "image"}, {"id": 2533002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fcf0999-52d3-40ee-9bb8-a97c2276f5a8/width=450/2533002.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UREW8nD*8_-:-BRjS#t8~WIVD*%L%fRiRPn+", "type": "image"}, {"id": 2533004, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/535e70b6-2ce1-494f-a4c5-1415c7f00266/width=450/2533004.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UiI=GSxu8{V@~qofr=WXxuM|V@kCM{M|jZS4", "type": "image"}, {"id": 2533005, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b023feb-1137-474c-9b00-bf6f4839bb60/width=450/2533005.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UhMtgd~p_3bbVsxuIUt7-;t7IUj[-;t6RjkC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/163382", "modelId": 146658} \ No newline at end of file diff --git a/datasets/metadata/163514.json b/datasets/metadata/163514.json new file mode 100644 index 0000000000000000000000000000000000000000..09458b51bb3f1f7e1160654ed0faba729babc1e9 --- /dev/null +++ b/datasets/metadata/163514.json @@ -0,0 +1 @@ +{"id": 163514, "index": 0, "name": "Christopher Walken XL", "baseModel": "Other", "baseModelType": null, "publishedAt": "2023-09-17T11:08:00.875Z", "availability": "Public", "nsfwLevel": 1, "description": "V0.3 alpha (perma-alpha)
", "trainedWords": ["Christopher Walken man"], "stats": {"downloadCount": 122, "ratingCount": 3, "rating": 5, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 123876, "sizeKB": 223100.16015625, "name": "Christopher_Walken_XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-17T10:45:45.189Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "854B81F7", "AutoV2": "50E93C4314", "SHA256": "50E93C43144C304EE746028ED5CDEB3B5FCF0B0D5AF84CC481B94D2DC2570D3B", "CRC32": "F9751766", "BLAKE3": "A98794442B2BD0D7F47589318A3B3425EE298BD5D09F70706B827AFD1C34F60D", "AutoV3": "A1B7692529C4"}, "downloadUrl": "https://civitai.com/api/download/models/163514", "primary": true}, {"id": 123512, "sizeKB": 31226.3798828125, "name": "163514_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-16T22:30:40.429Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A983B8A8", "AutoV2": "478FEFBA33", "SHA256": "478FEFBA33273E283F85FE050D00E29B7AEF72BEFC5A7D9C286BF1BD26B94999", "CRC32": "7F621A03", "BLAKE3": "908CB4414F6C5A98CBB07349305A494F22E0CEE09B29170597B0C197033F0F74"}, "downloadUrl": "https://civitai.com/api/download/models/163514?type=Training%20Data"}], "images": [{"id": 2544585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7849051-ec86-4f0f-a282-56d4ef3304e3/width=450/2544585.jpeg", "nsfwLevel": 1, "width": 1280, "height": 768, "hash": "U9EV{HV@Av-;s:xu_NWX_3fk?GniJCV@^+fP", "type": "image"}, {"id": 2544601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f385d054-8701-419b-a22a-b7c38dfd8147/width=450/2544601.jpeg", "nsfwLevel": 1, "width": 1280, "height": 768, "hash": "UHF$CT9F9aXT~VRkS~E1x]9Zxui^rrR*-pRQ", "type": "image"}, {"id": 2544604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7eee137e-d095-4f83-b312-e653d59ca9a1/width=450/2544604.jpeg", "nsfwLevel": 1, "width": 1280, "height": 768, "hash": "UKDcE$Vr4:JU~WWBIUR*N^WCxaxZx^M{WA%M", "type": "image"}, {"id": 2544605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/624b63de-ad15-425f-8668-8aa5423933b5/width=450/2544605.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDCigl~q0,Nd~Wxu9vRk01D%wIWBENOr%Moz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/163514", "modelId": 146744} \ No newline at end of file diff --git a/datasets/metadata/163924.json b/datasets/metadata/163924.json new file mode 100644 index 0000000000000000000000000000000000000000..0f93ac17587a5c8ae70cc23151837ded9716efea --- /dev/null +++ b/datasets/metadata/163924.json @@ -0,0 +1 @@ +{"id": 163924, "index": 5, "name": "FF-Minecraft-XL (CivitAI)", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-09-19T02:03:48.684Z", "availability": "Public", "nsfwLevel": 23, "description": "Trained with the official CivitAI Lora trainer
", "trainedWords": [], "stats": {"downloadCount": 423, "ratingCount": 33, "rating": 5, "thumbsUpCount": 49, "thumbsDownCount": 0}, "files": [{"id": 124769, "sizeKB": 223176.12109375, "name": "FF-Minecraft-XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-18T23:21:11.519Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "26B01535", "AutoV2": "A4EE407549", "SHA256": "A4EE407549C48A956F18102D6867817553F6D832B73DBA1FB38CF1FB313A493F", "CRC32": "16018CAC", "BLAKE3": "49CC8612B049444B2F3D70EFA3541263C9DE6D740AC9A3A8033974D1A7DA837A", "AutoV3": "608052B19994"}, "downloadUrl": "https://civitai.com/api/download/models/163924", "primary": true}, {"id": 123860, "sizeKB": 113519.0869140625, "name": "163924_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-17T10:25:58.439Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F2A39779", "AutoV2": "8A42D5270F", "SHA256": "8A42D5270F2A4304CC41CA80F6F32F6CC2E78DE3A6790662EEA8A71CE1DCAB94", "CRC32": "01F12DB7", "BLAKE3": "02E5C3D9FB9AEDF0E7BB13B170D7C8072FAC685FC9AC271B13A287B76CB74633"}, "downloadUrl": "https://civitai.com/api/download/models/163924?type=Training%20Data"}], "images": [{"id": 2570576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e307faf4-2a92-4c12-9d33-df29d4a329d2/width=450/2570576.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U7GRhyN48^;0;14:14-U00D*~qTK-.bv9Gi]", "type": "image"}, {"id": 2570570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6990079-dd4c-44fd-8391-3bff4a348fd3/width=450/2570570.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "UOFYrwxa9YjFcubvD*R.^kn+Vrf55kbFR6WB", "type": "image"}, {"id": 2570586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e9f37c7-6b4e-4aac-a6c1-1f509645e7f2/width=450/2570586.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U3Ed@gI@0L}Up^$%Ri1J*|EfEO}s03$i}s9]", "type": "image"}, {"id": 2570582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bfffb09-2fbe-4b2e-92f0-f5dd20736595/width=450/2570582.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UAEL?86W0r~A9b=_9G9vQmroEMiwFcNFsDov", "type": "image"}, {"id": 2570579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64f79161-d70e-44bb-a053-90b402aa641e/width=450/2570579.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "UWI;@ht7DiRj9bj?E3of},jYIpRkx]ofIUs+", "type": "image"}, {"id": 2570572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72a8b2e5-b99c-4971-b40d-6230bb217a38/width=450/2570572.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "UFGS0;jJ4nIo9l%MD*M{~mS$E2V@?HV[9Zoy", "type": "image"}, {"id": 2570577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9469198c-9d5f-4f08-81b5-a7fd554f6d12/width=450/2570577.jpeg", "nsfwLevel": 1, "width": 832, "height": 1248, "hash": "U7ELgRR61k?J_PxHU^rt0LKkBBIm0f#6xbkQ", "type": "image"}, {"id": 2570571, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fac88ffe-87aa-47e2-bc91-dc9f4018247a/width=450/2570571.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UFF=ghK$BL?X9IwiOa=M.TcYv}M_TKrq^%XS", "type": "image"}, {"id": 2570573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9f6cfc3-65db-4d2b-a41d-d182e60be42f/width=450/2570573.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UCEo#%GcWB=_Y8~qBCn3rHx^%$IAKjoz=cNF", "type": "image"}, {"id": 2570574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c501e12d-8f14-432e-a2af-7465275db23d/width=450/2570574.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UA9jr;x]0Maf].S$Eks:+GsqS$t6?]X99GRi", "type": "image"}, {"id": 2570578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e19398f7-bd2d-40c7-a1eb-ca220f455ce9/width=450/2570578.jpeg", "nsfwLevel": 1, "width": 832, "height": 1248, "hash": "UhGT82bIEPs..TkCM|WCR:V@R+X8i]oeM{ax", "type": "image"}, {"id": 2570569, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7d091b3-b6c7-4b93-9048-512bc7d0136a/width=450/2570569.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UHCQ3|V@9Exa?wV@Mxt7%#WBRPbIRjWVf5WB", "type": "image"}, {"id": 2570587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1fe365cd-192d-47ec-8960-306858033ae4/width=450/2570587.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UBF=gO~VJzEM?0?a9_t6kD?G%2xa~ot7wIt6", "type": "image"}, {"id": 2570589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02e68b23-8e1c-4f61-b66a-eb7dd4756092/width=450/2570589.jpeg", "nsfwLevel": 4, "width": 816, "height": 1224, "hash": "UEDmR0tmD*^d-@niD$nzxuNFI,R7IvM|iv%f", "type": "image"}, {"id": 2570581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdfb0851-0c8a-466a-95ac-cd2954911cb9/width=450/2570581.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "U8CQP.x_00nh_QaKG[t7ryadQRWV:xt7B{OE", "type": "image"}, {"id": 2570568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e71bce69-a2c3-48ba-945c-1b3c0ca7b0e2/width=450/2570568.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "U8B5F*DO0??]Mwk=%$RO00x]@=I9?^IBn5r=", "type": "image"}, {"id": 2570580, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc7359b0-2948-44fa-87cf-96285f1aae08/width=450/2570580.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "UCFO$A0L0f~W?bIUIokX,.Sh4.-n00-:D%WY", "type": "image"}, {"id": 2570585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2af2a54-2eee-4b0e-8b52-d5a9a205be65/width=450/2570585.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UEI$7W^lLv0gP7IpDPRP?v?HVIt5ExM|v~WC", "type": "image"}, {"id": 2570584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3433875-675c-42d9-8079-7a5301f53c12/width=450/2570584.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UGDA=P?^0KE2-qt79uNH}mv}DiIpTzkDVDe.", "type": "image"}, {"id": 2570588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/567a4a7d-9e42-4a57-b446-d678a558fa27/width=450/2570588.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "ULG9g9tp+@My$n%hO[ogMf?ZkqM|o~IXR$oH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/163924", "modelId": 147045} \ No newline at end of file diff --git a/datasets/metadata/16408.json b/datasets/metadata/16408.json new file mode 100644 index 0000000000000000000000000000000000000000..94d4e1bccf74f997556a6bde4b83ec4b03a2cf71 --- /dev/null +++ b/datasets/metadata/16408.json @@ -0,0 +1 @@ +{"id": 16408, "index": 0, "name": "Spider Man: Into the Spider-Verse LoRA v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-02-27T23:39:47.749Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 773, "ratingCount": 86, "rating": 5, "thumbsUpCount": 96, "thumbsDownCount": 0}, "files": [{"id": 13891, "sizeKB": 782677.638671875, "name": "SpiderManTrainingData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-27T23:41:49.820Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0B8633B1", "AutoV2": "7A1F424313", "SHA256": "7A1F424313A166C0442AF8A98D297C7A8481E76528F1BB0523BD0E4EA1E582C1", "CRC32": "1C74347C", "BLAKE3": "C86E6D3CAAAF355090244D6B740EF2716A8F4D2E56651595D90B96B478FDD780"}, "downloadUrl": "https://civitai.com/api/download/models/16408?type=Training%20Data"}, {"id": 13890, "sizeKB": 147722.9970703125, "name": "SpiderVerse.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-27T23:41:20.254Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "497612FF", "AutoV2": "B57B06BAB3", "SHA256": "B57B06BAB308F14FD17B86EA7A857E054C77DD727461352E125B20435A0A45AD", "CRC32": "872C38DC", "BLAKE3": "55CBAC8AB8E83F897F20B853246896A5A420D54C18BA32EBE2C44318387DEF2F", "AutoV3": "D32D0285F7AD"}, "downloadUrl": "https://civitai.com/api/download/models/16408", "primary": true}], "images": [{"id": 165587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/390fc2e8-5711-470d-b161-405ad043e400/width=450/165587.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEHT]d=Y0$01-UIANHI:O@E2~B-pIVRkE1xu", "type": "image"}, {"id": 165570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd5c4528-a016-47f4-68fe-1cb3b4a26900/width=450/165570.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaIq$BRj?v%1~qM{-;axS$RP%2Rj-;t6xuay", "type": "image"}, {"id": 165586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/324b8f68-8e48-46b4-d8dc-1dff60b07200/width=450/165586.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMDb~EWC4o9Z~pR*D*aex]oLIUs.?at7IUIV", "type": "image"}, {"id": 165585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fba8e5b4-dc41-48e3-ed26-afbbaf41cd00/width=450/165585.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "ULLMq$xa?^IV?aWBNdRj5RR*-Ut6?Gj[Ipay", "type": "image"}, {"id": 165584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aebaec63-54c8-4eee-2709-9d617b652e00/width=450/165584.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFJkl;%g0NWBPCRj?Hoe00NGVCxu~qxuX7E1", "type": "image"}, {"id": 165583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8791403f-b1dd-4b82-dcca-8b4f4b5a3200/width=450/165583.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHD7%65n0#}s=dR-JB$i0}$$%1NHt7n$Rjt6", "type": "image"}, {"id": 165582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8444334c-ae8e-41b2-c823-f63fb75a8e00/width=450/165582.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULDTR.tRy?x]RkjFIUbvDiWVr?WWD%ofxGae", "type": "image"}, {"id": 165581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5660fcc3-cf50-4684-ed6c-a768efdd1400/width=450/165581.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UCF~5L?H0000I;M{-;xa0Kae~WW;_3bHD$V@", "type": "image"}, {"id": 165580, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/383c1535-b7fc-4de8-fffe-730a37020700/width=450/165580.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULIN{k00_Nnh?bs,^*t7S#-:%1bH-:oLxtxa", "type": "image"}, {"id": 165579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20de142f-0c7c-4632-687e-6a9ee9152c00/width=450/165579.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOG7D7}?0g0zwIWoJ-JUIUr?%Lofo}ozNbNH", "type": "image"}, {"id": 165578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3683237-42eb-41a8-b596-da290341c900/width=450/165578.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJIgP[ah554p~AI=xZD*0gWCni%1Ioae%2kC", "type": "image"}, {"id": 165577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4ebf2bb-148e-4081-21ec-93d8df3bd500/width=450/165577.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGEwzT5m0#~A?G%20}xuEN$%%2IoRjogxtNH", "type": "image"}, {"id": 165576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/835f04d8-5fe0-4d0c-7298-3dd399f27b00/width=450/165576.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMLWz]~pAyw{R?o#%en$WYoJaLM{_1a$IVof", "type": "image"}, {"id": 165575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e54a041d-ccfe-41b5-31d4-a3c6aefa9400/width=450/165575.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKLWnnwbCA.7=Zw]Xn9G0LDiDhIVaz%MtSR+", "type": "image"}, {"id": 165574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/120b0653-a002-42b9-b432-2c21a7065100/width=450/165574.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAKT}S_2LNtloixu_3Io01RkrWs:.8kC~V%2", "type": "image"}, {"id": 165573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5d30b9a-da8c-4545-4031-524b64836300/width=450/165573.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEH_9{%OKl~V0p-:?YV[^*oz9INGOUni^%IV", "type": "image"}, {"id": 165572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d290afa-bb0a-4abc-26aa-2d13132c5600/width=450/165572.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHFYGjI@-qoz}@D*00%M~pRkMxxu?vWYi_WX", "type": "image"}, {"id": 165571, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b103c34-7d50-41a0-b157-dde55d95d800/width=450/165571.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPIgs20=GdXW?ctTI^xuOYxt-UM{S6%MofbH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/16408", "modelId": 13942} \ No newline at end of file diff --git a/datasets/metadata/164270.json b/datasets/metadata/164270.json new file mode 100644 index 0000000000000000000000000000000000000000..b68db466f051cbb39df67867569617df81e82076 --- /dev/null +++ b/datasets/metadata/164270.json @@ -0,0 +1 @@ +{"id": 164270, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-17T21:51:19.145Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["MinionStyle"], "stats": {"downloadCount": 1271, "ratingCount": 133, "rating": 5, "thumbsUpCount": 139, "thumbsDownCount": 0}, "files": [{"id": 124191, "sizeKB": 147574.26171875, "name": "MinionStyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-17T21:50:48.645Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A9791D29", "AutoV2": "7EBA41A86F", "SHA256": "7EBA41A86F90F8876123A881528BF051C1A1E6F5094F0EECB69BBC29C4C8BBF8", "CRC32": "87AEB863", "BLAKE3": "6BAA93B9653FDDE05C34FD1276607939E34D71370BDF43E1A77829F6F247BC32", "AutoV3": "3778AC6528A4"}, "downloadUrl": "https://civitai.com/api/download/models/164270", "primary": true}, {"id": 124190, "sizeKB": 80595.111328125, "name": "MinionStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-17T21:50:48.454Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5F2D6669", "AutoV2": "9B48A1DE17", "SHA256": "9B48A1DE170A377B17556ACED9867111CD7197D03897B97EE36EFA2A91E03BD2", "CRC32": "3E6BD66E", "BLAKE3": "D8153402FCD2A82183A62CED09BCC69818D0D186E061D3A8FB5153EEA72260F8"}, "downloadUrl": "https://civitai.com/api/download/models/164270?type=Training%20Data"}], "images": [{"id": 2552602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07e185b9-a591-4ea9-af27-f43ae6c513d5/width=450/2552602.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UAD]6g?]s-^%Ab9H01IVJ;%L$zD*5r~o~Vt5", "type": "image"}, {"id": 2552595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20834105-6f10-4180-af59-8baede1eb19a/width=450/2552595.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U4E.E%$|01.60E${rV4[01oz~TIV039z~n?D", "type": "image"}, {"id": 2552596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49647452-d6f1-4c10-8c05-82eda96070ed/width=450/2552596.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "ULGtUL}v5*bXO@O89sfB9FI,s$JA9FE1NFw[", "type": "image"}, {"id": 2552610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7f93337-2853-4166-94c9-34ab3bb85362/width=450/2552610.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UHGkjo?GXT5A~o~AN2-UNMbw=_^%9c=_%Kxt", "type": "image"}, {"id": 2552599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5900a9a-92f0-4fb4-8834-54c4a935e00b/width=450/2552599.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UOFP[oo}VE9Hyq%1IUM|~A?EIpkorER+t7o{", "type": "image"}, {"id": 2552601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/331063ee-0bc0-416a-b3e5-033ca1d4c41c/width=450/2552601.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UNB}8y-:RPyDTJtloeV?~9xWR5n$RP$fv}RP", "type": "image"}, {"id": 2552600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee107835-149c-4a19-a051-05feb326b030/width=450/2552600.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UBE2K=~T0i0i040hID-Q4@$j-.--#jWA-lJA", "type": "image"}, {"id": 2552598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e507838f-de61-45fb-afff-f21ea5f1b7b2/width=450/2552598.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UGF4vAIptkNY~C9bAI$e%eV=Ej%1ACIobv%2", "type": "image"}, {"id": 2552594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c877e22a-e0c2-47cf-849d-06cbaaa960cf/width=450/2552594.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UgHegqE3tR%L?]Rkt6t7tlj]sSRkE3ozwbV@", "type": "image"}, {"id": 2552604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7675325d-f50b-43a6-beff-4fe0b4380473/width=450/2552604.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UAB:52J79]9~~qsWIUEMtl,@D%E2ae-VD%9u", "type": "image"}, {"id": 2552607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36e16858-f873-4e96-b5d8-1c45f8743259/width=450/2552607.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UCF#XM~U5:0204IVMyniE1s,%M_1MJIVWFNf", "type": "image"}, {"id": 2552603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af7f7de5-9436-4d13-bc25-410b223bf1c6/width=450/2552603.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UAELpHRj03xXAs9a4p-n5B$%^i%M01Ip~TtR", "type": "image"}, {"id": 2552605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbe24abc-a1a8-42df-bfca-e1753d8eb03e/width=450/2552605.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UBK0ZS%y0hD+Fg03Mxt5xp9c=x={024=~S%J", "type": "image"}, {"id": 2552597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ad6b3ff-d87a-4d28-a321-0b1dad12d1f9/width=450/2552597.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UBE2v-05Ib~70P~RD,I@Vyn$pFE44stPxr$~", "type": "image"}, {"id": 2552608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d522765a-d921-4903-bace-df94533b2855/width=450/2552608.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UNF5l}-5vm5A~mI;IX5B9vE5V@i}J6WVs:$y", "type": "image"}, {"id": 2552612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/235f738c-9e03-4b1e-9aa6-ff094090f5ff/width=450/2552612.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UMF4[Tn$Mz$fX,$#nOIq}qR-9vxXNf$zX5ay", "type": "image"}, {"id": 2552609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ad16689-87a5-4221-86c5-8a6b4b8d7d15/width=450/2552609.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UXABOMS3IptQ?@X6M|oyx[kVM|n%S#ozaKV[", "type": "image"}, {"id": 2552611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6269a84b-2b21-4309-848e-fc73057e2b83/width=450/2552611.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UIIDp?ICog={Dlae9@I:_LNGRPOW0L~B,aI;", "type": "image"}, {"id": 2552613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b5d008c-0f82-4918-aaf7-dc21e2a00b57/width=450/2552613.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UFF;c$}Z5m0NEUM}oes,5$Eyni={Dobbt1=_", "type": "image"}, {"id": 2552606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/208068ba-5a15-4a95-8bcf-f0d953a4a633/width=450/2552606.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UFHU94IAt%%g_4M_9@-ptN-T56S$^+VZ9ZOV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/164270", "modelId": 147313} \ No newline at end of file diff --git a/datasets/metadata/164274.json b/datasets/metadata/164274.json new file mode 100644 index 0000000000000000000000000000000000000000..2f945c4c686480ea40fdd77f08c0798e6ea2ec37 --- /dev/null +++ b/datasets/metadata/164274.json @@ -0,0 +1 @@ +{"id": 164274, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": null, "publishedAt": "2023-09-17T21:54:14.378Z", "availability": "Public", "nsfwLevel": 6, "description": "", "trainedWords": ["rasis", "pink eyes, pink hair, long hair", "exceed_gear, detached sleeves, navel cutout, white thighhighs, headgear, black necktie, skirt", "dynasty, black dress, choker, hair flower, rose, crown", "everlasting_message, crown, red dress, cleavage cutout, black thighhighs, pelvic curtain", "for_ultra_players, crown, cleavage, white dress, strapless, tiara", "iv_outfit, blue ribbon, crop top, choker, midriff, clothing cutout, white thighhighs, mini hat, puffy sleeves", "teufel_xronoxapsule, uniform, skirt, thighhighs, gloves, necktie", "(vividwave, pink necktie, black skirt:1.2), star collar, hair ornament, white thighhighs, sleeveless, midriff", "you_are_my_best_rival, visor cap, cow horns, navel, cleavage, tail, neck bell", "voice2voice, yellow bikini"], "stats": {"downloadCount": 378, "ratingCount": 48, "rating": 5, "thumbsUpCount": 64, "thumbsDownCount": 0}, "files": [{"id": 124193, "sizeKB": 36999.9755859375, "name": "rasisSoundVoltex.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-17T21:55:45.267Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AFAFB937", "AutoV2": "9FAC0C30EF", "SHA256": "9FAC0C30EF31569919780B92364ABEC21E97A8C7479CC7FD38E1C24B0BE2CAF1", "CRC32": "D3AA7D3D", "BLAKE3": "77B62E72F4B61C05A9881A8D1547ED3378CF99A9DC52BD28200F586BBA4165B6", "AutoV3": "468E2F87244A"}, "downloadUrl": "https://civitai.com/api/download/models/164274", "primary": true}, {"id": 124398, "sizeKB": 701014.041015625, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-18T09:00:58.107Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "60011AE7", "AutoV2": "4DA58592BE", "SHA256": "4DA58592BE397B2EF5097728C99A35400AF5D2703CC240E11444FC40826167D3", "CRC32": "8D197155", "BLAKE3": "283F39837D694E214D249B92DE819F71F3FBAB28355138ED92F571ECDB67E33A"}, "downloadUrl": "https://civitai.com/api/download/models/164274?type=Training%20Data"}], "images": [{"id": 2552690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/985730d3-43c7-4bfd-8cbd-8162b0bb8384/width=450/2552690.jpeg", "nsfwLevel": 2, "width": 768, "height": 1128, "hash": "U6H,;tD%00pc00#U0dcDrX%MF{E10LEM~V?G", "type": "image"}, {"id": 2552664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1e0a144-3679-4c96-9606-834920351840/width=450/2552664.jpeg", "nsfwLevel": 2, "width": 768, "height": 1128, "hash": "UPJjSg-oL2IV~CX8K4xaYPIp?bSN_Nxa^lxa", "type": "image"}, {"id": 2552689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f69bd776-eead-40d7-80f1-8e4bfe754b74/width=450/2552689.jpeg", "nsfwLevel": 4, "width": 768, "height": 1128, "hash": "UJLNDUD*Sx~q.8niOpx]X-xZyDx]D+W;Q,Rj", "type": "image"}, {"id": 2552669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a02ecb4b-e592-46f9-b292-db746eba385f/width=450/2552669.jpeg", "nsfwLevel": 4, "width": 768, "height": 1128, "hash": "U7M#^i0L00~p00S433r=Dl~BLK9G,ua$E1oe", "type": "image"}, {"id": 2552668, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33128587-8127-47b5-803d-4beed46c1dd7/width=450/2552668.jpeg", "nsfwLevel": 4, "width": 768, "height": 1128, "hash": "U7G@7BrY00Ef+s$Q0L%f2n9trssTc5~V0gDj", "type": "image"}, {"id": 2552688, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c871adb-266e-4520-922a-310caab18e64/width=450/2552688.jpeg", "nsfwLevel": 2, "width": 768, "height": 1128, "hash": "UXJ?]W~V0fIU01IUJQR+ADW;%2bHocR*n5w{", "type": "image"}, {"id": 2552692, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bb59b89-f283-443d-bd6b-9c116553e6b4/width=450/2552692.jpeg", "nsfwLevel": 2, "width": 768, "height": 1128, "hash": "U7HAkt?b004T:,D%0x_NI-yC009Fq]R6_Nx]", "type": "image"}, {"id": 2552672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c22105f2-688f-41e6-a372-db894d8e1bb8/width=450/2552672.jpeg", "nsfwLevel": 4, "width": 768, "height": 1128, "hash": "UJK0]S~BCQ9t@Z$+InbY.7bv.SIoE|%L.loz", "type": "image"}, {"id": 2552671, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d02f793e-8968-411f-8d9f-54f639487c97/width=450/2552671.jpeg", "nsfwLevel": 4, "width": 768, "height": 1128, "hash": "UNLDS{?wPW5SyFE,%#tRxbEN%MIp=|E2MxaK", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/164274", "modelId": 147316} \ No newline at end of file diff --git a/datasets/metadata/164458.json b/datasets/metadata/164458.json new file mode 100644 index 0000000000000000000000000000000000000000..e9436b03a13d2746ae2d929fa639825ffcea1065 --- /dev/null +++ b/datasets/metadata/164458.json @@ -0,0 +1 @@ +{"id": 164458, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-18T07:01:19.169Z", "availability": "Public", "nsfwLevel": 26, "description": null, "trainedWords": ["GAME_sekhmet_pasties_ownwaifu, breasts,long hair,www.ownwaifu.com,black hair,dark skin,dark-skinned female,green eyes,pointy ears,jewelry,huge breasts,thighs,bangs,elf,navel,very long hair,thighhighs,thick thighs,dark elf,pasties, between breasts,large breasts,bridal gauntlets,circlet,blunt bangs,piercing,animal ears,elbow gloves,shiny skin,wide hips,egyptian,deep skin,eyebrows visible through hair,gloves,egyptian clothes,", "GAME_sekhmet_dress_ownwaifu,black hair,breasts,dark skin,www.ownwaifu.com,dark-skinned female,long hair,green eyes,pointy ears,jewelry,huge breasts,thighhighs,bangs, elf,dark elf,very long hair,bare shoulders,between breasts,bridal gauntlets,blunt bangs, circlet,elbow gloves,pelvic curtain,thick thighs,animal ears,navel,cleavage,gloves, honeycomb \\(pattern\\),large breasts,makeup,wide hips,black gloves,", "GAME_sekhmet_white_ownwaifu,breasts,dark skin,dark-skinned female,green eyes,long hair,www.ownwaifu.com,black hair,jewelry,bangs,circlet,huge breasts,navel,thighs,veil,cleavage,large breasts,revealing clothes,wedding_dress, "], "stats": {"downloadCount": 1095, "ratingCount": 186, "rating": 5, "thumbsUpCount": 256, "thumbsDownCount": 0}, "files": [{"id": 124343, "sizeKB": 36994.177734375, "name": "GAME_sekhmet_lastorigin_ownwaifu-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-18T06:30:36.169Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A2739A30", "AutoV2": "FA497B9181", "SHA256": "FA497B91814320CF96EB23429DA071BF82E465F10F5056142DC4F049AE516499", "CRC32": "5B3D141F", "BLAKE3": "FDA260F9B6DB1717B8621E16A68D62DE0344553B006E777E773ECF38FA21A0EC", "AutoV3": "5A61B4249BFF"}, "downloadUrl": "https://civitai.com/api/download/models/164458", "primary": true}, {"id": 124360, "sizeKB": 677386.6171875, "name": "GAME_sekhmet_lastorigin_ownwaifu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-18T07:01:24.273Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A4A427D9", "AutoV2": "76B3E6698A", "SHA256": "76B3E6698A7AF0ACBFE70CD06191C1687E25B50E33362C5686A7DEF653ABF6A7", "CRC32": "2D54311E", "BLAKE3": "83D3A012269E3C5517B1A96EA128BC541D07058F5C9D894241DFFFBB6194BBAC"}, "downloadUrl": "https://civitai.com/api/download/models/164458?type=Training%20Data"}], "images": [{"id": 2571850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/703ee94d-844a-4edd-a85a-0475d12b2f34/width=450/2571850.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "UVExkc~Vtl-:I;WCe:NGNGWBofs:NHj@xaoM", "type": "image"}, {"id": 2571768, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35a688c3-75a3-4c00-bccb-959dfa12c4bb/width=450/2571768.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UEG7_B~X.8-pSzNHwbRi0fIqs:NHoyE2-oS3", "type": "image"}, {"id": 2571856, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/beebf000-fd5a-43fc-a111-a378efce98d4/width=450/2571856.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UAD+D00011={AGi^%2E19uM{~VRP9uxa%LIp", "type": "image"}, {"id": 2556719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9ea374e-d640-4f79-8e38-9437fc414b61/width=450/2556719.jpeg", "nsfwLevel": 8, "width": 864, "height": 1152, "hash": "ULF5s#x]yCr@yso}jEELXnxuivsmt9s:xBRP", "type": "image"}, {"id": 2556718, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed783f72-0ded-46e6-b276-6a87ab961e5b/width=450/2556718.jpeg", "nsfwLevel": 8, "width": 864, "height": 1152, "hash": "UEFFHat7*J%hKRWXXUtSNGj[H?nN00NKn3Mx", "type": "image"}, {"id": 2556717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9920fb8-0f19-4dbb-b673-59eccafbc73b/width=450/2556717.jpeg", "nsfwLevel": 8, "width": 864, "height": 1152, "hash": "U9E{Oqvfp{nNBa_2I;?aGcGb#5o#0O-=-69F", "type": "image"}, {"id": 2556722, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/481fabe6-dff8-4b6f-9b2c-77431808c4e7/width=450/2556722.jpeg", "nsfwLevel": 8, "width": 864, "height": 1152, "hash": "UUE.nf~qX.kqEkJ.SiRkIpM{sCt7j]%2%MkW", "type": "image"}, {"id": 2556723, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07da1f3a-e655-45f4-bfaa-278be60aec77/width=450/2556723.jpeg", "nsfwLevel": 8, "width": 864, "height": 1152, "hash": "UQF5,C_NOssmTLx^jvV@9bD*sot6E2W=NHS4", "type": "image"}, {"id": 2556724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed10b888-226a-4bc9-821b-4665519d9c93/width=450/2556724.jpeg", "nsfwLevel": 8, "width": 864, "height": 1152, "hash": "UJGuO9.T?wE21RE-tTE2%1V[r]of9anOsmS4", "type": "image"}, {"id": 2556725, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/411d1350-b32d-43b4-8d83-5e56fc653ef9/width=450/2556725.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UEIN{x%13?tSGwSi=ykWKlSi,pf5YRn+%hof", "type": "image"}, {"id": 2556726, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f06dd12e-a897-4ee5-b6ab-6b22651e8d61/width=450/2556726.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UMJHN~MxLNWYPqoJ-ptRb{Nun5ofPBr=ozR*", "type": "image"}, {"id": 2556727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/538d8710-09a7-4e09-825b-06d5d97bdcec/width=450/2556727.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UDIz|]4TLg={PpwgxZT0RjO@vf-pu5IA%2M|", "type": "image"}, {"id": 2556731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/906785be-895b-4aa4-99b3-cb36afc43328/width=450/2556731.jpeg", "nsfwLevel": 8, "width": 768, "height": 1216, "hash": "U7HdgN013s003E#j^k-A0MMds99a0jwG%Ns8", "type": "image"}, {"id": 2556728, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35bb6017-85d8-46e5-9a7b-64cd672cc49c/width=450/2556728.jpeg", "nsfwLevel": 8, "width": 768, "height": 1216, "hash": "UCGaXt9G0#-V0yM{n$NG9abG~BM{ELxFoya|", "type": "image"}, {"id": 2556730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a04c22e-1d26-4e29-ba08-a36838735347/width=450/2556730.jpeg", "nsfwLevel": 8, "width": 768, "height": 1216, "hash": "UHGu2h~VYQo~T|JA%gElOtIV%2-pO[X8%Lo#", "type": "image"}, {"id": 2556733, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0823db91-00be-4d84-a31b-f82aa72f679c/width=450/2556733.jpeg", "nsfwLevel": 8, "width": 768, "height": 1216, "hash": "USIqP_E2?^%2%Ms:%Mt7axIUaxM{Xmaz-pWE", "type": "image"}, {"id": 2556732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/089f8575-3371-40b1-b97f-0888e9bad6c0/width=450/2556732.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "UMIgZR~VOs-pcF?ax]WX0zs:-pbHniM|%1t7", "type": "image"}, {"id": 2571854, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5708f7a6-da30-44cc-a634-0116de17456f/width=450/2571854.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UAD+C}~B56%L%#D*IAxat,xY-T^*%gWB9ZXS", "type": "image"}, {"id": 2571769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a237c99f-d310-40f7-b643-a323078c2f56/width=450/2571769.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "U8C=@]~WKOIp9[NeD%M{01Io%3%1D%xGnhM{", "type": "image"}, {"id": 2606286, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b724c498-0ec1-4059-943b-b6671c59995d/width=450/2606286.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "UbHdsy~Vk=xuyD-;-pt7S$SgxaofofxaayRk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/164458", "modelId": 147471} \ No newline at end of file diff --git a/datasets/metadata/164731.json b/datasets/metadata/164731.json new file mode 100644 index 0000000000000000000000000000000000000000..bf100bbdd356aee9c7c26f69c96f165bb820b5e3 --- /dev/null +++ b/datasets/metadata/164731.json @@ -0,0 +1 @@ +{"id": 164731, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-18T15:39:23.136Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["YurikaMisumaru", "Military_uniform_White_turtleneck_jacket_Black_pencil_skirt_Black_pantyhose_White_capelet", "CaptainHat"], "stats": {"downloadCount": 389, "ratingCount": 43, "rating": 5, "thumbsUpCount": 61, "thumbsDownCount": 0}, "files": [{"id": 124589, "sizeKB": 36995.1650390625, "name": "YurikaMisumaruV2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-18T15:35:49.530Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "77283BB0", "AutoV2": "3A10F50858", "SHA256": "3A10F508586DDC31B318B67594348CBACE87CA024CA93B881284AAA1648AE2D9", "CRC32": "1C8AECB8", "BLAKE3": "789A2AD2F95EA173166C535D5BAE041C3E8381BBC01BF14B0EA1A07F998FEEC7", "AutoV3": "B98A1BE81425"}, "downloadUrl": "https://civitai.com/api/download/models/164731", "primary": true}, {"id": 124590, "sizeKB": 92098.1357421875, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-18T15:35:55.360Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4F215D62", "AutoV2": "A9E06DBECA", "SHA256": "A9E06DBECAA6DF2BF672ADC895DCC8B0AC7B39DC13C8DEF29B48BF9C2476178D", "CRC32": "FB1F2680", "BLAKE3": "022623E0E86308A0F5F61FE86356AF9787A42EF8497C37E68DCC0B04E45F69F8"}, "downloadUrl": "https://civitai.com/api/download/models/164731?type=Training%20Data"}], "images": [{"id": 2564160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8aaecaf-a04d-4967-b0f1-ddba662cfec4/width=450/2564160.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UJH.KVxt?bxb?wod9Ejds7bExoRk00of.7fm", "type": "image"}, {"id": 2564171, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61c32cd1-ec47-4b5e-bbc3-c5353d40b738/width=450/2564171.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "ULM7G%D+_1xaxl-l.AIWY8tm?bozTMt7wGV@", "type": "image"}, {"id": 2564170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39308d6e-75d0-4762-b72e-7e4f91b26097/width=450/2564170.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UKM%NHVDyZo#BEx]^*Mz.9x]~pNLtStRM{t6", "type": "image"}, {"id": 2564155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ea40626-19af-49ed-ab1f-44dd3a7a2c44/width=450/2564155.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UTJkWY~q~p?a%gM{%MtQ^,bHbEM{Ioxu-:od", "type": "image"}, {"id": 2564153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66d8946e-99d0-4002-9d10-0181aa405d70/width=450/2564153.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UDJ*rJ?FEL.TI7kEtmbv4poJouIU0001^*r:", "type": "image"}, {"id": 2564172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1ec2818-2024-4c70-b31a-187443278a3c/width=450/2564172.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UQI#4d~q?p^+yD-otQIXkjI:WGt64;oLs,V@", "type": "image"}, {"id": 2564154, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52770e69-6ee6-4b5c-b176-96a786ed862f/width=450/2564154.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UIJtl4IAD~-;Y7IpbvI:rBs9%gxt01Ip~Aax", "type": "image"}, {"id": 2564166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4a9e9c8-1307-47e1-9945-3c3e70a2de3e/width=450/2564166.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UcKKpWw}~qRox^t6tRRk^jo#x^WY9}bcxVV@", "type": "image"}, {"id": 2564164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/730b1a3f-1461-499e-bc56-0e34e48bd481/width=450/2564164.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UOIE*8%NkS%M?dxZRhNH4nWBxtj=9FRk-:t6", "type": "image"}, {"id": 2564157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e70ecf0-b3b6-4bb5-845d-c4f78a69fb74/width=450/2564157.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UdI=APae%Lof_4xut3t6xvs;Rioes.WCoft6", "type": "image"}, {"id": 2564162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b11beecf-0ad9-422c-87b3-8e5216162222/width=450/2564162.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UWIE-GD%x[xu_4RkRioxs;t6obk9IUWB%Mof", "type": "image"}, {"id": 2564158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6b804d5-f400-4f08-a9bd-3fea842144a9/width=450/2564158.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UMI#ox_3%Mxu_4t8obocxvR+M_t5WCRjxuxt", "type": "image"}, {"id": 2564161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e666fd4-022a-4c2b-aebd-5541dffa5d9d/width=450/2564161.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UCJ[6e~q?Z9F-?V@RN%N-=M{M_xuIVozx[Ri", "type": "image"}, {"id": 2564159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be9db7de-de10-4bef-9c01-d6313c2a56fa/width=450/2564159.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDI#ih?HtL-:%%xuM^oe4nIUtMR*00IU~VWB", "type": "image"}, {"id": 2564163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f39f2150-8abc-40f2-a449-fb1e64bd7dca/width=450/2564163.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UeIhjcM{%May_4ofocofxvj[Rjoej[WBt7t6", "type": "image"}, {"id": 2564165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b1d88e8-86fd-4383-99c9-3e50c21e4f3b/width=450/2564165.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UVI}x6RjtQxuM~M{RiWV~qj[oIj@IUWBxtWB", "type": "image"}, {"id": 2564169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b11f135-1aa1-4919-89ce-d526c47ef1d9/width=450/2564169.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UMK0y=~qP:n,KQxun|oe?^%Mn3E1bwV[r=xt", "type": "image"}, {"id": 2564156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27962a7d-d97e-4d16-98be-fe924e2013f4/width=450/2564156.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UVLgO,~VR2xtt4xt-:t6wGxt-:ofM|t6xYRk", "type": "image"}, {"id": 2564167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa077dc3-3953-413a-827d-0b7021b5c15d/width=450/2564167.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "USK0jg~WPAt7-=s,NFM{T{x]$6s:5QoL%1oy", "type": "image"}, {"id": 2564168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ae5c252-ec46-426e-8672-82547678dbcd/width=450/2564168.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UUI=Jt_4-=o#_4xtD$RjNGxutQWAD%t8%Lj]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/164731", "modelId": 47918} \ No newline at end of file diff --git a/datasets/metadata/164996.json b/datasets/metadata/164996.json new file mode 100644 index 0000000000000000000000000000000000000000..5d4e1e6f16543d07c51f482f06eceb42398493fd --- /dev/null +++ b/datasets/metadata/164996.json @@ -0,0 +1 @@ +{"id": 164996, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-19T01:18:17.396Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": ["1.0 of WOS Nighthaunts, i am planning to give this an update with many more colours.
", "trainedWords": ["worldofsignighthaunts", "tattered rags", "green glowing aura", "skeletal"], "stats": {"downloadCount": 551, "ratingCount": 77, "rating": 5, "thumbsUpCount": 78, "thumbsDownCount": 0}, "files": [{"id": 126336, "sizeKB": 147571.34375, "name": "WorldofSigmarnighthaunts.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-21T13:10:50.602Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AD67FEB6", "AutoV2": "5B050154C0", "SHA256": "5B050154C0BDD5B4C82529B8E1CEBC67C19903973CF4A2E31D3FD6F69F2D497D", "CRC32": "454A6A83", "BLAKE3": "4460BBD50D18157F2F1CC2644369B781D2DCD081B6773793BFFB8CF3759B4BC1", "AutoV3": "AC3C0455B8C4"}, "downloadUrl": "https://civitai.com/api/download/models/166715", "primary": true}, {"id": 126331, "sizeKB": 37490.603515625, "name": "WOS Nighthaunt data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-21T13:05:37.488Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "87DB8F57", "AutoV2": "1D49B5519D", "SHA256": "1D49B5519D67A810E07131754A66050B6133BAF36560C700DE11148A3405A4A8", "CRC32": "63260895", "BLAKE3": "E45640A009D1960060D5AE53A2857F2DCFF6E0555B28027A21DD6FF22960D9A3"}, "downloadUrl": "https://civitai.com/api/download/models/166715?type=Training%20Data"}], "images": [{"id": 2607340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8dcae0f6-051c-4a16-a786-5bb96967c90d/width=450/2607340.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U12sd+cEQAZj%eR~qwnAmTkSobR7l*fTrgo{", "type": "image"}, {"id": 2607282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/776c5627-b9d5-4fd1-b73e-73c1b4234fd7/width=450/2607282.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U58E#cHuDPi~F0yVHao{?^oLIAjJu2RRniRQ", "type": "image"}, {"id": 2607341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/509b5acd-ef55-42b7-ac6c-5a4b2cd21d4b/width=450/2607341.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U17Ues?v00.8*0R700bu?uW+8wSLyDMxH=Vu", "type": "image"}, {"id": 2607343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f6b5264-4005-4650-adc1-1357f3b61ac9/width=450/2607343.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U15=-1V=00u5?[%z00D4E0S5xunN00T1?Yxs", "type": "image"}, {"id": 2607361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06a75ae3-d8bb-40ca-87f8-0daecb3a059c/width=450/2607361.jpeg", "nsfwLevel": 1, "width": 3072, "height": 3072, "hash": "U25=kM?^009GUXtlrGR74US_w2z=DPyCbvML", "type": "image"}, {"id": 2607344, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15318def-9147-455d-95cd-43aa3ab896dd/width=450/2607344.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U33,NhoMQ8WEH?NFTIwMu-iwqCpIb;V@s?oh", "type": "image"}, {"id": 2607363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/399b50cd-d1ba-4731-aeb8-7dffd6db8b34/width=450/2607363.jpeg", "nsfwLevel": 1, "width": 3072, "height": 3072, "hash": "U04yGzrz00kk~pSt00sFtsadHbVtC[bK%6t8", "type": "image"}, {"id": 2607346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4eb24b3-fa6e-4e0d-b774-55cdc4fc22a0/width=450/2607346.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U2A1nc_L004;00.7-;H?0Mt7qv?CK3pFu4yC", "type": "image"}, {"id": 2607902, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a032677d-9804-406b-985f-5d3b5b4f6ab3/width=450/2607902.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U030QbmAhiuLyZyW%Ln6%Oy=tjsq*JiJyrpZ", "type": "image"}, {"id": 2607365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01116ac6-a826-4724-a86e-009ce13b338b/width=450/2607365.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UbLXrY%M~qfPWXkCIUj[_3xuM{of_3xaozt7", "type": "image"}, {"id": 2607962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80f08490-cd85-44f9-abbb-a99815c5b709/width=450/2607962.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U54fs,*HHZHt%Mt8RPM{xotQR6Me*HtjQ.Q:", "type": "image"}, {"id": 2607999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c3d4eb9-8e40-4211-9728-f197ef3ca4d8/width=450/2607999.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U45F,gaO4UR6?@ayIVa$H@pFVva#I[yVd[R6", "type": "image"}, {"id": 2608031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bf3ec6f-dcfe-4d3d-b11e-c8676fec76a3/width=450/2608031.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U34yTB.jZ}%y.k%dx.%yVY%d%xtP%|%zofVr", "type": "image"}, {"id": 2608034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eabeecbf-3023-438b-8115-378151e64d64/width=450/2608034.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U94yr:o}MLRQ*Gj[Q:V[t%f6R7V[b;j[MfV[", "type": "image"}, {"id": 2608035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/563ce896-5047-4ff6-bcc8-529dc35ba54f/width=450/2608035.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U33,4^%|Q-t**IoyR6WVD5Q:a%MMIBVutRV[", "type": "image"}, {"id": 2608036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67558e39-8332-47af-aec1-c3d6706b37b2/width=450/2608036.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U35ZQ?HZ8wyWtSt*XSV@MvtkyWQ.qAQp%yV?", "type": "image"}, {"id": 2608037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0919a0b-1faf-4fe5-b24b-9aa3c3de5832/width=450/2608037.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U457GIyoMetktAQ:QDVG4TW;w1R6uJuL*Ftj", "type": "image"}, {"id": 2608039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ed9e7ea-616d-43b5-a51c-fa8aa09d6990/width=450/2608039.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U74D#ZjIL*Vvy.koL+aLZRkoMLaxu1a2WBaf", "type": "image"}, {"id": 2608041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/407ced29-5c42-4abc-adb6-f7f580e753c9/width=450/2608041.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U33TVgU{L$y:*IVuQ.tkZho}koV@lRoznTRP", "type": "image"}, {"id": 2608038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cdcf089-0d64-461c-bd50-4c539b79d18a/width=450/2608038.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U14W,^t*D4p^HXu2XlQUp{L$D4t**HcYV=Z#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/166715", "modelId": 149299} \ No newline at end of file diff --git a/datasets/metadata/166800.json b/datasets/metadata/166800.json new file mode 100644 index 0000000000000000000000000000000000000000..eed47bb742c13815deecb9193602d629cc354ed0 --- /dev/null +++ b/datasets/metadata/166800.json @@ -0,0 +1 @@ +{"id": 166800, "index": 0, "name": "v1.0 350p FullColor Manga", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-21T15:35:38.516Z", "availability": "Public", "nsfwLevel": 15, "description": "v1.0 350p FullColor HManga
", "trainedWords": [], "stats": {"downloadCount": 3541, "ratingCount": 348, "rating": 5, "thumbsUpCount": 512, "thumbsDownCount": 0}, "files": [{"id": 126400, "sizeKB": 22278.71484375, "name": "Oda_Non_Style-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-21T15:37:13.216Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "42C3FED3", "AutoV2": "B8F9663650", "SHA256": "B8F9663650EBB7FECD5E111715EE25DEE273F905B9FE8F9E4A7A3B0C4597CC91", "CRC32": "CB033474", "BLAKE3": "DB77F1290DDF09CFFD3E1A6268B04693BADA9543522347BC86B7369F89B1A6BA", "AutoV3": "DE8A898832EA"}, "downloadUrl": "https://civitai.com/api/download/models/166800", "primary": true}, {"id": 126401, "sizeKB": 93755.673828125, "name": "Oda_Non_Style2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-21T15:37:17.198Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E5547A03", "AutoV2": "591D048EE6", "SHA256": "591D048EE6A5D335752366E522BCCA2E28DD6295198907DBDCAD2C5BC596BC66", "CRC32": "A7128F17", "BLAKE3": "E8FF8100E441D802C5BD2A276BC90BC0452A2AF23D4C27D317401B3EFDDC3FF3"}, "downloadUrl": "https://civitai.com/api/download/models/166800?type=Training%20Data"}], "images": [{"id": 2631513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0adb6c29-d8b6-438d-9436-24f9bd2de514/width=450/2631513.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQQ9D#?^.S%MI;S%_3t8E2WBrrxux^xtr?WV", "type": "image"}, {"id": 2608045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b3d71e1-ea23-4fc0-a665-d6739f13ab90/width=450/2608045.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1520, "hash": "UaO{,RRj?wWX.8%M.8t7E2WBxuM{_2ofRPkC", "type": "image"}, {"id": 2607929, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cee6769-8703-43d2-888a-5734958629dc/width=450/2607929.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1520, "hash": "UaPPo%t7?wxuOZof_3of%gayVsoe-;oer=Rk", "type": "image"}, {"id": 2608187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42ee872e-7034-40fa-8017-cba209e5ed7e/width=450/2608187.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1520, "hash": "URMi=:00_2ICNFD*XTSgInNGxGxt~WS5E1oz", "type": "image"}, {"id": 2608286, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b264f013-454c-4adb-a134-5b5ae5bd2346/width=450/2608286.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1520, "hash": "ULNvoVIAlBRP.89GyDD$5sMyIARj~BIoIUxu", "type": "image"}, {"id": 2608774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb341cc8-78af-425a-ae8c-2870919a7d67/width=450/2608774.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UQMisQtR56~W009ZM{NG0et7$*E1I=tl%2oe", "type": "image"}, {"id": 2608866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aeff64c8-7d16-4483-a1c1-d792fc31249a/width=450/2608866.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UpLNMl~WR%%1Vrxtt6t79Zs:xuR+?bWCRje.", "type": "image"}, {"id": 2610156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8dfaa60-e256-42be-9a86-29b5d2fcec0a/width=450/2610156.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UYO{Hw~WPBjbIUoztSNHTKo#ogM|?GV@Rkxa", "type": "image"}, {"id": 2610259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e30dd0d4-e7d7-484a-92e7-c3c7c4e8230e/width=450/2610259.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UMOohhH=?^kC%#DiK6NG0gbH%MI;^*xu9GjF", "type": "image"}, {"id": 2610553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/680d0e24-6ab2-42b2-89fb-ef4aa72b07ba/width=450/2610553.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UMN+@c=}?^9Fsysj_1IV0LSd-n-n~DD,M#%M", "type": "image"}, {"id": 2610370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3dc845d-e9fb-4e45-beb6-9e11889be1a3/width=450/2610370.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UOMZtD00_NRnE19F%NtRM{M{adM{_NR*WA-p", "type": "image"}, {"id": 2610406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79ac9e71-1b8a-43e5-8d45-451a04be6a03/width=450/2610406.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UgOBfvxZx^tl~oRjbwniyWt7x^o}-qRjaxf+", "type": "image"}, {"id": 2610488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a9ba6ee-6e3f-41ea-8766-b83492344a07/width=450/2610488.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UIPYu8_2lV?HFwRP%$X9Elo#RkR+_1Z~Di%2", "type": "image"}, {"id": 2610642, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c32f132c-7c03-4d6e-a5c9-3dc12299a8ca/width=450/2610642.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USQk]TVXpdVs%~Mx%hbdESt7ROM{~ps9Mys.", "type": "image"}, {"id": 2610686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/333cc401-8494-4938-9dbc-4c8e1eb853cf/width=450/2610686.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UHQ8-@-:PX-oD#Ioo~pd5ToyWEaK~oVYMxWE", "type": "image"}, {"id": 2616292, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f89206a2-9246-44ab-beee-7f9674017cb4/width=450/2616292.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNMPtUDOpws;}tH@%#Na.8-p%M%g^+9ZIUWV", "type": "image"}, {"id": 2616156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e696cac-0a3b-4bb3-af28-2def655b57a3/width=450/2616156.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UIKmY6009[o{~R0Kkqo#00RP^*NF?J%1RjWE", "type": "image"}, {"id": 2610980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3d6b074-72dd-4c11-99b6-e9a0b6a99887/width=450/2610980.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMQR,;8wF~Vsk.McbwOFE7R+a#t8~p$$ixxH", "type": "image"}, {"id": 2610868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e897bdd-701e-4d56-9aab-ca2c9a50e7be/width=450/2610868.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UQNb.8~VEM-o01-o%Lt79bo}-os:_2t5n+%1", "type": "image"}, {"id": 2611178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48ecaf41-739e-4ee0-ab39-fbdc0a81dda0/width=450/2611178.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UWMs4fs;56bu57E2X7Ip9tIVsoRj~oj[w{=|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/166800", "modelId": 149363} \ No newline at end of file diff --git a/datasets/metadata/166900.json b/datasets/metadata/166900.json new file mode 100644 index 0000000000000000000000000000000000000000..b0a00b7dd4c1b500a63fce58fce4b529bb5bdc0b --- /dev/null +++ b/datasets/metadata/166900.json @@ -0,0 +1 @@ +{"id": 166900, "index": 0, "name": "World of Scrap v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-21T20:13:45.033Z", "availability": "Public", "nsfwLevel": 3, "description": "1.0 of world of scrap, turned out pretty well, not sure anything needs to be done, i may add colours in an update.
", "trainedWords": ["worldofscrap", "corroded", "broken", "junker"], "stats": {"downloadCount": 498, "ratingCount": 39, "rating": 5, "thumbsUpCount": 63, "thumbsDownCount": 0}, "files": [{"id": 126495, "sizeKB": 147571.140625, "name": "WorldofScrap.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-21T20:11:17.414Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "81E15CFF", "AutoV2": "B6D1917D79", "SHA256": "B6D1917D79DDC6602D25063DBEBB92C1FC8E8F70E3B750791AF3153A8CD4CDC4", "CRC32": "331F016C", "BLAKE3": "EF5DCA7DCF0A6FAD9F3F2CB0C7CDDE8EA9A921276DD58D1B89E6E817B0FE5D70", "AutoV3": "938939B29D2D"}, "downloadUrl": "https://civitai.com/api/download/models/166900", "primary": true}, {"id": 126493, "sizeKB": 43710.521484375, "name": "world of scrap data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-21T20:06:01.261Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6B5AA486", "AutoV2": "4A136C45B9", "SHA256": "4A136C45B9F5231F9B4A9D9D063CFD7828856E5F999EA5BCA76AEB0FABE8142F", "CRC32": "5D1F8B5D", "BLAKE3": "BBE9B7BFB9ED2B989983160FF30708BF986F8EED078BCC288566EA265AE40933"}, "downloadUrl": "https://civitai.com/api/download/models/166900?type=Training%20Data"}], "images": [{"id": 2611924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9dc76f04-c3a2-4a3e-a38c-4356472a3967/width=450/2611924.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UfH-rdI;S5x[_MNHt6tQtlj?nioL$*oLRkof", "type": "image"}, {"id": 2611925, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8149d88a-a28b-4506-83a9-320d98eef587/width=450/2611925.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UACY{*}STx$i?b$$tR%1D4X-R5S~MwOFrqOE", "type": "image"}, {"id": 2611933, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cb91b72-a696-4b3f-af1d-fd667a3e40c3/width=450/2611933.jpeg", "nsfwLevel": 1, "width": 3072, "height": 3072, "hash": "UIDu#p~pkXRk-;x]xZsmMwR5D*E2IAIUIUM|", "type": "image"}, {"id": 2611927, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d2cd5ae-d947-48b0-9f93-05d8338a14a4/width=450/2611927.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUGbYRD*ofxu~qM{ayt7-:M|M{of-;RjjENG", "type": "image"}, {"id": 2611930, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/064bc285-fcba-404e-a0fc-afa4c511e4ed/width=450/2611930.jpeg", "nsfwLevel": 2, "width": 1152, "height": 768, "hash": "UXFYMtD%D*tR~pIUIUoz-pM{M{oft7jEo0j]", "type": "image"}, {"id": 2611928, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a28a21e8-8ba2-4387-8d84-eba7bca3c0c3/width=450/2611928.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZG8.eIp-;WC~pMyofRj?HRPRjRj%gWCRjof", "type": "image"}, {"id": 2611932, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6254351c-a939-4596-9e22-1610d2a9ae20/width=450/2611932.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMFYMp_MI=aJ?^~p%LIU?a%MWYj?f+R,%LWW", "type": "image"}, {"id": 2611935, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16971ea7-2a09-4d2d-9fe8-b1f803fe1910/width=450/2611935.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "ULF~T_?as,Iq_M%fn$t7J7odIVV@Tdw^f,RP", "type": "image"}, {"id": 2615114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d647577-9bfa-4c83-87b8-d96aca3bd214/width=450/2615114.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UK9kNp%hMxMc.mx^WBR5ozt7WBkCt,ofeSae", "type": "image"}, {"id": 2615115, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07b863d3-1a86-4405-9248-f06aba40d0df/width=450/2615115.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U78#7?Zg4U%#?^s,H?R*rCtmDOMdu5RjHrtS", "type": "image"}, {"id": 2615116, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f62f09c-a9e6-4261-a35f-4e08a48e9dde/width=450/2615116.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UID0cPDipJx]D%IUWBjY_NbvIUxuIoMxR5x]", "type": "image"}, {"id": 2615117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d4df9f4-4c5a-47a6-b02c-8f4c15143509/width=450/2615117.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UJ9ROj.myYo}.8%#x^ozaJxaaKV@tmkWnhaJ", "type": "image"}, {"id": 2615118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f60b20e-98c4-491c-a841-9937b9f0034e/width=450/2615118.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UMCi]l9G-;IV~pIV%MIUxaWCRjayxuM{M{x[", "type": "image"}, {"id": 2615120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbb5fe82-cb87-4430-9e5a-a9cf5f610719/width=450/2615120.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UPDmBfkD%#WB_Noz%zRPxtxuNGV@bwt7Mxt7", "type": "image"}, {"id": 2615119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19e1f5b0-d7a9-401e-9140-718f23883581/width=450/2615119.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UDC71qoME2DP~pozIUayvzxu8{o}?^xuDjIA", "type": "image"}, {"id": 2615121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f3c37e9-b91b-4efd-a781-58f22754fdfa/width=450/2615121.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UgJ*n]-p~qRj00s:M{t8Rit7IUWBj[RjRiM{", "type": "image"}, {"id": 2615122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdc0fa38-ee5a-4188-a2b2-876e838be962/width=450/2615122.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U8AAdj8{.S4T_N9F%gIA8w-:D%Nd00?vDO-p", "type": "image"}, {"id": 2615124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc44ca8a-9271-4cf0-8a39-4a2802119ec5/width=450/2615124.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U5854cX.8_x]?^X9MIMdR4MdD4MdY7rqVYoz", "type": "image"}, {"id": 2615125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42155eb5-b7a9-49ed-bfb4-5e4730ed8f5b/width=450/2615125.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UcJkcat7~qofRPofkCWB~qofx]j[?bayt7f6", "type": "image"}, {"id": 2615126, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/125a77d0-caa5-4a30-93a8-80df517ef9b4/width=450/2615126.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UJCs%6Rjt,%g?^j[.7oz?GkCNHn$tmj[aJbH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/166900", "modelId": 149439} \ No newline at end of file diff --git a/datasets/metadata/166934.json b/datasets/metadata/166934.json new file mode 100644 index 0000000000000000000000000000000000000000..78f12ccec0343f31872c174db0bb642a768e5651 --- /dev/null +++ b/datasets/metadata/166934.json @@ -0,0 +1 @@ +{"id": 166934, "index": 1, "name": "World of Undead v0.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-21T21:22:56.663Z", "availability": "Public", "nsfwLevel": 1, "description": "1.0 of World of Undead this one is gross... it's perfect!
", "trainedWords": ["worldofundead", "skeletal", "rotten flesh", "rotting", "blood", "gore"], "stats": {"downloadCount": 1405, "ratingCount": 130, "rating": 5, "thumbsUpCount": 212, "thumbsDownCount": 0}, "files": [{"id": 126976, "sizeKB": 147571.1640625, "name": "WorldofUndead.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-22T14:50:54.251Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "ED679E76", "AutoV2": "23B4C88F26", "SHA256": "23B4C88F26935A9CCBBC805F0F164B3A53C9B1EB5DD2B383AC442EA54789ABC0", "CRC32": "797ACE3E", "BLAKE3": "09E359936047B5BEAF0CDA8687F28B9ABE60934EFC9D97844B64BE002026174C", "AutoV3": "D30287B5F604"}, "downloadUrl": "https://civitai.com/api/download/models/166934", "primary": true}, {"id": 126531, "sizeKB": 45517.3271484375, "name": "world of undead data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-21T21:21:11.665Z", "metadata": {"format": "Diffusers"}, "hashes": {"AutoV1": "F753637B", "AutoV2": "AA102B3CD9", "SHA256": "AA102B3CD9C83D990AAECC96F004577A248D5D31BCF43912DB5C1117AA1FC1B1", "CRC32": "79360A57", "BLAKE3": "EFC4B9C4D23DD6FE25E348E3817648D8E93144502607169AAC1DBD3682AFA2F5"}, "downloadUrl": "https://civitai.com/api/download/models/166934?type=Training%20Data"}], "images": [{"id": 2612543, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52b4a3a1-53a9-4b73-a505-fd8dc15fabee/width=450/2612543.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZKA~IIA~pWC%MV@%Mt7.7j]M{xuxubHjYxu", "type": "image"}, {"id": 2612562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/259c8aa4-9dce-4475-ba9a-6a6fe9008742/width=450/2612562.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U58W~lWB0L%L~VNG4oxtofs9MxNaI;x[oKIV", "type": "image"}, {"id": 2612563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ecba4ea-7f27-40e3-98dd-6b67c4caeae3/width=450/2612563.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U28:-Y000f*J9F0zxu-U8w?bNG8{C+,q|@B.", "type": "image"}, {"id": 2612564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b29c2795-986f-4934-be73-f7c3d7bd0097/width=450/2612564.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UEBzIB9uQ-ni_ME2xDkWs+OY%MS3$%bcxZIo", "type": "image"}, {"id": 2612567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d07f11b8-b0ef-4cc4-9d9a-2a6ad6a98693/width=450/2612567.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UeF~suMyIVx]_Ma|M|tRxuj[RjWBx[RQR*M{", "type": "image"}, {"id": 2612565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/694957c2-c589-4245-a362-5c960dbd1867/width=450/2612565.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U5Am0XT0~nw_0MxZ9abIR6aeE2t6oyX8?FRQ", "type": "image"}, {"id": 2612566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5eea0944-0215-4de7-8d59-d11c26c13d54/width=450/2612566.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U49sxKIo01-;0LWq%2$M-Unirsxa4:xu~B9u", "type": "image"}, {"id": 2612568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36423f15-162a-4b23-aeb0-7197599b5951/width=450/2612568.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UZI}t-x]_NM{t7t7a#M{xst7M{IBtS%goLWC", "type": "image"}, {"id": 2612739, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9231961f-e09a-491a-9c6b-7195aaf67b3d/width=450/2612739.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U49t11_20157X-bbDiiwBTNG#SxH~V$i4oE2", "type": "image"}, {"id": 2615723, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a01addb2-6409-40fb-b79c-1f8c1a836fdb/width=450/2615723.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U66*m,t89FRP~qt8D%RP-oxuIUMxx]tRMxVs", "type": "image"}, {"id": 2615724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9befea80-0172-44f2-adaa-f49bf535a160/width=450/2615724.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U15E?JMy8_O@~qM|H?yDR4s9MJ-:1QRP#j^j", "type": "image"}, {"id": 2615726, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ecfd3f32-559d-40a7-8c33-b91913ee0d58/width=450/2615726.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U76[R0xu8{IV_NtRDiIA%LtRH?H@%#o}H?Vs", "type": "image"}, {"id": 2615725, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c85a49bc-2afd-45e0-93a2-7c6b2d0d089f/width=450/2615725.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U15OvpIDF|m6~AI=R6Myy@SeqtPpC9rW%LO@", "type": "image"}, {"id": 2615729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8765377a-2dd2-4a9b-8f3c-68bd40e0df63/width=450/2615729.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U55h#;8_yDRQ_NDjx]Rj-oIVs-WBx^Myslof", "type": "image"}, {"id": 2615727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e1cc7e5-35e9-4441-9d83-e2d45a11687b/width=450/2615727.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U15Y7^yE4.U_~qXnIUIBn2%LM{D*Lg%MMyHq", "type": "image"}, {"id": 2615731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65f44d7c-5922-4014-b712-a082ef974318/width=450/2615731.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U355h5kr8wrW?vX9H?nhn3e-M{bvkrjFRjo}", "type": "image"}, {"id": 2615728, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec3316b6-5211-42a5-8855-298fcb22d983/width=450/2615728.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UA8EJ9n%ENxt~pV@E2xu-mV@D*oz-;bbIBaK", "type": "image"}, {"id": 2615732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c3591e4-c70a-4693-84bd-0cd10917d241/width=450/2615732.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U34_@Et7Di$%?HkDI9xDivWWROr;ysNdMwxY", "type": "image"}, {"id": 2615730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b7b731c-4466-4ad2-a537-f4b053075bd9/width=450/2615730.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U75OywIAV@x]?^IAi^x].SIAnNx]yrMdn$tl", "type": "image"}, {"id": 2615734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e167c964-633f-49e2-9692-84818af58d70/width=450/2615734.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U14xrWxZDis-~VbcVs$$R4OYwvxZ1PIprqXS", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/166934", "modelId": 149464} \ No newline at end of file diff --git a/datasets/metadata/167260.json b/datasets/metadata/167260.json new file mode 100644 index 0000000000000000000000000000000000000000..0b9dea7bcd32c4d882435a36e19af960e201410d --- /dev/null +++ b/datasets/metadata/167260.json @@ -0,0 +1 @@ +{"id": 167260, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-22T09:53:36.576Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 422, "ratingCount": 22, "rating": 5, "thumbsUpCount": 34, "thumbsDownCount": 0}, "files": [{"id": 126866, "sizeKB": 22255.19140625, "name": "Kimisaki_Hiromi_Kisaku-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-22T09:51:30.411Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4CAC2C4A", "AutoV2": "EC5CB0D120", "SHA256": "EC5CB0D120BAA07BE28E40D774360BA0424EA1E48CB245D51F2D6273B5FFF6B3", "CRC32": "B16B33E8", "BLAKE3": "A09319D28A1314FD8C5DF395A55352188BBD29F09DED32BFCD6F4BE44762355F", "AutoV3": "1E8CD54BA693"}, "downloadUrl": "https://civitai.com/api/download/models/167260", "primary": true}, {"id": 126865, "sizeKB": 42796.716796875, "name": "Kimisaki_Hiromi_KisakuV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-22T09:51:03.653Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "331DFC55", "AutoV2": "7813254CDA", "SHA256": "7813254CDA9B1CC99897A99DDD99B4651EC5DF209BAD7AF5C6EF1B924F851E89", "CRC32": "9D0B03BA", "BLAKE3": "3188517F7AE4BE0E7D6050C27F1A306509AF30177C42DAEDFF8EF4DD0451BBD9"}, "downloadUrl": "https://civitai.com/api/download/models/167260?type=Training%20Data"}], "images": [{"id": 2619090, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2456218-7c56-47eb-8bdf-d50577ba7c5e/width=450/2619090.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UdLgqyxupdni}+aJ%gNGXns:-pof_3ofNJj[", "type": "image"}, {"id": 2619205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e61f5972-d7b4-41ac-bf18-29c6f5708627/width=450/2619205.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URJ*Yk4U-:iv~TrpFgIUITRjbwt7JDs,i^x]", "type": "image"}, {"id": 2619251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00aa5cb8-a463-4585-81e8-1f48c5f87d81/width=450/2619251.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "ULLqCO4T?^M|^ZVrFhM{9vD*?b%0tSsT4oJC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/167260", "modelId": 107758} \ No newline at end of file diff --git a/datasets/metadata/167667.json b/datasets/metadata/167667.json new file mode 100644 index 0000000000000000000000000000000000000000..bd5b88baf7e3dbb450b359b715acbd4d78e5bbef --- /dev/null +++ b/datasets/metadata/167667.json @@ -0,0 +1 @@ +{"id": 167667, "index": 1, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-22T23:25:49.024Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 274, "ratingCount": 43, "rating": 5, "thumbsUpCount": 47, "thumbsDownCount": 0}, "files": [{"id": 127216, "sizeKB": 22254.08203125, "name": "Minami_Shiwa_Oshioki-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-22T23:25:45.346Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "724C9E59", "AutoV2": "6949719865", "SHA256": "694971986592E4EE671AD8CC2926267E5F75C55E2BE3771E0E267B89A6C6BBF6", "CRC32": "B0789467", "BLAKE3": "4126BD09D50D2DB3AB8008118AF0831F72E095F4F09A30F9407B9886F43060A7", "AutoV3": "EF8E988E43D1"}, "downloadUrl": "https://civitai.com/api/download/models/167667", "primary": true}, {"id": 127217, "sizeKB": 36516.52734375, "name": "Minami_Shiwa_Oshioki.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-22T23:25:54.592Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A6DC6688", "AutoV2": "436EB3BC66", "SHA256": "436EB3BC66045EC169AA1E6BC87EBE53AD652B4798C1B35B1474EDE995E06E42", "CRC32": "54EAED01", "BLAKE3": "2AC02A3EAF0F2332D338D7690EC059673AA829F3040A2B68347D344AE7EED5CD"}, "downloadUrl": "https://civitai.com/api/download/models/167667?type=Training%20Data"}], "images": [{"id": 2627164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1af604ae-c8b2-4b37-8468-043075feb4dc/width=450/2627164.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UkN,e}?b?wWBxVxutRM{tmRj-pV@IoofofM{", "type": "image"}, {"id": 2627186, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3296203-aebf-4460-b555-aaf0c9d6c26e/width=450/2627186.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTM@AqM{%#%1$cIU_4xaIq%LxW-;tnkX%2Rj", "type": "image"}, {"id": 2627234, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52d9813f-a9e5-43c4-8749-689c2791d256/width=450/2627234.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UwOf$2xv_NR*k9V[tSoyRjWBt6t7XTWBn%t7", "type": "image"}, {"id": 2627284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ed4032a-5a72-4c29-9f58-39fca519e758/width=450/2627284.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UMJto700*JIT_2MxJ:f4^iE2?G-;01Ipwaae", "type": "image"}, {"id": 2627486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb26b012-5d9d-424e-8824-f68e35d8e4da/width=450/2627486.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UKM%QI~Cp{~BNFpx-;RPD*?GIURPk@?vrqIq", "type": "image"}, {"id": 2627487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25f55cfc-423d-4ae0-a896-d66952c487c9/width=450/2627487.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDLzp$l:19zTtHK*^*4n006-^KE1~C~A5A4o", "type": "image"}, {"id": 2627489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f45db20e-74c7-4280-a5f7-46271a0bcb1f/width=450/2627489.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UlKU4p~V?uxb$dkXRkx]ROo#xZkB9}xZtRWB", "type": "image"}, {"id": 2627490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d207fb6-c6d5-4917-a9d8-dbc0c06e408b/width=450/2627490.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEKwUwNFK4xD_34n?wTLDiRj^*^+KQNH01WU", "type": "image"}, {"id": 2627491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04bf562a-eaed-44d2-aa33-03ddd86268a2/width=450/2627491.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UZNvlN_NKRt7EixbxubcIq-p?atRtRIUxGRj", "type": "image"}, {"id": 2627492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1045fc3-7434-4422-8e9d-dd5debd4d9ff/width=450/2627492.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKO{K:00ys-ouPIUx^RkE3a0_2xaNyxtE1Nb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/167667", "modelId": 150027} \ No newline at end of file diff --git a/datasets/metadata/16833.json b/datasets/metadata/16833.json new file mode 100644 index 0000000000000000000000000000000000000000..d9ae9b385cf59ade89b7ec1e9e740465278774f0 --- /dev/null +++ b/datasets/metadata/16833.json @@ -0,0 +1 @@ +{"id": 16833, "index": 0, "name": "Cyberpunk: Edgerunners V1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-02-28T21:26:26.154Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 687, "ratingCount": 79, "rating": 5, "thumbsUpCount": 86, "thumbsDownCount": 0}, "files": [{"id": 14197, "sizeKB": 1302171.143554688, "name": "EdgeRunnersTraining.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-28T23:15:36.384Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "95BB12FC", "AutoV2": "FBBA93D46A", "SHA256": "FBBA93D46A1293E5C1049A158FB5997CB48E34769FB2FF2BB4D044574D567B26", "CRC32": "692A7675", "BLAKE3": "29BF4AD5C81E488B70356F1B5CDCA5B8C00EF5DE149EED49301C3578B7CFE54D"}, "downloadUrl": "https://civitai.com/api/download/models/16833?type=Training%20Data"}, {"id": 14179, "sizeKB": 147794.2138671875, "name": "EdgeRunners.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-28T21:31:43.314Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "9742794E", "AutoV2": "5C19A20FF2", "SHA256": "5C19A20FF25BA9D5269116A3882612441EAC290B5CA5D7C21FCE2F5D8D02E6BC", "CRC32": "ABD1D21C", "BLAKE3": "8A2FF2864323341EC6F63903A7BEE77422CF0D6C406E65ACB318597522EFA851", "AutoV3": "B2190721AE8E"}, "downloadUrl": "https://civitai.com/api/download/models/16833", "primary": true}], "images": [{"id": 170149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/270fde67-5b56-4fc3-5b92-79caaf4ccd00/width=450/170149.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UlNmZoj[?wt7t6kCR-j[E3WB?HoL-=a}x]of", "type": "image"}, {"id": 170168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6723e46-e579-43df-5a35-af4915141e00/width=450/170168.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U77^i2Ir0#t5%L%KS5V[ENt7~AIpbbxZxZNG", "type": "image"}, {"id": 170167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f2aa345-8faa-40fd-f4c6-2dd3573d4900/width=450/170167.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEJafiae_4t7~Wt7M|M{03WCIoR+I;Rkt6xt", "type": "image"}, {"id": 170165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9505818f-0a15-47d7-180d-a2d303210800/width=450/170165.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UjIO5+9GX8tR~pM{ofxuo~WAt7t7%LofRjt7", "type": "image"}, {"id": 170164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/930329f2-fd68-4300-0b13-a5a737f0ee00/width=450/170164.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UABfh6xu^%a$$kNG4;M|0MRk9bt69uxt~U%2", "type": "image"}, {"id": 170163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f22cd34-fe08-444d-a187-8a9c039c4500/width=450/170163.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UMGI12?G01oLM{NGIpof9b%L~Uof%2s:oeay", "type": "image"}, {"id": 170162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea2a8c3a-63d5-4e3f-f055-6af07a2b4100/width=450/170162.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UUGk%O%K~V-:^*bFogbID,WDowoeM~R*%KxZ", "type": "image"}, {"id": 170161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a7fad70-72cd-41ac-1c0a-e13d615e3400/width=450/170161.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFJPxrNb02RjDkWV0fIpeAjb~oxt9Gt7%Loy", "type": "image"}, {"id": 170160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcfc604b-fa1a-4f46-c8ab-56bf72f01a00/width=450/170160.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPL:=Voz~Bt6~poM0fWVT0WARPxto~oLV@of", "type": "image"}, {"id": 170159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff29c2d3-5e96-4b4d-f1d7-d144003bc200/width=450/170159.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USJ%|4?G0e^j$i-;x[sS~p%2xtRj.Rt8RPNH", "type": "image"}, {"id": 170158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aea2518b-bbd4-459d-522b-78a3b8d6ef00/width=450/170158.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCHxA.~kB?00HXa8}%yD1,-k-=~R]{whi]Nz", "type": "image"}, {"id": 170157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73ee2455-2786-4134-4273-93f6eedacc00/width=450/170157.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UAIqiZ4:_4589djDIq%300?bxUxtr;9axV~U", "type": "image"}, {"id": 170156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/917b3369-bbb9-414d-a249-894180032100/width=450/170156.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UPJt-Uxt01%1?bof~o%K.7t6%KoJ%zWBrqt5", "type": "image"}, {"id": 170155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d48ca78f-6c89-4427-9341-a8c298ecb000/width=450/170155.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKGugp00K656~pD%S5nO02%Ms9$%WUR+xtRj", "type": "image"}, {"id": 170154, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bc9cbf9-50f6-4f22-bc59-71807867a000/width=450/170154.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UjO3FAt2~Wt2~da#XJobNoaSt3j]s=edN2e@", "type": "image"}, {"id": 170153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35c643ec-25f5-4a0d-6748-651c43359d00/width=450/170153.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UPMjN$NI~p%2^ibv-oi^-.R-E3r;F5n$xvtP", "type": "image"}, {"id": 170152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c042f6f-8878-48a5-be32-239ab3674100/width=450/170152.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UVKA]201~qR-_2IVM{tRxvRjRjt7NGoeRiog", "type": "image"}, {"id": 170151, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d54b35eb-3e5b-4926-1278-f6faf83dc300/width=450/170151.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBE2|LD%4:~p_Nae4mt80Nt6?FM|MxNG-:xt", "type": "image"}, {"id": 170150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f52b932b-c1b0-420f-2b72-a950f8eca500/width=450/170150.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKI4^L?r~W-o=K9ZIWD*01N29at60L-:X4%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/16833", "modelId": 14302} \ No newline at end of file diff --git a/datasets/metadata/168597.json b/datasets/metadata/168597.json new file mode 100644 index 0000000000000000000000000000000000000000..47d369892268864a126c71b92f750d3c89e8ac48 --- /dev/null +++ b/datasets/metadata/168597.json @@ -0,0 +1 @@ +{"id": 168597, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-24T09:13:22.460Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["SpyWorld50s"], "stats": {"downloadCount": 662, "ratingCount": 61, "rating": 5, "thumbsUpCount": 97, "thumbsDownCount": 0}, "files": [{"id": 128015, "sizeKB": 147570.9111328125, "name": "SpyWorld50s.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-24T08:55:51.980Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BC5952B2", "AutoV2": "A96F67AFB3", "SHA256": "A96F67AFB34C1AE28254A34DDCEA56690A05F2569FD1FB7C07D3B6883B4F3020", "CRC32": "44DA2EE1", "BLAKE3": "142139899CF99E6F60F0ACC0DA824509D2C70A58BF73E37B44521DC570EC117C", "AutoV3": "24B6D17258B8"}, "downloadUrl": "https://civitai.com/api/download/models/168597", "primary": true}, {"id": 128014, "sizeKB": 72355.80859375, "name": "SpyWorld50s Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-24T08:55:47.826Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "92F534A8", "AutoV2": "9F597DBD67", "SHA256": "9F597DBD67ADB6E9BB13E7E6F028935CD2C5D58FA04AC833A61C03055A2C2AE0", "CRC32": "94ED5610", "BLAKE3": "61EFC4B7D0DDEF902A72406DE745FF3E1C11D9118A72A69D734696A738332D4A"}, "downloadUrl": "https://civitai.com/api/download/models/168597?type=Training%20Data"}], "images": [{"id": 2646603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23ee4bf3-13d6-4018-9f93-cd8e61df7b11/width=450/2646603.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UCC~#NEM^%9GtR0Loff5~VIp%2RjIps,a}t7", "type": "image"}, {"id": 2646604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c90359e3-e57f-49c3-9090-d0c078b8e81d/width=450/2646604.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U8AJo~D+9G58~pM|VsIpslbHS3xZ57xa-:bH", "type": "image"}, {"id": 2646605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f6e94a6-c9c6-4bc2-aff4-0a88a643deac/width=450/2646605.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U3BDA-00~A0K02^*%20LMc9b00~p5s^*00?b", "type": "image"}, {"id": 2646606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b57ba388-2c11-42ee-b537-80cfba7d7ed3/width=450/2646606.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UDA,n3Dj-:Nb_M9Gs:s.-oM{IVoe%MM|n$j[", "type": "image"}, {"id": 2646608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0ce1b4f-129d-487b-9353-893f5dc704f9/width=450/2646608.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UCCF*9~Ux[n%tkIqIpIpax%LX9-o4pV[ay%L", "type": "image"}, {"id": 2646607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03dfb9f7-2669-4523-9e99-70ca7c554a5b/width=450/2646607.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UOAv|DNGE1Rj~VRkIoM|%LWCV[NGxtWBWBay", "type": "image"}, {"id": 2646609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43c48497-7a7a-4f3d-9eb5-e1cc5d5658d7/width=450/2646609.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UCD9O]0Mw^K6_2E2D*oz?a$%Ipoz~oRkWBWB", "type": "image"}, {"id": 2646613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02a8c3d2-e05f-4639-98b3-1392bb87c947/width=450/2646613.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UBBC=4~Aslt69v4;M|xa9aE3tQR*sm-o%1WB", "type": "image"}, {"id": 2646610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1461866d-9d5a-4109-a42d-6b7117da450e/width=450/2646610.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UICsmf_2_MNI~p-;?axtfkxt%L%LNGj[bbxa", "type": "image"}, {"id": 2646612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74b04ae2-5c58-45ed-b000-95836f44a507/width=450/2646612.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UDC%8A-:_3IV~pt6_2j[V@M|t7oz9aRk%1%2", "type": "image"}, {"id": 2646616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f67598f-52c1-42d9-82a6-ef5c6c97d172/width=450/2646616.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UHD9IzDj4:~VX-RjslNdj]kCIoe.%1xGE2xt", "type": "image"}, {"id": 2646614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8f93c23-e675-469a-ac30-3ad286211696/width=450/2646614.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U98XIB?ao0S4~p-:M|NGt7%LM|M{-:%MofRQ", "type": "image"}, {"id": 2646615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f265fa2-f060-4e63-960b-5c9161a0cf84/width=450/2646615.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U8Fs0x01jD9b00D%~WNe0L4UD%-;-;ozMyIT", "type": "image"}, {"id": 2646621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bcb60bc-54ca-4c70-9f2a-ea26c4f36098/width=450/2646621.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U7A,LAEN={-T~V0gw]WA~B9uEMxZnhM|R*?G", "type": "image"}, {"id": 2646617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18ccc892-cd26-431c-aa3d-6618ab65ba56/width=450/2646617.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UEBWYv~WM{Rj~pX99aD*^*xaIV9GWqj[t7Rk", "type": "image"}, {"id": 2646618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/277ff000-917a-417a-bca4-d0d8cc788fdd/width=450/2646618.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UC9%n%~VoLNGS$R+aKRjM{RkNHNH4oIUxa%L", "type": "image"}, {"id": 2646620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59c6dbee-24ee-4d1a-81c2-6a9a0e654dff/width=450/2646620.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UC9jx~9G%LRj~pM{t6RjM|V@V[R*EMM{s:WC", "type": "image"}, {"id": 2646623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/593e7310-4572-4249-a3fa-07f60eb962d0/width=450/2646623.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U8D9ku4:8{^*D+M{%1?Gn$D*D*^*~VrrE1r]", "type": "image"}, {"id": 2646622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/094af72a-a12c-46c0-a04f-f7b2f1296258/width=450/2646622.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UJH.7v_2^*kqysW;%1xuxu-n9ZRj%L%2-UV@", "type": "image"}, {"id": 2646636, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b5afebf-6984-4368-b45c-48714bb49bbc/width=450/2646636.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UGF5pc4;NH%L~VIoNGof^iNGNHxZ~VNGjsxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/168597", "modelId": 150842} \ No newline at end of file diff --git a/datasets/metadata/169156.json b/datasets/metadata/169156.json new file mode 100644 index 0000000000000000000000000000000000000000..31def5c57b47f202a3ab5823c3147d12d7f2fee8 --- /dev/null +++ b/datasets/metadata/169156.json @@ -0,0 +1 @@ +{"id": 169156, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-25T03:19:19.628Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 398, "ratingCount": 48, "rating": 5, "thumbsUpCount": 65, "thumbsDownCount": 0}, "files": [{"id": 128504, "sizeKB": 22245.94921875, "name": "Mashiro_Momotani_BakuAne2-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-25T03:15:56.604Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5E8C0357", "AutoV2": "922FAF44B5", "SHA256": "922FAF44B533CA9A13DBF83AEE83A28E584BC2369FA7B3265F0C7FA7990C69C7", "CRC32": "974A7569", "BLAKE3": "89BEE601E89736934057A7E77BDBC0871211BA214471675174D0F71CE9557E4A", "AutoV3": "E1E93054E57C"}, "downloadUrl": "https://civitai.com/api/download/models/169156", "primary": true}, {"id": 128505, "sizeKB": 36334.4248046875, "name": "Mashiro_Momotani_BakuAne2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-25T03:16:23.573Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1DE26D30", "AutoV2": "6AEEE6975B", "SHA256": "6AEEE6975B0323AD15AE0B46644F68D7A22EF2C60C3F4D32433AE234616E2AEC", "CRC32": "CF5AF813", "BLAKE3": "04F74DD4A05E6E0AC00BBBE6F309D05FDADCED508AB45793FC1521EE834A0049"}, "downloadUrl": "https://civitai.com/api/download/models/169156?type=Training%20Data"}], "images": [{"id": 2657903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60c5e86f-c46c-493d-826e-039d977c3121/width=450/2657903.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTQ]Zwt7_N%MNQWV.7t7N2bHnfae-:oLn#WU", "type": "image"}, {"id": 2657837, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d379493-d8a3-4c88-aff8-c02f6b588044/width=450/2657837.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UbP~~7t6.R-;%QRk.6WX4pofxUs-~oWBRPR%", "type": "image"}, {"id": 2657728, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2cfc92b-57d7-484a-b81a-ca3c91683050/width=450/2657728.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTQ]c.xW_M-:N5R..7f-9jocxmi^^~a#M{WV", "type": "image"}, {"id": 2657729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfef73f5-eb65-42e4-92e6-9e527c1731ec/width=450/2657729.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USRovzoO_Nx]I{od.6oyD-fO%FoLb2R.jWax", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/169156", "modelId": 151278} \ No newline at end of file diff --git a/datasets/metadata/169219.json b/datasets/metadata/169219.json new file mode 100644 index 0000000000000000000000000000000000000000..66f52943f90dae13f9a2dd80e8b85775e471c332 --- /dev/null +++ b/datasets/metadata/169219.json @@ -0,0 +1 @@ +{"id": 169219, "index": 0, "name": "Zoolander Face", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-26T02:37:07.483Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 148, "ratingCount": 14, "rating": 5, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 129000, "sizeKB": 36979.328125, "name": "zoolanderFaceTest2-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-26T01:40:55.339Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C0267449", "AutoV2": "466AD2F40A", "SHA256": "466AD2F40A80ADE5E76B9E7D8A2AC5546FF60BD8B31FD08E03BA3D64B3D531EF", "CRC32": "00987D6B", "BLAKE3": "070D8013B12EC64AC95301A48AA803B6F53D3894921D06B363355A79310DB8AC", "AutoV3": "EED4DB249CC0"}, "downloadUrl": "https://civitai.com/api/download/models/169219", "primary": true}, {"id": 129756, "sizeKB": 1671.73828125, "name": "ZOOLANDER.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-27T03:20:57.120Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "18CCF63A2F", "SHA256": "18CCF63A2F6DC896471863371BDD772BC0A189D16F047330E8E9C0EAF32C4866", "CRC32": "AFB8192B", "BLAKE3": "1E39F6B3955B125E0D6521814B8D3007CF7FBCAA7D9EC6270FC8D9F0FD290656"}, "downloadUrl": "https://civitai.com/api/download/models/169219?type=Training%20Data"}], "images": [{"id": 2670561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/152f2b7a-517d-4e5e-b640-5bd4dfc105cc/width=450/2670561.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9A^LC4n4n~q00%MD%j[~qRj_3IU00xuxuIU", "type": "image"}, {"id": 2670563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4f50bea-f09f-4ae9-b51f-a4e1fba837cc/width=450/2670563.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UAA]jK~V0f9u#RMx9GWBOsXS%2s.IVNGNHbb", "type": "image"}, {"id": 2670562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdd1bca8-0e75-49fe-b975-853622c15bed/width=450/2670562.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U4BCc5nz00EfIq%30LV[0#Rj^6ay57I:}[xH", "type": "image"}, {"id": 2670564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f3c9934-59de-4c26-82b8-cc0c7d5c6346/width=450/2670564.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7BCc6~B01ENxDE10yt60zR-}@$*0yt6}[Rk", "type": "image"}, {"id": 2670565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb69c64f-11ad-44b2-bac3-d5b9ed261a4d/width=450/2670565.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGGt]Bofuism?akC~V%L0ztQ$2M{xuV@-pNI", "type": "image"}, {"id": 2670566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78ba99e3-a1cd-4dc7-8327-ae43a0a2c690/width=450/2670566.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U88|0A=|0g5RM_RjRjsm0zI;}[={ELjZxZR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/169219", "modelId": 151332} \ No newline at end of file diff --git a/datasets/metadata/169497.json b/datasets/metadata/169497.json new file mode 100644 index 0000000000000000000000000000000000000000..484786f3622a9545ba270e4eb5f0b61dec0a6d6a --- /dev/null +++ b/datasets/metadata/169497.json @@ -0,0 +1 @@ +{"id": 169497, "index": 0, "name": "v1.2", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-09-25T16:30:57.263Z", "availability": "Public", "nsfwLevel": 9, "description": "64 training images now, some were shamelessly borrowed from some of the review posts below.
Hopefully fixed that annoying watermark issue
FIrst Training
", "trainedWords": ["munzereen shahid", "munzereen"], "stats": {"downloadCount": 117, "ratingCount": 2, "rating": 5, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 128906, "sizeKB": 147571.8359375, "name": "Munzereen.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-25T21:30:45.397Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1F68046F", "AutoV2": "07A2A02EB5", "SHA256": "07A2A02EB56BE7370F673E8B6FBDBD8FE0B6CD595789665FD02548E83EAFB548", "CRC32": "196C93C4", "BLAKE3": "1D1270F24E4903ADC80B00AC74FBBFF1D67CA045AFA2F8189F3712EBFE5C8A70", "AutoV3": "C0E54ABBD502"}, "downloadUrl": "https://civitai.com/api/download/models/169619", "primary": true}, {"id": 128907, "sizeKB": 5427.685546875, "name": "munzereen_shahid.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-25T21:30:49.415Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F7F39DAF", "AutoV2": "E645D58BA5", "SHA256": "E645D58BA52CE7FC9F2C72AF57E6B94B051997D420CE8E58DB77E01A0C293A34", "CRC32": "27FFE069", "BLAKE3": "C160B23871B4A4449F7DD969B98509C8BC6421243A90328B68DFF7D837668ABA"}, "downloadUrl": "https://civitai.com/api/download/models/169619?type=Training%20Data"}], "images": [{"id": 2667776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73b6fc1d-11e0-4e59-b9ce-918d96f8be23/width=450/2667776.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UNHo8n-pbCI;EVx^XAsp%~XT%K%L_NWDRPRk", "type": "image"}, {"id": 2667802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81fcdea8-9bbb-48c5-bdcb-b9d41f366d1b/width=450/2667802.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UPHxNF9Zx?Xh0LxWNLwMS#${%2R*~pNFniSK", "type": "image"}, {"id": 2667804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19cd1946-f9ce-4386-be62-8310bad8f390/width=450/2667804.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UIHL3iR+.mx^%$oz?b-;x{^+-=oOt9Rnnoof", "type": "image"}, {"id": 2667806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60a04cc4-69bf-495c-82cd-406656e94a80/width=450/2667806.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UQGSDM-W$vXUMzS$OER*Fzxaxut7*0%MRQof", "type": "image"}, {"id": 2667807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b77e11f-5349-40e8-9d74-c2f93b0a3e41/width=450/2667807.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UTIOUs$,aH-p?d%NWEkWu6tRI:XS?vjcMxo3", "type": "image"}, {"id": 2667811, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6577ee5-33ff-4421-a7aa-6933fe893aff/width=450/2667811.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UbGuEy~W%LadkqtRRjIU?btRafNGIpofo0of", "type": "image"}, {"id": 2667812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb635059-a0b4-4d5b-8b68-e3a1376c58af/width=450/2667812.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "U8H-Se9v02M{#oIp~TaL01={I:Eh57xZa2xZ", "type": "image"}, {"id": 2667810, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c3f7c3a-09ee-45bd-89be-9814cfa0835d/width=450/2667810.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UHGR*T-:Ol~ApeozX59GXWaQt8Rk^,xG-ns,", "type": "image"}, {"id": 2667813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6b8e6b2-714f-4f53-a78a-bc8e63f587a7/width=450/2667813.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UUHxyhRioe-O.AM{oyE2?cRPt8oy%NV@n$V[", "type": "image"}, {"id": 2667816, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87af21d8-c026-4ca1-9761-8458dbfd2afb/width=450/2667816.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UKIqfQ~WF^~o5=%NsCD*J8o$%MRP%fWYjERi", "type": "image"}, {"id": 2667814, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd0fa698-f1d6-4843-9339-73fb84062f69/width=450/2667814.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UKHnsXMx%c${Y8aeX7Rj.As+xbi^X:RkeTIo", "type": "image"}, {"id": 2667818, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea44bcba-ae9a-49e7-9ed5-d426c06f4b4b/width=450/2667818.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UWHe,jo#RO%LtA%2bvS5jzxuxvRl?wtQIUV@", "type": "image"}, {"id": 2667817, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa0d7120-89c9-49c0-acfc-488802f6f36c/width=450/2667817.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UJHoBwD#XSoG4yImOZIpby-n%LtQ_Nx]VYRQ", "type": "image"}, {"id": 2667821, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdc9e2c9-79f5-4e15-8d64-ddf6accf05e8/width=450/2667821.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UQH.D.?uV?xZIcOFS}IVk@-W%1-o_Ns=WEjF", "type": "image"}, {"id": 2667819, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdbfdfd7-5bda-4e3c-9ea0-66ed3ffca601/width=450/2667819.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UGG[7bVZ^M={}So|x[r=IUxanhOYJ8xtNIIB", "type": "image"}, {"id": 2667820, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18feccfd-4c4a-4122-b6ef-a07381f5ad42/width=450/2667820.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UEINvx-.58~V9d9H-o~VI;aexEtQ%LtQV@M|", "type": "image"}, {"id": 2667822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/254bb86f-c539-4d6a-9549-20da19631f9b/width=450/2667822.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UPIX1|H=%z^*.mI9oz%gK6IUIpbv%1NH$%NH", "type": "image"}, {"id": 2667823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2727271a-3963-4d27-a0f2-966b38af5d76/width=450/2667823.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "U8Gu8U01tT^bq|00.RH?ID?E-nE#J6~V-8V|", "type": "image"}, {"id": 2667824, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c33af213-b560-4a56-b5d3-1fea993150a2/width=450/2667824.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UKI}CKIUb{4oea9Zx]9tozRQwujb~nbcRjxu", "type": "image"}, {"id": 2667825, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f6c4cd3-75d7-478e-b426-dc50a9fa3ba2/width=450/2667825.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UHI|aX%2%f^i_MS2%2RkS4s9n+I:o0aeWBNa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/169619", "modelId": 151680} \ No newline at end of file diff --git a/datasets/metadata/169703.json b/datasets/metadata/169703.json new file mode 100644 index 0000000000000000000000000000000000000000..722644778bae8439f37f053e75ac24fe8a55fd23 --- /dev/null +++ b/datasets/metadata/169703.json @@ -0,0 +1 @@ +{"id": 169703, "index": 12, "name": "MidJ Last 500 - CivitAI", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-09-26T03:57:28.397Z", "availability": "Public", "nsfwLevel": 3, "description": "\ud83d\udcc2 MidJ_Last_500_-_Experiment.safetensors
\ud83d\udcc5 Date: 2023-09-26T02:20:38
\ud83c\udff7\ufe0f Title: MidJ_Last_500_-_Experiment
\ud83d\uddbc\ufe0f Resolution: 1024x1024
\ud83e\uddea Architecture: stable-diffusion-xl-v1-base/lora
\ud83c\udf10 Network Dimensions:
Dim/Rank: 32.0
Alpha: 16.0
\ud83d\udd0c Module: networks.lora
\ud83d\udd27 Configurations:
Learning Rate: 0.0005
UNet LR: 0.0005
TE LR: 5e-05
Optimizer: bitsandbytes.optim.adamw.AdamW8bit(weight_decay=0.1)
Scheduler: cosine_with_restarts
Warmup Steps: 0
Epochs: 10
Batches per Epoch: 128
Gradient Accumulation Steps: 1
Train Images: 500
Regularization Images: 0
Multires Noise Iterations: 6.0
Multires Noise Discount: 0.3
Min SNR Gamma: 5.0
Zero Terminal SNR: True
Max Gradient Norm: 1.0
Clip Skip: 1
Dataset Directories: 1
Image Count: 500 images
\ud83d\udcc8 Stats:
UNet Weight (Avg. Magnitude): 3.0170
UNet Weight (Avg. Strength): 0.0111
Text Encoder (1) - Weight (Avg. Magnitude): 1.7304
Text Encoder (1) - Weight (Avg. Strength): 0.0087
Text Encoder (2) - Weight (Avg. Magnitude): 1.7614
Text Encoder (2) - Weight (Avg. Strength): 0.0068
Changelog
Additional captioning to from_behind shots
Lowered all training rates by 1/10th from v1
Recommended Usage
0.8 ~ 1 Weight
Noted Impacts:
Lower style bleed
Lower concept bleed (mostly with arms_behind_back) testing
Easy to change outfits and posture
Issues:
Doesn't seem to understand body proportions
Workarounds:
Lowering LoRA weight can help with concept bleeding
Trained with 60 images of short jumpsuits data includes a mixture of various sleeves, button\\zipper, partially unbuttoned\\ partially unzipped.
", "trainedWords": ["short jumpsuit"], "stats": {"downloadCount": 931, "ratingCount": 124, "rating": 5, "thumbsUpCount": 157, "thumbsDownCount": 0}, "files": [{"id": 135214, "sizeKB": 71552.0283203125, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-06T08:15:54.837Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DA2A7CFA", "AutoV2": "AEAD8DDA4D", "SHA256": "AEAD8DDA4DE2282D2B2BBAEF6204B15C496AA56BB68899B30B8F714A6F5A4E0E", "CRC32": "441903D7", "BLAKE3": "B1E3B689DF26694BD79A80BA3C84400671615EF66D67CA189B625053BC57F630"}, "downloadUrl": "https://civitai.com/api/download/models/170588?type=Training%20Data"}, {"id": 129720, "sizeKB": 36987.697265625, "name": "shortjump-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-27T02:14:03.689Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8B37C2AE", "AutoV2": "CFF4418F29", "SHA256": "CFF4418F29E3A4409DB6B790016BD4A6B4CF7968C64BD4568272CE56B80C1EB7", "CRC32": "8007A85B", "BLAKE3": "EBCF31A45BAA98C82C154A0AF234ED46C7787AAE98EFCB1651B8EABF68D76BA2", "AutoV3": "2F2CC60763B1"}, "downloadUrl": "https://civitai.com/api/download/models/170588", "primary": true}], "images": [{"id": 2683751, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c888b12-2d16-4bb8-81eb-79eadffec505/width=450/2683751.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNGIo*E1MutPos?aE0t5~UWUS$WARkt6WTa_", "type": "image"}, {"id": 2683750, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f6b4346-c5f2-4a08-aa79-593dd706c983/width=450/2683750.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHHeautO_JjE_2^+4-%2^+o#NFRi_1-:oZD*", "type": "image"}, {"id": 2685033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c716f15f-f6d0-4a7b-9f30-a613e9283a78/width=450/2685033.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFI#47_2k7-V009GIU%1~pI;NHV@%L?axtM{", "type": "image"}, {"id": 2685032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1ee8416-c6c6-4697-baf5-39e3ce60de87/width=450/2685032.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGI4z~009EWBt7e.-:E1~UM|tRIUs-%2E1WB", "type": "image"}, {"id": 2684230, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96ff2fc6-6bda-4b54-aaa9-a8f4b479cce8/width=450/2684230.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UMGun2tl9E%2yZ%#Ri%L9%XC-;M{R;%NV[NF", "type": "image"}, {"id": 2684232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cea13d60-62cb-4804-8fc9-af23014b8258/width=450/2684232.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UlHCD.bIJ:tR.AaeItbIT1WXt8WXNej[WBWC", "type": "image"}, {"id": 2684321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82f4ac47-6e28-4294-b8fa-2ff120c53dd6/width=450/2684321.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNJ*6o4.56?H~WIUoyM{0KWBkCRjWBozxuoe", "type": "image"}, {"id": 2684339, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddd21509-7d82-4981-a9dc-89c87e60a750/width=450/2684339.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UAJ7:t0000_3~D9G%MayNHt8^+bI014.kXxu", "type": "image"}, {"id": 2684386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92406783-8b41-4fb6-b47a-77c114520e9e/width=450/2684386.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U6HUkL~X00?a5@-q000KyFIVIUX8KRIo-pRk", "type": "image"}, {"id": 2684440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f673c181-60b9-4a19-b611-4c7535775f3e/width=450/2684440.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U9F=gqEM00~V0L%3Z}s,yEM{9ZE1?bs;9GNG", "type": "image"}, {"id": 2684902, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5600985-1e29-4c0b-8656-8bf52cc6ee24/width=450/2684902.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNIXm.kCImxu}[ba4:s:#5axgMxas=j[bts;", "type": "image"}, {"id": 2684944, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9301ee05-99ce-4933-9e3b-775711fcf133/width=450/2684944.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UYKd[Exu~oxa-=fkIUoe-oWBxZofWrfRs,WB", "type": "image"}, {"id": 2684963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01beba11-04c9-4d09-baa8-0b2218141aa1/width=450/2684963.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U4B:X09v00-;OsxvIVxt00V?9vxH}+i^00Ri", "type": "image"}, {"id": 2684967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec5b984b-046e-4dd2-a2c8-ee838728172e/width=450/2684967.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U7BDE8D%0K-qE2kCIo-;00t89Yxa~VIAROWE", "type": "image"}, {"id": 2685399, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6c0682e-f9cc-496a-8171-a73e2bee13eb/width=450/2685399.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UOGlIuIp54t7xrRiIVa$~ns,E0R.NuRk%0t7", "type": "image"}, {"id": 2685446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c580968a-d340-4f47-8beb-be30a2ad97d5/width=450/2685446.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UWGS75ozEKoc-pogWEof~Vt6E1j?tQj]%Ljs", "type": "image"}, {"id": 2685503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b50f724f-7e67-425e-abe3-03022a57e7ff/width=450/2685503.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULH__g-;4nR-4nn$00Io~CWANwe.0fS4%1sm", "type": "image"}, {"id": 2685511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/011fe12d-6b81-4304-aa84-9c7725f1e199/width=450/2685511.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDIYFIkE4=_N00D%00?I-VM_%Jxu57a_=|ae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/170588", "modelId": 152454} \ No newline at end of file diff --git a/datasets/metadata/170994.json b/datasets/metadata/170994.json new file mode 100644 index 0000000000000000000000000000000000000000..90426d399a8e8ca2afcbdd1b38bee77158288837 --- /dev/null +++ b/datasets/metadata/170994.json @@ -0,0 +1 @@ +{"id": 170994, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-27T15:34:53.941Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["fw.nari"], "stats": {"downloadCount": 320, "ratingCount": 35, "rating": 5, "thumbsUpCount": 44, "thumbsDownCount": 0}, "files": [{"id": 130055, "sizeKB": 36981.34375, "name": "Han Nari.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-28T19:00:02.297Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B2158DE1", "AutoV2": "AE48A99687", "SHA256": "AE48A996877A2153ABD41BD7F5F89678C0412A5D3EA3AF3853D1A3E04CAF8498", "CRC32": "953BC0CC", "BLAKE3": "1A9C753C77EE7E90D0E70A080C711FFAEB6B6E4FFB8635CF8285252F218D6911", "AutoV3": "C95AD41584C2"}, "downloadUrl": "https://civitai.com/api/download/models/170994", "primary": true}, {"id": 130056, "sizeKB": 68270.90625, "name": "Dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-27T15:35:53.699Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E6153DEB", "AutoV2": "AA19D5F3D5", "SHA256": "AA19D5F3D5816E0EDC70EB4EE4E1352474B72DA4B1680E7D23487E49F2286428", "CRC32": "B006037D", "BLAKE3": "5DB262792D5F65EB9D131087200B564514EEBAFF4D9D64F976E73B045BE4A73D"}, "downloadUrl": "https://civitai.com/api/download/models/170994?type=Training%20Data"}], "images": [{"id": 2691067, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adc0ba9a-b8e9-4f30-940d-863f0ea1f718/width=450/2691067.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKJaN9nO?vD%~q9G0LIUD*-pIA%2%L%M^+s:", "type": "image"}, {"id": 2690965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b909e02f-84b6-4eb4-887e-fb36b0728778/width=450/2690965.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULMQ3G.SI.~W0gWVELxZ01ofMyWUkCR,V@WV", "type": "image"}, {"id": 2690967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f712527-f02f-40d7-a9ec-ce92a0f5e202/width=450/2690967.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNLqIcibyZ-p^*^+ocoz00-paIRjR4M{M_RP", "type": "image"}, {"id": 2690963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/324245c2-c0da-473a-b656-6c268c9cc5dc/width=450/2690963.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USG[D}~W%M%M-U-ps:s:-pNGR*t7%1ayoffk", "type": "image"}, {"id": 2690966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a884ecf-5e3f-4081-912d-cd553fb8074f/width=450/2690966.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNKAvmp{7#_N0KxHnPRRMd-UxGad%2E1IUIo", "type": "image"}, {"id": 2690968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da7060b5-ef0f-4fe4-b28f-71328f6bbbb7/width=450/2690968.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULKw945T4nJB~CxaD*s.J7xa^+xGs:xuofRj", "type": "image"}, {"id": 2691679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7b2c2da-da2d-4edf-afb3-9556a65b41bb/width=450/2691679.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXKAmC}?RO#%D%WBbENGNyE2IpkW9FkDkXa|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/170994", "modelId": 152768} \ No newline at end of file diff --git a/datasets/metadata/170997.json b/datasets/metadata/170997.json new file mode 100644 index 0000000000000000000000000000000000000000..de9f5f14fa6e06078d8dd03122eb1e8e4545018b --- /dev/null +++ b/datasets/metadata/170997.json @@ -0,0 +1 @@ +{"id": 170997, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-27T15:38:14.083Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": ["fw.eunhee"], "stats": {"downloadCount": 467, "ratingCount": 52, "rating": 5, "thumbsUpCount": 70, "thumbsDownCount": 0}, "files": [{"id": 130059, "sizeKB": 36982.28125, "name": "Yu Eunhee.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-27T15:40:43.663Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B696270C", "AutoV2": "3C0F792FA0", "SHA256": "3C0F792FA0934453DDEDFFC95643F7E7289F842780C6A49CC785A65C4257655D", "CRC32": "A47CE26F", "BLAKE3": "5D31F9AF5D716C0B63711088EF1DDE0D1FBC9BCFB68BFD10EE2B13682E5B654E", "AutoV3": "70F06065523A"}, "downloadUrl": "https://civitai.com/api/download/models/170997", "primary": true}, {"id": 130058, "sizeKB": 32887.1103515625, "name": "Dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-27T15:40:44.327Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CD86FCFE", "AutoV2": "DBEE58CFD6", "SHA256": "DBEE58CFD691AC6909EB954B5CDCE5FAE9A8EE58B4399773E0CB1A232E82ECEE", "CRC32": "76DEAC73", "BLAKE3": "2ACFC007D718664A7767D8B39232D7E0F032F9D455C8316A83622BE3A4116288"}, "downloadUrl": "https://civitai.com/api/download/models/170997?type=Training%20Data"}], "images": [{"id": 2903732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c349911c-a080-4ff0-aecb-aab6bc64fddb/width=450/2903732.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1808, "hash": "UXMj5VtR_M?H^+t7Szjb%2xtt6IVM|WV%2of", "type": "image"}, {"id": 2691032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5ea38ae-b710-4d07-b0c3-b29e5a1eb35b/width=450/2691032.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "URNllg~WKO-Brwkq%LOD=vJ--nNH%eWV%et7", "type": "image"}, {"id": 2691030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf1108e0-d600-4a35-af95-c5896250a9db/width=450/2691030.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPNb_rM{pv-;?cR*l8xu%NV@^+e.~qRjWUof", "type": "image"}, {"id": 2691028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a90b145-d3c4-4054-9abc-5e306259c70f/width=450/2691028.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPM6YeIUEes.rEnO-:%L~pi{%1%L%fRQV@%2", "type": "image"}, {"id": 2691029, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/829f0ab5-57f9-4851-8a22-a7054f1188eb/width=450/2691029.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGLgLx00Yj-=^kVY9ZkW*J8_?Gx[8_8_s.aK", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/170997", "modelId": 152769} \ No newline at end of file diff --git a/datasets/metadata/17127.json b/datasets/metadata/17127.json new file mode 100644 index 0000000000000000000000000000000000000000..03779b6d6fc54a68b2535134e196b3126b6349fa --- /dev/null +++ b/datasets/metadata/17127.json @@ -0,0 +1 @@ +{"id": 17127, "index": 0, "name": "v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-01T14:17:23.982Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["geru"], "stats": {"downloadCount": 720, "ratingCount": 82, "rating": 5, "thumbsUpCount": 91, "thumbsDownCount": 0}, "files": [{"id": 14549, "sizeKB": 3861.130859375, "name": "G\u00f6ll training data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-01T22:00:38.822Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F9A1B74A", "AutoV2": "7C83652C02", "SHA256": "7C83652C02FEE7783B07FF8D0E17BCCF2234B950AAE546B3489687BB520686A5", "CRC32": "AC234DC5", "BLAKE3": "1C97F10F37961E410A34D4A182E42DC281D17BF8CCB932192F2B5E4534183962"}, "downloadUrl": "https://civitai.com/api/download/models/17127?type=Training%20Data"}, {"id": 14419, "sizeKB": 147569.7451171875, "name": "Geru.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-01T14:21:45.435Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "00E3FB8D", "AutoV2": "BE719CF5F2", "SHA256": "BE719CF5F212AB69FA67DBD3967676DB5A8388865599FB3078D3251C455E5E20", "CRC32": "CBBB459B", "BLAKE3": "53843A376AEE4B5A6C452236E6B5138A36B16F544B5DEBF0BA75762F392EAD91", "AutoV3": "CD496C953806"}, "downloadUrl": "https://civitai.com/api/download/models/17127", "primary": true}], "images": [{"id": 173760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c38bcec7-a3d6-4a1c-d866-06ae30857300/width=450/173760.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UELWO-4m2yf95b4.00}?02-nMbW@^it8o}kD", "type": "image"}, {"id": 173759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e76dd4f4-e73f-4cc7-0071-01b9248bd000/width=450/173759.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UQKw2#%$0L~BE.NIIox^JY?FR$E2V?E1RPof", "type": "image"}, {"id": 173758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9972db88-cf31-4781-f4e5-8631f84a0400/width=450/173758.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U9K,{e001QIA_1McE1-o0N?w]{tQIpE2I9R+", "type": "image"}, {"id": 173757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27dc084b-d36d-4b6e-860b-fd21d9799b00/width=450/173757.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "U9M6*e000O.-0bw=0J^k01Z|D}X:}lwH0Ktm", "type": "image"}, {"id": 173756, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65501fe8-0356-4973-4452-8cd1c3539000/width=450/173756.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UgHUqT~WS4M|xvkXNIRkxa%MxuxuR.ozoeWV", "type": "image"}, {"id": 173755, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1a76da7-663b-4c1c-0fc6-0a62395e1600/width=450/173755.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UAJ?~LI8008^?b^ODi~T03xvIp?G=T0:5G0*", "type": "image"}, {"id": 173754, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a2cc718-d5b9-496f-94fa-eeee4636d800/width=450/173754.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "ULFrFo~B9]9utSt7E1oy9xE2RPi^V[ofaxR*", "type": "image"}, {"id": 173753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ab9747e-2e64-4e5a-ccec-9e9acbc53100/width=450/173753.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UEGt]A?H009E_4-p9Z560ns;?EE1^kt7e-sk", "type": "image"}, {"id": 173752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/505fbd4a-0524-4231-4141-2ca30daec500/width=450/173752.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UHI:{[D+00-R~p0$4:NaENxuRjIpwc^in$$z", "type": "image"}, {"id": 173751, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78570e54-fdca-4a4b-4b6b-876b8ab9be00/width=450/173751.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UCF}=t~90zIp^+xu9ZWq03Iq-m%2xwM{jYRj", "type": "image"}, {"id": 173750, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7c1cdda-4500-4416-5428-e97069305400/width=450/173750.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UKI|]*Ip0eR*~qoMsQj?tSf6xWWVV?ayIpoe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/17127", "modelId": 14539} \ No newline at end of file diff --git a/datasets/metadata/171661.json b/datasets/metadata/171661.json new file mode 100644 index 0000000000000000000000000000000000000000..85888b97120d402ba0385b23c9ba5de7394cdac2 --- /dev/null +++ b/datasets/metadata/171661.json @@ -0,0 +1 @@ +{"id": 171661, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-28T13:56:26.911Z", "availability": "Public", "nsfwLevel": 1, "description": "This one was a pain to do.. thats why it took so long to upload it :p
", "trainedWords": ["woorigami", "folded", "paper-made", "origami", "red", "blue", "green", "yellow", "purple", "brown", "pink", "black", "white"], "stats": {"downloadCount": 818, "ratingCount": 84, "rating": 5, "thumbsUpCount": 139, "thumbsDownCount": 0}, "files": [{"id": 130620, "sizeKB": 147571.1953125, "name": "WorldofOrigami.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-28T13:30:48.633Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "05203665", "AutoV2": "A1CC598F98", "SHA256": "A1CC598F984164FEC43202216501DBCB124CC5FE740FC95D618EE158609DDC14", "CRC32": "15250B2D", "BLAKE3": "987DC15A7361142A1F4EC944EBAB7CE9827BBEF0699337E85C93806DFF9CC10E", "AutoV3": "4ADBCA8ABD7F"}, "downloadUrl": "https://civitai.com/api/download/models/171661", "primary": true}, {"id": 131244, "sizeKB": 19210.595703125, "name": "World of Origami data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-29T17:21:18.345Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2BE2A7A9", "AutoV2": "2DD8EAEF0E", "SHA256": "2DD8EAEF0E5A269597BE30425D8FD37AEFB9C83D2BAC854DD448C9C9ADD459DB", "CRC32": "953BAB23", "BLAKE3": "F4ACF851BB9710200C194500E922A05FD0FFF8EFE59CBDC58D4222FC25F0C1B9"}, "downloadUrl": "https://civitai.com/api/download/models/171661?type=Training%20Data"}], "images": [{"id": 2702749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34bcba50-9567-46b7-8415-692365948d7e/width=450/2702749.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6F4Gz0N0M,:?Z~94p5Soct75S580h-9^i9v", "type": "image"}, {"id": 2702752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0d71e66-e491-40c2-acf9-bd3a1d607873/width=450/2702752.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UC9%9f~AIVIV-Un$M{oL?GxZM|n$WBoLt6s:", "type": "image"}, {"id": 2702759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eef48019-3976-43de-8b59-977f26b3ed4a/width=450/2702759.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UgIE90~Ue.RjkCf6WBoyoIj?M|jZR*oLt6j[", "type": "image"}, {"id": 2702760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f037378-ab90-4a85-a1d2-d4c7ca240a71/width=450/2702760.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAOn%v0000^+[JtRR*IV}r^PIq9aDPE1tk%f", "type": "image"}, {"id": 2702761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4742969-92da-4535-943e-b0e58cfd6700/width=450/2702761.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJB|{M~pH=9GR.oft6n$n3xutRRjR5RjozkD", "type": "image"}, {"id": 2702762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f73066e4-ea17-49a3-b1c0-225ced361444/width=450/2702762.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UfFFi;~T-U-n%KxZoLWCfioeWCM}oLj[ayt6", "type": "image"}, {"id": 2702763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a70cf67-6792-4fda-8490-238a3ea60b17/width=450/2702763.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9J6}|00ozIV?uE2^%r?Ir9bx]w]0LxD~U$z", "type": "image"}, {"id": 2702767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cda60098-fc3b-4a8b-8184-21d0e75078cc/width=450/2702767.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCD8we~B9s9uRkIVIVbbxUxCE2s:M{so%2t7", "type": "image"}, {"id": 2702769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50a05101-3125-4ae0-b60f-3bc156cd66a9/width=450/2702769.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGE3L$02-VyB~oIWsmWVD%%LM|n%I:RjM{s:", "type": "image"}, {"id": 2702770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6864b5d6-5eab-45a0-8747-394b2920e9a9/width=450/2702770.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULE_t3~W-poy?b?a%MofI.%L%Lt7obxuxaof", "type": "image"}, {"id": 2702771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/614a4fe3-8823-47c9-a508-c46e352d3371/width=450/2702771.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWE2,*~WxtRk?Gxut7t7xtxakCaya}azWVay", "type": "image"}, {"id": 2702772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f13effeb-182c-40dc-a4ec-7d9345ed7cee/width=450/2702772.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UfLgwx~q?Hoz%gtRoejsxZoIIVRk%LWCofof", "type": "image"}, {"id": 2702774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0d92dfd-333a-4c22-a829-6978493939e2/width=450/2702774.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U7GQ:?}@020L.89Ga001%M4;oyRi-UaK?aNb", "type": "image"}, {"id": 2702776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cc9a6bc-90ef-4288-85e4-39b79446ea32/width=450/2702776.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UhHUtR~V?GtQkDV]M|jFaLjHRkWVjIjbogbH", "type": "image"}, {"id": 2702777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cba5cd83-8e8d-46cb-8ef8-cc85daf0ba17/width=450/2702777.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UBI}eD00~Ar=,oD+a0M$$_NGD+aiyXRj%f%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/171661", "modelId": 153295} \ No newline at end of file diff --git a/datasets/metadata/171698.json b/datasets/metadata/171698.json new file mode 100644 index 0000000000000000000000000000000000000000..984986297509b8f8512d469c5526e6a8a424da07 --- /dev/null +++ b/datasets/metadata/171698.json @@ -0,0 +1 @@ +{"id": 171698, "index": 1, "name": "v0.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-28T14:51:53.068Z", "availability": "Public", "nsfwLevel": 1, "description": "Turned out really nice! does seem to lose some detail when sent though img2img tho,
", "trainedWords": ["worldoflace"], "stats": {"downloadCount": 801, "ratingCount": 139, "rating": 4.99, "thumbsUpCount": 143, "thumbsDownCount": 0}, "files": [{"id": 130656, "sizeKB": 147571.234375, "name": "WorldofLace.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-28T14:50:42.632Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6B83056C", "AutoV2": "1D1CE99163", "SHA256": "1D1CE991633B59EFD71B3B7DF85F2BC4E30FE9E914023248C2B84EE1F7B373DF", "CRC32": "ABC94FDE", "BLAKE3": "778875AD75CBE22A06EF94C85D36F194BAA2F4666432168F4900D4C9C030FD1A", "AutoV3": "970796BDD006"}, "downloadUrl": "https://civitai.com/api/download/models/171698", "primary": true}, {"id": 130655, "sizeKB": 55740.6611328125, "name": "World of lace data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-28T14:50:46.510Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "51AF460A", "AutoV2": "AFEBA1A21A", "SHA256": "AFEBA1A21AB80252EFA4518EC87B47AFBB9FC43681E8B5BCB3FEF655F6B19167", "CRC32": "55FFA162", "BLAKE3": "B3240758B4748E56C63BCBC9027D6DD828B45294C83289A2AB26C4219D9BC9E7"}, "downloadUrl": "https://civitai.com/api/download/models/171698?type=Training%20Data"}], "images": [{"id": 2703327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/154685c7-81da-4308-a2d7-c47291665016/width=450/2703327.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKCs5a?IInD%~qxuIVIV?G%LIVRn?I%MD%In", "type": "image"}, {"id": 2703328, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/754c6d20-f8ee-475c-8784-61df8eb6026b/width=450/2703328.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKDJO|4oofRl~qIUt6M|%NxuD%fQ%gxuD%ay", "type": "image"}, {"id": 2703329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8876a7fe-206d-4d94-b6e3-6f0270a48b7e/width=450/2703329.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCE.-7~qRkbc0hbd-;%MVY-:IVx]-;fmVsxu", "type": "image"}, {"id": 2703330, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/374da28d-d414-4efe-8bbc-5a5ce72635c7/width=450/2703330.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7E-R8VX00uP.m5701.S=dnie.xZ-nOXJRV@", "type": "image"}, {"id": 2703332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3dc69de-7156-46bb-ac19-240863f5d37d/width=450/2703332.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTE.^K00?aM|~p9Ft8of%MM{Rkt7ozj?aeay", "type": "image"}, {"id": 2703333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16fe799c-37a3-4781-9387-7e610aab5e7f/width=450/2703333.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEA^LA9F9F_3_MD*D%-;V@WBWBt7RPt7RjRk", "type": "image"}, {"id": 2703334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06e82be9-7cbb-4e4c-9ab3-09f8aea863a8/width=450/2703334.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKELpb9FtQRk~p0Kxtt7x[D*bHtR-:oLWBW;", "type": "image"}, {"id": 2703335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ba295a2-430e-4df1-81cb-ccc72e50e620/width=450/2703335.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYH1uk~VRjR*_3-pR%a|x[oyV[xZxaofjZof", "type": "image"}, {"id": 2703337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8a2fdd2-b17c-4b6d-abb8-c0f8c5e08c4c/width=450/2703337.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UBB:sn?v%Mxtbd~W-:R+DiMyR+%0H?MxM{NH", "type": "image"}, {"id": 2703338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/703155a1-4b28-453f-b4eb-9278b7f49b4b/width=450/2703338.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UcHwxi~TEOIp%Lt7RkRkI=t6xZWX--%1t7of", "type": "image"}, {"id": 2703339, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aec2d606-3b17-4e80-b511-dcb85a3fa1a8/width=450/2703339.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UBD8,uD*0L_2~pMx4:%g_1E2D*%MxaNGae-o", "type": "image"}, {"id": 2703342, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aecc0433-80f1-4335-b489-9386651d0db5/width=450/2703342.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U59aEX~BwI^*%g.7RP9aDO4o9ax]DO9G?b^*", "type": "image"}, {"id": 2703345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfe2216e-392f-48b5-9813-dc9f237071bd/width=450/2703345.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UEA^ar_NIUM{t-%#x^WC?a?v%NM|%M%MtRax", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/171698", "modelId": 153323} \ No newline at end of file diff --git a/datasets/metadata/171723.json b/datasets/metadata/171723.json new file mode 100644 index 0000000000000000000000000000000000000000..088bbf21e58a9889ad09c5e7455d7931804cc09b --- /dev/null +++ b/datasets/metadata/171723.json @@ -0,0 +1 @@ +{"id": 171723, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-28T15:41:32.895Z", "availability": "Public", "nsfwLevel": 3, "description": "turned out well enough!
", "trainedWords": ["wocrochet", "red", "blue", "green", "yellow", "purple", "pink", "brown", "black", "white"], "stats": {"downloadCount": 1601, "ratingCount": 161, "rating": 4.99, "thumbsUpCount": 269, "thumbsDownCount": 0}, "files": [{"id": 130679, "sizeKB": 147571.21875, "name": "WorldofCrochet.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-28T15:41:20.832Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DEEC08B4", "AutoV2": "33123582C6", "SHA256": "33123582C62C58FF548930464FB944E6DEC6AC0F3875696D737EC8034AB2A129", "CRC32": "774A3252", "BLAKE3": "95AF69B62477B4B52BB5F35F685F50C55ABC2DB11EC21AD0A15C5EE0CA087B89", "AutoV3": "DF761566CB92"}, "downloadUrl": "https://civitai.com/api/download/models/171723", "primary": true}, {"id": 130673, "sizeKB": 40622.8642578125, "name": "world of crochet data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-28T15:38:47.364Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BD0ACBED", "AutoV2": "611E14649F", "SHA256": "611E14649F250B88AC3242F4BE4F0B697A6C09F2024929051A9E12E63E863680", "CRC32": "EB20D6D7", "BLAKE3": "BCBF37F992D9A9760A54F3ABEBEC34ADB1663E025DF391AA8815809EA6071362"}, "downloadUrl": "https://civitai.com/api/download/models/171723?type=Training%20Data"}], "images": [{"id": 2703704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/041dccf0-ba36-4ef4-800b-5ba50c210e08/width=450/2703704.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJI}05?uW,D%~q%Mjb={^%-;SOxu_2jGado|", "type": "image"}, {"id": 2703724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ece7f2c-4b1d-47c3-8ce5-e95f62efcc41/width=450/2703724.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URJRQ?_N_2.8_N-;jaof%Ms:IBIUx]azWAt6", "type": "image"}, {"id": 2703725, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34333781-7ad4-4a53-a2e5-ded5dbe3e82f/width=450/2703725.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPG[4e~V%Mxu-:bcs.of9GIURiRjD*M|WVt6", "type": "image"}, {"id": 2703729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97809c51-3c2c-4a54-885f-2a15c2ba5bef/width=450/2703729.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UIHdaB9GEdIp~V4.x[Rj9tsAozRjW;WBxaxa", "type": "image"}, {"id": 2703734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12c5dc29-b1dc-40f3-98a6-a863876fa9ee/width=450/2703734.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U39~{i~B,7xJF|t0I:ET0vEKNNIpxC$kRjxF", "type": "image"}, {"id": 2703738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ed50856-3bad-45c5-b1ca-d2a85ee2098d/width=450/2703738.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UHFFNo~pv|WU=_W-Ne-;=^?a%gs+?a%M%Mn#", "type": "image"}, {"id": 2703739, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39d1dee2-1501-47d6-ade5-e08e0ba01631/width=450/2703739.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U6E_Qg}=010P18ENMdoeBDfkE2=@J.xY0ORk", "type": "image"}, {"id": 2703745, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f24980ac-dc75-4e54-a462-c4b154e175c3/width=450/2703745.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UDEelP$+Di^j~UfiMyj^%KE29HWC?aE2D*xa", "type": "image"}, {"id": 2703741, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e37c28c-79b2-47b9-8217-2cfd7c96a02e/width=450/2703741.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U3ByBQ5A00?Z?v-Q02FwMzRjAI-C-oIY}?xZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/171723", "modelId": 153352} \ No newline at end of file diff --git a/datasets/metadata/17199.json b/datasets/metadata/17199.json new file mode 100644 index 0000000000000000000000000000000000000000..80e6e863075411c3dc945116d43e7f33a25960aa --- /dev/null +++ b/datasets/metadata/17199.json @@ -0,0 +1 @@ +{"id": 17199, "index": 0, "name": "v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-01T16:47:21.626Z", "availability": "Public", "nsfwLevel": 1, "description": "", "trainedWords": [], "stats": {"downloadCount": 554, "ratingCount": 94, "rating": 5, "thumbsUpCount": 97, "thumbsDownCount": 0}, "files": [{"id": 14472, "sizeKB": 493929.779296875, "name": "23458048.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-01T16:52:37.489Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "23CD8904", "AutoV2": "4B7B231D1E", "SHA256": "4B7B231D1EB4FDBF709EF73D0E4387CDEA3FA1600CF1943567C95C252351128C", "CRC32": "0D8753E2", "BLAKE3": "78C909C1386CEB1330D03251BA8C0F24A1DA4A4A37F4D724B7FB29674177AA07"}, "downloadUrl": "https://civitai.com/api/download/models/17199?type=Training%20Data"}, {"id": 14471, "sizeKB": 147705.0830078125, "name": "TrigunStampede.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-01T16:52:44.182Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "27477F8C", "AutoV2": "A5B04F235B", "SHA256": "A5B04F235B9F9E6694FB6D9869C7F3E5D939D422A63B3340BF72AD6A339F411C", "CRC32": "11D816F0", "BLAKE3": "185D1D7C44BE9B84A7CBA236A6E5288ED0AC4E7A8563A87AD693C66AA02C7EB7", "AutoV3": "DDC7A488ACA1"}, "downloadUrl": "https://civitai.com/api/download/models/17199", "primary": true}], "images": [{"id": 174564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5fb94e9f-45a1-40e8-d602-4b7e8649f000/width=450/174564.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOIO2*9u~p9G?v-:b_IU?b?H%LRjNe%MjFof", "type": "image"}, {"id": 174563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a688ee0-0639-4878-ecec-d79cabedc800/width=450/174563.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKLp:MIp~p~V?as:kVNGRjWBt7f6?HWBR+t6", "type": "image"}, {"id": 174562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bcb45ab-e6bc-4866-fc1a-c4e70e0e5d00/width=450/174562.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYHe:=R-%g%M_NxaozxuWBt7oKxuxuWBs:s:", "type": "image"}, {"id": 174561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f6fa354-f3d7-46e6-9b73-c7eadc2cd900/width=450/174561.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMIEtv,;.T0K%MS~Ej-UE1oMRPazE2n$-pWB", "type": "image"}, {"id": 174560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27cffeb9-3115-4788-142d-cc6d42c27e00/width=450/174560.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFC~uFTg?vyE.AtoXotm5X?bxv-:R*E3-UIp", "type": "image"}, {"id": 174559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/024eea2b-d775-4bb2-c029-65c0a19d7400/width=450/174559.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWEx^N?G~Uj?4;M|9abaIVWBR*oJt6oextoL", "type": "image"}, {"id": 174558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed4ae5d4-4f72-4ae0-36a9-b5d5b05f7200/width=450/174558.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5Lyc50003xv05WA0#xpQ[|{AE%w00?GO?9b", "type": "image"}, {"id": 174557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e6c6469-f214-41cd-ba35-3ad012e26000/width=450/174557.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPJaZQMy.m%f0ij=T1WCS~axt7WB9ZR+xDs.", "type": "image"}, {"id": 174556, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7588b8da-1d90-4697-0596-06b95bf3de00/width=450/174556.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKD^T2%g?^RjIUM{MyofNGofIUkCM{bHtRRj", "type": "image"}, {"id": 174555, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50dbb863-f578-4202-1eba-462383ef9600/width=450/174555.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URJQil~T=_030P4=OE%L0Pt3E2-nTIt6%1Rk", "type": "image"}, {"id": 174554, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ed58751-fc4d-49dd-9c13-c8cc2f5eba00/width=450/174554.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQJjn?sppI~UOFoy?ZX8xtM|niNGNGt6jsj@", "type": "image"}, {"id": 174553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b14e561-9c11-46a6-5501-41cdf97ff400/width=450/174553.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBI#10M|00Rk00E1%h9G?^oz]%%2=VV?ETW?", "type": "image"}, {"id": 174552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a147ff65-342a-46a7-9c9d-3621f518ed00/width=450/174552.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USH1_8-._2tR~VxtXSkWRkoeRkoLS2WBn%WB", "type": "image"}, {"id": 174551, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f724e10f-2841-4866-2595-327466955800/width=450/174551.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJLD9*%004M}01kB4pM|~Uoe?Gj[03WCoyR+", "type": "image"}, {"id": 174550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/128be905-a119-4f03-2485-b71ccca3c300/width=450/174550.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFK,sd00F0VZ0002IpShx[?a~BWA0LRk-oEM", "type": "image"}, {"id": 174549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/035310f4-48f5-4b31-85e2-1bfeb36bc000/width=450/174549.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJL{#6~n7IIWBTIpD+IW-SoyIqRQOqn+NHs-", "type": "image"}, {"id": 174548, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb8e4347-60ac-45e2-4b6e-2eda9c821000/width=450/174548.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIIEa=Nd9u0201^j0LIpEMW=~UxZNH4:?G?G", "type": "image"}, {"id": 174547, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b363944c-d941-4cc0-090d-13db7e372500/width=450/174547.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8JRT[004T02~T_2Rn9Z4mt7?v9Z~Vt7RlE1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/17199", "modelId": 14603} \ No newline at end of file diff --git a/datasets/metadata/172447.json b/datasets/metadata/172447.json new file mode 100644 index 0000000000000000000000000000000000000000..4524b2a094169c0377b79c123b02cc4f546786cf --- /dev/null +++ b/datasets/metadata/172447.json @@ -0,0 +1 @@ +{"id": 172447, "index": 1, "name": "SD 1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-29T20:02:05.334Z", "availability": "Public", "nsfwLevel": 2, "description": "This SD 1.5 model gives more detail to your Origami prompts, so still put the word Origami in your prompts, Origami your world with this LoRA enjoy making everything into Origami. .5-1 will get the character to have Origami clothes generally, 1-1.5 will start changing the surroundings into Origami. I personally found it worked well with Cyborg, Mecha, Steampunk and Cyberpunk Styles SDXL, but I am sure it will work well with others as well. Enjoy creating.
", "trainedWords": ["Origami"], "stats": {"downloadCount": 235, "ratingCount": 90, "rating": 4.99, "thumbsUpCount": 131, "thumbsDownCount": 0}, "files": [{"id": 131302, "sizeKB": 223106.82421875, "name": "Origami_World-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-29T19:16:37.938Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B1D944EC", "AutoV2": "4E039D10A8", "SHA256": "4E039D10A855DCBBE638CCAE3C929BE713DF9748FEC4D5B138FD4173025795BC", "CRC32": "CDF485E0", "BLAKE3": "55FFBFDFF50BBB871533F9A31CED4C44495255A50D7EE279197C108412B5F3F3", "AutoV3": "2A436F8BACCE"}, "downloadUrl": "https://civitai.com/api/download/models/172447", "primary": true}, {"id": 131324, "sizeKB": 17001.7705078125, "name": "169828_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-29T20:06:07.577Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "AA859A26", "AutoV2": "33BAA8FBA9", "SHA256": "33BAA8FBA9576416307470F504FD6814A763BA840F4FEEA11E6B3504A6477AB9", "CRC32": "CF47AE0C", "BLAKE3": "F3C78CE0D086575DF13BAF8D5BB3D9360F5287D32A746F2C8927E6F312CCE6BB"}, "downloadUrl": "https://civitai.com/api/download/models/172447?type=Training%20Data"}], "images": [{"id": 2726793, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68127843-c463-4bc1-9de7-9f505f094a86/width=450/2726793.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UEGa%x?a00Hr^jx[9ZQ-.mxaIAaJ-V$*rqsl", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/172447", "modelId": 151846} \ No newline at end of file diff --git a/datasets/metadata/172600.json b/datasets/metadata/172600.json new file mode 100644 index 0000000000000000000000000000000000000000..482bf71b2f32266cc008b99a07f087ef0f1fe68e --- /dev/null +++ b/datasets/metadata/172600.json @@ -0,0 +1 @@ +{"id": 172600, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-29T23:10:59.680Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 448, "ratingCount": 72, "rating": 5, "thumbsUpCount": 84, "thumbsDownCount": 0}, "files": [{"id": 131420, "sizeKB": 22255.16796875, "name": "Sonobe_Sora_NingenDebris-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-29T23:20:22.899Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9E408B2A", "AutoV2": "D33F89291D", "SHA256": "D33F89291DE7A2C22EAA8BCAA523E0629E7F94B9034ED63B333480EF6BFCB477", "CRC32": "E53ABEA5", "BLAKE3": "4C0F9ECD3742A0C6DCCAC43E1F640A89DDA697EFA90121B412501F24AE48AA28", "AutoV3": "579EB3EB6F95"}, "downloadUrl": "https://civitai.com/api/download/models/172600", "primary": true}, {"id": 131421, "sizeKB": 42731.59375, "name": "Sonobe_Sora_NingenDebris.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-29T23:19:54.393Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B3C7FA1F", "AutoV2": "91FEC59981", "SHA256": "91FEC599814374B4CE3A27140060286708D048AD55BC317468F3083F0CAAD725", "CRC32": "CB38B79A", "BLAKE3": "819F8A995ADB3C57BE5BF524C88CAC7F480FAEBFD1FA17E84B28CA5A846881E4"}, "downloadUrl": "https://civitai.com/api/download/models/172600?type=Training%20Data"}], "images": [{"id": 2740265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e6037b3-3c1c-46a8-8496-34139a8ad97c/width=450/2740265.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULNmQP_M=nbv00WC?wIV~pxuxZt6%Lxt-nWB", "type": "image"}, {"id": 2720988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/181cba7c-8007-4e4b-afc4-12a8540afc6b/width=450/2720988.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1504, "hash": "UKN,JE~o~mtk8wtR^$NG_3X8.8SzyDj]x[Rk", "type": "image"}, {"id": 2721010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/414f4624-c094-42f4-9eb0-45cd1fb024c4/width=450/2721010.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1504, "hash": "ULM%s400M[IU004.?wIV_NxakDsp-:n#%Fs,", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/172600", "modelId": 154061} \ No newline at end of file diff --git a/datasets/metadata/172953.json b/datasets/metadata/172953.json new file mode 100644 index 0000000000000000000000000000000000000000..457875ff3aa4f7ede488560d3baf1f9ef8279c66 --- /dev/null +++ b/datasets/metadata/172953.json @@ -0,0 +1 @@ +{"id": 172953, "index": 0, "name": "v1.0 240p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-30T13:43:21.199Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 476, "ratingCount": 48, "rating": 5, "thumbsUpCount": 63, "thumbsDownCount": 0}, "files": [{"id": 131725, "sizeKB": 22263.29296875, "name": "nina_purpleton_0083-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-30T13:59:31.741Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AD0FB578", "AutoV2": "D9459D2A60", "SHA256": "D9459D2A60D01C2BB5669754EFFBFFE759D07578B8C149BFAE8B30C8C3F63B73", "CRC32": "83F441BB", "BLAKE3": "18CB361827091FC37537BF07B0B93A9D828C8B1F15FFED2E92129C70446A3FCD", "AutoV3": "82E85325DC2D"}, "downloadUrl": "https://civitai.com/api/download/models/172953", "primary": true}, {"id": 131726, "sizeKB": 57825.0810546875, "name": "nina_purpleton_0083.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-30T13:59:24.573Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D72F2EB0", "AutoV2": "F727F7895D", "SHA256": "F727F7895D5AAF9DC318C86BF1CBEBCD875C2CA1FF581C10C52C91E29AC8A67F", "CRC32": "5B676100", "BLAKE3": "D489C52F496C9DC549BB881DE5B416998474C010F290EF0635B6E2576832FD3C"}, "downloadUrl": "https://civitai.com/api/download/models/172953?type=Training%20Data"}], "images": [{"id": 2728830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f804cdb-b64c-4bc0-b799-9932c2ea4301/width=450/2728830.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UiMabBj_yXxu}-j]%gt7XSofRQWB%haeX8a|", "type": "image"}, {"id": 2728864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe43f12e-296b-453f-a7a0-8eb60497c01e/width=450/2728864.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UYN]b2?G%Onj.lkV.SX8wcafVtof-;WBM|ay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/172953", "modelId": 154350} \ No newline at end of file diff --git a/datasets/metadata/173163.json b/datasets/metadata/173163.json new file mode 100644 index 0000000000000000000000000000000000000000..ef35f54ae2b63825ac32890682a84e313d189115 --- /dev/null +++ b/datasets/metadata/173163.json @@ -0,0 +1 @@ +{"id": 173163, "index": 0, "name": "SD1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-09-30T20:52:36.055Z", "availability": "Public", "nsfwLevel": 1, "description": "Color World is a crazy Colorful Fantasy world LoRA, Keys words are Forest, Ocean, Desert, Ice landscape, and city, also the sentance \"cute fantasy creatures in the ice and cloudy sky\" you can change the ice out for any of the other keywords. Overall it goes really well with other colorful LoRA Dripping paint style-SDXL ect, but is pretty over powering when mixing with Sci-fi LoRA, but as long as you set it low or the other LoRA high it can work. Enjoy.
", "trainedWords": ["Forest", "Ocean", "desert", "ice landscape", "city"], "stats": {"downloadCount": 448, "ratingCount": 48, "rating": 5, "thumbsUpCount": 73, "thumbsDownCount": 0}, "files": [{"id": 131913, "sizeKB": 223100.58203125, "name": "Color_world_3 (1).safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-30T20:52:53.970Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "ACC1E443", "AutoV2": "8FEDC8E6C8", "SHA256": "8FEDC8E6C8737DC5C18B7CE8DDEFC97019722A02885F1E4685F375917496CA8E", "CRC32": "A85E737D", "BLAKE3": "646703F8DDAC498A268F6C41804EB81007C4AE3666C2A50A05320B8417E93590", "AutoV3": "53A5330A0195"}, "downloadUrl": "https://civitai.com/api/download/models/173163", "primary": true}, {"id": 131914, "sizeKB": 13028.1689453125, "name": "172196_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-30T21:11:17.494Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3472A15E", "AutoV2": "F01FA0210A", "SHA256": "F01FA0210A55D0AE993B9A174F41403DBF1A583C8000BB3C9C145ED9DC489588", "CRC32": "96540DFE", "BLAKE3": "F5F3AD13DF3E14121DBB516AB4CA2F9F10727CDA380033AA9A7C986536C39919"}, "downloadUrl": "https://civitai.com/api/download/models/173163?type=Training%20Data"}], "images": [{"id": 2734242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2ae8eeb-f0b8-4246-9ca0-8e84e6e2f1ad/width=450/2734242.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIE|9vxDD4RQ_M,VD+IuNMt7TJi{FgWC-n%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/173163", "modelId": 154040} \ No newline at end of file diff --git a/datasets/metadata/173410.json b/datasets/metadata/173410.json new file mode 100644 index 0000000000000000000000000000000000000000..6ebe8c75e8e3ac1dde82b54442a009884578b36f --- /dev/null +++ b/datasets/metadata/173410.json @@ -0,0 +1 @@ +{"id": 173410, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-01T05:27:56.700Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 508, "ratingCount": 85, "rating": 5, "thumbsUpCount": 111, "thumbsDownCount": 0}, "files": [{"id": 132095, "sizeKB": 22250.58984375, "name": "Therese_Duhamel_IsekaiHarem-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-01T05:30:55.070Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3A61B48B", "AutoV2": "0AD30D4938", "SHA256": "0AD30D4938EAE13977C51F5F92A12996857CA1CC27C87F313DD387731CD20281", "CRC32": "26F5CAFC", "BLAKE3": "409F1F372DCE30BB2B92C4193918C9DB455ABAE3D7E23C2349ED4001AA56D842", "AutoV3": "71B963965A19"}, "downloadUrl": "https://civitai.com/api/download/models/173410", "primary": true}, {"id": 132096, "sizeKB": 42037.5068359375, "name": "Therese_Duhamel_IsekaiHarem.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-01T05:30:53.767Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8F66E2D3", "AutoV2": "AF4953AB0A", "SHA256": "AF4953AB0A35F4EA2930255A8B63003AED6A66F3675003AB155EEE2F16EEE033", "CRC32": "23EC1BFC", "BLAKE3": "1D4715347A4BD1BBD486BAF1B8E1EBCD23BDB5CB4F46F178F8EE35ED3D892543"}, "downloadUrl": "https://civitai.com/api/download/models/173410?type=Training%20Data"}], "images": [{"id": 2739053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1fa315cb-b78b-445a-a02a-166abf2d3609/width=450/2739053.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UcIqGz~Vof-p-T-obHs:j?ofxtkCt8t7%2R*", "type": "image"}, {"id": 2739110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/361118ef-7e9d-46f5-82cc-5f94832b0c1b/width=450/2739110.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UlJtMI~Wxut6={xuozt7jYkCf+a|kCofofWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/173410", "modelId": 154714} \ No newline at end of file diff --git a/datasets/metadata/173430.json b/datasets/metadata/173430.json new file mode 100644 index 0000000000000000000000000000000000000000..da6ae37f25bb88f0ca906a5c904628fc09f172fe --- /dev/null +++ b/datasets/metadata/173430.json @@ -0,0 +1 @@ +{"id": 173430, "index": 4, "name": "FF \u2640 Cyber - CivitAI LoRA", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-10-06T00:51:06.120Z", "availability": "Public", "nsfwLevel": 23, "description": "Trained with official CivitAI Lora trainer with 16 epoch set up.
", "trainedWords": [], "stats": {"downloadCount": 164, "ratingCount": 6, "rating": 5, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 135029, "sizeKB": 223124.37890625, "name": "FF__Cyberpunk_Style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-05T23:11:00.646Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "929A0F75", "AutoV2": "D9057D8D16", "SHA256": "D9057D8D166D8C647FBB3395E23985218126FBA5AFA26AE5D47EB4C46E259215", "CRC32": "4DB2BA00", "BLAKE3": "A8B1E13E203CB96B4B071EFF8C6694136CCB541E872A9802656A15C2BA639D67", "AutoV3": "37635E34CDA6"}, "downloadUrl": "https://civitai.com/api/download/models/173430", "primary": true}, {"id": 132116, "sizeKB": 667805.431640625, "name": "173430_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-01T06:31:03.640Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B4D70F74", "AutoV2": "FF5B9C0D63", "SHA256": "FF5B9C0D6324BFC5D93DE8B8D84D89CA506A17AFB2EEE7BB09FCBE10368C63BA", "CRC32": "20DB6BE9", "BLAKE3": "86EA5F925B1BD5ECEAB6B4CA920E9114394940FEBB8BE4544CD1DFEB984640ED"}, "downloadUrl": "https://civitai.com/api/download/models/173430?type=Training%20Data"}], "images": [{"id": 2813083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9902f4c4-dff1-4b2c-90ee-c36450e85ac1/width=450/2813083.jpeg", "nsfwLevel": 1, "width": 808, "height": 1152, "hash": "USD,G{ix?Hoe.AMybvo2IWadNZi_M{V?R$NG", "type": "image"}, {"id": 2813088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/460cdc1c-4c21-41bf-8f47-5527f3187ce3/width=450/2813088.jpeg", "nsfwLevel": 1, "width": 808, "height": 1152, "hash": "UKE3e=%f=~MedBS}IVR6I:XSIUa5%JtP$zxG", "type": "image"}, {"id": 2813084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bde6c89c-828c-47f3-b62b-e23d20308cff/width=450/2813084.jpeg", "nsfwLevel": 2, "width": 1152, "height": 832, "hash": "ULFr#ES7RONF_NRkIUoLofofbusp?GNbxuMy", "type": "image"}, {"id": 2813086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc9e5124-541d-4184-b790-434b87a86315/width=450/2813086.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEAwC*xunNaK~qxuMxV@OYxtIVM{JBkCM{Rj", "type": "image"}, {"id": 2813087, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f06786f0-934a-413e-ae16-d76668dc7dc7/width=450/2813087.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UICGcRtQiHR4?wNZVYRPACIoIUNGNuozR%Rk", "type": "image"}, {"id": 2813089, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf0dfc3d-1d25-462e-a868-3ba02313281e/width=450/2813089.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "USGIvG%N$zt6yZkXNFVsI=n+O9jIt7WCt5so", "type": "image"}, {"id": 2813092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ec44d3d-6c98-449a-adae-2a1b2a2a6016/width=450/2813092.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOC?i%xZ=yskyZs-RjW9J9oeR$s+sAkXwHsA", "type": "image"}, {"id": 2813091, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a8a90ea-89e8-4c40-a32a-5c5eaacdc120/width=450/2813091.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UFG@fCtSz:}??d$+0h%1X,I[9~oy-8OExtNb", "type": "image"}, {"id": 2813090, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f15842c9-402c-4286-aca6-5dd49894f6c2/width=450/2813090.jpeg", "nsfwLevel": 2, "width": 832, "height": 1152, "hash": "UEBNg3lUPqi{GbkEITeT9}ShozxWvOVsrqRi", "type": "image"}, {"id": 2813093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a38359ba-9603-4d1a-a6a9-eff15990ce43/width=450/2813093.jpeg", "nsfwLevel": 4, "width": 832, "height": 1152, "hash": "UZE|t{kqx[x[ysNfg4j^yCWUR*axXjNHxWRj", "type": "image"}, {"id": 2813094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5aebf663-12af-4a4b-8389-fadefaea5448/width=450/2813094.jpeg", "nsfwLevel": 16, "width": 808, "height": 1152, "hash": "UH99ApRQ8xw]_NS$ENwIxaWCMdx[bvaKa0t3", "type": "image"}, {"id": 2813095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d87f2d92-cef4-443d-b22d-a46c9b790433/width=450/2813095.jpeg", "nsfwLevel": 2, "width": 808, "height": 1152, "hash": "UMGRo5M{-mR._3niIooet-M{xuWVysNGS6t7", "type": "image"}, {"id": 2813098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02fa8d7c-029b-4bfc-8880-56b740c0510b/width=450/2813098.jpeg", "nsfwLevel": 4, "width": 808, "height": 1152, "hash": "UGABIjR6Md%#?^R5MdpH%2IUS1t6%MR+bbsA", "type": "image"}, {"id": 2813097, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0b2f9cd-6d1b-4e47-8300-93c981a51f51/width=450/2813097.jpeg", "nsfwLevel": 2, "width": 856, "height": 1280, "hash": "UJA-huRPV=krysVsIpo#9unOS6oJkVnh-UV@", "type": "image"}, {"id": 2813096, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd8d9d25-e4ae-4601-8c57-00d748fea8ad/width=450/2813096.jpeg", "nsfwLevel": 4, "width": 856, "height": 1280, "hash": "UJBNmAX*$*oZyst7M{aK4:nVE1j1WHN2r@o5", "type": "image"}, {"id": 2813099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5b8bbc5-fd38-4c7b-a457-de13bcf2d3f5/width=450/2813099.jpeg", "nsfwLevel": 1, "width": 856, "height": 1280, "hash": "UE9k+[VY5R+a.mWVE2v~4ooM%2O?BprX-oK*", "type": "image"}, {"id": 2813100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e3d3d0e-3c0d-4def-9f3d-2d45b1a21d15/width=450/2813100.jpeg", "nsfwLevel": 2, "width": 856, "height": 1280, "hash": "UEAnx^n4HX?a-UJB9bofdBRjD+%1$ykD$f-o", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/173430", "modelId": 154730} \ No newline at end of file diff --git a/datasets/metadata/173564.json b/datasets/metadata/173564.json new file mode 100644 index 0000000000000000000000000000000000000000..5f22d7127d99eb7519cf2d738d672d35b52af9ed --- /dev/null +++ b/datasets/metadata/173564.json @@ -0,0 +1 @@ +{"id": 173564, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-01T11:27:11.327Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 408, "ratingCount": 36, "rating": 5, "thumbsUpCount": 47, "thumbsDownCount": 0}, "files": [{"id": 132235, "sizeKB": 22250.69921875, "name": "Minami_Shiwa_Oshioki-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-01T11:31:14.323Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2174EBA1", "AutoV2": "4BE355F004", "SHA256": "4BE355F004A72FBC13F484A8656D3791D7E6FD41D50B55B0CF15B98AD814574D", "CRC32": "DA93499E", "BLAKE3": "6D5D21B8B85A9594C60B8B37315B2D17CB402D11C954913D35B09BFC5D7072EE", "AutoV3": "5EA742D0BAF7"}, "downloadUrl": "https://civitai.com/api/download/models/173564", "primary": true}, {"id": 132237, "sizeKB": 58820.5615234375, "name": "Minami_Shiwa_Oshioki_V2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-01T11:30:46.248Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C4449DE5", "AutoV2": "E482D5E5CB", "SHA256": "E482D5E5CB14027A81575B2759B51EA77DCA2D3F21C4B38EC4D6A60FB49AD740", "CRC32": "DBD0D23B", "BLAKE3": "E44E299FB32F6C7D4410721542F36A68D3E9C4AC227E89712295D33AEA453B9A"}, "downloadUrl": "https://civitai.com/api/download/models/173564?type=Training%20Data"}], "images": [{"id": 2742769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb342dbb-a496-493f-ba39-fbe393896994/width=450/2742769.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UiNmc-?b?wayV?tRxuRjo~WB-oofD*ayozM{", "type": "image"}, {"id": 2742891, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95253ddf-0eb1-4f0e-8277-d0873ad667ff/width=450/2742891.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UaKB8v%MGwXSTInNtRt757IV%MkX-VjEnixu", "type": "image"}, {"id": 2742874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b04636d-6bde-45a4-a62f-f1d4a4f87338/width=450/2742874.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URL4QrMxyEo~-:D%%hx]IooL-oxa?wIqxu%M", "type": "image"}, {"id": 2743101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8429ff0-192c-4d43-bc84-de52abc2a520/width=450/2743101.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UPLDcD0Kx]I;_Nrqxu%2-;RO?cxZ-;E1%1%1", "type": "image"}, {"id": 2743217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c973fdd7-263e-4a70-9242-b6da1d7230e4/width=450/2743217.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UaJks1?bLgMxt1-5r=WA#PXmm,V[EMNHxWs:", "type": "image"}, {"id": 2743102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9cc4362-8f08-406a-ab1c-4ebdfa822547/width=450/2743102.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UUK^Qt%gOrxu.7og~WtR-TNG-=of9tRPRPen", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/173564", "modelId": 150027} \ No newline at end of file diff --git a/datasets/metadata/174009.json b/datasets/metadata/174009.json new file mode 100644 index 0000000000000000000000000000000000000000..ab133265f276a312dbf0be8c6b2a80a78e363428 --- /dev/null +++ b/datasets/metadata/174009.json @@ -0,0 +1 @@ +{"id": 174009, "index": 0, "name": "Eris", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-02T01:03:20.825Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 221, "ratingCount": 33, "rating": 5, "thumbsUpCount": 36, "thumbsDownCount": 0}, "files": [{"id": 132714, "sizeKB": 36981.2578125, "name": "Eris.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-02T00:35:47.292Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "194EE6FD", "AutoV2": "1D7E29D58A", "SHA256": "1D7E29D58AAC8C1F4FB5A49B3C088BA22EF6FCFD907A2002D37C2BDA09412734", "CRC32": "1598E4D1", "BLAKE3": "0E18AEB70E808477E9247D1A3D79293C288E9F3C6E198F803A3FCD1076531EF0", "AutoV3": "45457CBC127E"}, "downloadUrl": "https://civitai.com/api/download/models/174009", "primary": true}, {"id": 132681, "sizeKB": 6478.7470703125, "name": "174009_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-01T23:20:44.837Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "50B3C802", "AutoV2": "A1BD77DF9A", "SHA256": "A1BD77DF9AD303C24F43E270C0C184E6EEB666516CED3450301811E322DD6F1F", "CRC32": "AABE303C", "BLAKE3": "8090D13BC3344552684D7736672A8F47DCC4B654BD566C610072BCF3256CEEDD"}, "downloadUrl": "https://civitai.com/api/download/models/174009?type=Training%20Data"}], "images": [{"id": 2754040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e635c6b-e7b9-4b91-95b6-c5a06dba6410/width=450/2754040.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UQL;QwF%L4s+%2M}xH${M|xZ$yk8o~S5xs$x", "type": "image"}, {"id": 2754041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f003ff35-e448-4ed9-b848-79f96bf414bd/width=450/2754041.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UPN,xdVXKlSOacVVNNSQcbM{IwNOI@JEslI_", "type": "image"}, {"id": 2754039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db99cb9a-b065-464c-b8d7-85a409c88402/width=450/2754039.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UNLqLYrq1Sx{%%E4%PE29}E2IANHW@Vs$%Si", "type": "image"}, {"id": 2754043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb637ca7-a67f-4705-a9de-ab77f13cad19/width=450/2754043.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "ULKT}9};0KNN%frpt8R.OvROxGxaSjr;xsR:", "type": "image"}, {"id": 2754038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/007757e3-4ed9-40eb-8890-367c94c026f9/width=450/2754038.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFPiCN_Mtb.A-yRPjJIV?S%gtnka-PWFNZac", "type": "image"}, {"id": 2754044, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/924288ba-02e8-4f79-9885-b87075490c55/width=450/2754044.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UIL:=J.902sh^$~Vx_-:Xo?bN3oe%NI^%Lxa", "type": "image"}, {"id": 2754042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5177e54-fd08-4590-8f00-a6322b0064c9/width=450/2754042.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UGL:=U-e02RW00~TD+EOyZj^$%M{DOt2t6s:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/174009", "modelId": 155166} \ No newline at end of file diff --git a/datasets/metadata/174150.json b/datasets/metadata/174150.json new file mode 100644 index 0000000000000000000000000000000000000000..4bac2e8d54b766d1dba813a3251656e70328b4c5 --- /dev/null +++ b/datasets/metadata/174150.json @@ -0,0 +1 @@ +{"id": 174150, "index": 3, "name": "EnnaFol_v2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-02T03:57:54.334Z", "availability": "Public", "nsfwLevel": 1, "description": "\"The through version\" of adding a full turnaround of swimsuit and underwear. It's not explicitly better compared to V1.1. It has better consistency than 1.1 but it's not perfect. V1.1 could be better than 2.0. This was uploaded to maintain research notes/ be fully through
Recommended Weight: 0.8 ~ 1
Issues:
More style bleeding compared to V1.1
can still encounter from_behind concept bleeds (Use ((from_behind:2)) or similarly strong emphasis
Doesn't still quite understand the character's anatomy (Try using words like flat_chest or petite to get the proportions correctly; use other words if the character looks too young)
Adds more detail to the simple coat/jacket (Undertrained; However, the original design's coat is really simple, it's not a focus for me)
Other:
Could be improved by messing around with repeats but since V1.1 is already good enough so it's a major concern at the moment
This came before our recent LoRA but after the gambit one. MAY re-train or may do a new one not sure.
", "trainedWords": [], "stats": {"downloadCount": 166, "ratingCount": 9, "rating": 5, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 14833, "sizeKB": 9817.203125, "name": "DuskfallCrewArtStyle_Lora.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-02T22:21:28.643Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E1758DE8", "AutoV2": "2369674A24", "SHA256": "2369674A24F03A10210CEB9D94F73AB8416F9D4113D779DF81553FAE8D0B452C", "CRC32": "B4ABBB0C", "BLAKE3": "44CBAD3D406E13D58BB383EF7FAE256B6B0BD0428FAF96EB9B29007F76C2104C"}, "downloadUrl": "https://civitai.com/api/download/models/17486?type=Training%20Data"}, {"id": 14674, "sizeKB": 147572.3798828125, "name": "DuskfallArt.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-02T09:40:35.764Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "1B09A653", "AutoV2": "5D5C67CD70", "SHA256": "5D5C67CD703A7262A28220524CF51C818C6FF2CF184986B7112BA9C4899A0999", "CRC32": "8C9F94D0", "BLAKE3": "ED68DC771D55484F3FF84C426952FBA38B7578F1866492BAF560725991AD06B2", "AutoV3": "AE47FDA56930"}, "downloadUrl": "https://civitai.com/api/download/models/17486", "primary": true}], "images": [{"id": 438079, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f6df31e-9e00-4c09-2660-58fe5301aa00/width=450/438079.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U6JO-_KID40#001f-pK400w|T}$%3fXS57;1", "type": "image"}, {"id": 438076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d13bd57-583b-4c3f-09a6-488a1658c300/width=450/438076.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCF}r|=_01~U040fIWNH9ts.^jt5?ExZ$%Ip", "type": "image"}, {"id": 178098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/834f5035-bea8-4f23-5916-84b582e45000/width=450/178098.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UCD0S.-=KytR004o9FWX_M-;^lWB00M_%3ob", "type": "image"}, {"id": 178108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad5807cb-b3cb-434b-7b51-ec352b578600/width=450/178108.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9BW9[%100-:0MR6Mza{Il%1~CNG01NH-;NG", "type": "image"}, {"id": 178107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19972778-a57d-497a-e05e-0bb9920aa100/width=450/178107.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U59G?iwM00IU~Aa08|NH0KkS~CkV00ov~W%L", "type": "image"}, {"id": 178106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7c725b0-d256-4fe2-ed9a-cbfc7225c300/width=450/178106.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9BzF5t700WV9pe?wvbFK%WF?HV[00WX~Vs:", "type": "image"}, {"id": 178105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/053ad914-8701-4626-e40d-cad91131af00/width=450/178105.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULBD+RtQ5RIXueIpx[%3yns;s:IWJPRkxat6", "type": "image"}, {"id": 178104, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe2e4e13-23e4-43cd-c784-8c1813748900/width=450/178104.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFD96i_LN%tRQ+5556Iokp-=-.t8M|i}s:WY", "type": "image"}, {"id": 178103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85806be7-a3b6-4c30-95a8-46ee86872200/width=450/178103.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UFAJ}#$NX*R**Gn%KgbZxsXS%1t6IqS~n,s.", "type": "image"}, {"id": 178102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0d8de7c-e474-4fc7-8947-48fe97d44600/width=450/178102.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKECLat*N3Nf~EKPIws;VZAIxDs:X3x[$yj=", "type": "image"}, {"id": 178101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee86a64e-e19d-4fba-f8bd-d5682b0cf200/width=450/178101.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UDBWk^%fIURQ~6VstMs*I.i_$ks9GHg4M$IW", "type": "image"}, {"id": 178100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/228a42b6-c9a5-473c-00ac-e9499d86ed00/width=450/178100.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UDBWk^%fIURQ~6VstMs*I.i_$ks9GHg4M$IW", "type": "image"}, {"id": 178099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bddbac2-9991-4b69-cbfb-3fd1700a3c00/width=450/178099.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7Aw9L8y?WE5|4P7U}cD02x?M+V_9]-T=]Rk", "type": "image"}, {"id": 438077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f97eed46-e34a-4fc7-df31-9c7766c66c00/width=450/438077.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDF$VW0|@yw}0ws~0Oxb0JJB?8M{u+R*}=t6", "type": "image"}, {"id": 438078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f08b865-68c9-41aa-3f7e-7876b9191500/width=450/438078.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTKm*W4=-mt7^-xuxH%1M#s,M{Rln5oebINH", "type": "image"}, {"id": 438075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36f4a8f8-4be7-4286-cf52-a9cedab3e600/width=450/438075.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U6JO-_KID40#001f-pK400w|T}$%3fXS57;1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/17486", "modelId": 14846} \ No newline at end of file diff --git a/datasets/metadata/175422.json b/datasets/metadata/175422.json new file mode 100644 index 0000000000000000000000000000000000000000..231289fdd7e481385fc74ea037ac52a65e76b6ba --- /dev/null +++ b/datasets/metadata/175422.json @@ -0,0 +1 @@ +{"id": 175422, "index": 2, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-03T22:48:53.446Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["juicewrld"], "stats": {"downloadCount": 53, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 133929, "sizeKB": 80754.3447265625, "name": "juicewrld.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-03T22:40:56.297Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3F6443E4", "AutoV2": "7058BE43EE", "SHA256": "7058BE43EEB06899956F4A8827A2412E617AA11372574D2B1AB43064A83AB624", "CRC32": "167EB8C7", "BLAKE3": "79B18115DE4C592E4F641D3166A953F6EB06DDA4E83A0B8BF90198C7F3E578B0", "AutoV3": "FE7A35B42EE3"}, "downloadUrl": "https://civitai.com/api/download/models/175422", "primary": true}, {"id": 133933, "sizeKB": 15139.931640625, "name": "juicewrld.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-03T22:52:26.596Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "85F71A21", "AutoV2": "D268B79A87", "SHA256": "D268B79A87E57958CA0E2525E985D73ADB444C2C74E16600D4DC7FD8D218DB5A", "CRC32": "CFA96B06", "BLAKE3": "4A78A188CBA44FB5923ECE5A10F3D2AFDDBB58217AD18C33F312C719FE7DB7C8"}, "downloadUrl": "https://civitai.com/api/download/models/175422?type=Training%20Data"}], "images": [{"id": 2784011, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd9e1e5b-d054-4068-a336-11b1afef9dd1/width=450/2784011.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "ULF~5R%#G^MxROo}RjRjIokCnhsoE*V?=|S4", "type": "image"}, {"id": 2784024, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b281805e-dab1-49b7-a228-397d696f0b8a/width=450/2784024.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGJa7pv#*0t,3BE1yr#.v%w0v1cEGat,%zIA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/175422", "modelId": 156298} \ No newline at end of file diff --git a/datasets/metadata/175487.json b/datasets/metadata/175487.json new file mode 100644 index 0000000000000000000000000000000000000000..2c940b697e9ae8ac78957400dd8029d5d142135f --- /dev/null +++ b/datasets/metadata/175487.json @@ -0,0 +1 @@ +{"id": 175487, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-04T00:26:53.062Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 445, "ratingCount": 85, "rating": 5, "thumbsUpCount": 107, "thumbsDownCount": 0}, "files": [{"id": 133976, "sizeKB": 22251.74609375, "name": "Ruopin_ERO404-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-05T00:35:52.773Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5741AC10", "AutoV2": "02013F5125", "SHA256": "02013F5125BD65DF462C580A8671E733EC5707C805716AD46741F3A3F308CC2E", "CRC32": "E19A49E6", "BLAKE3": "A18AAA30395C5DEDA5C4969E7D2CEAF067D3E4CBC23111892F43C2BFBFE2B4D7", "AutoV3": "ECD71B92E4DE"}, "downloadUrl": "https://civitai.com/api/download/models/175487", "primary": true}, {"id": 133977, "sizeKB": 48004.0029296875, "name": "Ruopin_ERO404.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-04T00:30:52.475Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3DC332B1", "AutoV2": "1A0B879CB9", "SHA256": "1A0B879CB917E7918D4ACF68655D6552F8EF2682DC4F93FE7B823997EBA5113B", "CRC32": "3ED82202", "BLAKE3": "E8895ED243B35011AFE02A8318A5EF195C3D43C3C183464553761A2A0D303FD7"}, "downloadUrl": "https://civitai.com/api/download/models/175487?type=Training%20Data"}], "images": [{"id": 2784953, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36655979-3533-4028-9332-7ed9a62cab0d/width=450/2784953.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UbKwLYxu.Rs:~qkC?bs:I:WB%2WB=|oKRQRj", "type": "image"}, {"id": 2784991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c894854-e9e3-4cbf-85d6-d07c44ad7d81/width=450/2784991.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWKAWy9G.Sxu_NDi-;f+KPxG-W-p-pNuae-;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/175487", "modelId": 156349} \ No newline at end of file diff --git a/datasets/metadata/17553.json b/datasets/metadata/17553.json new file mode 100644 index 0000000000000000000000000000000000000000..348aa288f621fd15ece0a328d94a305079ad4b0e --- /dev/null +++ b/datasets/metadata/17553.json @@ -0,0 +1 @@ +{"id": 17553, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-02T13:56:29.816Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["kido_saori", "purple_hair", "blue_eyes", "white_dress", "jewelry", "staff"], "stats": {"downloadCount": 1061, "ratingCount": 177, "rating": 4.99, "thumbsUpCount": 178, "thumbsDownCount": 0}, "files": [{"id": 14733, "sizeKB": 102731.361328125, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-02T14:01:27.974Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A59F3B1F", "AutoV2": "8760E76DCA", "SHA256": "8760E76DCA035D85151B115782D295131E6E58E775439AAD030EDA6152D61E08", "CRC32": "BFC64DC1", "BLAKE3": "5CCC76E92E48E287985F79CAA5BCBF00CCEB7BB9106DAAADF60CF74D294FE8CB"}, "downloadUrl": "https://civitai.com/api/download/models/17553?type=Training%20Data"}, {"id": 14732, "sizeKB": 36988.4501953125, "name": "Kido_Saori.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-02T14:01:20.921Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "8AAA5F71", "AutoV2": "29997BBD44", "SHA256": "29997BBD4444D87366867548400788B7204C8C645D24C7B32F27C92E11866926", "CRC32": "71AD2C0D", "BLAKE3": "24D07A93DCAE6DCAC16FAFB9405DF89E89617CCBD585ED648EF7D43038AD10F1", "AutoV3": "E55E1500628D"}, "downloadUrl": "https://civitai.com/api/download/models/17553", "primary": true}], "images": [{"id": 179101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3ce6a94-5aff-4e58-5467-dc080fce6800/width=450/179101.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UIIh?Z0001I..lDk^%F_%~D*R4%eH@Fw$kjE", "type": "image"}, {"id": 179103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6de55ef-e695-435a-81ad-d75f4aa40400/width=450/179103.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UGI4uB0000~q4mW?y8ICgiD%%cxv9EovxbNG", "type": "image"}, {"id": 179108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f2b4b4b-9333-44fa-666f-dca7e84a0400/width=450/179108.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UJLDff0KOl4o}tD%yoj1D+IoWSa$R;%MacM{", "type": "image"}, {"id": 179107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e07bdb8f-d8ab-480f-3976-7dbf85be8300/width=450/179107.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UVH-o$0JD$~W8_.6tQrxS6Rjt5s=M{xvNHM{", "type": "image"}, {"id": 179106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a26ac6b-1df5-4130-80cd-54df7b514b00/width=450/179106.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UcN9^W?ag2Di~pkB%eIUo}axR%Rn%3t8aKt7", "type": "image"}, {"id": 179105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eeaf2a3e-9ae4-4ff9-25bc-608cf03f9000/width=450/179105.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UDIXE%ta00~X00otyO$9?d?bosssH?VuXBD*", "type": "image"}, {"id": 179104, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cd897f6-2a32-4bad-bb3d-1a35566d4500/width=450/179104.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UNIO#2nL01TdP.?G%eTH.mR6Vq%LRNxsn4e,", "type": "image"}, {"id": 179111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfda407a-7ed9-47f5-6f5d-9eab7ff42500/width=450/179111.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UCJHONv}00rpS~=@.iR3K*McpTbw4m#8%fM}", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/17553", "modelId": 14899} \ No newline at end of file diff --git a/datasets/metadata/175838.json b/datasets/metadata/175838.json new file mode 100644 index 0000000000000000000000000000000000000000..3e597f1c6edd83ba3cfde67b7bcc38e685ee65cf --- /dev/null +++ b/datasets/metadata/175838.json @@ -0,0 +1 @@ +{"id": 175838, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-04T14:41:56.852Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 413, "ratingCount": 55, "rating": 5, "thumbsUpCount": 64, "thumbsDownCount": 0}, "files": [{"id": 134276, "sizeKB": 22244.75390625, "name": "shiramine_sumika_EroAppli-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-04T14:45:53.166Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E646F504", "AutoV2": "E13BD65289", "SHA256": "E13BD65289B886B5D133A038DBB24FDD8B828A49251B0FC70234E698FC9D9433", "CRC32": "74600D47", "BLAKE3": "E407534952C1299D314F8C927601DEF363F20A824F10916565CCDDF46D5A6F7B", "AutoV3": "2E2DAEBD4007"}, "downloadUrl": "https://civitai.com/api/download/models/175838", "primary": true}, {"id": 134277, "sizeKB": 41695.8955078125, "name": "shiramine_sumika_EroAppli.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-04T14:45:51.592Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2F3AF7AF", "AutoV2": "9596B21D3B", "SHA256": "9596B21D3B3220378599958FB7BC2FF3BDEE74271AD9E9B2531CCD7092EFC1EB", "CRC32": "2DCAEF8C", "BLAKE3": "728CE49770CB34E667834430FD4E58B0066F39577F6BA408295E95E301F274B9"}, "downloadUrl": "https://civitai.com/api/download/models/175838?type=Training%20Data"}], "images": [{"id": 2792224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0a5cc4d-5612-4d27-aaa7-f3dec9eee550/width=450/2792224.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZNm4z~q9|-;xr-;bwoM?bj[IBWBS5R*-pae", "type": "image"}, {"id": 2792274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7da16e6c-f545-4928-aae5-8f02073f5398/width=450/2792274.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "USP6Hu?u%#-:%fozTLogELNbnPt7_NWCIUbH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/175838", "modelId": 156651} \ No newline at end of file diff --git a/datasets/metadata/176050.json b/datasets/metadata/176050.json new file mode 100644 index 0000000000000000000000000000000000000000..8973b1c3e06e705eadf109e99abb5c66a179eeae --- /dev/null +++ b/datasets/metadata/176050.json @@ -0,0 +1 @@ +{"id": 176050, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-04T22:03:36.848Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["natsume", "harutora", "summer-dress", "onmyouji-outfit", "academy-uniform", "crossdress-hairstyle"], "stats": {"downloadCount": 367, "ratingCount": 69, "rating": 5, "thumbsUpCount": 80, "thumbsDownCount": 0}, "files": [{"id": 134467, "sizeKB": 18633.537109375, "name": "TokyoRavens-000015.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-04T22:05:44.006Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5402F29A", "AutoV2": "C0246B673A", "SHA256": "C0246B673A0803A4EAF0E779764EBBEC33CE209AC488E9D17F4BB2DE1E661C47", "CRC32": "E7F6984A", "BLAKE3": "6BECA5B71DC27770840CB816AADDD3A8C117D0257234E092655A11A365D0760E", "AutoV3": "E1C48F4A819E"}, "downloadUrl": "https://civitai.com/api/download/models/176050", "primary": true}, {"id": 134468, "sizeKB": 214859.873046875, "name": "TokyoRavens.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-04T22:05:51.091Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F3D557BD", "AutoV2": "B034B3B40D", "SHA256": "B034B3B40D41BC3486CCDCDE0BE57BB22FC9AB766AFF322B9D79CA446776F758", "CRC32": "47E59108", "BLAKE3": "2497806AD150FEA92E8591BAB36234F78F1DA737E1F881DE1CE60796B8755304"}, "downloadUrl": "https://civitai.com/api/download/models/176050?type=Training%20Data"}], "images": [{"id": 2797274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83757169-5d0a-456e-ae48-a9fefab4ad10/width=450/2797274.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNK0c:-pNtxu?b?GNK%2%Mo#?akW~VNxtRxa", "type": "image"}, {"id": 2797275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8a6e52c-acdb-405c-a951-977d261b373f/width=450/2797275.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNJ*I*~pEk01F2IVSzocXRWA%Lax-:RjIVRj", "type": "image"}, {"id": 2797276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c5f401c-f0e3-44a2-85b5-e2350c25d4a5/width=450/2797276.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPFYQ0bI~XIU4:IU9ZWCR$slobV@RjWBoekB", "type": "image"}, {"id": 2797277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04e47464-9632-4b9e-94bb-4a5c1f5bc8a7/width=450/2797277.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEE2,,9aEK~DtjspM{IpXM%2%34.%Lf9M~M{", "type": "image"}, {"id": 2797278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c65fd3d9-ab8f-4bfe-a0a1-1193ffdfc315/width=450/2797278.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UQKB8l8^.l~B1lnMOsIBxvI:w[Ipt8M{aJjb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/176050", "modelId": 156826} \ No newline at end of file diff --git a/datasets/metadata/176062.json b/datasets/metadata/176062.json new file mode 100644 index 0000000000000000000000000000000000000000..1ecd13b18cfb111cc5d25d0ba0df76c5852bd2ba --- /dev/null +++ b/datasets/metadata/176062.json @@ -0,0 +1 @@ +{"id": 176062, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-04T22:30:03.727Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["uka", "shrine-outfit", "touka"], "stats": {"downloadCount": 319, "ratingCount": 52, "rating": 5, "thumbsUpCount": 58, "thumbsDownCount": 0}, "files": [{"id": 134480, "sizeKB": 18631.6533203125, "name": "inari-000015.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-04T22:30:41.062Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DF89F461", "AutoV2": "0BD96021F4", "SHA256": "0BD96021F421F16117B446564851F8CA9EA0BB17D182ABDE07A45E2AD37B3253", "CRC32": "7500BF2C", "BLAKE3": "A1D6682559E8EF2018E3137F2F129DD41C7749901F8D7A5636D364CA71455996", "AutoV3": "577EC38AB0AB"}, "downloadUrl": "https://civitai.com/api/download/models/176062", "primary": true}, {"id": 134481, "sizeKB": 301584.2060546875, "name": "inari-konkon.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-04T22:30:52.097Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "51208860", "AutoV2": "6C01262ED8", "SHA256": "6C01262ED8E1D12E48AC238EEFAC8B1E440166F69D9513C074722368436113DD", "CRC32": "B0CE7262", "BLAKE3": "AE89223F5762A390D8DCFFA83A2A5970CD86D75DE99F4CF14FB9713C63CD2E3D"}, "downloadUrl": "https://civitai.com/api/download/models/176062?type=Training%20Data"}], "images": [{"id": 2797536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c34675a-3dcf-4894-b14a-50e470d2b14c/width=450/2797536.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UALW3F0z2u8c?^cG*y%L4V^ljfz;DiIADj9u", "type": "image"}, {"id": 2797541, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce076d73-b772-4e15-92ef-ed04d6d3bb18/width=450/2797541.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPKwOhx]0e_3?]%#RjnNx^xvsDM|%hxuiw%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/176062", "modelId": 156834} \ No newline at end of file diff --git a/datasets/metadata/176324.json b/datasets/metadata/176324.json new file mode 100644 index 0000000000000000000000000000000000000000..a7a03fec0d01de45721907728502452d88ff0358 --- /dev/null +++ b/datasets/metadata/176324.json @@ -0,0 +1 @@ +{"id": 176324, "index": 0, "name": "v3.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-05T11:15:42.566Z", "availability": "Public", "nsfwLevel": 15, "description": "Trained on more than 80 images. Since the booru's don't have proper characters in the category the additionally added images were real, with some favorites of the personally generated images.
", "trainedWords": ["flat cap"], "stats": {"downloadCount": 383, "ratingCount": 34, "rating": 5, "thumbsUpCount": 49, "thumbsDownCount": 0}, "files": [{"id": 134705, "sizeKB": 36984.2578125, "name": "flatcap3-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-05T08:35:48.777Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0B2862F8", "AutoV2": "57AD190976", "SHA256": "57AD190976D1D884E61BB167B876DA0CFC1B7CC901AB7863ADF95F2CE92BB2D1", "CRC32": "E64D5A92", "BLAKE3": "E0BE69B1213A918152B99C8368759D4C4E0059376304A35C44D00C345B0EE697", "AutoV3": "B679B5ED8BE2"}, "downloadUrl": "https://civitai.com/api/download/models/176324", "primary": true}, {"id": 147673, "sizeKB": 51975.5419921875, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-21T20:21:14.920Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DB2089A7", "AutoV2": "FBA47B3F19", "SHA256": "FBA47B3F19C16EAB3344D1DA07D378F2AEDA92D4A6A5AE16AE9BAD6E4C28661A", "CRC32": "181A3D5A", "BLAKE3": "2BF9B1F0BEF0007C10ED12D498D700136D6968C54746E1189FE96C3C3B6BE1C6"}, "downloadUrl": "https://civitai.com/api/download/models/176324?type=Training%20Data"}], "images": [{"id": 2802105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/950d5265-99db-46fd-b97d-8251db1ec382/width=450/2802105.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIJ@^2~V?b^+Q-_2-;Io.SM{=|IU%MD%%2xt", "type": "image"}, {"id": 2802107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eeccaf5e-b438-48ef-bb74-98a6dfec9ee6/width=450/2802107.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGHK;E^+0KIo~VxaoIR*00E1-p%L00s;^*Io", "type": "image"}, {"id": 2802147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58f1ce4f-3862-4c4c-a274-7433cb489182/width=450/2802147.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USI}#L%Mt6R*_4R*Sif+T0t7-;t7.9s:s:s-", "type": "image"}, {"id": 2802112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95de3f52-9659-4605-bc1a-d75f75e74a19/width=450/2802112.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URIOY0?b~qxu?b-;D%R*%M%MbHt7MxWBxvjZ", "type": "image"}, {"id": 2802723, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54842b4a-e5dc-4eda-8b7b-232c72d6f77a/width=450/2802723.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYI}Fq4oav%1~VM{xts:Mxt6%MaeR%s:xuR*", "type": "image"}, {"id": 2802724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d40fcfbc-4973-49c6-80cf-7533770c6aa3/width=450/2802724.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHGk^3E100%fDNoz%gM{00WB~WWWxta}V[WB", "type": "image"}, {"id": 2804185, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6784f1f-68e1-4ae3-89b2-c6f40b5aa131/width=450/2804185.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGJHad~WD~0KEMRj9Fj?E1M{X9?HNHR-RjIo", "type": "image"}, {"id": 2804186, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b825ae2-a736-42de-aaa5-21196571b320/width=450/2804186.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U6HxW,000000My0K-:xH000z.9?I00jJ}[E1", "type": "image"}, {"id": 2802152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b39776b-4836-4c5d-aab6-59d2d265ef73/width=450/2802152.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UUH2J.-:9YWA~ot8M|t5?b%MRjWBs?xubXIo", "type": "image"}, {"id": 2802153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80208cad-df31-45af-9a43-dd998be71465/width=450/2802153.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULHed$^*4mou4nWUozadjXf*-pxa_MxuMxoc", "type": "image"}, {"id": 2802203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34d6f8cc-8cb0-475c-8b6e-53d0cf5c4f87/width=450/2802203.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDE{FR?Fm%-;~V^*bXxZI9-pkrM{9aNHxvIo", "type": "image"}, {"id": 2802202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/150e54b5-7b6c-4a09-b0ef-5183d45b6842/width=450/2802202.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBC?TDIo4TS5~BNGNZR,rVoe%Ms;r=WW-:Rj", "type": "image"}, {"id": 2802364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1481ca1d-c3cd-46ac-b630-beab539f5345/width=450/2802364.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UIJj_3.80e~WW?j]Iof8IU^+?HR%4.4owKNG", "type": "image"}, {"id": 2802365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44db8973-02b6-4a7b-ac53-ea4c4012654e/width=450/2802365.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDJ*F:Di00RO-:9FtkD*~qt6s+IU5Sxviw9F", "type": "image"}, {"id": 2802926, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24685666-451a-4eee-8a9d-8ef196debffd/width=450/2802926.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UBHxZ{_2004:00RP~WS$NfWVt9ogbdRkM|t6", "type": "image"}, {"id": 2802961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3368efa6-8589-4444-9c01-51116d69b878/width=450/2802961.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U9JavLaI00Di00V?~qt69#Ioxvxu^loz-:M{", "type": "image"}, {"id": 2803467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/842a0d97-5e23-49d0-8b18-8030c5c021cc/width=450/2803467.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UmG98KxttPof%%ogkEfk?ct6ozoekrWBs:j@", "type": "image"}, {"id": 2803468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/439ee102-82c4-4c9f-a389-28cc3eea74ef/width=450/2803468.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAFi71~gxiou?Wx]X3?H9IIeWIR:oz~Us-t6", "type": "image"}, {"id": 2804169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4dd97bd-8253-4943-86d3-c86da237aeb6/width=450/2804169.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UKLXS#u6F|=E1mtTR-$d%NM{Z~%1S%NI-pW.", "type": "image"}, {"id": 2804158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9874746c-52b1-4609-9e4b-3b0cb1cb148a/width=450/2804158.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJLg@W-pBW-T23bHI=Ri_4bbsTax%$tR?b%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/176324", "modelId": 155369} \ No newline at end of file diff --git a/datasets/metadata/176859.json b/datasets/metadata/176859.json new file mode 100644 index 0000000000000000000000000000000000000000..ecc27145af069664adcde14401e021526b236889 --- /dev/null +++ b/datasets/metadata/176859.json @@ -0,0 +1 @@ +{"id": 176859, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-06T13:18:52.007Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["SMRCMizunoAmi", "ClassicSMRC_Blue_skirt_White_gloves_Blue_boots_Blue_choker_Blue_bowtie_Blue_back_bow_Circlet_Blue_brooch", "SperSMRC_Blue_skirt_White_gloves_Blue_boots_Blue_star_choker_blue_bowtie_Blue_back_bow_Circlet_Heart_brooch_See-through_sleeves", "school_uniform_blue_serafuku_blue_back_bow_red_bowtie"], "stats": {"downloadCount": 718, "ratingCount": 100, "rating": 5, "thumbsUpCount": 133, "thumbsDownCount": 0}, "files": [{"id": 135149, "sizeKB": 54207.8271484375, "name": "data67Ami.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-06T04:30:45.816Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EF508CF9", "AutoV2": "66DB39152B", "SHA256": "66DB39152B43252EF6AEA60D928343BCBA8E93E2BDBA549669B6BF225EF6A1A8", "CRC32": "A5E2FF8B", "BLAKE3": "F48E1FFFC1BD2CADF1FDB0D69F715A6094B3790F4F1D79F6EEA66BFA2F290B76"}, "downloadUrl": "https://civitai.com/api/download/models/176859?type=Training%20Data"}, {"id": 135148, "sizeKB": 37012.439453125, "name": "mizuno_amiV4.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-06T04:30:39.932Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "45D9D0DB", "AutoV2": "A4BB33C654", "SHA256": "A4BB33C6548A09FF2F74CB76A0E58EBD23DE055332C15E2E2155AF688FCB81B7", "CRC32": "BA546D6F", "BLAKE3": "AFF41FD5ECAA2F176F993FFBA5440B884E21B05B6F5121B0DEC51568C78967A7", "AutoV3": "5890625DF33B"}, "downloadUrl": "https://civitai.com/api/download/models/176859", "primary": true}], "images": [{"id": 2819543, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc695ba2-ffb2-4bbb-9c60-88456e338c4f/width=450/2819543.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UKK,H[PV8wrE:iOX}@,:HXRjPBr?MhbHjFRP", "type": "image"}, {"id": 2815223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e430f020-4732-4633-9534-8808e04a838a/width=450/2815223.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UBI}0R00$@rUxlMct9=}Dgxv$+w^0.Iq}lE1", "type": "image"}, {"id": 2816086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04dc405e-c1ab-428a-9bcc-d3b1a20c40d2/width=450/2816086.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UMI#r|~q4-smtl%MxHt74mRjx]oeMeV[o~of", "type": "image"}, {"id": 2815222, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44898158-9034-4bba-9e3e-1c2ebb86624d/width=450/2815222.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UIJ8CspKyW?v-MNyOt-p00S*-6Vr_4xY%LNf", "type": "image"}, {"id": 2816088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/520f3df4-0001-4baa-baa1-1c3ca546b9a9/width=450/2816088.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UQJ@5}-W0MOG^mkD}]w]tTt7^jWC%LR*oHxZ", "type": "image"}, {"id": 2816138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d8cfa56-3157-4565-b0a0-bac7fc50f73e/width=450/2816138.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UEK^570000%et.I.$j=wDixYt9xt01t6~CxG", "type": "image"}, {"id": 2816097, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53a8e360-28fb-4413-ae63-d23dc25c656e/width=450/2816097.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UuKv,qxu}pwv$foLRQRkxWs.WrWWn4afr=ax", "type": "image"}, {"id": 2816094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4de163b-e5a8-485b-b5cb-d2ce74981558/width=450/2816094.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UBH35s?w0HJY9[JD$k-400r;%ONf4VWDt,xW", "type": "image"}, {"id": 2816089, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7147eebf-37b0-4a71-a5da-508471b34fd4/width=450/2816089.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UIKB8#~X8^i_cXS#-V%2zT-nX.Io04R:%Lxt", "type": "image"}, {"id": 2816087, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/559469a2-bdc9-495e-9358-6eb0ba8359ba/width=450/2816087.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UHJa4z%h00z;U]X9~B#mQ8IoPCw|IEjEoIVt", "type": "image"}, {"id": 2816090, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/136d1020-090f-4bf4-a2f0-1d30af686869/width=450/2816090.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UDI=GoEN00o#F^Sw~Ws;HXDiKkNZ0UE1-nRP", "type": "image"}, {"id": 2816092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/084ef79b-7141-4da6-9d4f-a964f430c7c3/width=450/2816092.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UHJII$?w14IWYPOu-p$d:~^jt-M{0PoO%KxW", "type": "image"}, {"id": 2816093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7be841ac-0f53-471b-92cf-91f45f685951/width=450/2816093.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UQIq[*?wsQxvoF%M%h-;0KoLX9n#%2kC-Vof", "type": "image"}, {"id": 2816095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/409e22ca-eac0-47ec-8131-9937b0714d7a/width=450/2816095.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UVI;;y_4XO-oyDtRx^bwt5jYNKRkI[oK={-n", "type": "image"}, {"id": 2816096, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e49f9b04-5043-4fdb-8729-6aee4eb2dfc7/width=450/2816096.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UMI4VL$%H;s;}[xY=|WG-nt8sqIn?FIpof={", "type": "image"}, {"id": 2816098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ea0dc50-5a02-409b-a3bd-5d5d312bdba5/width=450/2816098.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UEMPk34:2^~WnL^jT0WY4.bbtR%L05EL=wV]", "type": "image"}, {"id": 2816099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a26cd51-1ab4-4672-94e5-c6eca1b1da5d/width=450/2816099.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UJLXDN?w0K-Vs*x]%hadxB-o%hs80*%L?FNG", "type": "image"}, {"id": 2816100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c57ac69e-f082-4b37-8612-f7239b4c57f2/width=450/2816100.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UPMsZ;_4^,-Cvew0-CV[0NsCxHfgT2NG=tN^", "type": "image"}, {"id": 2816102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5001fc0a-f6e0-4c53-913f-4f3d7bf305c5/width=450/2816102.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UKIN:s~V9rXo~VOY?b-o}:bHSjWAA0In^i-p", "type": "image"}, {"id": 2816101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9718aeb0-97ea-4fa1-b25e-518f6ea4f60c/width=450/2816101.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UTM6lF}u+*=1%4v#-CaeE1R-krkV4:r=^PWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/176859", "modelId": 157468} \ No newline at end of file diff --git a/datasets/metadata/177019.json b/datasets/metadata/177019.json new file mode 100644 index 0000000000000000000000000000000000000000..56f58b3dd89a3f7f2c274fa0d7a5e40b29aff9d7 --- /dev/null +++ b/datasets/metadata/177019.json @@ -0,0 +1 @@ +{"id": 177019, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-06T12:07:37.792Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 542, "ratingCount": 74, "rating": 5, "thumbsUpCount": 99, "thumbsDownCount": 0}, "files": [{"id": 135284, "sizeKB": 39897.021484375, "name": "Seria_Urutsuki_buildmetaverse.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-06T12:10:41.191Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3910486D", "AutoV2": "3F21F57CCC", "SHA256": "3F21F57CCCAA46D7ECC364AF7C74B16755399C172FB31BD04E3120317A675863", "CRC32": "26E2EFEB", "BLAKE3": "AECEE9C2037D97422ECCF49214A82B78C88941901D55DE3DAC4E71B9FA65E7E1"}, "downloadUrl": "https://civitai.com/api/download/models/177019?type=Training%20Data"}, {"id": 135283, "sizeKB": 22260.46484375, "name": "Seria_Urutsuki_buildmetaverse-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-06T12:10:41.503Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F20BFBC4", "AutoV2": "8FC8B3C9BF", "SHA256": "8FC8B3C9BF1778F58317208759EFAE45CAC878171E3A79EF8E5A9C0FCF639C82", "CRC32": "992462B2", "BLAKE3": "E264E6329683F578600B59095F2AD74F6A6C1C0116C274D37CC45F96249089CA", "AutoV3": "A27FD4751A64"}, "downloadUrl": "https://civitai.com/api/download/models/177019", "primary": true}], "images": [{"id": 2818722, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0c77168-7dd6-498b-9469-ac2e56579eb8/width=450/2818722.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UUN,b@4nEjD%OF9GRjIUNxWBs9t7~Wofs.s:", "type": "image"}, {"id": 2818770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ffcc2c8-34b3-4e9f-9c23-e1ea48b784e2/width=450/2818770.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USL4mS%gJB?c?H~qbw%MEM%2i^M{M{D*xZxt", "type": "image"}, {"id": 2819008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/804d2282-6e17-4618-9400-1679c46941da/width=450/2819008.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXOf=W-;?^%M_2t6spfk-=RPa_RkXTWBxaoJ", "type": "image"}, {"id": 2819063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af4c21ba-d3f6-4a7f-bfde-18461f34330f/width=450/2819063.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJLNok~qX-oe-:xuE1M_0Koz4TM|-qNb9YRj", "type": "image"}, {"id": 2818714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23cf83a5-8d4b-4717-9eef-1240ca267382/width=450/2818714.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UUN,b@4nEjD%OF9GRjIUNxWBs9t7~Wofs.s:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/177019", "modelId": 157591} \ No newline at end of file diff --git a/datasets/metadata/177305.json b/datasets/metadata/177305.json new file mode 100644 index 0000000000000000000000000000000000000000..4489d9a0716736732176077946deb0b80eddf75c --- /dev/null +++ b/datasets/metadata/177305.json @@ -0,0 +1 @@ +{"id": 177305, "index": 0, "name": "Creepy Nightmare SD1.5 version", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-07T05:04:39.842Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["DonMCr33pyN1ghtm4r3 "], "stats": {"downloadCount": 397, "ratingCount": 38, "rating": 5, "thumbsUpCount": 58, "thumbsDownCount": 0}, "files": [{"id": 135523, "sizeKB": 24543.6357421875, "name": "177305_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-06T20:45:59.415Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B5057D4C", "AutoV2": "352356248B", "SHA256": "352356248BCEE8ADB0A39D532C2C8A5399D016FFB680796176B0FC63741D9D42", "CRC32": "B14B70F8", "BLAKE3": "D046D06BFA61FBDA94AA8775AE79ECDF54F20B2330A9A926AC6665D5E965AFB4"}, "downloadUrl": "https://civitai.com/api/download/models/177305?type=Training%20Data"}, {"id": 135743, "sizeKB": 36979.4609375, "name": "Creepy_Nightmare_SD1.5_version-000014.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-07T04:55:37.685Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A934518A", "AutoV2": "E7F255FC54", "SHA256": "E7F255FC5479CBF68C7A0B6276EA604C314AE59BDC4F723179C741A1F6FE6012", "CRC32": "EE0E02E3", "BLAKE3": "C78F7E21FCB5C9DBAA0D5BC84AB294BAE224483CE2EC9CD7383ECDE84BEB1E94", "AutoV3": "10FC9A1E4A0B"}, "downloadUrl": "https://civitai.com/api/download/models/177305", "primary": true}], "images": [{"id": 2829674, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/274a4fb2-5d7c-4f2d-9090-4a506ec823a4/width=450/2829674.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U89kHLxt00M|9Gay%zof00V[%et6_Mj[DPWB", "type": "image"}, {"id": 2829680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df4d126f-f995-4ccf-8d85-0e02e4fc9a95/width=450/2829680.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U36IKO$~00OZ7yTIR6VZL#e=yBV@Q:MKo|.k", "type": "image"}, {"id": 2829678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a98f8bc-08d9-401d-a6fc-6db361e5458c/width=450/2829678.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "UBAm@%_Mtmjapcx[-:xu01M|RPaxibIU8{IV", "type": "image"}, {"id": 2829676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4aa3aef8-4960-4664-b7fe-5377d2ea7b89/width=450/2829676.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U96[v??]jFIB%#tlaeV@DjRkozx[D5Myx[x[", "type": "image"}, {"id": 2829677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97e42cd9-534e-48e2-a277-34cadf8ec10f/width=450/2829677.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U87.K#?]WEtl.Sxt%g%zMeIAMeyCS5DjDPx]", "type": "image"}, {"id": 2829675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91a47544-6f5d-4ba6-9e98-011293d08eef/width=450/2829675.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "UA8}3..T%M%1D*s,flS4009FM{M|RPIURQoe", "type": "image"}, {"id": 2829679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aaad6382-64ec-433e-b694-85bdaf08b4d0/width=450/2829679.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U48z}ltSVD_N?bEkxut700IUozoK00w[tl4n", "type": "image"}, {"id": 2829696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7008dbcc-8185-470c-8cf0-c3e8932fec8e/width=450/2829696.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U57B=jIANg%g.mRQMxozDOj@DitRDjtQt6Rk", "type": "image"}, {"id": 2829688, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bac8542a-f6bf-466b-9f95-61dd93dceb4e/width=450/2829688.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "UA9kB5?[9aDkP9%z%eM|xag2Myt7x[o2oMaf", "type": "image"}, {"id": 2829684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9dcfc4dd-a069-4059-9b86-77327cab216f/width=450/2829684.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "UG8X:*?]%#a#%gtltQt6MxWBR5aeRPoIf8WC", "type": "image"}, {"id": 2829683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f024ee3-bd46-4941-bc92-d22d62e0102c/width=450/2829683.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "UB8N^Y?^OjD~TeyDtLW9tMpGWYs=XxkT%4s=", "type": "image"}, {"id": 2829686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/791d470f-72a8-4e8e-a17e-94d957bd662d/width=450/2829686.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "UDAw^co}%L%L.k.6%ftQD+X7jsWB4VM|DkRQ", "type": "image"}, {"id": 2829685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8b5d0e3-69e2-443c-9a0f-96763775d409/width=450/2829685.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U97_p3%~9aR5c[%~-9MdM{yDx]Mx-oV@Osxt", "type": "image"}, {"id": 2829687, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/179edc7e-275b-4e50-b46d-34382b6600fc/width=450/2829687.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "UDCsmiR*00o|Q5WCDj%1v#rrD*Sf9aIp?Gt7", "type": "image"}, {"id": 2829689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2f73531-1ece-47e4-8e58-2ce204fe5272/width=450/2829689.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "UC7CBHMdDO?^ozV@RPt7MdV@jEofoJf*tlof", "type": "image"}, {"id": 2829690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b772706-345e-4d47-8a90-e875ced488fe/width=450/2829690.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U36+CDQT00p^y;xsM|jb00.k?tDQ4qMK?tyD", "type": "image"}, {"id": 2829699, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd316543-82b8-4bdc-a10d-6b4cbf5a92d3/width=450/2829699.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U88hq4mR8w?]*It6MKof4TS#X,t7MKIBS~kq", "type": "image"}, {"id": 2829697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/464cfb91-472b-4cdd-918f-1e8af04f3569/width=450/2829697.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U37Bfjpcb_tluP?]%fkWIA_Mx[RjRQIp%L_2", "type": "image"}, {"id": 2829698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0dc2859f-359d-46c2-a0ed-24043fd793c4/width=450/2829698.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U67V0??[8z8yu3ayR6RQD6RQVsx[Mebbt6jF", "type": "image"}, {"id": 2829709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b308d82-9716-4051-ba1c-2e30eb1887a3/width=450/2829709.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U76I.?XlHstRy;%fH@MeD4kqs.H@MKR6yCtk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/177305", "modelId": 157834} \ No newline at end of file diff --git a/datasets/metadata/177668.json b/datasets/metadata/177668.json new file mode 100644 index 0000000000000000000000000000000000000000..16493f36a712ef7b9aaf71e586e94e3504d96e40 --- /dev/null +++ b/datasets/metadata/177668.json @@ -0,0 +1 @@ +{"id": 177668, "index": 0, "name": "v1.0 230p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-07T09:14:38.143Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 337, "ratingCount": 54, "rating": 5, "thumbsUpCount": 66, "thumbsDownCount": 0}, "files": [{"id": 135840, "sizeKB": 22260.13671875, "name": "Yoon_hee_na_UpAndDown-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-07T09:16:06.194Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C7291C85", "AutoV2": "0D66AFBCC7", "SHA256": "0D66AFBCC747696A09AF43C7AA412E079C41CF8421DE82E45207B1A1CE453E47", "CRC32": "2A7A4858", "BLAKE3": "FF945C18358B6A8B10658107AE3120A4AE295DF67395446A51CC51808CE6D83C", "AutoV3": "C23058CF62A6"}, "downloadUrl": "https://civitai.com/api/download/models/177668", "primary": true}, {"id": 135845, "sizeKB": 50393.685546875, "name": "Yoon_hee_na_UpAndDown.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-07T09:40:43.477Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F6F080B8", "AutoV2": "1D796A04E2", "SHA256": "1D796A04E20148CFAED5F3936F44CEEE60900FAF7023DE53593C4C26B8045AE0", "CRC32": "450AB77A", "BLAKE3": "D9091907152C78D09BB349D8DDD303C929BE33D87DE5DCFD793E925FF9E07971"}, "downloadUrl": "https://civitai.com/api/download/models/177668?type=Training%20Data"}], "images": [{"id": 2832074, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d98e855-63ee-4491-bc22-d7b65f4e6b89/width=450/2832074.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U6M7AV~W2^?v00oI#%ax15D%}FIA00adE-Rj", "type": "image"}, {"id": 2832129, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8caf76f6-ec17-4eef-b9f2-0b90fc7b6d45/width=450/2832129.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOOCv.?H?^W?T{tl_3%MbbRj-;kV-WMxafso", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/177668", "modelId": 158111} \ No newline at end of file diff --git a/datasets/metadata/177982.json b/datasets/metadata/177982.json new file mode 100644 index 0000000000000000000000000000000000000000..1c08664eb79f3b252f20397e0d5ebb4e7deee63b --- /dev/null +++ b/datasets/metadata/177982.json @@ -0,0 +1 @@ +{"id": 177982, "index": 0, "name": "v1.0 230p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-07T20:25:36.055Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 303, "ratingCount": 40, "rating": 5, "thumbsUpCount": 49, "thumbsDownCount": 0}, "files": [{"id": 136114, "sizeKB": 38832.2744140625, "name": "Parstai_Kousa_UrdrHunt.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-07T20:31:48.032Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "26E1C5BC", "AutoV2": "B10538671C", "SHA256": "B10538671C06358F6CC7EEC1470799689C4714365757BB3332D670D8C61DDBCF", "CRC32": "826FAB57", "BLAKE3": "FD3FF8987882D3DC6D131CD2E4E950E7CE45099E5889469AA41D8471F6514E43"}, "downloadUrl": "https://civitai.com/api/download/models/177982?type=Training%20Data"}, {"id": 136113, "sizeKB": 22255.52734375, "name": "Parstai_Kousa_UrdrHunt-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-07T20:25:52.833Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7CC041CE", "AutoV2": "890D59CFBE", "SHA256": "890D59CFBE186509D773FFF2E7E6431A31ABB73FB96BF8D9250CF6A72FDC2106", "CRC32": "B5EF5237", "BLAKE3": "26E4F0DEE39A268A447E62C381556BA1A43176D531F802C2C2550B36C2828065", "AutoV3": "C36C82298CB8"}, "downloadUrl": "https://civitai.com/api/download/models/177982", "primary": true}], "images": [{"id": 2840158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1aa01688-f7c0-4c84-9bf0-3fa84ddb630a/width=450/2840158.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWLqb8t8_Nt7^%oex^j[4=bHMxWB?uj?%Lj[", "type": "image"}, {"id": 2840205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/258fc61f-e46f-48fc-b85f-d46f2f3d08c8/width=450/2840205.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTMGk#00lB4nNeIAt7IV0+Rj$ys;~BtRM{s.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/177982", "modelId": 158358} \ No newline at end of file diff --git a/datasets/metadata/178581.json b/datasets/metadata/178581.json new file mode 100644 index 0000000000000000000000000000000000000000..317188ea79874bd4c7ed82deb58f9840e77aedc4 --- /dev/null +++ b/datasets/metadata/178581.json @@ -0,0 +1 @@ +{"id": 178581, "index": 0, "name": "v3", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-08T18:27:40.030Z", "availability": "Public", "nsfwLevel": 28, "description": "Revisited this LoRa, with my current training settings. I think it looks way better.
", "trainedWords": ["mikyung"], "stats": {"downloadCount": 1653, "ratingCount": 163, "rating": 5, "thumbsUpCount": 274, "thumbsDownCount": 0}, "files": [{"id": 136612, "sizeKB": 36981.328125, "name": "MikyungV3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-08T18:05:36.376Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7C2D45BA", "AutoV2": "EBD4F34021", "SHA256": "EBD4F34021D77B55DFF92D513D0B6D90A4773B2B8712DE067E1D46F4C6FD976F", "CRC32": "5523CF27", "BLAKE3": "5F145DE6EA3E20388F83F3951748D8CFDB13E74D44F466C1B17A76C040BA5B99", "AutoV3": "A6ABCC1E9A46"}, "downloadUrl": "https://civitai.com/api/download/models/178581", "primary": true}, {"id": 230084, "sizeKB": 167596.33203125, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T15:41:23.450Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "29D1827B", "AutoV2": "064EEA9F6D", "SHA256": "064EEA9F6D4E641E852272C0AB70635F20DE54F9F92D4654BFA28298480D5E94", "CRC32": "109D4AD8", "BLAKE3": "B9CD98AB375418313DC1EBFB65BE8750F6AE650C00ABFFCF87D696CB0A6BD7FF"}, "downloadUrl": "https://civitai.com/api/download/models/178581?type=Training%20Data"}], "images": [{"id": 3025849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e618875d-50d9-4496-bb78-79a6d3c5ab8b/width=450/3025849.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1808, "hash": "UEHBJJI:9av|~p9uD*n$00R5-oXmMdxF?bo}", "type": "image"}, {"id": 2855464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14868838-0006-46c6-aac5-1e500cbb6043/width=450/2855464.jpeg", "nsfwLevel": 8, "width": 1120, "height": 1688, "hash": "UMKT*[Nb0fV@%MD%%1ax00RO_2%M~BRkI:tR", "type": "image"}, {"id": 2855463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e10597d9-5774-49ed-973a-f2aa34533483/width=450/2855463.jpeg", "nsfwLevel": 4, "width": 1120, "height": 1688, "hash": "UHHBoQ~W9Dr=tP-o$+bG#j%2x]ogv|xGOtoz", "type": "image"}, {"id": 3025850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88749fa0-5ef5-4408-b21d-8241917c2bc3/width=450/3025850.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1808, "hash": "UBIX8NOn00}?00nj^PXS00%2%NIoH?Nd%g=|", "type": "image"}, {"id": 2855465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b48a1a29-0b8f-4cf2-a0a0-061b4c23d736/width=450/2855465.jpeg", "nsfwLevel": 4, "width": 1120, "height": 1688, "hash": "UJN0SW,:px~WCS=eK6S%0#R%Rn%gD*E1WC-p", "type": "image"}, {"id": 2855795, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/186fcf97-12ac-45fe-b893-d2497217ac43/width=450/2855795.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1624, "hash": "UDJ%tZ~W0LIVELIUM|9a00RP~V-pRQxa$*%2", "type": "image"}, {"id": 2855462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3a4ac7d-56fc-4653-a75f-7c4e40952e2b/width=450/2855462.jpeg", "nsfwLevel": 8, "width": 1120, "height": 1688, "hash": "UTJtk|~V-:x^%MRPRPf+4.jaxu%2^QaegNjZ", "type": "image"}, {"id": 2855539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d4c723e-0de9-4281-adcc-09fdeadcdc27/width=450/2855539.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UML;Kq~W0fr?5YMx%Nnh59xC?bt5MxslM|xt", "type": "image"}, {"id": 2855581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d69955d-eccb-4d37-8856-bb04602d2be3/width=450/2855581.jpeg", "nsfwLevel": 1, "width": 1496, "height": 2256, "hash": "UOKU1g_45rM|Ae?H-=-oNNaJ-:jZo~MwIASh", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/178581", "modelId": 125095} \ No newline at end of file diff --git a/datasets/metadata/179151.json b/datasets/metadata/179151.json new file mode 100644 index 0000000000000000000000000000000000000000..ae101ec8c3ea960cf2ced1b38b2b4b4e52a71f3c --- /dev/null +++ b/datasets/metadata/179151.json @@ -0,0 +1 @@ +{"id": 179151, "index": 0, "name": "Chrome Skin [SDXL]", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-10-09T19:25:15.933Z", "availability": "Public", "nsfwLevel": 9, "description": "SDXL
", "trainedWords": ["chrome skin"], "stats": {"downloadCount": 316, "ratingCount": 27, "rating": 5, "thumbsUpCount": 35, "thumbsDownCount": 0}, "files": [{"id": 137251, "sizeKB": 223100.85546875, "name": "Chrome_Skin_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-09T19:00:41.729Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B4884C88", "AutoV2": "8975758DF4", "SHA256": "8975758DF4F7D31AA7D00AC3DD22B9A1869B5E29834522A1D9E8BAAE2441C5FF", "CRC32": "6A0343DA", "BLAKE3": "B07990F6A46FBE81A907800E06D94061BB87A80534047B26DC7CF7DBF451F7D0", "AutoV3": "26236134031D"}, "downloadUrl": "https://civitai.com/api/download/models/179151", "primary": true}, {"id": 137095, "sizeKB": 48516.248046875, "name": "179151_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-09T14:00:52.152Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C7462E46", "AutoV2": "1DE5DECCC4", "SHA256": "1DE5DECCC4A75A7B659DC0B5415E64F9FDEAEE33D09D00E20CA4192875C73273", "CRC32": "AE2DA3C6", "BLAKE3": "A67E7A35A6BD2091324C43A589BE02179F8BF8B8073A15C6430AFDE997A03A68"}, "downloadUrl": "https://civitai.com/api/download/models/179151?type=Training%20Data"}], "images": [{"id": 2873029, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/339165c1-8f94-4f56-a908-ec32dd9076e2/width=450/2873029.jpeg", "nsfwLevel": 1, "width": 1120, "height": 1440, "hash": "UM9u83.Sxuxv%%t,tmozKRNdOGR+IpM{NKRj", "type": "image"}, {"id": 2873003, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/deb24474-e9c0-45c7-aecc-78600075f777/width=450/2873003.jpeg", "nsfwLevel": 1, "width": 1120, "height": 1440, "hash": "UJM%4r-?~Xw|yEKQTK9t}[H?vMDhyEMdrs%2", "type": "image"}, {"id": 2873071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7edbdf28-bda0-46fb-932a-345fa69e99b9/width=450/2873071.jpeg", "nsfwLevel": 1, "width": 1440, "height": 1440, "hash": "UABhQA00t:iGKlXUXUR5E.aLT1tS%0kXtlRh", "type": "image"}, {"id": 2873002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0307837c-567b-4ccc-860e-6194f070aa95/width=450/2873002.jpeg", "nsfwLevel": 1, "width": 1440, "height": 1440, "hash": "UWM?Vpxv%$RQ?]bGIAaen,aKM|o|%MkDt7s:", "type": "image"}, {"id": 2873025, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0f28b99-56e8-4422-a0d9-ce9bf9759058/width=450/2873025.jpeg", "nsfwLevel": 1, "width": 1120, "height": 1440, "hash": "UNC%]dRP%hMc.TtltSMwKlX9OtRQJBR*XTs;", "type": "image"}, {"id": 2873007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/444a0d50-512f-415f-a310-eb2a5ed90333/width=450/2873007.jpeg", "nsfwLevel": 1, "width": 1120, "height": 1440, "hash": "UBIF6;I]~XxvXo%g0JIU0O-o5XIo0n-pPWo$", "type": "image"}, {"id": 2873078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd085855-f16e-4c7b-8b3e-fe2668ee4895/width=450/2873078.jpeg", "nsfwLevel": 1, "width": 1440, "height": 1440, "hash": "U7Ee_mT{0000TOof5tj;00skuOX9-.WT^+NH", "type": "image"}, {"id": 2873009, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c980e6b6-7dd7-4129-b23e-a23cd5b58de3/width=450/2873009.jpeg", "nsfwLevel": 1, "width": 1120, "height": 1440, "hash": "UeIrsqOaIvxvu6o#xvNLx^RkWFM|afRjV@Rk", "type": "image"}, {"id": 2873101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3dd91fcb-b06f-4f00-88c4-65369bab6363/width=450/2873101.jpeg", "nsfwLevel": 1, "width": 1440, "height": 1440, "hash": "UA7o3UozDP%Lpfa{kZk9TNNeXpozpeRkRoo}", "type": "image"}, {"id": 2873012, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d87dca29-4a95-4516-baf3-f7f455e0d521/width=450/2873012.jpeg", "nsfwLevel": 1, "width": 1120, "height": 1440, "hash": "UdI#$7D*?GRi_4oIITxtRoM_RjxuRlM{s-t7", "type": "image"}, {"id": 2873077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e415278-4290-4808-8ba7-76a5993447f1/width=450/2873077.jpeg", "nsfwLevel": 1, "width": 1440, "height": 1440, "hash": "UF9*0~W?9F%Mtmt8kDWCkrofo#R+?wWCD%t6", "type": "image"}, {"id": 2873015, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbd88a11-aaa4-474c-911c-cb2d4145f856/width=450/2873015.jpeg", "nsfwLevel": 1, "width": 1120, "height": 1440, "hash": "UiJ+16MwxvWX_NRkt8WBk?aeIoNHE1bIRja}", "type": "image"}, {"id": 2873080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eaf30405-7e48-4c9a-b1a6-1aeaa585792d/width=450/2873080.jpeg", "nsfwLevel": 1, "width": 1440, "height": 1440, "hash": "U9ByzMxu00VrBtfRXAR*0LM{yFxvt8oe?Jf9", "type": "image"}, {"id": 2873125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba61274a-7ac8-4532-a1d6-d3fd0be678a5/width=450/2873125.jpeg", "nsfwLevel": 1, "width": 1120, "height": 1440, "hash": "UJBM}daexvIV_4M{%NWBS*RPxvs:Wsaff,ax", "type": "image"}, {"id": 2873020, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb204833-8db7-4a50-a9cc-5d5f4283760a/width=450/2873020.jpeg", "nsfwLevel": 1, "width": 1120, "height": 1440, "hash": "UlF%V,M{%gxb*0S2kXoMNIkWM|RPRPWBjFbH", "type": "image"}, {"id": 2873035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ebc1602-3502-45e2-a644-26856038bf91/width=450/2873035.jpeg", "nsfwLevel": 1, "width": 1120, "height": 1440, "hash": "UHAB03%LD*bd.TxuXARjp0t7ksWCS6ayXAa#", "type": "image"}, {"id": 2873076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc156392-5c49-4647-826a-0431224d1dda/width=450/2873076.jpeg", "nsfwLevel": 8, "width": 1120, "height": 1440, "hash": "UJL5UZ00~VXoPXavS%kW0jxBIUoeESjFM_s;", "type": "image"}, {"id": 2873040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b55442c9-0af2-4d3e-a06e-ef0378179a2e/width=450/2873040.jpeg", "nsfwLevel": 1, "width": 1120, "height": 1440, "hash": "UBAKR6rAsAv|-;s+o0Mx.9jEIVWA.TkDIUM|", "type": "image"}, {"id": 2873048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75b0a659-f229-4901-ad7f-a2b40c9fdb43/width=450/2873048.jpeg", "nsfwLevel": 1, "width": 1440, "height": 600, "hash": "U87V1A,-H?X.gPS3tSo1*0tSROWCt8oLoeoz", "type": "image"}, {"id": 2873070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c72b2856-1cc2-430e-bbf6-22afb42e2267/width=450/2873070.jpeg", "nsfwLevel": 1, "width": 1440, "height": 1440, "hash": "UAB#3g9E%%M|O]adWYMy5[xBOtxakXRk%goe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/179151", "modelId": 159323} \ No newline at end of file diff --git a/datasets/metadata/179958.json b/datasets/metadata/179958.json new file mode 100644 index 0000000000000000000000000000000000000000..a980175ffdfbf4070e51bd83d3451dbf9050d6d7 --- /dev/null +++ b/datasets/metadata/179958.json @@ -0,0 +1 @@ +{"id": 179958, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-10T19:29:56.437Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 693, "ratingCount": 122, "rating": 4.99, "thumbsUpCount": 130, "thumbsDownCount": 0}, "files": [{"id": 137797, "sizeKB": 22256.05859375, "name": "Gigi_Andalucia_Hathaway-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-10T19:30:52.061Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "331C6B58", "AutoV2": "246D477FC5", "SHA256": "246D477FC561F6D015BA7A241E109CA607B2223A515CC23133BDA03F4BA9B8FF", "CRC32": "30787DBD", "BLAKE3": "EB92470B0A54D5216DF0B29EC55C7A1C6DE37B9001AEA6A411F907996BD6D735", "AutoV3": "E72D8EBD6BBC"}, "downloadUrl": "https://civitai.com/api/download/models/179958", "primary": true}, {"id": 137798, "sizeKB": 43403.8359375, "name": "Gigi_Andalucia_Hathaway.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-10T19:31:00.600Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EEF0544F", "AutoV2": "F6E42446A1", "SHA256": "F6E42446A1BA0C3B354556A8ADA884DA10C22EAEECE87EB5E29BDA894E70D6DA", "CRC32": "935CC272", "BLAKE3": "56FE246B0DF7CDC7C39F20D64E529D6F1A0DF818A7C3A295E0E3F344AE26C410"}, "downloadUrl": "https://civitai.com/api/download/models/179958?type=Training%20Data"}], "images": [{"id": 2887883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2c7548b-b6e1-47ea-8271-4d22767d5673/width=450/2887883.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHN,oL-:5Y$*yX%1JCWB_NWBDiWWD%kD~Wof", "type": "image"}, {"id": 2888078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfe7aeae-1bb5-42c8-b562-7487728fc62d/width=450/2888078.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNNcpN00009Z-$D%b0NHShofV]jF~pV?IpWC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/179958", "modelId": 159988} \ No newline at end of file diff --git a/datasets/metadata/180412.json b/datasets/metadata/180412.json new file mode 100644 index 0000000000000000000000000000000000000000..96fefc037295ad099fc89d607c9dc4a77f07a229 --- /dev/null +++ b/datasets/metadata/180412.json @@ -0,0 +1 @@ +{"id": 180412, "index": 0, "name": "v1.2 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-11T16:15:28.998Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": [], "stats": {"downloadCount": 661, "ratingCount": 102, "rating": 5, "thumbsUpCount": 127, "thumbsDownCount": 0}, "files": [{"id": 138219, "sizeKB": 44733.734375, "name": "Kikyo_Inuyasha_V1_2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-11T15:50:51.402Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A83875D7", "AutoV2": "BE2E48171B", "SHA256": "BE2E48171B0BE0BADEC2FF1FFE57063DEBA3AE4DE2E19118DBE1285E02D5B19A", "CRC32": "128A2EF7", "BLAKE3": "915E1A7CAB599423838DDE6753C7FA40A670C363B1D8540714BDD1E0A0A27A59"}, "downloadUrl": "https://civitai.com/api/download/models/180412?type=Training%20Data"}, {"id": 138218, "sizeKB": 22252.79296875, "name": "Kikyo_Inuyasha-KK77-V1_2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-11T15:50:57.254Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EF78811B", "AutoV2": "A2881E33C5", "SHA256": "A2881E33C50AB95B5A39775B07B72A93D91B17770C14EDA01D314AE9FB7B0A8F", "CRC32": "988B903D", "BLAKE3": "341ABD7A771B6CA64D0094D1B93DA123BDAB26E9B4E9E5AD3F4FE9852CE56B03", "AutoV3": "A0063BA7398F"}, "downloadUrl": "https://civitai.com/api/download/models/180412", "primary": true}], "images": [{"id": 2899834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6473342f-188b-487f-81d6-1032abb38f4b/width=450/2899834.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UiN,#wxu_Nt7IURj-;t7bcayoJoft8juxaj[", "type": "image"}, {"id": 2900359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/184c5d98-064b-43de-a9ee-727be79c086b/width=450/2900359.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URN0^}ni_N%MxuWU_3Mxs:WB?b-;-=ozDit7", "type": "image"}, {"id": 2901025, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4dcc9086-d04b-410d-ae45-b1ff42bc413d/width=450/2901025.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNN9|J?vpdIp0$Rl~WNGxvay-;xu?a9ZMxW=", "type": "image"}, {"id": 2901026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54273ade-cd39-4fbd-a4a5-e4d3a62d46a7/width=450/2901026.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UIN0F=^j9]xY014.~BD%4Txu-oxt~BxvMx%L", "type": "image"}, {"id": 5040605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89b04213-89c9-4513-9b6c-5fee79304c4b/width=450/5040605.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJL4mO+G%f=y4mZ#VsW;4URk_3Rl?^S6Mwaf", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/180412", "modelId": 160284} \ No newline at end of file diff --git a/datasets/metadata/180789.json b/datasets/metadata/180789.json new file mode 100644 index 0000000000000000000000000000000000000000..6148a014269f38db5b1ba11ed876ef7be619cdfa --- /dev/null +++ b/datasets/metadata/180789.json @@ -0,0 +1 @@ +{"id": 180789, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-12T06:46:49.976Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 431, "ratingCount": 61, "rating": 5, "thumbsUpCount": 77, "thumbsDownCount": 0}, "files": [{"id": 138571, "sizeKB": 38297.7802734375, "name": "Akie_Yukimura_MaidAne.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-12T06:50:50.481Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "31170BA7", "AutoV2": "0AD59F991E", "SHA256": "0AD59F991EC99D2602470E98E48BBDD2E3E3A6F583AF347155F7EAA11975D7E5", "CRC32": "D290F99D", "BLAKE3": "C4CC438A9453B1BB7736F5C2EC6B509ECB257F3D1F430ABC34A87A73C7E89762"}, "downloadUrl": "https://civitai.com/api/download/models/180789?type=Training%20Data"}, {"id": 138570, "sizeKB": 22254.44140625, "name": "Akie_Yukimura_MaidAne-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-12T06:50:49.337Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "90B1C102", "AutoV2": "85AB144A5C", "SHA256": "85AB144A5C2BB6A014875D0E7F67B3A3E0BE1F9A20958F5D8540E396E52A0054", "CRC32": "59CB7311", "BLAKE3": "6C44AC26C36D7BF87430FCF5A4E733E7007751440DE027B394ACDA31D4488AEE", "AutoV3": "BF231B493551"}, "downloadUrl": "https://civitai.com/api/download/models/180789", "primary": true}], "images": [{"id": 2909867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bea32a2a-3e39-480c-bc38-710f3df0a64e/width=450/2909867.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHOM$@00NE%20001~pV@TzxC-oaeysjE%1t6", "type": "image"}, {"id": 2910039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b589931-95e6-4bae-9d75-74c116c1066f/width=450/2910039.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAMGn-0000Mc00D%O@TK00^+}?wJIp%gaJIp", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/180789", "modelId": 160666} \ No newline at end of file diff --git a/datasets/metadata/180950.json b/datasets/metadata/180950.json new file mode 100644 index 0000000000000000000000000000000000000000..e6b0f8d2b2ecbb4bda9fa5b5cde72990ca94ecae --- /dev/null +++ b/datasets/metadata/180950.json @@ -0,0 +1 @@ +{"id": 180950, "index": 0, "name": "DonMF41ryW1ng5_v1.1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-13T06:12:03.964Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["DonMF41ryW1ng5 "], "stats": {"downloadCount": 388, "ratingCount": 37, "rating": 5, "thumbsUpCount": 59, "thumbsDownCount": 0}, "files": [{"id": 138721, "sizeKB": 73739.01171875, "name": "180950_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-24T22:29:01.605Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9A03FA16", "AutoV2": "C4A6B30E04", "SHA256": "C4A6B30E04EDEAFFAAD336F4D1D16AE0FBD15BD626E468EDC78274A38C024BAC", "CRC32": "B1778726", "BLAKE3": "278E191BB45D18489CB4702AEB315A19DC15B3C57E693BF28D9BE125DF9F535A"}, "downloadUrl": "https://civitai.com/api/download/models/180950?type=Training%20Data"}, {"id": 139166, "sizeKB": 36979.3984375, "name": "DonMF41ryW1ng5_v1.1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-13T06:05:52.375Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "767AE821", "AutoV2": "D61C862FA0", "SHA256": "D61C862FA066EEFC787C09D262618854C9EB782B7467A5BC0EF6EDD275B0B7F4", "CRC32": "DCD4A05E", "BLAKE3": "8D362AD4B7328C869FB763F79A33A11666A42122E115F579FAB044361E4BC267", "AutoV3": "0A75B835A5A6"}, "downloadUrl": "https://civitai.com/api/download/models/180950", "primary": true}], "images": [{"id": 2924315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97b5782b-fa15-40b3-8045-1d4f76436290/width=450/2924315.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U47_ig19*|M206#DpGpZ00~0NPR:~KENI:,o", "type": "image"}, {"id": 2924285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90989c7e-f7b2-43f9-92f0-c7f7765b0495/width=450/2924285.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U48|;g,]4TTA4q9k5j^ul:=t.AtT3yT9;CDb", "type": "image"}, {"id": 2924310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e66f128-be94-4912-839c-ebebdfe1b8f0/width=450/2924310.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U47nnNNY00xw*Qr{CZbX4,o{^SRP3trs{DOS", "type": "image"}, {"id": 2924306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3eeb80a0-ce1b-4f9a-bd26-6c8b2d7734ac/width=450/2924306.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U69kWyLxMmD602D7,,%d8w[UK$Y4l+hcTKQo", "type": "image"}, {"id": 2924313, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c35cd4a3-72f7-4683-8b31-e1d59cf16831/width=450/2924313.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U0AAjeZ$0Fkr00DR:@NGujPALi$x00?[}z%f", "type": "image"}, {"id": 2924283, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb6dc752-a765-4f7c-9a35-b74b9daf2860/width=450/2924283.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U9Ac7*m^EsKJqNx,R;rxEGI[=kxICXnV;:R~", "type": "image"}, {"id": 2924284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4baaaede-abed-4072-8c43-2a1622c6057d/width=450/2924284.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U29tPwj0IC-:GuMeI]oz~3Z}KjxDVWSK?trW", "type": "image"}, {"id": 2924286, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b65aee4-e873-48c3-8b36-10cb8fd9bc35/width=450/2924286.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U24C#AC*yC+c00vNrXIV*yIVD*xuS^xa.kT_", "type": "image"}, {"id": 2924290, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0273a348-b1e4-4dc5-b2d9-3235f06a00cf/width=450/2924290.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U56+^Ml:Qpt$VrRPrtWA00dAtjM1mnt8T_g4", "type": "image"}, {"id": 2924297, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7c01ce1-b0f2-4af6-8067-dfa6bf29f208/width=450/2924297.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U45G%}%krJQ%B%M}V@oyHXr}q{aI$%t8QqR7", "type": "image"}, {"id": 2924303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0904a0ab-1016-4a10-88d3-56132347599b/width=450/2924303.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U17fPXM+01.h00--=kL[00D*Z0Y13cpa}{m,", "type": "image"}, {"id": 2924305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f3f03a5-98ea-49ea-b2a6-8b56f163fcdc/width=450/2924305.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U05}s,?b00IA?bRjD%of00of_3M{4noeD%M{", "type": "image"}, {"id": 2924307, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3bba4965-8381-4764-85b1-e4b24e85c92f/width=450/2924307.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U59tcGyd8xM;tXXB5b-N000C},?l0Z=D^sET", "type": "image"}, {"id": 2924309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/030f23bb-bf65-4462-b1e8-60b9fc2140f7/width=450/2924309.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U7A^|5xt8wt719Rj;Hay#yoJIdoeMsfmM:Rn", "type": "image"}, {"id": 2924312, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96482cc5-7173-47af-bce3-a61e98531be7/width=450/2924312.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U77e;fcaL#VD-UR%%Mo#00VX*Hg4Ewt8M|RO", "type": "image"}, {"id": 2924308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3b3e5ee-53e8-48c2-8674-4c9aa1f99634/width=450/2924308.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U597FWxt}[s.$fjr^*s.01jbENWE5Va$9tR+", "type": "image"}, {"id": 2924311, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ffc1791-17d6-4153-b837-96ec07cd60cf/width=450/2924311.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U6Ad[aog8yj]NNR+M1WB00oybrae:Os-*Gs.", "type": "image"}, {"id": 2924314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00dd8418-6919-4053-9482-cf5a6c00a326/width=450/2924314.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U96R+lX.a7i|9Ga$w}WVManNOQkV%jjEO8of", "type": "image"}, {"id": 2924316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e474fcfc-0fd7-4852-966b-320ba7fc441a/width=450/2924316.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U57V7CQ7rv-o#9NfX.$L00NIX-WUMyxUsjX.", "type": "image"}, {"id": 2924317, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4811bffa-850e-4a99-9927-6b917c56e5c6/width=450/2924317.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UB69U-t+U[Rjs8ngo#bv8woOyZs;TxpJVqn4", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/180950", "modelId": 160799} \ No newline at end of file diff --git a/datasets/metadata/180951.json b/datasets/metadata/180951.json new file mode 100644 index 0000000000000000000000000000000000000000..9aeb66904a97323028a7ea3e99c8d48ffadde5a5 --- /dev/null +++ b/datasets/metadata/180951.json @@ -0,0 +1 @@ +{"id": 180951, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-10-12T12:44:47.887Z", "availability": "Public", "nsfwLevel": 13, "description": "", "trainedWords": ["ink splashing"], "stats": {"downloadCount": 687, "ratingCount": 52, "rating": 4.98, "thumbsUpCount": 88, "thumbsDownCount": 0}, "files": [{"id": 183198, "sizeKB": 109485.30859375, "name": "ink_splashing.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-24T08:30:58.751Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "27A7539B", "AutoV2": "8091218615", "SHA256": "80912186151A3F12882A1EDD75DB357C81B275D3512273F8C98E533C7AAA34E5", "CRC32": "93D8D123", "BLAKE3": "ECD05EADE7BC2ADBA1F26ADA11F4689CD27A8C8EDC68744EF2E2CD69DCB2B6DA"}, "downloadUrl": "https://civitai.com/api/download/models/180951?type=Training%20Data"}, {"id": 138723, "sizeKB": 891170.13671875, "name": "ink_splashing.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-24T22:28:48.140Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FEC64978", "AutoV2": "E2A70E521B", "SHA256": "E2A70E521B7AB8522B9BF3BDD74F0A5EEFC255B96073074210FCCDB57CAD0C9A", "CRC32": "DBB36C9C", "BLAKE3": "4A9674EE6A8B40531DCF907F8F181C19BF444AE15331C09AF527A00A0CF83443", "AutoV3": "FFD7B5ADEED4"}, "downloadUrl": "https://civitai.com/api/download/models/180951", "primary": true}], "images": [{"id": 2913764, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1085f4ae-9fd1-4306-94f3-cbc33f034db8/width=450/2913764.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGIgvLOU0J=GM|OX6,-D91FgMd$N}njBR,kE", "type": "image"}, {"id": 2913761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c32168f1-5199-4fb6-b1ce-0306f904776c/width=450/2913761.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "UnIqG?}[-p-=tRt7bbR*j[tSX7t7ofozozfh", "type": "image"}, {"id": 2913760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f60d2f8f-973b-454f-8710-fb2629468386/width=450/2913760.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAIh8Qv~03G0LN^R9aTy00]@q_?V%YD%?Jx[", "type": "image"}, {"id": 2913758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7051e58-b8f8-4f96-9950-ca55eb7a0b30/width=450/2913758.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDJQscoaKk_400t6W9xA9qVZRP02InW.9HR*", "type": "image"}, {"id": 2913753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/338ded08-e6e6-47d7-b799-4c47efabbd12/width=450/2913753.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "UEJQsNAfKj-#n3MIIS4.I=~V9c^JOuWEM}-;", "type": "image"}, {"id": 2913763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0652af63-e4c0-4c0c-8225-dd2b725a9b8c/width=450/2913763.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "ULI;STJDt8_M9FIoIT9a56tlE1w@O[,-tRxX", "type": "image"}, {"id": 2913762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa1f93be-bf2f-4e80-be9c-1f869fb08037/width=450/2913762.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1280, "hash": "UMH-u@RQ4ob1x[Nft8ngExM_M{ae|rs7IVRp", "type": "image"}, {"id": 2913759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71b1a3be-8d31-4211-b2bf-a0f63bc287f6/width=450/2913759.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGKdAKXTTf~q=ND*$*%0_301r]4n_1R79aRO", "type": "image"}, {"id": 2913765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e88b4152-09ec-4c32-ad02-b1703327b186/width=450/2913765.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1280, "hash": "UQHKw=H?x@Rh#m}@9@SvrYbJR%OrwIt9ROXR", "type": "image"}, {"id": 2913814, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06dc45a5-278f-4c16-81f9-9b831d10e5e3/width=450/2913814.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "UEIXK[O_Fu?X}sW?AH^49stT0z]~=fpIraOY", "type": "image"}, {"id": 2949161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6413c6f3-4aa4-42d3-97dc-478dfebd9daa/width=450/2949161.jpeg", "nsfwLevel": 1, "width": 1680, "height": 2352, "hash": "UGH1=E9ZR4W9NyFK9uaR00ORnmkC;dvy~XNX", "type": "image"}, {"id": 2949165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e19ef2e-40d5-4205-a1c9-83cc9990a632/width=450/2949165.jpeg", "nsfwLevel": 1, "width": 2352, "height": 1680, "hash": "UEI;;l_30eF$=^$fNatn5r$dMex_|htPPBRR", "type": "image"}, {"id": 2949163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/725d4c18-026a-49e4-a6ba-1be49e4309d4/width=450/2949163.jpeg", "nsfwLevel": 2, "width": 1680, "height": 2352, "hash": "UBJtYn-m0d^,+t-oPn4:05-=V@~pW0B.9%+t", "type": "image"}, {"id": 2949159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f14f07cf-883b-43b2-9985-3111fc7bd8a6/width=450/2949159.jpeg", "nsfwLevel": 1, "width": 1680, "height": 2352, "hash": "UHJtI~~B$xw}=}9wImt38_V@0fs;0i^6-o-,", "type": "image"}, {"id": 2949193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cfb1c55-d9bc-40c3-a398-1348c4dbb913/width=450/2949193.jpeg", "nsfwLevel": 1, "width": 1680, "height": 2352, "hash": "UCJ%wlIA9ZTxz;S^0KIn1P1l~B#k=FQ.4pt7", "type": "image"}, {"id": 2949162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08a56a54-d546-4b2f-b6e8-dde682fadaae/width=450/2949162.jpeg", "nsfwLevel": 1, "width": 1680, "height": 2352, "hash": "UGIXN[-V0JF{Zh-ptQ9|}bgPY6w?02sqtjS^", "type": "image"}, {"id": 2949164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efccfb58-b383-4361-a386-dfbd2ee7ee4e/width=450/2949164.jpeg", "nsfwLevel": 1, "width": 1680, "height": 2352, "hash": "UFL3[d00~V5n00EL00v,4U?ZBE%Nz=-.o{EM", "type": "image"}, {"id": 2949166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc67effa-0615-4636-9dd4-5bf7ed66d765/width=450/2949166.jpeg", "nsfwLevel": 1, "width": 1680, "height": 2352, "hash": "UIINgt56D$=b9d+uNGEk5SEL%fIW~RK5M{D~", "type": "image"}, {"id": 2949160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3918f550-1d9c-4d13-9123-f329941ae7be/width=450/2949160.jpeg", "nsfwLevel": 1, "width": 1680, "height": 2352, "hash": "UAK^T-9b4,u60i0P=qn39Gz.JDE{00?qIC#5", "type": "image"}, {"id": 3277066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13796767-425e-453c-86c6-0413dbd6a93a/width=450/3277066.jpeg", "nsfwLevel": 8, "width": 2432, "height": 3392, "hash": "UeNc~SE1~q?In$s:x]M{tSxZtRa}t6ShV?xu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/180951", "modelId": 160800} \ No newline at end of file diff --git a/datasets/metadata/181235.json b/datasets/metadata/181235.json new file mode 100644 index 0000000000000000000000000000000000000000..dece9f4da0d7220a46db6de15e37578957533a89 --- /dev/null +++ b/datasets/metadata/181235.json @@ -0,0 +1 @@ +{"id": 181235, "index": 0, "name": "v1.0 Prodigy", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-12T21:35:33.557Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["garter_belt_thighhighs_pussy_no_panties"], "stats": {"downloadCount": 1068, "ratingCount": 5, "rating": 5, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 138965, "sizeKB": 63963.2392578125, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-12T21:41:24.164Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "86D12416", "AutoV2": "3F1C5CADBF", "SHA256": "3F1C5CADBF07086E04D45A841252227C7601706F5BCBAB25855E45B4EF5958ED", "CRC32": "9F47283F", "BLAKE3": "3023E1E7E361192CDE23E37196AE4DE8DD4DB0E64C0E451FC1D3E19D6E4DB270"}, "downloadUrl": "https://civitai.com/api/download/models/181235?type=Training%20Data"}, {"id": 138960, "sizeKB": 1303.5322265625, "name": "Garter_belt_no_pantiesV3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-12T21:36:24.678Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV2": "A55B081D8B", "SHA256": "A55B081D8B512B012302A79780E56C447B5D377B717AF89F36620A753C1C80B9", "CRC32": "9B0F07D3", "BLAKE3": "3BBFD0D90238222726FAAA907D1A3E8E83A7658927FA79E09A02A3E3EA8DA7AF", "AutoV3": "C25A9288E63D"}, "downloadUrl": "https://civitai.com/api/download/models/181235", "primary": true}], "images": [{"id": 2919988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b5e3778-e51e-430e-96e1-35a47064358e/width=450/2919988.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UXMQkyxu?^oM?bs:D*RjIoaeRPay%MWXRjs:", "type": "image"}, {"id": 2920003, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f71aa649-3416-4d17-90e0-e81209d374d0/width=450/2920003.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UdMs{3jZ?^%M?bt7IVRjE1ofayV@t7RjR*of", "type": "image"}, {"id": 2919998, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22ef1f15-e773-475c-a8b1-d6f994c62008/width=450/2919998.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UdNA6qxu.mof.8s:MxRjNFWBM{ayozWXjYoL", "type": "image"}, {"id": 2920000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6631a75-c7f0-435d-a66b-f8af12a81d55/width=450/2920000.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UYKdJP~W56M{E1of-;oyI:WBxaofRPoLogWV", "type": "image"}, {"id": 2919979, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee4894ea-4c90-499f-bd5c-c4c8d91349fb/width=450/2919979.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UbM%l}xu?^oz?cs:IARjE1WBM{WBxubHWBoL", "type": "image"}, {"id": 2919984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7b6a719-e076-4df5-b2c7-52c90369d4e7/width=450/2919984.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UFJal]wK0KXS9tR*~W%2tRIo9Z%2VYxaIoE1", "type": "image"}, {"id": 2919980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/694a2aeb-6091-4a98-9967-241a89a30041/width=450/2919980.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UUM@7nV[?^.8%gt7Rjj@MvjZS$Rja0e.o#kC", "type": "image"}, {"id": 2919982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90f455d8-64f2-4a62-a76f-87eaec601f57/width=450/2919982.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UZMZ]?t7?^t8.8ofMxRjNFf7NGaytRWBjEof", "type": "image"}, {"id": 2919986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/898960cf-3dfe-4467-bbc5-4cb31683e129/width=450/2919986.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UNN0oFMy.m_3cEt7rrRjI9oeXTayrCn%b_X8", "type": "image"}, {"id": 2919985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a4b63f7-58c7-4ef3-a46c-e65ffcfa4edb/width=450/2919985.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UQLgeT4nyDNK_NjFV@aeH;fiOFWBn3jFS5R+", "type": "image"}, {"id": 2919991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d605995-5db4-46e6-b309-2be1f8cf8516/width=450/2919991.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "U9JHdj-p00%N00R*~qoLFyWV9FbIv}s.9ZM{", "type": "image"}, {"id": 2919993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a51d8493-578b-44ab-8a46-9b633ad7c5d2/width=450/2919993.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UFK1E}_31IR+ELj[~Wxa%$NG9Zt7R5t7J7Io", "type": "image"}, {"id": 2919995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73d80fd0-cd14-4f18-a736-bb6efff8cd0d/width=450/2919995.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UMLzgfMy?v?b_Nt7s:RjI9t6NxNGMdV@%Mj]", "type": "image"}, {"id": 2919987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa89bd2b-1fe7-4ee6-b2f3-0ce33ec2927e/width=450/2919987.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "USMZ?:WC_M?b-:t7IpV@InoebIRkxZaeX9kV", "type": "image"}, {"id": 2919997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75813f6d-622b-42af-baf2-a2758d03c116/width=450/2919997.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UcM@1Pt8?^xa-;t7M{M{ITWBNHayazRjj[oz", "type": "image"}, {"id": 2919996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f3a596c-477b-45df-b071-1e47ce57fcab/width=450/2919996.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UgJ%,,~WkVM{^kofWUWA%Lj[xubHM{V@s:bH", "type": "image"}, {"id": 2919983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16ad701b-fff8-4615-a452-caee6bc5c1e0/width=450/2919983.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UFJtrG$*5ktS9ZRj~W-p.9X89ZoLMxofI:Io", "type": "image"}, {"id": 2920001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b9fafe9-f736-4dca-a529-a2412b0b3e5c/width=450/2920001.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UeJ@Xo~VxZad^+W=xas:-;bb%Mt7M{M{ofbH", "type": "image"}, {"id": 2919999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f36ef5f-6d3d-4c36-9fd5-c9ee20a8db83/width=450/2919999.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UCJ*6n?H0eRk5QNH~W?H%$f+D%NG=xj[9[NG", "type": "image"}, {"id": 2920002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df9734a1-bd72-4735-a488-912cabaa7691/width=450/2920002.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UQMGk-Mx_N-;?bt7oLoft6xuNbNGt7s:a}WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/181235", "modelId": 161053} \ No newline at end of file diff --git a/datasets/metadata/181241.json b/datasets/metadata/181241.json new file mode 100644 index 0000000000000000000000000000000000000000..e4b0dede47405765bfcfeb101cc1962527bcc46a --- /dev/null +++ b/datasets/metadata/181241.json @@ -0,0 +1 @@ +{"id": 181241, "index": 1, "name": "v1.0 AdamW", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-12T22:02:32.011Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["garter_belt_thighhighs_pussy_no_panties"], "stats": {"downloadCount": 300, "ratingCount": 143, "rating": 5, "thumbsUpCount": 181, "thumbsDownCount": 0}, "files": [{"id": 138967, "sizeKB": 63963.2392578125, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-12T22:10:25.255Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "86D12416", "AutoV2": "3F1C5CADBF", "SHA256": "3F1C5CADBF07086E04D45A841252227C7601706F5BCBAB25855E45B4EF5958ED", "CRC32": "9F47283F", "BLAKE3": "3023E1E7E361192CDE23E37196AE4DE8DD4DB0E64C0E451FC1D3E19D6E4DB270"}, "downloadUrl": "https://civitai.com/api/download/models/181241?type=Training%20Data"}, {"id": 138966, "sizeKB": 1303.4794921875, "name": "Garter_belt_no_pantiesV5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-12T22:10:24.083Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV2": "A1E1766FE4", "SHA256": "A1E1766FE49C2EAC29443F15F09D4081FADE4CE2BECCCF31713FE4E8B0E0C3CE", "CRC32": "4EA4D8EC", "BLAKE3": "558BB8A2ABEAC3134E38F3B9F61E8946AE4CCC9F928EA2EE1FB6D1413261982F", "AutoV3": "69F991E8C6AC"}, "downloadUrl": "https://civitai.com/api/download/models/181241", "primary": true}], "images": [{"id": 2920166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee26168b-06bd-4971-936b-290df1bf7cec/width=450/2920166.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UbLDrz_2yDba~qkB%Nof?Hj?NaWXELRj$+WB", "type": "image"}, {"id": 2920165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fc1e453-1e54-4f1e-b75f-5c6390b71e79/width=450/2920165.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UbKm;H~Wx]oz_NtQx]j]$%RPbbWpM{V@%3Wp", "type": "image"}, {"id": 2920163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dafd2397-bb34-4a44-baee-5fff5237bd97/width=450/2920163.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UgN0uQD%x^t8~qV@a}tRjYf6Ndbc%Nj[RjWB", "type": "image"}, {"id": 2920171, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77401a34-3285-4452-92f7-a1151c101152/width=450/2920171.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UbKm-5_3T0of~qxux]WCx[R*bIR*IoNG%2WB", "type": "image"}, {"id": 2920164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e98b4ef4-50ab-4737-b0e8-b25f22de04f9/width=450/2920164.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UbMjRLofyD%2_Mt6%Lahx@f6ozWXIXW=t7oe", "type": "image"}, {"id": 2920169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9088c2f-6058-4fc4-8212-fbe0d3278a14/width=450/2920169.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UXMZwOM{yEx]~qxu%MM{%f%2tRR*oMt7tRof", "type": "image"}, {"id": 2920168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8dcf15b-9ec1-4795-b234-fcfe13084d4b/width=450/2920168.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UXNmA}IA.Txv~qV?aKo#SzRjIoW=%3ofR*R*", "type": "image"}, {"id": 2920173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/594bec21-4d2d-44de-bd86-05a65bad74dd/width=450/2920173.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UfKm;H^+tmt7~qt7%Mj[xuRjR*WBELWB%2bH", "type": "image"}, {"id": 2920172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99e3d772-843b-4298-84f8-4e19337936c5/width=450/2920172.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UCJHdi^+0eIo00R*~W%1.SkC9FWBH?t7IoE1", "type": "image"}, {"id": 2920167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e03f5e3-3819-407c-9b6b-0ee612afc4b5/width=450/2920167.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UdKdVy^+X-S#~qt7%Mof-;WBf+ayI:Rj%2of", "type": "image"}, {"id": 2920170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f528d53-b767-4f82-81bf-3fd179c3abb9/width=450/2920170.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UVMQL@xu.8xv_Nt7%MbI%MWBX9R*R+Rj%2of", "type": "image"}, {"id": 2920175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1bd28ae7-b288-403c-be0e-fde155dc222f/width=450/2920175.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UPMjm]4U~q-=_MM{Rj%M#QMxOFtR-;jFV@f,", "type": "image"}, {"id": 2920174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16a7b338-a499-4a82-915b-c2867eb93f71/width=450/2920174.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "URMQVH%2%#-;_NW;%MRj?b%2xuofx]Rjayj@", "type": "image"}, {"id": 2920176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b7a1a10-9e1d-464e-bd3b-35a2e73b9034/width=450/2920176.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UaMGr7xat,xu_Nt7%LWVx[oLtRWBIpWBsmWB", "type": "image"}, {"id": 2920250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be9529f8-408a-4a0d-97d9-03fddd4aaa90/width=450/2920250.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UFIq};00L3?c?wE1-;bvEikD%2x]^+WCMxxa", "type": "image"}, {"id": 2920305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/690ddbdd-6f90-4c97-92af-3553059fa5fe/width=450/2920305.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UGJQyb0056od_N9G-Vxa%1s:EMR*-TE1JAWX", "type": "image"}, {"id": 2920304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8da2114d-7fb1-402c-8ec8-d1c33d2d80a8/width=450/2920304.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UBJ7:t0N00^*^HxW0LjFDNRP?w-p00%LpIEM", "type": "image"}, {"id": 2920306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2fb0f07-f5eb-464a-a0f4-4a6b83ca8ec7/width=450/2920306.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UKIEFc9G0Jxu~WR*9FWVxUM|-pxaDhofNfNG", "type": "image"}, {"id": 2920333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cf31ee5-60ae-44b2-90eb-ab34238b50cf/width=450/2920333.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "USKKWe~p4,jXx-%LS6RkRgxa%gx]pJt8$%oz", "type": "image"}, {"id": 2920341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11f684d1-d056-4e96-a90f-7b82dd6a70bc/width=450/2920341.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UIKm-9~WY5009FxaMxt7tQbbD%%Mr=R*9ZMx", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/181241", "modelId": 161053} \ No newline at end of file diff --git a/datasets/metadata/181746.json b/datasets/metadata/181746.json new file mode 100644 index 0000000000000000000000000000000000000000..41d816b230c3383b44d72fc61736c64fb8ab0cb8 --- /dev/null +++ b/datasets/metadata/181746.json @@ -0,0 +1 @@ +{"id": 181746, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-13T15:30:07.592Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["final_fantasy_tactics_portrait, pale orange background, no_nose, portrait, ", "1boy", "1girl", "knight"], "stats": {"downloadCount": 617, "ratingCount": 100, "rating": 5, "thumbsUpCount": 134, "thumbsDownCount": 0}, "files": [{"id": 139422, "sizeKB": 147573.3828125, "name": "Final Fantasy Tactics Portraits V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-13T15:30:52.959Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9D0180AA", "AutoV2": "8FF8CDEBE9", "SHA256": "8FF8CDEBE941779BAED7DA565B8D4D27F08D7432AC0ABC11E70686218B0518F2", "CRC32": "30458F8F", "BLAKE3": "B4C48474431E88EC2B3F1DB03B2457C18D8217F023A5BB9C07D6A96DC1AC61E9", "AutoV3": "A48968B18F26"}, "downloadUrl": "https://civitai.com/api/download/models/181746", "primary": true}, {"id": 498686, "sizeKB": 2195.150390625, "name": "Training Data - FFT Portraits.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T11:46:01.942Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F6BFFA3C", "AutoV2": "3B2DB46469", "SHA256": "3B2DB46469EA80D463CC6FCF669A2CA125BDFC5B9BE3D34572CC9142545635C8", "CRC32": "07DA179C", "BLAKE3": "0703CF4B252002C369BED90982B6C079564732859D3864B82A5F8CE0412A42B4"}, "downloadUrl": "https://civitai.com/api/download/models/181746?type=Training%20Data"}], "images": [{"id": 2929054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/851ca07c-10f5-4223-8cdf-c273229016e1/width=450/2929054.jpeg", "nsfwLevel": 1, "width": 616, "height": 768, "hash": "UCIp|*-:C5oz}=%LOYRP0z9b=w%K-:jYtRs;", "type": "image"}, {"id": 2929055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46c7748f-48ab-44ee-bab6-169959f1e7c0/width=450/2929055.jpeg", "nsfwLevel": 1, "width": 616, "height": 768, "hash": "UADl7m~Au39^Iosp%0Io04E2^5?G~AkWb^s8", "type": "image"}, {"id": 2929057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0ac30a8-7d8a-46f0-9112-4754beeb9b88/width=450/2929057.jpeg", "nsfwLevel": 1, "width": 616, "height": 768, "hash": "UEMjEl^LB.cY9tR+rpoc*0NfQ-%1~p9ZE1-o", "type": "image"}, {"id": 2929056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a630049-b32b-4c61-8b7b-b88dcc347c91/width=450/2929056.jpeg", "nsfwLevel": 1, "width": 616, "height": 768, "hash": "UHDlAu~U%yE3bbRk%1kB0zE3=x%0?GkVS#WC", "type": "image"}, {"id": 2929058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2674182e-05ad-48c5-b5e0-a215d07695c2/width=450/2929058.jpeg", "nsfwLevel": 1, "width": 616, "height": 768, "hash": "UAE2kA~B.l57v{s9?G%L0.Ip=Gwc-.Ipxus;", "type": "image"}, {"id": 2929059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ae3ff20-5be1-42ab-990d-f437e003f692/width=450/2929059.jpeg", "nsfwLevel": 1, "width": 616, "height": 768, "hash": "UBH]za~U0}E2?7%1X,jFD+IW-ot5ELE2NH$j", "type": "image"}, {"id": 2929060, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/634e3727-8035-4611-b1ba-30e36d2a68d1/width=450/2929060.jpeg", "nsfwLevel": 1, "width": 616, "height": 768, "hash": "UCEBsgxa?]Nw0MV@RQM|FHEN-T%0%fWBx[az", "type": "image"}, {"id": 2929061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03518819-65a3-4f3a-a01c-f5234e241fc4/width=450/2929061.jpeg", "nsfwLevel": 1, "width": 616, "height": 768, "hash": "UIMsA:?[E0s8_2V=Xjb^O]IV-7RjK%w0NFxu", "type": "image"}, {"id": 2929062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f289954-152c-40d9-98d8-f15ca6a598c0/width=450/2929062.jpeg", "nsfwLevel": 1, "width": 616, "height": 768, "hash": "U7F5HKI=Yi~TNGRk^*Vs9zxX$fXT_1niaKS4", "type": "image"}, {"id": 2929064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0eae2701-53c8-4666-97ed-216aadd27a76/width=450/2929064.jpeg", "nsfwLevel": 1, "width": 616, "height": 768, "hash": "UEJQS[%g59R$~7kWXnoeADMyt7xs=[E3s.%0", "type": "image"}, {"id": 2929063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64e7a44c-323e-4165-839c-f8c5d9f9efd7/width=450/2929063.jpeg", "nsfwLevel": 1, "width": 616, "height": 768, "hash": "U9FXks}?LyPAIo-:-.D+11M|#l%LOrNv?Gwc", "type": "image"}, {"id": 2929066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c7e7483-7f7d-4c8f-935e-18718e2eb64d/width=450/2929066.jpeg", "nsfwLevel": 1, "width": 616, "height": 768, "hash": "UHIW=R_LF1Ip%JixS~WF9_R--TsSNbbbxtoe", "type": "image"}, {"id": 2929065, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd1bb4b0-6fc3-408e-af71-b6655dc85a8c/width=450/2929065.jpeg", "nsfwLevel": 1, "width": 616, "height": 768, "hash": "UBM~dh.k1QR6}jX9rrtP$cnOjJn#PUrXX-n,", "type": "image"}, {"id": 2929071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5bb012c-b206-448f-8f2d-a111ba678cd5/width=450/2929071.jpeg", "nsfwLevel": 1, "width": 616, "height": 768, "hash": "UAG8S]X-5qM~~otROX-nx]IVxVWWE3IW-ns,", "type": "image"}, {"id": 2929073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24abc4ed-ee32-43a4-af98-b0268b31cd9e/width=450/2929073.jpeg", "nsfwLevel": 2, "width": 616, "height": 768, "hash": "U9M6L$?t2K9v9?n3~VNMXnDiM|xuEm$*%2xt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/181746", "modelId": 161474} \ No newline at end of file diff --git a/datasets/metadata/181853.json b/datasets/metadata/181853.json new file mode 100644 index 0000000000000000000000000000000000000000..0de99dcd6506877057b14f3623e6edce503cd86a --- /dev/null +++ b/datasets/metadata/181853.json @@ -0,0 +1 @@ +{"id": 181853, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-13T17:40:14.183Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 588, "ratingCount": 96, "rating": 5, "thumbsUpCount": 115, "thumbsDownCount": 0}, "files": [{"id": 139515, "sizeKB": 40573.162109375, "name": "Jess_Butareba.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-24T22:44:45.536Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B2E6C450", "AutoV2": "216519A438", "SHA256": "216519A43827755C397B850BD8239759DF67179DEB728E560BC30472BB0672AF", "CRC32": "9B1CB197", "BLAKE3": "2AC9D518D4FFCE039B314DF6EEAA7A2E77555B80A286E94033994C298C959182"}, "downloadUrl": "https://civitai.com/api/download/models/181853?type=Training%20Data"}, {"id": 139514, "sizeKB": 22258.87109375, "name": "Jess_Butareba-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-13T17:40:57.954Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B95AE600", "AutoV2": "CB02812933", "SHA256": "CB028129337593B0B95DF763EBC8E048CB4BC3C9FBE3E44E6F62BE9EB3A932E0", "CRC32": "0FB23DC4", "BLAKE3": "7B07EAF3C6DA114156931577E46F63080E57F817CB41C4168B3CD841AA73BC61", "AutoV3": "0CD3CF12C125"}, "downloadUrl": "https://civitai.com/api/download/models/181853", "primary": true}], "images": [{"id": 2930632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73bdbadc-feb7-44ac-8d57-542fe4b01e91/width=450/2930632.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHOMy*_20%%M8ws:01fkysM{r]V@?vRkn+Rj", "type": "image"}, {"id": 2930945, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ac05fef-615e-4722-87c6-c93c45127d5d/width=450/2930945.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGNcsYNgBq_NIS?GF#s.4-RP01IUoLw]Djbw", "type": "image"}, {"id": 2930744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28f6e2ca-d006-4b1a-9488-fdd46454b32e/width=450/2930744.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQMt5P0058NG?EIAERadD%NG%2oz_Ns.D%t7", "type": "image"}, {"id": 3406440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab3b5884-9271-4e35-8074-d7826da8433b/width=450/3406440.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWMG^*9v-;xZ~pJAT0nNM{smWCRPNHE2soxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/181853", "modelId": 161563} \ No newline at end of file diff --git a/datasets/metadata/18192.json b/datasets/metadata/18192.json new file mode 100644 index 0000000000000000000000000000000000000000..62a8244a00c9f5a0cb942c4bee233d4ec60007fb --- /dev/null +++ b/datasets/metadata/18192.json @@ -0,0 +1 @@ +{"id": 18192, "index": 1, "name": "HSPU car v1.1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-03T21:54:30.550Z", "availability": "Public", "nsfwLevel": 28, "description": "Based on HSPU car v1. Train on 15 Images, Dataset in download.
", "trainedWords": ["photo of car artstation"], "stats": {"downloadCount": 110, "ratingCount": 34, "rating": 5, "thumbsUpCount": 37, "thumbsDownCount": 0}, "files": [{"id": 15213, "sizeKB": 4001980.62109375, "name": "hspuCarRender_hspuCarV11.ckpt", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-03T22:00:05.895Z", "metadata": {"format": "PickleTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "81A85A17", "AutoV2": "3B0527F4A7", "SHA256": "3B0527F4A719181C1E2E0BB10C44DBE6DBAC89F533E53FBAFA7A9A6886AB97BF", "CRC32": "66DEEFDE", "BLAKE3": "213A48DBF70789EDADEDCF605B6816A73DE51A95907991C9E93187246B2524B0"}, "downloadUrl": "https://civitai.com/api/download/models/18192?type=Model&format=PickleTensor&size=full&fp=fp16"}, {"id": 15212, "sizeKB": 4001747.224609375, "name": "hspuCarRender_hspuCarV11.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-03T22:00:18.000Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "04D45899", "AutoV2": "F74258DC2E", "SHA256": "F74258DC2E2E1691472650C457BAAABA51F79E9D08BD9DE225984880EE16B1F9", "CRC32": "ED9EBBCA", "BLAKE3": "7D56BE4AB7070C807CB60FFE80D7E6FB1952B69AA3BAA9015E137C58F59DBFCD"}, "downloadUrl": "https://civitai.com/api/download/models/18192", "primary": true}, {"id": 15215, "sizeKB": 1.91015625, "name": "hspuCarRender_hspuCarV11.yaml", "type": "Config", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-03T21:56:36.922Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "B119DAAB95", "SHA256": "B119DAAB9572714A31BB30CE032B63E6C311D420BC48CBF3CE5BD8972C30A7B6", "CRC32": "398B8293", "BLAKE3": "CD6A22EA5651DE90689622204CAD34A70FD839AF557C7BB9747C395595CB0F5D"}, "downloadUrl": "https://civitai.com/api/download/models/18192?type=Config&format=Other"}, {"id": 15214, "sizeKB": 4775.9453125, "name": "hspuCarRender_hspuCarV11_trainingData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-03T21:56:37.098Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E0A9A964", "AutoV2": "AD3A6B4C88", "SHA256": "AD3A6B4C88C9ABD597B674D83FC4FABD0C016E40F1577185AA32D2EA5CF2AB76", "CRC32": "C3CFEC45", "BLAKE3": "7BD2A9975F5CF5A56BEA588842E061A67298AA5BA8088D37362AC50A1D77CEF2"}, "downloadUrl": "https://civitai.com/api/download/models/18192?type=Training%20Data"}], "images": [{"id": 187102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e001e4d0-75e3-413e-ee37-a037ee69a100/width=450/187102.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDE|0o0100_3~qIUM{?b4:H=_4%h8^I9xubH", "type": "image"}, {"id": 187101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eab44b5a-98ad-47f6-d309-e4775b52ac00/width=450/187101.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UME.t*oM4nIU~BxuE1M{MJ-:W?D%xZRjtRt7", "type": "image"}, {"id": 187100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c094a13-30b5-429d-82e8-8a09ee5fc800/width=450/187100.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBD9-m^k8^4n~WrWMwIU00r;%No~iu_3RPM|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/18192", "modelId": 4668} \ No newline at end of file diff --git a/datasets/metadata/182112.json b/datasets/metadata/182112.json new file mode 100644 index 0000000000000000000000000000000000000000..1f342947447df2cc926b086d76d4aaee1604881a --- /dev/null +++ b/datasets/metadata/182112.json @@ -0,0 +1 @@ +{"id": 182112, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-14T03:17:34.211Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 1145, "ratingCount": 104, "rating": 5, "thumbsUpCount": 168, "thumbsDownCount": 0}, "files": [{"id": 139754, "sizeKB": 22254.95703125, "name": "Shion_Slime-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-14T03:10:40.515Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "88EE2618", "AutoV2": "0E1B418C7A", "SHA256": "0E1B418C7A691F57F7548271014E0E9D7F1D12D78823A10EFC7517BF2DD49CB0", "CRC32": "8AECB391", "BLAKE3": "D731606F0271D00D287EF809139BA17B1BEC3ED673F27EE28C80FCB98AFACD40", "AutoV3": "BFCEFB7E6B23"}, "downloadUrl": "https://civitai.com/api/download/models/182112", "primary": true}, {"id": 139755, "sizeKB": 41450.005859375, "name": "Shion_SlimeV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-14T03:10:39.243Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3B83F1F5", "AutoV2": "5652CC7E22", "SHA256": "5652CC7E22475BFA3F7AE45243B409E869B50C3C525B997B2EA2A938468A34D4", "CRC32": "2EFDEF3C", "BLAKE3": "F04A73D607AAC9F81C378F9CBF7889FF97E64707E39365B7BB64097DA0C993B3"}, "downloadUrl": "https://civitai.com/api/download/models/182112?type=Training%20Data"}], "images": [{"id": 2955137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/902247d3-aa91-479d-8b36-ec34f2ba6419/width=450/2955137.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UuN9|Xx[OZxt~Xxt%MWENIM|xpax%1M|R%jZ", "type": "image"}, {"id": 2955174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35e2272b-0f77-4d9a-8769-1d40ba97774c/width=450/2955174.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UrNmWuk9XnoM~qxt%MkDNcjbs+WB-pIVM|s.", "type": "image"}, {"id": 2955178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/062e7546-ab68-42b6-b5e0-e7c9bbc6cf60/width=450/2955178.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPOV=fELL1Ny7jotK4R.V@iws5nNbuM|aIV?", "type": "image"}, {"id": 2955179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6743449c-d6b6-4195-b706-6c0437b76f84/width=450/2955179.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFLgkm-Y00t6Dk4n9tM_0K%exTk6~pM_Dij@", "type": "image"}, {"id": 2955180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8c8dc84-032b-4bc3-95b0-cfa7ef2f4e9f/width=450/2955180.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "URNb_q~UX8xa_4-nRjxuN2-nxCn%4;9ar:R:", "type": "image"}, {"id": 2955182, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a6bdba6-23aa-4baf-86f8-dd525d060d18/width=450/2955182.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "ULNb=U~X0KM{14xcjCM_01M|RiE0xbs.jYR%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/182112", "modelId": 46842} \ No newline at end of file diff --git a/datasets/metadata/182116.json b/datasets/metadata/182116.json new file mode 100644 index 0000000000000000000000000000000000000000..5b2568fc92e1e831abaf1a8c840767f1309bdb0f --- /dev/null +++ b/datasets/metadata/182116.json @@ -0,0 +1 @@ +{"id": 182116, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-14T05:29:36.678Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["lara_croft, brown_eyes", "sunglasses", "thigh_holster", "fingerless_gloves", "high_heel_boots", "shoulder_holster", "handgun"], "stats": {"downloadCount": 548, "ratingCount": 58, "rating": 5, "thumbsUpCount": 85, "thumbsDownCount": 0}, "files": [{"id": 139757, "sizeKB": 36986.34765625, "name": "lara_croftV1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-14T03:31:25.418Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FA513020", "AutoV2": "D44C40ED6C", "SHA256": "D44C40ED6C7E8AAF59D71EE13A0B3803E40B1D70D0A0A01CCDEA664C2D55FE0E", "CRC32": "AF60F316", "BLAKE3": "980275E56917E8CAEF7A1E77E3DC6530562FF75FA8FA4F32BF64FF6AA2251DA0", "AutoV3": "9CB799FF7E8E"}, "downloadUrl": "https://civitai.com/api/download/models/182116", "primary": true}, {"id": 139756, "sizeKB": 15971.6259765625, "name": "data69Lara.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-14T03:31:20.146Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "146808E5", "AutoV2": "370F815BAC", "SHA256": "370F815BACB6A9AF6F13C9839885B4EE43E270BC5A7AF972ACA78C838F23C5A2", "CRC32": "40AC8D31", "BLAKE3": "952C4D0621650F09E0058780884ACAAB9403589388D5C5F6B10E7138E86D0BC4"}, "downloadUrl": "https://civitai.com/api/download/models/182116?type=Training%20Data"}], "images": [{"id": 2939175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee4d024e-c21b-4ccb-b259-361a342529af/width=450/2939175.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UJHd~f-p~W~Bxax]kWV[%g?HxuWB^*afVsV@", "type": "image"}, {"id": 2937031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd119c97-4006-406d-88ca-27bf03d53896/width=450/2937031.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UEJHUB4;?^01={R-o#_4K79uIU-p0f.8-pI=", "type": "image"}, {"id": 2937032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5e5efc8-1508-48c6-a7b7-5133f346abcc/width=450/2937032.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "URKdC|~V?b?H_3of-:NH?aE2R*%2o#M|xaxu", "type": "image"}, {"id": 2937042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df212784-ff29-4225-be13-db8701c00689/width=450/2937042.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UIJk1K%N-:9Gcuo~WAxDxvM|IU%19aM|s:M{", "type": "image"}, {"id": 2938159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d328ac0e-9cd7-4b51-bc78-468ffe721467/width=450/2938159.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "URIqy3WC?a?b?wt7t7%g~XogNG%NI[S2kCt8", "type": "image"}, {"id": 2937030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78004c32-d4f2-4387-83fb-b9ebd7d4ee4b/width=450/2937030.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UYJQ_]~qpIaeM|D+IpM{.8tRxajYNeS6xuoe", "type": "image"}, {"id": 2937028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54644160-a02e-4fb3-b817-8e8b39340e64/width=450/2937028.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "U8Ja4X~puiI[%M4oMx9G1g_3^+_2004ns.XS", "type": "image"}, {"id": 2937025, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26f8110b-9b6e-4336-9edb-88ef38e3d604/width=450/2937025.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UNH_fA?bWT-:JXtSRORj_NX9RijrIrM|j=xa", "type": "image"}, {"id": 2937035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37483405-87c5-4336-8494-2893ad52db43/width=450/2937035.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UKI4z]~VbvxZ-;ofWBIVNeaxRPD*-UR*I;s:", "type": "image"}, {"id": 2937024, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/101f545d-068d-4e99-9f59-26a3683362e2/width=450/2937024.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UKIq+I_3k9tR9f%Ns-jZ?wIrM_oLx_S6IUt7", "type": "image"}, {"id": 2937029, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbbde387-6100-4e90-8d23-a8a09b123b79/width=450/2937029.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UPK15i^+_M~V~poL?GNc~VIoI:t7x]Rjxaxu", "type": "image"}, {"id": 2937026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b7319be-8937-4e21-a884-096b4b047479/width=450/2937026.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "ULIEhP~q-:E0PC%hs+VryENy9FnhRnNIWUax", "type": "image"}, {"id": 2937033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3e55f47-0b8f-4f33-a370-d8dd720a99cb/width=450/2937033.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UKIXml_3g2^j.9XTxCIU~qxuNGRjIqM|adxa", "type": "image"}, {"id": 2937034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f65a28f4-5e12-480d-8b67-f1bd72403bcd/width=450/2937034.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UDI;q].9.8RjlV%gf5IATeR.Di-p0MIBs,RP", "type": "image"}, {"id": 2937041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/737dfc49-193c-4ac3-8d18-8007a15fc073/width=450/2937041.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UXHUa:~p-;of-;%MW=RQXTtSxuj]I;Ipa~jt", "type": "image"}, {"id": 2937078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e0a584d-d869-4128-a5a3-91f5f8a63034/width=450/2937078.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UWIXs*-;X8%1.TX9xZM|x^M|WAoft7RPM{xu", "type": "image"}, {"id": 2937079, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86d5ca27-0440-4918-82c7-3c9f8158c68d/width=450/2937079.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "URIqo#_NpJ%MXUIpM{RP-;xuj[Mx%MX9I=WV", "type": "image"}, {"id": 2937169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1adf1733-d170-4790-b316-99b29c7b5947/width=450/2937169.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UDH1[A-:?bD*.T9FIUM{TLwHx]of0%IU$$xt", "type": "image"}, {"id": 2938157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86c0710f-2528-4a0f-acf2-f4b71224cdb3/width=450/2938157.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UFK18nof_M~B~WNH^jIU?b-oIU4o={Rk9aM{", "type": "image"}, {"id": 2938158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac31cc69-0284-4cf5-be7d-5daef2463907/width=450/2938158.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UII#W2?bI9?G.T%hxVIU?wxuD$s.WFM{IUt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/182116", "modelId": 161778} \ No newline at end of file diff --git a/datasets/metadata/182488.json b/datasets/metadata/182488.json new file mode 100644 index 0000000000000000000000000000000000000000..1d7083e0af79981827cf605662a40e27edc9c001 --- /dev/null +++ b/datasets/metadata/182488.json @@ -0,0 +1 @@ +{"id": 182488, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-14T16:16:02.053Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": ["nakiri erina", "yukihira souma", "arato hisako", "tootsukischool", "tootsukisummer", "main thighhighs", "cooking-uniform"], "stats": {"downloadCount": 848, "ratingCount": 157, "rating": 5, "thumbsUpCount": 191, "thumbsDownCount": 0}, "files": [{"id": 140102, "sizeKB": 37099.3662109375, "name": "NakiriErinaV10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-14T16:15:47.103Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "58FC68AC", "AutoV2": "76D29F7687", "SHA256": "76D29F76874994355EB55CEB717A34C597BDE9263DFD67440B3BBED32615C910", "CRC32": "94042771", "BLAKE3": "87F3902ABA31A6C0976091C23ACAC0F6468D0E94BA87EAFA5C18D49B846CBD8E", "AutoV3": "29D661F8D112"}, "downloadUrl": "https://civitai.com/api/download/models/182488", "primary": true}, {"id": 140103, "sizeKB": 291058.9658203125, "name": "ErinaSet.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-14T16:15:46.365Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1069887B", "AutoV2": "A69EC09743", "SHA256": "A69EC097433A180CE20D641662437CA73080D21EDD02C68116F147B87C65C59E", "CRC32": "E842808D", "BLAKE3": "C1A3C19D33BDE99F17ABD1609CB545B84FE216E4BFA91D384E2BBB127DD5F1C1"}, "downloadUrl": "https://civitai.com/api/download/models/182488?type=Training%20Data"}], "images": [{"id": 2946232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc3b3a13-fa4a-47cd-9d6f-94759138e469/width=450/2946232.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UYJQsF4oI.t8~qD*ozIo-:RjE3bYs:aeWFoe", "type": "image"}, {"id": 2946230, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f5780d1-584d-4f32-b530-0ba6539b4607/width=450/2946230.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UdI;n@%2E1D*~qX9WqniX5W=kXn$$#jsX9bH", "type": "image"}, {"id": 2946229, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ade5897c-9692-4abb-b99e-0623c0a31287/width=450/2946229.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UFHU5|0K00~Wj;WB57?G4.xbOG$%o0R*Net5", "type": "image"}, {"id": 2946233, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1179a1b-a45b-4179-b341-e1e76d64ba55/width=450/2946233.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPJ%Oe00~V=dS$4.x]MybWpIEM-Ts*IqNGof", "type": "image"}, {"id": 2946236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eef86fad-d994-4d0e-8bcf-13aba9da6973/width=450/2946236.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKIg$O01l8?HV@R5x[D*~ARP57$|s9WBxuX8", "type": "image"}, {"id": 2946235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/157a969d-b2b6-4281-8626-e7a68a281cd0/width=450/2946235.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCIELu0000Nt}tIUt+0000E1l8Ip^k4.%#o|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/182488", "modelId": 162084} \ No newline at end of file diff --git a/datasets/metadata/18255.json b/datasets/metadata/18255.json new file mode 100644 index 0000000000000000000000000000000000000000..875385eea01071d0314368da2a821ca44a7899f0 --- /dev/null +++ b/datasets/metadata/18255.json @@ -0,0 +1 @@ +{"id": 18255, "index": 2, "name": "Burlap V1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-04T01:37:26.336Z", "availability": "Public", "nsfwLevel": 28, "description": "This version has a problem with putting the head out of frame to focus on the outfit. To avoid this put 'head out of frame' in the negatives. This version does a good job with the concept, and I'll revise it soon with more training data to hopefully make it a bit more flexible with scenery, and faces. AT the moment does tend to make burlap walls in the background I'm hoping If I expand training data that can be removed in the next update try putting 'wall' and 'burlap wall' in the negatives for now. This model was trained on WarriorMama777's abyss orange mix 3 from huggingface.
", "trainedWords": ["burlap (clothing item)"], "stats": {"downloadCount": 372, "ratingCount": 72, "rating": 5, "thumbsUpCount": 73, "thumbsDownCount": 0}, "files": [{"id": 15455, "sizeKB": 11005.1201171875, "name": "200_burlap material.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-04T13:01:21.848Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B13F5876", "AutoV2": "467ED4271E", "SHA256": "467ED4271ED745CA88BA1B6838FE3309C27F14C9449E3DE9CEFA659ED31DEB7F", "CRC32": "9BD2C9B6", "BLAKE3": "37B970A6543CFC0577002150230C87D696E477F0969706A1F0E6BCC39EA15791"}, "downloadUrl": "https://civitai.com/api/download/models/18255?type=Training%20Data"}, {"id": 15276, "sizeKB": 147571.1123046875, "name": "Burlap V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-04T01:41:28.551Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "F8F82C5D", "AutoV2": "7465B35BA9", "SHA256": "7465B35BA951C316B521EFDB08A19CAFE12CA4F04AE5D8BFE6D645D43FC34E26", "CRC32": "9D6C5EEB", "BLAKE3": "AB594851E6655D758A9E6E7173E994046BC643E9539F31394B73C0817F6B0FE8", "AutoV3": "ACBA7E161FAF"}, "downloadUrl": "https://civitai.com/api/download/models/18255", "primary": true}], "images": [{"id": 187902, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6acf17cf-c39d-4ad7-bc33-dec50136b000/width=450/187902.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U5H1;[0000~Vt-MxD%4:IooJ?H-o00%M4:-o", "type": "image"}, {"id": 187909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b278c13f-8b66-4a9e-d865-350bc0897c00/width=450/187909.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UMHUg}~VbbIV9aozIUWBS2t6xtof%2kCWBbH", "type": "image"}, {"id": 187908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35b4ce69-54bf-4d1e-ea13-05c29b396d00/width=450/187908.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIHK@4~V4oax%3t7Rjs.-pt7%LogRjWBR*xt", "type": "image"}, {"id": 187907, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c88e187-e647-4872-d455-30c571efc100/width=450/187907.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNHng3~V9Z4:t8NHRjoINGxZoft6V@WBRkj]", "type": "image"}, {"id": 187906, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e008dcb1-6828-4463-13cd-22549fdb7100/width=450/187906.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UAH1-.00Mv-;OabF9FI;~VIU^+oL?G9GS5-;", "type": "image"}, {"id": 187905, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6141b86-a84c-46c5-8122-b9fcb1419500/width=450/187905.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCI4;HrqIU~V?cM|xZIV?aofj[IU^*jY9Gt7", "type": "image"}, {"id": 187904, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60a9ee3c-b03c-4577-ac2d-6b7235574900/width=450/187904.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UIIh1=9GM_~W_NNGxt%MkrIo%Lxv-=R*ofx]", "type": "image"}, {"id": 187903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/778119af-86c2-42de-ea89-d84fb82d0900/width=450/187903.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U9HBSV^*0000~WM|%0%1M{M{-:%M-:ayofof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/18255", "modelId": 15477} \ No newline at end of file diff --git a/datasets/metadata/182701.json b/datasets/metadata/182701.json new file mode 100644 index 0000000000000000000000000000000000000000..05f13a1b542722721832392a5339aad3eba96408 --- /dev/null +++ b/datasets/metadata/182701.json @@ -0,0 +1 @@ +{"id": 182701, "index": 4, "name": "Civitai Lora - Dataset", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-10-17T01:04:00.613Z", "availability": "Public", "nsfwLevel": 23, "description": null, "trainedWords": [], "stats": {"downloadCount": 91, "ratingCount": 2, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 141571, "sizeKB": 445875.76171875, "name": "FF_Safe_AnimXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-16T22:06:18.813Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "37DA2BBD", "AutoV2": "3FFAA76894", "SHA256": "3FFAA768947C6499E24E5070197BF66917D676240493F4E0FEFDB1A0504930FC", "CRC32": "78176F3E", "BLAKE3": "69ECE8BDB595A30764459397BF1A4DEFBF5E48D2741F34F852456D2DBBBD98B3", "AutoV3": "BDD6C4A2F1DA"}, "downloadUrl": "https://civitai.com/api/download/models/182701", "primary": true}, {"id": 140276, "sizeKB": 56925.703125, "name": "182701_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-14T22:55:42.255Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A1A2E72E", "AutoV2": "5357589CAD", "SHA256": "5357589CAD9685BD89816EC5412FF0B07294DB0256B2DF679B6A8B086C237EF6", "CRC32": "E979796B", "BLAKE3": "6499B211D0A27AFD1A23CD87E036D206994A8E77A593871FD2234D9AFCCC0865"}, "downloadUrl": "https://civitai.com/api/download/models/182701?type=Training%20Data"}], "images": [{"id": 2987855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8df459cf-55d4-43f9-8961-4ec58e37fdae/width=450/2987855.jpeg", "nsfwLevel": 1, "width": 864, "height": 1152, "hash": "U7C?J%~V#%-nK,WVM_E2%Ns.Ioxu-;Rj-o%M", "type": "image"}, {"id": 2987843, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ae75d03-79c6-43d7-89b0-c1bed3e683bf/width=450/2987843.jpeg", "nsfwLevel": 4, "width": 768, "height": 1280, "hash": "U7C=rR-p%M56}[$j5+9Z009tbvt79FV?rqxu", "type": "image"}, {"id": 2987842, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9140b801-4ee9-4751-97f4-8217bb145cb4/width=450/2987842.jpeg", "nsfwLevel": 4, "width": 832, "height": 1280, "hash": "UEFETC?G~AoI0%t6E3R+OYIpsVRk%2WVNaoL", "type": "image"}, {"id": 2987840, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7ec5666-4fef-4793-b6a9-8bb43a77c312/width=450/2987840.jpeg", "nsfwLevel": 2, "width": 832, "height": 1280, "hash": "U2ID]X~Tps^$qJ-p00D+00In5iIo4T-S0ZaL", "type": "image"}, {"id": 2987841, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60bfdaac-81bc-405f-98fe-4a73bc7fdeb1/width=450/2987841.jpeg", "nsfwLevel": 2, "width": 832, "height": 1280, "hash": "UKG]vm4.Y4_2~BD%R.-:$lR+flxax@x[jEMz", "type": "image"}, {"id": 2988284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccf31b1b-996e-4788-970b-f1d3fbe1c521/width=450/2988284.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "U69G?nBW9ZpH1*%Ms8S14nRj={Md{|oz9u;3", "type": "image"}, {"id": 2987839, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/966543ba-846a-4012-a48f-d3403c0b7eed/width=450/2987839.jpeg", "nsfwLevel": 2, "width": 832, "height": 1280, "hash": "UIE:Vo-;XSWXN3?bxubH9D-;xZof?wxuxuV@", "type": "image"}, {"id": 2987846, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86292036-5660-4cec-a028-7d2b4c3300c7/width=450/2987846.jpeg", "nsfwLevel": 2, "width": 832, "height": 1152, "hash": "U46@yYof0gay^joL9uR*0ee.-UWV0zbI}?s-", "type": "image"}, {"id": 2987844, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a37df8c-97e9-4b69-bc22-eccf09058faf/width=450/2987844.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "U9COzS}@SvI:t6xYD*r?o|X8s:oLEMNHS2WV", "type": "image"}, {"id": 2987845, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dabba95f-a360-4b14-a820-1526c52fa326/width=450/2987845.jpeg", "nsfwLevel": 1, "width": 832, "height": 1152, "hash": "U68;Jf%$I9Q+~qT0VqrpIpI;-nxut8bI-nSi", "type": "image"}, {"id": 2988283, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ab86ca7-bef1-450a-9af8-c7a1b3c05733/width=450/2988283.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UCF#~_IU-o9GKl4.4:xCpJ=_xtIV~qIo-pV@", "type": "image"}, {"id": 2987848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e297889-5d78-4032-a55d-8259807ded90/width=450/2987848.jpeg", "nsfwLevel": 4, "width": 832, "height": 1280, "hash": "USG[Wibvxun3*0t6WVM{OtNFWANHoM$LV?Ne", "type": "image"}, {"id": 2987847, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96b1db02-412a-4d06-910e-684a1c641009/width=450/2987847.jpeg", "nsfwLevel": 1, "width": 1152, "height": 832, "hash": "U7AdN2_N0000IpV@f4%N%MofV@D%%Mt6IARj", "type": "image"}, {"id": 2987850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8e3a335-33ea-4d33-8c65-d52220751988/width=450/2987850.jpeg", "nsfwLevel": 4, "width": 832, "height": 1152, "hash": "U4Dcdn?c009F00W9i_D$00_3]%S$-.M{_N8_", "type": "image"}, {"id": 2987852, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8795a685-9e0a-476b-bd2d-f5203d275efb/width=450/2987852.jpeg", "nsfwLevel": 16, "width": 896, "height": 1152, "hash": "U7INz101=q000001D%-p#6-o9a~W59%M-Txa", "type": "image"}, {"id": 2987849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/135b3027-86d0-4e1b-b7a8-e586030992b6/width=450/2987849.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "UAE_Ez~V1CO;%{t%.7-qkX?H?aXgxbx[tNxa", "type": "image"}, {"id": 2987851, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d724dc2-9aeb-4148-9598-46ec2a14de75/width=450/2987851.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "U79jTG~Da~rXpII:I.NF0Kt7M{IoDjxa=L-V", "type": "image"}, {"id": 2987853, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3dd0965f-1d7a-4053-b760-4975c21b3283/width=450/2987853.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "U58g?La_TxNG?^xtozIo-;x]ogRi?wtRWAM_", "type": "image"}, {"id": 2987854, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/819a082e-3e96-44c4-990b-72b29a3433f8/width=450/2987854.jpeg", "nsfwLevel": 1, "width": 864, "height": 1152, "hash": "U8GlM9~CTyI;0Z,@^+xan3-Uzp$*-V#;V?kW", "type": "image"}, {"id": 2987856, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59fefcec-6214-438f-bad3-1975695ee0b3/width=450/2987856.jpeg", "nsfwLevel": 4, "width": 864, "height": 1152, "hash": "U7B3E3^*AB57~V~AWW9tS~X8jF$g_2g3IVRQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/182701", "modelId": 162227} \ No newline at end of file diff --git a/datasets/metadata/182867.json b/datasets/metadata/182867.json new file mode 100644 index 0000000000000000000000000000000000000000..bb12250550f7db13e015e22ec0af72b6b114a1fb --- /dev/null +++ b/datasets/metadata/182867.json @@ -0,0 +1 @@ +{"id": 182867, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-15T05:23:09.937Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 413, "ratingCount": 70, "rating": 5, "thumbsUpCount": 89, "thumbsDownCount": 0}, "files": [{"id": 140418, "sizeKB": 22251.86328125, "name": "Nadia_Sadeena_ShieldHero-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-15T05:29:39.024Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "63DEF887", "AutoV2": "7C08EA5711", "SHA256": "7C08EA5711A34F1E60ACE4B1FE8728CD5B5738D2416840DD1088C31DD8FAFAFA", "CRC32": "4FC10B3F", "BLAKE3": "1D77CC7C7714A19FA185633C84DCD62B1DD751ADA78F4EE800316DAE34325081", "AutoV3": "72AAF6B6AEED"}, "downloadUrl": "https://civitai.com/api/download/models/182867", "primary": true}, {"id": 140420, "sizeKB": 35910.673828125, "name": "Nadia_Sadeena_ShieldHero.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-15T05:30:12.847Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B57131DD", "AutoV2": "F6F20FE2C4", "SHA256": "F6F20FE2C4AD14694DA56973F72D288C4E35546690949CF1B6E300A2E46F8C8F", "CRC32": "0EC466F6", "BLAKE3": "4169530F757027A7E3402C5E8531BF343842DB85867D30872D3681EC3BE601E5"}, "downloadUrl": "https://civitai.com/api/download/models/182867?type=Training%20Data"}], "images": [{"id": 2955150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b45def7-9c21-423f-aff2-25457d6520bb/width=450/2955150.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9IEIV}=00D*00}?^j=|^*?F^kNH=^$$~B0f", "type": "image"}, {"id": 2955183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84ba1ada-946e-4ffe-8b81-1d7b0038bf8a/width=450/2955183.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U9G*.ztQ00-A00^P~p58=_NHxa$%H?$%K6EN", "type": "image"}, {"id": 2955976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c805f127-df41-40d0-af9d-212fb4ec5831/width=450/2955976.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UJLW9G%L0zxa00r=IVs.01oe%1Rk~Uj?$%WU", "type": "image"}, {"id": 2956198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5561120b-5a6d-4b7b-abe4-87a45c68fe17/width=450/2956198.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UOH_PgEN4.5R8_Ip%Li{9FjFt6oz_NSO$#EM", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/182867", "modelId": 162356} \ No newline at end of file diff --git a/datasets/metadata/183042.json b/datasets/metadata/183042.json new file mode 100644 index 0000000000000000000000000000000000000000..7bbf3070512832a3be29886d4b7c055f74de9eed --- /dev/null +++ b/datasets/metadata/183042.json @@ -0,0 +1 @@ +{"id": 183042, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-15T11:12:09.096Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 369, "ratingCount": 42, "rating": 5, "thumbsUpCount": 54, "thumbsDownCount": 0}, "files": [{"id": 140559, "sizeKB": 22259.82421875, "name": "Haman_Karn_CDA-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-15T11:04:52.446Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D12F6F2E", "AutoV2": "733B5AF6DC", "SHA256": "733B5AF6DCBDF6C358543B25203E76C4C0EFEB55C79EA3E192A80FEDAEC9619D", "CRC32": "78AEE71E", "BLAKE3": "A7B443390D34347629513AA2290646C1EBAA59B8155B0D8B0029E4010EA00552", "AutoV3": "2CF96DAF181E"}, "downloadUrl": "https://civitai.com/api/download/models/183042", "primary": true}, {"id": 140560, "sizeKB": 39701.173828125, "name": "Haman_Karn_CDA.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-15T11:04:43.304Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7843F6A1", "AutoV2": "803BA660D5", "SHA256": "803BA660D5297A3EC67259EF2DCB4531A97503CD56BD2A7A10140EF9442C61F2", "CRC32": "D6592DAF", "BLAKE3": "1C82F2E4E71DFACA56867885303180D8915D29161375B15BF0AAAD32F7A00DA9"}, "downloadUrl": "https://civitai.com/api/download/models/183042?type=Training%20Data"}], "images": [{"id": 2959231, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0d07008-7ae5-4f04-9e90-d91da4b6671d/width=450/2959231.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USN,A5xuTKxaMJof?^ofxvj[SyfkR4j[s9ay", "type": "image"}, {"id": 2959308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/169485ce-7763-41e6-866b-61e9fcc075e9/width=450/2959308.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UXM?xjt7gNt7rsay?^ofx^j]xtofM_a|xuof", "type": "image"}, {"id": 2959435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aed9d329-649d-4d62-9f80-343e741c3de3/width=450/2959435.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEJHB,xu00n,00Rj.lax?cbHt+s:O?ofaJWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/183042", "modelId": 162463} \ No newline at end of file diff --git a/datasets/metadata/183067.json b/datasets/metadata/183067.json new file mode 100644 index 0000000000000000000000000000000000000000..175fbbb9a35651683a757399e14cbfc3d566e27d --- /dev/null +++ b/datasets/metadata/183067.json @@ -0,0 +1 @@ +{"id": 183067, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-15T11:52:38.585Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 238, "ratingCount": 27, "rating": 5, "thumbsUpCount": 35, "thumbsDownCount": 0}, "files": [{"id": 140584, "sizeKB": 22258.14453125, "name": "Hermit_Mio_EdensZero-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-15T12:50:39.935Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "821BEAAE", "AutoV2": "63AF22DD5C", "SHA256": "63AF22DD5C84979994A51E0A341A6549A2ABCA97E6103F68282FB93DF96275F0", "CRC32": "52785184", "BLAKE3": "971474DD1CAA81CAE9706A75305FE2590E87C127A4233CFE3C199C6D9E2380EC", "AutoV3": "25DFF3E36390"}, "downloadUrl": "https://civitai.com/api/download/models/183067", "primary": true}, {"id": 140585, "sizeKB": 50785.4580078125, "name": "Hermit_Mio_EdensZero.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-15T12:50:47.180Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "69A00248", "AutoV2": "374FAC8BCA", "SHA256": "374FAC8BCA2F2EFF16474C19D3FEED3E5CF372E24D740D2EDF75052F0B74FA74", "CRC32": "7B71BD1B", "BLAKE3": "1DDD3ED5DE3C006018AC0BDF5108B1CF089D9A3A97FD6FA352C29C542F665F93"}, "downloadUrl": "https://civitai.com/api/download/models/183067?type=Training%20Data"}], "images": [{"id": 2960331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5624cd44-b3f3-404a-8467-11be1831aec2/width=450/2960331.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaLq#0ogIpt7p0WB-pkCbxWC$xoe~qof-koe", "type": "image"}, {"id": 2960325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5624cd44-b3f3-404a-8467-11be1831aec2/width=450/2960325.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaLq#0ogIpt7p0WB-pkCbxWC$xoe~qof-koe", "type": "image"}, {"id": 2960181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/488a9642-70e2-4293-a883-4e9c29c5f693/width=450/2960181.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFManzM|0MIV019FROD%_3D%mPRi~qWB,SWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/183067", "modelId": 162522} \ No newline at end of file diff --git a/datasets/metadata/183458.json b/datasets/metadata/183458.json new file mode 100644 index 0000000000000000000000000000000000000000..29555fef77644057f2a36b0e4a95f3373642fc10 --- /dev/null +++ b/datasets/metadata/183458.json @@ -0,0 +1 @@ +{"id": 183458, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-16T01:00:25.110Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 562, "ratingCount": 68, "rating": 5, "thumbsUpCount": 91, "thumbsDownCount": 0}, "files": [{"id": 140906, "sizeKB": 22256.23828125, "name": "Haman_Karn_ZZ-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-16T00:56:50.312Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C224ECB5", "AutoV2": "F0E7DC951D", "SHA256": "F0E7DC951D98048E502F3514D424908EEFBBC399CA9DBD9E6AC548687DED2378", "CRC32": "DF4AE9D8", "BLAKE3": "AA408B4DD8E1C4FD81A446D205E4CCE8ACAFD5873BC82CDE9A8239632E05B97B", "AutoV3": "001DB66BD29D"}, "downloadUrl": "https://civitai.com/api/download/models/183458", "primary": true}, {"id": 140907, "sizeKB": 35915.1259765625, "name": "Haman_Karn_ZZ.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-16T00:56:52.465Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DFDF84C3", "AutoV2": "DC3509FEB0", "SHA256": "DC3509FEB0EEF7B11ED32005267C331303095840924B1EC3AB993CBBA090526A", "CRC32": "86044251", "BLAKE3": "1F9F918828B63928F78ABB8A4CFABC1BB434EFDC14C4A17EC251A1AC4A4B2214"}, "downloadUrl": "https://civitai.com/api/download/models/183458?type=Training%20Data"}], "images": [{"id": 2969664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39f00e09-959f-478a-aecd-4b0d4bec366b/width=450/2969664.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USKAH7?HO[oy?dWDXmIptmof%LoK-.NGacad", "type": "image"}, {"id": 2969979, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8adaa94-4c48-4106-b201-8ba76170c1d6/width=450/2969979.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UbNS1_^k9unO9HrtK0Si9K$+xCni~Cozs;xb", "type": "image"}, {"id": 2969787, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be908393-bc78-497d-abbd-e9563df68286/width=450/2969787.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UpI4x3%2x^bZ~WxatQoeIoofn#oKt7kBadj[", "type": "image"}, {"id": 2970097, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bb0694d-24a2-4f76-bd07-f1e6463f6079/width=450/2970097.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UgNImlIoEgx]s@M|xaRnIvw^$$xZ~CR*aKt6", "type": "image"}, {"id": 2970100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bdc5179-018d-4836-aa6d-3396e7272196/width=450/2970100.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UZMsA}-p5;E19HxGE1bv9dt8s7WB~CRkIonk", "type": "image"}, {"id": 2970101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee8508ce-2c20-453e-afbe-2e79f5a2b15f/width=450/2970101.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UYLCxZs;-;-p~E%MOskDM#tR%1xa=#I:j;NG", "type": "image"}, {"id": 2970102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee8508ce-2c20-453e-afbe-2e79f5a2b15f/width=450/2970102.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UYLCxZs;-;-p~E%MOskDM#tR%1xa=#I:j;NG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/183458", "modelId": 162830} \ No newline at end of file diff --git a/datasets/metadata/183810.json b/datasets/metadata/183810.json new file mode 100644 index 0000000000000000000000000000000000000000..50b0ee3729628931e28aec40427bcee6582faa32 --- /dev/null +++ b/datasets/metadata/183810.json @@ -0,0 +1 @@ +{"id": 183810, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-16T13:34:22.687Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["selvaria_bles", "Military_uniform_Black_short_dress_Detached_sleeves_Golden_belt_Black_pantyhose_Halterneck_High_heels", "Selvaria_Black_bikini"], "stats": {"downloadCount": 604, "ratingCount": 71, "rating": 5, "thumbsUpCount": 101, "thumbsDownCount": 0}, "files": [{"id": 141199, "sizeKB": 36991.69140625, "name": "selvaria_blesV2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-16T13:30:49.570Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "71996D92", "AutoV2": "BBC27A4B8B", "SHA256": "BBC27A4B8B9490DABE13E98F1505407A9DA54C3EBA7B1A3506FBB399B8DE98A5", "CRC32": "B400B433", "BLAKE3": "69B3C657C94AD361D91C03A15A14EE9A4345313271F30CBF01C53F5F0808D327", "AutoV3": "9A94388C8849"}, "downloadUrl": "https://civitai.com/api/download/models/183810", "primary": true}, {"id": 141201, "sizeKB": 60087.2919921875, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-16T13:31:09.994Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "ADA13068", "AutoV2": "A44D7E0657", "SHA256": "A44D7E06574BFB295FA3220171C6FC6B80340391F452FE6DCC404F78B4B29FF0", "CRC32": "CB22AC88", "BLAKE3": "DD461517A9BD59E84424C03CDCBEACFD2DA03A7B2EC8F3EBEF188596A0DE215A"}, "downloadUrl": "https://civitai.com/api/download/models/183810?type=Training%20Data"}], "images": [{"id": 2977657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7eb22545-f236-4d74-a1e6-6502f169ea8c/width=450/2977657.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UbIqQ4RQQ.%2~CM_I9oznPxbVsozWWW;M{ax", "type": "image"}, {"id": 2977659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab346420-3a7b-48b9-8655-816922cd6049/width=450/2977659.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UCJai%~W00IV%hIU8_xbBDxv~BtQSKIU9F%2", "type": "image"}, {"id": 2977641, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e32fc99-f987-4f04-b34e-ff98a5faaec7/width=450/2977641.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "ULGa:,16-NN|~VE3D$RQM}M|M{WBD+owahtQ", "type": "image"}, {"id": 2977651, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5704a6d-9688-4273-ad3e-1a63d32c638f/width=450/2977651.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UMI;VV=}Is.7JVkB9FMy~WRj4.%M57Ios;xa", "type": "image"}, {"id": 2977661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd966edf-3e55-4b86-92b7-3ebeb3dec082/width=450/2977661.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UQMP,-~X9#?bF3%NRORQ.8xbRP-;RSofS4Rj", "type": "image"}, {"id": 2977653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d20d299f-a2e4-4264-ab95-c3ad5a2094f3/width=450/2977653.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UUJ7?*-:_3oz~qR*D%oM?boeMxWBR.oLRjof", "type": "image"}, {"id": 2977640, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02387bff-5af0-4c57-ba21-7596a5a0d36b/width=450/2977640.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UFKKZv%3yE%MFg-oD%NG~qE1D%n%%3NGD*t7", "type": "image"}, {"id": 2977654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44b0247b-f5d0-4576-9f52-f7bde872d76b/width=450/2977654.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UaH.+-={T|JWlU$~NFT0.TIpELENE4xFn,Rj", "type": "image"}, {"id": 2977637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c99dd569-8092-4751-bae7-d17e684fff24/width=450/2977637.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UeK1,z%1Tz%2*0xuShR+OuNGE2NGniozRPWV", "type": "image"}, {"id": 2977642, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9c0d599-68bd-40f6-9543-12ccb8594132/width=450/2977642.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDGbF[.8nn=}~XtQ00IU9akE9FE10LIAIUD$", "type": "image"}, {"id": 2977643, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b51ebef-a5a8-44d0-b5b2-56fc3cac3384/width=450/2977643.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UHF5:K4oE1-p_4Vs4nWWE3%MD%WB9a%MMwWW", "type": "image"}, {"id": 2977645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1159910c-36ff-43aa-9122-ac9267f91b74/width=450/2977645.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UDIg[y01ng~W0eNd01E2R:xbtRxt4:skM{-o", "type": "image"}, {"id": 2977646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d625666-7db4-453d-aafd-82180efb9db2/width=450/2977646.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UPIXU3%gVbxu~Wxt8^M{RQo#9FM{9aM{M{IT", "type": "image"}, {"id": 2977649, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85db3462-4731-4484-8a96-1129344da27a/width=450/2977649.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UUJRN@Ri~q%M%Mxu9FR*xvM{M_s:IUWBWCof", "type": "image"}, {"id": 2977656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b729cb17-e71f-4f38-87df-520debd11b58/width=450/2977656.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UVKd*$%M_Nxu?bD%9Yt7-=%Mt6R*afxuxujZ", "type": "image"}, {"id": 2977655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd992c7e-8032-446f-bbfa-d27b20f100de/width=450/2977655.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "ULF~Eh9aD*%M_4Mx4njZNH%ME1WB9ZxuROf,", "type": "image"}, {"id": 2977664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdbcebdb-cf07-4efd-9329-ca505c9f974d/width=450/2977664.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UQG[KFIU9G~Woz%1nhE1ngof9FV?tR%2V@xt", "type": "image"}, {"id": 2977665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38ee57ad-9b5c-4801-b820-75fb0ca54eee/width=450/2977665.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UNKJoowhm.?Hn6xD4nE1~VWBD%-:9HIo%Lxa", "type": "image"}, {"id": 2977662, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ef8598d-a062-4914-bd62-805663fbde42/width=450/2977662.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UQI#7b?I?c~X~q?HD%-;SOt7RP%2E2WVR+kB", "type": "image"}, {"id": 2977663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0b91f41-e138-41cf-bb5a-5f763b2f78a6/width=450/2977663.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UGJH8h01^*~W%Mx]00I;?bM|ITWBxcxuD*%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/183810", "modelId": 19501} \ No newline at end of file diff --git a/datasets/metadata/18391.json b/datasets/metadata/18391.json new file mode 100644 index 0000000000000000000000000000000000000000..9fb9c347dc6ab48980543afde64c357b216ddd3a --- /dev/null +++ b/datasets/metadata/18391.json @@ -0,0 +1 @@ +{"id": 18391, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-04T08:50:43.337Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["1girl"], "stats": {"downloadCount": 973, "ratingCount": 153, "rating": 5, "thumbsUpCount": 161, "thumbsDownCount": 0}, "files": [{"id": 15389, "sizeKB": 36978.4140625, "name": "kana.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-04T08:56:14.279Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "A58932F3", "AutoV2": "CC69B458BE", "SHA256": "CC69B458BE314CEB0D2542A727F22961260EC9A2166CAD1F874BD6C85ECE237E", "CRC32": "7B4FD8C9", "BLAKE3": "BECADA3B0530E112F8902D8625D902B37898AD66A1B4D0E38E75EA55FA270E3D", "AutoV3": "3C3B230E59EC"}, "downloadUrl": "https://civitai.com/api/download/models/18391", "primary": true}, {"id": 15390, "sizeKB": 10197.798828125, "name": "7_kana.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-04T08:56:23.267Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A2CBE445", "AutoV2": "329F32F095", "SHA256": "329F32F095A94163019975C2FDAA01C0CF773359268BD13A6D396538C65ED08D", "CRC32": "23384BCC", "BLAKE3": "10E750CC724E068AD7FAC3692BB533834414995C84E60FE0DF3285413EF59E2B"}, "downloadUrl": "https://civitai.com/api/download/models/18391?type=Training%20Data"}], "images": [{"id": 189667, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30b112bd-cde4-4ad7-774f-33f018e9cf00/width=450/189667.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQGI4S_4yDt8%M-pxaxaROV?E1NG4:V@-oWB", "type": "image"}, {"id": 189668, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab1d2e0b-22c5-476a-baa9-ff54b141dd00/width=450/189668.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMHB_C-=~qaK_2%MIUMxocf6RjRjR+adxatR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/18391", "modelId": 15591} \ No newline at end of file diff --git a/datasets/metadata/184006.json b/datasets/metadata/184006.json new file mode 100644 index 0000000000000000000000000000000000000000..489b2c79869f84619b307e44ae54f802665177e7 --- /dev/null +++ b/datasets/metadata/184006.json @@ -0,0 +1 @@ +{"id": 184006, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-16T19:19:32.084Z", "availability": "Public", "nsfwLevel": 21, "description": null, "trainedWords": [], "stats": {"downloadCount": 411, "ratingCount": 78, "rating": 5, "thumbsUpCount": 92, "thumbsDownCount": 0}, "files": [{"id": 141401, "sizeKB": 147583.015625, "name": "jeehyungleestyle50plusface-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-16T18:31:04.628Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F0DB18D0", "AutoV2": "ADD97019FC", "SHA256": "ADD97019FC7861337FBAF535C6697BB4D5DDB68D1D59D30B5FE40AA7357947F6", "CRC32": "AF9BE9AA", "BLAKE3": "0CB53B857DD4B365497BCD872FF9974AD4D4079500C67E90AEDABCEBAA290AFF", "AutoV3": "0E035FA84BD0"}, "downloadUrl": "https://civitai.com/api/download/models/184006", "primary": true}, {"id": 141400, "sizeKB": 142657.4775390625, "name": "50_jeehyunglee.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-16T18:30:54.990Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EC524C30", "AutoV2": "A0BD21894A", "SHA256": "A0BD21894AB9E50F3F54DD24005ECA2B5D007B4991C7F53C1079972C48343C6C", "CRC32": "0ED37FFC", "BLAKE3": "82AA199FD470A1DAB51E4678FA308185490DE954B78CE8BA64C319C36D0242A7"}, "downloadUrl": "https://civitai.com/api/download/models/184006?type=Training%20Data"}], "images": [{"id": 2982484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11289419-535e-41e0-bb73-6bd7d81c2234/width=450/2982484.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPJjMN~BL2Nc^*R%x^ogK%x]xvx]~W%1ozt7", "type": "image"}, {"id": 2982453, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f798d9fa-48aa-4f31-beca-48181a2dd249/width=450/2982453.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UuKd_Dxu~qt7jZt7IVM{M|t7RjV@-;WBoLt7", "type": "image"}, {"id": 2982486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd5a8c73-bca6-4a45-93c2-1fc8d971d42a/width=450/2982486.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UZGug_-;-;WX~q-p-:WB%g?bxuxut8oeRifk", "type": "image"}, {"id": 2982823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b5f414b-034d-448e-aaa5-c97b0a3de35a/width=450/2982823.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHK^vC160G-p0FI[y6^cNXoer|Rj?%aPv*S1", "type": "image"}, {"id": 2982979, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c234c168-1c82-4e93-8f29-ab7d99f534e4/width=450/2982979.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcI}I_KjLN%2%$kXEgs9Y6Z~OEr?aLozRjX8", "type": "image"}, {"id": 2983199, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23570d1b-3a31-47b9-9db3-52b1b7232629/width=450/2983199.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaK^dN?b?]%MwLRix[t7t8xubERj%MWA%gRj", "type": "image"}, {"id": 2983286, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9533bd3-dee5-4067-866d-bcf6e05cd865/width=450/2983286.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEFqqE0,$jN10n-;F{xW~7%10M-p01Mw,,Si", "type": "image"}, {"id": 3004410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0de091fd-7668-4f51-a208-f1d207cf123b/width=450/3004410.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcK,]k?v?^x[v~axx]ofaiV[R%Rj?Hj@%gaf", "type": "image"}, {"id": 3004718, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3b5cfe4-48f0-4423-872c-d62640ff8dae/width=450/3004718.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIK-EhAv0Fs=0GR.te=?NEodryNH_Ai~w0WV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/184006", "modelId": 163275} \ No newline at end of file diff --git a/datasets/metadata/184515.json b/datasets/metadata/184515.json new file mode 100644 index 0000000000000000000000000000000000000000..82b99daa7cd4e69da1481d18d4d3630b7d6af771 --- /dev/null +++ b/datasets/metadata/184515.json @@ -0,0 +1 @@ +{"id": 184515, "index": 0, "name": "lukaforyou", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-17T01:23:32.447Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 105, "ratingCount": 4, "rating": 5, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 141831, "sizeKB": 36988.8046875, "name": "lukaforyou-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-17T01:15:59.410Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F2177B29", "AutoV2": "4396BF388D", "SHA256": "4396BF388D73C252A24C1697BAA88FFCE065CD6E047207A6197973A0C39B7338", "CRC32": "7B59D0B6", "BLAKE3": "9B2847572544DD98E3A99C09738BE3C6F8F0A254FD596984DEA7F6823347D070", "AutoV3": "2B40D8DD3E70"}, "downloadUrl": "https://civitai.com/api/download/models/184515", "primary": true}, {"id": 141676, "sizeKB": 4407.7734375, "name": "184515_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-16T23:25:41.728Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2BF64146", "AutoV2": "10704D4BF4", "SHA256": "10704D4BF4880892C4A6E107B3757CF87C0EF4A5309798BF6E47E6687C5E89AD", "CRC32": "5AD378C5", "BLAKE3": "B9195E22216BA1E76A3D6ACC0AEF85D0607A6B88DBC14834C815E0A393E2B486"}, "downloadUrl": "https://civitai.com/api/download/models/184515?type=Training%20Data"}], "images": [{"id": 2988212, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee2f68b7-1c5e-4d7e-94df-320f0a190010/width=450/2988212.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UPM@4XtS_Nr=EgM_%Mxa?bR*Ion%~CbbE1jE", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/184515", "modelId": 163765} \ No newline at end of file diff --git a/datasets/metadata/184676.json b/datasets/metadata/184676.json new file mode 100644 index 0000000000000000000000000000000000000000..6a97fa64d5e397899087dc7ef0a1bf1a186b0240 --- /dev/null +++ b/datasets/metadata/184676.json @@ -0,0 +1 @@ +{"id": 184676, "index": 0, "name": "Avatar Navi James Cameron", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-17T01:10:55.853Z", "availability": "Public", "nsfwLevel": 1, "description": "Fan based james cameron Avatar Na'vi character
", "trainedWords": [], "stats": {"downloadCount": 192, "ratingCount": 14, "rating": 5, "thumbsUpCount": 22, "thumbsDownCount": 1}, "files": [{"id": 141757, "sizeKB": 36979.2890625, "name": "Avatar_Navi_James_Cameron-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-17T00:26:18.619Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "775A5733", "AutoV2": "96A6886DFC", "SHA256": "96A6886DFCBF58778CD97086342C01398DECAAFC6089F0BC5A1FDA103B2D16F8", "CRC32": "8E1037C0", "BLAKE3": "D9BEEC4EBE606DEB48BDF26F3CF33E06D78E076E7B4F33996B311F054028F8D2", "AutoV3": "51C1B13C7B66"}, "downloadUrl": "https://civitai.com/api/download/models/184676", "primary": true}, {"id": 141717, "sizeKB": 63.912109375, "name": "184676_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-16T23:56:23.850Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "E0E17478A5", "SHA256": "E0E17478A565A19B402A5503C7D73FE2CB70B695E43741E2640DD5B952EACFC0", "CRC32": "56C4F788", "BLAKE3": "6A3A10705C9DE9AB082E5B12D21BC7BE6DF9F387690096C7090DAB02AD97B9BD"}, "downloadUrl": "https://civitai.com/api/download/models/184676?type=Training%20Data"}], "images": [{"id": 2987370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f468c63f-7534-4d4d-81f9-753435221ae4/width=450/2987370.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UC7e-b*0xGVYRhMxW9i^MxVsRPx]xuxuR+X9", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/184676", "modelId": 163921} \ No newline at end of file diff --git a/datasets/metadata/184962.json b/datasets/metadata/184962.json new file mode 100644 index 0000000000000000000000000000000000000000..ca2a58705ce6766284419948326b7e2cf668a55c --- /dev/null +++ b/datasets/metadata/184962.json @@ -0,0 +1 @@ +{"id": 184962, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-17T01:47:19.384Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 393, "ratingCount": 64, "rating": 5, "thumbsUpCount": 82, "thumbsDownCount": 0}, "files": [{"id": 141883, "sizeKB": 33765.4765625, "name": "Demon_Lord_LV1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-17T01:47:31.136Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FDAE02EA", "AutoV2": "7C0E42E412", "SHA256": "7C0E42E41208473FEE9A7C72C25357DB8BE5C0BD6FADB9397617DAAABBA4CE5E", "CRC32": "6AA7A1E5", "BLAKE3": "E7B9B99A8A49D4A9FD372DE750C8BE6AB00062687B7A766635F7A8B13F1B03BE"}, "downloadUrl": "https://civitai.com/api/download/models/184962?type=Training%20Data"}, {"id": 141882, "sizeKB": 22254.42578125, "name": "Demon_Lord_LV1-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-17T01:47:01.996Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "72000C53", "AutoV2": "2BEFB6528C", "SHA256": "2BEFB6528CB0BE826CE2D10671E3D894800CCEC51ADE9AED39D195F0FCA0A14E", "CRC32": "A827E5F1", "BLAKE3": "A15DADD91F586BAD8B6F5D5EB554C70DC67578FD53DCC4097AABBA2025C082C1", "AutoV3": "7D673F50CF77"}, "downloadUrl": "https://civitai.com/api/download/models/184962", "primary": true}], "images": [{"id": 2988433, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d6e8634-da3f-4c33-bac3-64260ba0de4f/width=450/2988433.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UvNTg%oL_NtRtRa{t7afx]ofxGs:Naj[xaay", "type": "image"}, {"id": 2988732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eeda8774-a475-43d2-b615-f4963b72c8ce/width=450/2988732.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UnOf_ejF_NtlXmt7-qWBxaWURjWBkXjGnixu", "type": "image"}, {"id": 2988459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa60e5f6-61ca-4639-a753-4500e2250668/width=450/2988459.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U#N^C_Rj_Nof-;t7ofj[S1t7xaofxGRjNGWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/184962", "modelId": 164203} \ No newline at end of file diff --git a/datasets/metadata/185010.json b/datasets/metadata/185010.json new file mode 100644 index 0000000000000000000000000000000000000000..9218cf5316f1889bafb169d4693f8ce35ba7586b --- /dev/null +++ b/datasets/metadata/185010.json @@ -0,0 +1 @@ +{"id": 185010, "index": 0, "name": "ds", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-17T02:28:35.391Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 89, "ratingCount": 3, "rating": 5, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 141914, "sizeKB": 6712.92578125, "name": "185010_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-17T02:05:55.087Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "252C2FA349", "SHA256": "252C2FA349CD5A0F6144EBBDEEFC4E59DECC7D39A9BC74A75679E1F39BFF57CE", "CRC32": "F4AC3B9B", "BLAKE3": "8173C70C857DBB0493B01E521433F0CA100C6EEF8F9FEA3BFB74C44A0F7FDFC1"}, "downloadUrl": "https://civitai.com/api/download/models/185010?type=Training%20Data"}, {"id": 141939, "sizeKB": 36978.203125, "name": "ds-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-17T02:26:07.817Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E6F6253D", "AutoV2": "793422985E", "SHA256": "793422985E612CB33678C0F191D72A14A81DC342F365D65049F2EA11AD2477D5", "CRC32": "032E0269", "BLAKE3": "DA7FAB2546297BBC78DFCE69E1E7525A58554A9122055B6054560938DAE14EBF", "AutoV3": "EB9C34775B0F"}, "downloadUrl": "https://civitai.com/api/download/models/185010", "primary": true}], "images": [{"id": 2988832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56915a8b-500b-406c-a454-cf6c88b8c85e/width=450/2988832.jpeg", "nsfwLevel": 1, "width": 1280, "height": 960, "hash": "UnKBO6_3xut7~pkCIUWB?bWBt7R%-;oft7t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/185010", "modelId": 164254} \ No newline at end of file diff --git a/datasets/metadata/185224.json b/datasets/metadata/185224.json new file mode 100644 index 0000000000000000000000000000000000000000..5bd843d48f5cc85bd43f76ed587fafd07051038c --- /dev/null +++ b/datasets/metadata/185224.json @@ -0,0 +1 @@ +{"id": 185224, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-17T03:41:33.276Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 744, "ratingCount": 115, "rating": 5, "thumbsUpCount": 152, "thumbsDownCount": 0}, "files": [{"id": 142042, "sizeKB": 47726.4501953125, "name": "fubuki_onepunch.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-17T03:30:53.529Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "422C0F78", "AutoV2": "459E5BAA43", "SHA256": "459E5BAA4364757CF6494FC4D2CBD34F9F3262EA69890B101508E9A6AECFD4CE", "CRC32": "86620BA4", "BLAKE3": "9A4100C83BFD1142FFAB29A3CC564EDAAD219655A8C117F5B37DE59F79BA39DF"}, "downloadUrl": "https://civitai.com/api/download/models/185224?type=Training%20Data"}, {"id": 142041, "sizeKB": 22257.76171875, "name": "fubuki_onepunch-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-17T03:30:59.979Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7B6F0411", "AutoV2": "BFE237DF70", "SHA256": "BFE237DF706377F2E67FBE9BE1F9A1AEA895F9AE1748A7C362112F269D5DC92C", "CRC32": "FE4E0216", "BLAKE3": "6C370E2FEAD498CBFDBB163EF8FB7C8958F3F3103329C8963096A34F3F42BF29", "AutoV3": "CA19751C00BA"}, "downloadUrl": "https://civitai.com/api/download/models/185224", "primary": true}], "images": [{"id": 2989874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e24caea-6c86-4abd-a841-9b9e3c53adfa/width=450/2989874.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UwK-nJs;~q%M?aofxuRjWBoLs:j[tRayaefQ", "type": "image"}, {"id": 2989934, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eac170ba-9959-40a9-aa3f-2eeefea7e038/width=450/2989934.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIK-X$t79tD*00WAXT-;0LtR=wRP~qe-tRkW", "type": "image"}, {"id": 2990074, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f540161b-8f18-44e6-b7a8-40ba5f94bc55/width=450/2990074.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USNv#-My?^x]ACoz-;xtE1n$-Vt6NKNGs.R*", "type": "image"}, {"id": 2990141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0f57b49-aa36-47ad-8980-987144ac55e5/width=450/2990141.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UkO:U_xu_NxuOYV[-=WBSPofr?of?Gj[afWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/185224", "modelId": 164463} \ No newline at end of file diff --git a/datasets/metadata/185629.json b/datasets/metadata/185629.json new file mode 100644 index 0000000000000000000000000000000000000000..a5bd050e72cc8fe294a894f3c1adc91bddbafafe --- /dev/null +++ b/datasets/metadata/185629.json @@ -0,0 +1 @@ +{"id": 185629, "index": 0, "name": "end table", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-17T07:03:17.497Z", "availability": "Public", "nsfwLevel": 1, "description": "001
", "trainedWords": [], "stats": {"downloadCount": 108, "ratingCount": 9, "rating": 5, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 142300, "sizeKB": 145.4296875, "name": "185629_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-17T06:51:06.901Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "EEDF2BB5DA", "SHA256": "EEDF2BB5DAD01A7F40B964F0F0D85DE12395980F03456C0E5EE4497E11509ADD", "CRC32": "6954792E", "BLAKE3": "11763DCA83AA1AC623F92842A2EF85CDAF3D75C40BC259D6267106977D708078"}, "downloadUrl": "https://civitai.com/api/download/models/185629?type=Training%20Data"}, {"id": 142311, "sizeKB": 36977.484375, "name": "end_table.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-17T07:01:30.076Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "91DCD2A8", "AutoV2": "0C985314D5", "SHA256": "0C985314D5C7F8E9C557FF51447AB33C043D36A8ED3E51C379902FB3A8B5A2C1", "CRC32": "DFDF8F5C", "BLAKE3": "710E536C42E340A5E21DD7FABCE5AF6A1C991ED11F4E37EF8042771A2C2B2FF3", "AutoV3": "FDD3224F881E"}, "downloadUrl": "https://civitai.com/api/download/models/185629", "primary": true}], "images": [{"id": 2992729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2974d322-19cd-4eef-acb8-1a69f9349cf2/width=450/2992729.jpeg", "nsfwLevel": 1, "width": 5504, "height": 8256, "hash": "UONdK~%2_N%L_NWBD%ay-;kCIAayDiay-;j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/185629", "modelId": 164860} \ No newline at end of file diff --git a/datasets/metadata/18584.json b/datasets/metadata/18584.json new file mode 100644 index 0000000000000000000000000000000000000000..71af92aa59b6683c504ddaeefb55172ed3208410 --- /dev/null +++ b/datasets/metadata/18584.json @@ -0,0 +1 @@ +{"id": 18584, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-04T18:02:11.602Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["forgottonanne"], "stats": {"downloadCount": 243, "ratingCount": 26, "rating": 5, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 15572, "sizeKB": 1945.5576171875, "name": "ForgottonAnne training.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-04T18:05:56.955Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "378BDBF8B2", "SHA256": "378BDBF8B266E740EFB2039067179B73CC32CEE759A8FA12BC8F4B40BCF9ED3C", "CRC32": "ACA001B5", "BLAKE3": "6CFF7F5393596E4D14D040E44E7C12D9D589325386BB99F9FBBE7482AB6FCCEF"}, "downloadUrl": "https://civitai.com/api/download/models/18584?type=Training%20Data"}, {"id": 15571, "sizeKB": 147570.1689453125, "name": "ForgottonAnne.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-04T18:06:04.124Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "56A57D93", "AutoV2": "3133C1EC59", "SHA256": "3133C1EC596B8D0668E74C54421535CE553414F20B26F1A30FB3C306916D5D5F", "CRC32": "30B9FB28", "BLAKE3": "32348935BEAEB7E7D04FB28CC8AB11F37B87C9B31503478BCC91E34C1229FAE3", "AutoV3": "56B75BE7B55B"}, "downloadUrl": "https://civitai.com/api/download/models/18584", "primary": true}], "images": [{"id": 192467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2def1077-e1da-443d-ddc1-3d68ad45c700/width=450/192467.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UNK]}n4r0e?Y~TDj9wyDtRn4E29}j^My-os:", "type": "image"}, {"id": 192466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03beac47-79c3-48cf-17ae-e3d371498100/width=450/192466.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UQKdVhIDB.E2}%4p56RR4:R*tls9=wa_%0s;", "type": "image"}, {"id": 192465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f91ae5a9-a9f3-4ebc-a559-ec037de23400/width=450/192465.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULKJ#,~q9u~B^Mbc10s9009FIn=_9GIox[Ip", "type": "image"}, {"id": 192464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/134e1d46-fa5f-4175-7b1f-5121ee562700/width=450/192464.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULHL6s~W00-m$wxX.7?av{xCXTNGRjEL9toI", "type": "image"}, {"id": 192463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35a5bda4-8e13-4e67-6cbf-24e216de3d00/width=450/192463.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UjI;xF?^%~%grsWYIpRkVrnOV?oLZ~V?S3og", "type": "image"}, {"id": 192462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6ed4d09-3ee7-4fec-49fe-923f8cd66e00/width=450/192462.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UGIWyI-.0J#R}Q%1tk%0DPniOqxt$yWq%fR+", "type": "image"}, {"id": 192461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8349f240-68b1-4c74-fa4a-192ea16f9900/width=450/192461.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULHxW;}5C5-PyD?GK*OUDjJDEMx^mko#-Usp", "type": "image"}, {"id": 192460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b4fe221-2921-45fd-b960-371bb1934600/width=450/192460.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "USI4-J.T0zIU?Gx]T1NHwJsoS3ofMxV?t5t7", "type": "image"}, {"id": 192459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9d449ca-1e73-49e7-2d3f-b22ff4dabf00/width=450/192459.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULHeIG*0BC-;-;%hOtxuIBRmxus:MxadRjM{", "type": "image"}, {"id": 192458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a1c301c-0bab-4c2c-c2f2-10b47a98e100/width=450/192458.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UNJ6=^~B0zMyv}IpX9t7Q-$*tlxu^j-p%MSh", "type": "image"}, {"id": 192457, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8666efe3-8848-4eea-f315-d2f3c2974900/width=450/192457.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UWKA{FDOLNRO~VM{9uNKIBIoM{xZ_3bc%Msm", "type": "image"}, {"id": 192456, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/893ff48d-ea40-4085-00fb-0a332ba3f900/width=450/192456.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UVKw%;$z1h^j+a?^tmtla1fiJAs.a0VsXSMy", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/18584", "modelId": 15746} \ No newline at end of file diff --git a/datasets/metadata/186015.json b/datasets/metadata/186015.json new file mode 100644 index 0000000000000000000000000000000000000000..3c89e40ead5cd42c219dec80ce83d77f1f7d2e3e --- /dev/null +++ b/datasets/metadata/186015.json @@ -0,0 +1 @@ +{"id": 186015, "index": 0, "name": "random", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-10-18T01:27:15.065Z", "availability": "Public", "nsfwLevel": 5, "description": "Blocky pixel meets realistic meets anime inputs. Looking to create a small style, use small LORA weights for subtle changes, at full strength it is a bit messy.
", "trainedWords": [], "stats": {"downloadCount": 135, "ratingCount": 9, "rating": 5, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 142543, "sizeKB": 16134.603515625, "name": "186015_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-17T10:51:06.298Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B249B038", "AutoV2": "6B8B4F4798", "SHA256": "6B8B4F4798CCBF4761F3317F13C0C5156ACCCDDEDF733A8FE44D7D9A35BF49E5", "CRC32": "FE966D8C", "BLAKE3": "332E52BB78BEE2AD2334E13337D40B49745A94119073E02588CFFCB6F29FF405"}, "downloadUrl": "https://civitai.com/api/download/models/186015?type=Training%20Data"}, {"id": 143421, "sizeKB": 223099.31640625, "name": "random.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-18T01:06:20.019Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "837F83B1", "AutoV2": "90C0643D72", "SHA256": "90C0643D726B7017B53A2BD29A6D80B047EE8E354ED4E3072E5DB789E481DC57", "CRC32": "685C1425", "BLAKE3": "BA938D2DFB343DE2BFAEFCF43AC84A06D61A4CD4BF2D916A7322AEA082A89C0A", "AutoV3": "90197F03A36B"}, "downloadUrl": "https://civitai.com/api/download/models/186015", "primary": true}], "images": [{"id": 3009088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf650eb4-ec4e-4c55-b8d5-1e733e1fd1af/width=450/3009088.jpeg", "nsfwLevel": 4, "width": 1280, "height": 720, "hash": "UHGbFvNLJp~V~VNHoft6-:Rkaext-:ofjbWV", "type": "image"}, {"id": 3009214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c613b02f-38cd-4439-955e-dbc4b9a2eced/width=450/3009214.jpeg", "nsfwLevel": 1, "width": 1280, "height": 720, "hash": "U5GbIy%MxX~W?a-p4.t7$~-p4oMyIUWE-:xa", "type": "image"}, {"id": 3009239, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0132e39f-6384-42b3-9aba-e202b3affffc/width=450/3009239.jpeg", "nsfwLevel": 1, "width": 1280, "height": 720, "hash": "UCE.@K_3?HIANd?b4oIU~WM{9GD%%2t7WAM{", "type": "image"}, {"id": 3009275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a7720bc-d460-4efd-b04b-1c1b02c244ef/width=450/3009275.jpeg", "nsfwLevel": 1, "width": 1280, "height": 720, "hash": "UIDcjh%M9FRj_4t8IUWB-:t7fOofkCa#ofof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/186015", "modelId": 165231} \ No newline at end of file diff --git a/datasets/metadata/18647.json b/datasets/metadata/18647.json new file mode 100644 index 0000000000000000000000000000000000000000..c973640c2118129e6dc4d9ab1fce7658a6290273 --- /dev/null +++ b/datasets/metadata/18647.json @@ -0,0 +1 @@ +{"id": 18647, "index": 0, "name": "AoTStyle V1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-04T21:50:45.851Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 2334, "ratingCount": 173, "rating": 4.99, "thumbsUpCount": 273, "thumbsDownCount": 0}, "files": [{"id": 15625, "sizeKB": 148040.6728515625, "name": "AoTStyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-04T21:56:01.658Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "E3B71F2F", "AutoV2": "2F41DE6769", "SHA256": "2F41DE67696C68D8FB6995A7A3CDF6CBD00A1577A4DB92406C79EBDDFC4D7A33", "CRC32": "E65DB149", "BLAKE3": "F3ADBD0F8871F2FAFDCA51796B9A16C1AFA9FDB5D2D6874B8426FBCAD5060D26", "AutoV3": "78DB20F9DD3A"}, "downloadUrl": "https://civitai.com/api/download/models/18647", "primary": true}, {"id": 15626, "sizeKB": 829133.6611328125, "name": "260369.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-04T21:58:03.793Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3A418082", "AutoV2": "A9C2EC4E33", "SHA256": "A9C2EC4E3370E1996A07F1534A299C25E313F873DA0D4C61A8982DFFF4203F35", "CRC32": "F72B4C10", "BLAKE3": "2647309BAFA2F4F54763C6C5A8A00406608C6F2DF9AE9BEB7ACCAFEFE6733580"}, "downloadUrl": "https://civitai.com/api/download/models/18647?type=Training%20Data"}], "images": [{"id": 193300, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bae4ed27-02db-48c3-69d2-c25110344c00/width=450/193300.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UXKKTR^h9vNK_4s;-=nP?cozoJf,ICf,jFR+", "type": "image"}, {"id": 193319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7397eca-1deb-46d2-6425-054f56fb7900/width=450/193319.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAC~VB04^%E3~9R-58a}xZNHxZWCR*of%1j[", "type": "image"}, {"id": 193318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab5a0850-8ce1-486a-f707-c0a813e06e00/width=450/193318.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQI;w}Nh0N~q~TD*M}xt9FV?V[D%%MxvR:xu", "type": "image"}, {"id": 193317, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8082697b-24e1-44c1-a4af-4c18d531ab00/width=450/193317.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUKwE=xu~U%KIVj[%1oeVsRjRPoL9HNGxZoL", "type": "image"}, {"id": 193316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77a7e106-9c7e-4526-3ac3-7c52d1054b00/width=450/193316.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7I3{=.l3X01-;nPBS%10gM{={%L67Rk={%e", "type": "image"}, {"id": 193315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/737db1da-45dd-441b-e174-d021e758e100/width=450/193315.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKHetWxu00fR_3j[00M{D*oe-;fk~qofozkC", "type": "image"}, {"id": 193314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00a7dfee-dcba-40cd-4d55-65f56278f000/width=450/193314.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHJ$sr0~CP}@+wJ-tkxZRkt6TcwJ^%nj9]t6", "type": "image"}, {"id": 193313, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c62b224-bc36-4218-fa92-c0b2b5c18200/width=450/193313.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UrHM7fxukro#pMbH%MozIrM|skoI-:bIRjWB", "type": "image"}, {"id": 193312, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a78d574a-ac3e-4451-bb1c-d1ffbdc39b00/width=450/193312.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U2Iqu]=_0H0-00s$000000rp00bc}NoyXCxb", "type": "image"}, {"id": 193311, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9c17714-f455-44bf-adbf-fe19705b7800/width=450/193311.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U=KBj^tR?wWBR.ayRkWWkDaxaej]WCayf8j[", "type": "image"}, {"id": 193310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/769f50d5-d521-42a9-2896-801eebaca300/width=450/193310.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUHT~W~U-:bb^ht6tQt7R*fONGn~aKRkofxt", "type": "image"}, {"id": 193309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f56c9056-0046-4ac0-737c-55c997829800/width=450/193309.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UvJHsvRjxtof~oj?s:a}NHxaWBWEM|j[WBay", "type": "image"}, {"id": 193308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2db396eb-896f-4e69-14c0-29acea0f1400/width=450/193308.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEEB=[0N5Q?F^~RR%Jso9uWC~AM|%1Ip%Kaz", "type": "image"}, {"id": 193307, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ff1af78-6fad-47f9-8282-8672042ce900/width=450/193307.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKH1h*E2=_WC%0~A%19bEM%1RjNHt5ofxZRk", "type": "image"}, {"id": 193306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c4915fa-51ab-4f31-4a30-29f257a23700/width=450/193306.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNKAA@$4ENa1~BkWtlx[xuWroL%Lt7aLx[jZ", "type": "image"}, {"id": 193305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ade1b873-50f8-4ac9-b55e-d194a322ab00/width=450/193305.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWLWe0og~UR-?aRl-o%19vWVt7t7^*bHxtxZ", "type": "image"}, {"id": 193304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9a0dbf8-a83d-4f96-ea27-935afff69b00/width=450/193304.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4F}r]%00P-.00t7-5f600IV~Aj[kWofE3j[", "type": "image"}, {"id": 193303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a007d195-09a2-45a3-4311-e2e2b7554600/width=450/193303.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIIhE500tKx]^+W8%MR$?v4o-o~V%fIC%K-o", "type": "image"}, {"id": 193302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e9fa4a5-bee1-40f4-6fd0-11d3a408e400/width=450/193302.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPJQGJ-TM|~A07xZ$%ob%WIqoeE39Ns.t5oc", "type": "image"}, {"id": 193301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85fd67f4-bdde-452a-020f-38b691274b00/width=450/193301.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPI;U]~T029aI9=__2oz-:t6nhs-R*fPt6s:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/18647", "modelId": 15795} \ No newline at end of file diff --git a/datasets/metadata/186543.json b/datasets/metadata/186543.json new file mode 100644 index 0000000000000000000000000000000000000000..5a4950c18a92a08d2707b09ae9fdb91c940c1e26 --- /dev/null +++ b/datasets/metadata/186543.json @@ -0,0 +1 @@ +{"id": 186543, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-17T14:51:02.382Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 465, "ratingCount": 72, "rating": 5, "thumbsUpCount": 91, "thumbsDownCount": 0}, "files": [{"id": 142851, "sizeKB": 38737.6357421875, "name": "Iris_Rebel_ArmoredKnight.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-17T14:50:59.848Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "54614765", "AutoV2": "A295AADCCB", "SHA256": "A295AADCCB8E55594338777FAFD24B0485937DEBFC1B5F45876D20CFD9859C36", "CRC32": "FFF70F49", "BLAKE3": "09CF05FB72A39610F68D450599F7F150A7643C32E04A1FDD624F2BE2A353387D"}, "downloadUrl": "https://civitai.com/api/download/models/186543?type=Training%20Data"}, {"id": 142850, "sizeKB": 22257.96484375, "name": "Iris_Rebel_ArmoredKnight-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-17T14:47:27.777Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A8EE2658", "AutoV2": "69AA26B7D1", "SHA256": "69AA26B7D1F515728BC83F4650C84BB09D8E0CEEEF3F5F4620E7D5A49FE5A403", "CRC32": "0AB0BDD9", "BLAKE3": "152EBCA9A9640F5EE5E30B7B389E3F8ECFD6B105BCEBAFFB37CB2CEF94384DF5", "AutoV3": "2BE71BECAA76"}, "downloadUrl": "https://civitai.com/api/download/models/186543", "primary": true}], "images": [{"id": 2999135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2649ffd-a2d3-4b2f-9d84-08605de33cb2/width=450/2999135.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQKKf^t800j[?DRjNebEx^V[%2az?^j?$*WB", "type": "image"}, {"id": 2999211, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f0206f8-a0d6-4a26-96ce-672497762ae3/width=450/2999211.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UYJkJ{xb9u%2~U%LIpWW%Kt5xttQx^s;jEWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/186543", "modelId": 165750} \ No newline at end of file diff --git a/datasets/metadata/18669.json b/datasets/metadata/18669.json new file mode 100644 index 0000000000000000000000000000000000000000..c98d1d45bc20fbf132715faed548b29a2880862c --- /dev/null +++ b/datasets/metadata/18669.json @@ -0,0 +1 @@ +{"id": 18669, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-04T22:51:30.572Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 460, "ratingCount": 65, "rating": 5, "thumbsUpCount": 72, "thumbsDownCount": 0}, "files": [{"id": 15649, "sizeKB": 1083949.060546875, "name": "19741836.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-04T22:56:49.613Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "69D576FB", "AutoV2": "3C957E0457", "SHA256": "3C957E04578CBD2EA3206B48BC8CEE4B2DD1DF59086E3AD20EDFD5630F12313F", "CRC32": "9FA736DA", "BLAKE3": "145881302C20269888DD13D86F81BC04A5073F8D9B51516B5AB7E88EC4283724"}, "downloadUrl": "https://civitai.com/api/download/models/18669?type=Training%20Data"}, {"id": 15648, "sizeKB": 147733.1591796875, "name": "SpyFamily.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-04T22:56:28.698Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "ADD22416", "AutoV2": "A0E1B06D29", "SHA256": "A0E1B06D29A177582CC227B7A13428E3ACCB22C4115C920C998BF966708E95B5", "CRC32": "76AEB30F", "BLAKE3": "AA3AE7EE53D6D090A1A770D6C5CBC7B31C1208590B31510E6F9F71F41FB749EE", "AutoV3": "14E3484AB7F6"}, "downloadUrl": "https://civitai.com/api/download/models/18669", "primary": true}], "images": [{"id": 193633, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13d52235-5fdf-4f38-c853-013d3b756200/width=450/193633.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNJH,DIVKaIUo]N2s+Mz_N?at6br?aIUM|IU", "type": "image"}, {"id": 193649, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91d67478-0714-444c-6433-c9b9ee56c300/width=450/193649.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USJRHlxC~poeNHM{xtayIp%MV@-:-;WBoyxu", "type": "image"}, {"id": 193648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6afa500b-0187-4ff7-258b-2bf17427a100/width=450/193648.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UENACl00K8yCt+_3xbx]~ps:xuxuxuNG.8%M", "type": "image"}, {"id": 193647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6218359-1514-4734-6226-edfb3d9e3f00/width=450/193647.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMN^9v?ceS.7D$M|~pxa-;a#-;xus+ayx]WB", "type": "image"}, {"id": 193646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0067756-d5b0-4044-d36a-0b9ad44dfa00/width=450/193646.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URL4QX?bDiof~UIAIAj@RO%2?axanhM{R*WB", "type": "image"}, {"id": 193645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a255d828-ed8b-40ad-455a-ee16ed061700/width=450/193645.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UACEwc}s9v$%-o9]0M9v}?-UI:Wo=ejbI;WC", "type": "image"}, {"id": 193644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3a763ad-a82e-4831-4aae-f39d93104f00/width=450/193644.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFEL]A00~W9G?a%2D*t7NGt7IVt7M|WBt7ay", "type": "image"}, {"id": 193643, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c712bb15-1584-4d67-e82d-3df48ab67a00/width=450/193643.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQJtI=D*KaVt~VM|.7IVEKoy%fV@^*f8M|oL", "type": "image"}, {"id": 193642, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d61e173-f981-4247-c14e-c2d649dccd00/width=450/193642.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQIWcc^%ELRj~Ut7E2Rj9aRkt7aynOs.x[R+", "type": "image"}, {"id": 193641, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b6f6c4a-fe9c-4a53-0f1a-a0fba852a800/width=450/193641.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWIhd1%N^+-;~WR-oyof-poMNFt7M{a|xaay", "type": "image"}, {"id": 193640, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd0db1c7-a572-4915-0410-bc997c1b0200/width=450/193640.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOIhT%~p^*t6-.M{%Mt7?aWBD*IUD%WB-:j]", "type": "image"}, {"id": 193639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07ac9ee0-d64f-4418-dbb4-9418167b3700/width=450/193639.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHIXv-~oBX9G4Tj?xvkCAK9F=]IUtR-;-;ax", "type": "image"}, {"id": 193638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f28c06cd-2065-492e-883b-fba0131fe700/width=450/193638.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UHM7+A00YkxuKk~W%NJCu4Sivg%f9G^O?b-p", "type": "image"}, {"id": 193637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc0ccac5-a995-42fe-5ab7-33805cd69b00/width=450/193637.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJF$],xc%qof~EnVM{s;wQRjICjJIWSbf}WE", "type": "image"}, {"id": 193636, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45528958-832d-4fd3-0321-a5b8a1200100/width=450/193636.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UrHM#{Intl%M.Af8xuX8K6t7V@WCOTW:WAae", "type": "image"}, {"id": 193635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17a60aef-6911-4df1-96f7-47a24a28b500/width=450/193635.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCHxva~p00IU-:t7t8t700-:~pRks.j]%MIU", "type": "image"}, {"id": 193634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1f90e73-334d-4814-8f92-3e550df80f00/width=450/193634.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UgGIJg-.t6M|~VWXfke.?bflj]ax?at7ofR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/18669", "modelId": 15812} \ No newline at end of file diff --git a/datasets/metadata/186891.json b/datasets/metadata/186891.json new file mode 100644 index 0000000000000000000000000000000000000000..05b77fa58285d7d5a1e24fa7ca00f2e179ef0a21 --- /dev/null +++ b/datasets/metadata/186891.json @@ -0,0 +1 @@ +{"id": 186891, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-17T17:49:09.416Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 425, "ratingCount": 36, "rating": 5, "thumbsUpCount": 55, "thumbsDownCount": 0}, "files": [{"id": 143059, "sizeKB": 47036.841796875, "name": "Treyni_Slime_V2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-17T17:45:57.059Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "681441DA", "AutoV2": "2387EEF32B", "SHA256": "2387EEF32B6A2E5BD5F3FC93BBDA642A9CA81EDFE2CF2AAFAE32112EBF70326B", "CRC32": "C2DE9E72", "BLAKE3": "3610800C7BE7D5073FA15ACE047D83FFD46521FA051D0BA9A711CE220DF36F5B"}, "downloadUrl": "https://civitai.com/api/download/models/186891?type=Training%20Data"}, {"id": 143058, "sizeKB": 22260.68359375, "name": "Treyni_Slime-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-17T17:45:49.616Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "51394600", "AutoV2": "59EA541CA7", "SHA256": "59EA541CA7A7C088080B89531F0757F0933FE17E80F99B80BC1412F907F69932", "CRC32": "87645B6F", "BLAKE3": "5B67985D8365F81D592C83695A21545B8DA22BA4BCCDB7F30C40118731B013AB", "AutoV3": "AC979D8C3379"}, "downloadUrl": "https://civitai.com/api/download/models/186891", "primary": true}], "images": [{"id": 3002097, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d29366b0-6ff0-4ecd-b12b-6fc43a521e74/width=450/3002097.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYPQE6%M.AtP-;R*-qs;%gk9IBWB%Ms:xbR%", "type": "image"}, {"id": 3002182, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89bbd7d2-b499-4713-a27c-1526f2da4763/width=450/3002182.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U7KBjk.S00~900V?A3E400spABD%00WA-rtS", "type": "image"}, {"id": 3002281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4e671b6-b485-4622-a43e-535e12185468/width=450/3002281.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U9K-O9_200}t1GQ-00%f00pt-;-.?]#B+$n-", "type": "image"}, {"id": 3002684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/531a2cad-1418-4f54-b5a8-0c84a719d3d3/width=450/3002684.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMN,Sf?a0Mjw0{9F4:IUAHRkxHNI~qRPRQo2", "type": "image"}, {"id": 3002565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61c644ff-3dba-4644-b2c1-75cb2170b1d9/width=450/3002565.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UhLq,.?^J8-pS|tRS7XTnM$ixZNGo~NGr=xW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/186891", "modelId": 46805} \ No newline at end of file diff --git a/datasets/metadata/187170.json b/datasets/metadata/187170.json new file mode 100644 index 0000000000000000000000000000000000000000..7fe545e7f3e799cef88ab0b61b98e27f7ae15585 --- /dev/null +++ b/datasets/metadata/187170.json @@ -0,0 +1 @@ +{"id": 187170, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-17T20:52:50.584Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 268, "ratingCount": 47, "rating": 5, "thumbsUpCount": 53, "thumbsDownCount": 0}, "files": [{"id": 143225, "sizeKB": 43045.205078125, "name": "Ashe_Talton_Purgatory.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-17T20:56:14.440Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7B0CCB74", "AutoV2": "BF9F106606", "SHA256": "BF9F10660606F2680ABEB712D2FE5FC09BE3A07F7E37C6ECBCA53ABB2F008FF7", "CRC32": "9D372377", "BLAKE3": "DD0C485BA45D9F3734AC0447C40D31A762D5E307AB9B2868D9DCF536879C2C85"}, "downloadUrl": "https://civitai.com/api/download/models/187170?type=Training%20Data"}, {"id": 143224, "sizeKB": 22255.73828125, "name": "Ashe_Talton_Purgatory-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-17T20:56:12.678Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DA625E1F", "AutoV2": "97EAD5CA8E", "SHA256": "97EAD5CA8E577025954C2C5CCB983A657A5E0B9AB67BE9A865904614C24FB135", "CRC32": "D776EA6A", "BLAKE3": "68925AE0CADDD9D126BA940DB6DB3A8AC609D6E1757901CCE141B1709EC58A61", "AutoV3": "EB23124FE83D"}, "downloadUrl": "https://civitai.com/api/download/models/187170", "primary": true}], "images": [{"id": 3005057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ec4c515-ce93-4f40-9cb1-b8029403941a/width=450/3005057.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVOCs.%Mpwt8~DWV_Nj[.SofNGoe0JWBs;WB", "type": "image"}, {"id": 3005195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c5bcdb3-1443-433a-b0ce-0b83dfc980b6/width=450/3005195.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVJZ}XMxI;0K~WD%J*s;IUxuInoyE1?HRPI:", "type": "image"}, {"id": 3005310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd574080-6129-4924-87c7-7fc1e236d9db/width=450/3005310.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOM?6?~q0yn,0KRP9tM|9Zxa%MX8x]X8IUR%", "type": "image"}, {"id": 3005311, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40994f24-e6d9-4d91-ae19-e1c8ca2227e8/width=450/3005311.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UCJ%Rn0000%LI@$j5P%f00K1-:sA9t~VVZjF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/187170", "modelId": 166355} \ No newline at end of file diff --git a/datasets/metadata/187265.json b/datasets/metadata/187265.json new file mode 100644 index 0000000000000000000000000000000000000000..155849adf180e922b6415541720b6fb02f6ce068 --- /dev/null +++ b/datasets/metadata/187265.json @@ -0,0 +1 @@ +{"id": 187265, "index": 0, "name": "Wasp Girls", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-21T16:58:08.208Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 373, "ratingCount": 65, "rating": 5, "thumbsUpCount": 81, "thumbsDownCount": 0}, "files": [{"id": 147480, "sizeKB": 36978.0625, "name": "Wasp_Girls.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-21T16:56:02.320Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "769ED582", "AutoV2": "242B3BF211", "SHA256": "242B3BF211171A368F0191B03E9567D2CD703EB7B6EEAB2FD48E55D1165BBD2E", "CRC32": "9C7D2D1B", "BLAKE3": "273C762897ADA9C794685C87257043A90D678F9043055E0D264E3F617F840D7D", "AutoV3": "3F47AEBD21A0"}, "downloadUrl": "https://civitai.com/api/download/models/187265", "primary": true}, {"id": 143295, "sizeKB": 2508.7275390625, "name": "187265_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-17T22:26:22.443Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "EEDFCD800E", "SHA256": "EEDFCD800E40B67DF4115E188FE44AC026B00070E06A8276D34B881B3F41EC90", "CRC32": "54910C5D", "BLAKE3": "8379398044C3021A814C03C2F9F63252073A9F5269F236BFB4227DF7F362F63A"}, "downloadUrl": "https://civitai.com/api/download/models/187265?type=Training%20Data"}], "images": [{"id": 3080626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54f8fddc-cb3e-4b61-8b90-6c459b3c453e/width=450/3080626.jpeg", "nsfwLevel": 8, "width": 595, "height": 960, "hash": "UfOC~nIT?wxu.9j@RPkD_4xvV@ofs+WXayoe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/187265", "modelId": 166451} \ No newline at end of file diff --git a/datasets/metadata/187904.json b/datasets/metadata/187904.json new file mode 100644 index 0000000000000000000000000000000000000000..4b53efa6f647479acc598e41275e9dd05a243c1c --- /dev/null +++ b/datasets/metadata/187904.json @@ -0,0 +1 @@ +{"id": 187904, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-18T06:44:28.148Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 274, "ratingCount": 36, "rating": 5, "thumbsUpCount": 43, "thumbsDownCount": 0}, "files": [{"id": 143733, "sizeKB": 41787.978515625, "name": "Angel_Heart_CityHunter.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-18T06:46:27.155Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F935A522", "AutoV2": "860F23A3B6", "SHA256": "860F23A3B6A39DC9D5F3744F022A27DEA31056AC889993F203651103005604AD", "CRC32": "AC02094C", "BLAKE3": "A16CE04DC70420263C8DF5FA8B46AA9E8CECC9FA633E17AB314915445861AC5E"}, "downloadUrl": "https://civitai.com/api/download/models/187904?type=Training%20Data"}, {"id": 143732, "sizeKB": 22254.34765625, "name": "Angel_Heart_CityHunter-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-18T06:45:56.662Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7B52577B", "AutoV2": "BD7B6B8C14", "SHA256": "BD7B6B8C140A711CE7F9D2066A79375B64A8357D4BD19DFCADA0A190CB7AAEA0", "CRC32": "791EAA5F", "BLAKE3": "0B2F2F23AC4AB185B6847C2D4C6E7F32CE843A3D8BBB6515D3A7627117BE53EA", "AutoV3": "8DD1E2197FE6"}, "downloadUrl": "https://civitai.com/api/download/models/187904", "primary": true}], "images": [{"id": 3013436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bde5616e-1d65-4ace-92ec-86bb3877415d/width=450/3013436.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbKd_2~p%#t8xtniOsShS~Rj%3RlXSRjoMNG", "type": "image"}, {"id": 3013557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1154fcce-eec6-4f1b-a025-88c49527103d/width=450/3013557.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTNSa3py1lEm9ZpHr|j[vfxtxHo#[.WUnhog", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/187904", "modelId": 167024} \ No newline at end of file diff --git a/datasets/metadata/188036.json b/datasets/metadata/188036.json new file mode 100644 index 0000000000000000000000000000000000000000..89cc303fd952dc7c33b4288c82feb6e29b52f13e --- /dev/null +++ b/datasets/metadata/188036.json @@ -0,0 +1 @@ +{"id": 188036, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-18T08:29:59.597Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 433, "ratingCount": 84, "rating": 5, "thumbsUpCount": 98, "thumbsDownCount": 0}, "files": [{"id": 143836, "sizeKB": 40344.46875, "name": "Hakari_Hanazono_100Girlfriends.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-18T08:31:06.103Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D0923434", "AutoV2": "A264D5848C", "SHA256": "A264D5848CAC5B6573EE51F024D4A0D4F312123110D96C9016099A774A127F33", "CRC32": "274F79BB", "BLAKE3": "C3B65F7684D135403C64C4EA666CB0D7628E949EB3E3E0B1DE0BA1D0BEF67EB8"}, "downloadUrl": "https://civitai.com/api/download/models/188036?type=Training%20Data"}, {"id": 143837, "sizeKB": 22251.58203125, "name": "Hakari_Hanazono_100Girlfriends-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-18T08:30:36.635Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AF07BA62", "AutoV2": "3A2BC008C5", "SHA256": "3A2BC008C50604FE90163BBA0B73D63113F2BB91489DA0CACD26DC4812B211CB", "CRC32": "D6A67EEC", "BLAKE3": "3E174F10E61AA65BDC6F30B7C98DDA57375E10A90A77FE3F375085BC74E430FD", "AutoV3": "C21F20C6F711"}, "downloadUrl": "https://civitai.com/api/download/models/188036", "primary": true}], "images": [{"id": 3015208, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9865b0f2-6950-44d6-a25f-47ac604b9be9/width=450/3015208.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UmPFZkogKjt7~Vof?uofkqayM{ayNHayS1ay", "type": "image"}, {"id": 3015359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/805fd548-573f-4354-8d8a-023e8755f5ca/width=450/3015359.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U+N9qe%2pc-p~CV@o}V[WBRQofNGxvj]WUtR", "type": "image"}, {"id": 3015293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da92c7d5-bc69-45b2-a692-a9b204c3a476/width=450/3015293.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaPs3Tr?ln%g~CR5tRR+E1%2adkB?vR+I:XS", "type": "image"}, {"id": 3015468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b67b9865-1096-4ce4-a9ed-218c1e4278ed/width=450/3015468.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJO:01DP3XJ:.Tv2Y5bvb{=|-oS2yDIV4nk;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/188036", "modelId": 167149} \ No newline at end of file diff --git a/datasets/metadata/188344.json b/datasets/metadata/188344.json new file mode 100644 index 0000000000000000000000000000000000000000..0a4b21d49bc1755540eba96ced9af0d7cc9f9339 --- /dev/null +++ b/datasets/metadata/188344.json @@ -0,0 +1 @@ +{"id": 188344, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-18T13:00:24.464Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Shiirano"], "stats": {"downloadCount": 90, "ratingCount": 4, "rating": 5, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 145024, "sizeKB": 168720.3359375, "name": "Loras-20231019T083929Z-001.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-19T09:56:22.460Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F445E275", "AutoV2": "6620BC0CA1", "SHA256": "6620BC0CA10084DBE2DA418BF0958628C1937EC17E1073B932B18C8135CD8CE1", "CRC32": "7744BCA0", "BLAKE3": "4E8AAF21556BF24B8D29FB59091077453F768A0E042A8B3D76E24A75D6ED906C"}, "downloadUrl": "https://civitai.com/api/download/models/188344?type=Training%20Data"}, {"id": 145030, "sizeKB": 168720.3359375, "name": "Loras-20231019T083929Z-001.zip", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-19T10:00:56.440Z", "metadata": {"format": "Diffusers", "size": null, "fp": null}, "hashes": {"AutoV1": "F445E275", "AutoV2": "6620BC0CA1", "SHA256": "6620BC0CA10084DBE2DA418BF0958628C1937EC17E1073B932B18C8135CD8CE1", "CRC32": "7744BCA0", "BLAKE3": "4E8AAF21556BF24B8D29FB59091077453F768A0E042A8B3D76E24A75D6ED906C"}, "downloadUrl": "https://civitai.com/api/download/models/188344?type=Model&format=Diffusers"}, {"id": 145064, "sizeKB": 18546.5927734375, "name": "shiirano_project_Lora-02.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-19T10:55:53.121Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "C1670DDABA", "SHA256": "C1670DDABA8BFFDC63D1B636B2AA09C6B3084AE0EC8AADB9C35ED96FD4ECD746", "CRC32": "7E15BB5C", "BLAKE3": "2B8C443FEC5AB275416C3E7551084EAE50377311DA21C872ABE5C30C0663442B", "AutoV3": "72E07A2F52EC"}, "downloadUrl": "https://civitai.com/api/download/models/188344", "primary": true}], "images": [{"id": 3037549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc5120dd-edeb-40b2-b75f-fafcc4f017e3/width=450/3037549.jpeg", "nsfwLevel": 8, "width": 512, "height": 704, "hash": "UIJ@,y^+00E100E1~pt7N]t7?H%2IUR*oyM{", "type": "image"}, {"id": 3035131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5f642a2-f78c-4ba9-b354-47656fce499a/width=450/3035131.jpeg", "nsfwLevel": 2, "width": 512, "height": 704, "hash": "UIHLVhoy00_NNFt7_4IU0KIU_3xu?bM{D$xu", "type": "image"}, {"id": 3037677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55be1efc-bded-459e-ae35-468ad83df6de/width=450/3037677.jpeg", "nsfwLevel": 2, "width": 512, "height": 704, "hash": "UOMQhm?v00ae9En%_NWC4.D%-pxtIqt7xZRj", "type": "image"}, {"id": 3039247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da9e8d72-2949-4e86-996d-a93fadc03837/width=450/3039247.jpeg", "nsfwLevel": 16, "width": 512, "height": 704, "hash": "USK12lofE1xa0eWBIUWB$iRjx]of0eNG~WkB", "type": "image"}, {"id": 3039248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ccdb748-e8d5-45ff-9024-68c168bbf490/width=450/3039248.jpeg", "nsfwLevel": 4, "width": 512, "height": 704, "hash": "UQMQhk~q.8RjyCtQRj%Mxb%MsBWBx]IoM{M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/188344", "modelId": 167450} \ No newline at end of file diff --git a/datasets/metadata/188377.json b/datasets/metadata/188377.json new file mode 100644 index 0000000000000000000000000000000000000000..c82faf124f13c07833c2245531379bf2a3f55d6c --- /dev/null +++ b/datasets/metadata/188377.json @@ -0,0 +1 @@ +{"id": 188377, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-31T22:37:53.141Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": ["fw.yerin"], "stats": {"downloadCount": 802, "ratingCount": 128, "rating": 5, "thumbsUpCount": 168, "thumbsDownCount": 0}, "files": [{"id": 144062, "sizeKB": 36983.5078125, "name": "Lee Yerin.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-18T13:35:40.092Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FD7EE62D", "AutoV2": "6A41A0DD30", "SHA256": "6A41A0DD30E1505B567258BF395D4023D6E4DD5744C6620D844230D6F1DA15E2", "CRC32": "D044FD06", "BLAKE3": "CB12E69B9669F13D26798982F94D105545A9FC7A97ACA9EC3131272269D16469", "AutoV3": "59F9EDCC23A4"}, "downloadUrl": "https://civitai.com/api/download/models/188377", "primary": true}, {"id": 230081, "sizeKB": 79035.6064453125, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T15:40:55.450Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "228EB526", "AutoV2": "86095A0F42", "SHA256": "86095A0F42ECE8AE6C7A9222F5E0E140743A58B76FDA37BC3F47502248C6E0A3", "CRC32": "2998269B", "BLAKE3": "87E15E474DB1BF0EAE63B308F1E68C021128B5420B7C3323F2802C964617D8D1"}, "downloadUrl": "https://civitai.com/api/download/models/188377?type=Training%20Data"}], "images": [{"id": 3020064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fe48d07-1475-4574-8abc-7d96a7231aa7/width=450/3020064.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1808, "hash": "UKLNGRrB~V#k_N-nE1M{0gs8V[bc0MRO?HX8", "type": "image"}, {"id": 3020065, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/887da387-c176-48ed-b6f8-a300ea0b630f/width=450/3020065.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1808, "hash": "URNmD|M{?^xu.Sxa-:t70KRj?Hj[=|ofNbj[", "type": "image"}, {"id": 3020137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89604cf7-8f96-44f6-b01e-ff91359778e0/width=450/3020137.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1808, "hash": "UCM~|MyE0{%2B-xF=xxZ01%M-p9F~p%L%2NG", "type": "image"}, {"id": 3020260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6495c7f-43e2-409d-8498-680952993d98/width=450/3020260.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1808, "hash": "UKMj2Q^jScNZKjM|NH%Mo}9Z~W-p-;jcxuM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/188377", "modelId": 167481} \ No newline at end of file diff --git a/datasets/metadata/188979.json b/datasets/metadata/188979.json new file mode 100644 index 0000000000000000000000000000000000000000..edc47f4c04864daf171fe9b1644cb96dd357af3e --- /dev/null +++ b/datasets/metadata/188979.json @@ -0,0 +1 @@ +{"id": 188979, "index": 1, "name": "Lucy", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-19T00:31:39.375Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 118, "ratingCount": 28, "rating": 5, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 144511, "sizeKB": 51102.443359375, "name": "188979_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-18T22:13:40.742Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BFE0DFFB", "AutoV2": "CDA8C21612", "SHA256": "CDA8C21612887F5A54EC41CD8AF428AFBBD724EF1F6FE5985907CB6F6BB429C5", "CRC32": "B8785189", "BLAKE3": "4ED075A2BF9BC34E9B6DF987052B503C54B9CF10F7AD00D33ADDF561E6D2B660"}, "downloadUrl": "https://civitai.com/api/download/models/188979?type=Training%20Data"}, {"id": 144554, "sizeKB": 36986.484375, "name": "Lucy.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-18T23:16:03.472Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7566061E", "AutoV2": "6F98193355", "SHA256": "6F98193355D3BBCFF6623D923F402D832439C6B5053B30E85BFFE3571080EDBE", "CRC32": "47723115", "BLAKE3": "9207789A2B1DC33A0BAA142213DE5140FCB4653375A5425588EA06CB8976B548", "AutoV3": "7CDB19931810"}, "downloadUrl": "https://civitai.com/api/download/models/188979", "primary": true}], "images": [{"id": 3029355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee6e262a-b0d9-4574-a4e6-32867f88fc1c/width=450/3029355.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UFHKqi01FrR5~qM|?G9FE%E1?HE10gNFsWRj", "type": "image"}, {"id": 3029356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c370828-ab22-4fff-970b-c091d4ebb6d5/width=450/3029356.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UXGt:2~WTJ-pOEt7xu%2Iot7%2NHIpNGn%jb", "type": "image"}, {"id": 3029354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b876758-6a70-49b0-be84-79b0c9031ec8/width=450/3029354.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UiHUIS~Wtl%2x]xuxuxtE2j]t7R+M|aes:WC", "type": "image"}, {"id": 3029357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1df16e46-354e-4120-951b-490a3b290fad/width=450/3029357.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UBH1Y;0LcDRP~pE2-oIU009Z^lIV9ZtQsm-p", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/188979", "modelId": 168047} \ No newline at end of file diff --git a/datasets/metadata/18905.json b/datasets/metadata/18905.json new file mode 100644 index 0000000000000000000000000000000000000000..89a490e8c64e5134983e982686722f987640b9dd --- /dev/null +++ b/datasets/metadata/18905.json @@ -0,0 +1 @@ +{"id": 18905, "index": 1, "name": "Burlap V2", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-05T12:50:29.797Z", "availability": "Public", "nsfwLevel": 28, "description": "Using images generated with V1, V2 now has expanded training data and destroys backgrounds less as well as does not put the head out of frame for burlap outfits.
V2 has a more difficult time doing a single burlap item unlike version 1 that can have a normal and a burlap item at the same time.
If asked to improve it more would try to make it be able to do more half burlap half normal items easier and include more hair colors in data set, at the moment tends to lean towards black and brown. This model was trained on WarriorMama777's abyss orange mix 3 from huggingface.
-changed it into a lora instead of lyco
-removed the slight style changed that sometimes happens in v1.0
-fixed the issue where the lora would force nsfw results
-fixed the issue where big bellies were being generated while not prompting for them
-works alot better with other models/loras
", "trainedWords": ["venusbody"], "stats": {"downloadCount": 9527, "ratingCount": 452, "rating": 5, "thumbsUpCount": 987, "thumbsDownCount": 1}, "files": [{"id": 146271, "sizeKB": 46470.4521484375, "name": "venus body2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-20T13:26:04.673Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C72AC135", "AutoV2": "2F5874452C", "SHA256": "2F5874452C38C54E55C8FE680687BF92B59248BCCF4346FD51829275972157EF", "CRC32": "19D55415", "BLAKE3": "C2F6330875B184FA8BCC3A779C7D65D0216794B7FBD2AA022529ED57837B601B", "AutoV3": "302ABCA91D3C"}, "downloadUrl": "https://civitai.com/api/download/models/191312", "primary": true}, {"id": 233306, "sizeKB": 67981.1416015625, "name": "1_venusbody.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-12T14:56:23.005Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EDCFA7DA", "AutoV2": "B556865D06", "SHA256": "B556865D06C1B791A9174BCB4D16A4ED52CD3741EC7A5EE18FD374F08BF51D1F", "CRC32": "B95D14D7", "BLAKE3": "4C49C50581510671228AA2C2EC67868235E2BDF7991109AD1886685D737113F6"}, "downloadUrl": "https://civitai.com/api/download/models/191312?type=Training%20Data"}], "images": [{"id": 3056184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09460c4c-1647-47c8-9a6c-19097bf8c6fc/width=450/3056184.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKL455012|~q1A-oEmMxA2IUS5t78_M{bXRj", "type": "video"}, {"id": 3055590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c34b3fe7-73af-485f-a73a-ba4878ef9935/width=450/3055590.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U7Jk1P00000L9FIU.T?vVC_200MwJ701-Ts8", "type": "image"}, {"id": 3055605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e45cfbc0-3a64-4086-ae46-003340547b26/width=450/3055605.jpeg", "nsfwLevel": 8, "width": 2048, "height": 1886, "hash": "UiM6oBW=e-R-~WfRj[jF?^odbcoy%zW;WAWC", "type": "image"}, {"id": 3055608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8168331-203b-4235-85b0-3691c262469c/width=450/3055608.jpeg", "nsfwLevel": 8, "width": 2048, "height": 1886, "hash": "UhK1gv%Ljb%L_NbGfRbF?ba#WVo2%Njaayah", "type": "image"}, {"id": 3055595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdef30c9-a225-4777-9d8c-52cb6a0382bb/width=450/3055595.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UIJRK,^O.TD*AJIUE1.7Gbae4.D*Rjr=x]S3", "type": "image"}, {"id": 3055591, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/733dcd64-8fc6-4091-b1d6-c4609331611c/width=450/3055591.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFJ7?g-;2P4.0PD*R=-;y?bc=UR4tkxb~njb", "type": "image"}, {"id": 3055593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9531410b-4386-4cc0-8bd3-b6033d2e0f21/width=450/3055593.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UZIER%~pyEXTtSS%9vR.XSt8sooMn#n$M{Rj", "type": "image"}, {"id": 3055592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69019687-20e8-4432-89ab-0e87beeafb1b/width=450/3055592.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKI;*V-qLM4.K-0g?v-o17bI$gE2ElIV$ybw", "type": "image"}, {"id": 3055609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88a8566e-6dce-43a2-8a62-1b94db4547a8/width=450/3055609.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UdJ7?$_NK4xtx_x^bwWEWpX9bvxXIrRno0ni", "type": "image"}, {"id": 3055597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8efb11d-d47b-44f6-8979-45f284930374/width=450/3055597.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJGudpaI_Lx[LNZ~0ytQTfM_%2kC_3xW?aoz", "type": "image"}, {"id": 3055596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b09b1d73-e1ee-4f8f-9d16-5bc0b107f3ac/width=450/3055596.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UWKnC#-p9|?Du6?H-nMxl8S6xbV@ETR*%Moz", "type": "image"}, {"id": 3055599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6621307e-7b0c-43ba-a6ee-c3df139fcf9b/width=450/3055599.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UEI=3?001d$**IIROZ?F00IU-qIn}+-q4.tQ", "type": "image"}, {"id": 3055602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48da26ff-0824-44fd-9d72-26babef267d7/width=450/3055602.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UkHek6xuK5kC.At7S7V[9~Rl%3jZRlWUt7t6", "type": "image"}, {"id": 3055601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7b4278e-1f5a-4a57-9d5a-fc1004362574/width=450/3055601.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UIHnpu$b7d$*XCn^9gIVTaNqI8M}?[M]nos.", "type": "image"}, {"id": 3055604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e668ee26-1d09-407d-86f7-868dbff039cc/width=450/3055604.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "USHoF4Z}Ef9ZL4nMozR*0gtP-;WU#-XTE2j@", "type": "image"}, {"id": 3055607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5e992f7-0879-46f3-9563-f83ae2c106fa/width=450/3055607.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGHxHC?HD~tJyUIpNsk+00?G~VtjORx[n+Sv", "type": "image"}, {"id": 3055611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20e6f1f7-bbe0-497d-bb3a-e08dcd959685/width=450/3055611.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UfH.B2_NpJo~S%ohNKt8R4oJV@V@D$aw-ot6", "type": "image"}, {"id": 3055610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5fdfec61-60ce-4789-8b6f-a655795a7f37/width=450/3055610.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "URJ83L8{BqS+yGVsNfSjS8ITxuNK0fnN%Lxv", "type": "image"}, {"id": 3055589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24cf16d7-b6a5-4ed3-a71a-bfc0ca8141cf/width=450/3055589.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UHGug.U[A[58pMVVbxIt9uZ~roK7XV%MngIp", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/191312", "modelId": 44785} \ No newline at end of file diff --git a/datasets/metadata/192115.json b/datasets/metadata/192115.json new file mode 100644 index 0000000000000000000000000000000000000000..cbf7133f2f29565260dc9ee0ca37d2e8b7d1b59d --- /dev/null +++ b/datasets/metadata/192115.json @@ -0,0 +1 @@ +{"id": 192115, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-21T03:52:09.234Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 858, "ratingCount": 124, "rating": 5, "thumbsUpCount": 160, "thumbsDownCount": 0}, "files": [{"id": 146902, "sizeKB": 45982.3515625, "name": "Cornelia_Li_Britannia_CodeGeass.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-24T22:24:23.590Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8B61E595", "AutoV2": "7EA31F4A4A", "SHA256": "7EA31F4A4AE8F0151CDDDE755A85493E1FD06E7135D994DD8BD85A10609944C9", "CRC32": "E18B3409", "BLAKE3": "E2A1981EF7EAE19A7CC75E18C3B83B449F0AF61CA7DDCFEE02E1EE3DC344A7F3"}, "downloadUrl": "https://civitai.com/api/download/models/192115?type=Training%20Data"}, {"id": 146901, "sizeKB": 22254.17578125, "name": "Cornelia_Li_Britannia_CodeGeass-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-24T22:31:22.679Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "418ECDD7", "AutoV2": "7AC29CC4E9", "SHA256": "7AC29CC4E9D93C21D7A91A1EAC32B0FF165646166F7D9756AA285B6D555D436A", "CRC32": "E3F2B726", "BLAKE3": "78F0769C27B07DF82D102A65546EAF531D40685F8620231582387E385BCAB1EC", "AutoV3": "0DF696C29B32"}, "downloadUrl": "https://civitai.com/api/download/models/192115", "primary": true}], "images": [{"id": 3068209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e68116e6-e82c-4508-88ec-a7fffde9091a/width=450/3068209.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9Hdp@-X00jBvsIUC6b_~WScOini0Pa$-zRQ", "type": "image"}, {"id": 3068210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3812075f-8823-4237-bba0-942e911c6dad/width=450/3068210.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWHnaG~X9tM|^-%Mg3-qW?W=t6xu?GxZNFM{", "type": "image"}, {"id": 3068211, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa31e876-65be-4d04-bf0f-1821d95b7cfa/width=450/3068211.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UCMZ8x000f01004:teDj02?FtQRn~B?bM_%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/192115", "modelId": 170961} \ No newline at end of file diff --git a/datasets/metadata/192135.json b/datasets/metadata/192135.json new file mode 100644 index 0000000000000000000000000000000000000000..ae9a1fe272636181926da6d56b980189677ce691 --- /dev/null +++ b/datasets/metadata/192135.json @@ -0,0 +1 @@ +{"id": 192135, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-21T04:10:08.654Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 715, "ratingCount": 100, "rating": 5, "thumbsUpCount": 136, "thumbsDownCount": 0}, "files": [{"id": 146912, "sizeKB": 39345.884765625, "name": "Etuzan_Jakusui_Style.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-21T04:11:09.635Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "38C37DFA", "AutoV2": "A5CC928EC1", "SHA256": "A5CC928EC1CCE39FC6E0321C41BD95EBCA211976D51B4EC11832F63377318389", "CRC32": "A9EA65FA", "BLAKE3": "9D1291C0525EAD1102EFFBAF542F27156C7AE098E7EB916FDA35CC657F5C3545"}, "downloadUrl": "https://civitai.com/api/download/models/192135?type=Training%20Data"}, {"id": 146910, "sizeKB": 22241.19140625, "name": "Etuzan_Jakusui_Style-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-21T04:11:00.810Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8F2923D6", "AutoV2": "9B109B2606", "SHA256": "9B109B26064145FF39D9E34459BB76DD3A593091220E4410DDEAFE6895EEF9A9", "CRC32": "80090AAB", "BLAKE3": "ED3EF2D095F07B40147A54E704170F6003CD8C0896A4C6C2640BA684EFF2663D", "AutoV3": "BF027399E6B0"}, "downloadUrl": "https://civitai.com/api/download/models/192135", "primary": true}], "images": [{"id": 3068658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d94deaa-8a76-4f3b-b673-5bbce4832538/width=450/3068658.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXN^3zIT_NxtISjY^*n~%$xuwHoebcWAt7R+", "type": "image"}, {"id": 3068717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20912d8d-a891-4fb5-b572-57800945c906/width=450/3068717.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXN0J6~qPA%gNF%MtRxt0gIoxYs:?GsoRjs:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/192135", "modelId": 171011} \ No newline at end of file diff --git a/datasets/metadata/192202.json b/datasets/metadata/192202.json new file mode 100644 index 0000000000000000000000000000000000000000..91394491fd0b4c7e2bff89d45709dcef68d40a50 --- /dev/null +++ b/datasets/metadata/192202.json @@ -0,0 +1 @@ +{"id": 192202, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-21T05:57:55.152Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 565, "ratingCount": 101, "rating": 5, "thumbsUpCount": 124, "thumbsDownCount": 0}, "files": [{"id": 146951, "sizeKB": 41266.5205078125, "name": "Chloe_Morgan_KingdomsRuin.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-21T05:55:45.655Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3962F8D9", "AutoV2": "15CC4778A3", "SHA256": "15CC4778A388E3F00C2D097528E8260990CC91868AD1CA2A1DBC8F114FAD0B76", "CRC32": "7B347E28", "BLAKE3": "5B3B9C4D3CE477D967E0DFF9D9ABC2473A434196D172B28CC5514C81D40EDEF3"}, "downloadUrl": "https://civitai.com/api/download/models/192202?type=Training%20Data"}, {"id": 146950, "sizeKB": 22252.81640625, "name": "Chloe_Morgan_KingdomsRuin-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-21T05:55:41.440Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE16624D", "AutoV2": "545578DC8F", "SHA256": "545578DC8F371B532472C9D887C3D62E7BCC37C235843FFB25C4273C3712B9B0", "CRC32": "A51B8535", "BLAKE3": "30CA8620F7921432F07F8FBB700AEB0E621A10D2BAC96A9BF5B4C6C73F082102", "AutoV3": "7B62F3F1CDA2"}, "downloadUrl": "https://civitai.com/api/download/models/192202", "primary": true}], "images": [{"id": 3070175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f1c127b-3e58-4342-9dd8-226f28d850e9/width=450/3070175.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHMQFk~V00S50Kof9|I@BVXSD*Nb%NW=~WR+", "type": "image"}, {"id": 3070422, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7c8a640-c632-4fd1-9b8b-666cdbe9c399/width=450/3070422.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCLzX1_N01DiL159JD?H00?G0KI=BWIoD%s:", "type": "image"}, {"id": 3070595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/620b10f3-3233-4708-8747-5fe6758f91cb/width=450/3070595.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UAKwtcyX0000L1AIJ;^*01^*0f%NYkXQw}Iq", "type": "image"}, {"id": 3070637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8917770-dfc6-451c-a6d0-9eb45494b44c/width=450/3070637.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOOfGX?v0gxtE{j]57r=EN%2WZNG~qxbVtt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/192202", "modelId": 171077} \ No newline at end of file diff --git a/datasets/metadata/192219.json b/datasets/metadata/192219.json new file mode 100644 index 0000000000000000000000000000000000000000..7c664f0e428cf9728be1995cb90a4c6f9e0460a5 --- /dev/null +++ b/datasets/metadata/192219.json @@ -0,0 +1 @@ +{"id": 192219, "index": 0, "name": "Flame Point Ragdoll Cats", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-10-21T17:45:40.345Z", "availability": "Public", "nsfwLevel": 17, "description": null, "trainedWords": [], "stats": {"downloadCount": 256, "ratingCount": 12, "rating": 5, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 147537, "sizeKB": 223120.60546875, "name": "Flame_Point_Ragdoll_Cats.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-21T17:45:52.865Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5227ADA5", "AutoV2": "3A1C78A696", "SHA256": "3A1C78A696C9D6DD7BF067B6CF6466A4EC33DE5B0F19CA024B86783C76BC4252", "CRC32": "AC16894E", "BLAKE3": "3D0D79C837BF79A22CF9DD85DB6DA9475E6DD8B97186C730A7AB3A1583081B7F", "AutoV3": "2C61FBAFCA4C"}, "downloadUrl": "https://civitai.com/api/download/models/192219", "primary": true}, {"id": 147012, "sizeKB": 20824.4169921875, "name": "192219_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-21T07:00:46.317Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "18A61AD3", "AutoV2": "3640B6C0EE", "SHA256": "3640B6C0EE26896E3D8A61F5F35AD84AAF57D887A725E657A6E4FB68F41BCAA9", "CRC32": "C8516BC2", "BLAKE3": "D0A719D2EEE235D9138D896D2C9CB2BAB2C9DFFC67DBFC63E75BC9DC63038CC2"}, "downloadUrl": "https://civitai.com/api/download/models/192219?type=Training%20Data"}], "images": [{"id": 3081593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/529be5cb-d6cd-4fcb-bcb2-393b3d005c1f/width=450/3081593.jpeg", "nsfwLevel": 1, "width": 1792, "height": 1024, "hash": "U6Dl7qMe000f109u~V%1Vs?Gi_Rk0LWBxu%M", "type": "image"}, {"id": 3081595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52156de2-e48a-49be-9a59-eaf7b5cf1018/width=450/3081595.jpeg", "nsfwLevel": 1, "width": 1792, "height": 1024, "hash": "UFGR6d$i0L%L~UWUI;jYivNGWCbbIUxa%1t7", "type": "image"}, {"id": 3081596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a0749b2-b97c-4aac-8b29-52845aedf522/width=450/3081596.jpeg", "nsfwLevel": 1, "width": 1792, "height": 1024, "hash": "UeI;*L9aNGR+~qE2kBWBOFt7RjNGIot7RPRj", "type": "image"}, {"id": 3081594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a1d79af-21fd-40bd-a5ce-79bb35da4952/width=450/3081594.jpeg", "nsfwLevel": 1, "width": 1792, "height": 1024, "hash": "UPK,mfZ~0etQpdRiIqaK~WM{WBxZM|s:t7NG", "type": "image"}, {"id": 3081592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77fe9faf-fbdb-45b1-ac32-add65a9bb4b1/width=450/3081592.jpeg", "nsfwLevel": 1, "width": 1792, "height": 1024, "hash": "UDAAaOxt00WD~pt7D%ay%ft7jFRj-pofNGWC", "type": "image"}, {"id": 3081598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c1f209d-6b50-4147-b768-d64a31bfcfb6/width=450/3081598.jpeg", "nsfwLevel": 1, "width": 1792, "height": 1024, "hash": "UBHewf9G.T0LTg00?b.80ND%I9D%0L-o-VIT", "type": "image"}, {"id": 3089273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee5affae-6887-4391-909a-9b0ce02422b2/width=450/3089273.jpeg", "nsfwLevel": 16, "width": 960, "height": 640, "hash": "U9LV]@RN4mpJxoXSoioI00xaxbV[}@adXMRk", "type": "video"}], "downloadUrl": "https://civitai.com/api/download/models/192219", "modelId": 171092} \ No newline at end of file diff --git a/datasets/metadata/192284.json b/datasets/metadata/192284.json new file mode 100644 index 0000000000000000000000000000000000000000..5bf6414daf2fc4e4a00551993166fffee13a738e --- /dev/null +++ b/datasets/metadata/192284.json @@ -0,0 +1 @@ +{"id": 192284, "index": 0, "name": "Cinderella horse", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-21T20:15:25.762Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 285, "ratingCount": 25, "rating": 5, "thumbsUpCount": 46, "thumbsDownCount": 0}, "files": [{"id": 168918, "sizeKB": 36980.140625, "name": "Cinderella_horse.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-09T19:56:02.534Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E21B9529", "AutoV2": "0C829C1CD4", "SHA256": "0C829C1CD4B8222E18DEF5B240045F38CD99287EDEECAA820138E93B3B75FCCE", "CRC32": "38A2F42C", "BLAKE3": "116ECCFD098A810E1735A76E72EF34027A139F1C3A37EBDD6C25CFE2DCE02BDE", "AutoV3": "5059E0C66ABA"}, "downloadUrl": "https://civitai.com/api/download/models/192284", "primary": true}, {"id": 168896, "sizeKB": 52145.099609375, "name": "training cinderella horse.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-09T19:26:11.351Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9AEE4711", "AutoV2": "CCBC84FAD4", "SHA256": "CCBC84FAD4F10F1109E9437CB1F979B099C20E4E6E7FEC012427D1201AECFB5D", "CRC32": "3BF07CEE", "BLAKE3": "4E823FA5A7C24ED66B167A9BF0F231B44D00F8CF32D0328DD26CF3260D360C91"}, "downloadUrl": "https://civitai.com/api/download/models/192284?type=Training%20Data"}], "images": [{"id": 3086862, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2ceebe9-f918-4938-9cf5-134b6dd458a3/width=450/3086862.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UFEe+E0Mv{M}0#~BNMNF00%ModM_sWRkWAxs", "type": "image"}, {"id": 3086861, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03e2a26f-19c4-4ae4-9b18-f28b26141014/width=450/3086861.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U8Aw6z-;00IT~qM_9F?b009E-=_400M{-;Ri", "type": "image"}, {"id": 3086863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00018711-94ad-487f-936b-fface2c693cf/width=450/3086863.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U8Dl.^Si00_49=9DIV-:00X7~qoM%%?bM_9F", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/192284", "modelId": 171147} \ No newline at end of file diff --git a/datasets/metadata/192361.json b/datasets/metadata/192361.json new file mode 100644 index 0000000000000000000000000000000000000000..89cc57c5e8ee2d5a3bb61f35518ae0b41078d5a3 --- /dev/null +++ b/datasets/metadata/192361.json @@ -0,0 +1 @@ +{"id": 192361, "index": 0, "name": "blacklunacat", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-10-21T17:43:29.758Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 94, "ratingCount": 8, "rating": 5, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 147536, "sizeKB": 223105.94140625, "name": "blacklunacat.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-21T17:45:51.348Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6766AC9D", "AutoV2": "75E745350F", "SHA256": "75E745350F27FB5FAADBCC09C6781A92940CABBA22B0D078A4CBD814E82EAF3F", "CRC32": "07DB863B", "BLAKE3": "5624698B82B03488110698DA143684E25DD508B7F78CAB8D33B65C410181FE7F", "AutoV3": "6F045C60BDE2"}, "downloadUrl": "https://civitai.com/api/download/models/192361", "primary": true}, {"id": 147067, "sizeKB": 22185.9560546875, "name": "192361_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-21T08:15:59.909Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2A3C1252", "AutoV2": "31D4199FDA", "SHA256": "31D4199FDA84ECDF10C10F40C0AC8A5A98791994C03EF00A1B7BF1E768D94D60", "CRC32": "344D07F9", "BLAKE3": "29C9937E1D2500814EE09EB851B755E0CDABCBE8786A646B0BEC41277B775ED0"}, "downloadUrl": "https://civitai.com/api/download/models/192361?type=Training%20Data"}], "images": [{"id": 3081571, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/228e3f70-cd67-4ca1-aff1-9b0c2309bb2d/width=450/3081571.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U49@I$004._3?Iw]00S4?^n$0K-;S~M{x[=|", "type": "image"}, {"id": 3081573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c4addaa-40c4-491d-9d1c-05a0655825ce/width=450/3081573.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U57_A$00?bWC00?vIUoK9F?bD*Rj~q4o?bof", "type": "image"}, {"id": 3081574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf351775-3609-4a34-8bb7-fdcee9c85bce/width=450/3081574.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5A^j^xt-p?b0000M{xu00ozM{bH_3~q-;Rj", "type": "image"}, {"id": 3081575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/410a9eb3-77f5-4876-990c-b226f8db8d2c/width=450/3081575.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U38}A700rqyYXr^*8_Os?bxH4n?cNGMdbq-V", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/192361", "modelId": 171214} \ No newline at end of file diff --git a/datasets/metadata/192363.json b/datasets/metadata/192363.json new file mode 100644 index 0000000000000000000000000000000000000000..87dfe3f68f42e9a22905f9825b74724903fd9313 --- /dev/null +++ b/datasets/metadata/192363.json @@ -0,0 +1 @@ +{"id": 192363, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-21T08:14:38.097Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 438, "ratingCount": 76, "rating": 5, "thumbsUpCount": 104, "thumbsDownCount": 0}, "files": [{"id": 147066, "sizeKB": 22257.32421875, "name": "Kazehana_Sekirei-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-21T08:16:16.869Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "93FD1DB8", "AutoV2": "97537D0668", "SHA256": "97537D0668F5553C8E19AEC610C3E8D15A2FEEDC514A649BB92F34CBA7C49FDC", "CRC32": "6FBC5424", "BLAKE3": "24F6BED5BE9E6F1B6843E2205F595108B955EC99E727A643995A806D9362CA06", "AutoV3": "395E22661A19"}, "downloadUrl": "https://civitai.com/api/download/models/192363", "primary": true}, {"id": 147068, "sizeKB": 36557.8876953125, "name": "Kazehana_Sekirei.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-21T08:16:31.106Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "62C223F7", "AutoV2": "859290B3CD", "SHA256": "859290B3CD14D34EE66D258E542CFF23183032025477A096C591D98D728E8AA1", "CRC32": "D7E6DE05", "BLAKE3": "E257A31D497636B2A5A9EE2FD131F03D0D7FD8C7BBF75CAC495CBF5CF88E883D"}, "downloadUrl": "https://civitai.com/api/download/models/192363?type=Training%20Data"}], "images": [{"id": 3072350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7045df4a-be30-4eeb-b66e-0596bd99860e/width=450/3072350.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJK,?gay?wxa.koz_3t7~W%Mxtof4qWB-pM{", "type": "image"}, {"id": 3072397, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a7eac38-7af0-4888-a098-5378aef477b0/width=450/3072397.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCHBJY4n0K00F=Mx-;IU00M|%1kD}^%f4n-;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/192363", "modelId": 171216} \ No newline at end of file diff --git a/datasets/metadata/192420.json b/datasets/metadata/192420.json new file mode 100644 index 0000000000000000000000000000000000000000..494c45de1c60aca5d95f3bb95cc66dfc04d79bb9 --- /dev/null +++ b/datasets/metadata/192420.json @@ -0,0 +1 @@ +{"id": 192420, "index": 0, "name": "Yurika Ichijou", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-22T18:11:03.739Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": ["Yurika Ichijou"], "stats": {"downloadCount": 397, "ratingCount": 70, "rating": 5, "thumbsUpCount": 92, "thumbsDownCount": 0}, "files": [{"id": 147157, "sizeKB": 15138.0576171875, "name": "192420_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-21T10:25:51.915Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "07D6D6AF", "AutoV2": "11154549BE", "SHA256": "11154549BE09E7ECD6931483AEE6B7508697BB0F475730D47F79289C365DC321", "CRC32": "039D1A37", "BLAKE3": "BF4017790D0853FACE063B4E1347A07547E8B102BAC2DD50BEC26DA221932BC5"}, "downloadUrl": "https://civitai.com/api/download/models/192420?type=Training%20Data"}, {"id": 148716, "sizeKB": 36981.4765625, "name": "Yurika_Ichijou-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-22T18:02:06.168Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "10B4B072", "AutoV2": "F36F49E15E", "SHA256": "F36F49E15E913758A5CB180D7D23729DFD6C8F2F07A81FC5737937154DF6B0DE", "CRC32": "1E51D1C0", "BLAKE3": "5AF7962B56987DF11FD12E6547AB793873CF901C643BECA0D0C39EBFAA71DCA0", "AutoV3": "A8BE409A0C07"}, "downloadUrl": "https://civitai.com/api/download/models/192420", "primary": true}], "images": [{"id": 3104006, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f36fdf8-94c2-45af-8d23-0ebd6d602886/width=450/3104006.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "U9JHU6~60#ERORnf00NK9Y?bNX4n?7-;?HIT", "type": "image"}, {"id": 3103519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f73a6e3e-f2ac-4515-b8d6-0c5b2f2ea050/width=450/3103519.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UAJHN@0002Dh?Y~V00xr00VpW._3D#^%D*-;", "type": "image"}, {"id": 3104007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f64fe9b-bcb5-4625-9b87-012beedc3fae/width=450/3104007.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "U5J7zID*7i=oM_00009YBV4n?GEm0Jwc-=~q", "type": "image"}, {"id": 3103304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/080748bc-8919-4628-9bcf-6e69518f17d0/width=450/3103304.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "U9JQci0M00%1~o0L01?HJ:9a4:kp?DIo~V-:", "type": "image"}, {"id": 3103470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/858ffa62-aff4-46a7-84ea-95bfd62b9541/width=450/3103470.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "UGKT#q%h11?G9Z9F00ROTJIo~ojX?EoxRQ%L", "type": "image"}, {"id": 3103557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf38c2f7-f520-4603-9de6-e6e350823508/width=450/3103557.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "ULIN]f0g4:nN~Vae9a%2IB4ntR-qIoV@WZt7", "type": "image"}, {"id": 3103486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9861d88-65bd-4e24-a54a-ad049ca9dbc3/width=450/3103486.jpeg", "nsfwLevel": 1, "width": 768, "height": 1048, "hash": "UFL4HHS$_1ROM{9G00M{Vs9Z?bn%00D%~q-p", "type": "image"}, {"id": 3103252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78666e61-f69b-4608-ba04-08e8552fbf82/width=450/3103252.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "UTKnSWIUT}XAu5nj9vW??wjZT1bc9ZkDnOa#", "type": "image"}, {"id": 3103220, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ee8c059-cdd4-4829-b53e-78ffd83c6307/width=450/3103220.jpeg", "nsfwLevel": 1, "width": 384, "height": 672, "hash": "UXK,+~9FEQe.~p9GtRjZI;M|M{R*jDogaet7", "type": "image"}, {"id": 3105294, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/124cb332-6b25-458b-9baa-784c25c5e440/width=450/3105294.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UXN]a~~pE2%M9Z-otQW;x]ogxubcIToybbay", "type": "image"}, {"id": 3105277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b89785e-e7d9-4643-9e20-83881ae0e5f4/width=450/3105277.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UANcTk0000Nz00E1~W-pAKxt?co200.8D$o}", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/192420", "modelId": 171273} \ No newline at end of file diff --git a/datasets/metadata/192483.json b/datasets/metadata/192483.json new file mode 100644 index 0000000000000000000000000000000000000000..b74cff4b6c803b511bca69f12b96b98399b7e8d3 --- /dev/null +++ b/datasets/metadata/192483.json @@ -0,0 +1 @@ +{"id": 192483, "index": 0, "name": "wandathecat", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-10-21T17:41:21.670Z", "availability": "Public", "nsfwLevel": 1, "description": "", "trainedWords": ["wandathecat"], "stats": {"downloadCount": 95, "ratingCount": 5, "rating": 5, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 147533, "sizeKB": 223114.30859375, "name": "wandathecat.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-21T17:41:04.604Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6295B635", "AutoV2": "035190C9E0", "SHA256": "035190C9E0F2F611B21C50F2D588A15ED70C69C33408E34281FB12AF94A1432A", "CRC32": "3845150B", "BLAKE3": "AE61AD1B38A3D3D29769ED437C8E738F384727FE03A006CEFCCA8C7653231705", "AutoV3": "90920B191D60"}, "downloadUrl": "https://civitai.com/api/download/models/192483", "primary": true}, {"id": 147149, "sizeKB": 44198.91015625, "name": "192483_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-21T10:21:35.535Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C9704E6C", "AutoV2": "686EC8B81F", "SHA256": "686EC8B81FE771926733BA84D1F082BE88D2EFA1F22019E3EA5EC3ADB39BB6FF", "CRC32": "0C82474E", "BLAKE3": "4654DE45A189693A88F065908BD3F267D1FA850A6C6FF1EF73CC5142337CA5F1"}, "downloadUrl": "https://civitai.com/api/download/models/192483?type=Training%20Data"}], "images": [{"id": 3081533, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/057447fe-d615-483b-980b-89fba04db3ae/width=450/3081533.jpeg", "nsfwLevel": 1, "width": 1792, "height": 1024, "hash": "UJI=DXIpJAIp.mIV%2WByXE2R4xu_3Rjxaxu", "type": "image"}, {"id": 3081532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d2502dd-5242-4c16-b2f2-42df916fd079/width=450/3081532.jpeg", "nsfwLevel": 1, "width": 1792, "height": 1024, "hash": "U4DT9TDh00~V0:DN$zt-01R*ve%$,B%#00rX", "type": "image"}, {"id": 3081531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9476bfb8-7354-4511-9175-83d762af2c79/width=450/3081531.jpeg", "nsfwLevel": 1, "width": 1792, "height": 1024, "hash": "UWF=?jIBSMjY?^IoRjRk-;ozV@s.-pxaV@ax", "type": "image"}, {"id": 3081534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcf0159e-a589-49c2-9ff3-d78052972481/width=450/3081534.jpeg", "nsfwLevel": 1, "width": 1792, "height": 1024, "hash": "UABg0iMx00yYO@NHZ#-pRlnh9Gt6~qM{IUx^", "type": "image"}, {"id": 3081544, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5301a7c9-d8a8-47a0-88ed-85f67db07519/width=450/3081544.jpeg", "nsfwLevel": 1, "width": 1792, "height": 1024, "hash": "UGG[i-D%4o-;_M9ZIp%Mt7s,R+IU%1%Lt7D*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/192483", "modelId": 171335} \ No newline at end of file diff --git a/datasets/metadata/192842.json b/datasets/metadata/192842.json new file mode 100644 index 0000000000000000000000000000000000000000..2a6d36797c5d70c358c491c40400c9894d725dbf --- /dev/null +++ b/datasets/metadata/192842.json @@ -0,0 +1 @@ +{"id": 192842, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-21T15:12:49.129Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 579, "ratingCount": 55, "rating": 5, "thumbsUpCount": 88, "thumbsDownCount": 0}, "files": [{"id": 147384, "sizeKB": 22258.97265625, "name": "Inner_Moka_Akashiya_Rosario-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-21T15:15:51.716Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B1BE5F7F", "AutoV2": "8060F97E0B", "SHA256": "8060F97E0B4373A673E6FBE1A0DD9142AE15C904357285EB2D54FD557AC1D4A7", "CRC32": "07EDBA43", "BLAKE3": "717EDA31C27FA42CEE509BC7E1653EE359DBAB2AEC349F4EC2F7F12F1802A8FB", "AutoV3": "60B78F373C48"}, "downloadUrl": "https://civitai.com/api/download/models/192842", "primary": true}, {"id": 147386, "sizeKB": 46311.0849609375, "name": "Inner_Moka_Akashiya_Rosario.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-21T15:16:02.731Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "38AA6C73", "AutoV2": "9D3EB17191", "SHA256": "9D3EB171912E4269FADD6FB23A9481EAB647A27FE9A19577AFD5551C6E0741FE", "CRC32": "C19A31C5", "BLAKE3": "52F39EF982C97D7D7EACA836A94BDB05B31EBE72E606A64E0481F93187CA6A16"}, "downloadUrl": "https://civitai.com/api/download/models/192842?type=Training%20Data"}], "images": [{"id": 3078614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba28e360-ff63-47d2-9b91-53a42d4aaba0/width=450/3078614.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UkO40bt7KOof~Wj[?Hoet+ofMxaykCfPR*WB", "type": "image"}, {"id": 3078687, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9be5b35-6dcb-49f8-a2f1-c623ae9a3a90/width=450/3078687.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UzM%_@V[tlbb~WWVxuxaSOkCo0n%x[s;M{R*", "type": "image"}, {"id": 3081577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aca57648-497a-4531-ab40-8c14f2c6f56b/width=450/3081577.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UAMjH]0001K50}00%Mrq0M8_=vIo_NyXVE_3", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/192842", "modelId": 45250} \ No newline at end of file diff --git a/datasets/metadata/192949.json b/datasets/metadata/192949.json new file mode 100644 index 0000000000000000000000000000000000000000..d35a82fe3eba92ce4edbc2184cca3e33e721dbdf --- /dev/null +++ b/datasets/metadata/192949.json @@ -0,0 +1 @@ +{"id": 192949, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-21T16:53:45.921Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 534, "ratingCount": 80, "rating": 5, "thumbsUpCount": 109, "thumbsDownCount": 0}, "files": [{"id": 147476, "sizeKB": 22257.60546875, "name": "Outer_Moka_Akashiya_Rosario-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-21T16:55:57.690Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3C03DA69", "AutoV2": "BAB6E76B53", "SHA256": "BAB6E76B53F91F414B9A6222FF58996D3E759B660D158786B8B8300F24613603", "CRC32": "950528F7", "BLAKE3": "F87F8314A55FE1AD16483B77894456BEC951A8B82292C1A925160E5FA51B776B", "AutoV3": "F01F37DEFAFA"}, "downloadUrl": "https://civitai.com/api/download/models/192949", "primary": true}, {"id": 147478, "sizeKB": 46758.490234375, "name": "Outer_Moka_Akashiya_Rosario.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-21T16:56:30.642Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FE6C0AA8", "AutoV2": "0582C5A79E", "SHA256": "0582C5A79E8283FED8D591A23C6E874E666D1D2644EBD16299BC5A3BADDE5B6D", "CRC32": "123B756D", "BLAKE3": "95211B06B3B09DD325161F1AFBE443C04D4918DA86987F21AA69FB8D7B008C87"}, "downloadUrl": "https://civitai.com/api/download/models/192949?type=Training%20Data"}], "images": [{"id": 3080581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9752bd59-5a2e-449e-993a-dee8ac027fba/width=450/3080581.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UxN0xbofX-ba}]oM%gs:b^bHR%aykqofR%az", "type": "image"}, {"id": 3080753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9bd6000-a7d0-4135-8700-df9367abf9bc/width=450/3080753.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UtMQbb%gx]R%}]Rj%g%2xbWBXOWAo}n+RjS2", "type": "image"}, {"id": 3081136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23984d07-9f5b-49c3-80c0-c3ff85059f36/width=450/3081136.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEO2jsK70gXo01tR5k-;4p$%tPjE?]RRIUSh", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/192949", "modelId": 171776} \ No newline at end of file diff --git a/datasets/metadata/193095.json b/datasets/metadata/193095.json new file mode 100644 index 0000000000000000000000000000000000000000..035d9aaecb9415b89f96076e58e02ee85fac9afa --- /dev/null +++ b/datasets/metadata/193095.json @@ -0,0 +1 @@ +{"id": 193095, "index": 1, "name": "V0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-21T19:05:46.158Z", "availability": "Public", "nsfwLevel": 28, "description": "fit muscled, V-shaped body, abs
", "trainedWords": [], "stats": {"downloadCount": 38, "ratingCount": 10, "rating": 5, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 147618, "sizeKB": 36977.3671875, "name": "V00.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-21T19:05:50.349Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4C00A2B3", "AutoV2": "DEC1506D50", "SHA256": "DEC1506D501877DBC6EE7D91A5EA3A504FF7E9FF1B0A581BFF906E0900BDEF97", "CRC32": "1336DA52", "BLAKE3": "BFB5AF29D6091A98444C305D38F8179AA59EFEE7274084F5A46FF2B1BA766FFF", "AutoV3": "52D32796CD38"}, "downloadUrl": "https://civitai.com/api/download/models/193095", "primary": true}, {"id": 147617, "sizeKB": 20438.9384765625, "name": "V00_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-21T19:05:49.903Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3994AC7D", "AutoV2": "1219ED3EA1", "SHA256": "1219ED3EA1A947532B3DF3615A96980C69A09A3F74652DDB9AD987FBBBB368E2", "CRC32": "3F04A5FF", "BLAKE3": "6F3CBD882F03E592BEA3C109ECBB258B17578E98E23BD80300DBC851124AA268"}, "downloadUrl": "https://civitai.com/api/download/models/193095?type=Training%20Data"}], "images": [{"id": 3082747, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c86344f-a025-4b63-a516-3010c00c9eab/width=450/3082747.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U4BV^e%100t7_3of9tWV00Na}[t7R+oe%2R*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/193095", "modelId": 163107} \ No newline at end of file diff --git a/datasets/metadata/19311.json b/datasets/metadata/19311.json new file mode 100644 index 0000000000000000000000000000000000000000..cf2034a1dcfb1a67c50051dbdde8696ba2a2a53b --- /dev/null +++ b/datasets/metadata/19311.json @@ -0,0 +1 @@ +{"id": 19311, "index": 1, "name": "V1.training data edition (FIXED!!!)", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-03-06T08:14:52.843Z", "availability": "Public", "nsfwLevel": 28, "description": "i never said anything.
now just use the better dataset i set up as i make V2 high res edition :) (or another style if making this new version is harder)
", "trainedWords": [], "stats": {"downloadCount": 878, "ratingCount": 136, "rating": 4.99, "thumbsUpCount": 136, "thumbsDownCount": 0}, "files": [{"id": 41562, "sizeKB": 73083.755859375, "name": "rikoseStyle_v1TrainingDataEdition_trainingData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-29T22:50:53.158Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F03C153F", "AutoV2": "22E3131BF4", "SHA256": "22E3131BF42AC994E35A0994D4DBB6F54FD49206CF7EC8179F94F227651ECA62", "CRC32": "7A26327E", "BLAKE3": "FE9D7CE504F485BD62D3624E91FF3A7F94028C80B17E5FCA95A39B0F48F7390B"}, "downloadUrl": "https://civitai.com/api/download/models/19311?type=Training%20Data"}, {"id": 34031, "sizeKB": 147604.060546875, "name": "rikosebentoveredition.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-14T10:46:28.093Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "82522DA4", "AutoV2": "C234B55818", "SHA256": "C234B558189DD4C29E50D26FB63A18050E9ADE4ED49BBEA05935F3CCAC0ECC99", "CRC32": "1F3B0CB0", "BLAKE3": "9B98417B9272AAC06BADACEC2B302C3904C1B729A838DF8870180BD5E8C4805A", "AutoV3": "F8401CC84A2A"}, "downloadUrl": "https://civitai.com/api/download/models/19311", "primary": true}], "images": [{"id": 207336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4cfae6c-a321-43b7-48f8-aa4c004d6e00/width=450/207336.jpeg", "nsfwLevel": 2, "width": 768, "height": 768, "hash": "U9IgZb00YPDO0e0|V?WBM0~VJ7xa4.E1~Wxa", "type": "image"}, {"id": 207337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2a2794a-4061-4c4d-885c-09074c008c00/width=450/207337.jpeg", "nsfwLevel": 8, "width": 768, "height": 768, "hash": "UMNv*.t7t-xa0Ma}M}WV4naysRWB~poexuWB", "type": "image"}, {"id": 207335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3b1be64-8f6d-45f6-2ed5-30ce8c921500/width=450/207335.jpeg", "nsfwLevel": 4, "width": 768, "height": 768, "hash": "UEJao]~W^+~VnOIV?a^+=p-pxtxZRi-:-:Rj", "type": "image"}, {"id": 207334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14be7da8-091d-4f39-1a8c-aabd213df500/width=450/207334.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UBIXprt.0{?GE0-+00Dj~8E2tUt9WD$gD%D*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/19311", "modelId": 11238} \ No newline at end of file diff --git a/datasets/metadata/193133.json b/datasets/metadata/193133.json new file mode 100644 index 0000000000000000000000000000000000000000..ad87109eaab3730a53a22def791f878735312282 --- /dev/null +++ b/datasets/metadata/193133.json @@ -0,0 +1 @@ +{"id": 193133, "index": 1, "name": "V0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-21T19:42:57.590Z", "availability": "Public", "nsfwLevel": 28, "description": "Is a male model of body, fit muscular (but not big like a bodybuilder), V-shaped body, sixpack abs, and more.
", "trainedWords": [], "stats": {"downloadCount": 42, "ratingCount": 21, "rating": 5, "thumbsUpCount": 49, "thumbsDownCount": 0}, "files": [{"id": 147641, "sizeKB": 36977.546875, "name": "amyV0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-21T19:35:33.872Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5CEBC1FF", "AutoV2": "FD556B14BB", "SHA256": "FD556B14BB1CCEDB8AB0B43C2EF9C4DE162C9B13CA854326104894531192AEA0", "CRC32": "DFA65D90", "BLAKE3": "B3EC90B5F65F6B3851A39D88E6AB2916BF05309ADEA138324A5C67043988FDB2", "AutoV3": "12D34DD6FDC2"}, "downloadUrl": "https://civitai.com/api/download/models/193133", "primary": true}, {"id": 147640, "sizeKB": 26138.77734375, "name": "armyV0_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-21T19:38:20.334Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "49EA51A2", "AutoV2": "25E37DECCA", "SHA256": "25E37DECCA51872E7E7177625E4365F504C7B8008434F250BD2E4FEDE233566B", "CRC32": "EEBF3407", "BLAKE3": "805014068E072FB983688A0BB916BBBD29310F3BE96FE9080DA4DFB179D8742E"}, "downloadUrl": "https://civitai.com/api/download/models/193133?type=Training%20Data"}], "images": [{"id": 3083320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d275083c-ef1e-4233-a2c2-515942109011/width=450/3083320.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UBGH;.Djs8~B4Tbb0#t7CStRIAI;00?G^PNG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/193133", "modelId": 163106} \ No newline at end of file diff --git a/datasets/metadata/193413.json b/datasets/metadata/193413.json new file mode 100644 index 0000000000000000000000000000000000000000..53dfc84b6114ede3618e7d5d2c762497a0189a80 --- /dev/null +++ b/datasets/metadata/193413.json @@ -0,0 +1 @@ +{"id": 193413, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-22T02:04:57.408Z", "availability": "Public", "nsfwLevel": 30, "description": null, "trainedWords": ["fwkang"], "stats": {"downloadCount": 527, "ratingCount": 85, "rating": 5, "thumbsUpCount": 115, "thumbsDownCount": 0}, "files": [{"id": 147846, "sizeKB": 18547.859375, "name": "Kang SuyeonV3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-22T01:40:45.692Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "FD39C31B29", "SHA256": "FD39C31B29E8F8FDF23B84D69D32671C36B0866CBEDC04D949A8F3D835E72B9D", "CRC32": "4390BBE7", "BLAKE3": "5669E824BACAAA6CDAB37C400BC7FACC5B080315ABC096371C308C9DB720A558", "AutoV3": "42910ABA11CA"}, "downloadUrl": "https://civitai.com/api/download/models/193413", "primary": true}, {"id": 230077, "sizeKB": 35356.197265625, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T15:35:49.467Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "AE3130DD", "AutoV2": "00E8F46AB5", "SHA256": "00E8F46AB5950CFBFF6326CDA8D3696541408E9CB7812DCFB9055716B2533E0B", "CRC32": "C9D19285", "BLAKE3": "F27CA93F082FC63EB18AD3175E5BAF72672B326B2225A4300986BDD8EE5D7C37"}, "downloadUrl": "https://civitai.com/api/download/models/193413?type=Training%20Data"}], "images": [{"id": 3088410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b68a8ff4-abb5-48c5-9ddf-6c07aa144098/width=450/3088410.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1808, "hash": "UMI}P3yZ?^=}?bx^EJ%LKPx^xtbvx^Ipt7R%", "type": "image"}, {"id": 3088710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c01ae37e-6126-48a3-816d-415c12d8a481/width=450/3088710.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1808, "hash": "UKH_JcRjtK%1_2j[ImofRPxut7Ip.7jZ~VRj", "type": "image"}, {"id": 3088411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c99f872-fede-43c3-9dfd-466003176bab/width=450/3088411.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1808, "hash": "UPI53_$kSwtS~W%3Rhx]%LV@%1x].8MxWAkW", "type": "image"}, {"id": 3088408, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f79d3187-7787-4985-acc5-c97d06326c98/width=450/3088408.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1808, "hash": "UFG[TlM{9sxuN4oetQbb?^9ZWARj00ad?GIU", "type": "image"}, {"id": 3088409, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e336542-8468-4cf4-b1ac-2974cade5b18/width=450/3088409.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1808, "hash": "UpJuN1tR%hwHu6bcSis8IrNGkCRknixaWAWr", "type": "image"}, {"id": 3088709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf610695-434f-4130-8d91-f93a0f5f5803/width=450/3088709.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1808, "hash": "UXJte.9FXmr?_NIn%MV[I:ay%2WCtRWBRibH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/193413", "modelId": 172212} \ No newline at end of file diff --git a/datasets/metadata/193431.json b/datasets/metadata/193431.json new file mode 100644 index 0000000000000000000000000000000000000000..7cac8a59f33ca95b61ddb83510a8411b44b7b9dc --- /dev/null +++ b/datasets/metadata/193431.json @@ -0,0 +1 @@ +{"id": 193431, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-22T02:07:22.723Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 336, "ratingCount": 39, "rating": 5, "thumbsUpCount": 48, "thumbsDownCount": 0}, "files": [{"id": 147857, "sizeKB": 22255.08203125, "name": "Charlotte_Evans_Disgraced-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-22T02:10:43.849Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CD411E97", "AutoV2": "5ACCBA8288", "SHA256": "5ACCBA8288D04EC7D44C8FC545A4DF0DE06DC6E002FF08E388CEC7E85244F3A4", "CRC32": "D0F0E738", "BLAKE3": "63CB8A5CCF89AFC04890BB11BCE6F7E11C980782BF230B01FF46807C3F2E8189", "AutoV3": "1AD04009CB99"}, "downloadUrl": "https://civitai.com/api/download/models/193431", "primary": true}, {"id": 147858, "sizeKB": 39626.2548828125, "name": "Charlotte_Evans_Disgraced.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-22T02:10:45.327Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4AA22E99", "AutoV2": "27AFEB39BD", "SHA256": "27AFEB39BDC74B0B4AF840613CE1F4C0533C0BDA3E6DD98478F7781BA80A75B1", "CRC32": "18302610", "BLAKE3": "21D5CC39632FE92F9D020A48755DDFACB1392C90E45C3CCDD912EA9053EDB8F6"}, "downloadUrl": "https://civitai.com/api/download/models/193431?type=Training%20Data"}], "images": [{"id": 3088747, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2778ed8f-8937-4d03-92a8-25d29217dc44/width=450/3088747.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UgQl5xxu%$xv?]jGo#aenSkCX9jY%#j?e.kC", "type": "image"}, {"id": 3088761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0ba40f5-dd94-4571-90f6-407491805c91/width=450/3088761.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTO:CMt7Rh%L-Lt7M|n$9FkCo~oK?^axIARk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/193431", "modelId": 172226} \ No newline at end of file diff --git a/datasets/metadata/193597.json b/datasets/metadata/193597.json new file mode 100644 index 0000000000000000000000000000000000000000..0805f45c472b673f754d04bf83960e878752f8ab --- /dev/null +++ b/datasets/metadata/193597.json @@ -0,0 +1 @@ +{"id": 193597, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-22T05:18:43.865Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["hino_rei", "White_leotard_Red_sailor_collar_Red_miniskirt_White_gloves_Red_High_heels_Red_choker_Purple_bowtie_Red_back_bow_Circlet_Red_brooch_Short_sleeves", "White_leotard_Red_sailor_collar_Red_miniskirt_White_gloves_Red_high_heels_Star_choker_Purple_bowtie_Red_back_bow_Circlet_Heart_brooch_See-through_sleeves", "HinoRei_School_uniform_Red_bowtie_Serafuku", "japanese_clothes, miko, red_hakama_skirt, wide_sleeves, tabi, sandals"], "stats": {"downloadCount": 1113, "ratingCount": 196, "rating": 5, "thumbsUpCount": 249, "thumbsDownCount": 0}, "files": [{"id": 147997, "sizeKB": 37007.5029296875, "name": "HinoReiV8.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-22T05:15:57.845Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EE55E2F1", "AutoV2": "E03E279E83", "SHA256": "E03E279E8364BE87A2846531EA28D014DCA1359B4A5ADD138BE8F43631830345", "CRC32": "D776200D", "BLAKE3": "4112328A17CD14CD232C6698AD25B0E761BB885039DC0826DB4569467DD57186", "AutoV3": "984EFBB2F9F0"}, "downloadUrl": "https://civitai.com/api/download/models/193597", "primary": true}, {"id": 147998, "sizeKB": 251226.2880859375, "name": "data70Hino.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-22T05:16:07.308Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "84620CC4", "AutoV2": "60AA59D872", "SHA256": "60AA59D872CBDC4A78A541967129E2C6810B4B6BF97840643BFAB9C2F983CDB2", "CRC32": "4957E812", "BLAKE3": "DAEC134C2F91BCA2A5F9C6302117A34D6560989F5630854487008A3B87219632"}, "downloadUrl": "https://civitai.com/api/download/models/193597?type=Training%20Data"}], "images": [{"id": 3090923, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d315e1dd-8eaf-4039-8bec-914d7e7ff3d3/width=450/3090923.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UcK]$Y}]oI={58a%VtRkI9M{bcS#IVkBxuMy", "type": "image"}, {"id": 3090925, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/298feaa0-0e60-4469-900a-51503d13673e/width=450/3090925.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UWIN8%}]T0x]NFM{D$jbA.OWnOsVE0NFtRof", "type": "image"}, {"id": 3090920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2319094-69df-4c50-ae83-bbbaece6cc0e/width=450/3090920.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UDJ7qK00L}9b9F?H59Io00}[.Sxa5*9Zi_x[", "type": "image"}, {"id": 3090924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b609c99-048c-4436-8314-391c63eb15a7/width=450/3090924.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UDJs-IE10JER0JFd$mS100wMOa-oC,n3v}-:", "type": "image"}, {"id": 3090910, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d18f8c3c-f103-412a-ad96-dd690ea78a00/width=450/3090910.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U9IEYGKk00}r00^j?I0L4T0ePCx[00s.kQ$i", "type": "image"}, {"id": 3090913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2861e58-8362-46c7-b736-12133abd556d/width=450/3090913.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U9H-Gs0y,-0100%LE1%g56=y00-oJ|D*~URP", "type": "image"}, {"id": 3090911, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5ad5877-a952-4bce-99ac-db872f6b4820/width=450/3090911.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U9Jac,4o00yG00}@xHR-4mpeGb#Q0eK4=WJ,", "type": "image"}, {"id": 3090909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71f0e56e-a818-4459-8b4c-d28ef5ad5257/width=450/3090909.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U8JR2W5V00by000KTN~A00_4~pV@00tQVX%2", "type": "image"}, {"id": 3090921, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ec07895-9c9b-4043-9262-91a77efa86fb/width=450/3090921.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UEJ?~*?w56nN5jIU}uk=00M^NMNF1~TwwI00", "type": "image"}, {"id": 3090912, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9776d5a-545d-4398-84a6-84ffc5ec95f1/width=450/3090912.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U8Jj-@F400?F03%g~CD%009Z*0pH00tQ-i#*", "type": "image"}, {"id": 3090918, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7ad6a70-1744-4d1d-816d-90f36c054152/width=450/3090918.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UCJ%a_^l009t0M-p~C#+0g9u%Lxa01t8Fa9Z", "type": "image"}, {"id": 3090915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca482867-8753-4ca6-9666-6c2d490b841b/width=450/3090915.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UCKK7}$%0O02000f$O~90PSu~W9uJ~OX?HWU", "type": "image"}, {"id": 3090914, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/807838ab-9e55-40e9-aba0-aaa6fd20f53b/width=450/3090914.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "U8LyyZ1G000200bp-pOV00}@Ef=xA94o?Z~V", "type": "image"}, {"id": 3090916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8344cd0-4b25-422e-a855-0add0d8600b1/width=450/3090916.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U9GHiO-W?b017LATZjIo,,}@ElnirqVF629@", "type": "image"}, {"id": 3090917, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d00e8d4-5a9d-45f4-8f55-63a1580d9fd7/width=450/3090917.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U7IXm+A00056VES#RYxB00?b.Twa01x@VrDi", "type": "image"}, {"id": 3090922, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4f2a6a4-2df7-423d-a10f-bf40fd5584d0/width=450/3090922.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UBJjMiBq00^j00R4,cIq00tP.mJ61M.8M^4T", "type": "image"}, {"id": 3090927, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0501068-ad28-41f0-8c04-ab2683d335b7/width=450/3090927.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U9I4F.1G0J~qUEwd8wOr00xs@]Md00M{K*#9", "type": "image"}, {"id": 3090926, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6da2dd39-b686-4433-b87d-bb6a20837f16/width=450/3090926.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U9G@_m^j00I=005R-A9a-=}[5k~B0d-pW99G", "type": "image"}, {"id": 3090928, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/204657c5-f0ee-43a4-8f78-e9177705ce55/width=450/3090928.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UAH-fi0K005j0c}[ITV?00-WyssCivEexaNF", "type": "image"}, {"id": 3091157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64b7bb1e-fe9d-4d73-bf14-19e8fb62fc33/width=450/3091157.jpeg", "nsfwLevel": 16, "width": 512, "height": 1024, "hash": "UALx+KI8007L0w-D4m9r?_}^%$Q,~DrdtPUF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/193597", "modelId": 172365} \ No newline at end of file diff --git a/datasets/metadata/19382.json b/datasets/metadata/19382.json new file mode 100644 index 0000000000000000000000000000000000000000..0c0a5acac6940c5e1dcf3f4dc211957b6422d48b --- /dev/null +++ b/datasets/metadata/19382.json @@ -0,0 +1 @@ +{"id": 19382, "index": 0, "name": "GiovanniBattistaPiranesi_V1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-06T12:19:40.077Z", "availability": "Public", "nsfwLevel": 9, "description": "The LAION-5b dataset, which SD 1.5 is trained on contains already a significant number of images created in the 1700s by Giovanni Battista Piranesi:
however, their resolution, tagging and chopping is all over the place, this model reinforces the concepts and art style based on high quality 1024 full-sized images without borders text and descriptions from the original artworks of Giovanni Battista Piranesi. they are based on high quality scans by the University of Tokyo library in the Kamei Collection. the images have been properly tagged and perfectly chopped as well as edited to remove numbers and comments and text embedded in the images.
The resulting checkpoint is now available in its first iteration. I\u2019m also uploading the training data if you like to pick up where I stopped. LoRa version is also coming.
", "trainedWords": ["ilsgiovannibattistapiranesi", "etching "], "stats": {"downloadCount": 761, "ratingCount": 227, "rating": 5, "thumbsUpCount": 254, "thumbsDownCount": 0}, "files": [{"id": 16181, "sizeKB": 4001747.194335938, "name": "giovanniBattista_piranesiV10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-06T12:24:29.772Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "FE3C6142", "AutoV2": "9C0B334DF9", "SHA256": "9C0B334DF9030B4E7613D5FA271D14EBB64E904B2F918DE4B36EB45763EFE97E", "CRC32": "3C04A6EC", "BLAKE3": "6AFBAA85E7B7F51C31F1A992AFFCA645E63075FF407783C25BF0D1EEFDCD2592"}, "downloadUrl": "https://civitai.com/api/download/models/19382", "primary": true}, {"id": 16208, "sizeKB": 7129323.216796875, "name": "giovanniBattista_piranesiV10_trainingData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-06T14:11:26.931Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E57336FC", "AutoV2": "09F58D16C2", "SHA256": "09F58D16C2200AB08F9CF540CEE246CCC4E000A82E11EF0227B67DBA02E50EB9", "CRC32": "046A7560", "BLAKE3": "B52DC0FDCBA2FDE4953FC55F4E93ECF71616089A31414FCB50217D226A1EC77F"}, "downloadUrl": "https://civitai.com/api/download/models/19382?type=Training%20Data"}], "images": [{"id": 203188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3c7fe43-3a6d-4992-06f2-17268ca02000/width=450/203188.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "U7Ad4Y~q9FM{j[RjIUWB9FWBM{D%xu%M%MWB", "type": "image"}, {"id": 203207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0db268ea-6682-48ec-fd30-0cee03015100/width=450/203207.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1920, "hash": "U4CsBU?bNGxtIV%#cFxu-:?b%hNf%hNK~qx]", "type": "image"}, {"id": 203206, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc22ed30-fe46-4477-fede-045faa6dd600/width=450/203206.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UXEyY%ayWBWC~qt7ayay-;ofayWB%MWCofof", "type": "image"}, {"id": 203205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e1ab07c-04de-4c49-4f0f-9075e2f50f00/width=450/203205.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UFC?P|-pIUtQ.TkDIUa#N}WFn}of?bo#xXt7", "type": "image"}, {"id": 203204, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b5a3edc-cc27-4798-0396-ca8892003700/width=450/203204.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "U7DvD#J;IUxb9gb_xZ9a~q9uxu%LRp-;%N%M", "type": "image"}, {"id": 203203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74362422-25cd-451c-f8ef-8a6264452700/width=450/203203.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UNE:0nt7t7Rj~q%Mofxu-;t7M|ofWBRjRjM{", "type": "image"}, {"id": 203202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/619cb519-0d66-409a-a607-47a0a86bd400/width=450/203202.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "U8Cim$pK9F8^yZ?vV?4nx^S6IUxU01M|xa?G", "type": "image"}, {"id": 203201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ac6ecd2-7c70-4a5e-cc09-233bfc96f200/width=450/203201.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UDCZFbpJ?bIp_4x^%gt7x_xvtRWV%gj]a#Rj", "type": "image"}, {"id": 203200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa70b0d5-9ab0-4f88-5836-c19e731b8a00/width=450/203200.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UADb+qV@oe?GNKNGR*j[Iot6jZRk~V%1ofoe", "type": "image"}, {"id": 203199, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc9228c5-64a3-4949-db92-d23d042ed800/width=450/203199.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "U6A^LDxuIU~qIUM{-;xuM{%MofIU%M%Mt7of", "type": "image"}, {"id": 203198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d03de08e-0a86-409d-d382-31784cfb8700/width=450/203198.jpeg", "nsfwLevel": 8, "width": 640, "height": 640, "hash": "UXKx9xj[~qxu~q%MRjM{IUt7M{ofofM{WBxu", "type": "image"}, {"id": 203197, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3af1e4b5-2208-4e50-195f-05baef836c00/width=450/203197.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1920, "hash": "U2BDTi_34n~qD%V[Rj?bWBoft7IUD*IUWBIU", "type": "image"}, {"id": 203196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e1a1175-5a28-415b-8b67-04584602fa00/width=450/203196.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UHE{hCtR00NG_N%fVrNGIU%M-:WBx]Rjt6s.", "type": "image"}, {"id": 203195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2ad9841-c2f2-4309-ecba-4c8db8298900/width=450/203195.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "ULECwd?bD%Rj~q%MRjRjofWBofayRjWBofxu", "type": "image"}, {"id": 203194, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abb0ca3b-0ed2-46db-c9ab-03de13921b00/width=450/203194.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UMDcUGx]%1xu?^x]xa%L%#tRs.o#yEoLjEoz", "type": "image"}, {"id": 203193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/525266d3-29ea-4891-40e9-b43f845ee500/width=450/203193.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UFDvfyD%xuD%~q9F%Mof%MV@xuxu%MayM{of", "type": "image"}, {"id": 203192, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56bc4da3-5067-4a41-d83f-0dea6b44ae00/width=450/203192.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UCD9#O~qD%9F?bIURjt79FRjxu-;WBxuoMax", "type": "image"}, {"id": 203191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/744cc70f-b0e7-49be-ffb8-c2d1d5196d00/width=450/203191.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UIFPKaayD%-;~q?b%MIU-;ay?bIU-;j[%Mof", "type": "image"}, {"id": 203190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cc8b781-600a-4149-4ffc-320324eda000/width=450/203190.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "U8B:T?W;00tl~qIo9FoLKiMxozo1V@RjaeoL", "type": "image"}, {"id": 203189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5848c907-9d05-4771-9275-885111666000/width=450/203189.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1920, "hash": "U3Dvcr-;~q?b?v%MIU?b9FM{ofM{IU4n?b9F", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/19382", "modelId": 16418} \ No newline at end of file diff --git a/datasets/metadata/193848.json b/datasets/metadata/193848.json new file mode 100644 index 0000000000000000000000000000000000000000..41f04639ebef7f9bbd443f0b682eb1733867116c --- /dev/null +++ b/datasets/metadata/193848.json @@ -0,0 +1 @@ +{"id": 193848, "index": 0, "name": "EiTexture Armor", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-22T12:20:45.974Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 105, "ratingCount": 11, "rating": 5, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 148284, "sizeKB": 36979.09375, "name": "EiTexture_Armor.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-22T11:00:46.928Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8833A858", "AutoV2": "808668574E", "SHA256": "808668574EE040C29C7A266EA403AA754D3C04A92B0302D13B43C75C8AB54F4C", "CRC32": "AA4769B7", "BLAKE3": "027DA0048F2EECAB20E7980C23DB7C9F58DB9FF79B094C884D509AD25913D756", "AutoV3": "7159F1C24BBC"}, "downloadUrl": "https://civitai.com/api/download/models/193848", "primary": true}, {"id": 148245, "sizeKB": 254642.2900390625, "name": "193848_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-22T10:15:49.797Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FE8F14FD", "AutoV2": "783C75D3B3", "SHA256": "783C75D3B31BF65E8D691EEC7A1523259451ED97AEA0D2B44B0A404C704ED14F", "CRC32": "498771D8", "BLAKE3": "F77F9F6B769762C129A018F0E397E2DB3896E943A000A3D7C171F2063480F60B"}, "downloadUrl": "https://civitai.com/api/download/models/193848?type=Training%20Data"}], "images": [{"id": 3096332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3674064-95d3-42a2-bbed-bb75f3d474e2/width=450/3096332.jpeg", "nsfwLevel": 1, "width": 576, "height": 576, "hash": "U455kH.TDNt8R%tStSMw%N.T.9RO%htRRORP", "type": "image"}, {"id": 3096333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0e49bcb-82c4-4472-8687-79106af97378/width=450/3096333.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "U33[;.E1?w8^tRo#ozRjx^t8o#Rix^tRogV@", "type": "image"}, {"id": 3096334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1eef77b3-44d3-4c8b-b3b3-cbde0ffd3c3c/width=450/3096334.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U13T#0kBe.kBl$jGf6ayVbf6jbaMi%jIbafj", "type": "image"}, {"id": 3096558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0630ffb4-5ef6-4764-9ef2-f38784dd2d90/width=450/3096558.jpeg", "nsfwLevel": 1, "width": 576, "height": 576, "hash": "U25;{x~W4o?H-;-;t6IU_2~q?bIUt7-;xuD%", "type": "image"}, {"id": 3096324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2074274-e47f-4a4d-a3b4-249aa4405188/width=450/3096324.jpeg", "nsfwLevel": 1, "width": 576, "height": 576, "hash": "U455kH.TDNt8R%tStSMw%N.T.9RO%htRRORP", "type": "image"}, {"id": 3096325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9dd454cd-0ab1-4591-9ded-e9955a40c2a3/width=450/3096325.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "U33[;.E1?w8^tRo#ozRjx^t8o#Rix^tRogV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/193848", "modelId": 172605} \ No newline at end of file diff --git a/datasets/metadata/193874.json b/datasets/metadata/193874.json new file mode 100644 index 0000000000000000000000000000000000000000..501c3d2d102664acddcf383ee1c5cc1f8a4b16c8 --- /dev/null +++ b/datasets/metadata/193874.json @@ -0,0 +1 @@ +{"id": 193874, "index": 0, "name": "skatebingbing", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-10-23T09:52:49.492Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 129, "ratingCount": 13, "rating": 5, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 149427, "sizeKB": 223126.62109375, "name": "skatebingbing.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-23T09:36:32.325Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "69D8F46A", "AutoV2": "7CD8498292", "SHA256": "7CD84982929A828F5600B77C923EB70501E88F4582E67C747F25AF7D04FC5F97", "CRC32": "4C7C7897", "BLAKE3": "FFD95EED9F22BB7E3C9541B6D14B6C2A41645CA4803F89E45DA81EAE0C7EF53A", "AutoV3": "5DFADDAF06C4"}, "downloadUrl": "https://civitai.com/api/download/models/193874", "primary": true}, {"id": 148239, "sizeKB": 79420.99609375, "name": "193874_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-22T10:05:54.092Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "22FAB277", "AutoV2": "10B157CB88", "SHA256": "10B157CB88C19D96CF4E87DED2008A3763345B1EA48C4B1A8F1519664011276C", "CRC32": "9B4DE954", "BLAKE3": "3B3B3D4D3A27D1EB79E120391520E62D6C3524053D9BD6AF9164B0890FDB18F0"}, "downloadUrl": "https://civitai.com/api/download/models/193874?type=Training%20Data"}], "images": [{"id": 3115238, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/234e9c0c-0443-45d6-8325-f97494285731/width=450/3115238.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUGI+a_NS5ozpfo#IpV@bx%L%MxZIqNIxCn~", "type": "image"}, {"id": 3115239, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/071c6f89-0bf1-4aa8-994a-61afd51a58fe/width=450/3115239.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCGIWG-;gOWU0000M|IU-;9E-;tQ_4%fxu9F", "type": "image"}, {"id": 3115337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/834f3986-2be3-4a97-853f-58fec95ba485/width=450/3115337.jpeg", "nsfwLevel": 1, "width": 720, "height": 480, "hash": "U4G8+T0K4.-;0ME1M{%M00?H_29Z~U-:x[D%", "type": "video"}, {"id": 3115338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02e5a628-b035-420e-875b-0ea17aff8a2e/width=450/3115338.jpeg", "nsfwLevel": 1, "width": 720, "height": 480, "hash": "U5JayB8^NH~q~qV]j]oz00xvogNG%1axfkkB", "type": "video"}, {"id": 3115356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73721c51-1feb-486a-8c01-19f4886ef9b9/width=450/3115356.jpeg", "nsfwLevel": 1, "width": 672, "height": 384, "hash": "ULG+EuI9D*tR_N01IUtRW=V?M{ozRj%2t6%2", "type": "video"}, {"id": 3115322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b6adbe5-bf78-42b6-8fea-1e6b7a0b09c6/width=450/3115322.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7DSzR_N9bE1IU8^0LRj%L.8adoz009GxCxY", "type": "image"}, {"id": 3115321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5947953c-14c2-46dd-be47-3a45b06c3deb/width=450/3115321.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHGIDn00OZo0~VWBNHoJ4n%MNGRjaKt7M_ae", "type": "image"}, {"id": 3115357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccad1350-baeb-40aa-8031-e303fddb0945/width=450/3115357.jpeg", "nsfwLevel": 1, "width": 672, "height": 384, "hash": "UDJkfixu00%L-;WBWBt701az%2of~qE1IUxa", "type": "video"}, {"id": 3115323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59a8d7b8-c56e-4b5f-a57c-95dd453cb703/width=450/3115323.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHI=DSRk9wxu.ARk%hIUW=ayIAxu0gxuD$M{", "type": "image"}, {"id": 3115320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8d63a08-1e77-4592-9c8b-c28a86cc5eb8/width=450/3115320.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQGbVPodD%oc~qNGIUNGIpIoNGRkI?n$oen$", "type": "image"}, {"id": 3115324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a2aeb64-4891-41de-bbe9-1b77fa4eed3b/width=450/3115324.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDI4-BWFs7%N5@n300WC4.E2?F%M~q9GE2-o", "type": "image"}, {"id": 3115325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ee14c0e-5c43-40a2-858f-70a41c5ff369/width=450/3115325.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAHB*w4TEmtm15rq4.9E_N8^.7?vO[00xutR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/193874", "modelId": 172628} \ No newline at end of file diff --git a/datasets/metadata/19396.json b/datasets/metadata/19396.json new file mode 100644 index 0000000000000000000000000000000000000000..cfaa9aa454eac80a3d9f729393c870a34aa85d75 --- /dev/null +++ b/datasets/metadata/19396.json @@ -0,0 +1 @@ +{"id": 19396, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-06T12:54:59.909Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["chichi_dbz"], "stats": {"downloadCount": 1601, "ratingCount": 245, "rating": 5, "thumbsUpCount": 249, "thumbsDownCount": 0}, "files": [{"id": 16189, "sizeKB": 88013.2421875, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-06T12:56:49.257Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "94582BEE", "AutoV2": "4E73DBF584", "SHA256": "4E73DBF58457102464A024613F3E2599EE507D4029FF54BF91B44DBE98FE32ED", "CRC32": "15F3400F", "BLAKE3": "ACC30B069F0EA605271B9B3FB79F9CB646C817D72E9827CA8FA074E11F166B7B"}, "downloadUrl": "https://civitai.com/api/download/models/19396?type=Training%20Data"}, {"id": 16188, "sizeKB": 36988.3759765625, "name": "Chichi_DBZ.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-06T12:56:35.268Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "6BC897A6", "AutoV2": "6D74C868CB", "SHA256": "6D74C868CB56F927157D5206557B226355E3B39E72C1C1D3D319C4E0DF41A165", "CRC32": "68517DC4", "BLAKE3": "BA2BD02E60F308549F2DB8C922C29F3BD07F3E630DA0FCC88F01648688A38D8C", "AutoV3": "D5AA8DE89F32"}, "downloadUrl": "https://civitai.com/api/download/models/19396", "primary": true}], "images": [{"id": 203354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aeccb03d-27a1-4c4f-4139-e87cb0a3a400/width=450/203354.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBIgiJ5402$-06%4=T-jE3rr^*5R}}x=NQIX", "type": "image"}, {"id": 203362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/440a7dff-f9b6-4645-f8c5-36d069dd0300/width=450/203362.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UlMj2Ep0~VD*~V-.NLRiFOkEt7RiOZxu%2V@", "type": "image"}, {"id": 203361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7281b176-ac18-4e1e-b2b1-e9940ac10b00/width=450/203361.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UgK_RY_N?bvz_3?aM{sSMJe.jEJBxvt7s.NH", "type": "image"}, {"id": 203360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05ab2c4d-ce10-43bb-02c1-b6f2649da400/width=450/203360.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UuLg9Q.8ys9]ELV[rsWXIBtRRj$*pIR*s:n$", "type": "image"}, {"id": 203359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ef5ff6e-da7c-45a4-7a3a-a43b11d45200/width=450/203359.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UHHA;PaL4,~W5Qt7xaE2%1xaM|M|56Ioxbxt", "type": "image"}, {"id": 203358, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46863243-20c4-4c07-8f3b-d114b059a100/width=450/203358.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UeL|J#_4E1IVK5%f%Modozt7%Lbb%0IojFM{", "type": "image"}, {"id": 203357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7db1559-2b66-494f-a31b-c603866e0100/width=450/203357.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "URNI~a?w.A^%t%MzK8^*9ZE1wcxW?Ix]xZNH", "type": "image"}, {"id": 203356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebf68311-a5a9-4f25-510f-d8ca92428a00/width=450/203356.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UXM=kb_4?H$QR5vzrXt6E2wJjFShIoof$*NG", "type": "image"}, {"id": 203355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/353a658f-5b6a-4f1c-5c44-75f3ee961300/width=450/203355.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UKKAsU_N0z_N0000rq-UxFt6xtRj9a~W?b4.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/19396", "modelId": 16432} \ No newline at end of file diff --git a/datasets/metadata/194003.json b/datasets/metadata/194003.json new file mode 100644 index 0000000000000000000000000000000000000000..54ffd73672de515339cc6ef4c5b9d4a70ddaa518 --- /dev/null +++ b/datasets/metadata/194003.json @@ -0,0 +1 @@ +{"id": 194003, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-22T12:14:18.976Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 448, "ratingCount": 69, "rating": 5, "thumbsUpCount": 95, "thumbsDownCount": 0}, "files": [{"id": 148341, "sizeKB": 39728.2763671875, "name": "Litchi_BlazBlue.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-22T12:16:12.747Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2FDC7614", "AutoV2": "BD2DAC4DA6", "SHA256": "BD2DAC4DA691AE912BCA23CB4AD7A6EC6F4FCAB3F27AE75118F7E82022750732", "CRC32": "C25A84B0", "BLAKE3": "841B7589DBA981B25BD4FE02EB85DEB2BB6AC458B7D1DE6B309344BEC8CF2BB8"}, "downloadUrl": "https://civitai.com/api/download/models/194003?type=Training%20Data"}, {"id": 148340, "sizeKB": 22250.74609375, "name": "Litchi_BlazBlue-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-22T12:15:59.860Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AD0A0B95", "AutoV2": "01921756BC", "SHA256": "01921756BC3CDF070AD1D678F0CA123183BEA1914BD350F3DAF13677F51C0BD4", "CRC32": "4F4604FF", "BLAKE3": "913E7DD06B999715B1372CC11E2FAA6BB69EF90F6D57C0E6D08AE0DBEC5AB115", "AutoV3": "361CC97B7E55"}, "downloadUrl": "https://civitai.com/api/download/models/194003", "primary": true}], "images": [{"id": 3096420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/040166fd-59bc-48f0-9b4f-753db6baa2ba/width=450/3096420.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVK^a0~q.8_3%$?b.8t74.ofsA9Z={oy%1IU", "type": "image"}, {"id": 3096563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78c5aa98-b319-4c13-879c-9250234781de/width=450/3096563.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UWMQO_?b?^WF.8?b?bNFF2IU$*Rjr=E1%MIU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/194003", "modelId": 172742} \ No newline at end of file diff --git a/datasets/metadata/194268.json b/datasets/metadata/194268.json new file mode 100644 index 0000000000000000000000000000000000000000..00eb8c78a38efa90edfbc07d801533179df955c2 --- /dev/null +++ b/datasets/metadata/194268.json @@ -0,0 +1 @@ +{"id": 194268, "index": 1, "name": "Rem 1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-22T16:45:36.557Z", "availability": "Public", "nsfwLevel": 3, "description": "First version
", "trainedWords": [], "stats": {"downloadCount": 235, "ratingCount": 31, "rating": 5, "thumbsUpCount": 35, "thumbsDownCount": 0}, "files": [{"id": 148578, "sizeKB": 9044.2666015625, "name": "194268_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-22T15:50:47.928Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AEF2892B", "AutoV2": "0811728E14", "SHA256": "0811728E1443D98B7FFF4BFF20AA45BB669BE255CC40E1723A79D5EEE80B5594", "CRC32": "593D2F3E", "BLAKE3": "BBC5B1F661293CD8D1F1901BAF2784B062F698F7EB2BED9D82B8AC61B4036740"}, "downloadUrl": "https://civitai.com/api/download/models/194268?type=Training%20Data"}, {"id": 148639, "sizeKB": 36983.7109375, "name": "Rem_-_RE_Zero-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-22T16:45:51.503Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C17D3A24", "AutoV2": "99B92A73D6", "SHA256": "99B92A73D69ADEEECC7B9A26D19598F7CA537325CEFBC3C77844CB4D0B5D52D6", "CRC32": "1A63E36D", "BLAKE3": "F6ACD556E5EE60BFBD367CB35F6D7CECC7EC26402E525B2E7CF273EDD52F17F8", "AutoV3": "9BD8BAA535C1"}, "downloadUrl": "https://civitai.com/api/download/models/194268", "primary": true}], "images": [{"id": 3101918, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87ecfe8c-84f2-475b-ae12-53a2d0ec398b/width=450/3101918.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGPZGv00RqIC7Q5ZNKwH%}og$y^#?a$yadM{", "type": "image"}, {"id": 3101915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd12a8b3-f9f2-4035-8383-62c7f07e275a/width=450/3101915.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UhPZGv~Uj^%MK8$yWCSPtkays,Iqx[R.axs:", "type": "image"}, {"id": 3101916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bd5bc52-8f2b-45b9-8cac-0be4266cfee1/width=450/3101916.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UsQJTKxu_Mof%NV@W9t7Ipf6xZazogt7e-Rk", "type": "image"}, {"id": 3101914, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6062ac13-a344-44e0-982d-8df01cc6f193/width=450/3101914.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UrQJTKWB_Mxu%Nt7WARjIpa}xZoeogRkadt6", "type": "image"}, {"id": 3101917, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0d66cca-f8a0-44b4-8766-87aca68c7bb7/width=450/3101917.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UMJkl:-:4mxoGKt7-OnhT1NG-SxZ$wj?avR+", "type": "image"}, {"id": 3101920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12468a49-70d3-4eba-a8ac-dd9bb3e1be3b/width=450/3101920.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UMJkl:M#4mNfGKRj-OXAT1xa-SR*$wazavs+", "type": "image"}, {"id": 3101923, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd3a0a08-be4e-482e-9a94-d0a90dfff5cd/width=450/3101923.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UnQT7Xoz~pt7%gj]RiaxIVfkxZaxo#fks.j?", "type": "image"}, {"id": 3101924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07bd0146-876b-4d38-828a-634d1e33f861/width=450/3101924.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UmQT7Xof~ptR%hf6RPj]IVayxZkCo#fPs.j[", "type": "image"}, {"id": 3101921, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da218283-611e-40d7-a5db-92d478ccb7fc/width=450/3101921.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIJt*#%PRg%gA14;-;%LOYITr;^*~Ut6NGk8", "type": "image"}, {"id": 3101922, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c5b9364-98aa-4015-a8a7-7d52e7a87959/width=450/3101922.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIJt*#W7RfVsA1^%?HIpOY%Nwu4:~URkNGah", "type": "image"}, {"id": 3101925, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b150bed8-6354-4b6d-ae09-f3449dc10edd/width=450/3101925.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UKBEkErp4mJVpfZ}MxkWWER*jXxt%ga$WCX9", "type": "image"}, {"id": 3101930, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc0e6c15-5f34-4658-9be2-f841a70e987f/width=450/3101930.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UQNT,]_1?wjEpJogxBax_1M{aKog=|aeI]WC", "type": "image"}, {"id": 3101926, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2add688-789c-407b-a4be-dc60442eebde/width=450/3101926.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UPNT,]9I?w%NpJWBxBoe_1x[e-ad=|ofI]of", "type": "image"}, {"id": 3101928, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1fe70fb-2da8-44ca-a50a-8cd11a49fe39/width=450/3101928.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UnJbK{Iqoz%L%%ItoIxZE2xat5RjV@V@xZt8", "type": "image"}, {"id": 3101929, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c25cdf4-afa6-45f9-be59-44c6274713f3/width=450/3101929.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UnJbK{%Lt7M}%%%0obRkE2M|s.t7V@ozxtRi", "type": "image"}, {"id": 3101927, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0627a81-cb2c-46d9-b2a1-a71085489670/width=450/3101927.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "USNAe%%%9a-=S+EQx^S1NHNLj[V?IUxvRjt6", "type": "image"}, {"id": 3101932, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c100220-db75-4fc3-9c24-c6dbcbd36c3c/width=450/3101932.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCNAe%Hq019EKU~3?wxvE3-OoetT4n9EIVD+", "type": "image"}, {"id": 3101931, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/498306c4-14e9-4225-a566-817b00efc4e0/width=450/3101931.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UNPsxD%N~oV@Ffxo?FRoNhV{w@tQ?ut4n#M|", "type": "image"}, {"id": 3101933, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4df53cb3-f6ed-45fb-a5e7-22a5715d9eb5/width=450/3101933.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UMPsxDWA~o-;FgN2?FxVNikRxARQ?uRnjE%1", "type": "image"}, {"id": 3103984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d7a496f-ec80-4a94-88a2-5a6fb35e55a8/width=450/3103984.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U5Hed]TL8wI9%%?F]{-oysS6Z$9Zs~Mx=}~q", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/194268", "modelId": 172986} \ No newline at end of file diff --git a/datasets/metadata/194871.json b/datasets/metadata/194871.json new file mode 100644 index 0000000000000000000000000000000000000000..a117a360f58678c62c43459b202c60f52792f625 --- /dev/null +++ b/datasets/metadata/194871.json @@ -0,0 +1 @@ +{"id": 194871, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-24T21:02:15.734Z", "availability": "Public", "nsfwLevel": 3, "description": "1.0 of hw ghostly, i thought it looked pretty cool,
", "trainedWords": ["hwghostly", "long tattered rags"], "stats": {"downloadCount": 537, "ratingCount": 62, "rating": 4.97, "thumbsUpCount": 91, "thumbsDownCount": 0}, "files": [{"id": 151120, "sizeKB": 30337.8388671875, "name": "HWghostly.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-24T21:25:45.620Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4DC8111F", "AutoV2": "8659A1D4BE", "SHA256": "8659A1D4BEB796C6F6072D3B15A72CFE613822465511587B0C29B1B6061D717E", "CRC32": "89F2BB60", "BLAKE3": "AE27F067BC647B11E04C7BD46B93A2EC015A8FCEAFC4BFA2D30F9B3706CCF430"}, "downloadUrl": "https://civitai.com/api/download/models/194871?type=Training%20Data"}, {"id": 149041, "sizeKB": 147571.140625, "name": "HWghostly.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-23T00:15:46.615Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3EFDF073", "AutoV2": "ED58BF4889", "SHA256": "ED58BF4889864D6139B3D2E1D3309B97D8658166F04E3E2B9F3A46FD344B9B54", "CRC32": "37B0DD8A", "BLAKE3": "70856BAFD680A60CCEFA53017BD925EC3DE507E08238338BF4765B1E6E2579A9", "AutoV3": "C411B55A3C0B"}, "downloadUrl": "https://civitai.com/api/download/models/194871", "primary": true}], "images": [{"id": 3108297, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b94fbba2-1017-46bb-89af-7bbc6d5e9774/width=450/3108297.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U7Csv[_N0000_N-o008{xu?bMxMx?atR%M9F", "type": "image"}, {"id": 3108296, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d9e0c85-d4cf-4f48-9004-33ec9e7600e1/width=450/3108296.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U48hF1%~Q,Mxys%MS$t7H?WVrqtl%gxaW=jZ", "type": "image"}, {"id": 3108298, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f9f3b62-4183-43f1-9c27-dd32997ca9d0/width=450/3108298.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "U9C%Ko^+E1M{_NbcD*%2%1n~IAW=%#xuRPV@", "type": "image"}, {"id": 3108299, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3504fdb5-e5df-49ba-a4a3-571dc9f9c62e/width=450/3108299.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U6Bg0hx]00-;_M%g9G4n-:tRD%00~pt7IAae", "type": "image"}, {"id": 3108306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0a75fc4-84f3-4e4a-9455-45857f102e14/width=450/3108306.jpeg", "nsfwLevel": 2, "width": 1152, "height": 1152, "hash": "UIEV]7WBM{of_NWB9Gof%LjsD%of?bfQMxj[", "type": "image"}, {"id": 3108302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c1b2d22-96d7-421b-a766-7746b6d3c5ca/width=450/3108302.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UFBW#t%gD%IU_NtRDiRjt7ofIUWBx]ayRjt7", "type": "image"}, {"id": 3108304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8e2319c-dde3-4942-b4b2-de7006b615e7/width=450/3108304.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UXDS{{V@IUxu_NR*IUt7%Mj@IUWBxuayRjax", "type": "image"}, {"id": 3108307, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de51d9a6-dce6-4382-bd5e-3f0b5b0924a9/width=450/3108307.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UACZbB?aS#9a~q-;IAM{tRxuRkkCE2t7V@xa", "type": "image"}, {"id": 3108303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3843a2a-ad1f-4451-8337-03c8d8f874b5/width=450/3108303.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UCAm#a%MD%bb_NxuIUIVxuf5RPIUt7t7t7Mx", "type": "image"}, {"id": 3108308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7055014d-797c-4731-9788-889ad56df459/width=450/3108308.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "ULBp|U%2RjkC?^x]V@WAIU%Mj@M{Mxoet7V@", "type": "image"}, {"id": 3314135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63183726-afa2-44a5-911f-f245922345b4/width=450/3314135.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U78XUsnh8_WX?^Io8_%Ms+enI9x]ayozIpRj", "type": "image"}, {"id": 3314141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/252fe4fc-e7d5-45b3-b134-6e2ce9329048/width=450/3314141.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U48gvx_300IV*0x]DiIT?utR4nV?%hxtD%s:", "type": "image"}, {"id": 3314138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6e02b17-8391-45ce-a6ab-ca3f9daecb5c/width=450/3314138.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U39G~.={4nIUYRRj^*s8^+-;00M|M{%f4Toz", "type": "image"}, {"id": 3314143, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59d68490-de8f-46d4-be85-f60e3a3dd35c/width=450/3314143.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U27Uev?v0000pxV?H=M{R4IU8_smIU%M-;D%", "type": "image"}, {"id": 3314136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d24fd25-1220-4388-92c2-502ecbb5e50f/width=450/3314136.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U98g$]WXD%-;_NR*9F%M-pV@IUt7xuR*M{xu", "type": "image"}, {"id": 3314139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc3e995d-e852-4dad-a46e-bdb8731e6aca/width=450/3314139.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U48zx@NH4or=_Ni_9FNa4:t7xuD*Rj%MM{9F", "type": "image"}, {"id": 3314142, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79a22e0a-9580-48dc-81b2-8c7c7f1b2baa/width=450/3314142.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U797Y4RjD%-;_NIU4o?a%2MyIU-p?bV@Rk%M", "type": "image"}, {"id": 3314870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0665d37b-5f63-4bdc-b57c-0b968ea223dd/width=450/3314870.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U89@VAWB00bb_NRk00%M?GoLD%ay%2j[WCV@", "type": "image"}, {"id": 3314851, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d178ebab-85c3-4eec-92ff-9080d56306b4/width=450/3314851.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U16*RDx]00RP?wRP004:RjNdM_-pxu=|xaNH", "type": "image"}, {"id": 3314873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aabc20f9-089b-488f-bbe8-051d797f3686/width=450/3314873.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U58zx?^+x]NG_Ns.IoR*D%jZIUWBxZ?HV@M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/194871", "modelId": 173545} \ No newline at end of file diff --git a/datasets/metadata/194880.json b/datasets/metadata/194880.json new file mode 100644 index 0000000000000000000000000000000000000000..50f0f5cdad7aa0a8b531928265c17553ea42dc89 --- /dev/null +++ b/datasets/metadata/194880.json @@ -0,0 +1 @@ +{"id": 194880, "index": 0, "name": "Realistic Pinay Teen", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-08T06:19:53.293Z", "availability": "Public", "nsfwLevel": 28, "description": "Initial version
", "trainedWords": [], "stats": {"downloadCount": 339, "ratingCount": 18, "rating": 4.83, "thumbsUpCount": 36, "thumbsDownCount": 1}, "files": [{"id": 149056, "sizeKB": 4019.4521484375, "name": "194880_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-23T00:40:50.187Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C99F1346", "AutoV2": "55E5B983D3", "SHA256": "55E5B983D37D9D61AA133026ED9F153B6859AA017E852368F16204995B1D4E68", "CRC32": "4458DF17", "BLAKE3": "B345214CE46C4B1CF6F0B553CABB02EBAEDC90C8499D5D09D19ACDB88AAE4735"}, "downloadUrl": "https://civitai.com/api/download/models/194880?type=Training%20Data"}, {"id": 158061, "sizeKB": 36977.5078125, "name": "Realistic_Pinay_Teen-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-31T00:41:05.899Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "83579AFE", "AutoV2": "977A51CA16", "SHA256": "977A51CA16B68958A636C6FF492CF30322913E8E1874FAFADCCEABAB7275F464", "CRC32": "6EDC1E4C", "BLAKE3": "9A7135B41E2E876FB52ED6021CCD055EB3C9CD40DB644B3017935E9EF0253739", "AutoV3": "590980F4E742"}, "downloadUrl": "https://civitai.com/api/download/models/194880", "primary": true}], "images": [{"id": 3879179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cf4c7c4-1ca4-466c-a11f-2b005a1b658b/width=450/3879179.jpeg", "nsfwLevel": 4, "width": 450, "height": 675, "hash": "UAEV+v8}00_L.JMz-;cD4mRo^l9aDjo}-BIB", "type": "image"}, {"id": 3879177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86b81513-f4d7-4a16-965e-ad8b6dfcac39/width=450/3879177.jpeg", "nsfwLevel": 4, "width": 450, "height": 675, "hash": "U9E.;5D-00rr2kwO-pI:9D9Z_3~V9sxtspIp", "type": "image"}, {"id": 3879189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/345fe365-d248-4292-804f-b92d909a9c43/width=450/3879189.jpeg", "nsfwLevel": 2, "width": 675, "height": 450, "hash": "U8CZwv%N00.5NoxJ_4X#cqWFrWR%?ul8E2$k", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/194880", "modelId": 173561} \ No newline at end of file diff --git a/datasets/metadata/195426.json b/datasets/metadata/195426.json new file mode 100644 index 0000000000000000000000000000000000000000..8b578c7a038fb743c795b7c493ac7b39d3b09730 --- /dev/null +++ b/datasets/metadata/195426.json @@ -0,0 +1 @@ +{"id": 195426, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-24T19:00:00.000Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["HalloweenGlowStyle"], "stats": {"downloadCount": 1056, "ratingCount": 86, "rating": 5, "thumbsUpCount": 126, "thumbsDownCount": 0}, "files": [{"id": 149467, "sizeKB": 147575.8798828125, "name": "HalloweenGlowStyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-23T10:40:51.429Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "52B43F1C", "AutoV2": "AEFA1DA0EE", "SHA256": "AEFA1DA0EE86C2299A3D5C5C52870253C5D1D826068D23629E6CAE0158BC0F3A", "CRC32": "B0A06B26", "BLAKE3": "95E6F625DC3CA27497274AF72D81B992EA5126B613E172510331CBCB2CA7AF5C", "AutoV3": "68E2595E388E"}, "downloadUrl": "https://civitai.com/api/download/models/195426", "primary": true}, {"id": 151104, "sizeKB": 349011.6826171875, "name": "HalloweenGlowStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-24T21:00:45.017Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A85339CD", "AutoV2": "79DF2E2385", "SHA256": "79DF2E2385D6195853C99A5A1F8992BC3728B9401B4F5C2EC47D8EBFCB947E85", "CRC32": "9B6FA190", "BLAKE3": "8060B12DD9BDAB0564EF206C5247A282B67F6C73BA3DE9A9A53C6DBFA52AF77B"}, "downloadUrl": "https://civitai.com/api/download/models/195426?type=Training%20Data"}], "images": [{"id": 3115882, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ca5bee8-ddf0-45e9-a4cc-928ae0c3d973/width=450/3115882.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U9CF04My9y}=68s.NGNdEkxY^MRkeTS#JBs9", "type": "image"}, {"id": 3115877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc3fcc03-0555-462d-a471-392383d9b6e4/width=450/3115877.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U7EnY3^i0Nw[5R0zJCs:J:9^=w-nIA}r}=WV", "type": "image"}, {"id": 3115869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bf06117-afe5-4d75-b70c-668e53c894dd/width=450/3115869.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U47dzc%~_2^i_M%g-oS4M{JBrqNd={O?s8%1", "type": "image"}, {"id": 3115887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8285e262-6f47-4416-8a8b-36facd35f2d8/width=450/3115887.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U2ChsDPB010O07Vt0zOr2b},0h}@9Z10?G={", "type": "image"}, {"id": 3115870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ecddddd-b098-427e-964d-bed83d7666f8/width=450/3115870.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U17TzkZhrD+uAE}=-.slNKxZ^iIB0hTJM{RQ", "type": "image"}, {"id": 3115879, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99ff8194-1d9b-4275-8517-bf2d06d55943/width=450/3115879.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U596jp~99b4;BCShr=$LspEhs:-TI@WWRkNH", "type": "image"}, {"id": 3115871, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f65e2a9-8595-4e1e-b7b8-aec44909073b/width=450/3115871.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UAB{=W~C9aIB.TxGenRjMxIpIAt7MxxuIVX8", "type": "image"}, {"id": 3115872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc310964-655a-4b86-ac35-6816eab193fd/width=450/3115872.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U5AJD#~U#R0NEiwb$e^NEh%1%L-nR*-nOstQ", "type": "image"}, {"id": 3115876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c975b70a-aa69-4188-a8cd-92c48ae1025c/width=450/3115876.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U5C##xxH9E%1gPr=D%ae0KI:$g={}@-AEeW-", "type": "image"}, {"id": 3115873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36df9a67-0266-4b71-9a64-aed25f3996d1/width=450/3115873.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U27c+^~AD+580PENX7t6xD-AtQ=wRk5n$if6", "type": "image"}, {"id": 3115880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35176583-05a7-4beb-940e-fbb4b695f944/width=450/3115880.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U7DRmCE1IT-W0;$z9uSP0hIp9}ba=pf9}?NG", "type": "image"}, {"id": 3115874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e38be91e-4b51-4e2a-8b20-ad1a0abc3ec3/width=450/3115874.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U6AcJDw}9GbWGH-VIUE20$%1r;Io}?e=s:wa", "type": "image"}, {"id": 3115875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb9de24e-5e1e-4dce-82ac-1d33fbef2efc/width=450/3115875.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U4Dl1Z%g000$19XO:%NH03+[H@#8}k9vwK%K", "type": "image"}, {"id": 3115885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d88f9818-fe17-47c3-98d8-e142161f4fd3/width=450/3115885.jpeg", "nsfwLevel": 2, "width": 1544, "height": 864, "hash": "UDEw:fRQ4:~9^$ENEM-nF0I;IWxZtQs.9vt6", "type": "image"}, {"id": 3115878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76ced402-a29b-4061-9065-55c0f358d196/width=450/3115878.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U6ASJStl0z#S7gS~aKr?10xG}UI;v~wIAHK4", "type": "image"}, {"id": 3115881, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5c6d401-099c-4dc4-9e30-5a2cb10dc6ef/width=450/3115881.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UCCr}_wb4o%0kpxtxtRPS1I=o}Io~pRj9af+", "type": "image"}, {"id": 3115884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9bb97b29-ead6-4a1a-a3f4-09ab4c78b292/width=450/3115884.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UHEn|j~9I=M|%L=_-nxs4;%1?E%0i{S5tQt5", "type": "image"}, {"id": 3115883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4eeabcde-b50f-495d-a7a8-a4fa3b3a1eb9/width=450/3115883.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U5AvF2?tAbIpC6oz11oy11kC=_S~D,WX}?-7", "type": "image"}, {"id": 3115888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58b67208-667a-4416-bf7b-35ab83edad0a/width=450/3115888.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U5Bo,C?F03aL1hsoD%I=0NNG}RxYTdNJ%LoL", "type": "image"}, {"id": 3115868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/231ed945-550b-4fcd-89b6-8de332c1fec9/width=450/3115868.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U48f[gRj02T0yDbFD*S$14Nb};$%4pxE?GR+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/195426", "modelId": 174055} \ No newline at end of file diff --git a/datasets/metadata/195436.json b/datasets/metadata/195436.json new file mode 100644 index 0000000000000000000000000000000000000000..ea9f7cf7d3cc90c67100e70346e49f8498ca2bfd --- /dev/null +++ b/datasets/metadata/195436.json @@ -0,0 +1 @@ +{"id": 195436, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-24T19:00:00.000Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["h4l0w3n5l0w5tyl3M3rg34ll"], "stats": {"downloadCount": 614, "ratingCount": 45, "rating": 5, "thumbsUpCount": 55, "thumbsDownCount": 0}, "files": [{"id": 149472, "sizeKB": 147578.8056640625, "name": "h4l0w3n5l0w5tyl3M3rg34ll.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-23T10:50:57.211Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9A022463", "AutoV2": "3F0FDAA1DA", "SHA256": "3F0FDAA1DA77868CD0F242B383EDEFA87EE1C305B4466E44CD5125944C0D2A06", "CRC32": "169303EF", "BLAKE3": "903453296CA3C1D5D7B9A8356C6BCDDC486DDF694A56D3C3FA76DD9324C98D04", "AutoV3": "ED3AAC46C2BC"}, "downloadUrl": "https://civitai.com/api/download/models/195436", "primary": true}, {"id": 151107, "sizeKB": 788588.703125, "name": "h4l0w3n5l0w5tyl3M3rg34ll Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-24T21:00:51.578Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "695F188A", "AutoV2": "B27CB3D1C5", "SHA256": "B27CB3D1C5524F6FE95265FEE15B29D5B18E87FE42F863FB3AAB5E77EBC4B2AE", "CRC32": "F08F19E1", "BLAKE3": "2176D7D8E72B5E5DF4143647DEFE1899323DE844D8CCC1C215FB4203042B3043"}, "downloadUrl": "https://civitai.com/api/download/models/195436?type=Training%20Data"}], "images": [{"id": 3116040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0cc3e79-6381-499f-ae7a-a0f58a65ba45/width=450/3116040.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UAA9$j}@9u57OsShM{Rj58NH$zxEMxRjt8%1", "type": "image"}, {"id": 3116049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4250072-255a-44c1-b721-4515b1d024f6/width=450/3116049.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U7C~PF~VQ-4;2[IBD*pb9c=xMx,C7|1K+uIV", "type": "image"}, {"id": 3116046, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/899b8367-e642-4128-a280-cfa6f2174da1/width=450/3116046.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UA7B=KRkHuoz.jWBMLoytkjZMfofyCj?RQoe", "type": "image"}, {"id": 3116051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cdb51ec-6d34-4733-a692-67e95e8d077e/width=450/3116051.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U171TL_N03HsCRJR9wIU8{M}?u~oM|NGF^KN", "type": "image"}, {"id": 3116056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92d8ad79-fc10-49d6-ad51-bb51cda847d2/width=450/3116056.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGG[$h%M~pt70Lt7T1NG=woz8_RPpJj[NbkC", "type": "image"}, {"id": 3116044, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a382f11b-0030-4618-843e-9d943ba84560/width=450/3116044.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U15OmJ%g00R6z=w|ITM{4VWC*|n3yqbvk;jY", "type": "image"}, {"id": 3116039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44804d42-2f13-42f1-a862-5efb43ce00aa/width=450/3116039.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "UPEVj0~V%Ls-%z%MxtWq%M%Mt7oKD*Rjozae", "type": "image"}, {"id": 3116054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5eb3e19c-22e6-44a8-8f03-5bc2d2150bf3/width=450/3116054.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UC8}9$%|wca1.ku2oeV[l8TJS#bHo|XSXRX8", "type": "image"}, {"id": 3116038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7912457-0620-43c4-9172-cd6a894cd019/width=450/3116038.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U3A0ab~U589GPVD+Me$y15IVRjo}02M{-:pI", "type": "image"}, {"id": 3116060, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e83c5eb-33a9-425e-8e5a-9215125681d9/width=450/3116060.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6DSdl?a3G9G01R*00D*5Txu@?jE.8D*yZ%M", "type": "image"}, {"id": 3116059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad5df3e9-ead6-4a18-9093-3de095c907c3/width=450/3116059.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UB8;SxxEDjoe_MbH4oX8-:s:Mds:%fR*NGRk", "type": "image"}, {"id": 3116035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c918c0e4-e429-450e-ae1b-0045218bf361/width=450/3116035.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U27dLG9{iw={72I=IpShRP}=r?E25SOro}IV", "type": "image"}, {"id": 3116037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94609e77-24c0-4a8e-84d2-647e9206e9c1/width=450/3116037.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U697qjwI9vEk58NcDO$zX-M{sl%M}rrrPATJ", "type": "image"}, {"id": 3116042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca41e390-ab3c-479f-8aff-4653b6437798/width=450/3116042.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U5A,8uIV0hIq*IjFoKM|ESD+xt-n?FICt6x[", "type": "image"}, {"id": 3116057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c597aeb7-86a7-41e0-9968-9eaa9bd98d85/width=450/3116057.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U8Cr};DjO;^*~Uv#5Soz9Hw|9vIp-.-o-oE2", "type": "image"}, {"id": 3116061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/447efd87-14bf-4c35-abdc-a87ef7c24e56/width=450/3116061.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U9DmBZ~pI;gN00$L?FIVrrIA8{xuK5IqkDs:", "type": "image"}, {"id": 3116058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3b8a29c-6c98-4040-bcf7-8ce4e8f63e44/width=450/3116058.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U4A9{8xG01BC3saKnht7CRIV;d^O[As:KQkW", "type": "image"}, {"id": 3116053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/499c972a-f3af-4be4-b612-ca66470ec6c2/width=450/3116053.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UUK-B;E0D*?w%MtRRjayRPx]R,RjVst6bbWC", "type": "image"}, {"id": 3116055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0cdcfe8b-bedb-409d-b293-344825b0dfe2/width=450/3116055.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UE9@hdDikXt7_NIBt7Rj.7M{NHRP?uV@RQof", "type": "image"}, {"id": 3116033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87a9ee19-2836-42d5-9f71-f8b144610863/width=450/3116033.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U38g$[aK9Zpd4oV@-:jZ00R*DixC*0S$v}xY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/195436", "modelId": 174065} \ No newline at end of file diff --git a/datasets/metadata/195566.json b/datasets/metadata/195566.json new file mode 100644 index 0000000000000000000000000000000000000000..8f0546323b7ca82bce4a26bcdb99e7a0a19f68db --- /dev/null +++ b/datasets/metadata/195566.json @@ -0,0 +1 @@ +{"id": 195566, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-23T13:47:41.619Z", "availability": "Public", "nsfwLevel": 1, "description": "1.0 of world of brimstone! turned out extremely well! might update it with colors at somepoint,
", "trainedWords": ["worldofbrimstone"], "stats": {"downloadCount": 548, "ratingCount": 74, "rating": 4.97, "thumbsUpCount": 110, "thumbsDownCount": 0}, "files": [{"id": 149709, "sizeKB": 165156.541015625, "name": "brimstone data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-23T15:55:56.202Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1B04538D", "AutoV2": "166D98DD54", "SHA256": "166D98DD54AC138FE503BD71119BB184F2397049DB16E0A7E03D27C7A1AE39BE", "CRC32": "B2B80A8E", "BLAKE3": "2CA1BFD2C41EEF08E8A4ED579AD54B831EC50D05409E2C33F8024ABBE19D0FF2"}, "downloadUrl": "https://civitai.com/api/download/models/195566?type=Training%20Data"}, {"id": 149606, "sizeKB": 147571.3359375, "name": "Worldofbrimstone.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-23T13:46:39.545Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E8C847F2", "AutoV2": "7D279E9FC2", "SHA256": "7D279E9FC2C57285570A0E60C738A5739BBFA2F35492215556B8F6F35F387D1C", "CRC32": "EC728EE8", "BLAKE3": "3F2C16CA2A61E0E38BCC4D078A482AB7F121CA96406D200CC708D321408C153A", "AutoV3": "8BB5BA987144"}, "downloadUrl": "https://civitai.com/api/download/models/195566", "primary": true}], "images": [{"id": 3118522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c44a6282-f27f-4cfc-965f-3acaca35a2d8/width=450/3118522.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U49sYj~qRh0~yY-;%1,:0}xDbI$$9trW5QM|", "type": "image"}, {"id": 3118523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e72f9232-f4fd-411a-8bb2-e437fd9c1a26/width=450/3118523.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U49G8h}[0zVsyExGD%K5FeIp,p^POsJ.J.xa", "type": "image"}, {"id": 3118524, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6817104-7530-4d5a-b209-eb93f429f112/width=450/3118524.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "U38{zaIoRPFe2_rq$$SO{ej[$*J89tt7Au,:", "type": "image"}, {"id": 3118525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06249a7a-8869-426c-b510-43c406cb2ca5/width=450/3118525.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U2COzU~U8wpJ0G4o@=R-15-plTR*}8#l%grD", "type": "image"}, {"id": 3118526, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f75ca0bf-4003-479a-825f-fd3b428cc2a9/width=450/3118526.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "U6AT4nt7ibw^ysofrCnO7MRPE1%2=ZivOY%3", "type": "image"}, {"id": 3118528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cb1ba2f-522e-4348-82f9-cdf4987a2f45/width=450/3118528.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "U49j1O~q-pjbL3,?i^sn0e9FIU-Vd:9]K5%3", "type": "image"}, {"id": 3118531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea3a78b8-82cc-4d16-bfd6-d5453a360e9b/width=450/3118531.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "U4Alw#QmHY^jLzz;mSs.FJRPeTxZ2[soI=S~", "type": "image"}, {"id": 3118529, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59dde514-c0f4-4e49-95bd-95deda488ec2/width=450/3118529.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3A]NoH?00.RC,0ys8V@DO6Q~V0K%MMx^5WU", "type": "image"}, {"id": 3118534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/425a6376-43ed-4930-b849-0ca90424afb5/width=450/3118534.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U39Zo|%#MJ-UuP-p56%1=y%2=wIo5mtS%2E1", "type": "image"}, {"id": 3118532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13fced0b-4708-446b-9edc-ff323fc19967/width=450/3118532.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOFrhaR*~ps:56o0E1bb%Mj[NGWBRPWVayoK", "type": "image"}, {"id": 3118533, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9da9d498-8562-492f-9cd1-261d77fa5122/width=450/3118533.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U48Dz[D*9tMc~qE1ELIA_2RPxYE1tmRP-o9Z", "type": "image"}, {"id": 3312871, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcb870bf-77f2-47e5-9aa1-e0e0af90830e/width=450/3312871.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U58|S4_Ng3K5p{%#t7Sh,o%2W;NGOsj@NGWq", "type": "image"}, {"id": 3312873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc667fea-7a43-49e2-91e3-712642581109/width=450/3312873.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4ASlO}[Mx0}3XOsNFi^M|9uR%$%0zrqbI$*", "type": "image"}, {"id": 3312876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8332e123-7c30-4891-9a70-ad8456c82159/width=450/3312876.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U39?a$T|0JE13?w^I9o}w|nhem%21Hn+o#K5", "type": "image"}, {"id": 3312874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae7ce947-f2bd-4564-9bcc-c988387662ce/width=450/3312874.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3AI}h_3MwRO3sg4RP=d*_MxKiXn9tF1xGwI", "type": "image"}, {"id": 3312875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/138e2c21-f4b2-430a-b8d2-861d93514860/width=450/3312875.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U2B3HP56+FB:3?OYrBEf0f-90yEg+F9uJAxD", "type": "image"}, {"id": 3312877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/498a66b7-0977-48f8-a700-c1908c0d4a17/width=450/3312877.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1024, "hash": "U39r|Yx^-T$k3s%2I;OX[:Wqr=RjACs:sAwI", "type": "image"}, {"id": 3313005, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbbc659b-d9a5-4f3f-a1aa-3295aa98998b/width=450/3313005.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U89%VPUvJ7K%l.9GxD={-oRPOES~EhJAW=$%", "type": "image"}, {"id": 3313007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dca04930-ff1f-4d18-8d47-08457ed449ef/width=450/3313007.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U68Ws+E05Q}sLgrXMxTJxui_m+OsTJi_IUo}", "type": "image"}, {"id": 3313008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fed748ad-9e26-4065-b796-116a70af8af8/width=450/3313008.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U28f$QM_0g^O3?v}MeTJv#xFM_Fy6~JU$Qs8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/195566", "modelId": 174191} \ No newline at end of file diff --git a/datasets/metadata/195615.json b/datasets/metadata/195615.json new file mode 100644 index 0000000000000000000000000000000000000000..944a867310fde13d3e1f57d77b8efd582d7cc5c8 --- /dev/null +++ b/datasets/metadata/195615.json @@ -0,0 +1 @@ +{"id": 195615, "index": 0, "name": "Nicole S", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-04T05:38:22.910Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 63, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 151257, "sizeKB": 36979.984375, "name": "Nicole_S-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-25T00:20:37.494Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2B78F5E6", "AutoV2": "B2ED9C51B7", "SHA256": "B2ED9C51B78D63F3F28DA99CD2BCF9C8CECFD2874DEAE9E90A0BE9CF268F5935", "CRC32": "52C1649D", "BLAKE3": "77DF5F2FF3611B1F7EF799DBB9BD968965A596F8707DA04F40CE33D3D473B5E2", "AutoV3": "3523C292B3A9"}, "downloadUrl": "https://civitai.com/api/download/models/195615", "primary": true}, {"id": 149662, "sizeKB": 1522.486328125, "name": "195615_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-23T15:05:48.776Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "68634919DC", "SHA256": "68634919DC81EAD187159B36AF0EAF418D14F078E3F884F9F74ADD4C27598BCD", "CRC32": "192547BA", "BLAKE3": "DF6C2E88B6D1B173D6CFE257FFA418AC2E5BD1B25E867558B4A742530FD3F02E"}, "downloadUrl": "https://civitai.com/api/download/models/195615?type=Training%20Data"}, {"id": 151258, "sizeKB": 36979.984375, "name": "Nicole_S-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-25T00:25:48.414Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D1C5CB56", "AutoV2": "FECB8BFA02", "SHA256": "FECB8BFA0251EEEB3241858CB74B9E3F0EF0CE293C310C0751546650AD6EAE1D", "CRC32": "E237A501", "BLAKE3": "009208584CE38D0C20286D34B9C5CA76613717031D3ABFAC878498A7F73E8ECB", "AutoV3": "D7B9A08CF3B5"}, "downloadUrl": "https://civitai.com/api/download/models/195615?type=Model&format=SafeTensor"}], "images": [{"id": 11488907, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec056a3f-70cd-4a59-91d0-74dd0a58aa51/width=450/11488907.jpeg", "nsfwLevel": 1, "width": 700, "height": 467, "hash": "ULHBYs_2_N~p9a?HWBS4NGWV$*s:xuNH%2%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/195615", "modelId": 174236} \ No newline at end of file diff --git a/datasets/metadata/195694.json b/datasets/metadata/195694.json new file mode 100644 index 0000000000000000000000000000000000000000..702fc32fb1217b8d98d53839b71b9eb141afe26e --- /dev/null +++ b/datasets/metadata/195694.json @@ -0,0 +1 @@ +{"id": 195694, "index": 0, "name": "Russelior von Diamante", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-23T18:39:33.546Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": ["Russelior von Diamante,"], "stats": {"downloadCount": 481, "ratingCount": 81, "rating": 5, "thumbsUpCount": 115, "thumbsDownCount": 0}, "files": [{"id": 149811, "sizeKB": 14835.0751953125, "name": "195694_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-23T18:15:54.198Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FB487EB3", "AutoV2": "E6F08D0149", "SHA256": "E6F08D0149A05877CEC75380BE3840F0B3635D0244406B45B41B5456D0599C32", "CRC32": "FFF28690", "BLAKE3": "FFFD405E16331367EB2074AE8CE29D38B784517E58091A07788AAE65EE01B383"}, "downloadUrl": "https://civitai.com/api/download/models/195694?type=Training%20Data"}, {"id": 149831, "sizeKB": 36981.3359375, "name": "Russelior_von_Diamante-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-23T18:36:00.892Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C7D7D081", "AutoV2": "BF8FB2A3A4", "SHA256": "BF8FB2A3A4B14E9D3AEAB5FADB92461F56D92EDB3D35D2598C723965CA04A765", "CRC32": "4DA4821B", "BLAKE3": "96C69EEAC3CCAFCA6D116F3DCB0DCF5872E92CAA39400D41B6453E055E317030", "AutoV3": "E2E2EB749C18"}, "downloadUrl": "https://civitai.com/api/download/models/195694", "primary": true}], "images": [{"id": 3126079, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91bc1ada-513c-42d1-97cf-2194810e4b82/width=450/3126079.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UcLgFg~p9ZIVt0IoM|IUNeShxaogt7xuRjV@", "type": "image"}, {"id": 3124987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3eca5104-45c7-48a4-88cb-2524fc286e91/width=450/3124987.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UIMi$x~p01Ip00xZD*IU00M{x]M{D*NG%2bc", "type": "image"}, {"id": 3124340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e0aabaa-e574-4554-9c49-1c1c73d071bc/width=450/3124340.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UGNcHM?a00xb4-o14:Rj00RjR*M|~poy9aoz", "type": "image"}, {"id": 3125390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c4ce2f7-94c7-4779-ab6e-3a2b336e7459/width=450/3125390.jpeg", "nsfwLevel": 8, "width": 384, "height": 672, "hash": "UJKw2|~W4-Vt0JxG0e9Z02IU%MkCWYNG%2nl", "type": "image"}, {"id": 3124262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3041d3d4-1182-44cc-aa2b-9c2861512ca1/width=450/3124262.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UBMsHCx]n5Vg~TsDNGR700D*?HMyJ=E2=}s=", "type": "image"}, {"id": 3124089, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6bff240-df57-4857-8c78-f28dde8b2f7f/width=450/3124089.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UGKmeO~W0Knj0cs;0LIU00IUt7NGI@NG%2R*", "type": "image"}, {"id": 3124090, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c268d3df-b0ca-4364-bbb0-04a867c94892/width=450/3124090.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UOJQ$l~W0JIV0Js.9a9Z4:E1-qozRjflWAs:", "type": "image"}, {"id": 3124201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46be7aa7-1056-4fe6-8e20-e7644a4a5a34/width=450/3124201.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UHJ@k8~W00IB0Jxa01E1009Z-=NZnUxunixH", "type": "image"}, {"id": 3124285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f65e4e6-b1ab-4705-8914-00c820965495/width=450/3124285.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "UGKd3@~W00IV9p%10K9Z00Iox]ELo$NGwfa$", "type": "image"}, {"id": 3124668, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/881735bd-da68-4054-9796-8877ced53969/width=450/3124668.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "ULLzHr~p00jc00IV9ZM{D%NGt7M{a2Rj?H%M", "type": "image"}, {"id": 3124989, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67b0087d-ecaa-43fe-8b38-4b839653d10f/width=450/3124989.jpeg", "nsfwLevel": 8, "width": 768, "height": 962, "hash": "UMM?e{~q00oM00xtE2M{0LM|-;of%yj?RQt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/195694", "modelId": 174317} \ No newline at end of file diff --git a/datasets/metadata/196026.json b/datasets/metadata/196026.json new file mode 100644 index 0000000000000000000000000000000000000000..a3266093b8d44ff49e081756a286f06bf27cc2e3 --- /dev/null +++ b/datasets/metadata/196026.json @@ -0,0 +1 @@ +{"id": 196026, "index": 0, "name": "sturmtigor", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-10-23T21:54:37.382Z", "availability": "Public", "nsfwLevel": 1, "description": "no
", "trainedWords": [], "stats": {"downloadCount": 65, "ratingCount": 4, "rating": 5, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 149969, "sizeKB": 2622.51171875, "name": "196026_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-23T21:00:48.893Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "447AE448", "AutoV2": "7953B7637F", "SHA256": "7953B7637FD3F9B68F297734AA5CF60B841327D78FB37420D2B258B301ADA002", "CRC32": "9CC81008", "BLAKE3": "96226F4098E2D7E4EC0CB9E2C2BF2AC89B1D8AA52A974BFBF9B371742507079D"}, "downloadUrl": "https://civitai.com/api/download/models/196026?type=Training%20Data"}, {"id": 150023, "sizeKB": 223099.03515625, "name": "sturmtigor-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-23T21:50:49.970Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C9DA9F70", "AutoV2": "AA76F63132", "SHA256": "AA76F631321419278B30A1A84EDDA5706C319594E7981DDE4C49CC409FE2EE77", "CRC32": "283242AA", "BLAKE3": "922D5016929876587AA8DEB7A632DAF3AE7470D55E4D54FC0853804918655CF3", "AutoV3": "DB8FA631146A"}, "downloadUrl": "https://civitai.com/api/download/models/196026", "primary": true}], "images": [{"id": 3127266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31d57c0b-2dba-4f6b-b01e-e1029383d292/width=450/3127266.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "U6CGPr00%g_N~U-:NGWUR+j?D$oJIpM{oMIo", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/196026", "modelId": 174620} \ No newline at end of file diff --git a/datasets/metadata/196268.json b/datasets/metadata/196268.json new file mode 100644 index 0000000000000000000000000000000000000000..a9873095c566cfe1bfa713db9c153c98bc9599cd --- /dev/null +++ b/datasets/metadata/196268.json @@ -0,0 +1 @@ +{"id": 196268, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-24T00:35:19.280Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 406, "ratingCount": 38, "rating": 5, "thumbsUpCount": 55, "thumbsDownCount": 0}, "files": [{"id": 150161, "sizeKB": 34043.8740234375, "name": "Saionji_Youko_ShinyDays_V2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-24T00:35:48.876Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DE6BCF6F", "AutoV2": "97E108F620", "SHA256": "97E108F620AC7CB3B7518F021AE7F4143410F8A97BD0F8E59083BDAE00439DEC", "CRC32": "0B05BC41", "BLAKE3": "8548E3FC8A6BBCD5CE2F1279DE8AD627DF9F9010FE217DD8081FB0BA17EE0779"}, "downloadUrl": "https://civitai.com/api/download/models/196268?type=Training%20Data"}, {"id": 150162, "sizeKB": 22248.74609375, "name": "Saionji_Youko_ShinyDays-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-24T00:35:41.995Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "65C6EB39", "AutoV2": "F0460C3D7D", "SHA256": "F0460C3D7D6FA12E9F86D5D06E5FBCF1D84D3BF191C3D61431E97406DE4F9F78", "CRC32": "5D177F5C", "BLAKE3": "B27BD2EF1B143D9187CD522ABCF99D1133E96F38A604EA413FA26E3E56BE12D1", "AutoV3": "7D713BECA211"}, "downloadUrl": "https://civitai.com/api/download/models/196268", "primary": true}, {"id": 150160, "sizeKB": 22248.74609375, "name": "Saionji_Youko_ShinyDays-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-24T00:30:38.454Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "65C6EB39", "AutoV2": "F0460C3D7D", "SHA256": "F0460C3D7D6FA12E9F86D5D06E5FBCF1D84D3BF191C3D61431E97406DE4F9F78", "CRC32": "5D177F5C", "BLAKE3": "B27BD2EF1B143D9187CD522ABCF99D1133E96F38A604EA413FA26E3E56BE12D1", "AutoV3": "7D713BECA211"}, "downloadUrl": "https://civitai.com/api/download/models/196268?type=Model&format=SafeTensor"}], "images": [{"id": 17316700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d92cc7d1-5a8f-46c3-ae31-1877aabae50a/width=450/17316700.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UgOM?Ixu?wxuIUaz-:oK.8j[s.ofWBayxuWV", "type": "image"}, {"id": 17316698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1bb9dec-15a5-415a-a217-1ecee7ae486e/width=450/17316698.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UgOM?Jxu?wxuIUaz-:oK?bj[s.ofWBayxuWV", "type": "image"}, {"id": 3129976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6772d0be-6872-4f6d-b6e3-41dbabafbef5/width=450/3129976.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UeP6z3xu?w%29Fay-:oL?cj@xaofjuayxuWB", "type": "image"}, {"id": 3130031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72f37c9f-4743-4d0e-9c81-dbd4ffb1f973/width=450/3130031.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U$M@WQof_Nxu-:ofWXayM|Rjt6ozt8ays:of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/196268", "modelId": 48521} \ No newline at end of file diff --git a/datasets/metadata/19628.json b/datasets/metadata/19628.json new file mode 100644 index 0000000000000000000000000000000000000000..80fc6fc58acbe4b689b7530e5bb10828a5ac702e --- /dev/null +++ b/datasets/metadata/19628.json @@ -0,0 +1 @@ +{"id": 19628, "index": 0, "name": "Mememe_1", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-03-07T01:40:48.404Z", "availability": "Public", "nsfwLevel": 6, "description": "Merge of last 2 epochs
", "trainedWords": ["mememe", "pink dress and purple gloves", "blue stripped bikini", "long hair", "blue hair", "full body"], "stats": {"downloadCount": 904, "ratingCount": 191, "rating": 5, "thumbsUpCount": 210, "thumbsDownCount": 0}, "files": [{"id": 32334, "sizeKB": 2489.263671875, "name": "examples.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-10T20:51:34.647Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "513E52E6", "AutoV2": "061A92B006", "SHA256": "061A92B006D74074D7E0C62F6FB87DF9E7AD6FDA9F59F274EBB50310D16677D4", "CRC32": "88D0F903", "BLAKE3": "AA5C29D7EED6ADBD4892098D948A2F35B28F39A0EB7A9959E7A0240B7EDB97B6"}, "downloadUrl": "https://civitai.com/api/download/models/19628?type=Training%20Data"}, {"id": 16391, "sizeKB": 147567.9912109375, "name": "mymememe_78.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-07T01:41:40.781Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "D8B749DC", "AutoV2": "86B99996C0", "SHA256": "86B99996C0FFC5B8B0A5439CE66EE2EF652C950BCE2AA3C82A8FA95CF2EFAFD6", "CRC32": "E99B0AEC", "BLAKE3": "2283167CB196F4773A82C863E5821050E26AA659ED33384D4335098712AC2E56", "AutoV3": "6F6D08573F0C"}, "downloadUrl": "https://civitai.com/api/download/models/19628", "primary": true}], "images": [{"id": 206532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e2f595b-2382-4690-ff62-0cba0acfcf00/width=450/206532.jpeg", "nsfwLevel": 4, "width": 896, "height": 896, "hash": "UKLD4P~V5MtD8G^QzFXmI,%VkDMyNEE2TW5+", "type": "image"}, {"id": 206535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ae1a76c-8bb1-40a1-b7f1-b35655b8f200/width=450/206535.jpeg", "nsfwLevel": 2, "width": 3840, "height": 1866, "hash": "UPK,{-W-xuoeuhxbWBkC.7RPS1jF.SSgjFW:", "type": "image"}, {"id": 206537, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32c21d5f-174c-4bec-121d-1e7db9d1bb00/width=450/206537.jpeg", "nsfwLevel": 2, "width": 3840, "height": 1866, "hash": "UXKmF-NEn+spu3s:W-k9%yoes:j[_4a%W-jI", "type": "image"}, {"id": 206534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f54ca8ae-90f6-41d5-5a14-052591d33e00/width=450/206534.jpeg", "nsfwLevel": 4, "width": 3840, "height": 1866, "hash": "UJLz]tbp%Naw.mnlWBn}yCVsWBnh%#X8ofa$", "type": "image"}, {"id": 206536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6dc1bae4-b632-4f21-1157-1b7499ef6400/width=450/206536.jpeg", "nsfwLevel": 4, "width": 3840, "height": 1866, "hash": "UQK1zgROoKxv.TxtWre,%#i_f+jF?wX5njkW", "type": "image"}, {"id": 206533, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31dfe9f3-ff6f-443b-824a-ee6c58ac4d00/width=450/206533.jpeg", "nsfwLevel": 4, "width": 1280, "height": 1664, "hash": "UCNA0l00uN}@0{4TNwD*8wrD%fbacWxaoMxZ", "type": "image"}, {"id": 206539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0d716ab-d954-4367-f1ce-221abeccb300/width=450/206539.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UJCHd9*09b7NyC?bN_JUTbJW#j$zOsg4RPbb", "type": "image"}, {"id": 271089, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70bd6117-8947-4f2e-e62e-459db47fea00/width=450/271089.jpeg", "nsfwLevel": 2, "width": 1792, "height": 1792, "hash": "UGHc{a-q}^^PIlwHRgjJ9;$k-UtPG8#;tTXA", "type": "image"}, {"id": 271172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ed30810-e3dd-4022-838f-89fa2a1e1100/width=450/271172.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UDIpcQ?dg3$*2+tLR$%2RhRORitR2*NYoMRo", "type": "image"}, {"id": 239217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e3e93c9-71cf-4c27-75a4-11aec381fe00/width=450/239217.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UHMW.qv|0c0|8Y1Y{nw35PNwn#=1Mk,uXMS|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/19628", "modelId": 16622} \ No newline at end of file diff --git a/datasets/metadata/196401.json b/datasets/metadata/196401.json new file mode 100644 index 0000000000000000000000000000000000000000..7ca1f9d7af6579bb38f817ea464d6bb40898cc83 --- /dev/null +++ b/datasets/metadata/196401.json @@ -0,0 +1 @@ +{"id": 196401, "index": 0, "name": "HWT v1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-24T05:40:41.226Z", "availability": "Public", "nsfwLevel": 12, "description": "Fixing the minor flaws in the Lowrise Jean Model i made.
Im Super New At These but willing to learn so feel free to leave tips in the comments!
Cleaned up the dataset and expanded it a bit. Restarted training from Zero.
", "trainedWords": ["belldandy", "facial_mark"], "stats": {"downloadCount": 1100, "ratingCount": 209, "rating": 5, "thumbsUpCount": 211, "thumbsDownCount": 0}, "files": [{"id": 16402, "sizeKB": 89692.2861328125, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-07T02:16:49.031Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4D760B94", "AutoV2": "9619652054", "SHA256": "96196520547AD94A6DE71562A315664D38970738C27F81752434CDE9646F41BC", "CRC32": "72F0E05B", "BLAKE3": "3AF3F9E7A8BD0E00B1A49256B6AFC58D42AC54C7EA964AD0FA56072070F55B01"}, "downloadUrl": "https://civitai.com/api/download/models/19642?type=Training%20Data"}, {"id": 16401, "sizeKB": 36990.0693359375, "name": "Belldandy.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-07T02:16:46.703Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "3026FDC8", "AutoV2": "F2A46565FF", "SHA256": "F2A46565FFDF6BC815568CE63FBAF8835C5627E35CC4514B1AB30C27B86CC424", "CRC32": "C47DCF58", "BLAKE3": "FE09F91B18BA581789B43FC7085A225961EA43955CDB77674B5097C9075EFECE", "AutoV3": "FA9EC50D2431"}, "downloadUrl": "https://civitai.com/api/download/models/19642", "primary": true}], "images": [{"id": 206664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9ce538f-dccc-497f-6f96-74453c1af300/width=450/206664.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UBLNVn001ONEI,tVo]s@%b-=jC?F4=xV_40L", "type": "image"}, {"id": 206663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60435120-c86c-42cc-9e6c-e4df274ba700/width=450/206663.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UhL|iR~U4.xtI.%Mx[WY%NRoWERlRit6xuR*", "type": "image"}, {"id": 206662, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49f8f8fb-a486-418a-c709-66fc63399e00/width=450/206662.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UJM?;,waPC9G9_IA-;XT~WWBxZ?H4nayx]%M", "type": "image"}, {"id": 206661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d54cd875-5944-44e4-b4ca-b2db0d0f1b00/width=450/206661.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UPFYV|~V9E9Zt1s,IrogM{Rns:xVV@RjWXt8", "type": "image"}, {"id": 206660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/350957e9-7c02-4dc3-2c88-814825abb000/width=450/206660.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UZJkcjbc~U%g~UkDNLt5xAobNHbIRPWVM{Rj", "type": "image"}, {"id": 206659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2ed2c8b-d68c-44bb-4f6e-f76560d4ee00/width=450/206659.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UQI;#T4mxR4o~RM{9$Rkxuj]j?fkD%xun#WY", "type": "image"}, {"id": 206658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed7801ff-bd8a-4df0-0b1d-e0cbfe3c2b00/width=450/206658.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UQKd=0?bOuS6_4s+%%xuJDxWWAV?9dNGtRbc", "type": "image"}, {"id": 206657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c47c11be-a08f-4732-4542-a63343ce1900/width=450/206657.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UDIX%CT}5s.900Dh00w@01={-5xu~qN3?bD+", "type": "image"}, {"id": 206656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7483b518-fbc2-4454-a02b-dd3e16cfd100/width=450/206656.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "ULNAPA_2CTyEAb9F.8bIpe?FksE2~pIUR+.8", "type": "image"}, {"id": 206655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7787aa32-2650-4239-af2c-f676745c0700/width=450/206655.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UPN,Vq~VKS4..TO[_3$$?G-ot5%K_2%LM_IU", "type": "image"}, {"id": 206654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23988d66-2a6b-4dfb-bfbc-0c725fd10300/width=450/206654.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UVMi.+aiIdr?=xxt=|R+~pM{E2M{D*R*x]of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/19642", "modelId": 8929} \ No newline at end of file diff --git a/datasets/metadata/196435.json b/datasets/metadata/196435.json new file mode 100644 index 0000000000000000000000000000000000000000..a9e152d1d094d2832f8b9888df85a89f22ab46e6 --- /dev/null +++ b/datasets/metadata/196435.json @@ -0,0 +1 @@ +{"id": 196435, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-24T03:10:23.277Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 322, "ratingCount": 67, "rating": 5, "thumbsUpCount": 81, "thumbsDownCount": 0}, "files": [{"id": 150297, "sizeKB": 38151.396484375, "name": "Amanda_ReincarnatedSword.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-24T03:10:41.450Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4601B6E7", "AutoV2": "7B95AEB5E2", "SHA256": "7B95AEB5E2B8BBB490D2D64DEC3B5CB64639496DB44D4BF061392ADF72FFBFD7", "CRC32": "F0CA1F16", "BLAKE3": "602D8B22B120A453D4A7B5E890F9F725228A5BFFD7D3D2013D533C69927D23FE"}, "downloadUrl": "https://civitai.com/api/download/models/196435?type=Training%20Data"}, {"id": 150296, "sizeKB": 22253.12109375, "name": "Amanda_ReincarnatedSword-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-24T03:10:43.268Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EFC9DC60", "AutoV2": "B82680C813", "SHA256": "B82680C8134835A47675D578FF18AAA1D3225D7CAEC4C0CD31D0BCEC2B1BA165", "CRC32": "41898348", "BLAKE3": "A9A497F5E3931BEE8C2C5F935855189DB8F91E8C91011C60070B6EEADA4AC10E", "AutoV3": "3FBD129F100F"}, "downloadUrl": "https://civitai.com/api/download/models/196435", "primary": true}], "images": [{"id": 3131704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a04f7720-403e-41b4-8a0a-27438b9dd800/width=450/3131704.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UmJ8eIof.8t7~Xt7-;s:t8oMt6afXQj[V@WB", "type": "image"}, {"id": 3131776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbe2d794-f484-49bd-9adf-3836936af5a7/width=450/3131776.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJIOnSxItloz-=00t7axIrD%%2?H~pxb9Ff+", "type": "image"}, {"id": 3131893, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3bcf0264-198f-4d26-b5fb-30da99f409d4/width=450/3131893.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOL3+B~pJ7IU00f5Ioxt4oIU-ot7_2X9Vtn%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/196435", "modelId": 174960} \ No newline at end of file diff --git a/datasets/metadata/196613.json b/datasets/metadata/196613.json new file mode 100644 index 0000000000000000000000000000000000000000..532d12537e4fe339d7220c851fa4e442bddb6355 --- /dev/null +++ b/datasets/metadata/196613.json @@ -0,0 +1 @@ +{"id": 196613, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-27T06:32:18.299Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 380, "ratingCount": 57, "rating": 5, "thumbsUpCount": 64, "thumbsDownCount": 0}, "files": [{"id": 153719, "sizeKB": 135711.810546875, "name": "1_ma-kurou artstyle.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-27T07:51:14.715Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E75C757A", "AutoV2": "24D4A18EA8", "SHA256": "24D4A18EA80BC117B6A6C3C7130DBDF3DFA01EEA2092C646207828872B9AB7EF", "CRC32": "1F4565E8", "BLAKE3": "BF3EF841BEFDE0B5C64F2FEEA62E7DF7B274609D8153C3320D4EE7E06B659CA9"}, "downloadUrl": "https://civitai.com/api/download/models/196613?type=Training%20Data"}, {"id": 152727, "sizeKB": 110716, "name": "ma-kurou.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-26T06:33:46.455Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E60C2C10", "AutoV2": "A760D1231F", "SHA256": "A760D1231FE3FFCBA44B31587929D13509D4C437047CAB1D12D4466F20B6CF19", "CRC32": "00751EF0", "BLAKE3": "BBDEB82BA33FF3228C8DB937497CBC8359C1C1E3C9BE03C591C406785AFAAECE", "AutoV3": "1B30C90994F2"}, "downloadUrl": "https://civitai.com/api/download/models/196613", "primary": true}], "images": [{"id": 3182504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2da1bd85-1a40-4940-9c69-e95e22b64a92/width=450/3182504.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPI#cNNub^H?~qMyxvIUo}V@-poz-;RjM{of", "type": "image"}, {"id": 3191056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/074515a1-92e7-45b2-9bbb-286d327ce26e/width=450/3191056.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKI}ee~WyEE100I?n%r;~WRPoex]xu%MR*IV", "type": "image"}, {"id": 3191599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/269d417b-f208-481f-8538-85de74f1c0ab/width=450/3191599.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJEyY#?H0L9Z~VxbE2RkE0R*xuxuWAbFofof", "type": "image"}, {"id": 3182482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af8befb7-56f3-43fa-aacc-ec7fa3c32ec0/width=450/3182482.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQG+2Y00_NRO%gM{xuRjIoWBayM{RkM{f+Rj", "type": "image"}, {"id": 3190263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/114542e3-7d53-47d8-8205-ed0c81335053/width=450/3190263.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U4F$6GE300tA009a00~q^#ITMyozPCt7Q-9F", "type": "image"}, {"id": 3182693, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e089e7e-f1aa-479a-a391-359ef99d7294/width=450/3182693.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "URKU4i^+?^-;_N%M-;afk=bb%LtRIqogxZs:", "type": "image"}, {"id": 3190402, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8b3f16e-2984-40f1-a17c-caa0f2eb556b/width=450/3190402.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U8Dlyj+rBCE2%jMw00E1^*?HD$E1%KI[IT$%", "type": "image"}, {"id": 3190403, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6192771b-d593-4622-84d0-6122e0ed7e07/width=450/3190403.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDG8Zb-T00n+02WAn#xY~VNHD*t7T0Io4:Rl", "type": "image"}, {"id": 3193313, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24b35cad-7eb9-4dea-a668-05a0df8c719a/width=450/3193313.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIH_#i015#xcIXE1%3a6%WxtIUod~XD*MxRk", "type": "image"}, {"id": 3194069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6229f683-60d7-48c6-9f6d-8d547943ece0/width=450/3194069.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNKdb;MxyXM{~qRj%MV@0fxu$*t7i_ofIoNH", "type": "image"}, {"id": 3195245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f24bd989-a8c2-43e3-8c3f-6419aab8bd74/width=450/3195245.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UVIEkX~q%goJ-=%gRjM_?aj[RiM{xuxaIVWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/196613", "modelId": 175102} \ No newline at end of file diff --git a/datasets/metadata/19682.json b/datasets/metadata/19682.json new file mode 100644 index 0000000000000000000000000000000000000000..f00d5904b1c9699d92512ce51614a531c6c3bea7 --- /dev/null +++ b/datasets/metadata/19682.json @@ -0,0 +1 @@ +{"id": 19682, "index": 0, "name": "1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-07T04:26:27.627Z", "availability": "Public", "nsfwLevel": 1, "description": "Entirely trained on midjourney outputs. You shouldn't need an instance prompt but if you WANT a certain style try things like: Bubble, Ornament, maybe even try it with a girl inside? Not sure how that works yet!
", "trainedWords": [], "stats": {"downloadCount": 977, "ratingCount": 205, "rating": 5, "thumbsUpCount": 216, "thumbsDownCount": 0}, "files": [{"id": 16433, "sizeKB": 36126.7978515625, "name": "10_BubbleView landscape-20230307T042152Z-001.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-07T04:36:34.391Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "34F4EFB9", "AutoV2": "B26F11847F", "SHA256": "B26F11847FFF1711C0A9298D9487688B2B3B93430FE83E8CF1DD5FC4995469F6", "CRC32": "D3175B04", "BLAKE3": "46BBE1C90207373175E1C6A444B285F536E475BF98C1189C8F8F4EFB56632A93"}, "downloadUrl": "https://civitai.com/api/download/models/19682?type=Training%20Data"}, {"id": 16432, "sizeKB": 147570.3349609375, "name": "BubbleView.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-07T04:37:04.347Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "05298BAF", "AutoV2": "814E3D037D", "SHA256": "814E3D037D44FDCEB38E413EB35BBCEA1108624FCCE058420D116A8C2306C5C7", "CRC32": "68DD0E9F", "BLAKE3": "0AB6105369EB42951CEB6CA633E5A0FDE7609A9F76E0140150F9E53294DFFE6F", "AutoV3": "6411E7D0DE9D"}, "downloadUrl": "https://civitai.com/api/download/models/19682", "primary": true}], "images": [{"id": 258895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b31ff17-f412-4694-c92f-7262eae45000/width=450/258895.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U59%Y504-4D,%09btQxt02=_OYxt4;~TE3oH", "type": "image"}, {"id": 207103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f238a7b-73d5-40f0-7f95-d53d13b1f500/width=450/207103.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U5G*A_}t02R,01Gu^cVE_}xZRr.801:$xV?v", "type": "image"}, {"id": 207122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2479f568-cd1e-4946-b333-161616c2f700/width=450/207122.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UHHLF+02.Aozk:Dk^%E0DgD%WBIT4:?HE2WY", "type": "image"}, {"id": 207121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bd425b2-9a61-41d8-3a31-5268ae33bf00/width=450/207121.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UGH1c7=z^-xc0#-oW?$*NaJk9ZNZ~Xs;=_W;", "type": "image"}, {"id": 207120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0ce27f4-b251-4095-7c22-853cc4e22200/width=450/207120.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U5ECF401]}.7{dnPI@NI4T_19|nNxaNxR--Q", "type": "image"}, {"id": 207119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8656ee1-e73b-4c99-5bf6-20ecc8e72100/width=450/207119.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UJGJEN?uCmNG*^j[KRtR8wNGM|oKu5ofaJV@", "type": "image"}, {"id": 207118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f78ea0ec-fb85-42ea-3da3-4582f53cee00/width=450/207118.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UCEf7;~Utl-miutP-OxCR5+@,.XU^iWFEkM{", "type": "image"}, {"id": 207117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3443f23f-cd95-4d56-0d32-c25874fb8900/width=450/207117.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UIHBuXV@%Lt64VI@--xC=]tQ9Hxt.lxX-.xs", "type": "image"}, {"id": 207116, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87c4dba5-1c69-4d8b-32b7-4060e34b2800/width=450/207116.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UNGt?PNH-oJB4:R-ain#~Dfm-4xGV#oLS5Nf", "type": "image"}, {"id": 207115, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2289d2d-bb2f-44f9-ced1-43d7a04e3800/width=450/207115.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U5G8cR?Z_N020002Ed?G9G^*IVt7x=XTs?Ir", "type": "image"}, {"id": 207114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f44f4d45-2fe5-4167-63d8-1f08514d8c00/width=450/207114.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UEEL%1TL-N#+?wF3=rn*4VrqI[OYHX}PI]KP", "type": "image"}, {"id": 207113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72c22985-c838-474a-2c74-295e75bdc300/width=450/207113.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U5F=2Gz.0F-h1HQw^h#aDSrAl.Dh^Er[C3$L", "type": "image"}, {"id": 207111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a72daff9-e0c5-46a1-afb8-a6c413484700/width=450/207111.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U8Dc:N9DL#%%?roggMx?0J%hcYMJqxJiNKnU", "type": "image"}, {"id": 207110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1be6caf-eb18-4ba8-2ee6-d72707208500/width=450/207110.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UAF6O903rBSR}Q-TNeai=VJDxbIp?GNLWBIV", "type": "image"}, {"id": 207107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee957976-5c8b-4751-e9b7-66b6cf956900/width=450/207107.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UHFZA[rX4o?^OIrqt6Rk00b_-;H?=_xuNHtl", "type": "image"}, {"id": 207105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/238585b5-8d37-4500-fdd3-e6f8e5c8f600/width=450/207105.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UFFrkO~T~oxs8wD+ROWB_MNMRSj]D%IpRjRP", "type": "image"}, {"id": 207104, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0af3e7b9-9747-4b73-a2cb-2e401a870300/width=450/207104.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U8H1-}?v}i4[9%#6H=?H4T03A20j9YyE18$I", "type": "image"}, {"id": 258894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/071d8ee4-cd7d-49d2-dd4c-3035b0a02800/width=450/258894.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "U39jP,03D$xa%g0M^%oM03-Ox[WB4;~T5XIp", "type": "image"}, {"id": 258893, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6aacc2d2-c9f0-4b24-f623-3c4b9afa3400/width=450/258893.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "U49jPv04Q-nn?a4;-OtQ0A?9OEtQ0O~SE4Ip", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/19682", "modelId": 16669} \ No newline at end of file diff --git a/datasets/metadata/197152.json b/datasets/metadata/197152.json new file mode 100644 index 0000000000000000000000000000000000000000..d9976d3c8cd439594962789e1598349f94ed335b --- /dev/null +++ b/datasets/metadata/197152.json @@ -0,0 +1 @@ +{"id": 197152, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-24T15:42:55.612Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["orihimeinoue", "School_uniform_White_shirt_Red_bowtie_Grey_miniskirt", "School_uniform_White_shirt_Red_bowtie_Grey_miniskirt_Grey_blazer", "School_uniform_White_shirt_Red_bowtie_Grey_miniskirt_Yellow_cardigan", "School_uniform_White_shirt_Red_bowtie_Grey_miniskirt_Yellow_sweater_vest", "Orihime_White_dress", "Orihime_Pink_shirt", "Yellow_bikini_clover"], "stats": {"downloadCount": 904, "ratingCount": 138, "rating": 5, "thumbsUpCount": 180, "thumbsDownCount": 0}, "files": [{"id": 150869, "sizeKB": 187834.671875, "name": "data71Orihime.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-24T15:41:00.067Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8E7F07A5", "AutoV2": "DB25D1B1D6", "SHA256": "DB25D1B1D6AD2BEAD447BF991438876247F64724631227551731960A9033AED0", "CRC32": "5B90B988", "BLAKE3": "9D79CF7C38CA570D181B96B36CA0621D3791F50927E2C6425507832E017F9475"}, "downloadUrl": "https://civitai.com/api/download/models/197152?type=Training%20Data"}, {"id": 150859, "sizeKB": 37019.1376953125, "name": "OrihimeInoueV1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-24T15:31:50.332Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "52B3A3F1", "AutoV2": "FCADE53AC3", "SHA256": "FCADE53AC31CB84218E640F85F5BEE0224EEE43322B0E42B24B3594BF17ADBF0", "CRC32": "F7F7C522", "BLAKE3": "EF56A881C401A33D6FDAF6F1AE31091394EA134E4C945B0F8D30159DB994893B", "AutoV3": "9519C766B26F"}, "downloadUrl": "https://civitai.com/api/download/models/197152", "primary": true}], "images": [{"id": 3141277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32d7d94c-8ad0-4e33-955e-e78e63e4e1b6/width=450/3141277.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UNLD=P~V0Ks:8^IpEhsn00NHK6soR5kCt7oJ", "type": "image"}, {"id": 3142987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74f5666c-2bcc-47a8-be7e-fcd588b55aca/width=450/3142987.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UWLLOn^k9[s;yTxtIqs;Fqf*X8ba}aW:WWWB", "type": "image"}, {"id": 3141274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad3ad10c-0f86-41ff-bc1b-bfe64efe3bf9/width=450/3141274.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UYK^vz-;Nw%2~BtROFsn8^t7X9t6%MozaeWB", "type": "image"}, {"id": 3141271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7174d11-236f-46a6-aac7-d11742c0a9c5/width=450/3141271.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UaJ@k5~q-;xuxCNGE1xZnhM{t8xZE1M|n*xa", "type": "image"}, {"id": 3141278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f82b0e9-9836-476d-8017-89024bcfe485/width=450/3141278.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UoM?#g%1?wa#^+xuo}jsS*kCtRWBs,flWrae", "type": "image"}, {"id": 3141275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5550cdca-8f61-44ba-9308-cc78eb1ba0f7/width=450/3141275.jpeg", "nsfwLevel": 16, "width": 512, "height": 1024, "hash": "UJKmzrD$5Z-o=~N{Jixu00E4IUt6~9RNIqM{", "type": "image"}, {"id": 3141282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8821f048-512b-4eb7-8ed0-0b33dfed2189/width=450/3141282.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "ULMPm{_M13%2?btR%fxE0M%2X,RQwaxZx]R+", "type": "image"}, {"id": 3141268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fc2302f-52a8-44ae-bafb-5ba88eddda6c/width=450/3141268.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UNKT_R~WJB-p}?tROsxu00NbNHaJ~WRjM{xF", "type": "image"}, {"id": 3141270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4aa3afaa-bccc-4879-b959-a5ed15acfdb1/width=450/3141270.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U6IEkh0200~q8w_37hV]004n0f=_00slKj9F", "type": "image"}, {"id": 3141269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b877483-fcdf-4005-9deb-e5afecb75a6b/width=450/3141269.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UIHnT;~q0#Io^3NH57RPDiE1ogsA%fxua}oL", "type": "image"}, {"id": 3141272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7c7a02a-2820-4b67-a832-8514b6466f57/width=450/3141272.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UXLWkP~VENo#-VoKSzoz9Ht8SPR-^$s.NKWC", "type": "image"}, {"id": 3141280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68436939-7111-4fbd-a0bb-c91a51cf93cb/width=450/3141280.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UFMZRA$*0e%M00r=0KxY]|xGE2xt~Uof?vt8", "type": "image"}, {"id": 3141273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee6e1e46-d8de-4d63-a219-3e57ae2c612b/width=450/3141273.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UJLgFg%f1BR.4XXV0#M{VYI;I^xG~9s7?ask", "type": "image"}, {"id": 3141276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b7ce8cf-c646-4edf-8742-6795f864cae2/width=450/3141276.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDKKf|Si00-UHXR*0hrq4TIU.T%24TW?E0$%", "type": "image"}, {"id": 3141281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87f248a6-2ac8-4f02-abdf-54c853650aee/width=450/3141281.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UUO1gC9FKknj*GIUXoW.Svnjtlxa|Ns:t7xu", "type": "image"}, {"id": 3141279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8e508f7-148c-477d-911c-504d7d666b56/width=450/3141279.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UEM%f%~W0#Ism6jb%~4n4T%2pdtl$*-;E1R-", "type": "image"}, {"id": 3141285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abf7c8fa-6af9-4718-bec9-2fd3c9afa961/width=450/3141285.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UFNvPY4T1iwj%%4:.8W99Mwv%h-:NV9aXlE2", "type": "image"}, {"id": 3141283, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5bc8d98-583e-4d23-b71f-594cd8a89b19/width=450/3141283.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UQJ@B}~UwExG#%t8El%1R4-oXTt7D+IVR*oL", "type": "image"}, {"id": 3141286, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9474a2c4-6ce5-4aad-9c5a-e38453a18a9f/width=450/3141286.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "URJ%,.~W9ZoMVDM{9^Rj4.s.%Mt7xuR*ent6", "type": "image"}, {"id": 3141287, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfa15ca0-1121-4d38-9884-312efb802e7e/width=450/3141287.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UMLgLv%$?vM|}@Rk9|nO=t-oJ.$%4:Rj?HjY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/197152", "modelId": 175586} \ No newline at end of file diff --git a/datasets/metadata/197170.json b/datasets/metadata/197170.json new file mode 100644 index 0000000000000000000000000000000000000000..43332338d3dcdb6f9d5290eb8f6dfea99f28af0b --- /dev/null +++ b/datasets/metadata/197170.json @@ -0,0 +1 @@ +{"id": 197170, "index": 1, "name": "Wireless Energy Displacement Tunnels", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-25T18:49:36.496Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 149, "ratingCount": 8, "rating": 5, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 152172, "sizeKB": 73842.8515625, "name": "Wireless_Energy_Displacement_Tunnels.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-25T18:50:42.557Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1B5179AB", "AutoV2": "E65759FE9F", "SHA256": "E65759FE9FE33C7C7D8E533EEEE6BE94A1854202231B25BC178618375324213A", "CRC32": "076F32CB", "BLAKE3": "25A49430D813339D05878C927AF0EDE6A2F068A19B0DCE784300E267EF7BC360", "AutoV3": "0309DE2AFEF8"}, "downloadUrl": "https://civitai.com/api/download/models/197170", "primary": true}, {"id": 150881, "sizeKB": 18069.4755859375, "name": "197170_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-24T15:55:48.187Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EC60DDB2", "AutoV2": "6A3EC4A2C7", "SHA256": "6A3EC4A2C7CA2A648CC8128028DC4A2B456F0C4540E36BAE7190BAE6EF16FFD3", "CRC32": "F1517CA1", "BLAKE3": "777B9A71B703072100B9B6FCC1C02DF15DA2000E1ED713B02B1174D0E1D2D8B4"}, "downloadUrl": "https://civitai.com/api/download/models/197170?type=Training%20Data"}], "images": [{"id": 3173504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a9ae03f-bd6e-4225-8dc2-87eb79784b7a/width=450/3173504.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UDCF-VO@DOvy_N%2DiMx1OsoD%ELW?I:MxWB", "type": "image"}, {"id": 3164774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4582742-9c3c-4179-b5d4-39e2a391bb75/width=450/3164774.jpeg", "nsfwLevel": 1, "width": 896, "height": 896, "hash": "U5CG9}V@#R~p?vRj00-;00E201x[nfM|9b%0", "type": "image"}, {"id": 3164775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93156cb0-f715-4c6e-ba52-a0b146b500a2/width=450/3164775.jpeg", "nsfwLevel": 1, "width": 896, "height": 896, "hash": "U5Cr}[Dj%$~VTxE,0L^j00-UDiIp019ZxtIo", "type": "image"}, {"id": 3177164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e21f784-df5b-45b6-ad2f-d75523b6ebfe/width=450/3177164.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UICj98kC0LRj~qj[4TWBV[of4nWBxuj@x]a}", "type": "image"}, {"id": 3177339, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/960e1af3-1d21-4460-b3b3-3a56da8565f9/width=450/3177339.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UZFh-O%1Dinh~pkC9GRjO@NHE2R+-ooKoKxa", "type": "image"}, {"id": 3177561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e51a5d85-6067-432d-b78e-3a53b70e3b63/width=450/3177561.jpeg", "nsfwLevel": 4, "width": 768, "height": 768, "hash": "UFECXdL~$1_L.m01Io?u0hD*OFX9~A%K-onh", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/197170", "modelId": 175607} \ No newline at end of file diff --git a/datasets/metadata/197360.json b/datasets/metadata/197360.json new file mode 100644 index 0000000000000000000000000000000000000000..014b0e232f8e2536eb2b0f407f9b459e8832d3e3 --- /dev/null +++ b/datasets/metadata/197360.json @@ -0,0 +1 @@ +{"id": 197360, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-24T18:39:20.552Z", "availability": "Public", "nsfwLevel": 1, "description": "1.0 of xenomechanical world, it does randomly force text to appear but that can be fixed easily with negative prompts
", "trainedWords": ["xenomechanicalworld"], "stats": {"downloadCount": 1035, "ratingCount": 70, "rating": 4.99, "thumbsUpCount": 97, "thumbsDownCount": 0}, "files": [{"id": 151027, "sizeKB": 270766.4462890625, "name": "xenomechanicalworld.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-24T19:01:04.668Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A89242A7", "AutoV2": "C4A2A94948", "SHA256": "C4A2A94948F64F4356A3314BC224EF8324F3AD505BB922080707178A2D08799A", "CRC32": "A6FF7E7B", "BLAKE3": "5C34D472ADE33FE70B9C8C857A22010EFDD7F6296015104049CDA0B4375FE50A"}, "downloadUrl": "https://civitai.com/api/download/models/197360?type=Training%20Data"}, {"id": 151005, "sizeKB": 147571.5234375, "name": "Xenomechanical World.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-24T18:25:59.268Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "05B6165B", "AutoV2": "18ECCBA280", "SHA256": "18ECCBA280460A66D3A29C4C34621EB64BDBF0A1F835D3BE9E4C9C43E27DC94D", "CRC32": "12D51677", "BLAKE3": "9E6237A5172A034873EB2BE871903C8D74C83921A1C702CD96F56786CED1C29B", "AutoV3": "F338C573C373"}, "downloadUrl": "https://civitai.com/api/download/models/197360", "primary": true}], "images": [{"id": 3144227, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3642c6d2-bf7f-46e4-930c-b25674b3bf0e/width=450/3144227.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U56+3D_4Hq58.TxuROR+4TD%yE?cMwV@x^%g", "type": "image"}, {"id": 3144230, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5d3e7e7-ed1c-442b-95d3-884f96796c78/width=450/3144230.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U58qsQ_MH[DjtP.6x[kCIVNZbDRQRjt6xtx[", "type": "image"}, {"id": 3144228, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34d6e1dd-abb9-4cc0-84fa-ce1228ef9229/width=450/3144228.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9BfO#~WM{5k_3?HWBV@IAoe=|X8nO?G?bNH", "type": "image"}, {"id": 3144235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebf7ccc3-7b76-4689-b864-bf70774a5bef/width=450/3144235.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCC6V]~V9a0L~VxvIVE1E2IpWB?GD*%0-pxu", "type": "image"}, {"id": 3144240, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c040df4-79ee-4c5d-802a-bb9da1c25a42/width=450/3144240.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9AcG6Io57o}}[NHIp%1tRIpjF%1-UNaR*oL", "type": "image"}, {"id": 3144239, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0975266-2ea2-426a-a724-37133513cb9f/width=450/3144239.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U56H=i-=9F9F_4t8IUM|D%M{x]%M9FR--;%N", "type": "image"}, {"id": 3144241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20a5a616-023f-42fa-b23a-7fc7be9eb9c0/width=450/3144241.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U37xEr~q4U9F?[%Mxas._M_2axIUwNkTE1oy", "type": "image"}, {"id": 3144242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cd9bc8c-5f29-4681-8454-2f067e7e3154/width=450/3144242.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBB3m54;IUja~oIpfiM|S4o0xuRk_2D*s,WC", "type": "image"}, {"id": 3144244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8e5678e-186c-49a2-a2e2-d86af7b2f004/width=450/3144244.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U69Gm*~q5Q9Z$*RP9ZRPXTofbaaeNHozxu%2", "type": "image"}, {"id": 3144248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46322788-8b1a-407e-8ec7-c3ceb11c502c/width=450/3144248.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6AS$2-p00xw-aajD~~CxVk9%3NGxaobM|Rk", "type": "image"}, {"id": 3144245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5b3432a-583b-4941-8d19-81a9476ff5a0/width=450/3144245.jpeg", "nsfwLevel": 1, "width": 1536, "height": 768, "hash": "U872XB?wVrV?MIs:%g%MMcWBtlyDo~WqRPM{", "type": "image"}, {"id": 3144249, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9df8c372-b01d-4170-a8c9-115963686c9f/width=450/3144249.jpeg", "nsfwLevel": 1, "width": 1536, "height": 768, "hash": "U26*j%_400tTEJIoIAxuDzV=M|Il^mMfnA%M", "type": "image"}, {"id": 3313387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/647a1756-4e51-4af9-8cb2-4a192e94e55e/width=450/3313387.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U29@9m8_5ga+LgpGELMd1F9rxrVtGPQm~X-o", "type": "image"}, {"id": 3313394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e7c52de-3fb2-4f5c-9100-fac4f08b4418/width=450/3313394.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U28W~;_3000JtmSw0J$,NFNZoz-q?c%gD~V^", "type": "image"}, {"id": 3313392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5fe70159-23fe-4e33-940c-b5f87efa76af/width=450/3313392.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U27n~~_N00ODt-IB8w_MTIR*a0s;SwRQnQx]", "type": "image"}, {"id": 3313397, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a0e567e-fefd-4632-84ac-00d0a23443dc/width=450/3313397.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U3A0j:4U5lVZ.mv#sl4:^*IV%L4.Au9Z%fD%", "type": "image"}, {"id": 3313396, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0213c56a-8c75-48dd-badd-0056d0eaaf06/width=450/3313396.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U6C6fD9G?9%f2|vw==kE5c,+EQtRtn03RkES", "type": "image"}, {"id": 3313395, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e46e6dd8-de64-429f-9626-7b3787ccdb55/width=450/3313395.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UCB3Z+~VpIS$pIxu%1xu%L%LkDogIVbbkWkC", "type": "image"}, {"id": 3313483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12987ed2-4301-4920-96ab-e9535a3d8448/width=450/3313483.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U66[]l?^M{H?%#%JodX8r;%fxuVst4x]%giv", "type": "image"}, {"id": 3313484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e303d117-8a4a-423a-b451-b5940d714774/width=450/3313484.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U46IQto}4nbu*IxtWATKt1xuSxM|E1bc%LVY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/197360", "modelId": 175779} \ No newline at end of file diff --git a/datasets/metadata/197533.json b/datasets/metadata/197533.json new file mode 100644 index 0000000000000000000000000000000000000000..a7192c2cffe1c2064851de80642a90a02fc6b923 --- /dev/null +++ b/datasets/metadata/197533.json @@ -0,0 +1 @@ +{"id": 197533, "index": 0, "name": "HOW v1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-24T23:44:10.609Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Body Harness", "Crotchless", "Topless ", "Sheer Top", "Sheer Bottom", "Sheer Bodysuit"], "stats": {"downloadCount": 1298, "ratingCount": 178, "rating": 5, "thumbsUpCount": 186, "thumbsDownCount": 0}, "files": [{"id": 151158, "sizeKB": 4264.7900390625, "name": "197533_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-24T22:05:48.789Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EF7656F9", "AutoV2": "80D2AF9391", "SHA256": "80D2AF93915777B70D32D53D49DC0B6E12E54E60990408A7FFDEA73F793A005B", "CRC32": "B38C1715", "BLAKE3": "DF588AF416CD622AFE2542A88958D5511223B16BC5B9C20B609C93904CA7BA46"}, "downloadUrl": "https://civitai.com/api/download/models/197533?type=Training%20Data"}, {"id": 151174, "sizeKB": 36979.0390625, "name": "Harnesses_Outerwear.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-24T22:56:24.017Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CEF023D9", "AutoV2": "B8BB5983F7", "SHA256": "B8BB5983F772634C42EDE4EBCF9B7523895EB80F5E1BCA8658942830AF872971", "CRC32": "8B33CD88", "BLAKE3": "9075BFD913EF48166EC4D567EFC9EB9FEF220FB60C8B2B201D4C0ED4275ED6E4", "AutoV3": "F6CD0459E2A1"}, "downloadUrl": "https://civitai.com/api/download/models/197533", "primary": true}], "images": [{"id": 3148778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cc3e4f6-bea7-441e-93e5-9901ba70a676/width=450/3148778.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "URI}I#-o%gRj-=_NtRITx^%2M{ax%gjFx]kC", "type": "image"}, {"id": 3148780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0aa6d509-ee10-4c21-96eb-9f16924e1a72/width=450/3148780.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UEJ%:;00Gbov00bc4o%gxB~WR4WXEfOZxZ?G", "type": "image"}, {"id": 3148781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/823cff84-000b-4783-935b-f7d93d6c7668/width=450/3148781.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "USH^*5~U5SnjIVE1D+M|^k%LS4s;M{Rjo2xa", "type": "image"}, {"id": 3148782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b207755-a125-45c1-89e3-216263e61f83/width=450/3148782.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGLo=i01BSxc4mGFXm0MEL-oR5tk~pRP%fS#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/197533", "modelId": 175930} \ No newline at end of file diff --git a/datasets/metadata/198029.json b/datasets/metadata/198029.json new file mode 100644 index 0000000000000000000000000000000000000000..82c102652606841da876be30929dcb13d9b45e54 --- /dev/null +++ b/datasets/metadata/198029.json @@ -0,0 +1 @@ +{"id": 198029, "index": 1, "name": "YSC v1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-25T07:04:00.845Z", "availability": "Public", "nsfwLevel": 21, "description": "", "trainedWords": ["yoga shorts"], "stats": {"downloadCount": 2542, "ratingCount": 204, "rating": 4.99, "thumbsUpCount": 352, "thumbsDownCount": 0}, "files": [{"id": 151565, "sizeKB": 36978.8515625, "name": "Yoga_Shorts__Clothing_Collection.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-25T06:35:52.337Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "67A3539A", "AutoV2": "28602D15C0", "SHA256": "28602D15C054FEF4117C8DD9C1A8C4283A82B1A4DCAE70743F2584B08471A05D", "CRC32": "8EAE2476", "BLAKE3": "DCDA46DF15BFDF9CE0419E33FF877F6CCCF2042B7A57CA0A50D917107993D031", "AutoV3": "87B844EC914D"}, "downloadUrl": "https://civitai.com/api/download/models/198029", "primary": true}, {"id": 151556, "sizeKB": 15043.861328125, "name": "198029_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-25T06:15:48.525Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "ECDCD024", "AutoV2": "7677E4BD84", "SHA256": "7677E4BD8456EEE6901DB35402FD97E9E7F17B596F3F463742371274A29865D7", "CRC32": "D84C9C79", "BLAKE3": "277E4FFEBF795014136226CF81B6609C4D43EA39EE7BAE243D0F59F235AA6146"}, "downloadUrl": "https://civitai.com/api/download/models/198029?type=Training%20Data"}], "images": [{"id": 3154510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9640f83-32a0-4e0d-8b42-52af8eaac24c/width=450/3154510.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UQIN:Zr:x[E218v|D%9uyZkV?G$%xcE1bEnN", "type": "image"}, {"id": 3154507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51756370-1660-4ab4-86f9-6689abbdabe0/width=450/3154507.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUKKH0tl*I$j0L%2D*WBH?t7wJsA?Gs:-oS3", "type": "image"}, {"id": 3154508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57acbb68-a6ab-4cb5-8964-063c10f9e9da/width=450/3154508.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UeM$h#~V-.j]R=-:Nen~%J%KRnIVf6M~t6sm", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/198029", "modelId": 176374} \ No newline at end of file diff --git a/datasets/metadata/198392.json b/datasets/metadata/198392.json new file mode 100644 index 0000000000000000000000000000000000000000..ee63e42d03970005e4cc0c08341c9dfb3e3da5d4 --- /dev/null +++ b/datasets/metadata/198392.json @@ -0,0 +1 @@ +{"id": 198392, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-25T12:36:38.817Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 883, "ratingCount": 83, "rating": 5, "thumbsUpCount": 97, "thumbsDownCount": 0}, "files": [{"id": 151848, "sizeKB": 22259.05078125, "name": "Haruko_Amaya_MakenKi-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-25T12:41:15.661Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9AE3B82F", "AutoV2": "5E7AD706A2", "SHA256": "5E7AD706A2ABB443752FCAE47DD19047FB4635005A326BCBEEF96509CEE9B2E5", "CRC32": "261612B7", "BLAKE3": "F09A31D461D3990D9290C4F22D20F5055751875B4FFF79DC9F92A1C4671626C9", "AutoV3": "0C07CB1419FF"}, "downloadUrl": "https://civitai.com/api/download/models/198392", "primary": true}, {"id": 151850, "sizeKB": 44759.607421875, "name": "Haruko_Amaya_MakenKi.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-25T12:40:43.060Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6B1F6632", "AutoV2": "49209C36A1", "SHA256": "49209C36A1A00A332AEC9E654641377A6FAFF19117D9C13846A1C89B039EE531", "CRC32": "EA1D5348", "BLAKE3": "5C80805CBD64C3391ED9B8F16D7F93362B5EBAE6F04646E23764174F9391CFCA"}, "downloadUrl": "https://civitai.com/api/download/models/198392?type=Training%20Data"}], "images": [{"id": 3158723, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/191d9990-eb77-4a7a-99b8-301206a5788f/width=450/3158723.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UdNAMF?b?^%LIU-;s:t6tlbH%1WA9HV@t7M{", "type": "image"}, {"id": 3158403, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42f86be7-323e-4376-ab0d-cfd7e038be3f/width=450/3158403.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcNAMC~q.TxuD%%Mt6t6XTRj-nRjn,ofbIM{", "type": "image"}, {"id": 3158604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e22b838a-bdd2-4ee2-af4b-6a6d4ce90d70/width=450/3158604.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UWO2]%%2_Ns:YO%M-;I:X+Rj-:xG$lt7D*Vt", "type": "image"}, {"id": 3159162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e237b76-d935-47d4-873c-b99b19ffd1c6/width=450/3159162.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMNS{Q?cy;%f0PtmRVD+5XF2s-MeXoR.IUs*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/198392", "modelId": 176708} \ No newline at end of file diff --git a/datasets/metadata/198636.json b/datasets/metadata/198636.json new file mode 100644 index 0000000000000000000000000000000000000000..1cf6be4735a1120bb577d8ba42ce3a3f677e2f3d --- /dev/null +++ b/datasets/metadata/198636.json @@ -0,0 +1 @@ +{"id": 198636, "index": 0, "name": "Ortlinde", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-25T18:38:49.906Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": ["Ortlinde"], "stats": {"downloadCount": 316, "ratingCount": 50, "rating": 5, "thumbsUpCount": 67, "thumbsDownCount": 0}, "files": [{"id": 152104, "sizeKB": 36984.3125, "name": "Ortlinde-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-25T17:36:14.212Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "47709405", "AutoV2": "33B6405FEF", "SHA256": "33B6405FEFA4E27B78BC95B9E4886E2C83A7091FF18F48CD78916B959727C3EB", "CRC32": "401640FE", "BLAKE3": "3A4859CDCA1BB646AE6EEC866262E10ACBF2F77888F5E582534A7D85C472C4F4", "AutoV3": "E372567E1417"}, "downloadUrl": "https://civitai.com/api/download/models/198636", "primary": true}, {"id": 152076, "sizeKB": 7414.3125, "name": "198636_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-25T17:00:56.551Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3AD41EB9", "AutoV2": "23D8B6C223", "SHA256": "23D8B6C223EB5D0FC97D48F61A0F572A94B375C382959410A18344761D5CA292", "CRC32": "6ADE7E5F", "BLAKE3": "25A5AAE382C6235760B80DC1671D5556E457EEEE6C8D26B3AB45A71571D3E267"}, "downloadUrl": "https://civitai.com/api/download/models/198636?type=Training%20Data"}], "images": [{"id": 3164894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3947226-78b5-4287-b9e4-e3d847795408/width=450/3164894.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "USN,0uIU-oRP%gRPS6Ri_NRkD*oz-;WBD*ax", "type": "image"}, {"id": 3164130, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e7cc63f-f180-459a-bb56-e707df4af935/width=450/3164130.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UIMj5W~q00M{00n#9aIo4:M{%gM}aJa~r?RQ", "type": "image"}, {"id": 3164168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b744a081-d18d-4c57-ada9-12a3e80de395/width=450/3164168.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UHM%J{_N009F00R*9bN[0KX9ai9a9FRi%1Ri", "type": "image"}, {"id": 3164403, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/852775f8-c423-4b6e-91f4-85d01e888e09/width=450/3164403.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UIMQ09D$000L00~qIU9G02-.?aofIVxa-pMx", "type": "image"}, {"id": 3164615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6173fbf-7148-45ef-a586-a688d4cab668/width=450/3164615.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8MZdp$c004T00-=9a0100~q9aIVKiD%r=xu", "type": "image"}, {"id": 3164029, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2aef3abb-e1e6-4c26-88c9-c904593838bd/width=450/3164029.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "UGIqJ$~WtkE10Kt701ofY4M|9GE10fIV$kM|", "type": "image"}, {"id": 3163975, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69c26849-a568-43d4-9981-c3438d323536/width=450/3163975.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UBJjYu~p?Z-BD$NG00^+K$Me01E20LIBRjNH", "type": "image"}, {"id": 3163979, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27b4331c-3a99-4e35-8be5-fefce26cedc0/width=450/3163979.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "UULDDXxu?Gxa~CoL9Gxa%gM|RPW;S$jGWBWB", "type": "image"}, {"id": 3163983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c3c23f2-2afb-489f-8c26-d619a9137f03/width=450/3163983.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "UII|%j~VNYD*0et74:oe%#WY4o9Z0KM{-pNa", "type": "image"}, {"id": 3164089, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81bb00dd-a1ca-440d-a875-2a68a837022d/width=450/3164089.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UIL:cf%3s:NH~VbX4o-o00V[IVIV4os;R-t7", "type": "image"}, {"id": 3164666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38de06e8-d359-4caf-a71f-62efab76b0ff/width=450/3164666.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "U8M6-i#7000L00~q000200-o%hjDgM%2?G02", "type": "image"}, {"id": 3164699, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f775d251-a762-4392-b2c2-0ed2a57ad6fd/width=450/3164699.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "U8MP]@^P000M00~W000000%M.SWntOjF={01", "type": "image"}, {"id": 3165004, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9f1d18a-81e7-4334-b172-6a2b9353745a/width=450/3165004.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UCM%G;4U00~p00tR4or?00RlX8%MMdV[%Mxt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/198636", "modelId": 176947} \ No newline at end of file diff --git a/datasets/metadata/199198.json b/datasets/metadata/199198.json new file mode 100644 index 0000000000000000000000000000000000000000..6fcf00291e799c4f29125e13a8c3ca207124a6b3 --- /dev/null +++ b/datasets/metadata/199198.json @@ -0,0 +1 @@ +{"id": 199198, "index": 1, "name": "QR Irises", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-26T04:21:59.421Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 303, "ratingCount": 34, "rating": 5, "thumbsUpCount": 47, "thumbsDownCount": 0}, "files": [{"id": 152502, "sizeKB": 6213.8134765625, "name": "199198_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-26T01:25:41.637Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2C09F2B8", "AutoV2": "1C74C1AB9B", "SHA256": "1C74C1AB9B3B4ADDA174A87F76ED5102DE223FF2CBD80DC28A53608C7D4B0757", "CRC32": "8FB7CEA3", "BLAKE3": "7E816DFFC51CA8BD2E5EB0E28C71C85540107BCEE1C5D2AA267E17D5F2F822AD"}, "downloadUrl": "https://civitai.com/api/download/models/199198?type=Training%20Data"}, {"id": 152622, "sizeKB": 147571.09375, "name": "QR_Irises.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-26T04:25:48.985Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A9F1D39E", "AutoV2": "18F15C00CE", "SHA256": "18F15C00CED5925062BC278EF8F92A48833332CCBBBE41838636AAEF6C3C992F", "CRC32": "F692534B", "BLAKE3": "767CEB20F87E98D05064748A9EE8E342B01C33AAA7563026544E4073F9FED1EF", "AutoV3": "B0CCC0EB9C41"}, "downloadUrl": "https://civitai.com/api/download/models/199198", "primary": true}], "images": [{"id": 3173189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5cee342-e333-40a7-bdac-867263865de5/width=450/3173189.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMGa|H~CDiRP0Ln~-o-p~AS3NHxa-V-p%Mof", "type": "image"}, {"id": 3173186, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/897fa273-a34e-400e-a7b0-408566fbede7/width=450/3173186.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTJP_RIpIA575R-oNGRQ~An$R,X9=|NHxZM{", "type": "image"}, {"id": 3173184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6ad2e66-1874-4dbf-b3be-0e346eee74d6/width=450/3173184.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFJ7wO?cMw0000~WM{IU%MM|9G%L^+oz?HIV", "type": "image"}, {"id": 3173185, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f31b4af8-9d85-4d72-be27-01b37dd3a312/width=450/3173185.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIHA@StR00RP0L%2%19Z~B^jEME2={NGxtNG", "type": "image"}, {"id": 3173187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7dbeda3-2447-4a26-9e29-ec7d2127faeb/width=450/3173187.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJJ7E,~VDi$f00IVxa-p}nIoS5xa-;?G%2xa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/199198", "modelId": 177445} \ No newline at end of file diff --git a/datasets/metadata/199429.json b/datasets/metadata/199429.json new file mode 100644 index 0000000000000000000000000000000000000000..a58d45f20c08f4864f2f674f9841a9d1a578bdae --- /dev/null +++ b/datasets/metadata/199429.json @@ -0,0 +1 @@ +{"id": 199429, "index": 2, "name": "kio", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-26T05:41:43.074Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 67, "ratingCount": 1, "rating": 5, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 152681, "sizeKB": 336.8984375, "name": "199429_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-26T05:35:48.202Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "32F9930681", "SHA256": "32F993068124D8EBD70499D9EC1AA3A3C59023EB9CBCAE16021D087E0B38742F", "CRC32": "31FB2A8A", "BLAKE3": "05DB050C3315BDE7F654B9D0050DE4D288C2DF77777172AB5F22A8886920DCC5"}, "downloadUrl": "https://civitai.com/api/download/models/199429?type=Training%20Data"}, {"id": 152685, "sizeKB": 36977.4765625, "name": "kio.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-26T05:40:46.057Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "81580C12", "AutoV2": "47AD807913", "SHA256": "47AD8079138107A3EFC44DC500DD8007D37D44BFBCB9D9743C9440652024FB89", "CRC32": "A5C672B5", "BLAKE3": "911213D1CFCC310936B45C941457B10EE77EE36588AA58AE9A4DF03B9F2401BB", "AutoV3": "A31E0DA50608"}, "downloadUrl": "https://civitai.com/api/download/models/199429", "primary": true}], "images": [{"id": 3173917, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de5c730e-2cf4-437f-b74f-da57e0caaf94/width=450/3173917.jpeg", "nsfwLevel": 1, "width": 398, "height": 608, "hash": "U3B3$w0L9h9G5I9a9vnh-=E2~U%10gNe-QRk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/199429", "modelId": 177655} \ No newline at end of file diff --git a/datasets/metadata/19946.json b/datasets/metadata/19946.json new file mode 100644 index 0000000000000000000000000000000000000000..3499e0be281183c035413b61295efe1a8449ed95 --- /dev/null +++ b/datasets/metadata/19946.json @@ -0,0 +1 @@ +{"id": 19946, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-07T19:53:36.640Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["metalslugsimon"], "stats": {"downloadCount": 336, "ratingCount": 37, "rating": 5, "thumbsUpCount": 43, "thumbsDownCount": 0}, "files": [{"id": 16644, "sizeKB": 752.845703125, "name": "Simon Training Data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-07T19:56:50.429Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "2E8A3667CD", "SHA256": "2E8A3667CDBB8D1701D378BB63A0F2BF0E132D8AEAF5B943E5D571630F59A8AC", "CRC32": "CAA2F485", "BLAKE3": "B4E4429C078CED93D821D69BC8AE84BCFA504792F73A731A0A6EA92CC582C8C3"}, "downloadUrl": "https://civitai.com/api/download/models/19946?type=Training%20Data"}, {"id": 16643, "sizeKB": 147570.87890625, "name": "MetalslugSimon.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-07T19:56:58.275Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "5869D0CD", "AutoV2": "02D21C8BA8", "SHA256": "02D21C8BA8525B7D90147FA57175B8CAD4AD215F19F6065D1E9CB6FFAD2DF8B6", "CRC32": "7A2F773E", "BLAKE3": "4F00948B5D9DC0C6757FEED09A55A539738A70E22B43B4BB19E894691C63C7C5", "AutoV3": "689BEE4F87E5"}, "downloadUrl": "https://civitai.com/api/download/models/19946", "primary": true}], "images": [{"id": 210486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38aa3f25-67d4-41cb-548d-ff5473c0b300/width=450/210486.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UNL|=l4U?vozWGD%M|bc_4xubYIV%29FoMs.", "type": "image"}, {"id": 210485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e274e63-a93d-41b2-0deb-16689e700900/width=450/210485.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UGH_#{_3Y5xY?w?a-=%Lx]%MM^R*-:RiWU%M", "type": "image"}, {"id": 210523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/198861e4-48de-4036-5492-79d577034000/width=450/210523.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UTKKj8o}R*IT%N%L%Ms._NsAW=s;-:a{oeRl", "type": "image"}, {"id": 210484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3a82caf-e7c0-475f-f5e2-4ed238649300/width=450/210484.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UGHVC$sE%z_MNx-;j]9G~XIUR%t8a2.7-:WB", "type": "image"}, {"id": 210483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a856604f-daf6-4d98-62f5-b341d853a300/width=450/210483.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UPI}YOSy_Mt7?c-pbaRj_3M{ozt7tRx]s9tQ", "type": "image"}, {"id": 210482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43966068-031d-45b7-d024-5a3373586300/width=450/210482.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UHJH%UIU?b?bW@?axuIV_NIARjM{xHxu%Mxu", "type": "image"}, {"id": 210481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/474b3411-c4ef-4581-908d-02383e425100/width=450/210481.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "URIX~q9FA9?cX=-Aog9uR@M_RSRQtlITx[V@", "type": "image"}, {"id": 210480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b21c8876-c502-4bc2-0983-2b2dd3ed0d00/width=450/210480.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UaJ*F:ITMwn$_NRPxaxax]n$x]WBxaNGs:kC", "type": "image"}, {"id": 210479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a7288d5-4d6d-4089-bbbc-dc34e6172800/width=450/210479.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UNIX:J4rDzD*~p9KNYIUsp9G-:-;XA-VxUob", "type": "image"}, {"id": 210478, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/031081c6-9a23-40f2-ed3f-2626b55f3200/width=450/210478.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UJI#lx~Xctx^02b3IBRlwZ%3VsoJ9bM~Rkbb", "type": "image"}, {"id": 210477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80ed2d83-b17a-41f9-aefb-92fd41e3e100/width=450/210477.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UFH-lu_20xD*uPR%-;?H-:tQQ.IpQ-i_%F?H", "type": "image"}, {"id": 210476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55904c2e-330d-4659-f217-9c184c56fa00/width=450/210476.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UPJRExxZ~VtQ-.SP4.%2?H~qV[og%gt7aexa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/19946", "modelId": 16896} \ No newline at end of file diff --git a/datasets/metadata/19957.json b/datasets/metadata/19957.json new file mode 100644 index 0000000000000000000000000000000000000000..f4544fc362126fe372a2928ee881ad1a6be8ac2b --- /dev/null +++ b/datasets/metadata/19957.json @@ -0,0 +1 @@ +{"id": 19957, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-07T20:33:59.443Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 567, "ratingCount": 50, "rating": 5, "thumbsUpCount": 63, "thumbsDownCount": 0}, "files": [{"id": 16655, "sizeKB": 147923.21875, "name": "AoTStyleS4.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-07T20:37:02.476Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "D5366122", "AutoV2": "4B5906B06B", "SHA256": "4B5906B06BBEEEAD03301D54EB850D7199FBB425CF7BA12EDCB8F1D1F65DB36E", "CRC32": "67E3B353", "BLAKE3": "BE66E844802158A529F8B1C96ECF6194CF7F1E2CD0F4926C6B8E599BFCC7B9B0", "AutoV3": "6BE1EC175796"}, "downloadUrl": "https://civitai.com/api/download/models/19957", "primary": true}, {"id": 16656, "sizeKB": 2130699.391601562, "name": "18447191.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-07T20:39:46.450Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "575205AF", "AutoV2": "44ECBB8A2C", "SHA256": "44ECBB8A2CB3F4333EB2C0362961224944C1B2227FBC3A3D606C01C05943A6D2", "CRC32": "E68145C7", "BLAKE3": "B73BB6D6ECE28B127C4FF336DB98249E5D3A30BA9CBD71F1336B044C3E053609"}, "downloadUrl": "https://civitai.com/api/download/models/19957?type=Training%20Data"}], "images": [{"id": 210630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c001c022-42db-4dc9-1fce-427e68208d00/width=450/210630.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UbKBUP01?wt8~pD*IUM{.8%MaebHt8xtMxog", "type": "image"}, {"id": 210617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27c0e225-4ab0-4eb4-ff8c-df108b133500/width=450/210617.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGGkwU~Wxk~Uxujcaet3E1xrt7xt-oM|WBM|", "type": "image"}, {"id": 210636, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f22318ad-56ab-4500-f48d-ead91dadb300/width=450/210636.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNDSHz~V?Y${~V-:xtn#S6WXIWRjxts.V@ae", "type": "image"}, {"id": 210635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fda1ff60-84ce-482d-f3ca-a1e4dae1f600/width=450/210635.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJHm_q-S4.^*zps*?ZxVZh^%?axY~Bt4E1oc", "type": "image"}, {"id": 210634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/150a2859-0b17-4744-ee27-d7abcc026000/width=450/210634.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJEL4;t6=_%1IqxZWCNH}?WWxZs.NdxZWBR+", "type": "image"}, {"id": 210633, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/629f5512-8397-487d-7714-ec67fa9ff600/width=450/210633.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTG98Lt700j[_3ayD%j[~qofD%WBD%ayofWB", "type": "image"}, {"id": 210632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9f859ae-3e24-4c65-8efe-d5221c529100/width=450/210632.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdEzvE.mD%M{IUWVtRtQkCayaeozx]ozWBay", "type": "image"}, {"id": 210631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17e61748-cde6-47de-1808-dc8b0b07a100/width=450/210631.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDAAzO4TD*xt4pxY%NRPyEV?t7Mx_ND%ja%2", "type": "image"}, {"id": 210629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95f664f5-3df3-49aa-5bc6-c8ac46dab100/width=450/210629.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZI5D79Z?wxaxvt7-pRj-=WB-;M{%2a#M{s:", "type": "image"}, {"id": 210628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62986ee6-6882-462c-99ad-0cde7f273d00/width=450/210628.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGGj{A0Nv~RR~T0N%HNGm,x[=yV@03%eN1of", "type": "image"}, {"id": 210627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/330630e6-e6e6-4c55-9e57-f8a39e897c00/width=450/210627.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8GRbS00I8x[^b9vxJxn00^$Iw$~~UM|4:-o", "type": "image"}, {"id": 210626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30896e6a-0d79-49d0-0a68-13c2d7d3fb00/width=450/210626.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9C~q[9u00Ne4;-o%LRQ00%1~oni?F9bRQoz", "type": "image"}, {"id": 210625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c241e717-5563-47f9-a103-0fca596a1000/width=450/210625.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6Aw9r_400-:-=?b-;IU01xt_2D%D%j[%LM_", "type": "image"}, {"id": 210624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72c9dec5-f5d3-4b4e-bccd-46259e502200/width=450/210624.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULExe00N0g~U=_RkNHt6E2t6s:WBNGs:WXfi", "type": "image"}, {"id": 210623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf36db7c-22a8-4227-7497-08c352d6e200/width=450/210623.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOF#mdWV~St69IoL9bWC58ayIqWC~Tof--oe", "type": "image"}, {"id": 210622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5a54936-e95b-407e-456b-ea2eb47ebb00/width=450/210622.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5A9ZZxZ05Rl~9oeIqoK9gWD?Dt5SiR,s,oe", "type": "image"}, {"id": 210621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb8a56a6-ccf7-4da6-299d-2ecdcacfc500/width=450/210621.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UpHUwH~ntPV@4:ICafkDIpM|V[R*bIa#WCoe", "type": "image"}, {"id": 210620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5357692f-4688-4ced-e674-de4de5a5e400/width=450/210620.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDJavB_N009GNH^+xu4.00n$-;oeofD%oL%M", "type": "image"}, {"id": 210619, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e0b504d-bcc2-402f-0edc-e269c5152600/width=450/210619.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJD+uRt7~p_300%MD*IUD*9FIUM{?axuxuxu", "type": "image"}, {"id": 210618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8066255b-293f-44ba-17aa-b84795608e00/width=450/210618.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAHL4X_2G2t9?s%L9WIW53t14mIV?dj]ITM|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/19957", "modelId": 16905} \ No newline at end of file diff --git a/datasets/metadata/199689.json b/datasets/metadata/199689.json new file mode 100644 index 0000000000000000000000000000000000000000..b99730eb6f9240b496ceb1ff279cc60a08a6120e --- /dev/null +++ b/datasets/metadata/199689.json @@ -0,0 +1 @@ +{"id": 199689, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-26T13:51:48.012Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 313, "ratingCount": 44, "rating": 5, "thumbsUpCount": 58, "thumbsDownCount": 0}, "files": [{"id": 152875, "sizeKB": 33500.6689453125, "name": "Alex_Benedetto_Gangsta.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-26T13:55:50.189Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7B694AA4", "AutoV2": "B61617CDB8", "SHA256": "B61617CDB8EB0A5B307A6B59297F299A26202B307337605153D1634F78169828", "CRC32": "953833E5", "BLAKE3": "D049337835AE945FA1C50AB81C7AC24D1844310071A81ED43871AEF503D46860"}, "downloadUrl": "https://civitai.com/api/download/models/199689?type=Training%20Data"}, {"id": 152874, "sizeKB": 22253.79296875, "name": "Alex_Benedetto_Gangsta-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-26T13:50:47.313Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FF3F2063", "AutoV2": "D61D579169", "SHA256": "D61D57916952C93FC9374D3266F9AA00369EC29FD8DD872216921B25EDF9330A", "CRC32": "40A8F7D9", "BLAKE3": "66079B6353FC97879A91DD5AFB9B71576E004866661E74FC80B57336963CC5E3", "AutoV3": "B1377F3995EB"}, "downloadUrl": "https://civitai.com/api/download/models/199689", "primary": true}], "images": [{"id": 3178434, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8047e4a5-3fea-4183-87a4-7031d3173a32/width=450/3178434.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UrMjEut7_Nt7?wbHx^ofIpaynOoL-ooLV@WB", "type": "image"}, {"id": 3178522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b251693-b7c8-4924-a9f3-179a37a8207e/width=450/3178522.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UEJ@I70KF|9Z0fD$~q9t0g-pI9?G;0kWIpX9", "type": "image"}, {"id": 3178578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/366e6d27-b415-43fd-92d0-70627df2cf70/width=450/3178578.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USK1Xj01uPtS6oxtSia~NHV?m+RjIqM{V=R*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/199689", "modelId": 177878} \ No newline at end of file diff --git a/datasets/metadata/199800.json b/datasets/metadata/199800.json new file mode 100644 index 0000000000000000000000000000000000000000..12df3524c8d37f6bff6168e0f508819cecea5a56 --- /dev/null +++ b/datasets/metadata/199800.json @@ -0,0 +1 @@ +{"id": 199800, "index": 0, "name": "Tanaka Azusa", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-26T19:18:15.630Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": ["Tanaka Azusa"], "stats": {"downloadCount": 517, "ratingCount": 67, "rating": 5, "thumbsUpCount": 93, "thumbsDownCount": 0}, "files": [{"id": 153023, "sizeKB": 10342.5673828125, "name": "199800_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-26T17:06:16.393Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C6651707", "AutoV2": "6A6662C228", "SHA256": "6A6662C228C3FF52B416D9DA865BE3C2FE8CB31B4011622C2A8715A4789C5CCA", "CRC32": "180822CD", "BLAKE3": "CEC18280E7B78F3C56422E6C82D3C0B0E9D611F5165E3C7394DC06AC4EAB2F39"}, "downloadUrl": "https://civitai.com/api/download/models/199800?type=Training%20Data"}, {"id": 153139, "sizeKB": 36989.4921875, "name": "Tanaka_Azusa.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-26T19:15:55.627Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "06F3E984", "AutoV2": "4F126BD8CE", "SHA256": "4F126BD8CE44FF157DECCBA7D343201D70FBF1CDE6C5017F0AF6A7F0035D2B61", "CRC32": "D25C925A", "BLAKE3": "AFC48806D6C919D290474CD401B3C24E8D71BC743C7ED135D16F42C50A0739B4", "AutoV3": "FFDBD7DE2D99"}, "downloadUrl": "https://civitai.com/api/download/models/199800", "primary": true}], "images": [{"id": 3184167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a74aba7a-5e76-4abb-8327-06faac7cae6c/width=450/3184167.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "UQLgX_Djac%2_29ZNeNG01M{~pf6t7xZt8s.", "type": "image"}, {"id": 3184285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91b323b0-f1db-4c75-b629-0023fdf101bd/width=450/3184285.jpeg", "nsfwLevel": 1, "width": 768, "height": 1250, "hash": "UPK^paIWZ}WE~AE1t7M{00NH?GtQRP%MRl%2", "type": "image"}, {"id": 3184276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6cf7506-25bd-4f42-a6a9-2284dc128cdc/width=450/3184276.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UkKTxnIU%1RQRiNG%LWB~VRkNGkCIoRkt7of", "type": "image"}, {"id": 3184391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40eb2913-1573-4d7c-879b-f0d23dad5ff9/width=450/3184391.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "USKTxmt7^*_2-;IV?ax[~VRQE1f50eIoxuWB", "type": "image"}, {"id": 3184844, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08aa18cc-fe7b-4d06-ba36-9fd91d4c71c6/width=450/3184844.jpeg", "nsfwLevel": 4, "width": 768, "height": 1344, "hash": "UCJaN100?aRk~pIT~p00-owHNHIo0KEM%2nj", "type": "image"}, {"id": 3185983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82d87626-a92e-4664-8db9-90770e41adf8/width=450/3185983.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UIMZL0^k9u^+t,bu~Bt6?uX8?G?a-:IpfhEL", "type": "image"}, {"id": 3186148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6110b69f-b5e6-47fe-90f7-c1ea7da66245/width=450/3186148.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UIMi.$~W56-:00%2={xa00E2-pNGD%M{RiR%", "type": "image"}, {"id": 3184957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c0b299c-26a1-4ce6-9de2-79f348f4bf52/width=450/3184957.jpeg", "nsfwLevel": 4, "width": 768, "height": 1344, "hash": "UCM%D$xU0Lb^ca$_1Rj]K-8^ktw[18t2NME1", "type": "image"}, {"id": 3185076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2dc4f65-d19b-4b8f-ac54-34d7fef4003c/width=450/3185076.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "U6N9d=~V00n4x7OE5YE300%M0N%300IA0LRO", "type": "image"}, {"id": 3185226, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/710898c1-31cc-46ab-9678-55fdcda5fa28/width=450/3185226.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "U8NSvk0000%~5i00?w9G?Z00S7-;009F-;M|", "type": "image"}, {"id": 3185363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03068ab4-0f5d-4b33-84d8-538c0ee2fb7b/width=450/3185363.jpeg", "nsfwLevel": 4, "width": 768, "height": 1344, "hash": "UGM?J7~W0#-;Kg?HIWxu?ZxYMyV@%1WX%1WB", "type": "image"}, {"id": 3185772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc7f8dad-dc53-4762-ab0e-53bcd49760fd/width=450/3185772.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "U2Lo[:~B00~C00IV009a00oz0UM|00xZ00NG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/199800", "modelId": 177980} \ No newline at end of file diff --git a/datasets/metadata/200145.json b/datasets/metadata/200145.json new file mode 100644 index 0000000000000000000000000000000000000000..d6d479b0c08159ac5ba20879542ad88b01267c83 --- /dev/null +++ b/datasets/metadata/200145.json @@ -0,0 +1 @@ +{"id": 200145, "index": 0, "name": "Hondou Eisuke", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-30T04:52:38.152Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 38, "ratingCount": 33, "rating": 5, "thumbsUpCount": 37, "thumbsDownCount": 0}, "files": [{"id": 157154, "sizeKB": 36977.3671875, "name": "Hondou_Eisuke.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T04:45:43.324Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C21EF52E", "AutoV2": "2A08E07351", "SHA256": "2A08E0735110EBFA0E26F50A307C777EA76D3EFB0FBE6F4516C3B4CA82C1E79E", "CRC32": "3FBCB3D3", "BLAKE3": "9B6CF398019A0B842380F350BC0E24C80A03B28875EB35C2FD15284A800F01E9", "AutoV3": "F504C56925A4"}, "downloadUrl": "https://civitai.com/api/download/models/200145", "primary": true}, {"id": 153222, "sizeKB": 72.6376953125, "name": "200145_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-26T20:55:38.785Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "60F2DC3976", "SHA256": "60F2DC39769179736B6FFE68C8B0AB15F529DFDC4913541DE58247C8A5D7CA3A", "CRC32": "2402E3B4", "BLAKE3": "955407545DFE00B4BE0A437847EF66897B6CA70CCB1E446495B8BAB4E439FB74"}, "downloadUrl": "https://civitai.com/api/download/models/200145?type=Training%20Data"}], "images": [{"id": 3345055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92146015-67b1-4aa0-80a6-91738b0717d1/width=450/3345055.jpeg", "nsfwLevel": 1, "width": 900, "height": 1274, "hash": "UwNwcybI~qxu_2j@M{oft7oLjYWVfls:RiRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/200145", "modelId": 178289} \ No newline at end of file diff --git a/datasets/metadata/200547.json b/datasets/metadata/200547.json new file mode 100644 index 0000000000000000000000000000000000000000..b41641e186aec66aae5985edfe38835914ae8d90 --- /dev/null +++ b/datasets/metadata/200547.json @@ -0,0 +1 @@ +{"id": 200547, "index": 0, "name": "Athena asamiya kof 2002", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-27T04:39:02.140Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 151, "ratingCount": 12, "rating": 5, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 153570, "sizeKB": 36978.71875, "name": "Athena_asamiya_kof_2002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-27T04:40:52.256Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C74B20D1", "AutoV2": "505F43FFF4", "SHA256": "505F43FFF472859D6BBF718E502E74023986DD4FB198937534151677CF8073C3", "CRC32": "FDCCC1FB", "BLAKE3": "1E690E1CD6824AEFB5905D0558472C6BDA6D1A8A783946FEB6057C19D57E57DF", "AutoV3": "0DBC125F81B0"}, "downloadUrl": "https://civitai.com/api/download/models/200547", "primary": true}, {"id": 153555, "sizeKB": 2094.0595703125, "name": "200547_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-27T04:30:39.102Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "68F09D98", "AutoV2": "796E9F3DCF", "SHA256": "796E9F3DCFD3E2ECE1F9873A39C0E1FB82AA0CE57F8FDE8106F5A7E264DE6DDC", "CRC32": "A786072C", "BLAKE3": "C71E945C8D821D1EE3E0D6E35DC81F15957988F3E885177E850AABED72683D86"}, "downloadUrl": "https://civitai.com/api/download/models/200547?type=Training%20Data"}], "images": [{"id": 3192232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3bfa598-7b84-4d5a-83a1-d07a15c02801/width=450/3192232.jpeg", "nsfwLevel": 2, "width": 400, "height": 500, "hash": "UwNv_Txu_NjFX9tRs,WB?bozt6ays:Myoyoe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/200547", "modelId": 178667} \ No newline at end of file diff --git a/datasets/metadata/200721.json b/datasets/metadata/200721.json new file mode 100644 index 0000000000000000000000000000000000000000..0237bf67c8dbc00317556c1ad6cf0711fd6222fe --- /dev/null +++ b/datasets/metadata/200721.json @@ -0,0 +1 @@ +{"id": 200721, "index": 0, "name": "Bhairavi Devi Hindu Art", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-10-27T07:54:31.718Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 252, "ratingCount": 13, "rating": 5, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 153722, "sizeKB": 223132.13671875, "name": "Bhairavi_Devi_Hindu_Art.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-27T07:55:41.568Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2DABB96E", "AutoV2": "9154AE905F", "SHA256": "9154AE905F85577C778AAB48454A175922D07BFFD82E90BF6E80608803F94803", "CRC32": "595CE5D5", "BLAKE3": "2FD7AC94F55B48BD113F2ED4EE26E8F7171C2D807877317C2A5ECC7E4F7FCE78", "AutoV3": "FC59963A6D7B"}, "downloadUrl": "https://civitai.com/api/download/models/200721", "primary": true}, {"id": 153691, "sizeKB": 147585.650390625, "name": "200721_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-27T07:15:57.078Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3FDA8231", "AutoV2": "4F578EDEA5", "SHA256": "4F578EDEA5782FCDA2FA4FE0918E36F0041B66188E05C1FC06E680BB1A97DB2D", "CRC32": "5786D935", "BLAKE3": "78DA462C516486514A60C82F132BCC183C3FD437002E7ADBA94DD587DED7BA2A"}, "downloadUrl": "https://civitai.com/api/download/models/200721?type=Training%20Data"}], "images": [{"id": 3195406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3950aeb-69dc-48cb-a43f-0ffb7eb1c8e6/width=450/3195406.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U59G{$0KI;4n~q_300tR_NRiMxD%?vt7M{9F", "type": "image"}, {"id": 3195408, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b861c79d-034e-4ea2-bbcf-c1e082752e0d/width=450/3195408.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Avzy5n9ZxG^l%M9Zae}[IUE1xZMda0WBxZ", "type": "image"}, {"id": 3195410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24afb469-0abf-42d7-9139-37c048eacf55/width=450/3195410.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U58Ntl004.~p?vIUM{xu4:s.-pShozRje.xu", "type": "image"}, {"id": 3195409, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a92f913-ca22-4e58-89a9-d580eecfb76f/width=450/3195409.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFCPn$=a0K4.TeM{tlae~Xr=I:IokWsosoRj", "type": "image"}, {"id": 3195407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64ff0dbd-48bd-4857-8458-2d367c5bf600/width=450/3195407.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U697bF000L~W?wZ~D%ogTKM{%2kW%MNGV@xu", "type": "image"}, {"id": 3195413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0830f3c8-03c3-4394-b0a6-2cff898d5cc6/width=450/3195413.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U48z_i8_9aS4~q%N4nRj%h8_-p-;E1%Nxuxu", "type": "image"}, {"id": 3195411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97ee3e69-fe91-4952-84e6-4181a3b2c6cd/width=450/3195411.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U89GaU?Goyxt~CnhRjoe%M9aE2jvtSR*M|og", "type": "image"}, {"id": 3195412, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea8f94c8-bdb3-470a-9157-a68fd079d0bb/width=450/3195412.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U59a59~9O?EM?wM_M_%2.8xt?bs.4:M|-pxZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/200721", "modelId": 178822} \ No newline at end of file diff --git a/datasets/metadata/200892.json b/datasets/metadata/200892.json new file mode 100644 index 0000000000000000000000000000000000000000..a1dd544a5b0ce540a2eaf8fab62aee2a536950bc --- /dev/null +++ b/datasets/metadata/200892.json @@ -0,0 +1 @@ +{"id": 200892, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-27T10:24:50.624Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 466, "ratingCount": 68, "rating": 5, "thumbsUpCount": 91, "thumbsDownCount": 0}, "files": [{"id": 153818, "sizeKB": 22253.76953125, "name": "Yuri_Shibasaki_ErogeSolve-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-27T10:25:46.562Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E5A10306", "AutoV2": "3AB1473954", "SHA256": "3AB1473954D65DCC80761BC10170C06B7009CDA7C569DAF308B9833358C9466C", "CRC32": "9C4D1919", "BLAKE3": "8D4BD7D4D0CF9A9D04D622FB9859C0250D74FEA959429E11F9E5E18DEBB9B8D3", "AutoV3": "393557630397"}, "downloadUrl": "https://civitai.com/api/download/models/200892", "primary": true}, {"id": 153819, "sizeKB": 41680.734375, "name": "Yuri_Shibasaki_ErogeSolve.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-27T10:25:52.089Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2E45B530", "AutoV2": "380B28D07F", "SHA256": "380B28D07FDCE20FE0BB51C0C3602D3739E46A2491A672AD07208642E6AFFD29", "CRC32": "BD6306EA", "BLAKE3": "F4D7611822D9817C12D86910B1DDCBEEA38537231EDC1496FC11D56831042D78"}, "downloadUrl": "https://civitai.com/api/download/models/200892?type=Training%20Data"}], "images": [{"id": 3197669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25175ff4-dcc3-47ee-8a44-3fb47651634e/width=450/3197669.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UiN,lI%M?^WWobWU-pof%Naynioft7s:s.Rj", "type": "image"}, {"id": 3197785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ee42d95-22d2-4463-a94d-0fd20b3461d1/width=450/3197785.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMMGq|WF?YyD9DD%WrD%00NHMyVt_4M_IU%f", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/200892", "modelId": 178966} \ No newline at end of file diff --git a/datasets/metadata/201238.json b/datasets/metadata/201238.json new file mode 100644 index 0000000000000000000000000000000000000000..cf44dda5fb24d80f6ad47a5940b903f14f5238b2 --- /dev/null +++ b/datasets/metadata/201238.json @@ -0,0 +1 @@ +{"id": 201238, "index": 0, "name": "Elizabeth - \"Akuyaku Reijou Oyako no Geboku ni Natta\"", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-27T17:26:48.002Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": ["Elizabeth "], "stats": {"downloadCount": 366, "ratingCount": 67, "rating": 5, "thumbsUpCount": 90, "thumbsDownCount": 0}, "files": [{"id": 154175, "sizeKB": 36987.09375, "name": "Elizabeth_-_Akuyaku_Reijou_Oyako_no_Geboku_ni_Natta.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-27T17:25:49.036Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "206ACC70", "AutoV2": "CFE523BE91", "SHA256": "CFE523BE918FAB40E0FA418B9685C2D7DAF66EB5B40B7F6CA1EE7A56126B4D9D", "CRC32": "12749B15", "BLAKE3": "ECCE4C9EDAB44ED306DD00C39ADCD70BEC4BB2B6D52635D96FE867A4612432FC", "AutoV3": "E78DE153AD7C"}, "downloadUrl": "https://civitai.com/api/download/models/201238", "primary": true}, {"id": 154146, "sizeKB": 6336.4384765625, "name": "201238_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-27T16:56:51.496Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "47C1C3E0", "AutoV2": "AC67615389", "SHA256": "AC67615389801F79DB5F4B40CC6F752F6ADA16B0AFFCC49DE31192B2948DED2C", "CRC32": "BC2F4F1A", "BLAKE3": "15AA57361CBDA01C2CBB34204E8B8ACD1988B3E248F0A68BCFC2780B2C6501BB"}, "downloadUrl": "https://civitai.com/api/download/models/201238?type=Training%20Data"}], "images": [{"id": 3205536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/baac1a88-688d-4653-af84-c20c7283818d/width=450/3205536.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "UALWL.=Y00~owV_3NFIA.ms+01jEw?oHD,%M", "type": "image"}, {"id": 3205634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2597e900-9155-458c-b02d-bc32806de245/width=450/3205634.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UDLpaa~V00MfM[%39FWBtns-4pRPH=ad-:s:", "type": "image"}, {"id": 3205070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f79cfbff-f191-4fc9-bcfb-9bd0e5b813bf/width=450/3205070.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "U4I|^5}[00I;00I;004n00Sh00xtZL-o?v-=", "type": "image"}, {"id": 3205207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45b77916-b9ad-44d1-9483-3e39e7c9be51/width=450/3205207.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "U8JjlD~W00nn00564oD%.6-:00IV00V@^+-p", "type": "image"}, {"id": 3205320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a57c093-903a-4295-aacf-f2b4dbb3f053/width=450/3205320.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UGJj#v~W014;-MNG9Gs89F-o9GM{0K9a?FxZ", "type": "image"}, {"id": 3205910, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf1ccd05-4eb9-4fb6-af69-1b93ce720407/width=450/3205910.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "U7I}9i_300=|}jx]tnniMaNG00IA00IU#7Vs", "type": "image"}, {"id": 3206058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86bd2ab9-dae4-450d-afa8-6b4cfea742cc/width=450/3206058.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UFJ@a,?b00$%~UtR9anh-o%M01D%4.t5rWIU", "type": "image"}, {"id": 3206278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59607dc2-fbe5-4dcd-82d4-1e8eccee8c4f/width=450/3206278.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UHJtC]xa00oMEdR*4oV@4ns:E1afIoRj~Ws:", "type": "image"}, {"id": 3206219, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c55d0be-e5d5-423f-b3ed-10ce97cfaace/width=450/3206219.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U5M6;q~W00RP00D%}^xa00xaQ:oL*|%2^+IV", "type": "image"}, {"id": 3206217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7023c552-0b48-4ebb-871d-ee6644be70e4/width=450/3206217.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UEL3}uIo00af00az~Wxa00xai|xuMyoe%MIo", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/201238", "modelId": 179318} \ No newline at end of file diff --git a/datasets/metadata/201329.json b/datasets/metadata/201329.json new file mode 100644 index 0000000000000000000000000000000000000000..351e67defcdf43409fec65d746633ef9be4a0bcb --- /dev/null +++ b/datasets/metadata/201329.json @@ -0,0 +1 @@ +{"id": 201329, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-27T17:38:19.348Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 495, "ratingCount": 84, "rating": 5, "thumbsUpCount": 109, "thumbsDownCount": 0}, "files": [{"id": 154188, "sizeKB": 22259.48046875, "name": "Nelliel_Bleach-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-27T17:36:53.509Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CDF91664", "AutoV2": "E03F98E9F3", "SHA256": "E03F98E9F321175D901CE5869597D0436C2688A107CA7C108869E242B540285A", "CRC32": "641E4FF0", "BLAKE3": "F4ED5106446F3304AC7BDAE0E04EDC598327BE54D40E41F4B30A55C0D87063BF", "AutoV3": "2E92C1DD6D5A"}, "downloadUrl": "https://civitai.com/api/download/models/201329", "primary": true}, {"id": 154189, "sizeKB": 42706.263671875, "name": "Nelliel_Bleach.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-27T17:35:41.278Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "04BEC062", "AutoV2": "64FBA6E9EA", "SHA256": "64FBA6E9EA8DB817E4435F224439185FC2E4505B1FE6780AE130771108D12984", "CRC32": "B9606DD4", "BLAKE3": "A685DC58081DFFDFDCF82486566A0FC087830D9A1514A7839E1CC255F23ED82F"}, "downloadUrl": "https://civitai.com/api/download/models/201329?type=Training%20Data"}], "images": [{"id": 3205341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cdb0286-71bd-4bcc-8c33-439bffca52da/width=450/3205341.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVOMd9?H?^%2G]W=?HRk_2oJR5kC=wWBr=WB", "type": "image"}, {"id": 3217686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5a8db07-23b8-4580-a03a-1b675ff1aa75/width=450/3217686.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UVK,]R=d56bvKhEMrqNG$Royv}%1~UogIooL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/201329", "modelId": 179403} \ No newline at end of file diff --git a/datasets/metadata/201446.json b/datasets/metadata/201446.json new file mode 100644 index 0000000000000000000000000000000000000000..67e5e72aa9e53967eef9908e9625072ff2a606de --- /dev/null +++ b/datasets/metadata/201446.json @@ -0,0 +1 @@ +{"id": 201446, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-27T19:30:09.748Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 339, "ratingCount": 56, "rating": 5, "thumbsUpCount": 76, "thumbsDownCount": 0}, "files": [{"id": 154281, "sizeKB": 22250.08203125, "name": "Tsurara_Shirayuki_Rosario-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-27T19:30:44.809Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "74EFF150", "AutoV2": "03F918269C", "SHA256": "03F918269C2F491609FCDE2356B3075ECDC0DE41F3D40B207C065D9CE55B4D99", "CRC32": "90E87A15", "BLAKE3": "DF21B46AB09224022DF3BCD31B52507D338087E87246C702DED112C462CD7EF2", "AutoV3": "53474825D66A"}, "downloadUrl": "https://civitai.com/api/download/models/201446", "primary": true}, {"id": 154282, "sizeKB": 41779.1171875, "name": "Tsurara_Shirayuki_Rosario.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-27T19:30:47.420Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EADB6279", "AutoV2": "44195A8E39", "SHA256": "44195A8E39C36438E06603775BEDF3DFE75E942A47D9114662E9B805FF6C4493", "CRC32": "A5E5AAE3", "BLAKE3": "B538A4D29396E3462988DF42FB3C1F6B36C76DBB5179A49AEB8A725281C5D996"}, "downloadUrl": "https://civitai.com/api/download/models/201446?type=Training%20Data"}], "images": [{"id": 3207325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1f62e16-8d61-4d13-bb44-68f7926403d4/width=450/3207325.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKQJJ|_2.mxvtRNH-;RkSjayVrt6%gxtxCM|", "type": "image"}, {"id": 3207604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc297197-ed18-4e48-8fba-571100570d2f/width=450/3207604.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQIOkUD*%MI:~XIU9YIo^lR-%Ls;OskAi_xt", "type": "image"}, {"id": 3207471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/343e82b3-a599-4813-b7c4-def1fc5c88c5/width=450/3207471.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULP6zAnm.R%1~WE2tQ%L5YWXslR*~WnhMwt6", "type": "image"}, {"id": 3207983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a4e3788-2b99-4c4c-b77c-71fd6537d97a/width=450/3207983.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UBO3Rv0200E7004p9rbw02Na,mMd_4M{wctm", "type": "image"}, {"id": 3207606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2513f3c5-74c0-4e83-89f5-a687c54c1a5d/width=450/3207606.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UFNcc{_N00XS04$*M_IU03Nbn$Io^kjE$yWA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/201446", "modelId": 179511} \ No newline at end of file diff --git a/datasets/metadata/201921.json b/datasets/metadata/201921.json new file mode 100644 index 0000000000000000000000000000000000000000..25f795a2944555cda99a6a779491a11fbfc91217 --- /dev/null +++ b/datasets/metadata/201921.json @@ -0,0 +1 @@ +{"id": 201921, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-28T05:13:44.894Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 363, "ratingCount": 55, "rating": 5, "thumbsUpCount": 77, "thumbsDownCount": 0}, "files": [{"id": 154671, "sizeKB": 22257.86328125, "name": "Ageha_Kurono_Rosario-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-28T05:15:56.556Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D1C9B40D", "AutoV2": "8A485A9A02", "SHA256": "8A485A9A02FE872BCF966A368578FC8F6EE859C9E273D888261EF9C66DFABAD6", "CRC32": "7339F804", "BLAKE3": "00731C6129C614263814737D04B8B06973971063965A5DEB1A0DEB76CC12CD8C", "AutoV3": "C1AA8E9BEA2F"}, "downloadUrl": "https://civitai.com/api/download/models/201921", "primary": true}, {"id": 154672, "sizeKB": 43301.486328125, "name": "Ageha_Kurono_Rosario.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-28T05:16:18.901Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "720B9AE4", "AutoV2": "083F266ABF", "SHA256": "083F266ABF44A0523A733E8FED4ED7C12D962CA75B0B4ED27C54A5771301582E", "CRC32": "E4715805", "BLAKE3": "88F60FA7D6CF4AE7CCE76E294A59310854A59D02D2FD8FAE48E6D5A18FEEDA63"}, "downloadUrl": "https://civitai.com/api/download/models/201921?type=Training%20Data"}], "images": [{"id": 3214689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a09aa2a-a160-436d-9d47-6f4dcb8340ce/width=450/3214689.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UbNv*]kCS~t7Gvbb%Mj[%$WB=yof~Vt6=_of", "type": "image"}, {"id": 3214844, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1abdbcc2-20e4-437f-bc97-358f3ba133a4/width=450/3214844.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UjNASO~Vb_xuX:xvxuRjInsl-7WCyEV@RPS4", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/201921", "modelId": 179919} \ No newline at end of file diff --git a/datasets/metadata/202005.json b/datasets/metadata/202005.json new file mode 100644 index 0000000000000000000000000000000000000000..112ce297d5a698ace69d93f20a13b79644ac2a24 --- /dev/null +++ b/datasets/metadata/202005.json @@ -0,0 +1 @@ +{"id": 202005, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-28T07:01:06.130Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 268, "ratingCount": 38, "rating": 5, "thumbsUpCount": 53, "thumbsDownCount": 0}, "files": [{"id": 154745, "sizeKB": 22251.80078125, "name": "Tamao_Ichinose_Rosario-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-28T06:50:53.193Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "32D1754E", "AutoV2": "5213322C4B", "SHA256": "5213322C4B1B6CE1E8907730803170583F738C82EAC78E698582F6738895273F", "CRC32": "185ED66A", "BLAKE3": "CEC9B00D5654ABD0F654ABE4CAF2FABAA37C6CF646A5DDB82EEB6113797E2141", "AutoV3": "5D4FF34BA668"}, "downloadUrl": "https://civitai.com/api/download/models/202005", "primary": true}, {"id": 154746, "sizeKB": 39898.6640625, "name": "Tamao_Ichinose_Rosario.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-28T06:50:47.235Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "90205B2F", "AutoV2": "B4208D1BC3", "SHA256": "B4208D1BC3C0C225931712A79FF5F1DE037001CF7B0EE8E4AECDC5AADC27BC8C", "CRC32": "10D68D9B", "BLAKE3": "1F00AE94DBF34C3FCC7EF85A0E811CCA88B464BEAA7B972534C778D3E43FF4C1"}, "downloadUrl": "https://civitai.com/api/download/models/202005?type=Training%20Data"}], "images": [{"id": 3216127, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4a9cf91-7e6b-4c46-9403-5da4af7ffd64/width=450/3216127.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNON5y-;cs-pP8of?bof~qay=xR*tRjZ%2NG", "type": "image"}, {"id": 3216264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adf5269d-31cc-48a7-903e-7e5471af8d2a/width=450/3216264.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UHKd#@Ip1Tn517MxM*oytR-9}?NaFiadM{Ne", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/202005", "modelId": 179988} \ No newline at end of file diff --git a/datasets/metadata/202060.json b/datasets/metadata/202060.json new file mode 100644 index 0000000000000000000000000000000000000000..10bb3878e6a704fc2ccfbfda8ff421f2f10cd513 --- /dev/null +++ b/datasets/metadata/202060.json @@ -0,0 +1 @@ +{"id": 202060, "index": 0, "name": "Haris Nukem Style XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-10-28T14:45:03.869Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 267, "ratingCount": 32, "rating": 5, "thumbsUpCount": 47, "thumbsDownCount": 0}, "files": [{"id": 155050, "sizeKB": 223117.13671875, "name": "Haris_Nukem_Style_XL-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-28T13:25:48.994Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8B37F748", "AutoV2": "C9663E9BF9", "SHA256": "C9663E9BF98A86C5D22C8D5B7C255CD233940EB4FFCF69294B5991356C4C2AD4", "CRC32": "B273E684", "BLAKE3": "92AE513827F8BD95C8F417FC948C1E65FB74AE44DB79422BF6947332E3FE51B9", "AutoV3": "288EA00E6328"}, "downloadUrl": "https://civitai.com/api/download/models/202060", "primary": true}, {"id": 154790, "sizeKB": 39706.5029296875, "name": "202060_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-28T08:01:20.302Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B570535B", "AutoV2": "28A8EFD1AF", "SHA256": "28A8EFD1AF39160C256FC9BA0C42842604FE1A5F13584A303F96291C6A380C65", "CRC32": "78089F16", "BLAKE3": "76E20F5F2BCEF13219DCC5347479ACDEE6699DFE4F9744FF662E0B0E93DA4720"}, "downloadUrl": "https://civitai.com/api/download/models/202060?type=Training%20Data"}], "images": [{"id": 3221724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29886aeb-9095-4700-acce-ae85038aadac/width=450/3221724.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1360, "hash": "UB8N^MO[9|xt%%b_NGs+EQozxBV?IooJw[V?", "type": "image"}, {"id": 3221927, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5294b717-8412-459e-98d1-71e48fb0a0f1/width=450/3221927.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1360, "hash": "UJH*$-}U,q-9+_sBS3Wo5UV]JAJ9$hX6SfR,", "type": "image"}, {"id": 3223006, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7671bca9-e6c0-48be-a6f4-97b92792cc51/width=450/3223006.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1360, "hash": "U6FYfC-:G^Vs.lR+cGofMwa#8xoe%fsSwcX8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/202060", "modelId": 180034} \ No newline at end of file diff --git a/datasets/metadata/202122.json b/datasets/metadata/202122.json new file mode 100644 index 0000000000000000000000000000000000000000..2512babf1a3ec56deab1010b1077054e65bb6732 --- /dev/null +++ b/datasets/metadata/202122.json @@ -0,0 +1 @@ +{"id": 202122, "index": 0, "name": "Yuzuki Yukari", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-28T10:10:21.293Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": ["Yuzuki_yukari"], "stats": {"downloadCount": 655, "ratingCount": 110, "rating": 5, "thumbsUpCount": 133, "thumbsDownCount": 0}, "files": [{"id": 154895, "sizeKB": 36981.1484375, "name": "Yuzuki_Yukari.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-01T15:47:44.902Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D1B463EE", "AutoV2": "38A2D063B2", "SHA256": "38A2D063B286DB9F5160BE4F6B252A5019766E36E6737C5A3AD8812A29B304A1", "CRC32": "628DB881", "BLAKE3": "ADB85B46AE1FA030BADDF6F4F5A0609CD707233141897F163FDEA9B09CFD1A00", "AutoV3": "25B7C6B0D07D"}, "downloadUrl": "https://civitai.com/api/download/models/202122", "primary": true}, {"id": 154861, "sizeKB": 4920.361328125, "name": "202122_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-28T09:30:46.219Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6CBB64A7", "AutoV2": "5EB825BAB7", "SHA256": "5EB825BAB719EC44F7C3C0F30294B0588F8E657B16ED41914557ECCF1AEBFA4C", "CRC32": "DBD75349", "BLAKE3": "8DE3826E404BD9D25589D42525B9ABA949398AF527C09559107D68A3958FB187"}, "downloadUrl": "https://civitai.com/api/download/models/202122?type=Training%20Data"}], "images": [{"id": 3218822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d6682fc-074d-41e3-88ad-cddf28c0c2c6/width=450/3218822.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UDH1rp~W0c00tlIVx[R+xB%MIVIV9b-p-ng3", "type": "image"}, {"id": 3218823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17b52673-91cb-44e8-bab3-fdf918b66f73/width=450/3218823.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UFHULg~q004o0LIVM^WBSPS2$*%2nhxZNHkC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/202122", "modelId": 180092} \ No newline at end of file diff --git a/datasets/metadata/202572.json b/datasets/metadata/202572.json new file mode 100644 index 0000000000000000000000000000000000000000..c6660cdfc7ad727d27f6c0f04b9acb94065bbaca --- /dev/null +++ b/datasets/metadata/202572.json @@ -0,0 +1 @@ +{"id": 202572, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-28T15:53:18.214Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 442, "ratingCount": 68, "rating": 5, "thumbsUpCount": 84, "thumbsDownCount": 0}, "files": [{"id": 155180, "sizeKB": 22257.78515625, "name": "Toniya_Malme_GundamX-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-28T15:56:50.927Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2C3D98E4", "AutoV2": "4888497356", "SHA256": "48884973564FD843B635F8BBD48C71A1A040E01A26707D1B7C582E5AD0817987", "CRC32": "68448F63", "BLAKE3": "AC262FF00DFB06184D9E971D2B38177F77CB8CD7CCD173016C1417C6EE32875F", "AutoV3": "866E7F58AD05"}, "downloadUrl": "https://civitai.com/api/download/models/202572", "primary": true}, {"id": 155181, "sizeKB": 40528.5419921875, "name": "Toniya_Malme_GundamX.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-28T15:56:21.847Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "94EF6671", "AutoV2": "FC62AD2426", "SHA256": "FC62AD2426A046FD25C80831ECB301BE9553650A1BC5587274DBE8EB23DAC3D4", "CRC32": "CB3483A7", "BLAKE3": "68A7DC8BC73A2493F72D60E30074B358AE6A7BCCE603E2457C8271E6576C3693"}, "downloadUrl": "https://civitai.com/api/download/models/202572?type=Training%20Data"}], "images": [{"id": 3224259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/becaed69-3e8e-4142-b930-49dcd6991b73/width=450/3224259.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVO{w2x^Pqog.8NG%2M|?vR*V_oJR-a#IVWB", "type": "image"}, {"id": 3226866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fba07e00-0ce6-46d8-ade5-ab248c82c165/width=450/3226866.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USMZzX_NPW%M9EtRDjxZ9Fr;IBI?tmNHMxs8", "type": "image"}, {"id": 3240168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07bf20a0-b119-4f5e-8749-ea2b5112d0f6/width=450/3240168.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UdNmZtNNLgcF5[s=E5S$RPxu#Qn%S5bwnhR+", "type": "image"}, {"id": 3240208, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/663b164f-87ef-479a-9872-0651f1d685e7/width=450/3240208.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOOVu];^Cm%gLNVr5tK65=k;$jEN_3i^IAR6", "type": "image"}, {"id": 14990578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9441347-6a87-4345-ba40-c4ac531236fa/width=450/14990578.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UHNm4xlVC+Ng3ZJD0*NfkErq?Hozys%0^Pf6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/202572", "modelId": 180496} \ No newline at end of file diff --git a/datasets/metadata/202584.json b/datasets/metadata/202584.json new file mode 100644 index 0000000000000000000000000000000000000000..31541770482755dbbfde26a8a076e8d8097460b5 --- /dev/null +++ b/datasets/metadata/202584.json @@ -0,0 +1 @@ +{"id": 202584, "index": 0, "name": "butterfree", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-28T17:15:12.434Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 108, "ratingCount": 2, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 155246, "sizeKB": 36977.9375, "name": "butterfree.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-28T16:56:00.754Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A47867AC", "AutoV2": "15A1AF34C8", "SHA256": "15A1AF34C8E37E7460966688C8080B3DF208A23D51D9C24483806F4405823919", "CRC32": "D36C324F", "BLAKE3": "0960999BC1D6E0481C0CDC1A26102CCB64104158D0408DE26127546B5CB696BD", "AutoV3": "6F8C10DD7257"}, "downloadUrl": "https://civitai.com/api/download/models/202584", "primary": true}, {"id": 155199, "sizeKB": 11676.7109375, "name": "202584_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-28T16:15:45.815Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "73E8D9DB", "AutoV2": "FC7A4F0AD9", "SHA256": "FC7A4F0AD9C9DB6DBF79055AEA1325905BD5BE16F043E31FB95991FC2F298365", "CRC32": "5EFD06F0", "BLAKE3": "09F199B5A5FCF394119A510032D5B2D2B4E6F7887C06E08B402CCBF2C12DE143"}, "downloadUrl": "https://civitai.com/api/download/models/202584?type=Training%20Data"}], "images": [{"id": 3225514, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/533b6255-a5fa-460e-8439-2e0e6a88bafa/width=450/3225514.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UOIQF?X3uB-;?HjJimn+HExum]My9?bFkiWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/202584", "modelId": 180503} \ No newline at end of file diff --git a/datasets/metadata/202748.json b/datasets/metadata/202748.json new file mode 100644 index 0000000000000000000000000000000000000000..aa4b0c93cc642a2a4e3d0abe876e6beee44835b1 --- /dev/null +++ b/datasets/metadata/202748.json @@ -0,0 +1 @@ +{"id": 202748, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-28T18:30:11.660Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["shizune_naruto", "Black_Kimono_Obi_Fishnet_top"], "stats": {"downloadCount": 844, "ratingCount": 79, "rating": 5, "thumbsUpCount": 134, "thumbsDownCount": 0}, "files": [{"id": 155327, "sizeKB": 36995.4345703125, "name": "shizuneV2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-28T18:26:26.175Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9BE46D21", "AutoV2": "475F946869", "SHA256": "475F946869724A481E47E098AEC0BCDA404FD4E5BF8A2B767BDA5735FDEE70F9", "CRC32": "39847CF1", "BLAKE3": "1872B3636739F3E7A25DB8AFD72EC9B39054679867C2AD68988292822D2AE543", "AutoV3": "6B55019B212B"}, "downloadUrl": "https://civitai.com/api/download/models/202748", "primary": true}, {"id": 155328, "sizeKB": 49176.4970703125, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-28T18:26:25.231Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F0817FE5", "AutoV2": "45522AB245", "SHA256": "45522AB245708C04F4AD651EAA2B19EA64E1DAEFE2E0D7747B7DAE70208E3DD6", "CRC32": "F1EA4D15", "BLAKE3": "674DBEFD19B54E8B0C31A6AFD34B5FACC5D71637D2D64ED9BBFD2368B3E3C217"}, "downloadUrl": "https://civitai.com/api/download/models/202748?type=Training%20Data"}], "images": [{"id": 3227088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6d23ba1-fed3-4c6b-b246-fa2266741820/width=450/3227088.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UYLWnftRRNM{~8%M^+xt%LSh%LWVI;a~t7WB", "type": "image"}, {"id": 3227071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3539c5b6-5c5d-4336-9208-28c89eb13f5d/width=450/3227071.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UQHd{jbv~V?H^j9aIVog$_WXxaoeE1xZo0xt", "type": "image"}, {"id": 3227069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2a9fe68-da70-4dca-b91f-96c4aadeb7c9/width=450/3227069.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UGG[A$0Lvx~B4m?aIXaeEMngoyR-0MM{%MNI", "type": "image"}, {"id": 3227072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/746f2ba9-900d-4960-b352-b9666f839a68/width=450/3227072.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UaJHBaDjVr%2~Unh%1jrt5oI%1ofShj=t7t6", "type": "image"}, {"id": 3227068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2534f088-142d-40bd-8303-835d0f8a7a44/width=450/3227068.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UQGb6j~V$_-R^%t6M{V@$^oe%2t6adoft8j[", "type": "image"}, {"id": 3227074, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3fdfb7b-c142-4cf3-a616-a4b16914bb74/width=450/3227074.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UIH1e}%MVXM|~TV@IVnl4.Io-oIVM{ae-os:", "type": "image"}, {"id": 3227073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/519155d0-b8b7-4005-86e1-25dfe97afd90/width=450/3227073.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UZHeIE_2~W%f%MR+NHxut7s:R+t7oet7xaj]", "type": "image"}, {"id": 3227079, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88f30460-649e-464c-a016-e1c6bd59c52f/width=450/3227079.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UWJtC=~WV=s8$vjYNLae57n%-nxtE1of%2of", "type": "image"}, {"id": 3227078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d8bd9b0-55c1-4364-a179-5a333add5a38/width=450/3227078.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UUJ@8;~V9ZRPMcnNoN$*0MsD$*RkIVV@xEae", "type": "image"}, {"id": 3227075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ed72ae9-2182-49b4-9b0a-5aa9be9571d5/width=450/3227075.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UBI;S9?^0000DNRPpJ$+00rD-nIUOZj]}rtR", "type": "image"}, {"id": 3227081, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c32d029-f406-4052-b78d-8b7b8de13184/width=450/3227081.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UKJ@OS0J${-T~3E3S$S400J--oNH9utRv~$%", "type": "image"}, {"id": 3227080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fb35b17-1c83-4d84-bbc0-b951e9ec9301/width=450/3227080.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UPIq+K00xtS4~VMxNboz-;NGn$-p0Kt7xaoJ", "type": "image"}, {"id": 3227084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17eff433-ec69-4ed3-852b-f8e193fa76c5/width=450/3227084.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UXIh54~Vsk-pxYxu-pay~VtQR*a|ozs:xtof", "type": "image"}, {"id": 3227082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55da4d83-ab67-45c5-81a4-ec0e7aa86c68/width=450/3227082.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UUI}Fo~W-;-:E1oe-pt7^j%1E1WEXTt7-ot6", "type": "image"}, {"id": 3227083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3c07388-3a0b-4a73-9aa3-6ae7bcd0575d/width=450/3227083.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UbKTY,~WELxtXRxtxas.NGjFt7kWIot7%Mof", "type": "image"}, {"id": 3227086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/360fde4f-e37c-4003-b810-ff57e22c2f73/width=450/3227086.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UAJs,=.l0001O+My-URQ00D%~BE1JBv~wIx]", "type": "image"}, {"id": 3227087, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d455b5dd-6054-4555-b4d7-4b85af825211/width=450/3227087.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "U8KJx#0010X-YP0L~BWX00J-?vX900FewcaK", "type": "image"}, {"id": 3227085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d284988a-7253-46fe-80df-5f67f8cdfb2c/width=450/3227085.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UoIz^{o|~Ct7?HkCozxt-poeWBa#xaWBofof", "type": "image"}, {"id": 3227089, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0c84c7d-8195-40a0-8bb2-bbc926bc1857/width=450/3227089.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UGJ7?rVt0JD%~24n~pIA?b%1^*xW0ej;xHWB", "type": "image"}, {"id": 3227090, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1f4cc91-0104-4c5c-a6d3-0ce990f2257f/width=450/3227090.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UaIqZC~VITM{?Es.t7xaRifl%2xZIpt7%1ay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/202748", "modelId": 21070} \ No newline at end of file diff --git a/datasets/metadata/202803.json b/datasets/metadata/202803.json new file mode 100644 index 0000000000000000000000000000000000000000..5325f7d22187c39eb911be4036b95789581f89bf --- /dev/null +++ b/datasets/metadata/202803.json @@ -0,0 +1 @@ +{"id": 202803, "index": 1, "name": "Antonio Salieri", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-28T20:58:10.320Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 115, "ratingCount": 11, "rating": 5, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 155389, "sizeKB": 3702.748046875, "name": "202803_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-28T19:35:43.160Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D311C84D", "AutoV2": "BC7C8CBA6A", "SHA256": "BC7C8CBA6ADC202626F14F2276413095B631AB4A79A9A0D25436A85032498D61", "CRC32": "BAA804E0", "BLAKE3": "9D6B74F97880D66508637177EC88393F9F10F54F341F8424AEE16BCFC4C2ABF5"}, "downloadUrl": "https://civitai.com/api/download/models/202803?type=Training%20Data"}, {"id": 155456, "sizeKB": 36977.875, "name": "Antonio_Salieri-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-28T20:55:39.300Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CF05C8A0", "AutoV2": "140779D872", "SHA256": "140779D872BB7A94685D8B5CC90FEDFC05281AC6FD48854BDC4C654BC079349C", "CRC32": "89080A91", "BLAKE3": "65C8F2C3A05E8C43B53C9DB204BCB4B156D3AC79B674040D275CB89DE26A9127", "AutoV3": "F5F2FDDD6951"}, "downloadUrl": "https://civitai.com/api/download/models/202803", "primary": true}], "images": [{"id": 3229308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75c0c3f8-55c1-439f-8df6-00f605b6adc6/width=450/3229308.jpeg", "nsfwLevel": 1, "width": 1360, "height": 2048, "hash": "UIFE=kWB%gIV~W%LS2%29uNbxFt7niV@X8Rj", "type": "image"}, {"id": 3229309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6347206-827e-4a9d-b181-cdcc8f9af276/width=450/3229309.jpeg", "nsfwLevel": 1, "width": 1360, "height": 2048, "hash": "UVFY7JM{-;M{~WW;R*e--;t7ayn%%Mt7ofjZ", "type": "image"}, {"id": 3229310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b36050ce-77c0-4fa1-af2c-df4b34c8ea90/width=450/3229310.jpeg", "nsfwLevel": 1, "width": 1360, "height": 2048, "hash": "UHDSUVI=?b%2~WIVS2V@Sii^s:NH9a$%M{kD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/202803", "modelId": 180706} \ No newline at end of file diff --git a/datasets/metadata/203055.json b/datasets/metadata/203055.json new file mode 100644 index 0000000000000000000000000000000000000000..9d1226511a8b9258be91613099d1e8191b23457b --- /dev/null +++ b/datasets/metadata/203055.json @@ -0,0 +1 @@ +{"id": 203055, "index": 0, "name": "Topai", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-10-29T05:49:50.323Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 16, "ratingCount": 1, "rating": 5, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 155712, "sizeKB": 37340.7392578125, "name": "203055_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-29T02:50:40.788Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4043F1E0", "AutoV2": "F9516969FE", "SHA256": "F9516969FE47D24A235B1032B48E5C2BDA44FBE6C3D1EEF12024CC5183F3DE37", "CRC32": "3EF7E6E9", "BLAKE3": "E4C0526CB46391BBE0A7E796F5900287C0B1B0ECA3D238E800C4F7EA640E0AB5"}, "downloadUrl": "https://civitai.com/api/download/models/203055?type=Training%20Data"}, {"id": 155804, "sizeKB": 223133.92578125, "name": "Topai-000012.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-29T05:45:49.936Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8ACCBBCB", "AutoV2": "59143884CC", "SHA256": "59143884CC8B07B852D97BBEA30854F53F372FF586D2C652565E193AD3E6450A", "CRC32": "E0329FAE", "BLAKE3": "BF65C447C63829D09FA8F925651F0327AAE96DFA04D7DC2A10D60E84C0C9403F", "AutoV3": "3546CA3A3DC8"}, "downloadUrl": "https://civitai.com/api/download/models/203055", "primary": true}], "images": [{"id": 3443687, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6924d7ec-c475-4bf7-9964-5924bded137d/width=450/3443687.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U9BWoQay9EIUxvWBRPV@01ayIT%M~q%M9FM{", "type": "image"}, {"id": 3443689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11fbfe36-ceaf-4903-b810-3133005d2521/width=450/3443689.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UKKB2Qtkv__M~W-;4otQact7RoRj^%oLNIWC", "type": "image"}, {"id": 3443694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf0f46e1-73c1-4329-a751-ce7dcd597b77/width=450/3443694.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULIgfS^kM^D*~mNHXMWU^fbuoIWCxroL,:xD", "type": "image"}, {"id": 3443690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac132539-9a97-47e0-9ca2-b724c27bb138/width=450/3443690.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U9HdW}:S00~V2uFxEzEMquIBROXTxa$*;MMy", "type": "image"}, {"id": 3443693, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57c0bc68-d06b-44ec-8945-8f77bccbebed/width=450/3443693.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U9HKtf{O0x0MP-5TgzI;4;$*#7-.10^%xvNH", "type": "image"}, {"id": 3443695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a854176-85ea-46aa-a5f4-72b5d758c8ae/width=450/3443695.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UQHx7=~WJ,M{xaV@xttQV@ofxtxuofs:M|Rj", "type": "image"}, {"id": 3443697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/906037a5-96ca-40d5-a761-8c57a40ddd4b/width=450/3443697.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U6ATvDof00xu^+WB9Gxu00WB~pWBE1of?aM{", "type": "image"}, {"id": 3443698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93d89595-fe8c-4e2d-8157-d49227a332e0/width=450/3443698.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U59G,YIn00_4~VW=E1of00%2~q9F9Fxb?baK", "type": "image"}, {"id": 3443699, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/665dfdcc-8974-4f17-8adb-48e2e31254ce/width=450/3443699.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UWFiiMtR%g%M_NtQS2oftmogxaWC9ZWBe.Rj", "type": "image"}, {"id": 3443703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb6f25a0-f250-4a04-9eaa-b611fa365053/width=450/3443703.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "UTD[@E-V#Raf~BxZr?f8V[S2S#bHRPSNozoe", "type": "image"}, {"id": 3443701, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f31fc7b-f8cd-4323-aaa9-d63a57bf16d0/width=450/3443701.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMDb$%3Zxwf,R4IU-6E*XAgN-VX8,@NZD*rq", "type": "image"}, {"id": 3443702, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83c63446-59bd-4f16-9e12-7da3b813554e/width=450/3443702.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "USJ7]W_0_2of~3s*xtjYE2xuM}%1D,RjIW%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/203055", "modelId": 180934} \ No newline at end of file diff --git a/datasets/metadata/203205.json b/datasets/metadata/203205.json new file mode 100644 index 0000000000000000000000000000000000000000..701e736869c53f83847cc9d451ff378a6978865a --- /dev/null +++ b/datasets/metadata/203205.json @@ -0,0 +1 @@ +{"id": 203205, "index": 1, "name": "GPC v1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-29T03:32:59.906Z", "availability": "Public", "nsfwLevel": 29, "description": null, "trainedWords": ["gothic pixie"], "stats": {"downloadCount": 744, "ratingCount": 99, "rating": 5, "thumbsUpCount": 104, "thumbsDownCount": 0}, "files": [{"id": 155719, "sizeKB": 36979.2109375, "name": "Gothic_Pixie_Chick-000015.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-29T03:05:58.617Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "09E7B974", "AutoV2": "9E6D1447E7", "SHA256": "9E6D1447E721E190F36E0BE320F604B3980B8012EC6B7A1CCE17DB8774121746", "CRC32": "0F9D3A73", "BLAKE3": "3F6E2717D10554E4D0A6D738C29A16A04FC700F3EA9E052FD2B337D4A5BB6328", "AutoV3": "1491C0920227"}, "downloadUrl": "https://civitai.com/api/download/models/203205", "primary": true}, {"id": 155714, "sizeKB": 15708.859375, "name": "203205_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-29T02:55:41.610Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "04F762CA", "AutoV2": "547AC40316", "SHA256": "547AC4031653B1FE774C8F390778B90C19D5A713DFC90DD61DB5438E27BC69A1", "CRC32": "86013BE2", "BLAKE3": "0ED9142066111F9711303586D14B8FD8B71A69108855760D66DDDB1E28DB5DA0"}, "downloadUrl": "https://civitai.com/api/download/models/203205?type=Training%20Data"}], "images": [{"id": 3234381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/346abac5-0075-44c1-adf1-19114d7e3151/width=450/3234381.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UMJafvIU.9?H~qIUnhof.8IUoffk?baybc-;", "type": "image"}, {"id": 3234316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21ba7370-7e6b-4ef1-ad77-3b81ddcde66b/width=450/3234316.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UOIf}CELAC~CD%IpbI9GyCxanix[snso%1xZ", "type": "image"}, {"id": 3234318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af6fa3e6-5624-4989-9288-d99ce62d48a0/width=450/3234318.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UHIqJz4:9{E1yYVr%MI:_N={^*IU^+56%LxE", "type": "image"}, {"id": 3234321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99391080-eb36-457b-b855-0159dc84259d/width=450/3234321.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "USK,gH_3Xn?H57NH%M~V-:M|w{WCWqs:M{S1", "type": "image"}, {"id": 3234380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3da1ca5c-3c4c-4638-bfa8-809005fe883e/width=450/3234380.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UII4bE000f?H~VxHE2EM01^*%1Rj4:S3-ps:", "type": "image"}, {"id": 3234382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa03fa73-991c-4b26-a964-6d793cf6a83d/width=450/3234382.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAIXHi0L0M.8CQQSwg~px^0K^j4:tR9aE1=d", "type": "image"}, {"id": 3257764, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3e483fc-48ec-4781-b6f6-158ed6c78695/width=450/3257764.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UPKBE+00.S~q0Kx]MxIAMx?bD%t7?bIUWVf6", "type": "image"}, {"id": 3257767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0cb11d7-2de2-4308-ab13-80210728b856/width=450/3257767.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UQG+OB_4yES4xuMxIUt8enofIoM{f+s:WBRj", "type": "image"}, {"id": 3257768, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b546eb85-f13b-43d5-b5a8-d33054af3de2/width=450/3257768.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UIFOu@_30zxDTK-;-pf,9FRj-:j]~Cof4:i^", "type": "image"}, {"id": 3257766, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1aaec716-9c4b-4497-8cfc-31485bf1c547/width=450/3257766.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UNI=GfX4GcTK1R|:-6t6tSxt-TM{~BtSIUM{", "type": "image"}, {"id": 3257765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5092fb7b-a5ee-4884-a367-44db7685c86a/width=450/3257765.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UeO|LiIU_3?b~qIAIU%M%M-;RPD%aeofxaRj", "type": "image"}, {"id": 3257769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c41513ae-f6c4-4e59-a728-fa937a5de83d/width=450/3257769.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UDFhegjF00^*0f0L^j~VIUM{-:%M~W?HE14:", "type": "image"}, {"id": 3257792, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/271c14a9-ca5a-46df-a83d-2f153a10bd40/width=450/3257792.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UEECnG~pEM00.8WEIUax9ZM{D%ozWBIUt6%2", "type": "image"}, {"id": 3257788, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd194dea-1073-43df-9dc4-43b8b537365c/width=450/3257788.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UaDcUM~qtRRPM{RjWBofIUM{ayt7WVs:t6WB", "type": "image"}, {"id": 3257790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40a89148-8f7c-473d-ba9a-943f2691fb69/width=450/3257790.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULKd[3t7x^oL~qay00oz%2ay9Z%MNGt7n%of", "type": "image"}, {"id": 3257789, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/136b09be-c54f-4138-bed1-215ba383862e/width=450/3257789.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDD9k]_4o~-B00000K-p^*%LxujbIWs;M|t8", "type": "image"}, {"id": 3257791, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f85c35f5-75bd-441c-9ad3-648fb48e7e57/width=450/3257791.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJF$Lu-;_N-;4nt8IUoLMxWBRjozkDofxuR*", "type": "image"}, {"id": 3257793, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/308bcd65-1184-4d60-8911-7f70706522ac/width=450/3257793.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UXL|=eIp~qeT_3%M9FIoRjM{Iox]%MRjof%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/203205", "modelId": 181064} \ No newline at end of file diff --git a/datasets/metadata/203439.json b/datasets/metadata/203439.json new file mode 100644 index 0000000000000000000000000000000000000000..dc55ba3d109900fcadc7cb9823526989e370b9af --- /dev/null +++ b/datasets/metadata/203439.json @@ -0,0 +1 @@ +{"id": 203439, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-29T07:34:22.243Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 443, "ratingCount": 65, "rating": 5, "thumbsUpCount": 80, "thumbsDownCount": 0}, "files": [{"id": 155892, "sizeKB": 37091.2119140625, "name": "Ennil_El_GundamX.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-29T07:36:22.651Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1F38E99C", "AutoV2": "6D73FD5957", "SHA256": "6D73FD59575C2EFCAD4813774BEB6A71E15A46BC6CD06FF0E183CC1A0ACBDD17", "CRC32": "C91053E8", "BLAKE3": "7F77A38DB286F2A780F0839B73AF841FE3E8DE9950B238B1A00C570FDA50EEC0"}, "downloadUrl": "https://civitai.com/api/download/models/203439?type=Training%20Data"}, {"id": 155893, "sizeKB": 22247.52734375, "name": "Ennil_El_GundamX-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-29T07:36:00.133Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5356011F", "AutoV2": "66AA1F9F2E", "SHA256": "66AA1F9F2E2567592C0AE3374A5804322A636F6E4FAFACC4F3F9AAC90131FF78", "CRC32": "44051A80", "BLAKE3": "66D4B4D770E27D47E9041A42F1FB508B55E663AAB4FBD670E1C7B2BFF5E02551", "AutoV3": "8BEA6F75FD60"}, "downloadUrl": "https://civitai.com/api/download/models/203439", "primary": true}], "images": [{"id": 3237333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e02258f2-faf1-472b-a3f9-54aa4bf770f4/width=450/3237333.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UYPP4Qoy*0%2ENX9.RkCDjj[j?V@~Cs:x[WV", "type": "image"}, {"id": 3237474, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99c15587-6048-4756-a10c-c81972b38ff9/width=450/3237474.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UYPP7aV@*Jb_yDS2?vxtD%aexZjZV@f+X8R*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/203439", "modelId": 181262} \ No newline at end of file diff --git a/datasets/metadata/203560.json b/datasets/metadata/203560.json new file mode 100644 index 0000000000000000000000000000000000000000..4ae3463e44a629f9a5ece79500a3200c17076398 --- /dev/null +++ b/datasets/metadata/203560.json @@ -0,0 +1 @@ +{"id": 203560, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-29T09:22:56.518Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 682, "ratingCount": 151, "rating": 5, "thumbsUpCount": 161, "thumbsDownCount": 0}, "files": [{"id": 155991, "sizeKB": 39350.431640625, "name": "Rose_Oriana_Eminence.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-29T09:25:45.464Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "69C74559", "AutoV2": "ABEED29A2F", "SHA256": "ABEED29A2FA56472D8BD4000951915FB7DC169089A4BCF3224B85962348E5996", "CRC32": "CF6B08BF", "BLAKE3": "C36D90D0AB505867024B71BBE96919DA81669B70F98D4526A56B3EDAE290D4C5"}, "downloadUrl": "https://civitai.com/api/download/models/203560?type=Training%20Data"}, {"id": 155990, "sizeKB": 22254.71484375, "name": "Rose_Oriana_Eminence-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-29T09:25:43.882Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FEAA93F2", "AutoV2": "C30B9415F9", "SHA256": "C30B9415F9A9853C3A5B4B7D58F0A22C40ADEC4FCB5B8DCDB16C9C20A28802EF", "CRC32": "51F356DC", "BLAKE3": "F18EDC7C79AC09F6921B2C3159F2952C3FF8F7824B36BFDB77AE398724DB2E9B", "AutoV3": "07A701D0AD16"}, "downloadUrl": "https://civitai.com/api/download/models/203560", "primary": true}], "images": [{"id": 3239137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36286bf4-8352-4e3d-a327-f79d5f491cb6/width=450/3239137.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGKc@CxZ00s-9]R*0hS5%#ofDiWB00WV~Wof", "type": "image"}, {"id": 3239367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bd15584-1878-45d2-9525-96d656ce77cc/width=450/3239367.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGJaWLS%00R*9YVr03%LxuIVrrWA.m^*MxbJ", "type": "image"}, {"id": 4967519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f590a90-59a4-45dc-81ea-4ed2d5c40580/width=450/4967519.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UzNv_Kfl.8t7~pt7S$j[bbM{WBozkWozRjR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/203560", "modelId": 181366} \ No newline at end of file diff --git a/datasets/metadata/203706.json b/datasets/metadata/203706.json new file mode 100644 index 0000000000000000000000000000000000000000..98cf89d60e55567c4e6e9f82e59580a4a2ff02c5 --- /dev/null +++ b/datasets/metadata/203706.json @@ -0,0 +1 @@ +{"id": 203706, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-29T11:27:48.601Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["applecheek"], "stats": {"downloadCount": 625, "ratingCount": 123, "rating": 5, "thumbsUpCount": 152, "thumbsDownCount": 0}, "files": [{"id": 156111, "sizeKB": 549332.9306640625, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-29T11:16:21.552Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "208DC48E", "AutoV2": "8DC3C128A8", "SHA256": "8DC3C128A8BD77EC7EDBFD32209CF4084F5A67190B9561A313CE2EA96E8ED554", "CRC32": "680DB36A", "BLAKE3": "22F53B19D621D063CEEAF63C02E1839CE25419E4072699C390C6A3CCF16BB670"}, "downloadUrl": "https://civitai.com/api/download/models/203706?type=Training%20Data"}, {"id": 156110, "sizeKB": 18541.5078125, "name": "AppleCheek.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-29T11:15:43.325Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "FF075D78F9", "SHA256": "FF075D78F91CA8284389358820E14A5FCF7CD707524FC2B8982796109F0B1297", "CRC32": "4E36C39D", "BLAKE3": "BD45B1CC3705C0CE3A9F939A55E55C2E9D4104FDBD3824E090D2E193FED2B676", "AutoV3": "6AFEDA47F89D"}, "downloadUrl": "https://civitai.com/api/download/models/203706", "primary": true}], "images": [{"id": 3241240, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c697c6b-9622-43fe-8a98-5ad04f2718ea/width=450/3241240.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDI3qH.61FkW^%?GTv?F0e$z~B%fPAIqQnRQ", "type": "image"}, {"id": 3241252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/119a5e17-09d2-45cb-95d6-a7646fdd6512/width=450/3241252.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8JQj30iES:k_OjK8G=|39Bm=sEe5Q-T#+xG", "type": "image"}, {"id": 3241241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb163819-ae3b-4e2f-89f4-db0a2bcdcd4d/width=450/3241241.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHMP?*X,G?n5_LkW?bxa.lR6rEX8yCxtwIX8", "type": "image"}, {"id": 3241239, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eeba619f-b13e-42f5-b22c-6aa2faeb7355/width=450/3241239.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULIz-oadO-t6}SoJ%#oc%#afnlozD$WWRjoz", "type": "image"}, {"id": 3241254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25ecc38a-b322-4f60-8e98-92aa7ff7c75c/width=450/3241254.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNJ6ph^*O@tR}@tQl9OXbvbuyDMyadaKs9ni", "type": "image"}, {"id": 3241245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daf2344f-786a-416b-a9d4-6ca1923ac428/width=450/3241245.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Gtma5;008w~9R%u49G3W?GmlD%E0xDR6Nw", "type": "image"}, {"id": 3241248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9460e7c5-f885-4968-be25-ffb80cc946c3/width=450/3241248.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGJ72e=|1txZVY%L4:t75jj[~VofACV[MxV@", "type": "image"}, {"id": 3241253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/894879c9-4451-4cc8-ad95-7f205d49f49b/width=450/3241253.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOO2s}r@uiog-Vaek=kVtlofRkozXmkCnij[", "type": "image"}, {"id": 3241242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51c11d0b-dedd-4efe-bdf0-d58312f42d23/width=450/3241242.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHLVwY01UZR5}UDPLLVsPVofspx[ozoIxbof", "type": "image"}, {"id": 3241238, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8615b4c1-af63-4eab-bbca-6dffcfbd85b3/width=450/3241238.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHIN5g0Lu3id}=9Gu4VYpdVt%Mxuo|xaxboz", "type": "image"}, {"id": 3241237, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2e7a5fb-6f3f-4227-8c2e-227d10b901e0/width=450/3241237.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCG*KWGa1@^Q~Vbb.Ss+BoMx-6xug$s:=|S4", "type": "image"}, {"id": 3241247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e5ddfe0-7bde-4eca-9fa3-fff90d7bcef3/width=450/3241247.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKFq%s}tLLJAz=-;XSTJC5S~-;xGbckDR5w{", "type": "image"}, {"id": 3241244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b8fb1e8-7913-4ca8-a12f-2e4e62e7a7c6/width=450/3241244.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYID8+~CtRxvV@WDtRadWCjExukWxZt7ozW;", "type": "image"}, {"id": 3241365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27324d8a-39d8-4ca8-8708-faf8470a9420/width=450/3241365.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAKlag0e3n4o@[%2qE%22[?GIp-oAC-p#S%L", "type": "image"}, {"id": 3241250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4af9097e-69ec-44fd-8b5b-c27938cd3cd7/width=450/3241250.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9MEq60L0f9ZX,M{_4$+M+n$cRx[0{t7MJtR", "type": "image"}, {"id": 3241246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec3f84c7-b575-4787-9dd0-129e0cf15b61/width=450/3241246.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7Iz3s000000hf#l4So{0L.7+I.80xtQ$*RR", "type": "image"}, {"id": 3241251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1792779d-c98c-4e32-9bff-9fce58ce62a0/width=450/3241251.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJH,o4}@39EyH?%MOqtlFxNG-pnOKNI;Mewd", "type": "image"}, {"id": 3241243, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfd422b8-6346-4bc1-a226-8d129e565728/width=450/3241243.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOI:wp~pC5%gMxWBtkR*E1D*RQM|9[R*n5ae", "type": "image"}, {"id": 3241249, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46244d7a-3a58-4d4d-b8c7-aa8cf93cf53f/width=450/3241249.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGF4=%~C5jNb=x%2O?tl0}S#xtadOEV[rsni", "type": "image"}, {"id": 3241321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51c7dd04-97fc-456c-bc79-a19a2284b094/width=450/3241321.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHK]r|02K$RQ}rIAUFR*PURja1o|V[kp$*tQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/203706", "modelId": 181504} \ No newline at end of file diff --git a/datasets/metadata/203959.json b/datasets/metadata/203959.json new file mode 100644 index 0000000000000000000000000000000000000000..11f27d7d6c82c70b9c031d20aa1022c28b8aeba8 --- /dev/null +++ b/datasets/metadata/203959.json @@ -0,0 +1 @@ +{"id": 203959, "index": 0, "name": "belka8611", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-05T11:31:43.704Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 33, "ratingCount": 1, "rating": 5, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 164147, "sizeKB": 36977.296875, "name": "belka8611.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-05T11:30:58.094Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CEF71BD6", "AutoV2": "0C2D9917C5", "SHA256": "0C2D9917C5C7F2284A9CF2C8DB0A4825654A6BF426C90CC76466843538D779D7", "CRC32": "651DA31B", "BLAKE3": "EE8453B494958E963A46B8DCC963738690947DB133BF6BADB75811F4322FFE9B", "AutoV3": "AC11CE09C35D"}, "downloadUrl": "https://civitai.com/api/download/models/203959", "primary": true}, {"id": 156331, "sizeKB": 997.8466796875, "name": "203959_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-29T14:26:17.271Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "ADAD697C7E", "SHA256": "ADAD697C7E3F1E85248BEAD5EE86F1C78F333F312148C6C995ECA71451773B72", "CRC32": "FA6B8BBF", "BLAKE3": "7567A2FE15F17464ECEDC7CBD8B13819C2537815A41E89AEADCD17BCF4BBD864"}, "downloadUrl": "https://civitai.com/api/download/models/203959?type=Training%20Data"}], "images": [{"id": 3406111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/540c0218-ea91-44a6-881e-55d7498d90e2/width=450/3406111.jpeg", "nsfwLevel": 1, "width": 512, "height": 704, "hash": "U7G95C~q004nofD%009FIU?bM{-;00?b-;of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/203959", "modelId": 181739} \ No newline at end of file diff --git a/datasets/metadata/203965.json b/datasets/metadata/203965.json new file mode 100644 index 0000000000000000000000000000000000000000..957f6c1ceca49f902bf70d0c6693ce8278bf32dd --- /dev/null +++ b/datasets/metadata/203965.json @@ -0,0 +1 @@ +{"id": 203965, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-29T14:26:04.615Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 542, "ratingCount": 90, "rating": 5, "thumbsUpCount": 123, "thumbsDownCount": 0}, "files": [{"id": 156335, "sizeKB": 22255.41015625, "name": "Alexia_Midgar_Eminence-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-29T14:30:49.168Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D3162CC1", "AutoV2": "77912553AE", "SHA256": "77912553AE0E43FD5F8570633E3FF2D2580EA870002F963DD942C3765A36A31D", "CRC32": "D15D9519", "BLAKE3": "F2DA32B2054F4B694CFAE2479E6DE1855E2A48840852706ABA84A5CD0CD9FEF4", "AutoV3": "722885ECBCEB"}, "downloadUrl": "https://civitai.com/api/download/models/203965", "primary": true}, {"id": 156336, "sizeKB": 48414.04296875, "name": "Alexia_Midgar_Eminence.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-29T14:30:49.849Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4215CED4", "AutoV2": "D8B61DB824", "SHA256": "D8B61DB824DC755848C12373C808FBF0DF71C1EACBEAE34E4C9E20C9707531F6", "CRC32": "A372F1F7", "BLAKE3": "BA16AABE53F7BCF29B47159F2FF3CDAA6CAF163E17CE0B1F1B070AE2D5D73957"}, "downloadUrl": "https://civitai.com/api/download/models/203965?type=Training%20Data"}], "images": [{"id": 3244400, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/367f5160-779c-417a-bdbd-130a8a3aea0b/width=450/3244400.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXMH7HxuX9s:~qj]x]t7_3j[oHWB%foLMxWC", "type": "image"}, {"id": 3244465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52fed012-a335-4a11-a2c1-5e9cccd9dd45/width=450/3244465.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UhMjzLoM.8M{~qofxuxu-;ofWAR*NGWBM{WB", "type": "image"}, {"id": 3244807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65753c0d-aed4-4df1-86b2-662f2b6f9461/width=450/3244807.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBL|ZP0200It^%9c4,4:5Ts:=^nN~V-=E2xu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/203965", "modelId": 181744} \ No newline at end of file diff --git a/datasets/metadata/204224.json b/datasets/metadata/204224.json new file mode 100644 index 0000000000000000000000000000000000000000..8a6a080f1c517f5531c2e2a1e895cf3f599838dd --- /dev/null +++ b/datasets/metadata/204224.json @@ -0,0 +1 @@ +{"id": 204224, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-29T17:55:22.798Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 441, "ratingCount": 84, "rating": 5, "thumbsUpCount": 109, "thumbsDownCount": 0}, "files": [{"id": 156542, "sizeKB": 22247.88671875, "name": "Aisha_Hart_Gluttony-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-29T17:55:33.687Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3CD669DF", "AutoV2": "F40E873E6B", "SHA256": "F40E873E6B588B53CBF2396CB1D7690409C14A0D8839278B9EC6EECB687E7845", "CRC32": "718F7139", "BLAKE3": "3195C0BECCD333B087D009BA4963D198AE8987B4AA1DD2BA72FA6C5545725B8D", "AutoV3": "65A11D5F6647"}, "downloadUrl": "https://civitai.com/api/download/models/204224", "primary": true}, {"id": 156543, "sizeKB": 36529.66796875, "name": "Aisha_Hart_Gluttony.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-29T17:55:34.976Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F08B7E02", "AutoV2": "9281B52E6B", "SHA256": "9281B52E6B10FF24A44D12006F571DAA9EC03E23DE084C6D2290825B35DBB78C", "CRC32": "F6499A35", "BLAKE3": "C7532FC9074C8B388A58C2E39EF58196EDBAB8426361E2FDEA334C0271D0EAD5"}, "downloadUrl": "https://civitai.com/api/download/models/204224?type=Training%20Data"}], "images": [{"id": 3248576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba39ab2c-db12-4a2e-9b56-820a49666574/width=450/3248576.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFL|Jj%g00a003RQ0Mo}E]Rj-Wnj~Vxu%fM_", "type": "image"}, {"id": 3250055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62078f85-e190-4403-8bdb-2586677d8804/width=450/3250055.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UVM?Vf~W9}V@In%MM{nOEMnjt8sl~VS#IVRP", "type": "image"}, {"id": 3248674, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c21473cb-2c39-4328-9eb0-68d3b4c2723a/width=450/3248674.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UELzHUlU00Zg01In0N=|9tM}xv_1~TNGo_IU", "type": "image"}, {"id": 3248760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8a6493c-9cac-462e-a851-7a684a831688/width=450/3248760.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "USLWw]_NAH-;E1%MJBs9WV?H-qoz9ZM{RjR+", "type": "image"}, {"id": 3249314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6485880a-e146-4664-b7cd-593937a65afc/width=450/3249314.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UENb}j%f005700-A4.E101SLNb9u~V%1nlt7", "type": "image"}, {"id": 3248951, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b0c195c-d59e-4088-b0ed-d59d2e2c1775/width=450/3248951.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNM6^._24:4:4TD%9a9a4.WB-pNH~Wt6I;t7", "type": "image"}, {"id": 3249627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1ac2faf-e777-475d-acd9-4e711c47fdea/width=450/3249627.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "URLD#%Oq57ngvnV{4:s;00IUt7%L~okVkEoM", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/204224", "modelId": 181982} \ No newline at end of file diff --git a/datasets/metadata/204315.json b/datasets/metadata/204315.json new file mode 100644 index 0000000000000000000000000000000000000000..1fadfae29d5880cb3c0c45087105d56decc8335c --- /dev/null +++ b/datasets/metadata/204315.json @@ -0,0 +1 @@ +{"id": 204315, "index": 0, "name": "QR Irises v2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-30T20:44:53.786Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 90, "ratingCount": 8, "rating": 5, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 157864, "sizeKB": 147571.40625, "name": "QR_Irises_v2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T20:40:47.819Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EC611A4A", "AutoV2": "E5C7C28E99", "SHA256": "E5C7C28E995C21CD85F6C6D8A23025B3772533DB909F4C14A380EA3FA306E22F", "CRC32": "8440BF13", "BLAKE3": "5B60F7218992E9D5636D6759E9C3A902676E38C2BA9E47CC9481FB72BC067FCE", "AutoV3": "925B5B2E0415"}, "downloadUrl": "https://civitai.com/api/download/models/204315", "primary": true}, {"id": 156684, "sizeKB": 10158.4677734375, "name": "204315_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-29T19:35:44.066Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "55FA1FDD", "AutoV2": "15F082CD7D", "SHA256": "15F082CD7D07BF9D73881B5ACD53A4B5D086B56609C4626A592F7CE94BAD319D", "CRC32": "2735EBEB", "BLAKE3": "5190534070DCBC002EFA6B94514994D7B33FEB56A79277706AA45B23EC0DCA28"}, "downloadUrl": "https://civitai.com/api/download/models/204315?type=Training%20Data"}], "images": [{"id": 3273235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7efeed3f-bfa6-445b-a061-27cc287c596d/width=450/3273235.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UJHA^Y^k9F-60KE2tR%M~VNGIU-o%LbJ%MtQ", "type": "image"}, {"id": 3273237, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf98174d-1594-4399-9330-efd818ec46cd/width=450/3273237.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UIF;~J^kMc=_0JE2tm%M~WWUD%xaXToh=|oy", "type": "image"}, {"id": 3273236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/def66c72-fb32-4ee0-ab27-b51f30544dd5/width=450/3273236.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UMJGpDwIs*~W01E1Vta$oa%2bcnN={t6%Lt6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/204315", "modelId": 182066} \ No newline at end of file diff --git a/datasets/metadata/204324.json b/datasets/metadata/204324.json new file mode 100644 index 0000000000000000000000000000000000000000..00cab092f3af2b9080ad0cc50143b71da30bd37c --- /dev/null +++ b/datasets/metadata/204324.json @@ -0,0 +1 @@ +{"id": 204324, "index": 0, "name": "AzteCandles", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-31T14:53:01.822Z", "availability": "Public", "nsfwLevel": 1, "description": "Version One, I don't know how to trigger, \"trigger words\" if it is the words I used to describe, \"symbol, storyboard\" were two of them. Everything about Epochs, steps and clip is what was given to me, 10, 610, and one respectively
", "trainedWords": [], "stats": {"downloadCount": 86, "ratingCount": 20, "rating": 4.95, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 158618, "sizeKB": 36977.828125, "name": "AzteCandles.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-31T14:00:31.247Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "00C61151", "AutoV2": "77C6D0400E", "SHA256": "77C6D0400ED55A4BC3737539D93C55307DDC2DE6DFC976E55E7B3EAAD5C9DC35", "CRC32": "410D9CFD", "BLAKE3": "FD5B2E4F587B018AC3F3948B4044C59FCB5C87F846455DD7C93E8DF2F6A92E08", "AutoV3": "8572EDC2A18A"}, "downloadUrl": "https://civitai.com/api/download/models/204324", "primary": true}, {"id": 156689, "sizeKB": 40733.01953125, "name": "204324_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-29T19:40:43.837Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CCB60ECE", "AutoV2": "726BEE96C4", "SHA256": "726BEE96C4392ECD6EA878A8361A40A9DB56AEFAD8F171062E3A55244C280F4E", "CRC32": "B54A3FC0", "BLAKE3": "82119B362135072A3AED8DAE80C1AD978EEC970DF662F0384C4A443B500A01A7"}, "downloadUrl": "https://civitai.com/api/download/models/204324?type=Training%20Data"}], "images": [{"id": 3292174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/680b3687-ee97-4297-a9ce-fedc14b3d80d/width=450/3292174.jpeg", "nsfwLevel": 1, "width": 2860, "height": 2188, "hash": "U6PZcF~W~6%M00s+M{-:4T-:M|ITDixu-:9F", "type": "image"}, {"id": 3292189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51d0d657-7010-4729-a346-4e073b19279b/width=450/3292189.jpeg", "nsfwLevel": 1, "width": 1073, "height": 828, "hash": "U7P%CT~p^%o#00jEt7?HDixtRlM{Myxu-;9F", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/204324", "modelId": 182074} \ No newline at end of file diff --git a/datasets/metadata/204445.json b/datasets/metadata/204445.json new file mode 100644 index 0000000000000000000000000000000000000000..ca3fd30df816d9eb9d8f70fd2838ac7836428b4f --- /dev/null +++ b/datasets/metadata/204445.json @@ -0,0 +1 @@ +{"id": 204445, "index": 1, "name": "v2.0 Manga", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-29T20:19:15.038Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 202, "ratingCount": 54, "rating": 5, "thumbsUpCount": 82, "thumbsDownCount": 0}, "files": [{"id": 156736, "sizeKB": 22264.23828125, "name": "Haruko_Amaya_MakenKiManga-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-29T20:16:10.670Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B2D7B921", "AutoV2": "E3BB39CC9A", "SHA256": "E3BB39CC9A87A646181BF40672AB356F5F84E525376FAFDBD400E580FDEB4C48", "CRC32": "BDF6070F", "BLAKE3": "2F6BF2352FB8A225F444C6AEEE8A885F17572AEF4EE574CDA6B72A375E4E6A20", "AutoV3": "F6E9E7135C8D"}, "downloadUrl": "https://civitai.com/api/download/models/204445", "primary": true}, {"id": 156737, "sizeKB": 63599.5390625, "name": "Haruko_Amaya_MakenKiManga.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-29T20:20:50.058Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DCE069CA", "AutoV2": "F7E673937A", "SHA256": "F7E673937ADDED9D97A456916A0FF0EFC3480705C58AE0433A0753CE68FAF72B", "CRC32": "FEF7E546", "BLAKE3": "CE3713A843C163A9554687E617D57A4E60FE7F93F238D1C3261189371679B4AE"}, "downloadUrl": "https://civitai.com/api/download/models/204445?type=Training%20Data"}], "images": [{"id": 3251821, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5804547-1b9b-4f07-9005-b8e22eef8999/width=450/3251821.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcM@D%-;_Nt7M_%M.7j]XSM{={aeXAIoV@WC", "type": "image"}, {"id": 3251969, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8ff41f9-45ce-4a3e-bdb3-44e60677002c/width=450/3251969.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVNTd,_2~qi_o}?b%gIoobRjxFM{tSM{oJW=", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/204445", "modelId": 176708} \ No newline at end of file diff --git a/datasets/metadata/204493.json b/datasets/metadata/204493.json new file mode 100644 index 0000000000000000000000000000000000000000..72f442841858ae403d2a25126f5f8f195eaeec8e --- /dev/null +++ b/datasets/metadata/204493.json @@ -0,0 +1 @@ +{"id": 204493, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-29T21:00:54.706Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 514, "ratingCount": 79, "rating": 5, "thumbsUpCount": 103, "thumbsDownCount": 0}, "files": [{"id": 156777, "sizeKB": 22242.91015625, "name": "Kanade_Amakawa_Natsuyasumi-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-29T21:00:59.845Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A0E911F2", "AutoV2": "2CB84DF8B6", "SHA256": "2CB84DF8B6FA1F30670003DB57E6074F1F77F92A7731DE5EDA1F49B6AF0BA8B0", "CRC32": "1A8A04AC", "BLAKE3": "5A316B354EF00A55B9FD8C152F80D95E0BD5AD31CF62F3346D4003142DBB0EC0", "AutoV3": "A4B8FFB9062E"}, "downloadUrl": "https://civitai.com/api/download/models/204493", "primary": true}, {"id": 156778, "sizeKB": 39600.58203125, "name": "Kanade_Amakawa_Natsuyasumi.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-29T21:01:28.599Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BE11AABE", "AutoV2": "2971512166", "SHA256": "29715121666018491682234963E784F8A6683D446F52D9D4EE869A4F8EDE2BF3", "CRC32": "46C90DE4", "BLAKE3": "84227CFA581EC849D9A52D083144A5CD10B562A8B45205C2120CDE96E18F4066"}, "downloadUrl": "https://civitai.com/api/download/models/204493?type=Training%20Data"}], "images": [{"id": 3252423, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abaa0579-b83b-4332-a2b1-d1cdafb2c0f9/width=450/3252423.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UjPsI+%M?^t7ELay?bWBx^WBr?j[t7j[s:j[", "type": "image"}, {"id": 3252489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61b886ac-f67d-42d3-a39d-5d437df2aa7b/width=450/3252489.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeMGu8~qbbxuD%og%NkCM{xu%1o0.8aeV@xu", "type": "image"}, {"id": 12781461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03900165-d0fe-4236-b341-7763cb51af84/width=450/12781461.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URM?#nE34nkWNF4njbxts*0Ks9j=_NxvM{?H", "type": "image"}, {"id": 12783495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab0206cb-3fea-4788-9c9f-8c4590ac459d/width=450/12783495.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UBLW^qujHW0f3E+Y9G?w001N=c-psp_N$%]$", "type": "image"}, {"id": 12783504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48415bd5-1819-49a9-9763-e323c756d418/width=450/12783504.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "URLWx3~qPAW?9uo~XAS%-no#WGt84;ae-os9", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/204493", "modelId": 182221} \ No newline at end of file diff --git a/datasets/metadata/204595.json b/datasets/metadata/204595.json new file mode 100644 index 0000000000000000000000000000000000000000..05439beeaabc1238317f577ea5cf8e5367de7839 --- /dev/null +++ b/datasets/metadata/204595.json @@ -0,0 +1 @@ +{"id": 204595, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-29T22:47:46.262Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["CinnamonBunStyle"], "stats": {"downloadCount": 445, "ratingCount": 74, "rating": 4.99, "thumbsUpCount": 102, "thumbsDownCount": 0}, "files": [{"id": 156871, "sizeKB": 147572.126953125, "name": "CinnamonBunStyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-29T22:45:56.952Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "00B3B5EA", "AutoV2": "408FA0FB02", "SHA256": "408FA0FB02BD1663F2F967B6E7C540636985F5D5A35ADFB5A196F1A3B2FE3187", "CRC32": "80367C99", "BLAKE3": "02064CBCC77C6233755F886131A257242539B0622A16713F0076E06B0C3747A1", "AutoV3": "550462667ECF"}, "downloadUrl": "https://civitai.com/api/download/models/204595", "primary": true}, {"id": 156872, "sizeKB": 620034.4970703125, "name": "CinnamonBunStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-29T22:50:46.198Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9D04D1A4", "AutoV2": "0367CAD502", "SHA256": "0367CAD5023A2B6A8FAA8E7AFE25D86FBFFBB3912649E70C4F6D7E3AEF83FE5F", "CRC32": "D9B40F37", "BLAKE3": "6AC358E5DE988DEBBE0C377FCE523927DBD7698EED33C2D5510D0CA26D0A7046"}, "downloadUrl": "https://civitai.com/api/download/models/204595?type=Training%20Data"}], "images": [{"id": 3254121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2917ddab-c8f3-4b7f-b910-5e6719063335/width=450/3254121.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UDKAc-^j0f^*00NGS5Rj_NxuMxIV4:Rj%gR+", "type": "image"}, {"id": 3254133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c983f00-aa49-4235-9c2e-d960a35eb6d4/width=450/3254133.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UPKT#u^j.8%2s.xtX8Ip?^ofbbShIBs:W=xZ", "type": "image"}, {"id": 3254123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6504e04-7c94-44d3-90c1-657cda0c4120/width=450/3254123.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "U6KA=:D$1a.R]~DP_N9H8w004TxZ.QMx0LSN", "type": "image"}, {"id": 3254131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/762cc8ac-de6d-48a9-9b12-38b85ebf9d43/width=450/3254131.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "ULL:lv9bOE?HY5aLM{R+?^MxIUEM-pRj%1S4", "type": "image"}, {"id": 3254129, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c51a89b-b442-4bd7-87a2-30df0071b0a2/width=450/3254129.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UGJ@j_~ApcX9giD%-:NdOsgNkXRkM}R5Mdr=", "type": "image"}, {"id": 3254132, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba417ae0-03e2-491a-bb31-a100f5bb57a3/width=450/3254132.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UFH_6_S5E2tRm+smNGIU_NxuxZ%1IUslxakC", "type": "image"}, {"id": 3254120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5e863d9-0f62-4a52-954d-20ba6100b7a7/width=450/3254120.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U8Fq{+R70M%L0zD+xZo0u3IV}=I:0LR*%LoJ", "type": "image"}, {"id": 3254136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90e49f57-b7c1-4b4d-98ad-2761aee5e872/width=450/3254136.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UEIDp,0g0$~U10kWNdNcEL={rqM{IpEM%1WB", "type": "image"}, {"id": 3254135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6d0d967-14fe-4ec4-bcfb-bb979bc8660f/width=450/3254135.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "URHo8r%1E1xt?wW=V@xZtlS4%2s:xvs:t7s:", "type": "image"}, {"id": 3254134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f46a6dd6-101a-40d2-9d5e-236c593f26de/width=450/3254134.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UKK18nWrk=^%.mR+n$M|yEt6$$IqVs9uaet6", "type": "image"}, {"id": 3254122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54cfa683-a81a-4d26-979c-7745cc1e44ae/width=450/3254122.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U4LC@m4pCQ.77f0001%M3D%gD4~W9G?G_M9a", "type": "image"}, {"id": 3254127, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/906b9390-6241-45fc-a63c-8206cb9f7c3d/width=450/3254127.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UDGbVIys9axG13x]b_f,G]T0t5oy0MI@?G%2", "type": "image"}, {"id": 3254139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6015c538-5b86-4a7f-a2b0-eacda97e3fbb/width=450/3254139.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U8EoiIWY5?0#01~BXT9bxtOY4.IUPVyDrWw_", "type": "image"}, {"id": 3254124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04e3cd95-b1ee-4c60-8fb4-3a7665826f2b/width=450/3254124.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UJJZ@_^jpb~B?H-o%LShEhI=IVRQkWE1IoIo", "type": "image"}, {"id": 3254125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a20c9fe6-574e-4af7-be78-821ba9cc815a/width=450/3254125.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UIK0{Ixv?^?uPB9bX9-;ctR-aK-;%0ofx]Rj", "type": "image"}, {"id": 3254140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9492141f-4c4f-4448-bb24-89bf8f5e8cab/width=450/3254140.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "ULID?f~Wx]kWtR-:-:-;kWX8j]-p%LIpRje.", "type": "image"}, {"id": 3254137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47991802-fdde-46ae-a9fb-449a9d59c352/width=450/3254137.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U4H1rW0g030i03#+?^T07$oyIVMy00Q-?GJB", "type": "image"}, {"id": 3254138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1727c320-9db8-4827-a1a0-9fe42c281870/width=450/3254138.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UZN0uE^*_NX9?b%LWBt6%#IoM_t6nit6RPj[", "type": "image"}, {"id": 3254128, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/244c5211-5640-45a4-90f7-d92f472685cf/width=450/3254128.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UAH^01~A0$581N=_NIIVK%JA#8-A8|Vs%1S~", "type": "image"}, {"id": 3254141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5d7c863-0b0a-4de2-a0fe-91c416641132/width=450/3254141.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UMM6P3~UNwRkyDW=M|WB.mbwIVoys:xa%Lxt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/204595", "modelId": 182311} \ No newline at end of file diff --git a/datasets/metadata/204631.json b/datasets/metadata/204631.json new file mode 100644 index 0000000000000000000000000000000000000000..e7051707a60f6010f3800b8d0df7eb43e5a077a4 --- /dev/null +++ b/datasets/metadata/204631.json @@ -0,0 +1 @@ +{"id": 204631, "index": 0, "name": "FutaDark_LoRaV.1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-30T01:05:38.734Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["futadark", "futanari", "penis", "large penis", "erection"], "stats": {"downloadCount": 268, "ratingCount": 19, "rating": 5, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 157027, "sizeKB": 36977.53125, "name": "Futadark-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T01:05:44.570Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A0ABF4E5", "AutoV2": "FC3B361BCC", "SHA256": "FC3B361BCC8979DEE74FCFB34391D810DBC99F815CADED8031A5D5BD89F83933", "CRC32": "A431E097", "BLAKE3": "1B1551B4E0401526386D6E40684BB09DD87025BB9CACB6D0B440621AE62482EB", "AutoV3": "31F381D26A71"}, "downloadUrl": "https://civitai.com/api/download/models/204631", "primary": true}, {"id": 156915, "sizeKB": 58547.8486328125, "name": "204631_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-29T23:25:39.056Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C7D1F31E", "AutoV2": "42E89937C1", "SHA256": "42E89937C1874E0DF54EAB5108F179DDECC38BEB54C0E5EB142A1A96566FF45B", "CRC32": "4190852E", "BLAKE3": "8BD4445AA076BAD121017B3094CB1B7993843778E3780EB612536659B3ED8757"}, "downloadUrl": "https://civitai.com/api/download/models/204631?type=Training%20Data"}], "images": [{"id": 3255982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f338bb84-de9c-48e9-b4f5-4333556f5eed/width=450/3255982.jpeg", "nsfwLevel": 16, "width": 2560, "height": 3584, "hash": "U59G,T~V000KtmbbIUM{0LI;-poMr=xZtQxa", "type": "image"}, {"id": 3255844, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24b7142a-15dc-4efd-9863-a2ccda1a1116/width=450/3255844.jpeg", "nsfwLevel": 8, "width": 640, "height": 896, "hash": "U26H[rtS004n.mkWI9DiE1Rj%M-qxaRPkq-;", "type": "image"}, {"id": 3256060, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c35a09f9-5d8a-4865-a750-c80e3b782e85/width=450/3256060.jpeg", "nsfwLevel": 8, "width": 2560, "height": 3584, "hash": "U28E6+-;0000.TRP4TWBr;RjWUxuROIUtl_3", "type": "image"}, {"id": 3256184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77325baa-c850-4820-a6aa-215da13805f5/width=450/3256184.jpeg", "nsfwLevel": 16, "width": 2560, "height": 3584, "hash": "U37USO?^0000PBS#icMx9ZV@%N%Mxus:ELt7", "type": "image"}, {"id": 3256795, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60e236e8-be7f-48e8-9981-015e6771b0d1/width=450/3256795.jpeg", "nsfwLevel": 16, "width": 3072, "height": 3072, "hash": "U49G~@^j010e0fTK^P-p0fW?}@$%}[wbEjDi", "type": "image"}, {"id": 6221124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9771aa3f-c747-482b-b29a-cb1272430349/width=450/6221124.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UCC~C[Ffv|}]rspI-Woebvkqs;J7?^-Wjqxu", "type": "image"}, {"id": 6221126, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50bbb898-d868-429e-88dd-211601c7f7a7/width=450/6221126.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U5B..d$l0L0MXSnm^i0L00M{={V[~WI?9a-A", "type": "image"}, {"id": 6221133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8439639-f36c-4b76-9f55-1d3a308f66d7/width=450/6221133.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U7C=@~-=00aJ0MNH$gs:~Vt74:V@KPxu^ORi", "type": "image"}, {"id": 6221121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/474f53d5-94c4-4744-9db1-d1a3c1167f4e/width=450/6221121.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UBCYm=9_01}@9^xaxFS5E1ay-oxa~Wj^IUax", "type": "image"}, {"id": 6221128, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/109af331-3ba3-414e-a75e-ea9b23247882/width=450/6221128.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U7BCom?H00E09us.%1WW0eM{-p-p~Wbb9Ynh", "type": "image"}, {"id": 6221125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/509c688d-cec2-4f57-b93a-c476e1e9006a/width=450/6221125.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U7BMJc%300IoEQR*-nNF0L%1=|xa~W%29Z$%", "type": "image"}, {"id": 6221130, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/002cd8f8-ee0c-443d-b21e-b993bae434f3/width=450/6221130.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UBDILL=z00xaE1WB-Cxa-pxZniR*0LIp~Bxa", "type": "image"}, {"id": 6222250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e14e72dd-626a-427f-9b21-90229fad0a21/width=450/6222250.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UODcUNt701R*_Moe9FWB%Ma}njofs:j[WWj@", "type": "image"}, {"id": 6222340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e9ac00d-6645-43f9-a36c-629072f710ec/width=450/6222340.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U49@9g_3004.00E1~BivI:?b~WD%?G_2NG0K", "type": "image"}, {"id": 15972018, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e22208b-aa99-4be6-b43b-590d374091e1/width=450/15972018.jpeg", "nsfwLevel": 8, "width": 1080, "height": 1920, "hash": "UEF#q1~W0f0e9[NG={j[-:kC?Hs:~Vs:NaIp", "type": "image"}, {"id": 15972021, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af94171c-13a3-4927-9bc3-8ce6188731fa/width=450/15972021.jpeg", "nsfwLevel": 8, "width": 1080, "height": 1920, "hash": "UAFr6T^*0L4:0zM{}@bcxaX8~Cf7~C%29a9a", "type": "image"}, {"id": 15972017, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77f3e133-df2c-4a1a-a953-62f11de51145/width=450/15972017.jpeg", "nsfwLevel": 8, "width": 1080, "height": 1920, "hash": "UBF#j,^+0La~0}t8=|xuM{xu-pR+~Cof9ZoL", "type": "image"}, {"id": 15972023, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb05be21-62a0-44eb-bd50-a98ee718fb70/width=450/15972023.jpeg", "nsfwLevel": 8, "width": 1080, "height": 1920, "hash": "ULHB9|of0}9GTJe.$*R+%MNG%2xZ~VRjR+WW", "type": "image"}, {"id": 17237078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01159a65-c0e6-4b04-9450-b32802e24c4b/width=450/17237078.jpeg", "nsfwLevel": 16, "width": 776, "height": 1376, "hash": "UCEV1wEM00~B0Lxu-pxa0Lxt?HE1WBRjS2oe", "type": "image"}, {"id": 17237079, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca63e2f9-ea01-4767-b821-3b15ec802976/width=450/17237079.jpeg", "nsfwLevel": 8, "width": 776, "height": 1376, "hash": "U8C6S?I:00~B%Nxu9GR*5Rxa,C9ZsTRjNGWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/204631", "modelId": 182342} \ No newline at end of file diff --git a/datasets/metadata/204638.json b/datasets/metadata/204638.json new file mode 100644 index 0000000000000000000000000000000000000000..4acda886ebdbc51b649a254f67d1a2a5247a7d73 --- /dev/null +++ b/datasets/metadata/204638.json @@ -0,0 +1 @@ +{"id": 204638, "index": 0, "name": "v1.1 Alternative Merge", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-29T23:16:26.611Z", "availability": "Public", "nsfwLevel": 7, "description": "This version (1.1 Alternative Merge), is a merge of 3 of the LoRAs in our shared collaboration project. It is not trained separately, just merged.
It's a merge of Halloween Tech, Halloween Ghostly, and Halloween Glowing Style.
It gives a bit different result than the separate training one, so I decided to upload it here.
Each trigger word is separate for each of the 3 styles merged. You can try them out separately, or alltogether.
Prompt example with a random order of activation using the Dynamic Prompts extension:
<lora:h4l0w3n5l0w5tyl3:1> {halloweenglowstyle halloweentech hwghostly|hwghostly halloweenglowstyle halloweentech|halloweentech hwghostly halloweenglowstyle|h4l0w3n5l0w5tyl3|} cup of coffee
", "trainedWords": ["halloweenglowstyle", "halloweentech", "hwghostly"], "stats": {"downloadCount": 386, "ratingCount": 34, "rating": 5, "thumbsUpCount": 61, "thumbsDownCount": 0}, "files": [{"id": 492116, "sizeKB": 788588.703125, "name": "h4l0w3n5l0w5tyl3M3rg34ll Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T13:15:54.548Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "695F188A", "AutoV2": "B27CB3D1C5", "SHA256": "B27CB3D1C5524F6FE95265FEE15B29D5B18E87FE42F863FB3AAB5E77EBC4B2AE", "CRC32": "F08F19E1", "BLAKE3": "2176D7D8E72B5E5DF4143647DEFE1899323DE844D8CCC1C215FB4203042B3043"}, "downloadUrl": "https://civitai.com/api/download/models/204638?type=Training%20Data"}, {"id": 156910, "sizeKB": 147567.828125, "name": "h4l0w3n5l0w5tyl3M3rg3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-29T23:20:39.441Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "84A709CD", "AutoV2": "8202D5BB3C", "SHA256": "8202D5BB3C6570669FEE758DFDB32256ACDA514C9175117682E206941BA1824C", "CRC32": "EFAA62AE", "BLAKE3": "27017966263EE4D3595A2A4597CB339B64EFBA392A07B6917BAC37F52690572D", "AutoV3": "D41344F13DBB"}, "downloadUrl": "https://civitai.com/api/download/models/204638", "primary": true}], "images": [{"id": 3254727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71869f3d-322e-4d35-b4b6-0499beb59ba6/width=450/3254727.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U3AlFK?a0P#S17kX=Z9u$k-As.Ejt69]5m}?", "type": "image"}, {"id": 3254740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb2b69e7-c977-4cea-bdf7-61ce5b1c0d50/width=450/3254740.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U7C}tU^4vzS#^jfka0=w0jEM58^4}?i_I;JB", "type": "image"}, {"id": 3254738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9376bdbd-c029-420e-8e56-47fc4ea002a5/width=450/3254738.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U59sP1~A5E0h0-9|oboJ0ixG^M^O}=ocENE3", "type": "image"}, {"id": 3254730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52601e5c-09eb-416c-88c7-dc432fb6273f/width=450/3254730.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U16HM-;0-T-U?G-AIp-TnjyC}S-P59oM=_,U", "type": "image"}, {"id": 3254742, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a9be718-ac8b-4578-a7d7-4cafb6b5eab3/width=450/3254742.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U1DRpR024T?^000*0:$JvdEe00AI00?a.9z:", "type": "image"}, {"id": 3254747, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a5a3807-2b31-4cc4-a5e9-f24644202678/width=450/3254747.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U7Chfn0i13-Tso$$5TR+4=%KS1$#0jEM};I=", "type": "image"}, {"id": 3254745, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16a61143-0daa-4bd3-8be1-b855ab3c3cc1/width=450/3254745.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U36@TSRkE2WB1%-T589v=t5S}T}p0i%0OYEj", "type": "image"}, {"id": 3254731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a662a609-b8a4-45bc-a499-352dfe59055b/width=450/3254731.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UDFPpVDkH?s:,@4o%1of%29G-o%M~pIpnhxa", "type": "image"}, {"id": 3254743, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b98041d-6e75-4671-9e57-8a30381f52ff/width=450/3254743.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UCELQl*J~B$Lct-;J.aeE*%2IoV@5;bcS#oM", "type": "image"}, {"id": 3254735, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14f87379-e62d-419a-90c3-7916ffc30a69/width=450/3254735.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U6BCiLAD?F={2_EM59XS0};e+uEg};RQSv-9", "type": "image"}, {"id": 3254744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83e3c116-9164-4c5b-8187-c582aa94d62c/width=450/3254744.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UIDv7h.8l:L#.m%f9FMdx]bbM|R+b^X9RkM|", "type": "image"}, {"id": 3254739, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd9142c6-8936-45f2-b9f1-b93b100b1e9b/width=450/3254739.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UGDlo~IUx[xt~AniNHjbDi-p4:R+D*-oNHIp", "type": "image"}, {"id": 3254749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd14aba3-9b47-4abe-be9f-7dc5f861438c/width=450/3254749.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "U8FD-nR,U{=vNe=wNu$$}qso5Sn$4;azOrJ8", "type": "image"}, {"id": 3254746, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/478f8c20-c521-4a2e-8bdd-1f6d91c50d17/width=450/3254746.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UKFN|#^i$~M}~9xZs,xFIBn%ENS4NaIqIrI;", "type": "image"}, {"id": 3254733, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6d30eac-2875-4289-9997-6a99d178c17b/width=450/3254733.jpeg", "nsfwLevel": 4, "width": 864, "height": 1544, "hash": "UCDItF~AN_RlGvIVRj%L_2RPwHo0TdjFI;OY", "type": "image"}, {"id": 3254748, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a767b007-6117-42e7-88a0-8d293821b663/width=450/3254748.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U49jAZxZ9bTKu4M|#7-U0gM{Hswc~os-02J.", "type": "image"}, {"id": 3254751, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a74b1cb3-d272-48a2-af6f-c8f34399aced/width=450/3254751.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UCGa5z}@Au580%OFofae0gIVV?%19]=w-Ut6", "type": "image"}, {"id": 3254750, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99421ccc-9ef8-4ffe-b633-c54195ac765d/width=450/3254750.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UDDRKHxZ,o9v}qW.RkJA58NaEN=_xt-TNHwc", "type": "image"}, {"id": 3254737, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68802b91-409f-44c0-8f74-2feac94c360b/width=450/3254737.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UHIhpb^*_2%g?H-:_2Ip9vNdnNIU_NMdrW-:", "type": "image"}, {"id": 3254741, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa2e21bf-c5c6-40ff-a24a-10be23f971fc/width=450/3254741.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U49?tE},0q0j1gTdxH$*My%g-n%LKkM{xtxY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/204638", "modelId": 174065} \ No newline at end of file diff --git a/datasets/metadata/204698.json b/datasets/metadata/204698.json new file mode 100644 index 0000000000000000000000000000000000000000..2e2735e771fbfaf1bebf02fdbe0432c3cd0e75e5 --- /dev/null +++ b/datasets/metadata/204698.json @@ -0,0 +1 @@ +{"id": 204698, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-29T23:49:31.690Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["ChocolateBall", "SaffronBun", "ApplePie", "CinnamonRoll", "DaimCake", "MarengueCake", "RiceAlaMalta", "StrawberryCake", "RosehipSoup", "Butterscotch", "PrincessCake", "Spettekaka", "CheeseCake", "RhubarbPie"], "stats": {"downloadCount": 503, "ratingCount": 45, "rating": 5, "thumbsUpCount": 81, "thumbsDownCount": 0}, "files": [{"id": 156959, "sizeKB": 147591.0751953125, "name": "SwedishDesserts.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-29T23:51:39.371Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0974D84B", "AutoV2": "7BC4C60991", "SHA256": "7BC4C609917084BBE1117960CF9CC34BA8D20F0AF0C9F80F7B2D88A2A5003F5F", "CRC32": "16999EED", "BLAKE3": "0CA2ABB558FC18784DF5666EC3ED1F3E831CA98AFB0F0FC8FC5D7EEA8F081D17", "AutoV3": "B4BD93B40A5E"}, "downloadUrl": "https://civitai.com/api/download/models/204698", "primary": true}, {"id": 156958, "sizeKB": 72863.81640625, "name": "SwedishDesserts Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-29T23:51:18.347Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B0AB992A", "AutoV2": "4076DB424B", "SHA256": "4076DB424BC111238C3BB595D80ADBE01D6BED89518E9DA7C995544A60CB1081", "CRC32": "44F1797A", "BLAKE3": "789FC7D8F3E7A8CF106267DB609710B133E189B6ABF5AF0B09BC97153F74FD25"}, "downloadUrl": "https://civitai.com/api/download/models/204698?type=Training%20Data"}], "images": [{"id": 3255369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7e5dce0-22fc-4c05-8b5a-2ab25b5f20dc/width=450/3255369.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGJ@,W~Uk??a%$D*D*M{D@M}MxRQ00oebDj?", "type": "image"}, {"id": 3255366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eecda824-0cab-46f9-895d-a62fe46f8666/width=450/3255366.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQOVV{%g%#tRx^E1tkRkE-o#e.WC?^o#eUt8", "type": "image"}, {"id": 3255368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a96ed3c3-0a62-4e06-8605-e6f0315d402f/width=450/3255368.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDMGFp~p0zIU4:IU9FM{K4Rj%2WVMd%M?btR", "type": "image"}, {"id": 3255372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf900bdd-2c70-4abd-8632-f10a54a770c8/width=450/3255372.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTLW64~ByDR-J%RiogWBYPOExvozWTWUsDn*", "type": "image"}, {"id": 3255375, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1bc46338-46dd-4c23-b380-adce6f6da6a0/width=450/3255375.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHL.#Heo16wHE9tQ-.aM0$-oM|xt~U%1sAEN", "type": "image"}, {"id": 3255376, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5891eed5-89ec-48dc-a78b-682d810b60aa/width=450/3255376.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULL2V4~U1$t7wbocxDs.14a#xYjZsmoet5t6", "type": "image"}, {"id": 3255370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3dc6315c-3987-49ea-93e2-416368e585a7/width=450/3255370.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URKwkE_N_N?bxaNGIURjo#%M9FIoIUWUV@s:", "type": "image"}, {"id": 3255380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb78f4b7-a294-4142-9a87-685531fa14eb/width=450/3255380.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "ULJtI?4=Xnxtr;Irt7s.t-M|nOog_4s*-;o#", "type": "image"}, {"id": 3255367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/baa2b48b-8918-4c9a-bd92-40b41daa53b7/width=450/3255367.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UXJjo8-;.9t8x^M|kDoI_NWCkDRjo~s:s.bb", "type": "image"}, {"id": 3255373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25aade8b-c1c9-4a5a-8ec8-2d2e1e5af4f9/width=450/3255373.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Guad-=00%g~pRlWBof00D%%L9FIAIUkCay", "type": "image"}, {"id": 3255374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1415d890-5acd-4041-9aa0-8adc1ea9a137/width=450/3255374.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQO.7~9ctlxt~TxZf5V@t7ogv{sl$~bcNHe-", "type": "image"}, {"id": 3255377, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c56a07d-9aa1-48b9-bcec-cc886a9641ed/width=450/3255377.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UAEnz~^j~pxu~VWBS5t7^*RjR*jZ^*WBW=t7", "type": "image"}, {"id": 3255379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6e6a80c-4ef1-4f1c-ad17-47abbd7aeabb/width=450/3255379.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UDFqm=~UGGt7x]t7s:RkE*R*r=Rjt5t6Wrfl", "type": "image"}, {"id": 3255378, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9983c21e-cbe0-45e6-a19c-bd523b5501d6/width=450/3255378.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U6IEIE$w00.8~UIV9exv9dRjE2t84=D*%1bb", "type": "image"}, {"id": 3255719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3be5146-176d-44af-a01b-a57720845c1c/width=450/3255719.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UTLzHMWBESWD~V%LRlRkI^oJ_1WBxvRkIVWq", "type": "image"}, {"id": 3255720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3dce13a9-4803-4250-8f25-a7835f2a0651/width=450/3255720.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8Kde.IVcG~p00D%?u4o00%L^*00WSD%r[tQ", "type": "image"}, {"id": 3255704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80f2fc28-f514-4788-a632-a8541e29f322/width=450/3255704.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKIhKc%14:D%~WIVn$xu9aIo-p%2~WxaofWB", "type": "image"}, {"id": 3255705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c99ad330-d592-43b2-ae26-e2547cd2244e/width=450/3255705.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPIzt:nho}%L~9M|NGxtovR*D*ozslae-oW=", "type": "image"}, {"id": 3255703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f1d5d7b-f355-4e4a-8dab-8856d11d228a/width=450/3255703.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDHU5o020h-o9bRjNIs:03Nd-oWB~UD+n%t7", "type": "image"}, {"id": 3255709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ba5ba6f-0623-4f4b-8cfc-90b20bc22332/width=450/3255709.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U9JaDj-p~q?b00019ao#TKNKD%IU00%1?ZIU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/204698", "modelId": 182385} \ No newline at end of file diff --git a/datasets/metadata/204903.json b/datasets/metadata/204903.json new file mode 100644 index 0000000000000000000000000000000000000000..4529c92d0f78f2d7b3c1e4861e3e1dee41b08e51 --- /dev/null +++ b/datasets/metadata/204903.json @@ -0,0 +1 @@ +{"id": 204903, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-30T03:43:47.933Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 1501, "ratingCount": 75, "rating": 4.97, "thumbsUpCount": 194, "thumbsDownCount": 0}, "files": [{"id": 157127, "sizeKB": 22248.51171875, "name": "Reika_Kurashiki_SaiminSeishidou-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T03:40:49.556Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D405EEAE", "AutoV2": "33FF926A24", "SHA256": "33FF926A249EED534E9152891802BBEC47BB21E365B9F98160E0DF3CFCAAA278", "CRC32": "C820B0A8", "BLAKE3": "E456CB16BE84483A1FB127A5619322BEB46CE49603F015FBD476208ACAA663E1", "AutoV3": "DDE1F5A37F75"}, "downloadUrl": "https://civitai.com/api/download/models/204903", "primary": true}, {"id": 157128, "sizeKB": 38043.5849609375, "name": "Reika_Kurashiki_SaiminSeishidou_V2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T03:40:52.173Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "97AA52A1", "AutoV2": "896C91AADF", "SHA256": "896C91AADFF3500DCB005520DC6F6236704325B39097A7F1C895C45C2716ADF5", "CRC32": "474E1CE6", "BLAKE3": "0285823133E44993BEA0C3D1DCD4D19A09D4406A1A126A661E270CAB2C046C81"}, "downloadUrl": "https://civitai.com/api/download/models/204903?type=Training%20Data"}], "images": [{"id": 3257942, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9a5c169-5c2d-47f8-9830-9fd57c175be7/width=450/3257942.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNLMbV~V01%2?]%gXnxuELxaxas:?Gt7i_oL", "type": "image"}, {"id": 3258034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b3b8a3b-6dc1-4ebb-ba88-675da1af9758/width=450/3258034.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNLMbV~V01%2?]%gXnxuELxaxas:?Gt7i_oL", "type": "image"}, {"id": 3257963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7875ec82-1385-411f-b8d7-a5fe0caa5e71/width=450/3257963.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UiMPk1~qTKxu_N-;Net7ELWBsmWBxGoejYM{", "type": "image"}, {"id": 3258033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b63d5425-aae2-404b-ad41-543b0cf4c711/width=450/3258033.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UhLWL#~pK6%Mtl%MT0t89aoLxZWB%LNGRQWB", "type": "image"}, {"id": 3258293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e76c4fa8-bc65-4051-84eb-f6feb87e817c/width=450/3258293.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UROo^wI90$Ip%0IAXn9aEjxZr=o#~pRiRQX9", "type": "image"}, {"id": 3261591, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/905d35c6-cbad-464f-a057-4d4f5061bc6f/width=450/3261591.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UbQIYx%g*0%M?vRPyDV@NejZn$t7?aRjIUWX", "type": "image"}, {"id": 9549655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33fefd66-1a6d-402a-9cc0-f4d7aa41e920/width=450/9549655.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEGQ^O9a1fi__N9ZE3fkAqM{rsoz%2NH-pxa", "type": "image"}, {"id": 9914444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9becbac-57a3-4308-a3c5-4d3cfb6d5f91/width=450/9914444.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UFLfgp~B00NH0y?Gog9a00-VxaIV~Cj@rrof", "type": "image"}, {"id": 9914602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b17deb3f-e725-4868-8e35-f49fee7f3f26/width=450/9914602.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UXJ6~Q%15Qxu~Ws:E1of5QofNHRkIUt6tQWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/204903", "modelId": 45935} \ No newline at end of file diff --git a/datasets/metadata/204983.json b/datasets/metadata/204983.json new file mode 100644 index 0000000000000000000000000000000000000000..36f9a5cf22285737d0064c76061f1798139c26d3 --- /dev/null +++ b/datasets/metadata/204983.json @@ -0,0 +1 @@ +{"id": 204983, "index": 0, "name": "v3.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-30T05:59:50.788Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 1555, "ratingCount": 95, "rating": 5, "thumbsUpCount": 188, "thumbsDownCount": 0}, "files": [{"id": 157192, "sizeKB": 22249.76953125, "name": "Reina_Kurashiki_SaiminSeishidou-KK77-V3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T05:55:41.676Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "65DAED24", "AutoV2": "C4AC585475", "SHA256": "C4AC585475083B32A3D52B5E8FC7B0265FFBBBEBF6CBCD22F098F7A93B1879CE", "CRC32": "33EE32AB", "BLAKE3": "E90B4F3FFC1C99473B112562D327319B8209B89860FDCB99325CF7A48C9459A2", "AutoV3": "8A6E8231CAAE"}, "downloadUrl": "https://civitai.com/api/download/models/204983", "primary": true}, {"id": 157193, "sizeKB": 38818.6240234375, "name": "Reina_Kurashiki_SaiminSeishidou_V3.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T05:55:36.171Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "22D6B0E1", "AutoV2": "A91404AF64", "SHA256": "A91404AF649A994CADAF9EB9232A0811BD1D6C7D4C800A6AAEBE8396389FAE6F", "CRC32": "2356F3D5", "BLAKE3": "EFACFF44CFC16C38934C5E573ED77272BAB78CBCC8D9516F165811169B96BE66"}, "downloadUrl": "https://civitai.com/api/download/models/204983?type=Training%20Data"}], "images": [{"id": 3259256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51d47731-e536-40cc-8619-566ec5be166c/width=450/3259256.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeQ++-s:.Txu-noeW?WB%hozaKayMyayozay", "type": "image"}, {"id": 3259302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d76e29a-44dd-4466-9508-9964e28abd8e/width=450/3259302.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URP?gpi_.S%M~UofyEWVR*ofVtV@_Nt7RPo#", "type": "image"}, {"id": 3261630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69869ab0-d7b7-4b77-9e58-57cb704c784a/width=450/3261630.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UkQbztt7.Tt8.8j[x]oKNxaxV@j]-:W=RQjZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/204983", "modelId": 43069} \ No newline at end of file diff --git a/datasets/metadata/205020.json b/datasets/metadata/205020.json new file mode 100644 index 0000000000000000000000000000000000000000..4ddcac31331faa7929eaa1ce198c61ac88f2d927 --- /dev/null +++ b/datasets/metadata/205020.json @@ -0,0 +1 @@ +{"id": 205020, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-30T07:16:18.151Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 708, "ratingCount": 51, "rating": 5, "thumbsUpCount": 89, "thumbsDownCount": 0}, "files": [{"id": 157231, "sizeKB": 22249.52734375, "name": "Natsuha_Shinomiya_Ajisai-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T07:05:43.895Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3D5905DF", "AutoV2": "3C5C1FC170", "SHA256": "3C5C1FC170CD0DB1F52344F05E5EB36B1627D9B7B05DB0FB24248535F0A73CA2", "CRC32": "98A86237", "BLAKE3": "0C171880120C7D4360FE0D1E975342BA3A44C43FEBADBBE464FC9EF7330622A1", "AutoV3": "7B2F36BBD9B8"}, "downloadUrl": "https://civitai.com/api/download/models/205020", "primary": true}, {"id": 157232, "sizeKB": 36013.2255859375, "name": "Natsuha_Shinomiya_Ajisai.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T07:05:52.266Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F033AE66", "AutoV2": "985E60EA9D", "SHA256": "985E60EA9DE2E7BBF4A7E8046B0FBA134DE614CBAA2D84F9E78F442CC0D34993", "CRC32": "B19D56E4", "BLAKE3": "7A1F94C5C4CADF29F2E67EE9208D00A5EBBE95CB1BCAD25E1C0705E72AB56895"}, "downloadUrl": "https://civitai.com/api/download/models/205020?type=Training%20Data"}], "images": [{"id": 3260205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b99abeb5-c3f4-40eb-8857-af8660b73fe3/width=450/3260205.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UoKnC~j[?^xu~qj[%Mt7Ipays,ayjvj[kAWV", "type": "image"}, {"id": 3260245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/caf397ed-f19d-41cb-a3ac-9a299433d233/width=450/3260245.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UmLgbE-V_Nt8?b9ZNHkWt8IAxat7NHxvadxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/205020", "modelId": 43180} \ No newline at end of file diff --git a/datasets/metadata/205061.json b/datasets/metadata/205061.json new file mode 100644 index 0000000000000000000000000000000000000000..28908d42d91a5e85782875cc19cd4a7758136e94 --- /dev/null +++ b/datasets/metadata/205061.json @@ -0,0 +1 @@ +{"id": 205061, "index": 0, "name": "BSC v1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-30T20:34:45.833Z", "availability": "Public", "nsfwLevel": 28, "description": "testing final product
", "trainedWords": ["shower", "bathing", "wet hair"], "stats": {"downloadCount": 2907, "ratingCount": 289, "rating": 4.99, "thumbsUpCount": 462, "thumbsDownCount": 0}, "files": [{"id": 157296, "sizeKB": 36978.4453125, "name": "Bathing__Showers__Wet_Collection.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T08:40:52.132Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A035263E", "AutoV2": "B4A81DCABB", "SHA256": "B4A81DCABBF6176342FC3D8340B8F3F0C00006D937CB807BDA4AE544BCA8E584", "CRC32": "F4FA61A4", "BLAKE3": "67150D916E74058801132214E05EB4886F04874350710564AD1BE36F6B6FA0B8", "AutoV3": "9C185FEACF9F"}, "downloadUrl": "https://civitai.com/api/download/models/205061", "primary": true}, {"id": 157282, "sizeKB": 34200.5810546875, "name": "205061_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T08:30:45.333Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7D85627F", "AutoV2": "BAA1395263", "SHA256": "BAA1395263B0FA3B0779CC6AEBD3735285FF8C69B567FDB98474295A2B9EC723", "CRC32": "4BC5899C", "BLAKE3": "B58EF12A61F4D0075AA7B097DC3D9A012EA1CA909180F583C21D424E81EAE40E"}, "downloadUrl": "https://civitai.com/api/download/models/205061?type=Training%20Data"}], "images": [{"id": 3272971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/474e8713-299c-436e-aff9-fc807d512f8f/width=450/3272971.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UgKdPbH?tl%f~qM{oe%gtlofs:x]?Hofozs:", "type": "image"}, {"id": 3272403, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/297a48ed-ce66-46e7-8bcc-517ef16ac55b/width=450/3272403.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UNHw+K~pX--;x_N_xubwtS-:?Gt7%NxuIooK", "type": "image"}, {"id": 3272967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25db5764-2ec8-4552-a684-33edbafa5afa/width=450/3272967.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UoN],}XS.m$e?co|-;RQt7sDV@oft6WUNGt6", "type": "image"}, {"id": 3272969, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5dfad878-2603-4657-8236-a5f250a3c422/width=450/3272969.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "ULQlUb.9yEV[?^%NxuVrKRx]XTVrxabwt7RP", "type": "image"}, {"id": 3272968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/310ff15b-39e3-41aa-a455-50880be08c23/width=450/3272968.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UXOfS;.8ys8_%hxu%2DilBxus.t7xttlM{R5", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/205061", "modelId": 182717} \ No newline at end of file diff --git a/datasets/metadata/205093.json b/datasets/metadata/205093.json new file mode 100644 index 0000000000000000000000000000000000000000..b59b92f3c2a92f4085bfaef9374f46a270631b0e --- /dev/null +++ b/datasets/metadata/205093.json @@ -0,0 +1 @@ +{"id": 205093, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-30T08:39:10.711Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 666, "ratingCount": 64, "rating": 5, "thumbsUpCount": 111, "thumbsDownCount": 0}, "files": [{"id": 157287, "sizeKB": 22254.18359375, "name": "Louisa_Richter_SeikaJogakuin-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T08:35:42.724Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C41E6751", "AutoV2": "200B254D9E", "SHA256": "200B254D9EEE46254A8D6FCBE48FC814AF9035E33DB1C1262ED5B446B3D01F5A", "CRC32": "46492A74", "BLAKE3": "5B3116B23BBADDC908CF877857DDFF1F1A082E1E8EA9D672637BC1D9EB6AA862", "AutoV3": "94E7846335DE"}, "downloadUrl": "https://civitai.com/api/download/models/205093", "primary": true}, {"id": 157288, "sizeKB": 40555.83984375, "name": "Louisa_Richter_SeikaJogakuin.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T08:35:44.549Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D5ADF4DB", "AutoV2": "2B1C679596", "SHA256": "2B1C67959601FD5155EC7FBFB7B2DE57454E9A5EE693CBAB82CCC4551A497F4D", "CRC32": "B1049856", "BLAKE3": "E42F1B4810FA2F60B38BF9B1D477797B777B56A76CA978721CF5FB719C32FB8A"}, "downloadUrl": "https://civitai.com/api/download/models/205093?type=Training%20Data"}], "images": [{"id": 3261208, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a57bb8a7-122c-4b31-9201-d93805c899cd/width=450/3261208.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaO3X.?GpdNGxVM{x^D*_NR+RPo0S~j?t7j[", "type": "image"}, {"id": 3261328, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/293e0fff-3800-4b8e-b0d3-1f25cae7025c/width=450/3261328.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UXOf#|9F.T?b?GM{x^%2E1NGMxj]~WsoRjt7", "type": "image"}, {"id": 3261522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/befaa7dc-82c3-433b-9560-f7b54559b9af/width=450/3261522.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOPPAa?w.TyESy-=x]tQD*WAIVxt^*xuD*sC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/205093", "modelId": 44599} \ No newline at end of file diff --git a/datasets/metadata/205198.json b/datasets/metadata/205198.json new file mode 100644 index 0000000000000000000000000000000000000000..a189a2758f58833ddb7f3048cfe363fabfd708e7 --- /dev/null +++ b/datasets/metadata/205198.json @@ -0,0 +1 @@ +{"id": 205198, "index": 0, "name": "Digital Grimoire", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-30T23:00:00.000Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": [], "stats": {"downloadCount": 280, "ratingCount": 44, "rating": 5, "thumbsUpCount": 64, "thumbsDownCount": 0}, "files": [{"id": 158245, "sizeKB": 36980.7109375, "name": "Digital_Grimoire.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-31T04:15:52.492Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FFC3DA37", "AutoV2": "89BF95CE88", "SHA256": "89BF95CE88DCB430D5B6CCB12ECBFB46330A0B7E1FB26FDC86831DB991D43D81", "CRC32": "C3170403", "BLAKE3": "F9E87AF3374DB1FEF2266C3AFE285FFFD69558FD5F572E7724263B0FFE92E2CF", "AutoV3": "127B1520FB9A"}, "downloadUrl": "https://civitai.com/api/download/models/205198", "primary": true}, {"id": 157381, "sizeKB": 30364.759765625, "name": "205198_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T11:01:03.627Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "34145977", "AutoV2": "A24D634944", "SHA256": "A24D6349445EDD50D66C73EFE9D4781B4456C244C6A6BE3142E42C855AA83ECB", "CRC32": "3020BFD5", "BLAKE3": "E448FF87ACF23B3B6DCCE6E570C1ECE9447488900DFC420340414B0DE74DA68C"}, "downloadUrl": "https://civitai.com/api/download/models/205198?type=Training%20Data"}], "images": [{"id": 3364737, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9fbfada-264f-48f3-b35a-1f439b2be9ba/width=450/3364737.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U5EC2pxu}?~BDzxZv5IU0Ks.8|Iq?vIo57s:", "type": "image"}, {"id": 3364763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c5fb3fe-ce99-450c-819a-0185c5bd5c18/width=450/3364763.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U7D+MOo0HX$i*_XSTLr=~VaemlS#]PjZb^a#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/205198", "modelId": 182836} \ No newline at end of file diff --git a/datasets/metadata/205289.json b/datasets/metadata/205289.json new file mode 100644 index 0000000000000000000000000000000000000000..54bffa62d748f8072b67bf9d5bd3e7cd010f5c96 --- /dev/null +++ b/datasets/metadata/205289.json @@ -0,0 +1 @@ +{"id": 205289, "index": 0, "name": "Realistic_Vanessa_v1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-02T10:27:54.592Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 88, "ratingCount": 7, "rating": 5, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 157745, "sizeKB": 36978.0703125, "name": "Realistic_Vanessa_v1.5-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T18:00:51.550Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "583E39F1", "AutoV2": "E23758BF5E", "SHA256": "E23758BF5E6F038857DD928337DCAE182457BAE9AF2C24E3351EF9430FFFE6B0", "CRC32": "D9D5F43E", "BLAKE3": "1EE1BD817281C140807F1F70B3B2D21370BE58F2C6AB9B5B3D3520A8458155C8", "AutoV3": "B20259572AB4"}, "downloadUrl": "https://civitai.com/api/download/models/205289", "primary": true}, {"id": 157449, "sizeKB": 50736.3408203125, "name": "205289_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T12:35:49.922Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FBF8BB3E", "AutoV2": "F81B604F6F", "SHA256": "F81B604F6F52384625406405126EDB75F73570D864785C426F73C4EBDF1C9CEF", "CRC32": "3B8F6D05", "BLAKE3": "5DB7EDDB00C9E757CB6253E378403D8F48E6B81E16781AD86DF0D2D5AC049965"}, "downloadUrl": "https://civitai.com/api/download/models/205289?type=Training%20Data"}], "images": [{"id": 3332368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59e4cba1-9945-49a3-8782-7cf94d3bf442/width=450/3332368.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UBFEcV~BI:^%.8OF9a$%0$s:w]9bI=^je.SN", "type": "image"}, {"id": 3332369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/714de082-bdcf-4f72-9ed6-f197daab5887/width=450/3332369.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UFE25-I=Ga-BN_-:IobIyDoz~BoJOXR*xFae", "type": "image"}, {"id": 3332371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74c2fedb-47a8-48d1-8d7c-ccaac2274ef6/width=450/3332371.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U6C}^Co}05}@03NG-Txu?G-V^PIp0g9u$*=x", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/205289", "modelId": 182918} \ No newline at end of file diff --git a/datasets/metadata/205394.json b/datasets/metadata/205394.json new file mode 100644 index 0000000000000000000000000000000000000000..70f5d376d9a346220aeff0f6293f9dad2f4eeab7 --- /dev/null +++ b/datasets/metadata/205394.json @@ -0,0 +1 @@ +{"id": 205394, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-30T14:25:05.485Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 400, "ratingCount": 55, "rating": 5, "thumbsUpCount": 71, "thumbsDownCount": 0}, "files": [{"id": 157535, "sizeKB": 22250.05078125, "name": "Sakura_Shiori_AoharuSnatch-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T14:16:11.721Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D482D631", "AutoV2": "6868ABCCFC", "SHA256": "6868ABCCFC2EA7907E7BCED65E59067771970186AE1D5A7E30272612634433AA", "CRC32": "CA94213C", "BLAKE3": "38420803A5022B3C0FBBA3C97CDE053F7E03F5979C1AEEC015CBE821277AB661", "AutoV3": "320DEFDEF6CE"}, "downloadUrl": "https://civitai.com/api/download/models/205394", "primary": true}, {"id": 157536, "sizeKB": 46930.3720703125, "name": "Sakura_Shiori_AoharuSnatch.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T14:16:20.533Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F9CDEE0C", "AutoV2": "B37F4CED1C", "SHA256": "B37F4CED1C4830D97F0F693492A8184D4859A2B64C2236BF10AEEDD8703A85E1", "CRC32": "BFD1E344", "BLAKE3": "22B8CE57B6352BCA60000BD20261758BB475719C9B9BC1F16C92B454D229DD03"}, "downloadUrl": "https://civitai.com/api/download/models/205394?type=Training%20Data"}], "images": [{"id": 3266797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9c31054-16ae-4b29-836f-6d6ccad4a992/width=450/3266797.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcLz,KMyo}tR?bV@~qt7ozaeMxofNGofaday", "type": "image"}, {"id": 3269367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4987f4cf-06c8-43e2-96b0-c27adbdda11e/width=450/3269367.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcLz,KMyo}tR?bV@~qt7ozaeMxofNGofaday", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/205394", "modelId": 183008} \ No newline at end of file diff --git a/datasets/metadata/205537.json b/datasets/metadata/205537.json new file mode 100644 index 0000000000000000000000000000000000000000..8fb3343f7daafa9339de83e183072b9b8fbad202 --- /dev/null +++ b/datasets/metadata/205537.json @@ -0,0 +1 @@ +{"id": 205537, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-30T16:09:22.837Z", "availability": "Public", "nsfwLevel": 3, "description": "Initial version.
", "trainedWords": ["reinagrad"], "stats": {"downloadCount": 260, "ratingCount": 25, "rating": 5, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 157635, "sizeKB": 146428.22265625, "name": "reinagrad_3500_lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T15:55:42.922Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D0073D5F", "AutoV2": "58537434D5", "SHA256": "58537434D5F30699217E296857B11DAEB6A98E759BE5B3CC32F7138D4C9FA214", "CRC32": "F82918D4", "BLAKE3": "15D413CC59F374B33138C172FAFEA5370413F2AD4B9CEAE72854F0F3A97BE60C", "AutoV3": "F3BBD62BD099"}, "downloadUrl": "https://civitai.com/api/download/models/205537", "primary": true}, {"id": 157913, "sizeKB": 4273.2001953125, "name": "Training_Data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T21:30:53.756Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5AF99B35", "AutoV2": "CCBE105DC1", "SHA256": "CCBE105DC1702B846DF4588759254823EC8DF58B631254D50F86B8E9C1AD5867", "CRC32": "3F241AA8", "BLAKE3": "AF1FFAD28D45CEB10D3D978C8AF613187D37BFBE3A3B21FE7C1777D8E850A51B"}, "downloadUrl": "https://civitai.com/api/download/models/205537?type=Training%20Data"}], "images": [{"id": 3268137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/240bef8a-27f6-4b95-a246-ee82fe80ab17/width=450/3268137.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U4DJ6c-pPCvJ0000000L00~q}r?b.TkD^j?b", "type": "image"}, {"id": 3268034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c705326c-4945-4664-abe9-fafb1e5a4b32/width=450/3268034.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UEBDTp~qoybbDhIUNeRk00D*IUWB%g%N-oxt", "type": "image"}, {"id": 3268118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da5d7cd2-91d5-42be-859a-900b47c4460a/width=450/3268118.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "U484b{?c004o9FofS4xungkD_4?H0KWX-;xa", "type": "image"}, {"id": 3268214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb0e7db2-8754-47e8-baac-29dc0570b889/width=450/3268214.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UMF$bV~qO[SOm*ozEMR+4mM{xYNGE2Mxrqs+", "type": "image"}, {"id": 3268291, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6089d0c8-0be0-4997-a5dc-715c636c930c/width=450/3268291.jpeg", "nsfwLevel": 1, "width": 640, "height": 1280, "hash": "UBE{IZ%M01D$0jE19aRi};V??a%M00xZS5NI", "type": "image"}, {"id": 3268308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/570f8c1d-9abe-4813-88e6-8b19b11f4aa7/width=450/3268308.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U9C%26_NSis.?wR-%2V@V?RjsQayt6V@s7oe", "type": "image"}, {"id": 3268326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bc99c4c-85c0-4d5b-9a26-df99d1ee7fcf/width=450/3268326.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UCG[4o$yDhx[00IqNyIV00t6-VM{loRj,o-p", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/205537", "modelId": 183131} \ No newline at end of file diff --git a/datasets/metadata/205655.json b/datasets/metadata/205655.json new file mode 100644 index 0000000000000000000000000000000000000000..28f73ab53cb096e9aecae14f974dcff88deb4312 --- /dev/null +++ b/datasets/metadata/205655.json @@ -0,0 +1 @@ +{"id": 205655, "index": 0, "name": "Kaori Miyama", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-30T18:47:28.315Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["Kaori Miyama"], "stats": {"downloadCount": 270, "ratingCount": 58, "rating": 5, "thumbsUpCount": 62, "thumbsDownCount": 0}, "files": [{"id": 157780, "sizeKB": 36989.9765625, "name": "Kaori_Miyama.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T18:45:38.589Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DFC8C9F7", "AutoV2": "9E27B04806", "SHA256": "9E27B0480641948861D00A31AC6A7ABBA0AC3363ED7FE117C8DAB568692ED5BA", "CRC32": "5304F070", "BLAKE3": "BC0EF7D7910117C93919A78E71906646734A2B049FE1942A39091EADD8F620F3", "AutoV3": "1803E8037FC8"}, "downloadUrl": "https://civitai.com/api/download/models/205655", "primary": true}, {"id": 157755, "sizeKB": 7500.5908203125, "name": "205655_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T18:15:47.698Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "490A0AC0", "AutoV2": "4F6CBFC5BE", "SHA256": "4F6CBFC5BEC79DEE89F5396AC974C0B0B7733307C10262156F83B70608570E11", "CRC32": "BC34990A", "BLAKE3": "429CDE250A9C1BDD799B6635767BB4D5F6817AF86999A48009DA7822C85CF75C"}, "downloadUrl": "https://civitai.com/api/download/models/205655?type=Training%20Data"}], "images": [{"id": 3271938, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3512cbb5-571a-4fbd-94c0-32d7df77d35c/width=450/3271938.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "UMIY2??EZ{xt-pxZ%$IU_NRPD*M|-;aK%2t7", "type": "image"}, {"id": 3271592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bee17feb-9cab-4edf-a1ea-4e7bdfa21e6c/width=450/3271592.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "UOKKTj~V=.IV~9M_%Kj]~U-;xuE29aM|-oR.", "type": "image"}, {"id": 3271661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2dfedfd-ae24-4e13-81ab-7387ccfbe6cd/width=450/3271661.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UPHxT,xuvwNfR3NGWE9a~SM{t7ofD*Rk%LRl", "type": "image"}, {"id": 3271485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/987682d8-e614-4e73-b549-51b4ab90437c/width=450/3271485.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "UWJkJ??G^d%M~UR*WAD*n2SP-:WVNdV@%1kD", "type": "image"}, {"id": 3271487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48ed0dfa-0a1c-43e2-ab3d-044b0a1f91a2/width=450/3271487.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UOJH:o?^9D_3E7%h?b9G.8xwD,RlNuNHIVR*", "type": "image"}, {"id": 3271581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5d18fe8-d136-4756-bd53-d052db0de9a1/width=450/3271581.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "UWLgbDR:w=V@t6IV?Gs,~UxZNLt6-:ofs,js", "type": "image"}, {"id": 3271695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2708441f-1730-4499-8b68-08387d8b2412/width=450/3271695.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "UfKT_O_Nw=s+wtNH%fxt?Fodj?od-.xtWBV@", "type": "image"}, {"id": 3271785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d1d11fb-7e9f-44f0-9c52-31ef1a4171d8/width=450/3271785.jpeg", "nsfwLevel": 4, "width": 658, "height": 1344, "hash": "UOHx$%~V~I$,-Y%LV~xZxQ%EJCW@tlM~r:Iv", "type": "image"}, {"id": 3271942, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca7685e9-f0e2-4fe3-8b90-15c83658b2c8/width=450/3271942.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "ULGb*qkvx*xu%s-?I]-:?aIXxrM_NERk-ooe", "type": "image"}, {"id": 3271982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5c011e9-6215-4005-b1a6-cb8237184fba/width=450/3271982.jpeg", "nsfwLevel": 2, "width": 768, "height": 1193, "hash": "U7LDZH~D?gD*LONC$v4:00xo^lEXIg9Z00.7", "type": "image"}, {"id": 3272153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2cbfd36-378f-4366-bdc5-bacf283e724d/width=450/3272153.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "UCLWhh%d?%%O.7M~~D0M0c9a?Z^%4qRPV=IW", "type": "image"}, {"id": 3272203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0832c36a-801c-491f-96c9-4b1facd5a0be/width=450/3272203.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "UHLy_}?dKG-:t+%f^*-n4-?H$%-o9c-:V@IV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/205655", "modelId": 183235} \ No newline at end of file diff --git a/datasets/metadata/205663.json b/datasets/metadata/205663.json new file mode 100644 index 0000000000000000000000000000000000000000..3f78ce8c72267fb91d80306f2349130897761e63 --- /dev/null +++ b/datasets/metadata/205663.json @@ -0,0 +1 @@ +{"id": 205663, "index": 0, "name": "v3.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-30T17:14:20.122Z", "availability": "Public", "nsfwLevel": 19, "description": null, "trainedWords": [], "stats": {"downloadCount": 389, "ratingCount": 23, "rating": 5, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 157704, "sizeKB": 22252.72265625, "name": "Momoko_Hanasaki_WeddingPeach-KK77-V3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T17:10:37.262Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F5AA99FF", "AutoV2": "0C286E9C04", "SHA256": "0C286E9C04643EDDB09340B4DB918E0671A99DC40E51FC21D7F6C4B19FE8759C", "CRC32": "89032AF1", "BLAKE3": "29ED102A811BC01F15CEDFA034BD8D7B890DA2213213249462F62612C84FB1B8", "AutoV3": "0C5C4223293E"}, "downloadUrl": "https://civitai.com/api/download/models/205663", "primary": true}, {"id": 157706, "sizeKB": 52589.0771484375, "name": "Momoko_Hanasaki_WeddingPeach.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T17:10:51.282Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "87AF4895", "AutoV2": "0DD5599D60", "SHA256": "0DD5599D60FD91FE1E8E632DF5995C717B51C301723EF6871D3738B2641BC328", "CRC32": "00F0E357", "BLAKE3": "F48B580E18BD0D041CDA410DDF7D0FC9674642CAF99B4BB53337A7DCB8B59FBE"}, "downloadUrl": "https://civitai.com/api/download/models/205663?type=Training%20Data"}], "images": [{"id": 3270249, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb2b982d-9181-4bf6-851c-0ade9028ce78/width=450/3270249.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYOobq~V57M||FIU?[xs%}tQX*WXR~NHOUV@", "type": "image"}, {"id": 3270254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eeecaa1f-d48d-4841-839e-10edc50f82b8/width=450/3270254.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYOobq~V57M||FIU?[xs%}tQX*WXR~NHOUV@", "type": "image"}, {"id": 3270032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66b43238-a920-410b-8214-a75fc4ff80e0/width=450/3270032.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaOnwf%2X5xu^kR%t7WB%Mt7u3oy_LWBS_WA", "type": "image"}, {"id": 3270040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae714945-9496-4f3d-8d06-515d48e7d148/width=450/3270040.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTPOh_xut+t7~pkC.8t7o}WBTJf7_Lt6R4V@", "type": "image"}, {"id": 3269751, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/569cc1e7-d096-47be-ac8b-aaca45b1acb2/width=450/3269751.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTPOh_xut+t7~pkC.8t7o}WBTJf7_Lt6R4V@", "type": "image"}, {"id": 3269574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c92c317-2e65-425a-9e40-2931a690c149/width=450/3269574.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaOnwf%2X5xu^kR%t7WB%Mt7u3oy_LWBS_WA", "type": "image"}, {"id": 3270276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47da587b-c1cb-4c56-9f27-67a27f55b1e5/width=450/3270276.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UYOeuFnmyrtR~qt6tlt7yDMx%#oz%LxGIUbY", "type": "image"}, {"id": 3481498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbd7d3ea-6343-4741-bbde-2259c6c039ed/width=450/3481498.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UOP5sU_MAHo}00VsO-IATxM{ImRjxpR*IAV[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/205663", "modelId": 44089} \ No newline at end of file diff --git a/datasets/metadata/205868.json b/datasets/metadata/205868.json new file mode 100644 index 0000000000000000000000000000000000000000..0834be4f45949bac5cc2959f7a541aeb5d53c096 --- /dev/null +++ b/datasets/metadata/205868.json @@ -0,0 +1 @@ +{"id": 205868, "index": 1, "name": "Colab Generated", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-30T21:36:31.833Z", "availability": "Public", "nsfwLevel": 1, "description": "Gave it 20 Epochs and that seemed to do the trick.
", "trainedWords": ["rider core id, [animal], [color] plastic, [color] sticker"], "stats": {"downloadCount": 64, "ratingCount": 2, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 157876, "sizeKB": 36977.5400390625, "name": "RiderCoreID-20.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T20:55:47.426Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0742CBC7", "AutoV2": "9E9D210F80", "SHA256": "9E9D210F8038AA2A3177886E96CBE07CA4C88E3159FF65B985FFA56262BD009E", "CRC32": "D7A33DC9", "BLAKE3": "5D94A349FCDC635371D43085C9362061315DF5A1ACAECEE586017DA43600EC06", "AutoV3": "22F17D667D22"}, "downloadUrl": "https://civitai.com/api/download/models/205868", "primary": true}, {"id": 157875, "sizeKB": 4919.0615234375, "name": "205686_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T20:55:39.141Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2E5B49B3", "AutoV2": "E4CFB88248", "SHA256": "E4CFB882484A0E85FA96BEDA59746FAA243B2EB4234AAA6D3131D28F25B316BC", "CRC32": "862443B5", "BLAKE3": "5A36EB8B66D8C243A354F84A8871521C51AC70562EB8568902E2F58BA20A6DE7"}, "downloadUrl": "https://civitai.com/api/download/models/205868?type=Training%20Data"}], "images": [{"id": 3273445, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af6285b6-16f4-4e1a-bcc2-6c3f766c7fb6/width=450/3273445.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGO21H$wm:XTJD$$-l%e92rvB--i};,pS#xs", "type": "image"}, {"id": 3273446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15b655f1-8184-48af-9fd3-cf4e033e0c60/width=450/3273446.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UYHfY|rb%5O-W1E7x,NwGKOE?Rs=%.IrIvob", "type": "image"}, {"id": 3273449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e00a7152-dd26-44db-8863-d5449ceaab43/width=450/3273449.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8FO|$od05WCa8ayt3k907Rm4sxp_AWE4woe", "type": "image"}, {"id": 3273448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bc9a3b0-891c-40ac-9b3c-2db09e99e415/width=450/3273448.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UjKJJqoL?^ofofa|fkjt_Nj[yXkCaejtkCa|", "type": "image"}, {"id": 3273440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a122e2a6-366f-409b-bc35-8e53427e6a14/width=450/3273440.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEGID{%M%f-;?Ij]R%t8_Lxu?bNF9FWB%NNF", "type": "image"}, {"id": 3273444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/579610d5-fdfc-4bf6-8541-9aea9c5466bd/width=450/3273444.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U2D]9JIr02NeWG-j~TIr0Dxo02jZ~R4@0D?E", "type": "image"}, {"id": 3273442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a8cf929-d796-40ad-b9e9-d2a0ad2bf0a6/width=450/3273442.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEQS3zyC|6R6%MaLWVRP|Qba=#%MVYtR%gx]", "type": "image"}, {"id": 3273443, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6c63bf7-4891-4d4e-8ca3-7c5b5ea4881b/width=450/3273443.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UlHe;LbIy?ozayf6bIfkuOj[-Tj[t8bIoJj[", "type": "image"}, {"id": 3273441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58707678-d479-4909-b896-6c3395f1dd87/width=450/3273441.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UPPsCXxa-:t7t3WCWXkB~qazpdoL-=azjEj[", "type": "image"}, {"id": 3273898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e236f015-663c-451a-9abf-285199665d63/width=450/3273898.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UkOKMeoL_Ns:jZjtW;a|_Nj[PUbb$ja|ofjt", "type": "image"}, {"id": 3274047, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c431587c-02e5-4090-9c76-8a277f65d7e9/width=450/3274047.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U68t_Ct,Q8tlyYb^Q-j]Q8n~DNVE*JVYaeoz", "type": "image"}, {"id": 3274048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6056dcb8-1df1-48d1-8c08-d81d3db833a9/width=450/3274048.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCG[MNt607kA~SoeIXf70Ca}$LRlD;ayV]ay", "type": "image"}, {"id": 3274049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7a2b58c-be9a-477a-8da5-e725916a72f6/width=450/3274049.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U3J87%%I07s.~gxsD=xY06oe04NI.4IXD-Rm", "type": "image"}, {"id": 3274051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0596510c-cf13-4d40-860a-441cec1ab05d/width=450/3274051.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UTIgZ.oL.lofRQ8{jtIV*Hay=}jbjGM{flxa", "type": "image"}, {"id": 3274046, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f99ed34f-82f8-49c9-b47b-709170d8d1d1/width=450/3274046.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UOK]l.j[00ae-VbHkCof4TV@?^fPR5bHf6ay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/205868", "modelId": 183263} \ No newline at end of file diff --git a/datasets/metadata/205869.json b/datasets/metadata/205869.json new file mode 100644 index 0000000000000000000000000000000000000000..497b08a9da82be05f2460ecbced5347bdc19755f --- /dev/null +++ b/datasets/metadata/205869.json @@ -0,0 +1 @@ +{"id": 205869, "index": 0, "name": "Reverse Prayer", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-31T01:17:36.059Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["reverse prayer", "from behind", "from side", "upper body", "full body"], "stats": {"downloadCount": 594, "ratingCount": 118, "rating": 5, "thumbsUpCount": 155, "thumbsDownCount": 0}, "files": [{"id": 157894, "sizeKB": 2472.419921875, "name": "205869_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T21:10:51.127Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "68A9C433", "AutoV2": "C1FB9BAD18", "SHA256": "C1FB9BAD18915653CF863053F4BDCDFCE4A30C9528B352E3BC879DA2B21C94DF", "CRC32": "1BDDE4B3", "BLAKE3": "B7D8DA53FE4019B15CC36E66F159D5094BF2A37161FAE72B804EBFC392A77012"}, "downloadUrl": "https://civitai.com/api/download/models/205869?type=Training%20Data"}, {"id": 157972, "sizeKB": 36979.4765625, "name": "Reverse_Prayer.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T22:40:39.654Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DB6D59F0", "AutoV2": "F5384DC2CF", "SHA256": "F5384DC2CF2CE89AF606FF181FAE5098F6F7A1062BD59AAF06204779507AA7FC", "CRC32": "1670D730", "BLAKE3": "82EFCEE11326AD062A8E4F8062AC1F3A8073FA713BB8BEEAC0B20763D4F21264", "AutoV3": "E5FB25E51DFD"}, "downloadUrl": "https://civitai.com/api/download/models/205869", "primary": true}], "images": [{"id": 3275673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39a7bf3c-5006-41b1-9a69-1bbebc3392f4/width=450/3275673.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "U9Jth*9FuP~qF{NGs.%Mb{Rj$MxuJ7jZnhRk", "type": "image"}, {"id": 3275687, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd4156f9-bc9e-4738-8bb9-e0f1c50903a0/width=450/3275687.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UOHx1#~q56D%-;%N%2RjOFtRWBM{D%NG-ps:", "type": "image"}, {"id": 3276928, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/572f9c23-3c27-424e-a15b-32b8584d9001/width=450/3276928.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UHJ%^5D%?^%1_Nay-;RjX9t7xGM{%gt7s:NG", "type": "image"}, {"id": 3277361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02cb00e6-70a9-4a38-8e6d-1b5ddb96d243/width=450/3277361.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UCIqZKRj02xaKQt6~VWB0MWW?GWBJAfk%2jZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/205869", "modelId": 183422} \ No newline at end of file diff --git a/datasets/metadata/205991.json b/datasets/metadata/205991.json new file mode 100644 index 0000000000000000000000000000000000000000..36e73fc4696a75c4cb26f8f4fb9dd9d010c241cb --- /dev/null +++ b/datasets/metadata/205991.json @@ -0,0 +1 @@ +{"id": 205991, "index": 0, "name": "v1.0 baki anime style", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-30T23:01:02.612Z", "availability": "Public", "nsfwLevel": 13, "description": "baki anime style v1
", "trainedWords": [], "stats": {"downloadCount": 252, "ratingCount": 26, "rating": 4.96, "thumbsUpCount": 39, "thumbsDownCount": 0}, "files": [{"id": 157983, "sizeKB": 40341.513671875, "name": "10_bakiperfect.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T22:55:46.632Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2DE683EE", "AutoV2": "CEB723CDE8", "SHA256": "CEB723CDE8A1A1D225A6D7EB408C68794F8FCF884927484499E17504D2580815", "CRC32": "664E0F83", "BLAKE3": "1446A83562E5994687ED2F4DDDAA7C4B7ACD0C2AC455AE459601578DBA3DF77D"}, "downloadUrl": "https://civitai.com/api/download/models/205991?type=Training%20Data"}, {"id": 157985, "sizeKB": 147575.6796875, "name": "bakianimestyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-30T23:00:47.967Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "323145FB", "AutoV2": "F188093BE2", "SHA256": "F188093BE2AE182ADF31C56732A591F34E0006F2405201299E700037A2CB45F4", "CRC32": "359C81A7", "BLAKE3": "55B107690913D01725344B8B223794910F59C19E5787E2E202C92D849DB702B9", "AutoV3": "A889D7EE90F8"}, "downloadUrl": "https://civitai.com/api/download/models/205991", "primary": true}], "images": [{"id": 3275851, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b728cf99-c494-496a-8f5d-c8141898bdb2/width=450/3275851.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEHBe[9a.Tt7oHj]0KWB01t6DOj]~qbH%2og", "type": "image"}, {"id": 3275852, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95580251-38bc-4aac-9394-b5eea7f13141/width=450/3275852.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UTI4%^~WB5NF*Io~%JR%X-aj?Gxu^kn,t7xu", "type": "image"}, {"id": 3275849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/274ef1ec-137f-4837-bfbe-cdef352150f0/width=450/3275849.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZKI|w~ASzkC%MNbEMs:IpRkIpWVEMs:jZIp", "type": "image"}, {"id": 3275850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5aeafdc-ad7d-42d1-9ec1-9a1cc28ac846/width=450/3275850.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1280, "hash": "UAI435-o00so0zR*0yNH01of4:WB}@IpI:WV", "type": "image"}, {"id": 3275848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cef6892-c6c7-485b-b276-2fba6677ba2b/width=450/3275848.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1280, "hash": "UDKlUC0f015Q0g^j0zWBEM^jD*S20}9u}@jF", "type": "image"}, {"id": 3275854, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33886958-cfc7-4348-a66c-6d4c9700d026/width=450/3275854.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDG*vgnPHqrqD$M|%~n$00tR%$bv_4RPIAbc", "type": "image"}, {"id": 3275853, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6bc0955-a137-433c-8720-30bfb14da3ce/width=450/3275853.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1408, "hash": "UjKJ=CoL%#t7~qax.8t7pJayx]ozSOWBs:j[", "type": "image"}, {"id": 3275856, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/512d8a7b-07c8-450b-b349-b94a8be1fd53/width=450/3275856.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1408, "hash": "UWJ7j.aeOZoLysRjo#a}O[ay%2bH?Hofs+oL", "type": "image"}, {"id": 3275857, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0821d7cc-a2f7-4359-99b4-69af16a26ab9/width=450/3275857.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFG8THxGb^%L~VWVM|j[0LR*9tNGfSoLIpof", "type": "image"}, {"id": 3275855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd6ebbdd-ca21-4e93-8117-d6b28cabbf74/width=450/3275855.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVGudut7O@bIW=ofSOae?^of-poe%hofogWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/205991", "modelId": 183532} \ No newline at end of file diff --git a/datasets/metadata/206200.json b/datasets/metadata/206200.json new file mode 100644 index 0000000000000000000000000000000000000000..78ded15ada86a0ff8fcee4929ca2e1486835f4dd --- /dev/null +++ b/datasets/metadata/206200.json @@ -0,0 +1 @@ +{"id": 206200, "index": 0, "name": "Billy the Puppet from the movie Saw Jigsaw Puppet", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-10-31T03:32:50.494Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 73, "ratingCount": 3, "rating": 5, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 158188, "sizeKB": 223157.60546875, "name": "Billy_the_Puppet_from_the_movie_Saw_Jigsaw_Puppet.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-31T03:16:11.867Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "97A60C6B", "AutoV2": "C1BF489778", "SHA256": "C1BF489778EA8E1DFE3E9E27CB1F999AE1C80ABBF2D618DD707EF8EBA38B26D5", "CRC32": "16578D68", "BLAKE3": "92E77E9759AB9D64C0C0F25C4900BCC1D1E61E9B81C7A3F9C74EAB10D3D977D9", "AutoV3": "95533F729814"}, "downloadUrl": "https://civitai.com/api/download/models/206200", "primary": true}, {"id": 158162, "sizeKB": 3996.33203125, "name": "206200_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-31T02:45:35.458Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EFE6A155", "AutoV2": "2FB196D9C7", "SHA256": "2FB196D9C7D31735F8F815EEAE04908300A67057CCE86C0EDA5B141C99DFE7D6", "CRC32": "D9E0E978", "BLAKE3": "38B1A9875A66A162335344AB3BB8F3F48BACE3492E54FAD4568CD00B54636525"}, "downloadUrl": "https://civitai.com/api/download/models/206200?type=Training%20Data"}], "images": [{"id": 3281062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/084170c0-36d2-4bc7-a4eb-0826c9474270/width=450/3281062.jpeg", "nsfwLevel": 1, "width": 672, "height": 378, "hash": "U6Crl]~BQ*Z~tnRl0LIV9[WUoLxZIqofi_S1", "type": "video"}, {"id": 3281163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01e7c318-2a4b-47d8-9d1f-bf4b58437591/width=450/3281163.jpeg", "nsfwLevel": 1, "width": 672, "height": 384, "hash": "U9KS^Sxt?_Si~WJW0jxE|=={xwRP^h={t7R5", "type": "video"}, {"id": 3281156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02c6ceb0-8a3f-4fdf-a757-8dd8cd3b1c7a/width=450/3281156.jpeg", "nsfwLevel": 1, "width": 672, "height": 384, "hash": "U6IEU:=|dX~V^QVZ00V[00t6TvIVr=n%yCWB", "type": "video"}, {"id": 3281166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b506e5a7-354f-4f4b-8f45-32bff824f304/width=450/3281166.jpeg", "nsfwLevel": 1, "width": 672, "height": 384, "hash": "U4B{x|9G000K00Io}Zr=~C%1I:4:rXxt57-V", "type": "video"}, {"id": 3281164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/347952e3-feec-4f69-8943-9f73ef58122f/width=450/3281164.jpeg", "nsfwLevel": 1, "width": 672, "height": 384, "hash": "U9Eo*,DP*I={LyS#MeR+u3K$E2Na%}S~pHt7", "type": "video"}, {"id": 3281167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/329275e0-2ce6-482d-bcb6-083980176dc5/width=450/3281167.jpeg", "nsfwLevel": 1, "width": 672, "height": 384, "hash": "U7Fq]%9a00={PUD*=EXn%~IpE3-T~VD*58?G", "type": "video"}, {"id": 3281170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/275a5218-5a33-4730-9dbd-231cb1c5aff7/width=450/3281170.jpeg", "nsfwLevel": 1, "width": 672, "height": 384, "hash": "UGG8in4:D*?GAV%LR*xa?Gf6%2WV~ooLoMNG", "type": "video"}, {"id": 3281171, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b735b3fd-9f5f-4293-b93f-abe46526e76c/width=450/3281171.jpeg", "nsfwLevel": 1, "width": 672, "height": 384, "hash": "UBELviI?EM~A_MxaVZoe5q-oS39bo}xaE1NH", "type": "video"}, {"id": 3281174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3dc82afe-6e98-4bae-9229-9e7e8e52b8f2/width=450/3281174.jpeg", "nsfwLevel": 1, "width": 672, "height": 384, "hash": "U8HxfyM{Re~n?J9H9dofxlIUIJof9GIqx^t3", "type": "video"}, {"id": 3281173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/313caae3-9f98-4b01-9778-3feb1182727c/width=450/3281173.jpeg", "nsfwLevel": 1, "width": 672, "height": 384, "hash": "UAF#:Z?GJW9|01R-IB%MPU%g~A%0yCx]s.t7", "type": "video"}, {"id": 3281172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05908639-4a99-4aba-bb6f-79e6232e8547/width=450/3281172.jpeg", "nsfwLevel": 1, "width": 672, "height": 384, "hash": "U8Dc5cBn00Q.}tGE8_n5soNHxaxtnOoMWBMx", "type": "video"}, {"id": 3281175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/078b267f-28bc-4fbb-8ddf-b9efba74c6e6/width=450/3281175.jpeg", "nsfwLevel": 1, "width": 672, "height": 378, "hash": "U5GGtx^Q0JjEs$OY#:v}tRADM|}YsjEL].xa", "type": "video"}], "downloadUrl": "https://civitai.com/api/download/models/206200", "modelId": 183733} \ No newline at end of file diff --git a/datasets/metadata/206388.json b/datasets/metadata/206388.json new file mode 100644 index 0000000000000000000000000000000000000000..81ca0eed8835b996d1cb2755242c01cb11dac583 --- /dev/null +++ b/datasets/metadata/206388.json @@ -0,0 +1 @@ +{"id": 206388, "index": 1, "name": "Hayko Cepkin v1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-31T14:33:35.249Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["haykocepkin"], "stats": {"downloadCount": 44, "ratingCount": 2, "rating": 5, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 158592, "sizeKB": 73843.3515625, "name": "haykocepkin.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-31T13:25:32.680Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3A9D76E1", "AutoV2": "84D2D5959A", "SHA256": "84D2D5959AA3C9CB32B7B3F04E5EACEC1BC73E50663C1BC04211355F9828C69F", "CRC32": "BEDEF29C", "BLAKE3": "8F6A5AEBC9484937B1854B5CD34ABD3198C58C3D2E9086B0CEEAF08D8C0EE058", "AutoV3": "E17515B34994"}, "downloadUrl": "https://civitai.com/api/download/models/206388", "primary": true}, {"id": 158320, "sizeKB": 5885.3984375, "name": "206388_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-31T06:10:45.647Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A59CB325", "AutoV2": "EC53460040", "SHA256": "EC53460040136B5035200B420E7D95B854F5EFF17C1BF4F6B27B30970709BC13", "CRC32": "139F34D2", "BLAKE3": "7EA14013700E7C91EDBAE81981CE6A3EC057CBBBC305E559BFD3ED675AB7B5F6"}, "downloadUrl": "https://civitai.com/api/download/models/206388?type=Training%20Data"}], "images": [{"id": 3291794, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45bfa83a-84a6-4c76-83cb-3e6f7a88a844/width=450/3291794.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U78zJnSi0gxDw^jZE2Rj02sl}@R-57oz^kxu", "type": "image"}, {"id": 3291798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa311a99-b980-4d14-8e22-e9ba4a572824/width=450/3291798.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9ByF1}*IcNPrPj20dE84-N3%0xUt*$_^+-h", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/206388", "modelId": 183890} \ No newline at end of file diff --git a/datasets/metadata/206390.json b/datasets/metadata/206390.json new file mode 100644 index 0000000000000000000000000000000000000000..c86f68e29b93178a2392f6f546b06cf1ce8cd90b --- /dev/null +++ b/datasets/metadata/206390.json @@ -0,0 +1 @@ +{"id": 206390, "index": 0, "name": "Soviet-poster", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-10-31T08:04:32.851Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["soviet poster"], "stats": {"downloadCount": 4415, "ratingCount": 343, "rating": 5, "thumbsUpCount": 716, "thumbsDownCount": 0}, "files": [{"id": 158377, "sizeKB": 223101.23046875, "name": "Soviet-poster.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-31T07:40:37.824Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B834385A", "AutoV2": "BB1CEDFCEC", "SHA256": "BB1CEDFCEC667E192AC3006C43F5137B87EE6D0AA8006AF50612526502D3EACE", "CRC32": "7103D2BA", "BLAKE3": "D37F1BBBF5054DF903E324D0B35D808A53E081DAEF2AFA031BDE99BA3C980B23", "AutoV3": "F697C639098F"}, "downloadUrl": "https://civitai.com/api/download/models/206390", "primary": true}, {"id": 158326, "sizeKB": 6476.880859375, "name": "206390_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-31T06:20:37.633Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C5D26EDD", "AutoV2": "53B527D41E", "SHA256": "53B527D41E09FE52680263DAB9A97A84FC082E4ADD726B54E99D3DA5854593F2", "CRC32": "5A428DEB", "BLAKE3": "042ABE9DD3D7B6EF5067FF2DF7EE9C07DE950E0774B36BB252B38C682881ACCB"}, "downloadUrl": "https://civitai.com/api/download/models/206390?type=Training%20Data"}], "images": [{"id": 3287095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da3efb58-935e-4348-a1f2-cf344abeb91d/width=450/3287095.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "URE{h3IW~UW;Ir$fWBxtRjw^t7e:xZSixZWA", "type": "image"}, {"id": 3285166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1792b868-8be3-4f06-a5fa-d0057548a0a3/width=450/3285166.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UhIg4WZ$R*tR}@eTI;OFVtr=t6W=bIRjoet7", "type": "image"}, {"id": 3285364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d68b602d-454a-4648-aaaa-38ba0003c4a6/width=450/3285364.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UNGIWFS6o}_3?d%Nb_I[XVWFNzt8IWNGxuad", "type": "image"}, {"id": 3286536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b888823f-f0ad-4025-98cc-7ce3f86c0727/width=450/3286536.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "U6F$8~_1009H=Xxtn2em~VRkwt?F049b}-xt", "type": "image"}, {"id": 3285303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ac65b15-4460-4427-9d90-70dfcbb8339e/width=450/3285303.jpeg", "nsfwLevel": 1, "width": 1024, "height": 768, "hash": "URGa%%$LnOxb}t-o9aaLrraeEhM{=dbctQoM", "type": "image"}, {"id": 3285306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7764ba1-e2da-456c-bb26-a031eaf9736e/width=450/3285306.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "URFPA]RO=^sl~qVrspn$-qxFMzs8N3-ojEs.", "type": "image"}, {"id": 3285382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8551c0bb-7d4f-4dd8-b306-e9945df938de/width=450/3285382.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UTG8T2D,%JyC~WVtI@x]%NxBI[t8EmRjR.Nf", "type": "image"}, {"id": 3285308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d69aa36-7788-44ea-8934-3d460ae9052d/width=450/3285308.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "U8Eev6={?K%104J:55t6n1E3Mu9r%O^GWAIn", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/206390", "modelId": 183892} \ No newline at end of file diff --git a/datasets/metadata/206425.json b/datasets/metadata/206425.json new file mode 100644 index 0000000000000000000000000000000000000000..c5e00354521fc04998fdac95a35d89c041202adf --- /dev/null +++ b/datasets/metadata/206425.json @@ -0,0 +1 @@ +{"id": 206425, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-31T07:13:31.136Z", "availability": "Public", "nsfwLevel": 19, "description": null, "trainedWords": [], "stats": {"downloadCount": 318, "ratingCount": 52, "rating": 5, "thumbsUpCount": 65, "thumbsDownCount": 0}, "files": [{"id": 158356, "sizeKB": 22262.69921875, "name": "Shou_ryuujo_CondorHero-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-31T07:15:38.781Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EA9618E2", "AutoV2": "F9FE6B8EE1", "SHA256": "F9FE6B8EE1D5551D2F2070149BFAF49D85FCC1ABA2212BEC0EA8916D19C361CB", "CRC32": "1F52FB45", "BLAKE3": "B07B816D8A4BA4A02AF4BCFDDB9425743AA45E71FA436B0BD0322BE6233C8452", "AutoV3": "DEFFB90CAB8C"}, "downloadUrl": "https://civitai.com/api/download/models/206425", "primary": true}, {"id": 158357, "sizeKB": 43012.50390625, "name": "Shou_ryuujo_CondorHero.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-31T07:15:39.848Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6BB6F55D", "AutoV2": "80678F0C82", "SHA256": "80678F0C826E9D3094BD281A316D0D6E9D9DF8A77BE37406E54D4D9417114452", "CRC32": "8CE5903B", "BLAKE3": "4668AC77B10BE06E999A77129A2729BBC38E539A6FC561B48E674711112F0A33"}, "downloadUrl": "https://civitai.com/api/download/models/206425?type=Training%20Data"}], "images": [{"id": 3284686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b60577c-e6bb-406d-999c-73751b19739d/width=450/3284686.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMPi9x%2.9%20ckC%gS1VGj[$jni?^kCxtkC", "type": "image"}, {"id": 3284959, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/786e5aff-2d58-4911-9690-3b609f0e5423/width=450/3284959.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UhNmE3~pXQ%M9Yxtt7t79FxuWraeofM{%2o#", "type": "image"}, {"id": 3284920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0dbddc7-a750-4ce3-8867-4a68f9e07368/width=450/3284920.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USO:6JDi?wIU%fwy%gIo4-NFsDWB-qRkM_WB", "type": "image"}, {"id": 3285027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd3abd6b-0c4b-4188-bddd-6b75a065cf41/width=450/3285027.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UFK-2p=z00Mc0MMx~U$%DP-T^*oi9EIUp0xs", "type": "image"}, {"id": 3285029, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a40c2851-09dc-4cf1-9ae5-fe4de9782811/width=450/3285029.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UhNmE3~pXQ%M9Yxtt7t79FxuWraeofM{%2o#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/206425", "modelId": 183918} \ No newline at end of file diff --git a/datasets/metadata/206455.json b/datasets/metadata/206455.json new file mode 100644 index 0000000000000000000000000000000000000000..ff00da61f084e62fb55736c8ea59640bf773a494 --- /dev/null +++ b/datasets/metadata/206455.json @@ -0,0 +1 @@ +{"id": 206455, "index": 2, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-31T20:48:52.986Z", "availability": "Public", "nsfwLevel": 28, "description": "This is the initial version.
", "trainedWords": [], "stats": {"downloadCount": 175, "ratingCount": 14, "rating": 5, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 158928, "sizeKB": 36977.75, "name": "Grrrl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-31T20:43:36.940Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "14ED036D", "AutoV2": "E413AD774A", "SHA256": "E413AD774A56C2E4603947B0AEC5288FE41D5836BAC2A49B48A0EC556583C19D", "CRC32": "B4D947EF", "BLAKE3": "E3EDA6095DB0F522E90F749D61E24AE9634C23342BED26E974B90A033981755D", "AutoV3": "1C6203C6E007"}, "downloadUrl": "https://civitai.com/api/download/models/206455", "primary": true}, {"id": 158386, "sizeKB": 45098.12109375, "name": "206455_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-31T08:00:39.457Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "774BAEFA", "AutoV2": "F540F5D8F3", "SHA256": "F540F5D8F35D6D16AFBD2EF3A2879A1FF2BA07D530A9F57AF4C9FEACA02F351F", "CRC32": "682E6877", "BLAKE3": "98DC1C1E398FEE90E23CA9E4042A4430CA2E896A7D259B5BA71EF04CBC99D7A0"}, "downloadUrl": "https://civitai.com/api/download/models/206455?type=Training%20Data"}], "images": [{"id": 3297872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/793f451f-df02-4314-8780-568b7c41ecc0/width=450/3297872.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCI;@g%M00%0u5IVn%xuE+niZ~of~Vj?IUM|", "type": "image"}, {"id": 3297869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0eba2867-3e57-423f-8f56-126bafa1ecd1/width=450/3297869.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDJt-l%24:~q00aKD%SOR.ofoKIo?bR.ogxu", "type": "image"}, {"id": 3297871, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/977b069a-d3c8-4d98-9a78-5bfc1c96e5de/width=450/3297871.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIJao]-;Kk4m~qV@M{Rj56IoIo-po}aynhR*", "type": "image"}, {"id": 3297873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fefc84da-ebda-4a4f-acbf-8f195ff54a5e/width=450/3297873.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U9H27u00AwR5f~00%1xa~qITIoR.^,xZxuE1", "type": "image"}, {"id": 3297870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a1b87e4-d7e3-4f2d-bf57-48b275119430/width=450/3297870.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UCGbSFMw0Ks,~q014:xaRioJ^,%2ROM_o}NG", "type": "image"}, {"id": 3297849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0b90826-2948-4232-ad6a-85ad2fbc79e0/width=450/3297849.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UPHn~Rt59uR+~ptRM{RjNG%2aKs.r?ofE2oy", "type": "image"}, {"id": 6142460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13a2dc52-f8a4-4351-9ce5-95f518d66852/width=450/6142460.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNJR2A%MK5IV?uNGtR%1%gsms:R%~qtQxtRk", "type": "image"}, {"id": 6143152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b24eda6-6831-48f5-b704-f42e6a2bd742/width=450/6143152.jpeg", "nsfwLevel": 2, "width": 2560, "height": 3840, "hash": "URIq.Mxa9vxu?^WBNGt7yXn$xFt7.8xtxubH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/206455", "modelId": 183946} \ No newline at end of file diff --git a/datasets/metadata/206498.json b/datasets/metadata/206498.json new file mode 100644 index 0000000000000000000000000000000000000000..3b9f0a9b1a89c73284269659768e2986d3903afa --- /dev/null +++ b/datasets/metadata/206498.json @@ -0,0 +1 @@ +{"id": 206498, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-31T08:56:19.444Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 214, "ratingCount": 30, "rating": 5, "thumbsUpCount": 42, "thumbsDownCount": 0}, "files": [{"id": 158422, "sizeKB": 22250.39453125, "name": "Elena_Arshavina_WorldBreak-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-31T08:56:01.284Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C2130FE4", "AutoV2": "533F931742", "SHA256": "533F931742DF3DFFCBC6B22AC666160F726F76EC8834F92AFE5801C6A01A21AF", "CRC32": "874A7ECC", "BLAKE3": "E0CEA6A9424577A132154784A651213CC2B7DC27C0D943EDA834DCA02574C3BB", "AutoV3": "03D51AD3539F"}, "downloadUrl": "https://civitai.com/api/download/models/206498", "primary": true}, {"id": 158423, "sizeKB": 45843.203125, "name": "Elena_Arshavina_WorldBreak.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-31T08:56:05.354Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4D29BE0D", "AutoV2": "103E908049", "SHA256": "103E90804938D90E7CFDA67A71F6C168263A456FDE3733F0355D5F34F1931B68", "CRC32": "39C9A81B", "BLAKE3": "206C95617A5BCBE007074C9EC15C94CDDA91360A5DBA2C9376CCDE49ACF98AC5"}, "downloadUrl": "https://civitai.com/api/download/models/206498?type=Training%20Data"}], "images": [{"id": 3286664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b2f2fa3-9edc-4673-ae5f-a14596d7362b/width=450/3286664.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UnODXzof.8js~qj[flt7%MoeV@WBNFoeM{Rj", "type": "image"}, {"id": 3294213, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9d20a72-bd14-4c8d-89f1-430c882099d5/width=450/3294213.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UoLqRz~qX8-;xu%MRjWBW=WBoLof-;WBIUax", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/206498", "modelId": 183981} \ No newline at end of file diff --git a/datasets/metadata/206872.json b/datasets/metadata/206872.json new file mode 100644 index 0000000000000000000000000000000000000000..5a27c810c4bd59a60e181e9e3156b9112bd9c802 --- /dev/null +++ b/datasets/metadata/206872.json @@ -0,0 +1 @@ +{"id": 206872, "index": 0, "name": "Camille Toh", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-10-31T23:24:54.597Z", "availability": "Public", "nsfwLevel": 28, "description": "1.0
", "trainedWords": ["camilletoh"], "stats": {"downloadCount": 42, "ratingCount": 7, "rating": 5, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 158827, "sizeKB": 223101.66796875, "name": "Camille_Toh-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-31T18:20:53.519Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "71C9CEA1", "AutoV2": "9A2517CC9D", "SHA256": "9A2517CC9DC71AC07E4915DBA930D1CE7C5BFB204E728AEDD811B8ECE014E485", "CRC32": "058F0837", "BLAKE3": "3A9855AEA64DE600B27D6E28F9A4FBD9AA007907AF9BEDC8A5F1175FF6D4B572", "AutoV3": "F9F2AA1344AD"}, "downloadUrl": "https://civitai.com/api/download/models/206872", "primary": true}, {"id": 158691, "sizeKB": 413.859375, "name": "206872_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-31T15:25:41.644Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "A9D0F3721E", "SHA256": "A9D0F3721E926446566036CF1CD14B58ED7D792847F442A452EA1FE460E49A94", "CRC32": "935B5EFE", "BLAKE3": "82B9B2E3B6359D0EC589591C4E7A3DB6690F5427D03625140F7E319763636959"}, "downloadUrl": "https://civitai.com/api/download/models/206872?type=Training%20Data"}], "images": [{"id": 3295651, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04ad1b83-4b3c-49e5-a19d-1cee492c0849/width=450/3295651.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U2FYAQC~5l[~00{-C4S?1V0$4o$mTMw:TSm,", "type": "image"}, {"id": 3295648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49a8f1d3-e9d8-467e-8a53-a6129ecc2f72/width=450/3295648.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U9K91K3NGGO_{cyFFzE08wAJ55,q2y0_o},:", "type": "image"}, {"id": 3295647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50867953-9a4c-4f35-abcb-fcb2c87e92cf/width=450/3295647.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIIMc^3Cog-q}Y-;XnR+ITs.EKiwS8J7R%Ri", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/206872", "modelId": 184324} \ No newline at end of file diff --git a/datasets/metadata/207141.json b/datasets/metadata/207141.json new file mode 100644 index 0000000000000000000000000000000000000000..f54bac426cdeb6c7382be77e61d7cd9e4f57e9b4 --- /dev/null +++ b/datasets/metadata/207141.json @@ -0,0 +1 @@ +{"id": 207141, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-31T19:33:28.306Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": [], "stats": {"downloadCount": 486, "ratingCount": 54, "rating": 5, "thumbsUpCount": 72, "thumbsDownCount": 0}, "files": [{"id": 158882, "sizeKB": 22248.68359375, "name": "Ichijou_Honoka_Hamemakuri-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-31T19:26:19.677Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C8E6E466", "AutoV2": "C65DBFFDA8", "SHA256": "C65DBFFDA874854F89155051EA8D1C9DAAC72A05CD2B441F01625720A14AFE8C", "CRC32": "2CE0B84C", "BLAKE3": "AA0375DC9485036C4374A870F28C2FD24BD817AFCBEA24E3D3867358F34C9AC8", "AutoV3": "30BDFFC82C85"}, "downloadUrl": "https://civitai.com/api/download/models/207141", "primary": true}, {"id": 158883, "sizeKB": 36389.5615234375, "name": "Ichijou_Honoka_Hamemakuri.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-31T19:26:29.113Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "38494938", "AutoV2": "21D185715A", "SHA256": "21D185715A77285AC50F593BD345BCE7F67DB34399FF7E72DF5300AC0D4FF78F", "CRC32": "6DD48882", "BLAKE3": "6EFAE51A34179D46A8248FDED7DF2DB3BDF4E200892366DCA49662D5356DFF95"}, "downloadUrl": "https://civitai.com/api/download/models/207141?type=Training%20Data"}], "images": [{"id": 3302246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7a64a08-9729-4892-b344-2fd9c93e1856/width=450/3302246.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UjO{~=RP?^%MROt7%NfQxuozj@WBxvV@oyof", "type": "image"}, {"id": 3297051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cab30fb-367e-469e-a7bb-cea2be39492a/width=450/3297051.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UjO{~=RP?^%MROt7%NfQxuozj@WBxvV@oyof", "type": "image"}, {"id": 3297370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3742c8e2-fd0f-41d5-8b91-aed29ba89696/width=450/3297370.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USOyw[00El4nE1Mx-;ofRSt6t7a}~pn$RPfj", "type": "image"}, {"id": 3297452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1fd86dc5-347b-42ba-adb6-17fb8f147e0c/width=450/3297452.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UHM?SX?]02rr00#8?Hx]9tR5t7Xm#7%gIoIB", "type": "image"}, {"id": 3302269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99368d50-274c-4175-8c9e-8ac752b48f72/width=450/3302269.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQN]^Y4U.8%NROoygPM{McIVxZV@_NxuNHbv", "type": "image"}, {"id": 4808867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cc939ba-e8d0-4437-ac16-76c4839ccb36/width=450/4808867.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UcM@7eWr_Nxa.9kC%gV@VstSoMM{w]aKaeRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/207141", "modelId": 43124} \ No newline at end of file diff --git a/datasets/metadata/207273.json b/datasets/metadata/207273.json new file mode 100644 index 0000000000000000000000000000000000000000..eb2ad7616a64a74f5c429ab05dc77ecea1afe3aa --- /dev/null +++ b/datasets/metadata/207273.json @@ -0,0 +1 @@ +{"id": 207273, "index": 2, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-10-31T22:12:41.756Z", "availability": "Public", "nsfwLevel": 28, "description": "Made only with images form Bing IC and curated to be most accurate
", "trainedWords": ["Fila_Dog"], "stats": {"downloadCount": 35, "ratingCount": 6, "rating": 5, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 223506, "sizeKB": 18548.578125, "name": "Brazilian_Fila_Anthro_V1_0_NEW.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-03T17:15:47.921Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "CC3C935741", "SHA256": "CC3C93574142260462AB644F923E24317FCAA161A957245EA7E4CAE276C95D7F", "CRC32": "EC4DA618", "BLAKE3": "62784E8E8D1235DC9B9383E4CAF592F6CEF9994AEBDAE6C536DB56D1AC1C257E", "AutoV3": "FD311ABCAECE"}, "downloadUrl": "https://civitai.com/api/download/models/207273", "primary": true}, {"id": 223915, "sizeKB": 4051.927734375, "name": "Fila_BR_Anthro_DATASET_V10.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-04T01:35:53.426Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7B8B344D", "AutoV2": "FB3271016B", "SHA256": "FB3271016B1C324AA2D982F51E82BF017FD8CCDC22B2B7A8F3F7096315DAB9C5", "CRC32": "278E0A14", "BLAKE3": "E3CAB0FF65BF69FBEDE2498B8950D32D6DA300D9E61F54C3E55726F7D0F19F63"}, "downloadUrl": "https://civitai.com/api/download/models/207273?type=Training%20Data"}], "images": [{"id": 5134914, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b6b9b88-e500-4332-86ca-35fbed0ce44c/width=450/5134914.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UDE2tPWE~UjY?aRlWAoLE2IpRPofE2Wo4:WB", "type": "image"}, {"id": 5134922, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86d7e888-ea47-4a59-8b73-37d163fd4142/width=450/5134922.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UHF~ETMy~URP~p%fM_xV-;%hxBjDIp?cIUjX", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/207273", "modelId": 182437} \ No newline at end of file diff --git a/datasets/metadata/207564.json b/datasets/metadata/207564.json new file mode 100644 index 0000000000000000000000000000000000000000..e593cbf5ad50d8b98a2afd824e412be0aa8827e7 --- /dev/null +++ b/datasets/metadata/207564.json @@ -0,0 +1 @@ +{"id": 207564, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-01T03:57:22.800Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 496, "ratingCount": 98, "rating": 5, "thumbsUpCount": 123, "thumbsDownCount": 0}, "files": [{"id": 159236, "sizeKB": 22245.19140625, "name": "Tohsaka_Natsuki_Hamemakuri-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-01T04:00:47.961Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CDB91208", "AutoV2": "BD8A224364", "SHA256": "BD8A22436495DED04A0CA2A98447CEBDEFEB31490EB197644A4DFB5856809CD0", "CRC32": "49F3D604", "BLAKE3": "1382917C1744ABAE19D61C7BDF59CE6213E6794A4EA69E4BD01BB950966B0155", "AutoV3": "B7B7D3EB92FC"}, "downloadUrl": "https://civitai.com/api/download/models/207564", "primary": true}, {"id": 159237, "sizeKB": 41085.1923828125, "name": "Tohsaka_Natsuki_Hamemakuri.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-01T04:00:36.040Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9A96370C", "AutoV2": "620450B1A2", "SHA256": "620450B1A2E5F23EE11CCA9E5D696C08C39DD6D7A7B6FE07F9BCD601E8E212B2", "CRC32": "CB8FB525", "BLAKE3": "19F357B646AF527BEF121D21ECCDF10394E46CDC07435859CD64DD4F63C5BF07"}, "downloadUrl": "https://civitai.com/api/download/models/207564?type=Training%20Data"}], "images": [{"id": 3303483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a3f4b2c-d018-40d1-80af-64f17e95b2e1/width=450/3303483.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UhS5*Bxa*0x]w@j[o#WBtlj@RQof%2f6R-ay", "type": "image"}, {"id": 3303492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7205359-5f46-4234-b869-31851ee48f40/width=450/3303492.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UhS5*Bxa*0x]w@j[o#WBtlj@RQof%2f6R-ay", "type": "image"}, {"id": 3303593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5851306e-a488-412d-8e83-46fd3ec258c3/width=450/3303593.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXRo$]n#.T%g-Ot7pJRlRjV@V@oe.8oeM|kD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/207564", "modelId": 184910} \ No newline at end of file diff --git a/datasets/metadata/207647.json b/datasets/metadata/207647.json new file mode 100644 index 0000000000000000000000000000000000000000..2b57cee91157c06d805e69a85bab1420d2a5b5bf --- /dev/null +++ b/datasets/metadata/207647.json @@ -0,0 +1 @@ +{"id": 207647, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-01T05:36:11.052Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 457, "ratingCount": 85, "rating": 5, "thumbsUpCount": 106, "thumbsDownCount": 0}, "files": [{"id": 159299, "sizeKB": 22248.47265625, "name": "Kisaragi_Anna_Hamemakuri-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-01T05:35:54.381Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FDB91343", "AutoV2": "9DBE62BF07", "SHA256": "9DBE62BF0733FAFCB40F800BF250462E41CB31785EBA403A6C223835CC105BD2", "CRC32": "D8A0E7D7", "BLAKE3": "95C617B5B84829FCFE0156CFA2F9787E9A70EAB2AC5A3BFA13986F0A31334C7F", "AutoV3": "1320E2AE8F4F"}, "downloadUrl": "https://civitai.com/api/download/models/207647", "primary": true}, {"id": 159300, "sizeKB": 38771.2998046875, "name": "Kisaragi_Anna_Hamemakuri.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-01T05:35:51.854Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6A6B68A7", "AutoV2": "0EC26AE851", "SHA256": "0EC26AE851FD5654FA1074599B637558E8F390F491907168452E85D1AA157602", "CRC32": "EFC19575", "BLAKE3": "951E289FFBE24A77E52EAA8A94DA565576CE685CDDEFD488F673DEBAD41F02CE"}, "downloadUrl": "https://civitai.com/api/download/models/207647?type=Training%20Data"}], "images": [{"id": 3304812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85455b86-5dd1-46d9-8d4c-d3af314a5238/width=450/3304812.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQQ+?3%M?^%M.8kBahWA.SWBV?a}%Lofawax", "type": "image"}, {"id": 3304842, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcfdaadc-2d97-4a17-9f32-128e570f1366/width=450/3304842.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQQ+?3%M?^%M.8kBahWA.SWBV?a}%Lofawax", "type": "image"}, {"id": 3304861, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/598c107c-e79b-4c40-9f34-a73a9c29428e/width=450/3304861.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKPPv1D+E1Vr-?M^SjNMD*WBMxoI_N%NI9WX", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/207647", "modelId": 184980} \ No newline at end of file diff --git a/datasets/metadata/207692.json b/datasets/metadata/207692.json new file mode 100644 index 0000000000000000000000000000000000000000..d2630553ec7b43ae8e43b79be63ddd63532df75b --- /dev/null +++ b/datasets/metadata/207692.json @@ -0,0 +1 @@ +{"id": 207692, "index": 0, "name": "Prokudin style", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-01T14:14:51.239Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 116, "ratingCount": 15, "rating": 5, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 159645, "sizeKB": 36977.5078125, "name": "Prokudin_style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-01T13:46:19.806Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "72353B22", "AutoV2": "4996CB6466", "SHA256": "4996CB64669DFE45083A64E37B02EC6FA534B09FFB016A172E6E50616FC95ECB", "CRC32": "A78D0F0E", "BLAKE3": "CC474C380E53EEC19251236E48F6D6C1DEFD281489D3E6EAA7D6F7F7DF47FA8D", "AutoV3": "FFFFF34694DE"}, "downloadUrl": "https://civitai.com/api/download/models/207692", "primary": true}, {"id": 159340, "sizeKB": 15557.1416015625, "name": "207692_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-01T06:45:37.758Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E3ADB17C", "AutoV2": "2400E046D2", "SHA256": "2400E046D2A7C7D57D02C0A4E2FE4A033FDBEBAD33394AFDEFD077B7E075DF62", "CRC32": "420F36C7", "BLAKE3": "B38D222BE768AC24B9F46A09A8B0CD882775D3DF9AEF7C35398687A84CC826B6"}, "downloadUrl": "https://civitai.com/api/download/models/207692?type=Training%20Data"}], "images": [{"id": 3311349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54c2cbf3-3d65-4714-97de-633844c2ffbf/width=450/3311349.jpeg", "nsfwLevel": 1, "width": 968, "height": 648, "hash": "U%IX]ht6s*t7%%oKs+j[%Mj[ogaxNHWVt7f6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/207692", "modelId": 185022} \ No newline at end of file diff --git a/datasets/metadata/207730.json b/datasets/metadata/207730.json new file mode 100644 index 0000000000000000000000000000000000000000..16c8e01aa31d4244054896a67d55fb77d3dcdcb6 --- /dev/null +++ b/datasets/metadata/207730.json @@ -0,0 +1 @@ +{"id": 207730, "index": 0, "name": "Sophie Mask", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-01T08:56:14.792Z", "availability": "Public", "nsfwLevel": 22, "description": null, "trainedWords": [], "stats": {"downloadCount": 147, "ratingCount": 15, "rating": 4.93, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 159399, "sizeKB": 36978.2734375, "name": "Sophie_Mask.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-01T08:35:37.758Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5845D52E", "AutoV2": "C66C5D7CA6", "SHA256": "C66C5D7CA607DCA5044712B97C78451DCBAB56B4B6685BE06E5D98A61C6F9B9A", "CRC32": "E535AD97", "BLAKE3": "FFD39D231F6C141A356630BE20B964C38DE27D8B0303005A137A7012E029E5FE", "AutoV3": "3A094869ADF9"}, "downloadUrl": "https://civitai.com/api/download/models/207730", "primary": true}, {"id": 159382, "sizeKB": 2306.4873046875, "name": "207730_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-01T08:05:47.368Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CBB63B4E", "AutoV2": "AB9E7E8F2C", "SHA256": "AB9E7E8F2C2E206B1CF7DBBE78A0AC22F0DF4E3C5E2F751C34F52D011F734781", "CRC32": "5742DC7D", "BLAKE3": "93FDCA3E05704C47BA6FBAB45DB01557D988778E0D4CBFFC8C833AED81071513"}, "downloadUrl": "https://civitai.com/api/download/models/207730?type=Training%20Data"}], "images": [{"id": 3312597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d71f83d3-8297-4670-b93d-0bba76e14117/width=450/3312597.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1280, "hash": "U58|kpHq0gt6P;8^xb-pBpH?^k%1=|V?O?M{", "type": "image"}, {"id": 3312596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1602de0-cc1f-4914-8921-940d08e99de2/width=450/3312596.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1280, "hash": "U28:n-~B000L0fEL$f$%1|ae{exax]t6n5NG", "type": "image"}, {"id": 3312594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a450dbf-d6f4-4127-82e0-e41aa80f31ac/width=450/3312594.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1280, "hash": "UEB{r,~C0LEL0eE1WVR*$*jGRkofs+xt%Mt7", "type": "image"}, {"id": 3312814, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ed6eca8-88ac-4ad6-9987-f62f52f02338/width=450/3312814.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1808, "hash": "UIGb9h~VyCxuyDX9W=of8_V?Mxf5X8X8M{WB", "type": "image"}, {"id": 3312595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cb8daa7-2e57-4bfa-926f-71dc53c97b2e/width=450/3312595.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1280, "hash": "UXJ@zdIU_Ms:_Nj?aej[S4jsRjR*%1ayWqaz", "type": "image"}, {"id": 3312598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d2ec30f-4c97-4841-92a1-db6fc1597924/width=450/3312598.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1280, "hash": "UNK1OC^k_NRk~VVtt7of-;RjRPoLjYafWCxt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/207730", "modelId": 185056} \ No newline at end of file diff --git a/datasets/metadata/208048.json b/datasets/metadata/208048.json new file mode 100644 index 0000000000000000000000000000000000000000..aba873aa9d84700ad0430a469549c5c85c1a5628 --- /dev/null +++ b/datasets/metadata/208048.json @@ -0,0 +1 @@ +{"id": 208048, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-01T13:32:57.321Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["brazil attire", "juliet sunglasses"], "stats": {"downloadCount": 203, "ratingCount": 31, "rating": 5, "thumbsUpCount": 44, "thumbsDownCount": 0}, "files": [{"id": 159625, "sizeKB": 18546.0400390625, "name": "BrazilAttire-06V5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-01T13:36:44.890Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "F1F94ED36E", "SHA256": "F1F94ED36E243A967F541D1678090C2392CF04BF825564CD3D1498944D6CC088", "CRC32": "004AAF6C", "BLAKE3": "D5743E19493E14FA9DA8B6F3DA5C47DD4669829B1F13E2249D6A0CFBADA07FA7", "AutoV3": "4B9C0F95A998"}, "downloadUrl": "https://civitai.com/api/download/models/208048", "primary": true}, {"id": 230072, "sizeKB": 25760.50390625, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T15:32:01.119Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B388DC05", "AutoV2": "7284EF89D1", "SHA256": "7284EF89D1552B9DA95B622CD4B055C842C5059BF69B7DB829DCD6927BBEE8B8", "CRC32": "016F5F39", "BLAKE3": "670EFD95EA69511AEFD8AFFB614DA084010247196BFA3DF2143EDB1E8B33B77D"}, "downloadUrl": "https://civitai.com/api/download/models/208048?type=Training%20Data"}], "images": [{"id": 3310704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89b611a9-cedc-4f28-bb3c-9fa9047636e0/width=450/3310704.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1808, "hash": "UPHe2f%M0N%2~qxaM_xZAMxa?8t7%MjsM|fl", "type": "image"}, {"id": 3310707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc0280a3-8d7b-49b8-b461-1ba11db34ada/width=450/3310707.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1808, "hash": "UNH_D4D*9%ROk84.9F%MX=t6^$M{4;WARjof", "type": "image"}, {"id": 3438005, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/320df96f-0661-41c5-9397-6155ef0b55f8/width=450/3438005.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1808, "hash": "UFG8AeIU01t8_2IVxZNG189a~9sl~VMxIpE2", "type": "image"}, {"id": 3310710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cda14293-ef1d-4961-9322-20a91551c1d3/width=450/3310710.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1808, "hash": "UNI4nL4o5EkE%~D%IUxbBZV=^cjc~TM_R.NH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/208048", "modelId": 185329} \ No newline at end of file diff --git a/datasets/metadata/208128.json b/datasets/metadata/208128.json new file mode 100644 index 0000000000000000000000000000000000000000..ec613020ef9bd46f19048b4c1e473f2c8417b5ea --- /dev/null +++ b/datasets/metadata/208128.json @@ -0,0 +1 @@ +{"id": 208128, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-01T14:47:03.475Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Senju_Tsunade", "Grey_short_kimono_Blue_obi_Blue_pants_Green_haori", "Grey_short_kimono_Blue_obi_Blue_pants_Sleeveless", "Brown_strapless_front-tie_bikini_top_Brown_loincloth"], "stats": {"downloadCount": 1106, "ratingCount": 140, "rating": 5, "thumbsUpCount": 214, "thumbsDownCount": 0}, "files": [{"id": 159690, "sizeKB": 37003.6748046875, "name": "Senju_TsunadeV3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-01T14:30:39.903Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F694A850", "AutoV2": "13DF4A1450", "SHA256": "13DF4A14504259FDEDC6BEE9FBCEB63A2A5D45FBCA025F8144DFE32D6FDAB595", "CRC32": "55377736", "BLAKE3": "7E21C69B489579317B565841A0E8F9937361305FDA2F270E3A527E435A0B2A03", "AutoV3": "8EBA4A9CF76F"}, "downloadUrl": "https://civitai.com/api/download/models/208128", "primary": true}, {"id": 159691, "sizeKB": 278134.4365234375, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-01T14:31:18.048Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A248A00E", "AutoV2": "7D7252DDBD", "SHA256": "7D7252DDBD3FA63A807954F4F4A8ACBCA76420A0463218ACBD07F0991F1DA559", "CRC32": "E5539230", "BLAKE3": "5EF26588D71B9ADB79B9F60964C14537B24FFC710508F7E3DD4ABE6FC7C2554D"}, "downloadUrl": "https://civitai.com/api/download/models/208128?type=Training%20Data"}], "images": [{"id": 3311680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86b78707-d207-4445-a1d7-7e93f52c5d8e/width=450/3311680.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UJH_c0D+tP?G-7x]02t5?F01Nat8-4Rjs;~V", "type": "image"}, {"id": 3311669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c00a7e4c-8d49-4a2a-8062-825649a32285/width=450/3311669.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UXK^sW^k-PIo^LIVIBt7}@bXxGn,RORkaf%L", "type": "image"}, {"id": 3311679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41dd7156-3893-4e1b-b96b-a5840335be08/width=450/3311679.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UPJtk^$#TKWB~UjE4:E20K-pxaNwInWAxGIU", "type": "image"}, {"id": 3311667, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a597ac7-e8bc-4631-82b4-a648cc4cadd1/width=450/3311667.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UlKnJ6M{OYV?~VtRNdxaxut8%3WB%Ms;xHWB", "type": "image"}, {"id": 3311668, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13569d94-cda7-49db-9466-0be416e049a4/width=450/3311668.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "ULIEqit601xt~At69at69FjaVtoM9aR*s:R*", "type": "image"}, {"id": 3311676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db92a3fe-b5f5-4aaa-a61f-68cded9dc0c7/width=450/3311676.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UVJtbnD*D%NG~BWBIpRjD%n%Ipt6WAWBt7t6", "type": "image"}, {"id": 3311675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54b01d31-89bc-4582-baca-161253a94dad/width=450/3311675.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UqL41yt6kWx[~Vn%bboeIoa}t7jYkBt7t7oe", "type": "image"}, {"id": 3311674, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7de63321-9258-4ce9-9ca7-1ff20e3b1a75/width=450/3311674.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "U7NvSu0000~B*J0K?wD%1HIUbd~VEfxFI@IU", "type": "image"}, {"id": 3311677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/642d778e-f721-4b6c-9933-24c81fccdc56/width=450/3311677.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UPMG-j~91j9w9a=rR5Ne9Zt6oe9aE1S$S5xZ", "type": "image"}, {"id": 3311678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4446fad-f5dd-40d6-8b21-b875426576a7/width=450/3311678.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "ULK0vmxb01?G%KRjIVoc0KNaM|~B%1Ioxaxu", "type": "image"}, {"id": 3311681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/106fea4d-1ac4-4598-9516-ae9dda878c50/width=450/3311681.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UPK1LBEL_3^+~qxaR-IU^+xu9axa.7j[WXof", "type": "image"}, {"id": 3311684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6760c23-68c8-440c-8ee1-1d11a5ca53e3/width=450/3311684.jpeg", "nsfwLevel": 16, "width": 512, "height": 1024, "hash": "URH_S$~B9ZE1xVxtE2WV%1%LWV9ZITxtWXWB", "type": "image"}, {"id": 3311682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b73fba76-6969-4105-9221-97c09af7e83e/width=450/3311682.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UYKwqdxuNHRO~pozT0Wo?bWVxuRPM|Ios.M{", "type": "image"}, {"id": 3311691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9014e3d-8fb1-41fd-a15c-5ff144675b5f/width=450/3311691.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UKK1E^0e0f?b~BR*K6Ri0ejER-slIpR+-pay", "type": "image"}, {"id": 3311688, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c02fe66-5c73-4cbf-857d-3cb2e1e171fd/width=450/3311688.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UPJ[0U-nKQS7?wnhETEOIVR*9HIr4:of-VNI", "type": "image"}, {"id": 3311690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3258d825-55cf-43e3-9b32-025a66bca604/width=450/3311690.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UaJ7zND*xBD*~AoLM|M{V?%2WCjvoHoft7jF", "type": "image"}, {"id": 3311694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/043f10b9-423a-4058-9a04-4e33b764788d/width=450/3311694.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UINJB}Dj01?b_Nb^-;xDY5x[IV%2ggWVR,bb", "type": "image"}, {"id": 3311683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a214ef70-cd4c-4534-b17f-61c353ae06b7/width=450/3311683.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UJLpEgD*^*IB~ox[-:V[I:?at6s:-:%LWCV@", "type": "image"}, {"id": 3311685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0472545a-7bd8-4fbb-ac3e-ef180cac239d/width=450/3311685.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UFF=]?8_BXVrxUv{4oIo~Atl01bw0KV?j^9Z", "type": "image"}, {"id": 3311686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f0c12c0-07f7-40e1-9d3c-15f2461659e2/width=450/3311686.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UHJ800-;OtNx~B%200IUx[IUxv?GRiIoxHxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/208128", "modelId": 185384} \ No newline at end of file diff --git a/datasets/metadata/20835.json b/datasets/metadata/20835.json new file mode 100644 index 0000000000000000000000000000000000000000..afe8e0bc73af0ddc99c6d1193a5e6f29b8fd858b --- /dev/null +++ b/datasets/metadata/20835.json @@ -0,0 +1 @@ +{"id": 20835, "index": 0, "name": "2.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-09T19:28:56.105Z", "availability": "Public", "nsfwLevel": 1, "description": "Retrained from scratch on a better-selected dataset than v. 1.0. Works very well with SD 1.5 base model, but I noticed the model has overfit on smiles in a disconcerting way because I didn't tag lipstick colours in the dataset captions.
(This should be fixed in 2.1 when I can retrain the model overnight.)
This version does best on close-up through to cowboy shots using a LORA strength of 1. For full-body images, using inpaint for improved facial detail is recommended, as well as giving the prix trigger word higher emphasis.
", "trainedWords": ["prix"], "stats": {"downloadCount": 677, "ratingCount": 47, "rating": 5, "thumbsUpCount": 52, "thumbsDownCount": 0}, "files": [{"id": 17367, "sizeKB": 169385.26953125, "name": "PriyankaChopra-v3-SD1.5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-09T19:31:38.975Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "F58528E6", "AutoV2": "0E6B9E6BCA", "SHA256": "0E6B9E6BCA295BD4A6D130A70B0ADDAC46AAE133DCD856972691F61C4404851B", "CRC32": "F011B0FA", "BLAKE3": "C0113762E71512141F32ACFD0D870DB2DA619FA1D940EBA2E681456DFEB28A8C", "AutoV3": "5697E2A5EE19"}, "downloadUrl": "https://civitai.com/api/download/models/20835", "primary": true}, {"id": 17604, "sizeKB": 4745.927734375, "name": "100_prix.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-10T13:20:48.028Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6E690969", "AutoV2": "EE11C7B0D7", "SHA256": "EE11C7B0D74EA634A59D07A7121CF55783A5AB58D8C4A8FD1BBA664EF129E3ED", "CRC32": "5577B6DE", "BLAKE3": "3C6C67D75B5F4F30A0C66F3C3157AF884FEE911DD5CA79A8D85B5D2F4319651C"}, "downloadUrl": "https://civitai.com/api/download/models/20835?type=Training%20Data"}], "images": [{"id": 220717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82de99df-66aa-4459-d052-71a8e6be7400/width=450/220717.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFATi,rpD$_3.T9G4..8xvRPMx%M-paeRPjZ", "type": "image"}, {"id": 220716, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/052bb21d-473d-4aa3-ea0f-11f0fa07f600/width=450/220716.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8BpkK_35R9arW%NT09F579FVX^+00bc~W%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/20835", "modelId": 17183} \ No newline at end of file diff --git a/datasets/metadata/208400.json b/datasets/metadata/208400.json new file mode 100644 index 0000000000000000000000000000000000000000..bfd5e4c6027f1b9bad71fa56a866fedc6e739838 --- /dev/null +++ b/datasets/metadata/208400.json @@ -0,0 +1 @@ +{"id": 208400, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-01T18:33:55.242Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": ["hairclip", " Nora Polyansky", "Long white hair", " red lips", "Pilotsuit", "bodysuit"], "stats": {"downloadCount": 223, "ratingCount": 16, "rating": 5, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 159918, "sizeKB": 36983.140625, "name": "Nora_pilot TestF.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-01T18:35:55.889Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "95FE5AFD", "AutoV2": "6D24BD66D6", "SHA256": "6D24BD66D6278D7F33D41BB7199486D77CCA0E3641FC9F1A3AEC772652B8723C", "CRC32": "1934F232", "BLAKE3": "CAF13E08624C489C213CFE3B5D78294FBD6F7A0A1CB45EBBAE9381CABC3885AE", "AutoV3": "2EB04D7C9442"}, "downloadUrl": "https://civitai.com/api/download/models/208400", "primary": true}, {"id": 159913, "sizeKB": 31514.6572265625, "name": "205324_training_data (1).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-01T18:31:15.332Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "36EFA17E", "AutoV2": "3A03D3767C", "SHA256": "3A03D3767CC81961F6E5DBC24E8A4C1531442F0428787EDF6708D03670B949E5", "CRC32": "E3DA570A", "BLAKE3": "5E9AE00D972DD6E018184F43E4E375D6D262FAB459B3046AA56997C5315A1D18"}, "downloadUrl": "https://civitai.com/api/download/models/208400?type=Training%20Data"}], "images": [{"id": 3316715, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08a1ee06-5f54-48d0-a67e-287a26e43e6c/width=450/3316715.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPG+Bus.4ot7~qoz9Ffj9GIURjRjWCM{s:t8", "type": "image"}, {"id": 3316712, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/624310a8-bfb5-4447-9325-ee50139242e9/width=450/3316712.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UVEyb{-;IVja~q%MIVt7kCozRPxut7RjRjj[", "type": "image"}, {"id": 3316714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/defd8db7-f794-4f1e-94eb-9f9699486232/width=450/3316714.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UyHed{oLxvRj~qofxuWB%Mofofofayofayof", "type": "image"}, {"id": 3316713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db976b02-3d62-4145-a47c-1fcadc8203a7/width=450/3316713.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNDl.+xa9FWB~q%M9FWVR%ofM{WBM|M{t7WA", "type": "image"}, {"id": 3316710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f58996f-8d58-419b-8084-915066682639/width=450/3316710.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U397L*t:000e%$^k0JRODh9Yw]E2v~NatR-q", "type": "image"}, {"id": 3316708, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65f142e5-b4d5-428b-adf9-6b8bfd26a308/width=450/3316708.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7C$.h%200NG_3of00IU9FWW%1s:MyRj~pxu", "type": "image"}, {"id": 3316709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c31e6d20-d874-44f5-b7e2-c2a17ea2b744/width=450/3316709.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UUC%8J4nW;V@~q9FWBs:x]RiRPx[xaWBWBt7", "type": "image"}, {"id": 3316707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd4de7d1-0a56-4e9b-896d-0cd79caefec6/width=450/3316707.jpeg", "nsfwLevel": 8, "width": 768, "height": 512, "hash": "UABp5@4.%f^j.7s.aK~VR*V@Rjx[V[IpR+M|", "type": "image"}, {"id": 3316703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30aaf215-2d3b-4be8-aa5f-c3f648059011/width=450/3316703.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAByy~D*0KE1_Nt74oWA0e-pjFxZ4os:-:V@", "type": "image"}, {"id": 3316705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bbd45ba-1c29-4049-9fe5-d588baa1e6c4/width=450/3316705.jpeg", "nsfwLevel": 8, "width": 768, "height": 512, "hash": "U49i_200?]$+.m4;=|-;5-R.aMgN=K%LShI:", "type": "image"}, {"id": 3316702, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53affd14-2b58-41b1-ae33-a69868f6cc1f/width=450/3316702.jpeg", "nsfwLevel": 8, "width": 768, "height": 512, "hash": "U57m~f~W0e01_N-:D*4oNYR%nPniiwRjS1t5", "type": "image"}, {"id": 3316704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f841e82-fc96-4945-ad00-df89d5496588/width=450/3316704.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDBp9A4.9s%2~qE1IU%2NZRjw^ozn,RjxuRk", "type": "image"}, {"id": 3316706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8068fc38-272d-4001-bd5f-1fae76523eb9/width=450/3316706.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDB|HU9F01-;_NM{9F%M4oxunNWVNdofxuRj", "type": "image"}, {"id": 3338429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6d9ab16-c352-4ae7-a960-d9070dc9d4bd/width=450/3338429.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U*I;|.oft7of~pj[azj@ayayRjWVRjj[ayj[", "type": "image"}, {"id": 3338428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9648da1c-c6a4-4e06-92aa-9ab2774b702b/width=450/3338428.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UTE{e8-;4.t7~qxtD%R*D%M{M{M{IVRjs:of", "type": "image"}, {"id": 3338341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9af63fce-e31a-4ac8-85c8-8e14245e6f4c/width=450/3338341.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UgFr#EaeNHR*~qWBRjRjbHWBWBWCRkj[oeof", "type": "image"}, {"id": 3338347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03435d64-7618-461c-86fb-d1e6406a4979/width=450/3338347.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOEo.5-;D%R*~qxuIUWB4.WBRiRj9GRks:WB", "type": "image"}, {"id": 3338348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05f95704-2775-4da3-ace2-4ce337477f87/width=450/3338348.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDD+}M%M00M{~qt78_Rj00Rj?HayIoWBxut7", "type": "image"}, {"id": 3338346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/baf59a5f-0396-4049-a768-f20492e0b171/width=450/3338346.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UFF=RM9F0e~WxukB4-RjE0a#D%-;RoR%%Mof", "type": "image"}, {"id": 3338343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1018592d-c74f-466d-906e-92b14886dc9e/width=450/3338343.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U7E.nmIV00-p_2xu00-p0e4nMxofo$%M~W^+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/208400", "modelId": 172866} \ No newline at end of file diff --git a/datasets/metadata/20875.json b/datasets/metadata/20875.json new file mode 100644 index 0000000000000000000000000000000000000000..56bb1968da0d9b2d0b543367103a416eac9f0a74 --- /dev/null +++ b/datasets/metadata/20875.json @@ -0,0 +1 @@ +{"id": 20875, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-03-09T22:40:30.769Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 881, "ratingCount": 123, "rating": 5, "thumbsUpCount": 137, "thumbsDownCount": 1}, "files": [{"id": 17403, "sizeKB": 2082895.037109375, "name": "ultimateHentaiSeries_v10.ckpt", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-09T22:54:20.577Z", "metadata": {"format": "PickleTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "0674671A", "AutoV2": "1919720E0E", "SHA256": "1919720E0E2B1A8134E4ECF515C8871EF7DDF651E48A49CA1E2D67212F7A64C7", "CRC32": "7A2A37CC", "BLAKE3": "4A5F576EA09485C1311F8630EE6931DA5C874DB7BB78B65766FA82FC65B63B24"}, "downloadUrl": "https://civitai.com/api/download/models/20875?type=Model&format=PickleTensor&size=full&fp=fp16"}, {"id": 17696, "sizeKB": 2082642.022460938, "name": "ultimateHentaiSeries_v10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-10T17:37:41.599Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "D7E483A4", "AutoV2": "BA81C8E711", "SHA256": "BA81C8E71101F940F1B2BA358F475164ECAD00ABE1C3BFFD090294FB894D5230", "CRC32": "27BBC203", "BLAKE3": "90CE29F672BEFE99DDE94E132E8FBCD90BD9F569ACD0E965819E8C61FF294E7A"}, "downloadUrl": "https://civitai.com/api/download/models/20875", "primary": true}, {"id": 17404, "sizeKB": 77487.951171875, "name": "ultimateHentaiSeries_v10_trainingData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-09T22:46:01.410Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EB1A9CBE", "AutoV2": "14A0FE6B43", "SHA256": "14A0FE6B434F293DD2B14CDE93EB90C706D6CF3ACE8ED727B3ADFFE0C6F72EBD", "CRC32": "F96BDE95", "BLAKE3": "FEEF9BEC08150F3D343C11D7871F935BFEF715EE6B0EC0B92B075A4B0CD96171"}, "downloadUrl": "https://civitai.com/api/download/models/20875?type=Training%20Data"}], "images": [{"id": 252333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb2a1d55-8ac0-45d2-a144-c139278a2200/width=450/252333.jpeg", "nsfwLevel": 16, "width": 768, "height": 768, "hash": "UHJHq9M_MtR:9uxa$Ho#IQjYN3t6~9R%ESRP", "type": "image"}, {"id": 221293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d13c6861-5176-4662-1e18-c359c5f65400/width=450/221293.jpeg", "nsfwLevel": 16, "width": 512, "height": 704, "hash": "U7MG^+0000Q,000100-U00%2p0_375%M00.T", "type": "image"}, {"id": 221282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77baaeaf-8341-4f44-69a5-6e6625539b00/width=450/221282.jpeg", "nsfwLevel": 16, "width": 496, "height": 704, "hash": "UDJQW=rw6^V{00S1^I%KS:tQ*,$i}ut88|RQ", "type": "image"}, {"id": 221292, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edcc7bae-fc57-4732-a007-73b701745700/width=450/221292.jpeg", "nsfwLevel": 16, "width": 512, "height": 704, "hash": "UKL|_#kW5=t802ayE2W=tmt8.Tbb.ToL.8M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/20875", "modelId": 17659} \ No newline at end of file diff --git a/datasets/metadata/208842.json b/datasets/metadata/208842.json new file mode 100644 index 0000000000000000000000000000000000000000..1817104a7b75f09788bd81d66093cfa2abb921d0 --- /dev/null +++ b/datasets/metadata/208842.json @@ -0,0 +1 @@ +{"id": 208842, "index": 0, "name": "Kate the Kiosk Girl", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-02T04:00:23.708Z", "availability": "Public", "nsfwLevel": 28, "description": "1.0
", "trainedWords": ["Katekioskgirl"], "stats": {"downloadCount": 120, "ratingCount": 17, "rating": 5, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 160304, "sizeKB": 223100.73828125, "name": "Kate_the_Kiosk_Girl-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-02T03:55:45.560Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B2B67468", "AutoV2": "4A4BC41DF1", "SHA256": "4A4BC41DF1461629197C49B648B5FEE3048F25D4F9397DC6422A543B6F9AF3D0", "CRC32": "E44D327E", "BLAKE3": "391609CB3B244939BDC9F168FB90463607A08F84F294CECE3CC88D262593B74A", "AutoV3": "8C7109A08EAF"}, "downloadUrl": "https://civitai.com/api/download/models/208842", "primary": true}, {"id": 160286, "sizeKB": 569.6484375, "name": "208842_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-02T03:30:53.659Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "A420D87D45", "SHA256": "A420D87D45CA045D72BC2B8EF2413A523E3B64E707198B1BAD3715231CF6D71A", "CRC32": "A105AC5F", "BLAKE3": "2A900893F0A66F76AEE181AF2D54E3B6A617B157DE65D7AB207F1FDB091274D0"}, "downloadUrl": "https://civitai.com/api/download/models/208842?type=Training%20Data"}], "images": [{"id": 3327040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cc69922-7365-421c-b410-600f1a584d90/width=450/3327040.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTJ72pt,p{JWX;R*AJkDBUrWvz-UXmxWnioz", "type": "image"}, {"id": 3327041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45320442-7a7b-443e-865c-a1be2aa48535/width=450/3327041.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U67wKWSg0f,[}UW.5nwKrqofXmV@5nso=sJ7", "type": "image"}, {"id": 3327042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b51c5482-0169-4aaa-b73a-ab73c7169095/width=450/3327042.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAAmrKIu0p?D~4NL5X%IofWBRjs.5YxY=tI[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/208842", "modelId": 185991} \ No newline at end of file diff --git a/datasets/metadata/208966.json b/datasets/metadata/208966.json new file mode 100644 index 0000000000000000000000000000000000000000..ccac5adea4663741df8972622d6cc9a0a8f2e56f --- /dev/null +++ b/datasets/metadata/208966.json @@ -0,0 +1 @@ +{"id": 208966, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-02T05:58:25.947Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 545, "ratingCount": 84, "rating": 5, "thumbsUpCount": 120, "thumbsDownCount": 0}, "files": [{"id": 160383, "sizeKB": 22250.62109375, "name": "Rurikawa_Tsubaki_MaidEducation-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-02T06:01:19.904Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "132A900B", "AutoV2": "548E18B9C2", "SHA256": "548E18B9C2311752259624DA1905C9B8E1424C0A75B38BD532517C5304296DA2", "CRC32": "D5A1347D", "BLAKE3": "5B9CA963341E512939C690E0E3E4CE2AAE63C17266EB453B561A597534516900", "AutoV3": "C753774B5CD7"}, "downloadUrl": "https://civitai.com/api/download/models/208966", "primary": true}, {"id": 160384, "sizeKB": 33378.8740234375, "name": "Rurikawa_Tsubaki_MaidEducation.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-02T06:01:20.854Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E066A505", "AutoV2": "4B8B1992D7", "SHA256": "4B8B1992D72E830A98C0BB69876CB6B11FAC7F9DCAE5AF720B7B84592F0F3E16", "CRC32": "D5E76EA2", "BLAKE3": "8FADE62FC84CE5D4F167FC4A1A526EAF7F304788A16FEE4A6AD40D6D8CDB479D"}, "downloadUrl": "https://civitai.com/api/download/models/208966?type=Training%20Data"}], "images": [{"id": 3328788, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4819eba-c3cb-43cd-b878-0ccced7752be/width=450/3328788.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U$I#idof?bof~qof%MofWqfQWBayWXayoeay", "type": "image"}, {"id": 3328799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdfa7ccb-1fcf-41ab-ab0c-fea15ffe96aa/width=450/3328799.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U$I#idof?bof~qof%MofWqfQWBayWXayoeay", "type": "image"}, {"id": 3328881, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a045a52c-b356-444e-a752-0563d23167bb/width=450/3328881.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USH_rl4T-;8_~p4n-;of?b%MD%of9ZM|%2xu", "type": "image"}, {"id": 10291020, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d25208a2-87a5-44e8-923c-65813416c93e/width=450/10291020.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UONv.2^+u6%20KD%-pSi0LR,-pt7x^s,IA%2", "type": "image"}, {"id": 10291456, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52f3b2ca-87e7-4224-9195-f94212ddda64/width=450/10291456.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHJtrGnN0LIo00D%R+4n0$R+~V-=M_%M8_V@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/208966", "modelId": 186100} \ No newline at end of file diff --git a/datasets/metadata/20991.json b/datasets/metadata/20991.json new file mode 100644 index 0000000000000000000000000000000000000000..d99e909426518e02e9b6b71615bf09580c7a9d80 --- /dev/null +++ b/datasets/metadata/20991.json @@ -0,0 +1 @@ +{"id": 20991, "index": 0, "name": "\u80fd\u5929\u4f7f Exusiai v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-10T06:44:04.454Z", "availability": "Public", "nsfwLevel": 5, "description": "v1.0
", "trainedWords": ["exusiai"], "stats": {"downloadCount": 544, "ratingCount": 64, "rating": 5, "thumbsUpCount": 64, "thumbsDownCount": 0}, "files": [{"id": 17488, "sizeKB": 73842.2626953125, "name": "Exusiai.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-10T07:11:05.298Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "7F873BD6", "AutoV2": "9F23F04CCC", "SHA256": "9F23F04CCC0C0625CADEA16668670C44AF817CB69F9FC91D4222D295EAF55F86", "CRC32": "0D9CC646", "BLAKE3": "91CE61F30B5C7E3B82EF615004C0DA9A9743FD5706E84E8D45DDA80F0EBD59B0", "AutoV3": "52876410F57B"}, "downloadUrl": "https://civitai.com/api/download/models/20991", "primary": true}, {"id": 17530, "sizeKB": 11242.419921875, "name": "Exusiai.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-10T08:51:03.114Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D7F5C562", "AutoV2": "EC7947B7C4", "SHA256": "EC7947B7C457CBE6A620D00671536A143164F76C122BDADC3F1BC964AA266EDB", "CRC32": "D8A6F8D9", "BLAKE3": "24CF21E4E2BEE0C50373351EC06CDE2FE4A0C5FA97367E8D5E065ACC5DC73FC6"}, "downloadUrl": "https://civitai.com/api/download/models/20991?type=Training%20Data"}], "images": [{"id": 222573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe2e1e4c-18c2-4670-ab1c-a7fb7bf87800/width=450/222573.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7F$R~4Uu40K0000s%.90JXn^48wFzXT~WVE", "type": "image"}, {"id": 222581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd2b76f3-a6ba-41d9-a19a-14cdb3470600/width=450/222581.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNHeLTIU0JE0~AIBtRx[-os;IoNFjcWoM{oL", "type": "image"}, {"id": 222580, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3eea0bf0-f37f-48cd-63dd-eff034149800/width=450/222580.jpeg", "nsfwLevel": 4, "width": 768, "height": 768, "hash": "UAIgQF000z#7.00N]~xv~UEMwee.9aIU?b%2", "type": "image"}, {"id": 222579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cd372d7-0a59-4ead-be75-d2330347ec00/width=450/222579.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9F}vM4-0|R+~qaJT0t7E1%2IA.7^*4;00x]", "type": "image"}, {"id": 222578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2af5d66c-ee02-4209-e386-422bfdfd1a00/width=450/222578.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPCZ#5aiMcM{_NW?VXjutlbcMxWBIot6RPR+", "type": "image"}, {"id": 222577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3859f9b-a4ae-4acd-6fae-5889c0d94200/width=450/222577.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9FO+P5771~W00M_00nP9a-;?bMw9tIA-V?b", "type": "image"}, {"id": 222576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11075e8c-f0d1-4084-cfc8-6fa0f26d9800/width=450/222576.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UhI5c1s-ozo}_Nt7Rjxvbwt7WAofkXaen%WB", "type": "image"}, {"id": 222575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f1ef931-1149-4b71-674d-f54858965d00/width=450/222575.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UOOprm~q-;DikDIURj%M-p%MRjM{?HSNayn$", "type": "image"}, {"id": 222574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0afb49b4-8475-4697-b0c5-0bc8e662d100/width=450/222574.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URGlk%RjIUtR*0ozM{tRENtSofkC%Mozt8Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/20991", "modelId": 17755} \ No newline at end of file diff --git a/datasets/metadata/210048.json b/datasets/metadata/210048.json new file mode 100644 index 0000000000000000000000000000000000000000..ed4d47da7f8df215b075deffc15d43a54b8501c0 --- /dev/null +++ b/datasets/metadata/210048.json @@ -0,0 +1 @@ +{"id": 210048, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-02T23:39:42.407Z", "availability": "Public", "nsfwLevel": 28, "description": "Rendered at 768, so might get some stretch Armstrong images happening in creation. Variates of test models model with different pictures and captioning. Sd 1.5, Dreamshaper 8
", "trainedWords": [], "stats": {"downloadCount": 58, "ratingCount": 15, "rating": 5, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 168199, "sizeKB": 29180.767578125, "name": "Kaytry3v1.zip", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-09T03:35:47.728Z", "metadata": {"format": "Diffusers", "size": null, "fp": null}, "hashes": {"AutoV1": "1E0E0715", "AutoV2": "8C4952227D", "SHA256": "8C4952227D2E9E2D702282C99E649C87E38BB26AA7C10851E165CF8FD2A93850", "CRC32": "33F042A6", "BLAKE3": "0A981244179000BE0B619CCD9A219408E9D9E4D6BCAFEA857C137F151727CDE7"}, "downloadUrl": "https://civitai.com/api/download/models/210048", "primary": true}, {"id": 168198, "sizeKB": 1195.109375, "name": "Kaytry3v1_training_data .zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-09T03:35:52.857Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "00ABC949C9", "SHA256": "00ABC949C9832F1964B273AABF4F825EB7AD0117991F65BEE973933596765D57", "CRC32": "900CDA20", "BLAKE3": "E2380397EC9FE5ADD023D5BFD78A5628E51824802137995FE36DFA6C473B7311"}, "downloadUrl": "https://civitai.com/api/download/models/210048?type=Training%20Data"}], "images": [{"id": 3346103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5f67a7a-68a0-4b5e-8617-7eaf028bc691/width=450/3346103.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U8MW@_x[8w{M4TN[?]#9DjVt%ftQ;NxaTJOW", "type": "image"}, {"id": 3346102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2784e97a-040f-4cd1-8a0f-f2b3c47f63eb/width=450/3346102.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UCGSfr%%0H$#2{V=%NT10Mw[.85YNyxuw@wa", "type": "image"}, {"id": 3346104, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc9e7583-ee0b-43de-afd5-ed3af1535b9e/width=450/3346104.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UJFsP+xZ1BS*p{R-%KxZERf+-ojYo~j@V@WC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/210048", "modelId": 183642} \ No newline at end of file diff --git a/datasets/metadata/210286.json b/datasets/metadata/210286.json new file mode 100644 index 0000000000000000000000000000000000000000..f195eeba820a94af3cf2907047bc0d8951f42c28 --- /dev/null +++ b/datasets/metadata/210286.json @@ -0,0 +1 @@ +{"id": 210286, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-03T05:26:07.419Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["kateiw"], "stats": {"downloadCount": 368, "ratingCount": 41, "rating": 5, "thumbsUpCount": 70, "thumbsDownCount": 0}, "files": [{"id": 161518, "sizeKB": 46193.0537109375, "name": "KateInnerWorkings.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-03T05:10:52.517Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "96FBF430", "AutoV2": "4E914DFF64", "SHA256": "4E914DFF64ADDDE170BEAB9070418B8DF7C4A22791CF824D4CC9D570B03AC16F", "CRC32": "B9FE72AC", "BLAKE3": "11C46070E00A2CA882D9C634D1B0D189A302F9DB76AAE835190E9E3B603B1CDA", "AutoV3": "59DE87419B39"}, "downloadUrl": "https://civitai.com/api/download/models/210286", "primary": true}, {"id": 161533, "sizeKB": 4789.0751953125, "name": "kate.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-03T05:30:53.353Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1E9351FB", "AutoV2": "3034E9B61E", "SHA256": "3034E9B61ECD43108D67FF6A0AAC4FCD29A245B2352CEC0789F7CAAE98A8D6E4", "CRC32": "0D8F0AA9", "BLAKE3": "E961C324102912E8E4C6FCDCD7EE8B76EDFBAE3A4F7C4C3CF814B6F160738C28"}, "downloadUrl": "https://civitai.com/api/download/models/210286?type=Training%20Data"}], "images": [{"id": 3350660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85cb3ade-6ea5-41e5-b0ec-79ce001975ec/width=450/3350660.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "ULGt$$?wkqs+_3lANen#PpGHs.Vs7NTK-6V[", "type": "image"}, {"id": 3350874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/797e1f21-7ddb-42dc-b79e-9a6a0990d64b/width=450/3350874.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGFhed4TlTM|=|DjT0Ip~VIUOFIpKjnNxHjE", "type": "image"}, {"id": 3350734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30885464-99c9-44f3-9879-06237f7f813e/width=450/3350734.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAGjvr00P:Ef3FzT?bIo?^0dk?M{3E0ex]#+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/210286", "modelId": 187262} \ No newline at end of file diff --git a/datasets/metadata/210397.json b/datasets/metadata/210397.json new file mode 100644 index 0000000000000000000000000000000000000000..392537d3246f0cee337fdf2d3d998e2b4b54864b --- /dev/null +++ b/datasets/metadata/210397.json @@ -0,0 +1 @@ +{"id": 210397, "index": 4, "name": "v15.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-28T09:22:25.559Z", "availability": "Public", "nsfwLevel": 28, "description": "Try starting with a low weight (0.4-0.6) and moving up from there. (Recommended 0.5)
", "trainedWords": ["Amelia", "Jessie", "Kimberly"], "stats": {"downloadCount": 139, "ratingCount": 13, "rating": 5, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 161616, "sizeKB": 36977.40625, "name": "Za_Girls.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-03T07:30:56.635Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A35FA49F", "AutoV2": "232A928966", "SHA256": "232A928966FF1860580005C46F58FF173AD0CC7585D9C292F019AE545E2F62F1", "CRC32": "6A5D2707", "BLAKE3": "39549430B426024F8156E0BE87DD9D755D30EDD6E9C67D7C954EA456BC6B362F", "AutoV3": "94EB36187B53"}, "downloadUrl": "https://civitai.com/api/download/models/210397", "primary": true}, {"id": 161615, "sizeKB": 9188.4326171875, "name": "203975_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-03T07:30:56.284Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1E34D643", "AutoV2": "9D8C8070BF", "SHA256": "9D8C8070BF593250855FB9BC0E54AEEC4362C4B8A50C0142A3D171BBB8613097", "CRC32": "20183768", "BLAKE3": "654626B12E17521A768D5C05DD896FC0909D675DDBBA0FD50E60047005A1DE3C"}, "downloadUrl": "https://civitai.com/api/download/models/210397?type=Training%20Data"}], "images": [{"id": 3352898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90a148c5-e990-43a0-860d-8df126ff3765/width=450/3352898.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U4DlH59F4.-qysWB9E-;K}jES6I:L~%NtS-V", "type": "image"}, {"id": 3352814, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12aeac12-7859-4ad8-8291-80ca2a00b396/width=450/3352814.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBFreZnN*0-p009GN_M{?w%N-n-pE1t6?bbc", "type": "image"}, {"id": 3352819, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/534537fb-cd4d-4e09-b7b2-799ace3851dc/width=450/3352819.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U7DIF5#800q]0{J7I=~q^70yKN?HY5=y:+R5", "type": "image"}, {"id": 3352815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17a219c3-9909-48b6-8bf1-d51bc6f2d4f3/width=450/3352815.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7BCrn~W01%2I=xuxu58%MxZIUIVIoS5-p-U", "type": "image"}, {"id": 3352813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cda5ce9-9ca2-42b4-a3d9-6b768c5b030f/width=450/3352813.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U5B{x}0e7gIq%$s9%#~Bo~Rjxaf6~BWVj@oz", "type": "image"}, {"id": 3352817, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/596979ff-06d5-4b9b-96a4-9eb726f3822b/width=450/3352817.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDEK_%ABBpEMUarD-CM|#pRjOr%2ELJT,q-o", "type": "image"}, {"id": 3352812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdae83dd-ddf4-41d1-be4f-6b2e0e7f7827/width=450/3352812.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U9Fq{|Q,pd%1.90e?vxu1j0K_3IU~Ws.xuxa", "type": "image"}, {"id": 3352821, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19f4f9ae-8257-4f19-b02e-b1ac69687008/width=450/3352821.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UCDli?~W9tMxXmozX9RjShD*$*V@?Hn$RjR*", "type": "image"}, {"id": 3352858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/255306a1-8755-439c-b847-f8a07c99cc4f/width=450/3352858.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UCFX|}Xo.T^jY6~WV[%MxbjYxa9Zx[Rk%2IU", "type": "image"}, {"id": 3352822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/782efe06-6c44-4636-a47c-4dda42b0d51f/width=450/3352822.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UACY,f0057,n00^+xa^+.TrqxD4.H=o#xuNx", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/210397", "modelId": 187356} \ No newline at end of file diff --git a/datasets/metadata/210448.json b/datasets/metadata/210448.json new file mode 100644 index 0000000000000000000000000000000000000000..d8566ce1ca046e582844257113abae7d8e9625d8 --- /dev/null +++ b/datasets/metadata/210448.json @@ -0,0 +1 @@ +{"id": 210448, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-03T10:22:40.781Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["cirnostyle1"], "stats": {"downloadCount": 247, "ratingCount": 34, "rating": 5, "thumbsUpCount": 35, "thumbsDownCount": 0}, "files": [{"id": 161727, "sizeKB": 37047.703125, "name": "Better_Cirno-000011.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-03T10:20:57.998Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0611A107", "AutoV2": "2140269594", "SHA256": "2140269594E1CBA75FF3579DED27AD8448DB0607DBF0FC0F686F33D7AF1A8393", "CRC32": "F0D4499D", "BLAKE3": "3D871423E9977F2ACF2345C17127D197F89130E9338C746728AAF0BCC4771867", "AutoV3": "2DD6CBDCAA19"}, "downloadUrl": "https://civitai.com/api/download/models/210448", "primary": true}, {"id": 161664, "sizeKB": 348842.71484375, "name": "210448_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-03T08:46:21.414Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A97AB57A", "AutoV2": "6E29006EAF", "SHA256": "6E29006EAFAA73088FADB906F88549B4A40B610FD9E0EB455E4B1472817AD5B9", "CRC32": "EFA79188", "BLAKE3": "7B5367F774E4CC971D6706C41E5EACF4A33165EB8EF22C7DCC730DEE3BA6FF91"}, "downloadUrl": "https://civitai.com/api/download/models/210448?type=Training%20Data"}], "images": [{"id": 3372255, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ada34143-cbb9-4071-be50-300013c855e7/width=450/3372255.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeIFeL?F-eRjJsRoMyaeR;j]M$Rl_LoO$_jX", "type": "image"}, {"id": 3372256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b41dcd0-78e5-43ac-bc39-012025db3236/width=450/3372256.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UnH.+WIATHoLXrjDWZafIvaei|ayosn~f4WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/210448", "modelId": 187401} \ No newline at end of file diff --git a/datasets/metadata/210553.json b/datasets/metadata/210553.json new file mode 100644 index 0000000000000000000000000000000000000000..c37ec0617c52304ca755b508bda61c8da68551de --- /dev/null +++ b/datasets/metadata/210553.json @@ -0,0 +1 @@ +{"id": 210553, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-03T10:27:40.068Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 332, "ratingCount": 51, "rating": 5, "thumbsUpCount": 67, "thumbsDownCount": 0}, "files": [{"id": 161734, "sizeKB": 22257.74609375, "name": "Scarlet_Fairchild_HxH-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-03T10:30:50.650Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "05E79E62", "AutoV2": "0A826DB958", "SHA256": "0A826DB95820D3686E0C43CAF62FEF337E4F2F527BC409456F4D806AE777BA2D", "CRC32": "56D7DD74", "BLAKE3": "B06FC6D57B00D3C97B04CDB61ABBC176161712B5239DE3FC16909A1E27527A9A", "AutoV3": "B0F60BE148D0"}, "downloadUrl": "https://civitai.com/api/download/models/210553", "primary": true}, {"id": 161735, "sizeKB": 45242.76953125, "name": "Scarlet_Fairchild_HxH.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-03T10:30:52.369Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F3C1A38B", "AutoV2": "D01B4052C7", "SHA256": "D01B4052C7B7E63E2476E74CDD5A9FED57D16B929FDAC183F3254015245FD80D", "CRC32": "AD782162", "BLAKE3": "4CE11362B526D82FE52EAA243035D7673B1B612AF4E68C132B33CCCBC61799B0"}, "downloadUrl": "https://civitai.com/api/download/models/210553?type=Training%20Data"}], "images": [{"id": 3354712, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fff54f2e-f8d9-4921-9321-a27330b1c82e/width=450/3354712.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQO{UP?b?^%M*|x]%~Rj%hRjyXR5.7bHbrRP", "type": "image"}, {"id": 3354749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6d44525-650d-4ac6-b541-352d136a85d6/width=450/3354749.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQO{UP?b?^%M*|x]%~Rj%hRjyXR5.7bHbrRP", "type": "image"}, {"id": 3354747, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a792d83-716f-4679-be69-b115af01cdcf/width=450/3354747.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USPY#j.m?vt6=dxZ.mRjIVMxt+Rk-:WDM{xu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/210553", "modelId": 187493} \ No newline at end of file diff --git a/datasets/metadata/210752.json b/datasets/metadata/210752.json new file mode 100644 index 0000000000000000000000000000000000000000..1b95926be49194d29f922eb58808c578931ed06c --- /dev/null +++ b/datasets/metadata/210752.json @@ -0,0 +1 @@ +{"id": 210752, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-03T14:04:14.945Z", "availability": "Public", "nsfwLevel": 19, "description": null, "trainedWords": ["P14n03l3g4nt3b0n3"], "stats": {"downloadCount": 529, "ratingCount": 79, "rating": 5, "thumbsUpCount": 105, "thumbsDownCount": 0}, "files": [{"id": 161902, "sizeKB": 147571.5810546875, "name": "PianoStyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-03T14:05:42.992Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CE4569F2", "AutoV2": "53F1E4FE79", "SHA256": "53F1E4FE794CF8C4EC01EBE7574BD6ECEC6B96872D26BA421C1EBE9535F5FECD", "CRC32": "FAEA91A7", "BLAKE3": "32279E208EBA37419B6C91B84445CF28A6406E3BC32F80A1516A7CBD09442B09", "AutoV3": "5E9E87F0528D"}, "downloadUrl": "https://civitai.com/api/download/models/210752", "primary": true}, {"id": 161903, "sizeKB": 611633.0888671875, "name": "PianoStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-03T14:06:12.531Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5063DA9E", "AutoV2": "B45B9C5B5D", "SHA256": "B45B9C5B5DFEB7DC52D9DEBA1C4149988F432548C46DFCB51356CFDC2DA52FCB", "CRC32": "4EDDD784", "BLAKE3": "93378E6B9AABD893CB0D9C74E6F26259C27A9A3D33464B276445D11F29E27C6A"}, "downloadUrl": "https://civitai.com/api/download/models/210752?type=Training%20Data"}], "images": [{"id": 3357866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/983851ae-1dd2-4b1d-97dc-58eb1da2d8b3/width=450/3357866.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UFGuBx~WtQ?GyDWqofxu%goz^*t7XSbb~WNb", "type": "image"}, {"id": 3357867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1334efb2-7590-46c8-8cfc-e08a4839daf5/width=450/3357867.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UFF#m%~V?Gxt.8oz%L%2?a%2xZWB$%s:WBM|", "type": "image"}, {"id": 3357881, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4dcaee36-75ee-42a7-81ff-0a1398b69e39/width=450/3357881.jpeg", "nsfwLevel": 16, "width": 864, "height": 1544, "hash": "U38De7-:9F4.9aI;%M9uD%E1~A^*%2M|MyIo", "type": "image"}, {"id": 3357862, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8d8190f-3273-492e-8fa5-5f7fd45a899d/width=450/3357862.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UTEU}aM|4;oz~BM|Rjs:-oWBWBbHWVf6ayof", "type": "image"}, {"id": 3357863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/397a056e-2c9e-4bc9-b38b-a3c73af579e3/width=450/3357863.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "URFFQsE3t7oe~WNGaea}S$jYs.R*Wrj[oeWB", "type": "image"}, {"id": 3357868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee62e714-83f5-4731-85c6-1547617ba47a/width=450/3357868.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UIHU%#IANGV@.8D%M{xZ~pIVs,Rj?bM{WUM{", "type": "image"}, {"id": 3357871, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61037ec8-54e4-45c1-ba18-2e68a011a420/width=450/3357871.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UBEL+;~VaKM{01IV9GWA$*t6WCxu-;R*?GWX", "type": "image"}, {"id": 3357875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83eaf326-5953-4dc0-9b6e-682ebd7ead95/width=450/3357875.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UGEoPfo0RPa}~p9GIUjZ^*M{E1R*?axtaKWB", "type": "image"}, {"id": 3357878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4b83764-2b0e-4ec0-8ab5-ade6b88c56f3/width=450/3357878.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U57-7z~pxtD%Oto#R*E1DjIoRkt74oD%xG^*", "type": "image"}, {"id": 3357877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72ebd8f0-2c88-419d-ac08-5e9b364b9932/width=450/3357877.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UCBC=C~VNbE29vR*s.oexaR*M|oLRjt6xaxZ", "type": "image"}, {"id": 3357880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5fc9b0cd-fc18-446e-bb11-3ab86c10ffb2/width=450/3357880.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U4Am0U^jR4%M0$0M0g-o01?F%ME200~B_1D*", "type": "image"}, {"id": 3357870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f68476ae-cd09-4948-9992-931f14a2c300/width=450/3357870.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U797kio#%2of_NIUs9M{R*RPD%Rj?wt79FWA", "type": "image"}, {"id": 3357872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc1b97c0-91aa-487a-8730-72a0e7604155/width=450/3357872.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "UDHnNc$$D%E2$%WBIV%1}=Rjn$R+^*9bNGRk", "type": "image"}, {"id": 3357865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b601e4b0-016e-4e70-b2c2-f70143d4b0fc/width=450/3357865.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UPIEOl~p^*-oE2E1V@t6^*RjIVay?atQofoe", "type": "image"}, {"id": 3357869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7933c167-cd4f-4ca1-b250-d16f75d8f9d7/width=450/3357869.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UKIEFG9u_4-o00bc0LM{NzRjxVWEaikD?Gs:", "type": "image"}, {"id": 3357873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b97c16d9-17b3-455c-aa67-2343d1500935/width=450/3357873.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "URH-*]~WoLxut7%Lxuxt4ooe%MM|V@E1IVRj", "type": "image"}, {"id": 3357874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c381a0b-d5a6-4b63-a595-c4e3ada819ce/width=450/3357874.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UFFFW.bIE3jrKQt7?axC~pNG%N%1.8D*NGR+", "type": "image"}, {"id": 3357864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e78b090-ff40-4dc2-81ab-a4b0d844e165/width=450/3357864.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UFINv.~p%1={?bt8xZM|4oE2WXNHVsM|M}xa", "type": "image"}, {"id": 3357879, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68a1563c-fdae-4b29-b43a-c2406febb235/width=450/3357879.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UNHBe.~p-:oetRNGof%Mxa%2M|j]^+%MIoV@", "type": "image"}, {"id": 3357876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/255cdccc-bf76-4b4c-ad7c-e0d790b00a6b/width=450/3357876.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U9CsEcIU~U?H_N^*s:xa$y%fkC9GxaRjMxoz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/210752", "modelId": 187675} \ No newline at end of file diff --git a/datasets/metadata/210754.json b/datasets/metadata/210754.json new file mode 100644 index 0000000000000000000000000000000000000000..d9184532b48ae4dd11a9ad0ec1b90de898b7e8e4 --- /dev/null +++ b/datasets/metadata/210754.json @@ -0,0 +1 @@ +{"id": 210754, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-03T14:01:48.148Z", "availability": "Public", "nsfwLevel": 15, "description": "Initial Release
", "trainedWords": ["MasaakiYuasaStyle"], "stats": {"downloadCount": 139, "ratingCount": 30, "rating": 5, "thumbsUpCount": 44, "thumbsDownCount": 0}, "files": [{"id": 161900, "sizeKB": 147581.296875, "name": "MasaakiYuasaStyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-03T14:01:12.561Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7A7DAB17", "AutoV2": "775CD02104", "SHA256": "775CD02104D0C67A2180DE7770FB46835E72B402EDEA5A2FB26F722F699E5A0E", "CRC32": "C17C0108", "BLAKE3": "302C190E78E4866E2E920B998B27A31838ADC1E1DE43601574C6DA651E681251", "AutoV3": "AC9915E06354"}, "downloadUrl": "https://civitai.com/api/download/models/210754", "primary": true}, {"id": 161912, "sizeKB": 43673.0908203125, "name": "10_MasaakiYuasaStyle.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-03T14:15:45.046Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DD81E4DB", "AutoV2": "8D6F838583", "SHA256": "8D6F8385839C4D9270ECE4AE90ABFDA14A69F171F00E9BECC5E8CD3F47106018", "CRC32": "63AF77C8", "BLAKE3": "F335BF08A057C3914B273095CCB0D33BFC113BF5A85F095F5956938D9013B810"}, "downloadUrl": "https://civitai.com/api/download/models/210754?type=Training%20Data"}], "images": [{"id": 3357782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6a067bc-0a00-4ce3-aeb3-54c070bd3802/width=450/3357782.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGI4980M02~A03=|E3spnjn$-oNGELR--U$%", "type": "image"}, {"id": 3357778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/378da923-4083-4fe1-8f64-4af16abdbb0b/width=450/3357778.jpeg", "nsfwLevel": 2, "width": 1344, "height": 2048, "hash": "U9Gkm^0003$f4XX4?sM{00_ND+-:EltQ-4xv", "type": "image"}, {"id": 3357786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28e1cc92-498b-46fd-a394-40bc93bb3282/width=450/3357786.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAKJA70fI.5503I-yG5Q90~3].OB-K?ax+tO", "type": "image"}, {"id": 3357776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57d5d0ac-2efb-4205-a5d0-bba6ea76b502/width=450/3357776.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJHx$s_2^iV@~V~p%$WB00_2D*RkIoM{r=M{", "type": "image"}, {"id": 3357788, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f672ecaf-b059-4bee-af71-8e030df16402/width=450/3357788.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UIE1:X~C9#9v57M^xVSh9[IoWVxa-pkXWYsn", "type": "image"}, {"id": 3357777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83c64bab-ec4f-408e-a668-cef5c45d224f/width=450/3357777.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UvJ85~~q-=_2%LWYNHofIVs.t6RkM|ofxtay", "type": "image"}, {"id": 3357794, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/686888ca-c1d3-4a4f-b591-85f8902ef0ce/width=450/3357794.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDFXuKQ;0f?@0d%#xIvz1Z$|-p$,}_$k-hK1", "type": "image"}, {"id": 3357783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/696c4f44-17c1-48df-b6b2-2ab385359a6c/width=450/3357783.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFJZe}}G4T=|^6xJXT-o8|$+-:NZ^k$*EL9a", "type": "image"}, {"id": 3357779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24deb6d4-cd5f-4853-a9d9-2ec386d6be21/width=450/3357779.jpeg", "nsfwLevel": 8, "width": 1344, "height": 2048, "hash": "UADSRTs800of00e-~WNF02R.?FxZRhkDM{xu", "type": "image"}, {"id": 3357784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4524566b-4548-4ce7-a91d-503edca88c64/width=450/3357784.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U8E1Hooj0.GZAw-T-9$*0j}s}?kX}rxvoi-C", "type": "image"}, {"id": 3357775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a14d6180-6b1b-4b8b-aa66-dad95bfc64d0/width=450/3357775.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UoI|E=~AI-obtj%1-Bni9uNdozRkW;X7W:ju", "type": "image"}, {"id": 3357780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2b4d0a8-11e8-481f-81d3-a2cf7429b241/width=450/3357780.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFI4hL~V9F={rCWBpI%100E2I;RPOXs:IWkC", "type": "image"}, {"id": 3357792, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/387f161a-258c-41d6-9323-33489cfb6255/width=450/3357792.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEFqm,w24o^%_J0g0M%Lo[Iq$+%LvkIX--%K", "type": "image"}, {"id": 3357789, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed7cd01f-7b33-4ce2-830d-d35a6bef8d9f/width=450/3357789.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHG*pY$%00NF0K.8MxD%S}V@~Xj[rso~E0xG", "type": "image"}, {"id": 3357791, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2db99a4f-5792-4f2c-b76e-dab40f882208/width=450/3357791.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U6C=rM=}3q^P~Xrw9z%22s$+-WFf0O-p-VOt", "type": "image"}, {"id": 3357976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e47320ac-71d2-4bce-96c1-4c87f2785f91/width=450/3357976.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAF;{4^N0JVsR3}@%#Ip5R%LofVs~V-oR5V@", "type": "image"}, {"id": 3357980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d22241ea-86b6-4073-b7ac-12144a2c1f98/width=450/3357980.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U9EeGp~W0|EKu3xv0hM|B#-q}t^jwS%2RPK4", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/210754", "modelId": 187673} \ No newline at end of file diff --git a/datasets/metadata/210865.json b/datasets/metadata/210865.json new file mode 100644 index 0000000000000000000000000000000000000000..52e540698987e2a44da457f2b1fdce2109756344 --- /dev/null +++ b/datasets/metadata/210865.json @@ -0,0 +1 @@ +{"id": 210865, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-03T15:44:50.203Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 584, "ratingCount": 120, "rating": 5, "thumbsUpCount": 152, "thumbsDownCount": 0}, "files": [{"id": 162001, "sizeKB": 22253.51171875, "name": "Beatrix_Amerhauser_Zom100-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-03T15:46:32.008Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "06747FA7", "AutoV2": "4023705734", "SHA256": "40237057347B502A3BCC371C585F00CD2CEC283E7A4907BDEF4678266A0BE9E2", "CRC32": "FF935E5F", "BLAKE3": "07FF5DD74EF577A31847DCCB6F8C49452748D3D68C552A2A21373CC2808382E8", "AutoV3": "22BF9FB52CD3"}, "downloadUrl": "https://civitai.com/api/download/models/210865", "primary": true}, {"id": 162002, "sizeKB": 44396.0625, "name": "Beatrix_Amerhauser_Zom100.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-03T15:46:07.251Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CDF44DF3", "AutoV2": "455213F637", "SHA256": "455213F6378AF94941163429AC152E2B00BFD795CB44CDFC755A2B65702D640F", "CRC32": "B4BB0D36", "BLAKE3": "715D9AA6DF63AFBF7241C5AE2C624C9AC3CC8482DE3BA3D66FA5255DAFEE3D6F"}, "downloadUrl": "https://civitai.com/api/download/models/210865?type=Training%20Data"}], "images": [{"id": 3359587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd743ed0-a44c-4539-82bf-fc0e75fc9dd2/width=450/3359587.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPQIuQ~p56-:I7%MM_n#.TM{w}RO-TRQoORP", "type": "image"}, {"id": 3359717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a2ed32e-b0c8-4361-8b57-0cd3702036bf/width=450/3359717.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQQvB%t.k=tR~nxuyFfgJ6M|$jjF^+V?IWtR", "type": "image"}, {"id": 3359718, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e93e4c41-59e2-4f80-bfd0-8a921f852b88/width=450/3359718.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPQIuQ~p56-:I7%MM_n#.TM{w}RO-TRQoORP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/210865", "modelId": 187785} \ No newline at end of file diff --git a/datasets/metadata/211066.json b/datasets/metadata/211066.json new file mode 100644 index 0000000000000000000000000000000000000000..b09041064d0ec857b3b49d59cd422be261cb6fe0 --- /dev/null +++ b/datasets/metadata/211066.json @@ -0,0 +1 @@ +{"id": 211066, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-03T19:00:22.992Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 279, "ratingCount": 57, "rating": 5, "thumbsUpCount": 70, "thumbsDownCount": 0}, "files": [{"id": 162170, "sizeKB": 22242.09765625, "name": "landred_HxH-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-03T18:50:40.826Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CF4BF67D", "AutoV2": "4D965B9ED7", "SHA256": "4D965B9ED7E7A70490313FDDE731EE98CE4B851C587D9D9DA329D11A973D24A0", "CRC32": "A548F5E8", "BLAKE3": "FC3724427BD04207269F5480EAA0F92F80087B78CF8839093907DD14A38FC27D", "AutoV3": "3800EB225333"}, "downloadUrl": "https://civitai.com/api/download/models/211066", "primary": true}, {"id": 162171, "sizeKB": 37355.1083984375, "name": "landred_HxH.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-03T18:55:58.671Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CEC0C9CE", "AutoV2": "4481613D47", "SHA256": "4481613D4764A90E465CD9E8874B8C81B0147D1041D83C378B932EB1019D0117", "CRC32": "5386DE48", "BLAKE3": "EE6FF24F7E547DD74CCF9C7A91EE906671DD1091365D125C2470CADD973D2D75"}, "downloadUrl": "https://civitai.com/api/download/models/211066?type=Training%20Data"}], "images": [{"id": 3363617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/092170cd-8b55-4a3a-86cd-d6ea26bff68a/width=450/3363617.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USPFy5NePBo#~7nhtmslPqS$w}Sh}=smRkad", "type": "image"}, {"id": 3363523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/924465b7-0ed4-464c-8c63-098854d63a8b/width=450/3363523.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVP~J~XTTyo#?ts:%hs.*0WVn-WB={smVtWB", "type": "image"}, {"id": 3363825, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/764f9858-182a-4486-80cc-55481202952a/width=450/3363825.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UTO:9D%hib$y?]T0x_RO~V%MXARjwbMyIoi^", "type": "image"}, {"id": 3363659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/612be67f-78cc-4dbe-a3d5-bb0e4be343b1/width=450/3363659.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UZPY|.cG%MnN~UxYX:oeXnohs=k8cGSPM{V?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/211066", "modelId": 187967} \ No newline at end of file diff --git a/datasets/metadata/211218.json b/datasets/metadata/211218.json new file mode 100644 index 0000000000000000000000000000000000000000..2a5826e6f2a0fb0b17d80dba5e9e7b8f785b1701 --- /dev/null +++ b/datasets/metadata/211218.json @@ -0,0 +1 @@ +{"id": 211218, "index": 0, "name": "Grummsh", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-03T21:46:18.059Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 79, "ratingCount": 3, "rating": 5, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 162319, "sizeKB": 36977.5234375, "name": "Grummsh-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-03T21:36:17.590Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "74DC08A9", "AutoV2": "55056B3CBB", "SHA256": "55056B3CBB7770C75BAF95F2A9CF500E3CDB3CBEFA8689257DFEF1CB78D36B60", "CRC32": "2ED178EA", "BLAKE3": "4CB45BFC4067FB789FC46C71E1139103F03A0C82DA22B0183DA834F3C7F5220C", "AutoV3": "8B9BE3CAF428"}, "downloadUrl": "https://civitai.com/api/download/models/211218", "primary": true}, {"id": 162299, "sizeKB": 2200.41796875, "name": "211218_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-03T21:16:23.010Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B60C10A9", "AutoV2": "59EEFB9A06", "SHA256": "59EEFB9A06F773F093A4381D5CA2E928CFAE20CDBBDE16CAB9FCDAC93D1A9E11", "CRC32": "C71B53FD", "BLAKE3": "2B23261752E2ADFE960B2E37C77EC7E406CEB10C51A5C69DE192E5F31A385F61"}, "downloadUrl": "https://civitai.com/api/download/models/211218?type=Training%20Data"}], "images": [{"id": 3366646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b3f264b-fceb-45fe-bbf6-510fbe3e8c7c/width=450/3366646.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "U5Ee}dS2-;IV~qs:oft700WBRjxuslRjRjIo", "type": "image"}, {"id": 3366644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87570304-6c18-412f-a4f1-959d9ef81932/width=450/3366644.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UAIFo7%M?^xa0SR*R*ozJEofjERkM}RkRjs:", "type": "image"}, {"id": 3366762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c742271-783b-4efa-8ccb-10f764aca606/width=450/3366762.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UADbl~~B4oIV^jay4;M|01Ioo}xuoboe?Gxu", "type": "image"}, {"id": 3366757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c00cb49-904f-40f6-add8-47057cb0e883/width=450/3366757.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UBF=N[E3~WSg4T0K0K%L02_2S4%1S$-p-;RQ", "type": "image"}, {"id": 3366758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9c33a48-18ef-4031-a81e-7bef2492c483/width=450/3366758.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UMDv.t~7$*WG0jIUR*aiwIM|S2IqNasloJxW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/211218", "modelId": 188099} \ No newline at end of file diff --git a/datasets/metadata/211724.json b/datasets/metadata/211724.json new file mode 100644 index 0000000000000000000000000000000000000000..d15cda76fea95c659e7f2a4eda58f6a13d070825 --- /dev/null +++ b/datasets/metadata/211724.json @@ -0,0 +1 @@ +{"id": 211724, "index": 0, "name": "Jack Hanma", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-11-05T04:03:59.004Z", "availability": "Public", "nsfwLevel": 4, "description": "Jack Hanma FROM BAKI anime
", "trainedWords": ["Jackhanma"], "stats": {"downloadCount": 23, "ratingCount": 2, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 163806, "sizeKB": 223102.32421875, "name": "Jack_Hanma-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-05T04:00:48.079Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EDCED321", "AutoV2": "CE6F861C27", "SHA256": "CE6F861C27575586AC4ECCA53036E8628BE97A50F0144DFA93995DA58BA805CD", "CRC32": "2336DC62", "BLAKE3": "E8EF7BFEFDA118C124A3576CF03F1C4D236C981C1959385EB9A96B8EEAF724E6", "AutoV3": "AE3B50B09314"}, "downloadUrl": "https://civitai.com/api/download/models/211724", "primary": true}, {"id": 162707, "sizeKB": 1048.14453125, "name": "211724_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-04T04:53:48.005Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "F025131389", "SHA256": "F0251313891C1FA8E544D4B0A5BE87E3B01191D51A1CFDEEAE92347828F12668", "CRC32": "B0792861", "BLAKE3": "54BA0E949C67BCE01C00077829E1625457D2825350DF8AB2BAAC9972FF8C347E"}, "downloadUrl": "https://civitai.com/api/download/models/211724?type=Training%20Data"}], "images": [{"id": 3399660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8479eb9-c971-413e-a6e5-70574a6e6d92/width=450/3399660.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UHKmkrt7?wxbn3aykZa$?GoLELW.,@jYIpWB", "type": "image"}, {"id": 3399659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf98301e-321f-4340-88c0-925d3d8fb522/width=450/3399659.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U55hPway4nWB~Xay9FRj?It7IUWBWBt7M{R%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/211724", "modelId": 188518} \ No newline at end of file diff --git a/datasets/metadata/21202.json b/datasets/metadata/21202.json new file mode 100644 index 0000000000000000000000000000000000000000..478d4747d063227c1aea9c890d184b7d2999f17e --- /dev/null +++ b/datasets/metadata/21202.json @@ -0,0 +1 @@ +{"id": 21202, "index": 0, "name": "20230311", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-10T15:30:21.392Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["kinomoto_sakura_school_uniforms"], "stats": {"downloadCount": 1283, "ratingCount": 202, "rating": 5, "thumbsUpCount": 213, "thumbsDownCount": 0}, "files": [{"id": 17661, "sizeKB": 9159.98828125, "name": "train.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-10T15:35:55.882Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D91A00E5", "AutoV2": "63C3F12E94", "SHA256": "63C3F12E94F1310FEB2331E8F144354C19D371A8DAA253285055768370D63FD0", "CRC32": "70A0EEDF", "BLAKE3": "838AA0119119828CDE37139306804DE5C907D9F62C3EA7B6DAA751390A12B292"}, "downloadUrl": "https://civitai.com/api/download/models/21202?type=Training%20Data"}, {"id": 17660, "sizeKB": 147569.4638671875, "name": "kinomoto_sakura_school_uniforms.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-10T15:36:28.631Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "28151CB4", "AutoV2": "F679E8C4B5", "SHA256": "F679E8C4B5730680D0C0E470D327E33593B0BEE677A092DBBD6F3D56073B4E8B", "CRC32": "518C9C5F", "BLAKE3": "1016A8562B7D052A4A9045574C4D227C6AC2AEC2207D5E75866683A5655247B1", "AutoV3": "3115DB6E5BE6"}, "downloadUrl": "https://civitai.com/api/download/models/21202", "primary": true}], "images": [{"id": 224604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7254789e-f3ae-431f-5f3c-07eb8f9de900/width=450/224604.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEJHad~C.9RP~pbwb_s9Rix]IoE19Zs;^+Rj", "type": "image"}, {"id": 224599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fa1e9de-64a3-4e62-80b0-ba7f8eacf900/width=450/224599.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UHJ7,l9GIo~W-oNG%Mn%xGofIoIU56NG-pog", "type": "image"}, {"id": 224606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c761b432-9a69-4662-ca64-c18bd7140f00/width=450/224606.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UEH_V@4:Io~W9FNFbcxa$*%256W;SiR*xZax", "type": "image"}, {"id": 224605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c016135-f81e-4976-b127-ed3295d70a00/width=450/224605.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDI;xJ_4J:o~o~I]x^%gs-oz4:4.00xa^koL", "type": "image"}, {"id": 224603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26451cde-9aff-460f-338b-63cb6f74cb00/width=450/224603.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UEIN~;9Z4.~W-US2?bV[?HofE1R%9aR*?Gxa", "type": "image"}, {"id": 224602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8c60cc2-6086-45c0-037c-70830ba0b700/width=450/224602.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U7JHdk01t,-o~WE0?w-;IUWE009Z0fE1~C-p", "type": "image"}, {"id": 224601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9dfdcf9-3b7d-497e-c9db-73de8d1b3300/width=450/224601.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGI}VGIqkr~W^+bv?vjF?bt7E1M{9ZWV-pV@", "type": "image"}, {"id": 224600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1d5aba5-10e9-481c-062b-3c0004927b00/width=450/224600.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGJ@zl~qtlo~?bSix^o#xZxaNGWC4:oL-pbb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/21202", "modelId": 17939} \ No newline at end of file diff --git a/datasets/metadata/212165.json b/datasets/metadata/212165.json new file mode 100644 index 0000000000000000000000000000000000000000..2270059a1567af3d9e60d0f3806d25f52971e1cb --- /dev/null +++ b/datasets/metadata/212165.json @@ -0,0 +1 @@ +{"id": 212165, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-04T12:14:42.122Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["ball python"], "stats": {"downloadCount": 128, "ratingCount": 14, "rating": 5, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 163060, "sizeKB": 147644.765625, "name": "Ball_Python.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-04T12:16:03.956Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0FAB683E", "AutoV2": "CFA3401904", "SHA256": "CFA34019049B174C95ACDC304D36077AB1D7B7ECF8D25B56C1F2A028CD7BAC98", "CRC32": "6F8885C0", "BLAKE3": "AE0231C20657CE2CE6E76702FCC601E84866387FD3FE5E8C4DE6BB0ED42FAEC6", "AutoV3": "ECD2983725E3"}, "downloadUrl": "https://civitai.com/api/download/models/212165", "primary": true}, {"id": 164616, "sizeKB": 782827.865234375, "name": "ballpython.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-05T20:01:28.120Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3B285863", "AutoV2": "9C8A137C60", "SHA256": "9C8A137C60E340F4E6A6D293B2F0A0AD831149EA4A4CAAA13195A71452EB3C42", "CRC32": "BC51AF12", "BLAKE3": "51EC3A4A97BA8D653764ECD7A04EB4AA78CA852BEC626CB128A34BD61767315F"}, "downloadUrl": "https://civitai.com/api/download/models/212165?type=Training%20Data"}], "images": [{"id": 3383472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b484fc29-eb91-4970-b6c6-d22f2a1f2841/width=450/3383472.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFL3}k?a~W%LbF-pIoWU_3-:9GWCWF-;M|Rj", "type": "image"}, {"id": 3383471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9235a21b-f2f8-42cd-8810-fbaaf6c4eb34/width=450/3383471.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UbH3p#ozX:ozxVayW?j@YRf6VXayOtjZniay", "type": "image"}, {"id": 3383473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a33ca880-e394-4b05-a497-0d74a37ac23d/width=450/3383473.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U5LzNw?F4T~W9EM{Nfxv00t9caRitnx]H=Dh", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/212165", "modelId": 188896} \ No newline at end of file diff --git a/datasets/metadata/212486.json b/datasets/metadata/212486.json new file mode 100644 index 0000000000000000000000000000000000000000..cd6a4784403995c9a0aaac83514f659d568a1802 --- /dev/null +++ b/datasets/metadata/212486.json @@ -0,0 +1 @@ +{"id": 212486, "index": 1, "name": "v0.9", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-04T19:07:01.314Z", "availability": "Public", "nsfwLevel": 3, "description": "This version uses the same training data, but is has the color captioned in it.
Its more of a sidegrade than an earlier version. I find that it listens to color changing prompts a bit better than the regular model.
Example prompt:
<lora:HalloweenGlowStyleColor:1> HalloweenGlowStyle (pink glow:1.5), pineapple
test edition
", "trainedWords": [], "stats": {"downloadCount": 235, "ratingCount": 24, "rating": 5, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 164086, "sizeKB": 36977.9140625, "name": "Tibetanfox.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-05T10:05:56.772Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0FD3F9C8", "AutoV2": "B81FEDDB8C", "SHA256": "B81FEDDB8CE024982E54700545CCEF047BC0A428F12CAA55AEAA287367BAAC9D", "CRC32": "7B816782", "BLAKE3": "0904CE076276DE9EB787C242F7481350F460373902559B0ECD6CB1573714DE97", "AutoV3": "1673891C8A5C"}, "downloadUrl": "https://civitai.com/api/download/models/213300", "primary": true}, {"id": 164054, "sizeKB": 3647.87109375, "name": "213300_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-05T09:15:45.872Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "31F15F61", "AutoV2": "506E5C2D41", "SHA256": "506E5C2D41A9E0A8CE100EA973DECD53F283159686635642062E526E8638E702", "CRC32": "6E5B39FC", "BLAKE3": "AB33E957944E1AB717F39118CD2468ED94FFC8C490A5307F66B7BC7DE9EDD7F6"}, "downloadUrl": "https://civitai.com/api/download/models/213300?type=Training%20Data"}], "images": [{"id": 3408557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfe5be7b-1471-459d-af6d-26d819652153/width=450/3408557.jpeg", "nsfwLevel": 1, "width": 768, "height": 1168, "hash": "U7EVH8~VEN^i=_%1xuxZ00Rk$%5701-o-nIq", "type": "image"}, {"id": 3408555, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d09740b-517e-404e-8338-cd92fdf6a2de/width=450/3408555.jpeg", "nsfwLevel": 1, "width": 768, "height": 1168, "hash": "U5E.U$~B01?a-P~UtRI@00^%kq-:0gM|%1$y", "type": "image"}, {"id": 3408556, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bae127a3-1d67-4eac-b908-d0d4d92c48d0/width=450/3408556.jpeg", "nsfwLevel": 1, "width": 768, "height": 1168, "hash": "UnIhy]_4tSkCo$IToJt8%hWBM_WAx]ofWBay", "type": "image"}, {"id": 3408478, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a984337a-ed16-45e1-9ee7-347d9a6878f5/width=450/3408478.jpeg", "nsfwLevel": 1, "width": 768, "height": 1168, "hash": "UFD,NEDN-=Rk6XIqxaRjxaT1aIbcOtMwkDbd", "type": "image"}, {"id": 3405325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0864f2f0-1036-4f61-a4f8-669eb5af34ed/width=450/3405325.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U7I53W}u4:^%~TIVJ6?a4.OlS#M|X#Swa24:", "type": "image"}, {"id": 3408473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/775b0bb4-052d-4de5-919c-1e2416d773a9/width=450/3408473.jpeg", "nsfwLevel": 1, "width": 768, "height": 1168, "hash": "UaHLYjs:R.oe%%j]a#s.cFS4oJa}S$j[n$R-", "type": "image"}, {"id": 3408474, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed842dc7-dc55-48a2-8994-e341da67feb4/width=450/3408474.jpeg", "nsfwLevel": 1, "width": 768, "height": 1168, "hash": "USG+XXxbK8X97QR+bcWVR:kCrps8NIWCr;og", "type": "image"}, {"id": 3406199, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/104523e5-53b8-45e6-a003-5449c981e3f9/width=450/3406199.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UgJ[3Qs8.Ts-yFx]kXWBRjX9RPozg4nNsloe", "type": "image"}, {"id": 3408476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6547e85-d4de-4928-bd39-283bcde43610/width=450/3408476.jpeg", "nsfwLevel": 1, "width": 768, "height": 1168, "hash": "U9E_:A0M?GRP^6WB%0xW?E~BE2%LXA%KM|kC", "type": "image"}, {"id": 3405650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6672ec9-9f6f-4668-ab63-ad0519c508e4/width=450/3405650.jpeg", "nsfwLevel": 1, "width": 768, "height": 2048, "hash": "UNIz;i00-.oz~V4.x]of58WBSiNFI=ae-os:", "type": "image"}, {"id": 3405238, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9060817-6b06-4880-832b-ccccc1910295/width=450/3405238.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UiJkGtIpo~%L%%WCxvkDT1ahe-RkNIW;V?Rj", "type": "image"}, {"id": 3405192, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56972566-e595-484c-b6c4-5df002ecf40f/width=450/3405192.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKOg7@_N-;%M-;%N-;RjWBMxRiax%MWBM{of", "type": "image"}, {"id": 3405610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a464330-d259-49f7-9430-cc8861e8f1f7/width=450/3405610.jpeg", "nsfwLevel": 1, "width": 768, "height": 2048, "hash": "UeK^W+x^E1s.~W%Mofa#NGt7kXt6%LW=R-t7", "type": "image"}, {"id": 3405611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0d11c18-389c-4607-8b81-1c8c1a7ae203/width=450/3405611.jpeg", "nsfwLevel": 1, "width": 768, "height": 2048, "hash": "UAKm,}Di00~p,.s:Vt%L00%g%hIUo$s.%NRP", "type": "image"}, {"id": 3408802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f298e79-253f-4cb1-83b9-456fe4481469/width=450/3408802.jpeg", "nsfwLevel": 1, "width": 768, "height": 1168, "hash": "UiIXW{~V-:oLM{M{IoRjs:WCIpR*xat6xtkC", "type": "image"}, {"id": 3408803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b9b9865-d09d-4799-ad6c-9f430ed8bcfd/width=450/3408803.jpeg", "nsfwLevel": 1, "width": 768, "height": 1168, "hash": "UEG[G@~Bx]f,-T-S58f%^*X8xuoyIpWBxYso", "type": "image"}, {"id": 3408892, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c22d032-0035-4eea-869b-d9f397099480/width=450/3408892.jpeg", "nsfwLevel": 1, "width": 768, "height": 1168, "hash": "UAHn]9^*IkIV0J={-;xa9cRk^k-:?wXS9G9Z", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/213300", "modelId": 189941} \ No newline at end of file diff --git a/datasets/metadata/213697.json b/datasets/metadata/213697.json new file mode 100644 index 0000000000000000000000000000000000000000..dc3e906d7acdcce749dff53ffc338b2b021486b2 --- /dev/null +++ b/datasets/metadata/213697.json @@ -0,0 +1 @@ +{"id": 213697, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-05T15:25:34.443Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 1351, "ratingCount": 150, "rating": 4.97, "thumbsUpCount": 233, "thumbsDownCount": 1}, "files": [{"id": 164353, "sizeKB": 22250.59765625, "name": "Ymir_Fritz_AOT-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-05T15:25:42.005Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EAD951E3", "AutoV2": "8A3EE6386C", "SHA256": "8A3EE6386C364FB8BF644529BB5BC65C09BA912911E4459AA4310DB6591599AA", "CRC32": "58FADE14", "BLAKE3": "222BC2C5FD9111CBA15E100960901CA07E289FB45A6E8106C3225B87EB643B39", "AutoV3": "92543594BC5A"}, "downloadUrl": "https://civitai.com/api/download/models/213697", "primary": true}, {"id": 164352, "sizeKB": 38073.7919921875, "name": "Ymir_Fritz_AOT.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-05T15:25:38.975Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "23F38389", "AutoV2": "85E1428AAB", "SHA256": "85E1428AABD154B89BC7F7C5103BB180E1884DA434CDAB5997831C40BF94BD34", "CRC32": "8881980F", "BLAKE3": "09C9F05EC5CBE7531E42A095BBD9D041A283BC836C55FEAB1E90F45612A66CD5"}, "downloadUrl": "https://civitai.com/api/download/models/213697?type=Training%20Data"}], "images": [{"id": 3410326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4130b0a-78e4-412a-9a0e-17bc3e95ddc6/width=450/3410326.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBPsL.~WuM%MEZRjt-WV_3RjQ.oL~Wj[s=M{", "type": "image"}, {"id": 3417052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d108fc3b-f72e-4d8d-ac41-5466312fe8f0/width=450/3417052.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USPYuE~qcZ%MO=xGXTtSI:%MRkbc.9n$M{s.", "type": "image"}, {"id": 3415430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ffcd967-b0c2-4cf2-846a-27066b82af1f/width=450/3415430.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIM$}D00Inniab4ob_D*0Ls:s;w]~qkCIAoz", "type": "image"}, {"id": 3410477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7c2223d-15e3-4658-82f3-0064b8f32106/width=450/3410477.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHNJwY%M5P%2D}oe9bR+0KV[nls.~XtR9FR*", "type": "image"}, {"id": 3410474, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db7a8185-8c9a-48d9-8334-1aec4d2f4404/width=450/3410474.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBPsL.~WuM%MEZRjt-WV_3RjQ.oL~Wj[s=M{", "type": "image"}, {"id": 3415782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10a0f6e6-575b-4315-8002-010d1fccc0c0/width=450/3415782.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOQk~hn3ys-;yCDhspXTb_XSo#V[.8s:IAo#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/213697", "modelId": 190284} \ No newline at end of file diff --git a/datasets/metadata/21370.json b/datasets/metadata/21370.json new file mode 100644 index 0000000000000000000000000000000000000000..e065834a1e254ddb6a067333cd802700501c0ae3 --- /dev/null +++ b/datasets/metadata/21370.json @@ -0,0 +1 @@ +{"id": 21370, "index": 0, "name": "Burlap V3", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-11T00:37:00.900Z", "availability": "Public", "nsfwLevel": 28, "description": "This model similar to the version 2 has difficulty doing half and half outfits, and still has difficulty with hair colors (if anyone knows a good hair color lora let me know). I do like this lora and am surprised at how good it does with making everything burlap so if there are any items in particular that it has trouble with let me know I'll see what I can do (nothing too complex please).
*credits to throwawayjm for the button gap lora
Training run 12, epoch 000008
Dataset 8
Images
Count: 58 images
Sources: Danbooru (search terms: splatoon official_artwork), Inkipedia, Splatoon Base.
Treatment: Some images were cropped to isolate individuals. No image modifications beyond cropping.
Flip augmentation: enabled
Tagging
Methodology: Tags were scraped alongside images from Danbooru. Images from other sources were tagged by WD14 (wd-v1-4-swinv2-tagger-v2). Tags were briefly reviewed by model author for correctness and consistency.
Caption shuffling: All tags are randomly shuffled. No trigger words were used.
Training
Dataset replicates/epoch: 10
Epochs: 8
Batch size: 4
Checkpoint: sd_xl_base_1.0.safetensors
Network configuration: LyCORIS/LoCon (dim=16, alpha=8, conv_dim=8, conv_alpha=1)
LR: 0.0002 for both U-Net and text encoder. Algorithm was \"cosine_with_restarts\" with 5% warmup.
Optimizer: AdamW
Trained on 323 Pictures of her public instagram
", "trainedWords": ["fannymariaelter"], "stats": {"downloadCount": 153, "ratingCount": 9, "rating": 5, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 165457, "sizeKB": 147571.1328125, "name": "fannymariaelter_SD15_96_1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-06T15:11:11.473Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "24816F20", "AutoV2": "ECEA91FE8C", "SHA256": "ECEA91FE8CEAA3616BD0BF388BC13A3A0D8668687E1E1D3341AA3F538EB47A95", "CRC32": "40C1DF0A", "BLAKE3": "CDEACA76697CA8A61E7D4CC4E9854F889057062D9EA73AC28155445356D962EA", "AutoV3": "46008013E337"}, "downloadUrl": "https://civitai.com/api/download/models/215044", "primary": true}, {"id": 165475, "sizeKB": 63311.197265625, "name": "img.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-06T15:30:40.168Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "59A15B54", "AutoV2": "B6B0FE929C", "SHA256": "B6B0FE929C433330A96DB310B291D7AB0A5276350A5F53A595A5744D933D9C52", "CRC32": "5E1DA81F", "BLAKE3": "A97F87FA745823BC3989219E13AAA10881B5F3433EDD4F0BCF3D938F647CEAC3"}, "downloadUrl": "https://civitai.com/api/download/models/215044?type=Training%20Data"}], "images": [{"id": 3474988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f76d58d-482e-40ed-aab4-91383425672d/width=450/3474988.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBC?P}00?^IU^j9ZIoM{-:t7%Mt7xuD%s.of", "type": "image"}, {"id": 3434526, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cebfcd04-8cd7-427b-9589-5ef53c08465f/width=450/3434526.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U5Byy=S400jX00xs?vxv.m%LMIM_-jjFtSR-", "type": "image"}, {"id": 3475070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4363820-d9b0-4927-a615-11ef3a43dd58/width=450/3475070.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULJa$VMdR3XUzntR?wMxM|bwM_V@.SMxR5tR", "type": "image"}, {"id": 3475084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da2125a4-fdcc-4fdf-95c1-2dcdfd77bb28/width=450/3475084.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPG+K|D%4.RPMwD%?cog%MM{%MRj_NM{V@WB", "type": "image"}, {"id": 3475098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e518ca5c-c459-4afe-ad72-dc0b5b9b5d3f/width=450/3475098.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUHB;=?H~qM{-pxuRkM{s:WBM{WVozj[e.ay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/215044", "modelId": 191451} \ No newline at end of file diff --git a/datasets/metadata/215664.json b/datasets/metadata/215664.json new file mode 100644 index 0000000000000000000000000000000000000000..b4f63a878893472359deae5ebac7516f7818be22 --- /dev/null +++ b/datasets/metadata/215664.json @@ -0,0 +1 @@ +{"id": 215664, "index": 6, "name": "1905_v1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-07T00:48:37.380Z", "availability": "Public", "nsfwLevel": 7, "description": "This generates dresses in the styles from 1905-1909
", "trainedWords": [], "stats": {"downloadCount": 644, "ratingCount": 25, "rating": 5, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 165904, "sizeKB": 147577.1015625, "name": "1905_dress_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-07T00:50:54.671Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CEB2C396", "AutoV2": "2339A807B6", "SHA256": "2339A807B663E68F7B8FBD555915D3577CAA3082179B9E90971BDC38FE441E90", "CRC32": "69B000ED", "BLAKE3": "E1BA099743D6913ECD76AEE7876D6A9EC9311C50B909D19C78429B0A91CAD3DA", "AutoV3": "CA31D9ECBE12"}, "downloadUrl": "https://civitai.com/api/download/models/215664", "primary": true}, {"id": 273669, "sizeKB": 18176.2763671875, "name": "1905_dress_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-15T04:51:19.926Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "46BBB205", "AutoV2": "506C2C25D8", "SHA256": "506C2C25D87DB4A8EEDCFDB11B50747EEC6C9D882271EFEF1097156999BD1C32", "CRC32": "68780CFA", "BLAKE3": "17AD670E87D41E080BA85C67EC947494EAB778256B5B7914F885592EF6286DEE"}, "downloadUrl": "https://civitai.com/api/download/models/215664?type=Training%20Data"}], "images": [{"id": 3445365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d888d7e-aa38-4adf-b37c-034f1e3fddc2/width=450/3445365.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UAGQ@EyX_*V?0fVYB:NbXRsms:$*r=SKt7WV", "type": "image"}, {"id": 3445372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05050845-4890-4abd-bf57-b0c21518fa24/width=450/3445372.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UICZLb9a%LWB~oWBRkayt6s:IVt7RjofRkof", "type": "image"}, {"id": 3445370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3529a49-8309-4eb1-934f-2d726649fa34/width=450/3445370.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U8HdT=9Y00xv1W~CwgJ5D%M{~W%L$Ox[oNaK", "type": "image"}, {"id": 3445366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c20a1578-fda7-412d-b047-a2c2a54f20e2/width=450/3445366.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UKGuEr~UxZxt9aa#IVWWIoNGxaxa?GWVxZxa", "type": "image"}, {"id": 3445371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0707707c-e63e-4f01-b3d8-12fa2cfa96f0/width=450/3445371.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFDu}K~q?FNaX3R*?a%M~V%MWAad9ZM|%2oz", "type": "image"}, {"id": 3445369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efa5ddca-024c-4e61-ab55-ccad70b4435a/width=450/3445369.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIFO+B_N${0L_2xuS1M|0LV@%1-:.7xvsmM{", "type": "image"}, {"id": 3445367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6aa59724-b31d-46f7-84bb-ef5f23cfcdf6/width=450/3445367.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEEL$s-:M{IU~Ut6jZs.M|oLR+%LM|%1xtoL", "type": "image"}, {"id": 3445368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef8660a1-4c9b-4cc9-bc58-7529db2277ff/width=450/3445368.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UCBMb^n$V@S2~VRk9uW=~Vo0bFxt~Us.R+tR", "type": "image"}, {"id": 3447097, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f56a32f-9bca-41f4-8c5d-db4c3a2fea8b/width=450/3447097.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1024, "hash": "U7C?7OR*01~V02-oIp9a4:9a?G-pWARjt6%2", "type": "image"}, {"id": 3447100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22e1756f-2f44-4b21-b1ba-f68bca9601ae/width=450/3447100.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7AJ==S6MH~U-4M_IsN0-nS4R,?HoeobIUs;", "type": "image"}, {"id": 3447099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d587d9a9-3f4d-4f2c-b463-6d87f1027390/width=450/3447099.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "U3A]:0}=0g0M^+01Shf8010L%L%L4:%1~Bs:", "type": "image"}, {"id": 3447096, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f166224-9989-4949-90d8-dfd3636f77ed/width=450/3447096.jpeg", "nsfwLevel": 2, "width": 808, "height": 768, "hash": "U9HU,*-:x[0000?aj[~W004o-;E2D*xtRja~", "type": "image"}, {"id": 3447098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d290f1c-e20e-46ea-ac57-bf12c66945fc/width=450/3447098.jpeg", "nsfwLevel": 1, "width": 808, "height": 768, "hash": "UIE{FI~WWCofxuM|ofj[E1IVxtWB?H%Layof", "type": "image"}, {"id": 3469701, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cb872b5-a989-49c8-b641-3c2a9b6b9bb9/width=450/3469701.jpeg", "nsfwLevel": 1, "width": 576, "height": 864, "hash": "U8GQ@3~B_J5R.R4:0Nr_~Trsnho|cEo#s;xt", "type": "image"}, {"id": 3469700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc6b1c5e-7ba6-45f6-9fdf-76e4f01bf638/width=450/3469700.jpeg", "nsfwLevel": 1, "width": 576, "height": 864, "hash": "UCGb0IIA~paLwH9G4o?ag4%Mt7-p9aIAV@D%", "type": "image"}, {"id": 3469699, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d880b79a-c254-4d39-ba9a-513ec72bcb4d/width=450/3469699.jpeg", "nsfwLevel": 1, "width": 576, "height": 864, "hash": "UAGRPBI[tQTx~o01D*-;yDr=tRxu9GNGaK%2", "type": "image"}, {"id": 3469696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7abd2083-209d-460c-a085-5614f2d95ef7/width=450/3469696.jpeg", "nsfwLevel": 4, "width": 472, "height": 936, "hash": "UDG[NDM{JT~Wn$xZR+ay%KxtxuofIoofj]R*", "type": "image"}, {"id": 3469809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3af4f9b8-707b-491a-8fcb-1170d1245051/width=450/3469809.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U2D+MAwH00u4.m4TD5~A=|4p01=_1d?u%gIq", "type": "image"}, {"id": 3469689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1d901b8-636d-4620-83b0-d62a2073fc87/width=450/3469689.jpeg", "nsfwLevel": 1, "width": 472, "height": 936, "hash": "UBG*sK^+gGRl-o-o^*xtEMxtt5t7~Vt7xUNG", "type": "image"}, {"id": 3469797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d06d8c2-aaae-4589-8f55-f21bd008e486/width=450/3469797.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDFOof~URO$%jYt5WAs.9GR*%2bI%LM}M|9a", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/215664", "modelId": 191977} \ No newline at end of file diff --git a/datasets/metadata/215840.json b/datasets/metadata/215840.json new file mode 100644 index 0000000000000000000000000000000000000000..fc5f37fef30891152c843315d302c38dede2fe75 --- /dev/null +++ b/datasets/metadata/215840.json @@ -0,0 +1 @@ +{"id": 215840, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-07T03:32:44.419Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 568, "ratingCount": 113, "rating": 5, "thumbsUpCount": 120, "thumbsDownCount": 0}, "files": [{"id": 166056, "sizeKB": 22255.99609375, "name": "Fujino_Ninno_FoolishMother-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-07T03:36:14.950Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "54FD356D", "AutoV2": "543311C86A", "SHA256": "543311C86ABD66A8DC95A36A3301F8F3CB02DE6561E27F771CF7765F32CF2D15", "CRC32": "3A76B0F6", "BLAKE3": "CFA0A5D80776881BEA70785BBE784B1668AA7D7D98168B563DCABA3308A587C6", "AutoV3": "3A0452EF8F80"}, "downloadUrl": "https://civitai.com/api/download/models/215840", "primary": true}, {"id": 166058, "sizeKB": 35297.4541015625, "name": "Fujino_Ninno_FoolishMother.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-07T03:36:19.515Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4BC1FB80", "AutoV2": "9EE4CE3057", "SHA256": "9EE4CE3057DC11F162E9E380B287ADB84C93D11BF36EA546A46AFA58C3521ED7", "CRC32": "837CCF73", "BLAKE3": "E97FAFA4DAC318DAA2B2E4A3DD2B86D34EA7B38651A461B986549C465AAF7C2D"}, "downloadUrl": "https://civitai.com/api/download/models/215840?type=Training%20Data"}], "images": [{"id": 3448152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74d7c76b-5aab-4cfa-abb7-326ebcb1880e/width=450/3448152.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UdNJzmWB.Txux[oy?Ht6%gog%2oLWEWARjRj", "type": "image"}, {"id": 3448485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fa22d9d-3675-460e-9c18-d42a24d0b0a3/width=450/3448485.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USPsCjRQ?wt7yXof?v%MSjt6$goL%LM{IUWW", "type": "image"}, {"id": 3448410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68c40a18-a0e9-4d98-9917-a641b5ef7744/width=450/3448410.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URNT8.xsX:N2_LWF_3%K.9oM?bxb-;t3IUR*", "type": "image"}, {"id": 3448425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1bd55cfc-5c5c-475d-9135-39a0280e2950/width=450/3448425.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGLWq.000O014.00_MROF3IU^*Rk~VtKRkoz", "type": "image"}, {"id": 3448153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c77f3b0-24ec-46db-b82d-72669dda62b8/width=450/3448153.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UdNJzmWB.Txux[oy?Ht6%gog%2oLWEWARjRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/215840", "modelId": 192154} \ No newline at end of file diff --git a/datasets/metadata/216053.json b/datasets/metadata/216053.json new file mode 100644 index 0000000000000000000000000000000000000000..54d899fee9f72729c27415c4746a82501adfd29c --- /dev/null +++ b/datasets/metadata/216053.json @@ -0,0 +1 @@ +{"id": 216053, "index": 2, "name": "SD1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-07T11:43:22.568Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["DonMD34thM4g1c4tt1r3 "], "stats": {"downloadCount": 154, "ratingCount": 16, "rating": 5, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 166386, "sizeKB": 36977.484375, "name": "DonMD34thM4g1c4tt1r3-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-07T11:41:45.548Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "923C7F12", "AutoV2": "B03BC8A4BC", "SHA256": "B03BC8A4BC7C204440FCF199054A6A59B621EA3224209A929F61AAE1110A6F82", "CRC32": "2502AE1C", "BLAKE3": "633FA8172B0783DB839C5B7BE1F2D77C94A6E6318CCD040828FE14D3F0AC0F13", "AutoV3": "2BA824E6FD86"}, "downloadUrl": "https://civitai.com/api/download/models/216053", "primary": true}, {"id": 166225, "sizeKB": 129835.6796875, "name": "216053_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-07T08:25:51.791Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "69FD52B8", "AutoV2": "05773B9C45", "SHA256": "05773B9C459A21A3353DF216E3DC0F30EE6B50ABAA553BE2DEC9ABE712CED05D", "CRC32": "A8680521", "BLAKE3": "1F2641517D210DCCC94C6BD1C0E4B4DD64D683072E626383C9DCCCB039B43C47"}, "downloadUrl": "https://civitai.com/api/download/models/216053?type=Training%20Data"}], "images": [{"id": 3456134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9948a2d-10cf-4795-8c78-6df6c4b0461d/width=450/3456134.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U46k#NX3ZMozD}ah4mj]nvoM%jWT4nogosWA", "type": "image"}, {"id": 3456137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00450fd2-1b73-43b8-bdb8-1b940744b27a/width=450/3456137.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U28#KR?v00Hu_4Md00t^53x]8#Q[?^H@X1%x", "type": "image"}, {"id": 3456135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9caeae59-f678-4654-9f35-e63f63c5bbde/width=450/3456135.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U28;Jwt700xv1Ca$HvWA0cV@4TW.00WA~AtS", "type": "image"}, {"id": 3456133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92115584-96e3-4a16-99f0-0addef8a5c41/width=450/3456133.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U37Uo1od00jJrRahD|k95{ayHZa$Fraxx9of", "type": "image"}, {"id": 3456136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fee43cb-4eef-41cb-82b3-1d7662903861/width=450/3456136.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U25$h_.T00HX-Gfj9DRPBbM^U#xw,{s=yWoy", "type": "image"}, {"id": 3456139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67c8b686-2cdd-4f33-a82b-315fd94fb7c0/width=450/3456139.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U36*,gr|D5xc%_Rh00XM5MoNHtt8.Aah%1og", "type": "image"}, {"id": 3456138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36cd0d5a-d715-4454-929b-1bd3a4c71273/width=450/3456138.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U26INroh00X3+-R#J1R$0JStiKVZ9Ew7?cyD", "type": "image"}, {"id": 3456146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b853aeb5-9f71-4d27-955f-82907bcc003f/width=450/3456146.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U26[jotk4TRPygt600RQ8^V[MKju%zRjwQt7", "type": "image"}, {"id": 3456142, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0ac1549-d327-47b8-87ce-f19232611826/width=450/3456142.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U26k|=.A00ISwZ%g8{Diq5M^8wogKAbv==rr", "type": "image"}, {"id": 3456151, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef5abc5d-a58d-4e74-aa9d-d5f936fb9642/width=450/3456151.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U37-]6s=IRt74-bE8wV[00WUm@WA_NjI?cog", "type": "image"}, {"id": 3456143, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b53a717-675c-4795-8de9-49e711995e9a/width=450/3456143.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U36SBBWAL#o#DgbHJqWA53ogMzaxzPa{.koe", "type": "image"}, {"id": 3456132, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06906fbd-000b-4fcc-a9fa-941d3e75c3a1/width=450/3456132.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U06+03-=00In.nxv3gRi00Im00tRiEIn_Nxv", "type": "image"}, {"id": 3456140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/563bb97c-7b45-402b-b09a-3eb685fd70be/width=450/3456140.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U37Bfs%4HXXObnRj4nR$53M_Q-t7?dt8t8xb", "type": "image"}, {"id": 3456141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d620f8ca-796a-4a2a-95cd-4e7c5c8506b0/width=450/3456141.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U26uO{o#00jr.kfk8wf50cayZlj[TgaevdX7", "type": "image"}, {"id": 3456145, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d975364-a127-4530-8490-188d5236210a/width=450/3456145.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U38XtdWA00og.RofDkWB00f+8xjsuiV@U[t7", "type": "image"}, {"id": 3456147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f598a76-b973-4bdd-adc0-02611cd70839/width=450/3456147.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U47Bfoxu00M{8^fkpHWB8^Rko7xt*0oM,;ox", "type": "image"}, {"id": 3456148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c73571d2-7046-4a76-ae37-d692eead8073/width=450/3456148.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U27-sWx]4TWqk=oMMdjF00WA4TRjC6R%]poe", "type": "image"}, {"id": 3456149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1aedcff-51b8-479c-8549-6330a7933519/width=450/3456149.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U16[z9t800WBmPoz56M{00W-#]s;~qRQD$t6", "type": "image"}, {"id": 3456150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40998515-a189-49ad-b060-984aa3a19c89/width=450/3456150.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U38O0e?d004n4nRjVX%M4,RODRRluOIm$b-n", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/216053", "modelId": 192334} \ No newline at end of file diff --git a/datasets/metadata/216060.json b/datasets/metadata/216060.json new file mode 100644 index 0000000000000000000000000000000000000000..ff09486cea3c0d26c48ab60b1faa2b169b6b4ae6 --- /dev/null +++ b/datasets/metadata/216060.json @@ -0,0 +1 @@ +{"id": 216060, "index": 0, "name": "Inkjet printing", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-09T04:15:01.273Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 240, "ratingCount": 41, "rating": 5, "thumbsUpCount": 57, "thumbsDownCount": 0}, "files": [{"id": 167280, "sizeKB": 223099.62890625, "name": "Inkjet_printing.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-08T06:15:55.335Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "57F31FF5", "AutoV2": "4B6771E0FB", "SHA256": "4B6771E0FB052C059DA4169BB26893E96AF0272322360357154AC42C70E6304C", "CRC32": "261043C0", "BLAKE3": "1553C8DE60CEFC1628DEEA521EC76AD2F3B8F346CC0B03AD87C1F22BEF934161", "AutoV3": "DAF8804674B3"}, "downloadUrl": "https://civitai.com/api/download/models/216060", "primary": true}, {"id": 166231, "sizeKB": 5507.6982421875, "name": "216060_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-07T08:26:24.978Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2BE3E61A", "AutoV2": "12F96075A5", "SHA256": "12F96075A53B236475BE71E707AD8635C1ED7D1B29F54F1B812016D074C4255C", "CRC32": "06962578", "BLAKE3": "E339AE7D25110A1D750587267337AA03A5742DB84F001982EF4461D23F24727E"}, "downloadUrl": "https://civitai.com/api/download/models/216060?type=Training%20Data"}], "images": [{"id": 3493071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec038971-a09a-44a7-8f6c-8159093a481c/width=450/3493071.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UVN,6:og.S-U%MR+o}xD_NR%Ino~XTWDxGbH", "type": "image"}, {"id": 3493070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4acacfb-a478-4ffb-b592-dff984ea3cc9/width=450/3493070.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQOC{aaK?aoL%hxGxaR*_Nj=Myoz%2RjR*s:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/216060", "modelId": 192338} \ No newline at end of file diff --git a/datasets/metadata/216098.json b/datasets/metadata/216098.json new file mode 100644 index 0000000000000000000000000000000000000000..cda0a32a7957cc4d849c10da72301a27bd141e9a --- /dev/null +++ b/datasets/metadata/216098.json @@ -0,0 +1 @@ +{"id": 216098, "index": 1, "name": "Sianna", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-07T22:43:32.797Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 121, "ratingCount": 13, "rating": 5, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 166988, "sizeKB": 36977.8046875, "name": "Sianna-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-07T22:25:57.131Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F8D1870D", "AutoV2": "F310905A22", "SHA256": "F310905A22F303C08C5AEE84A9EC0E9E2A82C56856E5AF33D4231AADCA3DBC83", "CRC32": "10AD2D14", "BLAKE3": "076599E8505F88D1D7E66E77F7F4AFF824FE98B4D41B8DA5535122ED19BEB70F", "AutoV3": "C9B2C95875E2"}, "downloadUrl": "https://civitai.com/api/download/models/216098", "primary": true}, {"id": 166940, "sizeKB": 24711.134765625, "name": "216098_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-07T21:15:47.895Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3A279C29", "AutoV2": "D2E3AD8670", "SHA256": "D2E3AD86708D70AB7787C1323A0E2A75F75D8953C169B5FBACA156A0844541E6", "CRC32": "C11C4409", "BLAKE3": "654DEAE173EEF84AA30C45D7AC71770696DF331FF4920A94A9777081F1631E6A"}, "downloadUrl": "https://civitai.com/api/download/models/216098?type=Training%20Data"}], "images": [{"id": 3466965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80aa3b80-016f-4430-a0be-3a60c21578ff/width=450/3466965.jpeg", "nsfwLevel": 1, "width": 2128, "height": 4032, "hash": "UNG*yYXT?ENd}+%1I]a~~V%2E2of~BNIxYof", "type": "image"}, {"id": 3466967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52e8ba08-89e1-4625-b86d-a57eb95733a8/width=450/3466967.jpeg", "nsfwLevel": 1, "width": 2128, "height": 4032, "hash": "UFFYV{?I~Wx]:#t6S~Rj~C%2NGt6%gxtf8%L", "type": "image"}, {"id": 3466962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d7461a4-d11e-41ee-828f-037b74998d26/width=450/3466962.jpeg", "nsfwLevel": 1, "width": 2128, "height": 4032, "hash": "UBIO2+8^Gc00_30KE1-oo4Ip~q?bxa9Zx^jE", "type": "image"}, {"id": 3466959, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97db4bab-0aef-4504-b99c-9d824ff14576/width=450/3466959.jpeg", "nsfwLevel": 1, "width": 2128, "height": 2128, "hash": "UOF#,Uo#_NW=~W%M%gt8ENs:ofWB9aozi^t7", "type": "image"}, {"id": 3466963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a654d7f3-b505-4d1b-9143-085d9f42b53d/width=450/3466963.jpeg", "nsfwLevel": 1, "width": 2128, "height": 4032, "hash": "UTGRhx~V?vWVx^%Nt7j[N{xu%1jZtRxu%1oJ", "type": "image"}, {"id": 3466973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cf08567-e48e-4e73-b66a-b85f109f9447/width=450/3466973.jpeg", "nsfwLevel": 4, "width": 4032, "height": 2128, "hash": "UBJ7R29F5@D402TK^i~WBVS5wJkWRj={XS9u", "type": "image"}, {"id": 3466971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8d60287-438c-4524-8c60-689f1eb3cb50/width=450/3466971.jpeg", "nsfwLevel": 4, "width": 4032, "height": 2128, "hash": "U4I4U=rB1T|G0080^j]~0000uju5m6^3?v00", "type": "image"}, {"id": 3466972, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/974e2963-e50f-4a80-acb1-cae589ce35b4/width=450/3466972.jpeg", "nsfwLevel": 4, "width": 4032, "height": 2128, "hash": "U4KS|c^+I=NK01+[}?r;9s574:S%0MIo9^Ne", "type": "image"}, {"id": 3466953, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e4e6acd-cf19-43cb-9ad2-66acb21de810/width=450/3466953.jpeg", "nsfwLevel": 4, "width": 2128, "height": 4032, "hash": "U7I|BiIX004:5P02~AEN0MX8^j-A0+%LRPi_", "type": "image"}, {"id": 3466955, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79fe2a3e-597b-4a3f-a173-4e1215cd10b0/width=450/3466955.jpeg", "nsfwLevel": 8, "width": 2128, "height": 4032, "hash": "U7INHfE10C~V0LH?vzEgKl%M^*%g0L4:#k-6", "type": "image"}, {"id": 3466952, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a86e232-f465-4104-bfb6-b1e593516701/width=450/3466952.jpeg", "nsfwLevel": 8, "width": 2128, "height": 4032, "hash": "UAIDQ.0201?G0fr]~B5858Iq=wIV0g-oRj=_", "type": "image"}, {"id": 3466961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4b120b6-13cb-4596-8b6e-e5b1adcde6d6/width=450/3466961.jpeg", "nsfwLevel": 8, "width": 2128, "height": 4032, "hash": "UJJG+i00G^waO@R4-;D%S~M{=^IVD%-;IUt8", "type": "image"}, {"id": 3466960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29465677-6381-4ee6-93b0-87976296a244/width=450/3466960.jpeg", "nsfwLevel": 8, "width": 2128, "height": 4032, "hash": "U8G@xg^h.kE1KO02E3NH^I~9=t-:T09bIpIp", "type": "image"}, {"id": 3466956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa0bfbae-a74a-4bdb-890f-474dd627c392/width=450/3466956.jpeg", "nsfwLevel": 8, "width": 2128, "height": 4032, "hash": "UNHm[V~VO@%M9uWAWBIoW=xat7t7g3xtxtt7", "type": "image"}, {"id": 3466969, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1108b5e-6e8f-4a6f-aaa6-a1ba43cef05d/width=450/3466969.jpeg", "nsfwLevel": 8, "width": 2128, "height": 4032, "hash": "UVL3rp?b*0xvIAM{IUnh9FMxMxIoo#xaxtW=", "type": "image"}, {"id": 3466970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9df61e16-38ca-4bfd-a5c4-7350a2557e7b/width=450/3466970.jpeg", "nsfwLevel": 8, "width": 4032, "height": 2128, "hash": "UGG@*+~VFz~B57NH%1-pGHo~=|ozv}iwNHt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/216098", "modelId": 192370} \ No newline at end of file diff --git a/datasets/metadata/216332.json b/datasets/metadata/216332.json new file mode 100644 index 0000000000000000000000000000000000000000..654cef5ee488d169b52af22e81f89be6e07a7f77 --- /dev/null +++ b/datasets/metadata/216332.json @@ -0,0 +1 @@ +{"id": 216332, "index": 3, "name": "Ryo", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-07T18:32:25.846Z", "availability": "Public", "nsfwLevel": 1, "description": "lead singer of the band 'Unveil raze'
Normal
earrings, ring, shirt, man, mole, stubble, brown hair, ryo, parted lips, ryoignitionera, male focus, beard, necklace
2023 Cover Era
lips, necklace, beard, brown hair, shirt, parted lips, stubble, man, brown eyes, ryo, mole, ryo2023, ryoignitionera
", "trainedWords": [], "stats": {"downloadCount": 79, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 166807, "sizeKB": 36977.9921875, "name": "Ryo_-_Unveil_Raze-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-07T18:25:48.879Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "30D5DDB9", "AutoV2": "4F0863D585", "SHA256": "4F0863D585DD25D928162A8882FAD79AC3E06EE7443CFF52D0CCA10B1AD3FDA9", "CRC32": "A60E1F1D", "BLAKE3": "D5D2C907C20AE35362EA29728C0A3BDD9A3D2835DB2F470FE732A64A0FBA52B1", "AutoV3": "223CC525492A"}, "downloadUrl": "https://civitai.com/api/download/models/216332", "primary": true}, {"id": 166451, "sizeKB": 1996.6064453125, "name": "216332_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-07T12:40:48.610Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "44931A8BBE", "SHA256": "44931A8BBEED519A4BD58E2024DC9EE15B59AF0DDCB6C5A4D855B4C665C9BB11", "CRC32": "27189F2E", "BLAKE3": "DBA9BEE9722BBF17BBBE3DAA981677F60DEDF92347C7C64E2A774EBAEDDA1999"}, "downloadUrl": "https://civitai.com/api/download/models/216332?type=Training%20Data"}], "images": [{"id": 3463353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc949a86-c21b-4cef-9ffe-769a7077b927/width=450/3463353.jpeg", "nsfwLevel": 1, "width": 680, "height": 1024, "hash": "U8Bo,EE2ElxZ~V$$5T57^i9uM|xZ02-on$NG", "type": "image"}, {"id": 3463352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0489c19-d458-40cd-ae8a-8e013c0ca49f/width=450/3463352.jpeg", "nsfwLevel": 1, "width": 680, "height": 1024, "hash": "UJBVkS={Na%1~AxtNaxa%1t6t6xaR+xZ%1t6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/216332", "modelId": 192541} \ No newline at end of file diff --git a/datasets/metadata/216463.json b/datasets/metadata/216463.json new file mode 100644 index 0000000000000000000000000000000000000000..d0ac57ed8a1ff3b616733aeb1678b90fae934d43 --- /dev/null +++ b/datasets/metadata/216463.json @@ -0,0 +1 @@ +{"id": 216463, "index": 0, "name": "Luxury Houses V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-07T15:29:34.472Z", "availability": "Public", "nsfwLevel": 1, "description": "This is V1
", "trainedWords": [], "stats": {"downloadCount": 215, "ratingCount": 13, "rating": 5, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 166616, "sizeKB": 223102.65234375, "name": "Luxury_Houses_V1-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-07T15:28:48.622Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D91A5942", "AutoV2": "A406B99AE1", "SHA256": "A406B99AE1EA0C6E49B82A2C6FC1E546E9E50B83046D9746DA4FFB593697C04E", "CRC32": "67FCF380", "BLAKE3": "9DFCDABB1B1B0729897458FBD711E5BBA2046E79B087CACA9566988B7A169A64", "AutoV3": "A79C15E19077"}, "downloadUrl": "https://civitai.com/api/download/models/216463", "primary": true}, {"id": 166559, "sizeKB": 17997.2451171875, "name": "216463_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-07T14:26:23.055Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A3C94E90", "AutoV2": "EAD221BA09", "SHA256": "EAD221BA0933CE0AEE07C54DB97D134958FA05B2EBD4EDC780CB753A11F84B39", "CRC32": "081C9B81", "BLAKE3": "05E011B1570797C660212ED06D353F336F86A8607255AFD89CF7285DFBC4F8EF"}, "downloadUrl": "https://civitai.com/api/download/models/216463?type=Training%20Data"}], "images": [{"id": 3460000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03be8ffd-ebf5-4b48-ab96-f4dbf8d0645c/width=450/3460000.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UKFrIz=|xaxZ~Esms+wb.A$+snM{XWRijHR-", "type": "image"}, {"id": 3460009, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0cdd6f7b-b524-4dc4-8aa7-7a72c45615f4/width=450/3460009.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UOGRPI^*jXR*~C-pxZWBtT%2ayjESjt8WBof", "type": "image"}, {"id": 3460003, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb8e37d7-222c-40f6-9a16-ec3bc325b91e/width=450/3460003.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UeDv$iM{ITt7%%aeRjt6Iqt8t8a#Mxt8t8WD", "type": "image"}, {"id": 3460010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/031ce4aa-0e3a-495d-909c-8748edfe2237/width=450/3460010.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UXFZ1;MvM_M{?dIoV?axETRPn}oJIToyoIof", "type": "image"}, {"id": 3460001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56cc030e-bbaf-4604-84eb-3c5fd2dd251a/width=450/3460001.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UTC%Ke-;aKV@_4%gs+jERpx]oKn#RhxuaiRQ", "type": "image"}, {"id": 3460002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/715b1f09-441b-4763-be45-6ad5bf52cb11/width=450/3460002.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9BpwT0201?a_MRhIC-;kgxCRo%MotogWEt6", "type": "image"}, {"id": 3460006, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a6fd70d-2a48-407a-a369-c2b01184dfee/width=450/3460006.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U69%u8D=5MxZ~qxbIlW,F+RR%2SuPFD,$.%d", "type": "image"}, {"id": 3460005, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b6a2bee-5fc6-4302-a641-8c09aa60a8d4/width=450/3460005.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFBzLPV;9E-:-rIUE0%3?@RhROxtxtoNN3WD", "type": "image"}, {"id": 3460015, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e59fdff8-c447-4e93-b5b3-1ad20137b9af/width=450/3460015.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UVDJCq9ZslkD~XM{M{t8x^oIM_t8IpxZM{t8", "type": "image"}, {"id": 3460007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb295a3e-5259-4b67-978f-dd5f8a32886d/width=450/3460007.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHECC1^-nhxW%6xdWSsmE:srITNGITM{RjR%", "type": "image"}, {"id": 3460008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86d8aa44-3853-41b1-a4ba-cd9adcc34a10/width=450/3460008.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UQEe_Z9xwHbw%%NeaJozJEkXRjt7IV%2ofR,", "type": "image"}, {"id": 3460011, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75bb2673-b80b-4748-9825-2f2ba26c19c3/width=450/3460011.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDIzP00202~V+#s+^hIp03?E%L4;74M}Vro|", "type": "image"}, {"id": 3460012, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ccfd576-5718-4b36-ac64-ad0914942be1/width=450/3460012.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UTDADF%gxWN3.Tx]tMxaOvtlt6xaXmWFxWV]", "type": "image"}, {"id": 3460014, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02ff412c-bf9e-40e7-8a5f-cc29dcea73df/width=450/3460014.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UNG*j80KI;Ip?w9an~t75ZozxXxaD*?GM|NI", "type": "image"}, {"id": 3460013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77dabeca-ce9d-48b2-bd23-74a8c3967515/width=450/3460013.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7B{Jm?H-;^I#I}?-:$L0};w-UE4IW9YslNe", "type": "image"}, {"id": 3460016, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cefc713b-64fb-436c-afdf-20a887934014/width=450/3460016.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UnK0His,WAxG}_$*s.j[okV@a}WXIvsoNHa}", "type": "image"}, {"id": 3460017, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b7a3254-fcf0-44b7-a87d-848fb60cc0d3/width=450/3460017.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UVHUIfE1xaf+pMNGnhWB5TxZM{R%RhxtWWt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/216463", "modelId": 192643} \ No newline at end of file diff --git a/datasets/metadata/216722.json b/datasets/metadata/216722.json new file mode 100644 index 0000000000000000000000000000000000000000..3be7ed0b874288d0388259304637da0a1056e24b --- /dev/null +++ b/datasets/metadata/216722.json @@ -0,0 +1 @@ +{"id": 216722, "index": 0, "name": "girl_face", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-07T18:39:24.889Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": [], "stats": {"downloadCount": 93, "ratingCount": 2, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 166790, "sizeKB": 36977.703125, "name": "girl_face.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-07T18:15:45.831Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CCA026C3", "AutoV2": "AAE714187C", "SHA256": "AAE714187C14700FC39A44D7A14AAB52B829CF8D62E8BA0880E16739B5F68D38", "CRC32": "8A34EF20", "BLAKE3": "38E2C50EAA223CC2A21250FE4917BE919D0129F28C2DD4CF3E78D23C91F890CC", "AutoV3": "8D5F1B38A69E"}, "downloadUrl": "https://civitai.com/api/download/models/216722", "primary": true}, {"id": 166777, "sizeKB": 11010.9228515625, "name": "216722_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-07T18:10:56.971Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "373ACB66", "AutoV2": "FF1C6AE3D5", "SHA256": "FF1C6AE3D5AE0D99AA8DB3B7D57634FE22BA3BEDCC3A437F7392FA347895C4F7", "CRC32": "CB039963", "BLAKE3": "4E87619E9830B97D56389DB1C17F06CF856C52F87C73C367F7EAA78456FFD4DA"}, "downloadUrl": "https://civitai.com/api/download/models/216722?type=Training%20Data"}], "images": [{"id": 3463477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e07dcec4-44be-4d1b-aaae-2e97c590b7ab/width=450/3463477.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USG*f:~U0KD*D*Rk-:%L9aE2R.WCNHRkRkRk", "type": "image"}, {"id": 3463480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc202e7e-06bf-4184-a745-cb480d2af161/width=450/3463480.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UWKd9,~V%Lod0Lxa-:tQELkBsms;-:WBxtxa", "type": "image"}, {"id": 3463488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66fb4af9-0f1f-45b5-a843-7239429e7d05/width=450/3463488.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKHU2x~p9t9u-:tR%1NH4:IV%1%2M{Rjt6t6", "type": "image"}, {"id": 3463490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af706354-3507-40d7-8edc-56c7d63770a7/width=450/3463490.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "USHKa{~VIos:IokD?GNG9aRjoLt7M|M|NGWB", "type": "image"}, {"id": 3463493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ce95544-8c97-4e72-8b0b-fb6cba4a9af3/width=450/3463493.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UMJtF[~qE~%Lx]?b?a%ME29a%M%L9ZxaoJs,", "type": "image"}, {"id": 3463499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15e8e03c-f42f-4768-bc5d-de47459ba093/width=450/3463499.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U7HKqa009@4U_N4.xZ9G01xZ%MIoD*IV?a%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/216722", "modelId": 192871} \ No newline at end of file diff --git a/datasets/metadata/216870.json b/datasets/metadata/216870.json new file mode 100644 index 0000000000000000000000000000000000000000..1e35abc74f296d2a7eb90e644919eeed7303d047 --- /dev/null +++ b/datasets/metadata/216870.json @@ -0,0 +1 @@ +{"id": 216870, "index": 0, "name": "Realistic_Face_1.0v", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-08T08:01:46.469Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 386, "ratingCount": 10, "rating": 5, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 167365, "sizeKB": 36977.5703125, "name": "Realistic_Face_1.0v.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-08T08:01:21.832Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7120DEA1", "AutoV2": "241B1984F2", "SHA256": "241B1984F2EE79B66093BEF93F3006D0A55268B6923242AC8440844A95C415F6", "CRC32": "CD8B710D", "BLAKE3": "3484B4707E6B21245B98C79FFB8A15F862D01B44AACEA9032A835C0B37B902B6", "AutoV3": "4EDD5D61A59D"}, "downloadUrl": "https://civitai.com/api/download/models/216870", "primary": true}, {"id": 166921, "sizeKB": 14383.8818359375, "name": "216870_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-07T20:50:40.376Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C8E451F8", "AutoV2": "113C315076", "SHA256": "113C31507628B2081F476DB871A3522AF0E066BB6CDD1E431598957C0F7B1906", "CRC32": "A4B6B335", "BLAKE3": "3577195FD060B0AD263C59BA56CE77743409AFEA84E0A070B8E125AE99353D71"}, "downloadUrl": "https://civitai.com/api/download/models/216870?type=Training%20Data"}], "images": [{"id": 3474692, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49acd8d0-221d-4fb9-854c-4da954a6dd64/width=450/3474692.jpeg", "nsfwLevel": 1, "width": 1798, "height": 2698, "hash": "U8C~brAd0MwG00=tt7%MvxD%V[IpyZ%3#kD%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/216870", "modelId": 192998} \ No newline at end of file diff --git a/datasets/metadata/216931.json b/datasets/metadata/216931.json new file mode 100644 index 0000000000000000000000000000000000000000..7065e832efd082e48d302ea8523be4486e4c6a3a --- /dev/null +++ b/datasets/metadata/216931.json @@ -0,0 +1 @@ +{"id": 216931, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-07T22:16:16.780Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": [], "stats": {"downloadCount": 1216, "ratingCount": 191, "rating": 5, "thumbsUpCount": 283, "thumbsDownCount": 0}, "files": [{"id": 166977, "sizeKB": 36986.626953125, "name": "Sexercise-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-07T22:08:58.307Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8021AF78", "AutoV2": "B1904EA987", "SHA256": "B1904EA987EB37FFAB5E0B4D7AF23BEE6D020C77452D3495E28958B4D64D38A1", "CRC32": "73D11BF9", "BLAKE3": "D374DADEC40889DF070403D148A45ABFD801AC1702FC5B874D0DAF6E476F8EAA", "AutoV3": "7CF2F3AD34F4"}, "downloadUrl": "https://civitai.com/api/download/models/216931", "primary": true}, {"id": 230075, "sizeKB": 697867.435546875, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T15:36:13.554Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "399A79FC", "AutoV2": "F55B90EB7B", "SHA256": "F55B90EB7B83CA5EC10440A102FA15F524484349A9EDD14AFA83F08FF733DC63", "CRC32": "5BB2C6DB", "BLAKE3": "9FA9E2515D5F9B4840F107C28C06B0114FADE174D8196CADBC3FCC553BB7E227"}, "downloadUrl": "https://civitai.com/api/download/models/216931?type=Training%20Data"}], "images": [{"id": 3466496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0be012d4-2f75-49a2-81a2-40633e6ac3cd/width=450/3466496.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1808, "hash": "UNF}l}t6E*kD~V%19aS4%#oer]WCo}bHRPaf", "type": "image"}, {"id": 3466662, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43b6db1a-5846-49ef-bdc7-2c525e06e32b/width=450/3466662.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1808, "hash": "UIMGP6?v.m^+pe-;o}M{00NG-5%2vfVY4.NH", "type": "image"}, {"id": 3466498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42f1569e-49a4-4899-a74a-04e55f78e269/width=450/3466498.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1808, "hash": "UJJQyYM|0zNGyDNHv}nN%Mt7IAM_~Ws.ni9a", "type": "image"}, {"id": 3466495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a43b3b0b-a529-4790-ac7f-be0ac00844c1/width=450/3466495.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1808, "hash": "UTGH}AE24.%M?GR*aKNG~WWBE1Rj%MayIVax", "type": "image"}, {"id": 3466497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cd6daf1-3b51-4c25-aec4-1a43f677d245/width=450/3466497.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1808, "hash": "UMLDJwM{A9nn^-R5$mKJ?b-V=}S2?HM{xZxv", "type": "image"}, {"id": 3466500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aaf5ab0f-dcd8-49d0-a60a-510b2491a86c/width=450/3466500.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1808, "hash": "UQGI4VE14noz-5NbV[Rj-UR+xbRk~WRjM{of", "type": "image"}, {"id": 3466499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f89a096-34db-4d8f-bb19-593d3abc26a2/width=450/3466499.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1808, "hash": "UJIhEX9G00%M^j$*R*IU^js:%MRj~pWXxZbb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/216931", "modelId": 193038} \ No newline at end of file diff --git a/datasets/metadata/217223.json b/datasets/metadata/217223.json new file mode 100644 index 0000000000000000000000000000000000000000..b16420a2615c84627a0dbe0789170f3b782494a8 --- /dev/null +++ b/datasets/metadata/217223.json @@ -0,0 +1 @@ +{"id": 217223, "index": 0, "name": "Werner Grand Chase", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-08T13:18:51.055Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 108, "ratingCount": 9, "rating": 5, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 167517, "sizeKB": 36977.8125, "name": "Werner_Grand_Chase-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-08T12:35:48.345Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "84923A2A", "AutoV2": "1CB02C27A2", "SHA256": "1CB02C27A2467C2DCD4CDC3A1D56799092E161E9AB12E94EBEBC54231CF366E4", "CRC32": "91C82E14", "BLAKE3": "A6B030410D325F9962E3D76CFC668692FE12D372E2C426513869976EBBE7CF43", "AutoV3": "F41D6B6D75E1"}, "downloadUrl": "https://civitai.com/api/download/models/217223", "primary": true}, {"id": 167230, "sizeKB": 1187.435546875, "name": "217223_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-08T04:55:48.273Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "1D6490BA4B", "SHA256": "1D6490BA4B391A0B40A441B476FC2816DB27CEC23DC140649915B67F79D2F480", "CRC32": "81556FF2", "BLAKE3": "86D10CA87F0E7DFCEE63EBFABBBF2B6BC5565F1D3B6A7F26A9DDF14408833DA0"}, "downloadUrl": "https://civitai.com/api/download/models/217223?type=Training%20Data"}], "images": [{"id": 3478463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a8fb2e7-713d-4f8d-8865-8b0af5a2ed29/width=450/3478463.jpeg", "nsfwLevel": 1, "width": 680, "height": 1024, "hash": "U8Fzdc0e00}v]~9s0v%M00o{t3-CJC=}r_Mf", "type": "image"}, {"id": 3478462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9fb10d15-278e-4230-9b44-3895eb1e81b8/width=450/3478462.jpeg", "nsfwLevel": 1, "width": 1360, "height": 2048, "hash": "UME^]WIV9s?H}ZNGI:xHE0Nsf+e=9[t7xaaL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/217223", "modelId": 193283} \ No newline at end of file diff --git a/datasets/metadata/217667.json b/datasets/metadata/217667.json new file mode 100644 index 0000000000000000000000000000000000000000..33ad8856b358be7e4b2d723c38ec1c92d1c8cb75 --- /dev/null +++ b/datasets/metadata/217667.json @@ -0,0 +1 @@ +{"id": 217667, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-08T13:20:04.292Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 546, "ratingCount": 110, "rating": 5, "thumbsUpCount": 140, "thumbsDownCount": 0}, "files": [{"id": 167558, "sizeKB": 22256.26171875, "name": "Urara_Ebihara_RinXSen-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-08T13:21:31.561Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5EDB8569", "AutoV2": "5525713CFA", "SHA256": "5525713CFA6FB7C0DFF29119C335334DBAE5B5D8478E3CE51ECAC63575166A06", "CRC32": "BD35FABE", "BLAKE3": "3E2E1949D943E47BFFDCB88CEE7D7BCA588C72433BADB5D0CD1F40DD6C844E21", "AutoV3": "AB378776CF1F"}, "downloadUrl": "https://civitai.com/api/download/models/217667", "primary": true}, {"id": 167559, "sizeKB": 40841.416015625, "name": "Urara_Ebihara_RinXSen.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-08T13:21:33.441Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6A2B0F5B", "AutoV2": "5546EE8E8F", "SHA256": "5546EE8E8F7213ABD896472DD2A9A3B1A683D29A97F502D1A92137FEEB12AFB3", "CRC32": "E33D4872", "BLAKE3": "C15AF1E3CAEB3384562E2487375BFBB88632F383896AAEF49080154F63D9E349"}, "downloadUrl": "https://civitai.com/api/download/models/217667?type=Training%20Data"}], "images": [{"id": 3478484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/383ad14c-805f-43bf-9946-bb47bde03dac/width=450/3478484.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UiOf.Fxu.Tt7E1j]?bfkx^ofsmj@ozWCt7WB", "type": "image"}, {"id": 3478570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21f7dc01-78fe-4e2c-846d-3b571cdb8dd0/width=450/3478570.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIL;EZ~W~pJB00~V%$~W00S%-TnN_Ni^IUR.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/217667", "modelId": 193651} \ No newline at end of file diff --git a/datasets/metadata/217675.json b/datasets/metadata/217675.json new file mode 100644 index 0000000000000000000000000000000000000000..a40f99d68d13dae6581991349e0735586bf0f9e8 --- /dev/null +++ b/datasets/metadata/217675.json @@ -0,0 +1 @@ +{"id": 217675, "index": 0, "name": "Feng Wei Tekken - Female", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-08T16:03:06.289Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 179, "ratingCount": 31, "rating": 5, "thumbsUpCount": 36, "thumbsDownCount": 0}, "files": [{"id": 167693, "sizeKB": 36978.5703125, "name": "Feng_Wei_Tekken_-_Female-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-08T16:00:48.766Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "16FAEE42", "AutoV2": "E01D2909B7", "SHA256": "E01D2909B7E21C5B4D4896A8A95B13DE18DE5B59113B4E78271A1F95E7A408F5", "CRC32": "C698F0B7", "BLAKE3": "A1ABE52A8B9E2937CC3DAD018771AA80608E5BB1AE1FEA9850592F177CB6E727", "AutoV3": "9EF5BC9FFB65"}, "downloadUrl": "https://civitai.com/api/download/models/217675", "primary": true}, {"id": 167595, "sizeKB": 545.0888671875, "name": "217675_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-08T14:11:04.005Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "9ABC1EF4B0", "SHA256": "9ABC1EF4B03CFDFF6AB396F533603640A9E0C3DC1092E2606B15153716719EF7", "CRC32": "07918E39", "BLAKE3": "D022D3C0F1AEEB68DE2A9E9788AC0C615F8BAAE41A15A3281B9130F4260FCC3B"}, "downloadUrl": "https://civitai.com/api/download/models/217675?type=Training%20Data"}], "images": [{"id": 3481424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/730ada9c-d4e6-432b-8d50-a0e168f66972/width=450/3481424.jpeg", "nsfwLevel": 4, "width": 1360, "height": 2048, "hash": "UeJQs4oLR%xt~VRjxZWVRjRP%LWqozoKoJWB", "type": "image"}, {"id": 3481449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9004b48d-09bd-4e9b-bbd3-953508114519/width=450/3481449.jpeg", "nsfwLevel": 2, "width": 1360, "height": 2048, "hash": "UMH1#zIo9v?a~psmRPxuD%%2tRD*S6xuxaM|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/217675", "modelId": 193658} \ No newline at end of file diff --git a/datasets/metadata/217677.json b/datasets/metadata/217677.json new file mode 100644 index 0000000000000000000000000000000000000000..df88a1e5684e013dc18a0a89c6fbfd0cb8314702 --- /dev/null +++ b/datasets/metadata/217677.json @@ -0,0 +1 @@ +{"id": 217677, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-08T13:52:02.851Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["jessica_albert", "Purple_off-shoulder_shirt_Long_sleeves_Cleavage_Yellow_corset_Red_long_skirt_Belt_Pouch", "Blue_leotard_Yellow_microskirt_White_elbow_gloves_White_thighhighs_Garter_straps_Bracelet_Feathered_wings_Navel_cutout"], "stats": {"downloadCount": 863, "ratingCount": 115, "rating": 5, "thumbsUpCount": 159, "thumbsDownCount": 0}, "files": [{"id": 167570, "sizeKB": 36998.5546875, "name": "jessica_albertv1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-08T13:46:58.341Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3EB81FEB", "AutoV2": "9FDBB9B9B3", "SHA256": "9FDBB9B9B3E2B39FD89125FBBB0B5BE39D3CF48370C07F5EE3CBE0BCBF312333", "CRC32": "6C074C88", "BLAKE3": "B1EB44FE990EEA4A9775ACADCCFC39A72B42FDFCA796A02A1529021F747A07AC", "AutoV3": "E3242E1141C9"}, "downloadUrl": "https://civitai.com/api/download/models/217677", "primary": true}, {"id": 167571, "sizeKB": 175632.595703125, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-08T13:45:45.805Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D31FD3B1", "AutoV2": "A01B87B2AA", "SHA256": "A01B87B2AA9C4DF0D86EE1B70A9E90912459FE7B25952F852F1AC2419954042D", "CRC32": "D4C99A90", "BLAKE3": "615BD6A7B58CDF83ED4DCC1AE177B20743482AA751FA388122544E271CD9A898"}, "downloadUrl": "https://civitai.com/api/download/models/217677?type=Training%20Data"}], "images": [{"id": 3479097, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3e42c58-2d8f-4c2d-a7cd-78e2bcb355d5/width=450/3479097.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UbKK7^%1?^WX_3ozbbs.=rjZNeR*t5oft7a#", "type": "image"}, {"id": 3478853, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d711f0ba-73f5-4022-8337-2775830af1ae/width=450/3478853.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UUL{o2_2yE~B~Vt7RkozIBxtxtsWI=s.%2NG", "type": "image"}, {"id": 3478848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36ff1c44-6812-4d1a-8061-d2a69de458ba/width=450/3478848.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UELMYB~UAAIU}TRkIoxtDhRRg4oz%1ob%NM|", "type": "image"}, {"id": 3478850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/722f388e-0d24-4e52-82cd-29ddd96ca543/width=450/3478850.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UJLzBZ~C6SD*D-MxNFbbn3IVNJ%Ks#t5t9WF", "type": "image"}, {"id": 3478852, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/801263b3-9144-4843-9538-bc7872633a5d/width=450/3478852.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UBLg33aL2^.8^nS1yWs;mlbbElV@=paL_3t6", "type": "image"}, {"id": 3478851, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/404d275f-4495-44fc-8230-c36c527856a8/width=450/3478851.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UQKJJaM{S{xa~osoM{bbn3kCozWB9aay%3ae", "type": "image"}, {"id": 3478849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d32727b1-bb04-4879-bb03-6db416cfee68/width=450/3478849.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "USLV%i-V9}NH~WRjM{niDijE%LSh9aog%2X8", "type": "image"}, {"id": 3478953, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/407843be-8162-4f5c-ba48-547e72b3c4b1/width=450/3478953.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UkJQm5%Ntm?H~CR*NHofoz%M%MWWE1oft6az", "type": "image"}, {"id": 3478954, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c6d779a-f930-4e59-8d2b-9af2b7b3c098/width=450/3478954.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UQHo90MxIm%N}jt7E,f5iua#bcoK9bWBxus;", "type": "image"}, {"id": 3478956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e28e82f-d944-44cf-a156-43949045458f/width=450/3478956.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UEHc+h0z2o}tcr=xDjOqNGSzIVE2D*tRIors", "type": "image"}, {"id": 3478955, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bb1c236-0db3-4f7a-80eb-576067c3f311/width=450/3478955.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UbL|7m%N_N-q^$o0E2kCIp%Mozo}oOS3x]so", "type": "image"}, {"id": 3478957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ac3c316-9ee0-4f75-b971-92c347f6cf2f/width=450/3478957.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UGIWl_IB1H~BJ*%M01Ef%MM{xZof4:I:o{wJ", "type": "image"}, {"id": 3478960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a1eb7e7-265b-47ac-9bb4-b6a12ffe7ba8/width=450/3478960.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UFI3?-560z^Q?]xF9Gbu0LxuofIV01kW%fnO", "type": "image"}, {"id": 3478958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b62472c-8b83-44e1-939b-d85d9da31fc4/width=450/3478958.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UbKwkL}:K,RoI#RkNFXRroM_EORQIUoeXAs:", "type": "image"}, {"id": 3478961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd262ae4-93ed-42f7-a59a-1b653fddc69e/width=450/3478961.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UQL:sB=|.S={~UM|9]ayt3M|t7Ip0foe%Lt7", "type": "image"}, {"id": 3478963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a297d6f-1731-49a8-afb1-780f7dc857eb/width=450/3478963.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UQMP:}}lG^IVA0InItJVIBR5R:RPDkt6EO-S", "type": "image"}, {"id": 3478964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07c51340-f549-4a3c-ac5b-e8a83e8eff6e/width=450/3478964.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UFFg%y9u0~}@yqsBIUO=xaWVIoo3nOkBXR$j", "type": "image"}, {"id": 3478965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d27d1b6a-462f-4a05-bbf8-9330129158bc/width=450/3478965.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UYL3=Z-=?w?H^+aKIoR*NLx]xutRS%Sh-;bH", "type": "image"}, {"id": 3478962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f651d174-5b7d-489f-94fe-e965665d2614/width=450/3478962.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UFJH5Z-ploI;.8%1S$EL}@R*bv%29uIo^+%L", "type": "image"}, {"id": 3479053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/402128b2-f022-4e6d-b061-f2568f4a588c/width=450/3479053.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UjJavPt7~pt7^*t7Nxof-:WVRjaeRiazkDay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/217677", "modelId": 193657} \ No newline at end of file diff --git a/datasets/metadata/217684.json b/datasets/metadata/217684.json new file mode 100644 index 0000000000000000000000000000000000000000..da037cb01a4efd95dd78ea5cecec4590a5b5f19d --- /dev/null +++ b/datasets/metadata/217684.json @@ -0,0 +1 @@ +{"id": 217684, "index": 0, "name": "SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-11-08T13:48:34.273Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["DonMD34thM4g1c4tt1r3XL"], "stats": {"downloadCount": 427, "ratingCount": 59, "rating": 5, "thumbsUpCount": 68, "thumbsDownCount": 0}, "files": [{"id": 167577, "sizeKB": 223098.76171875, "name": "DonMD34thM4g1c4tt1r3XL-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-08T13:46:26.718Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3B67C71B", "AutoV2": "9A8B23D648", "SHA256": "9A8B23D648070A7B7CC03AC5F272DEE777026156EF66F242E2DE9EE60685D854", "CRC32": "EE2DCFDD", "BLAKE3": "81C607210E25F26EB7105E4C895EEBBACD2B994A1F1A94045CCE5FAFD869F122", "AutoV3": "3134F0225609"}, "downloadUrl": "https://civitai.com/api/download/models/217684", "primary": true}, {"id": 167593, "sizeKB": 309183.361328125, "name": "trainingdata_deathmagicattire2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-08T14:11:05.113Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C9CAABD3", "AutoV2": "FA235C29E5", "SHA256": "FA235C29E50C6562E59795D8D2370EC421B7AA62A0934D122F7A22F83144F198", "CRC32": "87A3D440", "BLAKE3": "0A0BE5F8E3330A8461E4EDE6E4A99F5C355E52B51A97962F7AC781630F8173F8"}, "downloadUrl": "https://civitai.com/api/download/models/217684?type=Training%20Data"}], "images": [{"id": 3479011, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eef25053-2801-44f7-b910-b6e2fa9a0eea/width=450/3479011.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UBA_CVk=KQsE%NadDit7X+Rjv$WC.lx]xujG", "type": "image"}, {"id": 3478981, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c1a4cb1-6648-42ec-bbe4-29374e71cd9d/width=450/3478981.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U8C%:CMek[?w~Di_JB%z4VNsjX%M00yC^+r]", "type": "image"}, {"id": 3478980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d17285d-7310-4ff9-b0d9-d5708c1e1ba8/width=450/3478980.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U9DTw.tlK%RPOm%M00V@~WozMKbbyCW.E1ae", "type": "image"}, {"id": 3478982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d901c9b-657b-439f-9827-2d92251ef1b0/width=450/3478982.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UEFG5u%gAayD_No|00Mxw}Rj9FaL%2WoIUxu", "type": "image"}, {"id": 3478984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f13570a1-f4ed-436f-8741-995f8a0545b0/width=450/3478984.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "U69a]P_ND5Myu4E1t7xuvN%M%}I:9GMyi_pI", "type": "image"}, {"id": 3478985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15e59723-cbb6-4fc1-84f4-b80bfc7ef85c/width=450/3478985.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UEEpTU%LT2M{~qxaELtlW;%MRPM{x]t7xuM{", "type": "image"}, {"id": 3478992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5a37813-e0da-417d-88f7-3894563fe7d6/width=450/3478992.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U78h,hE0yEVG?]MdM|n4M|I.HstR%Mt+dr-;", "type": "image"}, {"id": 3478983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c1ac261-0bcc-4a75-a48a-fbae08a7b94d/width=450/3478983.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UFD^JvIUEg%z~W4nbH_N?bXRx]rt%hxHIUD%", "type": "image"}, {"id": 3478987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28509162-41c5-43b7-8b25-6f4067531842/width=450/3478987.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U26+^7x]_OyW*IMKujPAP,gKuktlM$R*DPbJ", "type": "image"}, {"id": 3478991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54258b08-15c8-4d44-879b-5861158ad3b7/width=450/3478991.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U7AnM.x]~qTcyWtQ.m-;Iq.8.9MwMJV@,;XT", "type": "image"}, {"id": 3478994, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3ae1196-b8f5-43c2-8cfa-e8676f531633/width=450/3478994.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U67_o]yCM2My?wRjMykBn5sAIAt7=xt7ove;", "type": "image"}, {"id": 3478989, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4b14298-c877-4a50-80e1-fa5476ab9f78/width=450/3478989.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U79ROXrrML%}t,I.IAsERPoNVaV?_NsotQMx", "type": "image"}, {"id": 3478995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee0aaceb-9180-4c67-b69d-fb259db34db5/width=450/3478995.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U78OYTG8AB?]-;MwJOyVt+gM%MIUIVt7-VMx", "type": "image"}, {"id": 3478999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca64e9b0-0965-4669-a8e0-7f94476f303d/width=450/3478999.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U59Zo@VXV@%M}sELMwof,:pIE1kq56NHa#af", "type": "image"}, {"id": 3478997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be12ee4d-6131-4c23-9d1c-189c12356bd1/width=450/3478997.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U35GX{oz4TR7*IcDD4Zj.9b]QnnPuNieS^OT", "type": "image"}, {"id": 3478998, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c770941-908a-4547-8c51-096145529414/width=450/3478998.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UCA_tXR%4-xu_NV[9GRk;UnlH[WB.kRkMft7", "type": "image"}, {"id": 3479001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d68314c-4e20-4a27-a81b-ab4c19daa7ee/width=450/3479001.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UNEp4c57D%-o.TjXM{WX?aa$E1w]^+M|Vsa$", "type": "image"}, {"id": 3479000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da74b2cc-6ba3-4df3-ba1a-a645088b3c23/width=450/3479000.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UNBgYftRIUWC~qxuIUoy-=n+IokCxbofM{j]", "type": "image"}, {"id": 3479017, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f74b374-1e5c-48a7-a9b8-e5e8cc72425d/width=450/3479017.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UICa9:?u-pyC_4.8b^ogR8xGRjn*pHMwR5kW", "type": "image"}, {"id": 3479016, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e951b30-2199-4df6-a5a2-a89680ec11d9/width=450/3479016.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UBE:#P?bkVKa_2?H4nX+,x?bR8D*?[tSbX4U", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/217684", "modelId": 192334} \ No newline at end of file diff --git a/datasets/metadata/21769.json b/datasets/metadata/21769.json new file mode 100644 index 0000000000000000000000000000000000000000..1fa0897117eb67219c5050e54806c089dcafe14d --- /dev/null +++ b/datasets/metadata/21769.json @@ -0,0 +1 @@ +{"id": 21769, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-11T18:32:08.549Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["ayanami_rei_mogudan"], "stats": {"downloadCount": 1618, "ratingCount": 315, "rating": 5, "thumbsUpCount": 333, "thumbsDownCount": 0}, "files": [{"id": 18148, "sizeKB": 155536.17578125, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-11T18:36:35.333Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "669650AD", "AutoV2": "D218127FB7", "SHA256": "D218127FB704AB9C3C0D8C33E1C7F5099B26236EF44E65A7FD8217E88DE22144", "CRC32": "30141FB6", "BLAKE3": "476CDE9185F6CE1AF6591EE0B3BAC6CBDC42B71FAB6698071FAAA9DDF5AFC3D9"}, "downloadUrl": "https://civitai.com/api/download/models/21769?type=Training%20Data"}, {"id": 18147, "sizeKB": 42183.296875, "name": "Ayanami_Rei_Mogudan.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-11T18:36:24.836Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "BFC8CA7A", "AutoV2": "62B19A5299", "SHA256": "62B19A52999A5503E6E8DC3F7E1602C0FFDB75F1EBA17ACF486B862862ED6052", "CRC32": "4AE22366", "BLAKE3": "55FD927962D075864BD5CB2170B1D1B5633E1A8694567AD73CC78AD48D6BABDB", "AutoV3": "BB23F4E9A477"}, "downloadUrl": "https://civitai.com/api/download/models/21769", "primary": true}], "images": [{"id": 232155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37c0ecb2-da69-4024-be43-bd309707b300/width=450/232155.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "ULJtxc.8IU%hjEXU.9og00Sh_ND%?cIqxt-:", "type": "image"}, {"id": 232161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7668986-46fb-4498-d32d-fafb27969100/width=450/232161.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UDNAM700J.00019uZ}9E02oz^jZ~~VxZD*IV", "type": "image"}, {"id": 232160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3067c3d-dd91-472c-86a3-80be2f28ba00/width=450/232160.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UVJHq4%g~qaJ-pR+D*MxE1?cRkocR-xuxtae", "type": "image"}, {"id": 232159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc664f77-e81a-4786-662a-56a75e574300/width=450/232159.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UPLzs^E+~A9HNIogM|NI%J9bNyxZ0LRjxu-;", "type": "image"}, {"id": 232158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/054e2bfd-3c8a-4e3a-1be3-cea1c01a6800/width=450/232158.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UIN];L.84:~VIpJ:V?S%0LO@$y-p.SSh%1D%", "type": "image"}, {"id": 232157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/617a8505-deaa-43e4-ad3c-2969b73bfa00/width=450/232157.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UmK-LVD%%NWB?wIoW;NG-;IpM{%LNH%2s:f5", "type": "image"}, {"id": 232156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16d441f4-37ae-4de0-b43e-54290e308500/width=450/232156.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UCLg#800~U~U?F^$014;0f8^9ZeS00IU^*sl", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/21769", "modelId": 18365} \ No newline at end of file diff --git a/datasets/metadata/217803.json b/datasets/metadata/217803.json new file mode 100644 index 0000000000000000000000000000000000000000..dc1d6ecf07270183cbd60040b45fe2f22a728d39 --- /dev/null +++ b/datasets/metadata/217803.json @@ -0,0 +1 @@ +{"id": 217803, "index": 0, "name": "Madam Mim Animal forms", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": null, "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 108, "ratingCount": 8, "rating": 5, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 167832, "sizeKB": 36993.578125, "name": "Madam_Mim_Animal_forms-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-08T19:10:51.101Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "97D2404C", "AutoV2": "3000B12E88", "SHA256": "3000B12E8894B02F87449A43FCCC33E841DB7CD85D3C1DC2AD8F7BF1FE4B2BC6", "CRC32": "D552CFD0", "BLAKE3": "8E222E56AED88416434DB7B2A8AC1064819F95B5D96598196FCF9E92058ABA45", "AutoV3": "6C3703CB4145"}, "downloadUrl": "https://civitai.com/api/download/models/217803", "primary": true}, {"id": 167670, "sizeKB": 36994.962890625, "name": "217803_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-08T15:36:26.496Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B1881CD7", "AutoV2": "1693E0233F", "SHA256": "1693E0233FE98DDF269399548BED37690589895BC024CE0AB11559577B8D92F1", "CRC32": "2D794A05", "BLAKE3": "1B7FA1007A6E9C5ECCA91450962BF0C584A6DA6121C8BC2F761C00E7C1F55749"}, "downloadUrl": "https://civitai.com/api/download/models/217803?type=Training%20Data"}], "images": [{"id": 4330332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d009398a-7577-4dfd-af48-3d733ce1097c/width=450/4330332.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U7E2z$^,0000_BsI^,0K0cDm%LI-xF00IW_3", "type": "image"}, {"id": 4330338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d1f81ee-3216-4723-b9b8-f66343977238/width=450/4330338.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UGECa,004-^n?nn-D+R$kORkM~kRx-ohV|R%", "type": "image"}, {"id": 4330339, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdcc8043-5b99-4308-8951-c7a5f8ff554a/width=450/4330339.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UBF#tE0FI%$,.W04%UNG004.^,M{-F$,-Xof", "type": "image"}, {"id": 4330340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ff247f9-1c6a-4cb5-bedf-759974e4a94b/width=450/4330340.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UDE.z_9I9pIC_J9IStIT0cM#^,.6oFoyRRxu", "type": "image"}, {"id": 4330345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b4b48ba-740e-4a75-9b8c-ed110eb1ae51/width=450/4330345.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UGFFT:=|009Z%QRRRgR%BuInMzxbIoxtoZt7", "type": "image"}, {"id": 4330365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7e5a81f-e976-4089-8caf-e3b715e3ed68/width=450/4330365.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U7HBA40400^,.W00$_?10J_0-=0JXBot9$or", "type": "image"}, {"id": 4330367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16c044d5-bf1b-42b2-a88d-861dd8f39c6d/width=450/4330367.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UHFF2M~VIkO6XfeuV]S]53E1NF-qxbX1bDxb", "type": "image"}, {"id": 4330372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19f508f4-7d6b-4298-bd14-e9bcba94fac9/width=450/4330372.jpeg", "nsfwLevel": 8, "width": 768, "height": 512, "hash": "UMDv1kot4-%G~oRlD+xtb+IXM-t7StWDV_kB", "type": "image"}, {"id": 4330374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69f672af-4362-4077-8e65-823d1687b014/width=450/4330374.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UFCsN{~mJ1NX?K-o-,%HEaof%4-qEIWE-p-:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/217803", "modelId": 193771} \ No newline at end of file diff --git a/datasets/metadata/21787.json b/datasets/metadata/21787.json new file mode 100644 index 0000000000000000000000000000000000000000..a09c9b51e1d1239f39d13b1efe6209dfdffef5dd --- /dev/null +++ b/datasets/metadata/21787.json @@ -0,0 +1 @@ +{"id": 21787, "index": 0, "name": "Gaben_01", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-11T19:43:24.856Z", "availability": "Public", "nsfwLevel": 1, "description": "Epoch 23 of 26 trained
", "trainedWords": ["gaben", "gabe newell", "glasses", "beard", "parody"], "stats": {"downloadCount": 720, "ratingCount": 102, "rating": 4.99, "thumbsUpCount": 111, "thumbsDownCount": 0}, "files": [{"id": 32332, "sizeKB": 4305.6103515625, "name": "examples.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-10T20:51:38.181Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E47CE9D9", "AutoV2": "82C37A991E", "SHA256": "82C37A991E95148256DA1D0D59DCCD334802781458875DE1FD13B63A5967D2B1", "CRC32": "4532E9B6", "BLAKE3": "4D0BC07EBA28F3B6B43B7EC8FE55414267145C3A0D9237CB89989B5EA70E08E4"}, "downloadUrl": "https://civitai.com/api/download/models/21787?type=Training%20Data"}, {"id": 18160, "sizeKB": 84214.8505859375, "name": "gaben_03-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-11T19:46:29.125Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "88100417", "AutoV2": "CF1F587027", "SHA256": "CF1F5870270023DE3B32768606DC4F2417E593CB93CA44A2455E1083213F019B", "CRC32": "DD83CEF7", "BLAKE3": "765A23EE9E1691C2F97FD0B4CAE379912A3E3C2D330003EF837303CA455D4717", "AutoV3": "BFD46667E884"}, "downloadUrl": "https://civitai.com/api/download/models/21787", "primary": true}], "images": [{"id": 232434, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/958f55c3-b0e5-4638-4336-a1c291125e00/width=450/232434.jpeg", "nsfwLevel": 1, "width": 640, "height": 960, "hash": "U7Ci5OM{00~B_1of4:xa0zxu^Q0fj@s,$*WB", "type": "image"}, {"id": 232414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5fe46e02-0750-4de7-cb73-f768e7dc0900/width=450/232414.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UNHKa|xZNI~BtlnNs.NGjwRjbHV@x]oyocj]", "type": "image"}, {"id": 233472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/594a49cf-8b96-42f4-a7e7-9bb3b0a13b00/width=450/233472.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UJG*?1_Nx].8tTt4WBx^%NbEspSO-=n}RlNF", "type": "image"}, {"id": 239176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91cf8983-02f3-4da1-01fd-4df9d9419c00/width=450/239176.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UWF=p+nO5YOs_4xWkXf-El%L$}soV?xuRjaz", "type": "image"}, {"id": 271196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/beebb0e4-299a-4d91-9cbe-8cc030810900/width=450/271196.jpeg", "nsfwLevel": 1, "width": 640, "height": 768, "hash": "UKDv1QD*%LEM~pIVozS5Ips:WC%1I;bIR*oL", "type": "image"}, {"id": 271207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c263f339-665f-48fa-2046-0627ac90f800/width=450/271207.jpeg", "nsfwLevel": 1, "width": 640, "height": 768, "hash": "UILWeT000#00Fy4n~q-V01pIxGsotRRP.7oL", "type": "image"}, {"id": 232415, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8b2fcaf-2fa5-40a4-0573-c648adc6a400/width=450/232415.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UJCQJc_34.F{~X-oInI=DNt6$*R4X3t,%Mr?", "type": "image"}, {"id": 232422, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/676b188d-3b0f-4f22-824d-6e64f1890e00/width=450/232422.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1792, "hash": "UDCGP-56X1q^x^OXxHVr9=%4M{Ri~WNGtPn$", "type": "image"}, {"id": 232410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a24aa6cb-73bd-4049-30a3-5068401d1c00/width=450/232410.jpeg", "nsfwLevel": 1, "width": 640, "height": 960, "hash": "U7Cri.E200~V~Bs.57-pkVbbIpM|01%L=|56", "type": "image"}, {"id": 233597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e51ee4c-2e19-4eb2-73ab-3bf3d5089f00/width=450/233597.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U7B:4~tn5lMe_3E4$*IV$w4:Io$*~U^%NG9]", "type": "image"}, {"id": 233589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d1f3451-5076-407d-42a6-3b314253ff00/width=450/233589.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UMF#j#S~E0r=K6I:nNxZ~A?GN_kC4.=_t8Ne", "type": "image"}, {"id": 233707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80e4e776-0d39-4c05-6873-871b97879900/width=450/233707.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UBDRWt};0LWF}sofNFxC5P$%=|EM5QRlxu$%", "type": "image"}, {"id": 233706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17266ff7-188c-49b7-3efd-89dd91594400/width=450/233706.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U8C=;,NC%%?9?J#O0;r.0LrpaLD%0KEQ^JN2", "type": "image"}, {"id": 233705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80ac0457-c415-4476-c38d-4f35303ef100/width=450/233705.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UJI4qoIAoz_MOs-.ofWU~8R+M_V@=vWEs+IB", "type": "image"}, {"id": 233704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdbb403c-b3e0-45bc-f37b-3de194476100/width=450/233704.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UME.nb$zpcn4~qM{krRQ?F-.Riocw@^+RONa", "type": "image"}, {"id": 233703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f4f1817-0d99-4a00-aac4-44e7cb4dbd00/width=450/233703.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UBEelY-p0f9s~BxZ9u~U~1xT%2xIR2-.=_Ip", "type": "image"}, {"id": 233702, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9aca23f-9ac1-405a-82d8-a145007f9f00/width=450/233702.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UKFOu*NKMwxt*0-UMxW=~UNIt7t6Ri$%x^bI", "type": "image"}, {"id": 233701, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96970544-b1bc-492b-22e2-26db9c1ddb00/width=450/233701.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U5AA2PJ4~qMc$+w?58^joIxVRkng%LNH^j0L", "type": "image"}, {"id": 233699, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdcbfc5e-2f74-43f2-a1a2-d8bdffc0c100/width=450/233699.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UMD9F??dtnI[%LIW%1WV=;aHxVs:NqRg$xnh", "type": "image"}, {"id": 233698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2f8c393-5ffc-4132-bfa9-c659fcf9ec00/width=450/233698.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UhKT#oIUX%V[~TM{-.xux@%Ls:Ri%0t7o2xt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/21787", "modelId": 18380} \ No newline at end of file diff --git a/datasets/metadata/217876.json b/datasets/metadata/217876.json new file mode 100644 index 0000000000000000000000000000000000000000..6c94c37591d8b7d5f2055bd77e245285db05e31d --- /dev/null +++ b/datasets/metadata/217876.json @@ -0,0 +1 @@ +{"id": 217876, "index": 0, "name": "Charlotte de Valois", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-09T09:06:19.155Z", "availability": "Public", "nsfwLevel": 30, "description": null, "trainedWords": ["Charlotte de Valois"], "stats": {"downloadCount": 360, "ratingCount": 75, "rating": 5, "thumbsUpCount": 80, "thumbsDownCount": 0}, "files": [{"id": 167770, "sizeKB": 12459.7509765625, "name": "217876_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-08T17:31:01.030Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "433A3F91", "AutoV2": "4B73FE6380", "SHA256": "4B73FE63808E49DA0FA39B81A97C47C280F6E89726E17C408E7E2559A0E71063", "CRC32": "A50E94F2", "BLAKE3": "09C436E4AD1309417A5002F039A4A4179380A40F0B45DDDB0BB0DC23E4D53F7D"}, "downloadUrl": "https://civitai.com/api/download/models/217876?type=Training%20Data"}, {"id": 168386, "sizeKB": 36989.34375, "name": "Charlotte_de_Valois.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-09T09:00:51.833Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "66CCD0DB", "AutoV2": "7D602BC156", "SHA256": "7D602BC156402B2CC6FFD724CEE812E6DC840EFE6FA102FC72F31A2A58FFDB67", "CRC32": "A8FC77C9", "BLAKE3": "B55325CE5D39324F4D5CBC6DF95E42AAD18703255CAD87BEEBEA298CA1534582", "AutoV3": "349A3D89FF48"}, "downloadUrl": "https://civitai.com/api/download/models/217876", "primary": true}], "images": [{"id": 3496428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b981910-fd4e-4a07-8a91-2432d7e733ba/width=450/3496428.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "UKJHai-:00E24T-pEKIU?w%MXSRj00R-%LWC", "type": "image"}, {"id": 3496402, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f40a8035-15a1-49de-8fc5-b19ff274201a/width=450/3496402.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UEJaZlI900$~u%-q9u%2%jxBWToL4Tsl^*of", "type": "image"}, {"id": 3496307, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9b7d0ff-465b-490c-98d5-2f37e1be6326/width=450/3496307.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "UJK,y_%20KV?}$%MIoV]?GxuMyo39tawr=aK", "type": "image"}, {"id": 3496645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcfa804d-9408-4314-baae-1bd2000e2f54/width=450/3496645.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "USJj-;$z9ExY}%ogNeR-IwjYbbWB9Za~NHWF", "type": "image"}, {"id": 3496180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c1699d1-2ee9-4c44-af6b-3c5233f31787/width=450/3496180.jpeg", "nsfwLevel": 16, "width": 768, "height": 1344, "hash": "UJJaf@_300M~00MyIpM__L%1E4kB0PX9f3D+", "type": "image"}, {"id": 3496338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30b78029-dc8b-4db9-87fd-6f55b2045c79/width=450/3496338.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "UMK^jXeRI8%3+DV?-;og~qWBWUR-9aIVafWW", "type": "image"}, {"id": 3496148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0dc1c929-9d71-4aae-9507-7834817477b9/width=450/3496148.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "U9KA$:?w00?H00Mc0LMxpd4.0M%N-p_NM_R.", "type": "image"}, {"id": 3497097, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24fce450-74f7-4a51-80ad-1b5d92b37a3d/width=450/3497097.jpeg", "nsfwLevel": 2, "width": 683, "height": 1024, "hash": "U8I}Ci0000R5DNM|B9NH1+9Z~V00IoI.=w-T", "type": "image"}, {"id": 3497090, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dba417d2-3a3b-47ca-9d26-2bb0f5ad5975/width=450/3497090.jpeg", "nsfwLevel": 4, "width": 683, "height": 1024, "hash": "U9HUOnVu00E3,6E2NZ0KkZ0L.8E20fE1},%2", "type": "image"}, {"id": 3497036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff8df99b-50eb-4d02-866f-a8e64685ae89/width=450/3497036.jpeg", "nsfwLevel": 8, "width": 683, "height": 1024, "hash": "UKJtPPxuD$~V;G$%%g?H5GRSxZnl9YIV%1Io", "type": "image"}, {"id": 3496605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd33c0b6-8d59-4878-af57-b672292f9066/width=450/3496605.jpeg", "nsfwLevel": 2, "width": 640, "height": 1024, "hash": "UBC=^^IWxoD+~AxaOARjE3?FIXxsIV%KRQt5", "type": "image"}, {"id": 3496675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/929428a8-cd7d-4aaf-b8ef-53242c88e512/width=450/3496675.jpeg", "nsfwLevel": 2, "width": 640, "height": 1024, "hash": "UADlH2xb9Zoe};s:9Zad5Tof4;ay0fRkM|a|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/217876", "modelId": 193836} \ No newline at end of file diff --git a/datasets/metadata/218237.json b/datasets/metadata/218237.json new file mode 100644 index 0000000000000000000000000000000000000000..8f21618578a0df2e7c793fdf21566e7b7be8c436 --- /dev/null +++ b/datasets/metadata/218237.json @@ -0,0 +1 @@ +{"id": 218237, "index": 5, "name": "1900_v1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-08T23:55:21.426Z", "availability": "Public", "nsfwLevel": 1, "description": "This generates dresses that were in fashion from 1900-1904
", "trainedWords": ["1900_dr3ss"], "stats": {"downloadCount": 701, "ratingCount": 41, "rating": 5, "thumbsUpCount": 48, "thumbsDownCount": 0}, "files": [{"id": 168049, "sizeKB": 147574.4296875, "name": "1900_dress_v2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-08T23:48:45.268Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1884A7AB", "AutoV2": "0A8525643A", "SHA256": "0A8525643AF1766D170A3AD52AFBCED2E08E0AF45617DDABA2556595902C171F", "CRC32": "522ADB56", "BLAKE3": "DD6EA414EB3B757B2E1E2FB6203F4552791518C5CDB41CB58FB9D63A6873851E", "AutoV3": "D14CF6C59CF8"}, "downloadUrl": "https://civitai.com/api/download/models/218237", "primary": true}, {"id": 273668, "sizeKB": 5174.46875, "name": "1900_dress_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-15T04:50:50.212Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DA689F88", "AutoV2": "312E37BA1F", "SHA256": "312E37BA1FFBEDFB0AE304A35A83619B219B6E1FA309D54F61863BAC9FED50E7", "CRC32": "578B2B7E", "BLAKE3": "4A01E4A1A6049A2733476D4F16F87DB5ABB0BBC01E2B5FAB393565C63E252C76"}, "downloadUrl": "https://civitai.com/api/download/models/218237?type=Training%20Data"}], "images": [{"id": 3489625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ced03d5d-c2a4-457c-981f-d7819f68ecbd/width=450/3489625.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U7Dc2V4T}gK,?Vx^E8xTKH.89bwJ%gH@xtRk", "type": "image"}, {"id": 3489621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f023bf5-0980-4857-b7e3-28f916b7d427/width=450/3489621.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDF65;Io-pof~qM{j[s:aexuRj%M_3xuxut7", "type": "image"}, {"id": 3489626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e460bea-70d0-447f-99db-95d804aa7199/width=450/3489626.jpeg", "nsfwLevel": 1, "width": 808, "height": 768, "hash": "U9E:0pIUIU-;-=~qM{M{ofWB4mj[4nofxuM{", "type": "image"}, {"id": 3489618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fed3c58-beee-4d73-b0b2-82543496a2f4/width=450/3489618.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UKLpjos:56f6?bM{n$xu~qRjt6kC%MRPM{bI", "type": "image"}, {"id": 3489690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81fa012a-bc48-48bd-ad73-00b41ac840ad/width=450/3489690.jpeg", "nsfwLevel": 1, "width": 576, "height": 864, "hash": "UCI}-R_3~q_3%MM{D%ax00Rj9Ft7_3RjayM{", "type": "image"}, {"id": 3489691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c812840-72ce-46fe-8a8a-523e218929d1/width=450/3489691.jpeg", "nsfwLevel": 1, "width": 576, "height": 864, "hash": "UHI=78~q_3-;9ZV@D%NGRjxujYt7-;R+RjM{", "type": "image"}, {"id": 3587957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd7ff2ec-c2a5-4242-afa8-52f504b29c70/width=450/3587957.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UGH_DI~qD*a#kSWAx]?b?u-;-;%L-:ozxHxu", "type": "image"}, {"id": 3489620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0595a9a0-12fc-457a-bad4-d52c50614b68/width=450/3489620.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U9F68|R.-oD*~q?b?b?b9FIUt6D%V@9Ft6WB", "type": "image"}, {"id": 3489612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24642b16-a28b-48d0-9d86-a7a9e6498039/width=450/3489612.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHHeqOofx]t7~qt7IUj[_3jtofxu_3ayoft7", "type": "image"}, {"id": 3489615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e53d04aa-dad3-447c-87ca-fc4e9769a8b5/width=450/3489615.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULD9bcx]%1WU~Wt7t7xtofxtaz%2M|t7ayxt", "type": "image"}, {"id": 3489616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88864724-21ef-4d06-8e62-0e54279299e7/width=450/3489616.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UID]0ZRkoxW=~AxuR%%LNGWU$%xt^*IVs:R*", "type": "image"}, {"id": 3489614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e9d1572-4cc1-4153-b793-bb5fbd0539ac/width=450/3489614.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKDI%jslnhNG~VM{NHoe%1NGo0oct6WCxDs.", "type": "image"}, {"id": 3489624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b52cf9ba-095d-45ca-9aa7-3e6ec674aa60/width=450/3489624.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UEFi44-;E1WU-:%g%MV@~q?bt7xu?bt8kCWB", "type": "image"}, {"id": 3489611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc8c4bc1-6593-4ef1-b199-a3b91b9dc1e9/width=450/3489611.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOE2h6slRP%3~VR*NGt7xVWUkBW;xtkCoKsn", "type": "image"}, {"id": 3489623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78b0270f-ca58-41d5-a653-c93991c24ffb/width=450/3489623.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UCJ*S700kr?b_4IUM{oz%gIUxVxu?a9ZxtM{", "type": "image"}, {"id": 3489622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce83947d-8756-4f7c-97e1-0eb33377e258/width=450/3489622.jpeg", "nsfwLevel": 1, "width": 808, "height": 768, "hash": "U5H-rq.700?avyE2_3Mx9Z?a9ax]~CM{4n-;", "type": "image"}, {"id": 3502066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/515f39b2-2536-4107-b9a4-4df413cdb20a/width=450/3502066.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1512, "hash": "U9H1*$}[Xz~o~U_2IVaM9Z01RixGxpI:R%IV", "type": "image"}, {"id": 3502063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b37f87e-ae3c-4301-a5f3-51727b4f7ec5/width=450/3502063.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1512, "hash": "UDF}=vRPEIoatlM|IVX9tmxYD%M}~p9Zs9%1", "type": "image"}, {"id": 3502069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/204a3f05-ce56-41a2-99c7-6a3c7f4f8c87/width=450/3502069.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1512, "hash": "UMFhq;V@yAtR~qRj%2%2-=RiR+xtx]M{xZof", "type": "image"}, {"id": 3579510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/925f32b2-f1ee-4d00-8186-d30a67993cd5/width=450/3579510.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDIqJy~U~Cnh^Q%1batQ4.MxE2IoE2t7xVxH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/218237", "modelId": 191977} \ No newline at end of file diff --git a/datasets/metadata/218641.json b/datasets/metadata/218641.json new file mode 100644 index 0000000000000000000000000000000000000000..fa445a552c038b5e59d99e83876271f73eef9581 --- /dev/null +++ b/datasets/metadata/218641.json @@ -0,0 +1 @@ +{"id": 218641, "index": 1, "name": "SD1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-09T14:04:34.876Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["DonMC0sm1cW3b", "web", "cosmic", "astral plain"], "stats": {"downloadCount": 319, "ratingCount": 19, "rating": 5, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 168597, "sizeKB": 36980.0390625, "name": "DonMC0sm1cW3b-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-09T14:00:59.424Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CF23CC83", "AutoV2": "20C09D9FBE", "SHA256": "20C09D9FBE2B2DCA9AE8485CDB2557B9C67B31C62C2EC18DBFDE0B10FCCC3CBE", "CRC32": "9747E0EE", "BLAKE3": "1A665A4D3020C37AB8E73052AF36BC74B4746F713F43A4E2B6ACAF3F9E797E6C", "AutoV3": "2093602F2E09"}, "downloadUrl": "https://civitai.com/api/download/models/218641", "primary": true}, {"id": 168388, "sizeKB": 364654.4384765625, "name": "218641_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-09T09:06:14.801Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "21B96B51", "AutoV2": "1905C59195", "SHA256": "1905C591959AF2E5A5420ABCAAFCE7EA8BFECCDD32C2FD9839076ED64F57B2E5", "CRC32": "5795E24F", "BLAKE3": "BB38CDF644D8CC576A72F82ABB689DF9878CF3FCF67905F2563488AFFF78DD9F"}, "downloadUrl": "https://civitai.com/api/download/models/218641?type=Training%20Data"}], "images": [{"id": 3500401, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/810951fe-454c-4979-b24c-03f184cfe4e1/width=450/3500401.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U5A^OH%g8^NGTCoI8|RQ0vtQD*M{.AxaImjZ", "type": "image"}, {"id": 3500446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06fd8d1d-321d-488a-ba96-7e4edc43c596/width=450/3500446.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UBFGF6bxD*-q*J%LtRNyH^i{.8?H00R-?bXT", "type": "image"}, {"id": 3500423, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef747420-f476-4a71-aa02-3ddd99a6fd7d/width=450/3500423.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U29Q5tRMDN?w{G5l0JM_00~B%L#X2}AI7:nn", "type": "image"}, {"id": 3500399, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8df11dc-60f9-41f9-aedb-1d5a55d4cb04/width=450/3500399.jpeg", "nsfwLevel": 4, "width": 1280, "height": 1664, "hash": "U3DJq{:@4T%g^-4-8woI005PrYt7GGmmD%Sy", "type": "image"}, {"id": 3500408, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd607b21-ae08-4152-8a36-50af7e7ffc25/width=450/3500408.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U6BNNSIBL}%N.Tn4RObIXbbwtlI9-nIAslWU", "type": "image"}, {"id": 3500409, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38654386-c244-46c0-9725-fc005630e02d/width=450/3500409.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U3Ad$b8_00WF.T%NI-8w$tpIxVIU%$x]#8R*", "type": "image"}, {"id": 3500402, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47135d64-090b-4a73-801f-2074ff0e7299/width=450/3500402.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U69jyPStM[R7-s%LM_oy00xwIUk9?wS$M_R6", "type": "image"}, {"id": 3500443, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74997cd5-70d7-41ea-90bd-bc8ee0c31e77/width=450/3500443.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U7E3h~3J}I8w%5O;m,M{00^i4._4IU%1%hMy", "type": "image"}, {"id": 3500414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/565d2522-fe61-4002-8205-8da6f02c4742/width=450/3500414.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UPA-x5-:MxM|?^xtWWbb.8ofRQWCx]t7aeWB", "type": "image"}, {"id": 3500440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/397d7259-21ec-45be-ad9a-76122984e649/width=450/3500440.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U39R5~%200t7XTo#aLRjDjWBDiWC_Nt7IVad", "type": "image"}, {"id": 3500445, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cb3474d-35da-4e51-b5e0-c266ccdec4c1/width=450/3500445.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UDFi#{$lVEs8?wWAwNxuD6wL?HWA4UIp%LRj", "type": "image"}, {"id": 3500400, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e81b81e9-cbd3-4ca9-9e1f-c17ba01107c5/width=450/3500400.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U9D9xJ~DibnOXMJQI;RkDNRPIqbGwJxZMxs:", "type": "image"}, {"id": 3500464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de656427-6c41-4370-967f-565d49357c84/width=450/3500464.jpeg", "nsfwLevel": 4, "width": 1280, "height": 1664, "hash": "U5D9-l?dmj^+O$_KImIT00-q%h%IkYkE-pIV", "type": "image"}, {"id": 3500441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/308b5a21-06f2-4297-ba5a-b9bc0db9feb3/width=450/3500441.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U4Bzz.Io#U_MGFMI9ZV@00Fax^D*=g=h%1?H", "type": "image"}, {"id": 3500442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aba88d5c-5507-40f1-a0c9-4ca592239a39/width=450/3500442.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U2980r?v00IB0RI9-o.800?a_NM|#iM{IUxt", "type": "image"}, {"id": 3500448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f47d16a-3e5c-4335-8e1f-cd6a26fcf4dd/width=450/3500448.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U6EpNL0100~pWtMxRP.800?vxu00MdMxRjM|", "type": "image"}, {"id": 3500444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e0b89d7-2c43-4751-9109-44cd87898e46/width=450/3500444.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U4Bg*r4Uhf.m%%cZ-qs%00t,.7Dj8wVs5m?E", "type": "image"}, {"id": 3500447, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23d952d4-0267-4534-a6c4-ce6a38179542/width=450/3500447.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U4CQSv~p0001p1DjxV%M4T%MMcIU00RP-=%M", "type": "image"}, {"id": 3500450, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62a67943-635a-4de3-8cb8-038ca1300b66/width=450/3500450.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U7CG[eIADO.84:V=MxNG00j]M_of~qM|V?oI", "type": "image"}, {"id": 3500451, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/886e5113-0fc0-415e-a685-f37240e1b0e6/width=450/3500451.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U5CZ;Y_N009GpJ%ND%IU8^kEx]%Ls?%fxv%3", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/218641", "modelId": 194518} \ No newline at end of file diff --git a/datasets/metadata/218664.json b/datasets/metadata/218664.json new file mode 100644 index 0000000000000000000000000000000000000000..ef91febb6b576bfb2218148cde6b01ae9dedf85b --- /dev/null +++ b/datasets/metadata/218664.json @@ -0,0 +1 @@ +{"id": 218664, "index": 0, "name": "Realistic_Character_Sandy_1.0v", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-09T10:52:05.640Z", "availability": "Public", "nsfwLevel": 28, "description": "This is my third attempt at creating a consistent face.
", "trainedWords": [], "stats": {"downloadCount": 39, "ratingCount": 3, "rating": 5, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 168444, "sizeKB": 36979.265625, "name": "Realistic_Character_Sandy_1.0v-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-09T10:35:47.602Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "767D4776", "AutoV2": "03D5D0447B", "SHA256": "03D5D0447B6F3E50508A610697E925D5257A39A0D3748914D84CED2079D47037", "CRC32": "821650DC", "BLAKE3": "7E267200D4284398756A99144A52D1751EC5C78E8D705DB51385404A6E2AD1DD", "AutoV3": "6196E8C1D784"}, "downloadUrl": "https://civitai.com/api/download/models/218664", "primary": true}, {"id": 168416, "sizeKB": 51004.478515625, "name": "218664_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-09T09:50:41.376Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "36AD4C79", "AutoV2": "9A6A1CFF8E", "SHA256": "9A6A1CFF8E9BF68097A17D6FBB363FD33E14CC41C60DD1437D9582C0E7B80489", "CRC32": "5C8EC66C", "BLAKE3": "CE5EAA368E0BEC3082DA784472C67CD0E71EBA071CBE071C43B7A03267959D53"}, "downloadUrl": "https://civitai.com/api/download/models/218664?type=Training%20Data"}], "images": [{"id": 3497889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a775f26e-0503-4546-9155-0766c96246a4/width=450/3497889.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UWJ7]p9Y_Mt6$us*%1V?f#s,VrIpW9oMWYWY", "type": "image"}, {"id": 3497893, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f4da955-71fc-4e88-a3c8-b86c0b5b02ec/width=450/3497893.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UOJj-o00*JNFnNRos9IVJEIT-p%1nft7oHjE", "type": "image"}, {"id": 3497891, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1a1d516-a3c7-4d4e-8b9d-9e98cc426a83/width=450/3497891.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UOFEic9u5S~B9u-on~ofE3Rj%1E2E2oMafWB", "type": "image"}, {"id": 3497890, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4434d957-711a-47d0-b4e0-55d7b28ff568/width=450/3497890.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UHHxKCM}y=ng00M{RNx]yF%fs=xA8_t2nOx]", "type": "image"}, {"id": 3497892, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce5887cc-1dfb-448e-a784-23e6759e64fb/width=450/3497892.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJH_0sM_YPaJ~U_2%KtS%fR*^*-oS1xa-oWX", "type": "image"}, {"id": 3497894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c719572-aa24-48e9-ab44-a7cfb74c513d/width=450/3497894.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "ULJ%,p-p?]OFx[oy$zsl-oxuVt%LoyRjo2Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/218664", "modelId": 194537}
\ No newline at end of file
diff --git a/datasets/metadata/218765.json b/datasets/metadata/218765.json
new file mode 100644
index 0000000000000000000000000000000000000000..f3c4926467613ba782ea8528e6762ae9efa8375e
--- /dev/null
+++ b/datasets/metadata/218765.json
@@ -0,0 +1 @@
+{"id": 218765, "index": 0, "name": "French Army 20th century", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-09T19:07:07.912Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 102, "ratingCount": 9, "rating": 5, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 168885, "sizeKB": 36979.4375, "name": "French_Army_20th_century.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-09T19:05:39.411Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5EA17A8D", "AutoV2": "3FAA92C068", "SHA256": "3FAA92C0689D95BB2D7B732038C9B89B2BB6BC50DF68639A48E5E30508A6921B", "CRC32": "485B8825", "BLAKE3": "A040FA36843D1D8C56676008A20B5D9238F318749326E38BA84D87FD6A13C3CB", "AutoV3": "7FC56995BFB1"}, "downloadUrl": "https://civitai.com/api/download/models/218765", "primary": true}, {"id": 168488, "sizeKB": 5070.9951171875, "name": "218765_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-09T11:30:55.568Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "ADA022C0", "AutoV2": "CBD1E4B8B4", "SHA256": "CBD1E4B8B4F6053872DE596FE097C43B9831A0FF0DAE0C9430EDD8962439A6BD", "CRC32": "5EB1FC68", "BLAKE3": "3D9F0C34B9AC71FCD07B725BA0AB63EE2B834A168E70C1F620C13802EC4AE423"}, "downloadUrl": "https://civitai.com/api/download/models/218765?type=Training%20Data"}], "images": [{"id": 3505869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17d203be-c1b4-488a-9012-57fe8a3bd8e4/width=450/3505869.jpeg", "nsfwLevel": 1, "width": 2016, "height": 1512, "hash": "UGGl0C?H~qDi_3IUt7M{~q%Mxuof9FIUIU%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/218765", "modelId": 194627}
\ No newline at end of file
diff --git a/datasets/metadata/218781.json b/datasets/metadata/218781.json
new file mode 100644
index 0000000000000000000000000000000000000000..b23ace258f70c88c0833a1f5ef2198927c230615
--- /dev/null
+++ b/datasets/metadata/218781.json
@@ -0,0 +1 @@
+{"id": 218781, "index": 0, "name": "girl_face_1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-09T12:59:30.184Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": [], "stats": {"downloadCount": 230, "ratingCount": 19, "rating": 5, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 168529, "sizeKB": 36977.7109375, "name": "girl_face_1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-09T12:25:51.281Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "03434F8D", "AutoV2": "0FC0F4287D", "SHA256": "0FC0F4287D2B5AAC3EBB2111879D5B59509EC94B5D185C6F71F950EF6B6E8206", "CRC32": "B63CD9D1", "BLAKE3": "676EEEFDD22F8640CEA22D6CE1D95089ECD5333F8ADDFC4A0D6EA3C0105E35F1", "AutoV3": "91D27418DE87"}, "downloadUrl": "https://civitai.com/api/download/models/218781", "primary": true}, {"id": 168500, "sizeKB": 5630.11328125, "name": "218781_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-09T11:50:56.988Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D039C809", "AutoV2": "EE8AA0C8A3", "SHA256": "EE8AA0C8A35E94ABC9B398F09B9FD0C1F1EB6517261508581D564918F3F50B09", "CRC32": "F4D0012B", "BLAKE3": "59A45D98C7240E6B71B9AB9C95F813AAC995B33DB505E7AE587A6618CB849A52"}, "downloadUrl": "https://civitai.com/api/download/models/218781?type=Training%20Data"}], "images": [{"id": 3499472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8e11daa-8123-4bab-84ba-b4e926d81a93/width=450/3499472.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7H1Sn00?t4:J601-n~C01wc9G0M?bIU-;-o", "type": "image"}, {"id": 3499473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19296b93-b74d-4c87-9adb-b77fe29f4284/width=450/3499473.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UTI|:v~Vo|oz9akC%MW=%2WBIoRj9GIVxGjY", "type": "image"}, {"id": 3499480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f302c926-bc8e-4f31-921d-b486338318cc/width=450/3499480.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAID?k+[020100OYD*xu0e-o=|xa~WE14:M{", "type": "image"}, {"id": 3499482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/303f2199-a386-4bee-9935-19c94041bddc/width=450/3499482.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDHwx_0L0f^*~p0et7=|E1s-t7NG?GNHE1xZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/218781", "modelId": 194639}
\ No newline at end of file
diff --git a/datasets/metadata/218820.json b/datasets/metadata/218820.json
new file mode 100644
index 0000000000000000000000000000000000000000..1da4d023120767f0733bc526bb89a6c21c73e6ba
--- /dev/null
+++ b/datasets/metadata/218820.json
@@ -0,0 +1 @@
+{"id": 218820, "index": 0, "name": "Realistic_Character_Sandy_1.5v", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-09T13:59:17.528Z", "availability": "Public", "nsfwLevel": 28, "description": "
I made a power change; the differences in the previous version were too big.
Initial Version
", "trainedWords": ["Arcpastel"], "stats": {"downloadCount": 97, "ratingCount": 5, "rating": 5, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 169067, "sizeKB": 28.4921875, "name": "Arcpastel.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-09T23:20:42.678Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV2": "5B86391974", "SHA256": "5B863919743B9E692B5F4A5940E4311C118FCAC53795C91BFB94D2A3728690C8", "CRC32": "8F5D2D12", "BLAKE3": "27C318D3ADA1A9DB208413B68B8C2982669178A5F0C0B3E45F1474312EB98CCF"}, "downloadUrl": "https://civitai.com/api/download/models/219444", "primary": true}, {"id": 171706, "sizeKB": 785522.626953125, "name": "arcpastel_v10_trainingData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-12T16:27:27.262Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "86ACB3D2", "AutoV2": "C8458C2A5D", "SHA256": "C8458C2A5DDA269A7397DC8E40A08DDB0363034F562C2362B35E1351E4A4E993", "CRC32": "07096C28", "BLAKE3": "F7C364B46FFC0639506059624BB57BE7EF5C69044790EEB177104AA950ED91D7"}, "downloadUrl": "https://civitai.com/api/download/models/219444?type=Training%20Data"}], "images": [{"id": 3510230, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/601732aa-c405-4253-b7b2-3c2b4a61a878/width=450/3510230.jpeg", "nsfwLevel": 1, "width": 1408, "height": 1408, "hash": "U58;0=vjmu?sx]i_s*jK4Pm-Mgu1OtjEofWF", "type": "image"}, {"id": 3510221, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d47806c9-d55c-4ff1-82a4-45d659e51a9e/width=450/3510221.jpeg", "nsfwLevel": 1, "width": 1408, "height": 1408, "hash": "U6B-xA=b#p-8BmE%I@X76Qwf9_JT}DjH$O$$", "type": "image"}, {"id": 3510222, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a34fe6dd-b29a-44a7-a503-5b199e967dec/width=450/3510222.jpeg", "nsfwLevel": 1, "width": 1408, "height": 1408, "hash": "UEG*+P%MDjM{}@WAtRxt_1RjR%WC^gjFoMV[", "type": "image"}, {"id": 3510223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c059f87-2958-4167-bf27-12a03a57a72f/width=450/3510223.jpeg", "nsfwLevel": 1, "width": 1408, "height": 1408, "hash": "U6HJ~*x^NL?G00#q$+Rl0wNs9vIo}ukV9?xF", "type": "image"}, {"id": 3510225, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/248ecb21-8121-472b-8957-d2d8704ec7cb/width=450/3510225.jpeg", "nsfwLevel": 1, "width": 1408, "height": 1408, "hash": "U78~J=.TZl%K=EWWJWbcDOWB%}xt8xjExpo{", "type": "image"}, {"id": 3510224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07ea7acb-8e3a-426e-82c2-509aafc79b45/width=450/3510224.jpeg", "nsfwLevel": 1, "width": 1408, "height": 1408, "hash": "U38|6C9a0M~9^jEM0z%0?HxZIUIp_2E3VY?F", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/219444", "modelId": 195224} \ No newline at end of file diff --git a/datasets/metadata/219462.json b/datasets/metadata/219462.json new file mode 100644 index 0000000000000000000000000000000000000000..885d3e4c57ab41cce25f52d8c5758a8b5d0e9866 --- /dev/null +++ b/datasets/metadata/219462.json @@ -0,0 +1 @@ +{"id": 219462, "index": 5, "name": "1. FFusionAI Entry", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-11-10T02:11:33.515Z", "availability": "Public", "nsfwLevel": 1, "description": "CivitAI \ud83c\udfc6 Style Fusion - FFusionAI Entry LoRA
https://civitai.com/collections/96636
", "trainedWords": ["FFusionAI Style", "CivitAI"], "stats": {"downloadCount": 93, "ratingCount": 2, "rating": 5, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 169082, "sizeKB": 18299.5087890625, "name": "219462_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-09T23:41:31.326Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E7742F09", "AutoV2": "0BCF3B7DC7", "SHA256": "0BCF3B7DC7169A5472B0C1FD7B27BC1A57FC1311F6BDBEFF1DEF9B91F4C6F873", "CRC32": "AAF85221", "BLAKE3": "337C5EDD6BB4F1FBD308F4610E58D105A6DAC31DA82440B2ACEC8805DBBCA9DA"}, "downloadUrl": "https://civitai.com/api/download/models/219462?type=Training%20Data"}, {"id": 169156, "sizeKB": 223158.67578125, "name": "CivitAI__Style_Fusion_-_FFusionAI_Entry.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-10T03:44:52.055Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "281D4AAF", "AutoV2": "5C26BC8847", "SHA256": "5C26BC8847016A3FFE79FC07382E951AA6A33541A1FE692D84B10F808FDBF232", "CRC32": "6D40A3DA", "BLAKE3": "8A10EE400A3C3AAA637D9F8E71194A00481381AA8A51A841251806DCE20C344A", "AutoV3": "C6186D4F95C8"}, "downloadUrl": "https://civitai.com/api/download/models/219462", "primary": true}], "images": [{"id": 3513114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16bd81bd-1cac-4825-ab8a-81f7a13b5862/width=450/3513114.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "UAEV$-000$~U_OKR14^h@qof9u%10#RP.8D*", "type": "image"}, {"id": 3513115, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2061bbd7-712b-4c5f-8fa8-1ba192b062bd/width=450/3513115.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UFIgJ~*JxZ?v+JR+-VOsG]#Rmk560LEKtQ#l", "type": "image"}, {"id": 3513063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9ac8f32-6e82-4a82-b8bc-66fdfa7d1fa2/width=450/3513063.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UDGRedX9009a?]t69GM|10t6k8R*#SWCozxZ", "type": "image"}, {"id": 3513066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba018137-d601-45ec-87fe-9fe4a7fa0daf/width=450/3513066.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U9Dj|qxY0,NI$+oLAtf85;R,1JbG}VR-R+bF", "type": "image"}, {"id": 3513065, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd83011b-f4b4-420a-9719-cccbc09b60ed/width=450/3513065.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U6EDx9D%$d_N00oz,.MxJEo}00Q-00aeNfV?", "type": "image"}, {"id": 3512824, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4376a085-b009-4d2a-850b-f71e33937a3a/width=450/3512824.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UEM=U_042k-,PX9vIURj0jAB+cw4}vW,%dog", "type": "image"}, {"id": 3513064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af927f7e-259f-4e2f-8feb-e90f3bc48172/width=450/3513064.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U5Edhlwc0Y-BHDoJ16E*^wS#0jW;{Jn%#8w]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/219462", "modelId": 195243} \ No newline at end of file diff --git a/datasets/metadata/219923.json b/datasets/metadata/219923.json new file mode 100644 index 0000000000000000000000000000000000000000..d282e9398ba995ec86a838119e6347bdfeb96e49 --- /dev/null +++ b/datasets/metadata/219923.json @@ -0,0 +1 @@ +{"id": 219923, "index": 2, "name": "SD1.5_v1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-12T06:50:17.247Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["DonML34f"], "stats": {"downloadCount": 77, "ratingCount": 1, "rating": 5, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 171257, "sizeKB": 36980.5859375, "name": "DonML34f.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-12T06:41:08.045Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "53720703", "AutoV2": "CB82263F9F", "SHA256": "CB82263F9FAD4B8ACB3A44F31930BB38CD304B7FB63EC5B0F47CD380C8D98AD3", "CRC32": "6EC551AC", "BLAKE3": "631D5558DC5851C7CB5FF3E080296BFE08579D85D02F5F239DDE01477AE1BFA8", "AutoV3": "179C14AC3F93"}, "downloadUrl": "https://civitai.com/api/download/models/219923", "primary": true}, {"id": 169455, "sizeKB": 858513.5537109375, "name": "219923_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-10T10:18:02.562Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0679420E", "AutoV2": "950196F482", "SHA256": "950196F4824632CAF5C8CBBAEB62FB40B90EA7C37EF06F6BE612828D2A10D535", "CRC32": "1A4C313C", "BLAKE3": "CAAEEAE5E82BEFEF92A99574C943B1830AA01A794B62EAFF1AED02ED38992FF9"}, "downloadUrl": "https://civitai.com/api/download/models/219923?type=Training%20Data"}], "images": [{"id": 3562162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d72886f4-36b7-4ceb-8a18-8b0f07469685/width=450/3562162.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UEB:=_o}00IA~o%LE2Mx-.xtt7NG%ft7t5Rj", "type": "image"}, {"id": 3562152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df1cb189-7f70-4548-8d9f-e951409eda20/width=450/3562152.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UHB:$w^%-:ah~p%1x]t7xat6xtxtRjbHM|Rk", "type": "image"}, {"id": 3562147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53a4af59-c9c5-4e8c-b8f8-416210988df7/width=450/3562147.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UGBgL]N34oRj_Lf,IBRj-:t6IVWAx[t6V@Rj", "type": "image"}, {"id": 3562143, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffafafe1-e37b-4f1b-a0a4-1a10078634cb/width=450/3562143.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UBC%Nfxu00n$?]?G%0W.%gt7?a%1WZog.7s:", "type": "image"}, {"id": 3562146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e227660-aa79-4ce6-83a0-6e0f0037d4bc/width=450/3562146.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UNDcv]?Gt7M|_M%Lt7WBt7%LaLRjt6xtoIRj", "type": "image"}, {"id": 3562139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86be3509-a6f8-46e2-a4e8-36e3166b1cb8/width=450/3562139.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UAC77pxv00Dj~p-.E2D*x@%KxcM|x[%L%LMy", "type": "image"}, {"id": 3562151, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5592588e-fa26-41f5-ab62-c1da32401c0e/width=450/3562151.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UGBzd%xu9GNG~pxuIVM|V@xuD*M|tRt7MyRj", "type": "image"}, {"id": 3562149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69fee442-3a47-494e-8c83-b4b55d133d18/width=450/3562149.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U9A^w9Vt00M|~Vx[4pM|r;t6D+W=.6V@o}M|", "type": "image"}, {"id": 3562150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4f08001-789e-4353-a359-77acdc5df3db/width=450/3562150.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U4B:~E^%0002?d%L03IpITs.%hR$RgxZ?bE5", "type": "image"}, {"id": 3562153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b9c3643-1f47-4c1a-949c-d2edb7db6191/width=450/3562153.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U47_Gut700Rj?vt68{M{~nxtDjIV_Lof9HM|", "type": "image"}, {"id": 3562145, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c165f3db-6c27-4c56-acdf-b90aba33f712/width=450/3562145.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U8B45JER004p?@$~DkIX--xsWFIatOovxtIE", "type": "image"}, {"id": 3562156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0006292-93b4-429d-8f98-d6c4643fd1df/width=450/3562156.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U1Ador0000NGu3~o.5XO^U0M9YV[00xa9NRk", "type": "image"}, {"id": 3562154, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac8c161e-8c2b-4040-a154-c22630f429a6/width=450/3562154.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "UHB;2OxuD*Rk_Lt7M}kBtjt6xGjaxuofj[af", "type": "image"}, {"id": 3562155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3741fae-5962-4e04-94a9-3d0bf4e3ba3b/width=450/3562155.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "UIB|i;-oMyxt_Lt7M{agMzbHR*afM_ods;j[", "type": "image"}, {"id": 3562160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d7fede5-1924-4798-ab0f-0237f6b46977/width=450/3562160.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UCBp,x~p8|D*_2xttjjbyCxu%2oetRxu$+k9", "type": "image"}, {"id": 3562161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccc12b4b-9fe7-4cb5-9d53-33d1aa93323f/width=450/3562161.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U5BDfp0O00Vr-:-nDkD+}*D*t--:?toMV[IV", "type": "image"}, {"id": 3562163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/151f7152-65ee-4e36-a676-85736f580edc/width=450/3562163.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U49R2n%y00rZ%PX54TrK4:M~^*R%9F?t~W4n", "type": "image"}, {"id": 3562164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa478974-d677-43eb-93d6-b01b1eb0e83a/width=450/3562164.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U6Amba-;4UD%u6JWVEaJ.9x]4;9HGGt8oIM{", "type": "image"}, {"id": 3562165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d91e2e63-4ea2-4b15-a461-c74a01de36e1/width=450/3562165.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UEDA0xM}00xs_MofMxkV_2e.bb%LyCofRPWB", "type": "image"}, {"id": 3562205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47328e69-457c-4b10-985b-d1c4ddaff5cf/width=450/3562205.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U7BWh-_202%0.m^*=_ba-7a#NH%1MejYNIIp", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/219923", "modelId": 195639} \ No newline at end of file diff --git a/datasets/metadata/21995.json b/datasets/metadata/21995.json new file mode 100644 index 0000000000000000000000000000000000000000..cc3b47c5e2ee666d4ebd4bfc5ac51c2656e1a03e --- /dev/null +++ b/datasets/metadata/21995.json @@ -0,0 +1 @@ +{"id": 21995, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-12T07:55:22.696Z", "availability": "Public", "nsfwLevel": 31, "description": "Finger generation doesn't perform well, but I share it because when ignore the finger part, it usually produces good illustrations.
", "trainedWords": ["graf zeppelin", "uniform", "swimsuit", "playboy bunny", "abyssal", "nude"], "stats": {"downloadCount": 399, "ratingCount": 78, "rating": 5, "thumbsUpCount": 79, "thumbsDownCount": 0}, "files": [{"id": 18803, "sizeKB": 162545.39453125, "name": "GrafZeppelin (Kancolle)_TrainingData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-13T14:21:35.312Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5B6FDE0C", "AutoV2": "5C8883CA22", "SHA256": "5C8883CA224E3D6FEDEBB769AD509453C1563BD7E085BD2BAC71342B3363BA6A", "CRC32": "812A6447", "BLAKE3": "223A7CFD37FDD3604314FA0EECFF40C40AF74567BCF3CE35493A79A0E723C8EF"}, "downloadUrl": "https://civitai.com/api/download/models/21995?type=Training%20Data"}, {"id": 18333, "sizeKB": 37013.28125, "name": "Graf_v21A.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-12T07:56:30.372Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "5873A208", "AutoV2": "5EA8435D7D", "SHA256": "5EA8435D7D2F852D602AB1F885510ECC8D150B94CC3D743D146D42317903FDDF", "CRC32": "9967358E", "BLAKE3": "E826176018A33D210391569C92537E8B1C1126DA0BB3254AB84E3459E83D152D", "AutoV3": "AF7A3B47D9EF"}, "downloadUrl": "https://civitai.com/api/download/models/21995", "primary": true}], "images": [{"id": 235390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4594fd8-3700-48c9-462c-63f6bbc62500/width=450/235390.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UNJ8CcaK9ZWo~q9FIoM{t6Ria~xutRbFo1s;", "type": "image"}, {"id": 235384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e94c6bc7-7893-4d83-41d9-3a13bd4a2600/width=450/235384.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDIh8K009G-;yEaK9uE1n14:%2Rj?wVs%2WV", "type": "image"}, {"id": 235389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b8711ed-a573-4521-8537-42f3d114cd00/width=450/235389.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "ULJHXS00T0~WN2t5NG9Ztl4.xYkC%1%2axxZ", "type": "image"}, {"id": 235388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c812692c-90e5-4d82-9a48-ba0284790f00/width=450/235388.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UGJ@g[%NEL^+-;9Z%1IoR%4.R%%2~WxuWo-p", "type": "image"}, {"id": 235387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89b68a73-b8ef-4b94-a177-ad6865866e00/width=450/235387.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEM%[_E4.8-o8wRj~qtQ?ui_WYj]M}NHRjM{", "type": "image"}, {"id": 235386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27dbf3b0-5405-41b4-260a-092087f15c00/width=450/235386.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UELD$10K009Z56E1%LD%aJjb%gae~pWBxat7", "type": "image"}, {"id": 235493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/011ecfda-ef58-4537-db45-b39f0af83900/width=450/235493.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UOLf~~$*DNxG+@^iNHtR00xZxuNG?wt7MxR+", "type": "image"}, {"id": 235385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/580035ad-a086-46fa-0cc8-9690b2fcce00/width=450/235385.jpeg", "nsfwLevel": 16, "width": 2944, "height": 2394, "hash": "UPL4gA~q?v_3%0RjtQkCXSf+n$jZ?wWARPfR", "type": "image"}, {"id": 235492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b489a433-0c62-41ac-cc1d-34030a7d2f00/width=450/235492.jpeg", "nsfwLevel": 8, "width": 5832, "height": 3420, "hash": "UILzmq%Mx]%MxBofWBWC_NWBofs:W?WBjbWB", "type": "image"}, {"id": 235491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1667665-53ab-4da5-684d-fb1554f11b00/width=450/235491.jpeg", "nsfwLevel": 8, "width": 2248, "height": 3418, "hash": "ULMZ?z~q?v_4xVWqWXj[_NV@RjV@bct7t7t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/21995", "modelId": 18537} \ No newline at end of file diff --git a/datasets/metadata/219972.json b/datasets/metadata/219972.json new file mode 100644 index 0000000000000000000000000000000000000000..ad15a5d5aa78b4bf74c89dbec47b8c3b5bea7f4d --- /dev/null +++ b/datasets/metadata/219972.json @@ -0,0 +1 @@ +{"id": 219972, "index": 0, "name": "Axosona_Axolotl peopleV1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-11T14:36:27.180Z", "availability": "Public", "nsfwLevel": 1, "description": "Version 1
", "trainedWords": [], "stats": {"downloadCount": 45, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 169538, "sizeKB": 1139.4677734375, "name": "219972_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-10T12:22:07.205Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "386D8D39EB", "SHA256": "386D8D39EBC795DD28046EC7B47A4E4DB2CC4360BA49A7402FC8791004DA5A21", "CRC32": "2930BE35", "BLAKE3": "A3C7867A25169EE3931889921465C8AADDCF0BEC3D7B0B7217B9AF9032ACABF8"}, "downloadUrl": "https://civitai.com/api/download/models/219972?type=Training%20Data"}, {"id": 170521, "sizeKB": 36977.7890625, "name": "Axosona_Axolotl_peopleV1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-11T14:20:50.398Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B396F2A3", "AutoV2": "4BAE0398D4", "SHA256": "4BAE0398D44BA80469E72247EABFCDDC908B73E99327B72D0CF2DC2F2AC4ED4B", "CRC32": "2D643A16", "BLAKE3": "1A8258B4BEDE8984E30317FC35C0EF988BA68AAC26C05A433A8D85FBFEE108F5", "AutoV3": "B36507A4A5DE"}, "downloadUrl": "https://civitai.com/api/download/models/219972", "primary": true}], "images": [{"id": 3545175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04ef671c-b9cc-48d1-9899-2741a37a76d0/width=450/3545175.jpeg", "nsfwLevel": 1, "width": 512, "height": 683, "hash": "UUOf[i_L?uj0~TM~IWtPt,V@aJWFpJa0jFt7", "type": "image"}, {"id": 3545176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64a4c64b-18d2-4850-b70f-c8d0edb24f2e/width=450/3545176.jpeg", "nsfwLevel": 1, "width": 512, "height": 683, "hash": "UTI}M04mS[xJ~TIVt9x@ghMws9tSOYR5RPfj", "type": "image"}, {"id": 3545174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45b4d8d6-9d3c-437f-b9ab-156f0a571218/width=450/3545174.jpeg", "nsfwLevel": 1, "width": 512, "height": 683, "hash": "UTOWT*_M?viz~SN2IXtMyFV?VqWGtnVradt8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/219972", "modelId": 195679} \ No newline at end of file diff --git a/datasets/metadata/220001.json b/datasets/metadata/220001.json new file mode 100644 index 0000000000000000000000000000000000000000..6d0976eb23eb20f30225158b2fc37fe663664260 --- /dev/null +++ b/datasets/metadata/220001.json @@ -0,0 +1 @@ +{"id": 220001, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-10T11:56:30.248Z", "availability": "Public", "nsfwLevel": 25, "description": null, "trainedWords": ["fwyuna, single hair bun, hair pulled back", "police uniform", "garter straps, underwear, black pleated skirt, (pink shirt), black thighhighs"], "stats": {"downloadCount": 300, "ratingCount": 49, "rating": 5, "thumbsUpCount": 64, "thumbsDownCount": 0}, "files": [{"id": 230071, "sizeKB": 127260.1376953125, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T15:30:53.208Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D1111714", "AutoV2": "AF32CAF1F2", "SHA256": "AF32CAF1F2E4A7A8FB985BC4DDC24FED6BEFADF44F55625689223EAE19AA3BEC", "CRC32": "D6A55DC5", "BLAKE3": "37A198DBC8E3824D491065D22BB5858D4858C061DB50236656A65247CDCD5A9E"}, "downloadUrl": "https://civitai.com/api/download/models/220001?type=Training%20Data"}, {"id": 169518, "sizeKB": 18547.392578125, "name": "Yuna-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-10T12:00:40.645Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "4685CB71C1", "SHA256": "4685CB71C1766D41EC9674D7385BD67CC54EE7AC91C825141F9AC680D81C11A8", "CRC32": "36269EC6", "BLAKE3": "329C1056A81F71EAF17FADBA922F6999220F4815DE7EA7685F1843F33FC2C0A7", "AutoV3": "B79DCB9AFAEC"}, "downloadUrl": "https://civitai.com/api/download/models/220001", "primary": true}], "images": [{"id": 3520394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a0b5f9d-5f7a-4285-bb6d-f8a5ee59a68d/width=450/3520394.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1808, "hash": "UOHUU%w_,BWq?ws.9ZWVKQELkDW.10-p%2ni", "type": "image"}, {"id": 3520393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3f88817-91bd-4c96-905f-16c504b47012/width=450/3520393.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1808, "hash": "UPIqT5~WOq%2bcIoIURjowxajvazt6%2-:t7", "type": "image"}, {"id": 3520395, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bf335bf-83e8-4beb-af8d-337960073340/width=450/3520395.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1808, "hash": "UGI|]]9Z5,V@_NxGE1xa00WXR5t7~BWB9Zs:", "type": "image"}, {"id": 3520392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5644785-a2f5-4a2c-9bf7-7e48cc78096a/width=450/3520392.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1808, "hash": "UFK,mfNb0y$j.mV@D%xa-:oe=|IoK5IU56jF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/220001", "modelId": 195702} \ No newline at end of file diff --git a/datasets/metadata/220787.json b/datasets/metadata/220787.json new file mode 100644 index 0000000000000000000000000000000000000000..1ddc607dc022145fa1787cf885faf3ec3bcc7b04 --- /dev/null +++ b/datasets/metadata/220787.json @@ -0,0 +1 @@ +{"id": 220787, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-11T03:52:51.547Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 336, "ratingCount": 49, "rating": 5, "thumbsUpCount": 68, "thumbsDownCount": 0}, "files": [{"id": 170132, "sizeKB": 41447.67578125, "name": "Minami_Kurumi_CafeJunkie.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-11T03:54:12.221Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F00FBE8F", "AutoV2": "23BB2D2E19", "SHA256": "23BB2D2E19CF31D3041FB05241ED7C79AA66B215A2202540A1142AC4762F51AC", "CRC32": "981E08D0", "BLAKE3": "A5933942FB145AFE34423BBD958C56E27461462650A0BE28B9302AA7754AC77F"}, "downloadUrl": "https://civitai.com/api/download/models/220787?type=Training%20Data"}, {"id": 170131, "sizeKB": 22257.83984375, "name": "Minami_Kurumi_CafeJunkie-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-11T03:51:27.785Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "824552C6", "AutoV2": "4110E297AA", "SHA256": "4110E297AA5A6D5CAF792A99A791E621399430A0617D9F32C612F3B0D2C4E91A", "CRC32": "78FF25DF", "BLAKE3": "BAD14D804BFA4B37FA97DD7A706D1B71CB7B2754886BB2150C5985FB40DEE42E", "AutoV3": "6DEC68E37E15"}, "downloadUrl": "https://civitai.com/api/download/models/220787", "primary": true}], "images": [{"id": 3535335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e1fec98-fb16-4d93-83c4-193f69f920eb/width=450/3535335.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULKKNP~q5m?c{x?b%g%M5PbExaxa^,n#n+M{", "type": "image"}, {"id": 3535638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c2551fc-4899-4fe2-b977-c78c89a0bb2b/width=450/3535638.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaLNc5gM~qxu^k%2t,IprXjwozs.J8R%jFa~", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/220787", "modelId": 196373} \ No newline at end of file diff --git a/datasets/metadata/220816.json b/datasets/metadata/220816.json new file mode 100644 index 0000000000000000000000000000000000000000..248834ebb2b8088a58d80a02ed323afb7becd7d5 --- /dev/null +++ b/datasets/metadata/220816.json @@ -0,0 +1 @@ +{"id": 220816, "index": 0, "name": "MitsuArt Style", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-11T08:58:59.100Z", "availability": "Public", "nsfwLevel": 23, "description": null, "trainedWords": [], "stats": {"downloadCount": 491, "ratingCount": 91, "rating": 5, "thumbsUpCount": 108, "thumbsDownCount": 0}, "files": [{"id": 170158, "sizeKB": 170586.236328125, "name": "220816_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-11T04:32:26.151Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "046152F5", "AutoV2": "A5FC4E660C", "SHA256": "A5FC4E660C3506FB7E35590D68450C6504A4995DCC890E058E00F65A87A51FF4", "CRC32": "733B0574", "BLAKE3": "916D6B56115CD72F352CE7AD7886E40FA0BDF383A568403BD65A71D999C32379"}, "downloadUrl": "https://civitai.com/api/download/models/220816?type=Training%20Data"}, {"id": 170323, "sizeKB": 37053.2890625, "name": "MitsuArt_Style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-11T09:00:50.547Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E63EA743", "AutoV2": "FD38A889C7", "SHA256": "FD38A889C7EDDF8E0D1A2F228942F89093436966346828D1DD5C5DC90AD47B90", "CRC32": "1B452B05", "BLAKE3": "15B8F705C82E1D3814ABFBB4F5AF80C1990B3DA9097897FA8B8EAC93366A2FE0", "AutoV3": "AC90404913B1"}, "downloadUrl": "https://civitai.com/api/download/models/220816", "primary": true}], "images": [{"id": 3539744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfb2a975-9e20-4e7c-b5e7-c36696b9a0ee/width=450/3539744.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UcO2mt^*~oI:^+S}RQxas:ofRjj[x[kDozbb", "type": "image"}, {"id": 3539745, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb642570-4019-45c3-8b57-aaf120bdf00e/width=450/3539745.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPF|*{^*$xot~C-p${=@=@t6xstPxtg3t7t3", "type": "image"}, {"id": 3539748, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11460623-4090-4647-a580-b5cd4b1fa786/width=450/3539748.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UlJkQ7-p%Moe_NbboyaxtRWBRjxZt6t7aeWU", "type": "image"}, {"id": 3539747, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcb96b42-b176-4a19-9d35-cb60e147d64c/width=450/3539747.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UkJHH?nPXjt7~psDt7tRXSofs:ozxut7WBRj", "type": "image"}, {"id": 3539746, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8bb39f5-c6aa-4eb8-8312-14d035d53580/width=450/3539746.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVKwY1=|_4S$Zhrr%go}R6-:D*IoRjt8t6bb", "type": "image"}, {"id": 3539749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4aefd5c-a2b1-4dd6-aacd-f0b2f15ff42d/width=450/3539749.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQG]2SxuyDWX_Nf5D%WB_NNG-;s:.8%2t6xu", "type": "image"}, {"id": 3539750, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb8a9456-e9fc-4b3f-8eb7-247fd001cab9/width=450/3539750.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPGk:@=|J$X4~qxatQo|yCozM|bb%2tRM|jZ", "type": "image"}, {"id": 3539751, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43b72f8d-8d4c-4015-beec-c78e22c86c38/width=450/3539751.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHKJJvv~yW$mRswM~WI.%h9Z#?NG=~Sx-.-B", "type": "image"}, {"id": 3539752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/963bcd14-465a-421b-a747-8545d14b753f/width=450/3539752.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U8EUsJ9E00tR%h$Q9X9@?1RO-:xbo~s:54xb", "type": "image"}, {"id": 3539957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c765d52f-0231-44be-901d-2c901b244f0c/width=450/3539957.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U9CYg:}Bro9tC9}sM_,;Ql1MWE9]01OXJAt7", "type": "image"}, {"id": 3539962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6e71749-3b5a-4798-acfe-e1dc26319bee/width=450/3539962.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UHHKnf~B00?H9F?a~WM{RPr=%Mxv^kIU4.sm", "type": "image"}, {"id": 3539959, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5797568-6d8f-4ac4-b85d-15613cad75e0/width=450/3539959.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UE9~?ioNo$oh^nays;ocxwjvxboc%3ayxbkC", "type": "image"}, {"id": 3539958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3360bfe0-609c-4c47-b777-5c724a8fb251/width=450/3539958.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOMP^H9a?]~W_3IAkD%M%fsqRPkV_3ozR*fh", "type": "image"}, {"id": 3539960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c66ed607-1ac0-4fa2-9b74-942bfbbb4839/width=450/3539960.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPLM;dIA5Q?b~UoMIpNdyDIUNItR%#s,s9M}", "type": "image"}, {"id": 3539961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c4e0107-f9a2-41a0-843f-a82912da1d36/width=450/3539961.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULD]PL-;56M|~WxaDjIUo#WDMdV@xukVRjoe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/220816", "modelId": 196402} \ No newline at end of file diff --git a/datasets/metadata/221490.json b/datasets/metadata/221490.json new file mode 100644 index 0000000000000000000000000000000000000000..1844c453b13a41d6aad09501bfd7c892cff43059 --- /dev/null +++ b/datasets/metadata/221490.json @@ -0,0 +1 @@ +{"id": 221490, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-11T18:49:21.812Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Lyndis", "Blue_dress_side_slit_Pelvic_curtain_Sash_Short_sleeves_Belt", "White_strapless_dress_Long_detached_sleeves_Blue_sash_White_choker_Bridal_veil", "Blue_long_dress_Juliet_sleeves_Blue_choker_Headdress_Yellow_underbust", "Blue_dress_side_slit_Pelvic_curtain_Sash_Short_sleeves_Belt_Blue_armor_Fur_trim", "black_fingerless_gloves", "brown_knee_boots", "candle_bouquet"], "stats": {"downloadCount": 528, "ratingCount": 71, "rating": 4.99, "thumbsUpCount": 97, "thumbsDownCount": 0}, "files": [{"id": 170678, "sizeKB": 37012.0546875, "name": "LyndisV3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-11T17:50:54.178Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A567047C", "AutoV2": "B8336E05E3", "SHA256": "B8336E05E3B1C6FD08A684C475B82B9265B99E72BDB13CF433BFD2E3272F6861", "CRC32": "69C7C025", "BLAKE3": "34CBFCF99A0DD739547EFA13BE2986D399B2399194A4231A67F4CA7B1E86DDC2", "AutoV3": "2ADF5BC4B635"}, "downloadUrl": "https://civitai.com/api/download/models/221490", "primary": true}, {"id": 170682, "sizeKB": 316010.9970703125, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-11T17:57:48.911Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CD7D1D91", "AutoV2": "F534EBD2E3", "SHA256": "F534EBD2E3D8471A79478A39C66BB0D6259655E7F025DEB69F8F60A1D7620CBC", "CRC32": "29B55349", "BLAKE3": "96DCEAEB5C13954CC0FF2ED6E6845D53D455C05933F458D154483CF3F35AC126"}, "downloadUrl": "https://civitai.com/api/download/models/221490?type=Training%20Data"}], "images": [{"id": 3549794, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae169cda-aa5e-46c8-8890-702699d47da7/width=450/3549794.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "URGb^=~q^+?H~p.8kX%M#ixt-;oz5Ss9VrNG", "type": "image"}, {"id": 3549779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80c0a7f0-fd7a-423c-9ef8-c9771fd26a51/width=450/3549779.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "USLW|z4pxs-.~Sng-:X99cD%?Hnh9tt7nhV@", "type": "image"}, {"id": 3549783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ce3be01-2950-422b-9ef5-8e1d81536f94/width=450/3549783.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "URHn{cTL^*-n_M-;xvt8-+%1xvozJC$xxvV]", "type": "image"}, {"id": 3549785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32432255-b27f-41ec-92eb-db7e7c792d3a/width=450/3549785.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UaI};d~q.8?I~V-;S5RjXSt8%2V?xua#%2bH", "type": "image"}, {"id": 3549727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a977f9e8-5bd9-45d2-a8c8-8c563dc90fe2/width=450/3549727.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UNEM5l~WkD%2~W%fj]off*t7%2ayS5ayxafk", "type": "image"}, {"id": 3549732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20a5c67a-4da0-45d9-8ac0-a0f8032c948d/width=450/3549732.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UNJkJ_nLPqWr1*ImRRWC9bnN^k%M9vx]JBbw", "type": "image"}, {"id": 3549746, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70218ea0-357f-4c5f-86c0-acc3e9f470d9/width=450/3549746.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UNKw%].A22.T59-qxIRk^%OY%2$eE*JTxcxZ", "type": "image"}, {"id": 3549758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37f3e980-cd17-4feb-a9ad-8c1146258133/width=450/3549758.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UJFiMn%2?b-p.7xvS%WU~B%NtRt7Ios;-pxt", "type": "image"}, {"id": 3549761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb705d1e-976a-416b-9c7d-d232c42bbf28/width=450/3549761.jpeg", "nsfwLevel": 16, "width": 512, "height": 1024, "hash": "UBE{w-s|-;IVp{I8Nx%h^FEK0g9b00xt^*?G", "type": "image"}, {"id": 3549789, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f161420-f366-42c1-832c-78c179e9e3ca/width=450/3549789.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UJE3k}~qw{-;~o-;XAxaz,xF%gn$KRNG#+S5", "type": "image"}, {"id": 3549766, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7240421c-f688-4af7-a49a-d3fd7222f45f/width=450/3549766.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UKGkzQ_L9tx[_M-;TIWV0g-q_2e:t-XU%3s:", "type": "image"}, {"id": 3549770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a16580a8-c510-4f81-a827-6d65740d9eff/width=450/3549770.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UII5Pl4nS^?v~q-CWaT1jfnlxcW@x]bu^,xD", "type": "image"}, {"id": 3549769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3886203b-5093-4f9e-a8d7-5a0b1256022b/width=450/3549769.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UNJ7~}00*0t7pcM{%MV?0fIo%MbZ%JXAjbS4", "type": "image"}, {"id": 3549780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac5f3afa-18b9-44cf-b429-fa3b8e6601e2/width=450/3549780.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UaLNrm~px-of_Jxtt7V[xwtQ%4RoENRU%2NH", "type": "image"}, {"id": 3549776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f86b5b18-7345-4c45-8903-25badf648094/width=450/3549776.jpeg", "nsfwLevel": 16, "width": 512, "height": 1024, "hash": "UEG8+h_M|=9GTI?HJD^+^M-oO[584oE1-p%L", "type": "image"}, {"id": 3549777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b2524d8-7c04-4891-acca-e8038e73818b/width=450/3549777.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UPGIcnM|_4%2yYs8ENf,xsIUIUbbR%NGWYog", "type": "image"}, {"id": 3549782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41103714-41c9-4bcb-9033-95b8a16bb0a3/width=450/3549782.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UTHoFCIq~pae_0IUf,IUx8V?o$tQJDxu$~t7", "type": "image"}, {"id": 3549786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66aea0dc-89c7-42e2-86a5-7d4f0507894c/width=450/3549786.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UGE33l9F0exu~8nQ9ag20KozrrX64:X8-oxY", "type": "image"}, {"id": 3549825, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c621d52-2c59-4dff-a467-bf0c342034ff/width=450/3549825.jpeg", "nsfwLevel": 16, "width": 512, "height": 1024, "hash": "UKIOU;00~XT0?]0KRj-p?GxaIqOF%2ae-;-p", "type": "image"}, {"id": 3549832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6ffb4e1-d7bf-467f-ae52-04051f42dc84/width=450/3549832.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "ULK1%z~pPCx[lAfzO]InEC%gxxkC9io#-Vt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/221490", "modelId": 196978} \ No newline at end of file diff --git a/datasets/metadata/221570.json b/datasets/metadata/221570.json new file mode 100644 index 0000000000000000000000000000000000000000..8c1cbdbe2cfa6778d128c4f2c638d7547ca52221 --- /dev/null +++ b/datasets/metadata/221570.json @@ -0,0 +1 @@ +{"id": 221570, "index": 1, "name": "v1.1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-11T19:35:22.596Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Brazilian_Fila_Anthro"], "stats": {"downloadCount": 93, "ratingCount": 2, "rating": 5, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 223520, "sizeKB": 18550.5078125, "name": "Brazilian_Fila_Anthro_V1_1_NEW.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-03T17:30:55.744Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "2C21B1EBDB", "SHA256": "2C21B1EBDB44D1DD377E01FD922B657D6F49B3DFCDA46F678391A05486857AAF", "CRC32": "1FB73724", "BLAKE3": "2E5863049A80894EEE7D1377542CF033123912DCF2EBCEA5E412119938356B37", "AutoV3": "4ADE65616B33"}, "downloadUrl": "https://civitai.com/api/download/models/221570", "primary": true}, {"id": 223911, "sizeKB": 4284.4208984375, "name": "Fila_BR_Anthro_DATASET_V11.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-04T01:36:22.229Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EA0E238B", "AutoV2": "AD35836CBF", "SHA256": "AD35836CBFDDDEFCB479002F8D6188259BD4433A33CB5557405C4B233E45193B", "CRC32": "6E7E9CD4", "BLAKE3": "2A5DB5BC10F3A9BD9DC4D5BEA215F33A33AEDECCAC50ED40FF5D20470C188FDB"}, "downloadUrl": "https://civitai.com/api/download/models/221570?type=Training%20Data"}], "images": [{"id": 5134982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3332d8a0-8e5a-4502-baa5-7ccb35b7df45/width=450/5134982.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UFDvQH00_ND%_4D%%LIUIVxuD%Wq?GWB9F%M", "type": "image"}, {"id": 5135009, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b630b108-ddb7-459d-942f-9daf9a100789/width=450/5135009.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UCDI|7Rk%M?H_4t7%MRj0L%LoIE1%1Rk4.xt", "type": "image"}, {"id": 5135109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fc3f7f5-0de5-47f3-b0a1-e6dc21c045ab/width=450/5135109.jpeg", "nsfwLevel": 4, "width": 1080, "height": 768, "hash": "UIEob}?v?HR-?bS$?HNG~q-;WBWBS5-;%2jZ", "type": "image"}, {"id": 5135155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be40dfa7-6ef6-44d6-aafd-9a63a603dcbb/width=450/5135155.jpeg", "nsfwLevel": 4, "width": 768, "height": 1088, "hash": "UJE2zsrq-:bI~qV?adbcxuM{Rit8E2RjaetR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/221570", "modelId": 182437} \ No newline at end of file diff --git a/datasets/metadata/221638.json b/datasets/metadata/221638.json new file mode 100644 index 0000000000000000000000000000000000000000..6a711941be0edc2fd6e861c4406e8a7ab4670c83 --- /dev/null +++ b/datasets/metadata/221638.json @@ -0,0 +1 @@ +{"id": 221638, "index": 0, "name": "Realistic_Sandy_Spreadlegs_1.0v", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-11T20:52:16.356Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 1250, "ratingCount": 86, "rating": 4.97, "thumbsUpCount": 141, "thumbsDownCount": 0}, "files": [{"id": 170789, "sizeKB": 50493.7763671875, "name": "221638_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-11T20:17:36.342Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B3CCE167", "AutoV2": "422F21FA67", "SHA256": "422F21FA675CE223C6D75EFDFCAF21DC1597024EADAF399B7B7AB23079210B08", "CRC32": "C0CDA6A4", "BLAKE3": "85CBF7EDCAD08C8CEBD2FC0EE0421D2050C254FB406CBC1C9012621BD1728AD1"}, "downloadUrl": "https://civitai.com/api/download/models/221638?type=Training%20Data"}, {"id": 170816, "sizeKB": 36978.0859375, "name": "Realistic_Sandy_Spreadlegs_1.0v-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-11T20:50:48.485Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "69B6C94C", "AutoV2": "8C33880AAC", "SHA256": "8C33880AAC9508E5BF61EBE573903AAB270FA45B8FFF7B901627EA2A58C7EB64", "CRC32": "F7CA3BE4", "BLAKE3": "C30072962B9D94F7D0A44A2919CD521B58812F6DFDD32A14914145F071951A3E", "AutoV3": "3710D2FC82D8"}, "downloadUrl": "https://civitai.com/api/download/models/221638", "primary": true}], "images": [{"id": 3562733, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/807f1420-b0af-447a-b9aa-de1b38e2c650/width=450/3562733.jpeg", "nsfwLevel": 8, "width": 897, "height": 1350, "hash": "U7HBG200FsBC00?b9_0K80^O-6?a4T9a-W}p", "type": "image"}, {"id": 3562729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e92c358f-a211-42d2-9b14-22202398983f/width=450/3562729.jpeg", "nsfwLevel": 8, "width": 899, "height": 1347, "hash": "UVJQZY%M%fR-~pS%o#NIO@xu%1t7JCR-WBt7", "type": "image"}, {"id": 3562732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8658109-e071-4554-bfd2-b6486cd60dd3/width=450/3562732.jpeg", "nsfwLevel": 8, "width": 907, "height": 1349, "hash": "U6HB9+~B6yEi00^jKO9]17E0VW^j8w01^k-o", "type": "image"}, {"id": 3552224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f63c626d-fbab-4c4e-9c3b-ac6839d75f2e/width=450/3552224.jpeg", "nsfwLevel": 8, "width": 512, "height": 764, "hash": "UGH1#t_3?^^klAIotks:JA-A$yE2.8S$tR%2", "type": "image"}, {"id": 3552226, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb6cb5ae-5dd6-4013-8274-cdcaf887b61a/width=450/3552226.jpeg", "nsfwLevel": 8, "width": 511, "height": 768, "hash": "U8FX^$0000xv$yi_~WM{00-:xu-oF3t6Di^+", "type": "image"}, {"id": 3552227, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cbafc57-624c-428f-9100-6865f6c1f52c/width=450/3552227.jpeg", "nsfwLevel": 8, "width": 512, "height": 758, "hash": "UAFr38IAGb}@K*IU-;IV69M_X8M{%1-T^PIV", "type": "image"}, {"id": 3562731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38e880e9-3b13-4c7e-9c41-3096224cb12c/width=450/3562731.jpeg", "nsfwLevel": 16, "width": 895, "height": 1349, "hash": "U9IXgNH=W+bu00?c%2x]2|IAITMx00%g%hnN", "type": "image"}, {"id": 3562730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc2f2bbe-57d6-4cca-b9c9-a22e3fac108f/width=450/3562730.jpeg", "nsfwLevel": 8, "width": 902, "height": 1350, "hash": "ULKw8]xu?vT0?v9Fo#R*yskCxuxtRkRPRi$*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/221638", "modelId": 197094} \ No newline at end of file diff --git a/datasets/metadata/22167.json b/datasets/metadata/22167.json new file mode 100644 index 0000000000000000000000000000000000000000..a48114983db9669ff36c7d91510647d665ff4bed --- /dev/null +++ b/datasets/metadata/22167.json @@ -0,0 +1 @@ +{"id": 22167, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-12T15:20:50.835Z", "availability": "Public", "nsfwLevel": 30, "description": "", "trainedWords": [], "stats": {"downloadCount": 1728, "ratingCount": 269, "rating": 5, "thumbsUpCount": 291, "thumbsDownCount": 0}, "files": [{"id": 18470, "sizeKB": 36978.6181640625, "name": "oouso.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-12T15:21:42.107Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "8EB2B091", "AutoV2": "1E02A48E52", "SHA256": "1E02A48E526EE6C40F0BC8F518BB814CFD662F7E95CF4D9659CBD07BDEAB3793", "CRC32": "445DC371", "BLAKE3": "D4831819F2EA67457FAC1E4761FDC33AD25382CD4D4648A2EBA0EBE5640FFC1C", "AutoV3": "9665ED9D4770"}, "downloadUrl": "https://civitai.com/api/download/models/22167", "primary": true}, {"id": 18471, "sizeKB": 3498.55078125, "name": "6_oouso.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-12T15:21:45.080Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8C71D605", "AutoV2": "D0DB2B49C0", "SHA256": "D0DB2B49C03CDB3C7C677C9350A7638F35276BC5AEEF510B5F9E704181BC8598", "CRC32": "ECA30E1F", "BLAKE3": "D976EAF9EE454523EF9557CB5C9FB7D65417632C7DF6782DDD18FEAB2EC86C0C"}, "downloadUrl": "https://civitai.com/api/download/models/22167?type=Training%20Data"}], "images": [{"id": 237626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c040bf2-426d-40ad-9058-850b87b52200/width=450/237626.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UMK1dv~qLLt6B;bv%#f+4ojbxbWBjFoLwwae", "type": "image"}, {"id": 237628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed3a0b9a-c19e-4ac2-e13f-31462c932000/width=450/237628.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UDI4|p002UITy?01^jt7vzR5XS9t_NInrr%2", "type": "image"}, {"id": 237627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b059a519-de82-48fb-08eb-dfa6c840f100/width=450/237627.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "UDGRn~58W89t-;4;M|xu4n~BE29Z01?G-psA", "type": "image"}, {"id": 596111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e89ad9d5-8c34-46fa-36ac-220b5f40a700/width=450/596111.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UFJ%kCD*00%M3NWFMdxtNVWD^8s8~oNHaQkC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/22167", "modelId": 18682} \ No newline at end of file diff --git a/datasets/metadata/221732.json b/datasets/metadata/221732.json new file mode 100644 index 0000000000000000000000000000000000000000..3b48795109107108ff5de40838275bc849b8f4d7 --- /dev/null +++ b/datasets/metadata/221732.json @@ -0,0 +1 @@ +{"id": 221732, "index": 0, "name": "Zimbabwe Legends", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-12T07:03:20.086Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 62, "ratingCount": 7, "rating": 5, "thumbsUpCount": 10, "thumbsDownCount": 1}, "files": [{"id": 170870, "sizeKB": 69616.572265625, "name": "221732_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-11T22:12:20.366Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2BBB3835", "AutoV2": "F4986480D2", "SHA256": "F4986480D2609C7A22BBBA1DB291074A7336C25C4BB3104FC652ED68387B632B", "CRC32": "61DBA5F2", "BLAKE3": "549F08F767EAE68D8C718009707BAF7AD538E4A634C859836675CAD058D9A012"}, "downloadUrl": "https://civitai.com/api/download/models/221732?type=Training%20Data"}, {"id": 171264, "sizeKB": 223099.13671875, "name": "Zimbabwe_Legends-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-12T06:55:56.245Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D20B5487", "AutoV2": "9ED27DAD88", "SHA256": "9ED27DAD88201BA7A6E8FB13CB99389F0A8930AE672B4DF3197A0E7E00A7531D", "CRC32": "FEB15A3B", "BLAKE3": "0EACAC311E5912A084170E35204B508D94E71093F7412B3EF715B9C56A4EF72A", "AutoV3": "1530727A1C8B"}, "downloadUrl": "https://civitai.com/api/download/models/221732", "primary": true}], "images": [{"id": 3562332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30b93dc5-97f1-46a1-b766-6973b08a0928/width=450/3562332.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UAE2wbwb00?G_3%14oR+9ut7slxt~VM{WV-o", "type": "image"}, {"id": 3562349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb138fc9-1454-4a06-8891-cf64ee392852/width=450/3562349.jpeg", "nsfwLevel": 1, "width": 928, "height": 1232, "hash": "U78;0;0fDio#~WWV9G%2$gbvRjsp%1R-oJM{", "type": "image"}, {"id": 3562354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/852bf0fd-6673-4486-8d92-a7ae9a863ad4/width=450/3562354.jpeg", "nsfwLevel": 1, "width": 928, "height": 1232, "hash": "U8Bg9;4n0L%gwGM{D%s,x^kD4Toz?wM|xakD", "type": "image"}, {"id": 3562350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d99d3e05-5e3e-4b24-9039-2f517b4b4d61/width=450/3562350.jpeg", "nsfwLevel": 1, "width": 928, "height": 1232, "hash": "U99Zr:4;0M-n~URP9bxsg1WBs;NHOZxCRlRk", "type": "image"}, {"id": 3562353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ca20090-0935-4153-9935-f490052ee39e/width=450/3562353.jpeg", "nsfwLevel": 1, "width": 928, "height": 1232, "hash": "U17AxV1O020$~CBD#jwG0f-nIqni%yv}Ot%N", "type": "image"}, {"id": 3562351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7abdb8ab-4c0f-4bcc-97d8-f77d793c3b75/width=450/3562351.jpeg", "nsfwLevel": 1, "width": 928, "height": 1232, "hash": "UC9%Is=?IVbd~An#M|ah=_n~WXoJs;RkoexZ", "type": "image"}, {"id": 3562359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ad9cc23-49bb-4ec7-9df6-d369f38cb372/width=450/3562359.jpeg", "nsfwLevel": 1, "width": 928, "height": 1232, "hash": "UCA^I5I8E3D%yFH=tTIU%%iuE2xZT1s8%Nt7", "type": "image"}, {"id": 3562355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac49a497-11b4-4b61-b771-cd083bfc625f/width=450/3562355.jpeg", "nsfwLevel": 1, "width": 928, "height": 1232, "hash": "UDDSdlIV01D%VttRE1jEWBxuRjIU~paeD%V@", "type": "image"}, {"id": 3562364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/525cb011-f492-4509-807f-ae6e6fb468f0/width=450/3562364.jpeg", "nsfwLevel": 1, "width": 928, "height": 1232, "hash": "UA9jGg03~9N0}-5D=@IWX4RnxYNKJ.rqxtNH", "type": "image"}, {"id": 3562365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0259b59-c8cc-41b0-8ad5-c39a13bf56d2/width=450/3562365.jpeg", "nsfwLevel": 1, "width": 928, "height": 1232, "hash": "U48W{b0002-;~T-:01tS_2IUaPt7NebbRPV[", "type": "image"}, {"id": 3562361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a6f46df-a0ed-4abd-8a5b-a0ae52a6a417/width=450/3562361.jpeg", "nsfwLevel": 1, "width": 928, "height": 1232, "hash": "UOD9n.Ne9FD%~qbID$V@.8ofIUj[x]WBM{of", "type": "image"}, {"id": 3562373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/636df4e7-b2aa-4f98-a783-201d16d7b4dd/width=450/3562373.jpeg", "nsfwLevel": 1, "width": 928, "height": 1232, "hash": "UGBz2uS54oDi~q-;4nM__3M|M{Rjxvt7MxRk", "type": "image"}, {"id": 3562377, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1debd18f-5ea7-4298-9a7b-8f744ec5bd6a/width=450/3562377.jpeg", "nsfwLevel": 1, "width": 928, "height": 1232, "hash": "UCA9ZyS~V[%2}YELM|xGrDEMWBs9={Xma{i_", "type": "image"}, {"id": 3562379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4370790-d60d-4324-91a6-184ab1e79431/width=450/3562379.jpeg", "nsfwLevel": 1, "width": 928, "height": 1232, "hash": "U38Wy;0g00EM_M={0KM|%g%20Lsl#q5S^Oad", "type": "image"}, {"id": 3562383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c251ec96-a473-427a-9824-15b6a0c19cf2/width=450/3562383.jpeg", "nsfwLevel": 1, "width": 928, "height": 1232, "hash": "UD9H9BH=59%0.TMcE4%1%hVrM|t7tSRjxYX9", "type": "image"}, {"id": 3562384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66619cf0-b8e2-40a1-8a7e-da70589c756f/width=450/3562384.jpeg", "nsfwLevel": 1, "width": 928, "height": 1232, "hash": "U268Ha00AK?F%$MwIV%L%0xtD*-:XTD*^*D*", "type": "image"}, {"id": 3562391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10e32cb7-18ec-41d2-8e6a-c31cbf4f71c7/width=450/3562391.jpeg", "nsfwLevel": 1, "width": 928, "height": 1232, "hash": "U7A0dlSP00aKyEM|Diad?^%0DjRQJWoM$eRk", "type": "image"}, {"id": 3562392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24727014-4c9c-489b-8652-7f5f1876842f/width=450/3562392.jpeg", "nsfwLevel": 1, "width": 928, "height": 1232, "hash": "U27^uc000h~p~UD%03%M0h%L={xB02-;^eD*", "type": "image"}, {"id": 3562393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07b5c2c1-848f-4be1-812a-73f722ca9304/width=450/3562393.jpeg", "nsfwLevel": 1, "width": 928, "height": 1232, "hash": "U87w+,?aITxt?wtRD%NH.9%1n2jYtmW=ROR*", "type": "image"}, {"id": 3562394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7b4e364-546c-4824-a361-f364a0e1a878/width=450/3562394.jpeg", "nsfwLevel": 1, "width": 928, "height": 1232, "hash": "U98gEFxr57E3~A-nIoRQxtt5$%NJt7xsaxRk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/221732", "modelId": 197170} \ No newline at end of file diff --git a/datasets/metadata/221870.json b/datasets/metadata/221870.json new file mode 100644 index 0000000000000000000000000000000000000000..0abfb1e901c7ca12716963a580f9e73497d894a0 --- /dev/null +++ b/datasets/metadata/221870.json @@ -0,0 +1 @@ +{"id": 221870, "index": 4, "name": "1890_v1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-12T07:37:50.396Z", "availability": "Public", "nsfwLevel": 1, "description": "This version generates dresses in the styles from 1890 to 1899. Fashion went through a lot of changes during this decade. Bustles went away and sleeves began the decade kind of narrow and then balloned into gigantic mutton chops only to slim down again towards 1900. You can get all of the styles. Just prompt \"puffy sleeves\" or tight sleeves.
", "trainedWords": ["1890_dr3ss"], "stats": {"downloadCount": 771, "ratingCount": 50, "rating": 5, "thumbsUpCount": 71, "thumbsDownCount": 0}, "files": [{"id": 273667, "sizeKB": 76447.375, "name": "1890_dress_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-15T04:50:50.973Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "31F36D48", "AutoV2": "B8A04D8F3E", "SHA256": "B8A04D8F3E58E398AC7FF12AF52267C7B3E49B87105A9D0BD90419110679726A", "CRC32": "2DAD7416", "BLAKE3": "86DBDA3F5883C3C560E13F8314B0135CDB7702E22D174992648B0076C79DE736"}, "downloadUrl": "https://civitai.com/api/download/models/221870?type=Training%20Data"}, {"id": 171295, "sizeKB": 73849.453125, "name": "1890_dress_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-12T07:40:50.288Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F088C27C", "AutoV2": "4A3D733F13", "SHA256": "4A3D733F13FF833E7C839E638CA2E9A8A8A68E7527060EA872ECD011BC9D2256", "CRC32": "0BDC1BD3", "BLAKE3": "086683178F98FB9E16EC635165703FBEFBCC6F37B2D421F8ADA05F292FB8C31C", "AutoV3": "2C415DCBF52F"}, "downloadUrl": "https://civitai.com/api/download/models/221870", "primary": true}], "images": [{"id": 3556024, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7f74ba0-e756-4965-9025-bf17167cd9b6/width=450/3556024.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMFFHV_2My9F_3o~IURP~p%fjYRj?vtRV@IV", "type": "image"}, {"id": 3556014, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf0e4953-fb34-46f1-993c-29e6651d9d23/width=450/3556014.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1024, "hash": "UBI=0--:.7NG00^*%3~q0Lozn}4n4nkDW=IU", "type": "image"}, {"id": 3556005, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25ae5d84-cc7a-402f-9208-a431049d74da/width=450/3556005.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UQGI$LD%_NIU_4WBIUoLx]xuD%of.8ayf6ay", "type": "image"}, {"id": 3556011, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52c1af7e-862d-48e9-8387-c341e1f58466/width=450/3556011.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1024, "hash": "UCGkm*=_?F025o9Z58^*?aMy={^%~o9as.Ip", "type": "image"}, {"id": 3563911, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b97473bb-ec75-4d3c-ac3b-b00b3785c102/width=450/3563911.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "URHUU-^6$fOD?]ELELs;?vRiWBof.7NGM{R*", "type": "image"}, {"id": 3556028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4d55c26-23b4-4885-bcd3-57a49ea5f51c/width=450/3556028.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDG*[@00El-no#9G-:D*?HD%~pD*xuNG%LIV", "type": "image"}, {"id": 3555946, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1645a461-a42b-45a9-8011-0c5a12045453/width=450/3555946.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UABp5}E2X4WY}@niMxNG-lE1%1xa9[t7~Bs.", "type": "image"}, {"id": 3556055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d05db9c-d7fe-4cf6-8476-13ed0e2ff57b/width=450/3556055.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UBEeiH~q%NIv%N^*~VWYNH^%W.?F-:-o%L-o", "type": "image"}, {"id": 3555911, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ff17c64-dcf4-42a6-a500-8cdc05f3e6fe/width=450/3555911.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGG[s9x^4=tS?cNg~pt7-=%MxuWC%g%M^*xu", "type": "image"}, {"id": 3556041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca4003ff-f974-4494-8366-3609f57c71cf/width=450/3556041.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFJ7al~W6?^*y4?HtiI-%5^ly9oI?w=}fxxb", "type": "image"}, {"id": 3556058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7485e772-6aae-48e2-bdc3-7b87c2655b20/width=450/3556058.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UBFhV1ElJC?atmo}~ANxjb?FNG$$xaIV9aV@", "type": "image"}, {"id": 3555892, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/673dcf38-f3c1-4598-a1af-f6a3c86dd549/width=450/3555892.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U7Cryt?0:g]}-I--9zjV_4w3V:=@^G$~=xxC", "type": "image"}, {"id": 3555943, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3a76413-2ca1-4d58-90d0-b486e55082ee/width=450/3555943.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIBp99S1xGRi~Baeflaf-oxGt6s:kBt6xuoe", "type": "image"}, {"id": 3555944, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/975ceeec-f3e9-4ab4-bdf6-f37d5b96da29/width=450/3555944.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9B{$C^6oy4o_0-T%KxH%LxptPM_58bc~B%1", "type": "image"}, {"id": 3555945, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21613d23-3e47-4c5e-8d51-bb264e6890fc/width=450/3555945.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJE2@3?bIoIV~Vt7R%WB4:NG-oxutnxvxaae", "type": "image"}, {"id": 3555958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c68268af-0ac4-43fa-a6a8-a6f5a04dec65/width=450/3555958.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UJF~gcxuRjRj00M{IUxuD%M{xut7~qayxut7", "type": "image"}, {"id": 3556016, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e88c1aee-1d70-4221-adb6-0bb0d86f60d4/width=450/3556016.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1024, "hash": "UAGRP5vz02o}0K4:%h01s:V[kW9Z_M9a$i-o", "type": "image"}, {"id": 3556017, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3862ccdb-2795-4b11-a0a7-46bf74715b47/width=450/3556017.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "U6Crl-01.k01%J9unO-n579vRQShIrIq?ZxZ", "type": "image"}, {"id": 3556021, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1d47916-2732-47d6-a384-e19e1ba6a56d/width=450/3556021.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKB|8ePC:zWTMtv|Ocs=${jDaikEBt%4OSr:", "type": "image"}, {"id": 3596889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e3c1712-0ba4-4717-b299-937c6ab7feee/width=450/3596889.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "U9IEFUnh00?w;].8?bEM00xGxsR:J+-UD*oN", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/221870", "modelId": 191977} \ No newline at end of file diff --git a/datasets/metadata/222115.json b/datasets/metadata/222115.json new file mode 100644 index 0000000000000000000000000000000000000000..489b1b22571bbcc20666ad9179ea7a9d94e9fe9d --- /dev/null +++ b/datasets/metadata/222115.json @@ -0,0 +1 @@ +{"id": 222115, "index": 0, "name": "CDE v1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-13T04:41:11.239Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["chibi", "big head", "focus face"], "stats": {"downloadCount": 747, "ratingCount": 79, "rating": 5, "thumbsUpCount": 118, "thumbsDownCount": 0}, "files": [{"id": 171979, "sizeKB": 36983.2265625, "name": "Chibi_Discord_Emojis.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-12T23:15:44.765Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7D746EC6", "AutoV2": "D4E3B052CC", "SHA256": "D4E3B052CCDB894FB41A03DD59A80823EC15D3E2BF872FB3B69D8D9443D81D91", "CRC32": "50BE62A3", "BLAKE3": "0AEAFEC0DAFB1DCC8F091C47960CF7844C01A05AD54D0D3E4F46DA50216EC404", "AutoV3": "8510EAB94BBF"}, "downloadUrl": "https://civitai.com/api/download/models/222115", "primary": true}, {"id": 171243, "sizeKB": 495.0205078125, "name": "222115_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-12T06:32:26.503Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "ED763226DB", "SHA256": "ED763226DB19A8184AB14FCFF7B6E2D185D1F0CBB8721AE4D62263CA1CB80179", "CRC32": "2E1946E0", "BLAKE3": "78239F99A26129D7CF5F80CBCE6A90139D17EC87B12C95C931B79E8EC7401992"}, "downloadUrl": "https://civitai.com/api/download/models/222115?type=Training%20Data"}], "images": [{"id": 3585533, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1fae4b6-e7f8-4538-993b-00f3d5188185/width=450/3585533.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UlNS?Cxa?^n+$jWBo}t7?^WBxtoySgayV@j[", "type": "image"}, {"id": 3585560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b7d14af-8167-46a5-a1b2-77150fd5a72e/width=450/3585560.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UTOVP-Q,XnR5~Uf+X.o#peWC-:t7.8t6W=tR", "type": "image"}, {"id": 3585648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1ca48a6-a187-4120-8253-3b78b57862d4/width=450/3585648.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U-PFcdt6.TkDxDj[R+aepIadt7bbkqfQafe.", "type": "image"}, {"id": 3585666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f53ee8ce-8750-42ca-97bb-837647a4b67e/width=450/3585666.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UKO_ya~AzBEQzUnjlAtRyZxZv|EhrVWFZ$aK", "type": "image"}, {"id": 3585577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4653663-8053-4a96-ac0d-27a92094709a/width=450/3585577.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UQQb?..TyG%N_LRjN2t7t:oI%MRO%NM{WAtQ", "type": "image"}, {"id": 3585601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe381ef8-d9cd-4bbf-9e43-b4de8cc4ca70/width=450/3585601.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UYM*8UXA~q-og%t6$yM|~WoJ%Loz-PR+IqjY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/222115", "modelId": 197499} \ No newline at end of file diff --git a/datasets/metadata/222333.json b/datasets/metadata/222333.json new file mode 100644 index 0000000000000000000000000000000000000000..ee241a79ef8cbee79bae9e3c3b0b931d7dd2ab05 --- /dev/null +++ b/datasets/metadata/222333.json @@ -0,0 +1 @@ +{"id": 222333, "index": 0, "name": "Blond European Mature", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-12T12:49:07.471Z", "availability": "Public", "nsfwLevel": 12, "description": "v1
", "trainedWords": [], "stats": {"downloadCount": 202, "ratingCount": 11, "rating": 5, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 171412, "sizeKB": 16407.29296875, "name": "222333_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-12T10:12:05.532Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FDAFD440", "AutoV2": "BE8EB39DD5", "SHA256": "BE8EB39DD5587F47EF4D876B53C68548403EE9DE33DB63BE46995F0F8D42F29E", "CRC32": "6EEDF879", "BLAKE3": "1F7C92C5E2981DBEA7C1869FDABDCEDE0DB10DB963548DCA2DECF2270C56863F"}, "downloadUrl": "https://civitai.com/api/download/models/222333?type=Training%20Data"}, {"id": 171519, "sizeKB": 223098.98046875, "name": "Blond_European_Mature-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-12T12:40:56.732Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5914E420", "AutoV2": "1EE6013419", "SHA256": "1EE60134199AFB6F0DE7B9DCCE224D965601219EE633AC6A281A3333734AF300", "CRC32": "0AA39B5D", "BLAKE3": "156A98AF73F7622859BB28C93AA60BA35D232BD3B1A47665E087532B54976E52", "AutoV3": "6B273E5433B0"}, "downloadUrl": "https://civitai.com/api/download/models/222333", "primary": true}], "images": [{"id": 3568218, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dca867a9-97e3-44d1-802a-a4aabfeb09b2/width=450/3568218.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UcKKZhM_?at7.TR+W=ofkXozV@Rkx[j@aeWB", "type": "image"}, {"id": 3568217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35c6e761-e275-4b60-b273-0b9763d38d36/width=450/3568217.jpeg", "nsfwLevel": 8, "width": 640, "height": 640, "hash": "UmMH3~-;-;Rj?woLR*oJxuWCV@j[%Mayaeof", "type": "image"}, {"id": 3568216, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b05d19cf-6dfe-4c72-90b6-6acd6ad52396/width=450/3568216.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UQHUtYxuyXtmYRadxv%M%hWAR*NHyDozr=V@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/222333", "modelId": 197671} \ No newline at end of file diff --git a/datasets/metadata/222608.json b/datasets/metadata/222608.json new file mode 100644 index 0000000000000000000000000000000000000000..3a627af53f0aa24153daa3e9d03a10d9e2bfcb46 --- /dev/null +++ b/datasets/metadata/222608.json @@ -0,0 +1 @@ +{"id": 222608, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-12T14:35:30.658Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["BatmanCore"], "stats": {"downloadCount": 628, "ratingCount": 78, "rating": 5, "thumbsUpCount": 119, "thumbsDownCount": 0}, "files": [{"id": 185950, "sizeKB": 523738.34375, "name": "BatmanCore Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-26T23:55:53.466Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "05B982A3", "AutoV2": "CA245409F8", "SHA256": "CA245409F800073E0FEFBDC5559CE712F6D1A01DE6312C5404CFD23BF820EAF6", "CRC32": "FE1E5536", "BLAKE3": "DFA905FFD450DB2076F20A0AE4E8970C3B73274CCDD68FAE159F79BF8BDFD027"}, "downloadUrl": "https://civitai.com/api/download/models/222608?type=Training%20Data"}, {"id": 171629, "sizeKB": 147571.5224609375, "name": "BatmanCore.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-12T14:26:01.683Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9D9B5C40", "AutoV2": "962132CD9A", "SHA256": "962132CD9A7B20FADCE5609C588825BEF05F547BE11C4C79E154E6639FBC801C", "CRC32": "DF76CFF7", "BLAKE3": "A0430220315C5C79C5428A83F2059D62DD756BEE4E37305502C80622ED5073C6", "AutoV3": "52572E19A2F0"}, "downloadUrl": "https://civitai.com/api/download/models/222608", "primary": true}], "images": [{"id": 3571080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9931d78c-7534-4a59-9003-324116a9ee6e/width=450/3571080.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UFH.H9xu%M%2~Wf69Fof-;RjWBWB-;xu-;oe", "type": "image"}, {"id": 3571081, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df5209fe-86ce-4d4c-9b99-2c7bc3e8dfb5/width=450/3571081.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UJBzLUj[?bxuD*ofayay_NNGayWBD%t7ayay", "type": "image"}, {"id": 3571079, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e30f12e-a81d-4c51-bdb1-b4befcca649f/width=450/3571079.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UA9%*U9FIUxu?v9FIU%M~qMxIU-;-;IUM{xu", "type": "image"}, {"id": 3571074, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d1548bb-3ef9-47ef-bbb0-e26e9928f50c/width=450/3571074.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U9Ac@^-:ofIV9w4oM{Rj~BV@ofxu4.R*xaxu", "type": "image"}, {"id": 3571076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/524af698-3012-402e-a559-bb64825a62c5/width=450/3571076.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U5AA8f4TD*^*00~pV@D*^NNeEMt7o}Mx?Gxa", "type": "image"}, {"id": 3571096, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8cfc606-b41e-4874-96cf-6bd6b58bac8b/width=450/3571096.jpeg", "nsfwLevel": 4, "width": 864, "height": 1544, "hash": "UUF$IkIVjZs:?bofj]az~qWBj[oe%2xuR*of", "type": "image"}, {"id": 3571073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55154f75-0943-4ac7-8961-f370327c9eb6/width=450/3571073.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UTIX?S?axuofIUWBofay~pRjM{fQ-;ofayay", "type": "image"}, {"id": 3571078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6830ae00-af91-47f1-8e45-91578f298958/width=450/3571078.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UBH-.3D*00NG_2-o%2xaRP%MWXxa~pxu9FRj", "type": "image"}, {"id": 3571075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85f7a133-cd28-42af-a0b5-7ee4af923da3/width=450/3571075.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U6C6cE01-nM|01^+0KRj~V%10Kay%L0L~Wa#", "type": "image"}, {"id": 3571077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6c41642-7b35-43cc-b063-250798d0a2f0/width=450/3571077.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U596,P~B9bIV0N9u58M|-7-U~B?G03E3~9xt", "type": "image"}, {"id": 3571094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17a49f43-546f-4217-9fb3-8b20a28c0883/width=450/3571094.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UD8XXx%M8_jY_NtR8_Ri?vogD%WA-;kCIUoy", "type": "image"}, {"id": 3571090, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/252f0f49-9348-4c37-9b3d-a0254a3f535f/width=450/3571090.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UPIX{k%M~q-;~WWB-;RkIUt7WCWV%MM{WBxu", "type": "image"}, {"id": 3571082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74ab6aa7-9255-473d-92b6-d15fd5f32d76/width=450/3571082.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UHGIP[xu~VoJ9HIoNGRk9aWBxaWC%2M|ayR*", "type": "image"}, {"id": 3571088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/270f8d75-a695-4ee5-b9c7-09d2ac0247d6/width=450/3571088.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U9D]F_4:IU%MF|M{%La}}?E1?bjY_N9ZxaWW", "type": "image"}, {"id": 3571085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18494dcb-7731-49f8-87e1-ab8a79cca28d/width=450/3571085.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UQLX6=-;~q%M?aofIURk~qozD%t7tRRj%Lxa", "type": "image"}, {"id": 3571093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2943aefc-78a4-4f9e-9631-eb87bf529c53/width=450/3571093.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UIG+8ftRofE2E1xtofWBt6?a9Z-p~Ways:IU", "type": "image"}, {"id": 3571099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0001e0c2-c40b-45c0-9c47-8e7ce0122d1e/width=450/3571099.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "U37KVc={4.^k~B^+-oMx%0%0-o={ozn#={?H", "type": "image"}, {"id": 3571101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ce9c4d5-5fc8-4fa1-8ef8-dfc98bad49de/width=450/3571101.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U14U+%xtIUxu-:xa%2%2_2ofogt74:s:-pxu", "type": "image"}, {"id": 3571107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a811071e-44b0-4f32-a325-23a809dd6146/width=450/3571107.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U48;S#s:4noz?w9GD%%LD$adIVx]00oz%LjZ", "type": "image"}, {"id": 3571087, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7a8910c-e44c-4eda-8677-db0e1477db04/width=450/3571087.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U15OW.IT00WZIUM_D%xa00j[xutR_N-=RjD$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/222608", "modelId": 197894} \ No newline at end of file diff --git a/datasets/metadata/222853.json b/datasets/metadata/222853.json new file mode 100644 index 0000000000000000000000000000000000000000..85a3136d5ebbd088a15da3ef5e3b74599e84e741 --- /dev/null +++ b/datasets/metadata/222853.json @@ -0,0 +1 @@ +{"id": 222853, "index": 0, "name": "v1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-12T19:44:24.999Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["1girl, solo, looking at viewer, blush, short hair, bangs, blonde hair, hair ornament, long sleeves, bow, animal ears, closed mouth, green eyes, upper body, flower, hair bow, japanese clothes, wings, indoors, virtual youtuber, hair flower, kimono, bag, blurry, apron, sleeves past wrists, black bow, x hair ornament, white flower, white apron"], "stats": {"downloadCount": 363, "ratingCount": 64, "rating": 5, "thumbsUpCount": 78, "thumbsDownCount": 0}, "files": [{"id": 171830, "sizeKB": 36979.5341796875, "name": "Gekka.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-12T19:35:43.924Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CE40EB05", "AutoV2": "E31C9B6A7C", "SHA256": "E31C9B6A7C4ED9E5FB23162AEC996FCA7A7E251461DE291343D59A25EB1BF728", "CRC32": "8761394C", "BLAKE3": "2B6A729E42FD74DF67CEA0E4802A144478AAFC746C36DA821856BCCCD7D5EE8E", "AutoV3": "9E7407CC5407"}, "downloadUrl": "https://civitai.com/api/download/models/222853", "primary": true}, {"id": 171828, "sizeKB": 5490.3974609375, "name": "Gekka.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-12T19:36:52.254Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BEB5ED03", "AutoV2": "16EFAD193D", "SHA256": "16EFAD193DAD1D575CA6AB5E6EF8B026A7CA2419B9A9D3F2DB7E4D2ED55285AD", "CRC32": "88070522", "BLAKE3": "BB454F92622AAE8E8D8A0FF047B7C5012C34EBB260840C3A251F2B9AEC03BF7B"}, "downloadUrl": "https://civitai.com/api/download/models/222853?type=Training%20Data"}], "images": [{"id": 3576397, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f73769bb-dd08-42db-917a-e53dad7f3fbe/width=450/3576397.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U6K,$?%L0000009FT359.S_2#pMy9XD*~B_1", "type": "image"}, {"id": 3576441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d834aa8-58d4-4a11-89a4-15e7d31ac607/width=450/3576441.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJLM-IE200E1~SM{S7E2o}j[IBRkIUM|%3xa", "type": "image"}, {"id": 3576473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6991ca70-77ed-439c-b18c-80636ff2d2d2/width=450/3576473.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAKAQPIW01n,?[Mx03IV0JM{$+nj-o9Z4;oH", "type": "image"}, {"id": 3576544, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39def7ae-fe21-401f-b7e6-ac7acaa9836c/width=450/3576544.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U7LDV.El0000QR00to0glC-:E3Ng00s;rq-6", "type": "image"}, {"id": 3576574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9f6e690-59ab-4eca-890e-161e0b7a792c/width=450/3576574.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDJtP4yA004:~7xoOF58tSxtM_E1E0Io=}?H", "type": "image"}, {"id": 3576597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28561ebf-2510-487c-b21f-2b69ef31773d/width=450/3576597.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQK^Qn~V00%L^g-:tSR*E1bbIpWXozj?aKs;", "type": "image"}, {"id": 3576624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5182b28f-f61d-4336-9b1f-20806e923284/width=450/3576624.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIMj8U~B00?G$v-TS*RPo~s+9co3IoM_oNWU", "type": "image"}, {"id": 3576643, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4653e5d1-887e-4b06-85de-2468b2faf086/width=450/3576643.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPLgCJW?Adxu~oR.9vR*9ZWCRks.S*RjW?Rj", "type": "image"}, {"id": 3576649, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40fe5fda-712e-4902-a161-0346ba478e86/width=450/3576649.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDLDMmTd00?]=tNf?c%#-qRS9HNd01i_-AWU", "type": "image"}, {"id": 3576665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb9c8968-2143-4743-96a8-0f85a6c22f56/width=450/3576665.jpeg", "nsfwLevel": 1, "width": 1120, "height": 1688, "hash": "UAIz#DIo00-;~SNG0M$$EN-o0Ot7009b=}o#", "type": "image"}, {"id": 3576673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d0a13bf-e5e7-4afe-b542-1f51bf0cb252/width=450/3576673.jpeg", "nsfwLevel": 1, "width": 1120, "height": 1688, "hash": "U6J@UV}.00^iI7-o5Sk700SzA0IW5uIc014?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/222853", "modelId": 198094} \ No newline at end of file diff --git a/datasets/metadata/222982.json b/datasets/metadata/222982.json new file mode 100644 index 0000000000000000000000000000000000000000..9d4824e33095e329e184a6c643dadbadaa39c077 --- /dev/null +++ b/datasets/metadata/222982.json @@ -0,0 +1 @@ +{"id": 222982, "index": 0, "name": "Muscluar body", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-12T22:23:52.731Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 202, "ratingCount": 24, "rating": 5, "thumbsUpCount": 36, "thumbsDownCount": 0}, "files": [{"id": 171941, "sizeKB": 36977.4296875, "name": "Muscluar_body-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-12T22:21:25.981Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B8EE9219", "AutoV2": "70196FE55F", "SHA256": "70196FE55F958B057F07A80124668F756A4505178B4BF86CC85A3FC024DF2DF5", "CRC32": "2A21950D", "BLAKE3": "03BB6122BDA512F86906799EAAE52C19720CD80E0A06796DB1C4CEEC9A04FF1F", "AutoV3": "1F63B7D72948"}, "downloadUrl": "https://civitai.com/api/download/models/222982", "primary": true}, {"id": 171929, "sizeKB": 1756.578125, "name": "222982_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-12T22:06:44.742Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "57D680A6ED", "SHA256": "57D680A6ED4087F40B9C5545A9D1823258E232A3C5963D4F1A5ECC719DAEE1AD", "CRC32": "8E4ADF8E", "BLAKE3": "DCCE40C59BEC223B3633F296D851DE6C4C3149621F820588DBFC0320C6650252"}, "downloadUrl": "https://civitai.com/api/download/models/222982?type=Training%20Data"}], "images": [{"id": 3579290, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ced4a3f2-312b-4468-9cc4-efe7d409965e/width=450/3579290.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UFH_0;9F?]xX=;R.?ZV@D4xuR%az~qRiWoxa", "type": "image"}, {"id": 3579291, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbf802d0-32ad-44de-a330-30dd2800250e/width=450/3579291.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UCFrR|%2.T-pZ~WBDO%2.8oz=|%2_2kC?bxa", "type": "image"}, {"id": 3579292, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce012ebb-40ff-4ca3-9a25-454a060ac43c/width=450/3579292.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U6DlQS00lo-oKjr=EMj[0e%1#+J89FW=$*NG", "type": "image"}, {"id": 3579293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9dcbf44-454c-4b2c-b304-684b74950b9c/width=450/3579293.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "ULGu2eMIcZIAw[-;M{g3IUbwi_S3}@WXIpR*", "type": "image"}, {"id": 3579294, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a3372a7-b817-4c7e-86da-19c5b3d7655b/width=450/3579294.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UJG@[Ln3uPadXUt7kXbbogROIpnNxv4nI=D%", "type": "image"}, {"id": 3579295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee2eabc3-8712-40d2-97e0-1c55b869b421/width=450/3579295.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UHHUwk4:.m9F$xM{ROxuI.xaiw%MWB%Loft7", "type": "image"}, {"id": 3579297, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c969e0f-09c3-416e-b148-e8b35a0de747/width=450/3579297.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U8F#O800-q{L9]WBnOt70M.8E1K4KPIp-URj", "type": "image"}, {"id": 3579296, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10304249-b581-40b9-b9ba-9c98693fa365/width=450/3579296.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UAFEyC_N.S?HB:-;ozW;01D%v~RPiI4oIUay", "type": "image"}, {"id": 3579298, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b627de13-4f7a-4b05-99cf-499fd31ed7c8/width=450/3579298.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U7F}yO?G13-:p{o}xCM{lBM{^jWA_3E1?GWq", "type": "image"}, {"id": 3579299, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95d372e3-06d2-4987-90ac-dedf172f929a/width=450/3579299.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UCD+uXWBct4n?^?bxaxu.8?bWCxu.S?b$%RQ", "type": "image"}, {"id": 3579300, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4e6aa68-8a64-4707-a67d-27cc0604f527/width=450/3579300.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UHG[[__3~qRjD%4nofM{IUWBt7M{xu%MWB%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/222982", "modelId": 198211} \ No newline at end of file diff --git a/datasets/metadata/222991.json b/datasets/metadata/222991.json new file mode 100644 index 0000000000000000000000000000000000000000..ca3112520fc42e20ddbbf281f34266dbd1533ab0 --- /dev/null +++ b/datasets/metadata/222991.json @@ -0,0 +1 @@ +{"id": 222991, "index": 0, "name": "Muscular Asian", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-12T22:39:05.552Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 210, "ratingCount": 28, "rating": 5, "thumbsUpCount": 53, "thumbsDownCount": 0}, "files": [{"id": 171959, "sizeKB": 36977.671875, "name": "Muscular_Asian-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-12T22:35:39.613Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "45E5A9F6", "AutoV2": "421598EC29", "SHA256": "421598EC292CAFD214E48528E6070D89A328738815D920EE71C548709C5F02D9", "CRC32": "0F8CC4EF", "BLAKE3": "ACFF9CAB0B84698ED0C3EF49956ADAC168F799BE4BE57871E95A13C91940F63E", "AutoV3": "1F4E69E539F7"}, "downloadUrl": "https://civitai.com/api/download/models/222991", "primary": true}, {"id": 171933, "sizeKB": 1756.40625, "name": "222991_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-12T22:12:32.073Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "4537E7F43A", "SHA256": "4537E7F43A33BC379810C482D31D31F13F257054DCDF3AC5052E917E17B5F4A4", "CRC32": "B54C4839", "BLAKE3": "7BFCA6C7BCF01DB9668B86208464BBF02B2E13D93AD12A3FE8D181DE16FEE37B"}, "downloadUrl": "https://civitai.com/api/download/models/222991?type=Training%20Data"}], "images": [{"id": 3579600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbbe4930-a235-440e-b776-d1765708fec3/width=450/3579600.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UFH_0;9F?]xX=;R.?ZV@D4xuR%az~qRiWoxa", "type": "image"}, {"id": 3579601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcc4c5b6-d635-4bc8-b018-636bc44e1538/width=450/3579601.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U6DlQS00lo-oKjr=EMj[0e%1#+J89FW=$*NG", "type": "image"}, {"id": 3579602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/904ccd51-8eb4-48fe-9f31-b781c81a63da/width=450/3579602.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "ULGu2eMIcZIAw[-;M{g3IUbwi_S3}@WXIpR*", "type": "image"}, {"id": 3579603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8bbcb02-ba55-4b1a-9444-3b49e582ae67/width=450/3579603.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UJG@[Ln3uPadXUt7kXbbogROIpnNxv4nI=D%", "type": "image"}, {"id": 3579605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3773a203-e9cb-4de6-a12f-48c58d29cae5/width=450/3579605.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UHD]h+%gXQtj.l?Ixtt5?bxuR%xu_M%Nt7SK", "type": "image"}, {"id": 3579604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c520a29b-c68e-4f19-94de-9427f0499373/width=450/3579604.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UHHUwk4:.m9F$xM{ROxuI.xaiw%MWB%Loft7", "type": "image"}, {"id": 3579606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f032094-01d6-4fb6-ad46-0ba76ab984d3/width=450/3579606.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U8F#O800-q{L9]WBnOt70M.8E1K4KPIp-URj", "type": "image"}, {"id": 3579607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/372526aa-2927-49ba-8ef0-965d11322930/width=450/3579607.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UAFEyC_N.S?HB:-;ozW;01D%v~RPiI4oIUay", "type": "image"}, {"id": 3579608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3385429-8fde-4c11-ba6c-9c80c08c80ba/width=450/3579608.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "U7G8co000e-p4n9FI:%M~CaeX74n~WWVE1-;", "type": "image"}, {"id": 3579609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89b92b1b-5189-4012-bb70-94ae84fdc91b/width=450/3579609.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UEHw.H~qTx?b004n8_D%xts:R*tR_3xvxus:", "type": "image"}, {"id": 3579612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9c91ff8-0bd3-493b-bf3a-8eb91705f546/width=450/3579612.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U7F}yO?G13-:p{o}xCM{lBM{^jWA_3E1?GWq", "type": "image"}, {"id": 3579610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca71c8cd-157a-46e9-b809-242e7a6b169e/width=450/3579610.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U4En|p0c3f?sAHQ.-VR-~p+c}[0L57v$-C57", "type": "image"}, {"id": 3579611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/615876fa-07a1-4c69-8751-2b0df0f099eb/width=450/3579611.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UHG[[__3~qRjD%4nofM{IUWBt7M{xu%MWB%M", "type": "image"}, {"id": 3579614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96f60225-fbde-40d7-bdde-4005481e12d4/width=450/3579614.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UCHdy,E+?v=x?H0Lg3xt^jxatQ^j_N^+%f={", "type": "image"}, {"id": 3579613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d70fe52b-ebfe-4599-bdb6-c4506fc02cc3/width=450/3579613.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UNHKIW~pyW^*NbR*fkxtxGn*S4xaS$xas:NG", "type": "image"}, {"id": 3579615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d433585e-f8d6-4704-8875-af289f58073d/width=450/3579615.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U9C=l6M{GZxa~qso%LxuY5R*flxaX-of$jS#", "type": "image"}, {"id": 3579617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/388c0b80-ae17-4d1e-921a-4aef1a0ece1d/width=450/3579617.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UMJ7R8~pyX%g%#bboft7574oIAIoa}E1V@oK", "type": "image"}, {"id": 3579616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa664692-7fe9-4523-b943-3ab858db93c2/width=450/3579616.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UJF=m%Vs4.xao|R+yDWX?^xZxaRj_3t7%1kC", "type": "image"}, {"id": 3579618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20e10ac1-00d2-4364-b215-dd7f0ff1cc11/width=450/3579618.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "URIz|]%M?^of?HtRt7ofxFX9RjsnjYx]IUxZ", "type": "image"}, {"id": 3579619, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b42d6f72-ea9f-4f45-9a84-4b092032f71d/width=450/3579619.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UKE.|co}?^-;D%IBD%IUIUnOaKRjx]?bozo}", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/222991", "modelId": 198221} \ No newline at end of file diff --git a/datasets/metadata/223306.json b/datasets/metadata/223306.json new file mode 100644 index 0000000000000000000000000000000000000000..2cb6f6bb7c459588e3c387292a0017667e2958d5 --- /dev/null +++ b/datasets/metadata/223306.json @@ -0,0 +1 @@ +{"id": 223306, "index": 3, "name": "v15.1rf", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-28T09:22:20.790Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Amelia", "Deloris", "Jessie", "Kimberly", "Sandy", "Vanessa"], "stats": {"downloadCount": 235, "ratingCount": 40, "rating": 5, "thumbsUpCount": 45, "thumbsDownCount": 0}, "files": [{"id": 172171, "sizeKB": 36977.5390625, "name": "My_characters_collection.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-13T04:31:17.791Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A4FC27AE", "AutoV2": "6540EA8573", "SHA256": "6540EA8573400D9BCEFD20823FA7E0D7EB333CE9929885E7B6FCC3A520175F3E", "CRC32": "42663531", "BLAKE3": "6E786386738EFE02BEB87A8940D8431503828AC4F0B0F3CF7A5ED5C189B8375F", "AutoV3": "2196E3745006"}, "downloadUrl": "https://civitai.com/api/download/models/223306", "primary": true}, {"id": 172174, "sizeKB": 21250.1240234375, "name": "223296_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-13T04:36:40.969Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2E983F25", "AutoV2": "2B6F27DBA1", "SHA256": "2B6F27DBA185AE86B477076D6B5BACEFC432FDAF3A4397696C9ADBEF9071CA83", "CRC32": "23244452", "BLAKE3": "3820B0EED55B41F5C1AB5A38543872A4F9C070F6D8E931321FAB8D082E44CC89"}, "downloadUrl": "https://civitai.com/api/download/models/223306?type=Training%20Data"}], "images": [{"id": 3585469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67a5ecac-47cc-4150-bc22-5da44d391001/width=450/3585469.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U4I;t~?HaJ~W00IU,,4.#O9E?wRP0KNHxtM|", "type": "image"}, {"id": 3585470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d8c75d9-b24c-4453-a31a-52b4f3c0386d/width=450/3585470.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UII}VA^+X.IU8^9F.SI:%M9EMw$%_N%gxaxa", "type": "image"}, {"id": 3585468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db42605b-e645-4fe7-ae7f-821aa28d9868/width=450/3585468.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UZKKZwxZx]%MNFRj%gayRPs;s.WC?wj[Mxj[", "type": "image"}, {"id": 3585473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9134bcf-d9f7-469e-a77b-6f41ee90f0f1/width=450/3585473.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UFI4;M^*krxZIU-=_Nt7_N9ZnNju?b-pV@D%", "type": "image"}, {"id": 3585480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcd20847-99ab-48bf-abaa-5b54457eec46/width=450/3585480.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UKIEFT-oghi_0KX8%MX8OFWBnioz~qs;jZjE", "type": "image"}, {"id": 3585478, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12fa315d-22fe-4d51-916a-a1a36329d1d3/width=450/3585478.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UZHnsl%1jEoeITNG%MofMwt7t7WB_NflMxoK", "type": "image"}, {"id": 3585477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbb32804-6107-435f-9ccf-2130c1af00bc/width=450/3585477.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "ULJHBl4.k=_NELWY%M?HE2%geTRP^+jY-;bc", "type": "image"}, {"id": 3585476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3824144c-b041-49f0-8ce4-a6eeac389717/width=450/3585476.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UIKKQQ^*9EIoDhIo_4oyJBM|s8xakWofxZV@", "type": "image"}, {"id": 3585472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d38236a-7765-4431-b5d9-59a0f28224e0/width=450/3585472.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UHK1E;xF00R+00t7_NS4I[R,t6xu%MNHV@-o", "type": "image"}, {"id": 3585471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a7b4c06-6d09-4153-903a-9d9fe46b0e7c/width=450/3585471.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U9KTlC4.9ErqI:^k_3S#00%L_NkW.8I;Md-o", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/223306", "modelId": 187356} \ No newline at end of file diff --git a/datasets/metadata/223860.json b/datasets/metadata/223860.json new file mode 100644 index 0000000000000000000000000000000000000000..60ad661d72d637b0c48ce056733f3bc30c688b6d --- /dev/null +++ b/datasets/metadata/223860.json @@ -0,0 +1 @@ +{"id": 223860, "index": 1, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-13T15:57:52.544Z", "availability": "Public", "nsfwLevel": 28, "description": "Added a more varied data set of images from the last model
", "trainedWords": [], "stats": {"downloadCount": 205, "ratingCount": 25, "rating": 5, "thumbsUpCount": 37, "thumbsDownCount": 0}, "files": [{"id": 172596, "sizeKB": 36982.6640625, "name": "Grrrl 2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-13T16:00:52.960Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2BD9D65A", "AutoV2": "8CFB621EEC", "SHA256": "8CFB621EEC6BB3993956CCC6415DA2005C9E692668100419249260584FB01D45", "CRC32": "30C76909", "BLAKE3": "5AD6C71F01625D9FBBE4C0129410AF4C7E0829C74D81ECAB08552D5889BB4FE7", "AutoV3": "B8EBFD87F741"}, "downloadUrl": "https://civitai.com/api/download/models/223860", "primary": true}, {"id": 172613, "sizeKB": 92251.7822265625, "name": "223718_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-13T16:23:11.800Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D11C4C98", "AutoV2": "C2F33575F0", "SHA256": "C2F33575F0F9AA0FFB71FAAD8912016792A6BEAFE50067038E3117EAA93B0050", "CRC32": "D46FCBA2", "BLAKE3": "847F015602229D4A4B3994C8B89C5BB4182D9EFC1726CA3508DB9321E6284C44"}, "downloadUrl": "https://civitai.com/api/download/models/223860?type=Training%20Data"}], "images": [{"id": 3915911, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cacf2fe-10c3-48f0-b533-403a45784f0d/width=450/3915911.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UOH_DB=|0ybb?]bISgX85SR*niof~Vt79GjZ", "type": "image"}, {"id": 3595511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71cbebce-2b99-4263-a8b8-b40fc2b4de90/width=450/3595511.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U5E{Uo~W00000ns;00Ri_N9G8_~V00Io-;%g", "type": "image"}, {"id": 3650566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/920a6636-1531-4285-b03d-3296e32ed8dc/width=450/3650566.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UJEe_P~V014:MxkCtRIoE3R*V@RibHRjaexu", "type": "image"}, {"id": 3915909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d2fa8a4-2a3d-4a43-8756-899adc0c316d/width=450/3915909.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UPHURns*X.4.~qkCR*M{ENWBRPs.R-aeV@W=", "type": "image"}, {"id": 3650449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0e50881-43c2-465f-8d4d-549630f2052e/width=450/3650449.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "ULD+oBxa9uRk_Ns:RjWX?voeoMs:_3j[%2t6", "type": "image"}, {"id": 3915975, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed59680e-f665-43fc-96a2-363cedacc190/width=450/3915975.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UHHUIK000M~BNbs:D*t79a%2e.xaozRjn%t7", "type": "image"}, {"id": 3650470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1fa72e98-f1a8-4f6e-a5a7-467a88c7ffa2/width=450/3650470.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UPJ7t2-p%yW=IU%29aR+-:-pWst6_Nxu?Fog", "type": "image"}, {"id": 3805267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e33ead43-1485-4452-b01c-e163ca8855f1/width=450/3805267.jpeg", "nsfwLevel": 4, "width": 1360, "height": 2048, "hash": "UJGuXb%Ms+s,~q%ME2WV%L%M-pj]xaxt-;t7", "type": "image"}, {"id": 3805275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfd760dc-e3b5-4d6b-bb24-74bae18d394f/width=450/3805275.jpeg", "nsfwLevel": 2, "width": 1360, "height": 2048, "hash": "UKF$6CNHt6Rj~ptRD*NG-;t7xZjs?bozn$xa", "type": "image"}, {"id": 3805273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23600d45-b6b6-4ea5-a62e-1be187585980/width=450/3805273.jpeg", "nsfwLevel": 2, "width": 1360, "height": 2048, "hash": "ULHBoG%go}xH~qt7NHM{-:kC-pD%%gxu%LR*", "type": "image"}, {"id": 3805266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d1595e8-a234-4b7c-b641-f05709735ad3/width=450/3805266.jpeg", "nsfwLevel": 4, "width": 1360, "height": 2048, "hash": "UAF5v.D%9Z%g~W9Z0L.8RiRi=|x]MwRikrxu", "type": "image"}, {"id": 3805277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c4e0f3d-05dc-4602-83d9-5420a6519ce9/width=450/3805277.jpeg", "nsfwLevel": 2, "width": 1360, "height": 2048, "hash": "UQGl3L-;xYae~q%MNHoL-p-;-;V@%Mxu%goe", "type": "image"}, {"id": 3805268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/487bafce-9d8b-4f76-b64f-719b31850289/width=450/3805268.jpeg", "nsfwLevel": 2, "width": 1360, "height": 2048, "hash": "UKF$6CNHt6Rj~ptRD*NG-;t7xZjs?bozn$xa", "type": "image"}, {"id": 3805271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b3aaab7-2bad-4cdd-9ed5-75acc70daf58/width=450/3805271.jpeg", "nsfwLevel": 8, "width": 1360, "height": 2048, "hash": "UGF~EjoKW9t7$xt7T1V@_4ofMwWA%2NG%Mxu", "type": "image"}, {"id": 3805276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a8d1e89-afd1-44b3-abc9-7433879d4544/width=450/3805276.jpeg", "nsfwLevel": 8, "width": 1360, "height": 2048, "hash": "UGHo5t-:S0_4^*-;I;tR4m%N?bs+%MtR?b%M", "type": "image"}, {"id": 3810182, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/308a8b38-2bfa-4ddf-9936-ce49b327c715/width=450/3810182.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UADIUQxa9^9a~V9uoz$$NuD*?GRkofxYt7Ip", "type": "image"}, {"id": 3810181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ede5c2fb-adc3-4bff-b11a-abf225a70d5d/width=450/3810181.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UHH-DG019to~~pM{V@t8?bIVM{xt?b9ZxD%f", "type": "image"}, {"id": 3810187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e9ad0ac-2b5b-4ac1-8ef2-a5f785d56f21/width=450/3810187.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UABoy?t602Ip~Uj[9aIp9]R+Rjt7IVNGt7-o", "type": "image"}, {"id": 3810185, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b98dcaf-5d80-4db6-80ce-84cc7679ce59/width=450/3810185.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U5Dbf+~V0002~pNe9a~A01E2?Gx[0L-T%19a", "type": "image"}, {"id": 3810183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23a5522f-d7cd-4b60-8dd6-5e7c3db315ea/width=450/3810183.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UYKmqW~p.7?b?bt7kBjubHRjM{RjofoKV@ay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/223860", "modelId": 183946} \ No newline at end of file diff --git a/datasets/metadata/223910.json b/datasets/metadata/223910.json new file mode 100644 index 0000000000000000000000000000000000000000..bd15f0326dca09dfaa5b59071625172e1bf47349 --- /dev/null +++ b/datasets/metadata/223910.json @@ -0,0 +1 @@ +{"id": 223910, "index": 0, "name": "Chigusa || Fortnite skin", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-14T08:17:03.789Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Chigusa", "Rose tattoos"], "stats": {"downloadCount": 151, "ratingCount": 13, "rating": 4.92, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 173179, "sizeKB": 36984.2578125, "name": "Chigusa__Fortnite_skin.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-14T06:30:44.358Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "ECBE3A73", "AutoV2": "AF49C853E7", "SHA256": "AF49C853E7970FCFB720580662BF75D804E23772EDA99B371DF8499831DB2024", "CRC32": "CD40AFB6", "BLAKE3": "1C3A8F822F73FB25421A3611C51A81FBCE69A61B28D6F1FDA31868C69E4BFD92", "AutoV3": "4A5BD12E2288"}, "downloadUrl": "https://civitai.com/api/download/models/223910", "primary": true}, {"id": 172767, "sizeKB": 13839.431640625, "name": "223910_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-13T19:32:03.181Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "695DD665", "AutoV2": "E6116B1C96", "SHA256": "E6116B1C96A1B128C9C231825A7C89C6CF3351FFD9E82F2F4E31892982BF79F1", "CRC32": "4AAF07B3", "BLAKE3": "9370AC194EABA1F9A795813215D7F30CD514DD9F9D357E949808405C3E78C3E8"}, "downloadUrl": "https://civitai.com/api/download/models/223910?type=Training%20Data"}], "images": [{"id": 3613150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e06362ee-1aa1-4e62-bb37-985f3d54ce6d/width=450/3613150.jpeg", "nsfwLevel": 1, "width": 1702, "height": 2048, "hash": "UBEoDb0g^QENAD^*00^+W9xG%2xa4nt8~WE1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/223910", "modelId": 199015} \ No newline at end of file diff --git a/datasets/metadata/223931.json b/datasets/metadata/223931.json new file mode 100644 index 0000000000000000000000000000000000000000..2935cae5459883a420435ed1050f987e88b8ce0d --- /dev/null +++ b/datasets/metadata/223931.json @@ -0,0 +1 @@ +{"id": 223931, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-13T17:16:04.368Z", "availability": "Public", "nsfwLevel": 29, "description": null, "trainedWords": ["fwsoohyun, medium breasts", "ponytail", "blue pajamas, polka dot", "yoga pants, sports bra"], "stats": {"downloadCount": 452, "ratingCount": 69, "rating": 5, "thumbsUpCount": 98, "thumbsDownCount": 0}, "files": [{"id": 230070, "sizeKB": 132827.7919921875, "name": "Soohyun.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T15:32:03.245Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "AE44C52B", "AutoV2": "702016AC9B", "SHA256": "702016AC9B8C578DD14A3B5A599E20667247C47BE41E24E3FDA585BF52607247", "CRC32": "CCBD13C7", "BLAKE3": "F5228307EC90343E1389D2ACB71EBEBFE834956327AFB8580174F37CA3533BB6"}, "downloadUrl": "https://civitai.com/api/download/models/223931?type=Training%20Data"}, {"id": 172661, "sizeKB": 18546.6318359375, "name": "Soohyun-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-13T17:15:53.936Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "B281624CAF", "SHA256": "B281624CAF4F2FB4E45753F3E73F40F611F7B7ECBC5FB2728751815635A5F825", "CRC32": "DA237678", "BLAKE3": "93518F61CD4E63BA2F2F34B28C82A0A89A7D8E6309C41F3DCB63BCCEDB71F4C0", "AutoV3": "CD44B8ECAB61"}, "downloadUrl": "https://civitai.com/api/download/models/223931", "primary": true}], "images": [{"id": 3597069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/debbac07-4d18-4188-a228-7f798bc9fc64/width=450/3597069.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1808, "hash": "UOI4t,.7x]~C^+WVRjRP9aM{WAWBwcWCX8S2", "type": "image"}, {"id": 3597070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c0d8fe3-2236-41ba-b266-99b124f4d490/width=450/3597070.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1808, "hash": "UPGR-x?FnfIW}pg4OZe-D$RkRkkCAHr;nNX9", "type": "image"}, {"id": 3597068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de1b7852-cd85-4cbc-8ce6-a284426e44e3/width=450/3597068.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1808, "hash": "UDID{,SgTdRQ*JRj9ZoL}@Rj9Zs:?vax^kNG", "type": "image"}, {"id": 3597067, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dde2661d-b48c-450f-91a4-2df02885bdcf/width=450/3597067.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1808, "hash": "UHKvs-?v0z-V00DjxZxGF0-o=|I:~WtRxuI:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/223931", "modelId": 199024} \ No newline at end of file diff --git a/datasets/metadata/224413.json b/datasets/metadata/224413.json new file mode 100644 index 0000000000000000000000000000000000000000..e51d13a0bfe8fa84ec7fc2f50559e24b02a86132 --- /dev/null +++ b/datasets/metadata/224413.json @@ -0,0 +1 @@ +{"id": 224413, "index": 0, "name": "Marusame (OC) Character", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-11-14T21:53:23.203Z", "availability": "Public", "nsfwLevel": 9, "description": "First version, first lora I ever did.
", "trainedWords": [], "stats": {"downloadCount": 63, "ratingCount": 1, "rating": 5, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 173040, "sizeKB": 24970.03515625, "name": "224413_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-14T03:05:58.603Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C6E2545C", "AutoV2": "A2BF564C29", "SHA256": "A2BF564C29F3DBCFEFB91F7FBF98E10261DD6478C064D886FC33B0A5C5ED2AC9", "CRC32": "F3B0C91F", "BLAKE3": "015D7B5EB950D1A471F7EA3D62F5422B11EBA700FB7C35BE83197BBDEB0AD955"}, "downloadUrl": "https://civitai.com/api/download/models/224413?type=Training%20Data"}, {"id": 173090, "sizeKB": 223098.82421875, "name": "Marusame_OC_Character-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-14T04:10:54.842Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "05A0CA69", "AutoV2": "0CBD195AB7", "SHA256": "0CBD195AB7E4752DF9034FDEB6B8E5E0DEDC2ECB307650DB01D9C6FD3279BE5F", "CRC32": "46A1DDA6", "BLAKE3": "2B9632FCA978F09DE700550CFCF93913B46B00BF9F697D057AD6976B18354F23", "AutoV3": "8DFC08C64965"}, "downloadUrl": "https://civitai.com/api/download/models/224413", "primary": true}], "images": [{"id": 3628600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72e33aab-5809-4de9-b583-b971c3a35766/width=450/3628600.jpeg", "nsfwLevel": 1, "width": 808, "height": 1440, "hash": "ULCPn;E2tdIpyZngNexa?vIVxvRj-?$%Sij;", "type": "image"}, {"id": 3629269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fafea50-6759-4de4-a67f-938854356a98/width=450/3629269.jpeg", "nsfwLevel": 1, "width": 808, "height": 1440, "hash": "UAELHu00~SNZW3?GNMNYpG=$kFNHb]S4jK%2", "type": "image"}, {"id": 3628736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af5ed85f-c060-43b0-9d2a-0a073af8ae42/width=450/3628736.jpeg", "nsfwLevel": 1, "width": 808, "height": 1440, "hash": "UFC6Q1I^o?NzF5skIn%2tmjFRmtQ~WWGs:Nw", "type": "image"}, {"id": 3628772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d9a4240-33e8-4e4e-a4db-fcd4f9cc00a5/width=450/3628772.jpeg", "nsfwLevel": 1, "width": 808, "height": 1440, "hash": "UJCPeg^kxmV@K8ELIpR+K5EKM}of~X=|%1n$", "type": "image"}, {"id": 3628792, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4253c579-7109-4a9b-8504-f3949076c7dd/width=450/3628792.jpeg", "nsfwLevel": 1, "width": 808, "height": 1440, "hash": "U9DI,w}]?j9[0PD$5Pt7OXEJIWxI~WaO$*R+", "type": "image"}, {"id": 3628805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad9fdb8a-acf0-498a-9d15-2108f83fecea/width=450/3628805.jpeg", "nsfwLevel": 1, "width": 808, "height": 1440, "hash": "UJCZL+-;p9R;%PS#NdoMt+W=WHj;_4-qxuR*", "type": "image"}, {"id": 3628816, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d404743-4ef9-495f-b747-b9e15f520f8a/width=450/3628816.jpeg", "nsfwLevel": 1, "width": 808, "height": 1440, "hash": "U7D99o^m~c9u02I:E0R*5N0w9cxGIq}[NM$k", "type": "image"}, {"id": 3628919, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/477e2af4-fcfb-44cb-b07a-d04dbe65cdf8/width=450/3628919.jpeg", "nsfwLevel": 1, "width": 808, "height": 1440, "hash": "UFEe}p-W%qEKA2M|IWf5_MI.ahsp%i%2WTM{", "type": "image"}, {"id": 3628918, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e73b0953-10b5-4688-bab6-02d52db68d5e/width=450/3628918.jpeg", "nsfwLevel": 1, "width": 808, "height": 1440, "hash": "UICim#~B%XR%%1r;j;j?s*RNe.xZ~C={%1n+", "type": "image"}, {"id": 3628917, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/193baf3e-726d-4202-9e8d-ef08a6977e0c/width=450/3628917.jpeg", "nsfwLevel": 1, "width": 808, "height": 1440, "hash": "URC6y6-pSuM{yGNdR-oft-NGa%s;?c$$s,R%", "type": "image"}, {"id": 3628920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3f3b9a3-821e-4001-b0b4-ac1441dcc782/width=450/3628920.jpeg", "nsfwLevel": 1, "width": 808, "height": 1440, "hash": "UHCsBd}[%CtOxvnge,xutQInIVs=tSWVNGR.", "type": "image"}, {"id": 3628921, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a5f9703-0b7c-4f3b-8256-a2dc4bdd9a8a/width=450/3628921.jpeg", "nsfwLevel": 1, "width": 808, "height": 1440, "hash": "UFDc2c^Sy3I-O]WnR%s;X.EKIps=_4-pogNH", "type": "image"}, {"id": 3629107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed9ffcae-1387-4800-ac57-4e47e6d1426c/width=450/3629107.jpeg", "nsfwLevel": 1, "width": 808, "height": 1440, "hash": "U8BWA6~DyKRX9*J9E1niAAEhE5R#~W~CxcM|", "type": "image"}, {"id": 3629110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26bb851e-2c3d-4461-9af8-838599a880e0/width=450/3629110.jpeg", "nsfwLevel": 1, "width": 808, "height": 1440, "hash": "UBCr=@^n^|JC9~tS9]k9FpExERWA~C-q=|Rk", "type": "image"}, {"id": 3629109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1851198d-b221-4c0d-9a92-4ae1717ee522/width=450/3629109.jpeg", "nsfwLevel": 1, "width": 808, "height": 1440, "hash": "UCB:dD~WXwIWIuIpIoxGXKWURUsp^k-Ws:NG", "type": "image"}, {"id": 3629108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5482ec46-2809-474e-a3c2-1b6b9bbb3692/width=450/3629108.jpeg", "nsfwLevel": 1, "width": 808, "height": 1440, "hash": "URDc5m^P${jX%%WVW=s:pxJANfbI?cxbs:R*", "type": "image"}, {"id": 3629111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b7d6409-3768-412d-9b42-cc31181462d1/width=450/3629111.jpeg", "nsfwLevel": 1, "width": 808, "height": 1440, "hash": "UECsK]$-%YEMTg-OELs,t-56ajWC%j-pRpWB", "type": "image"}, {"id": 3629112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86ffe57d-59e9-401d-a9fe-6b380c167648/width=450/3629112.jpeg", "nsfwLevel": 1, "width": 808, "height": 1440, "hash": "UMD+re$j%GIpTgM_Nat5cZNENKsp_4s;xaWC", "type": "image"}, {"id": 3630110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a8821b6-deea-4ff6-83f4-81c8a6131301/width=450/3630110.jpeg", "nsfwLevel": 8, "width": 808, "height": 1440, "hash": "UKDIqgjF%Mxb^njsxIs;ksRjoNayK5n%W:NZ", "type": "image"}, {"id": 3630271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d8b3d71-8f9a-4855-911a-fa55cd909362/width=450/3630271.jpeg", "nsfwLevel": 8, "width": 808, "height": 1440, "hash": "UKE.Fy^m?Hsp^-xu%3$*O@J5S2RjTKW.NZIo", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/224413", "modelId": 199449} \ No newline at end of file diff --git a/datasets/metadata/225207.json b/datasets/metadata/225207.json new file mode 100644 index 0000000000000000000000000000000000000000..484050546ae344cc42690985d6e99d5f63c439c4 --- /dev/null +++ b/datasets/metadata/225207.json @@ -0,0 +1 @@ +{"id": 225207, "index": 3, "name": "1880_v1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-14T18:15:02.766Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["1880_dr3ss"], "stats": {"downloadCount": 640, "ratingCount": 24, "rating": 5, "thumbsUpCount": 38, "thumbsDownCount": 0}, "files": [{"id": 173646, "sizeKB": 36981.796875, "name": "1880_dress_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-14T18:15:54.450Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7C70DED1", "AutoV2": "BB12A4A8C2", "SHA256": "BB12A4A8C2E687D1BCE4702C606ECDBD8F0B8CA47CD334BEF600A8AEE1CDDB42", "CRC32": "587E63FD", "BLAKE3": "69FF904EAD0D676023D554F82F4A3714407BBFD5880261ABBB11EA9A12DE4C98", "AutoV3": "CF900027A662"}, "downloadUrl": "https://civitai.com/api/download/models/225207", "primary": true}, {"id": 279272, "sizeKB": 43824.0234375, "name": "2_1880_dr3ss dress.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-19T09:00:50.824Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "38E060D5", "AutoV2": "676DFB993C", "SHA256": "676DFB993CDF7F09B43F00A9E15DCF91C16A156BFAFE595092DB6678ADD952B6", "CRC32": "9B733822", "BLAKE3": "7298E8E4F116642584C274A9C24EDFB2E63400AACF72F33C3EF1919959072D5B"}, "downloadUrl": "https://civitai.com/api/download/models/225207?type=Training%20Data"}], "images": [{"id": 3624899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27fafec0-9da7-46be-8017-bbe648ed88b5/width=450/3624899.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UTIEX^-:^*xu~VaykBWV-nM|E2WB9ZoLRjof", "type": "image"}, {"id": 3624893, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/338c2f02-d4b5-4aca-b1e3-8dddbea9403b/width=450/3624893.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCAcMHE2NGa#t3WXSKEM%1E2xZspELa~}?R+", "type": "image"}, {"id": 3624895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/731edfa0-bf08-4e1b-834a-b2d779a73b26/width=450/3624895.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UCB:vr=F*NpH=~RlP9S#~pW=kVjYyEr@Z*kC", "type": "image"}, {"id": 3624892, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c044cad7-f5de-410d-8b8b-5f0495baab63/width=450/3624892.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UFD[;1%1Djxt4Ts+xVRP~V%2kqsTrpaKRPxu", "type": "image"}, {"id": 3624904, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5965a9a4-98ce-460c-aca7-165741404123/width=450/3624904.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "U4A+,GT.0d]=KZMf4;JP0LwNX*R.0e%L~CJ6", "type": "image"}, {"id": 3624896, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cdaf6d9-cd81-4dc8-b3c2-1f00f4ef30ba/width=450/3624896.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U67UA1+@Zexs~K$JRWtT%N#%t8-=p3$xx7-;", "type": "image"}, {"id": 3624902, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9595d408-99d1-4622-976a-560c86d88161/width=450/3624902.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UMK1g%~p4:t74.M|9ZozD%Rj-;t7%2jrxut7", "type": "image"}, {"id": 3624894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2eb5913-c184-4a9d-97cd-209bc7c81419/width=450/3624894.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCDJI$t6-;M_~qxuRPt7xY-;D%%M-:-;?axu", "type": "image"}, {"id": 3624898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f64dfbbe-7fdb-4c60-8499-8adbb6d60868/width=450/3624898.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6BfU+%N0K0fjCIq?Z%3%NWYE2Nb0fNH~Ct7", "type": "image"}, {"id": 3624901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a58f19d-80cd-4200-a708-86fd8acf96f9/width=450/3624901.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDAJD?R+awjs}qNHIoR*^iofxtt6$yRkxYoJ", "type": "image"}, {"id": 3624900, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4d073f0-f418-4da4-9b01-4ca8134d79ac/width=450/3624900.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDFrU|~o.700~U-:NGM|01IU?Gxu_2Sh={D*", "type": "image"}, {"id": 3624903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7597cec5-a217-4ef6-9c23-6002786a5049/width=450/3624903.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UAF;$q~B0K9a00WUF357?usoe-?H0KNH_2xu", "type": "image"}, {"id": 3817522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/121d78fd-8391-41c3-8a54-5916eded2f36/width=450/3817522.jpeg", "nsfwLevel": 1, "width": 688, "height": 1032, "hash": "UNI#V|9ZbW?a%gE1nfxt~Vo#t6oyx[IVo|%1", "type": "image"}, {"id": 3817544, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3dabb6f4-02c8-4e3b-9502-aedb473c1441/width=450/3817544.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UVPP_gsD_M%f-:VubYt7-;tQMyf$RjaeoyRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/225207", "modelId": 191977} \ No newline at end of file diff --git a/datasets/metadata/225253.json b/datasets/metadata/225253.json new file mode 100644 index 0000000000000000000000000000000000000000..5f3b8ce7ecd10eeb301affe2c4e9ec3a121c03a6 --- /dev/null +++ b/datasets/metadata/225253.json @@ -0,0 +1 @@ +{"id": 225253, "index": 0, "name": "SHAWT", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-10T03:51:13.222Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 22, "ratingCount": 2, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 173680, "sizeKB": 1715.3935546875, "name": "225253_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-14T19:05:48.067Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "125F789676", "SHA256": "125F78967658CD72F0B5C74A59A66C3B0A127B1ACC6663ED373C74235504FCC5", "CRC32": "53D04983", "BLAKE3": "3BD7FAD14C031E4E2A490D73BDF7B79F588CF1CF3655F919F0B89B0761F3651C"}, "downloadUrl": "https://civitai.com/api/download/models/225253?type=Training%20Data"}, {"id": 173738, "sizeKB": 223098.77734375, "name": "SHAWT.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-14T20:16:28.398Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "59E0D877", "AutoV2": "867F2D5DE4", "SHA256": "867F2D5DE4AE5FF78F851C6923FBDFC460934724DB36412122403BC8781D9040", "CRC32": "65C362F0", "BLAKE3": "936AD937D0F5DEA9EABD84591225D217F2079FB64A67F3B4EEB9E3351EC198FE", "AutoV3": "A5CF7309F6F8"}, "downloadUrl": "https://civitai.com/api/download/models/225253", "primary": true}], "images": [{"id": 4366065, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8e3e73b-c0c4-4923-94a3-74bf3e0649df/width=450/4366065.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UDIW_Z-T}$IWZ$RRXmt60#n%-BWC^HkBxbWY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/225253", "modelId": 200172} \ No newline at end of file diff --git a/datasets/metadata/225851.json b/datasets/metadata/225851.json new file mode 100644 index 0000000000000000000000000000000000000000..01877308efd530ada4ae8fdebb9a98dae8b9e146 --- /dev/null +++ b/datasets/metadata/225851.json @@ -0,0 +1 @@ +{"id": 225851, "index": 0, "name": "JP2", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-11-17T02:36:39.443Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 214, "ratingCount": 11, "rating": 5, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 174257, "sizeKB": 7517.6103515625, "name": "225851_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-15T08:15:52.700Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D744E78C", "AutoV2": "94172C2E84", "SHA256": "94172C2E846EFF857D069183EDE0BF7216DD9DF02BC2AE0D8BDEB456DAD7BC5F", "CRC32": "E40F01DB", "BLAKE3": "EFBC79EDD78680A2FC21E3BC7BE66BEC2651463CDC9E770AF6D79685B13ACB58"}, "downloadUrl": "https://civitai.com/api/download/models/225851?type=Training%20Data"}, {"id": 174272, "sizeKB": 223099.01171875, "name": "JP2-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-15T08:50:58.620Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CF4D9CDA", "AutoV2": "BFD311C49D", "SHA256": "BFD311C49D3194DE188E05A4C360F7609F8B34C258FC9B8DD5E77A1A22458548", "CRC32": "F4EBC31A", "BLAKE3": "C46CED6E766EE24DD93AF9F6FCE310A9D2072A17AC2D0C1B1376F21ADF11D5A4", "AutoV3": "99BBD7405686"}, "downloadUrl": "https://civitai.com/api/download/models/225851", "primary": true}], "images": [{"id": 3638625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbe55de6-e234-4b89-97b5-20ae68c6558d/width=450/3638625.jpeg", "nsfwLevel": 1, "width": 1024, "height": 792, "hash": "UEJRHq=}0yRj?wfixuR*XSf+t6s:_3kBDjae", "type": "image"}, {"id": 3687988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5111941-69a0-4a96-8253-e54f4eee65eb/width=450/3687988.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UIJtYcz:0KaK-6?G~pIAtlxuRixux[W;E1Rk", "type": "image"}, {"id": 3712117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f02a72d7-7ca4-4f6f-9a44-cf65e1d6ae66/width=450/3712117.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UQJ7px~pJUkWRgM_M{M|x9xWt7kD^g-:tSt7", "type": "image"}, {"id": 4045240, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/318083ea-6b52-453a-8bc8-a888371e0032/width=450/4045240.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UHG[TVn%00M{~qWBxVkCt8j@IUofV@ofbIj[", "type": "image"}, {"id": 4428709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8eae8ca-afb0-4621-9663-3abe8f12a8a2/width=450/4428709.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UAKnC[~q008_Seay?HtR00oe-;WB-=oMR5kB", "type": "image"}, {"id": 4428710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bca8c760-f919-4cae-9730-1cecfbb25013/width=450/4428710.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UBHn?FMc00_NNYRjVs%MS#00-;-:-=IBIT?b", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/225851", "modelId": 200683} \ No newline at end of file diff --git a/datasets/metadata/225980.json b/datasets/metadata/225980.json new file mode 100644 index 0000000000000000000000000000000000000000..8f457fa3d2f0c686b1c637c08ec669797b4a4394 --- /dev/null +++ b/datasets/metadata/225980.json @@ -0,0 +1 @@ +{"id": 225980, "index": 0, "name": "v1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-15T09:45:58.664Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["1girl, solo, looking at viewer, smile, bangs, red eyes, hat, ribbon, twintails, closed mouth, hair ribbon, upper body, grey hair, indoors, medium hair, pink eyes, ascot, black headwear, black ribbon, capelet, beret, black capelet, white ascot"], "stats": {"downloadCount": 311, "ratingCount": 65, "rating": 5, "thumbsUpCount": 70, "thumbsDownCount": 0}, "files": [{"id": 174300, "sizeKB": 59505.0146484375, "name": "Prima doll Retzel.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-15T09:30:54.287Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CB673F8C", "AutoV2": "04592C5383", "SHA256": "04592C5383688D50C6DF9B5CE317D28FCFEB3BF484E21D8ECF085CC0F3E90159", "CRC32": "86C86E6D", "BLAKE3": "F2FEB22A795D4B24EF31BF02431B0A6904D86515DDBFBBB0FE8ADCF3AB909597"}, "downloadUrl": "https://civitai.com/api/download/models/225980?type=Training%20Data"}, {"id": 174299, "sizeKB": 36981.1669921875, "name": "Prima doll retzel .safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-15T09:30:49.945Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "48AA37F0", "AutoV2": "ADF1A3DB33", "SHA256": "ADF1A3DB332FC1586831C50AFE01C741DFE579F73A8C322B6B0FA9CC80B4AB78", "CRC32": "CADD5476", "BLAKE3": "15F71D117FCE348B0CD89A6CBCBAADFDA1AA34294E72F37A667B979BFA2B727B", "AutoV3": "AD678AAAC21B"}, "downloadUrl": "https://civitai.com/api/download/models/225980", "primary": true}], "images": [{"id": 3638989, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e3619cb-3922-44cf-b56d-f5c0b84986fa/width=450/3638989.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXIqT6IVE1R,~VjbR*E1R*WWIUR*NGR*t6s:", "type": "image"}, {"id": 3639005, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4668c811-23f6-4cf3-a45f-cf5544ff5bd8/width=450/3639005.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNHK-14.D%t7~WM|9Zt79ZxtM{j[IVRjxat7", "type": "image"}, {"id": 3639035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a83fb7ef-7a39-4ac0-a4f3-2edf32a39611/width=450/3639035.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDIqM?I:00xb~Vt60LIo00xu-UxuNHE2-ooL", "type": "image"}, {"id": 3639042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bde67d84-83de-424c-9ebd-829b69ab5bfb/width=450/3639042.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaI;P4oe9ZD*~VWBozf6s8oe%2M|IoofxuM|", "type": "image"}, {"id": 3639045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50cd359b-c88a-4211-bf93-9f1ef5319cd2/width=450/3639045.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcIqr~IU9F%0_4aJV?oJIos.xBozWAxaxZa}", "type": "image"}, {"id": 3639077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5dad154-3b4b-48f0-93ca-1248c4c14957/width=450/3639077.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQJH5Z%29Zxa~CxZD%s:E0xajss:o}xaw]t6", "type": "image"}, {"id": 3639100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/117124ef-8d78-4876-923a-d5b75210e486/width=450/3639100.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOHdput70Kaf~BofD*Rj4oj[M{RjIpj[$*oM", "type": "image"}, {"id": 3639118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be6ffecb-a32c-4089-8ee3-cbed00c6ee2a/width=450/3639118.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UhJQfzRjV@Rk~VoeRjRjM{j[s.WBWBR*xas:", "type": "image"}, {"id": 3639134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec52e5ea-4364-4857-b53c-72e362e7a294/width=450/3639134.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaKTY{~BITn}~BxtWAxtE1oLs.j[NGa#soRj", "type": "image"}, {"id": 3639154, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71f50776-6cf1-433c-9069-ff46adfdd490/width=450/3639154.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTKmbD~V4m9F~ToaNZ-q?H-ps,n$Inoy%2Ri", "type": "image"}, {"id": 3639161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cb8237c-8a41-4ad7-9703-d6aff1725866/width=450/3639161.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTM$x#xu9Yow~UNbnhxa9FM}jER*xuIpM{j]", "type": "image"}, {"id": 3639183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8700a128-069b-4143-86ba-1535f68e2cad/width=450/3639183.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGIELqIU00-;~W%10KjEI.of$%t7EMoe?Gt6", "type": "image"}, {"id": 3639193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc87c4c2-f790-4c79-99ad-f1a0d48a80f9/width=450/3639193.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTL|TA-p%gD%~WtR%M%MS5xuxZRjS2E1%MV@", "type": "image"}, {"id": 3639198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9129e00a-4f7a-4a58-85a0-bff38df3bc7e/width=450/3639198.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCH_Mp-60y00~q4.E2IUKP%Ls:n%?I%MIUI:", "type": "image"}, {"id": 3639192, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2afb6f51-8964-46ac-b003-2b36971f0d6c/width=450/3639192.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKM6@*57-;kX~qV?-=s,OYxtxZxaNZt7?Hoz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/225980", "modelId": 200801} \ No newline at end of file diff --git a/datasets/metadata/226058.json b/datasets/metadata/226058.json new file mode 100644 index 0000000000000000000000000000000000000000..33329483b246ed0dac132a9aa7d893cdd08377ac --- /dev/null +++ b/datasets/metadata/226058.json @@ -0,0 +1 @@ +{"id": 226058, "index": 1, "name": "SD1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-16T10:33:20.251Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["DonMC0ff33Ch0c"], "stats": {"downloadCount": 164, "ratingCount": 2, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 174362, "sizeKB": 342530.7548828125, "name": "226058_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-15T11:00:58.146Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "90052648", "AutoV2": "2118C8E2B9", "SHA256": "2118C8E2B9098977A64DD50466AC34E9233994379B113A5CACC8DEFB1A98A647", "CRC32": "B28269F5", "BLAKE3": "060C84B3BBACD7AF43B7C5485F0C840BB10CBD08E72525743C56EA3FD4F2D1BB"}, "downloadUrl": "https://civitai.com/api/download/models/226058?type=Training%20Data"}, {"id": 175170, "sizeKB": 36981.5, "name": "DonMC0ff33Ch0c-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-16T05:45:42.660Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BC225732", "AutoV2": "C61B39DE6F", "SHA256": "C61B39DE6F9B5A7EB4024030B54C7190030F13A508D92C7F236CAA2618DF4940", "CRC32": "EE57AEF2", "BLAKE3": "9D30B056ABC752763861C8A7BFEE9CFC268348F137FEDC167F019C4F7A8E273F", "AutoV3": "01A13EA2808A"}, "downloadUrl": "https://civitai.com/api/download/models/226058", "primary": true}], "images": [{"id": 3664099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73597d50-6095-49a5-a6dd-de6d82d35c9b/width=450/3664099.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "UNH-_P~V4:xuMxR%t7jYR-WXxaxZ%1xaoyay", "type": "image"}, {"id": 3664108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab9a441e-370c-46df-96c3-0b05d621d499/width=450/3664108.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UDI}V0E19Gxu^*Rj~p%M9Fof-pIoE1R*t6oz", "type": "image"}, {"id": 3664113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a3c8942-52fe-46e7-a76e-a21cd1db3947/width=450/3664113.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UCGIT3~V?bNf00D*4UE2-;E1IVt7?b%1x]jb", "type": "image"}, {"id": 3664102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7115143-929c-4981-9b2f-60c61963ee26/width=450/3664102.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U5E.zr~p00yC00E2}^xH0Ts8000L_1%L4pIT", "type": "image"}, {"id": 3664103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60ec8974-50cd-4192-899e-14d320dbaf56/width=450/3664103.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UcKUJ?E3%1Rj*Jozsl%1Out7RjNITeNIbbRl", "type": "image"}, {"id": 3664105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1944de84-b5fa-4da2-8481-d522dab3545a/width=450/3664105.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UdL:_t~pRjbbxCWCofRk-:Rkj]xt?abHV@V@", "type": "image"}, {"id": 3664098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff20bb47-87a7-45ae-9297-55a38483a8d7/width=450/3664098.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "URJRBXof4.xt~pj[x[t7RkofWCWBofj[offk", "type": "image"}, {"id": 3664101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb2f22fd-be53-47bf-a6d9-b005c6629acd/width=450/3664101.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UPJ*#F~px^?bpd%2%1RPGHWCWBM|tlofIVxt", "type": "image"}, {"id": 3664104, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/965d7101-46c9-43d5-aa58-f9261857efea/width=450/3664104.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U9FFKZE200-:~VNG02-:00t7$%IVI@t79FD*", "type": "image"}, {"id": 3664117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bc2ac73-6624-4c8f-b0ec-4888a5cd33ce/width=450/3664117.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U3Frt*0000VX00?a~WNG00^*^*.8?GD*EMV@", "type": "image"}, {"id": 3664106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3eb4e9ea-6cb4-4891-9945-e4828fc0dfc3/width=450/3664106.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1664, "hash": "UFC~@zxuWrM{~VxaWBM{IVWB-;t7D*M|-;%L", "type": "image"}, {"id": 3664097, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23d18764-97d3-4f09-8bf2-24c4b7daff53/width=450/3664097.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U6J82}_N02tR00RPEMIV04WC}@WV01RP$e%M", "type": "image"}, {"id": 3664107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25c8321f-406e-423c-ad98-f4f6f45b0bf6/width=450/3664107.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UjM7cIay~qxuxtofM|aykCWBaxofxuj[ayfk", "type": "image"}, {"id": 3664109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be357e23-2392-4818-9622-fe23c3404c42/width=450/3664109.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "UFIO5;0000~V?GD*kqRj00R+_2V@E2Io?aMy", "type": "image"}, {"id": 3664110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f4fc3b8-f8ba-4216-97b1-e0e0ed2bc177/width=450/3664110.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "UGFFHR~W9ZRj00E1tQog0MRks.Rjt7ogkCa}", "type": "image"}, {"id": 3664111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77aa6120-3cc1-4133-ab4c-465ad582cd06/width=450/3664111.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U5E.FE~A000N%et7wb-6-:I@02rXIBr=0NEj", "type": "image"}, {"id": 3664112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d732e32-408f-4218-89d6-d8230768f87e/width=450/3664112.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U7Ex^X9G00tR4oWC~V%200%2W=Rj?GRjxFWB", "type": "image"}, {"id": 3664115, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9b065b2-043a-4c3e-ac08-e9860e23203d/width=450/3664115.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U7HBk{4;IU9G00~V,B%101V?wIRjD%Mx_2D*", "type": "image"}, {"id": 3664114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c988f54b-4093-4614-ad31-8e1664eaf963/width=450/3664114.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U8C$[qE100~pD*xa^*V@=ZbH%2D%D%t7?aoy", "type": "image"}, {"id": 3664116, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d67dc252-4064-4468-90a2-08704d7b9a82/width=450/3664116.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "UCEoY+~VENxu4nayxuWq.9%L%1jsxatRtR%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/226058", "modelId": 200867} \ No newline at end of file diff --git a/datasets/metadata/226375.json b/datasets/metadata/226375.json new file mode 100644 index 0000000000000000000000000000000000000000..9a7b048fa18f0f9268479f5e25d3fece8ad73641 --- /dev/null +++ b/datasets/metadata/226375.json @@ -0,0 +1 @@ +{"id": 226375, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-11-15T16:26:26.979Z", "availability": "Public", "nsfwLevel": 3, "description": "XL Lora trained with a dataset of 80 images.
10 epoch 6 repeats.
", "trainedWords": ["d4k0t4"], "stats": {"downloadCount": 280, "ratingCount": 10, "rating": 5, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 174617, "sizeKB": 665271.10546875, "name": "d4k0t4-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-15T16:25:55.637Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4D943741", "AutoV2": "482ADCF68C", "SHA256": "482ADCF68C848BB9870BCBC8E6B292BF09A5AFE1F131FC10A8371231C765BAD8", "CRC32": "67232048", "BLAKE3": "8E8FCEE35344B2F0331D7083CAE47BFE397DBC051299BC574DFF6E88FE942518", "AutoV3": "A3746308CA4E"}, "downloadUrl": "https://civitai.com/api/download/models/226375", "primary": true}, {"id": 238809, "sizeKB": 56880.5029296875, "name": "d4k0t4.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-17T19:10:51.788Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "105BEF10", "AutoV2": "C5C164358F", "SHA256": "C5C164358F0638F8B0EDD9D2CCE0DC452CDF0901A41E39A02917BE454789A1D8", "CRC32": "CC9C5CCE", "BLAKE3": "F8ADDADA3B3875824BB68AF88AD25E89FEE3904300E8C4CCE475DF0C8DB328CD"}, "downloadUrl": "https://civitai.com/api/download/models/226375?type=Training%20Data"}], "images": [{"id": 3646245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62ff9752-6552-4411-a8b6-aba468c4db29/width=450/3646245.jpeg", "nsfwLevel": 2, "width": 832, "height": 1152, "hash": "UCGtQh0LAX%LGE$QM{IV}[9a9aoz?aw{n,xs", "type": "image"}, {"id": 3646246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e37873e9-873d-477a-ba90-0845d5fcf7cb/width=450/3646246.jpeg", "nsfwLevel": 1, "width": 832, "height": 1152, "hash": "URGtsX~BEgE3E2NHWAsAbJNJWEnki^aes;%1", "type": "image"}, {"id": 3646247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7aaef369-4f5d-4427-a3fd-6c2435557adc/width=450/3646247.jpeg", "nsfwLevel": 2, "width": 832, "height": 1152, "hash": "U8F;Tb]i3D01~V=Zspn402}s+[tR}q^jwJSh", "type": "image"}, {"id": 3646248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cc145fc-c8ca-4555-8864-6ddbfca7f117/width=450/3646248.jpeg", "nsfwLevel": 1, "width": 832, "height": 1152, "hash": "URH^^m%NtkW=~W%M?Gxu?bx]t7Rko#t6NHsm", "type": "image"}, {"id": 3646244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2904b94-1d82-45b5-9235-1e7ba86a4960/width=450/3646244.jpeg", "nsfwLevel": 1, "width": 832, "height": 1152, "hash": "UBF;p900Ki}?L1H?Nx?atTi^-BNeAuVs$*bv", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/226375", "modelId": 201138} \ No newline at end of file diff --git a/datasets/metadata/226468.json b/datasets/metadata/226468.json new file mode 100644 index 0000000000000000000000000000000000000000..677732955132d557dc58385fafd749951203af59 --- /dev/null +++ b/datasets/metadata/226468.json @@ -0,0 +1 @@ +{"id": 226468, "index": 0, "name": "3D Animation Style", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-11-16T03:57:04.190Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 1190, "ratingCount": 94, "rating": 5, "thumbsUpCount": 197, "thumbsDownCount": 0}, "files": [{"id": 174677, "sizeKB": 488781.107421875, "name": "226468_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-15T17:46:40.612Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D0BDD1B3", "AutoV2": "DDB166AD35", "SHA256": "DDB166AD35516414AB00FCC3E201AE9DF917787145DA5F142C1879CF005AC810", "CRC32": "D4484388", "BLAKE3": "FE05603E28AE1E14B4467B48CCE36EC3D7FB041BAE2843B1CBDB8CE2C2657C65"}, "downloadUrl": "https://civitai.com/api/download/models/226468?type=Training%20Data"}, {"id": 175103, "sizeKB": 223319.82421875, "name": "3D_Animation_Style-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-16T03:55:49.210Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "21C381A1", "AutoV2": "B90D8BB242", "SHA256": "B90D8BB2422DFEB4C78391A3F341E20FAFD586746258C8F297B15AE07D3CBB67", "CRC32": "B5F67268", "BLAKE3": "49908F61FF1850BD0014312BC0999E813AC6CB577E5994667CD2811D5CEEF23E", "AutoV3": "5BDCEE6A8AB3"}, "downloadUrl": "https://civitai.com/api/download/models/226468", "primary": true}], "images": [{"id": 3685307, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa6c7656-1559-4dc6-844f-cf532cef974f/width=450/3685307.jpeg", "nsfwLevel": 1, "width": 2432, "height": 1664, "hash": "UoOy*9XA?w-p%fV@bIkDs;aeRkWBt7ofocRk", "type": "image"}, {"id": 3684557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5752ad87-bbd0-4fbf-8afc-ae0b64086b8c/width=450/3684557.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UjN^6$R+~q%1-:RjMyt6R*oeafRktQofofV@", "type": "image"}, {"id": 3684556, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/899a6eed-9140-406d-b473-e8cb123c81de/width=450/3684556.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UjOplTs._No#%MM{Rj%Mt7WBRjoLt7t7s:M{", "type": "image"}, {"id": 3684558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/633c8acb-f826-49a5-a8b7-a0c1fd98f8ab/width=450/3684558.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UlOzA6R*_N%M-;ofRjWBRjayWBWC%MayWBof", "type": "image"}, {"id": 3684555, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cecbc93a-e031-4c5c-8e42-9d5328f84624/width=450/3684555.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UcP6{rt8~qs:_4ofMxRkaxWCNGoexuayj]oz", "type": "image"}, {"id": 3657129, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/179d8eaa-b3a9-4e3c-a528-875eea2a83c6/width=450/3657129.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UUQb8vI@~p^%rqs.M{R*RjafRjRk%2s:kCWC", "type": "image"}, {"id": 3657131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/650b8e7b-e436-404f-a89c-44b3b08dfb43/width=450/3657131.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UTO2jc~9RNe?H@w^RQs.%LR*%MfhIURjR*WC", "type": "image"}, {"id": 3657134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/035855bd-184e-46f8-b8dd-4d84eb963306/width=450/3657134.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "UrN^6$xu_NninhayX8of?vWBIUaytRj[oJWB", "type": "image"}, {"id": 3657136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/859ed2be-303c-42e0-bc9d-b792eec288b6/width=450/3657136.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "UoN^3u%M_Ns:V?RjozxtcEjFi_a#yDoLoJNG", "type": "image"}, {"id": 3657138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77c7f09c-eba6-4fbe-905a-c5129e71e554/width=450/3657138.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "UhODRhx^~qsS%Mt7ayWB-;RjIUofs.RjbHt7", "type": "image"}, {"id": 3657139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9deefa9-78e8-4629-80e4-4a92696eb5b9/width=450/3657139.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQH+^WM}RD=|}bxZ=gNHItR*=yS1E2s:xZR*", "type": "image"}, {"id": 3657140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22228f82-aee1-46fd-8ac6-a1e1b70bc5df/width=450/3657140.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UUMGF:5Y?t%MKPR-E,aKJDtQNGRj3sV@#7Si", "type": "image"}, {"id": 3657141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2731371-ee4a-4f18-b070-1de10aae35f5/width=450/3657141.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U59QHvE-~q9vVsM_0er=M|-oIo%2JAWB={NH", "type": "image"}, {"id": 3657144, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d14a2a50-1fc7-47f1-97f5-a0629b7b9630/width=450/3657144.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "UWH0Lw}qJ8R,^Ps.WVoL149^w{xYElNbj?oe", "type": "image"}, {"id": 3657143, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aaaadf6c-a0ee-4ebe-aa82-8640bbd48b90/width=450/3657143.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "UTM6Fw%g.7~UwHjFIVe.9[jFIVIp-nt7t7ay", "type": "image"}, {"id": 3657142, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/394f193d-bde8-4fe5-bd4f-37cdfd97b58d/width=450/3657142.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U8B:]X%g009FB.bbicen*0a}+]t7IoV@VXkW", "type": "image"}, {"id": 3657146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/809b65f4-654a-4066-821e-15b14ec5a525/width=450/3657146.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "URLDx=~p%f?ajU?ao}S~I:Rlnj-o%hkC$%sA", "type": "image"}, {"id": 3657145, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c2e8885-74f3-402b-b5e4-a513500f571c/width=450/3657145.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UALo}:01-.~A00wf9vxZ0L=|RoE30~-U=^9b", "type": "image"}, {"id": 3657148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ac5d78b-83f0-421f-92e7-37dc1d224b61/width=450/3657148.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHA0?[-=4mIT_4t89FIUs,ayRjWCRiayt8t7", "type": "image"}, {"id": 3657147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f089bcf0-dcaa-4ae9-be40-9190ce533e68/width=450/3657147.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UUD]3PD+I:%L~UD+M|xt-.MzM|oyX8Rjeos:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/226468", "modelId": 201212} \ No newline at end of file diff --git a/datasets/metadata/226749.json b/datasets/metadata/226749.json new file mode 100644 index 0000000000000000000000000000000000000000..dc8d6b3693ac8052c5217d602f84f42a17be7bad --- /dev/null +++ b/datasets/metadata/226749.json @@ -0,0 +1 @@ +{"id": 226749, "index": 2, "name": "1907_Fortuny", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-15T23:08:29.759Z", "availability": "Public", "nsfwLevel": 5, "description": "This generates the Fortuny Delphos dress, first released in 1907. You can make most colors. . This is the second version of this Lora. The first is here: Fortuny - v1.0 | Stable Diffusion LoRA | Civitai
I wanted to group it together with the other Edwardian dresses so that people could find them together. They give very similar results.
", "trainedWords": ["Fortuny dress"], "stats": {"downloadCount": 1076, "ratingCount": 103, "rating": 5, "thumbsUpCount": 186, "thumbsDownCount": 0}, "files": [{"id": 273664, "sizeKB": 19753.5546875, "name": "Fortuny_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-15T04:46:23.789Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BB216ED0", "AutoV2": "5BE834674D", "SHA256": "5BE834674DEED005E9CB49E13FDC80143D299CBC321AB1293195321A25E6588B", "CRC32": "A4CBAC8F", "BLAKE3": "FCCCAA54916886265F9E9643445135DDF71AB7EDFA51C6715664ACC97C9F3B62"}, "downloadUrl": "https://civitai.com/api/download/models/226749?type=Training%20Data"}, {"id": 174918, "sizeKB": 147577.3984375, "name": "1907_Fortuny_v2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-15T23:10:43.490Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E93EE6E1", "AutoV2": "2D9B39D50A", "SHA256": "2D9B39D50A9F9183ADF1A8933F6B31D66D99C80BF162A7C42D43AC45649A2883", "CRC32": "B276B84A", "BLAKE3": "F3EA24CCBE19B56490C3355C9644C083A0B7CF4A7DD40450F66210B38F26BD30", "AutoV3": "86318A8838CD"}, "downloadUrl": "https://civitai.com/api/download/models/226749", "primary": true}], "images": [{"id": 3652272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ea2f84b-5e04-4317-8d0c-c5d7a60fc764/width=450/3652272.jpeg", "nsfwLevel": 1, "width": 768, "height": 576, "hash": "U7Fqan0#008{{^0g.SIU0eR--7tm=w-pnOT0", "type": "image"}, {"id": 3652247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3198d9f3-1859-4d52-b0c9-2e862d5d41a7/width=450/3652247.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U7D8Oa+[01yC?ZI:rY-U01XS}@RPRP-V-oNF", "type": "image"}, {"id": 3652243, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8503fd5e-e022-46a7-a21a-472f96745bd9/width=450/3652243.jpeg", "nsfwLevel": 1, "width": 768, "height": 576, "hash": "U8Fqq5}t01-A~AELEf%e5QNaS}I;R*M{%1xa", "type": "image"}, {"id": 3652248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22475988-358b-4154-86df-0055db9c28a3/width=450/3652248.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UEDIUc~B0eIUM_xY%LofELxt-pxu%L%1%1Rj", "type": "image"}, {"id": 6641065, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffc51102-dee0-4edf-8d5f-e29cfb36c15b/width=450/6641065.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UAE_Ea~A%Nad~V?G%0NHJCt7jEs.={s.xWxZ", "type": "image"}, {"id": 6641080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d348be4-2f70-43ee-8729-58d5425d0901/width=450/6641080.jpeg", "nsfwLevel": 4, "width": 768, "height": 1216, "hash": "UIG*G{?F5858~WRkNGoL_3NGbEoe_2odniR*", "type": "image"}, {"id": 6641037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2a19dbd-7424-4992-93b1-aa6b0085c10b/width=450/6641037.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UBFqjsw]0g~B^+xERi-oI^s+s*EO-p$y$|S5", "type": "image"}, {"id": 6641046, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5dafd366-a498-4a66-951b-2510b1d9f37a/width=450/6641046.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UHGaOI9vF{=x~pIp$%a|%Ms.-nM|?Hof%1Rk", "type": "image"}, {"id": 6641071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4b77754-8ee6-4831-9956-cfe3d16d8d4b/width=450/6641071.jpeg", "nsfwLevel": 4, "width": 768, "height": 1216, "hash": "UNGkO8~VtS-:%2WCW,t5o#WCocRk%MbaoKR+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/226749", "modelId": 191977} \ No newline at end of file diff --git a/datasets/metadata/22749.json b/datasets/metadata/22749.json new file mode 100644 index 0000000000000000000000000000000000000000..883727093406ba3bfbe82484ed67dc9f82ce9562 --- /dev/null +++ b/datasets/metadata/22749.json @@ -0,0 +1 @@ +{"id": 22749, "index": 0, "name": "1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-13T19:47:50.351Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["coopfellatio", "fellatio", "licking", "ice-cream", "2girls"], "stats": {"downloadCount": 8532, "ratingCount": 1233, "rating": 5, "thumbsUpCount": 1258, "thumbsDownCount": 0}, "files": [{"id": 18927, "sizeKB": 147532.8759765625, "name": "coop_Fellatio.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-13T19:51:48.983Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "66E0B07D", "AutoV2": "3BE3B84B8B", "SHA256": "3BE3B84B8BA6CCA2FE03B8E9DE9E2DD434D465D2E5CD01D9C14ABE806AB499C1", "CRC32": "A86D9FC7", "BLAKE3": "095916369CB5AE09BAFA09D477F62EE91D8F458BDD1DD31FF8FD01721C07D022", "AutoV3": "01DB4DB5F1E6"}, "downloadUrl": "https://civitai.com/api/download/models/22749", "primary": true}, {"id": 18933, "sizeKB": 72362.67578125, "name": "coop_Fellatio.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-13T20:06:32.232Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "72FD3DA9", "AutoV2": "1F2E6E059B", "SHA256": "1F2E6E059BC931B6E1A7F09BA9BA0C07ED17EE3530DEFD14B83ACFB9235A98A5", "CRC32": "23EAE0D0", "BLAKE3": "B5DE4AB4C1626D93DA26B6BEB36B98F3E4431060C294EAA2A092E9B7B928DB1C"}, "downloadUrl": "https://civitai.com/api/download/models/22749?type=Training%20Data"}], "images": [{"id": 245693, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2fe107d-c639-423f-ce28-5bb94d0ce700/width=450/245693.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGIg}:00CPtl|@D5#;Fx2@?GyCIpAFWBMe%2", "type": "image"}, {"id": 245705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/615db396-cfe9-4b3a-ec01-f9dedd2c5a00/width=450/245705.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UDI~P$?Y5tJ:?KmkIVTKB@}6xuAc1Q?uwIs9", "type": "image"}, {"id": 245704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e19415f1-83fd-4887-aced-8b7d70fac900/width=450/245704.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UBI}O[{aKd-:Q,?aIo-9007$MfI[2dz=Va56", "type": "image"}, {"id": 245703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04dd15b8-f685-492d-9a59-50a345aeb500/width=450/245703.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UGH_DIxb9uk=_2_3fS-V.S~W.8-B.R-;rrEf", "type": "image"}, {"id": 245702, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4b44854-ff8e-4b48-222b-b2cb7c8cfa00/width=450/245702.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UVH.W-XV9FR$~VITIUo0_2ROW=jI_2M_Myo#", "type": "image"}, {"id": 245701, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cf928ee-55d5-4ee7-9bcd-1df501bd5400/width=450/245701.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UKKmeAbxV[t7_NNf-;o#9]Io-;xu0fIUM{Rj", "type": "image"}, {"id": 245700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94f93f70-4143-49ad-5058-727c822b4800/width=450/245700.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U7F}Tg2{*0cFyXIpt+s:00vxMwnN00,.DOEK", "type": "image"}, {"id": 245699, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b07cdc8-85b0-47ca-dc62-1765451ef400/width=450/245699.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U8J%h6_OGc[t00GbQmyV00LKmlB7~8xb$j%L", "type": "image"}, {"id": 245698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/542e7c9f-027f-4cad-db2e-012444f25100/width=450/245698.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UUH.HR?vyrtl~q-oxbV[?v%L%1t7?HaKt6NG", "type": "image"}, {"id": 245697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28be2598-266a-4540-d976-ead1efe20900/width=450/245697.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UMJ*F{DN0#xY*0kDR4oJF{%h$foMa%-pt7E2", "type": "image"}, {"id": 245696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6681bac-17b7-4db2-8534-4e624a3e1500/width=450/245696.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UdIEU|L4yDj]EhozenRi0erpi_s,MxVsNGbI", "type": "image"}, {"id": 245695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8be1423-9a06-4a89-b128-0b09823d8900/width=450/245695.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "ULIX53~qO?Xk_1EOr@-T0zadM|V@0MV?RjM|", "type": "image"}, {"id": 245694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be6b0c00-fad5-48e3-2002-b869e43fb700/width=450/245694.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UGJQ$f000e_N^*RPDi?bPAt7nNozEMbbxFt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/22749", "modelId": 19169} \ No newline at end of file diff --git a/datasets/metadata/227682.json b/datasets/metadata/227682.json new file mode 100644 index 0000000000000000000000000000000000000000..b28b98320c88ce849be7594e31f78948f5aca01e --- /dev/null +++ b/datasets/metadata/227682.json @@ -0,0 +1 @@ +{"id": 227682, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-16T15:53:24.604Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["fry"], "stats": {"downloadCount": 170, "ratingCount": 4, "rating": 5, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 175651, "sizeKB": 4315.4658203125, "name": "dataset-20231116T155421Z-001.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-16T16:40:51.322Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CB5DB26B", "AutoV2": "54B45BFB91", "SHA256": "54B45BFB9177433F1EA75A7F0E2636AAC0313C49D3348B3E5AB5BC28DB2BC4FA", "CRC32": "70F468CE", "BLAKE3": "FE9E20DF21F8AE7D4F9D6CE3D79EB757E6A4A5C5BB45286221334777EDCF6861"}, "downloadUrl": "https://civitai.com/api/download/models/227682?type=Training%20Data"}, {"id": 175605, "sizeKB": 18545.6025390625, "name": "model-lora-fry-11.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-16T15:56:28.706Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "AA19AE2BA9", "SHA256": "AA19AE2BA9372A9BEC2F22366B076B8A1C4593D3576059061103C40CC42B883A", "CRC32": "87F1A76C", "BLAKE3": "AF845CA82CC8B2DB72AAE36093D9D47D8873700D7FEFAD49DF46ABB974EAA018", "AutoV3": "383533C3B6E3"}, "downloadUrl": "https://civitai.com/api/download/models/227682", "primary": true}], "images": [{"id": 3669117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37f9cc30-f16a-4dc4-89b1-156cfa7af7c9/width=450/3669117.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGMtdZIoPWRiIAD%_4i_9axu-;xv.TM_nhoz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/227682", "modelId": 202245} \ No newline at end of file diff --git a/datasets/metadata/227727.json b/datasets/metadata/227727.json new file mode 100644 index 0000000000000000000000000000000000000000..1fb7cffefc9e254a4a75104064c5c3db4148edae --- /dev/null +++ b/datasets/metadata/227727.json @@ -0,0 +1 @@ +{"id": 227727, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-16T16:34:22.778Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["upskirt", "panties"], "stats": {"downloadCount": 4073, "ratingCount": 215, "rating": 4.98, "thumbsUpCount": 378, "thumbsDownCount": 0}, "files": [{"id": 175643, "sizeKB": 18560.546875, "name": "model-lora-ups6-08.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-16T16:35:51.590Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "B5FD3FCA55", "SHA256": "B5FD3FCA55B41EF25A2469A49929B7F044372E37896704EC485AB9AAA83E9C3D", "CRC32": "2B804D47", "BLAKE3": "F76BB3DEF96F60CD6BFFFFCCCEB475E798B2C34EE146757B4BBF11D987071248", "AutoV3": "BD6AF4E10564"}, "downloadUrl": "https://civitai.com/api/download/models/227727", "primary": true}, {"id": 175646, "sizeKB": 74423.3876953125, "name": "dataset-20231116T163012Z-001.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-16T16:36:28.897Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FCD01940", "AutoV2": "AD148E9507", "SHA256": "AD148E9507122253586572A570B7BC5AE2A1C00284520F773B85D7B957816887", "CRC32": "1B785E45", "BLAKE3": "FF511B12226D48FC21549E7B727A838FE925267B99A9175FEFFB6E1AD7505366"}, "downloadUrl": "https://civitai.com/api/download/models/227727?type=Training%20Data"}], "images": [{"id": 3703498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c684eed0-4468-4159-bea4-cb7367239306/width=450/3703498.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USGRYZ~VX9%1?vx^s;S2ozxut7V@xGxuR+NF", "type": "image"}, {"id": 3703499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/423a42ac-b90f-416e-82e3-3674ba297114/width=450/3703499.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UWE2@Etnj?RP%%Xoj[adNzx^kDs9IqxuxuR*", "type": "image"}, {"id": 3703500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55347bb5-73af-4e90-9c6d-e4cacc25fcae/width=450/3703500.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UAKAA,?HDOMz0z0LKQ-pK*tQ}?NIrCIp%M9a", "type": "image"}, {"id": 3703512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a20e0c88-59d2-4646-a402-85ef44311cd8/width=450/3703512.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "URGl3M~qovE1tltS%MxuS6%MR-xatl%gRjM{", "type": "image"}, {"id": 3703513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d1adb87-fac6-44ce-9cad-4f63949216db/width=450/3703513.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UCEx|oMy00-mDg~C^,M{-;=|-oM|-nxa-:en", "type": "image"}, {"id": 3703517, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92d7fa09-f82a-4dc1-8f11-c1e63e4b29a6/width=450/3703517.jpeg", "nsfwLevel": 4, "width": 2272, "height": 4096, "hash": "UCHA-4xv0e-U_Mxu^ixY=y%2IUV@4njsjYIU", "type": "image"}, {"id": 4597966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c27bcc0f-aee4-459e-9d4c-b164ea4d9c03/width=450/4597966.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "UIE.R#9F9Z~VS~s8s.Nb=^s:x]4.s;i_NGj?", "type": "image"}, {"id": 3703540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60213c00-797f-4f70-8f06-914043a6a9f4/width=450/3703540.jpeg", "nsfwLevel": 4, "width": 1136, "height": 2048, "hash": "UBF=diE40$_2uPE3%N?aV=xG56Rj9ZV@%2oy", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/227727", "modelId": 202285} \ No newline at end of file diff --git a/datasets/metadata/228224.json b/datasets/metadata/228224.json new file mode 100644 index 0000000000000000000000000000000000000000..f6e6b45e54898edc99abd67db4a6c33f65cdcbda --- /dev/null +++ b/datasets/metadata/228224.json @@ -0,0 +1 @@ +{"id": 228224, "index": 1, "name": "5. 3D Notebook - 32DIM", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-11-17T01:02:07.792Z", "availability": "Public", "nsfwLevel": 3, "description": "Trained on Civitai Trainer
An attempt to expand the book image.
https://civitai.com/images/3507510
32dim ver
{\n \"unetLR\": 0.0005,\n \"clipSkip\": 1,\n \"loraType\": \"lora\",\n \"keepTokens\": 0,\n \"networkDim\": 32,\n \"numRepeats\": 4,\n \"resolution\": 1024,\n \"lrScheduler\": \"cosine_with_restarts\",\n \"minSnrGamma\": 4,\n \"targetSteps\": 1920,\n \"enableBucket\": true,\n \"networkAlpha\": 1,\n \"optimizerArgs\": \"weight_decay=0.1\",\n \"optimizerType\": \"AdamW8Bit\",\n \"textEncoderLR\": 0.00005,\n \"maxTrainEpochs\": 10,\n \"shuffleCaption\": false,\n \"trainBatchSize\": 4,\n \"flipAugmentation\": false,\n \"lrSchedulerNumCycles\": 3\n}
", "trainedWords": ["notebook", "book"], "stats": {"downloadCount": 77, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 176038, "sizeKB": 87861.259765625, "name": "226661_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-17T00:55:54.171Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2F4B1B17", "AutoV2": "E9959B8053", "SHA256": "E9959B80536E7E33F1E19C09BCD0DD593C7E5F65E32B3C4E2F1157DF50D7BA37", "CRC32": "004FE57B", "BLAKE3": "7737DB41BE0574FC7221E3D5FEE604AE6B9596C7DFDDFA7998B2EF434361BDD7"}, "downloadUrl": "https://civitai.com/api/download/models/228224?type=Training%20Data"}, {"id": 176034, "sizeKB": 223154.25390625, "name": "Book_FFusion_32.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-17T00:56:44.580Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "06535108", "AutoV2": "03A74C9437", "SHA256": "03A74C94372ACE3A90E73722EFA71B60F233FF6828AF832D55E667DFD326228C", "CRC32": "47BBB948", "BLAKE3": "6C3F12465B85324C5A665348BC96A606AD394AD573328C497D87E47C9881DED9", "AutoV3": "2684DACB5A35"}, "downloadUrl": "https://civitai.com/api/download/models/228224", "primary": true}], "images": [{"id": 3681174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64e2dfbf-300f-4fc5-bff6-c5f5ff8b4d46/width=450/3681174.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "UBF#?eK500~UK*S2jE%20:-.=EE2_2%LV@E3", "type": "image"}, {"id": 3681180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37650a5b-8747-4698-91ab-b58af2f2470e/width=450/3681180.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UCAnDCRQ}@M#%e%1xsxbv-nlx]x@%ID+akSJ", "type": "image"}, {"id": 3681171, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fc93b20-eea3-428f-8017-5cc78dbb829b/width=450/3681171.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1152, "hash": "UKCZeBxu#+of~Vt7WXR+^+kCWWR*?aofRjaz", "type": "image"}, {"id": 3681175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29a455c6-fae8-40ce-b4b3-321fcac34555/width=450/3681175.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1024, "hash": "UOJjk^0M~C%1Mdxuogn$wht6D%RkE3WBozNI", "type": "image"}, {"id": 3681173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/703a1e50-7027-4d53-ad47-6e4b4b045425/width=450/3681173.jpeg", "nsfwLevel": 1, "width": 1280, "height": 768, "hash": "UCC?Gq~Wv~=_RlkWI;nh=xX9I;nix]M{jER+", "type": "image"}, {"id": 3681179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed761e5b-d42b-41f7-84da-4d6652e6c564/width=450/3681179.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "U36boj4TM0OY.mtQRORkHX.TI:smH=s:N0sm", "type": "image"}, {"id": 3681176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1273165-c2ed-4c28-aaff-83f914afd297/width=450/3681176.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "U77-j9%h0}b_~Dbv5lt6+tNG9ur=%Mn$MyR,", "type": "image"}, {"id": 3681178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aeee2969-ff10-4953-b9b3-29c22e3f8985/width=450/3681178.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UIAxW0-:betR$+bIV_V@cbt8xvoJtSt8R.R6", "type": "image"}, {"id": 3681177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30dbdb6b-e065-4769-a56b-ac17829b9cc4/width=450/3681177.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UA9bF0_150IDLNIURBRTcGb_slxFD4V[%Lbv", "type": "image"}, {"id": 3681186, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48557fc5-a97b-490e-ac3f-d43f83053e63/width=450/3681186.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "U9AdJx~Bu*_21HE1NFSO-UR%EgJC?]-o,W?G", "type": "image"}, {"id": 3681172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3c1c6a2-189f-43b2-86b4-c4b8b76420ef/width=450/3681172.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1152, "hash": "U27-.$0#Q800_M?uE2ROHY-oAc.SKRD*MIxZ", "type": "image"}, {"id": 3681181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6533b81c-526a-4857-8b81-27f13d7bfa07/width=450/3681181.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UVH_3=%M}ss8M|RjR*bc-Cs:E2R-I;kCRjWA", "type": "image"}, {"id": 3681189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9c2a583-5a60-437b-a7d8-e599b6cce2d7/width=450/3681189.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UTI;0AV@TdkC}@fkENoL?uayIVfkK5bHi_ju", "type": "image"}, {"id": 3681183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f30eaad4-3a58-4125-8fe5-c5984191e6fe/width=450/3681183.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UOFF?9S$#7i_x]t7nhtQ~Vt6D*oz%ft7jFRj", "type": "image"}, {"id": 3681185, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bac0a3d-0d16-46fc-84b5-1cfa52e6fe76/width=450/3681185.jpeg", "nsfwLevel": 1, "width": 1280, "height": 896, "hash": "U5BN4Q01yEWS00DkM}?Z~p-:RRWA-}IpWb${", "type": "image"}, {"id": 3681184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a61c31ad-6934-49e2-9e5c-36edfac4a366/width=450/3681184.jpeg", "nsfwLevel": 1, "width": 1280, "height": 896, "hash": "UAD0GaBUL#00~V%gMxIU^3xuIr%M%#V@nO-:", "type": "image"}, {"id": 3681188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f3673a1-6d9d-4262-8c01-b69f900a6644/width=450/3681188.jpeg", "nsfwLevel": 1, "width": 1280, "height": 896, "hash": "UQFEom~9I;NHM{R*R-NIEkW=t6WC9aV@%1xZ", "type": "image"}, {"id": 3681192, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96d57b3b-5f04-46c6-9ea7-417e7e823c15/width=450/3681192.jpeg", "nsfwLevel": 1, "width": 1280, "height": 896, "hash": "U59RI4H@00%}=po}03-Q_MIVIY$zO9n$IBtl", "type": "image"}, {"id": 3681190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e952e749-ba7f-4e35-8b19-8ccf1f9cccf5/width=450/3681190.jpeg", "nsfwLevel": 2, "width": 1280, "height": 896, "hash": "U5D0Sx00D5Md02M}wa#R?d?a00Q-THD*_2xW", "type": "image"}, {"id": 3681191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c60346ec-fa3d-43d0-b8f4-49add5f6513f/width=450/3681191.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "U96lJYyC#4x[-pcFs*Vr%%kYeTnhx]o#XAi_", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/228224", "modelId": 195243}
\ No newline at end of file
diff --git a/datasets/metadata/228269.json b/datasets/metadata/228269.json
new file mode 100644
index 0000000000000000000000000000000000000000..718adaf965692a87f7762da387dfc21eed35c7cb
--- /dev/null
+++ b/datasets/metadata/228269.json
@@ -0,0 +1 @@
+{"id": 228269, "index": 0, "name": "5.1 3D Notebook 64dim ver", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-11-17T01:51:09.360Z", "availability": "Public", "nsfwLevel": 3, "description": "Trained on Civitai Trainer only
An attempt to expand the book image.
https://civitai.com/images/3507510
64dim ver + dataset
{\n \"unetLR\": 0.0005,\n \"clipSkip\": 1,\n \"loraType\": \"lora\",\n \"keepTokens\": 0,\n \"networkDim\": 64,\n \"numRepeats\": 8,\n \"resolution\": 1024,\n \"lrScheduler\": \"cosine_with_restarts\",\n \"minSnrGamma\": 4,\n \"targetSteps\": 3840,\n \"enableBucket\": true,\n \"networkAlpha\": 1,\n \"optimizerArgs\": \"weight_decay=0.1\",\n \"optimizerType\": \"AdamW8Bit\",\n \"textEncoderLR\": 0.00005,\n \"maxTrainEpochs\": 10,\n \"shuffleCaption\": false,\n \"trainBatchSize\": 4,\n \"flipAugmentation\": false,\n \"lrSchedulerNumCycles\": 3\n}
Initial launch
Not much really, just the first release of the model. Though continuous updates and revisions are not guaranteed.
", "trainedWords": [], "stats": {"downloadCount": 139, "ratingCount": 30, "rating": 5, "thumbsUpCount": 36, "thumbsDownCount": 0}, "files": [{"id": 176401, "sizeKB": 4956.9736328125, "name": "228600_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-17T09:45:49.037Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8A6671AD", "AutoV2": "78781E301E", "SHA256": "78781E301E745AF9BD3BD42062C3CD7B3798ECF687A520B3ED9AA45F73F84365", "CRC32": "5F917154", "BLAKE3": "1E3EFDFB912884A87A234637CCA0D74C7361620E7844ABE6DAC507CCE792BB58"}, "downloadUrl": "https://civitai.com/api/download/models/228600?type=Training%20Data"}, {"id": 176430, "sizeKB": 36984.7578125, "name": "Style_Sombre.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-17T10:25:48.095Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A7A966DA", "AutoV2": "60483DBC6A", "SHA256": "60483DBC6A2C41A2CA3B61C1FB1137A01EC39E5610008AE4905AD1B853DDB839", "CRC32": "184D66ED", "BLAKE3": "0891DF5974AF77D9332656E1697AEF91A7E60A3DA49C85092FC78DE5D9780BBD", "AutoV3": "40FBA7ABE3FC"}, "downloadUrl": "https://civitai.com/api/download/models/228600", "primary": true}], "images": [{"id": 3690190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d90e51a-a672-4914-b6da-a09e63163dd9/width=450/3690190.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCI|@400D,_N5B?G9F-;0JD*~AOE-Wxtn-Vs", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/228600", "modelId": 203056} \ No newline at end of file diff --git a/datasets/metadata/228638.json b/datasets/metadata/228638.json new file mode 100644 index 0000000000000000000000000000000000000000..1fed208e2a6089d85436e3c4cdac86758fd2c152 --- /dev/null +++ b/datasets/metadata/228638.json @@ -0,0 +1 @@ +{"id": 228638, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-19T02:47:14.264Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["panties_to_the_side", "panties", "moving_panties"], "stats": {"downloadCount": 1714, "ratingCount": 91, "rating": 4.97, "thumbsUpCount": 174, "thumbsDownCount": 0}, "files": [{"id": 176402, "sizeKB": 18555.095703125, "name": "model-lora-moving3-09.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-17T09:45:47.456Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "0BD5B6A52D", "SHA256": "0BD5B6A52DF72C6535ECEBC63AB16DFBD78DDC647E5AC40ADA11D22E9159A272", "CRC32": "266C47C2", "BLAKE3": "26ACB2E09BC76E72147A5AD68CE5CC5C3B0969B7ADBF4CC5F061BC31DE928D53", "AutoV3": "15AA1C7CF975"}, "downloadUrl": "https://civitai.com/api/download/models/228638", "primary": true}, {"id": 176405, "sizeKB": 20270.095703125, "name": "dataset-20231117T094201Z-001-moving.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-17T09:51:41.425Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9E380805", "AutoV2": "B1268B2DF9", "SHA256": "B1268B2DF917B5188ED49C61C323C8510FC79754E9E8FE0A79EE04B89BD37237", "CRC32": "C52B7725", "BLAKE3": "A8F1A412E0955453F81DADF929B352BA806A0019A278DD947DCD2F2BDDBCC722"}, "downloadUrl": "https://civitai.com/api/download/models/228638?type=Training%20Data"}], "images": [{"id": 3762671, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a1dd923-7c09-45b8-b218-713eb0ab3a79/width=450/3762671.jpeg", "nsfwLevel": 8, "width": 1360, "height": 2048, "hash": "UOHdpVNLrsR%~o=|E3RjT0xu9aRjE2NakVaK", "type": "image"}, {"id": 3745252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1b58283-6755-4e51-82f3-a81dd3c6aa16/width=450/3745252.jpeg", "nsfwLevel": 8, "width": 1344, "height": 2048, "hash": "UOIM[#oLxG$%~UxaR+R*t5xtELjZi_kCWqjt", "type": "image"}, {"id": 3745493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25445e0f-e037-4ad0-b45b-e07e44280e4e/width=450/3745493.jpeg", "nsfwLevel": 8, "width": 1360, "height": 2048, "hash": "U8HKkGaJGG~BEeSiRPtQGcWU^*x[Md$*v~WY", "type": "image"}, {"id": 3745734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29486969-9ff7-4bdb-95df-a11723027eec/width=450/3745734.jpeg", "nsfwLevel": 8, "width": 1360, "height": 2048, "hash": "UDID{wsmtQ4:0L-opIt70L9Z}?-o_3%LIoIV", "type": "image"}, {"id": 3745232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/380076c4-7ec8-4f18-96d2-6a4cbeb6b783/width=450/3745232.jpeg", "nsfwLevel": 8, "width": 1360, "height": 2048, "hash": "U9Ig4N?bE1=r0001XT-;yEtm-oaJ{{4o^P-;", "type": "image"}, {"id": 3751159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3414dfc4-01aa-4917-ae8c-61ac84d23d01/width=450/3751159.jpeg", "nsfwLevel": 4, "width": 1360, "height": 2048, "hash": "UGIg.at6?H%g~VVXiv$f0f$%pJt600%LtlM{", "type": "image"}, {"id": 3689393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92f1f370-f36a-49eb-9ef4-1a435f876868/width=450/3689393.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEN9a?=xu3R5X._NMxNc00x]?IIn~qRPt7IA", "type": "image"}, {"id": 3694671, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fce9d815-ae77-4c47-9b13-c7e98ba50170/width=450/3694671.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UHKchF?G~W-V_Mn%tmE3IAIAxWn$M{r;$xNF", "type": "image"}, {"id": 3700354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c0f94e8-6216-4840-b978-32edf70cb441/width=450/3700354.jpeg", "nsfwLevel": 4, "width": 2048, "height": 3072, "hash": "ULJZ*q=_^hE2~qM|9uNGAI%2Rkof9axu%1bI", "type": "image"}, {"id": 3694732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efa3eaad-7a27-45bd-8a7b-84a8d5a9205c/width=450/3694732.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UCK,,90J0yDi0y.8^,IU0J%2-oD$~q-pVrIU", "type": "image"}, {"id": 3694865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03eb11d2-bcbd-4a5c-a724-2698ca8d85c1/width=450/3694865.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "ULJQWd~p0JR5%$%gIUIA9s%L?HV?IURQaiRj", "type": "image"}, {"id": 3694867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8dbae101-999f-41ef-bd5e-28225e5de5f1/width=450/3694867.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UDJ%5]#S0xbw2?t7XROq00X,~D-o+4X7$+,[", "type": "image"}, {"id": 3695305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63e182c4-8269-4853-90df-b649184d9b20/width=450/3695305.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UFJQyM%NUH~WEefi=_MyIr-;s9af?bV@aKIo", "type": "image"}, {"id": 3694870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e674dd2-0c39-4344-b54c-4b520e688ed3/width=450/3694870.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UEGu2X4oTx?buPNG%M%gTfJAxatR%Mx^tRtR", "type": "image"}, {"id": 3694902, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f10dc9f9-f5f5-4969-b6d5-2ae6d98fc6ba/width=450/3694902.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UOGR0S~VOs-;9YM_i^VsI?ozxut7W;ayjZbI", "type": "image"}, {"id": 3695304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cbbc699-ad91-49d7-a5b1-220f5e6a23ff/width=450/3695304.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UOIEOq4UE*Ri.7IUe.kV_3D%%Ns,?wInw[e-", "type": "image"}, {"id": 3745950, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37d8ed94-c8fd-4b95-9ed7-3a69fc49dd78/width=450/3745950.jpeg", "nsfwLevel": 8, "width": 1360, "height": 2048, "hash": "U9JtC#4T3X8_7x%M,t4.00x]-.$jYN_2~CSw", "type": "image"}, {"id": 3751284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fc84142-76cb-4fe1-b771-806fbf382eda/width=450/3751284.jpeg", "nsfwLevel": 4, "width": 2720, "height": 4096, "hash": "UJJQN7?b9a?a~W%2WBIpE1xaXTRkMdn$S6xu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/228638", "modelId": 203090} \ No newline at end of file diff --git a/datasets/metadata/22875.json b/datasets/metadata/22875.json new file mode 100644 index 0000000000000000000000000000000000000000..d72b014e4e3bb6db1e5762960dec8e2675ad9d30 --- /dev/null +++ b/datasets/metadata/22875.json @@ -0,0 +1 @@ +{"id": 22875, "index": 0, "name": "1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-14T03:07:48.103Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["groo_the_wanderer"], "stats": {"downloadCount": 232, "ratingCount": 12, "rating": 5, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 19043, "sizeKB": 76190.0673828125, "name": "groo_the_wanderer.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-14T03:11:41.845Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "D6B8D60E", "AutoV2": "BD06D11B70", "SHA256": "BD06D11B706014CCA35C4D43EEC0E300DA540C41E686A9D26BB12EC8AF992808", "CRC32": "83F65988", "BLAKE3": "A1CBDBD91C6CF91A1C3100ACD66968472CFF2F6F2EBEE63AA657483F6953A504", "AutoV3": "ECA839FFF1E4"}, "downloadUrl": "https://civitai.com/api/download/models/22875", "primary": true}, {"id": 19182, "sizeKB": 453.2255859375, "name": "groo-01.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-14T12:51:19.394Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "D835E7DE33", "SHA256": "D835E7DE337BD7FDC468C7765835F12F21FCF5D1491EB344C9F7DABB381F2CE3", "CRC32": "BC572CE8", "BLAKE3": "B6FB5F4E9B89408AA673654657467EE5AEB61F0B2DD939B98970F74BA3A4BC75"}, "downloadUrl": "https://civitai.com/api/download/models/22875?type=Training%20Data"}], "images": [{"id": 247835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52d69364-4cda-4d6f-c524-8618cdb83a00/width=450/247835.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBAv?|4T5qs:?w9F%LkC?vD%$iShTKIU-nof", "type": "image"}, {"id": 247655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/780e9347-bcee-4d7d-3821-337a00555700/width=450/247655.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UXLp%KS$PDNM1Un~K7S%T##jVsS$Emw[$xWX", "type": "image"}, {"id": 263419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbcf5291-cc39-4aba-ed25-2d0abd4c2600/width=450/263419.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UMH^xV=y10vdK-xFn$af11nM,AOt=}nhWAn$", "type": "image"}, {"id": 258485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d018660-a1f5-45f5-9f1b-68b76cfae200/width=450/258485.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCHe5Q4:EKE200xw%2t3IgxaICt3~kEK%LV]", "type": "image"}, {"id": 247834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05672fee-1e1d-4354-9d40-4ccf54912b00/width=450/247834.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U58M?V~A%L9u?Z%2ozIptRtR-oWXX8xubIWC", "type": "image"}, {"id": 247833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/687475f9-dd4c-40b6-4c7f-6a9094750d00/width=450/247833.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9D[hB^k_3Ns?w=|u44:.8N[yXxu~B57%g%g", "type": "image"}, {"id": 247832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38df2dac-6022-44f8-4509-c1ad794e1c00/width=450/247832.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGE.LjEm9aIA0*axs+sl00waxa%M~TkDofR.", "type": "image"}, {"id": 249264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8648fdc9-3f89-46f9-6cc7-0165ff828500/width=450/249264.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UhGb0Hofx[t6~pflx[oe?HWqxuWB%MoJt7Rk", "type": "image"}, {"id": 249263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18e50d15-e25e-442b-7aa5-16dc7e69eb00/width=450/249263.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U$I#iVt7IUx]?wofWBt8W?bHxuV@RjazogM{", "type": "image"}, {"id": 249262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c802cfe9-db0e-4734-7985-a8464adfed00/width=450/249262.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UsHeRaxt-;NH_Nof%MofNyRjWVxtIVV@M{t7", "type": "image"}, {"id": 258484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3702e99f-b31c-407d-5403-b789d1f82500/width=450/258484.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHG%_U-;0}xtL2-;Ipe.2]b_-A9u~C%2NHV@", "type": "image"}, {"id": 258483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0954e60-6dfb-4a51-f8d1-c8bf2de71500/width=450/258483.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGHTs*0J15[nC6D*}pEND~Iq-:t6NZ=yxHJj", "type": "image"}, {"id": 258482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4c83081-c4bd-48a1-808c-bde7edfb7100/width=450/258482.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBF}Am#T0#Fy0gXSRj$%?]bc}q=_9Z$j%2S$", "type": "image"}, {"id": 258481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3867e062-e15c-4bb2-2343-d8ceab645d00/width=450/258481.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6C~;XR600-;L8NIRWIV?uRkeA%L~WV@9Ft8", "type": "image"}, {"id": 258480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58687409-8f93-4c80-505f-d5206c793500/width=450/258480.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U4C$r^005jx_0c9*-:sV%yIC={9GNZRP~CIo", "type": "image"}, {"id": 258479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ce217ed-86c0-4ee2-0e64-d8e42404c800/width=450/258479.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UnKKf#W@PWoLXYoyXAWBB:n*aJjYR;SOs.a}", "type": "image"}, {"id": 258478, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/192dc149-e4e5-4b7d-1102-cf161d4eea00/width=450/258478.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6C$ldID00xt83sE#aE1~nNaH]%1-obEIWxs", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/22875", "modelId": 19274} \ No newline at end of file diff --git a/datasets/metadata/22934.json b/datasets/metadata/22934.json new file mode 100644 index 0000000000000000000000000000000000000000..731bf77bea953494bb1a23946f88f8831a4b7d59 --- /dev/null +++ b/datasets/metadata/22934.json @@ -0,0 +1 @@ +{"id": 22934, "index": 1, "name": "v1", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-03-14T06:26:03.456Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": ["assaultron"], "stats": {"downloadCount": 1901, "ratingCount": 310, "rating": 4.99, "thumbsUpCount": 376, "thumbsDownCount": 0}, "files": [{"id": 19079, "sizeKB": 84220.681640625, "name": "assaultron.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-14T06:31:38.479Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "6F973C59", "AutoV2": "97D1EC2FBB", "SHA256": "97D1EC2FBB2044A2A6E3A37B4E0448A5A77AF54B0FA0FEEF11812DF58D6AD6A5", "CRC32": "58AB64A2", "BLAKE3": "6A77252784B34D9B54EE5C96A4972115C2D73C324EC1ECF7A64EF83A6493B97A", "AutoV3": "B83436551AB5"}, "downloadUrl": "https://civitai.com/api/download/models/22934", "primary": true}, {"id": 24057, "sizeKB": 129992.3466796875, "name": "Assaultron Data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-25T20:46:28.613Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3952AAE0", "AutoV2": "F7584458C0", "SHA256": "F7584458C00A496D2CAF6DAF813BF1CBA4D1A9780FFDDD75611738B7D9E63CEB", "CRC32": "F8748D5A", "BLAKE3": "CA3498E60519AF2970032678507DDB76D08351539CF9698A4929646A867BF4BF"}, "downloadUrl": "https://civitai.com/api/download/models/22934?type=Training%20Data"}], "images": [{"id": 248041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b2ad58f-de26-4f07-e993-2d27e2ba2200/width=450/248041.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJEfKE~q%3p0s=.8.8tSRkayog%M4:RjNGj?", "type": "image"}, {"id": 248059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ec314ea-0bd6-4bee-5951-d2f33f38d000/width=450/248059.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTHUzp-:$*M|~Vs:oyof-pWVW;ofxut7WVxt", "type": "image"}, {"id": 248058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f4f280c-a1d2-4887-fc00-dc28fb7f6c00/width=450/248058.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbJkAYR+={WB~WozWVs:M{t7IVNGnis.RjNG", "type": "image"}, {"id": 248057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee384070-65f5-4aad-e962-5a8868ad2a00/width=450/248057.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYKnYo-p~XIU?bWBNGWB%2M|IUWBV@RjRjt7", "type": "image"}, {"id": 248056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43f62420-e146-46f9-0cea-6833e8e55700/width=450/248056.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHG8+V$e+}0K~W9GIpI:RPEMNF-pIVIpbv-:", "type": "image"}, {"id": 248055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8f42679-cc82-4414-1648-2ace79a9e400/width=450/248055.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNDw5R-p-TxZ.TjYtRkX8_V@D%R+IAt7NGjs", "type": "image"}, {"id": 248054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01d3f6f5-8531-401d-e3f3-45882764ee00/width=450/248054.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOFsAF*0=rWXXVXURkWYeSMwRiof9FROX9bb", "type": "image"}, {"id": 248053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f48b2d65-bdc4-4e3f-9115-6f5773c12500/width=450/248053.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJHed@PX|pMcEUx]X8kqrp4.NH%L9vrqWAV@", "type": "image"}, {"id": 248052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cd29236-074f-43b4-8c49-b6a5a2c25700/width=450/248052.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWKmIr~BWlI:?Joe-VkDRQRjiwog,uxZRjWX", "type": "image"}, {"id": 248051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e31ccc7f-cbf2-41ef-4823-8a9fbadf8000/width=450/248051.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPJtrE~BI-IolTM{xbn%9ZIpMxWCR6s.SKt7", "type": "image"}, {"id": 248050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3be78a82-83d0-4f9a-753e-894a7dcf0700/width=450/248050.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UACt?@D4DcRjL*VrEMj?00.TQ,S5%KtSs+M{", "type": "image"}, {"id": 248049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb94983b-3142-4d68-7cab-642a5dbf9300/width=450/248049.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USG9T^$f_3a$GKaeNfW=eZNeVskCj0xa%1jF", "type": "image"}, {"id": 248048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/888f1141-6056-47cc-fbea-f05d49c55000/width=450/248048.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UfI=[RsR_4-:k[t7R.NH-pRPs8t7I]xVocRk", "type": "image"}, {"id": 248047, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/703749e5-8b4b-42cc-874f-91e16710e100/width=450/248047.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UbH32Eob_3xZt:xZIVof%Na}rqj@Nft7oeV@", "type": "image"}, {"id": 248046, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b577ff6d-c9e9-4bd9-a72c-39509c2c4a00/width=450/248046.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVI}O[-:?wS6M{xvIUn#9ERiIUt8tSRj%2s:", "type": "image"}, {"id": 248045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6ad9cef-5e19-4ba6-19c2-bf497634f700/width=450/248045.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UDINp,0LO=K%0VIWSLWC.9~U57xY00?ZwK9]", "type": "image"}, {"id": 248044, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f616f51-d43b-4731-c053-f5ad89077d00/width=450/248044.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9F~8C5k^QEg~X^i%fjG02~A9u?ZH?0gnMbb", "type": "image"}, {"id": 248043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/669669a9-59d3-4557-d891-742bf58da000/width=450/248043.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbIE;CD*rrE2?^M{V?NHXnRPM{t6S$nNWBf+", "type": "image"}, {"id": 248042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5987b81c-81ed-42a5-41e5-55c964d8a700/width=450/248042.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UHI#MqE1~X~C%NIoNHNH00-:0KxF9ZIVIWIp", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/22934", "modelId": 19328} \ No newline at end of file diff --git a/datasets/metadata/229606.json b/datasets/metadata/229606.json new file mode 100644 index 0000000000000000000000000000000000000000..d1e2015f474a42d8ca9e96690709a8f80349b20c --- /dev/null +++ b/datasets/metadata/229606.json @@ -0,0 +1 @@ +{"id": 229606, "index": 0, "name": "MMB v1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-19T00:11:48.537Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": ["microbikini"], "stats": {"downloadCount": 1233, "ratingCount": 171, "rating": 5, "thumbsUpCount": 187, "thumbsDownCount": 0}, "files": [{"id": 177950, "sizeKB": 36996.1875, "name": "mini_micro_bikini.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-18T23:15:52.394Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A8BA2E68", "AutoV2": "A63A600C82", "SHA256": "A63A600C828928C5EB3687551416AEBEE515F71F07062188CC32286D0B5671BF", "CRC32": "31E054CB", "BLAKE3": "3D8E2B1923F7C2375188B060EE462C4231512E4EA6F266D4189A18BF7F57A255", "AutoV3": "F455C25B3E47"}, "downloadUrl": "https://civitai.com/api/download/models/229606", "primary": true}, {"id": 177122, "sizeKB": 14394.458984375, "name": "229606_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-18T05:25:45.046Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C76E9502", "AutoV2": "279E4A0446", "SHA256": "279E4A0446FB41DAE62539589666974682EEFFB4600FA8436D7A92E79D042A97", "CRC32": "EFE24FD3", "BLAKE3": "56D9135FA401A7DA6E7967A23E80AA3821A878D635AD53EEF68500705F972F72"}, "downloadUrl": "https://civitai.com/api/download/models/229606?type=Training%20Data"}], "images": [{"id": 3733664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11a929a6-405c-4cd0-b8d0-a1f32cadc190/width=450/3733664.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UkJ**djbG^t7IxkCa1Rkxbsnw]WqE*oeSKay", "type": "image"}, {"id": 3733665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f6eb44b-7420-4b5f-b2b9-f4a47e2e64ab/width=450/3733665.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UPL3JgEO~p-:E9t1Ros+04VqD+w]tl$JOXR*", "type": "image"}, {"id": 3733666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae841679-c28e-462d-b910-b4f3c0c91834/width=450/3733666.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UFHBf4?GGw9F0MtmwHQ,9uj]wHtSxZV?WBR-", "type": "image"}, {"id": 3733663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e16a14e2-aa1e-4ef6-a4b2-58dcd263ffdd/width=450/3733663.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UPNAP5:*0;9xPV|Xt6nN-pX9,-x]t7b^T0xZ", "type": "image"}, {"id": 3733667, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7623b9d-3241-4d27-be85-7509ecf2d12a/width=450/3733667.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UqJki*nNLNkDJFt3j0W=kXoexDWWEQofEMe.", "type": "image"}, {"id": 3733668, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58fc61cb-ff12-473c-a26b-4a1110db0a0e/width=450/3733668.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UpMG;rKlT#NeNgNfe?V?M}V@e.w[ogWCt7oz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/229606", "modelId": 203935} \ No newline at end of file diff --git a/datasets/metadata/229932.json b/datasets/metadata/229932.json new file mode 100644 index 0000000000000000000000000000000000000000..cc23c32201fb6dd5a8097b05cb8dfb4dcb419ead --- /dev/null +++ b/datasets/metadata/229932.json @@ -0,0 +1 @@ +{"id": 229932, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-18T11:15:16.058Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": ["pierre_joubert"], "stats": {"downloadCount": 842, "ratingCount": 113, "rating": 5, "thumbsUpCount": 164, "thumbsDownCount": 0}, "files": [{"id": 177339, "sizeKB": 73840.40625, "name": "Pierre_Joubert_v2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-18T11:19:10.611Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "175FD905", "AutoV2": "2B43C75D1D", "SHA256": "2B43C75D1D5616C0E8FA763E5D877F084D6CFAF5E7D66B3D9B0D0923EE6B33A6", "CRC32": "F3385F62", "BLAKE3": "165F14A76B8B5F744098012B23CB708294C0399B46F59CE81FAB08BE745D1124", "AutoV3": "32841DC6C75E"}, "downloadUrl": "https://civitai.com/api/download/models/229932", "primary": true}, {"id": 198029, "sizeKB": 18690.248046875, "name": "6_Pierre_Joubert.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-08T16:20:49.636Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "23C18671", "AutoV2": "DA5CE7F86E", "SHA256": "DA5CE7F86E80C3AA7C8AC8A4E6B5EA0D0DB2EB3CA8C3EB25758709296F3E0DFD", "CRC32": "32F9072F", "BLAKE3": "7890611FEC1D2A315198AC4B8B8B5F2CBC2601D7EE097829F8DC728DD589E76A"}, "downloadUrl": "https://civitai.com/api/download/models/229932?type=Training%20Data"}], "images": [{"id": 3716536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbba8b3b-667e-49d3-a7ac-b1610dab5b5d/width=450/3716536.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKLC@yu6?^.T1TW.M}bdPCMxrqMxOt%LtRsk", "type": "image"}, {"id": 3716539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f54fa16-510a-44f4-9ba3-7c6f8a9157a8/width=450/3716539.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UUJHprItbvj]pyM}xta#-;IqnhfkS%WEs:a#", "type": "image"}, {"id": 3716537, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e11449f-bbc9-4852-9328-4ee61cbec77e/width=450/3716537.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "URHn~R%0OstR6;tP%Lt6V{s-fRs,NfNHoJRk", "type": "image"}, {"id": 3716538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25ffd9fa-a0b1-4025-8578-e27239da72b6/width=450/3716538.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDGR*UE8B:My0-S1%LIV~TXTv}IV%f%L-TM|", "type": "image"}, {"id": 3716540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68a6c62e-7891-4f75-9edb-ea292e3aa9e8/width=450/3716540.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UOJtbYDj01.7PqIUwHtRT1%1RPWEk7S6j?t6", "type": "image"}, {"id": 3716543, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb4c83f4-1d0f-49d3-89b6-02d0d75c185d/width=450/3716543.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKJ@?zWF0f?uLNxuxtbv_MtSnhRjE3o#jGM|", "type": "image"}, {"id": 3716544, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/829ef391-4ed0-47ab-b47a-c76bdcb22943/width=450/3716544.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UMKA+e~p5T4:?u-:xuIVfiWYIVe.n#xZaKf*", "type": "image"}, {"id": 3716541, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e5d4f1d-2bcf-49a4-9e31-36a1b1a7f051/width=450/3716541.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDGR*UE8B:My0-S1%LIV~TXTv}IV%f%L-TM|", "type": "image"}, {"id": 3716545, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fc209e3-f61a-420b-a49f-94eacd249487/width=450/3716545.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIKnCy^+IT_NGJtlogtRf3o}-:V?R:ozofRP", "type": "image"}, {"id": 3716546, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b63574eb-4d1b-4bec-9eba-ff1d8be07690/width=450/3716546.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCIXpcpc01wIK-NzrrIV?vM{D*%K_14nIU-;", "type": "image"}, {"id": 3716547, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bb2c3d7-017e-494e-afc9-451782037f7d/width=450/3716547.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UhHeRR_M%g%MNaxtt7t8$yxCoJNIo#tRkWRk", "type": "image"}, {"id": 3716548, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de122c17-3e10-4afe-a839-afb838321104/width=450/3716548.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UNGkp[~UOUJ7yCx@NHIpg1WDRkRQxsxZjFV@", "type": "image"}, {"id": 3716549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc7cfc1c-63c5-433a-853e-f683a3e69a5a/width=450/3716549.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHH_Sf0259_2*JD*oz-:ERn#%1xa?FR-R+xC", "type": "image"}, {"id": 3716550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2185474-c636-4049-80ee-fdad64618818/width=450/3716550.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UjIXEExt%0M~~UX7R*M}tRt6NIWCkWt6a#oK", "type": "image"}, {"id": 3716552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87b9d29c-d30c-42bf-9097-f7c4056ce34b/width=450/3716552.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UqK^$rIrofxV%%Rlt6RkA1n$WBRlxYRkaet6", "type": "image"}, {"id": 3716553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e40f33c-eaa5-4086-92e1-aa44ea1f5c53/width=450/3716553.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaKKDvN0WUM}~q-Us:WB.9ofWERkpKWYWXod", "type": "image"}, {"id": 3716551, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27baa6d2-0006-4437-99b9-d21a70f4f3a3/width=450/3716551.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UpLp~mxtbHRl.At6xut6AdbHX9j[n$bHWBay", "type": "image"}, {"id": 3716555, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dca09b86-3ec1-4c5d-886c-b7d1117b4834/width=450/3716555.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UeKm%v9cf6%1.mjFofbcKRxsoLWXxtkCoJjF", "type": "image"}, {"id": 3716554, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e6f6264-3c0e-41f0-a78c-085f220ab22d/width=450/3716554.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UIE-%B~U0#4;Szj[r?WBS3odn$NHR,WVjFRk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/229932", "modelId": 204206} \ No newline at end of file diff --git a/datasets/metadata/230215.json b/datasets/metadata/230215.json new file mode 100644 index 0000000000000000000000000000000000000000..1a52433c4b960849054ff7879aadf143d1ec43fd --- /dev/null +++ b/datasets/metadata/230215.json @@ -0,0 +1 @@ +{"id": 230215, "index": 0, "name": "anime s1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-18T16:26:22.460Z", "availability": "Public", "nsfwLevel": 7, "description": "", "trainedWords": ["yor briar, black hair, (red eyes:1.5), earrings, white hairband, hairband, long hair, sidelocks,", "bare shoulders, collarbone, dress, long sleeves, off shoulder, off-shoulder dress, off-shoulder sweater, pantyhose, red sweater, sweater, sweater dress, thighs,", "skirt, shirt, long sleeves, white shirt, earrings, collared shirt, vest, green skirt, pencil skirt, office lady, (green vest:1.5),", "coat, trench coat,", "thighhighs, gloves, dress, cleavage, jewelry, earrings, black gloves, black thighhighs, fingerless gloves, black dress, choker, bare shoulders, collarbone, strap,"], "stats": {"downloadCount": 1953, "ratingCount": 111, "rating": 4.99, "thumbsUpCount": 214, "thumbsDownCount": 0}, "files": [{"id": 177581, "sizeKB": 37002.3828125, "name": "yor briar s1-lora-nochekaiser.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-18T16:00:58.045Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EC03788C", "AutoV2": "9323B02603", "SHA256": "9323B02603DA6D986908828362844AE4AA0F7143E6311B3E045DC43C9E793B8F", "CRC32": "69995F21", "BLAKE3": "65061766E76C8672222D262755E1FAC482B8F70A062EB63D297137080B51BEE3", "AutoV3": "2F5FE6704BC2"}, "downloadUrl": "https://civitai.com/api/download/models/230215", "primary": true}, {"id": 272665, "sizeKB": 1244073.678710938, "name": "yor briar s1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T09:51:20.896Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "494D90C8", "AutoV2": "542361B6C6", "SHA256": "542361B6C68C12E2B78DCA4BC866AF4FB4C3F01D7BE22BBC4AF136A2A56DB0CD", "CRC32": "6470F5E1", "BLAKE3": "D600DD6705A9B12DA0FECE33869E45D6E01AC624FEA49CCBF3E9A1DEC6B6EAE4"}, "downloadUrl": "https://civitai.com/api/download/models/230215?type=Training%20Data"}], "images": [{"id": 4021650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e76a67f1-1237-4818-ae00-0451d09667a4/width=450/4021650.jpeg", "nsfwLevel": 1, "width": 600, "height": 904, "hash": "UGJ6g0Y4TZ~V1KDj01NG9]%M-BNGe9xu%LRP", "type": "video"}, {"id": 4021662, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47028f30-81b7-4055-a672-454d6864ccb5/width=450/4021662.jpeg", "nsfwLevel": 1, "width": 600, "height": 904, "hash": "UHI{{PPTPR~V1JH@01NGEMxu-BS1n3tQ%LWA", "type": "video"}, {"id": 3723349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d4dfd4b-f09a-4392-969d-765730df0795/width=450/3723349.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UDH,xHYOco~V1IDP00M|9]-p-CNGm,x[%MM{", "type": "image"}, {"id": 3723357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fffbd2d-d681-4119-b96d-ffe34ec4b5a8/width=450/3723357.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UIINO0#Sxu00.mOXIUH@0yS2xtV@Q-$4s:Ef", "type": "image"}, {"id": 3723354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/036cc7f5-9b47-468e-a229-d3c316b2ba56/width=450/3723354.jpeg", "nsfwLevel": 2, "width": 600, "height": 896, "hash": "UEIp^}0L%z^k.lxZR5XRSv9G=|Rk00NGRkM|", "type": "image"}, {"id": 3723356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4576908d-fea1-4259-8ebf-822567ca45a8/width=450/3723356.jpeg", "nsfwLevel": 2, "width": 600, "height": 896, "hash": "UdJQHC_4cF-;ctx^nlofIUV[RjRjM{j?t7of", "type": "image"}, {"id": 3723363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0963b202-c811-43cb-a7d0-fb8d018e58da/width=450/3723363.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UIG[p8kWrX%K~p^%E1kB-A%MSxV@OtxZRQRj", "type": "image"}, {"id": 3723362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e863729-3a80-4c92-b768-86e007ba2634/width=450/3723362.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UNI5GE00^jM{~W9FozxaM|t6%3t7tlWUr[of", "type": "image"}, {"id": 3723364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89d67ae5-deb0-4d8f-a69e-79c615e6e4ba/width=450/3723364.jpeg", "nsfwLevel": 2, "width": 600, "height": 896, "hash": "UHIXgR0f~Aj^Mci^X7Rk4nNeae9tACE2?H9t", "type": "image"}, {"id": 3723369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96720ca6-a934-48db-b3dc-9e64b7c8a54f/width=450/3723369.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "URI5JRR;?HD$_NX8I:D%xZWV%MIVo~s.xbM{", "type": "image"}, {"id": 3723390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f76567e3-4bce-4004-a0df-6cfde701f24d/width=450/3723390.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UFH_rp~VyZ9aF~xt.9t7E2kqM|%MM{S5i_M|", "type": "image"}, {"id": 3723385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9de5214-4025-4067-b509-584ddd6019bc/width=450/3723385.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UMH.B0-;%$E2yZo#o~xZXUxZ%Ms,o#IVoMR*", "type": "image"}, {"id": 3723383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/762c5de1-c5d0-4289-809a-19f0eed99c70/width=450/3723383.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UJFE}}~A}[t7N|JBNzWY5RNIEMf9%0$~-Tt6", "type": "image"}, {"id": 3723386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21ffc3bb-906d-4866-95c2-f6cdd6df5a4b/width=450/3723386.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "U9G*{H?c.S01u5NK9uwcL3_3^+?G*0T0RQM{", "type": "image"}, {"id": 3723387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0cb5d21-027e-40af-9386-bf5e28d7aef8/width=450/3723387.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UJGR@[XnXS~V%%%MxbNaOut8xuogIut7jFNH", "type": "image"}, {"id": 3723394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5e322ec-f1a1-4d06-9c02-bada7b940bb1/width=450/3723394.jpeg", "nsfwLevel": 4, "width": 600, "height": 896, "hash": "ULF5{s-V%#WT?wt5tl-pD%%Mnis.DioyaKs.", "type": "image"}, {"id": 3723393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9812a5e-9445-4fe0-ac66-0cced529ad08/width=450/3723393.jpeg", "nsfwLevel": 2, "width": 600, "height": 896, "hash": "USG+L7D%%$NG?wR*Nf%3IqX9ago#E2t7oMM|", "type": "image"}, {"id": 3723395, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78a3e7d6-d52f-465d-a925-e15c595076b5/width=450/3723395.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UKH1rc0f}@E1?H9uD%t7NxEMbcRkS1xZ%2f5", "type": "image"}, {"id": 3723392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84755fb2-441e-45f0-9c7d-2c78c87d0bf5/width=450/3723392.jpeg", "nsfwLevel": 2, "width": 600, "height": 896, "hash": "ULF~K:xH%$tQ?wE2b_%29aNHxuRkIURks9NG", "type": "image"}, {"id": 3723396, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ec7f730-c822-4d31-a5e5-e522eae9f756/width=450/3723396.jpeg", "nsfwLevel": 2, "width": 600, "height": 896, "hash": "ULGud#-:-;RO.Tt7S~f6yExZ^+tQW=M{ad%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/230215", "modelId": 99975} \ No newline at end of file diff --git a/datasets/metadata/23073.json b/datasets/metadata/23073.json new file mode 100644 index 0000000000000000000000000000000000000000..ab04bcf1e02c7c1206b6fd8c940c070890625b23 --- /dev/null +++ b/datasets/metadata/23073.json @@ -0,0 +1 @@ +{"id": 23073, "index": 2, "name": "2", "baseModel": "SD 2.1", "baseModelType": "Standard", "publishedAt": "2023-03-14T12:41:36.738Z", "availability": "Public", "nsfwLevel": 7, "description": "Version 2 is trained on sd 2.1 with the same 10 images plus 19 images without their background removed. I didn't upload it as a new version because it got worse at drawing a recognizable Groo if I ask for photorealism, but some things it does better, it makes a much more realistic barbarian
", "trainedWords": ["groo_the_wanderer"], "stats": {"downloadCount": 120, "ratingCount": 2, "rating": 5, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 19178, "sizeKB": 2546249.920898438, "name": "grooTheWanderer_2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-14T12:54:42.520Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "A149572B", "AutoV2": "582D02379F", "SHA256": "582D02379F42E597A578BDE2B878DD84DDA80968C1648F553C4D8F0F5AB97E8E", "CRC32": "AE10BD66", "BLAKE3": "334D42199C484AFB6A07F58ECB3A3E913D4B212F561BF7752A3FBA2297A1C230"}, "downloadUrl": "https://civitai.com/api/download/models/23073", "primary": true}, {"id": 19179, "sizeKB": 2029.115234375, "name": "grooTheWanderer_2_trainingData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-14T12:46:53.470Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "F9C60A66CE", "SHA256": "F9C60A66CEDAE5AAD3D821A5214BB08D7DB2A72955B724551916F7F2F963355D", "CRC32": "8924BFFB", "BLAKE3": "6226C1D7BC873EF440469497D2AF3D5DE8D84915F7FC2FEB9900F21D549E023A"}, "downloadUrl": "https://civitai.com/api/download/models/23073?type=Training%20Data"}], "images": [{"id": 249648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e1c5b8b-a6e2-4230-70c6-8e469ed46500/width=450/249648.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIO3ByMl?ZDm,$RX%Li{?]MfVZ-.P3IXV_Ip", "type": "image"}, {"id": 249647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2097a1fc-6a1b-41a2-a4a1-848e4ac09200/width=450/249647.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UWC$_*.8xubb~q%gkCof?bx[WBoe%MofV@jZ", "type": "image"}, {"id": 249646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b30710e1-a046-4187-f762-eb9745507e00/width=450/249646.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UVG*cw9a-pR+~WNH-pNHj]xtt7bH$*t6NHxZ", "type": "image"}, {"id": 249645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0859b7e8-09d7-43e6-daca-25f4c76c8c00/width=450/249645.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "ULC$=pw^S4tl_Nt7WVtRS$tRafsoR+tRjZoL", "type": "image"}, {"id": 249644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72e88654-1ef9-489b-1214-e5f5f5136600/width=450/249644.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UTEV.:8_NGxu_NDjf+j?IooztRIAE1x]WBRP", "type": "image"}, {"id": 249643, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff1ad84c-a35f-47f6-0300-2e0244c42d00/width=450/249643.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "ULB:W_-;g3kC.T-p%2of%gt7S4ay%LxajsR*", "type": "image"}, {"id": 249642, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9c438dc-6321-47e9-fbda-92f494f1b200/width=450/249642.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UKD96UoL_MWpIpoLbHayxtj[niWVS3j@j[a|", "type": "image"}, {"id": 249641, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eab8afd9-b8cb-4106-03dc-d11506b61700/width=450/249641.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UECFq.4nXTxZx]IUtRIV~VD%%2RPXnRPxuRP", "type": "image"}, {"id": 249640, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/904d8231-422f-44f7-ee46-080a7f5f6300/width=450/249640.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UZL;gH#kT}sR1QozO[g3T}W=M{N{5Uw[-7S5", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/23073", "modelId": 19262} \ No newline at end of file diff --git a/datasets/metadata/230847.json b/datasets/metadata/230847.json new file mode 100644 index 0000000000000000000000000000000000000000..61e75801657121c6ea79dccbb4794c834f038479 --- /dev/null +++ b/datasets/metadata/230847.json @@ -0,0 +1 @@ +{"id": 230847, "index": 2, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-19T02:37:53.575Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": ["yun mi"], "stats": {"downloadCount": 209, "ratingCount": 34, "rating": 5, "thumbsUpCount": 38, "thumbsDownCount": 0}, "files": [{"id": 178092, "sizeKB": 36975.927734375, "name": "yun mi.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-19T02:40:41.736Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "55C0291F", "AutoV2": "9C7B90E3B3", "SHA256": "9C7B90E3B3F177E8A533D980407917FD3CD716F2582F4BF458E7D782A6C35558", "CRC32": "F95060FA", "BLAKE3": "58D1612904365FCCF58DBD2A548B7F6DDFFC1E9A61D44561A41D32BE6A4337F2", "AutoV3": "F8FD84ACC329"}, "downloadUrl": "https://civitai.com/api/download/models/230847", "primary": true}, {"id": 178093, "sizeKB": 1438.2294921875, "name": "\u4e91\u5e42ok.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-19T02:40:45.659Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "DC787DEDA5", "SHA256": "DC787DEDA5898804D087ACCC17D55EA8BAF8FAE438AC28065DDEF6CB66CE63FA", "CRC32": "F2F6D85C", "BLAKE3": "4E8BFEB3A07714D2AC03AA456326158E74820D795F458B0C281D0A2353ADD14F"}, "downloadUrl": "https://civitai.com/api/download/models/230847?type=Training%20Data"}], "images": [{"id": 3735976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/077593ea-93ac-49de-a7e1-2b652b56dec4/width=450/3735976.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UCH{4o00M_02:~MIpvRj9b9Y%hMc0LNZ~Xrr", "type": "image"}, {"id": 3735974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf0a9f8b-07c0-42a5-94fe-1daea1ca9b64/width=450/3735974.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "U8H{4mk:-m^RD4^%0{4U00IvDiIDJX^,~WD*", "type": "image"}, {"id": 3735975, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6515b5f7-6b63-46bf-80de-9fde5230fadf/width=450/3735975.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UBF~Q:4;D4^+wGozOZs+009Z~VNH%fWVn%Vt", "type": "image"}, {"id": 3735967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da93e167-e5b2-4e09-b536-1784bb72a4dd/width=450/3735967.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "U5H.c=tnDk~C00n2.S5?00yDNd=v9v01~qD$", "type": "image"}, {"id": 3735971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3bf41f4-f074-4e78-8178-f1443a85e0ba/width=450/3735971.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "UQI=cC,oNGS$~qD%t8%g%MIAE0xutlIpMx%1", "type": "image"}, {"id": 3736070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a10c52b7-9f75-48c5-bae4-44d2d5eb70ad/width=450/3736070.jpeg", "nsfwLevel": 2, "width": 536, "height": 960, "hash": "UKFPE7Ia4TM{~UE2xuoxMbIU?bxtWTIVRjoy", "type": "image"}, {"id": 3736071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca394498-746b-4c94-9e4c-5b9b29d56173/width=450/3736071.jpeg", "nsfwLevel": 2, "width": 536, "height": 960, "hash": "U9Gb^w0000Os.mU]Emtm00ro%O%g?w01x[T0", "type": "image"}, {"id": 3736072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eec9df52-0bbb-4df4-8970-4904468936ff/width=450/3736072.jpeg", "nsfwLevel": 2, "width": 536, "height": 960, "hash": "URI~3],pNGNy~pD%t8%g%MIAE0xux]M}Mx%1", "type": "image"}, {"id": 3736073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf09f6ef-d703-4682-b3bd-0f61e1a1f13e/width=450/3736073.jpeg", "nsfwLevel": 2, "width": 536, "height": 960, "hash": "U5I5iCyF9i~D00vy?t5n00%gNK^OAJ01~pIA", "type": "image"}, {"id": 3736069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16a9ed3a-2987-4d7a-bd65-c1e919de4d98/width=450/3736069.jpeg", "nsfwLevel": 2, "width": 536, "height": 960, "hash": "UQHe^4m+Dgt7~pR4%L%NxvaKt6x[%hM{s;V?", "type": "image"}, {"id": 3736074, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23d8cdbb-0ea1-4a64-879d-6f91d049ce0e/width=450/3736074.jpeg", "nsfwLevel": 2, "width": 536, "height": 960, "hash": "UBGIcO0MD4_3robvT0s8009Z~oNH-:S1niaK", "type": "image"}, {"id": 3736076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad176f83-ac14-40c8-894a-50fec6984806/width=450/3736076.jpeg", "nsfwLevel": 2, "width": 536, "height": 960, "hash": "U9I5ucTc-n^kD4^*0{8{00IwH@IEJ:?J~WDk", "type": "image"}, {"id": 3736075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/461c0a59-34c2-4af0-a71a-90dc64bbf81d/width=450/3736075.jpeg", "nsfwLevel": 2, "width": 536, "height": 960, "hash": "UCIFC{00Ri02[SMIpwM|9z9F-=H?0MJ5~Xr=", "type": "image"}, {"id": 3818625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64f2fe2d-0fde-467f-bf55-177dd8798afd/width=450/3818625.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UAG+RAIAD4x^}-IUY5tS00D%?u9ZxCxVV[xa", "type": "image"}, {"id": 3818623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a0143c0-78db-4638-93bb-455724dbd9bc/width=450/3818623.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "U8HB--00Hq%M*w0gTeETMb?c?ZVsE$nm~B0K", "type": "image"}, {"id": 3818624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a99fe526-74fb-43ea-91f0-dea876e08cab/width=450/3818624.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "UFF$hMIn00Nf.mtQRQVsS4?bxuIUoOxuRlNG", "type": "image"}, {"id": 3818627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8d95081-f3a1-434d-b832-75ad82b9d2b2/width=450/3818627.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "UFIOFHz:009}~pRnIVR69FNyI;D*?at3RPs+", "type": "image"}, {"id": 3818633, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d504f28-0bf3-4871-8363-504a3a2f4ac4/width=450/3818633.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "UKGSMv=^RMWV_Mxsoys:RM%L-;s.j^xZW=NG", "type": "image"}, {"id": 3818634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/575d7350-533d-4b8c-a474-49c7ac2a2f2a/width=450/3818634.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UVGb#F9FnM.7~WM{xuf6%0WW%3RiozWAWCoz", "type": "image"}, {"id": 3818632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4de7f68a-b3c0-44b2-8a68-feed442eefc6/width=450/3818632.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UVHBuOD*H?x]~Ba}WXe-$xWBx[R*t6RkNHt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/230847", "modelId": 205043} \ No newline at end of file diff --git a/datasets/metadata/23141.json b/datasets/metadata/23141.json new file mode 100644 index 0000000000000000000000000000000000000000..9b546f9c7198bc3a15470a7e06b7ce8616002a66 --- /dev/null +++ b/datasets/metadata/23141.json @@ -0,0 +1 @@ +{"id": 23141, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-14T15:13:11.054Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["selvaria_bles"], "stats": {"downloadCount": 786, "ratingCount": 189, "rating": 5, "thumbsUpCount": 196, "thumbsDownCount": 0}, "files": [{"id": 19232, "sizeKB": 118924.4765625, "name": "data22.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-14T15:16:40.468Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F8BE3EBA", "AutoV2": "1F9F08F29A", "SHA256": "1F9F08F29ABB00151E6FC83FE7C07FA76ABF200F6413E2C456BDC2881136F52A", "CRC32": "4C62C64C", "BLAKE3": "A59FA9DC9F227C1F39B639AE3B7956A4A2365958F2F23336ECF3B4EF7605E8F6"}, "downloadUrl": "https://civitai.com/api/download/models/23141?type=Training%20Data"}, {"id": 19231, "sizeKB": 36987.88671875, "name": "Selvaria_bles.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-14T15:16:35.896Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "4E93EA8F", "AutoV2": "FC412B57F1", "SHA256": "FC412B57F1999AAF0E819B4761A74B090DB54FDC5ACF59BD361FBC3D184AD210", "CRC32": "E1055E78", "BLAKE3": "232D0BF485CFC67389051748EB5671B02735DDA04539FCF420D0C77BADE48EEE", "AutoV3": "58918E2B6EBC"}, "downloadUrl": "https://civitai.com/api/download/models/23141", "primary": true}], "images": [{"id": 250491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86bdea66-f364-4be0-14d4-d47fe8a36800/width=450/250491.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UeG+I7xVXCRi.Axu9bt6XBR-Rjt7M|R:WBt5", "type": "image"}, {"id": 250499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b04a2ff-8111-4a04-a92d-a3a11c063e00/width=450/250499.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UUH.Na-ng5tS~q?bIUt8s+-=RiV?x]Rin$%M", "type": "image"}, {"id": 250498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14abe976-bdb1-4d62-1e43-9832e9a1a800/width=450/250498.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGGu2j00VYIA~DD*R5Rj9[J6ELR%9tx[t6Io", "type": "image"}, {"id": 250497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a435319-aab5-4d36-dd90-d6b13fe57100/width=450/250497.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UlJH,Y-;?c%M~qMxNGWB-;WCIUj[tRazRjt7", "type": "image"}, {"id": 250496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21553bf9-b18f-4161-c326-1bc1ce470e00/width=450/250496.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UZM50Gz==gNG{,+ISdkp|3I.OTbvRkaeTIof", "type": "image"}, {"id": 250495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6188396c-c372-4ae1-d736-836251393600/width=450/250495.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UJEn|,_NjKIo^RX-xuM{Q.IpxGR%wgELa#t7", "type": "image"}, {"id": 250494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55130d75-b41d-4bde-1125-1cf26df2f900/width=450/250494.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UfK^X0IA=zi_~WaKR5w{M{MxM{V?tRIAt7M{", "type": "image"}, {"id": 250493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bf779fb-e642-4566-5a9c-13a42754b500/width=450/250493.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UQH2m9IUu6?aIDbw4.%MIUI9V?S6I[$$%MM{", "type": "image"}, {"id": 250492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33e4a042-8cf6-4f84-4831-f034578b9a00/width=450/250492.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UCGtQw3qL#Fs2a}t0|8_rXInD$EL0eWC-:Vs", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/23141", "modelId": 19501} \ No newline at end of file diff --git a/datasets/metadata/231669.json b/datasets/metadata/231669.json new file mode 100644 index 0000000000000000000000000000000000000000..71e72779f8ad068278c56eeed19215639cf90b5a --- /dev/null +++ b/datasets/metadata/231669.json @@ -0,0 +1 @@ +{"id": 231669, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-22T13:32:45.231Z", "availability": "Public", "nsfwLevel": 23, "description": null, "trainedWords": [], "stats": {"downloadCount": 325, "ratingCount": 66, "rating": 5, "thumbsUpCount": 84, "thumbsDownCount": 0}, "files": [{"id": 181576, "sizeKB": 5408.263671875, "name": "231222_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-22T14:50:50.606Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0284E77A", "AutoV2": "D9D7D9F1D9", "SHA256": "D9D7D9F1D9327776B6C9A589998D7CD30E77E027990E2EDF5F399B2FF807A7EB", "CRC32": "F810141D", "BLAKE3": "3CB0B51A5481C8DD3837A83174E150E2AF598FEA54EF92C543B36ABAA7245AC4"}, "downloadUrl": "https://civitai.com/api/download/models/231669?type=Training%20Data"}, {"id": 178768, "sizeKB": 36978.59375, "name": "SUS_testv.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-19T17:31:04.931Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "80266E26", "AutoV2": "15777BF46A", "SHA256": "15777BF46AC53E6091649784005A0B6F3EF2E561A2C971475B7FC86A80CE3DB8", "CRC32": "C56E78A5", "BLAKE3": "68D053494985513038CB2BB90F42713E01979405D061FDCAF0A8FDE200CBBC63", "AutoV3": "2524676FD60C"}, "downloadUrl": "https://civitai.com/api/download/models/231669", "primary": true}], "images": [{"id": 3902172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b1be657-8330-4a40-b72e-5a52ddb24f1a/width=450/3902172.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UCBfqj?axaIU004.Io?a~W-pNG9ZD*R*xu-p", "type": "image"}, {"id": 3772102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18aa9327-b7fe-47d4-b598-bd9616b44dd0/width=450/3772102.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U88|-L%M~p^+E0j?IUM{t7NGa}M{WBayj[j[", "type": "image"}, {"id": 3772103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09033600-c9f0-45f3-959c-d390ac449231/width=450/3772103.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9A0]-_3~q?u-;ofxuM{9GIUIoD*ofRjWBxu", "type": "image"}, {"id": 3902176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8db2d95f-ba99-423c-ac29-ca5d9ca8c1b8/width=450/3902176.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UCBMb}~WWBaK009Gxt%M?H%2E1D*oLR*xu%2", "type": "image"}, {"id": 3902175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/485347ad-cbff-42e5-83d0-d2e4f0a104a2/width=450/3902175.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UEBpC9RP-V?G00%LM|Io~WIVRkof9Z-p%2ay", "type": "image"}, {"id": 3772101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e196e6aa-2dec-4927-8d7f-806641774903/width=450/3772101.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U68g8D}@Io5RxakCS4R*n%M|E2Io$*xFjsR+", "type": "image"}, {"id": 3902177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1fc0228-55ed-47f3-a31c-7486a8936169/width=450/3902177.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U5D+}P9u000000.9^+4nRPNH00~qxat7_34n", "type": "image"}, {"id": 3902173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85107913-4a70-43c3-b8e3-7e9cb233a003/width=450/3902173.jpeg", "nsfwLevel": 2, "width": 768, "height": 512, "hash": "U9A9pO}sRjNxIobc-ps:E*EMIosms9xYxaNG", "type": "image"}, {"id": 3772108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/baee71d6-17c4-43b9-bfeb-d23a059f0539/width=450/3772108.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U89GR79uIU}@pIoKS2X8%fniM{S#={IpNH-U", "type": "image"}, {"id": 3772106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c1281f4-4763-4fe2-b9ca-4e3b482b3dbc/width=450/3772106.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UFCF;f^*-ps:?H^*-p%2~V^+%LR*%f%MxuW;", "type": "image"}, {"id": 3772107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d054e6b-37c4-401c-80ed-91fdcc552a53/width=450/3772107.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U9A]sl^*-T~Bt6%2=|M{9a9t56IoEM9tNbS4", "type": "image"}, {"id": 3772105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74945e66-3eac-44da-9a28-feef3cd83b2c/width=450/3772105.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBCsN:E1?Hxt00-;M{IV~qD*IVRj9Zxu%L%M", "type": "image"}, {"id": 3772100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b5f052f-b317-4630-aa46-f0a282fd4551/width=450/3772100.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U99%*Zxu%Mt700tRRjfR~qIVWCM{9FxuWBt7", "type": "image"}, {"id": 3902174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd021188-dec1-495a-98ac-620cf94307f9/width=450/3902174.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UDDv1Z%M~q?HyE?H~WM{s:fjS4M{-:9GsT%L", "type": "image"}, {"id": 3773772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/317b96b8-b87f-4f17-bbcc-9aae65a46c00/width=450/3773772.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U6CsR2?b~q_300%M9F9Y~WM{S4oebbV@s:t7", "type": "image"}, {"id": 3773773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee58d3dc-776e-41aa-95c3-9582fb1399c3/width=450/3773773.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UCBMusIU_3%MNbxa%Mxu~Wt7t8a|IoIUxaof", "type": "image"}, {"id": 3773771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff18eec6-1256-4193-8da2-47befb5152f6/width=450/3773771.jpeg", "nsfwLevel": 2, "width": 768, "height": 512, "hash": "U3AT4n_2^k~C0eE1ELx]^kD*0L^kNas:IU9Z", "type": "image"}, {"id": 3773774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4bb6bac-ea23-4f4c-b6f8-f79528905b9f/width=450/3773774.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UREM2noz~q%MxuWAxuRj^+NGxut7RkoeoLof", "type": "image"}, {"id": 3773779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53d882f3-ace6-47f3-80f4-c5ac58d35a03/width=450/3773779.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UME_~,-;~VxuWXof%MIoofRj9as:D%M{xaay", "type": "image"}, {"id": 3773770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f09483c-fc88-47c5-931e-99854e9bb319/width=450/3773770.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UBBMx#xu~qoLIV-;xaWC?bE1bIWBRjxuofWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/231669", "modelId": 205727} \ No newline at end of file diff --git a/datasets/metadata/232149.json b/datasets/metadata/232149.json new file mode 100644 index 0000000000000000000000000000000000000000..dab665a05f5e703b0d0e4ed0c8419c2d4f6d38c9 --- /dev/null +++ b/datasets/metadata/232149.json @@ -0,0 +1 @@ +{"id": 232149, "index": 7, "name": "woman_with_apple_01-E20", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-20T04:03:26.314Z", "availability": "Public", "nsfwLevel": 1, "description": "This is epoch 20 of the woman with apple model. It's well trained but less flexible than the earlier epochs.
", "trainedWords": [], "stats": {"downloadCount": 62, "ratingCount": 2, "rating": 5, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 179153, "sizeKB": 73841.8359375, "name": "woman_with_apple_01.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-20T04:00:53.810Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D2C8810C", "AutoV2": "6175C8706E", "SHA256": "6175C8706EA9EE2B3EC9954AFE0E27CDC650B4287F24E94718C610BDF5ABED88", "CRC32": "30047029", "BLAKE3": "537C8ED94EC611779A92B91E4C2BE8AB1CAE55A7630D8BA54967291DF283AE65", "AutoV3": "2165D74453DD"}, "downloadUrl": "https://civitai.com/api/download/models/232149", "primary": true}, {"id": 179152, "sizeKB": 434.4580078125, "name": "woman_with_apple_01.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-20T04:00:52.121Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "8E5F02BCB2", "SHA256": "8E5F02BCB2AF76EFE50B313AB581E990769E69DCE3945177E757F11C1F7D3709", "CRC32": "02EA78C0", "BLAKE3": "4499C5CB4A009AF83031FC8308EEB88D365C99567CC911DF8BCF0E3EB4427F8F"}, "downloadUrl": "https://civitai.com/api/download/models/232149?type=Training%20Data"}], "images": [{"id": 3765645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ede13fb7-b4cd-4c3e-862e-991a2809bbe9/width=450/3765645.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNF5~%?bI:~qxtk?yD?H^ix^XA$~E1Mxs8kX", "type": "image"}, {"id": 3765646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfaa9e5f-cf71-44e2-bf1c-a48c09f2308b/width=450/3765646.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULFPBJ?bE1~qtQgjyE?G?Fx^XT$$9tMws8kr", "type": "image"}, {"id": 3765648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcd3db97-6ac3-49e6-add5-8e2fa34ed8b8/width=450/3765648.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJE:0v_M9Z_4tPt-t-?H^h%NT1$%E2MxnNg4", "type": "image"}, {"id": 3765675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b833308-ac33-4bcf-aae5-eb2d56caa324/width=450/3765675.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIEo=E~VIn~qkV%h.8?G^i.8x^$yE2Mxs+o~", "type": "image"}, {"id": 3766292, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49d8fb35-bb0a-4ff0-bed3-2fd13c42e1c5/width=450/3766292.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaE3Vdx]x]%Nu6f6t7SPNfadoLRjM{RkR*ad", "type": "image"}, {"id": 3766297, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9a368af-cee4-402d-9c9c-41394eb00967/width=450/3766297.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UfEpTho}-;xu.TM{t8V@jGRkjuaeMxWBadWC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/232149", "modelId": 206187} \ No newline at end of file diff --git a/datasets/metadata/232182.json b/datasets/metadata/232182.json new file mode 100644 index 0000000000000000000000000000000000000000..eb4e4939b66fee8b22e73c184e0b84872e235487 --- /dev/null +++ b/datasets/metadata/232182.json @@ -0,0 +1 @@ +{"id": 232182, "index": 6, "name": "woman_with_apple_01-E08", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-20T04:40:36.277Z", "availability": "Public", "nsfwLevel": 1, "description": "Epoch 8 of the woman_with_apple_01 Lora. This is much more flexible.
", "trainedWords": [], "stats": {"downloadCount": 54, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 179178, "sizeKB": 73841.8359375, "name": "woman_with_apple_01-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-20T04:40:47.365Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1F6B22ED", "AutoV2": "B4E2FA4D99", "SHA256": "B4E2FA4D991F3C33A4ABCBFA2C179EDA2DAF4133EA6415F3FD0C556D53DC3900", "CRC32": "2034F359", "BLAKE3": "77436C9A34313AE66AC732F429FFE460066F18FF3BF550EA68791E272636DA40", "AutoV3": "219E9F6CC6EC"}, "downloadUrl": "https://civitai.com/api/download/models/232182", "primary": true}, {"id": 179177, "sizeKB": 434.4580078125, "name": "woman_with_apple_01.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-20T04:40:48.912Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "8E5F02BCB2", "SHA256": "8E5F02BCB2AF76EFE50B313AB581E990769E69DCE3945177E757F11C1F7D3709", "CRC32": "02EA78C0", "BLAKE3": "4499C5CB4A009AF83031FC8308EEB88D365C99567CC911DF8BCF0E3EB4427F8F"}, "downloadUrl": "https://civitai.com/api/download/models/232182?type=Training%20Data"}], "images": [{"id": 3766281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d66481a-7d58-4f57-9da1-e02574b892b5/width=450/3766281.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGIhgQ~qIn9v?ugOlAnNnM_4I^nO00IpHrof", "type": "image"}, {"id": 3766291, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a937c31-c510-477b-986d-c66117b9e349/width=450/3766291.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPG[+w_2Io~Xx@tn%N?G=_x^bd$$D*Mwnho}", "type": "image"}, {"id": 3773615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b0526ce-ccc0-4137-863d-39a37fb1b912/width=450/3773615.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZI}|zo}KR$eLNt7t7$}MJS6ER$xU^IAogsk", "type": "image"}, {"id": 3773616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8fe4a4b-5a59-49dd-8771-604611c8cec0/width=450/3773616.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USIFJLzoVX#6.mM}V{,ln3E4IqsQ9FNHWVtR", "type": "image"}, {"id": 3773618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a7ff2ba-7471-43e4-8df9-117147302c43/width=450/3773618.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHHUnJKi=@^jtv5vIB*^Te%Mi^9ZFh~8o$of", "type": "image"}, {"id": 3773671, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d8e068b-0d89-4454-9838-62867af83518/width=450/3773671.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPKKc$}ks*RptgMJ5t%K?DWoESnM-=%g-nNd", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/232182", "modelId": 206187} \ No newline at end of file diff --git a/datasets/metadata/232191.json b/datasets/metadata/232191.json new file mode 100644 index 0000000000000000000000000000000000000000..8202a1ad77499302ebe47492e0f58151eb61534a --- /dev/null +++ b/datasets/metadata/232191.json @@ -0,0 +1 @@ +{"id": 232191, "index": 5, "name": "woman_with_apple_01-E06", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-20T04:48:32.164Z", "availability": "Public", "nsfwLevel": 1, "description": "Epoch 6 of the woman_with_apple_01 Lora. The most flexible but also might not replicate the original as well.
", "trainedWords": [], "stats": {"downloadCount": 90, "ratingCount": 7, "rating": 5, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 179182, "sizeKB": 73841.8359375, "name": "woman_with_apple_01-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-20T04:46:51.647Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9269827F", "AutoV2": "447963B90F", "SHA256": "447963B90FB5B1C762360EF95A091E47653015A94D4FC88FC436CC38C40BE21A", "CRC32": "07AA6735", "BLAKE3": "B2634FEF360E39337748CD81060924E85ECE641C9168E3777DB981728CC2B43E", "AutoV3": "104FEA20FC81"}, "downloadUrl": "https://civitai.com/api/download/models/232191", "primary": true}, {"id": 179183, "sizeKB": 434.4580078125, "name": "woman_with_apple_01.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-20T04:50:40.256Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "8E5F02BCB2", "SHA256": "8E5F02BCB2AF76EFE50B313AB581E990769E69DCE3945177E757F11C1F7D3709", "CRC32": "02EA78C0", "BLAKE3": "4499C5CB4A009AF83031FC8308EEB88D365C99567CC911DF8BCF0E3EB4427F8F"}, "downloadUrl": "https://civitai.com/api/download/models/232191?type=Training%20Data"}], "images": [{"id": 3766366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2973b5ea-48dd-4389-9924-112fc379889b/width=450/3766366.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYIqr:4.x99v~9tSIqem,9bcS5RjocIps,r=", "type": "image"}, {"id": 3766373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f51fee2-e13e-4bab-9faf-c4234844692d/width=450/3766373.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJGl6e-nxA~W^*o#E-=_9EbcRlV?MwRPM{XT", "type": "image"}, {"id": 3766396, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8522ae1-f564-4912-a274-7e84b174cbb8/width=450/3766396.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGJRmw~V0J?bL4K8JD$x?Ip0ObwHKk%F-oXT", "type": "image"}, {"id": 3766398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb7ee17f-1c69-4b92-9f25-1e0a92000fdb/width=450/3766398.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URJkG.~q9[xbyEb_X.s9%M.8kXRP9ZR+rqtR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/232191", "modelId": 206187} \ No newline at end of file diff --git a/datasets/metadata/232217.json b/datasets/metadata/232217.json new file mode 100644 index 0000000000000000000000000000000000000000..26e1d4b9437d66fdeb80fefb79b0d6b964fc35c9 --- /dev/null +++ b/datasets/metadata/232217.json @@ -0,0 +1 @@ +{"id": 232217, "index": 1, "name": "v2.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-11-20T06:20:25.829Z", "availability": "Public", "nsfwLevel": 1, "description": "Training run 28, epoch 000014
Dataset 16
Images
Count: 77 images
Sources:
Danbooru (search terms: splatoon official_artwork)
Inkipedia
Splatoon Base
Splatoon 3 artbook scans
Scanning methodology
Flatbed scans at 600 dpi
Descreening: https://github.com/6o6o/fft-descreen
Despeckling: Unity (1x) upscaling through R-ESRGAN 4x+ Anime6B
Dedusting: manual painting in an image editor.
Treatment:
Most source images were either unmodified, or simply cropped to isolate individuals or mask logos/text.
Special effort was invested in obtaining additional images of individual Octolings.
Some images were obtained from Splatoon 3 artbook scans.
Some images were obtained by lassoing individuals from scenes, and repainting obscured areas in an image editor. Quality and resolution were enhanced by 4x upscaling through R-ESRGAN 4x+ Anime6B.
Flip augmentation: enabled
Tagging
Methodology: Tags were initially scraped alongside images, or tagged by WD14 (wd-v1-4-swinv2-tagger-v2). Tags were edited by model author for correctness and consistency.
Caption shuffling: All tags are randomly shuffled. No trigger words were used.
Training
Dataset replicates/epoch: 10
Epochs: 14
Batch size: 2
Checkpoint: sd_xl_base_1.0.safetensors
Network configuration: LyCORIS/LoCon (dim=16, alpha=8, conv_dim=8, conv_alpha=1)
LR: 0.0001 for both U-Net and text encoder. Algorithm was \"cosine_with_restarts\" with 5% warmup.
Optimizer: AdamW
This is the one trained on the red haired woman with a face mask.
", "trainedWords": [], "stats": {"downloadCount": 53, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 179484, "sizeKB": 73841.3984375, "name": "face_mask_01.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-20T14:01:22.624Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E9D9CD35", "AutoV2": "4D17CCE9C5", "SHA256": "4D17CCE9C59E92A07CF000B67318D820D90FCAE83E254E44F585492AD4B516FD", "CRC32": "40F727DF", "BLAKE3": "DF4475ED1FCCD8ED1C5EB29EB3E41282F7C8A3E2E743795B9783964495189264", "AutoV3": "4E27815090C3"}, "downloadUrl": "https://civitai.com/api/download/models/232583", "primary": true}, {"id": 179482, "sizeKB": 1429.2958984375, "name": "20_fm woman.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-20T14:01:26.605Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "B5F91E9C93", "SHA256": "B5F91E9C93116BC4CD0755B4D0EBB14224370AAD6B8F2D5ECC120E3A75EEA249", "CRC32": "311461D4", "BLAKE3": "FDD3DAFB14B9E73F66B7485F73283587274D8ADE280F79E76DE5D858999D3881"}, "downloadUrl": "https://civitai.com/api/download/models/232583?type=Training%20Data"}], "images": [{"id": 3774684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d5e9c87-3613-4519-b7f1-87219f9625a8/width=450/3774684.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPH^-XELt,R6~WkWOZNGx^Rj%NM{M|%2-oxG", "type": "image"}, {"id": 3774685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74e0657b-41cb-4d6c-b03b-5e3ae458aa79/width=450/3774685.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOHnHY^+%z^k~C?HOXtR%MIoozNGV?s:-oV@", "type": "image"}, {"id": 3774686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ecb23c0a-a487-4542-a3bd-07b23815d255/width=450/3774686.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIH1c0kB?vV@}@^+XSIp-=RPo#ShIpNG-;M{", "type": "image"}, {"id": 3774687, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6700948-2205-4cf3-98b4-52e2f6a1ab54/width=450/3774687.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKHd?R56b^-p~BkqpJDi%3IoIpNG-;RPxuxG", "type": "image"}, {"id": 3774712, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc4dbbf5-4d88-472f-b7c6-aa2b89bac755/width=450/3774712.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDH1=90LNF#m~WOs.9ROF4%hXS9FS*D%n4%2", "type": "image"}, {"id": 3774714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13230d0c-4ad5-4b2a-b247-f6a1b991e50d/width=450/3774714.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDG[QZ0LNFv~~WOZ.SROF#%hSiDiXBD%iw-V", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/232583", "modelId": 206187} \ No newline at end of file diff --git a/datasets/metadata/233030.json b/datasets/metadata/233030.json new file mode 100644 index 0000000000000000000000000000000000000000..3858872de0416c1f28d1bdc99d73892d68538cad --- /dev/null +++ b/datasets/metadata/233030.json @@ -0,0 +1 @@ +{"id": 233030, "index": 0, "name": "dcfkeiko", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-11-21T03:14:54.354Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 44, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 179831, "sizeKB": 1737.650390625, "name": "233030_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-20T21:17:09.069Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "6DFB2CF02E", "SHA256": "6DFB2CF02E6B290E971F787F203ABEF9E0E97DD875C31415CE37B378B22EA2D2", "CRC32": "1919A860", "BLAKE3": "8FB9CEBD6328A325355D84614B1D2DC58245A36CD8FB4E1E06045FE22B9C8915"}, "downloadUrl": "https://civitai.com/api/download/models/233030?type=Training%20Data"}, {"id": 180068, "sizeKB": 223099.16015625, "name": "dcfkeiko.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-21T03:10:50.654Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F0E3B411", "AutoV2": "0DE474F276", "SHA256": "0DE474F2768C9B8A7325E31129BB1C6C25E36F820FBDEBD24F4A6E1DE4046166", "CRC32": "3DE6D116", "BLAKE3": "AECC6775FB948301AC46368D8109E02AC24E7F3E397EC75CBCFCC948C59326B5", "AutoV3": "E6F4D560E27B"}, "downloadUrl": "https://civitai.com/api/download/models/233030", "primary": true}], "images": [{"id": 3792476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3fca944-7e2f-4ae7-a288-7f77f4a66ab9/width=450/3792476.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1278, "hash": "UUKk=@^tA2oaAT}l-zXg-mP3k.K5FxShKNXN", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/233030", "modelId": 207000} \ No newline at end of file diff --git a/datasets/metadata/23312.json b/datasets/metadata/23312.json new file mode 100644 index 0000000000000000000000000000000000000000..8bc28a77eb1ad183422dab1afa742f5105cb688d --- /dev/null +++ b/datasets/metadata/23312.json @@ -0,0 +1 @@ +{"id": 23312, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-03-15T00:24:36.633Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 408, "ratingCount": 52, "rating": 5, "thumbsUpCount": 58, "thumbsDownCount": 0}, "files": [{"id": 19386, "sizeKB": 9665.0576171875, "name": "100_Lost_Ruins.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-15T00:26:32.676Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0F45F312", "AutoV2": "B3E05A2DA8", "SHA256": "B3E05A2DA84C1AFF182675F48BFCBC2F03108E04837F95E9FEBCE08C7A270F18", "CRC32": "A5CECBEB", "BLAKE3": "A7556FE128DED77461525DCD84D391FBFE30051130A6DC5D75E90DDE2AA33AD9"}, "downloadUrl": "https://civitai.com/api/download/models/23312?type=Training%20Data"}, {"id": 19385, "sizeKB": 9330.5498046875, "name": "LostRuins.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-15T00:26:31.648Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "56F147A4", "AutoV2": "5BCB50D9B6", "SHA256": "5BCB50D9B67831651EC8C82DF39E12C7283865060573288597BED6EF875861A0", "CRC32": "08DCD1B5", "BLAKE3": "8E37E223EC43ABBBB8B3B80854201C25B5D63EA304AF2DA5C2A7D32FE3E1C0A4", "AutoV3": "C6E2AED54145"}, "downloadUrl": "https://civitai.com/api/download/models/23312", "primary": true}], "images": [{"id": 252870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cc6c993-8c44-4875-1ca6-2a9a52812f00/width=450/252870.jpeg", "nsfwLevel": 2, "width": 512, "height": 640, "hash": "UgN,Spt7.mxu-WaeS#R*sCjtX8ozV@WWR*s:", "type": "image"}, {"id": 252871, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c49a621-b888-433f-671e-7abb97744500/width=450/252871.jpeg", "nsfwLevel": 1, "width": 512, "height": 640, "hash": "UUMsc:so?^n%^QbH-;xG?^bH%gt7TxkW4nWB", "type": "image"}, {"id": 252869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4a5a23d-7438-4135-8297-a0eb30d2a700/width=450/252869.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UVIXU4~W4.M{-pxuozogMxjZx]kWM{j[tRWo", "type": "image"}, {"id": 252868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60184475-3972-44a3-b57c-acbd78633200/width=450/252868.jpeg", "nsfwLevel": 2, "width": 512, "height": 640, "hash": "UmNmczxa.lox?ckBkCfR^lRjR*jZkps;WBtR", "type": "image"}, {"id": 252867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ce1f866-9ebb-4d8d-a2f5-0fcfdb6fb600/width=450/252867.jpeg", "nsfwLevel": 1, "width": 512, "height": 640, "hash": "UhOg7[IA~qxun%MxM{RjM{RjaeWB%Mt7V@of", "type": "image"}, {"id": 252866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f247f09-572e-4542-3672-448f8a830900/width=450/252866.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UGJQfl].00B$.jE2rxn8_09GaK?HVuDjS%bx", "type": "image"}, {"id": 252865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6cc9a5b-821f-4e50-faaf-a79a01366700/width=450/252865.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "ULKBB*Rj.7Rj_2Rj_Nxux]WB?b%MtR%M%MV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/23312", "modelId": 19639} \ No newline at end of file diff --git a/datasets/metadata/233300.json b/datasets/metadata/233300.json new file mode 100644 index 0000000000000000000000000000000000000000..d69558cd9e8ec40d355f5a91309967df54dc2a2e --- /dev/null +++ b/datasets/metadata/233300.json @@ -0,0 +1 @@ +{"id": 233300, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-11-21T03:01:03.180Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["neo icon"], "stats": {"downloadCount": 238, "ratingCount": 30, "rating": 5, "thumbsUpCount": 42, "thumbsDownCount": 0}, "files": [{"id": 183236, "sizeKB": 67734.931640625, "name": "neo_icon.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-24T09:20:46.487Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "14C3B5E0", "AutoV2": "755CA2F22D", "SHA256": "755CA2F22DD2DC6244C7F2F8475CFBFC3D44149A3B7D64AE29C06725F2B8C68E", "CRC32": "E044304B", "BLAKE3": "77DB1A5F875390610984B50DEA81A2B56A2F599F9D6A4FB0E960449248DFEDB3"}, "downloadUrl": "https://civitai.com/api/download/models/233300?type=Training%20Data"}, {"id": 180057, "sizeKB": 891169.06640625, "name": "neo_icon.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-21T03:01:54.954Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8E516A0A", "AutoV2": "C2C7808C35", "SHA256": "C2C7808C3508168781BD9D7D07A3328446986BD429056EF3B99655108E0EDA55", "CRC32": "208858E6", "BLAKE3": "177F0596F28AE92A49721F2865FD1CC845E5175F7438E2D4046873439A908BE1", "AutoV3": "9A85B223CAD8"}, "downloadUrl": "https://civitai.com/api/download/models/233300", "primary": true}], "images": [{"id": 3792216, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1d1521e-8150-4926-a2a3-f940bf033e67/width=450/3792216.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U2Bo{~%7Fls~^iN#Iqx80JRz?XoOkcx8w;Ni", "type": "image"}, {"id": 3792219, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9f73f52-388a-4388-a205-990a634445cb/width=450/3792219.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5BV-ktsB[iq-rspM_S02#ed#tgWD|Ntxw$j", "type": "image"}, {"id": 3792226, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52ed21ab-3d6d-49fd-941f-456b176df684/width=450/3792226.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3AT7[[%EGKB?b#SE3KQ00T3KaS0I1Ki%C#6", "type": "image"}, {"id": 3792218, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89fa9d2e-1def-4cea-af5f-7247e0e72fad/width=450/3792218.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4Dlf{-hL9W^^UX4I,nj0wRp=gk7TRnnalkV", "type": "image"}, {"id": 3792221, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83efdd5b-b889-46c4-a2b0-5b7b26a26df9/width=450/3792221.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9EVZ{Oh%O}d%PWAM_oNFW#v-hBL$us=o$W+", "type": "image"}, {"id": 3878861, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28b58f56-a1bd-4644-a699-72fde98d612d/width=450/3878861.jpeg", "nsfwLevel": 1, "width": 805, "height": 1212, "hash": "U29suiX9n%lA+oxHafn,4[$*kBr@^+xFoyt6", "type": "image"}, {"id": 3792227, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f9a7cf8-8b32-4786-bcc2-972159a0a313/width=450/3792227.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U48z_l,700I{?ZahIUk800J?~E$^0LkR?aak", "type": "image"}, {"id": 3792217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9e81720-eb1f-4fd2-baff-eb5e90fa36b7/width=450/3792217.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4Cim.KT1z=V=jWsS?oZ0x$I}sNhGes7vsWc", "type": "image"}, {"id": 3792224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c9aa0a4-4c2a-4aa3-bd06-33cbbbb16fbd/width=450/3792224.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7BDWvb]00rvXCR+jEt300i|~VtO?St5RQIt", "type": "image"}, {"id": 3792228, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0a6861f-5e6e-4528-ac55-8b967922a72f/width=450/3792228.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U39?|JLo00@L?wOrIBv}00vT_1Grqsv}k=O@", "type": "image"}, {"id": 3792223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cd4040c-73d0-42e6-a560-fd0a591c0bf4/width=450/3792223.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6A,a^X.rpW0#sV_bFXP9Yvzx,bp?dxTM[NN", "type": "image"}, {"id": 3792225, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b53ee299-b73d-4ddb-8b9a-c1b32444d053/width=450/3792225.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4E2wxw0DzP.uTaur5S,0$o}^%vM*WojG+v_", "type": "image"}, {"id": 3792241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9745f7d8-a6b9-4abe-9864-a375100b9b65/width=450/3792241.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAA]v{wN00bpvxbqo~nT0Jf8~CS4yXjKD*XM", "type": "image"}, {"id": 3792230, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d575d07-b9e1-4050-b6c7-c44c898baf12/width=450/3792230.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBATWZbd01ng,0n%OSWq01jX~UbJG6Sh#ss9", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/233300", "modelId": 207225} \ No newline at end of file diff --git a/datasets/metadata/23348.json b/datasets/metadata/23348.json new file mode 100644 index 0000000000000000000000000000000000000000..f18046a9575d3d8c73d79b41841726b54c94ab74 --- /dev/null +++ b/datasets/metadata/23348.json @@ -0,0 +1 @@ +{"id": 23348, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-15T02:28:14.153Z", "availability": "Public", "nsfwLevel": 13, "description": "initial version
", "trainedWords": ["yasuhara_ema"], "stats": {"downloadCount": 609, "ratingCount": 108, "rating": 5, "thumbsUpCount": 114, "thumbsDownCount": 0}, "files": [{"id": 19411, "sizeKB": 2863.86328125, "name": "03-Yasuhara_ema.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-15T02:31:39.933Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "965E9666", "AutoV2": "0EB01D2265", "SHA256": "0EB01D2265698C9BB91FED2AC8F08DE65139965FEA43B3DF9F7FAE96184F495E", "CRC32": "4CDA489D", "BLAKE3": "BCB6A8E035A5F2C9FEAC842907F872F9503956E30B2B18DB0A5FEFA76E2517D2"}, "downloadUrl": "https://civitai.com/api/download/models/23348?type=Training%20Data"}, {"id": 19410, "sizeKB": 18545.9443359375, "name": "yasuhara_ema.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-15T02:31:39.684Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "5B04993CC8", "SHA256": "5B04993CC8FD8C2BF9471EFE54BFF833D9F6DDD441567FB04EE726E4C0791B5E", "CRC32": "05EB3A7E", "BLAKE3": "E9B6FF529C8F62161ED6DE5249BEFA54CECA982FC2832D0AF013E5443D3018EA", "AutoV3": "7CB327947616"}, "downloadUrl": "https://civitai.com/api/download/models/23348", "primary": true}], "images": [{"id": 253261, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07be12b8-94a8-4bbf-fdf1-047970fc3000/width=450/253261.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBI;;aMfIm?tg301xttRROIo^+~W-;%M^*_2", "type": "image"}, {"id": 253265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc62f26e-6a17-4924-b9d5-b38ed1ac0000/width=450/253265.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UaJQ=@~VXNRib^x]M{M{NMn-r@a_e=IVNGR*", "type": "image"}, {"id": 253264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adaed31b-0ba8-4eb5-aa18-4fb04aef5800/width=450/253264.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UEKKf:^O0f~o00xvv$MxMdn5^KnhGcxvOYRj", "type": "image"}, {"id": 253263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7980ca01-cdc8-4ee7-06f8-5d7ecf53ef00/width=450/253263.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UQJHR3xZo|~W00M{jEWBRi?HWYE1%1%2jrof", "type": "image"}, {"id": 253262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e415d37-8477-435f-f8eb-3bf885972200/width=450/253262.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UBJtr2?b018_00^+%1bC004:?G~U_L4:Vu=|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/23348", "modelId": 19665} \ No newline at end of file diff --git a/datasets/metadata/234064.json b/datasets/metadata/234064.json new file mode 100644 index 0000000000000000000000000000000000000000..3bacc69babd896598a535bbad97db0718f7685f5 --- /dev/null +++ b/datasets/metadata/234064.json @@ -0,0 +1 @@ +{"id": 234064, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-21T16:51:22.804Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["SouryuuAsukaLangley", "Asuka_Red_plugsuit", "White_shirt_Blue_Suspender_skirt_School_Uniform_Red_ribbon", "Yellow_sundress_White_choker", "Pink_tank_top_Red_skirt_Sweater_around_waist"], "stats": {"downloadCount": 612, "ratingCount": 89, "rating": 5, "thumbsUpCount": 118, "thumbsDownCount": 0}, "files": [{"id": 180671, "sizeKB": 37021.6796875, "name": "SouryuuAsukaLangleyV1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-21T16:45:50.667Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "85C7BA0C", "AutoV2": "4D79D8B625", "SHA256": "4D79D8B625E42F4937F570EE1E5650C0AE288CCC76A061F4D531721D91A269DE", "CRC32": "819618D6", "BLAKE3": "A79DB5D41731A248F754F4D5DE6CCDDDAD02BCA33DB19B404E6D08DA7C999B0E", "AutoV3": "E5CBF17AE549"}, "downloadUrl": "https://civitai.com/api/download/models/234064", "primary": true}, {"id": 180673, "sizeKB": 360376.1884765625, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-21T16:45:59.545Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "340A1EAA", "AutoV2": "7C8789398D", "SHA256": "7C8789398D6385ECDDA95549F16CF7902E5525C6AB172B1224D0FCCD1F1071C1", "CRC32": "9F3A477D", "BLAKE3": "3759A3490A0AF3306CD76B6E9FD2CBF6A758CF9A82125E2684B931451AA00DF5"}, "downloadUrl": "https://civitai.com/api/download/models/234064?type=Training%20Data"}], "images": [{"id": 3806808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94df29ac-f4a7-4779-9806-efb4f5e15bb1/width=450/3806808.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UPK^,8D*_4={};kDK79aMcIUW?og?bt7-p-:", "type": "image"}, {"id": 3806809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2aad4b6b-6688-4314-a07b-8a9a38337053/width=450/3806809.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UQOo-7My5x?tJIxo.7jGM|E5%gNHs-j=tTs;", "type": "image"}, {"id": 3806814, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6eca739a-38c9-4989-97ae-66f5f762c370/width=450/3806814.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UWL2xX$*Gbt7_NbHtSa#TdW;ogWE-ns.S5t6", "type": "image"}, {"id": 3806805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd285e64-37c3-43d0-a58f-463fe1845c85/width=450/3806805.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "ULNI%HI:2_?c.k%1?coyEeEL?bjs-;w|x[xu", "type": "image"}, {"id": 3806801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d28d131a-3fc0-4289-aab9-d2f1827b2386/width=450/3806801.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UQLWFv4TL2S~~VIUp0WCyrSKMzs;Ezoc-VWY", "type": "image"}, {"id": 3806799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/542651de-3ab2-4631-aeec-998bba0bbfc2/width=450/3806799.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UOKA]H00T1t7~UbJOaskI9og-;ofE1t8-pWB", "type": "image"}, {"id": 3806802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39114848-0e8d-40db-b220-c17db9c0e5b1/width=450/3806802.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UpMY~e%g.Tso?vxus;RP%gaef8Rjx]kCs:ni", "type": "image"}, {"id": 3806800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b70e7d4f-f79f-483e-a169-1a05add0fd8e/width=450/3806800.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UULLzq9FCQRk_NE1o~xZUFrX#qJ7f6I:j]t7", "type": "image"}, {"id": 3806803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b28d831-b6e2-49a3-a5b9-7d6a73d6670c/width=450/3806803.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UWKvp=XTB;,[?^s9s=ODkqNGt8t7x[s:enRk", "type": "image"}, {"id": 3806810, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff07871f-043c-4483-9ea6-4cb76385a2ad/width=450/3806810.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UJN]Fc00Yk%e%{WV?vt70eM|x^kD={EMWA%2", "type": "image"}, {"id": 3806806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0cecbe4-875a-4af1-8d73-29d2b7db0cf2/width=450/3806806.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UANlZG006DDztZ-?.A#800TN?Hj2#mD:TIH?", "type": "image"}, {"id": 3806804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3baf2510-145b-45ee-b0fd-3dbfdb49f1b9/width=450/3806804.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "USMGq$?vB@xt5JSkTKR,5UoftmWAIBM|V_s-", "type": "image"}, {"id": 3806807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/366fd124-643e-474e-87a8-505d356d24d7/width=450/3806807.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UBLWLV0005~k0DXgS]Rj0KN3%f%0Ec%JM,ad", "type": "image"}, {"id": 3806817, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/124175a7-c3af-4bb6-b748-0fe313fff690/width=450/3806817.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UfKB5mMdxYNe~UIoNIt7ITWBt7xunhxZWrRk", "type": "image"}, {"id": 3806811, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e8092ca-c1ca-442a-a16e-822fa1643a3d/width=450/3806811.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "ULH.NZ4n4npI}6S59~i^00aKoNxarqWBxuV@", "type": "image"}, {"id": 3806812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67e4936f-eae6-4a99-bec3-ab1773d71e5f/width=450/3806812.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UZMi1zxu%%yD?^xZ%g%1xIbbkVofxaofS~sC", "type": "image"}, {"id": 3806819, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1835ee6-1c2a-4d98-b34e-85b6ba1ebca5/width=450/3806819.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UTLyTZ8{p{#l?^Os%NM_l9$joyNZx[SPa1R*", "type": "image"}, {"id": 3806816, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5bcb9af-2b6a-4ead-9404-f07e4819e3bc/width=450/3806816.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UPLM3k~Vc[Vu0K#6H?K5T|x]?GrYIoo}#mt7", "type": "image"}, {"id": 3806818, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eec575d2-d78c-418e-8e9a-979d5b4726f7/width=450/3806818.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UYKmhL~V9_IqNuV?RjIp9Zs,%Mbcj=RjR+NI", "type": "image"}, {"id": 3806835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/693e6534-c282-40e9-b16b-501f7b6a2bdb/width=450/3806835.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UINvDODi2x%#YQxu?wi{n#M{.8tRRjoz.8Vt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/234064", "modelId": 207867} \ No newline at end of file diff --git a/datasets/metadata/234334.json b/datasets/metadata/234334.json new file mode 100644 index 0000000000000000000000000000000000000000..5e42d13783b7ee08fced07a3900177567de1b46a --- /dev/null +++ b/datasets/metadata/234334.json @@ -0,0 +1 @@ +{"id": 234334, "index": 2, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-21T22:17:44.925Z", "availability": "Public", "nsfwLevel": 28, "description": "Tested on the following models:
futanariFactor_alphaV10 - Probably the best consistent results across varying weights and prompts, regardless of futanari presence.
meinahentai_v4 - Main testing ground, decent model for mixing with other LoRAs.
monstercock_v15 - Had one success, most of the time ended up with either extra floating or merged together penises.
hrl_32 - Decent results when mixed with other LoRA, especially if okay with cartoonization instead of realism. Low weights like 0.3-0.5 didn't seem enough, but anything 0.8 and above was frightening, and 1.0 was a quick jaunt to hell.
I plan on making another version with cropping out stamps and text in hopes of getting better generation
", "trainedWords": [], "stats": {"downloadCount": 599, "ratingCount": 49, "rating": 4.98, "thumbsUpCount": 56, "thumbsDownCount": 0}, "files": [{"id": 180901, "sizeKB": 16926.4443359375, "name": "233486_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-21T21:50:49.827Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "48BAF620", "AutoV2": "34E57A42B3", "SHA256": "34E57A42B3E04B4D1480E76EEB4FDE5C62AF715BAB928C489FF41CA9B4743A41", "CRC32": "A5C75D8B", "BLAKE3": "7D23882ADA9DA5ED465B74AB9833ACF3F902E710686B7D11F7980DEDA9CAAB7C"}, "downloadUrl": "https://civitai.com/api/download/models/234334?type=Training%20Data"}, {"id": 180914, "sizeKB": 37016.1640625, "name": "Kamitora_4.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-21T22:00:55.417Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2DB9095E", "AutoV2": "513AD156B4", "SHA256": "513AD156B482BB71CA951A0929D911E442EDC3E59D5512168E745AB26433EB21", "CRC32": "2153DA0C", "BLAKE3": "0C77F1D03907040D86515978FFE5503FB1A88A61B5B35782A6065595E7A7AEB4", "AutoV3": "FBDFE2D362E7"}, "downloadUrl": "https://civitai.com/api/download/models/234334", "primary": true}], "images": [{"id": 3812619, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae17b43c-47d9-49ea-acd1-4a8f8f3f86a7/width=450/3812619.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UCL4BH%h02o|0059tSo}EC.8~Wo$4TxvNaNd", "type": "image"}, {"id": 3812621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc575395-f238-40e9-b130-46e903928343/width=450/3812621.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UHR.V{%1*J%2L#jEWYoLSiX9MwbcvxaexXog", "type": "image"}, {"id": 3812620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb56a870-b68b-4520-9da5-28ee09e1ac2d/width=450/3812620.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U8G*jID+56pHaK?cIn00_4r]~W-q00^kEx%1", "type": "image"}, {"id": 3812622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47889f38-45df-4759-a929-82fd996915b1/width=450/3812622.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UIMsN7xb0#[-D+}nOtnNQ.4.%gEL?v%g-;n$", "type": "image"}, {"id": 3812627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b3dc883-8a0d-42e5-a07a-04c77d1bfb60/width=450/3812627.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UFL3r*tRL#KPQR~VXn$i-iD*Kj-;0M%L?Z%1", "type": "image"}, {"id": 3812625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be5461e4-2c1f-4037-a1a6-545f0623febc/width=450/3812625.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UPOe;Voy%en4%}IV.7W.Y5xGJTS#~VS1t7%L", "type": "image"}, {"id": 3812631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e249e261-cd84-4493-bdd7-a0103e9eeb23/width=450/3812631.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UJI5MD^*a2^kTa~VxIM|00NIxHIoxCNHt6oe", "type": "image"}, {"id": 3812628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/018bfa21-0eb6-4eb6-910b-15f160b9d20d/width=450/3812628.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UHLNMQM^cY~TO?^ipdE1VY4:E7kX00-:RPs;", "type": "image"}, {"id": 3812630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95e9bc23-7131-4329-bdc5-0cf69531d414/width=450/3812630.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UOMsl%~BxB=z0zTJx^%MDj%LEjaJ-pE3%3ae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/234334", "modelId": 208070} \ No newline at end of file diff --git a/datasets/metadata/235112.json b/datasets/metadata/235112.json new file mode 100644 index 0000000000000000000000000000000000000000..a5dd7b1fea6fdfede3ced170cdabec7c2eb92bde --- /dev/null +++ b/datasets/metadata/235112.json @@ -0,0 +1 @@ +{"id": 235112, "index": 2, "name": "ballroom_dancing_01-E10", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-22T14:15:21.600Z", "availability": "Public", "nsfwLevel": 1, "description": "This is the one with a woman and a man dancing.
", "trainedWords": [], "stats": {"downloadCount": 49, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 181543, "sizeKB": 1240.4150390625, "name": "20_ballroom dancing pose.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-22T14:16:08.957Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "5416A9F08E", "SHA256": "5416A9F08E1C37804A6CBE5B4F374C2A30B49E1BD9714ECD800E93F3180F78C4", "CRC32": "F178A077", "BLAKE3": "B2C545180443A1FCC08E5FE56318A28707016E3DFB7A6D4A81F7D9D3D5020716"}, "downloadUrl": "https://civitai.com/api/download/models/235112?type=Training%20Data"}, {"id": 181542, "sizeKB": 73841.7265625, "name": "ballroom_dancing_01-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-22T14:16:11.465Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "24759EC9", "AutoV2": "96C2A157CE", "SHA256": "96C2A157CEBF06CC0435A0936F3056746B38656000987FA31363840782568F30", "CRC32": "28C74C3E", "BLAKE3": "F74D2D1DE4FB1F2D04437CC7744218057EB2208BC6CC4E1934B3700070D387AE", "AutoV3": "639EC0F17F2C"}, "downloadUrl": "https://civitai.com/api/download/models/235112", "primary": true}], "images": [{"id": 3831259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/252ab275-744a-48f8-9c49-e79b5386072f/width=450/3831259.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UXHeqPozo[oJ.Aa#R:j]E2t8?HV@WYbat6aJ", "type": "image"}, {"id": 3831262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f295429-da9f-4e05-b50e-6e6d4823c6bf/width=450/3831262.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUHxvn%MS_Ip.AW=kYRlIqt2-;WX%$jbs,kX", "type": "image"}, {"id": 3831280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0e0ba51-9963-4e31-8777-b117628aa54a/width=450/3831280.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNHxsbM}J#IU.AnzNeRjIpxt?ct7_4xutSRk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/235112", "modelId": 206187} \ No newline at end of file diff --git a/datasets/metadata/235128.json b/datasets/metadata/235128.json new file mode 100644 index 0000000000000000000000000000000000000000..df09c2d8104d8d27d76ad81154ee3b8538514a42 --- /dev/null +++ b/datasets/metadata/235128.json @@ -0,0 +1 @@ +{"id": 235128, "index": 1, "name": "woman_with_apple_02-E08", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-22T14:27:51.272Z", "availability": "Public", "nsfwLevel": 1, "description": "This is a version of the original woman with apple Lora with flip augmentation turned on. This is epoch 8.
", "trainedWords": [], "stats": {"downloadCount": 46, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 181556, "sizeKB": 73841.8359375, "name": "woman_with_apple_02-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-22T14:25:46.835Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6978CB81", "AutoV2": "59B36BAE1B", "SHA256": "59B36BAE1BA796B3DE02ADC0E1903FDB7A5509FC3A9CA844076BB54E41CB8FFC", "CRC32": "955F5B34", "BLAKE3": "C80CDD2DF098F3D534E4695F95D5F3D63D752FB5C3ED648A1D7037F1473EDCBA", "AutoV3": "76F5B4B04770"}, "downloadUrl": "https://civitai.com/api/download/models/235128", "primary": true}, {"id": 181558, "sizeKB": 434.4580078125, "name": "woman_with_apple_02.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-22T14:30:46.580Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "97F3F15FAC", "SHA256": "97F3F15FAC8C3CD395B0D3500E27B1FDBB698E12E7A6E1450E06075ABEEF0050", "CRC32": "36F8FE3B", "BLAKE3": "7F349BE26BAF635FAB265237F20E5F6923780184B5C7E8D09857302144885F57"}, "downloadUrl": "https://civitai.com/api/download/models/235128?type=Training%20Data"}], "images": [{"id": 3831781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16160299-debd-4a3c-b91a-0c365d837f33/width=450/3831781.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPG[pI_N9tx]tQ-;tmo~-PsmIto#E1R-ROMx", "type": "image"}, {"id": 3831815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d64d3383-3115-45c0-8f2d-b15b9861d120/width=450/3831815.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJHo8+9FAHQm*0ofxw8_kF-ps+NE.9Vraetk", "type": "image"}, {"id": 3831839, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/373bb970-9ee3-4621-9365-2bf302254772/width=450/3831839.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTF$R{~qR%t8x[x]TLbv-n%MXTWBIUNGVrj?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/235128", "modelId": 206187} \ No newline at end of file diff --git a/datasets/metadata/235154.json b/datasets/metadata/235154.json new file mode 100644 index 0000000000000000000000000000000000000000..71feeec354d2e25c9606531d35516b128992c69a --- /dev/null +++ b/datasets/metadata/235154.json @@ -0,0 +1 @@ +{"id": 235154, "index": 0, "name": "woman_with_apple_02-E06", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-22T14:52:10.134Z", "availability": "Public", "nsfwLevel": 3, "description": "This is a version of the original woman with apple Lora with flip augmentation turned on. This is epoch 6, which provides more flexibility at the cost of some fidelity.
", "trainedWords": [], "stats": {"downloadCount": 101, "ratingCount": 8, "rating": 5, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 181580, "sizeKB": 73841.8359375, "name": "woman_with_apple_02-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-22T14:50:49.565Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BAF17432", "AutoV2": "F1652DEB65", "SHA256": "F1652DEB65285A4F3D37539233B1BCF625A2945A5A8505DA33076E23A17476AD", "CRC32": "4A511EDB", "BLAKE3": "64EE3CC48E37C06CE846BA8525CD5EA21F4D51A0B2EF2C5C6489F19F324CFA3A", "AutoV3": "4FC5F1DE9DEF"}, "downloadUrl": "https://civitai.com/api/download/models/235154", "primary": true}, {"id": 181581, "sizeKB": 434.4580078125, "name": "woman_with_apple_02.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-22T14:51:21.100Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "97F3F15FAC", "SHA256": "97F3F15FAC8C3CD395B0D3500E27B1FDBB698E12E7A6E1450E06075ABEEF0050", "CRC32": "36F8FE3B", "BLAKE3": "7F349BE26BAF635FAB265237F20E5F6923780184B5C7E8D09857302144885F57"}, "downloadUrl": "https://civitai.com/api/download/models/235154?type=Training%20Data"}], "images": [{"id": 3832449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fac32a89-36f2-488c-ae4f-bcc11b770088/width=450/3832449.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULIhjb_3S~OZ_N%0%$Ot?arpNyXo58tSRPR4", "type": "image"}, {"id": 3832451, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b55037ad-2b83-4e79-981b-cb244b0f39bb/width=450/3832451.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UVI#r$o$9a%h~qs;M{%hxaRiodxu?boyNGsC", "type": "image"}, {"id": 3832456, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9d7efda-d53b-4033-a2cf-8791d0cb34a5/width=450/3832456.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UHI5*]?wC8Br5bsj%is+01%2wHrq-p-pMw-;", "type": "image"}, {"id": 3832468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9379d7e1-b297-4809-871e-195a67813132/width=450/3832468.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UcIEbFtRAE?v_NxuV@-;x^axxFxuxaj@R%jY", "type": "image"}, {"id": 3832484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd1c8ccf-2a1b-43be-a790-8e7774de04ec/width=450/3832484.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UWIYLf-:uPKQKSs:r^t74nxuaJnhs=ozW=s:", "type": "image"}, {"id": 3832494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9662155-9386-4bce-9824-114b264d1d21/width=450/3832494.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USHxsi~pRitlx]tRO[bwwa%MS%M|9FNHRORP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/235154", "modelId": 206187} \ No newline at end of file diff --git a/datasets/metadata/235181.json b/datasets/metadata/235181.json new file mode 100644 index 0000000000000000000000000000000000000000..ddcb407744ef1930566bea7b90454db8a12879f9 --- /dev/null +++ b/datasets/metadata/235181.json @@ -0,0 +1 @@ +{"id": 235181, "index": 1, "name": "ubw anime", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-22T15:31:21.602Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["rin tohsaka, aqua eyes, (black hair:1.2), hair ribbon, long hair, ribbon, sidelocks, two side up, (parted bangs:1.5),", "black skirt, black thighhighs, long sleeves, miniskirt, pleated skirt, red sweater, skirt, sweater, thighhighs, turtleneck,", "(brown sweater vest:1.2), collared shirt, homurahara academy school uniform, neck ribbon, red ribbon, ribbon, school uniform, shirt, sweater vest, white shirt,", "skirt, thighhighs, long sleeves, pleated skirt, black thighhighs, black skirt, scarf, zettai ryouiki, coat, (red coat:1.2), orange scarf,"], "stats": {"downloadCount": 1103, "ratingCount": 50, "rating": 4.98, "thumbsUpCount": 97, "thumbsDownCount": 0}, "files": [{"id": 181601, "sizeKB": 36993.5859375, "name": "rin tohsaka ubw-lora-nochekaiser.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-22T15:15:44.546Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "35D587C2", "AutoV2": "DE4A084877", "SHA256": "DE4A084877C3E70EDAFAB4FB7CD784E1BBFC818F354270743960E6A18688BD11", "CRC32": "796D1798", "BLAKE3": "F27814A513FFEB1E4F3010663420E561DAF6D5AA8821817EC175FF06D6C0D17D", "AutoV3": "E65F48C02290"}, "downloadUrl": "https://civitai.com/api/download/models/235181", "primary": true}, {"id": 272644, "sizeKB": 1354100.014648438, "name": "rin tohsaka ubw.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T09:31:07.361Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8B6456B5", "AutoV2": "1FEBFCAB46", "SHA256": "1FEBFCAB46058BBBD1A21398F9942E991A1E8E565426DD6467E37EAE40357ED6", "CRC32": "C654D8D5", "BLAKE3": "EEEF47504A32162D9CAC33232621CC3C0DD4832F987D5AA1D61AFBD753557814"}, "downloadUrl": "https://civitai.com/api/download/models/235181?type=Training%20Data"}], "images": [{"id": 4021916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a507d87f-17f8-4d98-9bed-9411f3af39ec/width=450/4021916.jpeg", "nsfwLevel": 1, "width": 600, "height": 904, "hash": "UoIzbe?H%fSN~VtRxuWWozRks:j[R*Rks:bH", "type": "video"}, {"id": 3833056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23f06217-c2f7-4657-945e-a11a9ed639e4/width=450/3833056.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UlH^*K?H-;W=~WxuxuWWo#Rks:j[R*Rks:fk", "type": "image"}, {"id": 3833058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e539321-3574-47c4-ab17-e56ea9f6d56e/width=450/3833058.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UMHnT$00~qV@?bMxShayI;j@n%NGR*WBxaoK", "type": "image"}, {"id": 3833059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aeef171c-e008-4099-9a89-9ecf04a26db0/width=450/3833059.jpeg", "nsfwLevel": 2, "width": 600, "height": 896, "hash": "UXG8QC~p?u?HtSbINGNHSixtxFahNGWBjYWB", "type": "image"}, {"id": 3833060, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17b94145-3bbd-4322-a60e-8893cdc89182/width=450/3833060.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UmGbM5g3t,t7_NogtSogXnWBsAjtW=jZn~oL", "type": "image"}, {"id": 3833062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3120076-6f41-4aef-bc38-1b55c845832e/width=450/3833062.jpeg", "nsfwLevel": 2, "width": 600, "height": 896, "hash": "UjJ7zR%g.S%2~qj[x]WV%gjFxZR+ozo0niWV", "type": "image"}, {"id": 3833064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7c0f9fb-57b2-4e97-a81a-9642a17408a0/width=450/3833064.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UhIgfl~p%#tR~V-;tRogS#R+e.WBM|aenijZ", "type": "image"}, {"id": 3833093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67b90a49-4aa3-4c0d-949b-6980e7042da7/width=450/3833093.jpeg", "nsfwLevel": 2, "width": 600, "height": 896, "hash": "UJF=O000_Mrr~W9FS$fiE1xuixSeNGRkxuWB", "type": "image"}, {"id": 3833094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/177c0f40-a549-40a8-9df4-212bd01397e2/width=450/3833094.jpeg", "nsfwLevel": 2, "width": 600, "height": 896, "hash": "UgGkRZ~W%gtR?a-:ozoLo}t7spjGM{RjR*WB", "type": "image"}, {"id": 3833084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a0b8ee0-c842-49e0-aebc-05f26dd3e1ee/width=450/3833084.jpeg", "nsfwLevel": 2, "width": 600, "height": 896, "hash": "UdH_DN~q_3tl_3x]t8ofo}xaV@n$Rjs:WVj?", "type": "image"}, {"id": 3833089, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ac4f9f6-1be0-4ccf-a63d-d68078ed5fb8/width=450/3833089.jpeg", "nsfwLevel": 2, "width": 600, "height": 896, "hash": "U8FhCq00y;[v0h?F01xtl,z;#RAC01%fR6Or", "type": "image"}, {"id": 3833091, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c028f39-77e3-4ffc-bb31-36d9f6bf51a2/width=450/3833091.jpeg", "nsfwLevel": 2, "width": 600, "height": 896, "hash": "UaH^|z~q-;%L~p%Nozof.7t8V[soM{M{RQWB", "type": "image"}, {"id": 3833092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e30a6984-6e4e-4503-abb9-480b6b2ad554/width=450/3833092.jpeg", "nsfwLevel": 2, "width": 600, "height": 896, "hash": "UWFhk%0K%gV@~W9GozbGo|RjWBkANGjYoMs.", "type": "image"}, {"id": 3833098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8d0b461-418b-4992-8d60-9eefc2c7329d/width=450/3833098.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UUK0?8~V%fx]NGxut7t6NGt8xus8RjRPWCbI", "type": "image"}, {"id": 3833099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c95612c-074c-4930-a9f5-a20dc4bf1728/width=450/3833099.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UHI;S7~Agi?v?b-=^*-o9Gxu%2M{xZjsNHIq", "type": "image"}, {"id": 3833097, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f4551f3-4f35-4a42-b410-7fdc69794c6b/width=450/3833097.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "ULIz^-RiX,OZ~p%M%LIU%1x]-oM{xZs9s:NH", "type": "image"}, {"id": 3833100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2cc9dda-c8e4-4cc5-a951-1d5ab88f4c8e/width=450/3833100.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UNI}3Cbd?u-o~VRj^*t7E2t6%2t7V@%MRlay", "type": "image"}, {"id": 3833101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/010695c1-f9f8-4698-8e70-bb3ca307c63f/width=450/3833101.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UEG[D_~VY4_3?a_3-;ae0zM{niWCxZRPx]R*", "type": "image"}, {"id": 3833102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/726d3e9c-6634-4ac7-95ad-d6ec5447247c/width=450/3833102.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "U9IXHo000e^+00I.%K$%0K~V9FxvyDIU?cE1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/235181", "modelId": 99404} \ No newline at end of file diff --git a/datasets/metadata/235629.json b/datasets/metadata/235629.json new file mode 100644 index 0000000000000000000000000000000000000000..913ca74e82b379930444f458248a3831f1196ac6 --- /dev/null +++ b/datasets/metadata/235629.json @@ -0,0 +1 @@ +{"id": 235629, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-22T23:49:46.037Z", "availability": "Public", "nsfwLevel": 30, "description": null, "trainedWords": [" fwhani, brown skin, large breasts"], "stats": {"downloadCount": 747, "ratingCount": 110, "rating": 5, "thumbsUpCount": 165, "thumbsDownCount": 0}, "files": [{"id": 182002, "sizeKB": 18546.5283203125, "name": "HaniV2-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-22T23:40:48.628Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "BE0F00CFB4", "SHA256": "BE0F00CFB4662124B59614C8D0071A547D92FF381C33817E099D854778F8C385", "CRC32": "D456947E", "BLAKE3": "41FB566AE21AB90B4B64D4F54038DE9FC31BE7BC8E8E4531CFA21CB954AF1940", "AutoV3": "59BC25C8AE11"}, "downloadUrl": "https://civitai.com/api/download/models/235629", "primary": true}, {"id": 230068, "sizeKB": 60703.6982421875, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T15:31:28.140Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4FF9497F", "AutoV2": "2C9E05A129", "SHA256": "2C9E05A129C479A95001055EE1A7771D5A7DE05D8CA40C9A874066DA723BF161", "CRC32": "7C0792A8", "BLAKE3": "94BE95E7AF8BD3425092FB53D65B78D66B9AE0DE3714F0A175450252D6FECAE7"}, "downloadUrl": "https://civitai.com/api/download/models/235629?type=Training%20Data"}], "images": [{"id": 3893005, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d26d6ccc-fe00-49c3-8514-fd846e23493f/width=450/3893005.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1360, "hash": "URI}bXMdLN-p%$R*9wN_E2W?IUM|XAMxs9ae", "type": "image"}, {"id": 3844158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d1545d6-a22b-45f9-a8bf-1bfc9cf276c1/width=450/3844158.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1808, "hash": "UEGa|F?bKPaJ_2xv01xF.mx^xakV?vNeE1iw", "type": "image"}, {"id": 3844155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3bdf4266-79a3-453f-86eb-0217024ae64e/width=450/3844155.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1808, "hash": "UYHeIIE1ODVr?waeRP$gx^aKaekBEgsns9oz", "type": "image"}, {"id": 3844157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9404018-f187-474a-a648-3c5336b3fb26/width=450/3844157.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1808, "hash": "URLD7CD%AuMx.mIoIpM{x^ofV[WAxHWBRPt6", "type": "image"}, {"id": 3844156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5cf750b-1275-4e00-bfe7-d69894277866/width=450/3844156.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1808, "hash": "U6Kl?gn40L={1fIo00EM-p%f}USh~pi_o0xF", "type": "image"}, {"id": 3844154, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9bf159e6-92d7-4bae-957c-51d95e6b0706/width=450/3844154.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1808, "hash": "UAJjC@?b3CNf~p-UnO5701xC4oD%nitQVsRj", "type": "image"}, {"id": 3893171, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca5328e1-f673-4c81-a844-9e85b6e095c8/width=450/3893171.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1360, "hash": "USLDfD9a1l9bYRo$ozkXECxZ$|WB?En}RSMy", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/235629", "modelId": 209212} \ No newline at end of file diff --git a/datasets/metadata/235887.json b/datasets/metadata/235887.json new file mode 100644 index 0000000000000000000000000000000000000000..486fe47773b3c7f0abf4910973dfea71e37745f9 --- /dev/null +++ b/datasets/metadata/235887.json @@ -0,0 +1 @@ +{"id": 235887, "index": 0, "name": "Asano Inio Style", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-23T15:42:36.099Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["iniostyle"], "stats": {"downloadCount": 254, "ratingCount": 36, "rating": 5, "thumbsUpCount": 46, "thumbsDownCount": 0}, "files": [{"id": 182597, "sizeKB": 36980.984375, "name": "Asano_Inio_Style-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-23T15:45:34.736Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "75043D75", "AutoV2": "2E1908620E", "SHA256": "2E1908620ED89D8D116253615261FD7686E0AD5EF6B1C06C0C39906AB996E14F", "CRC32": "97EB4066", "BLAKE3": "1F6884EE305CC87952789564BE9EA2F143989217A62FE9B7A8D316AFF035DFC7", "AutoV3": "7C67F62F2DA0"}, "downloadUrl": "https://civitai.com/api/download/models/235887", "primary": true}, {"id": 182212, "sizeKB": 64021.685546875, "name": "235887_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-23T05:21:17.956Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "31ABF476", "AutoV2": "B777FCCEE3", "SHA256": "B777FCCEE358082D476B896BF4F90794EB7ECE031EC5056690EFE6B1953141CB", "CRC32": "FAADE181", "BLAKE3": "7CC96F43AB010D16FF1F5E20C5FEE06D67A6E46EDF3D727224F05D6F0E6A5A6D"}, "downloadUrl": "https://civitai.com/api/download/models/235887?type=Training%20Data"}], "images": [{"id": 3860503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acca7163-98a4-4f10-b969-6d42234e38ed/width=450/3860503.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCCiaG-:$_9ZpJ-p029Z?aShIBM_~o%Ls8M{", "type": "image"}, {"id": 3860502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/799cc737-f2a3-44d4-bac7-f60b563ea2b2/width=450/3860502.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFBpFA~W?EW9tm%M9uE1^*xuWENF~o?a%Kob", "type": "image"}, {"id": 3860500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83091119-2da4-4200-a621-7e779804c419/width=450/3860500.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULA9G;oeV[R+t6s-NIWC}qj@RlWXS2oKNIju", "type": "image"}, {"id": 3860501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c2b5911-e416-4100-913a-3c7c9d6f444f/width=450/3860501.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHB.op%L%Kba?GxaS$of}Wn%V[ofM{NGIps.", "type": "image"}, {"id": 3860499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01bf82d6-1ab0-4e70-b22c-390e871d865a/width=450/3860499.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGBMl5^*?ZE2tk?GE3Rj~U-:-oj?%L%Lt7s.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/235887", "modelId": 209434} \ No newline at end of file diff --git a/datasets/metadata/235894.json b/datasets/metadata/235894.json new file mode 100644 index 0000000000000000000000000000000000000000..c68032fc80f3253c8e7936befc474306832272bd --- /dev/null +++ b/datasets/metadata/235894.json @@ -0,0 +1 @@ +{"id": 235894, "index": 3, "name": "b0dysu1t_v1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-23T05:24:50.122Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["purple b0dysu1t", "blue h4rn3ss"], "stats": {"downloadCount": 457, "ratingCount": 75, "rating": 5, "thumbsUpCount": 92, "thumbsDownCount": 0}, "files": [{"id": 183901, "sizeKB": 54975.9033203125, "name": "b0dysu1t_dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-25T00:45:41.414Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EA4A3D28", "AutoV2": "99C862D4CD", "SHA256": "99C862D4CD6FAE69BB404956166C192DAE8580585070E27BE525AB2C5D3FAF45", "CRC32": "0B371590", "BLAKE3": "AD0658CA259768AF0247B43C86F54AABB30DA74D3A078EABEB57FB60A77F97BA"}, "downloadUrl": "https://civitai.com/api/download/models/235894?type=Training%20Data"}, {"id": 184904, "sizeKB": 147574.5234375, "name": "b0dysu1t_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-25T23:51:00.577Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4F86BDAE", "AutoV2": "A9B78227B4", "SHA256": "A9B78227B4F3CAFCEC1212D906B0B95B8FC2F700E3C0BEFAEE5F737BA9ADBB60", "CRC32": "68A88F28", "BLAKE3": "34C8EC8302D5C8186ECA7E39AA2505B50AFCF78DF19368AEBC4F6C3787C0F8AD", "AutoV3": "AF16BE0855A5"}, "downloadUrl": "https://civitai.com/api/download/models/235894", "primary": true}], "images": [{"id": 3850302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b15e9d38-a8a4-42d5-a70e-69f915849363/width=450/3850302.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "U5EV4=0000_40f^i01~Tocxt~W9a5YROjEIq", "type": "image"}, {"id": 3849090, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb594a2c-ead5-4a09-acde-f1a772e466ff/width=450/3849090.jpeg", "nsfwLevel": 4, "width": 768, "height": 1056, "hash": "UNI;r5x^_N%NlVNHXARlx]aeIrocM{aeRQae", "type": "image"}, {"id": 3850317, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8df482aa-fd92-49ad-a6cc-4c8d2907d7db/width=450/3850317.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "UAFXYc}[0eK002-o9u0L560f^P^QNHxGOAx[", "type": "image"}, {"id": 3850316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63c21089-ed63-4562-b5e0-2ccf307f8e0e/width=450/3850316.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "UCGj]P}E0LGs0MJ8V[DjAUJR;N}t01xGS2Or", "type": "image"}, {"id": 3849084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/281b6cc9-0926-4a67-8dfd-752bfa1874bd/width=450/3849084.jpeg", "nsfwLevel": 4, "width": 768, "height": 768, "hash": "UqMG^,D*?w%NT1NGR-W?aebcR+WBo#kCbIe-", "type": "image"}, {"id": 3849092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/972934da-a9d8-4d54-bfb7-5630b1beadf4/width=450/3849092.jpeg", "nsfwLevel": 4, "width": 608, "height": 840, "hash": "UyN]|v${?wxtXTj[WCjbxsa#R+WXtRj@n$WB", "type": "image"}, {"id": 3849083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0b04aea-5869-4ef4-b932-31801259ef4b/width=450/3849083.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UBE22_}H009a^RrvR-Wo$+RkxbxuWas:jXWo", "type": "image"}, {"id": 3849416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6016b5a-6872-4692-abb8-6b31ca2b11cc/width=450/3849416.jpeg", "nsfwLevel": 4, "width": 768, "height": 768, "hash": "U$JaWtn#cFtT5xV?NNR:V}ozo2aeoebdskn#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/235894", "modelId": 209437} \ No newline at end of file diff --git a/datasets/metadata/235987.json b/datasets/metadata/235987.json new file mode 100644 index 0000000000000000000000000000000000000000..7d5078e0e900f20f38819002de7fab99fabba999 --- /dev/null +++ b/datasets/metadata/235987.json @@ -0,0 +1 @@ +{"id": 235987, "index": 0, "name": "Indonesian girl", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-23T09:57:41.813Z", "availability": "Public", "nsfwLevel": 28, "description": "V.1
", "trainedWords": ["cute", "glasses", "big boobs", "black dress"], "stats": {"downloadCount": 212, "ratingCount": 9, "rating": 5, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 182359, "sizeKB": 36977.3046875, "name": "Indonesian_girl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-23T09:55:39.052Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B6D80C7C", "AutoV2": "1F01928CF4", "SHA256": "1F01928CF4CD2BBC43B7A1704AB7B81B3955B4F68A75D372A518C08CF78AA465", "CRC32": "13DA9FEF", "BLAKE3": "1A92B375D755EE02DACA86868CC18A8EBFF2392DD363606BAF9A785592D499B6", "AutoV3": "7F9D1B491153"}, "downloadUrl": "https://civitai.com/api/download/models/235987", "primary": true}, {"id": 183549, "sizeKB": 38.8251953125, "name": "235987_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-24T16:01:10.294Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "CF2C57C57B", "SHA256": "CF2C57C57BCC7D19F752AC3E650AC42329A7E0ED01600E9ED840EA68BD459265", "CRC32": "49B33E1A", "BLAKE3": "8F61EA95F9BE4C96A315F9DB48CC5B201D707617FCEB89A82FA28BDACE3C6A41"}, "downloadUrl": "https://civitai.com/api/download/models/235987?type=Training%20Data"}], "images": [{"id": 3855696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/005e3cc9-f32d-4a9f-807f-ec7f046bc77a/width=450/3855696.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIEe_Z9F_3niXT-:bIIU~UIUWVRi57%2i_WX", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/235987", "modelId": 209529} \ No newline at end of file diff --git a/datasets/metadata/236509.json b/datasets/metadata/236509.json new file mode 100644 index 0000000000000000000000000000000000000000..a47764fff9094803d74002f0a790a17aa35a3680 --- /dev/null +++ b/datasets/metadata/236509.json @@ -0,0 +1 @@ +{"id": 236509, "index": 0, "name": "Ryoko Toyoguchi", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-23T21:24:39.612Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": ["Ryoko Toyoguchi"], "stats": {"downloadCount": 233, "ratingCount": 30, "rating": 5, "thumbsUpCount": 49, "thumbsDownCount": 0}, "files": [{"id": 182837, "sizeKB": 36996.828125, "name": "Ryoko_Toyoguchi.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-23T21:10:45.746Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F80DE8AF", "AutoV2": "553C36469B", "SHA256": "553C36469B2BECCDEE3AD6CCCED4818685EB59045681E67888242E7F605CC91A", "CRC32": "8E86D261", "BLAKE3": "8A79E37AE9B88F242525B83FD19A9AE26011FCFA936D9015D4047CC6078C1CC9", "AutoV3": "4745C1805C28"}, "downloadUrl": "https://civitai.com/api/download/models/236509", "primary": true}, {"id": 182760, "sizeKB": 22423.2509765625, "name": "236509_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-23T18:55:55.823Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CA136AB5", "AutoV2": "9FD8E85D1F", "SHA256": "9FD8E85D1F7E3FE5AB9A20FAB98CF2AE2845B39931F54FAA3930AF0456B26147", "CRC32": "AD1D9372", "BLAKE3": "38B3955DB9368CA83DA61EA5A810155F4D9546C5F60F8F08D60824AB1126CFFF"}, "downloadUrl": "https://civitai.com/api/download/models/236509?type=Training%20Data"}], "images": [{"id": 3869458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54ba1c99-2994-40c6-a533-7bb9cfef1b42/width=450/3869458.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UGJtSH?G0K?H00?a~qxZY5ICR5IV56e.RPNG", "type": "image"}, {"id": 3869459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afbc2d56-0328-401c-b4cd-d3fbc043f91e/width=450/3869459.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UWJHHt~VEe-:4ot7-;NGb^S1RPs.9ZIVo2j[", "type": "image"}, {"id": 3869476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54f9ef8e-e0cd-488e-8a3c-7627dcd8e86c/width=450/3869476.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UQI#DN~VS^-:DjoMNMRk?FoeELR*OFNFIUWB", "type": "image"}, {"id": 3869483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d4304da-791e-4b85-ba43-3c7652ce73cf/width=450/3869483.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "ULJ7%O^*9t%L=_^*?cR*~V-oNHRj%Mj[Mxxu", "type": "image"}, {"id": 3869482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d756d8a8-1514-441f-9802-53296e1872c4/width=450/3869482.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UNHBbw~W%z?H%Kt6E2RkxCM{9aM{EMbGxut7", "type": "image"}, {"id": 3869172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb3d4821-eab4-43cf-9807-4ee3cf14bc70/width=450/3869172.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKI4z~^+AltQrVRj58NH0KR*~Bxa0eRjxaWB", "type": "image"}, {"id": 3869173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90db1aad-9d5c-419b-aeeb-dd0c9f38f47d/width=450/3869173.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZIN]k~Vth%Mn4M|E2ax9@WV%2af0fRjxGfQ", "type": "image"}, {"id": 3869349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbb74338-6639-4f76-8fab-88a0c8230c25/width=450/3869349.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UVKdY#~WTU%2,,oJESM|5*tR={t69ZRjs9ba", "type": "image"}, {"id": 3869320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3fd5327-834b-4a2a-8164-819eab5fe9a2/width=450/3869320.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UFKwRu_1Tlv-}hp0I_n700%e^Pxt4.R6IpIo", "type": "image"}, {"id": 3869321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75bcc8fd-c8d6-42aa-84f3-4e3ac1008ed8/width=450/3869321.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "URLWhY~WKa%Lxlt6o#V@0fbu={W;$3nPIpNG", "type": "image"}, {"id": 3869218, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fd0cf1e-f45a-42c3-bf8a-25b5c8bec1e2/width=450/3869218.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USJ@:x~VM^%Li]n*t8o#01xu?atQ%LWAM{ay", "type": "image"}, {"id": 3869217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/424c2ab2-3a10-4458-9097-308a641ad2ba/width=450/3869217.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPI}bJ?ajV-oVrxaIrof01%1~pof%MoeRjR*", "type": "image"}, {"id": 3869216, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/baa10e7e-2874-453e-9a46-298c757a5ec4/width=450/3869216.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJIEtro}4-aL-hS2bwoe00E1~pWqozo2RjRj", "type": "image"}, {"id": 3869168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a6ef1a1-4292-418d-96ef-f4d312f1f5ff/width=450/3869168.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "UXL:+O~VO:?H00xuxvWXt,R*aJR*D*M{s,fi", "type": "image"}, {"id": 3869169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d017132b-a18b-4cd9-ab6a-f03d06a6ed20/width=450/3869169.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEKTrYaw0ext00$+?vV[?^%fIAtQ0z9ar?Rk", "type": "image"}, {"id": 3869170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30161769-8534-4447-8600-edf257e3be15/width=450/3869170.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCIXHh~W%}?a9ZoJIVIV0et6%1xu00ofogWB", "type": "image"}, {"id": 3869171, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79d0feb0-62fc-4e9a-a89c-99005968773c/width=450/3869171.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBK,$_~BGC?H00$k?bM{loxuH=oz00M{?aNH", "type": "image"}, {"id": 3869356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5f6430d-3345-4b7c-8209-ac01ed4921c7/width=450/3869356.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UdLzQz~VAA%L4oogx^M|OsS1s+tQIURPs.oy", "type": "image"}, {"id": 3869271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/befcebfe-2c4d-4594-89e6-c8c32ff4fd3a/width=450/3869271.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UFL3S^}n0zN@0ycDIaNH5Q?H%0xu_NIpDir?", "type": "image"}, {"id": 3869269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b718272d-8447-47fd-a05f-f3b9d5db9ece/width=450/3869269.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UGINpw?v1I~V9FIBIVNGXQ%LxbxZ57rr-RIp", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/236509", "modelId": 209984} \ No newline at end of file diff --git a/datasets/metadata/236828.json b/datasets/metadata/236828.json new file mode 100644 index 0000000000000000000000000000000000000000..cf5070a2ca45d0e6ffffc864e1e303e16a2d3d65 --- /dev/null +++ b/datasets/metadata/236828.json @@ -0,0 +1 @@ +{"id": 236828, "index": 0, "name": "Frank Cho Art by HexMerlin", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-24T03:32:17.980Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": ["Cover Art by Frank Cho", "Frank Cho", "Frank Cho sketch"], "stats": {"downloadCount": 868, "ratingCount": 131, "rating": 5, "thumbsUpCount": 181, "thumbsDownCount": 0}, "files": [{"id": 183050, "sizeKB": 31568.1943359375, "name": "236828_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-24T03:15:51.839Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F2A8CDD4", "AutoV2": "3DDD30392B", "SHA256": "3DDD30392BD9FAD6FB747AD4ABE5B0077CDE05C5BF380A469E3C1E00A076EA6F", "CRC32": "7949973F", "BLAKE3": "012D402E44965A61F7AAA4D9F2375A675C271D8DD77F3029F9B124EAF7DBDF38"}, "downloadUrl": "https://civitai.com/api/download/models/236828?type=Training%20Data"}, {"id": 183055, "sizeKB": 36986.1171875, "name": "Frank_Cho_Art_by_HexMerlin.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-24T03:25:50.891Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7B442E39", "AutoV2": "FA16010917", "SHA256": "FA16010917257BCACD9598009AB19422831DD69995AADB4EA8B0B04D1A2BA643", "CRC32": "2B351C5A", "BLAKE3": "52AB2F8F6AD208DFA17C7CB00B12DAE01125AAAC27CC913BEA47831DE07A8CBF", "AutoV3": "F69AA8EF6DDA"}, "downloadUrl": "https://civitai.com/api/download/models/236828", "primary": true}], "images": [{"id": 3875517, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64358e71-c094-42cd-a13c-ada83cd98979/width=450/3875517.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UKLDfH%K*0%1s=WU?aja~Xn+tRNG=|M|NJs.", "type": "image"}, {"id": 3875506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9312f384-e365-44d2-a041-a39833cb0e76/width=450/3875506.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UEOzSs%M~q_300t7_3t7?bxuM{WB?bayIU-;", "type": "image"}, {"id": 3875507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78cdb404-5ec3-48b8-9703-afa69ced5d66/width=450/3875507.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UDPZr%xu~q-;00Rj-;Rj?bkCa|M{~qWBD%ay", "type": "image"}, {"id": 3875276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76952371-d7a5-44af-b164-5fff51b51adf/width=450/3875276.jpeg", "nsfwLevel": 1, "width": 909, "height": 727, "hash": "UKP?:h~qay%M?bM{t7M{-;RjRjj[xuofWBof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/236828", "modelId": 210276} \ No newline at end of file diff --git a/datasets/metadata/236887.json b/datasets/metadata/236887.json new file mode 100644 index 0000000000000000000000000000000000000000..141be3bc3e8245d8509a0eafb11b72b6c1b2c787 --- /dev/null +++ b/datasets/metadata/236887.json @@ -0,0 +1 @@ +{"id": 236887, "index": 2, "name": "v15.2 unstable", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-28T09:22:15.817Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Amelia", "Deloris", "Heather", "Jessie", "Kimberly", "Posie", "Roxanne", "Sandy", "Tamera", "Vanessa", "Wolfe"], "stats": {"downloadCount": 165, "ratingCount": 14, "rating": 4.93, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 183146, "sizeKB": 35616.5380859375, "name": "236875_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-24T06:31:16.299Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "785F0F05", "AutoV2": "29D0D39B82", "SHA256": "29D0D39B82AC61DD088D039BB9B53D371F070BACC34AF9E9C11E5D0F464FCADE", "CRC32": "C7497A9C", "BLAKE3": "52F771E6D65D344A30DD68F049BEFDDA5ED6ABD322657126F985B0CAE652141B"}, "downloadUrl": "https://civitai.com/api/download/models/236887?type=Training%20Data"}, {"id": 183148, "sizeKB": 73842.984375, "name": "My_characters_collection.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-24T06:35:46.348Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F064D9F2", "AutoV2": "2CB82203CF", "SHA256": "2CB82203CF92DADDF4812E840460384C9915E1BA242406829078E40DD3D523AD", "CRC32": "D3D1C3B7", "BLAKE3": "EC22AC493694C22A94B6C333767C281DA784C330CA19A0C94CC541834151E57D", "AutoV3": "30F8C8728091"}, "downloadUrl": "https://civitai.com/api/download/models/236887", "primary": true}], "images": [{"id": 3874891, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a860f279-d4b0-4d8d-b1e6-e297334bffd6/width=450/3874891.jpeg", "nsfwLevel": 4, "width": 1536, "height": 2304, "hash": "U1CY,W01~poI00#k^jIp}=NL~V?b5700?a~p", "type": "image"}, {"id": 3874885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ccb95a0-89b7-4afa-9cd3-29e3f1703f43/width=450/3874885.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UAB.[kxa0L9t0g~B%14:t757s:?H0LNG%2$*", "type": "image"}, {"id": 3874882, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ebc3be4-040b-4086-baf0-c3b2b2660e15/width=450/3874882.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U59P=t~B0g0L0256xZ%2-p%L$%s.4:M|-oxu", "type": "image"}, {"id": 3874884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91d81869-eb48-4d11-8759-d1f359b8099b/width=450/3874884.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U6B.=aV[010L01^j~B9u^*X8D%%1579a?a-U", "type": "image"}, {"id": 3874883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1edf23f-d2df-430f-bec0-f56515c16ab9/width=450/3874883.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UEDb.%I=Eh~VW;-o%2%MELxEaK4:M|Rj-oae", "type": "image"}, {"id": 3874887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbd039d2-8378-4ccb-95c5-0e008ccaf480/width=450/3874887.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U9Bp5?D%FyD%S~RP~V9aS1kDMxx]oeIpRj?G", "type": "image"}, {"id": 3874886, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f1bc93b-95b6-4829-a89a-337fcd29bc30/width=450/3874886.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UHCiaMWqSh~VE1%M%LWBNGV@V@Rj-on$IoR+", "type": "image"}, {"id": 3874888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67dcd078-61a1-4849-a404-94ba1584790d/width=450/3874888.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UBDSH]%2015600%2-pR+~pNHD*xt0LE1xu%M", "type": "image"}, {"id": 3874889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09bffbfe-1b42-4f23-a3e1-06ad283da6c1/width=450/3874889.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UHD+Yo-:EL~V9GNG-:xa%M-oi_Io0Layt7Io", "type": "image"}, {"id": 3874892, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a81dd75e-17c9-4989-a953-4b5c75f2fd28/width=450/3874892.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UBExqo~C0M000LRP%2NG-p%LMy%2E1Iot6o0", "type": "image"}, {"id": 3874890, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01c576af-0923-477e-ae7d-dd7f83f1e531/width=450/3874890.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U4F}s2$L0f000#$Q.700?u0L$N?H00Ip%L~W", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/236887", "modelId": 187356} \ No newline at end of file diff --git a/datasets/metadata/23730.json b/datasets/metadata/23730.json new file mode 100644 index 0000000000000000000000000000000000000000..8e497c94e8aeba0d6bdd48a544eb9418a1f348f3 --- /dev/null +++ b/datasets/metadata/23730.json @@ -0,0 +1 @@ +{"id": 23730, "index": 0, "name": "v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-15T17:33:34.890Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["belorta"], "stats": {"downloadCount": 1783, "ratingCount": 275, "rating": 5, "thumbsUpCount": 307, "thumbsDownCount": 0}, "files": [{"id": 19691, "sizeKB": 73838.029296875, "name": "NIKKE_TetraLine_belorta_v1_epoch-000004_1.0_NP_fp16.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-15T17:35:50.172Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "0F3D1F3A", "AutoV2": "D91497C5E9", "SHA256": "D91497C5E9F31DEE483D9B291747909C4692B95D237AAF167F12CCB139A0E81A", "CRC32": "B42B2196", "BLAKE3": "1DA29A90B90B6E633DCDCE6D28BE7B3662B11AB2A2B002F7D25A4B48BC1598F4", "AutoV3": "9CCD17E71687"}, "downloadUrl": "https://civitai.com/api/download/models/23730", "primary": true}, {"id": 19696, "sizeKB": 327.5693359375, "name": "40_belorta 1girl.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-15T17:45:47.461Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "FAB889DD3A", "SHA256": "FAB889DD3A058784A8DBEE67B96793EC57B56E184CB08C81EB2C7662856EC3D4", "CRC32": "BB962321", "BLAKE3": "8848FAEC1809414B4019C34CE6CF84ED56AAD73023EEB21E7CAB4D8EF6E0CA55"}, "downloadUrl": "https://civitai.com/api/download/models/23730?type=Training%20Data"}], "images": [{"id": 257437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af324c53-01ce-4515-c6dd-9ca6f1c1d500/width=450/257437.jpeg", "nsfwLevel": 1, "width": 976, "height": 1584, "hash": "UKGuUcD%0KWV~qjbD%NG_3NGaeM{E1WVaeoL", "type": "image"}, {"id": 257438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c25da254-8982-4049-8d0a-75494a4ffe00/width=450/257438.jpeg", "nsfwLevel": 4, "width": 976, "height": 1584, "hash": "UEGRxWIo00t7~q^+0KRk_N%MMxMx_3S4M{jF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/23730", "modelId": 19982} \ No newline at end of file diff --git a/datasets/metadata/237418.json b/datasets/metadata/237418.json new file mode 100644 index 0000000000000000000000000000000000000000..0efcb90e313f064372dd3af6c655503a9d10dc46 --- /dev/null +++ b/datasets/metadata/237418.json @@ -0,0 +1 @@ +{"id": 237418, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-24T14:32:45.962Z", "availability": "Public", "nsfwLevel": 21, "description": "\u30c6\u30b9\u30c8
", "trainedWords": ["succubus,1girl,ponytail,black hair,", "1girl,ponytail,black hair,red eyes,", "black headwear, mouth mask, leather shirts,long_sleeves, frilled_skirt, fingerless gloves, pantyhose, thigh boots,"], "stats": {"downloadCount": 372, "ratingCount": 50, "rating": 5, "thumbsUpCount": 70, "thumbsDownCount": 0}, "files": [{"id": 183468, "sizeKB": 20856.408203125, "name": "succubus002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-24T14:35:59.847Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "24A6B782", "AutoV2": "DF78DA0CA1", "SHA256": "DF78DA0CA1D6EE6A357CFE9B2F370EF08B7D6D50149EA20B9034B6A3EE54DFD2", "CRC32": "91959B2A", "BLAKE3": "E98D5DE4B98AF8D18E6AD945940A976C6A63D40DCE4B6C8F416B560BC7329A4C", "AutoV3": "2886A1520A0F"}, "downloadUrl": "https://civitai.com/api/download/models/237418", "primary": true}, {"id": 183475, "sizeKB": 7792.740234375, "name": "succubus002.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-24T14:46:01.050Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1720B63C", "AutoV2": "26F65928FB", "SHA256": "26F65928FB97DD4D6C949A458BE970E2DD6F1E98B3ECCC849C4F9FEE3C50E21B", "CRC32": "77371711", "BLAKE3": "60A5B178234865795018BEFF4655E1D914AC44EBBBD1035C42D01E2AF814850F"}, "downloadUrl": "https://civitai.com/api/download/models/237418?type=Training%20Data"}], "images": [{"id": 3887004, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e21b283e-35ba-4764-85e4-199fd4e5b299/width=450/3887004.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UME-:b~BxC%1^j-U-U%2E4RkspRnNKIpNGj]", "type": "image"}, {"id": 3887008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a43d8953-a486-450a-b9dc-543ae11ccccc/width=450/3887008.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UAE1%90M=_r@xvR*r?Wq}@9[R*WV0g^jaLSz", "type": "image"}, {"id": 3887010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ef35102-b2c1-4b31-9109-cdf668ad5b76/width=450/3887010.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UQEn|tIVWBE2~Bi_ozRk-VxFWqRk%2xaRkRk", "type": "image"}, {"id": 3887018, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8109acb3-4490-4979-8e30-c0b26c1e3e5d/width=450/3887018.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9D*w$}@0f0g0O5S^i}?5jt5-CM}}sw^R*Nx", "type": "image"}, {"id": 3887020, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/feacc1a3-fb02-4f10-8f0d-722ea0f9b9c1/width=450/3887020.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEFETD-V0L0f~Cs:aKR*AIbHs,oK0#R*xZ%1", "type": "image"}, {"id": 3887021, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/179f82d0-d008-42f7-b396-c3f525cafd25/width=450/3887021.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U8Fg,r03;e~AxvIp9uNa=|OW-UEM0#%0oK=d", "type": "image"}, {"id": 3887022, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edaeeb01-1165-4ce8-a6b3-9a8386a6c694/width=450/3887022.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAF5Hd015PIU-.9ao}RP0f4:~V$+xZR*?GD+", "type": "image"}, {"id": 3887024, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd4744f8-5665-416d-9160-309284ec6baa/width=450/3887024.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDEVmJ^cD$Ip5tIr-os:_4nlIpM|Ekxu?GR*", "type": "image"}, {"id": 3887025, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa8de146-06b7-473a-9b12-c3769dba08c9/width=450/3887025.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U4Bz2,p0M_0N05D%_4M|I9V?-p^*00?v0fVq", "type": "image"}, {"id": 3887027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f559b848-d7b4-4fb9-950e-d7e9bd2c7ca4/width=450/3887027.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHFW?|}?MyIW9^WX%1xt11R-EMn%5lEMoeoL", "type": "image"}, {"id": 3887028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a49e19b-3b77-4e34-851d-0ea0d0b97665/width=450/3887028.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGIEtyXA9tkr1m9a-:I;~pRO?G%L9x^+t7IV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/237418", "modelId": 210805} \ No newline at end of file diff --git a/datasets/metadata/237442.json b/datasets/metadata/237442.json new file mode 100644 index 0000000000000000000000000000000000000000..a89d56300dadf52c6cd08b8788906346762cea5f --- /dev/null +++ b/datasets/metadata/237442.json @@ -0,0 +1 @@ +{"id": 237442, "index": 0, "name": "Yellow Hijab", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-24T16:24:05.968Z", "availability": "Public", "nsfwLevel": 1, "description": "", "trainedWords": [], "stats": {"downloadCount": 65, "ratingCount": 1, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 183492, "sizeKB": 518.9482421875, "name": "237442_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-24T15:11:58.619Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "5EAB637821", "SHA256": "5EAB6378218CE6218D75A3324ECC38EF9B2220A7F59BB346D9166319BDCD9356", "CRC32": "28B35422", "BLAKE3": "C63C261ECF4E7FC770EE18CC2598FC7F9A8F77F992856BC5D153AE48A5C07955"}, "downloadUrl": "https://civitai.com/api/download/models/237442?type=Training%20Data"}, {"id": 183514, "sizeKB": 36977.6171875, "name": "Yellow-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-24T15:30:48.314Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "380B1BC3", "AutoV2": "00B4603B3B", "SHA256": "00B4603B3BCC587CF81290DB085223A2363E6A2D16E62DEC922C8D8F83A85159", "CRC32": "F57BB989", "BLAKE3": "A0AFC05CF0F8F961630749D1E7BA7297D1AD0B8A81A023B07E7521113CCAE7AB", "AutoV3": "E5A4B7D50DA3"}, "downloadUrl": "https://civitai.com/api/download/models/237442", "primary": true}], "images": [{"id": 3890150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2292c1e0-d60d-4118-bcce-5bf2f4a43cf7/width=450/3890150.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UgMj2Axu?w-p.9WBxYt7pKbHoybbxujsRkWX", "type": "image"}, {"id": 4026567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63f99d86-685c-4bb4-8eef-90db1840c9ef/width=450/4026567.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULMY0^xt}*ng^h$$=rR*skRkEkof},NcNf$~", "type": "image"}, {"id": 4313085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fe0d30c-afeb-40b2-ae57-acaef810ef88/width=450/4313085.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UqJQGhs:~8s.~AoebGoL^ioLj?azxZj[RkR+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/237442", "modelId": 210821} \ No newline at end of file diff --git a/datasets/metadata/237660.json b/datasets/metadata/237660.json new file mode 100644 index 0000000000000000000000000000000000000000..1768783ae90af92659005b9f7abf241f0d848f33 --- /dev/null +++ b/datasets/metadata/237660.json @@ -0,0 +1 @@ +{"id": 237660, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-24T18:24:01.445Z", "availability": "Public", "nsfwLevel": 29, "description": null, "trainedWords": ["fwhyuna, large breasts"], "stats": {"downloadCount": 450, "ratingCount": 49, "rating": 5, "thumbsUpCount": 76, "thumbsDownCount": 0}, "files": [{"id": 230067, "sizeKB": 28355.8134765625, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T15:30:52.289Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BF7413DE", "AutoV2": "FDD8BAD84E", "SHA256": "FDD8BAD84E773DED0215643861FAD5AC1EB7428769A44B76EFA81033585C28C3", "CRC32": "207ABC38", "BLAKE3": "BECD35D343E584D4BB8420FFB26D20484ADDE58A84C94C113C1E68331B6DB1C6"}, "downloadUrl": "https://civitai.com/api/download/models/237660?type=Training%20Data"}, {"id": 183658, "sizeKB": 18545.6337890625, "name": "Hyuna-06.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-24T18:20:51.251Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "FBFDD248B7", "SHA256": "FBFDD248B77B1AF2A2DB489A33333272331798B83A91095343501508FCA99644", "CRC32": "B17FD17B", "BLAKE3": "7C1EF810B55C61162ED944902BEAF06BD24A1C0D37E870C2B9C742B90677B6CF", "AutoV3": "9FDC6CF9758B"}, "downloadUrl": "https://civitai.com/api/download/models/237660", "primary": true}], "images": [{"id": 3892613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3df3a2fb-429a-4336-b7cc-e19e065f15ac/width=450/3892613.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1360, "hash": "UiKUc,R*O@ofu6oLJCt79aNGxZNG-;R+VrR*", "type": "image"}, {"id": 3892612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62f440c3-a101-46c9-8900-3a053d24afaf/width=450/3892612.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1360, "hash": "UJI;;v^+9uF~Th-;ENKR00Io?HIp-nxtMx$z", "type": "image"}, {"id": 3892615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09e6d6eb-6790-4ea0-9ac4-e7e9248ddd31/width=450/3892615.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1360, "hash": "U6LDGi9Z00%M00R*9t-;00oz?bWB?^nO00t7", "type": "image"}, {"id": 3892617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf29e889-ea3d-45bd-9697-fa4b04ec4746/width=450/3892617.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1360, "hash": "URMi=~%M00xu0es:X8s:00t7bcf6~qofr@of", "type": "image"}, {"id": 3892618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9003cd92-6f46-4354-b1b6-8b659269a2f7/width=450/3892618.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1360, "hash": "UQLM|#IA01xt0|M_R*j=%MM_~qoISiRiNKWB", "type": "image"}, {"id": 3892621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c11f03d5-19d6-4070-bb59-4afab60546ee/width=450/3892621.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1360, "hash": "UML:+UI90Jx^1]D$M_WFx^IA~CoO.AMxWGkE", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/237660", "modelId": 210998} \ No newline at end of file diff --git a/datasets/metadata/238516.json b/datasets/metadata/238516.json new file mode 100644 index 0000000000000000000000000000000000000000..654ad11be72acf24bbd72b530f12ede0057635eb --- /dev/null +++ b/datasets/metadata/238516.json @@ -0,0 +1 @@ +{"id": 238516, "index": 0, "name": "CrossHatchXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-11-25T17:22:23.099Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["black and white drawing"], "stats": {"downloadCount": 428, "ratingCount": 41, "rating": 4.98, "thumbsUpCount": 77, "thumbsDownCount": 0}, "files": [{"id": 184609, "sizeKB": 223100.68359375, "name": "CrossHatchXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-25T17:21:00.405Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "29C0BD36", "AutoV2": "AD50A24017", "SHA256": "AD50A240172D97640754C9478FF70D4009773D64FF4EB24AF5678695D13B4D13", "CRC32": "A6D56850", "BLAKE3": "FFD171FF252125E627FD2F1E198A8B93C74BEE1125B26AB88540365D7406E7DE", "AutoV3": "47F9DA9A2A94"}, "downloadUrl": "https://civitai.com/api/download/models/238516", "primary": true}, {"id": 184349, "sizeKB": 13425.2861328125, "name": "238516_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-25T12:40:57.070Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9AE03D9F", "AutoV2": "D5C25E4874", "SHA256": "D5C25E4874045AC09B8AFE88A44E995615B06C9701AD25564A3100581BA11A9B", "CRC32": "9F6BC68A", "BLAKE3": "0270EA801D2221B8708F25F407078BE005E603E5DDA0920624DFE3C6D1E5C419"}, "downloadUrl": "https://civitai.com/api/download/models/238516?type=Training%20Data"}], "images": [{"id": 3918086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/566ff104-4ea8-43fb-a9bd-c9a94b67a0e2/width=450/3918086.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYR3TWxu~qRj-;ofM{Rj-;ayM{ofayRjoft7", "type": "image"}, {"id": 3920899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/687942d6-0a6d-4795-9918-98ffc51f2c13/width=450/3920899.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULEo[I~q9FIU~qayD%Rj00D$oyxu4nayt7Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/238516", "modelId": 211733} \ No newline at end of file diff --git a/datasets/metadata/238577.json b/datasets/metadata/238577.json new file mode 100644 index 0000000000000000000000000000000000000000..019cfa7bdf69d07f03bbd407daf61e5800621953 --- /dev/null +++ b/datasets/metadata/238577.json @@ -0,0 +1 @@ +{"id": 238577, "index": 0, "name": "Stillsuit V1.32", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-25T20:24:42.443Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 167, "ratingCount": 13, "rating": 5, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 184407, "sizeKB": 9311.2998046875, "name": "238577_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-25T13:41:16.524Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "05B613D9", "AutoV2": "4434B5513B", "SHA256": "4434B5513B51633D06997B0079C2C39B2A1AF13571C5ABBDC4149B6C569D7BB5", "CRC32": "09B6390D", "BLAKE3": "F9F0EA03B8B518420BE8CAC429BC9926D84596A050558BD93D417360EACD99AC"}, "downloadUrl": "https://civitai.com/api/download/models/238577?type=Training%20Data"}, {"id": 184764, "sizeKB": 36977.3671875, "name": "Stillsuit_V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-25T20:26:35.652Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1A6C672F", "AutoV2": "457D6D9D0F", "SHA256": "457D6D9D0F5A8037CEB347867E49C480D2DB93B0346F93A968F3794B2A75CC2E", "CRC32": "44D0A383", "BLAKE3": "97F72F9D77DAA580D85142A45E0A7F85BEB7604240E1EF7AFB47E248552E2ED6", "AutoV3": "3BCE05642F53"}, "downloadUrl": "https://civitai.com/api/download/models/238577", "primary": true}], "images": [{"id": 3921476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6766fe5-77e5-4e1a-97e3-f4ba75c5a605/width=450/3921476.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UQIXs#Wq_N%Lx]oLIVayt7oeRPR+Rja|ofjs", "type": "image"}, {"id": 3921475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c20eabe6-9ed8-437b-b749-31cfd8a9c2e1/width=450/3921475.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBG8.h-:_NkW22R-9vR+IAt7VrxZRPM{s8ae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/238577", "modelId": 211786} \ No newline at end of file diff --git a/datasets/metadata/238813.json b/datasets/metadata/238813.json new file mode 100644 index 0000000000000000000000000000000000000000..4536fcb8f33758ba430969707f7ba4ee68820217 --- /dev/null +++ b/datasets/metadata/238813.json @@ -0,0 +1 @@ +{"id": 238813, "index": 0, "name": "Coy", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-25T18:35:25.059Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 24, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 184607, "sizeKB": 9489.712890625, "name": "238813_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-25T17:15:53.969Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DBF709E6", "AutoV2": "4891997F4E", "SHA256": "4891997F4E17BFE1D2F806482844694FDF512CEBA780A152EC97D5FCBD374663", "CRC32": "A985CEB6", "BLAKE3": "A30841EBB767023640E906ACE082C90B978B8E4F5F4E23DA265A978C20A1617D"}, "downloadUrl": "https://civitai.com/api/download/models/238813?type=Training%20Data"}, {"id": 184668, "sizeKB": 223100.55859375, "name": "Coy.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-25T18:20:53.526Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "15C0A481", "AutoV2": "C879AB28A3", "SHA256": "C879AB28A35BC35796F769A7E3FF4FC2B75472DB0EE39068C42B34A134D432B3", "CRC32": "AC927B54", "BLAKE3": "FD394E5EE4F54C5DD784430B724782EB6A25FBB7B6A97F05F4140C89B6CB6285", "AutoV3": "AAC12ED5F688"}, "downloadUrl": "https://civitai.com/api/download/models/238813", "primary": true}], "images": [{"id": 3919293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b6f6b71-e5df-4ed6-a470-151fbff4edb3/width=450/3919293.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UJA]]lnOKnR-B.jFSwSgvwbuvJocWBbar^sA", "type": "image"}, {"id": 3919291, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b23696b6-3ed1-4255-bd8d-06cbb6e048a9/width=450/3919291.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UCC#.Jof0Oaj8^R*?9s,+:jsENjX%joLE,Wr", "type": "image"}, {"id": 3919298, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4443e257-901e-4117-8e00-b95e0d77a8a8/width=450/3919298.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UEC$QQ:i0}YR3WNFv}X.UbpJrqMv[T%3XA:j", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/238813", "modelId": 211994} \ No newline at end of file diff --git a/datasets/metadata/238990.json b/datasets/metadata/238990.json new file mode 100644 index 0000000000000000000000000000000000000000..84349ede76b61b52cbab045d6a43dd65b05f9bee --- /dev/null +++ b/datasets/metadata/238990.json @@ -0,0 +1 @@ +{"id": 238990, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-25T20:12:09.367Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["TamakiKousaka", "School_uniform_White_shirt_Red_sailor_collar_Red_skirt_Red_bowtie_white_thighhighs"], "stats": {"downloadCount": 582, "ratingCount": 85, "rating": 5, "thumbsUpCount": 112, "thumbsDownCount": 0}, "files": [{"id": 184751, "sizeKB": 37007.1484375, "name": "TamakiKousakaV2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-25T20:05:59.027Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "08FD93EA", "AutoV2": "3757C75044", "SHA256": "3757C7504463D61FD084CACC1A111ADC356DB77ABE5FD75532579E60F987F805", "CRC32": "8DD429FC", "BLAKE3": "853D21C2209E405B5AA561C4998028FB6FCD51D8EE728D60CDAF881F0093242F", "AutoV3": "6347BBC62618"}, "downloadUrl": "https://civitai.com/api/download/models/238990", "primary": true}, {"id": 184752, "sizeKB": 60103.7509765625, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-25T20:06:27.459Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "48F7FEAE", "AutoV2": "FB37069966", "SHA256": "FB3706996683460A1A19A18217C0FD86C3F4A751F51B2357AC773C06B18091AC", "CRC32": "BCB802B0", "BLAKE3": "ACBDFC80FBBB03358AD8552CD327C35002346CA14D9C19B2B5172C6F8BDFF955"}, "downloadUrl": "https://civitai.com/api/download/models/238990?type=Training%20Data"}], "images": [{"id": 3921155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/992e434e-4c14-4c8a-bc4b-0414e8389009/width=450/3921155.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDL2-+_LLz}t.S8_?H%~B.z=ofKN+c%f^*?G", "type": "image"}, {"id": 3921147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98c39ab8-47d1-492c-8744-fe0376cfb833/width=450/3921147.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UWJsz{.TAaK6TKtmpJS$9aV[JA%1VuV@V@NG", "type": "image"}, {"id": 3921159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32548005-75c6-49b9-85a3-f282899cd439/width=450/3921159.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UEJ7Uc0L0dM|}@E1?bX8kSi_M{Or4TR*_3t8", "type": "image"}, {"id": 3921161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6432b1a9-7e45-402c-abde-6dc7bc6f01a3/width=450/3921161.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UELM*Y000}vM^*0K_NVsNDwG%NIpE39t^*-C", "type": "image"}, {"id": 3921162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/452440e1-9cce-46c7-904d-a5a77c96676a/width=450/3921162.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDKA82020d^Q~UDj.75Q%dE3XnkVHqEL_Mm,", "type": "image"}, {"id": 3921163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c12e5e72-02f8-4f12-9a38-ab99e59d4bbf/width=450/3921163.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UCKAZ[002U^j?^9FTJMeJ$i^R+RjoNE0?HRj", "type": "image"}, {"id": 3921149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a824ca4-707e-4c85-a6eb-88aafa17c97a/width=450/3921149.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "URKUA_Mx80NzNM9}%LR5%gT0t7VsxZS$xZVs", "type": "image"}, {"id": 3921148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88b6cc17-b0de-485a-89c9-fb9e4b959070/width=450/3921148.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "ULI|n5~C0|-V-;xa-:V@E1IV%LR-r?M{tQof", "type": "image"}, {"id": 3921158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2937cec-a4f8-4ffa-a3d0-5561f563e1e4/width=450/3921158.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UOKw68^k*INu-=NbO?E1I:IVogt7S8t6%MoL", "type": "image"}, {"id": 3921150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16f68d6a-730e-40e4-83e1-888a44e0bf8d/width=450/3921150.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UIGawl?G0z%M+}%MyDM{~DeoNYtRD*oexua{", "type": "image"}, {"id": 3921164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e259405d-3e08-4f82-9088-26351414d3a5/width=450/3921164.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UVIER~~X9tWC$7V[9tM|IAR*tlt6R-M{jExa", "type": "image"}, {"id": 3921153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23a3f159-4a5e-43af-b588-8f747ff9e13c/width=450/3921153.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UdKdMU~qcrxZ.8krO@NHNgX8tSt6IqR%V[e-", "type": "image"}, {"id": 3921151, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d5fc95f-cfa8-4593-8b54-21223faed6cc/width=450/3921151.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UPJGQm~W5Rw{t8NG56IU4:bH%Lt6NIM{M{af", "type": "image"}, {"id": 3921152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e48928b8-d548-42ae-8596-bab00ff0c380/width=450/3921152.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U7IqG]IY00xZ00?H0LEL8yRO*JSd02nO$uR*", "type": "image"}, {"id": 3921154, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22c789e2-c6e3-439d-af52-692cf70cc498/width=450/3921154.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UBJj-.0000^kD4J7.mMdDNMxyqMy9J9FoH_2", "type": "image"}, {"id": 3921156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ed509c9-d2d0-4531-b930-5f9be7a559f7/width=450/3921156.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UCJ%kJ003W~B?ID%?]9FKPIUNG%f8_x[-;of", "type": "image"}, {"id": 3921157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a9e5919-e012-4818-b6aa-3adf9c9d203a/width=450/3921157.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "URLpgtIoys~p?Hxu%MtQ?G%3XlodNeDjfjs:", "type": "image"}, {"id": 3921160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62a7847e-209e-4393-b20b-a2a7f3556217/width=450/3921160.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UQIzo3J84:~C9FoftQIU-VxaJ*M|RPj@Ion*", "type": "image"}, {"id": 3921165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94b0f223-a6da-4cf0-8e28-8d06847c738f/width=450/3921165.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UCH-1CInR=tl|?t700n$~Doe.StR00NF?aE1", "type": "image"}, {"id": 3921166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a0f2d97-c10b-4d70-9737-f5381ae3f16f/width=450/3921166.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UGHBb@019s?H~WIoxtIB=rIoJUxa0ej??HRQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/238990", "modelId": 52254} \ No newline at end of file diff --git a/datasets/metadata/239043.json b/datasets/metadata/239043.json new file mode 100644 index 0000000000000000000000000000000000000000..500bc6866b101e5d32170b99d98c9569c910477d --- /dev/null +++ b/datasets/metadata/239043.json @@ -0,0 +1 @@ +{"id": 239043, "index": 1, "name": "b0dysu1t_v3", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-25T21:09:04.917Z", "availability": "Public", "nsfwLevel": 28, "description": "For verison 3, I revised the training, renaming the instance to just \"b0dysu1t, and changing the tokens to generic \"bodysuit\" and \"harness\". I also added in a bunch of images of just the bodysuit, so that the body suit could be used alone or with the harness.
", "trainedWords": ["bodysuit", "harness", "b0dysu1t"], "stats": {"downloadCount": 916, "ratingCount": 5, "rating": 5, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 184799, "sizeKB": 18548.5078125, "name": "b0dysu1t_v3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-25T21:01:01.596Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "41E88C0F", "AutoV2": "D7E232E30D", "SHA256": "D7E232E30DDB3CE7325E8F5F84F6248A17E54E1A54A9B927EDAF7DFAB771B27F", "CRC32": "4E6F1A0C", "BLAKE3": "B997444A391A5DC761E1B08717661BD517F22E70836BF9D5E3C6DA6E82DFF0EF", "AutoV3": "44F2FAE357BD"}, "downloadUrl": "https://civitai.com/api/download/models/239043", "primary": true}, {"id": 184800, "sizeKB": 54975.150390625, "name": "5_b0dysu1t style.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-25T21:01:30.157Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "234C638A", "AutoV2": "90DC406241", "SHA256": "90DC406241C5746C1565EDF9738C677AD30F926A4637D120F82A45F671BF3C47", "CRC32": "4429A674", "BLAKE3": "34BD97ECB78CD6D1C7C259F3A22DCAC289274EFB1F2EFEF4C09DE2FA97FC9BC0"}, "downloadUrl": "https://civitai.com/api/download/models/239043?type=Training%20Data"}], "images": [{"id": 9672194, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c3083fa-0ee8-4c2a-91be-48ebbbf84e17/width=450/9672194.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1162, "hash": "UCE.u1jEk2?c-LV=IBx__0WZe@xt?waexAg3", "type": "image"}, {"id": 3922083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c289ff2-ca08-4315-b095-cb30c8d48bc2/width=450/3922083.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1408, "hash": "UHGa|RyYE*-pL4tSkDozInivi_NyVYD*ROS5", "type": "image"}, {"id": 3922136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/282dd13e-1391-4afa-bbb9-bc9429742528/width=450/3922136.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "UEDkx~x70#A0x|aaxINzI^9s$,%1E2R*t7WS", "type": "image"}, {"id": 3922160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ae4bcdd-29f0-4db6-b5ff-a7ebe3dbe6d4/width=450/3922160.jpeg", "nsfwLevel": 4, "width": 576, "height": 768, "hash": "U6Gkw#Tz5vt71R5=%%17:z^,NYTh-CRi]yD$", "type": "image"}, {"id": 4305606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bee8e60a-5d06-474d-bc3b-707eb85005a6/width=450/4305606.jpeg", "nsfwLevel": 2, "width": 576, "height": 768, "hash": "UxP%L#WB~q%Mxut7ayRj%Mt7M{RjoLWBj]t7", "type": "image"}, {"id": 4305605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a61bc56e-9458-4945-ac02-1940dcc0e38d/width=450/4305605.jpeg", "nsfwLevel": 4, "width": 576, "height": 768, "hash": "UmP6~yt7~qRj%Mt7RjM{-=ofM{j[t7Rjayt7", "type": "image"}, {"id": 4305598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76dd2bf8-e3cf-4eb1-9248-79813eb0b96c/width=450/4305598.jpeg", "nsfwLevel": 4, "width": 576, "height": 768, "hash": "UmQvwRxu~qjaWUoft7RjxuofRPRjofj[ofay", "type": "image"}, {"id": 5135477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90b98b5d-7f14-41f0-aae6-99679e9d15f5/width=450/5135477.jpeg", "nsfwLevel": 4, "width": 640, "height": 960, "hash": "UMJQ$j_4JN~pD%V@o2M{QkITIuIUx]W;xax[", "type": "image"}, {"id": 5135489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53d2103b-43e7-47fd-94b7-be6fe9ad028f/width=450/5135489.jpeg", "nsfwLevel": 4, "width": 640, "height": 960, "hash": "U7GRe_,o0J5Q.98_Iwxt}30zwO%NobOaD$EO", "type": "image"}, {"id": 5135473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bd85bcc-eafa-4213-ad23-9f71a43b9a9b/width=450/5135473.jpeg", "nsfwLevel": 4, "width": 640, "height": 960, "hash": "UCG[Zx~W4,t80JE1E4adU[M|Oc%1JDxt-mW=", "type": "image"}, {"id": 5135479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a56d7484-b87c-4301-8a1f-d444b755fc20/width=450/5135479.jpeg", "nsfwLevel": 4, "width": 640, "height": 960, "hash": "UCDu_iiG0{~C5TNgIqIo=o?Jss-m9vM{oJIo", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/239043", "modelId": 209437} \ No newline at end of file diff --git a/datasets/metadata/239176.json b/datasets/metadata/239176.json new file mode 100644 index 0000000000000000000000000000000000000000..5250ca7b23b9878369bdff7399e46d2c70212a31 --- /dev/null +++ b/datasets/metadata/239176.json @@ -0,0 +1 @@ +{"id": 239176, "index": 0, "name": "Sosha", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": null, "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 184958, "sizeKB": 36980.234375, "name": "Sosha.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-26T01:15:49.008Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "19E077C1", "AutoV2": "F7DFF6AB64", "SHA256": "F7DFF6AB64F8FE6DD9B89FCF67602A61CCCBC02451D64D000E41E614F93FA21D", "CRC32": "30BC9926", "BLAKE3": "30EA05045DD90AE109C42ABE4D1D97D0B3D26B228399FCA3B52EFC46A437903C", "AutoV3": "CB16255FB20B"}, "downloadUrl": "https://civitai.com/api/download/models/239176", "primary": true}, {"id": 272466, "sizeKB": 6081.5087890625, "name": "Sosha_Hybrid V 1.0.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T05:25:50.347Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BAC90F01", "AutoV2": "34DDEE988B", "SHA256": "34DDEE988BC8E2B1525882A5563FADF8FAB70C59F5FC9C5BC22C6D7B3AE7203E", "CRC32": "5B273CE1", "BLAKE3": "351172E879329A223067B377870680973D8D01038786911218FCCC0888355495"}, "downloadUrl": "https://civitai.com/api/download/models/239176?type=Training%20Data"}], "images": [{"id": 3944904, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3534338a-66d5-4aa6-a02b-cd2eba169d60/width=450/3944904.jpeg", "nsfwLevel": 1, "width": 498, "height": 512, "hash": "UABo~.sp9@S0~pofIVWBSeayM{f8aeWUWCoM", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/239176", "modelId": 212306} \ No newline at end of file diff --git a/datasets/metadata/239324.json b/datasets/metadata/239324.json new file mode 100644 index 0000000000000000000000000000000000000000..beb1a30d51e4870b0142c03cbcc386d129581624 --- /dev/null +++ b/datasets/metadata/239324.json @@ -0,0 +1 @@ +{"id": 239324, "index": 4, "name": "Bowser xl retrained", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-11-26T13:23:20.205Z", "availability": "Public", "nsfwLevel": 1, "description": "Used the same dataset as used [here](https://civitai.com/models/102948/bowser).
It's my first try to use training service on civitai.
Recommended Settings is filled randomly.
", "trainedWords": ["Bowser"], "stats": {"downloadCount": 52, "ratingCount": 1, "rating": 5, "thumbsUpCount": 1, "thumbsDownCount": 1}, "files": [{"id": 185023, "sizeKB": 147346.8037109375, "name": "239324_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-26T03:15:47.226Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "83136490", "AutoV2": "B0F91A6D6E", "SHA256": "B0F91A6D6E5F0D9DD88C50686E7B75E85EEA6DD73600B1FB53C63E2E3D0F41A0", "CRC32": "795E37A5", "BLAKE3": "EF232AD2B3580F35640E8D43F3A28C929830ACFAA64D6412A74D304263AE3762"}, "downloadUrl": "https://civitai.com/api/download/models/239324?type=Training%20Data"}, {"id": 185072, "sizeKB": 223102.26953125, "name": "Bowser.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-26T04:31:04.146Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "64FAB1D3", "AutoV2": "28FFD596E1", "SHA256": "28FFD596E1856BBA3C73F0FFDD9A2D4173CB7150BB4F798D34AF4DF19D9E36EE", "CRC32": "126A9BA0", "BLAKE3": "20E3D0BB1B022EBDC72AD814827E9973A785AFCB32BCBC650DBA192488440F6F", "AutoV3": "1320A09E3E6A"}, "downloadUrl": "https://civitai.com/api/download/models/239324", "primary": true}], "images": [{"id": 3941347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45eddcea-f06d-477a-a444-0fad55792c16/width=450/3941347.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9C}?;}?0*ob4=nhxBNc0m9zN1o3ADIq-Bs:", "type": "image"}, {"id": 3941336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d66bea9a-69c7-4811-8f07-829cf260d51b/width=450/3941336.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8D8{~%204WU01nOngI@0qR.~8%0#OR+xvxC", "type": "image"}, {"id": 3941334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1faecb1e-1f40-4911-9517-de7a465e51bd/width=450/3941334.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJIX~wM{?bR+ROD%IUjY~q%LITt74oNGt7fl", "type": "image"}, {"id": 3941335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc774635-5f6d-4ae5-98df-d389ba4f5f84/width=450/3941335.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEG+aZ_2Br9#?w9FkB%2PX%2,,i^.9ROxWbw", "type": "image"}, {"id": 3941337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95d544e6-a3f7-49d9-b3d9-f740b8777528/width=450/3941337.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULHoE^o#5TE3?cskXn-;yZxun2RP.9V?s.x]", "type": "image"}, {"id": 3939488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80a45a99-0cbe-47fa-b83a-aaba15cd9093/width=450/3939488.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAHU8#=_3FER01azInNHcbNeJ9%0Mdnh%0bG", "type": "image"}, {"id": 3941338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cced95d8-9562-4eaf-8875-d1b501c0d9ae/width=450/3941338.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGG@9$-nJA9w5YbbjXs+69so5;R,xCso}:s,", "type": "image"}, {"id": 3941340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44798eed-d931-47bf-a7dd-96db5804757e/width=450/3941340.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOEUPqAI14=tJ:$%ofRl5r$%$$I=};NKI[xW", "type": "image"}, {"id": 3941342, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46894626-1ef5-4450-ba04-ca1133f2ad5c/width=450/3941342.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDFN-Z-:07IpKlb_%JxCGH-V$gbF~9kV9wWY", "type": "image"}, {"id": 3941339, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbc2c1b2-2b8a-4fee-8c29-be243774433f/width=450/3941339.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9J7BT4o0$~U02pJ=_acTL0g=X=_bI^$0$0O", "type": "image"}, {"id": 3941341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59ae51fd-bc24-4bf5-a5e2-9bd8827d9224/width=450/3941341.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URLDGF~qF}jGE-%MozjZ%1kCRjt6rqD*adRk", "type": "image"}, {"id": 3941345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b8d38f5-3bd8-4ce9-82ac-6d3c7ff1b214/width=450/3941345.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULKK1J-:5?S~0LkBtPkWIWV[RPi_~CV[%1xa", "type": "image"}, {"id": 3941346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfd0b515-0911-4c6e-a580-f0f32d505ea2/width=450/3941346.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNFY75-pM}oe0MIWxZWC9vkVR%Rk~Ut7xuxa", "type": "image"}, {"id": 3941344, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb34f2d0-8058-45c4-a885-659e0bddbc74/width=450/3941344.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5GI7O~D01w@80t88^9Z0GTKH;E2M]S~4:$K", "type": "image"}, {"id": 3941343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a693b12-3356-4de0-8bdd-342d7c7b1383/width=450/3941343.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBI4hB03$w-;0Dd:RjOu0?^HR-tR~10m%L}?", "type": "image"}, {"id": 3941348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3d5522b-aab0-464c-af74-eaae60cb2697/width=450/3941348.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDINpe5Y0f~A1Bwb0Ltk%$$x$cIrTJM}v}Rl", "type": "image"}, {"id": 3941350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a766d06c-717f-4816-a4a5-ae000195a149/width=450/3941350.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHGIS}s+9[K6~X-:V[V[b{xt#%%L^jxrWBR-", "type": "image"}, {"id": 3941349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a03d76c-71fc-4aca-8474-4a4f95ee28b3/width=450/3941349.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9H_e[wj5iDipen-rat6S%tQi]tm~Ut,BVOs", "type": "image"}, {"id": 3941351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70c5ab7d-2747-4831-baf3-7facb199cb5a/width=450/3941351.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUHKXpjZE3x@}tNHI?smMgR+kVaLV|xW$zJC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/239324", "modelId": 212446} \ No newline at end of file diff --git a/datasets/metadata/239387.json b/datasets/metadata/239387.json new file mode 100644 index 0000000000000000000000000000000000000000..86a20f0fee93bf1460569f24ddae3784ce638c6e --- /dev/null +++ b/datasets/metadata/239387.json @@ -0,0 +1 @@ +{"id": 239387, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-26T04:29:29.762Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 1137, "ratingCount": 146, "rating": 5, "thumbsUpCount": 231, "thumbsDownCount": 0}, "files": [{"id": 185070, "sizeKB": 43771.14453125, "name": "Matsumoto_Rangiku_Bleach.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-26T04:31:19.915Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "49C5E38B", "AutoV2": "16AFDA6371", "SHA256": "16AFDA63711E99C0A09106BB4E0817B4220B85AB385741418E060D1E16BA66A3", "CRC32": "77496973", "BLAKE3": "5FEC7CDD32004338E941DBD963173A3396AA5FD8946736AB83DC2D9ADDDE60BA"}, "downloadUrl": "https://civitai.com/api/download/models/239387?type=Training%20Data"}, {"id": 185069, "sizeKB": 22247.87890625, "name": "Matsumoto_Rangiku_Bleach-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-26T04:31:18.912Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6ED441C6", "AutoV2": "859C475589", "SHA256": "859C47558923D7DBAC253269BFF0EB528640DEE00D80C22C5C2B3B537E969B5B", "CRC32": "4865848C", "BLAKE3": "62123E80AA74CC2939179310B4EA06E3309A4E3C4A55E639A0FFCC2EB3A8AC74", "AutoV3": "9534BD29010C"}, "downloadUrl": "https://civitai.com/api/download/models/239387", "primary": true}], "images": [{"id": 3929532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a719e8e4-1464-4461-a4d4-62cc031c809f/width=450/3929532.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UjNSg8xaJ:WV~pa}.8xayDofkXR*-pWBspoK", "type": "image"}, {"id": 3929605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/882f4c82-d5f8-4e16-9f10-6b14daaab10f/width=450/3929605.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U*M%Au%M%hWE~WRjtmt7bvV@R*oJWVf6aebc", "type": "image"}, {"id": 13994264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e1cda1a-c05f-4e71-83c8-57068aea450f/width=450/13994264.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UhLWU~t7OCRj~VRjtSR*?aRPozxGJAjun$NH", "type": "image"}, {"id": 14170404, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f4fa8d9-5812-46fa-93d0-569b152c9376/width=450/14170404.jpeg", "nsfwLevel": 2, "width": 1536, "height": 2304, "hash": "UMI#0~~B9tXTD4=@E19Zo|%M^*IqELR*W=og", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/239387", "modelId": 212505} \ No newline at end of file diff --git a/datasets/metadata/239482.json b/datasets/metadata/239482.json new file mode 100644 index 0000000000000000000000000000000000000000..4e8537ded3c8d9726b95ee3bfce122a706d80809 --- /dev/null +++ b/datasets/metadata/239482.json @@ -0,0 +1 @@ +{"id": 239482, "index": 1, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-26T06:45:27.806Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 322, "ratingCount": 49, "rating": 5, "thumbsUpCount": 58, "thumbsDownCount": 0}, "files": [{"id": 185150, "sizeKB": 42213.8623046875, "name": "Yukiha_Serizawa_Library.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-26T06:45:43.716Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0C144170", "AutoV2": "B7BB8A46A3", "SHA256": "B7BB8A46A3F75BC8160EB7D11882544B5A74E6275C0691D5A12905F82D612C58", "CRC32": "72AB1305", "BLAKE3": "F23E6972E7805FEAD2434EC071A8CFAC167E0C1CF8452071158ECCB032CC796B"}, "downloadUrl": "https://civitai.com/api/download/models/239482?type=Training%20Data"}, {"id": 185152, "sizeKB": 22252.92578125, "name": "Yukiha_Serizawa_Library-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-26T06:50:55.997Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E4BBF576", "AutoV2": "96D8472117", "SHA256": "96D84721170EBED542AA844686B13AA29E6954F4D515E9B2814D7D2130CDAE79", "CRC32": "C6221DF1", "BLAKE3": "8AC8EB807DE38D5A88EC2D71CB32171EB1F861A812CCFA0B3AB8345D8C6B0BFC", "AutoV3": "D04FF2922556"}, "downloadUrl": "https://civitai.com/api/download/models/239482", "primary": true}], "images": [{"id": 3931573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c23db5af-433d-4e11-a98f-6321809b3c4d/width=450/3931573.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UpK1E|s:%gay~Vj]?at6IpbIxYkCXAayV@WB", "type": "image"}, {"id": 3931816, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/163b450e-75f1-4566-8c52-0661eb7e61c6/width=450/3931816.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeODC4-:.TxuIAWC?voe.SRj$LjsS4oef6WB", "type": "image"}, {"id": 3931444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/056bc83f-2d16-4688-87df-8542e506e1f7/width=450/3931444.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UlJ@wcay%gf6~Vax?bxaIpofxFayX9jsaeWB", "type": "image"}, {"id": 3932135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12bffb9b-a135-4f96-abcc-5b467cce2ad3/width=450/3932135.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHJt^_ITBC%100?byDRj*0-=-4IpNGaeslRj", "type": "image"}, {"id": 3932130, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/552af390-2a89-49ba-84ae-c000f43cf97f/width=450/3932130.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHJt^_ITBC%100?byDRj*0-=-4IpNGaeslRj", "type": "image"}, {"id": 3932206, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/219e062d-22e1-4a2a-a57e-a68696280d14/width=450/3932206.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNKB2VITTyxu00ozo~W=*0of={%2%MM_?bni", "type": "image"}, {"id": 3932132, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb931f37-1c02-41a4-b80d-7c4a55521d97/width=450/3932132.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UFIX]g4nF}kr-P9ayEoz00^*?aNH?^t8R4t6", "type": "image"}, {"id": 3932213, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e223d07e-eb47-4155-95f9-3730c139136a/width=450/3932213.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UVL4c~9F%hXSxtD*.8f+9bslxaxt~qS5RP%L", "type": "image"}, {"id": 3932205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b8f0d2d-31c7-4c7b-8264-5c52f924c594/width=450/3932205.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "URKnPQXT.9?b9FoJtln$tSt8%1Ip_4Ri-pn$", "type": "image"}, {"id": 3932131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea187808-8b89-4c7c-b216-06f90653e8f3/width=450/3932131.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UQKUD=I:b^~WH;S$Nw-o9E?GoztR?vM|M{NG", "type": "image"}, {"id": 3932332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5c93320-a43c-4756-b060-1609d12edc56/width=450/3932332.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UJJHw8%NTe?vDN_3?u-;0L~WjEM{?v9Fi^s:", "type": "image"}, {"id": 4967222, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f4e7866-0536-4961-ba78-b5fa97d426c3/width=450/4967222.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UpJkTG%M_Nxu~WRjx]WBxut7xuWBIVRjV@of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/239482", "modelId": 212590} \ No newline at end of file diff --git a/datasets/metadata/239637.json b/datasets/metadata/239637.json new file mode 100644 index 0000000000000000000000000000000000000000..a0f3fbfbb3d6d97863d5c236d04483db55d3921e --- /dev/null +++ b/datasets/metadata/239637.json @@ -0,0 +1 @@ +{"id": 239637, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-26T10:43:38.975Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 501, "ratingCount": 95, "rating": 5, "thumbsUpCount": 121, "thumbsDownCount": 0}, "files": [{"id": 185284, "sizeKB": 22257.37890625, "name": "Yor_Forger_SPY-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-26T09:56:24.362Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1391F14E", "AutoV2": "1665FF69A0", "SHA256": "1665FF69A0E3A59C248545CF287FC1871EEA12B5087AD63D7BB0E05C82DBEA5C", "CRC32": "F6D84DFF", "BLAKE3": "8F80695F4B1191A1240E07DF7946965AB17D68FAF8E4F25DB724A5E1206CCE88", "AutoV3": "16611D9D6692"}, "downloadUrl": "https://civitai.com/api/download/models/239637", "primary": true}, {"id": 185285, "sizeKB": 51914.8603515625, "name": "Yor_Forger_SPY.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-26T10:00:47.795Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "92299344", "AutoV2": "E76451D465", "SHA256": "E76451D4656AF0C3943F7F91B5119511E880A23E81D92EAEC1C08C0688D71A3E", "CRC32": "8F42D703", "BLAKE3": "322B3490C1D211BB915A104F389249BBDFF921866C4347A09C151DD2F686A376"}, "downloadUrl": "https://civitai.com/api/download/models/239637?type=Training%20Data"}], "images": [{"id": 3934922, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c12d734c-b163-4e45-8343-5f4015879307/width=450/3934922.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UAKm^S00yDU^009F~qt6XTXm8{oz9tV]~Cxu", "type": "image"}, {"id": 3935140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd5618c0-3046-4017-b628-75dcaa50ccae/width=450/3935140.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWKKD_~qyCxu9]?ax]xuD%RQ=|xu%2bID*M{", "type": "image"}, {"id": 3935253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02642711-8eba-43bc-9dc7-0b8a6ac446cc/width=450/3935253.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "ULKm;9~q^jyDV=?v^*R*0Ko#_3%M~qs,9Gxb", "type": "image"}, {"id": 5535985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e74a044-84b3-4945-99dc-c6bf762c7de6/width=450/5535985.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UHKK1n4;FxE2l99u~WM|0L-p~W9G9GX7Ioae", "type": "image"}, {"id": 5536120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b897dc33-f29a-44d8-872d-3525a2168667/width=450/5536120.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFJG{900Fv0yX,4.~VVt0K-p=|M|$+xu%MIU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/239637", "modelId": 212727} \ No newline at end of file diff --git a/datasets/metadata/23971.json b/datasets/metadata/23971.json new file mode 100644 index 0000000000000000000000000000000000000000..70f0bfd7ca5d2a40e2dc9963018fa691fcc1335e --- /dev/null +++ b/datasets/metadata/23971.json @@ -0,0 +1 @@ +{"id": 23971, "index": 0, "name": "Lucky Star V2", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-03-16T06:16:18.096Z", "availability": "Public", "nsfwLevel": 1, "description": "Added more characters + 1 photo of the school
", "trainedWords": [], "stats": {"downloadCount": 1729, "ratingCount": 209, "rating": 4.98, "thumbsUpCount": 246, "thumbsDownCount": 1}, "files": [{"id": 19886, "sizeKB": 304322.236328125, "name": "luckystarv2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-16T06:21:36.343Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "7CEA3C98", "AutoV2": "2EA5F86D1A", "SHA256": "2EA5F86D1A8AA0C08DB2593BD7004203E8A7BE6441CFE7ABEF4331FC579378FF", "CRC32": "79428881", "BLAKE3": "AF99F0E11D481C037706EF23BA512AA15B68BBBF6B92EAA2B491FAF49D383803", "AutoV3": "DD2EE701FA2D"}, "downloadUrl": "https://civitai.com/api/download/models/23971", "primary": true}, {"id": 19887, "sizeKB": 20941.44921875, "name": "luckystar.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-16T06:20:47.624Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6105B726", "AutoV2": "DBA9A792F3", "SHA256": "DBA9A792F3A32BBBB8189CB1798219A6F7D756AC4AF709CD6BDCAB9085B5D783", "CRC32": "28B501DE", "BLAKE3": "0352F52943634941E7A05E4D7E0CC3CCAE5481C8AFA5F569406E882E0F49DD64"}, "downloadUrl": "https://civitai.com/api/download/models/23971?type=Training%20Data"}], "images": [{"id": 260442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99e28257-9000-4b45-ac7f-653a89a64f00/width=450/260442.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UOPO0Sxa#Nxt*It7xUbb?YkWt7jYxTkDozax", "type": "image"}, {"id": 260441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa4cf3e7-24f2-46e7-83a7-915aa8c94f00/width=450/260441.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UaN,GQs;?woM}[WAJPt7IBoft7oK%htRV@RQ", "type": "image"}, {"id": 260440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/933338c6-ea66-4d59-1fee-48d974783f00/width=450/260440.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UGLqOu01x-9HpdNFxmR%~W%M-V%1_3-pjFxb", "type": "image"}, {"id": 260439, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac9381dc-e51d-40a9-d406-6e71f91e0300/width=450/260439.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UkO:32n%~Uxutkt6VtRjEej[xHayxuj[WBa|", "type": "image"}, {"id": 260438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a97d373b-4469-4ac7-6ec6-ecf76017f800/width=450/260438.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UVOfV|kV~pxt4.WBtRkCWBof%2ay-;WC%2jt", "type": "image"}, {"id": 260437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/672e4cd2-4f62-4a56-9f24-839cc4957400/width=450/260437.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UVIh%3xZtRIV?^WBocM|AIRjM{xZS$jYn+t6", "type": "image"}, {"id": 260436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68107d0f-e11c-4825-babe-0ec9a278fd00/width=450/260436.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UGO3IiXn1kIrGcNH8JTJi*wJ4U$*nV%1OEv~", "type": "image"}, {"id": 260435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de0abe1d-104a-4566-dabc-feac05028e00/width=450/260435.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNMZj:Rou5?uT#%g0UIVpcDjIvRkMvs,s8t2", "type": "image"}, {"id": 260434, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba0ed1a6-db1e-4902-50ca-ddba2f86b600/width=450/260434.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEPFZS^r=,%O%MR~bfRO~bjdr;-:}{be-:IX", "type": "image"}, {"id": 260433, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ef02028-0350-43c4-da5a-d88fef9e6600/width=450/260433.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFMj8d=}3N.8ujbYtAIU?wozyDtRpwWC.ltR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/23971", "modelId": 19918} \ No newline at end of file diff --git a/datasets/metadata/239734.json b/datasets/metadata/239734.json new file mode 100644 index 0000000000000000000000000000000000000000..8cefea236313f964ecd248847b28b102f753a047 --- /dev/null +++ b/datasets/metadata/239734.json @@ -0,0 +1 @@ +{"id": 239734, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-26T12:11:51.423Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 335, "ratingCount": 50, "rating": 5, "thumbsUpCount": 67, "thumbsDownCount": 0}, "files": [{"id": 185386, "sizeKB": 44847.357421875, "name": "Nanami_Nitta_Cafe_Junkie.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-26T12:10:50.966Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C509D4F7", "AutoV2": "960A92FCE5", "SHA256": "960A92FCE5C523C6106A9377318D212F41C19FFC7A105005B13E3705CF7DCB63", "CRC32": "87238CA9", "BLAKE3": "24473DDDF0A8635CEE4F98545B2680CFE3FC538409E6512C01B50D8CC7470DE5"}, "downloadUrl": "https://civitai.com/api/download/models/239734?type=Training%20Data"}, {"id": 185385, "sizeKB": 22255.47265625, "name": "Nanami_Nitta_Cafe_Junkie-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-26T12:10:52.949Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EC670B27", "AutoV2": "46DFE5BEAF", "SHA256": "46DFE5BEAF5413919A07DC4C2CA78D0B7D18CA5DE38C4D6D24E2F113AC590641", "CRC32": "334C9697", "BLAKE3": "11F6EE4DE710781A2E8609BF2689125FEE08E97AF97EC4DF3A7876F5ECFFC6DE", "AutoV3": "0A4F61BCE9D9"}, "downloadUrl": "https://civitai.com/api/download/models/239734", "primary": true}], "images": [{"id": 3937942, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e608ff52-db0c-43be-b2b8-fc7f3ca51871/width=450/3937942.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIM?lM01?]s=009Z-QIp4WkqR5IVNht7^jxa", "type": "image"}, {"id": 3938046, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/158937a9-a677-47b6-bbbb-be80ace66636/width=450/3938046.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UgOMQ@=|?]ozE{tR-pRQIVahs,WBxbV@oct7", "type": "image"}, {"id": 3945501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5df3ce85-9dcc-4943-8a4c-0ee9f8d83b6e/width=450/3945501.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJK,]tGIND%f008_ngE1yZ?b^JjZ^PNMt5%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/239734", "modelId": 212811} \ No newline at end of file diff --git a/datasets/metadata/239868.json b/datasets/metadata/239868.json new file mode 100644 index 0000000000000000000000000000000000000000..09d1d3f5df5b3d32a3a40b6965f5d7b9eb158ca4 --- /dev/null +++ b/datasets/metadata/239868.json @@ -0,0 +1 @@ +{"id": 239868, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-26T14:34:48.912Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 259, "ratingCount": 37, "rating": 5, "thumbsUpCount": 42, "thumbsDownCount": 0}, "files": [{"id": 185495, "sizeKB": 22242.93359375, "name": "Hikaru_Minamoto_Double-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-26T14:35:47.235Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "40A1194D", "AutoV2": "13780F51F5", "SHA256": "13780F51F55FFC435893ED4BB13DD10A53A3B2B8ABF37A3C6E3D8EC62BE87568", "CRC32": "1A52EC5E", "BLAKE3": "4EEA6DC11D5AC68F536FF3DAAF075A44FBBD38D0E2FF28DDDDE1AC49CAC51ECD", "AutoV3": "DCE747E84E7B"}, "downloadUrl": "https://civitai.com/api/download/models/239868", "primary": true}, {"id": 185496, "sizeKB": 73218.7431640625, "name": "Hikaru_Minamoto_Double.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-26T14:36:21.441Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2654FF6D", "AutoV2": "8D12C000DB", "SHA256": "8D12C000DB57367153CD524F0FDA27D5094A3EB7CA6B4FEAFF492C5C198D7A58", "CRC32": "49469D4B", "BLAKE3": "B74BDCBE69442BAE2AE056CC815F24C050F616F09904BB72228DDB03C5062873"}, "downloadUrl": "https://civitai.com/api/download/models/239868?type=Training%20Data"}], "images": [{"id": 3941133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8c648c9-2cc5-4c77-be97-8848ca833070/width=450/3941133.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULHU|Y9F?wt7~qxuxuxu_3WC?HV[%hRQ-:WB", "type": "image"}, {"id": 3941463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71cb66c5-21e8-4358-9d32-96922e703f82/width=450/3941463.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDG[yn00NyXA9FNFNa%M~qayIAV?%N4n?a%M", "type": "image"}, {"id": 3941246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfefe4ab-53be-4d59-854e-383986b97ee8/width=450/3941246.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKFiDa~qIpIp8{IUM{adt6xut6bHWCRjxaxu", "type": "image"}, {"id": 3941095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61db5c45-1280-494e-842b-e9ba8b49e67d/width=450/3941095.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U4FiAS00BY_4n3~q00~V56tR$wIB0N4n=Wad", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/239868", "modelId": 212935} \ No newline at end of file diff --git a/datasets/metadata/240253.json b/datasets/metadata/240253.json new file mode 100644 index 0000000000000000000000000000000000000000..45f0665a0319ab2527eee6605bbb2b50bb24a417 --- /dev/null +++ b/datasets/metadata/240253.json @@ -0,0 +1 @@ +{"id": 240253, "index": 0, "name": "1.0-E20", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-26T21:23:24.602Z", "availability": "Public", "nsfwLevel": 1, "description": "V1.0 Second Generation Epoch 2 - Uses 6 images of the front and side, close up and medium shot only
", "trainedWords": [], "stats": {"downloadCount": 140, "ratingCount": 17, "rating": 5, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 185826, "sizeKB": 73841.8125, "name": "red_woman_01.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-26T21:25:42.846Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5EE9D6B3", "AutoV2": "F929728E79", "SHA256": "F929728E79F3808676265625B492C7747B80C631704651ED0063F379D59CFCC7", "CRC32": "F00030D8", "BLAKE3": "6873C938E58D3F0B41086F40D8E10781CA102AD5B0536429E766F9EC13926806", "AutoV3": "F83B37BE1749"}, "downloadUrl": "https://civitai.com/api/download/models/240253", "primary": true}, {"id": 185827, "sizeKB": 3427.208984375, "name": "red_woman_01.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-26T21:28:35.588Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "236E7905", "AutoV2": "8B53BD1EDD", "SHA256": "8B53BD1EDD940583D3C45B0F30212309413088D09AB609667B4F0D4EE509DD30", "CRC32": "446482AE", "BLAKE3": "B2B205B42F748012886D9AC79C6551EADB1B3C47CBD63650554742AE416D6D91"}, "downloadUrl": "https://civitai.com/api/download/models/240253?type=Training%20Data"}], "images": [{"id": 3949186, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d8c97d2-d2ac-4820-bb70-873018a0c474/width=450/3949186.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULHw+I~qE1EL,.n4X-_3%MxtS#-p-;tRWoRk", "type": "image"}, {"id": 3949187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b822562e-fede-412a-aa48-5a372e8f5df5/width=450/3949187.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIIEU|~V0KM_=|s:.T%Mohoztlxt-=WURQni", "type": "image"}, {"id": 3949189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52bc26e6-3a44-43dc-81d0-4ff2cc48283c/width=450/3949189.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYG[7,~WNtE1$*aekqo#xusTbbtR%M%M%Mt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/240253", "modelId": 213289} \ No newline at end of file diff --git a/datasets/metadata/240339.json b/datasets/metadata/240339.json new file mode 100644 index 0000000000000000000000000000000000000000..bc40e8e5b55857b34a629ab0a6d71a06b0ad5f36 --- /dev/null +++ b/datasets/metadata/240339.json @@ -0,0 +1 @@ +{"id": 240339, "index": 1, "name": "v2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-26T23:00:50.185Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["kaibastyle", "kaibabg", "kaibacharacter", "kaibavanilla, purple shoes, purple gloves, bearhat, black_pants", "kaibachroniko, bunnyhat, blue pants, pink boots", "kaibapopo, red suit, yellow boots", "kaibaneiro, twintails, red suit, white gloves, white shoes, white ", "kaibawarp, kingwear, yellow boots, crown, green cloak, green pants, yellow gloves", "kaibawarp, altwarp, yellow gloves, yellow boots, white headwear, white bodysuit, green vest"], "stats": {"downloadCount": 92, "ratingCount": 43, "rating": 5, "thumbsUpCount": 66, "thumbsDownCount": 0}, "files": [{"id": 185894, "sizeKB": 202651.7841796875, "name": "1_kaibastyle.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-26T23:00:54.498Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6E7FC472", "AutoV2": "D47A108C48", "SHA256": "D47A108C48383C49A8F928D78B04980C5D6FA4129B274572D92124EDAC264077", "CRC32": "C2EEA7FC", "BLAKE3": "6BB30A06997E0B9EB69837B12BB66E0196ECD4871F63838F198BF94F993F6BF4"}, "downloadUrl": "https://civitai.com/api/download/models/240339?type=Training%20Data"}, {"id": 185893, "sizeKB": 147572.5546875, "name": "KaibaStyleV2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-26T23:01:28.899Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "56538141", "AutoV2": "2CEF320C97", "SHA256": "2CEF320C97D255B42A430836F7D3355D87B36727674B93B59B4499307E153A2A", "CRC32": "2C65EFFB", "BLAKE3": "B14AA32F4F4F706F3B6E7E970A1B8BECFB309DCBADEA33522861BA4585634B43", "AutoV3": "17E2EA601BD9"}, "downloadUrl": "https://civitai.com/api/download/models/240339", "primary": true}], "images": [{"id": 3951683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b0b93b8-27cf-4c86-89eb-bc1465f78ab8/width=450/3951683.jpeg", "nsfwLevel": 1, "width": 776, "height": 1040, "hash": "UBD,4fXT.TNF]OS%-padsEVtr;en?bWGXSt7", "type": "image"}, {"id": 3951672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94d88e8f-072a-4645-9c0e-996abb91616e/width=450/3951672.jpeg", "nsfwLevel": 2, "width": 776, "height": 1040, "hash": "UMGSAmOubwXVFmIWMwRU~CVY+uIBTbtSXANb", "type": "image"}, {"id": 3951675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b76beea-964d-4085-a747-29ee787deb3c/width=450/3951675.jpeg", "nsfwLevel": 1, "width": 776, "height": 1040, "hash": "U6G[HM%}0Mt.BIRh0AI=,:MwEqN1}lM^?Hrc", "type": "image"}, {"id": 12188105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07cb81b8-90ae-4d8d-b138-fee8f947735f/width=450/12188105.jpeg", "nsfwLevel": 1, "width": 872, "height": 1032, "hash": "UBCrKB={0zb^}Q-70#EMElRPEQI[Z~IqI[I?", "type": "image"}, {"id": 12188106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b212ecc2-c63f-4b6a-ac99-ff728b457bf2/width=450/12188106.jpeg", "nsfwLevel": 1, "width": 872, "height": 1032, "hash": "UGGH=6#71bkD_Ou2E0q^?FR7O@.8Mx9vBW;L", "type": "image"}, {"id": 3951679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/608d6539-21c6-41f1-a2b8-e90e2984a42e/width=450/3951679.jpeg", "nsfwLevel": 1, "width": 776, "height": 1040, "hash": "UDHn:ITEJ6cD_K-W00WADin+4Vs=.kJ$#EX3", "type": "image"}, {"id": 3951680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcc63ea7-066c-49b2-a6c3-f1fd858aaf0e/width=450/3951680.jpeg", "nsfwLevel": 1, "width": 776, "height": 1040, "hash": "U6G8.]_u0d0|00xyb*F;@qQ6Dh,+02i3^%v^", "type": "image"}, {"id": 3951673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abce522f-047e-4fd8-a790-6bd916c9b20f/width=450/3951673.jpeg", "nsfwLevel": 1, "width": 776, "height": 1040, "hash": "U9H1ud0g00xY0KNKI.o#sG-lxIRk0Osn}kt6", "type": "image"}, {"id": 3951677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c08c7296-e8e4-4b37-bae0-9f6669a61f3c/width=450/3951677.jpeg", "nsfwLevel": 1, "width": 776, "height": 1040, "hash": "UGEzG#tR4nWB_LofH@ay~Dj]o2ay%Mj]S0bF", "type": "image"}, {"id": 3951674, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0a3fcd9-b8ca-4e02-9448-113b1530e95f/width=450/3951674.jpeg", "nsfwLevel": 1, "width": 776, "height": 1040, "hash": "UMF$|cozTyoJyZX8yDxt%gRkogRP9GofM{M{", "type": "image"}, {"id": 3951682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b78a1ee3-6cf3-49e5-af9e-706af09b9697/width=450/3951682.jpeg", "nsfwLevel": 1, "width": 776, "height": 1040, "hash": "U9E{2z%0V==xIAxC~TWo0-x@?XNb==M}n9ob", "type": "image"}, {"id": 3951681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb4db1f2-a104-48eb-bf02-e84c42535db1/width=450/3951681.jpeg", "nsfwLevel": 1, "width": 776, "height": 1040, "hash": "UAEVWsDPx@$,IbRjtS-.S#i#~VIV9ZnO=3xt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/240339", "modelId": 213338} \ No newline at end of file diff --git a/datasets/metadata/240429.json b/datasets/metadata/240429.json new file mode 100644 index 0000000000000000000000000000000000000000..000c4e3616a3dda026ec8df036546ada925c74d6 --- /dev/null +++ b/datasets/metadata/240429.json @@ -0,0 +1 @@ +{"id": 240429, "index": 0, "name": "Bloodhound Armor Elden Ring", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-27T01:12:35.551Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 240, "ratingCount": 20, "rating": 5, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 185983, "sizeKB": 6260.1435546875, "name": "240429_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-27T00:40:48.847Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B88A6000", "AutoV2": "C5CC96BE15", "SHA256": "C5CC96BE158BAABECD20B1BE6D5A10264CD7BC2BB3668663A0050410E9CD3A28", "CRC32": "0785F8F8", "BLAKE3": "891D28D16E4A8D753A902CF3DE4EE8D031E7C414EB1D533982F7806C701437AF"}, "downloadUrl": "https://civitai.com/api/download/models/240429?type=Training%20Data"}, {"id": 186004, "sizeKB": 36978, "name": "Bloodhound_Armor_Elden_Ring-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-27T01:10:52.566Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C883DC6C", "AutoV2": "C5F36193C7", "SHA256": "C5F36193C720B7A44CB424DA6A661B0E74ECF806C0D4C94B687E0267C104D931", "CRC32": "D21A41F7", "BLAKE3": "D0BBE213CF717CC8899B62938EE2D66F2B3CD11C9BA8076B5FBB431360CA9846", "AutoV3": "CF8C369CF403"}, "downloadUrl": "https://civitai.com/api/download/models/240429", "primary": true}], "images": [{"id": 3954383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a4c0ce2-9fcd-4150-ae34-f5f0f9d8b5c5/width=450/3954383.jpeg", "nsfwLevel": 1, "width": 3072, "height": 4096, "hash": "UEDc8a9axs4.~padNGRPt7Rjt7M|kXRiofs.", "type": "image"}, {"id": 3954385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2205f9e5-0117-499e-8efb-e7c4e600f0b7/width=450/3954385.jpeg", "nsfwLevel": 1, "width": 3072, "height": 4096, "hash": "URD0fQTfM{n3?^XnM{rqNbWBWBj]Rjnhj[kW", "type": "image"}, {"id": 3954388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01ad336f-80fb-42a3-89f3-70f44dc22d8a/width=450/3954388.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UJEVf^x[%L%L~p?at6oLWX%LxaofxuWBsmt7", "type": "image"}, {"id": 3964969, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10869530-e578-4999-92f3-75802f22ddcf/width=450/3964969.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UOFYu%bJ-m%Npyt7M|kXI]V@V[ozxuRjV@i_", "type": "image"}, {"id": 3964977, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32cf5113-e868-4bd8-b0a8-aa89c163a2a9/width=450/3964977.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UNCjb1x]u5V@yso#KQj[IVRkMyR+a0Vsa0oJ", "type": "image"}, {"id": 3964979, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55a4ed18-3aa0-4bca-bb2b-cd8e1f532d74/width=450/3964979.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UXG9BPIpxu-;.Tt7WWozbcozaeV@NGxtM{M{", "type": "image"}, {"id": 3964981, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73dd5d29-d0b6-40f2-b3f7-b27fc187d7f0/width=450/3964981.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UFFFZ^^K~U-oJ6I]ITNyIv%Lf,t6x_V?x^jb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/240429", "modelId": 213458} \ No newline at end of file diff --git a/datasets/metadata/24048.json b/datasets/metadata/24048.json new file mode 100644 index 0000000000000000000000000000000000000000..5cae7f06fa1316caea26b08e0ce6891aa6baea55 --- /dev/null +++ b/datasets/metadata/24048.json @@ -0,0 +1 @@ +{"id": 24048, "index": 0, "name": "zima(old)my first lora", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-03-16T10:04:43.364Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["1girl", "animal ears", "solo", "bear ears", "blue eyes", "multicolored hair", "brown hair", "streaked hair", "fur trim", "black choker", "red hair", "sailor collar", "choker", "long hair", "simple background", "bangs", "jacket", "fur-trimmed jacket", "neckerchief", "red neckerchief", "black sailor collar", "shirt", "earphones"], "stats": {"downloadCount": 580, "ratingCount": 126, "rating": 5, "thumbsUpCount": 130, "thumbsDownCount": 0}, "files": [{"id": 19948, "sizeKB": 147569.5107421875, "name": "zima.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-16T10:05:57.161Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "DACD1721", "AutoV2": "1EF08D2447", "SHA256": "1EF08D2447F5F6FF4A93A651E6907E1A6EAF804C8A03C6C3BE4E677241C26D8C", "CRC32": "2E52198E", "BLAKE3": "9F3918754CD1A87C9179FB4915F5A6DDA024BCDABFF74029904B761FEB9D7FD3", "AutoV3": "998750F37234"}, "downloadUrl": "https://civitai.com/api/download/models/24048", "primary": true}, {"id": 19949, "sizeKB": 196852.76953125, "name": "zima hold.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-16T10:06:05.473Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9C893EAF", "AutoV2": "6E4D3A65B8", "SHA256": "6E4D3A65B81F9D13FBBA9AECE5B3176BC85727C7F351FF6C66E3E69D2A5BAE7B", "CRC32": "1F05C9F0", "BLAKE3": "C18FA59E3EA90384C03067E093DF6043A372D9CC0DC3D61F43FC7A9C0A39F6BB"}, "downloadUrl": "https://civitai.com/api/download/models/24048?type=Training%20Data"}], "images": [{"id": 261301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9f1a9fc-fd2e-4bf7-533b-e7a79bcf6500/width=450/261301.jpeg", "nsfwLevel": 1, "width": 768, "height": 1040, "hash": "UPG+5k%gysxu%hxaXSt7E2en%2RjxaX8s.tR", "type": "image"}, {"id": 261310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c79ceffa-fa64-4883-3ca8-7afbffe2a600/width=450/261310.jpeg", "nsfwLevel": 2, "width": 768, "height": 1040, "hash": "UGHUe5-o56=|~V%1-;sC4T-p?aRj?u%2MdNa", "type": "image"}, {"id": 261309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39855190-95a5-42a3-dfe0-ad9b75f51900/width=450/261309.jpeg", "nsfwLevel": 1, "width": 768, "height": 1040, "hash": "UDJaZg00.m4T00IA?bxa0e-;4Ttl4n-;-;xv", "type": "image"}, {"id": 261308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ceb2df0-172b-4f15-f57c-fc97666d2500/width=450/261308.jpeg", "nsfwLevel": 1, "width": 768, "height": 1040, "hash": "U9Gjy^D$KgrY2YtQ0yR64T?HDO-p3BRk~WtQ", "type": "image"}, {"id": 261307, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6b6e470-863a-4a2e-74fd-c0826fa66000/width=450/261307.jpeg", "nsfwLevel": 1, "width": 768, "height": 1040, "hash": "UGH1lI%fx.R6~Bs.xuoMELWCRQWBInay%2bu", "type": "image"}, {"id": 261306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38edd61b-46ae-4e97-23f5-1990edb85300/width=450/261306.jpeg", "nsfwLevel": 1, "width": 512, "height": 696, "hash": "UHIEV0%#F|}].9xa~WR%cEROr=E1?vjZIUkW", "type": "image"}, {"id": 261305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03e9ddec-225e-42eb-1193-5bf5d8edbf00/width=450/261305.jpeg", "nsfwLevel": 2, "width": 512, "height": 696, "hash": "URIg=ntQ57xa~pt7spR*~pWBIUWB-;t7s:ba", "type": "image"}, {"id": 261304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3190ea7-f54e-4134-f312-a4a14677de00/width=450/261304.jpeg", "nsfwLevel": 1, "width": 768, "height": 1040, "hash": "UEJ7tD~W?^s;0Mxt-;ni009GH?Io0K-pIB%M", "type": "image"}, {"id": 261303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5bd599b-d9d7-4f1a-e436-b50fabfd5a00/width=450/261303.jpeg", "nsfwLevel": 2, "width": 768, "height": 1040, "hash": "UJH1x$~WM{IUwIIot8V[4-Rj?HkC%NWBD*bH", "type": "image"}, {"id": 261302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a86870c5-0356-4cc2-d322-20a960aeaa00/width=450/261302.jpeg", "nsfwLevel": 1, "width": 768, "height": 1040, "hash": "U9G*{KNG_N-p8_xu0KM{RNIV~qxaIpe:MyX7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/24048", "modelId": 20240} \ No newline at end of file diff --git a/datasets/metadata/240508.json b/datasets/metadata/240508.json new file mode 100644 index 0000000000000000000000000000000000000000..1db8da441dee5968e338f7ef5d1f53b23a220598 --- /dev/null +++ b/datasets/metadata/240508.json @@ -0,0 +1 @@ +{"id": 240508, "index": 1, "name": "v1.0 200p 50_EAV P", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-28T11:00:00.000Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 171, "ratingCount": 18, "rating": 5, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 186056, "sizeKB": 22257.36328125, "name": "Satomi_Morihara_PiaCarrot-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-27T02:50:48.454Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8A6D73A1", "AutoV2": "F817B2451D", "SHA256": "F817B2451D3528F2263DB415A1176A5C732BD9C59FC095491FE106C1EFF38029", "CRC32": "1594EAB5", "BLAKE3": "DF3FAFF310B00E4316963800F4CC9FD8387A2B901A00660D6574CE0376F21D98", "AutoV3": "FA683AAE2E1C"}, "downloadUrl": "https://civitai.com/api/download/models/240508", "primary": true}, {"id": 186057, "sizeKB": 50667.2880859375, "name": "Satomi_Morihara_PiaCarrot.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-27T02:50:51.249Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "30BB8972", "AutoV2": "78225479AC", "SHA256": "78225479AC39DD1E8C3300A571DF3A9B6AD4899795CBA65214E604FA92FA3858", "CRC32": "F470E960", "BLAKE3": "A744A6C49C4E2C3BF84D38676FC2FDF4FAFEB7B8571E0E9263CB4214BD0EF839"}, "downloadUrl": "https://civitai.com/api/download/models/240508?type=Training%20Data"}], "images": [{"id": 3955273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44227f3c-96a3-4512-ae77-89d703de98d3/width=450/3955273.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYMQP4~VSdxa4Tt7xuV[tTs:xbt7pIkBbHNG", "type": "image"}, {"id": 3954848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/212b999c-5406-4d04-99e6-df3ab15f70e4/width=450/3954848.jpeg", "nsfwLevel": 1, "width": 479, "height": 459, "hash": "UNLD_o?HXnD4#Q-U_N-T.SS~IUi_jFNdZ~ad", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/240508", "modelId": 213525} \ No newline at end of file diff --git a/datasets/metadata/24064.json b/datasets/metadata/24064.json new file mode 100644 index 0000000000000000000000000000000000000000..c38953c24e2bdbb555f24e66c5b34e673228f4cf --- /dev/null +++ b/datasets/metadata/24064.json @@ -0,0 +1 @@ +{"id": 24064, "index": 0, "name": "tiffy(nottytiffy)", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-03-16T10:51:54.612Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["tiffy(nottytiffy)"], "stats": {"downloadCount": 613, "ratingCount": 122, "rating": 4.98, "thumbsUpCount": 126, "thumbsDownCount": 0}, "files": [{"id": 19962, "sizeKB": 502141.9521484375, "name": "tiffy hold.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-16T11:06:31.158Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0D7E78CE", "AutoV2": "837B52B4F1", "SHA256": "837B52B4F147973532BB2D3C0C7C7E789F6007FE63DC13300E643CBD75275869", "CRC32": "4CD248AB", "BLAKE3": "3C6953C4D3E6330EEA57B3F40B314C620077274CB38E887A2A446A52BEA2DA32"}, "downloadUrl": "https://civitai.com/api/download/models/24064?type=Training%20Data"}, {"id": 19959, "sizeKB": 147569.5205078125, "name": "tiffy(nottytiffy).safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-16T10:55:49.722Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "0F93C935", "AutoV2": "87CB1E18BD", "SHA256": "87CB1E18BD93D4DC0EC463D1B9C12C20B3D5A2CA16C82510E02694A7B2979BBA", "CRC32": "300E5FE4", "BLAKE3": "C730FB0A454FA6164FEA4332579AECC43737F01DB065870DCDFD9A800D42E234", "AutoV3": "BC53016EA667"}, "downloadUrl": "https://civitai.com/api/download/models/24064", "primary": true}], "images": [{"id": 261501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41dfd859-c8a7-42a5-f365-9b28512a5200/width=450/261501.jpeg", "nsfwLevel": 4, "width": 512, "height": 696, "hash": "UHJ7RJ0L00%1tSxaR-sp~W%20M%2RjWBkCIo", "type": "image"}, {"id": 261520, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdcb29b6-183a-407c-2f96-2d1aaf403800/width=450/261520.jpeg", "nsfwLevel": 4, "width": 512, "height": 696, "hash": "UCJ%qV?^009Z0ei_D*xG00Mw9^xu_3JA-pNa", "type": "image"}, {"id": 261519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2213656e-2083-41cb-8e90-854fb7dc1900/width=450/261519.jpeg", "nsfwLevel": 4, "width": 512, "height": 696, "hash": "U6L3ox0000~80e?t01=x004nKl.84-w_0MXm", "type": "image"}, {"id": 261518, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3bee0de1-1c1c-42d7-e09c-5d8615d70200/width=450/261518.jpeg", "nsfwLevel": 4, "width": 768, "height": 1040, "hash": "U9MPanvzUa00~mwJIpOF00yD00S7IE-:9_4:", "type": "image"}, {"id": 261517, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/324e45a6-5e5a-4f43-730c-ad51aef39b00/width=450/261517.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1392, "hash": "UQKw97_20gt7%MW=xa%2~VoJIot7-paeW=Rj", "type": "image"}, {"id": 261516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbffabd3-316e-4941-e9e8-72c0246b9f00/width=450/261516.jpeg", "nsfwLevel": 2, "width": 512, "height": 696, "hash": "U6KK1k?b00rq_M9uai^jtIrrIct,0Kobx^D,", "type": "image"}, {"id": 261515, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2cf120c-a559-4628-e80e-96e3f96ddb00/width=450/261515.jpeg", "nsfwLevel": 4, "width": 768, "height": 1040, "hash": "UBJtM6ML00.Sy=NsNEai?@$M02PA0ds;?aM}", "type": "image"}, {"id": 261514, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebbd35cb-7b74-4899-f951-26965bced300/width=450/261514.jpeg", "nsfwLevel": 16, "width": 768, "height": 1040, "hash": "UMK,jW^*58.8-;~BRQT0?GIT4.9GtQ-oD%s:", "type": "image"}, {"id": 261513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81a4e2e0-89be-4195-0544-8e3b1177aa00/width=450/261513.jpeg", "nsfwLevel": 4, "width": 768, "height": 1040, "hash": "UGJQQN0100~VAnIV%KwgDhozI[%Kv,xtRoaK", "type": "image"}, {"id": 261512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d61ca745-f3cb-427a-6dd3-16b3ae0c3600/width=450/261512.jpeg", "nsfwLevel": 2, "width": 512, "height": 696, "hash": "U9JQ.n0200=YAj9G00FL?8V{%N^+_MIXnM9F", "type": "image"}, {"id": 261511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/236f073c-376e-49d3-6b15-f09b04422f00/width=450/261511.jpeg", "nsfwLevel": 16, "width": 512, "height": 696, "hash": "UTIX5Ibb56=|9tRjE1E1r@=|NaIV~VtQIos:", "type": "image"}, {"id": 261510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4676f8b-c4d1-4300-6c5f-bb2393528400/width=450/261510.jpeg", "nsfwLevel": 1, "width": 512, "height": 696, "hash": "UZI50p.7Nx~WJ6I:S$t8-oX8IpxaR*xuxuM|", "type": "image"}, {"id": 261509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0982c836-173f-4ed8-5221-a8f84d797c00/width=450/261509.jpeg", "nsfwLevel": 4, "width": 512, "height": 696, "hash": "ULIX8O9a00~VNGE2%2-VaJD*bc-:oI%Lg3Io", "type": "image"}, {"id": 261508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c23a38fd-9cc3-4cd5-900f-a41895659b00/width=450/261508.jpeg", "nsfwLevel": 2, "width": 768, "height": 1040, "hash": "UFI;;UTM0J}--]D$0PNK:UNZQy%M5HIu=DRP", "type": "image"}, {"id": 261507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b9f260a-ff97-41c3-dae5-d6af0b88c500/width=450/261507.jpeg", "nsfwLevel": 2, "width": 768, "height": 1040, "hash": "UPKS@crZ9a9uV?~B57kp_1xt9uIVNvRk=y%2", "type": "image"}, {"id": 261506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5708c81d-045e-4264-bef7-8d53f4e28900/width=450/261506.jpeg", "nsfwLevel": 4, "width": 768, "height": 1040, "hash": "U9Kv,GMf00_L-foy^jV@;Z$*OwEgtma{^Pe=", "type": "image"}, {"id": 261505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eecbff67-0217-42ba-d2e1-8e7e47f79a00/width=450/261505.jpeg", "nsfwLevel": 8, "width": 768, "height": 1040, "hash": "UAKv,H0001J}00J-NH^j9E~V0L?a-Vs;57%M", "type": "image"}, {"id": 261504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7428a0e7-2a41-4000-37c6-28afd8688800/width=450/261504.jpeg", "nsfwLevel": 2, "width": 768, "height": 1040, "hash": "UEJt3m0100~9%yD*WGVs-h9Z.9R*yDIpjYIU", "type": "image"}, {"id": 261549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0ce1cc5-4818-45ee-a036-af7dc8680000/width=450/261549.jpeg", "nsfwLevel": 2, "width": 768, "height": 1040, "hash": "U7KATs0000?E7~9D?d^51]+;EXu5ER$wt9Os", "type": "image"}, {"id": 261502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35296133-cf17-454e-6511-febdac2cf500/width=450/261502.jpeg", "nsfwLevel": 8, "width": 768, "height": 1040, "hash": "UFJ%k7s90%IVE1IV-p4:oZ~A9G02I=?GIpM}", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/24064", "modelId": 20251} \ No newline at end of file diff --git a/datasets/metadata/241294.json b/datasets/metadata/241294.json new file mode 100644 index 0000000000000000000000000000000000000000..302c0d076e8e3c70b5121f348c3bed970f4cc923 --- /dev/null +++ b/datasets/metadata/241294.json @@ -0,0 +1 @@ +{"id": 241294, "index": 0, "name": "Starship", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-11-27T21:45:44.233Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 165, "ratingCount": 5, "rating": 5, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 187566, "sizeKB": 223105.32421875, "name": "Starship.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-28T16:40:58.841Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1E4E0466", "AutoV2": "6198083C19", "SHA256": "6198083C19471F0D8B8B8F516AF693AE00885D3CB458BBA4192600A3D8E45789", "CRC32": "BD4CFACE", "BLAKE3": "A58AA6F403456E57DC2DC4F36A33626021FC67229881D5470685264DEF21B330", "AutoV3": "44CF8AEAD385"}, "downloadUrl": "https://civitai.com/api/download/models/241294", "primary": true}, {"id": 187567, "sizeKB": 28366.4970703125, "name": "241506_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-28T16:45:44.681Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3281CEFD", "AutoV2": "DCC4DEC6A3", "SHA256": "DCC4DEC6A3597C587A0594CA6B26EEB8FB1AA9F1ACDA594D5A78E0A216A1AB94", "CRC32": "C56A049B", "BLAKE3": "2CBC65022F7E0DB3DB18DCB4996C31992BA85C41336388AF35D6465B50A47145"}, "downloadUrl": "https://civitai.com/api/download/models/241294?type=Training%20Data"}], "images": [{"id": 4006017, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51628f22-bde2-4b5e-a982-9425fe09987c/width=450/4006017.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "UE9sbn0f}@5Rs.R*s:WV0f={EM$%S4s:Rkj?", "type": "image"}, {"id": 4006016, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea329961-2582-4480-8026-e239efdb1eeb/width=450/4006016.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "UOFE=x00}]NZxuWBWVWB9Y%3xuInM{jut7WB", "type": "image"}, {"id": 4006014, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cfc1a7a-e5d4-422b-a9b7-91f2afc4adb1/width=450/4006014.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "UOIpbrRjw{oJ_NRjbHj[.8WBN^bH%#Sgo1o1", "type": "image"}, {"id": 4006013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/319b3617-2b80-4152-bd0a-789659eddc3d/width=450/4006013.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "UDK*Y-w]mkxa}mxG?IRjC*Na5QoMxYjZs;bF", "type": "image"}, {"id": 4006012, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f00b0bd8-d034-421c-9695-520b0262cdf6/width=450/4006012.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "UIF3GLr?rrs:1IfkkCae1cWWODWV}YWVr?s:", "type": "image"}, {"id": 4006015, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/103d8ea7-ae89-45ae-8989-784905442289/width=450/4006015.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "UHLBLQi_{LB.}[$i%2EfTxe.5kxa-;R*a_$j", "type": "image"}, {"id": 4006011, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbb4f2f1-69f7-4dd6-b1d2-ba9e70ab7ba8/width=450/4006011.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U67xB%Dj9GWB?wE2t8xv00tS?bxu00?aV@D%", "type": "image"}, {"id": 3977192, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce094c17-f055-4590-a810-4d58e61fc477/width=450/3977192.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1440, "hash": "U6JGTerqh{?b0hAEtTwcqc$g9tNb.lI;xB%2", "type": "image"}, {"id": 3978075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33a6656c-8ce1-4b38-8e08-dfc29bfe4594/width=450/3978075.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1440, "hash": "U5HvPX=w.n}a3YoeK*kX1QEfBnJ7|{ae;2Ri", "type": "image"}, {"id": 3978073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fd14151-6026-40b1-b6e7-3a1cd65aead4/width=450/3978073.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1440, "hash": "UIG%JyxZI9$*0#NbS~NbibniS4ae}skCwbof", "type": "image"}, {"id": 3978074, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5da2451-ef97-4cea-b48f-033cf122264a/width=450/3978074.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1440, "hash": "UTHwAaWBITxak?s:ozay^*s:oyWV~CNHjEof", "type": "image"}, {"id": 3978077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5dbec6b0-7ed0-424f-ba93-db0d711ef05d/width=450/3978077.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1440, "hash": "UDIp-#w]RO%23sI:ozbb00jZR*ae$}t7r=Rk", "type": "image"}, {"id": 3978078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a92261a-b56f-48d6-ab36-ddb3d86e1e3a/width=450/3978078.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1440, "hash": "U6I3UY^j4TwI49NH%Nt700I:tmbb{ln%9EV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/241294", "modelId": 214203} \ No newline at end of file diff --git a/datasets/metadata/241772.json b/datasets/metadata/241772.json new file mode 100644 index 0000000000000000000000000000000000000000..b529b1c299a4b4cc4be379710bcec0e55eaf52f1 --- /dev/null +++ b/datasets/metadata/241772.json @@ -0,0 +1 @@ +{"id": 241772, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-28T05:26:59.280Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 902, "ratingCount": 47, "rating": 4.98, "thumbsUpCount": 96, "thumbsDownCount": 1}, "files": [{"id": 201459, "sizeKB": 6375.9951171875, "name": "dataset-20231211T203759Z-001.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-11T20:40:44.167Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1C5ED6E4", "AutoV2": "4EC00DED11", "SHA256": "4EC00DED111D978CF619A9088A28DC81A13C821E7FF0DE343DEB770D04ED9D0E", "CRC32": "66A0163E", "BLAKE3": "B05C22C147427A424C37BBBA5445B7F248831FA5E6D0F191475BC64E5E930896"}, "downloadUrl": "https://civitai.com/api/download/models/241772?type=Training%20Data"}, {"id": 187088, "sizeKB": 18545.8193359375, "name": "Minimalist_OneLine-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-28T05:30:48.289Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "8BD311B982", "SHA256": "8BD311B982FFACECC1D2E2986C412F02C952110AD331413EECF210A3DD2592B4", "CRC32": "CBAD46E5", "BLAKE3": "10AD7D2B0A874A62802450D657BA38ABA6D06A681838ECF2541A22AFFB4FA34C", "AutoV3": "00F4BE93E227"}, "downloadUrl": "https://civitai.com/api/download/models/241772", "primary": true}], "images": [{"id": 3985031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5063f28b-c2c3-4831-8786-eb12cfb20b1f/width=450/3985031.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGRW0a%L~qxu%Mt7ofRjxtayRjay-:RjM{t8", "type": "image"}, {"id": 3985029, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca9da8b5-33ea-41f6-9950-3ad7937a20fc/width=450/3985029.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UJRp8-t7~q-;%Mj[ofj[?bt7IURjt7ayj[of", "type": "image"}, {"id": 3985028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b1a4c0b-3e54-43a4-913d-8653761c7657/width=450/3985028.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBSF;L-;~q%M_3ayM{of_3ay9FofM{of%MRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/241772", "modelId": 214621} \ No newline at end of file diff --git a/datasets/metadata/24181.json b/datasets/metadata/24181.json new file mode 100644 index 0000000000000000000000000000000000000000..6208c82faa273618e718e9f509be1124f895ee73 --- /dev/null +++ b/datasets/metadata/24181.json @@ -0,0 +1 @@ +{"id": 24181, "index": 0, "name": "dreamer(girls frontline)", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-03-16T14:51:53.724Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["dreamer(girls frontline)", "1girl", "breasts", "solo", "black hair", "yellow eyes", "long hair", "sangvis ferri", "hair between eyes", "medium breasts", "android", "black dress", "pale skin", "very long hair", "detached sleeves", "expressionless"], "stats": {"downloadCount": 539, "ratingCount": 93, "rating": 5, "thumbsUpCount": 102, "thumbsDownCount": 0}, "files": [{"id": 20063, "sizeKB": 66405.0556640625, "name": "dreamer hold.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-16T14:56:05.618Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "46168D6E", "AutoV2": "52411095F4", "SHA256": "52411095F46AE991F59424C70CCCEFCDB0DEBFBAF18A3A08A82EDCEE84E4C02F", "CRC32": "72BC2614", "BLAKE3": "1DF5EBE425C1CD21E5468BCB4064CE73276E8C6CAAF76E22CDF98DAFA8A00327"}, "downloadUrl": "https://civitai.com/api/download/models/24181?type=Training%20Data"}, {"id": 20062, "sizeKB": 147569.51953125, "name": "dreamer(girls frontline).safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-16T14:56:02.537Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "4C267341", "AutoV2": "088D807522", "SHA256": "088D807522445BFC667BB9282E04C4406F8C24594DDD3C269AAC44AC16A6D832", "CRC32": "100A3878", "BLAKE3": "A042C456659A1851E50F3F9817D26A7A39E7D0938E6F114EA54F1C198A5498B2", "AutoV3": "26C5567B99D0"}, "downloadUrl": "https://civitai.com/api/download/models/24181", "primary": true}], "images": [{"id": 262755, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9260d93b-33f2-4b76-b8dd-6e0ee39e3c00/width=450/262755.jpeg", "nsfwLevel": 2, "width": 768, "height": 1040, "hash": "UXKKm9xa?wM|~pof.7t7I@R*-pofadWBIUs:", "type": "image"}, {"id": 262774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0961dbf7-1cc1-42ea-a61e-122ae3467900/width=450/262774.jpeg", "nsfwLevel": 4, "width": 768, "height": 1040, "hash": "UQK1L9^+k=IV~pof?GRQV=WC9ZIo9aofs:oc", "type": "image"}, {"id": 262773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/492c0642-476a-4308-3724-cdddb6597800/width=450/262773.jpeg", "nsfwLevel": 1, "width": 512, "height": 696, "hash": "UZKwa:~pNsM{?bxtafIps%M{%2%1n,%2j@WB", "type": "image"}, {"id": 262772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32bca474-36c9-48c8-61d2-c689d0c70100/width=450/262772.jpeg", "nsfwLevel": 1, "width": 512, "height": 696, "hash": "UTIE-F?ZTJNe%%M{%MtSo$9FR*-;_3xCMxRk", "type": "image"}, {"id": 262771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92feee18-14a3-4ccb-0bc4-91ba097a8800/width=450/262771.jpeg", "nsfwLevel": 1, "width": 512, "height": 696, "hash": "UEGkwd~p000000D%%2tS9FIq%M?G~q%LD*IU", "type": "image"}, {"id": 262770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8a24e08-edd0-4d01-ebf3-01198e077000/width=450/262770.jpeg", "nsfwLevel": 2, "width": 512, "height": 696, "hash": "U7GRk|wg00?b00%M4Ts8^+IU0gE100NG~V-p", "type": "image"}, {"id": 262769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98ab5606-0e20-4d55-f4c2-c6e8501e5900/width=450/262769.jpeg", "nsfwLevel": 8, "width": 512, "height": 696, "hash": "UAHK@M_M004:Dh57Mw-p0KbboIM{00ad~CIo", "type": "image"}, {"id": 262768, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fac4ba9c-895e-4ff9-6234-f82eec5a0a00/width=450/262768.jpeg", "nsfwLevel": 2, "width": 768, "height": 1040, "hash": "UUJ@^5xC?wSh~pxv?bj=I@Rj-;t7%2RjIUxa", "type": "image"}, {"id": 262767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aeadee6b-6fd4-434c-a4b2-47bebc5c5100/width=450/262767.jpeg", "nsfwLevel": 2, "width": 768, "height": 1040, "hash": "UYK1g;s.?wNe_3t8?as.I;Rj-pt7t6WBE1t6", "type": "image"}, {"id": 262766, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ac8fe91-8c81-4c49-f6ce-d555cc17ca00/width=450/262766.jpeg", "nsfwLevel": 2, "width": 768, "height": 1040, "hash": "URKA.@xF.Tbb?bWC?bWC0Lt7%2jZ=|RjM{t7", "type": "image"}, {"id": 262765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b049365d-f5a9-412e-1309-327e63571400/width=450/262765.jpeg", "nsfwLevel": 4, "width": 768, "height": 1040, "hash": "UJI#Gp-:5UM}pIxZ~CkXIpIUxu%M?aNGD*%2", "type": "image"}, {"id": 262764, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/caf6e23d-04fe-499b-f4dc-54f5807a2600/width=450/262764.jpeg", "nsfwLevel": 8, "width": 768, "height": 1040, "hash": "UPKn3r9FOso}?^RO%2%M-=js%L%LxFIp9Zxu", "type": "image"}, {"id": 262763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3f757f3-4923-4330-62b6-0b1e84c97600/width=450/262763.jpeg", "nsfwLevel": 4, "width": 768, "height": 1040, "hash": "USIO63Ip4:NxuP%MV@tROsxt%1oz?bIoM{t6", "type": "image"}, {"id": 262762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e62fd4d5-2edc-403a-d168-22c46a408400/width=450/262762.jpeg", "nsfwLevel": 4, "width": 768, "height": 1040, "hash": "USJHdlIU%$xu~qRk?HjY^*ofW;j]kqs.?HxZ", "type": "image"}, {"id": 262761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00a00b60-2e8f-4c27-b799-2fcf2fe3a800/width=450/262761.jpeg", "nsfwLevel": 4, "width": 768, "height": 1040, "hash": "UIJ7,j$~Oa?bNzn#%2Ne~WRixta}9a9aoe-p", "type": "image"}, {"id": 262760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/649fc22c-268b-43eb-75b4-9cf3a351e300/width=450/262760.jpeg", "nsfwLevel": 4, "width": 768, "height": 1040, "hash": "UCIO2|_N0OM|?ubHVt4oR4M_00IU9ax[-:%2", "type": "image"}, {"id": 262759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bff3c63-67eb-47e0-1b72-8432083dd900/width=450/262759.jpeg", "nsfwLevel": 4, "width": 768, "height": 1040, "hash": "UEJ7dv%24;R*I;SO~Cni?Ge.00WU00aeNGNa", "type": "image"}, {"id": 262758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac83c518-828f-4193-7266-5d06f3a4d200/width=450/262758.jpeg", "nsfwLevel": 8, "width": 768, "height": 1040, "hash": "UcIEnpNGXnWB%fIo%2Rj~VRjM|NGNKofxaNG", "type": "image"}, {"id": 262757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb297337-84aa-4db5-a33d-dc094b92c500/width=450/262757.jpeg", "nsfwLevel": 4, "width": 768, "height": 1040, "hash": "UHJk7f-;B=x]~px]^+xZ%gs.~qo2%2-pM|4:", "type": "image"}, {"id": 262756, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12666ccb-049b-4c3a-9471-939e020e5200/width=450/262756.jpeg", "nsfwLevel": 2, "width": 768, "height": 1040, "hash": "UAJ7%Z00PVm+?u00~q0f_M0L%M-T0fV?Vs~V", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/24181", "modelId": 20338} \ No newline at end of file diff --git a/datasets/metadata/241890.json b/datasets/metadata/241890.json new file mode 100644 index 0000000000000000000000000000000000000000..c07b8f25ba44f241db485a7aa0d4270eedff0b5c --- /dev/null +++ b/datasets/metadata/241890.json @@ -0,0 +1 @@ +{"id": 241890, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-28T08:05:43.657Z", "availability": "Public", "nsfwLevel": 1, "description": "Kind of rough. The dimensions and alpha are too high to be flexible to take the clothing style into other environments. Produces ornate images that look pretty cool.
", "trainedWords": ["traje", "traje de luces", "matador", "toreador", "bullfighter", "matadora"], "stats": {"downloadCount": 58, "ratingCount": 10, "rating": 5, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 187190, "sizeKB": 147577.3828125, "name": "tr4j3_v2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-28T08:00:57.938Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "61342540", "AutoV2": "C3F192EEFF", "SHA256": "C3F192EEFF7F3B6E525493D6F97D9AFC842A823183CFAE41166E0AEE0D650F8E", "CRC32": "620AC39B", "BLAKE3": "78F699979854B3119C9302B809C5078496040969AC9CD56C5F0E33955BD67A4E", "AutoV3": "5357A2A24CBA"}, "downloadUrl": "https://civitai.com/api/download/models/241890", "primary": true}, {"id": 187203, "sizeKB": 27444.2392578125, "name": "3_tr4j3 costume.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-28T08:12:03.253Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B22D4E5F", "AutoV2": "156CF3E283", "SHA256": "156CF3E28393C069AC5FA1CF9CB4368387383882809055AE62DCD63F248D380A", "CRC32": "9151F61D", "BLAKE3": "3A0DDEB2FE1F829F7B8DC9F58976559FACBF2C3DF86A94967A64FD0BB1977C1C"}, "downloadUrl": "https://civitai.com/api/download/models/241890?type=Training%20Data"}], "images": [{"id": 3987525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4286c6ed-81e9-4862-80e3-19c69dca26d7/width=450/3987525.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "U6Hd.}01t*00~X02f#02~BkW~UMz00t74=j[", "type": "image"}, {"id": 3987442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/819c26f0-c40b-4be6-8a85-1e4bfbcb4ab1/width=450/3987442.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U9F=U5~oNGbd009t9Ft5v|E1xvIVROozXTs*", "type": "image"}, {"id": 3987446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4863a27-00f3-4695-abc6-93063e515bef/width=450/3987446.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U4F#OG001?C4*|K#z=%g?]pa:-_2tkMyogS}", "type": "image"}, {"id": 3987441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b6f9a87-0b29-41fb-ba8e-81cfe5a61c64/width=450/3987441.jpeg", "nsfwLevel": 1, "width": 960, "height": 1280, "hash": "U5CF^v~WDh9E00MxM{I@01NG~qo~^*tR$grp", "type": "image"}, {"id": 3987549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54e8be18-075a-4ffa-b26d-4c1db9fba903/width=450/3987549.jpeg", "nsfwLevel": 1, "width": 768, "height": 576, "hash": "UBDSRM0000?d.mMe4o.7MdxvaKxV.8D*IU-=", "type": "image"}, {"id": 3987451, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a74c7543-e5d9-46e6-af96-2827d5a186f9/width=450/3987451.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UFD9VL~W9at7%1s.ShNdMyV@%M%MIot7-;o#", "type": "image"}, {"id": 3987444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78d2415c-2491-4ad7-9dc5-be78e9a3ca21/width=450/3987444.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UBE2XuqE+#S%+dE2E2M|H[Mzxs-nNGj]%1S~", "type": "image"}, {"id": 3987506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10e79037-86f3-4ddf-9ad9-cba582d43545/width=450/3987506.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UEHxWV?]0MD%-tyXRh9FsI.Rxt8_?Hx^-.ab", "type": "image"}, {"id": 3987488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/284d595c-1bb2-4b15-85b3-ec82a1de051e/width=450/3987488.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UAF4yLxu0MRP02ofE2Rk}*js=^of0NayxGfk", "type": "image"}, {"id": 3987450, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/330e9506-08e3-4b90-aa8f-72edc73991fe/width=450/3987450.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UFGaaq~o^4=d^Ot5J7V^-99bOWxaXRspsVNa", "type": "image"}, {"id": 3987468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c2ca00f-f159-4fd5-96ab-2cc6579cb0b5/width=450/3987468.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U7D+b#%NnM9Gzm4:IWD%00Nf?F~o${J;xvWB", "type": "image"}, {"id": 3987514, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c9d1323-4647-415f-8aa6-87e8a500d88f/width=450/3987514.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UIHxK8DiIwN2yYIBNxkC~WRj%Lt6S*kCX8V[", "type": "image"}, {"id": 3987473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28981492-8195-4c27-8b5e-18ab14444ece/width=450/3987473.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U9EVKQIp009b#PS$^+V?00Nb$yx]4nE2~qb_", "type": "image"}, {"id": 3987539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/352fb32a-332a-4755-8db5-a762245c546d/width=450/3987539.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "U6DlTL%h07-:0oM|9YW8EU-P?a0gIVW?~poI", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/241890", "modelId": 214710} \ No newline at end of file diff --git a/datasets/metadata/241954.json b/datasets/metadata/241954.json new file mode 100644 index 0000000000000000000000000000000000000000..715cf9af64151e534a731544bc1598cd5507128c --- /dev/null +++ b/datasets/metadata/241954.json @@ -0,0 +1 @@ +{"id": 241954, "index": 0, "name": "v15.2 reforged", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-28T09:22:10.325Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Amelia", "Deloris", "Heather", "Jessie", "Kimberly", "Posie", "Roxanne", "Sandy", "Tamera", "Vanessa"], "stats": {"downloadCount": 292, "ratingCount": 21, "rating": 5, "thumbsUpCount": 34, "thumbsDownCount": 0}, "files": [{"id": 187258, "sizeKB": 73842.65625, "name": "My_Characters_Collection (15.2rf).safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-28T09:25:57.925Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "66134891", "AutoV2": "3C46BC9BD5", "SHA256": "3C46BC9BD5D08EFBEADCDD1482D85A7EFF3F33A7AB7D420663B1235BAA086B40", "CRC32": "337F75C7", "BLAKE3": "5C5B26EAB1E7EA1D42378C96B837E8256203CD62DCD937A5735A10E1A5E2A475", "AutoV3": "9D507AC2DE6B"}, "downloadUrl": "https://civitai.com/api/download/models/241954", "primary": true}, {"id": 189025, "sizeKB": 37765.78125, "name": "img (3).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-30T05:00:46.455Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4AF1F1C7", "AutoV2": "5651498FE8", "SHA256": "5651498FE8F5B8135A8DCBB37FB161023BEFD6EA8B4907E40AF7CA7A8D582972", "CRC32": "4B82FBEF", "BLAKE3": "15CFB6B69A2C0A02E3CD79431A670DFDB6CA490EE871813D67F8B5AFFD890556"}, "downloadUrl": "https://civitai.com/api/download/models/241954?type=Training%20Data"}], "images": [{"id": 3989431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb28276e-d9e5-4f4c-b35b-63bd326a1358/width=450/3989431.jpeg", "nsfwLevel": 4, "width": 1536, "height": 2304, "hash": "U1D+by00D$~V00M_~q4.^j~q^j0K00D*-;57", "type": "image"}, {"id": 3989423, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b93c5f53-f59e-4e44-b8c2-04eafcded4d6/width=450/3989423.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U4B3KK-V0M019^R-~B^*02NH%L^+Ipt7xaNH", "type": "image"}, {"id": 3989424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3dc0632-495f-415b-8302-76a854d7918b/width=450/3989424.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U7C63}-;uN~BFd%1o2E3E2oewIM|kCRkjY$%", "type": "image"}, {"id": 3989422, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/433f6936-b57e-4bb0-9616-f222ec159c52/width=450/3989422.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8EV7.Di_M00%g0Lxa?GShNHoL%L%1RjM{R,", "type": "image"}, {"id": 3989425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31f7879b-6884-4fa6-a857-720adfba367b/width=450/3989425.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U6B{fQFxt,~B0#^%oejFIoV@wIRjtQIpn%9u", "type": "image"}, {"id": 3989428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a00cf68e-5cab-43f6-bf65-284940ce9f37/width=450/3989428.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UDEe#:00.8RP_NMx?a9ax]RPM|-pxvD*s.tR", "type": "image"}, {"id": 3989426, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e80422d-652d-4c29-99ac-ac961f38d8b9/width=450/3989426.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UAFYJkNw?^~Wx]xtoyNG4ooJs+V[E0a{s:ae", "type": "image"}, {"id": 3989427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74d4d65c-4fdb-4c69-96da-b703e2a67d1c/width=450/3989427.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U5EVHC}?ys00009b9E?a?b-p~W-p9ZD%D*E2", "type": "image"}, {"id": 3989429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/337c59cc-db36-43a1-9d4f-c118c26c1bba/width=450/3989429.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UIGuL0W=9u~pkqs.n$NG9ZofoKRjWBR*aes:", "type": "image"}, {"id": 3989430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef73ac57-7b74-45ef-8303-2119456dfddf/width=450/3989430.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UHGkj=tlOs~VOX%1WCRjR*axV@R*S1WCRjxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/241954", "modelId": 187356} \ No newline at end of file diff --git a/datasets/metadata/242466.json b/datasets/metadata/242466.json new file mode 100644 index 0000000000000000000000000000000000000000..f7b2a0f3b3ac824bbd5d76550c612a5aa79bacb4 --- /dev/null +++ b/datasets/metadata/242466.json @@ -0,0 +1 @@ +{"id": 242466, "index": 0, "name": "v3.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-28T19:15:11.468Z", "availability": "Public", "nsfwLevel": 3, "description": "Cleaned up the captioning, weighted some of the images more, deweighted closeup details and back views. all around way more stable and better images
", "trainedWords": ["tr4j3", "traje de luces", "blue and gold"], "stats": {"downloadCount": 187, "ratingCount": 18, "rating": 5, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 187660, "sizeKB": 25723.7880859375, "name": "tr4j3_v3_img.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-28T19:10:54.496Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "19535894", "AutoV2": "4F069FB7BF", "SHA256": "4F069FB7BF99FFABB9BC8FD393EBE6C5FFE378615BB8363A94921A2EA3DE85BF", "CRC32": "072A4E41", "BLAKE3": "1DDC1FCE42FD6070206520741FD69219D562BE4933A9ECD097770CA17073E165"}, "downloadUrl": "https://civitai.com/api/download/models/242466?type=Training%20Data"}, {"id": 187661, "sizeKB": 18555.1875, "name": "tr4j3_v3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-28T19:15:55.508Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BF37714F", "AutoV2": "7270B39782", "SHA256": "7270B397828AF46FF82229FF870780D9E581CDDE79E3E7F26D26F680043D94DC", "CRC32": "894C234D", "BLAKE3": "E052CBBFF1D68B6075C6C80352FEB832761833BF7FA1E8F253C72F623E54D8D2", "AutoV3": "49413A6B80C7"}, "downloadUrl": "https://civitai.com/api/download/models/242466", "primary": true}], "images": [{"id": 4001073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e791255d-3fa4-4079-832f-7e267a471dea/width=450/4001073.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UGD9YP~W9bWYV]xu-p%LM}juxut7NIof-;%M", "type": "image"}, {"id": 4001020, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60c50c0d-1e20-48af-984b-7c9c23b4db09/width=450/4001020.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "U6Ee.2^~0K0300D%5S$~xX01~pkDbwM{-U?G", "type": "image"}, {"id": 4000979, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b80fdd6f-cb0c-401b-97f3-7953b1e8e277/width=450/4000979.jpeg", "nsfwLevel": 1, "width": 960, "height": 1280, "hash": "U4C?7T~XvcVV4TMxI_S%00NZ.StS6.bbIqI_", "type": "image"}, {"id": 4000985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d650e84-264b-4389-9cbe-26c008214909/width=450/4000985.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8H,x3I:0K%10Ds,9uWX02jH$+xG}$Rm$~R*", "type": "image"}, {"id": 4001026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/beb020b1-3acc-410f-b7e6-6c673068aac6/width=450/4001026.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UAFO48D1:-n5+h0#9vnPM1D*x@=_9tV?xZkq", "type": "image"}, {"id": 4000995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/486d2877-cd13-405f-aa7c-0336e022a085/width=450/4000995.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNJF}qj]9ua$3Gf+WEW=0ga#ocaxVon$jDay", "type": "image"}, {"id": 4001094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2c30b83-f1de-495a-ab29-a8712f2217b6/width=450/4001094.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UCHx4$xG^,XU00~W9FS0n--V%M%MS0R6?bs.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/242466", "modelId": 214710} \ No newline at end of file diff --git a/datasets/metadata/242575.json b/datasets/metadata/242575.json new file mode 100644 index 0000000000000000000000000000000000000000..64dcff6b4d47f8803946097886097bc0d21b2c9b --- /dev/null +++ b/datasets/metadata/242575.json @@ -0,0 +1 @@ +{"id": 242575, "index": 0, "name": "Hailey Model", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-29T04:53:27.123Z", "availability": "Public", "nsfwLevel": 28, "description": "Hailey vs 1.5
", "trainedWords": [], "stats": {"downloadCount": 206, "ratingCount": 21, "rating": 5, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 187722, "sizeKB": 329.0830078125, "name": "242575_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-28T20:55:50.989Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "88383177CC", "SHA256": "88383177CC2878DCE1FBD1CCFF58E66DDDDECE455DA79C8692296A6966C445DC", "CRC32": "C8ABD7D8", "BLAKE3": "388510D86B4FF2C8A17586F588E4342BCAC697DD36A64477159794FD56A96B05"}, "downloadUrl": "https://civitai.com/api/download/models/242575?type=Training%20Data"}, {"id": 188048, "sizeKB": 36977.3984375, "name": "Hailey-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-29T04:45:42.408Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F2756B01", "AutoV2": "630B10DF1B", "SHA256": "630B10DF1B2CA6EC5CA37068962AB9DDE1D3E09D3AC1B204BAD44375F37E26D3", "CRC32": "D617617A", "BLAKE3": "5BE86097722871301D35475AA1948047984A8316E1DC252A488654DCC6A7E21F", "AutoV3": "B583949A3C7E"}, "downloadUrl": "https://civitai.com/api/download/models/242575", "primary": true}], "images": [{"id": 4013232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8891185-2a3e-4e7f-bb3a-81b22b88a3d3/width=450/4013232.jpeg", "nsfwLevel": 16, "width": 512, "height": 551, "hash": "UIINpx_MyX^*%M~VtRM|-:tQIUE2EMof=|Rj", "type": "image"}, {"id": 4040425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1bc4a8b-6abd-4b63-aee3-f9bea0d96819/width=450/4040425.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UGI4kcw^EL~CRQ={-pRjIVofs.WV^*RkM{R*", "type": "image"}, {"id": 4040424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85d4756f-7c4b-4f85-a26d-6b8be88742ff/width=450/4040424.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UCH-us4o.l-o.7tRxtNGS3t7jZf6-:ofRkoe", "type": "image"}, {"id": 4013234, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0ee16eb-a373-41ea-90a4-47e80d5462d2/width=450/4013234.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UAF}l;~UD%~B,.xuXRs.#nWX9uE10eoJ~Cxa", "type": "image"}, {"id": 4013235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddb0ea67-655f-4883-8488-ca1b9de22850/width=450/4013235.jpeg", "nsfwLevel": 4, "width": 512, "height": 521, "hash": "UEF#,Nje00%0-Ut6M}s.DjxZx[NG~BSfELVt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/242575", "modelId": 215290} \ No newline at end of file diff --git a/datasets/metadata/243291.json b/datasets/metadata/243291.json new file mode 100644 index 0000000000000000000000000000000000000000..05ec4e5565f4203dda02fa2c3e904d9bf7527127 --- /dev/null +++ b/datasets/metadata/243291.json @@ -0,0 +1 @@ +{"id": 243291, "index": 0, "name": "v2.0 200p 100_EAV P", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-29T10:51:54.481Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 264, "ratingCount": 23, "rating": 5, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 188290, "sizeKB": 22257.37109375, "name": "Satomi_Morihara_PiaCarrot-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-29T10:55:51.185Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3E1AD90F", "AutoV2": "22739FF8DF", "SHA256": "22739FF8DFCA1AB18BB58E5F3D70D4CAC555C108495FC42344E8AF666255DE08", "CRC32": "FD9E1D25", "BLAKE3": "07443F33C84399036B1162A1F52F2448A88CF9C21E42047F9292598B51B7BAE4", "AutoV3": "81FD6682BE2C"}, "downloadUrl": "https://civitai.com/api/download/models/243291", "primary": true}, {"id": 188291, "sizeKB": 50668.0712890625, "name": "Satomi_Morihara_PiaCarrot.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-29T10:56:19.184Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E096ECB7", "AutoV2": "F742E187C8", "SHA256": "F742E187C80B179F364BF933E3734CBD8FD3498A7724D1DDED06D82C1498B85F", "CRC32": "69F91EEE", "BLAKE3": "1AFA8CCBBA967A0641186E9DBB9BF7265BFB8DE0028961B37B10494C90894000"}, "downloadUrl": "https://civitai.com/api/download/models/243291?type=Training%20Data"}], "images": [{"id": 4020189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fa17e9b-36f9-4e26-b24d-830cdbfd91d8/width=450/4020189.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UeKd#rtQcEj?~Ct7.8t7S^fl%Mjr-=t6kCM{", "type": "image"}, {"id": 4020316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1368211e-9579-4920-ad5c-e24ca9c06366/width=450/4020316.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJM~-Ba100D*00ELspIUD$Rj-;nl~q9Zx[f+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/243291", "modelId": 213525} \ No newline at end of file diff --git a/datasets/metadata/243491.json b/datasets/metadata/243491.json new file mode 100644 index 0000000000000000000000000000000000000000..910fd46cb22ab6b4f695798c3bad592b21bfb808 --- /dev/null +++ b/datasets/metadata/243491.json @@ -0,0 +1 @@ +{"id": 243491, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-29T14:15:58.653Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 372, "ratingCount": 49, "rating": 5, "thumbsUpCount": 68, "thumbsDownCount": 0}, "files": [{"id": 188463, "sizeKB": 22256.76953125, "name": "She_Working_Out_01-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-29T14:20:59.378Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3A29D99F", "AutoV2": "EFC199FE2C", "SHA256": "EFC199FE2C233E754548FFB22364A88240919B0C2B09A76CCB40D94CA1C9D529", "CRC32": "B6C8D1FC", "BLAKE3": "2BE17E0621AFF4C786CD21529FFAE86A681269C4A376F5F4D8CBEBB52C971A72", "AutoV3": "548CE8BE4866"}, "downloadUrl": "https://civitai.com/api/download/models/243491", "primary": true}, {"id": 188464, "sizeKB": 43142.1953125, "name": "She_Working_Out_01.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-29T14:21:01.619Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D3B0AA83", "AutoV2": "071787DE5F", "SHA256": "071787DE5FF446C4C5F8312DFB20B3C7E7DC1DF7C175C10F52CFFDF57229E209", "CRC32": "638984B0", "BLAKE3": "08203D602315A8C54A30CBC67D47CC95B199C4FECCC3752C6458C4964A954E1D"}, "downloadUrl": "https://civitai.com/api/download/models/243491?type=Training%20Data"}], "images": [{"id": 4024417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/506a025e-18b0-4e51-9908-86758a48d846/width=450/4024417.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UgN+O-~qI@?HuO-;S$bvMen%o2V@RPaeniRj", "type": "image"}, {"id": 4024601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5d79388-49f8-40da-99cb-f0a1db8ff7a3/width=450/4024601.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UYNl#@I.9tDi_NDiXTbbb^xD%2s:?H%gj[M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/243491", "modelId": 216065} \ No newline at end of file diff --git a/datasets/metadata/243580.json b/datasets/metadata/243580.json new file mode 100644 index 0000000000000000000000000000000000000000..54c424d329da79700186bba5331cd45228a90c4d --- /dev/null +++ b/datasets/metadata/243580.json @@ -0,0 +1 @@ +{"id": 243580, "index": 0, "name": "v1.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-29T16:25:42.316Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 448, "ratingCount": 74, "rating": 5, "thumbsUpCount": 102, "thumbsDownCount": 0}, "files": [{"id": 188545, "sizeKB": 22261.70703125, "name": "Kouchuu_Kanshou_Koihime-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-29T16:20:49.175Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5B8C4E87", "AutoV2": "0D6D34CFC3", "SHA256": "0D6D34CFC338D27C81B765A3A25C0326CC3E6195B01DBD17F12854636DE4DA09", "CRC32": "FF3609EB", "BLAKE3": "0C44CD0A004E0B00594BB7E80005F5A28A6B5F4598ADE8A077649ABABE559686", "AutoV3": "2FBDB3621F30"}, "downloadUrl": "https://civitai.com/api/download/models/243580", "primary": true}, {"id": 188549, "sizeKB": 49380.966796875, "name": "Kouchuu_Kanshou_Koihime.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-29T16:25:49.929Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0637F226", "AutoV2": "ABB6906443", "SHA256": "ABB690644356CE1E709498B933278A99FC594D47161D867989692015BB023D15", "CRC32": "B50B003C", "BLAKE3": "B6B589E3959D4F2FB85033A0E4FE66EA793FF17C84200ED997F4E9B8F65479E3"}, "downloadUrl": "https://civitai.com/api/download/models/243580?type=Training%20Data"}], "images": [{"id": 4027321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7ad0554-a74d-464e-a33e-40178c602f3c/width=450/4027321.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UOO{q4.8.9S7%jM|~oxV.St7Nrt7xbnixmIV", "type": "image"}, {"id": 4027473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f64db5f-a4cd-44de-923e-b2b1d9d03056/width=450/4027473.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZPY*sx].8x^?wRk.7s.S$adX3t7-:t7M{Rk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/243580", "modelId": 216145} \ No newline at end of file diff --git a/datasets/metadata/243831.json b/datasets/metadata/243831.json new file mode 100644 index 0000000000000000000000000000000000000000..3eb3680896c168b5e115df110a8edb6885f57cc0 --- /dev/null +++ b/datasets/metadata/243831.json @@ -0,0 +1 @@ +{"id": 243831, "index": 0, "name": "Depth professional photo", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-13T17:29:44.165Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 242, "ratingCount": 17, "rating": 5, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 203254, "sizeKB": 223099.72265625, "name": "Depth_professional_photo.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T17:31:32.117Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A45CC99C", "AutoV2": "8114D1B035", "SHA256": "8114D1B035A3F2D4478736C393E1676300E0EBF01B995FF5496FCC40B5F8DE33", "CRC32": "7E4B2C00", "BLAKE3": "C53D98EAB9E6631A0494085E98D6DD77F530B4F55B6831453F4D10A337E31449", "AutoV3": "5AC1B5E59B80"}, "downloadUrl": "https://civitai.com/api/download/models/243831", "primary": true}, {"id": 188770, "sizeKB": 7114.068359375, "name": "243831_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-29T21:55:55.191Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A9850083", "AutoV2": "941923E76C", "SHA256": "941923E76CEF8F5F77C570FE6ECD73A3FA77B726963BF7A8091064CE0BEF8A65", "CRC32": "B0835F76", "BLAKE3": "297B5DE41BEC2C507CC04B4174152A661C2E21354A1FFCA585ADE420E2ACB6C1"}, "downloadUrl": "https://civitai.com/api/download/models/243831?type=Training%20Data"}], "images": [{"id": 4548498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b24ce044-9225-4038-aea9-1ceb33613244/width=450/4548498.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UIE_:c~XInIU~W%MIUM{_4xvRioLIqNGRit7", "type": "image"}, {"id": 4548500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff680805-1fa9-479a-a4c8-876e69f2a8e7/width=450/4548500.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UKF}NVxc0xEKnMofE1NG~Es:IobIxZoMNZWW", "type": "image"}, {"id": 4548502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7e82436-5012-4e5f-a2d2-95bbe3bb9805/width=450/4548502.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U9Am0op2R:nh0kSks:WA?K%MWBWANFRks,a$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/243831", "modelId": 216361} \ No newline at end of file diff --git a/datasets/metadata/243943.json b/datasets/metadata/243943.json new file mode 100644 index 0000000000000000000000000000000000000000..3b9e882db544aae2a77c7158e678560a64e8a9e6 --- /dev/null +++ b/datasets/metadata/243943.json @@ -0,0 +1 @@ +{"id": 243943, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-29T23:18:37.133Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["TransformersStyle"], "stats": {"downloadCount": 465, "ratingCount": 60, "rating": 5, "thumbsUpCount": 70, "thumbsDownCount": 0}, "files": [{"id": 188817, "sizeKB": 147572.625, "name": "TransformersStyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-29T23:20:59.196Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "69CADC49", "AutoV2": "D66E7EEA3B", "SHA256": "D66E7EEA3B17F661066A1A4D19A87FEA942A000238C3C7E9B5E44CB4C66C549C", "CRC32": "981C8D48", "BLAKE3": "1C9CA404443F548BE536B497E1F40E32CC08F4571BD21D545C36B2C4B9522BA0", "AutoV3": "7CC97648B7D8"}, "downloadUrl": "https://civitai.com/api/download/models/243943", "primary": true}, {"id": 188820, "sizeKB": 130145.767578125, "name": "TransformersStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-29T23:25:44.969Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "593C5898", "AutoV2": "03DEB8BB04", "SHA256": "03DEB8BB0474C0EEFEF0B35CFD056B599866A13751DC051F8F83D296FE0E5686", "CRC32": "BFEE28CE", "BLAKE3": "9A8C2591F114AEEF6BC8AABFD386A1D281D41172B4BF2014E353DF6F75F7D805"}, "downloadUrl": "https://civitai.com/api/download/models/243943?type=Training%20Data"}], "images": [{"id": 4036242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49f4f0d8-1dd2-4372-92df-9e7f5e35c95a/width=450/4036242.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U6DIk1t+JC0d~p5P}vE0XnM{=|MycX5i}[M|", "type": "image"}, {"id": 4036236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d7ebed0-bd16-4699-a269-d4dc94f380ca/width=450/4036236.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U3CYj$~Wpv00F|I;XTkB00=wic^+0057rE^k", "type": "image"}, {"id": 4036239, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9cc815e-6f8e-4f96-817b-4a282e6020be/width=450/4036239.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UAC=xf0MJl^k~B56EL^kozr@IoX6M|NZxb=|", "type": "image"}, {"id": 4036244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df712702-6fe8-4119-a603-08f98044afb8/width=450/4036244.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UNDAAPo~tR-:?wtRkCxtxvRkM_oLIVs:M_of", "type": "image"}, {"id": 4036230, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e786863d-7c0c-4e00-8c9f-2295857e591d/width=450/4036230.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U6G7S00P9dM}0.$zD-t5^4NwjFEN|[-7%IIX", "type": "image"}, {"id": 4036232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca85f5cd-0d84-4889-9c3e-5c283445e0c7/width=450/4036232.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UCHLI-?vRjIV0%-p-mM|4p4p4:M|~8D*nhRk", "type": "image"}, {"id": 4036235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95e37a18-db84-439d-ad53-7aebeee43e2d/width=450/4036235.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UPF$-3?u~qxu^*oexuV[?vt8Mxay-UaeWWoy", "type": "image"}, {"id": 4036233, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/262f9496-cfbf-4fdd-8aaa-0a41a87a4c95/width=450/4036233.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UIHJ~y~VtPIq0$RPIV$$$*nlE3RQ^i%L~BkW", "type": "image"}, {"id": 4036231, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8319d5cc-8cf3-4d8c-b3b2-0034605be52a/width=450/4036231.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UJFFvh~p_N_M.ltR%M-;$N%LR+t7Ipj]RjWB", "type": "image"}, {"id": 4036234, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d556145-c88e-42c7-903e-bae44f2c6b9d/width=450/4036234.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U7D+r800^%?G00_29aM|^%V@E3bHE3M|~VjZ", "type": "image"}, {"id": 4036238, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eee02514-2fe8-4964-ae1f-08fa7fed3fb6/width=450/4036238.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UQGR|^?a-T-;%$R.%M%M~BM{bct7R+M{ogj[", "type": "image"}, {"id": 4036237, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b7289ba-599b-43f5-99e3-4ad0e5989968/width=450/4036237.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UFF=ge4nI;xa0f%LMyIo_NIUxaIo01xu-pni", "type": "image"}, {"id": 4036243, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0180c5c-22c9-4487-8223-f0c7a04c3fb7/width=450/4036243.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U4A9yg020M~BE*$i9^oe0ftQZ~Rj55-osDE2", "type": "image"}, {"id": 4036241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec9a9c84-3fe1-4551-bb77-3caee49a39f7/width=450/4036241.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U5AJ4Z0#0%}=JV9b5T}?S5xD$iW=S~=_V@5T", "type": "image"}, {"id": 4036240, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1316055-923b-4e65-b2c3-57cdac09204f/width=450/4036240.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UCAKBd~B=|%M%MtRxus:v}-;.7%1r?S4ofR+", "type": "image"}, {"id": 4036246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47c4b654-e8e3-47a1-a0f9-ff46963fe9f1/width=450/4036246.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U16HWQ%4o?4,~Uob%3-;00RhjK^,^T~WNE0d", "type": "image"}, {"id": 4036247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b541aeb7-0497-41ed-9b47-4047af9b6691/width=450/4036247.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U58:q|0et7xG}[IoM{xu62=yNGjt0e}[RjWp", "type": "image"}, {"id": 4036250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e408ca70-16a7-4718-8355-0254c1b46887/width=450/4036250.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UREn-k}[9t9[M{I:S3w|0eE1$+-px]$*xGXS", "type": "image"}, {"id": 4036248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/258a5177-4380-4444-ad0c-3bd35702d7a6/width=450/4036248.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UDAKjm%h_N%$x^%gyDkWI9aKIAjsIAMdDiRP", "type": "image"}, {"id": 4036245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86349196-e034-440d-975c-038dbd8bc793/width=450/4036245.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U8C?WD0L}:5X%$McD*%MENIoRPxt4oShE2-o", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/243943", "modelId": 216460} \ No newline at end of file diff --git a/datasets/metadata/24401.json b/datasets/metadata/24401.json new file mode 100644 index 0000000000000000000000000000000000000000..9100b5885291867a0edb155b13ee1d423212f0b7 --- /dev/null +++ b/datasets/metadata/24401.json @@ -0,0 +1 @@ +{"id": 24401, "index": 0, "name": "alita-test-3.safetensors", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-17T01:16:03.399Z", "availability": "Public", "nsfwLevel": 25, "description": "This Version is more general, therefore not as close to the original alita.
Finetuned this on more variable poses/images of alita. Training data added here. Works great with the sunshine mix model from civitai (sunshinemix_sunlightmixPruned.safetensors).
The lora is not trained on NSFW images, I just used it with some NSFW Loras to generate those images.
Using both versions of this lora at the same time with low strength gave also good results. Worked well in combination with some different other loras. But the lora strengths have to be adapted to get better results depending on the image.
trained on her insta pics
", "trainedWords": ["candylioncos"], "stats": {"downloadCount": 261, "ratingCount": 16, "rating": 5, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 189239, "sizeKB": 41362.96484375, "name": "training data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-30T10:45:47.454Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6CAE8D32", "AutoV2": "8831FA0288", "SHA256": "8831FA0288CB1E304303A9A5EDCECF46911A43FE3E6231E079D1195682A137C5", "CRC32": "D1009F2D", "BLAKE3": "791842865AA65F5654A04F083B6F7ACEB2D288816AA0CCFC33D451E9A6AE7233"}, "downloadUrl": "https://civitai.com/api/download/models/244480?type=Training%20Data"}, {"id": 189241, "sizeKB": 147582.7890625, "name": "candylioncos_128_64_512_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-30T10:46:00.463Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CB1DA025", "AutoV2": "E3821D4C78", "SHA256": "E3821D4C7824425E0E2576908CAFC789C721EE47F900CE3335EE435F1B0FA53C", "CRC32": "10514435", "BLAKE3": "B9FF4F1D4125F67E83B9B2FCCBA8BB216F31F4D04DD608F0150363B19C1833F4", "AutoV3": "F8D4EC311323"}, "downloadUrl": "https://civitai.com/api/download/models/244480", "primary": true}], "images": [{"id": 4049106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f03f33ad-743a-4402-be35-3da2d8b94444/width=450/4049106.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UXG[KA~qKj?bE2xu-oWBX7RjnhaxIot7%Mt6", "type": "image"}, {"id": 4049114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd2deffd-b8f7-4d8b-bbe1-1828c3658e97/width=450/4049114.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UcF=R0~qyE_2Nbxt%1R+M{M{jFocbbtQ%2t7", "type": "image"}, {"id": 4049127, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78ef75b0-da21-4d94-b844-be59cc65f2ea/width=450/4049127.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHG8WG~UJ.t600%Ms,NG?vs+xGR*0Kofxtxt", "type": "image"}, {"id": 4049116, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5e3de55-80f2-4806-976f-1959ca7eb87f/width=450/4049116.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UNF5a6~VOX-:9GWBaxf5x]xZ%1j[9ZoKxtWV", "type": "image"}, {"id": 4049122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccf60639-73ea-4a0a-a35b-829067b7e416/width=450/4049122.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9Cr[#$%024:57s.~BIp0zIp-U^*^jIoE3-o", "type": "image"}, {"id": 4049113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb998cab-afcc-4833-af01-b663193ea723/width=450/4049113.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIGk,l4opc4:00IoM{af_N?anOxu00M{%2R*", "type": "image"}, {"id": 4049112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aff0163e-e617-4852-8449-de70b887ec65/width=450/4049112.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDEoJN?a0#^*014;-o-o~o^jeTE102Rj%LIp", "type": "image"}, {"id": 4049118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96ba93b9-7d43-470a-80ae-bcb8ce447e0e/width=450/4049118.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBFE_u^PT001_LtlE1M|0LWDn4-o?HMxV[%L", "type": "image"}, {"id": 4049111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/755cc1ba-fdeb-4b16-81ae-6425c8ebed00/width=450/4049111.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UOH_Po~qK*?b4-kA-oxakWad$eadIAofWYNG", "type": "image"}, {"id": 4049117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/846d9189-a811-4b9a-ac24-c2e379ca70cd/width=450/4049117.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UECFnt~AEfoyNa?F~AobI:R*$%-o%1R*NIxa", "type": "image"}, {"id": 4049119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34a851bf-26f8-4a01-a66a-e9576eddeb9f/width=450/4049119.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UEEe[K~pu5?bEND%%1M{x]xaIANGI;bb?G-p", "type": "image"}, {"id": 4049120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c035989b-cc49-431d-8a7f-3d8868d8bf9b/width=450/4049120.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UNFh#6~Vo}9GD%IVWCozT0tRr=aKxZRjR+%2", "type": "image"}, {"id": 4049123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a391370-af30-4170-95c6-7b8a86f69f9a/width=450/4049123.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHHnyn~V_M?G00%MM{ae?]xYRQIo8{Rk%LNH", "type": "image"}, {"id": 4049124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/952c3526-45e6-4ffe-9149-63e04fb8910b/width=450/4049124.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9Bo:Kr=0g579vae~ANGS2NaRQ-oaeNHbH-o", "type": "image"}, {"id": 4049121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1eb135f-f3b1-463c-9e40-b2dacb9555d2/width=450/4049121.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UYFOW1~Vgh-:I;t6%1ofR+RjV@RjRkof%1xa", "type": "image"}, {"id": 4049126, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c52d471-7fad-4ff7-9700-fef7d3698022/width=450/4049126.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UAIXa3~VPU0L00M|-pIV?vayQ--p?GRjNds:", "type": "image"}, {"id": 4049128, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d9a76ba-dae1-4b66-b672-a827c9c3eaa7/width=450/4049128.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "USE_?R~UIpxu9Zt6?HofbvRkRPniRjWBxt%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/244480", "modelId": 216934} \ No newline at end of file diff --git a/datasets/metadata/244572.json b/datasets/metadata/244572.json new file mode 100644 index 0000000000000000000000000000000000000000..48911544efd74d8c426bfb1dfcb784386b91fe05 --- /dev/null +++ b/datasets/metadata/244572.json @@ -0,0 +1 @@ +{"id": 244572, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-30T13:00:32.503Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 301, "ratingCount": 53, "rating": 5, "thumbsUpCount": 65, "thumbsDownCount": 0}, "files": [{"id": 189312, "sizeKB": 22248.44921875, "name": "Garnet_MacLaine_Dragonaut-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-30T13:00:37.390Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "72263E1B", "AutoV2": "CC4C42B23B", "SHA256": "CC4C42B23BF47A35406588110FFFD18F9760C3BB0FAFC2EC130D50B51BDD84B7", "CRC32": "08DC8CC7", "BLAKE3": "E61524EBBAAEAF36A3F964F03FD3FAD1EC24795B5976C7B59974FE20E20264F1", "AutoV3": "64BB165A05B5"}, "downloadUrl": "https://civitai.com/api/download/models/244572", "primary": true}, {"id": 189313, "sizeKB": 45060.8349609375, "name": "Garnet_MacLaine_Dragonaut.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-30T13:00:37.477Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A1C851C4", "AutoV2": "8031476226", "SHA256": "8031476226BA1C03D5457A17794D08233C95F1EC6CA51F5EF8174439408CA4C9", "CRC32": "92A41316", "BLAKE3": "1AF6C75ACE57E932D219599C9179F3066423D0D5F81AF465875944085B103062"}, "downloadUrl": "https://civitai.com/api/download/models/244572?type=Training%20Data"}], "images": [{"id": 4052392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76359bba-39d9-4a85-9c74-02263899039f/width=450/4052392.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U]Nl[XV[x^t7?waetQofxukCM{kBt5ofWAax", "type": "image"}, {"id": 4052759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd488b28-099c-41f9-a158-9530082359c9/width=450/4052759.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U]Nl[XV[x^t7?waetQofxukCM{kBt5ofWAax", "type": "image"}, {"id": 4052774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e512b6b1-766a-491d-86de-813601038a12/width=450/4052774.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UdL:NAMxxvwb~XMxnNRjxbkXITbHVrozIUWU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/244572", "modelId": 217012} \ No newline at end of file diff --git a/datasets/metadata/244606.json b/datasets/metadata/244606.json new file mode 100644 index 0000000000000000000000000000000000000000..3036daa1a8a13dfbb2122da3d81fa3eda645a7be --- /dev/null +++ b/datasets/metadata/244606.json @@ -0,0 +1 @@ +{"id": 244606, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-30T13:46:14.302Z", "availability": "Public", "nsfwLevel": 1, "description": "trained on her public instagram
", "trainedWords": ["pokimanelol"], "stats": {"downloadCount": 2276, "ratingCount": 89, "rating": 5, "thumbsUpCount": 140, "thumbsDownCount": 0}, "files": [{"id": 189337, "sizeKB": 147579.03125, "name": "pokimanelol_128_64_512_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-30T13:45:33.091Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9468F9BF", "AutoV2": "9D6C41994A", "SHA256": "9D6C41994AE6F7D68484998620B544CF0F50AC2B9CE3716502623B3D4A349460", "CRC32": "CF87E3DD", "BLAKE3": "10DE02724374173CD1DF65EC8E655063134876AEF5A6BE7FDFE336A6B252019D", "AutoV3": "0EB3A7BC85F5"}, "downloadUrl": "https://civitai.com/api/download/models/244606", "primary": true}, {"id": 189336, "sizeKB": 56607.75, "name": "trainingdata.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-30T13:45:38.480Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A77B3F60", "AutoV2": "CCA99DC879", "SHA256": "CCA99DC87925699B1BD6E02B4864A25ACABAE5F6158D7466FD08581F7B43DD05", "CRC32": "3DEDC49F", "BLAKE3": "EA7DA090DC26F68747724080C4F670A1EC8F0B99B8C9AB9E714845AE9C37B08B"}, "downloadUrl": "https://civitai.com/api/download/models/244606?type=Training%20Data"}], "images": [{"id": 4053387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68e24094-8a51-4172-a18f-338b4b1539e5/width=450/4053387.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UWI;I.?vTK.8.m-paz-pxbM{M_NGtlWCsSof", "type": "image"}, {"id": 4053391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a0494f5-3cda-49a5-9ba5-e6ebcba1062b/width=450/4053391.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHEePxD*0LM{.lD%E2xu%3M|#,t7tlodaKa#", "type": "image"}, {"id": 4053388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cb17994-a96f-442b-9144-b75a3519438f/width=450/4053388.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UME_~yo#%#_2~VxuR,?aS#Rj-pafIojssnW=", "type": "image"}, {"id": 4053389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e078613-cdbf-4180-ac79-df4074539457/width=450/4053389.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGI;S64-GHt6XR~B_2EL?bIo-UI;4:Ip%2-o", "type": "image"}, {"id": 4053337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aecaef15-4026-458b-80c9-c45dab7b7ab8/width=450/4053337.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UKFq,g%L9[~B9t?G=|R*E2RkayI:WCE2WB%2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/244606", "modelId": 217044} \ No newline at end of file diff --git a/datasets/metadata/244612.json b/datasets/metadata/244612.json new file mode 100644 index 0000000000000000000000000000000000000000..f1a4287b6c019f3bea11fb56de74b846d5d348d7 --- /dev/null +++ b/datasets/metadata/244612.json @@ -0,0 +1 @@ +{"id": 244612, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-30T14:06:05.225Z", "availability": "Public", "nsfwLevel": 1, "description": "trained on her insta
", "trainedWords": ["emiru"], "stats": {"downloadCount": 473, "ratingCount": 23, "rating": 5, "thumbsUpCount": 35, "thumbsDownCount": 0}, "files": [{"id": 189345, "sizeKB": 33672.4345703125, "name": "trainingdata.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-30T13:55:40.059Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7A01C802", "AutoV2": "FF7A2BD553", "SHA256": "FF7A2BD55376FE0CBECBE5F26F4279D30E421DD8921E05FCA726B6E276409875", "CRC32": "255CEE3F", "BLAKE3": "86A036797D7EEB0C6E7E6F926972EE568B101962B646F841FD18102558B30F8B"}, "downloadUrl": "https://civitai.com/api/download/models/244612?type=Training%20Data"}, {"id": 189348, "sizeKB": 147583.7734375, "name": "emiru_128_64_512_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-30T13:55:50.519Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CA35A5C5", "AutoV2": "BB271265DB", "SHA256": "BB271265DB7937DDC83C89A54AE6F8AA2D53662D9EC0C43942EB7C683088D5C0", "CRC32": "ADEAB308", "BLAKE3": "0C30406830847B911F6108A77AA360F9F3641971AAF6DA17D68AC6F63C6A231A", "AutoV3": "13DBAC7F5442"}, "downloadUrl": "https://civitai.com/api/download/models/244612", "primary": true}], "images": [{"id": 4053633, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66a7737d-3eb9-47cd-886a-31f299581062/width=450/4053633.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHFFER~p.Skq_3bHkW-p4:Rjwc-:xujbt7kC", "type": "image"}, {"id": 4053989, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5df8b017-5f14-432c-9742-7ea6708f27c4/width=450/4053989.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "URB{}x~q%ho#.8-;%MofR.oz%2t7xas:WVWB", "type": "image"}, {"id": 4053987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4af2b92f-42c6-4a21-99e6-812210317612/width=450/4053987.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDI}V400u58w00D%~q-:_M%2rqXT%faea#9F", "type": "image"}, {"id": 4053988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f69cdcf6-bf05-4e54-b99c-8596d7ba0532/width=450/4053988.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UjJ8R;%2XSozRPt7%MM{_Nt7t6aetRofn*t7", "type": "image"}, {"id": 4053990, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/427c9b6f-07f2-4626-93d7-45ab53e7f79e/width=450/4053990.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHDI,k~VK5%M4nIUR%M{_2xZnOt60Maz-paz", "type": "image"}, {"id": 4053986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ca969dd-73ed-4b72-9b6b-6f058ebef013/width=450/4053986.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U47m$#-o0202ozxtsmEM0fE2~A~BIpIp%2-o", "type": "image"}, {"id": 4053995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce3bba40-0b0e-4b19-9d6a-c61180890a4f/width=450/4053995.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGHBVeNHyYRQ0O%Lxt%1~o%1wbIp%LRjRjs:", "type": "image"}, {"id": 4053991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d6dd4b0-8b8a-4ef1-9bfe-f73425009a90/width=450/4053991.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHF}.r~q5k00_NV[wdIoxvo#%2xE.S-;aKIU", "type": "image"}, {"id": 4053992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42b95578-9f98-4537-b88e-c39c062644be/width=450/4053992.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UZGI7W~p?ukDivM_ITM{NGt7xZxu-;kC%MR*", "type": "image"}, {"id": 4053994, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b098ced4-4743-4259-b8ad-b5b065ad82be/width=450/4053994.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCJZ[48{00%L00?H-Vxu.8so~CD*j0R*i_Nb", "type": "image"}, {"id": 4053993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e52bba4-d2c4-4aed-a6d1-a4082212a43d/width=450/4053993.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UTHLe,_2yD_NI9xZxZxu%$WB$#xuM{%2xubc", "type": "image"}, {"id": 4053996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76a8ed44-2a22-4975-986c-d3994dc0c4cc/width=450/4053996.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UqI;|.%M_Nso_3tRtRj[NHRjs9WBozayt6of", "type": "image"}, {"id": 4053998, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c7f1907-4237-4089-8e16-1583d4310456/width=450/4053998.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UQHe2t9G0KxuH=x]s,Rk_NV@nOazxtV@Rjt7", "type": "image"}, {"id": 4054000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2f885db-fe40-427a-a407-f9335855d541/width=450/4054000.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8GRuE4T1$%L00x^9ZD%7z_3}q%g00ni^+M{", "type": "image"}, {"id": 4053999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83a0ff18-c1dd-4fe5-bb0f-07e8b4296495/width=450/4053999.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UJGH;]~q1I4nyqenMdDiMet7xtkCOr%MVsMx", "type": "image"}, {"id": 4053997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea3a26dc-7675-4082-bf1c-72586d32e0d9/width=450/4053997.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8HL9%%1*JI.00NdNFxu^JWWz:-p00M_-pRP", "type": "image"}, {"id": 4054003, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b799c8b9-3101-49fb-a8eb-f0cee32fda17/width=450/4054003.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDCY{=%15R4.b^D*xa%20eWX~B%2%Mt7RjIo", "type": "image"}, {"id": 4054005, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e71ab3c-47bc-4b98-a193-55c8b11edb3e/width=450/4054005.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGHxTt0K00?H00?a%Maf.TaK~BIVD%jsV@kC", "type": "image"}, {"id": 4054004, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60b60997-495d-41ea-bfeb-2b84fe5127aa/width=450/4054004.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGI#V|?HE19Z00-:_2M{_Ns:Di%1?b-;o0-o", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/244612", "modelId": 217053} \ No newline at end of file diff --git a/datasets/metadata/244639.json b/datasets/metadata/244639.json new file mode 100644 index 0000000000000000000000000000000000000000..9ebd75bc3b1b068e6f6f635b6eea9d433f46b564 --- /dev/null +++ b/datasets/metadata/244639.json @@ -0,0 +1 @@ +{"id": 244639, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-30T14:21:59.575Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["RangikuMatsumoto", "Black_kimono_Black_hakama_skirt_White_sash_Pink_shawl_Cleavage", "School_Uniform_White_partially_unbuttoned_shirt_Grey_skirt_Short_sleeves_Cleavage"], "stats": {"downloadCount": 645, "ratingCount": 107, "rating": 5, "thumbsUpCount": 147, "thumbsDownCount": 0}, "files": [{"id": 189361, "sizeKB": 230228.0703125, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-30T14:15:46.257Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F8AEE403", "AutoV2": "DD4B33F654", "SHA256": "DD4B33F654DEDB075A749C7846C77AACAA5779B510FF1CD6DA73417E13B0E20F", "CRC32": "81296492", "BLAKE3": "2B58B3D71BF7F76663F4431930AEEB3DB903DC1C813A4145942FD3DE8A652CED"}, "downloadUrl": "https://civitai.com/api/download/models/244639?type=Training%20Data"}, {"id": 189360, "sizeKB": 37006.3359375, "name": "matsumoto_rangikuV5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-30T14:15:48.746Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E5F39C76", "AutoV2": "CBA7C08986", "SHA256": "CBA7C0898611B769B702279DA1A234742DDFD4A124431508671B3A611C4B101C", "CRC32": "E4689271", "BLAKE3": "02D3AED8189855556825AF7EE1EFB9B1052DE475569DF223A3351487D3AE89BB", "AutoV3": "D2CDD6755FE3"}, "downloadUrl": "https://civitai.com/api/download/models/244639", "primary": true}], "images": [{"id": 4054467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3896fbdf-1171-4898-9f61-e98baa6d002c/width=450/4054467.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UQHU@ER%?^%M={M{4;bJ%LxZD%WAn$o#E2Rj", "type": "image"}, {"id": 4054437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afa72df0-a8c3-436f-8689-81e372b0f9a1/width=450/4054437.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UZK-FB~qS~tR-ooeEMS40Kt7xuS5xvt7afa$", "type": "image"}, {"id": 4054422, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2414479d-5cfd-4836-b687-b8cfb38e1065/width=450/4054422.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UNJj@@4oSw^j~UoI9|xWRh?HaMNGNFxuM{bc", "type": "image"}, {"id": 4054423, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f80b9278-fd43-45ce-baa1-a1cadf2a9c91/width=450/4054423.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UTI5F}M{E]?b~T%MELM{%Gx[kVf%o|xts;W;", "type": "image"}, {"id": 4054424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3245d9d3-cc0b-4bf5-a492-7a90a6f2b1c9/width=450/4054424.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UbJkG,-;krtR~Vs:E2bIIARjxvt8W=oLt7WX", "type": "image"}, {"id": 4054421, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ca0ce53-5999-40db-8c37-a67da362ea55/width=450/4054421.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UdJ8Fg-pOZIV~VWAEONGadM{kX%Mx]aet7j]", "type": "image"}, {"id": 4054440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef6a92fa-e65a-4e9f-baa8-b567f8c929fb/width=450/4054440.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UBIh51=_00~W9}9F-p_2}sIq0zIUtJ_3oi4o", "type": "image"}, {"id": 4054436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf715cf7-f20c-450c-9afe-c0ef97db2dbc/width=450/4054436.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UVJ@|I.8CTIp?bjYI]V@5?xu%Nt7tSr=XUoz", "type": "image"}, {"id": 4054426, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/416cb3b4-52c2-45ac-aa0a-6e3ec34f1f4d/width=450/4054426.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UfJkfyD+Gw%Nk?agt8IqI^V]NfV[$%Rjn$xu", "type": "image"}, {"id": 4054427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd334c23-9058-43b6-beed-3e49a4fac1a8/width=450/4054427.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UgIrBcNML4xv%4N0D,aJ9~R*xan%V@aexaoJ", "type": "image"}, {"id": 4054428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85978191-8f35-4812-b1be-d628701dd7eb/width=450/4054428.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UUIFD99Hpy.8?wjIT1I;XUV[E5V@S5Rj$%W=", "type": "image"}, {"id": 4054429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3bfbb9c-a33a-4845-a9e4-7183ccef6b86/width=450/4054429.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UAJH%J4:00%L}y%KKiInxkxFl9tREJVqb[^+", "type": "image"}, {"id": 4054431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e7293bf-a67f-4bd7-b66b-65ed10cacb60/width=450/4054431.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UXJ[P9IYGbyEyskEtmRloMV@E5NGogMxt7tR", "type": "image"}, {"id": 4054439, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/611e0588-b9ad-455a-b222-78b447647974/width=450/4054439.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UOIXHo~VE0^jIo569aRj={-pIqspIo?G%MM|", "type": "image"}, {"id": 4054442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec0c86b9-6248-4cd8-ac00-479d77eb4250/width=450/4054442.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UfHn~rE5%%%Mp1jI9wRj%Ne:RkWB%gNHf,t7", "type": "image"}, {"id": 4054434, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f51f562-5ac3-4386-9b00-a6871b23eaac/width=450/4054434.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UOGvLq9uHX~B-gtkXlD*=rxtJ-t6$wwINZtl", "type": "image"}, {"id": 4054432, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9a9abcb-5e47-4bc8-9fcc-21b0e6884234/width=450/4054432.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UTJ*rBS6GI?w%%bJxwNLkXaK9wM{o#RPj]t7", "type": "image"}, {"id": 4054435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3f5af4e-971d-4d9d-89ca-bddc08e69fe2/width=450/4054435.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UJJQ{0~q00r@_2-ptRS$R4IoNf-pE0t6%2R+", "type": "image"}, {"id": 4054441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0749fb7-d70f-4b43-a90e-f33820333ed3/width=450/4054441.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UJKdSh8^00xt_0MvTeoe7IMwtSNG_NnMD*t8", "type": "image"}, {"id": 4054438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c98e97d4-c55c-4d3e-b170-260598d1e5c5/width=450/4054438.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UIIqfcJA00-U~A.80zV?5QtQ-:t7pIOERixD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/244639", "modelId": 217071} \ No newline at end of file diff --git a/datasets/metadata/244745.json b/datasets/metadata/244745.json new file mode 100644 index 0000000000000000000000000000000000000000..b9e64408a47e6be15c2b5972f6dd0a114ae2cda8 --- /dev/null +++ b/datasets/metadata/244745.json @@ -0,0 +1 @@ +{"id": 244745, "index": 3, "name": "v0.1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-11-30T16:52:25.297Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Amelia", "Deloris", "Heather", "Jessie", "Kimberly", "Posie", "Roxanne", "Sandy", "Tamera", "Vanessa"], "stats": {"downloadCount": 114, "ratingCount": 10, "rating": 5, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 189516, "sizeKB": 223099.08984375, "name": "Kb_nobodies_mix.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-30T16:50:45.520Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8A876CB8", "AutoV2": "FCFE568772", "SHA256": "FCFE568772320221054DA28E54A557335ED2C36CA9361338DDCB07F84880134A", "CRC32": "70134BBF", "BLAKE3": "F59205CAB6B580F57F543B9F486EDA54C947443B3D5A33DA4326A3FAB672767F", "AutoV3": "57EF12AA494F"}, "downloadUrl": "https://civitai.com/api/download/models/244745", "primary": true}, {"id": 189460, "sizeKB": 39634.3525390625, "name": "244745_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-30T15:56:11.257Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0F7F5BE2", "AutoV2": "821B0AB38E", "SHA256": "821B0AB38E4177FAE2304EF3A7A3E9D83BA7A6C2AC8736C3D41DD7FF7DA5FF9D", "CRC32": "5A47F742", "BLAKE3": "6D5AA79A1F2B8D81082F463F0FCDA2C8984C09E04C0C23006AD110D75E5ED467"}, "downloadUrl": "https://civitai.com/api/download/models/244745?type=Training%20Data"}], "images": [{"id": 4060018, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81542bf7-86de-4f96-a923-c5b4dbbf3a4a/width=450/4060018.jpeg", "nsfwLevel": 4, "width": 1014, "height": 1014, "hash": "U4F}.nxt_Nxv0fIoxbD%M_ENNGsmoejFaeIo", "type": "image"}, {"id": 4059987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/128f23c6-eec8-447b-8bfc-b487d38c3de9/width=450/4059987.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U6Eob{M|lo?GEM-p%2NbIpR+xai_D%t7M_of", "type": "image"}, {"id": 4059990, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fea168c0-a00c-4b6a-825e-d348a2ffff85/width=450/4059990.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U6E.Lds,_M~U4n~WIo-:E2R*^+Rj-;E1RPRP", "type": "image"}, {"id": 4059988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f421969-991f-417c-9694-7e9b5be50f13/width=450/4059988.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U4GH@=4mK+0L.T01-o?a0MtRw]^*^+E1E29G", "type": "image"}, {"id": 4059992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edba9012-d9dd-4fdc-b180-0ed27b38a9bf/width=450/4059992.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UDH1xn%LOYDi?^t7slMx9uM{M_NHxus:adof", "type": "image"}, {"id": 4059994, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/403f777f-8414-4161-97d8-ec3250eee050/width=450/4059994.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UBEeiK^*X9~UR*?H%1WBRjE1s.RjE2xtWVj[", "type": "image"}, {"id": 4059991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2304e57-357f-4a5f-93ad-9ea0ae93f595/width=450/4059991.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UBGuL5XT?w^*.8Rjt6M{E1aeIUNGt7oLs:oz", "type": "image"}, {"id": 4059993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b77c3659-e74b-4d30-955b-7e2bc8ae62e7/width=450/4059993.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UAHxE6?b_N00_NWVt7IUNbWBjFjF%MoLWBIo", "type": "image"}, {"id": 4059995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10d751b8-ec31-4d3e-b672-ac410cea1789/width=450/4059995.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U7H1rSNH9^-n_M?Ge--p?ajYWBI:NGozM{?G", "type": "image"}, {"id": 4059996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52e96076-3a3b-4c8e-bcea-c3f6696cd652/width=450/4059996.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U3HBPT%%0g00Pp0Lve00Nz,.-V-;~q.8E1JC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/244745", "modelId": 217164} \ No newline at end of file diff --git a/datasets/metadata/244750.json b/datasets/metadata/244750.json new file mode 100644 index 0000000000000000000000000000000000000000..1caa31badcb52f0e4ed4c17e8e73b027c5a12188 --- /dev/null +++ b/datasets/metadata/244750.json @@ -0,0 +1 @@ +{"id": 244750, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-11-30T15:53:36.737Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 641, "ratingCount": 127, "rating": 5, "thumbsUpCount": 141, "thumbsDownCount": 0}, "files": [{"id": 189461, "sizeKB": 22249.44140625, "name": "sister_anna_Okasare_Saimin-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-30T15:56:16.850Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DBB79395", "AutoV2": "D7DCD6270D", "SHA256": "D7DCD6270D4D7F107B4FC78C127A03352D46E7AF0113046B3B52D07847FD74EE", "CRC32": "E2B7A4AA", "BLAKE3": "EB5B9EFAC178623A6F8C0204C54D0583F5DA1FE0650A456B5E80B0383934B110", "AutoV3": "B277C6D062A5"}, "downloadUrl": "https://civitai.com/api/download/models/244750", "primary": true}, {"id": 189462, "sizeKB": 50074.201171875, "name": "sister_anna_Okasare_Saimin.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-30T15:56:01.911Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "311BB5FD", "AutoV2": "0155D6FD40", "SHA256": "0155D6FD40659478D83842DFD7B3FE3C5F4E1402D4E51115E1281BE300B4D954", "CRC32": "7F0708EA", "BLAKE3": "629C25CAF7EAE647D4D6A16773834B6E06C7E84E8B9D90A82AC0444779665EFE"}, "downloadUrl": "https://civitai.com/api/download/models/244750?type=Training%20Data"}], "images": [{"id": 4057103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6600635-7ccc-4b33-9178-5735828cc47c/width=450/4057103.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UkLgbCofR*t7~pofx]ofWUWVxuRjtSWBRjof", "type": "image"}, {"id": 4057239, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e149ae3e-81e2-4871-8ef3-45bd514795cc/width=450/4057239.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UkLgbCofR*t7~pofx]ofWUWVxuRjtSWBRjof", "type": "image"}, {"id": 4061256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8eee507f-af94-4e21-b0cd-a5d711bd2bcd/width=450/4061256.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UrI4;WMyt8V[~WRjWDe.%2RjayWBRjt7WAt7", "type": "image"}, {"id": 4061346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf4312fe-61e6-49aa-af74-6c71dad32a1a/width=450/4061346.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U6NJXq-p00D*00~V00D*00xF%ME1M|?H-;00", "type": "image"}, {"id": 4078370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26ffecf2-6bc3-4bc2-a9d3-6d9a20cc90c1/width=450/4078370.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UcI#ZCt7-;xutR-;E1WC~qxat7kCxuRjxaxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/244750", "modelId": 217170} \ No newline at end of file diff --git a/datasets/metadata/244808.json b/datasets/metadata/244808.json new file mode 100644 index 0000000000000000000000000000000000000000..3d2d2b45798b0c46b03cf2f122b2b65973d383a3 --- /dev/null +++ b/datasets/metadata/244808.json @@ -0,0 +1 @@ +{"id": 244808, "index": 0, "name": "v2.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-11-30T16:48:56.230Z", "availability": "Public", "nsfwLevel": 7, "description": "This version add more data. The high resolution images are created by using v1.0 LoRA and img2img upscaling.
I also add more character in to this model as well.
This makes Navy Green Plaid
", "trainedWords": [], "stats": {"downloadCount": 190, "ratingCount": 17, "rating": 5, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 189598, "sizeKB": 9330.6015625, "name": "bgp_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-30T18:50:45.886Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9C4F74EC", "AutoV2": "B081CFC0AB", "SHA256": "B081CFC0AB58926A6A5C3B615159F9AD667FC4735D94E71343E36D228A608F1E", "CRC32": "C18B0E3B", "BLAKE3": "5894BC9C9992495EBEB805CD0AAD355FFF5E02350E4C07C1E47E28A50853919A", "AutoV3": "F989FF8FCC3C"}, "downloadUrl": "https://civitai.com/api/download/models/244924", "primary": true}, {"id": 189607, "sizeKB": 14031.0498046875, "name": "bgp_img.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-30T19:05:41.713Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4BAA7234", "AutoV2": "4ECDD0B817", "SHA256": "4ECDD0B8179B5ED93546634CE2A48523490AF17C2920C2F53EBFAB2E84307798", "CRC32": "FE0EB1CE", "BLAKE3": "C1746DB335A4483F9006E27E9883C5F007A44D275BAFD35732B5B6EA25F55FBD"}, "downloadUrl": "https://civitai.com/api/download/models/244924?type=Training%20Data"}], "images": [{"id": 4061589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b49712c1-f4f8-4e46-a893-1f7023838b9b/width=450/4061589.jpeg", "nsfwLevel": 1, "width": 480, "height": 640, "hash": "UQEVKLxtnhoe~Ut6bcj[n$aykCxaM|t6t7WV", "type": "image"}, {"id": 4061619, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c898bf58-21b3-4077-a2ef-8a5800bcc498/width=450/4061619.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "U+G8=_WB%Nxv-@jYbebdsrRjWVkDM{oeayoM", "type": "image"}, {"id": 4061574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efe084e6-b26e-4f59-89cf-83cf62cfde85/width=450/4061574.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UXKwh0kr^*kC~pt79Gay_NRkozay_2WW-ot7", "type": "image"}, {"id": 4061486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12e77353-c1e4-4232-baa6-42b3e0785fe4/width=450/4061486.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UEEVA_9a$yn#=_E2S3S3~U%1NHR,4:xtNHNH", "type": "image"}, {"id": 4061503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3e3692f-c96d-47cd-a029-6c6a19bd20fc/width=450/4061503.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UpI#0?w[^ixZ~VM{W:ofslM|R+t7M{ofayod", "type": "image"}, {"id": 4061495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c6097ac-7827-49e0-8e0c-54baa97b7043/width=450/4061495.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UhI;#Q%L%2xt~qoMRjkCNuV[IURkxvobIVRj", "type": "image"}, {"id": 4061451, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee3f1927-9cd7-4667-ac32-319fb10d3809/width=450/4061451.jpeg", "nsfwLevel": 4, "width": 768, "height": 1056, "hash": "UgI4;O?G?a%L_Nozx]t7cFNHS$R-OZRka$R*", "type": "image"}, {"id": 4061552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8872d06e-ba94-45ba-915c-416b564dfa8d/width=450/4061552.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UhM%$S4n-;%2~q%LWCWCRkW;M{Rjg3WBjZV@", "type": "image"}, {"id": 4061521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ec4f0df-f017-4afd-a431-bd0726ddb9dc/width=450/4061521.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UvIXHbx]?G%M~Vt7ozoz%0NGRkWBV@n%WXjt", "type": "image"}, {"id": 4061563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/319db5d7-a078-43f8-a8cf-45ab705fc9c3/width=450/4061563.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UJDb$rxE~V^*D%%2D*a}NGNGR-WC-pkCt8oJ", "type": "image"}, {"id": 4061484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca34b95f-6de6-4e69-ae07-c99fc25e66a2/width=450/4061484.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UAEe#v4;=q--.hi}0fJPtIw|r_t64:oyrcjb", "type": "image"}, {"id": 4061449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2a0e5db-d675-472c-8ba0-b0a34b3cb94d/width=450/4061449.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1280, "hash": "UWDlsJozD%xZ~Wt7IUt7%gt7Rjof-;tRRPWB", "type": "image"}, {"id": 4061576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3ca8248-9614-4c99-909a-bf9452331bd5/width=450/4061576.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9CiXO^*~V0M=_57x^NdMc9a9Z9Z9uNas.xa", "type": "image"}, {"id": 4061523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bade0eac-6e1c-4672-b5fd-a908ae422609/width=450/4061523.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UGDbsIx^~U%M}=9aM{R*tPIWI;Rk?H-:o#tQ", "type": "image"}, {"id": 4061550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d152b281-c0cd-4725-9eeb-f9c11d308ecb/width=450/4061550.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UeEVpS%MD%s:~q%LD*WV%Mt7M{RjShofe.M|", "type": "image"}, {"id": 4061549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bf81a2a-f803-483e-a0ba-5e64dbbda76a/width=450/4061549.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UQC$$ToeR+of~WoLNGoz%2ayIokCj[ayNGt7", "type": "image"}, {"id": 4061585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0be34d3-7b72-40ab-b6ce-9ea093b64e20/width=450/4061585.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UKEU[Wof}?xt~A-p-ot6wHxtxaWVNeM|NHj[", "type": "image"}, {"id": 4061478, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b2de5ff-02cb-4c1b-8a3a-ed4e2256443c/width=450/4061478.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UVC=@yxFn#xt~9s.R*t5$zoeNHoeRks.Rlju", "type": "image"}, {"id": 4075664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0348b697-ff8b-4229-8366-cd8e460d6db8/width=450/4075664.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "URFFT;RO9Z-;%g9FD%j]~qoJRjR*NdM|xFM{", "type": "image"}, {"id": 4075665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbf4a02d-feba-4afe-afbd-af9027fd3a78/width=450/4075665.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UBC$o_I[J.?bIn-;tRkC~BD%E2xZ00xtw{Mx", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/244924", "modelId": 217318} \ No newline at end of file diff --git a/datasets/metadata/245043.json b/datasets/metadata/245043.json new file mode 100644 index 0000000000000000000000000000000000000000..784641c7013c6e1c81f62cce2ab155ba40f1e698 --- /dev/null +++ b/datasets/metadata/245043.json @@ -0,0 +1 @@ +{"id": 245043, "index": 0, "name": "TransformersStyleXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-01T01:42:21.067Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["TransformersStyle"], "stats": {"downloadCount": 1033, "ratingCount": 83, "rating": 5, "thumbsUpCount": 174, "thumbsDownCount": 1}, "files": [{"id": 189703, "sizeKB": 131266.609375, "name": "245043_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-11-30T21:55:44.544Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4B9EDDA7", "AutoV2": "D41AED06EF", "SHA256": "D41AED06EF202518B5809DAB4F8406491AF9E007FEDA24233B3BF24E97BD16C5", "CRC32": "7C22B243", "BLAKE3": "0B24D03D4BFFEC7EE624529B3095E304018320B7350C35901E25DE6468216AFA"}, "downloadUrl": "https://civitai.com/api/download/models/245043?type=Training%20Data"}, {"id": 189851, "sizeKB": 223101.82421875, "name": "TransformersStyleXL-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-01T01:30:51.215Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EF8FD7DD", "AutoV2": "4682791C38", "SHA256": "4682791C381FE40D53C6ED7E09BEBFA3537322ED0C8C2B6237BBDB526757BF4C", "CRC32": "1E88DEA8", "BLAKE3": "55AAFCD8B0EA8515DE8DE17103FEE65EEE2B57B7B3884E511FC479DA6E61DDD0", "AutoV3": "DA7C54B7399C"}, "downloadUrl": "https://civitai.com/api/download/models/245043", "primary": true}], "images": [{"id": 4069855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2f5417e-3e5c-4485-af0d-5f9e99f47739/width=450/4069855.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6Fi#}4n?aXQ~Eo}l:9t00RO?IPA00-C8a$k", "type": "image"}, {"id": 4069868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a94d169-f502-4a8c-8bc6-0051a29a715d/width=450/4069868.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8D8%*5o0K-o~Wsm9Z={DjsmNGOr1cs:WARj", "type": "image"}, {"id": 4079556, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79db1188-22e2-459e-b5e9-966f5193a051/width=450/4079556.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "U8C$.c4.]NEN~qRPH?%g0KRPIV.8OEVt^%%2", "type": "image"}, {"id": 4070341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5e107a9-b3c0-4a17-9a4c-fa7e1e91eecb/width=450/4070341.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "U5C5^u9b0P~VT0WB4:e:03-o=YRQH@t7o|Io", "type": "image"}, {"id": 4070906, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a23038d9-6a42-4e37-a3f3-413d844d8e6a/width=450/4070906.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "U2DvZf7O00~V00EQ3D-:T_RO.nQ,00^O+u0f", "type": "image"}, {"id": 4069828, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e091ded-b143-4476-ba1a-9f45940b0b2b/width=450/4069828.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBGb;l5W*IxYDQt70Ksl.Rt7MxVt56$f=|Rn", "type": "image"}, {"id": 4069826, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/942160d8-5957-4a92-a135-73871501b85c/width=450/4069826.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U4A^UZ009F%L00M{M{~Vf5xtM{R*-oxa?a9a", "type": "image"}, {"id": 4069820, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ff21489-f16f-4eed-9224-960c1d584ae8/width=450/4069820.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCD0ARNH9F?H?b-:D%D*?v%M4o9a~pM|D*oK", "type": "image"}, {"id": 4069846, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a33a7eb-8969-4d92-ac4f-ba7a898942ec/width=450/4069846.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U7Ci:T00$|9E~20M_28{^$0L%gRP$fE0x^xC", "type": "image"}, {"id": 4069851, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aaebe345-e7df-4edf-97f3-2975e4a9152a/width=450/4069851.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9B3Ws~V9wNGs8E29aVs9uIq-U-n01ni?Go}", "type": "image"}, {"id": 4069823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f320757-82cb-4f17-8cf8-662dd05e1fd3/width=450/4069823.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAC$[sxv0Li]X-9G0Mt6_Nr=Z#o#?^IAQ,XT", "type": "image"}, {"id": 4069843, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df1dc8bb-9424-4392-9384-9863a6db5d07/width=450/4069843.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UYH_;xR,E2of~pR+IpWCx^WqIpWB?uWBM{j[", "type": "image"}, {"id": 4069845, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3787fccf-9479-43c2-bb18-3243c743dc1c/width=450/4069845.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAH2J{009GM{K6VrtSIo00E1~pIU?ax]D%R+", "type": "image"}, {"id": 4069849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c807209-661f-4a51-8a1e-bc370e860cf1/width=450/4069849.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UADlsB00~q~VX:RO-;o~E3kCNIs,v_Wss8$z", "type": "image"}, {"id": 4069824, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f57f459e-2aad-4caf-a577-7dd93b13f16e/width=450/4069824.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UaHxm9ofM|of~pj[D*j[-;t7M{RkxtofWBRk", "type": "image"}, {"id": 4069856, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cd84acb-f11a-4627-a0b4-6b67f105a598/width=450/4069856.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6BDp6$ex_0L4:o~DinN009FxU~WQl-oxvE2", "type": "image"}, {"id": 4069857, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a251f168-97a6-47df-a8f3-b0c34b77390a/width=450/4069857.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDHVe$IT-U-pxtkCM{n%~BS5I;a}IBxut7WB", "type": "image"}, {"id": 4071463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8c1d459-b860-42cb-b734-ece5cfafe74f/width=450/4071463.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "UNHxZ%IV?a%Lxus:RjWB~Wj?M{aekWoeoej[", "type": "image"}, {"id": 4071464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60b23118-7a3c-4678-9ff4-27b0cd9120a9/width=450/4071464.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "UFB|g7IV_NV@00aeIBs:eTt6IAof_NWX%fR*", "type": "image"}, {"id": 4078623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83696e28-ce69-444e-b6a9-6e2e17caf2eb/width=450/4078623.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "UJD9-ZxB~VW=?vM{%1R+IVofNIaeE2t7Nee.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/245043", "modelId": 217432} \ No newline at end of file diff --git a/datasets/metadata/245405.json b/datasets/metadata/245405.json new file mode 100644 index 0000000000000000000000000000000000000000..6b7920247d5c4bf147456de97704d5e2d85eeb78 --- /dev/null +++ b/datasets/metadata/245405.json @@ -0,0 +1 @@ +{"id": 245405, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-01T06:21:02.056Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 574, "ratingCount": 125, "rating": 5, "thumbsUpCount": 150, "thumbsDownCount": 0}, "files": [{"id": 190001, "sizeKB": 22266.33984375, "name": "punopupupu_Style-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-01T06:20:46.213Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "69DFFD7E", "AutoV2": "B2C6697BE5", "SHA256": "B2C6697BE5865F6789F1E003572D12C13D1E4FAEA00F7707F5B127FD2DF2E45D", "CRC32": "46F89D7F", "BLAKE3": "F584D9F0D6630C082DA995BBDC8FA80FB5E6997A00FDCC665007D0813CAB5A43", "AutoV3": "006AFA41B26E"}, "downloadUrl": "https://civitai.com/api/download/models/245405", "primary": true}, {"id": 190003, "sizeKB": 51934.1982421875, "name": "punopupupu_Style.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-01T06:20:46.284Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E5384373", "AutoV2": "9313E7466D", "SHA256": "9313E7466DE0325AAD67277457F4C3548592340CB6053503FB6387232A40006B", "CRC32": "AA9B2F30", "BLAKE3": "7F07324BC5409ABD8CCCCDAB4EAB9E004EE0C21D77311758FE759D5E0BC5A413"}, "downloadUrl": "https://civitai.com/api/download/models/245405?type=Training%20Data"}], "images": [{"id": 4074000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e548271-7ab3-42ac-af68-00c984fa5c7b/width=450/4074000.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPLghV-q%N-;tiRj~qRi_3ax-:s;_3xut5WB", "type": "image"}, {"id": 4074086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6764e203-faef-40e1-80f3-3c11946a968e/width=450/4074086.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFNS+=9c03o#%FWAE9xu0zt1E3V@~nxaIAR-", "type": "image"}, {"id": 4074748, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74730fdc-617a-40df-8940-caa43d18212e/width=450/4074748.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOO{zAV{be.8?vtQkZIU_NRiXTxu-:RjMxxa", "type": "image"}, {"id": 4079080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/450f6692-e097-425c-97c1-f47512824d12/width=450/4079080.jpeg", "nsfwLevel": 8, "width": 5728, "height": 3200, "hash": "UNSF^exu~oxu-;f7WEkC%LayM{oe%goLjrWB", "type": "image"}, {"id": 4079151, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff1ce924-e4c1-489d-a860-92d3b3d12638/width=450/4079151.jpeg", "nsfwLevel": 2, "width": 5728, "height": 3200, "hash": "UNP?H%xt~X?I%Ma#oMs:D*jtxuR*xbWBs.t7", "type": "image"}, {"id": 4079172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bac15f2-bbfc-4b7c-9179-fcbf2c824424/width=450/4079172.jpeg", "nsfwLevel": 4, "width": 5728, "height": 3200, "hash": "ULSPb6xu~o%M?bj[M|ay%Lj[M{ay-;j[WVfR", "type": "image"}, {"id": 4079329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce2f6d75-8e93-4aed-bb18-c9f1821eecd3/width=450/4079329.jpeg", "nsfwLevel": 4, "width": 5728, "height": 3200, "hash": "UWL;59NG~Wt7~Wofxu%2aeRjIoNGE1ay%2WB", "type": "image"}, {"id": 4079412, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/957a8ba7-36ff-436b-be3f-1ff1f3b6cbf9/width=450/4079412.jpeg", "nsfwLevel": 4, "width": 5728, "height": 3200, "hash": "UgRC}Pt7~pxutRfRsoj@xbj[M{ayxufQjsj[", "type": "image"}, {"id": 4079489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84fa3ec6-7605-45f3-aae9-f4d7d87e2709/width=450/4079489.jpeg", "nsfwLevel": 8, "width": 3584, "height": 1984, "hash": "UHQ+Z,%M-;%2_MkBVakCROjtkqbF_3kCIUWB", "type": "image"}, {"id": 4079077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4de3a9a7-402c-4b60-8caa-7301d33a6013/width=450/4079077.jpeg", "nsfwLevel": 2, "width": 5728, "height": 3200, "hash": "UqRfRiof?^xu?aj[IUaykqfki_f6xvj[WAay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/245405", "modelId": 217750} \ No newline at end of file diff --git a/datasets/metadata/245618.json b/datasets/metadata/245618.json new file mode 100644 index 0000000000000000000000000000000000000000..08f17e84f623217ad912576adbc1c3a539696e92 --- /dev/null +++ b/datasets/metadata/245618.json @@ -0,0 +1 @@ +{"id": 245618, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-01T10:37:04.684Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 384, "ratingCount": 50, "rating": 5, "thumbsUpCount": 70, "thumbsDownCount": 0}, "files": [{"id": 190176, "sizeKB": 42985.8388671875, "name": "Shinonome_Ayano_Ochiru.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-01T10:40:41.684Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "30272544", "AutoV2": "5D88CC5C56", "SHA256": "5D88CC5C569FA5C1BFD824948A8978570816A369862DDC86C07A5E455E272855", "CRC32": "80B4390E", "BLAKE3": "BE98398B6DB8CB7F1FFE363E5EF9CDFCAF6C8CBD1A27A710A6C0D8158F2D3BCF"}, "downloadUrl": "https://civitai.com/api/download/models/245618?type=Training%20Data"}, {"id": 190177, "sizeKB": 22256.19921875, "name": "Shinonome_Ayano_Ochiru-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-01T10:40:45.085Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CFD7B181", "AutoV2": "214DF35492", "SHA256": "214DF35492F566A0CAFF9361493700BE45B9DD7764CBBE6DBA478117C9997305", "CRC32": "A0FEE9EA", "BLAKE3": "ADB69E14DE47CFAACF762B5C8EC136358E469BEF4964C93CA2A4A336F8A724C0", "AutoV3": "778A9FC31607"}, "downloadUrl": "https://civitai.com/api/download/models/245618", "primary": true}], "images": [{"id": 4078196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c0543ff-f320-4c5a-8c3d-21dcfc01b2ed/width=450/4078196.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDJ@zl4:yD~X00tRGH%29Gj@8wM{9aIAvy%M", "type": "image"}, {"id": 4078164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a2d7182-6056-4826-8072-685e2ef7d227/width=450/4078164.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIKA+,0LR#D%004oOsj[_NIV%1RlNt%M^PRj", "type": "image"}, {"id": 4078165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f733a482-7982-435c-ba06-95a2c651f520/width=450/4078165.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIKA+,0LR#D%004oOsj[_NIV%1RlNt%M^PRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/245618", "modelId": 217921} \ No newline at end of file diff --git a/datasets/metadata/245624.json b/datasets/metadata/245624.json new file mode 100644 index 0000000000000000000000000000000000000000..5888f95af3e489c9d2ec43d7f3ea21d16a1e0d21 --- /dev/null +++ b/datasets/metadata/245624.json @@ -0,0 +1 @@ +{"id": 245624, "index": 0, "name": "Children's book illustration by Genrih Valk", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-01T16:57:26.074Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["Genrih Valk illustration "], "stats": {"downloadCount": 1259, "ratingCount": 83, "rating": 5, "thumbsUpCount": 167, "thumbsDownCount": 0}, "files": [{"id": 190460, "sizeKB": 223102.90234375, "name": "Childrens_book_illustration_by_Genrih_Valk.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-01T16:45:43.653Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "92E49BF3", "AutoV2": "C18A2079ED", "SHA256": "C18A2079ED603519F9F6E76500010D27E5599FDEC0250C44D0CADAA42F11BBB4", "CRC32": "C2C34440", "BLAKE3": "7EFA1DA1AF44A69E9C31A953B929A6D6FAEF696358936BE9BDBD145778C56657", "AutoV3": "C19CEBD43813"}, "downloadUrl": "https://civitai.com/api/download/models/245624", "primary": true}, {"id": 190185, "sizeKB": 38487.7431640625, "name": "245624_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-01T10:50:51.716Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A4A7F08E", "AutoV2": "71B68A1908", "SHA256": "71B68A19085D387F2BB56FF6830848E7FC4B71076817B240A73A1E677B5DF003", "CRC32": "9AAA3E68", "BLAKE3": "F2E508FDF6E47D81513932BDBBCCF73751351E7064E2B6D2FDB28A4E0131284B"}, "downloadUrl": "https://civitai.com/api/download/models/245624?type=Training%20Data"}], "images": [{"id": 4085539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a322bed7-5230-4993-a31c-16f8853af588/width=450/4085539.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UKH,@gRi0y-py;nOIBT0bXf4oyoh=KV?bvt8", "type": "image"}, {"id": 4085545, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da5b95bd-d81e-4c6b-9b59-5048fd2d94b4/width=450/4085545.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCFENS5S9$$*77$xniNK=?NKI;WVShWFxCn$", "type": "image"}, {"id": 4085571, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/702b1f27-e93d-4e9d-92d2-4164fb2f21a3/width=450/4085571.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UaL:12EOm,xt}=sCxGof$Jw{o}RkxZt5NHsm", "type": "image"}, {"id": 4085585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24c566ef-8796-4f14-a457-cb44759026e4/width=450/4085585.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UIPFkk%2_A%ExsWBxVocslf$bYjcs$oJbcWG", "type": "image"}, {"id": 4085608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de69c098-a826-4dab-9c91-460344e31913/width=450/4085608.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UPD,G{tTOEe-~Us.9vWE$woISiWYI]WEsRj@", "type": "image"}, {"id": 4085610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc1600d5-382c-4354-b609-c866f66d7b1f/width=450/4085610.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UIFseaDlGlx@~BMz02o{TWae%0R*G8ox=|Sd", "type": "image"}, {"id": 4085639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9620491d-1872-4006-8493-96696ada341c/width=450/4085639.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "U8D9ej%04:9Z00xG4:NH^cbv-Vso01E2~V?G", "type": "image"}, {"id": 4085686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc99f925-e24e-4838-92f1-997d3a38620c/width=450/4085686.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UaMFagWF-7$%~DWXV]bHB;oLEhS4PAWXoxs.", "type": "image"}, {"id": 4085714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7359cb4-da5b-441c-bf0e-9e4109d731e8/width=450/4085714.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UOI#[WyDjEoz6EJpWCkWIUtQi_R-I_RmV@kD", "type": "image"}, {"id": 4091977, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1bcd1b3-a433-48bc-ad8e-446ce88a013c/width=450/4091977.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "U6DS|1~BctI:Makr00IWIVR4?atS019Z^*%2", "type": "image"}, {"id": 4092028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7653dcb8-004f-4c05-80bd-97c1f50c09f6/width=450/4092028.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UsLE1cR*~pt7-pkBWUs.-:ayWCof%3ocR*WY", "type": "image"}, {"id": 4092177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fff5702-bd25-4145-908f-daa3237c3266/width=450/4092177.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUH{MTWC?:%Ky6fkM}aexooeN2RkXRoJi{bb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/245624", "modelId": 217926} \ No newline at end of file diff --git a/datasets/metadata/246246.json b/datasets/metadata/246246.json new file mode 100644 index 0000000000000000000000000000000000000000..89acade1f45f9d2095b878b3b14ba5c10671abae --- /dev/null +++ b/datasets/metadata/246246.json @@ -0,0 +1 @@ +{"id": 246246, "index": 0, "name": "GI John", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-03T13:54:07.650Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 70, "ratingCount": 5, "rating": 5, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 190667, "sizeKB": 20357.6611328125, "name": "246246_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-01T21:20:44.197Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C528CF7B", "AutoV2": "A3F41EAB11", "SHA256": "A3F41EAB11D5A8B02BB27347D60306DB0DF2EF391B49EDFB578AC544E112CB31", "CRC32": "C94ACCA1", "BLAKE3": "F1A90AD7F1931E7140DB10E8CA9FE7D54BC383A1D58E4F3ACDD5646ADD24F856"}, "downloadUrl": "https://civitai.com/api/download/models/246246?type=Training%20Data"}, {"id": 190908, "sizeKB": 223099.10546875, "name": "GI_John.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-02T03:55:32.944Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C02BFFB1", "AutoV2": "22238E7A5E", "SHA256": "22238E7A5E9237515A3E77EA1C6055FC623AF6C30625E69A2E65FB3664C3F5BB", "CRC32": "FAA45F1F", "BLAKE3": "0D98A0DE0A658B624E84F8E945E2D95544BCAC3DD862A7DECDF4D3B3B8EC75F6", "AutoV3": "E0150CD84C3C"}, "downloadUrl": "https://civitai.com/api/download/models/246246", "primary": true}], "images": [{"id": 4147409, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ecc8722-2503-4ecb-b3f4-e86b9100f775/width=450/4147409.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UIGk|6tlCT$%5vR+9}xCD$e-#QNd9^kC-oRl", "type": "image"}, {"id": 4147410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f18fdf0b-959c-4988-9643-4e5e1deb093b/width=450/4147410.jpeg", "nsfwLevel": 1, "width": 608, "height": 608, "hash": "UKGuN+I@9woJThWB9cs,t,s.v}kC~nWFa0R,", "type": "image"}, {"id": 4147408, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6ee0887-53c5-448c-ab67-106fba4bbeac/width=450/4147408.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UBGRI+OY0Owg5bNH0*$y~mxt}rJB9wbI9vnj", "type": "image"}, {"id": 4147411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8701fc4f-08af-471a-af0d-f636088c11cc/width=450/4147411.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U9Eo6+s9}P?H06s.4;?F^Ht7A0n$01R.bwax", "type": "image"}, {"id": 4147414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c946f3e-4b8e-41eb-be58-8ff7333b6a07/width=450/4147414.jpeg", "nsfwLevel": 1, "width": 608, "height": 608, "hash": "UbDm{{tmGw$$RpRPIuaxE0jtvyX9%hs:xaad", "type": "image"}, {"id": 4147404, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34acef50-1355-4e6a-81d3-c9553307f478/width=450/4147404.jpeg", "nsfwLevel": 1, "width": 608, "height": 608, "hash": "UXCRd3%#L4w[VDM|EmWBE4WqvzS$pIt6-Uf5", "type": "image"}, {"id": 4147407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/695adf01-acc9-4fbe-b4bc-18b10cf04571/width=450/4147407.jpeg", "nsfwLevel": 1, "width": 608, "height": 608, "hash": "UhC@]f%hYRwubyM{EOV@D$a#nNXTtmt6%1ae", "type": "image"}, {"id": 7021326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edd1d78e-9ad1-4e78-9c39-f7040a3edab2/width=450/7021326.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UJDJLoIUE1xt~otQD*t6-oxuIUf6.7M{WBa#", "type": "image"}, {"id": 7021322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e50e81a-0101-4cbf-a44f-11fbc1aff52c/width=450/7021322.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UNC%B2W,NFxY_LxtM{t6-pt8RPoe%MRjf8WC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/246246", "modelId": 218443} \ No newline at end of file diff --git a/datasets/metadata/246620.json b/datasets/metadata/246620.json new file mode 100644 index 0000000000000000000000000000000000000000..078868dc6a55003caf585c20df66582507e207b6 --- /dev/null +++ b/datasets/metadata/246620.json @@ -0,0 +1 @@ +{"id": 246620, "index": 2, "name": "v0.2", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-02T05:50:06.149Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Amelia", "Deloris", "Heather", "Jessie", "Kimberly", "Posie", "Roxanne", "Sandy", "Tamera", "Vanessa"], "stats": {"downloadCount": 111, "ratingCount": 6, "rating": 5, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 190944, "sizeKB": 45543.5830078125, "name": "245584_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-02T05:16:16.163Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7D4DB527", "AutoV2": "55B74DF1AF", "SHA256": "55B74DF1AF15F550EDB35C347E0CF63D99E2154D18659C874856F417516BACB0", "CRC32": "E2D569BD", "BLAKE3": "9EBE169B41A579E693107553B5CC1C7A28027FD7D1BF630D5C09260022E30666"}, "downloadUrl": "https://civitai.com/api/download/models/246620?type=Training%20Data"}, {"id": 190954, "sizeKB": 445788.77734375, "name": "Kb_Nobodies_Mix.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-02T05:20:50.543Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F62A88A7", "AutoV2": "9026C7D68F", "SHA256": "9026C7D68FEB336E68E1A789FC336D558A8B548BD9E85998636128BCD916BCE6", "CRC32": "398EA11A", "BLAKE3": "6D6EEFFD962F0901E18A0410A13C01046AE5A9199B32E12432D6FC28F9C319EA", "AutoV3": "210DFA0B9624"}, "downloadUrl": "https://civitai.com/api/download/models/246620", "primary": true}], "images": [{"id": 4101783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd97eba9-2a08-441f-a3ea-0b612c3e915c/width=450/4101783.jpeg", "nsfwLevel": 4, "width": 3072, "height": 3072, "hash": "U5GI7a9tO]?IEK56V[IAIT~WShIUSdxbs.bG", "type": "image"}, {"id": 4101775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e145ded0-ad26-4a9e-a8e0-4c4c3a9447f9/width=450/4101775.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UBFh-a~W0LNdInofx^tR9^WCnNRjkDjZnhoe", "type": "image"}, {"id": 4101773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/855eba2b-ec19-451f-859f-aa25b51b3cff/width=450/4101773.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCHd]U~BF{00t,IVIV4nE2ofoJM{%2jaxtkC", "type": "image"}, {"id": 4101772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2267b013-d110-4301-9207-70dcf3c9c9ad/width=450/4101772.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCI4^k~q%$$*_NRj-pxvE2aeIUt7-;Rjofoz", "type": "image"}, {"id": 4101774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a534df81-ebac-4760-a3af-78a87bffd0e9/width=450/4101774.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGKA$#~quPNF%4Rj.7IURjWBaxfR-;WVRjo2", "type": "image"}, {"id": 4101777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd7b4a5f-e54b-40c3-8e86-95d524824067/width=450/4101777.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U9FrIsn$_NR+_3M|xt?a%M-p-p%MD*IUM{Rj", "type": "image"}, {"id": 4101779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/384db08a-c695-4463-9654-6ee0f7c0cb3f/width=450/4101779.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEDlZtt7_4-ptRogWBxuWXV@s-WVW;ozf5ju", "type": "image"}, {"id": 4101776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c70de62-ffc3-4898-84a6-1fdbd0380b96/width=450/4101776.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEG[Zr~qyEx]tRM|xCoLR-V@oMof%M%MNGt7", "type": "image"}, {"id": 4101778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4398359-51a2-4493-b4c5-7c08fa88a6fd/width=450/4101778.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCF5W]_N_3%2ELoKxtIot7M{IVbHV@WBxaV[", "type": "image"}, {"id": 4101780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d47c250-1943-468e-adee-f25b4c213eb2/width=450/4101780.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UJE{U+9F?^-;V?ozsmRPs:tRWAay%gfkoft7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/246620", "modelId": 217164} \ No newline at end of file diff --git a/datasets/metadata/246653.json b/datasets/metadata/246653.json new file mode 100644 index 0000000000000000000000000000000000000000..fd413b37e5c9a1594ad9eae1381ecdd3a243a01a --- /dev/null +++ b/datasets/metadata/246653.json @@ -0,0 +1 @@ +{"id": 246653, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-02T05:50:54.312Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 497, "ratingCount": 70, "rating": 5, "thumbsUpCount": 95, "thumbsDownCount": 0}, "files": [{"id": 190972, "sizeKB": 22260.62890625, "name": "omina_Style-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-02T05:45:28.504Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "01B4770B", "AutoV2": "8E6FE8284D", "SHA256": "8E6FE8284D933475B63F20AFAD90DE60FD7DD3CD608DA01A19F905020E5F8A6B", "CRC32": "B3DBABC4", "BLAKE3": "10D2BEED74B48E50749308A13782538C555963F6EE5A67302CB4385B62856FEC", "AutoV3": "2E80E49FC759"}, "downloadUrl": "https://civitai.com/api/download/models/246653", "primary": true}, {"id": 190973, "sizeKB": 50770.3974609375, "name": "omina_Style.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-02T05:50:39.539Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0C4D1D87", "AutoV2": "ADA85A9D30", "SHA256": "ADA85A9D30796C0DB86FE28019E40A417BFF1646824866A916F0497A6D175F3B", "CRC32": "5B0D335E", "BLAKE3": "23DBA92BBE8DC51C9B9B8E0302ECC753006D56EB37C0A68B9B73DA12A09E4736"}, "downloadUrl": "https://civitai.com/api/download/models/246653?type=Training%20Data"}], "images": [{"id": 4102549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4315f68-7646-453e-96b6-a1a30775393f/width=450/4102549.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USLDx]~p_3%Ms+%M.7oz?bWXadRjS2oz-pRj", "type": "image"}, {"id": 4102812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17ec0787-6ea8-4917-8109-1b0172836e15/width=450/4102812.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGLN3|R:00bb00xD0hxu0KS2VYM{~VRPs9oz", "type": "image"}, {"id": 4102883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afcda63d-5620-46c8-b5f6-e828cb698b2a/width=450/4102883.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHLpw2R:00b]00xC0gxu0LW;R5M{~VRiw^og", "type": "image"}, {"id": 4210098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbd2d709-420b-4fb6-a1e7-332f444cdec5/width=450/4210098.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U3N,9~Er00040007~p?a00L#ie0000k=4mD%", "type": "image"}, {"id": 5814575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d44889b5-c05c-4558-ba93-637977c0c55d/width=450/5814575.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USNmA?4nO@IU_NMwo~R%krWCr=%M?Ht8M{NH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/246653", "modelId": 218779} \ No newline at end of file diff --git a/datasets/metadata/247328.json b/datasets/metadata/247328.json new file mode 100644 index 0000000000000000000000000000000000000000..e1386214da54432502b9dd0076614dd1164c4da2 --- /dev/null +++ b/datasets/metadata/247328.json @@ -0,0 +1 @@ +{"id": 247328, "index": 0, "name": "Full shot Characters", "baseModel": "SDXL 1.0 LCM", "baseModelType": null, "publishedAt": "2023-12-03T17:47:04.500Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 161, "ratingCount": 14, "rating": 4.71, "thumbsUpCount": 25, "thumbsDownCount": 1}, "files": [{"id": 191502, "sizeKB": 9130.1083984375, "name": "247328_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-02T18:45:47.587Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F901AD47", "AutoV2": "3FC3F0AB00", "SHA256": "3FC3F0AB00D7D7E127BA109CEC84ABFFE2482782561687C9C54E27F8563C67D9", "CRC32": "1CC69FA4", "BLAKE3": "E7521D47FE21EE7E1AE7AA738F9A7D0756B8263F52A30AAFAA73FCD3AAFC91CB"}, "downloadUrl": "https://civitai.com/api/download/models/247328?type=Training%20Data"}, {"id": 192628, "sizeKB": 223099.69140625, "name": "Full_shot_Characters-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-03T17:45:46.350Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6880D80C", "AutoV2": "267B260559", "SHA256": "267B260559BFD2B36ADB77861177E757A8B6760EBD5CAC4CE1478E3191683820", "CRC32": "70C4ACD8", "BLAKE3": "4312EE6CC2243EEC4FD9BDD74E7D91A1BCEDD6E3103F80669C9CEF7E2835A43A", "AutoV3": "B3304FE54AA6"}, "downloadUrl": "https://civitai.com/api/download/models/247328", "primary": true}], "images": [{"id": 4154424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5604f6b-37af-4982-bd46-8afef84de36a/width=450/4154424.jpeg", "nsfwLevel": 1, "width": 2920, "height": 4133, "hash": "UCCsQ^W=JC-V00Dj00?u~qR*n%%2ogoz-paK", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/247328", "modelId": 219348} \ No newline at end of file diff --git a/datasets/metadata/247443.json b/datasets/metadata/247443.json new file mode 100644 index 0000000000000000000000000000000000000000..244f72019fbf2b7b99790e06c272cd45d16df9e4 --- /dev/null +++ b/datasets/metadata/247443.json @@ -0,0 +1 @@ +{"id": 247443, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-02T20:39:59.711Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 119, "ratingCount": 9, "rating": 5, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 191604, "sizeKB": 46966.8212890625, "name": "vito_scaletta_mafia2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-02T20:40:33.912Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "655250B0", "AutoV2": "81DB328C42", "SHA256": "81DB328C424051043940FE025CFF20B6BDDD72CF3DBDE1AEC90558FD34AE2EF4", "CRC32": "5750DF1D", "BLAKE3": "87F86AE35A9026F2498C9AADAA78AB39BB5D6C4B0E5240F58BA1A48240131E4B"}, "downloadUrl": "https://civitai.com/api/download/models/247443?type=Training%20Data"}, {"id": 191603, "sizeKB": 32753.15234375, "name": "vito_scaletta_mafia2-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-02T20:40:45.391Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D1822AE8", "AutoV2": "079EEB7B09", "SHA256": "079EEB7B09AA9732BF24C6E20E06053CD071B36744419A78FA094EBE4F41FF74", "CRC32": "7EDE90E8", "BLAKE3": "2273D58BC6D9D67333D52F313982224097A5BE31492D32AD0C73966504FA8F17", "AutoV3": "C7C2D9E61226"}, "downloadUrl": "https://civitai.com/api/download/models/247443", "primary": true}], "images": [{"id": 4122545, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64ebd476-6595-4d39-9fcd-a6704b0d6987/width=450/4122545.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWD]e%_2x^x^~q%Mo#xvWCRkV@s:R*WAnhs.", "type": "image"}, {"id": 4122797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7674cf0a-8f36-4e87-a43c-021e4bf60b22/width=450/4122797.jpeg", "nsfwLevel": 1, "width": 224, "height": 302, "hash": "USGR-l-o.T9u%MM|ogWBEMNG%1xa.8ay-;f+", "type": "video"}, {"id": 4122887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bba3b225-d2f6-4913-a97c-69a609118d2b/width=450/4122887.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXEoui~pOZX9%M%M?a%Mt6ayRkt6NHayxYn$", "type": "image"}, {"id": 4123229, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6eced10b-c4be-4df0-b046-c5f44063329c/width=450/4123229.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTHUtb~pTyNH~W-;%gxtInbHaJxZE2jYs,Rk", "type": "image"}, {"id": 4124348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df4d2212-bcc0-43ca-9356-1b9370761f07/width=450/4124348.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UUE33Y~ptRW=?axuxu%MM|ayxuxtM{j@V@Rj", "type": "image"}, {"id": 4124462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d77296e-02ec-43b3-be64-bfbb507921b8/width=450/4124462.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULDvTL~qT0x]_3.7%MxuIVt7%2%LIURjRjae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/247443", "modelId": 219449} \ No newline at end of file diff --git a/datasets/metadata/248249.json b/datasets/metadata/248249.json new file mode 100644 index 0000000000000000000000000000000000000000..6e746369534d9e1b010c9232d291ff6b77f9ee36 --- /dev/null +++ b/datasets/metadata/248249.json @@ -0,0 +1 @@ +{"id": 248249, "index": 0, "name": "Yellow Santa for Yellow Team", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-03T10:37:18.465Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["YellowSanta"], "stats": {"downloadCount": 73, "ratingCount": 10, "rating": 5, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 192255, "sizeKB": 36983.1015625, "name": "Yellow_Santa_for_Yellow_Team.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-03T10:20:53.763Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F90749AD", "AutoV2": "C875085B2F", "SHA256": "C875085B2F6E61A776D95C7363A4E6551D8E56AB39DF0B9C27B3CEBFC915A560", "CRC32": "2B217149", "BLAKE3": "69E622F89E7EF88E3ADAB9E0A4B01B2772C553E0C5F4D4AD2BC8E1CE4EC6EEB1", "AutoV3": "56DE3B5E9A2E"}, "downloadUrl": "https://civitai.com/api/download/models/248249", "primary": true}, {"id": 192245, "sizeKB": 33131.7099609375, "name": "248249_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-03T10:06:10.669Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "270682B0", "AutoV2": "D8450856D4", "SHA256": "D8450856D476D2BAF83586F6E084E28F7DE985BAFCD3C0A47936B289352BCA2C", "CRC32": "A2027B66", "BLAKE3": "A946006CFB9B6675335DFE7FAE9919B17690240D5AAF57F1A8C58BD172E99867"}, "downloadUrl": "https://civitai.com/api/download/models/248249?type=Training%20Data"}], "images": [{"id": 4141565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2bdba29-b82d-440e-80b5-1e4d561ac650/width=450/4141565.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UdNJ:w.9t:Vqt6flM{oeI^jFaJkCxvf5oeay", "type": "image"}, {"id": 4141568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed19480f-3ef1-411e-b752-c8933111443e/width=450/4141568.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "USM7S=?cpfi]E1R*D%t7S*V?Vroy-;oft7V@", "type": "image"}, {"id": 4141566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c14b326d-3534-4e9f-b579-21167dd3ed29/width=450/4141566.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UgNASB%gyZZ~j[j?V@flOGV@aJkBx]WBofjs", "type": "image"}, {"id": 4141564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50544f33-1040-4a53-83fd-036654e9a6f8/width=450/4141564.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UeN,l3-=yGi]xtj=V@bINzadV=ofo$aeoJa}", "type": "image"}, {"id": 4141569, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5da55aaa-f587-4c6f-b06d-6d508877ba77/width=450/4141569.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJFh#69a9%?E~Vn$R:s+IpoIWFWAxUR*NIf5", "type": "image"}, {"id": 4141574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2eb7979-03b0-4e5c-b8ae-329a3097520a/width=450/4141574.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9EVD?0M01~U?Es:4;xt0LxtkERj-hM}R;oa", "type": "image"}, {"id": 4141573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dabf1b23-e0ad-486a-a205-ba0dcdd346c6/width=450/4141573.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9CigW?G004:~nWC0MM|0MIpxZxtnzt6ohs;", "type": "image"}, {"id": 4141572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa7ac2c9-d1e1-485c-8b3d-194100475e6d/width=450/4141572.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAD9Iu~U010M%LR+D*NG0LIo%2%1xA%0kEj^", "type": "image"}, {"id": 4141575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60f51dfe-c834-4176-81f4-5bc588f842cf/width=450/4141575.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8Fh*B$%1m054{o#9aShK-k7t8-m4mIVR6={", "type": "image"}, {"id": 4141570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ed32d28-cdf4-4cda-b5c9-41c4ce097ea1/width=450/4141570.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8EVNG~p5^E702D+9GM{00Vqrq?Y-ftR?EIb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/248249", "modelId": 220125} \ No newline at end of file diff --git a/datasets/metadata/248286.json b/datasets/metadata/248286.json new file mode 100644 index 0000000000000000000000000000000000000000..e8bdc0a4bdb6f52dbc2f49fe7dce384841e290be --- /dev/null +++ b/datasets/metadata/248286.json @@ -0,0 +1 @@ +{"id": 248286, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-03T17:00:00.000Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["ChristmasDecorativeStyle"], "stats": {"downloadCount": 809, "ratingCount": 89, "rating": 4.97, "thumbsUpCount": 91, "thumbsDownCount": 0}, "files": [{"id": 192281, "sizeKB": 147572.810546875, "name": "ChristmasDecorativeStyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-03T10:50:42.519Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "750DE888", "AutoV2": "FB327B3CE6", "SHA256": "FB327B3CE6C475C8C1B0F946DE662FBE7244065FB65608A80CE0D26F54F1D7B6", "CRC32": "711CF849", "BLAKE3": "34DEECBD82A8B1C977D4D654DA77A0E45AC68780EE13D79D8DA6BC2EB3867E95", "AutoV3": "6C8AE7F533A5"}, "downloadUrl": "https://civitai.com/api/download/models/248286", "primary": true}, {"id": 192283, "sizeKB": 342329.1201171875, "name": "ChristmasPostcard Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-03T10:50:46.477Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "929006E2", "AutoV2": "B4A7911CAD", "SHA256": "B4A7911CADC78C78D06DE8DCA37826BD0042E85C4B0694D6165BCDF957383355", "CRC32": "65212972", "BLAKE3": "5C49F853F7C67146AC47C07D5A01BFFC8930822A0CF388BD77D34D6203F39C03"}, "downloadUrl": "https://civitai.com/api/download/models/248286?type=Training%20Data"}], "images": [{"id": 4141683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b124f0ea-748e-402c-a46f-9a33295d36f8/width=450/4141683.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UBFO+EIUHq-;-;xua0-:_NnND*%L8_NG-:Rl", "type": "image"}, {"id": 4141679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f276799-5e37-42e6-be00-647672869d1d/width=450/4141679.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U8E_]Y59VrI9Te.9IADh?w^*IUng~p4=tQnh", "type": "image"}, {"id": 4141682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad802013-7772-4f9a-ad39-f3735604dd2d/width=450/4141682.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U7EB{XD*IlS%.8%1skxu.m%1Md-:KOEM~Bi{", "type": "image"}, {"id": 4141681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbb023fe-d61f-4623-a92b-d4a4de55a461/width=450/4141681.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UBF=BY%N%fTK_MSixu-;yD-:o3~VI[xuoz%M", "type": "image"}, {"id": 4141680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19f8e2d4-5753-410b-a8f3-9d3c1a55a517/width=450/4141680.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "UDF=X8.8n#E2_Mx[RPIVE2$$i_M{-AxCR%WX", "type": "image"}, {"id": 4141684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76b5bec0-329d-4c73-8675-b654a0061ad2/width=450/4141684.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U9FrLu4:4n-;ItxW^%%M?^-o4no}bwD*$|kX", "type": "image"}, {"id": 4141685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9c8bb02-23c2-46ed-85ce-97792fa702ed/width=450/4141685.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UCINpga~4:?G?^E4IU%10iIp%1xD=^NHt5ae", "type": "image"}, {"id": 4141686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dee91757-dc9e-4170-aa9f-b37d9c538c59/width=450/4141686.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UFD]u5Dj00~q_1IVD*?an3W=SiV@%KWCNGs:", "type": "image"}, {"id": 4141689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32a21cef-d732-4e1d-a835-83feb2311148/width=450/4141689.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U7Dc5U4TTI~pt,IU%f-p%L?v8{r=00?b%1D%", "type": "image"}, {"id": 4141687, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/264f5313-ee32-4777-bf17-cb2bea231d8d/width=450/4141687.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UAFh@l-=R4jYBYSiI9nOXUDhD%X9Q-$x~Ux^", "type": "image"}, {"id": 4141688, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/227805c3-ae5c-4a48-9cc3-d1e229cfd3f5/width=450/4141688.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UCFYPw^*DO4oyXX8IAD%?^?HMxRjt7-pxCE1", "type": "image"}, {"id": 4141695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/412cd30b-bd92-4460-843a-7ef6cc7ee855/width=450/4141695.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U9FrYBIqMI?v?wE14T%M.S?GIU%1S~IVenaK", "type": "image"}, {"id": 4141692, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1539b82-4e91-400e-8def-446c5747dc66/width=450/4141692.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UAHe%nWG4=~V0L4ot7?G_ND*Md-:_3M{MxRk", "type": "image"}, {"id": 4141704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a046fc5-5957-47dd-a7a5-1bc6d3531c90/width=450/4141704.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UBGb9cvze8tS.8Di$%?uuPIA9btRJD9a-:kX", "type": "image"}, {"id": 4141696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a085bf3-453c-4c87-ba70-a7f23ff95532/width=450/4141696.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UKHxNV~pSgtR%ftR-:ShNHoM-p%LV@xtxuj?", "type": "image"}, {"id": 4141697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ecde6957-cefc-455a-8baa-37592a4399a6/width=450/4141697.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UDHLn~b_Zgr=OZt6I;tS?^nOIAkBO@x]VYR5", "type": "image"}, {"id": 4141703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78db7055-8db3-4dd9-a50e-930d3a16d469/width=450/4141703.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UFJQ_,-;M_n4tR?as.M{_M-;xGMxOrR5My%f", "type": "image"}, {"id": 4141702, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/437e17d4-02d4-44e9-9cdc-e3ec9566d85c/width=450/4141702.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "U4G[+i4:00~p00t5.8M{}?yExb0L00$|8_Xn", "type": "image"}, {"id": 4141699, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c71bef8-dc14-46b2-8109-fba011789eff/width=450/4141699.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UCG[ZgD*0L~pu3VsZ$?b.8xZDiXm-VNHRkR.", "type": "image"}, {"id": 4164267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e55e6c5f-7599-46ca-a07a-d56688278ad0/width=450/4164267.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UFE{kHbc00IAX:tlRjs8_NIVD%%Mj]jYxtIp", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/248286", "modelId": 220157} \ No newline at end of file diff --git a/datasets/metadata/248329.json b/datasets/metadata/248329.json new file mode 100644 index 0000000000000000000000000000000000000000..dd0919382de0ea0839da6d790ed80a822e6714ac --- /dev/null +++ b/datasets/metadata/248329.json @@ -0,0 +1 @@ +{"id": 248329, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-03T17:00:00.000Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["Chr457m45m3rg3D0nMN3M1C neon"], "stats": {"downloadCount": 564, "ratingCount": 46, "rating": 5, "thumbsUpCount": 60, "thumbsDownCount": 0}, "files": [{"id": 192314, "sizeKB": 147572.921875, "name": "Chr457m45m3rg3D0nMN3M1C.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-03T11:30:42.472Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3AF843ED", "AutoV2": "27CBF165C1", "SHA256": "27CBF165C1C02889469820004E1352AE79A3D2DC6496C1EF3D1A1D1422C6DF2E", "CRC32": "C61A8477", "BLAKE3": "3B155C64D40C2C39DC44F22668DD3AABAB38A5278B611F3B205560A2D715D076", "AutoV3": "C6DDF4EF35CE"}, "downloadUrl": "https://civitai.com/api/download/models/248329", "primary": true}, {"id": 192315, "sizeKB": 213816.486328125, "name": "ChristmasRemixer Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-03T11:30:44.510Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E9E8CEF6", "AutoV2": "CC398716B9", "SHA256": "CC398716B90BCE9E0EC13C22F9A4CD7CE667BC469DB7C96E6AF17826DAE6EE3D", "CRC32": "42AD6E8C", "BLAKE3": "E886B0253D2FA84B86F0891E80186638913E2F90447333CB6E24C99F6C71D727"}, "downloadUrl": "https://civitai.com/api/download/models/248329?type=Training%20Data"}], "images": [{"id": 4142835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f1892e1-a468-4c28-ad55-43cc9ead89fc/width=450/4142835.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UFF#{|Ip,0xXElxY=|oc5tV|-ojY|r$*Nya~", "type": "image"}, {"id": 4142834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/035a8e31-07fc-4d90-b660-9e22117704d2/width=450/4142834.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "UEI;q.yZE0}-WB~TozRj$v#*p0x]x^tQ%0xC", "type": "image"}, {"id": 4162604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d051636-339c-405e-9f7e-e5cc12b6ed83/width=450/4162604.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U9G9Bd005PyCJ2D%K*%N_N9Zxv?H|EE2-W-:", "type": "image"}, {"id": 4142836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/078c8a1d-ddab-448c-9ac5-496ed0eccb35/width=450/4142836.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U9F}vL14C8~V9Y^jx[?GF{}@4;S~RN9_,Vrs", "type": "image"}, {"id": 4142832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adea6292-54fb-41d0-af3a-04beab5b7a1f/width=450/4142832.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UHGHn^9x}S-nn3-m-ms+xB^NOZNwNe}?NISh", "type": "image"}, {"id": 4162612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/051e50f1-9885-47ad-8773-4c292bf0e79f/width=450/4162612.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U4Dbc:?H00Di~lxZ02IW^IxC0~Nc{O$*1NSx", "type": "image"}, {"id": 4142833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6988a92-8962-4ac0-af71-0b0eca941b44/width=450/4142833.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UDDb=@9H}ROr58KQVrVr565TS3#+}?ocbvs+", "type": "image"}, {"id": 4142839, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7183ee81-f102-4332-a2d5-866b5e6ab030/width=450/4142839.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U8HnB40~$2rYVV01-mXSk4j0IV~9I:%#$T-O", "type": "image"}, {"id": 4162605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d2a1c4c-c312-46fc-b4aa-a07dd78976cf/width=450/4162605.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U9F|S;t,2toyCQ}?^PNdTx^5=dt6-M$jsC-B", "type": "image"}, {"id": 4162600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8988560d-0649-45dc-8e75-cf0391d57310/width=450/4162600.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U5GkguKS00?t00};~U9J?C0nKj9_[+^b9v^#", "type": "image"}, {"id": 4162602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e01dd6d2-eeec-4170-be51-bc70c2e4c442/width=450/4162602.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U8F}=xAL}tAJ00nNxstPvzrV?EaeqG^*~BMy", "type": "image"}, {"id": 4162599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d383604-8516-4977-946d-60266b09c2c5/width=450/4162599.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UMF=En-;~AE1T0ohxaw[-nNGaxoMMxS0xZOF", "type": "image"}, {"id": 4162601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee59dd0e-7fd0-4c0d-9fdc-4ad600375d6d/width=450/4162601.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UDGt~DyD5WI=-6-.nNE2^kx[W.MyuPtRr=%0", "type": "image"}, {"id": 4162603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5962aff-528f-4867-9f8a-23b284c46063/width=450/4162603.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U7D[|e~U={Aa00$kbEM|000f9csk1j$xtQ%1", "type": "image"}, {"id": 4162610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea762de0-6976-4f82-9009-b0ef0364c431/width=450/4162610.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U6GQ]?02?FV@D%-T?E0h03~99aAH02_1kDV@", "type": "image"}, {"id": 4162611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c734c50-fdde-4f21-aed3-c82dd6226282/width=450/4162611.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UAAv,[^P0K9t$f%M9a9t~WwIbJo#9ENaxvt8", "type": "image"}, {"id": 4162613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d70d224-d7d0-428c-94ab-44d54013ba1e/width=450/4162613.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U1Bp2wP;3BMe01.R[n#73E_201Hs~p,:8{00", "type": "image"}, {"id": 4162614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7da6731a-ea9b-4043-979a-756a42726bf9/width=450/4162614.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U48;Ml-V01x]009[eSxayr-V~VRjQSNGo#Rj", "type": "image"}, {"id": 4162618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb425d75-5679-47c6-befc-db96cd8c3636/width=450/4162618.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UFCP6H~B9u9u57E2EMRkNHWV-V%2IpWDxZsn", "type": "image"}, {"id": 4162619, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51ec070b-25a1-4f14-93f0-7bda5fb78e0c/width=450/4162619.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U99G~vcF-A~A~pXTt6-ok=9^J9%0kWI?Shof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/248329", "modelId": 220199} \ No newline at end of file diff --git a/datasets/metadata/248400.json b/datasets/metadata/248400.json new file mode 100644 index 0000000000000000000000000000000000000000..2bff8a39633bf7fcb8a1b56b4dda70b9d9071b90 --- /dev/null +++ b/datasets/metadata/248400.json @@ -0,0 +1 @@ +{"id": 248400, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-03T17:01:00.000Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["DavyJonesLockerStyle"], "stats": {"downloadCount": 380, "ratingCount": 33, "rating": 5, "thumbsUpCount": 38, "thumbsDownCount": 0}, "files": [{"id": 192362, "sizeKB": 147572.3515625, "name": "DavyJonesLockerStyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-03T12:30:37.680Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "874440D6", "AutoV2": "BFAC20053F", "SHA256": "BFAC20053F5C65EE8980F0219E28E77D10DC08214D2B83591D654D7EFB3F85E5", "CRC32": "617E1790", "BLAKE3": "57A66D069106F93B09054A72103BD8947231D50809392C3B9CD3390C3DB63B20", "AutoV3": "D6AD5D180E67"}, "downloadUrl": "https://civitai.com/api/download/models/248400", "primary": true}, {"id": 192365, "sizeKB": 489758.533203125, "name": "DavyJonesLockerStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-03T12:35:56.376Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0ACB53DC", "AutoV2": "CDF7C8F408", "SHA256": "CDF7C8F408B38282927C646B94FA1614E71C56E3D01A55C66D981C783F7C6FB0", "CRC32": "EA5CD139", "BLAKE3": "94726C48D9E873097B1FAB640063152698BD6DC89D2BC2627157CC15259CC518"}, "downloadUrl": "https://civitai.com/api/download/models/248400?type=Training%20Data"}], "images": [{"id": 4144413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bf7cebe-ae09-4ea0-9bb2-f77c7325ce00/width=450/4144413.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U24n;~~VN_I;.7x[ShkCb^o}%L-oEOg3-o%L", "type": "image"}, {"id": 4144418, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37fbd19f-225e-45ee-afa8-d11f5ec98c5b/width=450/4144418.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "U16Q^$~o0MRl69?ZXS9b.7EkIoM|Abx[%1-T", "type": "image"}, {"id": 4144416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a57d814-d8c6-427f-8f27-9b642cefe35c/width=450/4144416.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U4681@~o?Zxtkqg3IpR*%Lxtt6oyoyt7xtoe", "type": "image"}, {"id": 4146971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b9faff6-4291-4de3-9146-602fa330189a/width=450/4146971.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U25E]J?t019G.lo#8{IAEAM~VqRO4@kC-,s-", "type": "image"}, {"id": 4144417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2dfee17a-1a3c-49ed-b0e6-17520f00b21e/width=450/4144417.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U36tdl4:9u~A_1s90fxu-:jFIpNHX8j[jFNH", "type": "image"}, {"id": 4144423, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b628b9b2-a046-40e3-a5fe-18f7e032b26c/width=450/4144423.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U9A^UT~V~p?a?u?bxtxtxu?aoJt7?vkXt7tR", "type": "image"}, {"id": 4144425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddbf10ca-0abf-4c1a-9c20-a04451e6c23c/width=450/4144425.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U36RfN%#9GsT.TK6E2xZ9vx]-:Rk0M?a_1Na", "type": "image"}, {"id": 4144424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/caa0fd11-f107-4275-97e4-7798ff0b42d3/width=450/4144424.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U45}Nvt60MNG^*xZ4;NGENR+$%az0NNH~AxZ", "type": "image"}, {"id": 4146434, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/592b393a-325d-4273-8a6e-4974c3842500/width=450/4146434.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "U49Z$E:*^N5Y?aw^Mxog0iIr#7$h=_ah}SVt", "type": "image"}, {"id": 4146973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0962eefe-f274-4bb0-bf0a-13b879cbf7d9/width=450/4146973.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U038|?*JH@Hr?vI@$LRPkCtQtRM|K*.9x[IA", "type": "image"}, {"id": 4144426, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8772850-e14c-4240-a4d0-8fd1611ac8dc/width=450/4144426.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U36*K-~pS~Rkk?S$E2V[tlbvWBt6cE%L?G%L", "type": "image"}, {"id": 4144415, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/612544da-d7b1-44fb-8a97-6faf3a4aba25/width=450/4144415.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U66*El~U.6%ex[x@butP?Z%Lxtt7ozoyW;kB", "type": "image"}, {"id": 4144427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ac9997e-b483-4acf-af3d-6b6ddaa1e352/width=450/4144427.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U37-7#E10L?G~pt74o%1u3-oVY9a5;xGxFE2", "type": "image"}, {"id": 4144428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be2728c4-a7ac-4a53-8659-7294ba42bd43/width=450/4144428.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U47^Sj58ob~Ab^=_9btQ-UNHWBIqEMxaoLIp", "type": "image"}, {"id": 4146433, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6edba757-6996-4dbd-bbd5-a1717041233b/width=450/4146433.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U57naY%z8|IA?]x[MyIV%fV[M|WX?YaeIWoe", "type": "image"}, {"id": 4146436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb603f7b-7501-4a97-9b65-780b05e93705/width=450/4146436.jpeg", "nsfwLevel": 4, "width": 864, "height": 1544, "hash": "U79H2,R59aeU?^IV9Gt5pcWBVrWBu3RkVYxY", "type": "image"}, {"id": 4146970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5dc183e-01f6-448d-acfe-47362af572e2/width=450/4146970.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U23St#tkD4XAuOj?HYVtVtRPQ,i^u4kWV?oy", "type": "image"}, {"id": 4146972, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3c1365d-4288-4d52-8c28-66e31f4e961e/width=450/4146972.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U26Hu{0LE4t7~VDjE3of_MIUs8s.9bM|?aof", "type": "image"}, {"id": 4146435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98dcf50e-bdf7-422b-a7d0-eb8ec14224e1/width=450/4146435.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U36*aU%20M9a?]WX9FRP9#RkVY-:S4WVRPxt", "type": "image"}, {"id": 4144422, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83b61551-25cf-4f09-8812-51fbb2e65593/width=450/4144422.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UND0P%IVNb%L_NRiWBRk.8j[V@ofE2xtV@oe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/248400", "modelId": 220258} \ No newline at end of file diff --git a/datasets/metadata/248558.json b/datasets/metadata/248558.json new file mode 100644 index 0000000000000000000000000000000000000000..c57c51661f44bba83487e61aa545944c79147b01 --- /dev/null +++ b/datasets/metadata/248558.json @@ -0,0 +1 @@ +{"id": 248558, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-03T15:11:49.645Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["sketch", "simple background"], "stats": {"downloadCount": 565, "ratingCount": 60, "rating": 5, "thumbsUpCount": 87, "thumbsDownCount": 0}, "files": [{"id": 192496, "sizeKB": 31965.125, "name": "sketch_study_resize.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-03T15:16:21.052Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DDCD68E8", "AutoV2": "AC1D135A23", "SHA256": "AC1D135A23A3156C1A49359349BCF7C1C88B11622AE16FFA1DB56E371B530D4D", "CRC32": "869DC8D8", "BLAKE3": "1AE7DE33C95BAF38D23896A1DB29B378FFFE031E56DD1145B85BC953BE50FDD0", "AutoV3": "3233D7535287"}, "downloadUrl": "https://civitai.com/api/download/models/248558", "primary": true}, {"id": 193203, "sizeKB": 57519.8779296875, "name": "sketch_study.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-04T07:40:41.581Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "98BB61D3", "AutoV2": "87A8F64E07", "SHA256": "87A8F64E07A7FD690A99A803069B01463A3B53CFB746AE49F2BF75E6C3D1E818", "CRC32": "2D8151D3", "BLAKE3": "A81FFCD2BCEB98AD46ED4917798111D041DC1391A8AF6FD9B6221758C9EAF2FD"}, "downloadUrl": "https://civitai.com/api/download/models/248558?type=Training%20Data"}], "images": [{"id": 4150313, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1442e27-b4c1-4702-aecd-27737671e178/width=450/4150313.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UFM6#M~V^$xa~UE2%2%L^ht6NyRjNGoLRkWV", "type": "image"}, {"id": 4150317, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcf370dd-1ac7-472d-829a-b2f70e3a2c73/width=450/4150317.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UKOMEGwcx]%f%2-oxtI:_ME1i_s:.8kCaK$%", "type": "image"}, {"id": 4150322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/257f47ab-75a5-4896-9150-fb728212e908/width=450/4150322.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UHP?R8?a~VIV^+t6t7IV~pxuxuRjE1RjxtWV", "type": "image"}, {"id": 4150323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5245d784-4218-4714-a32b-ab8be0da17ee/width=450/4150323.jpeg", "nsfwLevel": 1, "width": 768, "height": 576, "hash": "ULP5[n%1^jt6~UxZoeNG~ARkE2xt-oWBM|t6", "type": "image"}, {"id": 4150324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebe2b324-2617-46e5-907e-e35c83d0438f/width=450/4150324.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UEN,G7_2^%WB~WNGWVt7M{oeWCWV%LWVWBj[", "type": "image"}, {"id": 4150325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/599a4000-c56e-49ac-b38c-452dc7cc2aaf/width=450/4150325.jpeg", "nsfwLevel": 1, "width": 768, "height": 576, "hash": "UOMs.qIUxZ%2~WxuM|j?-ot6oJR*IURjxaWV", "type": "image"}, {"id": 4150328, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/402405ec-bba5-4f23-9739-1dfb63c0c806/width=450/4150328.jpeg", "nsfwLevel": 1, "width": 768, "height": 576, "hash": "UjPZDbE1?a~W?HxtM|M|%LofR*NGj[WBofof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/248558", "modelId": 220411} \ No newline at end of file diff --git a/datasets/metadata/248651.json b/datasets/metadata/248651.json new file mode 100644 index 0000000000000000000000000000000000000000..d0346083f5463fbb0679befd544689d2a4f989d7 --- /dev/null +++ b/datasets/metadata/248651.json @@ -0,0 +1 @@ +{"id": 248651, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-03T16:27:56.073Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 518, "ratingCount": 88, "rating": 5, "thumbsUpCount": 115, "thumbsDownCount": 0}, "files": [{"id": 192572, "sizeKB": 22250.85546875, "name": "akatsuki_myuuto_Style-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-03T16:25:52.782Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D882D70B", "AutoV2": "C2B38D70B9", "SHA256": "C2B38D70B95F1C2BBDAD42141A6051E2224150E171A2036E4AB54C0937CC9CE6", "CRC32": "3DFAB8A0", "BLAKE3": "02D83D1CEC6A1051D8CCB08C6E11C9BEDA79CC72278ED2906418E2EC536240F4", "AutoV3": "2374999F0517"}, "downloadUrl": "https://civitai.com/api/download/models/248651", "primary": true}, {"id": 192573, "sizeKB": 55347.796875, "name": "akatsuki_myuuto_Style.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-03T16:26:24.081Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "05E1028E", "AutoV2": "5CA842FFD2", "SHA256": "5CA842FFD2B2E2597AB9DE6573B9E6DD04DAAF52B912335E9A196CD10B3258A2", "CRC32": "00B96A6B", "BLAKE3": "FD968D6ABEF8EA8DB7FD9D041831A3D462DA29F17503EEB92212B1721A277E2F"}, "downloadUrl": "https://civitai.com/api/download/models/248651?type=Training%20Data"}], "images": [{"id": 4152771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a8d0c33-c06b-4ce0-8ba5-323fe611d697/width=450/4152771.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTM?-%o1*0RkAHWB?bRk?Gt7s:ozt,oM$jof", "type": "image"}, {"id": 4153252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/626f5daf-1fb8-4780-a022-b7037d114562/width=450/4153252.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPOf#{_3O[x^~pa{%O-:S~-;RPog-:t6D%x]", "type": "image"}, {"id": 4175020, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/525310b4-3452-4aad-a0e9-25fd0198fed3/width=450/4175020.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UGNvDN4T0}IB4q9ZEdIA00a_In%M~W-:4n%M", "type": "image"}, {"id": 4174831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9659d0e5-c64a-465d-8564-cc044b2584cc/width=450/4174831.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UBN]bB?^Gu~WTLbGu3%M004.McMx%LM_9ZD%", "type": "image"}, {"id": 4190236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0682c020-5e24-4267-8788-38dd06668b38/width=450/4190236.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQI4^jjs.9t7_3jtX9WB~Wof9Gay0Lj[IAWB", "type": "image"}, {"id": 4190431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/baa085d5-702e-4c0e-81f8-e4c9b0c859e2/width=450/4190431.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFJ@g{00tla0?c8_9tD%56t,^jx[00~W9GIU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/248651", "modelId": 220490} \ No newline at end of file diff --git a/datasets/metadata/248679.json b/datasets/metadata/248679.json new file mode 100644 index 0000000000000000000000000000000000000000..d1c7f2656003ab99dd13e1541e79e9f20a6bc8ac --- /dev/null +++ b/datasets/metadata/248679.json @@ -0,0 +1 @@ +{"id": 248679, "index": 0, "name": "Imagier_xl", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-04T14:04:57.252Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["Illustration", "on an empty background"], "stats": {"downloadCount": 275, "ratingCount": 39, "rating": 5, "thumbsUpCount": 76, "thumbsDownCount": 0}, "files": [{"id": 192605, "sizeKB": 10932.4091796875, "name": "248679_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-03T17:10:46.733Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C6AC2A89", "AutoV2": "B3F5A32BBB", "SHA256": "B3F5A32BBBA0D4AC89B842E8F97FB8397E5EB8702C1D5113401E271BE3AFB42C", "CRC32": "0B46C853", "BLAKE3": "E3A8CC61594E2A869DFF3D394A5391F8F0B2DC3DF5B3F0E12FD4B26220356797"}, "downloadUrl": "https://civitai.com/api/download/models/248679?type=Training%20Data"}, {"id": 193491, "sizeKB": 223099.62109375, "name": "Imagier_xl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-04T14:01:18.538Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "16B25C35", "AutoV2": "6C7EA1DFBA", "SHA256": "6C7EA1DFBA1A9F7C3871168733308EB5EEABB7D930C1462DEB9EEA646C7B488E", "CRC32": "501795B1", "BLAKE3": "9E60118044692EF2288A1F73F6CCB2E581DEFF5374A5F96857C122EA9CF7F7ED", "AutoV3": "FE6BD87DB4F4"}, "downloadUrl": "https://civitai.com/api/download/models/248679", "primary": true}], "images": [{"id": 4183224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83d65956-279f-417f-ae00-6cfaa3e15bf0/width=450/4183224.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQOMg1t7_Mt7^iay-ooe5SayaKWV^%j[aeoL", "type": "image"}, {"id": 4183223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c5e9fb1-1557-4fd5-ab8b-7368847ae86a/width=450/4183223.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3FjG__M2wKQyY-T^1NHNYs,v}R*=GRkF{oy", "type": "image"}, {"id": 4183229, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8eb394aa-0ee8-48f7-9db1-5ba9c9d997e5/width=450/4183229.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdM%u~t7?Goc%1xabHWV~BWBR*R*X8IpRjof", "type": "image"}, {"id": 4183235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d36caf3d-042c-477f-b708-835b4c3f3af8/width=450/4183235.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWOMjAE2_M-o^*t6n$$%9^WCwIRj%Ls.n$of", "type": "image"}, {"id": 4183237, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38a9292f-d039-4002-820a-19f721825733/width=450/4183237.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTQlXZD*?b~p-:t7R*Ip%LtQRjM{V@RjoKt7", "type": "image"}, {"id": 4183240, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0c9b283-712b-4203-b26b-2f05467b68b9/width=450/4183240.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UiOMysbI~BxZxaayoLj[-oj@NGj[xaj[Rjay", "type": "image"}, {"id": 4183239, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fa2e29f-d3ff-4d7f-be3b-32f26c1abce9/width=450/4183239.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMRCC,V[_M?t$%aeS4bbwbo0NbWqX8a}xFsm", "type": "image"}, {"id": 4183241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66725553-8c25-4c17-a836-61749b110e79/width=450/4183241.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUO3F3oL~pt6s,WV%1j@F2fkxFbG^joLoyj[", "type": "image"}, {"id": 4183243, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43c1ec70-b304-4c89-a5f1-93da56c14fda/width=450/4183243.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UZNTK^of~Vt7f+ayxGfQ~AoLRjj@$$j@SOa|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/248679", "modelId": 220515} \ No newline at end of file diff --git a/datasets/metadata/24874.json b/datasets/metadata/24874.json new file mode 100644 index 0000000000000000000000000000000000000000..021e81d4d5a1b94020838dc819f8eb4e377caa3f --- /dev/null +++ b/datasets/metadata/24874.json @@ -0,0 +1 @@ +{"id": 24874, "index": 0, "name": "Wolfychu V1", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-03-18T03:25:03.212Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["wolfychu"], "stats": {"downloadCount": 347, "ratingCount": 65, "rating": 4.97, "thumbsUpCount": 71, "thumbsDownCount": 0}, "files": [{"id": 20636, "sizeKB": 304321.91796875, "name": "wolfychuv1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-18T03:26:56.735Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "0CACDA67", "AutoV2": "657A8A4CFB", "SHA256": "657A8A4CFB711BEEEA3D7056F6CE522B6170AAC32D018BCEABF1647A864F9A34", "CRC32": "1734AFFB", "BLAKE3": "A100B66D767E71C597A94AB9695E28B7C4AFD5CC5C0BA1FBE925C9FED426416C", "AutoV3": "6B7E05EC3376"}, "downloadUrl": "https://civitai.com/api/download/models/24874", "primary": true}, {"id": 20637, "sizeKB": 5600.3798828125, "name": "wolfychu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-18T03:26:24.318Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B358B65F", "AutoV2": "6CF8B2618E", "SHA256": "6CF8B2618E36312A42B5D68BAC78DDA55A98B7BFD26DE75731F09C4A4F1775E4", "CRC32": "99D497F4", "BLAKE3": "BEDA2D5C3557B6A1E3BF8D31F214C8A903FDFF9D85E3654F29455EC4E276FE93"}, "downloadUrl": "https://civitai.com/api/download/models/24874?type=Training%20Data"}], "images": [{"id": 272063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b19c5062-3e00-4c18-af3b-1e63eebee900/width=450/272063.jpeg", "nsfwLevel": 1, "width": 664, "height": 992, "hash": "UBEVHeE,;{ro5=-p0JE000=?E458^F9a~C-;", "type": "image"}, {"id": 272068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9996ae24-7d17-4c0b-7764-eaea810ddb00/width=450/272068.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFE.*N^+~B-=OY^jD$%O01019Gt8$y9aj^IT", "type": "image"}, {"id": 272067, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9390354-c96c-4f3f-bff9-0a80da410a00/width=450/272067.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJE_zG9u~Bxv4;^jM|spIn-VNHWBtM57t5s:", "type": "image"}, {"id": 272066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5387b6bf-031c-44c9-9d08-ecca5b836c00/width=450/272066.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJMGuLV@YPpJC,NuMIRjwhNG#8V@IVIoOXNw", "type": "image"}, {"id": 272064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab1028fb-4ff8-4dbb-d20c-82548ddb1a00/width=450/272064.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQGbSQIpD~Rk~WIpsjRj~WM}adWC^*Rkxujb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/24874", "modelId": 20895} \ No newline at end of file diff --git a/datasets/metadata/24878.json b/datasets/metadata/24878.json new file mode 100644 index 0000000000000000000000000000000000000000..a0db437189c95362c68135a1e54bd661faf85700 --- /dev/null +++ b/datasets/metadata/24878.json @@ -0,0 +1 @@ +{"id": 24878, "index": 1, "name": "v1.1", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-03-18T03:32:53.845Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 230, "ratingCount": 23, "rating": 5, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 20640, "sizeKB": 7812.806640625, "name": "hakase.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-18T03:36:17.157Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E87C3AEB", "AutoV2": "39C7F9DC6C", "SHA256": "39C7F9DC6C9BA0D421D4B9AB82569D6C6998ED14E92E41B50944D215DA10C9EB", "CRC32": "39559E1C", "BLAKE3": "8B3E7B774F649BD029BFE7293337C38C88E4BFEA45FEFFED7394F5EE42895415"}, "downloadUrl": "https://civitai.com/api/download/models/24878?type=Training%20Data"}, {"id": 20639, "sizeKB": 36978.1787109375, "name": "hakase-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-18T03:36:17.278Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "20F94AF6", "AutoV2": "333BF8D755", "SHA256": "333BF8D755D61006DD5565F4AEFD45C277500800AC44768C6DEF44311A0AF484", "CRC32": "B280F5B1", "BLAKE3": "730A2B2015FB75ECA7BE8E310EC0358DD7813F93D7B596EEE048BEB480C85B04", "AutoV3": "E3C2F87ABC47"}, "downloadUrl": "https://civitai.com/api/download/models/24878", "primary": true}], "images": [{"id": 272091, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/162ee44d-e371-463b-3d56-4d2bdefa0100/width=450/272091.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCJI6I~q2{DO035700~q_#rD4U9Z~TS$-qsS", "type": "image"}, {"id": 272090, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86307bea-5dd9-48cb-10e3-8ae3c3512400/width=450/272090.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCIXs@03_MD%Tg014n?cyD-oVsIoE1IB^+Ip", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/24878", "modelId": 19027} \ No newline at end of file diff --git a/datasets/metadata/249175.json b/datasets/metadata/249175.json new file mode 100644 index 0000000000000000000000000000000000000000..f18ac59953c5de3ee1ca660365ee3b1452c3f927 --- /dev/null +++ b/datasets/metadata/249175.json @@ -0,0 +1 @@ +{"id": 249175, "index": 3, "name": "v1.0 SD1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-04T01:37:24.440Z", "availability": "Public", "nsfwLevel": 31, "description": null, "trainedWords": [" rutiragnason, blue hair, red eyes, short hair,"], "stats": {"downloadCount": 481, "ratingCount": 68, "rating": 5, "thumbsUpCount": 81, "thumbsDownCount": 0}, "files": [{"id": 192977, "sizeKB": 6942.21484375, "name": "training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-04T01:30:56.098Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5D799C99", "AutoV2": "38F20AC15D", "SHA256": "38F20AC15DA97A602E891D5A861425421B064CF983C040D933898A78765914F5", "CRC32": "8E323429", "BLAKE3": "4B83278570C42C64516BCDDF97F3C883A20CDB76D95A9E94D12A416E1EA3BD41"}, "downloadUrl": "https://civitai.com/api/download/models/249175?type=Training%20Data"}, {"id": 192975, "sizeKB": 36981.03125, "name": "ruti-sd15-1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-04T01:30:57.468Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "61A40836", "AutoV2": "002947F389", "SHA256": "002947F389BE3246EEE4C968C7437D3E126C558ECE25101517E2FEFECD2180EF", "CRC32": "948B5341", "BLAKE3": "1B18996F08D9B5335733AC3DFA5E2BF98E24CBA73D6EE01A13C196624334C0CF", "AutoV3": "391D59DF6C28"}, "downloadUrl": "https://civitai.com/api/download/models/249175", "primary": true}], "images": [{"id": 4166972, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcc05dff-d36e-479f-af7f-07bd595f5f61/width=450/4166972.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGH_[N%%0J?vJE?GwZs;4:In%1X9E*t6Vsog", "type": "image"}, {"id": 4166986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33c4ca81-5829-49fb-85f5-cd8a6a821dc0/width=450/4166986.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEF6h6%%%_%}%$r_00M_TytR$da^p_bcWAxu", "type": "image"}, {"id": 4166991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/730f829d-2a10-4491-b934-facb34e8ef35/width=450/4166991.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFI=Px.A00yE00sExUof-:R6%0RP%}WF9aM{", "type": "image"}, {"id": 4167010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd4133a9-133e-41a1-ac8c-1a4cf2eb77b2/width=450/4167010.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USE{%@OtTH_NxIrqH?n%JBS2oLIpNYagnhxu", "type": "image"}, {"id": 4167013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/058b7839-0220-477e-981d-3ea1a924cf43/width=450/4167013.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UMIY8~NI0e~qBXVXrBIVO[D%-nMx%$M{M{s:", "type": "image"}, {"id": 4169568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80ec6ad0-bd39-4a6a-b7de-492385c7ccaf/width=450/4169568.jpeg", "nsfwLevel": 4, "width": 1536, "height": 3072, "hash": "U7HB**~W5,W=.A%L55M|pLjZ$xt79vWB%0t7", "type": "image"}, {"id": 4248783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0ae3f90-54b5-46f8-8bac-072befd40eb7/width=450/4248783.jpeg", "nsfwLevel": 4, "width": 1536, "height": 3072, "hash": "U8DcH@?a0zR*~Xt7E0NGE,f,-6j?E2R*s8j[", "type": "image"}, {"id": 4248782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/628397e8-24a4-42fc-9a2a-e63abba7b274/width=450/4248782.jpeg", "nsfwLevel": 16, "width": 1536, "height": 3072, "hash": "UKEyGK%M9Zof~Xt7InayEMay$$j[X9j[adfk", "type": "image"}, {"id": 4248780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ffbea5e-488d-4739-9833-6a8a1ef4863e/width=450/4248780.jpeg", "nsfwLevel": 4, "width": 1536, "height": 3072, "hash": "U6By:R^+00IU^lWB0KM{0MRk~As:4:of-mof", "type": "image"}, {"id": 4248779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cbbba17-96cf-4450-ac0b-6b1046b4f11e/width=450/4248779.jpeg", "nsfwLevel": 4, "width": 1536, "height": 3072, "hash": "U4FYW7-q00-;V|R%00of0:kB~8RkX.of$xWY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/249175", "modelId": 220943} \ No newline at end of file diff --git a/datasets/metadata/249311.json b/datasets/metadata/249311.json new file mode 100644 index 0000000000000000000000000000000000000000..054520956b836ec6c1d0d7183ffdac13252b1693 --- /dev/null +++ b/datasets/metadata/249311.json @@ -0,0 +1 @@ +{"id": 249311, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-04T04:17:41.539Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 149, "ratingCount": 13, "rating": 5, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 193079, "sizeKB": 53648.7939453125, "name": "Niko_Bellic_GTA4.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-04T04:20:44.428Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "AC2BF895", "AutoV2": "9A0B6A328D", "SHA256": "9A0B6A328D3BF82EB0C8D80229DC4C1F86597B5DD7C28007CD08B2E5F32268AC", "CRC32": "AC686366", "BLAKE3": "E24D09D5A54532969E6F729F3F7988211E700C34164D04D2600B353B509AE1A8"}, "downloadUrl": "https://civitai.com/api/download/models/249311?type=Training%20Data"}, {"id": 193078, "sizeKB": 32754.96484375, "name": "Niko_Bellic_GTA4-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-04T04:20:48.069Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "88C478DB", "AutoV2": "1957E727CD", "SHA256": "1957E727CD4A7137C53F347C6ADAFC3AB9A04D5C38EE4C10BFE8526D20ECA8DD", "CRC32": "A94EA9BB", "BLAKE3": "C05680A7771271D0532BF6991565E34AC7C43BD64C2E66979FD696565F037446", "AutoV3": "943853275841"}, "downloadUrl": "https://civitai.com/api/download/models/249311", "primary": true}], "images": [{"id": 4170769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7302febc-1598-461b-9802-5541c8484532/width=450/4170769.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULDIn6X9J9%2~qxaNIxab_t7jFR*Nej[w]NG", "type": "image"}, {"id": 4170949, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec850b2c-b70e-4e72-ad52-60ef3748d25b/width=450/4170949.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHCFt}%2JBo#~XxukCxu%Mt7WBbIbcbHaej[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/249311", "modelId": 221060} \ No newline at end of file diff --git a/datasets/metadata/24937.json b/datasets/metadata/24937.json new file mode 100644 index 0000000000000000000000000000000000000000..2a232aaf92cb51a93fb93993f0c34743562564f0 --- /dev/null +++ b/datasets/metadata/24937.json @@ -0,0 +1 @@ +{"id": 24937, "index": 0, "name": "Dexter's Mom.safetensors", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-03-18T06:22:23.002Z", "availability": "Public", "nsfwLevel": 28, "description": "The new version is trained on 3092 steps with more images added
", "trainedWords": ["dexter's mom"], "stats": {"downloadCount": 728, "ratingCount": 120, "rating": 5, "thumbsUpCount": 132, "thumbsDownCount": 0}, "files": [{"id": 21882, "sizeKB": 49425.931640625, "name": "Dexter_s Mom.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-20T22:20:48.588Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "7D7706E5", "AutoV2": "969196C498", "SHA256": "969196C498744403CFAD6E96543324D0B501AE7CD7EA077DA9AE675E62BADDA9", "CRC32": "E3C81025", "BLAKE3": "9365B32EA2195F78F98EA224CF5342C88A1DA381A4C1B4243AA7710BA6DE7B45", "AutoV3": "A84CDFD2B838"}, "downloadUrl": "https://civitai.com/api/download/models/24937", "primary": true}, {"id": 21883, "sizeKB": 134432.94921875, "name": "100_Dexter_s Mom.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-20T22:20:55.351Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "699BC169", "AutoV2": "201DAFAE19", "SHA256": "201DAFAE19B9E13C2338BA3687988E3B072D6209B9B6DAC10C10385CC8F92476", "CRC32": "039E64BA", "BLAKE3": "99F7604552D2FCADA0DC62BD810C6626D05CC5C8898EBF97FDACBA2ABDD370C8"}, "downloadUrl": "https://civitai.com/api/download/models/24937?type=Training%20Data"}], "images": [{"id": 290791, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0b26e58-3e4e-42ee-f7a1-c9cac2ed9600/width=450/290791.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UFL47_vwLgRP7757lBwI17n#gjNZ5G}*tSoz", "type": "image"}, {"id": 272695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c60d5948-8418-4028-b550-32ad1fda9700/width=450/272695.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UTI=DYx{%}V@_4R+KNs:ICVrbekDnfsmbuWo", "type": "image"}, {"id": 290790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da28c4de-e0b9-4f6e-c62a-09a0fd136900/width=450/290790.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCIgx^=?D+${.8|.s8nNTeRP5tEN,n?YE7JC", "type": "image"}, {"id": 272704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c71a7da9-20e6-48d3-04ab-561f185b7600/width=450/272704.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UDHUUtu%KMF?~E4T11Kj9]^i={XlZgNF=w-T", "type": "image"}, {"id": 272703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e4c2a3e-4332-4223-f179-3a5f32d9ea00/width=450/272703.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "ULJGsM%i^k;3_NA2odn4+uX8I-RPxCnhIpjF", "type": "image"}, {"id": 272702, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d0b65bf-2e10-4138-e980-0dbf04512a00/width=450/272702.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UYJkQ8~BY7tR-=xGJB%grrR,WBV@nNxW%1s-", "type": "image"}, {"id": 272701, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b74d4fe9-a8f6-4a3e-432f-a12c7a936400/width=450/272701.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "ULI4kz#6EKv}0Kk=s-rDL4xC-9M{}[-VNGEf", "type": "image"}, {"id": 290789, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9998a138-a7d6-4552-10dc-2214fd7cdf00/width=450/290789.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UNGSN7Rl3Fxv%%jt-;bvp0oMELWCM_bIM_jE", "type": "image"}, {"id": 272700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04f10541-6e77-474e-44f9-6c0aa4ec3d00/width=450/272700.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U8J%b00$57LN00~ByXD%00:$;J-T005r?b9u", "type": "image"}, {"id": 272699, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/798fb3bf-0871-4459-567f-8384bb415400/width=450/272699.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UUK^gVH?IVb_6{VtVYWBT}wHnNn%=|S~NHV@", "type": "image"}, {"id": 272698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/373147d4-7e8a-434d-51df-d7cb46394200/width=450/272698.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "U9KdDB4r0J@X0hOu}r:i00?D#7M{[W,mM|Gb", "type": "image"}, {"id": 272697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8698263-6fc6-4716-fb45-e571527df300/width=450/272697.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UDMF^5?t010{4T~9=x--^g#+tS^iK,V_0f-q", "type": "image"}, {"id": 272696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6379819d-9f2b-4682-e0b8-c1d99ecf6700/width=450/272696.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UEHng9XNui=c.l^h-:MxWB-Ss;oeIVXTaeM|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/24937", "modelId": 20949} \ No newline at end of file diff --git a/datasets/metadata/249371.json b/datasets/metadata/249371.json new file mode 100644 index 0000000000000000000000000000000000000000..6d9e991efeb74cf80f04b47b34106b77a48049fe --- /dev/null +++ b/datasets/metadata/249371.json @@ -0,0 +1 @@ +{"id": 249371, "index": 0, "name": "Indian Housewife Nisa", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-04T08:52:42.468Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 101, "ratingCount": 1, "rating": 5, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 193129, "sizeKB": 140.0498046875, "name": "249371_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-04T05:55:57.016Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "AC3115FB0D", "SHA256": "AC3115FB0DC7EFFE92E259B8720FACBAC2150541BDC6E7D8F6354C43C16B4E8B", "CRC32": "318AF5FF", "BLAKE3": "F32225A06324E73C55FF1607C46A974C2B3F6FB586068B41FB3F7DFBFB6F1135"}, "downloadUrl": "https://civitai.com/api/download/models/249371?type=Training%20Data"}, {"id": 193145, "sizeKB": 36977.484375, "name": "Indian_Housewife_Nisa.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-04T06:25:53.149Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E725889F", "AutoV2": "B0E71DB421", "SHA256": "B0E71DB4211F51D75E28DAE00808C53938E81BB1481BFCB1F01CE55D96E082B3", "CRC32": "7F39D801", "BLAKE3": "2BF62CFA870D7FB0F112975EC51C048257F63080C45AFB08AFE573A841435BC5", "AutoV3": "45AC305FD090"}, "downloadUrl": "https://civitai.com/api/download/models/249371", "primary": true}], "images": [{"id": 4176130, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10a913c8-8dbe-4a95-9506-1f51fa8a940b/width=450/4176130.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCC$+QbvE+I9~WWAXS9axbM{nht7KOxHrrNs", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/249371", "modelId": 221111} \ No newline at end of file diff --git a/datasets/metadata/249400.json b/datasets/metadata/249400.json new file mode 100644 index 0000000000000000000000000000000000000000..5251d11d6034debdc67df818dd43bc9813ef7b12 --- /dev/null +++ b/datasets/metadata/249400.json @@ -0,0 +1 @@ +{"id": 249400, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-04T06:31:05.898Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 503, "ratingCount": 71, "rating": 5, "thumbsUpCount": 93, "thumbsDownCount": 0}, "files": [{"id": 193153, "sizeKB": 47052.8251953125, "name": "Nano_Eiai_100Girlfriends.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-04T06:35:52.355Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FAF6743D", "AutoV2": "D01D3F3B60", "SHA256": "D01D3F3B601A0A2A04937413CC6DB469352534EC9322D8DB01108651DCB1B2DE", "CRC32": "FEA03D23", "BLAKE3": "B62E962122C48CC92D6772642952F8520C8ED6F600056D66B145270660840443"}, "downloadUrl": "https://civitai.com/api/download/models/249400?type=Training%20Data"}, {"id": 193151, "sizeKB": 22247.30859375, "name": "Nano_Eiai_100Girlfriends-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-04T06:35:52.907Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FE3471E2", "AutoV2": "55043DBA65", "SHA256": "55043DBA65A917E3D668EBEA876389611D5C0393891923820935D36354516272", "CRC32": "1E990153", "BLAKE3": "0CFAAFD6A81CA7A001DF00042DDC62F2B64E2E0712B6324843FFDEB722E28C46", "AutoV3": "71B867C5264F"}, "downloadUrl": "https://civitai.com/api/download/models/249400", "primary": true}], "images": [{"id": 4173511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35fb98e7-63e2-4b9b-99a2-1cbc9363eb7f/width=450/4173511.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URPQ54xvTw%1YRxWcYxXO@ayVXkC-.fRV?ae", "type": "image"}, {"id": 4173746, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2a5f935-aaa5-4603-b141-ea08a310bbb1/width=450/4173746.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UzJ+Dj$it,w{_N%1R+t7WVadV@ayR,oMjYkB", "type": "image"}, {"id": 4173939, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64879311-187a-4106-9153-52471486df60/width=450/4173939.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UsL55wbbyDx]_Nj[S#NGbYoyafoJo}RjV?t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/249400", "modelId": 221145} \ No newline at end of file diff --git a/datasets/metadata/249444.json b/datasets/metadata/249444.json new file mode 100644 index 0000000000000000000000000000000000000000..fac3ddabc2763b506f012404f58ca7f5350b21a2 --- /dev/null +++ b/datasets/metadata/249444.json @@ -0,0 +1 @@ +{"id": 249444, "index": 3, "name": "v0.1 fix", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-04T08:08:56.391Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["butterfly tattoo", "deer tattoo", "lotus tattoo", "OQ tattoo", "rose tattoo", "kiss tattoo"], "stats": {"downloadCount": 66, "ratingCount": 3, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 194093, "sizeKB": 223099.33203125, "name": "Kb_tattoo_XL_v0.1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-05T02:25:56.458Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "88741DC8", "AutoV2": "50E65F5E46", "SHA256": "50E65F5E469453FCF53D313A1ED58690C3327504222CCE1B50220CCD7F44B762", "CRC32": "1B1FE1A9", "BLAKE3": "AF0E1936B862AD63FC97B0527053CB1732B1550CEC586D9C5C6D0A624E9D7AD6", "AutoV3": "FEC4708DBCFB"}, "downloadUrl": "https://civitai.com/api/download/models/249444", "primary": true}, {"id": 193200, "sizeKB": 6268.7177734375, "name": "249444_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-04T07:31:00.917Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2298C58E", "AutoV2": "BBA5693DE8", "SHA256": "BBA5693DE820FACBCD368EA0A9BB65F20EEE5A6D20B71159FC5745B7A823668C", "CRC32": "50EEC940", "BLAKE3": "EBB412576615E4DAE11C549474B5EEA8AF0A34D16D54CBAE08F0961F947FA668"}, "downloadUrl": "https://civitai.com/api/download/models/249444?type=Training%20Data"}], "images": [{"id": 4203986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3001e122-4041-48b4-8e12-a31e92d376d7/width=450/4203986.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U6C=}C#Q0K~ByDr=t7Io00ogIoNH8_kXRk%M", "type": "image"}, {"id": 4204057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74af987a-f448-4f7b-bbed-5f4fa2573503/width=450/4204057.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UBD+JJ^*NHNGI;t6I:j[xuoLIp%2~CkBELE1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/249444", "modelId": 221177} \ No newline at end of file diff --git a/datasets/metadata/249745.json b/datasets/metadata/249745.json new file mode 100644 index 0000000000000000000000000000000000000000..f5ff71846e360b1d93ce347128422f48c9508317 --- /dev/null +++ b/datasets/metadata/249745.json @@ -0,0 +1 @@ +{"id": 249745, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-04T14:12:22.324Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Gainsborough_Aerith", "Pink_sleeveless_dress_Choker_Collar_Cleavage", "Pink_sleeveless_dress_Choker_Collar_Cleavage_Red_cropped_jacket", "Red_strapless_backless_dress_cleavage_Red_back_bow_Hair_flower"], "stats": {"downloadCount": 516, "ratingCount": 81, "rating": 5, "thumbsUpCount": 107, "thumbsDownCount": 0}, "files": [{"id": 193450, "sizeKB": 37011.7421875, "name": "Gainsborough_AerithV1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-04T13:26:25.256Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "42124C5A", "AutoV2": "D0080977FB", "SHA256": "D0080977FB29883E6C52DEA9EAEF44018E9979CDB485FC30BF39F09681294AE6", "CRC32": "FD9EE158", "BLAKE3": "E757A82F31B953523CC5937D1A8D6FE377591C271AD4F0C8EF1DB2A8D24BD212", "AutoV3": "032DFBA72FFC"}, "downloadUrl": "https://civitai.com/api/download/models/249745", "primary": true}, {"id": 193452, "sizeKB": 275313.1337890625, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-04T13:27:28.131Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "37DDFDD1", "AutoV2": "DEFF0E51E0", "SHA256": "DEFF0E51E05C3E76A2173CF1DA9891971ECE27F42669785AB366C105B329BA5F", "CRC32": "BB1BCED7", "BLAKE3": "9C450CCF712636B7DA445D868D47A9B770F04ECB179B3F815D616DAD6FCB3259"}, "downloadUrl": "https://civitai.com/api/download/models/249745?type=Training%20Data"}], "images": [{"id": 4183620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a96aa46d-2515-4fc2-b6a5-e188ca3aad19/width=450/4183620.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UIJQ=:~W9Zi_z:Md%Nt7?I%M-q%Nxvof?HM{", "type": "image"}, {"id": 4181906, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbbfb022-9dde-489d-8d83-a850037c8b99/width=450/4181906.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U8JZGX5O00%M8i-Xvjjr004;J8%2={9ZIUtR", "type": "image"}, {"id": 4181909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ff4e834-c8c1-4528-b425-bf2765313242/width=450/4181909.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UCHwG+DO7x~BCIE1rzbb=$^k56NF0dXR#;xH", "type": "image"}, {"id": 4181903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6995e01-263f-42b7-b2bc-65f9dd1a7b4d/width=450/4181903.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UCHULc570#H?~pRPNya{0000_2.89]s;%LRP", "type": "image"}, {"id": 4181905, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/407eda8f-6747-4e62-87f5-f509cf3712a6/width=450/4181905.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UPI4;U00?^-;~qD%t7xux]RiRkafn+xuxus:", "type": "image"}, {"id": 4181907, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00582b73-e49b-46b3-896f-d73fa4218058/width=450/4181907.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "USKcYIaf0yxZ5iR*WEt74oNGWUof~WRkV[R%", "type": "image"}, {"id": 4181904, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47492448-268f-49ce-b680-db2fc7c714a9/width=450/4181904.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UPH,uO~WEgnkKcNZE1In4.V@%2bIR,NGM{Rj", "type": "image"}, {"id": 4181910, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17158949-2dee-4385-8462-068bea9e2a06/width=450/4181910.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UGK]cf01TbQ.0^S%OR?aM$W--V-o?[jY^kEK", "type": "image"}, {"id": 4181911, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9474c95-6d55-4d2e-923c-b19b9ee91f83/width=450/4181911.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "ULIp#s?H?^%L?]S5-qxa^,^kS|R*Xlx[$+ag", "type": "image"}, {"id": 4181913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/726a42b8-2d02-42eb-b91c-f3301f15bf0a/width=450/4181913.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U8JsbB}^0}4T3f0cojRPE800?uX*PU-p^kIT", "type": "image"}, {"id": 4181912, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9436f32-efcd-40ec-b9b5-d21e455b70be/width=450/4181912.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UMIz6p4:E#^jE}NGM|tQ4:xusojF~VRPWBNa", "type": "image"}, {"id": 4181915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cf09a45-c083-4eff-a4ab-b751ee7040a4/width=450/4181915.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "USI3:x~CI:SzTIR*9aM{4:V@xtR+Rkn%niof", "type": "image"}, {"id": 4181917, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/281376c3-6895-4163-837a-1d6578a4f5b6/width=450/4181917.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UULWIu-;cFxayExuo#tR9aWUxaaK~WRQ%2Rj", "type": "image"}, {"id": 4181918, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebefde39-9774-4f15-93ab-dcd2c1d78f0d/width=450/4181918.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UPINEuMy9ax[TcNGR*jG0LR*xuf6~CIoRPbv", "type": "image"}, {"id": 4181920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/075366a3-08a0-48e4-96ae-6d1fa7869a2e/width=450/4181920.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UCI}6W_2009GXMV?_3~qJV_3_2RjE1tRXT%2", "type": "image"}, {"id": 4181922, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b818c68-c0fc-4b52-b3df-1536e5cb04c5/width=450/4181922.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UMJ*SL~B%Mx[^%xax]?b9ZR-xuNG9uV?xZS2", "type": "image"}, {"id": 4181923, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79a1ccf4-8f14-4108-a767-c155be9bd705/width=450/4181923.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UMI|j}Mx0f-oEyIoX8Nd4.bGxte=~XIpIUxY", "type": "image"}, {"id": 4181925, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bce9e835-1c4f-486b-95cc-f751b91fa1d3/width=450/4181925.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UNJR2D_Mbox]xS-;.8M{KQ-;%Ls.%N%N%2xa", "type": "image"}, {"id": 4181924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcfbfea9-445c-40ef-a898-3806e38bad51/width=450/4181924.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UeL3r*~Wx^?aIn%2xuj?EMe:xZt7^+kCa$oz", "type": "image"}, {"id": 4181926, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cacb304-9eca-4038-8bf4-b6b468049a4f/width=450/4181926.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UVI}*J~q%MofxuRjt7t7D%WB%MWB-;M{WBxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/249745", "modelId": 221424} \ No newline at end of file diff --git a/datasets/metadata/249838.json b/datasets/metadata/249838.json new file mode 100644 index 0000000000000000000000000000000000000000..8644a128b9169c647f92a8419f4bde9e786c80d9 --- /dev/null +++ b/datasets/metadata/249838.json @@ -0,0 +1 @@ +{"id": 249838, "index": 0, "name": "ErisenFlower", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-05T07:22:43.564Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["ErisenFlower, abstract, bloom,wallpaper,closeup plant,flower"], "stats": {"downloadCount": 401, "ratingCount": 23, "rating": 5, "thumbsUpCount": 51, "thumbsDownCount": 0}, "files": [{"id": 193618, "sizeKB": 990.4931640625, "name": "249838_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-04T16:35:44.761Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "30903B5B19", "SHA256": "30903B5B19D773D53AC811C3C16BB3EDD8C7D55C6B64FF149768138E9A5DE935", "CRC32": "D5FF8AFC", "BLAKE3": "05A8195F0389A05F3C5028C6F25F85434F922A77524E59E23F7637CE392A31B3"}, "downloadUrl": "https://civitai.com/api/download/models/249838?type=Training%20Data"}, {"id": 194260, "sizeKB": 36977.609375, "name": "ErisenFlower-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-05T07:00:55.399Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "17AEAA20", "AutoV2": "1EB70C8F33", "SHA256": "1EB70C8F33BA5119426E0B8FBFD1493669DC9D56E13BE83E46CB6C3B8660B553", "CRC32": "52B7583D", "BLAKE3": "6E9EE790A3A2A7D38D83AF4CE089B0451211CDF7DDCAA30ED21E78EA293BC2E1", "AutoV3": "B709389A9B76"}, "downloadUrl": "https://civitai.com/api/download/models/249838", "primary": true}], "images": [{"id": 4208610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7c0e3dd-d5be-4bbc-86b9-4a0ce5f489cd/width=450/4208610.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UiH3Q[r:I{tR}$RoT0ob#RI^Rjs9xTOZogs8", "type": "image"}, {"id": 4208605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ffc77f4-8746-44ce-ae61-b82b3e7f797b/width=450/4208605.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "USE:}QxukE%M~px]M{t7WBtRIUs:Rkj[V@j[", "type": "image"}, {"id": 4208606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/569f8f1f-5b00-4202-80d6-da2539e3eb2d/width=450/4208606.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UbJj=9xs*0S$$ea{SOWE.SbIrpe:JWj[son$", "type": "image"}, {"id": 4208608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e6faffb-1920-483a-869c-20453c259a26/width=450/4208608.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UAGTEe~V005F~U59ES={004=o|wb0-?E}m9a", "type": "image"}, {"id": 4208611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0900375a-5c0f-4a8f-9902-5d02ade81b4f/width=450/4208611.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UhIFJI=9RW%I}?$eM{RkOUbvXQR+RjW-t6af", "type": "image"}, {"id": 4208609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41d7b2bb-e61c-41d5-926d-b210e6c626cc/width=450/4208609.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCEgzrtl:jtSuhbc.7kA*dn+7GWo#BjaNaa$", "type": "image"}, {"id": 4208612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db04a748-2a14-44e1-b2ac-605185ed1279/width=450/4208612.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UXE5Kc-O%gt8_M$zngjYt7xXVsbIxZxYWEWr", "type": "image"}, {"id": 4208604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cf17b7a-9f0e-4846-b336-ec6c83c0bfe4/width=450/4208604.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFE{00%M01IU~pNZ4nRj00nl$kt700xa^,bu", "type": "image"}, {"id": 4208607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6873e4e-3942-4686-ba61-b977795631f5/width=450/4208607.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8I#.ktS3Gtm@aWZ$^s.00ay^%ax55jYVZae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/249838", "modelId": 221489} \ No newline at end of file diff --git a/datasets/metadata/24986.json b/datasets/metadata/24986.json new file mode 100644 index 0000000000000000000000000000000000000000..ae30856948beb35f141355d2e8057e18fb3b799e --- /dev/null +++ b/datasets/metadata/24986.json @@ -0,0 +1 @@ +{"id": 24986, "index": 0, "name": "Azura Suzuki v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-18T08:50:43.939Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["azura suzuki"], "stats": {"downloadCount": 178, "ratingCount": 12, "rating": 5, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 20717, "sizeKB": 304321.8671875, "name": "azurasuzukiv1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-18T08:55:46.816Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "BE7A06E8", "AutoV2": "96D909A224", "SHA256": "96D909A224ECDBEA094AA4AEB634AC6BD29B2BB80440209BBBA7013F977DFB56", "CRC32": "C9A350BE", "BLAKE3": "902854B3521F7B83CE81163A4ADEB507CF8BEA2AEF2261D22B6D986DAB057BAB", "AutoV3": "C407387AECA4"}, "downloadUrl": "https://civitai.com/api/download/models/24986", "primary": true}, {"id": 20718, "sizeKB": 2718.607421875, "name": "azura.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-18T08:55:34.372Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "16550AD1", "AutoV2": "5131F3137B", "SHA256": "5131F3137BF0207717F29543DEF799291E5BCBE3245037052168825FC6C4103D", "CRC32": "6771AF77", "BLAKE3": "069519B3643D34ADC41A4192D02D2425FFE8487F84E26715122C9178B3B12237"}, "downloadUrl": "https://civitai.com/api/download/models/24986?type=Training%20Data"}], "images": [{"id": 273265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f7bb2a3-f3d6-4327-e97e-c080c2c13a00/width=450/273265.jpeg", "nsfwLevel": 1, "width": 896, "height": 672, "hash": "UUF=?n00_4ROt7xZIot6IoxabHoKR*oeWWof", "type": "image"}, {"id": 273271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd8cbc95-eb27-4829-54ad-61661fbc0a00/width=450/273271.jpeg", "nsfwLevel": 1, "width": 896, "height": 672, "hash": "UZJ*YZt7~qt6?ba#RjjsfkfRf6ay-pfRIojs", "type": "image"}, {"id": 273269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e1ace10-4338-4e37-0ced-a304bb03df00/width=450/273269.jpeg", "nsfwLevel": 1, "width": 672, "height": 1008, "hash": "UWL4c~-;I;_3~qbH_3og%MM{%gM|~qM{Rj%L", "type": "image"}, {"id": 273268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5124d419-7feb-4297-df9b-b83f7ffc7700/width=450/273268.jpeg", "nsfwLevel": 1, "width": 896, "height": 784, "hash": "UnK1Ue~W%goI?an#t7jYoHWCt5Rkt5a~j[Rj", "type": "image"}, {"id": 273267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef263c7d-28d4-4fcf-8263-c4ee0ea3c900/width=450/273267.jpeg", "nsfwLevel": 1, "width": 896, "height": 784, "hash": "U*OgA~%M_NRj?bRjRjjskCayWAof%Mj[NGf6", "type": "image"}, {"id": 273266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7f9b15c-455f-48bf-cf6d-6c326dc5f100/width=450/273266.jpeg", "nsfwLevel": 1, "width": 672, "height": 864, "hash": "UjJ[0O?c_4t7^+WVt7M{xaRjxZRjxvtRs:ax", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/24986", "modelId": 20991} \ No newline at end of file diff --git a/datasets/metadata/249886.json b/datasets/metadata/249886.json new file mode 100644 index 0000000000000000000000000000000000000000..f734a485f96c89e46dda53c5401713868c53e380 --- /dev/null +++ b/datasets/metadata/249886.json @@ -0,0 +1 @@ +{"id": 249886, "index": 1, "name": "SD1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-05T05:30:57.360Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["DonMFr0stP4nk", "ice", "snow"], "stats": {"downloadCount": 261, "ratingCount": 3, "rating": 5, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 194204, "sizeKB": 36980.671875, "name": "DonMFr0stP4nk-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-05T05:25:41.685Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4A376446", "AutoV2": "4B403B8362", "SHA256": "4B403B8362A99A117F294E2DB996EF3DCA7C90C0AAE8E5870FFB6E64B215D8E3", "CRC32": "3F352A10", "BLAKE3": "4C6CED0BBB3E2E24075D2F8310DF6FA18E30E4CDF6F7A17F9E3C2B348B91F6AB", "AutoV3": "33D5DEBEC8D8"}, "downloadUrl": "https://civitai.com/api/download/models/249886", "primary": true}, {"id": 193578, "sizeKB": 377700.8818359375, "name": "249886_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-04T15:41:30.110Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E2FD58AD", "AutoV2": "EACCFF92BF", "SHA256": "EACCFF92BF879CCABBEB510B83F4296BF27FD9218AD10FD55B54475C48093098", "CRC32": "D1ACD9D1", "BLAKE3": "73E1D19BD360DFAA8FB6CFB013CC8E07FB9F53B44D049CD6AC3AF2C26DEC7C92"}, "downloadUrl": "https://civitai.com/api/download/models/249886?type=Training%20Data"}], "images": [{"id": 4207261, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7f4b4a8-1d45-48cd-bbb0-51a2148f6831/width=450/4207261.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1672, "hash": "U34MSIV@4TtS4Tj?%gbdQkfkt:aJx^kDXBV?", "type": "image"}, {"id": 4206499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c055dfa-bd07-4cc7-b779-4ff9fa2a1c0e/width=450/4206499.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1672, "hash": "ULI5=6_N_3.9~W_3IAWB?cRkoeoLShxaRPt7", "type": "image"}, {"id": 4206484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8de265ab-e1bf-46d6-98ab-d59e267dc64d/width=450/4206484.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1672, "hash": "U560POyZY+mjKmpJq?r;caozDiRPD4R5X:X9", "type": "image"}, {"id": 4206488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ad86092-1b08-4598-914e-209fcd0f40f5/width=450/4206488.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1672, "hash": "U4ATp2tS00t800of~TWBHrRjTKae00RPr:ay", "type": "image"}, {"id": 4206507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/164ccb09-deee-437a-872d-2e8da524687a/width=450/4206507.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1672, "hash": "U498}cb{00yE00tR~qWE_4VrIWoLVBR4Hqj@", "type": "image"}, {"id": 4206482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa5426df-f23c-434c-9738-05305aa33f0c/width=450/4206482.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1672, "hash": "UQJI*89a?G-o?vD%IURPWVNHxaX9?^S%i^r=", "type": "image"}, {"id": 4206489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ece3fbc-6e79-4caf-9424-5ba441051663/width=450/4206489.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1672, "hash": "UFGv6SIATf.8?wx]E2s:00M_4TR-MxRP-:oJ", "type": "image"}, {"id": 4206490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06f7ebe0-cffc-491b-a26e-e2b7627bfe83/width=450/4206490.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1672, "hash": "U8D1jNR.hf?bS%W=00sT]NfQMbbb}St673o0", "type": "image"}, {"id": 4206481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cb95ce3-2fdc-4dab-873e-59295091db83/width=450/4206481.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1672, "hash": "U37TnQM|72s;0M%MRoEjFzR-]~$#]3ENI;$e", "type": "image"}, {"id": 4206487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15a8e9d5-cd63-4488-b5b9-19abe9de77af/width=450/4206487.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1672, "hash": "UDA.S,9ZR6$Q-WRPK*rrR5wJTJRPy?RjrXM{", "type": "image"}, {"id": 4206508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8eddedd-8809-45f0-b6f4-b05195e2e711/width=450/4206508.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1672, "hash": "UUGl@u_N%M-;xF%gIUR*-;s-t7t7s:xuoLWB", "type": "image"}, {"id": 4206492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1391ce5e-1c15-4dcc-9ccf-90c025623bbb/width=450/4206492.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1672, "hash": "UNH3jrOt_3_2^*x[IU%1ysaJVrT1TytRRkM{", "type": "image"}, {"id": 4206494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c67dbfe6-d5e2-4862-91c1-f6460c028639/width=450/4206494.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1672, "hash": "UFIYz$D%%h_2.74:$$M{.TIpMxM{K6w]%Nof", "type": "image"}, {"id": 4206498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d85f70c-9b2a-4441-9faf-2b4860ab205e/width=450/4206498.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1672, "hash": "U65$V%f,4Tae00ay?way_4jYD%WVNKa}rpj[", "type": "image"}, {"id": 4206500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed1a1127-3e24-4bcf-81b1-86187d389161/width=450/4206500.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1672, "hash": "U29jo-~A00bx00E3$fIT*dNG5ZM|_N=^~p-;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/249886", "modelId": 221538} \ No newline at end of file diff --git a/datasets/metadata/250179.json b/datasets/metadata/250179.json new file mode 100644 index 0000000000000000000000000000000000000000..9127dcf19d80baf5e69171392fde9050fe8a460a --- /dev/null +++ b/datasets/metadata/250179.json @@ -0,0 +1 @@ +{"id": 250179, "index": 0, "name": "Barbie Doll SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-05T01:19:00.713Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 257, "ratingCount": 17, "rating": 5, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 193813, "sizeKB": 13267.9248046875, "name": "250179_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-04T20:25:57.446Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E6941F35", "AutoV2": "B2303E6E62", "SHA256": "B2303E6E6274EEA3F6C4D80E993E9E9831E7BFB3FB12E7DCED6AB7EFDAD1BD92", "CRC32": "DBD29E4B", "BLAKE3": "07F262CA55BE5E2746CED50B059261F02A343488F2A6ABE4473BAAA4EBAA343C"}, "downloadUrl": "https://civitai.com/api/download/models/250179?type=Training%20Data"}, {"id": 194036, "sizeKB": 223099.08203125, "name": "Barbie_Doll_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-05T01:15:47.809Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9338F089", "AutoV2": "E2EC239716", "SHA256": "E2EC23971650A1BE7CEB38CB849D76FFC399F8FCCD4F70F4051E512D9EF6B298", "CRC32": "80D8F8C2", "BLAKE3": "34AA457D18D46635146EAACDAC7CA1D9D1C99B651B930460A13ECD3FDA70C41B", "AutoV3": "DA0328A94075"}, "downloadUrl": "https://civitai.com/api/download/models/250179", "primary": true}], "images": [{"id": 4201437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aed55075-ac0d-40f9-a1bb-a27fbf05bae9/width=450/4201437.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "U8Gt:5~C000d#DoIM|$+~pE1=z}]-XspIoR$", "type": "image"}, {"id": 4201439, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc314d07-57e1-48e9-8381-4282058140a1/width=450/4201439.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "U8GHMeRf:m00=_?I0fwI00}t-3-TJ=WC=_oM", "type": "image"}, {"id": 4201463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e938ed43-7d8b-452f-8d66-b5776f922efe/width=450/4201463.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U7E{9C?w0000+:EL0=ETMaxCp0-5yZS$Mcs:", "type": "image"}, {"id": 4201465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/097d33ac-9762-4498-b2f2-74205f2cbc51/width=450/4201465.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U9Ey0xSc024o~N?a03EQ9vbw#m-p17D*-QxB", "type": "image"}, {"id": 4201469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a55e3c02-9767-433c-adf8-bd975ec250ce/width=450/4201469.jpeg", "nsfwLevel": 2, "width": 768, "height": 768, "hash": "U8Eex;yD00IB_Lt7039uVsn$,n$%5GM},,oH", "type": "image"}, {"id": 4201464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7ef773a-f151-4dc0-bb7e-84036a8fdd2c/width=450/4201464.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UBEo7B}H0O0k17tS9zM}xBOsS$$%IpVrxukC", "type": "image"}, {"id": 4201466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b521757-e97e-4ede-ac47-fdd5e1bd6071/width=450/4201466.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UDF=Eh${s$%004${NIxZ},NGETNHIUE3oeWB", "type": "image"}, {"id": 4201458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/050ee9e7-6503-4c09-b987-826272a04a2c/width=450/4201458.jpeg", "nsfwLevel": 4, "width": 768, "height": 768, "hash": "UFE2X:xw0jE416t8ERN1~9kCxHoM0#WARjoJ", "type": "image"}, {"id": 4201467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de5b15aa-50e6-40d9-ae70-cf7a1d2a792b/width=450/4201467.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UD8Pf;XY5FIo+Ds$ESRlyZozNMWBwZWCV?bI", "type": "image"}, {"id": 4201468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e456e686-1504-4169-ba97-346d0e59fe25/width=450/4201468.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UEECtT~q0K0100slt7E29FD%%M-=~qxvRjjF", "type": "image"}, {"id": 4201436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e930fd18-aef6-4e53-a49a-8f540fe9d86c/width=450/4201436.jpeg", "nsfwLevel": 1, "width": 1152, "height": 2048, "hash": "U7D]MBt-4,IS}z-o05IrtOR%WFRkAWWn^M-o", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/250179", "modelId": 221797} \ No newline at end of file diff --git a/datasets/metadata/250382.json b/datasets/metadata/250382.json new file mode 100644 index 0000000000000000000000000000000000000000..c101c04313758e14395a5949c495f6edb683f25b --- /dev/null +++ b/datasets/metadata/250382.json @@ -0,0 +1 @@ +{"id": 250382, "index": 4, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-04T23:55:31.905Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["p1r4t3s"], "stats": {"downloadCount": 30, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 193982, "sizeKB": 9335.4453125, "name": "p1r4t3s_v2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-04T23:50:59.376Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2B781EA7", "AutoV2": "B8D2C9CD8A", "SHA256": "B8D2C9CD8AB415E7D5B0AC7E954D7D9B3897A79510C4998A1D0239B2D85C2B70", "CRC32": "B264BB2A", "BLAKE3": "EB08239FFBC737BD5EB359B332C17C20DBA17CD525ADD0EE2A16B9009D7E6B86", "AutoV3": "8DEB6E63BB1D"}, "downloadUrl": "https://civitai.com/api/download/models/250382", "primary": true}, {"id": 193999, "sizeKB": 31653.638671875, "name": "img.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-05T00:20:55.272Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9B389679", "AutoV2": "D41775BF55", "SHA256": "D41775BF558CB382C1D88E0B393BC42A554D2038916A6FF27ABEFDB03BBAE26E", "CRC32": "0F439E5A", "BLAKE3": "0676B329A1B42728E7D9928FDE779A1EB8375807539FE10D17F17AFACEB156B3"}, "downloadUrl": "https://civitai.com/api/download/models/250382?type=Training%20Data"}], "images": [{"id": 4203235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e9da027-06cb-401f-81af-870cd3d61eb5/width=450/4203235.jpeg", "nsfwLevel": 1, "width": 1024, "height": 768, "hash": "UeEyY?R5tRIo?wadkCRkbwxtWBj[R.t6jZj@", "type": "image"}, {"id": 4199499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/701a7a27-058f-4fdc-8713-50b62e8fbb06/width=450/4199499.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZGI{1EQxDNIt:ozt7oIMwn#RjxZXTs.bIjF", "type": "image"}, {"id": 4199659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10b17ac6-eb7b-4926-a56f-d75080d0e698/width=450/4199659.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UjHU@Ai^%M%2_NoJt7t7ogofV@f6NIt6V@Rj", "type": "image"}, {"id": 4224627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8aea1398-7ee5-4b40-bc0e-b48154c1473e/width=450/4224627.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UmGlCrxu-=xu~qWBt7of%MaeRPjZ%gt7WAof", "type": "image"}, {"id": 4224630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c774d832-337a-4588-8fb0-e393f9051f5e/width=450/4224630.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UZGlCs%gNGrq_4tR%LRPxvoLxtbv%ga~aekX", "type": "image"}, {"id": 4224635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83fd876e-3f6d-450a-875f-5f3adc3672c5/width=450/4224635.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UdFO},WB.8em?wt7x]jFx]t8n$WWS6kCRPay", "type": "image"}, {"id": 4224618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9787ac65-af6b-4826-9690-29e1aee2688b/width=450/4224618.jpeg", "nsfwLevel": 2, "width": 576, "height": 768, "hash": "UYF$9Qr=%gRP~qoftljZx^t7s:R+x]xusooz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/250382", "modelId": 221981} \ No newline at end of file diff --git a/datasets/metadata/250388.json b/datasets/metadata/250388.json new file mode 100644 index 0000000000000000000000000000000000000000..01e5ca6c5243bb5e5818f31e6c74967ea0abf74a --- /dev/null +++ b/datasets/metadata/250388.json @@ -0,0 +1 @@ +{"id": 250388, "index": 3, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-04T23:59:47.159Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 31, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 193987, "sizeKB": 147578.6484375, "name": "p1r4t3s_v3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-05T00:00:57.618Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BDCF7121", "AutoV2": "A52042763D", "SHA256": "A52042763D3AF951BBEF8A6DA657A4F2F59EB192E521D774725B427F6BAAB2CA", "CRC32": "0998627F", "BLAKE3": "A91421A9B970B2682D12B5AA6B2C28739AB91033AF37EA68FD99C9630D6C8CC2", "AutoV3": "9041A19F62B7"}, "downloadUrl": "https://civitai.com/api/download/models/250388", "primary": true}, {"id": 193997, "sizeKB": 31653.638671875, "name": "img.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-05T00:20:49.188Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9B389679", "AutoV2": "07DDA00ADC", "SHA256": "07DDA00ADCAC236A93D816E68ACBA19E779697AAA0CE2EDAC770D71538C08E57", "CRC32": "7407513E", "BLAKE3": "4B976EEB1F0F17248EE6CC9AC654A7951345CF56FA0F758270A2AD2B029B33B1"}, "downloadUrl": "https://civitai.com/api/download/models/250388?type=Training%20Data"}], "images": [{"id": 4203153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20d78234-8245-4a7e-b2c4-5290d46aa0ee/width=450/4203153.jpeg", "nsfwLevel": 1, "width": 1024, "height": 768, "hash": "UZHeUpRjD%WV_4j@M{ayx]s:IUjZxuj[V@WC", "type": "image"}, {"id": 4203180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e14fa6a-16f9-4503-bf0e-7bfaaa60a472/width=450/4203180.jpeg", "nsfwLevel": 2, "width": 1024, "height": 768, "hash": "UdJkfn%MM_xu~qozWBofI:WCV@M{ogofV@ay", "type": "image"}, {"id": 4199785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e168d824-0c71-4b14-9ca4-364a79fa7325/width=450/4199785.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UjG8[+M{tlxu_4jZxuozx^aybHazWYofWBWA", "type": "image"}, {"id": 4199803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a26c527-f329-4c12-9e89-14a58eeeb51f/width=450/4199803.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UMIOhUad9EI9~VkDt8s:I8f4E1S5j@kCMxM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/250388", "modelId": 221981} \ No newline at end of file diff --git a/datasets/metadata/250391.json b/datasets/metadata/250391.json new file mode 100644 index 0000000000000000000000000000000000000000..175c4004343e6dda3dc990f703dce3c32d7c8b7f --- /dev/null +++ b/datasets/metadata/250391.json @@ -0,0 +1 @@ +{"id": 250391, "index": 2, "name": "v3.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-05T00:03:14.351Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 55, "ratingCount": 2, "rating": 4, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 193989, "sizeKB": 18552.9140625, "name": "p1r4t3s_v5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-05T00:05:37.380Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "F9427AC44E", "SHA256": "F9427AC44E750FD601C73FD15851BFE95439F7D697971434A4DE8EAE79A45C97", "CRC32": "9229DF55", "BLAKE3": "586FAC969FC0D995487A7B6BE726EBF46D9627B14740268CE340537630763DF3", "AutoV3": "F45CD34D4BBA"}, "downloadUrl": "https://civitai.com/api/download/models/250391", "primary": true}, {"id": 194000, "sizeKB": 31653.64453125, "name": "img.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-05T00:20:55.357Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "26CDDC1B", "AutoV2": "1065AB918B", "SHA256": "1065AB918B875C90772F7B7C70C6CF6EA48F51F829C772CCFFD9D704AC520EF4", "CRC32": "ED554D1C", "BLAKE3": "FECDCF687C3E435C00914937FFCB7A374288A8C390893F59668BCC1DAD7018A9"}, "downloadUrl": "https://civitai.com/api/download/models/250391?type=Training%20Data"}], "images": [{"id": 4203202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc845807-87d0-48a4-9e6a-731496cabbf2/width=450/4203202.jpeg", "nsfwLevel": 1, "width": 1024, "height": 768, "hash": "UbG+RIR4-=D%_4t7t8V@SixuR*ofbcozWBRj", "type": "image"}, {"id": 4199866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3f66890-e5d6-49d0-81a5-321bb9f0f1a6/width=450/4199866.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UgHoB=IA?bxu_NofbIt7%Ma#V@WBWCt7V@Rj", "type": "image"}, {"id": 4199864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3fb6a28-08e1-4e5b-a159-53226193f74a/width=450/4199864.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UfIrHZt7WYxv_Nx]RkxuskofRiofxut6jZWB", "type": "image"}, {"id": 4224579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bd68105-fc86-4d92-bfeb-cd95adc8f9ad/width=450/4224579.jpeg", "nsfwLevel": 2, "width": 576, "height": 768, "hash": "UHHxTo~pyD?a?H-:IU-;kCM{smof-;WAIARj", "type": "image"}, {"id": 4224538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e74dc07-b86c-485e-958a-5a7729c5a97f/width=450/4224538.jpeg", "nsfwLevel": 4, "width": 576, "height": 768, "hash": "UXG+2Xr;tnIp?wRjxvxa%NxuRkoftlxuRPWB", "type": "image"}, {"id": 4224525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ceb20c6d-3c9d-4e2b-aea8-4348cb6890d2/width=450/4224525.jpeg", "nsfwLevel": 2, "width": 576, "height": 864, "hash": "UeHUzvxt?vt7~qkA-;xtxuaxaKR%t7jsRjay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/250391", "modelId": 221981} \ No newline at end of file diff --git a/datasets/metadata/250396.json b/datasets/metadata/250396.json new file mode 100644 index 0000000000000000000000000000000000000000..2647cd46359012c5b3d0c426e7048e5af0cc6a4d --- /dev/null +++ b/datasets/metadata/250396.json @@ -0,0 +1 @@ +{"id": 250396, "index": 0, "name": "v4.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-05T00:13:51.128Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["n3wp1r4t3"], "stats": {"downloadCount": 373, "ratingCount": 30, "rating": 4.97, "thumbsUpCount": 49, "thumbsDownCount": 0}, "files": [{"id": 193990, "sizeKB": 18557.9296875, "name": "p1r4t3s_v6.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-05T00:10:48.133Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "3CC7F6DBB2", "SHA256": "3CC7F6DBB26B437C68750B3518C638651809C2CDDFC14696DDC55B349485FD11", "CRC32": "DBB219F4", "BLAKE3": "A20E97410331251402D7DB34CC71261C8F6F4827CF9A4C20D2CF8DB583372DE7", "AutoV3": "6E4C57A6DB0E"}, "downloadUrl": "https://civitai.com/api/download/models/250396", "primary": true}, {"id": 194002, "sizeKB": 41958.697265625, "name": "img.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-05T00:21:22.772Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E66B10B1", "AutoV2": "CB1E943B4A", "SHA256": "CB1E943B4A3DB3C43178BE6FB86A63138B4B33DDF4530115C5437AA3AAC38AEB", "CRC32": "43348B9C", "BLAKE3": "F45783FA697F13C364FA48E83E3951D42C889E121AAB7292EF43850255BD3332"}, "downloadUrl": "https://civitai.com/api/download/models/250396?type=Training%20Data"}], "images": [{"id": 4203187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/462cd344-2ee3-409d-9c0b-553db9db8923/width=450/4203187.jpeg", "nsfwLevel": 2, "width": 1176, "height": 576, "hash": "UNFPBHs:H=%g?wWAVqM|%hxaskNGt8fioIRj", "type": "image"}, {"id": 4199920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8dbbc81-ca29-4c7c-937b-46810962e3b5/width=450/4199920.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UkG[.,Mx%M%M_4WAkCozxuj[M{fQRkt7RjRj", "type": "image"}, {"id": 4200071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0446150-4f4f-451d-8051-423ac6b28bc3/width=450/4200071.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "URIF6^8^j@WA.A%MIAWAM{RjRPoJkDITogWC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/250396", "modelId": 221981} \ No newline at end of file diff --git a/datasets/metadata/250691.json b/datasets/metadata/250691.json new file mode 100644 index 0000000000000000000000000000000000000000..dd2b3aaa12b0b7f794052bca114451ded536b0ab --- /dev/null +++ b/datasets/metadata/250691.json @@ -0,0 +1 @@ +{"id": 250691, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-05T07:04:12.328Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": ["maha, blue hair, long hair, purple eyes, hair ornament,", " turtleneck sweater, purple sweater, white belt, necklace,", "white dress, puffy short sleeves, white gloves,"], "stats": {"downloadCount": 374, "ratingCount": 57, "rating": 4.98, "thumbsUpCount": 73, "thumbsDownCount": 0}, "files": [{"id": 194229, "sizeKB": 36980, "name": "maha-sd15-2-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-05T06:20:48.245Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6EC20902", "AutoV2": "664771B95E", "SHA256": "664771B95E3A1D0BC385D30698D3035914D6CB137AD157F33CE7E9DB97878E56", "CRC32": "1196D786", "BLAKE3": "03A9756D6CA84418ECAE270D4B6CF7023530F40813CECE497D1469412635A9BD", "AutoV3": "2CDAFE39771D"}, "downloadUrl": "https://civitai.com/api/download/models/250691", "primary": true}, {"id": 194228, "sizeKB": 2577.4990234375, "name": "training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-05T06:20:48.853Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F61FBCDC", "AutoV2": "28F4EBA9F7", "SHA256": "28F4EBA9F767523F3DFAD3DDA7B45D7D504E94B10F7BC582451A3EA39EF69B72", "CRC32": "E93FD9DE", "BLAKE3": "C714370B58BACECD3C3C5E8A38E5FF50ADDCFE4A10C0AD30855A97C7BD928C24"}, "downloadUrl": "https://civitai.com/api/download/models/250691?type=Training%20Data"}], "images": [{"id": 4207726, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5eafc11-bf01-4807-8b75-bfb62791c1a3/width=450/4207726.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMDJI?.7S^?I~XawInxvM{V?V@WYIot7xtNK", "type": "image"}, {"id": 4207615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8074ded7-e3be-4cbc-bd02-54dc27341387/width=450/4207615.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGDJIzH?S=nU_4IUImog.7IB%MM{Vst6xuNF", "type": "image"}, {"id": 4207765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8089793-cbaf-4f65-96a8-2a6baadbf6d9/width=450/4207765.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEFYW400~SVu?d9FSwNK4oT09Gt7D$?Ir=M{", "type": "image"}, {"id": 4207547, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4a4c48b-a13f-4805-b85e-eb88c753a7a2/width=450/4207547.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGGbn{_4009vIqV{--ogE2WU-njbt7xuM{RP", "type": "image"}, {"id": 4207952, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72cce016-251e-4cad-9411-d6216fccf7b1/width=450/4207952.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9G[$p0000xHD$RO~pM~S~xI^jM{-.RPVt-;", "type": "image"}, {"id": 4208267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1272a469-dfec-47be-be56-eb232994a421/width=450/4208267.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDFYx^4m0d-p.Txuw[9a%KofM{R*EJRj^+M{", "type": "image"}, {"id": 4207619, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70af734f-571a-41b0-b975-2a0ad7d9d09e/width=450/4207619.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U9HeUq=t00000NR.~A%201Di~p-:-:%0N1E2", "type": "image"}, {"id": 4327617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8ce8630-8bc0-4994-b60b-e56f6a64e1b5/width=450/4327617.jpeg", "nsfwLevel": 4, "width": 1536, "height": 3072, "hash": "U9KBL0?b_Nxu?bofM_RjXTWBxCt7kDaexZoz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/250691", "modelId": 222243} \ No newline at end of file diff --git a/datasets/metadata/25074.json b/datasets/metadata/25074.json new file mode 100644 index 0000000000000000000000000000000000000000..4f1c6b5655a3630c2caafc8dff3a05571b520fbd --- /dev/null +++ b/datasets/metadata/25074.json @@ -0,0 +1 @@ +{"id": 25074, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-18T13:08:55.486Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["shizune_naruto"], "stats": {"downloadCount": 898, "ratingCount": 177, "rating": 5, "thumbsUpCount": 188, "thumbsDownCount": 0}, "files": [{"id": 20806, "sizeKB": 47560.7646484375, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-18T13:11:31.836Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "54884862", "AutoV2": "FD02DC3CA8", "SHA256": "FD02DC3CA88FB4D37568F4984F777C12D2404F9200F2C8435F657E7AE42168BE", "CRC32": "9F59646F", "BLAKE3": "5656F200AC038B55615F78196221F8B4185BF45064C037A752744AF5B393272D"}, "downloadUrl": "https://civitai.com/api/download/models/25074?type=Training%20Data"}, {"id": 20805, "sizeKB": 36988.89453125, "name": "Shizune_Naruto.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-18T13:11:20.317Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "13DC1CFE", "AutoV2": "8AAB2A1B3B", "SHA256": "8AAB2A1B3B675C0F0AF74B88B4B5BF71AB697B029B83B985EC37A30BFF899DF8", "CRC32": "8D7D81B0", "BLAKE3": "FE95FB80878E2116875E53E752949514A46565F7A3DB5DC8AD00F5C6420E2BE3", "AutoV3": "E49E1B95BCB8"}, "downloadUrl": "https://civitai.com/api/download/models/25074", "primary": true}], "images": [{"id": 274351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/060ae447-c9ec-48b1-df24-0986736d0900/width=450/274351.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UKHek8GK.TA1toS+I{xwMcaKITM|DhVr%1R*", "type": "image"}, {"id": 274383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc5a8ee5-b7b8-4a83-7c8b-425f6674f900/width=450/274383.jpeg", "nsfwLevel": 1, "width": 4000, "height": 269, "hash": "U~Ja.bo2jbt7~qofWVkC?bogaya}?bogoMay", "type": "image"}, {"id": 274358, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48078e36-c71f-468f-e5b4-e2b55db9f900/width=450/274358.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UBI}ke00TAM{_JDl01tQ0K-V^,4:00E2~W?G", "type": "image"}, {"id": 274357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcdbc6aa-8fdf-4c87-2eac-4aef97bdc400/width=450/274357.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UHH2ZO?Jo?9sOgIXWUR}4.E0V{~VIWbWxuM}", "type": "image"}, {"id": 274356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f20c02f7-3e1c-43d3-52c6-3fbd88d88c00/width=450/274356.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "USK_8,~q_3WBM{RjRjt7xuWBxv-;Rj%M%MWB", "type": "image"}, {"id": 274355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65de17b8-81e9-4fd7-862e-1b67d727be00/width=450/274355.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UGLN#;^+M{4n^+00t7~qM{4n%M_3xu-;M{of", "type": "image"}, {"id": 274354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92bde900-ce84-4d29-6012-60c1c5041200/width=450/274354.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UAG+a8DnyxNX0xnU4:I:RD-.-Y%L_LE1?Z^+", "type": "image"}, {"id": 274353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cc588f5-ccb3-4c50-9ab0-13cebdc1ce00/width=450/274353.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UQGI_#tnOj$zcuXUIp%0tp%N?IIT9$WBxuM|", "type": "image"}, {"id": 274352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33c2e0bc-ba86-4ed8-775b-47f22b907300/width=450/274352.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "URKBHwE2~o%f?at7Rkxubaxtj]t7IoRjR*NG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/25074", "modelId": 21070} \ No newline at end of file diff --git a/datasets/metadata/250750.json b/datasets/metadata/250750.json new file mode 100644 index 0000000000000000000000000000000000000000..5d671bb9913780ad15e28955a302a00b47a66393 --- /dev/null +++ b/datasets/metadata/250750.json @@ -0,0 +1 @@ +{"id": 250750, "index": 0, "name": "See through organs", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-05T10:54:15.167Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 236, "ratingCount": 9, "rating": 5, "thumbsUpCount": 16, "thumbsDownCount": 1}, "files": [{"id": 194272, "sizeKB": 21064.57421875, "name": "250750_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-05T07:20:52.740Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9088C781", "AutoV2": "B3B8ED452A", "SHA256": "B3B8ED452A68AE876E0517FFB4B7FC9FFE9739A6738CE4E67E011369E4A3E86B", "CRC32": "F197513A", "BLAKE3": "937EF5942B4F5F01B3253AF417E4D6F1095808D2310A3EBB87791433EE1A35A0"}, "downloadUrl": "https://civitai.com/api/download/models/250750?type=Training%20Data"}, {"id": 194432, "sizeKB": 223100.01171875, "name": "See_through_organs-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-05T10:56:25.037Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B63E5DFD", "AutoV2": "A865154F71", "SHA256": "A865154F71A4FD2281E5EA90B8854CF8230EBA5C855AA953913D394E98D72B18", "CRC32": "F6A0E6AC", "BLAKE3": "E42788E3B3D3A4B82C9071D3821F97BF741F9F1F83D7032165F1CEAC4F8ED77B", "AutoV3": "596B448CC16B"}, "downloadUrl": "https://civitai.com/api/download/models/250750", "primary": true}], "images": [{"id": 4213074, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24d7bc6b-6415-44ad-9e6e-6fd0c615620d/width=450/4213074.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U38}71$N00K*D%a~MHV?0fS$}?#8%KaeIVkD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/250750", "modelId": 222287} \ No newline at end of file diff --git a/datasets/metadata/250962.json b/datasets/metadata/250962.json new file mode 100644 index 0000000000000000000000000000000000000000..c4db1eac50aae45d3f2cd4d86b7034e4fef60c87 --- /dev/null +++ b/datasets/metadata/250962.json @@ -0,0 +1 @@ +{"id": 250962, "index": 0, "name": "Christmas Ornament Face (Style) [SDXL]", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-05T15:25:07.692Z", "availability": "Public", "nsfwLevel": 3, "description": "SDXL
", "trainedWords": ["christmas_ornament"], "stats": {"downloadCount": 249, "ratingCount": 25, "rating": 5, "thumbsUpCount": 47, "thumbsDownCount": 0}, "files": [{"id": 194459, "sizeKB": 123174.890625, "name": "250962_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-05T11:40:54.922Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "680F225C", "AutoV2": "0A8976B6D2", "SHA256": "0A8976B6D2237364F2B355C24A827CEEDB3AAE8A1FAA8AD84C082F02F71E641B", "CRC32": "2EB2B241", "BLAKE3": "7B8BA8A17FB9B4D9B38D827FA044E6CEA540483221BB9B5401E583B9AD3A61B8"}, "downloadUrl": "https://civitai.com/api/download/models/250962?type=Training%20Data"}, {"id": 194612, "sizeKB": 223103.63671875, "name": "Christmas_Ornament_Face_Style_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-05T14:55:47.806Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3F2FEC94", "AutoV2": "80463E7045", "SHA256": "80463E7045FE39C9DF8B6479889C2D4F7C1CD3A66B2E4647046A6578B561DC46", "CRC32": "3A04F752", "BLAKE3": "6223C2CDC85A2DCC879D9A05BA61C909BD1C0E78F743240B4479521F9CE535BB", "AutoV3": "FB2ACDD3B594"}, "downloadUrl": "https://civitai.com/api/download/models/250962", "primary": true}], "images": [{"id": 4218904, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce9427bf-70b0-4549-9764-d875cfc3b34f/width=450/4218904.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UeHJ%IA?R5AW}uX8M{SfM|s.smt7M{R*ozoz", "type": "image"}, {"id": 4218933, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a99f2b48-afcb-448a-ae95-546127fe1bd6/width=450/4218933.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UCDInHvxD,EKz|$^#Aw000EW}m-pR3x^TwrX", "type": "image"}, {"id": 4218917, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c721bfa-bb08-495b-b8cc-33c0bff7e473/width=450/4218917.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UHF5Q{ng0NR;}xsWI_nA01tA%$%20xN}buXn", "type": "image"}, {"id": 4218907, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75c82506-9151-4149-bffc-4606e3c03c26/width=450/4218907.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UCEU}k.70cmS-C-oOXNH0KsW~CpcIn-U=zxG", "type": "image"}, {"id": 4218998, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9f86805-c324-41ba-9e98-4af0edeb7c67/width=450/4218998.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UaJ%]@~p9v-q%GxubLsTNMs.%0ogN1WCt2WB", "type": "image"}, {"id": 4219009, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a822bd65-4cf4-4064-8665-31f116e6ab5b/width=450/4219009.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UIIqPs#Qkv-:_4nN?t$k05J9~9nit6NbIvxW", "type": "image"}, {"id": 4218924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/552ed59e-640b-4b50-acaf-c1f465daf977/width=450/4218924.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UADbESbH2]=2{{V=n.rX0coz{xjD1uNHxUVs", "type": "image"}, {"id": 4219032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab90a55c-6b62-4ec8-81c1-9bbc77974102/width=450/4219032.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UGE:[9_N0=D,S8ayo_s,0rIW-4x]cFWEsESh", "type": "image"}, {"id": 4221700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/372d867b-9b87-43ce-9b6a-7bbd20018e65/width=450/4221700.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UDEnk#1u=H0d?II.=}K50xv}}]Te$*t8JBv~", "type": "image"}, {"id": 4218918, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06a93778-9b92-4395-8f82-26c09e3cee04/width=450/4218918.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UIFht~rY4mJR,@%2t8Io00x[~WM{XnNFsAof", "type": "image"}, {"id": 4218915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c105e6b-e7d8-4271-b529-4c9d8d1aa1cd/width=450/4218915.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "U9Dbi@IT0y4:||VuQ:V_00P8=|%f0yXT-WS2", "type": "image"}, {"id": 4219030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fd9bc4b-d018-413f-94c1-d1d2a0d4c62c/width=450/4219030.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "U8HUnW}[000f-YnOtQXm1+E1,9-;Myo}%#nP", "type": "image"}, {"id": 4218981, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12af9ece-527b-4a49-95a7-04cfd972fa77/width=450/4218981.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UfI;bT~VEKNGNGogx[n%IqM|RjNGWBX8ozof", "type": "image"}, {"id": 4221701, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cad1285-dd0f-434b-8a4a-50bbafeb425c/width=450/4221701.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UGCFq$_2BSxa}[%MTIah9uj]=|WVIpaexFbF", "type": "image"}, {"id": 4218912, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55564c1f-158c-4b05-8379-5140f1c35a4e/width=450/4218912.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UKFXehRjMd5k}ExtRjJm9toe=|V[O=oJ$he.", "type": "image"}, {"id": 4218930, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bcbb575-3ddf-4b73-aee0-a1238c64c723/width=450/4218930.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UYH^P1OWM^%2}WE#M{oID+N^W=WBE3oIbcR-", "type": "image"}, {"id": 4219026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f2622a0-de28-4b23-9714-dd46d4a4868c/width=450/4219026.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UXH1#o~BI:xFoNo#WnV@4:NK%1t6RjadkXWX", "type": "image"}, {"id": 4219018, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79b58e66-9ba8-471a-a262-151a33d21199/width=450/4219018.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UJF#p]~W0LM_Rpt7?GtkIUR*xaS5sPR*9_IV", "type": "image"}, {"id": 4219008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e33f0c3-e912-4c72-825d-39a7f15c43f0/width=450/4219008.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UXF#%K~BD$r=V@snxaa~E1R*xba#kCNaIpae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/250962", "modelId": 222469} \ No newline at end of file diff --git a/datasets/metadata/25100.json b/datasets/metadata/25100.json new file mode 100644 index 0000000000000000000000000000000000000000..3c7aff0200ae2ef6e83a1c586798f4230b0eb174 --- /dev/null +++ b/datasets/metadata/25100.json @@ -0,0 +1 @@ +{"id": 25100, "index": 1, "name": "Velvet Crowe V3", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-18T13:56:03.626Z", "availability": "Public", "nsfwLevel": 28, "description": "This lora was the first version I got to recognize her hair including the tiny braid that goes over her left shoulder. It was my first attempt at applying different weights to the training data. Not as compatible with other lora as I would like but can be done when playing with percentages. and it does accidently make her top black you may want to add the prompt 'red shirt' if this is a continuous problem. Her bandaged arm is not perfect but at least in this version it is doable. Recommendations to improve are appreciated.
-Tron TI from piratekitty
Struggles with anatomy, consistent faces, and the hair highlight.
", "trainedWords": ["in the style of PitaTenAnime"], "stats": {"downloadCount": 111, "ratingCount": 6, "rating": 5, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 194861, "sizeKB": 18548.9248046875, "name": "PitaTenStyle-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-05T18:25:57.496Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "F59EBECEFA", "SHA256": "F59EBECEFA5734135F63D3FD2BDAAA4D5137DDAE83712304363C31315754FD37", "CRC32": "2F7199C5", "BLAKE3": "9EE6A491325C9AF9FB4B201E242F7F70419BD706F687881F047382FD8DD64DDC", "AutoV3": "C824A7E25401"}, "downloadUrl": "https://civitai.com/api/download/models/251450", "primary": true}, {"id": 194890, "sizeKB": 47186.3681640625, "name": "Data set.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-05T19:11:08.624Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7724622D", "AutoV2": "A8BD1984C2", "SHA256": "A8BD1984C29268777790E1D2E50F96A18843242792B0352A47A77C3ACDB66353", "CRC32": "7CED8A03", "BLAKE3": "54DE2C4D261A91B35E0D14AD17E438C64C2187726470956FDCB89F21D394DE8D"}, "downloadUrl": "https://civitai.com/api/download/models/251450?type=Training%20Data"}], "images": [{"id": 4224533, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5247407-4e6c-4c5f-b153-1476bfeb5545/width=450/4224533.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UUIzuRIVtlV[~DofELj[%LWBNsWBxuV[S}ay", "type": "image"}, {"id": 4224535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f56d505b-d9d1-40ce-9035-7cfe2fb3b9ae/width=450/4224535.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UAF?31?t0}t8x^pbyBrWD$s.%0xb?^a1RPEM", "type": "image"}, {"id": 4224534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a30b5331-7761-4e5e-914d-1a259c974a79/width=450/4224534.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U7G8yDRO*Ki^00NK?dWD00W?73X9#lsk?ut7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/251450", "modelId": 222863} \ No newline at end of file diff --git a/datasets/metadata/251518.json b/datasets/metadata/251518.json new file mode 100644 index 0000000000000000000000000000000000000000..4d9b2410940f804d3488008204d04eb168e991b6 --- /dev/null +++ b/datasets/metadata/251518.json @@ -0,0 +1 @@ +{"id": 251518, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-05T20:00:00.000Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["DeadpoolStyle"], "stats": {"downloadCount": 442, "ratingCount": 73, "rating": 5, "thumbsUpCount": 78, "thumbsDownCount": 0}, "files": [{"id": 194924, "sizeKB": 147571.8203125, "name": "DeadpoolStyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-05T19:56:09.407Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "040EA3A9", "AutoV2": "0390C61821", "SHA256": "0390C6182199935FF831A153831BA932CD855D43BF6515C9947963A0B8D7177A", "CRC32": "E1DD3E6C", "BLAKE3": "15DE1CD49A971BEE16CCC9271D3D7B93A652D5F22ACFE800DB1264D5C3C59B21", "AutoV3": "98787036B0AD"}, "downloadUrl": "https://civitai.com/api/download/models/251518", "primary": true}, {"id": 194943, "sizeKB": 402852.7568359375, "name": "DeadpoolStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-05T20:16:57.090Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "84E1A029", "AutoV2": "7661C40F84", "SHA256": "7661C40F848AE2A4BA6B56A20DC60EB57AAD71CB5DD8C6E9494359D9E0930022", "CRC32": "C8F55EBE", "BLAKE3": "5BAA68D4180374140511AC2A15BE47B406A8F093544B38A9B7C555C52670B7E7"}, "downloadUrl": "https://civitai.com/api/download/models/251518?type=Training%20Data"}], "images": [{"id": 4226364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db50909c-8472-49c2-a64d-56393e54d4b6/width=450/4226364.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UIFEfh~Vt+-U.8%M%2aePA?a^*tQJn%L={%2", "type": "image"}, {"id": 4226322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6be6fbc1-90d5-4f1b-8f18-7244668428d3/width=450/4226322.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UNE28]~B%fXl%f%Lt7t6%1%2%2%2IpWYt7t7", "type": "image"}, {"id": 4226321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f095314e-7bec-4e50-bee6-6cee667e04b5/width=450/4226321.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UJCi2I~BtkNwkqozbbR*-o-o%L%2%2%2%1xa", "type": "image"}, {"id": 4227363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64ca86ac-a2c1-46c0-a974-2c2836a6a102/width=450/4227363.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UEBop$I;9uS#~BR+E1R*kqofM{w^S~bHaKoL", "type": "image"}, {"id": 4226320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95200f77-7a1a-4f4d-83fd-68d63c00d9f6/width=450/4226320.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U7DRTn10D*}=}A,H9xw^qv-AkqI;AI$z$x$k", "type": "image"}, {"id": 4226319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1bf502b0-5140-4c62-a347-4b0f17b27442/width=450/4226319.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UJF}TJ~UJ-%LJ.%1azNH^j%Mxun%E3WENdW;", "type": "image"}, {"id": 4226318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc17033f-5a55-425f-b805-b2e68e037613/width=450/4226318.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U57ng+WCMdxZ?^WqDiRj-:jZM|S4-oa{NGRP", "type": "image"}, {"id": 4227367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff58213e-9213-495c-a49b-b3ab85ef3ee0/width=450/4227367.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UOFOS~?vx]-p~V%f%Lof-;xu%1NGt7ShxGay", "type": "image"}, {"id": 4227364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce162b0e-28e6-4f92-b844-4dbbf1ae489c/width=450/4227364.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UWHm[a~B-:kW-:xt%Lt7%2ofbIt6V[WVI;Nb", "type": "image"}, {"id": 4227365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/022c1853-4af9-4180-9a5e-d809622291d9/width=450/4227365.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UCCY?s~q?]?u%#tR-:?HIUM{MyRk4oD*IBIU", "type": "image"}, {"id": 4227370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60ef1e82-22cd-483b-b89d-4aa5c57a0d9f/width=450/4227370.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UFDbj1~V.R%f%ztlx[?GEMtR%2-pIVV]jvNI", "type": "image"}, {"id": 4227377, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50414fa8-a1e8-43a2-b088-366d20a03d06/width=450/4227377.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UCDR~T~V.RJ8yEt7-:bv~V-ox]S~t8xaxuxu", "type": "image"}, {"id": 4227375, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68df65a6-d84a-43e1-b513-7c46d7a017c0/width=450/4227375.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "UDE2Oe_3K*~V.R^*xtxt%g%f%2en%MtRtRxa", "type": "image"}, {"id": 4227373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff530cec-3e62-42b4-a154-4dee0a700cb9/width=450/4227373.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UGC#_1~Ax[kWW@%LtQX8~A-o%2-obJt7t7t7", "type": "image"}, {"id": 4227368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/570685f4-62d7-42ac-98d8-c3832b5070e0/width=450/4227368.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U7A+W_0#5,}swgNa5l={-9NGS2S3NGj]s:NG", "type": "image"}, {"id": 4227369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c35c2a5-9033-4010-9178-397f684a0d62/width=450/4227369.jpeg", "nsfwLevel": 4, "width": 864, "height": 1544, "hash": "UIDuJQ~ByCk=%g%Lt7%2xt%2-o-oEMNHjuj]", "type": "image"}, {"id": 4227371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d8a595a-4859-4f65-b23c-587bb2fe8365/width=450/4227371.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UKDRmH~Bo|R*ozbuSMn%I;fQ%1-o5Rn%={x[", "type": "image"}, {"id": 4227372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdf9fbe8-4091-4c87-af97-cf7102653787/width=450/4227372.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UIDILD~VgNNa?a-:NuaxpIx[-o%2Egt7={%2", "type": "image"}, {"id": 4227374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/477ed4fe-2c4f-40c1-a14b-57d61d434221/width=450/4227374.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UKG87dtR?av~~VR-%1V[t,?GaeNa0fxtNGS4", "type": "image"}, {"id": 4227366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4673595-cdc4-4368-99a5-57b32c4035b9/width=450/4227366.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UJDHjF}?oyNbxtxZNxs:OXS#$*%1AEj[-U%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/251518", "modelId": 222933} \ No newline at end of file diff --git a/datasets/metadata/251529.json b/datasets/metadata/251529.json new file mode 100644 index 0000000000000000000000000000000000000000..504d9792cc88c6857b478a1c4888d58ed40869a2 --- /dev/null +++ b/datasets/metadata/251529.json @@ -0,0 +1 @@ +{"id": 251529, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-05T20:00:00.000Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["NESVoxelStyle"], "stats": {"downloadCount": 436, "ratingCount": 82, "rating": 5, "thumbsUpCount": 85, "thumbsDownCount": 0}, "files": [{"id": 194938, "sizeKB": 147571.8125, "name": "NESVoxelStyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-05T20:05:44.928Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3023DA51", "AutoV2": "1529559B1A", "SHA256": "1529559B1A5561EF08AF9CC2D7CAD8A2276F7733104178C9AE4FFBBDC8A6049B", "CRC32": "18950EAA", "BLAKE3": "1186FB949E68378D8E7E79AD5D7645120B8ECE5681AD69BCC16D51ACE7ABF007", "AutoV3": "FF33AB27CF29"}, "downloadUrl": "https://civitai.com/api/download/models/251529", "primary": true}, {"id": 194944, "sizeKB": 496687.212890625, "name": "NESVoxelStyle Training Data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-05T20:17:33.708Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E4F64992", "AutoV2": "10D070F60B", "SHA256": "10D070F60B0FAE1D468592399C40BB6DC234F0C33D9ABAB14038D187EFCD5815", "CRC32": "0712A2CC", "BLAKE3": "2B8F346D22F9FC762CB81A6A8A1DDE8C9707607E69255D2BBC57C7A611CE4B70"}, "downloadUrl": "https://civitai.com/api/download/models/251529?type=Training%20Data"}], "images": [{"id": 4226503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d09e52d-f9b9-40d6-8985-6e945e92dd0f/width=450/4226503.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UOGuXQ^%?aIV9#RjRPsm~A%MnhxtWZ%Lt6WX", "type": "image"}, {"id": 4226572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/169c400f-d491-4677-8712-ce0359afe42b/width=450/4226572.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UHGH-q}?X,%LIV-oIqoeaeEQrXM{Xn=_?Gbb", "type": "image"}, {"id": 4226501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ea68eca-5994-4021-8694-1ea2e45721cd/width=450/4226501.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UCELTr?a10Rl0ixG$3Iq~Txt$kkV9~NexDs.", "type": "image"}, {"id": 4227489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24a82b71-d92c-4c0e-992f-0ccca7927045/width=450/4227489.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U5C?AT=^5R0N5FV]9G9a~o%fivwu04EOIB-9", "type": "image"}, {"id": 4227490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2e469ca-b419-4505-b12a-189212eabd3b/width=450/4227490.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UIFY*~%L_NI[.TS4tRt6rrxtIUxZ9bM}IVs9", "type": "image"}, {"id": 4226505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff594278-c723-43cc-8d92-cf4a7c0d9c54/width=450/4226505.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UCEM8qV[00oJAbShDPNH_LxuR7smyEoyrWRn", "type": "image"}, {"id": 4227488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4150626-3e94-4a15-bc13-22767d86f7ff/width=450/4227488.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UFELc:O@5T^KPUkW$y$z~nxZa0V@?EVtn4xC", "type": "image"}, {"id": 4227494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2da8f887-3347-4d5c-abac-255e63e40f41/width=450/4227494.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UDE{OE^#.Rt707IV$%ah~9o#IW%1xW-:-U%e", "type": "image"}, {"id": 4227492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c4b947d-b83d-428b-84da-3138f35febc9/width=450/4227492.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U8Gkac0#GuH[02%K02EN?@Q:t6_002={^#-.", "type": "image"}, {"id": 4227493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9751dcfb-2ce5-4923-9628-6d90e5fe2f5b/width=450/4227493.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UBF5W.~oEOrr0iIrIBIV~U-n-TSh4?n$%KkW", "type": "image"}, {"id": 4227495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8ff6a42-e8b9-4bc6-936b-7fd0e2ab4965/width=450/4227495.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UAA]pX=w9GI?1iayn4s:}=WUENI?5SNHkWNb", "type": "image"}, {"id": 4227496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a74e9d7-cc06-407b-ba5c-c55671d15b14/width=450/4227496.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UIGI0|~UXmtk0iR+IWaL~nxtjFRj5AWFxskB", "type": "image"}, {"id": 4227498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/489c2c7a-508d-4004-8380-1019c1fae770/width=450/4227498.jpeg", "nsfwLevel": 4, "width": 864, "height": 1544, "hash": "UJE_{fE3EM-n5WWVIVof_LnjenSgEktQs.WB", "type": "image"}, {"id": 4227497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4459decf-ce2f-487c-95d0-f2d8adfab34a/width=450/4227497.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U8A^N@PU05$PBD-TR5Ir%y-mDlDl~nK6WBnO", "type": "image"}, {"id": 4227502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4118b9b8-8fb2-472c-a4d0-62d2344d8877/width=450/4227502.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UIF5Hc~95mozXTS$Iot6%etQxGs:9vaf$*ay", "type": "image"}, {"id": 4227503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c291a3d-dbf4-46ac-ae2f-4955c5db5310/width=450/4227503.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UKG8$D=_%fX90hR*M|Rk~U?Gt6tQyDX9WBxt", "type": "image"}, {"id": 4227499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/116f6dcd-bcec-4023-863b-c62028ee0937/width=450/4227499.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UFFO*_^%X-J:0iNdIWae~n_1%1s.x]ozxYxs", "type": "image"}, {"id": 4227500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11158c00-7f78-4de6-a9b6-feb31787dd25/width=450/4227500.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "UJF}_+~Vpwt7ES%f%L%L~U%Ls:xt9wM}sloe", "type": "image"}, {"id": 4227504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd81b6a8-1b75-4a74-9ca1-0d985c40b7e1/width=450/4227504.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UEDSgt~VgNozD*E3MyWV^*WARjRj4:E2niX8", "type": "image"}, {"id": 4227505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cd8c17e-ee8d-4b6d-bc24-dbb768776767/width=450/4227505.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UBHx1jv#Bm9G044;$%e:=W~U?G%LF|=_wJNI", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/251529", "modelId": 222945} \ No newline at end of file diff --git a/datasets/metadata/251914.json b/datasets/metadata/251914.json new file mode 100644 index 0000000000000000000000000000000000000000..a82846e8b5348695397cf0f112ede340366cc721 --- /dev/null +++ b/datasets/metadata/251914.json @@ -0,0 +1 @@ +{"id": 251914, "index": 0, "name": "Kotaro Face Edition", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-06T02:45:56.083Z", "availability": "Public", "nsfwLevel": 1, "description": "Has trouble mixing with other character loras, but it IS possible with depth maps and image to image and inpainting and such.
", "trainedWords": ["in the style of PitaTenAnime"], "stats": {"downloadCount": 196, "ratingCount": 29, "rating": 5, "thumbsUpCount": 34, "thumbsDownCount": 0}, "files": [{"id": 195254, "sizeKB": 18547.640625, "name": "PitaTenAnime-03.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-06T02:45:40.048Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "6D8F21F06A", "SHA256": "6D8F21F06A87B267E6C5A4182D7AB0BE29FFCA217B164113051B4962FF614D41", "CRC32": "76DB8CC9", "BLAKE3": "1CF4B81F2EB2C37AFB9D51A133D1B5BFC0E60BCBF088CE5FEC36D9E84B5E926B", "AutoV3": "FB2B1C2C3B06"}, "downloadUrl": "https://civitai.com/api/download/models/251914", "primary": true}, {"id": 195255, "sizeKB": 23816.1376953125, "name": "Dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-06T02:45:44.410Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8141926F", "AutoV2": "BEA08CB08A", "SHA256": "BEA08CB08A9F755C34F13529CE94C401899C5E0BB183714AFC9DA252EC831FD3", "CRC32": "99D3A8E1", "BLAKE3": "6FE7E311E32310A6DBEA25F800E1938413536906D38B485239D5440279AD9449"}, "downloadUrl": "https://civitai.com/api/download/models/251914?type=Training%20Data"}], "images": [{"id": 4236248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3d4e1bc-2334-41de-9f5b-336e4abec0f8/width=450/4236248.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UPIEwr-os+xa~oxsv%niwIxu%2xa=?t7RhkW", "type": "image"}, {"id": 4236247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c797974d-c960-4082-bc38-99ac74278da7/width=450/4236247.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UKIhgB%3Vs$+?]tR=Lni-pxvnOxu-hozW7t6", "type": "image"}, {"id": 4236250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05ad46ae-bc90-4898-bed5-0bfd936e111d/width=450/4236250.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UDJ7~-{^NQ^jLd~VU|xD0JXnRCM}?cIU^*-;", "type": "image"}, {"id": 4236249, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf96fc65-e917-48ed-9b9f-7959f5364240/width=450/4236249.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UIIXpr0fM+IUP4E1R7R*4UWA-pV@}cRjtRV@", "type": "image"}, {"id": 4236251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78239f07-48fa-4a2c-af7a-48453b3aac8f/width=450/4236251.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UGIEz$9HQ:VuPPRj#sRP56bWRRjF~Dxaaf-o", "type": "image"}, {"id": 4236252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e5d3a26-9f4b-4125-b0d3-d09f24c7ee28/width=450/4236252.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UNJ8OoQ.VqVr.iIC^SoMM-N3-WNwrgM~o|OA", "type": "image"}, {"id": 4236253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/106eeded-f591-4afa-80e0-635cada33800/width=450/4236253.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UHIE^Y_J2--.yq-._3bb-D?G-OtR_1x]D,tR", "type": "image"}, {"id": 4236254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3bcda0f4-4774-4dae-83f8-409dc035b729/width=450/4236254.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UAKJ_q+rtn~A58%2^+N1000K0J-=tSIn?bD%", "type": "image"}, {"id": 4236255, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2fc47d8-633f-47e6-8885-44208c7ba63c/width=450/4236255.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U9H_Gm{K0y009YQ-$|Dh#v=}%DtOrZ-Ut89Z", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/251914", "modelId": 222863} \ No newline at end of file diff --git a/datasets/metadata/25226.json b/datasets/metadata/25226.json new file mode 100644 index 0000000000000000000000000000000000000000..e2123e0e5ec102f0c9272d78b151d69b56bdbefe --- /dev/null +++ b/datasets/metadata/25226.json @@ -0,0 +1 @@ +{"id": 25226, "index": 0, "name": "1.0 final im fine with this", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-03-18T18:44:57.300Z", "availability": "Public", "nsfwLevel": 17, "description": null, "trainedWords": ["android18_dbz", "1girl", "jewelry", "necklace", "pearl necklace", "earrings", "gloves", "belt", "pants", "denim", "jeans", "perfect eyes", "blue eyes"], "stats": {"downloadCount": 1746, "ratingCount": 212, "rating": 5, "thumbsUpCount": 245, "thumbsDownCount": 0}, "files": [{"id": 20931, "sizeKB": 51558.951171875, "name": "20_ANDROID 18 DRAGON BALL.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-18T18:45:39.329Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "99F98463", "AutoV2": "82FFDB69F7", "SHA256": "82FFDB69F73FC8074512008A5F7DC8A060D1A5EC01AF3BEB4A884706D3D5B639", "CRC32": "F5169803", "BLAKE3": "2382B722C7226D0AF18C35E9AB74526A7E177945960A1D82512CA5CB165ABC94"}, "downloadUrl": "https://civitai.com/api/download/models/25226?type=Training%20Data"}, {"id": 20930, "sizeKB": 147571.1572265625, "name": "character_android 18_dragon ball z epoch2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-18T18:45:39.215Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "283DC526", "AutoV2": "FD7AED7B90", "SHA256": "FD7AED7B905F180F8AE19B74BD340431A3CCF6BD4081FE4A6A7AFF61265B3D0E", "CRC32": "E2159877", "BLAKE3": "ECBFE3A19CC5C88A8FEF71451E2C1CF0A30C7DED83316CA13D9AD321ABB6A7FF", "AutoV3": "B2C1B771A74A"}, "downloadUrl": "https://civitai.com/api/download/models/25226", "primary": true}], "images": [{"id": 276502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ca66b36-5838-4196-286f-ffc50064fb00/width=450/276502.jpeg", "nsfwLevel": 1, "width": 1176, "height": 1472, "hash": "UOI#+7s,o#Vr?^M_ozsjNYWrNH=_x]OGoMj?", "type": "image"}, {"id": 276510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f41afd7-e8c6-4e42-989c-a98216c14800/width=450/276510.jpeg", "nsfwLevel": 1, "width": 1176, "height": 1472, "hash": "ULJ*PA~p-=?w-N?H9Z9aE0WAxGMy%1oz%3IU", "type": "image"}, {"id": 276509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1fe3f111-8725-4560-daf1-3ad8c491f400/width=450/276509.jpeg", "nsfwLevel": 16, "width": 1176, "height": 1472, "hash": "UHI}Lw009]-=~84:rtR*9tR*E1oIxaVssAof", "type": "image"}, {"id": 276508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9da8a7f-ce4b-42dd-c7c8-fd7010a12b00/width=450/276508.jpeg", "nsfwLevel": 16, "width": 1176, "height": 1472, "hash": "UaKB5ZIVT1Rk~WoLS%t7xst7t7t7-pj[Rjof", "type": "image"}, {"id": 276507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/014fd8bc-d14b-4517-4807-ab3719849300/width=450/276507.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1280, "hash": "UOJ8FW=?PBIo_M$_Xof,I:o#jxR:K6W?NLNK", "type": "image"}, {"id": 276506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fed87de6-c037-4dd3-1a82-892fee926500/width=450/276506.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1280, "hash": "USIi5$R;Y6kY?wngI^kDIAI:M{R*TekEV@oL", "type": "image"}, {"id": 276505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9bf6b788-383b-4eae-bc63-02ee984f7a00/width=450/276505.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1280, "hash": "UHFFsz~V%$NM-oxZD*E3%J%MRPM{XnW.kDRP", "type": "image"}, {"id": 276504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc2f8caa-fcfc-4a5e-0af9-04cfe1140f00/width=450/276504.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "UJJQf,n-mj0KoI~V9^56.3SvRT-B9tNZ$ebc", "type": "image"}, {"id": 276503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e91c2b72-8566-431f-cf09-0ff45967e500/width=450/276503.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "UMK1m:9Z5UJP?]ROXUkVPCxuoiW@b_tRt9t9", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/25226", "modelId": 21197} \ No newline at end of file diff --git a/datasets/metadata/252403.json b/datasets/metadata/252403.json new file mode 100644 index 0000000000000000000000000000000000000000..55f3763d2bebe426397f29dffe16d7e8e6f35b64 --- /dev/null +++ b/datasets/metadata/252403.json @@ -0,0 +1 @@ +{"id": 252403, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-06T12:58:58.801Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 200, "ratingCount": 30, "rating": 5, "thumbsUpCount": 38, "thumbsDownCount": 0}, "files": [{"id": 195642, "sizeKB": 45929.35546875, "name": "Sylph_Knight_HollowEarthIsekai.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-06T13:00:55.779Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D8254D28", "AutoV2": "1FE4BB42E0", "SHA256": "1FE4BB42E0F5E4725FDD6A65406AE20249A44004E1466075C67A2C5C63B0747B", "CRC32": "70EE98BD", "BLAKE3": "1EB3ACA30F2F849D93A37CADBCEC8B8DEAF63AC2AA4A25346BCDB4ACC0997E08"}, "downloadUrl": "https://civitai.com/api/download/models/252403?type=Training%20Data"}, {"id": 195641, "sizeKB": 22249.53515625, "name": "Sylph_Knight_HollowEarthIsekai-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-06T13:01:26.078Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0C97C5A8", "AutoV2": "E863DDFB26", "SHA256": "E863DDFB2608368DAD96787F0D4DAAAEA7ED3746758B0F614F9EBB092037A986", "CRC32": "65FF5FE4", "BLAKE3": "247CBF2050818D7B153EA1F17A934ADAD6FCD7E73528CBE72F4E7E2DCF593C1F", "AutoV3": "A968E94B7F1D"}, "downloadUrl": "https://civitai.com/api/download/models/252403", "primary": true}], "images": [{"id": 4255170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/162ee306-c42b-46be-abf2-6dea01a6e8c5/width=450/4255170.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQK-^Rxv0Tt80[WEs?o31va{R~W:%#a{XMa{", "type": "image"}, {"id": 4255172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62827a8d-58db-46dd-9bce-f6150dca490f/width=450/4255172.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UYI6c%-.5HE55xRRK5kE5kWoxWWW.6jHn#W-", "type": "image"}, {"id": 4249082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a979627-eb09-4f86-8921-74610f67b2cd/width=450/4249082.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQJu[*t906tR0uV^S9agB$jFbpWV?bjYxToK", "type": "image"}, {"id": 4249081, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d34a1a8c-f316-432f-a82a-aef60842549a/width=450/4249081.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UZH:dy-:5H9#5xM|J.kD9[jrxWae%ysos*ox", "type": "image"}, {"id": 4255211, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8143457-b17b-4f87-9f8c-70697bf063d2/width=450/4255211.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UQIPiG%N0Da+AOV@tibbI{WCtJj]10a}$,WB", "type": "image"}, {"id": 4255221, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f545d527-18c2-44eb-a164-337b6b240fe8/width=450/4255221.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UAJuT9?b00bfZ1wK^5M~00tP};kUneRl0J$*", "type": "image"}, {"id": 4288181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd6ef09e-9419-4a76-a072-be1ab07c8065/width=450/4288181.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UXJ+Ju_MIKV|tBM*ogt7Ee%1-ns;Fpo|WBnm", "type": "image"}, {"id": 4288359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb77dfec-8c09-457d-abf3-bb69664e6d03/width=450/4288359.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCJlQ[-;0GN4Ii9H]w?Y4wM_JJof1Yos?BV[", "type": "image"}, {"id": 4345675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b49211aa-efdc-4a5f-b775-ce06d3f09c7a/width=450/4345675.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHLXrg-;1j%McbV[?bV[Olnjrpof_NoMnNbH", "type": "image"}, {"id": 4346410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac5f4b5b-0f10-4cc5-a3cb-156089fd56d5/width=450/4346410.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "ULGl;eH[Dk~pTMR4xZMzW@RhbqRnAWMwsmJ7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/252403", "modelId": 223737} \ No newline at end of file diff --git a/datasets/metadata/252457.json b/datasets/metadata/252457.json new file mode 100644 index 0000000000000000000000000000000000000000..ae58b0ded0fa934c96df16b3e31a78ac29f8b459 --- /dev/null +++ b/datasets/metadata/252457.json @@ -0,0 +1 @@ +{"id": 252457, "index": 0, "name": "SAF 0.1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-09T11:00:58.583Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 41, "ratingCount": 1, "rating": 5, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 195689, "sizeKB": 100518.267578125, "name": "252457_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-06T13:45:51.231Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1E335ED0", "AutoV2": "D79D6296A4", "SHA256": "D79D6296A44D46337A4B2905262A501D36A2CE937119E8C2798385F112344B4F", "CRC32": "48ACF87F", "BLAKE3": "A70B922B2394DD34CD0D186BA159C4F5BF4E7181F4D42C23B78854651A21A5A1"}, "downloadUrl": "https://civitai.com/api/download/models/252457?type=Training%20Data"}, {"id": 198980, "sizeKB": 223102.02734375, "name": "SAF_0.1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-09T10:55:51.303Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AA57E87B", "AutoV2": "086BD7D0E1", "SHA256": "086BD7D0E16108E90EEAFB3B41510361DA4FF567AB2805D20B36D9A3B0E220AF", "CRC32": "C42CF7BE", "BLAKE3": "51C7F49B8A44402324C02CD5E92D4401EA32AB5B6B4C5D1B25273AFF91579934", "AutoV3": "06743F9891BE"}, "downloadUrl": "https://civitai.com/api/download/models/252457", "primary": true}], "images": [{"id": 4347076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2a7be52-9d27-4979-a226-1235b23b33b7/width=450/4347076.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7I}t%rWuP%1_2ofM{ofO[g3r=WCNHWVxaWB", "type": "image"}, {"id": 4347074, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/231403b0-25e8-4cff-82e4-c9919ad34740/width=450/4347074.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5D,G]xv.Axt_NayNGt7NHoJxZM|D%V@-;oz", "type": "image"}, {"id": 4347082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18cfa610-a82c-47f0-9a82-25e1fbeda669/width=450/4347082.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBJa.gt7F$xa_Nt7xZWAD*WBxWj]Myae-:ay", "type": "image"}, {"id": 4347078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00b849d0-acb8-4f9a-ae5e-fa906c8a15ce/width=450/4347078.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDJREexu.Ts:.8WBjEt7IAa}xtt7xuaej[fk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/252457", "modelId": 223777} \ No newline at end of file diff --git a/datasets/metadata/252632.json b/datasets/metadata/252632.json new file mode 100644 index 0000000000000000000000000000000000000000..0a3a6a47ed98e49ddee0caa71c2f91adf454b6c0 --- /dev/null +++ b/datasets/metadata/252632.json @@ -0,0 +1 @@ +{"id": 252632, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-06T16:04:03.412Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": ["gimenez black and white drawing"], "stats": {"downloadCount": 734, "ratingCount": 78, "rating": 5, "thumbsUpCount": 128, "thumbsDownCount": 0}, "files": [{"id": 195788, "sizeKB": 5076.37890625, "name": "TrainingData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-06T16:00:53.029Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A01B4777", "AutoV2": "BA1F177887", "SHA256": "BA1F177887F9E29228D4B33ACE0ED6CFADBD10106D9428E187D9494AC12AE50A", "CRC32": "543E1281", "BLAKE3": "5F5B25C46A21F0894135BB863F098F001D6FBDF57AE5BBF52D6695F6EDFAA498"}, "downloadUrl": "https://civitai.com/api/download/models/252632?type=Training%20Data"}, {"id": 195791, "sizeKB": 9326.546875, "name": "carlosgimenez.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-06T16:01:21.142Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4F0561F1", "AutoV2": "8439E6B735", "SHA256": "8439E6B735935E3AA5AF4153B31A5EBECEEB25180DC4C15A6BC0729DB62DE1D7", "CRC32": "F4FA1003", "BLAKE3": "2C30F8E093CAB718B61E9EAE22CC9FDEE27D00C794A7EEDB7D8A8940D1B5BB4A", "AutoV3": "C3E5F05C391E"}, "downloadUrl": "https://civitai.com/api/download/models/252632", "primary": true}], "images": [{"id": 4252741, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb40ae17-c7e1-4272-b9c9-b0fccbde741e/width=450/4252741.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UdM7u;D%%M%M~q-;%MM{-;D%RjRjRjt7WBxu", "type": "image"}, {"id": 4252740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/724d012e-ac6b-4dec-adbb-f525a827d902/width=450/4252740.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UNODnI%M~q?b4n-;?bxu_3%M-;WB-;IUof9F", "type": "image"}, {"id": 4252742, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05b8715c-5c52-4559-b486-5b85c76c122f/width=450/4252742.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UJLENU_39F~q%M9Ft7t7D%D%_3xuxuIAD%%M", "type": "image"}, {"id": 4252759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f00dd29d-dd92-4199-a52c-b74ad8861c9d/width=450/4252759.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UBMj:g00D%00~qM{9FM{00D%-;-;f6t74nD%", "type": "image"}, {"id": 4252761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7a56d6c-5a35-480d-895d-0be2f52b2002/width=450/4252761.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "USL;me4nofj[~qf7_3of~q%Mof-;_3%MD%Rj", "type": "image"}, {"id": 4252756, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1908b0b-7740-4627-8df4-7df0f877ebf0/width=450/4252756.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UKMj?o4nIo~qM{00_39F%M-;-;M{M{D%IU%M", "type": "image"}, {"id": 4252757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35090ee2-f0b1-432e-a477-06f0421303cb/width=450/4252757.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UIN14M-;00~q004n9F4n00-;D%t7xu%Mxuj[", "type": "image"}, {"id": 4252807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffdbd012-d4c6-4c0b-8298-2dc6a0b2a3ac/width=450/4252807.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UFMtaO-;~q-;_3IU9FayIU_3D%9F00Rj9FWB", "type": "image"}, {"id": 4252804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd7eeb2c-ebc4-438b-a700-867a3d4d6b38/width=450/4252804.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UPK1%g~q00t7D%t7xut7ITM{xu%MD%WBof9F", "type": "image"}, {"id": 4252765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92517ea3-c41f-4894-8ec5-f7029992cb0f/width=450/4252765.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "URLXVz_300%M%M?b%MM{~q-;xuxu-;RjRjof", "type": "image"}, {"id": 4252758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e32e76f9-41ec-4097-b3c2-f7ae24b282bf/width=450/4252758.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCJ8V0~q00D%_3_39FRj~qt79Fay00xuM{j[", "type": "image"}, {"id": 4252762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/995b554c-cbeb-4ccf-b969-56136147eed3/width=450/4252762.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "USKd_D_3-;xu~qRj4n%Mt7WBt7IU%MRj?bWB", "type": "image"}, {"id": 4252764, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7016bc27-7d2f-4ab5-b029-05a4b743f61e/width=450/4252764.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UVMHJjofaxt79FxuD%t7_3ayIUay~qxu%M%M", "type": "image"}, {"id": 4252755, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e3850f9-af7b-4a80-b0d8-4e8317e97301/width=450/4252755.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U8K1zXRj00_300009FRj_3%Mxat7M{~qD%IU", "type": "image"}, {"id": 4252760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdcbb3c2-066f-4a76-a575-e5e24ae97bca/width=450/4252760.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UMN,[5D%-;9Fj[-;xuM{~q?bWBt7_39Fxu?b", "type": "image"}, {"id": 4252805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a43823ec-bacb-422d-b4b6-24460fd21145/width=450/4252805.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UQKK=?9F00IU00~q-;ofM{%Mt7%M%MIUfQj[", "type": "image"}, {"id": 4252813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06de49e6-3a43-4d37-b5aa-4eef1a3a8b9d/width=450/4252813.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UXN^e:Rj?bIU~qxuof%MWB%Mt7WBM{M{RjM{", "type": "image"}, {"id": 4252815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e222f9e0-11e1-49db-8412-4f338036bf86/width=450/4252815.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXL}86M{?b-;_3t7%Mt7~qayD%RjRjt7M{Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/252632", "modelId": 223965} \ No newline at end of file diff --git a/datasets/metadata/25265.json b/datasets/metadata/25265.json new file mode 100644 index 0000000000000000000000000000000000000000..d7397d63c950a88071196347f15484eb147be912 --- /dev/null +++ b/datasets/metadata/25265.json @@ -0,0 +1 @@ +{"id": 25265, "index": 0, "name": "v3.2", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-18T21:06:31.360Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": ["tira", "torn legwear", "midriff", "twintails", "holding a ohmlatl"], "stats": {"downloadCount": 570, "ratingCount": 64, "rating": 5, "thumbsUpCount": 67, "thumbsDownCount": 0}, "files": [{"id": 20966, "sizeKB": 147574.9384765625, "name": "char1_5TiraV32.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-18T21:10:36.864Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "B52AEC46", "AutoV2": "33A62BA4FB", "SHA256": "33A62BA4FBC0CD67909AAC6736025DE296B9183D4E270AB6643173D42300B970", "CRC32": "55A273D8", "BLAKE3": "269C126D94DD4E15E59371E6E53C5208261075FC4D58C115D45DAA2E1DB3829A", "AutoV3": "1A0252C2FFE1"}, "downloadUrl": "https://civitai.com/api/download/models/25265", "primary": true}, {"id": 21374, "sizeKB": 70046.419921875, "name": "100_Tira.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-19T16:06:25.803Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2F83845A", "AutoV2": "6623641B8C", "SHA256": "6623641B8CC6D4772C5A505E8EB25E2F1C6A82EE1D43FBB7BE39DDD4E9E74137", "CRC32": "C1A551A9", "BLAKE3": "A458AFF4D397B2C16EDEB3A7D66D141B8D0631422B3848CE70364D3404A10470"}, "downloadUrl": "https://civitai.com/api/download/models/25265?type=Training%20Data"}], "images": [{"id": 284126, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4128f64-e9f2-491a-9f57-7e753aa1f300/width=450/284126.jpeg", "nsfwLevel": 4, "width": 768, "height": 768, "hash": "UQFY[Q%3NZt7_MWBR*af_3aya#jb-;V[M|bF", "type": "image"}, {"id": 278309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75ffce20-466f-42c2-444c-bb7edaa7d100/width=450/278309.jpeg", "nsfwLevel": 4, "width": 768, "height": 768, "hash": "UIHeg~~Wthoh.8~paeWUEKxu-oxtNes:n,sp", "type": "image"}, {"id": 278312, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35ea2afc-b086-444a-3a5a-abfa4376f600/width=450/278312.jpeg", "nsfwLevel": 2, "width": 768, "height": 768, "hash": "U3F~aO~X00_N0hR+0L%N00D*;MxarFk9D$In", "type": "image"}, {"id": 278311, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d0d9940-6f9f-4eba-7dfa-7470756e6400/width=450/278311.jpeg", "nsfwLevel": 2, "width": 768, "height": 768, "hash": "U6EoGJ~8U[tS00IU9a9b58xa?G?GM{E3E1t6", "type": "image"}, {"id": 278310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9fd1db3-22fb-4984-ab04-c149f5101d00/width=450/278310.jpeg", "nsfwLevel": 8, "width": 768, "height": 768, "hash": "U4Eo#-~V004;?a%L00NH%zM|H@NG~qa{Mdxa", "type": "image"}, {"id": 278308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66574e22-50c0-45ac-037c-faf1fb609800/width=450/278308.jpeg", "nsfwLevel": 4, "width": 768, "height": 768, "hash": "U6FFW|IV00?a01oJD%M{00oe=|Rj%Nof~WRk", "type": "image"}, {"id": 278307, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc06bc14-5813-4836-4d7a-f2020fdfea00/width=450/278307.jpeg", "nsfwLevel": 2, "width": 768, "height": 768, "hash": "UFIEb6nN~9Dj0gS14:IpepM{RPtR?Z%2W;t7", "type": "image"}, {"id": 284125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40f8dc7f-fa15-4335-387b-4b0da9b3b300/width=450/284125.jpeg", "nsfwLevel": 4, "width": 768, "height": 768, "hash": "UMIq=V~VxuxbyYR+bJbc9^IVxu%MI;E1fjxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/25265", "modelId": 21119} \ No newline at end of file diff --git a/datasets/metadata/253003.json b/datasets/metadata/253003.json new file mode 100644 index 0000000000000000000000000000000000000000..31c61a823117bfcd03f877d8f66f8766a720039e --- /dev/null +++ b/datasets/metadata/253003.json @@ -0,0 +1 @@ +{"id": 253003, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-06T22:24:13.106Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["fwcharim"], "stats": {"downloadCount": 126, "ratingCount": 18, "rating": 5, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 196083, "sizeKB": 18546.001953125, "name": "Charim-08.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-06T22:25:38.127Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "D22F4C5C14", "SHA256": "D22F4C5C1428D89825BAE8B2EE272B2A246614ACC3B471A2B9BB7F51461323B5", "CRC32": "9E07FE03", "BLAKE3": "8FED730B6A2D700C51E26224A2E078320C2D3CC56178A3A6349A84897E12BC62", "AutoV3": "B573CE27269B"}, "downloadUrl": "https://civitai.com/api/download/models/253003", "primary": true}, {"id": 230065, "sizeKB": 23045.1826171875, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T15:30:56.085Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5E56595D", "AutoV2": "22BDB96254", "SHA256": "22BDB96254C37ADA88094F61943749764B0B7313EBDD60F04BF08125BDE39CD5", "CRC32": "47AEC3F3", "BLAKE3": "8DDC2C4C5186A5623B30DFD02B3B2FFC6ED0B9A847951803E66A01E1602355A6"}, "downloadUrl": "https://civitai.com/api/download/models/253003?type=Training%20Data"}], "images": [{"id": 4260397, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bfef68c-fe2d-44c1-9372-1749838dd41b/width=450/4260397.jpeg", "nsfwLevel": 1, "width": 1232, "height": 1536, "hash": "U8G@#?F200^jCQ$*IBjYxH%M^j0e*J-p019Z", "type": "image"}, {"id": 4260189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38a2463c-a11e-4316-870f-c2e514062989/width=450/4260189.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULH-u#E2_3xa~qbcJAa#M_t7ITIo9GxYD%R*", "type": "image"}, {"id": 4260192, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd01318b-46c6-402f-8c32-d820810c2688/width=450/4260192.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEHK@B~V0LtR_3x]M{R*0K?H?HM|WB-:^+s;", "type": "image"}, {"id": 4260191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7a063f9-2ecd-46c1-83aa-d3ef43942f23/width=450/4260191.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UCJRN?^+uiOs0oxb0LNGIVR.=EV?03x^-Soc", "type": "image"}, {"id": 4260190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/016f0c01-67cf-41be-a5a6-813ce8bcfe09/width=450/4260190.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFK1UgVrp{-;1Toc0NR*0PR*=yIW4=xZ=^t8", "type": "image"}, {"id": 4260188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/310183de-bb64-49c9-b7ce-7dbfdf3308d4/width=450/4260188.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQK1E^~q5R%M9Z-pxvxu9Fn$%2Ipx]bbs9ni", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/253003", "modelId": 224304} \ No newline at end of file diff --git a/datasets/metadata/253205.json b/datasets/metadata/253205.json new file mode 100644 index 0000000000000000000000000000000000000000..81d15c2a7da6fd214779370a0fe67a146732c83b --- /dev/null +++ b/datasets/metadata/253205.json @@ -0,0 +1 @@ +{"id": 253205, "index": 0, "name": "V.1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-07T11:38:06.767Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["first version. doesn\u00b4t seem to need any improvement. It won\u00b4t really get better than this. But I consider making a normal map version as well.
", "trainedWords": ["dsp"], "stats": {"downloadCount": 276, "ratingCount": 42, "rating": 5, "thumbsUpCount": 64, "thumbsDownCount": 0}, "files": [{"id": 196274, "sizeKB": 41221.20703125, "name": "253225_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-07T02:10:50.196Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "03489728", "AutoV2": "3BD5E3F82D", "SHA256": "3BD5E3F82D73255A54399E3C377D65595628D6993F62BFECA90E17ADAB0EB85B", "CRC32": "9BBE2449", "BLAKE3": "C52BFD29771E95F5768047AF9D28960AF621DF0E1DD6513B8786305F43B13CCC"}, "downloadUrl": "https://civitai.com/api/download/models/253225?type=Training%20Data"}, {"id": 196486, "sizeKB": 223098.77734375, "name": "Greeble_Heightmap_XL_SickLizard-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-07T07:00:47.944Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "05A8AA52", "AutoV2": "DA21ADDD96", "SHA256": "DA21ADDD965E1107AFC05AA3C8A738BD53AD79508793DF6060E97324F956B1AF", "CRC32": "651CA8F2", "BLAKE3": "B78BD5DF0477CEC22368232F2EAF3F4954EDDC007FF1940A792C936E192FD829", "AutoV3": "EF07202D14F7"}, "downloadUrl": "https://civitai.com/api/download/models/253225", "primary": true}], "images": [{"id": 4272622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/793f2260-5be5-4645-a881-b4b6de79e485/width=450/4272622.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U2EfTi%MxuM{%M-;9FM{RjM{D%xu~qj[of9F", "type": "image"}, {"id": 4272626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5828e780-b3b1-4a00-978d-121e6857213f/width=450/4272626.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U56RTYbvOjrYKXS]zyq_-@oOR*oikRXToPsF", "type": "image"}, {"id": 4272620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c28d0bd6-d70f-494e-871e-0f90e3d03ce2/width=450/4272620.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3E3C*_34nayt7WB-;-;-;00D%WB_3-;xuD%", "type": "image"}, {"id": 4272627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae53bae0-5740-4e1d-b025-a73d78620bd0/width=450/4272627.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U38XFD%MIUt7~qxuD%ay%MaxE0WB?bRj9Ft7", "type": "image"}, {"id": 4272623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/324e0405-9c0b-4f35-a533-cdb4e9300d99/width=450/4272623.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U18PSXoyw6x]yV%3V[X4#t-EIUt6?u-pkVD%", "type": "image"}, {"id": 4272624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/360b2cd0-27ed-47c3-89c1-68b8149e7460/width=450/4272624.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8BM+3EKE0%M}^IUOYxu0daJxGRj0y%2$jNG", "type": "image"}, {"id": 4272625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71561022-7d12-48e8-b566-0026690a4d4b/width=450/4272625.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U18z=R?v00%M_3%Ms;xu4mt7?bWBkCj]IT%M", "type": "image"}, {"id": 4272628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/912f0e8f-30a1-4120-99b6-202ce5e16434/width=450/4272628.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5Bp9LzZ;pJ~.Sv$55pH00S}KItR+7-V~C9t", "type": "image"}, {"id": 4272629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7b86e9f-e774-4ea0-bd48-96e0a0945422/width=450/4272629.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U28:-WJ8X7]-5m$*NHoL,qEgX8}EtR-9s:Rk", "type": "image"}, {"id": 4272630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29867804-3818-44f7-9b7e-b5aa60667cb0/width=450/4272630.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U17B7eM{WBxu~qazayaya{Rjt7%MRjRjxuof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/253225", "modelId": 224495} \ No newline at end of file diff --git a/datasets/metadata/253267.json b/datasets/metadata/253267.json new file mode 100644 index 0000000000000000000000000000000000000000..ea588d2d7263c66edea06e36e373b185a9aca60e --- /dev/null +++ b/datasets/metadata/253267.json @@ -0,0 +1 @@ +{"id": 253267, "index": 0, "name": "LusciousLola", "baseModel": "SDXL Turbo", "baseModelType": null, "publishedAt": "2023-12-08T02:27:31.263Z", "availability": "Public", "nsfwLevel": 4, "description": "V1
", "trainedWords": [], "stats": {"downloadCount": 444, "ratingCount": 20, "rating": 5, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 196323, "sizeKB": 15936.83984375, "name": "253267_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-07T03:26:18.952Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3C531DAF", "AutoV2": "1AF055C0D9", "SHA256": "1AF055C0D949AF68535604ED8E108F2EF9A91AD092A41C183469E5E70A5C0BB8", "CRC32": "58293F83", "BLAKE3": "D7980263376D2DF2053DE2B43F11CD4611DA2A0C68043D0D6F336C8B5C930518"}, "downloadUrl": "https://civitai.com/api/download/models/253267?type=Training%20Data"}, {"id": 196957, "sizeKB": 36977.6875, "name": "LusciousLola-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-07T16:45:52.655Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2AAA1CBC", "AutoV2": "9C9EFDD411", "SHA256": "9C9EFDD411F3EF440A77FB74C912423FA542D1AD8D0378F523F6183A5BF2D1EB", "CRC32": "AB9873EB", "BLAKE3": "A011F40A6A6C56AE5F941AA8845B84DA2E2E751D7A28C4F28F63FBD5785A7910", "AutoV3": "F04CBCABF906"}, "downloadUrl": "https://civitai.com/api/download/models/253267", "primary": true}], "images": [{"id": 4302955, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3405e99c-8084-4603-a665-ccaa54b692a5/width=450/4302955.jpeg", "nsfwLevel": 4, "width": 1000, "height": 1504, "hash": "UA96{-~WpJ.8tRxu%2%2E1IoRiM{jERiV@n#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/253267", "modelId": 224531} \ No newline at end of file diff --git a/datasets/metadata/253428.json b/datasets/metadata/253428.json new file mode 100644 index 0000000000000000000000000000000000000000..c8fb08321dd7dc7468f8dc0950f2aa4b6c9dfbc7 --- /dev/null +++ b/datasets/metadata/253428.json @@ -0,0 +1 @@ +{"id": 253428, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-07T06:00:10.235Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 76, "ratingCount": 9, "rating": 5, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 196450, "sizeKB": 22235.09765625, "name": "Hikari_Tomoaki_HollowEarthIsekai-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-07T06:00:42.714Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FBBD7895", "AutoV2": "8E14E283C6", "SHA256": "8E14E283C6759C6FEFEB3A25D34EDB888E9BC551A50A4B29F7A07F21178B82B1", "CRC32": "23171718", "BLAKE3": "CC8460BBE2F8EAF5248E4ADED934628CE76F3A07A9720E3BE59D59C8D5F397DA", "AutoV3": "6DEC2959E2EC"}, "downloadUrl": "https://civitai.com/api/download/models/253428", "primary": true}, {"id": 196449, "sizeKB": 16432.5234375, "name": "Hikari_Tomoaki_HollowEarthIsekai.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-07T06:01:46.730Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5846AA23", "AutoV2": "0E70A4FF77", "SHA256": "0E70A4FF77C8FAA41184DB1EEE76272483156871035D80FD3F52487878FBCC1A", "CRC32": "D1E102CC", "BLAKE3": "4EF77AC4A9D68D5F896B67CE3D95281EAF4FA27B255F59197838E652B6A17700"}, "downloadUrl": "https://civitai.com/api/download/models/253428?type=Training%20Data"}], "images": [{"id": 4271508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d2653a8-ed83-468c-b305-c564c26762b1/width=450/4271508.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UqLftFxZ?wxa.moe-;ofMyayWUazMyayxFay", "type": "image"}, {"id": 4271660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3865e3a9-a1bc-4cc8-9c3f-59676133975b/width=450/4271660.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UwM6xUbu_Nxa?vt7x]W;ODRjsAofVta|t7t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/253428", "modelId": 224672} \ No newline at end of file diff --git a/datasets/metadata/253533.json b/datasets/metadata/253533.json new file mode 100644 index 0000000000000000000000000000000000000000..d928f16935c4b7cf135c2b745d9f4a40399caa10 --- /dev/null +++ b/datasets/metadata/253533.json @@ -0,0 +1 @@ +{"id": 253533, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-07T08:01:31.039Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 168, "ratingCount": 29, "rating": 5, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 196520, "sizeKB": 22257.99609375, "name": "Marin_Summoner_HollowEarthIsekai-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-07T08:05:53.175Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A8F58C97", "AutoV2": "410471DA9C", "SHA256": "410471DA9C2EBA594D4B095D9B1DA9CAFFDFA42EFE573F3FFE6F44863AE26DB4", "CRC32": "DCC2EF24", "BLAKE3": "03B42792A237EBFBBCB3954DC685DC55A1DC604AFFA8B7D8B79542F62A9A9A3C", "AutoV3": "EAAB45EFC048"}, "downloadUrl": "https://civitai.com/api/download/models/253533", "primary": true}, {"id": 196521, "sizeKB": 36741.66796875, "name": "Marin_Summoner_HollowEarthIsekai.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-07T08:06:11.895Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1DBB74C8", "AutoV2": "5BE459751E", "SHA256": "5BE459751E5EF511D71CAD0B675A400161319F18EC161F73398A503E7117FC7D", "CRC32": "4D13ACCD", "BLAKE3": "39D32EBC846008EA326679DFC9AFF6ABF26A28716BEBD287804C4BEA139D9AAD"}, "downloadUrl": "https://civitai.com/api/download/models/253533?type=Training%20Data"}], "images": [{"id": 4273729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/375f3c7e-ae4e-4a98-992d-48be4b532c2c/width=450/4273729.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQNcpKWC5t%2~pM|-=j@4nM|D%s:9Ga{s:bI", "type": "image"}, {"id": 4273759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ad2dbcb-df5f-4a76-bf52-3bb8a1809d0f/width=450/4273759.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1568, "hash": "UVO{%H8{t.D*~pM{IuxuDioIniWCx]xas,ae", "type": "image"}, {"id": 4273724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b028f8f3-3461-44ef-9eba-996dfd2b5f74/width=450/4273724.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UQNcpKWC5t%2~pM|-=j@4nM|D%s:9Ga{s:bI", "type": "image"}, {"id": 4273579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/719d9680-6947-4981-abdc-e6c0f45de6ed/width=450/4273579.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1568, "hash": "UVO{%H8{t.D*~pM{Iuxu9FoIniWCx]xas,ae", "type": "image"}, {"id": 4273348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/351a1d54-7b24-45b5-be42-063e98c77421/width=450/4273348.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1568, "hash": "UFM?^}%M0R%2_Lt7?cR%00RjI9RjM,t7?GRk", "type": "image"}, {"id": 4273532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2dd5999-1be0-425d-94d2-7821b1f4ee30/width=450/4273532.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1568, "hash": "UFJtbl.9020N.R~U0Pxt?E-:RVNgNefl~UtS", "type": "image"}, {"id": 4273534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f823ee68-00d3-4a14-8c77-a9017e222e2c/width=450/4273534.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1568, "hash": "UFJtbl.9020N.R~U0Pxt?E-:RVNgNefl~UtS", "type": "image"}, {"id": 4273956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/136c3198-6c50-4d1f-af48-e1684b2fb8eb/width=450/4273956.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJH-fI^+58~Woaj]4;%2S2RjfAjYM_t6%2ay", "type": "image"}, {"id": 4274177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55508989-bfa9-457e-ac74-955cc8cf23d9/width=450/4274177.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UYNTE_~A5X-;X.X9bKI[M{oLslV@tRWBi_xt", "type": "image"}, {"id": 4274464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1049be9e-dfe5-42e0-87da-94d8371feaae/width=450/4274464.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULKKTk}*PD-;_MX99cE3IT-o-UIUIoIosk%0", "type": "image"}, {"id": 4274711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba432379-4975-49a4-a325-32994d031d4f/width=450/4274711.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPLzQ{s+01IV?vn~_3NH_NM|M{s;D+ogs+n~", "type": "image"}, {"id": 4288647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ce431b7-f573-4bd7-a925-3c5acb14fdec/width=450/4288647.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UAI;u0=@00t8.6?G0N9cIQx]Rp00ngD%$x~A", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/253533", "modelId": 224761} \ No newline at end of file diff --git a/datasets/metadata/25356.json b/datasets/metadata/25356.json new file mode 100644 index 0000000000000000000000000000000000000000..badc4720f835515e4be3f3f986b6573338eba2c8 --- /dev/null +++ b/datasets/metadata/25356.json @@ -0,0 +1 @@ +{"id": 25356, "index": 0, "name": "1", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-03-19T01:28:33.228Z", "availability": "Public", "nsfwLevel": 7, "description": "anything v3
", "trainedWords": ["mieruko", "miko_yotsuya", "yellow eyes", "long black hair", "yellow sweater", "black tie", "black bikini", "phone", "pantyhose"], "stats": {"downloadCount": 1518, "ratingCount": 353, "rating": 5, "thumbsUpCount": 401, "thumbsDownCount": 0}, "files": [{"id": 32331, "sizeKB": 1401.9921875, "name": "examples.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-10T20:46:37.700Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "C4FA38627C", "SHA256": "C4FA38627C0DD246046EC88871491CC814B9CCE6DC20C44078E8887D6567A0ED", "CRC32": "5451E60E", "BLAKE3": "C82C8051C769D0DD3BD8955B04D6F56E57104675E6BA11326052251D95580530"}, "downloadUrl": "https://civitai.com/api/download/models/25356?type=Training%20Data"}, {"id": 21249, "sizeKB": 73841.16015625, "name": "mieruko_4-000014.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-19T11:26:23.919Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "9ED340E0", "AutoV2": "75B5BD731D", "SHA256": "75B5BD731DBB064BB59B48EB9BF04B87C29C38921D03B7C4800C90D50A271438", "CRC32": "F0FFA448", "BLAKE3": "1464455C4A9D0D6560BCD8347D3CE00B6963AC52FBA7A2161F21AFC124A239BC", "AutoV3": "F78476C9EE04"}, "downloadUrl": "https://civitai.com/api/download/models/25356", "primary": true}], "images": [{"id": 281218, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f9fbe61-5500-4742-0ca8-c7de26bf4000/width=450/281218.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UOI}q#xuXV%ME2of4mR*_4%M~pxu?b%MRQWB", "type": "image"}, {"id": 281216, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26f85474-58db-4d57-765d-149a49ae8300/width=450/281216.jpeg", "nsfwLevel": 1, "width": 2304, "height": 1664, "hash": "U7FrImxGDhxvR4IBx^M{~BM{%MWAXVD*D*-p", "type": "image"}, {"id": 281248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb0c5b5c-c8f0-4c9f-ebd6-b16796e93300/width=450/281248.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1664, "hash": "UEEx;Ir^yXROMexteTIpR4X9R5bb~pIU-=w]", "type": "image"}, {"id": 281323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb5dac9d-002a-43e7-1a8e-ae245228b400/width=450/281323.jpeg", "nsfwLevel": 2, "width": 768, "height": 832, "hash": "UjIE-A%L%%ozK8g4NynND*tRaJaJt8WCRkoz", "type": "image"}, {"id": 281279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc494769-5852-4560-c382-ddf81e25fa00/width=450/281279.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1664, "hash": "UBHBMLoy8w$+NeIAib-;.7WURk-=uPIU4mWq", "type": "image"}, {"id": 281291, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d75516a2-159c-4b69-fdb1-f829fdd89700/width=450/281291.jpeg", "nsfwLevel": 4, "width": 768, "height": 832, "hash": "UPHC7mnOTgROK-%LI^xt9Ibw-PS%0LE2s+X9", "type": "image"}, {"id": 281217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/811554df-d723-4e33-7076-d71790f4db00/width=450/281217.jpeg", "nsfwLevel": 4, "width": 768, "height": 832, "hash": "UPHo5#DNLNwb9cnMIWt7rVJ7$yRjS#nNNGxZ", "type": "image"}, {"id": 281215, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/585de7f5-46f7-42fa-11ee-3123d8750200/width=450/281215.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCH-#-9wE0OY~XEQ-:Ne01?H~WNH~p_2?HNG", "type": "image"}, {"id": 281353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a0797ed-071e-4e19-6c44-feb6f462d000/width=450/281353.jpeg", "nsfwLevel": 2, "width": 768, "height": 832, "hash": "UEF5X2Ny$LI=-pofIUWqD%V@~V%20LV@M{oJ", "type": "image"}, {"id": 281352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2df798b4-6863-42de-98df-4e5ebe9a8100/width=450/281352.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UQHLScR;a*D+N4Io~pof4qogM|RQojRnRQRk", "type": "image"}, {"id": 281365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d15a17cb-5d29-49cc-f215-e0349f08d500/width=450/281365.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UYJ[F}H@pMWAx_og%1xWxyt2i^tQnNofRkof", "type": "image"}, {"id": 281390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/357da1fc-cb17-42eb-06ea-f30c6b540e00/width=450/281390.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCHCM-vNT}:|Xknib{Io?aRpbY=]pKo~xtSk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/25356", "modelId": 21302} \ No newline at end of file diff --git a/datasets/metadata/253666.json b/datasets/metadata/253666.json new file mode 100644 index 0000000000000000000000000000000000000000..e1f685c46517c64d0337896fa5946f4af641432b --- /dev/null +++ b/datasets/metadata/253666.json @@ -0,0 +1 @@ +{"id": 253666, "index": 0, "name": "GI Joe SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-07T16:03:08.955Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["GI Joe"], "stats": {"downloadCount": 80, "ratingCount": 8, "rating": 5, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 196640, "sizeKB": 6840.1982421875, "name": "253666_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-07T10:25:53.530Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6DDF7363", "AutoV2": "FBC2F18387", "SHA256": "FBC2F18387470A74CD16ED2D2E4B31A6ED459703FD4735F206D50997FD17CA49", "CRC32": "6ED55A27", "BLAKE3": "9B992583142B6F72737294217F1C922FFE34C381DA42AA51D55055B27BF42B86"}, "downloadUrl": "https://civitai.com/api/download/models/253666?type=Training%20Data"}, {"id": 196924, "sizeKB": 223099.23828125, "name": "GI_Joe.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-07T15:56:23.499Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "71AC964E", "AutoV2": "5454C47B70", "SHA256": "5454C47B708E175525EB79262F794C3A49FB371DECA9A5C09C293D68A687815A", "CRC32": "D3D2E041", "BLAKE3": "BA4FDC6BD57EAEF5E373DB7EB1036593BAFC65BAE1CC4C796ABD9EE505A01615", "AutoV3": "427F6E65AC4B"}, "downloadUrl": "https://civitai.com/api/download/models/253666", "primary": true}], "images": [{"id": 4286866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a92a697-d9fb-49cb-8a79-4d7380aef9f4/width=450/4286866.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UPF62t_NlAtRk@%gSiWYELW?rrV@%Mt8t7of", "type": "image"}, {"id": 4286718, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/745083d2-04ac-4415-8a47-5106f2394299/width=450/4286718.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UEG+aexuRlxu?b%M00IU?w%MIA9Ft7RPWBxu", "type": "image"}, {"id": 4286708, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c2dbaee-0f23-477b-a76e-0778af6afc05/width=450/4286708.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHE:G1Ny7%W=5ui^9ZV?5Yxu%0xuD%NIrrkW", "type": "image"}, {"id": 4286709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ef1c79b-5bd6-4696-b782-5d2b5640b873/width=450/4286709.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8BW3$V[00of*0V[V?of1aae?IWW]OjZyDWB", "type": "image"}, {"id": 4286705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ead0bccd-bd04-4d9c-90ca-5cd834efeb51/width=450/4286705.jpeg", "nsfwLevel": 1, "width": 920, "height": 920, "hash": "U6Gl3AKi00-;01%MtPIURP$*?at6~qnOR+-o", "type": "image"}, {"id": 4286706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75a40ab5-e7e8-4bd8-820c-27577ab33338/width=450/4286706.jpeg", "nsfwLevel": 1, "width": 960, "height": 960, "hash": "UTHnj8E3NFR+~UNHX8j@%1R+%2a#.7WBM|oe", "type": "image"}, {"id": 4286704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1eff099a-96a9-4279-95d1-2026b3a3505e/width=450/4286704.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHAK,bMx7%t6.AtSEMo#D$e.v|V@E3e.r?t7", "type": "image"}, {"id": 4286707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93f2bd42-8f08-4038-89f6-fa6ab12d2e19/width=450/4286707.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEHT$,kX0i%107ba5RI;0hv~=]r?~ANb$jX8", "type": "image"}, {"id": 4286712, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e6a7b8b-7326-46cf-8166-7511682164bd/width=450/4286712.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGJtn@KR}-NH19EmElM|A1S%kWs,5Ys9xu%2", "type": "image"}, {"id": 4286714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3b2205d-d04b-486b-a95a-43b08da84f56/width=450/4286714.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9Exz?-:}jW;F#j[?FR+}jM|O[R*0LRko$Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/253666", "modelId": 224875} \ No newline at end of file diff --git a/datasets/metadata/253688.json b/datasets/metadata/253688.json new file mode 100644 index 0000000000000000000000000000000000000000..3b4f43987e3491b3c74762c45d6a14c0f6bcd0a5 --- /dev/null +++ b/datasets/metadata/253688.json @@ -0,0 +1 @@ +{"id": 253688, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-07T10:48:00.384Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 253, "ratingCount": 38, "rating": 5, "thumbsUpCount": 51, "thumbsDownCount": 0}, "files": [{"id": 196655, "sizeKB": 22255.81640625, "name": "Naiad_Undine_HollowEarthIsekai-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-07T10:50:39.401Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D4E85098", "AutoV2": "832DF2B656", "SHA256": "832DF2B656502EFBBE15F8A12642D7A1A759374216B2260491ADA04224B6FD09", "CRC32": "ED08251D", "BLAKE3": "9BB77CA3BE4FFC8B95B11CC2F1E8A6B682E7A1A2725E59EF7A379E5E3E109200", "AutoV3": "B35B0323456C"}, "downloadUrl": "https://civitai.com/api/download/models/253688", "primary": true}, {"id": 196656, "sizeKB": 41039.89453125, "name": "Naiad_Undine_HollowEarthIsekai.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-07T10:50:44.810Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DC81D967", "AutoV2": "31ECC5E255", "SHA256": "31ECC5E255AABAB1A844C7592400B0F42872BB727AD4C57EED27D0258D54EC29", "CRC32": "5FFBCFA2", "BLAKE3": "9D41A31153D761DED2C0E36153923BC6C8D05333F9AA0EDE23879408DAC95950"}, "downloadUrl": "https://civitai.com/api/download/models/253688?type=Training%20Data"}], "images": [{"id": 4278218, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e626edd-4fe1-4ef2-ac31-2a255cb5171c/width=450/4278218.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIOzDS~W0P-qA0%2IWWByYR+m+NH^cM|%0WB", "type": "image"}, {"id": 4278320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42aa6201-1152-4911-a7f4-fa81e9440668/width=450/4278320.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URQcVe?G%zx]_MS5?Fj[I]adVsRQ%gozRPs:", "type": "image"}, {"id": 4278485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51e48c0e-e993-4006-8035-3a4255799571/width=450/4278485.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFL#9F_400Dj0c^+DNE1EQ?b=s9b.TM|o#t7", "type": "image"}, {"id": 4278709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de182ef7-16f2-430e-b649-9eb8d136796f/width=450/4278709.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UBKx3v_300tn00OaD*~U00%1#P9uO]s8?aRk", "type": "image"}, {"id": 4278917, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04d29056-abe3-47f6-992b-e9acfce84b25/width=450/4278917.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UELXP$9a00?bP7D*4n%3NEMyVs%L~VV?,-WA", "type": "image"}, {"id": 4278974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee40023b-1c75-421a-a904-6bbef7858aa1/width=450/4278974.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFLXMst800?a0|9aDO%M01v}vdRj~qNtM}%L", "type": "image"}, {"id": 4346870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73754d7a-2004-416c-93e0-d26e17ee1cc7/width=450/4346870.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U6FifVDN00%%00D$^+={00$d^+9cKmSi?G-5", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/253688", "modelId": 224893} \ No newline at end of file diff --git a/datasets/metadata/253975.json b/datasets/metadata/253975.json new file mode 100644 index 0000000000000000000000000000000000000000..ff9e8f2842aacf449b2603fafe1309922db47fc7 --- /dev/null +++ b/datasets/metadata/253975.json @@ -0,0 +1 @@ +{"id": 253975, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-07T15:25:24.428Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 241, "ratingCount": 42, "rating": 5, "thumbsUpCount": 52, "thumbsDownCount": 0}, "files": [{"id": 196892, "sizeKB": 40707.583984375, "name": "Avians_Berserker_HollowEarthIsekai.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-07T15:26:45.793Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7F236B3E", "AutoV2": "05CF894D96", "SHA256": "05CF894D962970964BA7F55351B805495F69E614A0ABEB511ED21DB81D028E0C", "CRC32": "562EED37", "BLAKE3": "C0D45A01030EBC581252C5BA1BAAB366EC9A5D56CC3F99D3231C97141ACA4F9D"}, "downloadUrl": "https://civitai.com/api/download/models/253975?type=Training%20Data"}, {"id": 196891, "sizeKB": 22257.82421875, "name": "Avians_Berserker_HollowEarthIsekai-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-07T15:26:46.844Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4BD4CE4D", "AutoV2": "DC28199AD1", "SHA256": "DC28199AD1F789C328908236A55B07D614EC135F7C28329C742E13B6C2754613", "CRC32": "C903349F", "BLAKE3": "B302F2A03F1979D9F60C883EF191FA5D2508C1242FDF6EA78108F965C880BA34", "AutoV3": "A5D7799088B7"}, "downloadUrl": "https://civitai.com/api/download/models/253975", "primary": true}], "images": [{"id": 4285741, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b4b90a9-074e-471f-8e04-f0dae9256fb1/width=450/4285741.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZO:hPxuY6t8?^oLyEofIrj@%1a}kBayD%a#", "type": "image"}, {"id": 4285800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c3c1ba8-a025-4a5f-afa2-7fa12c71e6a9/width=450/4285800.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USPF[t?wTzV[_NV@%hxY?GIUxaaxW?%1V?kD", "type": "image"}, {"id": 4286077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee4fbc45-f4e6-4e5b-bbd7-dcbdfa7a1f66/width=450/4286077.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UfOWTtt7BXt7?^j[TLkBtRWX-oofjEf6IUWC", "type": "image"}, {"id": 4286216, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8f7cfec-bc3b-47e0-b623-770c7e3e4606/width=450/4286216.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UbO:hQs8Gbxu?^kDXnS5x]t7xat6odM|RPjE", "type": "image"}, {"id": 4286867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/330ff651-74ab-443a-9dd1-6693252c6607/width=450/4286867.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UTNmZw%g5WRP-:oKxvV@_No2-;xY-:bH?ZW=", "type": "image"}, {"id": 4347133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4355f9f-2d74-49a4-bd56-72fbe13821bc/width=450/4347133.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGGIJ:Ip01~BIAnibIS#E2bIRjRPOGoJ-nIV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/253975", "modelId": 225157} \ No newline at end of file diff --git a/datasets/metadata/254090.json b/datasets/metadata/254090.json new file mode 100644 index 0000000000000000000000000000000000000000..e82a1de265356a282a4926ef9fd7c3b09baf6494 --- /dev/null +++ b/datasets/metadata/254090.json @@ -0,0 +1 @@ +{"id": 254090, "index": 0, "name": "Older Big Hairdo", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-14T15:00:48.194Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 248, "ratingCount": 12, "rating": 5, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 197004, "sizeKB": 1714.484375, "name": "254090_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-07T17:40:49.823Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "B70296A505", "SHA256": "B70296A505FC81BA0B2874E47B2A11E6088230D0EE6DAF0E5EC59E630984C7EC", "CRC32": "7D75B415", "BLAKE3": "2C034963DF94631BE935D00C1B82075D702A1771E59CAAEE789688F788E12FC5"}, "downloadUrl": "https://civitai.com/api/download/models/254090?type=Training%20Data"}, {"id": 197026, "sizeKB": 36978.0234375, "name": "Older_Big_Hairdo.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-07T18:05:44.541Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4E7C18F2", "AutoV2": "88F5522385", "SHA256": "88F55223859F2C67F4D6116C1013229E979CD207D3500972CACF5B80EE786925", "CRC32": "9169FD46", "BLAKE3": "BE02B5227C69D84789B5F0B4898D93F8385E60DA4E4B88B9006154EADEC211B6", "AutoV3": "DBCFD452DF7C"}, "downloadUrl": "https://civitai.com/api/download/models/254090", "primary": true}], "images": [{"id": 4579320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25220205-532a-4379-b536-185b7c18e552/width=450/4579320.jpeg", "nsfwLevel": 4, "width": 2048, "height": 3072, "hash": "UHK0yo9]PV~V6R-p-;xu={WBVsI;-;oeofaf", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/254090", "modelId": 225267} \ No newline at end of file diff --git a/datasets/metadata/254474.json b/datasets/metadata/254474.json new file mode 100644 index 0000000000000000000000000000000000000000..6b033f07089e15872d17bd46f326c9ec0eb2e30a --- /dev/null +++ b/datasets/metadata/254474.json @@ -0,0 +1 @@ +{"id": 254474, "index": 0, "name": "Jamin", "baseModel": "SDXL Turbo", "baseModelType": null, "publishedAt": "2023-12-21T22:16:49.147Z", "availability": "Public", "nsfwLevel": 14, "description": "it's the first version of my model, i hope you'll like it
", "trainedWords": [], "stats": {"downloadCount": 416, "ratingCount": 19, "rating": 5, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 197306, "sizeKB": 28579.76171875, "name": "254474_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-08T00:00:57.114Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "12508FC281", "SHA256": "12508FC281E764E77E42585C0AB29B678505EA4E94AFDBAB4A6128E9E395AD5F", "CRC32": "41168A44", "BLAKE3": "4765A3FBD642F11E2D6C781E6FAA561F93913A929FC0554830EB8D9E98711DBC"}, "downloadUrl": "https://civitai.com/api/download/models/254474?type=Training%20Data"}, {"id": 211190, "sizeKB": 36978.859375, "name": "Jasmine.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-21T22:06:26.664Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E3FB1B09", "AutoV2": "A4897588B3", "SHA256": "A4897588B398B4AFEAD986294CCE2BF068D980233B4D3E47B10EFC2EF9ACD98A", "CRC32": "7B2D9199", "BLAKE3": "121401A37B4C812FABEDC9D0B2183A6F3CEC586A21BA00E6DD6AFDB8714CF92D", "AutoV3": "130EDA9095D8"}, "downloadUrl": "https://civitai.com/api/download/models/254474", "primary": true}], "images": [{"id": 4780284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cdb3d6d-910b-4619-b3cb-b75c0446e038/width=450/4780284.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U7ECXo~p000e0d9t%Mxt-.IUxu~pNrxu%2Io", "type": "image"}, {"id": 4780294, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5f455e5-f6ae-47f3-b2f1-3f2bb63d10e4/width=450/4780294.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U6EVyjY300~W0cKK_2xaIj_2_44.Ky-:Vt4n", "type": "image"}, {"id": 4780285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/105fdcc0-a9fc-4f38-ab08-146cc50697d1/width=450/4780285.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UCE:6nM|0dwO3KM{x[$*_KoMxaWX%da$IVM{", "type": "image"}, {"id": 4780279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f0efe3b-3c7d-4e6b-8c18-8127246b6f86/width=450/4780279.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U5D]r2Iq00LH30vj_1%|?qNH-;--f_9Zx]~p", "type": "image"}, {"id": 4780292, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e009087-2d19-4569-84cc-9269cd820fb4/width=450/4780292.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UDFFyx?v0J%K0cS^_Mo}%}?a-nE1?tNGIUxZ", "type": "image"}, {"id": 4780283, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afe19244-477c-4790-a83a-eeafbbb3632f/width=450/4780283.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UDD,4J~W5P4.GR9ZpG%L-:oeNGM|OSIo?H-p", "type": "image"}, {"id": 4780293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a13c416-f114-4173-adae-3586f08f9724/width=450/4780293.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UDE3S8.800EL6INt%L%L_LozozkCXgt7RQRj", "type": "image"}, {"id": 4780277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1c7ab30-d7cb-40c6-a143-41feeb42b8b9/width=450/4780277.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U6A,OURj00?b9axu%29ZV[xaW.Io0LWB~VoL", "type": "image"}, {"id": 4780278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e046e01-b0f8-4951-be14-879b49d74f0f/width=450/4780278.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U4D+ua-p05~q00EN={=v-U$%E1E20z%1^j57", "type": "image"}, {"id": 4780276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89181125-e072-41f2-ac64-c50826d2a8c3/width=450/4780276.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U89?|7t60Lbc0LoL?GM|~Vs:4.RjIpj[-oof", "type": "image"}, {"id": 4780280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5b6197a-b880-4c6b-a725-a14638897bb4/width=450/4780280.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U8Gk|8-;0KNF00M{tmx]00WB~Wof~qxu9FIU", "type": "image"}, {"id": 4780281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/390cbc9b-03c9-407f-bb36-fce434c49643/width=450/4780281.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U5DcXKMf00kn3fD%%M?u.0RjIWtl5Os;~WIU", "type": "image"}, {"id": 4780282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03080bb1-5315-41dd-a717-502070dab62c/width=450/4780282.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U5EVmL?HLNx^00M|~Br=-qt700Io^+o0IVbI", "type": "image"}, {"id": 4780286, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4edea0df-6699-4bdb-98a1-c9e29f04da8d/width=450/4780286.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U8F6E^xZ0c.Q1DDj%e-:_ItQohOAFqM{$%%2", "type": "image"}, {"id": 4780289, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6608436c-ec6a-4358-ae73-73dc79040203/width=450/4780289.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U5F5~i~q00MK00Tw?ZDj-|x@_3r?Ev%L%MIo", "type": "image"}, {"id": 4780287, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3bdef1c-10b4-45cf-978f-0dfb4b28fbe3/width=450/4780287.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U9CY~}-p0MR*IoRkNGxtIoM|E1Io00WC~Vs:", "type": "image"}, {"id": 4780290, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2114316b-bea2-434b-b784-ef3352bf8587/width=450/4780290.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UDEfp1My0wcW1Zid$*x[_LSxM{%f%yafNGt7", "type": "image"}, {"id": 4780288, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f63f0421-426d-44e9-a274-65bdaa6a15a3/width=450/4780288.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UBHBl7010f~W00^*.8aJ?^-pw[E2%LE1%2oz", "type": "image"}, {"id": 4780291, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46ba4f6b-b5a8-488a-9b3b-bb03bf413a47/width=450/4780291.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UBDc8lxu0#WV01M{-pxabIofE1kD~Vt6M{NG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/254474", "modelId": 225591} \ No newline at end of file diff --git a/datasets/metadata/254688.json b/datasets/metadata/254688.json new file mode 100644 index 0000000000000000000000000000000000000000..645196c4a006d2601086f9e07376ba8b8de73b4b --- /dev/null +++ b/datasets/metadata/254688.json @@ -0,0 +1 @@ +{"id": 254688, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-08T04:27:55.012Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 445, "ratingCount": 43, "rating": 5, "thumbsUpCount": 57, "thumbsDownCount": 0}, "files": [{"id": 197485, "sizeKB": 43245.1142578125, "name": "inzol_Korean_girl.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-08T04:30:54.063Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "AB6D51F9", "AutoV2": "E99C99A167", "SHA256": "E99C99A16734DABEEBBCC77E955A0B9A4F809FA48A345CE63DC56AF449B0B0CF", "CRC32": "3FABF5B9", "BLAKE3": "98AA72EFE306E3BEC27CFF0F44A2AED49BF41C6B57916691628CDE83DD2F1FDB"}, "downloadUrl": "https://civitai.com/api/download/models/254688?type=Training%20Data"}, {"id": 197484, "sizeKB": 32767.52734375, "name": "inzol_Korean_girl-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-08T04:30:54.733Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A4ACE5D3", "AutoV2": "A8767729EA", "SHA256": "A8767729EACBAAF8DD12925C9BBDC04E7A9AC5DF7998A481B32B993B0118FA6D", "CRC32": "B9B40D80", "BLAKE3": "B247F2229887F6E8859C7B47A0189FB4CBC4EE713489A4A57EB2F466BAA9E33D", "AutoV3": "FA47C736ECF2"}, "downloadUrl": "https://civitai.com/api/download/models/254688", "primary": true}], "images": [{"id": 4305479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2ca91f8-2b84-41bb-8011-5d22945491b3/width=450/4305479.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIIqu:9G0*i^A2adyEMx?wM|?bIU_N%2-:Rj", "type": "image"}, {"id": 4305473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1586954b-d678-4860-840c-21e2982b4795/width=450/4305473.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIIqu:9G0*i^A2adyEMx?wM|?bIU_N%2-:Rj", "type": "image"}, {"id": 4305597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/090a4b70-f076-4488-a86c-784781444511/width=450/4305597.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UfIh86~qo~o#XAtSx]tRIVWBoJV@RjRPRjWB", "type": "image"}, {"id": 4305757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b71f9e5-e66f-4f07-ad9f-d549498b63ea/width=450/4305757.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U5HnpTD41l0000$d?^xA00E3-n%2PU9v4o9H", "type": "image"}, {"id": 4306210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf14044b-0710-4c72-a45c-c9d2793da128/width=450/4306210.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UGL4NZ?acuM{pKNGx]s:4:ayocofNaV@r=js", "type": "image"}, {"id": 4306209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/496b1738-95c2-4147-b2a6-920a6404b025/width=450/4306209.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UALgeE9aCA?HX:-;_Ns-01R*t7IUK6s.n3oe", "type": "image"}, {"id": 4306505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c415707-d21d-45bc-9d92-523fec48cc61/width=450/4306505.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEKKZp8_L4?b9btm%MxC57jZnNM{-pt7IVNH", "type": "image"}, {"id": 4306795, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffc802e9-684a-405d-b31f-2a2fabf6f5b1/width=450/4306795.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEJaQ8~VGID%019afOIV0Mn$w[xC_2tRn$%g", "type": "image"}, {"id": 4307219, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8953615-4839-40b6-9458-20dfcc48dda6/width=450/4307219.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UHKKQP?Hu6o~9zIU-;R+9vNGni%LxaxtMxoK", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/254688", "modelId": 225774} \ No newline at end of file diff --git a/datasets/metadata/254708.json b/datasets/metadata/254708.json new file mode 100644 index 0000000000000000000000000000000000000000..955f46e0041b335cf66b3427135139c24dc8cfd6 --- /dev/null +++ b/datasets/metadata/254708.json @@ -0,0 +1 @@ +{"id": 254708, "index": 0, "name": "Catherine Black clover", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-08T05:36:42.884Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 57, "ratingCount": 2, "rating": 5, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 197512, "sizeKB": 30.7822265625, "name": "254708_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-08T04:56:07.994Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "3FE4FD9250", "SHA256": "3FE4FD92507CC2D2901FEA8520CF9C502E90CF8D7102E3ABA196CD9AB2E0BC08", "CRC32": "D81C91D9", "BLAKE3": "C3A994248E77D6F79913EBE882576D915B149739D6C6FB8C08272295508C9D77"}, "downloadUrl": "https://civitai.com/api/download/models/254708?type=Training%20Data"}, {"id": 197542, "sizeKB": 36977.6875, "name": "Catherine_Black_clover.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-08T05:35:58.577Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EFC62148", "AutoV2": "C1A8AEEDC6", "SHA256": "C1A8AEEDC644DD03595446202F01FF938E93B46EB0BA23D372C8F76644A30F0B", "CRC32": "24E08D33", "BLAKE3": "0919244C5A1F9BB74935AD8191DB12FE191E865FECBD6348344E01C80612E441", "AutoV3": "524AC7A795BF"}, "downloadUrl": "https://civitai.com/api/download/models/254708", "primary": true}], "images": [{"id": 4307147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/898c253d-e695-4176-9485-eec7eef7c6cc/width=450/4307147.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9B:]Aof_LtQ.6ayIVkBtQayRQj[IofQxuaz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/254708", "modelId": 225788} \ No newline at end of file diff --git a/datasets/metadata/254828.json b/datasets/metadata/254828.json new file mode 100644 index 0000000000000000000000000000000000000000..7f1bf6e8c071044f88ff869f21dff3c38ff31794 --- /dev/null +++ b/datasets/metadata/254828.json @@ -0,0 +1 @@ +{"id": 254828, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-08T07:05:37.045Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 231, "ratingCount": 20, "rating": 5, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 197614, "sizeKB": 32770.72265625, "name": "GTA6_Lucia-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-08T07:05:40.627Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E715B972", "AutoV2": "D1F3E730E5", "SHA256": "D1F3E730E518BD01F505D6ECB293DC4ABCAE81A1640B49E6E7322D7FA5392D34", "CRC32": "7B8B13B4", "BLAKE3": "E4BB653C331A2BA6884A56F10A15070604F91DE2CE4026654CBE38AE6A100FC7", "AutoV3": "F68685D3C2F2"}, "downloadUrl": "https://civitai.com/api/download/models/254828", "primary": true}, {"id": 197615, "sizeKB": 49226.59375, "name": "GTA6_Lucia.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-08T07:05:44.968Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "ADCCF810", "AutoV2": "A9F6E6E707", "SHA256": "A9F6E6E70736196209218029451D19115C347826C92AC976E855BFF22ED450A3", "CRC32": "CDEDF2CF", "BLAKE3": "DA181965E16637A3C741816ADEFE4821F5FF39DE1E81137A2E5603ACCD64B2BD"}, "downloadUrl": "https://civitai.com/api/download/models/254828?type=Training%20Data"}], "images": [{"id": 4309492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79fbce11-00bf-44fc-b39c-9b8d6ff3e200/width=450/4309492.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UOK^gA.8Gc?a57?vt7-p?wWBsoIUoyoJxuM{", "type": "image"}, {"id": 4309761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2f5a6b7-8ce3-4f16-91a8-f4bd0b31fa60/width=450/4309761.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEHm+H0yBVv#01iw9Gtk02?u%0$*~UIUR+S2", "type": "image"}, {"id": 4309459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5729a33d-36ab-4199-ae70-13e9db699355/width=450/4309459.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UOK^gA.8Gc?a57?vt7-p?wWBsoIUoyoJxuM{", "type": "image"}, {"id": 4309546, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e777efd5-51e1-4688-8b3c-db5595965d2a/width=450/4309546.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UCIg_wMw02tl00tRx]oI4;xaw[M|_NM{nNW=", "type": "image"}, {"id": 4310471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93a30e94-f1ad-40cb-9f7d-495531690a24/width=450/4310471.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UbMPn1cE?^$*%~nOt8g2W?ozn$V@xafjRjWB", "type": "image"}, {"id": 7294096, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a193b39-6b1c-4800-ba5c-f3e40f91b424/width=450/7294096.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U9KB2TVq00_3PXR,0LIU}+x[Q,RPK,R*D%tS", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/254828", "modelId": 225888} \ No newline at end of file diff --git a/datasets/metadata/254853.json b/datasets/metadata/254853.json new file mode 100644 index 0000000000000000000000000000000000000000..a07da72fc1c3d080529baa3834e6f46f6090d3ed --- /dev/null +++ b/datasets/metadata/254853.json @@ -0,0 +1 @@ +{"id": 254853, "index": 0, "name": "HK crystal glass", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-09T15:30:54.900Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 244, "ratingCount": 24, "rating": 5, "thumbsUpCount": 44, "thumbsDownCount": 0}, "files": [{"id": 197663, "sizeKB": 89553.69921875, "name": "254853_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-08T08:10:41.796Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "82120D77", "AutoV2": "4D35F81807", "SHA256": "4D35F818076306CDF696795BC7A00FDDEF1CA2654EDDF6C868950DB229E51A8F", "CRC32": "CEAB6E9E", "BLAKE3": "D975C75C94058F74A42EC3737053A916CFE41A528C3B055B3A8A55A1BBDCE1F6"}, "downloadUrl": "https://civitai.com/api/download/models/254853?type=Training%20Data"}, {"id": 199158, "sizeKB": 223100.89453125, "name": "crystal_glass-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-09T14:31:05.430Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7E9DDF5D", "AutoV2": "93F3907A9C", "SHA256": "93F3907A9CD4720D38A5D32B0F2E6D748246C5A42BE8635B2AC8AFE6BC8B38B2", "CRC32": "8B42A8D0", "BLAKE3": "91BE0613D139FE991959E56B2DE1E88F3EA9CCFE85DBA288F7A28FC84A1E2A92", "AutoV3": "2E7F2CAD0E0E"}, "downloadUrl": "https://civitai.com/api/download/models/254853", "primary": true}], "images": [{"id": 4353159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/918a3395-bfcb-4595-952b-50ff0d0fdb18/width=450/4353159.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6DJIv~9aK01}Q_20LNK00E3Te}?PW9F4:a0", "type": "image"}, {"id": 4352650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd90cfb9-a803-40cb-b86f-94f84346f776/width=450/4352650.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U6D]uS1h18*wnn4TWSyETIQ+D%yEyZS*8w?a", "type": "image"}, {"id": 4352651, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ec446e3-c998-431a-906e-106b91c2f030/width=450/4352651.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UEDcXQ9G9u~pMxoz9Gt7AJ%LjEM{?bIVIUxt", "type": "image"}, {"id": 4352930, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69ff257f-76f3-4fa5-8afb-0b643edf919b/width=450/4352930.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7ECtX0?5s|.Q-RP9Z-;ADwGDhDhk?R-H=xa", "type": "image"}, {"id": 4353278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5b6eae8-ddb7-4819-8666-d81db7ba519d/width=450/4353278.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UDE33a~9014o-l%2E1RkIUE2IrM{J:M|MxRO", "type": "image"}, {"id": 4353075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d42ade6d-a2b2-4492-bf09-8d16562b71cb/width=450/4353075.jpeg", "nsfwLevel": 2, "width": 1216, "height": 832, "hash": "UDD0W8~U0059-po~ERM|9FIrJ:sl%gt7R4NK", "type": "image"}, {"id": 4352421, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8fb203a-498c-4dbb-9e29-e2db40745073/width=450/4352421.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UFD,1O~qozIAEnx]D+MxIVV@xYVsKQNdRORQ", "type": "image"}, {"id": 4352536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64e3b801-1710-45b8-8662-9a03642542e7/width=450/4352536.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9C%1|~V01v$~B?ZOGIBD+M|WXIVB=EN8_%2", "type": "image"}, {"id": 4353047, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1bed3100-73ac-4dad-be89-ff79d96079ef/width=450/4353047.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UAC6.G4T4nt-~B9GE,%LH=x[T1,AES%LMyH?", "type": "image"}, {"id": 4353005, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db64e245-19a5-4b7f-96ef-1cec5d9c4424/width=450/4353005.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "ULD9xDE2EQ~UrVNGRit6E2oftSE1tRR*M{xu", "type": "image"}, {"id": 4352710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e6dbdc4-b9b6-417e-9c60-3fae74170b5e/width=450/4352710.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCF$YE8_Op9bVCxtI8t6oEtRwHkD?wNIEOep", "type": "image"}, {"id": 4352950, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db43ef97-a9f2-4576-a803-05ba236f9c83/width=450/4352950.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGF5?X4:-:~VOHEMIoW@D$ROxaE2bwR5Mc%0", "type": "image"}, {"id": 4352533, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/baa3aed9-955d-4dee-8b81-5293649ad8f3/width=450/4352533.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8EME]aKAcRP~V%#D%$yC9ozDjQ-?vtQ4pIU", "type": "image"}, {"id": 4352423, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4feff91-d122-4166-8c2f-a930d8cd9356/width=450/4352423.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UIGR#RIUVq~AxZ=^57R,DjxuS%9yx]NJn4Rj", "type": "image"}, {"id": 4352424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4058072e-3533-408b-834b-38aba8aa1809/width=450/4352424.jpeg", "nsfwLevel": 2, "width": 1216, "height": 832, "hash": "UCFr#BZg%111}=8^smRjWA9^t-Mxv|IUxvIA", "type": "image"}, {"id": 4352425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12b459c0-48cf-4a51-8a9b-b512a909277e/width=450/4352425.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U7E.@MR=,-04]y0h56R602NH9y~WO[^*R.%z", "type": "image"}, {"id": 4352538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66f32915-472c-404d-b050-c202f03b8b3b/width=450/4352538.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDE2|T%MEk^+^i-:S2t7nNx^IoMx?wNeI]tR", "type": "image"}, {"id": 4352655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b75d9b0-9546-4824-a43f-e80dd09bf648/width=450/4352655.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8D]-#74KlwG~90000$y0--4IU?vpx-=Mdxt", "type": "image"}, {"id": 4352709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d74b639-96dc-4367-8130-bc2ce9c65d57/width=450/4352709.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGEV]C*0Kk9a?DIqE1RiRhk=o#?aXn%gIq-;", "type": "image"}, {"id": 4353279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e5331a1-a7b9-453c-8ea2-01d94cbecc34/width=450/4353279.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAFPEB4n8^_N0rsj4nFg-:Is8_yDyD-Qt7t6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/254853", "modelId": 225911} \ No newline at end of file diff --git a/datasets/metadata/254930.json b/datasets/metadata/254930.json new file mode 100644 index 0000000000000000000000000000000000000000..904fa0c4e13c976dbe31fb8e1355aaac84d90837 --- /dev/null +++ b/datasets/metadata/254930.json @@ -0,0 +1 @@ +{"id": 254930, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-08T09:19:57.955Z", "availability": "Public", "nsfwLevel": 6, "description": "edited Hair
", "trainedWords": [], "stats": {"downloadCount": 222, "ratingCount": 24, "rating": 5, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 197713, "sizeKB": 35085.1875, "name": "Marin_Summoner_Hollow_V2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-08T09:15:53.667Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B28ECCFB", "AutoV2": "1DDA46ACE9", "SHA256": "1DDA46ACE994BF0BC69F37D8B8E632993C54CC4FD4E891217B9547B87481F947", "CRC32": "BD0B98F8", "BLAKE3": "D636E359B50D820A72ED7DC31C87AE161F9A2999DAA3ED57EBB51393B0CA158F"}, "downloadUrl": "https://civitai.com/api/download/models/254930?type=Training%20Data"}, {"id": 197711, "sizeKB": 22256.66015625, "name": "Marin_Summoner_Hollow-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-08T09:16:46.043Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "21AB24A7", "AutoV2": "D686A87F4C", "SHA256": "D686A87F4C4161A743ABB386E6FADE7FA99FC972687CEF3C08DB3AF2BA01215F", "CRC32": "62DAF136", "BLAKE3": "D227E54B3F258310B02DE7B219022754992D4986B27AF4722EF080BD0D17F86C", "AutoV3": "3A341ABC5087"}, "downloadUrl": "https://civitai.com/api/download/models/254930", "primary": true}], "images": [{"id": 4312056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b90491d5-b290-4d0f-a250-140f94bd4dac/width=450/4312056.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHMZt8-;19%M.7tR?w%L01WVrpoJD*t6-pRk", "type": "image"}, {"id": 4312054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/752bea30-ce3b-449f-a847-5ee2faefc932/width=450/4312054.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHMZt8-;19%M.7tR?w%L01WVrpoJD*t6-pRk", "type": "image"}, {"id": 4312115, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b11f519f-6efe-4d25-8dce-95ac706e0261/width=450/4312115.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTL:[p~qXn_3t5%LEO%LE1aeV@f+o}j[%LIo", "type": "image"}, {"id": 4312265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/588aee62-e75f-42ee-9d6a-bb38491801d9/width=450/4312265.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UwOpDKs:yExa~pbHkXkCoct6WBRkW=WBaeoK", "type": "image"}, {"id": 4346525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcacfe1d-06a1-423b-9ab5-966b2e7f1428/width=450/4346525.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDD+oG^i009GD%I;xa~VxuxsxGIpR+Rks;t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/254930", "modelId": 224761} \ No newline at end of file diff --git a/datasets/metadata/255032.json b/datasets/metadata/255032.json new file mode 100644 index 0000000000000000000000000000000000000000..e4eb8ecdb2f984a4447f5c72fc8d0de9d7d06fb3 --- /dev/null +++ b/datasets/metadata/255032.json @@ -0,0 +1 @@ +{"id": 255032, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-08T10:53:04.949Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 224, "ratingCount": 25, "rating": 5, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 197791, "sizeKB": 35741.5205078125, "name": "Demigod_Paladin_Hollow.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-08T10:55:37.945Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E3AE1ED3", "AutoV2": "922C220BFB", "SHA256": "922C220BFBE2256D53885803343A4F35F68BA01EC5638A6F72E4B72E0ACF1D87", "CRC32": "DB58BAC9", "BLAKE3": "0F624EA41258100BB7CF8D3288D90502CC60AC63A6FE4ADEC8F5C2BE578B2BD9"}, "downloadUrl": "https://civitai.com/api/download/models/255032?type=Training%20Data"}, {"id": 197790, "sizeKB": 22256.39453125, "name": "Demigod_Paladin_Hollow-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-08T10:55:43.396Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5C613782", "AutoV2": "F55D18E56C", "SHA256": "F55D18E56C03B85DF9A6B9CABFA0963461B589969A1506CF1D836E2D9E00BCDC", "CRC32": "DD2FADD3", "BLAKE3": "59ADD5BBE516695F7129FE244E6AA01DDB0F0D1A6D6618F7BB5E128755CFE7BA", "AutoV3": "E7194FDDA2DA"}, "downloadUrl": "https://civitai.com/api/download/models/255032", "primary": true}], "images": [{"id": 4313997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/030f387c-7213-4ac9-b178-34786b81dc0a/width=450/4313997.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UhOy-4xtXnt6~Xa}x]j[IojZs:a{XRWVNGay", "type": "image"}, {"id": 4314136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd366926-7ee3-4456-9a04-3f5ca68c3ac7/width=450/4314136.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UgPZ46tR%$tR~qt7tSaeM|RPt7a}OSbYV@oz", "type": "image"}, {"id": 4313936, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dab21971-ec29-4ff2-a51e-d46b236bd8ee/width=450/4313936.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UkP6T]x[yEt7~qkCx]azIUjZafayo|WVRja|", "type": "image"}, {"id": 4314771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84157a7e-57ca-4b15-88be-98175d25b245/width=450/4314771.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U9LW;J9w04~BMaEN00t88yNHPARPci=@;O$x", "type": "image"}, {"id": 4315006, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6880e04a-645d-4d7a-88a7-31d4022d1166/width=450/4315006.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXMjgrR=PEb{PDMy5ANfxwM}NJt7ICt5%1so", "type": "image"}, {"id": 4347288, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/435edbac-6ce6-4f0a-adb4-ba3a0aebec73/width=450/4347288.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URIr7}?bKjsl?^ozWBt7bcWCMx%LV[t7xZR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/255032", "modelId": 226072} \ No newline at end of file diff --git a/datasets/metadata/255106.json b/datasets/metadata/255106.json new file mode 100644 index 0000000000000000000000000000000000000000..20ad13bf63895582e473dbdd93103246c64e123e --- /dev/null +++ b/datasets/metadata/255106.json @@ -0,0 +1 @@ +{"id": 255106, "index": 1, "name": "SD1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-09T07:36:25.001Z", "availability": "Public", "nsfwLevel": 17, "description": null, "trainedWords": ["DonMT3chW0rld"], "stats": {"downloadCount": 264, "ratingCount": 2, "rating": 5, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 197849, "sizeKB": 84869.88671875, "name": "255106_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-08T12:40:43.552Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0D659EFA", "AutoV2": "6CC78B5DCC", "SHA256": "6CC78B5DCC233C04E7BDC26978E84718876051E0F8A52841EE133C30A9415E8C", "CRC32": "E89B54C8", "BLAKE3": "40444716B2451119C2395ED89CA3740EBB3E0F41979ABECC1703A6846E856BF9"}, "downloadUrl": "https://civitai.com/api/download/models/255106?type=Training%20Data"}, {"id": 198012, "sizeKB": 36979.5546875, "name": "DonMT3chW0rld-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-08T16:05:42.898Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3D35B7D2", "AutoV2": "F53A1EA863", "SHA256": "F53A1EA863F48305FC73D4590A8697DC05A1184865487D3EE41C99A9979B4938", "CRC32": "2D17EC67", "BLAKE3": "6E31EC0905756E22BBDF95FD16182D9FC8C41B0DCC27C41ECA50D7907EFF3583", "AutoV3": "C4E17D87BF4D"}, "downloadUrl": "https://civitai.com/api/download/models/255106", "primary": true}], "images": [{"id": 4341548, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fd6b956-9e83-42d6-af3e-42ccae05900d/width=450/4341548.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UGD17^s:8{Sh?vbHx]%M_Mx]D%IU_Nx]RPR*", "type": "image"}, {"id": 4341560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c70c73bd-0dfe-4760-87b2-2e5f70f61d1a/width=450/4341560.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UHC@KiWC4nxu~qj[8_ayt7j[D%WB.8j[WCof", "type": "image"}, {"id": 4341534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9ddf0db-ef88-4c02-8da0-dedd6c3e9eb2/width=450/4341534.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UA9uTro#Dij^?cRP9Ft6xsj=8_oM?wozDhe-", "type": "image"}, {"id": 4341535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d11d5be-2389-4063-b926-cb2c5a4db914/width=450/4341535.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U59H@FIB4Txu~oWB8waK_2ozNct700oJM{oz", "type": "image"}, {"id": 4341538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1d0e71c-68a1-4909-b508-ae6e9320da5f/width=450/4341538.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U36b_b.8HXoIr.nOyst7D4Mwx]kD8wbcDORP", "type": "image"}, {"id": 4341537, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e21b0980-f37b-41c7-8510-4a10c67bb67a/width=450/4341537.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U9DwEcn30000~q-:8{R*-oM{E1.8MxoL%fIV", "type": "image"}, {"id": 4341551, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8fef2c1-a7bb-41a7-9f5b-fa26b32f79cf/width=450/4341551.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UTF%0o%LIUoz~q-;NGt7_2xuM|jZ-;oJR*t7", "type": "image"}, {"id": 4341536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02768328-3799-4f7e-a5b2-ccf72dcd3219/width=450/4341536.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U8Adiv?^-:%gX9%M?vNH4T00IUI9tlRjIoIU", "type": "image"}, {"id": 4341539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41c6fd8c-572a-4358-8835-68912084c151/width=450/4341539.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UcF~,I9GxaNG~qRkbHt7%Nt7RjoeIps:WBWB", "type": "image"}, {"id": 4341540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49de74a1-d17a-4fa3-8026-415a173d752a/width=450/4341540.jpeg", "nsfwLevel": 16, "width": 1280, "height": 1664, "hash": "U59tr:xaIA~p00b_D*9F?GtmOF%N4TxZt6I9", "type": "image"}, {"id": 4341543, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc884df1-3d68-4b5e-a28c-2784503cfc6f/width=450/4341543.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UB9IC|8_8^?^.8MwDi%gHrn#e-kWR+V@xZWY", "type": "image"}, {"id": 4341544, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32ca45b4-07a3-424e-b949-47cce8047b96/width=450/4341544.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U9A--XH=4TtR-pozIpM{_MjF8_IUxuMxt,IU", "type": "image"}, {"id": 4341542, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ffca583-74da-4663-87e4-549687d61a62/width=450/4341542.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U89RITofrBoz?^ogROfkxaayjZWBj[j[RPV@", "type": "image"}, {"id": 4341545, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35aa4787-5a45-4104-b05b-a85d4ec3436e/width=450/4341545.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U59RX;M{00?^xvt78_Mxr;tR4TDh.Tt7IAMx", "type": "image"}, {"id": 4341546, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ce71c3c-d100-4144-9e83-7f8612bca66c/width=450/4341546.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UBBgl6?bDiE2~q-;Ip4n~q-;WCD%_3xuRjof", "type": "image"}, {"id": 4341550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73e4aa18-9880-4e9b-b4ce-27432d732040/width=450/4341550.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U9AKw6f68woz?wj[IAkC8wofNGWAMxayx]ay", "type": "image"}, {"id": 4341559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3139296-c37e-49f3-9705-67c1d3c6c7d2/width=450/4341559.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UEABU_M{4T?v?^RjDi%MxZaxWCoft7oztRae", "type": "image"}, {"id": 4341549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/398da82e-ddce-4bbe-a2a1-18fdde51f987/width=450/4341549.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UGC@Qt_3IAIU~q?b%MM{-;s:ofRk?v%MRjIU", "type": "image"}, {"id": 4341552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f59d691-33eb-4711-a954-3eafc538e0a2/width=450/4341552.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UPDJ^rxatRM{?^.7xtWBs8%gaeofI;oft6t7", "type": "image"}, {"id": 4341554, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3166534-b173-40ea-8d69-a97b03697a20/width=450/4341554.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UC6ueTayRiof_NazWBj[?^ayWBj[.8a|azjZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/255106", "modelId": 226141} \ No newline at end of file diff --git a/datasets/metadata/255368.json b/datasets/metadata/255368.json new file mode 100644 index 0000000000000000000000000000000000000000..cd4171a295b112f38a87173572636d1150d1db7c --- /dev/null +++ b/datasets/metadata/255368.json @@ -0,0 +1 @@ +{"id": 255368, "index": 0, "name": "GI Joe Red", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-08T19:08:23.315Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 59, "ratingCount": 1, "rating": 5, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 198070, "sizeKB": 10854.6611328125, "name": "255368_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-08T17:06:19.925Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9DE7A602", "AutoV2": "E7153D801D", "SHA256": "E7153D801DA19FF571C7A626E52E66EFA6164D13B35F561C7415BFC53EE3FC4E", "CRC32": "25F0AF9C", "BLAKE3": "62A0530D738CC6982AA128EBF51B297EB33BF9F851CD82167CB11912773E90DD"}, "downloadUrl": "https://civitai.com/api/download/models/255368?type=Training%20Data"}, {"id": 198187, "sizeKB": 223098.98828125, "name": "GI_Joe_Red.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-08T19:05:43.264Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5D8A0BB3", "AutoV2": "B1AED77BD4", "SHA256": "B1AED77BD4588E2BB4DEBEE7257670624347CB5CB585B861231C6C7D9C2F3AF4", "CRC32": "0C059741", "BLAKE3": "36C3893A0F44CCB122F878FA2040C446B1F3E756F4ABF2BF51C3E4D34F47E2E9", "AutoV3": "57E3E9305CDF"}, "downloadUrl": "https://civitai.com/api/download/models/255368", "primary": true}], "images": [{"id": 4327525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d18cf2b-ad07-4e85-8c42-5b4b6c6b2a87/width=450/4327525.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYF~zHXTEmV?~Ur;SiWrY7bvwdozR%WBr=n$", "type": "image"}, {"id": 4327526, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29b4066d-3dd7-4828-b732-e5d8ea25e0c9/width=450/4327526.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9D+}ANMm$x8#69v5FtR[7H@BYtl~nk9-.-n", "type": "image"}, {"id": 4327527, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/427a38e9-0c49-4327-b962-46244f5ff68d/width=450/4327527.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKFiV[%1I[Rl%%j?OZWX-=t6%Lt7o$RjR+kC", "type": "image"}, {"id": 4327528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f8a6e9d-225d-43b8-8001-c0748a0d0b5c/width=450/4327528.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPF5{kxGgi%3ArMyoyNeISS6ROIo}9ogof$#", "type": "image"}, {"id": 7024868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab20b7bc-2226-4213-b75a-a41637bb693b/width=450/7024868.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UOH24X%ft-I]O_aiT1t8tT-Ps;s:IpRjaeWB", "type": "image"}, {"id": 7194333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7188e3c-08b0-46a9-897a-ed6aaa5b4989/width=450/7194333.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "UEEV=vUzAp4:.j4WtjR*SvDkxtt6t7Rjs;xt", "type": "image"}, {"id": 7194330, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e81d5b4-ceeb-474e-a5ff-0847e853df01/width=450/7194330.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "UJJ*9h~U?bD*K-D*ESjE16t7NL%LyEtSniWC", "type": "image"}, {"id": 7194331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d08fc1c-9e84-45ec-9ace-9302d4c46140/width=450/7194331.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "UUK,]M~A-:IUEmIVXTV@TykWIVxZx]t6t6Rk", "type": "image"}, {"id": 7194334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/809d6f4f-1668-46d1-9ac9-2ac7aa0378b4/width=450/7194334.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "UTJtVR^h^*xZu6M{R.oJOb-UxaxZOuR+WCR-", "type": "image"}, {"id": 7194332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91a98e95-1b38-4efb-a446-660665b9a15f/width=450/7194332.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "U9C~ero}v}IU^OIV0zW=}=oIR+oL0fW=JBbc", "type": "image"}, {"id": 7194335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fae2a0eb-f906-4dbd-a23a-7a791c93cfc5/width=450/7194335.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UGFrkkD%E3Iq~XIAT0xuo#nhtlRi.7-:e:D%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/255368", "modelId": 226380} \ No newline at end of file diff --git a/datasets/metadata/255433.json b/datasets/metadata/255433.json new file mode 100644 index 0000000000000000000000000000000000000000..f95d120c0a52fef95ce6e8d23e5af8a788b3ad4f --- /dev/null +++ b/datasets/metadata/255433.json @@ -0,0 +1 @@ +{"id": 255433, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-08T18:08:29.886Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["WrongHole"], "stats": {"downloadCount": 448, "ratingCount": 47, "rating": 5, "thumbsUpCount": 70, "thumbsDownCount": 0}, "files": [{"id": 198141, "sizeKB": 282148.388671875, "name": "WrongHoleGenerator Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-08T18:15:50.363Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "84236DB0", "AutoV2": "6CB9D4E530", "SHA256": "6CB9D4E530446FDEA16A0E901D9DB45B1848CE7E5239DFCBF50EB2F89F834FED", "CRC32": "08EF61CB", "BLAKE3": "6025EE7B45B6939A4E3C1342EC4AFAD7DB8EC4232B8AC576AD657592F8262F55"}, "downloadUrl": "https://civitai.com/api/download/models/255433?type=Training%20Data"}, {"id": 198132, "sizeKB": 147580.28125, "name": "WrongHole.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-08T18:10:53.595Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5BA64658", "AutoV2": "75828909A5", "SHA256": "75828909A510CDD30CFFA666B99144809D83CB55ACEA1F907978AD8773D6AA0D", "CRC32": "CE1C1AD1", "BLAKE3": "C23A94EE0867506C4C9E8A596B3390E6C7DC523DF533BCEA42B724D25BCC673D", "AutoV3": "B84AB03BE60A"}, "downloadUrl": "https://civitai.com/api/download/models/255433", "primary": true}], "images": [{"id": 4325638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee357af9-e06e-4d36-8a2d-4e0d93597e3f/width=450/4325638.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHKcth?b%g~p9^jY%1WV0#%24;Mx02D%RPxD", "type": "image"}, {"id": 4325619, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/352e2c42-d036-4c8d-8e9a-fb1ef16582f3/width=450/4325619.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTK^KU~p~W?b^*x]I?W=9F?GR*WBn$R*WCjZ", "type": "image"}, {"id": 4325637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/787f7743-2e19-4f84-9e00-d4773749a8c8/width=450/4325637.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U9I:zb%zEL~C5m01000L=|={0z570MVs^*~V", "type": "image"}, {"id": 4325641, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/110b9796-2e1a-48a3-932d-f37255834f74/width=450/4325641.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UeLVp_My~BR6tQxFWBsmxtxaM|t6E2ofRQW;", "type": "image"}, {"id": 4325617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9abb71eb-5e2a-4215-b762-f9bd9b62045a/width=450/4325617.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDINjY?GIpE100%1xtV@~BI;a#%20fD*?GM|", "type": "image"}, {"id": 4325615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc80c180-b7c4-472e-bf86-2f4111b5e52f/width=450/4325615.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFLWz^Iq.T^+9Z?bD%M|.9IUD%nhM{WqtRxt", "type": "image"}, {"id": 4325616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db2b6b51-a309-4c07-8c0c-79444ab5f282/width=450/4325616.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UVIEUw~Vxu?GWBIoRjWB0LV@n*RjNHa}M|Io", "type": "image"}, {"id": 4325644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ed4c346-f6b0-498c-8728-cb8bb142eaf7/width=450/4325644.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UfI4Ou~BT0R.xuM|M{jY-;t7ofs:tRRjWBj@", "type": "image"}, {"id": 4325645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8b964dc-c138-468f-98c9-f48c54fd7aa6/width=450/4325645.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UADk}U}@-A~B?H4:9t-p9aE20fIp9a^j$%9a", "type": "image"}, {"id": 4325618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e6da2cc-c36f-45f2-9e8e-d5273fed5e2d/width=450/4325618.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJFO+E$zwZ~V0eogWAR*9FD+tRD*j?xa-pay", "type": "image"}, {"id": 4325620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89059ee7-05b8-429a-b94e-0db22d993e8c/width=450/4325620.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USK,HO^*s:M{57sm-oWBVt4:NHa{~VWVjFs.", "type": "image"}, {"id": 4325632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/871aa6eb-b759-4312-b77e-19b056cd71c8/width=450/4325632.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFBgC;Dju4NHlo9F_3x[^,ngo}baNdM{aLt7", "type": "image"}, {"id": 4325621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7330c5d-4fc9-4b9d-a1c7-f60f175c9633/width=450/4325621.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCD+PRxZD%$%x]~BNG9G$*j?IVW=9tE1Nb%f", "type": "image"}, {"id": 4325630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83d8da48-baa2-4e7d-92eb-edb892be6983/width=450/4325630.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U79%VNt902%1~q-qIUIUEm%MnhIo^*NHE2-o", "type": "image"}, {"id": 4325628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c416b8ff-ef7c-40f8-8a62-81beac1f36c1/width=450/4325628.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCB.DqogAat7tl=x$jS5-ooyniso}?EMNGWE", "type": "image"}, {"id": 4325631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57e55005-a342-44dd-854e-043a35925c5b/width=450/4325631.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBD9t%M{pGoH~penD+Mz.7t5xZobxvM|V[RQ", "type": "image"}, {"id": 4325629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e76a7b63-ef21-4a10-b09d-f8f1ba907c24/width=450/4325629.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCCZFPVD?^4pyY02?vIU?uELg5%2D+xb%1t6", "type": "image"}, {"id": 4325639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4c6fd1d-beed-41f2-a7d2-af279b459218/width=450/4325639.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UEI:dwcC$_^kO?Ef=yOr0g?GJqxZ~UkC56RQ", "type": "image"}, {"id": 4325634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/482362ff-adc7-4391-96c0-d64b558ec385/width=450/4325634.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UAGbL{?b4.0LIV00j[NZIq~AgO01_2_2M{4o", "type": "image"}, {"id": 4325643, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b210610-7600-43bf-bf16-96aab1ac5e26/width=450/4325643.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UDI|zN0L~B9atlIU~VRP-p01O@-n%gjFE2-p", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/255433", "modelId": 226439} \ No newline at end of file diff --git a/datasets/metadata/255463.json b/datasets/metadata/255463.json new file mode 100644 index 0000000000000000000000000000000000000000..31769284d673af392f951efef2c0e3c7bc6ced1e --- /dev/null +++ b/datasets/metadata/255463.json @@ -0,0 +1 @@ +{"id": 255463, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-08T18:26:36.124Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 201, "ratingCount": 30, "rating": 5, "thumbsUpCount": 42, "thumbsDownCount": 0}, "files": [{"id": 198157, "sizeKB": 22255.93359375, "name": "Eos_Aurora_Hollow-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-08T18:31:16.683Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F6A48362", "AutoV2": "ECCA626506", "SHA256": "ECCA6265060BF4A43AD8E1C87BC72C05F256434C2A3D475E5EE9363140E89919", "CRC32": "ADD60634", "BLAKE3": "D4683B812DC362B57D7F444B70733942740711DA362245473C71E53719DB2073", "AutoV3": "FB325C567772"}, "downloadUrl": "https://civitai.com/api/download/models/255463", "primary": true}, {"id": 198158, "sizeKB": 40542.7470703125, "name": "Eos_Aurora_Hollow.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-08T18:31:22.888Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BFB6078F", "AutoV2": "34F65BDC7C", "SHA256": "34F65BDC7CB0D382A0F6A8759CFF308910EDD668EFCBC00567B9A219B9AFC20D", "CRC32": "0759C00A", "BLAKE3": "B6D120F8D9294187D887A4583A2C9D759A3F09143D2B80BBEBD9091C9D8D5671"}, "downloadUrl": "https://civitai.com/api/download/models/255463?type=Training%20Data"}], "images": [{"id": 4326232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87f5826a-0432-4e74-85d0-0d2467c9e31b/width=450/4326232.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUR{0.xu*0xut1azyEofyEbIRoazxCjur=ax", "type": "image"}, {"id": 4326224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcd37299-84fd-4f72-8d7b-1e8530b9ee7c/width=450/4326224.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUR{0.xu*0xut1ayyEoft-bIRoazxCj[r=ax", "type": "image"}, {"id": 4326411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc063b90-6873-4e05-bd3d-af265346fe39/width=450/4326411.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTRVRo%gu6%g-:adyFjEN{WBnio#-pt7Myof", "type": "image"}, {"id": 4326765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fde498a7-60e2-4feb-a00a-1fa9aec38aed/width=450/4326765.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UeQ]Zv%2.TkW-oRiNetRtlRkaeogR*t8%2Ri", "type": "image"}, {"id": 4327176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fef1337b-2701-4667-8d8d-d165abc6665a/width=450/4327176.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPOgNb?F2|-o_1I[%MxuBrxCIpENbv$yROWA", "type": "image"}, {"id": 4347684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35625a51-4c4e-4ead-8018-424245e077ed/width=450/4347684.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHMHJkx_16rqyD-U?HwbKlRjM}w]lVR*$+NH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/255463", "modelId": 226463} \ No newline at end of file diff --git a/datasets/metadata/255583.json b/datasets/metadata/255583.json new file mode 100644 index 0000000000000000000000000000000000000000..d3ad2e731271db6d7c0db6a23548715694975222 --- /dev/null +++ b/datasets/metadata/255583.json @@ -0,0 +1 @@ +{"id": 255583, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-08T20:56:38.302Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 255, "ratingCount": 41, "rating": 5, "thumbsUpCount": 59, "thumbsDownCount": 0}, "files": [{"id": 198268, "sizeKB": 22258.30078125, "name": "Succubus_Assassin_Hollow-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-08T21:00:42.768Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2D99678D", "AutoV2": "63327F29D9", "SHA256": "63327F29D94ADEC3EFB94D96C75CD2D8391C4F9C2576B0730EDF326DA73CE1DD", "CRC32": "E7B0DC65", "BLAKE3": "8B7239F7670A99E6F8F675EADE1C7F59F6637B8583D615837731AC753F2675E1", "AutoV3": "AA390E0AF988"}, "downloadUrl": "https://civitai.com/api/download/models/255583", "primary": true}, {"id": 198267, "sizeKB": 38948.591796875, "name": "Succubus_Assassin_Hollow.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-08T21:01:13.022Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "749DBE48", "AutoV2": "D16096FCC0", "SHA256": "D16096FCC0BBDA75D2599DF2CF4268AE3BBB4B7B0AD21490C6385F3EA6FF7079", "CRC32": "51C7D108", "BLAKE3": "1EE204537FCF8E3F014AF9B896E4D2FCF7CAADC39436C59609A86620225E5E49"}, "downloadUrl": "https://civitai.com/api/download/models/255583?type=Training%20Data"}], "images": [{"id": 4330253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7dcfe384-ffac-4ecf-a2d0-639bc5bd7553/width=450/4330253.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaP65Kt6PptR~qj[_Nt79tj[oIj[%2j@M{WB", "type": "image"}, {"id": 4330477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9efb9895-955a-4610-913c-2b6cf7e1efc0/width=450/4330477.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWLpm#D%lT8{~CIUXmV@9GM|%Lt7n$-:j?M{", "type": "image"}, {"id": 4330624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e532876-905a-41ac-83a5-39cb19ea4bda/width=450/4330624.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UlM6-nIUyExu~WaKtlR*XT-:-;t7%2NHkC%M", "type": "image"}, {"id": 4330791, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc3984e7-7a98-4f17-941d-2f4a3911299a/width=450/4330791.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNLpmy%LF{Z$^+S3ELDi?HxZ^+nO_NR*%MIV", "type": "image"}, {"id": 4347790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62730dea-4ac6-4bdf-993b-e6ad4158b966/width=450/4347790.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBEL8AI;56^j}[-oJ7sU%1-9J8xG4:=|^*9a", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/255583", "modelId": 226569} \ No newline at end of file diff --git a/datasets/metadata/256054.json b/datasets/metadata/256054.json new file mode 100644 index 0000000000000000000000000000000000000000..fbf72ed5c217b9b226da0752152ccca9447d2008 --- /dev/null +++ b/datasets/metadata/256054.json @@ -0,0 +1 @@ +{"id": 256054, "index": 0, "name": "Kb Nobodies Mix XL v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-09T09:45:12.999Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 94, "ratingCount": 5, "rating": 5, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 198595, "sizeKB": 51635.2197265625, "name": "256054_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-09T03:05:39.962Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F2525C7F", "AutoV2": "D286378C4C", "SHA256": "D286378C4C6776E50E8F7BB705F3E069DF60A8C9222126DD4629B34B0CE4291B", "CRC32": "2104866E", "BLAKE3": "2175024D3861210F5C08EF31BDA521D7246741748BE048E784044DF94C744B26"}, "downloadUrl": "https://civitai.com/api/download/models/256054?type=Training%20Data"}, {"id": 198878, "sizeKB": 445788.73046875, "name": "Kb_Nobodies_Mix_XL_v1.0-000011.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-09T09:46:29.368Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "96288E16", "AutoV2": "B8ED0B8C8C", "SHA256": "B8ED0B8C8C96F8DCBB839921D9CB454A10E550BA4CD90E8B3918238B5F9E4AA3", "CRC32": "E186C2A8", "BLAKE3": "68E9FFE187F5728D0B03F773B07945A7260077F0E64E4C4CDE6CE7E374129577", "AutoV3": "53119861E5BC"}, "downloadUrl": "https://civitai.com/api/download/models/256054", "primary": true}], "images": [{"id": 4344449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f9118f4-38d3-44d3-aaf6-b19b9100c181/width=450/4344449.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U2B3yqVCS$?b~qrpJCt700xY^+W=S5Rj?Gog", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/256054", "modelId": 227003} \ No newline at end of file diff --git a/datasets/metadata/25618.json b/datasets/metadata/25618.json new file mode 100644 index 0000000000000000000000000000000000000000..097155279abe98e4235f8a1910a9cea03698a646 --- /dev/null +++ b/datasets/metadata/25618.json @@ -0,0 +1 @@ +{"id": 25618, "index": 0, "name": "2.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-03-19T12:21:20.892Z", "availability": "Public", "nsfwLevel": 1, "description": "Improved quality, smaller size. Still for anything-v3.1
", "trainedWords": ["anthro", "white hair"], "stats": {"downloadCount": 567, "ratingCount": 29, "rating": 5, "thumbsUpCount": 35, "thumbsDownCount": 0}, "files": [{"id": 21268, "sizeKB": 1674.13671875, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-19T12:26:20.292Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "F5E4A2EA39", "SHA256": "F5E4A2EA396941DF56518F1C13FCC22362E56F7A46356BF27C9067BA0C40A88A", "CRC32": "E7AFD311", "BLAKE3": "323C1AA0AD4F59A25273BAF3D3A7B3F2007C609453D36A3200F12E3618AC664B"}, "downloadUrl": "https://civitai.com/api/download/models/25618?type=Training%20Data"}, {"id": 21267, "sizeKB": 76188.4248046875, "name": "ssasriel-3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-19T12:26:22.097Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "DEA5E36C", "AutoV2": "CDCC82C329", "SHA256": "CDCC82C329B87EEC23E034813CA9160525486246D712CBF53CB7B4C15B7EE505", "CRC32": "8B745216", "BLAKE3": "963627FA84DABEA792D161AC319DB62947C0AD87951AC4246A0EC670D4A281C8", "AutoV3": "F96C222DF3F6"}, "downloadUrl": "https://civitai.com/api/download/models/25618", "primary": true}], "images": [{"id": 281531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0aa702d3-5c16-472b-e751-b99ba845b000/width=450/281531.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UVI5oXu4?]t,yEN1EMNJS%wbnOxD5UNHM{bG", "type": "image"}, {"id": 281538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6482ef9d-3251-48cd-2166-0530bed72300/width=450/281538.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UvKd[ER+IpV@~pt7WBWVIq-:n~ozM_%MbIs:", "type": "image"}, {"id": 281537, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ea86d37-48ee-4351-bd53-e7941960bc00/width=450/281537.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UUKKsY8|cXtRpy%0S%kVEmbv%1R-RoR.Vsa$", "type": "image"}, {"id": 281536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19ecc418-4a6f-4a96-e7ad-00b1a6c12900/width=450/281536.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "USGbq+-:JOX9~WxaD*WX%zbHMyn$EMWCxCs-", "type": "image"}, {"id": 281535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3faa273-47d3-4f84-c0d0-ad232059fa00/width=450/281535.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U8FrP0r-IR^,010f4:_4pd-pMwM{=:xG_3NF", "type": "image"}, {"id": 281534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f647fbb4-686a-43f4-89bd-e1ad1c2c0a00/width=450/281534.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAGkqTxaE4%3~Ts:j^bHx]oe9YWB9aRj?Gxt", "type": "image"}, {"id": 281533, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/036ddc11-b057-4160-c415-d716f9752600/width=450/281533.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UfKKsWxtyq$yY8R+O[fT=yjbn4ovXnxVoce=", "type": "image"}, {"id": 281532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9939d639-44d9-4756-43d0-78d0f9bbc200/width=450/281532.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHJjxl9%NX-T~Axc00ImGZElwa5S56xp$|%E", "type": "image"}, {"id": 281530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc4106f9-f3c5-40b0-2951-4c1ffc8ba300/width=450/281530.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UTK1gwIC0MIU~XRjITM|00xuV?of4n%Mo}tQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/25618", "modelId": 13007} \ No newline at end of file diff --git a/datasets/metadata/256377.json b/datasets/metadata/256377.json new file mode 100644 index 0000000000000000000000000000000000000000..f9d2ef209237bfad5f978a0a626facb2b824576f --- /dev/null +++ b/datasets/metadata/256377.json @@ -0,0 +1 @@ +{"id": 256377, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-09T09:52:30.200Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 186, "ratingCount": 22, "rating": 5, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 198897, "sizeKB": 32765.19921875, "name": "NYO_PLAYHOME-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-09T09:55:53.921Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9172C24C", "AutoV2": "1BA5424A56", "SHA256": "1BA5424A56AE968906EB58BDB8C7275D515A37FAA9071B664390EDFAEC516ABD", "CRC32": "07F9D39E", "BLAKE3": "3B80B9DBF59B80198FB327845682FE5BFDEB8DB352985B64282C6E3F3927C637", "AutoV3": "C5298532BF93"}, "downloadUrl": "https://civitai.com/api/download/models/256377", "primary": true}, {"id": 198898, "sizeKB": 43591.1162109375, "name": "NYO_PLAYHOME.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-09T09:56:20.638Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "50CD6C20", "AutoV2": "CB01500D64", "SHA256": "CB01500D64B08A9F628D41CAA5CB5228F709A68A8B7AA3BA89029278E6E412A6", "CRC32": "115C35FB", "BLAKE3": "2DF86A9333A3F1359186AEA1ED905E4468C081B6AD848CE38AD6B5FE575F3165"}, "downloadUrl": "https://civitai.com/api/download/models/256377?type=Training%20Data"}], "images": [{"id": 4344943, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b03c6011-408f-43bc-a4e6-8b952a56f991/width=450/4344943.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UULgni-p_NxaxoRj%2WBx]oft7ofo#j[%2fQ", "type": "image"}, {"id": 4344879, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79050e7c-19a5-439f-b8f6-49949de08541/width=450/4344879.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMLD_f^+~ptRt1of?bRjInD%nOn%-;adWB-;", "type": "image"}, {"id": 4344684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf42b664-4708-436c-85c1-e6e84f01c0ab/width=450/4344684.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1504, "hash": "UOLD_e_3_N%LM^t7xat7bctQjFs:IoofxakC", "type": "image"}, {"id": 4345095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec2011f9-176c-4da7-ba8b-a693aeefa119/width=450/4345095.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULK-Rhxt_MxaRhM{-;%M9YxuniRj-=t7kBM{", "type": "image"}, {"id": 4345734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5efabc4c-92dc-442a-8e03-59d03e5211ed/width=450/4345734.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHLXrg-;1j%McbV[?bV[Olnjrpof_NoMnNbH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/256377", "modelId": 227269} \ No newline at end of file diff --git a/datasets/metadata/256490.json b/datasets/metadata/256490.json new file mode 100644 index 0000000000000000000000000000000000000000..ae308f306078ca75d9fbe552796dd59104df422c --- /dev/null +++ b/datasets/metadata/256490.json @@ -0,0 +1 @@ +{"id": 256490, "index": 1, "name": "SD1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-09T13:34:24.874Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["DonMFr4ck7ur3dUnd3rw0rld"], "stats": {"downloadCount": 191, "ratingCount": 2, "rating": 5, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 199004, "sizeKB": 57918.1044921875, "name": "256490_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-09T11:30:41.520Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A383E0AA", "AutoV2": "0260A1ABAF", "SHA256": "0260A1ABAF52075950F3EF377660E57212E84125505AEA84F1BBD9B342A97BF8", "CRC32": "018BCC05", "BLAKE3": "3AA4ED19186BF1E331309BE1944CA7E49AFD7E510E60A022B7BD1C05C77CD814"}, "downloadUrl": "https://civitai.com/api/download/models/256490?type=Training%20Data"}, {"id": 199107, "sizeKB": 36979.484375, "name": "DonMFr4ck7ur3dUnd3rw0rld-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-09T13:30:49.842Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5D15E6C8", "AutoV2": "57006401B4", "SHA256": "57006401B421C1C2CBB766ADC66906AC80ABAD8B640ECD72A667C998330C776D", "CRC32": "089BB7BE", "BLAKE3": "C34AC9836D60EA3E4C99E06851A59AD91F840E5CE368D6501B4A9134B7B4758B", "AutoV3": "09756B38C5F0"}, "downloadUrl": "https://civitai.com/api/download/models/256490", "primary": true}], "images": [{"id": 4350492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79266a57-7755-4dac-9214-8710877d766e/width=450/4350492.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U25=kN8c01?_CT-nQlDj0Bxc@=IT?7J6cE$j", "type": "image"}, {"id": 4350479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bafe32de-74ee-478f-9145-6e10447109c6/width=450/4350479.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U78Yh^yE00IU?^R48wxu,7WA8wkW.Tj]IAbc", "type": "image"}, {"id": 4350482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6d4db7c-8604-47fe-8145-c4e196e04c74/width=450/4350482.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U16[%MPD4TrC00xtT}RP_OZ~G6bY$tkDv~V?", "type": "image"}, {"id": 4350485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e16ee3e-f8df-40d4-8be7-8990d92c5c89/width=450/4350485.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U87eq+X84TRP_JoeD;R,-oozMyRP%KozMeM}", "type": "image"}, {"id": 4350484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cb7608b-e3f3-42c0-bdac-4b28cf1436c4/width=450/4350484.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U32Q.$pJL#aKQ8Z~pykYQRfRtQelivfPWYfk", "type": "image"}, {"id": 4350486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ac99792-f202-429a-94ff-84b7095e3534/width=450/4350486.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U87{XQyE00IVyZayL}aK$^ofD4MxZ|oyXpV@", "type": "image"}, {"id": 4350491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7229b5de-472f-4677-850e-4d471aa4a500/width=450/4350491.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U58X,[SQ00%$=qo~9ZI9yZyDMvH?JYV?#%s:", "type": "image"}, {"id": 4350483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e6b5b83-b734-4f81-be79-b3885473e361/width=450/4350483.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U35Gn-ui00Ux%ynNHYWAU[pJMJQlr;Z~Z$kX", "type": "image"}, {"id": 4350488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5af73a3d-fad4-4dc3-b34e-b965907f61fd/width=450/4350488.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U47LiwMc00rp00Vq_2NgzTyY57xu4.Q,_4XT", "type": "image"}, {"id": 4350489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1639af5c-047c-4f9b-9785-f441055414da/width=450/4350489.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U33dDDp0HXa1aIaJpfbIHXaJrVk8Q8kVpeoz", "type": "image"}, {"id": 4350487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84f00f7b-f7e4-4220-a9ba-8deff1dd8bdc/width=450/4350487.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U7Ad+f-;8wT14=D$4Te.?at68{Wr?^x]s*tS", "type": "image"}, {"id": 4350490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d13071e7-88d4-491b-b263-72a95487fbf1/width=450/4350490.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U25i.~yZ00RPs2oz8{MwUbQ,8wR4rVR5pytQ", "type": "image"}, {"id": 4350493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ad25694-d357-43de-a431-d502695c7658/width=450/4350493.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U67_ZyW?00s+iaadkDoz01oz^ijED#n$.TR-", "type": "image"}, {"id": 4350494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04bc84dc-daf4-40cf-9779-11a969e2a980/width=450/4350494.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UB9Qt0Rn4mx]YRRjR4xvA0s,wGX9VCs8t7S6", "type": "image"}, {"id": 4350496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e90c5503-be30-4b2a-8640-6fc2d4feb06f/width=450/4350496.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U34p,Tu58wT2S$MIs=u4HXVWx9tT*HyXM}XT", "type": "image"}, {"id": 4350500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ac1f170-6ce6-4f87-a5b4-c6398f2027fb/width=450/4350500.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U57UVkItqZt6EpoJ##bIIWs-EiWEpfogMcj?", "type": "image"}, {"id": 4350499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f43a14e8-bf59-4702-8a44-d79d0e040ca8/width=450/4350499.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U24{Sfg300VWSbtRh{RO0:f6#Pax-6RkGJtR", "type": "image"}, {"id": 4350501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f1a5d38-8506-4718-9dc9-5d35b4b64f94/width=450/4350501.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U36Jd^i^00x^UbL}UHnh.9tQR%Rj00V?_1RP", "type": "image"}, {"id": 4350498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33917d84-fa86-4413-b2b4-a8f8ef2f44a4/width=450/4350498.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U64NGbpeD4V@rqVqR4a$yZp0L}VXpxadQ,kX", "type": "image"}, {"id": 4350503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d200c1ff-63a4-44ed-9414-888e8c3d9808/width=450/4350503.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U372%MV[00.T_3Mw4n.T?FIA00r;.9MwIAx]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/256490", "modelId": 227366} \ No newline at end of file diff --git a/datasets/metadata/256624.json b/datasets/metadata/256624.json new file mode 100644 index 0000000000000000000000000000000000000000..5ee2993c4a1ffe3a0586bab277e202081850d6a8 --- /dev/null +++ b/datasets/metadata/256624.json @@ -0,0 +1 @@ +{"id": 256624, "index": 0, "name": "v2.0 Hollow 1st outfit", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-09T13:45:56.772Z", "availability": "Public", "nsfwLevel": 1, "description": "v2.0 Hollow 1st outfit
", "trainedWords": [], "stats": {"downloadCount": 91, "ratingCount": 2, "rating": 5, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 199129, "sizeKB": 34571.869140625, "name": "Hikari_V2_Hollow.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-09T13:50:48.930Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0B886AE6", "AutoV2": "8C08AB4093", "SHA256": "8C08AB4093BC1C7AD085CCC5953C9498910ECA282D511698297DB0583408CC1B", "CRC32": "93B64AD1", "BLAKE3": "339AF62605359D4CFFA603581706C372F8AA65A8DD47F90DB230A19D59E51EF8"}, "downloadUrl": "https://civitai.com/api/download/models/256624?type=Training%20Data"}, {"id": 199130, "sizeKB": 22254.23046875, "name": "Hikari_V2_Hollow-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-09T13:50:51.390Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "50D68DFF", "AutoV2": "5FEF59C8E3", "SHA256": "5FEF59C8E3CD3BFC4E93E272AAB8C27CA35C6493AF0FD9F24A4FA2F2DC1E8C00", "CRC32": "C3648368", "BLAKE3": "748CD5477E4A342AB37002B32F63E3A8B1B7FF03F9861D06C813221E4C3AE5FD", "AutoV3": "B7504B776FD2"}, "downloadUrl": "https://civitai.com/api/download/models/256624", "primary": true}], "images": [{"id": 4350902, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7f50b83-61d8-4efe-96f1-ebfd0bdfe913/width=450/4350902.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbHUqZ%M.9%L_Nxu?bt6%2WB%MM{EMay-:Rj", "type": "image"}, {"id": 4351008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a1221de-e8c0-4031-a465-f83f09e9420b/width=450/4351008.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UdLz]gof?vt7%Mt7~qt7xvRjM_WB00of%Mfk", "type": "image"}, {"id": 4353309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/194be6e9-b032-4fa4-b6f7-6eb710fe9600/width=450/4353309.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOEoiOx]%M~qIUR%IUj[X7xa?bWAM{oyWBM|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/256624", "modelId": 224672} \ No newline at end of file diff --git a/datasets/metadata/256640.json b/datasets/metadata/256640.json new file mode 100644 index 0000000000000000000000000000000000000000..c8d5302f5162682fb894522dfa1c9ced8079bfec --- /dev/null +++ b/datasets/metadata/256640.json @@ -0,0 +1 @@ +{"id": 256640, "index": 0, "name": "Fuutou Shizune", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-21T20:37:24.645Z", "availability": "Public", "nsfwLevel": 27, "description": null, "trainedWords": ["Fuutou Shizune"], "stats": {"downloadCount": 384, "ratingCount": 60, "rating": 5, "thumbsUpCount": 81, "thumbsDownCount": 0}, "files": [{"id": 199141, "sizeKB": 34080.015625, "name": "256640_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-09T14:00:52.946Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F5F8AFFC", "AutoV2": "772B94647A", "SHA256": "772B94647A69E0CA1ECD76AC1B28B7D4D9404DB67D67D8A9E78BC66D79BBA658", "CRC32": "B02C4091", "BLAKE3": "F4EA8F9F6C2DACE32D8804B3FEA90107CF739BBE00BEADE8056FAAB321A88BFC"}, "downloadUrl": "https://civitai.com/api/download/models/256640?type=Training%20Data"}, {"id": 199333, "sizeKB": 36991.28125, "name": "Fuutou_Shizune.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-09T18:15:42.270Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "66879EE1", "AutoV2": "571A01BC16", "SHA256": "571A01BC161E36C4CFEF49FAB4C3A57069635B7BAA6FD77FD6A9565F6BF86472", "CRC32": "97DF13BD", "BLAKE3": "495A536A407B39093692414D2848C34D97209E0C97DAD6C7FF5D6E25629BD2BC", "AutoV3": "CE0F10DDEBB2"}, "downloadUrl": "https://civitai.com/api/download/models/256640", "primary": true}], "images": [{"id": 4778052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da8174ce-9488-401c-bef3-f47788ba4407/width=450/4778052.jpeg", "nsfwLevel": 8, "width": 384, "height": 672, "hash": "URM@Aq^+.8xu_4WX?bRjx^%2-oM|D+IpRjxu", "type": "image"}, {"id": 4778187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ead9d91-bea0-4d4f-8ee4-3ddb2b9b4630/width=450/4778187.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UbKKj0-p_3xu~qWB-:Rj-;RkM|xtNIofxDxu", "type": "image"}, {"id": 4778223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56a4d778-5662-4495-85f3-794082faf7e7/width=450/4778223.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UdKK$rM{_3t7~qxu%Mxut7RjxaoeNJkBRPRj", "type": "image"}, {"id": 4778239, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9c882f5-5e86-4756-9ff2-59b342f762a6/width=450/4778239.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UcKUA,%M~p%L~qWV%LRk%MM{j=xaIqt7sSt7", "type": "image"}, {"id": 4778253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/628666f9-f053-4b94-9121-60a82e3c4a4b/width=450/4778253.jpeg", "nsfwLevel": 16, "width": 384, "height": 672, "hash": "USI;u0M{M_oL~VIU%Ls:IAIV%LkC9uIUxas.", "type": "image"}, {"id": 4778185, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7556d100-1a96-4334-9780-ce34d4771231/width=450/4778185.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U6GkXnIT000hxv00?E~pL~ae~UI;0N0e}?_2", "type": "image"}, {"id": 4778212, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a932bdcd-32fb-4817-b0e3-7a27b4e78501/width=450/4778212.jpeg", "nsfwLevel": 2, "width": 384, "height": 672, "hash": "UVKTujIqI9xa~VNG?Gs:i_RjobWB4;ae-oWC", "type": "image"}, {"id": 4778149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f9d298b-2a50-47bd-a07f-fcc4e9675904/width=450/4778149.jpeg", "nsfwLevel": 8, "width": 384, "height": 672, "hash": "UIL4B9D$D$o#?aM{~pMy9Fo#xVs:0MWXwaxu", "type": "image"}, {"id": 4778007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d502c7cd-183c-40e3-9239-d0f189ff900c/width=450/4778007.jpeg", "nsfwLevel": 8, "width": 384, "height": 672, "hash": "UKKT*^$yt1~pwHxuW9Mx9HtS-S?G4:bb%1ad", "type": "image"}, {"id": 4778189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/742673d8-938a-4fdd-9fee-a4ef05a0f05f/width=450/4778189.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UiKwzy-o?bx]~pWVx[NGNeR*xZoLozofRjs:", "type": "image"}, {"id": 4778724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f55d342c-9f20-4fa5-924b-50de40c18db9/width=450/4778724.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UDF5dIDjnxWY_2D*~UxH#nE19uxu01XQ-U%2", "type": "image"}, {"id": 4778421, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65b97dea-f347-402d-a69f-8f9fecce2546/width=450/4778421.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGFrL$_1?EXS~V?G?ZozDjRj4.xa02IUi^so", "type": "image"}, {"id": 4778420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4660369b-7777-46fc-832b-bd098bc91505/width=450/4778420.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "USE_{t~Vox%M?H?H%LShnPIoNGxaIVRjxZof", "type": "image"}, {"id": 4778336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3520f14-072b-4262-b78f-3c964f444551/width=450/4778336.jpeg", "nsfwLevel": 8, "width": 384, "height": 672, "hash": "UCJ7j%Me00%L579a~V4p4oM{I:xt01%M${-n", "type": "image"}, {"id": 4778519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54c95db3-528b-4584-9fce-0c930547a9b8/width=450/4778519.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UFHnpe4n0K^k%LIA~V574n0eo|-o4;OE$gxC", "type": "image"}, {"id": 4778521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7b13074-2856-4b3b-9b5f-e4f7adcbfd1b/width=450/4778521.jpeg", "nsfwLevel": 8, "width": 384, "height": 672, "hash": "ULKwOeae0K~U~U-o?G58Z~9axp%19aM|oIj=", "type": "image"}, {"id": 4778623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df6e1f8c-7c02-4d3a-ba65-e557857ce543/width=450/4778623.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U8KdD0]$8^~p~p00-4Eh?bDjxa?a0NN^n#?b", "type": "image"}, {"id": 4778645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8402c72f-90a0-4add-a122-3e37e467d39e/width=450/4778645.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U9KwOe-nMv~V00R*w@9b8xR.$y-U00D*4ox@", "type": "image"}, {"id": 4778692, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e7b85ea-4256-4f6a-bb84-3717f0942b32/width=450/4778692.jpeg", "nsfwLevel": 16, "width": 416, "height": 608, "hash": "UBLy=t000f9v0100XlJB~AH?~VE359x[.7%2", "type": "image"}, {"id": 4778772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d22ea75-2319-46d7-8459-fb3ab0d218c6/width=450/4778772.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UYLEB1-;_NM|.TM{-:D%~VoeM|M|-pxtM{t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/256640", "modelId": 227495} \ No newline at end of file diff --git a/datasets/metadata/256722.json b/datasets/metadata/256722.json new file mode 100644 index 0000000000000000000000000000000000000000..2781adadea8ac69df82ad2fae39079da65ffd21a --- /dev/null +++ b/datasets/metadata/256722.json @@ -0,0 +1 @@ +{"id": 256722, "index": 0, "name": "GI Joe Duke SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-10T14:26:23.813Z", "availability": "Public", "nsfwLevel": 1, "description": "Made exclusively with hi-res photos of Original GI Joe from my personal collection. Training images included, have fun!
", "trainedWords": [], "stats": {"downloadCount": 35, "ratingCount": 2, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 199208, "sizeKB": 10781.2001953125, "name": "256722_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-09T15:25:55.377Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B14F66E1", "AutoV2": "947B09BFB9", "SHA256": "947B09BFB9ADAD57DDEF5CC0C85CCCF24DCA1162B8C5724624BAD32EDECBE51C", "CRC32": "E5A6E176", "BLAKE3": "6002FAE794ACE7309C9F9E1A5CE98F96C43C413ED9E66BFAD541DF3B9785807A"}, "downloadUrl": "https://civitai.com/api/download/models/256722?type=Training%20Data"}, {"id": 200158, "sizeKB": 223098.91015625, "name": "GI_Joe_Duke_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-10T14:26:03.189Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "40500A2C", "AutoV2": "992E0FBF6B", "SHA256": "992E0FBF6B93AEF25058C5D9A9895EEC35BCBA878A5EA290D987B273697C947D", "CRC32": "D10AFC3B", "BLAKE3": "3853DA907BFCC920725A217DD2501606960B9FFAD861C9A964FFF1CA4AE3A545", "AutoV3": "B3CCF3FE276F"}, "downloadUrl": "https://civitai.com/api/download/models/256722", "primary": true}], "images": [{"id": 4377382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb6e3fea-4b73-44a3-8b46-d02ad46d696e/width=450/4377382.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "U4ECRP?v00nO*IZkH?nQ7prC=qtR_K+[zoJA", "type": "image"}, {"id": 4377386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf7fcc60-3a3d-4d1a-9cd6-eb0ab50910a5/width=450/4377386.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UEI4R|~WL34:0dRj9FbIrXn%-Ui_?vo#-q%2", "type": "image"}, {"id": 4377388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbf2e96a-42b9-4b04-bb13-5e9c7080f46d/width=450/4377388.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UIGktI~pDjIA=H%2ozxawI%1%M%Lt,xujZae", "type": "image"}, {"id": 4377387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b6bb91a-e9d6-40c1-997f-f8c85c2c2d70/width=450/4377387.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U8I59[H?K64n00E3EM-o00_Lo#?b~pt8IVNG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/256722", "modelId": 227560} \ No newline at end of file diff --git a/datasets/metadata/256926.json b/datasets/metadata/256926.json new file mode 100644 index 0000000000000000000000000000000000000000..cf04f2b1f3b2ace4701e987367b1cdc9132c6fb5 --- /dev/null +++ b/datasets/metadata/256926.json @@ -0,0 +1 @@ +{"id": 256926, "index": 0, "name": "1.0 - SD 1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-09T19:46:02.280Z", "availability": "Public", "nsfwLevel": 7, "description": "\u26a0\ufe0f This model was made for onsite event. I'm on the Red Team. If you like my models, consider donating Buzz to help us win!,
\u2139\ufe0f The dataset included 180 images created by members of the Red Team, and submitted to the Holiday Images Week 1.
\u2139\ufe0f Trigger word: raging reindeer style
Hopefully better colour balance
", "trainedWords": ["Arcpastel"], "stats": {"downloadCount": 183, "ratingCount": 3, "rating": 5, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 199469, "sizeKB": 28.5234375, "name": "Arcpastel.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-09T21:51:35.571Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV2": "EC2B5371FF", "SHA256": "EC2B5371FF98F0762CC167AF3F33E1FDAA09195BE28CA11D2E952AA4345F8F45", "CRC32": "57D9F0B9", "BLAKE3": "19D4E3721FB9903C6D349E911C086AAD1BB390F77688D12D47872D80D37E402D", "AutoV3": "BCB0DD374F31"}, "downloadUrl": "https://civitai.com/api/download/models/257061", "primary": true}, {"id": 199659, "sizeKB": 790396.9697265625, "name": "arcpastel_v20_trainingData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-10T02:51:10.729Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "86ACB3D2", "AutoV2": "8146406DF2", "SHA256": "8146406DF21725B9A5C90B31A5D8E4A8487BFBC40369D368F2A8AA9DFF8380A4", "CRC32": "50B5BA5E", "BLAKE3": "903E460B7D5220E50123000F629BD29693CCC52927234492F31A18D1350B2D16"}, "downloadUrl": "https://civitai.com/api/download/models/257061?type=Training%20Data"}], "images": [{"id": 4360562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5012676-f368-4574-b590-219c3418da0d/width=450/4360562.jpeg", "nsfwLevel": 1, "width": 1216, "height": 1024, "hash": "U68raL==XSa0qF-,V@oe9Kt*xWx[8yIV.6t6", "type": "image"}, {"id": 4360560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebe8f62a-8b4c-43d4-b5df-4e3e13711826/width=450/4360560.jpeg", "nsfwLevel": 1, "width": 1344, "height": 1600, "hash": "U46crvJE4Xw[4TrXMMk;T5rstwkTt0b^oznA", "type": "image"}, {"id": 4360565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17e75539-c20b-4e3a-b70a-7cb5f9f949ff/width=450/4360565.jpeg", "nsfwLevel": 1, "width": 1408, "height": 1216, "hash": "U7EdTDJH2onvKuD-5h9@A70x][-B1WN5rDvy", "type": "image"}, {"id": 4360569, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b753ba0-fd23-4f40-be97-660e6c6c3c45/width=450/4360569.jpeg", "nsfwLevel": 1, "width": 1216, "height": 1408, "hash": "U8CiOht700D%53WA-@oz0JWB^,t3awaxV@V@", "type": "image"}, {"id": 4360566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94845c61-253a-42cf-afec-7216da1789a2/width=450/4360566.jpeg", "nsfwLevel": 1, "width": 1408, "height": 1216, "hash": "U17A^@-UX%9xMd%L?vs+.k9H^N-UEM^%VtR-", "type": "image"}, {"id": 4360564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1bd55b7b-6566-4004-adf1-416b3b78a412/width=450/4360564.jpeg", "nsfwLevel": 2, "width": 1408, "height": 1216, "hash": "UAEA1Qn,=x=J2ZF1NtE#BUxZWVNw}Y-9WE$g", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/257061", "modelId": 195224} \ No newline at end of file diff --git a/datasets/metadata/257116.json b/datasets/metadata/257116.json new file mode 100644 index 0000000000000000000000000000000000000000..7ea77161bc875779bb338be3f3e2abb95bdb002a --- /dev/null +++ b/datasets/metadata/257116.json @@ -0,0 +1 @@ +{"id": 257116, "index": 1, "name": "SD1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-11T08:59:05.279Z", "availability": "Public", "nsfwLevel": 17, "description": null, "trainedWords": ["DonM0ccul7Ru57"], "stats": {"downloadCount": 332, "ratingCount": 5, "rating": 5, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 199507, "sizeKB": 26224.0234375, "name": "257116_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-10T23:01:51.903Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C36A6A16", "AutoV2": "BE5F8AF383", "SHA256": "BE5F8AF383C2DA2F36884E403E8819A510484553692757D3A5C005BDA2858A1D", "CRC32": "5E12BB67", "BLAKE3": "0BD7C5D06A95B48F0A3F4BD3A8EA192D637249E19081D28265AFEABD7C71F83F"}, "downloadUrl": "https://civitai.com/api/download/models/257116?type=Training%20Data"}, {"id": 200923, "sizeKB": 36979.6953125, "name": "DonM0ccul7Ru57-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-11T08:00:50.740Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "113352DF", "AutoV2": "E9E244DC28", "SHA256": "E9E244DC281BF8378E59F9A5EC7BB85A85CFB7758E741BEAF07ABBB065DBC7D4", "CRC32": "5919FDD2", "BLAKE3": "9205385C5A5F33D931AA824A649C6475082E85DD6E36C2E3B5D647A53C54B7DC", "AutoV3": "1EB5AA18971F"}, "downloadUrl": "https://civitai.com/api/download/models/257116", "primary": true}], "images": [{"id": 4399282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1a64fc6-5e80-4103-867a-8a56a4aa6f28/width=450/4399282.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UJB{=9ICi_x[~TIqt6s.t6NHx[M|RkR+%KIp", "type": "image"}, {"id": 4399303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d905a6fc-a5ad-41a0-afc0-e2a577707a87/width=450/4399303.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UCBV@L~ANIIV?F-oxWoeM|WDM{M|58IVxZs:", "type": "image"}, {"id": 4399083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1bc39a6-550e-4bcb-8156-bc92e5f535c5/width=450/4399083.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U2BDQLUHvx:N[Ttl-nMy00]ND50iu4#l?G0f", "type": "image"}, {"id": 4399087, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00e9f91b-214c-4bda-94a1-49f80604aef3/width=450/4399087.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UA8|Owt6aKRk~AfkIVWBs:WCIpayaeWVV[js", "type": "image"}, {"id": 4399067, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54d9ed2e-ab81-47d5-ab95-2e8eed03a20d/width=450/4399067.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U8B:Kf.S9F4n%M-U9vWVI;xtW=ozjZtR~A%1", "type": "image"}, {"id": 4399088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3ca9df9-6575-449f-a01b-c05f15f8ad6c/width=450/4399088.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U9BD7y-:00NG^*xuDjMy?axt9GM{?]WC9Gof", "type": "image"}, {"id": 4399095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fb9542d-51fe-4330-a896-ad505d1a52b8/width=450/4399095.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UGB3+q_Mpcx]tRjFRjV@9aIBR5RQ%Mxu%Lx[", "type": "image"}, {"id": 4399093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e50e0a62-f7cb-4552-9424-44b7f525df55/width=450/4399093.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U9B:y%4TOa_Mo$D%tStQ4UVse8D%e:Rj-Uxu", "type": "image"}, {"id": 4399094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56ce4951-f0ec-4fe5-9887-bd953af1e265/width=450/4399094.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U59%xBC7PAu4~pRP8_n%0M=uDiMd8{%f%MX9", "type": "image"}, {"id": 4399104, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88f7277b-74a8-4520-ad60-74447da524b9/width=450/4399104.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U6DuG8}?+[=x~AIp0MI;105SRl^i9bENxuI;", "type": "image"}, {"id": 4399105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c899c5e-79d9-4cb8-a4d4-ffe170f233a5/width=450/4399105.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UHB37;}?rqjZ-;s,RPxZ%fw^IVWVx[R+M|s:", "type": "image"}, {"id": 4399110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffc46b05-8b93-4899-9775-4f31b74c7db3/width=450/4399110.jpeg", "nsfwLevel": 16, "width": 1280, "height": 1664, "hash": "U8DlQJ0M4:%1~V9ajEsorX4:={fl9H-oozWB", "type": "image"}, {"id": 4399098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47735aa8-a930-4b5c-a38e-b97ae1628390/width=450/4399098.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U57LMyMy00R5_1kqD5R-D*n$w]X9MKR5y?t6", "type": "image"}, {"id": 4399066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c7813ab-fce3-448e-b096-aa2c05eb9a91/width=450/4399066.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UFBz2f~o%M-.xuo0ixnOOrMyMeM{EMMyRQRk", "type": "image"}, {"id": 4399108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24c4b2aa-5167-4219-af8f-5d445babfe11/width=450/4399108.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UABWGF0Ov}-o}k4:s,aKDiw[XTRkAI-:VstR", "type": "image"}, {"id": 4399284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bc42d5f-4025-42c3-83ee-6db6a05bc946/width=450/4399284.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U39tcJD4E1~p4o$*_2M{GHD%-TVrD4wIx]Mx", "type": "image"}, {"id": 4399285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fa1621d-c3d4-43b0-a917-aadb37725720/width=450/4399285.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U58gjN-nof4n~p-pE1IVM{tRIUbIx]ofi_WB", "type": "image"}, {"id": 4399283, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acf131e3-0e40-424a-9b12-d4d510042df5/width=450/4399283.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UBDuoC0.[Aoc~UEkvzIq9|=vods,9awIxtof", "type": "image"}, {"id": 4399327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afa86716-c639-44a2-bedf-653fa9ae81c2/width=450/4399327.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U69QgJ9b02?GdAMy#RtQVYWpKOe.H@xtx[M|", "type": "image"}, {"id": 4399347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec2a2205-1ffd-4936-badd-6319cb11e80b/width=450/4399347.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U7C%B9_M00M{PW$|8{NI9aDj9HtR-5OZ?Zt6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/257116", "modelId": 227893} \ No newline at end of file diff --git a/datasets/metadata/25713.json b/datasets/metadata/25713.json new file mode 100644 index 0000000000000000000000000000000000000000..a61c79ad295515a007da30cb53fc8ab9d505211d --- /dev/null +++ b/datasets/metadata/25713.json @@ -0,0 +1 @@ +{"id": 25713, "index": 0, "name": "v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-19T15:08:59.310Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["xianghua", "black hair", "hair ornament"], "stats": {"downloadCount": 625, "ratingCount": 97, "rating": 5, "thumbsUpCount": 115, "thumbsDownCount": 0}, "files": [{"id": 21345, "sizeKB": 147571.689453125, "name": "char1_5Xianghua.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-19T15:11:55.754Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "423FF1F1", "AutoV2": "9DE4D6BE78", "SHA256": "9DE4D6BE78B5DE8C2D6CB30F6BC375786D114E2EDBF35D4BA01F7E4FB153CDCC", "CRC32": "DF2CA793", "BLAKE3": "B05B09759E3F32FA2E65C4BB3C3B8FBAE38F62ED8C4F408060420614266ECB7D", "AutoV3": "4F0C7889890E"}, "downloadUrl": "https://civitai.com/api/download/models/25713", "primary": true}, {"id": 21373, "sizeKB": 79019.830078125, "name": "200_Xianghua.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-19T16:06:32.923Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E3B55F2E", "AutoV2": "693AC62D66", "SHA256": "693AC62D668910DD61E73F5F0803730F731B1F286ABC25CC5EA59D9B87564FA4", "CRC32": "348EF33D", "BLAKE3": "2EDEA4D2523EA0425920DA971F879DF855CE34D155093E05300F5BB38EEBE62F"}, "downloadUrl": "https://civitai.com/api/download/models/25713?type=Training%20Data"}], "images": [{"id": 282599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aea51dd2-6a0d-43c2-8e01-73e8a7144200/width=450/282599.jpeg", "nsfwLevel": 2, "width": 768, "height": 768, "hash": "U6Ja$W=x00_N8wt78{-p0e-oNg9a00%LWUE2", "type": "image"}, {"id": 284132, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09c50a29-d43d-44c1-38e9-d102dcc8b800/width=450/284132.jpeg", "nsfwLevel": 2, "width": 768, "height": 768, "hash": "UFHoB=%g?Z?v.Txuozx^-lE4NLS2EMjYodIp", "type": "image"}, {"id": 282601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2538d750-a0d3-49b9-3657-7b1b5ba0cc00/width=450/282601.jpeg", "nsfwLevel": 2, "width": 768, "height": 768, "hash": "U2K^]Nt%00yG00IC00sQ00tmpw$e00xaMH58", "type": "image"}, {"id": 282597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9773f3ee-9c38-4b82-3671-f96ec89e9600/width=450/282597.jpeg", "nsfwLevel": 2, "width": 768, "height": 768, "hash": "UAFiS;%M00%f00xt%3E1~9bbI=RjERIoRP-o", "type": "image"}, {"id": 282596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9c374f9-75b0-4122-34a4-88a134a34500/width=450/282596.jpeg", "nsfwLevel": 2, "width": 768, "height": 768, "hash": "U4F$kpZg00%~00xkDR0100m,?b%J$xEK~o^*", "type": "image"}, {"id": 283388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35f2169c-c7f9-4d18-ceeb-dceddd4d1900/width=450/283388.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UKHek3DO?Fs:pyDiIVM{%g=_Rkt65W?G$$tS", "type": "image"}, {"id": 282600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1437b8c-1a65-4750-600b-cc69a4f72800/width=450/282600.jpeg", "nsfwLevel": 2, "width": 768, "height": 768, "hash": "U4GR^]0200JA9ZM{~XIU00xt~qM|0L$*awbc", "type": "image"}, {"id": 282598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e479c2a9-4969-4b8d-5bda-9050459b2f00/width=450/282598.jpeg", "nsfwLevel": 2, "width": 768, "height": 768, "hash": "UCK1amM{00-=_NV@R6%LaxM|WEs:0Nt6awIV", "type": "image"}, {"id": 284131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/156ee45f-3b77-4067-5fae-79eec836df00/width=450/284131.jpeg", "nsfwLevel": 2, "width": 768, "height": 768, "hash": "U8ECnK5X~T-Nx@%g.9S6E5I;OtI^AKI=-pbw", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/25713", "modelId": 21554} \ No newline at end of file diff --git a/datasets/metadata/257298.json b/datasets/metadata/257298.json new file mode 100644 index 0000000000000000000000000000000000000000..c52c5aab8922a7941d7922dec43d61f0069c1594 --- /dev/null +++ b/datasets/metadata/257298.json @@ -0,0 +1 @@ +{"id": 257298, "index": 0, "name": "MK Bman Dissapears", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-26T23:52:32.410Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 56, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 199677, "sizeKB": 1241.1669921875, "name": "257298_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-10T03:31:16.968Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "65CDC24F73", "SHA256": "65CDC24F739E3FF3A901AE6F2F110686EE27A8E06569A2FBBDFC1F755609DAD5", "CRC32": "376F071C", "BLAKE3": "B7C2EDE05F2063E69D38F5C469A1DC851A64433A6B7AF7261B781635B167168A"}, "downloadUrl": "https://civitai.com/api/download/models/257298?type=Training%20Data"}, {"id": 199828, "sizeKB": 36978.390625, "name": "MK_Bman_Dissapears.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-10T06:46:13.916Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "76C1E869", "AutoV2": "64E8A9F5C0", "SHA256": "64E8A9F5C09E5265B26F39E289F97E53B110D530E18E72B34F0BFEBAD0188BC1", "CRC32": "04309833", "BLAKE3": "E6BE7A22085C578347A90B741653810BE3B3878B52E4BBA76864F4A99F4AD335", "AutoV3": "D922A8F81246"}, "downloadUrl": "https://civitai.com/api/download/models/257298", "primary": true}], "images": [{"id": 4913839, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf8626dc-9b86-41da-afbb-8449aa95868e/width=450/4913839.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U6B3ypx]Pq-T~BM{0Ls9IUofRjbcNxoe%1R*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/257298", "modelId": 228048} \ No newline at end of file diff --git a/datasets/metadata/257382.json b/datasets/metadata/257382.json new file mode 100644 index 0000000000000000000000000000000000000000..ce9b825c613ebbc001e29a3680c2abedab48a92c --- /dev/null +++ b/datasets/metadata/257382.json @@ -0,0 +1 @@ +{"id": 257382, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-10T04:41:37.868Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 228, "ratingCount": 74, "rating": 4.99, "thumbsUpCount": 96, "thumbsDownCount": 0}, "files": [{"id": 199736, "sizeKB": 22250.86328125, "name": "Bu_Lianshi_sgzhx-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-10T04:46:19.327Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CC633429", "AutoV2": "81581B9FC9", "SHA256": "81581B9FC9FBA6A82168D8F014E64CCB8EAA207B99E2463062D94F1926235EC4", "CRC32": "7D9F15CB", "BLAKE3": "50D70246A6B510C168256E5972440C357B009437D61FF585BA4BCE1F19F27484", "AutoV3": "CAFF8285CEE2"}, "downloadUrl": "https://civitai.com/api/download/models/257382", "primary": true}, {"id": 199737, "sizeKB": 55032.060546875, "name": "Bu_Lianshi_sgzhx.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-10T04:45:47.441Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "005CB8A5", "AutoV2": "913701B35A", "SHA256": "913701B35AFF4A96B44B6D5E7E276B23AA03245C8A35FCC8CAEBBC83AF2B5369", "CRC32": "3BD7C9DE", "BLAKE3": "ADCF9F8E5F63732490D20B5D924D7C516B02EAB76A96A1EAA31569AB0AD61433"}, "downloadUrl": "https://civitai.com/api/download/models/257382?type=Training%20Data"}], "images": [{"id": 4367054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4af8d07-b442-40bc-a6d4-79fa86066b3e/width=450/4367054.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWNc1w~WJC-:E0-pNat7Nyofxbofoes:t7WU", "type": "image"}, {"id": 4367122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7724ff0-b7a6-4528-972d-b2e00a8b6f97/width=450/4367122.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDMsK5000ND%0KD%5SE001jY-;Ip~V?bI9og", "type": "image"}, {"id": 4367272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e94bfbc-a066-4a4c-84f3-539f017d1b51/width=450/4367272.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVKm;M~pF4-;^%%Nbwxu9b%L%2R,%MbHWBjr", "type": "image"}, {"id": 4367330, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b834e3a9-d678-4d05-bca2-0457366d35bf/width=450/4367330.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZM6*h~qJ.?bouxuI;xa4:WCxGWC%2RPM{Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/257382", "modelId": 228113} \ No newline at end of file diff --git a/datasets/metadata/257614.json b/datasets/metadata/257614.json new file mode 100644 index 0000000000000000000000000000000000000000..6a49aceea9db9aa666f6da0f078a3b7450884feb --- /dev/null +++ b/datasets/metadata/257614.json @@ -0,0 +1 @@ +{"id": 257614, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-10T08:52:13.210Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 231, "ratingCount": 58, "rating": 5, "thumbsUpCount": 72, "thumbsDownCount": 0}, "files": [{"id": 199931, "sizeKB": 54912.15234375, "name": "Cai_Wenji_sgzhx.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-10T08:55:46.337Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B07CE4F0", "AutoV2": "48E30DFF78", "SHA256": "48E30DFF78F7542D708DB80B5DD54A9851D69001E8207B372C9D40800E2751B8", "CRC32": "F025E1FA", "BLAKE3": "35890B977138C08DB2BB8993746DEED7E3789603CB3A40D1E7420B955BEDEF41"}, "downloadUrl": "https://civitai.com/api/download/models/257614?type=Training%20Data"}, {"id": 199930, "sizeKB": 22252.71484375, "name": "Cai_Wenji_sgzhx-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-10T08:55:58.411Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "41939387", "AutoV2": "2B0B029FDE", "SHA256": "2B0B029FDEA3C26B19FB653414A7E4F84BD6C8B344BCDD132B44CC145C16FD42", "CRC32": "FC5FD729", "BLAKE3": "3FF2826533A80D229D8E1B42CE99CDEC8B12F46ABC4BA77E0268959E2C251EFA", "AutoV3": "FA1B8EA0BE4C"}, "downloadUrl": "https://civitai.com/api/download/models/257614", "primary": true}], "images": [{"id": 4371296, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60089acf-cd00-4627-af2d-381e6e41b813/width=450/4371296.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGL4Q^?u1So#2gxuPCWX0:9GVYRk]%t7w0kC", "type": "image"}, {"id": 4371458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55ebbde2-79b1-43cd-84f2-4e0da18fa891/width=450/4371458.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UELW*Z_N0;I]0mD*579t01v~-3xZ};T0Di=t", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/257614", "modelId": 228298} \ No newline at end of file diff --git a/datasets/metadata/257701.json b/datasets/metadata/257701.json new file mode 100644 index 0000000000000000000000000000000000000000..e02ddd099b24ab262057974ca9e427b064fb566d --- /dev/null +++ b/datasets/metadata/257701.json @@ -0,0 +1 @@ +{"id": 257701, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-10T10:44:51.233Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 214, "ratingCount": 56, "rating": 5, "thumbsUpCount": 70, "thumbsDownCount": 0}, "files": [{"id": 200010, "sizeKB": 22247.11328125, "name": "Lu_Lingqi_sgzhx-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-10T10:45:43.173Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "195D9901", "AutoV2": "36BB451383", "SHA256": "36BB451383E8BC47A4FFB3322905BCA0AA93EB8A550F4C30BE41B4B467D3DF31", "CRC32": "416CD72F", "BLAKE3": "30AC954E78CB1226EA311225B9ABE222F319B45F65B1EF88B2D33DEC513CE6B4", "AutoV3": "47BD5C81B951"}, "downloadUrl": "https://civitai.com/api/download/models/257701", "primary": true}, {"id": 200011, "sizeKB": 57277.1962890625, "name": "Lu_Lingqi_sgzhx.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-10T10:45:46.884Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A8AE6C6C", "AutoV2": "1C3E71E6FF", "SHA256": "1C3E71E6FFE1F72A99A85A7B04E8B79D31D8FEA1F5F5089FF4D53BF5CCD3CE10", "CRC32": "CDAC7072", "BLAKE3": "CC61F8B7B4FD2C030A918181A661B1C13877DC2D8BB7FAE6AB764F3ED5B8938E"}, "downloadUrl": "https://civitai.com/api/download/models/257701?type=Training%20Data"}], "images": [{"id": 4373371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58aa87c4-28fb-46ad-90c8-2e1b346ed418/width=450/4373371.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UcLNV@%MFyt8_NozXmof57oetRofxut7IToe", "type": "image"}, {"id": 4373527, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b995416c-1ebc-4542-8373-374da395e6d9/width=450/4373527.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USIN?k_NAIJC.9tlo~%Mo#t6Sht7Nxt7%1WX", "type": "image"}, {"id": 4373917, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1875ba5c-2737-4b07-9629-668d689856c0/width=450/4373917.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKKd3$^j01?GI9%256M{0Lju-pWX~pIURPxY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/257701", "modelId": 228364} \ No newline at end of file diff --git a/datasets/metadata/257996.json b/datasets/metadata/257996.json new file mode 100644 index 0000000000000000000000000000000000000000..c512fd8b34f106adc2a6374e48538c4a360ec549 --- /dev/null +++ b/datasets/metadata/257996.json @@ -0,0 +1 @@ +{"id": 257996, "index": 0, "name": "ia i v1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-10T17:52:17.984Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 705, "ratingCount": 77, "rating": 5, "thumbsUpCount": 120, "thumbsDownCount": 1}, "files": [{"id": 200255, "sizeKB": 5602.1220703125, "name": "257996_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-10T16:30:51.967Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8714F18A", "AutoV2": "E1503E60FD", "SHA256": "E1503E60FD4CF59627A4D151EF5F15C06017477EE8FA9914639E0D2E3DB1C637", "CRC32": "3351BA09", "BLAKE3": "CDAA0C4BC0162ADDF0FDA24679CC0A5C877F05095214C4EC8D9B2128916322EC"}, "downloadUrl": "https://civitai.com/api/download/models/257996?type=Training%20Data"}, {"id": 200328, "sizeKB": 36978.2890625, "name": "ia_i_v1-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-10T17:50:55.637Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "39D852B6", "AutoV2": "8D2C8F9172", "SHA256": "8D2C8F917275003E19B52508C587765ADB55FC7520E267342B5049B854AA732C", "CRC32": "516AFBDB", "BLAKE3": "A498B1493C6F7EDBBA078B8735A1096708F2ADD82222B94496FD13C0C2AE7A23", "AutoV3": "D331DEF52A19"}, "downloadUrl": "https://civitai.com/api/download/models/257996", "primary": true}], "images": [{"id": 4381947, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/078b499b-af2c-4f5b-ac6e-8eebe6ce0d9b/width=450/4381947.jpeg", "nsfwLevel": 8, "width": 620, "height": 929, "hash": "UgQl8:xup{%Mt-R,%2WXkrs9t7V[a$R*R*fk", "type": "image"}, {"id": 4381951, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2892f4cc-9631-4eef-a2a0-5cd7e5b2ba7b/width=450/4381951.jpeg", "nsfwLevel": 8, "width": 620, "height": 1310, "hash": "UxNv#x~pb_xvxvR+xuoeNIM|%1WB%Mj]WXWB", "type": "image"}, {"id": 4381956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7265834b-7a07-4b6d-87a3-fbbfd37887d2/width=450/4381956.jpeg", "nsfwLevel": 8, "width": 3072, "height": 3072, "hash": "UJL{uXso5oxa00WVwIn%00oLV@ae~BoKIUa{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/257996", "modelId": 228630} \ No newline at end of file diff --git a/datasets/metadata/257997.json b/datasets/metadata/257997.json new file mode 100644 index 0000000000000000000000000000000000000000..87939e4cac4eb35c22b03d4be133ce12eebc524b --- /dev/null +++ b/datasets/metadata/257997.json @@ -0,0 +1 @@ +{"id": 257997, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-10T16:34:09.063Z", "availability": "Public", "nsfwLevel": 27, "description": null, "trainedWords": ["cain, black hair, red eyes, long hair,", "black dress, detached sleeves, collarbone,", "pinafore dress, blue dress, white shirt, blue ribbon,"], "stats": {"downloadCount": 133, "ratingCount": 27, "rating": 5, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 200251, "sizeKB": 24699.1669921875, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-10T16:25:54.437Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1B67BE56", "AutoV2": "67C7D0E5D2", "SHA256": "67C7D0E5D238F9AFC187E1C961AFBC5EDD6BC921084FC48D079A4E522CCF44B0", "CRC32": "8AB5F372", "BLAKE3": "2EC95376796AEA1C35C1A42396BA585CF41389F4917007C1AAAA75DCF4B5AD56"}, "downloadUrl": "https://civitai.com/api/download/models/257997?type=Training%20Data"}, {"id": 200252, "sizeKB": 36979.1640625, "name": "cain-sd15-2-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-10T16:26:22.266Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E60A4E6E", "AutoV2": "B8A0B9E3EF", "SHA256": "B8A0B9E3EF84295B32903F2F9AB967C0F4DAD96D1268E6780691115956CF4A51", "CRC32": "91A196C8", "BLAKE3": "9989AF9EB03BEE5A5C3D075052593E691DB90B06591B8AE3957DD581199A68B0", "AutoV3": "71DB0B1F9B01"}, "downloadUrl": "https://civitai.com/api/download/models/257997", "primary": true}], "images": [{"id": 4379931, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a8a56ff-90d3-4e3c-ade3-a5c8370c9129/width=450/4379931.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCBypr9G9u9Z_1IBOBRj0KIq~Bs;ELRk-oWB", "type": "image"}, {"id": 4379938, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da4a6039-86c4-4ce0-bd7d-56f779a5958b/width=450/4379938.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFECaz-=5RIo?HNHIVM|9tE1~B-p_Mx]Io%M", "type": "image"}, {"id": 4379944, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ea9185b-5236-496b-b394-571405879d38/width=450/4379944.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIFrhg%g57s:~pxuI.IU00s:?GIU?cxu%2xu", "type": "image"}, {"id": 4379966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a16bbc7-05a2-4765-b410-1ba5eae19291/width=450/4379966.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJF5?R9YkR$+~oRiEMM|ImR%o}Io%fM{%2Rk", "type": "image"}, {"id": 4379977, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa55cde4-8371-4d2d-8f99-edc5989fad6c/width=450/4379977.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQDmK[yDb[-:_N%hX9tRN_-;x]R*NyoNt8a_", "type": "image"}, {"id": 4379984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5593fe5-de0a-45f3-9b7a-a15f6c3f933a/width=450/4379984.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFCZke-=4nos~os:D%R~NXf5xbx[%ht7adxu", "type": "image"}, {"id": 4379996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02bfd078-b0e8-46d8-9623-ffea060a5c0f/width=450/4379996.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCCY{@_41#?bOTWBxabH9tM_wbRjE3%M_2%M", "type": "image"}, {"id": 4380022, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ac3971b-13b8-45b1-958b-9b376503e2b8/width=450/4380022.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UJF=m#pJ0f~V0yxb=|IpSxV[%1M{xuM|a#xu", "type": "image"}, {"id": 4380148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b7d2567-6088-46e6-9ade-cdc640c109fa/width=450/4380148.jpeg", "nsfwLevel": 16, "width": 1536, "height": 3072, "hash": "U5By~x-;024:8^jF9ZIU0fW=~B%L0KMx?H%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/257997", "modelId": 228629} \ No newline at end of file diff --git a/datasets/metadata/258014.json b/datasets/metadata/258014.json new file mode 100644 index 0000000000000000000000000000000000000000..6ba0e4830c508c4b87e6efc5eceba4deb75480e9 --- /dev/null +++ b/datasets/metadata/258014.json @@ -0,0 +1 @@ +{"id": 258014, "index": 0, "name": "InkpunkXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-10T23:28:05.715Z", "availability": "Public", "nsfwLevel": 1, "description": "Initial Version
", "trainedWords": ["nvinkpunk", "popart", "neon hues"], "stats": {"downloadCount": 249, "ratingCount": 23, "rating": 5, "thumbsUpCount": 30, "thumbsDownCount": 0}, "files": [{"id": 200283, "sizeKB": 455284.1474609375, "name": "258014_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-10T16:56:00.177Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7D51AA8A", "AutoV2": "9051E455A1", "SHA256": "9051E455A12AD1FA5A2C36D903E2B4EDE2B27EFF166A6A85E927769AF584C1A5", "CRC32": "B30EF3F8", "BLAKE3": "DA195171043D82F3D145D16C7A70B90B80908FDD0B8CF567FCF8C1D514DD2CB9"}, "downloadUrl": "https://civitai.com/api/download/models/258014?type=Training%20Data"}, {"id": 200610, "sizeKB": 223133.85546875, "name": "InkpunkXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-10T23:11:23.578Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "78495606", "AutoV2": "73885F42F5", "SHA256": "73885F42F5160AC39FB2AB8CC5517DA31095662DCB6ACFAC3983160A22512A3C", "CRC32": "3C61DA50", "BLAKE3": "DA02D54405C48C8F77A8B027A1171E920C35C248D0FC65F86878EFE2A8575B29", "AutoV3": "063641451304"}, "downloadUrl": "https://civitai.com/api/download/models/258014", "primary": true}], "images": [{"id": 4389667, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10c108c0-329d-404f-872f-105cc2d60381/width=450/4389667.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9ELt17w_@x+^*J4z*Y200;B-=S9DK-C%m+7", "type": "image"}, {"id": 4389666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a196886b-82b2-4020-babd-48740238c48e/width=450/4389666.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7Dvi%jb00-ps.RP4.-pv#M|4..8?^V@H?%M", "type": "image"}, {"id": 4389672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b91d61f-fae2-489f-9e1a-4a20afc4486c/width=450/4389672.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1600, "hash": "U44WwZufw5Vtptj[L%flpGaLQVVtZje:Vuaf", "type": "image"}, {"id": 4389669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed213fe3-cf02-44da-ae08-0247249748ad/width=450/4389669.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UA8i:-$+L$t+#[#@Y^xa%z#s$*nnU{xI?[Vu", "type": "image"}, {"id": 4389670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4abbf6b-e4f0-4ded-a533-893ddd0c7ddc/width=450/4389670.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKDS?j9b9Fxu.TxFV=W??baxM{xux]smRjX8", "type": "image"}, {"id": 4389678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2cd128f-d375-4531-8f4a-dfb51852c7da/width=450/4389678.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9FzOP9^#4=tv%M}+hKG5gF2$Rxa~Bbe#=$y", "type": "image"}, {"id": 4389684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be62eb72-2c31-490b-b17e-da377ce8b762/width=450/4389684.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9AJKR=_}S-o0eoet9t1R#sCV;n-^Obo%0t1", "type": "image"}, {"id": 4389685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3c2dad5-0f6b-4754-9038-5ae2607f6491/width=450/4389685.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U77CgJXV00Mzv4xVDjR5.iWGO:XRzAjEK*S1", "type": "image"}, {"id": 4391895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ac6436f-5e1f-4299-9834-a74e62977313/width=450/4391895.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBD8O$-a+,Kc2hE09axU=eOER;xZXMofNej;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/258014", "modelId": 228645} \ No newline at end of file diff --git a/datasets/metadata/258137.json b/datasets/metadata/258137.json new file mode 100644 index 0000000000000000000000000000000000000000..03b2cf975f909f95fb37d75cbf50f4710f3c0e9e --- /dev/null +++ b/datasets/metadata/258137.json @@ -0,0 +1 @@ +{"id": 258137, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-10T18:33:33.793Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 273, "ratingCount": 43, "rating": 5, "thumbsUpCount": 59, "thumbsDownCount": 0}, "files": [{"id": 200376, "sizeKB": 22255.60546875, "name": "Kaoruko_Miyoshi_Gakuen-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-10T18:35:47.318Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D3767074", "AutoV2": "E07098B284", "SHA256": "E07098B284ECE395ED973B67B5AA0BBEA6EFD31A6E048F39EB6EF6AF9CF7E829", "CRC32": "807075D5", "BLAKE3": "4B92D97A73A2215A42554A90715DF6A2F8616142119A6809E38B38A4D1B06593", "AutoV3": "6683BD5493C8"}, "downloadUrl": "https://civitai.com/api/download/models/258137", "primary": true}, {"id": 200375, "sizeKB": 41347.6669921875, "name": "Kaoruko_Miyoshi_Gakuen.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-10T18:35:48.352Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2DA2F840", "AutoV2": "C9639B371E", "SHA256": "C9639B371EC6C057D00219C111E881C8FC9E49DEA2157DE2CAFAB8EAAC37CA78", "CRC32": "0EBFF8EA", "BLAKE3": "94E93708F9D94C3948DA02377DFE5694A9DE924324F50E55555DCA9950DA5657"}, "downloadUrl": "https://civitai.com/api/download/models/258137?type=Training%20Data"}], "images": [{"id": 4382898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b226e60-41b6-41e9-8cbf-59b103cdae33/width=450/4382898.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIO.mwD+^R~Vt]wb{fw[:%kqnDNKY6R+w]oz", "type": "image"}, {"id": 4383268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/920141b4-189f-4d20-959a-77d5a4592d9f/width=450/4383268.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbO3k8Mx_4x[~otS#qxY9@R*r^WY=_s*NIV[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/258137", "modelId": 228742} \ No newline at end of file diff --git a/datasets/metadata/258290.json b/datasets/metadata/258290.json new file mode 100644 index 0000000000000000000000000000000000000000..d814f3f20d538644021320cbb8729a8fe697295d --- /dev/null +++ b/datasets/metadata/258290.json @@ -0,0 +1 @@ +{"id": 258290, "index": 0, "name": "KK | Traditional Father Christmas SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-11T16:55:06.934Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 105, "ratingCount": 5, "rating": 5, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 201309, "sizeKB": 223100.83203125, "name": "KK__Traditional_Father_Christmas_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-11T16:56:03.018Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "58399EBD", "AutoV2": "D1B9B6AE83", "SHA256": "D1B9B6AE832AFADCCEF093CDD0FB8BED4F7A89340862470A4839851EB9B5DF01", "CRC32": "4726A4FA", "BLAKE3": "865CEAD7A6EAE3DA805A35BDA153C6D8A3D662300EB658EDB25F6F3A9A498CC5", "AutoV3": "C30EA279FBE4"}, "downloadUrl": "https://civitai.com/api/download/models/258290", "primary": true}, {"id": 200517, "sizeKB": 30211.056640625, "name": "258290_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-10T21:25:45.203Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DB5444E7", "AutoV2": "F8D73320D8", "SHA256": "F8D73320D8C00546DAAEACD9380C4FD13B390D7C74673E44E626535E7F857B41", "CRC32": "7C7F0DC4", "BLAKE3": "A0E84E61B24B7257253CD8935D88159BD74D5DF0EBA5585A70BA6BB163DC49D0"}, "downloadUrl": "https://civitai.com/api/download/models/258290?type=Training%20Data"}], "images": [{"id": 4409716, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21ed5d99-8d6d-4aec-8a83-0a950b3182de/width=450/4409716.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3C~xI2|00r;TB00000~[K~oTG4U^+I;kV%K", "type": "image"}, {"id": 4409715, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25b83818-48f9-44ff-ae53-8fe4fd69ac39/width=450/4409715.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHDbpG~B9GM{%fS}EekB9GVts:t7%2xGV@oe", "type": "image"}, {"id": 4409713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d1c68e4-8a2c-42db-8c2a-836fd66875fa/width=450/4409713.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4C$[r}]00p_wI^*000Ku-^%-:xG%~-ox[kp", "type": "image"}, {"id": 4409717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8bdb6fd-43c9-4b79-8864-94819fbd962e/width=450/4409717.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6B45VDi01~p.7Io01M{ifD%ou-:g#$*^+Sd", "type": "image"}, {"id": 4409718, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbca2a5b-0146-4b5a-ad6e-3303bb3e4d3a/width=450/4409718.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4B:$=4T0g^*00NG00~W_49Z_Nx[9a$hMxD*", "type": "image"}, {"id": 4409714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e1c179b-f063-424b-817e-4abf2fcd76c4/width=450/4409714.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5Bph7009#wH00~q00_3IA9Z?vR6^+%MR5OX", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/258290", "modelId": 228880} \ No newline at end of file diff --git a/datasets/metadata/258405.json b/datasets/metadata/258405.json new file mode 100644 index 0000000000000000000000000000000000000000..2c8df891c5daeb3cc4eacecf3eb9d5482f1638cf --- /dev/null +++ b/datasets/metadata/258405.json @@ -0,0 +1 @@ +{"id": 258405, "index": 0, "name": "Brazil Street Art", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-11T02:47:00.323Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["brazil street art style"], "stats": {"downloadCount": 166, "ratingCount": 24, "rating": 5, "thumbsUpCount": 38, "thumbsDownCount": 0}, "files": [{"id": 200656, "sizeKB": 9439.0908203125, "name": "258405_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-11T00:05:56.755Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DCFFE3CB", "AutoV2": "245391E556", "SHA256": "245391E55658C31613031CD0F59BCDED05D7037011427C9086CD097BC6B4F728", "CRC32": "21F38B7A", "BLAKE3": "B529990D591111B0AC390552DD6A2199B03D1770BA28BF4C15F40C8552EE0C07"}, "downloadUrl": "https://civitai.com/api/download/models/258405?type=Training%20Data"}, {"id": 200747, "sizeKB": 223107.19921875, "name": "Brazil_Street_Art.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-11T02:45:45.846Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8C960D29", "AutoV2": "1463CE09AC", "SHA256": "1463CE09AC30E5C376EAF798155583413A7FB0628D3B2052E03D5EAFCE871DA1", "CRC32": "EC390D5E", "BLAKE3": "B1B479CC8E09D8756DECD862C6FC32DD23ED17117853F69B74F22EFBE3F972AB", "AutoV3": "B99903E0E9B2"}, "downloadUrl": "https://civitai.com/api/download/models/258405", "primary": true}], "images": [{"id": 4393282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fd314a9-d0a6-4a5e-a29a-9ad3f50e216c/width=450/4393282.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEGk%PMb0NNNOZiuSgR;?^R4OWs=0mnzbFje", "type": "image"}, {"id": 4393286, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b28b703-0c63-40d0-9e4f-7cb85ac6f55f/width=450/4393286.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UII4nat6$exaGJoJoNShT}bIR.j?ALNaR%sp", "type": "image"}, {"id": 4393295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd184379-285c-4229-9377-fee92c8c35c7/width=450/4393295.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHIXHWa#RnxCpft7kDR*5[bISikB5sWUxZn$", "type": "image"}, {"id": 4393312, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da008786-248c-40e8-b30c-e40b50d1ba71/width=450/4393312.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UGHdv%$+L4WE~AjYD*oeOYo|IuX8GcWCXnjE", "type": "image"}, {"id": 4393314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5898bcc-1109-497a-93ed-e12b10a57571/width=450/4393314.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U7HBM2tF~9UD0hNi9vmo00s8EkM{vJxT-TpG", "type": "image"}, {"id": 4393324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17c4dd21-a7d7-42ba-b63b-17947ecca892/width=450/4393324.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U5ExhD~B^I-o0FEhtQs,0;V_9$NeL*rGt1JB", "type": "image"}, {"id": 4393326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3eda765e-5fd5-426b-8460-8f29296f46fe/width=450/4393326.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UOHL%=%eN2ai1-kCovofcHt7s.of^+aOWBkC", "type": "image"}, {"id": 4407046, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b38051cc-37cb-4ac3-9567-b93273b91612/width=450/4407046.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UJGb#ES6MwWqPEt7xYoz,GnhNyjYPBr;fln$", "type": "image"}, {"id": 4407049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86e2cb70-07c4-4183-87cf-64180cd9bb52/width=450/4407049.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UGHxsS2fv|%0GK={X9bbD-,TI[NIyZIpxCxD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/258405", "modelId": 228966} \ No newline at end of file diff --git a/datasets/metadata/25863.json b/datasets/metadata/25863.json new file mode 100644 index 0000000000000000000000000000000000000000..f7272c53a38f4bdd34ce78eb6575cde9a8b5db53 --- /dev/null +++ b/datasets/metadata/25863.json @@ -0,0 +1 @@ +{"id": 25863, "index": 2, "name": "old-832", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-19T21:03:57.630Z", "availability": "Public", "nsfwLevel": 15, "description": "rename
", "trainedWords": [], "stats": {"downloadCount": 432, "ratingCount": 88, "rating": 5, "thumbsUpCount": 89, "thumbsDownCount": 0}, "files": [{"id": 21476, "sizeKB": 487532.740234375, "name": "5_dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-19T21:06:04.840Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F22F5F87", "AutoV2": "89FB62C344", "SHA256": "89FB62C3441CC6495F39706A6D2C95C37CF07919049C95DB8B954A53FB482171", "CRC32": "3D26D817", "BLAKE3": "7D9A6ECDC4F0A273380D9F6706B04733033190EEEA72E5466BF08F032812BF48"}, "downloadUrl": "https://civitai.com/api/download/models/25863?type=Training%20Data"}, {"id": 21475, "sizeKB": 147571.3310546875, "name": "Satsuki-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-19T21:05:45.702Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "CAA67DBD", "AutoV2": "0D5D461C28", "SHA256": "0D5D461C284228B25347C4B13A40FAD1EC1F50DF13CD8799C7B470EA044C0C04", "CRC32": "925A2744", "BLAKE3": "E229905769E102F32E9009CFAD46F2E8D19667A59521485B9F6BD8FD5BBF3637", "AutoV3": "303144BFB463"}, "downloadUrl": "https://civitai.com/api/download/models/25863", "primary": true}], "images": [{"id": 284467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/076c9066-1859-4072-79bf-2cc6174ea700/width=450/284467.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPIXgb9ZyD%3~q9ZozRP%29Z9Fo29as:oKkW", "type": "image"}, {"id": 325835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e53a8ab-24d7-4bb3-a707-99c2dbd24b00/width=450/325835.jpeg", "nsfwLevel": 2, "width": 2944, "height": 7769, "hash": "UbIz;z~q_3_3%2WBayj[ofayj[a{t7j[j[ay", "type": "image"}, {"id": 284472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/829ae4e8-6d2d-4d8f-6e8f-685448cd8700/width=450/284472.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UUK-FD.8.8-;~WD%WVV@_3?bj[M{-pR*kCt7", "type": "image"}, {"id": 284500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60936155-b478-41a2-60ea-86c36b14a700/width=450/284500.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UrM?}I?byDM{~qozbbs:W;kDRPxuxtaeM{Rk", "type": "image"}, {"id": 284471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72e7e496-1f8c-4c0b-8cbd-b072a3436700/width=450/284471.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UlLzjl_NXR?b$+xbSzf+_3WpMxR*M{RjniRj", "type": "image"}, {"id": 284470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9e86d53-748c-4cd6-80a6-4751b4739f00/width=450/284470.jpeg", "nsfwLevel": 8, "width": 1024, "height": 2048, "hash": "UeFPBL?wyXo}9aSjE2NHtRRjs.RiD%WBs:xt", "type": "image"}, {"id": 284469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45265057-98bb-4b12-8b69-e5daa6835400/width=450/284469.jpeg", "nsfwLevel": 4, "width": 1024, "height": 2048, "hash": "UDLW09?b0K_2}[5600Rj004.D%ae~WofE2_2", "type": "image"}, {"id": 284468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12f14756-2df8-43d0-b6ce-19d3ce6f0700/width=450/284468.jpeg", "nsfwLevel": 1, "width": 1024, "height": 2048, "hash": "U7DRpSpJ0fM_~V-o0fw[02M{579u0y57^5s;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/25863", "modelId": 21673} \ No newline at end of file diff --git a/datasets/metadata/258717.json b/datasets/metadata/258717.json new file mode 100644 index 0000000000000000000000000000000000000000..3da6b94690e8cb4b454654444f90ef209b3680a8 --- /dev/null +++ b/datasets/metadata/258717.json @@ -0,0 +1 @@ +{"id": 258717, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-11T06:28:38.353Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 161, "ratingCount": 12, "rating": 4.92, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 200872, "sizeKB": 32755.37109375, "name": "Bella_Goth_Sims4-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-11T06:30:45.149Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "23CEF8B8", "AutoV2": "2B7867F68A", "SHA256": "2B7867F68ABD56E696BF65C1DE4BDC496D548B88A5FB4B3794CBF8C7F2D14990", "CRC32": "BFFFA20C", "BLAKE3": "DB5E9944A7D6DF61C097056BAD1143A2AA7AF86101197CCA81B636D31CFA0610", "AutoV3": "FAD5773E7866"}, "downloadUrl": "https://civitai.com/api/download/models/258717", "primary": true}, {"id": 200873, "sizeKB": 41476.380859375, "name": "Bella_Goth_Sims4.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-11T06:30:41.715Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F90240E4", "AutoV2": "053170D04F", "SHA256": "053170D04F60C067A32D36AE85C06D29D433A123CD197BFA4FFB02653E19153D", "CRC32": "6FB3D834", "BLAKE3": "48159D24F591EC3DDAEAF9E7C400AD0C306D508BF4929C17D319449708FD687D"}, "downloadUrl": "https://civitai.com/api/download/models/258717?type=Training%20Data"}], "images": [{"id": 4397050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adb867e8-ec6f-4aa6-b614-e557bfaed360/width=450/4397050.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "URL2uK_N-=.S9GWB#mRjh~R5M_RQt2Mxn4R5", "type": "image"}, {"id": 4408967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab279007-3e7b-4eae-9b57-67ea2b291a39/width=450/4408967.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UCLBLTF{_*Ip0L$%rEE28xIo%z?G.7r[Q.IV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/258717", "modelId": 229241} \ No newline at end of file diff --git a/datasets/metadata/258780.json b/datasets/metadata/258780.json new file mode 100644 index 0000000000000000000000000000000000000000..6b31987b2815e2ef8748965f054172a5d85a70cd --- /dev/null +++ b/datasets/metadata/258780.json @@ -0,0 +1 @@ +{"id": 258780, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-11T07:51:08.569Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 452, "ratingCount": 72, "rating": 4.94, "thumbsUpCount": 95, "thumbsDownCount": 1}, "files": [{"id": 200917, "sizeKB": 37981.740234375, "name": "Hanazono_Hahari_100Girlfriends.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-11T07:51:25.974Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "15FFC0DB", "AutoV2": "C38C339B3B", "SHA256": "C38C339B3B9F95731DF2005D385CD50FD7DE8F86EF5F8833D106C707A9215560", "CRC32": "86C5D711", "BLAKE3": "05063D89550FD058E6DD723813DD5B3DD56F9E18963C75C173159D8D0027385C"}, "downloadUrl": "https://civitai.com/api/download/models/258780?type=Training%20Data"}, {"id": 200916, "sizeKB": 22254.52734375, "name": "Hanazono_Hahari_100Girlfriends-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-11T07:50:53.796Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3D0AFAE1", "AutoV2": "D56B890296", "SHA256": "D56B8902966DA0813287DF38DFE1A74F92B54E1463A61B902E8CCD835DEFBC63", "CRC32": "D1FC7656", "BLAKE3": "DA2CB76B843C7E071AEB10CD9FC01782F941E9D590C4864E87A9B636446C2CA3", "AutoV3": "662902746D39"}, "downloadUrl": "https://civitai.com/api/download/models/258780", "primary": true}], "images": [{"id": 4398375, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e87e6c1-2095-43cf-87a3-9cfbfc93e11a/width=450/4398375.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U8PX;J0001014T0KQkyoln=yO,rsh$W?l,NL", "type": "image"}, {"id": 4398417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/499c9e83-39b7-41f9-b0fb-dfe181805e57/width=450/4398417.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UiJG{AIo9ZRk~CayIojut8M{%LbHxuoeR%R*", "type": "image"}, {"id": 4398399, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc9b7ef5-051f-4c10-afda-f80f80e0fb46/width=450/4398399.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZN,SqwI5Pxum7xWELxZEOIojXWB~paKS2XS", "type": "image"}, {"id": 5244991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9643797a-5243-45ca-b323-c36a51c98365/width=450/5244991.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UGO.L4_NLx%3u2sELJ-:Hr-:MwW.E8E3m,OE", "type": "image"}, {"id": 4719489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e4c5355-f94d-45b6-9a04-81905b46cca4/width=450/4719489.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCNJ8^VtzC={00-;_3-p9HMd-n-;?^ShIUIT", "type": "image"}, {"id": 4720401, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/288be98b-04d0-4a54-9e94-0aa0d2aae5c1/width=450/4720401.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFKB5Z000JMx00Dj%hROD%9Y-;%N?^-;Mco2", "type": "image"}, {"id": 4719646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5da81c5-63b4-4d8b-8368-a3089e663efe/width=450/4719646.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URIzeyVt9u~BH?%MOrxaACI.R%R*-;ELIos.", "type": "image"}, {"id": 4719840, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96a3b75c-f88c-4a8d-a954-8a822c146bd5/width=450/4719840.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIJHXQ9G0x_2$ytQBnxbO@VsxCRn~pDiIUoI", "type": "image"}, {"id": 5244430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48c3771e-aefc-42ce-80f6-948e773edc8d/width=450/5244430.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UGO.L4_NLx%3u2sELJ-:Hr-:MwW.E8E3m,OE", "type": "image"}, {"id": 8473710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7fa9ceb-ae6f-4bbf-932d-342319c855b9/width=450/8473710.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "ULPOxg9a3Xw]5uTdB;xt8}IqNGRQ~VoenNVt", "type": "image"}, {"id": 8473807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e07e9bcd-1144-4bce-a796-f8e65ad0a830/width=450/8473807.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMOon:D,C,%g19OZAdV]pKf+%z%0=#Na$$rq", "type": "image"}, {"id": 8474031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a7369d8-c1db-4c90-b92b-0abc44a7da52/width=450/8474031.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U8PE[60e1#_M0W01D2vg015Q5R?G^-OU4VVt", "type": "image"}, {"id": 12363621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/462d0df2-92d0-449e-b066-c890c18df6fd/width=450/12363621.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTKm^Z~q00xZ#7-oyX%gMx$*tRo|XBo#-UWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/258780", "modelId": 229284} \ No newline at end of file diff --git a/datasets/metadata/259171.json b/datasets/metadata/259171.json new file mode 100644 index 0000000000000000000000000000000000000000..7ffc971ea501ec84a75418abb06be53055337033 --- /dev/null +++ b/datasets/metadata/259171.json @@ -0,0 +1 @@ +{"id": 259171, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-11T15:44:22.201Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 653, "ratingCount": 119, "rating": 5, "thumbsUpCount": 162, "thumbsDownCount": 0}, "files": [{"id": 201248, "sizeKB": 45711.94140625, "name": "Vermeil_in_Gold.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-11T15:45:52.295Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6C7B3276", "AutoV2": "36A4F9A30C", "SHA256": "36A4F9A30C1D3DD5AD3D407F7E2288D0E4BA10CCCC8F93266FF1941CA1B08D2C", "CRC32": "46E9EB5A", "BLAKE3": "88430199B5D4CBDBC380E01DE6D268C9FE063DD006B8542D69A5D17C6D708A21"}, "downloadUrl": "https://civitai.com/api/download/models/259171?type=Training%20Data"}, {"id": 201247, "sizeKB": 22256.62109375, "name": "Vermeil_in_Gold-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-11T15:46:23.667Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0E9D8656", "AutoV2": "9E2A4A6441", "SHA256": "9E2A4A64412ABB6984DC0286C4A9642B8FEA06DF438F92DAC35B651218D261A3", "CRC32": "98BBE838", "BLAKE3": "A705045B7896A2C62306D1E588413F86A92600EEEA50D8689B866F988D65DD03", "AutoV3": "0C70047AFE78"}, "downloadUrl": "https://civitai.com/api/download/models/259171", "primary": true}], "images": [{"id": 4408065, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/189a8ab4-0ac9-4dbe-a2d3-88a88e361755/width=450/4408065.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULEoZ7R*${t7V|xa4ns:4.M{s*M{tRaz~Vt7", "type": "image"}, {"id": 4408214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96ce4c84-c8c8-4e3a-be3e-3f4b4cd1f43e/width=450/4408214.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULHUe34;~9t8D,~V01E1S1xatQjuR%D%%2bI", "type": "image"}, {"id": 5244724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d359a84e-bcb5-4026-98c8-0ed205e34e19/width=450/5244724.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UILzgp~pB-IV04xujptP02-o-4adXBE3$wW;", "type": "image"}, {"id": 16580610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eac25841-72d4-465e-b22f-040633c013f8/width=450/16580610.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2304, "hash": "UTHnpl4.^%E1~WIUImNGNFM{V?R*?Gae^kt7", "type": "image"}, {"id": 16580731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d51c69b7-8cb2-466a-a55c-e963cf420e3d/width=450/16580731.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2304, "hash": "UbH-u*^*~U^*-q?aRioyRka}adj[R%M|xZRk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/259171", "modelId": 229639} \ No newline at end of file diff --git a/datasets/metadata/259195.json b/datasets/metadata/259195.json new file mode 100644 index 0000000000000000000000000000000000000000..8299f33471370e9e139ffa1ac54f48f507ee763c --- /dev/null +++ b/datasets/metadata/259195.json @@ -0,0 +1 @@ +{"id": 259195, "index": 0, "name": "BlackRose XL Lora", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-11T19:27:43.616Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 188, "ratingCount": 16, "rating": 5, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 201269, "sizeKB": 313245.3955078125, "name": "259195_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-11T16:05:52.007Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "319BBBA3", "AutoV2": "1DD99043FD", "SHA256": "1DD99043FDBDC0A63B309A79209A02ED7680760516CF8DFCE7C7F2B1726181CF", "CRC32": "EAF78292", "BLAKE3": "608BA859EFD74DA5AE15424F1E2F3FA338337493D382C667BDCD6C8D2A4B9E00"}, "downloadUrl": "https://civitai.com/api/download/models/259195?type=Training%20Data"}, {"id": 201395, "sizeKB": 223131.60546875, "name": "BlackRose_XL_Lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-11T19:00:48.063Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A3404F2F", "AutoV2": "934F6FB68C", "SHA256": "934F6FB68C39E1975FB284B6ABDECA7B1B5E852688CF4F10C84C208474A82688", "CRC32": "844ED604", "BLAKE3": "FC335477B693C66AD912564509329A3AF02C37DF258878941523DB12B293E552", "AutoV3": "AA9991F082B4"}, "downloadUrl": "https://civitai.com/api/download/models/259195", "primary": true}], "images": [{"id": 4416780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1757b149-7586-49c1-bdda-08354318b5ad/width=450/4416780.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UHGlelyDBV^159MxDhR5}S%2$xM|A0RjXTR,", "type": "image"}, {"id": 4416653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/563b4c26-0aed-4e2f-a078-e164569b40ba/width=450/4416653.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UFFrCg01-;%2~pIAbcoyR%E1-pRP9ZSKxaRj", "type": "image"}, {"id": 4416651, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b46e826f-0855-4467-a51c-9040b3616552/width=450/4416651.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UTJ7Xd~p5kjIb^ozS2og%1%2aeofE2kC%Mxa", "type": "image"}, {"id": 4416652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b15250c-d125-4cfd-9574-178ee98bfa03/width=450/4416652.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UBH-cCXA6~~U*H^QEMFv?EOrIB%LTMt7xFNI", "type": "image"}, {"id": 4416654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa9a5077-c635-4c73-9f0c-71550af6a92d/width=450/4416654.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UGJH{cIWM:%3}]aJEK%LQyRhI-og?tV]RiRo", "type": "image"}, {"id": 4416655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd0089f1-e1a1-4baa-9d67-8825d9f41eae/width=450/4416655.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UQJ@2t_MOsxV^6tQ9uIoMz%1xtXRw}xax@xu", "type": "image"}, {"id": 4416657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec64333d-07d2-40da-b1b8-2c52bd935e10/width=450/4416657.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UCJ%RkM$0y~W.lM|r^tlyWE2IB9u0MD*-psE", "type": "image"}, {"id": 4416658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fad96d8-cecb-47d4-aeec-4da829a613fb/width=450/4416658.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UJLNZ00LRf~VMvt6E9kDMcaxWCRkIvt6n$RQ", "type": "image"}, {"id": 4416656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22ebc66e-1731-444c-a24b-95d3990d696a/width=450/4416656.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UDHewT~VQ,Ol.MbD9YotR5%K55t2-;t7-T%J", "type": "image"}, {"id": 4416659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc27a202-682e-43b2-b0ab-41b24abf344e/width=450/4416659.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UVHUtkofNFg2_Nt7NbW=XTe-%NSho~of%Mxt", "type": "image"}, {"id": 4416660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8da3323-a83a-4999-a35e-72c4c91b81f7/width=450/4416660.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "U3B{+X%j0055BF~q4m00~Ux]4n8^T|I;].,.", "type": "image"}, {"id": 4416661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ec46b97-4bd5-41f2-980c-dd1ae8dcd443/width=450/4416661.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UEH2Am~pXdn$S[%MI=sl%M%e%MRj~W?aWCWB", "type": "image"}, {"id": 4416662, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e603e6d-fe02-4b66-b732-140f4f896ffa/width=450/4416662.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "URJ@LPNLSzxt~WE2NH%Mb{xu-pWBJEoyM{af", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/259195", "modelId": 229660} \ No newline at end of file diff --git a/datasets/metadata/259672.json b/datasets/metadata/259672.json new file mode 100644 index 0000000000000000000000000000000000000000..3087d184b158749820841a4f7b39c5d9542a0aba --- /dev/null +++ b/datasets/metadata/259672.json @@ -0,0 +1 @@ +{"id": 259672, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-12T02:33:22.978Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 331, "ratingCount": 50, "rating": 5, "thumbsUpCount": 67, "thumbsDownCount": 0}, "files": [{"id": 201672, "sizeKB": 22259.07421875, "name": "Maria_Vermeil-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-12T02:35:39.752Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B85650CD", "AutoV2": "4B04883BFA", "SHA256": "4B04883BFAE2A3F4F2FCF3276385EAC515631F4DD27F335B23344491FECF09E3", "CRC32": "39233CBD", "BLAKE3": "22B55D083FF2898048672327EF12C2F2255D051502E903E291F2FF2358BD7F64", "AutoV3": "273A92B8E228"}, "downloadUrl": "https://civitai.com/api/download/models/259672", "primary": true}, {"id": 201673, "sizeKB": 41456.8037109375, "name": "Maria_Vermeil.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-12T02:35:40.844Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "19A81FC2", "AutoV2": "2BF1002CA1", "SHA256": "2BF1002CA162B8F72A106DF81149BD663DFB956A5AD4B2F27124724468A3BAF3", "CRC32": "9CABF22D", "BLAKE3": "4ADC9DD24DC397339E0F3AE853A5D93ED775C79D09D8FD5103A7F7762B9674AB"}, "downloadUrl": "https://civitai.com/api/download/models/259672?type=Training%20Data"}], "images": [{"id": 4420121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97c86574-6831-4c28-8d69-4335727a26e0/width=450/4420121.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIK1g.4n00RQ={D%R.WA00jX-;oe_Nt7MwWq", "type": "image"}, {"id": 4420284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e88be4fc-7bee-486f-ac80-537929ff9026/width=450/4420284.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZH_lZ-pMxIV~WjZRkRlD*Rjozt8%Mt7jYo0", "type": "image"}, {"id": 4420382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fde16fa1-8cd2-4e7c-b0bc-ecf5b065942a/width=450/4420382.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U7OyO]00000$1k005Z0100--s:RP?]Xm4TIA", "type": "image"}, {"id": 4720956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5671b913-4629-4753-aa2e-f2c84d0ad43f/width=450/4720956.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USE2zwD*xtE2~VD%WVM{VrM_oLodS5bvxuof", "type": "image"}, {"id": 4721285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/515d673f-00fe-4bff-a6e0-e64d3423cdbf/width=450/4721285.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UGKTi7~p00-pOr?b?aNG00E1WDRjDiD%xZxZ", "type": "image"}, {"id": 4721354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69b757bb-b54a-4069-bb5d-99ae9ac6aaca/width=450/4721354.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKIqJz4.00~W0ftRkCRPR-r=%L%MRkt7NGIV", "type": "image"}, {"id": 16581382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72042e19-3042-4333-9dbf-f4861f58e243/width=450/16581382.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UqI}V9RPIoV@~VRPozWBM|Rj%2j[WYWVaej[", "type": "image"}, {"id": 16581490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/621d5885-f1ab-47a4-ac15-0505fe5dfdd7/width=450/16581490.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTJtrB-6$$IA~VM{tR9a4nD*%Mt8S5bbD*t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/259672", "modelId": 230076} \ No newline at end of file diff --git a/datasets/metadata/259771.json b/datasets/metadata/259771.json new file mode 100644 index 0000000000000000000000000000000000000000..74d8ea104ec6ac2c82baa2637db35cb032bb1ca0 --- /dev/null +++ b/datasets/metadata/259771.json @@ -0,0 +1 @@ +{"id": 259771, "index": 0, "name": "Bree", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-13T10:12:35.043Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 144, "ratingCount": 12, "rating": 5, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 201777, "sizeKB": 3367.8701171875, "name": "259771_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-12T05:20:45.373Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1D3CE480", "AutoV2": "B4BFA936A1", "SHA256": "B4BFA936A19CEAAABCD3CFC8C3BCA3F31DE64C5717440D431907F7D37AD785EC", "CRC32": "8AE7F487", "BLAKE3": "4641EF538DAD404AC34D1BB13741C667BAD6E3D97413ABF26DD367CE231410E9"}, "downloadUrl": "https://civitai.com/api/download/models/259771?type=Training%20Data"}, {"id": 202906, "sizeKB": 223099.25390625, "name": "Bree-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T10:00:58.207Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5D300370", "AutoV2": "E6CF246109", "SHA256": "E6CF246109C1EF10F31EA7AF176A8F9D6E9E1D2CC4BB9022474E4AFCC04B4D33", "CRC32": "7154FA09", "BLAKE3": "62DE8216EDCADC48775093314DCC631FBD872BB463B92A384D0D448834E7E9AB", "AutoV3": "5DB5F010205A"}, "downloadUrl": "https://civitai.com/api/download/models/259771", "primary": true}], "images": [{"id": 4453493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8768256-b4bc-4a7f-8635-bb86b7f9a8bd/width=450/4453493.jpeg", "nsfwLevel": 4, "width": 1040, "height": 1280, "hash": "UBH.7;~AL3xsr:tRs+-VHqX9NG%N%$nN?HM|", "type": "video"}, {"id": 4453500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba9c8a08-59df-4cf1-b13e-f8efab88cfa4/width=450/4453500.jpeg", "nsfwLevel": 2, "width": 724, "height": 1280, "hash": "UEIrKQL}~S?b4,I=59%11SI]?FEOs5xvV{oa", "type": "video"}, {"id": 4453510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92a25866-7456-4e4d-b0ad-f4f8f8a9d2fb/width=450/4453510.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "UBHxE1%M%1WB5nFx9]$*0LE1.7-p}rOE?arW", "type": "video"}, {"id": 4453564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3695cff8-3910-42a2-b39a-28b5da9d3656/width=450/4453564.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UAF5Knxu00D%0fM{%MM|0Lxa~BNHI@axIUR*", "type": "image"}, {"id": 4453567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0da4cd31-84b9-41c9-9794-651b212101d7/width=450/4453567.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2304, "hash": "UBK1E[_N00.800DiE19F4TIU~W-;.9-;ozIU", "type": "image"}, {"id": 4453563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6feab30e-144d-4768-a4a2-fe8d5a5128ed/width=450/4453563.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UDGt.?I90300BC9G~VaK4:bb-U-pIo%2IUo#", "type": "image"}, {"id": 4453571, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/055d3c6e-116c-4edb-bd0f-f33b886c99df/width=450/4453571.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U8G[7x0000-900s+^%E100~pRPtS^+W?Di%L", "type": "image"}, {"id": 4453578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae2d7949-4476-4b3f-9a3a-e0daf6346f50/width=450/4453578.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U8Gu8p9G15-=0*xt~WRk00oz9Fs+IAWB00Rk", "type": "image"}, {"id": 4453565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/587c80f1-c754-49ec-8ba7-e5bad2c9d245/width=450/4453565.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UDK^HU%NysozK+~WbwkW004nrWoIR4MxIARP", "type": "image"}, {"id": 4453566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d85ed89-c392-4c32-a389-0b14958a5fd0/width=450/4453566.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U49ZZR$z009v0#R*-Tt700R-?G-o~Us:E2M|", "type": "image"}, {"id": 4453574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b45c117-c0f6-4f1d-bd94-832985c30419/width=450/4453574.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U9HUIK#60f000M01_2IT4:kri^^*$|~WrWW?", "type": "image"}, {"id": 4453570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6df3b32a-a03a-4ab9-a66b-adba13af6063/width=450/4453570.jpeg", "nsfwLevel": 4, "width": 2048, "height": 3072, "hash": "U5Ex@X00024.pd9F?G4:01OFM_?HKPIU^k~V", "type": "image"}, {"id": 4453568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8623685-c459-4b6f-b745-57057dd115c3/width=450/4453568.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U8FOifD%00~q00Ri$x9G00%g~Vxt~CIU9FjE", "type": "image"}, {"id": 4453569, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c79cb28-5599-4c1d-a287-000fea942d70/width=450/4453569.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UCG*f^IU00IV00%M-:%2ERM|nhoJ~Vs:%1NG", "type": "image"}, {"id": 4453577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a7be76d-588c-44ee-919e-cc6b8df13f99/width=450/4453577.jpeg", "nsfwLevel": 4, "width": 1792, "height": 2688, "hash": "U6FEr^000MIA01nO~WxC00%NMwEM^OjER4?b", "type": "image"}, {"id": 4453573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0cec6736-711a-485e-80e2-4039376e01c5/width=450/4453573.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UFEoY?~q5?-=giog-:oz9aIUr=xtoys:jZIo", "type": "image"}, {"id": 4453572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f9e4f0f-ca37-4db2-8c0b-ef97f471e924/width=450/4453572.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UEEe=I%L0L9Z%$IVxZxu.8ofxDj[~q%2s:f8", "type": "image"}, {"id": 4453632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c7cac12-48df-4943-9970-042a6fa7448b/width=450/4453632.jpeg", "nsfwLevel": 4, "width": 1125, "height": 1500, "hash": "USHBoEtR%dbEpfoho%Rk%#oMoes,%NR*emV[", "type": "image"}, {"id": 4453576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc98ea04-90d6-4577-98ab-cfcd0763fa37/width=450/4453576.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UAE.kXtR0hnhO[V?$LM{%hbI-p-;_NxtozD*", "type": "image"}, {"id": 4453641, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/869825b5-6515-45b9-86c2-b0cb7c18453d/width=450/4453641.jpeg", "nsfwLevel": 8, "width": 1125, "height": 1500, "hash": "U6FYi6^+LR%xyVIW_M.7yr-.=e-XN1NHI]j{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/259771", "modelId": 230165} \ No newline at end of file diff --git a/datasets/metadata/259888.json b/datasets/metadata/259888.json new file mode 100644 index 0000000000000000000000000000000000000000..308b0d7c42f11240177ac5c0759f3717afd1663f --- /dev/null +++ b/datasets/metadata/259888.json @@ -0,0 +1 @@ +{"id": 259888, "index": 0, "name": "Country", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-12T16:06:08.175Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 125, "ratingCount": 9, "rating": 5, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 201883, "sizeKB": 4278.1943359375, "name": "259888_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-12T08:15:47.934Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2AA7914A", "AutoV2": "B51BB80E9A", "SHA256": "B51BB80E9A6B070FD74259033A42E94BCC52C12563EC5FCF0A8D8281B500F77C", "CRC32": "C0FD57CB", "BLAKE3": "FFAFAA4DE98EF591895AF89CB8FB00FDAAB1C5882C941D5BA6776DF35AEEFAB6"}, "downloadUrl": "https://civitai.com/api/download/models/259888?type=Training%20Data"}, {"id": 202191, "sizeKB": 36979.84375, "name": "Country.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-12T16:06:10.987Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3C3B1A1D", "AutoV2": "C6F37D6492", "SHA256": "C6F37D6492FF1A7559B1FD6D73C00A2F869233750F1F2A95B1C715EEE7496C4D", "CRC32": "0CF1CB4F", "BLAKE3": "0263CB9321FE79C1A8E9971EFE85878686BCD884F450E253F1C83AABD7087215", "AutoV3": "C16F2AE5FA94"}, "downloadUrl": "https://civitai.com/api/download/models/259888", "primary": true}], "images": [{"id": 4433477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d7813de-4934-4988-99a6-e56de063ec53/width=450/4433477.jpeg", "nsfwLevel": 1, "width": 512, "height": 640, "hash": "U8CP6K}r0#00^P-o0e9u01Eg#,^jtk9a^+%0", "type": "image"}, {"id": 4433478, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/978beee9-237a-4c2b-8655-f4aab21231f9/width=450/4433478.jpeg", "nsfwLevel": 1, "width": 512, "height": 640, "hash": "UABMV$5m9]~B,;4:D*$%0f={oLNw9]~C-pEM", "type": "image"}, {"id": 4433476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b88e5cac-1e63-4e27-ada2-ed5d479c6267/width=450/4433476.jpeg", "nsfwLevel": 1, "width": 512, "height": 640, "hash": "U6A0tED4.mcZ^PRQM{b_00XRDiZ#0fWAxuwI", "type": "image"}, {"id": 4433479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9fa0d1e6-8337-4a64-9508-c833cc508dbd/width=450/4433479.jpeg", "nsfwLevel": 1, "width": 512, "height": 640, "hash": "UI9@6VXSEN~Ws:M{Rjxa9ZMxMxIUM|%M%LNH", "type": "image"}, {"id": 4433680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f59de55-72ba-4fd7-ae2d-a3bede11e646/width=450/4433680.jpeg", "nsfwLevel": 1, "width": 512, "height": 640, "hash": "UHBMY@9Z9u~BxaRjRjR*0fxZ$*9aNGof%LWV", "type": "image"}, {"id": 4433681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/219e2a24-171a-4fd5-a13c-2777ee5d8521/width=450/4433681.jpeg", "nsfwLevel": 1, "width": 512, "height": 640, "hash": "U99Q2A570~}@b_V@xFNH0~$%=|5R-pM{S$jE", "type": "image"}, {"id": 4433801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e61d99f6-d28f-4499-9a70-6587e5cd7bcb/width=450/4433801.jpeg", "nsfwLevel": 1, "width": 512, "height": 640, "hash": "UKF5v=-SIoyE?wE2IpX9O@S$-Vrq~p%M-pnh", "type": "image"}, {"id": 4433803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c57d1868-0ecc-47a5-97dd-85807f875843/width=450/4433803.jpeg", "nsfwLevel": 1, "width": 512, "height": 640, "hash": "U9C=^_PA1I?G0gb^I:IVBo~V=xkW.7OF?GE2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/259888", "modelId": 230271} \ No newline at end of file diff --git a/datasets/metadata/259930.json b/datasets/metadata/259930.json new file mode 100644 index 0000000000000000000000000000000000000000..c6d3698c6ca264cf11c0cabd095c8614c911d342 --- /dev/null +++ b/datasets/metadata/259930.json @@ -0,0 +1 @@ +{"id": 259930, "index": 0, "name": "Gummy Bears (Style) [SDXL]", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-12T18:01:53.540Z", "availability": "Public", "nsfwLevel": 11, "description": "SDXL
", "trainedWords": ["made of gummy"], "stats": {"downloadCount": 244, "ratingCount": 19, "rating": 5, "thumbsUpCount": 38, "thumbsDownCount": 0}, "files": [{"id": 201908, "sizeKB": 42354.92578125, "name": "259930_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-12T09:05:43.978Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C28D6F87", "AutoV2": "2387262313", "SHA256": "2387262313D8DB0EF1D9FBA76C63092750A670CA0C159E924E056687C904A7C8", "CRC32": "2F475283", "BLAKE3": "C4275BDB649B19B00206EB60C983A17691E85D34EDEBAF901765783F37D36F55"}, "downloadUrl": "https://civitai.com/api/download/models/259930?type=Training%20Data"}, {"id": 202226, "sizeKB": 223104.66015625, "name": "Gummy_Bears_Style_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-12T17:00:55.352Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "ED72087F", "AutoV2": "786CD465CA", "SHA256": "786CD465CA61A6A9C3B74C43E8A8E65463FC6EAA8486AFF2BC09D98268096D6A", "CRC32": "CD698491", "BLAKE3": "3578B73C677DA45BD728B6044F10EF5D61146B80608996866225C3A9F8183175", "AutoV3": "9E5C23216FA0"}, "downloadUrl": "https://civitai.com/api/download/models/259930", "primary": true}], "images": [{"id": 4435643, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/853fb007-f4a7-405e-b04e-2b0973e77aa2/width=450/4435643.jpeg", "nsfwLevel": 1, "width": 1344, "height": 1728, "hash": "UFC?G--;7fS$PVx]IoRj~qtRw{j[%#ozX8t7", "type": "image"}, {"id": 4435549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/003e718a-7c0d-4a42-88dc-ae6bfd0f3ba1/width=450/4435549.jpeg", "nsfwLevel": 1, "width": 1344, "height": 1728, "hash": "U9L._FUZ4T[VYjKjMJJS~q0f009F;M0yn4t7", "type": "image"}, {"id": 4435525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f985389-544e-4f1f-871d-cc38748d9405/width=450/4435525.jpeg", "nsfwLevel": 1, "width": 1344, "height": 1728, "hash": "UUL4D*%g}tIVS+g4D*ae?J-;Eft6tTbH%1V[", "type": "image"}, {"id": 4435532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f9a6d61-87a3-49ba-bc9a-8d03c96021c3/width=450/4435532.jpeg", "nsfwLevel": 1, "width": 1344, "height": 1728, "hash": "UcKc|o-;~qoz^QoexuR*iwofIoof,@kCNGoy", "type": "image"}, {"id": 4435546, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3800e7d-c0a5-4518-832d-b5b83d69eedb/width=450/4435546.jpeg", "nsfwLevel": 1, "width": 1344, "height": 1728, "hash": "UNJ7UQxFE5tRF{nhoGo}^jtRXntR?^W:tRtR", "type": "image"}, {"id": 4435559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e354b7a5-0472-4e8a-8ee2-ebde445747c1/width=450/4435559.jpeg", "nsfwLevel": 8, "width": 1344, "height": 1728, "hash": "UON,rJ%g?w=xL}V@tSj]$SniNFSg%NofS0Rj", "type": "image"}, {"id": 4435571, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/173e4d79-563b-405e-8c14-39daedcae489/width=450/4435571.jpeg", "nsfwLevel": 1, "width": 1344, "height": 1728, "hash": "UJI3?qD*IAX8Lf9aozt6~prXxtf+_ME2R+jG", "type": "image"}, {"id": 4435572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e7d777b-5a2a-4a2f-8d36-54f962dcff0b/width=450/4435572.jpeg", "nsfwLevel": 1, "width": 1344, "height": 1728, "hash": "UEHk|rRjJQ,Ft7bHRPj@[Cnj{yj][WbukCj[", "type": "image"}, {"id": 4435573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b527a309-a169-4883-8c2a-eccb332c7328/width=450/4435573.jpeg", "nsfwLevel": 1, "width": 1344, "height": 1728, "hash": "UDHepniy4DPM~hIWxcS00pIp[0rvDGI:Irrx", "type": "image"}, {"id": 4435592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1297006f-feae-4500-bba8-3709b07a2f15/width=450/4435592.jpeg", "nsfwLevel": 1, "width": 1344, "height": 1728, "hash": "UGI46T%g4SnO~VRjEKsmB,WU#7xG%1j[$kS4", "type": "image"}, {"id": 4435594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e0c9fc5-aa5a-47ad-a545-42126aa57555/width=450/4435594.jpeg", "nsfwLevel": 1, "width": 1344, "height": 1728, "hash": "UBKAyke.3q?b00sn00EL^%xt+uRi0LIo~qxG", "type": "image"}, {"id": 4435596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb37a065-c7e5-45c9-95bb-b0c7b3085428/width=450/4435596.jpeg", "nsfwLevel": 1, "width": 1344, "height": 1728, "hash": "UgOC20$+t+~p-:-;I:yC%MR6xHS3M{kWV@RQ", "type": "image"}, {"id": 4435598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e159465-aca8-43f8-9b7d-ff474cf798df/width=450/4435598.jpeg", "nsfwLevel": 1, "width": 1344, "height": 1728, "hash": "UfN98~O=TwIBxwtSMeoz~Vxss,oy+]xuxGtl", "type": "image"}, {"id": 4435602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7325a477-6952-41c5-9a38-d70c316157f2/width=450/4435602.jpeg", "nsfwLevel": 1, "width": 1344, "height": 1728, "hash": "UQNaC:Me;1-B~WrXnNOX~V#SZ%J7%z#8Nsf5", "type": "image"}, {"id": 4435605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d76b849-5c8f-427c-a9c1-38e519777168/width=450/4435605.jpeg", "nsfwLevel": 1, "width": 1344, "height": 1728, "hash": "UXO1AR-S?EW:}pjIbYxYnlogNLtPtP${$%Ej", "type": "image"}, {"id": 4435608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90e95b5f-d119-4b7c-91d9-b57efb62945d/width=450/4435608.jpeg", "nsfwLevel": 2, "width": 1344, "height": 1728, "hash": "UON*RIMJhd~B0fM{9a-oyqNGtRt6^Pw{%2W:", "type": "image"}, {"id": 4435629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf4870c4-4988-4d9d-894e-b3b26734e743/width=450/4435629.jpeg", "nsfwLevel": 1, "width": 1344, "height": 1728, "hash": "UUH2A,kW_Ns:I:V?E1S3%2t7WAbcRjV@t7bH", "type": "image"}, {"id": 4435632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bc3949c-2706-4750-bf45-618b3c284b3f/width=450/4435632.jpeg", "nsfwLevel": 1, "width": 1344, "height": 1728, "hash": "UDHepniy4DPM~hIWxcS00pIp[0rvDGI:Irrx", "type": "image"}, {"id": 4435371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eff07d3e-42ac-444e-85c1-a779f63000d9/width=450/4435371.jpeg", "nsfwLevel": 1, "width": 1344, "height": 1728, "hash": "U9E-goMJ5k4opv+]t7560eJB}@I:01%fR*?G", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/259930", "modelId": 230309} \ No newline at end of file diff --git a/datasets/metadata/260067.json b/datasets/metadata/260067.json new file mode 100644 index 0000000000000000000000000000000000000000..62072a4f71e5092651e482cd82f5563afc3ab77b --- /dev/null +++ b/datasets/metadata/260067.json @@ -0,0 +1 @@ +{"id": 260067, "index": 0, "name": "v2.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-12T12:53:48.600Z", "availability": "Public", "nsfwLevel": 3, "description": "increased the number of training images from around 15 to around 90. All images were prompted with Dall E 3 and photoshop edited for maximum quality results.
", "trainedWords": ["r4mb1", "animated", "hyperrealistic", "pixel-art", "16-bit", "comic-style", "cartoon", "muppet", "plushie", "funko", "smiling", "laughing", "yelling", "angry", "crazy", "jumping off", "gun", "knife", "copics"], "stats": {"downloadCount": 92, "ratingCount": 1, "rating": 5, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 202015, "sizeKB": 24682.4609375, "name": "259505_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-12T12:30:51.974Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3C870837", "AutoV2": "B59C3C7DA0", "SHA256": "B59C3C7DA0220590A4BBC4FAE49F32255A7206AB1982F24F724F4A4980152608", "CRC32": "770E13DB", "BLAKE3": "7FF7F94AE56A53ABD9CA1C03663A0351FCCB7EBB3CB79B272FA91AD659A99764"}, "downloadUrl": "https://civitai.com/api/download/models/260067?type=Training%20Data"}, {"id": 202016, "sizeKB": 223099.56640625, "name": "Rambi-XL_2.0_SickLizard.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-12T12:30:56.546Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8D5B9713", "AutoV2": "0930B1F727", "SHA256": "0930B1F7277B8840A694AC7BBB5304ADC2820719EAE2ED9CCF9E38DBEE39E1A9", "CRC32": "BD7D7604", "BLAKE3": "A1593F89093E35496199ABF0496AC15C48E0C9BE769451B3CA146680260CF682", "AutoV3": "B8C7CE5C15BD"}, "downloadUrl": "https://civitai.com/api/download/models/260067", "primary": true}], "images": [{"id": 4429462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7388a05-15a1-4c94-a329-e7997c33931d/width=450/4429462.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UTK1d-R,ys%29FoeW;j[O@jsr;R*nNj[oLa}", "type": "image"}, {"id": 4429539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03604fec-119a-4aa0-8efa-8d53cb7a2290/width=450/4429539.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UPDA43XlKKVsc[n*S#n4Xoa0xaS#TKRjsAxF", "type": "image"}, {"id": 4429292, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64d8b1a5-833b-4430-8fa8-fae7f1a1c273/width=450/4429292.jpeg", "nsfwLevel": 2, "width": 1152, "height": 896, "hash": "ULFY[k_2GwIq4TIUM_S4tSxu$dn#F3Rjsoxa", "type": "image"}, {"id": 4429101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd989199-8a06-4525-a1c1-a41e9064208d/width=450/4429101.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBCjFa000J?Iloe99[$%D*wIr=Nx~WEMh}b^", "type": "image"}, {"id": 4429317, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae572c66-312d-446d-8857-35a5e8597272/width=450/4429317.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UaK1Xh%1?^S4Mxf6kCRj%hozs:oKtRRjsmof", "type": "image"}, {"id": 4429137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6425ff8d-255e-460e-b67f-2a23d6bc29fd/width=450/4429137.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMG7b:nO}Rt84=xt5UNwADV[OsR+%LNbw@oe", "type": "image"}, {"id": 4429347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9407f5e-aff3-4f3c-9e7e-954c3e41c0f2/width=450/4429347.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UDG[M~*iC|%10iyBMyGDz=ayrarYXkn+sDt6", "type": "image"}, {"id": 4429193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ae93d90-1196-4b39-bdc3-76fa86840e3d/width=450/4429193.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UJJH];oeyD_4?I%NM{xutlWAI9RiNF%MniM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/260067", "modelId": 228558} \ No newline at end of file diff --git a/datasets/metadata/260096.json b/datasets/metadata/260096.json new file mode 100644 index 0000000000000000000000000000000000000000..0178d8db55032f1a5c051b7188df02197e030ab4 --- /dev/null +++ b/datasets/metadata/260096.json @@ -0,0 +1 @@ +{"id": 260096, "index": 1, "name": "SD1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-13T07:39:02.998Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 330, "ratingCount": 5, "rating": 5, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 202043, "sizeKB": 34766.7275390625, "name": "260096_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-12T13:15:51.099Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8B1CA463", "AutoV2": "F7CA366226", "SHA256": "F7CA36622625C4605BA6A9A5AC485EFB80CBFDB8AE07EE3C16D9AC03B00AA309", "CRC32": "A0C89F83", "BLAKE3": "28967380D902749ECEF5160F8BA942C3084175E86DE771C0F3B81BE0ED1A8AEB"}, "downloadUrl": "https://civitai.com/api/download/models/260096?type=Training%20Data"}, {"id": 202825, "sizeKB": 36979.53125, "name": "DonMM4thM4g1c-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T07:20:49.958Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "387ADC9A", "AutoV2": "4B9F1D2A81", "SHA256": "4B9F1D2A81DC641089D606E3D39264674369EBB0B4743C86676ABF7313A5B212", "CRC32": "341043CA", "BLAKE3": "98A7C97252E3228914DD7A3F13D525368ACAA42C3D9EA601D33D7877BE3BA7A1", "AutoV3": "2491CA561D74"}, "downloadUrl": "https://civitai.com/api/download/models/260096", "primary": true}], "images": [{"id": 4450676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25440b0f-d715-4ad6-88c0-4ae327ce4834/width=450/4450676.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U17w=@Rk00-:00t6n#M|iIRj_Mo0.6oe9axt", "type": "image"}, {"id": 4450497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d3ff0cb-c346-4ce7-b129-db31c442ab05/width=450/4450497.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "UAB:$^ofD*og8_ayIUWB00ayM{WB~qjtx]of", "type": "image"}, {"id": 4450502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5eacca54-c1f7-4a42-b9b3-fdc85883f3dd/width=450/4450502.jpeg", "nsfwLevel": 4, "width": 1280, "height": 1664, "hash": "U5C6V=5802~BXlWXRQM|MyIVMxkA~AxD9bkp", "type": "image"}, {"id": 4450501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a3972d6-46fb-444b-b3b9-6cba54f442ba/width=450/4450501.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U3Ab|VRk03oy}sn%Ntt6k:Rk0gX8Fds.9bfk", "type": "image"}, {"id": 4450686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/804c4d7d-dfa7-4da1-a8f0-e3c264b25c0b/width=450/4450686.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U49H2^t800WB8xWBpIofz.aeTKay~qt74oV@", "type": "image"}, {"id": 4450680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ebfbf27-1b02-44ac-8184-6fdd7702c5d3/width=450/4450680.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U47dn4j[00azD*j[%Lay9Gj[%May~Vjt4;ay", "type": "image"}, {"id": 4450499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c3f9433-9983-4c8c-a26d-c84b8f0c222d/width=450/4450499.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U5C$_xRk00%LT0j[-Vae00xt_MIVxANGNIxt", "type": "image"}, {"id": 4450687, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e55f160-3c67-4ea3-9706-5fc7219460f8/width=450/4450687.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U17dtR4;00^*t:-oR5M|DiIV-pRjMfs.XTof", "type": "image"}, {"id": 4450504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69e5fb76-2c67-4b66-ad4b-750415d8237d/width=450/4450504.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U48O3fof00oz8_bGMxafeAt6o#M|4Tae_Moz", "type": "image"}, {"id": 4450500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00a446fd-8be3-4a62-9dd4-66b13e148012/width=450/4450500.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U26I1@oe9FWW~qof00M{DiRjDjjuWBRjx]xu", "type": "image"}, {"id": 4450507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/591eb45f-85fc-455c-a2d1-c5c5a467face/width=450/4450507.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U59QKn?F0#9a^%t6D+aytQWVRPxF~VfjWCjs", "type": "image"}, {"id": 4450682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9441cb5f-bc68-4dd8-9b03-08cb51272f86/width=450/4450682.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U68gyxRk00xaVsRk%Lt7xYRkkCt6~pWBD*of", "type": "image"}, {"id": 4450506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea163187-256f-4819-859b-ff9b369fe96f/width=450/4450506.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U16IHTxa00R*=_n$Ipt7HXkCS$fl^%WCcFRP", "type": "image"}, {"id": 4450509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63001ec9-f8a1-4379-9a61-2a7a9122e3d4/width=450/4450509.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U37eFq-o00IVZ3$$.RNdL#$%yXNH~U%1M|NH", "type": "image"}, {"id": 4450508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17d50836-fcd5-4a7a-8b81-0c6083524f8c/width=450/4450508.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U38g:1a#00oe^%WB02ofquV[Xnof~Aof58js", "type": "image"}, {"id": 4450678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5aec4059-79a1-4528-b36f-d7815d9fbee9/width=450/4450678.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U06H$KS100xa[7WA5at7}[WUyst6-@f$oOoL", "type": "image"}, {"id": 4450681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44b8bc19-0f9f-41ff-8b06-947c41f717e3/width=450/4450681.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U38NkENH00skDi%L%fD*#*IVNd?a~oof4:WB", "type": "image"}, {"id": 4450683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33b67c69-e285-4d32-89e9-d61e8976dd86/width=450/4450683.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U17wZ$%200EMDiV[w@t5^Qoe9^WBS^j@E2WB", "type": "image"}, {"id": 4450510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7085b141-cd40-4350-9049-2a899e39c8f9/width=450/4450510.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U5AJ_.xGIW?F4TkBVZM|tPR+4;R*_M%1S#WC", "type": "image"}, {"id": 4450732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3605a17-d078-4571-9de6-45269e586d68/width=450/4450732.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1664, "hash": "U48|qtof00R*Mxj[S5ayMdfPtSoL~UWC4;WW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/260096", "modelId": 230466} \ No newline at end of file diff --git a/datasets/metadata/260171.json b/datasets/metadata/260171.json new file mode 100644 index 0000000000000000000000000000000000000000..f820fe6864de148ff4d13b97ed2db3d589641f0e --- /dev/null +++ b/datasets/metadata/260171.json @@ -0,0 +1 @@ +{"id": 260171, "index": 0, "name": "8TIT v2", "baseModel": "SD 2.0", "baseModelType": null, "publishedAt": "2023-12-12T20:18:10.033Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Improved input images
", "trainedWords": ["Harrison Smith"], "stats": {"downloadCount": 58, "ratingCount": 2, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 202430, "sizeKB": 50565.91796875, "name": "260538_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-12T21:50:42.751Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "74F268D1", "AutoV2": "0AC68C7C95", "SHA256": "0AC68C7C959833A11791BEB8DF563110B5E7F66A7703DBD6914821C6E5427033", "CRC32": "21E6FC1C", "BLAKE3": "EDE538220CE039C609655A6BDD1902B429CBB8D2BA49EC98EFCEEAC0D17ED030"}, "downloadUrl": "https://civitai.com/api/download/models/260538?type=Training%20Data"}, {"id": 202506, "sizeKB": 36981.0234375, "name": "Harrison_Smith_5.0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-12T23:21:51.081Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BB3555B8", "AutoV2": "63C5F58E3E", "SHA256": "63C5F58E3E72AAFD9E0BB55D3757F96897BA3749F73A929C3707991FA381BE81", "CRC32": "67AE90DA", "BLAKE3": "60A5CBD1CE1B7E950748FE94D421AE9778A26421430F0D57DC68422A9E8CAA5B", "AutoV3": "84C994AE36E0"}, "downloadUrl": "https://civitai.com/api/download/models/260538", "primary": true}], "images": [{"id": 4442433, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ddbe292-9385-48f1-8c48-99122ce48f03/width=450/4442433.jpeg", "nsfwLevel": 1, "width": 512, "height": 640, "hash": "UQDb=}=q-iWB_4#%jqR*Ov9ZRjWBT29ZNGoL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/260538", "modelId": 230855} \ No newline at end of file diff --git a/datasets/metadata/260579.json b/datasets/metadata/260579.json new file mode 100644 index 0000000000000000000000000000000000000000..382e612532bea87c9069eb538978e975a35be420 --- /dev/null +++ b/datasets/metadata/260579.json @@ -0,0 +1 @@ +{"id": 260579, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-12T22:33:28.883Z", "availability": "Public", "nsfwLevel": 1, "description": "trained on all her insta pics
", "trainedWords": ["juliaaburch"], "stats": {"downloadCount": 227, "ratingCount": 16, "rating": 5, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 202459, "sizeKB": 147582.8359375, "name": "juliaaburch_sd15_512_128_64_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-12T22:35:58.714Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4C4F8F05", "AutoV2": "F9E978582A", "SHA256": "F9E978582A7DFC5EE18CF1958A1135C939C795550C7F8E01BA81781AC588B186", "CRC32": "345D7E33", "BLAKE3": "45DD33D6087C945FDBDE69F65FD87967AA67A4D0B8C30035C2FD68D74342CCF8", "AutoV3": "CF3AC3343BDC"}, "downloadUrl": "https://civitai.com/api/download/models/260579", "primary": true}, {"id": 202979, "sizeKB": 71485.7001953125, "name": "train.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T11:41:33.767Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DFD17B5C", "AutoV2": "7998CF962C", "SHA256": "7998CF962C2AA50DB5858B7ADDB3695D59EB47AE4A37F533119FEBFD437F9B61", "CRC32": "3822305B", "BLAKE3": "051FAFE9652DC9EBFF11C859D4CC67BC0D0FFDFEF2FE628F66CEBDE4EFF50681"}, "downloadUrl": "https://civitai.com/api/download/models/260579?type=Training%20Data"}], "images": [{"id": 4441341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37d87505-8c7a-40ae-8ef7-eafe719fb1fe/width=450/4441341.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAF=zAIo00-;8wn$T0M{?v?bWE9Z~VIU4T?b", "type": "image"}, {"id": 4441343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2a98fd6-916b-4c7d-a379-cb95cec7a5a7/width=450/4441343.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAGbVMI@00-;8^w[.SD*?v~qIoE1~pIUR4%M", "type": "image"}, {"id": 4441345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/720b5250-20c4-418b-989d-d1663bd43311/width=450/4441345.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFFO[b?b00aK00IVx]9Z_N%MRjW=-:M{Mxoe", "type": "image"}, {"id": 4441344, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e34cd5ef-83e4-4a65-b179-d13c5826f3b2/width=450/4441344.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBG8v94.00bxH=%g.S8_.TxY9ZS5%MkBi_s:", "type": "image"}, {"id": 4441342, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23a5a927-2f91-4d91-8c9a-f4443a7444d5/width=450/4441342.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJIN{t_30Koy9u%MIARO~q-;-;NH?cx]V@xt", "type": "image"}, {"id": 4441346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d7324fb-246b-43d5-ad55-674a09cc388e/width=450/4441346.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEFYGjD%0y?G?^9ZH@ae%MkqM{IpspxtInxu", "type": "image"}, {"id": 4441347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58f26496-c708-44f8-9ce0-2a614b9fa1b2/width=450/4441347.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDH.A]~B00NHn2-:?vVr?^ayMx%gtRxv8_o}", "type": "image"}, {"id": 4441348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a67fee80-9ca8-4b17-a0b9-8844bf988735/width=450/4441348.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDHn?C-U00-;4nRPS$M{_NXTIVE1.7-pI9?a", "type": "image"}, {"id": 4441349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a15fdcd-5d16-4379-ae8d-7f7394362c6b/width=450/4441349.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHH27paK01jGbqMxX9t7_N-;H?sooexuRP%g", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/260579", "modelId": 230891} \ No newline at end of file diff --git a/datasets/metadata/260581.json b/datasets/metadata/260581.json new file mode 100644 index 0000000000000000000000000000000000000000..ab7174bb09e3f9be42dc132efa770dccb4f1896e --- /dev/null +++ b/datasets/metadata/260581.json @@ -0,0 +1 @@ +{"id": 260581, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-12T22:40:40.655Z", "availability": "Public", "nsfwLevel": 1, "description": "trained on her insta pics
", "trainedWords": ["rolyatistaylor"], "stats": {"downloadCount": 405, "ratingCount": 36, "rating": 5, "thumbsUpCount": 53, "thumbsDownCount": 0}, "files": [{"id": 202461, "sizeKB": 147599.0234375, "name": "rolyatistaylor_sd15_512_128_64_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-12T22:40:51.842Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EB0780DE", "AutoV2": "F2654C7D6E", "SHA256": "F2654C7D6EF00078674AF9B5265C93D66EFFA7792E9929F10D1C49C5D8D362BB", "CRC32": "E99F5956", "BLAKE3": "5342E8FFB106E0D0133C05965A2A437EAE7F6EE628864EFE4D4D6B82AA818CE8", "AutoV3": "E9AF270637F8"}, "downloadUrl": "https://civitai.com/api/download/models/260581", "primary": true}, {"id": 202981, "sizeKB": 330577.5703125, "name": "train.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T11:42:07.264Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "36DEADC1", "AutoV2": "C2127060E2", "SHA256": "C2127060E2B9D27C5F0D822E4E57E094DABEE02A9430990C94940819D8504465", "CRC32": "CB582214", "BLAKE3": "35143F1D635E54CAA29CA5AE803368DE38C52FA9569CC44C0104D2F2946B7479"}, "downloadUrl": "https://civitai.com/api/download/models/260581?type=Training%20Data"}], "images": [{"id": 4441497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de6ed6b5-4599-45a7-87c2-a88f7874118a/width=450/4441497.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDF#dg$+Ao-:}?n#9]xZ-:j[xYt60f-pIVxa", "type": "image"}, {"id": 4441503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc5ef137-d80b-41ea-8ead-12dc4c57acbd/width=450/4441503.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBF}f*~X2n.7^3kD5RX7_3Io%0oz0g-ow0-V", "type": "image"}, {"id": 4441496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/197da2ac-47f8-4de3-837a-de0fcbe5a5a0/width=450/4441496.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBFX#P~C1G?a}TW95SRi?HIp%1t70M$*r@$*", "type": "image"}, {"id": 4441501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/094ddd6f-78e1-480d-840c-9ca19c7eb987/width=450/4441501.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U4E-%SDQ00yWllNs=#InGYIn}Y^Q5R-Vv~E2", "type": "image"}, {"id": 4441500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c5b4066-2d8e-497c-8dec-b8413c3dbd49/width=450/4441500.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UAE2OW^+%yo}}@%10LIo_1oyt6Rj9axDn4sA", "type": "image"}, {"id": 4441499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53329619-e97e-4efb-bbb3-7a666bfbebce/width=450/4441499.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8F#t7wb0yVtAmIp}[tR00M|D$T0NH=|XSIV", "type": "image"}, {"id": 4441498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a941b244-c177-4ad1-a6dc-f7cab29605a7/width=450/4441498.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9Hn86t6Pn~B.RRki#?aPT9FIT%g9a=|-VtR", "type": "image"}, {"id": 4441502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a46bed46-5dd4-4712-ab57-1b6a8696ca29/width=450/4441502.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGINaNWZt+-p~VR,S$%2.RIos+xuV[%2s.%M", "type": "image"}, {"id": 4441504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d514ed90-66e6-4b40-9c05-558113cabf6c/width=450/4441504.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U4G%_dzt2-C52+I-:+E0l*9t}u~C01}[=^D*", "type": "image"}, {"id": 4441505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d46ae354-135b-4ea7-b290-9cbef0f19912/width=450/4441505.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEHK5~r^0|-.9aIoELNH~UNaE2Rj4;-o$%s:", "type": "image"}, {"id": 4441507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bae96356-ae78-482c-812e-f86efae7f964/width=450/4441507.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7GakFDj2[#X1#4.IUt6ug%M+~TJ00^ks+WB", "type": "image"}, {"id": 4441508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba791c5e-e673-4f80-8ec6-b6d88e6d11a8/width=450/4441508.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGIgJ|rF3BOr%zInRjk9*Jf$v$$+Di$*WAR*", "type": "image"}, {"id": 4441510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/227959f4-7302-4d12-88ab-2ae8c1e4fa36/width=450/4441510.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDG*1y,u1bb^0L%LV@E1?]S1n5%24o%2xYaK", "type": "image"}, {"id": 4441509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89dd7647-3bac-4d12-acbe-7eddd87f0a34/width=450/4441509.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8GRbo~p7H%1X,NH,[xt00D%rqo}$*^*X9o|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/260581", "modelId": 230895} \ No newline at end of file diff --git a/datasets/metadata/260589.json b/datasets/metadata/260589.json new file mode 100644 index 0000000000000000000000000000000000000000..3fa0eecc1852025453df62086901035789483cf5 --- /dev/null +++ b/datasets/metadata/260589.json @@ -0,0 +1 @@ +{"id": 260589, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-12T22:52:43.176Z", "availability": "Public", "nsfwLevel": 1, "description": "trained on insta
", "trainedWords": ["qtcinderella"], "stats": {"downloadCount": 301, "ratingCount": 18, "rating": 5, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 202474, "sizeKB": 147577.65625, "name": "qtcinderella_sd15_512_128_64_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-12T22:56:02.502Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "255121DC", "AutoV2": "FCEE9829DF", "SHA256": "FCEE9829DF93544FFD91A76FA4BA990CEA5954ACA68D8650A57403A3E35D69D7", "CRC32": "E8E68F76", "BLAKE3": "F5A72FD6F748B258F018DC6665B47F49ABA94675CB1C7CCF1929EBE0EF644903", "AutoV3": "04644E30B17B"}, "downloadUrl": "https://civitai.com/api/download/models/260589", "primary": true}, {"id": 202976, "sizeKB": 16491.654296875, "name": "train.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T11:41:29.013Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D86EF6BF", "AutoV2": "783212D0E9", "SHA256": "783212D0E90E62052EA55096DEA850A252E25258A9095AEDE3D6E19708A0A9A5", "CRC32": "D00A46B9", "BLAKE3": "261A90F5D49347FED8ED0AB607C9F79321A2314D91ED7BBCD7AF8A5E8AC2333A"}, "downloadUrl": "https://civitai.com/api/download/models/260589?type=Training%20Data"}], "images": [{"id": 4441764, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e22c68e5-0716-4571-b40c-42702a482318/width=450/4441764.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAFFER~X4.n2H=nhx]o#IUIoI:M|.9x]%2%M", "type": "image"}, {"id": 4441763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f50dc206-e4d5-4b23-8624-d484d3426abf/width=450/4441763.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6G*yg_N01$y00Dho~oz_2kqn$ROIT?H,.-;", "type": "image"}, {"id": 4441761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9dd47c54-3132-4295-acb5-a180c5a3bf02/width=450/4441761.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5H-DE-Q0g~BRkt70NE2I]0f57Rk0}Ne=|-o", "type": "image"}, {"id": 4441765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3cb8e69-7422-4d36-9d1e-541ae6725edb/width=450/4441765.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5F=mw~W57E14.H?b^^+0LEioI9FMc?vMe^*", "type": "image"}, {"id": 4441770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62505bd5-227e-497f-a378-78d486588095/width=450/4441770.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9G[NF~q0KMc4mivozR*_2tRozxZM{RPr=%M", "type": "image"}, {"id": 4441768, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c72d4d76-ec77-461e-a219-75c327c52736/width=450/4441768.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7GuH[~q0KxW8_MwOZR+aeNHIAD%NG%Nr=-;", "type": "image"}, {"id": 4441769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d17ae112-9dc6-440a-aa43-aae17c4b0df6/width=450/4441769.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8D]6r~W9ZITVWe.Net7I:9at79Z%Nofw]?a", "type": "image"}, {"id": 4441767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3651483-ed8d-4f99-8390-3dff440f86ea/width=450/4441767.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8Db=@~W56DiH=nhOFtRIq9axu9Z-:ogr=?H", "type": "image"}, {"id": 4441771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a78dc20-ccf0-40d2-9608-720598653de5/width=450/4441771.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U2Du[0M|1#IB8w4.0M4:_M-:-Vtl_1-;VY9a", "type": "image"}, {"id": 4441775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a68f875-4dcb-42e3-8a2e-2774c9611b2f/width=450/4441775.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5F#:a#Q02xZ00bwJB9a_3bb-:t7~pjZVsM{", "type": "image"}, {"id": 4441774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9a82df3-c738-4d6f-bec1-0c8ea3276ee6/width=450/4441774.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7G8cd~q00#j00s.?bT0nikDxtWByX%1$*-:", "type": "image"}, {"id": 4441772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f974dbc-f767-4da3-bb6d-29139da8d60e/width=450/4441772.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9F#?o~q57IAMw%2bc%gM{nhxuWBxtS5Dit7", "type": "image"}, {"id": 4441773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efaaa2db-5540-48f5-9a37-23ad702f170b/width=450/4441773.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEG8fl_N57nNDi%KtRRk?btR%LW=s+%LxGxu", "type": "image"}, {"id": 4441762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/912d1f2e-9a90-44e0-96a3-c54175585e68/width=450/4441762.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAGkwM~p0LbvD%-oS$tR?GMxVrWBxto#Mxof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/260589", "modelId": 230899} \ No newline at end of file diff --git a/datasets/metadata/260603.json b/datasets/metadata/260603.json new file mode 100644 index 0000000000000000000000000000000000000000..4aaba56168af45b3084628e3c48e48eaddd543a0 --- /dev/null +++ b/datasets/metadata/260603.json @@ -0,0 +1 @@ +{"id": 260603, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-12T23:00:39.342Z", "availability": "Public", "nsfwLevel": 1, "description": "trained on insta
", "trainedWords": ["ricare"], "stats": {"downloadCount": 237, "ratingCount": 21, "rating": 5, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 202480, "sizeKB": 147596.2890625, "name": "ricare_sd15_512_128_64_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-12T23:00:57.048Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "24DDBA16", "AutoV2": "3F438BD752", "SHA256": "3F438BD752FD1221C36EC09631C39395461018125ADCB06E1AB2C781A958170B", "CRC32": "F74D70C3", "BLAKE3": "8DA9C55A2A98B1720B9775AB13028BF0983D51D97689909B88A0B252EE1AF670", "AutoV3": "AD04E12444DC"}, "downloadUrl": "https://civitai.com/api/download/models/260603", "primary": true}, {"id": 202978, "sizeKB": 140902.1357421875, "name": "train.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T11:40:59.118Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "05D06C20", "AutoV2": "C5EC742FAB", "SHA256": "C5EC742FABDB07AF1BA0BD77B20D6BD1B517C957E208224DCCFCDB4FB2B414B3", "CRC32": "3867B4DC", "BLAKE3": "5E68A51ADA5A511F2B19CC8C4A9E5C35C6E769F4BE603964B36B880D1EE721CE"}, "downloadUrl": "https://civitai.com/api/download/models/260603?type=Training%20Data"}], "images": [{"id": 4441985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec43df45-223a-47fb-a6fd-ab72d4cdb9cd/width=450/4441985.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEH1-;~pt,tRMIxaEMofyDR-W=V@%g%Mw^bb", "type": "image"}, {"id": 4441986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f956b99f-b19a-4adf-8b1d-9537ecef14c5/width=450/4441986.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9H1[A^%.lVsMHtlT0?b.TIVogMwIokDn3Ip", "type": "image"}, {"id": 4441987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f64965c6-311f-43b2-9b6a-649e026db969/width=450/4441987.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8Hwu?]}HAL}00%102_3*JIV_4IA9FIUrWkD", "type": "image"}, {"id": 4441989, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bdf0c26-616c-4100-99e5-9a35b6078742/width=450/4441989.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHIWyJ~BACD*e.S$9]xu.7xa?H%LafNH-U%1", "type": "image"}, {"id": 4441988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22104726-6006-406f-a742-d9ae770099d2/width=450/4441988.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFGuB#?aEe01VX%MEMtR~q-p-pkCITV@%1bc", "type": "image"}, {"id": 4441990, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8d0a8ab-97d1-4241-9bd6-85302f103bb7/width=450/4441990.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBHn88_2UZ#URMoz9Z?I*0S5%gIARnS4s*W=", "type": "image"}, {"id": 4441991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fa84048-bde3-4cdb-8e68-2863fe7052d4/width=450/4441991.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9GHuRwZPmDO00OE0L?I*0WY_3ROMcnh=^S$", "type": "image"}, {"id": 4441993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cccd2f71-3a08-4977-a357-0730d5c167b5/width=450/4441993.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6D[^K8_PT8xDNI[0K_3YQIV~qnN0LIUivNG", "type": "image"}, {"id": 4441992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec4baa73-d0f9-4dc0-9742-4dc7a4ac357d/width=450/4441992.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6EU}oH=L0DODNN{4o_3lnIV~qnN0fE1n3WB", "type": "image"}, {"id": 4441994, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edee77a7-6f4a-4fda-b8be-2e7aeb6ee63b/width=450/4441994.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEGH^~M_.Rr@R$W?X9-;~p$$i_IoM|RjRjtR", "type": "image"}, {"id": 4441996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78ce2a62-3113-48fb-8310-eef76d29aed4/width=450/4441996.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAG8ci^*.mrXI8-;Ip?byXMx-pITD*W;xCNH", "type": "image"}, {"id": 4441998, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce618a55-fdd0-4f80-9542-9a41ca9706f2/width=450/4441998.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Gt{L#jyWU]8wXTE2_3*0IU-=IA9GRjs8NH", "type": "image"}, {"id": 4441997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45d2f791-b4f8-4b6e-9fd1-2e3c219ae36f/width=450/4441997.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCG*pHxV_Mm,,lXn9u?cpdnNs9rq%1xtRjNI", "type": "image"}, {"id": 4441999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8844d40-a6fb-455c-801f-eb24d6e02d72/width=450/4441999.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8HB9{--Lyz:00XA4:?cYk9G_3Di4:D*n3Io", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/260603", "modelId": 230908} \ No newline at end of file diff --git a/datasets/metadata/260607.json b/datasets/metadata/260607.json new file mode 100644 index 0000000000000000000000000000000000000000..e18574765557dc4686659b94dd3a1898c8d47cd0 --- /dev/null +++ b/datasets/metadata/260607.json @@ -0,0 +1 @@ +{"id": 260607, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-12T23:08:02.655Z", "availability": "Public", "nsfwLevel": 1, "description": "trained on insta
", "trainedWords": ["emmanorts"], "stats": {"downloadCount": 190, "ratingCount": 14, "rating": 5, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 202484, "sizeKB": 147595.234375, "name": "emmanorts_sd15_512_128_64_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-12T23:05:45.436Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "09C412DE", "AutoV2": "3CEB8DFBC8", "SHA256": "3CEB8DFBC83D443DBF6EB6287021CCE42EC77C74D28EE2956C944A7E4ED2424C", "CRC32": "EC94ED30", "BLAKE3": "5D5C30399A09BE7486C2FE9AE682AF271C26E424038CD5B3E2BD218FB72C4044", "AutoV3": "DB7476D3F0C0"}, "downloadUrl": "https://civitai.com/api/download/models/260607", "primary": true}, {"id": 202977, "sizeKB": 297672.232421875, "name": "train.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T11:41:04.157Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "46F81DAE", "AutoV2": "AC838C1694", "SHA256": "AC838C16949E0AF6C038B50BB928363AB6520AF8BED008C1A98BFB1574B71BCB", "CRC32": "0F5019B6", "BLAKE3": "3CEBFE8D233E3B66DCADC948F260DB25F04A18FC91E0C94E38C8BE5EB7519250"}, "downloadUrl": "https://civitai.com/api/download/models/260607?type=Training%20Data"}], "images": [{"id": 4442103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2900cae5-346c-40fe-b07b-e85b69620d73/width=450/4442103.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8EoY?%g004T+Xv|?w.9_2?a9FDiI.E19G%M", "type": "image"}, {"id": 4442110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bed7206b-ec1c-40ae-a96d-5cf7bf5e3ef7/width=450/4442110.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCELsg?bxtM{^h~VIpS5-:RO%1IVD$M_IUxv", "type": "image"}, {"id": 4442102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba88f61f-2f85-4ce1-8599-1653ac3cbc27/width=450/4442102.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6DSRF_2009E=Cn2_N?w-:^%9GIA0e9ZD*-;", "type": "image"}, {"id": 4442106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8feb94d-0eac-46c4-aaf1-eead1a1c29d6/width=450/4442106.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGDS2RxZxZIp~U-nNHNHn#WVNGWC0LNGM|xZ", "type": "image"}, {"id": 4442105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10e0722e-0b13-422b-925d-ffbe2782e795/width=450/4442105.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UACijo?vf$IV~V?HIpWr-ooIV@M{4nMxRPxb", "type": "image"}, {"id": 4442104, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efe557c8-d7e3-463a-a6da-44679f231dca/width=450/4442104.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJFY3~%1xZ9a~U-pE2IVxZIoM|R*4:E2M{xs", "type": "image"}, {"id": 4442109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/067f788d-58c2-42d1-8966-e5ca8d11ebe8/width=450/4442109.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Du#stmDhng^*~U5Rs+X4?F^*S69vWWi_R+", "type": "image"}, {"id": 4442108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cfce9bb-ec4b-4e03-8f6d-f199c4dad41b/width=450/4442108.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBEVZ%xuE1R*xt^+xuV[~pRijFIoE0ae9Zxu", "type": "image"}, {"id": 4442111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/601ac01b-037f-46f4-939f-a995327e52dc/width=450/4442111.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCD[;1x^R*E2~U^*E2oz-:xZogM|9FNFM{s;", "type": "image"}, {"id": 4442112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eea87283-aa0c-4a26-91f2-fb2306c71084/width=450/4442112.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9E2wh-;IUaf?D~VtSNH?ZMw%LE19EIUD%%M", "type": "image"}, {"id": 4442113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef44464f-17ca-48dd-b3b4-00fe5d516176/width=450/4442113.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFCrvBozRiR*~AxaNHWXs+s-IpWCIpWBIoof", "type": "image"}, {"id": 4442114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a534a9d-547b-4e92-942f-2aa823db5a10/width=450/4442114.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UECYw5tQn~NH~U%0WEWYROxCM|WCE1RjIood", "type": "image"}, {"id": 4442115, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82e00a51-02b4-4aaf-b02e-7af8586c9761/width=450/4442115.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBDlZk?b4n4.DN9F-;tS~q%gi_aKIoIBIUxa", "type": "image"}, {"id": 4442117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f992b2f7-8537-4496-a511-a68dff565314/width=450/4442117.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCCis=x]009FMIem_N%g?bxuMxROIpM{M|%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/260607", "modelId": 230914} \ No newline at end of file diff --git a/datasets/metadata/260610.json b/datasets/metadata/260610.json new file mode 100644 index 0000000000000000000000000000000000000000..910b36ddc978161235f3b202856a413160067be6 --- /dev/null +++ b/datasets/metadata/260610.json @@ -0,0 +1 @@ +{"id": 260610, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-12T23:20:38.445Z", "availability": "Public", "nsfwLevel": 1, "description": "trained on insta
", "trainedWords": ["lucycat"], "stats": {"downloadCount": 224, "ratingCount": 14, "rating": 5, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 202490, "sizeKB": 147583.3125, "name": "lucycat_sd15_512_128_64_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-12T23:11:20.634Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "21BFA0C8", "AutoV2": "F37253CD21", "SHA256": "F37253CD217DF88733763AF94A91D4BDDC838CA60AF84A584FEAC41E73601111", "CRC32": "CCC28258", "BLAKE3": "BFE346CABCE3F6E0577FF30448EDC3E80D4AA74ADF83EF8CC501CD8DD78DDE6A", "AutoV3": "76F522916C11"}, "downloadUrl": "https://civitai.com/api/download/models/260610", "primary": true}, {"id": 202974, "sizeKB": 58636.451171875, "name": "train.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T11:42:06.859Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "83812F6A", "AutoV2": "BA49392535", "SHA256": "BA49392535D454E9FC7319D4C14E5D599FE8C6408DCD7DED8F6B377119C08C67", "CRC32": "D9E6E14B", "BLAKE3": "59AD7347216D342A1D815B78EABD9480CEF2F992546D8C3CDD7B861551673F4B"}, "downloadUrl": "https://civitai.com/api/download/models/260610?type=Training%20Data"}], "images": [{"id": 4442350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddf0e225-5698-44d1-aeb8-718db51ce537/width=450/4442350.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCIN%54nAb^+^$M|o}V[_MbJS$x]~Ws:Rjt6", "type": "image"}, {"id": 4442352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9897d243-a57f-49b0-b681-16148ee3dfe2/width=450/4442352.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFI#794oJ-?b?ZD*x]R*?ux]X9s;~pt7IUxu", "type": "image"}, {"id": 4442336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d321804-27d7-4ef8-a868-e7d4c664817b/width=450/4442336.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAIh1+0101_2^d5Ttl%Lxux[bvRO~pS4E2oe", "type": "image"}, {"id": 4442351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b911b40-c65e-4495-ac84-9e89634ca24c/width=450/4442351.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6JZ;wvJ0m0j}k0303-VtQt6smR%.8IBIqR$", "type": "image"}, {"id": 4442339, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcd13843-e022-4db3-ab16-83d8f2cc6c82/width=450/4442339.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDH-un8{I;_2^%M|%Lxu%NS4IpWW~pxtM|xt", "type": "image"}, {"id": 4442338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74fb3484-0bb0-4a3e-9fcf-1bea158ef183/width=450/4442338.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8GH;wMcWT-;=XK6IqtRE2R.EOMx~VxZM{nh", "type": "image"}, {"id": 4442344, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e57ba69d-95f6-40a3-8ff8-e7231b7aa812/width=450/4442344.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBHxE0E201?a=qIo_3Rj%ht7E2Rk~p?HxZ%L", "type": "image"}, {"id": 4442345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b556333-791f-43ef-8cd3-c1795e196ddb/width=450/4442345.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Hd?DRO0gkYI9X9bbR.xutRShV@~WR+t7of", "type": "image"}, {"id": 4442343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ec56671-a998-4266-b80a-5f59109422ff/width=450/4442343.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEIXd74nEMofRixt%fWE%ft8WBRk~pt7RjoJ", "type": "image"}, {"id": 4442346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc1288f7-935c-4bff-916f-4f8478bf0e2a/width=450/4442346.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3GRYX000MK5HX.T0g~V0zN{5RDi_39ExZRP", "type": "image"}, {"id": 4442348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8976a0c4-1404-44c4-908d-091f160e731d/width=450/4442348.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9IELc02?aEO~T9bJVxYtSs.IqxW?bx[V@n$", "type": "image"}, {"id": 4442347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12f49119-b074-4e66-81b1-c6b5d33531f6/width=450/4442347.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCI4;HM|0f%N~UIU-;M{_Mo#N_tQ~p%LjG-p", "type": "image"}, {"id": 4442349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7d558e5-f13f-4c48-a2fa-87cdcd79328f/width=450/4442349.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4HBSa0000JB00%h%$%1xubwJB9F_ND*RjRi", "type": "image"}, {"id": 4442353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/259d7e55-8ee7-4a11-b25e-0a5e584fdc9f/width=450/4442353.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9HxA[4UI[^$k85SE2bI_2t6M{t7~pM{ofs.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/260610", "modelId": 230916} \ No newline at end of file diff --git a/datasets/metadata/260623.json b/datasets/metadata/260623.json new file mode 100644 index 0000000000000000000000000000000000000000..877b16864cdfa9cf124d5c52e88f163cc7eb6024 --- /dev/null +++ b/datasets/metadata/260623.json @@ -0,0 +1 @@ +{"id": 260623, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-12T23:30:18.887Z", "availability": "Public", "nsfwLevel": 1, "description": "trained on insta
", "trainedWords": ["deputyaruuu"], "stats": {"downloadCount": 270, "ratingCount": 19, "rating": 5, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 202514, "sizeKB": 147585.6953125, "name": "deputyaruuu_sd15_512_128_64_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-12T23:26:16.491Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "65145817", "AutoV2": "33D00A66E1", "SHA256": "33D00A66E13C3EE23675C7DC55DC9DBD3531B3984B934634459A83F9211C178B", "CRC32": "15CFBF6E", "BLAKE3": "E05CAE466B3A3C6A7623509FEF4CD465DC76FAF28E83EBA94FCE70BFC5603D14", "AutoV3": "0B20EB028DE2"}, "downloadUrl": "https://civitai.com/api/download/models/260623", "primary": true}, {"id": 202973, "sizeKB": 98364.5224609375, "name": "train.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T11:41:38.097Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D884961E", "AutoV2": "09E835B6A8", "SHA256": "09E835B6A8924931DFC1C6F9F147D9DC9F5ABEDD5B0898BFC9BC310F7FF00E89", "CRC32": "FDF4F6B8", "BLAKE3": "952F1C4711B60AF65C09E83C438D16FC1AF9088E53C7E5C7B2A85B7772076501"}, "downloadUrl": "https://civitai.com/api/download/models/260623?type=Training%20Data"}], "images": [{"id": 4442512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9561fbc0-94e8-4593-bb4a-0075aa96efa6/width=450/4442512.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7ELTj9u02~A01%L-nRk?a%MItE2^iRj={xt", "type": "image"}, {"id": 4442513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd9dd004-a6f4-4890-9221-94031c33d78e/width=450/4442513.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7D+M9s:01^i00S2-:Iq-:IrE2Rl~An$-UxZ", "type": "image"}, {"id": 4442511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5914957-27a5-4418-8aca-6a5186049d77/width=450/4442511.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5E1]R^jE0~CAxt60eIW6nI^EkJC};Sz=x-U", "type": "image"}, {"id": 4442510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6501432e-acb3-445c-a244-e2c91ff6fc08/width=450/4442510.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4C5-X~URN^+4on$9^9a9wRQE3t7~9%L}?Rj", "type": "image"}, {"id": 4442515, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d29644d-2054-4a44-808d-89ca702cd438/width=450/4442515.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8B{Gf-:X4xaI;n$IpIp9vjGWYR+~Axt$#xZ", "type": "image"}, {"id": 4442518, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c933e495-9b9d-40bb-b3df-340ae259d55a/width=450/4442518.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7E1{Z%LAC~BNd9|nME2o~OGxvI@=_%1-6xF", "type": "image"}, {"id": 4442516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b05e614d-bfd4-4dc3-b470-489f8c9c1443/width=450/4442516.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8DRyixoxV=|IBb^E2IpI[I]NLj?~UWA$$xZ", "type": "image"}, {"id": 4442517, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e110c66-a11d-4f3d-955b-99b4941aee38/width=450/4442517.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7C~Cv^jOq~CRjIp9ZE2OaN|xuNe^$n#-6$z", "type": "image"}, {"id": 4442519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdd2e4b3-65fa-46bf-a50d-df3fe6964bfe/width=450/4442519.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8D+3l$e^%E2=tOZ0f9uXoERIqRj~AWU-Uw[", "type": "image"}, {"id": 4442521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/521f20b7-90c0-4373-a8ce-20c2d02f9a3e/width=450/4442521.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7EUx*~A5R~V029bsjE3R.E7E3E3?Gxs^h-n", "type": "image"}, {"id": 4442520, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c33a2077-0344-43f9-be10-4c11ffb988f3/width=450/4442520.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8EBgD^jJS^*OZW;9FE2F}EQWFXA}-ozxt-T", "type": "image"}, {"id": 4442523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e104f187-aa52-4995-86cd-f4872b2fb122/width=450/4442523.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6EK+6x?rC%M0PRQ9[Ip0hEjNfE3};xF^PxZ", "type": "image"}, {"id": 4442522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/640bbd50-b76c-4783-a28f-78583bb6cbd3/width=450/4442522.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6E2IA~U9a?H0NE39ZIp%3I]s;S5-oad-o%1", "type": "image"}, {"id": 4442524, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a826825-4548-4f7f-8c97-75c58f32b3fb/width=450/4442524.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7EL1$?GoZ~CM_Io0eM{KQOuOat7~9Ri-6-U", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/260623", "modelId": 230926} \ No newline at end of file diff --git a/datasets/metadata/260661.json b/datasets/metadata/260661.json new file mode 100644 index 0000000000000000000000000000000000000000..461a67074c9f73a867b6bae199242446a266fddd --- /dev/null +++ b/datasets/metadata/260661.json @@ -0,0 +1 @@ +{"id": 260661, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-12T23:39:39.294Z", "availability": "Public", "nsfwLevel": 1, "description": "trained on insta
", "trainedWords": ["mayahiga"], "stats": {"downloadCount": 384, "ratingCount": 19, "rating": 4.58, "thumbsUpCount": 24, "thumbsDownCount": 2}, "files": [{"id": 202519, "sizeKB": 147580.0859375, "name": "mayahiga_sd15_512_128_64_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-12T23:35:55.201Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5A33A404", "AutoV2": "B3067B3D3F", "SHA256": "B3067B3D3F485A477A9743C637CC361C68B3896E9A95A4F884BC834541E58504", "CRC32": "71B74484", "BLAKE3": "C481332402D1D01EDF79FF330CF2524A43724F27EDB99162DE7D3DB245164C0A", "AutoV3": "FDFDE92ADAC2"}, "downloadUrl": "https://civitai.com/api/download/models/260661", "primary": true}, {"id": 202970, "sizeKB": 39685.39453125, "name": "train.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T11:36:25.109Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5551D10A", "AutoV2": "6141374631", "SHA256": "614137463139F8F113B333EAB54BF89F084C8EB58DB38B4B7FC89742940BC549", "CRC32": "D068BBFA", "BLAKE3": "DB23512AE2F3B83012BF58ADB830D89A89DF905004443A28CC6C2558ADBB43B7"}, "downloadUrl": "https://civitai.com/api/download/models/260661?type=Training%20Data"}], "images": [{"id": 4443051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7af294f-d7a5-489a-966d-f023cefa56e5/width=450/4443051.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDGa,$^Q5k_M_L?aIVRP?GRjs.IoVsIoM{M_", "type": "image"}, {"id": 4443134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51c77948-d332-472a-ad93-2c10836acb71/width=450/4443134.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UMH1#pNHNFR6MJM{tlRQ~Voeaet7xtxaM|Rj", "type": "image"}, {"id": 4443143, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/128a119f-9db6-4779-90d7-8f6e77dd2c23/width=450/4443143.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UAIELf%#0eR5-n~VtQIp^%4nD%9Z?HogE1NG", "type": "image"}, {"id": 4442706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9942aa3c-9c87-4adc-8aaa-69d80757b7b6/width=450/4442706.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFF}=n^*tQs:~VR*NG%2~p-oay%L9uxtIVfj", "type": "image"}, {"id": 4442716, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39fa5050-25d1-4025-9ec0-fa87fa5e03c9/width=450/4442716.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHH1[6IT%~Md~prq%MD*xtbb-oWBD%t7DiWX", "type": "image"}, {"id": 4443132, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9d09d0a-16eb-4e0b-9d73-c963d7f9c0a7/width=450/4443132.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFHUF9M_Eg={xAxFIoNe~qofxuV@~A%1V?I@", "type": "image"}, {"id": 4443135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7099d422-1852-4e24-a1cf-8963f2dd4519/width=450/4443135.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBH1#o?H0g^*^K~A%1WY^+Ioi_jExuNIE1t7", "type": "image"}, {"id": 4443133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/950b88d2-007a-4e04-aded-b889a7d5fdc7/width=450/4443133.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDHB3r.TB:^O?s}=i^K6%gE1adrqaJNGE2o~", "type": "image"}, {"id": 4443136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a743403-2e01-470c-8ef8-569044bb606b/width=450/4443136.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIHd]HD*D*RQDhI=o|o3~VRkWCRk%LWBM{NH", "type": "image"}, {"id": 4443137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5daff6f-dfd1-4f40-b423-e91378a24d36/width=450/4443137.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDH-Mf9GAX=yt2E2NHWE~pS5oMae=_?GIoR-", "type": "image"}, {"id": 4443138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dce205b2-47ed-4057-8996-08c0adbec9f6/width=450/4443138.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8IERv~V0e,:MH?a%f9a~UMxRiE2%g9a9GD%", "type": "image"}, {"id": 4442717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/760bb3de-3e42-43e4-8042-31c8106f70db/width=450/4442717.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBHnHG14_KDj~U9H-:IpxVM|-BNH0M%KIAIo", "type": "image"}, {"id": 4443139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6cb2997-30c6-4d3b-9645-c2eb28a67688/width=450/4443139.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFHBJBD*0K-pnM-:XTRj~pt7WCIo?a-oNGNH", "type": "image"}, {"id": 4443140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1fd7a404-ec57-491d-94d7-f547012cdf26/width=450/4443140.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGIW=l?v.6H@~nniaeM|^*NHoJM|IqoeE2bF", "type": "image"}, {"id": 4443141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57a2a390-76fd-4aed-a909-1bf740c27065/width=450/4443141.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFHnZ;IA9ZspH?xutRWB~VozR+Io-o-oIoM|", "type": "image"}, {"id": 4443142, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/507266fa-6166-4525-ae01-9f9a73f0292d/width=450/4443142.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHHdgHS~AX=x.6w]IUW?~pt7tSV@^i%1RPI=", "type": "image"}, {"id": 4443145, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/280e6f0e-2a5e-4bd3-b118-4a928b50d42d/width=450/4443145.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6FXFxs%P7,=0g0#0NE,1h0f}=W9}C^jJUNI", "type": "image"}, {"id": 4443144, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbf9b30b-8f75-4f44-aba0-28c31d068499/width=450/4443144.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UJHU8[NGJ8$*xWWVIps:~poztRNH={%1M{NG", "type": "image"}, {"id": 4442709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd751679-d4f9-4ddc-8429-1986a4e03ab1/width=450/4442709.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGHA|a_2Kg%1_LRinP%1~pxt-V%MS5IoE1of", "type": "image"}, {"id": 4442705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aefe12fb-28be-4a43-ad49-2bad8a24264b/width=450/4442705.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEGkRPs.K$s9~oM{sEIoyDaK%2kAIqaKIURP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/260661", "modelId": 230929} \ No newline at end of file diff --git a/datasets/metadata/260672.json b/datasets/metadata/260672.json new file mode 100644 index 0000000000000000000000000000000000000000..9c3e1f132ec788ef64164ca4acf824fb868a3f55 --- /dev/null +++ b/datasets/metadata/260672.json @@ -0,0 +1 @@ +{"id": 260672, "index": 0, "name": "Squishy/Snail Art Style", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-13T02:25:41.913Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 123, "ratingCount": 18, "rating": 5, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 202569, "sizeKB": 33691.845703125, "name": "260672_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T00:35:48.544Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E31A7E77", "AutoV2": "61B2C1D892", "SHA256": "61B2C1D8929932B8F6E75C8C2C77A42FA12C63CFE46EC1354E28F88E2DCFEFBC", "CRC32": "FEDA9079", "BLAKE3": "F8741D8BBE0656FBB9E2ECE6E4ADB55BC72B8AD3CA4794784BDCC45164A00E13"}, "downloadUrl": "https://civitai.com/api/download/models/260672?type=Training%20Data"}, {"id": 202575, "sizeKB": 36979.4296875, "name": "SquishySnail_Art_Style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T00:50:49.504Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CD30E9AC", "AutoV2": "73E0A6BA3B", "SHA256": "73E0A6BA3BC8316A566F0E5098E3A07677F67566F149C7A137CCE08FE9D94AAD", "CRC32": "577F9E12", "BLAKE3": "04B23365ED39D7981B4D97AB0DD9C2E44FF888F2B471CE03A3274B22A938AEB6", "AutoV3": "5E4A6E66E31D"}, "downloadUrl": "https://civitai.com/api/download/models/260672", "primary": true}], "images": [{"id": 4445348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a738f52e-d6c0-429a-838f-3dd286917491/width=450/4445348.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U2IE|f-;?b_3^+M{xa?bRjj[xuxu_3j[D%M|", "type": "image"}, {"id": 4445347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8dc98c5-fc1f-4795-92e5-fb4170bfe972/width=450/4445347.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U2HC1Q-;-;_3%MofxuxuayWBoft7~Wj[IURj", "type": "image"}, {"id": 4445349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/395aec18-4d13-49ba-a702-7fb9573bafae/width=450/4445349.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U1GlI+~p_3xu-;xuxuIUM{xuxuM{~qWBWBs:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/260672", "modelId": 230939} \ No newline at end of file diff --git a/datasets/metadata/260678.json b/datasets/metadata/260678.json new file mode 100644 index 0000000000000000000000000000000000000000..bb8e13b083e3a1ec570738f6b897038c9c81634c --- /dev/null +++ b/datasets/metadata/260678.json @@ -0,0 +1 @@ +{"id": 260678, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-12T23:50:03.856Z", "availability": "Public", "nsfwLevel": 1, "description": "trained on insta
", "trainedWords": ["juttaleerdam"], "stats": {"downloadCount": 218, "ratingCount": 9, "rating": 5, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 202538, "sizeKB": 99865.91015625, "name": "train.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-12T23:50:48.415Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "188AFAE5", "AutoV2": "744CC9D0C3", "SHA256": "744CC9D0C379A55B2F0EA2C573B3A6C7834B1755B1AA2CB486CE50B0D86C92B8", "CRC32": "995E5AD0", "BLAKE3": "4AE787290B887013167D683A2DAB1E9662E6F4AD1C8FC2AD1E61040D3A17BD02"}, "downloadUrl": "https://civitai.com/api/download/models/260678?type=Training%20Data"}, {"id": 202539, "sizeKB": 147584, "name": "juttaleerdam_sd15_512_128_64_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-12T23:50:48.414Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1B9B3C2E", "AutoV2": "1FAF004869", "SHA256": "1FAF00486900A36BC6AB9A12180E4357B32D9D65678A8F330CC1FAB58191F526", "CRC32": "3DC3853A", "BLAKE3": "FA4D5ACC1F5488074FEC270A14E6BD78A7C6FEF62BBCABFF0EC2935E4FDEBF90", "AutoV3": "AB742C0AC3E2"}, "downloadUrl": "https://civitai.com/api/download/models/260678", "primary": true}], "images": [{"id": 4442838, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f3aafd7-149d-4f61-a091-12ac47fb30b9/width=450/4442838.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGGkaq%g5kIB~nROMxNI.8%MxbozxaM{Inn$", "type": "image"}, {"id": 4442831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/200d10fa-173a-4af3-9aec-f2c461bfbb23/width=450/4442831.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIFX@sjsFxIp~pfjRPoftl%2spt6s;WCNFWB", "type": "image"}, {"id": 4442833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed356840-bd3a-4f76-a34d-de405e748160/width=450/4442833.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UED+SZoz56IV~Vs.M|R-OXxanjR*WFNHNGso", "type": "image"}, {"id": 4442829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4502810-431a-4c90-875d-72b74fcd7d36/width=450/4442829.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGEo3.bc0yNb~os:Myf8OExZnPWBjJRkI.R*", "type": "image"}, {"id": 4442828, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94a399ea-ea4f-437d-92dc-0f4eb840b483/width=450/4442828.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEFhVCtS5k9a~os.eoofS#xa%2ozs;IpRin%", "type": "image"}, {"id": 4442836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/deb34c0b-f4ca-4b5a-b181-424406e94b6f/width=450/4442836.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDGHbs%g5j4:~o={IBWBAE?GIVt7t8E2IoWB", "type": "image"}, {"id": 4442834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad446966-1526-4fc9-b66b-5de657253307/width=450/4442834.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFGHrB?HBQog~oxYrYWByCxur]s:wMIVIokV", "type": "image"}, {"id": 4442835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a03c8f02-5d4e-4319-bb5c-7ac16702836a/width=450/4442835.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFFhL:.81cE2_Lt7r]WWpbxu-VWnwNIoNYWC", "type": "image"}, {"id": 4442837, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bec2814c-e37f-4c86-b1a4-310aeaefea48/width=450/4442837.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJI|,ZOY?ts;~oRPRQNHtQ%2IVxa$*IoNGWX", "type": "image"}, {"id": 4442839, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d68b883-be59-4b7e-9934-cabd092608cd/width=450/4442839.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHGkE]%g1ID*~ooeaKRkX-xa$jR*nRIoNFbH", "type": "image"}, {"id": 4442832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16f824ff-ee3c-4287-8534-1fa7c7de10f4/width=450/4442832.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCEeV*~Vpbkq?YRjD*xZT0%LR.%Ls:9aRis.", "type": "image"}, {"id": 4442843, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a084bdc6-ce9a-402b-ae56-0333e5ab586b/width=450/4442843.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKGuE%_39G4T_Nx]E1IAM{i^%1%MMxIVozo}", "type": "image"}, {"id": 4442846, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46b35245-fc08-4ce3-8d8d-5ea8457f16c0/width=450/4442846.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7E_v;J;AB9}~o?F9axaEj$LIp.7D*E1$#Ip", "type": "image"}, {"id": 4442845, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20d2eaaa-7172-44fb-8133-3ebc10c0a512/width=450/4442845.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIHda0kq70Iq_Ls9i{M|yCof-CoywNNGNYae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/260678", "modelId": 230938} \ No newline at end of file diff --git a/datasets/metadata/260766.json b/datasets/metadata/260766.json new file mode 100644 index 0000000000000000000000000000000000000000..870e3415b0dbf5e5c482c71d090f9453f933db47 --- /dev/null +++ b/datasets/metadata/260766.json @@ -0,0 +1 @@ +{"id": 260766, "index": 0, "name": "Ugly Christmas Sweater", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-13T03:47:46.149Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 133, "ratingCount": 15, "rating": 5, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 202610, "sizeKB": 263744.3369140625, "name": "260766_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T01:45:50.259Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "27928F16", "AutoV2": "F894C9E03B", "SHA256": "F894C9E03BD6E1BD32A800BAF3E7B273228135C1B3FDCF7EC391F341873B4B7C", "CRC32": "A48C2457", "BLAKE3": "7D2ED8875AA7AB760F8E293D3DA5167970E9221850721311BD49985FAEF190E0"}, "downloadUrl": "https://civitai.com/api/download/models/260766?type=Training%20Data"}, {"id": 202662, "sizeKB": 223132.92578125, "name": "Ugly_Christmas_Sweater.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T03:25:42.857Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9D1C9F26", "AutoV2": "BEFA4171C4", "SHA256": "BEFA4171C4A0CE01C338A6E96BA0532430A387FE918451924A38FA5D00D545DD", "CRC32": "EE976229", "BLAKE3": "3B6BF0C3742CDE6EEC7FF094B3973559368023500C056DBB2EA8657291CB31E8", "AutoV3": "E3D570328512"}, "downloadUrl": "https://civitai.com/api/download/models/260766", "primary": true}], "images": [{"id": 4446411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7747c4a2-aef7-4250-96f2-32c58e5bd2ee/width=450/4446411.jpeg", "nsfwLevel": 1, "width": 1120, "height": 1120, "hash": "UBHdsV},F|9v5uNL9ZNbI_I]Ins*^K$eNFX6", "type": "image"}, {"id": 4446421, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29fb3cec-c113-47e5-9575-dfeef37f5490/width=450/4446421.jpeg", "nsfwLevel": 1, "width": 1120, "height": 1120, "hash": "U8IqJnE2Gw-.%h%L8{NG0:V@shS}VYkCtPWC", "type": "image"}, {"id": 4446869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec4f052a-eedb-48c5-b7a2-aafe3b951733/width=450/4446869.jpeg", "nsfwLevel": 1, "width": 1120, "height": 1120, "hash": "U8I4OeHXuN4.0mGIIQ?b?wMJ={-O6J?u+YAK", "type": "image"}, {"id": 4446924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8252d135-960e-4618-a747-03f6f29d396e/width=450/4446924.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "U9FEfayr%%*07fGa%L-;D+=z-mWEI,iv9a9G", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/260766", "modelId": 231015} \ No newline at end of file diff --git a/datasets/metadata/260837.json b/datasets/metadata/260837.json new file mode 100644 index 0000000000000000000000000000000000000000..9abeb5a0ef75da3fea81b81de4f507d4d598929f --- /dev/null +++ b/datasets/metadata/260837.json @@ -0,0 +1 @@ +{"id": 260837, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-13T03:34:09.579Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 428, "ratingCount": 66, "rating": 5, "thumbsUpCount": 86, "thumbsDownCount": 0}, "files": [{"id": 202667, "sizeKB": 55115.2392578125, "name": "Alice_Nonoyama_Lingerie.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T03:35:44.821Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E36F0BC2", "AutoV2": "2D7C799BA7", "SHA256": "2D7C799BA705D731B1EA144978B9DE48E8E4B456BEE2ED169B0B36758A1306C1", "CRC32": "699E7407", "BLAKE3": "5D320534ABCC891A81A8C31410756D0F9ECD4140C740A74814563F4CE4F3B35B"}, "downloadUrl": "https://civitai.com/api/download/models/260837?type=Training%20Data"}, {"id": 202666, "sizeKB": 22261.16015625, "name": "Alice_Nonoyama_Lingerie-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T03:36:13.551Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FDF7B6BC", "AutoV2": "40D8959950", "SHA256": "40D895995000BCB4E9EC6C2F2D6E04786980DA4797D6A630CE5758427B35206A", "CRC32": "48121310", "BLAKE3": "FDCA1B1BEACBCF389EFEE8674DE2E8A71F6007F8550A7E1EACF01667ADFFD3B8", "AutoV3": "E0850653F4DA"}, "downloadUrl": "https://civitai.com/api/download/models/260837", "primary": true}], "images": [{"id": 4446614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cbf043f-502a-4a5a-a9f4-0b16d70c4b96/width=450/4446614.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USNA0U^%E{%L9Ds+D*jF?wRkr_ofR;j[?aR*", "type": "image"}, {"id": 4446947, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90908333-618a-4fc7-a1fc-353bcd2dac7c/width=450/4446947.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UUMZzMi]S4x]~8_3RjM{D*bE-;Rlx^oKjbNH", "type": "image"}, {"id": 4446878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c259be8a-3c72-4094-a01d-e72af4f9f071/width=450/4446878.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UfMZ,i~pE+x]i[xuW?ax9as;xat7?aV@M|R+", "type": "image"}, {"id": 4447140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9561a181-ebf3-4ce7-8ad2-976e02f6aa44/width=450/4447140.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNLg9K~p0$i_?vE1IqslELxu%2kCE1soV@t7", "type": "image"}, {"id": 4447201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ceac18e-c5f8-4be8-bccb-ceae3d06ee85/width=450/4447201.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEI;VG?I13D%?aI9~W9uOt4:~W%2564.-psm", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/260837", "modelId": 231079} \ No newline at end of file diff --git a/datasets/metadata/261158.json b/datasets/metadata/261158.json new file mode 100644 index 0000000000000000000000000000000000000000..9a7230be04a2158f0317ef63bb52011f417d3095 --- /dev/null +++ b/datasets/metadata/261158.json @@ -0,0 +1 @@ +{"id": 261158, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-13T11:08:17.611Z", "availability": "Public", "nsfwLevel": 1, "description": "trained on her insta profiles
", "trainedWords": ["tarankaaa"], "stats": {"downloadCount": 387, "ratingCount": 43, "rating": 5, "thumbsUpCount": 53, "thumbsDownCount": 0}, "files": [{"id": 202944, "sizeKB": 147583.8203125, "name": "tarankaaa_sd15_512_128_64_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T11:10:49.953Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "18DAD94F", "AutoV2": "17CF108212", "SHA256": "17CF108212F56F1BC801125FB80C3CB8ED93B5E9907DBC55A6B3FE82EDE196E0", "CRC32": "C028A755", "BLAKE3": "BE79B70264DFC06EBFA52D07DA6F68660553F7D0FD0ED8FBAAB147CC7B845CD4", "AutoV3": "711553D79FA7"}, "downloadUrl": "https://civitai.com/api/download/models/261158", "primary": true}, {"id": 202945, "sizeKB": 159603.74609375, "name": "train.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T11:10:52.987Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "38380AD3", "AutoV2": "A92D7F1E7B", "SHA256": "A92D7F1E7BAF502A5E3A9F971A005D7A54256BA6AC7A535C05455769203C5587", "CRC32": "6693B0BF", "BLAKE3": "606D38CCDBD2CC7B7C507530C7B6B3BE345AF031C20AB31A466BFB23680CB13B"}, "downloadUrl": "https://civitai.com/api/download/models/261158?type=Training%20Data"}], "images": [{"id": 4454644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6735082d-9b3f-4c64-a9a0-cff3bb677127/width=450/4454644.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCG*+oRP%LWV~pxt%2%L^%ofem%LE2%2D*E2", "type": "image"}, {"id": 4454647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6220716e-4ec9-4839-ae15-e29313af74b7/width=450/4454647.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIHeF0RPM{?as.%Kx]Rj~VV?%1s.xsM{i_^*", "type": "image"}, {"id": 4454649, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23b45a6c-847c-427d-94aa-b2036c38a395/width=450/4454649.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDG*=.nND%%gVr%M_2Ri~UV@%1V@k9xZs.%2", "type": "image"}, {"id": 4454646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b1342c4-58f4-440a-8b47-437ff5d6d853/width=450/4454646.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCGkzV%3IU-nrp%J-:tR~VVs-nRPtP%Ln%-o", "type": "image"}, {"id": 4454648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c386b47c-c6cb-4c4b-aa99-ea16fe88fc8f/width=450/4454648.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFHnmFRkt5kW=_xutQM|~pIoRPV@R*j[n%xu", "type": "image"}, {"id": 4454650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfaae77f-947c-46a4-a539-58fc592657ab/width=450/4454650.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCH_Pe4nxstRrp^*?a9G~oxZ$3s:o|ocMx-:", "type": "image"}, {"id": 4454652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c06a7eed-6729-4d00-921a-a86c317af6c8/width=450/4454652.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFHUqPVrE1%f-o%0?bof~VROnOxZskRjnh?a", "type": "image"}, {"id": 4454651, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c16070e5-6f2c-447f-bf37-0b3724ccda1d/width=450/4454651.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UAHxHCR4Ri-=?E-:~pM_^*nhwbt7?axtw]^*", "type": "image"}, {"id": 4454654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/565f7458-6e44-48ea-a000-bc6396331b5a/width=450/4454654.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFHUqQIUIo-;xWxt%gIo~oaJ%1oLbERiV??a", "type": "image"}, {"id": 4454659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3a69154-ab98-4005-b571-7ee23cc427cb/width=450/4454659.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7H_MX~94n.8t2~U_1RO-PrW?FaK.7?aMx~V", "type": "image"}, {"id": 4454653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59ef2147-65bb-4033-b496-565e32f8a3f4/width=450/4454653.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBHxA_D%RiXS?E?a?uWA~VRP$fs.xsM{nN?a", "type": "image"}, {"id": 4454656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/244ccebc-1570-4f05-b379-0a452df86b8d/width=450/4454656.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDIN{nD%E1.8%2%1?uIo~pivxDs9t5M{Vs^+", "type": "image"}, {"id": 4454657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cde8910-60e1-47fd-8ad5-0e956f37cb1d/width=450/4454657.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9GRYVJB-k^+NG~Utl^O-:s-^j58S}IB-Bt5", "type": "image"}, {"id": 4454655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7208ff81-c2a5-45e2-ba80-b3595e67c9f3/width=450/4454655.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDHn$+NMR*?GIU$|-;%M~WaJ-oRQtQt7?G-;", "type": "image"}, {"id": 4454658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/346efdf2-94ef-4039-80a0-ee490b6cc92e/width=450/4454658.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9I4-AIB4-%h#5~p_34n^*V?=xnhTIM_R5~p", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/261158", "modelId": 231362} \ No newline at end of file diff --git a/datasets/metadata/261165.json b/datasets/metadata/261165.json new file mode 100644 index 0000000000000000000000000000000000000000..c63342530f33b748fa99996b1541d173536d17c2 --- /dev/null +++ b/datasets/metadata/261165.json @@ -0,0 +1 @@ +{"id": 261165, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-13T11:15:22.948Z", "availability": "Public", "nsfwLevel": 1, "description": "trained on her insta
", "trainedWords": ["alanahpearce"], "stats": {"downloadCount": 451, "ratingCount": 23, "rating": 5, "thumbsUpCount": 37, "thumbsDownCount": 0}, "files": [{"id": 202951, "sizeKB": 147582.6484375, "name": "alanahpearce_sd15_512_128_64_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T11:15:56.746Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7854D05E", "AutoV2": "40DD34830D", "SHA256": "40DD34830D66F5216C8FB3D9E07C01550C1D26B7B060743F991B8671C8BF7A6F", "CRC32": "6566D9B2", "BLAKE3": "C7EAB29E200FA94F8B007FC0347F2EB8E37F13BB18136EB61BD0DB707C6AF830", "AutoV3": "671EAC31DDE2"}, "downloadUrl": "https://civitai.com/api/download/models/261165", "primary": true}, {"id": 202949, "sizeKB": 54797.2392578125, "name": "train.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T11:15:56.049Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "335AA0C0", "AutoV2": "CF50A27AEB", "SHA256": "CF50A27AEBE0E00159D7B67E6ADB279E434940C770F102D5B215455B1DF60AF7", "CRC32": "1ABF7C49", "BLAKE3": "AE9B7C4922C3A463628D3EA11224E24984DFCA3B1C2BBB4DF3B3268A0954B854"}, "downloadUrl": "https://civitai.com/api/download/models/261165?type=Training%20Data"}], "images": [{"id": 4454705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ae3ddcd-6dcf-445b-8e5f-1a60d147bc31/width=450/4454705.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFIXgMNH9v~VEO%Ls-xt%Mw]adIo-oD%E2bb", "type": "image"}, {"id": 4454719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41605521-d3c4-4cac-9e69-8897d0787851/width=450/4454719.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBHnKU?G0K%0~oNGD*IU?G-;?Gxa-oi_D%-o", "type": "image"}, {"id": 4454717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d51d502e-acf3-474d-af90-df3373670090/width=450/4454717.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFI4O-^P0yXS?]IUMxDjxt?b%1s;rX%MMxxt", "type": "image"}, {"id": 4454716, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c536c433-9c99-4efa-98d3-bf24a85680af/width=450/4454716.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCIW=s~B0xkV_MInaJDj-:?a={-pm,^*Ioof", "type": "image"}, {"id": 4454718, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ad16c26-78f6-477c-950e-8dec2d0f7d1a/width=450/4454718.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEH^@i$g0eR*_M9YV?IA?a-=%1%MR5xaIAe.", "type": "image"}, {"id": 4454720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73cc0fa0-71f8-45e6-8c22-a6c97439cc55/width=450/4454720.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEI;3R~B0{-;~oISH?IV?G?H%Lxb-pxuMw%1", "type": "image"}, {"id": 4454722, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97f3bf88-a85c-44de-9776-b977173d03c9/width=450/4454722.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHI4R^~V5k-;--D$MxD%%Mt7xaxu-o-pxtxZ", "type": "image"}, {"id": 4454721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0b5578f-5f9f-4631-b530-530476e08259/width=450/4454721.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDIgl$^P0ytR_M0KD%DjxYxu$$%2$i?HM_xa", "type": "image"}, {"id": 4454723, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10b0d6b1-4623-4bca-a5b8-93649668c803/width=450/4454723.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UII3{;}@9Z9b%gSORiIpI;xu%1oLs9xF-on$", "type": "image"}, {"id": 4454725, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ccdd575-020b-4370-a5b7-93fba0eefdc2/width=450/4454725.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIHU5]={5jRP?]E1MwIB%K-p%1ozMexvoct7", "type": "image"}, {"id": 4454726, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8b6fefb-d15b-46df-acb7-1be5c39d2d4f/width=450/4454726.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIJQK6=x0yXS?]D%MxD%.7%Lw]xarr%2R%s:", "type": "image"}, {"id": 4454724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72d97fed-c48e-4263-a50d-b13c6f02f34a/width=450/4454724.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UJIW$Y?GBmjF?]9ZIAM{tQ%M$%t7VExuWTxG", "type": "image"}, {"id": 4454729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c022ba6c-22ab-4343-84f5-8c20038b4782/width=450/4454729.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6F#jzZL0wEg.M%M}t0L-:XT}@%38w%hngD$", "type": "image"}, {"id": 4454730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea7d1ff4-8ebd-4e17-be8e-4abe4846a011/width=450/4454730.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8GRF;D41Z57_KxW}[0L$K%g-TtSHr%ONFD%", "type": "image"}, {"id": 4454731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c2a100c-2f3c-4c47-9869-4bcbf52a7458/width=450/4454731.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBIg.R-:9t?a-UE2E2IU~V-p~B%2?ajb9F-p", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/261165", "modelId": 231365} \ No newline at end of file diff --git a/datasets/metadata/261177.json b/datasets/metadata/261177.json new file mode 100644 index 0000000000000000000000000000000000000000..aea185911f72f66f5bf86af3150576e1fc237661 --- /dev/null +++ b/datasets/metadata/261177.json @@ -0,0 +1 @@ +{"id": 261177, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-13T11:29:14.893Z", "availability": "Public", "nsfwLevel": 3, "description": "trained on insta
", "trainedWords": ["proxyfoxlol"], "stats": {"downloadCount": 197, "ratingCount": 8, "rating": 5, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 202964, "sizeKB": 147583.1640625, "name": "proxyfoxlol_sd15_512_128_64_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T11:30:48.660Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8EDDE5AE", "AutoV2": "462015CEC9", "SHA256": "462015CEC950A7964F962A81EEB189D4AEB7D21963F49B4F36051CC09F53BD5E", "CRC32": "5B59FFFA", "BLAKE3": "FA2A28BBFF044A1DBB391519F9E1B66EAB92354AEFC27488368C242E42132539", "AutoV3": "86709DC1D4F2"}, "downloadUrl": "https://civitai.com/api/download/models/261177", "primary": true}, {"id": 202962, "sizeKB": 97811.13671875, "name": "train.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T11:30:52.167Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8A90C97F", "AutoV2": "0FF558CB3C", "SHA256": "0FF558CB3CE6E9D90B60BC94C4AAF1ABAFD4570902B73472EFCFB7B686F2AE70", "CRC32": "058A8A26", "BLAKE3": "60317F941A52B5DA6C698CDFF6DB240924BEC25B723B8FA79EAF7D5559287081"}, "downloadUrl": "https://civitai.com/api/download/models/261177?type=Training%20Data"}], "images": [{"id": 4454931, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9aa10249-5700-4870-af11-e65da076cb2b/width=450/4454931.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UXGRbn8_x]s:~qMds:og%MsSRPt7%1ofM_t7", "type": "image"}, {"id": 4454982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/062c2f08-4d69-47f0-b324-b1d93ebae4b6/width=450/4454982.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGGk5yspGGEM?v%2%gOY~pM{%MtRkWOE-p-V", "type": "image"}, {"id": 4454980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec84f38f-501d-4f0c-8300-7c8576a9b172/width=450/4454980.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCFhL:wIKNSz~U-U?Goz~Wnh%L%2NbSO=|$%", "type": "image"}, {"id": 4454981, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f89bd908-67fc-4a5c-8322-5454b8a70fb3/width=450/4454981.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCFhP0MyF_J8_2?G-;tl~qad%LxtNbX9={$h", "type": "image"}, {"id": 4454984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ce400aa-0ab9-4772-92a4-045f53178781/width=450/4454984.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "ULF}i%I;%LtR~Vof-ptQ?Gf+n$WXozkBs:xZ", "type": "image"}, {"id": 4454983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6199e94-1a47-4854-aaad-4e1a34a08a14/width=450/4454983.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UKFhI$MyR%x]~UR+%LW;^+WBxFxakCR*%2xa", "type": "image"}, {"id": 4454985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d81f411d-5c38-407a-ae29-43c4a6087e4d/width=450/4454985.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIGt$+RPAYOr~psTx]o}~qRPx]%LtRNH-o%1", "type": "image"}, {"id": 4454986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36f05e70-6b9b-4079-95b4-7039bfcf7432/width=450/4454986.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIHKe59upc-;_2xa-Vo}~Vn$ozkW%LNcjY$%", "type": "image"}, {"id": 4454992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3966c3b7-7025-4457-9c89-c78eec1f4ec9/width=450/4454992.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHGtmMwI5+J-_2s9%1kW~WM{t7%MShNH-o-U", "type": "image"}, {"id": 4454989, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f2b7469-2bf5-4c4f-a6fd-ca72bc9d49fd/width=450/4454989.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UKHA@FR5%LM{}?%2x[kW~AS4WBxZ-oNHM|%1", "type": "image"}, {"id": 4454987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b3e6d57-e8ca-47b9-b847-ca329e9de5f2/width=450/4454987.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UOHn84I=S}%f.7oMoekq~Ca}xut7%MNbxaxF", "type": "image"}, {"id": 4454988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c59821fa-a62f-4479-ad1c-07c675f50763/width=450/4454988.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFG*HE$*1Ik=?u%1s:S~~pxZXS%MxZOFxa-9", "type": "image"}, {"id": 4454991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e66766b1-f170-4202-90b6-b3bd8689aa93/width=450/4454991.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "U9Hd1|8{7w9]u4=_E%o|_MMc?GbcxWEh}@-B", "type": "image"}, {"id": 4454990, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3bee1852-d4d1-4dc4-bba7-7752ee1c09bd/width=450/4454990.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCGkB]DiK%9[_MxayDXm?b%1%2%MjZo}%2%L", "type": "image"}, {"id": 4454993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20dd8795-1d4c-42fa-9be2-29b29458d0cf/width=450/4454993.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UJH1PkM}BAS~~VoM$$S~^+WBtR%LxaNd-o-V", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/261177", "modelId": 231376} \ No newline at end of file diff --git a/datasets/metadata/261181.json b/datasets/metadata/261181.json new file mode 100644 index 0000000000000000000000000000000000000000..eecfbf718c60fb7fef35df20366489fdaf609a1d --- /dev/null +++ b/datasets/metadata/261181.json @@ -0,0 +1 @@ +{"id": 261181, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-13T11:33:33.224Z", "availability": "Public", "nsfwLevel": 1, "description": "trained on her insta
", "trainedWords": ["sjokz"], "stats": {"downloadCount": 362, "ratingCount": 18, "rating": 5, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 202969, "sizeKB": 253139.974609375, "name": "train.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T11:35:55.040Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7E6CA6C4", "AutoV2": "33BC62D077", "SHA256": "33BC62D0774E5391800441CA22C891E0243D850EB995CAD55EF64318BFDD5F1D", "CRC32": "8CD0C8BC", "BLAKE3": "83B7F71633B7189D9C7B100B57975C26078D9248E880307552BA200E816F1FD1"}, "downloadUrl": "https://civitai.com/api/download/models/261181?type=Training%20Data"}, {"id": 202967, "sizeKB": 147587.4296875, "name": "eefjah_sjokz_sd15_512_128_64_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T11:35:55.070Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FC9F6789", "AutoV2": "928D07332A", "SHA256": "928D07332A830A064020D661CDB50630178E8714BB7206B07BA2BFAD7AA69C11", "CRC32": "591A0A18", "BLAKE3": "9B749457DD59C742EA200CC6CCF463199798D1C2A105F4F907ECD3C79629F39C", "AutoV3": "2369B51F81C2"}, "downloadUrl": "https://civitai.com/api/download/models/261181", "primary": true}], "images": [{"id": 4455013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/668ed2a8-ef81-4909-a7b3-1e5f8339e637/width=450/4455013.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCF5X1_NcXeryA$$9axtl8xu-oWUIAE1adRl", "type": "image"}, {"id": 4455014, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1d005a8-d620-4220-bc83-4a110a75f4cc/width=450/4455014.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBF}WVJDy=Rk7{^*Q.j[5RD%={IVR5Nex[-:", "type": "image"}, {"id": 4455016, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a21bbd3b-6f9d-4904-918c-ef164593ebd4/width=450/4455016.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6EeY[9v_LMzKd-UMzNGM|IVRQ%1}@E3R%a$", "type": "image"}, {"id": 4455017, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fb2a05b-1490-40eb-8407-948383411d29/width=450/4455017.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7E_mkAcTCV|5j^MIuxs?G9ur=Wo~B4;tQsA", "type": "image"}, {"id": 4455018, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1367d57a-d0e6-4571-9c16-3aaef60ab5dc/width=450/4455018.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9HBVY%L01?b9F%2~p%2%fIV-7M|tRD*IBRl", "type": "image"}, {"id": 4455015, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/539ccde3-4d86-47f8-a9e5-8c450bf159b5/width=450/4455015.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8F=dP9t5mxuTc-o~pxu57V@-UM{buS4My%M", "type": "image"}, {"id": 4455020, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/444ee817-c1d3-4e89-bd8e-4c59995753fc/width=450/4455020.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7F}i,xwC%.8HT%K}[a10KD$#RMxQnNL%z%g", "type": "image"}, {"id": 4455021, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3de48b89-eb06-4b47-87c5-007c081502ef/width=450/4455021.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8Gkj;E3yr00?t~V%3ozIo-;rr%Lxu9ai_xD", "type": "image"}, {"id": 4455023, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4444f3df-8394-499f-aadb-44e1bb2c7cf1/width=450/4455023.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9Ga,#01P-ELy:o|^k-o0|IUVss:nT9ZtkIp", "type": "image"}, {"id": 4455022, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f33f270b-b1e6-41f0-9006-d7774bcf92c7/width=450/4455022.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFHd?A?bN?V@?]%LkW%2xsRPRPbaspE2s,NH", "type": "image"}, {"id": 4455024, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/749c5459-aca7-400d-acab-a5abca971c0c/width=450/4455024.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCGkXj~pTwtlyq^*w~-VOBIT$%V?xHNextx]", "type": "image"}, {"id": 4455025, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4e88d26-cf1b-4fb5-9c15-c31f58351751/width=450/4455025.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6GHo30N*HE2CN^*wiNG0KE1MdsSid9x-.%M", "type": "image"}, {"id": 4455026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69564e72-e7ec-476d-ba38-e7086e09bdcf/width=450/4455026.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8FqH]0zpt9H0M#n0NK30}w]}s%1DjF1%1rs", "type": "image"}, {"id": 4455027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5cca3d6-d8a9-4611-be09-e98c84c004bb/width=450/4455027.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6EK_q021GIW3R=_Dk?G0LSO}@Rjn5E2_2n~", "type": "image"}, {"id": 4455028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c7ded0a-7377-4984-88bf-670a8a4763f1/width=450/4455028.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBHTy^0~CiIXUZ-TDk%04.V[rrR*#TtQozsp", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/261181", "modelId": 231380} \ No newline at end of file diff --git a/datasets/metadata/261241.json b/datasets/metadata/261241.json new file mode 100644 index 0000000000000000000000000000000000000000..f05d66bd3354c4f29b3fe7654b56ee8535119348 --- /dev/null +++ b/datasets/metadata/261241.json @@ -0,0 +1 @@ +{"id": 261241, "index": 0, "name": "BDSM animal masks", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-14T15:35:25.841Z", "availability": "Public", "nsfwLevel": 28, "description": "first version, testing
", "trainedWords": [], "stats": {"downloadCount": 259, "ratingCount": 8, "rating": 5, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 203046, "sizeKB": 4745.40234375, "name": "261241_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T13:25:44.853Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9347528F", "AutoV2": "E8FCF0B468", "SHA256": "E8FCF0B46856C65441240A5380B4FA95B679A35FF15999B60DD6B05293D59679", "CRC32": "865198F9", "BLAKE3": "3277533D4EE30783EF9D3FB2520A8A97431B9F60AFF3E89984B0AA8317F2E30B"}, "downloadUrl": "https://civitai.com/api/download/models/261241?type=Training%20Data"}, {"id": 204051, "sizeKB": 223102.36328125, "name": "BDSM_animal_masks.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-14T15:30:46.097Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B930C359", "AutoV2": "52095A3C5E", "SHA256": "52095A3C5EE32A478901D03850F260D59DD7D410955373D24638B454F20DD34B", "CRC32": "0BADBF88", "BLAKE3": "1D61548B029871F186A72F21A28582BAD6BC8F7F761809469E15E8187A97800F", "AutoV3": "3420D2DFEE9E"}, "downloadUrl": "https://civitai.com/api/download/models/261241", "primary": true}], "images": [{"id": 4580023, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c40820b2-3507-470d-b687-451f443ea8f7/width=450/4580023.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULI}*IxuD%?v-oWVj[V@R*t7RjWB~qofRjWB", "type": "image"}, {"id": 4580022, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16743f79-dcaf-4eeb-9c59-b046a77c8120/width=450/4580022.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIHUwryZ5PVr~DV@OARi4.jY^+o#pHkCn5t7", "type": "image"}, {"id": 4587553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1de69e82-1cdf-4247-ba7b-28b8bb9d65a9/width=450/4587553.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1080, "hash": "U4Kma]~V22IV0Pbc~XWV_#xF_3bw1URP}7oz", "type": "image"}, {"id": 4601051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ee7534f-983d-4565-88e2-8b8554575c9c/width=450/4601051.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "USJR22t7_NxZ.7t7V@js?HWVIVj[tSaeV@j[", "type": "image"}, {"id": 4628622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d1724bf-7cac-42bf-9e91-69aa2dc930bf/width=450/4628622.jpeg", "nsfwLevel": 1, "width": 560, "height": 560, "hash": "U9C%5A#O00cu00IpwI$M]f-=yFE055IUV[s.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/261241", "modelId": 231435} \ No newline at end of file diff --git a/datasets/metadata/261486.json b/datasets/metadata/261486.json new file mode 100644 index 0000000000000000000000000000000000000000..713e60b71b47c66dc304abdacc8af04252a014d7 --- /dev/null +++ b/datasets/metadata/261486.json @@ -0,0 +1 @@ +{"id": 261486, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-13T17:29:39.254Z", "availability": "Public", "nsfwLevel": 1, "description": "trained on insta
", "trainedWords": ["bambiskii"], "stats": {"downloadCount": 208, "ratingCount": 13, "rating": 5, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 203253, "sizeKB": 147589.0234375, "name": "bambiskii_sd15_512_128_64_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T17:31:02.121Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4EAEBB54", "AutoV2": "A8AE5BBEC4", "SHA256": "A8AE5BBEC49FB7B513FED9483D1CF0D2355ADC0E532692AB08D0BA85BE341D71", "CRC32": "5D056015", "BLAKE3": "0AB2BFB27F0329FE9838A238801C3CF81F80B02DA6440A20D10186C78D8039CB", "AutoV3": "F6C096184F9B"}, "downloadUrl": "https://civitai.com/api/download/models/261486", "primary": true}, {"id": 203252, "sizeKB": 105118.6513671875, "name": "train.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T17:31:32.959Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0CBB6E78", "AutoV2": "8B9948C1B2", "SHA256": "8B9948C1B2D17D95D6D6F52F4DBC4B49E8E77956CC6EC6C9C04CA92E8E2826D1", "CRC32": "2A6559E7", "BLAKE3": "170A213DACA99589890E2E7DD7ED6D75DCB4CB8A575B0907628B7857F49312FC"}, "downloadUrl": "https://civitai.com/api/download/models/261486?type=Training%20Data"}], "images": [{"id": 4548453, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10a57e8b-d947-4045-8665-34c06a8d962e/width=450/4548453.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UXLgz{s.?w%N~qRjD%xux]bHMxe.ozofRPWA", "type": "image"}, {"id": 4548455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6897834d-1917-419c-b96c-fdd1c5e45989/width=450/4548455.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UhKw@7%g~q-;?aWCM{j[R*WBRPWBtRt7V@Rj", "type": "image"}, {"id": 4548499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed55ee9d-0da6-4f98-89e8-473bf0c68a7a/width=450/4548499.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "USKUD=?v?^%M?bWBM{xuxuM{RjWBIUt7M{t7", "type": "image"}, {"id": 4548501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc7b3ec9-ee13-4167-8ad0-ba60e149c2ff/width=450/4548501.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UPJ*bf?c_Nxu_2M{IUxutRM_RONFa$ofIUj[", "type": "image"}, {"id": 4548504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbf08c48-18f5-483e-80b9-23a0a3d1e337/width=450/4548504.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UOJ@|5-=_Nt8~qRkRQxuX8RjIARjogofNFWB", "type": "image"}, {"id": 4548496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/152cf8bb-af50-4a62-8378-df7a25312bed/width=450/4548496.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UZKB8j-;_N%g%MRjWpt7xtM_WBWBWBt7M{of", "type": "image"}, {"id": 4548497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f955c181-1294-41f6-9190-eba216fe2643/width=450/4548497.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UbI=0]%g~q%g-;RjRjt8xuM{RjWBWBfkM{ax", "type": "image"}, {"id": 4548503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/884a5bf6-b4d6-4223-9f63-e54cf6d2cd00/width=450/4548503.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UZKA~P-;_N%g.7RjRjt7xuM{RjR%jbj]M_ay", "type": "image"}, {"id": 4548506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a78d49c0-c062-410b-98c4-118353fdfd50/width=450/4548506.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UVJa$W?v_N%g%MRjWBxuxuM{V@NFRjfkIUof", "type": "image"}, {"id": 4548505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6de491fc-3961-4416-867d-82e1bdbf18da/width=450/4548505.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UPJ839_3?^x]?bIUM{xu.8M{aKRiRPoLIUt7", "type": "image"}, {"id": 4548507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/031bd532-96f0-4f29-ba75-96dd687fb76d/width=450/4548507.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UNIqo*%M_Nxa_2adIUV@-=RkV[WBRjs:NFkB", "type": "image"}, {"id": 4548508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf893e15-cd10-4d1c-b396-585611e03e1a/width=450/4548508.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UgKwwt?c_N%g%ft7RQtRxaWBRjbHe:t7M{fk", "type": "image"}, {"id": 4548510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e21bb9d9-d1bd-4049-a092-1117b9f6d66e/width=450/4548510.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UOJt*i?v?^tS-;M{IUfkx]%2WBRjaKM{M_bH", "type": "image"}, {"id": 4548512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4814b271-e569-47ff-94e3-a858674d2f27/width=450/4548512.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UWJ*3f.9?^%M-;s,R+t6SgM|ofWBD*n$aKj]", "type": "image"}, {"id": 4548513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/364ef0e8-bda6-408b-a1cc-11cbc1c765b2/width=450/4548513.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "URJayLIn?vIA~qWAV[Rjx[%MIURkWBt7Ria}", "type": "image"}, {"id": 4548511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d190f768-6d9e-4709-bcb6-6ba926b79412/width=450/4548511.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UeL4Qo%N_N%g?aM{NGt7x]M{WBWBt7oLM{kC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/261486", "modelId": 231658} \ No newline at end of file diff --git a/datasets/metadata/261645.json b/datasets/metadata/261645.json new file mode 100644 index 0000000000000000000000000000000000000000..8a8dbdaf6fbf6cb399622e0f044639b27898d017 --- /dev/null +++ b/datasets/metadata/261645.json @@ -0,0 +1 @@ +{"id": 261645, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-13T20:44:58.288Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Chad"], "stats": {"downloadCount": 55, "ratingCount": 1, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 203398, "sizeKB": 18544.6083984375, "name": "Chad.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T20:40:43.113Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "B619B1E5BA", "SHA256": "B619B1E5BA47224947360D85D4525F25B44430DF63D0F7A3319137608D7D8F64", "CRC32": "18E0034E", "BLAKE3": "68A7A54822CE41AE2C86BE07270D3259305CCF2ABAE558E4543371F1A1C3C916", "AutoV3": "1A20C7511ED4"}, "downloadUrl": "https://civitai.com/api/download/models/261645", "primary": true}, {"id": 203401, "sizeKB": 8655.7294921875, "name": "drive-download-20231213T170227Z-001.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-14T20:50:42.702Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D1C092E2", "AutoV2": "C65CD6CEB6", "SHA256": "C65CD6CEB6555147C2C3805AD883CA016784DBC25357B72F159B92715F85E6D3", "CRC32": "F01A865D", "BLAKE3": "D430548E1617E1BD13601CAB8E97C29062076479A05E844203EAB90E1DC234B1"}, "downloadUrl": "https://civitai.com/api/download/models/261645?type=Training%20Data"}], "images": [{"id": 4560876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b0550ad-38ec-47cf-b0c3-6afa25c39332/width=450/4560876.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDE2qWM}?DV?~Vt5EMI@?DoeIut8x^oIo0s+", "type": "image"}, {"id": 4560869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2b7217a-8b18-4c6d-9058-97bf851bfe12/width=450/4560869.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBAvtjt7x[tSIAJ8xZxH_NEM%2xa8_ELRji_", "type": "image"}, {"id": 4560868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d713541-5080-439e-9180-989a3d28b463/width=450/4560868.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UODlJ}WCs.s:?aNHIpj@~UM}ayoe-:Rkt6s:", "type": "image"}, {"id": 4560866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/694c1b6b-26b9-4915-8939-64ba7c58b803/width=450/4560866.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKD9M2niI9%2?wIoDit8_3RkIAoz%hRknNt7", "type": "image"}, {"id": 4560864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84862d7e-1666-4a0b-b77a-5c11e4f0d513/width=450/4560864.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULF6-NyZ%ew^Y8D*E:M{n4RnxaS%I_o##iSj", "type": "image"}, {"id": 4560865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87eada83-feb3-49a7-a256-b33442c3ecf4/width=450/4560865.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTD0.ax_eQoH%%xws.s*xZogp0tRRQWXj?n$", "type": "image"}, {"id": 4560870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1038b306-044c-41b4-8e62-0bd725a25f84/width=450/4560870.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URF=wFIUrUEN%%s8r:Iqx^xVn~S5Sjadj?kC", "type": "image"}, {"id": 4560875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b32b07f4-bc86-49ca-b6b6-fd8a0033bc04/width=450/4560875.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDC?1F-;$*ja-:Naxut6?^x]t7Sg-pt7V@Wq", "type": "image"}, {"id": 4560878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cb0272b-6b84-4c99-9008-1a9074932c2f/width=450/4560878.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9CY]m%2Em~T00xWM_M|%i-o^*Rk01V@M{Iq", "type": "image"}, {"id": 4560877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61d19bda-779b-43ff-bbba-f3d882882e93/width=450/4560877.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCAvRa-:=_s-}?%1oday$%$%kBodt6xtxa%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/261645", "modelId": 231808} \ No newline at end of file diff --git a/datasets/metadata/261697.json b/datasets/metadata/261697.json new file mode 100644 index 0000000000000000000000000000000000000000..9739dcafb3aaa4e1f86584aa8643074b546b4f1a --- /dev/null +++ b/datasets/metadata/261697.json @@ -0,0 +1 @@ +{"id": 261697, "index": 0, "name": "ABF_RRReindeer", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-14T00:55:49.019Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Red_raging_Reindeer"], "stats": {"downloadCount": 78, "ratingCount": 6, "rating": 5, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 203446, "sizeKB": 34419.53125, "name": "261697_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-13T23:05:44.808Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "87028411", "AutoV2": "E109AC42B4", "SHA256": "E109AC42B41A2452996F943ABE3DAE195F6BBEB9CE5F9E8B60A774B3AF01B2BC", "CRC32": "6F590FCF", "BLAKE3": "5874DF2C9B16A2B8FA4CE88A0F7E20FC775CFD7E9FB1FEC072CF800E173A5CFF"}, "downloadUrl": "https://civitai.com/api/download/models/261697?type=Training%20Data"}, {"id": 203517, "sizeKB": 36981.65625, "name": "ABF_RRReindeer.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-14T00:50:50.420Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C8823D8F", "AutoV2": "6625C0BCA5", "SHA256": "6625C0BCA5D53FE754176927CFE67DEC4E580E87D08D354848B61453FEABC2DC", "CRC32": "FABB6713", "BLAKE3": "103353B3E061D8D2D328E844F2DF4E20ADF03F502BB15605E7FF06A9D6583978", "AutoV3": "665EDE8033F9"}, "downloadUrl": "https://civitai.com/api/download/models/261697", "primary": true}], "images": [{"id": 4594133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5387cfd4-8a3a-4738-8f58-ff068c82d93d/width=450/4594133.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UDHSx}^O}WR*5W0%5Ts.0P=]AESN?E=w-9nQ", "type": "image"}, {"id": 4594134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d1484a0-0deb-48ba-87f3-aff379d9e910/width=450/4594134.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UVKSCHsm^OSg~9oJ9vso?sbHENo1I=R+E3W;", "type": "image"}, {"id": 4566330, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c79e5af4-2e3a-49e3-aa97-6414dcbd5f22/width=450/4566330.jpeg", "nsfwLevel": 1, "width": 5632, "height": 581, "hash": "UgHnylRWRjS1.SnRj=oe%#V[WUoL~WkBWCWV", "type": "image"}, {"id": 4566340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa3f009f-9016-460d-90ab-b29625a8d9cd/width=450/4566340.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UWHxAz_KyVrX6-9JIuWAS#r?n5niw3SfWA%0", "type": "image"}, {"id": 4566688, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/876f951f-6f33-4f42-8c1d-381335b0fdf1/width=450/4566688.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UmJ~=eS#I.xZ.lxZI:s:yDX8V@W;xbR+wca#", "type": "image"}, {"id": 4566892, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/383bc466-c796-4ace-bb86-431f791697a8/width=450/4566892.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "USJEq?wJ9]JAHuS#GEbF}?ay9]w{n5WC%1WC", "type": "image"}, {"id": 4594068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/922b0c9f-3175-4e43-8eeb-2913ad1e9572/width=450/4594068.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UDHSx}^O}WR*5W0%5Ts.0P=]AESN?E=w-9nQ", "type": "image"}, {"id": 4594114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c541681-8dac-4614-a305-0175ad5b1f0c/width=450/4594114.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UVKSCHsm^OSg~9oJ9vso?sbHENo1I=R+E3W;", "type": "image"}, {"id": 4632862, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/004dd9cd-e96c-4b4a-bdbf-ee7c3dfcfb2e/width=450/4632862.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UCB-DA-9JAJB}XjsEhR,xVNxEjn%FJsoI@jZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/261697", "modelId": 231856} \ No newline at end of file diff --git a/datasets/metadata/262322.json b/datasets/metadata/262322.json new file mode 100644 index 0000000000000000000000000000000000000000..4f2664d45e96cdc5a5a4f74a373a6bb12f3ef1ab --- /dev/null +++ b/datasets/metadata/262322.json @@ -0,0 +1 @@ +{"id": 262322, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-14T14:22:28.512Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["enelface", "solo,surprised, bulging eyes, snot,scared"], "stats": {"downloadCount": 290, "ratingCount": 51, "rating": 5, "thumbsUpCount": 59, "thumbsDownCount": 0}, "files": [{"id": 203986, "sizeKB": 4765.6435546875, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-14T14:10:45.630Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "41B32971", "AutoV2": "D0EC6E7747", "SHA256": "D0EC6E774724A6486A9FECA8E3EE0780D0B9C857EFED2B421109F74DF77A8836", "CRC32": "356BBB75", "BLAKE3": "0BA0D5070009D1CA9261006191A4F6D3ACBE136A49FB6603EF93787E29A37EC9"}, "downloadUrl": "https://civitai.com/api/download/models/262322?type=Training%20Data"}, {"id": 203987, "sizeKB": 147570.8984375, "name": "enelface-v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-14T14:10:49.063Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3B7F12E7", "AutoV2": "EA0DA25150", "SHA256": "EA0DA2515032CBDF9B1550D91BD7F763C61F9AA937E3CD45ED4F1ACCA8B131CD", "CRC32": "6F752BFE", "BLAKE3": "0C9D58045161C23186B6363632B0E9C660424D868A3803D06AFA359A35C079BD", "AutoV3": "9EB7514F5C3B"}, "downloadUrl": "https://civitai.com/api/download/models/262322", "primary": true}], "images": [{"id": 4577910, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cd338c9-d42f-4f53-904c-0f7de34eb11a/width=450/4577910.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USJtG27$%%t+F#XlTKtSVZD%%2V]$SW+slM^", "type": "image"}, {"id": 4577909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/623812f0-e608-484e-9f5f-ceaa3641d7d8/width=450/4577909.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULJGG:~nE29aEKa1baxan29aE7XmtLxaWFRQ", "type": "image"}, {"id": 4577911, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98c96881-cb87-4c55-b4d9-4cda083037bb/width=450/4577911.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOI|2X-npE%2#RixS4EfRPxuo}xt}?=_t3ba", "type": "image"}, {"id": 4577912, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/853448b0-50d2-494e-bd2b-0d7f1d1fa629/width=450/4577912.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UULWL^#q%i%M_4o#OaOsXn%0oMtP^k-ktj%0", "type": "image"}, {"id": 4577914, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1bc3f6c8-329d-4d35-81f4-44ad01005bd5/width=450/4577914.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEGRSM8w0ys:$u^lo#V?.A$]-W4:xsV[-:xa", "type": "image"}, {"id": 4577913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cf8180d-3ebf-40dd-80ac-a5e89c344888/width=450/4577913.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGIY8{~qtlD%0K?aIUIp5RX8-BRP?aNHDirW", "type": "image"}, {"id": 4577915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bca9fb9e-70be-40bb-b04c-f93471ffefa7/width=450/4577915.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYGS[kS$5Qo}L4a~,:R,SlV[%1WC-EWXbuj]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/262322", "modelId": 232403} \ No newline at end of file diff --git a/datasets/metadata/262495.json b/datasets/metadata/262495.json new file mode 100644 index 0000000000000000000000000000000000000000..2cca7295fd84ff14290a027ddc6bbf7c4d39556c --- /dev/null +++ b/datasets/metadata/262495.json @@ -0,0 +1 @@ +{"id": 262495, "index": 0, "name": "Buzz SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-14T19:33:38.569Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 41, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 204133, "sizeKB": 8262.8076171875, "name": "262495_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-14T17:11:18.843Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "53A703B1", "AutoV2": "D208745A07", "SHA256": "D208745A07411546241B37A56289E8DC3F4D5DABF0D300BB1E49F7A4FB5E1458", "CRC32": "55582FDC", "BLAKE3": "9F7BABBAEF59472A68B9BA965FAD564E12DFF4163DA002104AAC5E2CDF0D9F96"}, "downloadUrl": "https://civitai.com/api/download/models/262495?type=Training%20Data"}, {"id": 204246, "sizeKB": 223100.33203125, "name": "Buzz_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-14T19:21:14.296Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "55F5604B", "AutoV2": "26CDD92EC0", "SHA256": "26CDD92EC0F28F8DF2946A9F0131F160DE132C55862288E57386B9F63F0F4262", "CRC32": "A49D926B", "BLAKE3": "E28F75DDAF2529FE94536B328A4173DBB33C07A4CE2E53D0F475B6F46121059C", "AutoV3": "94D4CE94E55B"}, "downloadUrl": "https://civitai.com/api/download/models/262495", "primary": true}], "images": [{"id": 4585321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1204e0a4-fc9e-420f-afcc-657354b1801e/width=450/4585321.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U9Bpwy_NVqI9^iIU9c9Z#PVs%MEMIVozx]pI", "type": "image"}, {"id": 4585318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0529baac-493e-4e67-9837-2e410196e4d1/width=450/4585318.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UEC?fV_2?FR$tB?bs;ni~o?I%f%1xc-;%3og", "type": "image"}, {"id": 4585323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38cfbfaf-72a5-475e-8842-785d6eabc1b6/width=450/4585323.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UFD9ej~p-m%g%2bbNdjs$exZIVRPZ#IoIqjZ", "type": "image"}, {"id": 4585324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79f46042-6e79-4e8b-ae5e-82fd1f633adb/width=450/4585324.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UDJtxO4n0M_N00_NlTWAAIskn3M|#ktSR5NG", "type": "image"}, {"id": 4585325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1a511c6-34b4-418d-88f1-dc3036a72a35/width=450/4585325.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UFECLK~B0L0f00IpE2bH9uE1-p?GpHxuwdMy", "type": "image"}, {"id": 4585326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ac535a5-4331-4b7b-b301-9840f6798cea/width=450/4585326.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UIF#:i~B4:IA8_R*J8x]TdR*$%M{4:WEw]WV", "type": "image"}, {"id": 4585316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c23d14e-24ff-4075-837a-571bca4f8dbd/width=450/4585316.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UBAwMB~qDh9E-o-oENIV+sxD%MS5EMogx]xu", "type": "image"}, {"id": 4585317, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0080149f-c912-4aa3-b389-f693d445027a/width=450/4585317.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UABDc@roRO9E~B#ipK9Z#Rs:tRE2IuoNxuo~", "type": "image"}, {"id": 4591926, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/098b3a6c-6a14-4b4a-a85a-e99d1920b459/width=450/4591926.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UBBWD1~BIuM|xwxvkCxY?G?GxuxtIrWFtRxZ", "type": "image"}, {"id": 4591925, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1074a623-509b-4f2e-ad55-1524b56dd1f6/width=450/4591925.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U9AdAn?wF5-p?c-oo#I[,-ivNFRjNO%2%1Ip", "type": "image"}, {"id": 4591924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c8184ba-93b1-4fe7-96a8-fdd00c0907f0/width=450/4591924.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U8BDc,rBK9IB?wIANexB={=@t3R-?coL%MIV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/262495", "modelId": 232556} \ No newline at end of file diff --git a/datasets/metadata/262571.json b/datasets/metadata/262571.json new file mode 100644 index 0000000000000000000000000000000000000000..074f4596887eebefb4fc1d55470dce86e6e49b57 --- /dev/null +++ b/datasets/metadata/262571.json @@ -0,0 +1 @@ +{"id": 262571, "index": 0, "name": "1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-14T21:53:05.830Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["n0iz"], "stats": {"downloadCount": 84, "ratingCount": 10, "rating": 5, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 204318, "sizeKB": 111752.52734375, "name": "C4DNoises-XL_SickLizard-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-14T21:35:49.223Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BB861D5B", "AutoV2": "C19F3B5285", "SHA256": "C19F3B5285182F504BBA88F2F9A4E5F467BF6A2645C26E52FCB019A9D47DDF46", "CRC32": "B103C046", "BLAKE3": "3A6EA703E49FE1467C4EDC28F0EB59A5A3DB521DF1DAEB11BB7679A89D6AB3E6", "AutoV3": "C49BF003F877"}, "downloadUrl": "https://civitai.com/api/download/models/262571", "primary": true}, {"id": 204213, "sizeKB": 413113.7197265625, "name": "262571_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-14T18:51:29.237Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A743B2F1", "AutoV2": "39818DE37D", "SHA256": "39818DE37DED94D9D12E9DEA88657B85A739B035781052BBF8A91A6F8DE6A4A8", "CRC32": "64D8472C", "BLAKE3": "36142697FC928EE5A4C56A03743C9FE7B11947D8451B809A9077F553AC313EB4"}, "downloadUrl": "https://civitai.com/api/download/models/262571?type=Training%20Data"}], "images": [{"id": 4587622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b9d4f96-80f5-4327-9405-b9575c3e2bbf/width=450/4587622.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5GtsN,.bXWG}?oIX5WD,mW?OFOF$gJ.S$Ne", "type": "image"}, {"id": 4587644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01d8ebff-c7de-4081-8b6f-a8c2b25d94db/width=450/4587644.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U1DmG^?qr^^Ry9xpnnNKxVaQnBSv^j%FxoSw", "type": "image"}, {"id": 4587665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be5d3c2f-da50-457c-b211-893b49d73df3/width=450/4587665.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U0AJ~A_34n_3~qju%faf9Ft7xu%M?b%MIUj@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/262571", "modelId": 232623} \ No newline at end of file diff --git a/datasets/metadata/262848.json b/datasets/metadata/262848.json new file mode 100644 index 0000000000000000000000000000000000000000..787e708d579bbfc5f4ebbdeb2a8b21ae3afa1f22 --- /dev/null +++ b/datasets/metadata/262848.json @@ -0,0 +1 @@ +{"id": 262848, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-15T00:08:55.255Z", "availability": "Public", "nsfwLevel": 15, "description": "This version was trained using regularization images. This should reduce the style bleed into the model.
This is first time training with these settings, so please let me know what you think.
", "trainedWords": ["fwpaulina, large breasts", "black short sleeveless dress, plunging neckline, belt, sunglasses, bracelet, white jacket"], "stats": {"downloadCount": 783, "ratingCount": 93, "rating": 5, "thumbsUpCount": 141, "thumbsDownCount": 0}, "files": [{"id": 230063, "sizeKB": 39128.82421875, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T15:30:52.746Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6B3CFB3C", "AutoV2": "98964442C9", "SHA256": "98964442C9D2D99EDDCE5E91591964D23FB05D2576A7B49D0356DCC0356BAAB7", "CRC32": "00934DA7", "BLAKE3": "DA058930E49DD913D480288CB9F49F1AFFA5CD5DB1C8A2BABA5A5BA377F82A94"}, "downloadUrl": "https://civitai.com/api/download/models/262848?type=Training%20Data"}, {"id": 204408, "sizeKB": 129011.5234375, "name": "FWPaulina_V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-15T00:06:57.145Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9CD72B4A", "AutoV2": "D2CDFDBB30", "SHA256": "D2CDFDBB307910DCB1087495F944BAE0CB514169A697BA74942BB66AD65F217C", "CRC32": "B67E588C", "BLAKE3": "7FBCB08B133C8534BA5139BB28EF550B4AD3A533438D3C646E72D53E8F312D5E", "AutoV3": "6811138A327F"}, "downloadUrl": "https://civitai.com/api/download/models/262848", "primary": true}], "images": [{"id": 4590268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/923859ba-2612-4711-91ba-3addf5d634ad/width=450/4590268.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1808, "hash": "UHGuLCDi*0MxpeMwE1t6F2I9$NtR_4DiS#WW", "type": "image"}, {"id": 4590269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67dcfc86-0883-4e93-812d-69033bbe92a1/width=450/4590269.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1808, "hash": "UVH-rvR5-=?b_4jYtRx]I:oznOkCi_ofE1nh", "type": "image"}, {"id": 4589825, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07952e8c-1a9e-4d47-b6d3-ecb0783577e1/width=450/4589825.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1808, "hash": "ULDl.,8^I;s:~qa0M{oL-;RPsS-ps:aKn*xu", "type": "image"}, {"id": 4589826, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20e5327e-b9d3-440c-9bbc-4779296e9957/width=450/4589826.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1808, "hash": "U6BMMn~WPC0g-qNZI:S100IAVs=|9[-VspM|", "type": "image"}, {"id": 4589827, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfd7fbfe-f721-44ec-bdd0-a2f088f60d77/width=450/4589827.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1808, "hash": "UHG*mF?b10EM73tR%LxaO@xtx]xt~WtRxaoM", "type": "image"}, {"id": 4589823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05f01cb6-3b24-4999-8642-26d740e414a4/width=450/4589823.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1808, "hash": "UKIhX3wI*0Tz0kw[%NNe$LM_VYnN9ZMxIoS4", "type": "image"}, {"id": 4590270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a36f52c-3e81-4d81-8d6d-04dfac544e1b/width=450/4590270.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1808, "hash": "UOI|dt~VEL%1SKxa%1ofIVsoxZNGE1IoNGV[", "type": "image"}, {"id": 4589828, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ffe0606-f41f-462f-aa46-918a0b425cc4/width=450/4589828.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1808, "hash": "UABp63xt0K9t-qxYELI:4.sm~qt7Ips:xabF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/262848", "modelId": 220550} \ No newline at end of file diff --git a/datasets/metadata/263180.json b/datasets/metadata/263180.json new file mode 100644 index 0000000000000000000000000000000000000000..2038cb9e80ffb623f10f05f4e71fc0453bc32eae --- /dev/null +++ b/datasets/metadata/263180.json @@ -0,0 +1 @@ +{"id": 263180, "index": 0, "name": "female surgeon and nurse", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-15T09:25:28.487Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["surgeon", "surgery", "operating room", "surgical latex gloves"], "stats": {"downloadCount": 407, "ratingCount": 37, "rating": 5, "thumbsUpCount": 49, "thumbsDownCount": 0}, "files": [{"id": 204722, "sizeKB": 5069.830078125, "name": "263180_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-15T08:41:20.161Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B8B96831", "AutoV2": "AB136DB371", "SHA256": "AB136DB3713572AE0061BB304880230793988B4C5912C08C7A686A29723F30E7", "CRC32": "D58DD479", "BLAKE3": "ED8AA8FF8ABEB31FA6F4694F6032DE43AD4647E1E91FC6C7614F807AEE9576B6"}, "downloadUrl": "https://civitai.com/api/download/models/263180?type=Training%20Data"}, {"id": 204753, "sizeKB": 36978.359375, "name": "female_surgeon_and_nurse.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-15T09:26:10.432Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7716B448", "AutoV2": "5AC182B0C4", "SHA256": "5AC182B0C4823B7D7E122DD070AA16557F0B8CDD089B7E50239D92983C554D9B", "CRC32": "2B973BEB", "BLAKE3": "DE0BBBC5941BF79D0D78DDC4EE53179A06003FF47DCD8A8DD165CAE3F2A267A2", "AutoV3": "B7AE16F9C403"}, "downloadUrl": "https://civitai.com/api/download/models/263180", "primary": true}], "images": [{"id": 4600591, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72dedf7e-2442-4734-bb27-27f11776c926/width=450/4600591.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKE:rVD+kWNx]~IptRRPROr?nONdUHIV%1t7", "type": "image"}, {"id": 4600593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f1c4d36-7214-4140-a289-d80984baf11e/width=450/4600593.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UPHVVd%ME+$h~W-oa#W;={%2VrWBwIofS5V@", "type": "image"}, {"id": 4600592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf25ce9a-e2ec-4be5-b875-b1bcd3176fbf/width=450/4600592.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDHxvnD%~Ao#L}rqo~M{CTbwIoNxu5Ipwb%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/263180", "modelId": 233265} \ No newline at end of file diff --git a/datasets/metadata/263218.json b/datasets/metadata/263218.json new file mode 100644 index 0000000000000000000000000000000000000000..0adf15ea95e4062ed5d0a7805132d78b373da92a --- /dev/null +++ b/datasets/metadata/263218.json @@ -0,0 +1 @@ +{"id": 263218, "index": 0, "name": "Cock ring", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-15T09:34:48.525Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 1554, "ratingCount": 119, "rating": 5, "thumbsUpCount": 239, "thumbsDownCount": 0}, "files": [{"id": 204747, "sizeKB": 4903.0673828125, "name": "263218_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-15T09:15:51.062Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9F1CEC13", "AutoV2": "F2E414D2DF", "SHA256": "F2E414D2DF93F2E41A1303D0AC9B811ACF7C77C592CE86B154D44B0420A4B3CD", "CRC32": "C80A977A", "BLAKE3": "BC0384C885F80DC12477C73310C115BDD1B4028AEE8EBAD7260A0D01094D36E2"}, "downloadUrl": "https://civitai.com/api/download/models/263218?type=Training%20Data"}, {"id": 204765, "sizeKB": 36978.078125, "name": "Cock_ring.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-15T09:35:50.241Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EE35CA2D", "AutoV2": "689084BF0C", "SHA256": "689084BF0CB8AE73FBF45754B4A6BF6A47C8E14FFC803D067C159EA53FE8FA55", "CRC32": "194F86DD", "BLAKE3": "857A1DBB59F24F8A2EE370BB4A6243C61EECE574C5AEB8EDF46D5FB108FE1E8D", "AutoV3": "ABC667CE6B0C"}, "downloadUrl": "https://civitai.com/api/download/models/263218", "primary": true}], "images": [{"id": 4601290, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75fdda58-4b30-4c16-ae78-be829086db01/width=450/4601290.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UMC5|-%MoyIp~Bx[SgR*Sht7S3xGR+t6oLoK", "type": "image"}, {"id": 4601318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8abfabf0-62bf-42fa-b04d-7f2dcb28bd79/width=450/4601318.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UKC=uL0f~B4:~BE2=|NGIpkCR*xtWBbINHS4", "type": "image"}, {"id": 4601330, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a28ddc47-4249-4adb-af51-c520fbec00de/width=450/4601330.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "U9BfOh_1Sv0f~CJVIX4;X5NH-oxW%2xtoct5", "type": "image"}, {"id": 4601289, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7d0feeb-00aa-4a39-885f-65fffd7dca95/width=450/4601289.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UKD8zf9uEM^j~UIpI;-oo#R*bbof-pRkf+of", "type": "image"}, {"id": 4601319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85041818-faaf-43eb-86d9-a141029b4e7b/width=450/4601319.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "U9CFL-?G0f9a~B%257IpS$xaIoRj~BkCV@jY", "type": "image"}, {"id": 4601401, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77f83b42-170d-4576-a89b-08640eda7ec7/width=450/4601401.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UOEeMj9ZEM%1~BIVENs.EMaeS5NGn+R*t7WB", "type": "image"}, {"id": 4601400, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47b3716e-82a6-457c-a7f0-008d01833dca/width=450/4601400.jpeg", "nsfwLevel": 8, "width": 512, "height": 640, "hash": "UIByKkNw-o9u~BEf?GNH%1I;-psT?Gs:R+R*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/263218", "modelId": 233302} \ No newline at end of file diff --git a/datasets/metadata/26333.json b/datasets/metadata/26333.json new file mode 100644 index 0000000000000000000000000000000000000000..dd0907ac91075aa4d58db5588c408cd50c7127b0 --- /dev/null +++ b/datasets/metadata/26333.json @@ -0,0 +1 @@ +{"id": 26333, "index": 0, "name": "v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-20T18:37:01.955Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["deemoartstyle"], "stats": {"downloadCount": 795, "ratingCount": 219, "rating": 5, "thumbsUpCount": 228, "thumbsDownCount": 0}, "files": [{"id": 21829, "sizeKB": 147572.736328125, "name": "deemoArtstyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-20T18:40:50.349Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "E904CE4B", "AutoV2": "0478922152", "SHA256": "04789221520DB4A4060E19955E1F5A0575D13FD7500EA002D2E948D74C515D12", "CRC32": "5A9C3EB6", "BLAKE3": "11DBA7D78D111AD49AE49349C9CC75E19F6598FD630CA2DA76035C1798386C3E", "AutoV3": "FB259B18EC19"}, "downloadUrl": "https://civitai.com/api/download/models/26333", "primary": true}, {"id": 21830, "sizeKB": 2856.87890625, "name": "DeemoArtstyle Training data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-20T18:40:49.218Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FD273045", "AutoV2": "341E06E6C4", "SHA256": "341E06E6C46CB4F8C1229CA0EE027C05171B75690977BA6310F24AD27CC27A7A", "CRC32": "90E03865", "BLAKE3": "263A5D175D23DBAC78332857990C69AADF12BB238847F212008AB12373555120"}, "downloadUrl": "https://civitai.com/api/download/models/26333?type=Training%20Data"}], "images": [{"id": 289895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db056bf4-0fac-4f23-07bb-639166b17200/width=450/289895.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UHHf6fbcW?RP-;RiRjV@%1nh~qD%t6ogDjof", "type": "image"}, {"id": 289906, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/295f9f63-3618-4b8e-be1c-e55779f46800/width=450/289906.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UdKn_6%L?w%L-;R+D*t6~qR*ROa$?Gj@t4Rj", "type": "image"}, {"id": 289905, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95565778-f339-45fa-5baa-dea4c87b8c00/width=450/289905.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UWLE?5$_~XtmNhsjacXA-WkSxAjJ%NNdaJVt", "type": "image"}, {"id": 289904, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72f16633-a5b9-4a22-1939-08ddc6cba100/width=450/289904.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UmIYa-o#Rk%M9ua|RPoe~qs:niWAt6ayV@of", "type": "image"}, {"id": 289903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52c41e28-9bbc-4ee4-d6bd-f209cfaaae00/width=450/289903.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UYJbQ[IV%h_2H=V[Neoz~pIUt6t6kDM{g3WV", "type": "image"}, {"id": 289902, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab54480a-0dab-402d-b490-987a00f28200/width=450/289902.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UXIZo6?baOxv?HxGROj@~p-5jFR.tQV?F4Nw", "type": "image"}, {"id": 289901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6b56784-0808-442c-943a-ecfcfc7f1800/width=450/289901.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UZKLaVRk-qNHo#M{IVRj_Ne.nN%Lt9bckCs.", "type": "image"}, {"id": 289900, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e05b4172-9ab2-4487-8653-af3a2793df00/width=450/289900.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UbKxem~q-?$jkqxaspR*?aIUjFNa-.WrafoJ", "type": "image"}, {"id": 289899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ac0e43c-8243-4c13-0097-4ea45c242d00/width=450/289899.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UhKnrJ%M-=xu%MWBx]Rj~qf6xufjWAj[M{xu", "type": "image"}, {"id": 289898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/457c9741-5ffa-437a-da55-eeda1da4ad00/width=450/289898.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UAJF@{w}]ixa#QIW}=9bvPIr9bNw03tPI]~9", "type": "image"}, {"id": 289897, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/392edb9d-a838-4e2c-dfaa-bac98f573700/width=450/289897.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UjLq%[%MxuxuozRjs:Rj~qWCa|WBoLj[Rkt7", "type": "image"}, {"id": 289896, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/451570fe-82a4-4f16-1c3f-5bf45fea1800/width=450/289896.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UcIiB*-;^-xuInWCRQj[~pWBRQbHx[oft7j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/26333", "modelId": 22056} \ No newline at end of file diff --git a/datasets/metadata/263979.json b/datasets/metadata/263979.json new file mode 100644 index 0000000000000000000000000000000000000000..3b9dabb73f060cd346cd6595e2daa241f40dcb7e --- /dev/null +++ b/datasets/metadata/263979.json @@ -0,0 +1 @@ +{"id": 263979, "index": 0, "name": "Wrecks", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-16T04:00:47.653Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Wrecks"], "stats": {"downloadCount": 54, "ratingCount": 2, "rating": 5, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 205457, "sizeKB": 18544.6484375, "name": "Wrecks.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-16T03:55:38.449Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "7E29A3F978", "SHA256": "7E29A3F978BD2DDFEC0ABA5EFD7607A92C55C43C37DB9D6E63DA7ED4EF3046C3", "CRC32": "5352A5A9", "BLAKE3": "87CE04AE72EAA03C8EE80D2D51962A2481A5195EBFB94C23F051CEBBE848A33F", "AutoV3": "CD44D5EDAEFE"}, "downloadUrl": "https://civitai.com/api/download/models/263979", "primary": true}, {"id": 205459, "sizeKB": 9415.1201171875, "name": "drive-download-20231216T034555Z-001.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-16T03:55:51.369Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BE4C55C4", "AutoV2": "8CF27CEBF2", "SHA256": "8CF27CEBF2AA2BF833D4351C2BCF58CCCB40F1D8DDD3C68214C3A56070400F6B", "CRC32": "07936442", "BLAKE3": "DC7ADD06AE5EF647F83782033B43D7250EFE9CD15E18D5780567961F6E8752DC"}, "downloadUrl": "https://civitai.com/api/download/models/263979?type=Training%20Data"}], "images": [{"id": 4620123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/871ecb4e-fee1-42bb-bf27-c70fef0d6083/width=450/4620123.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U99QK*4{~8Ny?1-pnhnmN7?ZIV$*cFnSslt7", "type": "image"}, {"id": 4620124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2856a0ab-1b4a-45ac-8005-4a32e11b5711/width=450/4620124.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U6Al^L0iR*~A?cESNI$|EmNyxGxDt6xa-Tjb", "type": "image"}, {"id": 4620125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9648186-084b-4991-ba15-f2b1bb45adce/width=450/4620125.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U68zJtAH^O}?AfRkEQ5X5o}=xrS1#+9wNH,:", "type": "image"}, {"id": 4620126, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42c1a48c-6349-4f94-9bb9-2552bd792387/width=450/4620126.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U8BMMg-VE19aRr-V9aNZ~VxZWAoJ-pn+s8WC", "type": "image"}, {"id": 4620127, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50bbeafb-897c-4d9b-bfde-b4ca652a1093/width=450/4620127.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBCh=:B;rr$wBDVv5UR+}TSdWW$%0*-UbcNf", "type": "image"}, {"id": 4620130, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4fffd7d-cd22-4530-80e9-050533ab90cf/width=450/4620130.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U56abkoh-TEM~DbcxWI:S+ShR+n~9|S~RkxZ", "type": "image"}, {"id": 4620131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4bdec76-3375-4481-99a6-c20737093629/width=450/4620131.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDFzQr#Uxs=x}u,?,pNa9#bbRnNw0~SxEgNv", "type": "image"}, {"id": 4620132, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50b5b66d-0383-4691-9bda-14bae2fb17b5/width=450/4620132.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U6COj.9}0$n#}u1JEM}q]-K4oc=drv9_NcRl", "type": "image"}, {"id": 4620133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39b47d19-d7a6-4fb0-bb7f-0dede229c82a/width=450/4620133.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U69PZnNJvzRQP.RlELIp}@WEoyRk-AbbxuNG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/263979", "modelId": 234125} \ No newline at end of file diff --git a/datasets/metadata/263988.json b/datasets/metadata/263988.json new file mode 100644 index 0000000000000000000000000000000000000000..44c6654f5d76c231a477c892dd0b5a48d72d907d --- /dev/null +++ b/datasets/metadata/263988.json @@ -0,0 +1 @@ +{"id": 263988, "index": 0, "name": "Frenchy", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-16T05:17:02.027Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 183, "ratingCount": 13, "rating": 5, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 205468, "sizeKB": 1867.890625, "name": "263988_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-16T04:20:42.104Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "87BE642EC7", "SHA256": "87BE642EC75D9A55B5C3AE65657C6A8802BD40C7B85BB4E013FC9278769D6105", "CRC32": "A08C3E59", "BLAKE3": "25C5DCA8EBE80C751C128A9F2C08535B396BABF854E41529443E47549811330E"}, "downloadUrl": "https://civitai.com/api/download/models/263988?type=Training%20Data"}, {"id": 205500, "sizeKB": 36978.546875, "name": "The_nun.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-16T05:15:50.859Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "33514D4B", "AutoV2": "85121335BD", "SHA256": "85121335BDA671AD2E53A7F63E1E95484D35195CC47BEDAED48DD1161ACCAC2F", "CRC32": "1067F008", "BLAKE3": "837BC1954D4D9B99B108BB2D27DAD2F1C0F6CA5518270286E87B0777FDD3A88F", "AutoV3": "05565EED7AAD"}, "downloadUrl": "https://civitai.com/api/download/models/263988", "primary": true}], "images": [{"id": 4622811, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba63600a-7f43-448b-a1c0-2a9f29761046/width=450/4622811.jpeg", "nsfwLevel": 1, "width": 512, "height": 640, "hash": "UE9@L.DjS#Ip~p9Ft7bI%NIne:xu%NR%M|xt", "type": "image"}, {"id": 4622812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0da71c30-ddf6-4d11-bdbe-bd2a5f50c782/width=450/4622812.jpeg", "nsfwLevel": 1, "width": 512, "height": 640, "hash": "UEAmF]~o-:bv^+?a-:NcxukDbIt7t7ofs;ju", "type": "image"}, {"id": 4622813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6701f979-715d-4e94-8ea1-4fa6a675284c/width=450/4622813.jpeg", "nsfwLevel": 1, "width": 512, "height": 640, "hash": "UDBMui00%gni~p9FxujYWGoajcWC%LWBRkog", "type": "image"}, {"id": 4622864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbb4862d-34ec-49c9-841a-bf25c789e82d/width=450/4622864.jpeg", "nsfwLevel": 1, "width": 512, "height": 640, "hash": "UFA0wF00yC$*~W4.%Ms:bwRixuNGW?adxaNG", "type": "image"}, {"id": 4622865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ace4085-94f2-459b-a7da-7b2204ec53fd/width=450/4622865.jpeg", "nsfwLevel": 1, "width": 512, "height": 640, "hash": "UIB{$0yD.6%1~p?a%LxZJ:^*aiR*tS%2WEM|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/263988", "modelId": 234131} \ No newline at end of file diff --git a/datasets/metadata/264332.json b/datasets/metadata/264332.json new file mode 100644 index 0000000000000000000000000000000000000000..ba2d41e8cc274cf05bfc128363f4060c59e1724e --- /dev/null +++ b/datasets/metadata/264332.json @@ -0,0 +1 @@ +{"id": 264332, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-16T12:02:27.946Z", "availability": "Public", "nsfwLevel": 3, "description": "Much less goat/deer influence!
", "trainedWords": ["Hornyfier"], "stats": {"downloadCount": 358, "ratingCount": 29, "rating": 4.93, "thumbsUpCount": 48, "thumbsDownCount": 0}, "files": [{"id": 205773, "sizeKB": 344634.0009765625, "name": "Hornify Dataset v2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-16T12:31:36.165Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "50D70BA8", "AutoV2": "3EF8E13DDF", "SHA256": "3EF8E13DDFFF266A6AAFEF3C9DD341FA6193AD62A8A51FF91641C594BAA70B44", "CRC32": "FD250443", "BLAKE3": "EFCEEB224E64F5FCE0EED6A2DEECE3AB2BB6C270DCA3B0CC68D0AA9D5A065B40"}, "downloadUrl": "https://civitai.com/api/download/models/264332?type=Training%20Data"}, {"id": 205752, "sizeKB": 147571.375, "name": "Hornyfier.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-16T11:55:46.549Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "07791313", "AutoV2": "AAF38243DD", "SHA256": "AAF38243DD356721BFC2DE4B15F7C263B8A49A52CEC5AD1DBF6981BDE86BCC2F", "CRC32": "61CA3A7B", "BLAKE3": "AA6AC72685F8DC839A9BD9E12EA00165A1D33028952CB2A1D88D4ED2AC123C98", "AutoV3": "88E3FBCA123D"}, "downloadUrl": "https://civitai.com/api/download/models/264332", "primary": true}], "images": [{"id": 4628509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4e10e08-014d-44e3-a5d8-823e75aa6fd6/width=450/4628509.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UMEf7kM|D+={~UM|M|%1xZIpRkkWs,M|WXtQ", "type": "image"}, {"id": 4628518, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7902460c-38bc-469f-a0f7-124ad0ee20bf/width=450/4628518.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "UHFE_sDiS#?H_N9FM{x]yDIUsmo#OZNGjGWB", "type": "image"}, {"id": 4628508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f290558-d826-40d1-9eab-0aebd65d695d/width=450/4628508.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UEE.5_~B?GkCtRt7WYxt9HxZIV$%0g9aRjIV", "type": "image"}, {"id": 4628510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0266cb92-15fd-425f-a616-124fc813ac87/width=450/4628510.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U8B.u^~A0g0N2cXSn4VsI@xtjXv~-SWCbbI=", "type": "image"}, {"id": 4628511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7762dc9d-9315-42f0-9797-c61c9cb52111/width=450/4628511.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U8B{ol~U?Gxut,%L%g-pt6RkI=WW0g4;M|E2", "type": "image"}, {"id": 4628512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4be95935-dd99-40b4-9992-9ba836cb1528/width=450/4628512.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "UBGt=~r?M_^OL3M|RjxF~p4;oIR+yEaeM{NH", "type": "image"}, {"id": 4628514, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5674c9da-9737-4832-9b39-dac9396854c2/width=450/4628514.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UDHm$2~oEhNI_2-:={-UY4t7s9%15WofwIX8", "type": "image"}, {"id": 4628517, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f19f661-2e3e-4de0-b787-b50059139696/width=450/4628517.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U8BfFHIp9v}?ENa}E3o0}?aysmI;0hxZ=_Rk", "type": "image"}, {"id": 4628519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93ce2d28-3b05-46ad-b97b-3da1a818cf48/width=450/4628519.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UACr[$^*8_D%YQo#4nD*~Bt64:M|AINHIVbH", "type": "image"}, {"id": 4628516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18aaf6e9-c81b-4513-a869-c22811cbc319/width=450/4628516.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UIC6rs-:D*NG~qxuD%NG?vkCD%RjX9oyM{V@", "type": "image"}, {"id": 4628520, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/941c7fde-1067-461f-ad16-a11526edaf38/width=450/4628520.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UFD9Fno#01IU_M%1D%Ip?ZRli^t7tRxZRjj]", "type": "image"}, {"id": 4628523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0841476c-4f52-47cf-8a3a-cdc0afeb4091/width=450/4628523.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U8B.}x~U57x]_2t7IV?GI;%L^*%20LNHx]NH", "type": "image"}, {"id": 4628521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27c1b816-dcf5-4940-96ca-d81643461e24/width=450/4628521.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UFCis:0L4:?H~pIUD%%M%fIVxDofxtNG-oIp", "type": "image"}, {"id": 4628525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5ecb086-bd31-4df0-a160-8a3c30ad3b7d/width=450/4628525.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U69s;p~V0#EN~VxuIps:ozX8xZxYNHWW%1s:", "type": "image"}, {"id": 4628522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2730192-0917-4a49-8e64-876e7f965550/width=450/4628522.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U8AS_7~Ubb-:x]W?WC?GxZ%1%1bI0ME2s:M|", "type": "image"}, {"id": 4628528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebf38fee-f9b1-4fea-a1c2-8fee1630167f/width=450/4628528.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UBBMPe~VXTE3-:t8NdofENR+oJ%1bbofe.Rk", "type": "image"}, {"id": 4628526, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c08e01d-2303-483b-80f9-eace727b10cd/width=450/4628526.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U7DlN4M|$$NG?]aK9aNG5Xe-9GM{XTs+nhM{", "type": "image"}, {"id": 4628524, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bebfd34-1fad-4a57-ac5f-f2755b79b45a/width=450/4628524.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U89%hpxZ01%2~pt60Kxt?bRkIBt7xuj[V@xt", "type": "image"}, {"id": 4628527, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/035f9db0-e9cf-4a7c-ba9a-a39943d1e6e9/width=450/4628527.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U8Avd.~AT0EMT0NIxu%1?G-Ut7R+0ME3%1s:", "type": "image"}, {"id": 4628529, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8dde3036-b2da-4701-9b8f-b9b3cb4f2361/width=450/4628529.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UAAS[2~VK6OFx]tRJBxuX8ofxZs:R*s,%0s.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/264332", "modelId": 230735} \ No newline at end of file diff --git a/datasets/metadata/264333.json b/datasets/metadata/264333.json new file mode 100644 index 0000000000000000000000000000000000000000..b8448aa59dcb3c33e5f924c1cbbb5220515e8a89 --- /dev/null +++ b/datasets/metadata/264333.json @@ -0,0 +1 @@ +{"id": 264333, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-16T12:02:53.400Z", "availability": "Public", "nsfwLevel": 3, "description": "Retrained from scratch from synthetic data
", "trainedWords": ["GelatoStyle"], "stats": {"downloadCount": 707, "ratingCount": 29, "rating": 5, "thumbsUpCount": 64, "thumbsDownCount": 0}, "files": [{"id": 284225, "sizeKB": 539141.6826171875, "name": "Gelato Style Training Data v2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-23T00:06:20.754Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "471598AB", "AutoV2": "9BA3B96375", "SHA256": "9BA3B96375491A765351D0990A403E275B618B121023BC34BFC94F18F115A9BF", "CRC32": "B175ECB0", "BLAKE3": "4D15C592396EF1B0156762E5223470BD33304DE209F47FC103B5D34BAC0D1310"}, "downloadUrl": "https://civitai.com/api/download/models/264333?type=Training%20Data"}, {"id": 205753, "sizeKB": 147571.71875, "name": "GelatoStyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-16T11:55:53.025Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6B330D8E", "AutoV2": "8945615BB1", "SHA256": "8945615BB177F22C5EA95DF13116387128F19F09BB741DCE0459129953CCD8D2", "CRC32": "5B7BCD2A", "BLAKE3": "1C63D4E209B44FAAE13BA6E13920B7F1CC92C20AD4AF60C911884BA81D2D3C07", "AutoV3": "00511AB22030"}, "downloadUrl": "https://civitai.com/api/download/models/264333", "primary": true}], "images": [{"id": 4628458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1bfab0c6-a486-4f6b-85de-656bf84fb5d3/width=450/4628458.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UJGRbf~BtmNHKQM|I:S2-ot7WAxGEgoe$Nxa", "type": "image"}, {"id": 4628459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e822e878-15d9-4865-aebf-b4b501e47f05/width=450/4628459.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UDH1ue}@t6x[0~M|M{Na%fwvoMX8H@xatkR*", "type": "image"}, {"id": 4628452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e06a88f-7274-47ea-9fe2-8bbe5406a105/width=450/4628452.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UBGI1CxCvz~Vt*={n5kpIAbH%MNaVZI;AWww", "type": "image"}, {"id": 4628456, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e407298-4a63-499b-8fdc-12da8d560163/width=450/4628456.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "UDGRuCAJ5r~V8Ixv%1EP%~D*m-Ip5?ixEzIo", "type": "image"}, {"id": 4628455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebf7445d-e0bb-4908-a533-86a50d157f5d/width=450/4628455.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJINgW%fn5S5C,%2r=j@t-bu9]Wn6k-T%1of", "type": "image"}, {"id": 4628453, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b33cc18-758e-4d01-9cc6-cdac95f76ca4/width=450/4628453.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJGbCk.7V@wb.7tlIVRQ~otRRiRkTIbvs:WX", "type": "image"}, {"id": 4628454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13f866ac-5088-4af1-93c3-7359a732b8ef/width=450/4628454.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "UCH_A6:k?GyD~q01xuxa.7Iob^r@E2IUf+Rk", "type": "image"}, {"id": 4628460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c23c0ff8-6ce9-47bc-ab02-2e6ddda29035/width=450/4628460.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UGGRSE}?NaVt5SV[Rkay=xt6NGbH0gNInjR+", "type": "image"}, {"id": 4628461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9269f3a0-4060-4938-8ffc-fb1bff1eede1/width=450/4628461.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UIFYZ1xr9tIVPDE2RPX5*0oInixYpd%1$*WC", "type": "image"}, {"id": 4628464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d9cde61-278e-4cd3-9e6f-c29e9381ce5c/width=450/4628464.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UDGuL1_N-U^40f9GMenh.7RPIWS#57xFx]Os", "type": "image"}, {"id": 4628463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9792eea5-0dc9-433f-94fe-5e307b401ef4/width=450/4628463.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UODJ9e$x-oJByZRjoyt2F$WAIonhESoJRORQ", "type": "image"}, {"id": 4628465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f208950-d4f4-4ea3-bbe8-dffa9decf43a/width=450/4628465.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UBDc2Q^*-PkCp{-ntRof0PIrwa-TVFxZ-TR*", "type": "image"}, {"id": 4628468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c74df73b-c365-47e7-a15f-88001034ec28/width=450/4628468.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U6Bf,=-p000N~T%L0NV@?E?FX99a~n%KVtD+", "type": "image"}, {"id": 4628466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26dd83a7-be7b-40a5-b87d-8a3831b016ba/width=450/4628466.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U9D]J2}@=yMy=}^+~B.7O?tRogIV9Hn+Tcw_", "type": "image"}, {"id": 4628471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2d90e77-955e-419a-b938-baa97907c8ac/width=450/4628471.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UCB3NV~Us+R*I@NKE2E24;E2V@smae-U?G%K", "type": "image"}, {"id": 4628467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aaa02b39-6f7c-48c9-8dba-2ebcb0715f67/width=450/4628467.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U5Db+y?H02~V9YE29uR%?F-o9aE20Mn$^PNH", "type": "image"}, {"id": 4628470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a04c09ae-9a32-4f8f-b604-55afa51224ed/width=450/4628470.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UOF#gq~BOExt%1WCNHt6xtxtxtxtE2WBxtt7", "type": "image"}, {"id": 4628469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9099165f-d6d1-4456-b218-9381e1404dfd/width=450/4628469.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U6C6cC^*000Mx]x]9aRj%MIoRPEM01M{~Uxu", "type": "image"}, {"id": 4628473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/081e21a4-40f9-4408-94e1-690f0ea3e916/width=450/4628473.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UFF5,9~oIqRj58E3t6k9I;%0-QxaIo-U%2S2", "type": "image"}, {"id": 4628472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/028eab44-fcad-4aef-a8c9-d598014dd26c/width=450/4628472.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U5FO.OFy9O}r-eNG02oy48#S00t649%MnT9v", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/264333", "modelId": 67122} \ No newline at end of file diff --git a/datasets/metadata/264334.json b/datasets/metadata/264334.json new file mode 100644 index 0000000000000000000000000000000000000000..323e5e058fc5763087408415866bdd8694565b66 --- /dev/null +++ b/datasets/metadata/264334.json @@ -0,0 +1 @@ +{"id": 264334, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-16T12:02:49.207Z", "availability": "Public", "nsfwLevel": 3, "description": "Retrained from scratch using synthetic data.
", "trainedWords": ["SushiStyle"], "stats": {"downloadCount": 466, "ratingCount": 25, "rating": 5, "thumbsUpCount": 44, "thumbsDownCount": 0}, "files": [{"id": 205771, "sizeKB": 377934.0361328125, "name": "Sushi Style Training Data v2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-16T12:31:06.222Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "18511458", "AutoV2": "125B4FE840", "SHA256": "125B4FE8405E6FF50F41313FEFAB4D79EB2D77D3796E450588E230336F5D56F0", "CRC32": "1A090B8A", "BLAKE3": "E35192CB82D1A0E3BCB10E3AD92108E62B554346CF13E09890272F10157CC042"}, "downloadUrl": "https://civitai.com/api/download/models/264334?type=Training%20Data"}, {"id": 205755, "sizeKB": 147571.40625, "name": "SushiStyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-16T11:55:55.107Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3C3D30F2", "AutoV2": "DA337B30FA", "SHA256": "DA337B30FAA5666175CEACE160D2A8281B5D5508E376DEC62061F7C213C28EA4", "CRC32": "9E2B2BB8", "BLAKE3": "555964C2214A1E09A14C735FAB2E35816AF4E5C38BEA00E057DDCC128738FCD7", "AutoV3": "5DD3F5FFDD81"}, "downloadUrl": "https://civitai.com/api/download/models/264334", "primary": true}], "images": [{"id": 4628585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11b85396-9d97-479e-80e6-716c79566735/width=450/4628585.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UDJjk]~B0#b^yY0L0Ls-Y5I:#S-A0fM{={kB", "type": "image"}, {"id": 4628604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f29acbae-2f88-4338-ab2c-12f6f9eda97d/width=450/4628604.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U9E_{hJ7F|~pAEaJEMnhv%RQaf9a02-o?GM|", "type": "image"}, {"id": 4628592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9753a6f3-0f00-42bf-9e86-1cd9aa090d06/width=450/4628592.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U7GuH;001i^iBqbaN{Ip~prqM_EL01%MR5-;", "type": "image"}, {"id": 4628584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0f82b20-0760-4e45-b02a-024e54ee224d/width=450/4628584.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UAEelR=E9v?H~B}=smI;%gNGI;0zAbENIoIV", "type": "image"}, {"id": 4628593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a34225c-069a-4ce0-9ecc-28788c2005fa/width=450/4628593.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U5E.e10015D*0--nR-4:~UIU8|$~0M~p01-p", "type": "image"}, {"id": 4628588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d19b752-69dc-49b0-8255-b5b364e55d56/width=450/4628588.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UCJtVDo$~9tRO@0MD*ofRjV@9aRk0Nj??F%L", "type": "image"}, {"id": 4628596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e0b184d-66ff-4ac7-8c03-a0b04825ff3d/width=450/4628596.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UGJtt_~VnPt5Y69br:bcKSxaE3s8OubbWBt2", "type": "image"}, {"id": 4628597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b7c4a89-b5e3-4d60-be4d-e54629a1d55c/width=450/4628597.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U8F#~-4:02%L6A?aMxxu9~9a~Vs-rsoz%f-o", "type": "image"}, {"id": 4628598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c3d3814-2447-40f5-85e0-f5cc0f99e478/width=450/4628598.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UBG*p8s+Aa4n0:4oRjIBObD%^jWAT1t6~TM{", "type": "image"}, {"id": 4628595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30b043e4-09ff-401d-945b-d94bb0e5b34b/width=450/4628595.jpeg", "nsfwLevel": 2, "width": 1544, "height": 864, "hash": "UFH2QA~Vk?NGEnD*?ajFbc%L~V%LD*M|M|WB", "type": "image"}, {"id": 4628600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aeb7edab-e451-44ad-abfb-945a32353d2d/width=450/4628600.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UIHB0e~BNxIp9uI:E2M|X-kqjFt7E2s9xts.", "type": "image"}, {"id": 4628601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d96d3b64-ce43-4e88-bbee-f526f5939e6b/width=450/4628601.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UBG8WF~q9u?GJDS$NbxC={-;%LM|ERkXofRj", "type": "image"}, {"id": 4628599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4d1cbad-2919-4406-ad40-ef4041c5d241/width=450/4628599.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UDFhz~~ppIIp0gE2f+tR+]xa%L-:4;M|D*IU", "type": "image"}, {"id": 4628602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4bec3d4-9dee-46fa-89bb-c6bf866d28f2/width=450/4628602.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UGF=Ky~BoyoyI;NJs;NGaexaoyxu%M-:?GjZ", "type": "image"}, {"id": 4628607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63b3fee0-1505-43f6-92dd-f9ff84c04921/width=450/4628607.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UIFX@j~VOrt757E2ELNGRQWXt7%2NIs:%1s:", "type": "image"}, {"id": 4628606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e1d6103-bdcc-4136-8229-945d4cef36ef/width=450/4628606.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIG8lv~ppHI:FfShOXWB9]-o-otQSiozxajF", "type": "image"}, {"id": 4628603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/255af18c-f789-4bfb-8169-b293595de754/width=450/4628603.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDHBJ900-;WB0*Mx-:a}xvD%kXxF~qD%?Gxt", "type": "image"}, {"id": 4628605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef9011c0-2fe1-4527-a61f-0ab52819db08/width=450/4628605.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDG*yb00F|-UO@D$~paeR.IU=yNH%LNGjIE1", "type": "image"}, {"id": 4628608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e7e776f-575a-4167-8fec-c09e588c0b8f/width=450/4628608.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHF=gZ~ptStRJ7IpNIxt%2xut6%2D*s9s:WC", "type": "image"}, {"id": 4628609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d3282ee-ca1a-4fcd-857f-6ad45dc83081/width=450/4628609.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8F5me~A0$000$4o-pD%-:t7$k%2VroLS5NG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/264334", "modelId": 67096} \ No newline at end of file diff --git a/datasets/metadata/264335.json b/datasets/metadata/264335.json new file mode 100644 index 0000000000000000000000000000000000000000..20df36fdf4bf651bf15ae45270ab09528177cbea --- /dev/null +++ b/datasets/metadata/264335.json @@ -0,0 +1 @@ +{"id": 264335, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-16T12:02:44.916Z", "availability": "Public", "nsfwLevel": 13, "description": "Retrained from scratch using synthetic data.
", "trainedWords": ["ChocolateWetStyle"], "stats": {"downloadCount": 765, "ratingCount": 37, "rating": 4.97, "thumbsUpCount": 75, "thumbsDownCount": 0}, "files": [{"id": 205770, "sizeKB": 352316.1806640625, "name": "Chocolate Wet Style Training Data v2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-16T12:25:54.565Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "41854EB5", "AutoV2": "F35DADB592", "SHA256": "F35DADB592E100C45D2DA03CD122832EF4AFB3FD85E832DBB953A4D7866A6BE7", "CRC32": "9C7BE9CA", "BLAKE3": "48D561DE95F5D59C2BE9C27C1FA924BDAF5D1419AF0592353B2ABC33001DBBDE"}, "downloadUrl": "https://civitai.com/api/download/models/264335?type=Training%20Data"}, {"id": 205754, "sizeKB": 147572.1796875, "name": "ChocolateWetStyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-16T11:55:52.253Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FCA8A878", "AutoV2": "16E903E58C", "SHA256": "16E903E58CA8187C57F28708F97A19A146B225ED83EC875C9305DE570D525A53", "CRC32": "B297EB9D", "BLAKE3": "43E4D655067C2C902811EFF9F5EAD579418D9A0343145BBDD0FB8A7409981BF4", "AutoV3": "F60CEFB26129"}, "downloadUrl": "https://civitai.com/api/download/models/264335", "primary": true}], "images": [{"id": 4628674, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83e90a74-8e9f-4147-958e-a7c30c89829b/width=450/4628674.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UMJsnL~Vo~^+yXIpIVoL-nW;fkoy4:RQs,Rj", "type": "image"}, {"id": 4628676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d86f0ca8-ecbd-48e7-8511-8ebb0e31271a/width=450/4628676.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UAExOz1072~UEMoL57-oa0IBVsI;Kj%L^jV@", "type": "image"}, {"id": 4628677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f93c53f8-838a-4a41-925a-bf81d1b330a8/width=450/4628677.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "ULEVE34:E2-o~pM{IotR_2V@D*oz~VIpIUxa", "type": "image"}, {"id": 4628669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1efddf45-13e9-48be-a6e8-b9bd9ff0d5cf/width=450/4628669.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYID{y~B~VI:%gxu%LoJT0R+NHV@xus.M|WB", "type": "image"}, {"id": 4628671, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7083d4f-c837-4d21-8126-6557ac6438ae/width=450/4628671.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWHnjGD*ad?G_MV@M{xu_2RjRjWVb^t7V@V@", "type": "image"}, {"id": 4628670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20f1220a-760f-4e16-8a1e-a5e2cfcebe77/width=450/4628670.jpeg", "nsfwLevel": 4, "width": 864, "height": 1544, "hash": "U5E^=v1302}r5nI@I;^OxB=b0gEN0#v~jbS#", "type": "image"}, {"id": 4628673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bee1e185-0448-4f9b-bb22-ab77bb4f49b7/width=450/4628673.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UHE2d[-:e.-o~p%2M|ae~pxtE1ay.8t7IVR*", "type": "image"}, {"id": 4628675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56718441-f714-40b3-8a31-7cf456e1b347/width=450/4628675.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UJGtvc$%JUM{~VIo9aoL?Gn$IBkC?ut6nhRk", "type": "image"}, {"id": 4628679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2643d7c3-2eee-4775-86e7-aa1236db3447/width=450/4628679.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UXH_JU={?Gt6_N%0s:kCEkRjM{jZE2xFjEj[", "type": "image"}, {"id": 4628678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bcd509d-2dac-47ff-9516-f02d31df16e4/width=450/4628678.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UUGRC$K6X8%1~q%MNHxa_3%2Rka}%gt7RjS4", "type": "image"}, {"id": 4628680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fe12044-d691-4fb1-ab36-1365709c010e/width=450/4628680.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UGCY]lsoELIq~Vt6E2M|_1I;D*xF%fM|RP%1", "type": "image"}, {"id": 4628681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/633cd6e3-eb3f-4b18-bfdb-f76f691e67d6/width=450/4628681.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UZGt]7~V_2ShtRt7t7WBRPWBM|s:IoRjM|ae", "type": "image"}, {"id": 4628682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/365c6031-e039-4cdb-99f1-7d5f49cc4456/width=450/4628682.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UOJ7de~V%gNH?atRS3V[S5%2%Lxt9GIVM|xa", "type": "image"}, {"id": 4628684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bbd93f6-2bb8-47a6-9845-2c28f43a5f9b/width=450/4628684.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UHE.OoWBM{-UE,xZ9Gt7~pRjVrWXKPt6a0oe", "type": "image"}, {"id": 4628683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a726f0b-825a-4142-aadc-7c04ab4c1a46/width=450/4628683.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UGGR-d~U%L-o-S?G?Zs,nhxsIUoe-:oIoda{", "type": "image"}, {"id": 4628685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e108bfb-d3cc-4db0-8321-c494a7728a5b/width=450/4628685.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U6FEM$}=~o~At+02rs-UxC-naysm00Iq589b", "type": "image"}, {"id": 4628687, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8be112b8-4d1c-42bf-a94a-473262e44a64/width=450/4628687.jpeg", "nsfwLevel": 8, "width": 1544, "height": 864, "hash": "UQFqXX~Bx[SNI=IpE2M|EMNHM|snENjZxZxt", "type": "image"}, {"id": 4628688, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d98dfd1e-c97b-4287-a3b3-c1d12adb5c5e/width=450/4628688.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UDDRjB}pBVJ.FMNH9vI;9^oe$ybHNHNbs,s.", "type": "image"}, {"id": 4628689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/638c0713-8db5-4dc5-9647-f9ca53e97372/width=450/4628689.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UMFOM#-oE1NG~pR+9Zn%_2j[Mx$*?aoLIUR+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/264335", "modelId": 67132} \ No newline at end of file diff --git a/datasets/metadata/264612.json b/datasets/metadata/264612.json new file mode 100644 index 0000000000000000000000000000000000000000..737026f23a7bf0c84d5d498c2daa7786a3ed5b8f --- /dev/null +++ b/datasets/metadata/264612.json @@ -0,0 +1 @@ +{"id": 264612, "index": 0, "name": "v1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-16T17:48:52.088Z", "availability": "Public", "nsfwLevel": 28, "description": "Initial version
", "trainedWords": ["SimonBenson style", "monochrome", "greyscale"], "stats": {"downloadCount": 208, "ratingCount": 23, "rating": 4.96, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 205989, "sizeKB": 27733.630859375, "name": "SimonBenson_training-data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-16T17:50:49.719Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7B5080AB", "AutoV2": "C1237B847F", "SHA256": "C1237B847FD4F51226C7DC1143964BF3A6C0F92BBA9A45B025E0A083C0E5E89E", "CRC32": "59AAAB9D", "BLAKE3": "E2C1D56418CFBCA36AC7EE21ADDC51C6F26D8895DE156A4455243ACB2544E031"}, "downloadUrl": "https://civitai.com/api/download/models/264612?type=Training%20Data"}, {"id": 205990, "sizeKB": 147577.65625, "name": "SimonBensonStyle_v1.3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-16T17:50:52.526Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5E24E044", "AutoV2": "F4DA45C8CC", "SHA256": "F4DA45C8CC009DF4E471A89E2657A34DD443AEE12B4359BF54D4251693F7F1A4", "CRC32": "FEDE6F98", "BLAKE3": "9EB1F426CBF89BCE5C23C0152D253AF7944A2C6A0CA9D2571081F0F5B52745F3", "AutoV3": "5C840A2E3D03"}, "downloadUrl": "https://civitai.com/api/download/models/264612", "primary": true}], "images": [{"id": 4636008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72eff1b1-9349-4e63-90c6-1b0fab6587dd/width=450/4636008.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKM7u;D%9F~q4n%M9F9F009FIUt7D%?bxuxu", "type": "image"}, {"id": 4636012, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a34559af-0ffa-4edc-8b34-0ed8e705880c/width=450/4636012.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UPBzC4fQRjof00ayWBof~qayofof4nayj[fQ", "type": "image"}, {"id": 4636013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f0fdfc4-4dc7-4f11-b23d-adf3b7392903/width=450/4636013.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UIIE|g-;~q%M00D%4nt700M{4nof~qxuM{of", "type": "image"}, {"id": 4636014, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a770810f-ccc9-41b6-a857-ee71e484736d/width=450/4636014.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UQMQ*K~qt7D%?bM{D%ay?bt7t7ayM{RjxuWB", "type": "image"}, {"id": 4636016, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/796e9feb-b6de-46e9-b229-090b8328ae0b/width=450/4636016.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKJuAa~q?bRj00M{4nM{00j[M{M{?bt7t7WB", "type": "image"}, {"id": 4636018, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5305e11a-25d2-4264-878b-78bcb341def9/width=450/4636018.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UFIhplM{00%M~qIUj[%MRjt7-;M{00%M9FD%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/264612", "modelId": 234658} \ No newline at end of file diff --git a/datasets/metadata/264711.json b/datasets/metadata/264711.json new file mode 100644 index 0000000000000000000000000000000000000000..8f6164f35ee3d7f3a0f8165b62e90d1ff31a4a5b --- /dev/null +++ b/datasets/metadata/264711.json @@ -0,0 +1 @@ +{"id": 264711, "index": 1, "name": "XL v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-16T19:53:48.194Z", "availability": "Public", "nsfwLevel": 3, "description": "XL version 1.0
I think this one is underperforming quite a bit. I'll likely retrain it.
Somehow the file size is through the roof. Sorry about that.
Use weights around 0.75 for it. I haven't tuned in the SDXL parameters yet.
", "trainedWords": ["DavyJonesLockerStyle"], "stats": {"downloadCount": 202, "ratingCount": 15, "rating": 5, "thumbsUpCount": 34, "thumbsDownCount": 0}, "files": [{"id": 492887, "sizeKB": 489758.533203125, "name": "DavyJonesLockerStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T19:51:51.073Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0ACB53DC", "AutoV2": "CDF7C8F408", "SHA256": "CDF7C8F408B38282927C646B94FA1614E71C56E3D01A55C66D981C783F7C6FB0", "CRC32": "EA5CD139", "BLAKE3": "94726C48D9E873097B1FAB640063152698BD6DC89D2BC2627157CC15259CC518"}, "downloadUrl": "https://civitai.com/api/download/models/264711?type=Training%20Data"}, {"id": 206076, "sizeKB": 891169.69921875, "name": "DavyJonesLockerStyleXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-16T19:36:06.502Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D7D56436", "AutoV2": "B3F2840C63", "SHA256": "B3F2840C63ABCE60CAE7475ACA789ABB4226B1D098B21E90C0E55FD4187E72CB", "CRC32": "9D1460BF", "BLAKE3": "82F2E9973C8FEFB998F40DABE9987F1ED9A06B176C06F804AB9B71FA82AD2B8E", "AutoV3": "2FC8F90211A0"}, "downloadUrl": "https://civitai.com/api/download/models/264711", "primary": true}], "images": [{"id": 4638893, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc0bf8ba-2072-437e-8a1d-abd8b1da8778/width=450/4638893.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U96[XF%hD%IB?^xt8_IA.Sx]IAIU.8tRIUM{", "type": "image"}, {"id": 4638747, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57b832f0-6dde-4031-a036-8ebb972bf58e/width=450/4638747.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U97napf68wWB?^j[D%jYtRayR+ofV@j?kXbH", "type": "image"}, {"id": 4638909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d71163ff-2e22-423a-945a-0dd4ea26ec35/width=450/4638909.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U56u6Io000Rj*0WVMIa}%~kC8_Rj~poK4oWB", "type": "image"}, {"id": 4638750, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3371652-ff39-49e1-89a7-9acc5d40c81d/width=450/4638750.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U59jJys:01ni~CkC9aWBu3bHEMaeyWWXMzn%", "type": "image"}, {"id": 4638749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38dc94c2-5b1d-4a6b-afb2-fcb1264c653c/width=450/4638749.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U97-+x%hD%IAo#tRMxIA%htRMdMx?^xuRPMx", "type": "image"}, {"id": 4638751, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85f45a90-5a00-4185-b6d2-28a918a0fb8a/width=450/4638751.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U57USN.T0KIA?^x^IAH?NykCR5McIUi^aebv", "type": "image"}, {"id": 4638882, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d3b1f68-8dc2-49ed-b906-15835bd3abc6/width=450/4638882.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UE9tcR?wE29FtRxuWXRQ?c%hW;jEIVRi$%x[", "type": "image"}, {"id": 4638880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b051fd0a-f7fe-451f-af6b-e410d87fd8cc/width=450/4638880.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U47nn38wU]_3?w%28w_3VZELpJxvMyE1.SWB", "type": "image"}, {"id": 4638884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce119893-fc8d-43e6-af67-7f6e7588682d/width=450/4638884.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UG9Q?bMxIAxu.mMxD%xu%2M{IUxun3V[Sgxu", "type": "image"}, {"id": 4638885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/305fd997-17e4-46fa-b85c-7889a4c5d521/width=450/4638885.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U46axA*0-;AJnijEi_oe0LVX9GwHR5M{s+M|", "type": "image"}, {"id": 4638883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d34e006-347d-4681-b68c-609082c4ba39/width=450/4638883.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UE8;[N.Tn4M|bvInMdM{DiM{o#xuWBozx]xu", "type": "image"}, {"id": 4638905, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4da6da37-b867-4ede-8a9d-c8b86294d740/width=450/4638905.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U59tZH4mIV-p?]%2I9xv4T-ps:M{8^-q%3IT", "type": "image"}, {"id": 4638898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f268ae1f-dcc5-4a9b-bce2-de4e28270150/width=450/4638898.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U99HRq4UV@xs??V#IA%f9qsYjLk7XLRQt9Ri", "type": "image"}, {"id": 4638886, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d1d1fc4-f5f9-46b5-8403-911b082bd125/width=450/4638886.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U58gjODj01%2.mt74Tx]1jV?,:R*Ipaz$zbI", "type": "image"}, {"id": 4638889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa812b3f-80d8-4a07-a594-9fa122f11782/width=450/4638889.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UB8Nqb8_M|-;~qDiWCx]WrM|xuj[RjRkxuf6", "type": "image"}, {"id": 4638908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8b70894-a6de-4ffa-b8eb-13eeb2432782/width=450/4638908.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U568Q-OtE3-o?wk9Dhr=*0tSaJRk%hxuaJM{", "type": "image"}, {"id": 4638901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdd11faf-9d63-46b5-8b0a-438c4d78d61e/width=450/4638901.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKBW*,~A?G%1?wxuRPWVI@NfD%IpSiWYM|M|", "type": "image"}, {"id": 4638899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd859604-f9e8-41d0-91f4-25bf131668bc/width=450/4638899.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UE7eht?^oIRO.8.8x]og%h%Ms+jZ%h%MoeV@", "type": "image"}, {"id": 4638902, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8daf016-bb2b-4ad8-8579-46da141032c3/width=450/4638902.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U27K@.009Z~UYQ-;00.91SrW-Y4o_1NFxp%1", "type": "image"}, {"id": 4638910, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6960106-11ef-4cb1-876f-4571891294b8/width=450/4638910.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U57dzhRPDis:_NWBDOxt10RjVstR56V@XTSh", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/264711", "modelId": 220258} \ No newline at end of file diff --git a/datasets/metadata/264715.json b/datasets/metadata/264715.json new file mode 100644 index 0000000000000000000000000000000000000000..4f3baa80039f1a7d0f0e2b054cbef530b0f854a6 --- /dev/null +++ b/datasets/metadata/264715.json @@ -0,0 +1 @@ +{"id": 264715, "index": 1, "name": "XL v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-16T19:53:53.973Z", "availability": "Public", "nsfwLevel": 7, "description": "XL version 1.0
Use weights around 0.75 for it. I haven't tuned in the SDXL parameters yet.
", "trainedWords": ["Chr457m45m3rg3D0nMN3M1C neon"], "stats": {"downloadCount": 382, "ratingCount": 22, "rating": 5, "thumbsUpCount": 48, "thumbsDownCount": 0}, "files": [{"id": 492879, "sizeKB": 213816.486328125, "name": "ChristmasRemixer Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T19:51:13.835Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E9E8CEF6", "AutoV2": "CC398716B9", "SHA256": "CC398716B90BCE9E0EC13C22F9A4CD7CE667BC469DB7C96E6AF17826DAE6EE3D", "CRC32": "42AD6E8C", "BLAKE3": "E886B0253D2FA84B86F0891E80186638913E2F90447333CB6E24C99F6C71D727"}, "downloadUrl": "https://civitai.com/api/download/models/264715?type=Training%20Data"}, {"id": 206080, "sizeKB": 223102.10546875, "name": "NeonChristmasStyleXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-16T19:40:41.283Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "680F2449", "AutoV2": "AD1553D5CB", "SHA256": "AD1553D5CB69A14780BB3D3FD838FA9DD7E8F6FA69E5F321D820F10CD3CBE3D5", "CRC32": "B3DE5C10", "BLAKE3": "6532ECC05B1F330B8DBFD593FF4E0102D7391D32A74471BEE930D769514848CB", "AutoV3": "9514F37BE4CE"}, "downloadUrl": "https://civitai.com/api/download/models/264715", "primary": true}], "images": [{"id": 4639034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5e8bd16-4422-4cc5-bd7a-b315be0e41ed/width=450/4639034.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7ECFMIo4T?c00o}%zRQ0JR5gixa{wxuR5IV", "type": "image"}, {"id": 4639044, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19f7afb2-7a99-4296-80b8-d9790d773408/width=450/4639044.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDD]#kiHt88_TfH?NG*00*Vs-T%MMwM_XSxu", "type": "image"}, {"id": 4639049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c587895-96e2-4891-8e87-57b63cfcac85/width=450/4639049.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U8D[|XS+E3IV?u9x%Nx^B=I[_NOY0NR5tQxa", "type": "image"}, {"id": 4639054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fec65f4d-b040-470a-aab9-af2e21a5c072/width=450/4639054.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4CiakD$00CS1Ri_;N^j00v|LNAJ_hEKp^;{", "type": "image"}, {"id": 4639033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/384c3fd8-6f88-4986-80f9-1939a8cdead0/width=450/4639033.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCD]bz*^~Bu5Kk9aD$tm0gR-NItRv|IUnhtl", "type": "image"}, {"id": 4639035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e50b9b49-f289-4f9d-8b97-db0e5c130e19/width=450/4639035.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8Cs2IUu00Gw0,R4~VxZELNHni$*xApIIqIV", "type": "image"}, {"id": 4639040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43f2ccff-9eab-478c-b685-e48697f531f8/width=450/4639040.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULGR-lMx8_-;obIpIAx]~qRjIAxaIqV@nhxt", "type": "image"}, {"id": 4639042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30647047-0531-41c0-930a-836c01f282df/width=450/4639042.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9EK_+Q,2dXS3Z9FAbNvwa+ZMyxa#7OsROTJ", "type": "image"}, {"id": 4639038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/197c784f-29fb-4561-950f-30f933b84b3b/width=450/4639038.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UA5},oo#iIf5IQaebbba9DWUcEjb^BkDogjF", "type": "image"}, {"id": 4639036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/909ab6ec-effa-41b0-ab89-5425a58d6d44/width=450/4639036.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U66k3MJV0f$L~BNxE2w]v}WBW;oyVrr=X9S~", "type": "image"}, {"id": 4639039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4dacaac2-1d4e-4e1f-8514-7c8a722c9d57/width=450/4639039.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9C6orz.D4T}5rMxSi?aR%MxIUx^Mco}oeMc", "type": "image"}, {"id": 4639041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcd4bef6-30e0-4ce5-b220-4b521945b10e/width=450/4639041.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFFhq|m+~B?H%gayMHtl1PoIM{XSS*V?JAkC", "type": "image"}, {"id": 4639043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a98b0b88-2b02-48fb-91f3-7d920d0b88d9/width=450/4639043.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6F}=_cX*Luj4T0iNE-:00VFcqpdM#}5x{4m", "type": "image"}, {"id": 4639045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1142aa7d-7c95-40c5-b057-78fb80e53b52/width=450/4639045.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3A13P-pL#$x00IpOvR:00ad*0xZmis+G0JC", "type": "image"}, {"id": 4639050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6bf4555-d722-459e-8ffa-efe5dd4c0c6b/width=450/4639050.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7D+@}bc4?xu0ij@rVIo01R*obofQRsS~URO", "type": "image"}, {"id": 4639047, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5281a447-4f25-463c-9e18-dfbe90a2115f/width=450/4639047.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U2BDNeS600^i00xt4m58Hqr=XM,o}5Rj#8Iq", "type": "image"}, {"id": 4639048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3a26cde-990e-41b6-924c-d78360474a08/width=450/4639048.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMHLYnIUDitR.9Iojvoe.TahM{t7-:E1Rj-p", "type": "image"}, {"id": 4639052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8728ba3-d0d0-4747-84b3-f2b32ce9b21c/width=450/4639052.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6Bf@WtS4T#6Y6-VD4E22_J70KjXysX8IUI@", "type": "image"}, {"id": 4639051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/124cb57f-1fbf-41bd-bd82-b73d22ce4411/width=450/4639051.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5C~rTKgujEM0-RYv{RP00=r7Mxb|OOkxdge", "type": "image"}, {"id": 4639053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbe52470-96f9-4a0b-828c-b2b11bebf752/width=450/4639053.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UDFiV@R4DO_Mu6RP00%go~IVRj-pu6s8ivj?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/264715", "modelId": 220199} \ No newline at end of file diff --git a/datasets/metadata/264738.json b/datasets/metadata/264738.json new file mode 100644 index 0000000000000000000000000000000000000000..4c63db91def3e48c532378f0d59d67b03264b59d --- /dev/null +++ b/datasets/metadata/264738.json @@ -0,0 +1 @@ +{"id": 264738, "index": 1, "name": "XL v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-16T19:54:02.108Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["ChristmasDecorativeStyle"], "stats": {"downloadCount": 518, "ratingCount": 38, "rating": 5, "thumbsUpCount": 75, "thumbsDownCount": 0}, "files": [{"id": 492878, "sizeKB": 342329.1201171875, "name": "ChristmasPostcard Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T19:51:12.515Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "929006E2", "AutoV2": "B4A7911CAD", "SHA256": "B4A7911CADC78C78D06DE8DCA37826BD0042E85C4B0694D6165BCDF957383355", "CRC32": "65212972", "BLAKE3": "5C49F853F7C67146AC47C07D5A01BFFC8930822A0CF388BD77D34D6203F39C03"}, "downloadUrl": "https://civitai.com/api/download/models/264738?type=Training%20Data"}, {"id": 206100, "sizeKB": 223101.99609375, "name": "ChristmasPostcardStyleXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-16T19:55:48.871Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "27D5278B", "AutoV2": "1C2DD8C143", "SHA256": "1C2DD8C143DD6C8495AFFE3CA6A5FBA7DD1DC2DE4934A106C41DB30035F863BC", "CRC32": "EB6A91DA", "BLAKE3": "D7FBDEC8326794AF7EEC928FE3C6C36BCCA80E33C90E775855CB19F3293FC116", "AutoV3": "3CE198AFAE5F"}, "downloadUrl": "https://civitai.com/api/download/models/264738", "primary": true}], "images": [{"id": 4639271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fb333e5-41b7-4a2d-91c0-87fb16f7526f/width=450/4639271.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9FFW?004o_3uiDO%MD%F|9FyEIA-QMx~pD*", "type": "image"}, {"id": 4639264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81da2435-7171-4347-9d16-4dc1f727b615/width=450/4639264.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIJHN]56ITn69$0f=_%00M~TDiE44oxtM{tR", "type": "image"}, {"id": 4639255, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91e1eb80-b7f6-40ae-9a92-d6f37e235855/width=450/4639255.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEGIisMx00xaT}-S%M9cOaSikBxu0$oz^hn*", "type": "image"}, {"id": 4639258, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/722d61c6-8121-4e3d-aaf9-fe6878fb0574/width=450/4639258.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U79@S3-BVE9F~Ws8VrxHIAD%?uxbXlM{%MSg", "type": "image"}, {"id": 4639256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30eb2d16-a289-4029-b78c-1c3c7d61d4d8/width=450/4639256.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEG*~NQlz..9G^DhDiyDK,o~Md%MQ,S$kDD*", "type": "image"}, {"id": 4639257, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4048a81d-b6f4-4f13-9eaf-58d8f7faab5f/width=450/4639257.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHGbhtRPHq-p.8M|4nt7.TW=D%-:v}M}RjxY", "type": "image"}, {"id": 4639254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78fad8e8-3217-489f-bad7-bb656d9bdc25/width=450/4639254.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U58}GPMHbv?G_N8wyEWB00kY-=8_Dh?wi]IA", "type": "image"}, {"id": 4639259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5a82a7f-21e9-44fb-8dc5-b481c03d4b73/width=450/4639259.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9EfNMay9~xu_MV@00Wq_Nf6%ft7-mRj01so", "type": "image"}, {"id": 4639260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d508532-1427-4a6a-9455-f94faebeb318/width=450/4639260.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8IE%|-V00My_NRj4mS54.R*JW%NMc9ZR5$*", "type": "image"}, {"id": 4639262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e2f1788-a2fb-4186-811f-e2ee65d85f62/width=450/4639262.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8E2^Hv0*_~q1k#+D%~V.9E29F.8v|Rj$eT1", "type": "image"}, {"id": 4639261, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/185fdd3f-78c2-48e7-b21b-b0b1f3edd2c8/width=450/4639261.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8F=2M4;Rk59800z}l-6F4%LI9JWI9-44:S~", "type": "image"}, {"id": 4639272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d35e20a6-18df-4acd-9316-a8117630d509/width=450/4639272.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAGkn2~WD$rq?uR*M{9Zu5o}bIs,4:^+-UMx", "type": "image"}, {"id": 4639270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb00a003-86cf-4d1e-a083-962dc687dabe/width=450/4639270.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6Bpnb.9D44T4TM{tlRi?IM_-m%MloxuDh9a", "type": "image"}, {"id": 4639273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5470c3a4-568e-45a3-8513-7ceddb742b26/width=450/4639273.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEDc,cRPHXxa9^H?Rj_N%0X9M_t8t7Rji^RP", "type": "image"}, {"id": 4639265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04692e62-4903-4c08-8717-5821d87f26c9/width=450/4639265.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCGRr200M{T0.S01~VNxPVRP-UM{S$IBbbIB", "type": "image"}, {"id": 4639267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42af5ae8-75ef-4526-a335-2015eb2c03aa/width=450/4639267.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIF$kht7Ist6I:oLRjR+aLt7?woz-.of4:WB", "type": "image"}, {"id": 4639269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e6efae9-3f98-49dd-8ca5-8b1cbe0e2863/width=450/4639269.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFFO}uH?HX?^K+V@Mwbw%$D*Mx^+s8NaS4Vs", "type": "image"}, {"id": 4639268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb8281c1-4b07-4a3a-9897-d16669ea48a6/width=450/4639268.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCFYS;4TSe$jUHH=-;9aPVR4.7Io-=8_-:t7", "type": "image"}, {"id": 4639266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14ad0fca-91f0-4fc4-b73c-2b227c239fc5/width=450/4639266.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8FF?C00*dOvD%01?b%LMH~U%hWA0e~U00M{", "type": "image"}, {"id": 4639263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/066e7f80-3788-4f30-9d79-f153a0896ed3/width=450/4639263.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9C=rO-=0yso=^$jNGM{0er?}st7ELfj=|%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/264738", "modelId": 220157} \ No newline at end of file diff --git a/datasets/metadata/26474.json b/datasets/metadata/26474.json new file mode 100644 index 0000000000000000000000000000000000000000..5c93131739a390fe10fb445aab298ca49e28b0a0 --- /dev/null +++ b/datasets/metadata/26474.json @@ -0,0 +1 @@ +{"id": 26474, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-21T02:15:04.741Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["tohsaka_rin_alt"], "stats": {"downloadCount": 901, "ratingCount": 157, "rating": 5, "thumbsUpCount": 162, "thumbsDownCount": 0}, "files": [{"id": 21943, "sizeKB": 36987.2958984375, "name": "tohsaka_rin_alt.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-21T02:16:49.583Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "A79EBBF1", "AutoV2": "791A5D487E", "SHA256": "791A5D487EF2C84412DC25D0343D43EE1438E69F9C312496AC5EB0476E4D67A5", "CRC32": "2BDD4B53", "BLAKE3": "CB54ED144AA26AA96D2FF19C39F2E85E0A3AE776188E51131FF6F1044787BFE0", "AutoV3": "CF68C1216706"}, "downloadUrl": "https://civitai.com/api/download/models/26474", "primary": true}, {"id": 21944, "sizeKB": 66798.09765625, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-21T02:16:52.718Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "905F555B", "AutoV2": "2594D16B42", "SHA256": "2594D16B4265C7471EDCCD575C4F0D05CFFB138366A8FB221BAA2AA7628123F0", "CRC32": "21CFF4A7", "BLAKE3": "CD69D35E6CF251A1174A3190EA6C086CF21478D226C748CA986C3B97EF897C17"}, "downloadUrl": "https://civitai.com/api/download/models/26474?type=Training%20Data"}], "images": [{"id": 291780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cfc78f1-5823-492f-cbc8-815b6f867100/width=450/291780.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UmIEbR.7ysxtYQkVXAnhJAt5WBoJv~s+bXax", "type": "image"}, {"id": 291788, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ed2e3ec-06be-4070-66f5-2d07c5f26100/width=450/291788.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "URH_Vo?HX_-;_Lt7M_x].St9n6WFxvt9ofoL", "type": "image"}, {"id": 291787, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28e1bf35-3a29-40d7-dd11-80b5ac8a4a00/width=450/291787.jpeg", "nsfwLevel": 1, "width": 4000, "height": 218, "hash": "U#IrKk%Nozoe?cozofjYOtWBofRj.Ts;t7M{", "type": "image"}, {"id": 291786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00ee041f-f3d7-42d1-e4fb-572d1331c500/width=450/291786.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UZJjMXMdKOs;.lM{-pbb?^D*nPxu#qVstQxu", "type": "image"}, {"id": 291785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09f5c77d-857a-46b4-713b-b6fa1fc1f000/width=450/291785.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UQI|^38_?^M|?]jYRPo}E1kCV@ofd?R*tR%2", "type": "image"}, {"id": 291784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/983f7115-dfe5-4d86-e002-77c6b0f2e500/width=450/291784.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UtJ*MG9H*0OZXnM|R6OFyERkxGkXo}ROWBkC", "type": "image"}, {"id": 291783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a136246-6609-47bf-90bf-bf22b6526300/width=450/291783.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UfJRBqrV*0%M?wxBM|-;.8t5j^xZRjM{e.oc", "type": "image"}, {"id": 291782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9109d99d-c19e-42a8-2b6f-e80e35cf6d00/width=450/291782.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U:JRaXR.?wt8p0WDNIRktlRQoMkCRjt7R*of", "type": "image"}, {"id": 291781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f6d1853-b9f0-4f3f-d08e-881388666500/width=450/291781.jpeg", "nsfwLevel": 1, "width": 10752, "height": 586, "hash": "U*I#+K%Nozof.9ogofjYOtWBofRj.Ts;t7Ri", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/26474", "modelId": 22172} \ No newline at end of file diff --git a/datasets/metadata/265008.json b/datasets/metadata/265008.json new file mode 100644 index 0000000000000000000000000000000000000000..de277da51e0550c7cf5a83ab9b924422c405ea16 --- /dev/null +++ b/datasets/metadata/265008.json @@ -0,0 +1 @@ +{"id": 265008, "index": 0, "name": "Lucas", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-17T02:27:24.100Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Lucas"], "stats": {"downloadCount": 51, "ratingCount": 2, "rating": 5, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 206324, "sizeKB": 18544.3671875, "name": "Lucas.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-17T02:20:51.571Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "A6146AD8CD", "SHA256": "A6146AD8CD2379F7EE702F3D86DC194AD99EAE823E46813E936CF6F54198DE75", "CRC32": "F64C5956", "BLAKE3": "9AAC6DFB6526C35319B9C8D696055E0A317D277010D99212FAB88A589C9F9129", "AutoV3": "DFD8EDCCE08B"}, "downloadUrl": "https://civitai.com/api/download/models/265008", "primary": true}, {"id": 206326, "sizeKB": 9104.982421875, "name": "drive-download-20231217T021815Z-001.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-17T02:21:15.443Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4C55326D", "AutoV2": "11B6723A81", "SHA256": "11B6723A8123C3A2DF698DCC64BD2E4AAE4896797522B17EC470BBF6F86CE5E7", "CRC32": "2E873972", "BLAKE3": "F770E3159D6D174EEADD2E82CDE27D31E3B6250F0A43B0993BA8DEDFA8595A31"}, "downloadUrl": "https://civitai.com/api/download/models/265008?type=Training%20Data"}], "images": [{"id": 4645724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6fb90ae-dd50-48d5-acea-5a4b3a25e77b/width=450/4645724.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U87Bo=l94oVr}=Mx4:xu=qMxEN-:.mOsIA%K", "type": "image"}, {"id": 4645711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4518e652-5be5-4a06-82af-b189140f9195/width=450/4645711.jpeg", "nsfwLevel": 1, "width": 3072, "height": 4608, "hash": "U24B%r4oNG^*~89bNG^%_3D*Rk?G$~NHay%1", "type": "image"}, {"id": 4645722, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fb7b3c5-9ab7-47bc-95cb-ed1807104bf2/width=450/4645722.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U76IBJ.mI@D%-.xvNaXTjdW;t9f,E2RnnNi^", "type": "image"}, {"id": 4645719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ca81560-5a3f-4660-bd24-4feb9a258092/width=450/4645719.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U7D+POxuV?00Di~A9b~Ut6E2=|-TVss,?F-:", "type": "image"}, {"id": 4645720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11b4b215-65ee-40ad-af0e-6a963e7ad3a7/width=450/4645720.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U47K^^bd57AIv~?^cFDi6-%1vf.7M|Iq-;w]", "type": "image"}, {"id": 4645721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4053e93-8d75-462f-8208-0ce999f017f2/width=450/4645721.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UAC~en~W109wE2Iowbsl9uRj-ToIxZRjj?j[", "type": "image"}, {"id": 4645733, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4de0df79-7e42-4b60-afd6-297ffacbc234/width=450/4645733.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UF6[BnWUt8s:?wW.t7oL?cbat7oM-;kVt8ju", "type": "image"}, {"id": 4645723, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a83b880-86a4-4ed7-b445-e7d371e3b8a4/width=450/4645723.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UHB3TiIqxsIVRkWBWCoe~Ut6WCs:RkWBt6a}", "type": "image"}, {"id": 4658835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bf638f5-70c0-40cb-9ef9-ae074062d052/width=450/4658835.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UAAx+H~VIX0000ENIA$f_2%%R4OY.TVscZaJ", "type": "image"}, {"id": 4658836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01e9f799-c443-44e4-bc19-8e6e8de5234c/width=450/4658836.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "U986Hq%#HX8w8wWCHqoexHRQysV?H=kCeSt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/265008", "modelId": 235016} \ No newline at end of file diff --git a/datasets/metadata/265572.json b/datasets/metadata/265572.json new file mode 100644 index 0000000000000000000000000000000000000000..ffa1e79d19e91678200f959cbc2009362b248fb3 --- /dev/null +++ b/datasets/metadata/265572.json @@ -0,0 +1 @@ +{"id": 265572, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-17T13:49:26.377Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 312, "ratingCount": 26, "rating": 5, "thumbsUpCount": 44, "thumbsDownCount": 0}, "files": [{"id": 206807, "sizeKB": 50489.86328125, "name": "woman_red_Matrix.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-17T13:50:39.772Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "845FA1CD", "AutoV2": "95802C727B", "SHA256": "95802C727B4584530C3D526B9C1415823E375DB9850E507A17F164402F1A55D6", "CRC32": "26275E3E", "BLAKE3": "8C4345D13D7C3A674BAE46641AF91EB47BA0EC71E9A08F25EDC701FA34AC5867"}, "downloadUrl": "https://civitai.com/api/download/models/265572?type=Training%20Data"}, {"id": 206806, "sizeKB": 32747.44921875, "name": "woman_red_Matrix-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-17T13:51:17.494Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9E9B27B9", "AutoV2": "FA7A5CC477", "SHA256": "FA7A5CC477C4871201FBB2814D477C0A3363E7E92407D541A903668986D88AD1", "CRC32": "DDB47C1D", "BLAKE3": "694B805A0F50AFD7AE4557198077F5ED35A580CDA2F5CBD267607F623F1C8726", "AutoV3": "5BC8781FA0D9"}, "downloadUrl": "https://civitai.com/api/download/models/265572", "primary": true}], "images": [{"id": 4662308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bebb20a4-e20a-4937-aac5-ee9155c69540/width=450/4662308.jpeg", "nsfwLevel": 4, "width": 2048, "height": 3072, "hash": "UKJ7H,~B01NG00IoNxS4^kM|Djxa%Lt7%2WB", "type": "image"}, {"id": 4662463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2afc756f-718e-4a5e-90a1-8d98a6651390/width=450/4662463.jpeg", "nsfwLevel": 2, "width": 2048, "height": 3072, "hash": "URIf}A={4:ozI:NGR7V[9ZWBt7so~CjZM{xt", "type": "image"}, {"id": 4662196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1a1f8d2-ec7e-4b6b-ac29-4c9c6ba8b93c/width=450/4662196.jpeg", "nsfwLevel": 2, "width": 2048, "height": 3072, "hash": "UAG?q_}s01F_^jS2vNrED*sA#UxGU_xG?aX8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/265572", "modelId": 235519} \ No newline at end of file diff --git a/datasets/metadata/265677.json b/datasets/metadata/265677.json new file mode 100644 index 0000000000000000000000000000000000000000..e40f4b00ce53874b139ea2a591e838b95caf69a7 --- /dev/null +++ b/datasets/metadata/265677.json @@ -0,0 +1 @@ +{"id": 265677, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-17T15:34:07.359Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 341, "ratingCount": 56, "rating": 5, "thumbsUpCount": 71, "thumbsDownCount": 0}, "files": [{"id": 206904, "sizeKB": 22259.08984375, "name": "Brace_Butareba-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-17T15:35:48.849Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BC7F73D6", "AutoV2": "49AA1B52A2", "SHA256": "49AA1B52A26B14399B9A285961F254F366384F75C147A36004BC9BCBE1A49233", "CRC32": "7314F4E9", "BLAKE3": "984B6A3C32C21559336ABB59271E077055F6E29D8232C00CB356CF25B368B5C2", "AutoV3": "8DBB44E5850D"}, "downloadUrl": "https://civitai.com/api/download/models/265677", "primary": true}, {"id": 206905, "sizeKB": 44643.51953125, "name": "Brace_Butareba.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-17T15:36:08.451Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "72C23A36", "AutoV2": "46AD0662CC", "SHA256": "46AD0662CC51C1533A77BAA9AE6F49707222906AF10CE88E4765DC9B86A53DE9", "CRC32": "4A287FF8", "BLAKE3": "714956A042181966BEB7EFBAF4466D4DFEC1C2B819DB68050ABD1DE2DC95125E"}, "downloadUrl": "https://civitai.com/api/download/models/265677?type=Training%20Data"}], "images": [{"id": 4660675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26bcb779-2385-41be-afa3-32ae21400d04/width=450/4660675.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPQSYm%M.S%L~VayyEkCyDj[NGae?bWBaej@", "type": "image"}, {"id": 4660857, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db0ebaea-b2de-4be4-bcba-ea292ec54ec3/width=450/4660857.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UVI;q[f60K?H~pWBRjxus8j]R-R*jYNG%LoL", "type": "image"}, {"id": 4660673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ba8700e-df90-4b1a-8b93-1605fadab846/width=450/4660673.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPQI@~%M.S%L~VayyEkCyDoLNGae?bWBaej@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/265677", "modelId": 235612} \ No newline at end of file diff --git a/datasets/metadata/265746.json b/datasets/metadata/265746.json new file mode 100644 index 0000000000000000000000000000000000000000..f5295013b09256c7107e1653800712cbdba4c29b --- /dev/null +++ b/datasets/metadata/265746.json @@ -0,0 +1 @@ +{"id": 265746, "index": 1, "name": "1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-19T01:50:36.470Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["m0c", "face", "infinity", "transformers", "cluster", "tunnel", "starwars", "weed", "cat", "lobster", "crustacean", "microscopic", "DNA", "fractal", "office", "eye", "emoji", "stack", "city", "themepark", "mushroom", "explosion", "dandelion", "neon", "cube", "tech", "DVD", "pyramid", "layer", "tree", "cottoncandy", "rock", "coral", "chameleon", "sunset", "ring", "square"], "stats": {"downloadCount": 79, "ratingCount": 4, "rating": 5, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 206962, "sizeKB": 43757.87109375, "name": "265746_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-17T16:30:47.578Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "592AEA4F", "AutoV2": "8E5E197B41", "SHA256": "8E5E197B4177F2560AF059CF6A90FD84C7B2804EB573ABE1C045C25853CA04D0", "CRC32": "921B7B62", "BLAKE3": "4FE9AFF85A541479D7132132D814D6BE0747C2B7A496485BA4BE6CBD0E9718CC"}, "downloadUrl": "https://civitai.com/api/download/models/265746?type=Training%20Data"}, {"id": 208338, "sizeKB": 445789.58203125, "name": "ClonerCore-XL_SickLizard.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-19T01:10:47.558Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C2FD5918", "AutoV2": "01562A557E", "SHA256": "01562A557E4B2B1C810F2F9B8099426A6B26A55261B9C6D8726DB2554C491FD3", "CRC32": "D187E718", "BLAKE3": "F2C98C1482844DE999029BD107BE8AB1EDA2D5CD57793377F0F5BC155A143B21", "AutoV3": "F055A0E39A53"}, "downloadUrl": "https://civitai.com/api/download/models/265746", "primary": true}], "images": [{"id": 4699935, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4cf04c8-8923-4fcf-a506-37ef413c0390/width=450/4699935.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UcN95k%1~9sl-7NHRjs:r?azIWoeRkxZbbRk", "type": "image"}, {"id": 4700006, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b2b3945-a2ab-4b41-8935-e43ed479b7c8/width=450/4700006.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFBzUpEODjxG?^xFIBWCOF$#WBOEDiay%gS#", "type": "image"}, {"id": 4700044, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27c4eb0b-8abc-4c58-8b3e-d1c166fdbca5/width=450/4700044.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYI=Pm-Q%2-o_Ns,ayt7o}RkIof+Rjt7V@M{", "type": "image"}, {"id": 4700047, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78c2c06a-d7b3-4fef-963c-9d6b63cedfc8/width=450/4700047.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6B:y;^J9Z_Nv}xvI=M_Xm?c=_D%4;M_?G%L", "type": "image"}, {"id": 4700050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c92f2fe-2fda-4a83-abd8-dc6362b0a890/width=450/4700050.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTHxc|5S?at7.8xZoIfk~pjZj]ofe-R+j[ay", "type": "image"}, {"id": 4700052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/269c94d9-6a19-4c9d-8bf9-3d1059e77a4d/width=450/4700052.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USNSf.=_=^of8{nNr=R-~UNGIpW=-QRjNIxa", "type": "image"}, {"id": 4700106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9b6b70a-f647-48c3-a670-b9caa6a54711/width=450/4700106.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDE.kM~VIoM{9FE2-;NHofIot7bIRj%1t6E1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/265746", "modelId": 235671} \ No newline at end of file diff --git a/datasets/metadata/266266.json b/datasets/metadata/266266.json new file mode 100644 index 0000000000000000000000000000000000000000..e712a23b323196b9858271e29669687b299dc080 --- /dev/null +++ b/datasets/metadata/266266.json @@ -0,0 +1 @@ +{"id": 266266, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-18T04:08:25.712Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 501, "ratingCount": 101, "rating": 5, "thumbsUpCount": 109, "thumbsDownCount": 0}, "files": [{"id": 207414, "sizeKB": 37671.43359375, "name": "Haruka_Ooki_Niece.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-18T04:10:53.672Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "33EE5076", "AutoV2": "FCFF504560", "SHA256": "FCFF5045603AA0326019C44EB93DA46E374614BDEEA15DBB82760FFC9CC31AB3", "CRC32": "B82F508E", "BLAKE3": "095263AE780125F3697641AC1B80DD614A074D103CFE5E495B88E52A35E47081"}, "downloadUrl": "https://civitai.com/api/download/models/266266?type=Training%20Data"}, {"id": 207415, "sizeKB": 22254.51953125, "name": "Haruka_Ooki_Niece-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-18T04:10:54.432Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0B2BC0B4", "AutoV2": "C49D5C9491", "SHA256": "C49D5C949168DAE1E5B2C12014B30067F3FACF0617FC710687B21FEFC64C9C31", "CRC32": "5DD6BA6C", "BLAKE3": "18EB6F380645EB4818DEF810844615D62B244DD40B815E957E6A43DE969468AD", "AutoV3": "325E4C5B7867"}, "downloadUrl": "https://civitai.com/api/download/models/266266", "primary": true}], "images": [{"id": 4675606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53c760a0-f8b0-47af-840b-ec4e73e8ea53/width=450/4675606.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UROMKmIU.m?IcsoL?vNH9FxuV@V@-:WBjFxa", "type": "image"}, {"id": 4676128, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abdd89ad-6269-48bc-b9ef-6bce1280363c/width=450/4676128.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U9N,9^9G.lR.00ow.9?H00_3Q.4n.9ELDj.7", "type": "image"}, {"id": 4675913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56a14889-c100-4d9c-9288-95788f2d5150/width=450/4675913.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UmIqy5xt?aV[~WRjtRRjRiWBj]t6NGf7oLof", "type": "image"}, {"id": 4718911, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae19229e-cd87-4f50-a6a7-99884b2b07c0/width=450/4718911.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UMHw[b~qKPtlJ%xuxux]9uayxuj]?HxujZj?", "type": "image"}, {"id": 4719062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae3da4a4-55b8-425a-860d-46a1f7aa96a7/width=450/4719062.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UIJ*SG00yYwIpJ9EROI9%h-po#xu_NR+IAtR", "type": "image"}, {"id": 4718651, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2d44956-8328-4fb8-a7bb-1800c3670df4/width=450/4718651.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDI|?,wwcZwf0xIUt79Z0K%MaJx]~WWBMxog", "type": "image"}, {"id": 4721939, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a144457-3b65-434b-a40f-8e43eb83dd5f/width=450/4721939.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFE.qn-o56~q-;9GIU%2^Pi_9aE2oyE1xa^*", "type": "image"}, {"id": 4722644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d166275-3195-4f45-94c8-d94dff8063f5/width=450/4722644.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UbHn$=Mxo}V@~WRjtRjY?HRibcM{E2WXjZf7", "type": "image"}, {"id": 4722947, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89e0f068-b88f-4ea5-a143-3be75aed5f37/width=450/4722947.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UkIXy{jZgNWB~Wjs%MRjNaof%MWBkCayayWB", "type": "image"}, {"id": 4808125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4ee0eee-5dd0-4282-9676-ad6eabc30ae3/width=450/4808125.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKL3=YDh?^rrFcR4x]-o9Xnhi_4.xHIUxaRj", "type": "image"}, {"id": 4808132, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a50c3a1e-03b7-4ba6-b55b-5ce1cf14bd89/width=450/4808132.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEJ@g@m6.R~C~pve.7%LIn-;?Ha^?Hj[f+o}", "type": "image"}, {"id": 5271184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d873588-3a95-478c-9975-d46f5e0d6175/width=450/5271184.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZG8o__3bbtR~W-;o}x]M{WAxu%MNGRje.WA", "type": "image"}, {"id": 5271544, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c58ad0c6-aabe-481a-b6dc-c7ede5495b8f/width=450/5271544.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJNvrb8^Ed-o^%RO_NMw00kWRkIo_NxuMybc", "type": "image"}, {"id": 5271982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02fe558b-320e-45de-9cf0-952919954140/width=450/5271982.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULN9:]4T9r%M$JIV~qMx00tRRPIo-pkBIUt7", "type": "image"}, {"id": 10315864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da0d67a9-8741-48aa-b4aa-4e7b96894509/width=450/10315864.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHMQ0FE10Jn-IRRj?cE09Zof_3jF_NRjD%kB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/266266", "modelId": 236158} \ No newline at end of file diff --git a/datasets/metadata/266441.json b/datasets/metadata/266441.json new file mode 100644 index 0000000000000000000000000000000000000000..2f50ee53188efebc11fa9f3be70c179bf2f5aac4 --- /dev/null +++ b/datasets/metadata/266441.json @@ -0,0 +1 @@ +{"id": 266441, "index": 0, "name": "Pup mask jock", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-18T08:53:48.660Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 548, "ratingCount": 44, "rating": 5, "thumbsUpCount": 96, "thumbsDownCount": 1}, "files": [{"id": 207603, "sizeKB": 8949.978515625, "name": "266441_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-18T08:05:50.128Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "489D3DBB", "AutoV2": "CC0497C183", "SHA256": "CC0497C18387B55C6CAD77E3166B4BB5488F54A19CD511046D8EE565ACFDF256", "CRC32": "C3CE8A18", "BLAKE3": "8989AA9D82FB72F9DAFF9C44A20681D1CF1FE9B4B4B7DB466FDA982A5EC72321"}, "downloadUrl": "https://civitai.com/api/download/models/266441?type=Training%20Data"}, {"id": 207642, "sizeKB": 36979.953125, "name": "Pup_mask_jock.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-18T08:55:42.693Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8BF41B00", "AutoV2": "26F7EB33D6", "SHA256": "26F7EB33D685D79CACF038AF90B92EEAF86F1645335CC167DEFDA2EAD54182E7", "CRC32": "D6315350", "BLAKE3": "A4C2F5272DA80403CB235CA631649ECB75BAECA891E87635B1F55F5DC7DBBBA8", "AutoV3": "DADE7A703C84"}, "downloadUrl": "https://civitai.com/api/download/models/266441", "primary": true}], "images": [{"id": 4681035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6e70f0a-95a7-440d-bfc5-c100aacdc699/width=450/4681035.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1280, "hash": "UPEoxu~qELRjEi%g^+s.RkR+RlNH-pRkM|%2", "type": "image"}, {"id": 4680898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a46e8bd-8789-4ee9-852c-77cfe255ad1c/width=450/4680898.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1280, "hash": "UCE2ObR%0zD*0M-oV@Io9Z9u#+~Bw[?Gs;9a", "type": "image"}, {"id": 4680919, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0ef8799-aa4d-4ba4-81ad-858df8886810/width=450/4680919.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1280, "hash": "UFF5s#Rj56^+ys%MjYkC.8-:xFIpX9NGofnj", "type": "image"}, {"id": 4680899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a894f4e9-5d42-4055-9fed-c8d5941afb1b/width=450/4680899.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "U9EoY:000}9aPp00_2xD58D%~WE1$+NFo#={", "type": "image"}, {"id": 4680920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b714c8b-2a12-466d-92d7-9a2bb479b1f6/width=450/4680920.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1280, "hash": "U8C$.f000K_3GuIAni-:D%s8%MNH~U9Gx]M|", "type": "image"}, {"id": 4681108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcb35726-6034-4b5d-a389-f86f68c238fe/width=450/4681108.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "UTD+}J_Nbus:9]xu-;x]%1off+t7W.kCozof", "type": "image"}, {"id": 4681364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45c54df8-8b90-4367-ab6b-601d8693ad53/width=450/4681364.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1280, "hash": "UDE{X?00-._3y?8_s;%MIBxVNKM|?GD%xvs;", "type": "image"}, {"id": 4681365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8f51a02-f64a-45f2-b951-f7af8d40accb/width=450/4681365.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1280, "hash": "UFDv{2-l-:4mK7IoE1NGv}?c?wM{DjIVR.WE", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/266441", "modelId": 236323} \ No newline at end of file diff --git a/datasets/metadata/26661.json b/datasets/metadata/26661.json new file mode 100644 index 0000000000000000000000000000000000000000..abbb30fbf0dc6f67cff9f5086dacfe29b5fcd2a5 --- /dev/null +++ b/datasets/metadata/26661.json @@ -0,0 +1 @@ +{"id": 26661, "index": 2, "name": "v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-21T10:38:14.856Z", "availability": "Public", "nsfwLevel": 7, "description": "Trained on 700+ images of Oozora Subaru.
I merged some tags, which turned out nicely, but I forgot to delete a bunch of bad images. All the training data is available if you're interested.
Works well at weight 1.
", "trainedWords": ["oozora subaru", "multicolored eyes", "striped shirt, t-shirt, oversized shirt, baseball cap, backwards hat, whistle, white shorts", "beret, blue shorts, suspender shorts, suspenders, grey shirt, cropped shirt, pinstripe shirt, black bowtie", "blue jacket, cropped jacket, midriff, police hat", "blue skirt, plaid skirt, high-waist skirt, white shirt, frilled shirt, red bow, long hair", "striped bikini, two-tone jacket, hairband", "blue sailor collar, blue miniskirt, white shirt, red bowtie"], "stats": {"downloadCount": 2237, "ratingCount": 352, "rating": 5, "thumbsUpCount": 353, "thumbsDownCount": 0}, "files": [{"id": 22085, "sizeKB": 533534.5537109375, "name": "subaru_lora_dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-21T10:42:06.524Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FD2A33A6", "AutoV2": "D04722775F", "SHA256": "D04722775FB2D68F0A200BBAD5EFE2D8401C3A358E8D5BAD4FDF1271866F24AC", "CRC32": "BEF43C00", "BLAKE3": "DEC1B9496B3667539F8DCC64E4A5AF84F16EA1F2373BC944977CE8CFFF3CCEF8"}, "downloadUrl": "https://civitai.com/api/download/models/26661?type=Training%20Data"}, {"id": 22084, "sizeKB": 18600.30078125, "name": "oozora subaru.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-21T10:41:30.676Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "6B0DFA47", "AutoV2": "BF2DAEC106", "SHA256": "BF2DAEC106F3C269E055E2AE202F3F996AE8816F8FF5B7E0A964CF536AA390A5", "CRC32": "736D239E", "BLAKE3": "30CE6840B6F873C43F1AA3A43C1BC8E583EA35DE77BCB4A6D4FF6E4A0F2C09A0", "AutoV3": "7AF31E6DB42C"}, "downloadUrl": "https://civitai.com/api/download/models/26661", "primary": true}], "images": [{"id": 293772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/894d2c44-ae9f-477d-c899-46e2f79bcd00/width=450/293772.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBKd*-001nDO00-o0MOC-r?aD~_2E79bxsM{", "type": "image"}, {"id": 293779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f10f0ed-7eec-46fd-d79d-dfc935c49f00/width=450/293779.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U6HK@G00DhVt00_2Fx?G4n~q00yCIWQ-^*%1", "type": "image"}, {"id": 293778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e26f59b1-f472-43fe-7452-f764f17a1800/width=450/293778.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "ULLX70IBGw.801I:RUMd9$ITMx-pxtrp-:R+", "type": "image"}, {"id": 293777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5e6419b-40a9-4a33-d8cf-4671eb755100/width=450/293777.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFH_Y]00~VNH00xt0KE1?H%M%M%1tmIAxuIV", "type": "image"}, {"id": 293776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ef2fc3c-f38d-4d27-49af-3d5554818c00/width=450/293776.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UgJtYf%N-oX8~W%Mt7%2IpxtxuxtNHt7t7R*", "type": "image"}, {"id": 293775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d10a8b6-7a13-4e90-bfa8-27f58a2fbe00/width=450/293775.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHI4@X01xt4o01IUE1IV~V?HIU%2D*Rjo2M|", "type": "image"}, {"id": 293774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc88c162-0303-4d2d-c587-0b32df2e5500/width=450/293774.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQL4B4~p_3I;?H%MkW%MWX%M?b%M4:M|s:Io", "type": "image"}, {"id": 293773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df4b3084-3100-439a-e1cf-a2db60863800/width=450/293773.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U8HBPW00vx5701kp5Roe00x]9a~V^*xa-:Io", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/26661", "modelId": 22332} \ No newline at end of file diff --git a/datasets/metadata/26668.json b/datasets/metadata/26668.json new file mode 100644 index 0000000000000000000000000000000000000000..e698caa5e92dda66ba13d97d7fbb0325352121e2 --- /dev/null +++ b/datasets/metadata/26668.json @@ -0,0 +1 @@ +{"id": 26668, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-21T10:59:10.088Z", "availability": "Public", "nsfwLevel": 21, "description": null, "trainedWords": ["eleanor_hume"], "stats": {"downloadCount": 294, "ratingCount": 51, "rating": 5, "thumbsUpCount": 52, "thumbsDownCount": 0}, "files": [{"id": 22092, "sizeKB": 147569.759765625, "name": "Eleanor_hume.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-21T11:01:35.674Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "D4A14FA0", "AutoV2": "6B52176AD6", "SHA256": "6B52176AD62C9EC1DACC1C8BBC53837CEF96D65D195AC592D737A4E5599F927A", "CRC32": "AE04CACA", "BLAKE3": "0726CB60B430DE412982E3D8BCB548EEDBEF182CAB79DEB2228DABD7D7996D59", "AutoV3": "DD93740ED158"}, "downloadUrl": "https://civitai.com/api/download/models/26668", "primary": true}, {"id": 22093, "sizeKB": 16219.6083984375, "name": "Eleanor_hume_dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-21T11:01:30.463Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "814B3F11", "AutoV2": "63189552DA", "SHA256": "63189552DAB4F89306DFD23B198EBE114F3B48110D54DEE843E8500992D51021", "CRC32": "1EFBF1C0", "BLAKE3": "67B3869AFC1C9F85122A232BA5E99F12085555101F859790AD4F277C3EDC6A15"}, "downloadUrl": "https://civitai.com/api/download/models/26668?type=Training%20Data"}], "images": [{"id": 293874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f047894-1bd9-4b37-6a67-b96b8e5a0e00/width=450/293874.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOHVk^_301Rj_2?bXPRi_Nxuoxxt^*n,I=xt", "type": "image"}, {"id": 293889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80ce4a2b-c5a6-44bf-6aa1-e4c76885f100/width=450/293889.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UfJREd4nI.R*t6M|S5Rk~WD%tRocN3WBNIj[", "type": "image"}, {"id": 293888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/766a5b17-0f5c-4867-3c26-52c235602200/width=450/293888.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKJ%X*|L00IA00?uo|0fvfrE.8pb?bayD*xa", "type": "image"}, {"id": 293887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0c6f04c-012f-436c-88d7-36c6b817cb00/width=450/293887.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UiL|[pD*.9-p~qV@t7xu%1t7kCjsM|ofofWB", "type": "image"}, {"id": 293886, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/580ab797-3eeb-47d8-5abf-1b8f6a204500/width=450/293886.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UgJ@d?.7NZ~WoMo}ozs:M{xuxuaegNRjf6WX", "type": "image"}, {"id": 293885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a01e441a-6a20-4084-18bc-7495b289be00/width=450/293885.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMJb5T$g0;E4x_R5PCxt^%t7%fxu~Ws,D%Rj", "type": "image"}, {"id": 293884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55a59da2-774d-4f5d-aee5-a5ad3041e400/width=450/293884.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UUIEeN~qE1E1yEt8M|IUS4t7RjNGa0WYIoj[", "type": "image"}, {"id": 293883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/389034c9-36b3-4d04-7be2-1062b815f700/width=450/293883.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UIJH,a0L%fM_{^D4Ip9ZBnS4-o9]00t,t8bu", "type": "image"}, {"id": 293882, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59a58a8b-3e55-448c-8caf-f9fe89b05b00/width=450/293882.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEG]2Z-;CAS700o~In~U4:9GawkXxo$xMy9G", "type": "image"}, {"id": 293881, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfad1550-f6db-4b5e-d640-f89c05aa8200/width=450/293881.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGHyj@y?1ioxDb5ttm]~GJ.T$+xGJ:r=NFNe", "type": "image"}, {"id": 293880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3bfc1327-95bb-4bd5-3433-e4feed76eb00/width=450/293880.jpeg", "nsfwLevel": 16, "width": 896, "height": 1344, "hash": "UIH{vc}r7hNbQU9aOsOZ%jm,T1JDH[%LkYE1", "type": "image"}, {"id": 293879, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db08e5f1-c023-4ef1-240d-ceeb252cda00/width=450/293879.jpeg", "nsfwLevel": 4, "width": 896, "height": 1344, "hash": "UEHM7Wz=3nyC8wIV4TNF~SxG9#IVBVIUO[Os", "type": "image"}, {"id": 293878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd32e6d3-28bf-42b5-88f9-f5d4678e2c00/width=450/293878.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCIEkc000MIpl:~V0001Zh%Nx]oy%fDjIo?b", "type": "image"}, {"id": 293877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71421015-d90c-46d8-99ff-5ea15f271500/width=450/293877.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URIE|g4o9teV~VIAXNRP-;jqS~M|.7IUxaxV", "type": "image"}, {"id": 293876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ce2ff88-cb26-4bf5-86f0-b48e4d965800/width=450/293876.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "ULH3OBMd80KR9KxBS*x_rxyESjNHL#Rj9Zng", "type": "image"}, {"id": 293875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c88edb5-955d-4a1c-d6f0-f7df089cfd00/width=450/293875.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U00v*Sy4HXH,-}w}MOI,qdnTT]TBI1Syt_sE", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/26668", "modelId": 22337} \ No newline at end of file diff --git a/datasets/metadata/266900.json b/datasets/metadata/266900.json new file mode 100644 index 0000000000000000000000000000000000000000..a191b71ddeb2d4f2ecf11ef3dfc9d1d4a20c8488 --- /dev/null +++ b/datasets/metadata/266900.json @@ -0,0 +1 @@ +{"id": 266900, "index": 0, "name": "v4.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-18T17:40:25.755Z", "availability": "Public", "nsfwLevel": 28, "description": "We hit 1000 downloads, posting the final version. I've been using it for a few days and am getting the best compatibility across different models and LoRA combinations. I'm including the training dataset in case anybody wants to take it and attempt to improve it, but I'm moving on to other work from here.
{\n \"unetLR\": 0.0005,\n \"clipSkip\": 2,\n \"loraType\": \"lora\",\n \"keepTokens\": 0,\n \"networkDim\": 24,\n \"numRepeats\": 10,\n \"resolution\": 512,\n \"lrScheduler\": \"cosine_with_restarts\",\n \"minSnrGamma\": 5,\n \"targetSteps\": 9845,\n \"enableBucket\": true,\n \"networkAlpha\": 16,\n \"optimizerArgs\": \"weight_decay=0.1\",\n \"optimizerType\": \"AdamW8Bit\",\n \"textEncoderLR\": 0.00005,\n \"maxTrainEpochs\": 11,\n \"shuffleCaption\": true,\n \"trainBatchSize\": 4,\n \"flipAugmentation\": true,\n \"lrSchedulerNumCycles\": 3\n}
", "trainedWords": [], "stats": {"downloadCount": 772, "ratingCount": 68, "rating": 5, "thumbsUpCount": 98, "thumbsDownCount": 0}, "files": [{"id": 207993, "sizeKB": 27789.7578125, "name": "Kamitora_9.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-18T16:45:47.102Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "ADBF601D", "AutoV2": "657BBDE176", "SHA256": "657BBDE17680A6FD81613E8C07EA7199A21EEBBFF24E0CED44FD797F44F735AC", "CRC32": "9D7BBCBB", "BLAKE3": "7A003A413745748D54D4E3114C64479F9C91E18FCECFAC8328E4B14269E3EC5F", "AutoV3": "5672D34F88A4"}, "downloadUrl": "https://civitai.com/api/download/models/266900", "primary": true}, {"id": 207994, "sizeKB": 27722.240234375, "name": "kamitora_9_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-18T16:45:55.758Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0A17F908", "AutoV2": "30F920F8B1", "SHA256": "30F920F8B1AB51678A197B94F44F497991DD5F449D61C6D08F295745E0BF1575", "CRC32": "4976098D", "BLAKE3": "C08D63E310C3F7ECC17FD9F21853ADACFFEA311EC7552BAE4B56A4A5890587BD"}, "downloadUrl": "https://civitai.com/api/download/models/266900?type=Training%20Data"}], "images": [{"id": 4690638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffa58b73-ce2f-43b0-a2b6-7879496ebfc2/width=450/4690638.jpeg", "nsfwLevel": 16, "width": 816, "height": 1224, "hash": "U8JGpH}t00B;00^59@0001?a%L?bVt02%Mnh", "type": "image"}, {"id": 4690637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75465d11-8991-4f1c-b8f9-e07c1b72e73d/width=450/4690637.jpeg", "nsfwLevel": 4, "width": 816, "height": 1224, "hash": "UAJ*6no}3GI=00}S%MJCF2OB$RkX7$Si%f%g", "type": "image"}, {"id": 4691079, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96e145d4-9587-4c5c-9983-e65295ccf980/width=450/4691079.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UEKd-qRhP2tR0orq5RNe?0E1xdkC^-=|%goz", "type": "image"}, {"id": 4690635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10b24006-16df-4d72-a51c-5ce9b54ff1b1/width=450/4690635.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UHQcn^-;pJtR~7-;n$IU-:NHxB$zxuRjNIt7", "type": "image"}, {"id": 4690639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9adc7886-8c99-42cd-9503-1914e7a2fe35/width=450/4690639.jpeg", "nsfwLevel": 2, "width": 816, "height": 1224, "hash": "UNNwJ{?^pw-p=q?vE1smE1xaxv%2%LIUMy%2", "type": "image"}, {"id": 4690636, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6a8de36-c70d-4420-82f2-8d3da940cee4/width=450/4690636.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UTL3}g%M5*tRGatRIoSh0*t8xtkX~Csqxaog", "type": "image"}, {"id": 4690643, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64991c2b-0710-48ab-a5f6-1b74889fad59/width=450/4690643.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "ULMPURwZ7I%I1Ps6OrbW9NVrxcNa}[s9-paj", "type": "image"}, {"id": 4690641, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08eb54da-e3f2-4ba8-b18e-a35575eb05b1/width=450/4690641.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "ULM7.Nr?yYNelV-:tSITkr-;n4r=-;nNTKpI", "type": "image"}, {"id": 4690652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/108abe60-ab90-4402-8e28-ec00ff318f79/width=450/4690652.jpeg", "nsfwLevel": 16, "width": 816, "height": 1224, "hash": "UBK0jI0200^*0gxu57%LEc9t}aR*0MxZt5V@", "type": "image"}, {"id": 4690640, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/470d2601-09f2-4b22-978e-ff242c165e3d/width=450/4690640.jpeg", "nsfwLevel": 16, "width": 816, "height": 1224, "hash": "UhR2=9xu.mi_ozoztRRPxvozRjkCs9a0kBt7", "type": "image"}, {"id": 4690642, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63c8992e-892e-489d-b31d-c8651f9a0dfb/width=450/4690642.jpeg", "nsfwLevel": 16, "width": 816, "height": 1224, "hash": "UDLW*5000g~WxZ-of,I=O@xbnNf+-TENELxa", "type": "image"}, {"id": 4690646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/057516f4-e489-4fe9-9e97-a2a3b3d165e1/width=450/4690646.jpeg", "nsfwLevel": 16, "width": 816, "height": 1224, "hash": "USF$q#ITPCbIlVjs-qX9n,S$M{tRa$jaRPM{", "type": "image"}, {"id": 4690648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32e1c030-91af-4161-8861-a91dca8b921a/width=450/4690648.jpeg", "nsfwLevel": 16, "width": 816, "height": 1224, "hash": "UIKA4*?a~VIp_NbctRIp4:r?JVxZxFjsxGs.", "type": "image"}, {"id": 4690647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3d97296-4b36-497c-9f16-9bbdfd389d72/width=450/4690647.jpeg", "nsfwLevel": 16, "width": 816, "height": 1224, "hash": "UFHnKh.7pHO@1$^*PAx]xvtQv~xu?wRj}@$*", "type": "image"}, {"id": 4690653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cc664f0-b283-474c-b0f1-0bb0eb68b9b8/width=450/4690653.jpeg", "nsfwLevel": 16, "width": 816, "height": 1224, "hash": "U8Hwry01OjD+GqMe^OR%M0gh0fS5~W-U9u%0", "type": "image"}, {"id": 4690650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ba21c98-e2f0-4fa9-af84-413c3994453b/width=450/4690650.jpeg", "nsfwLevel": 16, "width": 816, "height": 1224, "hash": "UEIg.m.9uOT03G?HBWxZ01IU;2obIvIX-UM{", "type": "image"}, {"id": 4690649, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02ecdafe-3bae-4884-886f-d213fb913003/width=450/4690649.jpeg", "nsfwLevel": 16, "width": 816, "height": 1224, "hash": "UHI4x0D%vJx]0iM{IUNxv2t75qS4~WxZ}?t7", "type": "image"}, {"id": 4691099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab41c3c5-6c13-451e-9d32-25da584bd3a2/width=450/4691099.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UNKdxj_MpI$g1N~A-TNaIVKir?t8-:X7xFnh", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/266900", "modelId": 208070}
\ No newline at end of file
diff --git a/datasets/metadata/266999.json b/datasets/metadata/266999.json
new file mode 100644
index 0000000000000000000000000000000000000000..392648b400586815fd2ba6464b57ac57a4c957af
--- /dev/null
+++ b/datasets/metadata/266999.json
@@ -0,0 +1 @@
+{"id": 266999, "index": 0, "name": "surgery in operating room", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-18T23:35:28.059Z", "availability": "Public", "nsfwLevel": 2, "description": "", "trainedWords": ["preoperative skin antiseptic", "from above view"], "stats": {"downloadCount": 722, "ratingCount": 71, "rating": 5, "thumbsUpCount": 93, "thumbsDownCount": 0}, "files": [{"id": 208088, "sizeKB": 24401.177734375, "name": "266999_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-18T19:15:51.532Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6F18A3ED", "AutoV2": "03C5EF0DFC", "SHA256": "03C5EF0DFC4DB9D684C5D53842B00289AAE3D0C83BDDF54B3B70A2DE79D9C903", "CRC32": "6451D5B6", "BLAKE3": "DEB7D5E45EA260AD292D3BB59B58A60A6A831A0D5B93174AA6255446535756D4"}, "downloadUrl": "https://civitai.com/api/download/models/266999?type=Training%20Data"}, {"id": 208271, "sizeKB": 36977.8984375, "name": "surgery_in_operating_room.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-18T23:35:49.126Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B2402D95", "AutoV2": "285960A35C", "SHA256": "285960A35C2BF06360274CF57F35EB8DFB01E7A5B1C3C4B1D9FF904AFD8CA14F", "CRC32": "4061291A", "BLAKE3": "95D6F244EE76109E1D218C62185ACDE72AC69AD4F77DD23FF4AA3C4FD4431769", "AutoV3": "021C9EAF2755"}, "downloadUrl": "https://civitai.com/api/download/models/266999", "primary": true}], "images": [{"id": 4697535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6842d916-660e-4358-8402-a7cee226e1bd/width=450/4697535.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UFHLSV?H01E2~pRjI?of_MWUDixt^*j]IAjs", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/266999", "modelId": 236814}
\ No newline at end of file
diff --git a/datasets/metadata/267014.json b/datasets/metadata/267014.json
new file mode 100644
index 0000000000000000000000000000000000000000..78946292e7be7126139f1382adf1c6036f9b9be6
--- /dev/null
+++ b/datasets/metadata/267014.json
@@ -0,0 +1 @@
+{"id": 267014, "index": 1, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-18T20:08:40.261Z", "availability": "Public", "nsfwLevel": 25, "description": "Remade from scratch
", "trainedWords": ["sgliselotte, long hair, blue hair, sidelocks, blue eyes", "red bow, hair bow, red bowtie, white capelet, brown corset, long sleeves"], "stats": {"downloadCount": 229, "ratingCount": 26, "rating": 5, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 208102, "sizeKB": 36980.3515625, "name": "liselotte-sd15-5-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-18T19:30:48.689Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "28EA3F13", "AutoV2": "49AD458D34", "SHA256": "49AD458D34E0A871BEBA1661FE466F2C6579F35DC1DFC7ED8AF54C3AB473A875", "CRC32": "C3D6AD10", "BLAKE3": "DA2947053EBD08470035CCCF7B79D59D999F5CED2436D52F9448675224AFE887", "AutoV3": "4F3DB1D30E63"}, "downloadUrl": "https://civitai.com/api/download/models/267014", "primary": true}, {"id": 208101, "sizeKB": 24806.5478515625, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-18T19:30:51.512Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5EA16D3F", "AutoV2": "EA88A5312E", "SHA256": "EA88A5312E62C6D4BB37D422EF8EB0DBFBF2E34D8BD9EC62C473D0066B522841", "CRC32": "B0DD00B8", "BLAKE3": "D1000197AA448C11F5E9F37FBD576BC2D21A88E67D06DEC5A27C2267622A090F"}, "downloadUrl": "https://civitai.com/api/download/models/267014?type=Training%20Data"}], "images": [{"id": 4692589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ded9ec55-88c2-40b4-bf86-2e72d14dff0e/width=450/4692589.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOHLblN3NVsl_NRQIARi9rIUs:t6tiIC-pt8", "type": "image"}, {"id": 4692629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/296203c1-e6d9-4dae-97ab-c25f5ccd492b/width=450/4692629.jpeg", "nsfwLevel": 1, "width": 768, "height": 1536, "hash": "UUK-qSbI_N-;-=ayM{t7?vt7IARjIUfkt7V@", "type": "image"}, {"id": 4692645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7624311e-a20e-4249-ad05-8aca75ad2a11/width=450/4692645.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTI5JU~VInIVxus:%Lxtt6ozoes.xuozoLjZ", "type": "image"}, {"id": 4693253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e04ba099-e2e3-4f8c-9134-227f82bb4f0c/width=450/4693253.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UhIE^PIUR%W.EfRkMxxt~pWBaeRibaRjt7ae", "type": "image"}, {"id": 4693271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef701d50-659a-483a-aba3-9b3d08b3cf97/width=450/4693271.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UHOf[URP0exup{Rj}@s.tRbHr=oJ-pj[Ndj[", "type": "image"}, {"id": 4693472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/564b82c1-b73b-49cf-b677-883afc29aeaf/width=450/4693472.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcI5**%gRhM{yZtRo#t79ekYt8a#x]tRRibI", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/267014", "modelId": 22379} \ No newline at end of file diff --git a/datasets/metadata/267064.json b/datasets/metadata/267064.json new file mode 100644 index 0000000000000000000000000000000000000000..bcf6b916cf20bc83841660644482a7dd9622cdfb --- /dev/null +++ b/datasets/metadata/267064.json @@ -0,0 +1 @@ +{"id": 267064, "index": 0, "name": "KK | Thermal Images SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-18T21:46:59.249Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 128, "ratingCount": 12, "rating": 5, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 208143, "sizeKB": 28518.203125, "name": "267064_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-18T20:25:50.463Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CAE69712", "AutoV2": "A1BBAE8C3C", "SHA256": "A1BBAE8C3C60C88BAA748D95B7168305F0DF7C4A7DC0E7F4C2CC80DE3CA957AB", "CRC32": "EEA89E5B", "BLAKE3": "764C8E0E08E79712564C1129C42E6737C66457FDF2089C6255F9BC1EF177E0E2"}, "downloadUrl": "https://civitai.com/api/download/models/267064?type=Training%20Data"}, {"id": 208194, "sizeKB": 223099.46484375, "name": "KK__Thermal_Images_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-18T21:45:56.017Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0A1C0E88", "AutoV2": "D02876914F", "SHA256": "D02876914FE4CC636686526FC59EDB16A97B4784F41B0490BB8817C978E6E7F2", "CRC32": "4DCD49ED", "BLAKE3": "7B29C8B8177358B50DE24E9FBEF5E247B0B6BD8C4B7365A88ABD61FBE3952166", "AutoV3": "94D481BBD53A"}, "downloadUrl": "https://civitai.com/api/download/models/267064", "primary": true}], "images": [{"id": 4695542, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff4a9436-47d2-40f2-9259-e192f4553014/width=450/4695542.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7E]$w-41W1Y0]}J,@R+ABs+=NJ71W9~$U-6", "type": "image"}, {"id": 4695544, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe882c11-4de0-4a63-ad41-69e0e3019f59/width=450/4695544.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7D[P7xS1OXpkLtU-r-U00Ix}*$J00VnM{9h", "type": "image"}, {"id": 4695541, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d34a548d-702c-4ace-b22e-03b5f1623817/width=450/4695541.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6B2[+~XRiRQ=~$,nmR%00Dj%3%30Jr^%3t7", "type": "image"}, {"id": 4695543, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/396bab16-1184-40ad-9a06-2e5452d26bc0/width=450/4695543.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCHulV0r^XRFZq7D#kSP0qK=M+b=~IifS^nj", "type": "image"}, {"id": 4695548, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d80c4194-fde9-4b4d-9b37-e75be39b1e6d/width=450/4695548.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHHuZ3bUATRs0]NaWUX410n,=gxB}MxCaie?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/267064", "modelId": 236869} \ No newline at end of file diff --git a/datasets/metadata/26719.json b/datasets/metadata/26719.json new file mode 100644 index 0000000000000000000000000000000000000000..14251d0e27665475b4a34d053a5a5288d0115256 --- /dev/null +++ b/datasets/metadata/26719.json @@ -0,0 +1 @@ +{"id": 26719, "index": 5, "name": "LiselotteCretia_LoRA_12epochs", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-21T12:49:50.339Z", "availability": "Public", "nsfwLevel": 3, "description": "This version is trained without pruning captions, so it needs a lot of trigger words to create Liselotte consistently. It tends to work less consistent without hair bow
in particular.
Trained with NAI (12 epochs x 18 images x 15 steps), examples generated with AOM3a1.
All examples used openpose contronets and upscaled with multidiffusion plugin.
", "trainedWords": ["liselottecretia", "long hair", "wavy hair", "messy hair", "hair bow", "blue eyes", "blue hair"], "stats": {"downloadCount": 351, "ratingCount": 51, "rating": 5, "thumbsUpCount": 51, "thumbsDownCount": 0}, "files": [{"id": 22131, "sizeKB": 18549.6015625, "name": "LiselotteCretia3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-21T12:50:36.440Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "C5715BB1F6", "SHA256": "C5715BB1F613F616AA0DC3463C6A017B615EBACA89B54418E72CF308D6AD687A", "CRC32": "0523E603", "BLAKE3": "1D3758FF062E0FA8F827115E3612E46C613E7FD99D73838E8932AF985137A355", "AutoV3": "33D8DC4F8D9E"}, "downloadUrl": "https://civitai.com/api/download/models/26719", "primary": true}, {"id": 22132, "sizeKB": 15363.708984375, "name": "LiselotteCretia.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-21T12:50:59.701Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1CED3535", "AutoV2": "131C6E1E65", "SHA256": "131C6E1E657893E3B24BF72421C765FB4049B86B85CC7D90F40855E273B8AECD", "CRC32": "EEC33178", "BLAKE3": "F5FEC4199D2458154BDEC471018A2046D6336479B5F509DA2B684BCDE7DEB0AD"}, "downloadUrl": "https://civitai.com/api/download/models/26719?type=Training%20Data"}], "images": [{"id": 294450, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec56717c-bb93-43f5-d5e2-bba2d2e92900/width=450/294450.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UfIXv@~poHNG^+%MWBjZNHofjZaxt7WBRjae", "type": "image"}, {"id": 294454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d03f0bff-9fb7-4643-7ec3-cf95b3923600/width=450/294454.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UXJ86G4ptLah~qM{Ris:%2M{soj@%NWBjGWU", "type": "image"}, {"id": 294453, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ae5240f-5fd7-4072-b69d-4454e1a14e00/width=450/294453.jpeg", "nsfwLevel": 2, "width": 2048, "height": 3072, "hash": "UIJa.n4o8^^+~Vs=E0WY~pIWr;9GxuNHROt7", "type": "image"}, {"id": 294452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ff25fcc-2243-4c98-f06d-eddbc13bdb00/width=450/294452.jpeg", "nsfwLevel": 2, "width": 1920, "height": 2560, "hash": "UXJHs=I;9Yt5~pxuMxj?-.M{-pM{ozRkRQM|", "type": "image"}, {"id": 294451, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d479e6c-57c4-4f6f-45ba-678e1318e100/width=450/294451.jpeg", "nsfwLevel": 2, "width": 2048, "height": 3072, "hash": "UNKU4m9H0JxF~pxcM_ogx@Ip^*IU-pkDIoof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/26719", "modelId": 22379} \ No newline at end of file diff --git a/datasets/metadata/267542.json b/datasets/metadata/267542.json new file mode 100644 index 0000000000000000000000000000000000000000..3dfef4afa9c9d537484613d8577abaa3584a79f7 --- /dev/null +++ b/datasets/metadata/267542.json @@ -0,0 +1 @@ +{"id": 267542, "index": 0, "name": "v1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-19T23:06:09.585Z", "availability": "Public", "nsfwLevel": 7, "description": "Extremely limited data for now, so I couldn't add the transformed look.
", "trainedWords": ["plotti, multicolored hair, heterochromia", "hair ornament, glasses, black dress, flower, short sleeves, gloves, white skirt, black thighhighs"], "stats": {"downloadCount": 426, "ratingCount": 68, "rating": 5, "thumbsUpCount": 87, "thumbsDownCount": 0}, "files": [{"id": 208575, "sizeKB": 36977.8671875, "name": "plotti-nvwls-v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-19T07:40:42.353Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "66648BBD", "AutoV2": "AA008EF430", "SHA256": "AA008EF43075EF86CD4AE9F7C44631EF3C6CE02023D0DB161BD44599E0A46C55", "CRC32": "41CBB3AE", "BLAKE3": "E1987AC793A708D18FE1E213F6792778662A942B06D203BB86B386D6A0091192", "AutoV3": "5D6A98CAF10F"}, "downloadUrl": "https://civitai.com/api/download/models/267542", "primary": true}, {"id": 213909, "sizeKB": 29741.369140625, "name": "plotti.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-24T15:50:48.048Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "147EDC8C", "AutoV2": "EA979A9DBE", "SHA256": "EA979A9DBE87737D0EF965B0C16BD8D6EDAC502B91779D163C77063120594E24", "CRC32": "6D04E122", "BLAKE3": "9B6AC496F3F1EAA841A9E7BE79BBD8585DFC3C73A97343487389520FB8AC9544"}, "downloadUrl": "https://civitai.com/api/download/models/267542?type=Training%20Data"}], "images": [{"id": 4707225, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5a0001d-4032-4b2c-baf1-2c4680ddfb51/width=450/4707225.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHFYu^M|K6D*00%M4n-;_NIUWAIUjEjENF%L", "type": "image"}, {"id": 4707227, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/256bdaf4-41c2-4ca7-b95b-9cc2b27f971f/width=450/4707227.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGD]e?~X9]tS_4xtD%tRs,xuD%RPIANGD$M{", "type": "image"}, {"id": 4707228, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0a399ab-3bf5-4e4d-bd57-7b50c652be37/width=450/4707228.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U9Dlm7Io00xa5l_2IToI~pWAD%%2RiVr={-o", "type": "image"}, {"id": 4707224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83953380-9708-465a-b76b-affd328d6722/width=450/4707224.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWGj~c%1Z~V@~CxZV?ni={xZRjRj$%SNoKWB", "type": "image"}, {"id": 4707222, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc5a1591-f3c3-4b0f-a94e-c0f66ff9f52a/width=450/4707222.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFEMB_rp00pd?wa}IAx^_4RP9F%L?Hs:V[Rj", "type": "image"}, {"id": 4707221, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c53f6459-a8e0-4aef-b642-d0d7406c004f/width=450/4707221.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UAD9F*0f0K~VIq%LIUIoShIpNGoe-=R*M{ae", "type": "image"}, {"id": 4707223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc84f7bb-6518-4e83-a33f-b7295a90ba5b/width=450/4707223.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UYI#fXD%OXax?wV@%MM|~qogNGt7-;R*V?t7", "type": "image"}, {"id": 4707226, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e295b7fc-f05d-4b33-b1ee-6821d7c78804/width=450/4707226.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHGuE$~q004o0Wfn-hIUkptR%2s.NtI;nn%1", "type": "image"}, {"id": 4707229, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3308008f-c090-468d-8ce9-27cb745f9b28/width=450/4707229.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYHU^8~VV?e-tLM{NHkDImIVE2t6SboJM{a_", "type": "image"}, {"id": 4707230, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/beeccd4f-fca0-4edc-b3e6-05ed4a6bd7d1/width=450/4707230.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBJ7O90200=_KJixI9RO_L00-StREKM~~pNH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/267542", "modelId": 237296} \ No newline at end of file diff --git a/datasets/metadata/268378.json b/datasets/metadata/268378.json new file mode 100644 index 0000000000000000000000000000000000000000..cef6be9b8f7d070f85f4ba36216243a703d34979 --- /dev/null +++ b/datasets/metadata/268378.json @@ -0,0 +1 @@ +{"id": 268378, "index": 0, "name": "v2.1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-20T00:48:59.880Z", "availability": "Public", "nsfwLevel": 11, "description": "Fixed hair bow captions in dataset (white hair bow -> white bow, hair bow) as NAI with clip skip 2 doesn't seem to understand that white hair bow is white bow rather than white hair, it was spoiling previous version. Actually noticed it before previous release with red bow but forgot to change captions with white bow as well.
Also, changed LR scheduler in training settings from constant to cosine. (with prodigy optimizer)
It's more accurate with 7 epochs compared to 8 epochs in previous version.
", "trainedWords": ["sgliselotte, long hair, blue hair, blue eyes, sidelocks"], "stats": {"downloadCount": 388, "ratingCount": 32, "rating": 5, "thumbsUpCount": 46, "thumbsDownCount": 0}, "files": [{"id": 209304, "sizeKB": 24805.978515625, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-20T00:36:15.910Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A69ED9D3", "AutoV2": "B61EDF4745", "SHA256": "B61EDF47458AE13BDADDF5E114791BFEE98F628A643240F51942A12EAAA0C347", "CRC32": "D71C872E", "BLAKE3": "D1CCE26E90C6CAA1A3E5FB8FD6038090B39830C78B67DCDF856FC463E57EB2A2"}, "downloadUrl": "https://civitai.com/api/download/models/268378?type=Training%20Data"}, {"id": 209305, "sizeKB": 36980.3359375, "name": "liselotte-sd15-6-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-20T00:36:15.763Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2C6646B6", "AutoV2": "E761EA444B", "SHA256": "E761EA444B40FB0299561E5C7C82CBB393675B4AA55B857D2CC6827E2D773A95", "CRC32": "85FF2D09", "BLAKE3": "5139C9B65451DFF3CA61D6ACA2CBDF63B5448B5EFD4AD51277299B7DD9EF7100", "AutoV3": "5F3E7BB6C274"}, "downloadUrl": "https://civitai.com/api/download/models/268378", "primary": true}], "images": [{"id": 4726641, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8519c179-e3e3-4efa-9bee-3091b0903d73/width=450/4726641.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCH_xw?E4ms*B:o#00M_00lA~WI9S[o|r;VD", "type": "image"}, {"id": 4726466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abe7cbae-0897-4598-a5ad-1a80f235e0dc/width=450/4726466.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UvHCG:RjkBs:_Naxt7j?XTf8t7e.NIWXRkae", "type": "image"}, {"id": 4726529, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46aa43a9-752d-42ab-ab85-6e608c9655f6/width=450/4726529.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U8HULW01009bGa4:+ZR,t,9aadRl8^Iq~qM{", "type": "image"}, {"id": 4726543, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a496934-fd2b-4664-8154-de2af00e685c/width=450/4726543.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKJaoytQ0]$kqBafVCRPpctO-VtQ02WGM%a#", "type": "image"}, {"id": 4726549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d66ef245-f5cb-446d-ae62-5061ef4fa3fe/width=450/4726549.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDIFF[0JM@?b0M^%I9D$%QV#01$+_LSttO%L", "type": "image"}, {"id": 4726571, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b30de0dc-bf0b-4673-97c3-11f07182c39c/width=450/4726571.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UEIORn%g00Mx03Rjv#kC?@oe^~tQRnofRkRj", "type": "image"}, {"id": 4726589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fcaf70d-f86d-44d8-a01b-0fd18347b0a9/width=450/4726589.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNG+p,?cxQtRyZIo4UIo%$o%%Mxv?uX9t3n$", "type": "image"}, {"id": 4726515, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1d31a3e-143d-42eb-b376-687cde4efe46/width=450/4726515.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UgGlS7WVfg%M?wj[RjbbXnbIt7Rj-=WEt7ae", "type": "image"}, {"id": 4806480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81a8d70e-3311-4dc4-bcdc-f7484f747657/width=450/4806480.jpeg", "nsfwLevel": 1, "width": 1536, "height": 3072, "hash": "UPL}BGt8_N?a-qR*NFt7%gofM_RjW;t6xaRj", "type": "image"}, {"id": 4873252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45852249-27e4-4217-89f1-e1d7ae8cb974/width=450/4873252.jpeg", "nsfwLevel": 2, "width": 1536, "height": 3072, "hash": "UpOp.7t7~q%MR*WBt7of%MayM{of%MfQRjj[", "type": "image"}, {"id": 5056595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03df9e0c-e3c2-480b-9bbe-817bb0ed36bc/width=450/5056595.jpeg", "nsfwLevel": 8, "width": 1536, "height": 3072, "hash": "UtQJWQxu~qxuf6ayt7of%gj[M_WBtRj[e.ay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/268378", "modelId": 22379} \ No newline at end of file diff --git a/datasets/metadata/26849.json b/datasets/metadata/26849.json new file mode 100644 index 0000000000000000000000000000000000000000..ef3fb3912c057d9892c8cbc073c737db8f03bf26 --- /dev/null +++ b/datasets/metadata/26849.json @@ -0,0 +1 @@ +{"id": 26849, "index": 1, "name": "v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-21T16:53:33.682Z", "availability": "Public", "nsfwLevel": 1, "description": "I don't even know why i got this file, i asked it for a LoRA :(
works way better than the LoRA it gave me though. Keep in mind this isn't actually a LoRA so you have to select it as a model.
", "trainedWords": ["tf2map", "team fortress 2", "map", "tf2 map"], "stats": {"downloadCount": 329, "ratingCount": 46, "rating": 5, "thumbsUpCount": 51, "thumbsDownCount": 0}, "files": [{"id": 22237, "sizeKB": 7522719.484375, "name": "thisTF2MapDoesNot_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-21T17:01:20.680Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "29801141", "AutoV2": "E6EB46CEB5", "SHA256": "E6EB46CEB5FE0F53E8FB8FA32015F8B6F462C6312DFEFC29051F9982AE6056F5", "CRC32": "CAE68FB9", "BLAKE3": "0B7490A6759E9B5FB7C0201684ECC29FDA2DDB7E50CE602861B3B677B1538D10"}, "downloadUrl": "https://civitai.com/api/download/models/26849", "primary": true}, {"id": 22238, "sizeKB": 1.91015625, "name": "thisTF2MapDoesNot_v1.yaml", "type": "Config", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-21T16:55:38.121Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "B119DAAB95", "SHA256": "B119DAAB9572714A31BB30CE032B63E6C311D420BC48CBF3CE5BD8972C30A7B6", "CRC32": "398B8293", "BLAKE3": "CD6A22EA5651DE90689622204CAD34A70FD839AF557C7BB9747C395595CB0F5D"}, "downloadUrl": "https://civitai.com/api/download/models/26849?type=Config&format=Other"}, {"id": 22239, "sizeKB": 1927.8525390625, "name": "thisTF2MapDoesNot_v1_trainingData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-21T16:55:51.903Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "7D7B94D815", "SHA256": "7D7B94D8159E806B33B2E2D8269E044ADC69C697E67102AB5984339267D266AC", "CRC32": "3650C377", "BLAKE3": "7115D2320C9B4BC3B0C534252F35FA40F213EA9051358263B14CFBB650E40BA0"}, "downloadUrl": "https://civitai.com/api/download/models/26849?type=Training%20Data"}], "images": [{"id": 295820, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f6db002-cd8b-41b5-06a2-85ddf846c300/width=450/295820.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "URG8ZU~AoIR*KRNfxCxZ%MxaR-oft7j[t7a~", "type": "image"}, {"id": 295825, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bb14a69-1f59-43d7-e831-1a78d87b3000/width=450/295825.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UiJ*J5E1D%WBwjxus:WB_4V@bHofo#n%ogax", "type": "image"}, {"id": 295824, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93f33f7c-314f-4f5b-bea0-3a2e8dffe900/width=450/295824.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "USI=DW%M%M-;00RjjbIU_4j[WCt7%Mt7j@t6", "type": "image"}, {"id": 295823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d173f45-c699-430c-ff76-046315e5a100/width=450/295823.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UEFYP$Mw?G?GtTad={NbogyESPV@YR9FNbo}", "type": "image"}, {"id": 295822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9534b269-7018-4d31-bac8-688c4b5e3c00/width=450/295822.jpeg", "nsfwLevel": 1, "width": 3072, "height": 2048, "hash": "U4DlG{E1tl0L0gbwibM|9G9t?G-;_NaJ-;M|", "type": "image"}, {"id": 295821, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e78e3df6-03b4-4fc4-7c58-161770adba00/width=450/295821.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "U8DcBmM_NG?aozD%xaxa~WD*ozxuE2E1R+Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/26849", "modelId": 22487} \ No newline at end of file diff --git a/datasets/metadata/268542.json b/datasets/metadata/268542.json new file mode 100644 index 0000000000000000000000000000000000000000..fa46e0b92c9d46810cee23965588a5d214b8ce5b --- /dev/null +++ b/datasets/metadata/268542.json @@ -0,0 +1 @@ +{"id": 268542, "index": 0, "name": "Qilin", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-20T05:58:43.166Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Qilin"], "stats": {"downloadCount": 144, "ratingCount": 7, "rating": 5, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 209443, "sizeKB": 117594.2822265625, "name": "268542_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-20T04:00:51.311Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "75F27ACC", "AutoV2": "8C9382340B", "SHA256": "8C9382340B3847BCF940ADADDC6CDC23FD95172758A59A835BB961B2814B1B3E", "CRC32": "215B584B", "BLAKE3": "164DD9E5014DA73AE6DADA92B300302D9C7D3465E04F0C9A4C086F9EA429B1AC"}, "downloadUrl": "https://civitai.com/api/download/models/268542?type=Training%20Data"}, {"id": 209453, "sizeKB": 37045.046875, "name": "Qilin-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-20T04:15:46.393Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9B8FD31C", "AutoV2": "4998197635", "SHA256": "4998197635F10E7CE8CE0B790FDBD6D9122DFA64E33E55EA694E61241083321E", "CRC32": "B6BC75F4", "BLAKE3": "16EF61D565E4CA4FE7C9E7612AC2D5310F2CA5DBBC9560F638571310217687FF", "AutoV3": "024FB443DA84"}, "downloadUrl": "https://civitai.com/api/download/models/268542", "primary": true}], "images": [{"id": 4733092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30276733-f0c1-4340-8c09-51472faa7d0b/width=450/4733092.jpeg", "nsfwLevel": 1, "width": 576, "height": 896, "hash": "UQC~@fIq9I%K~TWXD*t7%eWCRjRl-nS5M|fQ", "type": "image"}, {"id": 4733082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8623183f-6dae-409b-b610-04436f84eda2/width=450/4733082.jpeg", "nsfwLevel": 1, "width": 576, "height": 896, "hash": "UTDSXARk9It6~9oLE3ofx@soM}RkxZj[M}WC", "type": "image"}, {"id": 4733090, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d50f23d-0c49-4758-9360-5dc5159330bb/width=450/4733090.jpeg", "nsfwLevel": 1, "width": 576, "height": 896, "hash": "URE2g;t6D*ni~At6IUV[yCofIVIpozofIpNH", "type": "image"}, {"id": 4733091, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/986f3f98-c7a4-4b12-a42c-66a9ad42ea27/width=450/4733091.jpeg", "nsfwLevel": 1, "width": 576, "height": 896, "hash": "UFDbvKS%4;Me}?tRR5RQ%N%0RPMy^hWrIVs+", "type": "image"}, {"id": 4733141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a78d311-0729-47e5-9bd2-e43508ad4131/width=450/4733141.jpeg", "nsfwLevel": 1, "width": 576, "height": 896, "hash": "UHDI{#9#4o$y~ns.4;-R%Kj[NGRlozxVRQI[", "type": "image"}, {"id": 4733147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01a1e127-cdca-4c6a-9050-e323dc5d3a4b/width=450/4733147.jpeg", "nsfwLevel": 1, "width": 576, "height": 896, "hash": "UGBpqLae02jY~Uxa9Ga}-.odIVNH?ZRkIVay", "type": "image"}, {"id": 4733145, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/827b1ee1-6067-4693-89f3-fc7df87ea1bc/width=450/4733145.jpeg", "nsfwLevel": 1, "width": 576, "height": 896, "hash": "UJD9R-of4qw[~Sj[IWs+-mkBM}ay$~R+M}fi", "type": "image"}, {"id": 4733146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e877e6b3-1bc3-4b85-8ac4-8fad73aae127/width=450/4733146.jpeg", "nsfwLevel": 1, "width": 576, "height": 896, "hash": "UQC6xsxt9aRP~TxtE2Rj-nxZIqRk-.oIIpWX", "type": "image"}, {"id": 4733144, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afed982b-3fdf-4a50-9afb-f0ab1a5ba731/width=450/4733144.jpeg", "nsfwLevel": 1, "width": 576, "height": 896, "hash": "UMBgMG-:9FM{~pxtD%M{%MofIoRjt7bHNGWB", "type": "image"}, {"id": 4733143, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8ca8671-abad-4bbe-8699-75481cd73f4e/width=450/4733143.jpeg", "nsfwLevel": 1, "width": 576, "height": 896, "hash": "ULB45gRj4T%L~pWB9Fxu?HbHIUjZ?bWUM_fk", "type": "image"}, {"id": 4733148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9edb64b-6188-4dbf-86e4-ebc65e743baf/width=450/4733148.jpeg", "nsfwLevel": 1, "width": 576, "height": 896, "hash": "UDB45Qxt00IV~o%L9GIUs:%LNa9Gt6xtbF9a", "type": "image"}, {"id": 4733149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/735e71bc-fdba-48f5-a2d0-8ae83afbf878/width=450/4733149.jpeg", "nsfwLevel": 1, "width": 576, "height": 896, "hash": "UPD9#IWB4oRk~Vf+DiWB-;a}MxWV%ga}RPae", "type": "image"}, {"id": 4733576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30dac0bf-7e75-4927-8f0b-d69832e86bd7/width=450/4733576.jpeg", "nsfwLevel": 1, "width": 896, "height": 576, "hash": "U9Db]6^j00D%|qtS0fH?yEb_NGZh.9t7NEnh", "type": "image"}, {"id": 4733581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7fea766-313e-4cce-8b98-91d79cc0e449/width=450/4733581.jpeg", "nsfwLevel": 1, "width": 896, "height": 576, "hash": "U6CZkd?v004T}o%gD*I900%g?vaJx[aeofxu", "type": "image"}, {"id": 4733579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65de7c73-e6b7-4046-aa7e-a426a2bb5360/width=450/4733579.jpeg", "nsfwLevel": 1, "width": 896, "height": 576, "hash": "U7AAUI?G009G^Pxu9FD%~Boy9bR6?Gs,IVRR", "type": "image"}, {"id": 4733582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14fe6de8-b20e-4ec4-951b-15035fe8fc43/width=450/4733582.jpeg", "nsfwLevel": 1, "width": 896, "height": 576, "hash": "U9Bp6Jbv00Rh}uXAD%WA^=tADqV?-.bEMxRk", "type": "image"}, {"id": 4733583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67b17f61-cb32-4479-baa6-a01d8aea94fd/width=450/4733583.jpeg", "nsfwLevel": 1, "width": 896, "height": 576, "hash": "U26*:o^i008_~D-q4T4T=l%h9*8_~p${9FIu", "type": "image"}, {"id": 4733580, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3dac0df0-ab36-4466-be4c-98f9590f0100/width=450/4733580.jpeg", "nsfwLevel": 1, "width": 896, "height": 576, "hash": "U48;rx_3004T~B%h8_8_]_x]EUD$-:xV9aEO", "type": "image"}, {"id": 4733585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f099ce9-0466-4e5a-ae27-dd4d994ddf59/width=450/4733585.jpeg", "nsfwLevel": 1, "width": 896, "height": 576, "hash": "U69Q~j^*008x~B%28{Dj}^w|9?M_?axGD%Ri", "type": "image"}, {"id": 4733586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6060e93-af25-4335-924c-c9e69dead3d8/width=450/4733586.jpeg", "nsfwLevel": 1, "width": 896, "height": 576, "hash": "U9Dc5J?u014o}k-n9G9G0r-i-f9Jtoo#k6Mx", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/268542", "modelId": 238162} \ No newline at end of file diff --git a/datasets/metadata/268659.json b/datasets/metadata/268659.json new file mode 100644 index 0000000000000000000000000000000000000000..e6f3eda16ca4493bae736b47d81367a1029f4a86 --- /dev/null +++ b/datasets/metadata/268659.json @@ -0,0 +1 @@ +{"id": 268659, "index": 0, "name": "Gloryhole blowjob", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-20T07:26:41.280Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 848, "ratingCount": 82, "rating": 5, "thumbsUpCount": 161, "thumbsDownCount": 0}, "files": [{"id": 209542, "sizeKB": 4710.015625, "name": "268659_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-20T07:00:53.111Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C5133181", "AutoV2": "9C0D1A6C20", "SHA256": "9C0D1A6C2051E86656681600D4E42B72C19A632C62EA7CE44CFE00057A9F985E", "CRC32": "641E0E31", "BLAKE3": "9366FC311721734CDE911921CECA992328DAF27435268BB4A5F7798322E2AA84"}, "downloadUrl": "https://civitai.com/api/download/models/268659?type=Training%20Data"}, {"id": 209558, "sizeKB": 36978.515625, "name": "Gloryhole_blowjob.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-20T07:25:43.293Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "04CC6F52", "AutoV2": "D15CB2DFF5", "SHA256": "D15CB2DFF5F33E8A51BB15574274DEF329E643452341D173FA5E6258F9FDF1D0", "CRC32": "25CF2355", "BLAKE3": "ABA25256AFD97E372718CCFFC561B37F8E66B89B372651784E738EEAF2436FE4", "AutoV3": "466F9D84D76C"}, "downloadUrl": "https://civitai.com/api/download/models/268659", "primary": true}], "images": [{"id": 4734384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35419bfa-9581-46ab-a5ca-49c9526faaaa/width=450/4734384.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7Ci8kuP%Lr?%g-=Fy^N00#+IVNw0f4.]P5T", "type": "image"}, {"id": 4734437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35e052a8-9dfe-4ecd-bd63-b1ad44aa9b95/width=450/4734437.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJB3Kb?wlA-pROIUNFxa9ZM{VsM{JTxa%1S4", "type": "image"}, {"id": 4734471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83338125-94f1-4b73-88e7-01fad535d11a/width=450/4734471.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6BoHu0f0}^O0~={aexZ0f%1xGR*xZNG}@5R", "type": "image"}, {"id": 4734584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd570ca1-5f83-4d53-8cbc-cebd7defc591/width=450/4734584.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7By8LK*Kj^jBp}rI;Eg1H9t^5ofxZEgww-A", "type": "image"}, {"id": 4734585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06f2321f-ca95-4e9c-bda0-529e211aacfd/width=450/4734585.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UAE2Lb8w9t?w56E#yDIUKPIow{xaE1-;vz$j", "type": "image"}, {"id": 4734665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05f21d3e-76e9-4b45-b24f-19b88b64164c/width=450/4734665.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UEE.IgL#~W9Z5R9uNwNGAEIVs9-p-Vt7RjjF", "type": "image"}, {"id": 4734730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b75bc070-0a8c-4c0f-b718-8cf9fea75c36/width=450/4734730.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UXF5pvR5IUW=_NNG9ZWC.8ofIUV@-;xuaKV@", "type": "image"}, {"id": 4734731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86379fd6-b88b-4c52-86fd-fb03c5079bfc/width=450/4734731.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UGH1JS4:00^O?b^59tQ-?^M{DiNax]M{$NIp", "type": "image"}, {"id": 4735111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59b44f68-4e0f-4d0a-90b6-ab0c4d42f329/width=450/4735111.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1280, "hash": "UTEBNvV@Na}@5Rw]s:ELNGNGxaoLj]t6WVWX", "type": "image"}, {"id": 4735110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cfe566e-84ce-4ff4-953a-49a3b328e8cd/width=450/4735110.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1280, "hash": "UEBCDQ}@EfRkbvNwNHWC0f57V[xGE1r?-UkC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/268659", "modelId": 238272} \ No newline at end of file diff --git a/datasets/metadata/268941.json b/datasets/metadata/268941.json new file mode 100644 index 0000000000000000000000000000000000000000..66d4a3093aefd68cd4384a1450af1fbe401d518c --- /dev/null +++ b/datasets/metadata/268941.json @@ -0,0 +1 @@ +{"id": 268941, "index": 0, "name": "Brazilian Real", "baseModel": "SDXL Turbo", "baseModelType": null, "publishedAt": "2023-12-20T12:56:46.525Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 46, "ratingCount": 1, "rating": 5, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 209814, "sizeKB": 223099.52734375, "name": "Brazilian_Real_1994-2010_SDXL-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-20T12:55:47.634Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "91EA2723", "AutoV2": "794BEC1EDD", "SHA256": "794BEC1EDD75D0CB6D3CE92640E0DCB8CF5FDDCC96DD7C5AD11B2BEDA69C4B42", "CRC32": "502781CD", "BLAKE3": "C83310F1F3F3E2DDEDB8F0D16F99AAF1AF26C6C39095AED19291073B82FFFC9C", "AutoV3": "243ED08BE484"}, "downloadUrl": "https://civitai.com/api/download/models/268941", "primary": true}, {"id": 209807, "sizeKB": 52.7470703125, "name": "268941_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-20T12:45:40.597Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "8EA014F035", "SHA256": "8EA014F0352DCF528F48923AB5A46B498ABAF40B4F453D0BC90F6061F5AC722B", "CRC32": "4E6645FF", "BLAKE3": "13FDB92916F387B23721392B0DB0142D4DDA631624B9184CF9A928D6D678B4A8"}, "downloadUrl": "https://civitai.com/api/download/models/268941?type=Training%20Data"}], "images": [{"id": 4741573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8552d330-80de-47ef-aeed-8a0852bdfee9/width=450/4741573.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFK1RL_2?^%g#$NaRkxZRPW;ofaebw%LozS5", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/268941", "modelId": 238508} \ No newline at end of file diff --git a/datasets/metadata/269027.json b/datasets/metadata/269027.json new file mode 100644 index 0000000000000000000000000000000000000000..30b5f98c0b3f04e94d43426c0af376721682d2f8 --- /dev/null +++ b/datasets/metadata/269027.json @@ -0,0 +1 @@ +{"id": 269027, "index": 0, "name": "Sudewi", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-20T15:39:36.532Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 37, "ratingCount": 2, "rating": 5, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 209891, "sizeKB": 863.259765625, "name": "269027_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-20T14:30:52.720Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "8FC04077E0", "SHA256": "8FC04077E063A2815D0B6C3DF6D9DC975AB3B053BE7CC4F6F09099073EEE829A", "CRC32": "D4B23348", "BLAKE3": "6A6A50D6B4D4E738AFCB929FB1A7BE1C3F701EFC9A91E9BF640958687C19D48F"}, "downloadUrl": "https://civitai.com/api/download/models/269027?type=Training%20Data"}, {"id": 209941, "sizeKB": 36977.453125, "name": "Sudewi.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-20T15:40:43.972Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0BE0F483", "AutoV2": "1869D4EBE9", "SHA256": "1869D4EBE9374A9F3E0160AC11CDCF83C7D038192881685D01A2F7562326FF18", "CRC32": "88844DE3", "BLAKE3": "0E78356560B3AEC96C421488B5D5E27F805C7D51221DC30A5EBF738F1D5777D9", "AutoV3": "BB9C02B32187"}, "downloadUrl": "https://civitai.com/api/download/models/269027", "primary": true}], "images": [{"id": 4745443, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4b64d18-8268-4291-bfef-66342fac15a6/width=450/4745443.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1080, "hash": "UNH.p5E2.Sa0_4%Nx[8{yEIVs8MypHrsi_E1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/269027", "modelId": 238582} \ No newline at end of file diff --git a/datasets/metadata/269308.json b/datasets/metadata/269308.json new file mode 100644 index 0000000000000000000000000000000000000000..b8c2bf7d1a03c9173b33ec562e68e338aa3d38e5 --- /dev/null +++ b/datasets/metadata/269308.json @@ -0,0 +1 @@ +{"id": 269308, "index": 0, "name": "Chris Hemsworth Engine", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-20T20:56:18.426Z", "availability": "Public", "nsfwLevel": 1, "description": "\ud83d\ude80 What's New?
\ud83c\udf1f Improved Version 2.0: Step into the future of AI modeling with the Chris Hemsworth Model: Enhanced Edition. Our latest release, Version 2.0, takes the digital representation of the Hollywood icon to new heights, refining and elevating the experience.
\ud83d\udd27 Enhancements Beyond Compare: Trained with an extensive dataset of 400 high-quality images and undergoing 10 maximum epochs, the Enhanced Edition ensures unparalleled accuracy and attention to detail. Every pixel is a testament to the dedication to perfection in bringing Chris Hemsworth to life in the digital realm.
\ud83c\udfad Fine-Tuned Features: Witness the magic of stable diffusion technology as we've meticulously configured and fixed features, striking the perfect balance between realism and artistic interpretation. The Enhanced Edition captures Hemsworth's essence with an even greater level of precision, portraying the nuances that make him the epitome of Hollywood charm.
\ud83d\udd04 Subject Similarity: Our commitment to authenticity reaches new heights in Version 2.0. Sample images generated by the model now exhibit an uncanny resemblance to the subject, allowing you to explore Chris Hemsworth's charisma in a digital format that feels remarkably authentic.
\ud83d\udd7a\ud83c\udffb\ud83d\udcac New Poses and Expressions: Prepare to be captivated by an array of fresh poses and expressions that showcase the versatility of the Chris Hemsworth Model: Enhanced Edition. From subtle smirks to intense gazes, we've added a variety of dynamic poses and expressions to enhance your digital experience.
", "trainedWords": ["chris hemsworth"], "stats": {"downloadCount": 56, "ratingCount": 4, "rating": 5, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 210147, "sizeKB": 2385.59765625, "name": "269308_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-20T20:00:51.947Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FDF69351", "AutoV2": "435B657552", "SHA256": "435B6575520F932ED85083D80BCEFBA67768E5AB56CBDD9C5E89B096F2C552C8", "CRC32": "9E35125C", "BLAKE3": "8336C5AA16C301592AF25C095090FE5D1346443088DF35A1007E972F5B340602"}, "downloadUrl": "https://civitai.com/api/download/models/269308?type=Training%20Data"}, {"id": 210157, "sizeKB": 36977.4765625, "name": "Chris_Hemsworth_Engine-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-20T20:15:52.531Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C028F209", "AutoV2": "8966AE4CA1", "SHA256": "8966AE4CA17B9A439C3BEB79F79F69455B456BEFC28C63D0454B28A8E5A9415E", "CRC32": "752FA969", "BLAKE3": "0AE8075354DF3F16733EFA624A4BE073F2EB3FDDC030EB0533E8182553018F4C", "AutoV3": "3D1F828A6921"}, "downloadUrl": "https://civitai.com/api/download/models/269308", "primary": true}], "images": [{"id": 4751700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9203f232-379b-4cb4-8c2a-2dfc4a3a4b79/width=450/4751700.jpeg", "nsfwLevel": 1, "width": 1800, "height": 1200, "hash": "UUH2N6_N_2of^+R:bd%3M_WANGt6R+s:t6WC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/269308", "modelId": 238836} \ No newline at end of file diff --git a/datasets/metadata/269457.json b/datasets/metadata/269457.json new file mode 100644 index 0000000000000000000000000000000000000000..0797dab6ed4db8e887c3a021079bd3324360663c --- /dev/null +++ b/datasets/metadata/269457.json @@ -0,0 +1 @@ +{"id": 269457, "index": 0, "name": "Transparent material", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-20T23:24:57.374Z", "availability": "Public", "nsfwLevel": 9, "description": "v1
", "trainedWords": [], "stats": {"downloadCount": 191, "ratingCount": 20, "rating": 5, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 210255, "sizeKB": 33387.8935546875, "name": "269457_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-20T23:00:50.396Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9CBB6AD3", "AutoV2": "269537FEF9", "SHA256": "269537FEF908F186D4F6FFC3126A60B4C8F194F8FE6597616E55D2721C78443F", "CRC32": "42883928", "BLAKE3": "43B29F7CB0FECDD1E9F8337A9A0EB6D085B99E9EED3DFB16F1149C45CF5D63F1"}, "downloadUrl": "https://civitai.com/api/download/models/269457?type=Training%20Data"}, {"id": 210277, "sizeKB": 36977.65625, "name": "Transparent_material.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-20T23:20:36.597Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5E887FAF", "AutoV2": "468739C213", "SHA256": "468739C213B94659AC45731030B6503865CB3A56B146D2E078489EB12A76C71B", "CRC32": "B3646D86", "BLAKE3": "13A71191C18339FA604CCF3315D549CB19BCD918D7E6D5441657708C8085BF89", "AutoV3": "02F0FC226A0A"}, "downloadUrl": "https://civitai.com/api/download/models/269457", "primary": true}], "images": [{"id": 4753932, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e32c07b-53b4-476b-b0f3-66082b50ea37/width=450/4753932.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UkR2GGV[T}o}.Ss+V[bwO[WBrpflxvbcade-", "type": "image"}, {"id": 4753930, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6952a924-df82-4c35-b99a-7cff3e644c30/width=450/4753930.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZQu~fkp*JrX?Ho}ShVstmbbROj=%~V@Z$og", "type": "image"}, {"id": 4753931, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1339efc-f98e-42e9-be3a-d054958f3bba/width=450/4753931.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaQIuUM{losl?cx]kCiwPVRPZ#fkyDi^enXT", "type": "image"}, {"id": 4753934, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5405a19-e269-4ed1-9af0-837b42a434d9/width=450/4753934.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdQb%.tR*Jrs%gozRjVsYOayickCtRVsjZo}", "type": "image"}, {"id": 4753933, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24208d58-f12b-4bb0-afe3-7a1bf4be82f4/width=450/4753933.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UaPGHpV[_M-:%3RQR%tQ?ufQIUayoftQofRQ", "type": "image"}, {"id": 4753935, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/504ada57-a8d7-4f9f-ad14-f425c8b48f7a/width=450/4753935.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UiR2uQtRpfs7%hbcWFacTMflnfa}t8n#acbJ", "type": "image"}, {"id": 4753936, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93cf5a90-7cfb-4924-93ef-4b7f97dba3da/width=450/4753936.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UqR2Pwtl*Jn4%2kWR*a0pcaeiwfkozaKe.kW", "type": "image"}, {"id": 4753938, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e12aad3-f09e-42ec-920d-bbf8c8ebbf88/width=450/4753938.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USRoW^%hlov#%MkXRkeTYkj[rCbbtSiwn$Xm", "type": "image"}, {"id": 4753937, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/badb40b7-0b45-4ab3-8513-22859f3f70ee/width=450/4753937.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWOVig%Np{rr.8R-M{n#FyofrqkC%MV?oeX9", "type": "image"}, {"id": 4753940, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d603cbe-ed7a-44f5-bb93-79da52ff4ef4/width=450/4753940.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UcQ]1ujG*Jx]?voJWVj[YPWBVXjF%hozaKay", "type": "image"}, {"id": 4753939, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb6da864-7f67-4b84-9b4e-a86eb6fa6054/width=450/4753939.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UhQRthVsUHtR?un$RjbcL2WAm+a~%ho#oejF", "type": "image"}, {"id": 4753941, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00a48ca3-8916-4e2f-9944-ee1e248087ff/width=450/4753941.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZRU{z%gy?n4.8X9Rja0lTofa0ayxuaKafoz", "type": "image"}, {"id": 4753942, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbfb8c61-ce84-42e2-8e69-ddd368e1f622/width=450/4753942.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNO:2.H=PXtm.7$~RQS6F}NGwGoLtnSioHnh", "type": "image"}, {"id": 4753943, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a01dc3b-fe7f-4a09-992b-45d79a0dccb4/width=450/4753943.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdOzl2W,-rxv_4M{Rjog$.s=NEWBaxt8ofR%", "type": "image"}, {"id": 4753944, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bcfffd1-aba5-43ab-8077-4308735dd7fe/width=450/4753944.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UbRVCItRy?rr%2tlW;VruiV@VEkWyDVYVspI", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/269457", "modelId": 238939} \ No newline at end of file diff --git a/datasets/metadata/269487.json b/datasets/metadata/269487.json new file mode 100644 index 0000000000000000000000000000000000000000..8d74f1aa5e5241dc4fce4cc3f0ff7c02132fb08b --- /dev/null +++ b/datasets/metadata/269487.json @@ -0,0 +1 @@ +{"id": 269487, "index": 0, "name": "Ambre V2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-21T06:55:18.528Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 152, "ratingCount": 4, "rating": 5, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 210279, "sizeKB": 6603.0224609375, "name": "269487_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-20T23:25:42.734Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "464A2BCF", "AutoV2": "319C928328", "SHA256": "319C928328A9C90D4CBCC54BDF66404BA3630EC3F4639539C3CBE321313FEEBC", "CRC32": "E819C3DE", "BLAKE3": "C795D1A745A492F00827AA43CE6547E236CC7E7BBE79BD79EF853BB3AC1C0DBB"}, "downloadUrl": "https://civitai.com/api/download/models/269487?type=Training%20Data"}, {"id": 210307, "sizeKB": 223099.00390625, "name": "Ambre_V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-21T00:10:50.241Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EAF07810", "AutoV2": "CDB625311F", "SHA256": "CDB625311F99A80912B50C8BF388DD87B0BDC80282E23541FE8E2A3831F5941A", "CRC32": "E6BCFA3D", "BLAKE3": "199E6E38BBA64347849C36229E9E743772E6136BCCDDBADA4B29C8857FE4B82C", "AutoV3": "D504473928E6"}, "downloadUrl": "https://civitai.com/api/download/models/269487", "primary": true}], "images": [{"id": 4755025, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e347063-7777-4852-936b-7d20ed24f508/width=450/4755025.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCFOixI?6V~C0KM{t8%19Z-o^i57JCWYI[NG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/269487", "modelId": 238967} \ No newline at end of file diff --git a/datasets/metadata/269686.json b/datasets/metadata/269686.json new file mode 100644 index 0000000000000000000000000000000000000000..b125761a1f6d5c93831ddf508d4aaaba4d71c1f0 --- /dev/null +++ b/datasets/metadata/269686.json @@ -0,0 +1 @@ +{"id": 269686, "index": 0, "name": "v1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-21T03:34:43.100Z", "availability": "Public", "nsfwLevel": 1, "description": "Initial Release
", "trainedWords": ["teslabot"], "stats": {"downloadCount": 199, "ratingCount": 14, "rating": 5, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 210441, "sizeKB": 28796.07421875, "name": "Train_TeslaBot.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-21T03:35:41.379Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "114CB9D1", "AutoV2": "31DECC8D5D", "SHA256": "31DECC8D5DDCE9A2E6E5F80B86422AF87F7D01926DF94892A7241A8F0AD0CF0E", "CRC32": "9C4ECA94", "BLAKE3": "F9E667D61426B551A0E068813470D283413E95EC5E20F36FAD61FD645E7116AA"}, "downloadUrl": "https://civitai.com/api/download/models/269686?type=Training%20Data"}, {"id": 210449, "sizeKB": 680179.46875, "name": "teslabot.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-21T03:36:23.184Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "509AA7A6", "AutoV2": "DB94A0740F", "SHA256": "DB94A0740FE5195A9C9B0F70820C63705B27842F72AC51E4C9ED212B0AE8AB22", "CRC32": "DA1471BE", "BLAKE3": "69F6B253FA9C34305F4C6D133B444B154CCEE4B7F82166F15C266C9549057DB4", "AutoV3": "2B9F1FCD6464"}, "downloadUrl": "https://civitai.com/api/download/models/269686", "primary": true}], "images": [{"id": 4758509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e657aff5-e39e-4770-8ffb-62d97e7c79d3/width=450/4758509.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1648, "hash": "UTH^#E%2nOjZ?^ozX8ay%goLozkC^jaKn%of", "type": "image"}, {"id": 4758518, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07c1c738-41eb-4119-be8e-661015058ac4/width=450/4758518.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1656, "hash": "UPI};mt7bwoz4maxIUWBx^kCxue.?waytRay", "type": "image"}, {"id": 4758522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45cdbe4f-1edd-4513-bebf-b0f158aa0b22/width=450/4758522.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1656, "hash": "UCAnDbM{4mtQ$$Rjs=t7NEkW%MRi8^e:?wWB", "type": "image"}, {"id": 4758523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19908456-add1-4ae2-85c0-5086b9d67e6f/width=450/4758523.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1656, "hash": "U58g%aiAbpTWl.D%OPO*.^r|RkRkQknxaxVa", "type": "image"}, {"id": 4758524, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d58d407-1765-4c52-8917-25e5b9e32b72/width=450/4758524.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1656, "hash": "UEE_?S~U^%WY%h-oRjIp%N?Gt6Wr~V%2-oW=", "type": "image"}, {"id": 4758528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eaad44ed-6d0b-4d8a-815e-76184d6d6ce2/width=450/4758528.jpeg", "nsfwLevel": 1, "width": 1472, "height": 1472, "hash": "U9KAsT4n-;9Z;0nNxvIUq@4ot7nh~V.8E0Rj", "type": "image"}, {"id": 4758531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43a06c49-610d-422c-9256-a916cdeea636/width=450/4758531.jpeg", "nsfwLevel": 1, "width": 1472, "height": 1472, "hash": "UaIEkcxua}Rj~q%2ayay%3xtj?Rjt7t6ofWC", "type": "image"}, {"id": 4999737, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a627093-841a-45a7-92e8-446aabfa95eb/width=450/4999737.jpeg", "nsfwLevel": 1, "width": 720, "height": 1280, "hash": "UAF#zXwb8wxulVM{D%V@00NFyERPNNV?-;o#", "type": "video"}, {"id": 4999799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/689089d3-bec1-4026-b7e3-5295c2225582/width=450/4999799.jpeg", "nsfwLevel": 1, "width": 4416, "height": 3200, "hash": "UNI#fh}*-VX99Gax-:oft6oeIUWCx]R*jYs.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/269686", "modelId": 239135} \ No newline at end of file diff --git a/datasets/metadata/269702.json b/datasets/metadata/269702.json new file mode 100644 index 0000000000000000000000000000000000000000..63268a4630664792c3fb74ca6f592e4728b086d8 --- /dev/null +++ b/datasets/metadata/269702.json @@ -0,0 +1 @@ +{"id": 269702, "index": 0, "name": "Gay anal view from below", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-21T04:09:36.158Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 2075, "ratingCount": 103, "rating": 5, "thumbsUpCount": 263, "thumbsDownCount": 0}, "files": [{"id": 210453, "sizeKB": 4603.0029296875, "name": "269702_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-21T03:41:18.762Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "93BF7266", "AutoV2": "810CCE3982", "SHA256": "810CCE398295DDB0E063A3790E5212417B568AAEC289EE8EAFBD39B59EDB4691", "CRC32": "1ABEE818", "BLAKE3": "6DF73F046C7C5077C83356F78432152F1F08C050626A373C504100E9C0D72B1A"}, "downloadUrl": "https://civitai.com/api/download/models/269702?type=Training%20Data"}, {"id": 210469, "sizeKB": 36977.765625, "name": "Gay_anal_view_from_below.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-21T04:10:48.041Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5B788BAA", "AutoV2": "190ABE50E2", "SHA256": "190ABE50E2B174BC4AE7E1887BB6E3020052A5B3894DA64EE73C15936C8078BB", "CRC32": "CDD98188", "BLAKE3": "58817E3EE7B8242C9361514B1D5D4B5FA54677ECCE418CA247E03DCA8014D2A6", "AutoV3": "686FDABC95AA"}, "downloadUrl": "https://civitai.com/api/download/models/269702", "primary": true}], "images": [{"id": 4759367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf577c38-a98b-48ec-bdcc-8ac4fb74db61/width=450/4759367.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UJHdgKNH~Axu^%%1%M%M0f%M9GR*00IoxaMx", "type": "image"}, {"id": 4759369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32f639ed-8df8-42bd-b5f6-f3696f5490ef/width=450/4759369.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UAFhFs0L^*}sv}I:Ej%100^+00Ip4TI;^*Ip", "type": "image"}, {"id": 4759368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/661ddc35-bbbe-469a-8421-681e2cb0bc31/width=450/4759368.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1280, "hash": "ULE_p%9a%2E1~CIU?HNa%MnhNa%2-p-p9ZNG", "type": "image"}, {"id": 4759493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/252ece6b-d2bd-4bf2-a54b-911314738423/width=450/4759493.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UHF;ya-VrWiwn4xu?G-o?^Ip4:IU0LE2R+tR", "type": "image"}, {"id": 4759495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1acba36d-1c44-41ce-a322-74b72db74f7c/width=450/4759495.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UAFXxIx^_N^+_2%MtRt700IU009Z00D%rqIA", "type": "image"}, {"id": 4759492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a4dc9ec-a97c-4bab-9338-45488107b7e6/width=450/4759492.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "U7GHC^Di-U~V^+t6_2IB02Wq01x]00tRv#Rj", "type": "image"}, {"id": 4759494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c51cf14-aa0c-48fd-89ac-f6da93301caa/width=450/4759494.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UHGQwn0L~V4:r=?GWBxu0f~B9GXSENIBx[RP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/269702", "modelId": 239151} \ No newline at end of file diff --git a/datasets/metadata/270081.json b/datasets/metadata/270081.json new file mode 100644 index 0000000000000000000000000000000000000000..8d3aa6ee5a2c2e9d76cd6405fb0fc663d332490d --- /dev/null +++ b/datasets/metadata/270081.json @@ -0,0 +1 @@ +{"id": 270081, "index": 0, "name": "Lofi Girl - Anime XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-22T08:37:01.137Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["lofi"], "stats": {"downloadCount": 113, "ratingCount": 7, "rating": 5, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 211571, "sizeKB": 223099.26171875, "name": "Lofi_Girl_-_Anime_XL-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-22T08:35:46.638Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0999E1D1", "AutoV2": "92A596C39F", "SHA256": "92A596C39FCCBBE063CB4C07E9F65DDC4DAFE183BDF668DC084A6638FCEA0EF9", "CRC32": "712148F5", "BLAKE3": "55BA24CF23C963A1DAD96712A96C4870825CB479F993DC2E07D2619B9AF73CE0", "AutoV3": "F75EA72D71BB"}, "downloadUrl": "https://civitai.com/api/download/models/270081", "primary": true}, {"id": 210747, "sizeKB": 133250.76171875, "name": "270081_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-21T11:25:47.517Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "97E36475", "AutoV2": "AB079C70F2", "SHA256": "AB079C70F25C3A95FE2CF729937169B5A4C6AAAC84CE75A3BE1DA957A6986D0F", "CRC32": "69493A48", "BLAKE3": "69DCBC6B080CE8191B195DE5E5BA51B8800040E18CA27C7B2C0F1E1CF96909F6"}, "downloadUrl": "https://civitai.com/api/download/models/270081?type=Training%20Data"}], "images": [{"id": 5009013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7e811d9-15ae-41f5-939b-87f192e1b270/width=450/5009013.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFIEqo%~EL4UK,X9?H?aE,~W9bWBWHROxt%2", "type": "image"}, {"id": 5009014, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c4ee07d-a3b8-4759-a5c9-9cde6a4ebfff/width=450/5009014.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCHed]K,56vKGd59_2-nD+%hS%S%n3r;RPx^", "type": "image"}, {"id": 5009012, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3bf6ea49-99a3-4c7d-bd89-2cc64cc09a59/width=450/5009012.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9I;t~4Tb[~Wfm4T_2%M_39}wb-5$SI[?bRP", "type": "image"}, {"id": 5009011, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ddec55f-f420-4dac-9814-090c4c04d811/width=450/5009011.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFIEqo%~EL4UK,X9?H?aE,~W9bWBWHROxt%2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/270081", "modelId": 239446} \ No newline at end of file diff --git a/datasets/metadata/270104.json b/datasets/metadata/270104.json new file mode 100644 index 0000000000000000000000000000000000000000..b5c9e3e1b7ca382d9182304ad017ae646530d34a --- /dev/null +++ b/datasets/metadata/270104.json @@ -0,0 +1 @@ +{"id": 270104, "index": 0, "name": "The mistress of the copper mountain", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-21T12:19:00.106Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 68, "ratingCount": 6, "rating": 5, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 210763, "sizeKB": 177.546875, "name": "270104_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-21T11:46:13.529Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "EF3F1C464A", "SHA256": "EF3F1C464A820F949B8157919AA97DD2ED6696E75920E5842CB423CA696DA2F8", "CRC32": "E336761E", "BLAKE3": "7E2825F8CAD6466E545D6853C33C8E2DF1B8D41C2072EED7A28F29B8A308E6AF"}, "downloadUrl": "https://civitai.com/api/download/models/270104?type=Training%20Data"}, {"id": 210778, "sizeKB": 36978.6640625, "name": "The_mistress_of_the_copper_mountain.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-21T12:01:28.442Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8EFAD557", "AutoV2": "54DBD9B19A", "SHA256": "54DBD9B19AC6EB4236D2F4A2774B722A698662EE5E9B7EC084D91B60784854D7", "CRC32": "1782C9F0", "BLAKE3": "6AF8E55B1290598503FA75253FEE737D29006AE272A75B3FEC12C815EFFB92B6", "AutoV3": "A098FE0D1245"}, "downloadUrl": "https://civitai.com/api/download/models/270104", "primary": true}], "images": [{"id": 4767525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09614a84-27ac-4183-8088-460460c5f907/width=450/4767525.jpeg", "nsfwLevel": 1, "width": 1224, "height": 840, "hash": "UFEVA]My0L?u|rSzGGwu9v-TrD$3R-a0n%-o", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/270104", "modelId": 239471} \ No newline at end of file diff --git a/datasets/metadata/270176.json b/datasets/metadata/270176.json new file mode 100644 index 0000000000000000000000000000000000000000..e10473860230c3eff4607c1bf1f52e55be3d7f9b --- /dev/null +++ b/datasets/metadata/270176.json @@ -0,0 +1 @@ +{"id": 270176, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-21T13:34:11.960Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": ["fwjin-hee, mature female, large breasts"], "stats": {"downloadCount": 607, "ratingCount": 69, "rating": 5, "thumbsUpCount": 106, "thumbsDownCount": 0}, "files": [{"id": 230062, "sizeKB": 45588.224609375, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T15:25:44.946Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0DFD3046", "AutoV2": "3E32E6A8F0", "SHA256": "3E32E6A8F007273BB6E17F6F4BD07ED51181E7D57489B1898816D7ECE170299A", "CRC32": "27E681F8", "BLAKE3": "EDC143F9EEBD0E10191E43EB3DCBD8AEE29CA5350A3E5F39D2E0FC7B7EA7C0C1"}, "downloadUrl": "https://civitai.com/api/download/models/270176?type=Training%20Data"}, {"id": 210827, "sizeKB": 57636.9453125, "name": "FWJin-Hee.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-21T13:35:47.691Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7CFA2A9F", "AutoV2": "F0B91205AA", "SHA256": "F0B91205AAF72757922B5936FFC08D20A7288340C6CD6494E711D600820A3382", "CRC32": "96F70F4E", "BLAKE3": "B74BD6BFEB513EFE4156BF0F567D0FEA744286BDE9E26CE51CCA8BE4EBC39C5C", "AutoV3": "EA6A2DAD4890"}, "downloadUrl": "https://civitai.com/api/download/models/270176", "primary": true}], "images": [{"id": 4768667, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88af019d-6547-4b86-bc68-d43330e2e3a0/width=450/4768667.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1808, "hash": "UGJ72Mn60}NbGRNa#+M{Xg0e^*$f~TMes:S~", "type": "image"}, {"id": 4768669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d7d3683-2e0b-4f1b-a3dd-04588086bea5/width=450/4768669.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1808, "hash": "UHKJPt0L3CvL8cVErCIo%$xY^PE1TLi^W;In", "type": "image"}, {"id": 4768665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db40059a-ee3a-413a-b308-05c5badba222/width=450/4768665.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1808, "hash": "UMK^HR_NJ7-;Sgt6soRj01M{%2R*?Ht6IVWV", "type": "image"}, {"id": 4768668, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ac0c39c-55c5-4901-8029-38dc7202c0e8/width=450/4768668.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1808, "hash": "URLDcY%$LN%M2xo~IVS4Diaj=DSh.8kEoaof", "type": "image"}, {"id": 4768666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8717c4ae-f2d5-42b2-9f15-67338e872bf2/width=450/4768666.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1808, "hash": "UTMsf:RPBU%2_N$*-VWXOtkXV[s:NFM{jYkC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/270176", "modelId": 239536} \ No newline at end of file diff --git a/datasets/metadata/270519.json b/datasets/metadata/270519.json new file mode 100644 index 0000000000000000000000000000000000000000..49debae8277223af0c7af82dc121c0e23fe17d64 --- /dev/null +++ b/datasets/metadata/270519.json @@ -0,0 +1 @@ +{"id": 270519, "index": 2, "name": "Ivette", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-21T20:04:10.152Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 113, "ratingCount": 3, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 211090, "sizeKB": 10171.865234375, "name": "270519_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-21T19:45:37.984Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0E77010C", "AutoV2": "6E688397D2", "SHA256": "6E688397D2AFD70244F632DDECDBAEE9FACDBBCB56424530A5FF23AE860751CC", "CRC32": "0AC47EE6", "BLAKE3": "D35395C823712A089ACB5B678945E449F30A235212C3DBF30CE975957D310074"}, "downloadUrl": "https://civitai.com/api/download/models/270519?type=Training%20Data"}, {"id": 211103, "sizeKB": 36977.3828125, "name": "Ivette.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-21T20:00:50.685Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5FF234F3", "AutoV2": "7CF691D553", "SHA256": "7CF691D553C32E456E508868162FFFDA96FA037248BB7CFD8665121E0BDE7A05", "CRC32": "7C192DE2", "BLAKE3": "D7A13351D1EEF2E29F0AE112A5CDA7445D28871D270882B0E585182D7D75F5FE", "AutoV3": "2BA82A12989D"}, "downloadUrl": "https://civitai.com/api/download/models/270519", "primary": true}], "images": [{"id": 4780876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd528d26-4b53-4d8b-b868-c6a4d47e84e4/width=450/4780876.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UDG7}D~B01R%0fIoELNHOER+$%xaM{WB%2of", "type": "image"}, {"id": 4780875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fa36ed9-d7eb-44ce-b971-ab2afcb6ae2c/width=450/4780875.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UADlA-oL0gWVL2ay~Vs:O@j[~Bofxvj[R*t7", "type": "image"}, {"id": 4780195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a755c75a-c210-45c0-9e13-53c3186860a6/width=450/4780195.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGEB:9=|oztQx]Ip9vbbJAt6~BxtI:R*xaWB", "type": "image"}, {"id": 4780190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e36f62f0-f961-4a7a-82d1-4495678f71c5/width=450/4780190.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDEBpl%1019u0LWCs:%1S#R*}[oL0Lf6ogof", "type": "image"}, {"id": 4780010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76a6575c-e897-48e6-947d-de54d3998247/width=450/4780010.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U7FXxE^j00^j01579tJ8.7-o}[-o00IpkDjb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/270519", "modelId": 239815} \ No newline at end of file diff --git a/datasets/metadata/270989.json b/datasets/metadata/270989.json new file mode 100644 index 0000000000000000000000000000000000000000..29091190011c85eb5a05e0fea6288dab0fe3a520 --- /dev/null +++ b/datasets/metadata/270989.json @@ -0,0 +1 @@ +{"id": 270989, "index": 0, "name": "Apriapriliani", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-22T06:41:46.987Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 76, "ratingCount": 1, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 211502, "sizeKB": 3911.828125, "name": "270989_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-22T06:30:43.881Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F9DD991D", "AutoV2": "8475485A72", "SHA256": "8475485A727F158DE94D7CBA8D05803F2905A2BEDD7454F6EF67DC0E15A8C813", "CRC32": "0D8B3239", "BLAKE3": "141A4F517C0D10ADAF374097517750BAFD447FE28A1DE318B6767FDA18A04200"}, "downloadUrl": "https://civitai.com/api/download/models/270989?type=Training%20Data"}, {"id": 211506, "sizeKB": 36977.8125, "name": "Apriapriliani-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-22T06:40:42.919Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C6B17FCC", "AutoV2": "434A1DABA0", "SHA256": "434A1DABA0D2A140F52A069A173BD388BCB49815C638ADB65D35392257373FA1", "CRC32": "D2A19C0E", "BLAKE3": "E304CB5D226B7526F5DB9BE2F4477FF6544E96AFC6566EB61C9634461E3DC44E", "AutoV3": "996FB94119E8"}, "downloadUrl": "https://civitai.com/api/download/models/270989", "primary": true}], "images": [{"id": 4789854, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2ae296c-3043-44d6-a4ea-565d7fa7b446/width=450/4789854.jpeg", "nsfwLevel": 1, "width": 1052, "height": 1052, "hash": "UEGt$z?H0eRQN3x[4:-oBltl~Vxao~?H?G9Z", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/270989", "modelId": 240194} \ No newline at end of file diff --git a/datasets/metadata/271036.json b/datasets/metadata/271036.json new file mode 100644 index 0000000000000000000000000000000000000000..0246f138aed6544434bd2f073c284d1c873237ce --- /dev/null +++ b/datasets/metadata/271036.json @@ -0,0 +1 @@ +{"id": 271036, "index": 0, "name": "Beerus", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-24T02:42:55.501Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["black eyes, colored sclera, yellow sclera, animal ears, cat tail, colored skin, purple skin, collarbone, earrings, bracelet, jewelry, armlet, armband, choker, egyptian clothes"], "stats": {"downloadCount": 242, "ratingCount": 23, "rating": 5, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 213442, "sizeKB": 36989.828125, "name": "Beerus.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-24T02:40:31.994Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "80D14617", "AutoV2": "47A1FD25F1", "SHA256": "47A1FD25F18F7E47DE216A0F0A9FFDFE2F8532E7C189BEF50F26A6C3987C1F4C", "CRC32": "029B2BE1", "BLAKE3": "6024A0DAB86DB0B2734E411A612CBD835EDD292C8324EFB56C8F064FB22C305C", "AutoV3": "D876995282A5"}, "downloadUrl": "https://civitai.com/api/download/models/271036", "primary": true}, {"id": 218154, "sizeKB": 36996.9365234375, "name": "271036_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-29T11:05:50.555Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F168D42E", "AutoV2": "12CA013905", "SHA256": "12CA0139055C5CCC9AE51FE934341E994AE9E86E96AA85FBDF8F281BCBCAF5B9", "CRC32": "42E32814", "BLAKE3": "BCE6687F6E3F1E27EADE0D7F25077EADDC3B0BA4544A8DF19D7480816BE4B74B"}, "downloadUrl": "https://civitai.com/api/download/models/271036?type=Training%20Data"}], "images": [{"id": 4838973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9efab7b2-517a-4507-b860-07b0b892dc09/width=450/4838973.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U2A+,j^B00$-00NYG?s:r^9=^I-WyoobnGNL", "type": "image"}, {"id": 4838932, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b314bd41-9922-478d-a103-25e71830059b/width=450/4838932.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UbKKsdM{~qV@?IaeoyayMyxaofWBt7azt7t7", "type": "image"}, {"id": 4838944, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d91c27d-bbf6-468c-aca5-47757a97c268/width=450/4838944.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6AlxD~D000J9ERkKHI,tRkDr@=~J|WSwOt8", "type": "image"}, {"id": 4838960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e32ca2c-2211-4f5d-9663-eee6cb4f756e/width=450/4838960.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3A]K|0c00%M00-X7nInRU?0=_nNGkD~[hx_", "type": "image"}, {"id": 4838965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1ee795c-0f00-4e33-8d3d-ede7211c8934/width=450/4838965.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U49?eJD~00=*00%3cV$kxuEIRi9=7Ue.;Vs;", "type": "image"}, {"id": 4838954, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f7565c8-d786-4073-9470-fe03e0256754/width=450/4838954.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3AJBM0c00?K00t9Ks=$9[I-}^xZpm$k#aK4", "type": "image"}, {"id": 4838964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62e06d50-951a-4674-8a47-75295fd7d30d/width=450/4838964.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6A0Of^-0000q[wLGFAo0eEMX4%1-XxaNYsD", "type": "image"}, {"id": 4838956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9806ccc6-ebe0-422c-9bfb-0898bc3e35ef/width=450/4838956.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPEery4.Mw~p-:M|M{x]NaWBR+s;afofoLWA", "type": "image"}, {"id": 4838969, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa211c55-3ee3-45d2-95b8-67570ed95a40/width=450/4838969.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6EU=d~S#y-%wZ?Hx@xW00D,ENIUIuVr4mD-", "type": "image"}, {"id": 4838966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca00433a-7625-4c0d-a991-0f14ed86e687/width=450/4838966.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9CFxO~2^E^bMvxGNZRj57byt7V[$esRaeR*", "type": "image"}, {"id": 4838967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/297f47cd-3ad3-42c0-83f8-c6cbf2465b07/width=450/4838967.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCExw}~T}}-o4oM}J8t75Bs.9cV[--WU-Vxc", "type": "image"}, {"id": 4838970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16266c6b-fa0a-4a48-b81e-71a95f3c0957/width=450/4838970.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBBLu4S00ex9}mjd5ls-$djvJBn%-Uj=NIWY", "type": "image"}, {"id": 4838968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73ef29dd-6693-4b30-9966-d99b00f4f216/width=450/4838968.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U38zArtL0cIVNoEK-+xYDgx0?JW,~S%2rfRn", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/271036", "modelId": 240231} \ No newline at end of file diff --git a/datasets/metadata/271062.json b/datasets/metadata/271062.json new file mode 100644 index 0000000000000000000000000000000000000000..bb0ada210e7909fa8c0d2ff94c0bbd3f425e7556 --- /dev/null +++ b/datasets/metadata/271062.json @@ -0,0 +1 @@ +{"id": 271062, "index": 0, "name": "Sintakarma", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-22T08:46:28.592Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 48, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 211567, "sizeKB": 2547.326171875, "name": "271062_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-22T08:25:45.270Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CF10DA2E", "AutoV2": "37414224AF", "SHA256": "37414224AF518818F794623F17ED40670426F4FE9BB337D4E18AA9990A35886B", "CRC32": "339FE01A", "BLAKE3": "BD64FD35E7C851987E8DEE83765A6239EC68CC432F5F8AFD2B00B41E30F4E612"}, "downloadUrl": "https://civitai.com/api/download/models/271062?type=Training%20Data"}, {"id": 211581, "sizeKB": 36977.9609375, "name": "Sintakarma.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-22T08:45:42.540Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4C936701", "AutoV2": "C8D545C444", "SHA256": "C8D545C444C1F4BACD551725EB7BB3C9E05954997EFA23042DEFCE92F1C3969A", "CRC32": "F87FA027", "BLAKE3": "9473E144A97A44B72C890C46C56313D1B631BDBF72863FCC62D05A0698256C1C", "AutoV3": "A42333E4AAFE"}, "downloadUrl": "https://civitai.com/api/download/models/271062", "primary": true}], "images": [{"id": 4791778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a69b547f-8105-4f91-b3fa-77753442f971/width=450/4791778.jpeg", "nsfwLevel": 1, "width": 743, "height": 597, "hash": "UAG8r_^*00NH00NI^+NaMxIU~Wxa.8xunMRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/271062", "modelId": 240254} \ No newline at end of file diff --git a/datasets/metadata/271138.json b/datasets/metadata/271138.json new file mode 100644 index 0000000000000000000000000000000000000000..59e20621f34c59219af1a26dde0973fbeff92598 --- /dev/null +++ b/datasets/metadata/271138.json @@ -0,0 +1 @@ +{"id": 271138, "index": 0, "name": "preoperating surgery", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-22T11:14:43.926Z", "availability": "Public", "nsfwLevel": 8, "description": "", "trainedWords": [], "stats": {"downloadCount": 843, "ratingCount": 69, "rating": 5, "thumbsUpCount": 92, "thumbsDownCount": 0}, "files": [{"id": 211625, "sizeKB": 4305.921875, "name": "271138_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-22T10:20:57.937Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8FEEF4FF", "AutoV2": "BED16C32FF", "SHA256": "BED16C32FF89C27F2DB4574045FF302CF1EE20987C596AA3034D135C4ECF702C", "CRC32": "F5E77C4A", "BLAKE3": "5EB6C37A2EE02C02B6828A87AD9ED4E84D054594AB01A5B1B2640E83F948C9EA"}, "downloadUrl": "https://civitai.com/api/download/models/271138?type=Training%20Data"}, {"id": 211668, "sizeKB": 223099.33203125, "name": "preoperating_surgery.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-22T11:15:46.781Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8F9BDA7E", "AutoV2": "6C05FFB157", "SHA256": "6C05FFB15756FC7A138A1D1DCE634C1C2645857979BE7939DBA4A44676B7FCF2", "CRC32": "A4821C1C", "BLAKE3": "F9A414C4F4125321D63E276A71A14F0CAB60A1CE8E230F39CAEF1D5564ED0053", "AutoV3": "877F263157E6"}, "downloadUrl": "https://civitai.com/api/download/models/271138", "primary": true}], "images": [{"id": 4794653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c2b7945-0bc9-44c7-8dcd-f372ae68319f/width=450/4794653.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UEH^@X~V1fE20LD*9[+^0~TJ=|xa}s-ARQE2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/271138", "modelId": 240318} \ No newline at end of file diff --git a/datasets/metadata/271169.json b/datasets/metadata/271169.json new file mode 100644 index 0000000000000000000000000000000000000000..0ee21f22c3be8b3dd24a2c2dad2cd81b81b3adcb --- /dev/null +++ b/datasets/metadata/271169.json @@ -0,0 +1 @@ +{"id": 271169, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-22T10:49:01.362Z", "availability": "Public", "nsfwLevel": 6, "description": "\u7b2c\u4e00\u7248\u672c\uff0c\u4ec5\u4f7f\u7528\u4e09\u5f20\u56fe\u7247\u8bad\u7ec3\uff0c\u76ee\u524d\u6548\u679c\u7f3a\u5c11\u5de6\u8fb9\u87ba\u65cb\u53d1\u56fe\u7247\uff0c\u6b63\u60f3\u529e\u6cd5\u89e3\u51b3
\u624b\u52d5\u6dfb\u52a0\u94bb\u5934\u53d1\u6548\u679c\u4fee\u6b63:
sidelocks, drill hair, twin drills, \u4fa7\u9501\uff0c\u94bb\u5934\u53d1\uff0c\u53cc\u94bb\uff0c
\u7c21\u55ae\u4eba\u7269\u89f8\u767c\u8a5e:
kazamachi yamai, 1girl, orange hair , gray blue eyes,hair between eyes, large breasts, sidelocks, drill hair, twin drills,long hair,
\u5f81\u6c42\u4f1a\u4e0a\u8272\u56fe\u7247
demo\u56fe1 tag
kazamachi yamai, 1girl, skirt, breasts, solo, long hair, jacket, bra, underwear, shirt, school uniform, black jacket, open clothes, orange hair, cleavage, pleated skirt, red ribbon, looking at viewer, blue skirt, large breasts, open mouth, purple bra, white shirt, open jacket, neck ribbon, ribbon, blazer, miniskirt, drill hair, long sleeves, cowboy shot, partially unbuttoned, collared shirt, hair between eyes, arm behind head, fang, :o, arm up, bra peek, gray blue eyes
demo\u56fe2 tag
kazamachi yamai, solo, breasts, 1girl, long hair, large breasts, gloves, open mouth, cleavage, white background, fingerless gloves, simple background, smile, looking at viewer, orange hair, thighhighs, lock, cape, floating hair, garter straps, hair between eyes, gray blue eyes
demo\u56fe3 tag
kazamachi yamai, 1girl, solo, long hair, fingerless gloves, gloves, scarf, breasts, full body, smile, looking at viewer, orange hair, boots, garter straps, simple background, white background, thighhighs, elbow gloves, black gloves, armored boots, cleavage, standing, black scarf, gray blue eyes
", "trainedWords": ["kazamachi yamai"], "stats": {"downloadCount": 356, "ratingCount": 55, "rating": 5, "thumbsUpCount": 77, "thumbsDownCount": 0}, "files": [{"id": 211655, "sizeKB": 36975.9609375, "name": "kazamachi yamai_step20.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-22T10:50:47.394Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D9B421AF", "AutoV2": "C4E5585D55", "SHA256": "C4E5585D55EBDC7E16643A83FA505AAC25FF57AEA93BF39764DCBC2423FD8D32", "CRC32": "44B6CE48", "BLAKE3": "7C8E1B9FC260F1FD76F7EB62395EF7B05EA05821247935ACB46643DE2B111425", "AutoV3": "74E8DFC53FFB"}, "downloadUrl": "https://civitai.com/api/download/models/271169", "primary": true}, {"id": 211654, "sizeKB": 14397.7490234375, "name": "Kazamachi Yamai.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-22T10:50:49.413Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D429FA19", "AutoV2": "E050CF5333", "SHA256": "E050CF53339386A3392D31FE5F1C47102ADE529C00516829AEBB9E0640599AB2", "CRC32": "24639C0A", "BLAKE3": "6FE2D7E09257B2073EF970F4E47312395AE1FDE8C1C631611B0DBC40E3607B2C"}, "downloadUrl": "https://civitai.com/api/download/models/271169?type=Training%20Data"}], "images": [{"id": 4794219, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92c5946b-c340-4062-a5b1-974076f43427/width=450/4794219.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "UDI#cQTLPq%200pI9Z%2sDIp4UIA?GRiyD%L", "type": "image"}, {"id": 4794179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/949e203c-fb83-43a2-9eb8-fc2738fcdf27/width=450/4794179.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "UHIEhV?^ys%gD4k=IURP%$x]g4ofO@?bx]WC", "type": "image"}, {"id": 4794211, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9749203-e7e2-4811-a3d8-078e59178849/width=450/4794211.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UQMG#Ntl%$-;#QE1WXIA~WRQD%-p_3oLyDIA", "type": "image"}, {"id": 4794220, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91aded07-2c08-40e2-8ff1-cc79392ffd8c/width=450/4794220.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "UaMZ%btl_NoM$fR+IURP~qWBo}n$.9%Mx]WB", "type": "image"}, {"id": 4794215, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0474e66a-2365-45d1-90ce-0fea42e23573/width=450/4794215.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "UULNGY8_~q=|}@-;ENs,M{%hOYR*IoRjRPni", "type": "image"}, {"id": 4794166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86c55cbc-b828-4bea-afd1-39e9ad9af886/width=450/4794166.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "UGJ%|L%~?]9F^4E002VY~VROFfMd9Z%M={x[", "type": "image"}, {"id": 4794221, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26691e7e-49c4-4ea2-b0da-f0b26fe1e643/width=450/4794221.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "UZJ%|O9FS}jb~BRPJooeRikCx^kCt8t7ROt7", "type": "image"}, {"id": 4794230, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/927cd1db-1e31-4002-bb87-e693761e4c8d/width=450/4794230.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "UNK,:KH?xnt8~B-oKRkW,-%gtmtR_2%2aJxa", "type": "image"}, {"id": 4794227, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/528d846c-3060-4978-97c7-ab2294cebefb/width=450/4794227.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "USKwFHDjS_~C~B%MyDju^js:T0kWS$EL%2of", "type": "image"}, {"id": 4794226, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67f57a55-8e1d-4b91-9b15-041131fd884d/width=450/4794226.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "UFKAWy4Tx:ml}WNa5Tsk^iEgO[9t0Loy-Ut7", "type": "image"}, {"id": 4794225, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/feefc420-2761-4326-bc83-a9f7752e549e/width=450/4794225.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "UeP6:Rt7_NxuR5j@%gRj-;oyM|oft8RjRkRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/271169", "modelId": 240327} \ No newline at end of file diff --git a/datasets/metadata/271678.json b/datasets/metadata/271678.json new file mode 100644 index 0000000000000000000000000000000000000000..92f3e9e8e2a3140766fa5b138a250ae86c4881c1 --- /dev/null +++ b/datasets/metadata/271678.json @@ -0,0 +1 @@ +{"id": 271678, "index": 0, "name": "Zara IA OC", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-22T22:59:21.875Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 57, "ratingCount": 5, "rating": 5, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 212153, "sizeKB": 4763.6826171875, "name": "271678_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-22T22:40:47.925Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B02FA499", "AutoV2": "83DE91BA48", "SHA256": "83DE91BA48220E156F90A7A4B9D336D627B962C0120EBE1C8FB21F62C3AE0901", "CRC32": "C4FD050B", "BLAKE3": "7AF11CD9A5E0FD3F8FE1CA79084D0C2CDE666F222AD39A314C2CF4615B16D70F"}, "downloadUrl": "https://civitai.com/api/download/models/271678?type=Training%20Data"}, {"id": 212166, "sizeKB": 36978.140625, "name": "Zara_IA_OC-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-22T23:00:39.948Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C701C61D", "AutoV2": "51A4CC0BEA", "SHA256": "51A4CC0BEAE4502D4017C8B8E7E7E47B4063EA09B4D6E342FED7653B4132F94B", "CRC32": "DED965FB", "BLAKE3": "36B8E824273A1464A43A09F0F758E9CCF1AEC577209DA4D580C5DC4CE35EF93D", "AutoV3": "FD65BE6CA888"}, "downloadUrl": "https://civitai.com/api/download/models/271678", "primary": true}], "images": [{"id": 4808694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13c1d629-dc06-48fc-8cba-0dd1dc1131b1/width=450/4808694.jpeg", "nsfwLevel": 2, "width": 554, "height": 900, "hash": "UAEeuuEL0L~B9t%Lja9Z9aen?GSh-:9ZM|?a", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/271678", "modelId": 240794} \ No newline at end of file diff --git a/datasets/metadata/271742.json b/datasets/metadata/271742.json new file mode 100644 index 0000000000000000000000000000000000000000..d64f116acf192b1c9b1702402a0c7b20ca46d208 --- /dev/null +++ b/datasets/metadata/271742.json @@ -0,0 +1 @@ +{"id": 271742, "index": 0, "name": "Green eyed man", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-23T00:15:35.930Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 192, "ratingCount": 13, "rating": 5, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 212192, "sizeKB": 3081.9912109375, "name": "271742_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-22T23:55:37.984Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4415259A", "AutoV2": "08C60B2FAF", "SHA256": "08C60B2FAFA72A9F6640815CC56832708402033CC7CDC8624F73F3CAED54E824", "CRC32": "30964A29", "BLAKE3": "29D3C3FAA1879E6A5E69B990C1BD18D606D06105ADAE3B728A3BE53783AB7952"}, "downloadUrl": "https://civitai.com/api/download/models/271742?type=Training%20Data"}, {"id": 212208, "sizeKB": 36978.5546875, "name": "Green_eyed_man.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-23T00:15:51.190Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0A0AB16C", "AutoV2": "DCB9D92505", "SHA256": "DCB9D9250513A6584F537F156C48A8F3821DA2C3855C1FB44D34E5B81E072883", "CRC32": "E2AFAC29", "BLAKE3": "77C37FED73E17AD721B45A3784D40091A8B6EF7E47E51A2E4A8AABCCAFDAB182", "AutoV3": "9B93675A6D47"}, "downloadUrl": "https://civitai.com/api/download/models/271742", "primary": true}], "images": [{"id": 4810452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b88cd2e-146e-4c62-bacf-8538283c3bb6/width=450/4810452.jpeg", "nsfwLevel": 1, "width": 512, "height": 640, "hash": "UNEe#=01S#%1~U9ZX8xaX9M{xGNGR+WBWXs.", "type": "image"}, {"id": 4810453, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ad54bfa-07b2-455d-bf59-c4136a72c7b5/width=450/4810453.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "UCD96Y00~pDj~B4.?aRPI=WB-pE1o}e.WXxt", "type": "image"}, {"id": 4810454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a127381-c1fd-48b0-9ec7-d5436102dde1/width=450/4810454.jpeg", "nsfwLevel": 1, "width": 512, "height": 640, "hash": "UCAT4g~WK5Ei=wxZNGIo57E1sTxaEMkW-p%M", "type": "image"}, {"id": 4810605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68873c19-bb0b-4dcc-860a-91bde42478a9/width=450/4810605.jpeg", "nsfwLevel": 1, "width": 512, "height": 640, "hash": "UIH-#_01OYw^00I;Nbo1*0ozi_NHozRP^*Rj", "type": "image"}, {"id": 4810673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8cab090-1492-44b0-ba18-1a9c50b0ee91/width=450/4810673.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "UHEy0w~WKk~V^+-=D%tSFyM_VY9F?bt7M_so", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/271742", "modelId": 240852} \ No newline at end of file diff --git a/datasets/metadata/271924.json b/datasets/metadata/271924.json new file mode 100644 index 0000000000000000000000000000000000000000..e93f7530a5ab14816dcc0440a35babc42ae8ae85 --- /dev/null +++ b/datasets/metadata/271924.json @@ -0,0 +1 @@ +{"id": 271924, "index": 0, "name": "catherineealicia chatez", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-23T03:35:46.890Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 82, "ratingCount": 7, "rating": 5, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 212354, "sizeKB": 1132.5908203125, "name": "271924_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-23T03:10:33.379Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "12960F70E6", "SHA256": "12960F70E6F09D8D0F3BA5617C649144829D4EAD9F1D3103F7A409DF2654E69B", "CRC32": "8AB5BC74", "BLAKE3": "7374E049E01EE60A86F23022C8503395877264F6536D4FF184C6CCD4F2A1A304"}, "downloadUrl": "https://civitai.com/api/download/models/271924?type=Training%20Data"}, {"id": 212373, "sizeKB": 36977.703125, "name": "Chatez-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-23T03:35:45.485Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1D092514", "AutoV2": "97643B9BCA", "SHA256": "97643B9BCA54DE7C79A6BC17A6C13B318F89F1350F1FD04462D89AEF57FBE4FE", "CRC32": "CA7D050A", "BLAKE3": "52700E03B9CDC10518928EE2A90D63BCD2E698299E5AC7B2BD30649699D3A95F", "AutoV3": "3E66994D0B43"}, "downloadUrl": "https://civitai.com/api/download/models/271924", "primary": true}], "images": [{"id": 4816545, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b23827a-9244-4cf8-afec-febb5e8006c1/width=450/4816545.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UDGad.~pTJNe03M|57589ZEM-Uxu?GkCn%wc", "type": "image"}, {"id": 4816546, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9a9e2ff-c489-4a8a-974e-32c32ff74f48/width=450/4816546.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULH^Cb0h5nS40#ShIU}?r=R*t7t7~BIpV[WU", "type": "image"}, {"id": 4816547, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e131d17-c33a-4bae-ba43-0027c1a4aab6/width=450/4816547.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "ULJGN3}?0MNGEM-TM|Io?FxZwcxY-os:R+R*", "type": "image"}, {"id": 4816548, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1d6c97e-0c13-4734-8502-da3311c7dc61/width=450/4816548.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UAHwlRnh029u02VsRP-:~U-nnO-UW;xun$xZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/271924", "modelId": 241011} \ No newline at end of file diff --git a/datasets/metadata/273406.json b/datasets/metadata/273406.json new file mode 100644 index 0000000000000000000000000000000000000000..fbcada4952ab01fdddbaa60b6d35e345576d065f --- /dev/null +++ b/datasets/metadata/273406.json @@ -0,0 +1 @@ +{"id": 273406, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-24T09:21:37.270Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 544, "ratingCount": 76, "rating": 5, "thumbsUpCount": 110, "thumbsDownCount": 0}, "files": [{"id": 213656, "sizeKB": 40586.7099609375, "name": "Sakuraba_hanahasu_saiminseishidou.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-24T09:20:47.888Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "26ED58B1", "AutoV2": "2FF41891C3", "SHA256": "2FF41891C300DBEACDBAD72922D3FEEDB49DA10745A265353F5275BE0185C2FD", "CRC32": "31DE4457", "BLAKE3": "FA0283A1E0F243D72AA1B82391A0ED3768BEBB8377D5DE18EAB46B5367DBE44C"}, "downloadUrl": "https://civitai.com/api/download/models/273406?type=Training%20Data"}, {"id": 213655, "sizeKB": 22250.92578125, "name": "Sakuraba_hanahasu_saiminseishidou-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-24T09:21:06.655Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D9E47780", "AutoV2": "8CBFF6E636", "SHA256": "8CBFF6E636B51E88133AC04D5AC29EBF18A1E70799D4CD14199D93D62728FAD4", "CRC32": "9229070A", "BLAKE3": "7B16B7D5D3A7803B25785BE4DB0EFB0077BE0F01E93C9314E005EB3945F482ED", "AutoV3": "70BE7AB54CB1"}, "downloadUrl": "https://civitai.com/api/download/models/273406", "primary": true}], "images": [{"id": 4845611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cca77c94-65e9-4a30-9e50-95c66fe93e27/width=450/4845611.jpeg", "nsfwLevel": 2, "width": 2048, "height": 3072, "hash": "USQ[u%xb*Jx[%itQ.SNH%fWBMxWC$*W;WmoK", "type": "image"}, {"id": 4845881, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd4c1a97-3575-408f-8dde-515b60fb5182/width=450/4845881.jpeg", "nsfwLevel": 2, "width": 2048, "height": 3072, "hash": "UeNvY^~pKPx]N1-;S~%MM{s:%2M|%LM{MyWB", "type": "image"}, {"id": 4846093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe020d31-d405-4c9b-9c9f-dd8865949c6b/width=450/4846093.jpeg", "nsfwLevel": 2, "width": 2048, "height": 3072, "hash": "UVNvY[MxADNF_4s:tkoeIoxus.WX_2ofD%of", "type": "image"}, {"id": 5485157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/140afc4f-a7e8-4246-bef3-001592d9f49e/width=450/5485157.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UBOfDa00LLxDOu000fVs0M9Z?]IU~DVsxuM|", "type": "image"}, {"id": 5485662, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4681626b-5060-4f9f-a497-230aba9b9eb2/width=450/5485662.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFNTB;-o00kWT}D%cYXS~qoL-TxujetRT0WB", "type": "image"}, {"id": 8471551, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0592d5a-11fd-43a0-9a7a-707295857eff/width=450/8471551.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UeQumX%gKjaK?woz?baKWEa|W;Rjt7s:Mxnj", "type": "image"}, {"id": 8471555, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ed9400e-986d-4bf5-ba62-f6ec3d1d5e2d/width=450/8471555.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UAO{s|Ua3=#T050M3W,?00V@9[vhxJM}Dia1", "type": "image"}, {"id": 8471773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12cd6a2f-9c57-4c28-9548-709218d51d17/width=450/8471773.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U9Pr??4=3=5T1BDP7~5=03^1O?IU~W^Os9jG", "type": "image"}, {"id": 9549153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef539b80-ceba-4817-92c5-5f4beb0a5a34/width=450/9549153.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHNSW%D*0xIUERwzJ~M{00%LI:tR~V~WD*bF", "type": "image"}, {"id": 11944452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25813bd8-14af-4dd5-ae28-24e86036062f/width=450/11944452.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVNcQhMx5QI.9HIUE1IptSM{-;M{~WIURjj[", "type": "image"}, {"id": 11947322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d640c7f8-346b-4849-967e-7fa820f2434d/width=450/11947322.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKN]On-p0J%fRjRP5Qbtk=s:%LS4~paxRPoz", "type": "image"}, {"id": 11947359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93ae4ee6-b2dd-447a-94df-4b52553a1892/width=450/11947359.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U8Ox~~M10JD$00015P0L9GOr%L9G_N.702t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/273406", "modelId": 242324} \ No newline at end of file diff --git a/datasets/metadata/273467.json b/datasets/metadata/273467.json new file mode 100644 index 0000000000000000000000000000000000000000..c67baf27fc7748976e73015045696f52d6e6e8f9 --- /dev/null +++ b/datasets/metadata/273467.json @@ -0,0 +1 @@ +{"id": 273467, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-24T10:46:51.032Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 183, "ratingCount": 28, "rating": 5, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 213714, "sizeKB": 36983.7021484375, "name": "Kusuri Yakuzen .safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-24T10:40:43.908Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2C5F8A", "AutoV2": "BC6D75A891", "SHA256": "BC6D75A8918217043552BF7B9B6B4729E2AF33A97DBC54DFD2A9D6BA42B2DAF6", "CRC32": "71D8D7AA", "BLAKE3": "509269983B03AF2AA1FF51509123AC9687B9ACEC20E003F6AFC99F909C799772", "AutoV3": "F0C3D6C85D33"}, "downloadUrl": "https://civitai.com/api/download/models/273467", "primary": true}, {"id": 213716, "sizeKB": 14015.865234375, "name": "kusuri yakuzen.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-24T10:41:04.425Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BC741BCF", "AutoV2": "970264083C", "SHA256": "970264083C4DE0E254404C35F0AE6F7DA027E391188AB84CD94F3741FE244CFC", "CRC32": "C14C7156", "BLAKE3": "EE56F864DF9908AB24163BDE27AE3FE6EF8E2775F1A1EA4BAB1685EB205C05F3"}, "downloadUrl": "https://civitai.com/api/download/models/273467?type=Training%20Data"}], "images": [{"id": 4847136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64965a3c-e8ed-4d59-a9fd-0bff8e88ef75/width=450/4847136.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1840, "hash": "UTM74F_4F?R-H@a1SzR-IVRPIUX8ogE0jZM|", "type": "image"}, {"id": 4847155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32e28edc-f3e4-4c0e-b8d6-8937cdeb70ac/width=450/4847155.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U6IXEeHY0_019Z^S1G56Or9t^*~W00tQ-E4:", "type": "image"}, {"id": 4847157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e92a3fa0-775e-4782-966c-1685b24e7ca3/width=450/4847157.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAJ@k3%z00Di8w9F_N%2IAXSR%bH.7ozQ,sp", "type": "image"}, {"id": 4847160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07f4358f-ec2f-4bba-a47e-9a5df3186f74/width=450/4847160.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbK^vwjZtkxu~qaykrkCtRof-;of-;j[M{ay", "type": "image"}, {"id": 4847165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0cdc32d7-a4a6-4ab5-835b-d67460fa945f/width=450/4847165.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNN0JBkpAnX8mm%3?^D%.8V[V[%Mb^E0OA%z", "type": "image"}, {"id": 4847169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6d8c635-1c78-4718-9c84-e9f93d4d7dfb/width=450/4847169.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEM?i4x]00IC00E1P7%L.S9F?]R+t7kW%gi_", "type": "image"}, {"id": 4847198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e3d7b5f-55e8-4b17-827a-dfe2f78d95a3/width=450/4847198.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UUNS~csoKcW-#SE2%#kCSft8n,Rk_Na|RPxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/273467", "modelId": 242374} \ No newline at end of file diff --git a/datasets/metadata/274735.json b/datasets/metadata/274735.json new file mode 100644 index 0000000000000000000000000000000000000000..0f8adc64f5e769e1c324d4bdf191c0c5a1eef053 --- /dev/null +++ b/datasets/metadata/274735.json @@ -0,0 +1 @@ +{"id": 274735, "index": 2, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-25T19:07:14.005Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["mitaka asa"], "stats": {"downloadCount": 130, "ratingCount": 11, "rating": 5, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 214696, "sizeKB": 28241.37890625, "name": "mitaka_asa_xl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-25T19:10:45.009Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "83AAC98C", "AutoV2": "04F9741743", "SHA256": "04F97417438CC40DEBC0DA08F181700EA176D0FA04979EDF4213926F33550DCA", "CRC32": "B79106F3", "BLAKE3": "C47B0144E905552DDB7562095B727A4F60501BD9881D2A03A6974946D417945B", "AutoV3": "9AFABF1728BC"}, "downloadUrl": "https://civitai.com/api/download/models/274735", "primary": true}, {"id": 218184, "sizeKB": 52362.65234375, "name": "mitaka asa.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-29T12:00:48.470Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6E5DA65A", "AutoV2": "346FA7D8BE", "SHA256": "346FA7D8BEFB1323094DC8B9561A04191C0B9311862D580B6288C134CEE90D55", "CRC32": "B14F1830", "BLAKE3": "ADC04289C4A8FC743CE7C2D8722EE3D55BFBE0F442E056B967B629A82A35FF54"}, "downloadUrl": "https://civitai.com/api/download/models/274735?type=Training%20Data"}], "images": [{"id": 4881583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3696bfaf-8e6d-4ecf-801d-5db1ad934ee6/width=450/4881583.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDF}~600~q4.=W4:-oRl0L%L-pni9b%LIBxt", "type": "image"}, {"id": 4881586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/782456cd-d25a-4a3b-9f84-28a14b8f49a5/width=450/4881586.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCD+uWf+EL~VE1xabHWB4:9ZxGt7-:t7M{ae", "type": "image"}, {"id": 4881599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4298f99c-bafe-46a3-9d78-69e1db81495c/width=450/4881599.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMEpD}t8.6%MTOoeWHR:4pxtN0R*D%Rks+t6", "type": "image"}, {"id": 4881601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8288c3b3-e9c6-4254-8bab-e4d59c8ef70d/width=450/4881601.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYGbI+?G?F%2~V%1%Mxt%Mf5ofxaxuWBayWB", "type": "image"}, {"id": 4881608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73928eee-e7ae-4f58-a218-74f56875911d/width=450/4881608.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAGR;w%M00nOR4~p_300%g-pD$4:%g-pIU4:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/274735", "modelId": 243488} \ No newline at end of file diff --git a/datasets/metadata/274902.json b/datasets/metadata/274902.json new file mode 100644 index 0000000000000000000000000000000000000000..74c1bbc1f2cec4d3fcb60bf40fc544c678c74d4c --- /dev/null +++ b/datasets/metadata/274902.json @@ -0,0 +1 @@ +{"id": 274902, "index": 0, "name": "Red Savarin Beta version", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-26T01:36:26.561Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["red savarin"], "stats": {"downloadCount": 36, "ratingCount": 2, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 214871, "sizeKB": 568.986328125, "name": "274902_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-26T00:25:44.203Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "FA977B60F2", "SHA256": "FA977B60F2B753DE6F76E84D813079631038932B18F16CB8053170CF91E0352A", "CRC32": "4834F537", "BLAKE3": "F01A7C26C914ECFF1F003D135DD12869D7472A804E1F4285CC17B537F8830BE2"}, "downloadUrl": "https://civitai.com/api/download/models/274902?type=Training%20Data"}, {"id": 214922, "sizeKB": 223101.07421875, "name": "Red_Savarin.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-26T01:35:48.507Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FE84CDFF", "AutoV2": "52555361C7", "SHA256": "52555361C7FA1281CC2A4DE3E95ED07BEB47DE3511F1E92931BD5B53DB386E33", "CRC32": "D22615EA", "BLAKE3": "BF7C96197AC23F1BB82A02B8BD16C9ED96E3FD9F9EC55A38CDE0051C292DC31C", "AutoV3": "AD0DA462ECDB"}, "downloadUrl": "https://civitai.com/api/download/models/274902", "primary": true}], "images": [{"id": 4888103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2075c30-2016-4c66-b45c-81fa9002794a/width=450/4888103.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UXLhrJI9?vyDQ:ozx]o~P;yDD%RjxwWBNGbH", "type": "image"}, {"id": 4888104, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bd1da59-c0eb-43a6-8ce4-fdf749e9b747/width=450/4888104.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UoMt{pV@?^%gV_ofkCayX,kCMxWAogjZoeof", "type": "image"}, {"id": 4888106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0a7efec-9da4-4cf0-89f7-78e4a5c51357/width=450/4888106.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UhLOZjog.To}R8ozg4WBTwbIMxadbKV@ofof", "type": "image"}, {"id": 4888105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe4b34fb-acde-455e-a6be-dc6e746c79d5/width=450/4888105.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaNU9SkD?^x]RWoztStRlSogDhWCo#aekCf+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/274902", "modelId": 243640} \ No newline at end of file diff --git a/datasets/metadata/274915.json b/datasets/metadata/274915.json new file mode 100644 index 0000000000000000000000000000000000000000..bade1a0fec07c590a5c2b6efc880f55a1f0aad8b --- /dev/null +++ b/datasets/metadata/274915.json @@ -0,0 +1 @@ +{"id": 274915, "index": 0, "name": "Gay spread eagle", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-26T01:20:29.243Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 1644, "ratingCount": 65, "rating": 4.97, "thumbsUpCount": 184, "thumbsDownCount": 0}, "files": [{"id": 214874, "sizeKB": 8498.888671875, "name": "274915_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-26T00:26:09.140Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3BF048F8", "AutoV2": "149C5BB2B1", "SHA256": "149C5BB2B1898A8A57FD65B30B5EE980FAED81FA7357BB815C59D11B63584681", "CRC32": "95083EC9", "BLAKE3": "7E7F317109DE0C0D1EA7E1F4F825CBDB3E8A8D7D5D60DA31AB99ED1DAB549141"}, "downloadUrl": "https://civitai.com/api/download/models/274915?type=Training%20Data"}, {"id": 214904, "sizeKB": 36981.1171875, "name": "Gay_spread_eagle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-26T01:15:28.633Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9E702AEB", "AutoV2": "47C12A26F6", "SHA256": "47C12A26F69CB7B62C03BFFE7D37FBD95A9B621AC10BD2BDAF9A8D9C90D9DDA5", "CRC32": "B3277515", "BLAKE3": "18B03498223DCC6C58B28CC8D69BA2394C5033599353BFC2486D13C83829EA38", "AutoV3": "05BA3BBE45AD"}, "downloadUrl": "https://civitai.com/api/download/models/274915", "primary": true}], "images": [{"id": 4888233, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f18dd116-d263-4204-8464-b7c58f7af4c6/width=450/4888233.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1280, "hash": "UEEn|rAI^%IW0LIUM{xa0$~UE3?G9F4:WX9u", "type": "image"}, {"id": 4888124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92e2f37f-dced-4c71-b1c3-177785a2cc7f/width=450/4888124.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1280, "hash": "U8F;c+}=^*-U@q=|]~bu0Ow[-Cad00j]0y$%", "type": "image"}, {"id": 4888254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f58bfc47-c2b6-44fb-832c-f409e11c13a7/width=450/4888254.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1280, "hash": "UNE_Eg-T9]EM}=-ANINI56xFWEWX-UayNHNG", "type": "image"}, {"id": 4888329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a64415d3-aa53-4217-a25a-4a61f78a371a/width=450/4888329.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1280, "hash": "U6B..YtlIo^PNeRjs9%101~B=|bb004.W;XS", "type": "image"}, {"id": 4888363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2c1abec-08bf-4bc5-a08c-f1631d6784e0/width=450/4888363.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1280, "hash": "U5E2FA5RW+-U00ENn#}?0;=vnO9u00ELoL0#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/274915", "modelId": 243649} \ No newline at end of file diff --git a/datasets/metadata/275044.json b/datasets/metadata/275044.json new file mode 100644 index 0000000000000000000000000000000000000000..f780b2d99de85badb0d3ef36a26dc16404e95c74 --- /dev/null +++ b/datasets/metadata/275044.json @@ -0,0 +1 @@ +{"id": 275044, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-26T03:42:41.314Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 639, "ratingCount": 102, "rating": 5, "thumbsUpCount": 149, "thumbsDownCount": 0}, "files": [{"id": 214994, "sizeKB": 22258.19921875, "name": "aiue_etizenn-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-26T03:45:35.956Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "80855589", "AutoV2": "ABEC286258", "SHA256": "ABEC2862580FEAD3BFDC23E4AAE0C8B18828C2ABCDA87602B65B0F43290E1FD0", "CRC32": "1830C21A", "BLAKE3": "4F3E6A8A42E803E1252ED8445606023CB1B5A57F82C997F47D60E523C1EE313A", "AutoV3": "77AEEF2F1CCD"}, "downloadUrl": "https://civitai.com/api/download/models/275044", "primary": true}, {"id": 214995, "sizeKB": 48140.91796875, "name": "aiue_etizenn.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-26T03:45:36.635Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B6305F62", "AutoV2": "EEFC4CC9D0", "SHA256": "EEFC4CC9D003AE4F3B6929FB57982B6898FCD2F54D2518057B03EC8B543A5A36", "CRC32": "02041FDB", "BLAKE3": "C48C138CBCAFAFE81CFD858D557116DF67BAF763ED80D3B040D87ED157073864"}, "downloadUrl": "https://civitai.com/api/download/models/275044?type=Training%20Data"}], "images": [{"id": 4889967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d53f4b0-676c-4f25-b925-5bf3355bc747/width=450/4889967.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USN]z?-;_N%MEfRj_MjZ~qWVwIoeMyoLxFRj", "type": "image"}, {"id": 4890244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80d6468a-e086-4c7c-be29-864c8b50d0c3/width=450/4890244.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGMj2P00Rh8{H=D%-:RP4nRP~WxZ_NtR9Fx[", "type": "image"}, {"id": 4890590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57481fcf-6d08-44be-b515-3a68b6f8465e/width=450/4890590.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UTM~@FW:4:e=xUIUWAe..8jF-of7~B%MM{Rj", "type": "image"}, {"id": 4909449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01869ba6-3c70-4dee-92a2-0f1eb04152d2/width=450/4909449.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTKB8uV@?bM{?GM_-;xuD%%2%2bH_4ofadRk", "type": "image"}, {"id": 4909778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c4991ee-1f32-4335-95b4-0ea308e16dc4/width=450/4909778.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "USHJ]xxZ5Q}@tQ-U$zj[XSofs8%1%MxaRjod", "type": "image"}, {"id": 4911529, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3330d4fa-45e7-453b-bea1-d749f2c5175c/width=450/4911529.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UMH,|]I:01-nJ7xaRjI;0MWVxCxZ~CWBM_NG", "type": "image"}, {"id": 4912519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae20c114-5a49-4221-9470-b4f85907d44f/width=450/4912519.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UNKA4zX8019aOkRkE2IqI:oKRki{~VayM|WB", "type": "image"}, {"id": 4913485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a3bbf56-ac7d-4ae3-9c6f-6d4842aa63f6/width=450/4913485.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UZLC*R%20fM|Svt6E2NH9uWpWCIp~Bj[M|Rj", "type": "image"}, {"id": 5814436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd0002cb-2f35-4477-a8c6-9176c357ffa8/width=450/5814436.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UcPPfe%g?^x]_3RitmaxS#V@V@Rj%Mt6M{oz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/275044", "modelId": 243769} \ No newline at end of file diff --git a/datasets/metadata/275390.json b/datasets/metadata/275390.json new file mode 100644 index 0000000000000000000000000000000000000000..63350d1371f42269f62276e24723ac05100287d6 --- /dev/null +++ b/datasets/metadata/275390.json @@ -0,0 +1 @@ +{"id": 275390, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-26T13:07:27.371Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["TifaFFVII", "White_crop_top_Suspenders_Black_pencil_skirt_Elbow_gloves", "Blue_short_dress_Backless_outfit_Bowtie_Sleeveless", "White_crop_top_Black_undershirt_Suspenders_Black_pleated_skirt_Black_thighhighs_Elbow_gloves", "Black_cropped_vest_Black_cargo_shorts_Red_arm_ribbon"], "stats": {"downloadCount": 425, "ratingCount": 54, "rating": 5, "thumbsUpCount": 80, "thumbsDownCount": 0}, "files": [{"id": 215309, "sizeKB": 37028.2578125, "name": "Tifav1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-26T12:30:41.750Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4A8E62BC", "AutoV2": "3A5113BB24", "SHA256": "3A5113BB24BCE811B735D1707623503D3BA34AFE045D352727D145DE832F7BCC", "CRC32": "3AA87205", "BLAKE3": "BAE52BEB5677A64B7B9CA15C7A6084B615CFCF53A3119E14AAD230556092FDFD", "AutoV3": "9CE51B2AF298"}, "downloadUrl": "https://civitai.com/api/download/models/275390", "primary": true}, {"id": 215311, "sizeKB": 502250.1337890625, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-26T12:30:55.364Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "61FDB336", "AutoV2": "CCAB8947A5", "SHA256": "CCAB8947A58D7EA6DFA9D4F9807B2B2FD0DA03F0049BC2F04CE269F1F4DB048F", "CRC32": "B493D707", "BLAKE3": "A2E5CB63D94975231B5BA128C52EA3E8A4AAB9D395825B47AC571D8F8728488E"}, "downloadUrl": "https://civitai.com/api/download/models/275390?type=Training%20Data"}], "images": [{"id": 4899512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84dff01b-10e2-4980-b114-aec858b41a44/width=450/4899512.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDEeilD*3s_2r:%hDOpKG]o~t8?HEgxb?cIU", "type": "image"}, {"id": 4898885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a04a7fda-3f8a-4e0b-915b-eaeaede56475/width=450/4898885.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UMK15vR.Ot~qi{NdE1n400ad-poI0ejEInbc", "type": "image"}, {"id": 4898892, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea79b2ca-1db5-4cea-ae3a-6fcc35f439dc/width=450/4898892.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UWJQ+s57~qs:?c-q%ht6%gxao#Rj%MxuaKRj", "type": "image"}, {"id": 4898889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97e2cd01-648f-46e3-b6fc-b4551b03d736/width=450/4898889.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UOKKQa%N_N~X?bWBxuR*V@M{ogMx0Kt7R+IU", "type": "image"}, {"id": 4898888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16dd9981-ea36-4c7e-94ba-38e235c6b29e/width=450/4898888.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UOI;rFb_?Z^,_2xv?cIn~VV?JDW-0g%1%Ks;", "type": "image"}, {"id": 4898883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8eed2a29-ddb5-4a6c-8a7e-53bacd15d93d/width=450/4898883.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UWK^:K9Fcu%2tnM{IrRkjdxv%htl0LgN-qai", "type": "image"}, {"id": 4898887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2060153-0b16-496a-9a93-4eadf36fe8dd/width=450/4898887.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UfHeIh%N~q%MW*k9NIRjx[xstSR,NHj[oLt6", "type": "image"}, {"id": 4898881, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a547234-c4ef-4c6f-b1d1-6052f1a2e3b6/width=450/4898881.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UdL|o:-;_Nt7~qt7t7ayx]IU-;o0IUn$ozkW", "type": "image"}, {"id": 4898880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee2c5a22-27e8-4e53-8965-b9613d192c2d/width=450/4898880.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UCL4Z}0KpL.TMcS#IVDi4p.8.9_400Mx^+_N", "type": "image"}, {"id": 4898891, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03a36b1a-6766-4e84-8e39-1a04802bbbf7/width=450/4898891.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UKJt9*tS_4-qOG%1S$n$?Ht7%2Ip9a9a={%1", "type": "image"}, {"id": 4898884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32bce436-5564-4fbf-8fd2-99a4fc4ae343/width=450/4898884.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UUIhBZ%$los:g+I@N{s.tnxu%2M_0%S#%2kU", "type": "image"}, {"id": 4898894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c51dc70-4b3e-4716-9364-b518373ddda7/width=450/4898894.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "USLWhR9H_2~A_2-o%MtR-:D%%MNH~WV[jExD", "type": "image"}, {"id": 4898893, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df3d0a5a-67d2-4379-9c58-432ed66ae04f/width=450/4898893.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UVL_h8N?tJ~A^h%0={OBNZ-9IWNcDkw^RQa2", "type": "image"}, {"id": 4898895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e77956a-b604-4483-9beb-317032d7fa32/width=450/4898895.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UOMqq*={GE-U*Hoz^5Rjk=afV[NGjJtQ-:M|", "type": "image"}, {"id": 4898897, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7755872b-47d3-44e4-b9f1-d1f257c8fc6c/width=450/4898897.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UbKvm+o#?I~C?b-p-;E2.8R%afSeR,tRt7n+", "type": "image"}, {"id": 4898896, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/623a0c79-8c5b-4fd9-8863-4e70830e47c3/width=450/4898896.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "USKJcK4.hK$+~qR*xuxGP9s:Z%kCaes:NGJ7", "type": "image"}, {"id": 4898956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f65a5e1-1ca6-4faa-9a7a-6e0d0226d050/width=450/4898956.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "ULK9ovxw1N~W6Rx]t7j[0KRjxZ$%0eMxIUIo", "type": "image"}, {"id": 4899094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/571d8811-87fb-4c26-94d5-99cdcef3d7e4/width=450/4899094.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UZKAWzRj~W?b?HWBS4t7x]t7xtNGkWofs:WB", "type": "image"}, {"id": 4898899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd2325b2-2d69-4507-a4ef-c082a6976a51/width=450/4898899.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UUMiW*56AYNF*JxuxbDitkV[x[R5MzkSxbIU", "type": "image"}, {"id": 4898898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8b61204-486c-403d-b929-4000b5936f8c/width=450/4898898.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UsM6#aRj_Nxu%MRjozt8OsWBxuj]-poLX8of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/275390", "modelId": 244078} \ No newline at end of file diff --git a/datasets/metadata/275484.json b/datasets/metadata/275484.json new file mode 100644 index 0000000000000000000000000000000000000000..6a17bf3cb04611d5ebbc9166110887b909439a93 --- /dev/null +++ b/datasets/metadata/275484.json @@ -0,0 +1 @@ +{"id": 275484, "index": 0, "name": "v2.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-26T14:33:28.077Z", "availability": "Public", "nsfwLevel": 5, "description": "This version is trained with more data from 3 movie including Man of Steel, Batman v superman and Snyder's Justice League.
", "trainedWords": ["Snyder Style"], "stats": {"downloadCount": 426, "ratingCount": 14, "rating": 5, "thumbsUpCount": 39, "thumbsDownCount": 0}, "files": [{"id": 215398, "sizeKB": 223149.30078125, "name": "snyder_xl_v2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-26T14:30:44.585Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5E464778", "AutoV2": "1BDFD9FF47", "SHA256": "1BDFD9FF47A9EB7C22FCE7D8E362BA3F8212DE251686D9CF7994419D2F5ABE63", "CRC32": "21E69C69", "BLAKE3": "B29584460D33D499C2542CF77472959E106FBFA86821F492D4C25038BF2701A5", "AutoV3": "D6D146229D9A"}, "downloadUrl": "https://civitai.com/api/download/models/275484", "primary": true}, {"id": 215538, "sizeKB": 469077.2744140625, "name": "Dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-26T17:15:48.109Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "55FB5A62", "AutoV2": "C700A6E520", "SHA256": "C700A6E520AB86A7B8D302290B202261580FFD93571AFB4B09CD0B90C83F2BF5", "CRC32": "26A7898E", "BLAKE3": "DDAAB0AB97FD2795031402CD5C7427D795C6D93385F1ECD1AFDB6231BB80BEE2"}, "downloadUrl": "https://civitai.com/api/download/models/275484?type=Training%20Data"}], "images": [{"id": 4902367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1dd7d9d-bed8-4191-a97d-c422f5c49587/width=450/4902367.jpeg", "nsfwLevel": 1, "width": 680, "height": 1020, "hash": "U5Amk_8{M{ogaK%1NGD*0K%gXTE3~V-oRjWr", "type": "image"}, {"id": 4902380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e901d7b6-fd8c-46c1-a764-d5deaa58b90e/width=450/4902380.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U89tGjIoK6-o~pt7OFxZW=aeRjWBo#Rks:Rj", "type": "image"}, {"id": 4902449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fac2c342-338f-4b4d-8462-89dc62309d47/width=450/4902449.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U46unoQlGIM{.TR4IUa}KkR5$ftRS4jYj[WB", "type": "image"}, {"id": 4902451, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3afd12ad-b2da-42f7-95f9-6d40a3aa0a37/width=450/4902451.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UA9%*P.S*0%g_N%LTKjZo}xaxtt6kWt7%LtR", "type": "image"}, {"id": 4902452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2665615d-7891-4a07-b3bc-944f30c54ca1/width=450/4902452.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHCsHjadK5t7~VayNat7D*fkV@oJNGj@s.WB", "type": "image"}, {"id": 4902458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22c73ae2-f4db-4fae-8cda-9075998264d9/width=450/4902458.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9BWe}D%t700~q4oM{IU-;D%xuj[%MM{xuRj", "type": "image"}, {"id": 4902464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ed25557-2a0c-49d8-9f76-6c2ae4bd3a44/width=450/4902464.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5A,zg~oEM9Z4:9ZtR-:xu%1IUtR?vRP%1RP", "type": "image"}, {"id": 4902468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b23ebfe-5d19-45f8-9c53-9f440715bdf9/width=450/4902468.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5BMV,#6~C5705560f-o=q$y-Txb0KkYozM{", "type": "image"}, {"id": 4902473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9428b1f-80b6-4f37-9e8d-00a29ac458f0/width=450/4902473.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5AmVY%K13t6_MobXSV@0L-p}@%LSK%M-otR", "type": "image"}, {"id": 4902479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/deb7cda0-776c-4cf8-ae3b-6a16fd121970/width=450/4902479.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBC~#RjZ5n?H~pxu-:%Mx]t7xtoz%MWBxut7", "type": "image"}, {"id": 4902486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90d79772-84d9-408f-82bd-fcb3595caeeb/width=450/4902486.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4B3f|~B14020MIqE2of$*t6w]xF9_Io-:-o", "type": "image"}, {"id": 4902512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ec26441-d7c3-4c76-95c7-ce77f4af1765/width=450/4902512.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEEyPbxu%#IA?^V@x]jFNeRjaKxatSxuniNH", "type": "image"}, {"id": 4902523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edfe2588-ab63-4f2a-8d58-18aa2cce0166/width=450/4902523.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U39s-Z~AS$IpL2%1IpIpo}NHaKxY$%NHRj%0", "type": "image"}, {"id": 4902528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c65edf5e-9ea7-4934-b2e3-a338ed146f92/width=450/4902528.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCD+VX~U?GoMxWt7oea#RjIpIps:?FIpWEt6", "type": "image"}, {"id": 4902529, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/008c6bc3-4e4c-48c5-a1a2-afd607aa4eb8/width=450/4902529.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6AcoB4:M_={_N9t9tt6tRWBM{R-ogt6s9WB", "type": "image"}, {"id": 4902532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2b63c67-eed2-4c0a-9ee7-8125a88eadf8/width=450/4902532.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U9B:B24;~A%1kWR+EMfk9bxZM|oL%Ks.jZj[", "type": "image"}, {"id": 4902533, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50a068d4-78c3-4db3-8f28-28fe37bd6769/width=450/4902533.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U79%YK-:f6-o~UE2M{%1~UR*9axat7M|IVkB", "type": "image"}, {"id": 4902623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32150552-01d5-4e2b-8d9a-fedbb45fa64e/width=450/4902623.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U9B3QU}?^h%1~o%1j[t6-nR-NHRkxtt6R*ay", "type": "image"}, {"id": 4905812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9d6d1ec-723c-4a3b-87b9-03111a9fbbe3/width=450/4905812.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U46HlutSM{nO_Nx]M{M{%htRRjRj%Nx]V@ad", "type": "image"}, {"id": 4905813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76733bcb-e516-45da-a64d-1d14d8e5b1cb/width=450/4905813.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U26*8gRj4.~B~pRjnOtR%MoeWBaeNes:-UIo", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/275484", "modelId": 238506} \ No newline at end of file diff --git a/datasets/metadata/276575.json b/datasets/metadata/276575.json new file mode 100644 index 0000000000000000000000000000000000000000..3c43f92b7c158202a70151ce0539ef92622d4db3 --- /dev/null +++ b/datasets/metadata/276575.json @@ -0,0 +1 @@ +{"id": 276575, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-27T14:41:27.800Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 1408, "ratingCount": 225, "rating": 5, "thumbsUpCount": 305, "thumbsDownCount": 0}, "files": [{"id": 216329, "sizeKB": 147577.7373046875, "name": "persona 5 style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-27T14:40:55.794Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "30B2640A", "AutoV2": "DD6D14A86F", "SHA256": "DD6D14A86F0F7907264259A2850D3AF44AE52C5B801C45E31B7198AC10722067", "CRC32": "4127656C", "BLAKE3": "46794A7EED7EE2C290D6FE8BA0037CF7011644A3C69BECF437B0491FCB615283", "AutoV3": "7D873C7C5C97"}, "downloadUrl": "https://civitai.com/api/download/models/276575", "primary": true}, {"id": 216337, "sizeKB": 108578.3720703125, "name": "8_persona 5.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-27T14:50:45.913Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "17227043", "AutoV2": "2512A1870F", "SHA256": "2512A1870FC65FEA8FFA551CB8D28AD21DDEC88C9C16C2A84406F5FC66FB1131", "CRC32": "9CDBDE64", "BLAKE3": "A44233FBD07981D41BDF1E4F84787973A6F9B111B1CFB42D301DEF3B939F4247"}, "downloadUrl": "https://civitai.com/api/download/models/276575?type=Training%20Data"}], "images": [{"id": 4928316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6ec308d-77c2-4fbd-a05e-ed97d5ff2677/width=450/4928316.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UNK,8GJ7DR$${{rq#TR5quV[n*tRIAwNtStR", "type": "image"}, {"id": 4928310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb0c22d1-4af8-40ba-bd70-7f38e229670d/width=450/4928310.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKJ*hv4n.A4nnjRj~qt7.8%M?H-;.9%M~pt7", "type": "image"}, {"id": 4928312, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1ed7219-d4dd-4685-8a5c-d3a17d8e76ec/width=450/4928312.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UbNAk;Mx_N?HH=t8R-jYRPM{RikDo$xCxuf,", "type": "image"}, {"id": 4928313, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32d7a8f1-3286-4de9-afe8-016e69f3529d/width=450/4928313.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UNMPK=-;l:DkT8V[S_Ip9rxBpHWZ~UxVM}N{", "type": "image"}, {"id": 4928318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9942add4-522d-4899-8328-43e7a8c2448a/width=450/4928318.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UWI};ioh77D+T4NMIYtS9#%1t7ayWaRjtRMx", "type": "image"}, {"id": 4928309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73289669-64cb-4535-b3b0-e9132c621e21/width=450/4928309.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UNM7ZAIU.T?Gx[%MIV9FT0IU^+IU%h%M%LRP", "type": "image"}, {"id": 4928314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/624873f1-3e7b-4b9e-9d74-b54c0fc74b2f/width=450/4928314.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTJQ+k~p0~SNtltRsq%MD$ofaKM|9ZM{x]WV", "type": "image"}, {"id": 4928311, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edc0b1c7-070e-4b8a-b06d-87e71c07c077/width=450/4928311.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UBI}9X^O004o00wyMdWE9v$e~AE2?G?G%MM{", "type": "image"}, {"id": 4928315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccdc3bf9-ab45-468b-90e2-a43ef9cdc249/width=450/4928315.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UfHd{abJEMo#~Cs:kWozR*xtt6t7M|ogxan%", "type": "image"}, {"id": 4928321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c648026c-758d-4c56-a918-641f50fcd634/width=450/4928321.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UEI}O.0h0O~q.7t7WZIU4n9GNK$xIUD*%M%0", "type": "image"}, {"id": 4928320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a378e22-5b91-4352-a43c-3a0f0d94620a/width=450/4928320.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UBJjrE00008{~DWAELD%00oe~pxt8xRjt,%L", "type": "image"}, {"id": 4928317, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c90018e-c6f5-4a0a-b498-a04c97bf4366/width=450/4928317.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UIIYIZ.T1ANfRa%$DijE03WB~V%0.AOZO[wa", "type": "image"}, {"id": 4928423, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3122c16c-3e8c-49e9-a3ea-68ec9f07feca/width=450/4928423.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UJI#.Z#N1-9%0sVB#+I^F%$~${NgaktR-;Rl", "type": "image"}, {"id": 4928332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1a570fe-32ee-49f1-8b5c-787a299a2f37/width=450/4928332.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQGk|54:k=xa-;WAS~Rj~BM{oyRj%MR+x]xu", "type": "image"}, {"id": 4928319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea258ef3-793c-4bdf-8d9a-0a0184dfc2c3/width=450/4928319.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UDHx7[^+019aOZ9a?Gxa00s:~pjsM|xuIos.", "type": "image"}, {"id": 4928331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a051a9d6-9b7e-4897-afbe-036792027647/width=450/4928331.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UHHeRcyZ5A?b%#%24oRi9EDiITV?Mw4.Ny^*", "type": "image"}, {"id": 4937739, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/163a58b5-bebd-4970-bb91-63ec8dbf76d4/width=450/4937739.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UCKTrW_400~WlU%h^+-:00R:.8yD00?H_3oz", "type": "image"}, {"id": 4937742, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80be4baa-9564-4b0f-8f26-4486380bd32a/width=450/4937742.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UDJQ.nog00tRKiEM$*jE4:~W-:M{sT-;^+D%", "type": "image"}, {"id": 4937740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7da97461-06b1-49fe-9ddd-b008e6cbdf80/width=450/4937740.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UDIhKa~l03000x9@iwV{0e-;rXi$Io-:R;H[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/276575", "modelId": 245161} \ No newline at end of file diff --git a/datasets/metadata/277450.json b/datasets/metadata/277450.json new file mode 100644 index 0000000000000000000000000000000000000000..81fa9ef5a95661a6052b836be3768f8e9ef14006 --- /dev/null +++ b/datasets/metadata/277450.json @@ -0,0 +1 @@ +{"id": 277450, "index": 0, "name": "makie", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-28T09:46:07.731Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 174, "ratingCount": 30, "rating": 5, "thumbsUpCount": 44, "thumbsDownCount": 0}, "files": [{"id": 217089, "sizeKB": 3605.5634765625, "name": "277450_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-28T08:45:32.950Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "16419C70", "AutoV2": "D06AF6CEB6", "SHA256": "D06AF6CEB6A1AF486FBC058F5A01B12FFC41A8E6D9430827AE2F2B2A08E19AE3", "CRC32": "90D4DFCB", "BLAKE3": "41EE210F61CE65BFDB11F905F740C7CA477FAC8B0DE826B27569C8B398A0564E"}, "downloadUrl": "https://civitai.com/api/download/models/277450?type=Training%20Data"}, {"id": 217105, "sizeKB": 36979.1328125, "name": "makie.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-28T09:10:48.178Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "889185B1", "AutoV2": "418010B40A", "SHA256": "418010B40AF9141EE3122A5E067FAE1B448B86D85226E129C7B5C5500E020179", "CRC32": "961515B9", "BLAKE3": "99857ED657032F32987A58069CAAA90896BAE108F759A5025CD01C262D2139D4", "AutoV3": "D985D52985F8"}, "downloadUrl": "https://civitai.com/api/download/models/277450", "primary": true}], "images": [{"id": 4953322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/264aabcd-a4ad-4dc3-9b15-b3b2f40f4e31/width=450/4953322.jpeg", "nsfwLevel": 1, "width": 512, "height": 720, "hash": "ULD+rW~WI:?bITxu-;bF9tM|$*xu-p%2%3xu", "type": "image"}, {"id": 4953304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f278adf4-de16-4d14-8e04-de870a0aaa0c/width=450/4953304.jpeg", "nsfwLevel": 1, "width": 512, "height": 720, "hash": "UaGug-_N%Mx]adt7-pt79tM{snj[~Wx]xut7", "type": "image"}, {"id": 4953307, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9873a2bd-1311-45a7-9e26-fb9d98a3a7eb/width=450/4953307.jpeg", "nsfwLevel": 1, "width": 512, "height": 720, "hash": "UCG8[+00EL00VrMx_N9F00?H-Usp.84.-;xu", "type": "image"}, {"id": 4953306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ba914ce-c4d4-4110-9f36-914d5db91cc3/width=450/4953306.jpeg", "nsfwLevel": 1, "width": 512, "height": 720, "hash": "UHEoJf}[00wO9ENHS$D%0|S~?HXSMxrr-V%3", "type": "image"}, {"id": 4953318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51de6dec-c414-4178-b6aa-90a07da92630/width=450/4953318.jpeg", "nsfwLevel": 1, "width": 720, "height": 1000, "hash": "UGE.#1~q?^?cxt%MtSoy00D%MwW=XTt7%2xb", "type": "image"}, {"id": 4953319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/724cfd2b-286a-490f-90e6-6bb28061f27c/width=450/4953319.jpeg", "nsfwLevel": 1, "width": 512, "height": 720, "hash": "UNDJCo~pE0Iq009ZSORjSext=|xuW=bHaxaz", "type": "image"}, {"id": 4953316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6566f7f3-1c9f-435a-b547-b1914f215aaf/width=450/4953316.jpeg", "nsfwLevel": 1, "width": 512, "height": 720, "hash": "UNF=K]~WEL-;E1t7?Hxa0eM{smn$%2xaxuxu", "type": "image"}, {"id": 4953324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7d1aafb-5ba2-4c48-9895-e2b9f9bce86a/width=450/4953324.jpeg", "nsfwLevel": 1, "width": 720, "height": 1000, "hash": "UMDlQd5QVYAB~WD%M{x]I:M_kD-;OEo2aexa", "type": "image"}, {"id": 5378894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bddf93fd-7446-4141-b515-56c538444860/width=450/5378894.jpeg", "nsfwLevel": 8, "width": 720, "height": 1000, "hash": "UNK0vl019u4oFxRO~VD%9aoJxuay?HM|n%WV", "type": "image"}, {"id": 5378891, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2da8f88-cd46-409e-bada-5f070d36bcce/width=450/5378891.jpeg", "nsfwLevel": 8, "width": 720, "height": 1000, "hash": "UOK^EN~q9]?b0z-;^*WC4.R+-pt7-:Iosnxu", "type": "image"}, {"id": 5378895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cb5163d-a9ba-4e32-b30d-757f4a8dcd97/width=450/5378895.jpeg", "nsfwLevel": 8, "width": 720, "height": 1000, "hash": "UNL4d4.T*0%20K%2?aaeIUROt8ozxuNG-pS2", "type": "image"}, {"id": 5378893, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/535e0815-557f-46ab-9cf4-ce356a905150/width=450/5378893.jpeg", "nsfwLevel": 8, "width": 720, "height": 1000, "hash": "U8JRBh00G^tl00-U~qMx00V?V?M{~V9F$*bw", "type": "image"}, {"id": 5378892, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7318c725-6e54-47ad-8e2c-09436a4f4875/width=450/5378892.jpeg", "nsfwLevel": 2, "width": 720, "height": 1000, "hash": "UCFr6S005S4o00-p-oIUTLD$~WIo01s.xa-n", "type": "image"}, {"id": 5378888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92b6bc51-77c5-4d74-a81f-8eb2f39c3639/width=450/5378888.jpeg", "nsfwLevel": 1, "width": 720, "height": 1000, "hash": "UDFq,o020eD*0fi_~VE1569Z^+xZ?GWCjY9a", "type": "image"}, {"id": 5378890, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f06963da-ee7e-4526-bbe9-fde47d7a8162/width=450/5378890.jpeg", "nsfwLevel": 1, "width": 720, "height": 1000, "hash": "UDJ7{}px_N_300?GyD%M%N%MsoRj_2I:?HD%", "type": "image"}, {"id": 5378889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8b4fc96-e490-440b-bd55-32a4e19a9719/width=450/5378889.jpeg", "nsfwLevel": 2, "width": 720, "height": 1000, "hash": "UAG8fz0LOr.800_N.8r=x[%2w^I:-=-pxG9a", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/277450", "modelId": 245937} \ No newline at end of file diff --git a/datasets/metadata/277512.json b/datasets/metadata/277512.json new file mode 100644 index 0000000000000000000000000000000000000000..111fe9a54c31b5b1900a6e188caf0292b3ec51f2 --- /dev/null +++ b/datasets/metadata/277512.json @@ -0,0 +1 @@ +{"id": 277512, "index": 0, "name": "Ayumi", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-28T10:03:06.934Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 307, "ratingCount": 63, "rating": 5, "thumbsUpCount": 64, "thumbsDownCount": 0}, "files": [{"id": 217132, "sizeKB": 470.0693359375, "name": "277512_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-28T09:45:44.302Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "AA11568A99", "SHA256": "AA11568A993D882996AEF727B40AEDED17B9F498B7E2C1EBA04ADBA2302359A0", "CRC32": "F6AB6EB4", "BLAKE3": "EEF63ABA608257E37E3540405287ED87DE7282B503B0322D97C59DEB6B84536F"}, "downloadUrl": "https://civitai.com/api/download/models/277512?type=Training%20Data"}, {"id": 217141, "sizeKB": 36977.2734375, "name": "Ayumi.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-28T10:05:36.076Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3C379A91", "AutoV2": "2E585DED10", "SHA256": "2E585DED10BD63FE11494FF6E10DBEE674D8A138EF80F2B88480E58A8D0C5602", "CRC32": "EC13CA40", "BLAKE3": "4E8C9069FF925EC58A59267E4E3A234C308A4A62F1BAC08B66493E4413BF7A9A", "AutoV3": "398BE6D518CB"}, "downloadUrl": "https://civitai.com/api/download/models/277512", "primary": true}], "images": [{"id": 4953609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a5864d4-2e27-48b8-a7b7-474a2a6bfe7b/width=450/4953609.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U3IsEO_KfQ_K.6j@oJj@fQfQfQfQ.6j@oJj@", "type": "image"}, {"id": 4953608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1fd136a-d7fe-4fd1-8469-d809e52a1a72/width=450/4953608.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1487, "hash": "U3LDDL^TfQ^T?Gj[juj[fQfQfQfQ?Gj[juj[", "type": "image"}, {"id": 4953610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6df73db1-9f55-4319-aefd-ba78a86315c6/width=450/4953610.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U3GT.p.lfQ.l%zjbfjjbfQfQfQfQ%zjbfjjb", "type": "image"}, {"id": 4953611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfda4a9d-a0ce-4afb-b836-b9ca63cdfa33/width=450/4953611.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U2KAKv~XfQ~X^lj[a{j[fQfQfQfQ^lj[a{j[", "type": "image"}, {"id": 4953612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af31aa84-0a65-45bf-89a3-e74a3fdfb4aa/width=450/4953612.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U3FRI7.kfQ.k%zoLj[oLfQfQfQfQ%zoLj[oL", "type": "image"}, {"id": 4953613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cdc1a2d-9dc9-4b09-9cac-965dc6af3915/width=450/4953613.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U3JZyR^nfQ^n-rj[a}j[fQfQfQfQ-rj[a}j[", "type": "image"}, {"id": 4953614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4978d00-8b9b-4beb-8410-54a41cc785c0/width=450/4953614.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U2Jkh~~nfQ~n?Zn+azn+fQfQfQfQ?Zn+azn,", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/277512", "modelId": 245995} \ No newline at end of file diff --git a/datasets/metadata/278548.json b/datasets/metadata/278548.json new file mode 100644 index 0000000000000000000000000000000000000000..9b8dde49a76a396eefa768a2e39990691d17f3c9 --- /dev/null +++ b/datasets/metadata/278548.json @@ -0,0 +1 @@ +{"id": 278548, "index": 0, "name": "Odecahaya IG", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-29T08:39:53.406Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 39, "ratingCount": 1, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 218076, "sizeKB": 2025.958984375, "name": "278548_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-29T08:26:21.252Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "56B8BEB466", "SHA256": "56B8BEB466323027C86559D585680D3D3E3B7DF2B35B0B626F44F9DAD0013ACC", "CRC32": "02F01224", "BLAKE3": "8B922A1B5ABA95B73B966064A0AAB5650D3DDE0910DA8055F2574F63D130133E"}, "downloadUrl": "https://civitai.com/api/download/models/278548?type=Training%20Data"}, {"id": 218089, "sizeKB": 36977.890625, "name": "Odecahaya_IG-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-29T08:40:46.575Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FF107B10", "AutoV2": "546F94CAB7", "SHA256": "546F94CAB757C5444F1582348C0646EDFCE25B80ADF2DC7840881C569B5D9364", "CRC32": "4D0CBAD9", "BLAKE3": "C856F213E3C5666EBAED412E9BB85541181BFFA111EAD7EB1F8B4C813A2AAA8F", "AutoV3": "52B5BA206BCC"}, "downloadUrl": "https://civitai.com/api/download/models/278548", "primary": true}], "images": [{"id": 4983027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/260fdc59-024e-42b3-a081-cb0be6a872e5/width=450/4983027.jpeg", "nsfwLevel": 2, "width": 1152, "height": 768, "hash": "UJIOOi00E0ayJCacD%t6?wM_r=oe~qNGRPof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/278548", "modelId": 246900} \ No newline at end of file diff --git a/datasets/metadata/278570.json b/datasets/metadata/278570.json new file mode 100644 index 0000000000000000000000000000000000000000..8e5a2fb3dacf34ea4bee640a283e08ba84e5655a --- /dev/null +++ b/datasets/metadata/278570.json @@ -0,0 +1 @@ +{"id": 278570, "index": 0, "name": "Cumshot", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-29T09:35:07.601Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 2377, "ratingCount": 128, "rating": 4.99, "thumbsUpCount": 229, "thumbsDownCount": 0}, "files": [{"id": 218107, "sizeKB": 2345.50390625, "name": "278570_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-29T09:10:47.096Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "37CAFD78", "AutoV2": "8629B777C7", "SHA256": "8629B777C740023355B1F9E4FC5BC238C96AB7F3252D083B65548A959FC8BD75", "CRC32": "241FD864", "BLAKE3": "7AA9ADDEB575CCEE48676F48D57FFA96EC187A8618EBE4B79DC029653D8E9070"}, "downloadUrl": "https://civitai.com/api/download/models/278570?type=Training%20Data"}, {"id": 218112, "sizeKB": 36978.1953125, "name": "Cumshot.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-29T09:35:44.016Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "90051E71", "AutoV2": "B68F10E71B", "SHA256": "B68F10E71BDC2908E92946808E6E4676F80BFE4F54121A3C6399EE3E49802E70", "CRC32": "BE994D5C", "BLAKE3": "51EB8BAB7A38A3B9DFB0E92BF3B99F6C4390981F869821B42DB53B2D7BCBB5FA", "AutoV3": "0154193A3761"}, "downloadUrl": "https://civitai.com/api/download/models/278570", "primary": true}], "images": [{"id": 4993356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c9fa79d-1ee3-42b7-bc28-dc9d6a5f5e87/width=450/4993356.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UPEn@a9uxY9a~VNHn$RPo}xZs9M{t8R+aeM|", "type": "image"}, {"id": 4992901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/261af896-11cf-42d6-be7f-bfa422030e5d/width=450/4992901.jpeg", "nsfwLevel": 16, "width": 640, "height": 512, "hash": "UID]PPPq58oz%$T0R+^*R69G$$x[%MxZE1sl", "type": "image"}, {"id": 4992900, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea75bd70-2590-4819-9605-d2912d429e87/width=450/4992900.jpeg", "nsfwLevel": 16, "width": 640, "height": 512, "hash": "UXF=Er.89Z4.~qtlD%R5x]bcIos,ofoJNaxa", "type": "image"}, {"id": 4992902, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/799874cd-062b-4e64-a86a-ac8bdee5c948/width=450/4992902.jpeg", "nsfwLevel": 16, "width": 640, "height": 512, "hash": "UTFh|+%$NHE1_N%gWC%1x]ozoJxu%L-oE1oJ", "type": "image"}, {"id": 4992914, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/106a9606-5072-43f0-b184-facb40ab66c4/width=450/4992914.jpeg", "nsfwLevel": 16, "width": 640, "height": 512, "hash": "UGE.b0VCIUkX_N9a9u4:$%^i={DiSiIot8E3", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/278570", "modelId": 246918} \ No newline at end of file diff --git a/datasets/metadata/279013.json b/datasets/metadata/279013.json new file mode 100644 index 0000000000000000000000000000000000000000..87d0e4316e1f64e6b00a4230ab933074cf95275a --- /dev/null +++ b/datasets/metadata/279013.json @@ -0,0 +1 @@ +{"id": 279013, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-29T18:07:47.078Z", "availability": "Public", "nsfwLevel": 3, "description": "trained on all her inst apics
", "trainedWords": ["ryderm"], "stats": {"downloadCount": 128, "ratingCount": 5, "rating": 5, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 218460, "sizeKB": 147577.0859375, "name": "ryderm_sd15_512_128_64_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-29T18:10:36.056Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "36B3FE58", "AutoV2": "06F6363DD9", "SHA256": "06F6363DD9D7C69114EB42C9259AC4AD3DC94E78FBEAF13ADAE18ECBCB6957AF", "CRC32": "4B72E514", "BLAKE3": "981BB0FBEF5E172ED7D1FD1750B792C89BEE4174F49BE10F64E96B23303E4628", "AutoV3": "30D1A6E37D47"}, "downloadUrl": "https://civitai.com/api/download/models/279013", "primary": true}, {"id": 218461, "sizeKB": 27252.7939453125, "name": "train.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-29T18:11:02.954Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "05A824CB", "AutoV2": "9AB2A3BDE3", "SHA256": "9AB2A3BDE3DB42E9AC0B3350F6B60A7245A3DF5E712A327667D8135E8BAFAA70", "CRC32": "18D01A20", "BLAKE3": "0E80A0551C06BB0973CA9499E6C548A153514AF7391F8F2A9517CA0002473F9D"}, "downloadUrl": "https://civitai.com/api/download/models/279013?type=Training%20Data"}], "images": [{"id": 4995625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abcb922e-2457-4571-98bb-9ae8cf88b3a6/width=450/4995625.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "U69P}]~UAXM|4;9b9vIp0gWX=wxZNGxY^i%1", "type": "image"}, {"id": 4995624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee0260dd-a93c-4c4e-b12d-ef671610da01/width=450/4995624.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "U47^xx,,kpxUAOIo9aof0.I]=sItxt?F?Fs.", "type": "image"}, {"id": 4995622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c6ca14d-5639-4023-8df0-6c5a1df729d7/width=450/4995622.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U98||=Mwx*%0ANoHE9WETOIV$}NGVs-:xpt7", "type": "image"}, {"id": 4995623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1c84e2c-5d07-4bcd-87e1-bfb6e9081d76/width=450/4995623.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U48|t,IU00-;00-:~qD%.SjZQ.NH9uIV-U?H", "type": "image"}, {"id": 4995626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b87a7be-5123-4c34-b926-24ea72472c31/width=450/4995626.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U48gW??H_NIt0NIn02InAHxt^PtQxaV_^PRo", "type": "image"}, {"id": 4995628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72a69151-6bb5-4ea1-8846-cfd53dd7a878/width=450/4995628.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U48qBBRi%}i^0Ysk00tQ5[4o}?E1tS~p^%%2", "type": "image"}, {"id": 4995633, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/710a5ee4-86dd-4dea-bbbd-8092f0741c8f/width=450/4995633.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UG9jo[-Sxtt6TOIVIpR*JrWUxFj?s-%2$%j[", "type": "image"}, {"id": 4995627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bceb93ac-216e-461b-ba45-acb5c3354339/width=450/4995627.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UP9@PExBtQj@O_NGNHazJFbHxDbHngxaxVj@", "type": "image"}, {"id": 4995632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3aa9bb7e-8261-4aff-bd49-21a26452c07a/width=450/4995632.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCAJ[~i]-.%1AhRj9aNH%$M{-Ua{D+-:ofoy", "type": "image"}, {"id": 4995630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2895a296-06d1-427e-a426-924c89219b69/width=450/4995630.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U89s@?IS.7-otpISIpIoK8sjxbWATKxF-VxZ", "type": "image"}, {"id": 4995638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3b4eb21-0c01-45f0-8f1f-a760c0494e02/width=450/4995638.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UD9@SDMwkpxtA}aJM|n%toRixaNHM{x[xZs:", "type": "image"}, {"id": 4995631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5493bac5-36d9-44f0-b800-e4b6caafd2ea/width=450/4995631.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFATWlD%-;%NOxnzI]NftoM{oeR.Ne%1s,xF", "type": "image"}, {"id": 4995634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33b8fb47-8fdc-4675-9d06-ff23e224e413/width=450/4995634.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UG8XLhxUtRt5X=M{IpWBJER.xCWEV@xu$%t7", "type": "image"}, {"id": 4995635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ac4ea8d-aa78-429c-9c27-d7366a9e6a48/width=450/4995635.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UB7nUixBtQoLThNGIqWXEnbHxDbGi^xt$zjs", "type": "image"}, {"id": 4995593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf037364-0369-416f-921a-6a4b04125219/width=450/4995593.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "U69P}]~UAXM|4;9b9vIp0gWX=wxZNGxY^i%1", "type": "image"}, {"id": 4995594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2fb45d2-933f-470d-82b7-911cf07875e0/width=450/4995594.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "U47^xx,,kpxUAOIo9aof0.I]=sItxt?F?Fs.", "type": "image"}, {"id": 4995590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6250706-4b48-4197-b42b-7830e0c3fee4/width=450/4995590.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U98||=Mwx*%0ANoHE9WETOIV$}NGVs-:xpt7", "type": "image"}, {"id": 4995592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66cc8514-2197-4f0c-b386-6662b52c0850/width=450/4995592.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U48|t,IU00-;00-:~qD%.SjZQ.NH9uIV-U?H", "type": "image"}, {"id": 4995591, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf8b9412-7f55-4cf9-9e67-06b89380f1bf/width=450/4995591.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U48gW??H_NIt0NIn02InAHxt^PtQxaV_^PRo", "type": "image"}, {"id": 4995601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c7479f5-685f-4533-8730-2b5623101d5c/width=450/4995601.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U48qBBRi%}i^0Ysk00tQ5[4o}?E1tS~p^%%2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/279013", "modelId": 247294} \ No newline at end of file diff --git a/datasets/metadata/279020.json b/datasets/metadata/279020.json new file mode 100644 index 0000000000000000000000000000000000000000..1a2216939f4b6386b92f1a0461589dfd17a9e504 --- /dev/null +++ b/datasets/metadata/279020.json @@ -0,0 +1 @@ +{"id": 279020, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-29T18:12:57.137Z", "availability": "Public", "nsfwLevel": 1, "description": "train on her insta
", "trainedWords": ["jenaurf"], "stats": {"downloadCount": 175, "ratingCount": 14, "rating": 5, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 218470, "sizeKB": 21674.3076171875, "name": "training.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-29T18:15:39.445Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E3B52C60", "AutoV2": "DB54865C28", "SHA256": "DB54865C288112A1E5D028D774EF77CCD4569A987D714227C05A523632FA3F20", "CRC32": "D960941B", "BLAKE3": "D652AEC71FF387B3F7F1F9B279B6A00841091441E5130DB559F70FB78C6B04AA"}, "downloadUrl": "https://civitai.com/api/download/models/279020?type=Training%20Data"}, {"id": 218472, "sizeKB": 147578.4375, "name": "jenaurf_sd15_512_128_64_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-29T18:15:47.205Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "ED5F988D", "AutoV2": "999A838258", "SHA256": "999A838258EFF9F994C04C3359EEFE18289D04B3EF931449012E6AAD6FA32562", "CRC32": "238E255A", "BLAKE3": "3BD825B438319536C759FC87B7725AEA0443FB5BDBBBD35D73E23B1FE0AE5596", "AutoV3": "CBA7D1FD8A1A"}, "downloadUrl": "https://civitai.com/api/download/models/279020", "primary": true}], "images": [{"id": 4995832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f648e303-e6ab-4494-9637-694fdf4856cc/width=450/4995832.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGCP3A~VY4OX5R4:IBMyxa-o-ox[57I:WBrs", "type": "image"}, {"id": 4995831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79304281-ae1d-4286-9b57-c78b59d6ceed/width=450/4995831.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCC5q~~AGYJ-104;Q:IW-U?F-.x@4:I:az$4", "type": "image"}, {"id": 4995830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9481fdf-ee5d-435b-b9e4-b1351c41446a/width=450/4995830.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6DRc_t1Lx=x4702;R0##jVs-Q-74p5TNdaM", "type": "image"}, {"id": 4995841, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7068b0bc-fbd6-4675-b791-388afbb98446/width=450/4995841.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9DH]L~oLd^P1NDlz?0#-o^%?G-.0M58Ip#;", "type": "image"}, {"id": 4995829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71218c77-1b36-467a-85c9-535930559744/width=450/4995829.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U3C}b2{k01];3:B:^Q0K+P+H|w~C00Fs.R;O", "type": "image"}, {"id": 4995833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c260bbe-6531-489a-98c8-594554787e90/width=450/4995833.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7E-OA;i7x^k4SKO=}5QMg#Rv#%M00FZtjv~", "type": "image"}, {"id": 4995834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c10c106f-f0c4-47c7-913b-d709bfbb9fb4/width=450/4995834.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFGQOc~Q3-R,1Q4@ZoE3$_^$=^x?4;I@r^#=", "type": "image"}, {"id": 4995842, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc438a11-a56c-44b1-8ec1-d898a1e9a61d/width=450/4995842.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9DR$+~UC4?u109Im?0K?b-.?F_2009ba%Q.", "type": "image"}, {"id": 4995837, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db3a1587-3f86-476e-bd21-9ff4160fb4f9/width=450/4995837.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFD8g|~BTcXS5W9bMyM|-o-o?Gt6E2EMogjb", "type": "image"}, {"id": 4995835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25774e5f-45e4-415b-a69c-bcf268dca62d/width=450/4995835.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UAC=#e~oL1R-J:9GIB9Z%g^*^*tk019aR6nP", "type": "image"}, {"id": 4995836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/538885a8-1fb9-4bcf-886a-6aba1f9ca43d/width=450/4995836.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCDSH_~V?aEgxx0M0h9bOG-.^+~B0fM_-Vaf", "type": "image"}, {"id": 4995838, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11a14147-138d-4873-9dae-c45c7762c636/width=450/4995838.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UAD[60~U3nbb108}qx57^O?Z.6?G029aV]wg", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/279020", "modelId": 247299} \ No newline at end of file diff --git a/datasets/metadata/279026.json b/datasets/metadata/279026.json new file mode 100644 index 0000000000000000000000000000000000000000..400ed0770b0831cd93fae5bdf923f9833e6da8a0 --- /dev/null +++ b/datasets/metadata/279026.json @@ -0,0 +1 @@ +{"id": 279026, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-29T18:17:06.205Z", "availability": "Public", "nsfwLevel": 3, "description": "trained on her insta
", "trainedWords": ["cosmickayla"], "stats": {"downloadCount": 110, "ratingCount": 6, "rating": 5, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 218474, "sizeKB": 50428.2412109375, "name": "traning.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-29T18:20:49.936Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F2524DB7", "AutoV2": "2189F4CA75", "SHA256": "2189F4CA753D38C88727CC6FAB5265E013D0056E8C250148C5975BA70BDA916A", "CRC32": "749741A6", "BLAKE3": "5830834075BCC0266EC291B94E0258AA68A10164F74363F5A2CDE9B691CEFCA3"}, "downloadUrl": "https://civitai.com/api/download/models/279026?type=Training%20Data"}, {"id": 218475, "sizeKB": 147579.9921875, "name": "cosmickayla_sd15_512_128_64_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-29T18:20:52.813Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5B5AC4A2", "AutoV2": "1A63A1DCED", "SHA256": "1A63A1DCED134C97C182174BB6C280330A8D42143A6E3E63CD04353883F43376", "CRC32": "524AD11F", "BLAKE3": "2922D7BA6C62FF4BE702447DA18011CFD3F17900F3ADE752C6279CC27EDE1BEC", "AutoV3": "929059D68308"}, "downloadUrl": "https://civitai.com/api/download/models/279026", "primary": true}], "images": [{"id": 4995937, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/530c3741-25cb-42a7-aa41-1c312c39a304/width=450/4995937.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFDb$m4oPA9a~BD*IqIV58xt-Bxt9uRj-oNG", "type": "image"}, {"id": 4995938, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1cbd91b-6b79-4d8c-b7b1-4b3ab0a7f21c/width=450/4995938.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UKE2d@4;k=9a~BE2NHIV57xZxGxt9bRj%1WB", "type": "image"}, {"id": 4995939, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b098b5b-7c52-4356-8903-315b4d607008/width=450/4995939.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIDlG{4;Ki9a~BE2IpE29uxa$%xa9uax%1WA", "type": "image"}, {"id": 4995936, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a967f587-90b1-49fb-9056-e8e753dc2e16/width=450/4995936.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UVH^@nRkyro~*JK5xbkX%3aLNHt7g4MxxZae", "type": "image"}, {"id": 4995944, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1984cd53-bafd-4b1f-a1bb-f13cad29cecf/width=450/4995944.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "USEoJSE2KPM{~VE2NbM{Nws:xFkBNHt6smay", "type": "image"}, {"id": 4995940, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f646df55-7752-4a9b-94a1-06b250b48755/width=450/4995940.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UBDlNF007g4:~B9Z5SIV57%M$i%20zIo^jRj", "type": "image"}, {"id": 4995946, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d61469b-9950-44c0-91b9-f5052ab016b7/width=450/4995946.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UMEC5#9HKjRk~VE2NeRjI=of$%t7EMWBxDax", "type": "image"}, {"id": 4995941, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ef17903-1f22-4b94-b6e5-08b8fb16b54f/width=450/4995941.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFDub:4;7MRQ}@9b9^M|0#%L=w%10gR+=wRk", "type": "image"}, {"id": 4995947, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d48aefd2-03b9-4988-b242-55adde6bb748/width=450/4995947.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6F4=s00Le0LYP01~B4;9[n5=vxuEL-.Ipxt", "type": "image"}, {"id": 4995943, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b516f52b-8bc6-4f21-a2c1-5c6a2fac4993/width=450/4995943.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UPEoMc9GKPRP~VE1I:RjJUxaxEt7XSf5xFR*", "type": "image"}, {"id": 4995945, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e15f2222-23a4-4ab7-b956-fe632084bbef/width=450/4995945.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHEB~h4:FzD*~VD*ENIV9vt7-Ut79uRj-UNG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/279026", "modelId": 247303} \ No newline at end of file diff --git a/datasets/metadata/279315.json b/datasets/metadata/279315.json new file mode 100644 index 0000000000000000000000000000000000000000..9aaed7944036361b73b9b6eea0ba76950516f121 --- /dev/null +++ b/datasets/metadata/279315.json @@ -0,0 +1 @@ +{"id": 279315, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-30T00:22:50.451Z", "availability": "Public", "nsfwLevel": 1, "description": "trained on insta pics
", "trainedWords": ["oliviaponton"], "stats": {"downloadCount": 162, "ratingCount": 13, "rating": 5, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 218727, "sizeKB": 159292.1435546875, "name": "train.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-30T00:25:42.711Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6E28EE5A", "AutoV2": "D348F0CD46", "SHA256": "D348F0CD466BF9A90BBF0F2C48B967F5488071FF651E8940408D0AF5945FF7C5", "CRC32": "D1D8F802", "BLAKE3": "CBCFB0A768D0A5EC8BF027FCF32BC94EAE5C891F7C6F0B81D995C86B418AFC7B"}, "downloadUrl": "https://civitai.com/api/download/models/279315?type=Training%20Data"}, {"id": 218797, "sizeKB": 147587.2734375, "name": "oliviaponton_sd15_512_128_64_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-30T02:10:55.695Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "676FF050", "AutoV2": "EA52577E79", "SHA256": "EA52577E7928CA84F3B496D7B120952080BED085A7F7F25B053D0FDC2EF18CD9", "CRC32": "CA95F592", "BLAKE3": "9E8F8E3AE923EAD7A842B759D42A0A1FC958C411504E6F5615398FD707035F00", "AutoV3": "35C65A9AB709"}, "downloadUrl": "https://civitai.com/api/download/models/279315", "primary": true}], "images": [{"id": 5003250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5ea2e0c-405d-4f8a-940f-b04bb27c0ccc/width=450/5003250.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGDIg+-p%Lx[~B%2bbt757%2-Vt6Ip%1-os.", "type": "image"}, {"id": 5003249, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cfa49bc-c3d1-4fce-8817-81d67066c3ea/width=450/5003249.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8GRq}WB020g00-:_M%gyr%L$gR657j?wJ-V", "type": "image"}, {"id": 5003247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c33f96d-945a-45d9-a4d7-2c9f3a24fc97/width=450/5003247.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UAC$ZWtQ_2KP~C%LNJS502tR$Mrr5Q%2={-A", "type": "image"}, {"id": 5003248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77072a57-c80c-44f4-9b8c-a5a1393c9e4f/width=450/5003248.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9C=@[=s?b9v}u={E2I=0N-p^j-U56n+^O$$", "type": "image"}, {"id": 5003253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04b75b76-dd5e-43c8-8dd6-e4ab7d2a918d/width=450/5003253.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UAD99q-.?vGG~X^PJUOs0O-:%1t7IptQ^P$#", "type": "image"}, {"id": 5003252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ece72f4-887a-42b1-8852-e8329ed48741/width=450/5003252.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDExnm-P.8Ot}^-VE4tR0hxb=x-99@%1^Ow[", "type": "image"}, {"id": 5003254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e371148-d270-4941-9411-0cae04dd8a7f/width=450/5003254.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHELd6i^-;EM~CxuNGS59cxu%2xZE2s.-UxD", "type": "image"}, {"id": 5003251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33ac7cd2-f346-48ba-a6b7-8d2472beea79/width=450/5003251.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UKF5Hdxt?Ff%~C-oW=W.E3%L%2R*Ioxa%1Rk", "type": "image"}, {"id": 5003261, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f21635e7-8843-4c15-8975-7f35210af72e/width=450/5003261.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8DS5iRi?G_3~C-;NeX903%M^Qa19@-o^i$z", "type": "image"}, {"id": 5003266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20d71abb-d0b0-47de-9b0e-0a7705de0a82/width=450/5003266.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "USFOZJIV-:S~~VofNckWt7t7xubHIooL%1n$", "type": "image"}, {"id": 5003263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3291863-6129-44fa-ba4f-4ba50eaccb66/width=450/5003263.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UAC?1H-o.8PB}]%2D+XT0Nxb={$h0es;=_v}", "type": "image"}, {"id": 5003262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a1a643d-ea19-4979-8005-0948381d2d8d/width=450/5003262.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBC?1Fxt.7J.~C%2IpbI0MtQ-BxFELxa^jxY", "type": "image"}, {"id": 5003236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36fbea55-70c3-4568-814c-abd36888c7f4/width=450/5003236.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGDIg+-p%Lx[~B%2bbt757%2-Vt6Ip%1-os.", "type": "image"}, {"id": 5003234, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d4a7e6d-1bd7-4c6c-b1cc-8fec4b470f38/width=450/5003234.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHC=@;%2xutQ~B%2kCtQ9b%2-oxaIoxZ-os.", "type": "image"}, {"id": 5003235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d15bc64-c2c1-4d28-ac41-9336aa197e52/width=450/5003235.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8GRq}WB020g00-:_M%gyr%L$gR657j?wJ-V", "type": "image"}, {"id": 5003245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ade7d9d-7d72-4ed2-a946-1840cfb9f437/width=450/5003245.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UAC$ZWtQ_2KP~C%LNJS502tR$Mrr5Q%2={-A", "type": "image"}, {"id": 5003237, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/586877c8-cafa-43f9-b35f-e1b9b24221fb/width=450/5003237.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9C=@[=s?b9v}u={E2I=0N-p^j-U56n+^O$$", "type": "image"}, {"id": 5003238, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f2bef1f-2bdd-4912-a087-03808c5172ee/width=450/5003238.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UAD99q-.?vGG~X^PJUOs0O-:%1t7IptQ^P$#", "type": "image"}, {"id": 5003239, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30618dd9-b1ce-4324-b300-c67d8e353ffc/width=450/5003239.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDExnm-P.8Ot}^-VE4tR0hxb=x-99@%1^Ow[", "type": "image"}, {"id": 5003242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf4c3293-87e5-4f6e-99f1-d87463d54ed3/width=450/5003242.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHELd6i^-;EM~CxuNGS59cxu%2xZE2s.-UxD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/279315", "modelId": 247566} \ No newline at end of file diff --git a/datasets/metadata/279317.json b/datasets/metadata/279317.json new file mode 100644 index 0000000000000000000000000000000000000000..3feb3ae2d6255f2f783aa3f851f8870ffa0cf231 --- /dev/null +++ b/datasets/metadata/279317.json @@ -0,0 +1 @@ +{"id": 279317, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-30T00:27:23.124Z", "availability": "Public", "nsfwLevel": 1, "description": "trained on insta
", "trainedWords": ["marissardell"], "stats": {"downloadCount": 122, "ratingCount": 7, "rating": 5, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 218730, "sizeKB": 122938.580078125, "name": "train.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-30T00:30:45.495Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DE4CF9EF", "AutoV2": "28E0A22804", "SHA256": "28E0A22804C8945091FB84534B61DE22434C6C849165BD247727E104B2B86B04", "CRC32": "A14CC0CA", "BLAKE3": "D1CB3EB0B635BB0D17AA168F62E449343C7E3844F297DF69E03FB880E806A700"}, "downloadUrl": "https://civitai.com/api/download/models/279317?type=Training%20Data"}, {"id": 218729, "sizeKB": 147585.2734375, "name": "marissardell_sd15_512_128_64_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-30T00:30:44.157Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1FB1449D", "AutoV2": "4C40EC3FAC", "SHA256": "4C40EC3FAC9F61F205EB0D2C48C26707B610555F4EDED214BFB23CBBEE5FD266", "CRC32": "2FC3AF54", "BLAKE3": "E15F945D0E5B9A4452C4CA8552A35F6ADD2F76341ACEA643D5FFEA87D679DD78", "AutoV3": "D20994B8F2BC"}, "downloadUrl": "https://civitai.com/api/download/models/279317", "primary": true}], "images": [{"id": 5003322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1c6fca9-9ab3-41bc-ad63-f60423c8026b/width=450/5003322.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHECa%wa0NS50=xU~UxZtnM{axayXTbaIUjF", "type": "image"}, {"id": 5003333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fcb3718-296a-4d64-ad3e-ba33841c6733/width=450/5003333.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UJE2^Mv|NeE3G1-P%1xtXUE1V@WX02ShIpxZ", "type": "image"}, {"id": 5003323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8dd0d453-ab46-4290-a9d0-c735d676c48d/width=450/5003323.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "URDvNFjatQRl%%%1RjofItIpsloe4:j[RkoL", "type": "image"}, {"id": 5003324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97f1f2e6-6683-4ebb-a90b-cbc1a4b5b723/width=450/5003324.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UXE.t*flXlV[yZ%1nPofM~IpaekC9GayR*oL", "type": "image"}, {"id": 5003326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbe9ec17-0081-4e82-9b61-6ccb47269ef1/width=450/5003326.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCDll|?G0M9v0P%1~V-:EgIoM{My4:NHIU%1", "type": "image"}, {"id": 5003325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3852e6b3-8745-4523-8402-cf8bb136c086/width=450/5003325.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCGR@%D%02%LF8^%~VIpX;4:i_xt01bI9Z%2", "type": "image"}, {"id": 5003327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46e1e3e9-6215-4ecf-943f-f53c600d7530/width=450/5003327.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UhHV3kRjIqWYX=xWxtofSkM|oIfkIWa$Ioof", "type": "image"}, {"id": 5003328, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/239b7421-c5cf-4e1a-a7c8-0572e062922d/width=450/5003328.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UMHBuXrq5A9}BH${-:tQXUE2nht74pX8IUjF", "type": "image"}, {"id": 5003329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/740d1148-f4c4-4be5-81b9-71a1107b0687/width=450/5003329.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UfH_=CaJEMt6yZ%1%1R+S+IoRjoe9HWXM|s:", "type": "image"}, {"id": 5003330, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c090a657-0868-4fff-a3cc-4810a1a2cd2e/width=450/5003330.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFG[4r~V?[-:_3?ZxIw#-pt6$~M{9axaIUM{", "type": "image"}, {"id": 5003331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7150335-95ac-4ca9-b834-92a60bf2d99b/width=450/5003331.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCD]SYiwIq9bA5=^-p-opK9ZV@WC02X7IUt6", "type": "image"}, {"id": 5003334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4c5bc48-17bb-4069-b4f4-f978b0f866f9/width=450/5003334.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UNH-cC=t.7Xm_N$~=|$*s?jYRjNHE2s;InNG", "type": "image"}, {"id": 5003332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0864651e-b9db-49a8-8631-9ecebed2ae72/width=450/5003332.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEG8vAMx02R.5J?E~VM|KR9Zslt64;k99G%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/279317", "modelId": 247568} \ No newline at end of file diff --git a/datasets/metadata/279319.json b/datasets/metadata/279319.json new file mode 100644 index 0000000000000000000000000000000000000000..d4be126ee76e8f3d74b7d692e391b635143347df --- /dev/null +++ b/datasets/metadata/279319.json @@ -0,0 +1 @@ +{"id": 279319, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-30T00:30:13.499Z", "availability": "Public", "nsfwLevel": 1, "description": "trained on insta
", "trainedWords": ["kavyaa"], "stats": {"downloadCount": 95, "ratingCount": 3, "rating": 5, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 218732, "sizeKB": 17167.912109375, "name": "train.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-30T00:30:40.290Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "338EFAFE", "AutoV2": "5F276452E5", "SHA256": "5F276452E5F84D292DEB79378992F7E4F9126AE0AE70B6B15ECF5B5F1880ECC3", "CRC32": "FCD66B99", "BLAKE3": "D51E0B5AE008D73F6B8B12FD907760B3C1AAF355BFDDB0E09D8E09C278D6D50A"}, "downloadUrl": "https://civitai.com/api/download/models/279319?type=Training%20Data"}, {"id": 218731, "sizeKB": 147576.28125, "name": "kavyaa_sd15_512_128_64_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-30T00:30:45.324Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2846F2A6", "AutoV2": "70922470DF", "SHA256": "70922470DF00C3D21A6812F043090CC79C96208A43671273278DDC6FED2DF6A1", "CRC32": "59524FF0", "BLAKE3": "AF3742CCF42BDE05D1FFD53230489923B0B9FF0DB185D5CA18DBA0D739D37D6D", "AutoV3": "25A473EDEB3C"}, "downloadUrl": "https://civitai.com/api/download/models/279319", "primary": true}], "images": [{"id": 5003361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f7fdbdc-25b8-4757-96df-82ced2b0382d/width=450/5003361.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFDu_B~VD$={4n%2~ps:Xn$%n3%1MxWBxtt6", "type": "image"}, {"id": 5003359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3b8c89a-3a70-4e28-b603-cec600e7d609/width=450/5003359.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDDSO7^PE1={00?H~Vxttmi{icniD%s.xa%2", "type": "image"}, {"id": 5003363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fe9e8ba-2656-45c1-9a88-ce22bc7366de/width=450/5003363.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8FYV^-p00Xm00M_~qE3%#xt-oM|.8bbIB?G", "type": "image"}, {"id": 5003362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6eecc993-aac1-4aa8-8117-e04c7eb00439/width=450/5003362.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCEx^Y-p02Nd00e.kqR*?^ofw{V@0Kaz$%xa", "type": "image"}, {"id": 5003360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1aa6389-0c45-461e-bd24-ac43a85a1cff/width=450/5003360.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9EVKN9Z00Na00^+x]NH.mIB,@IU00W.$%-:", "type": "image"}, {"id": 5003364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdcb042f-dd9b-4538-89f5-554849514e84/width=450/5003364.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U5E_]hKj00yE00?a.8E2CmH?DjD%00s:^j^+", "type": "image"}, {"id": 5003369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa836a80-e6af-49d7-b4ef-068abba1b1d3/width=450/5003369.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7F}v95R000#00^+t,x]C9R5z@8{00t1#S~V", "type": "image"}, {"id": 5003365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44a87d10-a104-489e-8b38-774e08439d9a/width=450/5003365.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9F}}|TJ00FJ00-o?uX9ysR5d@Dj01Sy-T-;", "type": "image"}, {"id": 5003366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5483b690-6a7b-4571-8c1e-56438e03526e/width=450/5003366.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UKI|{_}[Djix00%1-:%2KjNGNbtQk=WBw{V[", "type": "image"}, {"id": 5003367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47bde04b-78dc-431b-bd0c-417ec2786916/width=450/5003367.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBEVHF9G01NH00?G%gXA*0RPnQRj0Mobr=-p", "type": "image"}, {"id": 5003370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cbee003-b642-44d5-89d9-66d6fc0faf67/width=450/5003370.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UXJ*6a~W9FtRDOsl?uozI;-ooLWBXn%1Rjt7", "type": "image"}, {"id": 5003368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/327088ac-8341-4175-a4f4-ad43a6fff657/width=450/5003368.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8FrLx9G00bb00~V.7X9uPIAv~9F00OEnO?b", "type": "image"}, {"id": 5003371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84493c89-6a69-481e-b685-86313af0fc5e/width=450/5003371.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UAE.b1RO00oz00?H.8R,.mMyrsMx00NuxD-p", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/279319", "modelId": 247571} \ No newline at end of file diff --git a/datasets/metadata/279966.json b/datasets/metadata/279966.json new file mode 100644 index 0000000000000000000000000000000000000000..bb8d239e2f059fea993e60e70421482556f7071d --- /dev/null +++ b/datasets/metadata/279966.json @@ -0,0 +1 @@ +{"id": 279966, "index": 0, "name": "Waterhouse painting style", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2023-12-30T17:50:33.550Z", "availability": "Public", "nsfwLevel": 23, "description": null, "trainedWords": ["waterhouse"], "stats": {"downloadCount": 285, "ratingCount": 15, "rating": 5, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 219302, "sizeKB": 26763.47265625, "name": "279966_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-30T16:00:51.064Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D9BF3C9F", "AutoV2": "0849BC8804", "SHA256": "0849BC88041D591D0EEE215CD4A54F3C6AD0448771A5139953B140A3D033DDE1", "CRC32": "973B072F", "BLAKE3": "E55ED71CA67F525CDAAAC1E0407415C46004EF564C65853AE1D0A9291F583DD9"}, "downloadUrl": "https://civitai.com/api/download/models/279966?type=Training%20Data"}, {"id": 219396, "sizeKB": 223108.54296875, "name": "Waterhouse_painting_style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-30T17:51:13.305Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B72A4112", "AutoV2": "FADB7E2A86", "SHA256": "FADB7E2A86738A47D6F931907A66B1042A5A476E5B157B16FD33735DA6A13704", "CRC32": "02FA8E2C", "BLAKE3": "3F659CB3836FB00476D8ED3BEBF5DEE5CA15AE2B4CF79F1EA410E5EAD735EA3B", "AutoV3": "A5AA70E67AC8"}, "downloadUrl": "https://civitai.com/api/download/models/279966", "primary": true}], "images": [{"id": 5024568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee95e4d0-f001-490f-9d46-2f23e60053c0/width=450/5024568.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U48N:]yDDPIB_Nt84UIBTaoxDPM{pGk8VYRQ", "type": "image"}, {"id": 5024569, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fdb75ef-7b50-46c2-a97c-379f37ee974a/width=450/5024569.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U68qWxxt8_R6_NafD%xub^V@R6bvcCWBi_WX", "type": "image"}, {"id": 5024567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a4b4194-29cf-4b68-92e9-581dfdc85ae6/width=450/5024567.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U19jor?u00^t02tR8{02008_^lO[?Z?a-.?E", "type": "image"}, {"id": 5024570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f073afb-1a5f-408e-8673-9339135fdfe4/width=450/5024570.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4CPnl-pM^M}%09G4:~pJ:IU4o_2XSIr9G%M", "type": "image"}, {"id": 5030800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff81f241-45c7-484e-bd51-8278736a2c32/width=450/5030800.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6D]YX_N00IAIobE%0j?0LNG-Vi{OU%Mxu9G", "type": "image"}, {"id": 5030799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d02f2c2e-6e64-4721-92ed-8a91e90dfaa2/width=450/5030799.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6EVNVl900]k.kH?8_%#EjS4Q-jFt-xHr=EM", "type": "image"}, {"id": 5174067, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c0ccb63-851a-410d-8a4d-ab72a1d660cf/width=450/5174067.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U4Db~G~V}$ES-TIUO[NH00E10N-S00%M^h%M", "type": "image"}, {"id": 5174066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0091f06e-ef58-4f0c-9043-0483ed54c963/width=450/5174066.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U4DSUO^iI7.T~VIo4;%1DhE201rp0h?awHNG", "type": "image"}, {"id": 5197464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80b28db4-6087-4369-84e1-d52cba4d511f/width=450/5197464.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UNEL$*jYs+ay~VWBxtRjxuR*Rjf6xuWBM{of", "type": "image"}, {"id": 5197462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a1fe26a-578d-4f05-b565-92e58b9efd2e/width=450/5197462.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFC6Z3t7s+t7~WRkIVj[^+ofRjof?HofIVof", "type": "image"}, {"id": 5197463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23949784-eb25-43f5-bea1-441b90b1ef34/width=450/5197463.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJCZ9GxaROs:~Wa#IUay-payE1ayogofM{j?", "type": "image"}, {"id": 5197465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ff93d71-8ad5-40d5-90e9-9190aff33660/width=450/5197465.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGECOQWBW9%2~WR*-pxto~ayRjR*-;ayD%WB", "type": "image"}, {"id": 5197497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5458b995-d77e-453c-9aeb-1d976129e5e2/width=450/5197497.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UCE.b2M|57xu~qof%2WW%Mt7nNWB~Vj[01xa", "type": "image"}, {"id": 5197560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/572c2b35-c4e8-4825-9d24-3087090ea6f5/width=450/5197560.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UCE.b2M|57xu~qof%2WW%Mt7nNWB~Vj[01xa", "type": "image"}, {"id": 5197570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5d31931-63cb-4b2e-9966-f773a9722ba3/width=450/5197570.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "ULE2zos:V@s:~WjZIVofj]WBM{j[WCofM|WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/279966", "modelId": 248134} \ No newline at end of file diff --git a/datasets/metadata/280159.json b/datasets/metadata/280159.json new file mode 100644 index 0000000000000000000000000000000000000000..bb78a37314aa2e59f954c52b9a4554c9fc81a50d --- /dev/null +++ b/datasets/metadata/280159.json @@ -0,0 +1 @@ +{"id": 280159, "index": 0, "name": "Barry", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-30T20:16:29.172Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 43, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 219474, "sizeKB": 6697.3505859375, "name": "280159_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-30T19:20:55.389Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "46BDB6FC", "AutoV2": "003532E7CD", "SHA256": "003532E7CD48E06A458EB1B5D0DDDDB682B939C8FC749E2F8B3138E6EB3E6C19", "CRC32": "87904AA5", "BLAKE3": "64FF76C009B780D9B30EDDFD959AD3C2B5EF823604E85C610C17E089ECB74AF4"}, "downloadUrl": "https://civitai.com/api/download/models/280159?type=Training%20Data"}, {"id": 219520, "sizeKB": 36977.3515625, "name": "Barry.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-30T20:15:49.299Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7E08C9D1", "AutoV2": "106154DBAC", "SHA256": "106154DBAC85F296A13B8A0B24B6D68C7A6A8945A776BA56D8E9B0A2DE5121D5", "CRC32": "295A34E3", "BLAKE3": "B4CF0C11C1B72EB5008A097FDE79C685F6FAA7D9BC9DEF2A787564776EEC4460", "AutoV3": "E75422381E0D"}, "downloadUrl": "https://civitai.com/api/download/models/280159", "primary": true}], "images": [{"id": 5027736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07d9cae6-1f8a-4ff2-b9c7-8358f75ded24/width=450/5027736.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9FzKs-F02%O9D-C-qI:0}ek}8AW]z=y0y9@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/280159", "modelId": 248293} \ No newline at end of file diff --git a/datasets/metadata/28069.json b/datasets/metadata/28069.json new file mode 100644 index 0000000000000000000000000000000000000000..17a291a0ae17e69939ad299c176b940d073d5624 --- /dev/null +++ b/datasets/metadata/28069.json @@ -0,0 +1 @@ +{"id": 28069, "index": 2, "name": "LiselotteCretia_LoCon_48epochs", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-23T21:51:17.853Z", "availability": "Public", "nsfwLevel": 7, "description": "LoCon trained with the same image set and number of steps as LoRA. Superior with both quality and fidelity from what I can see in generated images.
If hands are bad, easynagative embedding with value >1 can help a lot without decreasing quality.
I recommend 0.6-0.7 weight.
", "trainedWords": ["liselottecretia", "long hair", "wavy hair", "bangs", "blue eyes", "blue hair", "frills", "hair bow", "red bow", "white capelet", "black dress", "corset"], "stats": {"downloadCount": 766, "ratingCount": 91, "rating": 5, "thumbsUpCount": 95, "thumbsDownCount": 0}, "files": [{"id": 23193, "sizeKB": 15363.810546875, "name": "LiselotteCretia.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-23T21:55:48.460Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1CED3535", "AutoV2": "2AF947735B", "SHA256": "2AF947735B95C53BB13EF771A36CCDFEBB6A1D5BDC526351769ADA8B7581448F", "CRC32": "0E85F1A9", "BLAKE3": "61965B5929DA3A8DD2F594B978627B428F9932E8561EB44B6ABB9D496F771088"}, "downloadUrl": "https://civitai.com/api/download/models/28069?type=Training%20Data"}, {"id": 23192, "sizeKB": 24562.5302734375, "name": "LiselotteLocon.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-23T21:55:44.806Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "0296AD40", "AutoV2": "5EAB0CE14B", "SHA256": "5EAB0CE14BAA27E95A8B6571AF73524E3A6FCDE38616D4C667198BA86D6F64A0", "CRC32": "ED6B0449", "BLAKE3": "484B5E0B10B29219E29BD2829B8C462147A39BE87C3827B887D7162089F23818", "AutoV3": "DE1D78F54F3D"}, "downloadUrl": "https://civitai.com/api/download/models/28069", "primary": true}], "images": [{"id": 315787, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/835d21ef-6289-4999-38b9-466a48f4c000/width=450/315787.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "URH2H8~VD~NK_4%fRhbJM_-;-pt7t6xuogM|", "type": "image"}, {"id": 315750, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/022639e8-3fb0-4f2f-04a6-285a52a06700/width=450/315750.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UCEo$00000?HTh-o4m$*00bb$yoN?HIpRjxu", "type": "image"}, {"id": 315786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e48ea7f-8519-4d4e-1b97-4cce15986600/width=450/315786.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UOKKTe0LM]WC?v?aI9ax~oR%nhae?aaKNGRn", "type": "image"}, {"id": 315785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d08afbc-f843-4940-9424-83f55a61a900/width=450/315785.jpeg", "nsfwLevel": 1, "width": 960, "height": 1280, "hash": "UaI#Jv~pM^xU_3%MjEn#-oxuxbs:ozNHIqR+", "type": "image"}, {"id": 315749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d826692e-5400-4556-579c-d422f1b8c600/width=450/315749.jpeg", "nsfwLevel": 2, "width": 2048, "height": 3072, "hash": "UkLqOyxu~qog_3oeITa}xuWBWAofkCayoeof", "type": "image"}, {"id": 315748, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5148cc2-fd5b-422f-2860-c858e6bdd000/width=450/315748.jpeg", "nsfwLevel": 4, "width": 2048, "height": 3072, "hash": "UKN,GP01.ltRPqMxwIRj-.NF$LM{tQRiNsR+", "type": "image"}, {"id": 315784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3451b30b-1f77-4d39-ebcc-a02d6c2fac00/width=450/315784.jpeg", "nsfwLevel": 4, "width": 2048, "height": 3072, "hash": "UGH^^:0K00^+x_RP;_%M}s%MrpIpD%t7^js:", "type": "image"}, {"id": 315747, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/616aaa2d-5e11-4afc-f73e-77e972e47d00/width=450/315747.jpeg", "nsfwLevel": 4, "width": 3072, "height": 1728, "hash": "UWO3@E%N?G-:~qMxsRt6-;D%RPt7D%?bR-WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/28069", "modelId": 22379} \ No newline at end of file diff --git a/datasets/metadata/28079.json b/datasets/metadata/28079.json new file mode 100644 index 0000000000000000000000000000000000000000..37e1ea3f9162cf1027ed0aa251799c19fbafd863 --- /dev/null +++ b/datasets/metadata/28079.json @@ -0,0 +1 @@ +{"id": 28079, "index": 0, "name": "beta2", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-03-23T22:22:32.697Z", "availability": "Public", "nsfwLevel": 7, "description": "Recommended weight: 0.7-1.0
", "trainedWords": ["psta", "psta background", "snow", "vehicle", "winter", "tree", "day", "night", "flooded", "fence", "real world", "russian city", "ruins"], "stats": {"downloadCount": 696, "ratingCount": 58, "rating": 5, "thumbsUpCount": 72, "thumbsDownCount": 0}, "files": [{"id": 32335, "sizeKB": 6080.2919921875, "name": "examples.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-10T20:56:45.985Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2EC8CAF3", "AutoV2": "E303471A3B", "SHA256": "E303471A3B6473E42206AE895B92A7D3D98978AD6DFACE9C5AB314A16918E036", "CRC32": "E8E6D0C2", "BLAKE3": "88E961D2CC138287CD9D18FD74FBB5311C211CDACF4FB056CA2973A095B76A51"}, "downloadUrl": "https://civitai.com/api/download/models/28079?type=Training%20Data"}, {"id": 23203, "sizeKB": 36976.8662109375, "name": "psta_2-000018.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-23T22:25:30.202Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "02C2DDB8", "AutoV2": "D5C2F7D6F9", "SHA256": "D5C2F7D6F9783B5ED1BBA4564222A0386FDAA36E6DA11F2FD1448C9E183EFA0C", "CRC32": "707D5673", "BLAKE3": "12ED6DCFDB6E0471CC4E12741AD34CB35D3B9D633964F89BA0C2B5F1F448980F", "AutoV3": "DF76E17F2204"}, "downloadUrl": "https://civitai.com/api/download/models/28079", "primary": true}], "images": [{"id": 315971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/221d8d4f-33b9-4d35-56ea-e5367879d000/width=450/315971.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UMJa[$~p~paf?bxvD%WBt6t79EbIt7oft6WA", "type": "image"}, {"id": 316280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/881d3e51-d712-4f4c-c2d1-6dfb02eef400/width=450/316280.jpeg", "nsfwLevel": 2, "width": 768, "height": 768, "hash": "UQLE4*?wD*?b-laJM|M{V;V=o#M|ROV@WCWB", "type": "image"}, {"id": 315972, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c45bc3f-d159-46c3-a6c9-e68b09145a00/width=450/315972.jpeg", "nsfwLevel": 4, "width": 768, "height": 768, "hash": "UNI53;~W9YIn_3tRROxZ-;?bM{NGbwt8s,jb", "type": "image"}, {"id": 315916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee6b342b-9fe4-478a-98d8-0e3279b59500/width=450/315916.jpeg", "nsfwLevel": 4, "width": 768, "height": 768, "hash": "URI5A4^+9YW;~q%MROxt?b%MMxWB%gkCRioL", "type": "image"}, {"id": 315934, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92297597-25c2-40e2-b97a-7a1d081f7a00/width=450/315934.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UEKKsIIT-;M|%hR.WAbas:_3j]IU_4-;xujY", "type": "image"}, {"id": 315880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e094808-1287-4ace-37af-cc6d8e1b0200/width=450/315880.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UDLN#-%L9Zt8~qt6IAD%00w]t7R%9G$+x]%M", "type": "image"}, {"id": 315881, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aff63416-62d6-4190-6586-2dea04a73e00/width=450/315881.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "U8GuL0M|R4#j%g?v^*v|VY~Uxu0M1l9bE24:", "type": "image"}, {"id": 316333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/feea3401-f05c-446d-cdd5-079402c7b500/width=450/316333.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "U6GIZO+=?b%$%%XU-;?aT1IqM|_3OZ~qIU-=", "type": "image"}, {"id": 316325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ef67193-3869-4e8d-44d0-158e23493100/width=450/316325.jpeg", "nsfwLevel": 4, "width": 768, "height": 768, "hash": "UGHB#fs+9F%M*0j]D%xux[MyngX8?aRQD%oz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/28079", "modelId": 23515} \ No newline at end of file diff --git a/datasets/metadata/280803.json b/datasets/metadata/280803.json new file mode 100644 index 0000000000000000000000000000000000000000..692761d8dacb8f72ac73094782b8fe0845c30829 --- /dev/null +++ b/datasets/metadata/280803.json @@ -0,0 +1 @@ +{"id": 280803, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-31T09:19:33.303Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["1girl, solo, blush, smile, long Very hair, bangs, blue eyes, shirt, hair between eyes, blue hair, jacket, white shirt, upper body, ahoge, multicolored hair, collared shirt, virtual youtuber, streaked hair, ascot, window, blue jacket, white ascot"], "stats": {"downloadCount": 128, "ratingCount": 18, "rating": 5, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 220016, "sizeKB": 36981.0908203125, "name": "Cain Female von Silford.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-31T09:10:51.214Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "608955C9", "AutoV2": "7C11845681", "SHA256": "7C11845681FFDFBDD4611A1DD62A8F6E45E193DACA6893C29D8C098F5888E834", "CRC32": "72DD0716", "BLAKE3": "E76F6386FB2BC6D71C620F973E311D2CE4E4103D51D149C3EC6453789E6582B5", "AutoV3": "1BDB48DB5579"}, "downloadUrl": "https://civitai.com/api/download/models/280803", "primary": true}, {"id": 220017, "sizeKB": 60049.5478515625, "name": "Cain Female von Silford Full.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-31T09:11:03.072Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8AC95AA4", "AutoV2": "B2B9F7BC18", "SHA256": "B2B9F7BC184589A01F4F6E7F4840AC2856A63094953A7A11BF0B2314D73FF72A", "CRC32": "67910D25", "BLAKE3": "110DCF80C1EAF1AEACC6AAD3D1865CC833ECF114CAEB01A0EC4B77A914AF95A3"}, "downloadUrl": "https://civitai.com/api/download/models/280803?type=Training%20Data"}], "images": [{"id": 5041013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57f69440-201b-49c4-b986-7e9f3738ce61/width=450/5041013.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQLXJZ^+9D%0^*$_tSx[IVobRkoH.Tt6RPxa", "type": "image"}, {"id": 5041024, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4f29058-7fbd-404b-973a-aa3e2af9def8/width=450/5041024.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZLE4%t7ISj]~Wofx[a#TJj@xDoe%2a#t6of", "type": "image"}, {"id": 5041036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb12ebaa-8ff1-43f7-bd59-1d7d992e71e7/width=450/5041036.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMOz0$v{R2v|rrt7Sjjb4:xvICXT_NbHRPkC", "type": "image"}, {"id": 5041053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0104432c-227f-42bf-934d-795e05e8aa76/width=450/5041053.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHM%N9vL00yr.lyX-,Qn-hVs-Utlx_nOIAog", "type": "image"}, {"id": 5041066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aaf79f07-94b7-4b6d-a354-0aee96ee47aa/width=450/5041066.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNLX6~n%L}Rk~oxtXRoz_2xux]t7K8M|v|ay", "type": "image"}, {"id": 5041105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce9c03d3-8608-4d7b-a542-f81c2985ef91/width=450/5041105.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAHVJG0000.AQl~q00McR$oHV@.AcbIA-3Io", "type": "image"}, {"id": 5041190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8801278e-3205-4099-9b30-c658159f1a51/width=450/5041190.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULJ[3SH?00?H~X%0oyIAE2X9R5ozEMNLIAR.", "type": "image"}, {"id": 5041207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/924bea76-b815-40ad-a329-b09f8bc66786/width=450/5041207.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UrHVSWxG9uR:.At7Rjk9NMkWt7n%Ngobxut6", "type": "image"}, {"id": 5041894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/773a29cb-0b20-4098-8a94-f8cf7775c19e/width=450/5041894.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USJ*Ycwa9EM{~qD%WT%MIoD*aeNHx]WAjFj=", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/280803", "modelId": 248850} \ No newline at end of file diff --git a/datasets/metadata/280888.json b/datasets/metadata/280888.json new file mode 100644 index 0000000000000000000000000000000000000000..942d64e78d4c86cca18c2c559677f9482eba4c07 --- /dev/null +++ b/datasets/metadata/280888.json @@ -0,0 +1 @@ +{"id": 280888, "index": 0, "name": "Alejandra IA OC", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-31T20:24:27.263Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 96, "ratingCount": 6, "rating": 5, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 220159, "sizeKB": 23735.296875, "name": "280888_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-31T12:45:56.520Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "01D1C8EC", "AutoV2": "3734B75526", "SHA256": "3734B75526ABBDDC774CE17A4BD0662BD9A2FCA7A7CB8E296CBA1B583E21D15A", "CRC32": "7BCF2C82", "BLAKE3": "FF53AF878EBCE30495B6D8CE84B6C62E0CA3943CC9365C6059B999FC286ADAA2"}, "downloadUrl": "https://civitai.com/api/download/models/280888?type=Training%20Data"}, {"id": 220532, "sizeKB": 36977.453125, "name": "Alejandra_IA_OC.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-31T20:25:46.048Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "76CB3054", "AutoV2": "24BDC5AE34", "SHA256": "24BDC5AE34E02465D47BF33F733BF1A81DD635F0C96EC80BFEE6AA9C7DEF5B52", "CRC32": "493F78B6", "BLAKE3": "FE510743BDC4834B8C15E960E4C1A9D37AD8E5D168F031DA3F0DFF74BEE8C507", "AutoV3": "ABAA2E45D763"}, "downloadUrl": "https://civitai.com/api/download/models/280888", "primary": true}], "images": [{"id": 5053609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84b0f008-424b-433f-ac04-786d71f3101c/width=450/5053609.jpeg", "nsfwLevel": 2, "width": 664, "height": 664, "hash": "UJGuE..8oz%M_N-;%0of~qxuMxs:.8of9ZxZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/280888", "modelId": 248927} \ No newline at end of file diff --git a/datasets/metadata/281261.json b/datasets/metadata/281261.json new file mode 100644 index 0000000000000000000000000000000000000000..c786a4772f7086c9b8be63b9d2e1e76359294b76 --- /dev/null +++ b/datasets/metadata/281261.json @@ -0,0 +1 @@ +{"id": 281261, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2023-12-31T18:06:09.719Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": ["standingsplit,standing on one leg,leg left"], "stats": {"downloadCount": 1285, "ratingCount": 174, "rating": 4.99, "thumbsUpCount": 259, "thumbsDownCount": 0}, "files": [{"id": 220445, "sizeKB": 231519.5234375, "name": "3_standing split.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-31T18:20:48.916Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "920ED0D9", "AutoV2": "6638AC9324", "SHA256": "6638AC9324A82B8B352911CF553BEC1B8E5F47052E556702FFD8175453A8582E", "CRC32": "638EEA3A", "BLAKE3": "F43BD1B063BCA66BEF9BF1B4D6622F22769F82B9E068ED9286280BE28F2CA523"}, "downloadUrl": "https://civitai.com/api/download/models/281261?type=Training%20Data"}, {"id": 220433, "sizeKB": 36983.1884765625, "name": "standing split.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-12-31T18:05:47.549Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "61F9A201", "AutoV2": "BE61F12816", "SHA256": "BE61F128168BE22CA903A58422C8A5B525E76397B6C2AAAD557071F96ED540A2", "CRC32": "9A94BADD", "BLAKE3": "E012BBE8219924C75B00E8F4934CE5B063E5E66A16AF19E2E1C85B1519A47F19", "AutoV3": "80CA55858D17"}, "downloadUrl": "https://civitai.com/api/download/models/281261", "primary": true}], "images": [{"id": 5050929, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccd21262-1ef9-44fe-a695-4fb103fc37dd/width=450/5050929.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UHHnsz_1X=L34-Vsve+]5t57NL.7ZhavRiE+", "type": "video"}, {"id": 5050938, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0147f20c-85b6-4efb-b415-160144d9ba53/width=450/5050938.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UHH27z_1Y8L24na0vf#S5s57Ne.7VEadWAF1", "type": "image"}, {"id": 5050993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2539ffe6-c8b8-4cbe-bed0-c80243f421de/width=450/5050993.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UDHe5+~pADxa?v?b-;Sh00-;Io4.=y01og~V", "type": "image"}, {"id": 5050939, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6e64c6d-68b5-4373-9b28-dee74c3369a7/width=450/5050939.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UUI~I~%1UYIoS6xZx@R.GFIVpGW,wg9@s;%L", "type": "image"}, {"id": 5050944, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/990f6966-69ce-4171-8edd-7f87668d0aa4/width=450/5050944.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UEHBVsY6~CXm00;20KDOMz.8w|xu9E0LV?%2", "type": "image"}, {"id": 5050936, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb8b49f3-dbad-408f-bea8-c813469d1c20/width=450/5050936.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UOKvUB%z}t-C00WXnOrq~C4.Nx-pzVOra0Vs", "type": "image"}, {"id": 5050937, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3261023c-4cb5-45c2-bf2e-24b2e4105572/width=450/5050937.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UiFi+IRk*0x^yFoLR-a#T1axM{WDRljEaKWr", "type": "image"}, {"id": 5050940, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c34e826b-5ba0-4865-ab28-9b8eebcf48d9/width=450/5050940.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UOF}WwFN}X+Z}sNGnlic=wROtQspI:oyJkWr", "type": "image"}, {"id": 5050943, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf53200d-2b87-4f25-ac39-32e6cee291ee/width=450/5050943.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UgDn6ARjuPo#n6RPR5R.peV@t7S$Isbcs.Rk", "type": "image"}, {"id": 5050946, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e227d43a-41a0-4733-80b7-df1c6d679df6/width=450/5050946.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UDGRbt-UCmJ.*_M{8_xZ16IVtS-p00-ANGIp", "type": "image"}, {"id": 5050948, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4007b8c8-f5f3-4e44-9c99-c274d078ebcd/width=450/5050948.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UEJavL;e18%fm+yZ,pt703Rks;$j9H#6%MMx", "type": "image"}, {"id": 5050954, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48cede47-37d1-48c9-9793-964b6bd33e94/width=450/5050954.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UBIEe9_36*--?d%fXB=|0KZ%^%_203ad$jEO", "type": "image"}, {"id": 5050951, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d24ae5f1-1864-4eb0-a533-c881561e759c/width=450/5050951.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UCHdsu-:n$?G.S9a57?H00ofVsIU^*-p~BS2", "type": "image"}, {"id": 5050952, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5852a7d2-f189-40ba-98b3-97a22d810339/width=450/5050952.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UQHB9^?HD%Rj~VWXtQoLjY4:IU-pE1IUxZ%L", "type": "image"}, {"id": 5050953, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bf4d448-3de9-4c75-8125-d2f9215569ca/width=450/5050953.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "USIF-StRy:pG,{a$tRspAAaL%2xaOToLNGkV", "type": "image"}, {"id": 5050959, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cb653f1-8b62-4110-8cbf-369c1cbe972c/width=450/5050959.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UGF~K%~ppeIpWTozxuxu019aIT={%2MxIVW=", "type": "image"}, {"id": 5050956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cbad948-7a5f-4aea-8f98-098c515625e1/width=450/5050956.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEJk7lE9F$R3$[#O%K0$ALM{Rk-U~V59%1?b", "type": "image"}, {"id": 5050958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b4a3a89-43cd-4e37-b13a-fc69bf0bf7a7/width=450/5050958.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UAI;6d?]Uw56?_2a[p?G8w0K4oE1Q9~V^49a", "type": "image"}, {"id": 5050957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f33322bf-e6aa-4b83-a99f-b088b5fb86d3/width=450/5050957.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UNMX}%Bn|ytRHYM{R5V@}GNH%2-:*yo}IUIo", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/281261", "modelId": 249259} \ No newline at end of file diff --git a/datasets/metadata/281619.json b/datasets/metadata/281619.json new file mode 100644 index 0000000000000000000000000000000000000000..6c99aa8236d645ab9a6db8e7ffe2a9f0e6b9d554 --- /dev/null +++ b/datasets/metadata/281619.json @@ -0,0 +1 @@ +{"id": 281619, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-01T01:56:27.671Z", "availability": "Public", "nsfwLevel": 1, "description": "trained on her insta
", "trainedWords": ["anikaauwu"], "stats": {"downloadCount": 174, "ratingCount": 11, "rating": 5, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 220742, "sizeKB": 19881.802734375, "name": "train.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-01T01:55:36.139Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8F0FF00D", "AutoV2": "CF19E89C63", "SHA256": "CF19E89C63E1FD033B97E7BE5DF33C3CCFFFFFA899F5B0EC8E0E10BE24D33B64", "CRC32": "162CDFA3", "BLAKE3": "284290F79A6258A865C2C373F8C050CBE207B4D42B39C2304794EA983E70FFF7"}, "downloadUrl": "https://civitai.com/api/download/models/281619?type=Training%20Data"}, {"id": 220744, "sizeKB": 147576.296875, "name": "anikaauwu_sd15_512_128_64_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-01T01:55:39.791Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A65A6909", "AutoV2": "7A6D508711", "SHA256": "7A6D508711AC7C04C9CEFBBE154C46789AA3D4FFEF917F180CBD0DF2ADED389E", "CRC32": "330A14E1", "BLAKE3": "EA74F688E2B9E2B5B00F3D09DA557CC88DE7CA5B15C60D3123CB78D25CEED555", "AutoV3": "F03838039716"}, "downloadUrl": "https://civitai.com/api/download/models/281619", "primary": true}], "images": [{"id": 5059738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0afd1005-c731-4a4c-96f5-6e3c7842fe0f/width=450/5059738.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEGbhuo~00D*00M{_NozyFs,NIxtyExtVtRi", "type": "image"}, {"id": 5059737, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec1d3cbe-781c-495c-90f9-68da871ab511/width=450/5059737.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDFi3_?b00i^00IA_NxuO]WYD+WYTKxuaKIo", "type": "image"}, {"id": 5059736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cb9300e-9230-4b17-a0d4-7e3f49e6e918/width=450/5059736.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEF$FX?c00D%00IA_NxuTKaeM|%MtlxvRPD%", "type": "image"}, {"id": 5059739, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e899d96-3572-4437-9318-6637dd4c758c/width=450/5059739.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFF~Q?.900IA00IA_Nt8E-adRn%MyEx]MyD%", "type": "image"}, {"id": 5059743, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0013321-fc95-4082-a060-6a610e6ef0b5/width=450/5059743.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UKF$O#og4:NH01s:.8of?w%2Rlt7T1t7sojs", "type": "image"}, {"id": 5059740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/163ea375-93cb-48d6-b0b4-ac88d0e9cfe4/width=450/5059740.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFG[.xOv4:4.00kY?wxu%ix^WG%f%#xvR5IT", "type": "image"}, {"id": 5059741, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd9cb703-0ee9-4b2d-9ab9-fee22185cf23/width=450/5059741.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "URJavC5YD*ni00M~?bt7.TIp%MNGxvR.spNG", "type": "image"}, {"id": 5059742, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21ecd2f2-ae8a-4e7b-ade0-343f59fb3448/width=450/5059742.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCE30Q%g00IU00IV_NxtTfnhRQxuT0%MR6D%", "type": "image"}, {"id": 5059754, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae9432a0-7867-44c2-bc86-1cd15ddc05d7/width=450/5059754.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGF~Q^.800IU00IV_NxuX:n$Rot7yExuVtM{", "type": "image"}, {"id": 5059745, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/110910a3-80c3-4bf9-832e-98131fa1727d/width=450/5059745.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHGbhxtT0LD*00Iq_4bc%%NIa%f+yENHsoMy", "type": "image"}, {"id": 5059753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5147abb-67e0-478b-817f-5a43a07b7ca8/width=450/5059753.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHG[vR?v00D*00D*_N%MTgoLN1t7t-xui{M{", "type": "image"}, {"id": 5059729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74bec8aa-94a6-4706-a826-b26f7a10df3a/width=450/5059729.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEGbhuo~00D*00M{_NozyFs,NIxtyExtVtRi", "type": "image"}, {"id": 5059726, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7d1632e-e954-4792-b165-1d4e46ed55e5/width=450/5059726.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDFi3_?b00i^00IA_NxuO]WYD+WYTKxuaKIo", "type": "image"}, {"id": 5059728, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5832393d-617f-49f3-b592-3e41caa73847/width=450/5059728.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEF$FX?c00D%00IA_NxuTKaeM|%MtlxvRPD%", "type": "image"}, {"id": 5059746, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d345b934-c373-4042-9063-fd363e5ead4e/width=450/5059746.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFF~Q?.900IA00IA_Nt8E-adRn%MyEx]MyD%", "type": "image"}, {"id": 5059727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00671f7e-224e-469c-9a4c-50a0fb8905ed/width=450/5059727.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UKF$O#og4:NH01s:.8of?w%2Rlt7T1t7sojs", "type": "image"}, {"id": 5059730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1a77d93-0964-40b3-938e-9306a40f9b35/width=450/5059730.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFG[.xOv4:4.00kY?wxu%ix^WG%f%#xvR5IT", "type": "image"}, {"id": 5059735, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3e02b71-b4f6-48c4-a387-93a6ba10187e/width=450/5059735.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "URJavC5YD*ni00M~?bt7.TIp%MNGxvR.spNG", "type": "image"}, {"id": 5059732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef301e8a-792a-44d4-b82c-e86a40feb9d6/width=450/5059732.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCE30Q%g00IU00IV_NxtTfnhRQxuT0%MR6D%", "type": "image"}, {"id": 5059731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/145dcde4-7965-4a41-869e-f9de398bbabd/width=450/5059731.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGF~Q^.800IU00IV_NxuX:n$Rot7yExuVtM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/281619", "modelId": 249574} \ No newline at end of file diff --git a/datasets/metadata/281627.json b/datasets/metadata/281627.json new file mode 100644 index 0000000000000000000000000000000000000000..995e710e3e1f7a534e610578a3c0f44d5f484ef7 --- /dev/null +++ b/datasets/metadata/281627.json @@ -0,0 +1 @@ +{"id": 281627, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-01T02:02:18.171Z", "availability": "Public", "nsfwLevel": 1, "description": "trained on insta
", "trainedWords": ["extraemily"], "stats": {"downloadCount": 209, "ratingCount": 13, "rating": 5, "thumbsUpCount": 17, "thumbsDownCount": 1}, "files": [{"id": 220751, "sizeKB": 147575.3046875, "name": "extraemily_sd15_512_128_64_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-01T02:01:09.612Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4EE0CDBF", "AutoV2": "2485673F6F", "SHA256": "2485673F6F24C3B6AD4CBFDE7E87243C674D64EA7E4FA3185DE5F37CDE018E26", "CRC32": "0C8EE30E", "BLAKE3": "77B31DDF4D7C235EC89DD0D089F47074308070BF3D3BE85BFCF1804B26ED6229", "AutoV3": "EE70C076422B"}, "downloadUrl": "https://civitai.com/api/download/models/281627", "primary": true}, {"id": 220750, "sizeKB": 16774.8154296875, "name": "train.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-01T02:01:12.173Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F0FFA6AA", "AutoV2": "45B93EC1BD", "SHA256": "45B93EC1BDC372D0881104768B35F03DC006957EB98F6C3ED7DFADA730E01F81", "CRC32": "9A882196", "BLAKE3": "F4E8B9088371DA1BDF841A613B2B5A88F8AC68C66518344C8B5C9ADF1560C943"}, "downloadUrl": "https://civitai.com/api/download/models/281627?type=Training%20Data"}], "images": [{"id": 5059962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9dee684-09c3-4391-bd2e-6c3be77ea938/width=450/5059962.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8FY0|9b00-q%1~Wxv4.?]9Y$1Io5PNEIS%1", "type": "image"}, {"id": 5059957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41d7cb08-7cf7-4b1c-ba97-daed2f78bf90/width=450/5059957.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "ULDurRS7EQ%2~UWGNKofNYRjxBNFIoM{RiW9", "type": "image"}, {"id": 5059959, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c3c9fca-cdb4-44a7-aca8-07f756e6ac74/width=450/5059959.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UPD+JBRnE4%1~VNGIpn$S$NGniNGkANGNGR%", "type": "image"}, {"id": 5059958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c85817d9-a1a1-4f89-99d7-ce0a67e090fb/width=450/5059958.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "URD+JCR.9ws=~URlNHa$O9RjxVNFR$M{W9bD", "type": "image"}, {"id": 5059960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e90a4b2d-3bf4-4c2f-9725-6106b3c7f819/width=450/5059960.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9Ee#-9v00-T00IV~Wt7~pt6RPE256%KMxE2", "type": "image"}, {"id": 5059963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c89efff7-2a95-4a4e-8096-136cf8c05dbe/width=450/5059963.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UAFrFd-;00={01x[~pRj_MR%n3E10eV@RPNH", "type": "image"}, {"id": 5059966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94883ec5-06c0-47ff-9933-410972fc19cd/width=450/5059966.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGJZ[4}?0Kxs=qMy%L-U.94:MxWANGENIoSe", "type": "image"}, {"id": 5059964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/794f7f46-c4dd-44e7-905f-6e3af78a7c05/width=450/5059964.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9EelU4p01^+%1?HSiNI?[9Z#kW.EKSJIA%1", "type": "image"}, {"id": 5059961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38fce037-f6b8-4dc3-9fa3-4acd41375452/width=450/5059961.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UJELTwxbEQ$+~UjvNIspExNF$$NFNFNFNGR%", "type": "image"}, {"id": 5059968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec82acd3-ce57-49cb-a367-f607d5d93e5a/width=450/5059968.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEF=HwIW01R-D%?H-:E2~pM{wcE1EKR%ITxa", "type": "image"}, {"id": 5059967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca371a33-d49b-40af-ac2c-d131592b31c2/width=450/5059967.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "URF#XTohERs;~UWDNKs:JOawslR%oHNGRja_", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/281627", "modelId": 249581} \ No newline at end of file diff --git a/datasets/metadata/281630.json b/datasets/metadata/281630.json new file mode 100644 index 0000000000000000000000000000000000000000..918a5a0b56748049ba1521e64ff0090904d62317 --- /dev/null +++ b/datasets/metadata/281630.json @@ -0,0 +1 @@ +{"id": 281630, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-01T02:06:39.274Z", "availability": "Public", "nsfwLevel": 1, "description": "trained on her insta
", "trainedWords": ["larissaK"], "stats": {"downloadCount": 208, "ratingCount": 16, "rating": 5, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 220754, "sizeKB": 147585.359375, "name": "larissaK_sd15_512_128_64_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-01T02:05:41.819Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "108CC40F", "AutoV2": "5F16B54ED5", "SHA256": "5F16B54ED5624A135366D750A592C57551E580527734BD2AA6A41CE54BC85382", "CRC32": "BF9DA165", "BLAKE3": "B88CF9DA7C49E36B9023487760CA55D665AC6BB0E3C5F20D10C8B6B4531AD7A3", "AutoV3": "148997189D55"}, "downloadUrl": "https://civitai.com/api/download/models/281630", "primary": true}, {"id": 220755, "sizeKB": 141091.9892578125, "name": "train.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-01T02:05:46.605Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0DE1654E", "AutoV2": "A01ED1ED22", "SHA256": "A01ED1ED22E2DEC17B6BB14C3CD5C2000FA0BE3E6CFA260EE500D636207BD066", "CRC32": "CD0ADF29", "BLAKE3": "80357E8EF06EA2374FCDABFE72218AFE5F28EF01A4769AC855F6FBDBB54514A9"}, "downloadUrl": "https://civitai.com/api/download/models/281630?type=Training%20Data"}], "images": [{"id": 5060054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d7d5354-3751-4222-afef-bdb5c977f92e/width=450/5060054.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEF=U3xt00I;00IV~VW;%#t6$g%19uj[IBaK", "type": "image"}, {"id": 5060057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4790eabc-04ce-45c7-be42-d68da50a7f5b/width=450/5060057.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCF#,Y-.02M{009a~Vof?]%NrW%M0MRiM|IU", "type": "image"}, {"id": 5060058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1dbb6567-d3fa-46cb-9b3f-65e8507cdf72/width=450/5060058.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBEex$?s02Na009G~Vs..l-pn3%24:R*RPE1", "type": "image"}, {"id": 5060060, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52bb183d-327f-4f90-b523-26da55d69f37/width=450/5060060.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDF#,YyD02xt004._2xZ?^%MwI%202niIU9a", "type": "image"}, {"id": 5060055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/659c281b-5ae5-428d-86ee-b4869cb8a3d3/width=450/5060055.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9GuaZRP00X-00NH_ME2?^-p-UnOO?M{D*%L", "type": "image"}, {"id": 5060056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7aaa26a5-011f-4d30-85a7-13b7551959a2/width=450/5060056.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGF=pxRP00oz00xu~pRkb_WBxFWBpHWWMxxt", "type": "image"}, {"id": 5060063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/255bd626-927a-49ea-a381-8fa2e0039d82/width=450/5060063.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDJ*3bIT00.700s:*JoI5l-p-oV[BpIpH?EM", "type": "image"}, {"id": 5060082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7faad544-b149-43be-bae2-14ccc24259c9/width=450/5060082.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFFOy0%g0MI:039b~V%1.Tt7Mx$*4;xFRPIV", "type": "image"}, {"id": 5060065, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9017cf12-5777-42ce-9c04-6cae8ef88bbf/width=450/5060065.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDFh-SpI01xb004:~pn$.S-;rXxu0LnPM{D*", "type": "image"}, {"id": 5060066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4168a48-ff17-40f3-b367-75d952961cc4/width=450/5060066.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDFYS-xY00Si00Io~pbHyD%L%1RjOsWYIBxa", "type": "image"}, {"id": 5060068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e2987f4-df9c-49d2-9e5b-f079b5db36ee/width=450/5060068.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCGRbjt+01tR009G~pV@ct-pv~-p01WXMx9a", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/281630", "modelId": 249583} \ No newline at end of file diff --git a/datasets/metadata/281675.json b/datasets/metadata/281675.json new file mode 100644 index 0000000000000000000000000000000000000000..21b2f5a50b5aaaf263adfb60d5b4e560cefbdb43 --- /dev/null +++ b/datasets/metadata/281675.json @@ -0,0 +1 @@ +{"id": 281675, "index": 0, "name": "Nude man in public", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-01T03:44:46.956Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 696, "ratingCount": 45, "rating": 5, "thumbsUpCount": 109, "thumbsDownCount": 0}, "files": [{"id": 220802, "sizeKB": 4444.6982421875, "name": "281675_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-01T03:25:48.024Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E692C9D7", "AutoV2": "D1C6A88D5C", "SHA256": "D1C6A88D5CF0CF55378EDF918B80474AF93592B3D863DEAAD6CA6165B7C1966A", "CRC32": "C6217BFF", "BLAKE3": "7D01C69FDF4266F954A1411B5888FC81ABA11CA56E3FC2E5CA3A53F0CDBDAEFA"}, "downloadUrl": "https://civitai.com/api/download/models/281675?type=Training%20Data"}, {"id": 220806, "sizeKB": 36977.4296875, "name": "Nude_man_in_public.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-01T03:35:47.813Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A3AF233E", "AutoV2": "C1702A06FE", "SHA256": "C1702A06FECE0906A4521DC97A16F697DED490829393D5167964E0808E2293AF", "CRC32": "8001D076", "BLAKE3": "45DE5FB7F439F16742EDAE38399D1A55DF5958E02B5F7BA24B14A8AAD8D67750", "AutoV3": "CDE6EA4596AF"}, "downloadUrl": "https://civitai.com/api/download/models/281675", "primary": true}], "images": [{"id": 5062308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e46c5e70-7fa2-4935-b226-53b3e4a0f3bf/width=450/5062308.jpeg", "nsfwLevel": 8, "width": 512, "height": 640, "hash": "U6BVz|R500.8_ND%9Z?b4;E1ni^kIpj[M|WX", "type": "image"}, {"id": 5062327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3eecd43a-a19e-4e40-ae3a-537dc55b567e/width=450/5062327.jpeg", "nsfwLevel": 8, "width": 512, "height": 640, "hash": "UBB:Haxb9t00~qs;RP9F57X9MxaK4:%MIBoJ", "type": "image"}, {"id": 5062326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d37f694-b92c-4eb6-967b-c27107feb5fe/width=450/5062326.jpeg", "nsfwLevel": 8, "width": 512, "height": 640, "hash": "U5Ace?9Z00?a~CIURk-;?vjFR5t84.Rjoexa", "type": "image"}, {"id": 5062348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e1081f9-a2b7-4957-9418-8b88aad8546e/width=450/5062348.jpeg", "nsfwLevel": 16, "width": 640, "height": 512, "hash": "UFBMGNxaNboz~BRjR*xuxuRjE1S2WBIoE1of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/281675", "modelId": 249623} \ No newline at end of file diff --git a/datasets/metadata/281860.json b/datasets/metadata/281860.json new file mode 100644 index 0000000000000000000000000000000000000000..9e30b809e4f8ef94279509a2a4b7bf63ff0b6247 --- /dev/null +++ b/datasets/metadata/281860.json @@ -0,0 +1 @@ +{"id": 281860, "index": 0, "name": "Penis next to Coca-Cola can", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-01T08:50:06.607Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 406, "ratingCount": 43, "rating": 5, "thumbsUpCount": 79, "thumbsDownCount": 0}, "files": [{"id": 220956, "sizeKB": 8423.3310546875, "name": "281860_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-01T08:30:50.486Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FF25C741", "AutoV2": "D7D03C3208", "SHA256": "D7D03C32085B7DACFF122022F4D94F1BA10BDFE365E8A0159A06172CA394FD39", "CRC32": "743A6462", "BLAKE3": "38C2984BAE64A872C433E237462E5391CB053F2DCAB89BC0056CD619EA20D151"}, "downloadUrl": "https://civitai.com/api/download/models/281860?type=Training%20Data"}, {"id": 220964, "sizeKB": 36978.2734375, "name": "Penis_next_to_Coca-Cola_can.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-01T08:45:47.096Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "80815A8B", "AutoV2": "25C174E9E2", "SHA256": "25C174E9E280B4D5250341BF9199BF30D58572DA82161CCA3043CB78FAC40D59", "CRC32": "BD991ECB", "BLAKE3": "2D19486AEDDFE1C86DD2A026AF58CE65A800B9207FE1145ABD185F7C5B0DB8CA", "AutoV3": "80E51E009CBE"}, "downloadUrl": "https://civitai.com/api/download/models/281860", "primary": true}], "images": [{"id": 5067839, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8d159d9-6380-46a6-ada0-5fe28e6506a5/width=450/5067839.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UnHny-DiM_oL~qMxM_bHtSR*RPoLjFbbaeof", "type": "image"}, {"id": 5067875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/366e2bc0-a29b-4c33-afbf-b38a4a7a2b79/width=450/5067875.jpeg", "nsfwLevel": 16, "width": 512, "height": 680, "hash": "UBG%}lFcFZnQ00-V56I:0{wM={Sx=wt6~B=|", "type": "image"}, {"id": 5067894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5da6b0e7-3511-4507-9d0f-d1abdf905ece/width=450/5067894.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "U8EUT3t,0}+a{TtlJ7Md1wr@^QSg0dwI-BpI", "type": "image"}, {"id": 5067915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e215579-3ee0-4a1c-9bc2-896b32bf43bd/width=450/5067915.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UDD8zqm+XmMy0gNGRjXRT09Z-;i_~B,:xa$*", "type": "image"}, {"id": 5067895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/270b78a3-ef0f-49bf-a5da-13ef970e65ef/width=450/5067895.jpeg", "nsfwLevel": 16, "width": 512, "height": 680, "hash": "UBG%}lFcFZnQ00-V56I:0{wM={Sx=wt6~B=|", "type": "image"}, {"id": 5067982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d13036d-399c-4536-b963-2f82524f0736/width=450/5067982.jpeg", "nsfwLevel": 8, "width": 512, "height": 640, "hash": "UED99n0MWT$$u6RPw[RjM}NHxZWX00?GI=W=", "type": "image"}, {"id": 5067923, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24f2e181-6e6a-4ebc-8fbd-a8f56e767f3b/width=450/5067923.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UDD*;KSw5j-C02Io9txa5P-V}[I:j;j]-VIo", "type": "image"}, {"id": 5067922, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60b80d0e-49bb-45f1-8917-92de649fd7e6/width=450/5067922.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UAF=K?*|EL_3UaOqR%Io00yXw^Md00]-xGX8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/281860", "modelId": 249775} \ No newline at end of file diff --git a/datasets/metadata/281977.json b/datasets/metadata/281977.json new file mode 100644 index 0000000000000000000000000000000000000000..1b516c37f2e067ec8f19917612e1a7bee764966b --- /dev/null +++ b/datasets/metadata/281977.json @@ -0,0 +1 @@ +{"id": 281977, "index": 0, "name": "Eugene Chaud", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-01T12:26:59.427Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Eugene Chaud"], "stats": {"downloadCount": 111, "ratingCount": 12, "rating": 5, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 221081, "sizeKB": 25989.9853515625, "name": "281977_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-01T11:55:46.227Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B2626235", "AutoV2": "A13733B230", "SHA256": "A13733B23027119CE778CEC6F1712E8FAE69997F39D072494F6ABAFA9AF48776", "CRC32": "1CC7224D", "BLAKE3": "60730727CCED3AE7756A0157635E6EA657C6BD55CA21A5469A239AB4081B5828"}, "downloadUrl": "https://civitai.com/api/download/models/281977?type=Training%20Data"}, {"id": 221092, "sizeKB": 36978.2734375, "name": "Eugene_Chaud.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-01T12:06:23.744Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5FD5B0DB", "AutoV2": "C90D382D76", "SHA256": "C90D382D768AB143D21650EB0F230F882A88D6012BFD513CFE96F2B2B9A49C52", "CRC32": "DEB398A2", "BLAKE3": "6190D0F01B80709AEACDBB5EA48D36AEF5B1C050DBA603393593E10A63470D06", "AutoV3": "DF7257D42EC5"}, "downloadUrl": "https://civitai.com/api/download/models/281977", "primary": true}], "images": [{"id": 5071362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f5fe0f7-8bd8-4f6c-8aee-a91625047626/width=450/5071362.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2688, "hash": "ULHeXiXSCP$P~pkBD%WVyDaKR5S~RQj[f*of", "type": "image"}, {"id": 5071352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/880512b7-f94e-42a0-a1e6-780cf00b08a5/width=450/5071352.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2688, "hash": "UPJ@tO-VysE+~XM|E1t6uNkqm,wdR.s:r=R*", "type": "image"}, {"id": 5071360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1124825e-a5b6-4f99-bf20-eec2aeb3b554/width=450/5071360.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2688, "hash": "UPG]BO%LLJNux]IV4.xa.lXlMer@I@bGnNxt", "type": "image"}, {"id": 5071361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d119fd1-bc37-43ad-a22b-0449e9c1246e/width=450/5071361.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2688, "hash": "UcF~8QM{jExG~qRPR%s;-;IpRjX8I:WBf6kD", "type": "image"}, {"id": 5095768, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d18c13a4-7fe6-49e2-af16-14cca2555a9f/width=450/5095768.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2304, "hash": "UPFO$A4oInOs~qRi9F%MyDIoV@RQNHayV@NG", "type": "image"}, {"id": 5095785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/217545f8-6138-4fea-b025-16866eeb1d1b/width=450/5095785.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2304, "hash": "ULE.R$~pEzMy_3x]D*9G?u-p$ixFE2ayRjWB", "type": "image"}, {"id": 5095769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4a35e28-078e-4c45-ac0a-ec7263546d3f/width=450/5095769.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2304, "hash": "U9ELsg00_1n4~q9Gxu01OrIoM|%100%Ms:WB", "type": "image"}, {"id": 5095789, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a045b98b-af32-4151-954c-7f54abe52b06/width=450/5095789.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2304, "hash": "UGF=8V01krMx~pE1S5Rj0g%LnOx[9Gx]V?-o", "type": "image"}, {"id": 5095787, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/306cfb1f-c415-4780-a56c-1ffcc46db4b0/width=450/5095787.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2304, "hash": "UOEx-9_2-:-p~V-:X9S5WXxaNIRkD*RkofWC", "type": "image"}, {"id": 5095788, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d19df49-6c33-4906-8248-3a64302d8964/width=450/5095788.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2304, "hash": "UUH_iJ.8-;o#_4?HSOt7XSWVV@t79FWBoJf6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/281977", "modelId": 249869} \ No newline at end of file diff --git a/datasets/metadata/282252.json b/datasets/metadata/282252.json new file mode 100644 index 0000000000000000000000000000000000000000..4526674be2fedaa2b204a22c194fb1bd935502ba --- /dev/null +++ b/datasets/metadata/282252.json @@ -0,0 +1 @@ +{"id": 282252, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-01T16:59:37.220Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": ["slingshotswimsuit"], "stats": {"downloadCount": 1328, "ratingCount": 185, "rating": 5, "thumbsUpCount": 284, "thumbsDownCount": 0}, "files": [{"id": 221316, "sizeKB": 388168.1708984375, "name": "2_slingshot swimsuit.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-01T17:00:54.225Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FCA539A2", "AutoV2": "6182611156", "SHA256": "618261115656991C4C2B94E63EA61283567209259875BB0530D02032B76D5A38", "CRC32": "38D19ECF", "BLAKE3": "76A13498A94ED150841A7DB1701A5362D3665EAA306BA8AE87FE7445EA508226"}, "downloadUrl": "https://civitai.com/api/download/models/282252?type=Training%20Data"}, {"id": 221361, "sizeKB": 36982.4599609375, "name": "slingshot swimsuit.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-01T18:40:52.725Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C8C94C57", "AutoV2": "4103DC1073", "SHA256": "4103DC1073D5BFD4F7C9DD74601864DA0F8EEA52FCD99BFD2BCF4A22FF78A885", "CRC32": "67341001", "BLAKE3": "99652A157885AEA51AAB100EE3056A5CDC1252D1988FC545FFD0DA77EC24F20E", "AutoV3": "363AF45EBF63"}, "downloadUrl": "https://civitai.com/api/download/models/282252", "primary": true}], "images": [{"id": 5076580, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d4aa70f-50a4-4998-804c-b42a5e94b13e/width=450/5076580.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UNK1UhxA2fo~T5-4Ipjb0QNI%1OGEA9aOsp0", "type": "video"}, {"id": 5076605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/898982b2-5b70-443b-82e9-8fff970b893f/width=450/5076605.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "ULJt*rw@2{pIT5,-Iqn+0PNb-oOa9i9GT0pJ", "type": "image"}, {"id": 5076603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e71c981-45c1-437d-a3be-5e842511d957/width=450/5076603.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UFK1H_x]0L_3XmtQsmM{EkNH~poft7D*Rj-:", "type": "image"}, {"id": 5076591, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/740ee1ed-855f-43a1-880f-e02edeeaf157/width=450/5076591.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UGJH8hD$0z-:%$Mx~q$g67-BIot7-o?HxuEL", "type": "image"}, {"id": 5076589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c90acc3-7bf6-4070-9fbe-7fccbe79926b/width=450/5076589.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UBI}*O?A1UR.-Yv{MJE2069xETWC00HX9bS4", "type": "image"}, {"id": 5076592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/156a3476-b73d-4f6d-9646-b4c52ad60408/width=450/5076592.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UMKK4t~q0#?Hk?x]%MxaAD%2?HspD*xu%MRk", "type": "image"}, {"id": 5076585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a5b6048-1983-4816-b1e5-4e3e876cebcc/width=450/5076585.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UGKnG9ve16O@PXR3%3o#0h-Q~paQ9IxZx]o#", "type": "image"}, {"id": 5076588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2caa3ea-4177-486d-b9dd-bee48586a637/width=450/5076588.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UEJQ_@9G71%zuOIAMxWo0zRj~VIV?uX9ofxZ", "type": "image"}, {"id": 5076590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9473490c-9fa6-41a0-b8f1-25c4e3e5d224/width=450/5076590.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UIIqP:~V5n-;AINH%LWX01Rj-.oJs;M|IUae", "type": "image"}, {"id": 5076587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd8973dc-cb83-4029-b7e6-34fdeafe5833/width=450/5076587.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UHKAsZ%h0fW.pftm0eIo0OtS-oM{?ct8_2e.", "type": "image"}, {"id": 5076595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8c9076c-4584-498a-9f9d-eac234e20e81/width=450/5076595.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UAJ*3Y4n00t8OaE19@V@009F.m-p00V?.8M{", "type": "image"}, {"id": 5076599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ca02c13-2b97-458e-b431-c2e77f61b09d/width=450/5076599.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UFHoIK=]2_nn9,Z#Qm%M0frV~USQESV@J-E2", "type": "image"}, {"id": 5076594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/402806fd-0b7e-4fad-b48c-216e4c4995e9/width=450/5076594.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UCIq$8~C0e9ZloNdD$f702o#~VbdK8%L_3kD", "type": "image"}, {"id": 5076596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f4fd6e4-e4eb-46c6-a388-a39815bc4c67/width=450/5076596.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UIKKA-nN0g%L.TROIBj[0ND%?GkCI^Io%Lof", "type": "image"}, {"id": 5076597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5597e9da-3df0-4e9c-95fb-e65c55681efb/width=450/5076597.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UDH-x;s:01kD10of00M{Diay~Wxt9FWVxaof", "type": "image"}, {"id": 5076600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6ff7482-5a60-4361-bafc-aa2fa5762ec7/width=450/5076600.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UIIX%99F59tQlVR4xuD%0%Mw-pxt0Lt5%Max", "type": "image"}, {"id": 5076602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8233d353-9402-4ad0-b0a3-392aad660958/width=450/5076602.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "ULJHdh_40MIqAeNy?bxu16E1-oV@4:MxkDWA", "type": "image"}, {"id": 5076601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d77a689d-e27d-448d-b613-20ee150fce85/width=450/5076601.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "ULLNDKIA0K-;.79Z~qr?FyD%-T%MIAt6tSof", "type": "image"}, {"id": 5076604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2c04250-c026-4cc3-937f-24e0e437e315/width=450/5076604.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UJJ*9j%20KkWyWxvD$t6AZR*~Vxu%1V]buxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/282252", "modelId": 250126} \ No newline at end of file diff --git a/datasets/metadata/282802.json b/datasets/metadata/282802.json new file mode 100644 index 0000000000000000000000000000000000000000..b9cd42d01ba3bbb3a50de3003235aae94b7fe98a --- /dev/null +++ b/datasets/metadata/282802.json @@ -0,0 +1 @@ +{"id": 282802, "index": 0, "name": "Man pissing on himself", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-02T05:04:15.479Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 981, "ratingCount": 61, "rating": 5, "thumbsUpCount": 165, "thumbsDownCount": 0}, "files": [{"id": 221775, "sizeKB": 3179.7119140625, "name": "282802_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-02T04:45:46.505Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BB4DC1C5", "AutoV2": "667B970BBF", "SHA256": "667B970BBFA781F0A045A486FCD6317C8FB6CFFB264247CA9714FD62B5947ECE", "CRC32": "844230F3", "BLAKE3": "5764111E762DA70448AFCF51610AF54C7C6775E4A2174F5D264D1B646283BE82"}, "downloadUrl": "https://civitai.com/api/download/models/282802?type=Training%20Data"}, {"id": 221783, "sizeKB": 36978.21875, "name": "Man_pissing_on_himself.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-02T05:05:40.709Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "225A0960", "AutoV2": "1F88CC9CFB", "SHA256": "1F88CC9CFBC997D7452CFDB89FA1CE74DE85D42DE495AC1D7E166DD6CF55DFDD", "CRC32": "191C0217", "BLAKE3": "4673A29893C597C08F101B6DFD5863600DC1BC157C7EAAB5177C23AA33329561", "AutoV3": "62C8741E2343"}, "downloadUrl": "https://civitai.com/api/download/models/282802", "primary": true}], "images": [{"id": 5091495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35c1f211-8482-400b-9603-4159cd1e7190/width=450/5091495.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UDHmlk~Utj^P1v^%ozEg0MIp-B%18|4:0gWU", "type": "image"}, {"id": 5090884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/050c6ce6-0319-4dac-bf0a-f31ec7639843/width=450/5090884.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UHH,#FKP?a}@u4?H%fI;gh%M^joLt7$*9]j?", "type": "image"}, {"id": 5090772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c406cb7-c241-41ef-a78a-cee473691224/width=450/5090772.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UBF4cY^%E%5S0#%1={-nENxZt7-U}?NuWqt6", "type": "image"}, {"id": 5090770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4bc1c33-0815-4d1b-a23c-42fe5522b465/width=450/5090770.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UEHAqh~V9]r??]~UI:9aX-kp={$i^*^j%2t7", "type": "image"}, {"id": 5090771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e028327-54ad-4a05-a348-bd4db95d957a/width=450/5090771.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UGIgiu^*.SS#uPxaKPof7MRk^koe?IWXOEWq", "type": "image"}, {"id": 5090885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e5ccd9f-39d1-4e88-ad30-c5877b092dcc/width=450/5090885.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UNG*QYRj%f%M_NE2tR?H.8xE%2tRo}RkNHX8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/282802", "modelId": 250626} \ No newline at end of file diff --git a/datasets/metadata/282853.json b/datasets/metadata/282853.json new file mode 100644 index 0000000000000000000000000000000000000000..2495e80bb17083b6e513ce5bc7e235401c66b12d --- /dev/null +++ b/datasets/metadata/282853.json @@ -0,0 +1 @@ +{"id": 282853, "index": 0, "name": "alisa", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-02T05:57:05.579Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 373, "ratingCount": 26, "rating": 5, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 221794, "sizeKB": 1014.66796875, "name": "282853_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-02T05:30:44.519Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "E9906E6B23", "SHA256": "E9906E6B238D7AA183CBEF7F08EAD271610B23BE77D4E01CE237C544162A6C60", "CRC32": "4982961D", "BLAKE3": "8052F12C8AC2C9DCA5ECF58CAC89A418024DF03097D2D434ADFE31588FB19E93"}, "downloadUrl": "https://civitai.com/api/download/models/282853?type=Training%20Data"}, {"id": 221805, "sizeKB": 36977.296875, "name": "alisa-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-02T05:50:45.733Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2CC650BD", "AutoV2": "E23E48BF3D", "SHA256": "E23E48BF3D790F2C0365FC60ED30A68C2DC786C2C071F5CF4EFC76B7FB7336C2", "CRC32": "A27D14B0", "BLAKE3": "9BE3ED76082930E38A044B6192C0E210552EC9063F107413814D8BD5B9B2121A", "AutoV3": "DD6A010928B0"}, "downloadUrl": "https://civitai.com/api/download/models/282853", "primary": true}], "images": [{"id": 5091362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe360ca9-890c-4590-a72f-5746504e1e0b/width=450/5091362.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1808, "hash": "UHGuRI^*EKxt00R+9_Io4nIUxEkB?^ogMxxt", "type": "image"}, {"id": 5091363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0874f0c2-e006-470e-af0d-039265031a29/width=450/5091363.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3616, "hash": "UNFO.M~pIoIpiuxUS#oe?Ht6skxt9axu?H%L", "type": "image"}, {"id": 5091361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af66ad69-46af-444f-8831-ec4a24484ff6/width=450/5091361.jpeg", "nsfwLevel": 1, "width": 512, "height": 904, "hash": "UOG[p8D$9YbJ^%ITIot8D$Ri-;of~qM_V?Rk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/282853", "modelId": 250668} \ No newline at end of file diff --git a/datasets/metadata/28292.json b/datasets/metadata/28292.json new file mode 100644 index 0000000000000000000000000000000000000000..285126585f3687e83e425027a786db75f3bf305b --- /dev/null +++ b/datasets/metadata/28292.json @@ -0,0 +1 @@ +{"id": 28292, "index": 6, "name": "V1.5", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-24T08:36:25.106Z", "availability": "Public", "nsfwLevel": 1, "description": "Updated the lora and improved the art style, also improved on the consistency regarding the headband's look. using \"headband with text that says soul\" helps with adding the soul text to the sticker.
(Main concern is fixing hand consistency, they are rather inconsistent in quality in this lora and some other issues)
Rank 8 SDXL LoRA (Just 56 MB) Trained with CivitAI's LoRA trainer
", "trainedWords": ["Yarn art style"], "stats": {"downloadCount": 844, "ratingCount": 72, "rating": 5, "thumbsUpCount": 131, "thumbsDownCount": 0}, "files": [{"id": 222109, "sizeKB": 30944.4072265625, "name": "283235_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-02T14:25:43.661Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BA2DC3A0", "AutoV2": "7C7AE60C89", "SHA256": "7C7AE60C893417B2BA06E728DECD78A8AB749908DEE017B7A7F65064B59E0404", "CRC32": "0061D1B2", "BLAKE3": "E72DE743BBB9BD7718C49707EB726BE317BFF818AE6665613D80DEB062562FF1"}, "downloadUrl": "https://civitai.com/api/download/models/283235?type=Training%20Data"}, {"id": 222163, "sizeKB": 56077.73046875, "name": "SDXL_Yarn_Art_Style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-02T15:35:42.394Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "28DB432D", "AutoV2": "4E87C682E1", "SHA256": "4E87C682E1DE6DC532CB443151F64C9ACEB2B26AC0ABF6E3BBD3C0E061C0E4A5", "CRC32": "EAC43115", "BLAKE3": "B3D09E69F68F0F4A4D19823F0636D11C6826CA7219DF4C3A3AB40060DC6CCFE4", "AutoV3": "BFC79AB44850"}, "downloadUrl": "https://civitai.com/api/download/models/283235", "primary": true}], "images": [{"id": 5108112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e2c7d34-44b3-4f1e-adc7-7d7fe956fad4/width=450/5108112.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UAAnS}?v004TyGj^Vqj;DhRO%Mx^4TMx%htR", "type": "image"}, {"id": 5108109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b9036c5-37bf-4832-8014-b08a1befec5d/width=450/5108109.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCF}l{n3Kj,nuPnh-UJ._3EjyDV@_2wI#RNG", "type": "image"}, {"id": 5108121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05530836-b4ce-4204-be85-952e7a158ab7/width=450/5108121.jpeg", "nsfwLevel": 1, "width": 1280, "height": 960, "hash": "UFDI]=WU9|JW}qSiWUNd4_I:=ZX8AcS5$Qae", "type": "image"}, {"id": 5108111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e095e86f-0beb-4585-b7c1-ac93bc802ec6/width=450/5108111.jpeg", "nsfwLevel": 1, "width": 960, "height": 1280, "hash": "UCEB]M~V020L-gxU59ER8|RQx[tRV@WYXAn$", "type": "image"}, {"id": 5108123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e71e0b6f-90a2-4748-b807-5472ff0d5749/width=450/5108123.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCC$4e-:Mb9u14xZFwWB}[NH#Qs:5RR-TIxW", "type": "image"}, {"id": 5108118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6adb296e-774f-4aa0-88b9-5cd45ff05e4c/width=450/5108118.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "U7B{im3E00[SG8o~=MwZ*xVD6+yDWl9bwd~9", "type": "image"}, {"id": 5108226, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/145183e4-3fac-4770-b37b-615aa9e6daa6/width=450/5108226.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6AmF|zU8y%M~S0y10X-DPOux?;00htQ~Avh", "type": "image"}, {"id": 5108145, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13aba92e-c560-49d0-b8dc-2568a0be67bc/width=450/5108145.jpeg", "nsfwLevel": 1, "width": 960, "height": 1280, "hash": "UMFh#I~V+Yv|=Wnhr?ofR:S5tRkD$ysmi_WB", "type": "image"}, {"id": 5108144, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8336b9d5-4d78-44d9-9c57-9960053bae62/width=450/5108144.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7C=k}t200$#OkJV0$sA{Me-B.OZ3DaK:j=s", "type": "image"}, {"id": 5108149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a942f41e-b971-4547-88f0-3c659075bde1/width=450/5108149.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIC=-w}kD+5TV@t8NFWF+~$LtjT0EOI:ocni", "type": "image"}, {"id": 5108143, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87df7ff7-e01b-4c7b-9a30-46ad52a34213/width=450/5108143.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9B3Tf-:02040fsC%2xu9hI=~9-nNHoLxZs+", "type": "image"}, {"id": 5108141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6ca49f3-2e60-47a6-b155-ce3ec7c35fdf/width=450/5108141.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7BfhG^%000On3XA5rs7M#i_~9tl5RS5xb$g", "type": "image"}, {"id": 5108229, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a281d92-bb25-4515-be69-98c5dd89953e/width=450/5108229.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1024, "hash": "UUEEoNxD7|oyloX-XAnOIur^#RR*X,Syr?wc", "type": "image"}, {"id": 5109263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4294034-48f3-4dbf-9969-f96b1719dc73/width=450/5109263.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5CF-hqZ00tp*_552]}]IVA0w3;JTub]rcEQ", "type": "image"}, {"id": 5109262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0570bfcb-e905-4aa6-b9d8-b6fad8857851/width=450/5109262.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UGCP9X};IAAx^6%2wwoIAuJB$M-9I.NdJ-V@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/283235", "modelId": 251030} \ No newline at end of file diff --git a/datasets/metadata/283376.json b/datasets/metadata/283376.json new file mode 100644 index 0000000000000000000000000000000000000000..23105be08b52dbed394da3f53910f2cb195e6110 --- /dev/null +++ b/datasets/metadata/283376.json @@ -0,0 +1 @@ +{"id": 283376, "index": 0, "name": "Cum in glass", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-09T19:44:14.720Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 680, "ratingCount": 61, "rating": 5, "thumbsUpCount": 99, "thumbsDownCount": 0}, "files": [{"id": 222233, "sizeKB": 1921.603515625, "name": "283376_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-02T16:46:23.871Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "56D61CDD4A", "SHA256": "56D61CDD4A8B97EE59EEB0237986964FB394B6B696658D95D0B0A79AE6E7B2FD", "CRC32": "C91518BC", "BLAKE3": "558716E3CAFB311AE8F1F8FF2E277A1B192F61DBDD0E43F9998E75EA46889339"}, "downloadUrl": "https://civitai.com/api/download/models/283376?type=Training%20Data"}, {"id": 230311, "sizeKB": 36978.6875, "name": "Cum_in_glass.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T19:45:43.436Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "89C87AFC", "AutoV2": "01582F735F", "SHA256": "01582F735F082C111E000596364BD189C2DD180DA95F6492F026CF0AD7800B9A", "CRC32": "1ADA450F", "BLAKE3": "8A27317D23FD79FC793F1F856DED4BA137178DD567C49D5C77941A1200D88EB3", "AutoV3": "0B58BFA95692"}, "downloadUrl": "https://civitai.com/api/download/models/283376", "primary": true}], "images": [{"id": 5328856, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/471567af-36e0-4b49-bad3-c3a2cf5a4081/width=450/5328856.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UMFrSF.TK6S5=aXTgNofx]R%nPn*NGf6xakB", "type": "image"}, {"id": 5328858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ef233a1-7508-4998-ac82-17db3d7a3ceb/width=450/5328858.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UDGuL40MENo}~9bI02-:OqS~sAV[=|9Z^*V@", "type": "image"}, {"id": 5328859, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0288aefd-212e-4abb-8d30-9e5ac2985c79/width=450/5328859.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UCE.hI-T8_-.{J%1~pM|-Sxbn-WqELjFIUoz", "type": "image"}, {"id": 5328857, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7f6bbbf-e610-4dce-acb7-bb6618076219/width=450/5328857.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UBFYMo00%L%2D4.7%LRj4T.8v}Sg_MDj?aRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/283376", "modelId": 251147} \ No newline at end of file diff --git a/datasets/metadata/28372.json b/datasets/metadata/28372.json new file mode 100644 index 0000000000000000000000000000000000000000..c2340972918971f18e3b2675bbbcba97b73249f9 --- /dev/null +++ b/datasets/metadata/28372.json @@ -0,0 +1 @@ +{"id": 28372, "index": 0, "name": "v2", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-24T12:43:36.855Z", "availability": "Public", "nsfwLevel": 28, "description": "When used with chilloutmix, you need to add prompt: (round face:1.2), (round chin:1.2); reverse prompt: (pointed chin)
", "trainedWords": [], "stats": {"downloadCount": 11302, "ratingCount": 1214, "rating": 5, "thumbsUpCount": 1350, "thumbsDownCount": 0}, "files": [{"id": 23437, "sizeKB": 147780.9384765625, "name": "enako-v2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-24T12:45:46.419Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "31C85A38", "AutoV2": "62010AA098", "SHA256": "62010AA0985373FA327228D58BDB98444EAA8AF7F54D13330B3BC1D3E1A52B77", "CRC32": "70D364B3", "BLAKE3": "8209D4D3B0FD557CCB15BA61B416C370842EEBDB98C96CBAEAA0D34150318111", "AutoV3": "110E64F5B1DC"}, "downloadUrl": "https://civitai.com/api/download/models/28372", "primary": true}, {"id": 23438, "sizeKB": 113858.4072265625, "name": "enako-v2-train-data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-24T12:45:53.397Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E909B0C0", "AutoV2": "85D54AB360", "SHA256": "85D54AB3600389F2E9A787B074122F66B2521E09CD9D34F5D9FA6C2BE94EAB87", "CRC32": "AA9D747F", "BLAKE3": "80A26301F31B3E10F7F1D4ABFAF782AC5133F74678BC8959F4C91072DE9C5C44"}, "downloadUrl": "https://civitai.com/api/download/models/28372?type=Training%20Data"}], "images": [{"id": 319386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f376e06a-d3e8-46b7-7a2b-dc03723f2a00/width=450/319386.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UDH.NJ000JD+9Ds??uIXy8N1%1i{?^xZMwM{", "type": "image"}, {"id": 319388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61e9cdfd-6730-48a9-ce05-65cdded5d400/width=450/319388.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UPH-}Ys+0JRj_MRi%1WC-;t5-pf5S6ods;WB", "type": "image"}, {"id": 319387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91f25785-b3e9-4611-c435-637d7b578e00/width=450/319387.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UFLNGT00t,00Tys+~qR500?vaKM{_3njRPRj", "type": "image"}, {"id": 493611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52f3b5e5-77aa-4510-ffa8-bf13764a3c00/width=450/493611.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCG[NJER?a~ptRxb%ME2VsNGt7s.00Z~D%IU", "type": "image"}, {"id": 493627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76b83416-70c5-4ba7-d27e-24d32ce9d800/width=450/493627.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U5Ex-H0L_1ahm,-;00^*?uwg~p0Ltk^+-:Io", "type": "image"}, {"id": 493623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e45b745-c9dd-4394-e12d-0bea21c1e500/width=450/493623.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U8GkzgV]00~W_29Z?a?H^%Rj%M4:IT0KV@Io", "type": "image"}, {"id": 493617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b389dff8-f586-42bb-d372-992a8d29d100/width=450/493617.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UUG[Td~pNGWC?b%fxukCoz%MxuRjt7jZM{M|", "type": "image"}, {"id": 493628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0217333-f337-4543-2ff4-ef78cecca900/width=450/493628.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UHGuE:~V-:Rj~VIo-:-pM{Myt7E24.D*xtRj", "type": "image"}, {"id": 493616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16d8aea2-9872-446b-0640-804101263800/width=450/493616.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U8HUnN00.7IUyD00~p?GDiNI0L9a00~qwc-:", "type": "image"}, {"id": 493618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56db9d34-c5a2-4aa9-4e27-51a412c81600/width=450/493618.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGG[Tc~W%2IU~WkWIVxa-:?bRQa#_3t6xtNG", "type": "image"}, {"id": 493612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0412868d-35c9-4471-d529-bebd8db57800/width=450/493612.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UFGRk[~WE1-;_3-;bws:Na_3^+E2x]?a-pWX", "type": "image"}, {"id": 493621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1afd1e9a-0b5f-4cd5-f8db-5840a12b8300/width=450/493621.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UTHny+xuW=Rj~pofxuWBtRe:%MM{tRbHt7j[", "type": "image"}, {"id": 493620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fddc9fc-323c-4e45-086b-ec055a34df00/width=450/493620.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UHIEeJ4oD%-p-;of~WIVtQX8-;%2tm-;M{WU", "type": "image"}, {"id": 493626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b187e79b-be75-451e-6abe-56f0eeaa0500/width=450/493626.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U6G*=}S~00^*.901~V~VRP^*%300014nD%_2", "type": "image"}, {"id": 493615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83542abd-a48f-44b8-42b5-d64a0851f900/width=450/493615.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UCFrS1%M00M{tR~WW;IUM_EL^+%2o}?HNGIo", "type": "image"}, {"id": 493613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c8a08e5-f421-4b95-bd59-49505e8d2d00/width=450/493613.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UHHBrTxvNZWX~pR-^+?b%1?H-;M{I:M{%Ls:", "type": "image"}, {"id": 493619, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/751713f7-5169-4204-627a-8186c4069c00/width=450/493619.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UBHL3q^+Ionl~q4.-:xa_2^*?b4.~p%M%fIo", "type": "image"}, {"id": 493625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c0890f2-f9ae-4655-24bf-66469451ae00/width=450/493625.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U7F5X8_N0K-;IUJA~VSz-p^*%MIV0K01Rjxt", "type": "image"}, {"id": 493614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/665ea492-e6ea-4d6f-fd51-bc3b27875400/width=450/493614.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U7HxHMD%E1^+X900~qWUM_wv.7010000-p%1", "type": "image"}, {"id": 493622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d35641bf-1bc1-4524-c4e6-a7149188a400/width=450/493622.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UOHxNcM{EL%2~qV[xtofx]Rj-:t7_3R*ogs:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/28372", "modelId": 22034} \ No newline at end of file diff --git a/datasets/metadata/283932.json b/datasets/metadata/283932.json new file mode 100644 index 0000000000000000000000000000000000000000..a9c3922cf2b8c4df9a4c92904fc788afcdbb6edd --- /dev/null +++ b/datasets/metadata/283932.json @@ -0,0 +1 @@ +{"id": 283932, "index": 0, "name": "Fil-Italian Blood mix beauty", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-03T02:41:05.720Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 240, "ratingCount": 17, "rating": 5, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 222655, "sizeKB": 3826.501953125, "name": "283932_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-03T00:31:17.660Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "450AC266", "AutoV2": "23DDA9A4D6", "SHA256": "23DDA9A4D68CB5A4307CC117D364130F52E981BCF721C335F9F50F3D2AB5961B", "CRC32": "6249AE2F", "BLAKE3": "2B22667034CD8825FFC9DB58BE5BBF434C1B8D828ACE9CE6C144A8BD7FF13D8D"}, "downloadUrl": "https://civitai.com/api/download/models/283932?type=Training%20Data"}, {"id": 222703, "sizeKB": 36977.453125, "name": "Fil-Italian_Blood_mix_beauty.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-03T01:25:51.081Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5CF4DB0A", "AutoV2": "B404B3320F", "SHA256": "B404B3320FD129167621668EDA25A6569FC809E6698D6A0CFA53C9D2A513D6FF", "CRC32": "79B8A2A1", "BLAKE3": "92A7AAA53A5EAFEC2E1C19A0FB36AEE7C8DC7137E04C4FB2DA27CCD3033AEC43", "AutoV3": "53496953D314"}, "downloadUrl": "https://civitai.com/api/download/models/283932", "primary": true}], "images": [{"id": 5117999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/738986fd-98f3-41ff-9842-93f7f891a4cc/width=450/5117999.jpeg", "nsfwLevel": 4, "width": 2304, "height": 3456, "hash": "UEGRPE%20KMx00xaxuXT~qR*D*9G4.%2bcI;", "type": "image"}, {"id": 5118000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8aa3ba2-c629-4365-9378-100196e7b730/width=450/5118000.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UDF=zF000e^+~q9Gx]S5IU%M-;IUDitRxvV?", "type": "image"}, {"id": 5118002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/085b87cd-d2ac-4a35-a852-e47645535556/width=450/5118002.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UGFFHZ~9J,~UkB-:%1NH00xvxtNINGIoR+Rj", "type": "image"}, {"id": 5118001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e4b96fd-1f5f-428f-9147-a095b2ac0f19/width=450/5118001.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UZH-x.~W%g%MNGxatRW=b_tR%2xus,ayWBV@", "type": "image"}, {"id": 5148528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aef6c6a4-da2e-4b0f-8d34-b5787d5c3aab/width=450/5148528.jpeg", "nsfwLevel": 4, "width": 744, "height": 1320, "hash": "UAECd=005R~VKP8_~qIo01%g$zNH%2WXIU%L", "type": "image"}, {"id": 5148530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50ea2b99-1433-4284-9b2d-3dfafd34b71a/width=450/5148530.jpeg", "nsfwLevel": 4, "width": 744, "height": 1320, "hash": "UEG*{GD%AGrX~pS5Iq009u_3-pD*RPt8M|M{", "type": "image"}, {"id": 5148529, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb8264bd-124d-43eb-9390-081f6a88aa86/width=450/5148529.jpeg", "nsfwLevel": 4, "width": 744, "height": 1320, "hash": "USHeB_~Wtloz?b%gxut74.V@%Mt7smaea#S2", "type": "image"}, {"id": 5148532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e66ed8f3-aca2-4a32-8014-da5b7de8bc8e/width=450/5148532.jpeg", "nsfwLevel": 4, "width": 744, "height": 1320, "hash": "U9FYP,000L~W4-M{%hIT-;xtIANbWot7IU%N", "type": "image"}, {"id": 5148526, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/beb8faa0-ee37-4946-baf4-7b55350f522f/width=450/5148526.jpeg", "nsfwLevel": 4, "width": 744, "height": 1320, "hash": "U9Hn?E-W5O4.-;tR?w_N0Ktm?v%MROtRx]w^", "type": "image"}, {"id": 5148535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6969e312-c066-4f64-9829-9059e82c197f/width=450/5148535.jpeg", "nsfwLevel": 4, "width": 744, "height": 1320, "hash": "UQIN{m=@I;~VNLs--.NG9Exut8M{RjkCsls:", "type": "image"}, {"id": 5148536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5addccb0-705d-41e7-917b-7b3695fbe979/width=450/5148536.jpeg", "nsfwLevel": 4, "width": 744, "height": 1320, "hash": "UVJ@zg~pt5xu%Mxv%gtRIUofxvWBV?ofozRj", "type": "image"}, {"id": 5148534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56f1f2eb-b659-432a-8548-e3c0e5e711af/width=450/5148534.jpeg", "nsfwLevel": 4, "width": 744, "height": 1320, "hash": "URJtxMeRIt-:.ARO?Gx[IAoJkDo#xAWWM|xu", "type": "image"}, {"id": 5148537, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16287c1d-232e-49a4-8533-94e8c3de5732/width=450/5148537.jpeg", "nsfwLevel": 4, "width": 744, "height": 1320, "hash": "URJtxMeRIt-:.ARO?Gx[IAoJkDo#xAWWM|xu", "type": "image"}, {"id": 5148540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d65ef891-95c5-4b58-b4de-a6346ab14253/width=450/5148540.jpeg", "nsfwLevel": 4, "width": 744, "height": 1320, "hash": "UMHBVlrp00~VIUxsxuNH4os;%MNGIUWWofoL", "type": "image"}, {"id": 5148538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b69b16db-37cc-462e-808f-37d94fc97866/width=450/5148538.jpeg", "nsfwLevel": 4, "width": 744, "height": 1320, "hash": "UFH-oix[0K~C?v^*%LNH4T^*_3MxV=$%oJV@", "type": "image"}, {"id": 5148539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2cb8016-6b32-4347-8ca6-e10a69e4d909/width=450/5148539.jpeg", "nsfwLevel": 4, "width": 744, "height": 1320, "hash": "UTJ7,g~pOtV@Xn-;s:t7IUxa-;t7RjV@t7R*", "type": "image"}, {"id": 5148541, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6e4a647-1da6-4515-a9c6-ee01443ee706/width=450/5148541.jpeg", "nsfwLevel": 4, "width": 744, "height": 1320, "hash": "U6E_{uES009FFfkXNG9E02_3~WVrD%-;D+xZ", "type": "image"}, {"id": 5148543, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/938c7a34-937b-43e4-bf08-17b4a5bcdaa8/width=450/5148543.jpeg", "nsfwLevel": 1, "width": 744, "height": 1320, "hash": "UMHx7=~WkWs.K7R-RkRjv|s-V@adD%V@kDg3", "type": "image"}, {"id": 5148542, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa0e1971-2eda-430d-9fe2-133ce2d0ff79/width=450/5148542.jpeg", "nsfwLevel": 4, "width": 1152, "height": 768, "hash": "U8He5#T101~A%e?INLxs0K8_NGtlxCIpx^nh", "type": "image"}, {"id": 5148544, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30fcc7fb-766b-4cb3-a962-2a2c97bd9b00/width=450/5148544.jpeg", "nsfwLevel": 2, "width": 744, "height": 1320, "hash": "UEF5s$^+A[%2Z~t6E1RO%#^+~VI;?atRRkRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/283932", "modelId": 251641} \ No newline at end of file diff --git a/datasets/metadata/284348.json b/datasets/metadata/284348.json new file mode 100644 index 0000000000000000000000000000000000000000..dec9ca8cc2830468d0823ba6ef1f94edcf251261 --- /dev/null +++ b/datasets/metadata/284348.json @@ -0,0 +1 @@ +{"id": 284348, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-03T07:47:37.084Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 169, "ratingCount": 21, "rating": 5, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 223022, "sizeKB": 36978.9140625, "name": "Dijor.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-03T07:45:45.124Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3A052551", "AutoV2": "5A966BC544", "SHA256": "5A966BC544172403C2B8BFECED34F051520E692358EEFC4BC710F38F2F68CE4E", "CRC32": "20F32E95", "BLAKE3": "ADBE4C384EE4FFBA6B85ABEAEE237084BB13141F26C640C9C5859442ED30FDD1", "AutoV3": "AD079408D406"}, "downloadUrl": "https://civitai.com/api/download/models/284348", "primary": true}, {"id": 224241, "sizeKB": 6505.3515625, "name": "284348_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-04T10:25:40.112Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CFC9ADFB", "AutoV2": "1BF8D9C3CE", "SHA256": "1BF8D9C3CE75496FF034A8A9DE8E1AB18224C1C568DAB36DF2D2843F4B4B75FD", "CRC32": "16C6344B", "BLAKE3": "9EB72F747A1C47D2EFF62D65AEC28824D1D664F3FC11B3B9396F1E8D08AF1F3B"}, "downloadUrl": "https://civitai.com/api/download/models/284348?type=Training%20Data"}], "images": [{"id": 5143234, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b4cdc3a-00cc-4abb-a25c-fab1cbde4776/width=450/5143234.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UFNJLP%2.8xu=eNG%Mxu_NxatlR*D%RjxuRP", "type": "image"}, {"id": 5143233, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ac3ec19-bd75-4c69-917a-fa5b9ff3e386/width=450/5143233.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UXJ86It8T0xZ~q-;_39F-;juxuNGWXj[xaWB", "type": "image"}, {"id": 5143232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f9ec19b-47eb-4357-8f3b-9545efc097ee/width=450/5143232.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UZM%p2ax_Nxu-;RjR*fk.8t7IUoz%2oeozM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/284348", "modelId": 252014} \ No newline at end of file diff --git a/datasets/metadata/284732.json b/datasets/metadata/284732.json new file mode 100644 index 0000000000000000000000000000000000000000..74f20c64e17f84feed2d535fdb7dcf3cfdd3175d --- /dev/null +++ b/datasets/metadata/284732.json @@ -0,0 +1 @@ +{"id": 284732, "index": 0, "name": "ca3 personal style", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-03T14:19:48.642Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["ca3"], "stats": {"downloadCount": 107, "ratingCount": 6, "rating": 5, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 223325, "sizeKB": 13470.1865234375, "name": "284732_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-03T14:11:31.468Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "00C9F465", "AutoV2": "77BEC0CFEA", "SHA256": "77BEC0CFEA5CF13655027154BF3331EF37ED8A4B83A847F73E0723B8219E4B20", "CRC32": "3E2EE0A8", "BLAKE3": "DE0575FDC25A7E1D59D8F9F8D3F41E346CD9FBE79FBC0245CD6FE67F1CE66FC4"}, "downloadUrl": "https://civitai.com/api/download/models/284732?type=Training%20Data"}, {"id": 223331, "sizeKB": 36977.5, "name": "ca3_personal_style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-03T14:20:52.620Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "183F9A51", "AutoV2": "4CA790F95A", "SHA256": "4CA790F95AAF8A6AD4BD2D5120B2CF751711BAAD5663C20220DAE8142E774C5A", "CRC32": "82B559B2", "BLAKE3": "1A6BE1380F1F29DF474453AE3B87AB1F7CE741C46C0E813CE36B6708006658D1", "AutoV3": "68D8868E77C9"}, "downloadUrl": "https://civitai.com/api/download/models/284732", "primary": true}], "images": [{"id": 5131175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6592b232-b3a4-4236-ab26-2502fd207ab9/width=450/5131175.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7Lz1RniD,^~-n--WCWC~moeRlaf^$IWM}xs", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/284732", "modelId": 252356} \ No newline at end of file diff --git a/datasets/metadata/28485.json b/datasets/metadata/28485.json new file mode 100644 index 0000000000000000000000000000000000000000..63789350d3be6d6086e9f01c52989abe721529ef --- /dev/null +++ b/datasets/metadata/28485.json @@ -0,0 +1 @@ +{"id": 28485, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-24T16:28:54.132Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["buruma_brief_older", "breasts", "blue_eyes", "buruma_dbz_buu", "buruma_dbz_namek", "buruma_dbz_cell", "buruma_dbz_futuretimeline", "buruma_super_start", "buruma_super_resurrectionfreezer", "buruma_dbz_start"], "stats": {"downloadCount": 1004, "ratingCount": 143, "rating": 4.99, "thumbsUpCount": 146, "thumbsDownCount": 0}, "files": [{"id": 23538, "sizeKB": 64508.513671875, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-24T16:30:44.927Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F662BC66", "AutoV2": "71BA1AF09B", "SHA256": "71BA1AF09B2767FEBA7F7AE9CA55D023C61111A0B4DAF4FA32D1EC840147AD6F", "CRC32": "4B4B214A", "BLAKE3": "C264AA239078BDEAB1A6321E490211CDF281EA09F687A88852E07A0526A5DEF0"}, "downloadUrl": "https://civitai.com/api/download/models/28485?type=Training%20Data"}, {"id": 23537, "sizeKB": 37002.4228515625, "name": "Buruma_Brief_older.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-24T16:30:36.452Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "F6182E80", "AutoV2": "DF10970BA3", "SHA256": "DF10970BA3B9F93CE136B45219AFEE9AD45F5A4F07A2D527834CF5831592D054", "CRC32": "8E3929A0", "BLAKE3": "67969BD34837103FE4B8F29879082062A77C02863A46658D1DA864B8D7464E25", "AutoV3": "30A41DF60622"}, "downloadUrl": "https://civitai.com/api/download/models/28485", "primary": true}], "images": [{"id": 320772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5ea74ec-eda0-46bc-95a8-9871e75f0200/width=450/320772.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UpJkcg.8%fOqu6krrXsEI[RjwHo2rXnNt5XS", "type": "image"}, {"id": 320776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20829a7c-3926-4d39-6ccf-e9b5d0950600/width=450/320776.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UwLNJe_Mpax[TvtQrYnkI:bFxGjbwNoLSwW.", "type": "image"}, {"id": 320778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a34be37-cb31-4d70-3b31-d8c07544a000/width=450/320778.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UlL4y*-;?v-:*0Ne$MR5NzV@r=NIaLaKt6tR", "type": "image"}, {"id": 320775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76591830-1625-43ec-ce1e-edc9d918a500/width=450/320775.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UhJkcg~q.SyC%~o}rrrrbwoJs9R*M{s.t6X9", "type": "image"}, {"id": 320777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d3899ee-69ce-4aa9-47bd-37270a453000/width=450/320777.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UjK1{..6?K?IxLEl$zskxuM^jGN3M{V?xqog", "type": "image"}, {"id": 320774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/423c637c-9908-4f6c-09e2-d7d3300ef200/width=450/320774.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UYK_OU_Nt4?bL2x^,]t8IVRjR6RQa|s-xDof", "type": "image"}, {"id": 320773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26300563-aaac-41c8-cfe4-7b74f66e4d00/width=450/320773.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UYLgbQ~qyV%NR.xuxZoyo2j?WBa#noayk7of", "type": "image"}, {"id": 321058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38b1fd99-39fb-480a-008d-dc827d28d800/width=450/321058.jpeg", "nsfwLevel": 1, "width": 4000, "height": 2673, "hash": "UKL;gP_N%f_3%yt8odax%ORiWBWBx_oIofay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/28485", "modelId": 23837} \ No newline at end of file diff --git a/datasets/metadata/285058.json b/datasets/metadata/285058.json new file mode 100644 index 0000000000000000000000000000000000000000..174ff9f892aaf9d7fa68b8ba6be1e49e96b0fa26 --- /dev/null +++ b/datasets/metadata/285058.json @@ -0,0 +1 @@ +{"id": 285058, "index": 0, "name": "SDXL-HuMeow-LoRA-r8", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-03T20:19:19.346Z", "availability": "Public", "nsfwLevel": 1, "description": "Rank 8 SDXL LoRA
", "trainedWords": ["HuMeow"], "stats": {"downloadCount": 436, "ratingCount": 46, "rating": 5, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 223589, "sizeKB": 7650.7236328125, "name": "285058_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-03T18:36:19.295Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "53A78CC7", "AutoV2": "A2D7377EC4", "SHA256": "A2D7377EC4785D43E357D0C7B9E7A9E9FF4FD52F22969437B981325CB7E4D028", "CRC32": "2BEF33B1", "BLAKE3": "2BA94ECE70F1D17927A291629098F4E8DAB7A0B16E4D6A3065D039CC175CE105"}, "downloadUrl": "https://civitai.com/api/download/models/285058?type=Training%20Data"}, {"id": 223692, "sizeKB": 56080.08984375, "name": "SDXL-HuMeow-LoRA-r8-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-03T20:10:44.284Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D1CDBFA8", "AutoV2": "3C4F40993E", "SHA256": "3C4F40993E50AD7CC4DF0DC379E37617C4A8A491130BB8ECF9C4CBAE849B6855", "CRC32": "C7E45D26", "BLAKE3": "4E4280DC05B2C5C3977C874119B4D5CD45F7AEADDB64F6BB2BFB0D178922BB91", "AutoV3": "28F63A87F87E"}, "downloadUrl": "https://civitai.com/api/download/models/285058", "primary": true}], "images": [{"id": 5138071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/168a681c-29ff-4bc6-b854-48f5d8d2d9e2/width=450/5138071.jpeg", "nsfwLevel": 1, "width": 960, "height": 1280, "hash": "UmH2ilt6xtoz_MWBW=R*kqj?WYayS%t6aht7", "type": "image"}, {"id": 5138070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d734643-b698-4aa6-af92-4c0c4ad2e9e0/width=450/5138070.jpeg", "nsfwLevel": 1, "width": 960, "height": 1280, "hash": "UWOp_Txu~Wxux]j[aKWBR*j[oeWVRjWBtRt7", "type": "image"}, {"id": 5138069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36b405e4-1a53-4c9e-9f44-1d300171198a/width=450/5138069.jpeg", "nsfwLevel": 1, "width": 960, "height": 1280, "hash": "UDDAMsE2wGNg_4Iv$xM}8^WUtRoIV[njR+of", "type": "image"}, {"id": 5138065, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e79559b-0f28-4836-b613-d9b5397d1be7/width=450/5138065.jpeg", "nsfwLevel": 1, "width": 960, "height": 1280, "hash": "UAC~|^-:0001yFtT$bV?4TV?o#x^Di4nSj~p", "type": "image"}, {"id": 5138067, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d7ff22d-0ee2-41d2-95f2-b1b31bbb805a/width=450/5138067.jpeg", "nsfwLevel": 1, "width": 960, "height": 1280, "hash": "UdOMsft6~pxtxtf6o1ozxsWBM{ofofogofV@", "type": "image"}, {"id": 5138066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9519440-ec44-4b43-8fbc-5f5eb17bbbbd/width=450/5138066.jpeg", "nsfwLevel": 1, "width": 960, "height": 1280, "hash": "UTOW1k%L~qWD-oWBNHof%Na}M_s.NHf7xtj[", "type": "image"}, {"id": 5138082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24a787d7-559f-411a-805e-1172c6642e8b/width=450/5138082.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UPNJzO%M~W?G_MNGoJof~Vn$D*Ipj?j]IVt6", "type": "image"}, {"id": 5138080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea00a747-c7b1-4b3d-9da2-dfcc18b9f06a/width=450/5138080.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKMPBpD*}=,:%zsos,M|#8tk9axt$zjYt7-o", "type": "image"}, {"id": 5138081, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbca578b-0340-4929-a90e-3bdf3f32ab79/width=450/5138081.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9I53w-:~o4o?aIp02-:Q8wa4oo}~Ux]IoMx", "type": "image"}, {"id": 5138072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4d786f7-7fd7-418f-ac85-a2afd0ea02ab/width=450/5138072.jpeg", "nsfwLevel": 1, "width": 960, "height": 1280, "hash": "UDF5Tvs:8_Io~TR*t8t7-SWBbwoft9ofR5WA", "type": "image"}, {"id": 5138079, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6980684c-f5b4-4f5b-8c93-35152b71de90/width=450/5138079.jpeg", "nsfwLevel": 1, "width": 1440, "height": 1080, "hash": "UGDl$Yay-:xt~pj[D%j[-:azD%WB?aj[RPfQ", "type": "image"}, {"id": 5138068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35b4bbf3-abf9-45ff-987d-e896b8ef986d/width=450/5138068.jpeg", "nsfwLevel": 1, "width": 960, "height": 1280, "hash": "UPN,SPxu~os.%Lj[RjWBtRWVRPoyn$jZozkC", "type": "image"}, {"id": 5138077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c985120-8358-4dac-8abf-ba9dbe6df065/width=450/5138077.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "UXR:HFt7~q%MslWBo#t7xaf6M|j[%MayRkkC", "type": "image"}, {"id": 5138076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35657870-b9e0-436b-b714-f2b33405a729/width=450/5138076.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "UYQ0BcRj~W-:ozofxaoe-pxaIoIo%2WBNGof", "type": "image"}, {"id": 5138073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a81b67f-f021-43dc-aad3-c6ffeb4b6709/width=450/5138073.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAG*Wgv}XAjXnNs8kWxs}RobS%xC}Q-SNeRQ", "type": "image"}, {"id": 5138075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81698676-f46c-4471-8cb8-29a47fac366c/width=450/5138075.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "UUKcnSr?RnbF+bWVjGoe}tW=n~ayrXayoIWB", "type": "image"}, {"id": 5138074, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fff776a-45e4-4305-bf0b-3f167c6fe766/width=450/5138074.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULJ*L$D~4,|QG[z@#Sl7pc,@M_BP=PNEosw%", "type": "image"}, {"id": 5138078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b98410c9-8ac8-47e2-a357-4ec643fe1b09/width=450/5138078.jpeg", "nsfwLevel": 1, "width": 1440, "height": 1080, "hash": "UBEeb}t60Mf**IofMdNH~Uoy4:i{t6j[M|Ip", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/285058", "modelId": 252637} \ No newline at end of file diff --git a/datasets/metadata/285279.json b/datasets/metadata/285279.json new file mode 100644 index 0000000000000000000000000000000000000000..3c40f36ad30f40b81643653dbd492fa0a3bc627b --- /dev/null +++ b/datasets/metadata/285279.json @@ -0,0 +1 @@ +{"id": 285279, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-03T22:12:05.047Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 373, "ratingCount": 47, "rating": 5, "thumbsUpCount": 56, "thumbsDownCount": 0}, "files": [{"id": 223776, "sizeKB": 22253.05078125, "name": "Nanami_Honda_StillLoveWife-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-03T22:15:46.901Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "35CB31C2", "AutoV2": "7B071C2271", "SHA256": "7B071C227124FA6CB9747EEEF0DEA6F09D2A1DC5CDE58ADE0B8E0050FFD5B2AC", "CRC32": "7575E4BE", "BLAKE3": "097E4D55491B773C89BD3C50381832FC062C0E1A05D008A30C9876F81B0F358E", "AutoV3": "5ECED1A5EF36"}, "downloadUrl": "https://civitai.com/api/download/models/285279", "primary": true}, {"id": 223777, "sizeKB": 40459.5927734375, "name": "Nanami_Honda_StillLoveWife.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-03T22:15:48.392Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "AA9416C9", "AutoV2": "D2E7B7F587", "SHA256": "D2E7B7F587A41FB25AC613578DD72A81FF56A13F38A265DD79DD041C7AD359F4", "CRC32": "8C133DC9", "BLAKE3": "E323967768A1EB916C4B9A28FE98F7863C3AD87BD3C33480C0D12338C3FA5355"}, "downloadUrl": "https://civitai.com/api/download/models/285279?type=Training%20Data"}], "images": [{"id": 5141352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b124179-b091-4da9-8c46-8485940bdc4d/width=450/5141352.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URN,[8?b_N%LDhWF_3WB_NWB%MaxIuocxYNG", "type": "image"}, {"id": 5140807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/323e8e22-ddf4-4851-be5d-cba7cb862085/width=450/5140807.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URN,[8?b_N%LDhWF_3WB_NWB%MaxIuocxYNG", "type": "image"}, {"id": 5141124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e5b2501-d576-4a55-81a1-639b17fbc756/width=450/5141124.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPM%.qoz.9t7tMt6~qxu%NIV?H%M_3WBITkB", "type": "image"}, {"id": 5141643, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfc82419-95f6-40e7-ba1a-9b4531afd316/width=450/5141643.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXKTSfRi4:NG0hE2%0I:E1I:%2s:~VoesljY", "type": "image"}, {"id": 5142031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b64aa85-cf61-4fb3-9521-5c73de597072/width=450/5142031.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UMN06k9FOsxtcFR5~BIA4:0L-mMx?v={9Gxa", "type": "image"}, {"id": 5142778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51c8d2e2-8095-4cf9-bad3-04f63efe15e9/width=450/5142778.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UdJ@k4x]DiRPxtxGtlt7a0W.t8s:_NozV@kW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/285279", "modelId": 253085} \ No newline at end of file diff --git a/datasets/metadata/285437.json b/datasets/metadata/285437.json new file mode 100644 index 0000000000000000000000000000000000000000..e804bed7d4ed2c3364bd4bc71a77de72b1a61604 --- /dev/null +++ b/datasets/metadata/285437.json @@ -0,0 +1 @@ +{"id": 285437, "index": 0, "name": "Edge of Eternity SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-04T04:20:57.435Z", "availability": "Public", "nsfwLevel": 28, "description": "Fixed the strength of the model.
", "trainedWords": [], "stats": {"downloadCount": 82, "ratingCount": 4, "rating": 5, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 223951, "sizeKB": 534267.9912109375, "name": "285437_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-04T02:25:53.347Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8C42DFC8", "AutoV2": "09FBBF8B62", "SHA256": "09FBBF8B6251A8037706FAB53F3459292A4D98553B7464C3F807915B08FA2BDE", "CRC32": "716F4515", "BLAKE3": "DA7D960F61FC8044A94C0B2701108C589DB5BA214E9196D66D79773D5F0592AD"}, "downloadUrl": "https://civitai.com/api/download/models/285437?type=Training%20Data"}, {"id": 224002, "sizeKB": 223103.15234375, "name": "Edge_of_Eternity.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-04T03:40:48.883Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7F2D948D", "AutoV2": "C70C54FE8E", "SHA256": "C70C54FE8E7423F612EE48F14716E49E2719CD3130AE0A5260E406ECE5B193F0", "CRC32": "C0703434", "BLAKE3": "B962E3E2AAD57D1DB0E5C65766DBBA64F89B61BE6FF1C98ACFA93B5F9E49078D", "AutoV3": "545AD179896F"}, "downloadUrl": "https://civitai.com/api/download/models/285437", "primary": true}], "images": [{"id": 5148419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9218e201-94be-4481-92e5-42953cfb5f53/width=450/5148419.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UJG[vf~CX:bKyGrC$2=|I^w{v|t9j@McH=WF", "type": "image"}, {"id": 5148545, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d3bc78a-be92-48dc-880d-b0a3f8e99fef/width=450/5148545.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDG*sr?b0L9sJ3E14[M|EK~DIn9FRopJ=|NZ", "type": "image"}, {"id": 5148667, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91d72be9-b46c-4850-b5b0-f027b24ae61c/width=450/5148667.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U6C?Dp^h0000$~R45r58xtIU~V-:7hXTiaQ,", "type": "image"}, {"id": 5148883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb1da5f0-1da6-42d4-a1a7-6a3ab4cda9fb/width=450/5148883.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UZI;t|xuxuSgXU%Msma#~WRjs,xttSM|jYRk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/285437", "modelId": 253226} \ No newline at end of file diff --git a/datasets/metadata/285504.json b/datasets/metadata/285504.json new file mode 100644 index 0000000000000000000000000000000000000000..f76bb4430abf7c1d29f3220e940e677beaa52899 --- /dev/null +++ b/datasets/metadata/285504.json @@ -0,0 +1 @@ +{"id": 285504, "index": 1, "name": "v1.0", "baseModel": "SD 1.4", "baseModelType": null, "publishedAt": null, "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["mouthsoaping"], "stats": {"downloadCount": 21, "ratingCount": 1, "rating": 5, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 223960, "sizeKB": 312.634765625, "name": "283770_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-04T02:40:41.728Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "5FBCB56ABB", "SHA256": "5FBCB56ABB1605E04339F6ABE3CB33B72ACDE51864D58C5E27573B40D58BE0D8", "CRC32": "8120D3A8", "BLAKE3": "D90811DED3802BEBC2FDF09C6F93BCEE44C34034AC7E9DC2517DF08244EF6C9C"}, "downloadUrl": "https://civitai.com/api/download/models/285504?type=Training%20Data"}, {"id": 223961, "sizeKB": 36978.0390625, "name": "dove_mouth_soaping.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-04T02:40:54.004Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CDC6D1B5", "AutoV2": "1D3CE9FB8E", "SHA256": "1D3CE9FB8E8255533AA33D69678976D5D7D60F4BAE4496D902D1FAD9A6F84A1E", "CRC32": "CB5E9F78", "BLAKE3": "25E000BADBFCB9F3DE5A4B0255C4D9AF6766F1C0C2D0C2EA86A3E72861BB511B", "AutoV3": "F1C7C0AA2538"}, "downloadUrl": "https://civitai.com/api/download/models/285504", "primary": true}], "images": [{"id": 5180913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e18a854-169a-4ca2-8864-bf84ffc450c1/width=450/5180913.jpeg", "nsfwLevel": 1, "width": 2048, "height": 1750, "hash": "UJRMh~~W?HR-WYxtWBWB~WIVs:oe-;RjxtWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/285504", "modelId": 251490} \ No newline at end of file diff --git a/datasets/metadata/285712.json b/datasets/metadata/285712.json new file mode 100644 index 0000000000000000000000000000000000000000..9df95d47f8960276694d6bda78b8d9e99bd43e26 --- /dev/null +++ b/datasets/metadata/285712.json @@ -0,0 +1 @@ +{"id": 285712, "index": 0, "name": "Pinay Beauty", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-01T08:40:09.350Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 173, "ratingCount": 9, "rating": 5, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 256015, "sizeKB": 223098.91015625, "name": "Pinay_Beauty-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-01T08:20:53.623Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B72705CE", "AutoV2": "AE28D3B463", "SHA256": "AE28D3B463E67823221ADCA39413F50786251DA326B0686607E98B15B689F060", "CRC32": "091268C3", "BLAKE3": "FF05871125FAD709F9AC5862107BD92977A6B68D01C1CC911CA091CC6FAD099B", "AutoV3": "1202FC8F6ACF"}, "downloadUrl": "https://civitai.com/api/download/models/285712", "primary": true}, {"id": 224126, "sizeKB": 1046.955078125, "name": "285712_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-04T07:25:55.866Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "0393D554A1", "SHA256": "0393D554A1D856357BFB87942A60AD6206398C06DD814DDEA9D352ADAD9BE174", "CRC32": "46671C79", "BLAKE3": "B124C2C7F8D46B8C7A31DE45DFB0587E4E25966EBA4416B9AC5BD7A31A553B36"}, "downloadUrl": "https://civitai.com/api/download/models/285712?type=Training%20Data"}], "images": [{"id": 6130918, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7a93018-c391-496a-81be-fd020fdad8b5/width=450/6130918.jpeg", "nsfwLevel": 4, "width": 450, "height": 450, "hash": "UGHn{R#+57000JQ,?wxvAIXT,.Rj-QofNHWB", "type": "image"}, {"id": 6130923, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/483c021d-e647-4b35-b6f7-29924237c7f2/width=450/6130923.jpeg", "nsfwLevel": 4, "width": 450, "height": 450, "hash": "UBF~8Q$*550000Di?^%M.Tx^VXMx$fV?bco#", "type": "image"}, {"id": 6130919, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7da47740-aff2-4923-a895-c9b71d0ad6e7/width=450/6130919.jpeg", "nsfwLevel": 4, "width": 450, "height": 450, "hash": "UBG[sID%Yk570f-pT0E1?bNHH?xa4:R*^+t7", "type": "image"}, {"id": 6130916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7db9650-20ca-4ca3-9169-7de6da149df1/width=450/6130916.jpeg", "nsfwLevel": 4, "width": 450, "height": 450, "hash": "UEHBh]~V.kt7Xk^*V?E2?HWBr^9uE1NFIpE2", "type": "image"}, {"id": 6130915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5a10275-ac89-4082-9e25-7bf2bc1c0172/width=450/6130915.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U4E:D7aJ0E0000xD}tt1$vIU-4_39wxt?HE2", "type": "image"}, {"id": 6130917, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1e2a716-403c-40c9-b8c5-bc6803290fad/width=450/6130917.jpeg", "nsfwLevel": 4, "width": 450, "height": 450, "hash": "U5Heg~9E2w0000R-_3wb9xD$=s_4ITxu-;D%", "type": "image"}, {"id": 6130920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4b2e064-3039-4f92-9e22-364ece573a42/width=450/6130920.jpeg", "nsfwLevel": 4, "width": 450, "height": 450, "hash": "U9GR^@s90#00008^_N%MKQx^rCRP^OxZo#e:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/285712", "modelId": 253472} \ No newline at end of file diff --git a/datasets/metadata/285804.json b/datasets/metadata/285804.json new file mode 100644 index 0000000000000000000000000000000000000000..1728ce2368aaebe6f893def750c5d12d8eec1390 --- /dev/null +++ b/datasets/metadata/285804.json @@ -0,0 +1 @@ +{"id": 285804, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-04T09:20:38.757Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["billy"], "stats": {"downloadCount": 428, "ratingCount": 30, "rating": 5, "thumbsUpCount": 41, "thumbsDownCount": 0}, "files": [{"id": 224193, "sizeKB": 36978.6640625, "name": "billy.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-04T09:16:19.787Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "66BF6E3B", "AutoV2": "D27B86A7C4", "SHA256": "D27B86A7C4215BEAD53D4434F86F250DE2EE03B76C891167DF0AA9C79B347145", "CRC32": "D5ADDF1F", "BLAKE3": "F995A738F6A63AF1A3F08F4AC41865D39F6AAEAFDD2628129F1C1B9DFF2921B0", "AutoV3": "8EA1E7991369"}, "downloadUrl": "https://civitai.com/api/download/models/285804", "primary": true}, {"id": 224192, "sizeKB": 15198.7431640625, "name": "img.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-04T09:15:48.378Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B5AE46DB", "AutoV2": "4646CD3431", "SHA256": "4646CD34319A68159B1F5A5F75CC932FD1C085E21F19939AE7D3F12A6D0154B1", "CRC32": "A1D56815", "BLAKE3": "861DB54CA57E0CBF8FE299DA1D1CF41ACDF858DDFC6DD53DF54BC0FB91DF89AB"}, "downloadUrl": "https://civitai.com/api/download/models/285804?type=Training%20Data"}], "images": [{"id": 5154783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cb59035-382d-4a86-acb6-74471527d014/width=450/5154783.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9DlM^I.00~U0gWE-VWC01%1}[IVRBjZouM}", "type": "image"}, {"id": 5154779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9db4c5c-19a0-44ce-a623-8af060c77f5e/width=450/5154779.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDJQl]~XAZ0L00ITV[tRERxt9Gs8XmXSs9sU", "type": "image"}, {"id": 5154740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57d48ff2-6e37-4bdb-9215-dd572f424d00/width=450/5154740.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UeH-_YoJ%f_3~W-:ozxuoza}RjRjt7RjRPj[", "type": "image"}, {"id": 5154754, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6ab9f79-8588-46d6-844f-145b262b9418/width=450/5154754.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaH1-^_4%g-;smS5%M%NX9xun*RjE1Rjoff6", "type": "image"}, {"id": 5154781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85d7a42b-1097-4a91-b99f-2d11d2114fde/width=450/5154781.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUHea#~qI[t7Ioj]xat7NaIUVsj@DiRjfkRj", "type": "image"}, {"id": 5154790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef9523c5-5e52-4be5-8a4e-72f2405b63a8/width=450/5154790.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQJ?~o~W?wxc~Ws;tRaeR-RjfiWAt7jYWWay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/285804", "modelId": 253550} \ No newline at end of file diff --git a/datasets/metadata/285962.json b/datasets/metadata/285962.json new file mode 100644 index 0000000000000000000000000000000000000000..e442a1e9296c5ab798f1935b304e96c8f415676a --- /dev/null +++ b/datasets/metadata/285962.json @@ -0,0 +1 @@ +{"id": 285962, "index": 0, "name": "demon girl", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-04T12:47:09.807Z", "availability": "Public", "nsfwLevel": 3, "description": "dark angel girl, 1 girl, detailed face and eyes, very long hair, black horns, black feathers wings, black stockings, very sexy dress, visual novel cg, in a dungeon background, epic fantasty art, queen of hell, carmilla vampire, cerberus, infernal art in good quality, shadowverse style, ruler of inferno, gehenna, giesha demon, isekai manga panel
", "trainedWords": [], "stats": {"downloadCount": 171, "ratingCount": 17, "rating": 5, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 224340, "sizeKB": 564.1572265625, "name": "285962_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-04T12:30:50.021Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "3E1C09E2C1", "SHA256": "3E1C09E2C1F2B9C0B2B55D83D6A6E6BA79EFA01CA691A425495AAAE6CD5F9026", "CRC32": "ECF41665", "BLAKE3": "6752A72B205CF3E2EBB617AF0A0E24077172E3A3778B09504E862F49AFA93F00"}, "downloadUrl": "https://civitai.com/api/download/models/285962?type=Training%20Data"}, {"id": 224346, "sizeKB": 36978.2421875, "name": "demon_girl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-04T12:40:42.191Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8943EE05", "AutoV2": "C34CDD81E2", "SHA256": "C34CDD81E2D1B4E8DC2FC0D1F4B65431B7F32F773EFD154AB8FBAB2B46305824", "CRC32": "612A291A", "BLAKE3": "871EA679036DC60461995A00C08F0CD238AA067F4C901E254D25688767CCAFDC", "AutoV3": "C2936A29540C"}, "downloadUrl": "https://civitai.com/api/download/models/285962", "primary": true}], "images": [{"id": 5158537, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c1c0641-1508-4f0e-b698-ea390baade18/width=450/5158537.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U69s*j5700-p9ZaxS#^*9t%2ozD*9FRk~WR-", "type": "image"}, {"id": 5158544, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afbfe586-32db-4d02-9824-598c80513de1/width=450/5158544.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDHdT@MyDhS~~oM{=yofV@jE5SkBNLI:4:s-", "type": "image"}, {"id": 5190391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/952e3238-3b10-4528-b7f1-3d12794d7e54/width=450/5190391.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "U5B..g0z00%M0L=xbb-UOTI=kVI;4.NZ~Cxu", "type": "image"}, {"id": 5205259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96be38e7-da14-48ea-a17f-389acfbf7e32/width=450/5205259.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "U4EL55F#00IA00#+B:~U9sJByWIV0Kf+_Mx]", "type": "image"}, {"id": 5241891, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6815d1c-a6ab-420c-a782-09df0ce2e503/width=450/5241891.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "U8D*-HNy00D*0Ls9Fx~BFYNxo|9a0KoJ?b-p", "type": "image"}, {"id": 5274800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b9b3d27-cd9d-4866-9b27-708b8ce29a84/width=450/5274800.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "U7C=#oE300-VNIs:JAxY5kkBS#oz4-kC~Wog", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/285962", "modelId": 253690} \ No newline at end of file diff --git a/datasets/metadata/286285.json b/datasets/metadata/286285.json new file mode 100644 index 0000000000000000000000000000000000000000..e4a0cd340f4c79239c42e7c7b04d0370284eb91f --- /dev/null +++ b/datasets/metadata/286285.json @@ -0,0 +1 @@ +{"id": 286285, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-04T17:55:28.579Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["kino_makoto", "White_leotard_Green_sailor_collar_Green_miniskirt_White_gloves_Green_choker_Pink_bowtie_Pink_back_bow_Circlet_Green_brooch_Short_sleeves", "White_leotard_Green_sailor_collar_Green_miniskirt_White_gloves_Star_choker_Pink_bowtie_Pink_back_bow_Circlet_Heart_brooch_See-through_sleeves", "School_uniform_Serafuku_White_shirt_Brown_sailor_collar_Cross-laced_top_Brown_skirt"], "stats": {"downloadCount": 561, "ratingCount": 99, "rating": 5, "thumbsUpCount": 127, "thumbsDownCount": 0}, "files": [{"id": 224609, "sizeKB": 37015.96875, "name": "MakotoV1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-04T17:50:47.462Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BF645361", "AutoV2": "899AC5A53D", "SHA256": "899AC5A53DB427B3FF68A45C053D3C7EFAD2B47B7681F5E0E1BA666F48144BAF", "CRC32": "D95DEB6D", "BLAKE3": "A6C3CD34E44CD6EDF8420EB0C880EC6ED36A49990BA3DAF14840E2873E7DC0DF", "AutoV3": "FAB0CF764E0D"}, "downloadUrl": "https://civitai.com/api/download/models/286285", "primary": true}, {"id": 224610, "sizeKB": 454919.28125, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-04T17:51:25.963Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6D519C61", "AutoV2": "DAB5CDF39E", "SHA256": "DAB5CDF39E65F9CA01B8FF5BE2C0D9F2660A42DC1E772D358580684C72DD95A6", "CRC32": "0C3170B7", "BLAKE3": "CA62508FFAB7D380805DC66858A6736C51D2F4B089F06A28EF96A13FD45BF16D"}, "downloadUrl": "https://civitai.com/api/download/models/286285?type=Training%20Data"}], "images": [{"id": 5166724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8450e63b-2983-479f-8954-8d6a69eac78e/width=450/5166724.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UHL}1$?u_NS^{T~Xt,%N00XN-XR*?0V[I-NG", "type": "image"}, {"id": 5166722, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1933a64-13ad-470d-a4f2-a8563d6dd2b6/width=450/5166722.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDKmwy~q0eyD0O-T0LD%00DiOX9F00S$-=?b", "type": "image"}, {"id": 5166725, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a4e0c6f-bf6e-412e-a549-a286fc8601f9/width=450/5166725.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UKMaOz8_.m-=[d9FOqWq00IV-qof=~s;R$tQ", "type": "image"}, {"id": 5166723, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b3ac4e6-b197-4052-a43c-3d0c71504f27/width=450/5166723.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UEJRXOVD0gNy01.7ICbcHXIUIVD%01wH~pt2", "type": "image"}, {"id": 5166721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37625321-7266-4298-9649-70d4d81aa7bc/width=450/5166721.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UDLp,W?^00xU00bc?bRj004TEjtlAH?G^jxW", "type": "image"}, {"id": 5166720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eaaf1c6d-dcd0-4313-9dd4-94dd48c7c44f/width=450/5166720.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "U9Jt;y;20D0#00~pr]o~8w8{0J4o1pr:~Xs6", "type": "image"}, {"id": 5166740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbb216dd-cace-4043-bd43-881c61d177ec/width=450/5166740.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UML}HNDO.T-=;n9YOTNb00Myxcf*%OwyR~t7", "type": "image"}, {"id": 5166726, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98700d1a-b52f-46ce-b87b-9d8d8e5925e9/width=450/5166726.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U8Hx{D1003yDqHX;4-kC00rD%gZ~00J3~E=}", "type": "image"}, {"id": 5166727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5dcb65d1-264e-49f2-8f88-4625347cce82/width=450/5166727.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UPK,?PE10fRP01t7IooM00ofR-s:.Toe%1R+", "type": "image"}, {"id": 5166728, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc8c7ef5-047d-405d-9ddf-694cc0ab0516/width=450/5166728.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UGH2ZePo.Sx[|ftS9uRPHYnR9G%39F}s^+NG", "type": "image"}, {"id": 5166729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6a6d901-2cdf-4868-b603-6a5c6a01aa58/width=450/5166729.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UEJQ[_D*0c-:4Tx[0.xH00E1~WM|5QoziZw[", "type": "image"}, {"id": 5166730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6169c3e3-6406-485b-80c7-f3e386ab6ea5/width=450/5166730.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UCK,:HGb00^+02}??u4T0000=_Mx9ZVsX.Ip", "type": "image"}, {"id": 5166731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/540d8191-0b4c-485c-b9d0-613075c03e15/width=450/5166731.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UNK-Uba*yZTaUyX49ZMe00%2M{xt$*=|$*ni", "type": "image"}, {"id": 5166732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9d97ef2-3fd5-4f77-bf16-1b46fce74de3/width=450/5166732.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDGv010100?Zukx?0ewN00%N?wR%M}jF-VIU", "type": "image"}, {"id": 5166733, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be13b27a-fa47-4b76-8f62-b2d280fe4f71/width=450/5166733.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U7HxjX8^00=]00TK06M~00?Ixp%KANx]_4RP", "type": "image"}, {"id": 5166734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12336586-82b1-4e2c-88c7-3d5c22fab2ef/width=450/5166734.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UHGk]_?u}?en^hx]I;MxMJIV0fkW9txX%fx[", "type": "image"}, {"id": 5166736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7277f1d6-8048-4f3b-af37-1414959d2b48/width=450/5166736.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UREV$=E2.TNaR5sm0LV@xDxtRjxaI.NGbua|", "type": "image"}, {"id": 5166737, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e598980-af72-4f13-9906-c8e38e68fe63/width=450/5166737.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UUFiV~xGX.M|8{t6My%M}sslIoaeE1WroyRQ", "type": "image"}, {"id": 5166738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67987c03-7590-4fa8-aa33-3a4a4c6c5631/width=450/5166738.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UAFYAo01?Z?w4m^g02In0J-oD+D%?ZNf,=xH", "type": "image"}, {"id": 5166739, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6055330-5a25-4188-9527-74ef7e38edb9/width=450/5166739.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U9LM|A020D%N02WZon#,04~T~P%20MRrI{X4", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/286285", "modelId": 253950} \ No newline at end of file diff --git a/datasets/metadata/286545.json b/datasets/metadata/286545.json new file mode 100644 index 0000000000000000000000000000000000000000..8972383ee6cb6aa1ffbbfc29a15cc3760cb2a237 --- /dev/null +++ b/datasets/metadata/286545.json @@ -0,0 +1 @@ +{"id": 286545, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-04T22:15:14.531Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 592, "ratingCount": 72, "rating": 5, "thumbsUpCount": 100, "thumbsDownCount": 0}, "files": [{"id": 224861, "sizeKB": 22255.53515625, "name": "Tomochika_Dannoura_InstantDeath-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-04T22:16:13.257Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5C805C8A", "AutoV2": "18235DD6C4", "SHA256": "18235DD6C4BA2B68A9BE93F37AE5F890E084A1B4DDB65E18121F9CF3B9655FC2", "CRC32": "7F864417", "BLAKE3": "995E8AEAA3762F21CB408813B5DB2FF12F571DEF44C588A6C1C767816C3F350A", "AutoV3": "AE9AD2E3FB97"}, "downloadUrl": "https://civitai.com/api/download/models/286545", "primary": true}, {"id": 224862, "sizeKB": 47551.8583984375, "name": "Tomochika_Dannoura_InstantDeath.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-04T22:15:42.183Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6D73762C", "AutoV2": "C3D8D79D3A", "SHA256": "C3D8D79D3A39CEA96AF6D543331C284DF89568DD0E2D823E49BE0FEE89138D27", "CRC32": "7D7C4D6E", "BLAKE3": "821EB192836EC9B0163E95EDD35E3552BBF9911FA5B6E8F3728D12ACF04EA3B4"}, "downloadUrl": "https://civitai.com/api/download/models/286545?type=Training%20Data"}], "images": [{"id": 5172407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8bb64d9-9205-4033-9dbf-72ec79b19d14/width=450/5172407.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UdMsyet7MxofNFjsyDj[T0bH%1of~WoL%2of", "type": "image"}, {"id": 5172518, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08c70b79-2b43-46ed-8938-3987a901eafc/width=450/5172518.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJMGn|57yX8wo@Mc%hOs0KIV$ftR~q.8bvQ-", "type": "image"}, {"id": 5172693, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f99291d-cf38-4d6d-80c6-5febdd53a33a/width=450/5172693.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOM?#u-;?Hrrt%xY?^yC11pI-:bH=}t6DOVY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/286545", "modelId": 254172} \ No newline at end of file diff --git a/datasets/metadata/286703.json b/datasets/metadata/286703.json new file mode 100644 index 0000000000000000000000000000000000000000..4ef27d1492d1b790ca9bd9a9d15e6a37217a95bb --- /dev/null +++ b/datasets/metadata/286703.json @@ -0,0 +1 @@ +{"id": 286703, "index": 0, "name": "Traditional Burmese wedding outfits", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-05T03:45:02.598Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["mmTD burmese patterned traditional dress", "pearl necklaces and gold bracelets", "black single bun hair with flower", "holding a cheroot cigar"], "stats": {"downloadCount": 81, "ratingCount": 2, "rating": 5, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 225116, "sizeKB": 36977.4609375, "name": "Traditional_Burmese_wedding_outfits-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-05T03:35:45.708Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "64D61F2B", "AutoV2": "56B2105964", "SHA256": "56B2105964A90B801C6F41AD00E45D2CED5D3A641909958194A3780A4B1682B7", "CRC32": "15FCCDA2", "BLAKE3": "A8055B045A3745913F6B81B1DEAC77CD71681A97915D1705F56E4EE494F54454", "AutoV3": "E104216FF4EE"}, "downloadUrl": "https://civitai.com/api/download/models/286703", "primary": true}, {"id": 225008, "sizeKB": 2961.6904296875, "name": "286703_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-05T01:30:41.311Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F97030F5", "AutoV2": "DC3F082E17", "SHA256": "DC3F082E17E6196B790BDE1C0A9C16DA53B548D2E8C8387720BBA90FE4471707", "CRC32": "C91C3C3D", "BLAKE3": "1E727F9A55758833258348529C96AA5BEF0C17FB4DE47CC987D4622416B92716"}, "downloadUrl": "https://civitai.com/api/download/models/286703?type=Training%20Data"}], "images": [{"id": 5179535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea1b497c-b996-48fb-91c0-b7a111d1d122/width=450/5179535.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U5KceE-U4R%f}to1EyWpK%fk#8e:pubHz?nj", "type": "image"}, {"id": 5179536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f17e7cc9-156c-4616-9dc4-0c68dd232b48/width=450/5179536.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBH^np-o0wt6}7s.XkjZ$_s.-Wa{EyoLVZW:", "type": "image"}, {"id": 5179537, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a9657c3-e09e-4764-be96-fc507df80448/width=450/5179537.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U3I4t=%L00=}[dWnGXxH0_az^Sf*UXoM*$Ns", "type": "image"}, {"id": 5179538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/836f8453-264b-4cd9-996c-033841e2acc0/width=450/5179538.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UAHBYf~o01M|00W9Mead.AjJ^*xt4UoexYWV", "type": "image"}, {"id": 5179539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80c1634b-b2e0-41c0-bfe2-ac9098816467/width=450/5179539.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U5H1ev~U01Ey0xaQVFr?LIOT=^%1D*M}thxs", "type": "image"}, {"id": 5179541, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/135d3877-5b10-4aa5-b91d-a2e60a86612e/width=450/5179541.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7Hnc--+00%L00-:Mdt5ysox~BW.4TWA.7ay", "type": "image"}, {"id": 5179540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b443dd4-f1a0-4f6f-ad05-4fe1c18adab0/width=450/5179540.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDGRF.%N0fxa00ITW-ax*0xu-okC4.WBrrae", "type": "image"}, {"id": 5179543, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc6c79fd-ef3c-4b4e-8bf7-e9a0b893df86/width=450/5179543.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8JZev~A00-n#lxZISadK*of-pkC8^axtAWC", "type": "image"}, {"id": 5179542, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f107cccb-df5b-4124-8545-07b33c419936/width=450/5179542.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8F=8H~A01xu00M{D*jY.9t7^%og00WAxsM|", "type": "image"}, {"id": 5179544, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46b633c5-49b7-428e-8af5-47f5c62f495a/width=450/5179544.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8JQsGs@C,?69Yt6RPN2lUWS=ealn$aiE1ot", "type": "image"}, {"id": 5179546, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f5c2294-383f-423a-bd7d-924e3b3e00b4/width=450/5179546.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDHn$-_N0P$$W-a#RQof9bae-nR+IVoLt3a#", "type": "image"}, {"id": 5179551, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14a765cc-067f-4de0-84eb-31031d34b110/width=450/5179551.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9F#%TVb00%100akXloJo@M|_NkC0e%2rXRj", "type": "image"}, {"id": 5179547, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72eb1d26-cd6a-4c2f-aaf5-51c62574eacf/width=450/5179547.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBGH*M-o0KNG0MxoNboL9at7?Ht7?;ovv#sm", "type": "image"}, {"id": 5179548, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/704bb670-8d16-4c4e-9233-e77593bb24d4/width=450/5179548.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U5IXQiIU00%e00tS%3xu04eS~WWADz%Mt7RP", "type": "image"}, {"id": 5179550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/653a4e93-4720-471a-89b8-493cad10d185/width=450/5179550.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6GHr7DR00R%0J=z%NslP2R5?wtRD%TJH@s8", "type": "image"}, {"id": 5179549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48cae834-abd8-41d6-b6fa-f96087421a02/width=450/5179549.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6EUx:Q:029bMH$+koxGcYD*~AxZ1Gt7zrae", "type": "image"}, {"id": 5179552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fc5aec8-afee-4fbd-99f0-b694b1cccf63/width=450/5179552.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U5EVE1}900D*4T=|IA%1OKWX_KbE00V@%ebH", "type": "image"}, {"id": 5179554, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d827a09-8326-4fc9-9403-2d0dc64ab95f/width=450/5179554.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U4FN-p;T00n#0JM0$%?tFo^Q~EI.0cw{vUM|", "type": "image"}, {"id": 5179553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11f24c55-a33c-4ebd-8dfd-716f3b118a26/width=450/5179553.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U5DR:0]$00n44T%MK0$*%3IU?^oz00xb#8S$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/286703", "modelId": 254324} \ No newline at end of file diff --git a/datasets/metadata/286936.json b/datasets/metadata/286936.json new file mode 100644 index 0000000000000000000000000000000000000000..efc56f5c43486f0edb18a0bd92fe56c98595c64f --- /dev/null +++ b/datasets/metadata/286936.json @@ -0,0 +1 @@ +{"id": 286936, "index": 0, "name": "Comparing dicks", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-05T07:22:23.404Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 831, "ratingCount": 74, "rating": 5, "thumbsUpCount": 159, "thumbsDownCount": 0}, "files": [{"id": 225198, "sizeKB": 4143.5791015625, "name": "286936_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-05T05:40:47.872Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BE3FF8A1", "AutoV2": "01B0D91002", "SHA256": "01B0D91002D8802F457720897CA1BF33250764B99F33040D3F7CD91A2F7EBB4F", "CRC32": "9BD971DB", "BLAKE3": "52B85E6024DAD099567ACC1046C659CBD8CB16E619A9D1876F1983246587A4E5"}, "downloadUrl": "https://civitai.com/api/download/models/286936?type=Training%20Data"}, {"id": 225268, "sizeKB": 36978.609375, "name": "Comparing_dicks.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-05T07:21:12.364Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "65917653", "AutoV2": "9678A95471", "SHA256": "9678A9547161E666CB4C040E90C31B81A4224743828DC6269420F2569DBCE158", "CRC32": "D81F697A", "BLAKE3": "86A33D5336E4AE745700BF58279862E190CE71E7EB653DC7A487EB3DAB38544B", "AutoV3": "3BEB157F9F5B"}, "downloadUrl": "https://civitai.com/api/download/models/286936", "primary": true}], "images": [{"id": 5184735, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64e7c113-31f3-4081-9baf-d573800f7fa2/width=450/5184735.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UDGjjHXm^*~BA[-V={I=#70fNG9u0fD*M{NG", "type": "image"}, {"id": 5184733, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f239d392-a0fe-44c4-9dec-47a6da05c4ac/width=450/5184733.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UPKlz7D%Xm-V}s?GNGxa#7xvMxof%MM{Nds:", "type": "image"}, {"id": 5184734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81e10492-29c1-4a36-aa76-d1ec44f6d6b2/width=450/5184734.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UCI:g,0LJ7-B~V-6Iq$%}lVu$jOAEf?GIBTI", "type": "image"}, {"id": 5184860, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b572f3c6-c9b7-48c9-9cb0-91e4681bb520/width=450/5184860.jpeg", "nsfwLevel": 16, "width": 512, "height": 904, "hash": "UNH1GC?a?G~B?GIqt7bbVs4:Rkj@IVE1M|M|", "type": "image"}, {"id": 5184887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17e15d88-e2ae-4638-833d-f3b7c03b19fe/width=450/5184887.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UWI{yo}?-os:n$$%jF9vWBIpI;R*xG%1n%$%", "type": "image"}, {"id": 5185366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0cee4447-5faf-479e-a85e-d0a9ea119055/width=450/5185366.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UFI|UY009t^k~p4.^kR*56M|?H$$^QxZW=Ip", "type": "image"}, {"id": 5185367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52877ae4-c830-4704-8bd0-b15c0b8604f8/width=450/5185367.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UHIf#o0LEL%1~B56}@$%9tNG?G$j=exZt7Io", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/286936", "modelId": 254532} \ No newline at end of file diff --git a/datasets/metadata/287036.json b/datasets/metadata/287036.json new file mode 100644 index 0000000000000000000000000000000000000000..096e4291d64021567e2727fea42ebfca75f7513a --- /dev/null +++ b/datasets/metadata/287036.json @@ -0,0 +1 @@ +{"id": 287036, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-05T07:49:31.242Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 325, "ratingCount": 36, "rating": 5, "thumbsUpCount": 47, "thumbsDownCount": 0}, "files": [{"id": 225284, "sizeKB": 22256.30859375, "name": "Reccoa_Londe_ZGundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-05T07:50:46.339Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "28C4530F", "AutoV2": "93C3D57CC4", "SHA256": "93C3D57CC4883067089250E723919DDD44460DFE73A28275725DCDD1A144E7FC", "CRC32": "0F29490B", "BLAKE3": "A7BB9E46BA43416A801DB6FD271A8823BB3E3244B35ECB8D5749B957200F9602", "AutoV3": "10C509681CF8"}, "downloadUrl": "https://civitai.com/api/download/models/287036", "primary": true}, {"id": 225285, "sizeKB": 39249.376953125, "name": "Reccoa_Londe_ZGundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-05T07:50:53.358Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D500BA99", "AutoV2": "3D0428F90C", "SHA256": "3D0428F90C1F1F8F956AC9D185E0E0CC0785FCC02E8204B6D74E973EDB964058", "CRC32": "104E4891", "BLAKE3": "E789538AACB0B9A97B84A6797F18A10E1729197189D11D5E3275490757120C90"}, "downloadUrl": "https://civitai.com/api/download/models/287036?type=Training%20Data"}], "images": [{"id": 5184038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f162c749-15b4-45f5-95ff-4f2320df8c65/width=450/5184038.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U-Kw@4t7%#az~Wofx]afIoj[aeayM{WBs-j@", "type": "image"}, {"id": 5184521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/304588da-bde6-47f4-9c4f-147ae7836d66/width=450/5184521.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYFhku-;EM%2~V-pNbR--oofayxaI:oe%1W;", "type": "image"}, {"id": 5184293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b64d1485-b228-4427-9e76-0451e97277cd/width=450/5184293.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMIXy-009^?Z~Cn3Os9G-DD%%fM|?b9Z-p-o", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/287036", "modelId": 254626} \ No newline at end of file diff --git a/datasets/metadata/287101.json b/datasets/metadata/287101.json new file mode 100644 index 0000000000000000000000000000000000000000..ce1c132031e3ca9f7c5786dcb4daba3e181f41f6 --- /dev/null +++ b/datasets/metadata/287101.json @@ -0,0 +1 @@ +{"id": 287101, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-05T09:13:04.389Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 98, "ratingCount": 11, "rating": 4.82, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 225347, "sizeKB": 36977.4375, "name": "AgainChineseDragon_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-05T09:06:15.086Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5BBFE239", "AutoV2": "D0C49CD059", "SHA256": "D0C49CD05965A29681FDE40091DF734B88BC522AD8E9D69AC3E35CE9457E7639", "CRC32": "F1C2A339", "BLAKE3": "4DB0EA6715D3D699AFBDC2BC585A774058A4BC700237EA8A4FC3CB59031D0B14", "AutoV3": "54DC25BF1F64"}, "downloadUrl": "https://civitai.com/api/download/models/287101", "primary": true}, {"id": 225361, "sizeKB": 31292.94140625, "name": "AgainChineseDragon_v1(Training).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-05T09:21:15.933Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "357CAF0A", "AutoV2": "083A7FB80C", "SHA256": "083A7FB80CD611DB73FF0A65675B68C3048D715748181866FB4133CFB10B157C", "CRC32": "963F1ACD", "BLAKE3": "56BA3DA96ED033AD891F8F30E0B9499D16EA191E3F637A61DE118C241C129562"}, "downloadUrl": "https://civitai.com/api/download/models/287101?type=Training%20Data"}], "images": [{"id": 5185796, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3c970a7-0e44-4c1b-b0e6-7d8404dbf445/width=450/5185796.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UaI;Rx~UofxY^*-pbIodxtxtofj[NHWCR+WC", "type": "image"}, {"id": 5185820, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58851e27-24a5-465b-91c6-e9fa1c8222c7/width=450/5185820.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UPGH*M0Mt7j[~U9aofofxuM|oeofa#oKRkof", "type": "image"}, {"id": 5186426, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f70574e7-1da2-4303-9216-960f1a2d3c34/width=450/5186426.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "U7Ih821n$*#j01E2v|-p4:=rI9k?16JCxuE3", "type": "image"}, {"id": 5186482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21b7b8b0-55b1-4dcb-88e4-d65442e60387/width=450/5186482.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UNI#S*xuEmE1s,NHD*xaD*n~IVxu~9s:WYR+", "type": "image"}, {"id": 5186660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c21560f9-3ba2-4496-ac84-642e04bb2554/width=450/5186660.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UGD1T=?^a0R+OItSIVM|5tR*iGtS.9xYs,E1", "type": "image"}, {"id": 5186669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89a0777e-d350-46ef-881e-75226a29afaf/width=450/5186669.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UHHKqT}=}p9u-;jF^ItRER-nNGW=o}%1t6jE", "type": "image"}, {"id": 5186670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/beae19c4-5eff-4d06-a567-53945735aca3/width=450/5186670.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UNDw{#IVM{$d?wIVNKi^X9bwVqnh-nV@ozxu", "type": "image"}, {"id": 5186671, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6284797a-d4b1-4692-9ff2-abf92e431818/width=450/5186671.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U7IXQv1Q00=r1n-prq9bI^E301?F17M{E15W", "type": "image"}, {"id": 5222448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11210ba4-a3c4-4832-a434-a7bd01da00d8/width=450/5222448.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UIG8~0F#E3RP~BIUkCofx^-nD*%0OaIq5A?G", "type": "image"}, {"id": 5223378, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d95418c8-7741-4fdc-811f-0485abf41c15/width=450/5223378.jpeg", "nsfwLevel": 1, "width": 960, "height": 384, "hash": "UCE{nZ0hxaOuvz4:~AIU?IRi]|ogIqE4xuEQ", "type": "image"}, {"id": 5223386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6046ba2c-03f8-453f-85e1-7ae72a6927a5/width=450/5223386.jpeg", "nsfwLevel": 1, "width": 960, "height": 387, "hash": "U02}-,8G2}}6ofx@cD$:0c[c=P73o[9tztM@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/287101", "modelId": 254685} \ No newline at end of file diff --git a/datasets/metadata/287406.json b/datasets/metadata/287406.json new file mode 100644 index 0000000000000000000000000000000000000000..90ed4df377bf2b62ebaf32b6f4ee7d07f8a8c573 --- /dev/null +++ b/datasets/metadata/287406.json @@ -0,0 +1 @@ +{"id": 287406, "index": 0, "name": "CyberAutoMotive", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-06T06:39:01.630Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 85, "ratingCount": 9, "rating": 5, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 225640, "sizeKB": 19037.482421875, "name": "287406_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-05T15:20:53.958Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9288D156", "AutoV2": "40BA9A55A6", "SHA256": "40BA9A55A6D5A7FD3F5F69E49B9CF5D774575DBA6811B8CC40C974C25F2BFC88", "CRC32": "F36C24E5", "BLAKE3": "19A14C5FE4359FB3D1F11C5B080D579CB1A2F4C50F1E25A5984C70F1E65B7879"}, "downloadUrl": "https://civitai.com/api/download/models/287406?type=Training%20Data"}, {"id": 226380, "sizeKB": 36977.8828125, "name": "CyberAutoMotive-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-06T06:30:48.311Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F12B4FCA", "AutoV2": "91DCB666E1", "SHA256": "91DCB666E1027A65D62E9AB3F7CF0EC7A1DF035EB32770097F09FE8FEAFEC8EB", "CRC32": "10A0EA83", "BLAKE3": "C7201DCAB1FB23486050CEF72F09F5824EC704FA3492B21D689EE01DC26E9B72", "AutoV3": "655280EB8412"}, "downloadUrl": "https://civitai.com/api/download/models/287406", "primary": true}], "images": [{"id": 5212268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45f2e2ae-db26-4807-8e50-86fc55bb3dbb/width=450/5212268.jpeg", "nsfwLevel": 1, "width": 2828, "height": 1768, "hash": "U53083%%x^x_VXVXROVsMbROWURjkrtStSo#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/287406", "modelId": 254966} \ No newline at end of file diff --git a/datasets/metadata/287505.json b/datasets/metadata/287505.json new file mode 100644 index 0000000000000000000000000000000000000000..12a18dfac2b7306a47f73fed58513820d7f526ee --- /dev/null +++ b/datasets/metadata/287505.json @@ -0,0 +1 @@ +{"id": 287505, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-05T16:15:37.278Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 325, "ratingCount": 54, "rating": 5, "thumbsUpCount": 66, "thumbsDownCount": 0}, "files": [{"id": 225698, "sizeKB": 41553.931640625, "name": "Himeno_Horai_TorikoHime.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-05T16:16:21.100Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "07CDD45E", "AutoV2": "6DFFAD65B9", "SHA256": "6DFFAD65B98C4372E1A8CF1E486982273F042C7E06B7F1981931614238AF9C9A", "CRC32": "1174F44F", "BLAKE3": "BEFB9EE559F1F9232019C009BE98F80625BAE3733C2D9ABACAEDE83463ADA53B"}, "downloadUrl": "https://civitai.com/api/download/models/287505?type=Training%20Data"}, {"id": 225697, "sizeKB": 22259.62109375, "name": "Himeno_Horai_TorikoHime-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-05T16:15:54.570Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "84458C20", "AutoV2": "48462135EE", "SHA256": "48462135EE77632D58914A2D4BDB1611E551DE25D457F690B02B32614BA77C2D", "CRC32": "E6A1407F", "BLAKE3": "766664B01E9AFB7A4EB22ABE8C55303F1129FACA6C4B83FA0876CC40214ED122", "AutoV3": "93F923AF9509"}, "downloadUrl": "https://civitai.com/api/download/models/287505", "primary": true}], "images": [{"id": 5193902, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f074597-2dce-4be0-8a8b-e9eed891cc91/width=450/5193902.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFPZ7J4oR5jE009F9tD%?cocNhIpuPof?HtR", "type": "image"}, {"id": 5193987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b1f4a95-3930-416a-8d3b-525952efe05f/width=450/5193987.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USO.{,9aM^S%I-E1E4E1DOMxOZRj.Tk7i{so", "type": "image"}, {"id": 5194134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67471b1e-739f-4b2d-b02b-5546cfabb5f4/width=450/5194134.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UINJk1T14.57~V9at.t8D*IVR:D*.SoLIAjE", "type": "image"}, {"id": 5194494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/955f4f66-8928-4782-ade8-97ce0a5a2e78/width=450/5194494.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNK^gL9a?Yof~or:0NE1D%jERQV@EmIo-Tad", "type": "image"}, {"id": 5195289, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d991f588-edea-4fa8-a914-866399782135/width=450/5195289.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKP=sVRpR$VEInI9S+EN9GM{%2M{.TRjRPRP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/287505", "modelId": 255055} \ No newline at end of file diff --git a/datasets/metadata/287686.json b/datasets/metadata/287686.json new file mode 100644 index 0000000000000000000000000000000000000000..518a1dfddb68830450566c806ec01f238a9ecb76 --- /dev/null +++ b/datasets/metadata/287686.json @@ -0,0 +1 @@ +{"id": 287686, "index": 0, "name": "Penis pov", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-05T21:21:51.934Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 4819, "ratingCount": 218, "rating": 4.99, "thumbsUpCount": 478, "thumbsDownCount": 1}, "files": [{"id": 225974, "sizeKB": 3870.5625, "name": "287686_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-05T21:10:52.400Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "079DDBF4", "AutoV2": "6CC6A26CCA", "SHA256": "6CC6A26CCAF431AD6A0C8CC0D43D95DB0B9E5AD9F906F5CEB3F8311470CAD768", "CRC32": "629CA935", "BLAKE3": "52AC1246CB769229C50E3701563EF084F12845E6DE6E6B22AA422C77C826FF84"}, "downloadUrl": "https://civitai.com/api/download/models/287686?type=Training%20Data"}, {"id": 225993, "sizeKB": 36978.4921875, "name": "Penis_pov.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-05T21:21:50.273Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CDF0B85D", "AutoV2": "DB8C84697B", "SHA256": "DB8C84697B60260EE9167D3FC281FD41345FB3CCA33BBF047CE626F0688EDDDC", "CRC32": "FF26D952", "BLAKE3": "B06B4CFEEDA366CD968C9E0BA8B217BEE5F61C5C32F0D13FD8E97A6BD6A00E0F", "AutoV3": "80201679A380"}, "downloadUrl": "https://civitai.com/api/download/models/287686", "primary": true}], "images": [{"id": 5200468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/700be504-83d8-4a58-8178-500b07138de1/width=450/5200468.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "U6ECLM00F0001P^QIUIo~A01-B.80eM{-Bxu", "type": "image"}, {"id": 5202142, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35c53a84-d9c1-414d-af8b-fc1fe1faf4db/width=450/5202142.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UXH1i6E1tQs:TKNGNbt7~V9a%2ofxus9t7j]", "type": "image"}, {"id": 5202143, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33b40ff4-0417-43a1-9c35-e8f6ef94a1ec/width=450/5202143.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "USGR0P~UtQ-p589tE1xGR+WXWEI:xtxuxaIp", "type": "image"}, {"id": 5202141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e7e7226-2a9e-49e4-b3b8-efa755a91ad5/width=450/5202141.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "U8FN;r01_N]%1lIUY6Io-q58^+0zIo^j^Pbb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/287686", "modelId": 255213} \ No newline at end of file diff --git a/datasets/metadata/287718.json b/datasets/metadata/287718.json new file mode 100644 index 0000000000000000000000000000000000000000..bb0d6fa4a6b52318b08e257d9c3cf1f4f984c735 --- /dev/null +++ b/datasets/metadata/287718.json @@ -0,0 +1 @@ +{"id": 287718, "index": 0, "name": "1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-05T20:34:18.115Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["colonial brazil"], "stats": {"downloadCount": 50, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 225893, "sizeKB": 12759.6552734375, "name": "287718_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-05T19:55:43.766Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9EDF1077", "AutoV2": "1609B7B2EC", "SHA256": "1609B7B2ECDE4B4C2D17BFE73F7082BC042CE8F53AADED14AFF1B9278F80C15D", "CRC32": "BC4ED6D9", "BLAKE3": "18334794DD7BF47855289E77B8E7099B23B2DF31C51E2A7F5E2EEDCA7DE7D837"}, "downloadUrl": "https://civitai.com/api/download/models/287718?type=Training%20Data"}, {"id": 225930, "sizeKB": 223099.58984375, "name": "brazil_colonial.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-05T20:35:51.226Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "38B34B76", "AutoV2": "A320BA0A9C", "SHA256": "A320BA0A9CE51A5230BC1225BC90C59B891B5A39B3088E69911551B46F8ECD84", "CRC32": "35BB6365", "BLAKE3": "F1A35B3DE3BA7DA48C786A0DAF7BD253CF4586C064C82D1082E3237AB738C62D", "AutoV3": "E4DC1874BB5C"}, "downloadUrl": "https://civitai.com/api/download/models/287718", "primary": true}], "images": [{"id": 5199380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2e3ca0b-9548-47f0-91b0-ee22198030eb/width=450/5199380.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGF=Bm$%E1Na10Naj[ay0Ns.slae~WxtWWof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/287718", "modelId": 255241} \ No newline at end of file diff --git a/datasets/metadata/287743.json b/datasets/metadata/287743.json new file mode 100644 index 0000000000000000000000000000000000000000..2932953f5151f7fd079205c367b26c24288789f6 --- /dev/null +++ b/datasets/metadata/287743.json @@ -0,0 +1 @@ +{"id": 287743, "index": 0, "name": "Oriental romantic paintings by Lawrence Alma-Tadema (Academicism)", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-06T17:26:41.477Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["AH_Tadema"], "stats": {"downloadCount": 678, "ratingCount": 68, "rating": 5, "thumbsUpCount": 116, "thumbsDownCount": 0}, "files": [{"id": 225917, "sizeKB": 57793.1962890625, "name": "287743_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-05T20:20:54.331Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FF3CB686", "AutoV2": "60E6A26FC8", "SHA256": "60E6A26FC88DDB5E6FAB5354A787B17F52412F96A6B16A248A75707D869BD009", "CRC32": "31F2CAEA", "BLAKE3": "BC117A7987B01505EA47D9A0F7A59F6E79BBFADE728B6E5C5728C7C9CBBEC42B"}, "downloadUrl": "https://civitai.com/api/download/models/287743?type=Training%20Data"}, {"id": 226888, "sizeKB": 223119.04296875, "name": "Oriental_romantic_paintings_by_Lawrence_Alma-Tadema_Academicism.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-06T17:15:53.340Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6A08F319", "AutoV2": "68633FF539", "SHA256": "68633FF5397F0EB0DED2A979591C9BD9EBDDE97218EEE4B09BE4F2433DEA2D24", "CRC32": "48137D1E", "BLAKE3": "256B3AFA815E748915173D5C9CEAC4119C0AD6FDBE7901C24363FB0D4051F108", "AutoV3": "C56AF00D20B2"}, "downloadUrl": "https://civitai.com/api/download/models/287743", "primary": true}], "images": [{"id": 5226459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5196993c-18e5-44eb-97f1-a2d2a772a6ae/width=450/5226459.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOHnQUxuW?WENIRlt8xuS~t7xtbI~ot7s;NH", "type": "image"}, {"id": 5226466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3c849e2-f790-426e-b4b9-45b762549341/width=450/5226466.jpeg", "nsfwLevel": 2, "width": 1240, "height": 752, "hash": "U9C=|??G~U^*$%-.%1^%$yM|%1D+03aejYs.", "type": "image"}, {"id": 5226461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d50a0362-09e7-488b-92a6-ddf304fb2f87/width=450/5226461.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULGt~5a#NIt69GoeWqNH02RkfkRk~UR+oy%1", "type": "image"}, {"id": 5226465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/516774dc-62ed-48ef-bad7-3c54543a8069/width=450/5226465.jpeg", "nsfwLevel": 1, "width": 1240, "height": 752, "hash": "UBGa:c~9^$t7RPR.0N-n=_4=S69b^d-n^$Nd", "type": "image"}, {"id": 5226464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce78d1e6-0acc-4a9b-9e92-2e3b45681dc4/width=450/5226464.jpeg", "nsfwLevel": 1, "width": 1240, "height": 752, "hash": "UEFhhRR*~UIpD*NGIpRk9HNH-oj[0M%1s9R*", "type": "image"}, {"id": 5226460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d19e817f-cc60-48c5-a7ab-b78b4abee7ab/width=450/5226460.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDG*ckWBNHsS0Mozt6R-E*M}?FkC~oNHE2Ip", "type": "image"}, {"id": 5235087, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1344ce4-63bc-4413-8788-63b3b06c94c2/width=450/5235087.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEKd6l~VpItROGxBI[I]?vWpD+NLEnozR.WC", "type": "image"}, {"id": 5235232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5510896-c076-4512-bdd0-b9071f71025b/width=450/5235232.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U9FE=Vx^%2~U0gxtD+Ncw^RjkD%L0gjZs:%L", "type": "image"}, {"id": 5235231, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c207c80-6a09-4d12-b151-65b5cd63039e/width=450/5235231.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U4FE$7PBt7000nI;rr^Jz:0M^jkr01W.t8~V", "type": "image"}, {"id": 5235230, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c99c76fc-30e8-4846-b12f-2d9b0717d10e/width=450/5235230.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U3FOP$_N02vy0;j[RkFy00DjR*%L000fW=9G", "type": "image"}, {"id": 5235233, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b3b3c62-28f4-48b5-bf7e-547a0bfebe74/width=450/5235233.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U6G*i;9a4:?H01E19Z%2{]?Zx]V[56Ipt7Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/287743", "modelId": 255262} \ No newline at end of file diff --git a/datasets/metadata/287787.json b/datasets/metadata/287787.json new file mode 100644 index 0000000000000000000000000000000000000000..8b08faf72666b7ee632ccce2d465fb0501acdfa7 --- /dev/null +++ b/datasets/metadata/287787.json @@ -0,0 +1 @@ +{"id": 287787, "index": 0, "name": "1 Alternative A", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-05T21:06:41.939Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["colonial brazil", "colonial brazil church"], "stats": {"downloadCount": 112, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 225961, "sizeKB": 12759.73046875, "name": "287787_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-05T20:55:50.896Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "734F372A", "AutoV2": "4BECC7DECD", "SHA256": "4BECC7DECD92C91799D44E6AD8579C90D05FD9A63ABD751AA55885716631857F", "CRC32": "BF54D41C", "BLAKE3": "2DC5BD0D58355FDD788AD794FE49E326C034FC3B84C09B2B7A4470CF3B90716D"}, "downloadUrl": "https://civitai.com/api/download/models/287787?type=Training%20Data"}, {"id": 225972, "sizeKB": 36977.8984375, "name": "brazil_colonial.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-05T21:05:53.357Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FD7F808A", "AutoV2": "A41512C54A", "SHA256": "A41512C54A9C93147A1E6AD7C94E02F793D8129339DB0E160EBC37DDD1742C7D", "CRC32": "A1FCC7E1", "BLAKE3": "4216937855F68570CB0538F028D9ACAABB17529FF8394C31E22CDB7921E44E94", "AutoV3": "CE81AF71075B"}, "downloadUrl": "https://civitai.com/api/download/models/287787", "primary": true}], "images": [{"id": 5200155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18695565-0e5f-444d-b616-9b905caa6592/width=450/5200155.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UcLEE0t7tRjs_Nj[aej[M{aeM{ofxuWCkCj?", "type": "image"}, {"id": 5202135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8e3e1b1-b087-4f4d-853c-d6c289e30811/width=450/5202135.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U#Kw^GR-%gj[?wWCozazRkjsM{j[ofj[V@j[", "type": "image"}, {"id": 5202139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c8e5113-79f5-4858-866b-02a2003a0047/width=450/5202139.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UrJ@]_X9bbRk.Tj]ofaex]jYo0t6WBRjWBbI", "type": "image"}, {"id": 5218200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/237873b1-1fd2-4180-b9e5-11688041ec8e/width=450/5218200.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UsKUctoztRj[?wjZoKayRjWARikCt7ofWCof", "type": "image"}, {"id": 5218202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c87185a-0d84-430f-8ddc-28fe3caf32b1/width=450/5218202.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U*JRs@R*bcjY.AWEa~juWYofRjt7WBWBWAj[", "type": "image"}, {"id": 5218204, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8f9104b-8a8e-4e28-9cef-173b69074795/width=450/5218204.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UwH.Z+tRngWBu6ofs+j]tSaxt7ogWBWAozaz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/287787", "modelId": 255290} \ No newline at end of file diff --git a/datasets/metadata/287885.json b/datasets/metadata/287885.json new file mode 100644 index 0000000000000000000000000000000000000000..ff3243028eb6818ac022189df4487984724dd9a9 --- /dev/null +++ b/datasets/metadata/287885.json @@ -0,0 +1 @@ +{"id": 287885, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-05T22:29:31.522Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 345, "ratingCount": 40, "rating": 5, "thumbsUpCount": 51, "thumbsDownCount": 0}, "files": [{"id": 226045, "sizeKB": 22255.24609375, "name": "beltorchika_irma_Zgundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-05T22:30:54.916Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2FF7397C", "AutoV2": "2246DA0168", "SHA256": "2246DA016838AAD20C5A9D093B7006FDF6D65D7620C9C6D328CAA2B87F4968C8", "CRC32": "0E3F470A", "BLAKE3": "DD510A303A44C477C26096A40B829A6283A6ED371048E733CD78A15D98A5A376", "AutoV3": "BF9F2AA1B8A2"}, "downloadUrl": "https://civitai.com/api/download/models/287885", "primary": true}, {"id": 226047, "sizeKB": 38841.7607421875, "name": "beltorchika_irma_Zgundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-05T22:31:19.710Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B03F8F39", "AutoV2": "146D0FBB52", "SHA256": "146D0FBB52E840E36FBB0F78765D96397D810313738E0D8312198F6B0975AFA1", "CRC32": "56EB4943", "BLAKE3": "EFE0F4AB205E12089237511AF889283BFF958EC6D61639D11D8C2E49FB7DC715"}, "downloadUrl": "https://civitai.com/api/download/models/287885?type=Training%20Data"}], "images": [{"id": 5202027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca76eb56-32d0-43ef-af99-a988519e79a4/width=450/5202027.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U;M%J%t7X9of~WoftSofXTj[o#ayozayRjWB", "type": "image"}, {"id": 5202183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ae1dffe-b88d-42de-a942-b8e3322d6037/width=450/5202183.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UUKdoL?w.8~p~8~p9$o}$dIpIWjEEmjFxWR+", "type": "image"}, {"id": 5202301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24355e2b-c171-4697-a2bf-582ed82b79e4/width=450/5202301.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UtP$5doM.Txu?]ozbdWBXRa|Vtof$%V@NHWq", "type": "image"}, {"id": 5202173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef0ebfd1-508b-428f-b325-e54f05fb5ee1/width=450/5202173.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U,MtBja%.8xt~Ut6XBWBs+ayM|oKXUWBoca}", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/287885", "modelId": 255371} \ No newline at end of file diff --git a/datasets/metadata/287984.json b/datasets/metadata/287984.json new file mode 100644 index 0000000000000000000000000000000000000000..9b6731d4066cdac22d5cb705868a02efdda5ca14 --- /dev/null +++ b/datasets/metadata/287984.json @@ -0,0 +1 @@ +{"id": 287984, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-06T00:27:29.076Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 495, "ratingCount": 67, "rating": 5, "thumbsUpCount": 74, "thumbsDownCount": 0}, "files": [{"id": 226462, "sizeKB": 38463.494140625, "name": "Emma_Sheen_ZGundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-06T08:30:52.608Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C7DA5568", "AutoV2": "F1B673F9DC", "SHA256": "F1B673F9DCCC7DB63C20E7918E73ADA7967FE6F6AB54F5AABF57597D7F270A21", "CRC32": "951C0E57", "BLAKE3": "59883F43D6CF6ACA8A496981875125F83CF527AFE592FFA7503F9ED86517434F"}, "downloadUrl": "https://civitai.com/api/download/models/287984?type=Training%20Data"}, {"id": 226123, "sizeKB": 22254.83984375, "name": "Emma_Sheen_ZGundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-06T00:31:17.969Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "243C402E", "AutoV2": "CCCB22AE21", "SHA256": "CCCB22AE211B507381FE8AD0D025DAD600881781D644619D6D6B9BC056863248", "CRC32": "FE1BEA90", "BLAKE3": "E73C58DAC3A7BB2F1A64171A731733D2447335D6EAF9F28754EEB036FD62346B", "AutoV3": "FA72659750D4"}, "downloadUrl": "https://civitai.com/api/download/models/287984", "primary": true}], "images": [{"id": 5204147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3da36dab-4bdf-416c-a5c9-e390bd693b5a/width=450/5204147.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UdHoUE~po#%2+k%3X8V[klofsmW-S}t6%1Rj", "type": "image"}, {"id": 5204195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59cd09a5-ede7-4aa0-abcc-3a58b1b99162/width=450/5204195.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWIXpl_M~B?H^+?HEfX8$+WXWUoJX,NGrrR*", "type": "image"}, {"id": 5204298, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d495062-a728-43ae-a138-d667bb620fb0/width=450/5204298.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UqKK$lIU_NWB_3a#ozRjkCRjRiWBIooft6f6", "type": "image"}, {"id": 5204370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cde8950-09b2-4f69-9832-e0c9cc2baf79/width=450/5204370.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULNu33+b=GHr-qIA^OWDQ-n4xuo}~BOXI[rq", "type": "image"}, {"id": 5204490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54b86108-6138-4c71-a819-7f46bfa51f8a/width=450/5204490.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJLyyL0N00Si*_5T}@Wr00NG%gxF~q=_Mxsm", "type": "image"}, {"id": 5204601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f23152f-dce0-4a3b-b5ac-4a7f81f714c3/width=450/5204601.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJJto3~q01xv9]?b_3%M00E1-=%2xas9MwM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/287984", "modelId": 255467} \ No newline at end of file diff --git a/datasets/metadata/288465.json b/datasets/metadata/288465.json new file mode 100644 index 0000000000000000000000000000000000000000..a0d6c70f9790ab1419d43f7d3df2d1522d7fa91d --- /dev/null +++ b/datasets/metadata/288465.json @@ -0,0 +1 @@ +{"id": 288465, "index": 1, "name": "v0.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-06T16:00:00.000Z", "availability": "Public", "nsfwLevel": 11, "description": "Experimental, not really good, it may be with some work
", "trainedWords": ["lilavolpina"], "stats": {"downloadCount": 274, "ratingCount": 49, "rating": 5, "thumbsUpCount": 65, "thumbsDownCount": 0}, "files": [{"id": 226536, "sizeKB": 9326.921875, "name": "lilavolpina.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-06T10:20:38.582Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C347D4FA", "AutoV2": "5FD650AE69", "SHA256": "5FD650AE69EBE52F2E7302A1A9AE22AD506911FFBDA49359665BC49CA02C0839", "CRC32": "34851699", "BLAKE3": "BD872C9DE7063C34C847AC9CC1E9905CF6368E7A9A944656984AFCAFAA5F697D", "AutoV3": "AA45DED02185"}, "downloadUrl": "https://civitai.com/api/download/models/288465", "primary": true}, {"id": 226537, "sizeKB": 1118.4228515625, "name": "20_lilavolpina.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-06T10:30:38.406Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "11B35D3DD4", "SHA256": "11B35D3DD46529A8EE2F62CD2F77C38E7C0DD223FC2AB622D3EE1005FE9BEE30", "CRC32": "8CE64EEA", "BLAKE3": "E4038F4C748C9314A06135A9A8F06257DB10D510D613B5C5569DFBB89FFA43CD"}, "downloadUrl": "https://civitai.com/api/download/models/288465?type=Training%20Data"}], "images": [{"id": 5216539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5a2d935-5824-4d0b-9e3c-b03065729d01/width=450/5216539.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UFG@c64T_N9atQ-:I:bvE1yDIU-VKjE2-o$M", "type": "image"}, {"id": 5216624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/219a074c-9478-4230-9f61-b59dec62234e/width=450/5216624.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UQGknCMc?bIU?wrqNGRjt9aKxDI;EMWVjEg4", "type": "image"}, {"id": 5216689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4485a58-2c1a-4314-8a83-b64f02ebbd08/width=450/5216689.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UIG[NQR4.SH=LNROE2DhYQi^={R4%#%2xZxt", "type": "image"}, {"id": 5216544, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bb19305-12b7-4256-a990-8e2ccd94dee4/width=450/5216544.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULGRelD%yUJA.l9Z-:wI.9Inr^NG.8abj]J6", "type": "image"}, {"id": 5216704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b650440-5e7d-4865-b270-d041d1be4cb0/width=450/5216704.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UIKwC9%LGG00LMNFM|Di?v%M~BD%XTxaIUNF", "type": "image"}, {"id": 5216543, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c57b3f3-9560-4fc5-8acb-05b2182c08e7/width=450/5216543.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJHBJ9}@cp0gT}I:JoaKOvRi=f%0.R-6x@kp", "type": "image"}, {"id": 5216561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0642c5f7-1f97-49cb-be3b-e099e01d2d9f/width=450/5216561.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UKHAbE~pu5XoF|XT-U%M0fn4IUNZ#kIo9^IU", "type": "image"}, {"id": 5216732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2de1e7f3-6649-42b9-829d-b02a49f5ffc4/width=450/5216732.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UDI|%iD4LgivBo00-U00gOkq-Vo#iI?^IAOr", "type": "image"}, {"id": 5216596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c706057-0b87-41c2-ad7d-77eb034d260b/width=450/5216596.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaHUX:T0xuyr?wOZR--=WGSjM{oMs.S$RPRP", "type": "image"}, {"id": 5216742, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8729d9f4-fa6e-4466-bbe2-eb40b39a778d/width=450/5216742.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UNJ7US?w5-ROBqOtVsr;Xokr^j$yIps:i^ac", "type": "image"}, {"id": 5217275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/708b84ad-7aa5-438c-a606-b56389349898/width=450/5217275.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTJQcwM|?^-VI:R*-BWWM{tR9ZNG$%aeofs:", "type": "image"}, {"id": 5217281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ff1b2c1-7659-4181-875b-3c7bcaba2200/width=450/5217281.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UiK,gV%Mx]v}YkxukrIo-=of$*WApJo1s:og", "type": "image"}, {"id": 5217291, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76dfad01-fc05-44ce-a65a-90cda3ce43ff/width=450/5217291.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UOH^*0%fX3E2}sM}sCt7$$izxaV@J$Xk%1S1", "type": "image"}, {"id": 5217596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13c35bc5-ab75-4589-bd2b-ddeccacfc099/width=450/5217596.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UILV?+A03D^,%~9u~CxaELMx$iD%o}WVxHoy", "type": "image"}, {"id": 5219226, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a785bc8d-3edb-44ec-98e4-ca30ada5dea1/width=450/5219226.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UKKT3?~VAZWB6*.7%MIBtmTJ~W-prr=|niNd", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/288465", "modelId": 255879} \ No newline at end of file diff --git a/datasets/metadata/288586.json b/datasets/metadata/288586.json new file mode 100644 index 0000000000000000000000000000000000000000..69c55edc819e28b37912796890eb93d0d0ab37cf --- /dev/null +++ b/datasets/metadata/288586.json @@ -0,0 +1 @@ +{"id": 288586, "index": 0, "name": "Serena Nova", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-06T14:40:52.630Z", "availability": "Public", "nsfwLevel": 28, "description": "Serena Nova, a captivating persona in the adult entertainment realm, skillfully crafts an alluring narrative through her performances. With a focus on creating intimate connections, she explores the diverse facets of desire with an artful touch. Off-camera, Serena is a vocal advocate for destigmatizing discussions around human sexuality, fostering a space for open dialogue and understanding.
", "trainedWords": [], "stats": {"downloadCount": 110, "ratingCount": 2, "rating": 5, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 226630, "sizeKB": 462.83203125, "name": "288586_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-06T12:25:58.476Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "EBDDDDE815", "SHA256": "EBDDDDE815862F8B4F7792670BE5F5DEDD87E957BE6AE268F72B3E72AC6813FF", "CRC32": "0E25E864", "BLAKE3": "1F8316C32D1693F7AA79AECDA8D3A42EA12BECEC95FD69B5A9F9D42A02951FA4"}, "downloadUrl": "https://civitai.com/api/download/models/288586?type=Training%20Data"}, {"id": 226682, "sizeKB": 36977.4609375, "name": "Serena_Nova.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-06T13:25:59.797Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7332D72E", "AutoV2": "FC74EC0915", "SHA256": "FC74EC09150E055294A3D26A5AFF64E71104DF8736E7D7550A518A7520078E7D", "CRC32": "D9F0A4D3", "BLAKE3": "C1E454B9E4F5054D5BBB1967AB3CB394CEAEDB8D1CC6A12A502ECC9D85227B86", "AutoV3": "FDD132BAA084"}, "downloadUrl": "https://civitai.com/api/download/models/288586", "primary": true}], "images": [{"id": 5222100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/409d4cd7-b7e8-4873-bdd8-3b84c44abe09/width=450/5222100.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8G[7r4:00^O.m-p00Io5RNKwKNFS6VsRjX6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/288586", "modelId": 255981} \ No newline at end of file diff --git a/datasets/metadata/288720.json b/datasets/metadata/288720.json new file mode 100644 index 0000000000000000000000000000000000000000..50108cfcbcdf601ad915d320cb668ba2a271b581 --- /dev/null +++ b/datasets/metadata/288720.json @@ -0,0 +1 @@ +{"id": 288720, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-06T14:49:24.799Z", "availability": "Public", "nsfwLevel": 5, "description": "\u30c6\u30b9\u30c8
", "trainedWords": ["ShikokuMetan,1girl,twin drill hair,", "white dress,wide_sleeves,", "pantyhose,"], "stats": {"downloadCount": 364, "ratingCount": 51, "rating": 5, "thumbsUpCount": 64, "thumbsDownCount": 0}, "files": [{"id": 226758, "sizeKB": 18545.625, "name": "ShikokuMetan008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-06T14:51:28.705Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "4585B71CBE", "SHA256": "4585B71CBE8D56B5E83E045858778B07279FC771729329BF9890ABF2AB504F36", "CRC32": "62440772", "BLAKE3": "93C0DAD95DCE709341C0C01B670313E7EBB6867D425810DBE1E043D18C9CF439", "AutoV3": "DC4B46D6B244"}, "downloadUrl": "https://civitai.com/api/download/models/288720", "primary": true}, {"id": 228670, "sizeKB": 48903.201171875, "name": "ShikokuMetan008 images.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-08T06:00:49.240Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6F11B55D", "AutoV2": "C2E4938E5E", "SHA256": "C2E4938E5EF3C27B9F4A498EB9CFC399189043D7CCFC9F3311C5AD354F75233B", "CRC32": "AC0384C4", "BLAKE3": "0EBE18E9DAF60193606972CC4D62CADE42C113016618756028325368FBC28ED7"}, "downloadUrl": "https://civitai.com/api/download/models/288720?type=Training%20Data"}], "images": [{"id": 5222192, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58e33a1f-f389-434c-819d-474eaaf450ac/width=450/5222192.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPJaJ}~U00i{}=?F%KsVs.xatQWA%#bIIAad", "type": "image"}, {"id": 5222195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fbf6a12-8a69-45f2-81a6-6e37d3e433b9/width=450/5222195.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJI;em9b00ELVcDiyCtl~pVrx]tlK*NFicWE", "type": "image"}, {"id": 5222200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea4f4c6a-9ae4-4664-9504-2b4706b728a7/width=450/5222200.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNJQi_^h0J~qDO%2XlNaR6IppIRj~W?GRPf,", "type": "image"}, {"id": 5222201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5f3307d-9ec4-49b3-84ef-71eb95f49a3f/width=450/5222201.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEINp?jJ004m01nOx]E#4mxu4:~pGZS$n456", "type": "image"}, {"id": 5222202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22d10ca5-522d-45bf-82b0-14503051a758/width=450/5222202.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMHBYvIA4.%30JR:IUod_MRo-V9ZtlIVIA%L", "type": "image"}, {"id": 5222203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5be24e4-72ce-45d5-93a9-84f6d0709c88/width=450/5222203.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBHxy-010y5W00I.K5#RI9n4%g9b~qS4-ARj", "type": "image"}, {"id": 5222204, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e06a8d7-ea5a-44b8-b187-e56e8b3d5e72/width=450/5222204.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAG9K$XC0e0e00~B57JRZ|4.-p?GyCJ7%Mr?", "type": "image"}, {"id": 5222207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fa99509-958a-4694-9acd-83c0efa3b16a/width=450/5222207.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGL4Ke~X9YJ-H?=}t1%g^M_3?ak9%M4.4:Rh", "type": "image"}, {"id": 5222209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d73429bd-aaa2-4ff6-b060-b46ae30eaba2/width=450/5222209.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIIXmzO;00?Iw0TK~q-V?wt7t7RPGG$Pr=I[", "type": "image"}, {"id": 5222210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4453c71-8aab-4751-b44d-dfaf9f988cd8/width=450/5222210.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBHnQnTy[+0K009F~VXU_1Io-=^+%g?aVs4.", "type": "image"}, {"id": 5222213, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ae88599-2793-40fa-9a10-e5ad7f0acc6f/width=450/5222213.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFHm}-0y00o%=yIo%L-V}lt7yDE1cFs:M{oJ", "type": "image"}, {"id": 5222214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5fda2bd-a309-434e-8313-4240bd7c66e6/width=450/5222214.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "ULPGBa.l%go4$,u4Sevz^*n#xtIB~pxBjERn", "type": "image"}, {"id": 5222218, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2b01507-fa79-4ce3-bee2-bef442931e67/width=450/5222218.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USIEIl4n0KxH-AE1yCeo~WD%kWIVK5WBaKj?", "type": "image"}, {"id": 5222219, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb3518a8-4ce7-4160-a02f-acfdb33c751c/width=450/5222219.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDH^x7?H00v};3R%~p%3EKxu?as.1H%1ixb]", "type": "image"}, {"id": 5222220, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9bddeb0-b154-419a-a238-31344c999c0c/width=450/5222220.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6IgZN01}~00=O~BX,?G00xt0}J70K9Z9aE1", "type": "image"}, {"id": 5222222, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/244dc9b1-1fb8-449d-9272-564cf674a5b4/width=450/5222222.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMKJu_0x00O9}]x[tSIB%}$*X2Vsu3wKj=oz", "type": "image"}, {"id": 5222224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de9cc94c-c876-4c5b-9f4b-86b858567c95/width=450/5222224.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJKc-StQ00~q8wb]S#MdInITNsM|P9xaoa-p", "type": "image"}, {"id": 5222225, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99eacfca-d09f-4783-98ec-ade9b329a6a9/width=450/5222225.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCLM;p2_00KQ00^*jB,suiOGyCOs3rg6OY%2", "type": "image"}, {"id": 5222228, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/267098d5-1642-48a6-b19f-6c830c72d99b/width=450/5222228.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAG8TZ^l009Zh}xaPAM{0J-UyXVt~qM_vz-;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/288720", "modelId": 256082} \ No newline at end of file diff --git a/datasets/metadata/288767.json b/datasets/metadata/288767.json new file mode 100644 index 0000000000000000000000000000000000000000..92de3d0f9ffb0ee6db32e7675862e62ae44626e6 --- /dev/null +++ b/datasets/metadata/288767.json @@ -0,0 +1 @@ +{"id": 288767, "index": 0, "name": "Epoch 16", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-06T21:55:57.511Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 386, "ratingCount": 3, "rating": 5, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 226802, "sizeKB": 4145.6435546875, "name": "288767_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-06T15:40:58.053Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8EBA3D6D", "AutoV2": "5BCCB4757A", "SHA256": "5BCCB4757A7FF03109A6266FEC40249D07B12567E9D68BCA844C1BA2702244CE", "CRC32": "55B587EE", "BLAKE3": "E7437DEFE9CDB6AE9317A4BD6F9DF3753147FDE8B04B0CC78BDB1BA302D458C5"}, "downloadUrl": "https://civitai.com/api/download/models/288767?type=Training%20Data"}, {"id": 227118, "sizeKB": 36977.8828125, "name": "Real_Dream_Lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-06T21:55:48.109Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "401AE7B1", "AutoV2": "EB3A3D6DB2", "SHA256": "EB3A3D6DB25D44D8876CFD2D96FD16CA5ABB15BA30E253E8199D7AC0A9A3D027", "CRC32": "F2942C36", "BLAKE3": "7C013B198059546F178100171C8B5D7617E572EBE42EC94DAC9013823B46B7E7", "AutoV3": "971BD368F2DB"}, "downloadUrl": "https://civitai.com/api/download/models/288767", "primary": true}], "images": [{"id": 5233120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6de2707-87c3-4aeb-a4d1-49a3078dfdf8/width=450/5233120.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9C$fj_Nyr%ME+$*ENs.OYIU=_E2O@kD-oV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/288767", "modelId": 256136} \ No newline at end of file diff --git a/datasets/metadata/289042.json b/datasets/metadata/289042.json new file mode 100644 index 0000000000000000000000000000000000000000..235165bf91ee938c62064ef3584430cec3019e52 --- /dev/null +++ b/datasets/metadata/289042.json @@ -0,0 +1 @@ +{"id": 289042, "index": 0, "name": "Cum on lips", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-06T20:46:46.070Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 769, "ratingCount": 52, "rating": 5, "thumbsUpCount": 125, "thumbsDownCount": 0}, "files": [{"id": 227045, "sizeKB": 2238.318359375, "name": "289042_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-06T20:30:51.519Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2767CD97", "AutoV2": "BD348FB2E0", "SHA256": "BD348FB2E04C1CB071A01EC82A3F0085E64FE9EFFF418E84DD2A4562AA1A4A07", "CRC32": "C2893999", "BLAKE3": "8C210B59815452478D7EA3A90EC1CE69056F2D45E9E005C101202806E85C4F23"}, "downloadUrl": "https://civitai.com/api/download/models/289042?type=Training%20Data"}, {"id": 227057, "sizeKB": 36978.3359375, "name": "Cum_on_lips.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-06T20:45:51.268Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F634F8C2", "AutoV2": "79E24B0FBD", "SHA256": "79E24B0FBDCEC07C4786ABEF1136981CAE4C3C2308AD42DC46BF1B34E6F116DC", "CRC32": "EEEA536C", "BLAKE3": "070B00466042CE2E74806B1EDA733407F37F732E5848D939071CE489EA9666A9", "AutoV3": "A556CF423320"}, "downloadUrl": "https://civitai.com/api/download/models/289042", "primary": true}], "images": [{"id": 5232739, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edd6c320-e417-45fc-abc3-4eefed8c6c2a/width=450/5232739.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1280, "hash": "UjJszw~CI:I:E1niWBM|-pW=j[s:s,xZs:jZ", "type": "image"}, {"id": 5231917, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7ef4af8-450f-402c-a5de-d5959efa9408/width=450/5231917.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UNIha1_3_N9Z%#WC-pxa%1%MD*oztRRjoJV@", "type": "image"}, {"id": 5231795, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fceee87-56c2-4058-ab18-fe4a5b24e554/width=450/5231795.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UDE_:V4:?]%2^ks.9Zs:4nn*4nIox]xao#kV", "type": "image"}, {"id": 5231986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e1f16db-76e5-4d93-badc-7858855d1b1a/width=450/5231986.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UTFhO~01~VD*t8Rit7oLofRjafWBoLWVoLof", "type": "image"}, {"id": 5231987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06addb82-36c0-4f36-ab29-e29fbb8ef593/width=450/5231987.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UCD9Fz_3_M?bE101M{aKD%IUIURj%g?b%MNG", "type": "image"}, {"id": 5231988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70c46445-e9d5-4bc3-b7c5-d21b4692809d/width=450/5231988.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UODS5g^j~V-oWVRks:RkMxoLMys:ofofWCof", "type": "image"}, {"id": 5232798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2beb030-997e-4b98-9258-3608964b2db9/width=450/5232798.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1280, "hash": "UjLDP+Rj_N%2tRMyt7s:r?oeM{jtR*t7ofkC", "type": "image"}, {"id": 5232059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88ffc6e8-b0fb-4458-9656-2df5675a815e/width=450/5232059.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "ULFYDW00_N$*tloLxus:IAx]RPRjo}n%ozt7", "type": "image"}, {"id": 5232244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a8a79f0-b9d8-4490-8d70-d19ca6956527/width=450/5232244.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UUGkLC~Cxut7a0s.R*WB^+t7t6jtRjxa%1t6", "type": "image"}, {"id": 5232245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78ff8fe6-558a-496f-87f9-cf655e93354d/width=450/5232245.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UXG@*@~C%2xa$*ayWBWB-pt7xaj[t6j[xaxZ", "type": "image"}, {"id": 5232373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a3f568f-5123-4817-a6dc-e53da8b8aed7/width=450/5232373.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UcG%x#}@%1xZEMf6s:ay-Ut6xa%1WVs:oLWW", "type": "image"}, {"id": 5232374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04160ca9-d2cc-4af0-9438-4332dee23548/width=450/5232374.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UAELNa00_L579aoz4:tR01~VD*%1tl9a-:RP", "type": "image"}, {"id": 5232507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c77a3b56-e59e-4623-aada-39f772c44ed8/width=450/5232507.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "U8C~eq00_M^Q_24o-:sp%MD*xuM|^+4:?HV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/289042", "modelId": 256372} \ No newline at end of file diff --git a/datasets/metadata/289091.json b/datasets/metadata/289091.json new file mode 100644 index 0000000000000000000000000000000000000000..600d73a9a22dda34abe882c6edb68e1a49684077 --- /dev/null +++ b/datasets/metadata/289091.json @@ -0,0 +1 @@ +{"id": 289091, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-06T21:17:31.143Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 290, "ratingCount": 43, "rating": 5, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 227077, "sizeKB": 22252.68359375, "name": "Peggy_Lee_VGundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-06T21:20:52.797Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "94CE10D2", "AutoV2": "1331203B38", "SHA256": "1331203B3875BD5A4555B16BB5BE2B2059AC7E85F60D994FE3674AAA76C5C43B", "CRC32": "05B24D00", "BLAKE3": "1BF7B8E22BF9B7C0AA08CB52238041F25EC06513D2EC9236016733B23512AAE8", "AutoV3": "5FC525380084"}, "downloadUrl": "https://civitai.com/api/download/models/289091", "primary": true}, {"id": 227078, "sizeKB": 40335.9296875, "name": "Peggy_Lee_VGundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-06T21:20:54.793Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "93CE2EA5", "AutoV2": "976070A9F7", "SHA256": "976070A9F7EAAC19A3C4BD6B2C5B35F8BA710C3F6E1A83DDB65D69BDD0F9FA78", "CRC32": "04B468D5", "BLAKE3": "466FCD5D8943306C4952BD4180399799BA3DCD3E0754007AA666AAAAB6231A20"}, "downloadUrl": "https://civitai.com/api/download/models/289091?type=Training%20Data"}], "images": [{"id": 5232174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f76dd144-16dd-4a33-8d2d-f24dc79e58f1/width=450/5232174.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbN,b@-;PBoM~RRjp0jukqt7RPfkkqaeV[WB", "type": "image"}, {"id": 5232333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38e61111-886e-48ee-990a-ff0fe2a6cefc/width=450/5232333.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UeKv,L_NPB-;?t-:NKogE1axV[R*$*Rkofn,", "type": "image"}, {"id": 5232503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11ec581b-7926-4231-86d3-2f32a130a60f/width=450/5232503.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGKAKM_4C7~q%_-:4pD*00R49GE18{9FIoR6", "type": "image"}, {"id": 5232803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/917ff57d-e34c-45b6-96a9-ecfffc77a1a3/width=450/5232803.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U9O2z1D40NyX00I.Rpn300yD01EN9^.T8wIY", "type": "image"}, {"id": 5243761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a43666d5-dd3c-4377-a864-e2268907ca4d/width=450/5243761.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UkQ[_ZV@.Tx^%zs,kXoft4jFV]ofW?W=jEae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/289091", "modelId": 256405} \ No newline at end of file diff --git a/datasets/metadata/289131.json b/datasets/metadata/289131.json new file mode 100644 index 0000000000000000000000000000000000000000..2058e5942d178b00099c088ecaa4f7976b654ade --- /dev/null +++ b/datasets/metadata/289131.json @@ -0,0 +1 @@ +{"id": 289131, "index": 0, "name": "v1.0 (XL)", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-06T22:34:42.807Z", "availability": "Public", "nsfwLevel": 1, "description": "Trained on WOWXLV3
", "trainedWords": [], "stats": {"downloadCount": 222, "ratingCount": 22, "rating": 5, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 239889, "sizeKB": 18.89453125, "name": "c.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-18T19:40:32.019Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "94F281D343", "SHA256": "94F281D343E4930E056692A583945ABE478C2DB81D245CC0A2C520A843C62F59", "CRC32": "141A9C00", "BLAKE3": "E6A7391909BB96558582AEE5944B526ADDBE60B2827CC46E158BD74C4549048C"}, "downloadUrl": "https://civitai.com/api/download/models/289131?type=Training%20Data"}, {"id": 227119, "sizeKB": 7355.52734375, "name": "colorxl-000180.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-06T21:55:39.366Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "86DB12E3", "AutoV2": "573D520EB4", "SHA256": "573D520EB40614AE48FB8462FB5F756AE209949609A8706C502E4E26DCE2442B", "CRC32": "DCC85279", "BLAKE3": "7A558093E04EB899A055FA18D5BF11B6C09C017A429514D408D44B576FB9ED37", "AutoV3": "E0725763457C"}, "downloadUrl": "https://civitai.com/api/download/models/289131", "primary": true}], "images": [{"id": 5233794, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e0f94d8-ed9a-47d6-aa8c-4d7e8cee03f2/width=450/5233794.jpeg", "nsfwLevel": 1, "width": 1376, "height": 800, "hash": "UPLNlm+l_etbX^-y#*K?vXlG#l;_48rN-x-K", "type": "image"}, {"id": 5233537, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/888e0df8-19c2-48ac-96c8-461f7540e79c/width=450/5233537.jpeg", "nsfwLevel": 1, "width": 4416, "height": 7786, "hash": "UdM6;t?v?v?c=pRpkCWYv{SjofSd}0OlV@X7", "type": "image"}, {"id": 5233048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3645ee82-ab9a-4c24-91c2-8fd6e77f13a2/width=450/5233048.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UUFi1J{ct1sECOOTjLr;TSKOFyOSz@wIxDsq", "type": "image"}, {"id": 5233046, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf2dc3c4-72a0-4684-a5e6-469b05fd2911/width=450/5233046.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGE,S5Oc;bJIwR,jn^R+{@a$$G$awCJDs?oj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/289131", "modelId": 253888} \ No newline at end of file diff --git a/datasets/metadata/289178.json b/datasets/metadata/289178.json new file mode 100644 index 0000000000000000000000000000000000000000..0147865991e523cf23fa4d813ceceb3584c050b0 --- /dev/null +++ b/datasets/metadata/289178.json @@ -0,0 +1 @@ +{"id": 289178, "index": 0, "name": "Brown bubble butts", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-06T23:07:37.601Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 323, "ratingCount": 34, "rating": 5, "thumbsUpCount": 55, "thumbsDownCount": 0}, "files": [{"id": 227168, "sizeKB": 5183.7919921875, "name": "289178_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-06T22:50:45.564Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1FDD8B03", "AutoV2": "CE814703C6", "SHA256": "CE814703C6796CD490EB1EDE77850798E0921DCB5D21BE2F90A4E35E4C0F745B", "CRC32": "998DE23C", "BLAKE3": "C0B1591930DADDC04EF94E73DAFA89A3CD71D50A595262EEC274ADFFEC446185"}, "downloadUrl": "https://civitai.com/api/download/models/289178?type=Training%20Data"}, {"id": 227186, "sizeKB": 36978.0078125, "name": "Brown_bubble_butts.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-06T23:05:40.892Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A666F92B", "AutoV2": "D81EECDA35", "SHA256": "D81EECDA35C21AE010206D892C14C810A0C0B758C8B9829C15772BF4C80A259B", "CRC32": "968527D4", "BLAKE3": "8A9A57BBA79D3602D04F9724A6BC32914D757BF92BD0D33980350B1B32137819", "AutoV3": "8478B6213478"}, "downloadUrl": "https://civitai.com/api/download/models/289178", "primary": true}], "images": [{"id": 5234875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcc291ab-1588-4921-baa3-7be936af0e16/width=450/5234875.jpeg", "nsfwLevel": 8, "width": 512, "height": 640, "hash": "U7Alh6xZ0f-UpHs.9us:0~R*=vR+}@ofIooL", "type": "image"}, {"id": 5234700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf52edfb-5f30-4e75-97a9-ecadb17d1dda/width=450/5234700.jpeg", "nsfwLevel": 8, "width": 512, "height": 640, "hash": "U98|Iq~VEh9u?a-;ozNHENt7=|oexGs:s:NG", "type": "image"}, {"id": 5234701, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00d91112-0c3f-42d7-8c9d-a2e7c388765b/width=450/5234701.jpeg", "nsfwLevel": 8, "width": 512, "height": 640, "hash": "UOAvg[IVxt-o~BIoxZ%L%LRjoet6R+ayj[WV", "type": "image"}, {"id": 5234733, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fc25837-bd30-4f81-8ce6-8a5875568d95/width=450/5234733.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1280, "hash": "UCA9=?%gS$Vr~qx^xuMx.8-;t7M{OG-:xtM{", "type": "image"}, {"id": 5234702, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25a2eb02-3e2a-497c-8aec-03dc306f0710/width=450/5234702.jpeg", "nsfwLevel": 8, "width": 512, "height": 640, "hash": "U48:ha02x]0g%M9a~A-6J7^OE49v03?Fs.-S", "type": "image"}, {"id": 5234878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a575faaf-cbf5-48d7-a905-2b2370ceee1e/width=450/5234878.jpeg", "nsfwLevel": 8, "width": 512, "height": 640, "hash": "UJE.Rzx^~p9Z-:xv%2xuD*j[t7-;%Mxu%MIV", "type": "image"}, {"id": 5234876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49f7fc52-f1ed-401f-a09a-05a5d27970fa/width=450/5234876.jpeg", "nsfwLevel": 8, "width": 512, "height": 640, "hash": "UaE2ta%N~pbc%LofxufkD*M{RPofs-j[t7t7", "type": "image"}, {"id": 5234877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4f326d5-f3ac-46f3-800c-5a49efa0073b/width=450/5234877.jpeg", "nsfwLevel": 8, "width": 512, "height": 640, "hash": "UQF}TMwd~pS~?axa-p%2NGo0jFNH-BRjNHWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/289178", "modelId": 256470} \ No newline at end of file diff --git a/datasets/metadata/289262.json b/datasets/metadata/289262.json new file mode 100644 index 0000000000000000000000000000000000000000..831a70854c1b3909f43377c1e1fb42342b21aff8 --- /dev/null +++ b/datasets/metadata/289262.json @@ -0,0 +1 @@ +{"id": 289262, "index": 0, "name": "Triptych", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-07T03:38:25.309Z", "availability": "Public", "nsfwLevel": 7, "description": "v1, experimental, I don't know what lora weight is best yet - experiment!
", "trainedWords": ["triptych"], "stats": {"downloadCount": 55, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 227239, "sizeKB": 20384.9287109375, "name": "289262_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-07T00:50:39.184Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "761B31DC", "AutoV2": "D6703AA25A", "SHA256": "D6703AA25A96EC8B877078664FB6569E5381A630B8A6A434D84B9F1C3C406928", "CRC32": "C82DD1D6", "BLAKE3": "14433D0D2AD2DE106BEBDB579BFA071A65B36BA8605DE5D0918228FA3EBD6F9F"}, "downloadUrl": "https://civitai.com/api/download/models/289262?type=Training%20Data"}, {"id": 227334, "sizeKB": 891170.58984375, "name": "Triptych.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-07T03:11:30.702Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9C8D11BC", "AutoV2": "0BE97673EB", "SHA256": "0BE97673EB0BB56DA4EF811491B80BD1763598C9C499E69726D9348E231AF31D", "CRC32": "CD215DAB", "BLAKE3": "79F23BC729E95D2EB7D3755916F75E9DBABE460C20190CC21E887A487B996084", "AutoV3": "3AA33D95D846"}, "downloadUrl": "https://civitai.com/api/download/models/289262", "primary": true}], "images": [{"id": 5244807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ace284e-b2de-4959-a6a3-0bfec29cd6e2/width=450/5244807.jpeg", "nsfwLevel": 4, "width": 3072, "height": 2304, "hash": "U4Dc2fSwPQEg00^+mPEm0.10~W=yI;vy4--:", "type": "image"}, {"id": 5244805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df02ba3d-ee69-4c8e-915a-7dbae08e3858/width=450/5244805.jpeg", "nsfwLevel": 2, "width": 3072, "height": 2304, "hash": "U5CQ3yG~#40100ZNy-Cj02t9ID}CMxxwN4vy", "type": "image"}, {"id": 5240834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/925814a7-0654-412d-b58b-36ff88abe958/width=450/5240834.jpeg", "nsfwLevel": 1, "width": 2048, "height": 1536, "hash": "ULJHK*xw.k^j-mxvngn$Iao}nBxatSR:%LtR", "type": "image"}, {"id": 5244739, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c34aaebe-8d9a-4aa2-90a1-9a51e0467f31/width=450/5244739.jpeg", "nsfwLevel": 1, "width": 3072, "height": 2304, "hash": "U5CQ3yG~#40100ZNy-Cj02t9ID}CMxxwN4vy", "type": "image"}, {"id": 5244738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a9dcaaf-701e-4157-bcdf-5b9954397c9b/width=450/5244738.jpeg", "nsfwLevel": 1, "width": 3072, "height": 2304, "hash": "U4Dc2fSwPQEg00^+mPEm0.10~W=yI;vy4--:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/289262", "modelId": 256546} \ No newline at end of file diff --git a/datasets/metadata/289456.json b/datasets/metadata/289456.json new file mode 100644 index 0000000000000000000000000000000000000000..1d4599e49617687840ccd342d14a30bf96b32d63 --- /dev/null +++ b/datasets/metadata/289456.json @@ -0,0 +1 @@ +{"id": 289456, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-07T05:16:44.225Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 248, "ratingCount": 30, "rating": 5, "thumbsUpCount": 40, "thumbsDownCount": 0}, "files": [{"id": 227401, "sizeKB": 22249.13671875, "name": "Neneka_Nibrou_VGundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-07T05:05:49.325Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B1662ABA", "AutoV2": "771FADB69C", "SHA256": "771FADB69C83004BAC22603CAC612FB637A3C6C010002C3EF60396C30782E2A0", "CRC32": "98153814", "BLAKE3": "FFC2B0D26D65783754DF53D8474FDEB156309CC080A16B72797B6969D7376485", "AutoV3": "50778F4624BC"}, "downloadUrl": "https://civitai.com/api/download/models/289456", "primary": true}, {"id": 227402, "sizeKB": 41609.19921875, "name": "Neneka_Nibrou_VGundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-07T05:05:49.901Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0741BE67", "AutoV2": "886FA15A85", "SHA256": "886FA15A85EFA8C36D94C2E8ABD10BF0ABA08914C41A0E3C9475189580203375", "CRC32": "012D5B81", "BLAKE3": "DA351C79BFA389D0A7EC3EBEC5B025A2CCC857C65C9A450BFE387AC06C54518D"}, "downloadUrl": "https://civitai.com/api/download/models/289456?type=Training%20Data"}], "images": [{"id": 5243016, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26afe58b-8e27-4889-9b2c-502accfe68cf/width=450/5243016.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UgP$2f%g*0a#?]oK%gWB9ZWCRQj]=_WUnikB", "type": "image"}, {"id": 5243235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1e5d513-f6d0-4cea-bdd9-65fdd48d6b7c/width=450/5243235.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOOe*eV^%|b^~UkBu4oeIAxaayt7t9M|RiR-", "type": "image"}, {"id": 5243444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d85ecd5-d506-4b08-be80-954617a17c9b/width=450/5243444.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "ULOxzgR7G]IU_MxtL2-p9uxtt6pcoh9ZIoR*", "type": "image"}, {"id": 5243733, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20dae98d-6deb-430e-8108-63b95caf4552/width=450/5243733.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UkQ[_ZV@.Tx^%zs,kXoft4jFV]ofW?W=jEae", "type": "image"}, {"id": 5244437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32abf6d7-cd3f-4e38-aa65-58b2b0c5a632/width=450/5244437.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UGO.L4_NLx%3u2sELJ-:Hr-:MwW.E8E3m,OE", "type": "image"}, {"id": 5245597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9dcbdc80-ba1f-40b6-aedb-1eeb54774215/width=450/5245597.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UELgR_4UG^022g0K%hWq01?GwHoy4=IqR4M}", "type": "image"}, {"id": 5245606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79530a35-5327-445e-ae9b-9be073910a50/width=450/5245606.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UILzgp~pB-IV04xujptP02-o-4adXBE3$wW;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/289456", "modelId": 256701} \ No newline at end of file diff --git a/datasets/metadata/289962.json b/datasets/metadata/289962.json new file mode 100644 index 0000000000000000000000000000000000000000..6cb20fcea0fa7863d6ec9f6ad5114699ca85e6e3 --- /dev/null +++ b/datasets/metadata/289962.json @@ -0,0 +1 @@ +{"id": 289962, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-07T13:55:12.364Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": ["yun mi"], "stats": {"downloadCount": 210, "ratingCount": 23, "rating": 5, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 227848, "sizeKB": 1696.0234375, "name": "\u4e91\u5e42ok.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-07T13:56:21.537Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "1B2F40B73F", "SHA256": "1B2F40B73FA6B5BC99E601CD1A11E84B1FDF19831CA400BE0661259A8B0F78E5", "CRC32": "ADFB54E1", "BLAKE3": "380E196C790205992995EBC45AD3C56AD9EAF2F337711CED1ABA05EB56A1EC6E"}, "downloadUrl": "https://civitai.com/api/download/models/289962?type=Training%20Data"}, {"id": 227850, "sizeKB": 36975.953125, "name": "yun mi_v2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-07T13:56:52.113Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "57A93A1B", "AutoV2": "5062C3A3EE", "SHA256": "5062C3A3EE42F1DD2858EFF190FF041A0B74D71638E43E3926F0C63ACC0EF26F", "CRC32": "D320D57E", "BLAKE3": "F76DF1EBD419DDDE5955EC4DE15993D70B3D0524D9885F9CF45D37FFF815C969", "AutoV3": "DC9E42B664E9"}, "downloadUrl": "https://civitai.com/api/download/models/289962", "primary": true}], "images": [{"id": 5254382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a76c34a3-6d34-4ed2-871e-d8ef7bc198ec/width=450/5254382.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UEF$R+9Z00o#~ptQNGRQRP%MxuIU={s9NGa{", "type": "image"}, {"id": 5254390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a33888e-610f-4ca2-8dca-19a7a64d60c4/width=450/5254390.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UFFP7|4oI8xb~BRk-oNH00xu-;M|DiozS5oJ", "type": "image"}, {"id": 5254386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b4aef93-f701-4783-9ea2-47e867d1065e/width=450/5254386.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UJGbq^~VD%?b_3M{IUt7D%kDIpIU-o-;X9xa", "type": "image"}, {"id": 5254388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca94ca8f-111e-4d37-a233-cd38c88bf05b/width=450/5254388.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UTGlCcV?9Et7~VxtaxWVr@xt%3Rj-pjIkDWB", "type": "image"}, {"id": 5254389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c16fa22-c5ab-4dea-854e-6a38fcc51b0c/width=450/5254389.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "U8F~jf03009F.T={9Zo#01r:?bx]-p9GIoI;", "type": "image"}, {"id": 5254385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f607b86-7706-4929-805a-7c098319d3fd/width=450/5254385.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "ULFY.Hay8_xu_NxtIUj[I@bIxuR*_2j]xus:", "type": "image"}, {"id": 5254387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90903e13-817c-49a5-b62e-fd536eef7800/width=450/5254387.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UGE.-4$*00tR~V%LV@jYV=%M-;n$%0xaozR*", "type": "image"}, {"id": 5254391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c22f19b-95dc-495a-b44c-6f73a916e682/width=450/5254391.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UMH2QBIU4nW?~WofM{M|?Dt7%MM{%MV[NeWB", "type": "image"}, {"id": 5254392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf35422c-f0c9-4259-979f-1784a337a9b4/width=450/5254392.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UEFi744nDi9a~V0KxYxv0KXT?baK$iV@tSE1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/289962", "modelId": 205043} \ No newline at end of file diff --git a/datasets/metadata/290009.json b/datasets/metadata/290009.json new file mode 100644 index 0000000000000000000000000000000000000000..386cf41a565a6c3e338cf08fa3787a4998f42ce5 --- /dev/null +++ b/datasets/metadata/290009.json @@ -0,0 +1 @@ +{"id": 290009, "index": 0, "name": "Epoch 16", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-07T16:50:13.908Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["realistic hands"], "stats": {"downloadCount": 2717, "ratingCount": 70, "rating": 4.96, "thumbsUpCount": 132, "thumbsDownCount": 0}, "files": [{"id": 227887, "sizeKB": 5672.5791015625, "name": "290009_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-07T14:36:31.991Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AE3059A2", "AutoV2": "7076FCE472", "SHA256": "7076FCE472D9F0E2C9ACBDF0BBC303F8581F68F8930A01142FDBE79A382F8A7D", "CRC32": "1DB77CCC", "BLAKE3": "9D29DF5D5A04EFDD26836AEF466FDA7D0C3CAB64C110708401DD193798C00AF0"}, "downloadUrl": "https://civitai.com/api/download/models/290009?type=Training%20Data"}, {"id": 227996, "sizeKB": 36977.5859375, "name": "Real_Dream_Hands.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-07T16:45:54.015Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "52787152", "AutoV2": "001663281F", "SHA256": "001663281F06F49838DDCA6C2E4E8C381AFB5BA24FCF101BA5230285D9AA3DEC", "CRC32": "F8364646", "BLAKE3": "31178893C8D1CF0DAB81942F93764201F469EA3915B7F617F59B2C11DC2F58D4", "AutoV3": "89D3CD1CFA2B"}, "downloadUrl": "https://civitai.com/api/download/models/290009", "primary": true}], "images": [{"id": 5574414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ec935dc-eb55-46c0-8d75-92d1a29b7941/width=450/5574414.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UNK-C09FuOtR~qkWt7VstmoeVYW;%NWVWVoy", "type": "image"}, {"id": 5258812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9355faa-1c46-4dc5-9d60-2175514b4ff0/width=450/5258812.jpeg", "nsfwLevel": 1, "width": 3072, "height": 611, "hash": "UwLW|qt7M{of~qofjtj[%#bGWVaz?bayoLfR", "type": "image"}, {"id": 5258820, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9786a2e9-a0bf-44e4-bd2e-e89f3bee00af/width=450/5258820.jpeg", "nsfwLevel": 1, "width": 3072, "height": 611, "hash": "UqMZ{[WBWBV@~qWBRjay.8ofofkC?boLoLof", "type": "image"}, {"id": 5258973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63f0ddf0-711c-433c-9dd6-5126118973f0/width=450/5258973.jpeg", "nsfwLevel": 1, "width": 3584, "height": 611, "hash": "UjJR5LofoeoL~qofRjay?vj[aybH_3ayj[j[", "type": "image"}, {"id": 5258995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c39c313-afe9-42c4-84d0-83ba8b8d11cf/width=450/5258995.jpeg", "nsfwLevel": 1, "width": 2048, "height": 611, "hash": "UtL;KmRiRjRj~qofjsj[.8j[j[of-:kCj[of", "type": "image"}, {"id": 5259006, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81cc40e5-4250-4c7f-a565-50c477317770/width=450/5259006.jpeg", "nsfwLevel": 1, "width": 3072, "height": 611, "hash": "UwNmc%j@ofof~qjsayfk%hfka|ay-;off6j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/290009", "modelId": 257185} \ No newline at end of file diff --git a/datasets/metadata/290418.json b/datasets/metadata/290418.json new file mode 100644 index 0000000000000000000000000000000000000000..898ffb281ad57d14913d47f3d3a270bcff319962 --- /dev/null +++ b/datasets/metadata/290418.json @@ -0,0 +1 @@ +{"id": 290418, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-07T23:04:36.260Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["hakureireimu", "nontraditional_miko_Yellow_ascot_Red_crop_top_Collared_shirt_Detached_sleeves_Ribbon_trim_Red_miniskirt_white_thighhighs", "nontraditional_miko_Yellow_ascot_Red_crop_top_Collared_shirt_Detached_sleeves_Ribbon_trim_Red_skirt"], "stats": {"downloadCount": 166, "ratingCount": 2, "rating": 5, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 228292, "sizeKB": 37012.171875, "name": "ReimuV1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-07T21:45:43.282Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "31D34310", "AutoV2": "36AD2C489F", "SHA256": "36AD2C489FAF1FCA2AC3903B0757266C9BFBB655DEAF573217412324C906339F", "CRC32": "EB5F75AD", "BLAKE3": "CE8F6BD40809917BEAE2A422896D9ECD900B38FBC74AB3770621B4D82DA8F10F", "AutoV3": "1743ABCDC195"}, "downloadUrl": "https://civitai.com/api/download/models/290418", "primary": true}, {"id": 228310, "sizeKB": 293542.8935546875, "name": "data85Reimu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-07T22:00:53.851Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A0C8A2FB", "AutoV2": "2B477594BA", "SHA256": "2B477594BAB30DC7C0C5DC628F3BB564AB41907508FD67CF5AEB6F458DE0C499", "CRC32": "9214B691", "BLAKE3": "42841463B7022E6C6CB72DC8A653F79D90B3EFFB6C586F94AD54CBC2C686CA78"}, "downloadUrl": "https://civitai.com/api/download/models/290418?type=Training%20Data"}], "images": [{"id": 5267181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d56ddf4-f3c0-4d2c-b8ec-59d138de0456/width=450/5267181.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UQKcCT^P5%I;?GxZV[s.~mXQ=x$*VLs-ozbb", "type": "image"}, {"id": 5266594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4267b384-fd97-4b1d-a246-9be17eb0f091/width=450/5266594.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UEM=O@rh3?~A2-W*MexXXo4T=rENUc^+%g^,", "type": "image"}, {"id": 5266337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa74f6e8-052c-4f78-ab5b-ac40e29dff38/width=450/5266337.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U9K+g6000:}]009vpcMw9,~qmQtP,[cH$,ac", "type": "image"}, {"id": 5266338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc5cccf0-40d8-4e64-a188-269867f3ce2d/width=450/5266338.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UBKm3KpM0u=y00~B=.pI1S+u4TE1zAI9^iN3", "type": "image"}, {"id": 5266336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b17a7ed2-0dad-4f13-9a27-ee6afef39680/width=450/5266336.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UBHT:#%$1AQ-~9E.EM^j0J4.do?H#T%0E0EL", "type": "image"}, {"id": 5266340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/507c8de8-22d3-4f23-a0f6-18c54fdad056/width=450/5266340.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "USKl%G9Jx-A0~QMg$_9bOkxHNEiwEKo#?HxG", "type": "image"}, {"id": 5266344, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0f78ba6-8326-4bc3-a323-b392dfa14c19/width=450/5266344.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDIDtS9e1k~C_BD%00bV1Cs=M0o|+FV[t-%1", "type": "image"}, {"id": 5266342, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a05ccd01-aede-4f2e-a7a0-d78052045b27/width=450/5266342.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UIJZ+B8|G^-B0J%g8wX51HoMR4OWHXelyYR5", "type": "image"}, {"id": 5266348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78e7b595-592c-4fd6-a012-65ecaad6c8be/width=450/5266348.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UTJ~=m=yFXgN-asqnmxt~Uxu=ynOZPs:K6NG", "type": "image"}, {"id": 5266349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc776031-af76-4c7a-af85-9e194e2ffd23/width=450/5266349.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UCIy*U^mA49b00IpEJt2.TV|NE=}0J^*wgE1", "type": "image"}, {"id": 5266352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/630db4e1-c2a3-40b3-b8cc-092af580bb7d/width=450/5266352.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UFKJr[005_o_H;0w?tIAEJk=00S^5?xZ}t%2", "type": "image"}, {"id": 5266354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0233da5-2e65-470a-b9a6-6135ffe6ebb0/width=450/5266354.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UCI:;B$^PV00009G0d%#9Y_NH?8_E2NZ_3-o", "type": "image"}, {"id": 5266406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85306eb8-dfa0-4971-be0a-64cd4dc4fa66/width=450/5266406.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "USLL^A#E9[K4,}xaVfV@=^Nf^Qv}Udr=X-OW", "type": "image"}, {"id": 5266530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35fb82c5-b9f3-403b-8774-c5e8e5479f44/width=450/5266530.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDJPch4n0z?E0dM#ACJ4-s^,[DNE0~?dDji]", "type": "image"}, {"id": 5266355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08394cb8-f5e3-4a60-9a45-67aac72a2a07/width=450/5266355.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U9Kk?Okz3-000L150MRj0w~C]hKbPB9r$Viw", "type": "image"}, {"id": 5266357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff9fd94f-d9b2-486d-8b66-6756ddcae060/width=450/5266357.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UAIp*=000P}Q00%J^P5r17?bm7%fujP9?[4m", "type": "image"}, {"id": 5266575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08adef8e-3403-4e75-8fe0-9f0db9bf379b/width=450/5266575.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UAHBS%0001}?ujO6$yPA3=_4*z;34Tx]yVWV", "type": "image"}, {"id": 5266359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0bca8ec-b2d2-40f7-81d2-a2d7976ba7d7/width=450/5266359.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UGK+j1}?Bq9u0_0yIVXS0f%#McIAIBxb-=I-", "type": "image"}, {"id": 5266582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a02df55-61d6-4f53-830b-f93be98a708b/width=450/5266582.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UFHnHr9E01km9ejL9tNF#T%i-piv5q_4IBIA", "type": "image"}, {"id": 5266586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f78b187-9327-470e-925d-9caf7a27f41a/width=450/5266586.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UWJGNu=w5lsoRNf,W=t71GS#VsW;~D%2s.xa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/290418", "modelId": 257562} \ No newline at end of file diff --git a/datasets/metadata/290473.json b/datasets/metadata/290473.json new file mode 100644 index 0000000000000000000000000000000000000000..3ad7567617e2923d612b96f536c0ab7c486e44aa --- /dev/null +++ b/datasets/metadata/290473.json @@ -0,0 +1 @@ +{"id": 290473, "index": 0, "name": "v1.0 Ip Noise Gamma", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-07T23:04:13.217Z", "availability": "Public", "nsfwLevel": 28, "description": "Same as the other one but trained with Ip Noise Gamma supposedly it would require less steps and produce better images. It looks exactly the same to me but get both of them and compare.
", "trainedWords": ["hakureireimu", "nontraditional_miko_Yellow_ascot_Red_crop_top_Collared_shirt_Detached_sleeves_Ribbon_trim_Red_miniskirt_white_thighhighs", "nontraditional_miko_Yellow_ascot_Red_crop_top_Collared_shirt_Detached_sleeves_Ribbon_trim_Red_skirt"], "stats": {"downloadCount": 152, "ratingCount": 34, "rating": 5, "thumbsUpCount": 39, "thumbsDownCount": 0}, "files": [{"id": 228343, "sizeKB": 37012.171875, "name": "ReimuV3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-07T22:41:27.523Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "92EC6BAB", "AutoV2": "E7BA2AE385", "SHA256": "E7BA2AE3855E98D978AE3008D4BA51E57B8365CFF87D8BC7997BAEDBEFDEFBC7", "CRC32": "396CB5BE", "BLAKE3": "AED30CC025509B426007CB255397C49D90ACA8DA33A1B365D3C4458D7DB72CF5", "AutoV3": "1675D3E5D916"}, "downloadUrl": "https://civitai.com/api/download/models/290473", "primary": true}, {"id": 228344, "sizeKB": 293542.8935546875, "name": "data85Reimu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-07T22:41:02.259Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A0C8A2FB", "AutoV2": "2B477594BA", "SHA256": "2B477594BAB30DC7C0C5DC628F3BB564AB41907508FD67CF5AEB6F458DE0C499", "CRC32": "9214B691", "BLAKE3": "42841463B7022E6C6CB72DC8A653F79D90B3EFFB6C586F94AD54CBC2C686CA78"}, "downloadUrl": "https://civitai.com/api/download/models/290473?type=Training%20Data"}], "images": [{"id": 5267760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b657258-34ae-4787-881a-e1a670dc2d77/width=450/5267760.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UMKls{04PLIx~lD+-i9IAn$+M_VsELX9?Hxa", "type": "image"}, {"id": 5267582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/319561c7-75e4-40f7-adfa-6eabfba92d14/width=450/5267582.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UCJjA9003F}[0c55^Pt60J-V00FHvmI;~qn3", "type": "image"}, {"id": 5267505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bb29bc7-e58c-4314-8f3f-4ee95fcd44f4/width=450/5267505.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UJM}q0=~3W~V0{kC#9V@NgDivzNIvNs.?b-q", "type": "image"}, {"id": 5267503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e02dc5eb-26d2-45c5-83f7-fde83964a2cb/width=450/5267503.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UBKS^,-r0=RV00^+}??H0#=H00I:vh8w%gMy", "type": "image"}, {"id": 5267597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b4628b1-cc82-4459-af40-60b4de5a34ae/width=450/5267597.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UDLoQlBXCT}Z0x%LI9t60K8wI9OrD,S}_4Mx", "type": "image"}, {"id": 5267622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c58d1a54-f81d-46a0-abfd-73b0114abd12/width=450/5267622.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UBJsYE0003?G00I-~B%g33Y34T0J#AOtpJ]Q", "type": "image"}, {"id": 5267629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4bf7f7b-e0c1-4bea-8153-9c860c4bec82/width=450/5267629.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UFL3Ao^+80IC00-q-5^+GZv#4TOTn3Q,pH56", "type": "image"}, {"id": 5267632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6c6a4e6-8e66-4b27-8554-d16f47c7b47d/width=450/5267632.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDK[_501PzF~^v4q~8037x#pD$My0yyC}]=y", "type": "image"}, {"id": 5267637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d22a9d5-83ed-47d4-9566-d90d22486df9/width=450/5267637.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDK+i}.k6+VuID00}t%g*00JQmAC01IU%gO=", "type": "image"}, {"id": 5267646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d09e2d31-696a-4856-a5b5-3eb8a7c2a7ed/width=450/5267646.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UBK8}Ar^1g~V0K_2Dh002Z0fIUjctRVY-p?a", "type": "image"}, {"id": 5267655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be40b3fc-3e10-4d28-aa2f-a93603a4035e/width=450/5267655.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UJLLOV9I%Y9h_J4;s~591y$REKIq9Gog?GsA", "type": "image"}, {"id": 5267662, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d877255-b99d-46ad-8117-b4c584b661a5/width=450/5267662.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UEKlXg-;3D%h1FR5DiIU0y9[0JIAv3.8~WRP", "type": "image"}, {"id": 5267665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db49c484-1f13-43e0-b104-84d682054593/width=450/5267665.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U6K0?R0;3sMh00_M9s~A20Q.00FZBe8w000d", "type": "image"}, {"id": 5267666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eacb5e46-a5a2-4d92-9e27-413949a21258/width=450/5267666.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UIK]ZO02O$E.]{4q.54;CP%2D$NL0fX-}[%1", "type": "image"}, {"id": 5267672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/739d19dc-050f-40ad-bbdb-f946277b1a57/width=450/5267672.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UIIXOAV|0M?^zm9[$*#l0fE0oJEfD5kS-URP", "type": "image"}, {"id": 5267715, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/761fb4d5-d1fb-46a3-be1e-e8223ccec612/width=450/5267715.jpeg", "nsfwLevel": 16, "width": 512, "height": 1024, "hash": "UGLfqHEV0;t900}=nftR1IK7rCn#4.mjxIE2", "type": "image"}, {"id": 5267719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/595106de-ce28-40ba-8f64-23745a1b603b/width=450/5267719.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UELyK6}[000L04-nWHtQk.Ir~Bi{8ynN%#KO", "type": "image"}, {"id": 5267727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f707aa4-ded5-4908-bfb5-f801a1fc3ca2/width=450/5267727.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "U9KS^y?]02#X0J^iMb0K000L$$EK;UMz.9%~", "type": "image"}, {"id": 5267736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a28df83-7c13-469e-811a-f83703a9b80a/width=450/5267736.jpeg", "nsfwLevel": 16, "width": 512, "height": 1024, "hash": "UBK9=js:2|a800_4^I?HB:+u00ABH?8wpIRP", "type": "image"}, {"id": 5267778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2965918f-2619-4a1c-9a16-670c7e26f132/width=450/5267778.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UFK9WU+@0g001G5TM_?H00%#w0MxqbrC?^J,", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/290473", "modelId": 257562} \ No newline at end of file diff --git a/datasets/metadata/290531.json b/datasets/metadata/290531.json new file mode 100644 index 0000000000000000000000000000000000000000..59a10f508cc673fce9570bec8df74795c4dd05fe --- /dev/null +++ b/datasets/metadata/290531.json @@ -0,0 +1 @@ +{"id": 290531, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-07T23:59:03.443Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 483, "ratingCount": 78, "rating": 5, "thumbsUpCount": 96, "thumbsDownCount": 0}, "files": [{"id": 228395, "sizeKB": 22254.33203125, "name": "Futamine_kobito_Style-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-08T00:01:00.029Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E95A3F3E", "AutoV2": "6946C0BD33", "SHA256": "6946C0BD33363DFA439E4523C302E6A62F380E36A3B2FC6B36298A1B14DB6FA8", "CRC32": "2A2E602B", "BLAKE3": "DE2BD55A7E3C3E1323D9CFC52D8B8D26BFC87F0954860E534846EA635F4DF677", "AutoV3": "9C29FF8FA2F6"}, "downloadUrl": "https://civitai.com/api/download/models/290531", "primary": true}, {"id": 228396, "sizeKB": 38491.7685546875, "name": "Futamine_kobito_Style.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-08T00:01:01.104Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BC10115D", "AutoV2": "D359F574C9", "SHA256": "D359F574C916E0C02471BD8593CA18A61560E028205B6AF1661FECA46FBDA9D7", "CRC32": "8122D3B1", "BLAKE3": "6C103B7D42C2DF23496007130FAA324599E0490F16BFE39EDFBCEDD5CBC7D569"}, "downloadUrl": "https://civitai.com/api/download/models/290531?type=Training%20Data"}], "images": [{"id": 5268912, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9095f20d-2388-45fd-a3e9-d86c56d2747d/width=450/5268912.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMI}S3D*b]E1?GIo$%WB4:Io~Wt6xvofj?t7", "type": "image"}, {"id": 5269540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a05d54f9-57c2-4eaf-85da-849238a58896/width=450/5269540.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGEo#:4nE1xv9E-;0K9FIURk~W%MIpD%?HX8", "type": "image"}, {"id": 5269420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c7c35ec-3c51-4b60-9285-7e4ec71890e5/width=450/5269420.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFFY10r?00%M~VEL01s;oe-o%2Wr0LNG-pM{", "type": "image"}, {"id": 5270463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/023cca83-42de-4cb9-84c9-d58df2bdb665/width=450/5270463.jpeg", "nsfwLevel": 1, "width": 4096, "height": 6144, "hash": "UGEyMc4nE1xv9E-;0K9FIVRj~W%MIpD%?HX8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/290531", "modelId": 257666} \ No newline at end of file diff --git a/datasets/metadata/290567.json b/datasets/metadata/290567.json new file mode 100644 index 0000000000000000000000000000000000000000..a1492a7ea65bd6ade1b4efff6ed85620790a7e10 --- /dev/null +++ b/datasets/metadata/290567.json @@ -0,0 +1 @@ +{"id": 290567, "index": 0, "name": "SouichiA1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-09T03:53:26.765Z", "availability": "Public", "nsfwLevel": 1, "description": "SouichiA1 - First 50 prototype
", "trainedWords": ["Souichi"], "stats": {"downloadCount": 27, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 230073, "sizeKB": 34496.2529296875, "name": "290567_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T15:31:30.611Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FA6C8043", "AutoV2": "C020B35B65", "SHA256": "C020B35B6516563FB3D181D84CAA5D2FD2AAEA43274A54A29026D8BDB2A1E457", "CRC32": "BADBB048", "BLAKE3": "085BD769664700A144114F7BAA349E4ECE305F6C249F9BC0CA28B7FA372E7B7F"}, "downloadUrl": "https://civitai.com/api/download/models/290567?type=Training%20Data"}, {"id": 228437, "sizeKB": 36984.796875, "name": "SouichiA1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-08T00:45:55.880Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FAC880F9", "AutoV2": "43EF55F030", "SHA256": "43EF55F030058E0D6D652564870E79C1344AABF1E780173A22B9F7B190DD8DFC", "CRC32": "3CF03642", "BLAKE3": "F6010B9DA4430DD29CC26F7AAB6B907B620FFC5CD4F7D287DDC08250EDB64C80", "AutoV3": "F3068671C2AC"}, "downloadUrl": "https://civitai.com/api/download/models/290567", "primary": true}], "images": [{"id": 5270210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a406ace-fba2-4298-9745-76b730ed1dd9/width=450/5270210.jpeg", "nsfwLevel": 1, "width": 768, "height": 788, "hash": "U77eCy?w8_M{00M_%go#DiRixuoz-;ayWBxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/290567", "modelId": 257692} \ No newline at end of file diff --git a/datasets/metadata/290875.json b/datasets/metadata/290875.json new file mode 100644 index 0000000000000000000000000000000000000000..df2023d29dd5ee00fd69678853a0a53f98a3737a --- /dev/null +++ b/datasets/metadata/290875.json @@ -0,0 +1 @@ +{"id": 290875, "index": 2, "name": "v1.0 XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-08T06:14:10.268Z", "availability": "Public", "nsfwLevel": 9, "description": "SDXL version trained on the same dataset and captions
", "trainedWords": ["rutiragnason, blue hair, red eyes, short hair "], "stats": {"downloadCount": 182, "ratingCount": 15, "rating": 5, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 228680, "sizeKB": 223102.30859375, "name": "ruti-sdxl-1-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-08T06:11:27.359Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BD7FCB6A", "AutoV2": "05141B7A3C", "SHA256": "05141B7A3C995A59D140F54718E0C1A7C9571E6EE7E1D0983336FDBFFE8D537C", "CRC32": "84AB41BF", "BLAKE3": "A213B869A7DFFD4196E2BF68A1FA1C8AAC06AD8E41B959D143D47CA6DF904DE3", "AutoV3": "79B38FAEEB95"}, "downloadUrl": "https://civitai.com/api/download/models/290875", "primary": true}, {"id": 228679, "sizeKB": 121075.865234375, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-08T06:10:48.104Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6A3A3870", "AutoV2": "13A3C7A6A9", "SHA256": "13A3C7A6A9BD7AB45BA746CD1B8FF0116FC8B4016BE62FABCEF31846E28EACAA", "CRC32": "45A52E0F", "BLAKE3": "CF5F3C5D22F89154CC5C087FE023AD61577C00A04A91BF6FF2AB6B2FC4BA808C"}, "downloadUrl": "https://civitai.com/api/download/models/290875?type=Training%20Data"}], "images": [{"id": 5276976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c34ecf74-c633-434d-b949-33ebcc04da5b/width=450/5276976.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2560, "hash": "U6E.@d9b4T?F~pxu00D%0O%NQ,9FADRi~9-:", "type": "image"}, {"id": 5277004, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5edbed29-f38f-417b-8b9f-5b3ccc98843f/width=450/5277004.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2560, "hash": "UHJkDvxuI7D%~XM|Rht6x^s:s7xa?bxtw[oe", "type": "image"}, {"id": 5277021, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72606e7f-d539-47c5-8eb0-bc974929be93/width=450/5277021.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2560, "hash": "UDI5GH?w00004.M{X5ITnOD*?H%M%fxuIURP", "type": "image"}, {"id": 5277027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63b365cd-b0d1-44fc-bacb-1f7595fc1ef8/width=450/5277027.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2560, "hash": "UJCG7S~XxAVqEUI[E0E1Rij=xUxWNbaen%WF", "type": "image"}, {"id": 5277045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3dc72f3b-b96b-4fe5-89a6-f53608e04d54/width=450/5277045.jpeg", "nsfwLevel": 8, "width": 1536, "height": 2560, "hash": "UGF5m*~WD~In0;EMITkDInoLw@-n%LxtniE1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/290875", "modelId": 220943} \ No newline at end of file diff --git a/datasets/metadata/29095.json b/datasets/metadata/29095.json new file mode 100644 index 0000000000000000000000000000000000000000..185732e967136e835281e6f0d68418d9b3bbb170 --- /dev/null +++ b/datasets/metadata/29095.json @@ -0,0 +1 @@ +{"id": 29095, "index": 0, "name": "v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-05T16:01:09.719Z", "availability": "Public", "nsfwLevel": 5, "description": "Images were made with LORA weight 0.80
No trigger word needed.
Clip skip: 2 and Highres Fix for best results.
", "trainedWords": [], "stats": {"downloadCount": 704, "ratingCount": 118, "rating": 5, "thumbsUpCount": 137, "thumbsDownCount": 0}, "files": [{"id": 24626, "sizeKB": 54314.0283203125, "name": "Training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-26T22:45:34.248Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8626F756", "AutoV2": "8B0F87913C", "SHA256": "8B0F87913C61A8498D3A2EE7CE426D0D18D6BAD49876C965E7CC23034B32F67C", "CRC32": "79E72096", "BLAKE3": "DCD369E125057D65D9FBABF8906676156A2EB98619F8D069BAA4D8AE42D5C12E"}, "downloadUrl": "https://civitai.com/api/download/models/29095?type=Training%20Data"}, {"id": 24040, "sizeKB": 147578.6640625, "name": "BrokenAge_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-25T19:51:27.994Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "A1F27666", "AutoV2": "15BCE1F05D", "SHA256": "15BCE1F05DCBD340F6E4AF765358D273739DBC3A5497C1ED6C244D42464F7A74", "CRC32": "0737D5BD", "BLAKE3": "9380CDAD2EFC7810B67ACF006FAB7C7D7F1FC74254472A596EA7E3FD1310A031", "AutoV3": "3F86E6EF9C6E"}, "downloadUrl": "https://civitai.com/api/download/models/29095", "primary": true}], "images": [{"id": 328512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ae661e4-c8bd-43fb-bb5b-70428b9fad00/width=450/328512.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UIIfe#-n={s.Ez}@%1$jN^OX%1R*^Pt6I;NH", "type": "image"}, {"id": 328509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32f8b74b-f25c-4933-9efa-8d0b3a005600/width=450/328509.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UPM%AB4V0S.R02OF-o$e?IZ%~lW@pHS^$jjE", "type": "image"}, {"id": 328511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34d1db5d-bf57-4468-af66-817a4a497900/width=450/328511.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UNL{em]i}@58~BaJFf#+AbwJo}wcpIv~s:WY", "type": "image"}, {"id": 328508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21c801a2-6a4f-4c8a-7c46-ace8d8c12f00/width=450/328508.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UAC4?#}=^3-75,NbE$5n5T9wIqNH=cOW-T-T", "type": "image"}, {"id": 328517, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c6a06bb-de4b-4ca8-0b01-075561683300/width=450/328517.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UBFrRpv#}kMfHXJUgzE+}@xF-naKKPRkD+oy", "type": "image"}, {"id": 328516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3271cd9-7ffa-441e-67c5-9cdf08817300/width=450/328516.jpeg", "nsfwLevel": 4, "width": 768, "height": 768, "hash": "U5I|gs]{00L~000LGZK70003yqxt~V%LM^Rj", "type": "image"}, {"id": 328514, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/179aca9d-8f06-4de4-1b9f-c3dc44354600/width=450/328514.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UIJIqNNx00%z=w%gt,R6l8_M%gM|9ZM|g3xa", "type": "image"}, {"id": 328510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/573879f9-92d9-47cb-644b-d5355607cc00/width=450/328510.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UBHx4UEeIa%e029hKc%J~0K0NLxVrMAXaK=y", "type": "image"}, {"id": 328481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b96af9e7-5153-4e03-f95a-14657e496c00/width=450/328481.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U8C}zp14O=X7~A9^}@^Pvg0}%1^iELjFWAEf", "type": "image"}, {"id": 328507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23ccae9d-1897-458e-3235-aba628a4f900/width=450/328507.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U5Ad169G01~n+GyCpcRj9}oKV?t8bvRkMxb^", "type": "image"}, {"id": 328513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/469d06d2-c3e4-427d-b6dc-a3d8299a0900/width=450/328513.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U7Iqb-8w04T342Hx+H|}0JC$AK1F_0s?v6O8", "type": "image"}, {"id": 328506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54ae7898-64a0-4fa6-17fb-ad7428694d00/width=450/328506.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UAC?MO06-n~TTL${xs%LN#t1E4R:RqD,IWRo", "type": "image"}, {"id": 328505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b0ab7e7-2e99-46d9-6e67-ccd7e967c200/width=450/328505.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UHDS{zu6?c?a~qyE?a%Mi_IVt6t7RiE1IUM{", "type": "image"}, {"id": 328504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27f018d4-900d-4c3b-1179-df1d9c379f00/width=450/328504.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U26Q|@0L4;?a~A9vM|~A02xb?FnO0M^i%M0M", "type": "image"}, {"id": 328515, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98fc6855-25c2-451a-e36e-a36c21a73800/width=450/328515.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UVKBZ;~TMMR7bNRo$yad-.%1$+r?I:%etQRk", "type": "image"}, {"id": 328627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5267155-fb71-4181-1b22-17f12fdc6b00/width=450/328627.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UHJjG0~9yEE1tUE14;aKAuE34:r[?a%2r=xZ", "type": "image"}, {"id": 2068307, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39411634-4ae8-4615-a48a-b920ec2bc8c2/width=450/2068307.jpeg", "nsfwLevel": 1, "width": 896, "height": 1120, "hash": "UbH3pc4UBC%f}nIpE2tR,]X7OXo#yDR+t5n,", "type": "image"}, {"id": 2068311, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/667c1dcd-956d-4657-87d4-d8a76e1f7c0c/width=450/2068311.jpeg", "nsfwLevel": 1, "width": 896, "height": 1120, "hash": "U9E|-tTf01}]00I8u%n-00NFPm%KQex]|IRp", "type": "image"}, {"id": 2068313, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/755673d0-d0b3-4a4f-a965-b4444482d077/width=450/2068313.jpeg", "nsfwLevel": 1, "width": 896, "height": 1120, "hash": "UHHv-p0M8wPq_20}z:%N5lxXsqjGI:s9S$xa", "type": "image"}, {"id": 2068315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba4fefb3-a081-46a2-8684-c0809460d000/width=450/2068315.jpeg", "nsfwLevel": 1, "width": 896, "height": 1120, "hash": "UFGIPx^Z0E5G_Fxo4WIw57M|;2xu|:M~En-n", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/29095", "modelId": 24337} \ No newline at end of file diff --git a/datasets/metadata/29105.json b/datasets/metadata/29105.json new file mode 100644 index 0000000000000000000000000000000000000000..b720d172d3165754d332cdd9575713d4b7b13ad4 --- /dev/null +++ b/datasets/metadata/29105.json @@ -0,0 +1 @@ +{"id": 29105, "index": 0, "name": "Ferrari Testarossa", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-25T20:07:34.610Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["testarosso"], "stats": {"downloadCount": 529, "ratingCount": 56, "rating": 5, "thumbsUpCount": 65, "thumbsDownCount": 0}, "files": [{"id": 24048, "sizeKB": 147570.193359375, "name": "TESTAROSSO.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-25T20:11:34.314Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "57879271", "AutoV2": "DD6B703B6E", "SHA256": "DD6B703B6EE79FD33A72A913C2F7ECAD2B982928D26766D21296BA23B66AE382", "CRC32": "A829E98F", "BLAKE3": "7F33C9629E2F1EC1BA77F73F7AFA15AAEF8124F9C998A98F2C63C7F082366060", "AutoV3": "3B3837B85015"}, "downloadUrl": "https://civitai.com/api/download/models/29105", "primary": true}, {"id": 24330, "sizeKB": 38247.8369140625, "name": "testarosso.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-26T10:07:01.795Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6450595A", "AutoV2": "E7AA1A2301", "SHA256": "E7AA1A2301873F901849004007797E5BBB9971D8D9624D3D31BA4707AD918E47", "CRC32": "17520CEB", "BLAKE3": "209B48A70E5DD4FF33A7470B08A9B7DA10F39E3A9B773EF2EF7E8A5A9BEF6064"}, "downloadUrl": "https://civitai.com/api/download/models/29105?type=Training%20Data"}], "images": [{"id": 328576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c172499-83a2-4702-b415-a0ffab4e6300/width=450/328576.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDDaABJ8~9w{1IsoIqWW0$-9M}OB|_EhS#af", "type": "image"}, {"id": 328595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdb477b4-6bed-4771-d4b3-a7392a689100/width=450/328595.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UNEwz3-8Swt5}?xYs,s.0iSg$Qag0hNdS5NI", "type": "image"}, {"id": 328594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0560959-d613-4fbd-f9ae-42164f775100/width=450/328594.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "U8C}IF57--$L2t-Aa1oe0PxuIVEk}s9^W.WC", "type": "image"}, {"id": 328593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38327d22-a8eb-485b-b7f6-554aa0fe7900/width=450/328593.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UBD@v=Ny1urY5:,==dS}04$y;4ox{}EjBR;4", "type": "image"}, {"id": 328592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0eba822a-877d-4e2f-7cc5-84723eb9b500/width=450/328592.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UHC6V,E2}?V[XAR*xaNG01xY9wNaoGRRbYt7", "type": "image"}, {"id": 328591, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db4d118f-9021-4a54-725c-0b17fc28c300/width=450/328591.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "URFE[fPAOqrr_Mt,t6R*7L%f={NwIqxttlt6", "type": "image"}, {"id": 328590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a983430f-8e89-4249-48d3-ecbce0038f00/width=450/328590.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UG9$::pHWnVs71oyRkWB5RixxZo|{LRPXRtQ", "type": "image"}, {"id": 328589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11e9bb67-a8ee-485d-210f-15e7ae9b7700/width=450/328589.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "U7F5g7S*=|-m=;s-0NbH00RO~UIr01xvt0ni", "type": "image"}, {"id": 328588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a149d2c-3255-4ac7-6911-aa3441505e00/width=450/328588.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "USD+3n~9^i-nxusANHNaI[W=o0s:9^Ncs:s.", "type": "image"}, {"id": 328587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2418173-67df-4837-c245-7fc7c9a7ac00/width=450/328587.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UEByix%c}DtO9eIYa3WX09xZtiod$y-6F@wd", "type": "image"}, {"id": 328586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c87e34b-2c97-4746-3e4b-000d9a62ba00/width=450/328586.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UCDuSj?F0|sm_4xHRPWV0oI=]kWD10NutOs:", "type": "image"}, {"id": 328585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/351c930d-9eab-44cf-42a8-c96b3e239f00/width=450/328585.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "URD*qg={}S]#tSxaV@V?9_smWXWX9[I:S$XS", "type": "image"}, {"id": 328584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/945bac0b-aebf-40e2-e720-df4b8e377f00/width=450/328584.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UBAcrA0P{vNz=xE+xCni0:^ha1I:3Y}mDkbv", "type": "image"}, {"id": 328583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b453087e-385b-4cb4-cdc0-347cf0bf7400/width=450/328583.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UJCF-89IEf_1.jH]IV.6LJMf#mtk%KM}%0n,", "type": "image"}, {"id": 328582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba028171-9b61-4377-32fc-890363208c00/width=450/328582.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "U5CO8v0M^~0M1j}r9H-81K^O{*i_;_-oB,xZ", "type": "image"}, {"id": 328581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2e8ed98-c046-4c5f-7bf9-fba91d3b3e00/width=450/328581.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UID9Fy0Mr;b^~BE2S0xZ02%Lt7Rj0g^OxIRk", "type": "image"}, {"id": 328580, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/409def1d-4d33-47b7-61c4-d990e974f700/width=450/328580.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "U7Crl;00~WZg0;r:^Q9Z0M=]XAEz.59bS_%L", "type": "image"}, {"id": 328579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d128817-60f5-4673-19b7-3b4217282a00/width=450/328579.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UBBM}L{I^*=xtSIpM{S~00E,I[IV01%g%1i_", "type": "image"}, {"id": 328578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/488f3e39-c799-4311-5d2b-3a9ff829d400/width=450/328578.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UCFEJ#MLQ5kD5R9uIBnh0#NG[Dni^*n,_2R.", "type": "image"}, {"id": 328577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/949f78b0-e13d-4813-ad03-aa93572ddd00/width=450/328577.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UFFrO,DOb^IB_MMxMxXT1J0KxuxvMd$f?bS$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/29105", "modelId": 24347} \ No newline at end of file diff --git a/datasets/metadata/291148.json b/datasets/metadata/291148.json new file mode 100644 index 0000000000000000000000000000000000000000..d506b7f67b341b41c9fdc21120a9679d077c3502 --- /dev/null +++ b/datasets/metadata/291148.json @@ -0,0 +1 @@ +{"id": 291148, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-08T12:22:31.071Z", "availability": "Public", "nsfwLevel": 1, "description": "trained on her insta profile
", "trainedWords": ["mayahawke"], "stats": {"downloadCount": 327, "ratingCount": 29, "rating": 5, "thumbsUpCount": 38, "thumbsDownCount": 0}, "files": [{"id": 228899, "sizeKB": 155178.845703125, "name": "train.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-08T12:25:53.903Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D1693FC5", "AutoV2": "E31370A75B", "SHA256": "E31370A75BD15BF1E4317F986FC8D1BBED8AE3E46F0EECFE8F6BAE1A7E4326D9", "CRC32": "0344220F", "BLAKE3": "A3F0E573426095180BC0308085951AB74B66928D8943A31BE17AC73CF0E89646"}, "downloadUrl": "https://civitai.com/api/download/models/291148?type=Training%20Data"}, {"id": 228898, "sizeKB": 147578.2890625, "name": "mayahawke_sd15_512_128_64_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-08T12:26:23.275Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "819FD245", "AutoV2": "8DC2BD4E42", "SHA256": "8DC2BD4E4251265DE1536EDCE7D47AC983A691361C659CDF3963A2FE14BBA0DC", "CRC32": "FB074A93", "BLAKE3": "4ECDC3DDBEF53437EDE116CFF0F5D75D98F7E0A096D89EF7A021F506CADE634F", "AutoV3": "78D25EE5B134"}, "downloadUrl": "https://civitai.com/api/download/models/291148", "primary": true}], "images": [{"id": 5285860, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eaa59e26-420e-4c8a-9ec2-c4165c3f545d/width=450/5285860.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UMGudk.7~p?H?Fj[IpV@Rjj?M{WCbbjZoKaz", "type": "image"}, {"id": 5285863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4302e12c-7d5c-488f-b27f-794d1e327eb3/width=450/5285863.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U9HU?~8_?^%z00~qIUo}%#x[-oDi%g9Fxt^+", "type": "image"}, {"id": 5285862, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8a08f05-702b-4f50-b94d-063d44ffe9fd/width=450/5285862.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UCI;|x00?^8_r?D%?axatlofIARj?bRPeoR*", "type": "image"}, {"id": 5285861, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58443b41-d141-47bd-b883-0a67129f6f69/width=450/5285861.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UYHxWvR-?vRP~pxuofM{R+t7Myoft7M{V@Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/291148", "modelId": 258210} \ No newline at end of file diff --git a/datasets/metadata/291542.json b/datasets/metadata/291542.json new file mode 100644 index 0000000000000000000000000000000000000000..d1d3e2d2144c60e499d3180287e53021c382a206 --- /dev/null +++ b/datasets/metadata/291542.json @@ -0,0 +1 @@ +{"id": 291542, "index": 0, "name": "The Bear", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-08T20:21:06.967Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Bear"], "stats": {"downloadCount": 167, "ratingCount": 5, "rating": 5, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 229245, "sizeKB": 1181.6552734375, "name": "291542_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-08T18:56:28.155Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "F8DBC1A34A", "SHA256": "F8DBC1A34A00B159DFA9197EF8FCDC78CADB5109E5E3A9DAB8AB50B5442AF50E", "CRC32": "609C543D", "BLAKE3": "0B77470B2306496F1B254F58CA2B3A084BD778A1EB6330AA55C3A9B29F484205"}, "downloadUrl": "https://civitai.com/api/download/models/291542?type=Training%20Data"}, {"id": 229269, "sizeKB": 223101.36328125, "name": "The_Bear-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-08T19:30:48.598Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "213EFAD1", "AutoV2": "9D88DC4A75", "SHA256": "9D88DC4A75CDBF0CE70BC39EBB73361C3BD94E98CD2198C1484A9AFFFAFE58E1", "CRC32": "3009C970", "BLAKE3": "DE30453EE89EE7E637323B5F11656EF63DB50852DAD42221778289231FD4A01C", "AutoV3": "C56AF6FA8EA8"}, "downloadUrl": "https://civitai.com/api/download/models/291542", "primary": true}], "images": [{"id": 5297301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eaf8529d-25f1-432e-8918-681e74e5d65f/width=450/5297301.jpeg", "nsfwLevel": 1, "width": 679, "height": 796, "hash": "UKMts]?Hu6.9-;ofnhj[EQNHMwe.S2oft6of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/291542", "modelId": 258550} \ No newline at end of file diff --git a/datasets/metadata/291755.json b/datasets/metadata/291755.json new file mode 100644 index 0000000000000000000000000000000000000000..efc9d05e935b201e8d50a7f4a4d847ad4f8a401d --- /dev/null +++ b/datasets/metadata/291755.json @@ -0,0 +1 @@ +{"id": 291755, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-08T22:38:44.493Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 278, "ratingCount": 37, "rating": 5, "thumbsUpCount": 43, "thumbsDownCount": 0}, "files": [{"id": 229426, "sizeKB": 36741.3212890625, "name": "Junko_Jenko_VGundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-08T22:40:46.226Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "62570E6D", "AutoV2": "83273A6876", "SHA256": "83273A6876598311F4620101B87170F75960C218B1BCE571FC76AD74DB94EFDA", "CRC32": "F5D50DA4", "BLAKE3": "9980A5F5BB78AE189081686448375225424A47AE4BEFEAE08D9875E23BF945FE"}, "downloadUrl": "https://civitai.com/api/download/models/291755?type=Training%20Data"}, {"id": 229425, "sizeKB": 22243.46484375, "name": "Junko_Jenko_VGundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-08T22:40:57.081Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3C1D00B3", "AutoV2": "66493D73FE", "SHA256": "66493D73FE0C325623F6820B1CD563921E89466A368B0D7D7C71092862363B3A", "CRC32": "D86DA87F", "BLAKE3": "76B605E1BAE0025961F6705D49F3417EB7853FCA541993F9C541019E0449B4B5", "AutoV3": "FAA7E17B1BD7"}, "downloadUrl": "https://civitai.com/api/download/models/291755", "primary": true}], "images": [{"id": 5300870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a9a21c6-3de6-42d1-ad27-4a04125705a3/width=450/5300870.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcN0uTs;?^xu-mjutlkBtSWBjYt7IpoLxFWB", "type": "image"}, {"id": 5301026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47f4458d-525d-4eca-8c5c-6e287817d2ce/width=450/5301026.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMMt5Z?b?^-=^#RP.SkVxuMyogNFbxM_Vs?b", "type": "image"}, {"id": 5301138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30f8110c-7987-4e24-800a-4f2fb8f68e2c/width=450/5301138.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOMG@%t7.8%M==WB.9t7_Nt7x[f6g5ozMwRj", "type": "image"}, {"id": 5310855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f36b9e7e-a65e-4bda-ac3f-33b02b2ecffe/width=450/5310855.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZLDMw%L~poy?HR*Nts:V@V[NGt69aWVxGR+", "type": "image"}, {"id": 5311543, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bc1b717-f00b-4de7-b611-1d9d8c9e8903/width=450/5311543.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTM?PZ~q0}?bobtQ^+%2IURjxat656M{IUNG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/291755", "modelId": 258743} \ No newline at end of file diff --git a/datasets/metadata/291954.json b/datasets/metadata/291954.json new file mode 100644 index 0000000000000000000000000000000000000000..54ed22947ac07f43838fc87d5e15098fdb956fe0 --- /dev/null +++ b/datasets/metadata/291954.json @@ -0,0 +1 @@ +{"id": 291954, "index": 0, "name": "Fil-Australian Beauty", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-09T04:08:51.345Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 179, "ratingCount": 9, "rating": 5, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 229604, "sizeKB": 345.919921875, "name": "291954_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T03:25:53.313Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "7763B94DBA", "SHA256": "7763B94DBA1A6962C2EBB5A4217845126593AD81B00889FAB5FBBD729DC1CF09", "CRC32": "ED8E6D6D", "BLAKE3": "3C9E57B4436D5A51B50D8FB7A38E8EB885169F435EB0C4D856A1553332A160E4"}, "downloadUrl": "https://civitai.com/api/download/models/291954?type=Training%20Data"}, {"id": 229623, "sizeKB": 36977.59375, "name": "Fil-Australian_Beauty-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T03:45:49.644Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "927D8DF4", "AutoV2": "7F35A97D2D", "SHA256": "7F35A97D2DEF61C58A40527D0C8CD6ADA98A59F4812739D6DC91FB361C4AE3D8", "CRC32": "F1A15603", "BLAKE3": "FB9C7DC68A7B3BDC1624625FEEA78528F27F524FCF2EB2C3D3C0A4466FB529C2", "AutoV3": "C90BB8F70A44"}, "downloadUrl": "https://civitai.com/api/download/models/291954", "primary": true}], "images": [{"id": 5307845, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/831c457d-525a-4113-8ed7-62cec79b83b4/width=450/5307845.jpeg", "nsfwLevel": 2, "width": 450, "height": 675, "hash": "UIE.FN~AM_Rm^f-nSiWC?H?Gj[Io%MtQNGM|", "type": "image"}, {"id": 5307842, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84395509-473a-4999-8b0c-98fd7dbbd8fa/width=450/5307842.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8DlKB~W009F0y579Zax00$z%MtRvg-o?bxu", "type": "image"}, {"id": 5307838, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd1cd26e-a838-4a11-8a87-719cb5848d32/width=450/5307838.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UMFE[m~VIoxEIo%L-;X8ogj]M{IVsmE1E2xG", "type": "image"}, {"id": 5307841, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14afcde4-56bc-4557-bbb3-d470b9efc571/width=450/5307841.jpeg", "nsfwLevel": 2, "width": 450, "height": 675, "hash": "UBGR0P^P00021h9]#+n44TV@_NkWK5xtVtM{", "type": "image"}, {"id": 5307844, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/493f9efd-28c6-4bc5-a5a3-6727fa8ccd2d/width=450/5307844.jpeg", "nsfwLevel": 4, "width": 450, "height": 675, "hash": "UEE_~$9G00?H58s:V@W=00-p~WE1-UE2o}wv", "type": "image"}, {"id": 5307839, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da249b22-3077-485d-a8cb-6addd32f7026/width=450/5307839.jpeg", "nsfwLevel": 4, "width": 450, "height": 675, "hash": "UDDbf]R,oc-VE1V[NGt701oLNGE2~WtR$*Ip", "type": "image"}, {"id": 5307843, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12446549-fb79-4ee0-a8e4-cae5bef2a8d4/width=450/5307843.jpeg", "nsfwLevel": 4, "width": 450, "height": 675, "hash": "UDEB?E-p019Zs$E2-oR.~As;S4kW%1NHE2s,", "type": "image"}, {"id": 5307840, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f302b46-95a0-40e0-af0a-ef41973264a0/width=450/5307840.jpeg", "nsfwLevel": 4, "width": 450, "height": 675, "hash": "UHGk??~q004n00D%-pxuMcRi%Ms:IoWBWCWC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/291954", "modelId": 258913} \ No newline at end of file diff --git a/datasets/metadata/292477.json b/datasets/metadata/292477.json new file mode 100644 index 0000000000000000000000000000000000000000..9583538dd665f9aaa125b0af73088e8870ad5a10 --- /dev/null +++ b/datasets/metadata/292477.json @@ -0,0 +1 @@ +{"id": 292477, "index": 0, "name": "SDXL ChalkBoardDrawing LoRA r8", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-09T20:08:10.126Z", "availability": "Public", "nsfwLevel": 1, "description": "Rank 8 SDXL LoRA trained on CivitAI
", "trainedWords": [], "stats": {"downloadCount": 336, "ratingCount": 31, "rating": 5, "thumbsUpCount": 51, "thumbsDownCount": 0}, "files": [{"id": 230041, "sizeKB": 6796.484375, "name": "292477_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T14:50:52.929Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7855D43E", "AutoV2": "02BD6E3F05", "SHA256": "02BD6E3F0550255337668659BCC04F0B59069F7A481BD64FEABAFBF69E691399", "CRC32": "F89EDF8D", "BLAKE3": "5DAE62EB39D809243AA7A84AD9F2BE2A81FF136DBF9874EBA77171AD4E3767A2"}, "downloadUrl": "https://civitai.com/api/download/models/292477?type=Training%20Data"}, {"id": 230326, "sizeKB": 56078.54296875, "name": "SDXL_ChalkBoardDrawing_LoRA_r8.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T20:05:52.225Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6409B894", "AutoV2": "F12DB7658B", "SHA256": "F12DB7658B194D8ACCE2B17105FA78DCDB5E67C3A5638F08A036ADD31CEA7A86", "CRC32": "CA75B644", "BLAKE3": "C4E38F24493652E43A814412012E7CF58D8DB66C79D53F4259792E8A93CD82E5", "AutoV3": "3DE28F23B9CD"}, "downloadUrl": "https://civitai.com/api/download/models/292477", "primary": true}], "images": [{"id": 5329315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bffef9ff-9f21-464b-bfb5-85304ef3dc28/width=450/5329315.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3C%mT^,00Kj+L5[R9ic00Mi_KFy+H4|$vrq", "type": "image"}, {"id": 5329308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28fb2c9b-3a6f-4037-bbf0-7442d2eaf819/width=450/5329308.jpeg", "nsfwLevel": 1, "width": 960, "height": 1280, "hash": "U5BrP:VE00pcClniw[Sgy@ozL2RO00j[_Nbb", "type": "image"}, {"id": 5329311, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5c2c9e1-833d-46b1-aa75-3de8fad101ad/width=450/5329311.jpeg", "nsfwLevel": 1, "width": 960, "height": 1280, "hash": "UAGIDV?H03nV00E%K6xX9I$e~4ENEkIo-5-m", "type": "image"}, {"id": 5329313, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/555c0d8e-ca34-431a-ae9a-28f42de55095/width=450/5329313.jpeg", "nsfwLevel": 1, "width": 1024, "height": 768, "hash": "UCCi?n=xQpt:r=ELXS%000EL%ev}XS-BnNI:", "type": "image"}, {"id": 5329309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cae9926-d8f1-41d8-97c1-5a616593382f/width=450/5329309.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9BptYx]00WUEeWB#-tQ00V@~Uoy?FofI=WD", "type": "image"}, {"id": 5329310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/562b19ca-9b05-4932-bc6e-9bd3859d7cf0/width=450/5329310.jpeg", "nsfwLevel": 1, "width": 960, "height": 1280, "hash": "UDEWmoU0Dj+.00VxoykR02nE%LNpy3X2RmjK", "type": "image"}, {"id": 5329316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd1f1353-8176-428e-a7f9-0efe7ffa34a0/width=450/5329316.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6C%T[*0HXz;zTEII9Z*00RWyYyB0MrXtRO=", "type": "image"}, {"id": 5329314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bfe03de-019d-4a13-ad17-f5fdbe7f8ad3/width=450/5329314.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "U7Bza,IU00%M00WCV[Rj4nt7~pa#XUayxCRk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/292477", "modelId": 259365} \ No newline at end of file diff --git a/datasets/metadata/292524.json b/datasets/metadata/292524.json new file mode 100644 index 0000000000000000000000000000000000000000..c0ad01e79a975ecf590b92ceba411a2941697e92 --- /dev/null +++ b/datasets/metadata/292524.json @@ -0,0 +1 @@ +{"id": 292524, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-09T16:06:31.160Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": [], "stats": {"downloadCount": 499, "ratingCount": 73, "rating": 5, "thumbsUpCount": 106, "thumbsDownCount": 0}, "files": [{"id": 230130, "sizeKB": 36980.828125, "name": "SW-Style-30.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T16:06:01.333Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "48C04FD8", "AutoV2": "11632963F8", "SHA256": "11632963F8733F84DF064D242F11D048D9C2F3C615EA5C927E08E767979FBE97", "CRC32": "2FAC1ACA", "BLAKE3": "16F6B0CDCEEFBCD1E0E2ADF98D77A005AE8CA05051C978191891BE25C32246F1", "AutoV3": "466813A8F2DB"}, "downloadUrl": "https://civitai.com/api/download/models/292524", "primary": true}, {"id": 230128, "sizeKB": 219797.82421875, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T16:06:03.332Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8ADCB9D9", "AutoV2": "FD72382FCE", "SHA256": "FD72382FCE8ABB246EC798FF173F90B6DA65999F04431F68FA211200BBFFDE2C", "CRC32": "77D0BCD1", "BLAKE3": "13E87D3154867A9E443A91C9BE58268B3DDBEA68D8CC8C9FBD029A432C242ACF"}, "downloadUrl": "https://civitai.com/api/download/models/292524?type=Training%20Data"}], "images": [{"id": 5323146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91cae0cc-c1cb-424f-876c-84b6c698e7d3/width=450/5323146.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UaLp,QD*obM{xsV@?IjYtRoeWCoe~WayV?R*", "type": "image"}, {"id": 5323145, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc3c274c-0b3d-4390-8594-9a1138cb435b/width=450/5323145.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCJacp~q00kXMH$y00VX1kxtwc-=H=NH~p4.", "type": "image"}, {"id": 5323147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdc01fc8-5f62-4706-834c-748bc9d6e7b3/width=450/5323147.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U8I4t=0000Bp3G8w^kT1X:00_2w}tmwHT0~V", "type": "image"}, {"id": 5323144, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7e9dfc2-ffd4-4e5a-a264-63b01670b262/width=450/5323144.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCJtrF0000_3}??b00Ippx9FnNkC0eoJ$$%L", "type": "image"}, {"id": 5323143, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74c61b79-8e32-4e08-a350-fa423c836f30/width=450/5323143.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1824, "hash": "UIG[]6bJ4TIo%hD%?GM{ksIU$*R*.TxtMwt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/292524", "modelId": 259405} \ No newline at end of file diff --git a/datasets/metadata/292778.json b/datasets/metadata/292778.json new file mode 100644 index 0000000000000000000000000000000000000000..18b98a9cb7edbe12384ef6857c0b4c7f7c0e7ca1 --- /dev/null +++ b/datasets/metadata/292778.json @@ -0,0 +1 @@ +{"id": 292778, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-09T20:41:12.907Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 319, "ratingCount": 44, "rating": 5, "thumbsUpCount": 60, "thumbsDownCount": 0}, "files": [{"id": 230348, "sizeKB": 43742.7763671875, "name": "Lady_Une_WGundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T20:45:53.718Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9AFC452C", "AutoV2": "E2FB459635", "SHA256": "E2FB459635351DEED4811DBF4AB22947E64E5FD4E2DFFCEB602C1B11A3F7E18C", "CRC32": "C8EA99D9", "BLAKE3": "7733A6649FEBFCE8B721AE541B372A6AD15CD49AFACA0FFDFFA532A8357AB27C"}, "downloadUrl": "https://civitai.com/api/download/models/292778?type=Training%20Data"}, {"id": 230347, "sizeKB": 22254.23828125, "name": "Lady_Une_WGundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T20:46:21.575Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B7824689", "AutoV2": "2CBE1CDE84", "SHA256": "2CBE1CDE84F47BECEC54B04A218C7A3FD4074C73ED93F2CDD60A505CAE1284AC", "CRC32": "41FAA29C", "BLAKE3": "1513F2F1842E72953ACDFADD011123BD775E3C71F50F986CDE59BA324B62651E", "AutoV3": "63B8158A15B0"}, "downloadUrl": "https://civitai.com/api/download/models/292778", "primary": true}], "images": [{"id": 5330207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a5736f6-bbd7-479d-a36f-5224f8830cb5/width=450/5330207.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDFq,wNG0Nso?wWC5Dt700of?Gs:DikC~9V@", "type": "image"}, {"id": 5330094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d10331ca-cd1f-40f9-bd8f-e7086cc3458a/width=450/5330094.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTMG#S9HY8IV%0t8?cog?cof$yV@WAjZWYoe", "type": "image"}, {"id": 5330452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86e27768-7614-4228-874b-9067258bb497/width=450/5330452.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCDcE;ERKmo$rV_401RlD$9EM^M_00WB~VxW", "type": "image"}, {"id": 5330723, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36b6fc21-1ce8-42ad-b02e-0de98d9b3246/width=450/5330723.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UVN0PM?b.TtSPBWB-;Rjx^M_xuj[s:R+V?%2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/292778", "modelId": 259616} \ No newline at end of file diff --git a/datasets/metadata/292909.json b/datasets/metadata/292909.json new file mode 100644 index 0000000000000000000000000000000000000000..bd3412af61e6ec5e07c48bfe189af05b5efbc62d --- /dev/null +++ b/datasets/metadata/292909.json @@ -0,0 +1 @@ +{"id": 292909, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-09T23:11:36.003Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": [], "stats": {"downloadCount": 394, "ratingCount": 60, "rating": 5, "thumbsUpCount": 80, "thumbsDownCount": 0}, "files": [{"id": 230462, "sizeKB": 42467.7392578125, "name": "Kushida_Kikyou_Elite.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T23:15:48.491Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EF83A469", "AutoV2": "FD32289B70", "SHA256": "FD32289B70A6232FF3937C399B4AF9458BFF5217292BFB3D7951E70D2733C03C", "CRC32": "2E886382", "BLAKE3": "038B5B58E0AB6088681E93BCDEC564DAF82B0048ADDFC9B0DD5F36F8F7279069"}, "downloadUrl": "https://civitai.com/api/download/models/292909?type=Training%20Data"}, {"id": 230461, "sizeKB": 22258.47265625, "name": "Kushida_Kikyou_Elite-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-09T23:15:46.419Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8D2D9C9E", "AutoV2": "D59088A86E", "SHA256": "D59088A86EBB1C70ADF003BB3762515F50FBC3381A029AA6C671BBF47E9479CF", "CRC32": "8DD6FC56", "BLAKE3": "74C53C38C62D435D022AA1F7DA70229A09591E904FF1446B6FE15E5320A3F492", "AutoV3": "5DF574DE5D70"}, "downloadUrl": "https://civitai.com/api/download/models/292909", "primary": true}], "images": [{"id": 5333054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5a9a2ed-73de-4cd9-8aad-dbf7e343662c/width=450/5333054.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UkNvPp%Mo#xu~ptR%#oft5WBM|aeNHaexGay", "type": "image"}, {"id": 5333246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e3eae46-cb7f-4ecb-8b26-1958e6ab8ec7/width=450/5333246.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPK^ESW?lAsC_M?aI[tSInIUM}S$VEo#M{IB", "type": "image"}, {"id": 5333344, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5dc08d6-9c41-47e4-87ef-218cace460c6/width=450/5333344.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPNcT#-93Gxv1RyC5EE3Q.Nd$*bc?bsoxZr?", "type": "image"}, {"id": 5333647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/503b8bb4-67f5-45bf-839c-0a8aeb9481e6/width=450/5333647.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMO32;_NF|-oEKxbNH-;jE%N%Nt7%Nxa-pNG", "type": "image"}, {"id": 5333973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e072f043-a71f-495f-8391-e97d6d34a6ef/width=450/5333973.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UKNvlQ4T?Fxt.m4TNbt6rq-TJ:S5xBEMRQbJ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/292909", "modelId": 259722} \ No newline at end of file diff --git a/datasets/metadata/293050.json b/datasets/metadata/293050.json new file mode 100644 index 0000000000000000000000000000000000000000..f1491529c8f5bad2836961e93b04adeaa7bc25b0 --- /dev/null +++ b/datasets/metadata/293050.json @@ -0,0 +1 @@ +{"id": 293050, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-10T03:24:35.435Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["kyouko_sakura"], "stats": {"downloadCount": 305, "ratingCount": 56, "rating": 5, "thumbsUpCount": 76, "thumbsDownCount": 0}, "files": [{"id": 230586, "sizeKB": 36990.1640625, "name": "kyouko_sakuraV1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-10T03:10:54.878Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5D45A95C", "AutoV2": "6092980500", "SHA256": "6092980500C30F116F2C9EE1E9351082B63224875F0060B921648599B715E264", "CRC32": "704189E6", "BLAKE3": "D8EE6B34EA7D880AEEF38EB40C989F450E62119CABFF9ECD052097F5E840A80F", "AutoV3": "1008E6566A33"}, "downloadUrl": "https://civitai.com/api/download/models/293050", "primary": true}, {"id": 230587, "sizeKB": 123440.9990234375, "name": "data86Kyouko.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-10T03:10:56.969Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5508BDC1", "AutoV2": "0B3B2E1514", "SHA256": "0B3B2E15142A6FD7FD20A5CAF19A79D77995D968CAFE1BE993686A6E656A1EBF", "CRC32": "48BAB299", "BLAKE3": "84CE33476E570EA523E6B489D6EA2F691965692BA4DD996AFFE66EFB09719556"}, "downloadUrl": "https://civitai.com/api/download/models/293050?type=Training%20Data"}], "images": [{"id": 5337697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6cc7151-5223-44f2-afcf-35abeb585419/width=450/5337697.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UEMO8Ivj0g~W00AB0eE1B:j=x[x[H?={RjZ%", "type": "image"}, {"id": 5337728, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4da11f95-7b20-468b-a39a-9a87f37a31f5/width=450/5337728.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UNL1@Z}@0zIU5irwEKt7S5w]n,X7DiNGpHXS", "type": "image"}, {"id": 5337568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8481c08-d85c-4a7d-86fe-09d037539740/width=450/5337568.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UIIyr7xKQR?JEIEeBns*}iI;9z$x0eF1TJaO", "type": "image"}, {"id": 5337631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4c884ce-f79b-47ec-a155-39ed45c30463/width=450/5337631.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UKKa]Z~91J$$0e9b9skXPTtRoMRQD%S#%LoJ", "type": "image"}, {"id": 5337722, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5db8d670-1f39-46b8-9e88-6abf45fa802a/width=450/5337722.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UgIEL^ibS#xGD%%MR*%M~Ao#Nbj]IUWBo|WB", "type": "image"}, {"id": 5337819, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d915eeb-1410-42b3-9faa-bc5cdc6a8cc4/width=450/5337819.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U6OLGb0100$]00_K3Xp00F^EH;Iv005B1$bU", "type": "image"}, {"id": 5337525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c7b3ef0-acf1-4575-8baa-7421a69eb9a8/width=450/5337525.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UIK+yj}k13v~005?D#xuG@rXEMni00n3-:%L", "type": "image"}, {"id": 5337528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad3571c5-d3c0-4d95-b2bc-6d9d3e969d63/width=450/5337528.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U9K[S%zo0#-T0yDP00?uCN.mVrR6005jtkR6", "type": "image"}, {"id": 5337548, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1748a05-f0b7-439e-a367-d0991e7cb33c/width=450/5337548.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U9Mp@OYk1j~V0f0x01002+D}yCt+D4=J?H56", "type": "image"}, {"id": 5337604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea378891-342d-481c-9fe1-639278df7dd7/width=450/5337604.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "ULMWoO}90zt71t#r9ZbaXUS^t8t7Q-9_XSay", "type": "image"}, {"id": 5337618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9a05b00-d7d8-47cb-ad4e-9f6e8d7f7170/width=450/5337618.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "ULJ$E{E80K^+0}OXOAv}}=nT9}%LDhoeXmRk", "type": "image"}, {"id": 5337625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/123c5948-6eea-425f-bb52-60c0c97d924b/width=450/5337625.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U7LUQ_0101~W01P.0e4.468^X4P800#$%}Ed", "type": "image"}, {"id": 5337667, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31dd4ff2-89a5-45ac-b506-06736a1643f6/width=450/5337667.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UFLVh1}l009Y00^l%_T0-ptlt9EL9YM|J7?G", "type": "image"}, {"id": 5337690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc1165f8-0ad3-4af8-b1ca-a06da32b9015/width=450/5337690.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UALegK}[00nO0x-oF^tR%~^+%NDj00IVK3-;", "type": "image"}, {"id": 5337707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7a56f5a-6a75-4168-974c-9193829852f2/width=450/5337707.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "U8N%a86f0M0000m-0ex^D2=1-;wJ00IUBlO?", "type": "image"}, {"id": 5337743, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e04d5acb-4b4f-42a4-a7f9-c228097203fa/width=450/5337743.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UHK[=8IU1a_200W90ebJ.lS%%KWA8xkR%MNG", "type": "image"}, {"id": 5337785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1da69170-371c-48da-8af9-7d12fa354c75/width=450/5337785.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UALxZ78_2Z_200JlGZw1Y%rsNL-;00?uxuIU", "type": "image"}, {"id": 5337824, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcf534ef-9736-48e9-92f3-743881fc2c95/width=450/5337824.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UAM~LMUw00#800Jg0y.S02yF_Dzq9qRQx^OU", "type": "image"}, {"id": 5337827, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a45cd97c-2ac2-4a4c-9375-937f578e1b73/width=450/5337827.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UOJr?@RT4o^k0#Osbuv~~9V[5RxtVDNaO?nh", "type": "image"}, {"id": 5337860, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48f0fa13-3b23-4c5c-a4ad-75b3b5708c2b/width=450/5337860.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UEKkgF}802I.0K#YEwtR.R-URQNF01I:t,XT", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/293050", "modelId": 259858} \ No newline at end of file diff --git a/datasets/metadata/293120.json b/datasets/metadata/293120.json new file mode 100644 index 0000000000000000000000000000000000000000..c30ae4809781d9906adef6252463f2b07e4f0f41 --- /dev/null +++ b/datasets/metadata/293120.json @@ -0,0 +1 @@ +{"id": 293120, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-10T04:45:14.537Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["16x 16y", "32x 32y", "48x 48y", "64x 64y"], "stats": {"downloadCount": 252, "ratingCount": 22, "rating": 5, "thumbsUpCount": 40, "thumbsDownCount": 0}, "files": [{"id": 230642, "sizeKB": 334448.91015625, "name": "minecraftpaintings.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-10T04:31:34.004Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A1037382", "AutoV2": "157EA3E732", "SHA256": "157EA3E732C71C1CD7C0F5ADDDB04111FC6D492DE7F816C501784401AC0F6B02", "CRC32": "7D78BD87", "BLAKE3": "0A1A989A0D835EDE3285C479527F2AA254146332D120CE03794776F8FDE179C9", "AutoV3": "6903A9D3C53B"}, "downloadUrl": "https://civitai.com/api/download/models/293120", "primary": true}, {"id": 237292, "sizeKB": 255.888671875, "name": "MinecraftPaintingStyleDataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-16T10:30:41.055Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "155A9DFB6A", "SHA256": "155A9DFB6A896554C7D9F050E9377724C3E39D1070C5163631F46756578936E8", "CRC32": "8FE12BEF", "BLAKE3": "A8AF345B74C2B89E8E4B8F2ED5545A37FBCD5A516E79B2934BE72E7EA9E4A426"}, "downloadUrl": "https://civitai.com/api/download/models/293120?type=Training%20Data"}], "images": [{"id": 5339349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28cc0366-c43d-49eb-94af-c9cf06cfe98a/width=450/5339349.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIEyF[JEAD_2^-S9kr%ME7x^-qRQ9b%2%2IW", "type": "image"}, {"id": 5339402, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/104abd2c-4524-4c3a-a4e5-73ffa36d65b7/width=450/5339402.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTHUzV%2DiM_~CjJadW9-Mnhxtt5-,V@odxt", "type": "image"}, {"id": 5339418, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cacbf5d9-1cd2-4bf2-bcf6-50d0ed3c7ba6/width=450/5339418.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UPH1Y$s.?Ht7~Vs:kCflxtf6Iof6t7M|Rkoe", "type": "image"}, {"id": 5339431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c5ff4fa-5c1e-40b3-8323-15307aa8c307/width=450/5339431.jpeg", "nsfwLevel": 1, "width": 1024, "height": 768, "hash": "ULI=MTN4t1_4~p03xu%Lk6IVt8xs_2?aj]xt", "type": "image"}, {"id": 5339434, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cde21c3a-1f8f-4640-bfd5-42ade443f988/width=450/5339434.jpeg", "nsfwLevel": 1, "width": 1024, "height": 768, "hash": "USF~HeD%MxkW.AM{i_aK-;RjV@ays-soS1W.", "type": "image"}, {"id": 5339589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3dfea42b-4507-4fb5-9a26-fb5aebba480e/width=450/5339589.jpeg", "nsfwLevel": 1, "width": 1024, "height": 512, "hash": "UeH-.VRiR%j]~XWBbFj?t2t6t7ofIVt7t7of", "type": "image"}, {"id": 5339621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56b39de8-1c04-452c-9319-afd74ef02ef1/width=450/5339621.jpeg", "nsfwLevel": 1, "width": 1024, "height": 512, "hash": "UFM5zq00}atl?IRNo#T0h}%2nBxbkrI]rqs+", "type": "image"}, {"id": 5339715, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3585ba1a-bf73-4e0e-800f-7120d4ec8453/width=450/5339715.jpeg", "nsfwLevel": 1, "width": 1024, "height": 512, "hash": "UNHwu{JVVxwf}]Na?GxG8^V@R*xZE2s,M_t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/293120", "modelId": 259917} \ No newline at end of file diff --git a/datasets/metadata/293223.json b/datasets/metadata/293223.json new file mode 100644 index 0000000000000000000000000000000000000000..b6cef2593c5f70cbdf2a98fe3e13077a2655b233 --- /dev/null +++ b/datasets/metadata/293223.json @@ -0,0 +1 @@ +{"id": 293223, "index": 0, "name": "Bubble butts in underwear", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-10T07:10:41.840Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 531, "ratingCount": 68, "rating": 4.94, "thumbsUpCount": 134, "thumbsDownCount": 1}, "files": [{"id": 230763, "sizeKB": 36979.265625, "name": "Bubble_butts_in_underwear.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-10T07:06:18.341Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2AEC7ED4", "AutoV2": "2189E16339", "SHA256": "2189E16339F0930FEE2F4DDF7F847C6FE6E7F7AD8D51F1C6DED06F310DA91D81", "CRC32": "9EDD7EBA", "BLAKE3": "D3967F68A085F8EABCAE7DBE35F9080F6DBAF06082C33032ACE028C7A37CA047", "AutoV3": "75C34D42C0BF"}, "downloadUrl": "https://civitai.com/api/download/models/293223", "primary": true}, {"id": 230739, "sizeKB": 12454.1396484375, "name": "293223_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-10T06:40:49.115Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CA0A7DF8", "AutoV2": "9DB49068AA", "SHA256": "9DB49068AA86FEA12CEAA4F84DA7926C2BDA22A1B4C3AF97C51EE07D70D0D4D2", "CRC32": "981893DF", "BLAKE3": "39267656056836175B3080CE5277A32B517EAA574406A32363312EC89834665E"}, "downloadUrl": "https://civitai.com/api/download/models/293223?type=Training%20Data"}], "images": [{"id": 5342980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d72875d-26d4-4c34-b300-794b6e5f3a99/width=450/5342980.jpeg", "nsfwLevel": 4, "width": 512, "height": 640, "hash": "ULGIDn?H.8Md_NS*9^Mx9aT0E1ofS#kW-ot6", "type": "image"}, {"id": 5343110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0aa80595-9c7b-4af0-9400-6b0598a0f7c6/width=450/5343110.jpeg", "nsfwLevel": 4, "width": 520, "height": 512, "hash": "UUEVmI8_~q4no0RjRjWosmt7bbkCRjf6WBRP", "type": "image"}, {"id": 5343174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/913887ca-033c-48ba-abc0-ac71162abc34/width=450/5343174.jpeg", "nsfwLevel": 4, "width": 512, "height": 672, "hash": "UCIXQ-4.?^xG00xb4oRPbs%L9tD%xGxuRjNH", "type": "image"}, {"id": 5343199, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/571fac95-b73b-4e0a-9908-30e4e92720e5/width=450/5343199.jpeg", "nsfwLevel": 4, "width": 512, "height": 672, "hash": "U5I4|k_0???F000M0gMeivN300H[4mjE^kIp", "type": "image"}, {"id": 5343284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31e80a5f-959b-4b9c-b5dd-92d74f76ed37/width=450/5343284.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UQHL9$D%x[?b~WIntR%MRkM_kWaxx]IAj[Rk", "type": "image"}, {"id": 5343326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/672cc7c3-792e-4698-9dcd-74ed51e9f3b8/width=450/5343326.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UQIEU[Nu_M.8~qt5XS%MxDV@Ipi^-oRiM{jF", "type": "image"}, {"id": 5343472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c3ecb32-11de-4e88-be35-c2e01ec1cbb3/width=450/5343472.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UTEfN1-:S[Sb_LxuRiM{-;xvM|M{tRbJM|M{", "type": "image"}, {"id": 5343648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad450d45-a6ef-4ddb-bf85-7be2ff1340c4/width=450/5343648.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UDCPkF^$?.b;?Y-.%dxrr=.4o#xp%1xaoyNH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/293223", "modelId": 259989} \ No newline at end of file diff --git a/datasets/metadata/293595.json b/datasets/metadata/293595.json new file mode 100644 index 0000000000000000000000000000000000000000..d9ae6fbaea92797c566277a9c43e5a7d8019b7ea --- /dev/null +++ b/datasets/metadata/293595.json @@ -0,0 +1 @@ +{"id": 293595, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-10T14:04:34.329Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 657, "ratingCount": 48, "rating": 5, "thumbsUpCount": 87, "thumbsDownCount": 0}, "files": [{"id": 231064, "sizeKB": 22257.14453125, "name": "Sanada_Minako_Bullied-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-10T14:05:50.217Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7180B12C", "AutoV2": "7A4A3B9022", "SHA256": "7A4A3B902212BE6295660F6BE35D91BEF0C4F9D8E1996FD684FD9F6D2BDB8331", "CRC32": "433729E3", "BLAKE3": "6E93D21D20F3807668DBEF9A2DD937870BE47EB403CBF2F9F5C407AF4FCBDD29", "AutoV3": "34EFD0E364C9"}, "downloadUrl": "https://civitai.com/api/download/models/293595", "primary": true}, {"id": 231065, "sizeKB": 37632.9169921875, "name": "Sanada_Minako_BulliedV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-10T14:05:57.353Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "237A7DD1", "AutoV2": "44A8C1B402", "SHA256": "44A8C1B402B333BBC0D0D43EA0D244534F37E4BF93E774CD2D5C8BDEDA2CAAC7", "CRC32": "716A7274", "BLAKE3": "5F241EC0E96F29E74D6941FF14AAFB7C9FF16DE5ABBE0288B60CAE8CB3E8B2B3"}, "downloadUrl": "https://civitai.com/api/download/models/293595?type=Training%20Data"}], "images": [{"id": 8365782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fcbd6bd-0f2e-4f38-a3d3-cdfefea3d8d0/width=450/8365782.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTPrzi%L?^%MpHay.SWV_3ofRjWVQ.ofxuWB", "type": "image"}, {"id": 8365780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9018fdac-3807-48aa-9748-b3ac06a439aa/width=450/8365780.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTPrzi%L?^%MpHay.SWV_3ofRjWVQ.ofxuWB", "type": "image"}, {"id": 5363686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e3b53f4-a8de-40e3-a1c5-b9767c09cd0a/width=450/5363686.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UqOV[k%2o~t7%LWBtmWB_NkCxuj[IBs:xZWB", "type": "image"}, {"id": 5363479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30a6fbe2-a886-4ca8-b758-32708bca1860/width=450/5363479.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UNN]LmiwYkxaysRj?vaeD%nORPV@~BRPR6V[", "type": "image"}, {"id": 5353301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/538fa0a3-0f04-4044-a93a-1cf8cd09ab7c/width=450/5353301.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKLfXc9uD*Dj8^WUNyb]0e$*NHxa~WtRNGM|", "type": "image"}, {"id": 5352811, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fa41bc9-71ec-4a69-a71b-e9a37ed859d9/width=450/5352811.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UUPO@]MdyY%2.mRP_3ozaMsoM{xb=|MyIANG", "type": "image"}, {"id": 5364073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0620cc36-fad6-4ccf-a670-aa8482c44195/width=450/5364073.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UIN9kFsR05tS00tR5Rs.M|$$?aI;~oR*RQaJ", "type": "image"}, {"id": 5364315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f63d4d65-35ac-45db-b8b5-1f5c1b0ab95f/width=450/5364315.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULMG6b4n01WCMw57t-Ip9vVs-UR,~WR%WEkC", "type": "image"}, {"id": 5364602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8165e16b-a1e8-41b1-a97f-4d386cc8b091/width=450/5364602.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJOMHgE1Gd%M0LoyIvM|00NHIpNF?vxtIUs.", "type": "image"}, {"id": 5367917, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b0ed21b-e886-4c3b-8075-c7a449e124a3/width=450/5367917.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQNI,3DOyXi^~qZ~-;jZ9ZtRaekD^5xvM{oz", "type": "image"}, {"id": 5368118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbad2113-7c0d-4b40-add6-3b3066e13161/width=450/5368118.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTMQ6XIALN%N0MROIpRjD*obxEM{x]M{D*R+", "type": "image"}, {"id": 5368247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/195eadc9-6f69-4a6d-addc-a5ec04bab2bd/width=450/5368247.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UQNliS?uP;%M0%VrTfNHx^t6RlNGMyWB$*NG", "type": "image"}, {"id": 5368384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4676faa3-f54b-4675-b193-8d9b707f51c2/width=450/5368384.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UPNcQi9{y?,B1jb_Irwa9bt7-pxBn6M|aKt6", "type": "image"}, {"id": 5368432, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee18465f-f592-4a84-bee4-233b29a34f2e/width=450/5368432.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UNN+^g9GCmTL1PVYO[R.D+n#oej[~Vs,VskC", "type": "image"}, {"id": 5368737, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/982e3b26-a117-48f2-94ab-c5e789879555/width=450/5368737.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USNSmS~qcZ%24.wwnitRM|kDxuxuE1RPRjIo", "type": "image"}, {"id": 5369050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c4e48e1-82cb-4481-84eb-9aca1cc529f2/width=450/5369050.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFM?Yv?a00_45.}@IV.9E29G$2IU%gV@9Fj]", "type": "image"}, {"id": 11822183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f6922d9-6fc2-4ae1-89e3-704cf95ea02e/width=450/11822183.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQMZduRjO=_3_Nt7-=xvRiNG-;xaI;jYD%NG", "type": "image"}, {"id": 11822696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b09e551-638c-4e84-862f-6662eb2728c1/width=450/11822696.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UCK,]c~p2w4:QRnO8_~V00s9~U9aC9x^%N%M", "type": "image"}, {"id": 11824045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60a96b74-de41-4d77-8c4e-1881b2acd1ff/width=450/11824045.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPP=++~qu6?bt,oz%3.8%hWB$*xuIUn$RjWB", "type": "image"}, {"id": 11824772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a94cbd46-45ef-4ebb-b2f0-36694511b4b5/width=450/11824772.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UAN,3*00GZHrHX00Te000K={~VSi?vNHNb.8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/293595", "modelId": 62085} \ No newline at end of file diff --git a/datasets/metadata/293943.json b/datasets/metadata/293943.json new file mode 100644 index 0000000000000000000000000000000000000000..efc4c649534816dffc664d4e71026da75883db5a --- /dev/null +++ b/datasets/metadata/293943.json @@ -0,0 +1 @@ +{"id": 293943, "index": 0, "name": "Roccoco Paintings by Fragonard", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-10T20:30:28.237Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": ["AH_Fragonard", "AH_Fragonard rococo french painting"], "stats": {"downloadCount": 233, "ratingCount": 23, "rating": 5, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 231328, "sizeKB": 12064.9521484375, "name": "293943_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-10T20:05:55.229Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F4D826AD", "AutoV2": "FC94D8C023", "SHA256": "FC94D8C0230743F166BD084B20B9AD54BD10FA00BEFD372F65F37D0D28593A2B", "CRC32": "D1E01D84", "BLAKE3": "7E227D97A8D85A2C7D58B749256129DA5987E0C9D82E06D2FE061FB3F9A795EE"}, "downloadUrl": "https://civitai.com/api/download/models/293943?type=Training%20Data"}, {"id": 231343, "sizeKB": 223106.67578125, "name": "Roccoco_Paintings_by_Fragonard.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-10T20:30:56.891Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D38E4C98", "AutoV2": "A4D9AAF592", "SHA256": "A4D9AAF592582CA9D37092BAD971E2B287737A4D5F5BE36B162710E778D579C4", "CRC32": "BE6F1E22", "BLAKE3": "EE5A54C415D1ABCB9EE86185BD59A719B472A8F7598EF605728383F6D19F913B", "AutoV3": "7DF70C19F968"}, "downloadUrl": "https://civitai.com/api/download/models/293943", "primary": true}], "images": [{"id": 5361039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19122d88-a006-44d5-af6a-c1bc9d50da80/width=450/5361039.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5F~Ty?^00=w1KD*-5xa00~B^kEf@@tlEhM|", "type": "image"}, {"id": 5361410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1029ec5-2121-455a-bda2-18436750a1ad/width=450/5361410.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDM%GK*J02xTLz=|xns;Dm}@%2S%$wJ~N3NH", "type": "image"}, {"id": 5361416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/123aae6b-5dc7-407c-bc3c-a12446395c1f/width=450/5361416.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U6HT:2xtNCR50|Ip=x%LI8xGx^bc}?xtIqIV", "type": "image"}, {"id": 5361418, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04063e01-e25c-4bca-980d-486dd3091aa1/width=450/5361418.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGK-T^?^00MxYi-p-UXm4V-R%4W@$dJQXR#m", "type": "image"}, {"id": 5362372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ec60584-f695-42b6-8fb4-e742ceaa9f5f/width=450/5362372.jpeg", "nsfwLevel": 2, "width": 1280, "height": 752, "hash": "UCFii0ob00WC_Nf6IUWBx@afjFWA?aj?D%WV", "type": "image"}, {"id": 5362373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/654224a1-94a2-4f34-910b-7de88c052c89/width=450/5362373.jpeg", "nsfwLevel": 1, "width": 1280, "height": 752, "hash": "UOHo2G~p0gIoyD%fkWxu%2xuoMM|tlR.Ipod", "type": "image"}, {"id": 5362126, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d8659b3-c61f-4262-8112-0966ad3ed37a/width=450/5362126.jpeg", "nsfwLevel": 2, "width": 1280, "height": 752, "hash": "UFGude_M00Vt%~%MnhozEQ-p-;bvxDR-xuxH", "type": "image"}, {"id": 5362127, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3854d70a-c02d-4ae3-9d90-2e98245a621f/width=450/5362127.jpeg", "nsfwLevel": 8, "width": 1280, "height": 752, "hash": "UEIXd4Nt00-o.mjXngxaF4?F-.EN^+s+NGNI", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/293943", "modelId": 260609} \ No newline at end of file diff --git a/datasets/metadata/293955.json b/datasets/metadata/293955.json new file mode 100644 index 0000000000000000000000000000000000000000..46034ee2ebf3941b8789b31cd87016881b198d6f --- /dev/null +++ b/datasets/metadata/293955.json @@ -0,0 +1 @@ +{"id": 293955, "index": 0, "name": "Acdemical paintings of Henryk Siemiradzki", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-16T13:23:59.445Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 309, "ratingCount": 36, "rating": 4.97, "thumbsUpCount": 66, "thumbsDownCount": 0}, "files": [{"id": 237383, "sizeKB": 223113.73828125, "name": "Acdemical_paintings_of_Henryk_Siemiradzki.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-16T13:11:56.055Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B89140C7", "AutoV2": "C6D4F3F975", "SHA256": "C6D4F3F97514130CF055A31EE83441264BD2449C6BB97FE609B8296378F2354B", "CRC32": "E7241A83", "BLAKE3": "F47F13E27587ED03BF973978134954DFB94F1BFE37331FFDA71F9F28105C9C50", "AutoV3": "146701E90165"}, "downloadUrl": "https://civitai.com/api/download/models/293955", "primary": true}, {"id": 231338, "sizeKB": 20340.6748046875, "name": "293955_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-10T20:20:50.161Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A2398E6D", "AutoV2": "141DCE7574", "SHA256": "141DCE75746CC49264860C82DFBD88A8EBD203111A267120392C39838A6DFDBB", "CRC32": "8C1727F0", "BLAKE3": "A9ADA271FBD4B754669C3F9E948CE3C263C02DC235E1EAFFFECFF81A4F94BB24"}, "downloadUrl": "https://civitai.com/api/download/models/293955?type=Training%20Data"}], "images": [{"id": 5555125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cfba544-a2e0-4a6c-a6f9-a439f1842b8f/width=450/5555125.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUGIDlx]a#W??wt8WCW?-;t8M|a~NbWXV@oe", "type": "image"}, {"id": 5555093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e6bcefe-aba7-4a4a-bcea-21df9ee8d922/width=450/5555093.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9AK8Afl0NWD~Tjs9HRjRQt7IWWCofkBIWWB", "type": "image"}, {"id": 5555026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6eb8600-6463-4c2f-995a-10b24b7747d3/width=450/5555026.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMFF1zkWa0V@}=WCafs.=sn$R-t7RQt7t7W=", "type": "image"}, {"id": 5554999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98ebf814-a69d-4e43-8b5e-b0bb2fa751b5/width=450/5554999.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNC=*Zs.n4j[E2WD%1j[E2R+t6R+~BayRQay", "type": "image"}, {"id": 5555092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddf214a2-2f10-4779-a341-8adaba17f6e8/width=450/5555092.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U59%^j_L02IV$~M{4pIV9bRlwIt7NIxu?Gxt", "type": "image"}, {"id": 5555128, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c67baa8-e66a-4db9-83fe-6fdbd7841e56/width=450/5555128.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UPFYfG.8Iqj[_Nx]NHoKI[bInhWVE0V@jZRj", "type": "image"}, {"id": 5555338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ee7a7af-c9ef-4334-917c-4ca1d5396e42/width=450/5555338.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGGk?$4TETW9~qDhpJM|IpRONyx]4p-.tRWB", "type": "image"}, {"id": 5555335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1df117d9-6a0c-49a2-bb4a-56a22d5c45fe/width=450/5555335.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWIEqgx_D*R._N%NRkaetSf,Rjs,IpRjt6ay", "type": "image"}, {"id": 5555339, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85178b8b-1a7d-43eb-8493-2f2839888925/width=450/5555339.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIGbS8~W9GIr~q_3t8kEN1XUx^xu59ERx]WC", "type": "image"}, {"id": 5555336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfb3799c-d232-436b-a602-3017b1db2ee6/width=450/5555336.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKG+5XROMbNM~qac$wtSH?t8t6oc4mxvWYRi", "type": "image"}, {"id": 5555337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/728f5abb-c804-45dd-a46e-decf0393e475/width=450/5555337.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDF=X9N08wxu~VR:M|xWMIxuXARO01xtbwIU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/293955", "modelId": 260619} \ No newline at end of file diff --git a/datasets/metadata/293973.json b/datasets/metadata/293973.json new file mode 100644 index 0000000000000000000000000000000000000000..03c0f6cbc0e160715a413efd884b1fbcd4641b57 --- /dev/null +++ b/datasets/metadata/293973.json @@ -0,0 +1 @@ +{"id": 293973, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-10T20:41:12.262Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 736, "ratingCount": 80, "rating": 5, "thumbsUpCount": 122, "thumbsDownCount": 0}, "files": [{"id": 231356, "sizeKB": 55271.0390625, "name": "Takeda_Hiromitsu_Style.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-10T20:46:01.773Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "582AB3CD", "AutoV2": "6F1E775660", "SHA256": "6F1E775660E1C920B53B8E92B583745F52FDB61ADC506DC98B21D78042CA87D2", "CRC32": "863A3B15", "BLAKE3": "C64CED426942561BA3AEE334AC2DD503FC8E5708C1513DB30ABA054268116D3A"}, "downloadUrl": "https://civitai.com/api/download/models/293973?type=Training%20Data"}, {"id": 231357, "sizeKB": 22261.86328125, "name": "Takeda_Hiromitsu_Style-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-10T20:46:29.269Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "42CB0518", "AutoV2": "4458D2D5FF", "SHA256": "4458D2D5FFFA6B27E4876F5C995C5BC66F0528D5D31C1DC8D5687F6587A0632C", "CRC32": "AFAF5BF4", "BLAKE3": "3A007A5A64824EE053655D84457045CD4A57C8CBFE7430C5A821394BCD218DBD", "AutoV3": "7A7B57821859"}, "downloadUrl": "https://civitai.com/api/download/models/293973", "primary": true}], "images": [{"id": 5361401, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8484d04a-20df-4041-b64e-15d8abf5d0b2/width=450/5361401.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZNv=B-;%gs;9tae_NWV?IWB?Hofo~kCVsjZ", "type": "image"}, {"id": 5363073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e90a1bf-d498-47e3-9b7d-3709fa91b617/width=450/5363073.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULLDcAoh02?a9Dsm5BWTM^-;IXS2~qs.xD-;", "type": "image"}, {"id": 5361295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a807aee-67f4-4103-a8e2-e623bd5ec27a/width=450/5361295.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U8M@G,_3gNbw00D%~pIU?^tR8w-;4.o#4nWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/293973", "modelId": 260630} \ No newline at end of file diff --git a/datasets/metadata/294196.json b/datasets/metadata/294196.json new file mode 100644 index 0000000000000000000000000000000000000000..8a25c55c26b40378ba344fcf3cbaef78688cecf7 --- /dev/null +++ b/datasets/metadata/294196.json @@ -0,0 +1 @@ +{"id": 294196, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-11T01:25:52.720Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": [], "stats": {"downloadCount": 307, "ratingCount": 40, "rating": 5, "thumbsUpCount": 51, "thumbsDownCount": 0}, "files": [{"id": 231532, "sizeKB": 22254.82421875, "name": "Aki_Kisaragi_TekkamanBlade-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-11T01:30:52.980Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4D101A0E", "AutoV2": "2571E48F90", "SHA256": "2571E48F904267AA36B5A98F16F4593C91D034AAAF72E0F19DB37F8F785DEC35", "CRC32": "49C77E18", "BLAKE3": "2660A86E9388D756E8605E95716F4DBE2BF2E6FCB453EA216EE522B411B04DA0", "AutoV3": "D65678D551DC"}, "downloadUrl": "https://civitai.com/api/download/models/294196", "primary": true}, {"id": 231533, "sizeKB": 43138.2890625, "name": "Aki_Kisaragi_TekkamanBlade.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-11T01:30:55.264Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D467599E", "AutoV2": "A2D2848630", "SHA256": "A2D2848630A906A0D80D0FEFE45800B074BE71604A1A4F15DB74C8DDC90ED466", "CRC32": "F748B9C7", "BLAKE3": "6BE4199CB4A77B3DA6E392BE3A40887FAFB7A3E6C4C1AA03D286169BEA30C7C8"}, "downloadUrl": "https://civitai.com/api/download/models/294196?type=Training%20Data"}], "images": [{"id": 5366500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/482bea90-5ce4-4c1c-abef-e1857809759f/width=450/5366500.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UtK^24t7%gt7*Jof-;ofxuWBxaWBxHWVwIWB", "type": "image"}, {"id": 5366608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16716dc0-590b-4d4e-8503-f0b4c637c4d2/width=450/5366608.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFIpY,^ku5gN~W.m[C-VR5Rj:+NaQS9Fs.wJ", "type": "image"}, {"id": 5366983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b430974-ec77-49d0-996c-c58fa078aaf4/width=450/5366983.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UQLp:d%g9]ofyrX8^ks-TKxFnNNH~pE2D*xu", "type": "image"}, {"id": 5367295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/375851d9-bf2f-4dd5-a0db-997754a7a94e/width=450/5367295.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOLg06~qYj-;BT%N^+xuFy-o-p?HRQkXI9t8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/294196", "modelId": 260836} \ No newline at end of file diff --git a/datasets/metadata/294419.json b/datasets/metadata/294419.json new file mode 100644 index 0000000000000000000000000000000000000000..8e1e02d7cc00b883d2eec739088f8e58730b85e3 --- /dev/null +++ b/datasets/metadata/294419.json @@ -0,0 +1 @@ +{"id": 294419, "index": 0, "name": "NOTarieltatum", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-11T13:03:52.924Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 87, "ratingCount": 3, "rating": 5, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 231708, "sizeKB": 1144.4970703125, "name": "294419_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-11T05:20:54.516Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "BC7997296C", "SHA256": "BC7997296CA830E21C395D34C2086EDABF01311CB4441C89041DAEABF0747CE1", "CRC32": "05DD5609", "BLAKE3": "D07967197B86D76DF330A1F324271B32F42343B7A3541EBA7094297EBDDA93B0"}, "downloadUrl": "https://civitai.com/api/download/models/294419?type=Training%20Data"}, {"id": 232053, "sizeKB": 223098.76953125, "name": "arieltatum.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-11T12:55:55.585Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F4A00A7A", "AutoV2": "DD938BD751", "SHA256": "DD938BD7511B704610533270F529A5C6ADB32AB87533F70D70D384BF786D59F8", "CRC32": "BA02DBD3", "BLAKE3": "C2FD7FF6F1DFA23D8E699B4EF26E8ED14BD9DBF77ADB369806F735934552DDCB", "AutoV3": "FB9038BE1BC3"}, "downloadUrl": "https://civitai.com/api/download/models/294419", "primary": true}], "images": [{"id": 5379852, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee7716d0-2b83-45f3-a20e-d6f83babada3/width=450/5379852.jpeg", "nsfwLevel": 2, "width": 720, "height": 1280, "hash": "ULJtYYbwM|.8rD-;?^xvKO-:%1M{M|IoMxS2", "type": "image"}, {"id": 5379920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4ba0a78-d501-4b4e-9f3f-7ac3427f612d/width=450/5379920.jpeg", "nsfwLevel": 2, "width": 720, "height": 1280, "hash": "UMK^pWI;K0-p%}%M_Ns:TI%1tlIUXRIoI9IV", "type": "image"}, {"id": 5379921, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69f58637-4b35-46f1-9d86-3180971aca76/width=450/5379921.jpeg", "nsfwLevel": 2, "width": 720, "height": 1280, "hash": "UKK-2t8_FdIAyCeT_NMxIVEL%MofxuxuMxx]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/294419", "modelId": 261026} \ No newline at end of file diff --git a/datasets/metadata/294486.json b/datasets/metadata/294486.json new file mode 100644 index 0000000000000000000000000000000000000000..ef3054c54c7dcaa7ddc1b9fa82ae2a04e74e86b8 --- /dev/null +++ b/datasets/metadata/294486.json @@ -0,0 +1 @@ +{"id": 294486, "index": 0, "name": "NOTmirzaniv1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-12T06:04:17.091Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 80, "ratingCount": 2, "rating": 5, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 231770, "sizeKB": 1599.73046875, "name": "294486_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-11T06:16:01.465Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "2ACB82F4D4", "SHA256": "2ACB82F4D45A5934ACDB87BD24CCE7CB669DCA04FBB566934323885E741197D7", "CRC32": "97D6EF23", "BLAKE3": "A295CFC998AB643799F3FC70C3C546F2C3E5A98A68011919180BBD0D7AE8EA6B"}, "downloadUrl": "https://civitai.com/api/download/models/294486?type=Training%20Data"}, {"id": 232921, "sizeKB": 223098.74609375, "name": "nmirzani.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-12T06:00:49.627Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5A4336D5", "AutoV2": "CFA398705C", "SHA256": "CFA398705C0382FB79BCAABF88EE29F8581C189F17133474A739AD54CE5EA6CE", "CRC32": "4D194D85", "BLAKE3": "BFA7B0E458D0D20BC23915DF1ED5167ADDDE4B44EC75F56BD58C08AD07F289D4", "AutoV3": "BCA0767B7C97"}, "downloadUrl": "https://civitai.com/api/download/models/294486", "primary": true}], "images": [{"id": 5402318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42b6dcdb-3e9c-4c31-9d95-ba25c2ef7c23/width=450/5402318.jpeg", "nsfwLevel": 1, "width": 720, "height": 1280, "hash": "UWI#loROEMo#_4IU%2WXVrbIXoE1tRxuxtsm", "type": "image"}, {"id": 5402317, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5af6a91b-6b0c-4a52-99c8-5a5c1b6dd750/width=450/5402317.jpeg", "nsfwLevel": 1, "width": 720, "height": 1280, "hash": "UQG[cw%Nf,Mx%%JBbvjE-=-nT1Rji^NHxu%1", "type": "image"}, {"id": 5402319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8d1c543-f5b4-4499-b03f-878046f24495/width=450/5402319.jpeg", "nsfwLevel": 1, "width": 720, "height": 1280, "hash": "UbFiJf-oogWA?wI:S$oe^+jFtSt7xvRkt7xa", "type": "image"}, {"id": 5402320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6e7e452-3538-4dba-9cb2-d5c6de6a3781/width=450/5402320.jpeg", "nsfwLevel": 1, "width": 720, "height": 1280, "hash": "UZHLPK?cb_x]_4kXtRs:xcn}WoM{NZNGs:jY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/294486", "modelId": 261086} \ No newline at end of file diff --git a/datasets/metadata/29482.json b/datasets/metadata/29482.json new file mode 100644 index 0000000000000000000000000000000000000000..38f1c0ee7d7f86ec5522ad1ea1b256b179578c5d --- /dev/null +++ b/datasets/metadata/29482.json @@ -0,0 +1 @@ +{"id": 29482, "index": 0, "name": "1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-26T11:25:27.834Z", "availability": "Public", "nsfwLevel": 3, "description": "Trainning By the image madefrom inkpunkdiffusion model
Trainning Data include
Example Fig by https://civitai.com/models/1540/unstableinkdream
V7.3
Still like this kinde of style
", "trainedWords": [], "stats": {"downloadCount": 890, "ratingCount": 129, "rating": 4.99, "thumbsUpCount": 139, "thumbsDownCount": 0}, "files": [{"id": 24380, "sizeKB": 147579.1611328125, "name": "UnstableInkPunkDream.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-26T11:27:47.332Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "7AD56D70", "AutoV2": "173589D871", "SHA256": "173589D871BCD802022731492A48A3A7B52F6696A08334A8927EE7DBF24F2126", "CRC32": "9AD84E95", "BLAKE3": "4D17518C109B0C12DB0FE599B6823B19CC1935F69346BDBF34E7E0D215893D8C", "AutoV3": "F681900CCC1A"}, "downloadUrl": "https://civitai.com/api/download/models/29482", "primary": true}, {"id": 24381, "sizeKB": 24304.24609375, "name": "30_nvinkpunk.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-26T11:27:37.090Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C808752A", "AutoV2": "EFCC88D4BE", "SHA256": "EFCC88D4BE36AC2D696D957C7A88FEBBDA381B6F97C2570FAD90D3BC81723F4D", "CRC32": "19E1A88D", "BLAKE3": "447F3077012393EBA6C751227107B38C1B365124FE0FE3015284C91BDE7CD2F8"}, "downloadUrl": "https://civitai.com/api/download/models/29482?type=Training%20Data"}], "images": [{"id": 333565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8e44eab-52b9-4d70-80ef-f7485d790100/width=450/333565.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKF=XH~V0101^*-:iwE29tIU-o-:NGWBWBt6", "type": "image"}, {"id": 333584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1fb22d5f-059f-4826-5a45-cac2c7a84d00/width=450/333584.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUIERz?GrV={~qx[rqxaK5oet7R-JBt5t7S2", "type": "image"}, {"id": 333583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc7ce48e-d268-4d39-d148-76eba779f900/width=450/333583.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4A^du.8JB?a%2M{00M{~qRj00Mx?^oLDORj", "type": "image"}, {"id": 333582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43414dfa-b356-454e-668f-fe83177dc300/width=450/333582.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIGRbl^*4.kC~VjGE19G01M|^kMyRjn%-obb", "type": "image"}, {"id": 333581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ecf60275-8ea5-49a0-e434-98770f765e00/width=450/333581.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFG@}d~B014U^j-pMxE19tD*^+$%D%ogs-t6", "type": "image"}, {"id": 333580, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3109185-a243-42bf-4a44-175287a87f00/width=450/333580.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7ELvpIo0g~V_3E2Nx~p00~p~BX801^jRk01", "type": "image"}, {"id": 333579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b252e25-4b4b-4c64-d75c-38bf8a617600/width=450/333579.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKDlm59Z?H%h_4M{-p%g%gWBNbx[tRs8NvS#", "type": "image"}, {"id": 333578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf34b897-a378-4fd0-dfc7-d53a8a27f300/width=450/333578.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U7BMoXIq%J59?cS1-:%gT1-:?a~V-q?aNIt7", "type": "image"}, {"id": 333577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/018bd9be-a197-4458-1a59-3b6326a83a00/width=450/333577.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQGSJuD%IUt7~qRjM{Rj.7j]9Gay.7WBIUof", "type": "image"}, {"id": 333576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/596c4574-7703-4745-d29e-83bfe62be000/width=450/333576.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U9DI,o?wIn01M_0M-oWY0001j;%f~V?HM}$g", "type": "image"}, {"id": 333575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7695cdb5-c702-4d83-7f7d-69e969de5000/width=450/333575.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULC?_xO[Vzxt.9t6-:Sh?^fjM{xZo}ofxtWC", "type": "image"}, {"id": 333574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cd9fef3-32ad-4fb4-458e-11aa9007a000/width=450/333574.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQEMUWIoSk%h.AM{xttR.7M|NHt6xvWBs,WX", "type": "image"}, {"id": 333573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c338672e-c373-484b-0136-20dd51508700/width=450/333573.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCHK;7+t0L004TR+01~p?uoz%2IV4.xu?GRj", "type": "image"}, {"id": 333572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f84d649b-3e57-4382-3597-2920c492e300/width=450/333572.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCBW3x0M%14:?G9b%LM{0L-:Rk%L4p~V9Gt6", "type": "image"}, {"id": 333571, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc6fe914-b721-4b74-259c-339ecbd7ae00/width=450/333571.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UACis}}@9FE2t7tQr?Ip0K4:t6?HIAIpS#w]", "type": "image"}, {"id": 333570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aaa25c19-76b4-4542-5a24-2e794c960d00/width=450/333570.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFHnjIMd02D*=_Wq0L-V0f%M~VV@IoR*xZM|", "type": "image"}, {"id": 333569, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09226e47-e238-46bd-f357-f3d0e565c000/width=450/333569.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UhG*=_a}Zh-T~VxCaKofyCxYNaR*TKs:t6S5", "type": "image"}, {"id": 333568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e73d1ada-6075-4fe2-fbe3-132927bc4700/width=450/333568.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UICG=HO[Mxs*~qNHR5r@IT$*MxS5J6-;M{WB", "type": "image"}, {"id": 333567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04dd0667-db63-405e-c1f5-f42513f8db00/width=450/333567.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKDJ0L%OiItQ~qOanNoLxZJBs:RQnhWCxtV[", "type": "image"}, {"id": 333566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9818e7bf-7bb0-4310-2d6d-4dd09c35d200/width=450/333566.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UVFiAC56WG%M?wIUj[x]?Ga0Iox]o#aLV?kB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/29482", "modelId": 24643} \ No newline at end of file diff --git a/datasets/metadata/295407.json b/datasets/metadata/295407.json new file mode 100644 index 0000000000000000000000000000000000000000..66cce587f672a0fe9a304b35e38626af3093610b --- /dev/null +++ b/datasets/metadata/295407.json @@ -0,0 +1 @@ +{"id": 295407, "index": 0, "name": "Gurl Peen", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-12T04:06:38.047Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 263, "ratingCount": 6, "rating": 5, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 232604, "sizeKB": 115622.3623046875, "name": "295407_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-11T22:35:51.731Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CB219DA2", "AutoV2": "49763DA0F5", "SHA256": "49763DA0F59449F489E46D905F5CF923842039100F4A675130CA844852A22788", "CRC32": "3DCD5EF6", "BLAKE3": "B886072F88CE05A702CBACF87D445717A7D9C6ABC527169965AA1487E98EC4F0"}, "downloadUrl": "https://civitai.com/api/download/models/295407?type=Training%20Data"}, {"id": 232860, "sizeKB": 223115.56640625, "name": "Gurl_Peen.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-12T04:00:56.172Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "48CA02F2", "AutoV2": "83B533607B", "SHA256": "83B533607B40883BBCEE6646E0A3993741E507D8B392F97F4196F6427711DF68", "CRC32": "CECFEADD", "BLAKE3": "7055192538BD5D09D6DB37073B07A183C707402EC2E304913B7B4F531F652788", "AutoV3": "76A1C7C9D948"}, "downloadUrl": "https://civitai.com/api/download/models/295407", "primary": true}], "images": [{"id": 9157671, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5204cd7b-8bb4-42d0-8392-f5cdd5c8351e/width=450/9157671.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "UfL|fYn$o~oe_NR*%Mt6I?WCxZWW-:s:M{oe", "type": "image"}, {"id": 9157672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e858efe-3a0a-4487-a72e-26743a8c381a/width=450/9157672.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "UEI;krDh0eMy.7D$odV@0h4o^*xa~Vn~o0%M", "type": "image"}, {"id": 9157674, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9a9b4ba-c256-4d76-8d79-b2c35a773a73/width=450/9157674.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "UCF}l.Ri00?F0zs-4:%201oy^j4:~V%Lxu9a", "type": "image"}, {"id": 9157668, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b5e2951-59d2-41f3-af20-89c5894f42c3/width=450/9157668.jpeg", "nsfwLevel": 16, "width": 440, "height": 440, "hash": "UYN9:[RjpJxa.TWB%MofNyt7jERk^+t7r?WC", "type": "image"}, {"id": 9157670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/850ae405-0c81-4d79-a722-20ea47c62385/width=450/9157670.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UNMGt?-;Nu~p?^%MRj-:EgRjV?Rj$$t7V@Rj", "type": "image"}, {"id": 9157669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3dad81b7-b6e6-404c-b051-a7644fb92046/width=450/9157669.jpeg", "nsfwLevel": 16, "width": 440, "height": 440, "hash": "UkNcf]e.S2tQ.TWBt6t7I:ayoJoeogbHRjae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/295407", "modelId": 261865} \ No newline at end of file diff --git a/datasets/metadata/296266.json b/datasets/metadata/296266.json new file mode 100644 index 0000000000000000000000000000000000000000..58a0252728cc6ae1e3e2395ab81e39aaa362f1cd --- /dev/null +++ b/datasets/metadata/296266.json @@ -0,0 +1 @@ +{"id": 296266, "index": 0, "name": "v1.14", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-12T15:44:33.646Z", "availability": "Public", "nsfwLevel": 1, "description": "Initial public release.
", "trainedWords": [], "stats": {"downloadCount": 127, "ratingCount": 18, "rating": 5, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 233338, "sizeKB": 147581.4609375, "name": "neuroslug-v1.14.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-12T15:40:48.108Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "022AFC0D", "AutoV2": "8BB9782638", "SHA256": "8BB9782638692D1FB51CBB0AE5B7BAE5F71717F9E385ED5AC48E844AB9DFD442", "CRC32": "D9F5E3BC", "BLAKE3": "D5E7DFEC4DAC084F1F3E7AF43E72855AEE935B5E00B2E030DE046579338ECF3B", "AutoV3": "02602D58B837"}, "downloadUrl": "https://civitai.com/api/download/models/296266", "primary": true}, {"id": 233339, "sizeKB": 674880.0439453125, "name": "neuroslug-v1.14_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-12T15:40:59.823Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E808C2C0", "AutoV2": "8835799E71", "SHA256": "8835799E719C6BB24B993BC458137559D2182F8ADE7F491E60F6CC84A5F3BC5A", "CRC32": "C393700C", "BLAKE3": "93A12F0612D599ED8EA1EC5165285969676ED74DC996BBD583FC97C6FF58FE5B"}, "downloadUrl": "https://civitai.com/api/download/models/296266?type=Training%20Data"}], "images": [{"id": 5416082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/404c4cb6-eea3-450c-a2b2-16e9787bc9a6/width=450/5416082.jpeg", "nsfwLevel": 1, "width": 640, "height": 512, "hash": "UMJau}xVJPxa~pxtIpj[XOniWFRjX9V@WCof", "type": "image"}, {"id": 5416481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50c68e05-0a4a-4a40-b34e-96940d104699/width=450/5416481.jpeg", "nsfwLevel": 1, "width": 640, "height": 512, "hash": "UVD9*Cxt9HW=~oxtE2WXxttQWBRkM|ofoKM|", "type": "image"}, {"id": 5416465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1c57d98-1846-4f2a-b8c2-c0ecc6be076e/width=450/5416465.jpeg", "nsfwLevel": 1, "width": 640, "height": 512, "hash": "USDcXH~px]M{-;%Mt6RjD*NGV[RjoJflj[j[", "type": "image"}, {"id": 5416469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ba7d2ce-b447-457c-a80e-d630e46bd50a/width=450/5416469.jpeg", "nsfwLevel": 1, "width": 640, "height": 512, "hash": "U7C#xVH[pa6~~AM|tj5lyBtjNIMzNxS3=w$O", "type": "image"}, {"id": 5416468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7de3f0a-c61a-45b3-ac98-af1d530db130/width=450/5416468.jpeg", "nsfwLevel": 1, "width": 640, "height": 512, "hash": "UCD9q.4TTd%f_M4U.7W.01tR%2Rk9a-:M{xa", "type": "image"}, {"id": 5416467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb69e47c-725e-4927-b845-d1e03c698d0c/width=450/5416467.jpeg", "nsfwLevel": 1, "width": 640, "height": 512, "hash": "UfEDO{V@ogay~qoKaykC-:ogV[ofxtayfkjZ", "type": "image"}, {"id": 5416473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7b781d4-c938-4961-abf6-8df3724be72a/width=450/5416473.jpeg", "nsfwLevel": 1, "width": 640, "height": 512, "hash": "U78p[U~TK%bvtQ-o%1R+0N9crXsAIW9vI;xs", "type": "image"}, {"id": 5416470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20d4cc35-2994-4732-99d4-07a2fef84f07/width=450/5416470.jpeg", "nsfwLevel": 1, "width": 640, "height": 512, "hash": "UDBVnl}YNHSh=J-UxZj[$*-U-UsU~B$%xGxa", "type": "image"}, {"id": 5416472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01c57311-2e21-475d-80dc-a9981736d7c1/width=450/5416472.jpeg", "nsfwLevel": 1, "width": 640, "height": 512, "hash": "UJFO#}01Iq?a~pD%Rk?G0M?GV[NGMx-;W;D*", "type": "image"}, {"id": 5416475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/876c7456-6405-4af3-bc14-9946ffe98266/width=450/5416475.jpeg", "nsfwLevel": 1, "width": 640, "height": 512, "hash": "UIEf4snN0K_3?^IUIA.70gE1RQadIBxtozIV", "type": "image"}, {"id": 5416471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5b93364-a333-4bfc-b220-0cf0a350be46/width=450/5416471.jpeg", "nsfwLevel": 1, "width": 640, "height": 512, "hash": "U498[0.T00KQ56bd_MyXF4R.=q.7.9tRD4Mx", "type": "image"}, {"id": 5416474, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a734a776-97b1-4790-b0c9-57803b44a4b7/width=450/5416474.jpeg", "nsfwLevel": 1, "width": 640, "height": 512, "hash": "U68D^Mbc0gWB~p-U9bENNdxXr?E4M{Rj%0oL", "type": "image"}, {"id": 5416466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a763e63-9bcd-48da-a09d-fed969a10b07/width=450/5416466.jpeg", "nsfwLevel": 1, "width": 640, "height": 512, "hash": "U7AwI*00.RHt%z01_LR*0f?ad?TIIB_14:f+", "type": "image"}, {"id": 5416479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c265a5f-48a2-43b9-8ea6-8f442a3e1962/width=450/5416479.jpeg", "nsfwLevel": 1, "width": 640, "height": 512, "hash": "U68}6+Mz03?t~pj[E4n$4po|oKDk4pa{%KRQ", "type": "image"}, {"id": 5416482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b669a71a-6bc3-4f84-adc9-eb62c74e77e0/width=450/5416482.jpeg", "nsfwLevel": 1, "width": 640, "height": 512, "hash": "UEH_h}pI6ArrGdWFIsxW0.nj^JX8$joJxVIr", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/296266", "modelId": 262750} \ No newline at end of file diff --git a/datasets/metadata/296501.json b/datasets/metadata/296501.json new file mode 100644 index 0000000000000000000000000000000000000000..8e92dcefe53ead7f374c0777b97dff3f6ebd9ad1 --- /dev/null +++ b/datasets/metadata/296501.json @@ -0,0 +1 @@ +{"id": 296501, "index": 0, "name": "RubenDario", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-12T21:20:52.529Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["RubenDario"], "stats": {"downloadCount": 21, "ratingCount": 1, "rating": 5, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 233545, "sizeKB": 3482.40625, "name": "296501_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-12T20:35:52.397Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F2696761", "AutoV2": "60A67A4D91", "SHA256": "60A67A4D91F75828E93ED67F3272C4988BB1EC7B1353E22693DF76C8CB623CBE", "CRC32": "D581D297", "BLAKE3": "BE0768158D79E885AB7745069718175BC4462EAD350B8B35B28D5DEC7AF1526B"}, "downloadUrl": "https://civitai.com/api/download/models/296501?type=Training%20Data"}, {"id": 233574, "sizeKB": 36982.8671875, "name": "RubenDario.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-12T21:21:11.781Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "220208CA", "AutoV2": "ACA957E804", "SHA256": "ACA957E804D8BF211EC70169CFB6E8F997EC87AD69AA9EDD9819ABD059D897C2", "CRC32": "E04AA20F", "BLAKE3": "94D73446CDBDB4A19D357F82FD3357E3C3FAA895C8831C3AA9FD01F16EBF0A2B", "AutoV3": "946C22293C93"}, "downloadUrl": "https://civitai.com/api/download/models/296501", "primary": true}], "images": [{"id": 5426299, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bdc33e2-b785-47de-bac1-4632f6ebe968/width=450/5426299.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UFCQJJxtD%%1JYNGIVaK.kt7xtRPyF%MxaRP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/296501", "modelId": 262978} \ No newline at end of file diff --git a/datasets/metadata/296562.json b/datasets/metadata/296562.json new file mode 100644 index 0000000000000000000000000000000000000000..b6e0b4e9d1b02e05eeb9242b9d0065ed16604802 --- /dev/null +++ b/datasets/metadata/296562.json @@ -0,0 +1 @@ +{"id": 296562, "index": 0, "name": "Cocks from below", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-12T21:56:10.395Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 1171, "ratingCount": 97, "rating": 4.99, "thumbsUpCount": 183, "thumbsDownCount": 0}, "files": [{"id": 233589, "sizeKB": 3551.548828125, "name": "296562_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-12T21:41:15.677Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4137AF0F", "AutoV2": "19B2DD21D2", "SHA256": "19B2DD21D2FD3F3AF2304FD1F0D33B1F20445A43D0E45DCCCBED731C0696E100", "CRC32": "38092FB6", "BLAKE3": "F9D490219F2CA8141BFB2091F601532C611B810ADD9912163F3F625873955554"}, "downloadUrl": "https://civitai.com/api/download/models/296562?type=Training%20Data"}, {"id": 233601, "sizeKB": 36978.1015625, "name": "Cocks_from_below.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-12T21:50:48.123Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B630E8A5", "AutoV2": "FAE6558717", "SHA256": "FAE65587171189FE92C2552347C14FCC9FEE4333184ECB9A5AF7FCFC6AEF19DA", "CRC32": "63F55845", "BLAKE3": "9F37FF295129D1DE9D1E5AF6BCF1A32DED886E2914676A6E816C486C36CABE21", "AutoV3": "F4948547DD7F"}, "downloadUrl": "https://civitai.com/api/download/models/296562", "primary": true}], "images": [{"id": 5427616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87c0e3b2-d564-4367-8d27-b503c0a791f2/width=450/5427616.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UGG@[1~q-p={iGDhMwROXo?btmtR00IAE2Ip", "type": "image"}, {"id": 5427622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e243b61-5855-4b41-bbb9-3d22bedc94e9/width=450/5427622.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UgI4ts-;ofWB~p%Mozaxxu%LkWkBIWW=xuof", "type": "image"}, {"id": 5427631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/699aa39d-7c0b-46f1-93c5-6ee5118cdae7/width=450/5427631.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UaG*~F?wxvf5x^%Mxut7~q?bo#oLM|aeWBj?", "type": "image"}, {"id": 5427666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b78e9b15-7f0a-4df6-aabb-b55253e15df9/width=450/5427666.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UYG[i?%#-pV@_N%gS2V@IpoyM|R*V@ocs:t7", "type": "image"}, {"id": 5427731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbad97e5-d2da-4908-ad72-50685feeb94a/width=450/5427731.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UEFh@c?wWFt7_2xuxut7_M%Mxut700DiWAWB", "type": "image"}, {"id": 5427770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f570055a-2762-4c84-9b30-f743770f4af7/width=450/5427770.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UHHUj~H?xa%LxaWBWVt6_M0MEMR*IVfQxaNG", "type": "image"}, {"id": 5427794, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/663212fc-269b-46b7-aab8-67a1a05f54fe/width=450/5427794.jpeg", "nsfwLevel": 8, "width": 512, "height": 640, "hash": "UQHxQWt9t8%M?cx^xut7~oRPM|of01s*M{NG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/296562", "modelId": 263034} \ No newline at end of file diff --git a/datasets/metadata/296590.json b/datasets/metadata/296590.json new file mode 100644 index 0000000000000000000000000000000000000000..0935ab4cd39f27be2529795d5cbc90e91656edf9 --- /dev/null +++ b/datasets/metadata/296590.json @@ -0,0 +1 @@ +{"id": 296590, "index": 0, "name": "Cocks from below SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-12T23:47:56.938Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 862, "ratingCount": 45, "rating": 5, "thumbsUpCount": 123, "thumbsDownCount": 0}, "files": [{"id": 233686, "sizeKB": 223099.76953125, "name": "Cocks_from_below_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-12T23:45:40.899Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DFE9F05F", "AutoV2": "D029E32B6B", "SHA256": "D029E32B6BFAB1C4FDB2BD043063E098B5E0414C546CCC53432D19D18339A0F9", "CRC32": "77D97A4D", "BLAKE3": "EE4E13085536DF2A07B55BC1E4C9289E7D0E53C853510CF006D7BEA48810B3DA", "AutoV3": "1BF978EF1067"}, "downloadUrl": "https://civitai.com/api/download/models/296590", "primary": true}, {"id": 233614, "sizeKB": 3551.548828125, "name": "296590_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-12T22:11:19.803Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E2F12DA2", "AutoV2": "08B2075F84", "SHA256": "08B2075F8473EEC402AEC26A72379DD58F9748C31C7816A4BD620F2306E1890A", "CRC32": "6F95EC57", "BLAKE3": "93320246049FDF6DB9F9325866690A177F5B0FF569D9EDB4A7687AC6D46C36BE"}, "downloadUrl": "https://civitai.com/api/download/models/296590?type=Training%20Data"}], "images": [{"id": 5431670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a32f73b-cc61-4b7d-a68f-8028dfff428c/width=450/5431670.jpeg", "nsfwLevel": 16, "width": 896, "height": 1152, "hash": "UGK9rl9b~p-U0KNerqWB01M{IBbbX.jY.7E1", "type": "image"}, {"id": 5430227, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc420c96-0e52-4c16-834e-c8d8c65cd993/width=450/5430227.jpeg", "nsfwLevel": 8, "width": 512, "height": 640, "hash": "UUGbI#$eRjoy~pnOt7xt_2jFIVt7IoRjWER*", "type": "image"}, {"id": 5430226, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d31acd0a-a20e-4518-92e0-ee3be0831bae/width=450/5430226.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UYG[i?%#-pV@_N%gS2V@IpoyM|R*V@ocs:t7", "type": "image"}, {"id": 5430229, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd7bf018-330c-433f-ac1e-02d2b0eba9d0/width=450/5430229.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UGG@[1~q-p={iGDhMwROXo?btmtR00IAE2Ip", "type": "image"}, {"id": 5431662, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc85cd4f-109d-41c8-9f92-221c86bbd8a6/width=450/5431662.jpeg", "nsfwLevel": 16, "width": 896, "height": 1152, "hash": "UYKAZuo~%LM{~UxXjEWBtkxuIpxa8_IUV[of", "type": "image"}, {"id": 5431668, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37084c58-cb87-40f2-96bf-9b1c26a97079/width=450/5431668.jpeg", "nsfwLevel": 16, "width": 896, "height": 1152, "hash": "UMJGWdRk?GE1~B%1NaoeR%4:jFxas:j@WCs:", "type": "image"}, {"id": 5431663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e29aa8d-284f-4570-a789-6ee1e6070e88/width=450/5431663.jpeg", "nsfwLevel": 16, "width": 896, "height": 1152, "hash": "UDI;3K?v~pxu?F?GE2a}4m00MdRiaK-pM{IV", "type": "image"}, {"id": 5431671, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/047b931f-7d0b-41b8-9b7a-e5d2fdf6a0e2/width=450/5431671.jpeg", "nsfwLevel": 16, "width": 896, "height": 1152, "hash": "UhLM@aX9%1bH~VxaW=oetRV@NGs:4oNGV[Rj", "type": "image"}, {"id": 5431669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d46b0223-f0a5-478c-88f9-2f61aa30675d/width=450/5431669.jpeg", "nsfwLevel": 16, "width": 896, "height": 1152, "hash": "UFIWs0$g-6^iEMoJ?Gt6~Vn%NGM|00$%t8M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/296590", "modelId": 263063} \ No newline at end of file diff --git a/datasets/metadata/296739.json b/datasets/metadata/296739.json new file mode 100644 index 0000000000000000000000000000000000000000..9378b8abeef6ed58139fe32096638aad66159047 --- /dev/null +++ b/datasets/metadata/296739.json @@ -0,0 +1 @@ +{"id": 296739, "index": 0, "name": "Perdita - 101D", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-13T01:46:05.170Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": [], "stats": {"downloadCount": 169, "ratingCount": 16, "rating": 5, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 233779, "sizeKB": 36978.21875, "name": "Perdita_-_101D.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-13T01:45:46.571Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8D7F2693", "AutoV2": "220933B44E", "SHA256": "220933B44EA5953171F16AA0F27F845E6F89D0382996D52680FB976B9BA91CCC", "CRC32": "2440D0B9", "BLAKE3": "4B8B63EF6D39369D8CB21D96117292B59AA8BF54E5379BE6474BF179C4744A77", "AutoV3": "9F50E75092E7"}, "downloadUrl": "https://civitai.com/api/download/models/296739", "primary": true}, {"id": 234773, "sizeKB": 6246.234375, "name": "297553_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-14T01:55:44.833Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BF1D0E3B", "AutoV2": "846403B6F4", "SHA256": "846403B6F4C8A5F4146FDCB12D00AEB9751D1BD06A6FF6995A20CCAD1EA21F4D", "CRC32": "17871DC4", "BLAKE3": "72E9A148F77EC4708AA0C93C479CCED71C9E6459F39662F95AA5550598C8A1EE"}, "downloadUrl": "https://civitai.com/api/download/models/296739?type=Training%20Data"}], "images": [{"id": 5644092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24cc45a1-0585-4d77-a227-3f3fd9b0a9cd/width=450/5644092.jpeg", "nsfwLevel": 8, "width": 800, "height": 512, "hash": "U5G[TX9d8^nO-pE3bbog00IA?w%Ls.D$oexu", "type": "image"}, {"id": 5463048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76b0a02e-6d55-464a-be0e-546cfacdc251/width=450/5463048.jpeg", "nsfwLevel": 16, "width": 488, "height": 488, "hash": "UBGIu[%e00~q004m-=?br_$,t79F%M%NIUM{", "type": "image"}, {"id": 5677091, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e11b9d3d-86ac-4846-98e6-fa3770861b98/width=450/5677091.jpeg", "nsfwLevel": 8, "width": 800, "height": 512, "hash": "U9G[Tc^*DNxZ9FIAofx]4Tbw%#V@_NogIAM_", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/296739", "modelId": 263192} \ No newline at end of file diff --git a/datasets/metadata/296954.json b/datasets/metadata/296954.json new file mode 100644 index 0000000000000000000000000000000000000000..f02c820120770863494ce2d01573f87aa66db1b2 --- /dev/null +++ b/datasets/metadata/296954.json @@ -0,0 +1 @@ +{"id": 296954, "index": 0, "name": "Gay rimming", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-13T06:19:36.377Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 1472, "ratingCount": 69, "rating": 4.99, "thumbsUpCount": 180, "thumbsDownCount": 2}, "files": [{"id": 233939, "sizeKB": 2559.9609375, "name": "296954_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-13T06:05:39.506Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "70A2190D", "AutoV2": "AE74DC985B", "SHA256": "AE74DC985BFA83F3C80A13A32EE4BE4E9F4181CC42023B3EB015640AD794123F", "CRC32": "BCA6622F", "BLAKE3": "5C332B5FFD579F3EBD1DB98AD0E3A8001B2F532FB81D932AE267900E58265EE7"}, "downloadUrl": "https://civitai.com/api/download/models/296954?type=Training%20Data"}, {"id": 233948, "sizeKB": 36977.875, "name": "Gay_rimming.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-13T06:20:39.579Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "05BF1A4B", "AutoV2": "80DD89C926", "SHA256": "80DD89C926EB3609780BA92493CC7C975B456204EC11255867A8CE4A40623B95", "CRC32": "643D0843", "BLAKE3": "13E8B450477F4565F6FD0982773DC965C7C77E519778A2CA01887D8BBF3E2901", "AutoV3": "2D847276EAA4"}, "downloadUrl": "https://civitai.com/api/download/models/296954", "primary": true}], "images": [{"id": 5440502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86f2ccf9-97ec-4316-a23e-b3b5fbb45697/width=450/5440502.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UKHdQy~Va09F.7o}9aVs0eD*f+-p9FR5xb%g", "type": "image"}, {"id": 5440118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7c3cf2d-d3e7-47b3-8cbb-dda6e232b55d/width=450/5440118.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "URJQp4IUx[4m?^J-SgDhx]^+IUNGRP.8r=Rj", "type": "image"}, {"id": 5439905, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90c05303-2467-41cb-a605-14dac506dac8/width=450/5439905.jpeg", "nsfwLevel": 16, "width": 640, "height": 512, "hash": "UCAJ4n~B-oxt?GxaoLNHELofxZxa4:NHS2xt", "type": "image"}, {"id": 5440036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2d799d5-a52e-44c2-b816-70167e182e5e/width=450/5440036.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UVKv?W_3IA4n.m-pIUMxX-SiNHjYxtf,S2WB", "type": "image"}, {"id": 5440200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75c35e38-b76c-4750-9fdf-eb30a022c968/width=450/5440200.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UOJ6+z4p}[$fSh%2IpI:0e-pxFNHS~E1J8xa", "type": "image"}, {"id": 5440214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f71b02f-ae48-4ff5-a2cd-ba283e739956/width=450/5440214.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UcLWIo$fni0K?^IUWCnNyENGs:oy-pR*NGkX", "type": "image"}, {"id": 5440216, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09035aeb-1504-4040-9022-1825b9aa5bb5/width=450/5440216.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "USIz0O~V=_sS0fIUEL$*0fIpxtXSt7kWWC9u", "type": "image"}, {"id": 5440230, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88617270-c8ec-4e60-9522-68d3c44b8fce/width=450/5440230.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UOL3cN4nPVXm^*Y5KQrq~qrq%g-p57%Mt7Io", "type": "image"}, {"id": 5440231, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13bea762-a2e4-4a2d-a9d3-65df0cc5d9bf/width=450/5440231.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "ULKTVv~V^Q4TyrM_ENH?BlE1?Io}?ERixuK5", "type": "image"}, {"id": 5440583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17e037d8-592e-4aaa-b7ae-ecf9cef556f1/width=450/5440583.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "URHw13~BS3M{^*kqozn$XTK5-o-U={t7ozS3", "type": "image"}, {"id": 5440631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88d48e51-13c5-4fac-be63-268d70875ba9/width=450/5440631.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJIWvB-TiwRQ_MRQE2M{Tx4.t7%MxaIU-ptR", "type": "image"}, {"id": 5440696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d66e5b2-53f3-49f5-af99-bd35a74faee8/width=450/5440696.jpeg", "nsfwLevel": 16, "width": 640, "height": 512, "hash": "UTJGm2xuj[~B.7T0NHs.X8xu?GIo-:kW%LxZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/296954", "modelId": 263378} \ No newline at end of file diff --git a/datasets/metadata/297497.json b/datasets/metadata/297497.json new file mode 100644 index 0000000000000000000000000000000000000000..123702b0601aabfea81eb8af572e2caadc6edc83 --- /dev/null +++ b/datasets/metadata/297497.json @@ -0,0 +1 @@ +{"id": 297497, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-13T16:36:46.755Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Alaska_Fireweed"], "stats": {"downloadCount": 143, "ratingCount": 13, "rating": 5, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 234392, "sizeKB": 643.8759765625, "name": "100_Alaska-Fireweed.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-13T16:41:21.876Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "8F9CCC8E4D", "SHA256": "8F9CCC8E4DCC668CC2144690D2A8A6CDD0C47366037289EC5F144EFAF7FE60B5", "CRC32": "D78599E4", "BLAKE3": "42A2BAE4FC963526D981F4A723D7A6EF3CF829C5B270D635FE6B0F8B92273B93"}, "downloadUrl": "https://civitai.com/api/download/models/297497?type=Training%20Data"}, {"id": 234386, "sizeKB": 9327.4765625, "name": "AlaskaFireweed.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-13T16:35:48.135Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "984E7E30", "AutoV2": "3ACEEA476F", "SHA256": "3ACEEA476F13B86A3765FEC72DDB2F0F31C5F09FAA2D72F8EDB3AF6F133BB486", "CRC32": "5E5EFB6E", "BLAKE3": "1A80AE258C9B21A647838E507B272FE96002452459BB477490625B7FC0B32DA5", "AutoV3": "3553886A022E"}, "downloadUrl": "https://civitai.com/api/download/models/297497", "primary": true}], "images": [{"id": 5453899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/874d5506-eb3d-48f7-b66a-11ae8ca69892/width=450/5453899.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UeH-=EaeNEbF.TR*e.j@yER*WYa#tmWBjZWV", "type": "image"}, {"id": 5453904, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28b0709f-3d8a-4c1b-866e-d5114b8fdc1e/width=450/5453904.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9C?19_0X7%3?d-oxbR:yDEhOrs;%g9[xvx[", "type": "image"}, {"id": 5453909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01e930a0-30b1-4dcd-bef6-8ac057b6e4da/width=450/5453909.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULEoudahI-fl_MogM_xut,ogaJkC?cIpNFs;", "type": "image"}, {"id": 5453940, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c53a001-1e04-4027-a2d2-8cf736d61dbf/width=450/5453940.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UeK^vy_N~qR*v~t7NGoz_4xuNGRjbvn*%2j@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/297497", "modelId": 263869} \ No newline at end of file diff --git a/datasets/metadata/297632.json b/datasets/metadata/297632.json new file mode 100644 index 0000000000000000000000000000000000000000..067713794cb2009fec5a183ad7d22b20284e1a51 --- /dev/null +++ b/datasets/metadata/297632.json @@ -0,0 +1 @@ +{"id": 297632, "index": 2, "name": "Clair New Year 2024 - Pokemon Masters EX", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-14T17:21:51.266Z", "availability": "Public", "nsfwLevel": 1, "description": "V1 - created with 46 images with subtitles taken exclusively from the game.
", "trainedWords": ["clairny24", "kimono"], "stats": {"downloadCount": 57, "ratingCount": 1, "rating": 5, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 234519, "sizeKB": 9336.9833984375, "name": "297632_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-13T19:20:48.544Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "186EF456", "AutoV2": "91DC877A8C", "SHA256": "91DC877A8C85B69E2743B34CB7A5D69E38382E91A2C2218057A4B181AAED9242", "CRC32": "8A50472C", "BLAKE3": "E2E73FA9380A88FEA916BF612D0D8CD1B83FE342A112EF4470AC49C58A869971"}, "downloadUrl": "https://civitai.com/api/download/models/297632?type=Training%20Data"}, {"id": 235413, "sizeKB": 36978.15625, "name": "Clair_New_Year_2024_-_Pokemon_Masters_EX.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-14T17:06:32.324Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7912D71C", "AutoV2": "0129FB085D", "SHA256": "0129FB085D0E618CAF6D4C467781B650A1D725E941F35E234F1C97666571939B", "CRC32": "60ACF886", "BLAKE3": "54425A73C9693EF0D3EF6ED32D7F0FAB36C575811C9C83FF591443246DF685E6", "AutoV3": "CD4DC40DE169"}, "downloadUrl": "https://civitai.com/api/download/models/297632", "primary": true}], "images": [{"id": 5492150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88cede21-97d7-4eb5-a530-1c053a2f5b9d/width=450/5492150.jpeg", "nsfwLevel": 1, "width": 864, "height": 1338, "hash": "UKJuiW~V^zk=tSIr8_IU-,XC-V%L-O%0o$xr", "type": "image"}, {"id": 5492151, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31923749-5d07-4512-860b-ffb9ef66e3e8/width=450/5492151.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1332, "hash": "UIIXgL}m#PIWD?9ZH?-ope%0%enN?HW,x]Mx", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/297632", "modelId": 263984} \ No newline at end of file diff --git a/datasets/metadata/297634.json b/datasets/metadata/297634.json new file mode 100644 index 0000000000000000000000000000000000000000..09fc2db99c3e1daf934e5a91fd1aaa9fd2b3989b --- /dev/null +++ b/datasets/metadata/297634.json @@ -0,0 +1 @@ +{"id": 297634, "index": 0, "name": "Lobsang", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-13T19:55:46.182Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 62, "ratingCount": 5, "rating": 5, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 234516, "sizeKB": 1490.0595703125, "name": "297634_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-13T19:21:52.280Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "9A0D696CA0", "SHA256": "9A0D696CA042E814CA28B6B1FFD7BB955D1CD6ECBF1C50AE9AA9A95731D9326E", "CRC32": "80B12B12", "BLAKE3": "9CDA4BCEA81312AA65E113870E60D2F505380D45590820FD1016937AB0F29303"}, "downloadUrl": "https://civitai.com/api/download/models/297634?type=Training%20Data"}, {"id": 235118, "sizeKB": 36973.96875, "name": "dreamlookai_sd-v1_lora_db_4sUqpRtD_ckp_0DrtbC4M_step_5000_photo_of_ukj_person.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-14T11:20:54.831Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1F62E617", "AutoV2": "1D8019AF3E", "SHA256": "1D8019AF3EFF1CC8C473FFB8B0C7BDFDE7202AFA0BA8AE6BD1F3A9BB484B53DA", "CRC32": "32C0CA5E", "BLAKE3": "23A59D09C88AC40533DD91F6DE63A809F25F3BF196288F4E79755A28441ECEAD", "AutoV3": "7C6C1B1BFBD7"}, "downloadUrl": "https://civitai.com/api/download/models/297634", "primary": true}], "images": [{"id": 5462400, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34badeff-d654-42f6-a490-fbb147671bfa/width=450/5462400.jpeg", "nsfwLevel": 1, "width": 509, "height": 511, "hash": "U58g4{~B0M0M0gV@^OxZ5REM-V^P$*s.R*Nb", "type": "image"}, {"id": 5462399, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51f44d84-9891-476b-a984-1a18dd390a3e/width=450/5462399.jpeg", "nsfwLevel": 1, "width": 508, "height": 515, "hash": "U58zJj~W0+1M5RNG=_%10~Nx^j={xFs9jYEL", "type": "image"}, {"id": 5462401, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f5ea375-a9af-431c-9759-f8745da9aa5e/width=450/5462401.jpeg", "nsfwLevel": 1, "width": 511, "height": 509, "hash": "U48pot^*0O0#0hIp}?={5lbH^Pafxas9oeNG", "type": "image"}, {"id": 5462402, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cc2705d-87fb-4eda-a220-54dfbe3785b7/width=450/5462402.jpeg", "nsfwLevel": 1, "width": 509, "height": 1018, "hash": "U58:^n_3020M^Q-VEL5802M{}?$*9a9v%L~B", "type": "image"}, {"id": 5462403, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bb42946-aac0-4609-82da-5250626bff73/width=450/5462403.jpeg", "nsfwLevel": 1, "width": 511, "height": 503, "hash": "U88De7~B5S0fE3Rj$%xZ9uIpt6-of+fkoKjZ", "type": "image"}, {"id": 5462404, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e02ef1e8-5fbd-4be0-8c19-a91a70181c4f/width=450/5462404.jpeg", "nsfwLevel": 1, "width": 509, "height": 508, "hash": "U68gNj~V0h0M9vRk=_s.0gEM={^j%2oLS4S4", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/297634", "modelId": 263986} \ No newline at end of file diff --git a/datasets/metadata/297660.json b/datasets/metadata/297660.json new file mode 100644 index 0000000000000000000000000000000000000000..6b534e877e137c19fff78155fd3563d58a6580fd --- /dev/null +++ b/datasets/metadata/297660.json @@ -0,0 +1 @@ +{"id": 297660, "index": 0, "name": "SDXL HuWoof LoRA", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-13T21:34:50.889Z", "availability": "Public", "nsfwLevel": 1, "description": "Rank 8 SDXL LoRA
", "trainedWords": ["HuWoof"], "stats": {"downloadCount": 146, "ratingCount": 1, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 234551, "sizeKB": 4249.4501953125, "name": "297660_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-13T20:01:17.838Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7B3543D1", "AutoV2": "5A28B63CC4", "SHA256": "5A28B63CC4120218E1729252A47288AEE278F27B0821E50432FCECC07C794FA7", "CRC32": "64EACC8B", "BLAKE3": "D2DC0633E847D456193AD51C5AB19E29A966690757971740EEA151C1AE14EBF2"}, "downloadUrl": "https://civitai.com/api/download/models/297660?type=Training%20Data"}, {"id": 234598, "sizeKB": 56078.63671875, "name": "SDXL_HuWoof_LoRA-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-13T21:25:50.204Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "32CC58BE", "AutoV2": "E7240B9DD5", "SHA256": "E7240B9DD540BA1DB551E16767537B7029ACDDEFCC3B22768D2875B06ABDC973", "CRC32": "BE1F32F4", "BLAKE3": "66613AC904828558C45BC216E22AAD5264DF25250A24BB7FF30A1F8DC32198E2", "AutoV3": "6B6C2470B151"}, "downloadUrl": "https://civitai.com/api/download/models/297660", "primary": true}], "images": [{"id": 5461820, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd49312d-f502-4ea7-9d91-0401ea0effc0/width=450/5461820.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5LpUG.SNH9Z009F$*WXK6NGrX~V+zM|EKWA", "type": "image"}, {"id": 5461806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/840289ea-a81d-4650-b45d-dab85300c087/width=450/5461806.jpeg", "nsfwLevel": 1, "width": 960, "height": 1280, "hash": "UDHM$9D*0O.S0K%2wfRj?dX9VWRP0Mt8tNjY", "type": "image"}, {"id": 5461803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3adbb45e-7751-4176-9ac9-e9555a3d6463/width=450/5461803.jpeg", "nsfwLevel": 1, "width": 960, "height": 1280, "hash": "UUGIigxuITWC_NoK%Lt6%gRkR-RjT0j[t6WV", "type": "image"}, {"id": 5461808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fcb63bc-3006-4e98-9f38-cb274e500465/width=450/5461808.jpeg", "nsfwLevel": 1, "width": 960, "height": 1280, "hash": "UQL|cKs.~p%f%MWBWWs:M{WBIUj?M|t7s+Rj", "type": "image"}, {"id": 5461819, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc919474-91b5-438c-b45d-82eb129ff7ef/width=450/5461819.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUGb*faJ?GtmK-t5bHkD-=bINKi^ESWCt6WB", "type": "image"}, {"id": 5461805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40f01f0c-26af-4f7d-95ed-60cf463369d9/width=450/5461805.jpeg", "nsfwLevel": 1, "width": 960, "height": 1280, "hash": "UHE_]Qt7DiE1~oWCV@s.RioJx]t7E2ockDj]", "type": "image"}, {"id": 5461804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61a94688-216b-49aa-a1df-28ef55e41b58/width=450/5461804.jpeg", "nsfwLevel": 1, "width": 960, "height": 1280, "hash": "U4DvDu0[00zA}+NL0.^c00^cEAX:?u4pIA-:", "type": "image"}, {"id": 5461800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/963f78a1-091a-43c9-b4f5-1aeda37853bd/width=450/5461800.jpeg", "nsfwLevel": 1, "width": 960, "height": 1280, "hash": "UfOpMTxt_NR.ofWBofof-=WCROxs%1ofR-WC", "type": "image"}, {"id": 5461802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/873fc285-4db6-4b95-a8e8-b75656df2822/width=450/5461802.jpeg", "nsfwLevel": 1, "width": 960, "height": 1280, "hash": "UCEo-{IY5nnO?wIt=^aJ0Lr;==Oaves7ElS%", "type": "image"}, {"id": 5461815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0888de32-01d8-4136-a6d8-9d2b5fc3b53f/width=450/5461815.jpeg", "nsfwLevel": 1, "width": 960, "height": 1280, "hash": "UEE_]Pof4o9b~nR+xboexujsozt7bes:R5j?", "type": "image"}, {"id": 5461801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffdc5b04-1feb-46b1-b6ca-b34bf654cfb7/width=450/5461801.jpeg", "nsfwLevel": 1, "width": 960, "height": 1280, "hash": "UYMZ:ZxVyGbd-:j[IUf5tmj]MwjYWGaxt2a}", "type": "image"}, {"id": 5461812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e5c612a-33fc-4aa9-9400-d1b2332d9611/width=450/5461812.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOJG_+xu~9jY%LWrkCoeMxoeNIWDaKoIRkWC", "type": "image"}, {"id": 5461807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96cd72f4-3ef1-44c8-8df8-8d5bb12e7297/width=450/5461807.jpeg", "nsfwLevel": 1, "width": 960, "height": 1280, "hash": "UDFP7}Ip3G?HlBs,58NKq@baIpRQpbf8WaX8", "type": "image"}, {"id": 5461817, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b0ce767-0927-4393-9c6f-b238bf4a7396/width=450/5461817.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9H0O[Z2LJEMG^Zg#lEg7}ELvgwvt9XNELsD", "type": "image"}, {"id": 5461813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6b8016a-5c46-4237-aa45-bdb2293ecea3/width=450/5461813.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTJ*I?R5^*xvngxuoIbI~8WDRiadD%W=oen$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/297660", "modelId": 264013} \ No newline at end of file diff --git a/datasets/metadata/297886.json b/datasets/metadata/297886.json new file mode 100644 index 0000000000000000000000000000000000000000..8e1b9579e168a0f56af9327df88c1e3b9be67956 --- /dev/null +++ b/datasets/metadata/297886.json @@ -0,0 +1 @@ +{"id": 297886, "index": 0, "name": "1.0", "baseModel": "SDXL Turbo", "baseModelType": null, "publishedAt": "2024-01-14T10:46:39.583Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 76, "ratingCount": 4, "rating": 5, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 234739, "sizeKB": 940.849609375, "name": "297886_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-14T00:55:45.984Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "E30E0CEF3D", "SHA256": "E30E0CEF3DB4E4DB28B17ED823885B8AC28C86F61B8BD092B0E3CFFC9096780D", "CRC32": "9EC991D8", "BLAKE3": "FE2EEF925D5DC0835A6FBCE204710E8C3E1971C5E88DDD6F4EA9B15897AC9507"}, "downloadUrl": "https://civitai.com/api/download/models/297886?type=Training%20Data"}, {"id": 235086, "sizeKB": 223099.10546875, "name": "Care_Bears_-_2007_characters_style-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-14T10:45:44.915Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "251FAE0E", "AutoV2": "5AB9C1AE70", "SHA256": "5AB9C1AE70B270BC66CD555A8CC3441F8D6991948495A0F29833F53CE351D1DF", "CRC32": "D10E9BDE", "BLAKE3": "E37F45AB76DB33692E480158773411470721D85B1C12ED430AADEFDC741C92D1", "AutoV3": "5C901F69CFF8"}, "downloadUrl": "https://civitai.com/api/download/models/297886", "primary": true}], "images": [{"id": 5481225, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64304b94-475c-4a54-962d-b9541714ddb6/width=450/5481225.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8Bf}3nn00tkS$ofn+V@0Jt7~WIo=}aLELo}", "type": "image"}, {"id": 5481226, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14a20e3d-cc5e-4321-8c43-49eba14dbeb4/width=450/5481226.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UgN,*?owm5w%o4bXn-j1RCfitOays=bEWUn-", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/297886", "modelId": 264205} \ No newline at end of file diff --git a/datasets/metadata/297927.json b/datasets/metadata/297927.json new file mode 100644 index 0000000000000000000000000000000000000000..4b7abca93b10246c3b4ac442aa5e09c7945903ed --- /dev/null +++ b/datasets/metadata/297927.json @@ -0,0 +1 @@ +{"id": 297927, "index": 0, "name": "V3 [XL]", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-14T02:55:09.664Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["steamboat willie"], "stats": {"downloadCount": 198, "ratingCount": 15, "rating": 5, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 239888, "sizeKB": 14217.6240234375, "name": "steam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-18T19:35:55.333Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "299D48D3", "AutoV2": "86ABE3613C", "SHA256": "86ABE3613CF9E65E411FE0A6ECCD82D8F5526EDDE669677F5C72EAE939870C0D", "CRC32": "F3AAFC12", "BLAKE3": "D2E8990B7057CDC4956C18047C81CFFFA375A97BB581CD9198D6236EF51ECEA7"}, "downloadUrl": "https://civitai.com/api/download/models/297927?type=Training%20Data"}, {"id": 234775, "sizeKB": 237031.44140625, "name": "WillieXL-000465.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-14T02:01:00.646Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "634DB0B7", "AutoV2": "E5B7C43AAC", "SHA256": "E5B7C43AAC1A37A07B9EB430590D37EC2FA47B8981F9D50778BD20EFA1DAFB68", "CRC32": "41BA3640", "BLAKE3": "D7511C68652A40D0B57A58AB0BDB99B758E13A766A08DF79D6EAA5682C56A9D4", "AutoV3": "CC125851A6B4"}, "downloadUrl": "https://civitai.com/api/download/models/297927", "primary": true}], "images": [{"id": 5468764, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10602fff-4d38-4990-9c96-d48ceecd8486/width=450/5468764.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBH-V]~W02Enmt$POBn48|r.%M#,=_ODEL%2", "type": "image"}, {"id": 5468779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73824481-40cf-4fb8-ba6a-51cce2cf696a/width=450/5468779.jpeg", "nsfwLevel": 1, "width": 1184, "height": 960, "hash": "UBMGq,~UDh%gt.OZE1IU~o%L4;Vs^O?GIUM{", "type": "image"}, {"id": 5469675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1fcfca7-fad6-4a1d-a6e2-8129410eb67e/width=450/5469675.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URGI=fV?VDx]~pRP%0x]Ndn$%2W=I[ogV@j[", "type": "image"}, {"id": 5469210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/723ce633-ec8a-4ff4-8786-63cc29aac8c2/width=450/5469210.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1120, "hash": "UCIhjW~qD%%09wNyxuV?8wxvoyMx58NxD$IT", "type": "image"}, {"id": 5469920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfdfffc8-4b20-4790-8d39-6f21b28b0aa7/width=450/5469920.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBK1,n~qD%j[t7-;?bM{00ofM{j]?bRjRjRj", "type": "image"}, {"id": 5470347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8046d9d-6079-425b-9de7-2fe10cb11b34/width=450/5470347.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1216, "hash": "U6JaDf1600E.~AxC-P$x*^$%cGn1^*XpD%VC", "type": "image"}, {"id": 5713767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84422142-e6ea-48f0-b47b-4877590af04e/width=450/5713767.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U5GR@$0000S6T|00-;RQR5~A%h?I^+ae-;%N", "type": "image"}, {"id": 5713809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/765e1cab-6168-479e-9356-1a7c29491263/width=450/5713809.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "URMGnt~pac-o-;xtoMX9-5xZN1ogEL%LEMnh", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/297927", "modelId": 251881} \ No newline at end of file diff --git a/datasets/metadata/298116.json b/datasets/metadata/298116.json new file mode 100644 index 0000000000000000000000000000000000000000..8d63a60a4d9a38582dad31a91cf085e9215b5a21 --- /dev/null +++ b/datasets/metadata/298116.json @@ -0,0 +1 @@ +{"id": 298116, "index": 0, "name": "Lendet", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-16T06:41:14.356Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Lendetface"], "stats": {"downloadCount": 34, "ratingCount": 1, "rating": 5, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 234933, "sizeKB": 2120.4853515625, "name": "298116_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-14T06:10:55.208Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2E462F00", "AutoV2": "EE788A3151", "SHA256": "EE788A3151A6CA580912CF4AAA8CF65F2F5AC3C4542BFC54D0C766551FD94CF3", "CRC32": "73D434D0", "BLAKE3": "58F31B5A5EE121962C39D1272727A5A13ADE1B4105A06470E756FDC8FED0B024"}, "downloadUrl": "https://civitai.com/api/download/models/298116?type=Training%20Data"}, {"id": 235201, "sizeKB": 36977.734375, "name": "Lendet.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-14T12:55:44.517Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CD7E9CC4", "AutoV2": "F6858FEB46", "SHA256": "F6858FEB46DC000F600A725D7A514E1A8C71E58D1E2848E8F49E5551EAABFD31", "CRC32": "060148EA", "BLAKE3": "703638F1E3B87664304116230A52EF58DD12661FBA69D4573D057E88849F99EE", "AutoV3": "3362FB619321"}, "downloadUrl": "https://civitai.com/api/download/models/298116", "primary": true}], "images": [{"id": 5546304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/788053fc-402a-445f-91a9-b932af892df4/width=450/5546304.jpeg", "nsfwLevel": 1, "width": 1200, "height": 800, "hash": "UXIhjVtRD%I9-;DiM{n~_Nf6RjM{M|RjWUWA", "type": "image"}, {"id": 5546305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53cd9648-363b-4c50-97e3-a21b53be888c/width=450/5546305.jpeg", "nsfwLevel": 1, "width": 1200, "height": 800, "hash": "UACi]q~ArW%g~V^*o#ITRP_2aeD%9G9aax?b", "type": "image"}, {"id": 5546307, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1264dad4-14df-4920-9b97-920afcbd0bcf/width=450/5546307.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "UDCsga-;yYx^_Nt8xvbbM{XTDiVr00tRIAMw", "type": "image"}, {"id": 5546303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db66d30d-1e66-4990-88d9-7a00c4942a13/width=450/5546303.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "UKD0M-%M%$%h_NxvtRogM_X9D%RO4ntRIUMx", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/298116", "modelId": 264404} \ No newline at end of file diff --git a/datasets/metadata/298121.json b/datasets/metadata/298121.json new file mode 100644 index 0000000000000000000000000000000000000000..d770d604b983c4ecdcb3b376db62865cf48d0752 --- /dev/null +++ b/datasets/metadata/298121.json @@ -0,0 +1 @@ +{"id": 298121, "index": 0, "name": "anime s2s3", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-14T06:07:53.191Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["saika totsuka, blue eyes, ahoge, grey hair, male focus,", "jacket, green jacket, shirt, white shirt, open jacket, shorts, green shorts, raglan sleeves,"], "stats": {"downloadCount": 364, "ratingCount": 39, "rating": 5, "thumbsUpCount": 53, "thumbsDownCount": 0}, "files": [{"id": 456733, "sizeKB": 75531.666015625, "name": "saika totsuka s2s3.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T01:38:23.303Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3C71F4B8", "AutoV2": "BD09EBF69E", "SHA256": "BD09EBF69E7F4CE0A81A87E64AA3ECE29280298FDA748774368797D977164BFC", "CRC32": "3A3827A5", "BLAKE3": "3855D8B5FFEB032A8629829AE002DF6FCFBC8C58C48D1A7F7C890BEA0F8419CB"}, "downloadUrl": "https://civitai.com/api/download/models/298121?type=Training%20Data"}, {"id": 234931, "sizeKB": 36983.1953125, "name": "saika totsuka s2s3-lora-nochekaiser.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-14T06:05:54.913Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E6AB1964", "AutoV2": "05CBFFF232", "SHA256": "05CBFFF232B7CBF8873DA85A736EB4537229260EA80387AA28B7A4277D6B630C", "CRC32": "F35CE63A", "BLAKE3": "31605E9FECF36C3E8BB26DA5FB14492F38A12E698C72130D47E75D8C8A23267B", "AutoV3": "4B0B9D9894D6"}, "downloadUrl": "https://civitai.com/api/download/models/298121", "primary": true}], "images": [{"id": 5475168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c53aed66-1a5e-43c9-b2cc-cc9a2f011ce2/width=450/5475168.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "ULL4sZ~W_N4:~XM|NZxtH@M_9as=yDt7o1Rj", "type": "image"}, {"id": 5475170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6184ca63-a549-45cb-b240-bcd35150ee69/width=450/5475170.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UYHodsnT%M%3^-WUI;xu-pjuWAj]tkWEspoy", "type": "image"}, {"id": 5475167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0ae9646-0f97-4ae7-98af-babc2e33b717/width=450/5475167.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UUJRT^?bX9tR_4%Mxut7ICWWR*t7SMs:M{oz", "type": "image"}, {"id": 5475171, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/268cc9d8-cc1b-473c-ac01-34abb52f408d/width=450/5475171.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UDJko;yX00?d_3V[IvnPHYD+IpIn?d-:IltP", "type": "image"}, {"id": 5475169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c6912dc-0873-400c-aa05-1acd541d4004/width=450/5475169.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UXL}1=%KO8?H~W%2xwj[RQt7WUNFxvWCRis:", "type": "image"}, {"id": 5475172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a9d769e-d981-4a57-9d42-8979b4caeeb6/width=450/5475172.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UGK1%Y8}000J^+E2%h-;MktkkWM|~qspI9Ri", "type": "image"}, {"id": 5475173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/374618a9-b43a-439d-bcf2-58375ef9a563/width=450/5475173.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UCK_5k8x009s~EE1%hi^MkbXtR4o?]M|4UD*", "type": "image"}, {"id": 5475175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2150f239-32d9-4109-8f9a-28cbe077f354/width=450/5475175.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UbLXSh?FyEbv^-oeo#s:D%WBInn%WWt6niNG", "type": "image"}, {"id": 5475176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3c730a6-8ffe-40bf-bbb2-2f2d25622b29/width=450/5475176.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UZJko*~qIoth-C%Lo#sqV[WCbF%2%foMRPR$", "type": "image"}, {"id": 5475174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e27471d-c91c-4611-80e9-d5c104511637/width=450/5475174.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UQJ8b2#X9c9s?KI-NF9aoxRkxVRQ.7tRnnob", "type": "image"}, {"id": 5475177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8dace20-bbaa-4dd4-8f14-df3fb80c2761/width=450/5475177.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UJJRdS-901S#^l?Hti0L?ax[^lR$?wNGMw%3", "type": "image"}, {"id": 5475178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0bc7765-0e06-40fb-b849-eae1b69e76c9/width=450/5475178.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UYI}nm~Wt9-:?c%MxtofMyayj=WBkVfkRRj?", "type": "image"}, {"id": 5475181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea9d4281-d6d9-40d3-9500-00eb9fd8cc2d/width=450/5475181.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UOIOnL4:IqS5_44otQofesInt7axW-t5M_M~", "type": "image"}, {"id": 5475179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8938fcd-1f47-47f7-9acb-6659afc7cfd9/width=450/5475179.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UOJI60Vs4nRl~Doex^R%Rjt6%MRj_3ofMxoM", "type": "image"}, {"id": 5475180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f512343-dcfa-4685-aca8-51d371d9e97f/width=450/5475180.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UIK-k5t900xw_NtSyF-:=}oe?HWC?]Rk9EM}", "type": "image"}, {"id": 5475183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcff92cc-2c5a-4123-8b91-57f8a1ba86c7/width=450/5475183.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UPJ*YX_L9Y-n~Dt7N|xbeSM}-;tR_N-oRiX7", "type": "image"}, {"id": 5475184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49384e22-68ba-4e6e-a4c3-272c027815f5/width=450/5475184.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UWJk+4?tXBwP^UfUJ6xtsoM}M|thS]oHjFIX", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/298121", "modelId": 264409} \ No newline at end of file diff --git a/datasets/metadata/298534.json b/datasets/metadata/298534.json new file mode 100644 index 0000000000000000000000000000000000000000..f4ac7f6e672569f90af9336e70d1b84ce33f8881 --- /dev/null +++ b/datasets/metadata/298534.json @@ -0,0 +1 @@ +{"id": 298534, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-14T15:12:37.543Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 194, "ratingCount": 29, "rating": 5, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 235303, "sizeKB": 22248.61328125, "name": "Eruca_Crawford_Disgraced-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-14T15:15:40.805Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EDD7D108", "AutoV2": "81413B4460", "SHA256": "81413B4460F708E6E18F52D66C1C565EC4D7720F28292DBE6F4F535FF69470F1", "CRC32": "B8FB5BA2", "BLAKE3": "DA11419863451BD38B212F2B449CDC099F886A62201922B5DC7A197A2452362F", "AutoV3": "46BB54668011"}, "downloadUrl": "https://civitai.com/api/download/models/298534", "primary": true}, {"id": 235304, "sizeKB": 46191.888671875, "name": "Eruca_Crawford_Disgraced.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-14T15:15:49.373Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2549950D", "AutoV2": "1B7B37E179", "SHA256": "1B7B37E179EAE2ABFF9317550C2B58727057F8F4B8BA754A4D8A5BDD640CC96F", "CRC32": "1EF21737", "BLAKE3": "570EF676650313E1155DE50E7BE3C875B05C8DB110BB386926C6F20C0FD0112F"}, "downloadUrl": "https://civitai.com/api/download/models/298534?type=Training%20Data"}], "images": [{"id": 5488645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa3de841-e985-416f-a3fd-db44082d2af0/width=450/5488645.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULJk7c%LTK-p_4xa~pfk9ZRjr;NGn+Rj9FjZ", "type": "image"}, {"id": 5488760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f9d5b58-6661-41a1-8fdd-98a9c61ca61b/width=450/5488760.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UiM%i,-p_NIV%hRj?axuxaayM{xaM|Rjt7bF", "type": "image"}, {"id": 5489098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72e11988-924d-41ca-85da-c18033c513a4/width=450/5489098.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJJ%^BMd5T9a00%gDiaf4:$%xrNG~pEMRPi_", "type": "image"}, {"id": 5489459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd69154e-1b3c-4f36-9a99-c110427dd69b/width=450/5489459.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNMQFqERy?M#0oM|NLxv02iw-pj]?b-o$MNG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/298534", "modelId": 264758} \ No newline at end of file diff --git a/datasets/metadata/298889.json b/datasets/metadata/298889.json new file mode 100644 index 0000000000000000000000000000000000000000..1496c8b03024d70ef5a43046bdc05a9daf677ac1 --- /dev/null +++ b/datasets/metadata/298889.json @@ -0,0 +1 @@ +{"id": 298889, "index": 0, "name": "SS v1 (SDXL)", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-14T22:52:43.650Z", "availability": "Public", "nsfwLevel": 15, "description": "", "trainedWords": ["SaggySlimXL", "uhang", "yhang"], "stats": {"downloadCount": 588, "ratingCount": 26, "rating": 5, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 387480, "sizeKB": 277821.083984375, "name": "Saggy Slim_training_data (2).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T04:41:23.921Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B7A873D0", "AutoV2": "FA6825E9E5", "SHA256": "FA6825E9E59F81FE06B08675246F2767C68564ED972BC29AC8B3E85F3F8CA814", "CRC32": "6DF19452", "BLAKE3": "75E6D069C1CC697E949DEE58D9710C73655F18B4F5FB17B945D2285F179CA43E"}, "downloadUrl": "https://civitai.com/api/download/models/298889?type=Training%20Data"}, {"id": 311187, "sizeKB": 223122.67578125, "name": "updated_saggy_slim.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-12T00:40:59.977Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0A2524CD", "AutoV2": "66A6CD5711", "SHA256": "66A6CD5711D851837B7E4613A91AECEEC9B96C04DF6928C465027180AF7B924F", "CRC32": "E85DAA4A", "BLAKE3": "2024A29498490013F046417583C21D8212A6FF2C47FBD4D6599F4E9B87BC06BE", "AutoV3": "F74E8BF89BF3"}, "downloadUrl": "https://civitai.com/api/download/models/298889", "primary": true}], "images": [{"id": 5501383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/723b1bb6-a29e-47b1-a653-50a0f76781fa/width=450/5501383.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UFC~}0ob.7xucHt2WUf9x_RiNFWE?dt3xat7", "type": "image"}, {"id": 5501384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0929e502-ebd1-4266-86a7-3ae0315f26a3/width=450/5501384.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "ULGknYk@1i^lyZ%4xcX8%hoz?GaK?dWBNGWV", "type": "image"}, {"id": 5527130, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d845a1fd-db61-4a10-ab8e-f2dbabd60e46/width=450/5527130.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UbM7S=WA_Nxa%2R*xvn$s:WBofWB%MaeRjj[", "type": "image"}, {"id": 5527121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c38bcff-d27b-437b-92df-2be041c99239/width=450/5527121.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UKKdoCtS_NxsJ;%LIqM}NH-oM{-p%hbcxBxY", "type": "image"}, {"id": 7806246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7f4dbd6-85d7-4ba3-8183-ed4a57a4de92/width=450/7806246.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UIJHN[00oy_4_Nivo~-o9GV@?GRPnhS5M{WB", "type": "image"}, {"id": 7806244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25aa9d55-8dfc-4726-8f81-36536ff87888/width=450/7806244.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9D[te~AxFxt%2V@%0^jR5Rl9uEM0yxa~Bxa", "type": "image"}, {"id": 7806248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/086f46ba-6bda-4e90-ab39-1af2975a489a/width=450/7806248.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UAGa|KI9t7VD%3D%%hxt~WbI9aE10KIU?btR", "type": "image"}, {"id": 7806245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33adb14b-08d5-4a07-b45c-ae9218f04a56/width=450/7806245.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U6Gl3G~p2kDi=.tlS{D%00D%?b?HBW4o=z?b", "type": "image"}, {"id": 7806247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8b3f04f-490d-4a33-ae9b-cf65f2c3f025/width=450/7806247.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UGCZLo~WyEgh%LozE2E2-;%Ls:ozkqo#t7xZ", "type": "image"}, {"id": 7806249, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30e78e6f-da2e-4a27-8e2f-42c324357462/width=450/7806249.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UCD+h-ER0gwa?v%2WA4:~UNdIpw[T0ofxDf5", "type": "image"}, {"id": 10745982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/816bc2f4-46d9-4a32-87c8-90e19e2c09a5/width=450/10745982.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UgGIcb~q%#%g-pofNGbba{j[s:oft7kCWBf6", "type": "image"}, {"id": 10745983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37d5b2c2-5f82-4878-aa89-2460def86c22/width=450/10745983.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8I#AR0JL3~WMxkC=|V?0*oe~BS5=_oJD%Io", "type": "image"}, {"id": 10745984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cbf9778-c4b4-4877-9f7f-9917b6c46155/width=450/10745984.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UAJQ$W?HPn56$vMx%htS0fIp^Oxt_4ozDhnh", "type": "image"}, {"id": 10745987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6459ac12-fa88-44b0-ade2-597b1181bb2e/width=450/10745987.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UYIO8.S$}=xYr?oJE2aeE1R*M}f+X9aeRPbH", "type": "image"}, {"id": 10745988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89f8c388-846c-4469-bcbe-fd12d74b7850/width=450/10745988.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHIW$AX9?Z-n~VxZRkW;-.xZRQWVNHNHWXay", "type": "image"}, {"id": 10745989, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08c4ec0d-12f1-483a-aa40-641122edacfd/width=450/10745989.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UPI=JaRi-;-;sjxuNG.7~pRj%2ockWD*V@RP", "type": "image"}, {"id": 10745991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11f0bf7d-12d8-4568-9105-01401dce232c/width=450/10745991.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UbKd@|%N_NM{ALR-I[t7JDoeR.j]S5oexuof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/298889", "modelId": 265071} \ No newline at end of file diff --git a/datasets/metadata/298994.json b/datasets/metadata/298994.json new file mode 100644 index 0000000000000000000000000000000000000000..f1fb1488ab45c1e43d1d35a821031ff21aa6c622 --- /dev/null +++ b/datasets/metadata/298994.json @@ -0,0 +1 @@ +{"id": 298994, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-14T22:47:17.566Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["LalatinaDustinessFord", "Black_bodysuit_Yellow_high-waist_skirt_Front_slit_Red_bowtie", "Yellow_armored_dress_Boobplate_Pauldrons_Black_bodysuit_Faulds", "Blue_skirt_suit_white_neckerchief_Black_pantyhose_Pencil_skirt_Miniskirt", "White_frilled_dress_Black_thighhighs_Garter_straps_Green_bowtie_Feather_hair_ornament", "Pink_nightgown_frilled_dress_see-through_Pink_bowtie", "Black_dress_Red_skirt_Frills_Yellow_bow_Black_hat_Low_neckline_Cleavage"], "stats": {"downloadCount": 370, "ratingCount": 67, "rating": 5, "thumbsUpCount": 85, "thumbsDownCount": 0}, "files": [{"id": 235730, "sizeKB": 37027.375, "name": "LalatinaV1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-14T22:40:48.854Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DC9BC970", "AutoV2": "E297770BBB", "SHA256": "E297770BBBCA4B759564DC77E6A59060046FEF0CCA2561772F75ADFE2D90C151", "CRC32": "F0CB793A", "BLAKE3": "0A4AFB19F292CDD42E5470D6526B4AFB3F3D063FAE676D413BFCEB0BF9161121", "AutoV3": "569C0BDD16FD"}, "downloadUrl": "https://civitai.com/api/download/models/298994", "primary": true}, {"id": 235731, "sizeKB": 375498.1650390625, "name": "data87Lalatina.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-14T22:40:53.816Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CD137A9F", "AutoV2": "AB494FDBC8", "SHA256": "AB494FDBC8B7EF0814B0B247A517D236EDF80D507A07904C4EA8817EA390C0CF", "CRC32": "21F399D1", "BLAKE3": "50D4F7C426EB36DE504F6A7CC3C1C90926E14670D177AD7527AA3FEED944610C"}, "downloadUrl": "https://civitai.com/api/download/models/298994?type=Training%20Data"}], "images": [{"id": 5500984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a286839c-33fa-4fbb-b09e-48154e13b13d/width=450/5500984.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UOIW+L4;4==^%g=_E29v~UNL57NZxs^OIpWB", "type": "image"}, {"id": 5500985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/519af2a7-1828-433b-a573-5d0bb69ff17d/width=450/5500985.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UYIWiprsaK%1Xnt558xaShNcIVof~8NHIpof", "type": "image"}, {"id": 5500997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62997afa-16d1-4bdb-9f50-3e2a8a4993cd/width=450/5500997.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UQH^;HxB05NH9$X9ROs:-:WC9aNH~Ts+E3od", "type": "image"}, {"id": 5500998, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/010054ef-c4d3-4038-a57d-b6be5f41084a/width=450/5500998.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UVIDp,+]$%aLbwx[9aJBI=%K9uIp}?nlofIo", "type": "image"}, {"id": 5501001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a05de33-7659-419c-8246-ec0a10c6d1d3/width=450/5501001.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UPL3+6t703t8_Nt7D%s-NFadoNWBR2jFa%xa", "type": "image"}, {"id": 5501016, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f2cd744-ab94-4e5d-961a-0b7d26a33c3b/width=450/5501016.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "ULLzEY9t03~Vtm%M029a4-IWV{=^D#RONLof", "type": "image"}, {"id": 5501025, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f38871a-83bc-45ab-abc5-c7650fe8ad3c/width=450/5501025.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U9J@avxQ000m~pcH00-3TB9Fa+%J00RO9#?I", "type": "image"}, {"id": 5501027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b695ff69-ba46-414e-bf85-959c2c90a2de/width=450/5501027.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UfHn?QE1IVM|~WRjD+k9n$adRnt7s:WVs:a#", "type": "image"}, {"id": 5501042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c52841a-3f67-4072-aa58-f6dcbb73a94c/width=450/5501042.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UQG8$fX9It_3~p%N9G?H${RjIXobW9NHRkae", "type": "image"}, {"id": 5501043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c6fb3cd-d27e-4179-9cf3-ac3c2ae28403/width=450/5501043.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UFGR_3o$9i-o~RE200-nnKIW9H-:--M{-:-:", "type": "image"}, {"id": 5501057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9550127e-22c0-42a4-a7f6-3fccdc9b85b7/width=450/5501057.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "ULLqLZ_300?b~Lr;9as:00ROEPRPxsS$D*R.", "type": "image"}, {"id": 5501059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a58e6af8-df11-4233-8804-d645ec130d54/width=450/5501059.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UTNAYLjJH?t7^Hnl4.Rj00RQEONH%%jcE2bI", "type": "image"}, {"id": 5501069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d14dd44b-5293-4730-a0aa-e60d92de986a/width=450/5501069.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U9K-qH%M00~W00Mx0MJ6009atTS5cZD*$xNY", "type": "image"}, {"id": 5501082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d422a63f-bbe7-497a-ab31-fbb1d3241c22/width=450/5501082.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U8LDP$~B004oJw~UDs9a00o|N5E3SH4.VuxH", "type": "image"}, {"id": 5501085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e560f5e4-a85f-4b87-a014-e44da51d9352/width=450/5501085.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U7LpaT%i00~W789a03t60001jMI.V:OsrYfh", "type": "image"}, {"id": 5501101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/845a646f-8334-4ad9-aea1-ffaa49404da1/width=450/5501101.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U9K]o?8x0J0MKX~B4;0g00~p4rI;NW%0XSRQ", "type": "image"}, {"id": 5501108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6aa1cdc-d82f-47e6-9c1d-02ec34c8aa92/width=450/5501108.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UPI:|G9[0h$ky?v~9cNt#ZWAIqNGD*X4W-xG", "type": "image"}, {"id": 5501109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67860c68-a93c-497c-8340-ac40df81ad76/width=450/5501109.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UZKTY,tQ0fxZ~p-UIoofMeS2tRoL9ZWBxuoL", "type": "image"}, {"id": 5501134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c11e3b1-7083-47c1-9a89-6206c3632ba0/width=450/5501134.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UNJ@Uibu03bw*0nQ9bt7D5IoxrbI4-RP$~of", "type": "image"}, {"id": 5501147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/086ba6dc-9c4d-4061-87ce-9bbc0c39d07c/width=450/5501147.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UPH,xR=_57%K~ooc9Ht7_0W;D*X8-.spE2f6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/298994", "modelId": 265162} \ No newline at end of file diff --git a/datasets/metadata/299093.json b/datasets/metadata/299093.json new file mode 100644 index 0000000000000000000000000000000000000000..444a358a15d8c46e6058626380ae7896c049b109 --- /dev/null +++ b/datasets/metadata/299093.json @@ -0,0 +1 @@ +{"id": 299093, "index": 2, "name": "v1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-15T03:17:52.450Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 148, "ratingCount": 3, "rating": 5, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 235809, "sizeKB": 33516.10546875, "name": "299093_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-15T00:41:29.058Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0206FBF9", "AutoV2": "5B44E3990C", "SHA256": "5B44E3990C097B20EC5316DEB8F39F5180AC148570423CBBB310B572D2B8CAD1", "CRC32": "D83C0FC4", "BLAKE3": "521E02AC93AD5687BBBA58ED3FFCDC09C7145D1A82055F3FEC04F4CA1C8410AA"}, "downloadUrl": "https://civitai.com/api/download/models/299093?type=Training%20Data"}, {"id": 235842, "sizeKB": 36986.265625, "name": "Alexeevafap-000013.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-15T01:30:46.152Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1A7BFABA", "AutoV2": "18C7D81A2C", "SHA256": "18C7D81A2CB4C5851DC73D807C9B838D02D265265E94F73077DC789D82191865", "CRC32": "F799528E", "BLAKE3": "5887DB1EA58B78A138CDFD9B27C73BD4B8259ECF26654583073327139D21ACC0", "AutoV3": "41038343AE4D"}, "downloadUrl": "https://civitai.com/api/download/models/299093", "primary": true}], "images": [{"id": 5508212, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df6593ff-1cae-49a4-bbd3-79113270efbd/width=450/5508212.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKHBuVRPT0_3~X%2%g~q.Rxu={Rj^+kBt6s:", "type": "image"}, {"id": 5508211, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0472718-2c18-40ac-875f-be67b937bace/width=450/5508211.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaGa^80zo#~WtSxu-pxvI:%Lt7t7%2R*WVWX", "type": "image"}, {"id": 5508209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2651aec0-3a32-4e0c-90d7-5912150b2c32/width=450/5508209.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAF#wB0Lx[}@xB_3D*IA?vniDjIo_3IVxFNG", "type": "image"}, {"id": 5508210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12be7005-a2db-4ae0-af96-e38ec0c56f49/width=450/5508210.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDFOif00~qa{={~W01?a-;tR-V%M~pE1?Ht6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/299093", "modelId": 265259} \ No newline at end of file diff --git a/datasets/metadata/299152.json b/datasets/metadata/299152.json new file mode 100644 index 0000000000000000000000000000000000000000..4d65d732b8117fead905d18cb60b26e72d417d16 --- /dev/null +++ b/datasets/metadata/299152.json @@ -0,0 +1 @@ +{"id": 299152, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-15T01:40:19.060Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 331, "ratingCount": 59, "rating": 5, "thumbsUpCount": 73, "thumbsDownCount": 0}, "files": [{"id": 235850, "sizeKB": 22251.91015625, "name": "Mick_Jack_GReconguista-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-15T01:40:58.059Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2681CCCE", "AutoV2": "70F6F5C105", "SHA256": "70F6F5C105CB8088FDED3146164F2B51FA7E76690DC3D868DA9741A251BE2BD4", "CRC32": "8657900D", "BLAKE3": "333AC6CE51CCC4F6801CAC966E3A079D9644E81C07404FABAD9F13DFA21C2E68", "AutoV3": "39770A42D3EC"}, "downloadUrl": "https://civitai.com/api/download/models/299152", "primary": true}, {"id": 235851, "sizeKB": 39876.6796875, "name": "Mick_Jack_GReconguista.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-15T01:41:21.067Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "79DBF705", "AutoV2": "B88B243B26", "SHA256": "B88B243B26A052B4D097CA2EA8AC551DB12725A91D77B4C95F6AAC4B4E9D569A", "CRC32": "239896B8", "BLAKE3": "518C330B88EBC6F208185E2A880C8804CF92A9BCA39BE6A786DD7568E302DE35"}, "downloadUrl": "https://civitai.com/api/download/models/299152?type=Training%20Data"}], "images": [{"id": 5505976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfbb7746-4a61-4228-afca-23d946ee3358/width=450/5505976.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UYHLMMxt9cWE~UR*9aaeInWCn%ofIvs.%2a{", "type": "image"}, {"id": 5506170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1280b8a-69fd-4cc2-99e8-3c42e5742e6a/width=450/5506170.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U$MH10t7-;og~pt8kXWAt7WAa$ayozocV[WV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/299152", "modelId": 265310} \ No newline at end of file diff --git a/datasets/metadata/299314.json b/datasets/metadata/299314.json new file mode 100644 index 0000000000000000000000000000000000000000..712dced567e8d2608078b9ccc06f6e5efa4efb11 --- /dev/null +++ b/datasets/metadata/299314.json @@ -0,0 +1 @@ +{"id": 299314, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-15T04:24:21.038Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 326, "ratingCount": 50, "rating": 5, "thumbsUpCount": 72, "thumbsDownCount": 0}, "files": [{"id": 235989, "sizeKB": 22251.04296875, "name": "Airi_Sakura_YouZitsu-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-15T04:25:42.289Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "961ED41C", "AutoV2": "BE56D77C60", "SHA256": "BE56D77C60EED1B0C4D352B13A94BDEF92D8636CE434DF1FE2567B4F2C8DED66", "CRC32": "D038E2C6", "BLAKE3": "1BC08372351F9787B8E5D39C47D8C6C2F5314D1802605EB4738129E9F9B661FB", "AutoV3": "8740A4128040"}, "downloadUrl": "https://civitai.com/api/download/models/299314", "primary": true}, {"id": 235990, "sizeKB": 48112.251953125, "name": "Airi_Sakura_YouZitsu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-15T04:25:47.978Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "137D38A0", "AutoV2": "CD03C01DF7", "SHA256": "CD03C01DF7B97C9BC0066ECB9808BAFAD85DCB88B7F92F4FC866FB61EF7851A8", "CRC32": "A7828900", "BLAKE3": "CDDFAB44481A0FCDBE03D365DCA8007E495E30B8FB169B8378C6F9244D652F05"}, "downloadUrl": "https://civitai.com/api/download/models/299314?type=Training%20Data"}], "images": [{"id": 5509663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0938077f-2756-4f9c-b1a7-f88fdd030b05/width=450/5509663.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYOC8b-Vx]of~Voz.mR*?uW;EfWBIBoK%0jF", "type": "image"}, {"id": 5509842, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a97dd71d-737f-4e2d-9345-cbcca825707b/width=450/5509842.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJL.Jb}t00,t{y-VcFr==|t7Ezj[n4s.?Fsm", "type": "image"}, {"id": 5517565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b30ac14-4095-49f4-9bee-6d256e491606/width=450/5517565.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UBNc1@050AjG.90L.lQmKQQ,cAD4:kMdR$IV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/299314", "modelId": 265449} \ No newline at end of file diff --git a/datasets/metadata/299377.json b/datasets/metadata/299377.json new file mode 100644 index 0000000000000000000000000000000000000000..cac87408d92c8d9e7fedfa9456ddc9ab0e693696 --- /dev/null +++ b/datasets/metadata/299377.json @@ -0,0 +1 @@ +{"id": 299377, "index": 0, "name": "Men in kilts view from below", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-15T06:37:50.261Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": [], "stats": {"downloadCount": 311, "ratingCount": 36, "rating": 5, "thumbsUpCount": 76, "thumbsDownCount": 0}, "files": [{"id": 236051, "sizeKB": 2191.6279296875, "name": "299377_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-15T06:25:49.056Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0F2A89D3", "AutoV2": "C5FBD62FDF", "SHA256": "C5FBD62FDF20CBBB9FE96D734D6E84A686EEEFDBFDE35876AE127BD83A1DB854", "CRC32": "94593F4F", "BLAKE3": "395FE497A59577903233011FE61EAE434A1EF46FFC814A890CA264D17624D1B3"}, "downloadUrl": "https://civitai.com/api/download/models/299377?type=Training%20Data"}, {"id": 236062, "sizeKB": 36977.9921875, "name": "Men_in_kilts_view_from_below.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-15T06:35:45.585Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4A16CF81", "AutoV2": "18E3AD5815", "SHA256": "18E3AD58155B580E578CB27B647FF17D23850E249CDB32C54BB1B0B0D15B5851", "CRC32": "93A25E97", "BLAKE3": "D40416F7250850464A09131D4C07F64E81C943069D09CC89E782B3E58C9B84A9", "AutoV3": "D50480169782"}, "downloadUrl": "https://civitai.com/api/download/models/299377", "primary": true}], "images": [{"id": 5513434, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b26a83d-a8b2-483d-a529-ddb20bb734c2/width=450/5513434.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHEeutE100~V-:IoWB?G-;NGIUt7snNGt7xa", "type": "image"}, {"id": 5512883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf8394ca-0ede-43c0-834b-cde08c63e617/width=450/5512883.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UJF}DwxB$x?an3-o_2IT~CM{MxtlMdI@S$E2", "type": "image"}, {"id": 5512933, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c02e6bae-168c-4f83-a60b-fe40c8984353/width=450/5512933.jpeg", "nsfwLevel": 8, "width": 688, "height": 512, "hash": "U8F}7m}@000MxGIpI:=|~Vba4.Io%1WCNHof", "type": "image"}, {"id": 5512955, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad863f9c-b6f5-4ca4-b492-e9de55013ffd/width=450/5512955.jpeg", "nsfwLevel": 16, "width": 688, "height": 512, "hash": "UAG7Yv}t0003wJxaNGR*.7-n4:0f%1ofNaNH", "type": "image"}, {"id": 5513017, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd6f6e57-7389-4380-9c9f-f7d4e4a26c84/width=450/5513017.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UUFqgp%L^P%1cDxuEht7S~xtWXt7}@t7%1s:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/299377", "modelId": 265503} \ No newline at end of file diff --git a/datasets/metadata/299480.json b/datasets/metadata/299480.json new file mode 100644 index 0000000000000000000000000000000000000000..1757981c79c52e0422605cbf660c7499bc4b560c --- /dev/null +++ b/datasets/metadata/299480.json @@ -0,0 +1 @@ +{"id": 299480, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-15T08:50:21.408Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": [], "stats": {"downloadCount": 514, "ratingCount": 65, "rating": 5, "thumbsUpCount": 83, "thumbsDownCount": 0}, "files": [{"id": 236138, "sizeKB": 22257.15234375, "name": "Kihel_Heim_TurnA-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-15T08:50:48.000Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9CEEE8E1", "AutoV2": "62F7CF5D82", "SHA256": "62F7CF5D82C9645C2D7A70E8008B92BBAF39B27FE5986C76D6276A61AF3615E6", "CRC32": "C4A92943", "BLAKE3": "D496BEB7F5589A04C8B55F378E8EA141FC46E513F9938D45BA4B9BB3317D56B2", "AutoV3": "35B4CAC21391"}, "downloadUrl": "https://civitai.com/api/download/models/299480", "primary": true}, {"id": 236139, "sizeKB": 43085.443359375, "name": "Kihel_Heim_TurnA.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-15T08:51:17.077Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7274284F", "AutoV2": "8A7FD35FC2", "SHA256": "8A7FD35FC2BE1940BD9F41FA75A6E01046C08AADD0A5EF0B7C61F5426699C89E", "CRC32": "CABFA018", "BLAKE3": "F5662570880DA7127F8129101E42E1BB0B369BDFEE83D5E9A6C09DCD6EA36A2F"}, "downloadUrl": "https://civitai.com/api/download/models/299480?type=Training%20Data"}], "images": [{"id": 5514386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0b608ff-69eb-4332-80b6-1dc10aae33dc/width=450/5514386.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPR2_E?v%i-;~pRkx^RPpJRQM}WByExYRQt6", "type": "image"}, {"id": 5514537, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55022b43-c355-44ee-8a0b-74a72b4a52fe/width=450/5514537.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "ULM7ic~VF~tR-mE2IVtR02E3ITslOa-nI9Iu", "type": "image"}, {"id": 5517309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/068431d6-6adc-48b6-9293-11c5dad42d5f/width=450/5517309.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UHPiYQITA_pIln$dA2SO5aNGIa9c_NI:MxNg", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/299480", "modelId": 265592} \ No newline at end of file diff --git a/datasets/metadata/299540.json b/datasets/metadata/299540.json new file mode 100644 index 0000000000000000000000000000000000000000..5d374072e2d0b2896bc80408a9166ed7b69bc79e --- /dev/null +++ b/datasets/metadata/299540.json @@ -0,0 +1 @@ +{"id": 299540, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-15T10:26:40.273Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 453, "ratingCount": 52, "rating": 5, "thumbsUpCount": 72, "thumbsDownCount": 0}, "files": [{"id": 236184, "sizeKB": 22256.27734375, "name": "Dianna_Soreil_TurnA-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-15T10:30:42.898Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1EC26DA6", "AutoV2": "30ECB74532", "SHA256": "30ECB7453221ACBD384B2AD05D00245BE82921991A548C769D81B76B4552135F", "CRC32": "61F657E9", "BLAKE3": "FAEF40AF0784531A31362E6827E1CFD5EB9B0942B0CC517E2490E66E49A7E509", "AutoV3": "B20628EBD9EA"}, "downloadUrl": "https://civitai.com/api/download/models/299540", "primary": true}, {"id": 236185, "sizeKB": 37513.251953125, "name": "Dianna_Soreil_TurnA.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-15T10:30:44.580Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "675D0A0B", "AutoV2": "E871767265", "SHA256": "E87176726517FC804AAF5B74AEAE52E5843CF92771684266B6FD678650A7125D", "CRC32": "D58D2868", "BLAKE3": "1D3B6758FDECBCAA36A1043984F071DAA4DEB9E110EF1D4828852F719F185ABB"}, "downloadUrl": "https://civitai.com/api/download/models/299540?type=Training%20Data"}], "images": [{"id": 5516165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c809d984-be52-4807-88a0-5c7cb674a609/width=450/5516165.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USQJ1Da1%fxa_2ofpKtR*0oyMybH%gf*V@af", "type": "image"}, {"id": 5516310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86092f85-e178-42dd-b4eb-56b417f93474/width=450/5516310.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMLgnZE600M^9ExC4nkD02t6xtxa_NxuZ~IV", "type": "image"}, {"id": 5517356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a36c815-5906-4a4d-a050-9afad629abd6/width=450/5517356.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UdNcZ%~p0gt8%#-:tSxuIpR+t7R%x]jaRPoe", "type": "image"}, {"id": 5608385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47212acc-467c-4e88-bc82-5ecd0770348a/width=450/5608385.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UQKK7*~B02E20KE2IWNG9Gen-:axS$bGr=xs", "type": "image"}, {"id": 5608386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04a07e48-6200-4f03-b12c-e5767dd5f4a8/width=450/5608386.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UQKKA=~B02E20KE2IWNG9Gi_-:axS$bGr=xs", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/299540", "modelId": 265646} \ No newline at end of file diff --git a/datasets/metadata/299579.json b/datasets/metadata/299579.json new file mode 100644 index 0000000000000000000000000000000000000000..db8c40723383291c0aa98cd8ba4030112e6cfe5d --- /dev/null +++ b/datasets/metadata/299579.json @@ -0,0 +1 @@ +{"id": 299579, "index": 0, "name": "FixText_v1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-21T22:58:17.649Z", "availability": "Public", "nsfwLevel": 1, "description": "", "trainedWords": [], "stats": {"downloadCount": 587, "ratingCount": 26, "rating": 5, "thumbsUpCount": 46, "thumbsDownCount": 1}, "files": [{"id": 236215, "sizeKB": 3687.7265625, "name": "299579_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-15T11:15:45.160Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6FCE9770", "AutoV2": "B021B286FB", "SHA256": "B021B286FB9B19BA3613847A57C9556FAE7F46E1A686D980ABC14EBDEE48A811", "CRC32": "18B925A4", "BLAKE3": "DE3F2F87324D1513E518AC5E8CAC82A789A10248666E18D2C8EBDC041C7EC982"}, "downloadUrl": "https://civitai.com/api/download/models/299579?type=Training%20Data"}, {"id": 243255, "sizeKB": 223141.89453125, "name": "FixText_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-21T23:06:24.027Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A4E3E713", "AutoV2": "9B70F63F0C", "SHA256": "9B70F63F0C362947434C653AF376F411AA7EB72DB3800F186A576DF75D9B9DE6", "CRC32": "7728E247", "BLAKE3": "31265B11417442E02445999BF8DCC70ADE9598612F8B612D652D5FC038A7088E", "AutoV3": "2533F4CF1674"}, "downloadUrl": "https://civitai.com/api/download/models/299579", "primary": true}], "images": [{"id": 5742661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59342359-c8e0-435e-ab47-714431d9697d/width=450/5742661.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6DAAT00RiRj_ND%j@ay00%Mn$oyIVt7ofof", "type": "image"}, {"id": 5742662, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/847f5ee4-88d7-452a-949e-aff3e8a5c88e/width=450/5742662.jpeg", "nsfwLevel": 1, "width": 5120, "height": 1206, "hash": "UaK1:xjYxag4-;jsoej]~qj[j[t7~qazWBax", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/299579", "modelId": 265682} \ No newline at end of file diff --git a/datasets/metadata/299927.json b/datasets/metadata/299927.json new file mode 100644 index 0000000000000000000000000000000000000000..10de070b87cef37c36886c91453f4db72b9b2c5c --- /dev/null +++ b/datasets/metadata/299927.json @@ -0,0 +1 @@ +{"id": 299927, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-15T17:28:33.344Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 356, "ratingCount": 45, "rating": 5, "thumbsUpCount": 57, "thumbsDownCount": 0}, "files": [{"id": 236494, "sizeKB": 22250.93359375, "name": "Mouar_Pharaoh_ZGundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-15T17:30:47.584Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C3629F17", "AutoV2": "7EA410CDAC", "SHA256": "7EA410CDAC0ACD1BF3C91D1C0FBEB7CFC2EEDAB065A3DAB3EE0C7A263219C3C7", "CRC32": "96855C26", "BLAKE3": "BC1BCAF68E839978BCD2F72EDEB53C4C79F57A9D62A392101E316B5775129B80", "AutoV3": "8A1EBB0F788C"}, "downloadUrl": "https://civitai.com/api/download/models/299927", "primary": true}, {"id": 236495, "sizeKB": 40581.478515625, "name": "Mouar_Pharaoh_ZGundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-15T17:31:20.063Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6DB696A4", "AutoV2": "289C437589", "SHA256": "289C437589B0400D59FD6331A5AF274DC74CCDD1F31B55F04D365264680C32F3", "CRC32": "26DB8212", "BLAKE3": "474204CF3526F5D67718068D1255C99A58939FC195F8965CF3E6775C32DEFAE2"}, "downloadUrl": "https://civitai.com/api/download/models/299927?type=Training%20Data"}], "images": [{"id": 5528874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53e0e683-98c9-4e0c-b901-c5c11e4324aa/width=450/5528874.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U+I=Jhof?boy~qof%MofNajtjEa{NGayn$WV", "type": "image"}, {"id": 5529057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f51f4df-9252-4c59-827c-1f9d02a4dc7b/width=450/5529057.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UoLEKMNG~qxu~qxu-;R*x]aeIUofE1fkxaf6", "type": "image"}, {"id": 5547982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bbe5995-d4e5-40a6-af81-a5dad9d7f054/width=450/5547982.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UgK^Nsiw9]XS?^V@-pozTKIV-:t7g4W=n$n*", "type": "image"}, {"id": 5547983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f984c24f-dbfc-4c13-94d1-81a85d6f4a85/width=450/5547983.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UgK^Q#iw9]XS?^V@-pozTKIV-:t7g4W=n$n%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/299927", "modelId": 265992} \ No newline at end of file diff --git a/datasets/metadata/300048.json b/datasets/metadata/300048.json new file mode 100644 index 0000000000000000000000000000000000000000..9cc265ac92912d8f7147b7420f313b759fe4451c --- /dev/null +++ b/datasets/metadata/300048.json @@ -0,0 +1 @@ +{"id": 300048, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-15T19:06:31.571Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 426, "ratingCount": 61, "rating": 5, "thumbsUpCount": 81, "thumbsDownCount": 0}, "files": [{"id": 236615, "sizeKB": 22248.63671875, "name": "Aida_Surugan_GReco-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-15T19:10:49.895Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9E6DF2BD", "AutoV2": "DC40142329", "SHA256": "DC40142329792D9CF674DF5190BE3F5890AD68EFC935BEA7EDAE2B4E65D60901", "CRC32": "2D8F84B6", "BLAKE3": "964DA94D2DC38FE81BAB235D5D83EE15054F5699BB34D3CD06CDB1183B55A47F", "AutoV3": "42E58FE59E94"}, "downloadUrl": "https://civitai.com/api/download/models/300048", "primary": true}, {"id": 236616, "sizeKB": 44773.6083984375, "name": "Aida_Surugan_GReco.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-15T19:10:50.116Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "34F88F2B", "AutoV2": "0880FDF7BF", "SHA256": "0880FDF7BFF19CB653A9F9B60BFC8ECBA19A03280A909BF175ACD9F06CF5B57C", "CRC32": "C30A5EF6", "BLAKE3": "1E2CE89952FDAD20222D7E4464410692964FCE1A3E83BD550D929D6BA2D78685"}, "downloadUrl": "https://civitai.com/api/download/models/300048?type=Training%20Data"}], "images": [{"id": 5531144, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/346ed85b-c7b0-46ce-b67e-edac158ed128/width=450/5531144.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USPFK2_3xIVs^*xu*JVslUS#S#M{,[kCxDnO", "type": "image"}, {"id": 5531485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e850299b-446e-422a-942c-af0ef1f41610/width=450/5531485.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZPOGCyD#lvz~Brr%MXmRPRkkWR*x]W;M{sn", "type": "image"}, {"id": 5532008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47e3bd0f-e6a8-49b7-8f0a-a842ba179614/width=450/5532008.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UcN]9A~UBBWA%1%Lox%1EN%gW=ozkrShIpae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/300048", "modelId": 266100} \ No newline at end of file diff --git a/datasets/metadata/30015.json b/datasets/metadata/30015.json new file mode 100644 index 0000000000000000000000000000000000000000..44edb8da5d11f932bf190a3db65efce20f75c027 --- /dev/null +++ b/datasets/metadata/30015.json @@ -0,0 +1 @@ +{"id": 30015, "index": 0, "name": "v3.5", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-27T10:31:03.323Z", "availability": "Public", "nsfwLevel": 1, "description": "Finally here comes a huge leap.
Trained & strongly suggested to use on KanPiroMix dicovered yesterday https://civitai.com/models/24591/kanpiromix. A great change on training method as well (thanks a lot to @ultimatepiggy 's guidance), which took much longer than before and ran out my Colab GPU hours. I cannot train any LoRA models for a while then lol.
", "trainedWords": [], "stats": {"downloadCount": 7413, "ratingCount": 513, "rating": 5, "thumbsUpCount": 555, "thumbsDownCount": 0}, "files": [{"id": 25567, "sizeKB": 71312.50390625, "name": "2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-29T01:55:49.172Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1928D0B6", "AutoV2": "1CF5D63E27", "SHA256": "1CF5D63E272B941B581CD903DCE25FE503EC6E7B56156D0DBDE8005230CEFA47", "CRC32": "B75861F2", "BLAKE3": "1618B8C690A5D2DB216AB1B9E856F4ED27ADD72E457725DDBCB8613230CB8A07"}, "downloadUrl": "https://civitai.com/api/download/models/30015?type=Training%20Data"}, {"id": 24784, "sizeKB": 73842.5439453125, "name": "ZhaoJinmai-3.5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-27T10:36:32.407Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "CB30405E", "AutoV2": "2811BA8CF7", "SHA256": "2811BA8CF7B53017F6BA3C39D88E596B6A675D21D09402063F42128DBA8F4E8C", "CRC32": "3CFB9C3A", "BLAKE3": "E86EE62D7F34E31DC227EA9B8503A5841030460261A362DDD463B3D1339CB7E4", "AutoV3": "2B3590736202"}, "downloadUrl": "https://civitai.com/api/download/models/30015", "primary": true}], "images": [{"id": 340466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d4aec0d-09d7-44f5-02df-7c0c7854ff00/width=450/340466.jpeg", "nsfwLevel": 1, "width": 760, "height": 1088, "hash": "UdJa[$R.S#s9nhxtofoLIoRPt7t7_NWARPNH", "type": "image"}, {"id": 340465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6719508d-b806-4304-9959-f7962291cb00/width=450/340465.jpeg", "nsfwLevel": 1, "width": 712, "height": 1024, "hash": "UAKAKH:7TMMI4|8wVY8_I9skrV9ZPp?v_NEM", "type": "image"}, {"id": 340464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/832400db-a69e-480a-90e8-af6ae3c45600/width=450/340464.jpeg", "nsfwLevel": 1, "width": 760, "height": 1088, "hash": "UJJI31N2IT?w_4RN%htm?bIU%gxuK,IqR5M|", "type": "image"}, {"id": 340631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5a75230-5d79-4b15-a7e8-0fecf4ccde00/width=450/340631.jpeg", "nsfwLevel": 1, "width": 672, "height": 960, "hash": "UFHBxj?H1QE200IU9EIoh0t6~BxZ00tmtSxu", "type": "image"}, {"id": 340630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c71f517-7bc1-46a1-bd7b-a9d86d1c2a00/width=450/340630.jpeg", "nsfwLevel": 1, "width": 672, "height": 960, "hash": "ULJ*r1000KxuxoDhtmxuMw4n?bxu.Ts.R5f8", "type": "image"}, {"id": 340462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c665becf-3ec8-43a5-1c00-ad2cb11a0100/width=450/340462.jpeg", "nsfwLevel": 1, "width": 736, "height": 1056, "hash": "UJLEA]%gt-4:?a-p_Nt8O@IVwH%M.T?H-oRi", "type": "image"}, {"id": 340629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f01f6ef8-b3b9-4157-dc91-cdafa156bd00/width=450/340629.jpeg", "nsfwLevel": 1, "width": 672, "height": 960, "hash": "UJI=V|-n5Ut5x^xa.TMxI8Mxx[s;WAoMMxX9", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/30015", "modelId": 22473} \ No newline at end of file diff --git a/datasets/metadata/300210.json b/datasets/metadata/300210.json new file mode 100644 index 0000000000000000000000000000000000000000..cec731e1b7f7ca5fe6b4604a4da7199639705fb9 --- /dev/null +++ b/datasets/metadata/300210.json @@ -0,0 +1 @@ +{"id": 300210, "index": 0, "name": "SaberSazabi Mix", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-16T03:23:46.697Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": [], "stats": {"downloadCount": 223, "ratingCount": 19, "rating": 5, "thumbsUpCount": 37, "thumbsDownCount": 0}, "files": [{"id": 251648, "sizeKB": 408132.4609375, "name": "1st lora traing data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-28T21:20:57.330Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DC6AE67C", "AutoV2": "F14379F346", "SHA256": "F14379F3463578536BF4959CBB9FD64DDC344FCD66D0EA494012F248F81E7244", "CRC32": "4CDB39E9", "BLAKE3": "5D7E6B448B02EF0C4EDB19782DCB5BD4B6583B532D697306176522D46FC31D56"}, "downloadUrl": "https://civitai.com/api/download/models/300210?type=Training%20Data"}, {"id": 236884, "sizeKB": 37040.25, "name": "SaberSazabi_Mix.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-16T00:10:37.168Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A1C3C6A1", "AutoV2": "78C83538BD", "SHA256": "78C83538BD09B2D22E8DE45796BFB70A4D0A166506F8705D12770160927399E4", "CRC32": "51A6126D", "BLAKE3": "ECBFB6F03ADA376E7E2BB99A9B5E18C59133EC53092E10598103795B21FB5502", "AutoV3": "31C5CFC31AEB"}, "downloadUrl": "https://civitai.com/api/download/models/300210", "primary": true}], "images": [{"id": 5559197, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95890810-e88f-4068-8581-088c8c8f6f19/width=450/5559197.jpeg", "nsfwLevel": 4, "width": 864, "height": 1304, "hash": "ULHd%0~q?uR+.8^+%Loe0L-UE1RjRkIo%1xa", "type": "image"}, {"id": 5558967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab2dee2a-1c0e-4af1-818f-7c931d7af4f0/width=450/5558967.jpeg", "nsfwLevel": 4, "width": 864, "height": 1304, "hash": "UAG7_C9u~o-o5757E0M{0KIo%1I;?Hxu$*xt", "type": "image"}, {"id": 5561002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f70ce7c-cff0-4985-b279-8bc30503ae79/width=450/5561002.jpeg", "nsfwLevel": 8, "width": 864, "height": 1304, "hash": "U7CPeY-610?H%1.84.E29tjEM{SL56=|~B9Z", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/300210", "modelId": 266249} \ No newline at end of file diff --git a/datasets/metadata/300337.json b/datasets/metadata/300337.json new file mode 100644 index 0000000000000000000000000000000000000000..ce56304377381ec1ea85baf7c9c2eb1490957734 --- /dev/null +++ b/datasets/metadata/300337.json @@ -0,0 +1 @@ +{"id": 300337, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-15T23:45:04.623Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 689, "ratingCount": 119, "rating": 5, "thumbsUpCount": 162, "thumbsDownCount": 0}, "files": [{"id": 236862, "sizeKB": 22247.17578125, "name": "Yor_Forger_SpyxFamily-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-15T23:45:47.137Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3F7084D7", "AutoV2": "19EB89A6D2", "SHA256": "19EB89A6D2FF71FA07EECCB70D7B2B6C79ECC85942A9E65C49B1E13E2CBB6324", "CRC32": "06BA29F1", "BLAKE3": "370A1702CD44F8F297ABDFF8315B2FF8CF5114CCA806218AD7ECB693F0C8E820", "AutoV3": "E112FBA7BE89"}, "downloadUrl": "https://civitai.com/api/download/models/300337", "primary": true}, {"id": 236863, "sizeKB": 47154.4345703125, "name": "Yor_Forger_SpyxFamilyV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-15T23:45:50.984Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A11FDF4C", "AutoV2": "D08C3E0C0E", "SHA256": "D08C3E0C0E906881E63F43ECBFA41EF37BE1DDE5B7E25B72AB7D22954C10F761", "CRC32": "D4479EFC", "BLAKE3": "CBB996BE7074ECEE4371B8FBF3116B273D280AC7E2FA01B6236D0912E5F90725"}, "downloadUrl": "https://civitai.com/api/download/models/300337?type=Training%20Data"}], "images": [{"id": 5538551, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4448c3c6-3b7c-451e-b5a1-fd18c432f08b/width=450/5538551.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UjMr[RDiogIUqFMxs:RPrrofbFofxGkBenof", "type": "image"}, {"id": 5538645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fb6f64c-e868-48eb-9d9d-8c3a30d2e70b/width=450/5538645.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UqOCXDs:?^tR*JofxajZS$R*nisov~oLX8bH", "type": "image"}, {"id": 5539343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4492e8f7-a69b-400d-a9d0-a551a94003e7/width=450/5539343.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UaMs{2%g?wt6%#a}-;xt0Ks.smRjt6ofkCWC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/300337", "modelId": 266363} \ No newline at end of file diff --git a/datasets/metadata/300568.json b/datasets/metadata/300568.json new file mode 100644 index 0000000000000000000000000000000000000000..e7d4a0a7ba818473a3f1f1fafa27b0e4cc78629c --- /dev/null +++ b/datasets/metadata/300568.json @@ -0,0 +1 @@ +{"id": 300568, "index": 0, "name": "Boggy B", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-16T05:22:37.636Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 63, "ratingCount": 2, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 237049, "sizeKB": 5591.80078125, "name": "300568_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-16T04:45:48.212Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "07C46705", "AutoV2": "61BAE86A09", "SHA256": "61BAE86A0938F43E93A688CDB7AD4B56875EF25955DD285A4BE4D9BFFE22B3AA", "CRC32": "D316A702", "BLAKE3": "C583579EB15507AFEE0B1E880C5A05DD751ED1BD7BC73296B4F1B90AD3E921ED"}, "downloadUrl": "https://civitai.com/api/download/models/300568?type=Training%20Data"}, {"id": 237086, "sizeKB": 223100.71484375, "name": "Boggy_B-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-16T05:20:47.279Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E9E7F566", "AutoV2": "A36BC798C8", "SHA256": "A36BC798C8F2325D6EFC7C1A26D9B102CF51382402E2479F714C877AEE137D23", "CRC32": "F3CFE9D8", "BLAKE3": "1B9943D265D961F9AD9EA55509CA0BF7F60B7E8068BF80E277618677F31FB6F4", "AutoV3": "558B05C04855"}, "downloadUrl": "https://civitai.com/api/download/models/300568", "primary": true}], "images": [{"id": 5544676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53462a18-cc8e-48a5-a953-32a527942ee8/width=450/5544676.jpeg", "nsfwLevel": 1, "width": 581, "height": 581, "hash": "UEN,YSxr.jVs0CxZDOog00jF4Uoy01S2k:M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/300568", "modelId": 266569} \ No newline at end of file diff --git a/datasets/metadata/300569.json b/datasets/metadata/300569.json new file mode 100644 index 0000000000000000000000000000000000000000..94e633954823fc075fbd273459da8cdf898658f6 --- /dev/null +++ b/datasets/metadata/300569.json @@ -0,0 +1 @@ +{"id": 300569, "index": 1, "name": "1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-16T04:41:27.583Z", "availability": "Public", "nsfwLevel": 3, "description": "This version requires a lora strength 1.2 at least.
", "trainedWords": ["m0akiku"], "stats": {"downloadCount": 242, "ratingCount": 9, "rating": 5, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 237047, "sizeKB": 711061.5546875, "name": "m0akiku_256_16.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-16T04:40:51.416Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "01474A91", "AutoV2": "BA24B73259", "SHA256": "BA24B7325970B3116996EF6343C4435731F0DCA42F589747924CBE115A989E00", "CRC32": "558F2BA1", "BLAKE3": "7C3402008A056D13C9E160F94A5BDF6CAEA24849ED83939FAB2D84829E8C5364", "AutoV3": "A1795F2A93D1"}, "downloadUrl": "https://civitai.com/api/download/models/300569", "primary": true}, {"id": 238813, "sizeKB": 29751.0673828125, "name": "m0a.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-17T19:15:59.118Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "587308D8", "AutoV2": "75EEFBAF53", "SHA256": "75EEFBAF534726947D42ADD93376F087E803E0C3DC3691EFD0AF493C60882B82", "CRC32": "BA9BA8FE", "BLAKE3": "3D1BF858377C46C629728039B6B6B9DC0A1BED2856AEC7B2B77BD157D49D4E3B"}, "downloadUrl": "https://civitai.com/api/download/models/300569?type=Training%20Data"}], "images": [{"id": 5543854, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4d050d7-c210-47e3-9e51-c9364eb6d625/width=450/5543854.jpeg", "nsfwLevel": 2, "width": 896, "height": 896, "hash": "UDHLYixsA?%LPBM{~WWC%#Rj-oRjtlM{IVx[", "type": "image"}, {"id": 5543856, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cd87957-262b-4774-8fdd-374c97797a4c/width=450/5543856.jpeg", "nsfwLevel": 2, "width": 896, "height": 896, "hash": "UDKdSdM{p^xa5RWA_Nof=|t8-ooeIURjXSfQ", "type": "image"}, {"id": 5543853, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edb00967-40ff-4956-9df5-e1df86e71407/width=450/5543853.jpeg", "nsfwLevel": 1, "width": 896, "height": 896, "hash": "UFEe=HNb5Sxa10f5oJjs_NoL$*WV?vj[IpWW", "type": "image"}, {"id": 5543852, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8dc9028-d7d5-4c72-a155-2eaf97babccd/width=450/5543852.jpeg", "nsfwLevel": 1, "width": 896, "height": 896, "hash": "UDHBxdbJ0e-oK*kWDhMx?w-;nO9Zs+M{4nt7", "type": "image"}, {"id": 5543859, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc843860-0c8b-448c-8c35-b293a77e747c/width=450/5543859.jpeg", "nsfwLevel": 1, "width": 896, "height": 896, "hash": "UDGt]B0e0L~B00xunNkD-=sn^kIV9ZfkIUWX", "type": "image"}, {"id": 5543855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73978ec9-608b-4387-aa1a-351bfcba3c70/width=450/5543855.jpeg", "nsfwLevel": 1, "width": 896, "height": 896, "hash": "UCH1#*^h0LRi0g-6%Mfl*09Y$%NG57%1t7Ip", "type": "image"}, {"id": 5543857, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26988ef6-2a5e-4669-9fdf-11965b4ce86d/width=450/5543857.jpeg", "nsfwLevel": 1, "width": 896, "height": 896, "hash": "UIG8[w~WELSg00Rj%MWV%hW=s9xuWUofWBRj", "type": "image"}, {"id": 5543858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ff3231c-c8d7-4fdc-a720-1858499bc8a5/width=450/5543858.jpeg", "nsfwLevel": 1, "width": 896, "height": 896, "hash": "UIHxHL9Z?^-okqRj^+kCNIxuxZWB?bWBR*of", "type": "image"}, {"id": 5543860, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e741c11-2bba-4d04-aca1-42c8d2f5909a/width=450/5543860.jpeg", "nsfwLevel": 1, "width": 896, "height": 896, "hash": "U59Gs@W;01xDxtIoNG-:xuxuRjD*01oe~BRk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/300569", "modelId": 149706} \ No newline at end of file diff --git a/datasets/metadata/300638.json b/datasets/metadata/300638.json new file mode 100644 index 0000000000000000000000000000000000000000..22331300372ca855315182f9b28597172a0d14be --- /dev/null +++ b/datasets/metadata/300638.json @@ -0,0 +1 @@ +{"id": 300638, "index": 0, "name": "May Begonia", "baseModel": "SDXL Turbo", "baseModelType": null, "publishedAt": "2024-01-17T14:46:23.218Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 113, "ratingCount": 1, "rating": 5, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 237102, "sizeKB": 82.611328125, "name": "300638_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-16T05:51:05.352Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "EC98395005", "SHA256": "EC983950051228482ACC01C438FAA1EAF5DF5C0E04036B02D15D9B59D4478DAA", "CRC32": "3047353A", "BLAKE3": "5DF89F2F8CCF6F3ABA2438C58453442B02E538229032CD388AFE721A08BBB4D6"}, "downloadUrl": "https://civitai.com/api/download/models/300638?type=Training%20Data"}, {"id": 238578, "sizeKB": 223098.79296875, "name": "May_Begonia-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-17T14:46:24.999Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7147033D", "AutoV2": "E95352C3BF", "SHA256": "E95352C3BF0C1A8C218A1B95885ECD52E1DD73F2D06D2B9AB81C3AD1F12295E1", "CRC32": "E70B1D00", "BLAKE3": "D93F592FAB14810CAAFA7974FB84ED59A3FD834BF7D4858DE6FFC1C9CDC29E69", "AutoV3": "5F5625CB6921"}, "downloadUrl": "https://civitai.com/api/download/models/300638", "primary": true}], "images": [{"id": 5591152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7dec1d1b-4ce5-4036-b81f-bfc73e4f4c0d/width=450/5591152.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAG*Qb?Et]_2Rq-;F_9u~nM{?H=|_1s.t7s,", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/300638", "modelId": 266631} \ No newline at end of file diff --git a/datasets/metadata/300684.json b/datasets/metadata/300684.json new file mode 100644 index 0000000000000000000000000000000000000000..5c5a9bbc7e41c9c316fb9ff59e88a2b653d3cba3 --- /dev/null +++ b/datasets/metadata/300684.json @@ -0,0 +1 @@ +{"id": 300684, "index": 0, "name": "Gothic Aesthetic Style", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-16T07:20:26.368Z", "availability": "Public", "nsfwLevel": 30, "description": null, "trainedWords": [], "stats": {"downloadCount": 375, "ratingCount": 27, "rating": 5, "thumbsUpCount": 36, "thumbsDownCount": 0}, "files": [{"id": 237151, "sizeKB": 18765.353515625, "name": "300684_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-16T06:55:38.692Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E8DF03F9", "AutoV2": "3AF1AEA1F2", "SHA256": "3AF1AEA1F2DD2A18A0C6F337792E258D80B8F894625D40134EF2B4EA4F17A766", "CRC32": "C2D567E8", "BLAKE3": "1205535B5938DE9319325FB5CD099A44DBCFEDDE1B093A6C727B41FEE8EA68FF"}, "downloadUrl": "https://civitai.com/api/download/models/300684?type=Training%20Data"}, {"id": 237172, "sizeKB": 36978.1171875, "name": "Gothic_Aesthetic_Style-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-16T07:21:04.847Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B7E8D2A4", "AutoV2": "44AF82A2BD", "SHA256": "44AF82A2BD0788F43D9F171CCCD6995BE2E0DA90EAC9508D9EE4E2DE0C131FD7", "CRC32": "CD44FDCD", "BLAKE3": "796C494C7FCCD24DA8756DE24135C7C8830167EAEFFE507CC7FDB0A10186AE93", "AutoV3": "22F5469242FE"}, "downloadUrl": "https://civitai.com/api/download/models/300684", "primary": true}], "images": [{"id": 5547219, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8368d96b-3081-45c0-ac03-01d32b7c3928/width=450/5547219.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8Ac}I4n00-;00-;%0smXSxtsm9Z~qD%Rj-;", "type": "image"}, {"id": 5547218, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/189e101b-91cf-48e4-8365-4f0df70b2418/width=450/5547218.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCAmYp%N00D%00M{-p%NE1RjxZt7~p%MIUIT", "type": "image"}, {"id": 5547216, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c6026f8-3999-4bf2-8db3-53a229e7cb6e/width=450/5547216.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UC8|*Gxu0KNG9ZayxtWB4.Rj?Hxt~WoL9Zj[", "type": "image"}, {"id": 5547220, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62224473-0a74-4310-aa9d-a4aabf90d639/width=450/5547220.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U58qZ@%N00MyOE-;Mx4.00IB_3?H009Z^+~W", "type": "image"}, {"id": 5547217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b35bbde-031c-47c4-8599-f9fdd0a6377f/width=450/5547217.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8A0zTR*00-oEN%Msn9Z00Rk~Vt7RPE1-p^+", "type": "image"}, {"id": 5547221, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18e15ea9-3c91-4f4c-a344-7b651bff05f8/width=450/5547221.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U58g$_Nb00%MS$%MM{9a00V[~Vt6E1D*?G~V", "type": "image"}, {"id": 5547222, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/089de611-dbdd-48e6-b4e7-5dea15aa2fab/width=450/5547222.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U67w?1tS00og%Mt7E1jY00WB~WWB4:WV^kj]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/300684", "modelId": 266668} \ No newline at end of file diff --git a/datasets/metadata/300749.json b/datasets/metadata/300749.json new file mode 100644 index 0000000000000000000000000000000000000000..2ed22da7542f2296bb7190152707d3552bca3d03 --- /dev/null +++ b/datasets/metadata/300749.json @@ -0,0 +1 @@ +{"id": 300749, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-16T07:56:58.628Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 517, "ratingCount": 87, "rating": 5, "thumbsUpCount": 119, "thumbsDownCount": 0}, "files": [{"id": 237202, "sizeKB": 47879.0771484375, "name": "Sasha_Saint_Seiya.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-16T08:01:54.068Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "220A0AFA", "AutoV2": "F333B3C60D", "SHA256": "F333B3C60D546FC13876BF96A175AF87D3A4A974597C8B0E30078678EB6C054D", "CRC32": "3ABCBCC4", "BLAKE3": "0C63E550BD09CBE7C2AF513274FC314B0C365D571039608EBB5D309F70B0F270"}, "downloadUrl": "https://civitai.com/api/download/models/300749?type=Training%20Data"}, {"id": 237198, "sizeKB": 22254.57421875, "name": "Sasha_Saint_Seiya-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-16T08:01:28.235Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "370BDE70", "AutoV2": "9E77D96521", "SHA256": "9E77D9652142C9A6F89206A755197BEEF5284C4CC3053152F8F3885A2A5058C1", "CRC32": "A17BB223", "BLAKE3": "FB7F2B1B7B30CC42E2F163E70D035E7FE9DB16B7250B93524602A196502274A6", "AutoV3": "63CCC3B7215C"}, "downloadUrl": "https://civitai.com/api/download/models/300749", "primary": true}], "images": [{"id": 5548186, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88eb7dc0-b635-4516-9a4a-34fd9a138471/width=450/5548186.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USNTB{?H.SozyEt7_MRj%$R*RhRk~Vt6aJWW", "type": "image"}, {"id": 5548545, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3d3cca1-3d89-4560-89dd-c90723e57825/width=450/5548545.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPMZ?.4T56DiEmDhTJo#ESt6$fjE~VI;nNS~", "type": "image"}, {"id": 5548301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72c0e007-c2bc-4820-8ce2-0fae23120c01/width=450/5548301.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZOfr%^+_Nxv.9IU?ubII@RjnNxt^+kCE1xu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/300749", "modelId": 266721} \ No newline at end of file diff --git a/datasets/metadata/301047.json b/datasets/metadata/301047.json new file mode 100644 index 0000000000000000000000000000000000000000..8d45c2176a84e986b3cedfd2123fa72fc984f092 --- /dev/null +++ b/datasets/metadata/301047.json @@ -0,0 +1 @@ +{"id": 301047, "index": 0, "name": "Skyline_1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-16T15:22:59.484Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 92, "ratingCount": 4, "rating": 5, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 237406, "sizeKB": 6936.6064453125, "name": "301047_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-16T13:45:53.849Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "192AFF64", "AutoV2": "3CF0956D50", "SHA256": "3CF0956D50F8F38C0A8E847A24F4715A69DAE55FB6AC0DAA9E89DDE2048F16B5", "CRC32": "6ABDD0D6", "BLAKE3": "62909FA67A380CA2735970F2B6D047C042123DFAA63F4AC8620669D4C2F2440F"}, "downloadUrl": "https://civitai.com/api/download/models/301047?type=Training%20Data"}, {"id": 237421, "sizeKB": 36977.703125, "name": "Skyline_1.0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-16T14:06:22.530Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B096D4CE", "AutoV2": "0B32486EF7", "SHA256": "0B32486EF78A02F6BD2F9D3C1759E3BCC2857256C346245BE0537C1963210980", "CRC32": "89B8A785", "BLAKE3": "B618737C1CFAC8E93DC21752673AAFC5F9A8236BBED31DE883973EC5E1082AAD", "AutoV3": "37527CEAB716"}, "downloadUrl": "https://civitai.com/api/download/models/301047", "primary": true}], "images": [{"id": 5706227, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a64e76fe-5851-4c48-b28d-4df4bf31b6d0/width=450/5706227.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMGa@9jYtRoM_4RkxaWV5Wj[aLof0foeWBj[", "type": "image"}, {"id": 5706248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9287dbd4-91b3-4922-9343-c70ba65a64ed/width=450/5706248.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UUFrkjIqngM|?w%0M{M{%hayWAaeNfs+oJju", "type": "image"}, {"id": 5706249, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d33d754-f162-412e-a67c-8eaf492c2624/width=450/5706249.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UTEMUb-:t6xZ_Mxtt6kC.9j[ayS4-=ofayjs", "type": "image"}, {"id": 5706250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72730846-4f87-455d-ba20-7ae2c74eae4c/width=450/5706250.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "URHed,X8t7a#?^%1oes:?vxaWCWWI[Rjt6R+", "type": "image"}, {"id": 5706807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f8d8a07-1f27-485f-b92f-96b0f03b6d06/width=450/5706807.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UQHoUl00tQt-%%D%xFRjD%EMxtROxtogj@t6", "type": "image"}, {"id": 5707398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88069c1f-8312-414f-9d65-1a4251c65dfe/width=450/5707398.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UbJ~Ams:S4s:}ZWBNGkBIoR*M|WqkWoLnioL", "type": "image"}, {"id": 5706158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7337270f-7466-4917-8a27-0d76721f6b2d/width=450/5706158.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UcJ=sAs:S3xG}ZayNGfkIoR*IpWWbvoLjFoe", "type": "image"}, {"id": 5706159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/830fb86f-57b4-408a-89f3-fc88d3daf4a3/width=450/5706159.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UXJYx7xGS5s.}aWBNGkBE2RjIoWpt7s.jFs.", "type": "image"}, {"id": 5706161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/776f276b-0b65-4f57-b60d-24289fea2827/width=450/5706161.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UbJ=sAxGR+s:}ZWCNGj[IoR*IpWWg3oLjFoe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/301047", "modelId": 266987} \ No newline at end of file diff --git a/datasets/metadata/301127.json b/datasets/metadata/301127.json new file mode 100644 index 0000000000000000000000000000000000000000..34545bc3c9d3831a9351e7fdc22bbdeed8367725 --- /dev/null +++ b/datasets/metadata/301127.json @@ -0,0 +1 @@ +{"id": 301127, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-16T15:10:31.465Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 583, "ratingCount": 82, "rating": 5, "thumbsUpCount": 117, "thumbsDownCount": 0}, "files": [{"id": 237464, "sizeKB": 22256.07421875, "name": "Leila_Malcal_codegeassakito-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-16T15:10:52.567Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "13FAC207", "AutoV2": "D146929DD3", "SHA256": "D146929DD3775380CD916BE43B013702C6507094FDBFC3E4D85D20902F13C553", "CRC32": "8168252D", "BLAKE3": "8FE55AF244DD467DA6C060B4976374DE45BC8135EC172CBD9311C6BFC78B76A2", "AutoV3": "76C8795A4FBF"}, "downloadUrl": "https://civitai.com/api/download/models/301127", "primary": true}, {"id": 238516, "sizeKB": 50119.951171875, "name": "Leila_Malcal_codegeassakito.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-17T13:36:17.370Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1658E1A1", "AutoV2": "7DBDEA12DD", "SHA256": "7DBDEA12DDDC17A7A4846BE2AA796065B871C86D96596FBD99ACFA74297B45D0", "CRC32": "8152FA02", "BLAKE3": "91AE1CC3192F1729699EA78E04E37C357D3D6674D73F6F008CC62DDB54E7D6C5"}, "downloadUrl": "https://civitai.com/api/download/models/301127?type=Training%20Data"}], "images": [{"id": 5557761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a055d46b-de11-4735-b48b-cba908365ff9/width=450/5557761.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U;LNPxofx]t7~ooftSofg3WBRlayRoaxjEjZ", "type": "image"}, {"id": 5557896, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daba8135-bb36-47e9-8336-c7972cf1774c/width=450/5557896.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UuK1j=og%goK~pRjbJWCbbM{V[WBt6t6RjjY", "type": "image"}, {"id": 5560297, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da61178d-3faa-424a-a7f9-e45b1acf5455/width=450/5560297.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U;LNPxofx]t7~ooftSofg3WBRlayRoaxjEjZ", "type": "image"}, {"id": 5557760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcca331a-f215-4d03-89e0-44abd7cd395a/width=450/5557760.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U;LNPxofx]t7~ooftSofg3WBRlayRoaxjEjZ", "type": "image"}, {"id": 5557894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cc4ad3c-0ba9-47aa-a202-26ad5f68003b/width=450/5557894.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UuK1j=og%goK~pRjbJWCbbM{V[WBt6t6RjjY", "type": "image"}, {"id": 5583915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9015ba9c-436f-4220-88d6-b06ce54a75b8/width=450/5583915.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNJQ+kIU5R~UIS%M01Ipo|Rks;IpM{D*RO%0", "type": "image"}, {"id": 5608636, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2015026a-c6f3-417e-ae0d-9e2124f702f2/width=450/5608636.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKMs4l~o0jp0_2R5JDbJ02Myj]M|?Gt6MeE3", "type": "image"}, {"id": 5608635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/743b13bc-828a-4106-90f3-2f1ff44d8cba/width=450/5608635.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKMs4k~o0jp0_2R5JDbJ02Myj]M|?Gt6MeE3", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/301127", "modelId": 267061} \ No newline at end of file diff --git a/datasets/metadata/301166.json b/datasets/metadata/301166.json new file mode 100644 index 0000000000000000000000000000000000000000..bb6ee08b0cc447dc5ef0f72ee9b54e04b4707a8d --- /dev/null +++ b/datasets/metadata/301166.json @@ -0,0 +1 @@ +{"id": 301166, "index": 0, "name": "Raid_Arbiter", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-17T09:47:28.718Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 155, "ratingCount": 18, "rating": 5, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 237570, "sizeKB": 11250.705078125, "name": "301166_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-16T17:10:47.708Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "17AFC6F5", "AutoV2": "D8AF3DF6DE", "SHA256": "D8AF3DF6DE04EDCA42A29814EA78F908212C587116C886EC6AD5698B4EABAC1E", "CRC32": "4DAB48DA", "BLAKE3": "5A31AA5CC468E46E1B199467CB182936C38A4169CC0C5CC60D445BF5C829267C"}, "downloadUrl": "https://civitai.com/api/download/models/301166?type=Training%20Data"}, {"id": 238337, "sizeKB": 36982.5703125, "name": "Raid_Arbiter.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-17T09:40:44.924Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CF943357", "AutoV2": "27260D77B7", "SHA256": "27260D77B736106BB3B57DB649037498360B34D9788BF11D1942557E47FD75A8", "CRC32": "52573882", "BLAKE3": "12E1D02CD562733FFA15A8E1C4125EF1B62AA69B395DF786D3FC39D9C2C3018F", "AutoV3": "D67DC6B35685"}, "downloadUrl": "https://civitai.com/api/download/models/301166", "primary": true}], "images": [{"id": 5584049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cb06ed7-76b6-4441-bbaa-136cb4da8421/width=450/5584049.jpeg", "nsfwLevel": 2, "width": 362, "height": 478, "hash": "U6D]Ym?H00Io9Fxu~qj[OZE1-pjZ-:ayIUM{", "type": "image"}, {"id": 6719476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cec9e4d-73b0-499f-8541-6637043f2d32/width=450/6719476.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UaG+5h4.9G-;~pE2M{t7-pRkV@WBS$xtRjM{", "type": "image"}, {"id": 5964929, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f12b4d3d-b760-4be1-b867-89f9a48467cc/width=450/5964929.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U5By590}00Rk0LIo~B?G0e=|^+0L%2xZM|NH", "type": "image"}, {"id": 5964964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ab7a290-f13e-492b-9843-19b81f5599c9/width=450/5964964.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9A^UgM{00-;?wR*D$-;IUWBIUV@xuxus,D%", "type": "image"}, {"id": 5964965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee19aae2-c1f4-4431-88dd-6460202a7bbf/width=450/5964965.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHBpqm?wTL-;ENbwn%M{MxRjRPM_-=xYoeoz", "type": "image"}, {"id": 5964963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d092f3e8-9e15-4f92-93ff-95ac88688de7/width=450/5964963.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U19sbnIU00={gi0f=x~W7N-UIUEL~q={009t", "type": "image"}, {"id": 5964966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89bfceec-647e-4d5e-b2aa-07e7807cf196/width=450/5964966.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U7CYdhM|00oeM{IpE2-:0Lxa~BI:-:X7M{M{", "type": "image"}, {"id": 8248570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1ded16a-343b-4fc5-b240-b57780819d57/width=450/8248570.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U5D*toE200~BOl-U9$9u%fofE30#~9S$D+E2", "type": "image"}, {"id": 8449380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f739ff2f-0d6a-4adf-88a2-bdc15c374391/width=450/8449380.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1808, "hash": "UKECk6r?OZR+_NRjRkozXTxuIUoftR%MIVRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/301166", "modelId": 267099} \ No newline at end of file diff --git a/datasets/metadata/301304.json b/datasets/metadata/301304.json new file mode 100644 index 0000000000000000000000000000000000000000..1e3ad4cc22f4a7f1eda747d5d460c8715a9fea6a --- /dev/null +++ b/datasets/metadata/301304.json @@ -0,0 +1 @@ +{"id": 301304, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-16T17:59:02.079Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 310, "ratingCount": 30, "rating": 5, "thumbsUpCount": 47, "thumbsDownCount": 0}, "files": [{"id": 237611, "sizeKB": 41378.2802734375, "name": "Relena_Queen_WGundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-16T18:00:46.070Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8951EFA6", "AutoV2": "596D62E5E5", "SHA256": "596D62E5E571828024E101B37E877F8E23CAA534FA34AF54E0A8BBF3B09FFDD7", "CRC32": "638B25F2", "BLAKE3": "9EBD2C292FA4B98C2975A856C9037870D1D12423C1AC1F44A0ABFACA3E67F434"}, "downloadUrl": "https://civitai.com/api/download/models/301304?type=Training%20Data"}, {"id": 237610, "sizeKB": 22239.37890625, "name": "Relena_Queen_WGundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-16T18:00:53.443Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BEB68505", "AutoV2": "75F23E079F", "SHA256": "75F23E079F133D1EB5D2BABB9EC6AAC8086885D1838618F4E820B76C50CC70BC", "CRC32": "65AE84F0", "BLAKE3": "E0DB689C32485BA1CAC089534BDFF6E1FC9BDEDEDEE50890E1ADE23EE230304C", "AutoV3": "F3C42A050252"}, "downloadUrl": "https://civitai.com/api/download/models/301304", "primary": true}], "images": [{"id": 5562360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93c525b6-a313-4f44-9a7e-8739eb78ba47/width=450/5562360.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UbRL^V%g.Txax[Rj%gV@EMoLs9of$ekCn*kB", "type": "image"}, {"id": 5562463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a95580f-76ec-4277-9490-f589d8c14008/width=450/5562463.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTRo$^n%*0x^-ot6yDozJCWCsSjZn#axjbof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/301304", "modelId": 267232} \ No newline at end of file diff --git a/datasets/metadata/301306.json b/datasets/metadata/301306.json new file mode 100644 index 0000000000000000000000000000000000000000..1860ab3d09542048006796a2b98b743f66fccf3b --- /dev/null +++ b/datasets/metadata/301306.json @@ -0,0 +1 @@ +{"id": 301306, "index": 0, "name": "Epoch 16", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-14T14:30:59.832Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": ["full body view", "full body shot"], "stats": {"downloadCount": 469, "ratingCount": 17, "rating": 5, "thumbsUpCount": 47, "thumbsDownCount": 0}, "files": [{"id": 237618, "sizeKB": 24904.578125, "name": "301306_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-16T18:05:56.683Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A1D7EE67", "AutoV2": "8420F24E71", "SHA256": "8420F24E71F9A468E1152E6302C7A33C18203F966AA4FF72C3038B52EC33E065", "CRC32": "D3F0DD66", "BLAKE3": "E46B9EE499B23DEC5C5AB9DEC68D1A58C6D88FA7487DC1ACE15914716CD3A556"}, "downloadUrl": "https://civitai.com/api/download/models/301306?type=Training%20Data"}, {"id": 272886, "sizeKB": 36977.453125, "name": "full_body_shot.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T14:30:48.769Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "339F3E74", "AutoV2": "7EA96870F8", "SHA256": "7EA96870F8E13858FD5E45291BBE4A69E2EBE0AAFCAD6E4D14BDB9B454D83AA3", "CRC32": "62F7E5DD", "BLAKE3": "F28DF28CA6BD44A610149FA226DEB17351B6961C15197EE7CE3B8533341106BA", "AutoV3": "75719CDCF053"}, "downloadUrl": "https://civitai.com/api/download/models/301306", "primary": true}], "images": [{"id": 6627927, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9dae7582-8331-4632-ad41-d5a1779d5eed/width=450/6627927.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U2Av2t-=5QtPB;AH0N^i-.E30g^i02Vs0gNG", "type": "image"}, {"id": 6627451, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2161726-b98a-48ac-a244-0737e15e8510/width=450/6627451.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UGHxpU~qEMM{?bIURjWCjFM{R*WB9FRj-;xu", "type": "image"}, {"id": 6627925, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81c771f1-95f2-4542-981e-eb6cdae80aeb/width=450/6627925.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UDHoB^V@?^og-:RkIps.D%t7IURjSPWBslog", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/301306", "modelId": 267234} \ No newline at end of file diff --git a/datasets/metadata/30137.json b/datasets/metadata/30137.json new file mode 100644 index 0000000000000000000000000000000000000000..42c40dcd1852ec1d3ec9b34922f078e7d625a74f --- /dev/null +++ b/datasets/metadata/30137.json @@ -0,0 +1 @@ +{"id": 30137, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-27T14:00:29.988Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["shanpuuranma", "hair_bell"], "stats": {"downloadCount": 888, "ratingCount": 159, "rating": 5, "thumbsUpCount": 162, "thumbsDownCount": 0}, "files": [{"id": 24879, "sizeKB": 36991.208984375, "name": "ShanpuuRanma.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-27T14:05:41.261Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "641CCC23", "AutoV2": "A28F5A23D0", "SHA256": "A28F5A23D02A071DBD9B5513D196A72DD83C543C0EE8C79C1DEBBC901CB58EB9", "CRC32": "7847CAE8", "BLAKE3": "1284662D8938BE6DDF9DC9B8F3335394DBECE8051D60A5BF011DA1D6E9E6CF83", "AutoV3": "ED2E5983DA33"}, "downloadUrl": "https://civitai.com/api/download/models/30137", "primary": true}, {"id": 24880, "sizeKB": 87564.19921875, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-27T14:10:24.783Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "929753AA", "AutoV2": "FD24BC5256", "SHA256": "FD24BC525627FB64A0F8CDDDA34F9383066431963A08AD4F30F9C6F539FA79EC", "CRC32": "A19D795C", "BLAKE3": "705C47CE102E220616AC2EADA2FBD31F66DC2BB4DD5DA1FB8EB87EC78BA39705"}, "downloadUrl": "https://civitai.com/api/download/models/30137?type=Training%20Data"}], "images": [{"id": 343138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c68a2297-3ef8-4348-b6ea-40d9d07a9900/width=450/343138.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UaM6JXEJ_4?b-tO:$gsqs=9aad$7VZwKM{xZ", "type": "image"}, {"id": 343302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57a21afc-0a7f-44e9-212b-957814128800/width=450/343302.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UWK0{s00Q4DPC9RQVWrsx]R+$yog#SNFt6OY", "type": "image"}, {"id": 343301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/208ab2db-d54d-4563-dc03-83d4614fe800/width=450/343301.jpeg", "nsfwLevel": 1, "width": 4000, "height": 210, "hash": "UvJ7zm$|Rixu?c%1adj[oyt7jXRk~VWFWSR:", "type": "image"}, {"id": 344314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2568171-5f25-4eea-3e02-549c4ec61800/width=450/344314.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UCHetg~V00D,00ac.EItKz0L_1~Vb]--s%RU", "type": "image"}, {"id": 344313, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b0bc36d-5dfc-4a02-f0a7-272a322e4c00/width=450/344313.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UkKdP-Di?]OsLNV]s*TJ$$R.aexYRRiwa1sm", "type": "image"}, {"id": 344312, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53ccd14d-fb50-40b8-8e98-85f337a48900/width=450/344312.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UcIqy+xu8qX83OSdw6r]aOsCxCSx,1ahb:ax", "type": "image"}, {"id": 344311, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bccfbe8-23ae-49ee-2e60-bb1635fa3c00/width=450/344311.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UeMiK,9E*0$+T}RPrWtlS*XmjYt7n5r=ozjr", "type": "image"}, {"id": 344310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f954d81e-271b-41ad-7e43-04d4d262f200/width=450/344310.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UQNSgz~q=N$M{ZD%~C%3m.9aavsAfm%NR~$|", "type": "image"}, {"id": 344309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f4ce41e-d952-4148-d888-3d83b21a4000/width=450/344309.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UZJt0?4oP;%M*09F-4IWXSD+M_axR:xus:%L", "type": "image"}, {"id": 344307, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cd6d664-0333-4fab-df18-e72844f2e900/width=450/344307.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UbK^ap^*UZW=1QS|VbwK9zICS_Opw0WFV@N1", "type": "image"}, {"id": 344306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78c75f6f-204a-4a95-a098-692553c26f00/width=450/344306.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U=K]Wwt7|[njvONbVtwcw0baoyjZOYW;j=sm", "type": "image"}, {"id": 344305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4962590a-6a52-4eb0-e205-6aaa60414e00/width=450/344305.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UVK1Oi~U=.$%b8tIEUOG+pslNMIV%f-hf9Rn", "type": "image"}, {"id": 344304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f03ff44-6e5e-4cab-913e-52579d9bea00/width=450/344304.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCIDqn001CRC009q}w$.Ec-D=|9[+mEuEc,4", "type": "image"}, {"id": 344303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8652cfa9-0981-44fb-82f3-e159ff50a300/width=450/344303.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UZF?|cHY?wI[PDm*Fpti$ytMRfX6NHIUxaRQ", "type": "image"}, {"id": 344302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b428bcab-3401-47ae-71c9-984745738d00/width=450/344302.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UaMro]NC~Qe]VU#F+@o]#l?Fw0NfM6InMyNJ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/30137", "modelId": 25183} \ No newline at end of file diff --git a/datasets/metadata/301423.json b/datasets/metadata/301423.json new file mode 100644 index 0000000000000000000000000000000000000000..e45904274edb84072f0575af807326a0f3a98afb --- /dev/null +++ b/datasets/metadata/301423.json @@ -0,0 +1 @@ +{"id": 301423, "index": 0, "name": "lys", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-16T22:04:52.044Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 94, "ratingCount": 4, "rating": 5, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 237725, "sizeKB": 25937.9892578125, "name": "301423_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-16T20:05:47.947Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "ED0F2206", "AutoV2": "A09A37881B", "SHA256": "A09A37881B4F7B45ACBDBABE30CFBCD23F4B73D8905A279029EB536FF0283B51", "CRC32": "E19736E1", "BLAKE3": "4D232967E170C4BA1DAC8DBBD9D5D9E08441BB780700D17835B6E5D07CD7893A"}, "downloadUrl": "https://civitai.com/api/download/models/301423?type=Training%20Data"}, {"id": 237826, "sizeKB": 223110.51953125, "name": "lys.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-16T21:55:44.351Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5FCEE214", "AutoV2": "3D4AC6FB56", "SHA256": "3D4AC6FB5619987CB7C3D2C1B68D4FD88B3EE22424AFBE6B6F31B1E4FBB7BC23", "CRC32": "3B437CFB", "BLAKE3": "D14D6C08B7DEC466BCD4B4D1E85FB5B584A8E190608891A436B34E521BECD97D", "AutoV3": "74E5DCE3DCCC"}, "downloadUrl": "https://civitai.com/api/download/models/301423", "primary": true}], "images": [{"id": 5568162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35e55270-19cb-4b41-b2e5-95c2d2db26c8/width=450/5568162.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEC$=h_MCk%}x[pHo|%L4TMxMyR5bYv}v#IU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/301423", "modelId": 267330} \ No newline at end of file diff --git a/datasets/metadata/301452.json b/datasets/metadata/301452.json new file mode 100644 index 0000000000000000000000000000000000000000..c72193714e1206da9f96ee9d2142e72a4a93bd7a --- /dev/null +++ b/datasets/metadata/301452.json @@ -0,0 +1 @@ +{"id": 301452, "index": 1, "name": "v1.0 AnimagineXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-16T22:26:02.517Z", "availability": "Public", "nsfwLevel": 13, "description": "Trained on AnimagineXL
", "trainedWords": ["melfina, light purple hair, blue eyes,"], "stats": {"downloadCount": 177, "ratingCount": 17, "rating": 5, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 237750, "sizeKB": 223100.55859375, "name": "melfina-animaginexl-1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-16T20:41:22.496Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "57E5B3C2", "AutoV2": "E97C837AD2", "SHA256": "E97C837AD2BE05BC8C67DD89B6290B7275FA05C3D957DEFEB9AB345630A8819C", "CRC32": "2E29BA90", "BLAKE3": "DF9EAAD9E1CEF7FBE9B094CD797E67D15C6DBF1B5FA11F24F04C1FC047DE61A4", "AutoV3": "C084EF04156F"}, "downloadUrl": "https://civitai.com/api/download/models/301452", "primary": true}, {"id": 237749, "sizeKB": 102244.830078125, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-16T20:40:42.473Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D4974B3E", "AutoV2": "79F59769BF", "SHA256": "79F59769BF3001D484572CB72E28D40151B4F221F9448477ABD938F1B8A2F207", "CRC32": "BA59E9C1", "BLAKE3": "169F7B8AE5994939CA27462DE74FD06AB6A69137B7959BDBB97E0A54A7180D28"}, "downloadUrl": "https://civitai.com/api/download/models/301452?type=Training%20Data"}], "images": [{"id": 5566051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07f01f9b-32b6-4293-b468-7f2e4df374a6/width=450/5566051.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2688, "hash": "U8FFp#jN00yC00x]_NIT4-Io-oxIxvs?sr-;", "type": "image"}, {"id": 5566056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26315d08-4686-4118-befa-e8f1242949d3/width=450/5566056.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2688, "hash": "UFEV?Fn~00kD4pjYoyRk4max_3of_NRjD%t6", "type": "image"}, {"id": 5566613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98bfb8e8-3aaa-452a-8f1e-f6eaf1674f1f/width=450/5566613.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2688, "hash": "UCHx$@%300tR8{xu~qRjNEM|R-xb00bI00V@", "type": "image"}, {"id": 5568295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e65657f6-e6e1-4b03-82c3-fae17bf7b4b3/width=450/5568295.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2688, "hash": "UUIE;2D*?W-:?wV=IVkA9}RhM|R*k=RQoyf9", "type": "image"}, {"id": 5568315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7c3f0a8-fa9c-42a9-9167-649535a1fa24/width=450/5568315.jpeg", "nsfwLevel": 8, "width": 1792, "height": 2688, "hash": "UCF5m%E200~W5ZoJs7WX0Kxs-PD*%ORlt8%2", "type": "image"}, {"id": 5568469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a88edf68-bc00-44f2-977a-8febf2d8b7c5/width=450/5568469.jpeg", "nsfwLevel": 4, "width": 1792, "height": 2688, "hash": "U7B:p*R400_4%%s8ngt8pKsnxu%M^+M{%3%N", "type": "image"}, {"id": 5568486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5cf5e18-7aba-4c8f-97b9-423f88901dbe/width=450/5568486.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2688, "hash": "U5F#za_300R5tW9u00?H0c9Z00?G0NIVsr^*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/301452", "modelId": 218479} \ No newline at end of file diff --git a/datasets/metadata/301694.json b/datasets/metadata/301694.json new file mode 100644 index 0000000000000000000000000000000000000000..6fcac15ef9561e01fa9fba03b46ce6a3e079bfea --- /dev/null +++ b/datasets/metadata/301694.json @@ -0,0 +1 @@ +{"id": 301694, "index": 1, "name": "Alt version 1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-17T00:46:58.241Z", "availability": "Public", "nsfwLevel": 3, "description": "Suggested model:
https://civitai.com/models/139562?modelVersionId=268861
", "trainedWords": ["ch04xl"], "stats": {"downloadCount": 187, "ratingCount": 10, "rating": 5, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 237953, "sizeKB": 351247.9375, "name": "ch04xl32.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-17T00:45:51.773Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "226F1D9A", "AutoV2": "7CAFE125C4", "SHA256": "7CAFE125C412ECFED9601531EC0648E606C3F4BCF8FFF5FE7A241019872736E2", "CRC32": "5F518FBF", "BLAKE3": "6296528288A3C886FBD67A75FAB587123260057F6B74B49B404BC27749DD7EC2", "AutoV3": "5B86605A7D2E"}, "downloadUrl": "https://civitai.com/api/download/models/301694", "primary": true}, {"id": 237959, "sizeKB": 34304.6474609375, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-17T00:55:50.823Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "63F5EEC1", "AutoV2": "6E712A17D8", "SHA256": "6E712A17D81750EA5EB93E0269CE6B54E3895BF31E60AF85DD8DA0FB0CB8B722", "CRC32": "7104AB57", "BLAKE3": "6BEF81397B872D66E64342B2989E3C48BA19F9C9CA47D81ACB234DE0FC0D4AF8"}, "downloadUrl": "https://civitai.com/api/download/models/301694?type=Training%20Data"}], "images": [{"id": 5571813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7480de81-9d8a-4e57-aa92-a6643af5e0ff/width=450/5571813.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDJQ[+-VELM{~RMw9bRjTftR$MxvnhR*9GRi", "type": "image"}, {"id": 5571809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b34b3202-56fa-4c7b-bfa3-0d6f7c5b48b8/width=450/5571809.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHJao[-qAEM|~UV@o$ofEkofMdWA^+RjWCt7", "type": "image"}, {"id": 5571812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bf76594-55b9-439d-9535-5ddf571f92c2/width=450/5571812.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8Hw_g0_00Twt*v~9G-:_NIoMJ~VOYIA%2t7", "type": "image"}, {"id": 5571815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4960277e-d456-4c27-a051-581b057d56a5/width=450/5571815.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGJ@zZWA9@oh,-XTIqiv.TRjI9xv%0xuS$IU", "type": "image"}, {"id": 5571816, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7449b211-c136-4ecc-96e0-00ebae6fcf9b/width=450/5571816.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6K1g+N5Lg~BDz%04p4=D%NGrp==toofvxIu", "type": "image"}, {"id": 5571814, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1379edd-2b41-4680-98bc-d28750424586/width=450/5571814.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7K0]1^H4mxuDztRDiI^K-Ris=t78wja%fW?", "type": "image"}, {"id": 5571817, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/030078d2-2b8d-4b83-8e98-9d4a35456e63/width=450/5571817.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UAH-SyS^01Xm0LgMQ.nO}sX8RPtk0LofxZni", "type": "image"}, {"id": 5818619, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/037ea493-aca2-448b-b2be-1764ecc26556/width=450/5818619.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UAGRep?u00Ip4-%go#Rl.TM{VsRP00oft7a#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/301694", "modelId": 214118} \ No newline at end of file diff --git a/datasets/metadata/30175.json b/datasets/metadata/30175.json new file mode 100644 index 0000000000000000000000000000000000000000..9e2915233946d9f1eb8d7dd4bb17b7003ca9bc66 --- /dev/null +++ b/datasets/metadata/30175.json @@ -0,0 +1 @@ +{"id": 30175, "index": 0, "name": "v2 OpenJourney", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-27T17:11:29.869Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["yoshimitsu"], "stats": {"downloadCount": 260, "ratingCount": 16, "rating": 5, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 24917, "sizeKB": 50911.01171875, "name": "100_Yoshimitsu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-27T17:15:38.833Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4DD4A07B", "AutoV2": "7F63B5CE6E", "SHA256": "7F63B5CE6E7DB2D28CE783D4EA19A9AE9680ACA520329EF6D9C5901A097441E5", "CRC32": "FDE7B89D", "BLAKE3": "6BB72E53C51EF6A372CFE3EEF1D0418738158FBABA9BEE25F2428DF2658CD399"}, "downloadUrl": "https://civitai.com/api/download/models/30175?type=Training%20Data"}, {"id": 24916, "sizeKB": 147571.2734375, "name": "char1_5Yoshimitsuv2Open.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-27T17:15:38.562Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "FE07C1E5", "AutoV2": "2C15389CA4", "SHA256": "2C15389CA4BD47796096F1B2B72972E182FB4362C98315C3B3E7CA8937FD4027", "CRC32": "85FA8FD6", "BLAKE3": "B52AAA50B9577D3E82798288E0D17B8EE892A093F408C8C95B2293C07E384014", "AutoV3": "438B25C12FDF"}, "downloadUrl": "https://civitai.com/api/download/models/30175", "primary": true}], "images": [{"id": 342410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb0e95e6-c722-4133-ea1f-c3e2b4b2a100/width=450/342410.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UXGHYsj[V?oe~BWCNGoe%1oLRjof-nj[Rjaz", "type": "image"}, {"id": 343309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f5dcbf1-aba4-4ebd-580c-d526b9a01400/width=450/343309.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UPGRk?%M4@Nc0WXT-.e.~9oMR6xVM}bINaI;", "type": "image"}, {"id": 342411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d283d74c-3d91-42d4-78fd-a210fe6fe400/width=450/342411.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U6H,r1NI}=wf00xZ0fj?1$V[]$r?0$W:S6xt", "type": "image"}, {"id": 343308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5704e33-1cc8-4b44-84ca-3a1ef8646800/width=450/343308.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U9C$vC00?vIAyZrB9}I9.m9aMcXU%hIoayMx", "type": "image"}, {"id": 342506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c280301-974d-4a77-ccfa-63c082274700/width=450/342506.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U9DJen-U_4_3EUWY9aNg^*.8$yngtTR4M{RO", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/30175", "modelId": 25213} \ No newline at end of file diff --git a/datasets/metadata/301839.json b/datasets/metadata/301839.json new file mode 100644 index 0000000000000000000000000000000000000000..e2d1ac8a4a06ce54c3cecccc68e1749ce26c864a --- /dev/null +++ b/datasets/metadata/301839.json @@ -0,0 +1 @@ +{"id": 301839, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-17T03:48:33.794Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 291, "ratingCount": 42, "rating": 5, "thumbsUpCount": 57, "thumbsDownCount": 0}, "files": [{"id": 238088, "sizeKB": 22253.34765625, "name": "Annerose_von_Grunewald_Galactic-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-17T03:45:48.175Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "87311A90", "AutoV2": "1C73CE2F98", "SHA256": "1C73CE2F98A6F4BBDE404C64FFBB0A7B66F4CDBCCFFA20B3FA8C6E963A3CCFD0", "CRC32": "A299DA18", "BLAKE3": "FE612F26046A90B6E0A7D99B9A43D023ABCB47FBEB0CDC2BC53D726791E913B4", "AutoV3": "305EC0629085"}, "downloadUrl": "https://civitai.com/api/download/models/301839", "primary": true}, {"id": 238089, "sizeKB": 45566.421875, "name": "Annerose_von_Grunewald_Galactic.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-17T03:45:51.343Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F3F5BC40", "AutoV2": "B2244B4190", "SHA256": "B2244B4190ACFA6FF0C5D2AFC221821B83ED10B7FCCE2E8DEF57C7C133D46C81", "CRC32": "F92B9407", "BLAKE3": "1E962EBF3F99F9B61523FA1BF95497C68E8D70C9E828D8E9AD960C582981A0A4"}, "downloadUrl": "https://civitai.com/api/download/models/301839?type=Training%20Data"}], "images": [{"id": 5575823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/509510be-d183-4e27-8c4f-3efa1d6f1d8c/width=450/5575823.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UFNJap_N04%O00Rj0MM}.TD$IBs+8^D%-=ov", "type": "image"}, {"id": 5575930, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c055d8ab-c9fd-4840-8a55-eb6c15a1ba1a/width=450/5575930.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJMGhm%M009a00n#0hRj0e-p-VM{_NoInPNe", "type": "image"}, {"id": 5576200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c2d325c-ecd9-4ffe-98a5-50a26e3a247f/width=450/5576200.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFMi+qD%00TK00M^58%14:nhxbXA~pbvrXWF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/301839", "modelId": 267697} \ No newline at end of file diff --git a/datasets/metadata/302880.json b/datasets/metadata/302880.json new file mode 100644 index 0000000000000000000000000000000000000000..cb393a696ea76d3257a6b279e3fecdbced172627 --- /dev/null +++ b/datasets/metadata/302880.json @@ -0,0 +1 @@ +{"id": 302880, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-17T23:36:57.193Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 236, "ratingCount": 33, "rating": 5, "thumbsUpCount": 42, "thumbsDownCount": 0}, "files": [{"id": 239000, "sizeKB": 22252.41796875, "name": "Chall_Acustica_00F-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-17T23:40:41.313Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1CFCD7FA", "AutoV2": "033A50979C", "SHA256": "033A50979CEE706273B57C8F3A34B481F88042FCA8AE68F206DA995CF6C8F4AA", "CRC32": "DE4496D6", "BLAKE3": "AF83882E5564ECCDA862866DC1B75E8CCE60B4C22926133A85757350250F18B9", "AutoV3": "96E4D72B0B00"}, "downloadUrl": "https://civitai.com/api/download/models/302880", "primary": true}, {"id": 239001, "sizeKB": 44795.6357421875, "name": "Chall_Acustica_00F.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-17T23:40:38.059Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "114AD277", "AutoV2": "C541FC876D", "SHA256": "C541FC876DB3A5E0DF6A3714EC579F2B194A9777A0FEAC0F56BC076E5A7A972F", "CRC32": "16F57C69", "BLAKE3": "0542502564441040532EABD008CB20DE7AE4FDA0E098CEC3435E08E8CAC09145"}, "downloadUrl": "https://civitai.com/api/download/models/302880?type=Training%20Data"}], "images": [{"id": 5607379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/139a2be7-f59a-45b5-b545-b6c7e78550a8/width=450/5607379.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U:LWR.kCtls:~Vj]o~ofg4j@o#jtkCaybHa|", "type": "image"}, {"id": 5607552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46a8616e-1b96-4828-a600-ea4f90e06cd1/width=450/5607552.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UlL}BN-;-;xu~pax%MbIbbM|RjM{%Nt7aext", "type": "image"}, {"id": 5607649, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb87670c-7805-41c5-98c0-b5e6bed3b10a/width=450/5607649.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UyLg@XWB%MWB~qt7xuoeozt7WBofxvWBRPWB", "type": "image"}, {"id": 5607381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d1ee379-4972-4c3c-820d-5c7e2eede87f/width=450/5607381.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U:LWR-kCtls:~Vj]o~ofbwj@o#jtkCaybHa|", "type": "image"}, {"id": 5607553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71318e97-4214-45ec-8457-b8ed08bbb012/width=450/5607553.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UlL}BN-;-;xu~pax%MbIf+M|RjM{%Nt7aext", "type": "image"}, {"id": 5607650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6761f2e7-b1d4-4881-ab40-472acabe6048/width=450/5607650.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UyLXV,WB%MWB~qt7xuoeozt6WBofxuWBRPWB", "type": "image"}, {"id": 5608136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73ad44ad-48c6-4a1d-92d5-2df46f79511a/width=450/5608136.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFI;xIyD00nk.m-V00V?gi0K4nIU%#-UiwWX", "type": "image"}, {"id": 5608132, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/854dde78-78d8-49d4-bf72-d99bb9af99a1/width=450/5608132.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFI;xIyD00nj.m-V00V?k?0K4nIU%#-UiwWX", "type": "image"}, {"id": 5608133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fb88807-1fa7-49f8-82eb-5f194edafc20/width=450/5608133.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFL|WME*00IoGu-VM_0LAI~W$*VspJaJ4o9F", "type": "image"}, {"id": 5608131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1e74618-4f04-47c9-8095-ebd7096de353/width=450/5608131.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFL|WME*00IoGu-VMx0LAI~W$*VspJaJ4o9F", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/302880", "modelId": 268648} \ No newline at end of file diff --git a/datasets/metadata/302964.json b/datasets/metadata/302964.json new file mode 100644 index 0000000000000000000000000000000000000000..e2680c98a42a08d4aa130eb59f9a6e5f4c7052e0 --- /dev/null +++ b/datasets/metadata/302964.json @@ -0,0 +1 @@ +{"id": 302964, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-18T01:48:41.400Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 240, "ratingCount": 33, "rating": 5, "thumbsUpCount": 44, "thumbsDownCount": 0}, "files": [{"id": 239072, "sizeKB": 22254.24609375, "name": "Atra_Mixta_IRONBLOOD-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-18T01:50:45.478Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B3A16369", "AutoV2": "B670ECA3AC", "SHA256": "B670ECA3AC5C0AD59DEBF8EB23C502982B0E215F650F00F3AD496A57F317AD27", "CRC32": "687EB89E", "BLAKE3": "413E220632118346A503A6DF816C3EE2AFE5EB9547A7CB3399B647F880C14BC8", "AutoV3": "DE4268E74382"}, "downloadUrl": "https://civitai.com/api/download/models/302964", "primary": true}, {"id": 239071, "sizeKB": 43065.73046875, "name": "Atra_Mixta_IRONBLOOD.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-18T01:50:48.910Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A87445E4", "AutoV2": "C99C4ECFFA", "SHA256": "C99C4ECFFA04D828A00F464C99895CF7103C597BCD95030E44EDAB7665243DC0", "CRC32": "156A41EE", "BLAKE3": "E2857C97D206FA986AE229B6C12EEF13248513E37528CBEAB8DEC2F393808510"}, "downloadUrl": "https://civitai.com/api/download/models/302964?type=Training%20Data"}], "images": [{"id": 5610521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fce44874-4987-4d74-93eb-a35107249fde/width=450/5610521.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQN]@Fxax^%2$xofxvjZ-;kCIUf6~qWBn$WV", "type": "image"}, {"id": 5610616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57794c5c-d137-416a-bd5d-e36efd0e11b7/width=450/5610616.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTPZDbtR?wxu~WjEyExu9ZRjniay_4t6IUoz", "type": "image"}, {"id": 5610522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cca63c0-aa34-44f5-a6e1-e67b7c7e9662/width=450/5610522.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQN]@Fxax^%2$xofxvjZ-;kCIUf6~qWBn$WV", "type": "image"}, {"id": 5610603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/698a6c96-14af-4d73-9e69-b55c7757912d/width=450/5610603.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UUPZDbtR?wxu~VjEyExuD%Rjniay_3t6IUoz", "type": "image"}, {"id": 5610744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77149fec-6320-43ac-a5eb-233cb2f402d9/width=450/5610744.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UZP$gvV@*0-=?vaK%hf,I=WAn$s:?bxuIUkD", "type": "image"}, {"id": 5610743, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5eae4e9-4101-4bac-9109-d8d580972bf4/width=450/5610743.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UZP?2OV@*0-=?vaK%hf,I=WAn$s:?bxuIUkD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/302964", "modelId": 268720} \ No newline at end of file diff --git a/datasets/metadata/303348.json b/datasets/metadata/303348.json new file mode 100644 index 0000000000000000000000000000000000000000..7cbe0afb6b3ba19d1522340ab141050a739e3b89 --- /dev/null +++ b/datasets/metadata/303348.json @@ -0,0 +1 @@ +{"id": 303348, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-18T09:23:41.526Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 308, "ratingCount": 42, "rating": 5, "thumbsUpCount": 69, "thumbsDownCount": 0}, "files": [{"id": 239401, "sizeKB": 22248.94140625, "name": "Kanako_Tachibana_schoolstop-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-18T09:25:42.568Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6F2D3894", "AutoV2": "1A601F6217", "SHA256": "1A601F621716602BF2AEC95F1A5485C0295D17FA8E6AED25A67509009054879E", "CRC32": "F393D1AF", "BLAKE3": "E8FA68965043E85FDA68AC0A31F5C08607A0293035C1D0433720E1A2A5A210BE", "AutoV3": "D78F1B6B9493"}, "downloadUrl": "https://civitai.com/api/download/models/303348", "primary": true}, {"id": 239402, "sizeKB": 34363.177734375, "name": "Kanako_Tachibana_schoolstop.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-18T09:25:45.114Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7791432C", "AutoV2": "308E0071BC", "SHA256": "308E0071BCEF01CB1D86032B16325A020F37676477F82751A04FEB2EC35B6D0D", "CRC32": "E698B0B0", "BLAKE3": "2BE0B3C1F962C8E30CA748FCE2150BDC6E0BBDFA7329CB8B7152DC4530E57D9D"}, "downloadUrl": "https://civitai.com/api/download/models/303348?type=Training%20Data"}], "images": [{"id": 5620029, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d44732d-894d-41c5-91c1-0e113807d63e/width=450/5620029.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UoMGk?xuOX%2~WodyDxuODoLW:ozxvj]M{WB", "type": "image"}, {"id": 5620193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd79ba41-8280-465c-b2e9-bc7f14cd3e04/width=450/5620193.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOQupgRRT|WFuPNw%$kCogslt5t6^*t7MxkC", "type": "image"}, {"id": 5620194, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c72f7677-faaf-43b2-8d62-bfe6322f946a/width=450/5620194.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOQupgM}T|WFuPNw%$kCogslt5t6^*t7MxkC", "type": "image"}, {"id": 5620026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11d08cba-2fb5-4a8e-91e0-3b18b86ed2fc/width=450/5620026.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UoMGk?xuOX%2~WodyDxuODoLW:ozxvj[M{WB", "type": "image"}, {"id": 5619888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab786d7f-662b-4e83-a62c-a26fd8af7be6/width=450/5619888.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UlM7AfIWEfRj~WM|x^WCtRt6fOofx]t6RPof", "type": "image"}, {"id": 5619889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5c1e39c-ed99-4178-859b-89c78726c044/width=450/5619889.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UlM7AeIVEfRj~WM|x^WCtRt6a_ofx]t6RPof", "type": "image"}, {"id": 5620522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfdb1fc9-24c0-4df7-a629-1086165dfdf6/width=450/5620522.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOQbqZv}L3.7ys-PpJ-:XnbbX9S$?HR+R4R+", "type": "image"}, {"id": 5620521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b740154-ef4c-463c-9ff5-cb167bb6d406/width=450/5620521.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOQbqZv}L3?ays-PpJ-;Xnf,X9S$?HR+R4R+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/303348", "modelId": 269078} \ No newline at end of file diff --git a/datasets/metadata/30335.json b/datasets/metadata/30335.json new file mode 100644 index 0000000000000000000000000000000000000000..7e4584adf744c1f033becae6761bc40087381f05 --- /dev/null +++ b/datasets/metadata/30335.json @@ -0,0 +1 @@ +{"id": 30335, "index": 0, "name": "v6.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-27T22:59:22.529Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 2134, "ratingCount": 393, "rating": 5, "thumbsUpCount": 431, "thumbsDownCount": 0}, "files": [{"id": 25053, "sizeKB": 36979.6787109375, "name": "redline-v6.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-27T23:01:08.294Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "C8BA7F07", "AutoV2": "0F3E102A83", "SHA256": "0F3E102A83AB63D7F9797EEEEB7A3D11D9046EF8A5655100AE2606C4682C6DE8", "CRC32": "59842DB5", "BLAKE3": "F04F33FB2578AB7FDEA28E2FB0168CAD5B6DB6C115E72BB8B003CEB0A58B496F", "AutoV3": "8A0CAF49B988"}, "downloadUrl": "https://civitai.com/api/download/models/30335", "primary": true}, {"id": 25146, "sizeKB": 65111.5654296875, "name": "Redline Training Data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-28T03:51:24.820Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DF45D673", "AutoV2": "05E786A95F", "SHA256": "05E786A95FF6DC0FD011F30F0B93ABDD4970A32E87C778102C6EF6ADE32EFA19", "CRC32": "F49F88C7", "BLAKE3": "37DF00E90814BC8C6398BBF3B5852D42CE77C3EB6D4202D20873C25DAACE5F8C"}, "downloadUrl": "https://civitai.com/api/download/models/30335?type=Training%20Data"}], "images": [{"id": 344439, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60c05abf-7621-42be-2417-0aee55ef8500/width=450/344439.jpeg", "nsfwLevel": 1, "width": 744, "height": 888, "hash": "UaHL#g.8%MIA_NbIozjEIA9Fxut7WCays:xt", "type": "image"}, {"id": 344443, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b33e5390-a502-44f4-7739-191b28bcc900/width=450/344443.jpeg", "nsfwLevel": 8, "width": 904, "height": 744, "hash": "UNHU:~F}57^*.mtn-;s.I@xbjYNGVsIUIUay", "type": "image"}, {"id": 344442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e0bb55e-6b86-4d10-a93f-936d41516200/width=450/344442.jpeg", "nsfwLevel": 2, "width": 800, "height": 848, "hash": "ULHT:QIo9t-V.lR*nOt6B9R*$*oy}[xG=|M|", "type": "image"}, {"id": 344441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d938832-964e-49f5-d3a6-1405838e2d00/width=450/344441.jpeg", "nsfwLevel": 2, "width": 800, "height": 848, "hash": "U7I4qu0000+h4Ok;1FxZ?0e84o${lU0e^S9Y", "type": "image"}, {"id": 344440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebcaad07-dcc2-49e4-aeb6-8c1fc87a1e00/width=450/344440.jpeg", "nsfwLevel": 2, "width": 744, "height": 904, "hash": "ULIEIZ?a0K~V55E1E2xs-:%1nPEL-V%L%Ls:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/30335", "modelId": 25345} \ No newline at end of file diff --git a/datasets/metadata/30352.json b/datasets/metadata/30352.json new file mode 100644 index 0000000000000000000000000000000000000000..8a27ab034531d59da0e65aeb387dfce3a44c913f --- /dev/null +++ b/datasets/metadata/30352.json @@ -0,0 +1 @@ +{"id": 30352, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-27T23:47:16.165Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["koito minase"], "stats": {"downloadCount": 920, "ratingCount": 159, "rating": 5, "thumbsUpCount": 166, "thumbsDownCount": 0}, "files": [{"id": 25069, "sizeKB": 147575.744140625, "name": "KoitoMinase.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-27T23:51:08.085Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "01E83388", "AutoV2": "6D5F1F037E", "SHA256": "6D5F1F037ED7827074DAE79EE175411FA0B5D7ECF7BA2A7BA720E79A88A4CFF9", "CRC32": "F6A29778", "BLAKE3": "68A09BF929E916AD553EB243E52A36275ED68F0DD5A9E159CFDE42E70882E3BE", "AutoV3": "14CC010B9423"}, "downloadUrl": "https://civitai.com/api/download/models/30352", "primary": true}, {"id": 25070, "sizeKB": 45085.3427734375, "name": "TrainingData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-27T23:51:06.081Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "634794FF", "AutoV2": "1302C2D0CE", "SHA256": "1302C2D0CE1A710116D6520440EA7B27E9BBD750888EDD9F5E9F61FB263CB094", "CRC32": "24B685CD", "BLAKE3": "52579D4AD456AA443F26AB99F0F97D59AD5D750416403E9716A88ACCEE352FB2"}, "downloadUrl": "https://civitai.com/api/download/models/30352?type=Training%20Data"}], "images": [{"id": 344683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7207024-8470-4ae4-43c5-62ab16533a00/width=450/344683.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UjI5DE~qOAM{n+xux]xuM{ayo#kDtRofWBWV", "type": "image"}, {"id": 344687, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/487a45d4-6db3-4f05-ca98-44cf0cfff100/width=450/344687.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBI56{0000DODOIT%g=|mjE2p{Ir%#4.-UH?", "type": "image"}, {"id": 344686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab99d63a-e436-4e9c-aca7-f11618aa9300/width=450/344686.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UHLWx0D47Xt-1UMIIVAHE99Y%Mnlxc-;xU-n", "type": "image"}, {"id": 344685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5259d10-4fee-487a-bf95-c47938958b00/width=450/344685.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMK^pyN$3ZJF0OvfIVOtITNGNHIV-TxIt6-P", "type": "image"}, {"id": 344684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5ac0504-10a6-49f7-450a-f6ac54332e00/width=450/344684.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNHoCE~VB?9vxd.8XT%L?bxCx[bI%Mo|NFV?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/30352", "modelId": 25358} \ No newline at end of file diff --git a/datasets/metadata/303683.json b/datasets/metadata/303683.json new file mode 100644 index 0000000000000000000000000000000000000000..7045e7e6e8fedb572b2c82edd1e7f1131ac25e65 --- /dev/null +++ b/datasets/metadata/303683.json @@ -0,0 +1 @@ +{"id": 303683, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-18T15:48:18.387Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 367, "ratingCount": 55, "rating": 5, "thumbsUpCount": 83, "thumbsDownCount": 0}, "files": [{"id": 239711, "sizeKB": 22252.12109375, "name": "Kaede_Kasuga_Puberty-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-18T15:45:50.305Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "634CCF54", "AutoV2": "88E4B1BF51", "SHA256": "88E4B1BF51E3205286C457D46B2217175218A6BA2740465A16173E4D281025EE", "CRC32": "D03D6849", "BLAKE3": "68BE7523E2869A069E2A57FDF160B3F58B8D65F3B0CBE29211F9736C58B2B035", "AutoV3": "ACD99086F75E"}, "downloadUrl": "https://civitai.com/api/download/models/303683", "primary": true}, {"id": 239707, "sizeKB": 40137.8037109375, "name": "Kaede_Kasuga_Puberty.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-18T15:46:25.638Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8458C181", "AutoV2": "D3AF9F2A85", "SHA256": "D3AF9F2A8551146BF25FDB62E17E028AEB5521B0F74D7F465CCE2BAD66D7082F", "CRC32": "78175113", "BLAKE3": "C29D831CA3D98CEB92D1C7AA6AD5F7E1F5F741FC112C0FC1BEF2B2B636672085"}, "downloadUrl": "https://civitai.com/api/download/models/303683?type=Training%20Data"}], "images": [{"id": 5629746, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8d42c5f-7c13-4f5e-86e9-1ddd4ce24866/width=450/5629746.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UrO3nXt7?^t7X4fj%Mj[xuayt7aykXj[t6az", "type": "image"}, {"id": 5629541, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e6f47ff-2087-4742-8093-22c445f1b20f/width=450/5629541.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIMQL@00E}9^0J4:%$9Gr=NH-p%2_NRO%M%h", "type": "image"}, {"id": 5629499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1129b0e-e6b2-4898-9e7e-949539ea8162/width=450/5629499.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIMZ%e00E}EN0J4:%$9Gr=NH-p%2_NRO%M%h", "type": "image"}, {"id": 5629748, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec0ba3c2-388d-44a0-94e6-91c16d1f986a/width=450/5629748.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UrO3nXt7?^t7X4fj%Mj[xuayt6aykXj[t6az", "type": "image"}, {"id": 5629393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95360331-2052-4cc0-a2d5-13bd3af6bfb6/width=450/5629393.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UtNTLExu?^t7j=ofxuaex]ayxtayNHayt6WB", "type": "image"}, {"id": 5629402, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9931644-6191-48e8-b35a-e9db2ca79c4a/width=450/5629402.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UtNTLExu?^t7oIofxuaex]ayxtayNHayt6WB", "type": "image"}, {"id": 5630182, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42ca00ca-7938-462e-9da6-8a631b5a0b23/width=450/5630182.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWP5_^NG*0.8u4Mx?bxuXnX9?Hx]Nxn$D%so", "type": "image"}, {"id": 5630180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3999f3d-86d5-406f-adf5-112d577f9ed8/width=450/5630180.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWPFchNG*0.8u4Mx?bxuXnX9?Hx]Nxn$D%so", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/303683", "modelId": 269372} \ No newline at end of file diff --git a/datasets/metadata/303802.json b/datasets/metadata/303802.json new file mode 100644 index 0000000000000000000000000000000000000000..5b846ce9c576889aa60808669b2f213cd4efa545 --- /dev/null +++ b/datasets/metadata/303802.json @@ -0,0 +1 @@ +{"id": 303802, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-18T17:56:51.958Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 320, "ratingCount": 55, "rating": 5, "thumbsUpCount": 73, "thumbsDownCount": 0}, "files": [{"id": 239814, "sizeKB": 22250.18359375, "name": "Karuizawa_Kei_youzitsu-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-18T18:00:52.854Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2A766757", "AutoV2": "93E9E52ECF", "SHA256": "93E9E52ECFBF46695EF05F19883F63C90D88C65BB447C8A4C2E6080B7C3558D7", "CRC32": "5710F1BB", "BLAKE3": "91CD142117DC9F012E80C81F6A0DDB3258D01B2D5A8F999E7224EF72CBEAF08D", "AutoV3": "D7D8835B6DF0"}, "downloadUrl": "https://civitai.com/api/download/models/303802", "primary": true}, {"id": 239815, "sizeKB": 40175.806640625, "name": "Karuizawa_Kei_youzitsu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-18T18:01:17.674Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E5A11953", "AutoV2": "22BED96595", "SHA256": "22BED96595324CD60D8F398891CED680ED47E7F75D81603491C94126A0DBBFD5", "CRC32": "69BBB75A", "BLAKE3": "998983C8266062CF4596EC048CF7030355C2FCA761F5E3191E68AEF6A0F202A0"}, "downloadUrl": "https://civitai.com/api/download/models/303802?type=Training%20Data"}], "images": [{"id": 5632057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9bd37a0a-44eb-42af-9dbd-8c7644f00eab/width=450/5632057.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEO{dXL#01%M0d8w5TNIqFNbDlS$9ao#D*NL", "type": "image"}, {"id": 5632180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16b86e47-1b35-479b-abfa-2b3b9a2e63ee/width=450/5632180.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZMj8hD%Kj4o~VIUT1WB4.M{sWxu?atQMyWC", "type": "image"}, {"id": 5632058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/130e3382-23fb-411c-adc7-fdb83dc8f841/width=450/5632058.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEO{dXL#01%M0d8w5TNIqFNbDlS$9at8D*NL", "type": "image"}, {"id": 5632179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b78b1fe9-a2af-42b1-982b-4c708f40f8f3/width=450/5632179.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZMj8hD%Kj4o~VIUT1WB4.M{sWxu?atQMyWC", "type": "image"}, {"id": 5632342, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f71648a-eb50-4ce3-9d77-3f72ffc79114/width=450/5632342.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UCN9FC0f0L00.jIA0M$i0J9aD,K456?b00-;", "type": "image"}, {"id": 5632341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1700f47a-5bf5-464c-9d5b-79415d6318c8/width=450/5632341.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UCN9FC0f0L00.jIA0M$h0J9aD,K456?b00-;", "type": "image"}, {"id": 5637167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/562fa7ec-bb54-4463-977f-40b158a3cf2e/width=450/5637167.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UjN+*7DOt,jE~pROSOtROrtRs;M}$%R+NGxu", "type": "image"}, {"id": 5637166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c5369a5-7ac6-461f-8f70-2ec81b222fb9/width=450/5637166.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UjN+*7DOt,jE~pROSOtROrtRs;M}$%R+NGxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/303802", "modelId": 269482} \ No newline at end of file diff --git a/datasets/metadata/303979.json b/datasets/metadata/303979.json new file mode 100644 index 0000000000000000000000000000000000000000..309435dd730b725e4ad7c76de1595d538f87c9e6 --- /dev/null +++ b/datasets/metadata/303979.json @@ -0,0 +1 @@ +{"id": 303979, "index": 0, "name": "Paintings by Frederic Leighton - Victorian painter (Academicism, Pre-Raphaelite style )", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-18T22:38:21.623Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["AH_FLeighton", "AH_FLeighton Leighton"], "stats": {"downloadCount": 385, "ratingCount": 18, "rating": 5, "thumbsUpCount": 55, "thumbsDownCount": 0}, "files": [{"id": 239968, "sizeKB": 18208.3505859375, "name": "303979_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-18T21:25:43.812Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B41E3D03", "AutoV2": "253DA71755", "SHA256": "253DA717559120CB4E71105BD074B92D0F07364AB4859C135C0E499DE2F85A0C", "CRC32": "9F3851D2", "BLAKE3": "E1B461BAD26CA8B65CFF72873F52DEDB6778F87EF25B1D1F1845B65224DEDE23"}, "downloadUrl": "https://civitai.com/api/download/models/303979?type=Training%20Data"}, {"id": 240016, "sizeKB": 223111.73828125, "name": "Paintings_by_Frederic_Leighton_-_Victorian_painter_Academicism_Pre-Raphaelite_style_.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-18T22:15:52.138Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AFDA007C", "AutoV2": "75E5A8F4AA", "SHA256": "75E5A8F4AAA44A72CFF83E5B1A108C1007606CC525309FE5E009EC09A6ED1F2E", "CRC32": "CAA5CE24", "BLAKE3": "E225995A9FE8DC2C38E9958581FCBE518FCCC63A7661D8A0661117DDDC7E5CD7", "AutoV3": "2B7BA2340CA7"}, "downloadUrl": "https://civitai.com/api/download/models/303979", "primary": true}], "images": [{"id": 5639279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26ab5d4f-53a5-4d07-a1fb-8ecd7f9e476a/width=450/5639279.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOFOfK~VE102RjIpoLt7NHWBRke:tRt7M|M{", "type": "image"}, {"id": 5639280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0fe1b6e-d1bb-46ac-ad2c-f7d2a4865447/width=450/5639280.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UHLeyV~U0g4pI:Rjn+tQ0NE2WBx[xtbbR*WB", "type": "image"}, {"id": 5639282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3e554ba-8b80-4c89-8df7-3eccd2b44302/width=450/5639282.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UEK1H?-p4.e.%%kWx]jXR5-p^*D*?aWAnhtR", "type": "image"}, {"id": 5639292, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/095eab99-05d0-4317-877d-68d435feb90a/width=450/5639292.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6BCob~T4;0hk=s:aK$$4;NH-o=_=r-TtRS5", "type": "image"}, {"id": 5639291, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53040ecf-ccfb-4805-9679-19bb04eb8e0e/width=450/5639291.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBC$ff0g~A9aoz9vD+M|E0-nRjofNFt5xat7", "type": "image"}, {"id": 5642398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae462ed2-9bc3-404c-806f-99c611fe8109/width=450/5642398.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBATvNU_Uw*JGZNFDOxtK5xaMxRi-;V@%1WC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/303979", "modelId": 269642} \ No newline at end of file diff --git a/datasets/metadata/304038.json b/datasets/metadata/304038.json new file mode 100644 index 0000000000000000000000000000000000000000..ba7b23adb8b42baf9698e42adf6d6a3549f5f39d --- /dev/null +++ b/datasets/metadata/304038.json @@ -0,0 +1 @@ +{"id": 304038, "index": 1, "name": "SD1.5 v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-18T22:41:48.175Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["JediStyle"], "stats": {"downloadCount": 330, "ratingCount": 36, "rating": 5, "thumbsUpCount": 54, "thumbsDownCount": 0}, "files": [{"id": 240036, "sizeKB": 147571.6328125, "name": "JediStyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-18T22:40:48.222Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "362270BB", "AutoV2": "6FDEEA273D", "SHA256": "6FDEEA273DCD0C613A33B4C1453AE28705BD359F14810E62F628565D5185C9BD", "CRC32": "086D3892", "BLAKE3": "FE102F45A2BC18452DD54C742442D338B9F332D889EBD62F71CB031211914602", "AutoV3": "DDE58C078B78"}, "downloadUrl": "https://civitai.com/api/download/models/304038", "primary": true}, {"id": 240037, "sizeKB": 180772.94140625, "name": "JediStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-18T22:45:53.101Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4C28810C", "AutoV2": "84E5B53537", "SHA256": "84E5B53537D7444046ECF4C891DEFD36D650167CE38467E64F534FF318FA2CFB", "CRC32": "889DAF7B", "BLAKE3": "636CDE110E95DA804BCB908BD62D030ECA379CF351136A311AAABC39132F3553"}, "downloadUrl": "https://civitai.com/api/download/models/304038?type=Training%20Data"}], "images": [{"id": 5639318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f3fd4f6-4da0-4ded-9eeb-cbc7ed9b8c83/width=450/5639318.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UAC?c0IXM}n+OsM~xVR--$%JD+t7~nIrIpof", "type": "image"}, {"id": 5639320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcf836a8-4242-41d7-b1f6-f6587ac2cfe8/width=450/5639320.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UAGtc%0N,;-UKP9uNbM}~A589]n+x]EM^i9b", "type": "image"}, {"id": 5639323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/356862f2-01b8-4bda-af5a-69a7f04d534d/width=450/5639323.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "URFh@b%fs:t7~p%Ljsxt^+IqRjxtgNf6WBoM", "type": "image"}, {"id": 5639337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49845a1c-fa12-4cb1-9f3e-19391b96834b/width=450/5639337.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "ULC?ibM|4oV]~Vod4.oz%LaeIUtR-:RkM{s.", "type": "image"}, {"id": 5639319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0c447ff-6761-4314-9688-f650676902ff/width=450/5639319.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UHDc8e={E2bv4;Ip9ZM|~U%L%1ae9GR+ayae", "type": "image"}, {"id": 5639329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51c0e690-40f8-4924-8cf2-213a16f1a0e9/width=450/5639329.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U7D9kp0hI8?H_NMdD%tS~A0L9v.7.7W:xYX9", "type": "image"}, {"id": 5639321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99b978b2-8114-410c-84f1-b5ed80e6abe7/width=450/5639321.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UGE.e9^*~VI@-;WY-okCx]WWt6xDtm-ooK-o", "type": "image"}, {"id": 5639338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30d974e4-6ace-41ca-941e-4fdf2a1fe59f/width=450/5639338.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U6CPkZ^*0M0M^jMe00%1~p.7oHD*01EjVXjE", "type": "image"}, {"id": 5639325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8583fa4-b317-4251-a233-4031e020fb47/width=450/5639325.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U271TG9v00-o%~$%02R+%LR-?FWB0gs.~URk", "type": "image"}, {"id": 5639324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/267d8fb4-0a07-4bfe-a92b-8cf2530905d2/width=450/5639324.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U47KYco#%2RPT{%LtSM{~V%2%Mnikrofx[jF", "type": "image"}, {"id": 5639326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62e9122e-c943-4518-a1f1-fd5cbd3aeb83/width=450/5639326.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UeH1bjfRD+Na~Aa#Ipa|-UoeNHjZ-os.RkWC", "type": "image"}, {"id": 5639330, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/557db56c-c573-43e9-8f07-2c5877a9fb79/width=450/5639330.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U7E{Rl9H00^*xu02%1-p~WE29G?H?a4:wH-:", "type": "image"}, {"id": 5639327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30a835cc-525b-4f0a-8820-cbf3d701181d/width=450/5639327.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U6A0p_tQ01Rj~VR*0ft6ShoLs:R+x]f*RQf5", "type": "image"}, {"id": 5639328, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb04adc8-bcec-48a9-b1e7-1a3f6eda4bfc/width=450/5639328.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UHA,I1}?-T%L9wE3IpR+E3IqNHWB-U%1xsxZ", "type": "image"}, {"id": 5639331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7ffe19c-50fe-4753-bc6f-ac01bef697df/width=450/5639331.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UEFht*~U9a57~B?G-nE20hENr=sl9v4;E2%1", "type": "image"}, {"id": 5639332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/415737e1-fab1-48a8-b2ce-cda325039003/width=450/5639332.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "UIEoMUIBEMx]~VNGE2%2%fRjRPxF?GeoNGX8", "type": "image"}, {"id": 5639334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e33d416-2318-4860-a96c-33539b299163/width=450/5639334.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UDD,1IR-00IV~qMyDitQ-qRPD%R*%gWoWAR-", "type": "image"}, {"id": 5639333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4209b4cc-be1c-46d0-ac89-c40ce958b9e2/width=450/5639333.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U5BDQMD+00?Z~VM|0Mt6T1t6MxM|9a%1~UD+", "type": "image"}, {"id": 5639335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64956562-0d37-4e0a-98d9-bd73b1f398fc/width=450/5639335.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UABM#tEk02~UO@Nes9%L=dJBS5-T~AJBEO-n", "type": "image"}, {"id": 5639336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d9892a0-9b45-4010-8bea-9cb9a921eb2d/width=450/5639336.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U8D]3R4=01?u-UEME2%K|^9wEN-5E4R,S5%0", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/304038", "modelId": 269702} \ No newline at end of file diff --git a/datasets/metadata/304044.json b/datasets/metadata/304044.json new file mode 100644 index 0000000000000000000000000000000000000000..0620f1fabb1308e499a38219c22602ee86c24857 --- /dev/null +++ b/datasets/metadata/304044.json @@ -0,0 +1 @@ +{"id": 304044, "index": 0, "name": "Paintings by Giovanni Battista Tiepolo - ventian Rococo painter", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-29T14:28:54.381Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["AH_Tiepolo", "AH_Tiepolo Tiepolo"], "stats": {"downloadCount": 379, "ratingCount": 28, "rating": 5, "thumbsUpCount": 40, "thumbsDownCount": 0}, "files": [{"id": 240040, "sizeKB": 18937.2080078125, "name": "304044_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-18T22:45:47.746Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "21F5FF0B", "AutoV2": "4669E8FBA1", "SHA256": "4669E8FBA1B5F3A8D24F9641E90E046CEABB80E55EFFD6BBBF3B7121B03525A6", "CRC32": "620134B5", "BLAKE3": "BDF2114985487A37A70C182B6CF3109C662A4AF321F4F2A4CEA2064E650C9682"}, "downloadUrl": "https://civitai.com/api/download/models/304044?type=Training%20Data"}, {"id": 252509, "sizeKB": 223107.06640625, "name": "Paintings_by_Giovanni_Battista_Tiepolo_-_ventian_Rococo_painter.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-29T14:30:53.478Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9C1BA7BA", "AutoV2": "B2EDF50D2B", "SHA256": "B2EDF50D2BC650EC7AFAE6D33F8458E9A6D48E9B27537D2079D2D2728D32F615", "CRC32": "F29EFD22", "BLAKE3": "E2AEA7F20E5EC933E10B65D7FAD1C7B0F342C99E1362490D4E622235A30A6CEA", "AutoV3": "6F14A857798C"}, "downloadUrl": "https://civitai.com/api/download/models/304044", "primary": true}], "images": [{"id": 6021749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4599a31c-3550-4a3f-b097-81a62fbcbe59/width=450/6021749.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKIN:KE2X8xu.T$fRPNd0Nofozs:M{WBt7W=", "type": "image"}, {"id": 6021748, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9385d61e-30c0-41a8-9563-c82ab21e4c3f/width=450/6021748.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "URH_Swx]%g?v.TNKbcxv4=oys.M|ayoeV@Rj", "type": "image"}, {"id": 6021752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ac9efd1-3df2-4831-a85d-13307aa94ce1/width=450/6021752.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJHUXl%M.7jZ_Ma#ogR*0gM{M|t6$~s.V@WV", "type": "image"}, {"id": 6021746, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe5fea4f-8f7d-4b64-970a-93e26afe2b4d/width=450/6021746.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAFOV{%2.89Go~xD-oNJ0gE1~Uxu?FR-M}ni", "type": "image"}, {"id": 6021747, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8086eea3-626d-45ab-af83-bd01687fbebc/width=450/6021747.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4E.2;0#0nrC{a%102IpJ:-SOtx^03X8~BRk", "type": "image"}, {"id": 6021751, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98b5434e-4ce9-4069-957b-f7682491b4c3/width=450/6021751.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDFhO;S#I[M|~Aa{EORkxZWBxvs.Irs.%0Wp", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/304044", "modelId": 269709} \ No newline at end of file diff --git a/datasets/metadata/304100.json b/datasets/metadata/304100.json new file mode 100644 index 0000000000000000000000000000000000000000..9e1f21b672a87503a6f9b9c384d876e273b48167 --- /dev/null +++ b/datasets/metadata/304100.json @@ -0,0 +1 @@ +{"id": 304100, "index": 0, "name": "Paintings by Titian - Venetian Renaissance", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-19T15:14:12.824Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["AH_Titian"], "stats": {"downloadCount": 553, "ratingCount": 41, "rating": 5, "thumbsUpCount": 85, "thumbsDownCount": 1}, "files": [{"id": 240106, "sizeKB": 38562.90625, "name": "304100_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-19T00:10:50.898Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "38F6AB49", "AutoV2": "F1C2CF83E5", "SHA256": "F1C2CF83E5555F63DBF326CCCAAD51337F8C73C7101D025D679715BDE2075754", "CRC32": "3200AE40", "BLAKE3": "8542C09112C8A77469777F8B3A7C433BD6BD6291290DFE9FC1852EFE426AD2C3"}, "downloadUrl": "https://civitai.com/api/download/models/304100?type=Training%20Data"}, {"id": 240776, "sizeKB": 223116.97265625, "name": "Paintings_by_Titian_-_Venetian_Renaissance.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-19T15:06:09.367Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1920FE92", "AutoV2": "961F43D97B", "SHA256": "961F43D97B885222BB9851EE69651683DCC11A3E8F84C3AB7D991F686AE9B11D", "CRC32": "BA0B3136", "BLAKE3": "A3E804BAAD30E09D3718925CE9E2FFC6F6476593B5A2029289CAB00673C5ABE8", "AutoV3": "D1B65B28877E"}, "downloadUrl": "https://civitai.com/api/download/models/304100", "primary": true}], "images": [{"id": 5661236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d63dc208-addd-44aa-9775-11665d3a8eda/width=450/5661236.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U78:|yE2X5R+~BIVozWB9aWBoLs.EMxaaKof", "type": "image"}, {"id": 5661238, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f80e3f8f-cb98-4175-8b62-06ed6d04b473/width=450/5661238.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCEB?3~U034;E3R+RjM|JCNHv~slNat6%1f+", "type": "image"}, {"id": 5661237, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/831f01ac-d3cd-443a-9493-f2ea08a462c1/width=450/5661237.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U29sSL0MJ%w2~n0fb^KO02s:^5+vQ.xuxtrX", "type": "image"}, {"id": 5661233, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c325ede-1724-4ace-946d-41547dbcbd3e/width=450/5661233.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U8CY,P~B01s-0LNG?GoeE1xZ%LaeNwNGjF%2", "type": "image"}, {"id": 5661275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edc20c36-bac3-4366-ba22-905601482966/width=450/5661275.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UAA9l^9v9^~9I@s:xZoJ0h-nj[E3=_WCNHt6", "type": "image"}, {"id": 5662321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12ae05c5-bec3-4c02-bb06-e6c34a491495/width=450/5662321.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8AcrD%201IpRSIo9uI;4.-o~VjZEfI;nORj", "type": "image"}, {"id": 5662322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e7de519-e82a-4d10-8466-6c8ad2b7ceca/width=450/5662322.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4846%0f5SxCV@?G9aNd~A9aX9sm0M-o-UWq", "type": "image"}, {"id": 5662323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/601fff88-a3a7-4a39-86e0-d221aedeaacb/width=450/5662323.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U27,}Z57039v=t-nEO9u~9EMIVxa01%L~Ar=", "type": "image"}, {"id": 5662324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bc363e5-2240-4812-a27b-25649ed60ab1/width=450/5662324.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U596~=%2019a~ARk58E20MxZ~Bxa0#I:-TxG", "type": "image"}, {"id": 5662477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34e30c8b-f950-4891-b278-023ab08a88a5/width=450/5662477.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5AcbyNw00~o}XM{0ME1M{tR?aWB0gni^iog", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/304100", "modelId": 269749} \ No newline at end of file diff --git a/datasets/metadata/304249.json b/datasets/metadata/304249.json new file mode 100644 index 0000000000000000000000000000000000000000..7b56787f89df4504744756a9199875d1f9cbbd4a --- /dev/null +++ b/datasets/metadata/304249.json @@ -0,0 +1 @@ +{"id": 304249, "index": 0, "name": "May2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-19T03:59:14.028Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 63, "ratingCount": 1, "rating": 5, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 240245, "sizeKB": 98.25, "name": "304249_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-19T02:51:31.665Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "C0A3FF2604", "SHA256": "C0A3FF2604D1AD79A12D8BB2EB80077A58F835894BB718987DD61EA005A7ED2A", "CRC32": "0CAC77BF", "BLAKE3": "3408E6274133DA9F16BF26595FB12F127BAA95CD8F93C7FF939D6E6467A65E1B"}, "downloadUrl": "https://civitai.com/api/download/models/304249?type=Training%20Data"}, {"id": 240304, "sizeKB": 36977.296875, "name": "May2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-19T04:00:54.883Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4A2B06B6", "AutoV2": "A6BBBA8104", "SHA256": "A6BBBA8104FBFF0C063D8532A767B110BAAA33820634EB94A1171329816D99C9", "CRC32": "844EC774", "BLAKE3": "E35A47BCEE0DB2873F176644B61138347221B3B0DF581E2BB6F2F94CB7109418", "AutoV3": "6170B25FF695"}, "downloadUrl": "https://civitai.com/api/download/models/304249", "primary": true}], "images": [{"id": 5646710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cccf3e63-f0e6-46b4-8006-ca2c622ee42d/width=450/5646710.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UWI|zsyCKJR5_NOWjIR6O;RQxaV@?H$kS|X8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/304249", "modelId": 269883} \ No newline at end of file diff --git a/datasets/metadata/304304.json b/datasets/metadata/304304.json new file mode 100644 index 0000000000000000000000000000000000000000..e979dd3563d9d389ae7f333dc4fd80adad03b7e2 --- /dev/null +++ b/datasets/metadata/304304.json @@ -0,0 +1 @@ +{"id": 304304, "index": 0, "name": "Neon Style XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-19T16:53:27.725Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["neon_style"], "stats": {"downloadCount": 1273, "ratingCount": 68, "rating": 5, "thumbsUpCount": 171, "thumbsDownCount": 0}, "files": [{"id": 240301, "sizeKB": 161211.6259765625, "name": "304304_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-19T03:55:51.824Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "16618A1C", "AutoV2": "4AAC510E97", "SHA256": "4AAC510E97B5D493FDC8F457160132BCCC3A3074D49BC3C0E1C8BF8F0F62533F", "CRC32": "871CB432", "BLAKE3": "9E582993A14E999524DEB6FBE987A496DBCC83C6BF63F044D703E48350EDDE83"}, "downloadUrl": "https://civitai.com/api/download/models/304304?type=Training%20Data"}, {"id": 240866, "sizeKB": 445788.61328125, "name": "Neon_Style_XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-19T16:41:03.810Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "52D3110A", "AutoV2": "D8998E8184", "SHA256": "D8998E8184DDFE3E80DF1E16682F64D3422FDF1FB7AEF0EFB11BC775E696E437", "CRC32": "58077EA5", "BLAKE3": "7B2722FE3189E129C12FAEA34178D293031566FF687F17C247E342A4FF10186A", "AutoV3": "332C9727ED47"}, "downloadUrl": "https://civitai.com/api/download/models/304304", "primary": true}], "images": [{"id": 5664236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6dfe60a9-c380-4f4b-8596-5177a2542aaf/width=450/5664236.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1200, "hash": "U98;4PO[Q+v{%xW@v-nPB@kWv{RkBnkWRiRi", "type": "image"}, {"id": 5664243, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59f7b718-f183-4782-ae81-9c7885342bf5/width=450/5664243.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1200, "hash": "U8EeJi?D0k-@u6#R=_pd0LF2^h#R00J;OFRh", "type": "image"}, {"id": 5664244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27676aaf-e95a-4127-8968-9d8528b36211/width=450/5664244.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1200, "hash": "U87w~a2xTTnU+Cos9q,@zyrUA8,v$^NEWAXW", "type": "image"}, {"id": 5664247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1c4b2fa-f28d-474a-9d62-362d6be6bfb6/width=450/5664247.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1200, "hash": "U37BTdO^00#4_#,L0{Xw+WFoTh#HJE#7TDGa", "type": "image"}, {"id": 5664249, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/775e52b9-1f65-4175-bbe1-ff47741bad5b/width=450/5664249.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1200, "hash": "UCF3uf-T0}EN}9-7Rj9_1d$#N{JUR$xCJBJA", "type": "image"}, {"id": 5664251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83341357-5156-4acb-95fa-b8e71b495aaa/width=450/5664251.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1200, "hash": "UEAA%HnA{y$xGWNHKGX2AJr^IXf$-OWFrEox", "type": "image"}, {"id": 5664253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be6237fa-4e7d-438d-b8d1-49f833940fe3/width=450/5664253.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1200, "hash": "U6F3lGSh0QE$1gJT10Jn0z-A$~EjwI|?J.#n", "type": "image"}, {"id": 5664254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d596b0e-8270-402b-bfcc-608e4c87bab4/width=450/5664254.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1200, "hash": "UAB{}tIm+X1P{9NYR6JDBnvzGaxvxmNaM{r{", "type": "image"}, {"id": 5664257, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfab5345-9ff1-46c3-9a16-5ca231885477/width=450/5664257.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1200, "hash": "U65~kfkW00R4{Vog4,Sz#krvGaRNq@p0PBTd", "type": "image"}, {"id": 5664259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adbf1fc2-f706-480a-ac3e-59aef8b40f82/width=450/5664259.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1200, "hash": "U77d|f}_[excAeF#GXNHFloFX2$fzpRMS}Eu", "type": "image"}, {"id": 5664261, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce4d7a78-c58e-4d7d-93d7-1165fa7808b4/width=450/5664261.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1200, "hash": "U8B2i;WC{Lr^|}K1[TW?3NEzK5I.0#$kBNJ-", "type": "image"}, {"id": 5664265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2113602-2de7-4068-9ae3-5af0e36e9022/width=450/5664265.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1200, "hash": "U5EdIwE%0#Iw6*5=0T}m}kxa0-}S==9}bc=Y", "type": "image"}, {"id": 5664274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6eaf1918-db00-4d3d-adda-b4d0affd642a/width=450/5664274.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1200, "hash": "UCB{r}Iw[aTJ{BobR{N2kknh6]X3;9K5AAR-", "type": "image"}, {"id": 5664287, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81ddb359-6ff8-411e-af1c-1b7d08b0a1b5/width=450/5664287.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1200, "hash": "U7DtYfoE#E|6+1Os1O-87-||nM5$[SamK65?", "type": "image"}, {"id": 5664325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb9892ee-d0be-4e34-b691-e77613801c06/width=450/5664325.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1200, "hash": "U5ASu{:[{q[b3r#PrDNOHX3XISSuD|^l${J3", "type": "image"}, {"id": 5664326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/018140a3-0136-4a22-a5fc-00f4104b9e1e/width=450/5664326.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1200, "hash": "U39jG?9?{f8Z]f6VKP:}8wEBjCIv1a+FV;v.", "type": "image"}, {"id": 5664329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f78a75c-e6a5-41bb-8667-c237ea2142b4/width=450/5664329.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1200, "hash": "U7Ac7B5@Te}A5k#lsZFvDPSiV?vf1pv}rqO?", "type": "image"}, {"id": 5664333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/926b3cb4-6b7f-4ac6-bc54-b5ab76a9a2e9/width=450/5664333.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1200, "hash": "U9BoOKGctAi+ny{{e[Ou0e#lw0v~D,AJoZ-3", "type": "image"}, {"id": 5664335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4c8f19e-dc29-4550-abcf-8f56ae52161d/width=450/5664335.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1200, "hash": "UAChaMa1IlOZA5g4St$M5aO9SbK4Thr@V=r_", "type": "image"}, {"id": 5664374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d508dfe4-ec02-4ded-88bd-8b23a5ae1bb6/width=450/5664374.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1200, "hash": "UHC=*}e:SZn3}INyImSPVFInE%t9R5bpOY-B", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/304304", "modelId": 269931} \ No newline at end of file diff --git a/datasets/metadata/304761.json b/datasets/metadata/304761.json new file mode 100644 index 0000000000000000000000000000000000000000..ff94df77796405a4b9c36585c131b1475fe550ea --- /dev/null +++ b/datasets/metadata/304761.json @@ -0,0 +1 @@ +{"id": 304761, "index": 0, "name": "Kagan McLeod XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-19T15:21:39.426Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["watercolor lineart sketch by Kagan-McLeod"], "stats": {"downloadCount": 701, "ratingCount": 65, "rating": 5, "thumbsUpCount": 91, "thumbsDownCount": 0}, "files": [{"id": 240686, "sizeKB": 19546.8212890625, "name": "304761_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-19T12:45:34.982Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3B910357", "AutoV2": "5E02D71740", "SHA256": "5E02D717407458DA2E89238C6009CAD4A2CC8EE21C112561632155B2C26C8128", "CRC32": "2513223C", "BLAKE3": "CBBDD1805CDFFA397AF37CB5434AB296AC42D3CBB3836C6E15E77653525855B6"}, "downloadUrl": "https://civitai.com/api/download/models/304761?type=Training%20Data"}, {"id": 240778, "sizeKB": 223103.41796875, "name": "Kagan-McLeod.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-19T15:06:38.132Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AF09480D", "AutoV2": "36B938852F", "SHA256": "36B938852F3575984DEF35CDB6E285FBDBBAEB39B7C0C30971ED0C6BBB168997", "CRC32": "96AC617F", "BLAKE3": "233E6DD9935428AB24660D480CCACDAAAB59989D419D25BD86C46B0F065DDCB0", "AutoV3": "44148569D43A"}, "downloadUrl": "https://civitai.com/api/download/models/304761", "primary": true}], "images": [{"id": 5661538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95e2ea7a-cab5-4530-90b4-0af5379820d2/width=450/5661538.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UDF~mZtPM#i~4Ty4NLDkTu~9%1574_IXg3tP", "type": "image"}, {"id": 5661626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cf4304b-0c0e-420c-8d9d-7c6e01b7d0be/width=450/5661626.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UKM?oAXU~p%1$aD*ohNHfhs+-ls:S7%Lxa%0", "type": "image"}, {"id": 5661530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af01f4a5-3f12-405d-9cc7-69f0c6b4f962/width=450/5661530.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "URL3JyKQTe}sJ;IV-6X9%gVs-US~xuV@M|WC", "type": "image"}, {"id": 5661400, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a2e2035-1a39-45d3-8e40-dfa7df22b2fc/width=450/5661400.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UFMr*+mTyV5lyB9a}tv~~UnQ=xS#}W-:57NH", "type": "image"}, {"id": 5661399, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15e63894-7617-4873-9861-4951e18619c7/width=450/5661399.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UEKmka%#IMO[5]fBxKRPRO^M.mm-rqs%r;IX", "type": "image"}, {"id": 5661616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7da3276b-c8c7-43a1-b963-723c5075735e/width=450/5661616.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UINcTG0i$vbun-.6WA9b-PNHEOxa~nE29bxs", "type": "image"}, {"id": 5661722, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/913def7a-3518-4ceb-b56e-271412bb8431/width=450/5661722.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UZOxah%JIBn5~BkU-6WE#mRkT1W;m.Rooes8", "type": "image"}, {"id": 5662008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3eeeb50e-f15f-4f08-ae4e-9344c0b0854c/width=450/5662008.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UTKdG4n#ni^%^%-;rqxD~Af6M{R*bwWXbIIV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/304761", "modelId": 270352} \ No newline at end of file diff --git a/datasets/metadata/304789.json b/datasets/metadata/304789.json new file mode 100644 index 0000000000000000000000000000000000000000..58084b3a63754a27ae881b30a236c7c1b17c5109 --- /dev/null +++ b/datasets/metadata/304789.json @@ -0,0 +1 @@ +{"id": 304789, "index": 0, "name": "sexymodels", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-19T13:34:02.074Z", "availability": "Public", "nsfwLevel": 14, "description": "This is the first checkpoint I've ever made myself, so please forgive my lack of skill.
", "trainedWords": [], "stats": {"downloadCount": 159, "ratingCount": 12, "rating": 5, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 240705, "sizeKB": 15941.46875, "name": "304789_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-19T13:20:49.472Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "48D5E451", "AutoV2": "47BBDE8908", "SHA256": "47BBDE8908447F6F042BD20A431885CF59D1972FDBFBA5DF1FA3CDBA8A29B689", "CRC32": "7396E3B2", "BLAKE3": "DD6AB67776399FAFA64DFE381C3148A14FF6E51D7CC2A414E323813489EE6B63"}, "downloadUrl": "https://civitai.com/api/download/models/304789?type=Training%20Data"}, {"id": 240714, "sizeKB": 36989.671875, "name": "sexymodels-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-19T13:30:52.801Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B51CF8CE", "AutoV2": "EDADD8A99D", "SHA256": "EDADD8A99D8EF351D9632B62DA186D27D06135EA8FEA88094DDCD57C077FB4C1", "CRC32": "51915926", "BLAKE3": "F5E7C8C78BE6BAAD22238DF02E420AD8F95FFE7DB1A3B27E4F032C91EA8C4C43", "AutoV3": "D24640FB5399"}, "downloadUrl": "https://civitai.com/api/download/models/304789", "primary": true}], "images": [{"id": 5658240, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1f028d4-78c2-431f-a8dc-3d3bae61d279/width=450/5658240.jpeg", "nsfwLevel": 8, "width": 640, "height": 1456, "hash": "UYH1}K~V-:-pR*t7ayWC9ZRjn%M|%Lxat6xt", "type": "image"}, {"id": 5658243, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eaaf819f-be08-4e69-a973-49681d3a9f37/width=450/5658243.jpeg", "nsfwLevel": 8, "width": 640, "height": 1456, "hash": "UPF~5I~VcEtk-:R-axbcWBE2sos:ofoLs,j]", "type": "image"}, {"id": 5658242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5157676-9138-41b9-b919-bf46a00e77f2/width=450/5658242.jpeg", "nsfwLevel": 8, "width": 640, "height": 1456, "hash": "UMG8iw~V?a%LyE-pJ7IpNbIpxaM|xut7%1xa", "type": "image"}, {"id": 5658248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afe7d3ba-6a82-480d-bf97-3c1f5d0d12a8/width=450/5658248.jpeg", "nsfwLevel": 8, "width": 640, "height": 1456, "hash": "UJEouq~W9]TKxus:M{I=K6R+-Vt7IUWBads:", "type": "image"}, {"id": 5658251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/992a848a-3026-4319-b556-62bc56c8feff/width=450/5658251.jpeg", "nsfwLevel": 8, "width": 640, "height": 1456, "hash": "UHEx|o~CEg%LtlxuNGI:0yNGxCoeR*ofxtbF", "type": "image"}, {"id": 5658250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fe6c7b5-9347-4f88-9388-f9e8803abb29/width=450/5658250.jpeg", "nsfwLevel": 2, "width": 640, "height": 1456, "hash": "ULF}=l%M^g-:~Vt5JA-.NKs+EOxaRkEMa0IW", "type": "image"}, {"id": 5658254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1804a579-3295-483a-81a9-9e270c1b85b3/width=450/5658254.jpeg", "nsfwLevel": 8, "width": 640, "height": 1456, "hash": "UJEy3$~WkqyDO?tQI;SdE1NboyNaEKWU%0R%", "type": "image"}, {"id": 5658258, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c097302-d4fe-4f8f-b827-36c4e0736764/width=450/5658258.jpeg", "nsfwLevel": 8, "width": 640, "height": 1456, "hash": "URFOiZxWxB%1~V9tWA-ox[Ipf6xZR*RjjFbI", "type": "image"}, {"id": 5658255, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b9b29f3-0667-4742-98d5-43ce57e7209e/width=450/5658255.jpeg", "nsfwLevel": 8, "width": 640, "height": 1456, "hash": "UUGIM[~VpIxu%g%M%2ShS4ozxabItRt7xaay", "type": "image"}, {"id": 5658260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e5f376a-bf7f-44c1-8144-26aaeab027e9/width=450/5658260.jpeg", "nsfwLevel": 8, "width": 640, "height": 1456, "hash": "UKFO[i~VpI%MyEkWaxI;I;X9oMxas;%L$%oe", "type": "image"}, {"id": 5658264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13828b00-a775-4c98-804e-5b2d89c4837c/width=450/5658264.jpeg", "nsfwLevel": 8, "width": 640, "height": 1456, "hash": "UTFFHZ~B-T%2S1R*JANGNHkCxtt7IUjYxCn$", "type": "image"}, {"id": 5658261, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5a5df2a-9d81-46c3-8cf6-4924dfd4f376/width=450/5658261.jpeg", "nsfwLevel": 8, "width": 640, "height": 1456, "hash": "UIFrLy~V.7~VEft7M{E2IU9aogNGS#j[-VkW", "type": "image"}, {"id": 5658265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dab6515b-4fb3-4f79-a098-066ac09846b6/width=450/5658265.jpeg", "nsfwLevel": 4, "width": 640, "height": 1456, "hash": "UHFYlg~CyD?HbwM{o}IoIqE1t7xuITRQxaM{", "type": "image"}, {"id": 5658266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8759ce31-c7df-4553-80ba-f1ba9b8371b1/width=450/5658266.jpeg", "nsfwLevel": 8, "width": 640, "height": 1456, "hash": "UHF5y@^kTJ%g_NNHtQ%M9vELRkpHt9j?xG-p", "type": "image"}, {"id": 5658268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f1339fe-dd43-4c8d-aadf-a93e014e9536/width=450/5658268.jpeg", "nsfwLevel": 8, "width": 640, "height": 1456, "hash": "UKGRu7~C-nRk_2%Mtjt7jGtQ%2bcE4k9sp%1", "type": "image"}, {"id": 5658267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c71f3fb-314b-4821-99b7-229ca17b756d/width=450/5658267.jpeg", "nsfwLevel": 8, "width": 640, "height": 1456, "hash": "UFF5:F~CtkwM.Rx[9ZIoS49[IVM{%g%MRPIo", "type": "image"}, {"id": 5658270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/376a0a2a-c675-4b72-84ab-0e9f00b438b7/width=450/5658270.jpeg", "nsfwLevel": 8, "width": 640, "height": 1456, "hash": "UXGI7U~B$~xtxtxtNxS5b_R*WBNHD*WBt7WY", "type": "image"}, {"id": 5658269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5457c428-68b1-4526-b44c-07c9759f923a/width=450/5658269.jpeg", "nsfwLevel": 8, "width": 640, "height": 1456, "hash": "UQG[cq~V?t%L.7-obHNG%1t7xajb-oxuxtj[", "type": "image"}, {"id": 5658271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/114c141f-a6bb-4bf1-9840-65efe990034f/width=450/5658271.jpeg", "nsfwLevel": 4, "width": 640, "height": 1456, "hash": "UIG8l$~B.7RQpIX74:4:xvbctSRk%Kxat7Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/304789", "modelId": 270378} \ No newline at end of file diff --git a/datasets/metadata/304853.json b/datasets/metadata/304853.json new file mode 100644 index 0000000000000000000000000000000000000000..966c0a0685cd3d5434d5b2e66dad774544c84650 --- /dev/null +++ b/datasets/metadata/304853.json @@ -0,0 +1 @@ +{"id": 304853, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-19T14:57:15.865Z", "availability": "Public", "nsfwLevel": 3, "description": "1.0 of AztecWorld accidently trained with wrong dim
", "trainedWords": ["aztecworld"], "stats": {"downloadCount": 345, "ratingCount": 43, "rating": 5, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 240763, "sizeKB": 9327.9765625, "name": "AztecWorld.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-19T14:45:52.246Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F3BC9EC5", "AutoV2": "00DC89177F", "SHA256": "00DC89177FD424854A0EF30B076EA2837B09FF3FDF4442E975608B754FB4C13E", "CRC32": "C2DD0CCE", "BLAKE3": "644D9941A36DF65902516A7B2666E820B04AC0CEF116F321755729F8034B65B1", "AutoV3": "FCF859DB8B80"}, "downloadUrl": "https://civitai.com/api/download/models/304853", "primary": true}, {"id": 240768, "sizeKB": 335169.6279296875, "name": "AztecworldData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-19T14:51:14.073Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7754FD5B", "AutoV2": "E05283D0D3", "SHA256": "E05283D0D325C6BF2C0EF314B2A42D4A4AACE87246A7C1F65DB6A5CE878D11A8", "CRC32": "63DEADBC", "BLAKE3": "F6307435DE94F13F1C262CF08C5F1AED6AFE097C1BF34E34322496734F3F14AD"}, "downloadUrl": "https://civitai.com/api/download/models/304853?type=Training%20Data"}], "images": [{"id": 5660962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bd314ac-0261-4a05-82c6-6de954d439d3/width=450/5660962.jpeg", "nsfwLevel": 2, "width": 1152, "height": 1728, "hash": "UGF#z90L9t^*~pD*bb-o?aIojut7tRjYxFNH", "type": "image"}, {"id": 5660955, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f81d03c6-bd76-4b8a-842a-c31cdbd38d0d/width=450/5660955.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1728, "hash": "UEEx|UD+5B?GghNG-:xu~AxtE2a}9vkC$*xu", "type": "image"}, {"id": 5660956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7784f9e2-6421-4c57-9e11-4ba7f841797e/width=450/5660956.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1728, "hash": "UGFrOq4;57^*?uWBIV%L~VIoIpt7-;R*xFt6", "type": "image"}, {"id": 5660959, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c32ea0f-31d4-4a73-af4c-0830380604cf/width=450/5660959.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1728, "hash": "UAEyPR9#GJ~oxtNfwHbaI94;D*WBVrM}-:D*", "type": "image"}, {"id": 5660966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a95bebd-6a98-422f-b497-a9f9008f90c7/width=450/5660966.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U8DSaV~pH?4nLM%gIqaJ$x-n-oJ.$y%0skt7", "type": "image"}, {"id": 5660984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f70f8598-ce7a-49b3-9db3-ee3eff8ab897/width=450/5660984.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UCD+SF0NE3?F9^xsn%Iq}?M}IqxZ=_Ipxani", "type": "image"}, {"id": 5660985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb159f0c-cfbf-4584-a25c-6dc9f1558770/width=450/5660985.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UDG@}O${Mej]9vbI-nE2~VE2I=R-?F%0IVE2", "type": "image"}, {"id": 5660980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8675e159-1cd1-430f-9689-95b3b0d7bb77/width=450/5660980.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U5F~a400Pq_30h0$~p9a00~A014pMwS$E3?G", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/304853", "modelId": 270436} \ No newline at end of file diff --git a/datasets/metadata/304961.json b/datasets/metadata/304961.json new file mode 100644 index 0000000000000000000000000000000000000000..7264f6b3b67dbae00e0ed514378452949f169797 --- /dev/null +++ b/datasets/metadata/304961.json @@ -0,0 +1 @@ +{"id": 304961, "index": 0, "name": "anime nude v2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-19T18:57:26.252Z", "availability": "Public", "nsfwLevel": 26, "description": null, "trainedWords": [], "stats": {"downloadCount": 401, "ratingCount": 38, "rating": 5, "thumbsUpCount": 53, "thumbsDownCount": 0}, "files": [{"id": 240855, "sizeKB": 30012.84375, "name": "304961_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-19T16:35:42.437Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "04790C4C", "AutoV2": "BF8B540E5B", "SHA256": "BF8B540E5B5D552EE05BEDAE8B526465EF69087242E9A2ED646F76FE65CEBA1B", "CRC32": "B33D2BA5", "BLAKE3": "2F5131D15AD8409B915996472D0838BBC8DBBE3052CBFF19B39CD3272376316F"}, "downloadUrl": "https://civitai.com/api/download/models/304961?type=Training%20Data"}, {"id": 240982, "sizeKB": 36978.65625, "name": "anime_nude_v2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-19T18:55:39.639Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2429A384", "AutoV2": "7FF283A800", "SHA256": "7FF283A8000241BC0B4DB847C2F4D271EC162926C85F64A831A1DFDE099F9FD4", "CRC32": "DD386A96", "BLAKE3": "4626576D0DA492270F5CE78F4964178E40C26916349256BB4F74B71A87FEDF8E", "AutoV3": "72E68FECB1BA"}, "downloadUrl": "https://civitai.com/api/download/models/304961", "primary": true}], "images": [{"id": 5667767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0c7bb2d-a8d7-476c-929e-db2419ab99fa/width=450/5667767.jpeg", "nsfwLevel": 2, "width": 1208, "height": 1512, "hash": "U9K,BMni005S0N%10Ms+M_-n-SxZ_MNI9Gn3", "type": "image"}, {"id": 5667769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b75dc2d1-35ea-458d-8ea1-527cd8919124/width=450/5667769.jpeg", "nsfwLevel": 16, "width": 568, "height": 1296, "hash": "UHK9.G?H9F=|~BbIflS50eof?Gs-%0s:s:t7", "type": "image"}, {"id": 5667828, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83e1c057-b5f3-4f0f-9085-7939520389be/width=450/5667828.jpeg", "nsfwLevel": 8, "width": 2048, "height": 2048, "hash": "UNJt0krW9tW.xvM_9tOr9^R*xuIo~WWBs;Rj", "type": "image"}, {"id": 5670096, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61f2737f-58b4-48fc-bccb-e0725c6ec0e4/width=450/5670096.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UCK,8Ua100%zMxa19[t+tRsAE2OX~pof4on+", "type": "image"}, {"id": 5670097, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eea8adc0-46b0-4abe-bf53-f2a909971bf0/width=450/5670097.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UCIW$j4;0K~Wv%oeK5t701-pF1IV^+D*4:x[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/304961", "modelId": 270500} \ No newline at end of file diff --git a/datasets/metadata/304985.json b/datasets/metadata/304985.json new file mode 100644 index 0000000000000000000000000000000000000000..3cf7edfec15d5211b2f72bb7473f217c6c2ffb94 --- /dev/null +++ b/datasets/metadata/304985.json @@ -0,0 +1 @@ +{"id": 304985, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-19T16:50:49.888Z", "availability": "Public", "nsfwLevel": 3, "description": "1.0 of MayanGoldWorld accidently trained with wrong dim
", "trainedWords": ["mayanworld"], "stats": {"downloadCount": 351, "ratingCount": 31, "rating": 5, "thumbsUpCount": 51, "thumbsDownCount": 0}, "files": [{"id": 240869, "sizeKB": 9327.9921875, "name": "MayanGoldWorld.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-19T16:45:48.157Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "70314407", "AutoV2": "BAC8FF9AC9", "SHA256": "BAC8FF9AC908D786CD7CD9696133C2FBB8F480A15133874EC9C401A630E7608F", "CRC32": "65780E54", "BLAKE3": "EBE6CF19888C39BAE0CBA9AAEB6030B2D50A63095C4744B7CA4067CEF26AEECC", "AutoV3": "97DA72776ECC"}, "downloadUrl": "https://civitai.com/api/download/models/304985", "primary": true}, {"id": 240876, "sizeKB": 300550.4267578125, "name": "MayanGoldworldData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-19T16:50:55.171Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CA188BB1", "AutoV2": "B499A75C82", "SHA256": "B499A75C8217039C58F01543A933276FDC2CA48371DB23071563E02C98CAFAD1", "CRC32": "A8AFFC16", "BLAKE3": "07D1B965ADE505A1F7DBEA5237B18F89CD8C19510A36BA4ABD06601823AD4EB4"}, "downloadUrl": "https://civitai.com/api/download/models/304985?type=Training%20Data"}], "images": [{"id": 5664162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0171b813-949b-4e49-8a0d-9989a7feed98/width=450/5664162.jpeg", "nsfwLevel": 2, "width": 1152, "height": 1728, "hash": "UGF#Q|^*OY?G~V%M-po}XTX9%L-:%L%1R.t7", "type": "image"}, {"id": 5664153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04c0804c-416b-447a-b1f3-995882679be5/width=450/5664153.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UIHxD,4;J:~Uyr9b-TJBRSnOjrIVIqNHxZ$~", "type": "image"}, {"id": 5664156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d1a876b-802c-47e6-b969-fc99234ae2fc/width=450/5664156.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UPINHR};0NOFt7IpRk-.-p%0wcR-?FxYIVNb", "type": "image"}, {"id": 5664160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/497cc5c8-e602-4bff-a5df-15b9c79c688c/width=450/5664160.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "U9FOY[01T0Dju30L?aE2}=9a-:E2ElxCs.IW", "type": "image"}, {"id": 5664166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09aa1a0d-7185-4a1c-98f5-671079e4ff95/width=450/5664166.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UHFh9H~9n$X8OFShWEt6%1-noes.g2X8W=S4", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/304985", "modelId": 270561} \ No newline at end of file diff --git a/datasets/metadata/305069.json b/datasets/metadata/305069.json new file mode 100644 index 0000000000000000000000000000000000000000..d0f3588343bea33e0ed52106cf86de20dc54f689 --- /dev/null +++ b/datasets/metadata/305069.json @@ -0,0 +1 @@ +{"id": 305069, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-19T18:22:19.890Z", "availability": "Public", "nsfwLevel": 3, "description": "1.0 of IncaWorld! accidently trained with wrong dim
", "trainedWords": ["incaworld"], "stats": {"downloadCount": 356, "ratingCount": 40, "rating": 5, "thumbsUpCount": 58, "thumbsDownCount": 0}, "files": [{"id": 240941, "sizeKB": 9327.9453125, "name": "Incaworld.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-19T18:15:52.497Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "23226AF4", "AutoV2": "8892DEE4B8", "SHA256": "8892DEE4B8F9F7A99AE3337B619319A556E8343631A63241B439960303FFCCEF", "CRC32": "557EAE5C", "BLAKE3": "32CC31160BF17318DA9D4D44F5A651F4598ADAAA62F7B6D4B7AD144ACF95A82C", "AutoV3": "B395145F4CC1"}, "downloadUrl": "https://civitai.com/api/download/models/305069", "primary": true}, {"id": 240950, "sizeKB": 353630.8505859375, "name": "IncaworldData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-19T18:25:59.345Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4BC87E06", "AutoV2": "96E86801C0", "SHA256": "96E86801C04F360AF177672E20B0CEDDE559E06555E4350CB92CDCFF89790A3F", "CRC32": "E1BA254F", "BLAKE3": "32119D60D8E5908CCA7323A4428AEAA29069CF64290378343609FEA3E0FDE778"}, "downloadUrl": "https://civitai.com/api/download/models/305069?type=Training%20Data"}], "images": [{"id": 5666739, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c20143db-d679-469f-a0cc-b0c214fed4a4/width=450/5666739.jpeg", "nsfwLevel": 2, "width": 1152, "height": 1728, "hash": "UNGaza^iyC%M~V%1-:xuX7oft7j]s.kCRkWB", "type": "image"}, {"id": 5666740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17c690c1-d1ae-40cd-a394-f88a58e57e79/width=450/5666740.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UIGktE4oT0t6_ND%xuay?bIUNGWCyDM{niM}", "type": "image"}, {"id": 5666744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7eb9e977-13f1-473c-9e2f-8c3fd63b7439/width=450/5666744.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "U5D]PEyCBs~BIA0i9x~9Xn00MwWV~T^h^i0M", "type": "image"}, {"id": 5666754, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8860da58-35a1-4e77-9347-5d1aae8c8459/width=450/5666754.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UUK1E%~U-pE2_Nxus.aeJCazjZR+RjoeoIoe", "type": "image"}, {"id": 5666762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc63eab0-309e-4051-b31e-6b75ff45bfc7/width=450/5666762.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UFHT?N~ArXgO-pI;-U-:%fxa9tIVofNGRkt7", "type": "image"}, {"id": 5666761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed745ea5-37d4-4df9-862f-b5a001d4ff27/width=450/5666761.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UAEePo_2KOyC%Lo}^*~U%2xtbH%1IWbbxaI;", "type": "image"}, {"id": 5666763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba1c7186-d3d3-46ca-b90f-c3a4a2551430/width=450/5666763.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UGE.8|~USiEN%f%L-o%1-p?GxuR,ogt7t7of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/305069", "modelId": 270638} \ No newline at end of file diff --git a/datasets/metadata/305212.json b/datasets/metadata/305212.json new file mode 100644 index 0000000000000000000000000000000000000000..37805c6e67aa3ebc65069d572d02707268100232 --- /dev/null +++ b/datasets/metadata/305212.json @@ -0,0 +1 @@ +{"id": 305212, "index": 0, "name": "Ilulu", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-21T13:05:13.252Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": [], "stats": {"downloadCount": 513, "ratingCount": 81, "rating": 5, "thumbsUpCount": 112, "thumbsDownCount": 0}, "files": [{"id": 241168, "sizeKB": 14650.013671875, "name": "305212_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-19T22:31:45.533Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A944AD38", "AutoV2": "C245792C1A", "SHA256": "C245792C1A8621ABCA439EAA66656A08A8F0E74130DFF7744DA4183968133099", "CRC32": "47010E33", "BLAKE3": "839E36DCBD299A83D33F8D6FD8AECCF8272F6176644B7123624498B686ACA589"}, "downloadUrl": "https://civitai.com/api/download/models/305212?type=Training%20Data"}, {"id": 242705, "sizeKB": 73843.3203125, "name": "Ilulu.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-21T11:15:39.097Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "13061186", "AutoV2": "5FF88813E0", "SHA256": "5FF88813E095DA29259DDC496CCD1EF42F2E71063D527F1AEA16BC4524C7D44E", "CRC32": "510BC8D6", "BLAKE3": "68C5ECAF73B9D18BBC53C19F08C095224C479B06D48EFE10CFBA525BC9E4FB94", "AutoV3": "84AEED3CCC0F"}, "downloadUrl": "https://civitai.com/api/download/models/305212", "primary": true}], "images": [{"id": 5726629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/018549c4-d7b4-4e91-8375-3f9b1d3d037e/width=450/5726629.jpeg", "nsfwLevel": 16, "width": 768, "height": 1024, "hash": "UFF;pN~p?t%f]-}@EyE1rD0KIo$*R+$*-pkp", "type": "image"}, {"id": 5726636, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8914ff75-1fe7-4d50-933f-73140faf99fb/width=450/5726636.jpeg", "nsfwLevel": 8, "width": 768, "height": 1024, "hash": "UPJji3?^2[%M-;?HS5I;I;XT-pxHM~xbJ8Ip", "type": "image"}, {"id": 5726632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a833a75-b219-48bf-9b26-85110d3f3985/width=450/5726632.jpeg", "nsfwLevel": 8, "width": 768, "height": 1024, "hash": "UXJ%IQ~VFc%MNG-o-:tR9uofxukC^+t7WBs:", "type": "image"}, {"id": 5726637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/743e1491-df4e-4055-8a43-f0458b9df16c/width=450/5726637.jpeg", "nsfwLevel": 8, "width": 768, "height": 1200, "hash": "U7E1K*}@ApxG-.-Ub[Se$L%1NbNa=_t7M|R*", "type": "image"}, {"id": 5726642, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9be6392-573b-4f07-9fbe-9529ddce257d/width=450/5726642.jpeg", "nsfwLevel": 16, "width": 768, "height": 1200, "hash": "UIKI*P^j5QNa00sAxtOWn5nikBV@~Aofsoxt", "type": "image"}, {"id": 5726640, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/677b6ed7-228d-4d6a-844d-9289e5ea51eb/width=450/5726640.jpeg", "nsfwLevel": 8, "width": 768, "height": 1024, "hash": "UHJ78%NGBo-p0L%2~WWC4noK4.Io^*t756j@", "type": "image"}, {"id": 5726628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb3d0a50-0b6d-4e07-92de-204a65fec078/width=450/5726628.jpeg", "nsfwLevel": 8, "width": 768, "height": 1024, "hash": "UaJ6vw~CE#spNaR*ogj[jZR*W;R*?Ht7I:WC", "type": "image"}, {"id": 5726633, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c61abe0b-331a-41ce-9b8a-9dbb80eb38fd/width=450/5726633.jpeg", "nsfwLevel": 16, "width": 768, "height": 1024, "hash": "UAKJP,#-3q%2tmOE^+o|00-o9Y%M}@IU009Z", "type": "image"}, {"id": 5726635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1baf2ff1-eacf-41eb-ad8b-7e75d4ecdfbc/width=450/5726635.jpeg", "nsfwLevel": 16, "width": 768, "height": 1024, "hash": "UENIdL={00R-00RjJTIp00xGyBbb~pofxbW;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/305212", "modelId": 270772} \ No newline at end of file diff --git a/datasets/metadata/305277.json b/datasets/metadata/305277.json new file mode 100644 index 0000000000000000000000000000000000000000..97f740db122e8835a5e3a36a2f17748dc474535a --- /dev/null +++ b/datasets/metadata/305277.json @@ -0,0 +1 @@ +{"id": 305277, "index": 0, "name": "BWC (Big White Cocks)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-19T23:51:47.757Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 1207, "ratingCount": 56, "rating": 4.93, "thumbsUpCount": 124, "thumbsDownCount": 0}, "files": [{"id": 241139, "sizeKB": 12518.5625, "name": "305277_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-19T21:56:17.741Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "25FA0E16", "AutoV2": "CB0903A16C", "SHA256": "CB0903A16C5410C331BC246A02F70C22577859EE576B38A4C68801A02FB277D7", "CRC32": "9460968C", "BLAKE3": "5ACE21414A70E8B325B77E03420AE538E88C6E964562BC44DEA25DFC3743F306"}, "downloadUrl": "https://civitai.com/api/download/models/305277?type=Training%20Data"}, {"id": 241234, "sizeKB": 36978.96875, "name": "BWC_Big_White_Cocks-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-19T23:51:12.786Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7F6E6C73", "AutoV2": "8B38CDFD4E", "SHA256": "8B38CDFD4E2CAA82FCCC0A6FB0951DF133D0009A9F176C32B10F691863D4EEB7", "CRC32": "8D026300", "BLAKE3": "A6EAE651D4E1B5B9385E8DCEBBD7B7E735B87AF7DD2DC3B42B0921A272E52821", "AutoV3": "62D381F4DBBE"}, "downloadUrl": "https://civitai.com/api/download/models/305277", "primary": true}, {"id": 241131, "sizeKB": 14236.4833984375, "name": "305277_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-19T21:45:51.275Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "60FEA781", "AutoV2": "EF38436777", "SHA256": "EF384367773133063422A505523C9F8966BE960B9E04B6C953E1656D02DAD884", "CRC32": "2E60E1B4", "BLAKE3": "643952F6DD33231BDCABE10330CB8DE789DCF627B69A2395233827EA23861982"}, "downloadUrl": "https://civitai.com/api/download/models/305277?type=Training%20Data"}], "images": [{"id": 5675376, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a0dc3a0-0bb9-4374-bf83-02b9e38838cc/width=450/5675376.jpeg", "nsfwLevel": 16, "width": 896, "height": 1152, "hash": "UJH_MTW-x.xa.ls.9ZR+x^WXaiWB~VxttQWB", "type": "image"}, {"id": 5675701, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90de2dbf-85e1-4ab1-9613-a7890a663ed4/width=450/5675701.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UKDbm7~BbHD*xZ-oNGR*IpNGt6xu~V%2bHM{", "type": "image"}, {"id": 5675713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b0b06c1-33cf-4ed4-86c8-1d7ef6a4d2ad/width=450/5675713.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "U59Z$O4nNcx]yC9Z9Z?a00xvRPoz~Vf5^+4.", "type": "image"}, {"id": 5675774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/966210f2-5b0c-43d4-a7f7-149a30ba2677/width=450/5675774.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UACr$W~C~VS$-n^+bFNH?HE2?H%MnhahE19a", "type": "image"}, {"id": 5675784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10acaf7f-2714-4aa4-b439-fb4de1199661/width=450/5675784.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "UBBfIX9aNdE2~V9aIoRjof~B57I:57^*9tIp", "type": "image"}, {"id": 5675821, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b13861e5-1c91-4c34-ad6a-5751da2838d3/width=450/5675821.jpeg", "nsfwLevel": 16, "width": 512, "height": 640, "hash": "U9B34%xtNH0e=|~B9t9a57NaWBxaWB9Z-o=|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/305277", "modelId": 270831} \ No newline at end of file diff --git a/datasets/metadata/305290.json b/datasets/metadata/305290.json new file mode 100644 index 0000000000000000000000000000000000000000..d5897603e02064c31e5ed61fc746b5d523af165c --- /dev/null +++ b/datasets/metadata/305290.json @@ -0,0 +1 @@ +{"id": 305290, "index": 0, "name": "Mid TF Furry", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-11T23:10:13.434Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 337, "ratingCount": 18, "rating": 5, "thumbsUpCount": 48, "thumbsDownCount": 0}, "files": [{"id": 241191, "sizeKB": 23653.0546875, "name": "305290_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-19T22:50:42.171Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C279E85D", "AutoV2": "82EEA6D609", "SHA256": "82EEA6D60933E49E2327D4D76DFB3DA0DA11155974ACFB9E3E62AB2C77A40500", "CRC32": "2E304A21", "BLAKE3": "5DD6A9D7C6A7EE75E390CDF40B8DBB5DF52C67407CAD0AAEF364E0140B4C3858"}, "downloadUrl": "https://civitai.com/api/download/models/305290?type=Training%20Data"}, {"id": 241205, "sizeKB": 36990.7109375, "name": "Mid_TF_Furry.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-19T23:05:46.480Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "93E8A643", "AutoV2": "80ED8E28B5", "SHA256": "80ED8E28B54206E395CE0BB4830197D956604C4E4246EF2445F9F0A8287E1547", "CRC32": "0EDF091E", "BLAKE3": "AAC698371B99A292D25B3813EF6A3C4364AA0B92F831922B252DFA54B242814E", "AutoV3": "3EF488E7C161"}, "downloadUrl": "https://civitai.com/api/download/models/305290", "primary": true}], "images": [{"id": 6533409, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45d15a2c-35f6-46bc-a21f-de09d70f030d/width=450/6533409.jpeg", "nsfwLevel": 1, "width": 768, "height": 1008, "hash": "U6G8=n~q00-;_Nog%gRiXn9G00E1buIV4oD%", "type": "image"}, {"id": 6533416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff8cb5df-9be4-4a23-9bf6-1cf572f65ad6/width=450/6533416.jpeg", "nsfwLevel": 1, "width": 768, "height": 1008, "hash": "U7GS14nmD*9u~q-;%MM{?c?vMy4nE2%gIB9Z", "type": "image"}, {"id": 6533410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49bbf7fb-4d2d-4453-a0b5-103cd40c2274/width=450/6533410.jpeg", "nsfwLevel": 1, "width": 768, "height": 1008, "hash": "UUEorWR*IVWB~pWBM|R*xuaeRjWBbcj[adWB", "type": "image"}, {"id": 6533411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d1d9756-8570-450d-9074-19308eeabae8/width=450/6533411.jpeg", "nsfwLevel": 1, "width": 768, "height": 1008, "hash": "UCCZ61x]00D*~p-o9Z9a^*xt9bV@-.%1oMIp", "type": "image"}, {"id": 6533408, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1886e22-54b4-4cc8-8a4a-c92bcdca9b51/width=450/6533408.jpeg", "nsfwLevel": 2, "width": 768, "height": 1008, "hash": "U3EoY_^0*K~WxwR5Zlkq4Tr^009F00WY9rrE", "type": "image"}, {"id": 6533413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26cf0b37-2628-4810-ab20-759112970f3a/width=450/6533413.jpeg", "nsfwLevel": 4, "width": 768, "height": 1008, "hash": "U7C$.o$z00Ip%%adD4Xm~WofInR*I^M{waxu", "type": "image"}, {"id": 6533417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05719880-344b-4ba6-8f9b-fea010753539/width=450/6533417.jpeg", "nsfwLevel": 1, "width": 768, "height": 1008, "hash": "U9A,zn-o00EM_NWU8_RP^+oLD$s-o~V@Vr$*", "type": "image"}, {"id": 6533414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a58eb688-d07a-4e95-b717-03b2bc650531/width=450/6533414.jpeg", "nsfwLevel": 1, "width": 768, "height": 1008, "hash": "UCEVyt^+M{D%V?xuadtR~q-;NGIpV@R4slf6", "type": "image"}, {"id": 6533415, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a88589f0-786a-49f6-bb2d-7b6029a0240f/width=450/6533415.jpeg", "nsfwLevel": 1, "width": 768, "height": 1008, "hash": "UEEVsa%2NdIr9FX9IUaK?wNeIoaJnhxt-ooz", "type": "image"}, {"id": 6533418, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b824c73e-3ebc-4d08-a46c-d810cbb2adc1/width=450/6533418.jpeg", "nsfwLevel": 2, "width": 768, "height": 1008, "hash": "U4ATN9n+00Dh^--;I9I-Ris.9uOr00MxK$E3", "type": "image"}, {"id": 6533419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f4b8141-b8dd-43e7-8d75-4fcb0fc92abf/width=450/6533419.jpeg", "nsfwLevel": 2, "width": 768, "height": 1008, "hash": "U8B:gN.856tm_Nt7IUtRH;Mx9GMx4TE1RPa0", "type": "image"}, {"id": 6533420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9b2cde3-1bda-43d1-a3eb-d338300ecbc4/width=450/6533420.jpeg", "nsfwLevel": 1, "width": 768, "height": 1008, "hash": "UGEx;JI:TKs:_NWBkDR*nj%2M{fR0L%2MxRj", "type": "image"}, {"id": 7166225, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4dd99d94-38b0-456e-b947-d69383e3ea31/width=450/7166225.jpeg", "nsfwLevel": 2, "width": 768, "height": 1008, "hash": "U8C6$A$KD4Ott-wvHqI@}uNHr:%059s9$|-o", "type": "image"}, {"id": 7166227, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71703011-fc1d-4a93-a6da-014ebcbb94e5/width=450/7166227.jpeg", "nsfwLevel": 1, "width": 768, "height": 1008, "hash": "U9C?l-s,8wWDpdR*4TEL_4t84mI:o$j[Vqs,", "type": "image"}, {"id": 7166224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fae54a2-d15f-4763-bcd5-9c720f0de0ed/width=450/7166224.jpeg", "nsfwLevel": 1, "width": 768, "height": 1008, "hash": "U1BfCP-p00RO~qsA00V[_in$BVS#0fEMM{$i", "type": "image"}, {"id": 7166228, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddce3b62-af4e-4565-9896-832eff147da3/width=450/7166228.jpeg", "nsfwLevel": 4, "width": 768, "height": 1008, "hash": "U18|YFD*HXa~0zNG01of8w-VJ6Io^,?H[D%2", "type": "image"}, {"id": 7166226, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e9fc445-f492-48cf-87d2-24884a4853fc/width=450/7166226.jpeg", "nsfwLevel": 1, "width": 768, "height": 1008, "hash": "U29Q29S500^*#RNG9aRP}9t7EOR*-;M{4o%1", "type": "image"}, {"id": 7166229, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9d39a70-353f-4cf2-8ac6-8accb0052360/width=450/7166229.jpeg", "nsfwLevel": 1, "width": 768, "height": 1008, "hash": "U3A9=~xa4T$*5QWBD%S2~CRjMxI:%hofv#Rj", "type": "image"}, {"id": 7166277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f63fbc50-628d-4760-9032-ea085c777ae6/width=450/7166277.jpeg", "nsfwLevel": 1, "width": 768, "height": 1008, "hash": "UQEfZv.8tRx]_N%Mo#xv%1snS5t7NKa#V?s9", "type": "image"}, {"id": 7166276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/121c9647-c34f-48db-9363-c9939fc93835/width=450/7166276.jpeg", "nsfwLevel": 2, "width": 768, "height": 1008, "hash": "UPFP80?GV?Mx~qtRNHIU$$o#IpM{W=ofV@V@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/305290", "modelId": 270840} \ No newline at end of file diff --git a/datasets/metadata/305694.json b/datasets/metadata/305694.json new file mode 100644 index 0000000000000000000000000000000000000000..efefcf9333b7fc5fa40e99bcc7ff555642a05aa5 --- /dev/null +++ b/datasets/metadata/305694.json @@ -0,0 +1 @@ +{"id": 305694, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-20T07:24:25.628Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 216, "ratingCount": 33, "rating": 5, "thumbsUpCount": 44, "thumbsDownCount": 0}, "files": [{"id": 241492, "sizeKB": 22256.97265625, "name": "Natsuki_Aoi_VForce-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-20T07:25:49.397Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EE3B0DE1", "AutoV2": "8ED5996DD5", "SHA256": "8ED5996DD5968C010CDBFF765B04569F2619047231586E4E13EAA8D97A6A9E08", "CRC32": "EF4FAEBF", "BLAKE3": "55D853EECEE11142AA92F97F75A3B8567AD6214A9E33B5EF20AABA5C166F8543", "AutoV3": "30C429C0F4ED"}, "downloadUrl": "https://civitai.com/api/download/models/305694", "primary": true}, {"id": 241493, "sizeKB": 44380.9697265625, "name": "Natsuki_Aoi_VForce.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-20T07:26:22.156Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FB0F9B32", "AutoV2": "4F2E16D469", "SHA256": "4F2E16D469D5C653251DCF9164A2C3DD9FFA58974BAFB6E58392DE784BE6960C", "CRC32": "98D11EAD", "BLAKE3": "713243A57DD4D22990E1E62518481DC0CBF805EDCED0F3D6625D3012A39AD484"}, "downloadUrl": "https://civitai.com/api/download/models/305694?type=Training%20Data"}], "images": [{"id": 5684873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf80b8f6-45f7-40e5-a4a7-8556316695d1/width=450/5684873.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UdJ*G4~V%gxGp7oaxvnh9tM{ROaft9xaw{R*", "type": "image"}, {"id": 5685025, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e9f7153-4768-485f-8577-df6107635a3e/width=450/5685025.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UwIg$b~CXTo~TCg3sVs,E0M|nmWUNNNHV?WB", "type": "image"}, {"id": 5684874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c32c4c8-6d7b-4e77-8125-9acd2ddfedb5/width=450/5684874.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UdJ*G3~V%gxGp7oaxvnh9tM{ROaft9xaw{R*", "type": "image"}, {"id": 5685018, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c750540-2301-474d-bb6b-5ba6a2c75184/width=450/5685018.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UwIg$b~CXTp0TCg3sVs,E0M|nmWUNNNHV?WB", "type": "image"}, {"id": 5685095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7725159-bb60-4909-a660-a1757e9e0040/width=450/5685095.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPNJg-}??HD%A,n3?HD%9]-:$i-V~VS$RRW=", "type": "image"}, {"id": 5685180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fa79424-6827-46b6-bfec-57ac9f55f792/width=450/5685180.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UZN^0g_M*0-VPARP-Wt7Osoz-WRjtR$*Mxt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/305694", "modelId": 271199} \ No newline at end of file diff --git a/datasets/metadata/305948.json b/datasets/metadata/305948.json new file mode 100644 index 0000000000000000000000000000000000000000..d0046c7dfda42bc67e29d380563d95777b734e2d --- /dev/null +++ b/datasets/metadata/305948.json @@ -0,0 +1 @@ +{"id": 305948, "index": 4, "name": "v1.0 animaginexl", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-20T13:57:29.335Z", "availability": "Public", "nsfwLevel": 7, "description": "trained on animaginexl
", "trainedWords": ["sgliselotte, blue hair, blue eyes"], "stats": {"downloadCount": 226, "ratingCount": 20, "rating": 5, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 241708, "sizeKB": 74179.7958984375, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-20T13:35:58.902Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "16B2790D", "AutoV2": "7A7E4AEF97", "SHA256": "7A7E4AEF977D56A23D11DAC7E36FA99043AD36129BC180F17992F660A3E91ADB", "CRC32": "B6C308CE", "BLAKE3": "1C0A14BFD83987590E78C5B72725B8466AE90D723136A55B621190B658445420"}, "downloadUrl": "https://civitai.com/api/download/models/305948?type=Training%20Data"}, {"id": 241709, "sizeKB": 223101.16796875, "name": "liselotte-animaginexl-1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-20T13:36:26.062Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CF1CD1F9", "AutoV2": "95CAC1DA61", "SHA256": "95CAC1DA61328F9DA421D4D5C1F5E5ECF3B2FDEDA94959EA416C1097F6C3857B", "CRC32": "246DDE93", "BLAKE3": "6F678AC1EBC71454378527098D69F3B41ACE588230AFFA1F222EB68038F11BA8", "AutoV3": "23A2BE0C5858"}, "downloadUrl": "https://civitai.com/api/download/models/305948", "primary": true}], "images": [{"id": 5693193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53c8997a-1b31-416e-85b2-bb1670fbe151/width=450/5693193.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2688, "hash": "URI}x3-=?YR-.TxaNFf5NMWUsqo#%ga~aKog", "type": "image"}, {"id": 5693196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a452bab4-8fcb-44ab-b8cd-63fbbc3ed431/width=450/5693196.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2688, "hash": "UMEfEB~pRiM{SPWX9FD%IURkniRjWVaeV@xa", "type": "image"}, {"id": 5693216, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aea1e28c-8c4d-45bc-bb61-fe493a0fc6c0/width=450/5693216.jpeg", "nsfwLevel": 2, "width": 1536, "height": 2688, "hash": "URG+RBIW%FM{u6%0M{WByDIVInof%NjF$~V[", "type": "image"}, {"id": 5693232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/357a67c3-5ac1-4921-aa5b-fa0fd2364516/width=450/5693232.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2688, "hash": "U4CGMx0200?GY8o000%L4TxZ+?-;02-;tSD$", "type": "image"}, {"id": 5693311, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b64ae58-a1d0-468b-937a-6e6d576a017f/width=450/5693311.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2688, "hash": "UBC?sA?vMcIrYR%L4.DjM_Rj8^R5MvNb=|M{", "type": "image"}, {"id": 5693564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1167165b-db02-45f5-87cd-b06579377bdb/width=450/5693564.jpeg", "nsfwLevel": 4, "width": 1792, "height": 2304, "hash": "UWK^{a~q?uM|F}I=V@RjJ;R+WBkCkWt6smt7", "type": "image"}, {"id": 5693706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a111f53-4fd4-46ba-b2a6-748484785bc3/width=450/5693706.jpeg", "nsfwLevel": 4, "width": 1792, "height": 2304, "hash": "URMH0{0L_M?Hk=rpwtbHI]xtM{WBkr%2ofWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/305948", "modelId": 271430} \ No newline at end of file diff --git a/datasets/metadata/306097.json b/datasets/metadata/306097.json new file mode 100644 index 0000000000000000000000000000000000000000..fd44bf203f9d1e242a857d51c659dc082227134b --- /dev/null +++ b/datasets/metadata/306097.json @@ -0,0 +1 @@ +{"id": 306097, "index": 0, "name": "hijabdress", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-20T18:42:06.726Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 362, "ratingCount": 8, "rating": 5, "thumbsUpCount": 35, "thumbsDownCount": 0}, "files": [{"id": 241856, "sizeKB": 4226.65234375, "name": "306097_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-20T16:05:55.566Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9D470CC7", "AutoV2": "4BA0ED365D", "SHA256": "4BA0ED365DB878BE8C5381F089F34C13CBBE6982DF101CD577A5B40F441F7257", "CRC32": "877B7E16", "BLAKE3": "0E68C92DDBEFED242D4DE3205A7DBD875E00136FC4DFDB7499E9042B59BE2FA6"}, "downloadUrl": "https://civitai.com/api/download/models/306097?type=Training%20Data"}, {"id": 241922, "sizeKB": 223106.86328125, "name": "hijabdress.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-20T17:45:48.416Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2A318E5D", "AutoV2": "BB37C3690C", "SHA256": "BB37C3690C3633CDD2804B576A40941CB449C8A3955D643C6FB4BEAC1D460351", "CRC32": "C50C05DC", "BLAKE3": "E0DBFFB1E193DC27DAD0C354FA1CA985B1E47E63C6A14921CEC712685B759246", "AutoV3": "F366985D89F1"}, "downloadUrl": "https://civitai.com/api/download/models/306097", "primary": true}], "images": [{"id": 5701815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48136ee2-1844-46c9-8d5d-bb40edf070c8/width=450/5701815.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "ULJQi-Xm_N^*.8o#OssnyYNHjvX8x^Ip-:NG", "type": "image"}, {"id": 5701818, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4365fc32-b5d6-46ca-8865-e8e4a3eaa0fb/width=450/5701818.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UPIg_n~VNZoIxZ-oRjs.TKoea1t8x]t7n%WD", "type": "image"}, {"id": 5701817, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a4bf2fe-8dbf-4881-b8df-377fea60f167/width=450/5701817.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UFIqr,9FTw-UX+I99uxZL49ZIWs8?uD%%2f,", "type": "image"}, {"id": 5701822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8c824a5-b38e-4d92-acde-27519228f003/width=450/5701822.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UKJHRB-;E0NGr.RjNyS$loX9IAs:tmsnozoz", "type": "image"}, {"id": 5701816, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/211d1600-f873-468a-ad3b-25bd6a34d6f4/width=450/5701816.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UAI#V^E2%}^P00IAo^n33Z9GnUVs?sE1$~oK", "type": "image"}, {"id": 5701820, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2adea07-301a-4b0b-9ff9-9dfd77607e7b/width=450/5701820.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "URJ86Ct59FR*wGODo#Rj%%R+r?xu%gozRkax", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/306097", "modelId": 271560} \ No newline at end of file diff --git a/datasets/metadata/306285.json b/datasets/metadata/306285.json new file mode 100644 index 0000000000000000000000000000000000000000..e59b4fd9efb8a2655e963708bf7396e0832beec1 --- /dev/null +++ b/datasets/metadata/306285.json @@ -0,0 +1 @@ +{"id": 306285, "index": 1, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-20T19:04:08.611Z", "availability": "Public", "nsfwLevel": 1, "description": "add on Test PSD
", "trainedWords": [], "stats": {"downloadCount": 51, "ratingCount": 13, "rating": 5, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 242003, "sizeKB": 95950.08984375, "name": "293415_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-20T19:06:32.524Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "54D8F5C5", "AutoV2": "4D232C2472", "SHA256": "4D232C2472171B113294E1BAFE03BA5554FF1B332DF38ADF9BFC6DCFD24055D8", "CRC32": "64C126DF", "BLAKE3": "F85D7F756760F6741F07B2E48A77FAAA11C9920602CB2495DFAD61AFBA034803"}, "downloadUrl": "https://civitai.com/api/download/models/306285", "primary": true}], "images": [{"id": 5702434, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f14529bc-4536-44bd-bd9f-5276eb032d3f/width=450/5702434.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHHw.76V03]z~oJCICs+59oK$~s8NKs.ocr?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/306285", "modelId": 271315} \ No newline at end of file diff --git a/datasets/metadata/306304.json b/datasets/metadata/306304.json new file mode 100644 index 0000000000000000000000000000000000000000..25369d98846340c8d960af4451006cd33189007f --- /dev/null +++ b/datasets/metadata/306304.json @@ -0,0 +1 @@ +{"id": 306304, "index": 0, "name": "Midwest Farm Girl", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-20T20:28:04.184Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Midwest Farm Girl"], "stats": {"downloadCount": 307, "ratingCount": 7, "rating": 5, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 242081, "sizeKB": 223098.79296875, "name": "Midwest_Farm_Girl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-20T20:25:53.749Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "28CD5683", "AutoV2": "3C2AC6E09B", "SHA256": "3C2AC6E09B02CF228DAABFC6D6BBEB479EED6756E328827C17932F999D874FF6", "CRC32": "F45B0B62", "BLAKE3": "BB98A8EC081603CE626537242EB6981199574684185843D0C1299944E6DB9281", "AutoV3": "3E47B2E5634A"}, "downloadUrl": "https://civitai.com/api/download/models/306304", "primary": true}, {"id": 242017, "sizeKB": 36074.7294921875, "name": "306304_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-20T19:20:53.225Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D5C7B2A6", "AutoV2": "81AF3C7CBD", "SHA256": "81AF3C7CBD3182A39A334EAFBFA2BF113065BA69D6518B3F9207281E6BF66A6F", "CRC32": "D5A8432F", "BLAKE3": "85CBE8235A0BC8F439693CFB2729DE602DDD107F8E360DECA4AA2A953950C889"}, "downloadUrl": "https://civitai.com/api/download/models/306304?type=Training%20Data"}], "images": [{"id": 5705229, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16b872dd-f865-4ef1-adc4-1d7c286bf966/width=450/5705229.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UFHUB_0L1N-:UHZ#PAWXAJiv?HxttlMy-VI;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/306304", "modelId": 271758} \ No newline at end of file diff --git a/datasets/metadata/306534.json b/datasets/metadata/306534.json new file mode 100644 index 0000000000000000000000000000000000000000..87801c177841c6298554a8c9ce73a39458146c93 --- /dev/null +++ b/datasets/metadata/306534.json @@ -0,0 +1 @@ +{"id": 306534, "index": 0, "name": "Jussi the neural cat", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-21T17:43:11.813Z", "availability": "Public", "nsfwLevel": 1, "description": "0.1 first issue (ifr)
", "trainedWords": ["jussi, cat"], "stats": {"downloadCount": 59, "ratingCount": 14, "rating": 5, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 242545, "sizeKB": 16285.2353515625, "name": "306534_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-21T06:36:18.578Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AD4D8F49", "AutoV2": "3191997128", "SHA256": "3191997128EFE07DAC6593F5B02C99BB0AE421F88853BDBB81D1B9E336486C39", "CRC32": "49E6F49D", "BLAKE3": "692D36526B12A1BCEC4B592EF8E06BC345677E1A668D0CF4E8A5C8C7288BADED"}, "downloadUrl": "https://civitai.com/api/download/models/306534?type=Training%20Data"}, {"id": 242570, "sizeKB": 223099.20703125, "name": "Jussi_the_neural_cat.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-21T07:20:57.243Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "706295ED", "AutoV2": "E7AE1070B3", "SHA256": "E7AE1070B3B8C3A3F7A76FDB2A91A23B982946947DCA6003A1D3853C48032083", "CRC32": "3F5442E4", "BLAKE3": "CD732340C60616DB58E0EA74C447A6B858EB75595BE49D4E3FCCC5BEBF41767D", "AutoV3": "06127E39C46E"}, "downloadUrl": "https://civitai.com/api/download/models/306534", "primary": true}], "images": [{"id": 5730328, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3412bcda-339d-435e-a06c-6397cefc83cc/width=450/5730328.jpeg", "nsfwLevel": 1, "width": 736, "height": 720, "hash": "UNO3XsM{~8-.-;xYWDM|?EoeE3Rkt7NHWC%1", "type": "image"}, {"id": 5731962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfb53fdf-54f0-4ca3-abb1-3fb2610a88b7/width=450/5731962.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "ULH,@mNGemxsGZ9voNxt}k9vt7xt=wIoRjxt", "type": "image"}, {"id": 5730984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b7ac3e8-1f47-4bf8-85e4-d3eb91d1e5f2/width=450/5730984.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U6B:v*~q0000aJ?bRkRP00D%-=-;S5D%-:oh", "type": "image"}, {"id": 5730641, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/616689a7-3334-4cb0-b052-391c766dca64/width=450/5730641.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U2EV7[}s8wvy00=WKP~p00Gu1$690002]Q4n", "type": "image"}, {"id": 5733531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6c4697d-a6ad-4999-b216-a3b9008a9939/width=450/5733531.jpeg", "nsfwLevel": 1, "width": 736, "height": 720, "hash": "UBHyE{9F}qs:VW-;OrM{VsIUD*t7_3xuIUoe", "type": "image"}, {"id": 5733690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/427fcfe7-1215-4e96-b27d-d0dc29948509/width=450/5733690.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UQG[i]4nt6~ps:IUWAt8?HD*oftRX8jYjExu", "type": "image"}, {"id": 5733888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41508f13-c6b9-48af-8272-52de32af2cf0/width=450/5733888.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UCFP7}%OQ+4oNi^*VsnN?v~qxa8_yWOGITsk", "type": "image"}, {"id": 5846686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5098c645-4d60-45c2-9686-c345037f5c13/width=450/5846686.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UZG[i^_No~xut7ozxuxat7o~tSt8NdWER+og", "type": "image"}, {"id": 5734324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/341f963f-6453-4337-9a22-276ce2bae8ee/width=450/5734324.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UTF#,VDjMx~oxFnPs9R-xBNIxaxWXRNcoe%1", "type": "image"}, {"id": 5846690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51b857c3-329c-4bab-8475-740a2f723df8/width=450/5846690.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UKH-*[McDi-:~pngRPof-rV@r@s;tSafaKWE", "type": "image"}, {"id": 5846727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c37aeba-f724-4a30-ab72-718cb100db63/width=450/5846727.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UCDStC-pI99Z?^g3IAen$wWB=_%2$fr?jYX7", "type": "image"}, {"id": 5846738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6db25ad2-ab03-475d-8b0e-592fc7d46680/width=450/5846738.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UYF#anELVEbv}tNGi_j[m,o2o}jFwwj[X9oJ", "type": "image"}, {"id": 5846745, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea7dff57-f9c6-4150-84e1-0696e0dd1db2/width=450/5846745.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "ULK1wMt7%MD%00IVD*of~qWBt7xuRkofofRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/306534", "modelId": 271961} \ No newline at end of file diff --git a/datasets/metadata/306760.json b/datasets/metadata/306760.json new file mode 100644 index 0000000000000000000000000000000000000000..cfa39c8b81dd20b3f6042c19f6b7216f2e6d3ca4 --- /dev/null +++ b/datasets/metadata/306760.json @@ -0,0 +1 @@ +{"id": 306760, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-21T03:44:59.990Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["yukari_msg"], "stats": {"downloadCount": 41, "ratingCount": 8, "rating": 5, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 242978, "sizeKB": 36977.46875, "name": "Yukari_Komori-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-21T17:41:26.310Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "69E75C46", "AutoV2": "F2A82E8465", "SHA256": "F2A82E8465B4B64E20B970D3067DF48229E0B618F8F7C90D1E76EC73195BF0C2", "CRC32": "2BFAC1D6", "BLAKE3": "AF0038F44828A5D1EE94EA9C19F89A0EFD24E2E51E93C68AC3D50C5BE1E73248", "AutoV3": "BBC058F0D097"}, "downloadUrl": "https://civitai.com/api/download/models/306760", "primary": true}, {"id": 243005, "sizeKB": 533.77734375, "name": "250613_trainer_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-21T18:05:44.563Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "748086D2F7", "SHA256": "748086D2F70C64D8C6073FCAF79C621C4DDEDEC8A363F73D6716DE4D099A7D45", "CRC32": "624A87EE", "BLAKE3": "1A5C604D61590CBCFA4620AA5B5ADD582F1C5F30A05AF947838257027FD2B9D3"}, "downloadUrl": "https://civitai.com/api/download/models/306760?type=Training%20Data"}], "images": [{"id": 5714847, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27994e06-0d66-4436-8324-f19d2ccaf122/width=450/5714847.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDFrLw-p4ntl?]%MRQt6K4%f^kf+jI%M^+of", "type": "image"}, {"id": 5714849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbb66974-ab37-439c-9dd0-debe6f05f246/width=450/5714849.jpeg", "nsfwLevel": 1, "width": 2168, "height": 3200, "hash": "UfP%Lzt7~qxv9ZoLxuWB%gofRPf5s;WBaeof", "type": "image"}, {"id": 5714850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9d59c7a-fbcf-4f83-9181-df72286aaa98/width=450/5714850.jpeg", "nsfwLevel": 1, "width": 572, "height": 804, "hash": "ULJ8hMg300xuqFX7ofWU0KbH^8bbVuoezqWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/306760", "modelId": 222171} \ No newline at end of file diff --git a/datasets/metadata/30713.json b/datasets/metadata/30713.json new file mode 100644 index 0000000000000000000000000000000000000000..21e9bdcda3b6fbac42b401cbcd18bd560fcdc511 --- /dev/null +++ b/datasets/metadata/30713.json @@ -0,0 +1 @@ +{"id": 30713, "index": 3, "name": "FerventTempoDelta_Release1", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-03-28T14:12:59.801Z", "availability": "Public", "nsfwLevel": 1, "description": "Probably not the best, I'm still learning and experimenting with LoRAs. I just thought this seemed \"good enough\" to upload somewhere.
Outfit changing is probably not possible easily due to limited training data. (they're all trained on her original attire on this version.)
I forgot to put _Release1 in the file name, I think. Oops. Subsequent versions (if any) shouldn't have this issue.
Training Details (w/ bmaltais/kohya_ss)
Base checkpoint trained on: animefull-final-pruned (NAI)
14 images (See Training Data file), 30 repeats, 2 epochs (840 steps?)
Learning Rate: 0.00032
LR Scheduler: Cosine w/ Restarts
Text Encoder LR: 0.00008
U-Net LR: 0.00032
Network Dim: 128
Alpha: 64
", "trainedWords": [], "stats": {"downloadCount": 295, "ratingCount": 61, "rating": 5, "thumbsUpCount": 61, "thumbsDownCount": 0}, "files": [{"id": 25324, "sizeKB": 12795.216796875, "name": "img.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-28T14:21:43.451Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FE5683B0", "AutoV2": "A57A748656", "SHA256": "A57A7486566867A27FEC47571B8119730AE6A73B3061546F884D46E44BDB9271", "CRC32": "739BF601", "BLAKE3": "2EAA5E1224912DCF6A269246983A41DDBCB064A548BC7C970B3D1C2CD1C5DA30"}, "downloadUrl": "https://civitai.com/api/download/models/30713?type=Training%20Data"}, {"id": 25323, "sizeKB": 147569.62890625, "name": "FerventTempoDelta_Release1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-28T14:21:41.719Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "DFD49893", "AutoV2": "0771A829C2", "SHA256": "0771A829C21697451963921CB937E14B99CC49673E91517EC6D8D3E880F5C0F0", "CRC32": "E489FFD1", "BLAKE3": "CF42D098C5C3181CB97AE13D60D2DE951793D90BCE881CDB695734D3F5D16942", "AutoV3": "B5FFACF0593C"}, "downloadUrl": "https://civitai.com/api/download/models/30713", "primary": true}], "images": [{"id": 348842, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1bedaa17-6de6-4bc5-48cb-872a1c9b7500/width=450/348842.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UdLgO-w|?vM{~W%Mbbxu_3R%tRWV-;M{SLR*", "type": "image"}, {"id": 348843, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/057cd941-7d03-4817-0da4-a9ca7bcb0500/width=450/348843.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKJ@,=-:TwO@?wI:o~$+%iR5IntlR:i^M{E2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/30713", "modelId": 25652} \ No newline at end of file diff --git a/datasets/metadata/307135.json b/datasets/metadata/307135.json new file mode 100644 index 0000000000000000000000000000000000000000..d77d89ce3ec502101c8c0c4a1cff40d1ef0bd9e2 --- /dev/null +++ b/datasets/metadata/307135.json @@ -0,0 +1 @@ +{"id": 307135, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-21T11:46:36.951Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 387, "ratingCount": 73, "rating": 5, "thumbsUpCount": 87, "thumbsDownCount": 0}, "files": [{"id": 242734, "sizeKB": 39565.498046875, "name": "honami_ichinose_YouZitsu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-21T11:50:53.688Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1776F78B", "AutoV2": "4CFD8890A8", "SHA256": "4CFD8890A817E258C3B5FABFC2D5718898556F037C504455A990528BFC8E2F77", "CRC32": "2C7EC21C", "BLAKE3": "F2DBC41CBBCF9F83962DE6A27ED7071E6FA9A7D00A87EB2D7BE404F732E61C3B"}, "downloadUrl": "https://civitai.com/api/download/models/307135?type=Training%20Data"}, {"id": 242735, "sizeKB": 22253.99609375, "name": "honami_ichinose_YouZitsu-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-21T11:51:25.955Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A42EF92F", "AutoV2": "57453C04A7", "SHA256": "57453C04A72CC1BCA02939D9771B3542613D2001D1E5A3CD57C64D2C087A08EC", "CRC32": "7EBDC755", "BLAKE3": "815B15F8A834E27313AC63473C2D29ABF35C55B0B6A116D116E348E8EC68FD40", "AutoV3": "DEEB971A5F0E"}, "downloadUrl": "https://civitai.com/api/download/models/307135", "primary": true}], "images": [{"id": 5724762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84adb5a2-8f7b-4fe2-90d1-d2934173a5a6/width=450/5724762.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOMQI%t700xa8wWA9aWAE*s:RPt7?^ofwdkC", "type": "image"}, {"id": 5724980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/084fad69-437f-4693-97cd-af8b4758ed56/width=450/5724980.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaLy$ZS$t3Vs~VV@D*t7I:RjIVW=%Mx]jbRP", "type": "image"}, {"id": 5724761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f71b8a1-3226-459f-af8b-9ba05b9ee93c/width=450/5724761.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOMQI%t700xa8wWA9aWAE*s:RPt7?^ofwdkC", "type": "image"}, {"id": 5724981, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93bd2c27-3b83-4f08-9cae-dcb57253cfeb/width=450/5724981.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaLy+gS$t3Vs~VV@D*t7I:RjIVW=%Mx]jbM{", "type": "image"}, {"id": 5725271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/103d485d-4fe2-4424-b644-646e834e0925/width=450/5725271.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U9KwUzrC0gsVmPEL00bc0$IpDi%M0K={}sxZ", "type": "image"}, {"id": 5725272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a381906-0e3c-49b4-9d44-6234709e4907/width=450/5725272.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U9KwUzm+0gsVmPEL00bc0$IpDi%M0K={}sxZ", "type": "image"}, {"id": 5736180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88b91be3-6544-4ab1-9ee9-bd454088bec1/width=450/5736180.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZN,i9_NtmkCNax]aLnhkDM{bc%MIAtRRjxu", "type": "image"}, {"id": 5736179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4582ef87-1b90-4c80-987c-0e64d3bab7c9/width=450/5736179.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UZN,i9_NtmkCNax]aLnhkDM{bc%MIAtRRjxu", "type": "image"}, {"id": 5736446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/348764e7-c76b-47cc-8a46-2ab8a07a4a7f/width=450/5736446.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UCL;BRJW01RN00M_9FR*o~4-kY~B%2o#$*kV", "type": "image"}, {"id": 5736452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74c5a6b3-5528-49b6-a36f-4bed6a90ea17/width=450/5736452.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UBL;BRJW01R400Mx8{RktS4nkr~U%2o#%1kV", "type": "image"}, {"id": 5757807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09f3bd8c-070b-47e6-b6bd-d4dd700664c4/width=450/5757807.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UoNvuo%M~qo}?bRikrt7?bRjIpkCRjjsnikB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/307135", "modelId": 272479} \ No newline at end of file diff --git a/datasets/metadata/307201.json b/datasets/metadata/307201.json new file mode 100644 index 0000000000000000000000000000000000000000..b275fcb6f013d518fc962e931dc5878573e4433e --- /dev/null +++ b/datasets/metadata/307201.json @@ -0,0 +1 @@ +{"id": 307201, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-21T13:26:26.456Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 378, "ratingCount": 49, "rating": 5, "thumbsUpCount": 70, "thumbsDownCount": 0}, "files": [{"id": 242800, "sizeKB": 41421.0498046875, "name": "Suzune_Horikita_YouZitsu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-21T13:26:24.845Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7D058D8A", "AutoV2": "C3845D4959", "SHA256": "C3845D49596902BDE794124588DFBD597798738F6C33E419B2035451C48D1EFA", "CRC32": "A83978D9", "BLAKE3": "46A02EE4B8D6F5B138F0AC03DB145F6B75768EE58E296B495066DA514CB7A2B2"}, "downloadUrl": "https://civitai.com/api/download/models/307201?type=Training%20Data"}, {"id": 242802, "sizeKB": 22247.85546875, "name": "Suzune_Horikita_YouZitsu-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-21T13:31:18.069Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "62C3C98D", "AutoV2": "2A1E31815E", "SHA256": "2A1E31815E31CED371E801F45EF1D50A766991CD359C8DA966B5C12C80E81A82", "CRC32": "2AA559BE", "BLAKE3": "712AFA6AAF70BED4229D8C0F2100B346F27CF06ED2D0A30FBE979F41745E60BA", "AutoV3": "E96182DB1DFB"}, "downloadUrl": "https://civitai.com/api/download/models/307201", "primary": true}], "images": [{"id": 5727454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfcddc09-563d-4c97-bc97-0dcbfdfcba0a/width=450/5727454.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNN^Sg%Mysog00Rj?vof?vj[$es:_Mt7?aRj", "type": "image"}, {"id": 5727653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a7f3841-7f8b-4373-a234-9c69d0b06acc/width=450/5727653.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOKmw,?b4TRP00E1n,Nb4UW;^kxa_Nozenj]", "type": "image"}, {"id": 5727456, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75c3e338-b71c-47de-bde0-6eb5697d4a11/width=450/5727456.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMN^Sg%Mysoz00Rj?vof?wj[,.t6_Nt7^*Rj", "type": "image"}, {"id": 5727654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38678400-fe30-4157-bcbb-0acd8022bccc/width=450/5727654.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOKmw,?b4TRP00E1n,Nb4UW;^kxa_Nozenj]", "type": "image"}, {"id": 5727795, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c67df12-ac34-4a89-9499-0f00e6571840/width=450/5727795.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTO3z+_2.T%fD%xu.8%L4oae%2t7_NWXiwxa", "type": "image"}, {"id": 5727797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d95b81c8-219a-48a0-8cc5-2865ced61bc0/width=450/5727797.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTO3z+_2.T%fD%xu.8%L4oae%2t7_NWXiwxa", "type": "image"}, {"id": 5757601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6ec17e6-b801-4b08-949c-bd8cf05d5ae4/width=450/5757601.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UKM7DX~U4,,:0JM|PUENMK-V=yxHwO^*-W%1", "type": "image"}, {"id": 5757598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46ad8d8e-d4bf-4119-a35d-dfb1d01c39c9/width=450/5757598.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UKM7DX~U4,,:0JM|PUENMK-V=yxHwO^*-W%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/307201", "modelId": 272542} \ No newline at end of file diff --git a/datasets/metadata/307964.json b/datasets/metadata/307964.json new file mode 100644 index 0000000000000000000000000000000000000000..9eca45598fd12db925534a97f6bea8905c63544d --- /dev/null +++ b/datasets/metadata/307964.json @@ -0,0 +1 @@ +{"id": 307964, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-22T03:08:13.585Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["s4br1n4"], "stats": {"downloadCount": 332, "ratingCount": 11, "rating": 5, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 243424, "sizeKB": 332816.21875, "name": "s4br1n4_80.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-22T03:10:46.040Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "722CD23D", "AutoV2": "1851241751", "SHA256": "1851241751F1A27F95753129441889F664EB384795EF9F2353113E4DF3F6C537", "CRC32": "5974909E", "BLAKE3": "FC33F55F008A0359D3FAD2F9CB55216E25805981DADCD640A5F61CA60DD94D86", "AutoV3": "6CA17D5D2E3F"}, "downloadUrl": "https://civitai.com/api/download/models/307964", "primary": true}, {"id": 244373, "sizeKB": 32374.8681640625, "name": "s4br1n4.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-23T01:45:36.689Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "83C0DB33", "AutoV2": "DAE47BFEED", "SHA256": "DAE47BFEED2D925E526629F6FE59346BC29BB07414F8950D2750EA8BB6926757", "CRC32": "00EFF4CD", "BLAKE3": "8A37D7C2411C3CC7FBC980F97FB4D79456D1770CBF514DC09FDA8935F3372335"}, "downloadUrl": "https://civitai.com/api/download/models/307964?type=Training%20Data"}], "images": [{"id": 5748056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ffa1655-b536-4ab2-be07-6f2cff0169cb/width=450/5748056.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UAIglnFxyW^i5k}?Nw$%M{IUMy9vE1xv^kWB", "type": "image"}, {"id": 5748058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/270d039e-9d43-4466-b256-8c6ea1417b5b/width=450/5748058.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "U6F=BaE-02?Yq?D%8_%f5rAJ-;}@00^G~U0M", "type": "image"}, {"id": 5748054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3382d41-9251-46d1-b5f9-0a342fa78d7c/width=450/5748054.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "U8BydD4o0N~U~AIV9at70hxt=wSiNHWAxan%", "type": "image"}, {"id": 5748053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0dc2d1d-1604-42dc-8ab1-d91a08bdf17b/width=450/5748053.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "U7F=21}v2l}]?u9bEKtQAVD+RkIo5jIV-nIo", "type": "image"}, {"id": 5748057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10ef3784-adfc-47a6-b017-afff3a2eba0f/width=450/5748057.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UMFFEFS%yX?HX-aL$$NHx[V@-nIV~p%Mx[-p", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/307964", "modelId": 273220} \ No newline at end of file diff --git a/datasets/metadata/308253.json b/datasets/metadata/308253.json new file mode 100644 index 0000000000000000000000000000000000000000..e055d16ecb5e1b6940ddc4ccd68e28751f9b0f1a --- /dev/null +++ b/datasets/metadata/308253.json @@ -0,0 +1 @@ +{"id": 308253, "index": 1, "name": "muntasir mahdi", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-22T10:15:52.567Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 243708, "sizeKB": 5686.6591796875, "name": "308253_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-22T10:01:33.632Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FC0DF65C", "AutoV2": "3E22F79388", "SHA256": "3E22F793881D0EB971D503F1F229C434B02D5AD588F7CC0A32D8EBE9C6724C6A", "CRC32": "592B67B7", "BLAKE3": "F5B7CD6F2BD1821DFDD616CC1BF37643F73F9B1A462524A84789BFF0BB081EC2"}, "downloadUrl": "https://civitai.com/api/download/models/308253?type=Training%20Data"}, {"id": 243712, "sizeKB": 36977.390625, "name": "muntasir_mahdi.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-22T10:15:39.121Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F6122FF5", "AutoV2": "4250BA0B72", "SHA256": "4250BA0B729EC9D969CDA104532B752BF5BFE9917804FE946C6B1C0714F8F378", "CRC32": "5CFC6496", "BLAKE3": "A8A6BB078D27EE6CE369AF204E1C189DCB7065E23CAEBD0460D4182FFB9C8065", "AutoV3": "6EBA12F7B3BC"}, "downloadUrl": "https://civitai.com/api/download/models/308253", "primary": true}], "images": [{"id": 5756587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3501fa72-687f-42ba-b1b4-8f4b15937ac9/width=450/5756587.jpeg", "nsfwLevel": 1, "width": 3000, "height": 4000, "hash": "UCHT8a{JLf=H?I3B9]#mD4Gu0LIq;R+a-Tae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/308253", "modelId": 273483} \ No newline at end of file diff --git a/datasets/metadata/308285.json b/datasets/metadata/308285.json new file mode 100644 index 0000000000000000000000000000000000000000..7d0018311fbc99981280aaaef3ef9ccbc0910b32 --- /dev/null +++ b/datasets/metadata/308285.json @@ -0,0 +1 @@ +{"id": 308285, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-22T10:48:33.911Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["muntasir mahdi", "mahdi"], "stats": {"downloadCount": 37, "ratingCount": 1, "rating": 5, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 243726, "sizeKB": 5686.6591796875, "name": "308253_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-22T10:50:52.632Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FC0DF65C", "AutoV2": "3E22F79388", "SHA256": "3E22F793881D0EB971D503F1F229C434B02D5AD588F7CC0A32D8EBE9C6724C6A", "CRC32": "592B67B7", "BLAKE3": "F5B7CD6F2BD1821DFDD616CC1BF37643F73F9B1A462524A84789BFF0BB081EC2"}, "downloadUrl": "https://civitai.com/api/download/models/308285?type=Training%20Data"}, {"id": 243727, "sizeKB": 36977.390625, "name": "muntasir_mahdi (1).safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-22T10:50:54.638Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F6122FF5", "AutoV2": "4250BA0B72", "SHA256": "4250BA0B729EC9D969CDA104532B752BF5BFE9917804FE946C6B1C0714F8F378", "CRC32": "5CFC6496", "BLAKE3": "A8A6BB078D27EE6CE369AF204E1C189DCB7065E23CAEBD0460D4182FFB9C8065", "AutoV3": "6EBA12F7B3BC"}, "downloadUrl": "https://civitai.com/api/download/models/308285", "primary": true}], "images": [{"id": 5756685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4ee7500-f88d-4f44-af50-436987f37ddb/width=450/5756685.jpeg", "nsfwLevel": 1, "width": 3000, "height": 4000, "hash": "UCHT8a{JLf=H?I3B9]#mD4Gu0LIq;R+a-Tae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/308285", "modelId": 273483} \ No newline at end of file diff --git a/datasets/metadata/308409.json b/datasets/metadata/308409.json new file mode 100644 index 0000000000000000000000000000000000000000..3f06f8ab2aa92dbf1d290500c414d7d11f2ce185 --- /dev/null +++ b/datasets/metadata/308409.json @@ -0,0 +1 @@ +{"id": 308409, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-22T13:15:58.479Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 382, "ratingCount": 61, "rating": 5, "thumbsUpCount": 85, "thumbsDownCount": 0}, "files": [{"id": 243814, "sizeKB": 22251.68359375, "name": "Shirase_Sakuya_Swimsuit_IDOLMaSTER-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-22T13:15:45.638Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EEA6A72A", "AutoV2": "6EB89E03F3", "SHA256": "6EB89E03F3610BA75F25BC28C16EC1AA0F1792B567A7752271EF2EEED61478F4", "CRC32": "48003272", "BLAKE3": "8EE13A476D7531C91D2697A0AFA8331DDD80C48BFCE2D0D0269178A410B0D447", "AutoV3": "03E9CF63452D"}, "downloadUrl": "https://civitai.com/api/download/models/308409", "primary": true}, {"id": 243815, "sizeKB": 46113.12109375, "name": "Shirase_Sakuya_Swimsuit_IDOLMaSTER.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-22T13:21:24.596Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "AC4656EB", "AutoV2": "FFA54BEF3D", "SHA256": "FFA54BEF3D7DA866EA180EC81D61A9992334C2F2DC671F765D4B0A149F81CBF4", "CRC32": "FD762916", "BLAKE3": "BFFBD0A027B880CCC2BF9E568013EB2C1827599B03BDBD4E0914A8F977AFAD20"}, "downloadUrl": "https://civitai.com/api/download/models/308409?type=Training%20Data"}], "images": [{"id": 5760388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06fbd5cf-5309-4ddf-aee2-2148db46f9f6/width=450/5760388.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UbF~p~R5?ws;Y6jbF|t7JXa$xukDbxag={og", "type": "image"}, {"id": 5760436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21b86488-7d4c-499d-9810-950e2bc55cf3/width=450/5760436.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UYI}hwPBlo-pBp%MKR9uK6xY?In$I]M{r=xC", "type": "image"}, {"id": 5760389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4abd2339-6f52-448c-9a7f-6579b376d657/width=450/5760389.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UbF~p~R5?ws;Y6jbF|t7JXa$xukDbxag={og", "type": "image"}, {"id": 5760435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47e1da26-f1c7-4ebb-99e5-882e804152ed/width=450/5760435.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UYI}hwPBlo-pBp%MKR9uK6xY?In$I]M{r=xC", "type": "image"}, {"id": 5760613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02e15c95-6b8e-4d52-a1e6-3db77555efda/width=450/5760613.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UdJI9Rn4PqNd-nWB-U%M~WSOX8t7M_WB$%s9", "type": "image"}, {"id": 5760612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/580c4f3d-73a2-45de-8013-37d2055fe246/width=450/5760612.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UdJI9Rn4PqNd-nWB-U%L~WSOX8t7M_WB$%s9", "type": "image"}, {"id": 5761779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c06117b3-a05e-4935-96fa-93d59dd2b9fa/width=450/5761779.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UlKw-7xuyso#5Xt6S%kC=|aeNGs:IqWoxGoL", "type": "image"}, {"id": 5761781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/465a36c9-be36-40bb-b1e8-ec3cd5ec48bc/width=450/5761781.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UlKw;Exuyso#5Xt6S%kC=|aeNGs:IqWoxGoL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/308409", "modelId": 273631} \ No newline at end of file diff --git a/datasets/metadata/308842.json b/datasets/metadata/308842.json new file mode 100644 index 0000000000000000000000000000000000000000..bfb5dee9b6c2e0ce19688d27adc1b538d29b0c43 --- /dev/null +++ b/datasets/metadata/308842.json @@ -0,0 +1 @@ +{"id": 308842, "index": 0, "name": "lefazo", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-23T19:43:18.317Z", "availability": "Public", "nsfwLevel": 28, "description": "Init version 1.0
", "trainedWords": ["cum", "cum on her hand", "hair soaked with cum", "dripping cum", "dripping cum over skin", "full covered in cum", "soaked with cum", "mouth full of cum"], "stats": {"downloadCount": 1346, "ratingCount": 55, "rating": 5, "thumbsUpCount": 128, "thumbsDownCount": 0}, "files": [{"id": 244209, "sizeKB": 3345.2744140625, "name": "308842_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-22T21:41:42.492Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AB6283AD", "AutoV2": "F24B0B34D6", "SHA256": "F24B0B34D61CACC807A35BD699C1203469A8C52992F2A0A1D3B0371C6CE08475", "CRC32": "05467AAD", "BLAKE3": "DDC938EFF1712A589A9B14BDE7C51FFDB9719543FC8EF8B606EA71F73617256A"}, "downloadUrl": "https://civitai.com/api/download/models/308842?type=Training%20Data"}, {"id": 245098, "sizeKB": 223102.85546875, "name": "lefazo-000012.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-23T19:25:56.522Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "ED2FCF8A", "AutoV2": "3A4DE9E814", "SHA256": "3A4DE9E814442D2CCE322AEEA36205E67B4BC6D113D6E02239AAFA5629E3A14D", "CRC32": "4F61D1A6", "BLAKE3": "F998F51D437D762A3BCE369F12FD8552D87B91A90943BE2F69D82B37C5437511", "AutoV3": "4789D2958F3C"}, "downloadUrl": "https://civitai.com/api/download/models/308842", "primary": true}], "images": [{"id": 5808964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcea6a9f-ab44-4bb0-a13d-7cb6362bd258/width=450/5808964.jpeg", "nsfwLevel": 16, "width": 920, "height": 1152, "hash": "UIHdvyELyD~VpcWBX9W=0~=|^jE2%2R+E2M|", "type": "image"}, {"id": 5808965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cea4553c-ed9b-4f89-8d83-3be0da6baef0/width=450/5808965.jpeg", "nsfwLevel": 16, "width": 920, "height": 1152, "hash": "UCJtC-^+16?G*0Ef^,Sh00n$^jn$%Nxu?bM{", "type": "image"}, {"id": 5808995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74348919-0b00-4a6b-95b5-8230d91b5918/width=450/5808995.jpeg", "nsfwLevel": 16, "width": 920, "height": 1152, "hash": "URIqluIo5S-U0KbwRjRP?w$%?GS$S$xvaeRi", "type": "image"}, {"id": 5809005, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b13160c1-74f4-47bd-9de9-79b1a0c0ff9c/width=450/5809005.jpeg", "nsfwLevel": 16, "width": 920, "height": 1152, "hash": "URLghU$fEMIA9Y%N%#NG?wxarrn~x^%2r=%M", "type": "image"}, {"id": 5809012, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d771d457-6b0b-4781-981a-c2433347b61e/width=450/5809012.jpeg", "nsfwLevel": 16, "width": 920, "height": 1152, "hash": "UYH2m0?^_2s,x]%1R.$%$#tRt7xusmxuxabI", "type": "image"}, {"id": 5809014, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f425aaa5-1f96-49b4-ab27-a4a20686bc87/width=450/5809014.jpeg", "nsfwLevel": 16, "width": 920, "height": 1152, "hash": "UCDcL1009^}q~qEL9a={$xslbdIo9ZS5%gVs", "type": "image"}, {"id": 5809017, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cb7763d-3618-49be-ace9-637540e185e7/width=450/5809017.jpeg", "nsfwLevel": 16, "width": 920, "height": 1152, "hash": "USI;^zV@xu-:yZR*ENRk-QWCs:WBD%s:xZof", "type": "image"}, {"id": 5809033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73bb6c28-520a-4ad7-a436-0fbc916d6301/width=450/5809033.jpeg", "nsfwLevel": 16, "width": 920, "height": 1152, "hash": "URIN,J={-T-o_4IBIVof?aM{M{IqI;Rjs,R*", "type": "image"}, {"id": 5809056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5db308d4-0a7b-4a80-a3ff-9ae7e26acd22/width=450/5809056.jpeg", "nsfwLevel": 16, "width": 920, "height": 1152, "hash": "U8E2e6oI00NM0gRP~D-pI-X9-@VrNgoL={WC", "type": "image"}, {"id": 5809059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efdbdf3a-e514-4732-8484-209afa2aa112/width=450/5809059.jpeg", "nsfwLevel": 16, "width": 920, "height": 1152, "hash": "U6KA7y~Cv0-302xaNHE00Kr;0=Fh9fRiTfXU", "type": "image"}, {"id": 5809081, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddb9280b-330a-4f13-8e04-1183c2c245f9/width=450/5809081.jpeg", "nsfwLevel": 16, "width": 920, "height": 1152, "hash": "UdJRgpR.I;tScuShtRoLJXs:s8RjXos-aJRk", "type": "image"}, {"id": 5809099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbe67bb3-8747-453a-8061-3dace1fd5d06/width=450/5809099.jpeg", "nsfwLevel": 16, "width": 920, "height": 1152, "hash": "UMJHUDyEpInOT#o~%NRipJW;EMxD-;RiE2xZ", "type": "image"}, {"id": 5809110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f77944a-53c9-4fab-9d32-03132f6bf5ef/width=450/5809110.jpeg", "nsfwLevel": 8, "width": 920, "height": 1152, "hash": "UADR.|}=0157x^$e-p0Lwc4:AIV?%2IUI;xZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/308842", "modelId": 274022} \ No newline at end of file diff --git a/datasets/metadata/309113.json b/datasets/metadata/309113.json new file mode 100644 index 0000000000000000000000000000000000000000..95da3e63a4742207829e7e7d704371c31db11a1a --- /dev/null +++ b/datasets/metadata/309113.json @@ -0,0 +1 @@ +{"id": 309113, "index": 3, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-23T03:23:58.563Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["nagase mana", "one side up"], "stats": {"downloadCount": 198, "ratingCount": 18, "rating": 5, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 244448, "sizeKB": 111754.62109375, "name": "mana_xl-000011.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-23T03:25:49.329Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "21EC8088", "AutoV2": "3A4D6A2D6E", "SHA256": "3A4D6A2D6E4709C3E64600563B840ACE8B651CCB200318A3255AF631731BB819", "CRC32": "BF299292", "BLAKE3": "6C9FB49908C1EDCD3650A714AC0BAA68AB1C3896CEA7623EC9B1127AE0B4AE56", "AutoV3": "16BFF3647F25"}, "downloadUrl": "https://civitai.com/api/download/models/309113", "primary": true}, {"id": 244471, "sizeKB": 10141.568359375, "name": "Mana XL.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-23T03:56:51.245Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1B29B8E1", "AutoV2": "4122FE477F", "SHA256": "4122FE477F30D1CA7DF9808303BF08DE4D456567DEBB749436E1563DEBC5B717", "CRC32": "007B1001", "BLAKE3": "DA841B10014B0D3E6C0F7E2188D8C9CD2A181F42B6FAEA087430632BECE7D471"}, "downloadUrl": "https://civitai.com/api/download/models/309113?type=Training%20Data"}], "images": [{"id": 5782666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e8cd97a-9118-43ee-9df0-49d893bd4dad/width=450/5782666.jpeg", "nsfwLevel": 1, "width": 6144, "height": 6144, "hash": "UCHLY*~q9as;4TM}NG~W9F%1^kX9I]%N%2My", "type": "image"}, {"id": 5782667, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47f41790-7bcf-4133-a223-727d460d78bd/width=450/5782667.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9GHbzZ%4-9a_M-:4.V@00={IWxF=|IVI=56", "type": "image"}, {"id": 5782671, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67095814-8413-40f0-8a98-e0728c8fa972/width=450/5782671.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UUN9qU~VyCxuS%jF%2kC9uRjM|t7WFWBWEof", "type": "image"}, {"id": 5782669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee11d6ac-8f59-43e3-81e3-d388de8baf41/width=450/5782669.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNJ8V8yYOUE1pyS%%M-p9Go#SiNGE1%LRPxZ", "type": "image"}, {"id": 5782670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6a2c8e8-7a05-443d-aa84-44dd2d52065f/width=450/5782670.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBHU;C_300-U00m-57D*0j-p_3tR~XDj-W-:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/309113", "modelId": 274250} \ No newline at end of file diff --git a/datasets/metadata/310022.json b/datasets/metadata/310022.json new file mode 100644 index 0000000000000000000000000000000000000000..e1b6e2c22e28c3b20382639d893c7c847af3dea3 --- /dev/null +++ b/datasets/metadata/310022.json @@ -0,0 +1 @@ +{"id": 310022, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-23T22:05:30.045Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 436, "ratingCount": 46, "rating": 5, "thumbsUpCount": 76, "thumbsDownCount": 0}, "files": [{"id": 245214, "sizeKB": 55429.8515625, "name": "sophitia_soul_calibur-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-23T22:05:36.601Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4A92F104", "AutoV2": "3D3E90D420", "SHA256": "3D3E90D420EC021E156CFDEB4F5F9A54BD288002699607BF58FA8EB40D8A0BE4", "CRC32": "589B4590", "BLAKE3": "AE9AF2F76C6178E872050D492BD10552371D079AB20472F9B53B93173695A7C0", "AutoV3": "33D41B34F6AA"}, "downloadUrl": "https://civitai.com/api/download/models/310022", "primary": true}, {"id": 245212, "sizeKB": 59221.1328125, "name": "sophitia_soul_calibur.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-23T22:05:37.129Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E707E14E", "AutoV2": "B2AB45B4F0", "SHA256": "B2AB45B4F09A547D5CB637BD125E9CEA7DE15E85C2D994268EDF5378A13C9B30", "CRC32": "43669AEA", "BLAKE3": "5E6FAB7AAF6972553E437A3EFBB0438668A6B011944C703C6F5A812A3B62009E"}, "downloadUrl": "https://civitai.com/api/download/models/310022?type=Training%20Data"}], "images": [{"id": 5812729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f8db2e0-fdc2-4154-b67e-0227f2f6bca9/width=450/5812729.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHKTlHTL0f={E0WWE2$fyEofD*I;_N^+xHM|", "type": "image"}, {"id": 5812730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d63860e8-0e9b-41df-b64e-ef124848b085/width=450/5812730.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHKTlHTL0f={E0WWE2$fyEofD*I;_N^+xHM|", "type": "image"}, {"id": 5813224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdee1961-fd76-4338-8a41-77f9348dfcec/width=450/5813224.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UULpv~?wt,-poy%MI[ayE1s,WC%MtRt7nhIp", "type": "image"}, {"id": 5813225, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/280be899-b489-4964-8086-a57f9f4e15dc/width=450/5813225.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UULpv~?wt,-poy%MI[ayE1s,WC%MtRt7nhIp", "type": "image"}, {"id": 5813333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b23561b-c0c7-4196-ba15-6125268d3c1a/width=450/5813333.jpeg", "nsfwLevel": 4, "width": 896, "height": 1346, "hash": "UEKdD1~p?^%MR#I9E3%MXl?HIBkDT14:9F9Z", "type": "image"}, {"id": 5813507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4efd0112-7ae2-4711-9bed-3e72df24a2ed/width=450/5813507.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGIEb7.8%g~p9Y-;9venE2Ip%M%Lt7-;ogWV", "type": "image"}, {"id": 5813508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a84df66-e0fa-42ba-abe7-f9cc613efe04/width=450/5813508.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGIEb7.8%g~p9Y-;9vaKE2Ip%M%Lt7-;ogWV", "type": "image"}, {"id": 5813779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c11e858-94ea-4123-9899-10c9a9d2ae10/width=450/5813779.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULN+@R~q%$t7x[IA?vj?bvMxi_WBNakW$+NG", "type": "image"}, {"id": 5813780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c87918f8-4356-4df3-8fc5-26a5786c3159/width=450/5813780.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULN+@R~q%$t7x[IA?voJbvMxi_WBNakW$+NG", "type": "image"}, {"id": 5814061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbc70615-c3a8-4b7a-9e5b-58ed7a9b8ce6/width=450/5814061.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USO.?m~W*0x]yrR+.9RQ_3M{nmaxxtRjxFjs", "type": "image"}, {"id": 5814063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/849641ec-1e66-4299-a4b4-42b7aaac06aa/width=450/5814063.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USO.?n~W*0x]yrR+.9Rj_3M{nmaxxtRjxFjs", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/310022", "modelId": 275045} \ No newline at end of file diff --git a/datasets/metadata/310098.json b/datasets/metadata/310098.json new file mode 100644 index 0000000000000000000000000000000000000000..5ecd079add1984a6d0de362023e680e1f88380d6 --- /dev/null +++ b/datasets/metadata/310098.json @@ -0,0 +1 @@ +{"id": 310098, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-24T10:57:59.448Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["slsxl style"], "stats": {"downloadCount": 149, "ratingCount": 3, "rating": 5, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 245757, "sizeKB": 223132.71484375, "name": "SL_SDXLv1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-24T10:55:58.512Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4FC23EC8", "AutoV2": "80AC4637C2", "SHA256": "80AC4637C2789261412ABD16FF51EBD1FCED174A5FA8B0DCA56067A93F76EB52", "CRC32": "61F2F376", "BLAKE3": "A7A57760E5609482DAB05FCA21837E5000A0BEFC2E5B594CF30631DA3A124619", "AutoV3": "47282564C006"}, "downloadUrl": "https://civitai.com/api/download/models/310098", "primary": true}, {"id": 245283, "sizeKB": 73174.3828125, "name": "310098_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-23T23:35:41.592Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "329FD515", "AutoV2": "AC69BBB014", "SHA256": "AC69BBB01497849DE3BCBA63BB57E6ADD84FA487A5C28E922A1A429423D7DCAA", "CRC32": "4AC0274C", "BLAKE3": "04C6CBBADDF328E8C34D3F70B8BF05060895A4C22928E985958F27E3C66A3674"}, "downloadUrl": "https://civitai.com/api/download/models/310098?type=Training%20Data"}], "images": [{"id": 5829977, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5d94658-eacd-4118-825d-beb21af85187/width=450/5829977.jpeg", "nsfwLevel": 2, "width": 1792, "height": 2304, "hash": "U6F;{A0e00^k00-W9t%1009t~AxY~V?GD*WC", "type": "image"}, {"id": 5830009, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90a0c7e5-191f-471f-979e-7a4e4b0be911/width=450/5830009.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "UEC%25D%R4_4AeRiDi%hV]s,aIkDIUM{emNI", "type": "image"}, {"id": 5830010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f0ef62f-8d5f-4dab-9db5-06fe6d25f4e2/width=450/5830010.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "U68E0R^j02MfMNxG.4xrh,aMPgb@UTbtqfrJ", "type": "image"}, {"id": 5830025, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca532ea8-bd0a-4a25-b879-0d95f09baecb/width=450/5830025.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "U7C6Jm%20O9G}?s,01D*00ozib%LxvWX~p?a", "type": "image"}, {"id": 5830008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5e29337-fdd8-4a66-a1a9-ee48e3b2c5df/width=450/5830008.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "U15EvyIU00~W^*j[4.t700xu_ND%9ZbHxaRj", "type": "image"}, {"id": 5830014, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39fa7a67-db77-4b3b-beac-1a1f7ca101b3/width=450/5830014.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "U45hGb^jZerV~C=_rUnMRP$z={xZ56NH-;%M", "type": "image"}, {"id": 5830011, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87ecefc8-bfad-4198-aa33-52ad7b34c866/width=450/5830011.jpeg", "nsfwLevel": 2, "width": 1792, "height": 2304, "hash": "U14.0lWV00s:~Vj[00R*4.t7_3Ip4.jZ^kW;", "type": "image"}, {"id": 5830020, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc92cbce-7430-4b65-9eaa-69eaab98c589/width=450/5830020.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "UM8zTeX8t8so-tSdogoLR%JOfhWTIlOAsqS0", "type": "image"}, {"id": 5830012, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2246f61d-0f58-4c4d-961e-e57d190d38b5/width=450/5830012.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "U76u0Qt:E.oh?akXN#s?=}nhVpavQ*Vqs7Wo", "type": "image"}, {"id": 5830027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02ad8866-a546-4dbd-ab79-e8a7526dd1b6/width=450/5830027.jpeg", "nsfwLevel": 2, "width": 1792, "height": 2304, "hash": "U88XIY9F4.vy?dKiMHR$9upcz.SgL2vz$$iw", "type": "image"}, {"id": 5830015, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cc98bd4-5542-48f6-8760-0907303c9904/width=450/5830015.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "UIBfw~T0}@K6tQI-oLOnQmnLnOxCjCxIxsnN", "type": "image"}, {"id": 5830016, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9c1ca71-8fa6-4d07-97a8-402db112d524/width=450/5830016.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "UIBL}0R*55bv}vjYI.R*NwoLWAWrI.fkNasT", "type": "image"}, {"id": 5830013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ada9cc43-9059-4311-b9a1-f35ee9ad83da/width=450/5830013.jpeg", "nsfwLevel": 2, "width": 1792, "height": 2304, "hash": "UDELW{]}=;MdlCrq%K#*03xZrsw?%go|MvE1", "type": "image"}, {"id": 5830019, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9fe2398-4107-4b2e-9b15-5e69f6907854/width=450/5830019.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "U371Zv5#000_yGEez:k79E$,jDxH3Xwg]$kB", "type": "image"}, {"id": 5830026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d31f3a27-01c3-4f15-b6ec-05bce4d734f3/width=450/5830026.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "UTBy{~Fs+Ixc%%bvrDV@60w#ITROFXr]Imn$", "type": "image"}, {"id": 5830021, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88b5f7be-4c14-4250-90ab-fa2dba4d6bff/width=450/5830021.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "U8AAXXBX1MEkDOrWMx-o0L-TZfVr?^E,_3Ot", "type": "image"}, {"id": 5830022, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df8a85e2-3177-4848-a041-587a387ae17b/width=450/5830022.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "U7BDKMIU0z%M-;xu_NWC00-;vzM|9FM{Dhxu", "type": "image"}, {"id": 5830023, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45e90306-781b-4338-8df4-24bc30369156/width=450/5830023.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "UDC~}3Mc01+@_3rpOYn30N#P~qM{E3xY?FRi", "type": "image"}, {"id": 5830024, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28c8310f-b9f0-4500-9a82-44d82e98ce69/width=450/5830024.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "UABx[~cX1R3D}wOmXUKP0LIT;^;MD%Vsrp;3", "type": "image"}, {"id": 5830007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27b3216c-d1af-42fa-8497-b30c6bc2af32/width=450/5830007.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "UFDSas00Uu_NO]-SHryEyXD*RPtlADRjo|X8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/310098", "modelId": 275116} \ No newline at end of file diff --git a/datasets/metadata/310229.json b/datasets/metadata/310229.json new file mode 100644 index 0000000000000000000000000000000000000000..a6c523d47216926f8c81ae7fed24143448d13010 --- /dev/null +++ b/datasets/metadata/310229.json @@ -0,0 +1 @@ +{"id": 310229, "index": 2, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-24T02:19:02.940Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["nagase kotono"], "stats": {"downloadCount": 165, "ratingCount": 10, "rating": 5, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 245391, "sizeKB": 111754.37890625, "name": "ktn_xl-000021.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-24T02:20:49.731Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D44B739E", "AutoV2": "5097AF5092", "SHA256": "5097AF50928A35A8FCBC6CCA3B9DB5706929C891069DBE718747AABBBFF277DC", "CRC32": "1F819D8F", "BLAKE3": "C0133EB71F4ADF47A3B056A2A4C2BBB1D5D9503BC09E055C007D97C0475EA2F3", "AutoV3": "AFACF5B52139"}, "downloadUrl": "https://civitai.com/api/download/models/310229", "primary": true}, {"id": 245390, "sizeKB": 7566.0126953125, "name": "ktn.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-24T02:20:48.105Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7FA5A7EF", "AutoV2": "59D96BF3F0", "SHA256": "59D96BF3F046DEDDA0B8B466D6B60AAAAA707A4F8FBE84B07CC236C0BA65839F", "CRC32": "9A4208CA", "BLAKE3": "26ACEF96859528C9512D61AAF12F012F89D3AEF4C5FCAC6C53C15838A6DD5071"}, "downloadUrl": "https://civitai.com/api/download/models/310229?type=Training%20Data"}], "images": [{"id": 5819233, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19b13f7c-4d7f-4417-a07b-8c2b7a28bde4/width=450/5819233.jpeg", "nsfwLevel": 1, "width": 6144, "height": 6144, "hash": "U5GkzqO@.h}5_10$+E_302o#?J0g014:w@D%", "type": "image"}, {"id": 5819230, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9bbd0ede-bcd2-4fff-b4ca-e2e59ef05562/width=450/5819230.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Ep1_s:RLDi^c~q%jX.=WIVKJtK9~?wrXot", "type": "image"}, {"id": 5819234, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08db56e0-a5d2-4004-bdde-f34230a2a881/width=450/5819234.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGJQ=.^itmsk~W?Gsl-U-8Sh?G%1oNNfni-o", "type": "image"}, {"id": 5819231, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d958f17-3d95-4ac9-b279-bf4c88c0c674/width=450/5819231.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UELN}k-.HD8wB;0fm+DOC9jG={%0.TR5S~-p", "type": "image"}, {"id": 5819232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/faaec5a2-0c94-452c-85e4-d039fae76f3c/width=450/5819232.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNL4EO~V%1IV4oxZajxaNfRjn%WBNzIoIqNd", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/310229", "modelId": 275236} \ No newline at end of file diff --git a/datasets/metadata/310788.json b/datasets/metadata/310788.json new file mode 100644 index 0000000000000000000000000000000000000000..325a4ddc3396787f2392e382c208c9fa4c368b61 --- /dev/null +++ b/datasets/metadata/310788.json @@ -0,0 +1 @@ +{"id": 310788, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-24T14:25:02.607Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["N4mi", "OGN4mi_short_hair", "TSN4mi_long_hair", "WanoN4mi_hair_bow_low_ponytail", "N4mi_half_updo", "N4mi_twintails", "White_striped_shirt_Orange_pencil_skirt_short_sleeves", "Green_striped_bikini_top_only_Jeans", "Blue_sleeveless_short_kimono_Floral_print_Orange_back_bow", "N4mi_shoulder_tattoo"], "stats": {"downloadCount": 333, "ratingCount": 55, "rating": 5, "thumbsUpCount": 77, "thumbsDownCount": 0}, "files": [{"id": 245886, "sizeKB": 37038.2109375, "name": "NamiV1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-24T13:50:36.194Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7C850126", "AutoV2": "01204E7564", "SHA256": "01204E756480A22FB51961C61BBA09BD4249BB1DF7C38A96EDCB5EC5AEA64119", "CRC32": "3F435275", "BLAKE3": "1C1FC57B457E5F13D6298E5F4E5A31CF66B3966618AFCF9DFACE83ECFDEC3BED", "AutoV3": "D1DA6170F390"}, "downloadUrl": "https://civitai.com/api/download/models/310788", "primary": true}, {"id": 245889, "sizeKB": 408631.4580078125, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-24T13:50:46.671Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "75BB107B", "AutoV2": "3D1F98C09A", "SHA256": "3D1F98C09A6709B8B3312E27C06A744C957B15F53E7C32B743A25B35F39CEF55", "CRC32": "AB8AFE92", "BLAKE3": "89330AD70F02A5CDA3D35672CE4BABE5A9079BE58FBB2DED1DFDFE7C3562A08F"}, "downloadUrl": "https://civitai.com/api/download/models/310788?type=Training%20Data"}], "images": [{"id": 5835507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25a7ab7d-20b4-4726-89f3-76d37f9959d1/width=450/5835507.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UFJtA99F02EN9D%d0MxB@E$yL49cE:bx-NMx", "type": "image"}, {"id": 5835499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de5e51f2-f5ca-46f8-bee9-99e35ee71d3a/width=450/5835499.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UBL3ii#S00%200-p0:I;00Nf~UI;~8kE#jsm", "type": "image"}, {"id": 5835497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09cd0d42-3c77-4eac-a1ad-dbd5f8f51aca/width=450/5835497.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UEJt9#9t00^M}@x[AI}l00$$x]?F]ha$9tn$", "type": "image"}, {"id": 5835503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d11ed2fb-9b97-4688-9652-4c5ad4db3b02/width=450/5835503.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U7Ig=y0R9D-W00~900J600#*pxIq}gEg^,o#", "type": "image"}, {"id": 5835500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5dcbb359-8789-4cf9-9e07-c384dabca398/width=450/5835500.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDI4u7EU0f02Dg?F01nN*w^bAfR-O_9j?FoH", "type": "image"}, {"id": 5835498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f9624d4-4f81-45d1-8838-0c03c4977826/width=450/5835498.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UBJQf+1%M^zp}6oa0KIBD4-T0MWZu%~U1RIW", "type": "image"}, {"id": 5835501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9692d81-7eba-4395-bb05-f6f6d01ed227/width=450/5835501.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDI|zj0g00n6H;-:01#+@X^bBs0gxzEU-:%I", "type": "image"}, {"id": 5835509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/940c2dfd-bb93-4dda-accc-2c80f91f92ab/width=450/5835509.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UII:wX?a0}ae~B%fOEr?4.xZ-;OW~B%2%2s:", "type": "image"}, {"id": 5835504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14da49cf-face-4822-80df-f0c6878ef1a2/width=450/5835504.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UFKAvkDj00~p:~?HKRD%yVM{0$x[EMoy%2R-", "type": "image"}, {"id": 5835502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad62c44f-4021-458e-be0a-380dd7b8292d/width=450/5835502.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UPKc;KM{5lSh~VV@JAkW0KRj-;W;^jxaR+bI", "type": "image"}, {"id": 5835506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f942bd69-cf0a-48cd-a57d-bbb1f66d18a4/width=450/5835506.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UILfp^~V0K%0]xjE0hIV00R+x[n$^*WBElX9", "type": "image"}, {"id": 5835508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16cbf229-a9e6-4e7b-90b8-2675f1dd1bfb/width=450/5835508.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UWKmz?XmKjMx~BWpOFi_57aKf+oyxDs.NbNG", "type": "image"}, {"id": 5835505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b116c4a-ac25-4885-a98f-ad6c9f3ca2e9/width=450/5835505.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UKLpab?G00V@4nOa5YR-8wv}KRayt:NMv}xZ", "type": "image"}, {"id": 5835515, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b0e3b00-471c-4dc9-815d-382af5bfd13e/width=450/5835515.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UBKTS,DO00-=00x]0iRi00nh~oozRLxviGX8", "type": "image"}, {"id": 5835511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aed8b9e4-4afc-4882-82fc-00672eb7179f/width=450/5835511.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UCJ@I95700-O}stl5r]|00r;yD=w,Bog57V@", "type": "image"}, {"id": 5835512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b1d2b4d-237f-49f1-a5a5-5ef91bd9e8d0/width=450/5835512.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UGK^KfIB5ORk00-.05Na00WH.5kD~SWFnisk", "type": "image"}, {"id": 5835510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80b687fa-8dfb-41ad-a7a1-faa15d1c7b48/width=450/5835510.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UCJ7dt5-00=|DOW?0M=x00r?~pxZ=YEM9uxZ", "type": "image"}, {"id": 5835514, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b107fea-6090-4ccf-9b30-9844f0fdce91/width=450/5835514.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UEKmU+wh0co#00%004EM00M}_2NK};t6RQt6", "type": "image"}, {"id": 5835513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8dec904-0eae-46cb-9b23-5f370ccaa8f0/width=450/5835513.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UBLWLy^+00Vt00$v039#00E4~oJD^ijWMexu", "type": "image"}, {"id": 5835516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93ddd1ec-e5ce-4d06-aab3-1e91a01c99a0/width=450/5835516.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UKKma{M{4-={~AxuXS=^01%1%L-n-VxaEMs+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/310788", "modelId": 275735} \ No newline at end of file diff --git a/datasets/metadata/311215.json b/datasets/metadata/311215.json new file mode 100644 index 0000000000000000000000000000000000000000..bdfe38bb86a47710bbaf3052f9fa46457a01fc81 --- /dev/null +++ b/datasets/metadata/311215.json @@ -0,0 +1 @@ +{"id": 311215, "index": 2, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-24T21:28:52.941Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["m4ryeliz"], "stats": {"downloadCount": 259, "ratingCount": 17, "rating": 5, "thumbsUpCount": 37, "thumbsDownCount": 0}, "files": [{"id": 250786, "sizeKB": 57305.076171875, "name": "m4ryeliz.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-28T06:11:08.047Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8F116E9F", "AutoV2": "27C8996470", "SHA256": "27C89964700E073AF72A3B90EFD3AF1A3214C6F2007BA798EFC7BFF2787CA82B", "CRC32": "154884B5", "BLAKE3": "DDC5A958C673BAD21F752E7DC255BD898E2D8A03AA93E3FC9B085E3CC90FC0E7"}, "downloadUrl": "https://civitai.com/api/download/models/311215?type=Training%20Data"}, {"id": 246273, "sizeKB": 110705.8828125, "name": "m4ryeliz.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-24T21:30:46.211Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4A2A7452", "AutoV2": "03D30532A0", "SHA256": "03D30532A0660E78B2A6D7E9CB70B9E57FAD0DD8772A4D41D6F22FD3F9F21380", "CRC32": "3C7B0FE0", "BLAKE3": "5764CE86720B042129203FB9532638294DCA09ABEE66FEDDFA4BEEB37AD59A3E", "AutoV3": "6A3DA5BC6C9E"}, "downloadUrl": "https://civitai.com/api/download/models/311215", "primary": true}], "images": [{"id": 5847807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e4a2972-9dd5-4720-ab8d-a78fef96d647/width=450/5847807.jpeg", "nsfwLevel": 1, "width": 680, "height": 848, "hash": "U6EeuwOG004T0%0g^*4nVrrqQ-~WV=xt-qkW", "type": "image"}, {"id": 5847808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b95ebee-830d-4610-94bb-084abe9de204/width=450/5847808.jpeg", "nsfwLevel": 1, "width": 680, "height": 848, "hash": "UKFN;xI.EL~BIWELbaRk9uRlI:Ip-n-o%1%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/311215", "modelId": 276129} \ No newline at end of file diff --git a/datasets/metadata/31127.json b/datasets/metadata/31127.json new file mode 100644 index 0000000000000000000000000000000000000000..8ae54936758309275e3f9b1875bab7c7719ffd6d --- /dev/null +++ b/datasets/metadata/31127.json @@ -0,0 +1 @@ +{"id": 31127, "index": 0, "name": "v 1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-29T07:09:52.751Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 714, "ratingCount": 86, "rating": 5, "thumbsUpCount": 88, "thumbsDownCount": 0}, "files": [{"id": 25687, "sizeKB": 1741.3779296875, "name": "5_kaltsit.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-29T07:26:00.051Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "8005A6913F", "SHA256": "8005A6913FE405E7194974FEB19DE037737DDBBF0632A80A6C1FC03D45E469AF", "CRC32": "4EF0E79F", "BLAKE3": "96A066EBCA4695AC9CB2236FB6D7C2AC0C562B67FFC22C2A1E9B5410B804253F"}, "downloadUrl": "https://civitai.com/api/download/models/31127?type=Training%20Data"}, {"id": 25681, "sizeKB": 36976.326171875, "name": "kaltsit_arknights.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-29T07:11:01.415Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "E3B74256", "AutoV2": "E6BB39A36E", "SHA256": "E6BB39A36E1D39056E45DD91473F087DF930C6BE11018FE1964CE1AF30BF15AA", "CRC32": "4D2C5FBC", "BLAKE3": "062E336088386719B559353A97880D80E7B1C0D8F85476455170AD0BC1E498D0", "AutoV3": "C6BEA05B0A32"}, "downloadUrl": "https://civitai.com/api/download/models/31127", "primary": true}], "images": [{"id": 354200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b689ed61-5f5e-4c62-0398-2be6ca296800/width=450/354200.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1280, "hash": "UCIr1%004pM_57IVnND$00~q9FxHEMt6xI-;", "type": "image"}, {"id": 354199, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30d6715f-6246-4bea-860f-9b38ae2b6300/width=450/354199.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "UEG8.a~p9a?bJB.7_2?b0L-p^+.7^+%2kCNG", "type": "image"}, {"id": 354198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4403f437-5737-45ba-a29c-59cc6b922400/width=450/354198.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "UUGbYR~qkDxa?b-;offkR*j[f8WBWUWBofs:", "type": "image"}, {"id": 354196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daadbbd4-5746-4d35-e5b7-1e0013458a00/width=450/354196.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "UMLN.04nIVD%_NM_?aWVS4WCM{bHRjWBx]%M", "type": "image"}, {"id": 354195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbe04704-4739-4094-ee35-78c90bacfe00/width=450/354195.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1280, "hash": "UKLqkM00ELae?^NF?bawD%xuMxM{baV[xat8", "type": "image"}, {"id": 354194, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37e39f50-151d-4af0-bde7-2a262fe27700/width=450/354194.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1280, "hash": "UOHVP99FD*4n_NIUMyf59F-pjFozRj%MRjt7", "type": "image"}, {"id": 354193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f8b10b6-9139-49b2-15da-19fb81e84c00/width=450/354193.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "UcFF,1~qt8WXo#bbfRV[xuxus:ofoMofWVWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/31127", "modelId": 25999} \ No newline at end of file diff --git a/datasets/metadata/311452.json b/datasets/metadata/311452.json new file mode 100644 index 0000000000000000000000000000000000000000..978d2e1feb1278da7b672dfda8afd9ad634c9e20 --- /dev/null +++ b/datasets/metadata/311452.json @@ -0,0 +1 @@ +{"id": 311452, "index": 2, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-25T02:28:16.010Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["akazaki kokoro", "double bun"], "stats": {"downloadCount": 161, "ratingCount": 11, "rating": 5, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 246457, "sizeKB": 6875.486328125, "name": "KKR.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-25T02:30:50.330Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2DA18B3C", "AutoV2": "2E5820D6ED", "SHA256": "2E5820D6EDBBB8DF156515AFE1DF64AECDCE1F3C0B27B5D0A4DA48615F00951E", "CRC32": "99D1968C", "BLAKE3": "E15111BD39A06EF893A1A1F6E6459BC019C126B1470022F4D3735638EA73E819"}, "downloadUrl": "https://civitai.com/api/download/models/311452?type=Training%20Data"}, {"id": 246458, "sizeKB": 111754.86328125, "name": "kkr_xl-000024.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-25T02:31:20.988Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D401B033", "AutoV2": "F5BE52120D", "SHA256": "F5BE52120D67839B671D39E30783DCF742E136C82612E3C4D3E66CF5822A6DD8", "CRC32": "FA4B766A", "BLAKE3": "0F49FA48102E3F147980ACB059EA3615085CE43F7D2950CD7B6272BE1390448C", "AutoV3": "73A53FACAC1C"}, "downloadUrl": "https://civitai.com/api/download/models/311452", "primary": true}], "images": [{"id": 5854883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/637c70e7-8809-4e36-947d-93187662dd80/width=450/5854883.jpeg", "nsfwLevel": 1, "width": 4608, "height": 6144, "hash": "UDJjf4%1o_tR~X~B%N%Mtm=_JEn-00-nESsD", "type": "image"}, {"id": 5854879, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c39a7e5-098c-4519-b3ac-fbcfa49300b6/width=450/5854879.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UJLg3G?dT{K6.9caJWt,TL$+%1S5JEwaVrxW", "type": "image"}, {"id": 5854882, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64f1d7a9-4a97-4138-bc38-cf9bb1dad317/width=450/5854882.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UENI{o0PLgx]v;D,4o?ZyD-:}pR5?HIqobV[", "type": "image"}, {"id": 5854880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f728ff8-e6fa-4899-9945-ae0202b154b5/width=450/5854880.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJKA2A%LE1RkD-Rj0fM}~pSvt8xbIdahnMRj", "type": "image"}, {"id": 5854881, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20da22ba-47eb-4035-a95b-978cea770829/width=450/5854881.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNKwhQ00AZ%M.AIANaJBIr%KD*bwb_RO$%NH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/311452", "modelId": 276347} \ No newline at end of file diff --git a/datasets/metadata/31211.json b/datasets/metadata/31211.json new file mode 100644 index 0000000000000000000000000000000000000000..fe3b779b6c746f7ebf0599b98c51e23d172cf63d --- /dev/null +++ b/datasets/metadata/31211.json @@ -0,0 +1 @@ +{"id": 31211, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-29T11:12:53.593Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 857, "ratingCount": 183, "rating": 5, "thumbsUpCount": 185, "thumbsDownCount": 0}, "files": [{"id": 25744, "sizeKB": 42098.3974609375, "name": "Style-Strive.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-29T11:15:58.780Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "63701C4B", "AutoV2": "DD55626958", "SHA256": "DD5562695876B021C4E734B31C989A9B7067C717C523022F5CE22F4CED1A3A20", "CRC32": "66B936C6", "BLAKE3": "35A0FCB277330D24BFC657D4FCD63C40304236120286ADD7A85C1441ECDC2CD0"}, "downloadUrl": "https://civitai.com/api/download/models/31211?type=Training%20Data"}, {"id": 25743, "sizeKB": 147579.2861328125, "name": "style-ggstrive-character-images-v2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-29T11:16:04.651Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "6C27379E", "AutoV2": "79C462BC8E", "SHA256": "79C462BC8E2D1C329C559BD1A09A615E85826CC697090AC0275993A1109B1DB2", "CRC32": "B5A71CDA", "BLAKE3": "9AE3BB79DD8D653ED9A3C0CFEACBC6228E3A4B6E7DF9918E2B5D5410CCBA844E", "AutoV3": "D4D638B76571"}, "downloadUrl": "https://civitai.com/api/download/models/31211", "primary": true}], "images": [{"id": 355011, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebec8f01-801e-459e-7ac4-6c7223099400/width=450/355011.jpeg", "nsfwLevel": 2, "width": 704, "height": 816, "hash": "UZKdlBx]?^%1bw-pt7Rk4.xuaKof~W-;-;bb", "type": "image"}, {"id": 355014, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68408b8b-aa58-4e1e-c46f-6d0b7f678c00/width=450/355014.jpeg", "nsfwLevel": 4, "width": 584, "height": 960, "hash": "UnMa02j]_NtRn+-;oeRjE2WBRPae-poJWXR+", "type": "image"}, {"id": 355013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c85cedb4-29e7-492d-9d6c-9b252b77a500/width=450/355013.jpeg", "nsfwLevel": 2, "width": 704, "height": 816, "hash": "USL4vk^+~q%g-;.8-;IANFWBR*9F?bIUM{%M", "type": "image"}, {"id": 355012, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a00a1d4-3d53-490c-e338-26bf6861d700/width=450/355012.jpeg", "nsfwLevel": 8, "width": 584, "height": 960, "hash": "UmMG;joz_N-p?bt6NGNG?bozxvju%gRjxubG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/31211", "modelId": 26068} \ No newline at end of file diff --git a/datasets/metadata/312193.json b/datasets/metadata/312193.json new file mode 100644 index 0000000000000000000000000000000000000000..ba0fa2f0420372267bc9794ec5fcfd1757965d3a --- /dev/null +++ b/datasets/metadata/312193.json @@ -0,0 +1 @@ +{"id": 312193, "index": 2, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-25T11:49:33.019Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["hayasaka mei"], "stats": {"downloadCount": 195, "ratingCount": 19, "rating": 5, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 247011, "sizeKB": 111754.36328125, "name": "mei_xl-000019.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-25T11:51:30.087Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E96C19B5", "AutoV2": "8E5F211DFE", "SHA256": "8E5F211DFE1D1112AE62E922099B6D7460B55CA802BD40E244FCF48476FAB200", "CRC32": "0FE8307D", "BLAKE3": "96EC6E972FD584456CB2A2FE6D1AA281BFE7479BC1432D2BD8DC313D3FC85204", "AutoV3": "7E344225FD13"}, "downloadUrl": "https://civitai.com/api/download/models/312193", "primary": true}, {"id": 247010, "sizeKB": 5062.703125, "name": "Mei.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-25T11:51:23.044Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FE88F1EB", "AutoV2": "EDEAF43C8F", "SHA256": "EDEAF43C8F1B03E2F4DF49EAA8D9214E24DB28A4866A5F3EF066E65B70B978E5", "CRC32": "2CA1ADB2", "BLAKE3": "E963F6277630DFD541DA9C5FA9C7DCC49D139F3FEFE20624AEF010794B859FD9"}, "downloadUrl": "https://civitai.com/api/download/models/312193?type=Training%20Data"}], "images": [{"id": 5866381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af2997b2-9ad9-4c20-aba6-b179ad660601/width=450/5866381.jpeg", "nsfwLevel": 2, "width": 6144, "height": 6144, "hash": "UCFYWU4,~Xog-5NFRpIn00In0KIV?d0J.7IV", "type": "image"}, {"id": 5866377, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c3c75c1-e1cd-4473-8d91-9cd8d500d979/width=450/5866377.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPKeQOD%Fxx^%%M|%gSPS8tSVtt84:XQn}Rj", "type": "image"}, {"id": 5866379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ecdb585e-87d9-4ef4-8ede-d3f9e2641808/width=450/5866379.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UaNmsU~VloRkx]$y%MjrIU%2wJWBtmS3Ipe.", "type": "image"}, {"id": 5866378, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40886be1-049f-4de3-9048-499015a1700b/width=450/5866378.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UPPF[#~pX-Ipoe%M%MIUo~xuxv%Mo#tRNGxu", "type": "image"}, {"id": 5866380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/013df4ac-6543-4cb8-bc24-a298dc36467a/width=450/5866380.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNGk|L~V9EIA^N%1OZo#%M%LxuWBofxa-pxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/312193", "modelId": 277051} \ No newline at end of file diff --git a/datasets/metadata/312235.json b/datasets/metadata/312235.json new file mode 100644 index 0000000000000000000000000000000000000000..373216e8b2b4bb325419ff8ec4728da278562cc2 --- /dev/null +++ b/datasets/metadata/312235.json @@ -0,0 +1 @@ +{"id": 312235, "index": 1, "name": "v1.0 White Marble", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-25T12:40:10.249Z", "availability": "Public", "nsfwLevel": 5, "description": "1.0 of roman world white marble version!
", "trainedWords": ["romanworld"], "stats": {"downloadCount": 219, "ratingCount": 2, "rating": 5, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 247045, "sizeKB": 145267.1953125, "name": "RomanWorldWmar.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-25T12:30:49.652Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6FC6FFE1", "AutoV2": "B7217A9CBD", "SHA256": "B7217A9CBD16F8E054DB51606E163A60EF727259776170FF78F0432BF1FAC18A", "CRC32": "0FB8C891", "BLAKE3": "3C03E4949A2DD848C53B9DB43A28F21CDE5CA96ECD90A397D1E08A14D5FEEBB9", "AutoV3": "BBECC6ABE2CE"}, "downloadUrl": "https://civitai.com/api/download/models/312235", "primary": true}, {"id": 247048, "sizeKB": 299297.0205078125, "name": "RomanWorldWmarData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-25T12:35:50.550Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BB9A3105", "AutoV2": "5C0DBC80BD", "SHA256": "5C0DBC80BD3DF97087882D950FE23D4BBE759C79828590C4233A0444130C263C", "CRC32": "37A49769", "BLAKE3": "BA74059CBC92A3D78EE56CED7C80F19E4B11BF4330885E94853A87D141801C5C"}, "downloadUrl": "https://civitai.com/api/download/models/312235?type=Training%20Data"}], "images": [{"id": 5867457, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdcc1597-a040-4b97-be4b-835b4bd2525d/width=450/5867457.jpeg", "nsfwLevel": 4, "width": 1152, "height": 1728, "hash": "UNJiwn~AW=tQ?G%2xuX8tQxtR+oybbxaoMaf", "type": "image"}, {"id": 5867463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4643eae-d363-4471-829a-14069609bb3b/width=450/5867463.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "UHJGD-=w-.t7~BM|E2S#%MayNGo|?GayIpbH", "type": "image"}, {"id": 5867475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/882f2145-8e24-409c-844c-2ecdad7cfcae/width=450/5867475.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UHJj3irCIo^*_MD*xVo}_2M|RPNH%f%1xDNG", "type": "image"}, {"id": 5867477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0cf1acea-ef5d-4750-a00e-9285a3222c12/width=450/5867477.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "U8GR6c02cs^*%00#$y580#01^10fkW?G~BnO", "type": "image"}, {"id": 5867478, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b482850-46f1-4c05-b628-1627c4d2a0c0/width=450/5867478.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UNJswdxuRjE2~qR-NGNH_2%LRj%19|s:%1t7", "type": "image"}, {"id": 5867480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3fe7513-a07e-45a1-b8fe-014f85ea619b/width=450/5867480.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "U5HAX=00?Z-T9GKO~o4oPV02D*4;03Ef%LJ8", "type": "image"}, {"id": 5867488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1cb9b7c-39b5-4a93-b7a4-bad15b6b9620/width=450/5867488.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UCH^bG-;_Lof?FE1xs%2~p-oxaxu?G-:-o%1", "type": "image"}, {"id": 5867499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57a942ad-15d1-4ab0-b91d-19d6f7fdebd2/width=450/5867499.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "U9HwAE^iyCtQ~TWB-o0f0M0frsM|V[ni4:JT", "type": "image"}, {"id": 5867504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e96ff21-e170-4590-bc0a-ca36c6fa1187/width=450/5867504.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U5E-p$0i~AIV5mR+57xZ0#Ei,oE*57s.={0#", "type": "image"}, {"id": 5867505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af018c7c-8b44-40e4-9bf2-9b2ce9970919/width=450/5867505.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UKGtKE~A0g9b?FNcM|xY-:t6RjWB-os:RQWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/312235", "modelId": 277087} \ No newline at end of file diff --git a/datasets/metadata/312238.json b/datasets/metadata/312238.json new file mode 100644 index 0000000000000000000000000000000000000000..e7630eba96d8399ec5fcdacbfb59add5ba21cc79 --- /dev/null +++ b/datasets/metadata/312238.json @@ -0,0 +1 @@ +{"id": 312238, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-25T12:26:10.815Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 145, "ratingCount": 7, "rating": 5, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 247039, "sizeKB": 55429.640625, "name": "Nozomi_Harasaki_Shenmue-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-25T12:30:42.924Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9EB370F2", "AutoV2": "B75872FE98", "SHA256": "B75872FE985EEAF7F105C8868E4360EF323BC15F24A062CB49951DF272F1536A", "CRC32": "434ED1A6", "BLAKE3": "84B7B863C49467B493A9EB83C6E3CF3E6AC3E41E10D541265A443F6E77F54A47", "AutoV3": "86E838DD51B1"}, "downloadUrl": "https://civitai.com/api/download/models/312238", "primary": true}, {"id": 247040, "sizeKB": 49953.0244140625, "name": "Nozomi_Harasaki_Shenmue.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-25T12:31:11.660Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C5744586", "AutoV2": "E371FE894B", "SHA256": "E371FE894B245032365C8BBE17CCB6ABA86C48F1D5EDEFF899A9747145B724E6", "CRC32": "B26EC8D7", "BLAKE3": "72F8893BF3D019B4FD25494562C0713E2D9BF9CEE78F76635EB7600221C4AE0A"}, "downloadUrl": "https://civitai.com/api/download/models/312238?type=Training%20Data"}], "images": [{"id": 5867473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae64274a-49ea-47d8-bef9-a95fdcd797ce/width=450/5867473.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULM%fq4.*0-p01-;~q%2pIWBn4E1.8M{rrkC", "type": "image"}, {"id": 5867474, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c34a3ee8-f8c8-4638-bd50-9bb585d1bd28/width=450/5867474.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULM%fq4.*0-p01-;~q%2pIWBn4E1.8M{rrkC", "type": "image"}, {"id": 5867244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ddca790-4413-468d-9a37-dedc4bafb7fe/width=450/5867244.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UdMt2FV[?wofNIxu%gt79Gj[t6Rj.7j[MyoL", "type": "image"}, {"id": 5867245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b6685fb-2434-4dae-9a36-940c2aead057/width=450/5867245.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeMt2FV[?wofNIxu%gt79Zj@t6Rj-;j[MyoL", "type": "image"}, {"id": 5868946, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d366307b-ea6a-4925-92a7-56e706f7d492/width=450/5868946.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USKm^J~qENRjM~%M%f-:M}xu?btR_2IVVtaz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/312238", "modelId": 277091} \ No newline at end of file diff --git a/datasets/metadata/312260.json b/datasets/metadata/312260.json new file mode 100644 index 0000000000000000000000000000000000000000..845bae4462aad856033fda7843014ead47357761 --- /dev/null +++ b/datasets/metadata/312260.json @@ -0,0 +1 @@ +{"id": 312260, "index": 0, "name": "v1.0 Black Marble", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-25T12:52:48.403Z", "availability": "Public", "nsfwLevel": 1, "description": "1.0 of Roman world Black marble!
", "trainedWords": ["romanworld"], "stats": {"downloadCount": 470, "ratingCount": 54, "rating": 5, "thumbsUpCount": 81, "thumbsDownCount": 0}, "files": [{"id": 247055, "sizeKB": 145267.1875, "name": "RomanWorldBmar.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-25T12:50:44.561Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4031EF28", "AutoV2": "35AE863A67", "SHA256": "35AE863A67820CDE6B82995B7C28938E9A82CD1636C92EF9530E49A660F1D558", "CRC32": "38963B42", "BLAKE3": "9D99E02DE2E6C7296D4AD1B672A856FDC50D8C7C12A6D3D1BC3F3AE9A6FB54A1", "AutoV3": "73928185C117"}, "downloadUrl": "https://civitai.com/api/download/models/312260", "primary": true}, {"id": 247061, "sizeKB": 311173.5224609375, "name": "RomanWorldBmarData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-25T12:56:21.542Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D748BF4E", "AutoV2": "CE8C95CF37", "SHA256": "CE8C95CF3732BA24DB9760315403B15B571A3AA5494C44FA4ADA5FC779825837", "CRC32": "2B81058A", "BLAKE3": "3ABA3CDB3BEB8B2196721E9BF98D61946828FE53676B366FB1DD448A3AA42B00"}, "downloadUrl": "https://civitai.com/api/download/models/312260?type=Training%20Data"}], "images": [{"id": 5867867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a379e69-1e8b-4907-89d3-507c02a798df/width=450/5867867.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "UEFz=.~A9]9u~BbbNGIpS$bbWBRQ%1ofIW9b", "type": "image"}, {"id": 5867870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d59810f8-dffc-4ad4-9a45-d1f3e5414587/width=450/5867870.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "UKHwlW~o.7^%R-%2%L%LxZxaR+S4kqxGRkR*", "type": "image"}, {"id": 5867884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ea6ec85-88d2-4e9c-8012-62129c6a04f8/width=450/5867884.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UKI|%W.7x]oL_N-:%Lxt~p?GRja#t,ofVsxa", "type": "image"}, {"id": 5867885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de38e693-eb9d-45ee-839e-aa0fa5a54309/width=450/5867885.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "U4DRpKIB040#0Mbut6V[^%0M}@^Ox]wcenI:", "type": "image"}, {"id": 5867888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4d27180-17b8-484b-b8aa-599018576f77/width=450/5867888.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UAD8g:#k^*oz$g=_NbIp~AofxF?F-n=_-Uxt", "type": "image"}, {"id": 5867889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2157cda-a54a-4428-8ddc-914ef6326a84/width=450/5867889.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UIFEZFxZ9bNHogoeE2NH~Ut6E2RjENEMM|%1", "type": "image"}, {"id": 5867892, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99fa9225-4ecb-4c83-85fc-a5212c157dd1/width=450/5867892.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UDFXt{D+%1^i~p4;-o%2?aNHR*ShEME3={oe", "type": "image"}, {"id": 5867893, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e6f3ff4-1f02-440d-a66c-da78ea7bfe91/width=450/5867893.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "ULGt+$_2-:-:~p?G?Gxux]NHR+oyRkWBR+Ip", "type": "image"}, {"id": 5867897, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e34098c6-5680-499c-af6e-292f326197e1/width=450/5867897.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U79Qa2?[NIMy0%x[-.NbrqM|Myo0tQVtMzM|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/312260", "modelId": 277087} \ No newline at end of file diff --git a/datasets/metadata/312264.json b/datasets/metadata/312264.json new file mode 100644 index 0000000000000000000000000000000000000000..360e4b5c415cdf35a58c48f65f0962c566346f6c --- /dev/null +++ b/datasets/metadata/312264.json @@ -0,0 +1 @@ +{"id": 312264, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-25T12:50:26.943Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["CardboardStyle"], "stats": {"downloadCount": 332, "ratingCount": 37, "rating": 5, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 247057, "sizeKB": 147571.8515625, "name": "CardboardStyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-25T12:50:52.130Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "55732A8E", "AutoV2": "19FEED2BA1", "SHA256": "19FEED2BA193C9969422BC4702FE45B85093C00901E99AAD243F64D0E441EB54", "CRC32": "E263E914", "BLAKE3": "02764250DD6C78373EC6A7C928E1077CF2CDE1660CC671E43DFEA116BCA97A37", "AutoV3": "3EE3E142F218"}, "downloadUrl": "https://civitai.com/api/download/models/312264", "primary": true}, {"id": 247063, "sizeKB": 58471.240234375, "name": "CardboardStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-25T12:55:54.299Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F70439D7", "AutoV2": "5B1BB8165C", "SHA256": "5B1BB8165C14B0FFA91177334120499FF25F39809732D83E63DBAA37B6C4807A", "CRC32": "C1E8CDB4", "BLAKE3": "F47F2E73A9F2E387D3847284879FB0176473D633F9933C6D8136388999B7F55F"}, "downloadUrl": "https://civitai.com/api/download/models/312264?type=Training%20Data"}], "images": [{"id": 5867789, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6202b55-037a-4206-a8f9-3526bd08b919/width=450/5867789.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "ULF5svIrt7xv5YxuNGX9_Nflj?t7%hNIoIxu", "type": "image"}, {"id": 5867796, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d069ee6-f825-4568-9aef-df9c3c154701/width=450/5867796.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UIINpp~Vxu^*57tRxtxtWBD*ofIV4:t6%1E1", "type": "image"}, {"id": 5867784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee1b679a-855e-4c61-a48f-528f4e02608a/width=450/5867784.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U9J7zA.8NexZK+009F-o?]KjxC~p58_3=^9u", "type": "image"}, {"id": 5867798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9d2b554-65cd-4018-8410-f48959c5ebc1/width=450/5867798.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UIGRF#%2D*Io9boJR+t7~UxtRk%1E2NGkBxt", "type": "image"}, {"id": 5867790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/453a89fc-7c75-4f2c-9f7d-6b9be9d3efa1/width=450/5867790.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "USIg_s~WWXxto#t8s.az~qx]W=xa%MbIWBWW", "type": "image"}, {"id": 5867787, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22413e24-422e-45aa-a30d-b3a723775f05/width=450/5867787.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UEF5T,R*o1R*IVS4f6IV~VNGkCV@Ndt7%2of", "type": "image"}, {"id": 5867792, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98cdd971-b856-4510-a156-62e82f6d9ba2/width=450/5867792.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UeLzdHnho#V@%gD%RPt7_Nxvj?t7Iot7jFog", "type": "image"}, {"id": 5867776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/390dadba-14cb-409d-ba81-4836c68d9eea/width=450/5867776.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UHGH@%~p?Hx]0%NJ%2%Ms:?abw%Lf+%2-o%1", "type": "image"}, {"id": 5867786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23b39a47-7fdd-4ff5-b24a-f6503df141c5/width=450/5867786.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U6H1xg00E2.80j~B=EE4tRn3Iq-:DiR+_2Mx", "type": "image"}, {"id": 5867780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f22de8d0-2707-497a-87ca-466ae2075360/width=450/5867780.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UJHwut~US~-T0$D*V@M|_MtRIpxaIqIot6xZ", "type": "image"}, {"id": 5867782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cda94423-310d-42b2-816f-dfd7904cdb62/width=450/5867782.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UCGkj;?b~ppJyYE3tR?b~p_2tS_2bw-:-pI=", "type": "image"}, {"id": 5867788, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1ebd8d3-f24a-465a-93b8-6cf24ba5077b/width=450/5867788.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UEF#XF.7~VR.58D*xZoe~UxtShxa%2-o?G%L", "type": "image"}, {"id": 5867794, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70b9b456-6b9f-4389-bb37-060e25eefdd4/width=450/5867794.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UDF}+Z_3Si%20LIURPRP~pxuxut79aIVt7t7", "type": "image"}, {"id": 5867799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3da1582-4857-477f-a768-9f2095916427/width=450/5867799.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UMI#Mr_3~pENAIEMIoS4E3-:D*s-M|t7nhRO", "type": "image"}, {"id": 5867795, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66b9d527-46c0-4cd7-87aa-2b959af103a7/width=450/5867795.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UIJ7m$01~VV@?bD%R*M|%ND*Ipxto#-os.R*", "type": "image"}, {"id": 5867793, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7a85697-cc72-4f39-bb6b-bd70590f3f48/width=450/5867793.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UPHw}dIVxtWBOtNGs.NH~VjEWBWC%MM|%1xa", "type": "image"}, {"id": 5867800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cf88911-b4bd-4041-98d6-db1bd4c865c3/width=450/5867800.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UGIqZ8D%~qDiE3~V-:IUt6slt7jY4o4:oe%L", "type": "image"}, {"id": 5867797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/464c6dc0-5d1e-48cf-bbd8-1e1322cdf207/width=450/5867797.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UHHBF^~p%M9a4;M|M{RQ-p?GR,xt%L%LxaIo", "type": "image"}, {"id": 5867801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bffe43cf-3580-4270-9fcf-d9b823b369d0/width=450/5867801.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UIHnZ-aexZxu%M01V?t7~ps:M|%MIpxtIoR*", "type": "image"}, {"id": 5867803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/917f1a90-c8ce-4974-b83f-30b1ccc86661/width=450/5867803.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U9H-b_00~pwb00_2%2M{Ny0L9abc%g00~V%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/312264", "modelId": 277115} \ No newline at end of file diff --git a/datasets/metadata/312278.json b/datasets/metadata/312278.json new file mode 100644 index 0000000000000000000000000000000000000000..9392298547ffc758792211e870495cb1ca454f76 --- /dev/null +++ b/datasets/metadata/312278.json @@ -0,0 +1 @@ +{"id": 312278, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-25T13:14:53.981Z", "availability": "Public", "nsfwLevel": 1, "description": "1.0 of Greek World
", "trainedWords": ["greekworld"], "stats": {"downloadCount": 380, "ratingCount": 42, "rating": 5, "thumbsUpCount": 60, "thumbsDownCount": 0}, "files": [{"id": 247073, "sizeKB": 145267.171875, "name": "Greekworld.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-25T13:05:42.071Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B2D67787", "AutoV2": "708135CB4A", "SHA256": "708135CB4AFF317AACEA7659C2505E46D1199A575ADB42D8B820155BDFD61B17", "CRC32": "C109BEF6", "BLAKE3": "732DB5BE8BE66492E517CB6FBAFE521DED5706003BC2F59A2E21DD24DBFA6E43", "AutoV3": "70515BD583B1"}, "downloadUrl": "https://civitai.com/api/download/models/312278", "primary": true}, {"id": 247079, "sizeKB": 273051.478515625, "name": "GreekWorldData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-25T13:11:22.539Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F53FDBBE", "AutoV2": "2EBA5CC500", "SHA256": "2EBA5CC500B1C7D35E34E906539958EBC67845E435D9B9A346CA34C0EB82B837", "CRC32": "B0CBC894", "BLAKE3": "CB3FEC54F974660F5697F2AB6CFA5232E689382BAAFA5BF27F1AA3A518D48A5C"}, "downloadUrl": "https://civitai.com/api/download/models/312278?type=Training%20Data"}], "images": [{"id": 5868488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f18afc48-1e7c-49fe-8d17-1c7ddbb8ecdf/width=450/5868488.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "UCH-+40M~qt8x]xZ%MnhIV-:%2Io%LD*ofof", "type": "image"}, {"id": 5868510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab83f988-5904-4bd0-87f5-d6d5a824391e/width=450/5868510.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "UHG[f.t6~WIV%1%2xZWA-;t6WBxu4.WVs.of", "type": "image"}, {"id": 5868532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e53749e2-c4ff-4d8e-8d10-4b90831b78dd/width=450/5868532.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UOHBxh-;~Wae%gW=xukCbIj]WBbbIVRkj]R*", "type": "image"}, {"id": 5868536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1e01d15-0266-4c7a-a08c-a2c4b9ebb0f2/width=450/5868536.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "U9G8vA0M~U%1s,RO-o4:_3RO9axvIW%MsnxC", "type": "image"}, {"id": 5868537, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c36b342-971b-40f1-84db-aca5de43ca72/width=450/5868537.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UFHxTq~V-;M{x]s:xtoe-:%2oft7ahD*V[t7", "type": "image"}, {"id": 5868540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4aca8ae1-2826-49c8-8a61-40fd52c30fdd/width=450/5868540.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UQG+5Y4oi^XA~qV?V?NJx^n$M{bIxuR+s,R+", "type": "image"}, {"id": 5868548, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa520c8b-8dd9-471e-8ec7-7ef44483a5fe/width=450/5868548.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UAGuj;IV~VRj~VIUkC9ZNGxZoz%LIU%M9GIU", "type": "image"}, {"id": 5868552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/054c9863-c590-4b13-9f75-d31423d6760a/width=450/5868552.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UBGH^]^iMdV@_M^ixsIp9b9uIo%200IqRjIV", "type": "image"}, {"id": 5868553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65713ee7-b91d-4704-b386-c8ed654cedc9/width=450/5868553.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "ULGbu8_2-pxu?wxuxtWBNJM|jYxZNKayayj]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/312278", "modelId": 277127} \ No newline at end of file diff --git a/datasets/metadata/312411.json b/datasets/metadata/312411.json new file mode 100644 index 0000000000000000000000000000000000000000..508c29067af661e0ce7f7c3823e600e2764dc438 --- /dev/null +++ b/datasets/metadata/312411.json @@ -0,0 +1 @@ +{"id": 312411, "index": 0, "name": "V0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-25T14:47:05.176Z", "availability": "Public", "nsfwLevel": 1, "description": "hi :)
", "trainedWords": ["menger sponge"], "stats": {"downloadCount": 105, "ratingCount": 10, "rating": 5, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 247162, "sizeKB": 46204.484375, "name": "MENGERSPONGE-000150.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-25T14:35:58.554Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AE186C4E", "AutoV2": "65000B4745", "SHA256": "65000B4745FDFCCE4A685D16785DAABDE48B6F4C0641737FFB00EE6A01D7F37A", "CRC32": "087753A7", "BLAKE3": "5D234AC7BD23C710F70705026CBDD2CE9B2A62A4AF5FBCECA721E6D4BE5F4D57", "AutoV3": "AB6B154CDB9A"}, "downloadUrl": "https://civitai.com/api/download/models/312411", "primary": true}, {"id": 247163, "sizeKB": 81056.494140625, "name": "1_meng.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-25T14:36:00.520Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "406EE877", "AutoV2": "221A729B9A", "SHA256": "221A729B9AF682D71BA3552236FF68C3114E5CBB810106D7C167060307D67B91", "CRC32": "2CAFADE8", "BLAKE3": "03384C600D4FD59B8BE9F79C25FFB91E19001B6708772D960C6130BB11E07C92"}, "downloadUrl": "https://civitai.com/api/download/models/312411?type=Training%20Data"}], "images": [{"id": 5870482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42fda332-70e2-4496-9bb1-8bdb4f2e57fb/width=450/5870482.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UHFPE1-;bDj[00M{xtWB~pa}t7t7Rja{M{Rj", "type": "image"}, {"id": 5870372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3045d27a-dce5-478d-93dd-2e5f068a5b61/width=450/5870372.jpeg", "nsfwLevel": 1, "width": 1120, "height": 1120, "hash": "USI||9_N}v-O9FEf%YXR%LabrMo~RGjMk6nP", "type": "image"}, {"id": 5870453, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58d5df0b-bd24-4c9e-be20-ed5f726634cb/width=450/5870453.jpeg", "nsfwLevel": 1, "width": 960, "height": 640, "hash": "U94DQJaiVBVVZxaJp2aIk]f5e+fmaHackCkE", "type": "image"}, {"id": 5870391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27e89d0e-d1ca-4f19-b138-7eca6a9098e9/width=450/5870391.jpeg", "nsfwLevel": 1, "width": 1120, "height": 1120, "hash": "UbKcw$~A]pREAANFtjouv.E-r]S%+#N3a8Sz", "type": "image"}, {"id": 5870574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d94c714-4d0a-4bfc-b762-8ee6a83d90f4/width=450/5870574.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UAA^?0%0S1pE04DT%ckV_IxsWCxs4?NHn+xF", "type": "image"}, {"id": 5870609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8db430c-11ff-4509-879f-e5ac6031c199/width=450/5870609.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "U79bdw*Y02+78wGgH*yRp3tk$qo|00IUUNMK", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/312411", "modelId": 277260} \ No newline at end of file diff --git a/datasets/metadata/312698.json b/datasets/metadata/312698.json new file mode 100644 index 0000000000000000000000000000000000000000..623bc45d014c0af8bb5405876fec18bf6a2f149b --- /dev/null +++ b/datasets/metadata/312698.json @@ -0,0 +1 @@ +{"id": 312698, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-25T17:30:21.418Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [" cr0ch3t", "dress", "blue"], "stats": {"downloadCount": 361, "ratingCount": 37, "rating": 5, "thumbsUpCount": 61, "thumbsDownCount": 0}, "files": [{"id": 247379, "sizeKB": 9326.5078125, "name": "cr0ch3t.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-25T17:21:43.358Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "071C2F15", "AutoV2": "C4A454E90C", "SHA256": "C4A454E90C266E1948EE35E5A4858714A064C1F1C7C408AABF6B56FA53AF9918", "CRC32": "3DDAA819", "BLAKE3": "186DB1241F5FAB7BF234323D488468C02B026CB3CE285F7DDF00AA53E53479DC", "AutoV3": "F7EF8E577869"}, "downloadUrl": "https://civitai.com/api/download/models/312698", "primary": true}, {"id": 265374, "sizeKB": 643.638671875, "name": "10_cr0ch3t dress.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-08T16:36:56.497Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "CA0A85A8B0", "SHA256": "CA0A85A8B044FC7FEA02FAD0E58EBF3AB58448232FB6EBB9AA1DE5C99CE2A5F2", "CRC32": "8EB66D6F", "BLAKE3": "3B2BF6A3B9B5ED9D2B1FEEF9043451FABFE4AF572B2902871ABE76A9E98F4512"}, "downloadUrl": "https://civitai.com/api/download/models/312698?type=Training%20Data"}], "images": [{"id": 5875214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ed590b9-d008-4e67-97c2-575aca7978d4/width=450/5875214.jpeg", "nsfwLevel": 2, "width": 576, "height": 960, "hash": "UDDvTm={}*VYlCOaN{o#Y6tmI=%gECwIrVVu", "type": "image"}, {"id": 5875237, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/562af1c5-4429-44a0-a79b-bce4d8a9ff42/width=450/5875237.jpeg", "nsfwLevel": 2, "width": 576, "height": 960, "hash": "ULJH,dt:9ZyEKS.9%gOF9aIBRix^E3s.n3aL", "type": "image"}, {"id": 5875222, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43791cd4-fc51-4404-b6cd-0e347cfe1d94/width=450/5875222.jpeg", "nsfwLevel": 2, "width": 576, "height": 960, "hash": "UQHB[H?a~mbG-ht7EQRiNF-oIqNLXTogxYt7", "type": "image"}, {"id": 5875198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fb1ea30-4e5b-4c73-9e91-a4dbf5d2acb2/width=450/5875198.jpeg", "nsfwLevel": 2, "width": 576, "height": 960, "hash": "UDE.w-~q?ZNL${9a9ZnORiV[Ne%L?G-oNHj?", "type": "image"}, {"id": 5875250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/289b7c1e-3812-4e29-a06f-896456674097/width=450/5875250.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UUH.B2t:58RjJXpKpJtSS%S6Wrog-qjFV@of", "type": "image"}, {"id": 5875115, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8adb3bea-9639-45e8-93f0-7578e396f0e2/width=450/5875115.jpeg", "nsfwLevel": 2, "width": 576, "height": 960, "hash": "U7DvsM~n-KE78_9E5uwG.9RhTfv|pK-ORk$}", "type": "image"}, {"id": 5875234, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3ff69ad-fab6-4bae-bcae-2aee77fa3e68/width=450/5875234.jpeg", "nsfwLevel": 1, "width": 576, "height": 960, "hash": "UNHxZ}?HxCE2D%M{M|ax_LInS%xYD*M{%2xa", "type": "image"}, {"id": 5875254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f54894e-05a4-4d83-b90d-62452d7d170d/width=450/5875254.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UEFh||%j%xD#-d_1A1Ou55tS-TtR9#EOfnWY", "type": "image"}, {"id": 5876702, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aefcb3e5-f138-485a-893a-20f2f25c3834/width=450/5876702.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1280, "hash": "UJHLYrDkp{Eg0N?wWsoeE2ozMxaJngIAROjE", "type": "image"}, {"id": 5876952, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7650618-890b-40be-b2e9-e00ac73f8ddc/width=450/5876952.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UJGb9iO@PB~V00nO9ZsnxGr=s8NHEfS#o}X9", "type": "image"}, {"id": 6410100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9558ec9-3b88-4956-9be8-0d2da6567919/width=450/6410100.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UII;#RHYyr*I00%LDiDjI..8xunmR%NGaxRj", "type": "image"}, {"id": 6410136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c44af76e-4444-4068-b640-e2adb79bc27f/width=450/6410136.jpeg", "nsfwLevel": 1, "width": 664, "height": 912, "hash": "UHGuj,x]%Kax~pRjIpof.8xuV@ofVtRkRQoK", "type": "image"}, {"id": 6410129, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6255b2ec-d28e-4ded-9c99-d330e817b163/width=450/6410129.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1280, "hash": "UEHCZb_NT_Rj0$KjRivzEKaxIAr=hyn3uPtS", "type": "image"}, {"id": 6410127, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b9d3384-5f44-4b91-ac72-ac5a1f662dce/width=450/6410127.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UCIOOj_NtnNIKj9|OZ%M_N%gbJv#R7RQ.Sog", "type": "image"}, {"id": 6410123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2b8114a-db86-45e8-8aa4-f0120d9fb406/width=450/6410123.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEHx?6o}^j$f00IVD$aeIAoLI:Na?^NG%2o#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/312698", "modelId": 277528} \ No newline at end of file diff --git a/datasets/metadata/31277.json b/datasets/metadata/31277.json new file mode 100644 index 0000000000000000000000000000000000000000..ceeb565a84460aa938b07c3fb8be1f0361e7f946 --- /dev/null +++ b/datasets/metadata/31277.json @@ -0,0 +1 @@ +{"id": 31277, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-29T13:17:43.304Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["ruru (phantom world)", "red vest"], "stats": {"downloadCount": 749, "ratingCount": 175, "rating": 5, "thumbsUpCount": 184, "thumbsDownCount": 0}, "files": [{"id": 25796, "sizeKB": 147572.5869140625, "name": "Ruru_PhantomWorld.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-29T13:21:06.023Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "94A93479", "AutoV2": "3BAC7584B5", "SHA256": "3BAC7584B525368E24FFCF96C8DF34899E414D792AC4A53F4BE8932482D7EF06", "CRC32": "E352CBFD", "BLAKE3": "DF9134F812F81251FB72BC53B343B377F64A85338381094C555F2994E9309F8D", "AutoV3": "72986BD75849"}, "downloadUrl": "https://civitai.com/api/download/models/31277", "primary": true}, {"id": 25810, "sizeKB": 97939.0869140625, "name": "TrainingData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-29T13:41:22.446Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "65B391CA", "AutoV2": "88A0432136", "SHA256": "88A0432136AE2B1001E87F1C3DC37FCD6E56D22BC8FD1C1A9710C3FB10886B27", "CRC32": "4C924A80", "BLAKE3": "EAB421E5C8F78111AEAB5298851754144CFEE7734D29851BED22B90DCBD71A8E"}, "downloadUrl": "https://civitai.com/api/download/models/31277?type=Training%20Data"}], "images": [{"id": 355806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8974c127-8343-4583-b200-d9d3b6548900/width=450/355806.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UIKL5d#O2z%f0myVs=xuYQtS=dWG?v$fsqWC", "type": "image"}, {"id": 355811, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7ec78b1-fed9-47a3-ea7a-712a103c6400/width=450/355811.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMKKcw?b0f$*LfNZ=_wa.T^j-VE1?w-;xHxW", "type": "image"}, {"id": 355810, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e402b6ce-e91d-49e2-808d-4768dd3a9400/width=450/355810.jpeg", "nsfwLevel": 8, "width": 1536, "height": 1024, "hash": "UHJ8hWIT02K+P:IT+aRQ?G9[o#,;_N9GpINK", "type": "image"}, {"id": 355809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0774ad0f-584d-4492-1208-c76e9ec0da00/width=450/355809.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UCI~JV=L.l.S0e.SndVCE08{8w.S%1Io-:EM", "type": "image"}, {"id": 355808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdd3b89b-db54-45fa-4229-7938f3aff100/width=450/355808.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U9JaJ^]g000f35^*}XOsl75;zq+u_LFdD5#A", "type": "image"}, {"id": 355807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bfd5959-002a-4011-a469-e01b6be3ed00/width=450/355807.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDJ@:.0001-R1a00%2NY-:iH~B9a.So~9G%f", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/31277", "modelId": 26118} \ No newline at end of file diff --git a/datasets/metadata/312867.json b/datasets/metadata/312867.json new file mode 100644 index 0000000000000000000000000000000000000000..37b7c4981107dad71331123ee30c39ff5cb509b6 --- /dev/null +++ b/datasets/metadata/312867.json @@ -0,0 +1 @@ +{"id": 312867, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-25T19:03:26.220Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Raven_(DC), Bimbo"], "stats": {"downloadCount": 327, "ratingCount": 34, "rating": 5, "thumbsUpCount": 60, "thumbsDownCount": 0}, "files": [{"id": 247499, "sizeKB": 36991.2421875, "name": "Bimbo Raven.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-25T19:00:48.387Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C1CCCC00", "AutoV2": "26D6E0ACA8", "SHA256": "26D6E0ACA8DF984B258344A89FC05641DB207489D2F925C56D6E05AD483AECDE", "CRC32": "A8C03403", "BLAKE3": "53F271B1137ECDFB030D0F6942951737E8340F75F80EA8690328B689D22786A6", "AutoV3": "EA9DDAFF3493"}, "downloadUrl": "https://civitai.com/api/download/models/312867", "primary": true}, {"id": 247501, "sizeKB": 99892.9375, "name": "12_Bimbo Raven.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-25T19:05:45.405Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D88DFF8F", "AutoV2": "BC76E71D1E", "SHA256": "BC76E71D1EC03FE3EB1BF2BB532412401D337823F9686D84685A4E09C45F0BD5", "CRC32": "0A505FA0", "BLAKE3": "DDED0815F0F49E15F4A4CFAA48FC2281CE4D5A93D315D723F4188F994C59BB2C"}, "downloadUrl": "https://civitai.com/api/download/models/312867?type=Training%20Data"}], "images": [{"id": 5877387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89f8df86-30ae-400d-a7e9-8c86d4b6d4cc/width=450/5877387.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "U59G?sM{00t600xuS0Rj9FIT_4%M4mxus=Ri", "type": "image"}, {"id": 5877398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ad5768f-8e1f-4ccc-a6bf-db6d977fbe83/width=450/5877398.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UOHB[5Rj-;t7D%xukBa#~qWBRjof9Ft7M{Rj", "type": "image"}, {"id": 5877406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e04e920-93a3-4ffc-81d8-7a193b4e9a6a/width=450/5877406.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "U58gmg-;0000%4M{D~-;00IU~p_3t7-qof9F", "type": "image"}, {"id": 5877409, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23ec1a8d-5b5a-4e71-b4ee-08eeacc9f087/width=450/5877409.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "U9B:XEt8Ecof=$fQJNj[?0WBI,of~Xof4-WB", "type": "image"}, {"id": 5877411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57462f41-47dd-45bb-8733-77d7684b2e10/width=450/5877411.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "U26t?$%L00I;?wD%8^_300M{-:xu-;_3oe00", "type": "image"}, {"id": 5877427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33bf080b-f459-4654-a239-4f116bf7edb6/width=450/5877427.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "U65hZ2t74mRj_4kCD$j?x^j]WAt7W;t7oLRj", "type": "image"}, {"id": 5877428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe457a2d-7be6-46f6-bcaf-90e843b1bcc4/width=450/5877428.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "U34_e9-q00D%~X%MD%D%IVogxtM{0KIn-p%M", "type": "image"}, {"id": 5877429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c58b76c-a42e-4006-a0dd-153e91286da4/width=450/5877429.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "U76auC%30JIn_4xuD%M{NIkBt6WB9ZNFxuxb", "type": "image"}, {"id": 5877432, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2959755b-7497-49b6-bdab-1ce6b02307a3/width=450/5877432.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "U16Hlx-V004.OuD%W8w^00IA~qV@aL-V~q9F", "type": "image"}, {"id": 5877433, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2170d94f-dac3-4604-9b59-7a751df9a2dd/width=450/5877433.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "U26kFss800W?I@4.Rj~W4.xukCD%9F^+_34.", "type": "image"}, {"id": 5877437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63ca987d-c3f3-448d-8fd5-8aad62e367bd/width=450/5877437.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "U468gdo#00RhZgj]D#W9tWayx@kC8wjsx]ay", "type": "image"}, {"id": 5877436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/848a8c63-69e7-4853-aaea-dcb6bd47640d/width=450/5877436.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "U78g?Tj[00j[DNaxInae.Aaeoaf68_j[xukC", "type": "image"}, {"id": 5877444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04169a68-d0ec-4c18-ab02-c2aa2fc84427/width=450/5877444.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "U25;{yIT00?b%g9ZIT^+9Ft7tRD%4o?a_300", "type": "image"}, {"id": 5877445, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15aad6fa-7586-431d-bb22-ddbe402dbe54/width=450/5877445.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "U16*UI0000~W00-:xZR+DjM{_3NG00WC~qs.", "type": "image"}, {"id": 5877449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d31abe4e-b17a-4fd1-a85d-c39fbe12e169/width=450/5877449.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "U38q83IU00-;xvWBE0oM00t7~pRj%2xuWnNG", "type": "image"}, {"id": 5877448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37eff7b9-b5d8-454c-a32b-20c2d4f4625d/width=450/5877448.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "U38;GY9F00%MWaD%xp-p00xa%fWB?b~W0K9Z", "type": "image"}, {"id": 5877446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6b3b0db-a539-4bc0-97ad-fa6f7583f634/width=450/5877446.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "U29Z[zRO00?b%%E1RO%200Rj~pM|$g%2?bfk", "type": "image"}, {"id": 5877447, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79e59402-c15c-4da4-a17a-f6c95d135558/width=450/5877447.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "U397LvRj00X6%hE1f3%M00oM?aWA$*_3E10K", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/312867", "modelId": 277697} \ No newline at end of file diff --git a/datasets/metadata/312873.json b/datasets/metadata/312873.json new file mode 100644 index 0000000000000000000000000000000000000000..8524a20bc8944f1933bddda2548556e83725a82a --- /dev/null +++ b/datasets/metadata/312873.json @@ -0,0 +1 @@ +{"id": 312873, "index": 0, "name": "Elizabeth", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-25T21:25:04.380Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": ["Attractive ", "80s leather jacket ", "black messy hair "], "stats": {"downloadCount": 98, "ratingCount": 4, "rating": 5, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 247612, "sizeKB": 223099.66015625, "name": "Elizabeth.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-25T20:56:25.137Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "531F397C", "AutoV2": "484AE9FE00", "SHA256": "484AE9FE0024D2024829B2141D4B63D907E5CE70C8CE4DDCECBCD6FD59A6DA76", "CRC32": "D5F5515D", "BLAKE3": "D7CCE4173CEC96153178D2A4B898FABC8B25BB3525DC44F4958C39064CC73864", "AutoV3": "8C4C402DBD8D"}, "downloadUrl": "https://civitai.com/api/download/models/312873", "primary": true}, {"id": 247504, "sizeKB": 38051.9345703125, "name": "312873_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-25T19:05:48.980Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "24DA6EFD", "AutoV2": "B2CD458199", "SHA256": "B2CD45819988BBED05BCDB887FAB64841941946655EC49B357AA0AB8A402E098", "CRC32": "64904B4C", "BLAKE3": "AF4D4343F49368CBE990E5D135BA4723B1B446A5BD478870DA3573294C72B638"}, "downloadUrl": "https://civitai.com/api/download/models/312873?type=Training%20Data"}], "images": [{"id": 5881753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0aa101f-6eba-4f44-8db1-715087a0bb04/width=450/5881753.jpeg", "nsfwLevel": 2, "width": 894, "height": 894, "hash": "U8CP3BIL-;x]{q~Ux1I_GCw}tkXA0{xtNF%1", "type": "image"}, {"id": 5881792, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f7743e1-216d-40a7-a912-836547db28c6/width=450/5881792.jpeg", "nsfwLevel": 4, "width": 1152, "height": 768, "hash": "U6Ch+vQ4$.K5[M+i$,^jYdu2^#x[s#+~55s+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/312873", "modelId": 277704} \ No newline at end of file diff --git a/datasets/metadata/313598.json b/datasets/metadata/313598.json new file mode 100644 index 0000000000000000000000000000000000000000..612f7ee01dba7a78a958e82ba7b404b6e7f8f7f9 --- /dev/null +++ b/datasets/metadata/313598.json @@ -0,0 +1 @@ +{"id": 313598, "index": 0, "name": "Venice Carnival", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-26T04:36:45.831Z", "availability": "Public", "nsfwLevel": 1, "description": "# Venice #Carnival #Cathedral Square # Assassin's game, super beautiful, super realistic image, Venetian Carnival mysterious and magical, mesmerizing and amazing, people in costumes and masks, super detail, clear quality, colorful image, high resolution, people dancing in squares in luxurious carnival costumes, and the main characters from the festive - harlequins, Pierrot, Pantaloons on the streets of the city, charming Columbine and fantastic harlequin, Louis Wayne, Catherine Abel, Gediminas Prantskevicius, fantastical, beautiful, with high detail, ultra-detailed, clear, high-quality, colorful, high resolution H.R. Giger, insanely detailed and intricate, golden ratio, hypermaximalism
", "trainedWords": [], "stats": {"downloadCount": 41, "ratingCount": 5, "rating": 5, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 248014, "sizeKB": 271.6064453125, "name": "313598_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-26T03:30:51.065Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "4963378758", "SHA256": "4963378758F31F1D7EC6AAC5FCE67BE6CBDD0CC8E3D5AD1980FDFDA9DD58C220", "CRC32": "B4D73B61", "BLAKE3": "0FDF8A8E5CE0210703B3C702BD359E906CBF6813CD0F293711C9F5C8B0137450"}, "downloadUrl": "https://civitai.com/api/download/models/313598?type=Training%20Data"}, {"id": 248033, "sizeKB": 36977.3359375, "name": "Venice_Carnival-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-26T03:45:46.715Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "879AC24D", "AutoV2": "F9B952BED4", "SHA256": "F9B952BED4F94DCC209663971FF0B14595E0CC02F78650DEE80861D14DB6B92C", "CRC32": "E41CD329", "BLAKE3": "4D1FB8D8A9CE13C87C23D79F5EC02AB01C092ED20F2F4A1524BE58A23BCEDC6F", "AutoV3": "C11FD316F956"}, "downloadUrl": "https://civitai.com/api/download/models/313598", "primary": true}], "images": [{"id": 5893557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/357b865a-a0af-4724-8ef1-2b4cc940503c/width=450/5893557.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UGEBjCSN0gxD~AoJEMR*fiaeENs.ofWVjGjG", "type": "image"}, {"id": 5893630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/899a9960-bc30-4a26-a3c4-32728bed331e/width=450/5893630.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UABW3o$z02WB},oKEOoerrs.I;bIozoejFWB", "type": "image"}, {"id": 5893682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f76b1703-e391-4fb3-9a08-d4b3ab279780/width=450/5893682.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U2DS8aS8010q~n2co_5Y+iwGD%VEMetPs9-o", "type": "image"}, {"id": 5893721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15739303-8248-49ba-adb7-b48805aa9b1b/width=450/5893721.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U5CY?b}@020h~ok7D+NME1%0NHrr%ftRRQrq", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/313598", "modelId": 278386} \ No newline at end of file diff --git a/datasets/metadata/313618.json b/datasets/metadata/313618.json new file mode 100644 index 0000000000000000000000000000000000000000..a7fdd8ee39872b7c2d8286f7dd1f7b4b8c2e89ce --- /dev/null +++ b/datasets/metadata/313618.json @@ -0,0 +1 @@ +{"id": 313618, "index": 0, "name": "The Venetian Carnival and Columbine of Souls", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-26T04:55:34.387Z", "availability": "Public", "nsfwLevel": 1, "description": "#chic Venetian costumes,jewelry, masks, for men and women #Venice carnival mask # Venice #Carnival #Cathedral Square # Assassin's game, super beautiful, super realistic image, Venetian Carnival mysterious and magical, mesmerizing and amazing, people in costumes and masks, super detail, clear quality, colorful image, high resolution, people dancing in squares in luxurious carnival costumes, and the main characters from the festive - harlequins, Pierrot, Pantaloons on the streets of the city, charming Columbine and fantastic harlequin, Louis Wayne, Catherine Abel, Gediminas Prantskevicius, fantastical, beautiful, with high detail, ultra-detailed, clear, high-quality, colorful, high resolution H.R. Giger, insanely detailed and intricate, golden ratio, hypermaximalism, metallic brains, dark fantasy movie still, style by Anne Stokes, style by William J. Glackens, film photography, cinematic lighting, , bokeh, hyperrealistic, over-detailed fantasy art; elegant, complex, detailed works by Daniel F. Gerhartz, Gustave Dore, H.R. Giger, Tom Bagshaw, Junji Ito, biomorphic plan in the style of H.R. Giger, insanely detailed and intricate, golden ratio, hypermaximalism, ideal shapes of bodies, faces, clothes and masks \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435
", "trainedWords": [], "stats": {"downloadCount": 83, "ratingCount": 7, "rating": 5, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 248031, "sizeKB": 563.8125, "name": "313618_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-26T03:46:19.784Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "B6C90C67BB", "SHA256": "B6C90C67BBC92FC84018BB0E282C122C1B1D3ADA26A374CD5C3C40BD82892A49", "CRC32": "CD3F2D45", "BLAKE3": "A4AFB3128492D75BDA37C531BB15695E61525C71D3B1BFCCD621A4F061592CD0"}, "downloadUrl": "https://civitai.com/api/download/models/313618?type=Training%20Data"}, {"id": 248092, "sizeKB": 36977.4375, "name": "The_Venetian_Carnival_and_Columbine_of_Souls-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-26T04:50:48.632Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A8D6DD8C", "AutoV2": "11DDE11DBB", "SHA256": "11DDE11DBB7524A14050D673BB71DD6DAB91C2BD7E302587BF5D3F5AFFB205AE", "CRC32": "970467D4", "BLAKE3": "4BCE889FA1BC41F48CD1ECFD36BEA0579E03ABC90A54F2A29666D057E3B7BC31", "AutoV3": "D4E711FB8E8D"}, "downloadUrl": "https://civitai.com/api/download/models/313618", "primary": true}], "images": [{"id": 5893849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88b7fdd0-a6c1-4ee3-b280-c94e4f9d35b5/width=450/5893849.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7EU[M,[[C#Y-:xt^j}@E,Xl9ZjK_3R6=y%2", "type": "image"}, {"id": 5893848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cd7c01c-10e4-4fd4-a571-467439012c4b/width=450/5893848.jpeg", "nsfwLevel": 1, "width": 1010, "height": 1010, "hash": "UCG@_59IskwI_MIW$Lr?OXM|RQof+[t6IWs:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/313618", "modelId": 278405} \ No newline at end of file diff --git a/datasets/metadata/313667.json b/datasets/metadata/313667.json new file mode 100644 index 0000000000000000000000000000000000000000..0b279004dc451d33fbf272101b4416cf1cb0fcb9 --- /dev/null +++ b/datasets/metadata/313667.json @@ -0,0 +1 @@ +{"id": 313667, "index": 0, "name": "Busty Elf Girl", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-26T05:54:37.231Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 483, "ratingCount": 65, "rating": 4.94, "thumbsUpCount": 92, "thumbsDownCount": 1}, "files": [{"id": 248116, "sizeKB": 41089.34375, "name": "313667_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-26T05:15:43.738Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0D0EDA21", "AutoV2": "C56EED567E", "SHA256": "C56EED567E218E8DC4B3D7EEFB6FE49581C65FB2EBAB8C22AC96AB42F76E0AC4", "CRC32": "268890AA", "BLAKE3": "99F1BDBA1BC346C2632CE5A3D14DB9BE0C634AC68BD2785DA83C05ED1C6CD54C"}, "downloadUrl": "https://civitai.com/api/download/models/313667?type=Training%20Data"}, {"id": 248139, "sizeKB": 36979.59375, "name": "Busty_Elf_Girl-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-26T05:45:54.281Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E6D99EB8", "AutoV2": "D3321819D7", "SHA256": "D3321819D7EFFFE336516E43EC23496193B7A9658B057A070C00079765753BB4", "CRC32": "2879AA03", "BLAKE3": "C9B1E124052B2BB0D81BCDBBBDBC604DEC160D750DE6D9137152E1A5D567E0AD", "AutoV3": "D8525BB49AD7"}, "downloadUrl": "https://civitai.com/api/download/models/313667", "primary": true}], "images": [{"id": 5895213, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3db51c3-2ced-4c05-b538-e3b671d14f2f/width=450/5895213.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8LzT_Dj19%g00-;00^j00VrxvE2~VTKn$~V", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/313667", "modelId": 278452} \ No newline at end of file diff --git a/datasets/metadata/313992.json b/datasets/metadata/313992.json new file mode 100644 index 0000000000000000000000000000000000000000..c38d940bc5013f87ccf1e50fef2768b59c63fe84 --- /dev/null +++ b/datasets/metadata/313992.json @@ -0,0 +1 @@ +{"id": 313992, "index": 0, "name": "Novosibirsk", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-26T11:21:08.344Z", "availability": "Public", "nsfwLevel": 1, "description": "version 0.1
Siberian city Novosibirsk famous places fo sdxl:
airport tolmachevo
NOVAT, theater of opera and ballet,
lenin's square
red prospect
local history museum
ob river embankment, metromost bridge
NIIZHT, Novosibirsk Institute of Railway Transport Engineers
Reduced color saturation
retrained on Anythingv3, 30 epochs
Generates slightly subdued colors
", "trainedWords": ["bilibin", "by ivan bilibin", "bilibin style"], "stats": {"downloadCount": 1113, "ratingCount": 232, "rating": 5, "thumbsUpCount": 270, "thumbsDownCount": 0}, "files": [{"id": 32327, "sizeKB": 3474.3955078125, "name": "examples.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-10T20:41:29.218Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "87C5B7C8", "AutoV2": "AF61A35A32", "SHA256": "AF61A35A324A09BA61FCE8348204150C06EF94293C53B6A1F0CFD9442CA393C6", "CRC32": "1A708236", "BLAKE3": "12627088FAA494BF7ED960DCF9B41B000D61FC61F4F4F5C8A0CA5B919EDDF3DC"}, "downloadUrl": "https://civitai.com/api/download/models/31494?type=Training%20Data"}, {"id": 25994, "sizeKB": 9326.775390625, "name": "bilibin02-000030.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-29T19:40:57.416Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "E3C9FE8E", "AutoV2": "9B11500E10", "SHA256": "9B11500E1081D4964A585DE21CFAF09ECC968EC1A0F76D37785899B643A5E98E", "CRC32": "3A20A020", "BLAKE3": "097A59ECFA73F31E19EDB50825CF6104AC0590A0279FE2A892FB970F38BACD34", "AutoV3": "C37DDC764F62"}, "downloadUrl": "https://civitai.com/api/download/models/31494", "primary": true}], "images": [{"id": 358488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6ddd29e-1720-4885-729d-6c1732113e00/width=450/358488.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UOJQ$TE8PiQ.*0xvv~R*N~--rqSxXB-mWSNH", "type": "image"}, {"id": 358384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81c3b79b-70ec-4c17-b78c-847d0ccbc700/width=450/358384.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1280, "hash": "U6L;8A8w00_N4-V@^+XnEg?]0#ox0g5sOlRj", "type": "image"}, {"id": 358385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9881170a-9079-49e7-1c19-f3304f750f00/width=450/358385.jpeg", "nsfwLevel": 2, "width": 1920, "height": 1280, "hash": "U6J7N]w50~-W2UB8z@xaov-7W8R*~TD*v,sC", "type": "image"}, {"id": 358383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1b3a826-1a85-4008-0c32-0682c7e45600/width=450/358383.jpeg", "nsfwLevel": 2, "width": 1920, "height": 1280, "hash": "U9I#S:X,L~t1GrWBnNNa6IMyXTi_*0w{ORn-", "type": "image"}, {"id": 358382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f069cc5-d1c8-4e17-1646-8d1d256f9d00/width=450/358382.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1280, "hash": "U3DuuTb^00^J=ktQ01IVX80~0z4;W1J-7x~A", "type": "image"}, {"id": 358386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bc56411-78ef-4049-557b-bf775e0d2a00/width=450/358386.jpeg", "nsfwLevel": 8, "width": 1920, "height": 1280, "hash": "UHK^T:-C%LEOM]KitlNI5Qn5x]n-.m%Mxuso", "type": "image"}, {"id": 358629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d143d5d9-7e54-46f1-8dbb-5417e3a6c000/width=450/358629.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1280, "hash": "U4INQ{0y?d00K}-q5j-MBmIU?Y$|,+w4M{Dl", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/31494", "modelId": 25846} \ No newline at end of file diff --git a/datasets/metadata/314986.json b/datasets/metadata/314986.json new file mode 100644 index 0000000000000000000000000000000000000000..7731c55c216da56a5ea5edb935d2e1517ddb1fb9 --- /dev/null +++ b/datasets/metadata/314986.json @@ -0,0 +1 @@ +{"id": 314986, "index": 0, "name": "Yuzuriha (Jigokuraku) XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-27T02:59:56.808Z", "availability": "Public", "nsfwLevel": 31, "description": null, "trainedWords": ["Yuzuriha \\(Jigokuraku\\)", "1girl", "japanese clothes ", "purple hair", "pink eyes", "ninja", "ponytail", "no bra"], "stats": {"downloadCount": 308, "ratingCount": 41, "rating": 5, "thumbsUpCount": 58, "thumbsDownCount": 0}, "files": [{"id": 249106, "sizeKB": 59172.9931640625, "name": "YuzurihaTrainingData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-26T23:05:43.545Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A7E3C0FC", "AutoV2": "4050FDB221", "SHA256": "4050FDB221B502548B84048A141EE5FE478A4548C2801937010820B94A870ABA", "CRC32": "51FDAF74", "BLAKE3": "2D29095F437C175F099E845CC0EDA53DF46B01B5AFF1B35AD50D197D664FA7DC"}, "downloadUrl": "https://civitai.com/api/download/models/314986?type=Training%20Data"}, {"id": 249107, "sizeKB": 174075.53515625, "name": "XL-yuzuriha_(hells_paradise)-XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-26T23:11:00.077Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9E392D4F", "AutoV2": "7F218A3851", "SHA256": "7F218A3851472828D3FDEBA47AD7ADB63E2AD7D846EF16DF33400F0BD16F37E1", "CRC32": "CA7E0514", "BLAKE3": "BE7CAA0C744674AD50CCC79A402D9D5E22BBC7F3A6EE68AB12C522CC8B019A1A", "AutoV3": "E34AB068A0F2"}, "downloadUrl": "https://civitai.com/api/download/models/314986", "primary": true}], "images": [{"id": 6049102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f84473be-2781-4479-85b2-5a47cf621392/width=450/6049102.jpeg", "nsfwLevel": 4, "width": 824, "height": 1224, "hash": "UVJti39a?wa5IW4:R%i~9anzxVx[?at6NGNG", "type": "image"}, {"id": 5927251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6edf8c33-6b78-4e8a-bed4-24df312e507f/width=450/5927251.jpeg", "nsfwLevel": 2, "width": 832, "height": 1024, "hash": "UYL4Wd%3t*?s_LV[%L-.E2RlN2bYIvt6n-NG", "type": "image"}, {"id": 5927250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b697ede-7512-4191-8e46-25f8e4b808f3/width=450/5927250.jpeg", "nsfwLevel": 8, "width": 832, "height": 1024, "hash": "UGJ@zZ~VyU_MX-~C9G.70fS~rw%2n6oz^kIU", "type": "image"}, {"id": 5927248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5908f413-3892-44ff-b908-65eded3684d8/width=450/5927248.jpeg", "nsfwLevel": 2, "width": 832, "height": 1024, "hash": "USKw~~%L?=s;-q-,o@IUEx%JDkIV-q%2t7%3", "type": "image"}, {"id": 5927247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08805831-e0ac-4919-95af-e683f05754b8/width=450/5927247.jpeg", "nsfwLevel": 8, "width": 832, "height": 1024, "hash": "UGH.J|pH0JXS0g~C^*.i56?FrHnlxH4;=|VZ", "type": "image"}, {"id": 5927249, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d28f51b-9232-46fb-8e91-deb40bdb8020/width=450/5927249.jpeg", "nsfwLevel": 2, "width": 832, "height": 1024, "hash": "UAK0?Ktl?d5j+Q00R500GbZiNER%XSELNYo}", "type": "image"}, {"id": 5927256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e628006-bb73-4059-bcd6-1a70965a5b67/width=450/5927256.jpeg", "nsfwLevel": 8, "width": 832, "height": 1024, "hash": "ULKA.w=$??XeM#DR?a?HAB-Vr^pAMltQwiIo", "type": "image"}, {"id": 5927254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3540e501-b094-4dfb-a7d2-d86f9f3549db/width=450/5927254.jpeg", "nsfwLevel": 2, "width": 832, "height": 1024, "hash": "UPOyqqR-~o-:.7$*s8-:9aSg9Gf5D+xakCnP", "type": "image"}, {"id": 5927255, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fef2d0b2-6fcb-4e5d-aef5-02fe77717987/width=450/5927255.jpeg", "nsfwLevel": 8, "width": 832, "height": 1024, "hash": "UFKAQd~XOsPT0*xJM~yD00=#,0-;^+W@^R-V", "type": "image"}, {"id": 5927257, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93bfa8ee-5be7-4ada-a220-8659dee3cfba/width=450/5927257.jpeg", "nsfwLevel": 8, "width": 832, "height": 1024, "hash": "UJIz-lrY54AD0iwN9aI.0fnP?Ft6~DMy$~xu", "type": "image"}, {"id": 5927259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb55a91b-02c4-4134-8348-461535f799c6/width=450/5927259.jpeg", "nsfwLevel": 2, "width": 832, "height": 1024, "hash": "UDLNMU=u_M*81D#SIwyN0%nU+k-.[uS%^Q-q", "type": "image"}, {"id": 5927260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe40ec86-c210-4e7e-a6b3-46b99ed93e2d/width=450/5927260.jpeg", "nsfwLevel": 2, "width": 832, "height": 1024, "hash": "UGLgCK-pPz??02w6-:yB4=-qV#OmT1wi$*EL", "type": "image"}, {"id": 5927261, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da5ac868-6183-40f7-b270-c8c29bc67c63/width=450/5927261.jpeg", "nsfwLevel": 2, "width": 832, "height": 1024, "hash": "UQPiq[s:~p%f_3%Lx[?aE3oyD*ofH@t7$*xa", "type": "image"}, {"id": 5927262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14d2f154-7087-4bcc-b725-af852168c396/width=450/5927262.jpeg", "nsfwLevel": 2, "width": 832, "height": 1024, "hash": "UAM6*b=}4;R:^,02Dk~p4;020M-U-;bvrtn+", "type": "image"}, {"id": 5927264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a406f77a-d407-474f-a4c5-83775182c2a8/width=450/5927264.jpeg", "nsfwLevel": 8, "width": 832, "height": 1024, "hash": "UCJjV#^,9#$,4=9Z%2~W0fxaadxa-qWGw]oL", "type": "image"}, {"id": 5927263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7e60ed0-b115-437f-b171-319c9796fe0c/width=450/5927263.jpeg", "nsfwLevel": 8, "width": 832, "height": 1024, "hash": "U7I|d;}Z00IA8|je^*={00^+Xm?HE2E2-q-U", "type": "image"}, {"id": 5927265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e954f10-4fff-4b97-b0e1-a9723e4bede0/width=450/5927265.jpeg", "nsfwLevel": 8, "width": 832, "height": 1024, "hash": "UFKm^ZH@.8?v_400D%-;XAt89ZNG$+XSsSM_", "type": "image"}, {"id": 5927267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef02251d-77b7-4a32-868c-17ed89cd92d9/width=450/5927267.jpeg", "nsfwLevel": 16, "width": 832, "height": 1024, "hash": "UGE.O,M_W,My~XD%xtMyNaE1bbM|s;R*Rjae", "type": "image"}, {"id": 5927266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/304a776c-346f-45a3-90ac-ce3bd835e4b6/width=450/5927266.jpeg", "nsfwLevel": 1, "width": 832, "height": 1024, "hash": "U9H-ff00-.o$%64.tlj[_4nMob?H?HM{EMX9", "type": "image"}, {"id": 5927268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79d5dd0d-aec5-44ca-bd16-cd8d7e68550e/width=450/5927268.jpeg", "nsfwLevel": 16, "width": 832, "height": 1024, "hash": "U8H1[WohVq?^E39atQIn01MyE1%N00$*R*9F", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/314986", "modelId": 279649} \ No newline at end of file diff --git a/datasets/metadata/31507.json b/datasets/metadata/31507.json new file mode 100644 index 0000000000000000000000000000000000000000..94a8ef1ff13d3590f298a330b6269c4ff9c8b8e8 --- /dev/null +++ b/datasets/metadata/31507.json @@ -0,0 +1 @@ +{"id": 31507, "index": 0, "name": "v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-29T19:59:29.914Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["claire harvey"], "stats": {"downloadCount": 1022, "ratingCount": 199, "rating": 5, "thumbsUpCount": 204, "thumbsDownCount": 0}, "files": [{"id": 26009, "sizeKB": 36976.6240234375, "name": "Claire_Harvey.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-29T20:01:11.911Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "A10AA153", "AutoV2": "A4328ADB3F", "SHA256": "A4328ADB3F4777C706BCCC57FE949E14F6814BCD98F6A1AC693DCA26E2F07D22", "CRC32": "312D4138", "BLAKE3": "51EDC0883A67FFE28EC51E628C7CFE86081DFF1D51EA91672C84A38B853B0FCD", "AutoV3": "5FC6CFBC53D1"}, "downloadUrl": "https://civitai.com/api/download/models/31507", "primary": true}, {"id": 27706, "sizeKB": 9881.181640625, "name": "Claire_Harvey.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-02T09:06:19.479Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AE077BF3", "AutoV2": "4C526983EF", "SHA256": "4C526983EFA31E8F942E972C790FF5DD63423803C082348526080160B9D19136", "CRC32": "5A175BFB", "BLAKE3": "C53E288DC2EA17D72BDF844FE17E51EF116D51FC3E3421CB56D24B62C496B975"}, "downloadUrl": "https://civitai.com/api/download/models/31507?type=Training%20Data"}], "images": [{"id": 358590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c0af291-c352-451a-3c7e-974c01e39d00/width=450/358590.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1512, "hash": "UeG]K#t7tlxtx|ofo~ofx]t7a$WCM_oeV@WV", "type": "image"}, {"id": 358602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad434dcd-dc4e-4445-730f-6e45c2815700/width=450/358602.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1512, "hash": "UMGSlrsmAJo~00WU9aM|~Ut6RQV@EeaeM|WV", "type": "image"}, {"id": 358601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4fe75dc-91f0-46bc-3067-c036daf70200/width=450/358601.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UiJRHe~q%gxctko#XSs;%LWBM|oeIAjFaeax", "type": "image"}, {"id": 358600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8d3b6a6-efff-4b58-96aa-c83a82b50200/width=450/358600.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1512, "hash": "U6FYGX~V0}%L8{xD0fEM00s,4p9a0gbInmIV", "type": "image"}, {"id": 358599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf028c88-fe0c-407f-d013-cda4224f0b00/width=450/358599.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1512, "hash": "UeG91{tRS4t7XTWXWVWC_4tRofj[SiWCoMay", "type": "image"}, {"id": 358598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f69aedc6-85b5-49c3-26c0-493697663300/width=450/358598.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAH2D-MwEM_NmjxZ57IoMw%L0L9F-:xaE3S5", "type": "image"}, {"id": 358597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5306ec29-0e1f-4eb1-7f89-6797473d5700/width=450/358597.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U7HU|PM{Tg%N8wIU9wf,00WB0KIU~q-;D*IV", "type": "image"}, {"id": 358596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06bb5cab-d369-4bcf-35ae-6b7dbcd89f00/width=450/358596.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBGuBi~pENs.009b0gs.]{IUE2oJ_3-;Rnax", "type": "image"}, {"id": 358595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0519ed8f-e3c3-4022-f9e4-cf1eac872600/width=450/358595.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDH1-zM{9u%L01Rk9aWV~Tn$E2WB4-t7E3j[", "type": "image"}, {"id": 358594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc952627-f48a-47da-38cc-21f49d17fe00/width=450/358594.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UAK^gF003ZtSOw=x04XS4TI9=zRjr=J8TJxa", "type": "image"}, {"id": 358593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e77a5e81-760a-4a36-5806-9d151ad38b00/width=450/358593.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UELgeK8w0D_N8woa8{DhejobM|xt%1WAtTI@", "type": "image"}, {"id": 358592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d449b3ef-9028-4d22-c4ed-66a8057d0900/width=450/358592.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTM746MwE0M_~UD%NzM|%MxuahxtoLxuxY%M", "type": "image"}, {"id": 358591, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f3b09d5-993d-4efa-8db6-0c43b9fd0000/width=450/358591.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIJ7{:4:0Kxo4Tx]o}~VITM|NGM{%LRjxbtR", "type": "image"}, {"id": 358900, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e8e4cf9-5ccd-4b7c-3f76-298a59361f00/width=450/358900.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UdK1N}8{XOM{~VIUWZWAxbR~N2k9RjRi%Mn+", "type": "image"}, {"id": 358899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/017a01eb-de60-493a-e97f-9cf3954ef400/width=450/358899.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJHnpTt60L%1~8t69aoes*oLRos,M{Rl%2j?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/31507", "modelId": 26314} \ No newline at end of file diff --git a/datasets/metadata/315317.json b/datasets/metadata/315317.json new file mode 100644 index 0000000000000000000000000000000000000000..223c154c22b804383052692797286f05c718a537 --- /dev/null +++ b/datasets/metadata/315317.json @@ -0,0 +1 @@ +{"id": 315317, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-27T04:28:45.554Z", "availability": "Public", "nsfwLevel": 1, "description": "", "trainedWords": ["ChengWangYing"], "stats": {"downloadCount": 168, "ratingCount": 15, "rating": 5, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 250684, "sizeKB": 230390.8134765625, "name": "ChengWangYing-20240128T035743Z-001.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-28T04:40:58.412Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3B52E699", "AutoV2": "697BBA7F51", "SHA256": "697BBA7F5152E7F3ECB65054B71D00DA8C9D064F9C64432B3561EAD12A091054", "CRC32": "60C46163", "BLAKE3": "D853FD04650290C8C75427442CE2A52FECA7BC2EEEC382272A07D6D941D5AEEF"}, "downloadUrl": "https://civitai.com/api/download/models/315317?type=Training%20Data"}, {"id": 249360, "sizeKB": 18556.765625, "name": "ChengWangYing-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-27T04:25:37.658Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "7275742C4A", "SHA256": "7275742C4A8D300FF6FD5ED074EF7EDFC9EADAF876FDC08B3F57BADC471BE268", "CRC32": "CAF3D27E", "BLAKE3": "927A53443D23336CFF09301C94A0DC94E9DC85B9B91CF5327D9B217E1F0724FF", "AutoV3": "E51526E23666"}, "downloadUrl": "https://civitai.com/api/download/models/315317", "primary": true}], "images": [{"id": 5930177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a618538-5949-4056-b2d7-6f791e5ad6e5/width=450/5930177.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U59%CqxuI:0f}o4;E2I;ELW=={?G0gWU-V%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/315317", "modelId": 279970} \ No newline at end of file diff --git a/datasets/metadata/3154.json b/datasets/metadata/3154.json new file mode 100644 index 0000000000000000000000000000000000000000..ddb08bdd35a7921f152d031a77cde6b354f26169 --- /dev/null +++ b/datasets/metadata/3154.json @@ -0,0 +1 @@ +{"id": 3154, "index": 2, "name": "Raw", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2022-12-28T03:45:03.836Z", "availability": "Public", "nsfwLevel": 1, "description": "Seems over baked. I've gone back in epochs and the effect persists. I recommend only using this if you're interested in making a merge.
", "trainedWords": ["swpunk", "synthwave", "paint splatters"], "stats": {"downloadCount": 207, "ratingCount": 160, "rating": 5, "thumbsUpCount": 169, "thumbsDownCount": 0}, "files": [{"id": 3043, "sizeKB": 2082867.857421875, "name": "synthpunkSearch_raw.ckpt", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "**Detected Pickle imports (3)**\n```\ntorch.HalfStorage\ntorch._utils._rebuild_tensor_v2\ncollections.OrderedDict\n```", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2022-12-28T03:52:44.270Z", "metadata": {"format": "PickleTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "14E1EF5D", "AutoV2": "F05D9EAE3E", "SHA256": "F05D9EAE3E0BB8B9FFE0CE984849152043FD22305A6010911A548A31FEAB1308", "CRC32": "BD478732", "BLAKE3": "E5E528FF4579D71C8D2053F8CA2205909B8312AC3F4DAC052DF7B15474D7DCC6"}, "downloadUrl": "https://civitai.com/api/download/models/3154", "primary": true}, {"id": 3044, "sizeKB": 19126.8408203125, "name": "synthpunkSearch_raw_trainingData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2022-12-28T03:56:05.242Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8117885D", "AutoV2": "211848FE9B", "SHA256": "211848FE9BD2B75EF0628F88F4E96C99EA6E3F2BC59E29E0ED46A3C23583D760", "CRC32": "72C1B020", "BLAKE3": "0AA85EC7E1B16E92E0D0FB31CFC8DD2714FED21FBBA9F843454DFDA1BF3467AF"}, "downloadUrl": "https://civitai.com/api/download/models/3154?type=Training%20Data"}], "images": [{"id": 21953, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5405581a-0336-42ce-967a-67bdb1e5d000/width=450/21953.jpeg", "nsfwLevel": 1, "width": 512, "height": 704, "hash": "UAG@#v]$0Gt-},|;X_Orq_NZ4;bu^#2]4rwJ", "type": "image"}, {"id": 21952, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c05becc6-988f-49ab-0876-76a9917f1700/width=450/21952.jpeg", "nsfwLevel": 1, "width": 512, "height": 704, "hash": "UJHx4#rC9#.m0AslAUIv_PKhrx*}J|WCx:s,", "type": "image"}, {"id": 21951, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d1814dc-a017-4186-3340-5161e1831200/width=450/21951.jpeg", "nsfwLevel": 1, "width": 512, "height": 704, "hash": "URGH^=*G2dAt;Jzq9cJA-BJBMz$Mt1WCM~t4", "type": "image"}, {"id": 21950, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/306b9cad-4137-455e-94b2-f57cce570a00/width=450/21950.jpeg", "nsfwLevel": 1, "width": 512, "height": 704, "hash": "UcLMDLs;N8s=4MW.KNX7cibFtJj?CRbHwJa#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/3154", "modelId": 2856} \ No newline at end of file diff --git a/datasets/metadata/315508.json b/datasets/metadata/315508.json new file mode 100644 index 0000000000000000000000000000000000000000..693019b5fd3817fd292793bfc223944050ef3655 --- /dev/null +++ b/datasets/metadata/315508.json @@ -0,0 +1 @@ +{"id": 315508, "index": 0, "name": "Early Alpha Plat mules", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-27T17:23:31.736Z", "availability": "Public", "nsfwLevel": 13, "description": "alpha/rushed version 0.1. Will improve in the future.
1. Caption data is not perfect. In the next version I intend to caption rear facing feet/heels and the colors(clear, black, red, pink, etc), but thats going to take quite a long time since there are 800 pics in the training data.
2. Next version I will cull low quality images in training data, and cull heels that do not match with overall data.
3. Since this is an early alpha I have put a lot of restrictions on it, no onsite generation, need to be logged in to download, etc etc etc. I will remove most restrictions when Ive felt like Ive perfect it, or when im satisfied with the lora being the final version.
trained on Anythingv3 with clip skip:2
", "trainedWords": ["mountain", "", "city", "ship", "shore", "bird", "sand", "twilight", "waves", "building", "night", "tree", "evening", "shooting star", "light particles", "lake", "gradient sky", "tower", "desert"], "stats": {"downloadCount": 513, "ratingCount": 55, "rating": 5, "thumbsUpCount": 61, "thumbsDownCount": 0}, "files": [{"id": 32328, "sizeKB": 2197.515625, "name": "examples.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-10T20:46:29.928Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1424A053", "AutoV2": "3451FC3379", "SHA256": "3451FC3379AAD42E657402DE2B2CEB6D95DC495475BD0117086E6D3418C31BEB", "CRC32": "6D63BA7E", "BLAKE3": "AFAAFD2FDC8E8A16744B20C7538D41DE1F16A463C97D56F3A022D924A0CC6191"}, "downloadUrl": "https://civitai.com/api/download/models/31574?type=Training%20Data"}, {"id": 26079, "sizeKB": 9326.76953125, "name": "aivazay1-000020.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-30T03:11:58.268Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "5AC58155", "AutoV2": "84478A7F2A", "SHA256": "84478A7F2A12EA75F248822C730D443D871C2C950B54BE5A18BA890D41EBD1C5", "CRC32": "E3DF2859", "BLAKE3": "6E45708BFE87C1EFCCCF7F443073B6EF27AC643E4D5312208951446F668BA1A3", "AutoV3": "0C36C073C484"}, "downloadUrl": "https://civitai.com/api/download/models/31574", "primary": true}], "images": [{"id": 359496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6919c82e-3c2c-4b1f-5696-2e6810072f00/width=450/359496.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UhHK|Uw^S#Ip~pt6WBso-.j?nioLxtjZR*WV", "type": "image"}, {"id": 380982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b6e580d-9d3f-4ab0-a08d-97282d5d1600/width=450/380982.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UPKL8b-:xt%1?bRkadRjr?%0oba{~qt7s.xV", "type": "image"}, {"id": 380974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/888c5c44-668b-4281-c384-da8c1f7eb100/width=450/380974.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "U9DT9dwc%z7i{H:%0NTe^%^g9ub_tlNH~AEM", "type": "image"}, {"id": 380975, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97e72df0-8f33-4a83-8a84-19ee5788be00/width=450/380975.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMEfEBa,};NHiGrsxBR-,-#Rt6og?HnktRj[", "type": "image"}, {"id": 380973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6107be5-cf12-4846-a58a-e2ff51b78100/width=450/380973.jpeg", "nsfwLevel": 4, "width": 1280, "height": 1280, "hash": "UDC=@}K%X9}p^jKhrq#TRO5jemrd^j63K6$M", "type": "image"}, {"id": 380981, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c001bd5e-8b18-47f0-25dd-7e33ee099d00/width=450/380981.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "U78|SBx^Ri9tPXbIM{WAbx#lNFOE?dAD$M$i", "type": "image"}, {"id": 380980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f62b8fc-b0c4-4a4b-4125-68b2668bed00/width=450/380980.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "U78DbFxuEgNeK-bWWBXAOv,-jFKQ?dJRsm=e", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/31574", "modelId": 26369} \ No newline at end of file diff --git a/datasets/metadata/315860.json b/datasets/metadata/315860.json new file mode 100644 index 0000000000000000000000000000000000000000..b4880703adcc65fda0a1fa66e243f43eada65202 --- /dev/null +++ b/datasets/metadata/315860.json @@ -0,0 +1 @@ +{"id": 315860, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-27T13:27:45.152Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 286, "ratingCount": 45, "rating": 5, "thumbsUpCount": 67, "thumbsDownCount": 0}, "files": [{"id": 249768, "sizeKB": 40237.4931640625, "name": "Captain_Marvel_Avengers.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-27T13:30:53.254Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C841A1ED", "AutoV2": "81A1EB381F", "SHA256": "81A1EB381FD028632F4F25A1BABB46EA933607361280C81BDA0EBB0E47F928DF", "CRC32": "DD24C27A", "BLAKE3": "8A78314A5259343576B9A35D04B41617DB83D2E88CB289EE27F7F133C19D81C7"}, "downloadUrl": "https://civitai.com/api/download/models/315860?type=Training%20Data"}, {"id": 249769, "sizeKB": 22251.64453125, "name": "Captain_Marvel_Avengers-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-27T13:31:09.699Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E8233D16", "AutoV2": "50F77AEAB9", "SHA256": "50F77AEAB9DCACC18F7E32D1E329C6DAD0494FF46F4F66CD10ED90D20F31195E", "CRC32": "DAF504C7", "BLAKE3": "615C004771DA2EFF34BA16825908581ADB5BE3F76EFAEF0708DB107CBDE406A0", "AutoV3": "C570747E79B2"}, "downloadUrl": "https://civitai.com/api/download/models/315860", "primary": true}], "images": [{"id": 5943248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c951cef9-edb9-4ad3-84a7-46a58f673fe5/width=450/5943248.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U#LC*Mt6IBs:~AoeR6aeR*afV[Rkr?afs:oe", "type": "image"}, {"id": 5943249, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbd69115-c72d-4202-8032-bc28b38a8ad9/width=450/5943249.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U#LC-Tt6IBs:~AoeR6aeR+afV[Rkr?afs:oe", "type": "image"}, {"id": 5943464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df190d30-ec63-439b-b992-238f98fbf4c2/width=450/5943464.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U#JjC=RkR6WB~AV[RQaxtRaen%o0t6WBkCWE", "type": "image"}, {"id": 5943762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/affc7a6d-220b-4dfd-8ea9-2b44b505a634/width=450/5943762.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPO3a[4=2xEQUHX9EAozAJM|sFNI?cjri~Vt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/315860", "modelId": 280510} \ No newline at end of file diff --git a/datasets/metadata/316017.json b/datasets/metadata/316017.json new file mode 100644 index 0000000000000000000000000000000000000000..3c860a9f0c9c2c3142872983821d9394ca35acf4 --- /dev/null +++ b/datasets/metadata/316017.json @@ -0,0 +1 @@ +{"id": 316017, "index": 1, "name": "Banshee Monster Girl 1.1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-27T15:28:47.842Z", "availability": "Public", "nsfwLevel": 3, "description": "I feel like I'm almost done with it, but it's been pretty hard. This isn't the final version of this model yet.
Weight 06 - 0.8 depending on the model
0.1
", "trainedWords": ["jussi", "jussi_kitten", "jussi_cat", "jussi_angry", "jussi_old", "calla pot"], "stats": {"downloadCount": 76, "ratingCount": 4, "rating": 5, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 249968, "sizeKB": 12773.2470703125, "name": "316044_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-27T16:16:31.262Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "51E08A97", "AutoV2": "6207CED4E5", "SHA256": "6207CED4E527C07A4D537B23EF77B5091ABF6992F785942026AFAEBAE1DB4253", "CRC32": "F648F457", "BLAKE3": "E295CAA107B57AD13F23E4583865F02CC51E571C8DDE7AF5CF452DAED6DADEB9"}, "downloadUrl": "https://civitai.com/api/download/models/316044?type=Training%20Data"}, {"id": 250003, "sizeKB": 36979.1171875, "name": "Jussi_the_neural_cat_SD.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-27T16:50:50.205Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6CCB005C", "AutoV2": "290500BAA0", "SHA256": "290500BAA08D7D7089045AEEA064DA92D3D438E2362783315FE75D32C951DFFE", "CRC32": "B47E3E85", "BLAKE3": "AD690038321460B2EB32F641CABCF540A897E0CA473B04AC4E5576BDD81F9A46", "AutoV3": "6ABD89793E06"}, "downloadUrl": "https://civitai.com/api/download/models/316044", "primary": true}], "images": [{"id": 5950428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdb673fb-1ed6-45dd-8559-3cd2ff855b72/width=450/5950428.jpeg", "nsfwLevel": 1, "width": 1000, "height": 1000, "hash": "UA7BV|VyXTxa.inUtls:?YoNt8bHxtozV{t7", "type": "image"}, {"id": 5951310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6294969-524f-40b6-91a4-554c3e5aa623/width=450/5951310.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UQJ*bWi^t8Ri%3niN0j??dogD+WBEkNGoyxY", "type": "image"}, {"id": 5951319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a221501-2e96-4962-95c8-5c92e935a944/width=450/5951319.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UKFPT+4nu6?aRV%hxuNIWED*M_M|x]MxWBoe", "type": "image"}, {"id": 5973480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc1085c3-b71c-43df-a9cc-05373a912a49/width=450/5973480.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFD9ba_L-.%M%%S~I[xv^*out7xb%3W-xtxu", "type": "image"}, {"id": 5973488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7b5dd43-cc37-4e22-85a0-4a3b8a25c371/width=450/5973488.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U4Byy:0402~UAd^*E2M|00~U$jIV.74p^*x[", "type": "image"}, {"id": 5973489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cfdec8f-2df0-473f-9f67-7b90034778a3/width=450/5973489.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGAJG.^iE2E3~A-nNHE3-T%0WXE3ocoefkNI", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/316044", "modelId": 280689} \ No newline at end of file diff --git a/datasets/metadata/316048.json b/datasets/metadata/316048.json new file mode 100644 index 0000000000000000000000000000000000000000..5d8e7b897aebec26c5e1284738ab11031399033d --- /dev/null +++ b/datasets/metadata/316048.json @@ -0,0 +1 @@ +{"id": 316048, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-27T15:46:42.559Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 250, "ratingCount": 44, "rating": 5, "thumbsUpCount": 62, "thumbsDownCount": 0}, "files": [{"id": 249934, "sizeKB": 49624.6650390625, "name": "Kusuri_Yakuzen_100Girlfriends.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-27T15:51:17.049Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "045F2B58", "AutoV2": "884877D7E4", "SHA256": "884877D7E442C3879B769DDEC25EF0AF896EABD11B69B411A37995D5B15BCF0A", "CRC32": "120CF9E7", "BLAKE3": "154B23420E6EC1A4C51723EA59300B394A50AE54455217920AEF540B2BD023AB"}, "downloadUrl": "https://civitai.com/api/download/models/316048?type=Training%20Data"}, {"id": 249933, "sizeKB": 22239.99609375, "name": "Kusuri_Yakuzen_100Girlfriends-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-27T15:50:52.015Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EFEDBC2A", "AutoV2": "431C59C747", "SHA256": "431C59C7474D4B65B158EC1522740276B465DD56EC585F03BB74D70D6411681B", "CRC32": "404B14D4", "BLAKE3": "2767B214814993F441F60A6BE2F62EA26C291B1771B5EF89A96112BB1AFF7EDF", "AutoV3": "6E7BCF531A34"}, "downloadUrl": "https://civitai.com/api/download/models/316048", "primary": true}], "images": [{"id": 5947387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14cda462-aa81-4c0d-aaa5-55d6e1b8e155/width=450/5947387.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UHOM8L00C6Mx4T4n.lS2%gD%KOt7_3x]-;%M", "type": "image"}, {"id": 5947388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c545723-c6c3-4f8a-a8bd-0c8d83c01ee1/width=450/5947388.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UHOM8L00GZMx4T4n.lS2%gD%KOt7_3x]-;%M", "type": "image"}, {"id": 5947518, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70b8b7e9-3c1e-4da4-886b-a95fd7287749/width=450/5947518.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "URPY#f%M.mxu$ioe?]of-=ayt+ay?bkCM{V@", "type": "image"}, {"id": 5947593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/136207a4-2dcd-4a14-ba76-deefc419396b/width=450/5947593.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPO3FT_NyXtRm,o}.SIUr[RQ%gnh?bMxNbM{", "type": "image"}, {"id": 5947762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28ce6a31-5af3-4174-9244-41dcd980b4bd/width=450/5947762.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTOVlu_NTxSf9vx]yXIUwNxH-:aK?Hj[xajs", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/316048", "modelId": 280692} \ No newline at end of file diff --git a/datasets/metadata/316201.json b/datasets/metadata/316201.json new file mode 100644 index 0000000000000000000000000000000000000000..829d3fb5b1278ffe6eda4f016861a8df6bcceb10 --- /dev/null +++ b/datasets/metadata/316201.json @@ -0,0 +1 @@ +{"id": 316201, "index": 0, "name": "Kingsley", "baseModel": "SD 2.0", "baseModelType": null, "publishedAt": "2024-01-27T19:27:22.041Z", "availability": "Public", "nsfwLevel": 25, "description": null, "trainedWords": [], "stats": {"downloadCount": 31, "ratingCount": 2, "rating": 5, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 250182, "sizeKB": 223106.05859375, "name": "Kingsley.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-27T19:26:10.238Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EA6D862F", "AutoV2": "9FB8259D0C", "SHA256": "9FB8259D0C2B9BC059DA208473DC53AA9210BD1940375BB308B685A683C411A3", "CRC32": "4C0CA7EE", "BLAKE3": "97FCA3EB2F9BD6B8A53C2A5D86C94F46CB3E4639BB1193D14AF119A48F3BE047", "AutoV3": "838D6E6FC4BF"}, "downloadUrl": "https://civitai.com/api/download/models/316201", "primary": true}, {"id": 250154, "sizeKB": 1368.1982421875, "name": "316201_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-27T19:01:12.300Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "5FC5DF06E1", "SHA256": "5FC5DF06E1CCEF4467A54DB8E2A1A8F3FA7F767A123FB5C90C2ED503A56C455F", "CRC32": "61697151", "BLAKE3": "12F016338362BAF11BA5255215EA6E93EA06CAF569D91FD5CDA32B64FC05A5F1"}, "downloadUrl": "https://civitai.com/api/download/models/316201?type=Training%20Data"}], "images": [{"id": 5953857, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e4e8d68-cbde-4937-97f1-0692003de3e2/width=450/5953857.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U69=~J~7-+~7TZ^g^N=^jGR+agR-9cE45T9w", "type": "image"}, {"id": 5953858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be762a4c-ae8c-44e2-85d9-20cf80aaa00c/width=450/5953858.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5C#Va$i?D^hC5n*}r=^X+ENxF$%,;9^xFWV", "type": "image"}, {"id": 5953859, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0cb01416-c38f-4d79-a90e-77d040cff5f7/width=450/5953859.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U267lo~S~S^$--^#~9?E9^R+NHWC0N4=0h9c", "type": "image"}, {"id": 5954092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d26af06-3bec-468c-b66f-a469842d9d1f/width=450/5954092.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U7J*k{5EV?#P~q%fxaxb.6$cI[lUw~IA9uNu", "type": "image"}, {"id": 5954093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58894103-4214-4a3f-b610-d23114447bc3/width=450/5954093.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U6C~#e-f00Sm.7xvR5In00Iw*0$v#9E1Ff-p", "type": "image"}, {"id": 5954106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7b7b562-c3ab-454f-8047-cfdfff460478/width=450/5954106.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UADbpHI[[-+]yBI[=_RjMcr@_1Or}=RjK4tR", "type": "image"}, {"id": 5954158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e126f49-bc9d-4794-9e51-f4cc8aaa8feb/width=450/5954158.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UNFq:t9#};IVtlNK%1I=R5aeozS$$MRkS#t6", "type": "image"}, {"id": 5954967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46599b6f-ec77-46f8-9654-0e2ec67adde9/width=450/5954967.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UEF=XD4:^h4:}sxZS$M{oyxYIqS$,.Ipx[Ir", "type": "image"}, {"id": 5954965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ec784fb-636d-4ec5-9e65-196e92cbdb8e/width=450/5954965.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "URH_Y%WXITs.~BWVIooetkj[M{WqxCoJbcS4", "type": "image"}, {"id": 5954969, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7dfd32e1-c9d3-449f-8e87-195bde280b8c/width=450/5954969.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "ULHBezt7=_j=~Bt6oyRjxtt6R+M|xEsmbbS5", "type": "image"}, {"id": 5955796, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1f5919b-607f-4e89-8b1b-7237087ef172/width=450/5955796.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UAB:5Dtm0LROG^XTrCjECSo#,onh%gogR5Rj", "type": "image"}, {"id": 5955795, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/540f2142-858f-43bf-9711-73db69fd23aa/width=450/5955795.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U4Am0j7%01@X?IRR0eI:0--B~B1}5s-p=@NZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/316201", "modelId": 280836} \ No newline at end of file diff --git a/datasets/metadata/316607.json b/datasets/metadata/316607.json new file mode 100644 index 0000000000000000000000000000000000000000..424f94b607b9c76907d75eecfed64c7650d80a0a --- /dev/null +++ b/datasets/metadata/316607.json @@ -0,0 +1 @@ +{"id": 316607, "index": 0, "name": "ARS ROBOTICA", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-28T12:38:31.255Z", "availability": "Public", "nsfwLevel": 1, "description": "This model was created after I wanted to create a character wearing a robot suit, I searched And finally I decided that this is a pretty good model
", "trainedWords": [], "stats": {"downloadCount": 47, "ratingCount": 4, "rating": 5, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 250410, "sizeKB": 1402.142578125, "name": "316607_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-27T23:06:13.539Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "7BB3896D9E", "SHA256": "7BB3896D9EB211CF032905729B1876635F19F2F4313AB72A6EBC9AAC222B30EA", "CRC32": "5350FB8C", "BLAKE3": "9BA111D07D0D189DB72BA05E4DE9999432C231191CBB67EF6DFFC0CDB344083E"}, "downloadUrl": "https://civitai.com/api/download/models/316607?type=Training%20Data"}, {"id": 250498, "sizeKB": 223098.87890625, "name": "ARS.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-28T00:50:59.312Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9211F655", "AutoV2": "98D70EFDF2", "SHA256": "98D70EFDF27A4E5713FE13D4B8BC303DDFEAC52AD6BC51E0FF2D3F90FA57F8DA", "CRC32": "16CF837D", "BLAKE3": "D58BB6620E7DC307E12DA96233C56ED45C86A9D49B9FA68B88585055AA7D0A9D", "AutoV3": "8FF8271C4738"}, "downloadUrl": "https://civitai.com/api/download/models/316607", "primary": true}], "images": [{"id": 5980966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7e7f462-6128-416e-bc0e-baef766ff079/width=450/5980966.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UFDcO0R+00-p~9xtW=of?bt7i^t7?bRjxtxu", "type": "image"}, {"id": 5980965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d08057c3-c513-4744-9b7d-8daec74e3f95/width=450/5980965.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U9D9n?4:00lB^HRjt4D%_NMwMd?byE^+xbkC", "type": "image"}, {"id": 5980968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a00a120-6e66-4383-ab90-e0aeee342ffb/width=450/5980968.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U7C6lg010KOt}lE2RO9G?wR4Di-=Kk_2RPR%", "type": "image"}, {"id": 5981159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/725de5a1-9166-4e05-bab5-5f64e4589f94/width=450/5981159.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UDDSH{$f010$~V$f9aEQpdRjsA-p$%xZIUIo", "type": "image"}, {"id": 5981160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f104a098-7b12-44d6-ba27-23607cc31fc7/width=450/5981160.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UfLENV?b?^RO-:M|xuM{D%s:WBozS$ofslWV", "type": "image"}, {"id": 5981162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfaba0a0-8961-4d1f-b7f5-810da3d62429/width=450/5981162.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U99aBU4T9F_3xaRjRj-;u6Mxe8XTNyRjxukC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/316607", "modelId": 281234} \ No newline at end of file diff --git a/datasets/metadata/316633.json b/datasets/metadata/316633.json new file mode 100644 index 0000000000000000000000000000000000000000..cb1aac96dd5524b789ffed31639fdd8c37fe4def --- /dev/null +++ b/datasets/metadata/316633.json @@ -0,0 +1 @@ +{"id": 316633, "index": 0, "name": "v0.1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-27T23:25:32.449Z", "availability": "Public", "nsfwLevel": 28, "description": "initial version. Recommend about 0.7 weight, with close to 1 it will likely generate random slime somewhere.
", "trainedWords": ["b34n bodysuit", "black bodysuit", "purple bodysuit", "pubic tattoo"], "stats": {"downloadCount": 1204, "ratingCount": 129, "rating": 5, "thumbsUpCount": 207, "thumbsDownCount": 0}, "files": [{"id": 250420, "sizeKB": 16317.302734375, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-27T23:25:46.742Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6BE3EFD7", "AutoV2": "D62E9DB48B", "SHA256": "D62E9DB48B9B058FEF0E03433EE14DC527CDB4D2ADB448A49E21C28188082E85", "CRC32": "597DC321", "BLAKE3": "1DD8791CE79B0DB89AFB5EB76153434FD6CAB23D12F07CB8E4D46227789E6BEC"}, "downloadUrl": "https://civitai.com/api/download/models/316633?type=Training%20Data"}, {"id": 250421, "sizeKB": 36979.5703125, "name": "b34n-nai-2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-27T23:25:52.198Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2A6F915F", "AutoV2": "9218078AF1", "SHA256": "9218078AF1F8ABA693944D8BBC8D023AECBBB4BF48439E04DEC8DCD85D6E235A", "CRC32": "4CD2CB37", "BLAKE3": "E461A1ED2D0877F939BA20F271E1841A93AF0DE6432EF4B3D13AA170FCDE1AEE", "AutoV3": "3E553229E1E7"}, "downloadUrl": "https://civitai.com/api/download/models/316633", "primary": true}], "images": [{"id": 5960731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b066166d-f6d3-4835-8bd4-22c1750d7c8a/width=450/5960731.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UGD0PvxvEHNW-txc01D*_3x[ITIUx[V|RiW9", "type": "image"}, {"id": 5960753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac402e15-bb7f-4b51-88b1-c350fb40af01/width=450/5960753.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "USE:3qE1xna~?wxuITt7.9t7RiWB-;xus*f7", "type": "image"}, {"id": 5960766, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5fd20cf-03bf-40eb-88c4-fb018842c96c/width=450/5960766.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UQDc%5Rip6%L?dRiDij^.RRjR#a~-:axt3of", "type": "image"}, {"id": 5960768, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1537c550-56ad-460b-a01f-33052dc31e7f/width=450/5960768.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UCBgSF-:gBW9R0o44UM#.5s:ROt7rsf6%LtP", "type": "image"}, {"id": 5960785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5649ca9-a52e-4291-94b8-4db037690cb6/width=450/5960785.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UOCG;]IURzkCOHxaD%ai_LNFWAV@NZs:ofjc", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/316633", "modelId": 281257} \ No newline at end of file diff --git a/datasets/metadata/316720.json b/datasets/metadata/316720.json new file mode 100644 index 0000000000000000000000000000000000000000..61809e984355859fe4d8da900dc0825a0e08634d --- /dev/null +++ b/datasets/metadata/316720.json @@ -0,0 +1 @@ +{"id": 316720, "index": 2, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-28T00:50:07.864Z", "availability": "Public", "nsfwLevel": 3, "description": "This version is pretty basic. Captioned only with the keyword. The training data is fairly eclectic, so in subsequent versions, I'm going to add more information in the trianing captions, so that you can pull it out in the inferences.
", "trainedWords": ["sl4v1ccr0wn"], "stats": {"downloadCount": 148, "ratingCount": 26, "rating": 4.96, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 250494, "sizeKB": 73841.4140625, "name": "sl4v1ccr0wn.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-28T00:45:44.907Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C6276AD2", "AutoV2": "89C9F58598", "SHA256": "89C9F58598DF58FB6E3534622634ECEB8B2D04A073220C8036CA6DD36C689FF9", "CRC32": "722A61B1", "BLAKE3": "E62AD45775AFD821DB08FE61AEACE20C01BF1579B37E68F505D56DFC721A7C55", "AutoV3": "AF33FB4E475C"}, "downloadUrl": "https://civitai.com/api/download/models/316720", "primary": true}, {"id": 250506, "sizeKB": 13339.9658203125, "name": "2_sl4v1ccr0wn concept.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-28T00:55:44.856Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "99B5D802", "AutoV2": "6EB372A860", "SHA256": "6EB372A860996393012A2E0A640C4295057A542DAC3F53A09C0DCF5B2C94AD19", "CRC32": "8E6646A8", "BLAKE3": "CFDFC65D8C9669D03BB022C0B03780E3EB660BBFD77DA6EBF1C75F10CA9F7ED1"}, "downloadUrl": "https://civitai.com/api/download/models/316720?type=Training%20Data"}], "images": [{"id": 5963020, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb787b14-0d57-421e-89bb-c35dfd6381b1/width=450/5963020.jpeg", "nsfwLevel": 1, "width": 384, "height": 768, "hash": "UBA0%aE2E2~pI]xas:WqIUafjEE1MxtRNGr?", "type": "image"}, {"id": 5962978, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3067e5ce-cd65-4658-a775-c7e2388460c8/width=450/5962978.jpeg", "nsfwLevel": 1, "width": 576, "height": 1152, "hash": "U78p[h~TAL9wITR-iung0fE1tSxaIoWV%M%M", "type": "image"}, {"id": 5962981, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f7f96e4-8162-4a9c-a943-ef4796aa8efa/width=450/5962981.jpeg", "nsfwLevel": 1, "width": 576, "height": 1152, "hash": "U38qQh_M00w[LKx[rEIV01Iq-VDkD4RQSwM_", "type": "image"}, {"id": 5963043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8530cf68-13ea-409f-99a4-3bb96cb6526a/width=450/5963043.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U15=2^~V0000*JITVbs=%2t7ITgNE0o}-9-p", "type": "image"}, {"id": 5962988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/391172ef-b478-477f-aa0b-33df6dcabac3/width=450/5962988.jpeg", "nsfwLevel": 1, "width": 576, "height": 1152, "hash": "U47-E90o5]xw1A?cELxw0e%1$dRh^%4.~BD$", "type": "image"}, {"id": 5963059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d074815-f68c-4dc2-a366-6b41351fedab/width=450/5963059.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U37^-}WA00~WIoxu%2M{IURjM|IVIUofRjRk", "type": "image"}, {"id": 5962990, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/512b4ebe-ea91-4289-a0d2-baad9fd91c07/width=450/5962990.jpeg", "nsfwLevel": 2, "width": 576, "height": 1152, "hash": "U17BGsY60^pF1GD+~p_103R602DkDZs;D*Mz", "type": "image"}, {"id": 5963047, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64ea5e72-3e40-4a41-9d64-ccd88eb32ba1/width=450/5963047.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U17BAp%K00-;00Rk_4Rj4mRkxwRj00xt_3j@", "type": "image"}, {"id": 5963019, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73f28623-5b93-40bb-91ef-48e16649a4b7/width=450/5963019.jpeg", "nsfwLevel": 1, "width": 768, "height": 1536, "hash": "U3A0m=0000~W01xu4:?akQ$*?GE2?bM{D*S2", "type": "image"}, {"id": 5963057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/871c29ee-8ec3-4557-95a8-bafeb363f024/width=450/5963057.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U28D^V~W000100IU~qbIxaM{n%^+01kC_3ax", "type": "image"}, {"id": 5963044, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6dd0624-8eb6-4665-8a7c-0952c77f6371/width=450/5963044.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U57-c-tR00WU9YWAM{axInoy_4t79FWBMwV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/316720", "modelId": 281343} \ No newline at end of file diff --git a/datasets/metadata/316770.json b/datasets/metadata/316770.json new file mode 100644 index 0000000000000000000000000000000000000000..cd57398ea80f4dc147fd5e85cdae8896268bec63 --- /dev/null +++ b/datasets/metadata/316770.json @@ -0,0 +1 @@ +{"id": 316770, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-28T01:20:55.140Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["bl4ckf0r3"], "stats": {"downloadCount": 180, "ratingCount": 27, "rating": 5, "thumbsUpCount": 35, "thumbsDownCount": 0}, "files": [{"id": 250532, "sizeKB": 18544.1875, "name": "bl4ckf0r3_3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-28T01:15:48.304Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "788E1D8B", "AutoV2": "9881CAA1A9", "SHA256": "9881CAA1A9FEF8A898DF240B3FC14C19367E41E26C12492F14B3D08AF9ADAA54", "CRC32": "5516B9B1", "BLAKE3": "3FADFB9CC9A5DBF61D5BA89B0785F7A4DB50E1A511C668C03C108D7A9F2714BC", "AutoV3": "358D447FBFF3"}, "downloadUrl": "https://civitai.com/api/download/models/316770", "primary": true}, {"id": 250541, "sizeKB": 1224.0400390625, "name": "10_bl4ckf0r3 style.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-28T01:30:38.194Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "13F55A4EAF", "SHA256": "13F55A4EAFC0A2F23944C723A63C092B15D515D0244DD0A14CF19A18596DA3A6", "CRC32": "87805364", "BLAKE3": "846CD1871CEB26B24843FCC1A36CBFCEFBDC3B8B58AD95A48F1C04F1FECB1E1D"}, "downloadUrl": "https://civitai.com/api/download/models/316770?type=Training%20Data"}], "images": [{"id": 5964502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dde2a15c-2509-4c75-be71-3a30047f2741/width=450/5964502.jpeg", "nsfwLevel": 2, "width": 576, "height": 1152, "hash": "U37A}GNF00~qo|xtt6t60Kso-q9FV@R*xbE1", "type": "image"}, {"id": 5964383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69c4c9e0-07f8-43bb-a4c0-d2523a2c8221/width=450/5964383.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UHF=Ks^*-f-Rx-X8%MtROZT1xwOA~V-:IqM_", "type": "image"}, {"id": 5964477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/128e51b1-63ff-434f-b64d-3387ccec8deb/width=450/5964477.jpeg", "nsfwLevel": 1, "width": 384, "height": 768, "hash": "U18gywyG0]O=1D4z_1_00Gng8$9H4UxkER%0", "type": "image"}, {"id": 5964384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe9c333a-3f3c-44d8-a8a5-842060d79074/width=450/5964384.jpeg", "nsfwLevel": 1, "width": 384, "height": 640, "hash": "UMFY0]^N=B$Kx[jGxtkCOtt8N0NG~T%MVsIo", "type": "image"}, {"id": 5964488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56cac106-7fc3-4513-aae5-c0137571eaa5/width=450/5964488.jpeg", "nsfwLevel": 4, "width": 384, "height": 768, "hash": "U39%@mT17v580zDk~V^*01r=4UIA01xtIp%2", "type": "image"}, {"id": 5964525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02f2975c-0850-4a8c-af67-b3878b4ec437/width=450/5964525.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "U36RJu_M0L01%$tmIUROEMNGxC$$ROV?oJs:", "type": "image"}, {"id": 5964512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17f2a2b6-5354-487f-bd3c-f4f9e709e758/width=450/5964512.jpeg", "nsfwLevel": 2, "width": 576, "height": 1152, "hash": "U16tq6~B000K17Io^jt702NG~ptQ%1Rj-9^*", "type": "image"}, {"id": 5964453, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94a932b9-1963-456a-958d-b68c9478af88/width=450/5964453.jpeg", "nsfwLevel": 1, "width": 576, "height": 1152, "hash": "U46*dq9D5PNGEu%OISjb4m%Oxca]%O9D?Kxw", "type": "image"}, {"id": 5964388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7382054-aa07-40b3-b57a-932b1697f3d4/width=450/5964388.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UBDcXM?b.7D*?b-:~q-:ozj@9FIUD%IURjf7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/316770", "modelId": 281381} \ No newline at end of file diff --git a/datasets/metadata/316786.json b/datasets/metadata/316786.json new file mode 100644 index 0000000000000000000000000000000000000000..284bce7679aec6dd10f31a8afc696e294e935716 --- /dev/null +++ b/datasets/metadata/316786.json @@ -0,0 +1 @@ +{"id": 316786, "index": 0, "name": "Banshee Monster Girl 1.3", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-28T01:30:42.720Z", "availability": "Public", "nsfwLevel": 8, "description": "This version is able to better infer external prompts, also improving the image quality, but I still wasn't able to capture his pubic tattoo and the skeletal details on his body.
Weight = 0.6
", "trainedWords": ["banshee, 1girl, pointy ears, breasts, black hair, hair ornament, long hair, hair between eyes, veil, skull, large breasts, dress, blue eyes, bare shoulders, black dress, colored skin, covered nipples, pale skin, colored skin, facial mark, pelvic curtain, tattoo, pubic tattoo, crossed arms, looking at viewer, cemetery background, night"], "stats": {"downloadCount": 270, "ratingCount": 16, "rating": 5, "thumbsUpCount": 34, "thumbsDownCount": 0}, "files": [{"id": 250547, "sizeKB": 36980.328125, "name": "banshee-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-28T01:30:45.567Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6F011929", "AutoV2": "54AB3FFE47", "SHA256": "54AB3FFE47D8AFE4CC394E327101D0CB99FC9666BEF7E4ADC8D02C1C2B505235", "CRC32": "8A395BF8", "BLAKE3": "25CC4AD7C07106D990F19F4331CF9B29AF3635A9FA3369D4ED131DC2EFC9E9FE", "AutoV3": "1B50B23B0099"}, "downloadUrl": "https://civitai.com/api/download/models/316786", "primary": true}, {"id": 250546, "sizeKB": 37884.8447265625, "name": "Novo_datasete.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-28T01:30:48.946Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2268E30D", "AutoV2": "BFB6E56060", "SHA256": "BFB6E56060FB3968C9D2233D37DA8818CBAB7381031B5C278184C515180CB577", "CRC32": "25B62BA8", "BLAKE3": "2BE737DF3C38F4B6677362BEAAC89F4CE4B2D88ABDBCE41F16B7EA17193B9955"}, "downloadUrl": "https://civitai.com/api/download/models/316786?type=Training%20Data"}], "images": [{"id": 5964781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ef0e607-1297-45c0-9fe5-9bd0b7a0ac35/width=450/5964781.jpeg", "nsfwLevel": 8, "width": 1360, "height": 2048, "hash": "UHFr;dtR-;_4NYx]x[00.7%gD$jvE0ogxtIU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/316786", "modelId": 184311} \ No newline at end of file diff --git a/datasets/metadata/316883.json b/datasets/metadata/316883.json new file mode 100644 index 0000000000000000000000000000000000000000..a8e101d37be43b165bd6cedc41ba95dd822673b0 --- /dev/null +++ b/datasets/metadata/316883.json @@ -0,0 +1 @@ +{"id": 316883, "index": 1, "name": "v0.1 animagineXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-28T03:43:32.004Z", "availability": "Public", "nsfwLevel": 28, "description": "trained on animagineXL, same dataset as 1.5 version
", "trainedWords": ["b34n bodysuit", "black bodysuit", "purple bodysuit", "pubic tattoo"], "stats": {"downloadCount": 431, "ratingCount": 36, "rating": 5, "thumbsUpCount": 49, "thumbsDownCount": 0}, "files": [{"id": 250623, "sizeKB": 18951.50390625, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-28T03:10:47.731Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6BE3EFD7", "AutoV2": "970786DE57", "SHA256": "970786DE573ECB9385FA34B2095ECB71E9543818C547DD9BCB1C325675A94AE3", "CRC32": "50B74374", "BLAKE3": "B2E8454C3C131CF1E48E8C7CBD8FFF5FA076146AF93F3B3B6EDF6E33BC405273"}, "downloadUrl": "https://civitai.com/api/download/models/316883?type=Training%20Data"}, {"id": 250624, "sizeKB": 223101.07421875, "name": "b34n-animaginexl-1-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-28T03:15:48.493Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EAB5E99E", "AutoV2": "D9B097FB20", "SHA256": "D9B097FB20C72F7CD108444312615B103CC6BD63D8F32BB2D3F41557FF532948", "CRC32": "73A9D25D", "BLAKE3": "808887A0E44D716DEC22C30E13CA987562A3B8FADE3ECDA58B97258FB398AD97", "AutoV3": "B7709C7BCE8C"}, "downloadUrl": "https://civitai.com/api/download/models/316883", "primary": true}], "images": [{"id": 5966836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70d21402-92ad-4b15-ac59-5da3f7d1d0dd/width=450/5966836.jpeg", "nsfwLevel": 8, "width": 1536, "height": 2688, "hash": "UD9a26xv0KIn~qt79FM{-;ofIUafjbofofWB", "type": "image"}, {"id": 5966837, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f27b6815-a403-42b8-9709-8d763abba7cd/width=450/5966837.jpeg", "nsfwLevel": 8, "width": 1536, "height": 2688, "hash": "UKF663M_.7My_NM{M_j]D%DjIAxu9FxaV?tR", "type": "image"}, {"id": 5966844, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4ec9fa3-09ba-4b04-a2bd-a887e3c65885/width=450/5966844.jpeg", "nsfwLevel": 8, "width": 1536, "height": 2688, "hash": "UE9Z=sM{0exu~VV[56t7%1j[IokBNGj[xaWV", "type": "image"}, {"id": 5966853, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be623cc9-ac00-4bcb-af22-e25dc170f8f5/width=450/5966853.jpeg", "nsfwLevel": 8, "width": 1536, "height": 2688, "hash": "UkF~s#R$%FtQ~pRjoabIt8NHV[RkR+RjafRj", "type": "image"}, {"id": 5966861, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d7bdc9d-0d26-41c7-857a-06879a0d5b99/width=450/5966861.jpeg", "nsfwLevel": 16, "width": 1536, "height": 2688, "hash": "UOF=:lIU-;tR_NRjobtRx]kCM{M_D%ogoJxt", "type": "image"}, {"id": 5966863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cc05a22-0a1a-430c-aa1f-6854f34af73f/width=450/5966863.jpeg", "nsfwLevel": 8, "width": 1536, "height": 2688, "hash": "U7CZqS.63axs}wNG00a14XIW04%2yiov?rxt", "type": "image"}, {"id": 5966876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7eb44f97-171a-4cb6-a5aa-233c8e124179/width=450/5966876.jpeg", "nsfwLevel": 8, "width": 1536, "height": 2688, "hash": "URF?61aw%b%f*0oe9Zbb-;a#RPWoxtxtslj@", "type": "image"}, {"id": 5967342, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b8bb996-2ff3-40f1-b5c7-32b5274ec855/width=450/5967342.jpeg", "nsfwLevel": 8, "width": 1536, "height": 2688, "hash": "UBATf%t74nR*~qWA00M{_3Ri9FWC%gaxoLof", "type": "image"}, {"id": 5967333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b2e52e0-5fee-4460-aea0-1a6da66b6282/width=450/5967333.jpeg", "nsfwLevel": 8, "width": 1536, "height": 2688, "hash": "UF9H6Kt84mRh~pa_9Ga$-.ayIWaxkCflofax", "type": "image"}, {"id": 5983465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c96ea44-f438-471c-bbd5-f228ddeadee0/width=450/5983465.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UdF~zGtQoyo#t:ahRkX8I;ads.RjIWRjodi_", "type": "image"}, {"id": 5983466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6ed615d-9d75-48ec-87a3-176e71f3b559/width=450/5983466.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UjIOX[Itofj?%%bHj@RlE+f8s:ofNIf8t6s:", "type": "image"}, {"id": 5983468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cac1bed-1271-47c2-97d9-7a8a8a70092f/width=450/5983468.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UZHL;@XS%NMxThIrtRj[IVadROt8IvaKIUoe", "type": "image"}, {"id": 5983486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df30a367-8def-4a2e-a734-933d9784788f/width=450/5983486.jpeg", "nsfwLevel": 8, "width": 1536, "height": 2688, "hash": "UNG+OC-;?]kDcIM|ENai9uRjD*WCRpxtn$WB", "type": "image"}, {"id": 5983498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f11e0a1-5559-48b0-a9eb-629a3e074801/width=450/5983498.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UgHLl9bwngni%jNIs.WEIpRjxuX8E3WBW.Rl", "type": "image"}, {"id": 5993142, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cbee178-8eca-49e2-9b06-1a587269d198/width=450/5993142.jpeg", "nsfwLevel": 16, "width": 1792, "height": 2304, "hash": "UbF6X[%ioyxu%jbwRixuXSIUnOxuN2RQjsR*", "type": "image"}, {"id": 5993148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66eaaa78-c77c-43b3-85eb-0c33a8dcb522/width=450/5993148.jpeg", "nsfwLevel": 16, "width": 1792, "height": 2304, "hash": "UaGv9mbKxtx]tpofoIj]E1Rji{RjV|M{tRV[", "type": "image"}, {"id": 5993155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd2bb2b5-248e-405d-afda-d2a467833475/width=450/5993155.jpeg", "nsfwLevel": 8, "width": 1792, "height": 2304, "hash": "UXGc7K%M-;xv%%bIbbWrEMMyMxRjR:M{jbe:", "type": "image"}, {"id": 5993161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61ebf2a0-df9f-4397-89b9-0a512cab2ce3/width=450/5993161.jpeg", "nsfwLevel": 8, "width": 1792, "height": 2304, "hash": "UiDw8co~%NRP%%W?bHV?S4M|V@bHIVRPofbb", "type": "image"}, {"id": 5993168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87d359ab-afac-4216-80ec-75dc44eb6c48/width=450/5993168.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "UYG9T}x]%Mxu.TflWBWXE2IUM{WoRoV@ofaf", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/316883", "modelId": 281479} \ No newline at end of file diff --git a/datasets/metadata/317135.json b/datasets/metadata/317135.json new file mode 100644 index 0000000000000000000000000000000000000000..2476b02e85375ff83a70651469606be087e6ae2a --- /dev/null +++ b/datasets/metadata/317135.json @@ -0,0 +1 @@ +{"id": 317135, "index": 0, "name": "Kagami", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-28T08:52:56.924Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": [], "stats": {"downloadCount": 241, "ratingCount": 71, "rating": 5, "thumbsUpCount": 89, "thumbsDownCount": 0}, "files": [{"id": 250841, "sizeKB": 20237.431640625, "name": "317135_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-28T07:25:42.062Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2B570840", "AutoV2": "A20E0D75F5", "SHA256": "A20E0D75F5B5DA9097ED884FA23711172B4608CF7542415596C6FF3D58562F41", "CRC32": "AFB4015E", "BLAKE3": "B17A5A251E64D86260D79EAACB2294A8296E0A692E9F86864BC872C1ED53AA8E"}, "downloadUrl": "https://civitai.com/api/download/models/317135?type=Training%20Data"}, {"id": 250904, "sizeKB": 36977.90625, "name": "Kagami-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-28T08:45:46.959Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A840BC7E", "AutoV2": "454D091200", "SHA256": "454D091200A061E8497585A4A5059C715CA0C17C8E6BD7A858014CCF2374E180", "CRC32": "AD2FB0FA", "BLAKE3": "330886C57B0F73371FB2A088AF7D51191AF89ED2D26D04C26A301E333A113D83", "AutoV3": "7152AC9921F7"}, "downloadUrl": "https://civitai.com/api/download/models/317135", "primary": true}], "images": [{"id": 5975121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a36b5176-0505-4ef5-bd25-66c22956a431/width=450/5975121.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1600, "hash": "U7J6$v1500]#~8?b$+IA00Ne~Vs8D%9ubI-p", "type": "image"}, {"id": 5975122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cce01481-44ea-4236-bfa8-fe1329306f46/width=450/5975122.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1600, "hash": "UAMO~U0301=x00_LAcx[};=YIV-;s}R5?bWU", "type": "image"}, {"id": 5975124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e292deb-2668-4fde-9c5b-fe37cf8fa16e/width=450/5975124.jpeg", "nsfwLevel": 8, "width": 960, "height": 1280, "hash": "U6Oy9W~V00=E4TyD-:ae00ny0%9c0LE1%1D+", "type": "image"}, {"id": 5975126, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ca3c1ef-c068-4215-a476-f402a36bdbbd/width=450/5975126.jpeg", "nsfwLevel": 8, "width": 960, "height": 1280, "hash": "U7GGt%EN00=_0LELb]t601}@?GE2j?oLW;Na", "type": "image"}, {"id": 5975136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a586e74c-c4ab-4d4d-be54-4c0700d92f41/width=450/5975136.jpeg", "nsfwLevel": 8, "width": 960, "height": 1280, "hash": "UOOfZB~pKlxZYkYRM_t6BXnNZ#RPyD$y-Snh", "type": "image"}, {"id": 5975137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34465e11-5a20-432f-90f0-59713ab3d2f4/width=450/5975137.jpeg", "nsfwLevel": 8, "width": 960, "height": 1280, "hash": "UrPiu4sm*0%gOZe-nhxuIpozs:t7tRofs:WC", "type": "image"}, {"id": 5975140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71bad10d-eb34-4364-a309-616d7a62c52c/width=450/5975140.jpeg", "nsfwLevel": 8, "width": 960, "height": 1280, "hash": "UoM%G;-:yDRk_Noz%MRko#s:t7NGt7aeV@Rj", "type": "image"}, {"id": 5975141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f342805-23fe-4798-af26-6077d9c5553d/width=450/5975141.jpeg", "nsfwLevel": 8, "width": 960, "height": 1280, "hash": "UoMs.s?H%#NG~qX8%MV[W=s.jYNGkDs:RjRk", "type": "image"}, {"id": 5975142, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbc224d4-115f-491d-a782-4a9d4383d799/width=450/5975142.jpeg", "nsfwLevel": 16, "width": 960, "height": 1280, "hash": "U6GjKo=M009[0L}tox9[00=x^i0#^i57wh%0", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/317135", "modelId": 281712} \ No newline at end of file diff --git a/datasets/metadata/317399.json b/datasets/metadata/317399.json new file mode 100644 index 0000000000000000000000000000000000000000..e0630be5b0c9d753abf840c5cec4231eca3f9c1f --- /dev/null +++ b/datasets/metadata/317399.json @@ -0,0 +1 @@ +{"id": 317399, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-28T11:27:29.764Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 355, "ratingCount": 59, "rating": 5, "thumbsUpCount": 88, "thumbsDownCount": 0}, "files": [{"id": 251031, "sizeKB": 22244.14453125, "name": "gyokuyou_Apothecary-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-28T11:30:45.088Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B6671495", "AutoV2": "7DD311529B", "SHA256": "7DD311529BCD8C1F2C6C7A816BE48E49B4C0E666F137082EB70C2BB26B7C0FA2", "CRC32": "B30E982A", "BLAKE3": "E96FAD4B61003CA8A4E1C63F9718B8030520E008B72A5CF34FAB5AA93D43258D", "AutoV3": "3091D6F9ACEB"}, "downloadUrl": "https://civitai.com/api/download/models/317399", "primary": true}, {"id": 251032, "sizeKB": 53797.8505859375, "name": "gyokuyou_Apothecary.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-28T11:30:52.112Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BAC2CC0C", "AutoV2": "7CC0B24DF8", "SHA256": "7CC0B24DF8A030C46489C0D12037CE30BC0EF7B9868B674884F90FD5095FF1FE", "CRC32": "7E435A8B", "BLAKE3": "E11BD83E5BE1B2929A407F1B01AF1AEAA7742C24D0074B16FD9BE1875F246BEC"}, "downloadUrl": "https://civitai.com/api/download/models/317399?type=Training%20Data"}], "images": [{"id": 5979293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f35c7b23-9ec0-466c-9c3d-1201dae59b92/width=450/5979293.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWPN@OwK-pso~WnO%MaLIUn%X8e.xZRjRjV[", "type": "image"}, {"id": 5979280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25b84177-2a28-4fd4-99ff-70674a3718fe/width=450/5979280.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWPN@OwK-pso~WnO%MaLIUn%X8e.xZRjRjV[", "type": "image"}, {"id": 5979443, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f686383-9a26-4fb7-8f26-1186a7bed4e9/width=450/5979443.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFJPiM~A0LIBRkx]0esWELR5-:%2;}O=NHMy", "type": "image"}, {"id": 5979585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b38d2f1b-119f-4e15-95c1-3fcaaf9127ac/width=450/5979585.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPMPUjIA7LR.TznNF{M{59X5o~Rl~XNHg3xa", "type": "image"}, {"id": 5984235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12e4ab7d-7682-45e2-8852-d75eef828037/width=450/5984235.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHM6C@D40#E31%n31hRl0Ms+%MR*}[ELxGxD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/317399", "modelId": 281945} \ No newline at end of file diff --git a/datasets/metadata/31750.json b/datasets/metadata/31750.json new file mode 100644 index 0000000000000000000000000000000000000000..932a0485be5835fa8dac60197d70fe42e137f50e --- /dev/null +++ b/datasets/metadata/31750.json @@ -0,0 +1 @@ +{"id": 31750, "index": 1, "name": "v3", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-30T07:19:11.472Z", "availability": "Public", "nsfwLevel": 5, "description": "Works better at 1 weight and has a less forced style. You may still prefer the old v2, try what works best for you. I felt compelled to publish it as my techniques have improved and I used the new min_snr_gamma.
", "trainedWords": ["gawr gura", "tail, shark tail", "blue hoodie, shark print, shark hair ornament", "hood, hood up"], "stats": {"downloadCount": 3225, "ratingCount": 371, "rating": 5, "thumbsUpCount": 371, "thumbsDownCount": 0}, "files": [{"id": 26196, "sizeKB": 2076076.623046875, "name": "gawr gura dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-30T14:26:48.053Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4744B78B", "AutoV2": "F4EE37878C", "SHA256": "F4EE37878CD65A31DA144EE5373C3E24BF9C5F5EA8C3515DEFB2B8A575D45378", "CRC32": "5EE37AB0", "BLAKE3": "E4EF17AB165246BCACBE576FAA771081EA0076C304B188D6A04D1C1474146F5E"}, "downloadUrl": "https://civitai.com/api/download/models/31750?type=Training%20Data"}, {"id": 26195, "sizeKB": 18608.5, "name": "gawr gura v3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-30T14:25:56.434Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "52BB02CA", "AutoV2": "E8CEB238FD", "SHA256": "E8CEB238FDDD662B3CAE559190B298A494E2B2C2293A660A880F83153FCCCD78", "CRC32": "61BED621", "BLAKE3": "05113C650C3C75769E6E23CCF34B85F176BCB2D5FE081D33DE2540398857F21E", "AutoV3": "6957B9908A83"}, "downloadUrl": "https://civitai.com/api/download/models/31750", "primary": true}], "images": [{"id": 361340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44770121-1a4a-439d-1f16-da9ce256de00/width=450/361340.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UVG*j2oK0KIUF|WX9Zt7~Bt6IUofI;V@W;NG", "type": "image"}, {"id": 361339, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15f772bd-73f9-42a7-68b1-5ba65ef33c00/width=450/361339.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UUHnmT-oM{IU~qxuV?xD?G-:IUoz%2ofWCbb", "type": "image"}, {"id": 361338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d816f20f-e2e3-48d8-d162-54d4d2371800/width=450/361338.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKE2:~of00Mx?G%LD*D%~BS4D%xuS4R*s9xZ", "type": "image"}, {"id": 361337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce3894f2-3f7e-4c9c-c8f6-d69930ad1f00/width=450/361337.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UHL#5]023D={0:-p9HaK+xxa-px]~qt7R.D*", "type": "image"}, {"id": 361335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a98855c-630c-46a0-48ee-dfc9c986ae00/width=450/361335.jpeg", "nsfwLevel": 1, "width": 2048, "height": 1164, "hash": "UbJRBdM}WB9G~Wxaayxt?vR*WCV[?vofjYWC", "type": "image"}, {"id": 361334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eefd9757-a2c2-43d1-f5dc-e0649bc07000/width=450/361334.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USHU,+4o00-=OnxaIUWs~VWBIoWFtRM{WAt8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/31750", "modelId": 20447} \ No newline at end of file diff --git a/datasets/metadata/317569.json b/datasets/metadata/317569.json new file mode 100644 index 0000000000000000000000000000000000000000..25aff2d87f197964a072da8e9923caf4a873a428 --- /dev/null +++ b/datasets/metadata/317569.json @@ -0,0 +1 @@ +{"id": 317569, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-28T14:03:53.085Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 399, "ratingCount": 70, "rating": 5, "thumbsUpCount": 100, "thumbsDownCount": 0}, "files": [{"id": 251170, "sizeKB": 22249.87109375, "name": "Lihua_Apothecary-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-28T14:05:51.997Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9CCEB993", "AutoV2": "DC2381DE42", "SHA256": "DC2381DE420080D6B98B6A8E34582C46D405D34F73D7389A0410027C42555D84", "CRC32": "4BA46B0A", "BLAKE3": "030B1F0CEE249683447D74B69237CE18ED1C6C2CF09075954F39B60CECDE4D65", "AutoV3": "FCB4385F1DEC"}, "downloadUrl": "https://civitai.com/api/download/models/317569", "primary": true}, {"id": 251171, "sizeKB": 54664.244140625, "name": "Lihua_Apothecary.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-28T14:05:48.270Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FBEAAC73", "AutoV2": "5266F2A3FE", "SHA256": "5266F2A3FECA20A48F7E10BCCA045C352816D96DECF9C38F2E5623DA87DD57EB", "CRC32": "2D15F9AC", "BLAKE3": "7E5BC34D5C561403124E0E895193AAD4A6BFBDE59A676CE26B4E521BE4735349"}, "downloadUrl": "https://civitai.com/api/download/models/317569?type=Training%20Data"}], "images": [{"id": 5983176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d01770b-2697-43b1-abb1-e27cbc1473dc/width=450/5983176.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJI}F=?Ixu-=}k-p-Pxu14s;^kxaEUxuIpWB", "type": "image"}, {"id": 5983177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/307f4651-0907-420e-8622-120070e1c06d/width=450/5983177.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJI}F=?Ixu-=}k-p-Pxu14s;^kxaEUxuIpWB", "type": "image"}, {"id": 5983495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f81ea20-c6c0-4755-8201-4909cb7a68ac/width=450/5983495.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UiJ*MInh%1t9~Aae-paxNaM{xGt6ItR*n~xu", "type": "image"}, {"id": 5983752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79c488ee-3faa-49f1-bcd9-79e037c6aca8/width=450/5983752.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJKA~YM|F{-pPC%2X-IU0-M{^*%M_49ZspS$", "type": "image"}, {"id": 5984008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5d11c09-efaf-4269-8ccd-89ccbd4bf39d/width=450/5984008.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGLWhm%fGG-q?wX5?HgM04EK~C-o.9xV=|I?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/317569", "modelId": 282112} \ No newline at end of file diff --git a/datasets/metadata/318237.json b/datasets/metadata/318237.json new file mode 100644 index 0000000000000000000000000000000000000000..d189a8aa14e6ceb5c89a7c6c9c9fa0f7d6f49c01 --- /dev/null +++ b/datasets/metadata/318237.json @@ -0,0 +1 @@ +{"id": 318237, "index": 0, "name": "Alkaid - For All Time", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-28T23:12:46.113Z", "availability": "Public", "nsfwLevel": 1, "description": "", "trainedWords": ["alkaid, 1boy, male focus, blonde hair, green eyes, long hair, hair between eyes, bangs"], "stats": {"downloadCount": 67, "ratingCount": 13, "rating": 5, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 251767, "sizeKB": 36979.5, "name": "alkaid.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-28T23:15:35.702Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "89D9085C", "AutoV2": "2280679DB7", "SHA256": "2280679DB7C6B543344B93E65751A777D65C82E695054E44FF2EC0D585DB36CF", "CRC32": "D0467AE8", "BLAKE3": "8BD34604C9FE205C7432B5342ED4C73929A23225ADC123AA43DE9765AC1184BD", "AutoV3": "C7ABF5D411CC"}, "downloadUrl": "https://civitai.com/api/download/models/318237", "primary": true}, {"id": 251768, "sizeKB": 86180.9306640625, "name": "alkaid.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-28T23:15:42.849Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EFBEA398", "AutoV2": "BBF49D99AA", "SHA256": "BBF49D99AA2219ACBAADF7D58861D62231CB1862E6F5C453F8AC0223F2B9554F", "CRC32": "C613951F", "BLAKE3": "CC3F97191DF5616CD6824045532DCBCEEF246E416B2AC5F05F80B3BF4EA3DCD6"}, "downloadUrl": "https://civitai.com/api/download/models/318237?type=Training%20Data"}], "images": [{"id": 6000532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0217430-a0b2-4f6e-83d3-411496a75d3b/width=450/6000532.jpeg", "nsfwLevel": 1, "width": 1360, "height": 2048, "hash": "UlK1ahrrIoo#~Vi_t7t7xtj]e.ofW=NGRiof", "type": "image"}, {"id": 6000529, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a4d0704-a991-4a86-994f-82aa31fe2cab/width=450/6000529.jpeg", "nsfwLevel": 1, "width": 680, "height": 1024, "hash": "UGIORr?cPC9Z~oD*0gt7IT9t9GnO-q-pnjni", "type": "image"}, {"id": 6000528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7be2f49-a3a5-4548-82f7-27c1c0ea4e4c/width=450/6000528.jpeg", "nsfwLevel": 1, "width": 1360, "height": 2048, "hash": "UMJ*F$~VKk9a==M_4;IpROo}RPM{9u-:adxu", "type": "image"}, {"id": 6000538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d5d7792-9e2a-4dfd-8d46-59a08660063d/width=450/6000538.jpeg", "nsfwLevel": 1, "width": 1360, "height": 2048, "hash": "UTK_B;_1pdtm~oVsW?o#tQs:xuW:%NWVbHoz", "type": "image"}, {"id": 6000537, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0f17a0b-452f-46f5-8509-bf9a4c23f4b9/width=450/6000537.jpeg", "nsfwLevel": 1, "width": 1360, "height": 2048, "hash": "UEGuan~W%%9Z=rV@00%NxU?a0KM{S$E1i{D*", "type": "image"}, {"id": 6000535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59d7a145-9ad3-4589-829b-78ae9f8dd497/width=450/6000535.jpeg", "nsfwLevel": 1, "width": 1360, "height": 2048, "hash": "UDH_MeNK4;?H}*oe02aJVr%M4p%M~qE1V@E1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/318237", "modelId": 282739} \ No newline at end of file diff --git a/datasets/metadata/318279.json b/datasets/metadata/318279.json new file mode 100644 index 0000000000000000000000000000000000000000..3a96ba700550f1a5100790f0b5f06b81047a9e88 --- /dev/null +++ b/datasets/metadata/318279.json @@ -0,0 +1 @@ +{"id": 318279, "index": 0, "name": "v1.0 ponyXL", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-01-28T23:47:47.805Z", "availability": "Public", "nsfwLevel": 25, "description": "Trained on ponyxl, same images as animaginexl version
", "trainedWords": ["melfina, long hair, light purple hair, blue eyes"], "stats": {"downloadCount": 170, "ratingCount": 12, "rating": 5, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 251801, "sizeKB": 223100.62890625, "name": "melfina-ponyxl-1-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-28T23:45:55.948Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "04CB744F", "AutoV2": "C312308694", "SHA256": "C31230869423EC1AD9D14B055B7BC0E39F49593EB743A46852512DC242BE33DF", "CRC32": "672938AF", "BLAKE3": "672F002B9066C7EDAACE3892D1629E693C7A37E663829DFC146A8E7F2F55ED05", "AutoV3": "23E0B0FF52EF"}, "downloadUrl": "https://civitai.com/api/download/models/318279", "primary": true}, {"id": 251800, "sizeKB": 102247.30859375, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-28T23:46:14.382Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D4974B3E", "AutoV2": "A59A21F12C", "SHA256": "A59A21F12CEF12D03E1D866C71067F2AA80B4403ACA4DDCA9A3B12B8951453B9", "CRC32": "DA52E505", "BLAKE3": "5E561C82418DC3C6CF2A8172615A97BFF936E134F6EE1BA49456A656B9086969"}, "downloadUrl": "https://civitai.com/api/download/models/318279?type=Training%20Data"}], "images": [{"id": 6001601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6624de72-584b-4097-8f41-5ddbfd65343c/width=450/6001601.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "UZI~45MyKi%MPEoct9RkI_oznkaeX8ogf4WV", "type": "image"}, {"id": 6001637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6f761be-e43e-4598-95b2-6a012747d890/width=450/6001637.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "URI~GSt8XdtQk]WYohoz%%kCRQWC%hfO-okC", "type": "image"}, {"id": 6001641, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c17ab433-6ea4-4277-8a46-1a6bd3a6bf9c/width=450/6001641.jpeg", "nsfwLevel": 8, "width": 1792, "height": 2304, "hash": "UiF%0,RPx]o}yGoIf+WYS4t7oJadIVbcWBn$", "type": "image"}, {"id": 6001643, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b761e0b-17fa-46df-a23b-bf16fe83eaf4/width=450/6001643.jpeg", "nsfwLevel": 16, "width": 1792, "height": 2304, "hash": "UnF?Ipt8tkbb%jofW?j]S%WUjHj]R*WBbEWB", "type": "image"}, {"id": 6001687, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98d367f5-e693-40b2-a60b-0f855350dd66/width=450/6001687.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "UXIq+Q-:s*sp?wX8aeoeOZR+xakBo}M|t3R+", "type": "image"}, {"id": 6001704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7c38272-5955-4d58-8b6d-f55cf23cf5c0/width=450/6001704.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "UZI#lnD+f3kB%%V@V[R+E,xZ%0ahtRtRs,t5", "type": "image"}, {"id": 6001706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cc1f7da-339c-4bd3-b39e-23418a809e5d/width=450/6001706.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "UaIX{q-ptQNH%%WXXAfkOts.s:t6OGRkRjWX", "type": "image"}, {"id": 6001710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e91e2c3-15ee-4dbb-b60e-c0be65671940/width=450/6001710.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "UiJI9NNGW9x]t:xat7R+JWj@xbWBxvR%t5xa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/318279", "modelId": 218479} \ No newline at end of file diff --git a/datasets/metadata/318469.json b/datasets/metadata/318469.json new file mode 100644 index 0000000000000000000000000000000000000000..382505dc53b4d996289552eb5c02b5969d85bc2d --- /dev/null +++ b/datasets/metadata/318469.json @@ -0,0 +1 @@ +{"id": 318469, "index": 1, "name": "Virginia Maxwell", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-29T02:16:24.211Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["virginia, 1girl, weapon, gun, revolver, brown hair, hairband, ribbon, gloves, braid, smile, red hairband, belt, long hair, handgun, bow, holding, dual wielding, white gloves, purple dress,"], "stats": {"downloadCount": 80, "ratingCount": 3, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 251941, "sizeKB": 36977.5078125, "name": "virginia-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-29T02:15:50.590Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "28C9C455", "AutoV2": "A63CC7898C", "SHA256": "A63CC7898C5A81662502F71519E1330AA682DCA04AB13F7521DFD26B9D2A6C0D", "CRC32": "6AACF89D", "BLAKE3": "CB85A4C2E609D0E7ABB89FD20A9F53366F9A9254FDF1C92710B1BEAB529F7248", "AutoV3": "D45133C74A8E"}, "downloadUrl": "https://civitai.com/api/download/models/318469", "primary": true}, {"id": 251942, "sizeKB": 70181.53125, "name": "virginia.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-29T02:20:45.814Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2C1E4223", "AutoV2": "FD7BAA3E68", "SHA256": "FD7BAA3E687B76425FD06E139655CBE70AA32392396C7023FD6D3670EF870AF9", "CRC32": "03283BD0", "BLAKE3": "BCCA88C74EF50DD432373BD94BB3E07CD7632AD8C36CAA7DB6A9C14B327C5FF5"}, "downloadUrl": "https://civitai.com/api/download/models/318469?type=Training%20Data"}], "images": [{"id": 6005472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84709ebb-a644-46e5-8c8a-f37789adb81b/width=450/6005472.jpeg", "nsfwLevel": 1, "width": 1360, "height": 2048, "hash": "UJHw=k?I%i?H~V?b-qt6ITs:xuR-oPV[IA%M", "type": "image"}, {"id": 6005478, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88e13bdf-0a0c-4932-97f7-5d894e3842f8/width=450/6005478.jpeg", "nsfwLevel": 1, "width": 1360, "height": 2048, "hash": "UTKmLZxvSwsn~oxtxVxskSkWX9oL-oWB%1Ip", "type": "image"}, {"id": 6005482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/794c1bac-ebd2-4b59-8cbd-eab40b0a07e9/width=450/6005482.jpeg", "nsfwLevel": 1, "width": 1360, "height": 2048, "hash": "UOG*Zx5RocV@~VM{WBNHX4RjkDof%Ln%%1af", "type": "image"}, {"id": 6005481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35a3243a-fee7-4ce5-b4f1-c91e86690d81/width=450/6005481.jpeg", "nsfwLevel": 1, "width": 1360, "height": 2048, "hash": "UQJHXN~V~prq_M%LOs$f9uNGIpRPX9xu%1oI", "type": "image"}, {"id": 6005480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/167ee2bb-2071-4da7-86c6-74e976bdd7fd/width=450/6005480.jpeg", "nsfwLevel": 1, "width": 1360, "height": 2048, "hash": "UKHnc|K5~VK5_MX9S~xZf*NIj]xFt6oyflxt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/318469", "modelId": 199429} \ No newline at end of file diff --git a/datasets/metadata/318550.json b/datasets/metadata/318550.json new file mode 100644 index 0000000000000000000000000000000000000000..a4b59efbe0aae867ada00135dbbb8252c4e029e7 --- /dev/null +++ b/datasets/metadata/318550.json @@ -0,0 +1 @@ +{"id": 318550, "index": 0, "name": "Virginia Maxwell 1.3", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-29T03:46:21.503Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["virginia, 1girl, brown hair, hairband, ribbon, gloves, braid, smile, red hairband, belt, long hair, bow, white gloves, purple dress, braid,"], "stats": {"downloadCount": 275, "ratingCount": 30, "rating": 5, "thumbsUpCount": 36, "thumbsDownCount": 0}, "files": [{"id": 252020, "sizeKB": 70181.53125, "name": "virginia.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-29T03:45:57.111Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2C1E4223", "AutoV2": "FD7BAA3E68", "SHA256": "FD7BAA3E687B76425FD06E139655CBE70AA32392396C7023FD6D3670EF870AF9", "CRC32": "03283BD0", "BLAKE3": "BCCA88C74EF50DD432373BD94BB3E07CD7632AD8C36CAA7DB6A9C14B327C5FF5"}, "downloadUrl": "https://civitai.com/api/download/models/318550?type=Training%20Data"}, {"id": 252019, "sizeKB": 36977.5078125, "name": "virginia-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-29T03:45:50.103Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AF2FB759", "AutoV2": "33B31EB9D0", "SHA256": "33B31EB9D02E0EA70C4747DD51D20E4A63D94B9AAA438AFF9B546C9AE1D00A2F", "CRC32": "A1E69757", "BLAKE3": "83BE73416667BC34E55B9B95722C4B98D18A2EEF9B5B426F5C55695D4A7978C1", "AutoV3": "3FD6FE7C3E39"}, "downloadUrl": "https://civitai.com/api/download/models/318550", "primary": true}], "images": [{"id": 6007189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db26719c-5fdc-4e61-9510-2f33f7614c91/width=450/6007189.jpeg", "nsfwLevel": 1, "width": 1360, "height": 2048, "hash": "UOF$Iwbw.m#llUx]Otrqo~kXo|xZgOt7xHoc", "type": "image"}, {"id": 6007190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0befc99f-8edd-4578-a0f2-4c63aac3124d/width=450/6007190.jpeg", "nsfwLevel": 1, "width": 1360, "height": 2048, "hash": "U8DlZxI[KkX.?ws:9vOs0LI9T0NHNKrq%2R.", "type": "image"}, {"id": 6007192, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3bfb64e1-baa3-43db-8f0e-302c8ce2243e/width=450/6007192.jpeg", "nsfwLevel": 1, "width": 1360, "height": 2048, "hash": "UTI#Jw?b~pnO_4NHI@I9Xn%LXTVrpJ%Lozi_", "type": "image"}, {"id": 6007193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56c9fc5b-f0e6-450d-9fcd-3acaaafa5def/width=450/6007193.jpeg", "nsfwLevel": 1, "width": 1360, "height": 2048, "hash": "UAELmbgP~W?cNhxG0#$*D%E2-pWBOa-pNHV@", "type": "image"}, {"id": 6007191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4a5a91b-df34-4add-bf50-9d3a4802f2a7/width=450/6007191.jpeg", "nsfwLevel": 1, "width": 1360, "height": 2048, "hash": "U6CizN+@.09tIZ}m0hRPv|E1V]NzD%%M;_-=", "type": "image"}, {"id": 6007194, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/651b49f4-30a8-4040-9ac3-cc8b9035fc46/width=450/6007194.jpeg", "nsfwLevel": 1, "width": 1360, "height": 2048, "hash": "UDFrCn.8.T-p%%SjK7WE0MIUbxNGNL-mjrt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/318550", "modelId": 199429} \ No newline at end of file diff --git a/datasets/metadata/318554.json b/datasets/metadata/318554.json new file mode 100644 index 0000000000000000000000000000000000000000..eb9e53a39fef54d97cf7c394ad3185398b1ba753 --- /dev/null +++ b/datasets/metadata/318554.json @@ -0,0 +1 @@ +{"id": 318554, "index": 0, "name": "Popful Mail SD 1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-30T05:48:11.243Z", "availability": "Public", "nsfwLevel": 28, "description": "This is version 0.5
", "trainedWords": ["PFM"], "stats": {"downloadCount": 183, "ratingCount": 28, "rating": 5, "thumbsUpCount": 46, "thumbsDownCount": 0}, "files": [{"id": 252014, "sizeKB": 39373.9775390625, "name": "318554_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-30T03:50:53.256Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C4D076E1", "AutoV2": "7A702C6916", "SHA256": "7A702C6916BAE14359AC34487F7C5475C166D30B305BE8A4DB270031047ADF0E", "CRC32": "C203C151", "BLAKE3": "3B0FC7880E7A43CF0D0A2081137C67565091227BD94176B82AA0FE86D05BDFAE"}, "downloadUrl": "https://civitai.com/api/download/models/318554?type=Training%20Data"}, {"id": 253370, "sizeKB": 36987.78125, "name": "Popful_Mail_SD_1.5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-30T05:45:41.644Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "44241C45", "AutoV2": "415CE9FB30", "SHA256": "415CE9FB30BB838C34B7174E9BBBE54A2D93A55946A88E9D7E18171BBCB3EA7E", "CRC32": "8A7DFABE", "BLAKE3": "7C6CD2B9078C7EF4487508D34952F0115C098E8F1CE13855223B04882D9051E6", "AutoV3": "58E4810F6454"}, "downloadUrl": "https://civitai.com/api/download/models/318554", "primary": true}], "images": [{"id": 6049305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81f6eef9-d3f5-4d5a-af8e-b7518e215fbf/width=450/6049305.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U8DIg[~V000201D*^*^*xt-oW=9utRayE1Wr", "type": "image"}, {"id": 6049309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f47255ce-6ec3-4817-86a1-109cb354e079/width=450/6049309.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFFEcf~A0fV{4:M|-:xt.7xuEMEMI=IpRj%2", "type": "image"}, {"id": 6049289, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7eb6181-19ab-4306-a373-3ee2fe1d4672/width=450/6049289.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UGEB:K~W0z0g4o9Zw^={Sht6xuOXtRxuNGIo", "type": "image"}, {"id": 6049286, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6234d3a4-6731-4ebc-9d34-b652036d85cc/width=450/6049286.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UBELHZ^*000f00D*~VtkyCtQIVwIJ7%2rrRj", "type": "image"}, {"id": 6049284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51db6526-89c8-4c7f-920e-bb52b2969580/width=450/6049284.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UCGQ,{^+01IU9bWE~V-pO@jbr@EMEMIpIoM|", "type": "image"}, {"id": 6049283, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ae02ecd-a00d-4287-b5d2-c43597c11c6b/width=450/6049283.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UBEefL~A01Iq5YM|^%%Lo~t7NvIptmRkMxxa", "type": "image"}, {"id": 6049287, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f743563-9811-46f5-b248-9604aafc667d/width=450/6049287.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UBC=_2~B000L0fD*?H^k9txG-pNao|xaD*Io", "type": "image"}, {"id": 6049285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b535dd25-8d82-4ac4-babc-c9e501c4a996/width=450/6049285.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UBExeQ%M009a0MIp~V?GEhn%-oJApIxuD%M{", "type": "image"}, {"id": 6049290, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a772605-9a66-4a57-8334-b82c8fcd3e64/width=450/6049290.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U6B.$Hjb00570#EM~B~BE2%2s:IVELxtM|IV", "type": "image"}, {"id": 6049288, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59fb15d6-d0a8-4dd6-ab91-8c16e25fce83/width=450/6049288.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UKF=5a~W0f4:D%Io%L%1O?t7aeNGyD%2NGRj", "type": "image"}, {"id": 6049300, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cc991a2-7ac9-4b73-8e49-a8b473a2a631/width=450/6049300.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UAB.y89v02^i0#of~BNHI;fkxZWCS~s,RQR*", "type": "image"}, {"id": 6049302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/defbfe1f-0972-4a28-8495-e04c35771a4d/width=450/6049302.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UBDk[N~B0LEO0gIo^j-UozxZogNHyDofMyWY", "type": "image"}, {"id": 6070373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01ec9f6f-8a15-492b-a0df-daa76673e01b/width=450/6070373.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UIFYP;%h68?b01x]Orof0eD%-VM{~VtRM{WA", "type": "image"}, {"id": 6070372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cce692fa-b6a2-4407-abf8-ebf31b44dd77/width=450/6070372.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UCFr6R.90h%#009ur=xZ01wb?ZIU~pS$Rox]", "type": "image"}, {"id": 6070374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e019f5ae-cdce-4431-b4b6-3135b8c9c44b/width=450/6070374.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UTJRdSxu*Jt718g3X.WCx_RPI]kCnToMVtae", "type": "image"}, {"id": 6070371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80e31427-d3f9-4764-a0cd-94e2c0880214/width=450/6070371.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UGG[vUxZ1Q#k00D*$ekCD%%1wIR+_NtRIqS$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/318554", "modelId": 283027} \ No newline at end of file diff --git a/datasets/metadata/319003.json b/datasets/metadata/319003.json new file mode 100644 index 0000000000000000000000000000000000000000..c09e5321c52ac5832b08c829c6f7970ea885ba06 --- /dev/null +++ b/datasets/metadata/319003.json @@ -0,0 +1 @@ +{"id": 319003, "index": 0, "name": "CassidyO", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-29T12:26:37.059Z", "availability": "Public", "nsfwLevel": 28, "description": "This is a model that applies to your scripts, resulting in a 21yo girl from Israel, very cute with braids, blue eyes, delicate and gorgeous face.
", "trainedWords": ["CassidyO"], "stats": {"downloadCount": 125, "ratingCount": 1, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 252380, "sizeKB": 36978.234375, "name": "CassidyO-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-29T12:26:02.969Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "70D4A853", "AutoV2": "C62CD41FDF", "SHA256": "C62CD41FDF716C3347B79D024CF588E9EF65884F932363479FECD1D4AB384D30", "CRC32": "D3043807", "BLAKE3": "3E16FC9C3BE19CF3E756DD57C3100BC759FA239AA77AACA7BCCFAB38CC5B9E62", "AutoV3": "4BE2B791758C"}, "downloadUrl": "https://civitai.com/api/download/models/319003", "primary": true}, {"id": 296368, "sizeKB": 3895.78515625, "name": "319003_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-02T13:20:52.350Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A4FE77D9", "AutoV2": "CC07D6509B", "SHA256": "CC07D6509BD7E933A24D4D2E037B722E80FFBB715201D0DAE5A21F7CFA6B67DB", "CRC32": "CD6405AD", "BLAKE3": "F248FDF3B2F9A228DBFD790986A3526CE769B967508F2BBCB682EAB6F7EE75F7"}, "downloadUrl": "https://civitai.com/api/download/models/319003?type=Training%20Data"}], "images": [{"id": 7395157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd772e2a-d48c-4f14-9be9-a0a2e251ee91/width=450/7395157.jpeg", "nsfwLevel": 1, "width": 700, "height": 1024, "hash": "U8HK^F00TS4.?t9G-;E1T}00D,xbtN4n%N^*", "type": "image"}, {"id": 7395154, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f3d93f5-219b-4822-989d-3cf08e2a9395/width=450/7395154.jpeg", "nsfwLevel": 1, "width": 700, "height": 1024, "hash": "UEFrY8~p5Q9Z9FM{oJ%1pJt8sD%Mosxs-:-o", "type": "image"}, {"id": 7395156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b172f70-6254-4794-a5d4-240f9a4bf122/width=450/7395156.jpeg", "nsfwLevel": 1, "width": 700, "height": 1024, "hash": "UBEy0sxu01?b0056^+~WSh$$VY9GE1-;%3E1", "type": "image"}, {"id": 7395160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0665f759-b99b-4237-8407-a466d507fc07/width=450/7395160.jpeg", "nsfwLevel": 2, "width": 700, "height": 1024, "hash": "U8F~N-0001~q00WB-:IoEix]-A%19YtRt8E2", "type": "image"}, {"id": 7395155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80fd1cfb-cc05-4d8f-9b0f-182607d3d547/width=450/7395155.jpeg", "nsfwLevel": 1, "width": 700, "height": 1024, "hash": "UDG8it9a5PbI~VM|s,bIAcR+o#ofxVR*-pxu", "type": "image"}, {"id": 7395158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4ac7195-6b76-40df-a06e-376d7531666f/width=450/7395158.jpeg", "nsfwLevel": 1, "width": 700, "height": 1024, "hash": "U8HBVf00Xv4.?t9H-;E1YR00Dmxbti4n%N^*", "type": "image"}, {"id": 7395159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95b9f300-68db-48b6-86f5-90303acdce36/width=450/7395159.jpeg", "nsfwLevel": 1, "width": 700, "height": 1024, "hash": "UCG8l-IU57-;=p0f$y_3~qNL$Ls:-ojYxuN{", "type": "image"}, {"id": 7395163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e69e290c-a7f3-427e-9392-41bfd36f5a9c/width=450/7395163.jpeg", "nsfwLevel": 1, "width": 700, "height": 1024, "hash": "UKFh*M-nOr~WxW-:-:Rjxu-p$ioft6-oofSO", "type": "image"}, {"id": 7395162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e47ce372-64a8-4d6f-b4c1-c401e5c540b2/width=450/7395162.jpeg", "nsfwLevel": 1, "width": 700, "height": 1024, "hash": "UGHK^ME1AutR-;RP~WIU5SIU%NM{0LD%M|aK", "type": "image"}, {"id": 7395161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09720067-6264-43f5-8bd8-33567f5dd446/width=450/7395161.jpeg", "nsfwLevel": 1, "width": 700, "height": 1024, "hash": "UWEoiG~pkrR*ae%L-p%2tRbHWWfRD%IoWBf7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/319003", "modelId": 283451} \ No newline at end of file diff --git a/datasets/metadata/319397.json b/datasets/metadata/319397.json new file mode 100644 index 0000000000000000000000000000000000000000..ae173f2b13e7263f3d10dcc6125410fe71e45306 --- /dev/null +++ b/datasets/metadata/319397.json @@ -0,0 +1 @@ +{"id": 319397, "index": 0, "name": "Captain Commando", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-29T17:26:38.519Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["captain, armor, spiked hair, short hair, mechanical arms, power lines, blue gloves, gauntlets, 1boy, male focus, blonde hair, sunglasses, closed mouth, star \\(symbol\\), boots, belt, pants, star print, blue pants, gloves"], "stats": {"downloadCount": 107, "ratingCount": 22, "rating": 5, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 252699, "sizeKB": 36978.0703125, "name": "captain.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-29T17:31:01.235Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8C6F6B41", "AutoV2": "5C893198F1", "SHA256": "5C893198F157CB2A49D42A4446E566CC78C8ED41EB6DB4EBCF8AB589E2C53805", "CRC32": "B64F281E", "BLAKE3": "3C4C3A566123C59289DEABBBAEC6F1D5D69DE9AD45A7CCD45FE9ADE5FF3C48BE", "AutoV3": "E554148DD4F8"}, "downloadUrl": "https://civitai.com/api/download/models/319397", "primary": true}, {"id": 252698, "sizeKB": 42522.021484375, "name": "captain.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-29T17:31:02.681Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9C1F285F", "AutoV2": "6AB0EB37E6", "SHA256": "6AB0EB37E670799854056B84B4A6481C2C7AA0E188F9F72C80A0C76B2A23BCE7", "CRC32": "9EDB528B", "BLAKE3": "58248EA9153DD1C3A229F1268E237DBD5EC793D9DC5C2C03ED83F0ACE8FC398B"}, "downloadUrl": "https://civitai.com/api/download/models/319397?type=Training%20Data"}], "images": [{"id": 6027387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce342837-bbf4-4e5c-be09-2a3e3b185204/width=450/6027387.jpeg", "nsfwLevel": 1, "width": 1360, "height": 2048, "hash": "UFEL:I~WxbMzOHWC9#EO00IoEMS$VYWA^$-o", "type": "image"}, {"id": 6027400, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b9fd5b1-b624-4f04-a459-c4ab405abb18/width=450/6027400.jpeg", "nsfwLevel": 1, "width": 1360, "height": 2048, "hash": "UQHeRj~UjEM{-=$$xYg5E1nhOt%L9$s,-Tt8", "type": "image"}, {"id": 6027388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05306709-5cba-4c2d-a95e-c67479dd1dd6/width=450/6027388.jpeg", "nsfwLevel": 1, "width": 1360, "height": 2048, "hash": "UGFrn@-o%K0f9D9FM|S501r;~A?G9}S59wWZ", "type": "image"}, {"id": 6027389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6acf4a1d-b8b1-4da4-a7dd-e96efb62c6d9/width=450/6027389.jpeg", "nsfwLevel": 1, "width": 1360, "height": 2048, "hash": "UAEe[Z.A4-^*tTNL0O=s0056ElRO4nIq~T$}", "type": "image"}, {"id": 6027390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/416268e7-94b3-444d-b649-faf9312f0b0d/width=450/6027390.jpeg", "nsfwLevel": 1, "width": 1360, "height": 2048, "hash": "UCEo*|TfDz$f~REl0Oah54-;I]i^I;?Z~pnP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/319397", "modelId": 283819} \ No newline at end of file diff --git a/datasets/metadata/319435.json b/datasets/metadata/319435.json new file mode 100644 index 0000000000000000000000000000000000000000..ba0ea855ec8ab661059f942c97184010ab993f32 --- /dev/null +++ b/datasets/metadata/319435.json @@ -0,0 +1 @@ +{"id": 319435, "index": 0, "name": "La nuit de Tour Eiffel style (1889)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-29T18:42:32.111Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 79, "ratingCount": 9, "rating": 5, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 252739, "sizeKB": 225.0732421875, "name": "319435_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-29T18:20:51.140Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "25CF356085", "SHA256": "25CF35608521D08AC7BFD8A5F5E16D1315099331CDFB45C8DB1593D5955D35CB", "CRC32": "0FD55E5A", "BLAKE3": "7469286B921BD5A33B040BEB37FBF523B45942009180634AECD903AD91326DF1"}, "downloadUrl": "https://civitai.com/api/download/models/319435?type=Training%20Data"}, {"id": 252751, "sizeKB": 36977.421875, "name": "La_nuit_de_Tour_Eiffel_style_1889-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-29T18:36:34.122Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CDC7EDFD", "AutoV2": "1A42525365", "SHA256": "1A42525365B1CFEDD4AA6CCDBA1ADC8798654DE6FB6D3341872BD9B2B06EAB12", "CRC32": "50FC7A1D", "BLAKE3": "EFAA0ED8407CD52CE51B33ECCB710B21671F5A4A7E860D15D279559EC5073011", "AutoV3": "E8825E8041DE"}, "downloadUrl": "https://civitai.com/api/download/models/319435", "primary": true}], "images": [{"id": 6030217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/777b53f4-2734-4493-8438-77d6ee80fb95/width=450/6030217.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6BV%|].VtF0.75SNajZJ6Xlt5rr}?,pjFSh", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/319435", "modelId": 283858} \ No newline at end of file diff --git a/datasets/metadata/319592.json b/datasets/metadata/319592.json new file mode 100644 index 0000000000000000000000000000000000000000..007d6cf174b0d608d5d8b4bf823265964abed6d7 --- /dev/null +++ b/datasets/metadata/319592.json @@ -0,0 +1 @@ +{"id": 319592, "index": 2, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-29T20:25:36.774Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["4smrGl0w"], "stats": {"downloadCount": 287, "ratingCount": 28, "rating": 5, "thumbsUpCount": 44, "thumbsDownCount": 0}, "files": [{"id": 252859, "sizeKB": 73843.71875, "name": "4smrGl0w.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-29T20:26:25.896Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "78EBB3E0", "AutoV2": "553A13466F", "SHA256": "553A13466FEC624810CED3651B47D27A474FE9BA298837B6558CC96B666BCF56", "CRC32": "0402B033", "BLAKE3": "702147FEC77287560FAC950410BEFB7A17B5B58A228F4BBB5FF05D9CAA920A1C", "AutoV3": "9764138FE134"}, "downloadUrl": "https://civitai.com/api/download/models/319592", "primary": true}, {"id": 253014, "sizeKB": 26866.583984375, "name": "4smrGl0w.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-29T22:35:48.078Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DA9B531D", "AutoV2": "A5326EFDE6", "SHA256": "A5326EFDE6A06E407FDDF10090CD6C96C502F06E18EEE8C814369BB404D321AB", "CRC32": "EBEF230F", "BLAKE3": "E7F28FD59F201357BBA8B3A671EA6C60303DF6A2411215F7FA71197AA14F2686"}, "downloadUrl": "https://civitai.com/api/download/models/319592?type=Training%20Data"}], "images": [{"id": 6033362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e04d0c41-6b60-4cfb-a690-aab75d189b8a/width=450/6033362.jpeg", "nsfwLevel": 1, "width": 680, "height": 848, "hash": "UACFbRD%xW^j0f~A%L56-:9bso%ME3kCR,s:", "type": "image"}, {"id": 6033358, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bd6bb8e-bcc5-4652-bf4f-d33d23c5aa68/width=450/6033358.jpeg", "nsfwLevel": 1, "width": 680, "height": 848, "hash": "U3B2}nwI00kT01pI_2572v57-pxt0J^3~V={", "type": "image"}, {"id": 6033359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a9a5cdb-9b72-487a-9936-c41e7af9805a/width=450/6033359.jpeg", "nsfwLevel": 2, "width": 680, "height": 848, "hash": "U9A].~RjIns:%gWBM{R+~pNG9Gt7%LWAM{xt", "type": "image"}, {"id": 6033360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/298e84d7-3a83-4ec6-82fb-1b597d2d2205/width=450/6033360.jpeg", "nsfwLevel": 1, "width": 680, "height": 848, "hash": "UAEoGK%1D$V?01S5IqX9-=S$%3Rj},$%?at6", "type": "image"}, {"id": 6033361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0aadc81d-bb99-4c29-8202-b82bac9747f3/width=450/6033361.jpeg", "nsfwLevel": 1, "width": 680, "height": 848, "hash": "UBDlTVI:OA~V4n?GNFD%tmIU$iIp0eo#-qae", "type": "image"}, {"id": 6033376, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1323ef58-5f5a-4a43-aedd-2f8c8f45807b/width=450/6033376.jpeg", "nsfwLevel": 1, "width": 680, "height": 848, "hash": "U4B3HG^+0LWY^+~V?G0LS~9aIBn~569uxb%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/319592", "modelId": 284004} \ No newline at end of file diff --git a/datasets/metadata/319792.json b/datasets/metadata/319792.json new file mode 100644 index 0000000000000000000000000000000000000000..2804d8cc322fd7c393c691d29684927228557704 --- /dev/null +++ b/datasets/metadata/319792.json @@ -0,0 +1 @@ +{"id": 319792, "index": 1, "name": "SSC v1 (SD 1.5)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-29T22:57:59.159Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": ["SaggySlimXL"], "stats": {"downloadCount": 210, "ratingCount": 19, "rating": 5, "thumbsUpCount": 30, "thumbsDownCount": 0}, "files": [{"id": 387481, "sizeKB": 277821.083984375, "name": "Saggy Slim_training_data (2).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T04:41:29.906Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B7A873D0", "AutoV2": "FA6825E9E5", "SHA256": "FA6825E9E59F81FE06B08675246F2767C68564ED972BC29AC8B3E85F3F8CA814", "CRC32": "6DF19452", "BLAKE3": "75E6D069C1CC697E949DEE58D9710C73655F18B4F5FB17B945D2285F179CA43E"}, "downloadUrl": "https://civitai.com/api/download/models/319792?type=Training%20Data"}, {"id": 253033, "sizeKB": 36990.03125, "name": "SaggySlim_clothed_1.5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-29T23:00:49.685Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0F146F20", "AutoV2": "ED0CFCA7EC", "SHA256": "ED0CFCA7EC1C90B43D16C8227EA40CF3350774296F461A76E1F95CB815D09148", "CRC32": "4E788008", "BLAKE3": "8382D36970A3C55FE67ED229BD63D453F71EEF05C529553D3DBC335BDA5F83A5", "AutoV3": "79B3F204F37B"}, "downloadUrl": "https://civitai.com/api/download/models/319792", "primary": true}], "images": [{"id": 6038960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1131e47-3912-4725-91de-675e8d8fa1b7/width=450/6038960.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UAFh#I-p000f~pM{02-p?GxtIVE2%M%1E29a", "type": "image"}, {"id": 6038958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a86f08a4-1013-4043-be1f-10bef2a1b981/width=450/6038958.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UUEo*??bT0xa~q-;t7of-;ofWBt7bctRoeof", "type": "image"}, {"id": 6038962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9547b256-8b9b-449c-9c9b-f5dfb684fb7e/width=450/6038962.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "USFG2yxZpI%LysayxuWBE2M|M{aytRjYs.ay", "type": "image"}, {"id": 6038961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f302344-49fb-4a8b-bcc0-7699a41cae15/width=450/6038961.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UuLqz,s..TxtOtOFWDWBo}V@sloJI?i_R*WW", "type": "image"}, {"id": 10746725, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d93b9b4-0875-41f9-8273-e1a6b1f84edb/width=450/10746725.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UbFYr%%MELM{~qofIoR*%2f6M{WBkWWVe.t6", "type": "image"}, {"id": 10746727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59bd89c7-7fce-44b1-b7c4-1b9c8d4c4e63/width=450/10746727.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UPH-*{~WyXo~~pWW-:oKkWM|xZjY-oo0IpNH", "type": "image"}, {"id": 10746722, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96097318-0f28-4611-9f65-27b353521193/width=450/10746722.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U9Fhw[K0~n%K0~$+5RkD,_xIa7NH?HSw%LW.", "type": "image"}, {"id": 10746983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f4ca982-7b64-4ca6-a4dc-26dbe010c3f4/width=450/10746983.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UfH2H1-p%NIU_NtR%MM{W=xa%2ayRjRjNGWC", "type": "image"}, {"id": 10746899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d6d440b-b122-45d8-a7df-0433bdf491ed/width=450/10746899.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UWGIcZ~pRhng-nt6R.R-w]Rj-q%M-;xbV?Rj", "type": "image"}, {"id": 10746900, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8087788a-d9ed-46ae-ae32-97c03ea55644/width=450/10746900.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UVL4A~_N%#R+o}%g-os:NIozslfk%1aeR+Rk", "type": "image"}, {"id": 10746901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8126226a-116e-4e2c-b4d9-173c60448b9a/width=450/10746901.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UWGRxO~ppbxuXNxtOYs;bDadjHn,xuR+n%n$", "type": "image"}, {"id": 10746963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/315c2100-3ec6-496e-8af1-03dbb24070b6/width=450/10746963.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UhK^{Xt6_Nbb_Na~.8t7D%Rjxaaxt7t7Rjay", "type": "image"}, {"id": 10747088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd612fa4-6f35-47b2-ab1c-27372e0e9aab/width=450/10747088.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U2ASi5WB00^i_3xYv1Nd0=WB01Ne08I;v}s:", "type": "image"}, {"id": 10747085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78e9f297-3708-4366-bcbe-e201d2c5a229/width=450/10747085.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U4CF9b}?000g?sI;:*=w0%airDEM02NdXTR*", "type": "image"}, {"id": 10747087, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5157681e-1107-4ac1-8008-9ccf6bdc32af/width=450/10747087.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U58Wme9a00~V0g%1xaRkEMR*={Rj~VoJ0Loz", "type": "image"}, {"id": 10747086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a77827c-3b30-4bb8-a074-e8013e2f55fb/width=450/10747086.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "U8G8AoI:K,9v*^T0+FEk01RP~BIo-X%L58X9", "type": "image"}, {"id": 10747084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/224d3e59-4104-4015-8427-67c24d9b42bd/width=450/10747084.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U6COt30#02}?^i585S={4o^j={9v02-oxtE3", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/319792", "modelId": 265071} \ No newline at end of file diff --git a/datasets/metadata/320338.json b/datasets/metadata/320338.json new file mode 100644 index 0000000000000000000000000000000000000000..da20114a2ae9748a3432722454913f04195a014a --- /dev/null +++ b/datasets/metadata/320338.json @@ -0,0 +1 @@ +{"id": 320338, "index": 0, "name": "Nude Goddess City 1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-30T10:44:07.613Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 369, "ratingCount": 29, "rating": 5, "thumbsUpCount": 44, "thumbsDownCount": 0}, "files": [{"id": 253459, "sizeKB": 3644.138671875, "name": "320338_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-30T07:46:22.294Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9EC1C9F7", "AutoV2": "80752B5B9F", "SHA256": "80752B5B9FBD39DA895EA8686F16A9FB23F9DA9D609B8429A9963A41EC6031BE", "CRC32": "7103DCF7", "BLAKE3": "84F1AC6EE9ECA76D621D25FA98168469F89F0AFC31D7E54C2FE7E64382FEB72E"}, "downloadUrl": "https://civitai.com/api/download/models/320338?type=Training%20Data"}, {"id": 253613, "sizeKB": 36978.6171875, "name": "Nude_Goddess_City_1-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-30T10:46:14.639Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0414EC79", "AutoV2": "C224C033B1", "SHA256": "C224C033B19FE23CE5C37C0FC388EBD0A381BF590812034CF2801419BCF870DD", "CRC32": "79D17A15", "BLAKE3": "A0274A3506989C3F910BB3FB2B8B642079D7998160744A9D6E635195DA9A19CA", "AutoV3": "9551D4DD3D2A"}, "downloadUrl": "https://civitai.com/api/download/models/320338", "primary": true}], "images": [{"id": 6057586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8df56b3e-116a-48f5-a893-df75a83ed4e9/width=450/6057586.jpeg", "nsfwLevel": 4, "width": 450, "height": 675, "hash": "UBKT=300Lg_2Cl00?bfR8_.7^*o3E29Z-;E1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/320338", "modelId": 284716} \ No newline at end of file diff --git a/datasets/metadata/32052.json b/datasets/metadata/32052.json new file mode 100644 index 0000000000000000000000000000000000000000..28348330c05438f66ebf0c3fc63b6a6980627ae7 --- /dev/null +++ b/datasets/metadata/32052.json @@ -0,0 +1 @@ +{"id": 32052, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-30T16:44:17.543Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["ranmachan", "red_hair", "single_braid"], "stats": {"downloadCount": 673, "ratingCount": 110, "rating": 5, "thumbsUpCount": 112, "thumbsDownCount": 0}, "files": [{"id": 26423, "sizeKB": 86766.5107421875, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-30T16:45:57.198Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0FA9D57C", "AutoV2": "2EC8C5145E", "SHA256": "2EC8C5145EF7CD9D8D8D5BB2E23689C6D6564EC88F2929CB700FA35F1BA90FBA", "CRC32": "237E67D0", "BLAKE3": "145B555DCD0F488B63D70B0EC3B9B652A20726A2A5CB32BDC675AD0FB1DB323C"}, "downloadUrl": "https://civitai.com/api/download/models/32052?type=Training%20Data"}, {"id": 26422, "sizeKB": 73861.9462890625, "name": "RanmaChan.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-30T16:45:57.682Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "7955CADD", "AutoV2": "D5A294B2E9", "SHA256": "D5A294B2E96A071875674D6AA03D9E679E992DE5A574060770B81EAF2D44B2B9", "CRC32": "C4630AD6", "BLAKE3": "A43C2EAC95BFB3BBCC99FEE200B76C8E7EFC971008B220F7D1A393855F25C18B", "AutoV3": "2D1057AF4EA8"}, "downloadUrl": "https://civitai.com/api/download/models/32052", "primary": true}], "images": [{"id": 364676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc6d278d-f2a2-433d-fbc4-f68c389ec600/width=450/364676.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFKJC?r?Lrtjtjs;MyNFXRV[V^tjIBnOx]Xm", "type": "image"}, {"id": 364684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1007f300-7842-4536-eb90-209238e22800/width=450/364684.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGIzhz0K1t-p~WxG9Go}OXaejFbbDit7o}RP", "type": "image"}, {"id": 364683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e66a78b-5fd9-425a-f71e-d9fb065b9800/width=450/364683.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UnJtk|R*?^%2M|t7t7M{kWRjV@t7NGj[xtfP", "type": "image"}, {"id": 364682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2131ffa-3695-4aeb-4176-66b795a36700/width=450/364682.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UaL3=axa*JNbxuRPRjx]xaj[NGayXmj[xFWV", "type": "image"}, {"id": 364681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a73a35fb-a229-4af7-8c83-3e7059ec6b00/width=450/364681.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHJ%tfw^D3TdOsW=Vre-t8xGRjNbnPWBg3oz", "type": "image"}, {"id": 364680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38832a14-5ed2-42db-34ae-329678447c00/width=450/364680.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UZKnL}xt?@WA$fRknixu,:RkM|kVs8sot6W:", "type": "image"}, {"id": 364679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51a6d5de-cd7c-4893-fe95-819a26ab6f00/width=450/364679.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UVIqGw00GZxu_NE1o1Wqxuj[RjofxuWBR*oz", "type": "image"}, {"id": 364678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/127578d9-3948-4e26-8f8b-6c9f625f6300/width=450/364678.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UfI;t@of%fof~Wa#o|j[xuoLNHWCW=ayjYj[", "type": "image"}, {"id": 364677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00e93150-9709-49b2-b9ec-4075b7cdee00/width=450/364677.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UWIY8^WB?]o|vioLELWq_3oyxaV@tlWWsosm", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/32052", "modelId": 26778} \ No newline at end of file diff --git a/datasets/metadata/320531.json b/datasets/metadata/320531.json new file mode 100644 index 0000000000000000000000000000000000000000..d0e36fc2731340a248d522ba9900f25892ea3665 --- /dev/null +++ b/datasets/metadata/320531.json @@ -0,0 +1 @@ +{"id": 320531, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-30T10:52:59.636Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 254, "ratingCount": 18, "rating": 5, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 253605, "sizeKB": 22252.55859375, "name": "Tia_Nonbiri-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-30T10:35:41.612Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "578EA4CD", "AutoV2": "5D066A7CF8", "SHA256": "5D066A7CF8F372DA8A98B6AEA61D64B9E9D0E5F1B24EA6EE55B65DC45D993130", "CRC32": "B7599775", "BLAKE3": "EF352619EA6C7C5D7151929E999346DAB0BFC9C6F192CCD625A476A52FBA70B7", "AutoV3": "CC27AC078B6F"}, "downloadUrl": "https://civitai.com/api/download/models/320531", "primary": true}, {"id": 253606, "sizeKB": 46853.466796875, "name": "Tia_Nonbiri_V2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-30T10:35:45.263Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2B24C01F", "AutoV2": "5FDA05857C", "SHA256": "5FDA05857CF384951E68B432B4C3D52B42D8559DDBCA6CFDFE51621770D99B83", "CRC32": "04C6DA58", "BLAKE3": "F6156D03E7E5A8BE84BF42147EEAFE65F63D34C218123F6251E1E4EF4175B989"}, "downloadUrl": "https://civitai.com/api/download/models/320531?type=Training%20Data"}], "images": [{"id": 6058212, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b137e76-438f-44ef-924f-3191b6965de1/width=450/6058212.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNQuj8^%Sws:TBxYt6NG*0%1RoR*xvt6x]WF", "type": "image"}, {"id": 6057994, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55d20eeb-df6f-4fa0-b15f-6666fbc30965/width=450/6057994.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKR20wwbuPslYPnh%$NGyXjEIBM|wIjErqWC", "type": "image"}, {"id": 6058214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63282674-ec29-42c9-971c-a46895c86f6e/width=450/6058214.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNQuj8^%Sws:TBxYt6NG*0%1RoR*xvt6%NWF", "type": "image"}, {"id": 6057993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/426c6b3c-b15b-4261-8f8b-db43c6a33681/width=450/6057993.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKR20wwbuPslYPnh%$NGyXjEIBM|wIjErqWC", "type": "image"}, {"id": 6058613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d22db8b2-3eeb-4227-accf-bc602db64207/width=450/6058613.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZPY;p~qFf%hE0?HXTof9txujFkX%2RjRkNH", "type": "image"}, {"id": 6058611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a68ea08-3520-42c7-9d6a-fb4b1b65aa85/width=450/6058611.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZPiVH~qFf%hE0?HXTof9txujFkX%2RjRkNH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/320531", "modelId": 58868} \ No newline at end of file diff --git a/datasets/metadata/320650.json b/datasets/metadata/320650.json new file mode 100644 index 0000000000000000000000000000000000000000..f21fc5748ab26475f3e3bb023324d163ca342668 --- /dev/null +++ b/datasets/metadata/320650.json @@ -0,0 +1 @@ +{"id": 320650, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-30T12:43:44.861Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Suzuk1Air1"], "stats": {"downloadCount": 252, "ratingCount": 17, "rating": 5, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 253704, "sizeKB": 73843.875, "name": "Suzuk1Air1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-30T12:45:57.303Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FF21DD2B", "AutoV2": "EC588ED551", "SHA256": "EC588ED551CD9D905188D54797CE1DE4A405A13CCCD66DD0019949FF0A42BB0D", "CRC32": "A88B50BE", "BLAKE3": "2A4B76958E08C3CBDB2E50525838344D76E767A0C9925B2ABA5F5B559FF4053A", "AutoV3": "0602F3F98D13"}, "downloadUrl": "https://civitai.com/api/download/models/320650", "primary": true}, {"id": 253715, "sizeKB": 29371.78515625, "name": "Suzuk1Air1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-30T12:55:52.305Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1DB40B76", "AutoV2": "0C2E81BDEF", "SHA256": "0C2E81BDEF815AB1266061A7F8A23B8CA98F37252431873D7F039AA808FFE293", "CRC32": "3EDE75C6", "BLAKE3": "8CFC19E7D7C16733D52E2AB550D6D0E509CB791DB201260DDB82C6289E80AF50"}, "downloadUrl": "https://civitai.com/api/download/models/320650?type=Training%20Data"}], "images": [{"id": 6061090, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d90429f-5310-4466-a3d4-7043f1f2f57e/width=450/6061090.jpeg", "nsfwLevel": 1, "width": 680, "height": 848, "hash": "UVHU^I%LXTs:MwadXTM{_NkB-oRjx]t7xakC", "type": "image"}, {"id": 6061093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fceee0e-d803-4608-9148-b8daedd212df/width=450/6061093.jpeg", "nsfwLevel": 1, "width": 680, "height": 848, "hash": "UPJkiwx^_NNz~VRltmi^tms-MwR+tRR+Vsbc", "type": "image"}, {"id": 6061089, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e14ee14-d256-44d7-9c7a-40e6830b39fe/width=450/6061089.jpeg", "nsfwLevel": 1, "width": 680, "height": 848, "hash": "UKI4no?H_MozTx~W-pR*r?%Mxa-ptkxuMy%2", "type": "image"}, {"id": 6061094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77b22630-55e6-4261-b3fa-f0f7149a3896/width=450/6061094.jpeg", "nsfwLevel": 1, "width": 680, "height": 848, "hash": "UBI4|s?Gx^=a0xKjuO%#xw#R}[4TEeShOXt7", "type": "image"}, {"id": 6061088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/832bcb3a-d906-4610-a0dd-525667c9e82c/width=450/6061088.jpeg", "nsfwLevel": 1, "width": 680, "height": 848, "hash": "UOIrd1=|.TkXM{t7x^M{RjozwJM{^+ae%LWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/320650", "modelId": 285007} \ No newline at end of file diff --git a/datasets/metadata/320688.json b/datasets/metadata/320688.json new file mode 100644 index 0000000000000000000000000000000000000000..ed1e95a3dc4f5e326220eb624f04d6bcc3198e6c --- /dev/null +++ b/datasets/metadata/320688.json @@ -0,0 +1 @@ +{"id": 320688, "index": 0, "name": "v0.1 ponyxl", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-01-30T13:19:06.177Z", "availability": "Public", "nsfwLevel": 28, "description": "Version trained on ponyxl. Version trained on animagine more or less works with ponyxl too but this one is more consistent.
", "trainedWords": ["b34n bodysuit", "pubic tattoo"], "stats": {"downloadCount": 910, "ratingCount": 69, "rating": 5, "thumbsUpCount": 133, "thumbsDownCount": 0}, "files": [{"id": 253739, "sizeKB": 223101.12109375, "name": "b34n-ponyxl-1-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-30T13:16:34.365Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FE464364", "AutoV2": "8CB24A0D6E", "SHA256": "8CB24A0D6EFCAADBA881939BA66A2B670874C2A482F73CBF48154F87268AA457", "CRC32": "8AA2D894", "BLAKE3": "A7D3347AEF92F67B1223D9FE2F9C07493A67655DDFCFDD26008BBC2A02B3BA94", "AutoV3": "F142105B3E92"}, "downloadUrl": "https://civitai.com/api/download/models/320688", "primary": true}, {"id": 253738, "sizeKB": 18952.0078125, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-30T13:16:26.331Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6BE3EFD7", "AutoV2": "9A6EFED68A", "SHA256": "9A6EFED68A97611CFEA11E28374B9775CD176E2819CD4D9262F7CB4314BCBAA7", "CRC32": "8165ED0B", "BLAKE3": "EB3A0B920369CA57F007F3929A03BB2A89E65CB4D6D1FF3AC3DA80CE2EF21835"}, "downloadUrl": "https://civitai.com/api/download/models/320688?type=Training%20Data"}], "images": [{"id": 6062088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8596fa78-fa86-4e9b-98bb-3c3b64d1ac4d/width=450/6062088.jpeg", "nsfwLevel": 8, "width": 1792, "height": 2304, "hash": "UhHLb.kDt6Rj.AWBofoLI=azn*ogE3oMWVW;", "type": "image"}, {"id": 6062124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31b9f069-65f7-4c25-aeb4-d9c3d412bf1b/width=450/6062124.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "UbIq.WR.s;xa_4R+t6kC9uWBV@WB9xt6R*RQ", "type": "image"}, {"id": 6062142, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/868097f2-d2f2-4ed8-9e36-c0364ebea4f8/width=450/6062142.jpeg", "nsfwLevel": 8, "width": 2688, "height": 1536, "hash": "UAF$9X~XI:9ZM{9Ft6-p4.?b00M{8{-;IU9Z", "type": "image"}, {"id": 6062152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a99bbd2-cd68-4e3b-9c84-b00a177cf216/width=450/6062152.jpeg", "nsfwLevel": 8, "width": 2688, "height": 1536, "hash": "UAD+#$00-;M|IoxuE0-q00%MD%-=0Js=~XE1", "type": "image"}, {"id": 6062197, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60336118-0402-47c0-a3b3-2727cb2a0de5/width=450/6062197.jpeg", "nsfwLevel": 16, "width": 2688, "height": 1536, "hash": "URGuB_}]~D%2D%-;fiIoo#E1E1t7IUW:t7ay", "type": "image"}, {"id": 6062206, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/028082f9-f2d8-46df-85b3-b0a96bffc39f/width=450/6062206.jpeg", "nsfwLevel": 16, "width": 1536, "height": 2688, "hash": "UPJHac%1~qoz$$Rj4.t8IVkDD*bHWqNGR*js", "type": "image"}, {"id": 6062217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80d6444d-e49a-43dd-bf2e-b33aa9276e6e/width=450/6062217.jpeg", "nsfwLevel": 16, "width": 1536, "height": 2688, "hash": "UMJR2Mxa_NXTs+V@9Go}r?xaIVoz-oM{9axt", "type": "image"}, {"id": 6062234, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b578644a-9a64-4171-813b-9f713aa718a9/width=450/6062234.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "UxG0CJt7n*S3yGaeWBbHbvWBjus;RkozxuoJ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/320688", "modelId": 281479} \ No newline at end of file diff --git a/datasets/metadata/321971.json b/datasets/metadata/321971.json new file mode 100644 index 0000000000000000000000000000000000000000..954522727b695a89ee5071d1fff7ca6c7d4564c8 --- /dev/null +++ b/datasets/metadata/321971.json @@ -0,0 +1 @@ +{"id": 321971, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-31T08:27:27.733Z", "availability": "Public", "nsfwLevel": 3, "description": "trained on her insta
", "trainedWords": ["honeypuu"], "stats": {"downloadCount": 384, "ratingCount": 19, "rating": 5, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 254742, "sizeKB": 147590.4921875, "name": "honeypuu_sd15_768_128_64_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-31T08:30:56.391Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "860958C8", "AutoV2": "1B3B9F2EFE", "SHA256": "1B3B9F2EFEF9D8F85EDFFBDAA2F595C8C4F053731EDE4DE6577CB6BB15EDB561", "CRC32": "08E9AFE2", "BLAKE3": "199DF41A8F3DEEE214F37AC1FC781DF65467F8AC3E92957B5977DA73C6A2FAFF", "AutoV3": "846D15EA32D6"}, "downloadUrl": "https://civitai.com/api/download/models/321971", "primary": true}, {"id": 254744, "sizeKB": 63285.7197265625, "name": "training data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-31T08:30:57.870Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3FB9FAF2", "AutoV2": "DBEA6E60C0", "SHA256": "DBEA6E60C00DC25572286FF53523E4A399C02FF83CB2A533722F9847896D7A34", "CRC32": "DB0D33FE", "BLAKE3": "7800B82A4799DFE7AEA9B874AE8FDBFA973F00EDBD613417D0E2466A19500C3B"}, "downloadUrl": "https://civitai.com/api/download/models/321971?type=Training%20Data"}], "images": [{"id": 6093798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d543856-51b4-4a73-8e37-dcb2c442c06b/width=450/6093798.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U2C6Y{0L00~V5Q~V019a.S4.]--;00?axaxt", "type": "image"}, {"id": 6093805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b86020b-126d-4731-8001-e424eaec28ed/width=450/6093805.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3DSj#IT3C000f-Ut89G.79b8w^*0LV@?b~V", "type": "image"}, {"id": 6093797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6c02c77-013d-4ab3-bc2c-bd9b1b83020e/width=450/6093797.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U4EVQV00LM0000D*xZoz~V%g4U_200D%?a-p", "type": "image"}, {"id": 6093799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12cf2709-8231-4b7e-b5f1-56e50b782df2/width=450/6093799.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UYG+8Z%1~qW;yDNHozt7s:%MRjt7R*a}s:j[", "type": "image"}, {"id": 6093803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee60daf9-0d56-4210-87c1-0ea417cf1238/width=450/6093803.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4C6lc-n000000Mx~WRkx[Siiv^j00%Mxu?b", "type": "image"}, {"id": 6093800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ded10906-5a2a-4629-a290-b880328b8b35/width=450/6093800.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNDcUG*0BWkXNej[E2M{NGM{s9nhkDxaozjZ", "type": "image"}, {"id": 6093804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/131658f2-8628-4d8f-aa21-043f2af6e7de/width=450/6093804.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIDJ9Zys6nkXEkj]E2M{NHRP$is,bct7kCn$", "type": "image"}, {"id": 6093802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ceb1f93c-4b66-4a53-a611-d33caeafc59f/width=450/6093802.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCD9xCB=7%~qKkrW0hRPEjRP,?aeXSxas,of", "type": "image"}, {"id": 6093806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8036a69-b16c-4a52-8f62-a054bfc670f2/width=450/6093806.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDDm5Ou63ZkqF}r=4;IAXmIUv}-oT0xuxZof", "type": "image"}, {"id": 6093807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/406d87a5-70ae-4767-b1da-0f0a2063ffb0/width=450/6093807.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJDS,h*0BXXTEloMD*IUxuIUnixZS5xaoext", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/321971", "modelId": 286238} \ No newline at end of file diff --git a/datasets/metadata/32213.json b/datasets/metadata/32213.json new file mode 100644 index 0000000000000000000000000000000000000000..1817270e44b23b6e75d87d78be2775eeed4ae9ed --- /dev/null +++ b/datasets/metadata/32213.json @@ -0,0 +1 @@ +{"id": 32213, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-30T23:39:48.788Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": ["korona kusakabe", "school uniform", "black legwear"], "stats": {"downloadCount": 437, "ratingCount": 72, "rating": 5, "thumbsUpCount": 74, "thumbsDownCount": 0}, "files": [{"id": 26558, "sizeKB": 39086.0185546875, "name": "TrainingData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-30T23:41:32.610Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "81CAEDFE", "AutoV2": "8E8A056FF3", "SHA256": "8E8A056FF322E48F13A48D9CDB15874D05416162B838777525193B37B6EEEC28", "CRC32": "2FDCADC9", "BLAKE3": "BD181BF364C68F8CE0CBDD783B597F96E554D936B6E78DD62123F20744BFB0CD"}, "downloadUrl": "https://civitai.com/api/download/models/32213?type=Training%20Data"}, {"id": 26557, "sizeKB": 147574.5498046875, "name": "KoronaKusakabe.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-30T23:41:09.826Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "038B9D0C", "AutoV2": "4F9119008C", "SHA256": "4F9119008CF4590C504438B32E89D930600763B0D42B59BD89610041669CFBCD", "CRC32": "4BB9063E", "BLAKE3": "C7DA469A1AA3F535DC188D05511250EFA08CC0E2517C09E78CF4CB557CA9F725", "AutoV3": "10EA03C3977B"}, "downloadUrl": "https://civitai.com/api/download/models/32213", "primary": true}], "images": [{"id": 366892, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/488288b7-0c81-40cf-e92f-77302e762300/width=450/366892.jpeg", "nsfwLevel": 2, "width": 920, "height": 1376, "hash": "UJLD=MDhB;In_4-Tb_j@M|s*%gRkb_M{aeRQ", "type": "image"}, {"id": 366897, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21842947-ad08-4ae9-18e3-745cb3151100/width=450/366897.jpeg", "nsfwLevel": 2, "width": 920, "height": 1376, "hash": "UHJtMB~A9]$*nP~UNdn$D$57?bIUIqE1axWB", "type": "image"}, {"id": 366896, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11721ac6-1bce-46e3-1b7f-609d77ce6d00/width=450/366896.jpeg", "nsfwLevel": 4, "width": 920, "height": 1376, "hash": "UENl#-QR1cIUtSwb%zMx01o}t8oz~C9ZWVIU", "type": "image"}, {"id": 366895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/247e5334-9784-424e-43d7-4c9e19637e00/width=450/366895.jpeg", "nsfwLevel": 2, "width": 920, "height": 1376, "hash": "UVLWeU~9Fxaead?ZxuxtIqIox^bHWAjst6W;", "type": "image"}, {"id": 366894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb931e81-fe7f-43f0-d3e8-2f2c9de0e300/width=450/366894.jpeg", "nsfwLevel": 4, "width": 920, "height": 1376, "hash": "UBL;BPyY18$f0V^*+bv#~UkV}?O@C9FzOtxa", "type": "image"}, {"id": 366893, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8e531af-3400-47f4-294f-abe482d21e00/width=450/366893.jpeg", "nsfwLevel": 4, "width": 920, "height": 1376, "hash": "UKJGvX~V4;tRx[kVTJ-prrs.?bxuxuIpM|of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/32213", "modelId": 26913} \ No newline at end of file diff --git a/datasets/metadata/322655.json b/datasets/metadata/322655.json new file mode 100644 index 0000000000000000000000000000000000000000..12534b1ad4ef2f2d07de9dadbee79b7bb1efbfb6 --- /dev/null +++ b/datasets/metadata/322655.json @@ -0,0 +1 @@ +{"id": 322655, "index": 1, "name": "Open blouse", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-31T20:16:53.251Z", "availability": "Public", "nsfwLevel": 28, "description": "NSFW model to create open dress images
Use the following settings to get best results
CFG Scale : 2.0
Steps: 45
Clip skips: 1
", "trainedWords": ["Open blouse", "open dress"], "stats": {"downloadCount": 432, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 255320, "sizeKB": 3513.515625, "name": "322655_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-31T19:35:52.676Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B5473D23", "AutoV2": "C72CBAA950", "SHA256": "C72CBAA95042C88E1281A46274D913E2FB8B1F6DDDAB771E34516C9E40842F88", "CRC32": "5A29E1D1", "BLAKE3": "BC21EDDBEA7795A569A8F509D010B483AF23D604717A57166ADBE528228AD209"}, "downloadUrl": "https://civitai.com/api/download/models/322655?type=Training%20Data"}, {"id": 255382, "sizeKB": 36978.71875, "name": "Open_blouse.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-31T20:16:58.111Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AEB96309", "AutoV2": "CB218EBD60", "SHA256": "CB218EBD605BA1B691F4C918CE32967FB300BE51E52600CD0A4222778551E7D6", "CRC32": "A6C33DB9", "BLAKE3": "6BFFDCF3D86C29D93B4062A44958195D9037F5E138E5A7EF40077B88984C0B0C", "AutoV3": "9FDA0390C620"}, "downloadUrl": "https://civitai.com/api/download/models/322655", "primary": true}], "images": [{"id": 7726620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f448a4a-c6cc-4f23-b59f-b2ca7801c956/width=450/7726620.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UADuh|0fBUR*6%$*-nkBKJ-oe,xZ~Txa9tbH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/322655", "modelId": 286873} \ No newline at end of file diff --git a/datasets/metadata/322716.json b/datasets/metadata/322716.json new file mode 100644 index 0000000000000000000000000000000000000000..2dabda7287e82e386e7f08bd07c67f03c8c0d620 --- /dev/null +++ b/datasets/metadata/322716.json @@ -0,0 +1 @@ +{"id": 322716, "index": 0, "name": "Jussi the neural cat v 0.2", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-01-31T20:57:39.390Z", "availability": "Public", "nsfwLevel": 1, "description": "added triggers
", "trainedWords": ["jussi", "cat", "kitten", "jussi_kitten", "jussi_cat", "jussi_angry", "jussi_old"], "stats": {"downloadCount": 72, "ratingCount": 6, "rating": 5, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 255353, "sizeKB": 12711.607421875, "name": "322716_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-31T20:01:27.906Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C05A59D3", "AutoV2": "3248A3FE1D", "SHA256": "3248A3FE1D4C617C5ED6371690319A90790B34DDEE3CC29924C98EFCC975B761", "CRC32": "B001F604", "BLAKE3": "CC75964C9FDF8C8AF5C7CFA3A3E9D19FA034585899ACDCE7DBD473463420DDDD"}, "downloadUrl": "https://civitai.com/api/download/models/322716?type=Training%20Data"}, {"id": 255438, "sizeKB": 223100.55859375, "name": "Jussi_the_neural_cat_v_0.2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-31T20:55:55.585Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9D417F45", "AutoV2": "225BA4074D", "SHA256": "225BA4074D55DC7D81444E6C80E2EBDC67C2DA4072DE0069A29948B3ACA70C8E", "CRC32": "FBD3204F", "BLAKE3": "5ED06AA9745A6A7958F51B7C7DD8321DF06FBD2FA0DB4C6C40CA768D4D544F27", "AutoV3": "D27F263D08EF"}, "downloadUrl": "https://civitai.com/api/download/models/322716", "primary": true}], "images": [{"id": 6114209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5e0c17d-cc33-467a-bb37-c2416ce11f2a/width=450/6114209.jpeg", "nsfwLevel": 1, "width": 736, "height": 720, "hash": "U6D07Po#00%1-p9Zbaxu00oJ~qIV9a-;-pM{", "type": "image"}, {"id": 6114650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2163645-2a3b-444d-8fc7-60a0d18be494/width=450/6114650.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U37BDmxt004:kXxaWAV@00M|~W-;RiNG%L%M", "type": "image"}, {"id": 6114204, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02bc4fd1-4063-4994-bc5a-8429f6f04818/width=450/6114204.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "U7Cip.Io00~V%2NGj=xa00n%^kIoI:WBsoxu", "type": "image"}, {"id": 6114656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae459d51-8e24-45a3-9577-61edac4cf0e1/width=450/6114656.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U68XIDNH0e~WXntRM|M|nOt7$*VsTcoft7NH", "type": "image"}, {"id": 6114658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb329ecb-ac6f-4daa-8de9-a1a9f628be40/width=450/6114658.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U58XUcIo0K~V%zozIpR+rXe=$+xYk:V@xuR+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/322716", "modelId": 286931} \ No newline at end of file diff --git a/datasets/metadata/32272.json b/datasets/metadata/32272.json new file mode 100644 index 0000000000000000000000000000000000000000..e61fe69dacc5e8ed5b590cbd3fc08b32bf6fe30a --- /dev/null +++ b/datasets/metadata/32272.json @@ -0,0 +1 @@ +{"id": 32272, "index": 0, "name": "v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-31T02:09:20.983Z", "availability": "Public", "nsfwLevel": 11, "description": "Use at weight 1, might need hires fix to look nice.
", "trainedWords": ["earth-chan"], "stats": {"downloadCount": 1524, "ratingCount": 257, "rating": 5, "thumbsUpCount": 266, "thumbsDownCount": 0}, "files": [{"id": 26605, "sizeKB": 18564.05859375, "name": "earth-chan-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-31T02:10:57.059Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "A3C81EE18D", "SHA256": "A3C81EE18D6E4965687B436B2ACD497556538DC9C0A2C6DA03F6D93FCFB7FA21", "CRC32": "83F7885C", "BLAKE3": "465569F5D0549242FAFC0BB54324A2CC99A6324CCEA699BD6A41B814C59FB932", "AutoV3": "15174C660537"}, "downloadUrl": "https://civitai.com/api/download/models/32272", "primary": true}, {"id": 26606, "sizeKB": 61809.287109375, "name": "earth-chan-dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-31T02:10:58.559Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E69E1AD9", "AutoV2": "4027702E35", "SHA256": "4027702E35FFC1366FC68BB06C2674300650301F2D25B1BAD863FD0731734114", "CRC32": "CFDB675F", "BLAKE3": "F817F711289963F0AC6AD7F1CE4D3520FFBFC42B21CA752FEFE7AD431C16CB74"}, "downloadUrl": "https://civitai.com/api/download/models/32272?type=Training%20Data"}], "images": [{"id": 367486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bf16d05-22d8-44d4-ddf6-851af9090300/width=450/367486.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBEMXr4U00~900%gH=W=M_Rk?bxvTgVqs+E1", "type": "image"}, {"id": 367495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/433c1780-d5a2-4c34-2c90-e29221036500/width=450/367495.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UFDvf-tS00%1x^?wa%9Z0Lb_t7j?.89ZIo?F", "type": "image"}, {"id": 367494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89b915e7-1a46-48aa-a630-4d27bb533700/width=450/367494.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UWHngH~ANIxuE2I[RP-o0KE2aiRk%LxVtRM{", "type": "image"}, {"id": 367496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67c2b9da-e607-4555-a30a-bc486920a400/width=450/367496.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGF=?o4:00~V00oeo%t7I^kC=^WBxvRjWAt7", "type": "image"}, {"id": 367493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcf41524-f5b9-4d37-577f-f8646ceee400/width=450/367493.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCEo[Q#k000dMI?wM_My5=D%%2xZ4UnMT0bw", "type": "image"}, {"id": 367492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8be5e8f-6ce6-47ea-7f98-b2b4ca82b400/width=450/367492.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFKTMV1G00D-0#={^jIW01-A%3V@~oEMMxER", "type": "image"}, {"id": 367491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f4ea4f4-c6e7-43ce-cf5d-eeee32ec3f00/width=450/367491.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGG+H]?a00004.~Wrqj=lA9Z~B-:4.xvt7xW", "type": "image"}, {"id": 367490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e289b34-d5b3-421a-7fa6-ee2239627a00/width=450/367490.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U8FP1=Em00xZ00$dxH%LrA9a^+t7G1~Vx99F", "type": "image"}, {"id": 367489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9ccb1c3-1b1a-47c8-c13f-dd82fd65f000/width=450/367489.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UbGRuI~W%M-;W=WCV@xa0KD*RPIUxts:kDNG", "type": "image"}, {"id": 367488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11a867ac-99f2-4d53-e8d0-9a163ad1aa00/width=450/367488.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAC$.ms$009GEeog$%WB00Ws~Vxu?bRiD*xu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/32272", "modelId": 26962} \ No newline at end of file diff --git a/datasets/metadata/322906.json b/datasets/metadata/322906.json new file mode 100644 index 0000000000000000000000000000000000000000..29792f948eea06add0a6b1e7b7699fb114c974ef --- /dev/null +++ b/datasets/metadata/322906.json @@ -0,0 +1 @@ +{"id": 322906, "index": 3, "name": "v1.0 ponyxl", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-01-31T22:35:24.418Z", "availability": "Public", "nsfwLevel": 27, "description": "PonyXL version
", "trainedWords": ["sgliselotte, hair bow", "capelet, red bowtie, brown corset, white shirt"], "stats": {"downloadCount": 138, "ratingCount": 7, "rating": 5, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 255529, "sizeKB": 74180.0498046875, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-31T22:31:15.890Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "16B2790D", "AutoV2": "C987006D34", "SHA256": "C987006D34A7FA49E48F68C650689FE2C9BB5EC536406DFBDF83697088F6EBB5", "CRC32": "833A7C27", "BLAKE3": "B4D8CFEDAF78B1F7DBCF1B07EA6F66C8F7124583CB97CE624323605F5F26A54E"}, "downloadUrl": "https://civitai.com/api/download/models/322906?type=Training%20Data"}, {"id": 255530, "sizeKB": 223101.20703125, "name": "liselotte-ponyxl-1-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-31T22:31:20.129Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4DCC94ED", "AutoV2": "6C6BC1BC1B", "SHA256": "6C6BC1BC1B87D145D0AD86D30A7B456C42CB8A460178F1AA955639D5F5ED2347", "CRC32": "E5364EBD", "BLAKE3": "C0D9A4EB288E813FEAA67EFFE66521C61CA7B3C8504F240F585A735F9043D581", "AutoV3": "DE56A33347FC"}, "downloadUrl": "https://civitai.com/api/download/models/322906", "primary": true}], "images": [{"id": 6116535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5e77357-88af-45b0-8da6-8f572c7a5975/width=450/6116535.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UBIN?q?wHq_30@-A00IV004o^KIn4.V?$+-;", "type": "image"}, {"id": 6116543, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c5ba4c4-03ae-47d7-ba22-4f6f0e81027e/width=450/6116543.jpeg", "nsfwLevel": 2, "width": 1536, "height": 2688, "hash": "UcK1^5.A5Po#5BWZspozNLof$%s+NdN1ofbb", "type": "image"}, {"id": 6116584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/735c049d-5317-4f16-987c-01883317eb30/width=450/6116584.jpeg", "nsfwLevel": 8, "width": 1536, "height": 2688, "hash": "UKBpeU-=9ERP?wogI9aet8RiMwayRQaes:j[", "type": "image"}, {"id": 6116602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3643037d-8f51-46fc-9d9e-758428e0ef47/width=450/6116602.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "UIGa@FRl:~S5^Oj?Z~ay~AfRNGs,=ZsmWVWY", "type": "image"}, {"id": 6116618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ee86954-79a1-4b36-9d66-9aefec8c7250/width=450/6116618.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UbIXmv%M9Fozx|t8M_bJf-kDkDjaS*WY%1s.", "type": "image"}, {"id": 6116621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47d95963-b9c5-4fd8-8fca-7dfcc00a9dfd/width=450/6116621.jpeg", "nsfwLevel": 16, "width": 1792, "height": 2304, "hash": "UvGvM1RP%MtSyGoLWYbJS$t7R%WAE2flNGWA", "type": "image"}, {"id": 6116642, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70ee3ecf-7dee-4d01-8148-0e4f88f95002/width=450/6116642.jpeg", "nsfwLevel": 8, "width": 1536, "height": 2688, "hash": "UeJa$e?b-oxa_NtRITxtx]%LM{ofo0V@t8s;", "type": "image"}, {"id": 6116683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b51250ad-7b8a-4888-97b2-85c6ed05face/width=450/6116683.jpeg", "nsfwLevel": 8, "width": 1536, "height": 2688, "hash": "UDDlNplV8^9EPp^h4;RO4-9Zs+t78wIo?Hxt", "type": "image"}, {"id": 6116553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f932703f-ffc3-4025-b368-e3909bb1015d/width=450/6116553.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "U8HB*;000fD4K8_N00009FxuZfI9E1xu%0-:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/322906", "modelId": 271430} \ No newline at end of file diff --git a/datasets/metadata/322986.json b/datasets/metadata/322986.json new file mode 100644 index 0000000000000000000000000000000000000000..a7812c54e023a58a821793e9612bf5606964e798 --- /dev/null +++ b/datasets/metadata/322986.json @@ -0,0 +1 @@ +{"id": 322986, "index": 0, "name": "anime s1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-01-31T23:50:47.599Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["akane hino, short hair, hair ornament, (red eyes:1.3), ponytail, red hair, hair clip, x hair ornament,", "skirt, school uniform, necktie, sweater, sleeves rolled up, clothes around waist, sweater around waist, nanairogaoka middle school uniform,"], "stats": {"downloadCount": 505, "ratingCount": 62, "rating": 5, "thumbsUpCount": 90, "thumbsDownCount": 0}, "files": [{"id": 255607, "sizeKB": 36990.6171875, "name": "akane hino s1-lora-nochekaiser.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-31T23:40:43.017Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EEDDC2AB", "AutoV2": "CA577D6BB5", "SHA256": "CA577D6BB51506F410B775033D538BFC7E23A10AD93CE15CE899D90D8BCDAEFE", "CRC32": "7EFF46F9", "BLAKE3": "1A92AC200C13C6E01E0EDD97E964F850E1C02F53AAE342A3BF8B6B4125041F79", "AutoV3": "5DABCD925E35"}, "downloadUrl": "https://civitai.com/api/download/models/322986", "primary": true}, {"id": 255618, "sizeKB": 802328.904296875, "name": "akane hino normal.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-01-31T23:51:35.795Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4F901052", "AutoV2": "1418E2FBF5", "SHA256": "1418E2FBF588A94AFB8CA7EDBADCF901FD3D1CBC0CD060E2B068196818D328A7", "CRC32": "82C04DEC", "BLAKE3": "3B49947B7B52125963B073D7D42F09EE9B6191F150E17C3A9BF7514D4B1D7FD7"}, "downloadUrl": "https://civitai.com/api/download/models/322986?type=Training%20Data"}], "images": [{"id": 6118183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a84faaf6-ba41-4bd7-b663-6ed0000af533/width=450/6118183.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UHJ*VU^*PR_Mvy?GO?oz00sA_3IU?HV[IoXS", "type": "image"}, {"id": 6118185, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f005abaf-4c2a-4503-b77c-fc1dd867b4c5/width=450/6118185.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UDI;@y00GrkD^3#lGaen00_N_3t7-qs:9t%L", "type": "image"}, {"id": 6118184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99fef2a3-2f5d-4227-a07b-b0693a9e7258/width=450/6118184.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UEHLC}0K?]00}s01yX?H4TRjxvMxW?%Lt6IU", "type": "image"}, {"id": 6118186, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a5655ca-20cc-41ab-82f6-86f836415e98/width=450/6118186.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UQIq}:_M%#~B?Hx]%g=|00%NR-M|%Lt6bXad", "type": "image"}, {"id": 6118182, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51b24cc3-fbca-4304-ba93-09f98a2fe9af/width=450/6118182.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UOH_uq55EK$j?F%MxvsAIU-;-pNG~qM{IUWV", "type": "image"}, {"id": 6118189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4353f448-71bd-4de6-b7f2-f672a995c1b1/width=450/6118189.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UiKK$o_MNGRP_3tSM{so4nNHWBoetRxuofRj", "type": "image"}, {"id": 6118187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ee7c699-f732-44c4-9516-7e095d09ab67/width=450/6118187.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UDHB_H5;1F=z~C%$AE$j00-p_ND%$QRjXRWB", "type": "image"}, {"id": 6118191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a7978c1-537d-4375-8dba-9f4354067d34/width=450/6118191.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UGHLSd00G8^QDNNZJW-V00s:-=IU_4RiNFoJ", "type": "image"}, {"id": 6118190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f80367fd-2b4f-42cf-aebe-2b9b966a908a/width=450/6118190.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UAGl6c000_zVHX9]9Z}@00_2_3T1^*IoS#R.", "type": "image"}, {"id": 6118188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dab47c0a-e518-48a6-bd74-f2233604fd7e/width=450/6118188.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UIIq.aWnGX.mn3%2BCNw00$*_3Io~VoIOAtl", "type": "image"}, {"id": 6118192, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/958c5fe2-fa1d-48c6-9f58-7acfce2a8aae/width=450/6118192.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UDD]bx00?^zp~V0K-;R6D$RQ%MIUAJ$LxuI:", "type": "image"}, {"id": 6118193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/399fe3a5-4894-4dc6-9acb-c0d9445f9747/width=450/6118193.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "USGbYdK2In~WDOI:xuM{4nNHspD%-;oyWBxt", "type": "image"}, {"id": 6118195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83850924-11eb-4e18-a7ca-0a9917edf376/width=450/6118195.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UDHB-.1Zb;+z9E9uIWic00jF^+W;_4$*s;t7", "type": "image"}, {"id": 6118196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efc0f507-7858-47fc-ae1c-1380e40e8573/width=450/6118196.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UBGS1F00.QM0vf00%g={00?b_39Y_NbXo0D%", "type": "image"}, {"id": 6118194, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcb067cb-85fa-4b11-be51-fd300db722e3/width=450/6118194.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UMJH,a$xyq~B?b-nXnwI00xZs=nh-;kW-;ae", "type": "image"}, {"id": 6118197, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f108b16-8c2a-4987-9645-fef349dccf6b/width=450/6118197.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UCIEnj00y;H?4TEN0L=f00_2_3-p_4t6Ior=", "type": "image"}, {"id": 6118198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b92fe69-b146-448f-8135-5219e6752958/width=450/6118198.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UTI#u=?].SH@-pNdNaxZ8wRkbbt6ogxu%2M{", "type": "image"}, {"id": 6118200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/383cdc36-ff51-41d9-b423-6fb558b75b4c/width=450/6118200.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "ULJa[:9EF^NF~qIAO@x]4mWB_4o#-=WVX8az", "type": "image"}, {"id": 6118199, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2455b8c4-f5c9-490f-b105-8a6ff3a9fd9b/width=450/6118199.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UKHU@7AA~pDj$L0LR*$*00M|oNadX9t7%MIo", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/322986", "modelId": 287172} \ No newline at end of file diff --git a/datasets/metadata/323172.json b/datasets/metadata/323172.json new file mode 100644 index 0000000000000000000000000000000000000000..9d67368d5dc852b648d940bf25f4c6d5b1556964 --- /dev/null +++ b/datasets/metadata/323172.json @@ -0,0 +1 @@ +{"id": 323172, "index": 0, "name": "v1.1 ponyxl", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-02-01T02:28:47.196Z", "availability": "Public", "nsfwLevel": 29, "description": "Trained on PonyXL and pruned tags related to hair.
", "trainedWords": ["rutiragnason, red eyes"], "stats": {"downloadCount": 229, "ratingCount": 10, "rating": 5, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 255755, "sizeKB": 122385.94921875, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-01T02:20:47.813Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D7C73936", "AutoV2": "F60E95C1B2", "SHA256": "F60E95C1B291272CCFA7BB394047294B836407DE7151D6380932051E90C2E2EA", "CRC32": "6659D9EF", "BLAKE3": "659B267E69B03918EEBABFDC4D860C5CAFBFD133394DA548D58F1AD5E8E4C5D0"}, "downloadUrl": "https://civitai.com/api/download/models/323172?type=Training%20Data"}, {"id": 255756, "sizeKB": 223102.26171875, "name": "ruti-ponyxl-1-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-01T02:20:59.752Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D61F1C56", "AutoV2": "6FBDE40F7A", "SHA256": "6FBDE40F7ABBDE9BFF4453E556143F6389258985E0752EDAF2C60365482814C3", "CRC32": "C95AC000", "BLAKE3": "67C696590E2CF8D8BAE6C7BE44F3C7A4C3CD97BF0FB85A9789C588C4BD6D61F8", "AutoV3": "530824D9E54B"}, "downloadUrl": "https://civitai.com/api/download/models/323172", "primary": true}], "images": [{"id": 6122624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07de757c-8500-47c5-a559-cf7f889ed542/width=450/6122624.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "UHHenJD%8^M{~qWDW8jYE0t7xIt6t0jYxcWV", "type": "image"}, {"id": 6122632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c51aa2a0-514c-4a09-9dd4-fd9486ea6f3d/width=450/6122632.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "UKJt_CM|00%1-@V@xujYYRxZ-;jcAbxtM_WE", "type": "image"}, {"id": 6122661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e32cedb-6b31-41f4-b4c7-cb1199c7a486/width=450/6122661.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "UNGRe,s:vws-~Wj[IUjrNIj[oJayt8j[s+j[", "type": "image"}, {"id": 6122670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a1283db-42b3-4a56-9f73-972c9449676f/width=450/6122670.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "UBFO_-#*4T%NM0tmWUMb,%tR.TjEMzI9RoyE", "type": "image"}, {"id": 6122688, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3bc6eaaf-2996-4f3f-b96f-d0cc73f12e2b/width=450/6122688.jpeg", "nsfwLevel": 8, "width": 1792, "height": 2304, "hash": "UFE:f9Dhk;DNp2ac4T%M.AoIVrfi9Fj?r=kC", "type": "image"}, {"id": 6122689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/095d8c0c-06f3-4ba4-872b-8bc3bac622ea/width=450/6122689.jpeg", "nsfwLevel": 16, "width": 1792, "height": 2304, "hash": "UCGc7e.T00%g0kWYMIMxOcaf^*ozDNogMwoz", "type": "image"}, {"id": 6122850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/786aad8f-b281-4fc3-95b0-9e7aeb04de8d/width=450/6122850.jpeg", "nsfwLevel": 4, "width": 1792, "height": 2304, "hash": "UIH{WxM_4-I9D+j[Rht6*0V?Z}RjOZt7aJtR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/323172", "modelId": 220943} \ No newline at end of file diff --git a/datasets/metadata/32424.json b/datasets/metadata/32424.json new file mode 100644 index 0000000000000000000000000000000000000000..d4c676c037037609245699e8127a362f966dfd65 --- /dev/null +++ b/datasets/metadata/32424.json @@ -0,0 +1 @@ +{"id": 32424, "index": 0, "name": "1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-03-31T10:22:36.995Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["demon"], "stats": {"downloadCount": 660, "ratingCount": 118, "rating": 5, "thumbsUpCount": 128, "thumbsDownCount": 0}, "files": [{"id": 26710, "sizeKB": 24556.8642578125, "name": "vigne-20.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-31T10:26:06.988Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "E0F18FEF", "AutoV2": "FA572B7F9B", "SHA256": "FA572B7F9BC5BF958BBE0B0B61C27B63A583AEDF94A6321910BDBAD02039F5FF", "CRC32": "84E69BFA", "BLAKE3": "BA215B04D5690D5694CF695D69B74BDF1A461775B273A1531CF30AC23E4E8CAF", "AutoV3": "184938D461AE"}, "downloadUrl": "https://civitai.com/api/download/models/32424", "primary": true}, {"id": 26711, "sizeKB": 5384.306640625, "name": "vigne.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-31T10:26:07.093Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4F799B82", "AutoV2": "8875E3D578", "SHA256": "8875E3D578B48BAA858F6888DB1F30EBA18C872DFD3DC0A8461553C5B67A6FF0", "CRC32": "68D71716", "BLAKE3": "30F1D1799F31CEFB63B11540E391043B46901D8A36839AC5DC45482B63030E8A"}, "downloadUrl": "https://civitai.com/api/download/models/32424?type=Training%20Data"}], "images": [{"id": 370655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1104aa32-ff1a-4939-6ce9-b04081155c00/width=450/370655.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UNH1lL~VELxt^+-:?HxZE2aytRNaE3M|V[M{", "type": "image"}, {"id": 369435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad12039d-d9f0-4fcd-4dfb-e69d0a150000/width=450/369435.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJIXv^?wTe%i_4%M-;x^#jIUIUsm?H-;_3R*", "type": "image"}, {"id": 369542, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20ae5da9-f61e-417e-bac2-bb3188e08400/width=450/369542.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UIJQ+nD4cF01%%4.?aIU9aI=xs~W%gj]t6-;", "type": "image"}, {"id": 369441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ace18134-5e6d-4e17-709f-98f339b7db00/width=450/369441.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U8I;hx004O~q3WWB|Gt7N4IB00S#:S01T]$k", "type": "image"}, {"id": 369440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7d485f6-5ea6-4fcd-0399-73972ac1a200/width=450/369440.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UaI;;s-;S^M_?^j[tTRkx]tR-;obOGR+RjNG", "type": "image"}, {"id": 369439, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94fc383c-a374-4075-d1c5-bda2b2511500/width=450/369439.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFHn+{xwbp00D,Mwoc-:M{WnIU%M00M{~Vt7", "type": "image"}, {"id": 369438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55537c05-58c1-4811-eb20-390d41011a00/width=450/369438.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFJacl00009Y-;00~oMwx[Mz%2%1-:kCnht6", "type": "image"}, {"id": 369437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6d6eb90-d43c-4cf4-5a18-15d24c7dc100/width=450/369437.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGJR5JyrT_.8pfxvXSx[DjRPxpIB8{wI?GM{", "type": "image"}, {"id": 369436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb1913f3-ff55-4883-2879-676364082900/width=450/369436.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U7IhHa~WGZtltTbJ_2ofRSM|yCoz00xanh9G", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/32424", "modelId": 27094} \ No newline at end of file diff --git a/datasets/metadata/324287.json b/datasets/metadata/324287.json new file mode 100644 index 0000000000000000000000000000000000000000..93708127e7a0cecf894647f7d89fd95708d2e39e --- /dev/null +++ b/datasets/metadata/324287.json @@ -0,0 +1 @@ +{"id": 324287, "index": 0, "name": "Paintings by Canaletto (Giovanni Antonio Canal ) - venetian landscape artist", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-01T22:06:10.521Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["AH_Canaletto"], "stats": {"downloadCount": 256, "ratingCount": 27, "rating": 5, "thumbsUpCount": 58, "thumbsDownCount": 0}, "files": [{"id": 256771, "sizeKB": 223106.87109375, "name": "Paintings_by_Canaletto_Giovanni_Antonio_Canal__-_venetian_landscape_artist.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-01T22:05:48.912Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "96645D4F", "AutoV2": "EF7041FC3A", "SHA256": "EF7041FC3A85FF8A1B06D00ACC37709C9484A74ECE1DC89E8F67E22ADD2616F2", "CRC32": "E096B585", "BLAKE3": "E56363096EBC6267FEE846C47FA92890301E073460B593CD8F590B35C8058975", "AutoV3": "C76A88AEC98B"}, "downloadUrl": "https://civitai.com/api/download/models/324287", "primary": true}, {"id": 256702, "sizeKB": 30282.033203125, "name": "324287_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-01T21:00:52.204Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2925386A", "AutoV2": "788BBD81AC", "SHA256": "788BBD81AC33360B139883428935E0183AC74082A3129AFB45A4620445B416D2", "CRC32": "CCA873FF", "BLAKE3": "D009828EDC7AAB9278397089C89649A28061EABD84BCDA2ADEBEB7DFC56A24FE"}, "downloadUrl": "https://civitai.com/api/download/models/324287?type=Training%20Data"}], "images": [{"id": 6153720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0eba20fa-bc59-4b3f-9963-fc95d10afb5f/width=450/6153720.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U28{5z1vxGFb[DAq$jJ82rwdAW,@1v|_Szwd", "type": "image"}, {"id": 6153721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84f75d1a-02be-41cd-94a9-4935360ecffd/width=450/6153721.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTHM7GjZVYxtl.Mywcf69HRkkWRkaKs.oyR*", "type": "image"}, {"id": 6153722, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22d2f6e0-89ee-47bc-9bd1-356d7ed4100b/width=450/6153722.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UXB55^S$Q.xZ*INHVtt7OERjt7a}MynOxuWV", "type": "image"}, {"id": 6153724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e9111a1-386c-4654-9ba0-5e134b0d6c45/width=450/6153724.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URA2G3tlrXWWy?x[jZbHNvkCo}ofMxNHXSoe", "type": "image"}, {"id": 6153726, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c9fdacd-e9f3-4779-84cd-3e87da7cebc1/width=450/6153726.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USF?ID9aV@jF?]M|f6R+9GxZt7t6IVt6kCW;", "type": "image"}, {"id": 6153727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4da1410-181d-41cd-99aa-f9ebbc0105c5/width=450/6153727.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPF?nD?axGof.m%Lt6j[4UNGR-f6RjRkn$kB", "type": "image"}, {"id": 6153729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6010f2e2-d924-4bcf-b500-b1d988bfcf42/width=450/6153729.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U29YJX2?^PkW{g1bwKEz2Yw{R*WV2@]n-B-A", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/324287", "modelId": 288364} \ No newline at end of file diff --git a/datasets/metadata/324391.json b/datasets/metadata/324391.json new file mode 100644 index 0000000000000000000000000000000000000000..e94c24c066f5279cb03fe031b1013e8fb5cd5f91 --- /dev/null +++ b/datasets/metadata/324391.json @@ -0,0 +1 @@ +{"id": 324391, "index": 0, "name": "Paintings by Francesco Hayez - Romantic Italian painter", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-02T11:20:28.978Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["AH_Hayez"], "stats": {"downloadCount": 236, "ratingCount": 11, "rating": 5, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 256787, "sizeKB": 15672.748046875, "name": "324391_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-01T22:30:48.043Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D2926AD6", "AutoV2": "30D19CF254", "SHA256": "30D19CF254C6718AA834F5C499D4A0005C0912E13C52419AAC4CD4B1164E7ED8", "CRC32": "67C6D3B0", "BLAKE3": "E1A6BD5BBDF2ACC6D71DF661186A05192EAAC4F0EB86364CD320C679CD1CE565"}, "downloadUrl": "https://civitai.com/api/download/models/324391?type=Training%20Data"}, {"id": 257400, "sizeKB": 223112.94140625, "name": "Paintings_by_Francesco_Hayez_-_Romantic_Italian_painter.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-02T11:15:48.867Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B8464D08", "AutoV2": "5F471F6F59", "SHA256": "5F471F6F5963C528D7C516A0C1B347AA5F0226B023CD6C304994FD051A16EAFB", "CRC32": "64FD376D", "BLAKE3": "8081349698AD66DBCA3CC4EE32EC12E3AED3667F4E771AC0ACCA21495F66CA86", "AutoV3": "D1E1710D7114"}, "downloadUrl": "https://civitai.com/api/download/models/324391", "primary": true}], "images": [{"id": 6173723, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2760dc6-61d0-48b8-a456-4263bd4904d5/width=450/6173723.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U29?qH9^00^k3=-pv3I:00$j^%9]@F9[.R}Y", "type": "image"}, {"id": 6173724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8cdb9b0-b7ba-42c9-9822-de8371306e06/width=450/6173724.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U4Ac-ys=0MNG~pRn%1xtSwogMxs.x[t7Myad", "type": "image"}, {"id": 6173720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65873d8a-29ec-40f9-bef4-65d61a3ba676/width=450/6173720.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U8B{cM-:0$-;*H?Z$4RkOTxYr=EM+[NHSg$g", "type": "image"}, {"id": 6173726, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e91a9a24-325e-469d-8cbb-7063485eda1e/width=450/6173726.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UIBNi]JCAJ%1ys%1X9M|%hoJnOS5?HNHRj%2", "type": "image"}, {"id": 6173718, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89fb59f8-074f-4ddd-970c-b340b74937d4/width=450/6173718.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U5BgMLkq0oxu0lt7-VoK.SaevfWB}-xtIBM|", "type": "image"}, {"id": 6173721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0043f98f-d477-46a8-9a99-6c38ecb9c77e/width=450/6173721.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U7CPeL01F1?Gx[E2~URj%0s.IUR*xZIpxGxZ", "type": "image"}, {"id": 6173722, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea2cb6b6-ed67-4ae8-98b5-68eb8f3a0024/width=450/6173722.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U4A1O-Nx2y%M0O-7Ql4:~qNerq-UOESh?a$%", "type": "image"}, {"id": 6173719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9781ade3-5dc0-448d-a8cb-8cd80d05b3c3/width=450/6173719.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6B:d4DjBV58~qRP9ZIp0L%fMxxD58NH~B-U", "type": "image"}, {"id": 6941784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c2d8c74-4e93-46ba-a84e-6508e5f25678/width=450/6941784.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHE_jWIo4;xZ~UNGIVf6xZNHa#Rk%1I:xZRk", "type": "image"}, {"id": 6941786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5dd1188b-e677-42b8-a66e-8ae2035cbd2d/width=450/6941786.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDEC5vxYM_~W-n-:?GocR+-p-pIpIVof%2R*", "type": "image"}, {"id": 6942302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1fc93765-8f9e-473a-b5d9-6771e3336ce2/width=450/6942302.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U68|@ZaJ0Koe%~V@Z~oeyDj]MdR+~qRj4ot7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/324391", "modelId": 288463} \ No newline at end of file diff --git a/datasets/metadata/324470.json b/datasets/metadata/324470.json new file mode 100644 index 0000000000000000000000000000000000000000..6a57dd7e0bbccaa28afe79ad700c94321c66f61f --- /dev/null +++ b/datasets/metadata/324470.json @@ -0,0 +1 @@ +{"id": 324470, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-01T23:45:47.924Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 342, "ratingCount": 55, "rating": 5, "thumbsUpCount": 71, "thumbsDownCount": 0}, "files": [{"id": 256857, "sizeKB": 22246.70703125, "name": "Kuraki_Suzuna_MoonlightLady-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-01T23:40:44.435Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "69697F5A", "AutoV2": "A13BB83508", "SHA256": "A13BB83508C878DC6437D0615F43665DB434B304DDE65FD52BF231715BF20C52", "CRC32": "9BBC7EBC", "BLAKE3": "FE940A7AB125B0B1576CC752689DB2FB3CC44A557CE96BBDAEDDC339409ECF62", "AutoV3": "9E148B3A6E4A"}, "downloadUrl": "https://civitai.com/api/download/models/324470", "primary": true}, {"id": 256858, "sizeKB": 49117.5634765625, "name": "Kuraki_Suzuna_MoonlightLady.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-01T23:40:55.861Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9A321D4F", "AutoV2": "732F269BEB", "SHA256": "732F269BEB8560371C871C5715CE469AAB334FE0A6B520645C792B20BDCE029D", "CRC32": "C3D62590", "BLAKE3": "012FFB40C44BAF04208AA4928F61AE07F982DB39D651C87CDD12C43884E89271"}, "downloadUrl": "https://civitai.com/api/download/models/324470?type=Training%20Data"}], "images": [{"id": 6157108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ed22dd8-78d4-44c7-afee-9b33fe81a06a/width=450/6157108.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWLNS@M{?^R.o}oe?HxutSs;?axax^a#nhRj", "type": "image"}, {"id": 6157109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a7edc98-d55f-481a-a9e9-cb46fc78b8e3/width=450/6157109.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWLNS@M{?^R.tRoe?HxutSs;?axax^a#nhRj", "type": "image"}, {"id": 6157264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bbeae79-d0b6-47aa-bb4b-14424454c9d0/width=450/6157264.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOM77VDi?bIAIVoe~qxbIVtSxEoLjeIVWBoz", "type": "image"}, {"id": 6157561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b3a0f01-6177-48e0-b39e-5e8f17690d3c/width=450/6157561.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPJ7wN=|IUkCRP-:?Gso4TjF?aoz_NxuRPjF", "type": "image"}, {"id": 6157638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cd6e713-4908-4de2-a16b-17d974fe1601/width=450/6157638.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UILWw}~q?YtRDgE1?EIA00D*?bkWtAD*00nj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/324470", "modelId": 288534} \ No newline at end of file diff --git a/datasets/metadata/324605.json b/datasets/metadata/324605.json new file mode 100644 index 0000000000000000000000000000000000000000..f2ca3e83d470b6532b42eb1c3bf97280b0bcf72a --- /dev/null +++ b/datasets/metadata/324605.json @@ -0,0 +1 @@ +{"id": 324605, "index": 1, "name": "Brittany Miller", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-02T02:56:36.194Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 200, "ratingCount": 15, "rating": 5, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 304521, "sizeKB": 3014.8095703125, "name": "323797_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-07T18:41:00.254Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E7651F61", "AutoV2": "5EC6CCF409", "SHA256": "5EC6CCF409B85D2167906B21694AE57B5067B5144A9E461E633659C7A868E97C", "CRC32": "D33AF1F0", "BLAKE3": "03044B641706CCDB9DE40AA7E0FF67E21D1507CFD90457F34B0458622151D819"}, "downloadUrl": "https://civitai.com/api/download/models/324605?type=Training%20Data"}, {"id": 304522, "sizeKB": 36978.171875, "name": "Brittany_Miller.safetensors.zip", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-07T18:41:01.010Z", "metadata": {"format": "Diffusers", "size": null, "fp": null}, "hashes": {"AutoV1": "856681F7", "AutoV2": "1AE457DF8D", "SHA256": "1AE457DF8DE17FA263A73AEAC93288CDFAF61E159701A9A1486F8EEADCF7AA10", "CRC32": "40B6270B", "BLAKE3": "FF6E5492BE43E2F633AB089D99BCAF1675BB5CDADF1F4CD8F35A436CB4AF211E"}, "downloadUrl": "https://civitai.com/api/download/models/324605", "primary": true}], "images": [{"id": 6162529, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d064fe1-fef6-4389-9273-dbb9e6b2255f/width=450/6162529.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UTHnNd?G?a%L~pbb%gxu%gIUoext%2MxoMbI", "type": "image"}, {"id": 6162525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daa64922-e63d-4872-a3ea-1eb07ff09714/width=450/6162525.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UEG7;]00UE%1~U0fbv$%%{0L^kjZ-:RQtRs:", "type": "image"}, {"id": 6162528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f899819-0ba1-497e-8efe-c169d791f545/width=450/6162528.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UAFNuSU^0xBT01~BNeIUB}9srJ%34n%L%Mn%", "type": "image"}, {"id": 6162526, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/295264ed-11b2-4f5e-b7e7-43af48df1826/width=450/6162526.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UKHda3~U%zJ7?Gxt%0xuD$WT$kxa?Zx[-pa#", "type": "image"}, {"id": 6162527, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9bab120-c57e-4867-88f0-0020bedbab60/width=450/6162527.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "U9G@ul~WK7^*00EM579G%hD%MxE2s*?H%g-p", "type": "image"}, {"id": 6162535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/414df98d-e6ee-456c-b9b2-bc3784ec96f4/width=450/6162535.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8Fh3LQ-0g-pH?JA56NG.RD*~C%K00^PM#9t", "type": "image"}, {"id": 6162530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ce43d39-1f11-404e-a9c2-6492ea77dc15/width=450/6162530.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UFHwry4UuhrZ?u9GNan*FG8{xIOW=xR4V{EL", "type": "image"}, {"id": 6162531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b5f719e-79af-43bb-bf1a-035a0eaf6253/width=450/6162531.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UFEV1z_2PUIV~q?a-:V@EK-:$*bH-:xu%1%1", "type": "image"}, {"id": 6162533, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9fceb3f9-ae2b-4bbd-a3eb-39dfed4b315b/width=450/6162533.jpeg", "nsfwLevel": 4, "width": 768, "height": 512, "hash": "UQHKLfR5GDS#~URjWVxaEet7#qRj%MRkxtIo", "type": "image"}, {"id": 6162534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60b62518-2c9d-4c90-a391-b73bfc97dd4d/width=450/6162534.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UIF}l|8w5kTJ~qI9WCo~pcM_wNo2o$M_ofoy", "type": "image"}, {"id": 6162538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae1ef944-f410-42f5-9a64-3128f4717ca4/width=450/6162538.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UPHKhI~pcrx]~W?bx]xt56W=nmaewJIUR%jY", "type": "image"}, {"id": 6162540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52415c33-85cf-4d37-b66d-3c7b59d8994f/width=450/6162540.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNG@+3~quO-qO9%MNHbv.R?b^+Sx-Wf+oys:", "type": "image"}, {"id": 6162543, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5695cc4c-1f82-435a-b340-1f6ca1554e2b/width=450/6162543.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "ULINHvELY4My~V%gNGw]P8n,-CNZ?FxFxuJ7", "type": "image"}, {"id": 6162541, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7073f3d4-c4b6-4df3-ad9e-b8a99382a05a/width=450/6162541.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UPI4Lx^+%}x]~p%M-;tR9tbaV_n,R7WCS0s-", "type": "image"}, {"id": 6162542, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e14f87f1-a30c-4ebe-a0ca-847e46f6869c/width=450/6162542.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBHA*2~pGsax0101IU-VPTD%v*sp-V-o%LtQ", "type": "image"}, {"id": 6162544, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15047a45-c3b6-459e-b6bb-370d99fac995/width=450/6162544.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UJG7}E~UTdXS~V^*x[tQ0ftlxbxa${baxbxZ", "type": "image"}, {"id": 6162546, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/641cc7b8-7037-4272-8434-31fcd50214c5/width=450/6162546.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UIHA|f00p0xv?]9FELtRSPV^wbRj^*NHa~RQ", "type": "image"}, {"id": 6162547, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f21e76b-f5cd-4910-9643-043578e0559f/width=450/6162547.jpeg", "nsfwLevel": 4, "width": 768, "height": 512, "hash": "UKG8J]_2t,%3_2~qxu%1J6xu-pRj$*RjX6t7", "type": "image"}, {"id": 6162548, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2520d0b-a92f-4178-9f66-672917a982fb/width=450/6162548.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UAGQ|P01*I$*~p00OsM_0d4:=gE1$h-;%2n+", "type": "image"}, {"id": 6162549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d93f136a-09fa-4183-b343-4fa6392276b5/width=450/6162549.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGGaRe~VTwI:0LM|57WW0yD%VvRk-o?H?Gt6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/324605", "modelId": 288660} \ No newline at end of file diff --git a/datasets/metadata/324711.json b/datasets/metadata/324711.json new file mode 100644 index 0000000000000000000000000000000000000000..7e3046a7ca9cafd521dd9736e24398efddaa9d19 --- /dev/null +++ b/datasets/metadata/324711.json @@ -0,0 +1 @@ +{"id": 324711, "index": 0, "name": "wasp", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-02T17:44:39.288Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 116, "ratingCount": 5, "rating": 5, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 257073, "sizeKB": 1556.65234375, "name": "324711_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-02T03:55:40.378Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "611D6C30DB", "SHA256": "611D6C30DBBA87BC46E1ACE7FFF407BCCF58A95D6DD9337BDFB2AE7333449BFD", "CRC32": "8B66C8C2", "BLAKE3": "6B5FB497669D964FEBE076D117796A17B193A88218583CA16DC0DB54C827BD93"}, "downloadUrl": "https://civitai.com/api/download/models/324711?type=Training%20Data"}, {"id": 257167, "sizeKB": 223098.93359375, "name": "wasp.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-02T06:00:58.684Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FEC006D2", "AutoV2": "5CEFECE7EF", "SHA256": "5CEFECE7EF125D97F258BEA204DA02F6B227CE042FD6ABE6D7E79B18198325B7", "CRC32": "F4A99BDA", "BLAKE3": "5E06963AE46DE7B0D29B8E64AB2AB5B6A53853533D2A6915CF7C98A55561F0A7", "AutoV3": "231F701344EB"}, "downloadUrl": "https://civitai.com/api/download/models/324711", "primary": true}], "images": [{"id": 6184247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7621fef6-98a4-4e89-a099-318c4079889e/width=450/6184247.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U6DJnUD7_L?]~n?H8}%g%rxv?J%L5NXRtAnC", "type": "image"}, {"id": 6184243, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f761aefe-c315-44b2-8664-e0bf36b15c57/width=450/6184243.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U8C?[K00?[%y--_1Dj%gPPNI?Hs=I.I.%NxI", "type": "image"}, {"id": 6184244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/586a5652-7847-4e6c-a40d-82ea3152f51a/width=450/6184244.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U8DAC,4U.j?t---VDlg3T@t6$Ts;XepaxuxI", "type": "image"}, {"id": 6184242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e22d22b5-b04d-4dfb-a526-c13214b0ad2c/width=450/6184242.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U5CjE~00.Q%}.5~T4V.QBLI@~B-VExE1?b$*", "type": "image"}, {"id": 6184245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ce08fda-a5c5-49ec-8edd-fa9d8db5e035/width=450/6184245.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCE2%Q=u$^^hx]},^#x@E19IT1t35S0$-o9I", "type": "image"}, {"id": 6184252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd34922a-d1ac-411c-819c-2217658e3707/width=450/6184252.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHJQlEVt~jNG?t${9#tQ^$Rk0nozNM-l9dSh", "type": "image"}, {"id": 6184250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4811b8b-25c9-4f60-a510-b31fe2bb0682/width=450/6184250.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHHdjZ00R?IVEinh-nxZ}]E1NZ~VobxaS2NG", "type": "image"}, {"id": 6184251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a901bf4-0758-4d97-b1c0-3ab75e85579e/width=450/6184251.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNKv:sM^^nw%?]ScIm%LXlM{9r%M4,WTM{R*", "type": "image"}, {"id": 6184256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67896004-189c-41f9-9587-82eeb9c92141/width=450/6184256.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U6Ci?NDj0L0M~p9a-n_1%eIB?G8|8{-oD+4p", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/324711", "modelId": 288758} \ No newline at end of file diff --git a/datasets/metadata/325270.json b/datasets/metadata/325270.json new file mode 100644 index 0000000000000000000000000000000000000000..8ab3b4d7587143c2ba4096e36ed4d19737dfdcb7 --- /dev/null +++ b/datasets/metadata/325270.json @@ -0,0 +1 @@ +{"id": 325270, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-02T13:26:36.471Z", "availability": "Public", "nsfwLevel": 3, "description": "trained on her insta pics
", "trainedWords": ["vanessamai"], "stats": {"downloadCount": 204, "ratingCount": 11, "rating": 5, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 257528, "sizeKB": 147643.65625, "name": "vanessamai_sd15_768_128_64_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-02T13:25:48.923Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E2AD08F5", "AutoV2": "EF4162C3ED", "SHA256": "EF4162C3ED48A0AD045C4AEF77034AB7AB97E32A905B95F97A8AC860D14ACAFA", "CRC32": "34218DDB", "BLAKE3": "F251AB9CEF2CBE1E126CF759829F84899A8DB66EA5B6A191B3F7617D5584A425", "AutoV3": "F4234CC65357"}, "downloadUrl": "https://civitai.com/api/download/models/325270", "primary": true}, {"id": 257531, "sizeKB": 595529.73046875, "name": "vanessa mai training data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-02T13:26:14.295Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A148FDEB", "AutoV2": "47130DBE55", "SHA256": "47130DBE55F4B8E31F9CADFDE29710A03E4137DEF71C34CD541451E47FE7B789", "CRC32": "5F25F177", "BLAKE3": "5C0FCEF30812325578C2FDE0833057A23B0E114EBB867C06E1A24E06F2AE11B4"}, "downloadUrl": "https://civitai.com/api/download/models/325270?type=Training%20Data"}], "images": [{"id": 6176554, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/154ddb48-1e9f-45e0-8863-ad05b9b2af9c/width=450/6176554.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UNFq]*E1-:IU~VRj-ooJt6j[xZof-VbHWBj[", "type": "image"}, {"id": 6176593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ac31e4f-4163-4c36-8a5f-2ee1a406720e/width=450/6176593.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCC?DkXTPV~VI:smr=IVELR+nNofNGxaxaIo", "type": "image"}, {"id": 6176591, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e510bf05-81b9-46e2-9ea4-c234c2844070/width=450/6176591.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCCPnr~qpI9ZQ,D$WUazSibIaKs:tR%Mxua}", "type": "image"}, {"id": 6176590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3153e017-c8b4-4876-bd00-50f1cb1fa827/width=450/6176590.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6By]W80^I0KDN]N13-:Q-9Z$fS%px%gnOwu", "type": "image"}, {"id": 6176592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44c3b4ec-39c0-4d81-9182-d5fbc43bbbcc/width=450/6176592.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULFO[f%L%gIU~9Mx-;M{?boL$$j[%g%L%LM{", "type": "image"}, {"id": 6176608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9d8924b-2891-4831-9cad-7d79e3dadd81/width=450/6176608.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFEyPg-=yYM{~WNG?bM__Nt7%2axxvxu-:M{", "type": "image"}, {"id": 6176609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/995afa27-f105-4a63-a5df-73cd0d20ecec/width=450/6176609.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5By?O~VNu4.009FR*-;T0x]D%RPxuxt-ps.", "type": "image"}, {"id": 6176588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62a61570-bbff-41e7-b72f-6e1411f5e83f/width=450/6176588.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9BMrc~q9a0e004TxutR%#%NV@w]I;bbxaxF", "type": "image"}, {"id": 6176589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2324d027-926f-46c2-898d-22fd6b335bf0/width=450/6176589.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5Bp2%00AsRl8_NJskM{tkNH~B0LOX9a~B?G", "type": "image"}, {"id": 6176594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1c49b08-b9bf-4a99-8aa2-6ed8f5336b48/width=450/6176594.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7Dv1U^k5R01rVM__3f6~q-:D%sn~p^+%1IV", "type": "image"}, {"id": 6176596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04c8cc98-9bdd-4811-823c-37eebeabf39e/width=450/6176596.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5Cr_=^+%~~B004nIA4oX.kXD%%MIo?H~Vs,", "type": "image"}, {"id": 6176597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec28f6f9-89e6-4b6d-bea3-70a963bb49a2/width=450/6176597.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5C~;rL4^J00Zz+s9x-;Di9Znhx]yE%MRPwb", "type": "image"}, {"id": 6176599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/701d8332-5c1d-4b54-baf2-fc7785d489c6/width=450/6176599.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFE2wj_3.T_24.D%DiD*Sht7aLbHR*t7xuR*", "type": "image"}, {"id": 6176598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8c12feb-9dae-405f-a33c-d12ddd8d82f5/width=450/6176598.jpeg", "nsfwLevel": 1, "width": 1024, "height": 908, "hash": "U6B:BGs-000K01oz9G^*xuM|~VWB0KWB-poz", "type": "image"}, {"id": 6176601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27a82352-f12b-4e9e-9720-725e2eba7a5f/width=450/6176601.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8CiUAt7000L0L^*M|NGxu9a~V?H4oR*-pxu", "type": "image"}, {"id": 6176603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1edeb117-3317-43ae-9672-8d393826d548/width=450/6176603.jpeg", "nsfwLevel": 1, "width": 1024, "height": 779, "hash": "U9D]C:00TJ00~p0K^+Rj9Za}-p%LRit7oJt7", "type": "image"}, {"id": 6176604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e4374bf-1e26-4b10-8a50-acbc8a8b4975/width=450/6176604.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U4BMA1}?0g0MO?9u%L-o%LofMyaK5R%2^jEM", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/325270", "modelId": 289273} \ No newline at end of file diff --git a/datasets/metadata/325942.json b/datasets/metadata/325942.json new file mode 100644 index 0000000000000000000000000000000000000000..102a01f95c9aaa46404f0ab5607dcfda999674ad --- /dev/null +++ b/datasets/metadata/325942.json @@ -0,0 +1 @@ +{"id": 325942, "index": 0, "name": "v1.0 ponyXL", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-02-02T21:40:00.106Z", "availability": "Public", "nsfwLevel": 19, "description": "", "trainedWords": ["k0k0mi", "detached collar, detached sleeves, white shorts, thighhigh, bowtie"], "stats": {"downloadCount": 260, "ratingCount": 18, "rating": 5, "thumbsUpCount": 34, "thumbsDownCount": 0}, "files": [{"id": 258083, "sizeKB": 223103.80078125, "name": "k0k0mi-ponyxl-5-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-02T21:31:24.850Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7B01B8E8", "AutoV2": "B75E30307B", "SHA256": "B75E30307BDA77023799B67A37643FB8A9BA8ECFE0EE2E47D06FC1B4A15C3537", "CRC32": "DFF5DD8A", "BLAKE3": "FC6BFC2ACBC701296520B7901C5C2C6CB8D699FD4D18955868A34D045F5F2896", "AutoV3": "BF56965AB233"}, "downloadUrl": "https://civitai.com/api/download/models/325942", "primary": true}, {"id": 258085, "sizeKB": 240262.8974609375, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-02T21:31:27.306Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "11F7122D", "AutoV2": "BF7B6AD9C5", "SHA256": "BF7B6AD9C5398199DF4A9BE78AFA6C781A15BC0ADE49A1979E766D59C8E7EA5D", "CRC32": "C1A75059", "BLAKE3": "396BE38F264C0F132238DB561B4BA8E7520D586C6E02B0B8DCDC3D4050FC970C"}, "downloadUrl": "https://civitai.com/api/download/models/325942?type=Training%20Data"}], "images": [{"id": 6190511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c9b5b1e-7048-48ec-b2de-f7f4d384547f/width=450/6190511.jpeg", "nsfwLevel": 2, "width": 1536, "height": 2688, "hash": "U8I=GdtT00%g^oX9*GtR.Zoz0$bvECR%0MM|", "type": "image"}, {"id": 6190530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bba769a8-9db3-4a9b-8316-8b278234854a/width=450/6190530.jpeg", "nsfwLevel": 16, "width": 1536, "height": 2688, "hash": "UXJ*#O.T0zb_SjogozoeKPajxuog-=ogtRog", "type": "image"}, {"id": 6190543, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37662a78-d3db-4576-a573-8d975e3e0641/width=450/6190543.jpeg", "nsfwLevel": 16, "width": 1536, "height": 2688, "hash": "URKw%{.T10XnIxS8T1Ro56V[R%WAR7njRkR+", "type": "image"}, {"id": 6190577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fa19116-3327-4b2c-9274-3bd59568aab2/width=450/6190577.jpeg", "nsfwLevel": 16, "width": 1536, "height": 2688, "hash": "U4G[yg000000?c4T0.4-.hHrTyIU}_Mc.AjF", "type": "image"}, {"id": 6190603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9d56f0e-fbaf-4eac-8ef0-c001edf29efb/width=450/6190603.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UHJacfD*0J_1}]RkkBxt5OjYxvSh9boIRiaj", "type": "image"}, {"id": 6190647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18e31113-b457-4cfd-b426-8e583d7ffc0f/width=450/6190647.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UjJ*SB_LOQxtx[tQJ7s:nQo#kERQM}Rnt8og", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/325942", "modelId": 289883} \ No newline at end of file diff --git a/datasets/metadata/325994.json b/datasets/metadata/325994.json new file mode 100644 index 0000000000000000000000000000000000000000..33709a55d48b8d3dbf0c2175867057a10d7abc36 --- /dev/null +++ b/datasets/metadata/325994.json @@ -0,0 +1 @@ +{"id": 325994, "index": 3, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-03T01:00:00.000Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["g1b1"], "stats": {"downloadCount": 197, "ratingCount": 10, "rating": 5, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 258136, "sizeKB": 134778.13671875, "name": "g1b1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-02T22:11:19.990Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "121C5F46", "AutoV2": "D7F6F0695F", "SHA256": "D7F6F0695F4BF27697D8A60B08150B1D15BB51441675A95D82CF8754D5D899E0", "CRC32": "252A7441", "BLAKE3": "801F56023C056EE505E9D8C8FBEC3E4176007F3A77CF405D562F88E87A29264F", "AutoV3": "C09C2D0E9670"}, "downloadUrl": "https://civitai.com/api/download/models/325994", "primary": true}, {"id": 268269, "sizeKB": 31630.0966796875, "name": "g1b1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-10T21:56:23.148Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5C257B3D", "AutoV2": "0C66E9F30F", "SHA256": "0C66E9F30FBAEF6662D830D4E073DAFAABE26C96D08C79A36B766F6C1C76A855", "CRC32": "8FFC3414", "BLAKE3": "8919ED1E3B625D4A016819EA0B8227574338133CBF2740AB355CB2FB3157B6CE"}, "downloadUrl": "https://civitai.com/api/download/models/325994?type=Training%20Data"}], "images": [{"id": 6191566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b06169c9-2708-47e5-b1c3-8fa37a5e114a/width=450/6191566.jpeg", "nsfwLevel": 1, "width": 680, "height": 848, "hash": "UEG7xhMwA]tS9FOZEM9t0zsm}r-UOYEMRjxu", "type": "image"}, {"id": 6191556, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/231ef2fb-0c42-47f4-b51b-af48201b02dd/width=450/6191556.jpeg", "nsfwLevel": 2, "width": 680, "height": 848, "hash": "UCG8AoJ:01~WV@XmJ8R%4;xZ-URj?GNGRjWX", "type": "image"}, {"id": 6191546, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/417b6056-713e-4e51-9158-7e8b39b4b7b6/width=450/6191546.jpeg", "nsfwLevel": 1, "width": 680, "height": 848, "hash": "UCGRC-015P^k%3D*E1-Vs+s.R*$*~BELNGt7", "type": "image"}, {"id": 6191562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7419c4a1-000e-4901-9bb4-32a2f44062f9/width=450/6191562.jpeg", "nsfwLevel": 1, "width": 680, "height": 848, "hash": "UMG*~L%g5Q-p00V@S4t7.Ts,$iIV4-ogsoM{", "type": "image"}, {"id": 6191564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e80c006-b17e-4a46-b68b-94874983b07f/width=450/6191564.jpeg", "nsfwLevel": 1, "width": 680, "height": 848, "hash": "UDFO.Ss:5RE+IV%3%gx]_Nxvs:%M_NNHMx%2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/325994", "modelId": 289940} \ No newline at end of file diff --git a/datasets/metadata/32631.json b/datasets/metadata/32631.json new file mode 100644 index 0000000000000000000000000000000000000000..20e6dea506d8cb91c2c02e285ffd6fe3dd79758c --- /dev/null +++ b/datasets/metadata/32631.json @@ -0,0 +1 @@ +{"id": 32631, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-31T17:17:43.527Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["tendouakane", "ovadress", "akaneyellowdress", "furinkanuniform"], "stats": {"downloadCount": 740, "ratingCount": 141, "rating": 5, "thumbsUpCount": 145, "thumbsDownCount": 0}, "files": [{"id": 26879, "sizeKB": 57303.060546875, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-31T17:21:28.436Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8ADE2D07", "AutoV2": "891A9A5F44", "SHA256": "891A9A5F44FB7939DEAF3969A22AF239F6A10D65D5AA9748CBAD18877116274D", "CRC32": "D3778D81", "BLAKE3": "D467EA139E7DDA6FFC0C6A8D6CCCF2748EC2083570BEF5B94909168EF8BD191E"}, "downloadUrl": "https://civitai.com/api/download/models/32631?type=Training%20Data"}, {"id": 26878, "sizeKB": 73849.5244140625, "name": "TendouAkane.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-31T17:21:21.076Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "437168E6", "AutoV2": "0BCCE3692D", "SHA256": "0BCCE3692D259D8F92C21F9811C99873CEF5DED9316E17F8CD2007D26CE49D8F", "CRC32": "FAFA89DF", "BLAKE3": "BC498B6ADE40E1D590535A2A4BF7F3FCACC16813730A0F1BD7F46C0E1ABD2EBA", "AutoV3": "91836E49F32F"}, "downloadUrl": "https://civitai.com/api/download/models/32631", "primary": true}], "images": [{"id": 1380339, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15ec8e43-d86b-4a6d-b571-bbb65fad25b6/width=450/1380339.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "ULHVSX_N=_xu~We-ODxu8^RkNwWBMds:^*oz", "type": "image"}, {"id": 1380306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f2e46fb-888f-4ce1-a994-12d1dd927dc3/width=450/1380306.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "ULJG[.~pyD?F0UIWRPIV5Rof-Vxs?a%M%2t7", "type": "image"}, {"id": 1380303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f441213-1fab-4fb9-a4ab-16618a4857ad/width=450/1380303.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UJI}6e9a~qiwpJMxtRIU5RaKyDnhcFWB%2o0", "type": "image"}, {"id": 1380338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45f8af08-2e0f-4640-bdda-9aee4c46d1c4/width=450/1380338.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U9G+2Y01:z~q~X%2$~%2rXs:0LWA01xakCNH", "type": "image"}, {"id": 371798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d95a5cff-134a-41f1-8463-fd768093c400/width=450/371798.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UXKKQA~VE2?ZEAWFxuf.Iq%L^*oy?Ft7j^WA", "type": "image"}, {"id": 371806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1a49ad2-f90e-479e-56dc-143d00bbd000/width=450/371806.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UVGcAQxtnL_Nv#tS%#oOD*bc%LM{yXM_VrIo", "type": "image"}, {"id": 371800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a03877f4-84ad-49c2-ca42-424e8eb2ff00/width=450/371800.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UNIYIST{0d?CD~TV.kwGM}t5%c$M^,-:InVt", "type": "image"}, {"id": 371807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/982796af-9063-44f3-ccfa-c4c3c857ac00/width=450/371807.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UWJ80C~V-k?bI9R%tRWB9ZNJs:aJo$ROn#kE", "type": "image"}, {"id": 371804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16314eb3-8cb0-4463-4a07-2e30eb97ba00/width=450/371804.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHGSfbRi~WE1v~?bE1t69F-VkXtRD%Eh?bxY", "type": "image"}, {"id": 371805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c56c979-e088-48c8-6ce6-1f75d03c6d00/width=450/371805.jpeg", "nsfwLevel": 2, "width": 1536, "height": 583, "hash": "UcK-Um-iw[%1?cWtNHRk%Noft7of~qn#s:ax", "type": "image"}, {"id": 371808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60aff0c9-1d2f-4a1b-7c74-e2504a150e00/width=450/371808.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UUIE^Z_3~B?v$+t7Sxxu8{fkx[NGOtxZ%0W=", "type": "image"}, {"id": 371803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03185ec0-b85e-4023-1d0f-7eccb50e1600/width=450/371803.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UXMQIi9ZyGxYpLt6-nM|D+ocxYM|E2WB%2WB", "type": "image"}, {"id": 371802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36b328db-c8ea-4e16-1162-185003c64100/width=450/371802.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UPKdr3M{9z4.4=kC-f%Lt0s:?Gxa~mxZa$WC", "type": "image"}, {"id": 371801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03e6944e-4e0b-40ac-70d1-1638b88c9a00/width=450/371801.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UXLzaO%h_Nnh9Zs*?Hi^x^NGjEs.-;XAx]X9", "type": "image"}, {"id": 371799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7045fd1f-5d55-4991-5dcb-a26fdd414000/width=450/371799.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UiN,e|Rl~qxaD%MxxbjY-?V?V?t7%Ls:ozoz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/32631", "modelId": 27257} \ No newline at end of file diff --git a/datasets/metadata/326591.json b/datasets/metadata/326591.json new file mode 100644 index 0000000000000000000000000000000000000000..837b3425c630b4b38a769c0f9440993ec65eb1cf --- /dev/null +++ b/datasets/metadata/326591.json @@ -0,0 +1 @@ +{"id": 326591, "index": 0, "name": "Daubing", "baseModel": "SDXL 1.0 LCM", "baseModelType": null, "publishedAt": "2024-02-03T23:59:44.694Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 128, "ratingCount": 7, "rating": 5, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 258666, "sizeKB": 144814.15625, "name": "326591_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-03T09:50:54.120Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B4683038", "AutoV2": "A74D4D9F9D", "SHA256": "A74D4D9F9D66E28BB986654F5155FB44218C00F53AEF827FFB185003E6F1E406", "CRC32": "1D45774A", "BLAKE3": "99BA639027E1FB5A89CFEFA487D7E654EC4A4C4F66BC2FB1983F0A2271B81AA7"}, "downloadUrl": "https://civitai.com/api/download/models/326591?type=Training%20Data"}, {"id": 259313, "sizeKB": 223104.44921875, "name": "Daubing-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-03T20:55:53.371Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9BFBB97B", "AutoV2": "6E2468BC74", "SHA256": "6E2468BC74070DF1A0433699F33A4A1F36DD7CF057A9B12DF8971B84804A6A0F", "CRC32": "73BC74BA", "BLAKE3": "F1649BB332125B902EF2A9D4CB2C20A125EAB63D9925F0C206B9440A40B57D43", "AutoV3": "DC6A9ACE852D"}, "downloadUrl": "https://civitai.com/api/download/models/326591", "primary": true}], "images": [{"id": 6229133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8449e7c6-e8ad-4f1f-acd9-ddd1b6c4e13c/width=450/6229133.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Bo]W0M01~B4o%LyCMyFxaK,qo|Nbt6r?M|", "type": "image"}, {"id": 6229135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3bffa97a-14ea-4adc-adab-e8bef2fd4764/width=450/6229135.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJF#2Gt7IoIp}m9vt7xZ^Pt6I;axE2Rka#%1", "type": "image"}, {"id": 6229136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93fb36f0-fbca-4fd4-bba9-0f7393c0019c/width=450/6229136.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7GH|]%L01EOMy0L.7S50Ms:~UxaNGozMyRj", "type": "image"}, {"id": 6229134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d025bf8-462f-4053-8a88-3dbf69582ffd/width=450/6229134.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8FOus014:-.~U4o_1-o9axYxut6IWa}xtE2", "type": "image"}, {"id": 6229137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a82f8620-d034-4bbc-bb8a-dd757ef2a427/width=450/6229137.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6Byso=?00.8Q,SOT1$eahxGba9u0LtR~UMx", "type": "image"}, {"id": 6229053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/120befef-8b49-4629-a0b2-2b2749f3b07f/width=450/6229053.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UABW6,~9=V?a#jxatmxtM_bbSiV@R*oJ%1WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/326591", "modelId": 290530} \ No newline at end of file diff --git a/datasets/metadata/326874.json b/datasets/metadata/326874.json new file mode 100644 index 0000000000000000000000000000000000000000..69abe4d18f36545d1a6f48440eb4f806418f71da --- /dev/null +++ b/datasets/metadata/326874.json @@ -0,0 +1 @@ +{"id": 326874, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-03T14:23:51.211Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["oumae kumiko"], "stats": {"downloadCount": 510, "ratingCount": 54, "rating": 5, "thumbsUpCount": 73, "thumbsDownCount": 0}, "files": [{"id": 258882, "sizeKB": 22659.75, "name": "kumiko.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-03T14:25:40.089Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E40C6C12", "AutoV2": "E7BCF1CFDB", "SHA256": "E7BCF1CFDBE557AB4A2899DFCAFDBB95029B5117D06FEE123AB4FDE06844F90F", "CRC32": "866774D4", "BLAKE3": "0E5F56E02CB1BC8284A2D847B8B6A481820841D10895F058D054638BA7D4EEFE"}, "downloadUrl": "https://civitai.com/api/download/models/326874?type=Training%20Data"}, {"id": 258888, "sizeKB": 56080.08203125, "name": "kumiko_xl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-03T14:30:49.887Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6F52FF29", "AutoV2": "9AE9345C97", "SHA256": "9AE9345C971989D1CD6545750245ADD7AD5F6C1E52564DEC3787294284F6A7AD", "CRC32": "F603EDA9", "BLAKE3": "79B3B99AC8C8B2B4144C87E75DC341E8FAD3AABAE1FFAAEF40346E30157B3C35", "AutoV3": "6127A1218252"}, "downloadUrl": "https://civitai.com/api/download/models/326874", "primary": true}], "images": [{"id": 6211757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c4c9129-87b6-404f-82a7-3c9ea01c5030/width=450/6211757.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKFOW2^%ouj[~7xrxuWB?Zxs%0s:~Ut6S2s:", "type": "image"}, {"id": 6211762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3440bf1b-85e5-49c5-8001-aa2d8727ae9f/width=450/6211762.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFHLk_%M7vnyrXtMlB%LTe_4$cNGIokrxu-:", "type": "image"}, {"id": 6211760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6eb262c8-d741-4d57-912b-c6b0d6e83d05/width=450/6211760.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMI=0{~qJ4_39Eof?ckV00IUIoIUFgs:ITW=", "type": "image"}, {"id": 6211761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6964a9c4-89ce-4928-a563-a8920973977a/width=450/6211761.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UTKwkE%M*J%M0gtRJWoyx^xu%gE1x]oz%MV@", "type": "image"}, {"id": 6211763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8d52459-d44d-406b-8a56-b55f711f39c0/width=450/6211763.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9F~mqDjJN%NF^xu9ZD%?^xtMx%2tkt7?Gay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/326874", "modelId": 290772} \ No newline at end of file diff --git a/datasets/metadata/326986.json b/datasets/metadata/326986.json new file mode 100644 index 0000000000000000000000000000000000000000..a384480dd8ce637b9686d897f60ad428fc498d88 --- /dev/null +++ b/datasets/metadata/326986.json @@ -0,0 +1 @@ +{"id": 326986, "index": 0, "name": "SDXL 1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-03T15:45:01.608Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["CardboardStyle"], "stats": {"downloadCount": 371, "ratingCount": 31, "rating": 5, "thumbsUpCount": 74, "thumbsDownCount": 0}, "files": [{"id": 492113, "sizeKB": 58471.240234375, "name": "CardboardStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T13:16:17.520Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F70439D7", "AutoV2": "5B1BB8165C", "SHA256": "5B1BB8165C14B0FFA91177334120499FF25F39809732D83E63DBAA37B6C4807A", "CRC32": "C1E8CDB4", "BLAKE3": "F47F2E73A9F2E387D3847284879FB0176473D633F9933C6D8136388999B7F55F"}, "downloadUrl": "https://civitai.com/api/download/models/326986?type=Training%20Data"}, {"id": 258980, "sizeKB": 166542.67578125, "name": "CardboardStyleXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-03T15:45:42.873Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4BB1B6CC", "AutoV2": "E88B6077BA", "SHA256": "E88B6077BA6FF54F278B120D5C24D52FC62C31D0E312133D86F8CCE1FD5F3EA0", "CRC32": "A9E46880", "BLAKE3": "D59C90C9545E71F79DBD18F14D78CFEAB31293DB180E9A51BF5391CE708CFCDE", "AutoV3": "8E40C0F7F430"}, "downloadUrl": "https://civitai.com/api/download/models/326986", "primary": true}], "images": [{"id": 6214612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e495ffb-4d0b-47d1-8323-7e82bcbc07f9/width=450/6214612.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U6E{5~~70r001A4TxBwGOq^*%L-;009aEnOt", "type": "image"}, {"id": 6214604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d84d56b-be03-422c-841d-79c9f92b1a46/width=450/6214604.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UAF62q?]005O0dNXR$NE?Zkp^+?H0JSc-;kp", "type": "image"}, {"id": 6214625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25e876e8-aca9-43ee-b228-40c33f62591e/width=450/6214625.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U9FO[Z00~p~V1+Di0MIpo~IA?GIU?bM_%Ls:", "type": "image"}, {"id": 6214611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c97686b9-7812-4afe-9397-407784f9eca7/width=450/6214611.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UEFO.PMc~p%M$dMxR%xuJDRjNHayMxIo-qNG", "type": "image"}, {"id": 6214623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b65d8c03-455d-4edc-8bf0-62cfeca29a12/width=450/6214623.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U9G*{5_N#$00Embc4.8_58XT4:D%R4-oogM{", "type": "image"}, {"id": 6214606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b633806a-0005-447d-a5da-87c9c59f01d7/width=450/6214606.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UGHU%k~WV@IU2TIXIVt35SI9D+-:FwM}-ntR", "type": "image"}, {"id": 6214607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b86dd4c-ddc6-41fd-963d-abdccaed6487/width=450/6214607.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UGI;;d_NJDxuENIURjxaElIUskRkRiobaxR+", "type": "image"}, {"id": 6214609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42c2174b-e8f2-43f8-a34f-8fde70ce7422/width=450/6214609.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UGLD=I.T?b_N}@.SH=8^%%S%%gR-xZf8NGIB", "type": "image"}, {"id": 6214614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0cd9c2e-6d6a-46ec-a14c-2e185d41d5d9/width=450/6214614.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UEG8r@~oJ99Z9uR-tRIVH?aK9Gt6~Vj]D%NG", "type": "image"}, {"id": 6214621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f2bdba6-6d9b-41bb-bbb7-4f342773d7c3/width=450/6214621.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UHF}_x~ptPNK1iE2EMn}x[?Gbvxaf#OD-PR*", "type": "image"}, {"id": 6214619, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37052d6c-26d3-4ad3-9eda-851f3a70f33e/width=450/6214619.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U6F#,S8w^j~B00of^*-U0NIA%g9G^i4:I=E1", "type": "image"}, {"id": 6214624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c19a19ef-7bc7-4045-9464-40c404cf5d67/width=450/6214624.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "UKL{t~Di$2%L~AxF9uEM9aR-Sht7xZR*j[xZ", "type": "image"}, {"id": 6214617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa1a3920-2a7c-4fc1-beae-5b58896d808a/width=450/6214617.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UQFFpf_NS$ozx^WBaJs:ItoMsot7aJV@M{Rj", "type": "image"}, {"id": 6214622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc122974-e9bf-436c-aa3f-6e98b6dd9f1d/width=450/6214622.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U9EpM%Ht01oxQ2?bM19bKdIo}[m.PogIx[=y", "type": "image"}, {"id": 6214620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a0ee198-80c5-4c52-8aa6-0eaa87bc1d14/width=450/6214620.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UFKdJ3-O?H~V58-p01Rls;9GNIRjNJW;?HkC", "type": "image"}, {"id": 6214613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ee5b7d0-f7a0-4574-a256-0e5e26f3b21c/width=450/6214613.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UTJa1I_2I=tROZ57V@R+~UslM{R*o#jsaxWA", "type": "image"}, {"id": 6214618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57e0ce72-c3ca-4515-83f6-b394b9d3634d/width=450/6214618.jpeg", "nsfwLevel": 4, "width": 768, "height": 1344, "hash": "UPKd_6*0%$Xn?G-UXUM{xa%LWFV@sobcM{WC", "type": "image"}, {"id": 6214616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edd0e69b-5971-4a9c-97f6-caf512721d8e/width=450/6214616.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UKF?2?_N%h%hM{WAD%IAxutl%L%MrCxES5WV", "type": "image"}, {"id": 6214608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6da7b6ea-1cf4-442b-b6d8-e76dd3700e01/width=450/6214608.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UHIELf~V9_O@FxE1$joJ10OsxG-ovMrXX5Nc", "type": "image"}, {"id": 6214615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c20e494-5aee-489d-bb79-6f74b48c925a/width=450/6214615.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UBCF|*-O8^TLPXRjZ~-pF$Ip9F%LtSE2D+xW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/326986", "modelId": 277115} \ No newline at end of file diff --git a/datasets/metadata/327145.json b/datasets/metadata/327145.json new file mode 100644 index 0000000000000000000000000000000000000000..8e2651a1455b3ed46d05b566d0e406037c66a6b1 --- /dev/null +++ b/datasets/metadata/327145.json @@ -0,0 +1 @@ +{"id": 327145, "index": 0, "name": "Ankh Necklace V3", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-04T03:30:34.029Z", "availability": "Public", "nsfwLevel": 5, "description": "Dataset contains more anime/toon images and full-body images
", "trainedWords": ["ankh necklace", "gold", "silver"], "stats": {"downloadCount": 98, "ratingCount": 14, "rating": 5, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 259159, "sizeKB": 16471.1689453125, "name": "327145_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-03T18:31:25.801Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "44F3E6F3", "AutoV2": "69BA63E5AF", "SHA256": "69BA63E5AF96E1F6CEADA6C562D3CC324B1F6EB2381243968B7CBD5225111408", "CRC32": "FBDEF271", "BLAKE3": "509682679C945985173F360C44A207515BA789AF0B69B1DF4577594CA51E7FA7"}, "downloadUrl": "https://civitai.com/api/download/models/327145?type=Training%20Data"}, {"id": 259665, "sizeKB": 36979.015625, "name": "Ankh_Necklace_V3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-04T03:30:40.628Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7E8F8102", "AutoV2": "C793D172E4", "SHA256": "C793D172E4F6D0A2486EBEDA8E59D5D0F07AE3D620EC22F491CD3CCC771111B9", "CRC32": "3D81AEB8", "BLAKE3": "9C80B5B7FA7903F4D52F6825D7D9FBBC664AD2B2586998C01B3EAAEF81907690", "AutoV3": "EE3D27A8BFF6"}, "downloadUrl": "https://civitai.com/api/download/models/327145", "primary": true}], "images": [{"id": 6234022, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66b060b6-c10a-4d7d-816d-26d8d00f56c3/width=450/6234022.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1920, "hash": "UQLpK%^kuPo#~qkDxuofpI9a={xDR*xaIoNx", "type": "image"}, {"id": 6234021, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdef73e4-4ad4-4acc-985e-b7e4be090515/width=450/6234021.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1920, "hash": "UFMi$m?G0}xu00RjN_M|00WBM{NG~qj[IUj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/327145", "modelId": 291014} \ No newline at end of file diff --git a/datasets/metadata/327266.json b/datasets/metadata/327266.json new file mode 100644 index 0000000000000000000000000000000000000000..def553a4dd345243ecb6005cee5f776441b02696 --- /dev/null +++ b/datasets/metadata/327266.json @@ -0,0 +1 @@ +{"id": 327266, "index": 0, "name": "v1.0 ponyXL", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-02-03T20:14:21.539Z", "availability": "Public", "nsfwLevel": 27, "description": null, "trainedWords": ["vl4dil3n4", "streaked hair, red streak", "military uniform", "cic4d4 bodysuit"], "stats": {"downloadCount": 194, "ratingCount": 21, "rating": 5, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 259211, "sizeKB": 151590.552734375, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-03T19:22:05.381Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0D833880", "AutoV2": "1D8744BC37", "SHA256": "1D8744BC377A3DC60BDBC127EA0430F8AC2903A0341358219E0590C1683C003C", "CRC32": "656FF87D", "BLAKE3": "9702EE546FCB9F4FE979C69EA35D8E27BBDEB2E4B77CAE69DC7236477DF4A0B4"}, "downloadUrl": "https://civitai.com/api/download/models/327266?type=Training%20Data"}, {"id": 259210, "sizeKB": 111756.65234375, "name": "vl4dil3n4-ponyxl-1-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-03T19:22:07.636Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "862E57C0", "AutoV2": "FDAAF0AFDB", "SHA256": "FDAAF0AFDBB3B9F86732F2231E5516188DEDD52DFFFB94ACABF97BEEE915C624", "CRC32": "AA9B1F56", "BLAKE3": "B05B34E75CC9D51AECF595B8E8BCD251F474B6437D3E8B0564E6B81FF1E686D0", "AutoV3": "343ACD244899"}, "downloadUrl": "https://civitai.com/api/download/models/327266", "primary": true}], "images": [{"id": 6221783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/faa28a4e-b797-4856-814a-8231f8e01eed/width=450/6221783.jpeg", "nsfwLevel": 2, "width": 1536, "height": 2688, "hash": "UHFiV;s%F.xt_Mer55IV-;Mz9HMzT0IV%1bD", "type": "image"}, {"id": 6221792, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31d14a39-b5f4-4f37-817a-39aafe2726a5/width=450/6221792.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UVHC4d?^5OtPo~o~S7oM%go#Rnjbj^ofjYk9", "type": "image"}, {"id": 6221822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ad72b3e-c5d3-4450-921d-aa9f31d5a739/width=450/6221822.jpeg", "nsfwLevel": 8, "width": 1536, "height": 2688, "hash": "USIqQb-;%3xu~pj?E2afogWCD*ahM|jsawj?", "type": "image"}, {"id": 6221827, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a213ec68-cdc2-41d8-8257-b929fe5f7675/width=450/6221827.jpeg", "nsfwLevel": 16, "width": 1536, "height": 2688, "hash": "UDGu2{~XRpxa_1tQ01M{4.E10KMyE0M{%JbX", "type": "image"}, {"id": 6222353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6791550-bc05-4095-a39b-3521503a53e9/width=450/6222353.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UAG+H%_L00EdOaWZ4:ELek^k%3Rh00NZ-oRi", "type": "image"}, {"id": 6221829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a8e0210-5f12-45d9-b64d-2b5557a6e15b/width=450/6221829.jpeg", "nsfwLevel": 16, "width": 1536, "height": 2688, "hash": "U7J@d:0000?v0LI;D$oz00%M-Uae~qMx?bR+", "type": "image"}, {"id": 6221846, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00a091f1-2de7-4a65-85e5-ec8dce52c8bf/width=450/6221846.jpeg", "nsfwLevel": 16, "width": 1536, "height": 2688, "hash": "U4KKNN0000.S00S5MwNH56%MD%Mx~qV@-=kB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/327266", "modelId": 291121} \ No newline at end of file diff --git a/datasets/metadata/327400.json b/datasets/metadata/327400.json new file mode 100644 index 0000000000000000000000000000000000000000..ccb9f25af7c8e69f04ff0ecf7e93d7f27e5384fa --- /dev/null +++ b/datasets/metadata/327400.json @@ -0,0 +1 @@ +{"id": 327400, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-03T21:05:44.929Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 152, "ratingCount": 9, "rating": 5, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 259331, "sizeKB": 223111.58984375, "name": "Alien.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-03T21:05:50.658Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F8EF0405", "AutoV2": "FC7D45E35A", "SHA256": "FC7D45E35A879EF054FC4DC3DA63F9EC65D1565C4588141D846BE23E521489EB", "CRC32": "AA87D871", "BLAKE3": "2541C672B2182F896D4C71B2CAC2FC9FD10A087445A4700358CF3DE1CF762B70", "AutoV3": "CC9B1117252A"}, "downloadUrl": "https://civitai.com/api/download/models/327400", "primary": true}, {"id": 260264, "sizeKB": 222579.5185546875, "name": "EdgeofSpace ALIENS SDXL Data set.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-04T15:20:46.875Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E684B6FD", "AutoV2": "740797E4FA", "SHA256": "740797E4FAC26E119DF79132EB422E269F275A546AA17941AD3CD77EEB785126", "CRC32": "7F4A2127", "BLAKE3": "61AF6FFD65C5CC3746D24C2F012120E60C1BF76593BF134853C183FFBBE9E788"}, "downloadUrl": "https://civitai.com/api/download/models/327400?type=Training%20Data"}], "images": [{"id": 6224236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc949b99-e79f-48d6-8d61-88b8bd245624/width=450/6224236.jpeg", "nsfwLevel": 1, "width": 1999, "height": 2000, "hash": "UIEV$#}sI9OYOatjRnrr8^M{xbE0-pR6D%Ip", "type": "image"}, {"id": 6224265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9e29285-9a2e-4532-82c5-6abeccf3c0c6/width=450/6224265.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U45$lTsnL#xu_4X9Mvo#L#S*YRM_OtZ}ObR*", "type": "image"}, {"id": 6224269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a89f05ee-cbaf-4179-ba83-ee19ae6e467b/width=450/6224269.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UADlsO}kI=?c3YBo?GtR+@IUR%xurE8{bFJB", "type": "image"}, {"id": 6224273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a80dcae6-d928-49d2-9e68-c5497b1783d4/width=450/6224273.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1496, "hash": "U36b7AQ-00.T%fRj4nb^8wx]TKMdyrX8icxC", "type": "image"}, {"id": 6224261, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6699068e-fea6-48b9-b296-67a2dfad7526/width=450/6224261.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UF8E-;%NYR%Mo~o3o}t78wRkVDM}RpbwnOSP", "type": "image"}, {"id": 6224259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34cb6a67-2b76-4035-8332-502e14ae48d0/width=450/6224259.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UCBO1.dBxZ~AAz%OZRM}00ROIoIV-dMcs$S0", "type": "image"}, {"id": 6224268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f77c661f-9a68-4e0b-ba14-7252fb3663b0/width=450/6224268.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UGC%f:Kk~8=s%{bv%YRj02rr4=I@9OxaE8n-", "type": "image"}, {"id": 6224262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d4cc127-992b-4a00-9115-ba476edbcecd/width=450/6224262.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U46a^+.90ebw-=o~4.RkpJyE.9kW0Kog~WtR", "type": "image"}, {"id": 6224263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/939be017-c7ba-4d42-bafe-2ecd59be9b90/width=450/6224263.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UA9a2Z:OwArzGbMwbwbE00GYNVR#Zy-@m+og", "type": "image"}, {"id": 6224276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b462b24-446f-4b8e-ae51-fd530b78a564/width=450/6224276.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1496, "hash": "UB8YJB.A#hV;DQM|I9aJI9j?gjX9?wxtxXog", "type": "image"}, {"id": 6224260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7695bdc-e667-492f-900b-12bea51789ce/width=450/6224260.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U78zotPp10?b?wyYTK%gAG%g?bb_JB%M-pS5", "type": "image"}, {"id": 6224264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6f59e41-7ff6-424b-9da7-6e82947204a3/width=450/6224264.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U67n5stR0Kt8~CtS9toLS~bwXTWA5RXSt7WC", "type": "image"}, {"id": 6224266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/154d8838-9138-4e17-b217-15883c04d6fc/width=450/6224266.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U684f6-;4.NG~DxuE0M{I9R*EKR%5jM{adax", "type": "image"}, {"id": 6224274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f53faa90-c582-4bfe-8300-d1dbfded7b58/width=450/6224274.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UCBygsgPrAV@2NoMNXofITn#X5R*xTI:wJw]", "type": "image"}, {"id": 6224267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/980caa4b-d481-4707-a17a-f4164da4d553/width=450/6224267.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U31XBCkWL#Vsu4kVU_a0Q8aKuhkpL#ayuhj]", "type": "image"}, {"id": 6224272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41537051-0d2d-414f-b4c3-31f8e2b39d37/width=450/6224272.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDEoMk|=01yX~V#lZ$%gv|oI9Zoz$RRk57Sg", "type": "image"}, {"id": 6224271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24a03757-5a12-4495-bf4e-044d5f70a369/width=450/6224271.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1496, "hash": "UGHUz#X9~Wt71RX8bvWV0#t69GR*w{RkR4jZ", "type": "image"}, {"id": 6224270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc84ad2e-f980-421c-ac76-d36ca0ed9d4e/width=450/6224270.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UGI4^Yogi+bv0ft7JAj]My%2I.kD_Nof%Mxu", "type": "image"}, {"id": 6224275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd7000c3-f9a7-4adf-a0c6-f6130dd33594/width=450/6224275.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U89amg.TEM?v?w%#o}%gITRPMdn%4TIADiD%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/327400", "modelId": 291240} \ No newline at end of file diff --git a/datasets/metadata/327814.json b/datasets/metadata/327814.json new file mode 100644 index 0000000000000000000000000000000000000000..40af7412205c2bd84c70d1dcf033e249bf22beb6 --- /dev/null +++ b/datasets/metadata/327814.json @@ -0,0 +1 @@ +{"id": 327814, "index": 0, "name": "Holding a daisy", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-04T04:30:49.541Z", "availability": "Public", "nsfwLevel": 5, "description": "init commit
", "trainedWords": [], "stats": {"downloadCount": 83, "ratingCount": 17, "rating": 5, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 259687, "sizeKB": 26352.5146484375, "name": "327814_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-04T03:50:52.906Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A4A330AF", "AutoV2": "D99C7CD127", "SHA256": "D99C7CD127351ECC7E99E2675CC7E22A7A46AB66E2711605B76A07036AB96777", "CRC32": "1CB1A4A0", "BLAKE3": "D266602D090AB5BAB0E1E82FBAD7BE0803D6490EB3536A1261CCFA0F82DAB5CA"}, "downloadUrl": "https://civitai.com/api/download/models/327814?type=Training%20Data"}, {"id": 259708, "sizeKB": 36978.171875, "name": "Holding_a_daisy.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-04T04:15:47.447Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "03DAB0E9", "AutoV2": "9119A108F8", "SHA256": "9119A108F85E580CC1794D248DD8D23B1EC036608B869077DD6FBF424AA9BB3E", "CRC32": "08819ED7", "BLAKE3": "E6FCD76A3D80330621353476E370CFE8E8EE8EC28E63C03EAAE5F7D91D9C210F", "AutoV3": "C1B285A924A5"}, "downloadUrl": "https://civitai.com/api/download/models/327814", "primary": true}], "images": [{"id": 6235359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86623194-c5c4-45ca-af4b-f2e1f72597be/width=450/6235359.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1920, "hash": "UnKn3-%L?bWr~Uo0s,RktPkCxtWBbHofj[f5", "type": "image"}, {"id": 6235354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3346b395-cca4-4546-8316-26cac30e04bd/width=450/6235354.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1920, "hash": "UPIh%H={_NOGPWV[9^I;4.OY%3k9M}R*bbs:", "type": "image"}, {"id": 6235374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a4933f3-7e02-4495-ba7f-3059b2d325c7/width=450/6235374.jpeg", "nsfwLevel": 1, "width": 512, "height": 960, "hash": "URNJs}0%?]?Z_1WBtkxFiJ~9~AjF#7V[JUSh", "type": "image"}, {"id": 6255278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d867e06b-2789-467f-8cc6-876bddab70a5/width=450/6255278.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1920, "hash": "U4CFo3~A0$6m9@#k68Ej00BD-UEL0y#TIp;K", "type": "image"}, {"id": 6255279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9759ff15-f4a4-46e9-82cd-968d70dff6f4/width=450/6255279.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1920, "hash": "UOD]b.~V?u%L%M-oxat6xuWVoJoJXAWrj]s.", "type": "image"}, {"id": 6255280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2073f32-6d00-41c4-a61c-3a6b8b0d4569/width=450/6255280.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1920, "hash": "U68hIOIVyZ_3IubvE2tR$ztRVXRjIrwIt7Mx", "type": "image"}, {"id": 6255281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15fe6764-efab-4aac-a945-5a965623bbd2/width=450/6255281.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1920, "hash": "UPH2l~^*?b$$~Vt6S5xaemkBjZxuEMxuW=WV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/327814", "modelId": 291615} \ No newline at end of file diff --git a/datasets/metadata/327918.json b/datasets/metadata/327918.json new file mode 100644 index 0000000000000000000000000000000000000000..007644ae5b6c448118783ea0d46e4ee5c48bbad9 --- /dev/null +++ b/datasets/metadata/327918.json @@ -0,0 +1 @@ +{"id": 327918, "index": 0, "name": "VibrantGay", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-04T07:55:12.549Z", "availability": "Public", "nsfwLevel": 28, "description": "init commit
", "trainedWords": ["male focus", "vibrant colors", "gay", "solo", "fuckboy", "rainbow colors"], "stats": {"downloadCount": 388, "ratingCount": 37, "rating": 5, "thumbsUpCount": 83, "thumbsDownCount": 0}, "files": [{"id": 259794, "sizeKB": 38155.6787109375, "name": "327918_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-04T06:35:46.804Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F67E055B", "AutoV2": "91D12564DD", "SHA256": "91D12564DDDF46688783366EC2857BAD22CFD9735C6856B4A06FB8398B0D36BB", "CRC32": "344DFEC7", "BLAKE3": "6D0A0B1CEAACF075E573805878EC29CE4096570BB8A330788866A0DD2060C878"}, "downloadUrl": "https://civitai.com/api/download/models/327918?type=Training%20Data"}, {"id": 259834, "sizeKB": 36979.328125, "name": "GVPonyV2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-04T07:10:50.163Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3D0C4F3C", "AutoV2": "0F2CE6347D", "SHA256": "0F2CE6347DCF67EA79E120ABCD7BCB351A8CCF8B8DED85D5F06233DABE58A1D9", "CRC32": "9D25255D", "BLAKE3": "65B649C2A4753E78E1B2AE21D664344AE8D29904399DA9AD28BE6DFF855866B6", "AutoV3": "7809A6C68D43"}, "downloadUrl": "https://civitai.com/api/download/models/327918", "primary": true}], "images": [{"id": 6238813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39425b26-2e1b-4845-8544-efa046cc3e8a/width=450/6238813.jpeg", "nsfwLevel": 1, "width": 512, "height": 960, "hash": "UOHcyT}=IVrv0|IrNLNx0}JQKLNa^OtM$er=", "type": "video"}], "downloadUrl": "https://civitai.com/api/download/models/327918", "modelId": 291708} \ No newline at end of file diff --git a/datasets/metadata/32802.json b/datasets/metadata/32802.json new file mode 100644 index 0000000000000000000000000000000000000000..3aedfb802d229c56ad8b038a9e3bbcfed9df514e --- /dev/null +++ b/datasets/metadata/32802.json @@ -0,0 +1 @@ +{"id": 32802, "index": 1, "name": "v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-03-31T23:30:50.791Z", "availability": "Public", "nsfwLevel": 3, "description": "Trained on 450 images of Amelia Watson. Works at weight 1. See trigger words for outfits. Download the dataset if you're interested.
", "trainedWords": ["amelia watson", "white shirt, red necktie, plaid skirt, high-waist skirt, thighhighs, stethoscope, pocket watch, detective, coat, deerstalker, black footwear", "frilled shirt, collarbone, suspender skirt, zipper pull tab, black ribbon, heels, pantyhose, glasses, earrings, hair ornament", "black dress, cleavage, mole on breast, tiara, jewelry, hair bun, frilled skirt, see-through, bare legs"], "stats": {"downloadCount": 1939, "ratingCount": 437, "rating": 5, "thumbsUpCount": 438, "thumbsDownCount": 0}, "files": [{"id": 27014, "sizeKB": 18583.3037109375, "name": "amelia-07.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-31T23:45:54.023Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "381F8DC2", "AutoV2": "EFC8362D82", "SHA256": "EFC8362D829531ED11BF5F796B50F258BF1F653C1A10AB66BB922DC602BD9726", "CRC32": "D5DB08DF", "BLAKE3": "20FF95D72FF44AA129D8EB1DDFFC5DF69A98323DAF735408E6CF1674493027AD", "AutoV3": "B400CFC5B198"}, "downloadUrl": "https://civitai.com/api/download/models/32802", "primary": true}, {"id": 27013, "sizeKB": 327559.201171875, "name": "amelia dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-03-31T23:36:16.494Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "629D2981", "AutoV2": "C989505A8E", "SHA256": "C989505A8E5D50D28233B8EC8C32CB61C28C2645B3D828EA792B0425586D638B", "CRC32": "4AA0B259", "BLAKE3": "66F9354478A142C5C0C04278643E737E7E136EA9B3E9CE89578868955EA3CFE5"}, "downloadUrl": "https://civitai.com/api/download/models/32802?type=Training%20Data"}], "images": [{"id": 373795, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c42fd3db-a4f4-4a84-8799-4854fd4aa900/width=450/373795.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U3G[A%000000Fj000e0L-%NF#-9G00~V-=?H", "type": "image"}, {"id": 373798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48171cb5-56d8-4f96-9893-207ddb32cc00/width=450/373798.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEG*$p~V0e9Z9FD%4.Rj?bt7Rl9a00D%S6-p", "type": "image"}, {"id": 373797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/949a445a-4cf5-40c2-40df-ce998f7cc400/width=450/373797.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UgJG=*~WbboykqxuWrxt={ozWYj]I:s:xZWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/32802", "modelId": 27398} \ No newline at end of file diff --git a/datasets/metadata/32846.json b/datasets/metadata/32846.json new file mode 100644 index 0000000000000000000000000000000000000000..a287df86a63944183e1da3404957bec5634cafa9 --- /dev/null +++ b/datasets/metadata/32846.json @@ -0,0 +1 @@ +{"id": 32846, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-01T01:16:04.929Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": ["hikari houkiboshi", "school uniform", "black jacket", "open jacket", "black shirt"], "stats": {"downloadCount": 436, "ratingCount": 79, "rating": 5, "thumbsUpCount": 82, "thumbsDownCount": 0}, "files": [{"id": 27053, "sizeKB": 52327.4970703125, "name": "TrainingData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-01T01:21:08.218Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "46CE7814", "AutoV2": "5E15D2E40F", "SHA256": "5E15D2E40FDB8A60432BED46A5DEE76A7A0118DE31FD90B52EE5FA0180340DB5", "CRC32": "29641DC1", "BLAKE3": "BDAAB1B371387247A9157EA1D34E65ED83A2D42563AE23897285B9463B0B3AC9"}, "downloadUrl": "https://civitai.com/api/download/models/32846?type=Training%20Data"}, {"id": 27052, "sizeKB": 147575.3388671875, "name": "HikariHoukiboshi.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-01T01:21:05.791Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "1D7DB320", "AutoV2": "E1115D177F", "SHA256": "E1115D177F5C827FE7B3DC3F3DC64642A6F746BA55A7A23A4A5227B87DEE4D78", "CRC32": "2AA21D45", "BLAKE3": "AB62077C5506237AB3FB7772073B8192B23BE4F4ACF802E3003E0A5C1EC9E3D3", "AutoV3": "42EF61430596"}, "downloadUrl": "https://civitai.com/api/download/models/32846", "primary": true}], "images": [{"id": 374255, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/962c646a-fb5d-41ff-2ef0-87dc1232fa00/width=450/374255.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOGbC_9a0,~WQmt8E1M{RPtSyXRPEQjFWYkC", "type": "image"}, {"id": 374260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/365601a4-7252-4084-76b0-3ba9dab4d700/width=450/374260.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UeK][r~WGFtRTKNMNGS5xuR.XSxtNKxu%LS4", "type": "image"}, {"id": 374259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c1ca69f-e7c4-47ca-45e4-1dbc42846700/width=450/374259.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIJ@Rb00004:}k5B-.NH-o9FyC%1pIxaNHX5", "type": "image"}, {"id": 374258, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/243e3e30-1853-4d64-4b61-621175022600/width=450/374258.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFK,{e000KD%00$exmK6l9MxY5=_~pD%tMkq", "type": "image"}, {"id": 374257, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80a8012c-ff8d-4fed-574f-cb49d905f500/width=450/374257.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPM6n~vz4:Di~B4o%#M{-TtR%#M{I[Shnzxa", "type": "image"}, {"id": 374256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3706a6b-27bf-4b8c-1518-a2092c34ea00/width=450/374256.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UMKmUw}?0M9aD+=J_29tWBD*?GxtsoM{R*R*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/32846", "modelId": 27429} \ No newline at end of file diff --git a/datasets/metadata/32893.json b/datasets/metadata/32893.json new file mode 100644 index 0000000000000000000000000000000000000000..a3b84ff1e28dfcaad8690ca762a74a54aca01698 --- /dev/null +++ b/datasets/metadata/32893.json @@ -0,0 +1 @@ +{"id": 32893, "index": 0, "name": "v1.0", "baseModel": "SD 2.1 768", "baseModelType": "Standard", "publishedAt": "2023-04-01T03:50:19.352Z", "availability": "Public", "nsfwLevel": 9, "description": "This is a Locon. You probably need the extension in A1111.
", "trainedWords": ["stained glass", "dark", "dimly lit", "shurima", "lowkey", "a statue of", "a sculpture of", "in a dark room", "in a pitch dark room"], "stats": {"downloadCount": 661, "ratingCount": 103, "rating": 5, "thumbsUpCount": 125, "thumbsDownCount": 0}, "files": [{"id": 27101, "sizeKB": 708729.298828125, "name": "image.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-01T03:56:06.094Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "370E5FAE", "AutoV2": "E423738516", "SHA256": "E4237385160E66D8A6DB9CAA45858086B23906156AD4DA1312A54BC2F37533CE", "CRC32": "C0AC911F", "BLAKE3": "B512979EEF606D41FDFE2540C6C2EFAC255844D4B65A7416E200F6CD4AA0C8DA"}, "downloadUrl": "https://civitai.com/api/download/models/32893?type=Training%20Data"}, {"id": 27100, "sizeKB": 1.8388671875, "name": "shurima-1-000010.yaml", "type": "Text Encoder", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-01T03:55:56.054Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "0E3DB94123", "SHA256": "0E3DB941233EDE7DDFB365F5F6D29FB05F767EB8E5E602CD83BB17D905DA1F8E", "CRC32": "342A8B79", "BLAKE3": "54B2B17646E5AA848D3207D07DB0EA263B416CC2A6DC5D13BD95A299A6EE59AE"}, "downloadUrl": "https://civitai.com/api/download/models/32893?type=Text%20Encoder&format=Other"}, {"id": 27103, "sizeKB": 185540.083984375, "name": "shurima-1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-01T04:01:06.192Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "896CF590", "AutoV2": "117BB3A19C", "SHA256": "117BB3A19C0D8B84FABF654B44C5BE2F257A912BFCBB2FFA3D65D74D7F670542", "CRC32": "EB0AEA22", "BLAKE3": "79F2A874BF06979BFAD4C018F0895694D7DA25D5AEA2A972B4715858AF7D26F8", "AutoV3": "200229CC13B7"}, "downloadUrl": "https://civitai.com/api/download/models/32893", "primary": true}], "images": [{"id": 374807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/503b46ae-5a81-48d6-a16c-6f8f96bda900/width=450/374807.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U15XlOv.0RK$~AyBV|Iaw0OpD,=c^{iK0hkn", "type": "image"}, {"id": 374814, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3c1b2b4-5d54-4277-0086-b459f7583400/width=450/374814.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U03uG-Os0O0#=_-T5SEN0ibI}r-80%I=};=s", "type": "image"}, {"id": 374805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75301067-d83d-4018-2b33-a39bf89d3a00/width=450/374805.jpeg", "nsfwLevel": 1, "width": 640, "height": 800, "hash": "U371P}9IR-9bJA4;?FX8Ir?EsVWY~Tov9c4=", "type": "image"}, {"id": 374813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aeb000a1-26be-4421-0d69-ea67380d9600/width=450/374813.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U48:ts^g~7E3?DI=0$NI0iR+0P%0xsxrIqRl", "type": "image"}, {"id": 374810, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51da15d8-a48e-4ae3-74bf-05dc08b28400/width=450/374810.jpeg", "nsfwLevel": 8, "width": 768, "height": 768, "hash": "U267$8Nd0Nwf05$z^goz}-NHEORlI:RS%1$|", "type": "image"}, {"id": 374803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50391b28-8f05-4416-de43-e8848d156000/width=450/374803.jpeg", "nsfwLevel": 1, "width": 640, "height": 800, "hash": "U27KSJ0005yA+YPBR6r?ptDkEO~T0N%IogX7", "type": "image"}, {"id": 374815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11984732-84a4-42e5-a31c-e9ec2bae9600/width=450/374815.jpeg", "nsfwLevel": 1, "width": 1024, "height": 576, "hash": "U8Byym18~S03IV4qRP?D9b=?oz%Lx[tRE5V@", "type": "image"}, {"id": 374796, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9184924c-c51a-4a05-8552-d9176a9a3300/width=450/374796.jpeg", "nsfwLevel": 1, "width": 1024, "height": 576, "hash": "UCAJ4a0%-SIV}?59$$WBS2V[oft6of$%WXWC", "type": "image"}, {"id": 374809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4b00f58-9670-4426-fc51-068c822b6700/width=450/374809.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U15#Rs0X6T.70lTKS6-n02~Q#*4;xmVY$xE2", "type": "image"}, {"id": 374808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9dd4c9c-77da-4627-b536-03c4b2f6b500/width=450/374808.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U34x#hV]MJOA*HMzMKpGnPRQIVyB#,xtIos9", "type": "image"}, {"id": 374806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3f8d9eb-f2a4-460e-2fe4-232d16c99000/width=450/374806.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U15OKI4?00^#+txt9zM|0N$|=wI[T_NJ,njr", "type": "image"}, {"id": 374804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/443ba93e-fb7c-4739-e9bf-fb68f7468400/width=450/374804.jpeg", "nsfwLevel": 1, "width": 640, "height": 800, "hash": "UB9aTpMef$R6*In#V[idK5TID+njW,XmMftk", "type": "image"}, {"id": 374802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6e07291-c701-4c94-dbca-425f6540d800/width=450/374802.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U471AW?FN{9x~7jbEQSgE3E4Ir-n%0WXazxW", "type": "image"}, {"id": 374801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98114fdb-f3d6-4486-f9f2-e17f4f345400/width=450/374801.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U65qhO}?s:Iq-TxZj[RlE4IqoexYRlWCs.xZ", "type": "image"}, {"id": 374800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fffe60ba-3a93-489c-be92-af223b656800/width=450/374800.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U3717X0O0N~9s+j=0O?EEM^hV{EMI;IX=_NH", "type": "image"}, {"id": 374799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d47216e-26b4-4117-4ade-db6e65c54100/width=450/374799.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U15;dP0m0#iv5W}=I=0$0$EN=^~9IpIqxX^O", "type": "image"}, {"id": 374798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92918ad5-4809-4a8c-32a6-4f1fd51c4200/width=450/374798.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U25EHM$%0is.sAaySgjtRkjsR+NH}=oL5Uoe", "type": "image"}, {"id": 374797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bff7759-3268-4696-2448-2cece9877e00/width=450/374797.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U46tN?0PEN};0%=]snNI9w-TW;EN-SEO$$WC", "type": "image"}, {"id": 374845, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7eba4d6a-4ec5-4019-b757-c3a647c93f00/width=450/374845.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U13bBh-T599w^h-TNIEN9wxG=^j?EONc$$-S", "type": "image"}, {"id": 374926, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa37e9a4-8df8-4d18-a525-7b1c8ef61a00/width=450/374926.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U15qb504~3N1%0EN$$-T^MIrR+-TIqxZSeN0", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/32893", "modelId": 27470} \ No newline at end of file diff --git a/datasets/metadata/328982.json b/datasets/metadata/328982.json new file mode 100644 index 0000000000000000000000000000000000000000..144785d90b1e789bd7e979cfb322ab68d2c50ba9 --- /dev/null +++ b/datasets/metadata/328982.json @@ -0,0 +1 @@ +{"id": 328982, "index": 0, "name": "v.1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-04T21:11:21.148Z", "availability": "Public", "nsfwLevel": 21, "description": "Version .1
", "trainedWords": ["hellcat", "1girl, yellow jumpsuit, blue gloves, blue belt, cat mask"], "stats": {"downloadCount": 63, "ratingCount": 3, "rating": 5, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 260658, "sizeKB": 36992.1484375, "name": "Patsy_Walker_Hellcat-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-04T21:10:48.626Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4D7BB31A", "AutoV2": "2BF5B4AAEA", "SHA256": "2BF5B4AAEA7FB5596FE584268074DAC8799EF884783FB2EE1E22AF97061B2AFB", "CRC32": "33D1A8AC", "BLAKE3": "6D26091528322040931B71D951CA6214A7FDD2A90E9ABF9B32407B0DFF8C06B4", "AutoV3": "120707850A0E"}, "downloadUrl": "https://civitai.com/api/download/models/328982", "primary": true}, {"id": 260656, "sizeKB": 11045.3681640625, "name": "hellcat.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-04T21:11:08.045Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D54EF47A", "AutoV2": "5740D0705B", "SHA256": "5740D0705B9FC8B330480F1C262528C1CCCC0A329958316B33C986718B104B74", "CRC32": "6DD22CB9", "BLAKE3": "1F5D4F840CCE367EAA4273FD3F1C3951685671FD1FAEC6EDAD83C56CFD00A4E7"}, "downloadUrl": "https://civitai.com/api/download/models/328982?type=Training%20Data"}], "images": [{"id": 6262673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d261b8d2-e66a-465e-abfe-4a2334138074/width=450/6262673.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UjF?3Ss*G1XBNNWYt2oIOua}n$oeJ;jYskW?", "type": "image"}, {"id": 6262674, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/187649aa-4936-41cf-a371-8e8aa31ce1fd/width=450/6262674.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCD+F}ahE6-.~Vs.nhozoyNdE2WVxtNIIpae", "type": "image"}, {"id": 6262675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7da87686-211f-490d-a8a8-6609ac1f981c/width=450/6262675.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UmIO%^s7PXTLNfS%t7wHTLn~oLkDOZaer;X9", "type": "image"}, {"id": 6262703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/470d9e3f-df38-4234-b649-fe7fe94572be/width=450/6262703.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7HJ{x~VIc;J059v6NoIvQxB?YOb1Ht8rxNZ", "type": "image"}, {"id": 6262704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/069d2cc3-4f06-461f-8b6e-e18741e43954/width=450/6262704.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDCsgp-35ayF?wslxZ.9IwkY-M?G.9x^a$xu", "type": "image"}, {"id": 6262706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ab1055f-5b13-4565-85b7-2bc7d692313e/width=450/6262706.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U5C$G#02NN030L59~AIU02^i-g?Y=;${9go}", "type": "image"}, {"id": 6262709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14bb53e5-ff5b-40dd-90b1-74c8987fb80a/width=450/6262709.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U88XIGXS01$MpyR+m*smBraf,mW.?uxYIBI=", "type": "image"}, {"id": 6262711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3f4008d-ec45-4e07-a836-c7e30a8079b8/width=450/6262711.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UIFOruRk0PNE~VIUM|xt02M{-+t9E9xuxoIV", "type": "image"}, {"id": 6262742, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fc80192-bd5a-4f3a-8ad8-daf3ccc628ef/width=450/6262742.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U69G%3NL03%0_1R-4pxs0rR+~0xr9jj[-hob", "type": "image"}, {"id": 6262751, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2c965f2-7c74-45f1-b8b8-dcccb0ae3d75/width=450/6262751.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U88;Sut600NKVrWBM{t65dWY}~xV9as,-mM}", "type": "image"}, {"id": 6262752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/621c3636-74ca-45d7-8278-dc97100e1d38/width=450/6262752.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UAC?r]WA00t7~q4n4ntRbFM{%MxuNGoz%Mxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/328982", "modelId": 292686} \ No newline at end of file diff --git a/datasets/metadata/329062.json b/datasets/metadata/329062.json new file mode 100644 index 0000000000000000000000000000000000000000..dca242527cc9298c9d83f5cd3dc44fd675bdbc8f --- /dev/null +++ b/datasets/metadata/329062.json @@ -0,0 +1 @@ +{"id": 329062, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-04T22:12:37.702Z", "availability": "Public", "nsfwLevel": 25, "description": null, "trainedWords": ["SULion"], "stats": {"downloadCount": 90, "ratingCount": 9, "rating": 5, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 260742, "sizeKB": 18571.1884765625, "name": "SULion-10 (1).safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-04T22:10:38.738Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "890B450D", "AutoV2": "DCA5AA15B8", "SHA256": "DCA5AA15B8EF0C6EDA753E22CE6C37F92D8F1DB5CB4BAF606A874829BBBF5332", "CRC32": "3B2FD58C", "BLAKE3": "42B56AD7196029CD7BBED2EDE717E9BF4F811CDA6A7BC7184F62CDAAB458DB57", "AutoV3": "EDD5CC8FCE27"}, "downloadUrl": "https://civitai.com/api/download/models/329062", "primary": true}, {"id": 260741, "sizeKB": 41752.9580078125, "name": "dataset-20240204T220130Z-001.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-04T22:11:11.974Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2E4C2A90", "AutoV2": "03CAEDD996", "SHA256": "03CAEDD996C0558E31D544A810C90A9BE33307FAB34F091B3FFECB6E214549AB", "CRC32": "F4D08808", "BLAKE3": "1CC715E446926EE9971E8D2E63DCECA1636614931D7E3CDF1A3C9DB61D164975"}, "downloadUrl": "https://civitai.com/api/download/models/329062?type=Training%20Data"}], "images": [{"id": 6264375, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9f2e4d2-3aed-4765-b5cb-1391346e173a/width=450/6264375.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "U8QjZ]002#00{.ocvMPSZx^,{s?a_Qn4%y%h", "type": "image"}, {"id": 6264379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c75913af-b9d8-49d6-8e69-071b721182d1/width=450/6264379.jpeg", "nsfwLevel": 16, "width": 1808, "height": 1024, "hash": "UBFqB]yq6P~D?b.7%g~C5+%1j^-o9GIUslRj", "type": "image"}, {"id": 6264364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05b8ee4b-876e-4f18-8866-56350e83bcaa/width=450/6264364.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UNQ@6.s:KYid*H4?KcR:7WI=NGVubpM+S}ni", "type": "image"}, {"id": 6264374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cea0f515-db25-4825-a05f-ae8ca347d7b5/width=450/6264374.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UNP;p8001EMx}J?GrrsWGmVa%2s;Z$S}I:OU", "type": "image"}, {"id": 6264362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eaa6960e-9337-4b62-b1e6-3c0328ac50d0/width=450/6264362.jpeg", "nsfwLevel": 16, "width": 512, "height": 904, "hash": "UUPNSNUG.QlANaVYR5RP~VozATae}@s;S^t7", "type": "image"}, {"id": 6264366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6317c46a-c246-4bc5-a14a-b64e48ea630e/width=450/6264366.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UGKb9.%30cae?dxbWAs;1Dx0Sus;5fNYEcEc", "type": "image"}, {"id": 6264363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/957a3c5a-5215-4d10-a07d-a3ca5698a59e/width=450/6264363.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UeO^WYX7xZxGyooyOnOU}[xaSws.;fkBxas:", "type": "image"}, {"id": 6264372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c07b8b5-fdc1-497e-b133-41687a6540e3/width=450/6264372.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UMN@tP5E0JO,~AbyvhOUXKt9wOScD$FpR~M_", "type": "image"}, {"id": 6264369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5497f47-749a-47bc-a263-f947e59ed97b/width=450/6264369.jpeg", "nsfwLevel": 16, "width": 1536, "height": 1024, "hash": "UiQG],EMBiRjsFX9V@sE.c$+rZt7v%jwX5R.", "type": "image"}, {"id": 6264365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33d420b6-5adf-4e08-9f18-4428ae1f02b5/width=450/6264365.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UKP}P--:2*~p~C%Y,ARPF.yAM_Rjcn%2l7%f", "type": "image"}, {"id": 6264367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df1b20d3-2fae-4eb0-9319-025e3564bbeb/width=450/6264367.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UJQ6Fj^j3z?Z{-ItM0E1mTR.vORQ@]ox-p-W", "type": "image"}, {"id": 6264371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe8e7fa2-ebc6-4d44-a29e-1ed9a0db2cca/width=450/6264371.jpeg", "nsfwLevel": 16, "width": 1808, "height": 1024, "hash": "UBE-%Q5+GF~V-;I;xu~C?bIVnQxuD*MxV@bH", "type": "image"}, {"id": 6264370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb0186ac-3ba5-437d-9598-74dfda627297/width=450/6264370.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UFP}4T040]9G?^x^xC$+1qcED+NYB4E3GDR$", "type": "image"}, {"id": 6264368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6f28a7d-afa9-4919-bcec-2c24d0e3ab56/width=450/6264368.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UGQt7$xU3z=d~pDRQ.Io00S*d?%go=PT5*Nw", "type": "image"}, {"id": 6264373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48a053b0-ade0-4a3f-b92e-3bd681d574a1/width=450/6264373.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UMQ7J9E21Ckk~UJ7v$s;3KVbJ6V@x=R7o}rr", "type": "image"}, {"id": 6264376, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1933bf1c-332b-4b28-ba69-5c1fa1863852/width=450/6264376.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UJPqE.=k0v9Z~p5PrXRjB1MzO9nNXKZocCIU", "type": "image"}, {"id": 6264378, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d03acb2-25c4-4902-b36d-bca59cb61f49/width=450/6264378.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UDO_BG010]00s;_ML%%L1YavbKngVat6ozs:", "type": "image"}, {"id": 6264377, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/908b0164-1c2f-482c-80b6-6d226eb87992/width=450/6264377.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UYMOg-pGA8%0|zV[9~R-6%M}v$Rktft2xrxY", "type": "image"}, {"id": 6264380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/583aa3e9-396d-4c11-b4fe-be2fd3aa6be6/width=450/6264380.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "U6F;Wf9a0y02}v~902s+5kxcrE$*EKxv-TWE", "type": "image"}, {"id": 6264382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2882092-875a-4c8e-82a7-90fffaeb8775/width=450/6264382.jpeg", "nsfwLevel": 8, "width": 512, "height": 904, "hash": "UFOxFa003dDjxd~p00xa2lV?IngME1WAP9t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/329062", "modelId": 292765} \ No newline at end of file diff --git a/datasets/metadata/329445.json b/datasets/metadata/329445.json new file mode 100644 index 0000000000000000000000000000000000000000..170d5668445837c3a343a4eb916c6321056750f7 --- /dev/null +++ b/datasets/metadata/329445.json @@ -0,0 +1 @@ +{"id": 329445, "index": 0, "name": "Lotus Leaf", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-05T06:12:40.714Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 298, "ratingCount": 34, "rating": 5, "thumbsUpCount": 59, "thumbsDownCount": 0}, "files": [{"id": 261076, "sizeKB": 928.884765625, "name": "329445_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-05T04:15:42.475Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "9A37262AA8", "SHA256": "9A37262AA8E65A2C77389C98041A23A57888277A51EA7FE6C5B802F0803B68FB", "CRC32": "B3CF697E", "BLAKE3": "38200EBD5FB51DA5DCA1B5234F4363E4BE6353BC338E3E567257EDDEEB374861"}, "downloadUrl": "https://civitai.com/api/download/models/329445?type=Training%20Data"}, {"id": 261163, "sizeKB": 36977.9609375, "name": "Lotus_Leaf-000012.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-05T06:15:40.342Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AEF5B460", "AutoV2": "30CF41EB7D", "SHA256": "30CF41EB7D1F706BA381F3EF58DFF50E0CC648345D0325969EF645090288E202", "CRC32": "5C0C8C38", "BLAKE3": "977542D97C1A1B40400F4CE4FFEDAB17B1FF97BA74725A7D5EC5F7320BDC69CE", "AutoV3": "94EDC63B2085"}, "downloadUrl": "https://civitai.com/api/download/models/329445", "primary": true}], "images": [{"id": 6276513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/791f50ef-a12e-433c-943f-2a5c71e6f184/width=450/6276513.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UHHBPW9uLM?G?^M{-pt7Egj[=wR-S~aexaof", "type": "image"}, {"id": 6276512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2796039-2b00-4a01-92f4-921c6cca3c83/width=450/6276512.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U8I#73RO~q_100t8E1s.?wt5IWD+4-Rjt5WC", "type": "image"}, {"id": 6276517, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6a66787-733b-4b30-a3a0-b7612d6a97a0/width=450/6276517.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U9Gbn?%M%~xu00M{Nat7_NofMxV@4.kCxDWA", "type": "image"}, {"id": 6276514, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dea949c9-b946-4b8f-af07-cac8e7d89d94/width=450/6276514.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U8I#73RO~q_100t8E1s.?wt5IWD+4-Rjt5WC", "type": "image"}, {"id": 6276515, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef4d3a64-45e4-4d7a-b5dc-5344bbc3ab90/width=450/6276515.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U9Gbn?%M%~xu00M{Nat7_NofMxV@4.kCxDWA", "type": "image"}, {"id": 6276516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca5eb0fd-06ff-437b-8fb0-e797766249ec/width=450/6276516.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UUJ8Fdxu%M%MRPWBa|M{~qWBRjae%goft7t7", "type": "image"}, {"id": 6276523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aaecdf1c-4930-42f4-8451-a84949876e00/width=450/6276523.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UCG*$srr.Tr?~qRjRjRklnbHn4NGI;aextWB", "type": "image"}, {"id": 6276518, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce83cd77-3800-4575-851f-3d6c5ca09fd2/width=450/6276518.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UIE33c9G?^nOD*x]DiRPM|ofxabHt7MxaytR", "type": "image"}, {"id": 6276519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43499c16-d53e-4762-8825-3fb16fe66862/width=450/6276519.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UVGktMt6cEWX~qofs:aytRofjEWBX9j[smay", "type": "image"}, {"id": 6276524, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ed04087-3a53-4e9b-a76b-5e729d27d359/width=450/6276524.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UIE33c9G?^nOD*x]DiRPM|ofxabHt7MxaytR", "type": "image"}, {"id": 6276520, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b29d019f-047c-4605-94be-a85cb3b098aa/width=450/6276520.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UCG*$srr.Tr?~qRjRjRklnbHn4NGI;aextWB", "type": "image"}, {"id": 6276522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46b65db7-dcef-497d-98a0-3ff33c726ad2/width=450/6276522.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UUJ8Fdxu%M%MRPWBa|M{~qWBRjae%goft7t7", "type": "image"}, {"id": 6276521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d00fe280-5c76-457f-972a-6296a82e0b6c/width=450/6276521.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U9Gbn?%M%~xu00M{Nat7_NofMxV@4.kCxDWA", "type": "image"}, {"id": 6276525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a14e18f-3b77-4d05-9529-49753d8bafda/width=450/6276525.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UMGkn7oz*0xax^WBi_ofI=WBr=ofNxays:of", "type": "image"}, {"id": 6276528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1159755f-733c-47f6-894f-6350f8a567a5/width=450/6276528.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UWI4^gxu_Nn$%gt8aeRjNGM{aKt7NGn$s:bb", "type": "image"}, {"id": 6276527, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c77539bc-6eff-42e9-90b2-93a17a472110/width=450/6276527.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U9Frt?%ML1bv00WBJ8Rj?^o1ictREMRjxEj@", "type": "image"}, {"id": 6276526, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b93f3f8d-d485-4231-ba07-e4eed98f6d77/width=450/6276526.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UVGktMt6cEWX~qofs:aytRofjEWBX9j[smay", "type": "image"}, {"id": 6276530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73e1850d-4783-4b89-be2d-44ddec595de7/width=450/6276530.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UDF5jYxauiS49ZWBIBjFE*kC$2s.M|n$xuSh", "type": "image"}, {"id": 6276529, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b21a7cee-1446-4deb-bc05-2fa4678b1085/width=450/6276529.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U7F$36%gG]r=00NG4:n$ysjF+uoz01oJ$fNH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/329445", "modelId": 293114} \ No newline at end of file diff --git a/datasets/metadata/329706.json b/datasets/metadata/329706.json new file mode 100644 index 0000000000000000000000000000000000000000..e9475694c258fb46aea79af8fe021f61b44a2ef7 --- /dev/null +++ b/datasets/metadata/329706.json @@ -0,0 +1 @@ +{"id": 329706, "index": 2, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-05T09:11:12.857Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["kawasaki sakura"], "stats": {"downloadCount": 195, "ratingCount": 14, "rating": 5, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 261292, "sizeKB": 111754.29296875, "name": "skr_xl-000024.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-05T09:15:52.793Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "509075FB", "AutoV2": "4AAB1873BD", "SHA256": "4AAB1873BD5900EFF76E232CDCDB62A5F537453F461F35C39E2DD623DC4060F2", "CRC32": "D3EA6B01", "BLAKE3": "084F5E8805E450DFCFAF2DFC03545FD5B34163325BBE50BB47D3DD1684FB6E9B", "AutoV3": "DEDD1E683C5A"}, "downloadUrl": "https://civitai.com/api/download/models/329706", "primary": true}, {"id": 261291, "sizeKB": 6105.42578125, "name": "skr.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-05T09:15:57.760Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "393F1D0C", "AutoV2": "30078386AF", "SHA256": "30078386AFFBAA235CB8812C6AB3BFA9FB45EBEDF1B7963F7876850209474F14", "CRC32": "50FEAF5E", "BLAKE3": "22833B0B31DED3C990BA2D667F9AB52A6326D64ABAD818620682139161E45E6B"}, "downloadUrl": "https://civitai.com/api/download/models/329706?type=Training%20Data"}], "images": [{"id": 6281208, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5eeb9f1-35b8-4ab1-a02c-84651bb5061a/width=450/6281208.jpeg", "nsfwLevel": 1, "width": 6144, "height": 6144, "hash": "UEF~mqo$00%L~9Rk9akC%1Mxt5%2tRRkjEt7", "type": "image"}, {"id": 6281209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19e65a71-9af1-4853-8aef-ca5518c72269/width=450/6281209.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTJRjzH@KQTyyZMxfmJVbJR5S6NGt8W@xvX9", "type": "image"}, {"id": 6281204, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67833da9-18b3-4243-999e-b557abd7ea7e/width=450/6281204.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAHCWZ}qCT00bxZg9bEL8w?v00SO?u-=^+sD", "type": "image"}, {"id": 6281205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/184b761d-5897-42fa-9072-3d0f006d6239/width=450/6281205.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTKAvc~Vn#tQ~U%1t7?a=_NHSiW.x[Wqs9s9", "type": "image"}, {"id": 6281207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f85923d-fcc8-41c9-9367-5babf10053df/width=450/6281207.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UTL4~c.mo}MdGIo}j]^M#R$yt7k9oLj@t7Ip", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/329706", "modelId": 293350} \ No newline at end of file diff --git a/datasets/metadata/329803.json b/datasets/metadata/329803.json new file mode 100644 index 0000000000000000000000000000000000000000..83ab9d4edb2fb90a96ade1c82b1b7cf495919e9d --- /dev/null +++ b/datasets/metadata/329803.json @@ -0,0 +1 @@ +{"id": 329803, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-05T10:59:26.030Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 345, "ratingCount": 55, "rating": 5, "thumbsUpCount": 66, "thumbsDownCount": 0}, "files": [{"id": 261374, "sizeKB": 22248.69140625, "name": "Yuuki_Asuna_SAO-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-05T11:00:39.918Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9BFBBC58", "AutoV2": "5D754721E0", "SHA256": "5D754721E0A28068210A49921FA2DB5B09A1EF6EFEAC62B4AD663106A92A9F17", "CRC32": "81415F75", "BLAKE3": "2FCA53A6983A573FC0FE3A0DEC261AAF542C252FDE22660244085C3AB0B4A459", "AutoV3": "18561966FF48"}, "downloadUrl": "https://civitai.com/api/download/models/329803", "primary": true}, {"id": 261376, "sizeKB": 59077.92578125, "name": "Yuuki_Asuna_SAO.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-05T11:00:45.995Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D91FFBA5", "AutoV2": "08A3E3AE8B", "SHA256": "08A3E3AE8BCE5D0C3EF289438CFAD654EA79CDB00BD736180B598F8EE9DDA46A", "CRC32": "65C485A4", "BLAKE3": "A57EB47E6F4F49EC6E4CD6739C4C835ED31451B3FA2B5CA70026B77CD3B50D4C"}, "downloadUrl": "https://civitai.com/api/download/models/329803?type=Training%20Data"}], "images": [{"id": 6283591, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e74e4a9-7638-4fe5-a23f-322d8b73fe8a/width=450/6283591.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UYP~QR-;.Txat,oz%#Rjo~oMaKaz?GWVV@Rk", "type": "image"}, {"id": 6283592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2979977-7453-4964-bea5-708ca40fa0c7/width=450/6283592.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UYP~QS-;.Txat,oz%#Rjo~oMaKaz?GWVV@Rk", "type": "image"}, {"id": 6283734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ba5edeb-2795-422f-8566-97377175816e/width=450/6283734.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UaQR|W%M*0R+yDkC%#s.Rjn$ofW;-;RjRjt7", "type": "image"}, {"id": 6284083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/038592d2-8b4c-4bf1-89d3-f62b25e1672f/width=450/6284083.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UdQIl8.8.TaeyDae%#WCIVaenibH-pWBR*t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/329803", "modelId": 293446} \ No newline at end of file diff --git a/datasets/metadata/329852.json b/datasets/metadata/329852.json new file mode 100644 index 0000000000000000000000000000000000000000..774d29857901d2d6f303b2ac724f6d77105797ec --- /dev/null +++ b/datasets/metadata/329852.json @@ -0,0 +1 @@ +{"id": 329852, "index": 0, "name": "Miss Sarah", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-06T18:13:08.811Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 86, "ratingCount": 7, "rating": 5, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 262128, "sizeKB": 36977.375, "name": "vixen-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-06T00:35:48.994Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "98FDEB1A", "AutoV2": "4EF2BA003F", "SHA256": "4EF2BA003F9ABFAC8EF9B503DF99CB181D2FD68FC1C4AE4CB8B6D117A5521FD5", "CRC32": "6D8D8A33", "BLAKE3": "0BEB5AF7391714873565AAC50E74BB44B22F3DB19B0210D714048D1C35E5D3AF", "AutoV3": "28E1C1421809"}, "downloadUrl": "https://civitai.com/api/download/models/329852", "primary": true}, {"id": 264064, "sizeKB": 70.818359375, "name": "329852_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-07T14:00:54.976Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "B21C94B16F", "SHA256": "B21C94B16FDEEBA09CF5F8697CAC574660CE9D1AFEC34AC7B041419004D0AC72", "CRC32": "74536E11", "BLAKE3": "AD5D7C4FB1315192B8C54A4B04B9F37ACDDCE45A534F31A1737227F2F360F705"}, "downloadUrl": "https://civitai.com/api/download/models/329852?type=Training%20Data"}], "images": [{"id": 6334314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7e9c63b-0bcd-4104-bacc-8e2304a84c48/width=450/6334314.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "ULH-c7~WO@X9Sh9FsTxF9aIAxDaexujss.j[", "type": "image"}, {"id": 6334315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ca4526c-0945-4821-b4b7-1ab10d7533e1/width=450/6334315.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UCJ@2lE1*0^+56IAEL4.0gt7IA%N8_9Zn3?G", "type": "image"}, {"id": 6334318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f6724fe-8967-41b6-8ebb-7db808059469/width=450/6334318.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UDHT,AI:0M$*5QxZM|WC-;of~BNH9]R*-VxZ", "type": "image"}, {"id": 6334316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/254de4d8-f843-4ba3-b29a-8f4f763cec9b/width=450/6334316.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U9Ch[,M|57EM0gIp~ANH0zae-pWB={oKEMax", "type": "image"}, {"id": 6334321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/752bb537-4885-4a43-988b-a91a9a101b67/width=450/6334321.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U8F}J|-U009t0zxaE2NH00NH^j%1}?NG=|s:", "type": "image"}, {"id": 6334317, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b39a01c4-d96e-439b-b7e6-705d59de1ec2/width=450/6334317.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UAD8j}9u9[0fozRkt6Rk0fxZ}@={E2NaxaxZ", "type": "image"}, {"id": 6334320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d0caf7c-9344-4bf7-836a-27b1f0672998/width=450/6334320.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U3B._s005P004:NGxZ~V00-:^k^*%3?HM{01", "type": "image"}, {"id": 6334319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2212209-84d7-46c8-9e71-596a7711ee51/width=450/6334319.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UAChvJV@0z~A}=nhae%10f-U}?Io9u%1=_NG", "type": "image"}, {"id": 6334322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cb9db71-7c60-4197-9dce-85dd50a86522/width=450/6334322.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U7C5|.M{Y4NGEjRk~BxG0LWV-Ua#$gWBEMNH", "type": "image"}, {"id": 6334325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0498f2a-b7b4-4e70-b93f-8203db8bb326/width=450/6334325.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UAC5*Rxa0L9u%1ofIpR*0LRk}@-UM|jt-oxZ", "type": "image"}, {"id": 6334324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65e63006-c9db-47b8-8d89-4ee9155bf955/width=450/6334324.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UCK,gM4.Cm%14nn%9F_315D*tSn$00e.i_01", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/329852", "modelId": 293492} \ No newline at end of file diff --git a/datasets/metadata/329854.json b/datasets/metadata/329854.json new file mode 100644 index 0000000000000000000000000000000000000000..8c498a04128f0676c8d792e0ad192fa9a4c1dcbf --- /dev/null +++ b/datasets/metadata/329854.json @@ -0,0 +1 @@ +{"id": 329854, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-05T12:14:06.284Z", "availability": "Public", "nsfwLevel": 1, "description": "1.0 of xeno DNA it does have a habit of adding too many tails, but there is nothing i can actually do about that,
", "trainedWords": ["xenomorphdna"], "stats": {"downloadCount": 513, "ratingCount": 41, "rating": 5, "thumbsUpCount": 83, "thumbsDownCount": 0}, "files": [{"id": 261420, "sizeKB": 145267.15625, "name": "XenomorphDNA.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-05T12:12:49.096Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A3F04CD9", "AutoV2": "A81F41CF74", "SHA256": "A81F41CF74550BCB2230BE6393679B51D0FECE536E30FAB40C11AD4C1EC53BB2", "CRC32": "23F16033", "BLAKE3": "CA127CE827B0FFA4A95F6C094E269F916AB4B354598E1EE688BE126DE20C91CE", "AutoV3": "B82A1E0A1667"}, "downloadUrl": "https://civitai.com/api/download/models/329854", "primary": true}, {"id": 261416, "sizeKB": 31195.1669921875, "name": "xenomorphDNA.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-05T12:12:20.423Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "27161F7B", "AutoV2": "775149861C", "SHA256": "775149861C4F567E09281360CF3FCF0378F6156CF8734701A2BF5DD7A07F30FC", "CRC32": "202ADE06", "BLAKE3": "17044C8AE3A887E39C42F269C15EFD864735AA9A1E4ED7110AA454B84D7E55EF"}, "downloadUrl": "https://civitai.com/api/download/models/329854?type=Training%20Data"}], "images": [{"id": 6285567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9d95669-4998-4581-81e0-46910d5e94d7/width=450/6285567.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "U371J{~VRP4:NaR+IpNb0LIpS4%2~V^jRjD*", "type": "image"}, {"id": 6285569, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0b84fc9-fd3a-44c5-bbbf-4529e38c72aa/width=450/6285569.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "UHE39xM{~q%M%MRjxuxu-;fRM{ayt7t7M{ay", "type": "image"}, {"id": 6285827, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3596111b-405e-44de-92e6-c1582d1f13ae/width=450/6285827.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "U6980#tRD4oz00V?oIR*8_jFadWq.TRiR5tR", "type": "image"}, {"id": 6286017, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a6977f4-9387-47b6-ac00-837cae8d98d3/width=450/6286017.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "UFFPQrIU~X%M00xbjGR%4nt7IUM{-;InM_o2", "type": "image"}, {"id": 6286061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d0ca69b-3bae-4105-9a48-2d6b9952b7b8/width=450/6286061.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "U9C~}FD$%3~X8_oNR%xu4nxvox9F%Nt6RjRj", "type": "image"}, {"id": 6285577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f45ea2eb-a055-4444-94f3-9d52553ebca2/width=450/6285577.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "U15OW-00NZ~q={NdkCwI00^*V?9a00^+IUS%", "type": "image"}, {"id": 6285584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05bfc950-f737-460e-978e-d4f0d4b69d13/width=450/6285584.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "U57d^5yX8wDiFfiv9Es:?wR%DiM|~qozD%kW", "type": "image"}, {"id": 6285586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b06e20e7-dc04-479b-9d33-01fbfa3f42e8/width=450/6285586.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U27dOR0NIT={4;-poLWU}rS20M^%EMjF%2Nd", "type": "image"}, {"id": 6285593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c29e8dc-6192-4abb-821b-563dc5c3c4e6/width=450/6285593.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "UG7_1ga|9Fay?^j[Diay?bfkDiay%gj[MxWV", "type": "image"}, {"id": 6285595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86ed829d-7b2c-48ef-8370-db307ed8bb47/width=450/6285595.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U56*BuNvrqxa1#VsXTX8VXM_t7WB~Cs:V@jE", "type": "image"}, {"id": 6285596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12460d8b-7cdf-4c29-98f8-0b49fdae2506/width=450/6285596.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UA6Sc[tlD4H=.mkCMKR5*IozHXV[%#o}H?R5", "type": "image"}, {"id": 6285597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83150016-523c-4b36-947b-dfcbadc590ca/width=450/6285597.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U45OpX%#DOa09FV?x]kWD4RjyDjs?^xuH?RP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/329854", "modelId": 293488} \ No newline at end of file diff --git a/datasets/metadata/329897.json b/datasets/metadata/329897.json new file mode 100644 index 0000000000000000000000000000000000000000..9cbfdb65d14121e9f5020d2bebec0a0f1e7d1756 --- /dev/null +++ b/datasets/metadata/329897.json @@ -0,0 +1 @@ +{"id": 329897, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-05T12:57:38.157Z", "availability": "Public", "nsfwLevel": 1, "description": "1.0 of egyptian world!
", "trainedWords": ["egyptianworld"], "stats": {"downloadCount": 692, "ratingCount": 65, "rating": 5, "thumbsUpCount": 118, "thumbsDownCount": 0}, "files": [{"id": 261458, "sizeKB": 145267.1875, "name": "EgyptianWorld.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-05T13:01:09.033Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1B9DA1A3", "AutoV2": "83B86AE9BB", "SHA256": "83B86AE9BB2E2AE4DD1FAE0E5FD2D5295B737BC484A66CBB5C004B6E841B39A5", "CRC32": "97B9720F", "BLAKE3": "D7F8512D8FAFA23BC00005F1DF009DD1DBB599B0604BE6FF5DE7FD760DEF8CC7", "AutoV3": "1D15B50E2974"}, "downloadUrl": "https://civitai.com/api/download/models/329897", "primary": true}, {"id": 261454, "sizeKB": 276505.9453125, "name": "EgyptianWorld.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-05T12:50:54.397Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DFAC34DB", "AutoV2": "F66FC3D1FB", "SHA256": "F66FC3D1FB22B1BBC3A36C361A7985416F8D958E6388284AE1990092CFC72CD2", "CRC32": "821858D4", "BLAKE3": "B61B1E8131366C3344C77A11BFE613CBA19C6213892AF07681B895E5F35420FC"}, "downloadUrl": "https://civitai.com/api/download/models/329897?type=Training%20Data"}], "images": [{"id": 6286630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2811d6a9-d078-41d4-b028-b54ea5276a1d/width=450/6286630.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "UNJQce~U?GRk~Ut7ozW=IpIpShj]w]RkayxZ", "type": "image"}, {"id": 6286632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7380f83a-3c58-460c-9cad-aa303049432c/width=450/6286632.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "ULK^NM?E~AadyXM{IBV@OtMy$zM|krt6busl", "type": "image"}, {"id": 6286635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b23b8d9-b5db-41aa-a44c-1b8235b1fe06/width=450/6286635.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UXI3:Q~9^is:t6s.t6s-%1%1g2oyafNIoLS4", "type": "image"}, {"id": 6286646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ab9c7f7-9b14-4a4d-a8f9-ac783bd22a15/width=450/6286646.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UGL{hsxs0g0#ui}=~AE313n+xD%0XTR,D*s-", "type": "image"}, {"id": 6286658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/659959a6-9abe-47ae-8242-df9aefc6525c/width=450/6286658.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UAF4$D~A}=WB?Zt6-TxZ}=oz-nX8S#ENf*jZ", "type": "image"}, {"id": 6286665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd842de4-01f7-4116-a23b-c34e799b65a0/width=450/6286665.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U6D+SY0i-.03aI01~UENtRwID%IVoN%z_2IV", "type": "image"}, {"id": 6286705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/981c9fbf-9c7c-456b-9896-cb720b661473/width=450/6286705.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UEKToH^i^1JCLN?F^ix]_M-UIUx[A09bVrof", "type": "image"}, {"id": 6286727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2608f30-264b-4288-9e7f-524233343bbe/width=450/6286727.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UBF#jj~UD+4;Td-n9aE2-6V@-St6s-%0ENNI", "type": "image"}, {"id": 6286666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/991abead-2006-4d8d-ac0c-c59e66decff3/width=450/6286666.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UFDIdl};$%V@Iooy%0%1-Soeoboe%LkB%0sl", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/329897", "modelId": 293530} \ No newline at end of file diff --git a/datasets/metadata/329919.json b/datasets/metadata/329919.json new file mode 100644 index 0000000000000000000000000000000000000000..0f4077227c0a7f884f27dc288745e242690c2cfb --- /dev/null +++ b/datasets/metadata/329919.json @@ -0,0 +1 @@ +{"id": 329919, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-05T13:21:36.497Z", "availability": "Public", "nsfwLevel": 3, "description": "1.0 of Viking world
", "trainedWords": ["vikingworld"], "stats": {"downloadCount": 432, "ratingCount": 42, "rating": 5, "thumbsUpCount": 70, "thumbsDownCount": 0}, "files": [{"id": 261487, "sizeKB": 145267.140625, "name": "VikingWorld.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-05T13:16:44.412Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "71FD79C8", "AutoV2": "6B71EDD621", "SHA256": "6B71EDD621A7C987C3E83A2D154CB329CCCBB832E9B495E249695D044CAE3C25", "CRC32": "A7337DE3", "BLAKE3": "4D9591B469D14FEB10EC0DDCB184A5808D1B2412FB07D6B14F492944F2868C02", "AutoV3": "6A26B3E7E48C"}, "downloadUrl": "https://civitai.com/api/download/models/329919", "primary": true}, {"id": 261485, "sizeKB": 199812.9267578125, "name": "VikingWorld.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-05T13:16:16.065Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "38A45936", "AutoV2": "73FCB877B0", "SHA256": "73FCB877B0191DBAE22A1D4EE48E2343E37B59676C55EA42ADFF670CAEA333E0", "CRC32": "68A39438", "BLAKE3": "E3EEB76066B22CDE38C928F29C1DBE09A411A18C1CB0D52BDF6EEFCB50A920BD"}, "downloadUrl": "https://civitai.com/api/download/models/329919?type=Training%20Data"}], "images": [{"id": 6287108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/144e6b65-d9a0-47e8-bb3c-869d5f062cf8/width=450/6287108.jpeg", "nsfwLevel": 2, "width": 1152, "height": 1728, "hash": "U497bG00Ri~W_NxD00~p_24naKX8pJjExtIV", "type": "image"}, {"id": 6287240, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0e34807-1866-40ad-bb1a-38580ecd8b67/width=450/6287240.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "U78;lZM{RjE1_Nt6DiNG?wM{juM{9a%MROs:", "type": "image"}, {"id": 6287248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f4224e6-246a-480c-97e2-5ee96766fbc8/width=450/6287248.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "U24y1c%LH;pJ%$x^Dhg4tRbcbxayI8kXtSt7", "type": "image"}, {"id": 6287251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e04fd110-8a76-47c8-adab-382b3018bb88/width=450/6287251.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1728, "hash": "U89HLo-;V?kDOZxuxZoz_N%Mxut79ZS5ayt7", "type": "image"}, {"id": 6287256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36bb97cc-0820-4b3d-a998-baad4ba98612/width=450/6287256.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1728, "hash": "U35rJZ_4I8D$M_aeM_WA-pxtxuxvjXbbt7jY", "type": "image"}, {"id": 6287257, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ea29797-8f0c-4ed3-aac0-f4485337dc88/width=450/6287257.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1728, "hash": "U46*RB~V-oIpSfozs:t7%1-p%M%L9ZE1WXoe", "type": "image"}, {"id": 6287292, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e3ee9f1-45f8-4e01-96b6-c4fbfbb6f872/width=450/6287292.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U26[N^0g00H=9_~qDN8_*0o#n3Mx~q4oo#_2", "type": "image"}, {"id": 6287296, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/044e0e8a-fee4-49c0-9b50-20aa20bc6237/width=450/6287296.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UC9Qv_~p%MM{S$bboJxt4oD*WBofVrRiRkR*", "type": "image"}, {"id": 6287316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ee48142-bd4c-433c-8382-78e885d0a461/width=450/6287316.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U27^}Y^i00.SxpM{IA?auP$*sB%N-UoJD*ay", "type": "image"}, {"id": 6287320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ebcc845-2419-4550-9bab-8430736c76e7/width=450/6287320.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U57_NHJCQ,IU*0_3i^RQ%hW=%M%M9Fs;%gx[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/329919", "modelId": 293549} \ No newline at end of file diff --git a/datasets/metadata/329961.json b/datasets/metadata/329961.json new file mode 100644 index 0000000000000000000000000000000000000000..332dbe06457cdca2e1cf7c7d2f5137d0783076e5 --- /dev/null +++ b/datasets/metadata/329961.json @@ -0,0 +1 @@ +{"id": 329961, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-05T13:46:27.480Z", "availability": "Public", "nsfwLevel": 5, "description": "1.0 of Native American World
works best from 0.6 to 1.0
this was NOT trained on colours but you might be able to get them at a push
try combining with Navimixu's and MNeMiC's world morphs or Konicony's ai's, or if your feeling more WILD try out Donmischo's Billions of wildcards!
I use navimixu's method of pictures, 512x512 with hires of 1.5, img2img with a resolution of 1024x1024
", "trainedWords": ["nativeamericanworld"], "stats": {"downloadCount": 413, "ratingCount": 49, "rating": 5, "thumbsUpCount": 74, "thumbsDownCount": 0}, "files": [{"id": 261525, "sizeKB": 145267.2890625, "name": "NativeAmericanWorld.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-05T13:40:48.862Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E3E1ED6B", "AutoV2": "62888B5DA8", "SHA256": "62888B5DA89537967D877925C246C6DE2F7297BA176C25A0DBDC1817912F9D27", "CRC32": "BB121FBA", "BLAKE3": "3F2E0831BD3AE503B5B251A0ACA78626F68FA213351AA72D398C10DC9B988A71", "AutoV3": "4D215558D38B"}, "downloadUrl": "https://civitai.com/api/download/models/329961", "primary": true}, {"id": 261523, "sizeKB": 209072.49609375, "name": "NativeAmericanWorld.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-05T13:40:54.157Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C477734C", "AutoV2": "D01F363860", "SHA256": "D01F36386034A1BF19F3A5F167491EFDDE4B45631541841113D11899CF702573", "CRC32": "608879B4", "BLAKE3": "17F76973E831B26B4A3619712C7C915282FE23562F74E49002857F63041693E7"}, "downloadUrl": "https://civitai.com/api/download/models/329961?type=Training%20Data"}], "images": [{"id": 6288135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7b9a4df-f7b5-43b2-9115-598c5e332783/width=450/6288135.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "U5CFq+00yXv#.89Gx]IU~V9G~V4:%MRjX9n#", "type": "image"}, {"id": 6288136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbcf1f25-90b2-4f4d-a606-256723b669bb/width=450/6288136.jpeg", "nsfwLevel": 4, "width": 1152, "height": 1728, "hash": "UEG8v500.T$%*0H?SOX8E3?GR5S4S6%MIVf6", "type": "image"}, {"id": 6288139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/076fe923-d593-4811-bdf5-d94b358efe35/width=450/6288139.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1728, "hash": "U8Cs8I?a9bI=t7xut7WB~UbcsSs.K6kCoKt7", "type": "image"}, {"id": 6288157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc3c48e1-5aa0-4dec-9952-31ebdde7fc7c/width=450/6288157.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "U3Avd=^i020NNHaK5SRj~AM|xZxY58M{s:WC", "type": "image"}, {"id": 6288166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d283e04-b50f-43ff-b254-7bdcb7ebf9ef/width=450/6288166.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1728, "hash": "U6C5|,%Mx[4:s;IWEMNG^*~BW=xtE3IpR+t7", "type": "image"}, {"id": 6288172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2298c8f8-ca22-40bb-bbca-608805732fc8/width=450/6288172.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UAE2nD-:02aeO@IoD%%1~VR+D*%Lb^t6xCkC", "type": "image"}, {"id": 6288187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/239fe7f6-87d1-45d5-afc4-631588d75639/width=450/6288187.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1728, "hash": "U68;0-~VIqR,-5RjM|Rkx]xuxt%2ENR,xa%L", "type": "image"}, {"id": 6288189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03abde0a-d783-4c6b-bcfa-e0ec71739896/width=450/6288189.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1728, "hash": "UCBMPg9b9u~AIpxtIpt6%1M|t6Ip9axaj[Rk", "type": "image"}, {"id": 6288199, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/515d8f40-e1ca-4ead-8bf4-733847bc241c/width=450/6288199.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UBECd-?b_Ns9?bW=NexZ03WBDjt7E1xZ$$xt", "type": "image"}, {"id": 6288201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d6d1f69-ae68-40ff-a941-9949e6519644/width=450/6288201.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UKF5y;IVD%WB%#V@IUWB~pV@M{oek=M{xZoz", "type": "image"}, {"id": 6288202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee405d51-82a8-4d87-877d-92b96d5c4b14/width=450/6288202.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U8B:BC024n~px^Rji^tS?bE29GxutSWBVsSi", "type": "image"}, {"id": 6288205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/881495b4-837e-4374-9fa4-b0ee516b5c7a/width=450/6288205.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UMEy3xtRE2R*.S%L%0oL_NX9M|xZyDxtxZWD", "type": "image"}, {"id": 6288207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6546a1b7-e35d-4ba5-8012-6153b6b14b0c/width=450/6288207.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U5A,5u0356E3$~9u~U5758IoxYs:Ek-UxCIp", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/329961", "modelId": 293582} \ No newline at end of file diff --git a/datasets/metadata/32997.json b/datasets/metadata/32997.json new file mode 100644 index 0000000000000000000000000000000000000000..37e9df38d8c23af99d16a86b6bc1505599f5f79d --- /dev/null +++ b/datasets/metadata/32997.json @@ -0,0 +1 @@ +{"id": 32997, "index": 0, "name": "v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-01T07:10:42.904Z", "availability": "Public", "nsfwLevel": 10, "description": "Made with 117 images of Iofi. Works at weight 1.
", "trainedWords": ["airani iofifteen", "paint splatter, paint splatter on face", "white shirt, overalls, hair ornament, hairband, single side bun, long hair"], "stats": {"downloadCount": 1478, "ratingCount": 188, "rating": 5, "thumbsUpCount": 221, "thumbsDownCount": 0}, "files": [{"id": 27178, "sizeKB": 67684.623046875, "name": "iofi-dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-01T07:16:20.172Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1C24B611", "AutoV2": "858B64E653", "SHA256": "858B64E653760401E16E0D7CAEB6754AB591B6C65CFA6C7A9108CF26AF296F0C", "CRC32": "36841B01", "BLAKE3": "BA383AD0F9C64CB13693628B39676643C02638AF6A57688D8B3463B230E2F198"}, "downloadUrl": "https://civitai.com/api/download/models/32997?type=Training%20Data"}, {"id": 27177, "sizeKB": 18561.20703125, "name": "iofi-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-01T07:16:10.957Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "A769AD379E", "SHA256": "A769AD379E76442F03C494D2A7EC69B33B0C5D5E61F7C75851B53B33518B1824", "CRC32": "606D4E24", "BLAKE3": "0CA02E8CE01F8FF9A491EAA605D84871EE997C68A720321C3820269FA02CFF97", "AutoV3": "6CEDFF79004E"}, "downloadUrl": "https://civitai.com/api/download/models/32997", "primary": true}], "images": [{"id": 375899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4acfa3f7-9303-46c6-fcd7-744c1f148600/width=450/375899.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZG*sS-:4.IV~W%2M{jY%Lt7R-axkCt7t7WB", "type": "image"}, {"id": 375900, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7b336f3-c328-4964-b176-b46c89a8a600/width=450/375900.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "USJj@]9ZNFD%~WIVNaNG0KoyNHj]IUtR%LoL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/32997", "modelId": 27558} \ No newline at end of file diff --git a/datasets/metadata/330250.json b/datasets/metadata/330250.json new file mode 100644 index 0000000000000000000000000000000000000000..672daac79b37bed85e58b211c6cd47388f3d07cf --- /dev/null +++ b/datasets/metadata/330250.json @@ -0,0 +1 @@ +{"id": 330250, "index": 0, "name": "Cyrus (Repzzmonster)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-06T20:50:54.010Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 126, "ratingCount": 12, "rating": 5, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 263132, "sizeKB": 1807.06640625, "name": "330250_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-06T19:55:59.508Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "451460364E", "SHA256": "451460364EBD64D50501B7CACE6ED03A723A0EFA702A9A675A73DE570259617D", "CRC32": "920E4B8A", "BLAKE3": "6BA0135F2AD1A890F1675ECC439D24218895AEBBB0FB69A5478C17F1A1691F9B"}, "downloadUrl": "https://civitai.com/api/download/models/330250?type=Training%20Data"}, {"id": 263176, "sizeKB": 36979.234375, "name": "Cyrus_Repzzmonster.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-06T20:45:40.335Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "39B762DF", "AutoV2": "41D61866E3", "SHA256": "41D61866E39FA852CFDB83B8EE33C3BC8A5A2D90D04EAD1E3805512554217DFE", "CRC32": "0532607E", "BLAKE3": "866867D9684D80BCED27750E4FF4D58259A6D929BB3D8F32DA06A4DB6DAFBDCF", "AutoV3": "10AE7A1B0F87"}, "downloadUrl": "https://civitai.com/api/download/models/330250", "primary": true}], "images": [{"id": 6339120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/673af0e1-9600-4199-a814-5fe9cfd8e9cc/width=450/6339120.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UgE{Ru%LxuV@~qxtogRj-;xtWVaxxut6Rjof", "type": "image"}, {"id": 6339119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0b61a21-9edd-454b-aaac-8d758e4cb3bb/width=450/6339119.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "ULBDKKIUD%xt_NIUIUs:%hRPRPkC-=V@RPt7", "type": "image"}, {"id": 6339118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b77a81fc-a8ce-45c0-ba7d-4c449c7933e8/width=450/6339118.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UMDvQIWB?bRi~qaeRjM{-;t7RjWB%NozV@t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/330250", "modelId": 293853} \ No newline at end of file diff --git a/datasets/metadata/330414.json b/datasets/metadata/330414.json new file mode 100644 index 0000000000000000000000000000000000000000..4bea2a58cdc4cb22a49286debe74599be2153098 --- /dev/null +++ b/datasets/metadata/330414.json @@ -0,0 +1 @@ +{"id": 330414, "index": 0, "name": "Fruits and Vegetables gone bad - SDXL LoRA", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-06T13:48:45.255Z", "availability": "Public", "nsfwLevel": 1, "description": "Rank 16 SDXL LoRA
", "trainedWords": ["FaVGoneBad"], "stats": {"downloadCount": 298, "ratingCount": 22, "rating": 5, "thumbsUpCount": 45, "thumbsDownCount": 0}, "files": [{"id": 261891, "sizeKB": 3748.6162109375, "name": "330414_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-05T19:30:40.513Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AECB2888", "AutoV2": "299D0DA111", "SHA256": "299D0DA1114C8A7DAD4562E86F2F6BFC0DB0C5CC79B4665051FF8F143E45AD80", "CRC32": "61B78091", "BLAKE3": "A7B3787043FD570A6E030B289CB8492D8EFD41EA99E48E065E8EB0A7747F61CF"}, "downloadUrl": "https://civitai.com/api/download/models/330414?type=Training%20Data"}, {"id": 262802, "sizeKB": 111753.40234375, "name": "Fruits_and_Vegetables_gone_bad_-_SDXL_LoRA-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-06T13:45:50.308Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5919DED4", "AutoV2": "B36A8689C2", "SHA256": "B36A8689C2ED14A96AE234589BC6ECAE17C89AE32A10AB83DB42FE2E73BC41F4", "CRC32": "AC62677E", "BLAKE3": "C892BDAF52CCE5D9BF41E64A9B8D8B2109B2D861DCFDD34B29A5F7CBFF3A0365", "AutoV3": "B82BB3C7A835"}, "downloadUrl": "https://civitai.com/api/download/models/330414", "primary": true}], "images": [{"id": 6326319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92b5f8a8-f397-4b50-90ab-7fb5952ada9a/width=450/6326319.jpeg", "nsfwLevel": 1, "width": 1632, "height": 1632, "hash": "UMI;*Nxu_3niInofozWB_NWVIVWB%MW;V@t7", "type": "image"}, {"id": 6326312, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05e0d5f8-6697-4617-91ab-554a8edb4eb4/width=450/6326312.jpeg", "nsfwLevel": 1, "width": 1432, "height": 2048, "hash": "UEK,dixu?Hs;Dia#-C9Y_4WBM{%M#=nl9sX5", "type": "image"}, {"id": 6326320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0de30b8-8633-4527-8491-9dce892a1aec/width=450/6326320.jpeg", "nsfwLevel": 1, "width": 1632, "height": 1632, "hash": "UXHeUgX9p0^+_Nt7%3tRyYo2i_kW-;fiNaV[", "type": "image"}, {"id": 6326311, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f9ba78a-8dfd-4d20-8eb4-68b514bc515d/width=450/6326311.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOJaG=%2*JI:SLays:fkpwS2Z$$jkBj[ofbH", "type": "image"}, {"id": 6326316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b6feb37-5b67-4b42-811e-f544c6aca800/width=450/6326316.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1024, "hash": "UGLfpZ-ntSIt~pWYM}t2S*Rmt1xqNG$}slN1", "type": "image"}, {"id": 6326313, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49b041f8-4628-42a9-bf76-2c7b770328cc/width=450/6326313.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7Gt.x?ZKR040LIqM{%0GcWF=]~84TM{adR-", "type": "image"}, {"id": 6326310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f468fa6e-472c-4f6e-bb6f-a9093d91045c/width=450/6326310.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "UVFrw+%fxcRV_3xuWFIV_NWFt6oe%NRjj?k9", "type": "image"}, {"id": 6326317, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2e07f2d-c48e-41fb-a80c-8337d068dd82/width=450/6326317.jpeg", "nsfwLevel": 1, "width": 1632, "height": 1632, "hash": "UDKk]2rr5ati0LxFElOU^SSg}Aix0fS#kQsD", "type": "image"}, {"id": 6326318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c014260-ddbd-483d-b7fb-708db42bf98b/width=450/6326318.jpeg", "nsfwLevel": 1, "width": 1632, "height": 1632, "hash": "UFGlCkxa?^pID~WBRPs:tkNGMxxto}WUxbV@", "type": "image"}, {"id": 6326315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7d60629-b9a9-4dc5-ae42-18d35c4b6371/width=450/6326315.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1024, "hash": "UGL:V#%MR=ng_Nxbt6Ri%NIpxVog%HV@D,W=", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/330414", "modelId": 294004} \ No newline at end of file diff --git a/datasets/metadata/330532.json b/datasets/metadata/330532.json new file mode 100644 index 0000000000000000000000000000000000000000..2c279a953c0389321c7c0cc5e8ad2eb9d02b2083 --- /dev/null +++ b/datasets/metadata/330532.json @@ -0,0 +1 @@ +{"id": 330532, "index": 0, "name": "Wednesday", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-05T21:13:59.222Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["w3dn3sday"], "stats": {"downloadCount": 408, "ratingCount": 5, "rating": 5, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 334711, "sizeKB": 55807.697265625, "name": "w3dnesday.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T18:25:52.472Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "97689EA9", "AutoV2": "A34E92671D", "SHA256": "A34E92671DACEBBB0174E21858EFE02C68A0ADB1BEFD0579B04772889F0FAB98", "CRC32": "360E7DA9", "BLAKE3": "25D7FED66E369A80EEAC2967B1F4394135A27EE12365736D05C2D138C53B6059"}, "downloadUrl": "https://civitai.com/api/download/models/330532?type=Training%20Data"}, {"id": 261972, "sizeKB": 176971.3203125, "name": "w3dn3sday_2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-05T21:15:44.273Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "89652600", "AutoV2": "275A7697FE", "SHA256": "275A7697FED20F136AB7296948CCC610273341071473E4FB2420DF8E4572DB9B", "CRC32": "C77802AB", "BLAKE3": "E2B81D76AAE5B3003E04C6E65C86EA292924A1EA4B8E041F2C4BDC0767C9DF9E", "AutoV3": "0A9D5FBF2609"}, "downloadUrl": "https://civitai.com/api/download/models/330532", "primary": true}], "images": [{"id": 6301450, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23a2a966-9360-4118-98d5-7678a430a3b9/width=450/6301450.jpeg", "nsfwLevel": 1, "width": 896, "height": 1128, "hash": "UJB:1:^*o|~VM{WBs:M|9aRjV@9t?G%Lt7og", "type": "image"}, {"id": 6301448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63d5ce62-00c4-4b52-a57d-1a3259303b30/width=450/6301448.jpeg", "nsfwLevel": 1, "width": 896, "height": 1128, "hash": "U6CFV3%10#0z020g~A-o9^%Lr?$i%1xtE2sT", "type": "image"}, {"id": 6301449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/705e32a2-9925-451d-a407-ae279e105219/width=450/6301449.jpeg", "nsfwLevel": 1, "width": 896, "height": 1128, "hash": "U7BfLd-;tj0gMwNb-o?G02NG$h~A~BsoI;M{", "type": "image"}, {"id": 6301451, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68edc22a-08d5-464d-b527-f224e2e66d32/width=450/6301451.jpeg", "nsfwLevel": 1, "width": 896, "height": 1128, "hash": "UGC678~VtQNcWAj[%2xt58M|s9xD-oxtbbWC", "type": "image"}, {"id": 6301455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79105ac5-16bc-45e1-8b32-281213d73001/width=450/6301455.jpeg", "nsfwLevel": 1, "width": 896, "height": 1128, "hash": "U9BCxzM{0y~VROj[%MRj02xa=_E2?GoKR+t7", "type": "image"}, {"id": 6301452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad7b0749-5bb9-4d17-879a-181be2fe7ed1/width=450/6301452.jpeg", "nsfwLevel": 1, "width": 896, "height": 1128, "hash": "U5Ac0g0MxsJ8-nS2njn%01~AxGsANHEMSgxZ", "type": "image"}, {"id": 6301454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6b8de1e-82f5-4edb-8a7f-e4e8e062d868/width=450/6301454.jpeg", "nsfwLevel": 1, "width": 896, "height": 1128, "hash": "UCF=XG0KFx-n9~x]R4DixZ~p4n9Z%g-=9FNG", "type": "image"}, {"id": 6301457, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08fbd903-6c3b-4952-8916-cb66afa70925/width=450/6301457.jpeg", "nsfwLevel": 1, "width": 896, "height": 1128, "hash": "UWE.ncE2Nat8~pIpxD%2%gS6r;of-:WYIoWX", "type": "image"}, {"id": 7598936, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/471b1451-b479-4bd6-8f0a-2425aa0ec0b6/width=450/7598936.jpeg", "nsfwLevel": 1, "width": 896, "height": 1128, "hash": "UAFNk*0~B.,@1g}rxG%K0MJ8=t9v}=NHIqWC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/330532", "modelId": 294108} \ No newline at end of file diff --git a/datasets/metadata/330668.json b/datasets/metadata/330668.json new file mode 100644 index 0000000000000000000000000000000000000000..499da7794d8200f0203f11821ea87d5ddd193c2b --- /dev/null +++ b/datasets/metadata/330668.json @@ -0,0 +1 @@ +{"id": 330668, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-05T23:12:47.636Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 304, "ratingCount": 49, "rating": 5, "thumbsUpCount": 67, "thumbsDownCount": 0}, "files": [{"id": 262072, "sizeKB": 22252.71484375, "name": "lily_SpyClassroom-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-05T23:11:08.950Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "01A92800", "AutoV2": "8394B7EEF3", "SHA256": "8394B7EEF397F8A1DEDA44F3015C520EB58A3A6D8556AA5A539ED6063D4122E6", "CRC32": "61E8CEFB", "BLAKE3": "FC0BFFECD90A03FAE2558808094320D07D10982382282F1B376E26C5F06ED832", "AutoV3": "CB0224B629F3"}, "downloadUrl": "https://civitai.com/api/download/models/330668", "primary": true}, {"id": 262073, "sizeKB": 46449.314453125, "name": "lily_SpyClassroom.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-05T23:15:52.312Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C8FC1A08", "AutoV2": "0FD7ED81BE", "SHA256": "0FD7ED81BE61E75CD7B46982382FBA39824B6DE84CB95632B37F72A494089622", "CRC32": "E79F0B8F", "BLAKE3": "A6EDA9EDC3648437A02908B00951E9D8D0B2C84FC480DF591BED07BC6D7DDA43"}, "downloadUrl": "https://civitai.com/api/download/models/330668?type=Training%20Data"}], "images": [{"id": 6304022, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5b8e3aa-ad0c-46eb-8c48-0889d6e2b177/width=450/6304022.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGN0oA~q0K-;00-;9Et75Q%MZ$s:_Mof?bof", "type": "image"}, {"id": 6304023, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a201cd47-797f-428b-8041-4e3346e825a5/width=450/6304023.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGN0oA~q0K-;00-;9Et757%MZ$s:_Mof?bof", "type": "image"}, {"id": 6304331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f4bd652-1041-45a1-b133-1d59c72d2037/width=450/6304331.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDK-5@EL0000-:00o}9Fp_9G~CRO~Vx]9FM{", "type": "image"}, {"id": 6304594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bb3a7d8-451d-4ffd-9cc7-c551a8fe0545/width=450/6304594.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USM%G|I^ADS%AcyE4oNIE2Rj-Vof~WRPRiWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/330668", "modelId": 294241} \ No newline at end of file diff --git a/datasets/metadata/330836.json b/datasets/metadata/330836.json new file mode 100644 index 0000000000000000000000000000000000000000..4954dac92e4fa34e6c764108a4afeb45595ab2d8 --- /dev/null +++ b/datasets/metadata/330836.json @@ -0,0 +1 @@ +{"id": 330836, "index": 1, "name": "Jenna Ortega", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-06T02:05:15.746Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["w3dn3sday"], "stats": {"downloadCount": 416, "ratingCount": 16, "rating": 5, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 262211, "sizeKB": 176971.3203125, "name": "w3dn3sday_3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-06T02:05:39.480Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FD512379", "AutoV2": "F7CFD49410", "SHA256": "F7CFD49410709F5634750C5C8A7AEB31FDB51CBDAB5ED82F13B04F9688FBBB7E", "CRC32": "2ADB85A3", "BLAKE3": "DA1C941B55B965A565696C7F3BC3CC6BF011B54CAD43E0EB0850628234EC3753", "AutoV3": "CD0033B6AEEA"}, "downloadUrl": "https://civitai.com/api/download/models/330836", "primary": true}, {"id": 268271, "sizeKB": 37193.9267578125, "name": "w3dn3sday.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-10T21:56:52.508Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "AF68B744", "AutoV2": "4A2A97CC74", "SHA256": "4A2A97CC74733ACA378941DBAB158B16C7FFA044B02A8CD6BC22B86C7B04807B", "CRC32": "29298A8C", "BLAKE3": "A0E96E10904B1BD380CAA138337A08C4C09A97B59CEC24EF51BBC4E479B0D29B"}, "downloadUrl": "https://civitai.com/api/download/models/330836?type=Training%20Data"}], "images": [{"id": 6307958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6d4faa1-fc90-4013-bf88-c4f234e340cf/width=450/6307958.jpeg", "nsfwLevel": 1, "width": 896, "height": 1128, "hash": "UGFYAZEL0h~WDiW=.9xZT}t7^kX94.oeoMRj", "type": "image"}, {"id": 6307964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8fdbb61-8ad6-483a-9b5b-046e3491162a/width=450/6307964.jpeg", "nsfwLevel": 1, "width": 896, "height": 1128, "hash": "UVF=,aM|o~s.xZIA?bxu_4jF%1R+kXjFV?WV", "type": "image"}, {"id": 6307962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a13190c-0877-497e-9a87-5d3b32e8f9bd/width=450/6307962.jpeg", "nsfwLevel": 1, "width": 896, "height": 1128, "hash": "UTHUwwsp%hx]%zIUxZ%N?bRjMxxt~XbHR.jZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/330836", "modelId": 294108} \ No newline at end of file diff --git a/datasets/metadata/331198.json b/datasets/metadata/331198.json new file mode 100644 index 0000000000000000000000000000000000000000..32ec52ede2bbc87178014994ab654f6960ad1db4 --- /dev/null +++ b/datasets/metadata/331198.json @@ -0,0 +1 @@ +{"id": 331198, "index": 0, "name": "wong-eksekutip", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-07T01:16:58.187Z", "availability": "Public", "nsfwLevel": 3, "description": "bisnisman
", "trainedWords": ["eksekutip-wong", "eksekutip"], "stats": {"downloadCount": 35, "ratingCount": 1, "rating": 5, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 262507, "sizeKB": 2742.044921875, "name": "331198_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-06T07:46:12.464Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C6912325", "AutoV2": "8C7F157A0A", "SHA256": "8C7F157A0A4E52D1E557F18807F9A5E9B69876E0FA2BF50110F30AE80DDC92B3", "CRC32": "0270260E", "BLAKE3": "86B574BFF0637AFA05EDDF250768E4908CBD2E733DE607427C15A71AB7D15544"}, "downloadUrl": "https://civitai.com/api/download/models/331198?type=Training%20Data"}, {"id": 263459, "sizeKB": 223099.12890625, "name": "wong-eksekutip-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-07T01:15:44.412Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "506EFC76", "AutoV2": "28CDD8103A", "SHA256": "28CDD8103ACD68871AE47606C27F9476096620C852794A769A47E7FF00BD4E5C", "CRC32": "F12620DD", "BLAKE3": "A50DE64BCEE8DA0B1C781667D1F275DE33A72E928A60C219C8B356C4D89F7C1F", "AutoV3": "AA9C900A10C4"}, "downloadUrl": "https://civitai.com/api/download/models/331198", "primary": true}], "images": [{"id": 8297498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e17e4625-2713-414f-a869-aa73a24609ba/width=450/8297498.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UZG]aTV@YPtRKQa#IWjZ%Ooz#RWB?^R+X8oy", "type": "image"}, {"id": 6346758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92e6c49b-6d51-4419-b942-77ef84cb4337/width=450/6346758.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U6AJNH#Q01F}^OxaEgEL02I;}@=w0fS$-or=", "type": "image"}, {"id": 6346779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd0c9b89-6d34-474e-b37c-d1693c6a4ff9/width=450/6346779.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U24_Rqt70LRj?GWB9tWW01ae~BW=0Lt7~Bn$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/331198", "modelId": 294724} \ No newline at end of file diff --git a/datasets/metadata/332119.json b/datasets/metadata/332119.json new file mode 100644 index 0000000000000000000000000000000000000000..88fe8c064bdff7e2e5b057fd7b6884fdf9d90b71 --- /dev/null +++ b/datasets/metadata/332119.json @@ -0,0 +1 @@ +{"id": 332119, "index": 0, "name": "v3.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-06T22:38:15.147Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 384, "ratingCount": 21, "rating": 5, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 263290, "sizeKB": 22259.41796875, "name": "Shiramine_Kuou_AngelAcademy-KK77-V3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-06T22:41:08.746Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CDC1B82D", "AutoV2": "7ABB6E326A", "SHA256": "7ABB6E326A2AF277C940132F9DD78DF16A6672BF9C9D1FF18A2493508B1C41E7", "CRC32": "7B9A36DA", "BLAKE3": "735AA3A4B4010845AF8DC84E14A15B3B8E43A43012416CC3502776B3B0D285FE", "AutoV3": "A53391B5BB59"}, "downloadUrl": "https://civitai.com/api/download/models/332119", "primary": true}, {"id": 263291, "sizeKB": 43870.513671875, "name": "Shiramine_Kuou_AngelAcademy_V3.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-06T22:41:11.113Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "32FE4113", "AutoV2": "CBFB81E96F", "SHA256": "CBFB81E96F04DF0630D8B7A7DBB88F25C3E55D69E6275214A45DBB6C3869FD29", "CRC32": "46FDDD16", "BLAKE3": "711AB8560C9DC94ADD467F3972BD0699A5614D38CB3C9BD09DD4E4D000F4FEA1"}, "downloadUrl": "https://civitai.com/api/download/models/332119?type=Training%20Data"}], "images": [{"id": 6342846, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea9447af-f797-4d74-8196-a94cd6a0f50c/width=450/6342846.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UONJ?}~qyERk00of_3IAOZM{$%tQ-=WB%2ay", "type": "image"}, {"id": 6342845, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daf1242e-91d9-4ecb-8610-dfed52d55d4b/width=450/6342845.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UONTXl~qyERk00of_3IAOZM{$%tQ-=WB%2ay", "type": "image"}, {"id": 6343002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/deeb918d-11cc-4885-9e58-3093e24d4517/width=450/6343002.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USMtK:~q?v%gW9-;?vM|9aE0~WIT_3RjVsV[", "type": "image"}, {"id": 6343259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6348214d-9874-4482-996d-a0b824e117d6/width=450/6343259.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UjLXGR%M~qt7%Mt7%gRjE1M{%2s.WYofs.WV", "type": "image"}, {"id": 6343621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5196e147-c0ba-4c21-aaaf-9adaa5c34832/width=450/6343621.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UXKA]99]_NtRt,%LOsE19GMx%2V@9GD*xDoK", "type": "image"}, {"id": 6344391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd47e415-24e4-40c0-b557-8a6ddc774ee7/width=450/6344391.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVL3}v?b9ut7E1xu%LtR0MWB-o%2~WNGRkxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/332119", "modelId": 85452} \ No newline at end of file diff --git a/datasets/metadata/332349.json b/datasets/metadata/332349.json new file mode 100644 index 0000000000000000000000000000000000000000..f1465d1f0dabca08e0bf28f8ab63c55ce76e7d3b --- /dev/null +++ b/datasets/metadata/332349.json @@ -0,0 +1 @@ +{"id": 332349, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-07T01:33:10.698Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 266, "ratingCount": 49, "rating": 5, "thumbsUpCount": 66, "thumbsDownCount": 0}, "files": [{"id": 263470, "sizeKB": 22250.79296875, "name": "Rikka_Otori_Humiliation2-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-07T01:35:43.399Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9936EEB9", "AutoV2": "E83925CCA7", "SHA256": "E83925CCA7ABA8A8B9F1A09075797617876093FA0B1880963AD08D4C98C6941F", "CRC32": "9721E6EB", "BLAKE3": "AA85F15C0C6E9D498BF3391875ED4F9E34DCFF1E11C3AB42C098C7A8BB6B3DFC", "AutoV3": "EF333EB10390"}, "downloadUrl": "https://civitai.com/api/download/models/332349", "primary": true}, {"id": 263471, "sizeKB": 44695.0419921875, "name": "Rikka_Otori_Humiliation2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-07T01:36:13.633Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9577FA0C", "AutoV2": "F743A438A2", "SHA256": "F743A438A25E7544B396B498316C86CCEA85FF36EF4DE1C9FA016000D1E08887", "CRC32": "B52F3193", "BLAKE3": "8511D53FDA7EF9A7F042DE7F4A6CAE7CA3AF87CCD01C96A1C7189CDB875FBEBE"}, "downloadUrl": "https://civitai.com/api/download/models/332349?type=Training%20Data"}], "images": [{"id": 6346982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/940f0657-8576-4fc3-89d3-b4b4f5e4d211/width=450/6346982.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9LWt=0000D%:4Di1SWA2gt7IBt7%Mx[rrn$", "type": "image"}, {"id": 6346983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bca876b9-184e-4ffa-87b0-142b8f18bdfc/width=450/6346983.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9LWt=0000D%:4Di1SWA2gt7IBt7%Mx[rrn$", "type": "image"}, {"id": 6347379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48d0b3d5-a67d-45d5-8705-cc7be41d228e/width=450/6347379.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJJ%qO0M00Dh~oR40gxu0exWM}x^%O-;MwM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/332349", "modelId": 295753} \ No newline at end of file diff --git a/datasets/metadata/332381.json b/datasets/metadata/332381.json new file mode 100644 index 0000000000000000000000000000000000000000..0c3646915d1fdf43337056af465700d9afd45e4f --- /dev/null +++ b/datasets/metadata/332381.json @@ -0,0 +1 @@ +{"id": 332381, "index": 1, "name": "SD 1.5 - v1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-07T02:50:24.962Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 274, "ratingCount": 27, "rating": 5, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 263511, "sizeKB": 212521.138671875, "name": "332381_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-07T02:12:36.202Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "57D910CF", "AutoV2": "DD3AB0D307", "SHA256": "DD3AB0D307576A63A55D6FBAB5939B166116DF51598AD2023FC101654DF479E7", "CRC32": "3A5E923B", "BLAKE3": "8EE5F2A437456938CB15556F9508C90E081E3355188829FF9D7DA3B463FBB922"}, "downloadUrl": "https://civitai.com/api/download/models/332381?type=Training%20Data"}, {"id": 263533, "sizeKB": 36979.03125, "name": "Magical_Parchment.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-07T02:46:09.705Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "275481D8", "AutoV2": "E5C6E0F49D", "SHA256": "E5C6E0F49D9ADB5D18EFC65DAEC89569CE94CEF33ED307A9308FC881A2F8CCC4", "CRC32": "5E1D1715", "BLAKE3": "518B2A24176C100DB980CF111CD927589ADD30D06975BFA2CA5B5692B048CE4D", "AutoV3": "3E9E5FD0A6E6"}, "downloadUrl": "https://civitai.com/api/download/models/332381", "primary": true}], "images": [{"id": 6348624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d63454e5-e3e5-467b-bc3a-677d0f624403/width=450/6348624.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U4Dc8k-?Hs{wAF4o:k-;00;@167#pH2c2[|A", "type": "image"}, {"id": 6348622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50fd7187-827d-4bd2-bdae-00a9007ec7ca/width=450/6348622.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U7B:T.]z8{Tf{bNFKQ-6HXF#NG:~%%#m#9%g", "type": "image"}, {"id": 6348625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41f517e2-bc99-4787-9011-d3ec63ac1fea/width=450/6348625.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U8B|4[0KN3v~+tVXTKR.00=}xTI;k*T#+tRi", "type": "image"}, {"id": 6348621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/647b3900-65c4-4519-9620-24efc7e21cc6/width=450/6348621.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGEVTu~W,.?bt8X9-V%2Hq9}Rlv|m+$e%2EN", "type": "image"}, {"id": 6348623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d08da074-b983-482b-b531-b97d1713a735/width=450/6348623.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAE:F[$_D$?a4nRP~8X9029uF|%2}*-.5]IB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/332381", "modelId": 295783} \ No newline at end of file diff --git a/datasets/metadata/33242.json b/datasets/metadata/33242.json new file mode 100644 index 0000000000000000000000000000000000000000..d93105f36f5864ee1047b8a485f313d33bab4de5 --- /dev/null +++ b/datasets/metadata/33242.json @@ -0,0 +1 @@ +{"id": 33242, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-01T16:21:09.471Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["xxx hair", "yyy inner"], "stats": {"downloadCount": 1571, "ratingCount": 255, "rating": 5, "thumbsUpCount": 292, "thumbsDownCount": 0}, "files": [{"id": 27361, "sizeKB": 42040.423828125, "name": "inner_hair_training_dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-01T16:26:17.090Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3EB653AD", "AutoV2": "AC9FDA79AC", "SHA256": "AC9FDA79AC96AC913562E2CEAE0A03278B2E00CE8BFFBE637A7F83E767ADAB8E", "CRC32": "B616368E", "BLAKE3": "C39144DECE2648B56F75268917395CCF33F56C3429D4F425656C1876C851CC3D"}, "downloadUrl": "https://civitai.com/api/download/models/33242?type=Training%20Data"}, {"id": 27360, "sizeKB": 73843.1845703125, "name": "colored_inner_hair_lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-01T16:26:22.391Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "36B432F9", "AutoV2": "895834D221", "SHA256": "895834D221A4DDE70368A0CCEC7124550D588C14D805601754BC3FA797FCC2F5", "CRC32": "42A222CC", "BLAKE3": "25FB3C7FE63FA39562024B92FD70C7C6272C3DAB0A4F4B0F25650EF095440059", "AutoV3": "ADC503E4427E"}, "downloadUrl": "https://civitai.com/api/download/models/33242", "primary": true}], "images": [{"id": 378752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d7db756-f631-4faa-3413-b19292300800/width=450/378752.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQI=Pw~p_3V@~pjX^kjGIUM|spof?Hf+M|s:", "type": "image"}, {"id": 378759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d1679ad-8161-4c40-c7bc-cb20db28da00/width=450/378759.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UYIhEI%L_3o|~Djc%MxuV#WB-pt8?tM{ayRj", "type": "image"}, {"id": 378758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/353bb148-a2d4-4f84-8fc9-e593b431e400/width=450/378758.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UPIEFXXA-.-o~VtRR*NG$$-:ogWAELxvxvxZ", "type": "image"}, {"id": 378757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/899e36dd-bc69-4e22-fcb6-c839a7a75700/width=450/378757.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGHTq2{|00xw0gJ6tikE0zF^$~nOr^wJ,:WX", "type": "image"}, {"id": 378756, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2e5b789-b32e-42c4-f423-2bce04222e00/width=450/378756.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOJuG[Lg$z^juj?G9[yDITNbu4x]GYpb={H@", "type": "image"}, {"id": 378755, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1aa87ac6-b323-4872-cdee-1592b0134e00/width=450/378755.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "URHxBVIC?IkX.AE1I;xvOZxtR-R*9H%1IVNF", "type": "image"}, {"id": 378754, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d2c3d5f-5368-4411-7a5c-fe5bb1434600/width=450/378754.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UCHC1W9H4Tiu.8E1-oV?NGIUMxaJ~q%2M{NG", "type": "image"}, {"id": 378753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2aa6fa7-a9ec-4e7b-1aa4-bd4fd926ba00/width=450/378753.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKI5f0I_KI?bA2x]?w-q%%%#4ot64.o$rrIV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/33242", "modelId": 27761} \ No newline at end of file diff --git a/datasets/metadata/332507.json b/datasets/metadata/332507.json new file mode 100644 index 0000000000000000000000000000000000000000..9390d0087039a4c9c82f0cfdd098b493e0ceeeac --- /dev/null +++ b/datasets/metadata/332507.json @@ -0,0 +1 @@ +{"id": 332507, "index": 0, "name": "Seraphina", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-22T08:24:29.619Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 126, "ratingCount": 6, "rating": 5, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 263751, "sizeKB": 32418.3486328125, "name": "332507_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-07T07:50:50.097Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E74F5345", "AutoV2": "1C67C12258", "SHA256": "1C67C122584AA8332949D66A8EF38ED5C561D8E1D6944B7CD3702175D8D713B0", "CRC32": "4730DBA9", "BLAKE3": "A1A0F822C7C7340074BEB4713856DC7323DBDB5EB0507F4D782CAD402BDCA7AA"}, "downloadUrl": "https://civitai.com/api/download/models/332507?type=Training%20Data"}, {"id": 264320, "sizeKB": 36991.5625, "name": "Seraphina.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-07T18:40:39.551Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "58CEED90", "AutoV2": "4453433453", "SHA256": "4453433453B7DC86B77908252D16D9BA66961B19B547E5C203A4DFE9DA0DB620", "CRC32": "CCAE255E", "BLAKE3": "5E2E56C1B802BF2B27ED129F482235F23BEAB5FD22644065D1C184378FA46D0D", "AutoV3": "C7B2ED5E86D1"}, "downloadUrl": "https://civitai.com/api/download/models/332507", "primary": true}], "images": [{"id": 13229950, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f446754b-3e37-4836-a2f5-f0c4d74110e3/width=450/13229950.jpeg", "nsfwLevel": 2, "width": 450, "height": 450, "hash": "UAFY@-071D9t_B4X.69bozbpMLR7yV%eM}RP", "type": "image"}, {"id": 13229983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00fde0e2-79c3-4a2f-98e8-0e3b746637a6/width=450/13229983.jpeg", "nsfwLevel": 8, "width": 450, "height": 450, "hash": "U4BMJL~V00005AI[57wb0#D+$fxV-:%1Vs={", "type": "image"}, {"id": 13230006, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cb1a12f-24bd-49db-8be7-46ed88914851/width=450/13230006.jpeg", "nsfwLevel": 8, "width": 450, "height": 450, "hash": "UDM$uA{fpuRR%}4:?G9b.Q57IB%LkUocX9bY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/332507", "modelId": 295896} \ No newline at end of file diff --git a/datasets/metadata/332677.json b/datasets/metadata/332677.json new file mode 100644 index 0000000000000000000000000000000000000000..4ca3cb7bc93f2c3a43786f606fed044371195d49 --- /dev/null +++ b/datasets/metadata/332677.json @@ -0,0 +1 @@ +{"id": 332677, "index": 0, "name": "Cowgirl Tifa Lockhart", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-07T07:53:57.538Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 253, "ratingCount": 27, "rating": 5, "thumbsUpCount": 44, "thumbsDownCount": 0}, "files": [{"id": 263734, "sizeKB": 13803.6962890625, "name": "332677_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-07T07:25:47.225Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2F8EBD7E", "AutoV2": "BF4D608E87", "SHA256": "BF4D608E872D02B1BC0DE47643AB414F6C41E4F371FC7E1EB50AEFD802F53D46", "CRC32": "C2157DE0", "BLAKE3": "9B0BE267737DC143A8DA23A156A6E831E931F7856CB9E8C155506D15175F1146"}, "downloadUrl": "https://civitai.com/api/download/models/332677?type=Training%20Data"}, {"id": 263750, "sizeKB": 36978.578125, "name": "Cowgirl_Tifa_Lockhart.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-07T07:40:49.808Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "407CB51F", "AutoV2": "F932387C79", "SHA256": "F932387C7901180B5101461FEB843114F4E8A18125C0491AC8F57C54C7116AC3", "CRC32": "DC8F4C22", "BLAKE3": "6084D63A37A23D1EE186976327E3A15E75D472F309892937B0C682FB3511BB32", "AutoV3": "8D08B2FF40BC"}, "downloadUrl": "https://civitai.com/api/download/models/332677", "primary": true}], "images": [{"id": 6355981, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/750d1a28-364f-4502-839b-1c304697d8e6/width=450/6355981.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U5FOV|={4-o~4:Or0h^j000g~W-5-oIVE1-:", "type": "image"}, {"id": 6355404, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c629094-b6cb-45ed-aeae-5fd2733360bd/width=450/6355404.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U7ECF5E6E*029_?G0fsl4mE1~WX99b%Lxu-p", "type": "image"}, {"id": 6355406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e2bdcd9-8d24-409a-97da-4ed0ad8625d3/width=450/6355406.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNFOy0~Voc-pxs?G?a%LNGxuxuxa%Lt7Rja}", "type": "image"}, {"id": 6355343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d9e8639-7db6-4eb9-9ea1-0ef75a5b3331/width=450/6355343.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHHULX4:0f^j?ZRk~BM|xZIo?axGWANG?as.", "type": "image"}, {"id": 6355344, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/418b9fb8-c42b-42e5-ba75-5b4366e28301/width=450/6355344.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U8Hwu=~p00s;0#D%*|EMQ8Na?vVY0zMxr?tQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/332677", "modelId": 296039} \ No newline at end of file diff --git a/datasets/metadata/332867.json b/datasets/metadata/332867.json new file mode 100644 index 0000000000000000000000000000000000000000..99c2b004f4642439dae8d3ed6be1b340115e1c69 --- /dev/null +++ b/datasets/metadata/332867.json @@ -0,0 +1 @@ +{"id": 332867, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-07T10:23:38.278Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 313, "ratingCount": 55, "rating": 5, "thumbsUpCount": 76, "thumbsDownCount": 0}, "files": [{"id": 263895, "sizeKB": 22251.21484375, "name": "Thea_SpyClassroom-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-07T10:26:21.233Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1304E483", "AutoV2": "44E1A215C6", "SHA256": "44E1A215C62B3F4AA0AED4B99C63A339F19E3C8E5551E1462E513C1DD4BCFB1A", "CRC32": "012B8BC0", "BLAKE3": "8D5A9F16E6D392C483EE937C29A310570713C36F1972CAB4B3DE7A0D117FF959", "AutoV3": "3A8BC1BFA600"}, "downloadUrl": "https://civitai.com/api/download/models/332867", "primary": true}, {"id": 263896, "sizeKB": 50479.701171875, "name": "Thea_SpyClassroom.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-07T10:25:54.044Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "883DC18D", "AutoV2": "0FCA4D99D1", "SHA256": "0FCA4D99D1E27A2EA7779F05A9EE54F6327A829C4D6C0627E7113E8E819EFB84", "CRC32": "90711607", "BLAKE3": "60C5AD9611BB2459381B5839B8558A037E7F90915F39D64D916D799F6FF4ADE5"}, "downloadUrl": "https://civitai.com/api/download/models/332867?type=Training%20Data"}], "images": [{"id": 6359199, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23bd44c2-16a6-4eaf-a571-b26a0f0ed71a/width=450/6359199.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UjKB5jxu%gkC_Nof?at7o#ayocWC-qoLRiWB", "type": "image"}, {"id": 6359200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92585156-085f-40e9-bf9d-570e419f743d/width=450/6359200.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UjKB5jxu%gof_Nof?bt7t8ayocWC-qoLRiWB", "type": "image"}, {"id": 6359388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1d5da83-11b6-4aa5-8672-1e68c622d941/width=450/6359388.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNH_PvxuE0%gtSaKRioz4:E1=|-o~WflM_fk", "type": "image"}, {"id": 6359644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fb5ff01-9f4e-40f0-9b5f-5706e078ffcc/width=450/6359644.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMK-Uz?GT}IpBsxt-=%MIV%1-7od?vjrITxZ", "type": "image"}, {"id": 6360023, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d223c4c4-88a7-4587-b7e0-57dc09c7aec0/width=450/6360023.jpeg", "nsfwLevel": 4, "width": 1024, "height": 2048, "hash": "UDK-FG}R0L$%02R3%MbwyF9u$zEN9dtSslxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/332867", "modelId": 296222} \ No newline at end of file diff --git a/datasets/metadata/332956.json b/datasets/metadata/332956.json new file mode 100644 index 0000000000000000000000000000000000000000..7e3de0e84c454261bcf0c018a1aff8a12c697830 --- /dev/null +++ b/datasets/metadata/332956.json @@ -0,0 +1 @@ +{"id": 332956, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-07T12:16:49.015Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": [], "stats": {"downloadCount": 264, "ratingCount": 40, "rating": 5, "thumbsUpCount": 56, "thumbsDownCount": 0}, "files": [{"id": 263979, "sizeKB": 22252.08203125, "name": "Yuzuki_Honjou_KyouikuShidou-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-07T12:15:47.543Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D6E45400", "AutoV2": "BD32DAA7DB", "SHA256": "BD32DAA7DB5C7C54A10B43F2D6D0CC872EFDC50AFDEDB326470E2B4552B7C8FE", "CRC32": "977805A6", "BLAKE3": "E317CAD92974DBDF6558959FD51FD517297A79C9E3978ED34EC2C77BAB63C90A", "AutoV3": "494EC62A5270"}, "downloadUrl": "https://civitai.com/api/download/models/332956", "primary": true}, {"id": 263980, "sizeKB": 40548.0400390625, "name": "Yuzuki_Honjou_KyouikuShidou.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-07T12:16:19.590Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CAFDB17C", "AutoV2": "D3B723777A", "SHA256": "D3B723777AABAA01D42B42A38670F1FAD4C73470685328539BA430A7D5B4C77D", "CRC32": "4B33033B", "BLAKE3": "66E59CCC9B642C636C7D03DD78ED2C7C70DAF0A908F91185F53F0BFE96683ED9"}, "downloadUrl": "https://civitai.com/api/download/models/332956?type=Training%20Data"}], "images": [{"id": 6362598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32045cb3-e577-42d0-8dc3-681ff24a3da3/width=450/6362598.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAM6t|VW00V?01oh00yE9rW-xvNH.ARj?Ht7", "type": "image"}, {"id": 6362597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daf91a28-cbb4-4552-823b-1811ad49bb05/width=450/6362597.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAM6t|VW00V?01oh00yE9sW-xvNH.ARj?HtQ", "type": "image"}, {"id": 6362567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d8eb124-2050-4184-b271-55a06770b9a0/width=450/6362567.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9Lz1:DN00%K01tS00tm54ocalS5x_ac~Vof", "type": "image"}, {"id": 6362568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c9adce9-f12e-4777-b263-4ea25043daf6/width=450/6362568.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9Lz1:DN00%K01tS00tm54ocalS5x_ac~Vof", "type": "image"}, {"id": 6362754, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e31e5c75-72fa-4147-be9d-46788b9e01d7/width=450/6362754.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UMOVfW000f4.G69ZI_M{8_xaRjkW?w%LR5V[", "type": "image"}, {"id": 6362864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1f47ad7-1040-473d-bce5-ec3a05586deb/width=450/6362864.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNL4HI9byW%g?[xW0REM9a$MMzaf9fM{n4W?", "type": "image"}, {"id": 6363180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae420b94-d555-4f90-b6ee-55ce43b2ccd9/width=450/6363180.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDMGhmq@pb0#HV^N17tmO?_1020h009t^1Vt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/332956", "modelId": 296308} \ No newline at end of file diff --git a/datasets/metadata/333054.json b/datasets/metadata/333054.json new file mode 100644 index 0000000000000000000000000000000000000000..c34736b9401c95984d85cc0847c795b3acc987fa --- /dev/null +++ b/datasets/metadata/333054.json @@ -0,0 +1 @@ +{"id": 333054, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-07T14:13:12.990Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["saigyouji yuyuko"], "stats": {"downloadCount": 99, "ratingCount": 15, "rating": 5, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 264052, "sizeKB": 110705.671875, "name": "Yuyuko_TH7-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-07T13:50:52.027Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AF0421E1", "AutoV2": "1419B08FA9", "SHA256": "1419B08FA929F01C728E652AB51E39EC9A298CDB534FB576A081A65C51790BAA", "CRC32": "4ABD6DEA", "BLAKE3": "2D01E85F8A8EBB93F1C5C3CE137ABB660C0C4172E93C9777DA8F42E3C95ABED7", "AutoV3": "9BC1A1BA9835"}, "downloadUrl": "https://civitai.com/api/download/models/333054", "primary": true}, {"id": 264051, "sizeKB": 6751.8505859375, "name": "dataset_yuyuko.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-07T13:50:48.243Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0AF9FDEE", "AutoV2": "E7BFE8BC26", "SHA256": "E7BFE8BC26639931BC970C3A704353A8F4B842D60FE6733CE469B33D5CEA7A86", "CRC32": "21E02974", "BLAKE3": "DB79C5652BEF809F0A0459130E1CCABDD278271F8F0FC3697193822E834E093F"}, "downloadUrl": "https://civitai.com/api/download/models/333054?type=Training%20Data"}], "images": [{"id": 6365520, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e74d25d-7a8b-4358-ad5b-ac7fd22063b2/width=450/6365520.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "UIGu:-MwE0_3?dWXtSV?9vfl%MRjTfa#DiW;", "type": "image"}, {"id": 6365522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a9bb6ae-5c4e-4497-a7b4-844ff28b4463/width=450/6365522.jpeg", "nsfwLevel": 1, "width": 512, "height": 640, "hash": "UDI5DP_40000L}?IACS~0MIUR.M_0zIn#6ib", "type": "image"}, {"id": 6365525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e29e338-397e-4434-9a20-2a6229492c08/width=450/6365525.jpeg", "nsfwLevel": 1, "width": 512, "height": 640, "hash": "UIJkG,008^9w?GIUSh-o~pjFIoE10eWX%2kB", "type": "image"}, {"id": 6365528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26ec1368-9b15-4798-9c30-19814604400b/width=450/6365528.jpeg", "nsfwLevel": 1, "width": 512, "height": 640, "hash": "UJIOO*~WR4tQ8^a$I:4oD%oMNdoz59Nb-psl", "type": "image"}, {"id": 6365529, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f565284f-4624-478f-b7fa-84c21b90f609/width=450/6365529.jpeg", "nsfwLevel": 2, "width": 512, "height": 640, "hash": "UFH_iW4:00~q#5E1Xk%19wD%={M|TJD*~VXT", "type": "image"}, {"id": 6365694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f09f3c8-995a-4f12-8cd5-e0fa74d35764/width=450/6365694.jpeg", "nsfwLevel": 1, "width": 1024, "height": 640, "hash": "UDI}Fv.TOSMc-O=_E0NZ9FRkNHM}-;NbD*=x", "type": "image"}, {"id": 6365914, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e5daf5e-53c1-48cd-b11d-7683b96de524/width=450/6365914.jpeg", "nsfwLevel": 1, "width": 512, "height": 640, "hash": "U6INgq01L}01000#e8Gt^}#k9vHX0i8|?u~A", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/333054", "modelId": 296395} \ No newline at end of file diff --git a/datasets/metadata/33314.json b/datasets/metadata/33314.json new file mode 100644 index 0000000000000000000000000000000000000000..d9dea95a2f928f6f2c8c2b59beeecc7ae6061489 --- /dev/null +++ b/datasets/metadata/33314.json @@ -0,0 +1 @@ +{"id": 33314, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-01T18:43:17.168Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["ankomitarashi", "ankofishnet", "ankocoat", "microskirt"], "stats": {"downloadCount": 1078, "ratingCount": 169, "rating": 4.99, "thumbsUpCount": 178, "thumbsDownCount": 0}, "files": [{"id": 27426, "sizeKB": 63982.73828125, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-01T18:46:25.449Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "06A01578", "AutoV2": "EDF02FA1BD", "SHA256": "EDF02FA1BDCBEB4D2C2A900667AE2B29399B509BA5B03ED46123FA867F060A62", "CRC32": "42085F7D", "BLAKE3": "8B02E218709A6BBE75771C1C2849F3543D8AB3F397C5161D8F080988455FB6C2"}, "downloadUrl": "https://civitai.com/api/download/models/33314?type=Training%20Data"}, {"id": 27425, "sizeKB": 73847.21875, "name": "AnkoMitarashi.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-01T18:46:24.283Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "11A5A1B0", "AutoV2": "EC2EA0F8C6", "SHA256": "EC2EA0F8C626A13FCC16224CC91C5B39E658D750809287E2B2AA44F7CC4C6DE6", "CRC32": "219D324E", "BLAKE3": "EFD153BD06C3A29B28A48D8B107E12CCBB0173BFC33D814270D8CF17F66D52A2", "AutoV3": "8D589D8779B3"}, "downloadUrl": "https://civitai.com/api/download/models/33314", "primary": true}], "images": [{"id": 379558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de68788c-e691-4161-5f22-c97fd3ef9a00/width=450/379558.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U$KdrzR..AxsT3kDV[adahocoHRjogjYkCWE", "type": "image"}, {"id": 379567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bace1326-3320-4e31-f374-5b30bd808c00/width=450/379567.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UNJ@XR~V0eIpXl-:-TMyNLV[RjW;E2xax[Rk", "type": "image"}, {"id": 379566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f34c3db-5930-4112-d429-0739ad797a00/width=450/379566.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCL;BM00?w00-=$u~og501-p^$M|.9S7M{Mw", "type": "image"}, {"id": 379565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a239e4c3-73ce-4f09-082e-23b0e4ccdc00/width=450/379565.jpeg", "nsfwLevel": 1, "width": 4000, "height": 268, "hash": "UcJt#W%3NGxu~p%MR*xaIot7WUj=-;j[WBaz", "type": "image"}, {"id": 379564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e9c6ec1-920d-46d5-aab4-7d6bd0bedb00/width=450/379564.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UbLWRI}sO7}+xWs-n~nhV@oLbcNHM|Rkoyt6", "type": "image"}, {"id": 379563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a3df821-92c2-4320-7db1-a3e25de9a400/width=450/379563.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UbNmWjozIA~q.9t7ogM{x]ofV@WCIps.RkWB", "type": "image"}, {"id": 379562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c6e5392-9c81-4381-7dba-dee936a28d00/width=450/379562.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UOJ*U?R%.h$,0eovIUWFRWM{Mzxa$%%MS#Rk", "type": "image"}, {"id": 379561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c6e6e1f-2ad8-4741-52d3-69d1ed665400/width=450/379561.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UJIX:UYRxtERAekWS5tR.Ax[s9-o4;xDjEWB", "type": "image"}, {"id": 379560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/950d60db-7445-4a33-d111-2cacc3281100/width=450/379560.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U9Jj|_DOuf0f0KI[={RN0e~C0J0L,@0K5R%N", "type": "image"}, {"id": 379559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d9c5761-7d7d-4144-5fc3-ee8d75829100/width=450/379559.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U,P6gXR5_Nt8tSofs:kC%3ofR*oyayayofoe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/33314", "modelId": 27815} \ No newline at end of file diff --git a/datasets/metadata/333255.json b/datasets/metadata/333255.json new file mode 100644 index 0000000000000000000000000000000000000000..8bfa6b5956aaf7229c7c28d810590cd8ad69c8bd --- /dev/null +++ b/datasets/metadata/333255.json @@ -0,0 +1 @@ +{"id": 333255, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-07T16:38:46.511Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 267, "ratingCount": 33, "rating": 5, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 264207, "sizeKB": 22250.83203125, "name": "Shinguuji_Wakana_Sakura2-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-07T16:40:42.303Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "940061DD", "AutoV2": "F1EF764B61", "SHA256": "F1EF764B613E56F55DE2E87F3516050415F816485B034E8654C646B37C66CA06", "CRC32": "2A2E9E00", "BLAKE3": "CC21A876081CAAE7663C6EBB239186EC9DEDE12A3A4BCB454309E61E4F6FED0A", "AutoV3": "BC26FCEF32AE"}, "downloadUrl": "https://civitai.com/api/download/models/333255", "primary": true}, {"id": 264208, "sizeKB": 42397.587890625, "name": "Shinguuji_Wakana_Sakura2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-07T16:40:49.830Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "88007717", "AutoV2": "E9668A6FEB", "SHA256": "E9668A6FEBE831DEE5DDA8B8C8D30EC0ED6485E8435137665E5A94412377DA7F", "CRC32": "F9EF6CF4", "BLAKE3": "6DFBBA8B2329E823A8AF8B3601C4893BDD01028201F9794DE30749AE0BA1B69B"}, "downloadUrl": "https://civitai.com/api/download/models/333255?type=Training%20Data"}], "images": [{"id": 6370626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d73f6c10-2ab8-4b9c-87d4-cbbf427cd78d/width=450/6370626.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U6Ho2I4=00O=.nE1aK=z00%L~D--1gnm?YRj", "type": "image"}, {"id": 6370625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e68e795d-05ef-4d80-9d7d-518226e830ee/width=450/6370625.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U6Ho2I4=00Or.nE1aL=z00%L~D--1gnm?YRj", "type": "image"}, {"id": 6370891, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b21fa377-0c61-43c9-80b3-a4fc6fee3336/width=450/6370891.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGH.WQ8_9HD${TR4OsMd9IE1?uIoGWWC,bV[", "type": "image"}, {"id": 6371072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bc48095-8f5c-4300-8709-c199fd816c9c/width=450/6371072.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UIM$ub;^S}#QAC9F~WMw0exZ-VIV~V%2eToz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/333255", "modelId": 296583} \ No newline at end of file diff --git a/datasets/metadata/333470.json b/datasets/metadata/333470.json new file mode 100644 index 0000000000000000000000000000000000000000..8493876f13dbe0934c32bbf53ae6b5123d37b414 --- /dev/null +++ b/datasets/metadata/333470.json @@ -0,0 +1 @@ +{"id": 333470, "index": 0, "name": "SpiderCat", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-07T20:50:00.478Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 89, "ratingCount": 11, "rating": 5, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 264401, "sizeKB": 36168.1103515625, "name": "333470_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-07T20:20:49.548Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C0BBE80E", "AutoV2": "829DE0381D", "SHA256": "829DE0381D89EC3E1AB97C2AEE6D9803858632B0B6AB83BB13FC9ADFDEECCF8C", "CRC32": "02FED7CD", "BLAKE3": "3180EA9B26BB92A5F1FB285FCB1E78B9F08EA7F2FFDA453F99210283081D4E4E"}, "downloadUrl": "https://civitai.com/api/download/models/333470?type=Training%20Data"}, {"id": 264442, "sizeKB": 36977.296875, "name": "SpiderCat-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-07T20:51:19.862Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "23F56F80", "AutoV2": "1881D4B9E9", "SHA256": "1881D4B9E97719B5C754272C1202234A8D5B9788C38EBA7E2D4E470BED416491", "CRC32": "CB2E00B2", "BLAKE3": "CCC2FE6FB1185244E71F9061C1F544E7FF46F28905F97FDC6BB4CC5075AFAA71", "AutoV3": "EABC8A9F3D1F"}, "downloadUrl": "https://civitai.com/api/download/models/333470", "primary": true}], "images": [{"id": 6378959, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddc10a02-3906-459d-b89b-b2513cd1e688/width=450/6378959.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEEooQD%9tnh~qRPR*RPNeRinkbFtSnhV[R+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/333470", "modelId": 296795} \ No newline at end of file diff --git a/datasets/metadata/333518.json b/datasets/metadata/333518.json new file mode 100644 index 0000000000000000000000000000000000000000..e6df85740a5caa8d9cd3758e6a87184b7ddc0c00 --- /dev/null +++ b/datasets/metadata/333518.json @@ -0,0 +1 @@ +{"id": 333518, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-07T20:48:06.304Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 256, "ratingCount": 36, "rating": 5, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 264446, "sizeKB": 38166.3974609375, "name": "Kiyoka_Suzumoto_KyouikuShidou.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-07T20:50:47.918Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0C9EF912", "AutoV2": "7775CBF0E0", "SHA256": "7775CBF0E0C1B77EAD7478726A9CB2E3AD89D6DAEFCD3BB074EC91678C0F9829", "CRC32": "C654243C", "BLAKE3": "C8F9727174279BF3D66E904BE62701CD147842369EC2178AE13D52CFC71FBF44"}, "downloadUrl": "https://civitai.com/api/download/models/333518?type=Training%20Data"}, {"id": 264444, "sizeKB": 22251.87109375, "name": "Kiyoka_Suzumoto_KyouikuShidou-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-07T20:51:18.661Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3C7736C0", "AutoV2": "F47D5DA9BE", "SHA256": "F47D5DA9BE635DB426B6BDA6C0DBB61A0CC8ECBE2E5A2597FE5591130602A58B", "CRC32": "61AA3EE3", "BLAKE3": "6108692634DB3C4ECBAA85818C4D887CEADE67FA41D3C3D2AD262CF0FB9A3E4C", "AutoV3": "FB5F106B2F5B"}, "downloadUrl": "https://civitai.com/api/download/models/333518", "primary": true}], "images": [{"id": 6378929, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/705eaad3-e30c-4e60-9ac8-a7647029bc5c/width=450/6378929.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULNv#,_NTy_300xuOYo2pdIVw]kC-5M_NdRQ", "type": "image"}, {"id": 6378930, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d616abc-5587-4ad4-8498-90a56e783595/width=450/6378930.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULNv#,_NTy_300xuOYo2pdIVw]kC-5M_NcRQ", "type": "image"}, {"id": 6379091, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85390811-99a2-4dff-8cd9-ae2c26ebaeca/width=450/6379091.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKMQCj^+uP.99H-;?vaeIT-;%2%2xZf6Iox]", "type": "image"}, {"id": 6379244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd819dbb-d4d3-445c-b2b7-839b7383f085/width=450/6379244.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOP6K#sp.SIUEeX3_NozE2xG={%1~WNHWq%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/333518", "modelId": 296833} \ No newline at end of file diff --git a/datasets/metadata/333615.json b/datasets/metadata/333615.json new file mode 100644 index 0000000000000000000000000000000000000000..c455bafede60d830c492634a8edada72e55486d4 --- /dev/null +++ b/datasets/metadata/333615.json @@ -0,0 +1 @@ +{"id": 333615, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-07T22:20:06.489Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 276, "ratingCount": 49, "rating": 5, "thumbsUpCount": 59, "thumbsDownCount": 0}, "files": [{"id": 264529, "sizeKB": 44195.6591796875, "name": "Juna_Doma_Realist.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-07T22:21:18.863Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5FCD5EE8", "AutoV2": "27D3EEB97D", "SHA256": "27D3EEB97DF320C918BE8004C3DB95D6D194BAF8561E2E10D9F494BAFE40186B", "CRC32": "F6C5640B", "BLAKE3": "957DE945E10F2B0667F1D3074CD5A3824526AFC7DC3F247CA57542713C7A0E6D"}, "downloadUrl": "https://civitai.com/api/download/models/333615?type=Training%20Data"}, {"id": 264528, "sizeKB": 22254.48046875, "name": "Juna_Doma_Realist-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-07T22:21:17.257Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E26A94A3", "AutoV2": "2455FAC2B6", "SHA256": "2455FAC2B622B1F5391763067329E00355B7271B2DC0B57967727ACA6476136E", "CRC32": "C805A290", "BLAKE3": "F753F1C804303E736B42F24A34834D3B4463E934BD841A85B5F89E9BA0B95D03", "AutoV3": "49540951B1DC"}, "downloadUrl": "https://civitai.com/api/download/models/333615", "primary": true}], "images": [{"id": 6381191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49bfa924-f053-4304-a4a7-757c85e639c4/width=450/6381191.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UROg4]%M.Sxvt.jZ~TWXb_ayeSoL?afkaKWB", "type": "image"}, {"id": 6381189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d0d7afd-7e63-4ab8-b6ec-713a8b3c491f/width=450/6381189.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UROplh%M?vxvt.jZ~TWXb_ayeSoL?afkaKWB", "type": "image"}, {"id": 6381278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b78ff08-fd52-4e67-9132-b6aea265cca6/width=450/6381278.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHLE7{4T4T4;.AD%ISRjOuD*}?-m~pV[RPRk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/333615", "modelId": 296925} \ No newline at end of file diff --git a/datasets/metadata/333752.json b/datasets/metadata/333752.json new file mode 100644 index 0000000000000000000000000000000000000000..25f24eb213c9365f31bbc15163c1defe4d70d56a --- /dev/null +++ b/datasets/metadata/333752.json @@ -0,0 +1 @@ +{"id": 333752, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-08T00:36:14.956Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 238, "ratingCount": 40, "rating": 5, "thumbsUpCount": 44, "thumbsDownCount": 0}, "files": [{"id": 264636, "sizeKB": 22257.16796875, "name": "Aoi_Ren_AkibaGirls-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-08T00:35:33.657Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AC367D7C", "AutoV2": "CDF9D3F20D", "SHA256": "CDF9D3F20DD4D86C715A524F49E0AFA22ABA4E7AA2AA4112489613CBDE3C8B6E", "CRC32": "B758792C", "BLAKE3": "0500586F95F0BDBF0E86AE79E4DC5978538F14B4B24947778A2AE85C8F700E6F", "AutoV3": "39028F519016"}, "downloadUrl": "https://civitai.com/api/download/models/333752", "primary": true}, {"id": 264637, "sizeKB": 49780.474609375, "name": "Aoi_Ren_AkibaGirls.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-08T00:36:04.027Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4465BACC", "AutoV2": "F2D361A963", "SHA256": "F2D361A963D6E7EA02B094E450E31559428288EC05132A8FF804E53192DD717A", "CRC32": "352EC8D6", "BLAKE3": "94F5447A001151573B65784EFA7C0C1EB60770F52F7ACA79F3A3217DF1473E41"}, "downloadUrl": "https://civitai.com/api/download/models/333752?type=Training%20Data"}], "images": [{"id": 6384704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69ab3f21-80ab-46de-8881-f558cd2cc1bd/width=450/6384704.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UdOVicMxY5fh~WRjk?bHENofoLj[^+aeIoay", "type": "image"}, {"id": 6384705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5d1ac69-896e-4c7b-9e92-39b210829c81/width=450/6384705.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UdOVicMxY5fh~WRjk?bHENofoLj[^+aeIoay", "type": "image"}, {"id": 6384747, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f69a0af-c2ff-4409-a929-e771078e5094/width=450/6384747.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaR2Pext*0x[%iWByEkCM{V@ozkD?at7Mxay", "type": "image"}, {"id": 6384832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4d4a1c5-898f-46a9-9b13-6de5fb285c62/width=450/6384832.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UcQujB%LysxuyEt7tmofIAofWXV@-:WBM{oL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/333752", "modelId": 297052} \ No newline at end of file diff --git a/datasets/metadata/334050.json b/datasets/metadata/334050.json new file mode 100644 index 0000000000000000000000000000000000000000..d6ffe8cf51fccc159be57466c7f435155aab1274 --- /dev/null +++ b/datasets/metadata/334050.json @@ -0,0 +1 @@ +{"id": 334050, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-08T06:20:03.719Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 222, "ratingCount": 26, "rating": 5, "thumbsUpCount": 36, "thumbsDownCount": 0}, "files": [{"id": 264891, "sizeKB": 22254.80078125, "name": "Ayame_Zenouji_Yakata-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-08T06:20:54.991Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "227CB76C", "AutoV2": "20A641E566", "SHA256": "20A641E566D1AB16F7B0FC13DA90B6FA1BBDB6FE4E6E00340A661C0DA50FC5B1", "CRC32": "84738C4E", "BLAKE3": "083D505020F0D01FD4A9910A2ECC076420DA59BCA82DED19E8B41029D2F02A97", "AutoV3": "A0BF8D5261C0"}, "downloadUrl": "https://civitai.com/api/download/models/334050", "primary": true}, {"id": 264890, "sizeKB": 48275.939453125, "name": "Ayame_Zenouji_Yakata.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-08T06:20:53.061Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "94DEAEE4", "AutoV2": "DCAF6A7EAD", "SHA256": "DCAF6A7EADCD7A3A9D7521D7ED0CE0EE69A299685557993D60CE89A73E8D5456", "CRC32": "E985D71F", "BLAKE3": "9E2E1D643110D62CB561A9E0F7C1E577330E7325E220996C0BB85C37FE154916"}, "downloadUrl": "https://civitai.com/api/download/models/334050?type=Training%20Data"}], "images": [{"id": 6392489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f96a0929-bbee-4210-a1d1-efe3ddbce320/width=450/6392489.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UhNT5pRk%#%L_Nt7-;ofE2t6jFRj^kRjjFj[", "type": "image"}, {"id": 6392490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1bb6f4dc-51e0-443c-bc21-faf821d5da79/width=450/6392490.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UhNT5pRk%#%L~qt7-;ofE2t6jFRj^kRjjFj[", "type": "image"}, {"id": 6392607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ad0017e-4f2e-45d2-b3b5-5b4d94d3ad25/width=450/6392607.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U*LNY_xa%ht7~qWBtRozR+Rjs:ofWBofaeR*", "type": "image"}, {"id": 6392773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c435c5a1-3328-4e92-9895-a993c66b3409/width=450/6392773.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQL41%xak?%2~qWVX9s:01ofo2NG^+oLE1WB", "type": "image"}, {"id": 6393039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd95d560-bd7a-47ac-b23f-6fe341453c1f/width=450/6393039.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UhNT2ps:.8%M_Mj]-=j[NMofj?Rk%LoeM{WA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/334050", "modelId": 297334} \ No newline at end of file diff --git a/datasets/metadata/334146.json b/datasets/metadata/334146.json new file mode 100644 index 0000000000000000000000000000000000000000..09b1301bf84197a470b4eeb6af7f1064879ebe90 --- /dev/null +++ b/datasets/metadata/334146.json @@ -0,0 +1 @@ +{"id": 334146, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-08T07:53:00.382Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 260, "ratingCount": 34, "rating": 5, "thumbsUpCount": 56, "thumbsDownCount": 0}, "files": [{"id": 264957, "sizeKB": 22257.45703125, "name": "Excel_Walter_Realist-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-08T07:56:12.066Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "996FDA5C", "AutoV2": "491A1CBA54", "SHA256": "491A1CBA54EAB4E7A63C810C258641C29E7FCFF65BFD9A387E7FE3A6A6F3B98C", "CRC32": "F985F20B", "BLAKE3": "8A2AAA6DDC8F93E8B4A41B702D7AC80884A6903B8CDCBA66902C143415F0BBFD", "AutoV3": "B6CEB7FE45DD"}, "downloadUrl": "https://civitai.com/api/download/models/334146", "primary": true}, {"id": 264958, "sizeKB": 45493.0263671875, "name": "Excel_Walter_Realist.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-08T07:56:15.920Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "29CE2DA2", "AutoV2": "41D9880F16", "SHA256": "41D9880F1661694E2581056080BEFDDDBE7A175F2AA15626939934D76B824E82", "CRC32": "9818F934", "BLAKE3": "1F0258472B2E66BA53FA0FA45992E55D632F3E4AE0F76374FE9C5D56AD34B8CE"}, "downloadUrl": "https://civitai.com/api/download/models/334146?type=Training%20Data"}], "images": [{"id": 6394766, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12e53749-48b7-40d7-a78d-2a7b25bca3c1/width=450/6394766.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWOCwAxb~V%L?^WC-mkBIUfP%0j??IoeInoL", "type": "image"}, {"id": 6394765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79faed71-2c22-4449-8020-6fa65d990ccb/width=450/6394765.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWOCwAxb~V%L?^WC-mkBIUfP%0j??IoeInoL", "type": "image"}, {"id": 6394879, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce3ee6b5-fb96-499a-92cf-d99ca66544a8/width=450/6394879.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UOOfTB_2_0%N*HNy^$NaIVM|xWxt_4WrROxW", "type": "image"}, {"id": 6395065, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db74b9a5-cb2f-4040-b7a8-1bf957dd63e2/width=450/6395065.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPO2:g4;E3jY-;i_]}WA9bM|s+S5_N$%t6aL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/334146", "modelId": 297430} \ No newline at end of file diff --git a/datasets/metadata/334200.json b/datasets/metadata/334200.json new file mode 100644 index 0000000000000000000000000000000000000000..badbadbc1e04b05cf74b86df589fce0ccece72d5 --- /dev/null +++ b/datasets/metadata/334200.json @@ -0,0 +1 @@ +{"id": 334200, "index": 0, "name": "Made out of old CRT screens - SDXL LoRA", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-08T11:10:29.303Z", "availability": "Public", "nsfwLevel": 1, "description": "Rank 16 SDXL LoRA
", "trainedWords": ["made out of old CRT screens"], "stats": {"downloadCount": 220, "ratingCount": 15, "rating": 5, "thumbsUpCount": 36, "thumbsDownCount": 0}, "files": [{"id": 265017, "sizeKB": 28583.49609375, "name": "334200_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-08T09:10:42.220Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5038D3BA", "AutoV2": "255272B994", "SHA256": "255272B99405E18E7FB9C2A86CC58BB94F62C79A545D945F4BCAFF505B33DD19", "CRC32": "A20E53EF", "BLAKE3": "E8F9C9FBC47C948A4A2AA13CB108E33034FFEB3CAEFB722A1771CA3A623027F4"}, "downloadUrl": "https://civitai.com/api/download/models/334200?type=Training%20Data"}, {"id": 265099, "sizeKB": 111754.03515625, "name": "Made_out_of_old_CRT_screens_-_SDXL_LoRA-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-08T11:05:43.099Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4E765DA9", "AutoV2": "23007129CB", "SHA256": "23007129CBEE577AA35E91A21BDC47650D441DDC69B671E84416339F6C749BDD", "CRC32": "2C60DE5E", "BLAKE3": "5EC0B895A85FE10A78044CC3C1F8E6559FE0D02ECB214980093A8EB53359AB97", "AutoV3": "9CEE1D824D33"}, "downloadUrl": "https://civitai.com/api/download/models/334200", "primary": true}], "images": [{"id": 6398492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01fe5887-affb-4711-8195-ac6fdb9808eb/width=450/6398492.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9B;5{kY4{NI00%1H;oftA9F%Kxu01tR?wo2", "type": "image"}, {"id": 6398480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e335525-ca77-4781-b86d-f494af4a77ae/width=450/6398480.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBEfHM~q-=D%WGD$D$WF-?xux]xu4mM|IUxZ", "type": "image"}, {"id": 6398482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0810f7b-998d-446c-8193-9ed5b6f5eaa9/width=450/6398482.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCFFsr~qR:~q~WIUWU?b8_4nD%x]%LofRkRi", "type": "image"}, {"id": 6398481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46c649f5-b1f4-4ab7-b561-8a9bccb297bd/width=450/6398481.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8J8It4m-=tSbd4nM_9E_4_3D%t600Diadx]", "type": "image"}, {"id": 6398487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0855ed70-0d07-47e4-aa91-02771cd81248/width=450/6398487.jpeg", "nsfwLevel": 1, "width": 960, "height": 1024, "hash": "U7GIlyM_4$N5a4_39GE1tDD*~n--I^-;4TIA", "type": "image"}, {"id": 6398491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f339a7d4-09e8-4624-9684-3630894cc78c/width=450/6398491.jpeg", "nsfwLevel": 1, "width": 640, "height": 1024, "hash": "UjHoOPoL_Noz_3WBxaoeNHayM{aeIUofIUR*", "type": "image"}, {"id": 6398494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccb9f4bd-6441-486a-9f37-f61f83c8da90/width=450/6398494.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFC?r}%NIpoz~qkDM|t7_4t7V@t7_4t8V@of", "type": "image"}, {"id": 6398486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49291131-aa10-4714-a728-bc2ded917107/width=450/6398486.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBC%aP%M4;o08wD%Vp_34:RjXpIV~qxuD%M_", "type": "image"}, {"id": 6398498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14ff1b81-cfde-444a-8061-d589dd57bdd9/width=450/6398498.jpeg", "nsfwLevel": 1, "width": 960, "height": 1024, "hash": "UlGSs6Rno#j[%%bJWBt7M_WFadfPt8Rkt7j[", "type": "image"}, {"id": 6398485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7212cb23-7bfb-45ec-9391-bd0819cbf417/width=450/6398485.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBCZbUD#01tR~VXA8^e,I#M_%Nt8?cadf+t6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/334200", "modelId": 297481} \ No newline at end of file diff --git a/datasets/metadata/334380.json b/datasets/metadata/334380.json new file mode 100644 index 0000000000000000000000000000000000000000..7f81f3eb1c22374b470392721d2c5cf174668bfe --- /dev/null +++ b/datasets/metadata/334380.json @@ -0,0 +1 @@ +{"id": 334380, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-08T12:53:38.185Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 400, "ratingCount": 63, "rating": 5, "thumbsUpCount": 91, "thumbsDownCount": 0}, "files": [{"id": 265167, "sizeKB": 22257.51171875, "name": "InCha_Bishoujowa-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-08T12:55:50.591Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "62FCF466", "AutoV2": "A73D93CDE5", "SHA256": "A73D93CDE5F38C1B9999384CB27472FEE782BA7E94E6282996934A38EEAA98EC", "CRC32": "75BCEB28", "BLAKE3": "2C9A312C359D25AF0CF7124D9900F5B06EA6D07FC0B37D32268431910C347D0F", "AutoV3": "2003157B539A"}, "downloadUrl": "https://civitai.com/api/download/models/334380", "primary": true}, {"id": 265166, "sizeKB": 36859.638671875, "name": "InCha_Bishoujowa.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-08T12:56:23.742Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "86EEB246", "AutoV2": "57C171CC1C", "SHA256": "57C171CC1C7364B980D44FB91F7AAABC11E81B3E8239D33FBDC8B43E14AF7AB3", "CRC32": "07CA33C9", "BLAKE3": "8583B61D01C7BEC7A8582009365EF55B411E3955AB89F7C5C73F36782642F235"}, "downloadUrl": "https://civitai.com/api/download/models/334380?type=Training%20Data"}], "images": [{"id": 6400808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8536f729-65a1-4d1b-9b2e-9adea823967b/width=450/6400808.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UXP?jz?H?^V@R%j[?bRjE1RjsAt7tSae%Lfk", "type": "image"}, {"id": 6400809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab4e0b01-f642-4fa7-af22-9ff3eef91b36/width=450/6400809.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UXP?jz?H?^V@R%j]?bRjE1RjsAt7tSae%Lfk", "type": "image"}, {"id": 6400937, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/546d61a3-73aa-49b7-976a-799ee5ac3d5c/width=450/6400937.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPNmZwogj?D%tlR5tmIUIAx]~Ws..8RjjZkW", "type": "image"}, {"id": 6401108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0a36c0f-90b4-41cd-9ff8-7462897da493/width=450/6401108.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UVK1n4OF?^o2Kit75SIoH?V@=xt6D%Rk=xbb", "type": "image"}, {"id": 6401344, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5fbd26f1-b390-4367-a844-ad5731057911/width=450/6401344.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPO:Io?auP?b9ZRj?b%M0fxb^kozk?t7R5R*", "type": "image"}, {"id": 6401435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aaf481ad-d9ef-4261-8004-d7fa2da2cf5d/width=450/6401435.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKO3nVt7Xn9aMwof_NIVDi-;-Vx]krxun$s.", "type": "image"}, {"id": 6401577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8246e2be-1d67-4391-846b-e9993aa22b47/width=450/6401577.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHPF+bs,pJ0000VD.S9F9_xu~B-:?bX9=|x]", "type": "image"}, {"id": 6522146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/473e0176-2244-47db-b91d-26b738a9fa9d/width=450/6522146.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UYO{%LIA?^%NTdD%%MkWMxs:%Ls:xuX8WBt7", "type": "image"}, {"id": 6523227, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffdb36c7-15dc-49e7-af8d-6ae78d21f5ff/width=450/6523227.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UMOp0[0J56?^ys%0$*%NM{56%2?Hn3IUtlRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/334380", "modelId": 297647} \ No newline at end of file diff --git a/datasets/metadata/33465.json b/datasets/metadata/33465.json new file mode 100644 index 0000000000000000000000000000000000000000..0eae95acc913e4fd7e96caa19d3b14df409d4ace --- /dev/null +++ b/datasets/metadata/33465.json @@ -0,0 +1 @@ +{"id": 33465, "index": 0, "name": "v1.0.3", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-02T01:18:33.320Z", "availability": "Public", "nsfwLevel": 1, "description": "initial release
25 steps/epoch
training data available
", "trainedWords": ["mary magdalane", "jesus christ girlfriend"], "stats": {"downloadCount": 578, "ratingCount": 71, "rating": 4.96, "thumbsUpCount": 74, "thumbsDownCount": 1}, "files": [{"id": 27559, "sizeKB": 73840.2646484375, "name": "mary_magdalane_v1.0.3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-02T01:21:19.842Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "9B207BBF", "AutoV2": "CBFBBCDB43", "SHA256": "CBFBBCDB43231D7E573A2EC2F066319AD5C83A96C2511D1D4F273BA092D31063", "CRC32": "DB0E9DCD", "BLAKE3": "B2CBD3FF710FC223D0FF8DCAC0F99B9746426066DE4F3038C66802C150F31770", "AutoV3": "D50EB0F9B5EE"}, "downloadUrl": "https://civitai.com/api/download/models/33465", "primary": true}, {"id": 27560, "sizeKB": 962.1875, "name": "25_woman mary.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-02T01:21:20.017Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "4A85D1EAD5", "SHA256": "4A85D1EAD5A023612837C96650E53CE2C26E5B79EB265A63D1F9F98EA9A21312", "CRC32": "4E2B3D59", "BLAKE3": "EBC10A278579B1D9EB581B31B6987620319E405D401DB3BF0389F2D9BB53C619"}, "downloadUrl": "https://civitai.com/api/download/models/33465?type=Training%20Data"}], "images": [{"id": 381563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a676756-3f40-44a7-961e-1220e6296200/width=450/381563.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7I|gomj02t,.9-._3NLKQ?H?a^*Mw~W$x-:", "type": "image"}, {"id": 381589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1bf7c37-87b8-4267-cde4-d8321231a500/width=450/381589.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKG@n]Sg04E3}=ayIqNInOodo|oyob$%S4S3", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/33465", "modelId": 27924} \ No newline at end of file diff --git a/datasets/metadata/334650.json b/datasets/metadata/334650.json new file mode 100644 index 0000000000000000000000000000000000000000..b51cfda4488354087753952876c9f359df8fefc3 --- /dev/null +++ b/datasets/metadata/334650.json @@ -0,0 +1 @@ +{"id": 334650, "index": 0, "name": "Iron box", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-08T17:35:44.823Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 68, "ratingCount": 4, "rating": 5, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 265387, "sizeKB": 10142.8857421875, "name": "334650_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-08T16:45:46.421Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "114D3578", "AutoV2": "F7C66EF7FC", "SHA256": "F7C66EF7FC448716D6824AA0AB376AD47D528932565A51E1B021508810355622", "CRC32": "500CE535", "BLAKE3": "4D6F66A9F88C3B602DF8AFE4F3E02B6032697CCA2908CA93A854618B119F8C88"}, "downloadUrl": "https://civitai.com/api/download/models/334650?type=Training%20Data"}, {"id": 265441, "sizeKB": 36977.6640625, "name": "Iron_box-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-08T17:35:58.430Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "759CFFE6", "AutoV2": "C9C4759377", "SHA256": "C9C4759377BC394C5482432764971826C563C123E35554111FAB899894850987", "CRC32": "2523133A", "BLAKE3": "3A8E3902D8AE3ABDF1B74DA0F06462E8AD30D9D8337D29CAE0A482DB856390EA", "AutoV3": "1605B09E1386"}, "downloadUrl": "https://civitai.com/api/download/models/334650", "primary": true}], "images": [{"id": 6408910, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1d68c67-4f04-4f1c-b2f1-123fac501eb0/width=450/6408910.jpeg", "nsfwLevel": 1, "width": 1000, "height": 1000, "hash": "UFEoc5E000?Hx]oLMxWU00xu~XIUwdWVbvjb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/334650", "modelId": 297903} \ No newline at end of file diff --git a/datasets/metadata/33469.json b/datasets/metadata/33469.json new file mode 100644 index 0000000000000000000000000000000000000000..3047a0a1e2aafbfb8bca749a98afd4c9a40b5e8a --- /dev/null +++ b/datasets/metadata/33469.json @@ -0,0 +1 @@ +{"id": 33469, "index": 1, "name": "v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-02T01:31:05.008Z", "availability": "Public", "nsfwLevel": 7, "description": "Trained with 121 images of a-chan. Works at weight 1.
Download the dataset if you're interested.
", "trainedWords": ["a-chan", "black shirt, jeans, logo, id card"], "stats": {"downloadCount": 647, "ratingCount": 114, "rating": 5, "thumbsUpCount": 115, "thumbsDownCount": 0}, "files": [{"id": 27565, "sizeKB": 67201.80859375, "name": "achan-dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-02T01:36:21.797Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A1B1ECF0", "AutoV2": "A330758CA0", "SHA256": "A330758CA021B3CD27A72AEDFB713E7DB5D24DE7AB928DF53AC1AB8C1954D21F", "CRC32": "3643270A", "BLAKE3": "1E3D2E833619B4E044A1C004508EAFA75668813E0AF827CB2D4EFB02EC4BAD57"}, "downloadUrl": "https://civitai.com/api/download/models/33469?type=Training%20Data"}, {"id": 27564, "sizeKB": 18568.2578125, "name": "a-chan-09.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-02T01:36:21.190Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "1F4C195976", "SHA256": "1F4C195976B4211AAB442B34E69688F62E0ADAA1182CF19547EA07F4425798D8", "CRC32": "CDA0CBB4", "BLAKE3": "D51EEE6F9CABC95A28923C8175E89FF8EF278A05B61665E8E2EBFC9D4BF09056", "AutoV3": "0F4C4FD55433"}, "downloadUrl": "https://civitai.com/api/download/models/33469", "primary": true}], "images": [{"id": 381594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0fcd678-6826-4fae-f073-01968f00fd00/width=450/381594.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNGl0H~q-.Nf-;E2-.x]ozM|xWIpNGs:-oxu", "type": "image"}, {"id": 381599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c34b877d-1a64-4d93-c1f2-a39762471400/width=450/381599.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UNH24lt70K?H.8%MM{S2NI-p?aE2~WRkR*%2", "type": "image"}, {"id": 381598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ef778ac-76cd-44bb-7991-3f8e8811f300/width=450/381598.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNG*pE029F~p-;%19Gx]?aIVa_WXE2xtM|s:", "type": "image"}, {"id": 381597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f862cc62-96c1-4d12-efdb-157ebf5d4d00/width=450/381597.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEIh8Fsl~oOE9H00x]xH9a9GxHIUtkxZ_2?H", "type": "image"}, {"id": 381596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d5df647-c71d-456a-dcf9-a249343cc000/width=450/381596.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U3JHjvTM00RR0Rt7vy%M00n#zq%L4;IVuPE3", "type": "image"}, {"id": 381595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d1afd7b-d382-4d81-06de-396b1700d900/width=450/381595.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UPIqy1~B%KNe4nx^%1-n0hDiD*M|ROo}oIRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/33469", "modelId": 27927} \ No newline at end of file diff --git a/datasets/metadata/33478.json b/datasets/metadata/33478.json new file mode 100644 index 0000000000000000000000000000000000000000..4460f8d1734e327970152f2036b903f6a575a933 --- /dev/null +++ b/datasets/metadata/33478.json @@ -0,0 +1 @@ +{"id": 33478, "index": 1, "name": "v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-02T01:58:40.739Z", "availability": "Public", "nsfwLevel": 1, "description": "Made with 116 images of Anya Melfissa. Works at weight 1.
Download the dataset if you're interested.
", "trainedWords": ["anya melfissa", "very long hair, hair ornament, black dress"], "stats": {"downloadCount": 1202, "ratingCount": 141, "rating": 5, "thumbsUpCount": 155, "thumbsDownCount": 0}, "files": [{"id": 27571, "sizeKB": 67832.9130859375, "name": "melfissa-dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-02T02:01:23.953Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D6CBF0C7", "AutoV2": "0378B4B2DD", "SHA256": "0378B4B2DD4974CBBA82120BDBD0BA494E7073E1446BB960D1CD0EA5F46A06F8", "CRC32": "990B8597", "BLAKE3": "070D1F6AAAD1FADBF09FF39E06072158C87DF479EB9EFDCB336EA395FFFFBE33"}, "downloadUrl": "https://civitai.com/api/download/models/33478?type=Training%20Data"}, {"id": 27570, "sizeKB": 18559.328125, "name": "anya-melfissa-07.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-02T02:01:22.284Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "EF92CD4A8D", "SHA256": "EF92CD4A8D98F3C2F262FA72F8B5380CA396F1871360E65042507C596E94C723", "CRC32": "72253B1A", "BLAKE3": "1115D6DFF17CFB8BBD39D5E6448D6A2D93C3756C3D74F2583061776449771745", "AutoV3": "420A2E9903ED"}, "downloadUrl": "https://civitai.com/api/download/models/33478", "primary": true}], "images": [{"id": 381684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa4890b6-7263-477c-eff3-31c94d67d900/width=450/381684.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIIzkm~V~Sae0ORQeTsm01Mx0NoK~nXltks:", "type": "image"}, {"id": 381685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0a6bf24-daa0-4ad3-1026-f15ed6d37c00/width=450/381685.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKI4*10LJ6M|?bRPD*Rk-;9a~VRk-oIUR.jY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/33478", "modelId": 27935} \ No newline at end of file diff --git a/datasets/metadata/334980.json b/datasets/metadata/334980.json new file mode 100644 index 0000000000000000000000000000000000000000..64776dc4bbe3f526b03a16604be1dd6c17c9d9bd --- /dev/null +++ b/datasets/metadata/334980.json @@ -0,0 +1 @@ +{"id": 334980, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-08T22:08:00.474Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 306, "ratingCount": 43, "rating": 5, "thumbsUpCount": 67, "thumbsDownCount": 0}, "files": [{"id": 265669, "sizeKB": 47224.181640625, "name": "Uikawa_Shino_Niizuma.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-08T22:11:22.537Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DD9EE106", "AutoV2": "379528462C", "SHA256": "379528462C796645336735F411856B161165135C431C0363F10D313434B66FCE", "CRC32": "CD24E41A", "BLAKE3": "E900C76EE779BB1C9DBABFC75FCF15F71F7DE9A1CD53B941A66732486BC3BBFA"}, "downloadUrl": "https://civitai.com/api/download/models/334980?type=Training%20Data"}, {"id": 265668, "sizeKB": 22257.86328125, "name": "Uikawa_Shino_Niizuma-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-08T22:11:30.060Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "50D0F047", "AutoV2": "C5E7FC208F", "SHA256": "C5E7FC208F8043355B819DDA52BFEF9EA9C5DA32006A387321F65DE545F5E2B2", "CRC32": "6358781C", "BLAKE3": "56587CAC02B06A733BD52C2DF7AC315C851C9DB1115644AEC592730DF4E5AA02", "AutoV3": "F42E3A3BC27A"}, "downloadUrl": "https://civitai.com/api/download/models/334980", "primary": true}], "images": [{"id": 6415225, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5aa4840-4fb5-4054-a8c1-e3a0abdc8563/width=450/6415225.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIMiyZ+ZTJtl05pd_3Mx}?Z~^jWXM|RORORj", "type": "image"}, {"id": 6415224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e055b51-a8f5-4063-9d6e-cfa28dd770f2/width=450/6415224.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIMiya+ZTJtl05pd_3Mx}?Vr^jWXM|RORORj", "type": "image"}, {"id": 6415326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/769c7b76-48fe-4406-8f9b-c313f5f08587/width=450/6415326.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcOCBI$gyYtRCTtR?bW=tmM|?Fs9^hWAM|oz", "type": "image"}, {"id": 6415410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d20ea54f-6ac0-4bb9-a4c6-a7abcd9967ac/width=450/6415410.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UXNJd-t6.8MxO@M{_2IoSi%1s+xa~VIpRPWC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/334980", "modelId": 298221} \ No newline at end of file diff --git a/datasets/metadata/335126.json b/datasets/metadata/335126.json new file mode 100644 index 0000000000000000000000000000000000000000..472841ce035681840e72dfb4f5f75c748325a552 --- /dev/null +++ b/datasets/metadata/335126.json @@ -0,0 +1 @@ +{"id": 335126, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-08T23:55:09.530Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 267, "ratingCount": 24, "rating": 5, "thumbsUpCount": 47, "thumbsDownCount": 0}, "files": [{"id": 265789, "sizeKB": 22257.70703125, "name": "Yui_Mole-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-08T23:55:42.319Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "59D4A7A6", "AutoV2": "31B38C452F", "SHA256": "31B38C452FAE5DC9835B38C162846F43E6F4EC9EA34B136AECE29D77B4857D64", "CRC32": "D64358A9", "BLAKE3": "A42B81136AF8E2CFCF2A6771CFB69D2E2B907C61B818F6C1B2A9E9EF5E0B90FE", "AutoV3": "AA017FDC7F6F"}, "downloadUrl": "https://civitai.com/api/download/models/335126", "primary": true}, {"id": 265790, "sizeKB": 36460.978515625, "name": "Yui_Mole.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-08T23:55:43.859Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FCB47ACF", "AutoV2": "D870E5A3C5", "SHA256": "D870E5A3C5B1DF992B39D4718A72882B835D064B8B687F87D8F78C5CE3DC9EE1", "CRC32": "E3CE2E19", "BLAKE3": "A05C777F9346BDD8A070A740B588EB52A662441ECA0FD9113B11ED0C7F7D2A94"}, "downloadUrl": "https://civitai.com/api/download/models/335126?type=Training%20Data"}], "images": [{"id": 6417463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d09c1887-f735-445d-a8bf-c8ba62392da9/width=450/6417463.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTOfcJ9FOZM|0L9G.8Iopda#$%oM~At8%2t7", "type": "image"}, {"id": 6417462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e85f17d-faba-4d58-b1ef-4fe5a6c7216e/width=450/6417462.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USOfcJ9FOsM{0K9F.8Iopda#-AoM~Bt8%2t7", "type": "image"}, {"id": 6417473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be036240-aa87-46c9-8751-59f114f0f8c5/width=450/6417473.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNNJ:?Mw_MNHNZIV?^%M%Lx]~X%2.8%MaJt8", "type": "image"}, {"id": 6417472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f354a150-aad9-4481-8291-5effc4c4f3eb/width=450/6417472.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UhNJd;~qT0?bE1xu%MW;57WB$gjF?HkCR*oz", "type": "image"}, {"id": 6417471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/475a1ba1-f196-46f2-a61f-c45cdd367aad/width=450/6417471.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UULWt.i^4:xa00ShIpof0goe^jWC~WadRkWB", "type": "image"}, {"id": 6417474, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cb91c30-0309-407b-a48e-f0d62362cd3f/width=450/6417474.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULM@QB01%0D%D$M{.TRP00Rit8Rjtmj[Mdof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/335126", "modelId": 298354} \ No newline at end of file diff --git a/datasets/metadata/335132.json b/datasets/metadata/335132.json new file mode 100644 index 0000000000000000000000000000000000000000..b56fa54682945381bee3de3cca2ed751d9f3e6f0 --- /dev/null +++ b/datasets/metadata/335132.json @@ -0,0 +1 @@ +{"id": 335132, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-09T00:03:11.409Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 517, "ratingCount": 85, "rating": 5, "thumbsUpCount": 121, "thumbsDownCount": 0}, "files": [{"id": 265792, "sizeKB": 22259.29296875, "name": "Meer_Campbell_SeedD-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-09T00:00:45.345Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2847E27D", "AutoV2": "81DB2CAD3B", "SHA256": "81DB2CAD3B754F5E96F2DFC96F7D1DFC743AA6712073B87899051D5C1E3656E6", "CRC32": "E829BA8F", "BLAKE3": "771F71D53CAD7E88A02439A90588D47FC013C0EAA9CA98657051EFC439867391", "AutoV3": "5C353135308D"}, "downloadUrl": "https://civitai.com/api/download/models/335132", "primary": true}, {"id": 265793, "sizeKB": 45093.814453125, "name": "Meer_Campbell_SeedD.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-09T00:01:14.493Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0CC772D8", "AutoV2": "43FA3A890F", "SHA256": "43FA3A890F48EEEB300922D18D9529550A7DDD1FAB07D03B99835FA676F66E90", "CRC32": "91137D22", "BLAKE3": "F2F4B83A7DC362C5A026002D0667E4B96B913270AB4ED087410A429605F832A7"}, "downloadUrl": "https://civitai.com/api/download/models/335132?type=Training%20Data"}], "images": [{"id": 6418690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ab70a2b-6a2f-487f-acba-ba05985010c7/width=450/6418690.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UkKdVzEdyD=|~oxu%gxtWXWA%Mof%MIUoeRj", "type": "image"}, {"id": 6417686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fec7a2e-8bf4-40af-85e5-e4d846d0cd1f/width=450/6417686.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UrIr4[WC%M%2~pbH-;t6M_kC%MaxW.WBRij[", "type": "image"}, {"id": 6417784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da327b12-17cc-4fda-8dab-93c173d22a57/width=450/6417784.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UgL|D,R+Tdxt~VWBpIt7xvt7x]oy~qoMxuR+", "type": "image"}, {"id": 6417688, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a655abc6-f4ee-4cad-87a5-992caf928adc/width=450/6417688.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UrIr4[WC%M%2~pbH-;t6M_kC%LaxW.WBRij[", "type": "image"}, {"id": 6417785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00b8783e-f0fe-4b29-99e1-ff48dc33d569/width=450/6417785.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UgL|D,R+Tdxt~VWBtlt7xvt7x]oy~qoMxuR+", "type": "image"}, {"id": 6417890, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a39ff34-a617-4aaa-a316-95f61846bf1e/width=450/6417890.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UZLD_KNat*%2.Q%2~oofoybHxaRj?HM|IBj[", "type": "image"}, {"id": 6418004, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/380cc194-57bd-4829-8ad7-f6dbe340fc3f/width=450/6418004.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UYPFvD?b*JtR^+RQ.SNaEkaKjEoy^*a}E2oz", "type": "image"}, {"id": 6537685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3251e43b-3403-48cd-a58e-458a0ecd6d52/width=450/6537685.jpeg", "nsfwLevel": 4, "width": 1024, "height": 2080, "hash": "UNO.%Q~qUGx]GtOYPAOY5SsDP9WCX.r?EMWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/335132", "modelId": 298362} \ No newline at end of file diff --git a/datasets/metadata/335592.json b/datasets/metadata/335592.json new file mode 100644 index 0000000000000000000000000000000000000000..e98c5134b6895ade22c649ec6fb082f8ebb9fadf --- /dev/null +++ b/datasets/metadata/335592.json @@ -0,0 +1 @@ +{"id": 335592, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-09T08:45:03.539Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 323, "ratingCount": 47, "rating": 5, "thumbsUpCount": 70, "thumbsDownCount": 0}, "files": [{"id": 266190, "sizeKB": 22259.03515625, "name": "Ryuuzouji_Sanae_Walkure-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-09T08:45:37.905Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "57762328", "AutoV2": "3E72DFC2E3", "SHA256": "3E72DFC2E3D73A6B938738E3CA1E354FEBB82234D7DE8862F22815CA230FF7D1", "CRC32": "BA93215C", "BLAKE3": "0AE19D9673FB8C2F2641CA1D53948CF5AE764E51B7A505D5EBA036329B8CC575", "AutoV3": "D21A56B2D155"}, "downloadUrl": "https://civitai.com/api/download/models/335592", "primary": true}, {"id": 266191, "sizeKB": 47459.2744140625, "name": "Ryuuzouji_Sanae_Walkure.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-09T08:45:36.194Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0E867CAD", "AutoV2": "9150228955", "SHA256": "91502289558B49D1A0DA0674F3023C5C98C4FD20A468278508EC50303FC7BDA5", "CRC32": "076CD9C8", "BLAKE3": "5AF7B71F1242520964FB820428FF748413BE4057A79098875DD0F525C42B025E"}, "downloadUrl": "https://civitai.com/api/download/models/335592?type=Training%20Data"}], "images": [{"id": 6430202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cee64959-8f8a-473b-956f-a6a030dae157/width=450/6430202.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKO2]h%gsC~V00?a?tWB_2tQ-UI:^+Ip-pt7", "type": "image"}, {"id": 6430203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dca94268-b5b2-4bb8-b1d4-4bb72c545e91/width=450/6430203.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKO2]h%gsC~V00?a?tR*_2tQ-UI:^+Ip-pt7", "type": "image"}, {"id": 6430373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9fe92dfa-c76d-477b-b928-7960eb02e0d2/width=450/6430373.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URMZj:N0InxuE1tS%Ln#spS6^+WX~qSiRjaf", "type": "image"}, {"id": 6430398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/536f3929-cad1-440d-8e2c-01b184420223/width=450/6430398.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UIM71H~qUHxa07Ip5]R-4Woz^Pn$^+%2r=xs", "type": "image"}, {"id": 6430519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bd0ccc8-dfe0-438c-886d-c1a97e217473/width=450/6430519.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UNNluvM{.7-oY5IU%Lxax^xG~pM{M|%2s;IV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/335592", "modelId": 298795} \ No newline at end of file diff --git a/datasets/metadata/335902.json b/datasets/metadata/335902.json new file mode 100644 index 0000000000000000000000000000000000000000..ff34eac0c76d789174a2ecb60c877fc9f840d22d --- /dev/null +++ b/datasets/metadata/335902.json @@ -0,0 +1 @@ +{"id": 335902, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-09T13:51:45.160Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 260, "ratingCount": 34, "rating": 5, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 266462, "sizeKB": 22251.90234375, "name": "Toyama_Rie_Juudoubu-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-09T13:55:54.279Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5A126829", "AutoV2": "91E8439674", "SHA256": "91E8439674F406EDDE2504C3230EC0B1231C420F960CB556FC8D12037EFF0669", "CRC32": "767365E2", "BLAKE3": "3E80F625719948C9DED1057D71A614A529A86C5C056310FAACA643B8090EFD96", "AutoV3": "1D80C8240BDC"}, "downloadUrl": "https://civitai.com/api/download/models/335902", "primary": true}, {"id": 266463, "sizeKB": 39913.73046875, "name": "Toyama_Rie_Juudoubu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-09T13:55:51.846Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C18E08FA", "AutoV2": "AE35AD2B47", "SHA256": "AE35AD2B47E192189BE35209EAD008EB3C0C6608276C121DE9174BFA14CA789B", "CRC32": "12E2CA10", "BLAKE3": "B06C2B99ECDFD5CE516115E291C66859FD081FA959F78A687BF4CBE7D8DBEFAC"}, "downloadUrl": "https://civitai.com/api/download/models/335902?type=Training%20Data"}], "images": [{"id": 6437638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/909c3643-137d-47d3-8eb3-8782931ac074/width=450/6437638.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UdQ9l[j[.T-:bvR*?bt757j[w]ay-pt6t7WB", "type": "image"}, {"id": 6437098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75d82eee-d64f-425a-8732-d606d92e8e9f/width=450/6437098.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNOg1x_NcF~W00-;x^%200xuR5IU%g-p-UE1", "type": "image"}, {"id": 6437639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9846507b-8796-45f7-a51d-93508c575753/width=450/6437639.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UdQ9l[j[.T-:bvR*?bt757j[w]ay-pt6t7WB", "type": "image"}, {"id": 6437100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/575f820f-c579-4389-a68e-103ff3dd2771/width=450/6437100.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNOg1x_NcF~W00-;x^%200xuR5IU%g-p-UE1", "type": "image"}, {"id": 6437482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe8e32d4-bc7e-48e1-9a5d-8cda8129d8a7/width=450/6437482.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZPskut7?wtRs,xu-;Rk4:WB-os.%MaeoKW=", "type": "image"}, {"id": 6459001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2a04a7f-f4a4-4efc-a97f-c17f6af3f62e/width=450/6459001.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVNTUSoMNrxu==WB-nt6NEj[~Vt6I;ayxaoK", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/335902", "modelId": 299084} \ No newline at end of file diff --git a/datasets/metadata/336019.json b/datasets/metadata/336019.json new file mode 100644 index 0000000000000000000000000000000000000000..63ba2386e5777a191035b879d5584067af419342 --- /dev/null +++ b/datasets/metadata/336019.json @@ -0,0 +1 @@ +{"id": 336019, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-09T15:35:26.326Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 208, "ratingCount": 25, "rating": 5, "thumbsUpCount": 42, "thumbsDownCount": 0}, "files": [{"id": 266562, "sizeKB": 22259.47265625, "name": "Mei_Shindou_AkibaGirls-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-09T15:35:37.256Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9BF0F25B", "AutoV2": "A1A5357C1F", "SHA256": "A1A5357C1F85E9932E2838FC9722F7562DA33054297A5F79B63F64470A89BC52", "CRC32": "FE5285B9", "BLAKE3": "8F8726BAAA447E6CD893DD979D7B08BD3CA42CE5BD110FEDD9128C8712FCAEDB", "AutoV3": "490AD9CD1307"}, "downloadUrl": "https://civitai.com/api/download/models/336019", "primary": true}, {"id": 266563, "sizeKB": 41058.7890625, "name": "Mei_Shindou_AkibaGirls.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-10T15:45:39.978Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A5DA7BF9", "AutoV2": "E7D0F65E17", "SHA256": "E7D0F65E17B1257727D5AB88757B6DAAE9CF2CA9DABDEAEA3A4B4D97348CE54D", "CRC32": "E67FEF48", "BLAKE3": "2E555737D253047096BC371AF689A611EF2A14309DADE3B98F26CB8E9D18B97D"}, "downloadUrl": "https://civitai.com/api/download/models/336019?type=Training%20Data"}], "images": [{"id": 6440416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6d72599-f210-4cc3-bb26-d72c33592ed8/width=450/6440416.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UbP#$-jZ-=xuR$of%2s:RPbHWBRk~qoebvof", "type": "image"}, {"id": 6440415, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc277187-f29f-4101-a65d-adedbcb9e0ac/width=450/6440415.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UbP#$,jZ-=xuR$of%2s:RPbHWBRk~qoebvof", "type": "image"}, {"id": 6440503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3e3dca4-141c-4906-b145-682f3f25c3e7/width=450/6440503.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAGI=xivG^tS}@nM0W0h4TNfRqs:5w?G]zIt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/336019", "modelId": 299190} \ No newline at end of file diff --git a/datasets/metadata/336102.json b/datasets/metadata/336102.json new file mode 100644 index 0000000000000000000000000000000000000000..e3af560cd909d2d8c45a6cf6b6b9ea7521cedf75 --- /dev/null +++ b/datasets/metadata/336102.json @@ -0,0 +1 @@ +{"id": 336102, "index": 2, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-09T16:54:58.721Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["suzumura yu", "hair ornament"], "stats": {"downloadCount": 214, "ratingCount": 20, "rating": 5, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 266637, "sizeKB": 111754.17578125, "name": "yu_xl-000021.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-09T16:55:36.459Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B3BC6542", "AutoV2": "8414C4CCEA", "SHA256": "8414C4CCEA74248FB7845BBAFFAF6E3567A31172C77FCD84F51CF8ED988494EC", "CRC32": "6F7F3DBC", "BLAKE3": "58063C01C525EC422F7D01AC8E865D19B3C133D52D1E522084EE6B6773BF70C2", "AutoV3": "953423E43C14"}, "downloadUrl": "https://civitai.com/api/download/models/336102", "primary": true}, {"id": 266636, "sizeKB": 4687.8427734375, "name": "yu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-09T16:55:43.202Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B23882CD", "AutoV2": "D79219B6E6", "SHA256": "D79219B6E6923C9780D2C19ADECF892694632CBEE785202B899AB570FDE75F30", "CRC32": "F16BA189", "BLAKE3": "92E92F8F8CF2F0B797F3BD1FB2F79FDFEB548A9C3221D5D09B737BF795ED4459"}, "downloadUrl": "https://civitai.com/api/download/models/336102?type=Training%20Data"}], "images": [{"id": 6442649, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68a73494-2fab-4cfb-9b80-eed3a67dbe18/width=450/6442649.jpeg", "nsfwLevel": 1, "width": 6144, "height": 6144, "hash": "U9JbA}00HFDl9,9F-rvl01IBDU-,4XV@tLti", "type": "image"}, {"id": 6442647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3217f34e-c62a-4cb7-9e71-89bc9847b1c6/width=450/6442647.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UEI5Mm~W110L-Q?cM{R+J;IA.9a_R%_1DijE", "type": "image"}, {"id": 6442646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/663f17b2-9f67-4f90-b015-59b1ffce0a06/width=450/6442646.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOHUh9M{D%%2~WNGROxtJVR+WBofELNGRjxZ", "type": "image"}, {"id": 6442654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c764e7e-027e-4ef6-b6b0-6a337d810077/width=450/6442654.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URG8[]-=OYIq?wxtt7%gtTxusSbcIqIpaes;", "type": "image"}, {"id": 6442650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77e1ad0a-631e-4f74-ab37-7a79d0e78ef9/width=450/6442650.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UVN0SU~p%zxDtl%ftRRPXSWCxuV@s=tRM|Vs", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/336102", "modelId": 299267} \ No newline at end of file diff --git a/datasets/metadata/336135.json b/datasets/metadata/336135.json new file mode 100644 index 0000000000000000000000000000000000000000..0763d04bb3b37c0a66738540de49f3af3a4ab3a9 --- /dev/null +++ b/datasets/metadata/336135.json @@ -0,0 +1 @@ +{"id": 336135, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-09T17:21:43.635Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 252, "ratingCount": 42, "rating": 5, "thumbsUpCount": 61, "thumbsDownCount": 0}, "files": [{"id": 266669, "sizeKB": 22256.43359375, "name": "Akemi_Tokuzawa_UniformDisgrace-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-09T17:25:47.424Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F8CA15F2", "AutoV2": "F04EC5FD8A", "SHA256": "F04EC5FD8AF455330412733DE629F3BCA9901E4073F77FC97F24194D4570F76D", "CRC32": "505F97B7", "BLAKE3": "872077B63044EBC6F551B80A095F03B810859D5DC774C4164EC359638934310F", "AutoV3": "E7EB149D6EA7"}, "downloadUrl": "https://civitai.com/api/download/models/336135", "primary": true}, {"id": 266670, "sizeKB": 44493.7919921875, "name": "Akemi_Tokuzawa_UniformDisgrace.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-09T17:25:47.917Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A31AA815", "AutoV2": "DC2603CFBC", "SHA256": "DC2603CFBC2583ECE85D9C42EBD18A25A162097BD69AB4F0872F58D2CE93A9EA", "CRC32": "B36C4090", "BLAKE3": "C995C486C1E684B21E242D5F110D03134AEC4979F63C40BDDC3CEA1CB6031E77"}, "downloadUrl": "https://civitai.com/api/download/models/336135?type=Training%20Data"}], "images": [{"id": 6443511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/022918ed-d503-4f43-bc7b-d52567b300a4/width=450/6443511.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQMG0Sxb0hxa0KWBK5ay?cs:adj[~qof-pWW", "type": "image"}, {"id": 6443513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/106f1a26-9d8f-46b4-ab92-2f723ffb92da/width=450/6443513.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQMG0Rxb0hxa0KWBK5ay?cs:adj[~qof-pWW", "type": "image"}, {"id": 6443651, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b084c1c1-2a96-47ce-9a9e-d287cd7674d0/width=450/6443651.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UdM%1X_N9^%MR%?Htmt8EMt7$%s:?GNGM{Rj", "type": "image"}, {"id": 6443694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc8c0337-d253-4246-b86f-ca4a5a944337/width=450/6443694.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USMG6d-p0Lsl4.E1E*RiOtV[-oS4~VxZIpni", "type": "image"}, {"id": 6459007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ee35db0-17bc-40d5-9b96-56ca7cb85842/width=450/6459007.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFNvV+%g1PkD0JV@I;fl9_o0~qoz1Nn%n+R*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/336135", "modelId": 299296} \ No newline at end of file diff --git a/datasets/metadata/336465.json b/datasets/metadata/336465.json new file mode 100644 index 0000000000000000000000000000000000000000..a03a6f267031151d334029d1192087a42c62f7c7 --- /dev/null +++ b/datasets/metadata/336465.json @@ -0,0 +1 @@ +{"id": 336465, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-09T22:48:49.582Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 334, "ratingCount": 53, "rating": 5, "thumbsUpCount": 80, "thumbsDownCount": 0}, "files": [{"id": 266963, "sizeKB": 22249.89453125, "name": "Akagi_Mio_BokutoNurse-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-09T22:51:11.052Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "278865C9", "AutoV2": "9CBDDBCC3A", "SHA256": "9CBDDBCC3A54B1A191776FFC7A43023AA5D1CCF9EF11162027D307494140C14A", "CRC32": "F5015F00", "BLAKE3": "4DF255125F06AF7A4D5BA6727114247135B76F12F40383A4B174BEFBEFEBBB6B", "AutoV3": "3217A3CA59BE"}, "downloadUrl": "https://civitai.com/api/download/models/336465", "primary": true}, {"id": 266964, "sizeKB": 40852.181640625, "name": "Akagi_Mio_BokutoNurse.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-09T22:51:11.088Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5F40C650", "AutoV2": "4F5313872B", "SHA256": "4F5313872B7E82F4F464D5F77A14B9777E5C6EEA9C944614ACA7B06E7E66E692", "CRC32": "722E22BA", "BLAKE3": "C5AE185FD60CFEB7054876ADD16EF48EEDB0FB3145F1C1196290388B7773ECDF"}, "downloadUrl": "https://civitai.com/api/download/models/336465?type=Training%20Data"}], "images": [{"id": 6454072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ff479a5-4b15-42b7-8e0b-077738ceb9aa/width=450/6454072.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKQugKrZ?^%2GQaK?vt7xuniodof~XaKRikB", "type": "image"}, {"id": 6454071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32080982-a2af-4c84-acb6-f47d09df62bc/width=450/6454071.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKQujRrZ?^%2GQV@?vt7xuniodof~XaKRikC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/336465", "modelId": 299593} \ No newline at end of file diff --git a/datasets/metadata/336514.json b/datasets/metadata/336514.json new file mode 100644 index 0000000000000000000000000000000000000000..b64bc4073504f369f4af7516fc8b73da4fa7c6ff --- /dev/null +++ b/datasets/metadata/336514.json @@ -0,0 +1 @@ +{"id": 336514, "index": 1, "name": "Pony V1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-02-09T23:53:55.555Z", "availability": "Public", "nsfwLevel": 15, "description": "Trained on ponydiffusionXL. I know it was already trained in the model this is for blending.
", "trainedWords": [], "stats": {"downloadCount": 2014, "ratingCount": 125, "rating": 5, "thumbsUpCount": 242, "thumbsDownCount": 0}, "files": [{"id": 267009, "sizeKB": 223117.39453125, "name": "incaseXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-09T23:40:38.662Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CA366095", "AutoV2": "D0B6914E74", "SHA256": "D0B6914E7453C1BF19FA675281772C9D748EBC8D564BF4800E3361D495E6B7E8", "CRC32": "32196514", "BLAKE3": "9B826E02BE0FD42FA3BB8F8345756A306BF88F3F1D8560C40ED22EEB24DCCE6F", "AutoV3": "A4FA4829AC40"}, "downloadUrl": "https://civitai.com/api/download/models/336514", "primary": true}, {"id": 272589, "sizeKB": 1347727.21484375, "name": "Incase Training Data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T08:06:17.727Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9A618405", "AutoV2": "09E739178E", "SHA256": "09E739178E0B83BB369FA4D7A8A2905310BA54B1C349BF1084B903FE1827BC9D", "CRC32": "16B14196", "BLAKE3": "6C266468B6C74DA4EAF9BF6AFFE57FE8FD0C8FCEFD2F4CEB43199A8E4A722037"}, "downloadUrl": "https://civitai.com/api/download/models/336514?type=Training%20Data"}], "images": [{"id": 7484521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91ff03e9-251c-40e3-8fa7-3f8b880616f8/width=450/7484521.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UCGH*lR5EmtR};^+00D*_LR%E3M}^%xYD+S5", "type": "image"}, {"id": 7484496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8582f0c-b3c2-41ce-b0aa-82b1fc71fb74/width=450/7484496.jpeg", "nsfwLevel": 8, "width": 1248, "height": 1824, "hash": "U5EBjPNHY$9t-lx@01RQ01^*010f.8MyK5Ip", "type": "image"}, {"id": 7485145, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/573979ce-df6b-4693-8365-4c784377ee6a/width=450/7485145.jpeg", "nsfwLevel": 8, "width": 1248, "height": 1824, "hash": "USGRu7V?IrRP~pRi%LM{S6RP%2Rj%LM|IVof", "type": "image"}, {"id": 7485627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4182115-41f2-4839-9ac3-bbb4dca0520d/width=450/7485627.jpeg", "nsfwLevel": 2, "width": 1248, "height": 1824, "hash": "UdGRSFS5V?Rj~BX8IoV@%1IoWCV@NGxan+og", "type": "image"}, {"id": 6455492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b07e4a5d-3bfc-47e3-95a4-5653a927a351/width=450/6455492.jpeg", "nsfwLevel": 1, "width": 1328, "height": 1768, "hash": "U98:-QIpX9xanhR+0Ls.~VNGV[xukpsoIBkC", "type": "image"}, {"id": 6455904, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4f11212-3249-410b-a2f0-5afd93de9a33/width=450/6455904.jpeg", "nsfwLevel": 1, "width": 1328, "height": 1768, "hash": "USFrU}R+9FM{~p%L9GIoXTt7MxRkE2WBoLj[", "type": "image"}, {"id": 6455491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00aeaa95-a086-44c9-bc5b-f7852eb31ee9/width=450/6455491.jpeg", "nsfwLevel": 4, "width": 1328, "height": 1768, "hash": "UOEo0yE2SOr?~VIpShNGIpR*%LjtE2e.-pju", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/336514", "modelId": 211726} \ No newline at end of file diff --git a/datasets/metadata/336604.json b/datasets/metadata/336604.json new file mode 100644 index 0000000000000000000000000000000000000000..626bc3b2e27d888deb52bd3655e57e43cf74b673 --- /dev/null +++ b/datasets/metadata/336604.json @@ -0,0 +1 @@ +{"id": 336604, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-10T00:57:23.380Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 275, "ratingCount": 44, "rating": 5, "thumbsUpCount": 65, "thumbsDownCount": 0}, "files": [{"id": 267091, "sizeKB": 40098.427734375, "name": "Amagi_Ryou_MedicalDoctor.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-10T01:00:52.747Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "48DAF49A", "AutoV2": "971FECB355", "SHA256": "971FECB35522C21B297694220E916C95324F3D262A3D9B870503C9A1B44D5A4E", "CRC32": "45CD75EB", "BLAKE3": "0447F896D9B502FED04EA7F014EEF582839BA0158E77749ECAB083562463DFA4"}, "downloadUrl": "https://civitai.com/api/download/models/336604?type=Training%20Data"}, {"id": 267093, "sizeKB": 22252.02734375, "name": "Amagi_Ryou_MedicalDoctor-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-10T01:01:16.342Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3F8213F1", "AutoV2": "C366EA7DEC", "SHA256": "C366EA7DEC3E4853D87C25D6D43E3538833AA485FC2F915CF287B9A85B7494E7", "CRC32": "7190CDF9", "BLAKE3": "FAE9392277A505BAAD87CDCC17C63FEFAE4AADB09D41DF3AAE914C79A440AABD", "AutoV3": "4B83AE6D6F61"}, "downloadUrl": "https://civitai.com/api/download/models/336604", "primary": true}], "images": [{"id": 6457736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da320647-a316-4ef6-a14f-14142f55d135/width=450/6457736.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UgNJ|Hxu?^xusjof-;j?%hRjxXWB%2WBW=j[", "type": "image"}, {"id": 6457738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a096943-dc9d-4289-9ecd-3fea764b66a9/width=450/6457738.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UgNJ|Hxu?^xusjof-;j?%hRjxXWB%2WBW=j[", "type": "image"}, {"id": 6457854, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/641f2c4f-f791-4417-ab9d-3a9a543b8af3/width=450/6457854.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVMtK@%N_N-:?Et6_NR+NHD*xas-%hogadtQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/336604", "modelId": 299721} \ No newline at end of file diff --git a/datasets/metadata/336868.json b/datasets/metadata/336868.json new file mode 100644 index 0000000000000000000000000000000000000000..9a5048f728c81051d5a80d4e7f516a72e979c20f --- /dev/null +++ b/datasets/metadata/336868.json @@ -0,0 +1 @@ +{"id": 336868, "index": 0, "name": "Jinpei (Dungeon Explorer)", "baseModel": "SD 2.1", "baseModelType": null, "publishedAt": "2024-03-03T13:52:08.820Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 19, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 267342, "sizeKB": 9372.2041015625, "name": "336868_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-10T05:46:18.697Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F54671BC", "AutoV2": "043498161C", "SHA256": "043498161CE31383A62D7E289D85E1A8DEB076809CF590CB94EEB46046E701E3", "CRC32": "ACBB6F34", "BLAKE3": "CE249801BC392AF424B1D441DE84A54A255E8E45DC6D89814392A56D648641BD"}, "downloadUrl": "https://civitai.com/api/download/models/336868?type=Training%20Data"}, {"id": 298073, "sizeKB": 36978.5234375, "name": "Jinpei_Dungeon_Explorer-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-03T13:50:47.122Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0103C007", "AutoV2": "A6EBFBF5DC", "SHA256": "A6EBFBF5DC6A92EADF99E12579A9F68120BE682461C62A07C053C039320A817D", "CRC32": "EE30EB0D", "BLAKE3": "F3330FF90EE81CA3991BD7FDD1293CFA05314E4AEDA1555A449679184F3F81CF", "AutoV3": "FB18C4B1EEA0"}, "downloadUrl": "https://civitai.com/api/download/models/336868", "primary": true}], "images": [{"id": 16878382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3db7ce3-35f7-49cb-b75d-bd20671e6bc0/width=450/16878382.jpeg", "nsfwLevel": 2, "width": 3072, "height": 4096, "hash": "UAE2@203t:^%TIx]IAI@00%K#j59I9D$xAM{", "type": "image"}, {"id": 16878374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7e201bd-e6d1-43ec-adf8-f131510a8a34/width=450/16878374.jpeg", "nsfwLevel": 2, "width": 3072, "height": 4096, "hash": "U8Eo*.5E?c9ZI801nk~V-,?G00Wl00%MIXoh", "type": "image"}, {"id": 16878381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eacc71af-c6cb-46d9-b16b-349f5dece1d7/width=450/16878381.jpeg", "nsfwLevel": 1, "width": 3072, "height": 4096, "hash": "U8FP1z01Ip^k0#~p8|,,00?GMy4nM_NHxuI@", "type": "image"}, {"id": 16878377, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85c97a80-58b7-4753-9b61-68bcc41b2633/width=450/16878377.jpeg", "nsfwLevel": 2, "width": 3072, "height": 4096, "hash": "UCGum^04%it3u4kB9F,-01~V9Gn+4.-V$hNK", "type": "image"}, {"id": 16878384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2e2bb7b-0db9-4431-9775-1eab108d16d3/width=450/16878384.jpeg", "nsfwLevel": 1, "width": 3072, "height": 4096, "hash": "UGE|3X0MxvtQz-NzI]s+*JrWE4%M01?vMzni", "type": "image"}, {"id": 16878385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e1e3f0e-a22d-459b-839c-3003b8f61265/width=450/16878385.jpeg", "nsfwLevel": 1, "width": 3072, "height": 4096, "hash": "UBGH^@5r%%R;06?H$*-:9EM_I9IU4TE1~8IU", "type": "image"}, {"id": 16878388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/126d91b7-0175-4f58-a97d-355c65bfda35/width=450/16878388.jpeg", "nsfwLevel": 1, "width": 3072, "height": 4096, "hash": "UOD,cgE1RPxuyss88_xuyDWFMckWNbV@nNkB", "type": "image"}, {"id": 16878391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/636e1f9e-37a2-48a0-9f24-a50c505acf7f/width=450/16878391.jpeg", "nsfwLevel": 2, "width": 3072, "height": 4096, "hash": "U6F5aF05~XxG1B^*9F4:^l0g8_?G00^IwYaL", "type": "image"}, {"id": 16878390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9486a4f-209b-4c02-9695-34deeed840fe/width=450/16878390.jpeg", "nsfwLevel": 2, "width": 3072, "height": 4096, "hash": "UEE:G057%3IW8Jg28{-SBo~BDOIW9Z9a=ZS~", "type": "image"}, {"id": 16878398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46abaa31-1444-4922-9554-8bcb3c0d7067/width=450/16878398.jpeg", "nsfwLevel": 2, "width": 3072, "height": 4096, "hash": "UJDcEt%MrwR+_Mo~IBM|PB9[IARjxuE2n3ja", "type": "image"}, {"id": 16878409, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de26ae79-ca07-4029-b933-c7278a243f35/width=450/16878409.jpeg", "nsfwLevel": 1, "width": 3072, "height": 4096, "hash": "UDG*vH04%2IBlAbcR5WC}=9x=]wMEx-TIEo|", "type": "image"}, {"id": 16878415, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1e6a34e-8d31-4a36-ab1d-d3f3c7d5091c/width=450/16878415.jpeg", "nsfwLevel": 1, "width": 3072, "height": 4096, "hash": "UCD0M-OY^,WAUHozDjM_b_M_4Ts+0L-V#6xZ", "type": "image"}, {"id": 16878422, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6d6d410-b168-41fc-a61c-f0c3a0633883/width=450/16878422.jpeg", "nsfwLevel": 1, "width": 3072, "height": 4096, "hash": "UDEyPZ0L?KV@kro29G-o00oL9Fxa9Yx?#*Rk", "type": "image"}, {"id": 16878418, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc9e7f4f-b970-4663-bd8d-d8dc37823942/width=450/16878418.jpeg", "nsfwLevel": 1, "width": 3072, "height": 4096, "hash": "UFEM8$^IRoNL0-EOI9%M?woLm+9utko#I9$%", "type": "image"}, {"id": 16878737, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66beaa9a-3a3b-404e-8a28-16298a00748b/width=450/16878737.jpeg", "nsfwLevel": 2, "width": 3072, "height": 4096, "hash": "UID047wIyDs:?]s7NHxsXT%LxF%LE1x]$yo}", "type": "image"}, {"id": 16878421, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0460b90-4a0a-423c-b542-e0f024c4c3d4/width=450/16878421.jpeg", "nsfwLevel": 2, "width": 3072, "height": 4096, "hash": "UAGI4Q02wg~W9WM|aQt7$jbvI99F00x]-n4;", "type": "image"}, {"id": 16878423, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa40026c-dc13-4d33-a016-124b5acf1936/width=450/16878423.jpeg", "nsfwLevel": 2, "width": 3072, "height": 4096, "hash": "UHEolStm^+WX~qNb4.R5?bELIBVr%#x^oz-p", "type": "image"}, {"id": 16878731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f271fd38-e69b-41cb-8990-7951c6e98ea7/width=450/16878731.jpeg", "nsfwLevel": 2, "width": 3072, "height": 4096, "hash": "UAEMB#04Id%gFqNfH?x[0g?DQ-0L02W=~US%", "type": "image"}, {"id": 16878736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d666464-a00d-4271-9373-0b0bd64e3800/width=450/16878736.jpeg", "nsfwLevel": 1, "width": 3072, "height": 4096, "hash": "UDGIT900?K_2PVn39btR02^OD*kSInIAxAx]", "type": "image"}, {"id": 16878424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b50e5391-71b0-451d-ace2-d8c3c62fc357/width=450/16878424.jpeg", "nsfwLevel": 2, "width": 3072, "height": 4096, "hash": "UDDJ-V8wYR%MP;HqtTWApy#PoJs800r;?YD%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/336868", "modelId": 299942} \ No newline at end of file diff --git a/datasets/metadata/336983.json b/datasets/metadata/336983.json new file mode 100644 index 0000000000000000000000000000000000000000..98fda30e3ecc1ece1fabccf9d306bcdb7001d74a --- /dev/null +++ b/datasets/metadata/336983.json @@ -0,0 +1 @@ +{"id": 336983, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-10T07:21:35.922Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 389, "ratingCount": 66, "rating": 5, "thumbsUpCount": 92, "thumbsDownCount": 0}, "files": [{"id": 267426, "sizeKB": 38258.2744140625, "name": "Yuki_onna_InSpectre.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-10T07:20:38.012Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F1F77EC8", "AutoV2": "C07444FB44", "SHA256": "C07444FB441AAEE26BB3035CCAF02C04819447F1BDB6BDCA5FED5D9F3D02D4E7", "CRC32": "896B17BD", "BLAKE3": "5EF2DE1BDD85538FA9EF9F87C909928844A4E0967DBC9EAB5B6985E89BFFE52A"}, "downloadUrl": "https://civitai.com/api/download/models/336983?type=Training%20Data"}, {"id": 267425, "sizeKB": 22254.60546875, "name": "Yuki_onna_InSpectre-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-10T07:20:46.778Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "38086E4F", "AutoV2": "5B42DE742A", "SHA256": "5B42DE742A8D6182D361E20CE17439D3FE2BCCACDE66D35C2694A7FE9980AD4F", "CRC32": "37626A39", "BLAKE3": "5A25461917496F7A2CF8E31FBBBFB9C1CF2FE47D7F784FBF84A8F916B81B8FB4", "AutoV3": "995CE28ABC15"}, "downloadUrl": "https://civitai.com/api/download/models/336983", "primary": true}], "images": [{"id": 6467816, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/747d378a-2bd6-4250-b588-179fc0ba0794/width=450/6467816.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJODRiDi?DMw00IT~VMx%gxu^+xutSog%2WC", "type": "image"}, {"id": 6467815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d09ed77-61e6-4b6c-998f-f92d774b8447/width=450/6467815.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJO3,_Di?DMw00IT~VMx%gxu^+xutSog%2WC", "type": "image"}, {"id": 6467923, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d660ab07-0bb2-48f6-87ce-0054d2615871/width=450/6467923.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJODa:nN^$D%4TRO~WxYIqf+_3.7-;ofRQRk", "type": "image"}, {"id": 6468119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4de984b3-c958-42e8-a89c-fe8fcf35af75/width=450/6468119.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPOM{Z?vxT~pH;%M^*xtIqWV?bM|%ft7V@Rk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/336983", "modelId": 300042} \ No newline at end of file diff --git a/datasets/metadata/337291.json b/datasets/metadata/337291.json new file mode 100644 index 0000000000000000000000000000000000000000..13db32700c0c36a3d88cef196ddc3d5b644cc3a9 --- /dev/null +++ b/datasets/metadata/337291.json @@ -0,0 +1 @@ +{"id": 337291, "index": 1, "name": "SD 1.5 v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-10T13:19:44.986Z", "availability": "Public", "nsfwLevel": 1, "description": "This model performs really well with the SD1.5 base model.
", "trainedWords": ["CharcoalDarkStyle"], "stats": {"downloadCount": 188, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 267711, "sizeKB": 147571.8046875, "name": "CharcoalDarkStyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-10T13:21:58.066Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "48EB8B96", "AutoV2": "24443F442D", "SHA256": "24443F442D1024055CFA14E90D37966669794B1F539802E2694893693828A3D7", "CRC32": "AC6F437C", "BLAKE3": "1CF613894377054959365943D0E80A90A9AE324CADB96E865A6C37B76D57F455", "AutoV3": "B6C820142AD1"}, "downloadUrl": "https://civitai.com/api/download/models/337291", "primary": true}, {"id": 275203, "sizeKB": 47459.7431640625, "name": "CharcoalDarkStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-16T10:20:46.076Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D9E4697D", "AutoV2": "15A9F0DB2E", "SHA256": "15A9F0DB2E177F9BC3A57E4F165DBCEB522A2276C5A49E1679C4990D5814EE3D", "CRC32": "16A0BD90", "BLAKE3": "305524CB19008CC68B82EE91A33699A3B97FFC8CB2D750D9D43E06BAEEDCC475"}, "downloadUrl": "https://civitai.com/api/download/models/337291?type=Training%20Data"}], "images": [{"id": 6476292, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e27ef1c-4913-40a8-ae0a-f981372aface/width=450/6476292.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U9A,nD4.00?bR*t7RjWB00xu-;IV~pIUIUxu", "type": "image"}, {"id": 6476297, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90a1d541-496a-4ae9-af11-b633009870ad/width=450/6476297.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "URG8_:WB~q%M-;ayM|t7_2%MxuxuWBt7WBWB", "type": "image"}, {"id": 6476283, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0158ac5-b297-49f8-83b0-5d2997df9c0f/width=450/6476283.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UVG+Bot7t6t7xuxtRjM{~pt7M{j[-pWBoLRj", "type": "image"}, {"id": 6476282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b6b51b8-a1e1-4b0e-94f0-080f83af6aca/width=450/6476282.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U*JRaMa|~qoft7t7ofWB%Mt7j[ayj[ofayWB", "type": "image"}, {"id": 6476288, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d528b7e9-a168-4944-9e3c-2021550d9ec5/width=450/6476288.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UPI5Vt?b~q-;WBayWBt7_3ofWBRjoft7xtj[", "type": "image"}, {"id": 6476287, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e86a9241-df76-4a57-8dc6-80978923bd34/width=450/6476287.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UFI}nv~q_2xu-;-;t7%M%M-:%Loe-;4o9ZM{", "type": "image"}, {"id": 6476284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a83537c7-0eb9-4e56-876f-729f1898f740/width=450/6476284.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UWHxQf~p%L%L-:xuM|of^+a|RjRjNGoet7j[", "type": "image"}, {"id": 6476285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d3cf463-2601-4c02-ad95-c3949056bd15/width=450/6476285.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPDcO4~qM{9F-p%2ofIV9FIUxu%MWBM{Rjxu", "type": "image"}, {"id": 6476290, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f633e05-a0bf-4b58-a111-96591a4e42db/width=450/6476290.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "URF=~=~qxuM{of%Mt7ayWBWB%MWBjuM{M{ay", "type": "image"}, {"id": 6476286, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab0932eb-dd7c-404b-8118-a60fc915da96/width=450/6476286.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U8BM[H_3IU00~qxuM{4n9FM{Rjxu9Fay9F?b", "type": "image"}, {"id": 6476289, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/101a82b2-c86d-4fae-9a9d-219d7ed8c1be/width=450/6476289.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UYECwc?b-;xuRj%MM{of~qxuxut7M{xuM{of", "type": "image"}, {"id": 6476291, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e87a97dc-418f-4e5f-aa98-eae33c35bc01/width=450/6476291.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UVHB}J?b~q-;?b%MofWB_3M{xuj[WBofayWB", "type": "image"}, {"id": 6476293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0cc0dc81-8b33-4a18-bee1-53b94c67bfb6/width=450/6476293.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UAAJ[_~qRj4n_3t7WBM{RjIUD%t7M{WBIUWB", "type": "image"}, {"id": 6476294, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94e095ee-43e1-4a1e-8ada-c0d6d22e8627/width=450/6476294.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UDBfto~VbHs:?H?abHof?HxtayM|%M%LWCoL", "type": "image"}, {"id": 6476298, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f44b4b8-3460-442f-b51a-8539beaa7a92/width=450/6476298.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "USECnEa{D%t7%MxaIUNG~qxut7RjWBxuWBWB", "type": "image"}, {"id": 6476296, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d068ad99-c684-4c5b-bcf7-eff12157de80/width=450/6476296.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UZG+UPM{%MWBIUM{t7Rj~qofxuayM{xuRjWB", "type": "image"}, {"id": 6476299, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02b8b6dd-b36e-44db-807f-3f6bbc09a271/width=450/6476299.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UJFr*E_3%Mt7~q%M%Mofxat7%Mt701WBWBRj", "type": "image"}, {"id": 6476302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63623e5c-3f52-4c38-863e-4525c87d990c/width=450/6476302.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U6Csmt4n%MD%xu?bj]-;_34n~qof00-;WBIU", "type": "image"}, {"id": 6476301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bc2a8d9-80a7-4e54-b51a-33cb8130e787/width=450/6476301.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UDIOb1_3xat7?bayD%WBDj_2xuM{?b~qxuay", "type": "image"}, {"id": 6476300, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f1aeb6e-9a12-4de3-830b-fcdf77604b80/width=450/6476300.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UnK1wMxu~qt7M{oft7t7%MofRjRkayWBt7ay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/337291", "modelId": 300324} \ No newline at end of file diff --git a/datasets/metadata/337298.json b/datasets/metadata/337298.json new file mode 100644 index 0000000000000000000000000000000000000000..265a145d80487f4b562e7e30fa22cc158b136699 --- /dev/null +++ b/datasets/metadata/337298.json @@ -0,0 +1 @@ +{"id": 337298, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-10T13:24:00.494Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 433, "ratingCount": 48, "rating": 5, "thumbsUpCount": 82, "thumbsDownCount": 0}, "files": [{"id": 267716, "sizeKB": 35883.7509765625, "name": "Murrue_Ramius_SeedFreedom.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-10T13:21:21.785Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4A4685EF", "AutoV2": "03A82B15C9", "SHA256": "03A82B15C95851441367B61CF353045FC7C4C07E0413260C148FB8ABF30BDCE7", "CRC32": "E949A137", "BLAKE3": "6B6D7B8A7302AD98598BF2E2264442A67703F412882B9C3911CD905C7FEB6110"}, "downloadUrl": "https://civitai.com/api/download/models/337298?type=Training%20Data"}, {"id": 267714, "sizeKB": 22253.37109375, "name": "Murrue_Ramius_SeedFreedom-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-10T13:21:21.943Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E92C564D", "AutoV2": "592FC34292", "SHA256": "592FC34292DC658A1E3EF47CB2CA7BA828F8034EC60684C5DC3FF3F1EE5139F2", "CRC32": "75C680DF", "BLAKE3": "22172E33F1A248344328706001151B7D46BCEB62481629CA1CF13D25B10202CB", "AutoV3": "5F1DE13EB0E3"}, "downloadUrl": "https://civitai.com/api/download/models/337298", "primary": true}], "images": [{"id": 6476497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1bf19a2-feae-4b78-b814-7624c8d04cc9/width=450/6476497.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U7J@^4%#5q~B00rrt,XS00Rj4TM{00Io^jaK", "type": "image"}, {"id": 6476498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ee15e68-9be7-4dd3-a303-68da9850cf1a/width=450/6476498.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U7J@^4%#5q~B00rrt,XS00Rj4TM{00Io^jaK", "type": "image"}, {"id": 6476693, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a12ec20b-a771-425e-9653-de23916294af/width=450/6476693.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBJ*SM~q00-oHXw]WZ9F4._3_3RjRPxb9YR5", "type": "image"}, {"id": 6476795, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e147d88-b1f9-4fad-8ad0-a93cfe8a9b6a/width=450/6476795.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZMH7Fxu_N-p^*t8?cRjWDxut7Rj%MWBRPRj", "type": "image"}, {"id": 14976522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12503102-e09a-4fb1-b994-8e896ff12f6f/width=450/14976522.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMN,JHEmuhs;04TKE4x]0e-Ua0xFDi$M%1xa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/337298", "modelId": 300331} \ No newline at end of file diff --git a/datasets/metadata/337305.json b/datasets/metadata/337305.json new file mode 100644 index 0000000000000000000000000000000000000000..982309c50123ad1a606e4ede5e9e2fa030f0848e --- /dev/null +++ b/datasets/metadata/337305.json @@ -0,0 +1 @@ +{"id": 337305, "index": 0, "name": "SDXL v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-10T13:23:42.686Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": ["CharcoalDarkStyle"], "stats": {"downloadCount": 452, "ratingCount": 38, "rating": 5, "thumbsUpCount": 72, "thumbsDownCount": 0}, "files": [{"id": 267726, "sizeKB": 166544.80078125, "name": "CharcoalDarkStyleXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-10T13:25:44.112Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "480ED0EC", "AutoV2": "5BC04B81AD", "SHA256": "5BC04B81ADAAECC11DF63A0932C5A4E7BF7D104D212B2640E9C50A3FD5199B14", "CRC32": "EAB7B8CF", "BLAKE3": "DA969B467F671AA49C426A0DD061ECF5E788CC84AC58B38A1F7B2624E33906DA", "AutoV3": "5FFE45F0351B"}, "downloadUrl": "https://civitai.com/api/download/models/337305", "primary": true}, {"id": 275202, "sizeKB": 47459.7431640625, "name": "CharcoalDarkStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-16T10:16:09.965Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D9E4697D", "AutoV2": "15A9F0DB2E", "SHA256": "15A9F0DB2E177F9BC3A57E4F165DBCEB522A2276C5A49E1679C4990D5814EE3D", "CRC32": "16A0BD90", "BLAKE3": "305524CB19008CC68B82EE91A33699A3B97FFC8CB2D750D9D43E06BAEEDCC475"}, "downloadUrl": "https://civitai.com/api/download/models/337305?type=Training%20Data"}], "images": [{"id": 6476477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b7f6bed-8e85-4415-b468-97071ef03ed3/width=450/6476477.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U6Bg9;4n9Fxu4n%M9Gof4n~q9F9F_3M{_34n", "type": "image"}, {"id": 6476475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf894d35-b219-4859-a824-45670e6709bf/width=450/6476475.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "U384i5~q0000M{j[of%M00IU?u?uDiWB?b%M", "type": "image"}, {"id": 6476464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/744809a5-47f4-4d4f-a51c-22bed543b3e5/width=450/6476464.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3Ci~;9F00~q9FM{4nIU4-4n-;%MRjIU%MWB", "type": "image"}, {"id": 6476463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e348afcc-cec1-4154-8df3-fa1186b5f9f3/width=450/6476463.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "UME{e3?a01D%~pxaIURj-;j[IVWCxuWBRjof", "type": "image"}, {"id": 6476458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c54052f-5b01-437a-a6f7-99aa8ee6d744/width=450/6476458.jpeg", "nsfwLevel": 4, "width": 768, "height": 1344, "hash": "UCEo_Q-;4oayM{xu-;ay~qxuxuof00M{%MRj", "type": "image"}, {"id": 6476461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/471e8246-812a-413d-b96e-b82ae3eee044/width=450/6476461.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U5D9#Nt700%M?bRjxtoyx[ju%Mxu~qj[4nj]", "type": "image"}, {"id": 6476460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/349b3b1e-998c-4d17-8dbd-143705b99964/width=450/6476460.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UAATs9~qIUxuIUM{M{t700IUM{IU?b%M%Mj[", "type": "image"}, {"id": 6476466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daedb847-1906-46c8-911f-e01644d03fa5/width=450/6476466.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UAAK2JWB00V@M{-;RiIU~qxuIUM{9Ft7t7Rj", "type": "image"}, {"id": 6476465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0532a11d-b8ac-4102-af47-7a833d11deff/width=450/6476465.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U5B:,2Di00?b00?bIU-;~q9F9Fj]00D%?b%M", "type": "image"}, {"id": 6476467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdd72389-4c34-4f89-96d4-a884277c2ccb/width=450/6476467.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U3A,zk~q4mog9FDi~q_300WV010000RjInoM", "type": "image"}, {"id": 6476469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12f2dd45-dced-45db-b661-cf9bcc01d265/width=450/6476469.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U88XF9xu00Rj9FD%D%-;Rjof~qxuD%j[M{IU", "type": "image"}, {"id": 6476468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4faa8f89-ec59-4bae-889a-a8c542beeb40/width=450/6476468.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U8Bg3r00D%~qRn4nRj-;-;9Fxu%M?boeWB%M", "type": "image"}, {"id": 6476470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7202401e-8d35-4121-9626-fc1e6617eb04/width=450/6476470.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "U9CP|t-;00IU4nxuIUM{8_WBxuD%4nxu~q%M", "type": "image"}, {"id": 6476474, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85e31a9a-6c61-4193-b32a-3be55ed02f2b/width=450/6476474.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U5D9-c?b00IUIU%MM|D%DioeIUIU~qM{00Rj", "type": "image"}, {"id": 6476471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12e76f35-9da7-416e-a19a-d415cfd1235c/width=450/6476471.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U88;Z0Di9F%M~qM{ofRjITxuofM{j[%MM{ay", "type": "image"}, {"id": 6476472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5985d52-940c-4941-adfb-93d77ce98787/width=450/6476472.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U69tM*?b00j]_Nofofxv00M{?bxuIot7%Mt7", "type": "image"}, {"id": 6476473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fba5eb2-76ea-41ff-b30f-64035ac806d8/width=450/6476473.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U8C6+6-;4nIU~qWB00WB00M{R*%M4nM{xv%M", "type": "image"}, {"id": 6476476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb81baaa-87df-4c9e-83e2-4579962be67b/width=450/6476476.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U2CGS#t800009GD%00?b00Rj9Gxu00D%?b~q", "type": "image"}, {"id": 6476478, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea538414-addc-477c-a23b-6993e315d258/width=450/6476478.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U56[5O-;9FIU~qxu4nMyRPaxIURjRPM{t7t7", "type": "image"}, {"id": 6476479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14dbb584-078f-4cd3-ada9-8761cdf7b7ab/width=450/6476479.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UAD,Du8{IU-;D%fk9FRj?b00%M_38{IB~qRQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/337305", "modelId": 300324} \ No newline at end of file diff --git a/datasets/metadata/337485.json b/datasets/metadata/337485.json new file mode 100644 index 0000000000000000000000000000000000000000..91b694f95cad1815223a307ba6c552ee61fb2263 --- /dev/null +++ b/datasets/metadata/337485.json @@ -0,0 +1 @@ +{"id": 337485, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-10T15:42:26.183Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": [], "stats": {"downloadCount": 256, "ratingCount": 32, "rating": 5, "thumbsUpCount": 49, "thumbsDownCount": 0}, "files": [{"id": 267881, "sizeKB": 22242.69921875, "name": "Reika_Saionji_MajesticPrince-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-10T15:45:43.376Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AB05BFEF", "AutoV2": "09F355BD21", "SHA256": "09F355BD211A3C42A0B7366E9CCC0817AF0407CDDEB152EA20588ADF6B940BC3", "CRC32": "7C7AE234", "BLAKE3": "4BF8E34EB2090099BF2C4CC4AD4102703955B47E2BFC9A28A927079E7A3D2BBD", "AutoV3": "00C2E022B4B3"}, "downloadUrl": "https://civitai.com/api/download/models/337485", "primary": true}, {"id": 267882, "sizeKB": 35954.349609375, "name": "Reika_Saionji_MajesticPrince.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-10T15:45:42.190Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A0671A7F", "AutoV2": "6B2E154919", "SHA256": "6B2E154919EC0A9483D606EB2FC9C9CB8E7A6A388968478DAB277CDCF63CDB40", "CRC32": "03B9B3D3", "BLAKE3": "C73EAED53BA5CA2F1C69BBD59797AFF357BE6B9052F9BF166545F563D30877D4"}, "downloadUrl": "https://civitai.com/api/download/models/337485?type=Training%20Data"}], "images": [{"id": 6480507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43ea2936-375e-4180-9f98-6393eafa3f01/width=450/6480507.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UQIhKmxu6At7%%t7_3s:9akCr=j[Rje.D%Rj", "type": "image"}, {"id": 6480508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d488a707-3390-4ac3-96ab-f6999bdaca5d/width=450/6480508.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UQIhKmxu6At7%%t7_3s:9akCr=j[V@e.D%Rj", "type": "image"}, {"id": 6480726, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b4e7b8c-475a-46e3-b0e4-8d84edbb746e/width=450/6480726.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UeL4W#s:?wW=_3kD-;t7t8M{={xat2t7IUNH", "type": "image"}, {"id": 6480733, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3eec0f9f-b640-4ef1-8ca8-4402c4c313f8/width=450/6480733.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UaL|.MtR.mt7?coM-;s:R:oz=|f8%faxInV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/337485", "modelId": 300477} \ No newline at end of file diff --git a/datasets/metadata/337598.json b/datasets/metadata/337598.json new file mode 100644 index 0000000000000000000000000000000000000000..6d5dc90bbf2aafdcd2a4a7dcbedc3014e2b6a64b --- /dev/null +++ b/datasets/metadata/337598.json @@ -0,0 +1 @@ +{"id": 337598, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-10T17:22:29.884Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 333, "ratingCount": 52, "rating": 5, "thumbsUpCount": 74, "thumbsDownCount": 0}, "files": [{"id": 267984, "sizeKB": 47963.01953125, "name": "Hiiragi_Ayako_Walkure.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-10T17:20:52.410Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6543D6EF", "AutoV2": "9ABC41DE13", "SHA256": "9ABC41DE132B24C235A6068617D656303836CBA40095E229CDE0AFCE545E7809", "CRC32": "03932D55", "BLAKE3": "58D4B4BF8DCA847C08366850A94EE7B1FF014955A1B15841D9863B107DB06E7D"}, "downloadUrl": "https://civitai.com/api/download/models/337598?type=Training%20Data"}, {"id": 267983, "sizeKB": 22259.64453125, "name": "Hiiragi_Ayako_Walkure-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-10T17:21:16.566Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CB60BEDB", "AutoV2": "BFF2AB2E44", "SHA256": "BFF2AB2E44BED177A5630D28AF5D09815672F8E343E99D76DE3C3F0DAE3530A6", "CRC32": "FD55F2FF", "BLAKE3": "5A92EA3F59BE3AAAAF0845CC197D7F7C659BDB9CCB4864F90280FF2FF909BA16", "AutoV3": "A8B900A08869"}, "downloadUrl": "https://civitai.com/api/download/models/337598", "primary": true}], "images": [{"id": 6483416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b24d301-d262-4034-933b-dd167b600fa9/width=450/6483416.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UfPP$KtR?wxuInWB?aofNfj[r=ofxuoLkCR*", "type": "image"}, {"id": 6483417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fab4760-b0ee-4dd2-9165-95313b800243/width=450/6483417.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UfPP$KtR?wxuInWB?aofNfj[r=ofxuoLkCR*", "type": "image"}, {"id": 6483593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06655efb-bfae-4bf2-871c-c55a4a360bf5/width=450/6483593.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKNA9s.9-n%g-gp0~qNZ01-:^+-p.9xt9FM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/337598", "modelId": 300580} \ No newline at end of file diff --git a/datasets/metadata/337695.json b/datasets/metadata/337695.json new file mode 100644 index 0000000000000000000000000000000000000000..1d150b9f7c158da090dc481544b3a55b34daccf9 --- /dev/null +++ b/datasets/metadata/337695.json @@ -0,0 +1 @@ +{"id": 337695, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-10T18:50:45.334Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 250, "ratingCount": 36, "rating": 5, "thumbsUpCount": 47, "thumbsDownCount": 0}, "files": [{"id": 268073, "sizeKB": 22253.31640625, "name": "Via_Hibiki_GundamSeed-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-10T18:55:59.002Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9E81EF16", "AutoV2": "82142FA49B", "SHA256": "82142FA49B11CBAF9E20513D442E11A146A45E7CE09D23ED7C1422C1AE4A6DFF", "CRC32": "1397A8A7", "BLAKE3": "9315C16D0CE805DEA9DE18182C225DEC3B93796C93AC3E878158ABD68CF447BF", "AutoV3": "581298BEC7AF"}, "downloadUrl": "https://civitai.com/api/download/models/337695", "primary": true}, {"id": 268074, "sizeKB": 37360.697265625, "name": "Via_Hibiki_GundamSeed.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-10T18:56:00.793Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "64E518CE", "AutoV2": "84C7782CE8", "SHA256": "84C7782CE8D48264F85CEB7C2644B2D9FBFEE49948AE0912E1DA7D9A7AF593FC", "CRC32": "F8217A69", "BLAKE3": "68B532047C9AF4B1C40315415FE2B8D708D2552884286148500145CC9C4789E1"}, "downloadUrl": "https://civitai.com/api/download/models/337695?type=Training%20Data"}], "images": [{"id": 6485678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3574e8c-1038-4e45-9d73-b6d304b49606/width=450/6485678.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFJ[0PIV00sB00RiJoxW?wRj^,RQ.TjZ-ojY", "type": "image"}, {"id": 6485679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/943600e0-393a-4ab9-9b2f-d0cd6ba0eeaa/width=450/6485679.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFJ[0PIV00sB00RiJ.xW?wRj^,RQ.TjZ-ojY", "type": "image"}, {"id": 6485800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fe21eae-b6f2-4436-b1b5-1b3c2b5e113c/width=450/6485800.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UcNJ:^xv*0yEozSg?cnNENRjn%oM-;n$M|xu", "type": "image"}, {"id": 6489278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/081fcb39-7847-43e8-9d51-2cbfcaf88ffd/width=450/6489278.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UqMtK^x]yZxaI;RjtlS4NGs;xYay?aW=adad", "type": "image"}, {"id": 6490901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/346c646d-06cd-414d-8dbd-bbb675438a21/width=450/6490901.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UkN,lLIVysxuS1RjtRofM|R+%Lj]t7t7xtoL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/337695", "modelId": 300669} \ No newline at end of file diff --git a/datasets/metadata/337808.json b/datasets/metadata/337808.json new file mode 100644 index 0000000000000000000000000000000000000000..50d57f0b9ec92bbcff1c6ad4147c1cef1b180b2b --- /dev/null +++ b/datasets/metadata/337808.json @@ -0,0 +1 @@ +{"id": 337808, "index": 0, "name": "SDXL v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-10T20:24:11.738Z", "availability": "Public", "nsfwLevel": 3, "description": "Apologies for the large SDXL file size. I trained with some pretty poor settings, but the model works quite well so I decided to leave it as is.
", "trainedWords": ["JediStyle"], "stats": {"downloadCount": 266, "ratingCount": 12, "rating": 5, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 492112, "sizeKB": 180772.94140625, "name": "JediStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T13:16:11.344Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4C28810C", "AutoV2": "84E5B53537", "SHA256": "84E5B53537D7444046ECF4C891DEFD36D650167CE38467E64F534FF318FA2CFB", "CRC32": "889DAF7B", "BLAKE3": "636CDE110E95DA804BCB908BD62D030ECA379CF351136A311AAABC39132F3553"}, "downloadUrl": "https://civitai.com/api/download/models/337808?type=Training%20Data"}, {"id": 268177, "sizeKB": 665268.23046875, "name": "JediStyleXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-10T20:25:47.419Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8F500E35", "AutoV2": "0AEA24DE73", "SHA256": "0AEA24DE7306EEB686DC8B0D1827EB4511EF64B9644E13DB5995AB04311DC832", "CRC32": "60257EFE", "BLAKE3": "C31B6AB6EDECE62AC7A9C6DF627EBE6887FCA5ECA718E877C5831AA1A0F1ACE7", "AutoV3": "BA9770D4876F"}, "downloadUrl": "https://civitai.com/api/download/models/337808", "primary": true}], "images": [{"id": 6488607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae147031-b09a-466b-bf95-c326b92c50ca/width=450/6488607.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "UBFPsZt,00_4PCr?k?Xm4.bcDjMy+?W?i]Md", "type": "image"}, {"id": 6488588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35498a2d-e4f7-4390-ad06-854976457bd7/width=450/6488588.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UEDl[_Af~BRo9~X-9Gx]pH-pcFx]IUjbniNH", "type": "image"}, {"id": 6488589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aaf1563a-7742-4c7f-8253-c59c00606fbf/width=450/6488589.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "UDF68=n+4;_NMdNGEMv#00bH%#4:AHWo-ot6", "type": "image"}, {"id": 6488590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24f7f72d-d2b2-4eab-abe7-f069a4d16689/width=450/6488590.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UFEM8q1REO~B%hbIOs-;00-4XnJCo}V[wIMy", "type": "image"}, {"id": 6488587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51822795-a01d-4518-9532-1f8d61a31cd5/width=450/6488587.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U6EfcrYi~34Tt:9v-.DQ}Z-qbxRQ0NVrS#X,", "type": "image"}, {"id": 6488591, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f76ca99c-6618-4b18-819a-d3228253a57d/width=450/6488591.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UOGI+9lV?ax]Xn-.RQtQnV%NbvenWYM~xaR+", "type": "image"}, {"id": 6488594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13d597df-88f3-471d-bd7a-e9e2c2d42043/width=450/6488594.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "UADAAIx-0q.--@-T%EY40d-:+@K5r:?va0V_", "type": "image"}, {"id": 6488592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d0e32ab-face-4a4c-a88a-49ed2e0a1997/width=450/6488592.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U69@nm0p4T.6DQrBNGu401tR_Mm.4;?FNIH@", "type": "image"}, {"id": 6488596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62dcab65-28e0-46e7-b99f-30aa9e2647ad/width=450/6488596.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UEHC4P00IVpJyZIB+ttkMd8_~VI;0Ltjx]ER", "type": "image"}, {"id": 6488593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/873cca04-5c15-4284-883a-978d943ef5b2/width=450/6488593.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "UOH.f:~WE29G^Oi_Rkni^IxWM|IB-.bvRkRj", "type": "image"}, {"id": 6488595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12d7d9ec-ffd4-4e64-851d-be5fdc2273a0/width=450/6488595.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UCE:F:?w,H5m0pJCpbRivM_2%$R:.6E2IB%f", "type": "image"}, {"id": 6488597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb9c43bc-ca96-4348-8226-690342ebebfb/width=450/6488597.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UJDv}].T%3J.^$JWtSWBn#R5i^xuWa$%%2%L", "type": "image"}, {"id": 6488599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc84b229-8b87-4aa6-82ac-680c54f057bf/width=450/6488599.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UWE.|S~9x]OFn-tmw]n~M|o}ninhM}MeNHR-", "type": "image"}, {"id": 6488601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/635246bf-9b3b-47d3-aa58-8bca9103443e/width=450/6488601.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UEF~mj8wD$}jx^-n=?m,4UR.NIOs58E49bTK", "type": "image"}, {"id": 6488600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae5e33eb-ce2a-4b4a-84a6-3009216292c8/width=450/6488600.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UDFY*|1jIU~V%MDi01yYIWVDskpwBr-:-mtl", "type": "image"}, {"id": 6488598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd1595a4-8bc7-405a-a4d5-860510e60438/width=450/6488598.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UCEV+w{abdMw.REMNHWC0ODi.SIBNbx]=^%0", "type": "image"}, {"id": 6488603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24f5488e-8ce8-456c-85fe-b560f6b4111b/width=450/6488603.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UHKBEk0g8wicO]03NF^%vf9I~pNe-=IV?aIU", "type": "image"}, {"id": 6488605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3217d374-5131-4f27-aade-99e1cac24aac/width=450/6488605.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UQGSGRE3M|tR~pE3s:t7D+M{xtWFxbM{WVNH", "type": "image"}, {"id": 6488604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d57148b-fae3-4856-b4ab-95134c80e842/width=450/6488604.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UPHezVTewO~VBstmTIo#Q-XUyCI:%e-:ajn#", "type": "image"}, {"id": 6488606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff09cfc9-8584-4b3f-8a90-483bf7fce489/width=450/6488606.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UBE{zx~99wDNXAH=S$ShERtl%$IpMccE%2%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/337808", "modelId": 269702} \ No newline at end of file diff --git a/datasets/metadata/337814.json b/datasets/metadata/337814.json new file mode 100644 index 0000000000000000000000000000000000000000..79a0ccc986029e0ae7a90c6d19ff9954e5b11f25 --- /dev/null +++ b/datasets/metadata/337814.json @@ -0,0 +1 @@ +{"id": 337814, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-10T20:26:08.430Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 233, "ratingCount": 29, "rating": 5, "thumbsUpCount": 41, "thumbsDownCount": 0}, "files": [{"id": 268182, "sizeKB": 22254.23828125, "name": "Caridad_Yamato_GundamSeed-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-10T20:30:49.311Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BC2443B0", "AutoV2": "61D1204D62", "SHA256": "61D1204D6245D2661F1228283DFD3634B34675A713425A7DC197A19BCDFEED15", "CRC32": "5F968605", "BLAKE3": "F233AEDD82440A0F25BFA1A8D0232518E820FC3CBBEB07A8CE07DC72DE448054", "AutoV3": "2817AADD4289"}, "downloadUrl": "https://civitai.com/api/download/models/337814", "primary": true}, {"id": 268183, "sizeKB": 35155.7255859375, "name": "Caridad_Yamato_GundamSeedV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-10T20:31:19.779Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D4A1C409", "AutoV2": "91DF20DB18", "SHA256": "91DF20DB187EA36D0C504181B437A282C949A95B349DD0F57B460676A4D9A9E9", "CRC32": "CE39DE02", "BLAKE3": "9089EFA1F9FE5A5F590C44BF5C4FA7071F830EB0B5FB5B4183E5056A732AA2A5"}, "downloadUrl": "https://civitai.com/api/download/models/337814?type=Training%20Data"}], "images": [{"id": 6488678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c624d003-8354-4149-82e5-b0eb526ead61/width=450/6488678.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOKx6g~q*0_34X%M%gog%|WAwIRj9Gay-.WB", "type": "image"}, {"id": 6488679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d080684b-b843-4ae0-9744-a40eb2d89da7/width=450/6488679.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPKx6f~p%~_34X%3%gog%|WBwIRj9Gay-.WB", "type": "image"}, {"id": 6488854, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5c80e4a-5f2f-4a14-afed-5016ff45972d/width=450/6488854.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNJkfS~WS|tQD7tP%MM|0LIo-Vs;%fM}9ZSc", "type": "image"}, {"id": 6489030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f2e479d-3f53-424b-8d78-edd2e31aced2/width=450/6489030.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWK-m}?b~W.7z_M|yBo0R6oer?RkpZobM{ax", "type": "image"}, {"id": 6491123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f891f421-a65c-4a00-8f26-a4ba48f9cb88/width=450/6491123.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UTK^a3Io%~%LXSIUIoR*ELM{~BRk.8WCx]s:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/337814", "modelId": 300778} \ No newline at end of file diff --git a/datasets/metadata/337927.json b/datasets/metadata/337927.json new file mode 100644 index 0000000000000000000000000000000000000000..a50d53e0bef19072ee183c24da65acaef87038ae --- /dev/null +++ b/datasets/metadata/337927.json @@ -0,0 +1 @@ +{"id": 337927, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-17T23:00:00.000Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["Blue-Reimu"], "stats": {"downloadCount": 75, "ratingCount": 9, "rating": 5, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 268288, "sizeKB": 29674.1708984375, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-10T22:05:48.095Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A8181CE5", "AutoV2": "84C9825B3A", "SHA256": "84C9825B3A85279C1933E34023805CB35DCB080DEA09586CB9A28527FCA24127", "CRC32": "1A21674B", "BLAKE3": "67CD8FA136038D9956959F94062F3EB9B822F7B5EB91CCE5C24589FA60BDF30E"}, "downloadUrl": "https://civitai.com/api/download/models/337927?type=Training%20Data"}, {"id": 268289, "sizeKB": 55411.8125, "name": "Blue reimu-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-10T22:05:50.928Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "229EC57F", "AutoV2": "376F2F0241", "SHA256": "376F2F0241F62002155FE02C9CBDE34EF9A2EF912C3E4AFB32EEC7CD4A90875E", "CRC32": "82359DB8", "BLAKE3": "FFCA49DA6C70CA6B945DC20AFDD1B630FB6AA01328421765370BDC4E1AC32F56", "AutoV3": "EFF6C3465534"}, "downloadUrl": "https://civitai.com/api/download/models/337927", "primary": true}], "images": [{"id": 6492474, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/105c0fe4-4be3-4c8e-8f6c-5cabf4bc7d7c/width=450/6492474.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "URI#ZSe.~oWA?Ft3t7ngIt%2W=xtS%WAV@t5", "type": "image"}, {"id": 6492477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cf2064a-e4fc-489c-a4d3-7f8010c64624/width=450/6492477.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJI50@~VxpR:tLx^JB-q$}~U-:R+-;%0-oIU", "type": "image"}, {"id": 6492478, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0096e25b-e730-4e89-aa8b-e78b6ffbe97d/width=450/6492478.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UIJ*YnDj.SR6~Soy?H4oR%WARjM|xvfks-xt", "type": "image"}, {"id": 6492481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3888c903-1903-4822-b73a-a35b940a641c/width=450/6492481.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U8HLYzI;?RXo?w9GXAM^%d9F~W%2-@9F?A%M", "type": "image"}, {"id": 6492482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a67c0eed-2028-4258-851b-795c1bd3b910/width=450/6492482.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCD]Si?I_N-o_2RjbvofENRl=|xtxuf6a}ae", "type": "image"}, {"id": 6492486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23ed4c3d-7efe-430a-a58e-58ceb572d250/width=450/6492486.jpeg", "nsfwLevel": 1, "width": 520, "height": 680, "hash": "URI$1_~T-:.8---ns;o~DktleS$|^*M|V?j^", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/337927", "modelId": 300883} \ No newline at end of file diff --git a/datasets/metadata/338131.json b/datasets/metadata/338131.json new file mode 100644 index 0000000000000000000000000000000000000000..ad7454d7f874b74df43e2c16611e248816700515 --- /dev/null +++ b/datasets/metadata/338131.json @@ -0,0 +1 @@ +{"id": 338131, "index": 0, "name": "Alexandra", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-11T01:57:17.799Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 77, "ratingCount": 5, "rating": 5, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 268466, "sizeKB": 2130.466796875, "name": "338131_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-11T01:30:45.378Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5D287CB4", "AutoV2": "8E47AB0E76", "SHA256": "8E47AB0E7695FD29015C1A1D4824C12C96F9F854D7F6589828D7737B55997DEB", "CRC32": "1375B23F", "BLAKE3": "9563CF6276254D7CCEEE42D4A164611D3D2A56C538A164F77DF5DF3FB71DF9F9"}, "downloadUrl": "https://civitai.com/api/download/models/338131?type=Training%20Data"}, {"id": 268481, "sizeKB": 36978.78125, "name": "Alexandra.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-11T01:50:43.708Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3B9E83B8", "AutoV2": "41410FDC5F", "SHA256": "41410FDC5FD406D44FA77E9A07CFCAE3A5E67C3C9F9241917F3D3C96569D28C0", "CRC32": "03D26A60", "BLAKE3": "F41643A51518FF2134AAE8836CCB65579EC08FBFF29B05AD697CC7F517879D4A", "AutoV3": "869BA12EE455"}, "downloadUrl": "https://civitai.com/api/download/models/338131", "primary": true}], "images": [{"id": 6497436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b25d343-d373-4265-96af-6b62f755fd51/width=450/6497436.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UKG8G*~qcs%2?vbwXUE2S$ae%2RP?HxaxuRk", "type": "image"}, {"id": 6497435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37981262-ae2b-41bf-8d3f-f7ca195e31e5/width=450/6497435.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UTH-V;~qTe%2?btRkDM|NdNGs:nhogs.t7Io", "type": "image"}, {"id": 6499419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e4ae637-9178-4166-8e0a-8d1feb13b887/width=450/6499419.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHE_dL={X-ae~VoetRRjNeNG-on$xajYxuR+", "type": "image"}, {"id": 6497438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af564791-8513-4e35-bf6e-15c3deb5ec84/width=450/6497438.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBGHo1?v11={t,RkE29apJ-;~V-o-=-p%MIp", "type": "image"}, {"id": 6497437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71516cad-f6cf-43c7-ad2d-5304c8a699a8/width=450/6497437.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UJIgZI~V6,JB_3oz-;niSiEL%M$zS5ad%LNG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/338131", "modelId": 301065} \ No newline at end of file diff --git a/datasets/metadata/338139.json b/datasets/metadata/338139.json new file mode 100644 index 0000000000000000000000000000000000000000..c18b32d7e6287971fbeaedd62f50dac60bec607b --- /dev/null +++ b/datasets/metadata/338139.json @@ -0,0 +1 @@ +{"id": 338139, "index": 0, "name": "Ruiz", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-11T02:24:45.168Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 58, "ratingCount": 3, "rating": 5, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 268475, "sizeKB": 5372.7939453125, "name": "338139_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-11T01:40:42.398Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FF98954B", "AutoV2": "ED52174534", "SHA256": "ED5217453414B2E49774BA8FF2A0BC82E7AE520EBB35982F16CD8B17FE5BD496", "CRC32": "C78AA448", "BLAKE3": "0D57A14B2A851038BA90D5E7C0EA3E8E0BD9A3FBFA869EB3E1E18035E80D06EB"}, "downloadUrl": "https://civitai.com/api/download/models/338139?type=Training%20Data"}, {"id": 268493, "sizeKB": 36982.546875, "name": "Ruiz.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-11T02:00:54.271Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1071CDF9", "AutoV2": "CF324D934D", "SHA256": "CF324D934D661F26AF800262E2CAB85DE3F617CF2BF0924C8ECFEEB0901C4297", "CRC32": "480BA09F", "BLAKE3": "5CD814F88A08B5B7BBC8BE2D8A8512275F574E449C18F5CC9664E2C81A1E574D", "AutoV3": "F60FF35313DF"}, "downloadUrl": "https://civitai.com/api/download/models/338139", "primary": true}], "images": [{"id": 6497999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d473562c-738b-4428-a301-4b15d57c6a33/width=450/6497999.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U4ByNt}[0100_3w^~U0fNZ0f?a~BEjs9?GI;", "type": "image"}, {"id": 6497998, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f01b3653-0b84-428f-abc9-713fd38c6c57/width=450/6497998.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6Due|%M00IV^*t8R*$%9ZS3o}^k}[oz9uNH", "type": "image"}, {"id": 6498039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8daa2b8d-c987-40a6-87f4-da5b65df5b41/width=450/6498039.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7AI_K9^0Ls910}?Rj5R$M9v={oL0zxF$*-U", "type": "image"}, {"id": 6498037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56584a20-3ea3-4c40-8273-8870ed57bc4d/width=450/6498037.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UAAlzyE2EgE1x[w]NxE2J8IV~BE2EMRjtQxF", "type": "image"}, {"id": 6498036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d83a565-d121-4cb9-abaf-4dc3a9a6142f/width=450/6498036.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U39PyM5R00^P0#-U^OI:56EM~B%10f-U=|EM", "type": "image"}, {"id": 6498034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/def37d3a-fe2b-425f-b232-d346a490df89/width=450/6498034.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7ByKl^*0M56o}}@oe0gELE3~B%19usmS4NH", "type": "image"}, {"id": 6498038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99164693-e56f-41e2-8ab9-a6eb1a764819/width=450/6498038.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6AS#s0fAD^5?baK?GE1OXM{~C9a-:IV?G9a", "type": "image"}, {"id": 6498007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a0ca441-8716-4ff3-b28a-112594d3a375/width=450/6498007.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFEBpg~B010L=|s:NGn$IoRjR+of$*oeI:NG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/338139", "modelId": 301072} \ No newline at end of file diff --git a/datasets/metadata/338152.json b/datasets/metadata/338152.json new file mode 100644 index 0000000000000000000000000000000000000000..8e99e3b492777e21794c0e08577d05a16b5c7cb7 --- /dev/null +++ b/datasets/metadata/338152.json @@ -0,0 +1 @@ +{"id": 338152, "index": 1, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-11T01:52:25.964Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["m4ryeliz"], "stats": {"downloadCount": 316, "ratingCount": 18, "rating": 5, "thumbsUpCount": 37, "thumbsDownCount": 0}, "files": [{"id": 269485, "sizeKB": 57305.076171875, "name": "m4ryeliz.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-11T22:15:45.017Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8F116E9F", "AutoV2": "E26CA33356", "SHA256": "E26CA33356EF2D2AF9EDD964BA06A154904EE617E6326184803E6D73DFDF44C2", "CRC32": "7A2A7F51", "BLAKE3": "CF164D90DFBF28F4D010FA0539FEF9F32A1376405DB737E4665E36E7833BF1C9"}, "downloadUrl": "https://civitai.com/api/download/models/338152?type=Training%20Data"}, {"id": 268485, "sizeKB": 176971.3203125, "name": "m4ryeliz_xl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-11T01:51:06.891Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D4CF34CE", "AutoV2": "A3170351DD", "SHA256": "A3170351DDEC76E10FA04B4F98CEF2714726F4F026AFDC48884BF49CED6C1520", "CRC32": "6DE5C454", "BLAKE3": "BAA9F8E5D87057AFCFD9A08230D6E79526EE315D8CEA7223E3FD49344FA0FF07", "AutoV3": "89DA48D76474"}, "downloadUrl": "https://civitai.com/api/download/models/338152", "primary": true}], "images": [{"id": 6497393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4650e7b6-0c7d-458d-bbd3-6330c2aedd3b/width=450/6497393.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UOF}J|n#J-~BEMs:soS3EMxZ%1RjRjt6oKjZ", "type": "image"}, {"id": 6497394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5098be53-bf99-43e1-8c69-3f0f4b16b520/width=450/6497394.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UMDIqCRj?bt6~WRP?bWBx^V@?HM{xuRPt7V@", "type": "image"}, {"id": 6497390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb49939d-104b-4c33-b76a-7cfe133a24fb/width=450/6497390.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UMINpxD%_Nni.9of?aRj-;s:RPWBt6oMWAWB", "type": "image"}, {"id": 6497392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce28ba12-aa49-45a7-8aab-9cbf35dd07c0/width=450/6497392.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UDDlA$t8~p?H?Hxuxas:5Raxr@Io%1xaa#WB", "type": "image"}, {"id": 6497389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc1052a8-8ebd-4eee-9202-f1c66925883c/width=450/6497389.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UIGj.{X79]={56oLs-NI~BxZ$*EM9aoMWVNH", "type": "image"}, {"id": 6497391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/103f2a84-642c-46b5-8cb4-08d5a4035e92/width=450/6497391.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "U9F4m80d0o~C;Dkls+Ro0#xIPMwMjI$kEwxH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/338152", "modelId": 301082} \ No newline at end of file diff --git a/datasets/metadata/338418.json b/datasets/metadata/338418.json new file mode 100644 index 0000000000000000000000000000000000000000..8099a64d953a7533add9cfcb02a21655dec775ce --- /dev/null +++ b/datasets/metadata/338418.json @@ -0,0 +1 @@ +{"id": 338418, "index": 1, "name": "Miss Britney", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-11T08:37:21.629Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 171, "ratingCount": 20, "rating": 5, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 268734, "sizeKB": 4249.439453125, "name": "338418_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-11T08:06:03.538Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1205A821", "AutoV2": "7DAD1F99E0", "SHA256": "7DAD1F99E0BA8C8C97A921B67F76740F1F14DA1827079DB743A63D8116BBC787", "CRC32": "32FF3CB5", "BLAKE3": "622DC1C30F0F1FA3CC01F88F667232803B4CAB6BB0490F8326AC1AC5B7CC23B2"}, "downloadUrl": "https://civitai.com/api/download/models/338418?type=Training%20Data"}, {"id": 268753, "sizeKB": 36977.3515625, "name": "Miss_Britney-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-11T08:30:41.404Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0515D7AD", "AutoV2": "83ACB56D5C", "SHA256": "83ACB56D5CB705B4B4F778B2690A4CEC4BAEE2CD30AB6959FD91639B0B3DA948", "CRC32": "82DCD8B5", "BLAKE3": "32BFC5B502F8BE8402BC3B548BA63E8B273A45F8B30C0E73FF4C836D31DDC8A0", "AutoV3": "412D464F5732"}, "downloadUrl": "https://civitai.com/api/download/models/338418", "primary": true}], "images": [{"id": 6506950, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44480b56-7f9b-4150-a625-9214ace75c05/width=450/6506950.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8E2qRH@5jNMIT-;56xuMy~pp0S~OD4:^+E1", "type": "image"}, {"id": 6506953, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0b47b0e-2f29-4a6c-88cd-21998deef102/width=450/6506953.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8E2qRH@5jNMIT-;56xuMy~pp0S~OD4:^+E1", "type": "image"}, {"id": 6506951, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29ebc8fb-7ff1-4ab6-bb06-f6647c984ca1/width=450/6506951.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8E2qRH@5jNMIT-;56xuMy~pp0S~OD4:^+E1", "type": "image"}, {"id": 6506952, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98e4e2bd-4148-40f0-a62a-f87018dd3b48/width=450/6506952.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8E2qRH@5jNMIT-;56xuMy~pp0S~OD4:^+E1", "type": "image"}, {"id": 6506956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99b55aac-f509-4aa3-a8a2-e90abcbc3d89/width=450/6506956.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UAEVZ#~9Il.5b[=|%2-:00?b^+D+-Vo]xuM{", "type": "image"}, {"id": 6506954, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63f94fdd-46d9-45b0-932e-f055a9787df4/width=450/6506954.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UAEVZ#~9Il.5b[=|%2-:00?b^+D+-Vo]xuM{", "type": "image"}, {"id": 6506959, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0c7b78d-a6d2-48d1-a8d2-ba3d90ef82ce/width=450/6506959.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UAEVZ#~9Il.5b[=|%2-:00?b^+D+-Vo]xuM{", "type": "image"}, {"id": 6506955, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74eac5dd-22d3-44c5-bfa1-59d14cd47b7a/width=450/6506955.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UAEVZ#~9Il.5b[=|%2-:00?b^+D+-Vo]xuM{", "type": "image"}, {"id": 6506957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/250fd0aa-a37a-4a0d-bc78-1efb381652c6/width=450/6506957.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UAEVZ#~9Il.5b[=|%2-:00?b^+D+-Vo]xuM{", "type": "image"}, {"id": 6506960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06a86005-750c-4b66-b30b-007ae96cb5f0/width=450/6506960.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UAEVZ#~9Il.5b[=|%2-:00?b^+D+-Vo]xuM{", "type": "image"}, {"id": 6506958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46467cdf-f894-4d56-bf2c-b0e36e382109/width=450/6506958.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UAEVZ#~9Il.5b[=|%2-:00?b^+D+-Vo]xuM{", "type": "image"}, {"id": 6506961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6e83db8-b2fc-4b38-9ae8-ab4297cb8bd6/width=450/6506961.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UAEVZ#~9Il.5b[=|%2-:00?b^+D+-Vo]xuM{", "type": "image"}, {"id": 6506962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/002e6b60-95f9-4ef1-9556-f4f67b1519c6/width=450/6506962.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UAEVZ#~9Il.5b[=|%2-:00?b^+D+-Vo]xuM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/338418", "modelId": 301339} \ No newline at end of file diff --git a/datasets/metadata/338498.json b/datasets/metadata/338498.json new file mode 100644 index 0000000000000000000000000000000000000000..9992cd548dfd4cfc99bc14bcdf6273b9fae2d0b0 --- /dev/null +++ b/datasets/metadata/338498.json @@ -0,0 +1 @@ +{"id": 338498, "index": 0, "name": "Tachibana Kyouka", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-11T13:43:56.599Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["Tachibana Kyouka,"], "stats": {"downloadCount": 447, "ratingCount": 77, "rating": 5, "thumbsUpCount": 114, "thumbsDownCount": 0}, "files": [{"id": 268921, "sizeKB": 38853.2119140625, "name": "338498_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-11T12:35:41.260Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A7E5A660", "AutoV2": "D8997970AA", "SHA256": "D8997970AA8AF684E28A198392D5E34D845E24B1F49C75D8A0395F8388764CF3", "CRC32": "6FD80685", "BLAKE3": "7338856A4EB885BB2BDB89DB356CFBC495551E2523B2227E2236884111DE7120"}, "downloadUrl": "https://civitai.com/api/download/models/338498?type=Training%20Data"}, {"id": 268971, "sizeKB": 37000.8671875, "name": "Tachibana_Kyouka-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-11T13:40:44.362Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F4BCEF41", "AutoV2": "94DCBB02AE", "SHA256": "94DCBB02AE8A5CACF2ADE7D642E298DBF262D056A537FBF697A58D586B7CAD57", "CRC32": "96A0F94A", "BLAKE3": "7B8733D9D6ABB95824C4E25956C57DF3218BA1FA12586B07A5E056DDCC86E621", "AutoV3": "B30F3AF81A34"}, "downloadUrl": "https://civitai.com/api/download/models/338498", "primary": true}], "images": [{"id": 6592796, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/485fc030-2ceb-41ed-b76e-e4da1c81da59/width=450/6592796.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UPF=EmE3I9$$-;xY4:R*~2E2t7oeM_WANza#", "type": "image"}, {"id": 6592834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e1e5623-a72c-452a-bd39-a0a8f139a809/width=450/6592834.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UZHx7^4ox[n$~VIUR+M|V?R+I;ofIUazt8ax", "type": "image"}, {"id": 6592798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e3e78d7-67ec-448f-a61f-2917840d6cce/width=450/6592798.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UACF;p?H0001~Wxu0LE1H;MxE-yD4mD%x^_3", "type": "image"}, {"id": 6515165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea6cf17b-1155-4143-a6ba-0d80edff1e81/width=450/6515165.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UdIqZL-:In%L~BxuI;R*R3%L%MaxM{jstRf+", "type": "image"}, {"id": 6515166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd8f309c-b283-4bc8-a1a1-db1601898d4d/width=450/6515166.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "URI}6L9G_M-V~B%2EMxav|SiIoxaD%xuRkt6", "type": "image"}, {"id": 6515128, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/267a7173-67b8-4e32-b6e0-8bf80c2a9a48/width=450/6515128.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UIIDgl=v[,=w}9xD4.xD579vGbkDE0I@x]ju", "type": "image"}, {"id": 6515350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afd94d58-26fa-4825-b59b-42be7cce1e96/width=450/6515350.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UWHx4-01-.E2~BV[Ioxu$ekCI;W:RPt7kDI:", "type": "image"}, {"id": 6515132, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ebc96ed-0f86-4cf7-bd7b-53d3b1cacfb9/width=450/6515132.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UKHBVoIU4.-p~U%LI;-AQlx]XUaK4.Nb-:en", "type": "image"}, {"id": 6515131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b79c3576-c246-427b-b684-324092b74595/width=450/6515131.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UJFOy4^*~p%g$+rr9ZEMR5ni4:E2?GxZ-:XT", "type": "image"}, {"id": 6515052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db2f6804-4bd7-4dc8-939d-0c6227aa5937/width=450/6515052.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPI;#FxutP%g~BIU9uNdMd?G.8X8D%s9X8NG", "type": "image"}, {"id": 6515129, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c35aead-f428-47b0-95b4-ec35fbac546e/width=450/6515129.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UUF~2B4nx[M{~WVsI=ofwIofIpt7IAt7f+of", "type": "image"}, {"id": 6515349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ba69b26-d746-4252-8217-ffe5003c11b0/width=450/6515349.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UcHUUu0LovM|~VIUNbRj-URjShafxYWBbbs:", "type": "image"}, {"id": 6515690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cabe3571-5fca-4fb2-aee6-9506cb1edc84/width=450/6515690.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNIN:U00aaM{~VE29at6H=NHx^WBMwt7x]oK", "type": "image"}, {"id": 6515691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47c97b1f-6198-4de6-a9ff-adb50ee28db1/width=450/6515691.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UXI#0^o~^*xu~T9aNHM|V?D*IpaeWBM|t7xa", "type": "image"}, {"id": 6592829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c60d0284-43ab-449d-bea3-061812812c2b/width=450/6592829.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UKL3ou~q01^jELog.8?HEw^+-=$%4UIoo}xu", "type": "image"}, {"id": 6592831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cade64fe-ba26-4aed-8af3-8ebd438f8115/width=450/6592831.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "URKc^b~q0fwdE1Ioo}xtInx[.7xaagM|WXn,", "type": "image"}, {"id": 6592840, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a3d6769-a5e4-4559-9712-4bf1a2af0e07/width=450/6592840.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UQKA$w.mGFWa9YIVD*-pR3=|=|nhk@cFyDbd", "type": "image"}, {"id": 6515871, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4946acd0-2ce9-4d09-bba7-71abd8799a1d/width=450/6515871.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UHH1ujohEf~Vx@?a%2E2D%IoIpjZR69GIoxu", "type": "image"}, {"id": 6515872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fca0d74-cde9-45f5-ae96-92180a891e00/width=450/6515872.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UBH1oS%100~W$$xu?bs8xU9Zo#?a9FR*%gNG", "type": "image"}, {"id": 6515877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af0134bc-c62a-4a27-981a-26b7c3d8908b/width=450/6515877.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8Gkaw%100?H4T4:~W?G?FaKa~-;rq~W_24.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/338498", "modelId": 301413} \ No newline at end of file diff --git a/datasets/metadata/338647.json b/datasets/metadata/338647.json new file mode 100644 index 0000000000000000000000000000000000000000..bdd58621803981714dd33485151f1057a958bbec --- /dev/null +++ b/datasets/metadata/338647.json @@ -0,0 +1 @@ +{"id": 338647, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-11T12:24:10.962Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 274, "ratingCount": 32, "rating": 5, "thumbsUpCount": 46, "thumbsDownCount": 0}, "files": [{"id": 268910, "sizeKB": 22255.31640625, "name": "Natsuko_Masaki_Doukyuusei-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-11T12:15:43.659Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "59E7B7D0", "AutoV2": "B1EAE800A1", "SHA256": "B1EAE800A1A3D3374630B6C656E5D66232FD32372B3ECBF75D8D6DDC11B8CE66", "CRC32": "043BF086", "BLAKE3": "487D523B8BF1AF557A99071F7D39026D2B81522EB3879A3A17BFE98B2CD78879", "AutoV3": "199B7FBDB508"}, "downloadUrl": "https://civitai.com/api/download/models/338647", "primary": true}, {"id": 268911, "sizeKB": 45312.953125, "name": "Natsuko_Masaki_Doukyuusei.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-11T12:15:45.987Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FB1959FE", "AutoV2": "962B8AB992", "SHA256": "962B8AB9924CAA6C9A4C62D070D8D246E957E2852FD65A12F1914CDCB9786920", "CRC32": "390691E5", "BLAKE3": "4787F2760B746C99F0877376104DD1BB873D35A50FA288258C44791226FF82B4"}, "downloadUrl": "https://civitai.com/api/download/models/338647?type=Training%20Data"}], "images": [{"id": 6512006, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb4165ad-cc8d-48db-a594-64b13cfbc7cb/width=450/6512006.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWPG57M{.T-;JA%M?cM{.9n%rqWWwaNGt6of", "type": "image"}, {"id": 6512007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/641035e5-5453-4ea7-946d-19021c02d7fe/width=450/6512007.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXPG57M{.T-:Ne%M?bM{.9o0rqWWwaRjt6of", "type": "image"}, {"id": 6512140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/201a0b1d-1df2-4465-a898-e550f4f5c710/width=450/6512140.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVN,0h^*NGxt0Mx[-:o~$~WB-Vog?wIps9kC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/338647", "modelId": 301555} \ No newline at end of file diff --git a/datasets/metadata/338796.json b/datasets/metadata/338796.json new file mode 100644 index 0000000000000000000000000000000000000000..65bef5131c0b76100fe474d8191bc25c394f3643 --- /dev/null +++ b/datasets/metadata/338796.json @@ -0,0 +1 @@ +{"id": 338796, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-11T14:54:08.101Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 372, "ratingCount": 57, "rating": 5, "thumbsUpCount": 78, "thumbsDownCount": 0}, "files": [{"id": 269036, "sizeKB": 22250.62109375, "name": "Yui_Tachibana_NatsuOwaru-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-11T14:56:08.908Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C0EDD3BB", "AutoV2": "DE258F7119", "SHA256": "DE258F711914E04E2A1966FEDEA700BFAC257B9F2F5250A0E03006E793B41499", "CRC32": "D813E00F", "BLAKE3": "7A5B9EB6DB9F94BA87461161B1D8F9187B4C70060268BBE4C801E38C2A213D8F", "AutoV3": "DBD006379302"}, "downloadUrl": "https://civitai.com/api/download/models/338796", "primary": true}, {"id": 269037, "sizeKB": 41283.712890625, "name": "Yui_Tachibana_NatsuOwaru.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-11T14:56:13.290Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "02821618", "AutoV2": "D61F88E926", "SHA256": "D61F88E9263D8DCA6F4513BEA77BB44C0FA94A6C2C7FD221F765664A8A41B0BD", "CRC32": "C2D7E2BB", "BLAKE3": "0ED349AAF8D0F7FCED910D7D917BFD78E8340D5502389BF339AA6F21FBB33A45"}, "downloadUrl": "https://civitai.com/api/download/models/338796?type=Training%20Data"}], "images": [{"id": 6517506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a120674c-9fac-4553-96fa-b9b51e6726a9/width=450/6517506.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URPZAWxu~q%2ITay?as:.SWV$%of.9kC%2kC", "type": "image"}, {"id": 6517507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84db2fcb-82c3-4582-b4e9-27f4994cf6fa/width=450/6517507.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URPZAWxu~q%2ITay?as:.SWV$%of.9kC%2kC", "type": "image"}, {"id": 6517443, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ed1aab3-0de4-464f-92e4-80e7267d156c/width=450/6517443.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UONJk4IA%MaKD%jb.8E24T%M={%1?^xuROxu", "type": "image"}, {"id": 6517662, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57a746f7-dc1d-4f2f-ad29-4f0532130511/width=450/6517662.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UPNl=F~q%g-pOXxa?ax]IAX8=|R*_3XT-qs:", "type": "image"}, {"id": 6522080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fb1e997-6c0f-4a2b-b477-d4db3dc41e03/width=450/6522080.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UKN+;KIATd~qp{E1?H.8Dixu-o-:~pOERk%1", "type": "image"}, {"id": 12786604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd9d8783-9953-4e07-959a-cea2d9c33e04/width=450/12786604.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UUL:+X~qE1-;^OIpkW?HDi9aWCM{_4JARP%2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/338796", "modelId": 301696} \ No newline at end of file diff --git a/datasets/metadata/338959.json b/datasets/metadata/338959.json new file mode 100644 index 0000000000000000000000000000000000000000..8fb6ce62217ea9fa70ba15f841ffb1ca237175d8 --- /dev/null +++ b/datasets/metadata/338959.json @@ -0,0 +1 @@ +{"id": 338959, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-11T16:44:28.646Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 287, "ratingCount": 53, "rating": 5, "thumbsUpCount": 74, "thumbsDownCount": 0}, "files": [{"id": 269186, "sizeKB": 22248.73828125, "name": "Kanae_Shinjou_ResortBOIN-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-11T16:45:48.439Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "22CF5841", "AutoV2": "DEFD7388D8", "SHA256": "DEFD7388D85D3F251643C6703F535249DB23480DD845C5A5219A56F3F533D93C", "CRC32": "EEB36199", "BLAKE3": "2A35325D04C8AFEA6BF63ADD5B98523A91B07DB770B31EBF242D65F1D4E527C7", "AutoV3": "E8F054F326A3"}, "downloadUrl": "https://civitai.com/api/download/models/338959", "primary": true}, {"id": 269187, "sizeKB": 33631.296875, "name": "Kanae_Shinjou_ResortBOIN.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-11T16:45:52.595Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "50A2A9C6", "AutoV2": "135DEA201E", "SHA256": "135DEA201E1CF1D9036E492F60A1E36C7EBCF144B18C404772E74DBEEB279B06", "CRC32": "CFC1BDFD", "BLAKE3": "4A3965853AF41A4D154A9206BEBE283A03ABE3B3F3CD500A3D142A901B3D2361"}, "downloadUrl": "https://civitai.com/api/download/models/338959?type=Training%20Data"}], "images": [{"id": 6520510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7416e1da-2d8f-4ce1-bdf8-3a5fc31f7783/width=450/6520510.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "ULR2=7-;.m-pY4oz%gay?vWAnORj-:j@nia{", "type": "image"}, {"id": 6520509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9280c817-e04c-4bd8-b721-87955a9a499c/width=450/6520509.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "ULR2=7-;.m-pY4oz%gay?vWAnORj-:j@nia{", "type": "image"}, {"id": 6520625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a38692f-2b11-472f-937b-d74108a5a85f/width=450/6520625.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJO:kb-=0zyD00x]4:V?4.xtMxxa~qx[R4of", "type": "image"}, {"id": 6520626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74607c99-d6fc-409f-86ee-26432e137bff/width=450/6520626.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJO:ni-=0zyD00x]4:V?4.xtMxxa~qx[R4of", "type": "image"}, {"id": 6520755, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2500cc73-9be9-44b1-8bcf-7842982d10cd/width=450/6520755.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKQ]NPtR.TrqyroJ%MNGWUxuxaso_NniIANG", "type": "image"}, {"id": 6537530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd00ef19-e321-4ccf-833d-cebd71237917/width=450/6537530.jpeg", "nsfwLevel": 4, "width": 1024, "height": 2080, "hash": "UEP$j.$LCm?u1LI.cFE$9avzS6IU57R5O@I;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/338959", "modelId": 301844} \ No newline at end of file diff --git a/datasets/metadata/339037.json b/datasets/metadata/339037.json new file mode 100644 index 0000000000000000000000000000000000000000..11e789909b55122d74704e70d93eca03f16fb86f --- /dev/null +++ b/datasets/metadata/339037.json @@ -0,0 +1 @@ +{"id": 339037, "index": 0, "name": "Edgar_von_Lagere_33_2190_SS", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-12T08:07:05.865Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 35, "ratingCount": 1, "rating": 5, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 269261, "sizeKB": 108740.0341796875, "name": "339037_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-11T18:01:23.734Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0110EE03", "AutoV2": "D24E90A320", "SHA256": "D24E90A320A4417C5BBD33607F8EFDEC57707A45BE6DE47A4ECDEF64448E2BE3", "CRC32": "C187EBCC", "BLAKE3": "1074BDCA80D68716CAAE226E869DEABFAF3A4C3431523D93CE4791C2954D3A4D"}, "downloadUrl": "https://civitai.com/api/download/models/339037?type=Training%20Data"}, {"id": 269862, "sizeKB": 223099.44140625, "name": "Edgar_von_Lagere_33_2190_SS-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-12T05:55:52.366Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8D124678", "AutoV2": "EEC05CEC24", "SHA256": "EEC05CEC24DB8754326F89B7E80023377BE36AF628B680D3DBA7281265D7D8D1", "CRC32": "C630330D", "BLAKE3": "C659C4A392204B3B1F897926D2F03D0DA46AA961FDBB9DBFB810D9A7404CE97D", "AutoV3": "B62B2C130414"}, "downloadUrl": "https://civitai.com/api/download/models/339037", "primary": true}], "images": [{"id": 6545924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69344448-bab8-49b0-a530-39f9a826816f/width=450/6545924.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UlK-k5%2?wxvyDM{t7j]InofV?xZtRkCs:Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/339037", "modelId": 301920} \ No newline at end of file diff --git a/datasets/metadata/339277.json b/datasets/metadata/339277.json new file mode 100644 index 0000000000000000000000000000000000000000..e2f221c34dca5152129e75eec5ab03e75ee58247 --- /dev/null +++ b/datasets/metadata/339277.json @@ -0,0 +1 @@ +{"id": 339277, "index": 0, "name": "Marz - Youtuber", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-12T15:29:09.682Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 76, "ratingCount": 1, "rating": 5, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 269495, "sizeKB": 9969.263671875, "name": "339277_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-11T22:20:45.776Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3F9B21E5", "AutoV2": "C11D873A49", "SHA256": "C11D873A4938B16FD3898CD714ADC664A0F29C481853425023D8A4F82F59CA6F", "CRC32": "CF116313", "BLAKE3": "ECB97EDC724A3DA67A419DE8416C2ACBF132F3738D9408DB09ABF4EE2F3458D8"}, "downloadUrl": "https://civitai.com/api/download/models/339277?type=Training%20Data"}, {"id": 270346, "sizeKB": 36980.4453125, "name": "Marzzz.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-12T15:05:45.044Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BA5E5B71", "AutoV2": "F35FACF40E", "SHA256": "F35FACF40EDA2576592FD9B2478F9A7AA9E05E072B9130416993F3A0193FFCAD", "CRC32": "8FDC113E", "BLAKE3": "E5EB080E16B6C63EC78F1F7BC3F47887D9048F81EBDC8731B872D51F51CF7026", "AutoV3": "0619258158C5"}, "downloadUrl": "https://civitai.com/api/download/models/339277", "primary": true}], "images": [{"id": 6556976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f5a67b3-d1b7-42b9-96a5-7efab87079ac/width=450/6556976.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7KTlA0K01001NIBI:$kkR.8};b_PAsm~Wn%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/339277", "modelId": 302149} \ No newline at end of file diff --git a/datasets/metadata/339324.json b/datasets/metadata/339324.json new file mode 100644 index 0000000000000000000000000000000000000000..a7bc1126b1340a9fac506d6df3e62051b6b600fe --- /dev/null +++ b/datasets/metadata/339324.json @@ -0,0 +1 @@ +{"id": 339324, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-11T22:16:30.208Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 379, "ratingCount": 45, "rating": 5, "thumbsUpCount": 69, "thumbsDownCount": 0}, "files": [{"id": 269491, "sizeKB": 22253.83203125, "name": "stella_loussier_SEEDDestiny-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-11T22:20:41.914Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8694546B", "AutoV2": "83806BEE2E", "SHA256": "83806BEE2E6618D8E1DA3BCB1854E7C2B0C0BC114C0573ACB441A4E5E62CB1FD", "CRC32": "84F2B16E", "BLAKE3": "F074E6C245F59E10FBE51AB023573EAB591AC915C3D2228B8F5F76223377006C", "AutoV3": "B0E17EA9E107"}, "downloadUrl": "https://civitai.com/api/download/models/339324", "primary": true}, {"id": 269492, "sizeKB": 43459.0166015625, "name": "stella_loussier_SEEDDestiny.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-11T22:20:57.509Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D0594571", "AutoV2": "792C16F3AC", "SHA256": "792C16F3ACB5D3BB36C491B2B8FB9FBB00D2FCE7052B8FD042B420FAC05BB4BD", "CRC32": "EE44096F", "BLAKE3": "65C96EB886393F91EC79CA60AB156338ED6A2A8F3E95EE2F2D42C41DA4848883"}, "downloadUrl": "https://civitai.com/api/download/models/339324?type=Training%20Data"}], "images": [{"id": 6531947, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20391313-9476-4fc0-8183-e2b7206d8e66/width=450/6531947.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVPr%m?buPs;_Jk8-=RQS~R,Iuso^,j[njWB", "type": "image"}, {"id": 6531945, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/376d31c3-7a1e-44ab-8a7c-5a9759822730/width=450/6531945.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWPr%m?buPs;_Ik8%hRQS~R,Iuso^+j[njWB", "type": "image"}, {"id": 6532038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ca80835-90ae-4c72-a8e1-55cabb3611b3/width=450/6532038.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaLpdg00x^t8}?buE4IoknaJD*S2R*SKxHoM", "type": "image"}, {"id": 6537346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd8d7023-98eb-4eed-92ac-cadf76c109b5/width=450/6537346.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTN0SXv{pctmuPv{M|ES$yRiv~R:M|%1V@xG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/339324", "modelId": 302191} \ No newline at end of file diff --git a/datasets/metadata/339487.json b/datasets/metadata/339487.json new file mode 100644 index 0000000000000000000000000000000000000000..7ed046cf718161b066a9f73068bcd5c4583da2b3 --- /dev/null +++ b/datasets/metadata/339487.json @@ -0,0 +1 @@ +{"id": 339487, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-12T00:48:33.875Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 335, "ratingCount": 55, "rating": 5, "thumbsUpCount": 73, "thumbsDownCount": 0}, "files": [{"id": 269628, "sizeKB": 34777.3681640625, "name": "Junko_Fujisaki_Yokorenbo.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-12T00:45:50.170Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C9BFD525", "AutoV2": "6D4D2C1927", "SHA256": "6D4D2C19274028B8C47255F7BA67612807DBF6755E20D8F2A159DC828E21C20D", "CRC32": "4FAC6B5C", "BLAKE3": "DCBBB52E257180F0EABE2B6E7C3CF6786E0A0580DB3A31169047DB785DBE6501"}, "downloadUrl": "https://civitai.com/api/download/models/339487?type=Training%20Data"}, {"id": 269627, "sizeKB": 22256.77734375, "name": "Junko_Fujisaki_Yokorenbo-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-12T00:45:54.500Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8F144FB0", "AutoV2": "3F196107F6", "SHA256": "3F196107F6254F1AFA2B51E73B81BADA3896B47E3F67E0ED5BE63AAB5690EE57", "CRC32": "11941547", "BLAKE3": "5B999ECDCC175782D47D63023E0A1AF436149F0438A30A13A389D49A8F73D2FF", "AutoV3": "431FEF0F1286"}, "downloadUrl": "https://civitai.com/api/download/models/339487", "primary": true}], "images": [{"id": 6536655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/868d89ce-20dc-4dd2-aaf4-1af31edc0a7a/width=450/6536655.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UeM6-n~VK%%f9FadxZRjx^WBoMofIpWCj^Rk", "type": "image"}, {"id": 6536657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec0b7288-0a68-49d7-835d-487cfd7a91b4/width=450/6536657.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UeMGSF~VK%%f9FadxZRjx^WBoMofIpWCj^Rk", "type": "image"}, {"id": 6536786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2365df9-cf84-40af-895c-372792292ea9/width=450/6536786.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTKm,}j^0|Rk0fRPJBM{ACnP$~xa~pWXS0W?", "type": "image"}, {"id": 6537136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9af715de-81e7-412d-9908-1add9667bfac/width=450/6537136.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNKdD6-q0|WC00M|9]bYOrxtxCa{_4MzxasT", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/339487", "modelId": 302326} \ No newline at end of file diff --git a/datasets/metadata/339631.json b/datasets/metadata/339631.json new file mode 100644 index 0000000000000000000000000000000000000000..85f6b248a58f571782d9ac5979469662bacdcd26 --- /dev/null +++ b/datasets/metadata/339631.json @@ -0,0 +1 @@ +{"id": 339631, "index": 1, "name": "Ruth P McDougal", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-15T04:52:04.564Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["Hey Arnold", "Cartoon ", "Hey Arnold, nickelodeon,solo , Girl, tall, standing,Ruth is a very pretty girl. She dresses in a red skirt and a blue sweater. She has brown hair and wears it down with two red barrettes on the sides, and she also wears braces. The shape of his head is ellipse "], "stats": {"downloadCount": 7, "ratingCount": 1, "rating": 1, "thumbsUpCount": 1, "thumbsDownCount": 1}, "files": [{"id": 269788, "sizeKB": 976.86328125, "name": "339631_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-12T04:20:46.735Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2C0A85FA", "AutoV2": "528ACA79A7", "SHA256": "528ACA79A710B1567902516B78795C9ED6A2EC480F3EA5727D39A05EA36A666B", "CRC32": "7EEF7007", "BLAKE3": "68DE30684249F027CC644FA129DD6A7A245D7E11294ABDBABF06A9C8418BF7F6"}, "downloadUrl": "https://civitai.com/api/download/models/339631?type=Training%20Data"}, {"id": 273649, "sizeKB": 36979.453125, "name": "Ruth_P_McDougal.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-15T04:30:44.050Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "04E8BB4B", "AutoV2": "EBD8A7769C", "SHA256": "EBD8A7769C6911113D2C0D35C8F19FE9494F9C41CC05CA97FEFC4D14168058D1", "CRC32": "452DD66E", "BLAKE3": "2D984529A355270148A06A91B3E944B6143211D21500539F8FDCE887718F6C40", "AutoV3": "8A4FAD82BEEC"}, "downloadUrl": "https://civitai.com/api/download/models/339631", "primary": true}], "images": [{"id": 6652266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1d850a2-d46a-425f-b8fc-550327a0e0b3/width=450/6652266.jpeg", "nsfwLevel": 1, "width": 840, "height": 960, "hash": "UDIW_}1G4mMc=x]zE+W?0gb^}@oc00kR=_s:", "type": "image"}, {"id": 6651581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e8f3b8e-9d24-4ffc-b398-bb2fff4536c1/width=450/6651581.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2046, "hash": "URKmH}}+EL=[J6tQIqR+VqMzs=a#aKR-X8oI", "type": "image"}, {"id": 17807389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/feb15004-3095-42a6-8774-dcbb2b26d68b/width=450/17807389.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UILfZ}=XjT}kadx[9vJBxURQxboJs7R,s:kC", "type": "image"}, {"id": 17807392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/616da4c6-86a3-438d-8b10-bd590fb602e5/width=450/17807392.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "URNH=K]%;H=u{jai9daLJNW;tkbEs:aMRkfk", "type": "image"}, {"id": 17807391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5eb5236-fd4f-4dcc-84e3-80bfeb332a5e/width=450/17807391.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UGLVpn^0R2}ks$x@5YODRNMy=}xGR5NINMof", "type": "image"}, {"id": 17807388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e73c7cbf-48bb-4f99-a506-1ca73fd87590/width=450/17807388.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "USL{tvnhxR$|}:ofxVWDoMR-ENNHEMxZsooe", "type": "image"}, {"id": 17807394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a409f737-158a-4422-8637-048b09794127/width=450/17807394.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGMFm;,bm$]}{IxV16SeFKWW-oX9OpkC$es9", "type": "image"}, {"id": 17807397, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3c09056-9d85-4f87-b293-b133df8ac5e2/width=450/17807397.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UFMO=%;QVn}Q[v-oI^bb#Xa6kEa#Q=RSXAxa", "type": "image"}, {"id": 17807400, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b7b00ae-da69-4306-87f4-d392cf4dbb7c/width=450/17807400.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "U7KJC{0100_052twDj#E%30hI0xZ~Nrd~ROl", "type": "image"}, {"id": 17807398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/349acb9c-5b1c-400f-8c3a-86daca4fab0a/width=450/17807398.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UKL.xNz%}+=grOtR9dNLJQR%-TsS;gnUtQX8", "type": "image"}, {"id": 17807399, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/113cab69-15c7-411f-9ea7-1d826c81647e/width=450/17807399.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UEIgJjiws3~8$x%0E4jZ0fbI=|WB-6WCNwWU", "type": "image"}, {"id": 17807401, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad50ca1f-415e-4975-a81b-d3f01b590435/width=450/17807401.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UBEnz=a04-^i~8s,9vt60zxu=xM{IUoMtRRj", "type": "image"}, {"id": 17807403, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/837bd4db-5d10-4334-8cd2-0fe4ed8fc69f/width=450/17807403.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UBIWx_,:vc}:,lxZ5Xn}0gWX=|Rl$xafSPj[", "type": "image"}, {"id": 17807404, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6eb2650c-1924-4463-bc5c-6cbbf9bc372b/width=450/17807404.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UFI3UPah}8wbE7xZENI=xCNHofxZRkoJogWC", "type": "image"}, {"id": 17807407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c06a2e9f-f980-433c-96a8-3d9113f47020/width=450/17807407.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UGK9x$4[00jI,6EN~Bjt$^s.IwWX%NoKRkWC", "type": "image"}, {"id": 17807411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b643cfe1-12c4-4f51-9ac6-8b23688e0a06/width=450/17807411.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8KT9@?=v]%d%8x,s=oa05aj^+WG~PxpRqV{", "type": "image"}, {"id": 17807413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32fc8c05-1824-4c78-9472-e94d950f74df/width=450/17807413.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "ULM~IY#av_N5}yoM-n$yNZt5$%NGXUe-ajS5", "type": "image"}, {"id": 17807414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae7c8fa0-c46d-4f92-92eb-da5805557080/width=450/17807414.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UILx-$],MH}RrvxYE,oMaPoLw|NLnOaM%L$$", "type": "image"}, {"id": 17802926, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a33a0e64-8357-491c-bda8-c59e60d045a8/width=450/17802926.jpeg", "nsfwLevel": 4, "width": 640, "height": 640, "hash": "UEO2NS%1{@=^^%-oE3NGnfIp?Gxt-2Ip%Mxt", "type": "image"}, {"id": 17802923, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/574b938f-2066-4164-93db-39aa348ca60e/width=450/17802923.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UGLVpn^0R2}ks$x@5YODRNMy=}xGR5NINMof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/339631", "modelId": 302454} \ No newline at end of file diff --git a/datasets/metadata/34014.json b/datasets/metadata/34014.json new file mode 100644 index 0000000000000000000000000000000000000000..5c8c5bcac096473043e24fb4b5eaca8dde410e3b --- /dev/null +++ b/datasets/metadata/34014.json @@ -0,0 +1 @@ +{"id": 34014, "index": 0, "name": "v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-02T20:46:25.554Z", "availability": "Public", "nsfwLevel": 11, "description": "Made with 89 images of Kaela Kovalskia. Works at weight 1.
Download the dataset if you're interested.
", "trainedWords": ["kaela kovalskia", "red-tinted eyewear, eyewear on head, white dress, bodysuit, red hairband", "tall, large breasts"], "stats": {"downloadCount": 1865, "ratingCount": 257, "rating": 5, "thumbsUpCount": 311, "thumbsDownCount": 0}, "files": [{"id": 27998, "sizeKB": 76477.8603515625, "name": "kaela-dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-02T20:51:54.113Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "02801FEF", "AutoV2": "277416F76B", "SHA256": "277416F76B2D0C1F82384CBA977D898D8CAA717187CFD5C20794CB4EAD7B7E12", "CRC32": "1F6EA4C2", "BLAKE3": "F727AFA73457F8B1383B1F3ECC6D4448FB0AF3201BF519E4361EF61CB947F0A6"}, "downloadUrl": "https://civitai.com/api/download/models/34014?type=Training%20Data"}, {"id": 27997, "sizeKB": 18562.1513671875, "name": "kaela-kovalskia-09.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-02T20:51:41.496Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "60AB8792EF", "SHA256": "60AB8792EF08E06C5E94B907BD0083BB5436A6E8C1D8CC2E179AD5A55B37DCAE", "CRC32": "FF4CE202", "BLAKE3": "ED1FAA2A93270C28D1E24DBE22C5BBDBC3E56BDC40865B3EC0DD4E33BFA0E9F5", "AutoV3": "C5E03ADDD455"}, "downloadUrl": "https://civitai.com/api/download/models/34014", "primary": true}], "images": [{"id": 388139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c58b0142-889c-4a37-7d5b-f656f4e1b200/width=450/388139.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDJt;*E09}?a00xa009F~pR*-;?b$*WB%N%2", "type": "image"}, {"id": 388141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12ff8990-7237-4b2f-ea57-108339cfa400/width=450/388141.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGJHgqRiJ7xb00%2004.?bj?.8%M~ARkMx%2", "type": "image"}, {"id": 388140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9694e6b6-fd4f-47f3-3c78-8c3d3b155500/width=450/388140.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UTKAyq~Bx]bvNwI@s+RP_2E1?bt8?F%Lx]M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/34014", "modelId": 28355} \ No newline at end of file diff --git a/datasets/metadata/340672.json b/datasets/metadata/340672.json new file mode 100644 index 0000000000000000000000000000000000000000..ad661780eb7df5d8278e5e1972de176b5089d1ad --- /dev/null +++ b/datasets/metadata/340672.json @@ -0,0 +1 @@ +{"id": 340672, "index": 0, "name": "v0.1 poppies possie SD1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-12T23:52:24.023Z", "availability": "Public", "nsfwLevel": 28, "description": "NOTE: This lora is far from finished. The first iteration of this lora is simply to get the training data out there for people that are on the fence with lora training, gathering the data is the hardest part. The primary gem here is the training data, its taken me a hundred hours of work to gather up this data and crop them all. It should help others ease their suffering in future vagina Lora training endeavors.
Early alpha, use 0.3 strength for full body pics and higher for closeups/inpainting. Overtrained lora, I think 10k steps is far too many steps I think; may have cauased overfitting effect and network dimension: 32 was too low. I will retrain at less than 5k steps and 64 network dim on next attempt and see how it turns out. Unfortunately there is no \"META\" for training a lora, you just gotta gamble and experiment. I failed this time, will try again later.
", "trainedWords": ["p0ssy"], "stats": {"downloadCount": 449, "ratingCount": 49, "rating": 5, "thumbsUpCount": 65, "thumbsDownCount": 0}, "files": [{"id": 270710, "sizeKB": 75315.021484375, "name": "340672_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-12T20:36:22.285Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6E12689E", "AutoV2": "E1DD477097", "SHA256": "E1DD477097A4D42893FCAC6D1816984C5F6C91E24254885FBFF8EDC56E212386", "CRC32": "2B1A5FC8", "BLAKE3": "6ABA610A177FFD61C51003FA2A6CC2B8DFCF1E963D7FBB1401609FE5346F4D3F"}, "downloadUrl": "https://civitai.com/api/download/models/340672?type=Training%20Data"}, {"id": 270877, "sizeKB": 36980.3359375, "name": "poppies_possie_SD1.5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-12T23:45:45.439Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "87011295", "AutoV2": "34063485FA", "SHA256": "34063485FA992A982FF5C9375A9F1347A28BBB77529FCB5A03CD71708846921A", "CRC32": "BC4DFD5F", "BLAKE3": "0EDA1565BCFA3BA0ABA14F900C52DC6A29802A86262743C0A89F0D7D11424E64", "AutoV3": "340C1F47260D"}, "downloadUrl": "https://civitai.com/api/download/models/340672", "primary": true}], "images": [{"id": 6571566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61caefb1-3f72-40d1-a7c4-006b18d6addd/width=450/6571566.jpeg", "nsfwLevel": 8, "width": 704, "height": 528, "hash": "UNK,]Q-pF|-:ELM{tRNG*0ay-ARjNwofxuoz", "type": "image"}, {"id": 6571572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c7f8288-f517-4420-b31c-620926eca302/width=450/6571572.jpeg", "nsfwLevel": 8, "width": 704, "height": 528, "hash": "U7IE9D^+02_300RijuIo02oc}qD%4Ts.kqs;", "type": "image"}, {"id": 6571773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e1bd19e-1497-4166-8c29-c095a58c9097/width=450/6571773.jpeg", "nsfwLevel": 8, "width": 1192, "height": 896, "hash": "UFK]}yIUcYS4.mIUxaj]PWRPxZxu-=xtM{xu", "type": "image"}, {"id": 6571856, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/174b4502-b154-4e88-b80d-0e7603cbc63d/width=450/6571856.jpeg", "nsfwLevel": 8, "width": 1192, "height": 896, "hash": "UFK]}yIUcYS4.mIUxaj]PWRPxZxu-=xtM{xu", "type": "image"}, {"id": 6571858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c43241dc-3938-43a3-b052-54d1e1e01c5b/width=450/6571858.jpeg", "nsfwLevel": 8, "width": 704, "height": 528, "hash": "UIKw2v-:pb%M_MWCxGof_NRkwcoLtRt7WBoe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/340672", "modelId": 303441} \ No newline at end of file diff --git a/datasets/metadata/340870.json b/datasets/metadata/340870.json new file mode 100644 index 0000000000000000000000000000000000000000..6bba7b4b9d1f5053253e877af743534938208c9c --- /dev/null +++ b/datasets/metadata/340870.json @@ -0,0 +1 @@ +{"id": 340870, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-12T23:41:35.493Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 312, "ratingCount": 21, "rating": 5, "thumbsUpCount": 41, "thumbsDownCount": 0}, "files": [{"id": 270868, "sizeKB": 40899.642578125, "name": "Yukiha_Serizawa_LibraryV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-12T23:25:39.921Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "824F161A", "AutoV2": "53E9B98110", "SHA256": "53E9B9811065B850EC84970CA64B48B02C39C1BE46B817F4D98BE595A38CAF82", "CRC32": "4DC7FD3A", "BLAKE3": "8DC8C3DF23C9ED6F7528801ADD9FCCE6253AA2C6C696F43CD57C2C4AE2686634"}, "downloadUrl": "https://civitai.com/api/download/models/340870?type=Training%20Data"}, {"id": 270867, "sizeKB": 22255.44921875, "name": "Yukiha_Serizawa_LibraryV2-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-12T23:25:37.708Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DACAA8E3", "AutoV2": "DE575601BC", "SHA256": "DE575601BCAD39EA8FFD3A8B9295F6AE93E8AC60716BC90924EA1C1107818BB1", "CRC32": "BB06EC17", "BLAKE3": "3BAD571E249764CD62DC4D12E4C5242182324ED15BA990F67761BBCAC0B1AAD3", "AutoV3": "E47C2AC18A13"}, "downloadUrl": "https://civitai.com/api/download/models/340870", "primary": true}], "images": [{"id": 6572408, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d14e279-7e05-4891-80b7-ca2fa04e9c3b/width=450/6572408.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJNTRWNHYR-:00D%_3Rj.9s.#kjYtSM{WYRj", "type": "image"}, {"id": 6572409, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5404999-04cf-45d5-8a5e-0252a620bbfa/width=450/6572409.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJNTRWNHYR-:00D%_3Rj.9s-#kjYtSM{WYRj", "type": "image"}, {"id": 6571434, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fafa9ed8-fe95-40ed-9110-d391cd6fa784/width=450/6571434.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UcOWTzRk_Nxuocxu.9kWD%IV%1s:_4%2M{WC", "type": "image"}, {"id": 6571558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a1b93c1-0327-4c53-ab84-6011e4271e92/width=450/6571558.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYMG^,D%JCV@00RiS%f+4nIos8xa_N%Ln$t7", "type": "image"}, {"id": 6571973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f14ce067-a7ce-439d-b8eb-2ebfdc6ca472/width=450/6571973.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UhJ@^8xu_Nx]^+xutRt7jYR*ofxuR.ays.Rj", "type": "image"}, {"id": 6572778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdc1a790-619f-4e2e-871d-90e16400da5c/width=450/6572778.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UlPP+Q%L_NkCMxt6x]f6M{fk%MWB.8WBRPof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/340870", "modelId": 212590} \ No newline at end of file diff --git a/datasets/metadata/341331.json b/datasets/metadata/341331.json new file mode 100644 index 0000000000000000000000000000000000000000..31f84128893455b3f1151f25885d0f03d0e92bf5 --- /dev/null +++ b/datasets/metadata/341331.json @@ -0,0 +1 @@ +{"id": 341331, "index": 0, "name": "Unsettling", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-13T11:14:14.248Z", "availability": "Public", "nsfwLevel": 1, "description": "Initial version testing out the prompt inversion method
", "trainedWords": [], "stats": {"downloadCount": 388, "ratingCount": 26, "rating": 4.92, "thumbsUpCount": 48, "thumbsDownCount": 0}, "files": [{"id": 271265, "sizeKB": 30936.005859375, "name": "341331_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-13T08:25:57.330Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "091BA305", "AutoV2": "27111B0162", "SHA256": "27111B016273A483467824A0EAE0751CB10AA80129F75C2CBC437963F06BE253", "CRC32": "495BF7D8", "BLAKE3": "2A4D7136F9504A2435E9D3564464B8DFF57A30096896E42C22459CE0A9BF0F87"}, "downloadUrl": "https://civitai.com/api/download/models/341331?type=Training%20Data"}, {"id": 271316, "sizeKB": 223102.87109375, "name": "Unsettling.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-13T09:56:17.874Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AB82F486", "AutoV2": "30C5F24287", "SHA256": "30C5F24287FC04B1F0C98DD388047668A8EFC06A26BE12677E50E4C18BA913E4", "CRC32": "D0BCD1BF", "BLAKE3": "A44C39F36A81E54956FB0E71FD46B3A9AC20415C793E722D68469CDE3424C572", "AutoV3": "1C8D9BA0E438"}, "downloadUrl": "https://civitai.com/api/download/models/341331", "primary": true}], "images": [{"id": 6586423, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9373608-d959-4e45-8c37-db9c28f93a0e/width=450/6586423.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U35YZzoz00R5_NjsE2V@ibV@cYozafV@R5oy", "type": "image"}, {"id": 6586106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5659fa98-686b-4402-89ee-a83b00c7ef7e/width=450/6586106.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UFGHMOaQ0.,o}+EdD#OsB=-Vohi_9bSd9tNZ", "type": "image"}, {"id": 6586914, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35e97cb2-ebda-4dc9-9b51-86d0645403b2/width=450/6586914.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U59@LwyF~pt8%#IpXRs.00DN00M{4ov}MeD*", "type": "image"}, {"id": 6587077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47164659-8f0d-4394-b3b6-4396b7fac81a/width=450/6587077.jpeg", "nsfwLevel": 1, "width": 2208, "height": 1056, "hash": "UTM6^v00%gt5~qIUof%MM|x[Rjt7?aV@oJV@", "type": "image"}, {"id": 6587381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9dc2728-4224-4930-a9de-d83bcca5708a/width=450/6587381.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U77CX6IU5Y?b_NIBE4.7-pM{IA%fs:WBWBt6", "type": "image"}, {"id": 7650761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d3c1543-0f1d-452d-ac0b-12b883734631/width=450/7650761.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UB9tV^wc0LMe~paf4oM|#So}DiXRR-o|IBR+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/341331", "modelId": 304036} \ No newline at end of file diff --git a/datasets/metadata/341548.json b/datasets/metadata/341548.json new file mode 100644 index 0000000000000000000000000000000000000000..bcfdea8c9fa9c02c5757d70c381dad7b9120fb1f --- /dev/null +++ b/datasets/metadata/341548.json @@ -0,0 +1 @@ +{"id": 341548, "index": 0, "name": "Selenologist", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-13T22:33:38.716Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 129, "ratingCount": 9, "rating": 5, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 271489, "sizeKB": 235958.021484375, "name": "341548_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T13:15:58.430Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A2E0AFF4", "AutoV2": "E614574B4A", "SHA256": "E614574B4A9169413623A9D0B9D71945977BF3D2E760D82A173CCB45163C76A7", "CRC32": "BF4AE077", "BLAKE3": "B3B33D03DCFDEEBFB1574A533A4282160A361884B7DB4F15E77D46E4D23D888A"}, "downloadUrl": "https://civitai.com/api/download/models/341548?type=Training%20Data"}, {"id": 272090, "sizeKB": 36980.0703125, "name": "Selenologist-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-13T22:30:43.798Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FA66D9C1", "AutoV2": "EDEB286D71", "SHA256": "EDEB286D7190B0D6565A5FD58DB43D99D1E1539E6038D52E1A77F95A5436A607", "CRC32": "55BEA383", "BLAKE3": "29D66950959AE8CA9648ABC675B4DCF1CC2D696292D43C7EAADAB9C1E6498C65", "AutoV3": "BB75909D6A0B"}, "downloadUrl": "https://civitai.com/api/download/models/341548", "primary": true}], "images": [{"id": 6603343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e280090-e541-42ce-890f-5c2aa62a0740/width=450/6603343.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UC8X%=Nf4;=|~XOZ9Z-V#ZXVEK%4Z:Rkoyoh", "type": "image"}, {"id": 6603350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37745d47-e672-48ea-917e-e4319474be7e/width=450/6603350.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UPCGJ{WZI--?yZR+ogo}J~Rjf+Su%4RjR%xb", "type": "image"}, {"id": 6603357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4d83e00-bf3d-4e76-856d-0f201107b61d/width=450/6603357.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U89s*lt855r;%%n*D%E19uS$ngV?9Zt8r=s8", "type": "image"}, {"id": 6603359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20aae769-3bd4-4202-9f2e-7af920fc5ba6/width=450/6603359.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UFEW]p?qoYQ+~pMvRgt+s.I;D%%gj^kDMeeU", "type": "image"}, {"id": 6603368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2d8b724-84eb-4e20-b079-15c5cce57767/width=450/6603368.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UFCP97t703V??aozIURi0BkD~3Ri0mkC=@V@", "type": "image"}, {"id": 6603385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b4d58ea-2577-4220-983d-2dd315b3a83f/width=450/6603385.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U47B7tjpr-xtAhe,E0M{MaRismWYImxaWW%N", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/341548", "modelId": 304225} \ No newline at end of file diff --git a/datasets/metadata/341938.json b/datasets/metadata/341938.json new file mode 100644 index 0000000000000000000000000000000000000000..c3cb73ba820a25cb985b7847e26babd47fc6ef25 --- /dev/null +++ b/datasets/metadata/341938.json @@ -0,0 +1 @@ +{"id": 341938, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-13T17:06:31.802Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 305, "ratingCount": 42, "rating": 5, "thumbsUpCount": 69, "thumbsDownCount": 0}, "files": [{"id": 271712, "sizeKB": 22251.18359375, "name": "Takanashi_Haruko_Hitozuma-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-13T17:10:53.220Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C79582AB", "AutoV2": "EC452C7BB1", "SHA256": "EC452C7BB16F229D4818CF019119541840D3AE6685D2FFDC9A339577BFD3760B", "CRC32": "4436905E", "BLAKE3": "71E20BA7E61281E486613F97B1256E9E022CF0A06A878A2E57FE74800D7F933D", "AutoV3": "9A164B9DB309"}, "downloadUrl": "https://civitai.com/api/download/models/341938", "primary": true}, {"id": 271713, "sizeKB": 40861.822265625, "name": "Takanashi_Haruko_Hitozuma.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-13T17:10:54.522Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "982D7246", "AutoV2": "E2B20FE458", "SHA256": "E2B20FE458D3DBA9EA900CA5092C6E90557313466AFFA93BF7E0CE3B02C73A7E", "CRC32": "AFCF86DB", "BLAKE3": "F8F3D29746854F3A17A92A500E73549F962147C5FBB284DCD9962A4993F40A27"}, "downloadUrl": "https://civitai.com/api/download/models/341938?type=Training%20Data"}], "images": [{"id": 6593943, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a7a2913-d8af-4658-87e4-6f33bf742847/width=450/6593943.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UYM%i+t8ysay?bWB~q%2o~oza0WBM|j[bbR*", "type": "image"}, {"id": 6593944, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/149214a7-7f17-46fb-9463-c33d207b90ba/width=450/6593944.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZM@4Xt8ysay?bWB~qxuo~oza0WBNGj[bbR*", "type": "image"}, {"id": 6594065, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4137e79c-e597-4074-8518-1989f86fa289/width=450/6594065.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UfL4NgxG?^IV~WbH-;%2I;Rk%1xa%MxtV[NG", "type": "image"}, {"id": 6594338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0adeb553-7c8a-4fc1-b2b1-f515e99398b7/width=450/6594338.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UYIhX0o~tSnN_NT0W=VsEMW??HM{pJxu%2WU", "type": "image"}, {"id": 6594521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5fa33673-f944-425a-abfc-c63a180ff561/width=450/6594521.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNH_V;-o5;Ne_NxG?b%Mt-n$^+%MEjjFxuxa", "type": "image"}, {"id": 6594857, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad986cc6-8533-4b23-bcab-8c77b6401841/width=450/6594857.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFN03l+w0|?F0JE1k9R%00S#,@NG~pxu%2r=", "type": "image"}, {"id": 6595791, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e7b1911-af20-4e03-a3be-22ac5d810b2c/width=450/6595791.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U8J@d,E11N^*lT9a-;RQ009bVE-;_2~V_29t", "type": "image"}, {"id": 10312055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54c18d00-6fee-4c1c-94d6-fa3af6f420e9/width=450/10312055.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UQLW|uxC*0EM%L01%NoLOsD*=|%2?b?GMyWq", "type": "image"}, {"id": 10312473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d79a497-f8ca-444c-870a-5d58a7deacb4/width=450/10312473.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UWKnC{Vr9uENDiWB%NkCELW;s9-p~qjs-qWr", "type": "image"}, {"id": 10313088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a855b8f4-d003-4f6c-a6b6-f7cdf20d5424/width=450/10313088.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UCKJx+%200FKKOR*fla#00$*tQxa5Rxu~BIp", "type": "image"}, {"id": 10313876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a49202a-b5e6-44f8-ba68-a34f034bba7a/width=450/10313876.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UGNl#]E4uh9Z14J:TLVu10NHS%-oRVrqXAV?", "type": "image"}, {"id": 10314616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b9ee641-8d62-4aa7-a169-cdeb91f49c99/width=450/10314616.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEOMERRj*Jt75mw]?wnN00E2-pV@?uo}D%NH", "type": "image"}, {"id": 10315284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03db9ca5-a6a1-4813-a5b4-4cb25b384348/width=450/10315284.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "ULLWt@o#0~-q%~RP~qt8-o4ntQxE5RIB-Uoz", "type": "image"}, {"id": 11830422, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/913f2433-e794-47ba-9b17-a24e000f9dfc/width=450/11830422.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UdG*]8%MyDxa~WkBtSs:t7Rjt7Rjtlae%LRj", "type": "image"}, {"id": 11832499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae514712-8ca3-4acc-bbe3-e6ee0fe0d895/width=450/11832499.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UnH_fDj@tmae~WRkx^j?tRj]-pt7ozofV@WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/341938", "modelId": 304531} \ No newline at end of file diff --git a/datasets/metadata/342250.json b/datasets/metadata/342250.json new file mode 100644 index 0000000000000000000000000000000000000000..c44c5a7fd0898adcf74bbbb10a67bd86249a5b56 --- /dev/null +++ b/datasets/metadata/342250.json @@ -0,0 +1 @@ +{"id": 342250, "index": 0, "name": "Naphtol", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-13T20:33:55.471Z", "availability": "Public", "nsfwLevel": 1, "description": "Naphtol Modif
", "trainedWords": ["nowheels"], "stats": {"downloadCount": 237, "ratingCount": 14, "rating": 4.93, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 271974, "sizeKB": 27913.021484375, "name": "341587_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-13T20:35:51.949Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "49BD4235", "AutoV2": "FC6458CFDC", "SHA256": "FC6458CFDC54795388362408A50D207E1F3F944F6907E2E58992B6F8A3A28231", "CRC32": "4893CC51", "BLAKE3": "34CC9D2986A20B61607200844E72A7F723DB76D6044185BCE30FF16EE15515D2"}, "downloadUrl": "https://civitai.com/api/download/models/342250?type=Training%20Data"}, {"id": 271976, "sizeKB": 223098.74609375, "name": "Naphtol.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-13T20:36:57.186Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D1600F07", "AutoV2": "250DCC9D76", "SHA256": "250DCC9D763181030012DDDB917FFFE8400300560D061F5F3B78EBAA45D73890", "CRC32": "822D7F12", "BLAKE3": "3D2F101BE475768CEA72D83F74A5CBB3F6D75D9FEEF78FF51C7EAAD3513D78BC", "AutoV3": "365983BEEDCE"}, "downloadUrl": "https://civitai.com/api/download/models/342250", "primary": true}], "images": [{"id": 6600208, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a209a4f-9856-4f39-bfa7-88dc1552c8c7/width=450/6600208.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UDE:Se_M.8%$-m_1E1IV0x-;$+D%?bIUtRrX", "type": "image"}, {"id": 6600205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49392387-9a3f-4133-97ed-34572326db8e/width=450/6600205.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UEFE_*8{%}JUEg01Me-p1c?G}[%L+I$hF^0y", "type": "image"}, {"id": 6600206, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52c28ba0-08ad-4c59-b080-60e2e6458fcb/width=450/6600206.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UKFsMV?aRiNx.m?bM|E1ib%LM}D%x]RkxZs;", "type": "image"}, {"id": 6600204, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33860ec5-4458-4c93-93bd-1d322876fbfc/width=450/6600204.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UHD+[g^m~WRiIc4nSiRPI,oD%MjJ58jWIot2", "type": "image"}, {"id": 6600207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e3ec1ef-cfd2-4e2b-a4aa-cb4aaaa95c78/width=450/6600207.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UCGuR0-.00xt?H%18_i_0oV?^$x]~4=^E3D+", "type": "image"}, {"id": 6600203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2d733f9-2287-4a87-9db0-095212238823/width=450/6600203.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UOFF2a~A-+M}#R-;9]Rj?8xs-UI[gM?Fofou", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/342250", "modelId": 262574} \ No newline at end of file diff --git a/datasets/metadata/342270.json b/datasets/metadata/342270.json new file mode 100644 index 0000000000000000000000000000000000000000..135a9c731d8dca081dcdb8aec5408f9aa3fab667 --- /dev/null +++ b/datasets/metadata/342270.json @@ -0,0 +1 @@ +{"id": 342270, "index": 0, "name": "Proskurin oil painting style", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-14T06:14:44.624Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 339, "ratingCount": 23, "rating": 4.91, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 272080, "sizeKB": 44033.7080078125, "name": "342270_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-13T22:20:55.898Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E95FA906", "AutoV2": "8C43BC7C3A", "SHA256": "8C43BC7C3AF7B37301720099EF59DBD3FE548F68DBC869D2D4FA43F02BF2D7E4", "CRC32": "0B579AD9", "BLAKE3": "11E29E06145933A254C5A6770757303ACCFE587FE929561AC163842C61A0541F"}, "downloadUrl": "https://civitai.com/api/download/models/342270?type=Training%20Data"}, {"id": 272500, "sizeKB": 223102.45703125, "name": "Proskurin_oil_painting_style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T06:10:45.325Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EFA0D52A", "AutoV2": "1FCF58916F", "SHA256": "1FCF58916F1BED13D02AA131857A7D06EB02AE82E22BD2C17DA124E075B0231F", "CRC32": "45C6DEBA", "BLAKE3": "10988A5E152E83789E34868CF9F1A79D001106CDCCD0C0A6A49D1AED41E87797", "AutoV3": "24DDEF0B393F"}, "downloadUrl": "https://civitai.com/api/download/models/342270", "primary": true}], "images": [{"id": 6626086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8008c831-6fef-430d-8e8c-af9d5fadb637/width=450/6626086.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCJZ*m-p%z,@u:NNF1oh~UpcD%I=YzJ:$h%z", "type": "image"}, {"id": 6626083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c0ad84f-0329-4def-9dc2-e1d093193872/width=450/6626083.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UcGI+hn2WTax?wNFoMj[-WW[R*s:tStQjZWB", "type": "image"}, {"id": 6626082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16f416d0-1396-476e-983a-ef5faee9e953/width=450/6626082.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGEy0iXo9hxu~BSQWFWW^$R.E7xakVj]t7oL", "type": "image"}, {"id": 6626084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2676ec3a-6204-4f8c-8622-04f268787fed/width=450/6626084.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UELCtyMy-j]U}Yx[GYQ:T_NxKNoyTXwgxWpH", "type": "image"}, {"id": 6626105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fa76216-8b0e-41c5-9414-061787ad7891/width=450/6626105.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UEHLPR_30#aLvcMw4.t8#P%MT0WC~Xxax[WB", "type": "image"}, {"id": 6626103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0441beb2-0698-4faa-ba94-b3cbcb1a3643/width=450/6626103.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UaJaT1?EIqWC?wxVs.WY?HWAjuofNHjFWqWD", "type": "image"}, {"id": 6626106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89c1d789-53f8-4022-98ae-ef5b9cedf920/width=450/6626106.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UOLC^URQcpnP].%1KgrscCWTRRR*ueXOwJa{", "type": "image"}, {"id": 6626104, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cff6bc7a-8673-4667-955b-c5da6d6e95b2/width=450/6626104.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UZGb}2R3NdjY?^M_adfl?Io~V?f8xuxvkEac", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/342270", "modelId": 304839} \ No newline at end of file diff --git a/datasets/metadata/342497.json b/datasets/metadata/342497.json new file mode 100644 index 0000000000000000000000000000000000000000..4df6e6acc9e003f618f8e96686e1e96ad70c927d --- /dev/null +++ b/datasets/metadata/342497.json @@ -0,0 +1 @@ +{"id": 342497, "index": 0, "name": "Candombe Uruguayo", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-14T13:25:50.751Z", "availability": "Public", "nsfwLevel": 2, "description": "Version1
", "trainedWords": [], "stats": {"downloadCount": 47, "ratingCount": 2, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 272215, "sizeKB": 43140.654296875, "name": "342497_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T00:31:18.244Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "11C7BBBC", "AutoV2": "B4566136DB", "SHA256": "B4566136DBD30E535D4C9C8CD39A31F0C8C63088E0F7C8E791D5590CCACF2B34", "CRC32": "69DBD85E", "BLAKE3": "94E902F7917B361F3053C77BD0A62540925ECEBDB311418EECA1B58AE513B4D5"}, "downloadUrl": "https://civitai.com/api/download/models/342497?type=Training%20Data"}, {"id": 272818, "sizeKB": 223136.06640625, "name": "Candombe_Uruguayo-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T13:25:49.971Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "461D71C4", "AutoV2": "09C5FB1930", "SHA256": "09C5FB193034B708AB4081307255355AA0DE20FCEA62A7063F5A5BDB5B695ADC", "CRC32": "EC7BACC4", "BLAKE3": "44D2632F88CB1D508C1475E13288566FC06ADC351FC3CDD8BB33CE6FDAFF96D1", "AutoV3": "A6E9B01E38C1"}, "downloadUrl": "https://civitai.com/api/download/models/342497", "primary": true}], "images": [{"id": 6625378, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8508f81b-8dfd-43b3-86ed-60574b683844/width=450/6625378.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UNGQhO}b9uI=1ZK0$%s9x[S1sos;#nxaS}Nt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/342497", "modelId": 305044} \ No newline at end of file diff --git a/datasets/metadata/342542.json b/datasets/metadata/342542.json new file mode 100644 index 0000000000000000000000000000000000000000..2f677e55a40e0a2bb6f4f697409667bc65f9a7f8 --- /dev/null +++ b/datasets/metadata/342542.json @@ -0,0 +1 @@ +{"id": 342542, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-14T00:57:32.640Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 417, "ratingCount": 66, "rating": 5, "thumbsUpCount": 99, "thumbsDownCount": 0}, "files": [{"id": 272249, "sizeKB": 47638.416015625, "name": "Akira_Higuchi_CleMasahiro.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T01:00:53.157Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7F1CF607", "AutoV2": "1A32760D4E", "SHA256": "1A32760D4E226FABC5E897E1C6B07F312A48FC0FC8EAFB5B58A06F0636E14556", "CRC32": "539CE2B9", "BLAKE3": "02B036DFD2E5944B8468AAA04DBB2A4E1C9FD7FEA9E328042DE2EF3519C10950"}, "downloadUrl": "https://civitai.com/api/download/models/342542?type=Training%20Data"}, {"id": 272250, "sizeKB": 22258.21484375, "name": "Akira_Higuchi_CleMasahiro-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T01:00:55.390Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A8847153", "AutoV2": "226713138E", "SHA256": "226713138EA0E86E345DCA0B41534E4AEBD93343FAB16C75A72572C9BB5392BE", "CRC32": "84A29F02", "BLAKE3": "42E3117452E909604EBEC018545FFA02853534A8AC40DC30E309C0C3F1E88A7F", "AutoV3": "C4526D6EC0FD"}, "downloadUrl": "https://civitai.com/api/download/models/342542", "primary": true}], "images": [{"id": 6607346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a95efe7-b839-48e5-973b-f9afe5bf1ba8/width=450/6607346.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UII|tH?H5l?H00%MtRXSOst7$6xa~Vt7^*Na", "type": "image"}, {"id": 6607347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cb6455a-93e8-449d-aeaa-dd90dd90664b/width=450/6607347.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UII|tH?H5l?H00%MtRXSOst7$6xa~Vt7^*Na", "type": "image"}, {"id": 6607408, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ef0db7d-371c-4044-8501-fe543ce6f706/width=450/6607408.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UMP=c@%M*Jxv-;aL.SM{JCxas.xt^+OYE2NG", "type": "image"}, {"id": 6607632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3d4e695-93ca-4da8-835a-fb9e812b2b0e/width=450/6607632.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UWMZBwSe~C-;~Vt89^IpS2NdE3njOsE2Vtoz", "type": "image"}, {"id": 6608336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0ececfd-c4ef-4e4b-99a0-57bf0098225a/width=450/6608336.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNFh#Nt7cEIp~qxaEfR*-;M|-pRjELM{M{V@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/342542", "modelId": 305082} \ No newline at end of file diff --git a/datasets/metadata/342618.json b/datasets/metadata/342618.json new file mode 100644 index 0000000000000000000000000000000000000000..1419f6038973f8596958063b39832b7ce97ff213 --- /dev/null +++ b/datasets/metadata/342618.json @@ -0,0 +1 @@ +{"id": 342618, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-14T02:54:44.728Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": ["masterpiece, best quality,This one took me a while until I was satisfied enough to post here, I've been experimenting and stuff.
Improvements:
File size 4 times smaller than Release 1!! (dim = 128 -> 32)
Better at retaining artstyle of the base checkpoints used to generate \u2206.
More consistent outfit details. Notably, conveys the translucency of her jacket better, and the \"power button\" mark on the torso of her jacket.
Limitations:
Stockings still may be plain black instead of blue + pink. Adding (mismatched stockings:1.15) to your positive prompt mitigates this.
Tails may appear uncontrollably. Adding (tail, mechanical tail:1.1) to negative prompt may help, but they aren't captioned in the training data. Maybe I should have so they could be separated. Will probably be fixed in Release 3.
Her weapon may appear uncontrollably. This is tagged though, so adding (weapon, sword, holding, holding weapon, holding sword:1.1) to negative prompt mitigates this, but it's not perfect.
From the viewer's perspective, the right side of her jacket may not be black, and instead gets colored white at times. This is gacha and not controllable.
Some limitations with H content due to training dataset all being SFW.
Training Details (w/ bmaltais/kohya_ss; see Training Data File for full LoRA training parameters extracted with kohya-ss/sd-webui-additional-networks)
Trained on: nai.ckpt (925997e9)
Training Batch Size: 2
LR: 0.0007, UNet LR: 0.0007, TE LR: 0.000175, Scheduler: Cosine w/ Restarts
Epochs: 3, Dim: 32, Alpha: 16, Resolution: 512x512, Clip Skip: 2
*EasyNegative in the example images is an embedding from here.
", "trainedWords": ["mismatched stockings"], "stats": {"downloadCount": 259, "ratingCount": 19, "rating": 5, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 28184, "sizeKB": 14574.79296875, "name": "export.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-03T08:01:24.496Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "47263638", "AutoV2": "B79FD2F052", "SHA256": "B79FD2F052EC10B3FCC2B10FD9A76604FA9BF3AEBA5234C919E0B76893F30955", "CRC32": "3D5D7160", "BLAKE3": "8B0BE7A333932764C24D88F9A9ED1FD4AFA549D7266AFC4CD2878BBF0650B8DF"}, "downloadUrl": "https://civitai.com/api/download/models/34269?type=Training%20Data"}, {"id": 28183, "sizeKB": 36976.337890625, "name": "FerventTempoDelta_Release2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-03T08:01:21.789Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "3989E4E7", "AutoV2": "B89DDA897B", "SHA256": "B89DDA897B99423784F859E81F98CDC22CA68E5CFC1F4D0E1550E02571F1BDF2", "CRC32": "DA45C3F8", "BLAKE3": "F5E75A55DAFC5EC4ADC0C7888043EC4529A86AAD5652922B5E400BF103A7E18F", "AutoV3": "43C9795A2885"}, "downloadUrl": "https://civitai.com/api/download/models/34269", "primary": true}], "images": [{"id": 391425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5973a208-a08a-4ea0-cb59-1aa160fddd00/width=450/391425.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UWN0rJ-p_NI:_3n$bvog_4M{tRozbHs:IUNG", "type": "image"}, {"id": 391424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ab54240-e443-4129-6473-d3bf38702100/width=450/391424.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UILDu_?b*09v9JIpn,xHoOIASgNIOaspEMV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/34269", "modelId": 25652} \ No newline at end of file diff --git a/datasets/metadata/342893.json b/datasets/metadata/342893.json new file mode 100644 index 0000000000000000000000000000000000000000..d2bb9c6e4a47563a0f758159963804e2bc5597f9 --- /dev/null +++ b/datasets/metadata/342893.json @@ -0,0 +1 @@ +{"id": 342893, "index": 2, "name": "v2.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-14T06:58:22.782Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["nagase mana", "one side up"], "stats": {"downloadCount": 175, "ratingCount": 10, "rating": 5, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 272537, "sizeKB": 56080.03515625, "name": "mana_xl-000024.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T07:01:02.107Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "63278080", "AutoV2": "E11E05B225", "SHA256": "E11E05B225C1707FE579DA825314CA0303A0FC90B7A41528C03A510AD9A1540C", "CRC32": "0BD998C2", "BLAKE3": "545F87FE90426FD52F202EA992318A8E09CF7A58F3B6E6D636699C48C9F008C2", "AutoV3": "DE927B92130F"}, "downloadUrl": "https://civitai.com/api/download/models/342893", "primary": true}, {"id": 272536, "sizeKB": 10235.2412109375, "name": "mana.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T07:01:03.079Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "20C36F9F", "AutoV2": "DABF967671", "SHA256": "DABF967671D49E7D0B1B4E90DC76FFA17EA30B2A07732277F2D996C2D3E502A1", "CRC32": "B32EE661", "BLAKE3": "05A827EF6DB15CA8340E233882F2FB36AA5FE5C364C01BF9371763939EE0E103"}, "downloadUrl": "https://civitai.com/api/download/models/342893?type=Training%20Data"}], "images": [{"id": 6616211, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bac951a-c28b-48e2-95f5-ce7e5a0bd50d/width=450/6616211.jpeg", "nsfwLevel": 1, "width": 6144, "height": 6144, "hash": "UKG8+q574.$1E3aet7Io4nIU%Me:~WE1%Ln~", "type": "image"}, {"id": 6616207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25e36cd5-c66b-4972-8657-aaaf90ed232a/width=450/6616207.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBH_+Dt.R=E0vf?bTKInAI_4.SITx_xc~BkE", "type": "image"}, {"id": 6616209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32df3edc-6c6b-4826-a504-2b2497e27718/width=450/6616209.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8LNx[005PPq0X_NOt.S9Yx]03RQNL00RPVs", "type": "image"}, {"id": 6616210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23e007d6-c060-434d-b1e6-872ed05e66d8/width=450/6616210.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U9LDZJ041R%LNPE3}@I;05ou%N-U0pOs0f?G", "type": "image"}, {"id": 6616206, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bcaadf6-4909-4c9f-81a7-d25ac01e1538/width=450/6616206.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQGbh=xsNe-;_4oLM_tRObofR-RktSoz%2xa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/342893", "modelId": 274250} \ No newline at end of file diff --git a/datasets/metadata/342983.json b/datasets/metadata/342983.json new file mode 100644 index 0000000000000000000000000000000000000000..08d73f302f2a59809bf3b4d7c3ae901bcd099070 --- /dev/null +++ b/datasets/metadata/342983.json @@ -0,0 +1 @@ +{"id": 342983, "index": 0, "name": "Blue_mechangel_01", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-14T10:54:17.455Z", "availability": "Public", "nsfwLevel": 1, "description": "001
", "trainedWords": [], "stats": {"downloadCount": 199, "ratingCount": 12, "rating": 5, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 272687, "sizeKB": 223099.54296875, "name": "Blue_mechangel_01.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T10:40:49.643Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6BA20306", "AutoV2": "824147079B", "SHA256": "824147079B9B20C0B24D94E5766D022F9D832A53BB0D11D64FB879F5089D1F4B", "CRC32": "4AD50CBA", "BLAKE3": "360AEBDC6EC9E048086B8CB69FA998E589166DB906CA64EEA014464E6C8D00B1", "AutoV3": "010956E78C2E"}, "downloadUrl": "https://civitai.com/api/download/models/342983", "primary": true}, {"id": 272640, "sizeKB": 152833.685546875, "name": "342983_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T09:15:45.764Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "902FA98A", "AutoV2": "A01787D9F1", "SHA256": "A01787D9F15736EDB9E95EB4DCA10C577C1814514534BF30EAD34655BDF3D899", "CRC32": "2046FA16", "BLAKE3": "362E930A7BD52890EC396B3B924B91275D48A57E382C0C0245ACFED43E6A9C30"}, "downloadUrl": "https://civitai.com/api/download/models/342983?type=Training%20Data"}], "images": [{"id": 6621803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69104392-b808-4ae0-b32a-ebb7855cf223/width=450/6621803.jpeg", "nsfwLevel": 1, "width": 840, "height": 1680, "hash": "U6ATTR~q4T8_ODE19ZtRIUIoRjNGMxIUxa%M", "type": "image"}, {"id": 6621804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48894d36-c33a-4cac-b8c8-739b58d8e48e/width=450/6621804.jpeg", "nsfwLevel": 1, "width": 840, "height": 1680, "hash": "UAD9hrOFIp^+x^_2%MxtNf_3-pRj_Nof$$xt", "type": "image"}, {"id": 6621806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d034af2d-d66a-4712-bb46-693ceb7d08e0/width=450/6621806.jpeg", "nsfwLevel": 1, "width": 840, "height": 1680, "hash": "U68qNgtm4mD%_N%MD$E0IB%LW=IUM{RjaeV@", "type": "image"}, {"id": 6621849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f41bc04c-cfa2-4427-bffd-f35d17275ef5/width=450/6621849.jpeg", "nsfwLevel": 1, "width": 840, "height": 1680, "hash": "UFBphBt74nbI~pxuD%M{t7j[IURjWVWBWBax", "type": "image"}, {"id": 6621890, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af028c5a-5831-4138-9ae2-299a9db35253/width=450/6621890.jpeg", "nsfwLevel": 1, "width": 840, "height": 1680, "hash": "U7C?cT4;00-;r?%Mx]RO?w?G$%Rk%#%L-oE2", "type": "image"}, {"id": 6621907, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6100a608-32b6-428d-b8ac-d1bc4ef02f30/width=450/6621907.jpeg", "nsfwLevel": 1, "width": 840, "height": 1680, "hash": "UAEy6%%g~U~U~VkC^*%L?G%2^%={?G0Mxut6", "type": "image"}, {"id": 6621924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd3b0bc6-604d-46d3-b44a-e8fb2b0c3433/width=450/6621924.jpeg", "nsfwLevel": 1, "width": 840, "height": 1680, "hash": "UBDI]-~UE1~VR-XTbwS6Xmoz%2t7t2?F?Fj?", "type": "image"}, {"id": 6621947, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f37ca07-3684-4b8d-9779-8a3801583096/width=450/6621947.jpeg", "nsfwLevel": 1, "width": 840, "height": 1680, "hash": "U7D+uM5En$~TNz^%%gg400oI9Zof00D%E2%1", "type": "image"}, {"id": 6621950, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccdd9c52-aca7-4fc3-bc5f-64e311bc9451/width=450/6621950.jpeg", "nsfwLevel": 1, "width": 840, "height": 1680, "hash": "UKFY=P_ND*~V_N%MM|%2~Vt7E2t7SQRkjYRk", "type": "image"}, {"id": 6621962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/316cdec4-7abf-466d-8f46-9d3cca035d4a/width=450/6621962.jpeg", "nsfwLevel": 1, "width": 840, "height": 1680, "hash": "UJBq3q4:oy?b~qD*ozxv-QIUWAslw[IAV@jF", "type": "image"}, {"id": 6621992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fe1e00c-e532-4f37-a9b5-43d7a928c8b0/width=450/6621992.jpeg", "nsfwLevel": 1, "width": 840, "height": 1680, "hash": "UBDS%Y02aJoJ~pIVtQRjn#IUoft6IpWWj[D%", "type": "image"}, {"id": 6622001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2777c741-8ead-49b3-8f91-01a1a6e1b89f/width=450/6622001.jpeg", "nsfwLevel": 1, "width": 840, "height": 1680, "hash": "U79jM_AsEg~C~VyDO?xa?b%MyD%2Tdxu-;kW", "type": "image"}, {"id": 6622024, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a5602af-bb45-4bb9-bd55-fa47777abaab/width=450/6622024.jpeg", "nsfwLevel": 1, "width": 840, "height": 1680, "hash": "UADbpM-VFdE1~W?bEg9tEM?bWBi_5R%Mo0Mx", "type": "image"}, {"id": 6623068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c99bb7d-225e-474b-bbba-74a574269855/width=450/6623068.jpeg", "nsfwLevel": 1, "width": 1432, "height": 1432, "hash": "UHE{e2kC9a~okDM|I?xtH?R*D*V@D*xuxYIV", "type": "image"}, {"id": 6623069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f837935b-928e-4fb1-b8e5-64d1f47e6433/width=450/6623069.jpeg", "nsfwLevel": 1, "width": 1432, "height": 1432, "hash": "UOHB*sNfDiIo%htRi^Rj~pxuM_RjIpR-oexZ", "type": "image"}, {"id": 6623071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8c3f53a-53fb-46e4-8eb6-7e4ffb1b4906/width=450/6623071.jpeg", "nsfwLevel": 1, "width": 1432, "height": 1432, "hash": "UIE2,*?GDixZx]xaMxRj~V%1Myay%Ls:adWB", "type": "image"}, {"id": 6623075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68085b66-e871-496d-927a-796cd88857b0/width=450/6623075.jpeg", "nsfwLevel": 1, "width": 1432, "height": 1432, "hash": "UDF5:F?v%L0fpJ.8?axu~q%Nbct7NIX9%Mof", "type": "image"}, {"id": 6623077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29a2c1c7-53de-40da-953a-7b6eadd6e0e1/width=450/6623077.jpeg", "nsfwLevel": 1, "width": 1432, "height": 1432, "hash": "UHG[vPpJ~q~UyYXA?vR*%M9aW?Io4;xE%2NG", "type": "image"}, {"id": 6623078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb8f8a9d-cbd3-45d1-a5f5-3457bd7aba75/width=450/6623078.jpeg", "nsfwLevel": 1, "width": 1432, "height": 1432, "hash": "UHFiGW^%~q9a?woL-=oKt8%LNHRjE2bIRkRk", "type": "image"}, {"id": 6623080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41ce9863-4661-4fba-a02d-bb315f090023/width=450/6623080.jpeg", "nsfwLevel": 1, "width": 1432, "height": 1432, "hash": "UIFi3]DiD%%2_NMxoLxa~pnhRjW=EM%Lj@EM", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/342983", "modelId": 305489} \ No newline at end of file diff --git a/datasets/metadata/343025.json b/datasets/metadata/343025.json new file mode 100644 index 0000000000000000000000000000000000000000..11a5d486ba599ad6597b13e30e677a0c16862188 --- /dev/null +++ b/datasets/metadata/343025.json @@ -0,0 +1 @@ +{"id": 343025, "index": 0, "name": "FNF lycan BF Version 1", "baseModel": "SD 2.0", "baseModelType": null, "publishedAt": "2024-02-14T10:08:43.091Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 62, "ratingCount": 4, "rating": 5, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 272659, "sizeKB": 13499.435546875, "name": "343025_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T09:40:39.192Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "04456495", "AutoV2": "9F4901C50C", "SHA256": "9F4901C50C2411173D1D37F4F72759504CA2E54011284067A20CC1AD0CDFD764", "CRC32": "42BE6F75", "BLAKE3": "D0F9256A79A646E5467E5A192968734B842DE6EDC3CDB16CABB1009D011EF2BA"}, "downloadUrl": "https://civitai.com/api/download/models/343025?type=Training%20Data"}, {"id": 272678, "sizeKB": 223116.07421875, "name": "Friday_Night_Funkin_Style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T10:11:00.287Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "56A4E95A", "AutoV2": "C589509037", "SHA256": "C58950903753B34CD2E63367D8EA92A37A71F7F2D16D9A0F9B05C4CC2A1D9400", "CRC32": "353C5F67", "BLAKE3": "6036B4A2E6B08B38FDFBC99E834746C06662ACEF5DD3E197A6D6FA692237F937", "AutoV3": "87779B8EBAAE"}, "downloadUrl": "https://civitai.com/api/download/models/343025", "primary": true}], "images": [{"id": 6621221, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44117feb-6ef9-47eb-a84b-68314f3583ef/width=450/6621221.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAFFjh?H0JF|5c_49uFeu%%%?wx]0gIVyD%z", "type": "image"}, {"id": 6621298, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/967413b5-7810-4b64-9be1-9396df602c63/width=450/6621298.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGF$S2yY1G?vF~.TAIg4Hqo~-;oLDP8_jEnN", "type": "image"}, {"id": 6621099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3d581fe-e912-4868-bfa8-fae7277e596d/width=450/6621099.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UqL;s-oI_Mt7t7Rlt7jsw]R+kWRPM{slNdoz", "type": "image"}, {"id": 6620787, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a8c974b-c709-404f-af2a-4a0b46d0853b/width=450/6620787.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UgKBq9xt_Nxt.8bb-o%1-pIqs,IUMxM{SPtR", "type": "image"}, {"id": 6621148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2eeeecef-2534-40af-b0ff-76bfb71348e9/width=450/6621148.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UlM@fwxt_MoMozRkxtoJ={o#t7WAV_xZR-bG", "type": "image"}, {"id": 6621175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9b0c70a-5844-4e5d-bd9e-6b63c19ffc22/width=450/6621175.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UtM@ZgjE_MtSxuM|j?t7-TWEbvWUi{s+NcX9", "type": "image"}, {"id": 6621305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b98d7b1-816f-4576-9264-a6f9b20067a2/width=450/6621305.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIF~dmm+EeK400%24-EL}*o$.8Ri4UWCx]kW", "type": "image"}, {"id": 6621357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9958deb9-40f0-437c-bb2e-199fa5c2ee49/width=450/6621357.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBFFEe4.00%g8{tl4.nNznJC~qRO0QaH-:V[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/343025", "modelId": 305528} \ No newline at end of file diff --git a/datasets/metadata/343077.json b/datasets/metadata/343077.json new file mode 100644 index 0000000000000000000000000000000000000000..79a0fffc9681f39e3b51106d0df3225c066949c6 --- /dev/null +++ b/datasets/metadata/343077.json @@ -0,0 +1 @@ +{"id": 343077, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-14T11:15:13.615Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": [], "stats": {"downloadCount": 277, "ratingCount": 35, "rating": 5, "thumbsUpCount": 53, "thumbsDownCount": 0}, "files": [{"id": 272710, "sizeKB": 22256.47265625, "name": "Arisugawa_Yuri_KateinaiSaimin-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T11:15:51.452Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "495BEF0A", "AutoV2": "60546BED27", "SHA256": "60546BED2799BD31281E03B33474CD2321EA48186F02872B22D506388C7B0C45", "CRC32": "F8F180D9", "BLAKE3": "3F2255A90A88CD5DF0A05EDD693A129759C313D4BBAB94ABE7D54E214E000FBC", "AutoV3": "CD4BDE6A4074"}, "downloadUrl": "https://civitai.com/api/download/models/343077", "primary": true}, {"id": 272711, "sizeKB": 47873.98046875, "name": "Arisugawa_Yuri_KateinaiSaimin.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T11:16:22.143Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "227C0FCF", "AutoV2": "816A3B5712", "SHA256": "816A3B5712EB63594F22812AED2DD6E988A1C4698CCA9C82C7CC4065FFEE2461", "CRC32": "648BDCD5", "BLAKE3": "D1AF9B31ADD87842B78E32FDD4732BFD54107FB9F23626010BF60BC6B82FDEA1"}, "downloadUrl": "https://civitai.com/api/download/models/343077?type=Training%20Data"}], "images": [{"id": 6621996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93f8a52e-903f-4d6b-b578-25a3d6417be6/width=450/6621996.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVLq9H.8_N^+bVt7tS%L.9Rk?GWVNJju-pNG", "type": "image"}, {"id": 6621995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69448645-b9b3-41bb-9dc1-7e9fe4c66dd5/width=450/6621995.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVLq9I.8_N^+bVt7tS%L.9Rk?GWWNKju-pNG", "type": "image"}, {"id": 6622225, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7598514-9499-42e6-a941-bde8383c3cfe/width=450/6622225.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPOC?S~p?v-:56%M?vkWEQt6xG%L?bRkWCM|", "type": "image"}, {"id": 6622295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/913774c2-0c5b-4a14-a29d-ac789b4721b1/width=450/6622295.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UhLEEHpJyZNe0*oLJ=ozIVob$#xZ-:WVsSa}", "type": "image"}, {"id": 6622483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efd8dc78-054e-4949-87b7-0640c3a7ad24/width=450/6622483.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UaL|v2%guPOZ0*RkOtW?NaX4-oxuxvoK$%WA", "type": "image"}, {"id": 6623064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aac80a8d-2e76-427d-8974-993b282bee40/width=450/6623064.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UGM%fxHqZfo|ysIT57WY00of-=bw4:=^IAI;", "type": "image"}, {"id": 6623515, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9601f20-7d45-49eb-9e0d-a86d23e084a0/width=450/6623515.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UnJHde%M~p-;?bkCt8t7%LM|NGWBogo0juoe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/343077", "modelId": 305579} \ No newline at end of file diff --git a/datasets/metadata/343154.json b/datasets/metadata/343154.json new file mode 100644 index 0000000000000000000000000000000000000000..7abf73321cb5869697c1d94e5657051700e8b06c --- /dev/null +++ b/datasets/metadata/343154.json @@ -0,0 +1 @@ +{"id": 343154, "index": 0, "name": "Nemesia", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-14T13:08:37.084Z", "availability": "Public", "nsfwLevel": 3, "description": "Nemesia Modif
", "trainedWords": ["flowerhead"], "stats": {"downloadCount": 185, "ratingCount": 8, "rating": 5, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 272809, "sizeKB": 223098.73828125, "name": "Nemesia.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T13:10:52.100Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2017E05E", "AutoV2": "B927BAAFF5", "SHA256": "B927BAAFF546F7B22571A440E8D2433FA5AECC731F0DCC802B0F5BF6AD103525", "CRC32": "40628938", "BLAKE3": "7252094DFE547FF9E42D21495C1CDF347319E388C129AD9C6AA1F34092019119", "AutoV3": "F0933CA38489"}, "downloadUrl": "https://civitai.com/api/download/models/343154", "primary": true}, {"id": 272791, "sizeKB": 55817.8056640625, "name": "343060_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T12:50:50.141Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DE30A51A", "AutoV2": "7DCBF906E0", "SHA256": "7DCBF906E0108EFA53677DBE08CBF4344A95029465A28FBA4007CB60F3AB3854", "CRC32": "B887CF64", "BLAKE3": "C1FFBB9E12673C3E61CF0D89E24DF55234B852A82C7CBD02957B0B1D24BE3FD7"}, "downloadUrl": "https://civitai.com/api/download/models/343154?type=Training%20Data"}], "images": [{"id": 6624057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e63be21-93fb-45ef-a79f-7805c4bfac29/width=450/6624057.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UIDvu_^%0%9a~Us.K6RkShIWE2s.E2M|oL%2", "type": "image"}, {"id": 6624059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e52c53ee-ecb0-4c7e-923d-b27f136b5476/width=450/6624059.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UQHo8MxX0}Se~8X7R+wJJ7WCNeS}9unjt7R,", "type": "image"}, {"id": 6624061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc571ae2-9c47-471a-9d45-879daa8f7f26/width=450/6624061.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UKE{qG=x0iE+~SoyOsWCTcJAIVofJ-oer?oJ", "type": "image"}, {"id": 6624058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89ad7f10-2ef9-446c-9326-8e40ab8e73e8/width=450/6624058.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UOF=Ec^%0zE2~AxtS#aMIVM{EMSh9GMyR*oy", "type": "image"}, {"id": 6624055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5effd7e5-9735-4ad2-bb73-d52b6e3364cc/width=450/6624055.jpeg", "nsfwLevel": 2, "width": 576, "height": 768, "hash": "UHDSz7%K0gRk~TozJVRQtRNJ9bf+E3e.oft6", "type": "image"}, {"id": 6624056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d070f68-dd18-42c2-bea7-04d90e4abda9/width=450/6624056.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UJJREX^hPqEl~9-pE2M|%gR-EktRoz9ZXS-o", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/343154", "modelId": 254756} \ No newline at end of file diff --git a/datasets/metadata/343246.json b/datasets/metadata/343246.json new file mode 100644 index 0000000000000000000000000000000000000000..596747615ba80ebed8aaa9a7376a3316b5ed88ee --- /dev/null +++ b/datasets/metadata/343246.json @@ -0,0 +1 @@ +{"id": 343246, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-14T14:02:20.113Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 253, "ratingCount": 28, "rating": 5, "thumbsUpCount": 52, "thumbsDownCount": 0}, "files": [{"id": 272857, "sizeKB": 22253.07421875, "name": "Kaede_Shiina_Adam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T14:05:43.860Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A9FEA74F", "AutoV2": "D9E01CE801", "SHA256": "D9E01CE801B90E623BEC822ABD2091CFACE06EF68B617FAB11D757E133E1633E", "CRC32": "98FE5BBD", "BLAKE3": "AF90B63B032BBE00B27F27F6371CDC475863211EC8A43D2A545176FC2D9B144B", "AutoV3": "DA09D4206AD1"}, "downloadUrl": "https://civitai.com/api/download/models/343246", "primary": true}, {"id": 272858, "sizeKB": 41404.3388671875, "name": "Kaede_Shiina_Adam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T14:07:01.695Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A18B876F", "AutoV2": "B84B6AFBA4", "SHA256": "B84B6AFBA4E8A43FD7341873736D52D24931C42390D45858D5A1E1B07EB4BA1D", "CRC32": "C7D01CCE", "BLAKE3": "B6608EF3C0566EFB6C1697FB53B57EACAB2C39759921D644C88EC3BE58150A01"}, "downloadUrl": "https://civitai.com/api/download/models/343246?type=Training%20Data"}], "images": [{"id": 8404571, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bebf15c-438f-4ac6-a15c-228fac70786c/width=450/8404571.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPOyhdrqYQIAD$Di%fay_Nj@-paz-p-;%gWB", "type": "image"}, {"id": 6626488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11c12593-f1bc-40b2-bcb8-60a9f5588716/width=450/6626488.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDOMKhIT0-000000OURj_3V@$j.8~q-;-;E1", "type": "image"}, {"id": 8404572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ff9521e-d91e-4368-a248-d1921ee61632/width=450/8404572.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPOyhdrqctIAD$Di%fax_Nj@-paz-p-;%gWB", "type": "image"}, {"id": 6626636, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd2ef32b-a121-48fb-ac86-8ac6e5f2f751/width=450/6626636.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URNvc0IoOZ4nV?kCS$E19Foz-U?H~Wt7M|XS", "type": "image"}, {"id": 6626778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b494219e-301c-43ff-b543-403266142548/width=450/6626778.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URO{w3?wT|%g%Lxu_3xuIUD%nitR~qozogoe", "type": "image"}, {"id": 8404843, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01662cfc-188d-4aee-b63f-2ba073b72885/width=450/8404843.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXO{p;_N%h.8IT-=b^o}RPM{$*s.?vRjjvR-", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/343246", "modelId": 305741} \ No newline at end of file diff --git a/datasets/metadata/343384.json b/datasets/metadata/343384.json new file mode 100644 index 0000000000000000000000000000000000000000..63a849afe473c6cc54fc3403afe42af526d32f2c --- /dev/null +++ b/datasets/metadata/343384.json @@ -0,0 +1 @@ +{"id": 343384, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-14T15:46:53.167Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 273, "ratingCount": 44, "rating": 5, "thumbsUpCount": 63, "thumbsDownCount": 0}, "files": [{"id": 272993, "sizeKB": 22253.87890625, "name": "Aoi_IThinkofYou-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T15:46:41.106Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F2D9313D", "AutoV2": "03F83B00EC", "SHA256": "03F83B00ECD64467C18C6F02D837721C4C855FA4103B2D3E97DD2EAB449BF523", "CRC32": "1F469DFE", "BLAKE3": "C9757B54CF265644459655BEBECD7AEBCCB70BC839DA4FA22524ED5F3D528500", "AutoV3": "85B3DAE58613"}, "downloadUrl": "https://civitai.com/api/download/models/343384", "primary": true}, {"id": 272992, "sizeKB": 34698.4091796875, "name": "Aoi_IThinkofYou.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T15:46:23.970Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EE0382DF", "AutoV2": "4641526665", "SHA256": "464152666535799484D0A2E29C56A1B63B5C5A69F616103D81D230D6651EACA8", "CRC32": "1F4DF236", "BLAKE3": "927DD34F4366CC1C2CC44E89E13AA44940BD2F7193DA21B1D3C56408420A9673"}, "downloadUrl": "https://civitai.com/api/download/models/343384?type=Training%20Data"}], "images": [{"id": 6630532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38efd602-94ef-417d-90aa-b67940053621/width=450/6630532.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWO3z#-;?^ay4nj[_2M{OZM|xDs:?bayxZWB", "type": "image"}, {"id": 6630533, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a6c6ddf-7302-4a93-9401-9b7fe492210b/width=450/6630533.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWO3z$-;?^WV4nj]_2M{OZM|xDs:?bayxZWB", "type": "image"}, {"id": 6630421, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/940b7b38-1459-4bb6-82f9-e28953bff60c/width=450/6630421.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UcODRm-;?^x]bDs:-;RP4:NG-ojF_2WAadbH", "type": "image"}, {"id": 6631020, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8545701c-40b7-4eb5-865e-8b47d6ffce89/width=450/6631020.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKMjR8ogxmWsyDtl.SozDi%M~Vay00W?rpWB", "type": "image"}, {"id": 12739936, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/414e91d9-e7a0-47e8-b2c8-7bbae3b18751/width=450/12739936.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDL|$E;w~o%0MHxa-o0L004:_3t7pKbwn3IU", "type": "image"}, {"id": 12741799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f92effe9-87af-4c66-8f10-87bddff6dcd4/width=450/12741799.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URM@4Y-oysyEE1tR%MM{00EM-UaJ%LV@M{Ny", "type": "image"}, {"id": 12741807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02db20d8-5266-42ec-bf2f-3e8c512d555d/width=450/12741807.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWLWt:-;J8x]9tRkkrNH0ME1={IU~WWBWBoL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/343384", "modelId": 305877} \ No newline at end of file diff --git a/datasets/metadata/343487.json b/datasets/metadata/343487.json new file mode 100644 index 0000000000000000000000000000000000000000..c4ccd56267038da25ea519620bba43c131944804 --- /dev/null +++ b/datasets/metadata/343487.json @@ -0,0 +1 @@ +{"id": 343487, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-14T17:05:02.493Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["salvagepirateworld"], "stats": {"downloadCount": 394, "ratingCount": 39, "rating": 5, "thumbsUpCount": 61, "thumbsDownCount": 0}, "files": [{"id": 273087, "sizeKB": 46748.3984375, "name": "SalvagePirateWorld.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T17:00:44.694Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "68398317", "AutoV2": "F2961535BF", "SHA256": "F2961535BFEAE642E0A6C9580174A95A0449DFF83D316CED20357D5E882E07D3", "CRC32": "19B90787", "BLAKE3": "C19C1D194A212CB0365EAE7280013F26661B1A7BDB1521AFD07B86EDE92AEA46"}, "downloadUrl": "https://civitai.com/api/download/models/343487?type=Training%20Data"}, {"id": 273089, "sizeKB": 145267.3046875, "name": "SalvagePirateWorld.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T17:05:46.859Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B97FDD18", "AutoV2": "D229392FE7", "SHA256": "D229392FE7773170931B98453AC2FE5512B02BBEA7F90FFB4D6AB98623576663", "CRC32": "CAF41253", "BLAKE3": "E680F6CA4AE0F6982FDBABC98D855BA8FBA24812C01AA4F8F82EFB4DF86AF199", "AutoV3": "4483ABA05B91"}, "downloadUrl": "https://civitai.com/api/download/models/343487", "primary": true}], "images": [{"id": 6632707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53f2e880-6524-4dff-b8a8-a18210b14db6/width=450/6632707.jpeg", "nsfwLevel": 2, "width": 1152, "height": 1728, "hash": "UAE2|H_N.m9GyEI;o#9a00VsIB-;D*?bNGtR", "type": "image"}, {"id": 6632709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9a49cb8-f21e-4990-817f-69dc6a5dc4d5/width=450/6632709.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "U7BC*@~oxuNH%LkC-okCIU4;M|RjE2IVM{D*", "type": "image"}, {"id": 6632588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8698c64e-3f4d-4a18-87f0-d30d6f4206a3/width=450/6632588.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "UCEfH2~p_3tl*0NL%M%M9GM{D%nhMyt7aJIU", "type": "image"}, {"id": 6632597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa7c5654-98fc-4658-a3c2-f73b65a1811d/width=450/6632597.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UAE{OZ~pwF~AES=_=_kW0M0L4oE2D*0MM{%0", "type": "image"}, {"id": 6632724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16748afd-fb39-4e44-9163-54b5aaea947c/width=450/6632724.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UCEV$r~q-;?aTLRn%L-paJM{9ZozE4D*M{oz", "type": "image"}, {"id": 6632610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d909c43-88b1-46cb-bd0d-5f7cce21ef43/width=450/6632610.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U9EyVr?w.S~p5D9b^*%19FD%01D*S$M|RO%L", "type": "image"}, {"id": 6632635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2d3d7d7-c91c-4f56-8abf-afed187a0a63/width=450/6632635.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UDDv7h~A-okq-:?FNGbb0g4;E2M|M|IqM|V[", "type": "image"}, {"id": 6632728, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90ff5357-e812-4b3b-befc-008a487c6216/width=450/6632728.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UHE2^6~p-;%MT1t7-oxu%2WCIUxaE1R*ofoz", "type": "image"}, {"id": 6632646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ba2c253-a6d1-46a4-ad70-841164702884/width=450/6632646.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "U69%hr01~qD*9v-TIp%09GxWH?NH^+9a-pRQ", "type": "image"}, {"id": 6632657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a5be1ee-412a-482b-bd02-1d86a8d2a3b9/width=450/6632657.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UBAAR7~po~R.D%D*IVM}E2jY%1%2?b%MtRjF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/343487", "modelId": 305975} \ No newline at end of file diff --git a/datasets/metadata/343495.json b/datasets/metadata/343495.json new file mode 100644 index 0000000000000000000000000000000000000000..e6c09eabe4f97adacefffecd449ed9a765702624 --- /dev/null +++ b/datasets/metadata/343495.json @@ -0,0 +1 @@ +{"id": 343495, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-14T17:14:27.134Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["ghostpirateworld"], "stats": {"downloadCount": 454, "ratingCount": 36, "rating": 5, "thumbsUpCount": 66, "thumbsDownCount": 0}, "files": [{"id": 273098, "sizeKB": 46590.712890625, "name": "GhostPirateWorld.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T17:10:49.133Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "909AAE8F", "AutoV2": "35DD9B01E4", "SHA256": "35DD9B01E4E4CFBC766DDF1F3B1029DDD73F3D76B880B05431EF112F573E1469", "CRC32": "764AEAEF", "BLAKE3": "A0087A4C6E3C48B33E265D71EA9BCE19504CE9A4BA57C45D44AD0322429FC929"}, "downloadUrl": "https://civitai.com/api/download/models/343495?type=Training%20Data"}, {"id": 273099, "sizeKB": 145267.2578125, "name": "GhostPirateWorld.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T17:15:53.226Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "81058888", "AutoV2": "185E7D8846", "SHA256": "185E7D88465BBE40159D96554287CDDEC7BFF1C48F0CB3F6C71A9B10B889D41D", "CRC32": "217C969A", "BLAKE3": "23A31878DA0D13AF6C0874B820A357F70D4CB418F9C77BDC97B5CA8F9DD3D54C", "AutoV3": "8E7F923573A3"}, "downloadUrl": "https://civitai.com/api/download/models/343495", "primary": true}], "images": [{"id": 6632966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8857b009-da02-4cf7-84ff-f2a8ccc89e6a/width=450/6632966.jpeg", "nsfwLevel": 2, "width": 1152, "height": 1728, "hash": "U47n,c5S01}@yWs:8|#AD%NG%eIVNZsDwNRR", "type": "image"}, {"id": 6632967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02d4570a-e550-4e62-a2d4-fd9a9284d1ac/width=450/6632967.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "U46bY^_M03Ns_2ba01ICMeIVD%R7iHRiNZt7", "type": "image"}, {"id": 6632968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0e1f6a0-30ee-4980-8a14-3a4f75c05468/width=450/6632968.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "U671=o~qW?4ox^.7%Mt7IUj[WAs:IBD%RjV@", "type": "image"}, {"id": 6632974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/937a0b2e-b7d7-4910-9039-fab3956e1176/width=450/6632974.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "U45rSk8{IB.7_NRj8{x[S5xt8{xuo4t5M_t8", "type": "image"}, {"id": 6632976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/177bbf56-2118-43ac-b0c6-e55b3d7e2ac1/width=450/6632976.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "U46[ml008x?u~q9Fxtxb-CIVMxxb?uM{IA%M", "type": "image"}, {"id": 6632985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/591e829c-1361-4f8d-a07f-4718da1cccd6/width=450/6632985.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U37xXM0006D${_NF11$%;gtR9@s;uhVZrYo|", "type": "image"}, {"id": 6632986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a8c9cae-8ae8-4167-a39f-1149a67b3967/width=450/6632986.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U985Ai8{Di?b_NDjIV.7X4ofRPkWNE%LM{Rk", "type": "image"}, {"id": 6632993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9c25d68-1c7e-415d-ad48-fd7fc26f9543/width=450/6632993.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UA97%?R5Dkt,%#D%Ip.7kXIVaexu~pnhV[x]", "type": "image"}, {"id": 6632995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94aaa08a-f3c1-4d47-8dca-2e3875ed95fd/width=450/6632995.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U87B[kH?8x?^o%M_g1xwt8VsjttkMdozX5Ri", "type": "image"}, {"id": 6632996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9546f83a-db95-477b-b730-7038d300af58/width=450/6632996.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U76S.b8yML?t^+DjgK.7,0Djn7.Q*GMfsEx[", "type": "image"}, {"id": 6632997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f05eea73-0460-4324-8e29-f3d2ddc2fdfd/width=450/6632997.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U65s4L#a8{8_?0.jDP8x%ftRMxDj*Gr_RPIA", "type": "image"}, {"id": 6632999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6990ae94-b99f-4369-8904-756505bd12bf/width=450/6632999.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U96S$kHt8w.9-rRiDi%fqvTDMex[*JR6Ri%N", "type": "image"}, {"id": 6633001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07efa33f-9d42-4731-9c68-ac337148904b/width=450/6633001.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U85?I^x^8wH@.9ozDOM_tRozH?Mw*Jo#ROR5", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/343495", "modelId": 305985} \ No newline at end of file diff --git a/datasets/metadata/343511.json b/datasets/metadata/343511.json new file mode 100644 index 0000000000000000000000000000000000000000..09eef81e1c0d601f46b66c1feff7abe3d4a44714 --- /dev/null +++ b/datasets/metadata/343511.json @@ -0,0 +1 @@ +{"id": 343511, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-14T17:33:28.797Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["crusaderworld"], "stats": {"downloadCount": 315, "ratingCount": 23, "rating": 5, "thumbsUpCount": 39, "thumbsDownCount": 0}, "files": [{"id": 273119, "sizeKB": 145267.1875, "name": "CrusaderWorld.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T17:30:54.701Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6F8875F7", "AutoV2": "C592D08690", "SHA256": "C592D086903EF95600DA294F43B4770EF6FF79685842076BC9059668B26EF5C6", "CRC32": "BA6273E1", "BLAKE3": "4CA16514C38DAEEE7F51E36714AB96370259F7171BA30CDB1BFCF74CDBA95B8E", "AutoV3": "A1A0745A9EE1"}, "downloadUrl": "https://civitai.com/api/download/models/343511", "primary": true}, {"id": 273117, "sizeKB": 189398.103515625, "name": "CrusaderWorld.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T17:30:55.805Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "778CA286", "AutoV2": "16F3181BA8", "SHA256": "16F3181BA85EB453C6BC9BA21F7D2526FE5CF1012FEC1C88DBD6FCDF049C6FAF", "CRC32": "E90DF99A", "BLAKE3": "904AD58430C1FB672471FD238BBCCC10790FFB0EB55DECCDD4149158E872B79C"}, "downloadUrl": "https://civitai.com/api/download/models/343511?type=Training%20Data"}], "images": [{"id": 6633573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d235a3c-3fac-4947-a2f5-910fee820673/width=450/6633573.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "U4CY:k0K0LDho}00yD$i57~BtRR*4:xt=dS~", "type": "image"}, {"id": 6633589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af01d4f9-8f6a-490c-8e72-b9a77448ea79/width=450/6633589.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "ULEy3%%LxC-o?wt6Rjn~~qRkWBRjJWM|aeM|", "type": "image"}, {"id": 6633590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4019f432-4a09-490f-aae2-e87435e13038/width=450/6633590.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UBEC8+01kqaL~W9at6o09uV@M{kW?G%1M|NG", "type": "image"}, {"id": 6633596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b21ee620-afc0-4bf6-a1f9-f1d0d967b70d/width=450/6633596.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U6Dv4d009}-;NK%0Ip4:wGR5?H0L00~pM|^*", "type": "image"}, {"id": 6633605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b405c860-f950-4f67-9414-c21b98966e31/width=450/6633605.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UED+uS01-o%N~Wa0%LR._3V?D*%MNfxYxZNI", "type": "image"}, {"id": 6633616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c974acc2-90c8-41c1-9866-a222381c3db6/width=450/6633616.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UPFi3{em%1xu.TD*t7W=OGW=s:IoE2ozoKRj", "type": "image"}, {"id": 6633615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5f88f65-83aa-4816-9b37-cc37d1e3c450/width=450/6633615.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "U9CP-O%04.?H00IURP-;EO-p~Vxv_3IT%2i_", "type": "image"}, {"id": 6633617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a371462-5b03-4706-935d-ec6aa92359a2/width=450/6633617.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U8DSwM00NbRP00?HD*t60Lxu?HR-_NM}^*E1", "type": "image"}, {"id": 6633746, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0f363d9-06aa-4d4d-89f3-692eb07c707c/width=450/6633746.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UBCZFP00%Mwb?b4o?aE2~U0M%LIUK6ovxaM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/343511", "modelId": 305999} \ No newline at end of file diff --git a/datasets/metadata/343533.json b/datasets/metadata/343533.json new file mode 100644 index 0000000000000000000000000000000000000000..a0d8ecb3ca630102c92c58fb7eff695c9fda16c9 --- /dev/null +++ b/datasets/metadata/343533.json @@ -0,0 +1 @@ +{"id": 343533, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-14T17:53:57.097Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["gigerworld", "art by hrgiger"], "stats": {"downloadCount": 712, "ratingCount": 37, "rating": 5, "thumbsUpCount": 75, "thumbsDownCount": 0}, "files": [{"id": 273132, "sizeKB": 145267.2109375, "name": "H.R.GigerWorld.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T17:45:41.068Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "97DCC8F8", "AutoV2": "0CC593D173", "SHA256": "0CC593D17372F1938F072073549C288337DA9B5C054C3F02ADDED90989D32949", "CRC32": "0B138261", "BLAKE3": "8B9C89B3599D003CB8CDB7F62BA71280EA4E03CB49EA21E6AF76B6139033F014", "AutoV3": "30EF1C4D177F"}, "downloadUrl": "https://civitai.com/api/download/models/343533", "primary": true}, {"id": 273136, "sizeKB": 199546.9921875, "name": "H.R.GigerWorld.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T17:50:48.509Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6751D16C", "AutoV2": "9CA48C56DF", "SHA256": "9CA48C56DFE3E8E5DD00F678ED24780B9BAD52A8B1AACF13045D8D7A67E659AF", "CRC32": "7035C5ED", "BLAKE3": "356D0F41B6AE41BDB7EB3BE16329B14C51812AF86F2B682DE04C3200B32ECC3F"}, "downloadUrl": "https://civitai.com/api/download/models/343533?type=Training%20Data"}], "images": [{"id": 6634107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71de0691-365f-4a1e-8b56-1c751193b095/width=450/6634107.jpeg", "nsfwLevel": 2, "width": 1152, "height": 1728, "hash": "UE9%VF4;of={~VE2j[%1-:Ipj@oft7Rkf6a#", "type": "image"}, {"id": 6634125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa9513d7-ea71-4ce8-9b60-5651a5733153/width=450/6634125.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "U397CN%#0102uP~V~A4:-q-;oeIU~p%L9ar=", "type": "image"}, {"id": 6634127, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a37a0352-74ac-44b4-9d6c-bc6f296c97a1/width=450/6634127.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "U5ATN3.S0000UH_2$L9G~V%ME2IU?^tRDjIB", "type": "image"}, {"id": 6634130, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e04660da-efd8-4f03-b335-3922d2c94da0/width=450/6634130.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "U9Am3g02~UE2%~D*%2aeVts,E2xt0gt6M|xa", "type": "image"}, {"id": 6634132, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8a03c06-f4b0-4f12-aa4b-85f3821146a6/width=450/6634132.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "U45;?g~W-:%M%#xuxt%M-p%2xt%Loextt7NG", "type": "image"}, {"id": 6634135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0392d335-3efe-4c95-b2d9-9acae3ce8dc6/width=450/6634135.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "U76t%V~p?aozyDx[t7ju?a?G%Lt6xuxtxtoe", "type": "image"}, {"id": 6634137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb92c1d4-f429-4933-ad5c-59ce34d8dc45/width=450/6634137.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U89jWA?ZMxW=~V^*-oRjj?-o-oxZRla#jExZ", "type": "image"}, {"id": 6634150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/076a71c3-5d01-4da1-8f23-43568e22f4cf/width=450/6634150.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U4849[5T00D%.SxFVY58~VI;D*soyX-nIB57", "type": "image"}, {"id": 6634153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd592c5c-b70b-4cb8-9c22-d5cf626724e7/width=450/6634153.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UC9Zy9-:M{Ip~V-.n~Ipxuxt%1jsbcs:t6oJ", "type": "image"}, {"id": 6634164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bef85ef-76ec-4a33-9e80-4d8c4a64f7d8/width=450/6634164.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U14x-,pI00V@-T?ayD4o_L.7MxDPX-?axZ4p", "type": "image"}, {"id": 6634166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49e804cd-6194-496c-885f-d28434e4a925/width=450/6634166.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "U12r:PRPL~o~*0aeDio}o~ofIAaexukCn4WB", "type": "image"}, {"id": 6634235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4dc57f0e-e047-47cc-bdaa-5af05b3dbd1c/width=450/6634235.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "U13lK%$2EkE3^*%LE1EMmQ%LD%E2?bn4IpE2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/343533", "modelId": 306019} \ No newline at end of file diff --git a/datasets/metadata/343760.json b/datasets/metadata/343760.json new file mode 100644 index 0000000000000000000000000000000000000000..b07e364517686d9a9c39eb0218bade1dad161987 --- /dev/null +++ b/datasets/metadata/343760.json @@ -0,0 +1 @@ +{"id": 343760, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-14T21:19:31.677Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 282, "ratingCount": 41, "rating": 5, "thumbsUpCount": 58, "thumbsDownCount": 0}, "files": [{"id": 273321, "sizeKB": 22247.27734375, "name": "Shiratsume_Karen_JDSaimin-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T21:20:45.915Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C9A8DF99", "AutoV2": "2E5641C2C9", "SHA256": "2E5641C2C9FE5D2423574F10ABED88B54B3141AB2D3A74B8706FF1BB74D95753", "CRC32": "C736F825", "BLAKE3": "F843CD7BF2C53FEF3F402D86CD3A8B98F4B437D7CF594D5C76434A5BC25F4349", "AutoV3": "70331ECE338B"}, "downloadUrl": "https://civitai.com/api/download/models/343760", "primary": true}, {"id": 273322, "sizeKB": 38808.7705078125, "name": "Shiratsume_Karen_JDSaimin.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T21:20:45.972Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "81468781", "AutoV2": "A7C2EED9F6", "SHA256": "A7C2EED9F6965AF0095DBBE99C35DA11B12BA4B024CAEFD6192B9E902E74388C", "CRC32": "040AA5F2", "BLAKE3": "2BCE6C6E5EB8C29F48015D71DD14553A8F88F2EF34844495B41E14CFE8B08DF2"}, "downloadUrl": "https://civitai.com/api/download/models/343760?type=Training%20Data"}], "images": [{"id": 6640579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b3b6acd-5de8-4bc7-92b7-1b7e2500de12/width=450/6640579.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UINAbl00.TIB009Fx]D%T1?bwIxuT0s;-oog", "type": "image"}, {"id": 6640580, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bfdb7a6-917c-4a3a-8ce8-05e67635606a/width=450/6640580.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UINAbl00.TIB009Fx]D%T1?bwIxuT1s;-oog", "type": "image"}, {"id": 6640793, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e585c2d-393f-4afc-9d9b-c710b6a21935/width=450/6640793.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXOplVMx~p-of*jr?vozIAt7xtn$yDofRPRk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/343760", "modelId": 306235} \ No newline at end of file diff --git a/datasets/metadata/343849.json b/datasets/metadata/343849.json new file mode 100644 index 0000000000000000000000000000000000000000..daa210aa2e599178e3e337bc09e3ebc33b1dc689 --- /dev/null +++ b/datasets/metadata/343849.json @@ -0,0 +1 @@ +{"id": 343849, "index": 0, "name": "Mai Shiranui (intento)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-15T10:27:36.889Z", "availability": "Public", "nsfwLevel": 28, "description": "Mai shiranui, figura curvil\u00ednea, kimono red revelador, paleta de color predominante roja, bordes blanco, long hair, brown hair, eyes Brown grandes y expresivos, ponytail, ribbon hair, sleeveless, clothes revealing, faja, curtain pelvica, tabi, cubre manos, rope detail, l\u00edneas blancas, shiranuy-ruy
Ojos grandes, pose de pelea, tecnica de fuego, maistyle
absurdres, [perfect shadows and lighting], detailed background, incredible high-key lighting, masterpiece, high quality, extremely detailed,
", "trainedWords": [], "stats": {"downloadCount": 165, "ratingCount": 16, "rating": 5, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 273397, "sizeKB": 370.787109375, "name": "343849_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T22:50:40.094Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "D841AC4C8B", "SHA256": "D841AC4C8B06D4F2CB9275AC04E83C6C60F47EA1A0127C75A3AD096E8CCE8CED", "CRC32": "DBFF387B", "BLAKE3": "C77F3F2B32F35F86EFA2D86F467EBD0F7B03CF2149EE4325E8C24C9B92EA38C6"}, "downloadUrl": "https://civitai.com/api/download/models/343849?type=Training%20Data"}, {"id": 273485, "sizeKB": 223099.46484375, "name": "Mai_Shiranui_intento-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-15T00:35:52.483Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D2A10AB8", "AutoV2": "6899DC9CE6", "SHA256": "6899DC9CE602EEB03F160CBBE38A5096BB7356E1271471334B2190A013A768B7", "CRC32": "507847D4", "BLAKE3": "A81CC1F2C27B45D46924459275E5D48890E1C6AF708ABFA309FC6F803FBCFA1D", "AutoV3": "67864961736D"}, "downloadUrl": "https://civitai.com/api/download/models/343849", "primary": true}], "images": [{"id": 6659160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/039c5099-a0fe-4e5c-a697-5722138b4bb6/width=450/6659160.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8GR6-0100[-00~T9a.80?J;%g0gI#-r+[i]", "type": "image"}, {"id": 6852441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb92fdeb-b7d6-4032-b951-ddb77be36ce6/width=450/6852441.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UAG7rW}ss=9u8wIp[o=|0L=_={4:0fjcRl?G", "type": "image"}, {"id": 6852469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a24258b-3499-496e-a739-43bbaa11ba79/width=450/6852469.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UCIzq{E2EHb{~WV=~BkF59aeRkx]00Ir%29b", "type": "image"}, {"id": 6852484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc7f0e0d-069c-46de-96f1-1c29bc03b77d/width=450/6852484.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "ULHnBHtR0yxG.moznOt6.8-pxZIUXSxusmM{", "type": "image"}, {"id": 6852547, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8990c5f-db05-4dbd-ad92-a92631ab6912/width=450/6852547.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UFIgAY9a9YRU~k-o-TIY~7%0xtE4J4-:x[D*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/343849", "modelId": 306318} \ No newline at end of file diff --git a/datasets/metadata/343899.json b/datasets/metadata/343899.json new file mode 100644 index 0000000000000000000000000000000000000000..23e587db34554ea00142d69bd062e99e733bc329 --- /dev/null +++ b/datasets/metadata/343899.json @@ -0,0 +1 @@ +{"id": 343899, "index": 0, "name": "Nick Fuentes", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-15T23:07:52.265Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 22, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 273435, "sizeKB": 13395.7294921875, "name": "343899_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T23:20:45.703Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A4F50ECC", "AutoV2": "70D0B43ED3", "SHA256": "70D0B43ED345819EA2184CC3CD18E316EA8AD02B49C119A225D5B1202BE046D7", "CRC32": "F3A2D44D", "BLAKE3": "B62A529C9E707D9614EC1ECC31B5F3E79A3253066071487E198C74BAF758A65B"}, "downloadUrl": "https://civitai.com/api/download/models/343899?type=Training%20Data"}, {"id": 274687, "sizeKB": 362281.41015625, "name": "Nick_Fuentes.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-15T22:50:54.841Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F66A7572", "AutoV2": "AFF831B51F", "SHA256": "AFF831B51FBB23CBEA218A4E829C001F2015D11E422C74B54352A57C72356901", "CRC32": "89223060", "BLAKE3": "89805003F297964357616B15124FB0669845D0165A4A49ECAD6FED2B56843817", "AutoV3": "7AF8B7699B71"}, "downloadUrl": "https://civitai.com/api/download/models/343899", "primary": true}], "images": [{"id": 6684788, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c729d0ed-13a0-4c7c-89df-4a4a42412e1f/width=450/6684788.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGG[m6skQ7~W?ai{?vNF0LV@q]Shtkxu-;s:", "type": "image"}, {"id": 6684789, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ed0c4c3-f595-4d74-aed4-6a665de49755/width=450/6684789.jpeg", "nsfwLevel": 1, "width": 1024, "height": 512, "hash": "ULBy{vicM~r^_4VsM|njS~R*WBfjo}NFt7WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/343899", "modelId": 306365} \ No newline at end of file diff --git a/datasets/metadata/343902.json b/datasets/metadata/343902.json new file mode 100644 index 0000000000000000000000000000000000000000..fb671b8b550c072c2742c7b030d31678940f73e6 --- /dev/null +++ b/datasets/metadata/343902.json @@ -0,0 +1 @@ +{"id": 343902, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-14T23:20:20.126Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 542, "ratingCount": 29, "rating": 5, "thumbsUpCount": 70, "thumbsDownCount": 0}, "files": [{"id": 273433, "sizeKB": 22257.40234375, "name": "Kasumi_NTR_Milf-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T23:20:52.589Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "369AECDE", "AutoV2": "53DB824031", "SHA256": "53DB824031CC9746DAA3274A65E1839CF9489C35F903BA5D2D3F2D57DD25AAAE", "CRC32": "86E3CFD2", "BLAKE3": "2138FE7DE758911310A3702CA678ECC4DF3B3E2BB9790D4634D43A652FA28ABF", "AutoV3": "562C68F48C28"}, "downloadUrl": "https://civitai.com/api/download/models/343902", "primary": true}, {"id": 273434, "sizeKB": 39994.498046875, "name": "Kasumi_NTR_MilfV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-14T23:20:53.738Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F9D6920B", "AutoV2": "6C16A04555", "SHA256": "6C16A04555B5BB9C0708ED9CC967D4D3B38C52A163BBF307BC35A49FCD4D6B6E", "CRC32": "35D6607F", "BLAKE3": "5DEC0F3E46DA7708D3E0A0DB29EC33D8460C1BB38C8F74D36D473A63DCABCD1A"}, "downloadUrl": "https://civitai.com/api/download/models/343902?type=Training%20Data"}], "images": [{"id": 11553431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e176e229-c794-4076-a614-15d7ac234932/width=450/11553431.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULJQ_~IU58xa?aV@~WWBcFof^jWB~WfP9ajt", "type": "image"}, {"id": 11553432, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf29140c-e35b-4649-aeaf-082acd8fa420/width=450/11553432.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULJQ_~IU58xa?aV@~WWBcFof^jWB~Wfi9ajt", "type": "image"}, {"id": 6643906, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b58e567-f395-4453-98c0-516388296a85/width=450/6643906.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USLW;UM{PCRk.8IU~pRjTKWC$za}-poeE1Rj", "type": "image"}, {"id": 6643907, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cbd37a3-e750-423e-a0a8-98594aaf6a9e/width=450/6643907.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USLW;UM{PCRk.8IU~pRjTKWC$za}-poeE1Rj", "type": "image"}, {"id": 6644032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1833e81-3982-4ba5-9fba-be9b33a0b432/width=450/6644032.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNNJax00cZIU568_-;xuAIIov}%L~BxuWBtR", "type": "image"}, {"id": 6644103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c9f494f-2116-4c8e-ad59-00c06276c809/width=450/6644103.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UXMZRK~WX.xu0fkCx]kD4:xaxXxu?HR+M{s:", "type": "image"}, {"id": 6644289, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9aee5b7-0336-4b01-9a01-73ccc02f94b1/width=450/6644289.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UdO.{;-;.mt7TKV@%gR*t7WV?HkCT0f6RjoL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/343902", "modelId": 118659} \ No newline at end of file diff --git a/datasets/metadata/344394.json b/datasets/metadata/344394.json new file mode 100644 index 0000000000000000000000000000000000000000..1019572582617aa366b26c77f7b7d4064d0aa222 --- /dev/null +++ b/datasets/metadata/344394.json @@ -0,0 +1 @@ +{"id": 344394, "index": 0, "name": "SDXL Fairy Form LoRA", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-15T10:57:38.849Z", "availability": "Public", "nsfwLevel": 3, "description": "Rank 16 SDXL LoRA
", "trainedWords": ["FairyForm"], "stats": {"downloadCount": 181, "ratingCount": 8, "rating": 5, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 273851, "sizeKB": 6044.05078125, "name": "344394_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-15T08:36:14.622Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "35C4AC44", "AutoV2": "9D6E7E49DD", "SHA256": "9D6E7E49DDB1C884D60E615EFF4F6EA3807A6304A37FBC4E93D5A6399268D077", "CRC32": "0EE0997D", "BLAKE3": "CE14F57246C5AC811762439AA91BBF36BC87C4F36AF421F453A35D2D8BB2F09F"}, "downloadUrl": "https://civitai.com/api/download/models/344394?type=Training%20Data"}, {"id": 273969, "sizeKB": 111754.58203125, "name": "SDXL_Fairy_Form_LoRA.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-15T10:55:55.203Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A6EEB594", "AutoV2": "3B53566EDE", "SHA256": "3B53566EDEAD115FFB95C5650D0306D153BDD09C8E6A97D69F6A06FFCB918B03", "CRC32": "D829E391", "BLAKE3": "89EC9EE404E25EE80F1264B5E79AAA6CA8B8D80E293B8F23125C05B001BE8040", "AutoV3": "D3A879651724"}, "downloadUrl": "https://civitai.com/api/download/models/344394", "primary": true}], "images": [{"id": 6660109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c8e2e93-f6b6-447e-808b-a1660168a1bc/width=450/6660109.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "U8E:r6AS1,^,HvEKMdxw0Mt7}:EK00$RE4E0", "type": "image"}, {"id": 6660116, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/def8f636-aa37-45b3-9eed-dd60851134e7/width=450/6660116.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UbJj^kofR%WB~nj[$~WA%0jtaLj[Iqa#RQof", "type": "image"}, {"id": 6660112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29b833a8-3e02-4c79-94b1-c530250b1ee3/width=450/6660112.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "U6F=5tQ-0v%N_M9Z]Fw~0vNt?JIU0cM_KIIo", "type": "image"}, {"id": 6660120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62e31a9a-e006-47b8-8031-7b75a27c6d5e/width=450/6660120.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDD]F}W=0L%1~E%LE1M{-pf+IUMyx[xtI;M{", "type": "image"}, {"id": 6660118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a239b89e-52e3-467d-b319-cfc2ee015ec7/width=450/6660118.jpeg", "nsfwLevel": 1, "width": 960, "height": 1280, "hash": "UOI4|m9Z_3x]~pD%%LIpxaIVIUe.SixvWB%L", "type": "image"}, {"id": 6660119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79a2c53f-a13f-4e8c-a15d-85f984854135/width=450/6660119.jpeg", "nsfwLevel": 2, "width": 960, "height": 1280, "hash": "UFJGNl$k}t-V_NELaQog61nO0{j]33I.RiN?", "type": "image"}, {"id": 6660117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fbf7825-04bb-49b0-a502-2b52b15cfb19/width=450/6660117.jpeg", "nsfwLevel": 1, "width": 1280, "height": 960, "hash": "ULHLr7F|M0wb.T%LMeR60ioyaJVZKOSN$%Vt", "type": "image"}, {"id": 6660110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7dea3536-0592-4eee-a7a7-d54c11f279f2/width=450/6660110.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "UBE{nQD$9E%N?WoMo~9FVCM{%NW=~VMxE1xv", "type": "image"}, {"id": 6660114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08755d6d-11b7-4f68-9162-b268c60fe633/width=450/6660114.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "UDI$Tfo|1nx_=~s*tLS*0gR.^KoG61R-w4s*", "type": "image"}, {"id": 6660115, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc2b84e7-05d7-4657-a109-eead647c3978/width=450/6660115.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "U8Hms5]:zr=z}tI:0pog0cAS?YE101af$]$*", "type": "image"}, {"id": 6660111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7d9b6bd-dd1d-4842-a1a2-3e25311fd1d9/width=450/6660111.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "UAJs60M^00-=_NIUzW?H00^Q.QFr00-pyX+H", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/344394", "modelId": 306810} \ No newline at end of file diff --git a/datasets/metadata/344568.json b/datasets/metadata/344568.json new file mode 100644 index 0000000000000000000000000000000000000000..b9bce0e25fd34792faf091c229e08233f2b4c44d --- /dev/null +++ b/datasets/metadata/344568.json @@ -0,0 +1 @@ +{"id": 344568, "index": 0, "name": "v1.0 [SDXL]", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-16T14:23:47.978Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 329, "ratingCount": 43, "rating": 5, "thumbsUpCount": 79, "thumbsDownCount": 0}, "files": [{"id": 274009, "sizeKB": 6136.0400390625, "name": "344568_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-15T11:45:54.159Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1804C214", "AutoV2": "7E86A0E3A6", "SHA256": "7E86A0E3A6F293F3128889920049358517746AE037DF6AD75F2547E27A4945B7", "CRC32": "44B42F11", "BLAKE3": "7B13B58E8F39706DD7AE5E148AC3232D5A75534B55F3BAC724072A67FCE6A054"}, "downloadUrl": "https://civitai.com/api/download/models/344568?type=Training%20Data"}, {"id": 275402, "sizeKB": 223114.33984375, "name": "tokyo_street_fashion_xl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-16T14:15:59.341Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D23473EC", "AutoV2": "ED069810BF", "SHA256": "ED069810BFF770EBC53D64AC5C6E7F60A6BFD4526FCD2E4EC7C8089CB556AFE3", "CRC32": "E16D8CC4", "BLAKE3": "670D5298DBC42D37F21C7A5F2543788367D603402D30E9B743E731860A470C17", "AutoV3": "23B63667B974"}, "downloadUrl": "https://civitai.com/api/download/models/344568", "primary": true}], "images": [{"id": 6710176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b48126a-8b04-416e-88a5-79b9a10f86c2/width=450/6710176.jpeg", "nsfwLevel": 2, "width": 1432, "height": 1432, "hash": "UBEM%#R.00cFPExvMbo~-?XUMvMxs=o$tRRO", "type": "image"}, {"id": 6710184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f95cbfdf-966d-4d53-83d7-f4d32305ca18/width=450/6710184.jpeg", "nsfwLevel": 1, "width": 1160, "height": 1696, "hash": "UHCizKjb-;I;~XRjbbR*4:M|WAn%9aWB$%ae", "type": "image"}, {"id": 6710208, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba18a0d8-7124-4116-a6bf-e67bae720c1d/width=450/6710208.jpeg", "nsfwLevel": 1, "width": 2144, "height": 896, "hash": "UHDvf[?F9ZIA_4%2r?V@SKoJxajZ?as:IVRj", "type": "image"}, {"id": 6728590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c080222-d798-4c56-befb-b58004398b19/width=450/6728590.jpeg", "nsfwLevel": 1, "width": 1608, "height": 1248, "hash": "U58|@m-pE1IT%jIU0KM{00xuD%M{nMa{%0kC", "type": "image"}, {"id": 6728654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a203f2f-a6b0-42af-a8c5-fb0fffa01d56/width=450/6728654.jpeg", "nsfwLevel": 1, "width": 1072, "height": 1880, "hash": "U59Qm#?HksM__4xu009Z00E100R-9EkWxtkW", "type": "image"}, {"id": 6730162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43557fbf-0ee3-495b-95f9-c1cd9a6a6f0b/width=450/6730162.jpeg", "nsfwLevel": 1, "width": 1696, "height": 1160, "hash": "UbF$n$M{pJtS?wWYIoX9M{oyV?aKRkjF%2n~", "type": "image"}, {"id": 6730445, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f89d2af-66a3-44cb-8c9d-54b5df6473ba/width=450/6730445.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1760, "hash": "UFDSzbaeIox]%%oLM_t7-qj]00Rk9bozi^Rj", "type": "image"}, {"id": 6732987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc6d0276-a4ec-4379-8570-dca403677c09/width=450/6732987.jpeg", "nsfwLevel": 1, "width": 1072, "height": 1880, "hash": "UGCY,pM_bWx].Tnh#*OZt8M{ngxG0zRkw[Io", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/344568", "modelId": 306977} \ No newline at end of file diff --git a/datasets/metadata/344594.json b/datasets/metadata/344594.json new file mode 100644 index 0000000000000000000000000000000000000000..cfc9c37e90a35e461b72a5c128d2b6a30806a5ff --- /dev/null +++ b/datasets/metadata/344594.json @@ -0,0 +1 @@ +{"id": 344594, "index": 0, "name": "Charbon", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-15T12:08:15.306Z", "availability": "Public", "nsfwLevel": 1, "description": "Charbon Modif
", "trainedWords": ["darkblock"], "stats": {"downloadCount": 228, "ratingCount": 20, "rating": 5, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 274037, "sizeKB": 223098.73828125, "name": "Charbon.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-15T12:06:28.202Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3CD27E90", "AutoV2": "320880412D", "SHA256": "320880412D2B28B9A9C360A05296FFD02E8DF0EB3035F53525B394DAA3FDF565", "CRC32": "6319FCDD", "BLAKE3": "B3CAE442D19032F85A5A0137D8A505B9929104EC65C931BB4C6321C1F6E53E4E", "AutoV3": "7ECFD22D9E9A"}, "downloadUrl": "https://civitai.com/api/download/models/344594", "primary": true}, {"id": 274036, "sizeKB": 52158.01171875, "name": "343399_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-15T12:06:34.749Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "03B6D69B", "AutoV2": "275965EAEC", "SHA256": "275965EAEC5A878F44A670111F5B520A8B2830D0D738D00FEB769F53CA2BDADB", "CRC32": "15DCB1E9", "BLAKE3": "C5F33FCBAA6B8E4EBF286DC46808FFE2F7747F8E6CC8CB7B06940EB470862B0A"}, "downloadUrl": "https://civitai.com/api/download/models/344594?type=Training%20Data"}], "images": [{"id": 6662874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce9c963b-cbdc-49f3-96b4-8006654e8827/width=450/6662874.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UNDcEF~T?Z-mxW^b-%jZ-kocobax$|WCWCt5", "type": "image"}, {"id": 6662877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a8e5ff0-a67a-43ae-b764-b4a11bda548b/width=450/6662877.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "US7o*DuP%gx[Xmxtozt7tRtRt6n~xtWqofoK", "type": "image"}, {"id": 6662870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b59f3776-a719-4bb7-8050-5cc1c571100f/width=450/6662870.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UA9ZQL}]7L1bC7O@-p-Vxut7bwX9%2s:X8R+", "type": "image"}, {"id": 6662881, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cc15ebc-6fb1-4d2d-a608-37249551f60f/width=450/6662881.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UD8Ek~?^ysyEK7o}-:%L%Ls.kDjFx]tQo#kC", "type": "image"}, {"id": 6662940, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c004c5d-d0c9-4ce9-867d-fd4aeae1314c/width=450/6662940.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UF7fk^y?y=%zIdx[yBg3tyawRjVstNRRbEtM", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/344594", "modelId": 260575} \ No newline at end of file diff --git a/datasets/metadata/344606.json b/datasets/metadata/344606.json new file mode 100644 index 0000000000000000000000000000000000000000..2a04aed8ea113657bc35478cefc171aaefa75f2b --- /dev/null +++ b/datasets/metadata/344606.json @@ -0,0 +1 @@ +{"id": 344606, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-15T12:27:32.786Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 213, "ratingCount": 34, "rating": 5, "thumbsUpCount": 46, "thumbsDownCount": 0}, "files": [{"id": 274050, "sizeKB": 22260.60546875, "name": "Arisugawa_Saeka_Blackened-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-15T12:20:47.928Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FB886A85", "AutoV2": "9DB6D2E6D3", "SHA256": "9DB6D2E6D3C6A0F380C8C4FDD706761A11368EEBFE7133BB552D70E506A2C015", "CRC32": "AA024D91", "BLAKE3": "691CA0C2C920E2E611C7E431FED48E58E21522567064DF570DE61932E01D294F", "AutoV3": "8B223E3F83A9"}, "downloadUrl": "https://civitai.com/api/download/models/344606", "primary": true}, {"id": 274051, "sizeKB": 43285.4287109375, "name": "Arisugawa_Saeka_Blackened.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-15T12:21:11.109Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B76E794C", "AutoV2": "AD062E5F01", "SHA256": "AD062E5F01C47B67F7CEB1A030CA2EFC86518C9FFB56DABBA0EEA7CFF6F0083A", "CRC32": "48618C0E", "BLAKE3": "0EA3AA0476B8D4F81F3182B7622E892D05E2BD1AC6CCEC6D3FC2E64CFD6AB068"}, "downloadUrl": "https://civitai.com/api/download/models/344606?type=Training%20Data"}], "images": [{"id": 6663552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6eb6946-9ac5-4ddb-9919-c39c95d2cd24/width=450/6663552.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UdO:CHRQlAWX~pxux]xuOtoct8WA?aWBR.ae", "type": "image"}, {"id": 6663553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16741c06-6b9e-4528-9794-1ed215a695ca/width=450/6663553.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UdO:CIRQlAWX~pxuxvxuOtoct8WA?aWBR.ae", "type": "image"}, {"id": 6663656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee5db4b8-6d05-40aa-a2b0-84fa47b4b219/width=450/6663656.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UILDx,031Q-p~0tm0M9t9YQ,eA=r5Y9ZNgba", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/344606", "modelId": 307013} \ No newline at end of file diff --git a/datasets/metadata/344950.json b/datasets/metadata/344950.json new file mode 100644 index 0000000000000000000000000000000000000000..588f7b5f6c6a3cb308e914b1bbade5b8410744d9 --- /dev/null +++ b/datasets/metadata/344950.json @@ -0,0 +1 @@ +{"id": 344950, "index": 0, "name": "Captain Caveman", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-15T20:01:07.533Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 82, "ratingCount": 4, "rating": 5, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 274367, "sizeKB": 4290.859375, "name": "344950_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-15T17:10:54.099Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E7EB9538", "AutoV2": "00D41087AE", "SHA256": "00D41087AE66B4CF8A29D38BF8C901EB2DE319853DEE5F5A1923CA52D88219D9", "CRC32": "9BF3D860", "BLAKE3": "139045D4ED6410F0507B66869513CB44BC9D6BAF1EC695CDFE787E979CA81B13"}, "downloadUrl": "https://civitai.com/api/download/models/344950?type=Training%20Data"}, {"id": 274540, "sizeKB": 223102.31640625, "name": "Captain_Caveman.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-15T20:01:05.435Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "68B087C9", "AutoV2": "C75600A71E", "SHA256": "C75600A71E6F999DB3EF687718E6A3E98A0275956E7C6C502250FB7406822DDE", "CRC32": "714D5033", "BLAKE3": "53BFD3993A1C54CD32496EACBEC2AB52303E6DCB474889425E3191C348EA6ECA", "AutoV3": "2A2FC7533203"}, "downloadUrl": "https://civitai.com/api/download/models/344950", "primary": true}], "images": [{"id": 6679075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21152444-0445-41f8-ac07-903db28437e0/width=450/6679075.jpeg", "nsfwLevel": 1, "width": 3584, "height": 4608, "hash": "UQH.NYM{?w%2g3xZIAWC%hadMwRjRjofxtjF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/344950", "modelId": 307326} \ No newline at end of file diff --git a/datasets/metadata/345086.json b/datasets/metadata/345086.json new file mode 100644 index 0000000000000000000000000000000000000000..ec808fdfd75432f1921b09d6076c623e4b91504a --- /dev/null +++ b/datasets/metadata/345086.json @@ -0,0 +1 @@ +{"id": 345086, "index": 0, "name": "Captain Caveman SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-15T21:22:43.824Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 58, "ratingCount": 3, "rating": 5, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 274481, "sizeKB": 4290.859375, "name": "345086_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-15T19:00:55.612Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E7EB9538", "AutoV2": "01C0BD067A", "SHA256": "01C0BD067AF772791F46B1D486C5539CB5E7DD9630B52F37EE6C7912545AAC45", "CRC32": "F26C42E2", "BLAKE3": "58FF39C7F1D0E0BB4FB6606DC976B3C7CC5070C9064F291635BD284A70675EBE"}, "downloadUrl": "https://civitai.com/api/download/models/345086?type=Training%20Data"}, {"id": 274603, "sizeKB": 223102.32421875, "name": "Captain_Caveman_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-15T21:20:49.449Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E329D5F8", "AutoV2": "959D8B2294", "SHA256": "959D8B229498B78421CFE5F45BBF3121DBC07E0A55D5B7776695D5C0637053A1", "CRC32": "DDE1B9A1", "BLAKE3": "B7893548B6FA3417E1DD6EA50958788F12DFB6FB6D1C76E0968EDC5B871E746F", "AutoV3": "A6C9A7197A0B"}, "downloadUrl": "https://civitai.com/api/download/models/345086", "primary": true}], "images": [{"id": 6681413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7d3b587-6bfb-47ed-81c7-eeaff5be1938/width=450/6681413.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UQOy,~ni_3o0xuMxMxae_NV@IAaejEayWCae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/345086", "modelId": 307447} \ No newline at end of file diff --git a/datasets/metadata/345255.json b/datasets/metadata/345255.json new file mode 100644 index 0000000000000000000000000000000000000000..93cdd1446df23a3b1523b67daee01b6baea11111 --- /dev/null +++ b/datasets/metadata/345255.json @@ -0,0 +1 @@ +{"id": 345255, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-15T21:50:23.413Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 234, "ratingCount": 21, "rating": 5, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 274627, "sizeKB": 40291.5859375, "name": "Asami_Onohara_WifeHighSchoolGirl.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-15T21:41:17.874Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "302634D0", "AutoV2": "71190DEFA7", "SHA256": "71190DEFA7AE3AB2BF5505E3C8C8129FDED45812E57B168C422C14705E565216", "CRC32": "1AC30BE6", "BLAKE3": "EBF05F2411DAB72572F81FFFFED4076D13EC148115D7935EA1BFFDEDE8B7729F"}, "downloadUrl": "https://civitai.com/api/download/models/345255?type=Training%20Data"}, {"id": 274626, "sizeKB": 22259.68359375, "name": "Asami_Onohara_WifeHighSchoolGirl-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-15T21:41:50.490Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7D998E20", "AutoV2": "9098840B2E", "SHA256": "9098840B2E7F8E4270CB743E49CF6DE87F0A443FA44AFE83BA6A330D6F617D85", "CRC32": "6F6693C0", "BLAKE3": "0FCB9E4EAD1CB24E56E65C5B5A32CD05FF6C1CD5F4734070A1C681BC6FF99F1A", "AutoV3": "7FA03B9D35EC"}, "downloadUrl": "https://civitai.com/api/download/models/345255", "primary": true}], "images": [{"id": 6682586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8022570-a838-43b5-bd0c-b24fd7c1d65a/width=450/6682586.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UlOp0-of_Nt7Fzof-=ofs+aynhayWCj[%1oL", "type": "image"}, {"id": 6682585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff8481fe-a29a-4089-81bb-26807a3b5150/width=450/6682585.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UlOffJof_Nt7Fzof-=ofs+aynhayWCj[%1j[", "type": "image"}, {"id": 6682709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f2d5cc1-cfe8-4552-9d9f-81d4da559201/width=450/6682709.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UuNcpMRj_Nxttmofx]ozE2Rjs:ayxtkCjZs:", "type": "image"}, {"id": 6682869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc7c357b-aaf9-498e-9ae7-5d297c4e3d7e/width=450/6682869.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGLVk3?HUbVt00RPw4M{6Roz~At7D5RPo#t7", "type": "image"}, {"id": 6683390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c5a01c1-78d7-4dc7-94d6-d7863e8b824b/width=450/6683390.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UgQbRqt-?wb^JCyC=|oyD*WBxZRj%fkCaeof", "type": "image"}, {"id": 6683420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebb1f70b-3407-42c6-993f-3063dd97b217/width=450/6683420.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UdN^YztR_NofIoR*yER.DiWW?Fs.?bjsM{of", "type": "image"}, {"id": 6683436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cae9afeb-2377-45f8-9841-22fa7bd98702/width=450/6683436.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UcK^y,H?~p-VT0%1JBIpRjj[$%oLM|I:-oWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/345255", "modelId": 307595} \ No newline at end of file diff --git a/datasets/metadata/345304.json b/datasets/metadata/345304.json new file mode 100644 index 0000000000000000000000000000000000000000..055e0dea80ae473d6b2a2b454d13ba836dc9741b --- /dev/null +++ b/datasets/metadata/345304.json @@ -0,0 +1 @@ +{"id": 345304, "index": 0, "name": "Paul Signac Neo-Impressionist dotted paintings (Pointillism)", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-15T23:38:01.945Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["AH_Signac"], "stats": {"downloadCount": 353, "ratingCount": 16, "rating": 4.94, "thumbsUpCount": 47, "thumbsDownCount": 0}, "files": [{"id": 274664, "sizeKB": 16740.1875, "name": "345304_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-15T22:20:48.389Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "26A5C241", "AutoV2": "4A5EE4BD95", "SHA256": "4A5EE4BD95BDA8449BB5C0413BA7BE74C54EF2BDF4AE629C65A42F2EB0C4D1BC", "CRC32": "2AAEF77E", "BLAKE3": "F2DA7AFE5173B8D7B73F9128DAA420FDDC7A109C0838146964A12B1D79314DAD"}, "downloadUrl": "https://civitai.com/api/download/models/345304?type=Training%20Data"}, {"id": 274712, "sizeKB": 223106.28515625, "name": "Paul_Signac_Neo-Impressionist_dotted_paintings_Pointillism.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-15T23:25:47.774Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "750F399F", "AutoV2": "EC28EF98BF", "SHA256": "EC28EF98BFA729C6F88FD39C56CCFDD52AE8E7211A65FE66833AA1D8124C8995", "CRC32": "B52F665B", "BLAKE3": "51AA4534D1507C4C52A811AB261C89C0E8F9E11D04FCD48907EF8D9D55A5FF1E", "AutoV3": "7AA43FC8751A"}, "downloadUrl": "https://civitai.com/api/download/models/345304", "primary": true}], "images": [{"id": 6685519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c952f2eb-5629-43bd-8e53-bf98149e8f0b/width=450/6685519.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFL3}mwN01s8~Wt7x[S~66nOtQNdtRoJRnt6", "type": "image"}, {"id": 6685608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/966aa07b-2b93-4c41-b686-6693afaec6e5/width=450/6685608.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIH^^q%ME1Ip_4-ot2ShI^RjSh%LNLWCofbI", "type": "image"}, {"id": 6685527, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51b88dee-49d7-4c89-983d-d2e117979e46/width=450/6685527.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKKT=0s.9FxZ%jNfo#s:9GoeR*WCa2WBjEj[", "type": "image"}, {"id": 6685607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e08fe09-6f00-4fcd-a6c8-b2315728ddba/width=450/6685607.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMH^|*xuE1$*?wt6RkRlENniNHR-E1Rkoys,", "type": "image"}, {"id": 6685526, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6931b652-e433-4ece-a458-c6428894d3e7/width=450/6685526.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKJ*L.oz0Log~qoet6of5naLRlkBM~kCR+WB", "type": "image"}, {"id": 6685575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4391510-5c8a-452a-aba2-4157eb4bd481/width=450/6685575.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBFEpNt800$j?1xaNeI:0eoKxYWTE1WXt1WB", "type": "image"}, {"id": 6685529, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71929e05-896d-4c50-91cc-e70c1bbc596a/width=450/6685529.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYJ=+TxZE*ix}@s.oMWBE3WqNat69vj]bHkU", "type": "image"}, {"id": 6941482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccf4352b-1d97-4671-a94c-6563f5188abf/width=450/6941482.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGGb@k?F%IM}?]bFNGt60oR-Irt6$Rs:xGWq", "type": "image"}, {"id": 6941481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75368c85-8bf5-431b-b694-230fe9ac852a/width=450/6941481.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFGb-WNLX+oM?^RkD*WB0QV@Mzoe-Te.xCt6", "type": "image"}, {"id": 6941480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/703c550b-9258-41b4-85e0-3867e143a075/width=450/6941480.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9G9Qu?ET^NH?^V[E1t604RnU{oK^ht6-Ta{", "type": "image"}, {"id": 6941479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9576a293-0054-4e80-aa89-56877fa8b0fc/width=450/6941479.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEGSV~-:Y3b^?^kCNGt60QW=R6V[-mt6s,Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/345304", "modelId": 307642} \ No newline at end of file diff --git a/datasets/metadata/345372.json b/datasets/metadata/345372.json new file mode 100644 index 0000000000000000000000000000000000000000..d6e46aabb72c363be114b6a90f39b26ac82f1974 --- /dev/null +++ b/datasets/metadata/345372.json @@ -0,0 +1 @@ +{"id": 345372, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-15T23:37:38.444Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 173, "ratingCount": 21, "rating": 5, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 274725, "sizeKB": 22256.61328125, "name": "Sara_Fitzgerald_MetallicRouge-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-15T23:41:10.106Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5BCC9654", "AutoV2": "7C22B5A9F8", "SHA256": "7C22B5A9F84602B4C57FB4221F2DDE2179EE6032F70D72BC4491F414885123E2", "CRC32": "390A6C8D", "BLAKE3": "92A2B769DABA5C1E809983D30AC517B7E6AB3332D0B848355D5CE91459278498", "AutoV3": "A293B82DB0F6"}, "downloadUrl": "https://civitai.com/api/download/models/345372", "primary": true}, {"id": 274727, "sizeKB": 41228.07421875, "name": "Sara_Fitzgerald_MetallicRouge.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-15T23:41:20.064Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "992A6CB1", "AutoV2": "B2FA40898E", "SHA256": "B2FA40898ED9E2627638FE887B056A6FB634D3BF1552750B56B381658339F9D3", "CRC32": "3A3B06A8", "BLAKE3": "1DBAC797782EF5896BBA90073E38ECA65EEF9C7839B785849F7CE224BCA685D2"}, "downloadUrl": "https://civitai.com/api/download/models/345372?type=Training%20Data"}], "images": [{"id": 6685567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/874d70dc-b172-41e7-ab8a-19842d45143d/width=450/6685567.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U3Q8-,4T0]^k000K2#9G0D.84UNbdC%2D6_1", "type": "image"}, {"id": 6685568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb33e427-df0e-4e7a-8d8f-5d13327b287f/width=450/6685568.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U3QISX4T0]^k000L2#9G0D.84UNbhf%2DP_1", "type": "image"}, {"id": 6685644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13d1b5af-b874-4fb2-9e69-97a42f24afc0/width=450/6685644.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UeOo@fslI.o|rVxuS0oeD%t7xYs.~ps.xtoz", "type": "image"}, {"id": 6686037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97be4e47-7182-4f8a-bdd9-00688fdddc69/width=450/6686037.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UENSZ{VF0zTJ0z}@4nEg00%MtQEk58MxnjMx", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/345372", "modelId": 307705} \ No newline at end of file diff --git a/datasets/metadata/346235.json b/datasets/metadata/346235.json new file mode 100644 index 0000000000000000000000000000000000000000..9044df74f603b91a56921a31389baf61567a9750 --- /dev/null +++ b/datasets/metadata/346235.json @@ -0,0 +1 @@ +{"id": 346235, "index": 0, "name": "gurlypussy", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-16T23:06:21.475Z", "availability": "Public", "nsfwLevel": 28, "description": "In this the balls are replaced by a small pussy.
", "trainedWords": [], "stats": {"downloadCount": 363, "ratingCount": 30, "rating": 4.93, "thumbsUpCount": 48, "thumbsDownCount": 0}, "files": [{"id": 275779, "sizeKB": 36991.140625, "name": "gurlypussy.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-16T19:36:57.930Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BAF00836", "AutoV2": "F3304C886C", "SHA256": "F3304C886C219067C27959654AB93557019CE795C0CE24B5C15F3DD358DCC5B6", "CRC32": "901AD4B5", "BLAKE3": "4B6C24CB91E3B294198A98420D4D88087A1E74564A8B96EDEB570DCC6222C9AD", "AutoV3": "1B256673B4DD"}, "downloadUrl": "https://civitai.com/api/download/models/346235", "primary": true}, {"id": 275458, "sizeKB": 72705.8544921875, "name": "346235_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-16T15:01:22.494Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "69EC485A", "AutoV2": "953EF12CDF", "SHA256": "953EF12CDF09057585D7873B23BA409B0A2168AE35B6E52757AF12545D845BE8", "CRC32": "35424BDE", "BLAKE3": "F7A883B786DDE2FAA657725FC45382263445682F01B8522E98CE56FF0455ECB7"}, "downloadUrl": "https://civitai.com/api/download/models/346235?type=Training%20Data"}], "images": [{"id": 6745160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c20a902-ab87-4ffc-8e14-4bb747526ec5/width=450/6745160.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UBEo3-t700s:GHR*0KWBOtxt-5Rk~VfkIUR*", "type": "image"}, {"id": 6727681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07c33a5c-ce00-442f-99b8-2fd0e6070949/width=450/6727681.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U6E28?R+01~B0|9aj=-o00NG~BIo^j^k%M9a", "type": "image"}, {"id": 6745566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/660b4301-89cd-4c24-9d24-c5c7dc7c8c50/width=450/6745566.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UFF5a9E157-pE%IV9Zj[57oe^*NG~VWBxuWB", "type": "image"}, {"id": 6790122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70bd128c-30fa-4a4d-9bb9-44422a102986/width=450/6790122.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U8CFeX^*01JB0gxu~BR-E2Ip={^%nhxtg3E2", "type": "image"}, {"id": 6790153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/096bdbf8-c886-4fce-b31b-371005977b2b/width=450/6790153.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UCG*c:00$_VY7g?FD%IU~U019b%L^0D%bJNG", "type": "image"}, {"id": 6790179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/281ea9e4-0761-4c68-b1d1-81892832ed53/width=450/6790179.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U49GHsbH01bF0$s.=wR+9aj[~AWBWBNHNd-U", "type": "image"}, {"id": 10482594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a73cd72-a083-42ce-bd05-f9073e4ac026/width=450/10482594.jpeg", "nsfwLevel": 8, "width": 4000, "height": 552, "hash": "UlF5{kbbWCkC~qoLWBa|?caxWBay_3WVj@j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/346235", "modelId": 308507} \ No newline at end of file diff --git a/datasets/metadata/346451.json b/datasets/metadata/346451.json new file mode 100644 index 0000000000000000000000000000000000000000..36f80767e7ec44fb1ad9fde6ef744f8d3d2078e9 --- /dev/null +++ b/datasets/metadata/346451.json @@ -0,0 +1 @@ +{"id": 346451, "index": 0, "name": "Herman Munster", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-16T19:45:06.925Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 77, "ratingCount": 6, "rating": 5, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 275717, "sizeKB": 2400.0888671875, "name": "346451_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-16T18:40:46.523Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DE3668EE", "AutoV2": "DF0965E36A", "SHA256": "DF0965E36A0E567020C049A3CA43B689D70709AD9DB997121FEDE7325156D86C", "CRC32": "72A45B98", "BLAKE3": "DF617B7612BF8476B02B60F2071C03E42F795DA020E9BDC2CCDC1D0A2AAC7BA6"}, "downloadUrl": "https://civitai.com/api/download/models/346451?type=Training%20Data"}, {"id": 275787, "sizeKB": 223102.51953125, "name": "Herman_Munster.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-16T19:46:23.429Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "44494F7B", "AutoV2": "12FB1628D9", "SHA256": "12FB1628D9DB352C9DDDCBB0636AFD50D0AA7343E063D62776AC021A39905737", "CRC32": "A0EA7093", "BLAKE3": "B5E9913C13E214D9D1ACEC844DA37D9BC9FB7CB67A99951A462D2640B20AD4DA", "AutoV3": "680FA370432A"}, "downloadUrl": "https://civitai.com/api/download/models/346451", "primary": true}], "images": [{"id": 6726936, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21ee0f4b-890b-46d8-b96c-a46b98619edb/width=450/6726936.jpeg", "nsfwLevel": 1, "width": 3584, "height": 4608, "hash": "UJFirbIVEK?a_MbGWUxu00of%MNG%fj[j@WB", "type": "image"}, {"id": 6732394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6cf7d94-b61b-4509-99cd-64d4ac9c9f2c/width=450/6732394.jpeg", "nsfwLevel": 1, "width": 3055, "height": 3927, "hash": "UOGSJrocM_of~qWBRjRj00RjofRkRkt6j?j[", "type": "image"}, {"id": 6732530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5931735c-9d5f-4d15-bd05-199a1f029246/width=450/6732530.jpeg", "nsfwLevel": 1, "width": 3584, "height": 4608, "hash": "U9CPnY-.ZOtR~mEN4pE39FMzIpM|0NjF%f?F", "type": "image"}, {"id": 6732532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91dee8e7-eb0b-43ab-add8-f61cffa52e1f/width=450/6732532.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1312, "hash": "UPEocUt7MMMy^-j?M|WW9EWBx@tQnnf8t6j[", "type": "image"}, {"id": 6809545, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2e63afc-38e3-4db4-819d-535f4dca352f/width=450/6809545.jpeg", "nsfwLevel": 1, "width": 4096, "height": 4096, "hash": "UVI#x{of-pof~qt7RPt7M_j[RjWBRjj[Rjay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/346451", "modelId": 308708} \ No newline at end of file diff --git a/datasets/metadata/346493.json b/datasets/metadata/346493.json new file mode 100644 index 0000000000000000000000000000000000000000..39ad552b8989cb7c998e5c293a396bf7fbabc4de --- /dev/null +++ b/datasets/metadata/346493.json @@ -0,0 +1 @@ +{"id": 346493, "index": 0, "name": "Poledance_LoRA", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-16T20:13:48.435Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": ["young, girl, poledancing"], "stats": {"downloadCount": 431, "ratingCount": 21, "rating": 5, "thumbsUpCount": 57, "thumbsDownCount": 0}, "files": [{"id": 275710, "sizeKB": 18032.328125, "name": "346493_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-16T18:36:22.845Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "56E411A9", "AutoV2": "1EA16BA2AE", "SHA256": "1EA16BA2AE462D65D47327129E4A1A859F53560159F8CCFE855697EF00647613", "CRC32": "4A8C72FD", "BLAKE3": "9B3C058E8B155F296B905747C2E53D52B6E755FD9672B8D8193B4A4D252BC945"}, "downloadUrl": "https://civitai.com/api/download/models/346493?type=Training%20Data"}, {"id": 275763, "sizeKB": 223099.49609375, "name": "Poledance_LoRA.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-16T19:25:55.594Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BA2934F2", "AutoV2": "3E51EC043E", "SHA256": "3E51EC043E4D55903ECB0840616C79907A23C51E9690FB4099FDF432ACBC1588", "CRC32": "75D24482", "BLAKE3": "3E253FB4488D5788E289FDE3176968551D5BB3C58183C3673FBFA79988708125", "AutoV3": "B01C3FFFF879"}, "downloadUrl": "https://civitai.com/api/download/models/346493", "primary": true}], "images": [{"id": 6728116, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdd4ecfb-2ad5-4096-8229-6dbe8e8aade5/width=450/6728116.jpeg", "nsfwLevel": 4, "width": 832, "height": 1152, "hash": "UBI#rv?vyYWr_Nxux]xv%Mt7Vs%MxuRjMxRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/346493", "modelId": 308745} \ No newline at end of file diff --git a/datasets/metadata/346543.json b/datasets/metadata/346543.json new file mode 100644 index 0000000000000000000000000000000000000000..363a894692aa0a7840dca3714c97867d075f9350 --- /dev/null +++ b/datasets/metadata/346543.json @@ -0,0 +1 @@ +{"id": 346543, "index": 1, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-16T19:41:27.631Z", "availability": "Public", "nsfwLevel": 28, "description": "This is the initial release of Cum XL. I will continue to refine this with more images and improved captioning.
Sample captions used for training:
Color-associated region in two identical side-by-side photographs of a naked woman laying on a bed with cum between her breasts and on her stomach. Trimmed pubic hair. The magenta region is cum.
Color-associated region in two identical side-by-side photographs of a woman sitting on a bed with cum on her chest and the upper part of her breasts. The magenta region is cum.
Color-associated region in two identical side-by-side photographs of an asian woman wearing glasses with cum on her breasts. The magenta region is cum.
Color-associated region in two identical side-by-side photographs of a topless woman with cum on her chin and on her chest. The magenta region is cum.
Please give me feedback on any errors
", "trainedWords": ["AineXL"], "stats": {"downloadCount": 79, "ratingCount": 4, "rating": 5, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 276263, "sizeKB": 9978.49609375, "name": "347121_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-17T05:11:31.809Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A5ED0576", "AutoV2": "82C3C9B3A2", "SHA256": "82C3C9B3A297BD4A5A59CD5DA29576849FCD9C5FE37042DA09A524E8BA7669AD", "CRC32": "AD8A75FA", "BLAKE3": "56E4C3FD8F6C063B522F3B068399BC577301D42DB55F2985F89B6B04C7E5011F"}, "downloadUrl": "https://civitai.com/api/download/models/347121?type=Training%20Data"}, {"id": 276356, "sizeKB": 223099.55859375, "name": "Aine.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-17T06:41:02.550Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "841B90CB", "AutoV2": "B2589C99DC", "SHA256": "B2589C99DC2ADF0D3D6DABB528F72E530B55CEA6256FF4B1289C39A896975EE5", "CRC32": "8B553A14", "BLAKE3": "9E34055A0C4490A98909356B1F727A0B9F2BDD239178484E6D8B9185BD3B2A6A", "AutoV3": "BF1D9F202BC5"}, "downloadUrl": "https://civitai.com/api/download/models/347121", "primary": true}], "images": [{"id": 6739198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00bb39a6-40e8-4d70-96f9-e70f9ad881cf/width=450/6739198.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U7EoPv1U*K]g^JxWK+-=9vVXs.Y6~VEM+[tm", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/347121", "modelId": 309306} \ No newline at end of file diff --git a/datasets/metadata/347622.json b/datasets/metadata/347622.json new file mode 100644 index 0000000000000000000000000000000000000000..7713e0d8e2ca292c76d9a74d907971de2045dd75 --- /dev/null +++ b/datasets/metadata/347622.json @@ -0,0 +1 @@ +{"id": 347622, "index": 0, "name": "Baek suzy from (the designated bully/the bully in charge)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-17T14:38:01.954Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 218, "ratingCount": 35, "rating": 5, "thumbsUpCount": 53, "thumbsDownCount": 0}, "files": [{"id": 276680, "sizeKB": 51095.7900390625, "name": "347622_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-17T13:20:41.849Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BED8B0E3", "AutoV2": "F6F857C63A", "SHA256": "F6F857C63A874F1AC7ECC4ABC8AB6D0CC04FB530ACF6DB8A97621A61F8ED7808", "CRC32": "7311DE69", "BLAKE3": "E8983B575EB3AF38BF1A03A3A1216B0DBD15D1AE02CE692C048FBDE6B5012894"}, "downloadUrl": "https://civitai.com/api/download/models/347622?type=Training%20Data"}, {"id": 276727, "sizeKB": 36984.21875, "name": "Baek_suzy_from_the_designated_bullythe_bully_in_charge.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-17T14:06:30.472Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0C035B2A", "AutoV2": "006F26F7F7", "SHA256": "006F26F7F788CCCE40ACBFAEA2DF54E6782A33093C907A0D832B0C090E85FABE", "CRC32": "C91C371B", "BLAKE3": "54DA307B2CB6D52D78C3017EC13EAFED080792F71028B924688200139E1451C0", "AutoV3": "C2493891A58D"}, "downloadUrl": "https://civitai.com/api/download/models/347622", "primary": true}], "images": [{"id": 6751727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee1baebb-7769-46cb-b03a-6c3b78d6b85b/width=450/6751727.jpeg", "nsfwLevel": 2, "width": 2048, "height": 3072, "hash": "UDIg[wVu01-V00X70yNa00xa={e.~pIoIVt6", "type": "image"}, {"id": 6751725, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce183b65-eb9f-4b05-9ccc-436c6cee1d7f/width=450/6751725.jpeg", "nsfwLevel": 2, "width": 2048, "height": 3072, "hash": "UCG[f@~V00M{009vt8?a5WD%-UIV~W?b?Hw^", "type": "image"}, {"id": 6751730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26aa9062-6589-4f11-a1af-2d3f76efd425/width=450/6751730.jpeg", "nsfwLevel": 2, "width": 2048, "height": 3072, "hash": "UIHU@F$~B5IT^%MvOBtQ4nRO~Vxt#8%Mt8xa", "type": "image"}, {"id": 6769548, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b29f1087-ab99-4e04-ab2a-c7932cf08519/width=450/6769548.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UHHny.Rj4.~V%N?HX9RP00t7%MM{OsE1V?Rj", "type": "image"}, {"id": 6769549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e735a74-ffe7-47ee-a94b-d92f1f7b13ee/width=450/6769549.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UNIEU_~V9Fxu0Ls;xuE29F9GNHt79Z%2-oj[", "type": "image"}, {"id": 6769552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7b5c029-121a-433b-9f52-742e9c020683/width=450/6769552.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKH1[G0LEL_3~WNbbcofoGIp?GIn~qD%M{-p", "type": "image"}, {"id": 6769550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f4a5612-cef8-46ed-8cee-4de762e110ec/width=450/6769550.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UJKT[G-;bq?G?a~p.8jZ0K-:xuM{NxM|M{M{", "type": "image"}, {"id": 6769551, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6fb17b2-2356-4ebf-b6ac-6754dd555f59/width=450/6769551.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "USHK%{-;.7-;~qbct7%MELNGM{s:IUaya}WB", "type": "image"}, {"id": 6769554, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f296379-9d69-4e27-bfc7-b28f3772a1fe/width=450/6769554.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UNHB#t%MX59t~qxutRf,D%Rj%M?bxuofNF-p", "type": "image"}, {"id": 6769558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/002d65ae-e40f-422f-82d5-978136447d46/width=450/6769558.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UJJtrG^+AC~q.9xt?b?b0K%L_2xt_3t6nhof", "type": "image"}, {"id": 6769556, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6922736e-9444-44ea-ae83-98a68e407c36/width=450/6769556.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOFFgR%g-;M{_N%gogIoTJ?H%M-pX9x]Rjxt", "type": "image"}, {"id": 6769557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19676ec6-e16d-45d9-8f4a-126988bc146b/width=450/6769557.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGH-.G?c00xaEM~W?bE1=_M{R,%M9Zj?xa%2", "type": "image"}, {"id": 6769555, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0beb4121-29a5-4e43-96ba-cc5c12973f73/width=450/6769555.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "URH.1ss.W,t7?a-o%gt7Ioe.-;M{~qM{MxWB", "type": "image"}, {"id": 6769559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49c89c50-1947-42d2-869e-d685d849bd40/width=450/6769559.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8G[pJ%z00015SRkXnsS00rr_N-:%hD%Q,of", "type": "image"}, {"id": 6769560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad914372-373e-4a51-9b9d-a97c96c60745/width=450/6769560.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UMIO64D%55xuS#ofo#fk9Zof?HWB~qayRPt7", "type": "image"}, {"id": 6769563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8d6b595-4bf2-4b18-978a-1d7465d37661/width=450/6769563.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UCI;^*005lXT.TM{?vIp00V@_3E2-;xarpWB", "type": "image"}, {"id": 6769562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ffbfd5a-7d0f-40cb-9b86-3b8a4d1599ba/width=450/6769562.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UWKA]9D*E1%Mx]%Mof?b~WM{Rk%L9Yxu%2oe", "type": "image"}, {"id": 6769564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aee2a711-e945-40c0-9f30-d28d59be79af/width=450/6769564.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "USHBJK^*NFt6D%%2-:xu~pxtMxoL9tof%2R*", "type": "image"}, {"id": 6769565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15f99994-d531-49f0-9963-24cc76a7be6c/width=450/6769565.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQFh-g~q.8%g_N%gofxa%Mt7RPWBS#ofV@Rj", "type": "image"}, {"id": 6769566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7043ef78-e29d-48b2-aa89-24593e48da05/width=450/6769566.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "URI570~WpH%M.Sb^NbM|tRxG_3xu%hx]s:xu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/347622", "modelId": 309704} \ No newline at end of file diff --git a/datasets/metadata/347648.json b/datasets/metadata/347648.json new file mode 100644 index 0000000000000000000000000000000000000000..0df05bcf10b90db1fe10eea96271db4eb539be91 --- /dev/null +++ b/datasets/metadata/347648.json @@ -0,0 +1 @@ +{"id": 347648, "index": 0, "name": "GTA: San Andreas \ud83d\udd25", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-17T15:50:26.016Z", "availability": "Public", "nsfwLevel": 1, "description": "kellne
", "trainedWords": [], "stats": {"downloadCount": 94, "ratingCount": 7, "rating": 5, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 276698, "sizeKB": 1673.486328125, "name": "347648_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-17T13:40:46.422Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "07B85E693B", "SHA256": "07B85E693B75E8341E4EFFADE868F256B7C20D9165FA062E9DDAC49FA1E05409", "CRC32": "07BC8447", "BLAKE3": "5499AB0DD48458A93B4BCDC1516EC3EC9C8DE5EC62DC36CAF284076360D1528B"}, "downloadUrl": "https://civitai.com/api/download/models/347648?type=Training%20Data"}, {"id": 276808, "sizeKB": 223100.26171875, "name": "GTA_San_Andreas_.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-17T15:50:55.973Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3F983A18", "AutoV2": "D3914927BC", "SHA256": "D3914927BCB1AD3CF6C91106F182CC34EA8DCC1BC77F3A05F89AACD9207A1DAB", "CRC32": "8DECAB1F", "BLAKE3": "FDCD49CC2A6459CF3396FBCD1751251B57B3C4653CA5916959DFB4DE24BE7C68", "AutoV3": "A11B64B2EF99"}, "downloadUrl": "https://civitai.com/api/download/models/347648", "primary": true}], "images": [{"id": 6753480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b03ef6ad-e81d-4280-a8d3-0bcfa1fd5b17/width=450/6753480.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U28W~j%MNb?caG4n9GIA%g-;_3%MD*IU%0IU", "type": "image"}, {"id": 6753623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54da76e9-c707-4120-bfe8-41d0d6b090e9/width=450/6753623.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8BWoARk00WUMTWBxvju00WB~WRjNDRj-;WA", "type": "image"}, {"id": 6753622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c8dcaa0-1172-4695-a048-c6e89eacdf20/width=450/6753622.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIJk.hWC0J%M~VWAbba}4mfkMxM{-;ofMyae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/347648", "modelId": 309728} \ No newline at end of file diff --git a/datasets/metadata/347677.json b/datasets/metadata/347677.json new file mode 100644 index 0000000000000000000000000000000000000000..2ca758a5b662d892d0052d4b1b6e20130c089cb6 --- /dev/null +++ b/datasets/metadata/347677.json @@ -0,0 +1 @@ +{"id": 347677, "index": 0, "name": "GTA: V \ud83d\udd25kellne", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-17T16:47:22.029Z", "availability": "Public", "nsfwLevel": 1, "description": "kellne \ud83d\udcaf
", "trainedWords": [], "stats": {"downloadCount": 76, "ratingCount": 5, "rating": 5, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 276728, "sizeKB": 5109.7490234375, "name": "347677_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-17T14:06:31.773Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1D51EF49", "AutoV2": "3996BD528D", "SHA256": "3996BD528DE5D9557FAFED42F1A17542E7B89661F2FDF450C99BA8E48E9CC4FA", "CRC32": "B998312C", "BLAKE3": "6427BAECD26CABE1A652F6CA250BD08A746F9696B6C0D6FB9B50920DB915E296"}, "downloadUrl": "https://civitai.com/api/download/models/347677?type=Training%20Data"}, {"id": 276874, "sizeKB": 223100.51953125, "name": "GTA_V_.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-17T16:45:45.173Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3DF29C38", "AutoV2": "4F4783A7C1", "SHA256": "4F4783A7C179363C33A2939A3796E7927B574DEB628B775E5AA188B3E9B9FEB8", "CRC32": "69A3FCDB", "BLAKE3": "676EA49243B2A7AA905E7EF0E86D312CACC29F1A85333775D7E6CDA8AC75B0F6", "AutoV3": "09C70AE5D67B"}, "downloadUrl": "https://civitai.com/api/download/models/347677", "primary": true}], "images": [{"id": 6771304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f9cb167-bdcb-4330-90fb-6413a8cd0d58/width=450/6771304.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U95?^wVFDNtl-DaxDOj].lafH?j]%1bYS}oz", "type": "image"}, {"id": 6771305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/373a95a9-aff5-43e1-950d-407e4bcab2f4/width=450/6771305.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMF$e6RPIUoz?^MyRPkCpeM|D%jZ?ws.RPoL", "type": "image"}, {"id": 6771306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c755f35-a9a8-4be2-b0cb-099d5d492041/width=450/6771306.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U35j53D4dAl,^I4:9Z9F:coureD4%EDjpIDi", "type": "image"}, {"id": 6771302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1c7dda5-0080-4e87-80e8-1f7c8b15e327/width=450/6771302.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHALIWxZLgJ-v#xuH?IUVXayrCxZS#oetRs;", "type": "image"}, {"id": 6771303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1531f8a5-0ed9-4c1e-ba10-bb9ae5bc0d17/width=450/6771303.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U89jou-:004ns$j?bxR:00Ri~p%NNhWFx9xT", "type": "image"}, {"id": 6771307, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17a9db82-4e13-4dce-9487-4af64cfddde4/width=450/6771307.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U03l2B[o0056?^My01Eg*{tRJBso*xyXKiIA", "type": "image"}, {"id": 6771308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efe10154-17b0-45be-a468-f35ad1dd2b6f/width=450/6771308.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNGbecIUxot7D+IUbING~mRPN2fiT2My%2oe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/347677", "modelId": 309754} \ No newline at end of file diff --git a/datasets/metadata/34793.json b/datasets/metadata/34793.json new file mode 100644 index 0000000000000000000000000000000000000000..fdd348c9c0b051d6865acdf0d51ea6a25ac5e9d3 --- /dev/null +++ b/datasets/metadata/34793.json @@ -0,0 +1 @@ +{"id": 34793, "index": 3, "name": "1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-03T22:57:21.531Z", "availability": "Public", "nsfwLevel": 3, "description": "Trained on Anythingv3. There's no images on page because of site update
This version draws slightly more colorful and darker images than needed. It can work with realistic models, but not too well. Contains chibi emotions
", "trainedWords": ["bakarina", "katarina claes", "bangs", "long hair", "brown hair", "blue eyes", "hair bow", "blue dress", "jewelry", "katarina dress", "blue ascot", " white gloves", "scar on face"], "stats": {"downloadCount": 747, "ratingCount": 108, "rating": 5, "thumbsUpCount": 125, "thumbsDownCount": 0}, "files": [{"id": 32339, "sizeKB": 2900.873046875, "name": "examples.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-10T21:01:32.230Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B4B72D54", "AutoV2": "35629A54F7", "SHA256": "35629A54F7E2666FCCBCD34F0C0B37DCA1EB3A5CED109FC158F58417FB3590DC", "CRC32": "807C57BE", "BLAKE3": "7DF425B438A0EA1584852F3C93CABEA75308690C5BD1C38995AAAF4A7DBA938E"}, "downloadUrl": "https://civitai.com/api/download/models/34793?type=Training%20Data"}, {"id": 28540, "sizeKB": 73841.47265625, "name": "bakarina04-000020.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-03T23:01:26.051Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F4E4DF8C", "AutoV2": "1FC5A04A93", "SHA256": "1FC5A04A93B40F39E6AD9B069B8EB2C3F37B16EF1FFFE30A1533CB1AE4440015", "CRC32": "2F46C513", "BLAKE3": "09C40AFE02F5F3D7A23257E41D038C7E272875BCD5D2B9D8327A0EE788ADFF6C", "AutoV3": "7F3ED0D1C07D"}, "downloadUrl": "https://civitai.com/api/download/models/34793", "primary": true}], "images": [{"id": 427435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02e05ed4-3804-4673-c3b0-25e308f06600/width=450/427435.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPIF9,Io$vn#~2-pXn%z.8IU?bMy=_RRxWXA", "type": "image"}, {"id": 427474, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b07770b-d756-4c0b-bc6b-72d552672800/width=450/427474.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UEG+EqtkMd-:.7j^=}tl-;$%t7o~~p%fxaxu", "type": "image"}, {"id": 427477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffa66f9c-712d-4d84-1b30-3bbf0dc23700/width=450/427477.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UAGR;r%N?v4:00Vt4-V@^*jFxu?b~3acD%IU", "type": "image"}, {"id": 427475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/149c125d-a479-4279-e358-a7e665ad7b00/width=450/427475.jpeg", "nsfwLevel": 2, "width": 1024, "height": 768, "hash": "U9JaV{04?u?[m$OcNYRhDR0L%1^j==0R-X=|", "type": "image"}, {"id": 427471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e96b38b5-ae01-4d67-059e-18e0da7b0500/width=450/427471.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UGIY5wxt9Exa-#E1-:%gRhtQRjxt~S-;tQ%K", "type": "image"}, {"id": 427470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2849320-7571-4eea-bf8b-674661fd6700/width=450/427470.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UII}%}oeIo%L--IVxpo#MvocxrtQ~m?Hxt%K", "type": "image"}, {"id": 427469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f924a55-fd8b-4bfa-b8c5-bbc85d1b1400/width=450/427469.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1280, "hash": "UAH__J~nvci[-:?E^lm,nQ%0-pxa^ao}%zbC", "type": "image"}, {"id": 427476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44851a81-9ba4-4a52-5bc7-22a0d98d8000/width=450/427476.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1280, "hash": "UHHLn[?C-zx:Vv%K%Nrtt9%2sUt7~Qx[xss*", "type": "image"}, {"id": 427472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3a4194d-353a-4d60-4463-2be355dfd200/width=450/427472.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UGHV6h.9-N%J-=i|t6Xmx]t9WBI=~9%3-T%0", "type": "image"}, {"id": 427468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8717e054-d4b0-4812-1f64-e64c85426c00/width=450/427468.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEKw?+yB4T.S~0R%?^V_M{${%fMxcUr=-VtO", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/34793", "modelId": 28982} \ No newline at end of file diff --git a/datasets/metadata/348081.json b/datasets/metadata/348081.json new file mode 100644 index 0000000000000000000000000000000000000000..6009466d2fb0586ab489f2e46dfe2c3712932feb --- /dev/null +++ b/datasets/metadata/348081.json @@ -0,0 +1 @@ +{"id": 348081, "index": 0, "name": "X", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-17T20:19:30.295Z", "availability": "Public", "nsfwLevel": 3, "description": "kellne.
", "trainedWords": [], "stats": {"downloadCount": 71, "ratingCount": 10, "rating": 5, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 277045, "sizeKB": 742.0810546875, "name": "348081_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-17T19:40:44.844Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "8B6B54BF36", "SHA256": "8B6B54BF36F1844060392C4C74BCDF2830077285DB9EAD8144E46AE107256642", "CRC32": "17FB53BC", "BLAKE3": "80E9CFED1503C9E6D7A13F98E09748601E79F558C390E848EC78EDA323F19DCB"}, "downloadUrl": "https://civitai.com/api/download/models/348081?type=Training%20Data"}, {"id": 277096, "sizeKB": 223099.59765625, "name": "Final_Fantasy_X_.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-17T20:21:23.534Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4C63E423", "AutoV2": "72718B41FD", "SHA256": "72718B41FD2AF7D9FCE2579625C2B1CEFBF3E74E0D1289D235097911BA873E8A", "CRC32": "BD0F7912", "BLAKE3": "8F45987C3603EC1EE9FD712CA459B8D2E0DAE246DDC51093BF830EC5BF3D8E1C", "AutoV3": "2A7FA27680A5"}, "downloadUrl": "https://civitai.com/api/download/models/348081", "primary": true}], "images": [{"id": 6761438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3320bc1e-5d09-4821-8b5b-d2759af25fc2/width=450/6761438.jpeg", "nsfwLevel": 1, "width": 720, "height": 480, "hash": "UBEeV]x|02=TT2s=IpSJ00M]?ZJZroxU-UV{", "type": "image"}, {"id": 6761878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d67fc524-d0c4-4e4c-98f4-5673c91d9164/width=450/6761878.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U4Duoa^H000i00S+^*$$0JWTxHD%*0M^+[?b", "type": "image"}, {"id": 6761876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f91fa32-d4ed-4d5a-a640-3bfa763edb30/width=450/6761876.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEE.9N%0015S9DafWUR%0et8%1M|_4ngIrxZ", "type": "image"}, {"id": 6761880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/813db633-b2f8-46a4-99f0-bfb7d94b5517/width=450/6761880.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAF}$gtT00$v5wo%4.r-0cxZ~CIu4mRNR;%h", "type": "image"}, {"id": 6761877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00da9350-7532-40a9-b10b-36ea717e952b/width=450/6761877.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UCEL{A-;05Y400M|^iw3HqIBrqoG?]?ZIp58", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/348081", "modelId": 310135} \ No newline at end of file diff --git a/datasets/metadata/348090.json b/datasets/metadata/348090.json new file mode 100644 index 0000000000000000000000000000000000000000..947c8524b825fd18752730fa63a41f6c89436d23 --- /dev/null +++ b/datasets/metadata/348090.json @@ -0,0 +1 @@ +{"id": 348090, "index": 0, "name": "Just Cause 4 \ud83c\udfae\ud83d\udcaf", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-17T20:23:03.558Z", "availability": "Public", "nsfwLevel": 1, "description": "kellne \ud83c\udf39
", "trainedWords": [], "stats": {"downloadCount": 32, "ratingCount": 3, "rating": 5, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 277057, "sizeKB": 3930.1181640625, "name": "348090_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-17T19:51:28.565Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DC0CCEC9", "AutoV2": "739DBF869E", "SHA256": "739DBF869E4846D40805AB8C522F7E06933F5FB1B40CC791AE7CDEF6EFB620D6", "CRC32": "44F52D87", "BLAKE3": "83326627AAD407EE2880AEBB5254FBB741FDBACC43DCD983E18DBE73BE131CB3"}, "downloadUrl": "https://civitai.com/api/download/models/348090?type=Training%20Data"}, {"id": 277099, "sizeKB": 223100.77734375, "name": "Just_Cause_4_.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-17T20:26:24.243Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D270CA47", "AutoV2": "F0523F6EB8", "SHA256": "F0523F6EB8F13B287F04BF91771D69B8C48466079EE8DFE7A5ED84C49740FBA5", "CRC32": "43A0C9A6", "BLAKE3": "F26E3B0A4EC79777DEE459BC794EC810DC9117670571C4A1F374BF10040AC2DE", "AutoV3": "0500DFF7E34F"}, "downloadUrl": "https://civitai.com/api/download/models/348090", "primary": true}], "images": [{"id": 6771474, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9adc2dd7-33ab-411d-b4b5-20055820e77a/width=450/6771474.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U47w$xD%00~q_3D%4.?u?^M_Di?b-;IURQ?b", "type": "image"}, {"id": 6771475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8308e05-7e83-411d-ab39-2f5068bfd6a4/width=450/6771475.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFBzIT4TxoIUV@xZxvRj00s,%Nj]?w9Ft2R+", "type": "image"}, {"id": 6771473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1bde0081-109e-4e4d-a635-dcf0a7e6266c/width=450/6771473.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UA7eF*aJV@%gMvxaMcMx%%RjNHtRD%WroJNG", "type": "image"}, {"id": 6771479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70032e5c-f924-4fb0-92dd-da4c16b2f994/width=450/6771479.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJCss:-=Mxoe$x%L%Mt7Mw-px]t7~q-;M_of", "type": "image"}, {"id": 6771476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7457678d-8d8c-43e6-b44d-0a13e35c721b/width=450/6771476.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USF?Y4WAEmI:?wRiWBo#%gfit6tRtlxut5WB", "type": "image"}, {"id": 6771480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5498fad8-c80a-4d4a-a180-d2ed4c2b490b/width=450/6771480.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBE:Mb9ExK8^4m4T%gRi4T4o_Mf,~mp1D*9F", "type": "image"}, {"id": 6761572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8132cb1f-8824-4b3f-b509-d34fd3fb3cbe/width=450/6761572.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UdD]_59Fadxu_ND%oJt7nhM{xuWBITj[xuWB", "type": "image"}, {"id": 6771481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/928a15e1-4664-4412-be58-359b261e1773/width=450/6771481.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7AnQ1?vDhIU00RPDNRj_Nxuo~jY4TMwtSt7", "type": "image"}, {"id": 6771484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53245cba-0c37-4810-84b1-b46d0b9d04d5/width=450/6771484.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUEe##NG9Z-V~VNGM{t7xuRjs.WYr;NGt7og", "type": "image"}, {"id": 6771482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60850917-4565-40af-8379-8ec62bd4fbf0/width=450/6771482.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDCGlODjDP%K4UoytRRk00x[tQS5_Ls;n,aK", "type": "image"}, {"id": 6761570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4337c138-f238-4ff9-b53d-61bb5fdf96b6/width=450/6761570.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UYH.1hWX00%1.St6ROWBtmxtt2M|~VWXD*xa", "type": "image"}, {"id": 6761571, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d91dda4-0b5b-4799-a272-79405ce31179/width=450/6761571.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UpF5jP-oE2IV~V%2IoM{-;t7WBV@tRbboJn~", "type": "image"}, {"id": 6771483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f9179d4-6a12-4d69-8820-ac3514f0cdd6/width=450/6771483.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHBq9uMxH]W98yoxtkV@01obf3t7_Ks:WtbI", "type": "image"}, {"id": 6771477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddd577c5-d74f-4f8b-a01c-dfbb411f9a78/width=450/6771477.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U68;Pst800NG~Wt700Io?vt64TM{-:j]IUjZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/348090", "modelId": 310142} \ No newline at end of file diff --git a/datasets/metadata/348116.json b/datasets/metadata/348116.json new file mode 100644 index 0000000000000000000000000000000000000000..4c1734e9e6dcc742968ddb5677b5682f3697c2ff --- /dev/null +++ b/datasets/metadata/348116.json @@ -0,0 +1 @@ +{"id": 348116, "index": 0, "name": "HITMAN \ud83d\udc80", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-17T20:41:09.215Z", "availability": "Public", "nsfwLevel": 1, "description": "Hitman\ud83e\udee5
", "trainedWords": [], "stats": {"downloadCount": 46, "ratingCount": 2, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 277073, "sizeKB": 2231.439453125, "name": "348116_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-17T20:05:54.705Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BDE93ABE", "AutoV2": "F14FB7868E", "SHA256": "F14FB7868EC49264A7A2EE69C064A388E9DEB4587EDC987D2664385996CD8D24", "CRC32": "08AFECC7", "BLAKE3": "638AF2D62DA9D92266C86518D0A33E69389FA717677C71AC8BB3BB51AEC5429E"}, "downloadUrl": "https://civitai.com/api/download/models/348116?type=Training%20Data"}, {"id": 277117, "sizeKB": 223099.41015625, "name": "HITMAN_.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-17T20:41:31.918Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C28CD683", "AutoV2": "396F1644DC", "SHA256": "396F1644DC4E79F219CF5CD3D633570D5B89A1E607BFF2163E4C9D1DA90E9C46", "CRC32": "E89A3C99", "BLAKE3": "FBEC2D48D4B672DBCB61E35797F9DE3612909076761B228999F9101100205164", "AutoV3": "487CA2B7E84B"}, "downloadUrl": "https://civitai.com/api/download/models/348116", "primary": true}], "images": [{"id": 6762276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acea855b-96f4-4667-8d4d-6f8d57dd170e/width=450/6762276.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UVGu?,j[_Nt8%Nj[M{ayxuayRjkCt7fQWBj[", "type": "image"}, {"id": 6762252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45e3d0d7-5fa3-4c9d-bdcb-ffd8cf1f71bf/width=450/6762252.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UgKBRGay~qt79FWB9ZWBt6WBM|j[WBj[a#j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/348116", "modelId": 310168} \ No newline at end of file diff --git a/datasets/metadata/348126.json b/datasets/metadata/348126.json new file mode 100644 index 0000000000000000000000000000000000000000..ddb4e95950bfb80426ceb29c485880784023e46f --- /dev/null +++ b/datasets/metadata/348126.json @@ -0,0 +1 @@ +{"id": 348126, "index": 0, "name": "v1.1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-17T20:48:56.498Z", "availability": "Public", "nsfwLevel": 28, "description": "This is trained on the same dataset from version 1.1, but single photos were added instead of only the side-by-side images. This version may be over-trained, so try dialing back the weight depending on what base model you are using. Here are some sample captions that were used during training:
Photo of a naked woman with blonde hair. She has small breasts. There is cum dripping off of her mouth and chin and on to her chest. She has hard nipples.
Photograph of a woman with dark hair and an open mouth. She is pushing her breasts together with her hands. Her nipples are pierced. She has cum on her right breast. She is in a bedroom and sitting on a bed. She has medium sized breasts.
Photograph of a naked woman laying on a white bed. She has cum on her small breasts and inbetween her breasts. Her nipples are hard. She has light brown hair. Her mouth is open.
Close up photograph of a woman's pussy. Trimmed pubic hair. Cum is dripping out of the vaginal opening and onto the bed.
Close up photograph of a woman's face covered in cum. Cum on her cheeks. Cum on her lips. Cum on her chin. Shoulder length dark hair. Wearing eye shadow and dark eye liner.
You can download the dataset and see the captions and images for yourself.
", "trainedWords": ["woman", "cum", "chin", "cheeks", "mouth", "chest", "breasts", "stomach"], "stats": {"downloadCount": 3149, "ratingCount": 76, "rating": 5, "thumbsUpCount": 179, "thumbsDownCount": 1}, "files": [{"id": 277090, "sizeKB": 261096.93359375, "name": "cum-xl-1.1-dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-17T20:20:50.994Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1754E1CD", "AutoV2": "8A5D6167EE", "SHA256": "8A5D6167EE043AEFE002CFFEBE199F0AFFDA4C0313550355B8F2E8222A3FFFE9", "CRC32": "A16AFF65", "BLAKE3": "03769DCD0DF95BC0208C2A58FF9A4465010C6962A9B92BB31CB148A8A1A08AA9"}, "downloadUrl": "https://civitai.com/api/download/models/348126?type=Training%20Data"}, {"id": 277105, "sizeKB": 665304.81640625, "name": "cum-xl-1.1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-17T20:30:59.246Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9BD50682", "AutoV2": "B6CDD7A7D8", "SHA256": "B6CDD7A7D8EB753B82CD425510B03951151B96F93E6B1CCE9219619E235A5B95", "CRC32": "4329E32F", "BLAKE3": "2E02A4A0F7489B182D25828DA3C3A81ACFF5D7EC7E263E01A02BB037C0E0AEA5", "AutoV3": "A7EEFF48D16E"}, "downloadUrl": "https://civitai.com/api/download/models/348126", "primary": true}], "images": [{"id": 6762477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7baafdd7-abf8-43d1-a609-69b022b7595d/width=450/6762477.jpeg", "nsfwLevel": 16, "width": 896, "height": 1152, "hash": "UQJ@RT_Npx?HcFtR%NWBM_xYs9M{EgxuRPWB", "type": "image"}, {"id": 6762479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ea5673c-600a-4721-b935-5ec3f28ad508/width=450/6762479.jpeg", "nsfwLevel": 16, "width": 896, "height": 1152, "hash": "UEGt++~V0#EMlAkDIoWBNaWBa0smEMWCM_R*", "type": "image"}, {"id": 6762478, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45930997-4f61-4ae8-8f27-9aa568580bfe/width=450/6762478.jpeg", "nsfwLevel": 16, "width": 896, "height": 1152, "hash": "UGHBYs#51H~V5SACxbwb5SrW#pEh,.s:NINH", "type": "image"}, {"id": 6762480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/355401c1-a79f-4f5c-bd26-848e86af5026/width=450/6762480.jpeg", "nsfwLevel": 16, "width": 896, "height": 1152, "hash": "UDG[4m~B0zTd0fwIrqWV4:9[%L-pkqITE2o$", "type": "image"}, {"id": 6762481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26d1f654-f1ee-4f1f-a80a-fe9a6bd2e3a3/width=450/6762481.jpeg", "nsfwLevel": 16, "width": 896, "height": 1152, "hash": "UOKd6$%M.8?b~pxuX9xu0fs.s9WAR5bIM|Io", "type": "image"}, {"id": 6762482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9050b4bf-01c3-43ae-944b-d5719535bb55/width=450/6762482.jpeg", "nsfwLevel": 16, "width": 896, "height": 1152, "hash": "U8H{E0~qGw8w-y4T?tR*009Hr]SQqGpLHq%M", "type": "image"}, {"id": 6762484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d61f4a1-c4bd-4b77-8330-4706c6da114d/width=450/6762484.jpeg", "nsfwLevel": 16, "width": 896, "height": 1152, "hash": "UKJQQI~pcF-:E2OYM_D%EMxYtRIUIUMxD%V@", "type": "image"}, {"id": 6762483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53be4bb7-c96b-4052-a120-e5e08af614c3/width=450/6762483.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UDK^mUD%tm=^EO_NT1%2^j$xE2V@Ek-p%Msl", "type": "image"}, {"id": 6762485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7477df5-5984-4f25-9ec5-6395af4ad9f7/width=450/6762485.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UIGlFs^*-.?wTMbYxG%g==%3bvxabcx[n$NH", "type": "image"}, {"id": 6762486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14d65948-2389-4983-b07d-d65c6d1ec7bd/width=450/6762486.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UBK,~pR41u~q*w%LyEt8P-_3Uv9F%fRjZOR5", "type": "image"}, {"id": 6762487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14d8f576-87ec-4d3c-a8ef-1be90b93bd34/width=450/6762487.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UXH.A@MxxZMx?FR*RjofxYRiWBx]~pM_xuj@", "type": "image"}, {"id": 6762488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c99151df-0836-4b63-bb93-f1c05d668eb1/width=450/6762488.jpeg", "nsfwLevel": 4, "width": 1152, "height": 896, "hash": "UCIh84~V9a-o~AIU4.IU00%Mobs:_3NHITWB", "type": "image"}, {"id": 6762678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab6284a8-f25c-4b4c-8472-f8f71710afe6/width=450/6762678.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UGNTdt-;D*a_.8R%9YxuMyWVRiM{~XM_M{oL", "type": "image"}, {"id": 6762677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0f401d0-a19d-4777-aefb-1b45838eca19/width=450/6762677.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "U9H^koBV4.=|vK4ms.xtT}?v%2IUROM_bbRk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/348126", "modelId": 308784} \ No newline at end of file diff --git a/datasets/metadata/348140.json b/datasets/metadata/348140.json new file mode 100644 index 0000000000000000000000000000000000000000..c360376a4d97d4c5a7607db79bd5ee46064fb053 --- /dev/null +++ b/datasets/metadata/348140.json @@ -0,0 +1 @@ +{"id": 348140, "index": 0, "name": "Jin Kazama [TEKKEN] \ud83d\udde1\ufe0f", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-18T07:55:33.324Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 51, "ratingCount": 3, "rating": 5, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 277092, "sizeKB": 2391.5693359375, "name": "348140_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-17T20:21:21.235Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "402D5871", "AutoV2": "85D26BD7C0", "SHA256": "85D26BD7C0FE063C6D370F9548052251C10FFE9BE97AAE81BD1EE3671D1ECFBC", "CRC32": "F4CB1156", "BLAKE3": "171092F2112B2AD9041398B0D3B529B8A4DD42EDC0CDDF2715B5E4933144CD47"}, "downloadUrl": "https://civitai.com/api/download/models/348140?type=Training%20Data"}, {"id": 277749, "sizeKB": 223099.17578125, "name": "Jin_Kazama_TEKKEN_.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-18T07:56:03.707Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A4E1A973", "AutoV2": "560FDB93F3", "SHA256": "560FDB93F353A353BAFB038A48BBA963217B31A4DBA82A48E62D2CD43E5FB7F4", "CRC32": "66CDDA78", "BLAKE3": "61E948B51695878F8CE1B60F4C3482BC8CCCDBC92C38C0736645AB9F8CE94ACF", "AutoV3": "6F8518D519FF"}, "downloadUrl": "https://civitai.com/api/download/models/348140", "primary": true}], "images": [{"id": 6780752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7a422eb-e578-4e9d-9c78-8a4ec27ea6af/width=450/6780752.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOI=Gf_3.8kC~qozkCj@xuWVRijZxvf6aekC", "type": "image"}, {"id": 6780754, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6dce5469-513a-4194-860d-285d2bab256f/width=450/6780754.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQHB_A~q%ht8~qxuogf6t8ayadayxvj[aekC", "type": "image"}, {"id": 6780753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a296d9d-adc4-41ce-a9ff-56b8feaffc1a/width=450/6780753.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U2Ef1m%g0E+[uixZQTEMo}V[iwtRm7M|y=-p", "type": "image"}, {"id": 6780750, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e42ddd1e-06a4-43ea-b3e7-516697d25556/width=450/6780750.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULCGy4%iOHtS?do#W?fkbdayjraxbdj[oJay", "type": "image"}, {"id": 6780749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4813b31-b7f0-4d0a-a5f4-cab140d7e043/width=450/6780749.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGAB3Yp0E5xv.AayRkj?M_j]t5f5R.ofs+WW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/348140", "modelId": 310190} \ No newline at end of file diff --git a/datasets/metadata/348315.json b/datasets/metadata/348315.json new file mode 100644 index 0000000000000000000000000000000000000000..082802922309b419e0bc2ebb5d4e4af31a0daa3d --- /dev/null +++ b/datasets/metadata/348315.json @@ -0,0 +1 @@ +{"id": 348315, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-17T22:20:50.247Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 318, "ratingCount": 52, "rating": 5, "thumbsUpCount": 72, "thumbsDownCount": 0}, "files": [{"id": 277237, "sizeKB": 22257.61328125, "name": "Irena_ButaHimesama-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-17T22:20:52.908Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3CC846AF", "AutoV2": "0D782C661E", "SHA256": "0D782C661E0F7C48DC82F4C7B7400C9D2FF1B4E317EB6AE1321998DEE8F066BC", "CRC32": "98BD8958", "BLAKE3": "3B251BA1D5F052D6C209AC9E6ACA23C60450288683C0CCFC7FB599F502F5BEFD", "AutoV3": "DA187D4D920F"}, "downloadUrl": "https://civitai.com/api/download/models/348315", "primary": true}, {"id": 277236, "sizeKB": 47886.0400390625, "name": "Irena_ButaHimesama.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-17T22:21:29.556Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6B278E5D", "AutoV2": "482D2A2E69", "SHA256": "482D2A2E6954CEC0E65F3336EB6E8283629C53AA7F24D565A2E4ED294A120385", "CRC32": "D6213AF0", "BLAKE3": "446E4CFF8673C0649B3A013FD4EAFAD516EE80C3BE3125B8AB36EBDE1C8A9D56"}, "downloadUrl": "https://civitai.com/api/download/models/348315?type=Training%20Data"}], "images": [{"id": 6765495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aff3a268-5c6a-4cc2-ade8-0a834207b9fd/width=450/6765495.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UdRU:Uxu.mxuyqayx]ae%gj[RjkCxZbGixf6", "type": "image"}, {"id": 6765496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25dbc5fb-04fe-4d3e-a36f-759f072bdec6/width=450/6765496.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UdRU:Uxu.mxuyqayxvae%gj[RjkCxZbGixf6", "type": "image"}, {"id": 6765695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce2913f9-2f6e-4a54-92c0-d5358df517d3/width=450/6765695.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UDL:J;9v00E+00Wn0gwa0z={-CoN~VS4VsOX", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/348315", "modelId": 310348} \ No newline at end of file diff --git a/datasets/metadata/348540.json b/datasets/metadata/348540.json new file mode 100644 index 0000000000000000000000000000000000000000..127cfb87cef5ca48bdb39a4792c0c3848e2f017c --- /dev/null +++ b/datasets/metadata/348540.json @@ -0,0 +1 @@ +{"id": 348540, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-18T01:44:12.920Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 196, "ratingCount": 26, "rating": 5, "thumbsUpCount": 38, "thumbsDownCount": 0}, "files": [{"id": 277440, "sizeKB": 37230.46875, "name": "Kyouko_Sawai_MamaKatsu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-18T01:45:54.740Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DC4B6602", "AutoV2": "F0967D18C4", "SHA256": "F0967D18C457C293922FC9065FFA4EFE8B2B07635489150AB0638F640FE8BA7A", "CRC32": "CCCED1AC", "BLAKE3": "C68F7216C750B9BC3763E5F4C933C9D7976BEA84DD7935FFF11AF1FBDDA51B6F"}, "downloadUrl": "https://civitai.com/api/download/models/348540?type=Training%20Data"}, {"id": 277441, "sizeKB": 22248.08203125, "name": "Kyouko_Sawai_MamaKatsu-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-18T01:45:56.028Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E9FBB2D3", "AutoV2": "B368749B93", "SHA256": "B368749B93D29B270F3EF9716781E7447309661D9F2366387E47FA5FC5D465B6", "CRC32": "7E47AD47", "BLAKE3": "AF9530752E2C87470B4E0CA72A33601E95FEA900FE2DD920D99073A238B823C5", "AutoV3": "4514BE75D653"}, "downloadUrl": "https://civitai.com/api/download/models/348540", "primary": true}], "images": [{"id": 6771431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/632e9e45-8415-4773-8f40-112ee5e59282/width=450/6771431.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USL#2=xu%#%2,exa?uxuX-WB^ij[_NWVoabF", "type": "image"}, {"id": 6771404, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4280356-46ed-4104-b8c0-3ec106b7e369/width=450/6771404.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USL#2=xu%#%2,exa?uxuX-WB^ij[_NWVoabF", "type": "image"}, {"id": 6771430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6ad2d1b-5dd2-4eb8-a2f0-6c12d6754d8d/width=450/6771430.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USL#2=xu%#%2,fxa?uxuX-WB^ij[_NWVoabF", "type": "image"}, {"id": 6771405, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/026514ee-852b-4571-8d6a-cd3902c2eea1/width=450/6771405.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USL#2=xu%#%2,fxa?uxuX-WB^ij[_NWVoabF", "type": "image"}, {"id": 6771705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8ca4f4b-a065-4ac7-9832-7ce153c44b33/width=450/6771705.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URMQ#I~q%J?b+dt8?tt84pM|-ot7.Tt7ROxt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/348540", "modelId": 310534} \ No newline at end of file diff --git a/datasets/metadata/348630.json b/datasets/metadata/348630.json new file mode 100644 index 0000000000000000000000000000000000000000..34a82237ad5df8cd593dcd9f541aaa4ac47b790c --- /dev/null +++ b/datasets/metadata/348630.json @@ -0,0 +1 @@ +{"id": 348630, "index": 0, "name": "Zayn", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-06T20:26:17.339Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 32, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 277524, "sizeKB": 6279.8798828125, "name": "348630_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-18T02:55:55.733Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "391FC21A", "AutoV2": "89EA0549E7", "SHA256": "89EA0549E72E111F2D5CDD178ECD4B11E6CD516D04B818DAF1969DDF3F69C7B3", "CRC32": "61E0DA42", "BLAKE3": "A2816A81195102EC1B5DE5A14267C03BFD4FC5B27C687D28A668ABD596974736"}, "downloadUrl": "https://civitai.com/api/download/models/348630?type=Training%20Data"}, {"id": 277559, "sizeKB": 36977.8125, "name": "Zayn-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-18T03:31:21.374Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D2B5FB6E", "AutoV2": "8B295E5CE3", "SHA256": "8B295E5CE3DDD769646D8300F4DF39927FDE4DCB6A23519A0ABE13DC832DEF7D", "CRC32": "BA6E95BE", "BLAKE3": "CFD8226CBFA3D18CC0F7C78AC341B06E753BC317467C807A2230E1D04F46E87B", "AutoV3": "52561805C526"}, "downloadUrl": "https://civitai.com/api/download/models/348630", "primary": true}], "images": [{"id": 7542449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/917c72f4-0c96-40d9-be61-21800c541e47/width=450/7542449.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UAH1VsIU_L~W${V@MeR*ni-:Naof9Zbb$jIV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/348630", "modelId": 310611} \ No newline at end of file diff --git a/datasets/metadata/348708.json b/datasets/metadata/348708.json new file mode 100644 index 0000000000000000000000000000000000000000..056c16087e82493b2d027dd8b89b83003e1310cc --- /dev/null +++ b/datasets/metadata/348708.json @@ -0,0 +1 @@ +{"id": 348708, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-18T04:15:13.887Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": ["sakimiya iruka", "green scrunchie"], "stats": {"downloadCount": 323, "ratingCount": 25, "rating": 5, "thumbsUpCount": 47, "thumbsDownCount": 0}, "files": [{"id": 277591, "sizeKB": 781.4033203125, "name": "iruka.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-18T04:15:44.536Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "D339DFC40C", "SHA256": "D339DFC40C31D2FEEC609AED1288DA93DBB67810CE4B8A39995201791300F19C", "CRC32": "CFFA3D4A", "BLAKE3": "5C66C07A4973B48029161C3C72C8B96FFFD492C0DA6515E286464617AA928C9F"}, "downloadUrl": "https://civitai.com/api/download/models/348708?type=Training%20Data"}, {"id": 277592, "sizeKB": 28240.01171875, "name": "iruka-000030.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-18T04:15:48.433Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2283D12C", "AutoV2": "AE5C6D3948", "SHA256": "AE5C6D3948DD54593EFF0293626115ED7D0B4E7379DED4629147E9EB645D3479", "CRC32": "91A33A49", "BLAKE3": "25814D4C298E268F90DA25CA90BD44D521F9773D7D2BD0428A101A9A2A5420F2", "AutoV3": "398C59B87B52"}, "downloadUrl": "https://civitai.com/api/download/models/348708", "primary": true}], "images": [{"id": 6775031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ddc0ae3-d26c-4722-8a1a-578f1b603e92/width=450/6775031.jpeg", "nsfwLevel": 1, "width": 6144, "height": 6144, "hash": "UDJHaW0000Xn9G~Wn$9bRjD*^+o}_29Gs-t8", "type": "image"}, {"id": 6775029, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5394b568-16e2-46d3-9ed2-b5171415598f/width=450/6775029.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UFNAM8xY80_M0?0L.TD*H[tR%Mog$lItoME2", "type": "image"}, {"id": 6775028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16d482fe-7b28-486b-abd1-47eba1811e25/width=450/6775028.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCJ*3b00?]_3pL$%F|E2=|4:tmNG-U-nn4%f", "type": "image"}, {"id": 6775030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd387ea7-976b-47f9-894c-d26ed00a206a/width=450/6775030.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UYNv_KxZt-jF~WRj-;nN?caxS$RPbwozWBt7", "type": "image"}, {"id": 6775026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c91aebbf-1988-4255-9334-54d8ee30ea65/width=450/6775026.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJIDs}Rj0e~V}@%f-:E2oxNHxaRiIUaKRjV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/348708", "modelId": 310676} \ No newline at end of file diff --git a/datasets/metadata/348770.json b/datasets/metadata/348770.json new file mode 100644 index 0000000000000000000000000000000000000000..810782009279c8b5a0d88dd6b2864148f4ebe7c4 --- /dev/null +++ b/datasets/metadata/348770.json @@ -0,0 +1 @@ +{"id": 348770, "index": 1, "name": "Outfit", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-18T05:23:45.281Z", "availability": "Public", "nsfwLevel": 1, "description": "", "trainedWords": ["nsyellownohelmet, 1boy, male focus, gloves, belt, yellow bodysuit, white gloves, yellow pants (EX: yellow eyes, blonde hair, purple eyes)"], "stats": {"downloadCount": 55, "ratingCount": 5, "rating": 5, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 277647, "sizeKB": 7548.0556640625, "name": "nsyellownohelmet.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-18T05:25:51.869Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2400850C", "AutoV2": "EB506B927C", "SHA256": "EB506B927C7BD8B5CDB625559689D6BEF008092FCF08E0E966E4426573D6ED6F", "CRC32": "D19D1584", "BLAKE3": "7E9C6746613E4ABD487BF42D911986F8B466DD6FBAC4C32AFB3648B6B8370156"}, "downloadUrl": "https://civitai.com/api/download/models/348770?type=Training%20Data"}, {"id": 277648, "sizeKB": 36976.59375, "name": "nsyellownohelmet.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-18T05:25:55.754Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "58EA9D8F", "AutoV2": "0FACF1297F", "SHA256": "0FACF1297F7B0A0115E449B5E8CB2FBF4EC0295514D94828456C47DBB3937518", "CRC32": "64798C7A", "BLAKE3": "01A5589CC64F8FF6EBF757030278807A33DC6FE5678EA0018094B611441E7C85", "AutoV3": "228A16371A5F"}, "downloadUrl": "https://civitai.com/api/download/models/348770", "primary": true}], "images": [{"id": 6777048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36b29632-13b4-4bcb-95ca-6983fbc2c270/width=450/6777048.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UEJZ*qo30[%M0Ks-8wIoOZRQowt79#kDxuNf", "type": "image"}, {"id": 6777106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c98e434-1885-48ab-b97b-d6ebf9749d3a/width=450/6777106.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UPKJVy~B18JXY8%Oxs%1_4%Mxt%1%gtRt4WX", "type": "image"}, {"id": 6777102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef754482-2d2c-413b-8b52-7fae9ef7000a/width=450/6777102.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UCF}iK%K03IU1}tM}lj]0yoa%Mo#xqkp-Trq", "type": "image"}, {"id": 6777104, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6ded927-2cd4-43bf-858f-fd3750da9dbb/width=450/6777104.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UBH1I~E10G;2YiQ.}s571QIA~A9sR.M{^*r?", "type": "image"}, {"id": 6777105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d52db3b-f02f-4cb5-b776-150687c1fc35/width=450/6777105.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UGJGr;EN0Y#72yxG~99a5[%0^+M{E2xt%1xC", "type": "image"}, {"id": 6777103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/747842f5-35e9-424b-ab14-65efcfe39e07/width=450/6777103.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UNGS7b%i1BIWInx^Z|V=K9tUnfbw%%tTkYM}", "type": "image"}, {"id": 6777108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/544f23bb-7c27-4dcd-8f8b-102b430aa288/width=450/6777108.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UYJ7s=-:5bkFt:xu-l%M%Noet1%LxuM|s*bI", "type": "image"}, {"id": 6777107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4b50079-fa66-4d76-b929-7d28bf3d26bb/width=450/6777107.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UVJH8T?a17ERK-S7R.slOInhxutQMyRixVR,", "type": "image"}, {"id": 6777109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b28e20b-448a-47b8-a40e-e2a6840d7bad/width=450/6777109.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UnKwF7$xFhJDyZNGxuoM%ho0%1xuoMofoHkC", "type": "image"}, {"id": 6777111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d56237c-de69-4244-9089-2a947002c9f0/width=450/6777111.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UOJau~%hB@?G76X9OCxaT2IVcFMy4?M{aJf5", "type": "image"}, {"id": 6777110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71994583-55ed-4ca0-bbe7-a9e9d324c521/width=450/6777110.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UTIhNwJF1A^hKUNHrrf5EUnhtNt3D+oIRPs:", "type": "image"}, {"id": 6777112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d9f415d-ebe1-4fc5-b704-af043723c532/width=450/6777112.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UAH-oJ}*0B0C01S*8w,+ysIUt,Jn4p-CNYj=", "type": "image"}, {"id": 6777114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/591456ff-2875-4b44-b17c-8a16fb3c254c/width=450/6777114.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U9Ja19%y0I0200-64TE*cHIu_2J-01#*%ct5", "type": "image"}, {"id": 6777113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1272b036-1342-47ce-904e-fe88f09b4041/width=450/6777113.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UTG[m9NL77xa?dr=R.j@kYRlS5%059s,nNW=", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/348770", "modelId": 310732} \ No newline at end of file diff --git a/datasets/metadata/34879.json b/datasets/metadata/34879.json new file mode 100644 index 0000000000000000000000000000000000000000..4a1c6f102a91568262db0012df3775b7ba1aa49d --- /dev/null +++ b/datasets/metadata/34879.json @@ -0,0 +1 @@ +{"id": 34879, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-04T00:15:22.074Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["KaiouMichiru", "TenouHaruka", "TenouHarukaAndKaiouMichiru"], "stats": {"downloadCount": 914, "ratingCount": 179, "rating": 5, "thumbsUpCount": 183, "thumbsDownCount": 0}, "files": [{"id": 28732, "sizeKB": 132312.06640625, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-04T04:46:43.159Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D6BD1284", "AutoV2": "CD8C0EB071", "SHA256": "CD8C0EB07122D9F909FD33FE132BBB4E89F13C794A4712F4184750D2B94F66EF", "CRC32": "7C3ED533", "BLAKE3": "F2BF0F99EDA77DE640C99D472593C2DFF04D8225A28880B5211556F2E96E8866"}, "downloadUrl": "https://civitai.com/api/download/models/34879?type=Training%20Data"}, {"id": 49464, "sizeKB": 147586.32421875, "name": "HaruMichi.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-15T03:56:14.865Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7E53F3FF", "AutoV2": "F948325296", "SHA256": "F9483252964C6B7BB95FC1102279A86E4E29E01C819530E0EFAA50DC56380121", "CRC32": "9513E59D", "BLAKE3": "2D8735BAD11B42D2304E9354B46F96DB64A9FBA451BE4C5C062568BB15E884E8", "AutoV3": "837A69EC03FF"}, "downloadUrl": "https://civitai.com/api/download/models/34879", "primary": true}], "images": [{"id": 423662, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13477df2-fc3a-4e1b-5abd-07bb6dce0d00/width=450/423662.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UGKA1,]miJvN~Xn5wK-B:QbJ%M%1-Pw|IoIU", "type": "image"}, {"id": 423660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21dd1647-e882-4b2d-5b26-980a7ce3dc00/width=450/423660.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UFLzv[00S~D*^+M_WDRkRgt4N1o#~BaKI[X9", "type": "image"}, {"id": 423666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/465fb76c-2d43-4fbf-46e6-0b754c882400/width=450/423666.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U8H2D:?a009ZPAR-,qxC00R*~C%2=s%1EREj", "type": "image"}, {"id": 423655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84454c51-0213-4418-329a-a1ff177ed700/width=450/423655.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UXK1UWIAIpIn~p9FM}kCxrM_xvW?s;WAX7R-", "type": "image"}, {"id": 423677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ea69ade-b9f0-4a3e-f5e4-6e08303f1500/width=450/423677.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UJNAMB-p?dMx0#E3?Haw-5xYR+%LNGayo$t6", "type": "image"}, {"id": 423638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebc52729-32fe-4603-829d-b67fb702e800/width=450/423638.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UEJQ~2~W0eoc~ps:M|tRDh%LtnIprWNHk?IV", "type": "image"}, {"id": 423663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1a82f6c-f4b8-4d65-1447-627a27545500/width=450/423663.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U6HMM;~p17yDKjkWt8OY0MZ~}s-q%fNFIqtT", "type": "image"}, {"id": 423649, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fdec877-e9c4-424c-a11a-d8992fc54500/width=450/423649.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U6Hn~gRiC7?w58M{NLRj00W;~XnN00xa0g9a", "type": "image"}, {"id": 423664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01081736-dd95-4a6a-59e2-6d253aa04d00/width=450/423664.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UXF$bQ?d9cWFRTxvr_s;xsV?xZt68_RPRjRk", "type": "image"}, {"id": 423983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd76bf25-7977-4211-1e2e-e92ec090cb00/width=450/423983.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UCH.1rxv4:sl~pof9af99DxZtTo#IUV@%goz", "type": "image"}, {"id": 423675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a381b10-1f4e-4b0c-2268-39d0ca4f5d00/width=450/423675.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U8G8.gxu00R%00j]H?V?XnWV~Wt700s.ENIp", "type": "image"}, {"id": 424065, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbd01d93-a172-4885-f0ab-efee1f595600/width=450/424065.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UdODIJt7_Nxu%1j[W?bHt5ofS4ayoNWCj?j[", "type": "image"}, {"id": 423665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b754a739-e0a2-41c8-fcf5-d42846fd2000/width=450/423665.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UEHLC:XS00~AEixuR5EKTJxa?GE28_IVIq?G", "type": "image"}, {"id": 423656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7dd5efe-b226-4f7f-f183-d2188ec2d300/width=450/423656.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UBJtn^-:0xog%$S1%1xb?tof~Vs.I9WC9aRi", "type": "image"}, {"id": 423659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d784cff-1aae-4be7-29e5-f2557ec1c200/width=450/423659.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UJHxjA.5ESMy~U9tE3s*%IE1R:%K_3-qNJIo", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/34879", "modelId": 29054} \ No newline at end of file diff --git a/datasets/metadata/349089.json b/datasets/metadata/349089.json new file mode 100644 index 0000000000000000000000000000000000000000..cfb589ce8defd0652ea76613c69ae2d06d5b824f --- /dev/null +++ b/datasets/metadata/349089.json @@ -0,0 +1 @@ +{"id": 349089, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-18T10:44:23.073Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 328, "ratingCount": 58, "rating": 5, "thumbsUpCount": 74, "thumbsDownCount": 0}, "files": [{"id": 277908, "sizeKB": 42423.2138671875, "name": "madoka_higuchi_iDOLMaSTER.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-18T10:41:21.761Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A15B14AE", "AutoV2": "954B2B0A86", "SHA256": "954B2B0A863FB269431B9629DA1E0DE3C6E3F6EEE1805F6E68ACD6F34936E0EF", "CRC32": "8CEC2929", "BLAKE3": "A3D32D9D1837B47E8CD35F302E85E447989CD7A789350C7A98FAD006B828FE73"}, "downloadUrl": "https://civitai.com/api/download/models/349089?type=Training%20Data"}, {"id": 277907, "sizeKB": 22252.76171875, "name": "madoka_higuchi_iDOLMaSTER-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-18T10:41:20.377Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6A339070", "AutoV2": "422C79038B", "SHA256": "422C79038B01A28BBC643CE023B08136CBB68DDC7001A137A3A132453D43AA7B", "CRC32": "C47B6323", "BLAKE3": "38EBEED01D361FB89EA2DF7ED7B724C1826924962B3B92910CF3CA009CCBD1E7", "AutoV3": "70B40596C443"}, "downloadUrl": "https://civitai.com/api/download/models/349089", "primary": true}], "images": [{"id": 6784780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/504994c0-3110-4b97-8a6a-fc2edcecf3bb/width=450/6784780.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbOy^p%M?^xuDiay.7j[.8aysoj[%2ayxuRj", "type": "image"}, {"id": 6784779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cff34ec4-ff0f-4b4b-8443-59bef0fe8848/width=450/6784779.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbO:bI%M?^xuDiay.8j[.8aysnj[%2ayxuRj", "type": "image"}, {"id": 6785155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc859fb8-d596-4090-ba6d-6997274a49fa/width=450/6785155.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZI4-ORP?bjE~WxFNHoexuIUofRjRkWBxaj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/349089", "modelId": 311030} \ No newline at end of file diff --git a/datasets/metadata/349164.json b/datasets/metadata/349164.json new file mode 100644 index 0000000000000000000000000000000000000000..9476d6424e7b07d580a6a9c13df4c4dc7320001b --- /dev/null +++ b/datasets/metadata/349164.json @@ -0,0 +1 @@ +{"id": 349164, "index": 0, "name": "The Sims 4 \ud83c\udf32", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-18T14:22:34.429Z", "availability": "Public", "nsfwLevel": 1, "description": "The Sims 4 \ud83d\udcc0
", "trainedWords": [], "stats": {"downloadCount": 55, "ratingCount": 6, "rating": 5, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 277972, "sizeKB": 4147.5673828125, "name": "349164_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-18T11:55:49.197Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3180CD9D", "AutoV2": "41FF9A516C", "SHA256": "41FF9A516C496AB0A175AF2D13302B9C7F81F923FB021DB6E70162A1FBD7C0D0", "CRC32": "DB08D6DD", "BLAKE3": "00D6A602B7BAC02F915D47A78499DC186466AE9693939BA34945A0FFE3D95245"}, "downloadUrl": "https://civitai.com/api/download/models/349164?type=Training%20Data"}, {"id": 278110, "sizeKB": 223099.73828125, "name": "The_Sims_4_.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-18T14:26:10.489Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A75175C7", "AutoV2": "4771F1B6B4", "SHA256": "4771F1B6B4909F21C21DC70B69A96A1D293C6157932391BBE75CF09EA051C85D", "CRC32": "AB1CD30F", "BLAKE3": "49D0619EEA34E8A0677A07BEABF266FFB1B3D228C0627A4A730BEFC4DBCFC958", "AutoV3": "9D83DB24FD9B"}, "downloadUrl": "https://civitai.com/api/download/models/349164", "primary": true}], "images": [{"id": 6790703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88702ae5-c136-4220-9152-f10e020833a7/width=450/6790703.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6GlSA~q9F%NW=4nWBfk00tRxuRj_3_3M_of", "type": "image"}, {"id": 6790701, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c63692e-4a36-4747-b301-b433aacd22ee/width=450/6790701.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U2I#cG~p?Z4:4.4n-o4o0000E1%200NM9G~V", "type": "image"}, {"id": 6790702, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3782636e-a321-466f-92df-674be2756fb7/width=450/6790702.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Ku[*XR9eS5{*R*WENbHapGI@W;=KI;WBxZ", "type": "image"}, {"id": 6790704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae125781-337b-4065-bf98-fb5ff424a079/width=450/6790704.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5H_YotL~o9J00D%$_4p00EB9I%L07xv9I_0", "type": "image"}, {"id": 6790705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9840d95a-5a3d-405c-bb5a-4cd497fedf65/width=450/6790705.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5M#CT.RtS=x~UXmflenq]m,RPV@@[q^Rjbu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/349164", "modelId": 311100} \ No newline at end of file diff --git a/datasets/metadata/349263.json b/datasets/metadata/349263.json new file mode 100644 index 0000000000000000000000000000000000000000..ce0378580890553fd00b091fe01be48c4ecfc3c9 --- /dev/null +++ b/datasets/metadata/349263.json @@ -0,0 +1 @@ +{"id": 349263, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-18T13:15:56.095Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 230, "ratingCount": 37, "rating": 5, "thumbsUpCount": 54, "thumbsDownCount": 0}, "files": [{"id": 278047, "sizeKB": 42632.7666015625, "name": "Yuna_Tsubakihara_MasterPiece.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-18T13:16:41.519Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0F7F240C", "AutoV2": "C0F4FDEC75", "SHA256": "C0F4FDEC75FA3435B7D2DF091E00F2E3804CBF304A5FCEB250697477847C60E8", "CRC32": "AD1F7C86", "BLAKE3": "2756EEF7C455D54B592A55C875ECCCC8223ACFE7B271424820BC10101092485B"}, "downloadUrl": "https://civitai.com/api/download/models/349263?type=Training%20Data"}, {"id": 278049, "sizeKB": 22252.32421875, "name": "Yuna_Tsubakihara_MasterPiece-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-18T13:21:06.252Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8D59EC9B", "AutoV2": "C689C41B0F", "SHA256": "C689C41B0F3F88C29E4EEE5CE4F813CFB62ED24D93521D7A82CCBF4FCE9240D5", "CRC32": "201E294C", "BLAKE3": "2FA5535BDC0B7CFE055A8026B0ED2BB40C08CE966175E7EF275EBFCFE13CF6AD", "AutoV3": "434EDB9318FE"}, "downloadUrl": "https://civitai.com/api/download/models/349263", "primary": true}], "images": [{"id": 6788710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7478d1d5-1a3b-4dca-a098-0b66b307b7ba/width=450/6788710.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U[KmFOaetQof~BayozoLXSayW=ayS$fPkCj[", "type": "image"}, {"id": 6788712, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae3d93d4-bc55-4784-b031-06b8e7119f29/width=450/6788712.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U[KmFOaetQof~BayozoLXSayW=ayS$fPkCj[", "type": "image"}, {"id": 6789062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f462e8a9-2af6-4271-9969-81492d148dac/width=450/6789062.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UOGQ%zNH57xD~Af80fs,s,S2IpW=NaoJspog", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/349263", "modelId": 311191} \ No newline at end of file diff --git a/datasets/metadata/349417.json b/datasets/metadata/349417.json new file mode 100644 index 0000000000000000000000000000000000000000..175c026d62bd3f04c14d0f73bdde2aca3b1aaeb4 --- /dev/null +++ b/datasets/metadata/349417.json @@ -0,0 +1 @@ +{"id": 349417, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-18T15:28:25.314Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 280, "ratingCount": 40, "rating": 5, "thumbsUpCount": 58, "thumbsDownCount": 0}, "files": [{"id": 278181, "sizeKB": 22257.25390625, "name": "Nina_Tsubakihara_MasterPiece-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-18T15:31:07.482Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "072F778A", "AutoV2": "DEC69480EE", "SHA256": "DEC69480EE2B765BD9A7490931DA88D87751A1E38DEED8A8294A76C24BC78208", "CRC32": "8A1DFF5A", "BLAKE3": "ED57A5E5F177072DC3B6C55902833F8EB5FC22EADD5B0DAF086679F09D0C4EFD", "AutoV3": "40BFBB05ACB9"}, "downloadUrl": "https://civitai.com/api/download/models/349417", "primary": true}, {"id": 278182, "sizeKB": 42536.9365234375, "name": "Nina_Tsubakihara_MasterPiece.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-18T15:32:45.939Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C2F19DB3", "AutoV2": "67C2969EA7", "SHA256": "67C2969EA7028ABC9D1BEC02E61DA6F97CB406866E4FD97EAFEAB4CE5384F8EE", "CRC32": "ED18447F", "BLAKE3": "4BD387F0CC3B66E95BF6AB12D4AA3A9BB02564D680BA28E8AD533D01E3581F83"}, "downloadUrl": "https://civitai.com/api/download/models/349417?type=Training%20Data"}], "images": [{"id": 6792257, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b16565e8-4e44-4c89-9714-91821ddf427f/width=450/6792257.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbQIJIxuogxuq@f6%$kC.mofkrkCVZkCRjWB", "type": "image"}, {"id": 6792256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e97a7dea-0a03-4785-9625-78f26b036bfc/width=450/6792256.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbQIJIxuogxuq@f6%$kC.mofkrkCVZkCRjWB", "type": "image"}, {"id": 6792650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24606672-4695-427c-a482-02ef51e73404/width=450/6792650.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "URM%l]4nCmbb?DIpFLE14UMd+us9xuI;D+Iq", "type": "image"}, {"id": 6792656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a44a79eb-ecad-4721-b34e-34703a0641cf/width=450/6792656.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZN*L6u5%NyD~AX-r^pHOro~o$kX+unOOFR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/349417", "modelId": 311342} \ No newline at end of file diff --git a/datasets/metadata/349609.json b/datasets/metadata/349609.json new file mode 100644 index 0000000000000000000000000000000000000000..321b54c74280ad1b14505ad8fddab9e2263a5322 --- /dev/null +++ b/datasets/metadata/349609.json @@ -0,0 +1 @@ +{"id": 349609, "index": 0, "name": "Niro Knox XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-18T19:51:27.488Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["niroknox", "aviator shades", "hat", "leather jacket"], "stats": {"downloadCount": 49, "ratingCount": 2, "rating": 5, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 278350, "sizeKB": 4054.0673828125, "name": "349609_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-18T17:25:54.075Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EF53A18B", "AutoV2": "24C440656D", "SHA256": "24C440656D65743D8334E5AB2474149E311E708B5E3CBBC89AFCD2212B4845D3", "CRC32": "1C936FEC", "BLAKE3": "FE64889C7665A8B7A9AA1919861F3836EC6E99E96A321FFF82E0D1C79CD08F24"}, "downloadUrl": "https://civitai.com/api/download/models/349609?type=Training%20Data"}, {"id": 278461, "sizeKB": 223107.94921875, "name": "Niro_Knox_XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-18T18:51:35.144Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3CD9515A", "AutoV2": "26555E70DF", "SHA256": "26555E70DFE32D4726D0C0A6345D443DF4AADFEDF173150F770AB40F2FA0B9E7", "CRC32": "DD821A65", "BLAKE3": "492BA7AFCCE893B058B13181C2CB0DE061171B73959D510BC97BFB6C2351ACF1", "AutoV3": "E72F25B10FE4"}, "downloadUrl": "https://civitai.com/api/download/models/349609", "primary": true}], "images": [{"id": 6801162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be27ab98-dced-42f3-8149-aad015e76ee4/width=450/6801162.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdKw,.D+.7%f?wslo~ozF$R-MyIqS5kDV@jF", "type": "image"}, {"id": 6801166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11715a4d-bf57-4e78-9f52-cd039cdefca8/width=450/6801166.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKI;n#~p%z?u~T%J9Ht7%LM_IAoctlxun$oz", "type": "image"}, {"id": 6801703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1d92430-0213-4a47-a7eb-de151541991d/width=450/6801703.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCFYZ4Mx0K$%MJoftmxtDit7x]f6_NoKIAR+", "type": "image"}, {"id": 6801164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d29df06-e78e-472e-9407-9eebb2833280/width=450/6801164.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQIq+L8^ysT0?cVXt-R*0LoID%IAMdodM{RO", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/349609", "modelId": 311512} \ No newline at end of file diff --git a/datasets/metadata/349828.json b/datasets/metadata/349828.json new file mode 100644 index 0000000000000000000000000000000000000000..8e0043ab3d27ef205a48d1578f41806d3345f0dc --- /dev/null +++ b/datasets/metadata/349828.json @@ -0,0 +1 @@ +{"id": 349828, "index": 8, "name": "2.5DRealistic", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-02-18T20:16:38.287Z", "availability": "Public", "nsfwLevel": 27, "description": "", "trainedWords": [], "stats": {"downloadCount": 7593, "ratingCount": 23, "rating": 4.78, "thumbsUpCount": 640, "thumbsDownCount": 1}, "files": [{"id": 282003, "sizeKB": 7353.05078125, "name": "2.5DRealistic.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-21T07:55:41.711Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F2210B72", "AutoV2": "BED43E906D", "SHA256": "BED43E906DBFBF27297B38B3CE3BCD24E5837F92CAB0B18CAE7317E634B1C25E", "CRC32": "89DF01F8", "BLAKE3": "8D812F2D08E1C0D37FFA3480E1E5E0B80B758C6488784F72ECE6E1E622BA8EED", "AutoV3": "349772A7A13D"}, "downloadUrl": "https://civitai.com/api/download/models/349828", "primary": true}, {"id": 278577, "sizeKB": 25242.2763671875, "name": "2.5DRealisticDataset_V0.1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-18T20:25:57.079Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8F3A6221", "AutoV2": "B8FD3E71A9", "SHA256": "B8FD3E71A96FD01495DA5EAF5C0DAE1713FAB91D8D9FA6B413C3E82E5A101DD7", "CRC32": "1E8289B9", "BLAKE3": "906422746A4E419FBAC7C4D5840516BC69DA9907AA9F3CE2976D63FADBEFF933"}, "downloadUrl": "https://civitai.com/api/download/models/349828?type=Training%20Data"}], "images": [{"id": 6802751, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/deff9134-ba26-4a50-b39e-c8ba4123e42c/width=450/6802751.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UBC$=k?v%LIp~qyDtS-:-o%g.7tRkVtRbws;", "type": "image"}, {"id": 6802626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c6aef5a-c9f2-42dc-b102-8500489ac57e/width=450/6802626.jpeg", "nsfwLevel": 1, "width": 4608, "height": 1197, "hash": "UxIEhHNIWXoe~pWXa}oL.8oJofj[%goJoLay", "type": "image"}, {"id": 6802786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/236dd875-b336-4613-b8cb-70061d001da1/width=450/6802786.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "USEC8%-:ofIp~VofofR*IqIpWBs:E3Rkayof", "type": "image"}, {"id": 6802689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/217cde06-568a-427e-866c-9e342ab16da6/width=450/6802689.jpeg", "nsfwLevel": 1, "width": 4608, "height": 1197, "hash": "UxIqliNKR,oe~pbIa}j[yEjYofj[%gjYoLj@", "type": "image"}, {"id": 6802732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7df7c488-cc9e-46af-bd41-2bf9299ddec0/width=450/6802732.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "U5Ee=7_2~UbX?F.8?u?azn%NtT-;5@^+%hV{", "type": "image"}, {"id": 6802684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd25e6f6-03c1-4ac3-afe7-87414786859f/width=450/6802684.jpeg", "nsfwLevel": 1, "width": 4608, "height": 1197, "hash": "UiIEhFNHWXof~qWXj[j[?bf6offk.9smoffR", "type": "image"}, {"id": 6802720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/840c1b90-f0ca-42b1-8c66-dcfac9b7ffce/width=450/6802720.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UIG[4Z~T0fNf^P%2yCSdXmX9S5t6X,yCnmM|", "type": "image"}, {"id": 6802688, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8686ed57-2db8-4a72-be04-ef744621fd17/width=450/6802688.jpeg", "nsfwLevel": 1, "width": 4608, "height": 1197, "hash": "UkJtemWUjboe~pa#j[j[.SaykBa}.Se:j[j[", "type": "image"}, {"id": 6802715, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2265c7b8-dc04-460f-b747-352cdb83a556/width=450/6802715.jpeg", "nsfwLevel": 16, "width": 768, "height": 1024, "hash": "UGF=N?~V9uNH?a-:%2WXxao#xuxaNe-pxuWX", "type": "image"}, {"id": 6802594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e30ce4a-c369-4964-a3a7-61e10bb65195/width=450/6802594.jpeg", "nsfwLevel": 2, "width": 4608, "height": 1197, "hash": "UhIXmgNHWVof~qofj[kB?vjZofa}?cWBoLf6", "type": "image"}, {"id": 6802711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64bffa4a-a1b1-499a-9132-62b728a05364/width=450/6802711.jpeg", "nsfwLevel": 16, "width": 768, "height": 1024, "hash": "UAEo6}~V0}?H_3-:_2XSXnof-p?a9u%1%2Nc", "type": "image"}, {"id": 6802576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/014e824f-6a76-4b44-97ff-314796025c45/width=450/6802576.jpeg", "nsfwLevel": 16, "width": 4608, "height": 1197, "hash": "UjIN~%Rkn%oe~qkCj]j[_3WBj[bH-=jZj[j[", "type": "image"}, {"id": 6802709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a49aa38b-1c56-4d0e-aa03-dd08851d83bc/width=450/6802709.jpeg", "nsfwLevel": 16, "width": 768, "height": 1024, "hash": "U8GRCy~V0L0gDPxvNf9aEmrr-o-:In-p~VNH", "type": "image"}, {"id": 6802596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2eecdbd2-a4af-45ce-a55e-e3c19efb424f/width=450/6802596.jpeg", "nsfwLevel": 16, "width": 4608, "height": 1197, "hash": "UbJQ$YIpflof_4WXofoL?woIoLa}_3soj[a|", "type": "image"}, {"id": 6802717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3df9074f-ce4d-4ccb-bbff-54d5d3b787f4/width=450/6802717.jpeg", "nsfwLevel": 16, "width": 768, "height": 1024, "hash": "U9CP9P~AI=D+KPE3xtoyM~M|-n={Sfxt9bIp", "type": "image"}, {"id": 6802575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf33b146-430c-4b3a-82fb-389bf0ea3abe/width=450/6802575.jpeg", "nsfwLevel": 8, "width": 4608, "height": 1197, "hash": "UbH_PnIoWCoe_NbIofj[~qf6j[j[_3oKofj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/349828", "modelId": 297619} \ No newline at end of file diff --git a/datasets/metadata/349918.json b/datasets/metadata/349918.json new file mode 100644 index 0000000000000000000000000000000000000000..9cd63298d0f3cfd1a90eec27e6b79e59f2268d14 --- /dev/null +++ b/datasets/metadata/349918.json @@ -0,0 +1 @@ +{"id": 349918, "index": 0, "name": "Hurricane Yellow Ranger", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-18T21:01:12.556Z", "availability": "Public", "nsfwLevel": 1, "description": "Weight 0.8
", "trainedWords": ["nsyellow, helmet, fishnets, belt, 1boy, male focus, ninja, yellow bodysuit, yellow pants"], "stats": {"downloadCount": 70, "ratingCount": 4, "rating": 5, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 278626, "sizeKB": 36976.875, "name": "nsyellow-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-18T21:05:48.222Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BDD0ECCC", "AutoV2": "A95859FAAE", "SHA256": "A95859FAAECDCF65528D9120EAC94EB2FD5C9BF7D1F3C3BF00D8F0CE9E076C60", "CRC32": "71F2AA7A", "BLAKE3": "2783D8DF849F79A78CE0C04AEBEB7D6631BF968F1DBCA24A8CE24EFE5B9DE2CD", "AutoV3": "87F333730566"}, "downloadUrl": "https://civitai.com/api/download/models/349918", "primary": true}, {"id": 278627, "sizeKB": 7099.1640625, "name": "nsyellow.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-18T21:05:56.306Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7788012B", "AutoV2": "410796BDC6", "SHA256": "410796BDC6CBFE10119A7D44B4E24A53143F423F2FF4CA377C69E6B6537C554C", "CRC32": "1EF6CF65", "BLAKE3": "EBD63BC25ED42E9DB2A24DB2958A60404C43718061AB83AD562DE160A63E0462"}, "downloadUrl": "https://civitai.com/api/download/models/349918?type=Training%20Data"}], "images": [{"id": 6804447, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f0328a7-eb9b-4e32-9263-2ea8ae8d566b/width=450/6804447.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U5G[7L0104={1SVeznjM#f9LKP~R0C^z~70i", "type": "image"}, {"id": 6804569, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5172b84b-4c5a-46ae-b1d1-b6d776ae1242/width=450/6804569.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UAGu5M_105It2|-=;Nt6~U%f.8oy0jss%3Rk", "type": "image"}, {"id": 6804567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c709d9ff-509d-4f43-aca0-5fafb664a3cd/width=450/6804567.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U9Hd~Ls*0a01034pDh-h6DV[~BIVjH-n^#$|", "type": "image"}, {"id": 6804571, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04f69303-67c2-41c9-9872-6fbceb8a335d/width=450/6804571.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UJIEFD9d0;^g9]WBR4tT.TR.%2%0xcV?-NOZ", "type": "image"}, {"id": 6804576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e234c7ed-feca-4c61-aae3-759d291e45b6/width=450/6804576.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UBGks?~o0C030#N1R5tR9%xu^kRP9GS2xYkX", "type": "image"}, {"id": 6804572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef8c72e7-2789-4112-8859-f2013da4af1a/width=450/6804572.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U9Hw#d6.08}+0==_id0o5SE8~Axt4=^$T0S~", "type": "image"}, {"id": 6804574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8b5ad81-0930-4915-8282-481cae4a2fef/width=450/6804574.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U9HBP7^F0b05C700IUrT24R#~WR-$jDh_1WA", "type": "image"}, {"id": 6804579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f05d1457-c26d-4c63-ab20-9f0615194266/width=450/6804579.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEIXQwxt5_IwRP0hMc-mAL9F=?NLI]xu-obx", "type": "image"}, {"id": 6804577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87731894-8b16-4222-a5af-d343bdc55c9d/width=450/6804577.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGHUg@tm1UtT0eRjDhi]JYNIxYozae%N%KbI", "type": "image"}, {"id": 6804581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ca494f4-4436-4e9e-b56a-d8306f6b205e/width=450/6804581.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UCHnQX#70G~7It}k+s+}D=ag-P--a1Vq-oIV", "type": "image"}, {"id": 6804582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/822c2b22-ac39-437e-b2bd-17d055374ed2/width=450/6804582.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UMIg=UIS0=E8TyD*i^-.t:Di?aozofMy-nt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/349918", "modelId": 310732} \ No newline at end of file diff --git a/datasets/metadata/349930.json b/datasets/metadata/349930.json new file mode 100644 index 0000000000000000000000000000000000000000..7edfbb0ffa8548873330afef2834ea70159f263b --- /dev/null +++ b/datasets/metadata/349930.json @@ -0,0 +1 @@ +{"id": 349930, "index": 0, "name": "Realistic Clouds v1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-18T22:01:06.137Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 330, "ratingCount": 13, "rating": 5, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 278647, "sizeKB": 2053.1259765625, "name": "349930_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-18T21:30:55.053Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BF1A8F81", "AutoV2": "61F70209AD", "SHA256": "61F70209ADFD93E8CA5AC04185203C85AAC4528F93EF68D5D112A03950947D2A", "CRC32": "86D29CCE", "BLAKE3": "7ED1FDD73955CC673D3371BEB3CC63EBEB05A38F83DAADDBD2F4D26F303AA0E8"}, "downloadUrl": "https://civitai.com/api/download/models/349930?type=Training%20Data"}, {"id": 278682, "sizeKB": 223099.12890625, "name": "Realistic_Clouds_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-18T22:01:27.804Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7EC63CA1", "AutoV2": "1D79CA21DB", "SHA256": "1D79CA21DB4681133D94FEFC799AE4DD5B88D57FF67E471E43BCE6C053EC5042", "CRC32": "045FF690", "BLAKE3": "962FBB423DB68607697CCEF5891D8B9860F48A60291B249B830A3F308EA19A9E", "AutoV3": "7FB60E31B2EF"}, "downloadUrl": "https://civitai.com/api/download/models/349930", "primary": true}], "images": [{"id": 6806608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64895205-b33c-4466-9137-d51f35e8360d/width=450/6806608.jpeg", "nsfwLevel": 1, "width": 4096, "height": 3072, "hash": "U5EN9$MI00%L0HX=?Xt7005G%K$dMbVqOuxU", "type": "image"}, {"id": 6807287, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6f43747-8f8b-48f4-868e-4cd346125c63/width=450/6807287.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UAFFspo~00M{6n02^*M{OsD%R4%L~W-o4o-;", "type": "image"}, {"id": 6808311, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43b63663-5713-4991-9015-805c73d9312c/width=450/6808311.jpeg", "nsfwLevel": 1, "width": 1024, "height": 768, "hash": "UKM?GD5Ss@~CI|WBIqE2MwEjNDs*xcE|$#$l", "type": "image"}, {"id": 6808620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bad8460-c3ef-49e3-86d7-f40cc6b9856a/width=450/6808620.jpeg", "nsfwLevel": 1, "width": 1024, "height": 768, "hash": "UIBWoO~qX9WC01D%oIj[n$aeWVfj_2-pt7of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/349930", "modelId": 311804} \ No newline at end of file diff --git a/datasets/metadata/350184.json b/datasets/metadata/350184.json new file mode 100644 index 0000000000000000000000000000000000000000..42ede70d22deaefaedda54dd229f937f2b5717a4 --- /dev/null +++ b/datasets/metadata/350184.json @@ -0,0 +1 @@ +{"id": 350184, "index": 0, "name": "v1.1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-19T03:53:34.056Z", "availability": "Public", "nsfwLevel": 1, "description": "Used more sample data, more steps, and trained for higher resolution
", "trainedWords": ["Foxparks ", "Flaming tail", "Flaming paws"], "stats": {"downloadCount": 153, "ratingCount": 11, "rating": 4.82, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 278849, "sizeKB": 36979.3515625, "name": "Foxparks.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-19T01:15:48.727Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AA12025E", "AutoV2": "737BD46FA6", "SHA256": "737BD46FA69A847563F28F41E8C67A019074E93C1FDEB819323B793126EAB77C", "CRC32": "29346A34", "BLAKE3": "8AA92FC74BD05A3DCAE4550256806B44B1DDC96476231AED6B0A92A495023D1F", "AutoV3": "48E16FE3700F"}, "downloadUrl": "https://civitai.com/api/download/models/350184", "primary": true}, {"id": 278848, "sizeKB": 5836.892578125, "name": "349657_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-19T01:10:55.434Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "201E026F", "AutoV2": "5FD9855D72", "SHA256": "5FD9855D720B4FDFF0A2C60911E0904B5C458FEA44FE59E839658434F7F39A32", "CRC32": "F2442E43", "BLAKE3": "4D38BB69A09139BEAD2CBA6F45B959A8829174EB8938D03A6101C28B76F3C877"}, "downloadUrl": "https://civitai.com/api/download/models/350184?type=Training%20Data"}], "images": [{"id": 6816813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8502c8b8-1a06-4137-b71a-67078512e2b7/width=450/6816813.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAHdmQRn00xX.T^iZ$Mx7dEQvM$y0ME3-4kW", "type": "image"}, {"id": 6816814, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ce19622-ad0b-4432-8d0e-c7059cce884c/width=450/6816814.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAH^ty1402]$x{ENE2=w2uwI}9xu5+IWrpxC", "type": "image"}, {"id": 6816815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c23ca5fa-0930-48c7-ab0d-3fe55fae9860/width=450/6816815.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9H^z=x[00R63GM}vet72wn$;1kV$xbGIVNH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/350184", "modelId": 300576} \ No newline at end of file diff --git a/datasets/metadata/350238.json b/datasets/metadata/350238.json new file mode 100644 index 0000000000000000000000000000000000000000..c092781537e601125857f9b5d2ea25a72893849f --- /dev/null +++ b/datasets/metadata/350238.json @@ -0,0 +1 @@ +{"id": 350238, "index": 2, "name": "Outfit", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-19T02:01:38.226Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["dtwhite, male focus, 1boy, belt, bodysuit, gloves, armor, (EX: blonde hair, blue eyes, hair over one eye)"], "stats": {"downloadCount": 40, "ratingCount": 2, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 278905, "sizeKB": 36976.7578125, "name": "dtwhite-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-19T02:05:48.065Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D5A5D83D", "AutoV2": "35BCAA13B8", "SHA256": "35BCAA13B876284538229D1CE4AFCE65C45CA1E4528652D9652D222040B1AFEA", "CRC32": "8416CD37", "BLAKE3": "84B14F9E50B889E567534499D54A503FAE135531EE271B9BF46F435C6E990344", "AutoV3": "4117725C95AD"}, "downloadUrl": "https://civitai.com/api/download/models/350238", "primary": true}, {"id": 278903, "sizeKB": 12705.2119140625, "name": "outfit.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-19T02:05:59.250Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "77314E93", "AutoV2": "757EF563E3", "SHA256": "757EF563E30C7BB41F93DA44ECD6592A64D175A3C103951DB8DBE1BDD76734C9", "CRC32": "F31CAE87", "BLAKE3": "92B27E1FC90D89FA1523FDBC69784084B90A594E96DD08DD93FA64333E956B74"}, "downloadUrl": "https://civitai.com/api/download/models/350238?type=Training%20Data"}], "images": [{"id": 6813738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88c5a160-e6a8-4ec2-a087-1c168654151d/width=450/6813738.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UlJ8q%xuEeNG.TWrTMo2tnWFbwkCb_axWBj?", "type": "image"}, {"id": 6813751, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc8cd3af-ee2e-4700-bafc-66db470dcb40/width=450/6813751.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UEFr@d%f0000khK7%L%1.8T2-m${?wkrROi]", "type": "image"}, {"id": 6813752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b1c81a6-6dec-48bc-9d4b-09254911aafa/width=450/6813752.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U7F~gZ0100~9008y0k?a?[Vu-;S49;RP?GNG", "type": "image"}, {"id": 6813753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/805f06ae-5225-4c68-9d03-3233ad3d8857/width=450/6813753.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UHHoL9~o0J0d%b?I9co@-,oyRiNY_Kx]fgM_", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/350238", "modelId": 312069} \ No newline at end of file diff --git a/datasets/metadata/350639.json b/datasets/metadata/350639.json new file mode 100644 index 0000000000000000000000000000000000000000..c59b564a74d764166dcd46557446a4737462e6bd --- /dev/null +++ b/datasets/metadata/350639.json @@ -0,0 +1 @@ +{"id": 350639, "index": 1, "name": "Big Blue Trans V.2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-19T13:05:03.160Z", "availability": "Public", "nsfwLevel": 28, "description": "whatever the hell training does
", "trainedWords": [], "stats": {"downloadCount": 93, "ratingCount": 1, "rating": 5, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 279266, "sizeKB": 5698.115234375, "name": "350639_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-19T08:50:46.963Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "74527C26", "AutoV2": "91D52B6E64", "SHA256": "91D52B6E64093C26F2A62AAC9871B151F1E4B66E89E67B6C70FFDA425993CB1E", "CRC32": "FEE70830", "BLAKE3": "41658F0887C4C047E8A755AADF1AB0471B6B2EF1FDEE2E1F254CB362B5BCBF5C"}, "downloadUrl": "https://civitai.com/api/download/models/350639?type=Training%20Data"}, {"id": 279411, "sizeKB": 36977.9453125, "name": "Big_Blue_Trans.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-19T11:36:32.861Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "543B0378", "AutoV2": "0E6D958427", "SHA256": "0E6D9584274238BEB5BDBFD77818E4AF0B1DCD49DA2022BCD93C903630D6AFE0", "CRC32": "4F91C4A9", "BLAKE3": "06FE82FDD3D00B98F664CA557A5E88DAF1201C78035E50BB47826C51233BF749", "AutoV3": "9142D8FB7171"}, "downloadUrl": "https://civitai.com/api/download/models/350639", "primary": true}], "images": [{"id": 6830762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f01fb8e5-d399-4c78-b4a6-21ae86eb8c4e/width=450/6830762.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U8JjoO4.yZwH00NMbc%N0oI@009F03%N?b-;", "type": "image"}, {"id": 6829999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ac318a0-cce5-4ace-bbe4-4f0ce69692aa/width=450/6829999.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UCGR-r^+PWoH~pWBNGIpo}t7XVx^^*xtxYxD", "type": "image"}, {"id": 6829996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbbbcc4a-cf05-4e1a-a9f8-4458a6d17f2a/width=450/6829996.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UBHBe[~pu4-p~p-;TKjENZShaO-pxbsp-pkW", "type": "image"}, {"id": 6829995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6b510e6-9ef8-4265-bd80-1f30fcedb850/width=450/6829995.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UPH1_LtmK6X9~UxuNxkC57xC-6t5RPayWBay", "type": "image"}, {"id": 6829998, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b031208-870b-44e7-845f-d3ff0d978b2c/width=450/6829998.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UCF$6I~q1Q4:qsR5IoEL15Io^4$%VYo}tRad", "type": "image"}, {"id": 6829997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/797aeddd-1f02-4cf5-9db0-e5248660f5b0/width=450/6829997.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UPHB--IUt,V@~VNGS%i^.8jFrqNGs.x]t7ay", "type": "image"}, {"id": 6830000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b68a203a-31a0-4ac5-8916-02abb0decaf7/width=450/6830000.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UFGberKQEgVY~VX8E1Vrt1-n%2XT?wxvxvjE", "type": "image"}, {"id": 6830004, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff676f13-ff11-43c4-8e6a-78b4fd3368b4/width=450/6830004.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UAG8=x9v%dr;~9xu6AnhM^-:8xt8%%ay^%W?", "type": "image"}, {"id": 6830001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2358842c-dbc7-4e01-ab70-0af381d1307b/width=450/6830001.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UQGbPB.8O[X9~A%2S$n$Ott8s8n$NGNHwbw]", "type": "image"}, {"id": 6830002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab98c5a6-a968-4dc6-822b-9570861927ab/width=450/6830002.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UFG*]7t79^x]W?WBI@bI.TRknlWXx^s:%LoK", "type": "image"}, {"id": 6830003, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fba94d9-a6c1-4200-a9a4-5eaf5a9dc8be/width=450/6830003.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UEH-.EOZ?Y$f?]?aOGNG^HEiT2%2%N}=v|%1", "type": "image"}, {"id": 6830763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efab3238-3ef5-4468-a736-ac64813b9ccf/width=450/6830763.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UUHLMIV@F3Rj~pR%oKV@o#ofw]aeMxs:R*R*", "type": "image"}, {"id": 6830764, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1123691-4135-4466-be8c-864969baa100/width=450/6830764.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UKKmU~9s_4%3R39ZWFt70jITDixYIUoHbIt6", "type": "image"}, {"id": 6830766, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c56cf13-5ba7-444f-9e6d-05757f334c21/width=450/6830766.jpeg", "nsfwLevel": 8, "width": 768, "height": 512, "hash": "UMI;*Uk?Gv-U~Uoe-9xZbGVrwHX9OaWBNGWp", "type": "image"}, {"id": 6830767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/755ba9f3-a4d1-40f8-b07a-3b2e4d38f343/width=450/6830767.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UMLDT5sn_4%Ln5smn~M_yZRia^xus=j[bYkD", "type": "image"}, {"id": 6830765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10611726-741c-47ec-99f1-2a9668764271/width=450/6830765.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UBH-1E~qcG?cJgI=R:In0]%MxUaw4;WAos%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/350639", "modelId": 312447} \ No newline at end of file diff --git a/datasets/metadata/350754.json b/datasets/metadata/350754.json new file mode 100644 index 0000000000000000000000000000000000000000..98d34e0e9d77ebca3f6ade0983358146994b9a8e --- /dev/null +++ b/datasets/metadata/350754.json @@ -0,0 +1 @@ +{"id": 350754, "index": 0, "name": "Rajasthani Culture", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-19T17:44:50.663Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 78, "ratingCount": 4, "rating": 5, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 279477, "sizeKB": 223108.56640625, "name": "Rajasthani_Culture.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-19T12:46:40.569Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9EA8D8B1", "AutoV2": "252DA245F3", "SHA256": "252DA245F368CC5A1A2CC1F9B47B201C84A26014EBF4E19668A33E55A5996D2B", "CRC32": "A72BCBA0", "BLAKE3": "26C2285BC0E562AC54AE687D437B7EB59F8D69C33E926BA8D49B64D7EDF6DD85", "AutoV3": "52D3FE1E2667"}, "downloadUrl": "https://civitai.com/api/download/models/350754", "primary": true}, {"id": 279420, "sizeKB": 21454.8505859375, "name": "350754_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-19T11:45:54.645Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6AC0E185", "AutoV2": "D66DEB9D97", "SHA256": "D66DEB9D97516762B0676A3CF7140CAD7169A2D6FAEC17FE612D1CD7362B87E1", "CRC32": "79B89BEE", "BLAKE3": "AFA87C1DFC74C92101773457F1E9FC43BAC79E51CE26E919C5F0D41745FA1015"}, "downloadUrl": "https://civitai.com/api/download/models/350754?type=Training%20Data"}], "images": [{"id": 6840744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5147c8c8-6ae4-4a5b-8b17-7764bb293fc3/width=450/6840744.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOM~tN~TxY01~WXTXRs8.9xt%Lnh?vNeWBn#", "type": "image"}, {"id": 6840756, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63e8a77c-c5a8-45e0-849c-01a8134954df/width=450/6840756.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGGGhC}sEh5T:*#REgIp}B-Uxu%Mt5I:I:M{", "type": "image"}, {"id": 6840794, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47472d41-5d33-4e4d-8a2c-c7873b1e3e5c/width=450/6840794.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USM$e;^*01eS_No~M_xt.7xu$$X5?ItRVsrq", "type": "image"}, {"id": 6840802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01d6e409-f36b-43dc-8614-fa4a626de3b8/width=450/6840802.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULJ6p8~B-:9b~9n%$%NGE2M|w[sA-7WBI;sC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/350754", "modelId": 312555} \ No newline at end of file diff --git a/datasets/metadata/350771.json b/datasets/metadata/350771.json new file mode 100644 index 0000000000000000000000000000000000000000..35319b2651ccc36955f3f57d4a9b44181024eec3 --- /dev/null +++ b/datasets/metadata/350771.json @@ -0,0 +1 @@ +{"id": 350771, "index": 0, "name": "Old gods rising [SDXL]", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-19T19:39:54.952Z", "availability": "Public", "nsfwLevel": 1, "description": "Rank 16 SDXL LoRA
", "trainedWords": ["but the old gods are rising"], "stats": {"downloadCount": 189, "ratingCount": 18, "rating": 5, "thumbsUpCount": 37, "thumbsDownCount": 0}, "files": [{"id": 279367, "sizeKB": 9296.4951171875, "name": "350771_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-19T10:50:52.865Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "42C361EB", "AutoV2": "496E3B9867", "SHA256": "496E3B98674A4D527EF2AC51629E8FF82A5F0C892F63F6211D1E61280B5BC13F", "CRC32": "F07B40FB", "BLAKE3": "B22ED95A717B868739AC38E9F2F1ED4CC0B58818DEC0F2910A53F42BE13A44A7"}, "downloadUrl": "https://civitai.com/api/download/models/350771?type=Training%20Data"}, {"id": 279964, "sizeKB": 111755.48046875, "name": "Old_gods_rising_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-19T19:35:47.700Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "17F29311", "AutoV2": "21A90AF043", "SHA256": "21A90AF04323E2A3C1C160C847BD2D047E432C98B77933ACE6D1CAD79CB708CD", "CRC32": "0BE30B1A", "BLAKE3": "FFEEAEDB28D8C6395DD32514CFF96C9B0E07BF80F338B1F6DC7DFE03DF3CEE24", "AutoV3": "C562CBFE5111"}, "downloadUrl": "https://civitai.com/api/download/models/350771", "primary": true}], "images": [{"id": 6844433, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b62eb19-b96a-4996-8cab-7abffaf12837/width=450/6844433.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTGuN|t7tlt6_Mt6XTW=E+oJRkW?OsRkRQW;", "type": "image"}, {"id": 6844458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6efd3b7b-2484-4352-b968-6b3c1503ca87/width=450/6844458.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "U5C~hxxYKRt7~ToJrqbH18S4-4j?4_WX%2o0", "type": "image"}, {"id": 6844434, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/477cb9cb-7af8-4a9f-a2a3-c191178f7fe2/width=450/6844434.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDDuC[~A0#9u?Ft6IpNG0$ENt6xZNHWCs.o1", "type": "image"}, {"id": 6844472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb14c19d-fdc2-4f46-8dfd-471ad912df2c/width=450/6844472.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "U3C=}69G0F_2VgtSC9s;0~IA4nJV}@Sj},IA", "type": "image"}, {"id": 6844450, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87e73982-7476-4be0-aa1b-7a9e7cc9eee2/width=450/6844450.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UVM74Hof~qt7t,WBaKWV?vfkInaxxaj[V?fj", "type": "image"}, {"id": 6844457, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc1ba512-e118-4ce9-a366-396a9237669d/width=450/6844457.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1024, "hash": "UGCPq,M{E1xtxFaeRjt7M{azRjay~qR*R*ay", "type": "image"}, {"id": 6844442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23176f29-12c4-4a79-89b9-837a5efcf57f/width=450/6844442.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7GQkar.0FOc0EwM?SS^DNXn~RrXE1t8#%R*", "type": "image"}, {"id": 6844437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97474386-2e7f-4397-8085-976e2ecc5fcb/width=450/6844437.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UBG@Ji}r0.0g_1KOMw$j0oM#-.%J2,n#KkS7", "type": "image"}, {"id": 6844446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c48b0e6-9b6e-439f-beb8-1c07820f49ad/width=450/6844446.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5FgkB0$1C[dGv0|^i|}TQZ%|$KN04+a9ute", "type": "image"}, {"id": 6844452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7273b544-c40e-4f0d-ae71-508f2923fada/width=450/6844452.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAH1[F%27LM|0Kae00Na?^s.tRbF8^aexbWX", "type": "image"}, {"id": 6844448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a34114d-81ce-49aa-98e8-3d25fcf773c0/width=450/6844448.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U2FOAeIp0F[5m5Ew0$eG00#Q{xqzz6yB+AS~", "type": "image"}, {"id": 6844465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8427f93-2f94-44e2-a77a-4dd4e5355ef3/width=450/6844465.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "UCGuwLNMDs~qqGIUtTM{0[xu9DJC0Ww]TeXT", "type": "image"}, {"id": 6844470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e7d0226-171a-444e-b95f-23f3e74946cf/width=450/6844470.jpeg", "nsfwLevel": 1, "width": 1024, "height": 768, "hash": "UPE:9vI^bF?Z_MSiM{s:59xtD+M|I^xtM}f6", "type": "image"}, {"id": 6844463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3e3cce7-be5b-4f07-bc87-92498ba5ca00/width=450/6844463.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "U6D+*srV00~p[4x@E2Q.03nP%L9[;LcE~Trp", "type": "image"}, {"id": 6844451, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71270a5b-5c9d-4720-89d6-bfe59c635528/width=450/6844451.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1024, "hash": "U8G*sX5619.800^O58E22y$e~AWB*|5YW=nh", "type": "image"}, {"id": 6844440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb040b0f-dec4-4d1e-876c-5acaf0515d86/width=450/6844440.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8D[F9~U0V0Pw#t75:WEIYIpOW%0P7bF+ww|", "type": "image"}, {"id": 6844473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9f372a6-24fc-41d0-a5f6-3c4001863a95/width=450/6844473.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "U6B.o,^k020M_KOV0NRQ0zIp%1-oMMrt?G%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/350771", "modelId": 312572} \ No newline at end of file diff --git a/datasets/metadata/350897.json b/datasets/metadata/350897.json new file mode 100644 index 0000000000000000000000000000000000000000..309ee0b06c909f9c85968e5470eb6b4a7fde36e7 --- /dev/null +++ b/datasets/metadata/350897.json @@ -0,0 +1 @@ +{"id": 350897, "index": 0, "name": "Dino Thunder - White", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-19T12:25:11.972Z", "availability": "Public", "nsfwLevel": 1, "description": "Image quality has been improved
Weight 0.9
more inbreeding, new pony version coming soon too
", "trainedWords": ["ciara faux"], "stats": {"downloadCount": 60, "ratingCount": 1, "rating": 5, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 279698, "sizeKB": 136604.3271484375, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-19T15:51:39.248Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E6FA3D0E", "AutoV2": "FD7A1A6D47", "SHA256": "FD7A1A6D4785F221345C2A0B02D61263FC2FF228B9774D0C0DAE5BFB29FF546F", "CRC32": "7F494D8B", "BLAKE3": "AA03084ECB1A406420D2DB2B46737E3A3ABB3895F40CC933FC58CC7F7784EDBC"}, "downloadUrl": "https://civitai.com/api/download/models/351172?type=Training%20Data"}, {"id": 279697, "sizeKB": 56079.05078125, "name": "ciara-animaginexl-4-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-19T15:52:07.332Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B6DDECAF", "AutoV2": "70BB9D6D30", "SHA256": "70BB9D6D30EEBE55AAD6325F4692C8AE01BCF26475EDAB2CA00E49B099B0D611", "CRC32": "10DA44BF", "BLAKE3": "6436276CC20510BEE05C9B40F4FFBB1E55EAFA13CB28DD6164FA587A1DF347D5", "AutoV3": "7CBBBD2054D9"}, "downloadUrl": "https://civitai.com/api/download/models/351172", "primary": true}], "images": [{"id": 6837352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88f4798b-c744-4604-9c40-a04af91d33bd/width=450/6837352.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UTJa$RD*~qxu%1xu9ZR*%LofM{t7t7M|ofWB", "type": "image"}, {"id": 6837634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf60b121-e9d0-4dd2-9196-58cda290a730/width=450/6837634.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UQI}O[IU_Nt6~CWB9aofM{xuIUt7tRaxs:kC", "type": "image"}, {"id": 6836621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd2f618a-b808-4591-b2c5-618814876aeb/width=450/6836621.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "U6EfTUkry3$+naxt00aK019a00S6?TxZR3xu", "type": "image"}, {"id": 6836618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a382e1d5-5160-4ec0-98e8-0e5a3e87c5aa/width=450/6836618.jpeg", "nsfwLevel": 2, "width": 2048, "height": 2048, "hash": "U7F65v?aJ|x[D{NH00D*00IV4nIUs}^*^$e-", "type": "image"}, {"id": 6838168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c943b8a9-7068-4139-93fb-d7fddbcc8604/width=450/6838168.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UEF62tae55oL?KM{0Lxuo}M{Mxxu?GRQV?xu", "type": "image"}, {"id": 6837205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21b5bc77-23a6-4fde-8536-aaa2a1706a67/width=450/6837205.jpeg", "nsfwLevel": 2, "width": 2048, "height": 2048, "hash": "UGHU%%IU~qt6R4xu0Kays:WCRjt7R*ay%2a|", "type": "image"}, {"id": 6836971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7544b00-dee0-4ed8-a40e-9879226adf4a/width=450/6836971.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "UPJtk[~U-;xuKRt6NHW=NfWXWCa}EQNGWBRk", "type": "image"}, {"id": 6836966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78a07a47-d09c-4f27-8ab5-55b83ebe2c22/width=450/6836966.jpeg", "nsfwLevel": 8, "width": 2048, "height": 2048, "hash": "UOJkZV~W.Txu5txtIpozM|WVxZa}f9WBjZjZ", "type": "image"}, {"id": 6837000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bac59ad1-f31f-46ca-952b-8c21445d122d/width=450/6837000.jpeg", "nsfwLevel": 8, "width": 2048, "height": 2048, "hash": "UUIh1_~q57Na_3%Mt7%M-;%2xaozkBjYM{ay", "type": "image"}, {"id": 6836808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13128fe6-1670-4c79-afdd-208f2cc5d7cb/width=450/6836808.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UcP6mnkC_Nxt%2j[S4WB-;axIUofXSj[xGoL", "type": "image"}, {"id": 6837129, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83c95811-4269-4608-a659-300206a10fca/width=450/6837129.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UYPPu~xu_Nt7-pofNaWB.8WBMxofX8WBxaof", "type": "image"}, {"id": 6836946, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ceac1e5-3cf3-479b-af7d-a850d9d6426c/width=450/6836946.jpeg", "nsfwLevel": 2, "width": 2048, "height": 2048, "hash": "UeO|2^t7_Ns:-oj[R+WB%gaxRPkCShkCs.ae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/351172", "modelId": 309058} \ No newline at end of file diff --git a/datasets/metadata/351296.json b/datasets/metadata/351296.json new file mode 100644 index 0000000000000000000000000000000000000000..160ed836fbfbd6f9e680cee38a661f4232f541da --- /dev/null +++ b/datasets/metadata/351296.json @@ -0,0 +1 @@ +{"id": 351296, "index": 1, "name": "LunaStyle_V3", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-19T17:47:02.351Z", "availability": "Public", "nsfwLevel": 28, "description": "Send to work best around 0.5-0.8
", "trainedWords": [], "stats": {"downloadCount": 161, "ratingCount": 8, "rating": 5, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 279812, "sizeKB": 1337.494140625, "name": "351296_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-19T17:30:45.286Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "9C3005C0F6", "SHA256": "9C3005C0F6F11718078A5D9C2BB25377932DC0A2A59F4E14D1EB6C02A1A40E03", "CRC32": "424226DB", "BLAKE3": "62E80098C15943D8ED5E888E907721A474690D207FEF1CFF0DD5D46A312EDEB5"}, "downloadUrl": "https://civitai.com/api/download/models/351296?type=Training%20Data"}, {"id": 279823, "sizeKB": 46193.4453125, "name": "LunaStyle_V3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-19T17:45:56.825Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CE4BFB28", "AutoV2": "6DC8A0C26A", "SHA256": "6DC8A0C26A17C229697AFF2E187DD18F0336DCFBC5FD11FCAA17E84C0E7FF2DE", "CRC32": "8F8B0AD4", "BLAKE3": "9C2F154C66F0A157CE0B9E6E8C172FB63BD6A6D87D938CA80BA753155910E5E8", "AutoV3": "8CC39BBF8CC3"}, "downloadUrl": "https://civitai.com/api/download/models/351296", "primary": true}], "images": [{"id": 6840847, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55af7c8f-c201-46be-a231-2b3b0f1e9e7f/width=450/6840847.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UAATf,.90eRPu6x^WXM_0MXT?GRi^+bcM_xF", "type": "image"}, {"id": 6840846, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3398e478-1ba3-435f-b522-1e772db87408/width=450/6840846.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UDFOr@J.L3t79^NHi^xa009F$Ln~}@IoxZt7", "type": "image"}, {"id": 6840845, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9d2ee3c-f3f9-42c2-9528-01bbc704d138/width=450/6840845.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UEEe_j?w0it8E,i^enIp9FRP-Uxu0$J.tmNy", "type": "image"}, {"id": 6840849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a13d55b5-0541-40ff-a1e8-29f8f4b8409f/width=450/6840849.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U9Bz2.$*0LtRysNH8^t6Abofv}a{pJxEsANH", "type": "image"}, {"id": 6840851, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44e6b24e-2349-421c-a087-51a7035ccda0/width=450/6840851.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U7F525.T05~B5;5RnNRP00Md=G+t0gEgo~WU", "type": "image"}, {"id": 6840850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c601f0a-c65f-4c40-a811-fcf9b7739824/width=450/6840850.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UHD8%v}?RjEM-:-9V@bbNGxDxYR+aes:xYo0", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/351296", "modelId": 313081} \ No newline at end of file diff --git a/datasets/metadata/351484.json b/datasets/metadata/351484.json new file mode 100644 index 0000000000000000000000000000000000000000..3fb99c78ddd261705259835fc32699ba970316a8 --- /dev/null +++ b/datasets/metadata/351484.json @@ -0,0 +1 @@ +{"id": 351484, "index": 0, "name": "PSX \ud83c\udfae", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-19T20:36:54.220Z", "availability": "Public", "nsfwLevel": 7, "description": "PSX \ud83c\udfae
", "trainedWords": [], "stats": {"downloadCount": 63, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 279996, "sizeKB": 2462.5703125, "name": "351484_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-19T20:06:23.816Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9DA34918", "AutoV2": "E13AE52C53", "SHA256": "E13AE52C53C1A0AC2ACAC3D3B6A9649318E62F43868017F901D7B0DE398D5E4A", "CRC32": "FA5711A8", "BLAKE3": "36534513D63258936FEE2D6A2CA1DC6CF775BB615A06A35094B6D7A4C9627897"}, "downloadUrl": "https://civitai.com/api/download/models/351484?type=Training%20Data"}, {"id": 280035, "sizeKB": 223100.65234375, "name": "PSX_.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-19T20:35:52.797Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "994C767C", "AutoV2": "81B96C081B", "SHA256": "81B96C081BF3E2B1A6BFB22805304B10C6E25E3CF44BB8821D435A156CE46B5E", "CRC32": "4D36A881", "BLAKE3": "65B07732D91429B3FD797B5F92F617A3214DDA24FC795527BCECF6A2BD394884", "AutoV3": "97A482D98AD8"}, "downloadUrl": "https://civitai.com/api/download/models/351484", "primary": true}], "images": [{"id": 6846885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7619b7fb-1fad-428e-8aee-09d4de05f0b8/width=450/6846885.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UOOM1w9FInW?ysIVIoR,4nNI9aj]wGtlIUj]", "type": "image"}, {"id": 6846890, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d2c9e82-5328-4698-9447-f720cae63957/width=450/6846890.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJDR.yt602EM~Us:4:NGXSkBV@o0NHj@xaj[", "type": "image"}, {"id": 6846887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b955d23-7218-4267-ab12-931bb9925046/width=450/6846887.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UALeP]t6:k}=9hxsAXIq01V[1P9vJ#Ip%0-n", "type": "image"}, {"id": 6846891, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/358afa0a-0c6b-4fe5-b827-a77f3e9941f5/width=450/6846891.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9GG:zae040*.7^JIC9}0%9^,:}?JAE4Rj%1", "type": "image"}, {"id": 6846893, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94934688-263d-440c-8d9a-5d285a5aaa46/width=450/6846893.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UKLoGg03$Nx]F=135Vs,In%2EQnh~8$M$gxZ", "type": "image"}, {"id": 6846892, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9c76605-1494-456a-af17-a75a8279d12a/width=450/6846892.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UAKt|[9_04S}~8WWIXs.03t6yo#m4rbat*R+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/351484", "modelId": 313251} \ No newline at end of file diff --git a/datasets/metadata/351923.json b/datasets/metadata/351923.json new file mode 100644 index 0000000000000000000000000000000000000000..915c403c3aa15abc972cbb86e7358f38a4c823a0 --- /dev/null +++ b/datasets/metadata/351923.json @@ -0,0 +1 @@ +{"id": 351923, "index": 0, "name": "Magical Painting", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-20T12:19:03.014Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["magical painting"], "stats": {"downloadCount": 113, "ratingCount": 10, "rating": 5, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 280389, "sizeKB": 71965.58203125, "name": "351923_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-20T02:47:04.131Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "50AD9FB6", "AutoV2": "A06FA3E741", "SHA256": "A06FA3E741760BEBE06BC27DF024B2DA55F0E14ACE11BD312B220D2F8CC6C04F", "CRC32": "7821FEE9", "BLAKE3": "D1C9683C67C44521436BAF1A4C940DBBF88E99224C49E702517D73F5AA6D7683"}, "downloadUrl": "https://civitai.com/api/download/models/351923?type=Training%20Data"}, {"id": 280799, "sizeKB": 223098.77734375, "name": "Magical_Painting.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-20T12:16:33.555Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A646745E", "AutoV2": "3EDD4DCDAE", "SHA256": "3EDD4DCDAE8AD38723917122F9611E3E067DAC2AA94C8C211C459B58B7C58C4B", "CRC32": "70CA2B0C", "BLAKE3": "A5222EC2B0115FD2E9CB93D6D6F6D8FF85BFE1F899C0F5375433BD2BF45B72FC", "AutoV3": "078C826E946F"}, "downloadUrl": "https://civitai.com/api/download/models/351923", "primary": true}], "images": [{"id": 6874116, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f39f8c35-034f-4860-a9c5-df203d448c2e/width=450/6874116.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAD+Sm~V9vxv-7-pNut60foe~Bs,PCxt+@jE", "type": "image"}, {"id": 6874115, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11bc5b84-5cbe-4aa2-8aec-ddeeb0b5f53f/width=450/6874115.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAK-UtM|_MVr$*wb?wIU~pt800X9NHS5r;RP", "type": "image"}, {"id": 6874608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5280f3e-c10d-4e18-950a-9c65f1b0d7f1/width=450/6874608.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGG[va~WrVx^GI-;$%kX?HniNbNZ-ptRo#R*", "type": "image"}, {"id": 6874606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92f8e6c5-6545-44ba-aab0-fc96b4a04fa3/width=450/6874606.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHJH:i%N?a?b?w-;~pkWIBRiw[ShyEITDhR+", "type": "image"}, {"id": 6874114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61c176f8-fcda-429c-afe5-0961b34aaa8b/width=450/6874114.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9Dv7x?755~X?E%hXn$d:zx_x^rpXB#jv|J:", "type": "image"}, {"id": 6874118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2288e80d-fafe-452a-a893-b5d172c035b1/width=450/6874118.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UNK-kF^+xWx]?d%M%2t7s*bIIVV@_NWBM_WB", "type": "image"}, {"id": 6874117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ce937e9-3eb3-4d85-9973-23d0a89c8569/width=450/6874117.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDFg|2~VFy%2~B-pogofcs%2-6o0xat7ocso", "type": "image"}, {"id": 6874639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f756d84-7149-400e-8171-ab389f54d7af/width=450/6874639.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UOIX?bIo%g-o?wM|%1xZRPslITSO?Ht6Ioo#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/351923", "modelId": 313657} \ No newline at end of file diff --git a/datasets/metadata/352458.json b/datasets/metadata/352458.json new file mode 100644 index 0000000000000000000000000000000000000000..4c6d38c16c327f821c330ef4cb4737617fcf87a7 --- /dev/null +++ b/datasets/metadata/352458.json @@ -0,0 +1 @@ +{"id": 352458, "index": 0, "name": "v1.0 [SDXL]", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-21T00:15:59.078Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 299, "ratingCount": 26, "rating": 5, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 280839, "sizeKB": 25397.07421875, "name": "352458_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-20T12:50:41.406Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DDBF10A0", "AutoV2": "775E080FD7", "SHA256": "775E080FD7076E005CA3884703510A3B5BFF88F51F8082BDEDE614F400C1EF00", "CRC32": "6E54E8C9", "BLAKE3": "6CED986B2FBAAD663909FA2963EA1880DFFD01B50C0E3DE856A12DD7860F9D52"}, "downloadUrl": "https://civitai.com/api/download/models/352458?type=Training%20Data"}, {"id": 281551, "sizeKB": 223100.55078125, "name": "James_Webb_Space_Telescope.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-20T23:36:27.027Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "793B4CDC", "AutoV2": "0E68D6386E", "SHA256": "0E68D6386E399B0A46752464D06DA92136E28195B3E231207078112DA4568F36", "CRC32": "D664505E", "BLAKE3": "A63EF7432975451347CA51DAB33F53949F152D0B24D602F8B8FB6835FB17A83E", "AutoV3": "2FB52BD3A015"}, "downloadUrl": "https://civitai.com/api/download/models/352458", "primary": true}], "images": [{"id": 6899416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/983ceffc-7fc5-42bf-bfc0-cc8d9d1cc12b/width=450/6899416.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U6CYg[xv00VDxINES1XR4TivHDTKogNsS2w0", "type": "image"}, {"id": 6899417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60043bd5-515a-4b0b-8fbc-a4bf0c60e7e1/width=450/6899417.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U8B:gV0000Rg^+?H00_4^*w}ImIrMJ$*%gE1", "type": "image"}, {"id": 6899455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5bb7c0f-775f-4048-9340-4a5e24b674d2/width=450/6899455.jpeg", "nsfwLevel": 1, "width": 1160, "height": 1696, "hash": "U8DSOTxu57ad0$NHvyjE}?R*EgozE1j[kCf6", "type": "image"}, {"id": 6900624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/442dd051-b936-47ce-b072-31b73695ddac/width=450/6900624.jpeg", "nsfwLevel": 1, "width": 1160, "height": 1696, "hash": "U58h8yHs00?[5uIA${x[+ZVrpHs:x]bvT0nO", "type": "image"}, {"id": 6900627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1fa0dd0b-1be5-46df-a9e2-8c4e602d2ebb/width=450/6900627.jpeg", "nsfwLevel": 1, "width": 1696, "height": 1160, "hash": "U38qZ;IB00%0CARirWtQ@EMxp{TI5EX7oysA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/352458", "modelId": 314143} \ No newline at end of file diff --git a/datasets/metadata/352491.json b/datasets/metadata/352491.json new file mode 100644 index 0000000000000000000000000000000000000000..21f0d0e220df4ca9886322e286f3f918db017493 --- /dev/null +++ b/datasets/metadata/352491.json @@ -0,0 +1 @@ +{"id": 352491, "index": 0, "name": "AIGirlsWorld", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-21T01:02:01.289Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 167, "ratingCount": 10, "rating": 5, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 281084, "sizeKB": 1823.86328125, "name": "352491_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-20T16:25:46.802Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "B843208AFF", "SHA256": "B843208AFFC247FC74589970A624FB77E970A696582E4EAEF4B52F2F2242D174", "CRC32": "01EBA116", "BLAKE3": "D95831F3D37D07B4FF91C61D580524D7E8607A54AA61EE866DA60553DE3868E8"}, "downloadUrl": "https://civitai.com/api/download/models/352491?type=Training%20Data"}, {"id": 281607, "sizeKB": 36977.3046875, "name": "AIGirlsWorld.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-21T01:00:54.931Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7F21CC09", "AutoV2": "DA15D0D5D5", "SHA256": "DA15D0D5D52A7F4D2105EFD8DCF5E2B4A574254B07FA109A25E58E09A2B8DC2B", "CRC32": "12E44559", "BLAKE3": "96E930916C7854A115B5EAA6D147829AA99C8B38E280365AA1F01B049F982403", "AutoV3": "32E96F318B03"}, "downloadUrl": "https://civitai.com/api/download/models/352491", "primary": true}], "images": [{"id": 6902041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4c44d4e-35ff-45af-8ac1-26b7e713abc3/width=450/6902041.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1280, "hash": "UFJkyJ_3PC?w8wV?5TWE58D%$eM_00%N8^j[", "type": "image"}, {"id": 6914012, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efc40912-5408-480b-b4b0-fe2fa7b1af26/width=450/6914012.jpeg", "nsfwLevel": 8, "width": 3268, "height": 1995, "hash": "UKI}bN4T_N9Z00?bMwxa4.XTIUxuR4tRtRR*", "type": "image"}, {"id": 6914013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2a7f643-b3ff-4449-bee5-8bc73075515f/width=450/6914013.jpeg", "nsfwLevel": 8, "width": 5504, "height": 8256, "hash": "UMMQVHx].TMc_3ogj[M{4:oJaJRkjGWBozt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/352491", "modelId": 314173} \ No newline at end of file diff --git a/datasets/metadata/353008.json b/datasets/metadata/353008.json new file mode 100644 index 0000000000000000000000000000000000000000..c74ee5fefddfbef9ecb50103f033aec01b01a0d2 --- /dev/null +++ b/datasets/metadata/353008.json @@ -0,0 +1 @@ +{"id": 353008, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-20T19:47:22.035Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 220, "ratingCount": 37, "rating": 5, "thumbsUpCount": 54, "thumbsDownCount": 0}, "files": [{"id": 281309, "sizeKB": 22250.48046875, "name": "Maki_Sanjou_Makichan-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-20T19:50:44.039Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "37E591DF", "AutoV2": "13FFC39071", "SHA256": "13FFC39071226214E0EBC1CE51B263FC7BF7E3B6EB5DD4A73EBDEA284D0A312F", "CRC32": "08326C9B", "BLAKE3": "2D37296CA2621708A9FCD653EA9FFFB968AC2ED68BC7B270153A1DCA71AD8B9D", "AutoV3": "468584A154AB"}, "downloadUrl": "https://civitai.com/api/download/models/353008", "primary": true}, {"id": 281310, "sizeKB": 43350.9169921875, "name": "Maki_Sanjou_Makichan.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-20T19:50:53.851Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9E25CBD0", "AutoV2": "1A9112F415", "SHA256": "1A9112F415458E0FBF38FD5912961C1BAA35033288796C3D8EB6241CE7686270", "CRC32": "AA4B9F8C", "BLAKE3": "BD6EF7B7DB40096CECC265E1E540E8440B74E052567FA21E0163CA356B80CEA9"}, "downloadUrl": "https://civitai.com/api/download/models/353008?type=Training%20Data"}], "images": [{"id": 6888488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3562e115-11a5-4900-9a32-d796c7efb4dd/width=450/6888488.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEN9z-~V1[-:00RPB3kB0htQ9YkDvhR*F0Ri", "type": "image"}, {"id": 6888487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/827eaff9-a364-41fb-93b4-1bbef297baf6/width=450/6888487.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEN9z-~V1[-:00RPB3kB0htQ9YkDvhR*F0Ri", "type": "image"}, {"id": 6890889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7abebea5-2c43-4563-bdc2-e31d525c11b5/width=450/6890889.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPL:l~s;0ft700R*9rWBkskBx[kC~CoLtlWC", "type": "image"}, {"id": 6892991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/175820d1-8031-471b-8895-dfb5d03878b1/width=450/6892991.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UKO.,qM_HWoIM0IT?sRi?waKTHR%,]spJ7Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/353008", "modelId": 314693} \ No newline at end of file diff --git a/datasets/metadata/353036.json b/datasets/metadata/353036.json new file mode 100644 index 0000000000000000000000000000000000000000..77b3778a830337d6f68b8f442f4d6179287c5839 --- /dev/null +++ b/datasets/metadata/353036.json @@ -0,0 +1 @@ +{"id": 353036, "index": 0, "name": "SDXL_Divine_RC", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-21T00:28:37.287Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["drc_style"], "stats": {"downloadCount": 180, "ratingCount": 11, "rating": 5, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 281335, "sizeKB": 23802.6669921875, "name": "353036_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-20T20:11:34.450Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F2CB1724", "AutoV2": "AF0D61ADCB", "SHA256": "AF0D61ADCB9851598C2159AE561C8813774631D2927FB34421093E798469C934", "CRC32": "6EC5616D", "BLAKE3": "BEEE76CD2BED73287879EA5B27BFB634959311D5B7F1FDF312CCBADE76B93EB3"}, "downloadUrl": "https://civitai.com/api/download/models/353036?type=Training%20Data"}, {"id": 281581, "sizeKB": 223100.04296875, "name": "SDXL_Divine_RC.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-21T00:25:57.933Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7F1E347A", "AutoV2": "01118FB977", "SHA256": "01118FB97772C7F61DA9126B40EB1924736519273FA6DD51724AD8D1B63A4E3B", "CRC32": "7E23FE42", "BLAKE3": "C4AED994AB9AE29B5AC4FA1F333D6FBE2FDEC2E531BEB05D5E784EBC77140732", "AutoV3": "17E2F4FBF6AA"}, "downloadUrl": "https://civitai.com/api/download/models/353036", "primary": true}], "images": [{"id": 6900963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4be00ff-8c2a-4fba-855a-16cfced49be5/width=450/6900963.jpeg", "nsfwLevel": 1, "width": 2432, "height": 1664, "hash": "U8E2kB00?u~VRO^+N_?G0Lx[MxE1-:M{={Io", "type": "image"}, {"id": 6900962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d49ac895-523a-4bfb-8bb3-024d51f69023/width=450/6900962.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDELc}Io~T%1Mw=_WA^*0N?GNLV@I;E2RQ9b", "type": "image"}, {"id": 6900961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/950f99d7-00aa-4697-9cdc-f16b686fae64/width=450/6900961.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UPHn%2kryE,.EQR.ITa_jI9aD$kC~qo#t7aK", "type": "image"}, {"id": 6900959, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86205569-fc18-4329-b6cf-dc366fdd97b2/width=450/6900959.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UGH-fL59yY$%ysr@%MR*S+xZIpWC4;NZD%xa", "type": "image"}, {"id": 6900964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/868b1f9c-0b0f-4662-a634-2e8c2d9527c2/width=450/6900964.jpeg", "nsfwLevel": 2, "width": 1216, "height": 832, "hash": "UGEVE9%0.7~VaKx]S2%257NHV?IU%1s,xGW=", "type": "image"}, {"id": 6900966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2e28da3-2c53-40aa-91b9-eec33856df72/width=450/6900966.jpeg", "nsfwLevel": 1, "width": 2293, "height": 5414, "hash": "U%KnYm~q?c%N%MWBWBfkx]V@WBayxuR*f6j?", "type": "image"}, {"id": 6900965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9521c652-3fb7-43a4-8e21-b8ca5e97c821/width=450/6900965.jpeg", "nsfwLevel": 2, "width": 3334, "height": 1521, "hash": "UsIN{ysDjYbF~qWVj[oL?vaxa{WW?cj[jZaz", "type": "image"}, {"id": 6900958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/989ef9fc-3eba-4df2-bd75-7f92f37e8368/width=450/6900958.jpeg", "nsfwLevel": 1, "width": 1666, "height": 1521, "hash": "UdLEK7MfM{x]~qWFoyM|^,oyoKxt.9f#j]t7", "type": "image"}, {"id": 6900960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0976e538-b648-49d7-a49e-fad4c7250650/width=450/6900960.jpeg", "nsfwLevel": 1, "width": 2434, "height": 1097, "hash": "U%Ke4aM}s.WY_4j=ayof%gaxWUof-ooJflof", "type": "image"}, {"id": 6900957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb405251-396c-4b26-9999-95f575a11744/width=450/6900957.jpeg", "nsfwLevel": 1, "width": 2434, "height": 1215, "hash": "U*LEQiM{WCWE~qkCjsof-:oJayt6%2aea}bG", "type": "image"}, {"id": 6900967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/185dd9e5-c80e-4d1b-bc88-11c2a44e4e54/width=450/6900967.jpeg", "nsfwLevel": 1, "width": 1666, "height": 1751, "hash": "U[Jb8Qozofxu~qWBayjs-;aeaeWBt8f6j[j]", "type": "image"}, {"id": 6900968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd2dcb72-d7f4-4f54-be20-8e10b825dc0b/width=450/6900968.jpeg", "nsfwLevel": 1, "width": 2434, "height": 1215, "hash": "U,Lgw.adaet7~qWCaykC.8WCbIayxuoej?oL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/353036", "modelId": 314719} \ No newline at end of file diff --git a/datasets/metadata/353226.json b/datasets/metadata/353226.json new file mode 100644 index 0000000000000000000000000000000000000000..19c4a5617723dfedcfd7fc4dc948482ed1f6639b --- /dev/null +++ b/datasets/metadata/353226.json @@ -0,0 +1 @@ +{"id": 353226, "index": 1, "name": "v2.0 YesMix 4.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-20T22:56:40.298Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 99, "ratingCount": 3, "rating": 5, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 281492, "sizeKB": 36143.7890625, "name": "Suzumura_Arisa_RussianV2_40.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-20T22:50:44.678Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BAF27320", "AutoV2": "F02738FFCD", "SHA256": "F02738FFCDCC3FC21DCDBD86A72984EE4559AD06DC0622933668694BF67E39D9", "CRC32": "86E390AC", "BLAKE3": "BCBAB444ACEEBFF8BC8F20310668B1F973DD933863AEDA8D801BCA5FB09F3AD9"}, "downloadUrl": "https://civitai.com/api/download/models/353226?type=Training%20Data"}, {"id": 281490, "sizeKB": 22256.62890625, "name": "Suzumura_Arisa_Russian-KK77-V2_40.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-20T22:50:49.313Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "685DF2EF", "AutoV2": "60814640BE", "SHA256": "60814640BE225F38594AB3AED0339D70562ECB0408BDF35E821E98192092BC67", "CRC32": "44FF4C12", "BLAKE3": "B85481A21C1B4928BFDACEBBCFBECE709DF3401B4848D320107E58F8AEA360AC", "AutoV3": "459C7D32F1AE"}, "downloadUrl": "https://civitai.com/api/download/models/353226", "primary": true}], "images": [{"id": 6897664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e29e6fe9-c69e-4e17-9167-5b13b9bca80f/width=450/6897664.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNR31W%MyZ%M-MWB%hfR?^ofM~of%hayohWV", "type": "image"}, {"id": 6897669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29a59132-b0b7-462d-83d2-95ebc69ce7b7/width=450/6897669.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNR31W%MyZ%M-MWB%hfR?^ofM~of%hafohWV", "type": "image"}, {"id": 6898034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3da41bd5-3417-4eb5-b2c7-b64ce37f0c55/width=450/6898034.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UZM7S[nN01Rk%JIUI[R*IUt7t8af~qt7M{bc", "type": "image"}, {"id": 6898564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9147d79d-476a-4847-ad2e-ffa62a6d9928/width=450/6898564.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UfJHdXE24.9Z~UIVM}Rjozozi_RjIUWBxaa#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/353226", "modelId": 53389} \ No newline at end of file diff --git a/datasets/metadata/353311.json b/datasets/metadata/353311.json new file mode 100644 index 0000000000000000000000000000000000000000..17dd8a51299b83944b5e17f531daa03b4fcfab44 --- /dev/null +++ b/datasets/metadata/353311.json @@ -0,0 +1 @@ +{"id": 353311, "index": 0, "name": "v3.0 YesMix 1.6", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-21T00:21:39.068Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 375, "ratingCount": 27, "rating": 5, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 281583, "sizeKB": 36143.7890625, "name": "Suzumura_Arisa_RussianV2_16.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-21T00:25:45.032Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BAF27320", "AutoV2": "F76F8B85E6", "SHA256": "F76F8B85E6726FF0B4712BF8CEEEAEC174D333DF3A37A7BC674C829EC25A9D06", "CRC32": "0E00C234", "BLAKE3": "692ABFB5DB1B9A41CD5064BCA16F68C3D4D4D781398948FA606AFF7C08C8F790"}, "downloadUrl": "https://civitai.com/api/download/models/353311?type=Training%20Data"}, {"id": 281582, "sizeKB": 22256.62890625, "name": "Suzumura_Arisa_Russian-KK77-V2_16.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-21T00:25:52.479Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B584D3B0", "AutoV2": "FE7D945ED9", "SHA256": "FE7D945ED9DEFC69B8DA6302BBC7F2CBCABADC7866BC150D07658BB9B3D5EDC0", "CRC32": "1AFB6E7A", "BLAKE3": "2C4F715F1655E9AA60CB76D89F4941723F4BE1EAC35F030849E616ED13033AE9", "AutoV3": "0F0633DB8C13"}, "downloadUrl": "https://civitai.com/api/download/models/353311", "primary": true}], "images": [{"id": 6900786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ef0f729-4591-4998-9ad3-65990a8a6fcd/width=450/6900786.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USPGHZxu0MtRD#f6D+az%ga|V_fR_Nfkxbj]", "type": "image"}, {"id": 6900785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f55c2cbf-9df8-4353-8dc0-aa2c26fe2c4c/width=450/6900785.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTPGHZxu0Mt7D#f6E2az%ga|V_fR_4fkxbj]", "type": "image"}, {"id": 6900985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00495e0c-f8d7-4349-81fc-abb369dac26f/width=450/6900985.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UfNTRQMyk?%M~UoJkrR*x[WBMyoL%Nt7flog", "type": "image"}, {"id": 6901069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b9135a8-472d-4b36-9e56-9c6f8c93df88/width=450/6901069.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPOpY|R:9~o#?X%1E5%M9aIUt8WY~qozMxV[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/353311", "modelId": 53389} \ No newline at end of file diff --git a/datasets/metadata/353739.json b/datasets/metadata/353739.json new file mode 100644 index 0000000000000000000000000000000000000000..8bc4fcfb6f12083f76a3720e2f710235283c1353 --- /dev/null +++ b/datasets/metadata/353739.json @@ -0,0 +1 @@ +{"id": 353739, "index": 0, "name": "Heidi V2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-21T07:51:22.699Z", "availability": "Public", "nsfwLevel": 4, "description": "A basic model to get consistent faces and body shape, Trained on a collection of blondes\", \"Any resemblence to a real person, dead or alive is coincidental and not intentional\"
", "trainedWords": ["Blonde_hair ", "Perky_breasts ", "Slim_and_fit"], "stats": {"downloadCount": 127, "ratingCount": 4, "rating": 5, "thumbsUpCount": 10, "thumbsDownCount": 1}, "files": [{"id": 281997, "sizeKB": 36977.828125, "name": "Heidi_V2-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-21T07:50:55.458Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7CFFB26A", "AutoV2": "51A25FF856", "SHA256": "51A25FF8562FABDF7E2F732F7900E211844D94054F0DEA9DC2F93137DBF1B61D", "CRC32": "AD9C96B0", "BLAKE3": "828B0D44B698AAC29747B88FDBAA7FFE4429EAF66C69A85F9BD7048E4F8EDD4B", "AutoV3": "AFE3BC356851"}, "downloadUrl": "https://civitai.com/api/download/models/353739", "primary": true}, {"id": 281984, "sizeKB": 3681.8642578125, "name": "353739_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-21T07:36:12.218Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "82AAB4D0", "AutoV2": "ED6182F29B", "SHA256": "ED6182F29B3FDAE370602486649EC7686EABFA5B80DEE27DDFFAF2E12D56688D", "CRC32": "3B513EAD", "BLAKE3": "EAD181A669CBD211467A718B391819996C51F458B1094C5B0F91AC773E5AE999"}, "downloadUrl": "https://civitai.com/api/download/models/353739?type=Training%20Data"}], "images": [{"id": 7001954, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1df51c5a-1e7d-493a-a02a-0cc504ac2194/width=450/7001954.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UIJaAf011O-:RNR-4oNGE-xZ~Vs;rWa~E1xt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/353739", "modelId": 315348} \ No newline at end of file diff --git a/datasets/metadata/353889.json b/datasets/metadata/353889.json new file mode 100644 index 0000000000000000000000000000000000000000..9e77329f0a45f0ff98a197fba6123653e1ee4bb5 --- /dev/null +++ b/datasets/metadata/353889.json @@ -0,0 +1 @@ +{"id": 353889, "index": 0, "name": "camila cervantes v.2", "baseModel": "SD 2.0", "baseModelType": null, "publishedAt": "2024-02-21T10:17:11.105Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["camila ", "camila cervantes"], "stats": {"downloadCount": 88, "ratingCount": 2, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 282139, "sizeKB": 8644.1826171875, "name": "353889_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-21T10:10:59.252Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5EFC96BB", "AutoV2": "DFBECD7FA8", "SHA256": "DFBECD7FA82257BC1C6CF54B054775B9C4FBED518A20AD1C216D7CA0E15089D6", "CRC32": "C63E2932", "BLAKE3": "9FE05F987DC39A2A961C0C5AA96BA81042AEA84C18FD0C2B249022B2682D851B"}, "downloadUrl": "https://civitai.com/api/download/models/353889?type=Training%20Data"}, {"id": 282150, "sizeKB": 36977.5703125, "name": "camila_cervantes_v.2-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-21T10:21:24.515Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8DB908A1", "AutoV2": "676B496F3D", "SHA256": "676B496F3D8F714B1EB9C36140D509B15883BD208C4943D02F89748ECFB381F0", "CRC32": "5CC74305", "BLAKE3": "22DAA70CB2CEBA0ADE0AD3973DDFFE1B765F937044A3AF24F3B065E85AE0BB13", "AutoV3": "D2C00E578B04"}, "downloadUrl": "https://civitai.com/api/download/models/353889", "primary": true}], "images": [{"id": 6917251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2c6b9a9-7e82-49da-8b42-5aa5b57dd650/width=450/6917251.jpeg", "nsfwLevel": 1, "width": 564, "height": 846, "hash": "UcMZ?w%M_4W;.8WAs.fktSt8ROoK~WNGIVoI", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/353889", "modelId": 315485} \ No newline at end of file diff --git a/datasets/metadata/353935.json b/datasets/metadata/353935.json new file mode 100644 index 0000000000000000000000000000000000000000..3bca0a56f986a78b92c1249d75cba73fe48e59de --- /dev/null +++ b/datasets/metadata/353935.json @@ -0,0 +1 @@ +{"id": 353935, "index": 0, "name": "Hyper dimension neptunia - Green heart", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-21T11:02:56.098Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 61, "ratingCount": 3, "rating": 5, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 282182, "sizeKB": 305.9013671875, "name": "353935_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-21T10:51:29.107Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "5D3AB91FA4", "SHA256": "5D3AB91FA4529B8E23086928C5BAF2D83B8E6EB7A613BF8A69BC858D12C3051B", "CRC32": "2A12F7CC", "BLAKE3": "E12E2AB3EDE41DCE22FBAEF945D73CDAA94EFE6962494EF775D99FA842886294"}, "downloadUrl": "https://civitai.com/api/download/models/353935?type=Training%20Data"}, {"id": 282189, "sizeKB": 36978.2265625, "name": "Hyper_dimension_neptunia_-_Green_heart.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-21T11:00:47.692Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3D3E6995", "AutoV2": "165C2EC7E5", "SHA256": "165C2EC7E55DA268E0400429CFFB14B89EB5217A599DCC53E76B389C8EB87FF9", "CRC32": "4C61BF4C", "BLAKE3": "07F46A3AE548CE152C69031EE6F7B532F5228A22BA183B1A653DD0738D21CDA4", "AutoV3": "1E03FA82F5B1"}, "downloadUrl": "https://civitai.com/api/download/models/353935", "primary": true}], "images": [{"id": 6926464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70ba4a19-67ef-4136-aa5f-896eefda0945/width=450/6926464.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U9IgQRC~L+R70wwv=|-W+i];#EU|9GRR$,WB", "type": "image"}, {"id": 6926465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48d9b81b-270a-4f0a-95bc-93828f6a3254/width=450/6926465.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UfNw+ZEK_4o|yDR*w1xa%g%2wgs;ogR*ofae", "type": "image"}, {"id": 6968180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b960f70-f814-4220-8080-d72e81949816/width=450/6968180.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "USJI67Ri*0bb9uRjaLoztR%M%MWEbvM|jZWA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/353935", "modelId": 315527} \ No newline at end of file diff --git a/datasets/metadata/354316.json b/datasets/metadata/354316.json new file mode 100644 index 0000000000000000000000000000000000000000..86e443e0eeae90ea3fc793a3d311ab8b1a58ed12 --- /dev/null +++ b/datasets/metadata/354316.json @@ -0,0 +1 @@ +{"id": 354316, "index": 0, "name": "Smoky_bubbles", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-22T17:48:58.140Z", "availability": "Public", "nsfwLevel": 1, "description": "This is my first model train, and it sure needs more work and fine tuning so please, try it, come back to leave your experience with it, good or bad that\u2019s feedback !
I am not sure about the clip skip settings, so let me know ! ;)
..and I will definitely improve it !
Many thanks !
Peace.
", "trainedWords": [], "stats": {"downloadCount": 169, "ratingCount": 10, "rating": 5, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 282536, "sizeKB": 48088.587890625, "name": "354316_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-21T16:10:56.359Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F07FE601", "AutoV2": "65F56A162E", "SHA256": "65F56A162E678EE728409BDCBC7D0C8CCCB3B396231866C3D930A78E67197597", "CRC32": "CE18BE74", "BLAKE3": "E7E932F1EEFCCE902F01BE7BC6AE6491DF5496D856DF231B3D20887661CE1784"}, "downloadUrl": "https://civitai.com/api/download/models/354316?type=Training%20Data"}, {"id": 283529, "sizeKB": 223103.73046875, "name": "Abstract.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-22T11:25:47.521Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2BA20F03", "AutoV2": "FF9C53437B", "SHA256": "FF9C53437BAB8C246DACAA226C983B509E653D4CAAAF8EF3DCCEFCA43533AA84", "CRC32": "DF832E46", "BLAKE3": "C2227B066B6EE2853AEEACBDF3478ED6A990AC9F4F15EC8FF12CE6F16FD2147C", "AutoV3": "F23971858747"}, "downloadUrl": "https://civitai.com/api/download/models/354316", "primary": true}], "images": [{"id": 6975034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bab2cc5-4e21-47c8-8bfa-a81e8246dd54/width=450/6975034.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "U9EB2vob0]GZ}_InIUK02i:.9X2SBMxvFxv~", "type": "image"}, {"id": 6975037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58e7a987-73df-4925-94ff-b9923e027361/width=450/6975037.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "U7Chm*W9Dz#r}_RhNErs2iR%rEI-#?6wr^WB", "type": "image"}, {"id": 6975036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a8fd5d3-1408-48fd-9090-b528b5bab380/width=450/6975036.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "U9CFMf33EG+GGtOs$MrV2j}wI-ISVrxG+jNF", "type": "image"}, {"id": 6975099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c720f182-2e5b-4e2e-8319-8062c2d6d5fa/width=450/6975099.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "U3CiUNIk0J{5pwG;HqUy0=$wTv1P00[38w^@", "type": "image"}, {"id": 6975098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52d2fef6-01a3-4bd7-9716-f8fd062eed4a/width=450/6975098.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7E1@2NH9p^81pNZ_%Ns1Vw[J}Fz:Q^90cn1", "type": "image"}, {"id": 6975132, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ab72c8b-96e8-4f44-8a42-2e91d73ec64c/width=450/6975132.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UIC5M,NYwJn,][j]W9axw3WAEvkC%QniI,f,", "type": "image"}, {"id": 6975263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2fd5edc-f650-4a69-a1b8-0680e36a818a/width=450/6975263.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "U8AvI_L3VVI;yZ=zI8R3Gqx^EJz?%ONDMaM|", "type": "image"}, {"id": 6975133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfc4e218-4a05-4880-a009-a86e5306339a/width=450/6975133.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U8DHzkBh.ApJ8G1D=5NY0JqsR4M{_i=#5$tS", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/354316", "modelId": 315882} \ No newline at end of file diff --git a/datasets/metadata/354406.json b/datasets/metadata/354406.json new file mode 100644 index 0000000000000000000000000000000000000000..6a7d15c00e2ad32403e27af8bc348c0e000b2823 --- /dev/null +++ b/datasets/metadata/354406.json @@ -0,0 +1 @@ +{"id": 354406, "index": 0, "name": "Realistic Female Body", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-21T17:40:02.437Z", "availability": "Public", "nsfwLevel": 28, "description": "A Realistic Female Body, putting the details into the skin and anatomy version 1.
", "trainedWords": [], "stats": {"downloadCount": 330, "ratingCount": 11, "rating": 5, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 282602, "sizeKB": 2287.59375, "name": "354406_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-21T17:15:49.183Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1D567C1D", "AutoV2": "D21833D204", "SHA256": "D21833D204ABBC57CC11F0542620C26B14659AF100E5270A40A2B455997FA72E", "CRC32": "D4ED4A2A", "BLAKE3": "0D0803FCC0FF3064423DB91A151130F6C30E7045A4429755E669CB115F14596C"}, "downloadUrl": "https://civitai.com/api/download/models/354406?type=Training%20Data"}, {"id": 282616, "sizeKB": 36977.5546875, "name": "Realistic_Female_Body.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-21T17:31:21.842Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "76D121E3", "AutoV2": "80D4425EDB", "SHA256": "80D4425EDB9B69450D1DA7E5727FF16FD6F8E4C96CBABCAB907D0CFDD0776EF0", "CRC32": "1C0A210C", "BLAKE3": "011D7B2B06C9F9F1199CB1CD07EE329840FF7F45899CD4F0B172C66E0E712487", "AutoV3": "F57EFB2119E2"}, "downloadUrl": "https://civitai.com/api/download/models/354406", "primary": true}], "images": [{"id": 6930331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/362ebe49-74ba-422c-8240-14ae6bbeab54/width=450/6930331.jpeg", "nsfwLevel": 2, "width": 2500, "height": 3871, "hash": "UFH,PTGJo,kH-YS%V[f9Ise-bCn#IXae$#ax", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/354406", "modelId": 315966} \ No newline at end of file diff --git a/datasets/metadata/354418.json b/datasets/metadata/354418.json new file mode 100644 index 0000000000000000000000000000000000000000..ec8b34e0cd484c8abfc936877dafe09908c0e98e --- /dev/null +++ b/datasets/metadata/354418.json @@ -0,0 +1 @@ +{"id": 354418, "index": 0, "name": "Nally_v.01.3", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-22T06:47:29.032Z", "availability": "Public", "nsfwLevel": 28, "description": "V.01.2
", "trainedWords": [], "stats": {"downloadCount": 54, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 282676, "sizeKB": 5192.9716796875, "name": "354418_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-21T18:15:55.132Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "37D0697C", "AutoV2": "46688DD4F8", "SHA256": "46688DD4F893B54396F6391F9B87E00DB89C39F447DE0051610C431791BCC101", "CRC32": "A02C75C7", "BLAKE3": "CEFB9AA0F9C587918B083985BE3FAD8719A3259E9C3EF0702C593DD82A825BB7"}, "downloadUrl": "https://civitai.com/api/download/models/354418?type=Training%20Data"}, {"id": 283276, "sizeKB": 36991.5078125, "name": "Nally.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-22T06:35:54.342Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F1B9414E", "AutoV2": "D91C7D6790", "SHA256": "D91C7D6790F77D435FC2F04FD45FF0EFA7D6DFB12FECB9FBBDD4B73B10C60B84", "CRC32": "9F60D584", "BLAKE3": "7F71066709479D0F3D7E588D55D2424F7FD64A5AE88679A3A80262009D2F9993", "AutoV3": "A339C418551D"}, "downloadUrl": "https://civitai.com/api/download/models/354418", "primary": true}], "images": [{"id": 7062228, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d12ff05-c46b-4240-8862-a9b039524187/width=450/7062228.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UQHn~f?w%M_3wG%Mb{bc5Uxu%1M_xC%2R+Rj", "type": "image"}, {"id": 7062052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd019024-07c5-4d97-8a83-3be7c2044a1c/width=450/7062052.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8EL?M00Yj8^EI~p4q-:K0E8~9Rq^uxvIVNH", "type": "image"}, {"id": 7062146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01e7a310-f0f4-46b4-b218-081f872514e0/width=450/7062146.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U8G8.m#OIk8_L#5RAe9F7j?a^H~W+rtl4oNH", "type": "image"}, {"id": 7062225, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e37c2419-761d-4138-80dc-898df126f783/width=450/7062225.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UQHn~f?w%M_3wG%Mb{bc5Uxu%1M_xC%2R+Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/354418", "modelId": 315974} \ No newline at end of file diff --git a/datasets/metadata/354889.json b/datasets/metadata/354889.json new file mode 100644 index 0000000000000000000000000000000000000000..5b98a4f5edee95a93280b7ad6adb39dae5085c4a --- /dev/null +++ b/datasets/metadata/354889.json @@ -0,0 +1 @@ +{"id": 354889, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-21T23:27:17.553Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": [], "stats": {"downloadCount": 246, "ratingCount": 26, "rating": 5, "thumbsUpCount": 43, "thumbsDownCount": 0}, "files": [{"id": 282986, "sizeKB": 39443.7607421875, "name": "Kanuka_Clancy_Patlabor.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-21T23:31:00.395Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CDECB4C4", "AutoV2": "88BE98021C", "SHA256": "88BE98021CD3E5FE66C0B7676FEE8F44F2BEFE1C4815289BC04711DD7DE81740", "CRC32": "5BEFCE8A", "BLAKE3": "DF546AE298F7B383069D51D5210A2941FAB9BBD7FDA1796D928F8377EC5028BD"}, "downloadUrl": "https://civitai.com/api/download/models/354889?type=Training%20Data"}, {"id": 282985, "sizeKB": 22256.37109375, "name": "Kanuka_Clancy_Patlabor-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-21T23:31:29.505Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7E3C43CE", "AutoV2": "10F4ACB5D4", "SHA256": "10F4ACB5D4FA65252FC3BAC8EDF72E92219F3CC732363046271DE8B72B87F97E", "CRC32": "F495B701", "BLAKE3": "00D1A515EEF9CDA9D1B7D12C73A777E39D5F61A7914A30125EDE1FAE95369FD3", "AutoV3": "EF1C34125689"}, "downloadUrl": "https://civitai.com/api/download/models/354889", "primary": true}], "images": [{"id": 6941169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5b61767-5142-4bbe-9830-efa99d2fdc66/width=450/6941169.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcN]hKxZ?vozc[WX^+ozxabHo#t7-ooJnMWB", "type": "image"}, {"id": 6941175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a49c79e2-8697-4a32-94aa-1207af667e20/width=450/6941175.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UdO32.xZ?vozloWX?aozxabHo#t7-ooJnNWB", "type": "image"}, {"id": 6941651, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/220430e4-d308-41be-8b63-ddd60db9d219/width=450/6941651.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UYMsvOb^?]R-5?W@S%M|4=aLogxuXAR,Vsxa", "type": "image"}, {"id": 6941989, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16ecfcd6-c44f-44f6-92bd-8f126c5327dc/width=450/6941989.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UILfwA000MX8L10K?Hs:4:IB~VIV.7D*-UkW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/354889", "modelId": 316419} \ No newline at end of file diff --git a/datasets/metadata/354993.json b/datasets/metadata/354993.json new file mode 100644 index 0000000000000000000000000000000000000000..4e7119094d459510ad46d72beb4fe2367de36dd9 --- /dev/null +++ b/datasets/metadata/354993.json @@ -0,0 +1 @@ +{"id": 354993, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-22T01:19:45.814Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 255, "ratingCount": 24, "rating": 5, "thumbsUpCount": 39, "thumbsDownCount": 0}, "files": [{"id": 283072, "sizeKB": 39229.423828125, "name": "Shinobu_Nagumo_Patlabor.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-22T01:21:26.090Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F2984989", "AutoV2": "75A7E4843B", "SHA256": "75A7E4843BF5713B63237A288A44FB169A4F90A5D8A2EE33277DE442539A5B2C", "CRC32": "460DFB50", "BLAKE3": "916A9BBD4534F466351FF0CCAE871762776193CF332D0F0DC0F0E4FA52DE3ED8"}, "downloadUrl": "https://civitai.com/api/download/models/354993?type=Training%20Data"}, {"id": 283071, "sizeKB": 22252.67578125, "name": "Shinobu_Nagumo_Patlabor-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-22T01:21:03.322Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F11EAB11", "AutoV2": "35022F4B73", "SHA256": "35022F4B731A187C25B3D2547601AE767F70E905F75B773C443BF5B670F58E46", "CRC32": "018C9319", "BLAKE3": "08DCE194CD758A5AA7A879D140424271DA45D99965F054C535A800FAB453673D", "AutoV3": "23CFBF1E0D4E"}, "downloadUrl": "https://civitai.com/api/download/models/354993", "primary": true}], "images": [{"id": 6944299, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5ad5d95-cfe7-48f0-b42f-4c5b92a8d85c/width=450/6944299.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbPFr~Ip_N-pp{t5.8kXVrt7xGM|NHS5r=n$", "type": "image"}, {"id": 6944298, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a44bb3c2-ad84-4d98-9c7a-c1ec7fd7cb74/width=450/6944298.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbPFr~Ip~q-puPt5.8kXVrt7xGM|NHS5r=n$", "type": "image"}, {"id": 6944726, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d99e5c10-ac7c-42cf-a57d-16b76a1f0310/width=450/6944726.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UdMs.w-p?v%1_Nt7-;NdkDD%-;f,M{xuRPw]", "type": "image"}, {"id": 6944729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57f39d23-a19a-4f86-9cef-b81a6f970cc4/width=450/6944729.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "ULOMBHn4AJE1AID%~qD%9bi_~C%2n#ELVsxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/354993", "modelId": 316510} \ No newline at end of file diff --git a/datasets/metadata/355424.json b/datasets/metadata/355424.json new file mode 100644 index 0000000000000000000000000000000000000000..65392ab42bbd7e298d744b885077bd238d57cf65 --- /dev/null +++ b/datasets/metadata/355424.json @@ -0,0 +1 @@ +{"id": 355424, "index": 2, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-02-22T09:38:52.079Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": ["kirino \\(blue archive\\)"], "stats": {"downloadCount": 104, "ratingCount": 14, "rating": 5, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 283426, "sizeKB": 38400.96484375, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-22T09:30:59.118Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8ED0297A", "AutoV2": "7C1E3CB4EA", "SHA256": "7C1E3CB4EAB20C51D577CEE72CFB34A6AE1761EE995F28B9ED85E059864EF89F", "CRC32": "8DDC20FB", "BLAKE3": "F26D57DA0AB5852D03440E031BCA7B8D5287B95756CCEF2579B9A26B8DC0E359"}, "downloadUrl": "https://civitai.com/api/download/models/355424?type=Training%20Data"}, {"id": 283438, "sizeKB": 332785.99609375, "name": "NakatsukasaKirinoXL-000029.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-22T09:42:20.294Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2EC03E56", "AutoV2": "EB7550893B", "SHA256": "EB7550893B13F641D1BC64FFFC76A4FD3E10E9CBEEFAA161437EE784B6CDA363", "CRC32": "4D671F2D", "BLAKE3": "C2EF7D869DFD0B7719EAF5A82B9D3575B6E6F18B59905B0F7B6B30AE771FBBF8", "AutoV3": "E58FE00D565D"}, "downloadUrl": "https://civitai.com/api/download/models/355424", "primary": true}], "images": [{"id": 6959086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ef1795c-d64b-4ea1-a875-8888dd1ca72b/width=450/6959086.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "ULJ*;-uP0e-XOs%iEkOqPUNctSSKObb^%1$*", "type": "image"}, {"id": 6959084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4895c008-44d0-4786-b5a2-dbf609f26b42/width=450/6959084.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "USLNJq~WVDWZ;wOqn3xDbxWE-VX9T1RkwIM|", "type": "image"}, {"id": 6959085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90d4fc0a-1b02-4fd3-ae80-aa6ca418c637/width=450/6959085.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "UGK^y$%1Dh_20X^iI9tS~U%LoItR%MNHSiNH", "type": "image"}, {"id": 6959083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bc5460b-11c5-4bc6-9c03-76832d32d174/width=450/6959083.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UOHp68?tKV0J-6#[57NX.kM_ozyB.Qxpx@x,", "type": "image"}, {"id": 6959117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa7272a1-7674-49ee-8ef0-65be08f76448/width=450/6959117.jpeg", "nsfwLevel": 8, "width": 1248, "height": 1824, "hash": "UFJaJ}-p0e4pyEE1=^~V01%1Md-;IUt7RQ%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/355424", "modelId": 316900} \ No newline at end of file diff --git a/datasets/metadata/355491.json b/datasets/metadata/355491.json new file mode 100644 index 0000000000000000000000000000000000000000..84053b11cc6983e569009ebf4ebe94855593ecd3 --- /dev/null +++ b/datasets/metadata/355491.json @@ -0,0 +1 @@ +{"id": 355491, "index": 0, "name": "Fine Tuned Detailed Eyes", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-22T11:03:54.823Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 977, "ratingCount": 41, "rating": 5, "thumbsUpCount": 83, "thumbsDownCount": 0}, "files": [{"id": 283489, "sizeKB": 2016.486328125, "name": "355491_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-22T10:51:55.745Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "09ECC7CC11", "SHA256": "09ECC7CC11AA54584E918710816A2AEE749531131738A2EC9A703EF1A6B29ED4", "CRC32": "03B068C6", "BLAKE3": "385932005E8A2B0F13ADC367FF639B9B049BF4987FBACFA5813BBFD83BFD7AAA"}, "downloadUrl": "https://civitai.com/api/download/models/355491?type=Training%20Data"}, {"id": 283509, "sizeKB": 36978.34375, "name": "Fine_Tuned_Detailed_Eyes.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-22T11:01:33.746Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "92E1C16A", "AutoV2": "C4BA107073", "SHA256": "C4BA107073D2EB39E7DC1104D7024570BF63D6B9A88FCE0DBBC92E9D31FCE1B7", "CRC32": "C6C9FD3D", "BLAKE3": "D6627B2A59AA4C45A5CBED250E51F17CD39E283F1D438ECFC18E58B7100147C9", "AutoV3": "ABD6387343BF"}, "downloadUrl": "https://civitai.com/api/download/models/355491", "primary": true}], "images": [{"id": 6962041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccb07a65-c92f-4152-8cff-aa8417cf168b/width=450/6962041.jpeg", "nsfwLevel": 1, "width": 6000, "height": 4000, "hash": "UnI;t~~WIp%MR+a{o0WBxvkCM|RjWrofoKWB", "type": "image"}, {"id": 6964093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc869ba4-82a7-47c2-9316-0ade624e92d6/width=450/6964093.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UVJQWX%~PB~Wx]t7xat7M|ofkCxZxaR+jZay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/355491", "modelId": 316969} \ No newline at end of file diff --git a/datasets/metadata/355743.json b/datasets/metadata/355743.json new file mode 100644 index 0000000000000000000000000000000000000000..c61ba1ce05a3860aa39edb5d2de026c08680b429 --- /dev/null +++ b/datasets/metadata/355743.json @@ -0,0 +1 @@ +{"id": 355743, "index": 0, "name": "AGM-Style-XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-22T14:31:38.524Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": ["illustration_by_omone_hokoma_agm"], "stats": {"downloadCount": 151, "ratingCount": 15, "rating": 5, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 283706, "sizeKB": 529774.142578125, "name": "AGM.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-22T14:21:02.327Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FF6AC6FE", "AutoV2": "E110483B30", "SHA256": "E110483B30C3034B9905C550A9786174FECA2C11435F9559029E7104C6966E6A", "CRC32": "68E77FFA", "BLAKE3": "DEB54C69583245E96D657140D87AED9E2BD92671CF911491F16E89D98B55D6C9"}, "downloadUrl": "https://civitai.com/api/download/models/355743?type=Training%20Data"}, {"id": 283704, "sizeKB": 5924.296875, "name": "AGMXL-step00008500.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-22T14:21:23.232Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "82C5DBBA", "AutoV2": "D657BA58E5", "SHA256": "D657BA58E5D594316DB98347C62BBC06AF45F96523FA708F133D0D50749A6851", "CRC32": "8896435F", "BLAKE3": "A8C4CC5BA4A96A5C1A152B54A7B57ED81408E851F47B7C7892B9FE0349C03EF3", "AutoV3": "894DFE6720B4"}, "downloadUrl": "https://civitai.com/api/download/models/355743", "primary": true}], "images": [{"id": 6967728, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdf11f4b-4732-4c08-89c7-f919d21230d5/width=450/6967728.jpeg", "nsfwLevel": 2, "width": 768, "height": 1032, "hash": "UGJHp:^,02_2u20L9G_2^,=|t69aoh~p?Gjw", "type": "image"}, {"id": 6967729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07fa5cb6-4ed5-4d59-9f4e-a8943fa0a7ed/width=450/6967729.jpeg", "nsfwLevel": 1, "width": 768, "height": 1032, "hash": "UWLz?MIUt99G_NtS9E%Mxv%3ack89YD%f8Rk", "type": "image"}, {"id": 6967722, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f69de50-bd57-4ecb-a922-0b047b11981f/width=450/6967722.jpeg", "nsfwLevel": 2, "width": 768, "height": 1032, "hash": "UQMQn+4m~oIB.RIURoDi%KR,9HjE4:ae%1Rk", "type": "image"}, {"id": 6967727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cf284cd-ec73-460c-8821-182bdc69d95e/width=450/6967727.jpeg", "nsfwLevel": 4, "width": 768, "height": 1032, "hash": "UhNTd,-:.8M{_M%MRjjEx[xtIqs:I[n,n$M|", "type": "image"}, {"id": 6967723, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eae2ec67-87fb-4aef-b260-4cae5ebb8462/width=450/6967723.jpeg", "nsfwLevel": 4, "width": 768, "height": 1032, "hash": "UOL3$G#6mR+u}b-7n6$MwOn3Elr;01#7tlni", "type": "image"}, {"id": 6967734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/627b66b2-7047-4c1d-8840-98a3f7278507/width=450/6967734.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URK-96-C-WjZ.mNa5jX74.bHIAxHMJjZ-CRP", "type": "image"}, {"id": 6967726, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a96e3abf-4b32-4ab7-afd0-ffabaf0e782d/width=450/6967726.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UCNK3Z00~nyE2nQl4;03{HIn0g0LF$F~nN}j", "type": "image"}, {"id": 6967737, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3da337a9-4bc3-4a8c-9c48-9184a3e87234/width=450/6967737.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "URKK{R^%0ox[u6-oIq%LMas=xsx]-;s8%MR*", "type": "image"}, {"id": 6967732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34c343b4-5b01-4012-8619-dd10691df991/width=450/6967732.jpeg", "nsfwLevel": 4, "width": 696, "height": 1296, "hash": "UYHLDTa#-:xv~WW?N3f+x[D*NFIWx^M}xsR.", "type": "image"}, {"id": 6967731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32bd9b12-8a82-4b18-8191-510a9a45b823/width=450/6967731.jpeg", "nsfwLevel": 2, "width": 696, "height": 1296, "hash": "UOI=4Tbx_3x]_Mi]xvai5Rn#?FWV-:xu-=kX", "type": "image"}, {"id": 6967739, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a54059c2-4f98-4b4a-8678-94dd914a84b0/width=450/6967739.jpeg", "nsfwLevel": 8, "width": 696, "height": 1296, "hash": "UhHU|kxuxsxa~ot8x^ogyFWAt7ofISRj%MjY", "type": "image"}, {"id": 6967733, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42c2d0b1-d6e2-4e0f-ac46-16fb6a15e3bb/width=450/6967733.jpeg", "nsfwLevel": 2, "width": 696, "height": 1296, "hash": "URLfh0~V]|z?^14:#X=drBKPI[sjDQw[-OrZ", "type": "image"}, {"id": 6967744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af339a71-d82f-452d-8d1e-54e558807aba/width=450/6967744.jpeg", "nsfwLevel": 2, "width": 8940, "height": 1374, "hash": "UgKdumx]%M-o_3R-bHWB_3s:WBR+~qf5V[a~", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/355743", "modelId": 317183} \ No newline at end of file diff --git a/datasets/metadata/355914.json b/datasets/metadata/355914.json new file mode 100644 index 0000000000000000000000000000000000000000..5c54deb5aa8b599feae094edb9cbb93d6cd834df --- /dev/null +++ b/datasets/metadata/355914.json @@ -0,0 +1 @@ +{"id": 355914, "index": 1, "name": "Realistic Sky/Clouds v2", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-23T08:51:19.506Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["Clouds", "Cloudy", "Sunset", "Overcast ", "Dark sky", "Dark clouds", "Rainy"], "stats": {"downloadCount": 424, "ratingCount": 15, "rating": 5, "thumbsUpCount": 46, "thumbsDownCount": 0}, "files": [{"id": 283873, "sizeKB": 9010.37109375, "name": "355914_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-22T17:00:52.688Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "179F9DBF", "AutoV2": "DC78BFC222", "SHA256": "DC78BFC2220DA2BEC451C3C160A0AEA6DF62AD6D12FC0C7E07EBCF29B32E5EEC", "CRC32": "8C8237A5", "BLAKE3": "AAC71DC28A6427E92229F12CBB9A4659DFA68F0CD5C3DBBE33C971FA902C2ABF"}, "downloadUrl": "https://civitai.com/api/download/models/355914?type=Training%20Data"}, {"id": 284650, "sizeKB": 223099.45703125, "name": "Realistic_SkyClouds_v2-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-23T08:50:59.365Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "919F47FA", "AutoV2": "B8A3A9711A", "SHA256": "B8A3A9711A8DB4202853B3888CDF8D000BB7D2BD5981CFBD565A78EDE09396F1", "CRC32": "B394C3FE", "BLAKE3": "5511C2579749D650DAE35F9FA7400E48CFE50E6901C57A51C1F63A5134C277EF", "AutoV3": "84D029DEED8D"}, "downloadUrl": "https://civitai.com/api/download/models/355914", "primary": true}], "images": [{"id": 7014467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3980f44-71e6-4806-9949-2aa591e908b4/width=450/7014467.jpeg", "nsfwLevel": 1, "width": 512, "height": 384, "hash": "UALC@g0i0%%z0r};=wIC00EMJ.of01aJW?bc", "type": "image"}, {"id": 7014140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7d01498-b971-4c46-a5f7-b82465312365/width=450/7014140.jpeg", "nsfwLevel": 1, "width": 512, "height": 384, "hash": "UEF~8J02s+Rk~V4;-oNG00-oxtNG0M?FjFoe", "type": "image"}, {"id": 7014314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86004754-b999-438d-a59f-1f73935bfb46/width=450/7014314.jpeg", "nsfwLevel": 1, "width": 512, "height": 384, "hash": "U6D9YS}8012_.S$e4o5q00t6MdELIURk-;Z~", "type": "image"}, {"id": 7014655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80360333-b55e-49d9-bdd7-47bdbe942d49/width=450/7014655.jpeg", "nsfwLevel": 2, "width": 512, "height": 384, "hash": "UTJ*I:%24.xt.Tt7NGt7?GoekCj[ofM{V@s:", "type": "image"}, {"id": 7015919, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/253c122d-5332-4cb2-ad79-d86cbd517811/width=450/7015919.jpeg", "nsfwLevel": 1, "width": 1024, "height": 768, "hash": "UIIYLYm*NGxvX=%0WUWCVC.8xtt6Obx]oht8", "type": "image"}, {"id": 7022289, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/320a0454-9021-4bbc-b3aa-b190a052447f/width=450/7022289.jpeg", "nsfwLevel": 1, "width": 1024, "height": 768, "hash": "UEDvyT-;?v_358R*tSD%00IUM{M{~q%Mt7-;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/355914", "modelId": 317348} \ No newline at end of file diff --git a/datasets/metadata/356203.json b/datasets/metadata/356203.json new file mode 100644 index 0000000000000000000000000000000000000000..037db21c75893386bff63f18b01bfecd8718ae03 --- /dev/null +++ b/datasets/metadata/356203.json @@ -0,0 +1 @@ +{"id": 356203, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-22T21:26:07.960Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 213, "ratingCount": 22, "rating": 5, "thumbsUpCount": 41, "thumbsDownCount": 0}, "files": [{"id": 284091, "sizeKB": 22241.48828125, "name": "Shizue_Enbi-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-22T21:30:42.697Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4F8705CB", "AutoV2": "5C3E26CD9A", "SHA256": "5C3E26CD9A835CD82A6852A761B57CF54B4770979665E1B2DD399D07DE35535B", "CRC32": "836699AE", "BLAKE3": "8A0CAE47A03B37A8DEF11FC18797ED63EDD0D38628EB0985103B5DA63B10CB17", "AutoV3": "3B158450C97F"}, "downloadUrl": "https://civitai.com/api/download/models/356203", "primary": true}, {"id": 284092, "sizeKB": 39887.3779296875, "name": "Shizue_Enbi.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-22T21:30:44.659Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1A69F686", "AutoV2": "D46DB398D9", "SHA256": "D46DB398D96E78CFC09BF41553BEFC54526AC8DEECFF6A30F7760DF11D536FCF", "CRC32": "0177C3BE", "BLAKE3": "BA6822C415E38AFDB93BD85B57E4716B3258A8C2825831A42B10C2E99326DB46"}, "downloadUrl": "https://civitai.com/api/download/models/356203?type=Training%20Data"}], "images": [{"id": 6981647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/966ab5ad-5253-4155-a9ba-7d3241dbd46e/width=450/6981647.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWL:v0xa57%L^tsp~9xZ4:f6xFs:IvW;NMof", "type": "image"}, {"id": 6981648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44179c63-45e5-4866-a4e7-1a44c3d51642/width=450/6981648.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWLzEYxa57%L^tsp~9xZ4:jZxFs:IvW;NMof", "type": "image"}, {"id": 6981812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e4b66ab-4896-4e3a-ab20-48f040a14de6/width=450/6981812.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UvKwIYs.?FNH~Togxao1ROjZa$bHIroKxFWB", "type": "image"}, {"id": 6982703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f326fca3-bda6-4ed1-961d-ffabcbe44007/width=450/6982703.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UGO{XF~8K%~U0|oH_2xt00pI-6ofMwtRwIxE", "type": "image"}, {"id": 6983111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2adb399-0ed8-4b15-83c7-26541b76de9c/width=450/6983111.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UCM%Dxzn.l=_10?G.7xG0fIo?GkC^+9Fw^oL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/356203", "modelId": 317606} \ No newline at end of file diff --git a/datasets/metadata/357691.json b/datasets/metadata/357691.json new file mode 100644 index 0000000000000000000000000000000000000000..9866083e16175d941268616d42dbe4fe7abfb8dc --- /dev/null +++ b/datasets/metadata/357691.json @@ -0,0 +1 @@ +{"id": 357691, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-23T22:20:46.796Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 401, "ratingCount": 54, "rating": 5, "thumbsUpCount": 83, "thumbsDownCount": 0}, "files": [{"id": 285417, "sizeKB": 22259.01171875, "name": "Kirigaya_Suguha_SAO-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-23T22:20:57.153Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "02653859", "AutoV2": "BE83510DFD", "SHA256": "BE83510DFD08212E5A0981C1F67B9A57B71AC6EF21E94F034A737B884101C78E", "CRC32": "7E110212", "BLAKE3": "8D0E1F3E1A40EA10CCCF41FA855C77F3CEF562408C8A29EE7ED9FB4DD9EE3F54", "AutoV3": "7C739E38A512"}, "downloadUrl": "https://civitai.com/api/download/models/357691", "primary": true}, {"id": 285418, "sizeKB": 38406.0556640625, "name": "Kirigaya_Suguha_SAO.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-23T22:25:54.098Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6892EECD", "AutoV2": "64F134CC1A", "SHA256": "64F134CC1A07131613DBE9CDF15C7C05BA08D1364A05EDF59D989F18C95BED4C", "CRC32": "77521456", "BLAKE3": "D90A3A686292FA02EF3D24FAA619211663F0F305B34B39B2E3E98C27CE46134C"}, "downloadUrl": "https://civitai.com/api/download/models/357691?type=Training%20Data"}], "images": [{"id": 7024833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68177128-36dc-4ab0-89bc-f9cb403fc315/width=450/7024833.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFJFr#s:4TniPASN;fa{8xso~Wj@[CoL%2o0", "type": "image"}, {"id": 7024794, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63a9a8df-8717-4919-8e9f-c5ec83611876/width=450/7024794.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFJFr#s:4TniPASN;ffP8xso~Wj@[CoL%2o0", "type": "image"}, {"id": 7024918, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34be18c6-b692-47f1-bdb3-2e1b14e25b5d/width=450/7024918.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCHmTHK*00mR$%r=z;J.0Lr?}@X7+_Fdx]={", "type": "image"}, {"id": 7025128, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6010bb5-9edc-4e77-aae3-d080bbd3dd87/width=450/7025128.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULIV}aOr00a0%1WBwINw4TRj~VtR=|X8RPe.", "type": "image"}, {"id": 7025411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80e27363-313c-4d21-901d-d7bff5962d51/width=450/7025411.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHHJt3M|00W;b_t7Zh$*0yNG~CNGq]xab]t7", "type": "image"}, {"id": 7025852, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ec5b1cd-fea0-4073-b7fa-c8630400d0dc/width=450/7025852.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPI}YKE1?^Rkw_nOVsso0L56%2Ip0fwwxYRP", "type": "image"}, {"id": 7025944, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0335709-c815-4ec2-b113-8c47a733d148/width=450/7025944.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKJ*C**0.8pITKo~9aNI00%1}@s.?wt7xuj]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/357691", "modelId": 318982} \ No newline at end of file diff --git a/datasets/metadata/358157.json b/datasets/metadata/358157.json new file mode 100644 index 0000000000000000000000000000000000000000..4ee3b5ed55f8b2ba287125fdacf9e8e17374026a --- /dev/null +++ b/datasets/metadata/358157.json @@ -0,0 +1 @@ +{"id": 358157, "index": 0, "name": "GertrudeXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-24T06:23:04.047Z", "availability": "Public", "nsfwLevel": 1, "description": "first version
", "trainedWords": ["GertrudeXL"], "stats": {"downloadCount": 109, "ratingCount": 2, "rating": 5, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 285831, "sizeKB": 21611.9658203125, "name": "358157_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-24T05:35:49.175Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E188BD0C", "AutoV2": "6E1D52BE1F", "SHA256": "6E1D52BE1F9B6873BE45DF4910628D2F36887BF3ED9EE9B7D5CC5FCD1B43ADA4", "CRC32": "A31EAD32", "BLAKE3": "64738AFE032213B3F5B457B2F6DCB8FF1684C07FE8892AC8B98A0DE931488FFE"}, "downloadUrl": "https://civitai.com/api/download/models/358157?type=Training%20Data"}, {"id": 285880, "sizeKB": 223098.74609375, "name": "GertrudeXL-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-24T06:16:31.452Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "01E94B3F", "AutoV2": "2B4C5B1C61", "SHA256": "2B4C5B1C61736869C5B72F004BAA55FD723D0CC87FB23AAA62D9E67BF70BE301", "CRC32": "CD1EBCC1", "BLAKE3": "1220EEA13907AF711391B6FF0E16FDB57760B59CDB68C0CE90C64026DC20D607", "AutoV3": "F4111423446C"}, "downloadUrl": "https://civitai.com/api/download/models/358157", "primary": true}], "images": [{"id": 7040121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e05eb43e-cadd-4a2a-9c3c-403ae2e94189/width=450/7040121.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAI4R?-q00-;9u^*r;0L0gIV~W-;0LNHoyaK", "type": "image"}, {"id": 7040122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d72d0868-9250-409b-b0e2-6e213290c0e5/width=450/7040122.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDEn|s9Z00~VtSt7Mxfl9u$*xZ9uE2R+xZxF", "type": "image"}, {"id": 7040123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c012245f-2e2b-4556-aedd-9236f53fd6f2/width=450/7040123.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9EU}lRk009]~q^j0LI:kqW=-AEMJUofWB-o", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/358157", "modelId": 319402} \ No newline at end of file diff --git a/datasets/metadata/358282.json b/datasets/metadata/358282.json new file mode 100644 index 0000000000000000000000000000000000000000..8f96914f095d3cfb2878413453d691693040b9b0 --- /dev/null +++ b/datasets/metadata/358282.json @@ -0,0 +1 @@ +{"id": 358282, "index": 0, "name": "Air conditioner", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-24T10:29:31.292Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 69, "ratingCount": 5, "rating": 5, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 285939, "sizeKB": 15162.87109375, "name": "358282_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-24T07:36:23.425Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BA73ABC3", "AutoV2": "DE9C40FD5D", "SHA256": "DE9C40FD5D641E80EE0C0FA7BCDBFF5083C128C74674AF79580DF6D55963D727", "CRC32": "8EE70495", "BLAKE3": "E3844ACF95F983D0A913BF56E225369B3DAA8C7730E37471BA03D354F09E46D0"}, "downloadUrl": "https://civitai.com/api/download/models/358282?type=Training%20Data"}, {"id": 286073, "sizeKB": 36977.5390625, "name": "Air_conditioner-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-24T10:30:50.957Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FC6D96E9", "AutoV2": "88FC7F0BCE", "SHA256": "88FC7F0BCEA10C3F934D2C65851AAB64C2A08144B4777C1093FB1EDE12EDAD8A", "CRC32": "B281DE12", "BLAKE3": "3850C59D37792484FF7ED44830D8077FE5355118ECD3038CE4768B3DD8016386", "AutoV3": "7FF1A2E5F99D"}, "downloadUrl": "https://civitai.com/api/download/models/358282", "primary": true}], "images": [{"id": 7046781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c1432e4-4183-4813-9823-428a3535f4e0/width=450/7046781.jpeg", "nsfwLevel": 1, "width": 1000, "height": 1000, "hash": "UBEV+*ITja%f~pRjNGozD%%MIVjut7j[t7j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/358282", "modelId": 319515} \ No newline at end of file diff --git a/datasets/metadata/358615.json b/datasets/metadata/358615.json new file mode 100644 index 0000000000000000000000000000000000000000..50a58774b25b721414ef2de0e7a342faab362a20 --- /dev/null +++ b/datasets/metadata/358615.json @@ -0,0 +1 @@ +{"id": 358615, "index": 0, "name": "Lily (Alpha and omega)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-24T14:55:13.698Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 128, "ratingCount": 10, "rating": 5, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 286266, "sizeKB": 19155.490234375, "name": "358615_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-24T13:55:57.771Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BD307473", "AutoV2": "DEB300D395", "SHA256": "DEB300D3950E994753E8C0DF86938873776AAB5522AD1E53021085F9AFCE4C3C", "CRC32": "2E158487", "BLAKE3": "01C478A3FEE9820CEA80ECC629BAC756B7CA201B0A1369AF807CB349CB9744F1"}, "downloadUrl": "https://civitai.com/api/download/models/358615?type=Training%20Data"}, {"id": 286309, "sizeKB": 36978.1875, "name": "Lily_Alpha_and_omega.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-24T14:35:41.346Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "73DFCA69", "AutoV2": "306E206E68", "SHA256": "306E206E681036657C9C974BC4FBED2BFA9D8634140F42CB1F34568508678C7A", "CRC32": "B24FFB55", "BLAKE3": "CEC86B1372D3E89A6A4EC535002502DB49A12C59F3FDE65786C308761F0417BE", "AutoV3": "BD90461C6BBE"}, "downloadUrl": "https://civitai.com/api/download/models/358615", "primary": true}], "images": [{"id": 7058241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5e395b2-d631-4a0d-9bae-a9b30b3cbb2b/width=450/7058241.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEB:d8~W9ZIV?bt79ZRjIUE1IojsNGj]%2of", "type": "image"}, {"id": 7058240, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66ce5d8e-fe5f-434e-9a36-11d6807c67fe/width=450/7058240.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIELmZE19G_2~BWFM{a#NEs;R%M|jqayaxof", "type": "image"}, {"id": 7058242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc9b321a-8f60-49bf-9c31-93767bec8eac/width=450/7058242.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UQFFdN?INHRj_4t6Iot7NzV[R+t6x[oy-ot7", "type": "image"}, {"id": 7058239, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1330e853-401d-4330-98a4-45ab74d15450/width=450/7058239.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UYHnH5IqIA?G~8R*RjRkw@s:ozRj-koLa#oe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/358615", "modelId": 319811} \ No newline at end of file diff --git a/datasets/metadata/358691.json b/datasets/metadata/358691.json new file mode 100644 index 0000000000000000000000000000000000000000..3e2064770eb8d45276fde9d588c7c87026dda546 --- /dev/null +++ b/datasets/metadata/358691.json @@ -0,0 +1 @@ +{"id": 358691, "index": 1, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-02-24T14:41:48.684Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": ["gosia faux", "deathknight armor"], "stats": {"downloadCount": 82, "ratingCount": 7, "rating": 5, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 286307, "sizeKB": 102805.3447265625, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-24T14:30:56.100Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3417E85F", "AutoV2": "E7C645F3D8", "SHA256": "E7C645F3D816360896811E863A07C1F9778522D256DC3A3FA69A02CF1E176CC2", "CRC32": "678B8A27", "BLAKE3": "3DB16ADFD0CA3EAF45FD060DCC38B5E6FD792FC587A1B635467C4543FF13CC37"}, "downloadUrl": "https://civitai.com/api/download/models/358691?type=Training%20Data"}, {"id": 286306, "sizeKB": 56077.80078125, "name": "gosia-ponyxl-6-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-24T14:30:50.840Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "48C4F648", "AutoV2": "1EC1913276", "SHA256": "1EC1913276424A6A95D31EA16F21408232DD92136144A5DA30C09CD010710AF1", "CRC32": "4DE15641", "BLAKE3": "02B29DC986A12960E1DAB92DB2C29A9F1273BF41C350DBEDC9092F32FC3A5D99", "AutoV3": "4E3797F1F2F0"}, "downloadUrl": "https://civitai.com/api/download/models/358691", "primary": true}], "images": [{"id": 7055499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c62694b-7740-44f0-8aef-67da36498f7d/width=450/7055499.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "UQGIvEIoyFxv?wR*IUt7tmWCxaay%MRkWBWB", "type": "image"}, {"id": 7055501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f215f9ee-0a0d-4c4f-aa51-0b7cb412181f/width=450/7055501.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UKGlblaKu6tSlCM|IWxup0RjRkRjWFofs.j?", "type": "image"}, {"id": 7055507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/647eedc6-5562-44c6-8307-e3c12c72ee6d/width=450/7055507.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UJG9HzIou6?bO^ofIVRjyERjxZoeM|oLMxWB", "type": "image"}, {"id": 7055509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0efb9a1b-fdef-4586-920c-6b6ea0db3ea0/width=450/7055509.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "U9FYu_4n00_3ESMxH;MyTfRj~pxun2IU9Zt7", "type": "image"}, {"id": 7055531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c12b360-fad9-4a7a-9b04-47b728034012/width=450/7055531.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UMHo5z~p.TR-JW-;MxNG_3%MM{xu-;xuWpf+", "type": "image"}, {"id": 7055553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b61acff-563a-45f2-af17-d4f04b123e04/width=450/7055553.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UJFiJX_MD%VY%h^+-n$f%MWBk8-oM{xutRo}", "type": "image"}, {"id": 7055569, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d40d276e-82bc-4e8c-8d18-0f8f87752608/width=450/7055569.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UIIE-9D*00^+?wWAM{IVSORjt7oMo#M{xZNG", "type": "image"}, {"id": 7055893, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/395e6a41-1fbb-474d-aa4c-af07c1fd6eb8/width=450/7055893.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UPJRaWW?*0-pI^WB9Ff6NKV@V@jsxuWBt6WV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/358691", "modelId": 319882} \ No newline at end of file diff --git a/datasets/metadata/358980.json b/datasets/metadata/358980.json new file mode 100644 index 0000000000000000000000000000000000000000..dee1cc94ef58d41ab3628e157c591d8641b2bdb2 --- /dev/null +++ b/datasets/metadata/358980.json @@ -0,0 +1 @@ +{"id": 358980, "index": 0, "name": "Beautiful Male V1. 0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-24T02:53:31.126Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 219, "ratingCount": 2, "rating": 5, "thumbsUpCount": 44, "thumbsDownCount": 0}, "files": [{"id": 286562, "sizeKB": 2034.912109375, "name": "358980_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-24T18:20:53.232Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "2308397650", "SHA256": "2308397650DE802DABC4DEC30129D3EEA04E1FDE19A43622FB11966D2BB60E8E", "CRC32": "1EE75608", "BLAKE3": "EC7B416B1437A6235C818CE7EC383FE8E3F806969360EE5CD5C3C35E10AED7BC"}, "downloadUrl": "https://civitai.com/api/download/models/358980?type=Training%20Data"}, {"id": 287110, "sizeKB": 36977.359375, "name": "Beautiful_Male_V1._0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-25T04:10:52.780Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "44874108", "AutoV2": "1661F172E1", "SHA256": "1661F172E1B543C3F8BBE10AB15C487548A4CC1F0661E3E54610CDEAB4242496", "CRC32": "6DD21863", "BLAKE3": "E2DB7FEE038208E096552FE523B7F62FBA845CF65CFF5E143FA672E839A4C792", "AutoV3": "1D34DC315BB4"}, "downloadUrl": "https://civitai.com/api/download/models/358980", "primary": true}], "images": [{"id": 13401889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f7ec62f-8ddf-4367-a65e-d8db40286ed3/width=450/13401889.jpeg", "nsfwLevel": 8, "width": 450, "height": 800, "hash": "UIG8Q2Or0z^j~WxuxtNGIrxa-UM{xus:M{WB", "type": "image"}, {"id": 13401890, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed7f4437-f6d2-4f1b-96ec-2fce8607bdb5/width=450/13401890.jpeg", "nsfwLevel": 16, "width": 450, "height": 800, "hash": "U6Due@~B0LIUXlof%1bG01NG?GNb0g9uIqn+", "type": "image"}, {"id": 13401891, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3747d9c1-fe6e-4c65-a166-971aad3cca1b/width=450/13401891.jpeg", "nsfwLevel": 8, "width": 450, "height": 800, "hash": "U5EBmV0101xbyC4:%1=|00~A%Kj]9u-pRPaK", "type": "image"}, {"id": 13401885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c019b91-286a-441b-b2fa-031c2a717944/width=450/13401885.jpeg", "nsfwLevel": 8, "width": 450, "height": 800, "hash": "UBFhFp9aJTxatQIoI:oL02~B%0M|xa?G%2WB", "type": "image"}, {"id": 13401886, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d91e0a2e-8637-43b7-bdbd-4d62f126e23c/width=450/13401886.jpeg", "nsfwLevel": 8, "width": 450, "height": 800, "hash": "U9FhCh^j0L9axuxF?G-o0gEM~BxZI;f+Ioni", "type": "image"}, {"id": 13401899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9de47d39-6034-4097-ada4-e9ffda42064e/width=450/13401899.jpeg", "nsfwLevel": 8, "width": 450, "height": 800, "hash": "UEDk}R~B0zE1=|%1ayay5RS3%LkCW=RkNGNG", "type": "image"}, {"id": 13401898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bdf9522-42b5-44df-8fa0-840e5847246b/width=450/13401898.jpeg", "nsfwLevel": 8, "width": 450, "height": 800, "hash": "U8HA-5IoFJ-ox[ELjc$%00~V~BE2?Gxu?GxZ", "type": "image"}, {"id": 13401900, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae5a36c7-91d8-4605-8656-a6cd50eb62d9/width=450/13401900.jpeg", "nsfwLevel": 8, "width": 450, "height": 800, "hash": "U5C=o3}?02X75R-TNw%102NGxZ584;EMsmnP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/358980", "modelId": 320139} \ No newline at end of file diff --git a/datasets/metadata/359133.json b/datasets/metadata/359133.json new file mode 100644 index 0000000000000000000000000000000000000000..bfb3972c55a569193b064860e110966c7d818a20 --- /dev/null +++ b/datasets/metadata/359133.json @@ -0,0 +1 @@ +{"id": 359133, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-24T20:30:16.784Z", "availability": "Public", "nsfwLevel": 25, "description": null, "trainedWords": ["mie, 1girl, short hair, blue eyes, brown hair", "mie, 1girl, short hair, blue eyes, brown hair, short sleeves, puffy sleeves, apron, puffy short sleeves, waitress, smile", "mie, 1girl, blush, open mouth, blue eyes, large breasts, brown hair, shirt, hat, nipples, open clothes, open shirt, breasts out", "mie, 1girl, blush, short hair, skirt, brown hair, nipples, green eyes, tears, cum, clothes lift, huge breasts, apron, no panties, skirt lift, cum on breasts"], "stats": {"downloadCount": 153, "ratingCount": 19, "rating": 5, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 286705, "sizeKB": 46194.7578125, "name": "mie-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-24T20:30:57.995Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "77A2CEDE", "AutoV2": "6E7AD13E2E", "SHA256": "6E7AD13E2E03B3F22BD7521D8A24937770D3372990CDA79B356538B141F3CB80", "CRC32": "FF7F0553", "BLAKE3": "F0D19564C72CE53DA605375C245132E2259260DF627307D13104363037DF11E0", "AutoV3": "D8B6461DCBD9"}, "downloadUrl": "https://civitai.com/api/download/models/359133", "primary": true}, {"id": 286711, "sizeKB": 11624.482421875, "name": "mie.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-24T20:36:24.610Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "10F1C235", "AutoV2": "5D25BA005B", "SHA256": "5D25BA005BE2D38B1519FFF6E448B4CFCF3AC0B0A434809A908453F4BA910581", "CRC32": "F9464153", "BLAKE3": "107A3FB6EC87BAC8F7905F8835E364B55B3060B34A6C08304BA2587E58B76748"}, "downloadUrl": "https://civitai.com/api/download/models/359133?type=Training%20Data"}], "images": [{"id": 7067083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/143084d9-25d0-4bca-a09b-ac2d6ed8543d/width=450/7067083.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UAGIAd.l00Rl00x-xp$*00IT^*M}_4-:%MIW", "type": "image"}, {"id": 7067114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b10992e7-fb4f-4023-9a3a-79e8e565333d/width=450/7067114.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UNHeXtx[9sx[JOtQo}bv$|t7t5k8?^t7skWU", "type": "image"}, {"id": 7067112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7451e83-a8e8-4a38-a65c-3e00a561e496/width=450/7067112.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UHI=Gc~p4mIA-mxa?w%M00x]e-M_Mvs9bbtP", "type": "image"}, {"id": 7067110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98fb9503-270a-442b-82d0-b0cb67cde402/width=450/7067110.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "UAHx7]8w00kX1HrXx]WZ00V@~C-n01.7^jE0", "type": "image"}, {"id": 7067111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/088d4bd3-d3f8-47bc-94f9-654ce8a4cc2b/width=450/7067111.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "UJJ*hlMwBfnh?]I9.SEgNfEd?b$xWak7={Mx", "type": "image"}, {"id": 7067115, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26326404-7199-45c2-9efc-39d915354f52/width=450/7067115.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UQJaTCjD7JIA0d%ho[%g%3-pxuNG~Wn+X9V[", "type": "image"}, {"id": 7067116, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96ca67d1-4368-40fd-8c7b-a6fed9bf7048/width=450/7067116.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UEI#Mw-l00NI9??bs*R400kqD%I9~V-:r?IU", "type": "image"}, {"id": 7067118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37dbc0f2-6ed2-40af-90a3-24311f5b2f0d/width=450/7067118.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UAG97}$S005P7RVx%N%eLxs;#9of%tV]n-oJ", "type": "image"}, {"id": 7067117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9691cd7c-2997-42f8-9411-05bf8ca0dca4/width=450/7067117.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UNJ@:+X5X,i{9say_4%2.T%M=ybbD$WBI.W;", "type": "image"}, {"id": 7067121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c00f4241-044d-44a7-a179-f6525ba5a492/width=450/7067121.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UAHn$]~q0JOs1C_3_N%M5Qog}@IV^PMxOYRP", "type": "image"}, {"id": 7067120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e99df765-706b-40ca-9198-1ea02b5db75f/width=450/7067120.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UCH.Th=;00P;twol%4x;0}4,QntPImx]Dg8{", "type": "image"}, {"id": 7067119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cad7721-f64e-43c2-8b15-f97f5a6fb09c/width=450/7067119.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UIH-[Eo|0z-;EKt7x^tRD*M{r_t7~Rf5S6n,", "type": "image"}, {"id": 7067123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afda4315-eb2b-47ad-928d-ebe5112d5ea8/width=450/7067123.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UEHeqG~X009EA8%M-=M_TcxvwhD%?voyH?V@", "type": "image"}, {"id": 7067122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b346c51-df3d-42c1-9148-5159060b51ed/width=450/7067122.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDIO5_~X01I^1QETkrJVBt-Y#R-;DPt..8n4", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/359133", "modelId": 320283} \ No newline at end of file diff --git a/datasets/metadata/359139.json b/datasets/metadata/359139.json new file mode 100644 index 0000000000000000000000000000000000000000..7716743c5acaac6443b3f00257dd899c019293a6 --- /dev/null +++ b/datasets/metadata/359139.json @@ -0,0 +1 @@ +{"id": 359139, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-24T20:33:30.547Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 284, "ratingCount": 49, "rating": 5, "thumbsUpCount": 69, "thumbsDownCount": 0}, "files": [{"id": 286708, "sizeKB": 22258.71484375, "name": "Rouge_Redstar_MetallicRouge-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-24T20:36:18.666Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AA8DB96B", "AutoV2": "D94FE67BEC", "SHA256": "D94FE67BEC2BED63F19D11BC432A3799404AF33C08F36CBC8000177CA455B82D", "CRC32": "3E08E9E2", "BLAKE3": "911E86EEEF4BB3EC1997E25B138D98D335826F7B6BD6BC833C63F1F649A37F72", "AutoV3": "0EA81366B1A3"}, "downloadUrl": "https://civitai.com/api/download/models/359139", "primary": true}, {"id": 286709, "sizeKB": 40881.7099609375, "name": "Rouge_Redstar_MetallicRouge.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-24T20:36:20.454Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "21229040", "AutoV2": "16D22E4E45", "SHA256": "16D22E4E45668B05EC1EF8439BDCA194C5F253EE03678E15EFCAC47D7389818F", "CRC32": "24389DB3", "BLAKE3": "28BF83C13EE89315901A174187E946BE24F8E85F2B8A06B831E8BCAD285FF3EF"}, "downloadUrl": "https://civitai.com/api/download/models/359139?type=Training%20Data"}], "images": [{"id": 7067162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b374fe4-483a-4788-8b68-32b57159cf57/width=450/7067162.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEMQVF00Yk000000_29G.SRk=xtR~Vxu-;kV", "type": "image"}, {"id": 7067161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41502567-1b0e-407b-af1f-69a08ce7c11c/width=450/7067161.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEMQVG00Yk000000_39G.SNH=xtR~Vxu-;kV", "type": "image"}, {"id": 7067316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c096e340-da7b-4844-90e8-0088d09715b7/width=450/7067316.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UYL4NjM_57NG9ZIU%Mfj9tIo%1t6~WWCozxu", "type": "image"}, {"id": 7067315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4387e880-c732-4b40-b1fe-d970c94b978c/width=450/7067315.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UYL4NjM_57NG9ZIU%Mfj9tIo%1t6~WWCozxu", "type": "image"}, {"id": 7067557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20507f2e-6f35-412d-bd66-c5537a7844e2/width=450/7067557.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USLp?k_3KO~q01kCjY%M0KMx-pNG^+V@Rjof", "type": "image"}, {"id": 7067561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/456fd9dd-af09-4294-aaa7-3ee70a13c1f5/width=450/7067561.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTLp?l_3KO~q0KkCjY%M0LM_-oNG^*V@Rjof", "type": "image"}, {"id": 7168556, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8bf2289-3e71-4c1c-8531-8306529a0ad5/width=450/7168556.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "USJaWcIA57?I0KM{kCkC56V@-UtQ~VM{M{WU", "type": "image"}, {"id": 7172376, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42d32564-1fef-4550-8bed-5510daa40b59/width=450/7172376.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFIN?tMgQ,-rb{-:w?4:bv9FIn_N00^k$+?a", "type": "image"}, {"id": 7172475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/446387fe-ede9-4fa8-ac55-d7030743fecc/width=450/7172475.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDJ7:z0KIxkj009Y-=E000r:^IIB~Uj=D$%2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/359139", "modelId": 320287} \ No newline at end of file diff --git a/datasets/metadata/359540.json b/datasets/metadata/359540.json new file mode 100644 index 0000000000000000000000000000000000000000..7e60e62e021f8154a5029f674a313675e415aeef --- /dev/null +++ b/datasets/metadata/359540.json @@ -0,0 +1 @@ +{"id": 359540, "index": 1, "name": "v0.1 pdxl", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-02-25T03:37:18.464Z", "availability": "Public", "nsfwLevel": 5, "description": "Certainly not a final version.
", "trainedWords": ["armor", "halo", "black wings", "darkmel, red eyes, white hair"], "stats": {"downloadCount": 104, "ratingCount": 6, "rating": 5, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 287060, "sizeKB": 56132.146484375, "name": "darkmel-pdxl-004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-25T03:15:50.645Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D08103E4", "AutoV2": "7F59952700", "SHA256": "7F599527006F4DDD7D27AD5477C19A9ECE5BFD190B97105F0FC1FD6EEFE72F28", "CRC32": "5ED9A285", "BLAKE3": "B8F3E2FE9083CE87B521C981C9FB61F8B5294CFD1F8B7B1A2F53D57F267EDF9E", "AutoV3": "9A2CFF9ABE6A"}, "downloadUrl": "https://civitai.com/api/download/models/359540", "primary": true}, {"id": 287059, "sizeKB": 9760.3984375, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-25T03:15:50.492Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "83201091", "AutoV2": "DF588BB817", "SHA256": "DF588BB8176C00D561DCBC67D7AB9A3FAF4E0F9FE9463E67DDCF7BDD62C3CB6E", "CRC32": "9ED52D71", "BLAKE3": "8D4367883F9CCA06973F7DE384DB74446B75F9C49B59FD9B16401BDBF4F4367E"}, "downloadUrl": "https://civitai.com/api/download/models/359540?type=Training%20Data"}], "images": [{"id": 7079337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23122b4d-9c1b-476b-9cdc-668a185ab3fd/width=450/7079337.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "ULFr#3_3X4t6?^bwNG%M?vtRafR.tRWEo3oe", "type": "image"}, {"id": 7078823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5dea4f56-1498-41fe-9878-447912721553/width=450/7078823.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UCFhq-M}_J?u?uRjJO9bkpxGNFVs?ax]={nh", "type": "image"}, {"id": 7079178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72e733a3-b691-44e1-978a-bd250fd7b9d4/width=450/7079178.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UMGR;v_2.QNG?]b^N[adJ7t8M|aexvtlxbR%", "type": "image"}, {"id": 7078688, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e61b9bc-dea5-4d7f-9188-61ba1199670d/width=450/7078688.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UFGRn_-:-%EL~qt7D%oJK6WGDj%1tmRonit7", "type": "image"}, {"id": 7078689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18f591e2-89e4-4333-bf69-c52e01c6d9e3/width=450/7078689.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "URGR}0%LkkX8?wM|IUofO@jFM{a#Ndoen%bH", "type": "image"}, {"id": 7078697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05001ea3-a51f-4e6f-8d2a-9a53d6a5aa39/width=450/7078697.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UJF$9IoItkj?.TV_E2IoKgj=IUbEnhRQwNjF", "type": "image"}, {"id": 7078725, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4006c775-8a17-4f2e-a497-39cbdf41dcde/width=450/7078725.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UOFP7~?vs+xr?dxuITV@%#IpVZozyDShxaxu", "type": "image"}, {"id": 7079126, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/575661f8-7a59-4b76-a9b4-444ebcadca24/width=450/7079126.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "U8IEFIMx00r@2?s.H=?a1}NMR5xu_MslMx?a", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/359540", "modelId": 320637} \ No newline at end of file diff --git a/datasets/metadata/360515.json b/datasets/metadata/360515.json new file mode 100644 index 0000000000000000000000000000000000000000..16b195870334295cd952e7e94a53b2866da2f2b2 --- /dev/null +++ b/datasets/metadata/360515.json @@ -0,0 +1 @@ +{"id": 360515, "index": 1, "name": "v1.1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-02-25T17:03:44.580Z", "availability": "Public", "nsfwLevel": 5, "description": "\u66f4\u5c0f\uff0c\u66f4\u7075\u6d3b\uff0c\u4e5f\u8bb8\u6548\u679c\u66f4\u597d\u3002
Smaller, more flexible, perhaps yielding better results.
\u8bf7\u89c6\u60c5\u51b5\uff08\u548c\u89c6\u89d2\uff09\u9009\u62e9\u89e6\u53d1\u8bcd\uff1a
Please choose trigger words based on the context (and perspective).
\u89e6\u53d1\u8bcd (Trigger word)\uff1a
kirino \\(blue archive\\)
\u5934\u90e8\u89e6\u53d1\u8bcd (Head trigger words)\uff1a
braid, twin braids, long hair, hairclip, hair between eyes, bangs, ahoge, hat, multicolored hair
\u4e0a\u534a\u8eab\u89e6\u53d1\u8bcd (Upper body trigger words)\uff1a
white gloves, blue necktie, long sleeves, armband, white jacket, badge, holster, belt, cylindrical objects attached to belt, belt pouch
\u4e0b\u534a\u8eab\u89e6\u53d1\u8bcd (Lower body trigger words)\uff1a
white boots, skirt, black pantyhose
\u6211\u60f3\u77e5\u9053\u600e\u4e48\u5728\u540c\u4e00\u4e2a\u89d2\u8272lora\u4e2d\u653e\u5165\u4e24\u5957\u670d\u88c5\u3002\u5982\u679c\u60a8\u613f\u610f\u5206\u4eab\u76f8\u5173\u6559\u7a0b\uff0c\u6211\u4f1a\u975e\u5e38\u611f\u6fc0\uff01
I want to know how to put two costumes of the same character in one LoRa. I would greatly appreciate it if you could share any relevant tutorials!
", "trainedWords": ["kirino \\(blue archive\\)", "braid, twin braids, long hair, hairclip, hair between eyes, bangs, ahoge, hat, multicolored hair", "white gloves, blue necktie, long sleeves, armband, white jacket, badge, holster, belt, cylindrical objects attached to belt, belt pouch", "white boots, skirt, black pantyhose"], "stats": {"downloadCount": 134, "ratingCount": 9, "rating": 5, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 287912, "sizeKB": 41860.92578125, "name": "NakatsukasaKirinoXL-000040.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-25T17:00:41.676Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FBD9D8CF", "AutoV2": "35DEDF5514", "SHA256": "35DEDF5514189D5FDE36E52C644747E51891385352A7A3A9DD9C62E9B4961E30", "CRC32": "6F747A71", "BLAKE3": "40E6DE28DFB43C3D1AAD92E850F912E3BEF90AAC7506070D31BEEF3676DDEAEF", "AutoV3": "7C612DAA0777"}, "downloadUrl": "https://civitai.com/api/download/models/360515", "primary": true}, {"id": 287913, "sizeKB": 38757.9638671875, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-25T17:01:15.252Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CA51565E", "AutoV2": "0133F02D86", "SHA256": "0133F02D862310E62AEB8B8327007C8D08FF6F8784D1F6A494967758D58B3EC2", "CRC32": "30ACC600", "BLAKE3": "D535E40234AACBDB7CDFE40E947D58F83A6411C8B7FB7EDDFE3326CBD5F833A9"}, "downloadUrl": "https://civitai.com/api/download/models/360515?type=Training%20Data"}], "images": [{"id": 7105275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/083b8a95-3333-4554-afff-2ba402ca083e/width=450/7105275.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "UAHx~h*001xb%Oxu02V@9aiuMw9a4oxt=^-=", "type": "image"}, {"id": 7105731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a36437d-0adf-4ab8-a4f9-60c54094f2b1/width=450/7105731.jpeg", "nsfwLevel": 4, "width": 1248, "height": 1824, "hash": "UZIE-6~pEMOEElNfIoIoxuM|IUWVIooNxHs.", "type": "image"}, {"id": 7105280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2983833d-b972-4e89-8a72-a6d17493dcb1/width=450/7105280.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "UMHB-:~VI9nh0MM{D%Rj%fx]S5R-IUIVo#f+", "type": "image"}, {"id": 7105325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19ae0c9a-38ed-4f1e-8324-8ab892810443/width=450/7105325.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UHDmQ~-?E00J?b~pD+EK.QRRjdtRb^V|aPxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/360515", "modelId": 316900} \ No newline at end of file diff --git a/datasets/metadata/36059.json b/datasets/metadata/36059.json new file mode 100644 index 0000000000000000000000000000000000000000..8615e0d2947c88110e347dbe5d2d43591274b912 --- /dev/null +++ b/datasets/metadata/36059.json @@ -0,0 +1 @@ +{"id": 36059, "index": 1, "name": "Release 3", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-04-04T15:49:43.184Z", "availability": "Public", "nsfwLevel": 1, "description": "Some issues in Release 2 are addressed~!
The training images are the same, but captions isn't. Also moved one image to a lower repeat folder.
Improvements (vs. Release 2):
Tail generation is more controllable with prompts
Slight improvements to outfit accuracy
Slightly more consistent background
Controllable Limitations:
She may have short hair. I don't know why this happens, but adding (long hair:1.25) mitigates this.
Stockings still may be plain black instead of blue + pink. Adding (mismatched stockings:1.15) to your positive prompt mitigates this.
Tails may appear uncontrollably. Adding (tail, mechanical tail:1.15) to negative prompt mitigates this.
Her weapon may appear uncontrollably. Adding (weapon, sword, holding, holding weapon, holding sword:1.15) to negative prompt mitigates this.
Uncontrollable Limitations:
From the viewer's perspective, the right side of her jacket may not be black, and instead gets colored white at times. This is gacha and not controllable.
Some limitations with H content due to training dataset all being SFW.
Training Details (w/ bmaltais/kohya_ss; see Training Data File for full LoRA training parameters extracted with kohya-ss/sd-webui-additional-networks)
Trained on: nai.ckpt (925997e9)
Training Batch Size: 2
LR: 0.0007, UNet LR: 0.0007, TE LR: 0.000175, Scheduler: Cosine w/ Restarts
Epochs: 3, Dim: 32, Alpha: 16, Resolution: 512x512, Clip Skip: 2
*EasyNegative in the example images is an embedding from here.
", "trainedWords": [], "stats": {"downloadCount": 159, "ratingCount": 17, "rating": 5, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 29101, "sizeKB": 14574.8515625, "name": "exportv3.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-04T15:51:16.729Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "47263638", "AutoV2": "98E054419B", "SHA256": "98E054419B6A4FD4BDDC1A5022B16A9B3C4FFD1E6A52AFF0F4CE6404350719E3", "CRC32": "D0AB525D", "BLAKE3": "80DB6E4EF2946AEB63F751BE82416A5A0D9F7492439EC97ED22F7B12219AAA72"}, "downloadUrl": "https://civitai.com/api/download/models/36059?type=Training%20Data"}, {"id": 29102, "sizeKB": 36976.337890625, "name": "FerventTempoDelta_Release3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-04T15:51:14.576Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4FDEE7C7", "AutoV2": "4779ADDFAD", "SHA256": "4779ADDFAD12CEB66350880F7B098431B2164F184525C6EA26C3E474A613FA9F", "CRC32": "F5EC0F57", "BLAKE3": "369C6679E116340D74EB48E61CDF22BFC50CFC84EA218B744827271108124A68", "AutoV3": "C21265D16418"}, "downloadUrl": "https://civitai.com/api/download/models/36059", "primary": true}], "images": [{"id": 438008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd17b466-0dee-41cf-baff-7c73e0002000/width=450/438008.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UMJH,W?HGEJB?]aetlr?K4V@S~g3-;tRIUIp", "type": "image"}, {"id": 438006, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79a003c0-413d-462c-717e-62b1be81f400/width=450/438006.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9HeC9}v00J78wpv57Dhxu$S_3g2~Wt1Mxo$", "type": "image"}, {"id": 438005, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1942ed9-96d7-4016-b9a6-ea7deb37bf00/width=450/438005.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQL4BG~WEKD%^+SNXSRj-pV@NGkW?uWBIUoK", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/36059", "modelId": 25652} \ No newline at end of file diff --git a/datasets/metadata/361572.json b/datasets/metadata/361572.json new file mode 100644 index 0000000000000000000000000000000000000000..829eb9c141e65383275ce442270eb6234032fc6c --- /dev/null +++ b/datasets/metadata/361572.json @@ -0,0 +1 @@ +{"id": 361572, "index": 0, "name": "Wrecks (Rimba Racer)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-26T16:32:09.793Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 78, "ratingCount": 8, "rating": 5, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 288835, "sizeKB": 6258.39453125, "name": "361572_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-26T06:55:49.345Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AAFB7835", "AutoV2": "E99DC00E1E", "SHA256": "E99DC00E1E69A8EC24A54DBFD3664B4AA0933D595122B228C8B12075C2327D85", "CRC32": "223A89DD", "BLAKE3": "6FAAACC6F97B1C6F984C51682D1D72D2B23F8AEDD7DC92B07EAD0A9B45E9FB8B"}, "downloadUrl": "https://civitai.com/api/download/models/361572?type=Training%20Data"}, {"id": 289534, "sizeKB": 36978.0390625, "name": "Wrecks.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-26T16:30:56.016Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F979D34F", "AutoV2": "481246A4E6", "SHA256": "481246A4E6B0DC2083A3E8D848BC19AE05FFA87A4E28DB61EDCB0086F3E7DD2F", "CRC32": "E87D3EC2", "BLAKE3": "8E1E44E6ED22FC8ADA9637B7027302C26F27F1EEC76365753954A6035896F7DF", "AutoV3": "2B06806DA750"}, "downloadUrl": "https://civitai.com/api/download/models/361572", "primary": true}], "images": [{"id": 7147006, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2403a312-b222-4396-82d6-7bc9e7c27ba9/width=450/7147006.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UPB:pos.%MR.%%WVJCs:JWWXM{oeIqoJrqWB", "type": "image"}, {"id": 7147005, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e985dfa7-e407-4ce7-aaa2-8f225b0a3e57/width=450/7147005.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UQD]SPt7%Mxt~qt7W=ofOYj[M{WCI=RkV@Rk", "type": "image"}, {"id": 7147003, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ec7f424-0f06-4493-8529-cdb0f78f7666/width=450/7147003.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UQD+h^%1%MR*~Wxabva#OYozNHxaI=W;Rjt6", "type": "image"}, {"id": 7147004, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f88a4ab-295d-47a8-8cfe-d48419c8e2b0/width=450/7147004.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UCCh[=I:bXs:5RE3I;NHkV}@9u%057NI-Bs:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/361572", "modelId": 322494} \ No newline at end of file diff --git a/datasets/metadata/362655.json b/datasets/metadata/362655.json new file mode 100644 index 0000000000000000000000000000000000000000..692d73e3ce1747b60c2c3d7e2cc7e6c0b8960d2a --- /dev/null +++ b/datasets/metadata/362655.json @@ -0,0 +1 @@ +{"id": 362655, "index": 1, "name": "v1.0 17p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-26T19:15:31.030Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 65, "ratingCount": 3, "rating": 5, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 289747, "sizeKB": 3814.822265625, "name": "Lae_Sayers_GaiaGearV1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-26T19:15:55.176Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0A6B055D", "AutoV2": "23B84A91BC", "SHA256": "23B84A91BCEE1A4FAAE0D975A684F873CE9DAD5422E44110539FC1774D3D9917", "CRC32": "CC1383FC", "BLAKE3": "5C45E284E577DD30892752E32D3BDDAF585542C758D1A89740586B8CAE22189D"}, "downloadUrl": "https://civitai.com/api/download/models/362655?type=Training%20Data"}, {"id": 289748, "sizeKB": 22232.83984375, "name": "Lae_Sayers_GaiaGear-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-26T19:16:13.105Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "98A4B8A9", "AutoV2": "9434FDD448", "SHA256": "9434FDD44815EE5E98029DE49288F30A1BF6B92C2CA41B10599BFD0CC76A7730", "CRC32": "C953755B", "BLAKE3": "C751E3CB8BCC282502A1BFA7BEEAB8B87E61821A1B703C9876672E76F7804379", "AutoV3": "2D8F7308D11F"}, "downloadUrl": "https://civitai.com/api/download/models/362655", "primary": true}], "images": [{"id": 7151628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e7c39bb-8230-41af-bbdc-04cae6df6ad0/width=450/7151628.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaPPZO_3xut8^dMx*0RjyYj]R.bcn%ofrXn}", "type": "image"}, {"id": 7151627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d178acdf-a5f0-4e3f-804e-2ae0cef915d3/width=450/7151627.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbPY^@?vxut8^eMx*0RjyYj]R.bco0ofrXn}", "type": "image"}, {"id": 7151765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41ff1bb2-a87f-41ba-950a-6f7987a4b148/width=450/7151765.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UmO{R4cFyDv}_Mn4yEo~OsRjjHoe-VtRM{Rj", "type": "image"}, {"id": 7151999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6ecc61f-e9bb-48d6-9eda-8ffba46b77a8/width=450/7151999.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UOOCX5}rGbyY^z%~b{RPK*%g$jjd^kMxE2o|", "type": "image"}, {"id": 7152112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4957565f-13fe-4476-a8c1-a72586db5a68/width=450/7152112.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOL.;+*I0MQnTtrW0-Ou0#RRnoSz}]pcS1rB", "type": "image"}, {"id": 7152252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19a6a8f7-40d7-4093-b6f2-a6a5944f64a3/width=450/7152252.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUL|7ayWDix^%EsnPXWr9~rXW=Vr?us*IWSw", "type": "image"}, {"id": 7152689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61706976-e9b4-4998-bce2-18638dcb85de/width=450/7152689.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URJ@Xs-jXVnj~noy13ITK+WFT1oIw|tR^PoI", "type": "image"}, {"id": 7152900, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bef51dd-3120-46cd-a243-ddaacd0330b4/width=450/7152900.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPK]lz:~11ER*JJOEm9G5?n~jdM|^Ri_NGx[", "type": "image"}, {"id": 7152987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b18df549-48d0-4a79-be43-cf3d2f203c84/width=450/7152987.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UMJjC@~p1h4;.4t1MxIV0#soV{tR-Vx^S5iw", "type": "image"}, {"id": 7153063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc7b5c3b-90f1-4d7e-8c71-1db46679739d/width=450/7153063.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UbLMIt?]ELIob;-AOttTOt%3sEWB,obutRtR", "type": "image"}, {"id": 7153120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdfc90f1-f4e3-4e3e-9736-7b50572d111b/width=450/7153120.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKK+}?~q0%g5dBx^0*V{9]oM-oS4^kx]a$sS", "type": "image"}, {"id": 7153196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd5de420-0124-49ad-8932-45b9649bc386/width=450/7153196.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UfLfUNNY9^iv.lrpENOEK*Rj$jt7^kSObunh", "type": "image"}, {"id": 7153336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c88cca41-01b2-4a11-9eaf-1c5aa535b24f/width=450/7153336.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USK0vm?^0%Z%xlwHXot,KNslrqr;=rt3adRj", "type": "image"}, {"id": 7153465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e11893a3-8333-45e1-909e-b56f1e04416b/width=450/7153465.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URK+v5IW0fv$p]Io9ubw6zNHt7-T}WxDS2Sh", "type": "image"}, {"id": 7153545, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ec32223-f867-41b6-a26c-265928d73734/width=450/7153545.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UULopDx]7fR5*It1M|Iou3R5-WEh?INfkraL", "type": "image"}, {"id": 7153952, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5f031f1-acbc-4e4e-ac85-76a5beff19b3/width=450/7153952.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXH^*W}@57Ff%fOZ57nOTIX.bxjEtTs8rqsp", "type": "image"}, {"id": 7153996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bfb0455-25b2-445b-b4a7-9507977d9438/width=450/7153996.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "USJ?~k}@OnJUI8s,0LIVK*tR-UD%v|s.t7xu", "type": "image"}, {"id": 7154275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a59c775-8cad-4e4f-9ec4-13eba399796c/width=450/7154275.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIM~hJ00G^D*yq.T0Lt6GaS~o#$y[t-BS~R4", "type": "image"}, {"id": 7154422, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7ffa498-79a6-4688-a726-5968b073daef/width=450/7154422.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UOK]cW.S0|IB??=wNaIt7{w0$*Os^jXTodIo", "type": "image"}, {"id": 7154717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a45f3763-39eb-4446-86d3-d24d76ebdbaf/width=450/7154717.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UMJQZruP0hDO=TwI9aTLB=xa%4tQxG-pEOMx", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/362655", "modelId": 323476} \ No newline at end of file diff --git a/datasets/metadata/362732.json b/datasets/metadata/362732.json new file mode 100644 index 0000000000000000000000000000000000000000..19fbfb048dad6544f8d6359de29e0047776bc1fb --- /dev/null +++ b/datasets/metadata/362732.json @@ -0,0 +1 @@ +{"id": 362732, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-26T19:56:59.522Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["princeguardian, blonde hair, brown hair, armor, blue eyes, 1boy, short hair, male focus, necktie, multicolored hair, gauntlets, shoulder armor, blue necktie"], "stats": {"downloadCount": 110, "ratingCount": 12, "rating": 5, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 289821, "sizeKB": 46193.5546875, "name": "princeguardian.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-26T20:01:21.997Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F1C8A7F4", "AutoV2": "1F713C114A", "SHA256": "1F713C114AF9F5D3D4F258E1F2919247F1048F5C2E9DEA9C3FB78B539CC8A56C", "CRC32": "9D98E2D5", "BLAKE3": "63AAC8D2787F2046718CB81D733D9904BE7B96A957E3F9E470BC1362BCD0CCEF", "AutoV3": "4C3C9C74AEC0"}, "downloadUrl": "https://civitai.com/api/download/models/362732", "primary": true}, {"id": 289820, "sizeKB": 16059.466796875, "name": "chungseiker.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-26T20:01:53.031Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "95DC3494", "AutoV2": "596C885B16", "SHA256": "596C885B1699AA1642DD4A0930E3659C34E84A8C49C6A4A755C94F69E9EC9C1D", "CRC32": "4B2EFA1E", "BLAKE3": "A1159E60E6BC2BDF14EBDECEFD35C9DBA8E8C533E1A863B20492262E3E738131"}, "downloadUrl": "https://civitai.com/api/download/models/362732?type=Training%20Data"}], "images": [{"id": 7153082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b21b3a6-3d2c-445f-ac5d-ec3737c96fd8/width=450/7153082.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UMHeUR?Z0ySd_K-;b^Wn?Fxbxvs,xY%3I;Rj", "type": "image"}, {"id": 7153160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9776f2c-ee21-4295-8f9f-e621844b9043/width=450/7153160.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UAHo2Tq{000M~IIEY5xIwDRqADIBDz9HD*xv", "type": "image"}, {"id": 7153159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c918e2cd-81e3-41bd-9ff2-98bbb8053b65/width=450/7153159.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UHHB*pEO4.~U?FK5IprW%fxuRlwa?X-;InRN", "type": "image"}, {"id": 7153157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8149514a-4d22-4415-a009-dc014dc13094/width=450/7153157.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UKG[o{,:004o~7MzkqRQ$vIVtlRj-.M{NKRi", "type": "image"}, {"id": 7153163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd597989-f8a9-4a26-b1a9-c913dc84063b/width=450/7153163.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UHHB*pEO4.~U?FK5IprW%fxuRlwa?X-;InRN", "type": "image"}, {"id": 7153161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83757732-8f87-44e3-8c8b-9ac9320d468f/width=450/7153161.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UMFiDH4=9X$%~SIUS$R.?CM|NeWZjDaeRjWB", "type": "image"}, {"id": 7153162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9498f50-a57f-48f4-b0ae-b577694b8622/width=450/7153162.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "USGbYLRQ4.S6~Tj]NIad$wohX9s,$|ohWBoJ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/362732", "modelId": 323547} \ No newline at end of file diff --git a/datasets/metadata/362778.json b/datasets/metadata/362778.json new file mode 100644 index 0000000000000000000000000000000000000000..d9d8207607ddd259c27a553e08efebcb6df2db97 --- /dev/null +++ b/datasets/metadata/362778.json @@ -0,0 +1 @@ +{"id": 362778, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-26T21:03:34.995Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["blp3ggbrt cartoon character"], "stats": {"downloadCount": 46, "ratingCount": 2, "rating": 5, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 305173, "sizeKB": 334064.1513671875, "name": "blupi_training_images.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-08T05:12:09.445Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "81F9C9A5", "AutoV2": "A97D0BAB74", "SHA256": "A97D0BAB74704A0330959E4D333B63591A5DCF8D6356468045048EC2BBA0B6F6", "CRC32": "F184C45A", "BLAKE3": "2413BE4293375A8DC8B12C007A5713D24865C3DFEC0B9F5F92F86FE8BE2486BB"}, "downloadUrl": "https://civitai.com/api/download/models/362778?type=Training%20Data"}, {"id": 300459, "sizeKB": 445790.51171875, "name": "blp3ggbrt_newest.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-05T04:41:35.986Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C04B5F77", "AutoV2": "BA0E02818B", "SHA256": "BA0E02818B29B3FB9988AAE5B8AA65CDEC5C9DCCC625046A52796DDCEBB46DF5", "CRC32": "A0C132B4", "BLAKE3": "BFFE05653B7594AABF3AB3BE4CADAF1D1C4CAEF55F361978999381A310DCC356", "AutoV3": "4C6F39360B52"}, "downloadUrl": "https://civitai.com/api/download/models/362778", "primary": true}], "images": [{"id": 7154349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e153d43f-01d9-460a-b859-ac197a2be7ef/width=450/7154349.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOH1}Mt10JIv#IofIqM{?1aQIlotrYjK%IWS", "type": "image"}, {"id": 7154402, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb2627bd-31e7-4330-8d8b-d71b066548ce/width=450/7154402.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPKnP39FRXRhxWtSROxv%QobRMRjoHayj=a#", "type": "image"}, {"id": 7166090, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e53339fa-6bc4-4ef7-b40c-a4adec07138f/width=450/7166090.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOK0z4yCF?My}^NZIBRj$dNGMKNZ=YJ6I:r=", "type": "image"}, {"id": 7154393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1914324a-078e-4d61-be40-17f5e220bd5a/width=450/7154393.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGI}6C~Wx{?X?KX9_3%gD[x.%HxwRiNHE1IB", "type": "image"}, {"id": 7154342, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/731b3661-f66b-4071-a3a5-b6aa3d42431c/width=450/7154342.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAEn-NtP9swb%%xu4:Rj-:V?$May01jYxuoz", "type": "image"}, {"id": 7154388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f027881a-14f7-4ffd-9cd2-a8219c86b4af/width=450/7154388.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7HwNHDgDN~DS]yC9GnA0wRiOTxuxG-W%fI.", "type": "image"}, {"id": 7154384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa08f96c-db95-4bde-9503-35388cf1a77c/width=450/7154384.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6E{8n0O03~B-m4_xBoz0FIT-es:4o4=?Zx9", "type": "image"}, {"id": 7154401, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/536b5a79-f9b4-4366-8d11-4d043f9c7053/width=450/7154401.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDB4UL4xqst2y?Dl-MX3t$Q.J.o~NZrqXUoz", "type": "image"}, {"id": 7154396, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84a737dd-cc6b-4846-8ffc-85d9ce2754c4/width=450/7154396.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHE{,?~A*0H?~W-otQt7eF.8t1%L4:9GNHt7", "type": "image"}, {"id": 7154385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/732d8bd5-542b-4fea-b0a5-e32d13a76c16/width=450/7154385.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKH2Ajt90eboMeoOELS#+.%2NDIp-Exux:NF", "type": "image"}, {"id": 7165304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01207acd-6780-4496-82bb-7a29a538ad30/width=450/7165304.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9HUFG=^CT?b0yIp9bNK01-pveIUPCNI-Sow", "type": "image"}, {"id": 7650019, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff1f0e25-8bb3-416c-98d8-5d25ebef20f9/width=450/7650019.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGI#}s_34oNdV??axYxu_4%M%2-oI9xuoet7", "type": "image"}, {"id": 7650018, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57808d96-e2a1-4a95-8220-a7f32abcb307/width=450/7650018.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9HUkQ}sv$EJ0K009Z?HxVV@EL.9?I9tNGx]", "type": "image"}, {"id": 7650025, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f8c3196-e097-4cbb-85fe-ad5295cf32fc/width=450/7650025.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGFq?fV=IV~UJEw[sk%MER9ctRt6s8xZIuNH", "type": "image"}, {"id": 7650029, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec7c23e4-cbe3-40c6-bb83-c2aae7705d7e/width=450/7650029.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULGvVG5S,Axu?XOYe-NH?u58tRM|_MS2xtjG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/362778", "modelId": 323588} \ No newline at end of file diff --git a/datasets/metadata/362943.json b/datasets/metadata/362943.json new file mode 100644 index 0000000000000000000000000000000000000000..f1ac625c4c82b099d88b7a0e0d468596a2272e2f --- /dev/null +++ b/datasets/metadata/362943.json @@ -0,0 +1 @@ +{"id": 362943, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-26T22:02:44.047Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 196, "ratingCount": 20, "rating": 5, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 290002, "sizeKB": 22251.17578125, "name": "Lae_Sayers_GaiaGear-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-26T22:06:33.730Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FA93A237", "AutoV2": "0EF593DB48", "SHA256": "0EF593DB487520EE7BBB91C1B905B1E9D83D6FFFCAED6C8541E13AE8DEFC4C51", "CRC32": "0FF8BD00", "BLAKE3": "A0321DC859507CF95F6B963BAFB226B775E5142B9B1BBFA7EC55A59C4A2757AA", "AutoV3": "189DF5B0634E"}, "downloadUrl": "https://civitai.com/api/download/models/362943", "primary": true}, {"id": 290003, "sizeKB": 42606.4951171875, "name": "Lae_Sayers_GaiaGearV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-26T22:07:11.308Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "04528991", "AutoV2": "824EDF9D48", "SHA256": "824EDF9D485B58377CEFFA87876DE837F2A014932E232EFE618CF15188932DB5", "CRC32": "5065EE26", "BLAKE3": "ADA6D127AEA253C242763EF549B65F35C24879D021C9FB9A9DC7CBD05FC1764E"}, "downloadUrl": "https://civitai.com/api/download/models/362943?type=Training%20Data"}], "images": [{"id": 7157191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4af64cf9-4512-4d55-8177-7d7e320d4335/width=450/7157191.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UULz5S?v01ohxl%gGHRkL4xvwfWY^Qohohaz", "type": "image"}, {"id": 7157163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c2b2d16-5e8b-43a8-ab0d-154063331570/width=450/7157163.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UULz5S?v01ohxl%gGHRkL4xvwfWY^QkEohaz", "type": "image"}, {"id": 7157443, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a698e02-e175-4b68-8c22-fe0f2e9569a0/width=450/7157443.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaKc^k*09uw{kQs99vW.9tnPs;oe_4yEa1af", "type": "image"}, {"id": 7157634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34cb77f6-0694-47ad-b2db-79b8aae4ef41/width=450/7157634.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTMPaz5p6mMJ.RDNESXSF{IB$jo}~CX.S1RP", "type": "image"}, {"id": 7157776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5353e1a3-dc99-4aa7-8846-143d62347e29/width=450/7157776.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UULz8Y#R9wXAX3yY5rNG5S%Nr@V[~XRPMys,", "type": "image"}, {"id": 7157900, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6e0211c-9079-46bc-bd92-2d59a040e5f0/width=450/7157900.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXMGSKo}0LNINEs:K+RQPqWYr?Rj^*oLogoe", "type": "image"}, {"id": 7158703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1417869-d0f2-4066-b6c4-cce53825cce8/width=450/7158703.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNKm32yZ2bQ.?uIpE59vA[rZ$lKj%icGNerC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/362943", "modelId": 323476} \ No newline at end of file diff --git a/datasets/metadata/36318.json b/datasets/metadata/36318.json new file mode 100644 index 0000000000000000000000000000000000000000..867b57dc04f123b6e27024caa9c5bce98ba9f5cd --- /dev/null +++ b/datasets/metadata/36318.json @@ -0,0 +1 @@ +{"id": 36318, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-04T19:47:41.881Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": ["Angela Balzac"], "stats": {"downloadCount": 1702, "ratingCount": 362, "rating": 5, "thumbsUpCount": 374, "thumbsDownCount": 0}, "files": [{"id": 29202, "sizeKB": 36074.5537109375, "name": "Angela_Balzac_dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-04T19:51:16.890Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7F74F1AA", "AutoV2": "D9243656AD", "SHA256": "D9243656ADEC5637CF49D0338A8A8DE48B52DD96634A18E6823D424F277B8B0B", "CRC32": "6ADA220E", "BLAKE3": "F8415324A0B0F92C914FD772DACD446DF0D7DA050EDB5F23A23DE146E4802294"}, "downloadUrl": "https://civitai.com/api/download/models/36318?type=Training%20Data"}, {"id": 29203, "sizeKB": 36976.5498046875, "name": "Angela_Balzac.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-04T19:51:23.780Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F6385C86", "AutoV2": "F96CA7EFBC", "SHA256": "F96CA7EFBC9698774A3D7DC397166610A432D94FAC11B3959442FE43D5A37297", "CRC32": "632B760C", "BLAKE3": "938676C5AEDEFB13F558E6129942A97D53F8563C1A0DF59937849F04A7B80367", "AutoV3": "27E22E78ABD6"}, "downloadUrl": "https://civitai.com/api/download/models/36318", "primary": true}], "images": [{"id": 424880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78ec8e28-46c2-41d0-c8fe-6f949bbe0700/width=450/424880.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFJ*n?DiRN9G01Di4.IpESs8^+o#_49EtR%M", "type": "image"}, {"id": 424873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/797b211d-552d-4db9-0df1-1a7a8dd65400/width=450/424873.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEHetb_4Rkxu02ITXnR-4nVrjbIU9ZxtRjoL", "type": "image"}, {"id": 424867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26664ef4-dad4-412d-080d-7f79afb93700/width=450/424867.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UOHLPN~WD*M{9FofE1IVE2IUt7WVn$jZWXRj", "type": "image"}, {"id": 424877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8bfc19e-6196-4794-dc60-92d553f5d300/width=450/424877.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U7J*VM~V00~W00og00t801M{o~Io=_9aS6D*", "type": "image"}, {"id": 424868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a73ff99-f2dd-46ee-32a6-77dc43376d00/width=450/424868.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UQH_x$~VI;D*XUIUNJNd0LWBo#IpsmfQNJWC", "type": "image"}, {"id": 424871, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e0f04a1-9977-491e-57d8-5d76a7c82200/width=450/424871.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UGE{Oj_24nxa~W%2IVoy00RkxvIVI9RjW=E1", "type": "image"}, {"id": 424878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ef0c83f-6005-41b4-6cc7-3c2c0aa5a800/width=450/424878.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U6J*k-0M?X%05^009aMw0PE7~q^iMz%O-=g2", "type": "image"}, {"id": 424869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ae0a2d3-325e-4dca-8112-2dc6dd254400/width=450/424869.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UCI=AH^*9]t7GwIV59I;01t7o#NH$jkCIURP", "type": "image"}, {"id": 424876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02a217ce-4c0b-41d4-7a49-36fe2fe6a700/width=450/424876.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMF=~_$eS#NL%%xVx]Ne9ZIo%LkDI9RkR*kD", "type": "image"}, {"id": 424870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a55a276-ee87-4c62-929b-7026f598eb00/width=450/424870.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UCKw;48w3rD%1-?EA0~WN}NHD*9b4TIo%158", "type": "image"}, {"id": 424874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30c03ade-c8a9-4a63-2206-537cad0a0400/width=450/424874.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USKnJD_NA]X8En58S*RjRot7jGM{Mx-pnixZ", "type": "image"}, {"id": 424879, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe2f187b-faaa-4e0b-496d-a68a22b8cd00/width=450/424879.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URIr52~qS$t9TgR.NfNLXUWYI[bJM|juxGt7", "type": "image"}, {"id": 424894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29c9e8c2-d420-45fc-7c71-e0bd3f210500/width=450/424894.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPJ807%i?c_4lVXUI]Nf%3M|57IpM{IUwct7", "type": "image"}, {"id": 424875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60953b03-1412-403b-e801-24a4dd5f0100/width=450/424875.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "URJRK-IVNH~pE7t7x]nh4.NaIq%1smxDjaN_", "type": "image"}, {"id": 424872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0739138a-3ae2-4e17-d05f-bf044c6fa800/width=450/424872.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UVJa[uNHNGox%QNGNMa$4;s:o}t6VsxtRkj?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/36318", "modelId": 30148} \ No newline at end of file diff --git a/datasets/metadata/36339.json b/datasets/metadata/36339.json new file mode 100644 index 0000000000000000000000000000000000000000..ed38eb2b6fa4703a52f17943fe755a34734878e2 --- /dev/null +++ b/datasets/metadata/36339.json @@ -0,0 +1 @@ +{"id": 36339, "index": 0, "name": "0.1", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-04-04T20:40:05.533Z", "availability": "Public", "nsfwLevel": 10, "description": "This version can reproduce Rose, but cannot change anything in she's look. Also it didn't capture asymmetry.
", "trainedWords": ["horns", "multicolored hair"], "stats": {"downloadCount": 342, "ratingCount": 66, "rating": 5, "thumbsUpCount": 69, "thumbsDownCount": 0}, "files": [{"id": 29221, "sizeKB": 6912.9599609375, "name": "\u0410\u0440\u0445\u0438\u0432.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-04T20:51:19.047Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0DF565E3", "AutoV2": "C589BC889C", "SHA256": "C589BC889CE02D1B84F280D14EBE5B82F179589C9DCFD1D4CC487023D7FAE79F", "CRC32": "5B1DB5C1", "BLAKE3": "1C620598318DC5126AFDACFE097E1CFCA513C62B5D519239136F1363E3689F2D"}, "downloadUrl": "https://civitai.com/api/download/models/36339?type=Training%20Data"}, {"id": 29218, "sizeKB": 18413.009765625, "name": "rose-40.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-04T20:46:07.742Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "58879663", "AutoV2": "4A8C798E1F", "SHA256": "4A8C798E1F82F67194FFF662C19C29D9E52AD6A6BFFF8C9B17AEA0A79A6D98D1", "CRC32": "8CEDF2D0", "BLAKE3": "C7336B77E9B4F54CD5A9D8CD57383447A9E7A5E282EB67771245765AA4243F77", "AutoV3": "4274A14B76AF"}, "downloadUrl": "https://civitai.com/api/download/models/36339", "primary": true}], "images": [{"id": 425174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21c77897-1580-4855-7e2e-d205f323d600/width=450/425174.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UKIh1-4y53R%_I9LImM{R%I;aKoynm%L%2M_", "type": "image"}, {"id": 425176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd93f157-77d2-4376-e1fe-33746803f800/width=450/425176.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UWJQ~E?v9]N{_N?b%Mt8xu%MoIaex[t6M{n$", "type": "image"}, {"id": 425178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c71890b7-abe6-4259-1c51-0a3d6e2ec000/width=450/425178.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UNHeF94;4-OA~V9aoyM|-o9t%Mn%%fRQt7RP", "type": "image"}, {"id": 425180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf674b88-c400-4308-1c2b-bd8c35c4f800/width=450/425180.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UMJu4P4:BotR%%D*x]%M-6RkwIR*VrM|s+Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/36339", "modelId": 30167} \ No newline at end of file diff --git a/datasets/metadata/363552.json b/datasets/metadata/363552.json new file mode 100644 index 0000000000000000000000000000000000000000..1f98fa96f95dbd4e773bf4f62288d59bfbace2df --- /dev/null +++ b/datasets/metadata/363552.json @@ -0,0 +1 @@ +{"id": 363552, "index": 0, "name": "Classified v1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-27T06:20:11.978Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 69, "ratingCount": 9, "rating": 5, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 290534, "sizeKB": 20055.837890625, "name": "363552_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-27T06:00:54.849Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C06AB620", "AutoV2": "5F3C0DCFA2", "SHA256": "5F3C0DCFA21249FAEDCBBD810B8D0FE6C266726F4E2A1D12BA9804812657014A", "CRC32": "E574C849", "BLAKE3": "348D3146CDAE793BECB52CAC778767856FC83FBCC90ADCAAC099D9E131A8A647"}, "downloadUrl": "https://civitai.com/api/download/models/363552?type=Training%20Data"}, {"id": 290556, "sizeKB": 36978.1796875, "name": "Classified.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-27T06:21:23.553Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FD221692", "AutoV2": "3A75D61EA2", "SHA256": "3A75D61EA233C80225221CA4BEEB69A2D8F2DACFD47315CB0F0FF7947024AF41", "CRC32": "62521854", "BLAKE3": "5630825542F940C53B029A13D951502883BCFCD139F2ABDBAF14510E14CD1F30", "AutoV3": "6553C1AA7DA2"}, "downloadUrl": "https://civitai.com/api/download/models/363552", "primary": true}], "images": [{"id": 7172503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/885734a7-e340-40af-bc17-ec19bd3c256c/width=450/7172503.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U6D0Dj000015?vro?^000NDi^+~qcaD*nhof", "type": "image"}, {"id": 7172508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3df9416f-6867-48f7-8edf-0efb6c6f640d/width=450/7172508.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKD+[3M{rq5T.TIUkBo~o~M{WXx[x]oLa~t7", "type": "image"}, {"id": 7172510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89731c3d-8c80-40d9-ac5e-f8dc24684549/width=450/7172510.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "U8EB:1-m9YV[~TEjt6RQVC=w-pNNJ#-.M}4=", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/363552", "modelId": 324301} \ No newline at end of file diff --git a/datasets/metadata/363592.json b/datasets/metadata/363592.json new file mode 100644 index 0000000000000000000000000000000000000000..ab2e547966fdc0ec26bcae85a48a74c104be0b21 --- /dev/null +++ b/datasets/metadata/363592.json @@ -0,0 +1 @@ +{"id": 363592, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-02-27T06:30:57.580Z", "availability": "Public", "nsfwLevel": 21, "description": null, "trainedWords": ["fushikawa kokoro"], "stats": {"downloadCount": 241, "ratingCount": 24, "rating": 5, "thumbsUpCount": 42, "thumbsDownCount": 0}, "files": [{"id": 290567, "sizeKB": 41860.35546875, "name": "FushikawaKokoroXL-000096.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-27T06:30:58.887Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "247CD2E0", "AutoV2": "403FD6255D", "SHA256": "403FD6255D000C52C3F272A0F50B17A3689AC2D0BDE4A79FCC555E007C607000", "CRC32": "681A9A42", "BLAKE3": "1777348A1E624D5F2A9FD7EDF436674933212F91813E4D85DF6FDDBE6EC53889", "AutoV3": "D2EFB53B4B6D"}, "downloadUrl": "https://civitai.com/api/download/models/363592", "primary": true}, {"id": 290566, "sizeKB": 24392.181640625, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-27T06:32:03.423Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "36E2E010", "AutoV2": "6EB53BE235", "SHA256": "6EB53BE235A5FF4F8B6B8BCBE8F190DB13D19B517A8313870F9CE1D20A321EE3", "CRC32": "4A72B8D9", "BLAKE3": "A2673077E293E0DDA996020D414A647847689836172076BE45116038B1B0FE27"}, "downloadUrl": "https://civitai.com/api/download/models/363592?type=Training%20Data"}], "images": [{"id": 7171792, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d6d66c2-5ebd-4e3d-9faf-4e71f159e836/width=450/7171792.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "UKL3ZU%MBqkC7Pt7}]j]5nS2^jxtpJoztkoe", "type": "image"}, {"id": 7171815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bb38fff-58f3-4832-a526-a11bb5cd6270/width=450/7171815.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "UMJt|-~BCPTbI1T2M$ogGjx_$~$%ys#Vx]x@", "type": "image"}, {"id": 7171822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74bcc0d2-5085-4aa2-a65a-9821ecde3236/width=450/7171822.jpeg", "nsfwLevel": 16, "width": 1248, "height": 1824, "hash": "UBLM;Z4U0K%}7|01^7=|$Pnm~W?G=x?G0etR", "type": "image"}, {"id": 7171830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ee951b7-4a6e-48b2-96ee-5246c56d8abe/width=450/7171830.jpeg", "nsfwLevel": 4, "width": 1248, "height": 1824, "hash": "UXJI6G?b.m-T9jxuRoV@NLxt%Ls:xFoL-Txt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/363592", "modelId": 324334} \ No newline at end of file diff --git a/datasets/metadata/363594.json b/datasets/metadata/363594.json new file mode 100644 index 0000000000000000000000000000000000000000..e305c26fdeb3fd3eb18450b3d553d02d85dea0ef --- /dev/null +++ b/datasets/metadata/363594.json @@ -0,0 +1 @@ +{"id": 363594, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-27T06:30:47.398Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 183, "ratingCount": 22, "rating": 5, "thumbsUpCount": 35, "thumbsDownCount": 0}, "files": [{"id": 290568, "sizeKB": 22250.54296875, "name": "Anekawa_Kiriko_KonbiniShoujoZ-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-27T06:30:58.475Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7C25086C", "AutoV2": "733A72B63A", "SHA256": "733A72B63A2F7833B835517442CF311BDFCBA234C1D9B24A7A90B2ED85503E0E", "CRC32": "28E429E5", "BLAKE3": "FA7A00EFAF87AF4F082BC50ACCA032E1C7E1EC04D7FEA8C5434FA438A2DFD1A8", "AutoV3": "05ACEF12620C"}, "downloadUrl": "https://civitai.com/api/download/models/363594", "primary": true}, {"id": 290569, "sizeKB": 42474.7861328125, "name": "Anekawa_Kiriko_KonbiniShoujoZ.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-27T06:31:30.028Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2D67AA8F", "AutoV2": "53FFD60D23", "SHA256": "53FFD60D23A75AD708A1D50A9B78BE8CC00FDDB4724F3F7B0004B7DD58501282", "CRC32": "FCE16D0B", "BLAKE3": "4610716722921934A98647FE477F878438957F071F565131CEA064FB354518A2"}, "downloadUrl": "https://civitai.com/api/download/models/363594?type=Training%20Data"}], "images": [{"id": 7171833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/445647f3-3b6f-4472-8d09-eda6103ee68b/width=450/7171833.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFLCP1-o00RP?@of9IV[01Rkt-t7#lafRps:", "type": "image"}, {"id": 7171832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/418dc264-d013-4785-aeb3-6709e58c8814/width=450/7171832.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFLCP1-o00RP?@of9IV[01Rkt-t7#lafRps:", "type": "image"}, {"id": 7171985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86a9c9ce-511e-469c-a8d6-793ab4c81018/width=450/7171985.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQKdMe9a9w9F~MD%A1j[?aV[xwngE9jYj]bx", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/363594", "modelId": 324337} \ No newline at end of file diff --git a/datasets/metadata/363711.json b/datasets/metadata/363711.json new file mode 100644 index 0000000000000000000000000000000000000000..494c09e4c8794576c08796d9f9fccc0aaa14440c --- /dev/null +++ b/datasets/metadata/363711.json @@ -0,0 +1 @@ +{"id": 363711, "index": 1, "name": "Moody Forest 0.1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-29T12:58:22.674Z", "availability": "Public", "nsfwLevel": 1, "description": "First iteration of my moody forest Lora. This one is probably pretty limited but there will soon be newer versions.
", "trainedWords": ["moody forest"], "stats": {"downloadCount": 754, "ratingCount": 35, "rating": 5, "thumbsUpCount": 112, "thumbsDownCount": 0}, "files": [{"id": 290665, "sizeKB": 2236.65625, "name": "363711_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-27T08:45:47.243Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "82B81032", "AutoV2": "D1182120AF", "SHA256": "D1182120AF38652B5BB08FC5DC1A03B07176911C65CA7D14B6EAE1E05F082D5A", "CRC32": "57BD76B8", "BLAKE3": "CA9819381A34CF1C665C285135646AE2BA0D5AF5492142AA197B7E411FFB84FB"}, "downloadUrl": "https://civitai.com/api/download/models/363711?type=Training%20Data"}, {"id": 291857, "sizeKB": 223100.66015625, "name": "Moody_Forest_3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-28T10:30:51.862Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "96CEC570", "AutoV2": "A6F4D36792", "SHA256": "A6F4D367922BC49ECE01E8BB519F584A0B2CB5B887EC7B75E1CC24BDAC646FF2", "CRC32": "B40E2F0F", "BLAKE3": "CAB4254F927AD64C12458030FF9B490723DEB6C447AD5002F038453EDF0D0BE5", "AutoV3": "7279EFA939E8"}, "downloadUrl": "https://civitai.com/api/download/models/363711", "primary": true}], "images": [{"id": 7247268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf776869-c1c3-4a39-9cb5-d079b3e2b326/width=450/7247268.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYCsdNRj9Fj[~qRjD%j]?bRjIUof%MRjWAof", "type": "image"}, {"id": 7255228, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6902f6cd-550b-42cf-a3f2-39284b3e2d2b/width=450/7255228.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UrD]_0V@M{t7_NaxRjof%NofWVafjZt7a}WB", "type": "image"}, {"id": 7255757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fc53333-8b55-472b-bde3-695a96ed2435/width=450/7255757.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U57KYbt60MIp~Bof9bM|R-j[ocWBOEayxDbH", "type": "image"}, {"id": 7254471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4252198-a350-457a-a4f1-60edd23c169d/width=450/7254471.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTBp,^ay4nRj_NWBD%ay-;V@M{ofxuRjWBof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/363711", "modelId": 324435} \ No newline at end of file diff --git a/datasets/metadata/363795.json b/datasets/metadata/363795.json new file mode 100644 index 0000000000000000000000000000000000000000..d0be43ce5d33e12897b4b05cba86a1861a9b105c --- /dev/null +++ b/datasets/metadata/363795.json @@ -0,0 +1 @@ +{"id": 363795, "index": 0, "name": "I Scream Truck", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-28T11:29:23.818Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 291910, "sizeKB": 223101.55078125, "name": "I_Scream_Truck.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-28T11:30:50.753Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "78683441", "AutoV2": "1802CF0E9D", "SHA256": "1802CF0E9DAFB74803693DB93277A8A475E07EE573E15FBDC2C2F779087244CB", "CRC32": "E48CFF1A", "BLAKE3": "CFD49BF6C93891A8AFCB9C0972084D36E64822C205A0A2CBE6207CB25F3E0789", "AutoV3": "1013EE4D1508"}, "downloadUrl": "https://civitai.com/api/download/models/363795", "primary": true}, {"id": 290747, "sizeKB": 15736.494140625, "name": "363795_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-27T10:30:43.213Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "35382209", "AutoV2": "14EEC0478E", "SHA256": "14EEC0478EA50FCC75B89E9DEA2039B2F3EDF3ED537E163CF0B6B45AFA76C460", "CRC32": "35E3F1AC", "BLAKE3": "4F8683C4A5A059C8C9083819749EBECD30FB16053E3532F964EDB73B3EFCEA3B"}, "downloadUrl": "https://civitai.com/api/download/models/363795?type=Training%20Data"}], "images": [{"id": 7215867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b227156-160d-4df6-b053-94ca432437b7/width=450/7215867.jpeg", "nsfwLevel": 1, "width": 1024, "height": 768, "hash": "UDGbrEvvTzyG0rDN0KObT3xSSjI]-VxtEgn$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/363795", "modelId": 324509} \ No newline at end of file diff --git a/datasets/metadata/363903.json b/datasets/metadata/363903.json new file mode 100644 index 0000000000000000000000000000000000000000..7f7b72aedb82ee889662a4432b6d68fb52ac0de1 --- /dev/null +++ b/datasets/metadata/363903.json @@ -0,0 +1 @@ +{"id": 363903, "index": 0, "name": "Donkey (by Evilbanana)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-28T19:18:41.616Z", "availability": "Public", "nsfwLevel": 28, "description": "V1.0
", "trainedWords": [], "stats": {"downloadCount": 94, "ratingCount": 5, "rating": 5, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 290840, "sizeKB": 2219.802734375, "name": "363903_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-27T12:15:49.623Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D3A9DB05", "AutoV2": "83534F6E5A", "SHA256": "83534F6E5AEE573EB3340B153188F534974FAC418BD8DE7A8E57F69F5A8A31E6", "CRC32": "7AAF0FCB", "BLAKE3": "05FB2FD5C222EAD7D40C4EDF810C0D147B8D6CD959786B93FF723ECEE9912CB1"}, "downloadUrl": "https://civitai.com/api/download/models/363903?type=Training%20Data"}, {"id": 292007, "sizeKB": 36989.09375, "name": "Donkey_by_Evilbanana.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-28T13:05:54.758Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FD7584AC", "AutoV2": "B11EC88FF1", "SHA256": "B11EC88FF161962EEAF4798CA099BFEF9B0651BC4C16047D4D3CF0EED3C433C6", "CRC32": "1BB58726", "BLAKE3": "B072421ED8B2638F5DBE1E90E6B8F6D4A1FA14EF6766D903D0BB8AC30E584A50", "AutoV3": "F7909F8D5F79"}, "downloadUrl": "https://civitai.com/api/download/models/363903", "primary": true}], "images": [{"id": 7228274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a24b375-11bd-4e5e-92d6-f11339eb8a17/width=450/7228274.jpeg", "nsfwLevel": 16, "width": 824, "height": 1024, "hash": "UBBMoW?F]#Mx~pt7smIUM{R*NdR+WBt6%1xZ", "type": "image"}, {"id": 7228285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75ad6c3a-5622-4661-b9f6-be8489f8d031/width=450/7228285.jpeg", "nsfwLevel": 16, "width": 824, "height": 1024, "hash": "U8A0US~V=v%2.8^+?Gxu^N^j%M-oEMWXxZoz", "type": "image"}, {"id": 7228298, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39c28ef5-2277-47df-80f7-80712bbdeb6f/width=450/7228298.jpeg", "nsfwLevel": 16, "width": 824, "height": 1024, "hash": "U04x=1~q*Ku5*Jx^VEOZ00EQPp%N4TMylA-p", "type": "image"}, {"id": 7228326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87a7d1e4-2845-4b9a-b5d8-ad6dfa6a8637/width=450/7228326.jpeg", "nsfwLevel": 16, "width": 824, "height": 1024, "hash": "U25hoh}r*d=|O@Nc9tE14TNdTLI=q[$*?H-p", "type": "image"}, {"id": 7228352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09bcf46c-da4a-4d1e-8e68-231cf7e7b974/width=450/7228352.jpeg", "nsfwLevel": 16, "width": 824, "height": 1024, "hash": "U35}mr~9]g~AJ:NGIUIq8{IpOtIpMc$$%LxD", "type": "image"}, {"id": 7228380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2323b340-9503-4cfd-b617-4afbcb13f917/width=450/7228380.jpeg", "nsfwLevel": 8, "width": 824, "height": 1024, "hash": "U78NX?]~zAaJIVSiNGs9}7=x-:xZk?R*M{Rj", "type": "image"}, {"id": 7228382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/023f80fe-5f72-4fa8-8a91-932b4d5ee12d/width=450/7228382.jpeg", "nsfwLevel": 4, "width": 824, "height": 1024, "hash": "UB9GzB}l:i=wIUI[NGNx$f$%%2%0TKjYeTNG", "type": "image"}, {"id": 7228389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41ac12fd-4676-4816-86da-b1a7dfc5302a/width=450/7228389.jpeg", "nsfwLevel": 4, "width": 824, "height": 1024, "hash": "U697Fa}lqs^*E3xu$eWCQmNeJCnNF39aM}9b", "type": "image"}, {"id": 7228401, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7847e04d-45a0-48f7-aeea-f1ed79d8622f/width=450/7228401.jpeg", "nsfwLevel": 4, "width": 824, "height": 1024, "hash": "U37USO00H=tS?wD%-TRk8_-;Nes-00?bIojZ", "type": "image"}, {"id": 7228416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/743ec0b7-84c9-41d6-a83d-95645663b6ab/width=450/7228416.jpeg", "nsfwLevel": 8, "width": 824, "height": 1024, "hash": "U39i^^NI03029[E2s;j]0*$*}-xt02={-l^j", "type": "image"}, {"id": 7228425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0016737b-f356-4875-b0ed-41cfea48716a/width=450/7228425.jpeg", "nsfwLevel": 8, "width": 824, "height": 1024, "hash": "U6AJA*~CM}kC1Mxt-T%1r?M{ELEL4o9aRkWB", "type": "image"}, {"id": 7228430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/455521a4-0de2-4530-96ba-15af0ec0e7fa/width=450/7228430.jpeg", "nsfwLevel": 4, "width": 824, "height": 1024, "hash": "U38:eL}:05R:5lNHE3Iq04I@};W,Rlxa^h=^", "type": "image"}, {"id": 7228442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4957603e-dbf2-49cd-bc7f-590ba58a243f/width=450/7228442.jpeg", "nsfwLevel": 16, "width": 824, "height": 1024, "hash": "UFA9vN~At8xuxtW=NLt6jFf6oexZ9aE2IoM|", "type": "image"}, {"id": 7228469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46f7581f-104e-483d-a58e-575803b5cd97/width=450/7228469.jpeg", "nsfwLevel": 16, "width": 824, "height": 1024, "hash": "U38{~@59v|0O129w-ONH,.}=ESxZ04%J9x^h", "type": "image"}, {"id": 7228489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6548a786-1ab6-4203-b843-242781923ea5/width=450/7228489.jpeg", "nsfwLevel": 16, "width": 824, "height": 1024, "hash": "U4BMGD5902xB00M{~AM|9v?H9Z={-5={EONf", "type": "image"}, {"id": 7228491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c14c038-6ce6-409b-9b48-5b4d9bf718e1/width=450/7228491.jpeg", "nsfwLevel": 16, "width": 824, "height": 1024, "hash": "U4AvOH-m0Axs03580gjF4;^j~8t69~ob?DIr", "type": "image"}, {"id": 7228507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da7513f6-3ed5-4cea-83f4-749f8357fc24/width=450/7228507.jpeg", "nsfwLevel": 16, "width": 824, "height": 1024, "hash": "U26kSAx]00n$x^WBD%WB4.xa~XNH00WB.8M_", "type": "image"}, {"id": 7228516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cb5c61d-d255-4e53-886d-d544a00c1e74/width=450/7228516.jpeg", "nsfwLevel": 16, "width": 824, "height": 1024, "hash": "U168HjE-00?IT0nhD$%MNHkC%2Xn9Fof_4NG", "type": "image"}, {"id": 7228626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba9be1bd-23ab-4d8d-b31a-488e1f034b35/width=450/7228626.jpeg", "nsfwLevel": 8, "width": 824, "height": 1024, "hash": "UFCPnu~V~Ws.?a-;xut7tR%2xuxt-;IVt7E1", "type": "image"}, {"id": 7228629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf77cf9c-922d-47fa-bb23-e4a5a96ec9b5/width=450/7228629.jpeg", "nsfwLevel": 16, "width": 824, "height": 1024, "hash": "UACr~1~V$0$$E1NI9Z4o0MIqX9E1%M-ooe?G", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/363903", "modelId": 324602} \ No newline at end of file diff --git a/datasets/metadata/364442.json b/datasets/metadata/364442.json new file mode 100644 index 0000000000000000000000000000000000000000..19abd3218dbe2479859f91b330997bfabdca24f9 --- /dev/null +++ b/datasets/metadata/364442.json @@ -0,0 +1 @@ +{"id": 364442, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-27T20:49:33.076Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 305, "ratingCount": 42, "rating": 5, "thumbsUpCount": 61, "thumbsDownCount": 0}, "files": [{"id": 291283, "sizeKB": 22254.17578125, "name": "Rei_Saiga_ShangriLa-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-27T20:51:23.426Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "618B1C08", "AutoV2": "A4DCF0CF5A", "SHA256": "A4DCF0CF5AFB0312AA268327C61364A2CCC3F33F56E0EEC6081FA674CC63A573", "CRC32": "59F1C084", "BLAKE3": "EEF2AEA2C5762EB12FF428918E6D706AC8B0340BE7C87A350B30FFF44845E5F3", "AutoV3": "229168E04B5B"}, "downloadUrl": "https://civitai.com/api/download/models/364442", "primary": true}, {"id": 291284, "sizeKB": 40928.357421875, "name": "Rei_Saiga_ShangriLa.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-27T20:50:50.454Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5B7E271B", "AutoV2": "18A091A4D9", "SHA256": "18A091A4D909F66ECFE2FFC41A872D893C7CAD60EA145177EC0AD3ED399EE5A4", "CRC32": "FDD04C40", "BLAKE3": "95903CB3FC824B19CD76DC6D3A277CF655C8D8A4756B8A671669196059723434"}, "downloadUrl": "https://civitai.com/api/download/models/364442?type=Training%20Data"}], "images": [{"id": 7196929, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9477e61-8666-408e-89dd-4925fb377161/width=450/7196929.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNL|v4~q.m-;00%MNGt7%g%M?baebxt8-pay", "type": "image"}, {"id": 7196795, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16e36231-aab4-4e82-9d9c-4b11bd23ce8e/width=450/7196795.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDLW;CNH00s:00ax9uRj?Xxt~XWBtQM|.6V[", "type": "image"}, {"id": 7196928, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e334db6-58fc-4bae-83a7-29ed7bd63452/width=450/7196928.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNL|v4~q.m-;00%MNGt7%g%M?baebxt8-pay", "type": "image"}, {"id": 7196767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/500499b4-17da-4144-80d4-58d8aad8c1eb/width=450/7196767.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDLW;CNH00s:00ax9uRj?Xxt~XWBtjM|.6V[", "type": "image"}, {"id": 7196991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d8f9e62-3719-4dfe-9ee3-a7d4d63b97ab/width=450/7196991.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZLNcC~q?b?v%1%MtSNG9FRjxujE%NV@W;tR", "type": "image"}, {"id": 7197062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6bd7909-5340-4c4a-bcd3-e99d151850c2/width=450/7197062.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFL:}}xD_MVsD#8_%$%M00xurrM{?b%gS$jE", "type": "image"}, {"id": 7197215, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb2917ed-9861-4eaf-94ad-85765d87382e/width=450/7197215.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UbNS]O_NF2%MJ7?H-;xu4.Rkt7M|%MxaV@ay", "type": "image"}, {"id": 12739250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adfb76a0-b65a-4b7e-a234-31471824efa7/width=450/12739250.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U7NcTv0L00sn00tl00M{00Z~-.a01Rof~qs;", "type": "image"}, {"id": 12739251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77c8a7c2-752b-47e7-bd05-27a06388cfb1/width=450/12739251.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UAM%D:R.01R-00xu01Rj00jF~pWV%$ofD%Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/364442", "modelId": 325092} \ No newline at end of file diff --git a/datasets/metadata/365381.json b/datasets/metadata/365381.json new file mode 100644 index 0000000000000000000000000000000000000000..9dbc9a6c77238a2dcdd80c02b114de9257315cb5 --- /dev/null +++ b/datasets/metadata/365381.json @@ -0,0 +1 @@ +{"id": 365381, "index": 0, "name": "anime s1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-28T14:41:32.476Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["mona narumi, short hair, bangs, blue eyes, blonde hair, bob cut,", "shirt, jewelry, shorts, belt, bag, bracelet, green shorts,"], "stats": {"downloadCount": 228, "ratingCount": 17, "rating": 5, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 292087, "sizeKB": 66484.6064453125, "name": "mona narumi s1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-28T14:40:48.043Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2B9DE3DA", "AutoV2": "E32B21B390", "SHA256": "E32B21B39072DDFEC299F40431D2B154191DE5F942E941D4D692DF8ADA6269B8", "CRC32": "4DD881CD", "BLAKE3": "601D3C72E1896EDD410D64E74359A6022F45A46E3C658126AB6177A50FD34DE1"}, "downloadUrl": "https://civitai.com/api/download/models/365381?type=Training%20Data"}, {"id": 292086, "sizeKB": 36983.7578125, "name": "mona narumi s1-lora-nochekaiser.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-28T14:40:49.731Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8FB915BE", "AutoV2": "875D7A7C9B", "SHA256": "875D7A7C9B0013344C0750C9D129BF5F25C3AA38B24D056F2F3EA4EF5604FDAB", "CRC32": "078EA6C3", "BLAKE3": "EB493BDE92FD750A0ED55C6FD4002D39123398A9E34610667562B8190FA20AB2", "AutoV3": "C73443CDD3D5"}, "downloadUrl": "https://civitai.com/api/download/models/365381", "primary": true}], "images": [{"id": 7220621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9785e303-980c-4008-8816-b6ce266206b0/width=450/7220621.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UKKwteK-05pI_4^,5Bo~4qtS-;XA-LIA9aIU", "type": "image"}, {"id": 7220622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7fec332-a34c-4d60-a26b-458aa57fac22/width=450/7220622.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UKKnMHF}0oES?d-q14tT00rpawog^bWAD*IV", "type": "image"}, {"id": 7220620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31dad3b4-0d4e-43a6-98f3-bf63c70bcce9/width=450/7220620.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "ULJ@wQ000hj]~BIWEixZ4oV?-:ba?ZNHMzs.", "type": "image"}, {"id": 7220624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd28ee78-5916-495d-abb5-df06144ddedc/width=450/7220624.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UaJ[VCx^ETtm?wX9JVt8M-R-tQWBXkR+IVj[", "type": "image"}, {"id": 7220623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa8bc687-a5c9-4207-a4bb-01f12710ad85/width=450/7220623.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UHK^~i={0@xb?KA016t800T3VrxZ~7RO4;Ri", "type": "image"}, {"id": 7220625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b205656b-813d-44fa-a73f-a7cd4d00115e/width=450/7220625.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UPI=JfZ#5X-T~XR45SIU#@ngtRNFR#xvICxt", "type": "image"}, {"id": 7220626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42b65600-bc33-4f7f-8e78-0ed9cee8745e/width=450/7220626.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UcLNlOX917af.AxaOtt69gxZt7xu$wWBD*Rk", "type": "image"}, {"id": 7220628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3fc1d11-ee2e-4331-947e-c1adad6d3f04/width=450/7220628.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UVI=c1.TEA-q^,tT9yS##BWZShxuS]M{MyV_", "type": "image"}, {"id": 7220627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e51885b3-cbdc-451e-8b75-37ece44987de/width=450/7220627.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UaJ[R_K6NNo#~WS*I[ogrfa*S~kCO,M|RQbE", "type": "image"}, {"id": 7220630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5e5cf9c-8910-4a37-b2af-a4468ca08de5/width=450/7220630.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UNIYXs?d9i.8~XS*5rWE:]%OpIn,EbWHH[R$", "type": "image"}, {"id": 7220637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e7e5c08-e73b-4442-a582-0fd344738ae3/width=450/7220637.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UUIhsn_4AJgi~XtRE4OZxct6RQV_5QIVaJbI", "type": "image"}, {"id": 7220636, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fafc7ad-69b3-4dc6-9fb6-8aaa91696127/width=450/7220636.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "ULKde_^k0M-=~qwbEN9vpdsk?bNM*0E2N0x]", "type": "image"}, {"id": 7220639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43c7a58d-0a8c-4f50-bf8b-af552c086949/width=450/7220639.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "USIOww.9JE9v.AX9K6tR90xVNYslNaxswcjZ", "type": "image"}, {"id": 7220647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/432d4ab0-e8aa-4c83-b0fe-8bb47d613c78/width=450/7220647.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UeJa_^oz9}E2?wR+N|t79dt7t7xuRjRjRPWU", "type": "image"}, {"id": 7220642, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb7ab95b-54c1-4c37-b29e-090e77181666/width=450/7220642.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UaK^$.n~9#IU?wnhJV%2JFn%%Mt7-;NHNLRk", "type": "image"}, {"id": 7220645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b85458bb-fae3-43d3-a340-fea86fd89435/width=450/7220645.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "USLX3*yD1657?wWZF4xu4=s;xuxu%Jt6IVa}", "type": "image"}, {"id": 7220648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85d1b79d-5ef1-4598-9cd3-0aa3302ab084/width=450/7220648.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UUMjK+.T5Sxu?IE,EMWY9ISQs=%1%eoNRojX", "type": "image"}, {"id": 7220649, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e32cf748-dc08-4769-ae33-ff55b2cc4e13/width=450/7220649.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UQJ8U,9H9Gog}SEL5QxH#8I:ozbuPQRQnjW9", "type": "image"}, {"id": 7220650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15127c4d-999f-4711-8dfe-a2a204ddecf6/width=450/7220650.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UYLNf6X.5Zrp.TNHJBwaFj%2-oxtwtxtNLoz", "type": "image"}, {"id": 7220653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7080ce0c-8c51-4173-93af-c12f6a1978ba/width=450/7220653.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UZKKmAY7AeVr.AItOZ$y4[i_s8t3ngs.WBof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/365381", "modelId": 325962} \ No newline at end of file diff --git a/datasets/metadata/365397.json b/datasets/metadata/365397.json new file mode 100644 index 0000000000000000000000000000000000000000..d5393dc31d702f67f21f33e61b0c09f2c5581519 --- /dev/null +++ b/datasets/metadata/365397.json @@ -0,0 +1 @@ +{"id": 365397, "index": 0, "name": "anime s1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-28T15:14:37.371Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["hiyori suzumi, short hair, black hair, (brown eyes:1.5), thick eyebrows,", "skirt, shirt, school uniform, jacket, necktie, blazer, red necktie,"], "stats": {"downloadCount": 196, "ratingCount": 21, "rating": 5, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 292096, "sizeKB": 37010.6953125, "name": "hiyori suzumi s1-lora-nochekaiser.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-28T14:55:57.523Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2786F323", "AutoV2": "C96E44EA1E", "SHA256": "C96E44EA1E4A4B0965697BF8F5796F119B63088E0C8E67465A9490D4BB78CB34", "CRC32": "8E674C15", "BLAKE3": "8AF22E197A6EAFEF583CF4228E6F0261251A292FDC411A6BA2011CF69E270F92", "AutoV3": "4C1F162F00E9"}, "downloadUrl": "https://civitai.com/api/download/models/365397", "primary": true}, {"id": 292127, "sizeKB": 1618851.16796875, "name": "hiyori suzumi s1 pruned.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-28T15:16:34.694Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0B327639", "AutoV2": "3EBA784D12", "SHA256": "3EBA784D12D46BEEE5A4C7F909DDE9E11F137750CC8E1390B7A65597D20C152C", "CRC32": "A63DAEDD", "BLAKE3": "7E95ECF39D739C0991AC1E8BFF9E7F179458076D62E82392722192025605EB33"}, "downloadUrl": "https://civitai.com/api/download/models/365397?type=Training%20Data"}], "images": [{"id": 7221637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aba09001-82ac-49cf-ab85-4d187b6bca9d/width=450/7221637.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UYJ*SHg3~pIr~WD*%NxvN{NHV[xtM{R%tRX9", "type": "image"}, {"id": 7221638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a8e0259-7975-457e-9c4e-04c855fb9597/width=450/7221638.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UhJ*SF-p-:-;~Vt7%Mt7x[WCV@bbRjbHf+jt", "type": "image"}, {"id": 7221639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f9fdd03-8633-44f7-ab58-1748f7e0bebd/width=450/7221639.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UcI}hjNH.9R*~pIVxaRkjFfPazofWUt7WBt7", "type": "image"}, {"id": 7221640, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ffbbc4e-5e71-4915-9906-f9b76a49f213/width=450/7221640.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UWHUwo~T_3?G~V?GtRt7M_t6WCIpR*bF%2WB", "type": "image"}, {"id": 7221641, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43e090c3-a11f-4b24-b3cf-1c15dca8a45f/width=450/7221641.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "ULG*~PxaO@~V%1-pxuR+9Z%1RPE1IUbH%Ms:", "type": "image"}, {"id": 7221643, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/122e465d-10ea-4335-89c5-adbf60687eca/width=450/7221643.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UcIq.Pt6_2Ip~UM{%Mt6xtRjt6smM{eobHWo", "type": "image"}, {"id": 7221642, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c601c994-dd59-46be-8141-40e8b1608e45/width=450/7221642.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UcIq_v=|_Nj]~pWB%MxuWUIos:t6t6ofs:Rk", "type": "image"}, {"id": 7221644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/997d54ff-30e1-46f7-9eea-255cc6e21c21/width=450/7221644.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UaI;*QM_?a%1~U%1%LW=o|xut7R+n%W=xun*", "type": "image"}, {"id": 7221646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c4b14f7-caf4-48ae-8a73-78b0cafe1ce7/width=450/7221646.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UYI5DEf+%#~V_3-:%No#s.t7e:ofM|bHxtWB", "type": "image"}, {"id": 7221645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be24960f-ef5a-4dc1-ad4d-c9e72a866f5f/width=450/7221645.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UWIhBNEL_3tS~WD*xvtRxsV@jFWBxuW=js%2", "type": "image"}, {"id": 7221648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6edb0917-b8cd-44c4-977d-f1335cc1d028/width=450/7221648.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UIJto1I@%gMy~V8__3?vcERPo3t6?bR+s:-p", "type": "image"}, {"id": 7221647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eca8bec0-2ab0-4937-a64e-9f1fbc511ec9/width=450/7221647.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UjJa[-a_-=Rj~qRkx]NGx[RQM{t7ofj[aej]", "type": "image"}, {"id": 7221651, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07cfa979-9f13-4e4f-89a6-91372430f38a/width=450/7221651.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UTIq=i~VtmIU_4ozx]WB?bxYV?niM|Rko2kC", "type": "image"}, {"id": 7221649, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4897838-e44c-4ac7-b6b6-25ee2367de12/width=450/7221649.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UOKA.;Ne%#tR_NV[%NxuNGV@%2t7bIazogkC", "type": "image"}, {"id": 7221650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3155b336-c65d-4e7a-aef4-ca7b59308366/width=450/7221650.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UhJa+iog_3R+~pM|%gofR*RkaexaRjofofWX", "type": "image"}, {"id": 7221655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25e68771-243c-44f5-bde9-0927433289a6/width=450/7221655.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UUH1_R-p%f-p~V-;kWt6%Mxu-;WEIpt6t7IV", "type": "image"}, {"id": 7221654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc3d47af-20d3-4839-9426-82ca649cffb2/width=450/7221654.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UTGbF@_3x]%2~V-;tRt7xs%M-;kCX9xtofIp", "type": "image"}, {"id": 7221656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/666081ff-d96a-4ccd-93d6-10e4464ec3de/width=450/7221656.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "UPIY2-?u?^Vs?wXTx^ROIqM{aJoJM|jZfSoz", "type": "image"}, {"id": 7221657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02c80368-4dd5-4481-8b4c-49be0053e426/width=450/7221657.jpeg", "nsfwLevel": 1, "width": 600, "height": 896, "hash": "URIO60^*-=9a~CxakDM{iwj[ocbFS$jZxttQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/365397", "modelId": 325974} \ No newline at end of file diff --git a/datasets/metadata/365544.json b/datasets/metadata/365544.json new file mode 100644 index 0000000000000000000000000000000000000000..f948cf679b9f43ecfb75a6d31046fbfbcffb7d64 --- /dev/null +++ b/datasets/metadata/365544.json @@ -0,0 +1 @@ +{"id": 365544, "index": 0, "name": "Emolga (Pokemon)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-29T06:40:25.085Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 49, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 292232, "sizeKB": 687.0537109375, "name": "365544_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-28T16:20:40.924Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "BB9A462918", "SHA256": "BB9A46291826C5DE1C67071496205FC36F375A5B66A7A52BA902920614A552EA", "CRC32": "5237A579", "BLAKE3": "2DEBD957EBF2705D6F45731EC4C3193E11A9AD76B131BDA603CD97D07E18A0A1"}, "downloadUrl": "https://civitai.com/api/download/models/365544?type=Training%20Data"}, {"id": 293278, "sizeKB": 36977.53125, "name": "Emolga_Pokemon.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-29T06:40:55.049Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BA41F5B4", "AutoV2": "0433B528B7", "SHA256": "0433B528B71D4EB5ED1D13B6A7433FEED70C2DE4D21C9346121FA25940160787", "CRC32": "7CBC2A58", "BLAKE3": "E8C0EAD64E870BC54DE43A362C0C029A923E0E62A2E8BE86D416882C19B3B146", "AutoV3": "1C68E813F99A"}, "downloadUrl": "https://civitai.com/api/download/models/365544", "primary": true}], "images": [{"id": 7245403, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d942659-ce81-4a47-8b6f-525a28d58e38/width=450/7245403.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCKB59M^00?I05D$^*%j00WcED$?~S--D$D+", "type": "image"}, {"id": 7245404, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90c5e81f-c962-4d03-a967-9ed0b1230c58/width=450/7245404.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UkFiDF~pa$IU9GD%WCt8IURij?j?%MxbWCay", "type": "image"}, {"id": 7245406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73e0fdfb-d2ca-4550-93c8-245fa9977d61/width=450/7245406.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFHn{Jj@00a#E9a#%Kax00j[~XWV^#j[IVj[", "type": "image"}, {"id": 8658490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cea1cb27-bc23-43be-a020-caf956e87dc8/width=450/8658490.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeKec6?sI,%J%%V[-mxtJFM|xGoh%Mt2IXf5", "type": "image"}, {"id": 8658504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7b4afea-4eb6-420e-9d42-370bf2dc5a3f/width=450/8658504.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbK2Rb?sEJ%J.AWB-nxtXpRQ$+oO-=kCN2WC", "type": "image"}, {"id": 9134257, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8916961-4abe-424d-8721-81317c9ff024/width=450/9134257.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U4KwtYDhHX~q8wxu%i9Z00eS_2In00p0~pIn", "type": "image"}, {"id": 9134249, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac910cfe-8587-4b0b-8d1e-10cf4ad5f48c/width=450/9134249.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UAGbn;?Z00M}00?G~qD%4nIT?Zoz4:xu_3%M", "type": "image"}, {"id": 9134260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3123e64-0740-4874-8c55-e5785c16ffaa/width=450/9134260.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UIM@fgoH~qxuIUt6x]W?_4WBt7RjRkad-nt5", "type": "image"}, {"id": 9134254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18db3e02-41d8-4379-81bc-9bfb5e5779d2/width=450/9134254.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UXN1APt7~qfgD$WBozay-=ayogt7Rka#t7oe", "type": "image"}, {"id": 9134251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03ba6bf0-25d1-4803-9fa1-b900ad0459af/width=450/9134251.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U6I5JO%N00nMDNRjx_t7Rl%M%LV?D*9G~W?a", "type": "image"}, {"id": 9134255, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79404a53-664b-4114-95d2-045af23cdf6b/width=450/9134255.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UfO40Xt7~qxungofR+oLD*ogadRjayofWBkC", "type": "image"}, {"id": 9134252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c3e3093-9cc4-475e-81e8-d23a756b5806/width=450/9134252.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UPMQ#8%M_NM{s,IUWVWB~pM{-;s:D*RjWAt6", "type": "image"}, {"id": 9134259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adf62daf-f890-44ca-8b8a-3156f94a488e/width=450/9134259.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8Ju17bw8^~pe6s:E3?v00xu~UW?MxD$.8-=", "type": "image"}, {"id": 9134250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbadd776-6804-4f08-8f8d-9c1eb1039a37/width=450/9134250.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U7J*Fx~V00s;Hqo~.AaI4TM{.7R-00I9_3.9", "type": "image"}, {"id": 9134258, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bea73f60-b355-4991-8d84-4bef21cc07fe/width=450/9134258.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U9K,:2xthf$x8wR**0ofIAaeb^bI01jZ.9j[", "type": "image"}, {"id": 9134253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f6f80cf-4011-4b71-a6f7-94c17c548339/width=450/9134253.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U6KnSU?aIBRmMct7%gs,00IBIAtQ00t8~pM_", "type": "image"}, {"id": 9134256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb456da4-296e-4ba3-98a9-3399d57440d8/width=450/9134256.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UXOV=K%M~9tms7X9NybHX.adb{V@R:jEkCRj", "type": "image"}, {"id": 9138313, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4e59128-a249-456f-930c-37e15f098a4e/width=450/9138313.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U3Lz?T~q#+_3,Qj=IpM{00Mx?wRj4U9F8^-;", "type": "image"}, {"id": 9138314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2628d5c3-79c6-43f7-a2dc-73f8d4d14235/width=450/9138314.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8HU^B_300w@8wMx.8t6bc-;?aV@0LD%~p?b", "type": "image"}, {"id": 9138312, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ba74909-ffbf-417e-97b5-b68397be367c/width=450/9138312.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UUNdH.IU_NRkoHWBRkM_E1a}s+WAM{xuM{IU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/365544", "modelId": 326109} \ No newline at end of file diff --git a/datasets/metadata/365611.json b/datasets/metadata/365611.json new file mode 100644 index 0000000000000000000000000000000000000000..3b9e53004fcc292e4414f58338b931a8ba0a47d2 --- /dev/null +++ b/datasets/metadata/365611.json @@ -0,0 +1 @@ +{"id": 365611, "index": 0, "name": "Amerling 1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-29T00:19:51.175Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["oil painting"], "stats": {"downloadCount": 41, "ratingCount": 2, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 292285, "sizeKB": 13803.7431640625, "name": "365611_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-28T17:05:50.079Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "652D2CD5", "AutoV2": "8D6207BCCE", "SHA256": "8D6207BCCE4C0EA1DD6AECCBF024C09F7DB605A6E9F085763DEF172D3AD9FC7D", "CRC32": "0463DE76", "BLAKE3": "1444DB4A1D37E15D1682AA76EE6B32C4872912CE52E4668A57B310DBCE94EE14"}, "downloadUrl": "https://civitai.com/api/download/models/365611?type=Training%20Data"}, {"id": 292783, "sizeKB": 36983.5859375, "name": "Amerling.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-28T23:25:55.485Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FAE42D2A", "AutoV2": "26C19E7F34", "SHA256": "26C19E7F345283DA135433E30CD91291E032A24F12297507B60502B0E3F5CA94", "CRC32": "CE6561AC", "BLAKE3": "5C0D0D16D2DDD989588F624BFD575AEAC28DB1474E9B56FCAD7969D93B18A5F0", "AutoV3": "4FA9E3AE6ED0"}, "downloadUrl": "https://civitai.com/api/download/models/365611", "primary": true}], "images": [{"id": 15068580, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d135b830-cfea-4fda-b3e3-d85391674e73/width=450/15068580.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBJjbi}RGGRP^I$z0ME25sE3EOxZo$E1tlE1", "type": "image"}, {"id": 7237243, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d4b123c-82c7-49a8-b004-121e3240f392/width=450/7237243.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6CrAmw{02E#02s.^%I;1yW.}DsB^%S2RR$%", "type": "image"}, {"id": 7237245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27ea70b3-ba8c-4684-a6de-aff831267232/width=450/7237245.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U37,3{$i0h5m^hso5SEg0~S3^4$i0$Nu}r-A", "type": "image"}, {"id": 7237244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/826b7074-c2d8-4f72-9415-b6948c1ef305/width=450/7237244.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDARkbW:1JsA$PoLJRjZ1Jja}DW;F0jZ,rSM", "type": "image"}, {"id": 15116755, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/730e4d30-7377-4858-ad4f-4eee47287a89/width=450/15116755.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIF~59-=NaXT.A-;xZ%LyERoM{-oOaR+jDad", "type": "image"}, {"id": 15118377, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d3de0b3-c1a8-4df6-a49f-7602cd33fcea/width=450/15118377.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5E{2w?H01~4I_a#xs%#01xa?GO@uO9HM|M_", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/365611", "modelId": 326173} \ No newline at end of file diff --git a/datasets/metadata/36619.json b/datasets/metadata/36619.json new file mode 100644 index 0000000000000000000000000000000000000000..7bd1019fb9b4de8c042c819f239452ebf1f77379 --- /dev/null +++ b/datasets/metadata/36619.json @@ -0,0 +1 @@ +{"id": 36619, "index": 1, "name": "v2", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-05T03:49:32.543Z", "availability": "Public", "nsfwLevel": 3, "description": "Trained on 687 images of Ina, 131 of her priestess outfit with 3 repeats, 115 of her beret outfit with 3 repeats, 77 of her kimono outfit with 5 repeats, 17 of her white jacket outfit with 20 repeats, and 347 general images with 1 repeat.
Works at weight 1.
Download the dataset if you're interested.
", "trainedWords": ["ninomae ina'nis", "ina_priestess, tentacle hair, black dress, low wings, halo, single thighhigh, detached single sleeve, gloves", "ina_beret, tentacle hair, pinafore dress", "ina_kimono, double bun, hair flower", "ina_white, tentacle hair, white dress, bow, mini hat, mismatched sleeves"], "stats": {"downloadCount": 4203, "ratingCount": 532, "rating": 5, "thumbsUpCount": 606, "thumbsDownCount": 0}, "files": [{"id": 29382, "sizeKB": 535619.986328125, "name": "ina-dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-05T04:32:28.633Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "566E3E90", "AutoV2": "F86640BBB1", "SHA256": "F86640BBB1E39B95C05E96943935F504D26B282EA24E6B1ED69C7383A053EC9B", "CRC32": "C2976061", "BLAKE3": "7BD5542D2A222E8D6DA1D586A19A124061615C868D71DBA005C3B96222B06800"}, "downloadUrl": "https://civitai.com/api/download/models/36619?type=Training%20Data"}, {"id": 29366, "sizeKB": 18597.84375, "name": "ina-03.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-05T03:56:14.915Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F3A01322", "AutoV2": "667539F197", "SHA256": "667539F197B4DCAC79B106128D644F8A47EC361AE804FC72D2F17E4D9FD126FE", "CRC32": "29A79DDC", "BLAKE3": "43F4E652904258AB6DB47B8ACA8C19AD83C80FF266F70B1BBA3DAD2D7906E3E7", "AutoV3": "38F678B273C3"}, "downloadUrl": "https://civitai.com/api/download/models/36619", "primary": true}], "images": [{"id": 418497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91ef1d12-340c-4599-4985-00b35bb8c300/width=450/418497.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULH-iXIn~Wt7$*%2M{IUIUbIt6Rj57M{spS1", "type": "image"}, {"id": 418502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3c4a58c-88a1-401d-0c77-4da46aa62900/width=450/418502.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWF5mgWB9ZoL~WWBM{s:-:jZ%2ofR.oK%LkB", "type": "image"}, {"id": 418504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de5f720a-e370-4b60-15eb-a75b66bd3a00/width=450/418504.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKHnmSM|waof00kD0LRj~pxG%MofMdRjs.j[", "type": "image"}, {"id": 418501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47476cfe-5e11-4c10-1151-c7c3ffa8c900/width=450/418501.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYHnKYxt%1xt~Wxat6xt~Bt7WVt7NaWXs:oz", "type": "image"}, {"id": 418505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/777f85db-3010-4854-45fd-f80c4e17b800/width=450/418505.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URHU8]^%$|of9a,;V@Rk~A-:-ot7IVRkbas.", "type": "image"}, {"id": 418499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0367c279-59da-4d54-3ea3-6c474222b500/width=450/418499.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHH^|wxu00Io?wR*M{ay~8Rj?H%2EMWBShWX", "type": "image"}, {"id": 418506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f7ae879-a554-4f43-15ef-40bdbc266800/width=450/418506.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URJ%|Mnh0e?b_NxZxax]OYNG-on%%MM{oJMx", "type": "image"}, {"id": 418498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64359179-f8b6-4108-c776-fffe5eec1a00/width=450/418498.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAIXaLtTE2?a00-U?GE2_M9Fv~9Z=s-;%g~V", "type": "image"}, {"id": 418500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daaf3731-fe8d-4c83-f626-f7a1a7f3a200/width=450/418500.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U7D+lO_400RQ0KkW?axa00jb~q%M.8s:i_R-", "type": "image"}, {"id": 418507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a024fee1-20a1-49a3-b442-0c9b925a8800/width=450/418507.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USIq_u~qyCt7bcR*-;t70KIURPM{n#xtM{Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/36619", "modelId": 17922} \ No newline at end of file diff --git a/datasets/metadata/366248.json b/datasets/metadata/366248.json new file mode 100644 index 0000000000000000000000000000000000000000..73331fd1a82211130d90ed8b74a9387e2a2c60c2 --- /dev/null +++ b/datasets/metadata/366248.json @@ -0,0 +1 @@ +{"id": 366248, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-29T00:01:11.375Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Britney"], "stats": {"downloadCount": 160, "ratingCount": 6, "rating": 5, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 292833, "sizeKB": 4249.439453125, "name": "338418_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-29T00:00:56.969Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1205A821", "AutoV2": "7DAD1F99E0", "SHA256": "7DAD1F99E0BA8C8C97A921B67F76740F1F14DA1827079DB743A63D8116BBC787", "CRC32": "32FF3CB5", "BLAKE3": "622DC1C30F0F1FA3CC01F88F667232803B4CAB6BB0490F8326AC1AC5B7CC23B2"}, "downloadUrl": "https://civitai.com/api/download/models/366248?type=Training%20Data"}, {"id": 292834, "sizeKB": 36977.3515625, "name": "Miss_Britney-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-29T00:01:06.411Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0515D7AD", "AutoV2": "83ACB56D5C", "SHA256": "83ACB56D5CB705B4B4F778B2690A4CEC4BAEE2CD30AB6959FD91639B0B3DA948", "CRC32": "82DCD8B5", "BLAKE3": "32BFC5B502F8BE8402BC3B548BA63E8B273A45F8B30C0E73FF4C836D31DDC8A0", "AutoV3": "412D464F5732"}, "downloadUrl": "https://civitai.com/api/download/models/366248", "primary": true}], "images": [{"id": 7236964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3005c77c-5e2c-45bc-883a-3807f7a8ca8c/width=450/7236964.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8E2qRH@5jNMIT-;56xuMy~pp0S~OD4:^+E1", "type": "image"}, {"id": 7236963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bc35f84-4a6c-4aa7-abd5-afd9ced9cd89/width=450/7236963.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UAEVZ#~9Il.5b[=|%2-:00?b^+D+-Vo]xuM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/366248", "modelId": 301339} \ No newline at end of file diff --git a/datasets/metadata/366351.json b/datasets/metadata/366351.json new file mode 100644 index 0000000000000000000000000000000000000000..752aa8b3b0572a4cd6edf8197e99af73a6106ab2 --- /dev/null +++ b/datasets/metadata/366351.json @@ -0,0 +1 @@ +{"id": 366351, "index": 3, "name": "v1.0 pdxl", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-02-29T01:30:43.633Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["latex princess", "stomach cutout, bare shoulders", "elbow gloves, thighhighs"], "stats": {"downloadCount": 857, "ratingCount": 38, "rating": 5, "thumbsUpCount": 101, "thumbsDownCount": 0}, "files": [{"id": 292930, "sizeKB": 224244.744140625, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-29T01:16:21.638Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5175D2F6", "AutoV2": "C695D11D8C", "SHA256": "C695D11D8CD5B12DE8A4DABA6F3F86764E32C72244D262D92ED7E6583CEABCC9", "CRC32": "091FA155", "BLAKE3": "04E23472875B7421A0D24BE2F8A3320A27AED2BB2D7F2552C5BA6E9AE78D1B5B"}, "downloadUrl": "https://civitai.com/api/download/models/366351?type=Training%20Data"}, {"id": 292928, "sizeKB": 88650.23828125, "name": "latex-princess3-005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-29T01:16:29.450Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3F85DDEB", "AutoV2": "CCBC821A5B", "SHA256": "CCBC821A5BA3655B9EB61C43B4D618E077C013AAE2C9128FA708AB1BDB8C7BE1", "CRC32": "B07D44E2", "BLAKE3": "61E6F11AA61C3F855D754F061FB886AFACC18C234C24609018742DD0B747364A", "AutoV3": "508DA693975C"}, "downloadUrl": "https://civitai.com/api/download/models/366351", "primary": true}], "images": [{"id": 7238771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f629ed2-e113-464a-9eb9-3969859f0177/width=450/7238771.jpeg", "nsfwLevel": 2, "width": 2048, "height": 2048, "hash": "UCI;x6IT?Z}?JB4oVY%M00W;4oXTx]WEf+tQ", "type": "image"}, {"id": 7238750, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90074e42-677f-4a2d-9979-3c08269b4886/width=450/7238750.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "U9IEOu00-g-pyZ01^iD%00%K9HD%-oxt-pxt", "type": "image"}, {"id": 7238717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6586b699-dc6a-428b-a76c-22e160a64479/width=450/7238717.jpeg", "nsfwLevel": 8, "width": 2048, "height": 2048, "hash": "U9J7t68_00~ptR?c0Kt7Ip9FI=D*00?Hj[%2", "type": "image"}, {"id": 7238711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21a17fee-6614-44bc-934d-bd847e401be0/width=450/7238711.jpeg", "nsfwLevel": 4, "width": 1536, "height": 2560, "hash": "UOHUa@~qkV%f%N-;xtt74:RPadaKxabFadWU", "type": "image"}, {"id": 7238713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e72b7543-7ae1-4df8-b230-06b4fd9c0bbc/width=450/7238713.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "UCINaL~V9F^*N3IA9FNHTe-;S$s.^%o|ocEL", "type": "image"}, {"id": 7238719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4573c183-954a-4537-82a9-aeaca923d28d/width=450/7238719.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "U9H_GMu4-:yD?]MeJ7s:004.4nRjjYn$M{S#", "type": "image"}, {"id": 7238721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1bf913c9-9d95-4cfa-96a0-4d0659823f64/width=450/7238721.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "UBHBPYIm~UITFh01IV9Z01xu0Kt7%L-;%0xa", "type": "image"}, {"id": 7238722, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da28ccde-c0d9-477e-a8da-e1553a8ebbc7/width=450/7238722.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "UEKKD?yYyY_N_3?co~?bTdw_I@sA00RPR5Rj", "type": "image"}, {"id": 7238742, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3670d691-62cc-4038-8fca-bc721af6db48/width=450/7238742.jpeg", "nsfwLevel": 8, "width": 2048, "height": 2048, "hash": "UEHULTD$otxG_N9aSKoM01WY9aoz00%Lad%L", "type": "image"}, {"id": 7238727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32c0a496-9ef4-4432-a021-6c369f8d8c7c/width=450/7238727.jpeg", "nsfwLevel": 8, "width": 2048, "height": 2048, "hash": "UVIN,N~VS2M{x]xuxDn,WAt4a#o3S3t6RlRj", "type": "image"}, {"id": 7238756, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a23f888-a9fe-47b6-a6ec-9f9d9c0e9767/width=450/7238756.jpeg", "nsfwLevel": 8, "width": 2048, "height": 2048, "hash": "UDG[A-?G9Y~A~qW;9F-o9ZE202M|s+V[E2RQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/366351", "modelId": 326859} \ No newline at end of file diff --git a/datasets/metadata/366593.json b/datasets/metadata/366593.json new file mode 100644 index 0000000000000000000000000000000000000000..aa4f6cd5a02db87b94e77c189804a8e920d5e541 --- /dev/null +++ b/datasets/metadata/366593.json @@ -0,0 +1 @@ +{"id": 366593, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-29T04:28:23.920Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["k4typerry"], "stats": {"downloadCount": 192, "ratingCount": 13, "rating": 5, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 293149, "sizeKB": 147567.59375, "name": "k4typerry.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-29T04:26:29.939Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C8259C9E", "AutoV2": "B32FFF9364", "SHA256": "B32FFF9364A779E4F013BEDE1A84B707A2B2C6A5B9940656A0AFFC41F810420D", "CRC32": "FB9EFE04", "BLAKE3": "01D84DCC45401B1CDC21F279648A85F4A77236B0B6A1A4AC796984B38D935D24", "AutoV3": "74D12960B9D5"}, "downloadUrl": "https://civitai.com/api/download/models/366593", "primary": true}, {"id": 295577, "sizeKB": 36777.197265625, "name": "k4typerry.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-01T20:45:46.419Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E0CD0A56", "AutoV2": "5DD39A3885", "SHA256": "5DD39A38853207CAB3243E4A98ADC1F638BB6B996BBB298FCB313E1C79384760", "CRC32": "BEDDECA9", "BLAKE3": "0CB9BBA2C8838D8190181201B4087ABB1A14F690B8A52498A5D95F731DF6CECF"}, "downloadUrl": "https://civitai.com/api/download/models/366593?type=Training%20Data"}], "images": [{"id": 7242340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/541940fb-8aed-490f-a3f0-09001cc3bc84/width=450/7242340.jpeg", "nsfwLevel": 1, "width": 920, "height": 1152, "hash": "UDE.np4;O;E-=AOFD~-OpfEL$K-U?wS%-o-q", "type": "image"}, {"id": 7242343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66ab4f43-fb3b-4b2f-9da9-3f5e87deda0f/width=450/7242343.jpeg", "nsfwLevel": 1, "width": 920, "height": 1152, "hash": "UJG[7t0L56=w0KWXxu%2Rka#jFtR~pIVIVM{", "type": "image"}, {"id": 7242344, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6247138-7aa7-416c-8d02-e928af47de08/width=450/7242344.jpeg", "nsfwLevel": 1, "width": 920, "height": 1152, "hash": "U9G*.+ndUG^%00_3-Q~W?^~U^PR*x@InNHIU", "type": "image"}, {"id": 7242345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8af751c-9f08-492a-aeff-d86e9c0c57a2/width=450/7242345.jpeg", "nsfwLevel": 1, "width": 920, "height": 1152, "hash": "ULH.4x_4K1_2s5x]?bxt%Lt8Vrad?bxvM|ay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/366593", "modelId": 327095} \ No newline at end of file diff --git a/datasets/metadata/366689.json b/datasets/metadata/366689.json new file mode 100644 index 0000000000000000000000000000000000000000..7d49fc08743b6ebec1ae1663bb8c2d11db674cf5 --- /dev/null +++ b/datasets/metadata/366689.json @@ -0,0 +1 @@ +{"id": 366689, "index": 0, "name": "YunaXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-29T21:12:12.864Z", "availability": "Public", "nsfwLevel": 3, "description": "The is a fictional character made up completely from my imagination using prompts and generations created here on civitai. Any resemblance to any real person is completely coincidental, she is make believe in entirely
", "trainedWords": ["YunaXL"], "stats": {"downloadCount": 143, "ratingCount": 4, "rating": 5, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 294298, "sizeKB": 223098.76953125, "name": "YunaXL-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-29T21:17:41.594Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A80CDF91", "AutoV2": "B870FA129B", "SHA256": "B870FA129BF91BE8B6236266E9D585604A6D6F2B2072E4B9903B871CAFF56335", "CRC32": "50E0C21B", "BLAKE3": "BA78A8B523765BE8BA8F9F6D18ABF0F1D2EF68D9F1D20A4C7777DE616489E73F", "AutoV3": "A1FF8DA712AD"}, "downloadUrl": "https://civitai.com/api/download/models/366689", "primary": true}, {"id": 293244, "sizeKB": 12907.111328125, "name": "366689_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-29T05:55:51.695Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "51954858", "AutoV2": "8B3899F50B", "SHA256": "8B3899F50BF250808CA90595CC36EB86EA0F1D2F8B37953F7519AAD04C8FD220", "CRC32": "CAD70D45", "BLAKE3": "B4163282E577FFD03DF443A333ABC25564A4F976ABEF19BFCFD2833443837561"}, "downloadUrl": "https://civitai.com/api/download/models/366689?type=Training%20Data"}], "images": [{"id": 7273400, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2abe4988-8822-40ea-9305-ebf8d7e5bad7/width=450/7273400.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9C=rG%20i%MpJEM%2~B5SxZ-AE258%1={9u", "type": "image"}, {"id": 7273401, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/302e5338-0bf7-4425-bec1-51d9961ecdee/width=450/7273401.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UFEw?r}s0gEM0~9]xFxGa1jFR*%1Na%1xZEM", "type": "image"}, {"id": 7273399, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08f7fb27-79b5-4935-8eed-3bc6346ce80c/width=450/7273399.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGF#dlD%B;%1.T9a?b?GPB=_~VE3K6R*?Ht7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/366689", "modelId": 327179} \ No newline at end of file diff --git a/datasets/metadata/36712.json b/datasets/metadata/36712.json new file mode 100644 index 0000000000000000000000000000000000000000..c46ab4a13f188d554cc988cf0d424b07cd10eeb7 --- /dev/null +++ b/datasets/metadata/36712.json @@ -0,0 +1 @@ +{"id": 36712, "index": 1, "name": "v2.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-04-05T05:33:33.960Z", "availability": "Public", "nsfwLevel": 28, "description": "1- upload dataset.
2- made a model based on the settings of other creators. Added tags during training. Taught everything also on anything 4.5
", "trainedWords": [], "stats": {"downloadCount": 509, "ratingCount": 98, "rating": 5, "thumbsUpCount": 111, "thumbsDownCount": 0}, "files": [{"id": 29409, "sizeKB": 232731.185546875, "name": "(DATAset)25_ishidaakiraend.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-05T05:41:17.399Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9FFE2757", "AutoV2": "F7978F381E", "SHA256": "F7978F381EC443ED96F7665C4312BDB1516DEBA2E6E7CE11D1B8A743A808E5FB", "CRC32": "C4D6CFA0", "BLAKE3": "14A43116264A41E4D040555D5439BC29E7CC4B68A9D7D4ACFBEB1728E81CAE05"}, "downloadUrl": "https://civitai.com/api/download/models/36712?type=Training%20Data"}, {"id": 38073, "sizeKB": 147588.9521484375, "name": "ishidaakiraend2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-22T11:36:39.245Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "12C7B246", "AutoV2": "698F55320A", "SHA256": "698F55320A7B5BBD0E6C9F50075C0140DF7767EC2F896830CAB46D9ADFF4CDBA", "CRC32": "C69460B0", "BLAKE3": "6D3BA223855951B1AA426F9E4CA0CC89812A3E187C963B199E168D26F0D3BD24", "AutoV3": "B976F136F12B"}, "downloadUrl": "https://civitai.com/api/download/models/36712", "primary": true}], "images": [{"id": 421129, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bbc5e1f-1449-4803-41ec-e65d1f102500/width=450/421129.jpeg", "nsfwLevel": 4, "width": 608, "height": 840, "hash": "UJKTlcx@VL?u00%~%3TIo#Mx~B-q56?aFa9F", "type": "image"}, {"id": 421130, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4b29470-1d43-405b-176f-5a5dd74eb500/width=450/421130.jpeg", "nsfwLevel": 4, "width": 872, "height": 872, "hash": "U9IX?l010-.AL#xn00n200IAkuQ+s,~q?ax]", "type": "image"}, {"id": 421131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eea51dd3-b313-482c-d613-a920f2696500/width=450/421131.jpeg", "nsfwLevel": 8, "width": 744, "height": 1120, "hash": "UUI}kx%N_4E2?aRPt7IUt8RP%M-ofixt-;%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/36712", "modelId": 21707} \ No newline at end of file diff --git a/datasets/metadata/367345.json b/datasets/metadata/367345.json new file mode 100644 index 0000000000000000000000000000000000000000..fd4e66855edcfcbad51551e651a57e54b3ae0b9b --- /dev/null +++ b/datasets/metadata/367345.json @@ -0,0 +1 @@ +{"id": 367345, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-29T15:02:07.143Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": ["rugalallstars, 1boy, smile, blue eyes, shirt, red eyes, bare shoulders, white hair, male focus, earrings, sleeveless, black gloves, belt, medium hair, glowing, facial hair, abs, pectorals, muscular male, glowing eyes, mustache, glowing eye, covered abs"], "stats": {"downloadCount": 97, "ratingCount": 10, "rating": 5, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 293808, "sizeKB": 15126.962890625, "name": "rugalllsatars.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-29T15:05:51.388Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DB2F8126", "AutoV2": "5D1A0971ED", "SHA256": "5D1A0971ED87A53557624C18C430B0D388ABE00E3A9B19E49ECA050F35F8D8D6", "CRC32": "40A5EF57", "BLAKE3": "0893D3137680B9F5F83385D3FEDECFA3C6AE8F030E9A0FDE65CC31E520D7CF24"}, "downloadUrl": "https://civitai.com/api/download/models/367345?type=Training%20Data"}, {"id": 293809, "sizeKB": 46195.09375, "name": "rugalallstars-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-29T15:05:51.326Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0C4060AA", "AutoV2": "47DFE1AF13", "SHA256": "47DFE1AF137F251D9F4D22FC072B239243AB0F78F596F77FFA9925824D8793F9", "CRC32": "9C981B36", "BLAKE3": "A34C2E52FD4E2C06BB4D4AAC5390DB1389C4E5D746ADACDC49B403AE7D8CB96E", "AutoV3": "469F8319E2BB"}, "downloadUrl": "https://civitai.com/api/download/models/367345", "primary": true}], "images": [{"id": 7260357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b823bd1b-affb-4c63-acda-f0d30e962c33/width=450/7260357.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UBC~M0E2n39^t,NH0M={11$$4:}@^kI;Io9^", "type": "image"}, {"id": 7260353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d06e4382-422e-4f88-8aa9-f8a0d2761cd7/width=450/7260353.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UBC~M0E2n39^t,NH0M={11$$4:}@^kI;Io9^", "type": "image"}, {"id": 7260518, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a294391-4820-4984-855a-4f8a4ba06b95/width=450/7260518.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDCO?n?EKh%K~As:0$NKxDjGE4M}ELs.aOae", "type": "image"}, {"id": 7260515, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e118421-0023-4b76-ac39-94afc049b0cf/width=450/7260515.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UWDvcuoftRxt.TxuIqozTfShN{WBohWXxZjt", "type": "image"}, {"id": 7260520, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc0fca93-ee5a-4fbf-898c-f33ae6cb98a3/width=450/7260520.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UDEx5~~9XNxDb]IrV[E310I=NGM|R.WXRkE3", "type": "image"}, {"id": 7260514, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fa92846-7247-404b-be14-4168622db1bd/width=450/7260514.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UQG*pIxD~qNH-;V@IoRjTeNHS5xF-po}E1o}", "type": "image"}, {"id": 7260521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2db62752-0392-45c7-acac-2c28eb9c46ce/width=450/7260521.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UGEB{X0zv#og~pxZ0fW=-;-U4:W=?aIpaJNH", "type": "image"}, {"id": 7260522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef816fb7-730b-4fd0-aef3-a6c872ab4918/width=450/7260522.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UCECF5MJ=yWV_N0057~VKQNG0Lxubb%MVrs.", "type": "image"}, {"id": 7260523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0f41d71-5b3c-4c94-b0c1-c94131585a6d/width=450/7260523.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UHEnw^t6=w-U~WS45RWYtSR-9uEMJD%1niWB", "type": "image"}, {"id": 7260525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cb5eabd-e69e-4536-80fe-e5c8df3d7169/width=450/7260525.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "URDJ9bxa%2r=_NkCNbjZ%#bvS3aKb^tQoLn$", "type": "image"}, {"id": 7260528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8700bcd9-e2e2-4341-8a81-efd0169ab269/width=450/7260528.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "U6Eo3.00XmJ7_NE1E1QmCR|?0LE1%2?GDi0g", "type": "image"}, {"id": 7260529, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44897626-d488-43f9-8fb9-14db9bc48c63/width=450/7260529.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULEC:]vh?cnO*0H?58t6TzT09vVtQ,tkVXnj", "type": "image"}, {"id": 7260534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33edd9ec-c06c-4204-ae48-4d261c29d1d7/width=450/7260534.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UYD,1OMxIU%M_Ni^MxX9yYnNV?I=pJRPxDNG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/367345", "modelId": 327763} \ No newline at end of file diff --git a/datasets/metadata/367577.json b/datasets/metadata/367577.json new file mode 100644 index 0000000000000000000000000000000000000000..92da502d926cd312040f58148d3d97c5d0c5127f --- /dev/null +++ b/datasets/metadata/367577.json @@ -0,0 +1 @@ +{"id": 367577, "index": 0, "name": "Cloudy Weather v1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-02-29T18:24:47.351Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 170, "ratingCount": 5, "rating": 5, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 294044, "sizeKB": 11824.298828125, "name": "367577_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-29T17:36:23.850Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "004DFBD9", "AutoV2": "50FE612195", "SHA256": "50FE612195B7DDE411CAB0B75B74031C0012244F14C8B1B1D4314FB00A02A530", "CRC32": "94FE0979", "BLAKE3": "5CD081875D8260BA2D934DBA3A4CC80CA5E7D55A86D60310C00540AC2C27A99B"}, "downloadUrl": "https://civitai.com/api/download/models/367577?type=Training%20Data"}, {"id": 294126, "sizeKB": 223100.33203125, "name": "Cloudy_Weather_v1-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-29T18:25:49.406Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D82D85FB", "AutoV2": "F1B0B27475", "SHA256": "F1B0B27475722782F21F30599187F680923A747C46722A5C9E39F6D066D1D8A7", "CRC32": "0523BA5D", "BLAKE3": "7D4B4F097856B1D80E9EBBAC030067719D5F75645E93A4111B91A3F6D2E05210", "AutoV3": "C5A81B6311ED"}, "downloadUrl": "https://civitai.com/api/download/models/367577", "primary": true}], "images": [{"id": 7268915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdb3f430-d079-4e6a-ae06-03b59d5fc26d/width=450/7268915.jpeg", "nsfwLevel": 1, "width": 1024, "height": 784, "hash": "UVGuj.E3R,-o_4NHR-W=S*Rij]j]IVxZt6of", "type": "image"}, {"id": 7268918, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48d3b641-dd84-4e28-918e-3afcde48a915/width=450/7268918.jpeg", "nsfwLevel": 1, "width": 784, "height": 1024, "hash": "UDBDHB0L9u~UESxCRiIpxYNKV@%LtkxaROoz", "type": "image"}, {"id": 7268788, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a755769-89e2-4da9-8806-2413deb405e7/width=450/7268788.jpeg", "nsfwLevel": 1, "width": 784, "height": 1024, "hash": "UDBDHB0L9u~UESxCRiIpxYNKV@%LtkxaROoz", "type": "image"}, {"id": 7268905, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39f3c7ba-3f8b-4461-a139-bff23ae20264/width=450/7268905.jpeg", "nsfwLevel": 1, "width": 1024, "height": 784, "hash": "UVGuj.E3R,-o_4NHR-W=S*Rij]j]IVxZt6of", "type": "image"}, {"id": 7269822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fe3aac0-fc77-4007-aa61-3807c197ce48/width=450/7269822.jpeg", "nsfwLevel": 1, "width": 1024, "height": 784, "hash": "UKI5Mn~BEUI]O_E4bcxV0eE2WBw[^js*xZog", "type": "image"}, {"id": 7270971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d45d71ec-a162-45b8-ade3-753f360cacb3/width=450/7270971.jpeg", "nsfwLevel": 1, "width": 1024, "height": 784, "hash": "USHyOa}+rWE3s=-nRONKWFjFM{axEQS6tRsk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/367577", "modelId": 327989} \ No newline at end of file diff --git a/datasets/metadata/367734.json b/datasets/metadata/367734.json new file mode 100644 index 0000000000000000000000000000000000000000..e47509005151b435618a5559c1ff92ba93efb4e6 --- /dev/null +++ b/datasets/metadata/367734.json @@ -0,0 +1 @@ +{"id": 367734, "index": 0, "name": "v4.0 Remake", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-29T19:35:52.620Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 569, "ratingCount": 26, "rating": 5, "thumbsUpCount": 57, "thumbsDownCount": 0}, "files": [{"id": 294190, "sizeKB": 22250.26953125, "name": "Nanase_Ren_Remake-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-29T19:35:44.849Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "40FFB261", "AutoV2": "9148B5658E", "SHA256": "9148B5658E38E4A69994BCD1DFB24468EA1ECB26C8962D1CF5FC348BEE776DB7", "CRC32": "86F3A587", "BLAKE3": "C7693CA9EBB5B8ABD99D4893AE2D02F831BB3B8B21070C2E0D7FED93F5EC5963", "AutoV3": "347D7908AB8D"}, "downloadUrl": "https://civitai.com/api/download/models/367734", "primary": true}, {"id": 294192, "sizeKB": 40805.2958984375, "name": "Nanase_Ren_Remake.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-29T19:35:47.256Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C24544EA", "AutoV2": "A70B3A534C", "SHA256": "A70B3A534CC792F16F0C148424CEE4618CAA18578FABD6B04A0CDD79F654AF8F", "CRC32": "B789077C", "BLAKE3": "B2E53397EA3F93EE88D1435B9E0F995DA72D4F60194BC5711F8E35E11D207410"}, "downloadUrl": "https://civitai.com/api/download/models/367734?type=Training%20Data"}], "images": [{"id": 7269873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5a4219d-b800-4dd4-80a1-b5c176c928cd/width=450/7269873.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UXP~4t%f.lWUu3xa?uRjnQWpV@NG$+bbaes:", "type": "image"}, {"id": 7269874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84ef0fa7-01bc-4776-aaae-cec2ef8d59db/width=450/7269874.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UXP~4t%f.lWUu3xa?uRjnQWpV@NG$+bbaes:", "type": "image"}, {"id": 7273913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78d80ee5-3318-4174-b7a5-1355493bd94b/width=450/7273913.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UUO{8g_3?]t7k=bI-;R+D*V@xtof-pXRMynj", "type": "image"}, {"id": 13156166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbb8baeb-3d3c-4a32-8fa4-04d07c18cdd1/width=450/13156166.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDN9qW}]3CDj0V=_AuNF02%KIm9[~Ct5DiEM", "type": "image"}, {"id": 13157633, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e481a06-8310-4776-ad0f-c427e965417d/width=450/13157633.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTMQ9Z_NTdV[%No#g3Mx59xt-pWT%MR*RQad", "type": "image"}, {"id": 13157636, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f1560c4-cc45-452c-b4f6-35b8f952bfda/width=450/13157636.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USOCjb_NcZtRJ;xv.7SgOatQ-;kV?HS0rsa_", "type": "image"}, {"id": 13157656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec38d306-d065-4827-9277-19450415d75b/width=450/13157656.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDN9qW}]3CDj0V=_AuNF02%KIm9[~Ct5DiEM", "type": "image"}, {"id": 13158054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4e53028-b703-4eb0-8259-22d0e31697e1/width=450/13158054.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaLzpx~BTLR+XonN%go}OYo#smxtxGS$M{M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/367734", "modelId": 40917} \ No newline at end of file diff --git a/datasets/metadata/367882.json b/datasets/metadata/367882.json new file mode 100644 index 0000000000000000000000000000000000000000..baf3b6c4c0e29545c21fd69d894573e8280302a4 --- /dev/null +++ b/datasets/metadata/367882.json @@ -0,0 +1 @@ +{"id": 367882, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-29T21:34:29.359Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 286, "ratingCount": 28, "rating": 5, "thumbsUpCount": 46, "thumbsDownCount": 0}, "files": [{"id": 294320, "sizeKB": 22252.88671875, "name": "Makoto_Karino_Remake-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-29T21:35:48.019Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C7817C85", "AutoV2": "F02A6AB7BC", "SHA256": "F02A6AB7BCF4DEAD49B82CED43C99F103CDF4ECE551ED7ABCEB3F67A48EFA314", "CRC32": "EF283899", "BLAKE3": "1CA413E7077CD126407B49D349608299884725542A935625F22E31E6901DB532", "AutoV3": "0AAEDEA4345B"}, "downloadUrl": "https://civitai.com/api/download/models/367882", "primary": true}, {"id": 294321, "sizeKB": 42038.2509765625, "name": "Makoto_Karino_Remake.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-29T21:35:48.761Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EC43B6CE", "AutoV2": "D7AC4F8CE1", "SHA256": "D7AC4F8CE19BB62F8FB1695C39829ED9282A4287CABAA322D295CC98EB40510C", "CRC32": "7ACE373F", "BLAKE3": "706281EDDC413819F9AE8F9B8AAD6BE2BEE370D6D17E40039BD4B3B37D55C6BF"}, "downloadUrl": "https://civitai.com/api/download/models/367882?type=Training%20Data"}], "images": [{"id": 7274291, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9149f1ba-4ce9-49ce-a1f0-41f9dedf357c/width=450/7274291.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UUOfGq-o*JtS#7jb%zRkyXt7%LWBx^WBtRWC", "type": "image"}, {"id": 7274289, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2aaba916-1f41-4bb7-8105-70a6c5081688/width=450/7274289.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVOfGq-o*0tR#7jb%zRku4t7%LWBx^WBtRWC", "type": "image"}, {"id": 7274583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c97f2bd-7fda-4709-ac23-5552fddf60f4/width=450/7274583.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URN0G6_NTK~W^k-;px%MMxWAkBsS?vRiM{R*", "type": "image"}, {"id": 7274779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/deae877b-4701-4e47-bc94-9d858c9a0691/width=450/7274779.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URN0G8~Vt,xuh}ae%gNG?vbItRNG?vkCtlRj", "type": "image"}, {"id": 13071316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20b40c08-b102-4ef5-ad9b-db41a7979ff5/width=450/13071316.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U9Nl=Q00.RT{]o00?b?c-5L~OWM~?w-qvg-:", "type": "image"}, {"id": 13073059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16f85b33-3276-434e-88af-cdb230ac5f8f/width=450/13073059.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOL:$U~p%}J:n4%h.8xu9FVsIpM_TJW.ITaK", "type": "image"}, {"id": 13073714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a733821e-17f8-4e4f-828b-c0d16214514c/width=450/13073714.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDLg3A00E_xZ^,00ysInHX={tlNbGbspDi%z", "type": "image"}, {"id": 13074558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/550d622d-f65b-4c69-b21b-7f2510564b03/width=450/13074558.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEMGYX005Pvfn54-.mD*00xuJ6^+EMOsR5M|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/367882", "modelId": 328274} \ No newline at end of file diff --git a/datasets/metadata/367999.json b/datasets/metadata/367999.json new file mode 100644 index 0000000000000000000000000000000000000000..c347a4d75eb7586514c27b48dfbf73e33b92a5f6 --- /dev/null +++ b/datasets/metadata/367999.json @@ -0,0 +1 @@ +{"id": 367999, "index": 0, "name": "Vitaly", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-01T00:40:44.289Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 73, "ratingCount": 9, "rating": 5, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 294468, "sizeKB": 49601.71484375, "name": "367999_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-01T00:01:07.888Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EF32D040", "AutoV2": "5E7FC03782", "SHA256": "5E7FC037822A90F49A6F3DF093D6B690CB5B5A33E27998289B3B5637192F1230", "CRC32": "E071BE76", "BLAKE3": "C46E43EF273A5AAF2F9E8F6977C106268D18296CBF49699CD57E4905C50A943B"}, "downloadUrl": "https://civitai.com/api/download/models/367999?type=Training%20Data"}, {"id": 294510, "sizeKB": 36981.2734375, "name": "Vitaly.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-01T00:40:57.890Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8810200F", "AutoV2": "F83A6DBE8C", "SHA256": "F83A6DBE8CE94EA49A7669D75741F047A15A89299DD212A0E34C66F3E44BFC48", "CRC32": "2E40E485", "BLAKE3": "B0FF542B2522FF2B47263473DBABB7A016BF4E1D4EDA6D9176FBDC48F73CC0FA", "AutoV3": "7693C02E1D3B"}, "downloadUrl": "https://civitai.com/api/download/models/367999", "primary": true}], "images": [{"id": 7281855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a102e106-f1b8-4c5b-a83d-c0292e2a796d/width=450/7281855.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHBo?Y~Wx]JV-pb_pIo}XTOGXTxu?H?G$*n+", "type": "image"}, {"id": 7281856, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c82c7f8-f8e6-409a-970b-feef63b350c7/width=450/7281856.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UKELst00-:.9~VIpWU%g-lbexuW9ngxukXNG", "type": "image"}, {"id": 7281857, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/476d01fc-7d67-4db9-9e5a-47b720a638de/width=450/7281857.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U7Aci100-=#*~XDht-MdxbZ~yEDiyEIAXTV@", "type": "image"}, {"id": 7281858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3a6211e-6209-4941-8cff-4f6aa26f72c6/width=450/7281858.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UFC?4QZ#$c-p~qVXIox]?vR5-nX9F3M_IpI@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/367999", "modelId": 328387} \ No newline at end of file diff --git a/datasets/metadata/368015.json b/datasets/metadata/368015.json new file mode 100644 index 0000000000000000000000000000000000000000..f7a6bfaccfd0d8f35c3b5ee839d5c3aba7482155 --- /dev/null +++ b/datasets/metadata/368015.json @@ -0,0 +1 @@ +{"id": 368015, "index": 0, "name": "v2.0 Remake", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-02-29T23:35:09.672Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 394, "ratingCount": 23, "rating": 5, "thumbsUpCount": 40, "thumbsDownCount": 0}, "files": [{"id": 294445, "sizeKB": 36480.662109375, "name": "Remi_Shinjou_Remake.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-29T23:35:52.401Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E2A772B1", "AutoV2": "D40274A8CB", "SHA256": "D40274A8CB08DED9599E2A4E65BA849C3FDDCC33B7B51CDE36A846914336EEDC", "CRC32": "64A7EA0B", "BLAKE3": "68C48DAA7AA6B99B339147D3D230E6272092568C57810479AA09CCDAC1074BA8"}, "downloadUrl": "https://civitai.com/api/download/models/368015?type=Training%20Data"}, {"id": 294444, "sizeKB": 22254.53515625, "name": "Remi_Shinjou_Remake-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-29T23:36:23.066Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9ECF4C6A", "AutoV2": "F7397E94A4", "SHA256": "F7397E94A4A252D406D2BE3EA5AE2E633E7DC82BA488AA9FC9A8F6B5F8DD5ECF", "CRC32": "355C5AF1", "BLAKE3": "145D3171AB7A860182DA7F18F49786109B6BE18FDE7C359AD03A7AEA51E434D9", "AutoV3": "A1CCA1C3A9F3"}, "downloadUrl": "https://civitai.com/api/download/models/368015", "primary": true}], "images": [{"id": 7278738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fec038fa-d63d-4513-85df-9080ff8b16be/width=450/7278738.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UhQ8;}_MXTt7NExttks:ohofRjoyxbW;off6", "type": "image"}, {"id": 7278740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1be6739-789e-4ebe-977f-e552dcdd4733/width=450/7278740.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UhQ8;}_MXTt7NExttks:ohofRjoyxbW;off6", "type": "image"}, {"id": 7279053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d866ad02-f62b-463a-9820-7e3550833649/width=450/7279053.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "ULMs[-ysBqbwB7akR;XTE1wN^7xbyrI@Vvs;", "type": "image"}, {"id": 7279178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ed76335-cfc5-43c2-b36d-42db4ad6d948/width=450/7279178.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMM?e-4T10S4_M4nxvWA56V@xaR+%LI:Rjni", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/368015", "modelId": 140470} \ No newline at end of file diff --git a/datasets/metadata/368468.json b/datasets/metadata/368468.json new file mode 100644 index 0000000000000000000000000000000000000000..0f73909f867ed1082c459e3e8e205bed1c6695cd --- /dev/null +++ b/datasets/metadata/368468.json @@ -0,0 +1 @@ +{"id": 368468, "index": 0, "name": "v2.0 1 Year", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-01T07:40:44.469Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 162, "ratingCount": 15, "rating": 5, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 294837, "sizeKB": 22247.78515625, "name": "Kisaku-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-01T07:35:46.941Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FD945597", "AutoV2": "85E8A3BDDE", "SHA256": "85E8A3BDDE4C978B716B8AE0C75C5CC34198422ACF1F19EEC9819E213ACD40CF", "CRC32": "B3A52D94", "BLAKE3": "6AD271C1FE804759CE4CA8BB5C79FD940F25934F2741C490174B90005404A077", "AutoV3": "2B364754D0C2"}, "downloadUrl": "https://civitai.com/api/download/models/368468", "primary": true}, {"id": 294838, "sizeKB": 47305.0712890625, "name": "Kisaku_V2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-01T07:35:46.008Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4FBA8B14", "AutoV2": "08B898DA7A", "SHA256": "08B898DA7A50D1313F2866FCE88D9ABDFD1897E8D6A35ADEBD78D44F5894F896", "CRC32": "0564C6F8", "BLAKE3": "D0BA288E0E8A5654BDE624068A80CFFB7781C134B0BA1C337A0D3EDDE40F2150"}, "downloadUrl": "https://civitai.com/api/download/models/368468?type=Training%20Data"}], "images": [{"id": 7292501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efac0d74-c7e4-4ecc-bf35-685fc24a690d/width=450/7292501.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCL|Mp014T9u8}9a~X9wpI-p=WV[~SxZ-:n$", "type": "image"}, {"id": 7292502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/017aa2e1-ce48-4504-bd9f-c60605eeaac8/width=450/7292502.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDL|Mp014mE28}9a~WE5pI-p=WV[^$xZ-:n$", "type": "image"}, {"id": 7292867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d68551e-c5fd-42d0-80c9-b7a9e3717e2a/width=450/7292867.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIJQ+M~900D$D=V?NhE95DRm$zRisk$|%0W9", "type": "image"}, {"id": 7292868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15218412-b56d-4eef-a774-5e8b72952e2b/width=450/7292868.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULI;bL#+D,rV}@Ip-nxaE9W=?FV^xt$y%1i^", "type": "image"}, {"id": 7326652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aceb9a29-f850-4971-b21c-869bb8c9cd5d/width=450/7326652.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJG8ft-:DO-:}=%1IVIUROt6%NIVtnIp%0%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/368468", "modelId": 39162} \ No newline at end of file diff --git a/datasets/metadata/368529.json b/datasets/metadata/368529.json new file mode 100644 index 0000000000000000000000000000000000000000..b055231937333c4f548f50ef352aea4012e0ff68 --- /dev/null +++ b/datasets/metadata/368529.json @@ -0,0 +1 @@ +{"id": 368529, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-01T08:44:28.975Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 354, "ratingCount": 31, "rating": 5, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 294890, "sizeKB": 55414.21875, "name": "fully_fashionned_stockings_nylons-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-01T08:35:45.471Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "ABFE0A1C", "AutoV2": "C83825A138", "SHA256": "C83825A13845342F88ABC2ACA59F57BE5CF4D4EB6CDA4A4F4CABDCC4F781A29B", "CRC32": "6AEC9D8C", "BLAKE3": "7552DE2A10A2878612DD13A9E6B8A60985F113041E713780A7EAD06BC94EDFB8", "AutoV3": "78ABB79EA14F"}, "downloadUrl": "https://civitai.com/api/download/models/368529", "primary": true}, {"id": 294889, "sizeKB": 14528.9033203125, "name": "fully_fashionned_stockings_nylons.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-01T08:35:44.784Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A433BA64", "AutoV2": "341E9BA962", "SHA256": "341E9BA962A83A325F36A6479317BE63C3AB59F0103AB06FDBE0B572BD25CFFC", "CRC32": "A522C5A3", "BLAKE3": "73E666EE9F3FF9A1182340FC673C71C54E24B1659A1EC4E908F4E3073ECA06F3"}, "downloadUrl": "https://civitai.com/api/download/models/368529?type=Training%20Data"}], "images": [{"id": 7294457, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3916aa53-eb5c-4728-9ee9-f944487dbd85/width=450/7294457.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UbK18ut7.St7_NWV%gxuXTNGs:of-psme.WV", "type": "image"}, {"id": 7294459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea0aa9b5-d7c6-4ab8-81eb-0e8e2ea03fdb/width=450/7294459.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UbK18ut7.St7_NWV%gxuXTNGs:of-psme.WV", "type": "image"}, {"id": 7294479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e79c1c9-1756-4d9b-a8fb-7ac88cc1e78d/width=450/7294479.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U9KB2TVq00_3PXR,0LIU}+x[Q,RPK,R*D%tS", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/368529", "modelId": 328868} \ No newline at end of file diff --git a/datasets/metadata/368568.json b/datasets/metadata/368568.json new file mode 100644 index 0000000000000000000000000000000000000000..1d141f25cc9a535b9883fa1e77f08828e7ef3cee --- /dev/null +++ b/datasets/metadata/368568.json @@ -0,0 +1 @@ +{"id": 368568, "index": 0, "name": "CharlotteXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-01T20:26:29.517Z", "availability": "Public", "nsfwLevel": 3, "description": "version 1
", "trainedWords": ["CharlotteXL"], "stats": {"downloadCount": 96, "ratingCount": 6, "rating": 5, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 294923, "sizeKB": 13948.2666015625, "name": "368568_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-01T09:20:50.062Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1F150DBD", "AutoV2": "7F8E4F137D", "SHA256": "7F8E4F137DF4EB9297E3F86F4AD9FDD35F9EF3BA0DEF04A1B34FD5C95F9681D3", "CRC32": "00949F53", "BLAKE3": "6CC2B20DECDAF7674581FA0DBF5794B06E94648CB78FD4B218D68FC0B66E1A7B"}, "downloadUrl": "https://civitai.com/api/download/models/368568?type=Training%20Data"}, {"id": 295533, "sizeKB": 223098.88671875, "name": "CharlotteXL-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-01T20:00:51.902Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "53535CB9", "AutoV2": "094F61DAD5", "SHA256": "094F61DAD5F76776245945225477BF654566867ADA0006FC4486180468AE058D", "CRC32": "757DBB7F", "BLAKE3": "4693F96B062FD13FCB9B4CC487181F712844E13CE4A203024B4083D56D740DA5", "AutoV3": "23A580622A17"}, "downloadUrl": "https://civitai.com/api/download/models/368568", "primary": true}], "images": [{"id": 7372856, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e66c8ab-9605-4cb4-b4c2-5f8f797e841c/width=450/7372856.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U59ZM|^j020L0MRkt6xZEMNG}@={57Ip-o-o", "type": "image"}, {"id": 7319031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1820ff74-30ba-4604-931d-c25ba26704c1/width=450/7319031.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UJELEE~B0z0fJ9off5WA57E2xZs;E2WBxaxt", "type": "image"}, {"id": 7372869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f67c78db-8ba1-4696-9fe2-24e3b82de8af/width=450/7372869.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U48p.Yz,BE}=x]]}-4-otUwE-A-oGdVp=|JC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/368568", "modelId": 328903} \ No newline at end of file diff --git a/datasets/metadata/368607.json b/datasets/metadata/368607.json new file mode 100644 index 0000000000000000000000000000000000000000..0c9a57903206d9ac9ee1e0594bbcbd53aec78062 --- /dev/null +++ b/datasets/metadata/368607.json @@ -0,0 +1 @@ +{"id": 368607, "index": 0, "name": "Cute faces", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-02T04:50:42.974Z", "availability": "Public", "nsfwLevel": 7, "description": "cute girls with cute faces.
", "trainedWords": ["cute face", "cute faces,", "sweet face,", "cute", "face", "girl face", "cute girl face", "girl,", "woman", "underwear", "solo", "breasts", "looking at viewer", "lips", "freckles", "upper body", "female"], "stats": {"downloadCount": 302, "ratingCount": 6, "rating": 5, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 294965, "sizeKB": 1114.361328125, "name": "368607_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-01T10:12:27.722Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "BC1352488F", "SHA256": "BC1352488F65405D7B53CEC35E5F1B40FD1DBC4DFF47EE2677AA8F7FFC519560", "CRC32": "21C3DC56", "BLAKE3": "864443545A92FB953B682F8D1F72091147FCF85CA597E547DC03A7AB638F3E63"}, "downloadUrl": "https://civitai.com/api/download/models/368607?type=Training%20Data"}, {"id": 295866, "sizeKB": 36977.28125, "name": "Cute_faces.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-02T04:35:52.705Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "10A4D612", "AutoV2": "EAFCADD3BA", "SHA256": "EAFCADD3BA4A9ED21AA49E85E265C863DB7D9B3C90C7CA6C61C1F7C024074364", "CRC32": "0F0C4CAA", "BLAKE3": "E126537F4CF60A11E1E586931215584C248FF64D7FC5D50932F1FF03CC11348D", "AutoV3": "9D48BD5B31DA"}, "downloadUrl": "https://civitai.com/api/download/models/368607", "primary": true}], "images": [{"id": 7332553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61d52e1a-2946-4fc7-99de-0660ae432d44/width=450/7332553.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UMF}p1^j0KV[w[R*E2WCNuE2E2xa~Vof9ZV@", "type": "image"}, {"id": 7332552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8657abe-1c09-4736-a034-9810f4814f49/width=450/7332552.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UKFhVE~V4:V[%LIp0fM{9uIVRjkCt7jYni%2", "type": "image"}, {"id": 7332555, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab4f5c72-e3bd-4c38-914f-41b9da46eabb/width=450/7332555.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UMGRC,%2D*WB~VS29tt7NaxGaL%2TIxaD*s:", "type": "image"}, {"id": 7332551, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bbc91f7-e95a-44c6-9bcc-94ba573a21f0/width=450/7332551.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDHUFC01VX~V9F^j0M?FS{MyX99u?bI?4oo}", "type": "image"}, {"id": 7332554, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26d00154-6950-4129-ad1b-963af1ab55bf/width=450/7332554.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UVGQ^Es:9a%1-n$*Ips.R%ayNHof~BWBE2bH", "type": "image"}, {"id": 7332557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2294a187-f4df-4350-b388-0e2c0c347d40/width=450/7332557.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UHF5BX~BM_I=0eR*I:M{0LE2xaxa~W%1nhfP", "type": "image"}, {"id": 7332558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91c9af85-7c40-4c3f-855f-baadc7c61e39/width=450/7332558.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UKGaqL0M9Z-onNEMt7-o%0NGofRj~VIoIVxu", "type": "image"}, {"id": 7332559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/badc2707-5831-4fae-8eb7-ebca1720325a/width=450/7332559.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U9Gt{I4:00-oD%~B02slFy9a4:Ne.8xu8{M{", "type": "image"}, {"id": 7332560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a969b3e1-7526-4be3-9bf9-18c04ff296c2/width=450/7332560.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8H1-_00==8_00xt?vw]01~p4o%L_3-;4Ttm", "type": "image"}, {"id": 7332561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67a2806b-2b07-425a-a289-9c16d650c86b/width=450/7332561.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UOG8G,~B9ZNG4.NGx[bHNea{R*%1-:xaE1IV", "type": "image"}, {"id": 7332563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44a3bdbc-a7ff-4d38-aa7a-242861709dcc/width=450/7332563.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UGHK;8-;000LaJ56%M%2ozNHsoxZ~pS4Djt7", "type": "image"}, {"id": 7332564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81be6e54-0d16-42ef-8e30-17427bb66ed3/width=450/7332564.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U9G8TK_N0JRO00=w5R9a00E2-:XT_NI=,n=w", "type": "image"}, {"id": 7332562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b1d50fc-7d97-49ee-8109-31feac62f6d2/width=450/7332562.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UGFEv1NGD*s:-ooJ0gt6NFWVD*WW~Wjt9Zay", "type": "image"}, {"id": 7332566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/585dfaae-5e77-4c92-9113-bc01c115d4c0/width=450/7332566.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UGGkg:0L00~B^islE1-:%#$$MxE2_2t74oSh", "type": "image"}, {"id": 7332565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb5fe70c-4cc1-4f3e-b8fd-d3d992352ff2/width=450/7332565.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UFEB$]R,E04:~BRkozEM57oL%2xa%Mxt9aae", "type": "image"}, {"id": 7332567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebf4fd63-0242-4b81-bd2c-e012dff70993/width=450/7332567.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UKF5NxRjR$-:~URko|t7S1%2?Hay%gWBRjoz", "type": "image"}, {"id": 7332569, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/184b3d1f-a58d-41b9-ac5f-e367b99f3cca/width=450/7332569.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UIE.FS?GS1EL~UM|Sht6?aNIxaxa?axtRkM{", "type": "image"}, {"id": 7332568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3592c55-3fa1-4181-ae84-1f7da41875d5/width=450/7332568.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UBD[-1^+5l5RX257WUah0L4:~V%M~VM|V@IV", "type": "image"}, {"id": 7332571, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0f54d14-8ec8-4674-adc2-ce2b9eee6597/width=450/7332571.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UHD+G7NGD%NHNHn%EMxaR+NIM|NG~WaeRPR+", "type": "image"}, {"id": 7332570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68149ad0-4810-4ba1-a353-e6191975db0f/width=450/7332570.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UEDurV0L0K~V~U9aNG%LW9E2-:WB?HIVs,xa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/368607", "modelId": 328938} \ No newline at end of file diff --git a/datasets/metadata/369029.json b/datasets/metadata/369029.json new file mode 100644 index 0000000000000000000000000000000000000000..a2a1150cba6b4d4ef8b230db04b8f02cb38ddfc6 --- /dev/null +++ b/datasets/metadata/369029.json @@ -0,0 +1 @@ +{"id": 369029, "index": 2, "name": "SM_cosplay_sd1.5_v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2024-03-01T16:16:10.121Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["LSM", "a man in a sailor costume", "Sailor senshi", "Serafuku", "a man dressed in a sailor costume", "a group of people dressed in anime costumes", "a man in a sailor costume poses for a picture"], "stats": {"downloadCount": 52, "ratingCount": 3, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 295299, "sizeKB": 3366.94140625, "name": "SM_outfits_imageset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-01T16:20:57.457Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7770D967", "AutoV2": "B1DED71F7C", "SHA256": "B1DED71F7C7C7CC16A8D5008A4C54EE2856222FA238B0B15B48285F4658528EA", "CRC32": "03FD4368", "BLAKE3": "4508105A2FA7397BFDE9A781C47EB082945B1178FA033201F373B1988B2F2A12"}, "downloadUrl": "https://civitai.com/api/download/models/369029", "primary": true}, {"id": 287568, "sizeKB": 163462.3623046875, "name": "blessed2_fp16.pt", "type": "VAE", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-02-25T12:36:15.063Z", "metadata": {"format": "PickleTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CD3BB82A", "AutoV2": "785E6ED87C", "SHA256": "785E6ED87C70A77350FAA7C15722B5B98B8C6C16355DB8870222257EE38CEAE3", "CRC32": "125456A1", "BLAKE3": "8A997BF83DC351F4871005DDF5FAD2FB9ED70DBFB4342977F9BEF28CD7092847"}, "downloadUrl": "https://civitai.com/api/download/models/369029?type=VAE&format=PickleTensor"}], "images": [{"id": 7310266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/438f2db7-3ab1-410b-881c-dd7cc95ab345/width=450/7310266.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEHBoex^1+n-HsR6X9Jo00JokXoblV$yw[t8", "type": "image"}, {"id": 7310290, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f874acb1-cd4e-46ab-8deb-1e8d5359bf0e/width=450/7310290.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8IOCP006=x@OO={n;o~=S9zt:v{.TyX8^rW", "type": "image"}, {"id": 7310294, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/451479c7-7ff0-4201-8482-44a613b9521c/width=450/7310294.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UQH.Qn%g%gxHI9~qxvRi?axZ?Ho}Na%2V?M|", "type": "image"}, {"id": 7310293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60eb474a-f5dd-4759-a26e-49be095a0dea/width=450/7310293.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOLV{~@]+H}?0Jt,F{JP8_MdwIk?F3R%kWIU", "type": "image"}, {"id": 7310296, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1132783b-5098-43b0-8329-d2737d6b00f5/width=450/7310296.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UXJ*uBxa.ltR}[ae$jofrWR%t8Rkt,RPR%R*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/369029", "modelId": 329315} \ No newline at end of file diff --git a/datasets/metadata/369366.json b/datasets/metadata/369366.json new file mode 100644 index 0000000000000000000000000000000000000000..a207f1d459f070ec2a35940190bd70bfaa6452f6 --- /dev/null +++ b/datasets/metadata/369366.json @@ -0,0 +1 @@ +{"id": 369366, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-01T21:59:23.657Z", "availability": "Public", "nsfwLevel": 1, "description": "Epoch 18 out of 44. Recommended weight at 0.85.
", "trainedWords": ["shot in the point of view from the back of a "], "stats": {"downloadCount": 397, "ratingCount": 33, "rating": 4.97, "thumbsUpCount": 70, "thumbsDownCount": 0}, "files": [{"id": 295592, "sizeKB": 111762.71484375, "name": "HeadPOV_from_behind_vk1-000018.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-01T21:15:47.826Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9585E174", "AutoV2": "D325A3F613", "SHA256": "D325A3F6138BD5F002F34A53C5E4CA45DAE08D2F651B27406DED4F0380CAC6EB", "CRC32": "4E4FB3D1", "BLAKE3": "310AF9723D2133A7CEFD3301502338B5CD5A8120DC0CFAE79D63CF3FE5149073", "AutoV3": "052B386775E7"}, "downloadUrl": "https://civitai.com/api/download/models/369366", "primary": true}, {"id": 295647, "sizeKB": 85300.2138671875, "name": "Images and wildcard animals.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-01T23:20:43.262Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D29D45C4", "AutoV2": "3D1A154B84", "SHA256": "3D1A154B84BDA802C2102C8585783120C1C5942ECDFE1F8536DFDF99B2F1A8E3", "CRC32": "BDA099C0", "BLAKE3": "2B1662140D698E51A26BB26D8E07B0357C4E7DF8FC3166D056E88981FCA12992"}, "downloadUrl": "https://civitai.com/api/download/models/369366?type=Training%20Data"}], "images": [{"id": 7321160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11111f7d-2285-494e-b444-a4df251e4df2/width=450/7321160.jpeg", "nsfwLevel": 1, "width": 832, "height": 1248, "hash": "UGC%8J%LEKNdGwxuxCSO8_Rkt8oM8^M|V@oJ", "type": "image"}, {"id": 7321347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ddb0cbc-45e2-4719-8622-53981647f1dd/width=450/7321347.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UpLDuoRktQs.~qWWjba#tnRja$WCR+oIjrs:", "type": "image"}, {"id": 7321373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e075ab74-b86c-42f9-891d-06d66bca511f/width=450/7321373.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "U6B|TXYKuer?*G-pDkWUI;V_DQtR%{%Kx@Ip", "type": "image"}, {"id": 7321355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/645231c5-48b9-41be-940e-201ed2643199/width=450/7321355.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UIFq,aM|01oI_Ma$01xZK*RkivS2^6jFROjb", "type": "image"}, {"id": 7321349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c94746c6-e494-429f-83af-2be28e88fd79/width=450/7321349.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UYF$#3tRNHt8.TRjV@oJWCIUM{t6ngIUNGju", "type": "image"}, {"id": 7321424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b827ca0-5db3-4171-8155-fa9e3a66ae1e/width=450/7321424.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDDb{E?H56IU?^g48^M{xaV?DiIU?HxZbvoL", "type": "image"}, {"id": 7321436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c45f7bf7-2ecb-4c96-9cbf-ca5f65d2b06e/width=450/7321436.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UQD,cTtQIoV@.Tj]nPRjsFj]W.aeofjbW.WB", "type": "image"}, {"id": 7321593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/977ab0fd-7736-40d5-ae59-7b8c6896baa5/width=450/7321593.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UIIg$9%~ysX3C7=?JBNZF=9Yn4NHKMNE=xIB", "type": "image"}, {"id": 7321441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5b6a8a9-4ba6-435e-b807-dbbbbd93e80d/width=450/7321441.jpeg", "nsfwLevel": 1, "width": 832, "height": 1248, "hash": "UFBgPD%NNFSv?[jsoejZNLRjt7V[sZjcxuj[", "type": "image"}, {"id": 7321482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e79be24-b7fb-478b-bc42-f512269b5acb/width=450/7321482.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U8J7jl^%~Ur=_2M{NHxuH;jsE3IpMcIpaeof", "type": "image"}, {"id": 7321772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd86142e-ac5a-45a1-9a16-25b9b470e568/width=450/7321772.jpeg", "nsfwLevel": 1, "width": 832, "height": 1248, "hash": "U6FOoh~otg0L?jE0NF?a.1%1MyS4k-axr^IU", "type": "image"}, {"id": 7321484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/680f2a2b-293a-43c6-af58-ef9c9734543f/width=450/7321484.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "USDAJXV@NstR?wS0adt8xcjuRRkCkWWDt7oy", "type": "image"}, {"id": 7321481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5441ad62-0788-41b0-b533-e6a1b4eb803c/width=450/7321481.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U8CQMS4.9?^+*J-VIBoN4=Me-VSh9H%f%ME1", "type": "image"}, {"id": 7321485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ef7972d-b860-4ffc-94a9-0acf7932c9d1/width=450/7321485.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UWDc{#oNE0a}?woMMxayfAfkWnays.j[Wqju", "type": "image"}, {"id": 7321486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/590f0bd8-0468-4b60-87cd-7d806f3c27fd/width=450/7321486.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UHD,iR_4o}tRprNGaeWTDSkCoNxtnE?bx]WU", "type": "image"}, {"id": 7321489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/648aa46f-8277-4274-a184-6d459dff6205/width=450/7321489.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UCAU?Y56Dix^Ay?bs.Io}rVWNHRj;dIBR$xt", "type": "image"}, {"id": 7322056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cfd7ff0-19ed-4a84-a32d-e5fb0c1eef5a/width=450/7322056.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UQIY5jMySvkW_NpCM{xa-B$kR$S4?aR%E1oy", "type": "image"}, {"id": 7321490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/394a0704-e6a6-4e3e-ad26-dc5b25affca0/width=450/7321490.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UJHLoF0MNH?byZj[%1s:s9t6IV%29F-oD*NG", "type": "image"}, {"id": 7321567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57ebef40-a871-440c-91a8-ca6314f5841a/width=450/7321567.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UhL{#sI=%Mt7ugRmX9bb=~WBVssmtPjZNZkC", "type": "image"}, {"id": 7321631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c43c31d9-cf16-494a-a8ed-9675da801676/width=450/7321631.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UFHBk@IoZ}sCuf$z4.NLGXoyIUjY?FWVr?oz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/369366", "modelId": 329630} \ No newline at end of file diff --git a/datasets/metadata/369439.json b/datasets/metadata/369439.json new file mode 100644 index 0000000000000000000000000000000000000000..b462695d6aa5dd618318e3f783c82bc26f27acdd --- /dev/null +++ b/datasets/metadata/369439.json @@ -0,0 +1 @@ +{"id": 369439, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-02T00:32:47.467Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["drizzt_dnd"], "stats": {"downloadCount": 81, "ratingCount": 9, "rating": 5, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 295663, "sizeKB": 124984.41015625, "name": "Drizzt Do'Urden.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-02T00:15:53.377Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "32906500", "AutoV2": "DCFF12E308", "SHA256": "DCFF12E308F36199CEAFE8B89B65A6570F739D2252F8B5822B79F36D25DF0070", "CRC32": "6051859A", "BLAKE3": "07166C2EB7FE35380951C8D1212FD3E2100324B8931D06D4A314AD3A900C10BE", "AutoV3": "C5EF49C73A64"}, "downloadUrl": "https://civitai.com/api/download/models/369439", "primary": true}, {"id": 295682, "sizeKB": 5117.6435546875, "name": "training_resources.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-02T00:55:44.326Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2F9EE777", "AutoV2": "441947881A", "SHA256": "441947881ACDD3E92B79D04F3A17567E97FC9C780E28C750FDF29B06E1D85770", "CRC32": "B46F51A9", "BLAKE3": "8A3BA72AA5BD622383ED5DB372190C30F1AA0F73BC20211E3AE8E64FF5661C86"}, "downloadUrl": "https://civitai.com/api/download/models/369439?type=Training%20Data"}], "images": [{"id": 7326801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80f03f80-34c0-49bf-923a-1e5fb14236b3/width=450/7326801.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "UICGDQ?bozR+~p%MRkNGs,t6M{NGr?s:R%WB", "type": "image"}, {"id": 7326340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e56300e5-b465-41b1-a666-597d62ad6344/width=450/7326340.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UPE39oxv?Ejt_Nt7xYj=KQWBE2xZI]S5R%oL", "type": "image"}, {"id": 7326341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/425da340-5306-4261-be38-b732d62fb198/width=450/7326341.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UQD0Mzt5?Ft8_Nk8niogFys:IVaxEOe.M|WA", "type": "image"}, {"id": 7326346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a0ed2eb-a583-407b-99b7-acefc92dca95/width=450/7326346.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UQDI|II]#+xc%js:IpxbWHRkR*NGIUa#k8NG", "type": "image"}, {"id": 7326347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99d275d2-228f-47b5-9edf-f3d6d4187a04/width=450/7326347.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UZFF4^o|nMX8}@WrM{jF-UM~IWs-xTWYS5ox", "type": "image"}, {"id": 7326345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a2f4f4c-4910-4421-b049-082272548635/width=450/7326345.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UKF5v$~8#P^h^lE39Gi_X-0+4=br-gxutQ-i", "type": "image"}, {"id": 7326803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc899a80-efff-4133-86bf-3bf7e8fc26dd/width=450/7326803.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "UTC~^[RjWAxu~pR%Rjs;%MWVR*Rjt7WVofNF", "type": "image"}, {"id": 7326802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/174ba0ca-a5c4-43b9-bfdb-0bbf99873aec/width=450/7326802.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "UMCZFe%2WV%3~We.M{xu%1V[IoWnxZofNGRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/369439", "modelId": 329690} \ No newline at end of file diff --git a/datasets/metadata/369441.json b/datasets/metadata/369441.json new file mode 100644 index 0000000000000000000000000000000000000000..078727e4d734bec381e3001e5c4d584efc784986 --- /dev/null +++ b/datasets/metadata/369441.json @@ -0,0 +1 @@ +{"id": 369441, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-02T00:02:15.883Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 284, "ratingCount": 12, "rating": 5, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 295659, "sizeKB": 44492.322265625, "name": "Narumi_Jinguuji_Remake.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-02T00:01:03.536Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "85C38688", "AutoV2": "823F499616", "SHA256": "823F499616971C54561D0F4BCF21CC245F40078C9E06E6CCE995F5F14114EF5A", "CRC32": "649ED34E", "BLAKE3": "4431DAC730AF45768BC2CEFF2118995116CCAACCD0A4E7E65AA2626E6BC7B93D"}, "downloadUrl": "https://civitai.com/api/download/models/369441?type=Training%20Data"}, {"id": 295658, "sizeKB": 22252.01953125, "name": "Narumi_Jinguuji_Remake-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-02T00:01:09.170Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0B7C457C", "AutoV2": "023965F90A", "SHA256": "023965F90A620559A69462AA67A53F3D41F97F6B62A5DE8CD7F5665930D1AEC1", "CRC32": "44F7EB85", "BLAKE3": "6003CEF780AA4B2A09A243394D6AEC95CB4461248925A34183063225AB646DC2", "AutoV3": "ADA7F65B31D7"}, "downloadUrl": "https://civitai.com/api/download/models/369441", "primary": true}], "images": [{"id": 7325904, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6db0fdbf-d39c-4664-8d28-622a787d6b8f/width=450/7325904.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZL}BE~p.Sxu-iWCtSRj_4oexGNGODWB-VWB", "type": "image"}, {"id": 7325905, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d52b933-be48-46e4-bc31-e09fe7fea8a5/width=450/7325905.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaL}BE~p.9xu-jWCtSRj_4ofxGRjODWB-VWB", "type": "image"}, {"id": 7326205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51413202-b883-4e38-ab83-90c537c91a32/width=450/7326205.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UMH.KJ~qtl%#xr-;E29ZpJ%gRjt7%ht6s:xa", "type": "image"}, {"id": 7326357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/caf46881-bed2-4f54-85f4-38732d1bd5a7/width=450/7326357.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UpLDlZ~pT0tROW%2xaozE1n%s:V[-pbbRjjZ", "type": "image"}, {"id": 7326861, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cfdd40f-d455-4214-bfea-53b385d5e596/width=450/7326861.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UIK,~f~p0LRP5k9aRQE20fax-V$*?H%LVtoI", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/369441", "modelId": 142057} \ No newline at end of file diff --git a/datasets/metadata/369464.json b/datasets/metadata/369464.json new file mode 100644 index 0000000000000000000000000000000000000000..009fc4a3ca2bdea155cc6c005eccbd91d2ab2f06 --- /dev/null +++ b/datasets/metadata/369464.json @@ -0,0 +1 @@ +{"id": 369464, "index": 0, "name": "v1.1 pdxl", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-02T00:26:56.055Z", "availability": "Public", "nsfwLevel": 29, "description": "Experimenting with onetrainer and masked training. This version doesn't include any outfit.
", "trainedWords": ["gosia faux, white hair, blue eyes"], "stats": {"downloadCount": 86, "ratingCount": 8, "rating": 5, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 295667, "sizeKB": 44496.15234375, "name": "gosia-faux-pdxl-ot-005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-02T00:25:54.254Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A1EE968C", "AutoV2": "B399FF7D9A", "SHA256": "B399FF7D9AEC8E1E3210C563C719869591327F88D895A81C84047654501BE8AF", "CRC32": "2B7B61AB", "BLAKE3": "071EDEB4EEE36DE2F1D5A9EA614B51D8B0541ADA8C0D54F862BCFE4C7107A210", "AutoV3": "7310DA2CD2AF"}, "downloadUrl": "https://civitai.com/api/download/models/369464", "primary": true}, {"id": 295666, "sizeKB": 57970.17578125, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-02T00:25:55.556Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A77412AA", "AutoV2": "AC75BDDA4C", "SHA256": "AC75BDDA4CE32F158AAF39FAB4BFD46B2310716A7A291CDB4674F5F161B18120", "CRC32": "97BFAA1A", "BLAKE3": "B2B99092A716CD129F617DC89D7E3CA237176AE690B75CDF92B4BA75D7540735"}, "downloadUrl": "https://civitai.com/api/download/models/369464?type=Training%20Data"}], "images": [{"id": 7326488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9aaf1b6-4966-443f-b552-a1b352c0659c/width=450/7326488.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UGGb#Y4:yE?c?IIq9FE0~qM|s:WXT0t6n%o#", "type": "image"}, {"id": 7326492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cbd5d4e-5cc3-4328-bec9-d305524f48b8/width=450/7326492.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UEHd{f.7.QKPLN-:9uj]i^%2iben4o9aMdRP", "type": "image"}, {"id": 7326496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7f3579b-3847-4496-825f-de56f31608be/width=450/7326496.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "USHB-;^*ShWX~V-os.of?a%MWAoet6j@R*j[", "type": "image"}, {"id": 7326512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f22b1b1e-5ff7-47aa-98ff-e69ee5a14f81/width=450/7326512.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "UQH.4%9uSiae~pD*WUf6?bM|V@j[xsM{Rjof", "type": "image"}, {"id": 7326516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd6fa90b-e93b-4a87-a83a-0dcc83344824/width=450/7326516.jpeg", "nsfwLevel": 8, "width": 2048, "height": 2048, "hash": "U8FrFm00D%f,~q01xtM{D%bvD%M{of-p9Zxu", "type": "image"}, {"id": 7326529, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d6577a4-80ec-42c4-a5d3-334abba6a53e/width=450/7326529.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "U8GI7YIB56^*_ND*emV[004:E29Z00?GV?js", "type": "image"}, {"id": 7326550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcc16498-77bd-4d09-8b16-a66af34d69db/width=450/7326550.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "UOHL3q4:%0xu~VIVRis:-;M{R+RjRPxuM{kC", "type": "image"}, {"id": 7326551, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63f1da57-f680-481a-b712-dacdafa05490/width=450/7326551.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "UEGI7Y~W0e9aXmtR$$%1E1-ps;WVIURjIUs.", "type": "image"}, {"id": 7326565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6333a29-ac9a-42af-b528-e043dddd4c68/width=450/7326565.jpeg", "nsfwLevel": 8, "width": 2048, "height": 2048, "hash": "UDGbL}.8o|-;~q?G%2-;01%29GRQIUM{M{IU", "type": "image"}, {"id": 7326576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/244c5a13-e8a1-4eb3-9f9e-d05656e9fd94/width=450/7326576.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "UKHxQl%M01_2?^xaVrt6OYfRM{M|ofWVRjRj", "type": "image"}, {"id": 7326491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f339f9b2-353b-47a2-a494-d15cc819a3ca/width=450/7326491.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "UMH.B3NIk?-;wJR.IAM{~VNHV?ofIpNHofRk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/369464", "modelId": 319882} \ No newline at end of file diff --git a/datasets/metadata/369526.json b/datasets/metadata/369526.json new file mode 100644 index 0000000000000000000000000000000000000000..1d2524da2a4cfd7331057232eaa82c514b5fb5e3 --- /dev/null +++ b/datasets/metadata/369526.json @@ -0,0 +1 @@ +{"id": 369526, "index": 0, "name": "v2.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-02T01:35:34.782Z", "availability": "Public", "nsfwLevel": 1, "description": "Use with clip skip 2\nLora Strength:0.9\nTrigger word: suzuka nakamoto XL
", "trainedWords": ["suzuka nakamoto XL"], "stats": {"downloadCount": 241, "ratingCount": 8, "rating": 5, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 300139, "sizeKB": 13106.427734375, "name": "suzuka nakamoto XL.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-04T23:05:59.227Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DE8AA801", "AutoV2": "1170C66042", "SHA256": "1170C660423EF29B6331C163924F593AE256EC23F38A9F78D1840ED29A855882", "CRC32": "818BE9AF", "BLAKE3": "959CA86E5B03288519F0329A44353850ADD1F45255131089881349E8099F5E17"}, "downloadUrl": "https://civitai.com/api/download/models/369526?type=Training%20Data"}, {"id": 295707, "sizeKB": 176971.3203125, "name": "suzuka nakamoto XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-02T01:37:45.767Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C6E117A9", "AutoV2": "72A8D60605", "SHA256": "72A8D606058465857EA44375627FD9E5EF8E2F66B2A8931FE68158E9E08B2EDC", "CRC32": "3621292F", "BLAKE3": "55EADEEBDADD646D46B1F9269D0DE93EA9956CE81C0CC9290675272DA9A280F8", "AutoV3": "2D325FA1F50B"}, "downloadUrl": "https://civitai.com/api/download/models/369526", "primary": true}], "images": [{"id": 7328099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8dfec8de-2905-4a2e-9308-9910297699a1/width=450/7328099.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "U79Z$WrV010eTLRi$ysk0hIo}@?H^*j@56NG", "type": "image"}, {"id": 7328101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37064a02-3bb4-4a0d-bb18-9926e64a6b33/width=450/7328101.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "U7HKa_00Oq}@009Z-VXQ?c_2a0s;DiE2JVn,", "type": "image"}, {"id": 7328100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbaf4bb7-e554-4eaa-8234-7e268732e0f5/width=450/7328100.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UQCGGgt7IpbIIoWBofWB?wofxFs:nhj@R,WV", "type": "image"}, {"id": 7328106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7165f0f2-9827-4ba2-81c8-f4e102d94f92/width=450/7328106.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UFCPeU~WNFV?%0xa%M%2E1oLs:aeb_t7i_V@", "type": "image"}, {"id": 7328103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3287b2a-8736-4f2e-aec1-5da6fe7656fa/width=450/7328103.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UMD]3jj[-p-p~Vay%2oLNIRjxaIpozoLRjWC", "type": "image"}, {"id": 7328105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55a62c05-3a20-4e01-978b-447ceea2606a/width=450/7328105.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "U99?k0EL0M=|xDxaNGM{5rad}@S5J8t7$*f5", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/369526", "modelId": 218311}
\ No newline at end of file
diff --git a/datasets/metadata/369562.json b/datasets/metadata/369562.json
new file mode 100644
index 0000000000000000000000000000000000000000..c7a8bb0b1ff66262357d9368781a5aab4261486e
--- /dev/null
+++ b/datasets/metadata/369562.json
@@ -0,0 +1 @@
+{"id": 369562, "index": 0, "name": "Elf Object ( :) )", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-02T03:03:23.890Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 237, "ratingCount": 19, "rating": 5, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 295751, "sizeKB": 4943.458984375, "name": "369562_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-02T02:15:47.219Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EDE219CC", "AutoV2": "8F18ECE03F", "SHA256": "8F18ECE03FA93AF0C0939BCD93EE2DDCA5F4B7222F49267B994C4A41425055A4", "CRC32": "CD8843E6", "BLAKE3": "4A0A0482122F26303CA1F401B8AE6F2ADCCA5120A84F9ADD9B093F1D47C4AB26"}, "downloadUrl": "https://civitai.com/api/download/models/369562?type=Training%20Data"}, {"id": 295790, "sizeKB": 223100.62109375, "name": "Elf_Object___-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-02T02:55:49.191Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "49DB7F47", "AutoV2": "0F198266FF", "SHA256": "0F198266FF8A144FC112DF07DD39D355F3CB083F1DE4B174CD09065B0E3F3F99", "CRC32": "6E71B95B", "BLAKE3": "5075323297CBB5C45EFD958265D853651E8A6860AF3996839009DE5A343B8E36", "AutoV3": "B5BDD382AADF"}, "downloadUrl": "https://civitai.com/api/download/models/369562", "primary": true}], "images": [{"id": 7330545, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/225315dd-34f8-40fd-a005-25cafdfae2e1/width=450/7330545.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFF#?u%g0eV?AE%g-oD%0Kfh?HkW}[xtSi%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/369562", "modelId": 329792}
\ No newline at end of file
diff --git a/datasets/metadata/369864.json b/datasets/metadata/369864.json
new file mode 100644
index 0000000000000000000000000000000000000000..ba14d633090c22f0486ea1ca7163ea501418b190
--- /dev/null
+++ b/datasets/metadata/369864.json
@@ -0,0 +1 @@
+{"id": 369864, "index": 0, "name": "Blonde Hair (Girls)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-02T16:02:43.610Z", "availability": "Public", "nsfwLevel": 4, "description": "Womans with a cute face and blonde Hair.
", "trainedWords": ["female", "sexy", "blonde", "blonde hair", "blonde-hair", "blonde _hair", "realistic", "woman", "cute", "girls", "cute girl face"], "stats": {"downloadCount": 576, "ratingCount": 19, "rating": 4.79, "thumbsUpCount": 55, "thumbsDownCount": 1}, "files": [{"id": 295999, "sizeKB": 2852.48046875, "name": "369864_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-02T07:25:42.331Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E9AD47BB", "AutoV2": "092B0A433D", "SHA256": "092B0A433DDE9748DABA840D10D84C0280EEAD4462F9885E9854BCFDBC0B7D1D", "CRC32": "B6318587", "BLAKE3": "AC1DA2C01933A7148E605AC9825CD1A357EA76F98B43458DDFFF2D86C5EE35B0"}, "downloadUrl": "https://civitai.com/api/download/models/369864?type=Training%20Data"}, {"id": 296554, "sizeKB": 36977.3125, "name": "Blonde_Hair_Girls-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-02T15:45:49.338Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1E03F22F", "AutoV2": "A00E06372F", "SHA256": "A00E06372F6F682A540770F5F08A80BE0D920B29BB2C9ECA40B0AEC32C25DBC4", "CRC32": "892F675C", "BLAKE3": "B2D7DE36B27445028D3CB290B2A7A000C4F5B2D85D41EB336BAE1DA80C2FC970", "AutoV3": "8AED78714485"}, "downloadUrl": "https://civitai.com/api/download/models/369864", "primary": true}], "images": [{"id": 7354371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed624637-7eac-4edc-abf2-76ce0481c8ab/width=450/7354371.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UGK0Tk~V5R~U_2_2%Mbv1OtSNKM|~VtRogRk", "type": "image"}, {"id": 7354370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52ef0662-6133-48bb-8fe5-c468384fe8ff/width=450/7354370.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UAKJVv^%BO_2_L%L~9~B5mXSv}kqS$R+ogxu", "type": "image"}, {"id": 7354369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/081b90bf-f858-4ca2-a5db-8ae071f1a603/width=450/7354369.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "USI4U[~V9uRjkrx]NH9aJVW=Rjs,xuozt7t6", "type": "image"}, {"id": 7354367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e15ffb9-d6e9-46ce-a5d4-0022bc4beb97/width=450/7354367.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UCHnKX000M^jabE1RP~V0h~AR5t6ng%Lo#E2", "type": "image"}, {"id": 7354368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adec814f-e558-4693-ad3b-06a25425a351/width=450/7354368.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UGID?e~p0zI@9aR.WA0L0#9bwIs--URkRjxZ", "type": "image"}, {"id": 7354372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2546ec33-2f20-445b-aa25-8aabf941cb6b/width=450/7354372.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UIINKs01EJ=_-kv|t6~BOF={nNs,IVRj%2t7", "type": "image"}, {"id": 7354373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3cb76bf-e6ea-40bc-a366-d3c0570643f0/width=450/7354373.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UJH^no}?JU57-:WAtQIp0zIo$$xa^OR+M{xa", "type": "image"}, {"id": 7354374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/007b3abd-c256-4fb1-a068-e511da03851f/width=450/7354374.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UBHn4?~90M0L%#IUoz9b0ORO-o%L_3M_9b%2", "type": "image"}, {"id": 7354377, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e18b51d-62a4-4660-be16-b4a1d19263ea/width=450/7354377.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UAINjh002d}q5RVr?bRO0zxW}@iw~p$fxug3", "type": "image"}, {"id": 7354375, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ef952f6-1a27-4f58-ae1b-27d9f94c8c43/width=450/7354375.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UAJs,.=x0L-;_M9]~W^jPqtQS6-;Kk~Cx_I=", "type": "image"}, {"id": 7354376, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33a3cd54-6765-4554-916a-098fa6fbe734/width=450/7354376.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UKJ7H.u65?WFXmx]x]WY9wn$V@ozI@xtM|r=", "type": "image"}, {"id": 7354378, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10206c2b-5f45-4419-a4d0-f5f6f72f2518/width=450/7354378.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UDHKth000N~BE1E2?G-U0L?G$%E2_3nN9HtR", "type": "image"}, {"id": 7354379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9687138-b5b8-444d-ae15-4f4cdc4af649/width=450/7354379.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UEID,QWZ0N_N?aOt?Gt8E,I=RkW@5Q-V9a9u", "type": "image"}, {"id": 7354380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b86b885-bc6b-4412-b6d1-5c58d4a80562/width=450/7354380.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UOJ%d,H@E1xu~A9Ft7%MyERPwbah%MM_bIR,", "type": "image"}, {"id": 7354381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/451a3f26-69a3-4a1f-bfc7-004c61ab8a77/width=450/7354381.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UAK,No0fPU4ouO%M?^9a1Q-;RSSiKj5RyExt", "type": "image"}, {"id": 7354385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23bb9ffe-ae6f-4372-9c39-0fb91639be88/width=450/7354385.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UjJZi3~CS#t6pIx]tRSNM|floyoLs:aeaKsn", "type": "image"}, {"id": 7354386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09fb2389-7de4-4e0a-81c4-d39cad4b1c1e/width=450/7354386.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UAIWJ^0001^*HC:*E2~B0N=?xuJA}[Sbw|58", "type": "image"}, {"id": 7354383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e26d2999-2f28-46e4-b315-c9c5de074c7b/width=450/7354383.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UGK0sW0MAt~VtlIqyD?bF#xtM~^*%L^+R.XT", "type": "image"}, {"id": 7354384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0792415b-5003-4f4a-9d5e-8b12b7b748a0/width=450/7354384.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UPHw.H~pJUS%%g?btmNe5TXAkDIp-pozjEa~", "type": "image"}, {"id": 7354387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c28958fd-dee8-4d58-bee0-ab9d076220dd/width=450/7354387.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UDJs%w~VW*%L?FM{R.I[5soMD*ITWT^%SiIo", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/369864", "modelId": 330085} \ No newline at end of file diff --git a/datasets/metadata/370532.json b/datasets/metadata/370532.json new file mode 100644 index 0000000000000000000000000000000000000000..e1c92c08c00621e3296d277ca35632367f66dd16 --- /dev/null +++ b/datasets/metadata/370532.json @@ -0,0 +1 @@ +{"id": 370532, "index": 0, "name": "Colin StrayFurr", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-10T19:05:19.660Z", "availability": "Public", "nsfwLevel": 1, "description": "Ver.1
", "trainedWords": [], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 296582, "sizeKB": 2660.529296875, "name": "370532_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-02T16:06:27.335Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "83A19A49A6", "SHA256": "83A19A49A68B58C8F2DAB006B3D10E31BBA504AF508EC77B6C77660448D5439D", "CRC32": "F55C73FD", "BLAKE3": "226ACB9C33E7ED78A92ED91B5AEEB8EFCADB707C37B53E2C68AF9EC3DA122825"}, "downloadUrl": "https://civitai.com/api/download/models/370532?type=Training%20Data"}, {"id": 309286, "sizeKB": 223100.24609375, "name": "Colin_StrayFurr-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T19:06:09.773Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0871E946", "AutoV2": "AAC593BF85", "SHA256": "AAC593BF85CD466D75F3ABF4BD1D5ABF4AB043B0C326111B2018B277551C42AA", "CRC32": "BAB26361", "BLAKE3": "68128AB6872613EEBAD2BA48683330B01D7EFA9D79821EC78C3928380F3D0590", "AutoV3": "E2DB459C58A5"}, "downloadUrl": "https://civitai.com/api/download/models/370532", "primary": true}], "images": [{"id": 7745593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/043a380f-e031-4efc-925f-31294e3ca38c/width=450/7745593.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBLpLG=H8JTzTfKjn%aeL2vzX8Or#6PBnNS#", "type": "image"}, {"id": 7745595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4820826d-3f31-4bce-8953-7078ff226306/width=450/7745595.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBK,aax^L2_~PBKkT0KjCRGav}oL8IGujFnO", "type": "image"}, {"id": 7745587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07347ba9-3921-4750-9cb0-26495c3e8a91/width=450/7745587.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGN03#xuHDs:TdXTbcofHDrrr?b^ClrWv}S2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/370532", "modelId": 330711} \ No newline at end of file diff --git a/datasets/metadata/370651.json b/datasets/metadata/370651.json new file mode 100644 index 0000000000000000000000000000000000000000..1a0c7f4f71279ecfa708a3ee012f4eb74d022a75 --- /dev/null +++ b/datasets/metadata/370651.json @@ -0,0 +1 @@ +{"id": 370651, "index": 0, "name": "harsh tattoo", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-02T18:56:49.434Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 93, "ratingCount": 5, "rating": 5, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 296709, "sizeKB": 2458.6064453125, "name": "370651_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-02T17:50:58.887Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BD92172F", "AutoV2": "6EF8B97B83", "SHA256": "6EF8B97B83B778323FAA790FDF880A00850850F29C64F98F54E6E2CBDA1DAD38", "CRC32": "F9042C0E", "BLAKE3": "7CEFD9E4A678A597FFB87182BFFC7CC00F887136A8B95A953D0861585010A1B1"}, "downloadUrl": "https://civitai.com/api/download/models/370651?type=Training%20Data"}, {"id": 296809, "sizeKB": 223103.66796875, "name": "harsh_tattoo.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-02T19:01:01.288Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9E4E3D9F", "AutoV2": "0418DD08E8", "SHA256": "0418DD08E876B508660A5B37060F5FDE04DFAF72499021AD58E8274F00D4EEC4", "CRC32": "A40B119D", "BLAKE3": "427ADA90113F51F6E1053B473FF17D128E216B652F4E666951B5A11055A77EB2", "AutoV3": "3A5D1B1F6A4B"}, "downloadUrl": "https://civitai.com/api/download/models/370651", "primary": true}], "images": [{"id": 7360817, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d9b8fc9-43c0-4734-8eca-5d5a9d14f17b/width=450/7360817.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U79a8JRj00%M~qWBD%of00WBt7WB00fQ?bWB", "type": "image"}, {"id": 7361851, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6992dbf4-7198-4673-81f8-6db1ef3c6e44/width=450/7361851.jpeg", "nsfwLevel": 1, "width": 624, "height": 624, "hash": "UbN,_D-;~qof?b-;IUIU~qRjD%ofM{Rjt7M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/370651", "modelId": 330819} \ No newline at end of file diff --git a/datasets/metadata/370835.json b/datasets/metadata/370835.json new file mode 100644 index 0000000000000000000000000000000000000000..ac48907485a62d929a5623524906262438cd9489 --- /dev/null +++ b/datasets/metadata/370835.json @@ -0,0 +1 @@ +{"id": 370835, "index": 0, "name": "Yayoi Hibanio 2.0 (Test)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-02T21:41:58.496Z", "availability": "Public", "nsfwLevel": 28, "description": "Learning how to train
", "trainedWords": [], "stats": {"downloadCount": 58, "ratingCount": 2, "rating": 5, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 296958, "sizeKB": 99766.193359375, "name": "370835_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-02T21:16:14.410Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A7400E8D", "AutoV2": "2ACACEB66F", "SHA256": "2ACACEB66F7D1B02FEA93E80FFD24D3B13E1535FBDED211D549CA3A2C033F4B3", "CRC32": "0B10D0CB", "BLAKE3": "894D9C76493D713A35B43FB6AD92A3C3CCCFC24D0AFD5BF214CB9F286662FF42"}, "downloadUrl": "https://civitai.com/api/download/models/370835?type=Training%20Data"}, {"id": 296993, "sizeKB": 36985.28125, "name": "Yayoi_Hibanio_2.0_Test-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-02T21:35:47.485Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2B9DF421", "AutoV2": "200639FCB7", "SHA256": "200639FCB72D1AF8135FD7EE2CF911E33E34D5A0B0653231636592F3DDE053B7", "CRC32": "9F7C1068", "BLAKE3": "23A62976BD2A08F8D1F1EAFEC8FBEF56A10082368878A2E06B8D668E186A616E", "AutoV3": "ACA8162320C9"}, "downloadUrl": "https://civitai.com/api/download/models/370835", "primary": true}], "images": [{"id": 7366747, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5b73e4a-4ae4-4f89-8b6e-8e59e82dbc9d/width=450/7366747.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UJK0T,IrD$~Ak7nh-VX755xZ%2I=I=xu?Hn$", "type": "image"}, {"id": 7366750, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d92b3cf6-b498-4d97-be84-192dbf1e8429/width=450/7366750.jpeg", "nsfwLevel": 1, "width": 174, "height": 598, "hash": "UrP6%I%M_Mxun+RkM|ofxua{bFWVxuoexukB", "type": "image"}, {"id": 7366755, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df86ec4f-d0f2-4fe0-a8d6-3db0baa37b5c/width=450/7366755.jpeg", "nsfwLevel": 2, "width": 640, "height": 480, "hash": "UBD,cbX|00QW?@-;ICIAxuMxRktkNbnis:o}", "type": "image"}, {"id": 7366752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79d03574-bb06-4357-950a-6efc22ab0738/width=450/7366752.jpeg", "nsfwLevel": 1, "width": 640, "height": 480, "hash": "UUINw3~BEJfhDiRjE0oJI^Io?ao1MyxuSLWr", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/370835", "modelId": 330989} \ No newline at end of file diff --git a/datasets/metadata/370896.json b/datasets/metadata/370896.json new file mode 100644 index 0000000000000000000000000000000000000000..c4e1b084a8d36ae2e094a162f335e9906d42c398 --- /dev/null +++ b/datasets/metadata/370896.json @@ -0,0 +1 @@ +{"id": 370896, "index": 0, "name": "v1.0 lite", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-02T20:30:33.191Z", "availability": "Public", "nsfwLevel": 22, "description": "This is the lite version of the LoRA. It is less than half the size of the original and does not cause noticeable loss in quality (see example).
I recommend using the version over the normal version.
", "trainedWords": [], "stats": {"downloadCount": 347, "ratingCount": 27, "rating": 5, "thumbsUpCount": 64, "thumbsDownCount": 0}, "files": [{"id": 296905, "sizeKB": 7417.01171875, "name": "stevechopz_lite.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-02T20:31:29.794Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4C345D2A", "AutoV2": "52BF9F0703", "SHA256": "52BF9F0703C4FF30B8F89CF32B7C0050C9009B80CC14C40F5CBCD9021A027363", "CRC32": "6BCAF6FD", "BLAKE3": "851A540A1DD258F433544484DB6DCF43EB4CDF58A1B36EF41C9D35E420E123B5", "AutoV3": "60517A5A3D7D"}, "downloadUrl": "https://civitai.com/api/download/models/370896", "primary": true}, {"id": 297654, "sizeKB": 140527.5244140625, "name": "training_data_v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-03T07:20:59.826Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E226C88C", "AutoV2": "A3C1551F98", "SHA256": "A3C1551F984278A4D204685DD85950803A6FE6BF6C5D4A2FCB24E399999CE616", "CRC32": "992D3D8C", "BLAKE3": "F231BAB5D476BCE83107B0C1E117D73F54A40021572AC2BC039B572E9F5C1479"}, "downloadUrl": "https://civitai.com/api/download/models/370896?type=Training%20Data"}], "images": [{"id": 7364246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd88d399-47c5-4c54-9112-cc825c106996/width=450/7364246.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1800, "hash": "UCL{Vh0e1F{d01Fw%e;y4TFL={wJ-qoz0gnj", "type": "image"}, {"id": 7366393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c93d0734-9da2-4fc9-b048-8971375be3f7/width=450/7366393.jpeg", "nsfwLevel": 16, "width": 1248, "height": 1864, "hash": "UNKmFv02DzoMJWr{IVR$}z-CN5R%E1-Sr_Iu", "type": "image"}, {"id": 7366391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43dcdac1-70a6-4953-899d-aedd4cf6bbb0/width=450/7366391.jpeg", "nsfwLevel": 16, "width": 1248, "height": 1864, "hash": "UCMic-00X2?a2+I[-m-:00Or~B-U^+M_IVMx", "type": "image"}, {"id": 7366388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cb4f7f7-fc6f-4248-a012-cc1f871e3a5e/width=450/7366388.jpeg", "nsfwLevel": 16, "width": 1248, "height": 1864, "hash": "UEJZ_L005Qx]0L~B;ea1]+D%EzkqMJ={nO%M", "type": "image"}, {"id": 7366386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3799c2b-adcb-411f-91aa-0d0670b0b36a/width=450/7366386.jpeg", "nsfwLevel": 4, "width": 1248, "height": 1864, "hash": "UMLfj,Dh7gIA.5x^}=I]PVs*xvxZF{kVxDX8", "type": "image"}, {"id": 7366390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2190972f-6cfc-4a0f-8330-952bb367ac7f/width=450/7366390.jpeg", "nsfwLevel": 2, "width": 1248, "height": 1864, "hash": "UAK05T4mDh-s0Y={9;9a}faMVvM^02%0=w?I", "type": "image"}, {"id": 7366389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b7392b5-ed42-44fc-b445-6e00168a374d/width=450/7366389.jpeg", "nsfwLevel": 2, "width": 1248, "height": 1864, "hash": "UBLe~m000]%7Lh}04WEKKjKF04KH00-ARD$j", "type": "image"}, {"id": 7366394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd9af66f-8e1f-4c2a-a9ba-e0e7c3413f67/width=450/7366394.jpeg", "nsfwLevel": 16, "width": 5400, "height": 2539, "hash": "UPNllY?^?w?w%#ofjFjs.8V[jFayyEozoJjZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/370896", "modelId": 331026} \ No newline at end of file diff --git a/datasets/metadata/370997.json b/datasets/metadata/370997.json new file mode 100644 index 0000000000000000000000000000000000000000..12b365b0944b172cd831795939d98031ddeb4ed0 --- /dev/null +++ b/datasets/metadata/370997.json @@ -0,0 +1 @@ +{"id": 370997, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-02T21:33:22.931Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 335, "ratingCount": 36, "rating": 5, "thumbsUpCount": 63, "thumbsDownCount": 0}, "files": [{"id": 296986, "sizeKB": 40359.2724609375, "name": "Cha_Hae_In_SoloLeveling.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-02T21:36:23.339Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1E5D1F32", "AutoV2": "E144CD18D9", "SHA256": "E144CD18D91F7FED4AAB821E8D26C3DC98B5698E56E00E565582E0EF9F83DE32", "CRC32": "A7F3DA87", "BLAKE3": "36A835745D8AF009B438623160C1697029FD355F197C41CBBFCD4CD6D03B97F5"}, "downloadUrl": "https://civitai.com/api/download/models/370997?type=Training%20Data"}, {"id": 296985, "sizeKB": 22249.62890625, "name": "Cha_Hae_In_SoloLeveling-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-02T21:36:53.098Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DD3DB36C", "AutoV2": "FA3C24C8A3", "SHA256": "FA3C24C8A3A960A77A450E6261A190CDC3165068EBCC4175F273DFF4911D3DA5", "CRC32": "0A2159F2", "BLAKE3": "7D88A0D17A0F5408451DB28682AA76F62497A7FFC3D16F8F114ECE7726EFA3E4", "AutoV3": "6886D1F4EABC"}, "downloadUrl": "https://civitai.com/api/download/models/370997", "primary": true}], "images": [{"id": 7366551, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f7d8ba2-4c04-4702-940d-274f741b57bb/width=450/7366551.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTRe?Rxu.Txu?uj[pJj[b_fkR5f6_3j[Mxjt", "type": "image"}, {"id": 7366550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf8abdf4-0fe7-4af1-8dbd-75f622e44799/width=450/7366550.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTRe?Rxu.Txu?uj[pJj[b_fkR5f6_3j[Mxjt", "type": "image"}, {"id": 7366719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fef3b1ca-5c22-4fa3-a317-f2fcf9dc1fab/width=450/7366719.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UYQu~dIA?^.8?bx]XmR*nkaeRPWAR.NGobt8", "type": "image"}, {"id": 7367127, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b816dbd6-5ab4-42fe-9396-c54211373b7e/width=450/7367127.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPQI--?bOYsXELMxM{WEIVtRR5oz_NRPRPtQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/370997", "modelId": 331136} \ No newline at end of file diff --git a/datasets/metadata/371305.json b/datasets/metadata/371305.json new file mode 100644 index 0000000000000000000000000000000000000000..8a773828443ddb0566c11f89a6929b70db6183f2 --- /dev/null +++ b/datasets/metadata/371305.json @@ -0,0 +1 @@ +{"id": 371305, "index": 0, "name": "Everyone Knows That (Glitz & Glitter Purple Boombox)", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-25T12:32:36.835Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["pink_boombox"], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 299577, "sizeKB": 223099.33984375, "name": "Everyone_Knows_That_Glitz__Glitter_Purple_Boombox.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-04T14:47:05.927Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6F85B672", "AutoV2": "E3B0B2B03D", "SHA256": "E3B0B2B03D600DC00272A4E74CD2ADBF5CFB78BE883140265650EA76AA5EA19C", "CRC32": "29700C98", "BLAKE3": "81311B54D9E7FEAAB7AFB21C918528B3C068F6CAAD8FD096ED556F4D8AE55E2B", "AutoV3": "CB0012D58B4F"}, "downloadUrl": "https://civitai.com/api/download/models/371305", "primary": true}, {"id": 297281, "sizeKB": 281.005859375, "name": "371305_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-03T01:20:53.397Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "C2B14AFBE3", "SHA256": "C2B14AFBE31BF74EA5A33241380D3B1BE2CBB83E24BCB79B523A7EEEE7FD6FC4", "CRC32": "1A28F76A", "BLAKE3": "3FD667666D3E479496A191F454260D90DA8748821E43DB61B668FA697776B835"}, "downloadUrl": "https://civitai.com/api/download/models/371305?type=Training%20Data"}], "images": [{"id": 7440417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/769dabef-9d7a-4b41-9021-86e3b195605e/width=450/7440417.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCGu2aX756t600oytRWB?]ofn5afX,jZVtWB", "type": "image"}, {"id": 7440410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a107d1f-c19d-42b4-bef0-159301a4689f/width=450/7440410.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4JOMq002#=400GS]Yrx4M+Q$yW8Qo-oI:ry", "type": "image"}, {"id": 7440416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8de0c408-5333-4add-9da0-7601af2327ea/width=450/7440416.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U28|w{IUJNs:~Vj[RjazpUWVahWU-:f*RjWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/371305", "modelId": 331425} \ No newline at end of file diff --git a/datasets/metadata/371392.json b/datasets/metadata/371392.json new file mode 100644 index 0000000000000000000000000000000000000000..9e5f667d0952e3e7d33ac75ca1fabbe7aa555ab2 --- /dev/null +++ b/datasets/metadata/371392.json @@ -0,0 +1 @@ +{"id": 371392, "index": 0, "name": "Yayoi_Hibanio", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-03T03:31:20.357Z", "availability": "Public", "nsfwLevel": 28, "description": "Second try. Not sure if better. I might need to be more selective in my images.
", "trainedWords": [], "stats": {"downloadCount": 65, "ratingCount": 6, "rating": 5, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 297366, "sizeKB": 43940.099609375, "name": "371392_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-03T02:41:55.878Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "14CD95DF", "AutoV2": "8D0011AE09", "SHA256": "8D0011AE09F018261EA441832CF2D4E996020F501C5CA2B446171937489BA180", "CRC32": "16886939", "BLAKE3": "02E462E127C530A46AC5682C4448CB9AE82B57A19460B846549C228D168027B6"}, "downloadUrl": "https://civitai.com/api/download/models/371392?type=Training%20Data"}, {"id": 297410, "sizeKB": 36981.8984375, "name": "Yayoi_Hibanio.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-03T03:30:47.783Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "136AA729", "AutoV2": "B4098BEC76", "SHA256": "B4098BEC7609D0FC873E36402DA66A51168B48566BEBC7B44CEF703942E411A5", "CRC32": "E61B846D", "BLAKE3": "FE972EE585DEFDCF17A9686887BD7CA02F8E3071F64F8C5294215390D097BD8B", "AutoV3": "F66571F3714A"}, "downloadUrl": "https://civitai.com/api/download/models/371392", "primary": true}], "images": [{"id": 7376768, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c10805b-d577-46a4-b774-aa9392121964/width=450/7376768.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UDG[[{IU00of4nRj-;WB00WB~qxu~qt7D%oy", "type": "image"}, {"id": 7376769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb663a4d-b528-4240-925d-6fc23992e639/width=450/7376769.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UJGu,nM{00t74Uof%MM{00xu-;M{~qofM{ay", "type": "image"}, {"id": 7376770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b1ca866-7597-460d-8799-c7f01810addc/width=450/7376770.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UCI5Y-0000-;D%4n?b~q00t7%MRj%M%MD%fQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/371392", "modelId": 331506} \ No newline at end of file diff --git a/datasets/metadata/371579.json b/datasets/metadata/371579.json new file mode 100644 index 0000000000000000000000000000000000000000..42666ae951929a690ee1ceea1c1be438bdf526a4 --- /dev/null +++ b/datasets/metadata/371579.json @@ -0,0 +1 @@ +{"id": 371579, "index": 0, "name": "Yuritzi", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-03T06:34:01.538Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["Yuritzi"], "stats": {"downloadCount": 108, "ratingCount": 8, "rating": 5, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 297524, "sizeKB": 13406.6025390625, "name": "371579_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-03T05:25:54.027Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2BCCBB48", "AutoV2": "BF9124239A", "SHA256": "BF9124239AF51A1E4B0E91CB5AABF02BFAC4E9EB01A54480BEF455C291FC3378", "CRC32": "ACAC5247", "BLAKE3": "2959575BC56CAD5F3B0B28AC286B537B4BD7F5FCE75BAB9D9357DAC458D7C119"}, "downloadUrl": "https://civitai.com/api/download/models/371579?type=Training%20Data"}, {"id": 297594, "sizeKB": 223098.84765625, "name": "Maya-000016.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-03T06:36:03.925Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9D62D378", "AutoV2": "5B230BF4AB", "SHA256": "5B230BF4AB02848C56329366E59F27F13B99387140E314642CFF17643B7D48A9", "CRC32": "79FA11D5", "BLAKE3": "D0AF0B2C14112AD0E20DE6EE3223A08E94D1C89A9BEB9215855CFA9F81899FF3", "AutoV3": "70AD667DAD80"}, "downloadUrl": "https://civitai.com/api/download/models/371579", "primary": true}], "images": [{"id": 7381971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/472c0bad-33c6-488e-94ac-0c30221e981b/width=450/7381971.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U46*BnE101~V58xa-UE2%1t6NGM|M{xtogE1", "type": "image"}, {"id": 7381970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3121c658-a9cb-458f-85c7-ae3f9c42baae/width=450/7381970.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U67T:[9Z0M~V58xa$%NH$%ofR*IoE2t7s:NG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/371579", "modelId": 331661} \ No newline at end of file diff --git a/datasets/metadata/372108.json b/datasets/metadata/372108.json new file mode 100644 index 0000000000000000000000000000000000000000..73ab9d5c965f5ed75cc686f3bce517f3fbf29a38 --- /dev/null +++ b/datasets/metadata/372108.json @@ -0,0 +1 @@ +{"id": 372108, "index": 0, "name": "surajyadav", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-03T17:05:45.441Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["surajyadav"], "stats": {"downloadCount": 28, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 298015, "sizeKB": 3640.029296875, "name": "372108_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-03T12:46:31.604Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C774166F", "AutoV2": "B634404A1B", "SHA256": "B634404A1B6D2C04FC860254B8801FA6C71022ED191C1BE4E650F0B87DEE0BCD", "CRC32": "2450F34B", "BLAKE3": "2E1D24881071299BE75E330BD77CBC2A60929C76594B2C3A6EE72055406ACEE8"}, "downloadUrl": "https://civitai.com/api/download/models/372108?type=Training%20Data"}, {"id": 298333, "sizeKB": 36978.4609375, "name": "surajyadav-000015.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-03T17:06:00.285Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "56966190", "AutoV2": "ACCA0C22BA", "SHA256": "ACCA0C22BA53D32B1E826D3747A17C71845F92FD4EDBD19E5539B5B70A8E4495", "CRC32": "FF029157", "BLAKE3": "FF4AF7BB2DF4AC4CC52155333342D78E64043EF42DEF8485C65462D3EABEECDC", "AutoV3": "22394E36E08B"}, "downloadUrl": "https://civitai.com/api/download/models/372108", "primary": true}], "images": [{"id": 7403139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ae89af4-b4e6-41aa-8255-0bf966c23575/width=450/7403139.jpeg", "nsfwLevel": 1, "width": 1275, "height": 1920, "hash": "UIHeLM~q-;IA%1tRtRsmxv-qf9t7XARj%2%N", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/372108", "modelId": 332145} \ No newline at end of file diff --git a/datasets/metadata/372251.json b/datasets/metadata/372251.json new file mode 100644 index 0000000000000000000000000000000000000000..a52c0a38c2918c5c06fa9202dc5a088d7e75fa93 --- /dev/null +++ b/datasets/metadata/372251.json @@ -0,0 +1 @@ +{"id": 372251, "index": 0, "name": "v2.0beta", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-03T14:22:32.113Z", "availability": "Public", "nsfwLevel": 13, "description": "v2.0beta\u4e3b\u8981\u7528\u4e8e\u751f\u6210\u201c\u6cf3\u88c5\u201d\u548c\u201c\u5076\u50cf\u201d\u4e24\u5957\u670d\u88c5\uff0c\u751f\u6210\u201c\u8b66\u670d\u201d\u8bf7\u4ecd\u4f7f\u7528v1.1\u3002
v2.0beta is mainly used to generate \"swimsuit\" and \"idol\" outfits. Please continue to use v1.1 for generating \"police uniform\" (or \"nude\").
\u7531\u4e8e\u5076\u50cf\u670d\u7684\u6570\u636e\u96c6\u8fc7\u5c11\uff0c\u6ca1\u80fd\u6210\u529f\u8fd8\u539f\u53d1\u578b\uff0c\u4f46\u9664\u6b64\u4ee5\u5916\u7684\u6548\u679c\u90fd\u51fa\u4e4e\u610f\u6599\u5730\u597d\u3002
Due to the limited dataset for idol outfits, I was unable to successfully replicate the hairstyles, but apart from that, the results were unexpectedly good.
\u9057\u61be\u7684\u662f\uff0c\u5b98\u65b9\u670d\u88c5\u53cd\u800c\u8fc7\u62df\u5408\u4e86\uff0c\u5982\u679c\u9700\u8981\u751f\u6210\u5b98\u65b9\u670d\u88c5\u6211\u5f3a\u70c8\u63a8\u8350\u4f7f\u7528v1.1\u3002\u5982\u679c\u8981\u4f7f\u7528v2.0beta\u751f\u6210\u5b98\u65b9\u670d\u88c5\uff0c\u8bf7\u5c06CFG Scale\u964d\u4f4e\u81f34.5\uff0c\u5e76\u914d\u5408lora block weight\u4f7f\u7528\uff1a<lora:NakatsukasaKirinoXL:0.8:0.8:lbw=1,1,1,1,1,1,1,1,1,0,0,0>\u3002
Unfortunately, the official costume \"police uniform\" seems to be overcooked. If you need to generate official costume, I strongly recommend using v1.1. If you still want to use v2.0beta to generate official clothing, please decrease the CFG Scale to 4.5 and use it with LoRa block weight extension: <lora:NakatsukasaKirinoXL:0.8:0.8:lbw=1,1,1,1,1,1,1,1,1,0,0,0>.
\u2014\u2014
\u6cf3\u88c5\u89e6\u53d1\u8bcd\uff08Swimsuit trigger words:\uff09\uff1a
kirino \\(swimsuit\\) \\(blue archive\\),
sandals, police hat, swimsuit, braid, blue bikini, side-tie bikini bottom, navel, twin braids, blue vest, blue headwear, open clothes, crop top, shirt, armband... megaphone, whistle...
\u2014\u2014
\u5076\u50cf\u670d\u662f\u4e00\u5957\u56fa\u5b9a\u670d\u88c5\uff0c\u53ea\u9700\u8981\u4e00\u4e2a\u89e6\u53d1\u8bcd\uff08The idol outfit is a fixed set of clothing, requiring only one trigger word\uff09\uff1akirino \\(idol\\) \\(blue archive\\)\u3002
\u589e\u52a0\u4ee5\u4e0btag\u4f1a\u4f7f\u7ed3\u679c\u66f4\u52a0\u7a33\u5b9a\uff08Adding the following tags will make the results more stable\uff09\uff1apink puffy short sleeves, pink bow, mismatched legwear, asymmetrical legwear, striped pink footwear, pink shoes\u3002
\u2014\u2014
\u6ce8\uff1a\u6211\u8bd5\u56fe\u91cd\u65b0\u8c03\u6574repeat\u503c\u6765\u907f\u514d\u5b98\u65b9\u670d\u88c5\u8fc7\u62df\u5408\u7684\u73b0\u8c61\uff0c\u5374\u5f71\u54cd\u4e86\u5176\u4ed6\u4e24\u5957\u670d\u88c5\u7684\u6548\u679c\u3002\u56e0\u6b64\uff0c\u6211\u6240\u63d0\u4f9b\u7684\u8bad\u7ec3\u96c6\u5e76\u975ev2.0beta\u4f7f\u7528\u7684\uff0c\u800c\u662f\u7ecf\u8fc7\u4e86repeat\u503c\u548c\u6781\u5c11\u91cf\u7684\u56fe\u7247\u7684\u8c03\u6574\u3002\u672a\u6765\u201c\u6850\u4e43\uff08\u5076\u50cf\u670d\uff09\u201d\u5b9e\u88c5\u540e\uff0c\u6211\u4f1a\u7ee7\u7eed\u66f4\u65b0\u8fd9\u4e2alora\u3002
Note: I attempted to readjust the repeat value to avoid overcooking of the official costume, but it affected the effectiveness of the other two sets of outfits. Therefore, the training set I provided is not the one used by v2.0beta, but rather has undergone adjustments to the repeat value and a minimal amount of images. After the implementation of \"Kirino (Idol)\" in the future, I will continue to update this LoRa.
", "trainedWords": ["kirino \\(swimsuit\\) \\(blue archive\\), sandals, police hat, swimsuit, braid, blue bikini, side-tie bikini bottom, navel, twin braids, blue vest, blue headwear, open clothes, crop top, shirt, armband", "kirino \\(idol\\) \\(blue archive\\), pink puffy short sleeves, pink bow, mismatched legwear, asymmetrical legwear, striped pink footwear, pink shoes"], "stats": {"downloadCount": 281, "ratingCount": 9, "rating": 5, "thumbsUpCount": 38, "thumbsDownCount": 0}, "files": [{"id": 298116, "sizeKB": 41863.94140625, "name": "NakatsukasaKirinoXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-03T14:25:57.771Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5218D449", "AutoV2": "0697D6BBEA", "SHA256": "0697D6BBEAAB790A6598C1FACBD5C685D8A6A2FE01D6960700CC1B09BDAF525C", "CRC32": "B9DD536B", "BLAKE3": "9F7F1A4FC6807034A169186C4D963E7E4FCBCF1DE4C71C84AC28BA1E74BDE042", "AutoV3": "B433301B46DE"}, "downloadUrl": "https://civitai.com/api/download/models/372251", "primary": true}, {"id": 298115, "sizeKB": 59183.9990234375, "name": "v2.0.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-03T14:25:50.427Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "45B05CF0", "AutoV2": "A3BDB3BA99", "SHA256": "A3BDB3BA99BFE42AAEA16E63E0D6625CB7041472CC830F7B0514DBCBD3F56AE6", "CRC32": "E45068E7", "BLAKE3": "64A58FA8A88878DE8CB9235B92BD9A20F62E6A4BA039F99DD87B33319F8AFACA"}, "downloadUrl": "https://civitai.com/api/download/models/372251?type=Training%20Data"}], "images": [{"id": 7397197, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94493f60-857d-4b39-8a16-7d65d9ed45ca/width=450/7397197.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "UOJHg-%L0zIp.ToyI]M|tS%1ENxuNH%M%2xu", "type": "image"}, {"id": 7397213, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aefc0bf4-78dd-4700-b504-45b21ebc6a00/width=450/7397213.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "ULHVGIyE5p=s%%XnX9?G9a%3Vs%MwHIUNbxa", "type": "image"}, {"id": 7397227, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/525fa045-7bba-4bac-a681-20727b10eacd/width=450/7397227.jpeg", "nsfwLevel": 4, "width": 1248, "height": 1824, "hash": "U8J8YMJE0@~B00DjM2_3H;sm9YkBE.9v8_^*", "type": "image"}, {"id": 7397228, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e6e971d-c3f2-4d4a-9995-715cf6916b8c/width=450/7397228.jpeg", "nsfwLevel": 8, "width": 1248, "height": 1824, "hash": "UbI}bh%%OtxuESM}ww$#NyNHNHs-xaaKoMNH", "type": "image"}, {"id": 7397235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de9288d2-cac2-4511-bc34-fddb337d2db3/width=450/7397235.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "USK1?}M}9ztm_NRQ9~t7J.IAjJIpXBsmV@IV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/372251", "modelId": 316900} \ No newline at end of file diff --git a/datasets/metadata/372657.json b/datasets/metadata/372657.json new file mode 100644 index 0000000000000000000000000000000000000000..dff9f98d250355e527740b80671a48f675e8803a --- /dev/null +++ b/datasets/metadata/372657.json @@ -0,0 +1 @@ +{"id": 372657, "index": 0, "name": "Annie Belle", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-06T13:45:57.729Z", "availability": "Public", "nsfwLevel": 1, "description": "First version
", "trainedWords": ["AnnieBelle"], "stats": {"downloadCount": 46, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 298496, "sizeKB": 7946.630859375, "name": "372657_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-03T19:25:53.500Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BB2ABEAC", "AutoV2": "56880279B7", "SHA256": "56880279B77EB665BC1BDF8ED7AFEEA240D30A8E0A2C7F2BB3066DE2387A7EC3", "CRC32": "530EF3AC", "BLAKE3": "A5AD0D0BB13570043ACDF6743583702507584B0B32E5EBF96A02C2618B9BC56A"}, "downloadUrl": "https://civitai.com/api/download/models/372657?type=Training%20Data"}, {"id": 302701, "sizeKB": 36977.890625, "name": "Annie_Belle-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T13:36:31.939Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "91362144", "AutoV2": "E893EB5305", "SHA256": "E893EB53052EDB3F63A974F15BF6B7592138BA8BD8316D17113783CC5A4398B0", "CRC32": "15728424", "BLAKE3": "F52EC4D8A7E2C2CEF08CD71DA6D1DACBE5236B24E0397C9884DF29557F2F7FE6", "AutoV3": "FAE286CCC147"}, "downloadUrl": "https://civitai.com/api/download/models/372657", "primary": true}], "images": [{"id": 7530140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c7cef12-a6de-4941-9848-9e1b025d46e9/width=450/7530140.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U2G81TDh3J=}00OY00w{GcS1S+^,^%JV1DR:", "type": "image"}, {"id": 7530141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6924e20-6aa1-4e9e-a848-dea830d9cc40/width=450/7530141.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U4EU_dMxD2n#00WA00V@TftRtT%M$wtREJxu", "type": "image"}, {"id": 7530142, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ba02e73-313d-4dcd-bfc7-ebfd92d16ec2/width=450/7530142.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U4E2LW_11G?b00R%00oHKlIo~XWF9XkCoZRj", "type": "image"}, {"id": 8665883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f54625b-fdab-40b4-b84d-d960fe3fd276/width=450/8665883.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDD+e=_N7y-;D%RiROoII;jF%2afJ7X8kCWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/372657", "modelId": 332647} \ No newline at end of file diff --git a/datasets/metadata/372981.json b/datasets/metadata/372981.json new file mode 100644 index 0000000000000000000000000000000000000000..b79d3018df795bbb5938e6d2e4e909277e3185ec --- /dev/null +++ b/datasets/metadata/372981.json @@ -0,0 +1 @@ +{"id": 372981, "index": 1, "name": "v1.0 pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-04T01:12:53.736Z", "availability": "Public", "nsfwLevel": 17, "description": "latex badend
makes outfit more shiny.
Trigger words: smolpp, small penis, flaccid penis
", "trainedWords": [], "stats": {"downloadCount": 865, "ratingCount": 22, "rating": 5, "thumbsUpCount": 78, "thumbsDownCount": 1}, "files": [{"id": 299364, "sizeKB": 19093.658203125, "name": "373634_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-04T10:40:55.621Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "ED278DBA", "AutoV2": "E8BD6C3A13", "SHA256": "E8BD6C3A13C6F9C57E0A23C8E1F0D3F8F829C74263BEAEDCC942C04240326C62", "CRC32": "3D035709", "BLAKE3": "ECCF08C2D823468C262B8BE2B922B6ABA6776A59BCA964EEABF9EDF79541BADE"}, "downloadUrl": "https://civitai.com/api/download/models/373634?type=Training%20Data"}, {"id": 299400, "sizeKB": 36980.7421875, "name": "cardiboii_FemboyTrap_Smolpp_Small_Penis-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-04T11:20:55.908Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "30D2682B", "AutoV2": "B416067EF7", "SHA256": "B416067EF749CEFBD64FFE526EE8BBA7F132AFB58B321DC76DAEF60237D63E85", "CRC32": "E2C8DA08", "BLAKE3": "BE4CAC722B5A4C951615F9450795808EB2020A33F0865BD2EB71B0EDC232F03A", "AutoV3": "E11870F40578"}, "downloadUrl": "https://civitai.com/api/download/models/373634", "primary": true}], "images": [{"id": 14231708, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dee93ab4-feb6-48a8-82e6-ac6c99a320b4/width=450/14231708.jpeg", "nsfwLevel": 16, "width": 896, "height": 1152, "hash": "U6L3[k0i0g#83ZXnxFE0lV00}@-p%hI;V@X8", "type": "image"}, {"id": 7442640, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f68f6c5-7869-4a91-bcde-0f90a8227f06/width=450/7442640.jpeg", "nsfwLevel": 8, "width": 2100, "height": 1080, "hash": "UFKwFD,.#6~V?wIoIAbb%gRPi^R+-:nismtR", "type": "image"}, {"id": 7442687, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/175b8956-8a0f-4a9a-b89b-c9cde16365d3/width=450/7442687.jpeg", "nsfwLevel": 8, "width": 800, "height": 1224, "hash": "UCJj*s~p0f~ByF%gxuIUAc?Hn,s.EP0Ls.xt", "type": "image"}, {"id": 13211168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/577c4bcc-f20a-4e24-896b-c101435a7bc8/width=450/13211168.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UHINaN4:0e^*~qxERPa#?vIoi^%M?HM{IUo|", "type": "image"}, {"id": 7442659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a320e60-c252-48fc-9c15-85918983942c/width=450/7442659.jpeg", "nsfwLevel": 16, "width": 824, "height": 1224, "hash": "UCK^BD015T~Vtl01-:kC9]RjR%V[xZIAW;oe", "type": "image"}, {"id": 7442670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef59b80f-e7b5-434f-97fd-b7ba2faebce7/width=450/7442670.jpeg", "nsfwLevel": 8, "width": 776, "height": 1200, "hash": "UJNvGGH=_N^i%#Dh?Hi_MxofeTtRxE%LoeM{", "type": "image"}, {"id": 7442679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29083691-5bc1-4a68-864a-26c88e7d5bb1/width=450/7442679.jpeg", "nsfwLevel": 16, "width": 768, "height": 768, "hash": "UCIgy74.0Ks:?F0K-oof9aE2-:Rj~VoMxaV@", "type": "image"}, {"id": 7442676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d27a93fb-509d-45bb-a322-6baac1a4eca7/width=450/7442676.jpeg", "nsfwLevel": 16, "width": 824, "height": 1224, "hash": "U8HUa=EL00_2~V?HIWIo0Ks9a#t7xZR*IUM{", "type": "image"}, {"id": 7442680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51b06875-8b23-494a-aea6-080656b20c5b/width=450/7442680.jpeg", "nsfwLevel": 8, "width": 800, "height": 1224, "hash": "UJIg.d-p0zs:T09aj]R*-;9tafxZ~Vt7xZ-o", "type": "image"}, {"id": 7442681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e71a3dfe-38a9-4052-8f55-bbf8c01ec169/width=450/7442681.jpeg", "nsfwLevel": 16, "width": 776, "height": 1200, "hash": "UAJaN0%M4n?G~UIB4:xu0KM{n-Rj~UWU4.V[", "type": "image"}, {"id": 7442685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fa23cdf-2de2-45fc-87ed-35906f1b0a13/width=450/7442685.jpeg", "nsfwLevel": 8, "width": 776, "height": 1200, "hash": "UFM$uV4n?b~U-:4:WC-p8_x]Mxay9F-:soRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/373634", "modelId": 333553} \ No newline at end of file diff --git a/datasets/metadata/374209.json b/datasets/metadata/374209.json new file mode 100644 index 0000000000000000000000000000000000000000..c1dcd8ec4aefad22158a3fba8aafc19b8a934e32 --- /dev/null +++ b/datasets/metadata/374209.json @@ -0,0 +1 @@ +{"id": 374209, "index": 1, "name": "v1.0 pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-04T18:00:56.725Z", "availability": "Public", "nsfwLevel": 29, "description": "evil visor
being base trigger
<color> visor
changes color of the glowing part.
wire visor
adds wires from the visor to the ceiling. A little unstable atm.
This is the lite version of the LoRA. It is less than half the size of the original and does not cause noticeable loss in quality (see examples).
I recommend using the version over the normal version.
", "trainedWords": [], "stats": {"downloadCount": 438, "ratingCount": 46, "rating": 5, "thumbsUpCount": 73, "thumbsDownCount": 0}, "files": [{"id": 300040, "sizeKB": 58394.1611328125, "name": "velminth_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-04T21:12:22.882Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "27C51F66", "AutoV2": "CB3FBC7FB2", "SHA256": "CB3FBC7FB2241FFAA1C279FEAA2378CAADBBA92F161266B8822A878BB9CB35AC", "CRC32": "A1A2D6B7", "BLAKE3": "F4DE97D344AB1C340BC6E412099346BF865E8FC738874AF1D7AD725BF79248E5"}, "downloadUrl": "https://civitai.com/api/download/models/374513?type=Training%20Data"}, {"id": 300039, "sizeKB": 7384.6083984375, "name": "velminth_lite.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-04T21:11:00.365Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2EACE2BE", "AutoV2": "85A41E9D72", "SHA256": "85A41E9D72266541F54FE97D0626A1E108A2213E87F60222C9C3516F299C4829", "CRC32": "E2CDD804", "BLAKE3": "A0A12E359FCCE4096020423412627D8E6A0BA3F39089A46EAC532797C2B7B5FC", "AutoV3": "74DA628EC57C"}, "downloadUrl": "https://civitai.com/api/download/models/374513", "primary": true}], "images": [{"id": 7453350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04e07226-f99b-4651-a6ba-d8b53f9b172c/width=450/7453350.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1800, "hash": "U6HKIcVX0qZ$0YW91*xZ%j9a*0XA?cs+9|%2", "type": "image"}, {"id": 7453351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21da7752-5900-435a-912e-df7e6c619389/width=450/7453351.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1800, "hash": "UJK,ph-o0Mx[O,.8-o%0Y4s8-:%f~8xuNG$$", "type": "image"}, {"id": 7453352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ac679fe-8423-4eaa-bd01-30f7d42c3e71/width=450/7453352.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "UKMG*O-p.R_N?c_2%LD+?vxuDjRk~pt7NGoz", "type": "image"}, {"id": 7453353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad0f7244-bc22-4fb0-a181-0fa956f454ae/width=450/7453353.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1800, "hash": "UFKTY_3G0Jf2#p0Li]ot0hIWo|$J-U%htS-U", "type": "image"}, {"id": 7453354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81820321-f7ec-4bea-9e34-043f48b218c8/width=450/7453354.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1800, "hash": "URJ%^GR5OtR,13SNxvofoaoz~Vo2kXWE?GRj", "type": "image"}, {"id": 7453355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7af10068-d06a-45da-9be9-a239adc1d0c2/width=450/7453355.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1800, "hash": "UDKTb|HqGwQ.1++D%Nrr4n^H^L9|Ip.79aWZ", "type": "image"}, {"id": 7453357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e85fec97-5f1b-447e-9c36-321e1b138a2f/width=450/7453357.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1800, "hash": "UgKc-J%Mt-%h_NWU%Ms:%~aexFx]-pWVofkC", "type": "image"}, {"id": 7453361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7944ddc0-798b-43fe-b5fc-d44f2a62ba5c/width=450/7453361.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1800, "hash": "UIK,v@005kRQ_I4otTM|M]nOM~NZNIt6oNtR", "type": "image"}, {"id": 7453363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17e703eb-f954-4912-9725-aeeed0c7fd79/width=450/7453363.jpeg", "nsfwLevel": 8, "width": 5400, "height": 2539, "hash": "UVJ@wd~q?v_3?vWBaeWC-;WBWBWB?wR*WBWB", "type": "image"}, {"id": 7453364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f24f4d3f-91fb-408e-9594-faa478e5487a/width=450/7453364.jpeg", "nsfwLevel": 8, "width": 6912, "height": 2189, "hash": "UONTXZ_3?v_4_4ofaeof%gWBWBaf_4oLoJs:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/374513", "modelId": 334330} \ No newline at end of file diff --git a/datasets/metadata/374656.json b/datasets/metadata/374656.json new file mode 100644 index 0000000000000000000000000000000000000000..5415c2af1a080d2106965ce165fafa36faf95169 --- /dev/null +++ b/datasets/metadata/374656.json @@ -0,0 +1 @@ +{"id": 374656, "index": 0, "name": "Info page", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-04T23:36:55.155Z", "availability": "Public", "nsfwLevel": 6, "description": "Training images with captions
", "trainedWords": [], "stats": {"downloadCount": 104, "ratingCount": 1, "rating": 5, "thumbsUpCount": 9, "thumbsDownCount": 1}, "files": [{"id": 300157, "sizeKB": 79119.03125, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-04T23:20:55.082Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "760E1FD7", "AutoV2": "A47A32696B", "SHA256": "A47A32696B26572BF10625507DCAFE3AA56E296225195CE8D3E3D0B6032F0A29", "CRC32": "1805E3A7", "BLAKE3": "B806926D3351724675E1158F823C54324E310AAAF5BE0E62623ECFDAA56D0740"}, "downloadUrl": "https://civitai.com/api/download/models/374656", "primary": true}], "images": [{"id": 7457576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02fcfac7-c59e-4f0f-8016-927403a3df3e/width=450/7457576.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UTK1OhxuqFWYq]jF9Js;MdniD+X9obs.n~I@", "type": "image"}, {"id": 7457501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a93a7052-cf9d-4155-b5d6-698ab5e1c755/width=450/7457501.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "ULJ@ajR50_%M%yMxtN%g~9i_EKOFK%X4ocj@", "type": "image"}, {"id": 7457447, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69707886-9125-421a-af21-79fc99d97b28/width=450/7457447.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UVLoA~i_E1%2-mxZozxt}mkCEhRj9at6X9M}", "type": "image"}, {"id": 7457375, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab1231b3-817f-4496-8760-18cb4162c63b/width=450/7457375.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U5K,N?_100HX00JE0qbU}3}S8x1k9W-95RRR", "type": "image"}, {"id": 7457165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b9b1157-6256-4de2-a930-b9f800a126fe/width=450/7457165.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UdLCoKslAKt8.mV?E3WVFwW?IuS$-US%RPs:", "type": "image"}, {"id": 7457134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a06ac1d2-d458-4019-9d60-ceb46e291665/width=450/7457134.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UGM5Rk-A8wr?}iNLM}t7=;xF15V@9Fng%2t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/374656", "modelId": 334348} \ No newline at end of file diff --git a/datasets/metadata/374789.json b/datasets/metadata/374789.json new file mode 100644 index 0000000000000000000000000000000000000000..c71bab544630c62f1741b87f1b0889bc2faaab5c --- /dev/null +++ b/datasets/metadata/374789.json @@ -0,0 +1 @@ +{"id": 374789, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-05T00:44:52.349Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 304, "ratingCount": 37, "rating": 5, "thumbsUpCount": 64, "thumbsDownCount": 0}, "files": [{"id": 300242, "sizeKB": 22249.80078125, "name": "Towa_Amane_ShangriLa-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-05T00:45:47.315Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3CA21D78", "AutoV2": "03D91A64CB", "SHA256": "03D91A64CB52157B6E959789512C9EA9F27461AFFE9119FB577F0CB44F194685", "CRC32": "5A6D5B43", "BLAKE3": "E903D371F42BA6710FD11EC49657D90616CAC98020EA90147E8FDC6B676F77BD", "AutoV3": "5FA9F28062EB"}, "downloadUrl": "https://civitai.com/api/download/models/374789", "primary": true}, {"id": 300243, "sizeKB": 46043.0654296875, "name": "Towa_Amane_ShangriLa.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-05T00:46:00.624Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "51F5B842", "AutoV2": "2AF554CC62", "SHA256": "2AF554CC62F0B703591E282DE6442FE54CE347A1BE21C85D9C09974C841EE434", "CRC32": "A955E372", "BLAKE3": "64743B998D2AF1AD9B8CF85862D5E22B14C9FB69AC06C3108DE3621523D1B75B"}, "downloadUrl": "https://civitai.com/api/download/models/374789?type=Training%20Data"}], "images": [{"id": 7459583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/371a50c6-d155-4b9d-bd48-4f3ce445f02b/width=450/7459583.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcN0#i%L~qxux^oy.7R*%NaeV?WB?HfQ%1ay", "type": "image"}, {"id": 7459584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e491a29a-afa7-4df7-9f4c-8324813fab6c/width=450/7459584.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcN0#j%L~qxu%Noy.7R*%NaeV?WB?HfQ%1ay", "type": "image"}, {"id": 7459935, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f77d1afe-5d84-4c58-bf73-10a0a2afee6e/width=450/7459935.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTKwU$~p.8o#EO_3%1%MRm%2ofRjt7E1xGoL", "type": "image"}, {"id": 7460028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db4685f8-51e0-431a-a51f-114a4846e06c/width=450/7460028.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UXN0Sa~qyD_358-;oxt7D*bH%1Rk-;slV@Rj", "type": "image"}, {"id": 7460173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d664fba6-5885-4f3f-bf0d-bc835ab8c862/width=450/7460173.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UQNcmN?b.m%M9wxuxYtRtSt7R%t7E2azxtof", "type": "image"}, {"id": 7460390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4987036-959d-4406-9f74-de93a6d78d09/width=450/7460390.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USN]-7W.pxDj?w%L-:D%9aR*-UM|bJxat6t7", "type": "image"}, {"id": 7460493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec002245-1257-4550-9d4a-9298dc99418d/width=450/7460493.jpeg", "nsfwLevel": 4, "width": 2048, "height": 3072, "hash": "USNvxybFu5D%?w%L-:D%9bR*%1RQfmxat6t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/374789", "modelId": 334585} \ No newline at end of file diff --git a/datasets/metadata/374915.json b/datasets/metadata/374915.json new file mode 100644 index 0000000000000000000000000000000000000000..f869da4e7462036a98eec823ad6dcc15e52ec2ed --- /dev/null +++ b/datasets/metadata/374915.json @@ -0,0 +1 @@ +{"id": 374915, "index": 2, "name": "Kie Rose v1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-05T03:02:48.839Z", "availability": "Public", "nsfwLevel": 7, "description": "Blind attempt at training a character with medium-level details with AnimagineXL
-Observations
Trigger word is a hard requirement otherwise the LoRA will not work
Recommended Strength:1
Clothing is fully removable and easily swappable but prefers long and descriptive prompts
use best_quality,masterpiece,modern for ease of nsfw according to AnimagineXL documentation
Style keywords are usable but I'm not familiar with all of the related keywords with AnimagineXL
Overfitting
Anime Screencap artstyle is bleeding over into the environment details causing generation images to have overly flat backgrounds
may require words such as 'head_out_of_frame' and 'from_behind' in negative
There is still some level of style bleeding but I'm not completely familiar with how Animagine handles style keywords
Strong preference towards cowboy shots
some overfitting on face coloring
Undertrained
Waist ribbon may or may not appear
Doesn't seem to understand asymmetric so details can be flipped
Belt color is undertrained but is occasionally correct
Base outfit seems to lose detail when using other artstyles
Augmentations:
Img2Img ControlNet augmentation with Flat style lora and Add Detail LoRA
Swimsuit and underwear images
Notable Differences from SD1.5
Small rank compared to SD1.5 but SDXL has larger size overall
removed Style captioning to reduce overfitting of style
removed Manual Pose regularization data
Single Repeats folder for most of the data
initial version
", "trainedWords": ["zofa bodysuit", "zofa belt, chest jewel, forehead mark, black gloves, black boots"], "stats": {"downloadCount": 199, "ratingCount": 14, "rating": 5, "thumbsUpCount": 41, "thumbsDownCount": 0}, "files": [{"id": 300453, "sizeKB": 87630.921875, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-05T04:36:02.087Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "91E88C7C", "AutoV2": "211DD478C7", "SHA256": "211DD478C701D10C8583A4B51BE3134D9C2CD694589A85C98120DB86DB2EEDEB", "CRC32": "D350AAA5", "BLAKE3": "E4E307D446CE2B3331833388E83AF08B59FF0235BA1ACBD4627264AD61C1A9D8"}, "downloadUrl": "https://civitai.com/api/download/models/375034?type=Training%20Data"}, {"id": 300455, "sizeKB": 111847.443359375, "name": "zofa-pdxl-006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-05T04:36:07.296Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D775606D", "AutoV2": "0D70FD8FE3", "SHA256": "0D70FD8FE3DCFD5A589223CA0E7B215F83DD6CC237040E8530868654AC711B1D", "CRC32": "343D8C8A", "BLAKE3": "5BCA1708FDA695173946D83D4C4C1285C3C6301112FFD0DC08018A3A82545BA3", "AutoV3": "1373732C6C85"}, "downloadUrl": "https://civitai.com/api/download/models/375034", "primary": true}], "images": [{"id": 7466516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4232959c-974b-4c3b-95c4-ce20293680dc/width=450/7466516.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "UWID,g-pXgoy}@xaJ7baIUxZI:IVXSozs:RQ", "type": "image"}, {"id": 7466513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eff9b48d-1b10-4345-a34b-a55f65e275dd/width=450/7466513.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "U8GuE-ks?wVsmi%100f,00iu0MEN9bbb~BIW", "type": "image"}, {"id": 7466511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff2fd7b7-31c3-4a4f-b09d-7e49077cf1f9/width=450/7466511.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "UHF=2V~W~S%f9EIU4:M{E0bFRlWBX7Rlt7ax", "type": "image"}, {"id": 7466512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ac0f5ac-a4a0-41d7-a78c-7f36e33d963a/width=450/7466512.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "UHGb6o_4~V%g=|xuELWC00IA4.IUIoV@IVNG", "type": "image"}, {"id": 7466526, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02618e3f-531d-4f75-9c73-e0ee6fd15f6a/width=450/7466526.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UHG*Qg9Zx.E2}[4;0zJ8D%-:4:t7Sw-oaext", "type": "image"}, {"id": 7466527, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c6c4a58-f81e-48d1-b223-da8eee49a319/width=450/7466527.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "UIG*.]sS-P57}lV@9uEMv|$hOZJoDin%IpNI", "type": "image"}, {"id": 7466539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de8f20ce-4a16-4f3d-917b-c63423aa3c6f/width=450/7466539.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UUHnvx%L-m%2~Wt7NGNGIUR*D*RjM{RjM{xt", "type": "image"}, {"id": 7466545, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3768729d-c956-44cc-9771-eb49980eb6a4/width=450/7466545.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UIIXEe_3Xm4n}QNG0is:DhIo9v-oIpRjSOxZ", "type": "image"}, {"id": 7466501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5e72cc8-18fa-43df-b91f-302e42e1a3f3/width=450/7466501.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "UHGR#abd~S%1i^xa4nM{9YMxDkt7kCM|WEtR", "type": "image"}, {"id": 7466556, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/051374fe-b3b2-4aaf-a20c-7965dfc08014/width=450/7466556.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "URFOM~a$~9aywbWVM_R*D%oeIVWV9wodWZof", "type": "image"}, {"id": 7466562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16246ce6-cbc7-4b3c-930a-589f4cc3382d/width=450/7466562.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "UMGka$Sh~Uo#r?D*E2Rj9Ft69ZRjNGxuogkB", "type": "image"}, {"id": 7466605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19dc6550-241b-4c1d-95fc-ad28d430e19c/width=450/7466605.jpeg", "nsfwLevel": 16, "width": 1664, "height": 2432, "hash": "U9EV89I[$d0L5l57iH%29D-h02~W4;NMxbx]", "type": "image"}, {"id": 7467504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17bd71ed-d7bd-466d-a587-0711b62ea785/width=450/7467504.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "U4D9F_00xO0MrV%O00%L00~C02~U?WwH=_Ip", "type": "image"}, {"id": 7467506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62f62736-94d2-4ea0-8fce-e7e57220a0c1/width=450/7467506.jpeg", "nsfwLevel": 16, "width": 1664, "height": 2432, "hash": "UGECC6~q%JI:NZoynMNFDiIA0gWC4oIUV@of", "type": "image"}, {"id": 7467509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6262340-542d-4db4-a2e5-772b9bcc84a5/width=450/7467509.jpeg", "nsfwLevel": 16, "width": 1664, "height": 2432, "hash": "UFE_]qE0~3Iq^+Io9tfiE1Ip57a#V?tRa#t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/375034", "modelId": 334822} \ No newline at end of file diff --git a/datasets/metadata/375374.json b/datasets/metadata/375374.json new file mode 100644 index 0000000000000000000000000000000000000000..db8dae5cc8e59039d26eecb1f39fd3e77840bb49 --- /dev/null +++ b/datasets/metadata/375374.json @@ -0,0 +1 @@ +{"id": 375374, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-05T08:54:22.809Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 338, "ratingCount": 39, "rating": 5, "thumbsUpCount": 72, "thumbsDownCount": 0}, "files": [{"id": 300748, "sizeKB": 22258.71484375, "name": "Matou_Sakura_Fatestaynight-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-05T08:46:00.841Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BC552D72", "AutoV2": "7C2AD18584", "SHA256": "7C2AD18584A2608863303D18FB2697F336026DEB88FB543A774EAEA6914B9E3D", "CRC32": "045D563E", "BLAKE3": "4F14B83F8F44E7634E5D0ED6CCF21FF9DFD42CBBF7777226D8D65FCB803220C5", "AutoV3": "53E445E36172"}, "downloadUrl": "https://civitai.com/api/download/models/375374", "primary": true}, {"id": 300749, "sizeKB": 42821.3935546875, "name": "Matou_Sakura_Fatestaynight.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-05T08:46:03.646Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D87C86C1", "AutoV2": "B9EAC89F5B", "SHA256": "B9EAC89F5BFB93DD3F14CA99F5D8C4A3D7C3C37CFE99AA94CFF3BD2ABA8977BF", "CRC32": "E82AE7D3", "BLAKE3": "D59D43FF82D1C3D6225E30EF8B96AD1A4BD6B9E81BE22F3B7B75D60A1E5EF548"}, "downloadUrl": "https://civitai.com/api/download/models/375374?type=Training%20Data"}], "images": [{"id": 7474064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/482e8e2a-dc6a-49f3-9e03-bb43c0825da8/width=450/7474064.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYOz0?xv_M%M9Fxu?uWB.9t6s+M|kYRjt5WV", "type": "image"}, {"id": 7474065, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2b34f4b-73cd-46d8-828e-d042f3e8af31/width=450/7474065.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYOz0?xv_M%M9Fxu?uWB.9t6s+M|o$RQt5WV", "type": "image"}, {"id": 7474516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21c7069c-dbd0-4643-a406-239d3b9dbfa5/width=450/7474516.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URMZ,o4nX,IpM}R%xtnhRjj]-:Rj_4oMMwba", "type": "image"}, {"id": 7474646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13fd39fa-09b7-4bb1-8edb-7b977a3f96a5/width=450/7474646.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UbN0o4bc?^RP?w%M.7smg3xus,IoE2s.n#D*", "type": "image"}, {"id": 7474848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91c27600-6a9d-4acc-bf26-f41aa38c103a/width=450/7474848.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNK1m|?^0MROTz?v~Vs9XUx^%LWC9G%2xaIp", "type": "image"}, {"id": 7475089, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f6f4a91-3ea6-46cd-b0e2-41b1685c6c29/width=450/7475089.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULL4d300Bfw201V?Or#pIVX3-;Na?dIAnPD*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/375374", "modelId": 335153} \ No newline at end of file diff --git a/datasets/metadata/37629.json b/datasets/metadata/37629.json new file mode 100644 index 0000000000000000000000000000000000000000..4d504d75f3aa02b91a4576e112e6bf002e4231cf --- /dev/null +++ b/datasets/metadata/37629.json @@ -0,0 +1 @@ +{"id": 37629, "index": 0, "name": "Female Focused - v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-08T16:42:29.366Z", "availability": "Public", "nsfwLevel": 1, "description": "Images made with LORA weight 1.0
Trigger word: pxint
Helpful positives: portrait, droplets, flowing, with a splash of paint, paint splash, multicolored, white border, from side, looking to the side, looking at viewer, COLOR and COLOR, splatter, bubble, swirling, sparkle, rim lighting
Adding colors you don't want to the negative prompt will help if you're constantly getting blue skin for example.
", "trainedWords": ["pxint"], "stats": {"downloadCount": 4218, "ratingCount": 530, "rating": 5, "thumbsUpCount": 564, "thumbsDownCount": 0}, "files": [{"id": 98926, "sizeKB": 2100.4384765625, "name": "AbstractPortraits-FF-TrainingData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-07T02:00:43.562Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "404D8B40", "AutoV2": "052F38C9DD", "SHA256": "052F38C9DD61ECC13E8C3CFCF30C45ECB43F5D410C2C5457EA3CD40C92ED6973", "CRC32": "E324F8D1", "BLAKE3": "647A13019D2CED5146957D9B33326327798A551DE469284F9749746C09F4526F"}, "downloadUrl": "https://civitai.com/api/download/models/37629?type=Training%20Data"}, {"id": 29830, "sizeKB": 15961.6513671875, "name": "AbstractPortrait_50_R.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-06T00:35:32.194Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "484D881F", "AutoV2": "65D96E60A6", "SHA256": "65D96E60A6D9BD8F01E3E9F33A2649C73FBAB2241915633B1D8C89EB256DA829", "CRC32": "428C9BC7", "BLAKE3": "15F460AECA35B142715D2C6F2B8954EBA9A3925DD06B3ED40AC4F253001A740B", "AutoV3": "93B73751E742"}, "downloadUrl": "https://civitai.com/api/download/models/37629", "primary": true}], "images": [{"id": 417550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a93296f8-84b0-4a4e-442f-271e6cbe6f00/width=450/417550.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UjGR^{rrtRSh~qaK-;of%2S2-;soxuay%2kC", "type": "image"}, {"id": 417557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a379b1e-e8e2-4c5f-86d9-dfaad56ece00/width=450/417557.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UWH2WcIU~q?v?bofWB-;M{Rj%MIUWV%M-pay", "type": "image"}, {"id": 417554, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ea54245-84bc-4272-0367-4b9dd28f1d00/width=450/417554.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UCAm*W9F8{~ptRM|MyxuELsq$*NFkoRkMzt6", "type": "image"}, {"id": 417556, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3532cac-7dfa-46f5-014c-c7bf33ded100/width=450/417556.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U7ATi@{I003s%hQ,M_%M00S$~WaJ0KX:?cV?", "type": "image"}, {"id": 417558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b6f04a3-a1da-4d57-8dc5-ac034b3d0c00/width=450/417558.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UaHB.0IV~pR$-;t7x[%M%MNF%3R*%Mofs:WB", "type": "image"}, {"id": 417559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7eddfaf-1878-4efe-f8f7-3a5f7d313b00/width=450/417559.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U6ATcf~900Vs0o0NDh%gL}~8~qMx0NSj.89G", "type": "image"}, {"id": 417563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d55ac9ca-ff17-42c3-6ed2-0b2b98637f00/width=450/417563.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UWE:h_xu~V%g?bt7WBoz=|WUyDWB?bofRjf6", "type": "image"}, {"id": 417564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f833374-0cfe-49ca-9032-247844ea6300/width=450/417564.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UDBpR,0d4m~D-pM{E0-q4nad?bIp9]xu%2IU", "type": "image"}, {"id": 416647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7398028f-d947-42f2-457e-2ddedd181900/width=450/416647.jpeg", "nsfwLevel": 1, "width": 3026, "height": 750, "hash": "UvJt-$%3xut7ogfkj[a}~qayWBjttRofj[oL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/37629", "modelId": 31209} \ No newline at end of file diff --git a/datasets/metadata/376340.json b/datasets/metadata/376340.json new file mode 100644 index 0000000000000000000000000000000000000000..5302429c8c354b3b08bf60a59b97db76af23d403 --- /dev/null +++ b/datasets/metadata/376340.json @@ -0,0 +1 @@ +{"id": 376340, "index": 0, "name": "Lololosha preview style", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-06T01:12:07.308Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 42, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 301560, "sizeKB": 5802.19921875, "name": "376340_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-05T19:25:41.371Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "88F9694D", "AutoV2": "BE155DEB77", "SHA256": "BE155DEB7717F4E99F0C970E6822860A08981CBBE95192723D3DAEE98602D537", "CRC32": "310F7194", "BLAKE3": "178F631014D78D5E0D072C19F339B15671636F6E06C49CB02F3CD39FD17E89FF"}, "downloadUrl": "https://civitai.com/api/download/models/376340?type=Training%20Data"}, {"id": 301928, "sizeKB": 36981.0703125, "name": "Lololosha_preview_style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T01:10:51.806Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7C6A144C", "AutoV2": "3DC06C39E4", "SHA256": "3DC06C39E435B3B664B43EF2C301596A0D428D9AA7CC2820A8D7DBD5C47C989F", "CRC32": "E1A4BCD1", "BLAKE3": "BB29F2F50E276E95144EB64E079DFA2B3F0EEA27A21C4F2978625EC4DE3B7B4B", "AutoV3": "B1CBB88ACF67"}, "downloadUrl": "https://civitai.com/api/download/models/376340", "primary": true}], "images": [{"id": 7520260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2553198-e296-4c73-8622-f83d82af828a/width=450/7520260.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UEGIP[9Z4.~V~VE2E1-o0LM|bb-o4:xat7s:", "type": "image"}, {"id": 7520263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e64f705-e427-4942-9ee2-4518af74f057/width=450/7520263.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UXJ*;1rJXeXj_Jn9IooyR%ayi+ocI.t6ofWA", "type": "image"}, {"id": 7520261, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0d6af62-49d3-4e4d-afb1-d0eb7bf4db1b/width=450/7520261.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UGHx=u^k_Kl6-V=y8z%LOSX4a2xtcUMzoytj", "type": "image"}, {"id": 7520266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc9365f8-cbd2-4076-a423-0961396509f4/width=450/7520266.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UFG]QqABCH}v?CD*0eVGIV-pjHSwY1yA?sNZ", "type": "image"}, {"id": 7521646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2aeeed3a-59c2-44bb-a0d4-fdc0bfc8c4d0/width=450/7521646.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U79*3@D*00?GHax[Y2n75OjI~DNGELxunOW:", "type": "image"}, {"id": 7520259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73b4b738-bdf8-49cb-a27f-470ea0157ec4/width=450/7520259.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U6A-9gv}0L4.#S;{4oGG4T5R$L~W5RXT%zv~", "type": "image"}, {"id": 7520264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7d9b39c-f545-4f62-a060-d942fe953611/width=450/7520264.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U5BgG600BD00VX-TI@FL00={O@}@Mw0~#+?H", "type": "image"}, {"id": 7521645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2000b3e-7595-4a68-b0b0-47f9e3c0df67/width=450/7521645.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U9B|$#Otu6lAUwR*J5og0KRO#nt6X,sCt7WY", "type": "image"}, {"id": 7521644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ede29244-3ada-4884-bc11-47956ecd9758/width=450/7521644.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U9Dbsxx[L@Dj|~M_x^R$%dR~%fEJNyI-=|R%", "type": "image"}, {"id": 7520265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74c5e4be-3618-46f2-80e5-832211830072/width=450/7520265.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U5Awer564T~W4TyDE1wc0000_N%MKi^*-;9v", "type": "image"}, {"id": 7520269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74e1450b-1ed5-4716-807b-d2e31a27467e/width=450/7520269.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UUHCJc_K%e_2=}W=RmxIepwPnnf8O8x?t6RR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/376340", "modelId": 336045} \ No newline at end of file diff --git a/datasets/metadata/376465.json b/datasets/metadata/376465.json new file mode 100644 index 0000000000000000000000000000000000000000..b840b285d316ca980464ed09dcf6daf148cf8fc3 --- /dev/null +++ b/datasets/metadata/376465.json @@ -0,0 +1 @@ +{"id": 376465, "index": 0, "name": "Zutomayo/Hanabushi Art style", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-06T01:16:05.990Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 50, "ratingCount": 1, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 301650, "sizeKB": 5698.1787109375, "name": "376465_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-05T20:50:59.214Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DBA79135", "AutoV2": "52342A5B69", "SHA256": "52342A5B69F7F8469775858A911624517A5001E807883FA493FB0A0DF1763FC6", "CRC32": "86613CFA", "BLAKE3": "FE6547B6EBA04D92D4026837051A2A86AFF60D71CDEC856A14D283E475431B4F"}, "downloadUrl": "https://civitai.com/api/download/models/376465?type=Training%20Data"}, {"id": 301936, "sizeKB": 36984.4765625, "name": "ZutomayoHanabushi_Art_style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T01:16:23.422Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3927E9DF", "AutoV2": "118981E52A", "SHA256": "118981E52AC2AFF64D2CD1AB896DFDA4AA061675B8A32F84B46070C9A5660F75", "CRC32": "7FC60139", "BLAKE3": "39CD343865E11FAC907FBA3E6BA71B74B6EB0A0D741D4A86C0B9F5D6EAA408DA", "AutoV3": "B93284455D28"}, "downloadUrl": "https://civitai.com/api/download/models/376465", "primary": true}], "images": [{"id": 7637799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf89bd9f-4dca-49f7-8d85-e7e8c8b516a7/width=450/7637799.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UFD^sADkk[NMt-xsH?t7.laysktQo}RRV[V@", "type": "image"}, {"id": 7637797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bb2e7ff-1714-4d8e-954c-ca744713373e/width=450/7637797.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UA7LpIbxD4R4ThogQlactRWmoLRiSIouaen,", "type": "image"}, {"id": 7637798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf5b6012-6a6e-4396-8e99-ed1567c99adb/width=450/7637798.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U7FPse_2-=%0~qM|4URj^rxu00X9?c%MH=%L", "type": "image"}, {"id": 7637796, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/259eaf36-de3d-47fc-bee4-5ddf001c1595/width=450/7637796.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UFIPG94;U[%LA2M_nOb0~RfBE1oeE.$}wcM|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/376465", "modelId": 336162} \ No newline at end of file diff --git a/datasets/metadata/376497.json b/datasets/metadata/376497.json new file mode 100644 index 0000000000000000000000000000000000000000..698879a8689bfd6263fcc093c94a20a48355207d --- /dev/null +++ b/datasets/metadata/376497.json @@ -0,0 +1 @@ +{"id": 376497, "index": 1, "name": "Elf Elain from KP", "baseModel": "SDXL 0.9", "baseModelType": null, "publishedAt": "2024-03-06T08:09:39.177Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 50, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 301771, "sizeKB": 56206.263671875, "name": "376497_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-05T22:36:30.545Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4ED704BB", "AutoV2": "B76BAB5306", "SHA256": "B76BAB5306C4342811F0337B89269F76944FE303EE4FB7549BB43F08D403E629", "CRC32": "0AA5D04E", "BLAKE3": "01FE45B0787FF702DCFB13B1AC67FC2808BAA2887E49765B2D6D5E51EC2A3EE0"}, "downloadUrl": "https://civitai.com/api/download/models/376497?type=Training%20Data"}, {"id": 302377, "sizeKB": 223108.48046875, "name": "Elf_Elain_from__KP-000019.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T08:05:48.565Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "62CF8E79", "AutoV2": "54BDB609D9", "SHA256": "54BDB609D958698DDB874A273A958FF405FFDA43883475D42F0776AC81F6BF61", "CRC32": "BF2A4DCD", "BLAKE3": "A393CA3AE34A8E8D41C674CD752E6C555760674AD95901772D8AF0918A7E90DB", "AutoV3": "A92BA3621ECE"}, "downloadUrl": "https://civitai.com/api/download/models/376497", "primary": true}], "images": [{"id": 7647616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/962ebe96-73ed-4eda-9934-e6de365a758c/width=450/7647616.jpeg", "nsfwLevel": 1, "width": 3648, "height": 2496, "hash": "UEM5w]Nr0J%4}x56EJXSK}E1og%g-:V=MwIV", "type": "image"}, {"id": 7582267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/562afd0b-9f86-45bc-a01f-bf57ff114eba/width=450/7582267.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "U;Rx$Lof.ltRxukCW-V[o}aeaKoftRjujZbG", "type": "image"}, {"id": 7582262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5562144e-0e0f-4f75-9e68-ec58c5ba8d62/width=450/7582262.jpeg", "nsfwLevel": 1, "width": 822, "height": 260, "hash": "UGP#KvOT4T5%@{];?INd8{#=%gNZ}]f,WYN=", "type": "image"}, {"id": 7582214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d80b534e-30e1-4ab6-8e6c-c65cefd1edd8/width=450/7582214.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UFO-Hx^mD$:b}dQ,Ey?HcC#r5QJPxbspn$S1", "type": "image"}, {"id": 7582285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d627a753-277c-48a6-bb5b-7e87bf4986f7/width=450/7582285.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UdN,DA_4b].8%2%2NGX5NwxuoLRix]ofMyV@", "type": "image"}, {"id": 7582289, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bb6a530-aa40-4aac-864a-18fe32f65697/width=450/7582289.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFRJEk*OHv=z;FpHSd#ntAxvtkIU:[pGs;Z*", "type": "image"}, {"id": 7582301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9e86394-038e-4437-a629-881ba20f807b/width=450/7582301.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEET_q-W0c9s}v$+0^EKMw$-EvI-ojS3=#s.", "type": "image"}, {"id": 7582358, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7df77c4a-19ac-45ac-9f90-ebb811d19cdc/width=450/7582358.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFM~05Dm0JBf}wIBJ|t+Xnr@RQbu-;jcInaw", "type": "image"}, {"id": 7582478, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ad2c9be-e458-4196-b2b6-a59a2ecda365/width=450/7582478.jpeg", "nsfwLevel": 1, "width": 3072, "height": 3072, "hash": "UIOL7v54udid:@OA5PiySvtQxar^RjX5jFs;", "type": "image"}, {"id": 7582524, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0790938d-e2db-47c2-94c7-c2ef39968926/width=450/7582524.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDMPIRH[?aTI^7%g00xtC%M{0KM{.k-pm-WE", "type": "image"}, {"id": 7582566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14badfa3-e88b-4c4b-8dbe-5ac1172b688f/width=450/7582566.jpeg", "nsfwLevel": 2, "width": 1216, "height": 832, "hash": "UAINE~rY5:-q}FER0JNYTd-VXmOW00s;9YIn", "type": "image"}, {"id": 7582569, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ad72bec-0dd7-4610-8358-d3f27fdde2a5/width=450/7582569.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEOxOonp4WyC?dj^AANG1IXMwbRj-%Vr8{xt", "type": "image"}, {"id": 7582583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e7f2b14-2c6d-47ed-9cde-b18fdc7c55a3/width=450/7582583.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UGFON7}^ksSc,tMe4.$g0_9@OB-;5%ORi_NH", "type": "image"}, {"id": 7582601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6d80793-7c30-48f9-a157-7f2318d5b174/width=450/7582601.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UYMP@8IU?uxux[k9NFxu.lkCr]jG-;aLxakC", "type": "image"}, {"id": 7582641, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/282acff6-dde1-490f-89a6-a33cfa876008/width=450/7582641.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEM},s:n0J$kRQ~W0daK1ZI.NYOUBhE1VtEL", "type": "image"}, {"id": 7647621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92940447-4e63-47b9-8f5a-0958ab209ace/width=450/7647621.jpeg", "nsfwLevel": 2, "width": 2496, "height": 3648, "hash": "URJ%U%~opH%2}[I:kW%14.NHxbof9Zn%jcR*", "type": "image"}, {"id": 7647650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c708bce6-f8a9-4710-9a65-2fab40f646af/width=450/7647650.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UVH1Mu~Vo|NYadxaxuxu9tRjRjnjIoNFjFsW", "type": "image"}, {"id": 7647658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/780c374b-eabe-4169-9c64-326747a52990/width=450/7647658.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOMP5:~VEv?G=yxso|o#5jsosCogtRs;RkRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/376497", "modelId": 336190} \ No newline at end of file diff --git a/datasets/metadata/376531.json b/datasets/metadata/376531.json new file mode 100644 index 0000000000000000000000000000000000000000..143a771204b8949e8db9fcac302bcd1605e87529 --- /dev/null +++ b/datasets/metadata/376531.json @@ -0,0 +1 @@ +{"id": 376531, "index": 0, "name": "DemiyahXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-05T22:11:02.759Z", "availability": "Public", "nsfwLevel": 1, "description": "Fictional Character, any resemblance to persons alive or dead is complete chance. She was made up completely from my imagination
", "trainedWords": ["Demiyah"], "stats": {"downloadCount": 62, "ratingCount": 3, "rating": 5, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 301696, "sizeKB": 6031.865234375, "name": "376531_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-05T21:26:26.922Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EAAFD0E6", "AutoV2": "1D3E5A7C5E", "SHA256": "1D3E5A7C5E3D1FD56DDCEBFEEDE27287623E0BB64802076B6AE60D8FE0E3DE2D", "CRC32": "CE0814CC", "BLAKE3": "9385ADD0CBFB3B2A43939C4E533C77CD71684AE1F083076949D3D91AE81A51EB"}, "downloadUrl": "https://civitai.com/api/download/models/376531?type=Training%20Data"}, {"id": 301752, "sizeKB": 223098.78515625, "name": "DemiyahXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-05T22:05:52.588Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "767C1074", "AutoV2": "85DD0DDB9B", "SHA256": "85DD0DDB9B051E941582AB3AE46B31262DFCBB67C9FCE5A2C7FAC61360AB658B", "CRC32": "8206F09F", "BLAKE3": "6E77FDAD6E3256A5739C53E11CEE217FAE5BF701C40C1A797AEA2975A4D38C27", "AutoV3": "C3CF10B486D3"}, "downloadUrl": "https://civitai.com/api/download/models/376531", "primary": true}], "images": [{"id": 7501078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9034cf58-ee7c-40bd-938f-ee51620eb2e3/width=450/7501078.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8DS%WIU00?a#SE100~VPA%M}[9G0Ks.={Ip", "type": "image"}, {"id": 7501077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b79d0df6-ab9b-4661-a486-139b4a9f107a/width=450/7501077.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFCjza?[0J4.%dafELIo9uRR;S-o5PNG=z%2", "type": "image"}, {"id": 7501079, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76e4e25c-e71d-4697-b421-7d9c5358c7e7/width=450/7501079.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBC?u=D%00?b~Cxt0LR+0}bH}sRQ0yof=|Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/376531", "modelId": 336220} \ No newline at end of file diff --git a/datasets/metadata/376548.json b/datasets/metadata/376548.json new file mode 100644 index 0000000000000000000000000000000000000000..a0e58515e786ef781abdbff24c95f991aaedcf45 --- /dev/null +++ b/datasets/metadata/376548.json @@ -0,0 +1 @@ +{"id": 376548, "index": 0, "name": "pom-pom", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-06T09:55:29.901Z", "availability": "Public", "nsfwLevel": 28, "description": "model created based on pom-pom honkai:_star_rail, which was subjected to r34 :)
", "trainedWords": ["pom-pom"], "stats": {"downloadCount": 45, "ratingCount": 4, "rating": 5, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 302471, "sizeKB": 36977.296875, "name": "pom-pom.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T09:35:49.887Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4DB62AAB", "AutoV2": "3A662E5DF8", "SHA256": "3A662E5DF82DD67F094768EC50A1670CA997FB63F0120E597DBA9F279583FBE5", "CRC32": "056EECA7", "BLAKE3": "F84D811F6CBC4046C5476819BBAB1ED1F134089F2BE59B6F65CCADDE916D4359", "AutoV3": "39C81F029D24"}, "downloadUrl": "https://civitai.com/api/download/models/376548", "primary": true}, {"id": 301708, "sizeKB": 98.2236328125, "name": "376548_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-05T21:35:45.406Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "E8C82F0710", "SHA256": "E8C82F0710FE4167A5A624A0A1D773E29ADFA390E5D0A0C478628E318920B6A1", "CRC32": "FCEDC57B", "BLAKE3": "2747D44DA7851202561917A90858035C8E503EE20C88B042F1B559F0CD808B07"}, "downloadUrl": "https://civitai.com/api/download/models/376548?type=Training%20Data"}], "images": [{"id": 7523035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5b331f5-4cd5-4226-9292-55e3d39dea02/width=450/7523035.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U*NdE:kC~qt7%Mj[R*a}x]j[WAa}Ria|oLjZ", "type": "image"}, {"id": 7523034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d88b0870-4efa-4c7e-8bfe-256f6572dae8/width=450/7523034.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UzN^YukC_Nt7%Mj[WBa}tRj[n~fkjFa|WBjZ", "type": "image"}, {"id": 7523036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d893a539-30d4-41f3-a76c-603d5ccdab20/width=450/7523036.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UzO3|UkC_Nt7%Mj[WBa}tRj[oIfkjFa|WCjZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/376548", "modelId": 336239} \ No newline at end of file diff --git a/datasets/metadata/376818.json b/datasets/metadata/376818.json new file mode 100644 index 0000000000000000000000000000000000000000..aea49ac2f45a92c09a5204ddc4adb51e37a17645 --- /dev/null +++ b/datasets/metadata/376818.json @@ -0,0 +1 @@ +{"id": 376818, "index": 0, "name": "Getou suguru", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-06T07:55:00.479Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Getou Suguru ,1boy ,Black hair ,Single hair bun ,Gakuran ,Ear piercing ,Black eyes"], "stats": {"downloadCount": 100, "ratingCount": 10, "rating": 5, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 301955, "sizeKB": 14923.9345703125, "name": "376818_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T01:35:54.792Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1350F207", "AutoV2": "2300A02171", "SHA256": "2300A021714A7636EA9AC5D211D3BDB0AD92C587011ABD4195D93414A11269CD", "CRC32": "46DEB966", "BLAKE3": "AF4C3A96B3A66DC7E4CC831FB2DEC2BAC78E022E4EE8252F2F12F080FA9F730C"}, "downloadUrl": "https://civitai.com/api/download/models/376818?type=Training%20Data"}, {"id": 302243, "sizeKB": 223102.30078125, "name": "Getou_suguru.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T05:55:54.114Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9BE75FF1", "AutoV2": "72C3394252", "SHA256": "72C33942521C61FB540886D113281A450F8B0E03EDA19763949AB2F9538847A5", "CRC32": "E36770EF", "BLAKE3": "7D781663020A84EBB5FD5D1B2CC90E840F307D7371102A428A6E5BBF950F99CC", "AutoV3": "EECA19286D44"}, "downloadUrl": "https://civitai.com/api/download/models/376818", "primary": true}], "images": [{"id": 7517341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6685e3fc-ad72-443e-8db0-b32b47264eb1/width=450/7517341.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "USI4;RIUK6t6~VE1NHWB4:RP$%M{EhIUxuV@", "type": "image"}, {"id": 7517340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/881cb83b-b9b3-44f1-8d32-4461f6b01e44/width=450/7517340.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UPF=wA?a?c%L~CniE1Mx^*^+t7s:%Mad%Mxu", "type": "image"}, {"id": 7519237, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a75ffe7-8d31-4bbe-883e-b0340ee69e74/width=450/7519237.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UZH.g3n$?wtR~WoeIoRj$ekDITM{-;ayxuWC", "type": "image"}, {"id": 7519235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7be47d0-9a8b-41cb-b801-480ed67feecb/width=450/7519235.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UOHVVdIBpys9?bD%VsR,IANFWAt6j?x]t7Mx", "type": "image"}, {"id": 7519234, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c181c231-a206-4d41-b778-a75bc1036c30/width=450/7519234.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UYFh#HD%t7t7~VM{WBxaozIVxaf6NHWBs:s:", "type": "image"}, {"id": 7519232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f21c2115-4e1b-49f2-875c-d9e32a45d7f9/width=450/7519232.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UZI}YH^*ofIp~pIUxu-:R*E1xu%Mozt7xtaf", "type": "image"}, {"id": 7519233, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a3ad1d3-09fa-452a-a2fe-6b786b9449e3/width=450/7519233.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "USC~;sxaxYs.~Vt6R*f6%Lt6NGR*WXWCWBWC", "type": "image"}, {"id": 7519238, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77b40302-95cc-4186-90d9-e2871bc5555e/width=450/7519238.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U9A^F000~q9F-pofIoM|M{%2D*%2M{xuM|xu", "type": "image"}, {"id": 7519236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b29abcac-763f-430f-98f9-1fe94a6236bd/width=450/7519236.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UICGAF00~pD%^*9Zxus:Rjj[WBofRkofs:NG", "type": "image"}, {"id": 7519240, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3dd4a2ee-5139-40d2-87b9-de36a9bf0abc/width=450/7519240.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UTIE94E2M_%2~UxZoeIpI;WC%1s:WWWC%1s.", "type": "image"}, {"id": 7519242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea5777ad-ae69-4d96-8daf-3c88dca79d5a/width=450/7519242.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UXG]agxt%i%g_4VsNKxu%0t8MxIT%g%Nt6oe", "type": "image"}, {"id": 7519241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9e78073-1030-48cf-8253-b2530238259e/width=450/7519241.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UWH.{Sof.Aof.9R*IAfi-;M|i]t7tmoft6f5", "type": "image"}, {"id": 7519243, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b190e740-b91a-44fd-af9d-c38cb50c2411/width=450/7519243.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UlHVxaof.Tn$%Mt7M{t7%1oJRORjxYt7xtWV", "type": "image"}, {"id": 7519244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fc40aba-5c77-4539-9f57-8596b58ee9ba/width=450/7519244.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "ULG+tFMxyZ%$_3ae00xv~pM{sl%1x]bIf9xZ", "type": "image"}, {"id": 7519522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad23d636-32b0-47a2-8e4d-15bc2ca052c0/width=450/7519522.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UOFrS2o#kq-;%1RiV@IV%0xZ-oRk~VIVRjt6", "type": "image"}, {"id": 7519521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c86accb-0ae0-4dc0-b612-f86e0a3e7560/width=450/7519521.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UXFF8HWCT0WB~VRikXNG9tM{xZM|56R*xGjZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/376818", "modelId": 336485} \ No newline at end of file diff --git a/datasets/metadata/377028.json b/datasets/metadata/377028.json new file mode 100644 index 0000000000000000000000000000000000000000..5493f2d43d8c978305b5c30143eecc93434264a6 --- /dev/null +++ b/datasets/metadata/377028.json @@ -0,0 +1 @@ +{"id": 377028, "index": 0, "name": "Spun Jock DILF", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-07T08:15:30.954Z", "availability": "Public", "nsfwLevel": 28, "description": "always improving
", "trainedWords": [], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 302139, "sizeKB": 13386.185546875, "name": "377028_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T04:30:56.079Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C1264DF1", "AutoV2": "AC83A1BC08", "SHA256": "AC83A1BC08F273AAD00BC02BC72C027F0696F1E4BA598F4E24FCEACA3B2FAB39", "CRC32": "51CBB0AB", "BLAKE3": "3F432EAF56BBF6A575BBE2DCC5F9830985FE9A777923200B0C4C3CA707F53402"}, "downloadUrl": "https://civitai.com/api/download/models/377028?type=Training%20Data"}, {"id": 303780, "sizeKB": 36978.421875, "name": "Spun_Jock_DILF-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-07T08:15:43.739Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FEDCFDEF", "AutoV2": "C17962C48E", "SHA256": "C17962C48EC9BC6D5A96DAC22D4CB1F8F1C0A3AAED8E4D13B66330B2EEFF9C83", "CRC32": "6BA77B9C", "BLAKE3": "B9BA5B92A1B1E2BCD5047E1DC0684F691DA836FCE61134F41B9B64FF4BF469B1", "AutoV3": "DC1E4069FF46"}, "downloadUrl": "https://civitai.com/api/download/models/377028", "primary": true}], "images": [{"id": 7564639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2783c805-8653-4b61-bbb5-cf3ecc04d88e/width=450/7564639.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U7KK1m000000r;tQ^l~W16?a$y.70JIUFeI;", "type": "image"}, {"id": 7564640, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14039729-50ac-47de-8a2c-5f3e2aec7fb7/width=450/7564640.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UMF6b4fi0KXA~qV@M{o#Q,j?s:jZS5t8RiRi", "type": "image"}, {"id": 7657682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab32b4c6-cf2f-443f-b4e5-5b1f1e18177d/width=450/7657682.jpeg", "nsfwLevel": 8, "width": 309, "height": 512, "hash": "U5EU_ouP01bc8J.9jG9u0O%hOrs.kq=|=|xa", "type": "image"}, {"id": 7564696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5e56524-1c7b-4b86-9786-6fb467caaee1/width=450/7564696.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UAH-JjEN00}?5mI:^Niw01^*sk4:X9o#9ZM_", "type": "image"}, {"id": 7657684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b26ca0c9-f56a-42f3-8651-2e20ee300d52/width=450/7657684.jpeg", "nsfwLevel": 8, "width": 768, "height": 768, "hash": "UBDSL6~p014:kr%MxuR+0KIU-o%2M{IVadt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/377028", "modelId": 336683} \ No newline at end of file diff --git a/datasets/metadata/377059.json b/datasets/metadata/377059.json new file mode 100644 index 0000000000000000000000000000000000000000..39fa8e9f64c96c2d7d5e172a16cb01db67612e2f --- /dev/null +++ b/datasets/metadata/377059.json @@ -0,0 +1 @@ +{"id": 377059, "index": 0, "name": "EI Leggins Texture SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-06T20:11:37.400Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 52, "ratingCount": 1, "rating": 5, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 302265, "sizeKB": 135446.5439453125, "name": "377059_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T06:16:26.194Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DA723451", "AutoV2": "33A132B867", "SHA256": "33A132B86768C2FDEF4614E77E26E2A67F500498FB4D7C0578F178BC517A7ADB", "CRC32": "06177B8E", "BLAKE3": "8618C58A68BE132F3CA5DDB1ED4F86D836F701341706B185DA874F79F0291E83"}, "downloadUrl": "https://civitai.com/api/download/models/377059?type=Training%20Data"}, {"id": 303067, "sizeKB": 223101.29296875, "name": "EI_Leggins_Texture_SDXL-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T20:05:58.386Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "90388F07", "AutoV2": "6678AC6ACF", "SHA256": "6678AC6ACF2436B8FBB8B99D5A0406DCF2902DCD56049AE8D34B5866F88CC175", "CRC32": "A00698F5", "BLAKE3": "D8DCEDD849568C0DD685F502C5575D566D9DF458CAD5AA77BAAE01F7C416324D", "AutoV3": "1D27B50CCEDD"}, "downloadUrl": "https://civitai.com/api/download/models/377059", "primary": true}], "images": [{"id": 7541899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ef362b2-b85b-40e2-9849-dd9a08cffd33/width=450/7541899.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U02FJdObs-NF~WJXWVad={ENNH$%i]56NH-V", "type": "image"}, {"id": 7541900, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3580a1cc-f455-442f-a5f0-b103fb3d18b7/width=450/7541900.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U86IEH00x]kC?]DjRP%fV@tRMyx[Mxoyx]IB", "type": "image"}, {"id": 7541901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba1b74db-0875-4f57-a138-72760449fa63/width=450/7541901.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U23kvCE4WBS5~8IrNHs:%0NIIq%0oeEOo0xY", "type": "image"}, {"id": 7541905, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc141fc1-bfea-4367-b6bf-fe3349b46d94/width=450/7541905.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U241ztAcoJV@}[OGNaw]n*R,Nb$%IUIos:kC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/377059", "modelId": 336712} \ No newline at end of file diff --git a/datasets/metadata/377134.json b/datasets/metadata/377134.json new file mode 100644 index 0000000000000000000000000000000000000000..a974173f502c4936a1059b8c8ed1fb4a294c7a81 --- /dev/null +++ b/datasets/metadata/377134.json @@ -0,0 +1 @@ +{"id": 377134, "index": 0, "name": "smolpp_small penis v2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-06T06:38:05.219Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["smolpp", "small penis", "flaccid"], "stats": {"downloadCount": 1664, "ratingCount": 13, "rating": 5, "thumbsUpCount": 113, "thumbsDownCount": 1}, "files": [{"id": 302231, "sizeKB": 10801.7978515625, "name": "377134_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T05:46:56.699Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "063704E7", "AutoV2": "E0770EAFA7", "SHA256": "E0770EAFA77AEBBB85D67470F0DD7869B433163DA0F912E3AB03DB93E22CAFDD", "CRC32": "597A0221", "BLAKE3": "35463FB5BC813CD192D75F10A5ECCCF2BD1B4F00FFA2BE72A54905B13AFE3E96"}, "downloadUrl": "https://civitai.com/api/download/models/377134?type=Training%20Data"}, {"id": 302301, "sizeKB": 36980.2734375, "name": "smolpp_small_penis_v2-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T06:35:57.540Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FFFFF4FC", "AutoV2": "1318D287D0", "SHA256": "1318D287D05AEA8C28570B3EA80BF89C128FA904581DEB93299F74942780AB49", "CRC32": "7317F3BE", "BLAKE3": "4AE7BE7ADEEC8680E6F7F0C0759C906EB3BD76A452514E9CB35C338920EEBF3F", "AutoV3": "9CA84D5EDA8D"}, "downloadUrl": "https://civitai.com/api/download/models/377134", "primary": true}], "images": [{"id": 7517372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2b6a64e-df1b-4e18-ae72-be0be998e253/width=450/7517372.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UEN+-C~p9t_3eSRk01ad9G-pE2IU-:M{-:xu", "type": "image"}, {"id": 7517378, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8eb731ed-2877-43eb-8b27-91677cf3c26a/width=450/7517378.jpeg", "nsfwLevel": 16, "width": 1920, "height": 1080, "hash": "UEN+njEj?u%N~VIpr=bw?aayV@oz-UxutQV@", "type": "image"}, {"id": 7517370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93ae30ab-1dd0-4152-8ff7-249fc8d5c14c/width=450/7517370.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UBOeYV580g4:MxIooz~px]M|%1xt$zozj]Rk", "type": "image"}, {"id": 13003331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30a258e8-0c82-4854-bc7e-c66c38c2bec2/width=450/13003331.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1440, "hash": "U9Ih5AIY0z~qcG%Nt8x^0fIUIAoe00%L9FIU", "type": "image"}, {"id": 13003902, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33ff6705-5ff9-4207-990e-346e6e400ac1/width=450/13003902.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1440, "hash": "UDH^|+~W0z^*KkSi$%%LTKWYivad-:ofM{M|", "type": "image"}, {"id": 13003363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6be63e3-c54d-4765-8a58-057dacdd65b1/width=450/13003363.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1440, "hash": "ULH-ru-;tRxC~qNy%Maeo~IpWCj]xaRQRjoz", "type": "image"}, {"id": 13003357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/166391b8-5008-4cc7-b2e8-37fd5981818c/width=450/13003357.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1440, "hash": "UEHUhC?H9s~p?wxuM{%gEQR+VsNGRjfkMxIU", "type": "image"}, {"id": 13003903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/411d600d-9fcf-43aa-b63e-82064dad876e/width=450/13003903.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1440, "hash": "UKHUU%%2I:Na_Nt7xDs:S$oexFs:xvoLRPR*", "type": "image"}, {"id": 13003501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22009100-3a11-472a-b42d-4c276f20b97e/width=450/13003501.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1440, "hash": "UAH_ACxu01^*_NIVRPs,pJax%1s8-=D*D*M{", "type": "image"}, {"id": 13003500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/727d3bcd-23e8-4851-b366-4aa8ad2c05c2/width=450/13003500.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1440, "hash": "UFIqTA^k0#Elp{t8-o?bAw%h?GxuE1-=D%V@", "type": "image"}, {"id": 13003901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69b8ffb3-d10d-433d-b91e-aa3a6a7cb852/width=450/13003901.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1440, "hash": "UIJ7g$V|F__3~Ws;%M-;4:%LIoWVIp%MIoRj", "type": "image"}, {"id": 13003495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac1b704b-511c-428e-a80d-3d3ad5743bb5/width=450/13003495.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1440, "hash": "UKI4nqE2tQ?G~WNIoft7x]t7sos:%MxtM|R*", "type": "image"}, {"id": 13003383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88882cde-2d72-4061-bdfb-3a0f64e2479e/width=450/13003383.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1440, "hash": "UAI4kl02%g~W~qM}^+-=E+xtt7xuM}xu9Zxu", "type": "image"}, {"id": 13003899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cba7341c-d6fc-440e-a3bf-d93589039efb/width=450/13003899.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1440, "hash": "UDI4ns~VJ*NaF|R.sBxZKPtRMxaKNHkXadM{", "type": "image"}, {"id": 13003384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c46c2cd8-fcd7-4e26-ae12-b127282b11ad/width=450/13003384.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1440, "hash": "UKH-u+IVx]Ri?wNG-pof%hn+R,x]kEt7RkW=", "type": "image"}, {"id": 13003503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c11642bb-f534-403c-b18a-f50bb46a4774/width=450/13003503.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1440, "hash": "UAI4kl02%g~W~qM}^+-=E+xtt7xuM}xu9Zxu", "type": "image"}, {"id": 13003505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cd83aef-fa2b-48b3-a940-29964450af6b/width=450/13003505.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1440, "hash": "UHHxHQ?HpItl?ws--q%Mb{%1xuoff,oej?V@", "type": "image"}, {"id": 13003506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cd72144-54e7-4d28-a560-674c58be8c01/width=450/13003506.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1440, "hash": "UJHBMWI]KO?H_Na$%2-=EMoK$*ozt7WXM{V@", "type": "image"}, {"id": 13003507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84340be3-cf6d-4314-8b87-74a0617ebf77/width=450/13003507.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1440, "hash": "UDHd~q~X0f~W_N%MIo.8T1tRt7kX-;WrE2oz", "type": "image"}, {"id": 13004448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70feaef4-c70c-4cf1-ab88-6c69b9107db0/width=450/13004448.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1440, "hash": "UDGuRR_45R_2pKx^x]kE01R.xaV@8_V?slNG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/377134", "modelId": 336778} \ No newline at end of file diff --git a/datasets/metadata/377172.json b/datasets/metadata/377172.json new file mode 100644 index 0000000000000000000000000000000000000000..26031acbc897509059908c247dc3810a28c2796b --- /dev/null +++ b/datasets/metadata/377172.json @@ -0,0 +1 @@ +{"id": 377172, "index": 0, "name": "Lololosha preview style v2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-06T09:04:52.450Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 44, "ratingCount": 3, "rating": 5, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 302390, "sizeKB": 70798.5078125, "name": "377172_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T08:20:54.419Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "716EDFB3", "AutoV2": "05EFC8D350", "SHA256": "05EFC8D3501BCD6C5E48E35E11126EBA8676A97852D5AD669D1E686B6DAEC86B", "CRC32": "B20B259E", "BLAKE3": "EB013B0DD2478B4C1CB051D0A0FA20BD82C7E8D270C4F7925B1F1DC163796896"}, "downloadUrl": "https://civitai.com/api/download/models/377172?type=Training%20Data"}, {"id": 302437, "sizeKB": 36996.328125, "name": "Lololosha_preview_style_v2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T09:06:01.128Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F7E973D8", "AutoV2": "F4ABCED5FC", "SHA256": "F4ABCED5FCE1895D0C3D07AE3C382005709E4722314A248F01A4ED692695A2ED", "CRC32": "587041B8", "BLAKE3": "EAB6877E8E88D82FB5045EC2BA4F14430082A568B2601FCD0CB82A722C0B7FA3", "AutoV3": "7D283A6BFC04"}, "downloadUrl": "https://civitai.com/api/download/models/377172", "primary": true}], "images": [{"id": 7522689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6faf07d-2dd6-4761-830b-42037cd5858a/width=450/7522689.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U8EVK|ea8]%X00NqK=My0cs;-pxcO%n,n|S1", "type": "image"}, {"id": 7522690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c09b985-d5e4-45f3-a2f8-5a70d55f1321/width=450/7522690.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UCEp1pXe04yUBdo#tRtSJh%N^,I:~qa|9Foz", "type": "image"}, {"id": 7522691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97c84a8a-6391-486d-9890-ad4f9a39462f/width=450/7522691.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UNKdDPRqZ^xc-AV[4:oc9Zt4nnxVt7ajWAWA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/377172", "modelId": 336811} \ No newline at end of file diff --git a/datasets/metadata/377375.json b/datasets/metadata/377375.json new file mode 100644 index 0000000000000000000000000000000000000000..1975d03e1f898e96073ea5b8f8d1a378475f73d0 --- /dev/null +++ b/datasets/metadata/377375.json @@ -0,0 +1 @@ +{"id": 377375, "index": 0, "name": "Lololosha preview style v3", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-06T11:01:34.168Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 82, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 302460, "sizeKB": 70819.994140625, "name": "377375_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T09:25:43.277Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E10D778D", "AutoV2": "1EFABBAA2C", "SHA256": "1EFABBAA2C2BC9DA1D45FD7D5D8BD36F7A9A673B04762332436640C1B6322D1E", "CRC32": "D982D9C4", "BLAKE3": "F0DC39C5E3379E1972FE4EB048CBF3BC4961100D267312344B492B4B3F2BD3B3"}, "downloadUrl": "https://civitai.com/api/download/models/377375?type=Training%20Data"}, {"id": 302567, "sizeKB": 37001.46875, "name": "Lololosha_preview_style_v3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T11:01:28.291Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7BD0DAAA", "AutoV2": "56AB2C3A31", "SHA256": "56AB2C3A3153FEBAFBD3FCAD33F07B26606EEDF1B73C3EE12628214003D50CF6", "CRC32": "A579A523", "BLAKE3": "31EB3443005347C070CE2C3A2EAFC5977B9F65D3AC05823C21A45532C7D72244", "AutoV3": "4213C1A0CB53"}, "downloadUrl": "https://civitai.com/api/download/models/377375", "primary": true}], "images": [{"id": 7525620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5edfebf-3244-406d-a50a-e9910b1415eb/width=450/7525620.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UUIO,]kW?vwNcuX8E7aJTJWEX4jYM}WBspt6", "type": "image"}, {"id": 7525618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3b345c7-d42d-4f70-a4a9-d854666d1ce5/width=450/7525618.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "URI5xotRyDoL?wWBo#f6Mwoe%Ma}D*WBIoj[", "type": "image"}, {"id": 7525617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2794653-b99d-4f3f-8b85-12419cfaad2d/width=450/7525617.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UPF%JH*JI:s.ofX9t6RP8xRkxuRPo~XSW=oM", "type": "image"}, {"id": 7525619, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75f9ba76-7e4a-49de-b74a-5b9824bc8c85/width=450/7525619.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UCH3T;C8UYIo9tBF-nER4TXW#rM*OXs#ghxo", "type": "image"}, {"id": 7525616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62be2761-87eb-4169-bae5-3a41fba77dbc/width=450/7525616.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UXGcfItS.moaMykDjuV@H@t5s:R,tQayV@oy", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/377375", "modelId": 337008} \ No newline at end of file diff --git a/datasets/metadata/377415.json b/datasets/metadata/377415.json new file mode 100644 index 0000000000000000000000000000000000000000..64e65ca1a1e1b5c8b50a681ab9203122ff65a8ca --- /dev/null +++ b/datasets/metadata/377415.json @@ -0,0 +1 @@ +{"id": 377415, "index": 0, "name": "scifi-horror", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-06T11:45:37.053Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 338, "ratingCount": 3, "rating": 5, "thumbsUpCount": 45, "thumbsDownCount": 0}, "files": [{"id": 302536, "sizeKB": 117869.3173828125, "name": "377415_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T10:26:29.297Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CAE6623D", "AutoV2": "78AA8D0AAA", "SHA256": "78AA8D0AAA8BA9C5F0E76505AAE9DA226DAA797ED78617A1F9FEF4A83788E718", "CRC32": "D596AF47", "BLAKE3": "FCDF589B7C83110647AB17682FA704F7D87D33177513252831E27B4D1A5924C2"}, "downloadUrl": "https://civitai.com/api/download/models/377415?type=Training%20Data"}, {"id": 302584, "sizeKB": 223102.32421875, "name": "scifi-horror-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T11:26:00.451Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "56FCD402", "AutoV2": "21330AA8E6", "SHA256": "21330AA8E6B6F98EC102FBCE90EA072692033D52D3DFE86EEF5E327606FBFB44", "CRC32": "604B8247", "BLAKE3": "765EF84B69116A986763F2B3A6BA759CCC62EFB1DBC289668D569AC53A564E56", "AutoV3": "FF2477A11559"}, "downloadUrl": "https://civitai.com/api/download/models/377415", "primary": true}], "images": [{"id": 7526717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1f65898-bb5d-456f-b950-305086326c13/width=450/7526717.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U88EJCD%IU?b~qM{IA-;?cIA8_xu%gaeIAkC", "type": "image"}, {"id": 7526719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfe7794f-69cc-431e-8f23-2e88ca5bc778/width=450/7526719.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U78N%:8^E2s+_NITt8V@4ot7-;My9Fj[ofWV", "type": "image"}, {"id": 7527348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f90fc9b8-dc6a-4b95-86bf-2ba1f4c83e97/width=450/7527348.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U78EJC%M8_NG_NjY9FD%R+kDDiM{azt8IUWA", "type": "image"}, {"id": 7526718, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/734c00ba-40dd-4e84-9729-acc5750901dd/width=450/7526718.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U48EJDI8009G00_NDiMxXA9E?bj=8_tRV?.8", "type": "image"}, {"id": 7527351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20bc96e0-cb36-4d14-ad3d-146cd26899c4/width=450/7527351.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U47w]1MI9axv~qMx4;XA%2x@4pXn?Ffh9Gbx", "type": "image"}, {"id": 7527349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daedfd02-c920-48f7-904d-7b8a7a36fd5f/width=450/7527349.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U17nURxu00-:~9RP0exu00RjIVM}5Px]-=IU", "type": "image"}, {"id": 7526716, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d138b2ee-0a0a-451d-9fd3-c4aec66cfef6/width=450/7526716.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UA84udt78{WA_Nxu9FM{%gj[M_RjbIj]xuay", "type": "image"}, {"id": 7527350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84553275-73bb-4dd8-ae03-494bfe05eb01/width=450/7527350.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U67w]1M}00%0?bWC9Fxs_Maf4nbG9voJi_WY", "type": "image"}, {"id": 7527352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e6f4b78-d59f-4c83-8ccd-297c988408d1/width=450/7527352.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UB7nXZ~o?a%J.8-;x]axtSkXR-NGW:R%RjkB", "type": "image"}, {"id": 7527424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99fdfb29-bfcb-4b35-b88f-0e00d82b18c5/width=450/7527424.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U97nURVq9Gx^~pRiDjx]%fRkMe%LtkRkMyxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/377415", "modelId": 337050} \ No newline at end of file diff --git a/datasets/metadata/377520.json b/datasets/metadata/377520.json new file mode 100644 index 0000000000000000000000000000000000000000..7d80d6aefcdf15e096cbbb58bb2947e55a114e8c --- /dev/null +++ b/datasets/metadata/377520.json @@ -0,0 +1 @@ +{"id": 377520, "index": 0, "name": "Futa", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-06T12:29:54.268Z", "availability": "Public", "nsfwLevel": 28, "description": "Personal model, recommend not using, but if you want to use, use with another futa lora, this is supporting lora fo futanari.
", "trainedWords": [], "stats": {"downloadCount": 432, "ratingCount": 15, "rating": 5, "thumbsUpCount": 67, "thumbsDownCount": 0}, "files": [{"id": 302622, "sizeKB": 33126.5869140625, "name": "377520_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T12:15:53.663Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1B7D924E", "AutoV2": "3FBEB6929D", "SHA256": "3FBEB6929DA84A7F100FE002DE0110B1E2C8B5754852C490DB34E15CCFC9D8FE", "CRC32": "A96A6C07", "BLAKE3": "3812BB71808882A67ECFFD6B48186C0A0E258A6C9F689C116FE4B3357ACE6F83"}, "downloadUrl": "https://civitai.com/api/download/models/377520?type=Training%20Data"}, {"id": 302640, "sizeKB": 36988.296875, "name": "Futa.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T12:30:57.463Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6BB09055", "AutoV2": "77DF6B734A", "SHA256": "77DF6B734A80558C262307352C32304CD8689A5D36052540DF08994D74565E4A", "CRC32": "8AEAC96F", "BLAKE3": "3A54510D582398F39E5717F4824B7B98AF6569D91EA4CB6EE8839AEE7664662B", "AutoV3": "69E6D69B5CC9"}, "downloadUrl": "https://civitai.com/api/download/models/377520", "primary": true}], "images": [{"id": 7580002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61186d8a-e08d-474d-8e9d-d03739a97595/width=450/7580002.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UAKJ_X0000^+JA~B#l?H00EL%2-p0e9ZNtx]", "type": "image"}, {"id": 7527589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcc1b533-549e-4bb0-9549-57f3c1ca4ec5/width=450/7527589.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UGJQsC4.57D*?^sl^+IA0eoe-:M{ELNZj@NG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/377520", "modelId": 337145} \ No newline at end of file diff --git a/datasets/metadata/377565.json b/datasets/metadata/377565.json new file mode 100644 index 0000000000000000000000000000000000000000..0a124e598fe46ce8c84a53d992f9052226ad5157 --- /dev/null +++ b/datasets/metadata/377565.json @@ -0,0 +1 @@ +{"id": 377565, "index": 0, "name": "pom pom 2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-06T12:47:53.211Z", "availability": "Public", "nsfwLevel": 28, "description": "red headdress, big breasts, detailed face, indignant, pom-pom honkai:_star_rail, hands on hips, beautiful face, dark eyelashes, long eyelashes, sexy, detailed pupils, bunny, best quality, full lips, masterpiece, red small jacket, expressive detailed eyes, long gray ears, eyeliner, mascara, pom-pom, slender body, detailed eyes, blue eyes, makeup, big hips, <lora:pom-pom>, clock on chest, jawline, white background, full eyebrows
", "trainedWords": [], "stats": {"downloadCount": 37, "ratingCount": 2, "rating": 5, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 302629, "sizeKB": 767.908203125, "name": "377565_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T12:20:57.389Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "06D5E8CF1B", "SHA256": "06D5E8CF1B0710D6499659D125B2DC55F8FFE02148B9A8813A321C6B9D0199CA", "CRC32": "C4D8639A", "BLAKE3": "8D34426A51BD4ABAC56E67A2D70DA484C6F0C4868AE2F1EF5F2F5A71D1E1E5F2"}, "downloadUrl": "https://civitai.com/api/download/models/377565?type=Training%20Data"}, {"id": 302657, "sizeKB": 36978.59375, "name": "pom_pom_2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T12:45:57.615Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "15B24A89", "AutoV2": "6B11E6FE57", "SHA256": "6B11E6FE57B77F78A71F69EECDEDF9C0F21706F9688F3F620E305DD5B2E0F89C", "CRC32": "806F2A23", "BLAKE3": "54E7EB1496416509BE32322924D8EE253AA30A41C119C05A490F14472D1F88B0", "AutoV3": "9E8229AC2DD7"}, "downloadUrl": "https://civitai.com/api/download/models/377565", "primary": true}], "images": [{"id": 7529204, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9a6a630-51a4-4ab9-a12e-f4474a52bf98/width=450/7529204.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UoQS@@of_Nt7-;j[WBa}ozj[jFj[kCayjZjt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/377565", "modelId": 337183} \ No newline at end of file diff --git a/datasets/metadata/377605.json b/datasets/metadata/377605.json new file mode 100644 index 0000000000000000000000000000000000000000..71d2dac3ce86e00fbca18469c691c7931a0d9d76 --- /dev/null +++ b/datasets/metadata/377605.json @@ -0,0 +1 @@ +{"id": 377605, "index": 0, "name": "grace", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-11T02:35:48.836Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 153, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 304211, "sizeKB": 9228.71875, "name": "377605_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-07T14:52:09.668Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E9F0DBD4", "AutoV2": "F1B4713FAB", "SHA256": "F1B4713FAB4682C456D903C6603400A269994FA36B75097BAF3E0E3012CCFEC1", "CRC32": "25CFD95F", "BLAKE3": "9EBC96D44CC4A18E8F259BE67C2C36AB84F218B6A651A5B4AEA42D443C0F8EA2"}, "downloadUrl": "https://civitai.com/api/download/models/377605?type=Training%20Data"}, {"id": 305571, "sizeKB": 36978.0390625, "name": "grace.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-08T13:10:47.797Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "94E0A988", "AutoV2": "7EA235049B", "SHA256": "7EA235049B96A788940C14E991DF6DA11B7FAD7B467A3431FE6636133490DFB0", "CRC32": "29049DC2", "BLAKE3": "4507348BA113F5C0D692404567E4847B2026AA8DF3F6E36D4AE8667EB11CF1FA", "AutoV3": "3CCEEC432D83"}, "downloadUrl": "https://civitai.com/api/download/models/377605", "primary": true}], "images": [{"id": 7761958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6965b432-42cf-48a8-b13c-1510d9bbfa51/width=450/7761958.jpeg", "nsfwLevel": 1, "width": 644, "height": 876, "hash": "U9D+e%00_M^j8_tRs+RjAb~BoIIq?Gxuozo0", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/377605", "modelId": 337225} \ No newline at end of file diff --git a/datasets/metadata/377643.json b/datasets/metadata/377643.json new file mode 100644 index 0000000000000000000000000000000000000000..718600b10d5808cfe1cf2b935b6115adb26a00d6 --- /dev/null +++ b/datasets/metadata/377643.json @@ -0,0 +1 @@ +{"id": 377643, "index": 1, "name": "Zutomayo/Hanabushi Environment Style v2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-06T17:27:34.958Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 43, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 302794, "sizeKB": 38124.6640625, "name": "377643_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-07T15:22:03.157Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DF3D623D", "AutoV2": "DE44AE7A43", "SHA256": "DE44AE7A43D0A96299AC02A6AF37C5C0E0E86B5DBEEB555D5841B3E2D2C95DAB", "CRC32": "E19FEEB5", "BLAKE3": "1C4D7DEA23F032E600BA56E963B7FF22425652D517773BD803495520D77B06FC"}, "downloadUrl": "https://civitai.com/api/download/models/377643?type=Training%20Data"}, {"id": 302921, "sizeKB": 36985.75, "name": "ZutomayoHanabushi_Environment_Style_v2-000085.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T17:30:53.766Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "927D685D", "AutoV2": "D632E2831C", "SHA256": "D632E2831C74E086E4CF894896288E25CB74BFFC54BD1818751739DC088C4E54", "CRC32": "0CDD7CD1", "BLAKE3": "B742980DCC982BF55C5BD3EEAF2C7BF6DB8DAD0AE2F6D637FCB62086D29DF2B4", "AutoV3": "A508A2258B34"}, "downloadUrl": "https://civitai.com/api/download/models/377643", "primary": true}], "images": [{"id": 7637691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6926a3f2-4f6c-4d63-9d03-5885a4beed8b/width=450/7637691.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U5ATW]%400ScRiIl#Kt9D4IlqFS0ASxu%ND~", "type": "image"}, {"id": 7637694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb39218d-5f53-4a53-ac8f-fe5d56dd9c61/width=450/7637694.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UIAJv_xJ4mNZ%Qs;ImNGopWTM{jXRybDohWA", "type": "image"}, {"id": 7637692, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a060fe5-bf16-4b3e-8476-41c780efcee1/width=450/7637692.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U5A0@Hs%00N1LgxoqaM~p7%OI8RiRgo6-rWl", "type": "image"}, {"id": 7637690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2caee8a-4448-4dc9-b8e1-726648249885/width=450/7637690.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UDAA:,-r00D$-HxcNWM_RzR$R-X5IlWTo~Ns", "type": "image"}, {"id": 7637693, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d52027d7-2df7-4b75-98bc-0e74070a72bf/width=450/7637693.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U8H_e|00#ut%4;OZ4:s+}$xv4?IA9b-.-T9a", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/377643", "modelId": 337254} \ No newline at end of file diff --git a/datasets/metadata/377868.json b/datasets/metadata/377868.json new file mode 100644 index 0000000000000000000000000000000000000000..64703bb22eb76e4898580df8af70e36b328f93c4 --- /dev/null +++ b/datasets/metadata/377868.json @@ -0,0 +1 @@ +{"id": 377868, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-06T16:36:06.100Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 333, "ratingCount": 23, "rating": 5, "thumbsUpCount": 72, "thumbsDownCount": 0}, "files": [{"id": 302850, "sizeKB": 45339.3701171875, "name": "Alice_Zuberg_Alicization.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T16:40:55.473Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "54837DA7", "AutoV2": "E3EBF5F5D1", "SHA256": "E3EBF5F5D1A6323673D3393992E07086FBB6AFBD27F626F31445222FDCECB35B", "CRC32": "DBA903E6", "BLAKE3": "AE09525E94D8ECFE4A64F5F688BE14B18FA96926C1B274A5F9A129B239ACA0B6"}, "downloadUrl": "https://civitai.com/api/download/models/377868?type=Training%20Data"}, {"id": 302849, "sizeKB": 22258.27734375, "name": "Alice_Zuberg_Alicization-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T16:41:36.359Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "59E1CA8F", "AutoV2": "5B4C3D551F", "SHA256": "5B4C3D551F59B9FB291ED89C35B2F6591EE6160A9B463650C9E05E739E3690D2", "CRC32": "7D20333F", "BLAKE3": "9F9DDE34E636019B88EEBB8BB094F6BABC3397E54D367E0DD73D34861FDFB70D", "AutoV3": "655C116216C3"}, "downloadUrl": "https://civitai.com/api/download/models/377868", "primary": true}], "images": [{"id": 7534863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24ce0efb-28a7-4532-bb43-0cd8e2cb1ea4/width=450/7534863.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOKTMBkC01s.0:WB9tfRs%j[N2a}9bod~Aj?", "type": "image"}, {"id": 7534864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35cc6bc8-3e39-4663-aa50-9dc02caab393/width=450/7534864.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOKTMBkC01s.0:WB9tfRs%j[N2a}9bod~Aj?", "type": "image"}, {"id": 7534992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd85b365-3d88-44e7-bc36-eaba21aeec79/width=450/7534992.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEJt*l~p00I84T9G0Moz-:tR$*xZt.xVD%M|", "type": "image"}, {"id": 7535008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60737eac-f9cd-4710-a258-ecaab3bec5be/width=450/7535008.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UeNve{o~TL%M_4aebvodIpVr9aM|NGbIR5t7", "type": "image"}, {"id": 7535122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a247e3d-136c-420a-bbe9-7eb61dd7045b/width=450/7535122.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UIOyeZ%g0q_M0hQ,4?%0EhInivtQ~oNGR4tR", "type": "image"}, {"id": 7535011, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/316268d1-5643-4004-984f-7d8beaa0b124/width=450/7535011.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UIOyeZ%g0q_M0hQ,4?%0EhInivtQ~oNGR4tR", "type": "image"}, {"id": 7536590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1432361-5d69-441e-bdca-2c37561dd4f5/width=450/7536590.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMMP:v.T0L$j695ANb^*5Rjc-Vs,-;xv?G%L", "type": "image"}, {"id": 7537350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30cc1f7d-449d-4e08-806c-45bafdaa8e7a/width=450/7537350.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UHMjEw4o00jE0$009us+%$-S?HM{_49Z%MR,", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/377868", "modelId": 337477} \ No newline at end of file diff --git a/datasets/metadata/377918.json b/datasets/metadata/377918.json new file mode 100644 index 0000000000000000000000000000000000000000..ced9df7eb5d322db2883d8d1a92e79762f9f7995 --- /dev/null +++ b/datasets/metadata/377918.json @@ -0,0 +1 @@ +{"id": 377918, "index": 0, "name": "v0.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-06T17:15:04.772Z", "availability": "Public", "nsfwLevel": 1, "description": "Pre-release version
", "trainedWords": ["m0rt4gu4"], "stats": {"downloadCount": 83, "ratingCount": 1, "rating": 5, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 302891, "sizeKB": 36976.640625, "name": "m0rt4gu4.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T17:05:55.449Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2B7A6C3D", "AutoV2": "9D0DF62CB3", "SHA256": "9D0DF62CB359BDAF013447164CF29F1AA3A559A2EFAEDCE11C66E6EDA6EBCF3A", "CRC32": "3BFA9FD0", "BLAKE3": "6640B58B6E82F380B395FA497762EE987D41EB6F438F074F39F012DFB75C4B0A", "AutoV3": "FA1C982578C5"}, "downloadUrl": "https://civitai.com/api/download/models/377918", "primary": true}, {"id": 302905, "sizeKB": 1131.9921875, "name": "training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T17:16:23.389Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "DE8D32F955", "SHA256": "DE8D32F955E6B3A1F26D612A8E3795C7A5A66A7C1AC794888049CAC24F0CA1A3", "CRC32": "904E5ED0", "BLAKE3": "EE4A37E850D0E33A6BDFF89675B1054B6A739DE41171394FD6EC1E18DD07CF20"}, "downloadUrl": "https://civitai.com/api/download/models/377918?type=Training%20Data"}], "images": [{"id": 7536647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b81676b8-a4bb-4c99-b486-89ac09ded697/width=450/7536647.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U7AmMF565S~p%hEL^kS$yYM{xGIq?ur?-:-p", "type": "image"}, {"id": 7536246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdab5830-7301-4ba6-bbde-8742355f0797/width=450/7536246.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7BCutI;00?GENxZ-oEM01xZ~BNH%2NHax%1", "type": "image"}, {"id": 7536256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0be925e5-0a37-4455-a1ec-e098a42ac632/width=450/7536256.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U8CYj#~V01E10zWC={xa0LRk-obH-Vof%1oe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/377918", "modelId": 337515} \ No newline at end of file diff --git a/datasets/metadata/378334.json b/datasets/metadata/378334.json new file mode 100644 index 0000000000000000000000000000000000000000..dd13208bc691d63f16b4fa289dd918acc3b838cc --- /dev/null +++ b/datasets/metadata/378334.json @@ -0,0 +1 @@ +{"id": 378334, "index": 0, "name": "Celtic Designs", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-07T01:55:12.491Z", "availability": "Public", "nsfwLevel": 1, "description": "", "trainedWords": [], "stats": {"downloadCount": 175, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 303258, "sizeKB": 144442.8408203125, "name": "378334_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T22:55:51.321Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "393DE53C", "AutoV2": "05EAFEDDEC", "SHA256": "05EAFEDDEC5316EF1571FBD3C4DB62DFED76915E8E5CFB163B9747ACF8F74E89", "CRC32": "B8AA4549", "BLAKE3": "D5F5CC62178E2C8DE074F519D098F187B60248D6648DA792D86F37ECD97339C6"}, "downloadUrl": "https://civitai.com/api/download/models/378334?type=Training%20Data"}, {"id": 303385, "sizeKB": 223100.59765625, "name": "Celtic_Designs.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-07T01:06:31.239Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "211CD4E8", "AutoV2": "835F4FF807", "SHA256": "835F4FF807B8E20C667D85B2C5923B70830E390BA2E963B51F5F48DE824521A5", "CRC32": "F76FFBBE", "BLAKE3": "49FCF25BDAF2BB6D7283A26D1BDE76D617B99338BD2F1399EB2070038E51B957", "AutoV3": "3514F62848D7"}, "downloadUrl": "https://civitai.com/api/download/models/378334", "primary": true}], "images": [{"id": 7578267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b87b9c8c-47e6-4829-8259-6d3f5249f199/width=450/7578267.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UJEfTQ_M9tkVhhR7tmn*XlM{Mxxu0zS#w|RP", "type": "image"}, {"id": 7579236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cb2da26-59df-4bf1-999c-4c16877b47a2/width=450/7579236.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U883;H-TAWOr}sxFI;ShEOR+nPnj1HJ8#-w]", "type": "image"}, {"id": 7578284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbb83a2e-40e7-4502-9100-edc0aada4ee9/width=450/7578284.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U89ZT4}?OrW.}?$%OEW;V]NINbj[5SNHr?s,", "type": "image"}, {"id": 7578285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8113e101-8186-4f80-9b37-edf61426661c/width=450/7578285.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UA9?gu}qS4Nw-6$$ayR+ENI=I;oL5mIqn%s-", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/378334", "modelId": 337909} \ No newline at end of file diff --git a/datasets/metadata/378355.json b/datasets/metadata/378355.json new file mode 100644 index 0000000000000000000000000000000000000000..90d3c1dfb9764963da9b9a0ef55a673dd2f0a893 --- /dev/null +++ b/datasets/metadata/378355.json @@ -0,0 +1 @@ +{"id": 378355, "index": 0, "name": "v1.2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-06T23:02:36.945Z", "availability": "Public", "nsfwLevel": 1, "description": "Weight 0.8 ~ 0.9
", "trainedWords": ["demonslayer, 1boy, long hair, looking at viewer, red eyes, male focus, red hair, earrings, wings, colored skin, facial mark, black wings, demon wings", "demonslayer, 1boy, long hair, looking at viewer, red eyes, male focus, red hair, earrings, wings, colored skin, facial mark, black wings, demon wings, chibi"], "stats": {"downloadCount": 76, "ratingCount": 4, "rating": 5, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 303272, "sizeKB": 13529.970703125, "name": "demonslayer.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T23:05:56.815Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "892133E0", "AutoV2": "9EECFE59AC", "SHA256": "9EECFE59AC86C44EFB07EAEDD9D3E686E7B3754376AEF6E765ADA4D6B6EC4C46", "CRC32": "3C159368", "BLAKE3": "517A8B0B3B3A25F1D5170F33E9D3F1BA0FE17B8B7652D0A7EDC928CE0824A243"}, "downloadUrl": "https://civitai.com/api/download/models/378355?type=Training%20Data"}, {"id": 303270, "sizeKB": 46194.921875, "name": "demonslayer-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T23:06:21.390Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A959E4E8", "AutoV2": "94388A56E3", "SHA256": "94388A56E31566D55B8F9F3528A70D57D5277BB26CFD660A0E44D12B52DD9A91", "CRC32": "82D30CD8", "BLAKE3": "065B4F7DD8EAE597508F5669EB2048DAD710F0A3407D10FF806F827B19BFF83E", "AutoV3": "A21D97E276E8"}, "downloadUrl": "https://civitai.com/api/download/models/378355", "primary": true}], "images": [{"id": 7548464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e52cb339-4032-48b3-ac7e-fc5d0fc0086e/width=450/7548464.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UBDvD?5N00_48^O+%zx]aIyCx[M_~pb^E1V=", "type": "image"}, {"id": 7548496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9bb3695-7a3c-4627-b229-e188edd9bdac/width=450/7548496.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UCEVmQ000JZ*4TtSTZwOI9.7OE$*~VD%yEIA", "type": "image"}, {"id": 7548494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ac4dd1c-e004-40a9-9111-aaa20334a8ce/width=450/7548494.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDD9elR5KKo}?wa0EftlX8x[s*OXJBt7f7o0", "type": "image"}, {"id": 7548491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e58203b1-b050-4b9d-9a95-18ee88cf0278/width=450/7548491.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UYFrq*xt9s%gMdRjXRIV~qxuRjxuR%RioejZ", "type": "image"}, {"id": 7548492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5927afe-4bb5-440f-84f2-e5fbdb3de4c3/width=450/7548492.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UCAcb.v~Fqtm~CV@TDb^r=xu%fInV?s;x]Ri", "type": "image"}, {"id": 7548495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68bda213-e9e2-4d26-b952-1c17e8d900e2/width=450/7548495.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULC#fBnh0|pI}GWUEyS2RPbbS~RibYbHS2s:", "type": "image"}, {"id": 7548498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be664e7c-596d-4738-9a7a-ef04db503558/width=450/7548498.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULE_{%McpwOY[DRiKO9Z~WRP-;ozNZs;x]Rj", "type": "image"}, {"id": 7548500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e75862d-c40b-4450-9a6c-b31a0e8b306b/width=450/7548500.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UMC;;V,[9tS$}asmACJ7i^s:S~NGNZS2Naf6", "type": "image"}, {"id": 7548501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd6205a5-d55e-4d66-bf1e-a41eccbe3dd1/width=450/7548501.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UJE2,+?bO+-=~WxtOSg3xpn~tPIUbDRjt7oJ", "type": "image"}, {"id": 7548499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76d483fd-876c-4a3d-a397-67a393a0a99b/width=450/7548499.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UWHxEM-p_NRi=|DiSdInxaM{x]x]%Lx[Sgx]", "type": "image"}, {"id": 7548505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3edc6c04-6b5c-42e7-ade4-5710c0c80040/width=450/7548505.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UBE2FJ0~00xcR8xrAVwuD%%1tmen}=Nej]V]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/378355", "modelId": 337919} \ No newline at end of file diff --git a/datasets/metadata/378372.json b/datasets/metadata/378372.json new file mode 100644 index 0000000000000000000000000000000000000000..6a7073270f8eb15b1f779f13e69770ea71ccef21 --- /dev/null +++ b/datasets/metadata/378372.json @@ -0,0 +1 @@ +{"id": 378372, "index": 0, "name": "Scifi", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-07T02:01:02.856Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 228, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 303331, "sizeKB": 663575.9931640625, "name": "378372_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T23:56:07.409Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D51B4C56", "AutoV2": "128A179A0F", "SHA256": "128A179A0F3216A795A11BBAD53D7B0053D12BC6E9563AEEA4DF91A223BA8E32", "CRC32": "DD76691A", "BLAKE3": "0E362F9BE0BD3425039235DF6403B9B1E67E532D95C5E5E7BFA4BF3836BD7EE9"}, "downloadUrl": "https://civitai.com/api/download/models/378372?type=Training%20Data"}, {"id": 303457, "sizeKB": 223105.88671875, "name": "Scifi.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-07T02:00:50.337Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "72171BB2", "AutoV2": "311F35D0EC", "SHA256": "311F35D0EC21D3ADADEE9B62A02C13C150B9A81D4B17E9B41A52070E503BA093", "CRC32": "8B8D4658", "BLAKE3": "277EA0FD5C3F591B5413EAA7AE92A4B5EB4C795BD29AF009947D9E8D6FDC5A68", "AutoV3": "BBFF178A1381"}, "downloadUrl": "https://civitai.com/api/download/models/378372", "primary": true}], "images": [{"id": 7645114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13c84dbf-55be-44e7-a22d-d6ef1100606f/width=450/7645114.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMAT[X%e9tax_Lx@E2WU%fxtMyM|tkxtnPMz", "type": "image"}, {"id": 7645113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c27f613-5c48-469a-93dd-106174c923c5/width=450/7645113.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UCAT[YWa}axX^jxt-B%L01%0EM%L0LIV9uM|", "type": "image"}, {"id": 7645121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7231b5ca-89b3-4246-8f07-9cd97368e61f/width=450/7645121.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9AKTybb00oe.lofDPV[-pj?4VV[Y3WVMet6", "type": "image"}, {"id": 7645112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b558298-2f37-4e31-8b61-6d334b688432/width=450/7645112.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6AT[XR400_L62RQxu%e%#g14VSh0gyBv~M|", "type": "image"}, {"id": 7645111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bda88377-e827-4c98-bb14-023cadfb40dd/width=450/7645111.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEAT[YD+4.-py=nOMwXSM-xZIBX8v,SfM{t6", "type": "image"}, {"id": 7645120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a3dc2bc-effd-4bb2-9c09-32620d8c1a4a/width=450/7645120.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFAKTyOrtJaf_LahIUWBJ:s.DkWUcEs.IBax", "type": "image"}, {"id": 7645118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ba3a5e4-0f90-491a-9b00-55010621892a/width=450/7645118.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U47dtL4;%eRl~oD+-oD+RQM}xsD*M|oLW;NH", "type": "image"}, {"id": 7645129, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6c07099-d984-416e-936b-7324d9c7bb89/width=450/7645129.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U07UCsxa03?HyYM{02n$?tj?00M|03x[QmNH", "type": "image"}, {"id": 7645134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e55a98d0-a0c9-45f1-92a3-4a3ab09837d8/width=450/7645134.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U27dwSIV02~U.SRk9G%LxYt69Gs:W;R+RjxZ", "type": "image"}, {"id": 7645119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ae12e56-62e4-43da-a5e3-74601799b4a2/width=450/7645119.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHAT=Q?tIVE2~V?aI;IV^R-pX6NG_L-:ixRQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/378372", "modelId": 337942} \ No newline at end of file diff --git a/datasets/metadata/378374.json b/datasets/metadata/378374.json new file mode 100644 index 0000000000000000000000000000000000000000..c2ae4335e490e4bc4d9d1a30f1789e2132acb013 --- /dev/null +++ b/datasets/metadata/378374.json @@ -0,0 +1 @@ +{"id": 378374, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-07T09:35:43.540Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["SushiStyle"], "stats": {"downloadCount": 287, "ratingCount": 0, "rating": 0, "thumbsUpCount": 54, "thumbsDownCount": 0}, "files": [{"id": 303284, "sizeKB": 223100.76953125, "name": "SushiStyleXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T23:20:57.046Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A975C8FC", "AutoV2": "5B4F751FFE", "SHA256": "5B4F751FFE83B52C6D26F93F2BEFF899CB25B0C49378C367848803FEFAF1C205", "CRC32": "97C43700", "BLAKE3": "0E2D979D65695284489F98E3334E07F224F66B20EFAA29476B6A8CE29A50923F", "AutoV3": "AC2B2DDC5826"}, "downloadUrl": "https://civitai.com/api/download/models/378374", "primary": true}, {"id": 303290, "sizeKB": 377934.0361328125, "name": "Sushi Style Training Data v2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T23:26:09.155Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "18511458", "AutoV2": "125B4FE840", "SHA256": "125B4FE8405E6FF50F41313FEFAB4D79EB2D77D3796E450588E230336F5D56F0", "CRC32": "1A090B8A", "BLAKE3": "E35192CB82D1A0E3BCB10E3AD92108E62B554346CF13E09890272F10157CC042"}, "downloadUrl": "https://civitai.com/api/download/models/378374?type=Training%20Data"}], "images": [{"id": 7549032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee149cd3-0a57-4909-baab-07ae5602525b/width=450/7549032.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCH-S#4U01~W5A%157ba00o~?FD*9xnO^jso", "type": "image"}, {"id": 7549031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcc48909-7aaf-4a5b-834b-6b584bc57779/width=450/7549031.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UNJZ#i~CAETIq]9HELs*1fI=$Qwz1Ir?xGbv", "type": "image"}, {"id": 7549028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9912a346-a666-4e86-aab7-342b4dc04fde/width=450/7549028.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDHL6p0i009G?II.H@x[~p%29ZfSDhD*x]xa", "type": "image"}, {"id": 7549039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19e455f5-7a9e-47d8-bec6-0e5f7fb5799f/width=450/7549039.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U9H1*._NO?EM0zM{zokX0fE1t5%101DjELIV", "type": "image"}, {"id": 7549044, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fba3fbd-126b-4702-9973-b2695d03bcc1/width=450/7549044.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "U8G*H2#=01%}74R+E1ofIT5m^4}A01ELsonP", "type": "image"}, {"id": 7549043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a368a5ee-f2db-47ea-b93e-34937bdeb954/width=450/7549043.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UAFOZF-;0f0f$j~AEfOY0}-:}@EN00e.-pIV", "type": "image"}, {"id": 7549038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9fab6f0-92f7-4dba-b499-1d9cd268a6b3/width=450/7549038.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCF=Er4:02~W01-:I;WB0yWA^jM{W=njr=kW", "type": "image"}, {"id": 7549025, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64e7bc9b-b591-421e-87bf-e125c45479d8/width=450/7549025.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFGSP]ys2fQ.6oD%J8r?vL=YROo|7MXTVsI:", "type": "image"}, {"id": 7549024, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a425af5-6bd2-4473-bc92-41b9ad36795c/width=450/7549024.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U9F=Ep1%9]vL2w.8Q-4U5Q~VE|s8r=IVMeNy", "type": "image"}, {"id": 7549034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3227d94a-85ab-4cb5-b19b-bc12f1083d9f/width=450/7549034.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8F~8TFy.TJD0gHqtQMx%h;^v}~p03%g.8?a", "type": "image"}, {"id": 7549027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31eb415f-8dcc-4b64-9fef-c352b8840f23/width=450/7549027.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCGuN{_L6+xs:W4:9sR6GYNLqwoJ0JTEWAt7", "type": "image"}, {"id": 7549030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9b56b1a-9569-40e4-b329-6e6086565e15/width=450/7549030.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UAHm=S~o56xV5Y584;58F^xawg-6K*OB-6v~", "type": "image"}, {"id": 7549033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6dc41123-fcb6-47fe-aafd-abc349205abc/width=450/7549033.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFHw.9?b9tn4{d-.NFD%-jt7=|?b$es.o#of", "type": "image"}, {"id": 7549036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8dfda7ee-0cd4-4024-8e73-cd977785e35f/width=450/7549036.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFH^O~^*1JSL}Y$+O@T0X-Xm$Q,@~BSKni=e", "type": "image"}, {"id": 7549026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/490ebfe8-5fa9-4a04-9aab-1ebcb431a43e/width=450/7549026.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U7Eplnx?0gt1_LXl00xv?S%eqvVx.9r;RhIU", "type": "image"}, {"id": 7549040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cae5b83-fb15-4068-8a35-ca7627d579eb/width=450/7549040.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCINKx?a10tlBVtS9aEMEl9]D%RP_M-n}?S~", "type": "image"}, {"id": 7549041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6478e3c3-c9ab-4bde-8075-eb2154767600/width=450/7549041.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UNNTOGIo?w%1%$s:IANwMwRjNHt7n$bbX9t6", "type": "image"}, {"id": 7549042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b41e4de2-638c-4a62-8396-15904274c7e6/width=450/7549042.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "ULK-B~.8-q={?waLRPODRQxZWBM{wgELozi^", "type": "image"}, {"id": 7549045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cbf743b-9865-48c4-be5a-631043cb530f/width=450/7549045.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UTH-Mk-U9vRk~BWBNGofx]j[IVn%WXoLNHs.", "type": "image"}, {"id": 7549090, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce330836-690e-4509-86eb-0e59b4377488/width=450/7549090.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UCG8iutl0fD%~V_256NG00xFWUx[D%01s:NH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/378374", "modelId": 337941} \ No newline at end of file diff --git a/datasets/metadata/378387.json b/datasets/metadata/378387.json new file mode 100644 index 0000000000000000000000000000000000000000..acfe04f7e7bb56feae6f8cab103581c47392f6f1 --- /dev/null +++ b/datasets/metadata/378387.json @@ -0,0 +1 @@ +{"id": 378387, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-06T23:23:22.879Z", "availability": "Public", "nsfwLevel": 5, "description": "Stronger Image Adherance to style
", "trainedWords": ["Song of the Sea", "a painting of a forest", "a cartoon scene with a brother and sister", "Saoirse", "Ben"], "stats": {"downloadCount": 130, "ratingCount": 1, "rating": 5, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 303293, "sizeKB": 106100.1171875, "name": "SOTS_version_2-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T23:26:23.541Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AD3EAF82", "AutoV2": "2655CF1DF9", "SHA256": "2655CF1DF9B2C9A69938A3ECE61ABAF0C850E752273542890384EF0AA4734645", "CRC32": "2C3ECDB2", "BLAKE3": "5ECBA4652EC67DE08BC0CD1850206DAC440192B051756CA23755BD82BC29165E", "AutoV3": "20B6F827A9AC"}, "downloadUrl": "https://civitai.com/api/download/models/378387", "primary": true}, {"id": 303391, "sizeKB": 18549.1318359375, "name": "20_SOTS.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-07T01:10:50.451Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D3900A91", "AutoV2": "07A07F9EEF", "SHA256": "07A07F9EEF0C21A952BE47E49BEA39B03DD5D3B666F2585A0A67416A59BB0F1B", "CRC32": "9B1487A4", "BLAKE3": "F6D6F9980C4D4B23AF9E994EF4ABCCDEA0D5F9B6B522DC51C3C504FABF6D4C56"}, "downloadUrl": "https://civitai.com/api/download/models/378387?type=Training%20Data"}], "images": [{"id": 7549225, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec5cff3d-2eb3-436f-9e9f-facfd3403d01/width=450/7549225.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UUIr$%x^DOsA~WxuM_X8X-ozWAof-;W=X8og", "type": "image"}, {"id": 7549223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f78eb5df-4bc9-423c-a33b-f50c0e74fabe/width=450/7549223.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UhHV#R?^RkxZ_2xuM|oyo~V@R5j[xakDoca}", "type": "image"}, {"id": 7549224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80cab559-4993-4896-9c45-6433e4960738/width=450/7549224.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UQG]aI?^V[%1~Ua$IVaeX:V@R4RQ%hx]xst8", "type": "image"}, {"id": 7549227, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2270ab6-c2bb-4578-bb21-368734d8eb00/width=450/7549227.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7IN{l=_00k=00j[$d0L?^tRI@n4E%tRt7^j", "type": "image"}, {"id": 7549226, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8c8a1c6-4c45-43a7-9afc-9e56c03f485b/width=450/7549226.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UbIq}mE2IB%Mt7NGRjof~qayWBoLIqbHRkof", "type": "image"}, {"id": 7549334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41133f11-7a96-461e-9f97-cd3377352999/width=450/7549334.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UZKT;@M{D%%M_NV@IUkCxus.M|Rkozt6WBWB", "type": "image"}, {"id": 7549335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c47fe42d-360a-42b5-a795-6e842c1a5023/width=450/7549335.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UFG[7nIV}?E30g%2xaE20f-p9v-n^*MyW.NH", "type": "image"}, {"id": 7551258, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7e59c7e-55b8-469c-b814-bb571e39a82d/width=450/7551258.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UPFjpL9FRi-:VZsDIA%LyrIVE2%2~WIUS4nj", "type": "image"}, {"id": 7551260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b11fd986-6fb7-45d7-9cc7-20d2aa94d885/width=450/7551260.jpeg", "nsfwLevel": 4, "width": 768, "height": 512, "hash": "ULEN9i4Tn4E1R:%ME2xu?^IA%NtR_2MwS5IU", "type": "image"}, {"id": 7551263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a85a33e2-3fae-4f67-8239-cea1b1a42b21/width=450/7551263.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UPFjpL9FRi-:VZsDIA%LyrIVE2%2~WIUS4nj", "type": "image"}, {"id": 7551259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/172adda4-573e-4629-8080-b588ccef9a79/width=450/7551259.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UID^D%00$|M|IV%gIU%MXUD$x]xb~W9Fo#Rj", "type": "image"}, {"id": 7551257, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00a8c581-4406-49b2-ad36-d39e4e3482a0/width=450/7551257.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UNJItuNex@_N?I%M^iRjKkWB-;My=yIo%M%2", "type": "image"}, {"id": 7551261, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/242229ef-039a-4a7e-a822-81eebee6b400/width=450/7551261.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UGJlEPT0M{~V03%2~V9u_3?F-oRPIWK6NG%L", "type": "image"}, {"id": 7551262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d22617bf-d66b-45fe-bafb-59d4fe03f0c3/width=450/7551262.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U9FjQU.T$%.S00Ql_3M{01E1l9m,;{-;MeM_", "type": "image"}, {"id": 7551264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51a83974-b431-4ba6-9c4b-48f7f42b6f14/width=450/7551264.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UaJlNoR4EMso~Vt7ozkCl9%2WBoz?Go}Shoz", "type": "image"}, {"id": 7551265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d854e5d-0627-47ad-a9f7-0fb93e297336/width=450/7551265.jpeg", "nsfwLevel": 4, "width": 768, "height": 512, "hash": "UQH3jeWqD%I:IsxaIpW=.lkBD+bbpcxubcof", "type": "image"}, {"id": 7551266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/825a0d86-de92-41ad-a932-6af18fac9275/width=450/7551266.jpeg", "nsfwLevel": 4, "width": 768, "height": 512, "hash": "UHHp;do#E2.Spyt5#nIUIqOF9u$z+]Rl9G-p", "type": "image"}, {"id": 7551658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e24cd20d-949f-43ce-aea3-784c9929b88f/width=450/7551658.jpeg", "nsfwLevel": 4, "width": 768, "height": 512, "hash": "UgJlpm-oIUI:_N%MbIRjo}r=R*o}-AayIobI", "type": "image"}, {"id": 7551661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7aa2388-09ea-42a1-889d-8a6137b04dc7/width=450/7551661.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UFGmZ9JXyDpK8w4:_3kD00iI%MD%~BoxM{M{", "type": "image"}, {"id": 7551655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a802fe2-eb97-4563-90f2-991b3af7e129/width=450/7551655.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UNJItuNex@_N?I%M^iRjKkWB-;My=yIo%M%2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/378387", "modelId": 337921} \ No newline at end of file diff --git a/datasets/metadata/378406.json b/datasets/metadata/378406.json new file mode 100644 index 0000000000000000000000000000000000000000..8bf69c5cb4c3a28d223dafe3a384873b317bac3b --- /dev/null +++ b/datasets/metadata/378406.json @@ -0,0 +1 @@ +{"id": 378406, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-06T23:42:49.025Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["SemlaStyle"], "stats": {"downloadCount": 172, "ratingCount": 1, "rating": 5, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 303308, "sizeKB": 223100.75390625, "name": "SemlaStyleXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T23:41:01.296Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5D49B03B", "AutoV2": "8DE9EBFFB7", "SHA256": "8DE9EBFFB7CE4CB5FD0B30AE3DA3CCFBE3BD1C2038E1793032B36FF153E9B647", "CRC32": "879673B2", "BLAKE3": "34BEDFB18F1555248DCC5CF299D55E22E20BE7C6A5897BF17451DC20E878A687", "AutoV3": "F81FA22FFE06"}, "downloadUrl": "https://civitai.com/api/download/models/378406", "primary": true}, {"id": 303316, "sizeKB": 34277.9560546875, "name": "Semla Style Training Data v2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-06T23:47:01.007Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "50A643F6", "AutoV2": "08DEB37D5E", "SHA256": "08DEB37D5E9E98C5E109760864AEC49EA94307A30A2680ED48B9D5528DEBBD66", "CRC32": "5DDB4F43", "BLAKE3": "0C6A364D80F71BACE6FD9319F6957684A948F87B9F6CB40FB09863B7BDDF9A53"}, "downloadUrl": "https://civitai.com/api/download/models/378406?type=Training%20Data"}], "images": [{"id": 7549921, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c70f00d-8e75-4146-9238-f83ddc09792e/width=450/7549921.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UMM6;p?b%M$*_3~V9GbH%#t7-;xuE1%MjZE1", "type": "image"}, {"id": 7549924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9203e6c9-2d20-4c8c-aaab-eb0eecf797ba/width=450/7549924.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UOLM|r~pEMRPx]E3M{ngyDR-s:%L%M%0xaof", "type": "image"}, {"id": 7549931, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf520da8-0482-4b22-97f1-7c2a96062ab4/width=450/7549931.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHG8N0IU0KM{01%2IobH4nR+?Gaz~VWBR*Rj", "type": "image"}, {"id": 7549919, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1f92d3c-e2e3-491c-b0b7-ac4f6d14434c/width=450/7549919.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UIM?*r~p9vE19GM{E1WX0LRjkXoz8_IVb_Na", "type": "image"}, {"id": 7549920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/146614d8-75a6-47c5-91fb-f6cba7f8ef93/width=450/7549920.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UEKeGP_KKe%e_L4q9aIB0|IBrDxH7:-nwgxu", "type": "image"}, {"id": 7549932, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9ca82fb-397a-4eab-a3f4-702e5f6bbb47/width=450/7549932.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UGK^mRD%4m_NDN^+-os;00%2%hrqEME2xvj[", "type": "image"}, {"id": 7549937, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25b77fdf-5fdd-4bb4-a207-79c8a7a6e95b/width=450/7549937.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UAEo=7~qD$tR~q-;M{D*~pW=4mRkE0ax?H%M", "type": "image"}, {"id": 7549943, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a08cd28b-f582-44af-8bfc-83a5b59ea328/width=450/7549943.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UJJQQI~CtR~BE0NGkDIo57E1IVIpD%%2jEs.", "type": "image"}, {"id": 7549935, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abaea8ca-c1db-4f5f-9dc9-3f875363cee4/width=450/7549935.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UII;6N_Mt50LofE2IpS#ElspM{%LOZNHRPVs", "type": "image"}, {"id": 7549930, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22e9d558-65dd-4970-8ee9-2d66efe0c036/width=450/7549930.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8Iz-c%NE10N00000L^+00ozRl=^4:-n~A%f", "type": "image"}, {"id": 7549933, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ee02aec-ed0e-4e07-a45b-bbb37a74fedd/width=450/7549933.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UNH.4v?HEyIsyZMxNZofLNOG%1xuF5s8nlxC", "type": "image"}, {"id": 7549942, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/433cf89a-8aaa-45e3-989b-db5eb85e436f/width=450/7549942.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U9HL9r~U01E1o40KRpxvkvE1ortQE19G%g_2", "type": "image"}, {"id": 7549929, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98936c66-51d7-46d6-9a87-49f5cd4fd01c/width=450/7549929.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U7INU3AJ9EIU000L9a-U00M_%M~Cve;f~pE+", "type": "image"}, {"id": 7549925, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31fef9f9-a02f-48c0-8f8f-dccaad3c261d/width=450/7549925.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFOpJetm*0?G~q%28wDi$*oJn4IUUuM{RPad", "type": "image"}, {"id": 7549934, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f6e46c3-bd85-43dd-9a14-01b3e36dde63/width=450/7549934.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UAH1=6%g0000MxDh0M9ZO[r@?a_300D%~Wsk", "type": "image"}, {"id": 7549939, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7790b52d-e7e3-415f-a209-5217278a40df/width=450/7549939.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UCIg_z-o13xZ010K9F%1J:-;eTrq~Bni.8o}", "type": "image"}, {"id": 7549946, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5e32102-ed7c-433e-a30c-5862176134bd/width=450/7549946.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UTL3.JE1NIRP?^-pt7E2OFs:.8R%$fSitRxZ", "type": "image"}, {"id": 7549936, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd94d14d-f269-4477-a52e-69bbc04c71b4/width=450/7549936.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBJH5R^M0NRO0L9t9ZE20,Md~A%N0fVZ9b$K", "type": "image"}, {"id": 7549952, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/477ca578-e803-4881-91f5-82b84ce31e71/width=450/7549952.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEK26Q~p7htmbiDPwIS55]TK#6xE00xtE0Mx", "type": "image"}, {"id": 7549947, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb882506-5d3a-4921-9ce6-0689c9530803/width=450/7549947.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7GkI402EK~CM{x]yDr;1ln#rWIp1P,.4:OY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/378406", "modelId": 337973} \ No newline at end of file diff --git a/datasets/metadata/378426.json b/datasets/metadata/378426.json new file mode 100644 index 0000000000000000000000000000000000000000..c0775bc2038c9f9add15ac77edc6c4736476d7c3 --- /dev/null +++ b/datasets/metadata/378426.json @@ -0,0 +1 @@ +{"id": 378426, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-07T09:00:00.000Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": ["ChocolateWetStyle"], "stats": {"downloadCount": 253, "ratingCount": 0, "rating": 0, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 303338, "sizeKB": 223101.37890625, "name": "ChocolateWetStyleXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-07T00:01:06.611Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DCD7FCA3", "AutoV2": "37B933E4B6", "SHA256": "37B933E4B6D539AAFDBC584F149D5830118EB41B9D9CD98B53BA8F9F89DA84FB", "CRC32": "CD0A95C1", "BLAKE3": "D4E8545EBDC16C6AC660ECB3A8013C3EFF125CA0D3CC8E92B5F4ADE275E0B49B", "AutoV3": "3217FA970D4B"}, "downloadUrl": "https://civitai.com/api/download/models/378426", "primary": true}, {"id": 303362, "sizeKB": 352316.1806640625, "name": "Chocolate Wet Style Training Data v2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-07T00:52:32.769Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "41854EB5", "AutoV2": "F35DADB592", "SHA256": "F35DADB592E100C45D2DA03CD122832EF4AFB3FD85E832DBB953A4D7866A6BE7", "CRC32": "9C7BE9CA", "BLAKE3": "48D561DE95F5D59C2BE9C27C1FA924BDAF5D1419AF0592353B2ABC33001DBBDE"}, "downloadUrl": "https://civitai.com/api/download/models/378426?type=Training%20Data"}], "images": [{"id": 7551220, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65c53c1d-8396-4dd2-800d-3662f46ef9d8/width=450/7551220.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "ULIq7Lxa~pIpMdRj9aRj?Ht7Nct7$$WVS2NG", "type": "image"}, {"id": 7550674, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cae44575-cdf5-4982-9214-e67eaf380c42/width=450/7550674.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8DbpK~C5=Nb|X$eIVJBtm%25pIotltQI:Ip", "type": "image"}, {"id": 7550664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76896888-016b-46c7-a870-a02fc3c8628b/width=450/7550664.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBA,k2I@57-U_NV@9GkByYt6MxRjtRWBMxWC", "type": "image"}, {"id": 7550659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef99e3b6-3b5e-40eb-8a5d-4b0497e058f5/width=450/7550659.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "U8C6104:?v^j0MIq9aM{~V9Z$%NaTJxt?HNG", "type": "image"}, {"id": 7550661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22c88c1a-e96e-45c8-a4b8-20ffed808785/width=450/7550661.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UJFN|;R*S2$%NIxZ57a#~AofIqNHR*%1R,WB", "type": "image"}, {"id": 7550658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6dc63d42-878f-4d88-adda-096d4a8a8fba/width=450/7550658.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UOKmIR-p~pt7%fE1axe.?GMyIVoKxW%LR*kD", "type": "image"}, {"id": 7550663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b14fa96-c0b6-4023-a24e-7b7a70bb4b82/width=450/7550663.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UPKJ*.I=~psmM|s.WVWB?bo09ZWX9GNbM{f+", "type": "image"}, {"id": 7550660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/423e1c65-e0a3-41b2-a87e-88b462fb60f9/width=450/7550660.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UaK^7}-o~poyxZRkM|M|%2R*E1s:M{ozjZoK", "type": "image"}, {"id": 7550665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b64f7aac-b550-4484-822c-40a4c0321e10/width=450/7550665.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UGIp^=9u_2%1E1jF9GNH~paKIpWC02bIxtaz", "type": "image"}, {"id": 7550666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5916c7c-1542-4d04-95c2-4ea7884a4ae6/width=450/7550666.jpeg", "nsfwLevel": 8, "width": 1080, "height": 1920, "hash": "U9CY]RXR5lwf?=oyEMn%?Fj[oej?KKV]xtbY", "type": "image"}, {"id": 7550672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/517e87bd-b915-4604-910c-5d15c2beac48/width=450/7550672.jpeg", "nsfwLevel": 8, "width": 1080, "height": 1920, "hash": "UAD[tm5q9_^+~W-;0z-:iy$zS#D%4:%2xaD*", "type": "image"}, {"id": 7550667, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d70c8a55-e942-47a3-b149-72e2909e7aa7/width=450/7550667.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDCZF7%KkkSw--obR$-.~m%KRk%L%doeWVxu", "type": "image"}, {"id": 7550669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e86a9d43-aa1c-4b4c-9e40-b49188bb27dd/width=450/7550669.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U9FN*h10^*}@x[$iIVRjr=RPE2NwEzsmWCxa", "type": "image"}, {"id": 7550668, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3643b98e-da49-4b26-b4da-5259fe3895b3/width=450/7550668.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UMG7*v~W.8?H%2ofozt7t6ofbIkCRjWBaya#", "type": "image"}, {"id": 7550676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/274c99ad-524f-49c2-93b4-b9c8467ab087/width=450/7550676.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UEFO4D~Utl-o-.nNRjad?G-o-pof9FM{RjWB", "type": "image"}, {"id": 7550670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31c6460d-e65d-4fee-9e49-88eada0d8ae3/width=450/7550670.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "ULLy=k4:x[^jozx[9Goy~o$zjGNGEMW=xuRj", "type": "image"}, {"id": 7550673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74211735-7155-459c-9169-092ca8a84bb4/width=450/7550673.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UeKATks.xuNG~Wf8jIRkx[Rjofxaa$oLRjof", "type": "image"}, {"id": 7550679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0383d0dc-59cb-4d71-a8c2-9642aea27b96/width=450/7550679.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHEn|d9u0f?G~SxZE2soV=%1njE2?ZV@aLNe", "type": "image"}, {"id": 7550677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ba69feb-41f5-47b7-b7d2-1658025d95a0/width=450/7550677.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U2E{dSw4Dn~UB^re04Rj.Q?G06AA07d[05%c", "type": "image"}, {"id": 7550680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/699cd2c6-c8ac-42d2-aa76-48a82605f864/width=450/7550680.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDI;FtIU.R4.F_0fE29aMID%%Lt8EfV@~B%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/378426", "modelId": 337992} \ No newline at end of file diff --git a/datasets/metadata/378481.json b/datasets/metadata/378481.json new file mode 100644 index 0000000000000000000000000000000000000000..2d058e9324f93fc1cf953a058c2e384bd249ec60 --- /dev/null +++ b/datasets/metadata/378481.json @@ -0,0 +1 @@ +{"id": 378481, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-07T09:00:00.000Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["GelatoStyle"], "stats": {"downloadCount": 181, "ratingCount": 0, "rating": 0, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 303371, "sizeKB": 223100.94140625, "name": "GelatoStyleXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-07T01:00:59.887Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4CACC320", "AutoV2": "9BC3E52B76", "SHA256": "9BC3E52B769A8FB58EAD7561A0157740E461D17DD0BDD3C8106FD7AB75F23C0C", "CRC32": "39F8B92A", "BLAKE3": "A5AA2946E8E5C3C52E4B6092E423D5B1493E6D59D1FC4F75EB4014FC204EBDA1", "AutoV3": "077ED00C5A76"}, "downloadUrl": "https://civitai.com/api/download/models/378481", "primary": true}, {"id": 303377, "sizeKB": 539141.6826171875, "name": "Gelato Style Training Data v2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-07T01:01:47.451Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "471598AB", "AutoV2": "9BA3B96375", "SHA256": "9BA3B96375491A765351D0990A403E275B618B121023BC34BFC94F18F115A9BF", "CRC32": "B175ECB0", "BLAKE3": "4D15C592396EF1B0156762E5223470BD33304DE209F47FC103B5D34BAC0D1310"}, "downloadUrl": "https://civitai.com/api/download/models/378481?type=Training%20Data"}], "images": [{"id": 7551446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c90dcf8b-29f4-4c26-8eb2-d23811953ae1/width=450/7551446.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8HxsX00Z=^M00$e-OMyHt-.~T9u00tSK*O;", "type": "image"}, {"id": 7551459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33802a31-4d4c-49e8-8f08-ef9d6bb91fb4/width=450/7551459.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UEIEX.9I4r.k.5ni9GIm%N$kKIwf0ft7InR+", "type": "image"}, {"id": 7551441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3954c580-a3bc-47ff-8361-661cfd1c32cc/width=450/7551441.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6D,S~}]:94.03D*4ntj4=bbIB?G0eOq9GHu", "type": "image"}, {"id": 7551440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebd037fd-3c5f-46a8-9fd6-f44954c0912c/width=450/7551440.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7HU%;?=*~8w8yD#56%g=|?bcD%M014:v#IU", "type": "image"}, {"id": 7551458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b91eaaf1-9cda-4f3c-9281-a4b3756e6521/width=450/7551458.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCK^HU01-@%L[0%LELR*Qyj;D$Mx4TIp$xxa", "type": "image"}, {"id": 7551445, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34388629-63c4-45e3-944f-5a41d6861ed8/width=450/7551445.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "UDHCDx?uLNIvBYWBIVa$Aenh$z%K0,s:obX7", "type": "image"}, {"id": 7551450, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83e40653-8333-4b1d-9b43-96df6db3bc09/width=450/7551450.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UGHx]FD*3Z-?E4xC5RnjE{nm=LOSGGI]M_xZ", "type": "image"}, {"id": 7551444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78e21e79-f629-4fec-817a-d986846dd476/width=450/7551444.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U8J7%X01xM~C4Vt7D%Iob{In$~M{DPtRS$so", "type": "image"}, {"id": 7551442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8102a734-e35a-4fa7-940b-5812c4313465/width=450/7551442.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U6I#7P-;RJ4q59D%Dln$0iW9nw_100ELt2jJ", "type": "image"}, {"id": 7551494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48a6720e-c11b-4526-aaa8-ff8eb39cb310/width=450/7551494.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UIHxmC_MctxGE89a9un48|M{Z~xZI9#,=a%M", "type": "image"}, {"id": 7551495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/504b6c77-9a03-4e3e-aa43-9e271bf3fca7/width=450/7551495.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCHdsvw|0ex]_LE1EK%M6_wIVFN{6Jv~}bxu", "type": "image"}, {"id": 7551455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c639f88-5d67-4805-9be6-07ca32ff27e9/width=450/7551455.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFGlbU~AxvTK0:t7kCNw0jEOMxxZ4oxYt6iw", "type": "image"}, {"id": 7551461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5318e2c2-9250-4a2f-b49d-b80d3d2007aa/width=450/7551461.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCI5Vt}tT{^*8x?Fz;I@00S$M_9a4UNfPAEM", "type": "image"}, {"id": 7551464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7a90bbf-54f1-4ccf-9e00-216f3d4624a8/width=450/7551464.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UOL4c:~pB=IVKkWCI.S1ERniV?xGBiNarrwK", "type": "image"}, {"id": 7551451, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74487a95-3856-40ec-b364-6ef6952931ea/width=450/7551451.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U9FFjU~D0iXS00I[Mxi^px-o~9-o4:IpXR9u", "type": "image"}, {"id": 7551447, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0026d6d8-2404-4530-b0b1-1cf48845ecb2/width=450/7551447.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UQFZEEA0IW-:t:kXSjkDI_WBT0WBakjENajE", "type": "image"}, {"id": 7551454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/446e2854-ef0f-48d2-8c18-20a35c216c50/width=450/7551454.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UMOVx?~V;Sw|-pkDVrtPs.tQXSX8o}enwcsm", "type": "image"}, {"id": 7551463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddf63f20-058d-4421-b668-8e748d9a15bc/width=450/7551463.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UIKmhJ^j4;Iq+tsCDjR*~Do3t5tPEgWBnhXk", "type": "image"}, {"id": 7551465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89d759b7-c4a0-4243-87c5-bff3aa84c38a/width=450/7551465.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UKK-LK~WTKE%8IjdELRoY6xunh$y9[xVj0t2", "type": "image"}, {"id": 7551443, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/957fe33f-3073-4bfd-beee-a7b7a3b067ca/width=450/7551443.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBI5Sf9ZnRbVp{-oRO4.JDV?$%E3D%xF%May", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/378481", "modelId": 338039} \ No newline at end of file diff --git a/datasets/metadata/378577.json b/datasets/metadata/378577.json new file mode 100644 index 0000000000000000000000000000000000000000..a1e5b43f3a3c68ead5eadaa6cfec8c068e3ae4dc --- /dev/null +++ b/datasets/metadata/378577.json @@ -0,0 +1 @@ +{"id": 378577, "index": 0, "name": "FooFightersStand4", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-07T03:46:27.196Z", "availability": "Public", "nsfwLevel": 1, "description": "Version 2 (better dataset)
", "trainedWords": ["foof", "score_9", "source_anime", "stand (jojo)"], "stats": {"downloadCount": 48, "ratingCount": 1, "rating": 5, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 309685, "sizeKB": 53125.611328125, "name": "385458_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-11T00:45:58.870Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "508B8B8C", "AutoV2": "CE0E33456D", "SHA256": "CE0E33456DDEEA5058978835AC14448F4B62AC08C038822E57762500C48C0F1D", "CRC32": "5E7F7272", "BLAKE3": "63F6D34A6D142852455AE4426165A53A68A9ED78E65B21BCDDA5C43904FF2B56"}, "downloadUrl": "https://civitai.com/api/download/models/378577?type=Training%20Data"}, {"id": 309686, "sizeKB": 166551.39453125, "name": "FooFightersStand4.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-11T00:46:01.035Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1F799738", "AutoV2": "93A8933C19", "SHA256": "93A8933C19A1CE231774516570BB287CE018B0FFB4580E6DE373248E94431C19", "CRC32": "19FFE278", "BLAKE3": "DDAAEBF2863CB5A1BDB4A2A4D09142008883F72832AE11E28427EF40A99B3A20", "AutoV3": "AE33AA7866E8"}, "downloadUrl": "https://civitai.com/api/download/models/378577", "primary": true}], "images": [{"id": 7556767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09da3c2a-fe21-4a81-bb52-fe10ab30da98/width=450/7556767.jpeg", "nsfwLevel": 1, "width": 536, "height": 1139, "hash": "UQP%Lz%M_3-;oLof~qof?bt7D%Rj_3j[RjRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/378577", "modelId": 338126} \ No newline at end of file diff --git a/datasets/metadata/378755.json b/datasets/metadata/378755.json new file mode 100644 index 0000000000000000000000000000000000000000..ac04963f054885a7d2f4a049c076dd6fae29f230 --- /dev/null +++ b/datasets/metadata/378755.json @@ -0,0 +1 @@ +{"id": 378755, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-07T04:46:35.687Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["demonavenger, 1boy, facial mark, long hair, red eyes, gloves, white hair, male focus, wings, bat wings, chibi, colored skin", "demonavenger, 1boy, facial mark, long hair, red eyes, gloves, jewelry, grey hair, male focus, earrings, wings, fingerless gloves, cape, ascot, tattoo, colored skin"], "stats": {"downloadCount": 25, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 303632, "sizeKB": 14045.216796875, "name": "demonavenger.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-07T04:50:54.070Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8CBB40C8", "AutoV2": "9A7904B53B", "SHA256": "9A7904B53BB6D2D72D6EFBA332EF346147BD15171BB03C59C6B94637E8A43C06", "CRC32": "B9289D3D", "BLAKE3": "3DC392EADA2E4945CA6E69C0448A3478F0C70B2A9D81F65F31610A258C824129"}, "downloadUrl": "https://civitai.com/api/download/models/378755?type=Training%20Data"}, {"id": 303633, "sizeKB": 46194.3359375, "name": "demonavenger-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-07T04:50:55.527Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BCBF78EB", "AutoV2": "644B5F008E", "SHA256": "644B5F008E247CF89F8E08205C8F7BA62FB4FEEAD8D1003FB0247B978D4BADBA", "CRC32": "F082EDD7", "BLAKE3": "C7EBBCF07AE3D55359CBF39B8F85487896503C4E13C254077992D5F5F2577396", "AutoV3": "EA1EC822353B"}, "downloadUrl": "https://civitai.com/api/download/models/378755", "primary": true}], "images": [{"id": 7559089, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb407746-9050-413a-8949-7a5ab4089102/width=450/7559089.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UqG+aWtQNFWA~qt6RioetQoeRit7k9oeRjoe", "type": "image"}, {"id": 7559170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18c57ae4-1821-4a86-a4ca-12b22fdecd43/width=450/7559170.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UPEfQc9GInt7~qIVD$xuNERjM{t8oaWB%MWE", "type": "image"}, {"id": 7559172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80e7dcfb-4097-452b-83b9-689f804c7c7e/width=450/7559172.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UKFFHa_30JIT_MxuM_xa%#xuR4IU_2xuMxt6", "type": "image"}, {"id": 7559171, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fbfdfc2-7b4f-44bc-b169-eae43a1fcd2b/width=450/7559171.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UMBpRnMy0eoz_NM{D%t6-;RjM{sptRR*jFt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/378755", "modelId": 338276} \ No newline at end of file diff --git a/datasets/metadata/378776.json b/datasets/metadata/378776.json new file mode 100644 index 0000000000000000000000000000000000000000..90d637e8d53ccf480c2fc4e1ef97f7f77b0867ad --- /dev/null +++ b/datasets/metadata/378776.json @@ -0,0 +1 @@ +{"id": 378776, "index": 0, "name": "v1.2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-07T05:10:53.427Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["demonavenger, 1boy, facial mark, long hair, red eyes, gloves, white hair, male focus, wings, fingerless gloves, chibi, tattoo, colored skin", "demonavenger, 1boy, facial mark, long hair, red eyes, gloves, white hair, male focus, wings, fingerless gloves, tattoo, colored skin"], "stats": {"downloadCount": 71, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 303653, "sizeKB": 14045.216796875, "name": "demonavenger.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-07T05:16:02.252Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8CBB40C8", "AutoV2": "9A7904B53B", "SHA256": "9A7904B53BB6D2D72D6EFBA332EF346147BD15171BB03C59C6B94637E8A43C06", "CRC32": "B9289D3D", "BLAKE3": "3DC392EADA2E4945CA6E69C0448A3478F0C70B2A9D81F65F31610A258C824129"}, "downloadUrl": "https://civitai.com/api/download/models/378776?type=Training%20Data"}, {"id": 303654, "sizeKB": 46194.3359375, "name": "demonavenger-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-07T05:16:26.428Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "411BCD5D", "AutoV2": "FDED2AA83A", "SHA256": "FDED2AA83A2A1B220272EC00AA597E1DF0EA7538ACB7ACA2DAA070CDA7A867EB", "CRC32": "608B4C6C", "BLAKE3": "0BF97649B319D3AAE75E7D140A8E7758783815FB25663E727FB6EB3C17487D94", "AutoV3": "6CEC51E1F8AB"}, "downloadUrl": "https://civitai.com/api/download/models/378776", "primary": true}], "images": [{"id": 7560013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/089966d7-d60d-4cb5-81fb-6e97d2567255/width=450/7560013.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UWG8y9.69sxt_4XA9aRl%gtRadt5xut7aexZ", "type": "image"}, {"id": 7560023, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82e0cd49-f336-436b-af02-83720ad680b2/width=450/7560023.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UWI#W0-pOss;_MnjE1af~qxu%f%Lx]ofn*ax", "type": "image"}, {"id": 7560021, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/600f622d-5b9e-4d67-950c-69d4e8b33500/width=450/7560021.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UaEfTajJ9sRj~qofIUj=%ffRRiayM{ofRjWB", "type": "image"}, {"id": 7560024, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/831d5860-1f06-48ef-a7ee-a80036282d1a/width=450/7560024.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UQH.H4?vtk_3%Mox9Z%L_Ms;%2a~IoxuVte:", "type": "image"}, {"id": 7560027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95250fb8-0024-4ba4-aa7f-59a532b2d45d/width=450/7560027.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UWGbxDM{9ZofoyM_9Ft7_NRjt6t74.RPadWC", "type": "image"}, {"id": 7560026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c049bd9c-c523-4757-8164-3b0ea52bc1e7/width=450/7560026.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UXFi70ICEKM{~pRQNFM|NZWCxZRjIUj[o2WB", "type": "image"}, {"id": 7560028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38550eb2-e10b-4d3a-b3c6-95e43accd041/width=450/7560028.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULFreTnh9Fbc_MOX0eM{NY-VD%j[.7kCxZo#", "type": "image"}, {"id": 7560029, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f2cecf1-db51-468f-b971-0fe834c0550d/width=450/7560029.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UIF5gN=^00NH?^9^0L%2^%-ARPV].6W.NGS#", "type": "image"}, {"id": 7560031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e1a1f7f-235c-4b9c-a570-150d916912e2/width=450/7560031.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UYGuXZ?bInkV_NkXE1t6o}spRPV@j@ogagax", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/378776", "modelId": 338276} \ No newline at end of file diff --git a/datasets/metadata/378894.json b/datasets/metadata/378894.json new file mode 100644 index 0000000000000000000000000000000000000000..51d62d958f94fc147157ee4ce93cf22f1ea2aa87 --- /dev/null +++ b/datasets/metadata/378894.json @@ -0,0 +1 @@ +{"id": 378894, "index": 0, "name": "Olga Discordia (pony)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-08T05:10:23.577Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["dark-skinned female, very long black hair, purple sexy attire, purple detached sleeves, black panties, purple thighhighs, pubic tattoo, pointy ears, earrings, white crown, brown eyes"], "stats": {"downloadCount": 291, "ratingCount": 0, "rating": 0, "thumbsUpCount": 45, "thumbsDownCount": 0}, "files": [{"id": 303765, "sizeKB": 98151.2041015625, "name": "378894_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-07T07:40:54.302Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "183F58BC", "AutoV2": "6C42592E99", "SHA256": "6C42592E99F2B386B4F635FB7C525105947C94DF7BF309C73ED0109812FC67F7", "CRC32": "A28B40C2", "BLAKE3": "784015ECBDF0B35A173012F01A5C416E4245D1D287B9C24ACF22D306878F51F2"}, "downloadUrl": "https://civitai.com/api/download/models/378894?type=Training%20Data"}, {"id": 303867, "sizeKB": 223099.62890625, "name": "Olga_Discordia_pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-07T09:35:50.434Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "107FB4B0", "AutoV2": "1D0B8EA9EB", "SHA256": "1D0B8EA9EB5555AB4DB83204D0682CDED2B3DA58E15E54F05CEF97D4E7430727", "CRC32": "3DE84872", "BLAKE3": "2E0D3FC423CB69E541B74657EB2743815AD36B57D6F878DD6E33AEF5695C1505", "AutoV3": "6DB8538CDE46"}, "downloadUrl": "https://civitai.com/api/download/models/378894", "primary": true}], "images": [{"id": 7610608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb428dda-6ca4-4d9a-8c70-a3d85cf87da6/width=450/7610608.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U8Iz9v01EjM}?s0#}Qaf05tQ9FWV59?F4:oc", "type": "image"}, {"id": 7610634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b00da752-0aaf-492f-8432-0aeacf23677e/width=450/7610634.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8G7lEs:?Hxa~Wa}M|oLNyoLVsWCt7WWadae", "type": "image"}, {"id": 7610610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f8ea176-842a-4052-b9bd-5a90d7b56708/width=450/7610610.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8J?dO150K?^0ve.NM%M4~$x9aMJ00?c?b9F", "type": "image"}, {"id": 7610604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83d4fefe-8684-4b36-9b6e-641110f2cfbf/width=450/7610604.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCJZ6~0M-D~A0N-o9tIo0ixas*IpoxRkWEs.", "type": "image"}, {"id": 7610607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3d38556-52a5-4fe6-b370-7d1354188bc9/width=450/7610607.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U8E-qBDv0#^L^U^R$kEAAHv;-PN4=$I^$^=r", "type": "image"}, {"id": 7610605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/387f96e5-90f7-441d-a5d8-50cf897d4799/width=450/7610605.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9Kc63}?=vEO?bIpv|s:05nj4:oy9iRkE2xt", "type": "image"}, {"id": 7610606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/066de5c6-8316-4eaf-b262-cd8544cdb76b/width=450/7610606.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCK+[,9Z~CIX57EL0L%10O?G$JRj-oxvI:IU", "type": "image"}, {"id": 7632152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c74dc3f1-3846-407a-8e57-6fe094c9c0ee/width=450/7632152.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UCG8WRtR?]$$_3oLVsR*OtaeZ~W=^*WCE2t6", "type": "image"}, {"id": 7632155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89a7ac33-a4f4-449f-a2f0-4eb7b8192ad0/width=450/7632155.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UFGjsr}@Ips:t-s=aJNGtSv}RO9]%19t57xZ", "type": "image"}, {"id": 7632153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4da57617-8633-4039-909d-d3da8f82fefe/width=450/7632153.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UAF4vTah06$%u6jY#6W;?bWU9ZWXxvoeIUWX", "type": "image"}, {"id": 7636729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f130fd78-0a1a-4185-8f05-5ca1656f55fc/width=450/7636729.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "U2FXC{Rm02=}4Poh00r:0FJBvh,.9f=|R30L", "type": "image"}, {"id": 7636730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b697511d-630c-41d2-8e88-4c43befa59f6/width=450/7636730.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UBGsmB$%0WN4^BS1#k$R1ObIr;WAtkj]RPR%", "type": "image"}, {"id": 8660631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e65e4fc-131b-49dd-ac74-91b4a772edea/width=450/8660631.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UzN^9?-;_NRP?bRkV[RjbbWBRiozofaeazog", "type": "image"}, {"id": 9999528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdafe481-4ece-4dd1-b6de-f1e9011e2d65/width=450/9999528.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UIIe3xs;9GaLXlxFAIV[E7Wq-OwI}AW;r=n$", "type": "image"}, {"id": 9999525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0f77eac-216d-47b1-a4cf-c78c0abf6c24/width=450/9999525.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UNKuREjK1Us=_4so$*og-@j[+]s:}wWE#roc", "type": "image"}, {"id": 9999526, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ad88175-66d4-41a6-94a6-efd8917208c8/width=450/9999526.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "URKbO#sDANoN^,j=$xn-xzR-,[oL=}bIwbso", "type": "image"}, {"id": 9999527, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3bc7da7-12a1-48b0-8aae-80a58941ae47/width=450/9999527.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UFJrIhwJ0WSk%Msqnmsq?1WEvws,^UWBrss:", "type": "image"}, {"id": 10008202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f01cefdc-8bf6-4989-a3c2-b165e0bcea87/width=450/10008202.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UdKAd0of%$t7~qj[%Mof%gfkaKofx]fks.of", "type": "image"}, {"id": 10008204, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9ef4dac-5c19-42ef-8847-516f119a581c/width=450/10008204.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UmM6VQo0XToz~Vay%2xao|ofV@oJt6ayRkR*", "type": "image"}, {"id": 10008201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbdbbfd8-8b9c-4cac-a728-6c23ed49a176/width=450/10008201.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UoNvf9xutnt7_NkB-:oft,RjV@oft7jaaeoL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/378894", "modelId": 338400} \ No newline at end of file diff --git a/datasets/metadata/379006.json b/datasets/metadata/379006.json new file mode 100644 index 0000000000000000000000000000000000000000..6adf476f5967f81711f3576bc0bb1cf8c9a0be7b --- /dev/null +++ b/datasets/metadata/379006.json @@ -0,0 +1 @@ +{"id": 379006, "index": 0, "name": "Blue Hair (Girls)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-07T09:31:46.997Z", "availability": "Public", "nsfwLevel": 4, "description": "Womans with blue Hair
", "trainedWords": [], "stats": {"downloadCount": 230, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 303834, "sizeKB": 859.5654296875, "name": "379006_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-07T09:06:19.545Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "FF4AD5D93A", "SHA256": "FF4AD5D93AD0E0588EE92582F4DBE9A53E41F9DEA0C75DD76FD0E8B89B1C7EDC", "CRC32": "3AC7F75F", "BLAKE3": "E37C2A0D275A13B845258192C9AC8D57039DC25591BB941214C11C6D772DC7FB"}, "downloadUrl": "https://civitai.com/api/download/models/379006?type=Training%20Data"}, {"id": 303851, "sizeKB": 36977.3125, "name": "Blue_Hair_Girls-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-07T09:20:55.493Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C37F33DF", "AutoV2": "F53021754C", "SHA256": "F53021754C9FA3CB9218EAE57B24CDA2F318E4EA871CE1A033DEA092A86E51AC", "CRC32": "979D34D3", "BLAKE3": "21029F3FE14E6384F82DD7A691DB24E77271D33B71BD1C00A5896A343939AF57", "AutoV3": "418EA5D84516"}, "downloadUrl": "https://civitai.com/api/download/models/379006", "primary": true}], "images": [{"id": 7567127, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/991da047-8257-401b-916c-24d48d30d990/width=450/7567127.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8FYGfw500006y00_1D%009G~9Nf-=-=#j?H", "type": "image"}, {"id": 7567125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fddcf0b3-e1ea-4b47-8e45-37a2a826e3bc/width=450/7567125.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8D]C=0000~V4.Mx^*xv03oz^MIo~7E,r^ni", "type": "image"}, {"id": 7567133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b6f028c-dec1-4ba1-ba40-4d07da536f8d/width=450/7567133.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UCG8WK_N0MR+00^*_2xY%Lae-7WX9sD*xa-o", "type": "image"}, {"id": 7567132, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c50b2ffd-f8cf-4fad-8e3f-03306911f47f/width=450/7567132.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "ULINy}~p5;Eh1NI:obs.^*WA=w={J8ad%1Wr", "type": "image"}, {"id": 7567128, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbf9b8c9-d522-4ec6-af0a-e8a9067d2cc1/width=450/7567128.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UEGH;$tl00%100~B?HwH%M%0v}9v$xIV-VxZ", "type": "image"}, {"id": 7567137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53f7d090-1bff-4cd9-9b39-8b27cdc7ffd2/width=450/7567137.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8F=Q~000}0L0NHr~VOZ4=~qQ-$L00Iq$*^+", "type": "image"}, {"id": 7567136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b45bdfba-5e27-4fd5-b9b5-68b1d5b4f7ea/width=450/7567136.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8F=Be0g02[-04v}={D*~p4n}@tRFfVr^*-o", "type": "image"}, {"id": 7567135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a3c7c1f-67a9-4df2-830b-91a9d1bc0d26/width=450/7567135.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UFF}ch?a0L9u0L57i^nhxtn$=|~B57aKxtR+", "type": "image"}, {"id": 7567138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5430a7f-bf8d-423c-845e-4b08c93aec88/width=450/7567138.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U9GuH[0001.S0$=Z=wo~u6r;vzTK-:57%1-V", "type": "image"}, {"id": 7567139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bde9ac3d-851f-494b-b09f-1a57d3b22deb/width=450/7567139.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UBELW$5T00M{0Lo0%K-U9a$%-UI=~UE2%2t7", "type": "image"}, {"id": 7567140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b17eff8-e38d-4b9e-a8e3-a8df34373d5d/width=450/7567140.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UEFOJq~V019G01IVxtoeNGRj%1xuIoWB%Lxa", "type": "image"}, {"id": 7567148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce57b156-e368-4477-b939-7d68558f1b40/width=450/7567148.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UCE_jf9u00xt01=_$yxaN[WX~B9u0fNG%M={", "type": "image"}, {"id": 7567141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3da9368-5ea5-4726-8cd2-f691fa4aff0c/width=450/7567141.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UADue]Io00~A57s:=w9aELS5-os:xV9txb?G", "type": "image"}, {"id": 7567153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb5ae629-2cc8-410a-8d83-3be9c6825a12/width=450/7567153.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U7Exty?^009FK*^+%KwI01={~BE2^*E2R5EM", "type": "image"}, {"id": 7567154, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/685d7021-4077-4af2-9759-7a0a4ee66126/width=450/7567154.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U9F}fq~V00Md009a-nRjoys.^j-pMxbH^*WC", "type": "image"}, {"id": 7567155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f21ad01b-7660-4c58-8ab8-2e7755fef911/width=450/7567155.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U7E2OX?v004.00E2={$%$|$z~Axa0fM{-;%L", "type": "image"}, {"id": 7567157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7dd1f4ce-7c21-49b8-87b5-379d173f1d0a/width=450/7567157.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U7FOGi%#00wg0h%M=_E100w[~B%L~A={E29u", "type": "image"}, {"id": 7567159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9aecf13a-b3dc-41fb-b9b8-20856cf98980/width=450/7567159.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U9FXx9?H009Z0MEM-UtR0LNa}@xZ-:R+IV-A", "type": "image"}, {"id": 7567160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ca7ee56-01d6-49f4-b165-0a3c6c56dd8c/width=450/7567160.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UKEB:7M{0L~B5nbG-UoLNxae$$t6ax%1V@Ip", "type": "image"}, {"id": 7567161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65c50561-f455-42dd-85b1-015a00a89ed7/width=450/7567161.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U9E.Oq^i00WA0eIU?Fad00Nf-Ts,}?T0IV-o", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/379006", "modelId": 338504} \ No newline at end of file diff --git a/datasets/metadata/379568.json b/datasets/metadata/379568.json new file mode 100644 index 0000000000000000000000000000000000000000..09c199e34361bccbdd1f31bedf8088bce7c3c8a9 --- /dev/null +++ b/datasets/metadata/379568.json @@ -0,0 +1 @@ +{"id": 379568, "index": 0, "name": "bodybuildingsex", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-07T20:19:23.590Z", "availability": "Public", "nsfwLevel": 28, "description": "trial version, soon version with larger characters and back to back
", "trainedWords": ["bodybuildingsex", "bodybuilding", "massive pectoral", "beefy muscle", "thick legs", "open button,", "large pectoral", "black man"], "stats": {"downloadCount": 892, "ratingCount": 0, "rating": 0, "thumbsUpCount": 169, "thumbsDownCount": 0}, "files": [{"id": 304365, "sizeKB": 39802.73828125, "name": "379568_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-07T16:31:01.941Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E94AED3B", "AutoV2": "C06F1CB471", "SHA256": "C06F1CB4713127D54DFFFEDCD1E35D255469432DD8331E83379BE31CA4F8F9CC", "CRC32": "0E6C1519", "BLAKE3": "5718BBC22AFCC5C3CC6633164D455782660DDA53749EAF07C686186813DDCC8B"}, "downloadUrl": "https://civitai.com/api/download/models/379568?type=Training%20Data"}, {"id": 304456, "sizeKB": 223107.73046875, "name": "bodybuildingsex.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-07T17:46:01.775Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "ED1AF241", "AutoV2": "73E0ECD48D", "SHA256": "73E0ECD48D26F0C5767F189F0BD7836A904FC76A7B6C2EBFF411F3E2E965440B", "CRC32": "6321AE13", "BLAKE3": "EEB33853FA8F56893E96ED714660B220552E5705AA351A716CC8AD2721FAA671", "AutoV3": "08A1BF720477"}, "downloadUrl": "https://civitai.com/api/download/models/379568", "primary": true}], "images": [{"id": 7588593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a46dd7d-c3a2-440f-b230-4a2c03197b72/width=450/7588593.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UCDI:-x^.8_4yD.9Fy-oyX~V={%Mxu-;%MN_", "type": "image"}, {"id": 7588719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b480ffc-4d38-426b-abaa-81adc34b87db/width=450/7588719.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDAc#zY85?NxxtOGT0kC0JQ,#QwHITrV#kNG", "type": "image"}, {"id": 7589188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/437b6199-028b-4fac-b70b-004827a014cd/width=450/7589188.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U58|x29F00?am%WB9~V@00-;-UEMAIt8}=t7", "type": "image"}, {"id": 7589478, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af58c7fc-fd80-4e7f-813a-ff13295a191f/width=450/7589478.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U4GQ,;0P?8^R.kAu0f9F00-W57rD~Ua*^O9w", "type": "image"}, {"id": 7589824, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fde1d209-1804-4763-8ff7-87b4a3855480/width=450/7589824.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U5C=Yo$e0z$$0Koz5Q5702jE9u%25=of}sEj", "type": "image"}, {"id": 7591193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43f96aa0-0589-4c5f-9fc8-2409782b2e5d/width=450/7591193.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UAFh^$rp*J~qq?%f0eI:2uEgnNX8OrE1-U%1", "type": "image"}, {"id": 7591339, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1856397d-5c4e-4430-992c-f2eafa7690b6/width=450/7591339.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UZKwOvs:BqxuGdX9XTWY1joJo#kCs.oLr;ay", "type": "image"}, {"id": 7591433, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23e22cbe-308d-40dc-8f2a-9b1566c90067/width=450/7591433.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UQOe#E%M.8xZ.mX9Ors:yYxZ-oNHtQV@M|xa", "type": "image"}, {"id": 7591499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32774f2d-745f-4848-a0b2-2cdba3537db9/width=450/7591499.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UFLpEjxG?^^i7zIpEMtRFxt7xZEL57V@X8$$", "type": "image"}, {"id": 7594132, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b6e5716-302c-4725-8bae-6fcfd025b6ef/width=450/7594132.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U7F4l.}s01AE0#n%axR+01I;=cM|kWJ7$kM|", "type": "image"}, {"id": 7594659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21bd18b9-793d-408f-acbe-b61da9e4645e/width=450/7594659.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U49iuP0M0f^5-UELRPxa0N=y}qoMIp^PE2t6", "type": "image"}, {"id": 7594762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2410124d-3843-4fc9-9360-cd69f7eb9ead/width=450/7594762.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U59PyS}?0L5R^j={IUNH0gI;=Zs9E*9uRPf6", "type": "image"}, {"id": 7595357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddbf2a60-2444-4365-be48-8a26194621e7/width=450/7595357.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U5B2u:}@0f9t5=t8nNM_029uwIs9r:R*xaxa", "type": "image"}, {"id": 7695660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6d17b0e-de39-4b89-a161-04dc37c23b75/width=450/7695660.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6E-8_Ixk^1DGe9Z0t-F0J56#d-X#dES~0OQ", "type": "image"}, {"id": 7699597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de66a3fe-1d0c-41ef-953d-040d6db6db3c/width=450/7699597.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1576, "hash": "UCG*$vNu004.QR57*0Nx0frq-p?H0L~C%1D%", "type": "image"}, {"id": 7703437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d4864cd-246c-4471-abbd-bb28040eadf1/width=450/7703437.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UAGuE$t7aJ?H1TV?9uRoGbs*58WBu4M{~AR%", "type": "image"}, {"id": 7705816, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa82dc2b-ea41-457d-9c68-5893d6e521a8/width=450/7705816.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UBE{ngZfNI%h4:XSEQI902tl4TD*.T?GV?so", "type": "image"}, {"id": 7711987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e391f42-6c47-4c04-b70a-ed9d2173d622/width=450/7711987.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHIXBR%1GGJ9~UjZt3R+E1NH+]nizpIpEMIp", "type": "image"}, {"id": 7781931, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c64fd1ac-59aa-43b1-82be-a4748e1da992/width=450/7781931.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UDEx#2Rj~C%MtRof0gWV9]t6I[WVIpjY=wWX", "type": "image"}, {"id": 7781954, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a07c193-1d24-4854-a0e6-6da23262493e/width=450/7781954.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9FOo*#7}OS4?Z-:0#og00E*BFRj9zIp]~-7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/379568", "modelId": 338989} \ No newline at end of file diff --git a/datasets/metadata/379768.json b/datasets/metadata/379768.json new file mode 100644 index 0000000000000000000000000000000000000000..146c3f887531a34cd4b0614ce248c6ba3b98cff8 --- /dev/null +++ b/datasets/metadata/379768.json @@ -0,0 +1 @@ +{"id": 379768, "index": 0, "name": "KillerQueenStand2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-07T21:01:03.629Z", "availability": "Public", "nsfwLevel": 1, "description": "Version 2 (improved dataset)
", "trainedWords": ["killerq", "score_9", "source_anime", "stand (jojo)"], "stats": {"downloadCount": 71, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 310944, "sizeKB": 166550.79296875, "name": "KillerQueenStand2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-11T21:00:55.623Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "84711937", "AutoV2": "2E56AC140A", "SHA256": "2E56AC140AB6463146F7F7095E40A39EEF647607D7B2E45C3DEC6E306AA182E1", "CRC32": "169034E6", "BLAKE3": "B945269AB3349488FADC419D42688C6BA97D2DCC3B79BF01A9E48C175ED426AC", "AutoV3": "7B48E6DB1DEF"}, "downloadUrl": "https://civitai.com/api/download/models/379768", "primary": true}, {"id": 310942, "sizeKB": 55329.263671875, "name": "386535_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-11T21:01:53.911Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6457E96D", "AutoV2": "3E4F89DCD8", "SHA256": "3E4F89DCD8ADAB37C5F2A00631B447B9B3A93BBF47A1E3321DB9221EBA6BEC53", "CRC32": "BFDC36E5", "BLAKE3": "4EC587A63A44B21ECC06F78F3A57C4F787803ED250EB1EDD2359D58E93E6FF57"}, "downloadUrl": "https://civitai.com/api/download/models/379768?type=Training%20Data"}], "images": [{"id": 7593290, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/972616af-9da8-4413-9dde-04e80ad00174/width=450/7593290.jpeg", "nsfwLevel": 1, "width": 1000, "height": 1420, "hash": "ULR3K9?v_NIUs;x]_3Rj?vD%IAWC%Mt7IU%f", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/379768", "modelId": 339168} \ No newline at end of file diff --git a/datasets/metadata/379882.json b/datasets/metadata/379882.json new file mode 100644 index 0000000000000000000000000000000000000000..0f1b5d3af8fb5180ef236a241f5e82885f32fea2 --- /dev/null +++ b/datasets/metadata/379882.json @@ -0,0 +1 @@ +{"id": 379882, "index": 0, "name": "Leggins v1.1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-08T06:26:19.672Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 47, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 304659, "sizeKB": 129504.642578125, "name": "379882_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-07T20:30:51.727Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D6CFB39C", "AutoV2": "8F1916934E", "SHA256": "8F1916934E58F69F2D8BDFA291BA0138A0B5C9766CF0F2CFA25B934E25E75D92", "CRC32": "4D00B4BB", "BLAKE3": "3FC4120CF6D25DE302BF30F7B0664D763CF4DD6EB4710A05C9371A72EBB47E02"}, "downloadUrl": "https://civitai.com/api/download/models/379882?type=Training%20Data"}, {"id": 305223, "sizeKB": 223101.21484375, "name": "Leggins_v1.1-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-08T06:31:43.560Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "852A0AEB", "AutoV2": "71E51C8433", "SHA256": "71E51C84335D2305C919821D17CB012791295B83A592E341C3E73B23F06EFF8E", "CRC32": "689003B4", "BLAKE3": "CA7C7631514540816C8992C26A7EC8CDDB96D7154ABAD4BD1D3D438BD46C273E", "AutoV3": "9A446AE17E79"}, "downloadUrl": "https://civitai.com/api/download/models/379882", "primary": true}], "images": [{"id": 7613488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36062ddb-a107-4e68-a31e-976272f0677a/width=450/7613488.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U66kVB9Fx]W=~pNHNGx]ROX9M{xaDiIot7R5", "type": "image"}, {"id": 7613487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27be7353-52ad-4758-838f-6e5c7c2e10a0/width=450/7613487.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJF508s=s;s;^-ofofj@-Ya}ayj?xeWBayj?", "type": "image"}, {"id": 7613486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8da287ae-302a-4a32-89cc-9412aa0996f1/width=450/7613486.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UH56M0MckCae*0R5aKoztlRPVso~kCR5e.kW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/379882", "modelId": 339276} \ No newline at end of file diff --git a/datasets/metadata/379918.json b/datasets/metadata/379918.json new file mode 100644 index 0000000000000000000000000000000000000000..15b225b7f9413bf9cf89aa4ba8b3c82c8a9b7355 --- /dev/null +++ b/datasets/metadata/379918.json @@ -0,0 +1 @@ +{"id": 379918, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-07T20:49:11.587Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 227, "ratingCount": 0, "rating": 0, "thumbsUpCount": 47, "thumbsDownCount": 0}, "files": [{"id": 304687, "sizeKB": 22253.08203125, "name": "Rena_Kitayama_WorldEnd-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-08T20:56:29.647Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2270DD60", "AutoV2": "31BC8AC794", "SHA256": "31BC8AC794890CD59CD81444529C7513E841E12B20AC554FC1F9B3E3D2CDC5E9", "CRC32": "86BB31F5", "BLAKE3": "B0833899DDCCEC6F8A971ED849DD6707163586C14B6FA4575661E870DCD91310", "AutoV3": "09304B94E87F"}, "downloadUrl": "https://civitai.com/api/download/models/379918", "primary": true}, {"id": 304688, "sizeKB": 41392.673828125, "name": "Rena_Kitayama_WorldEnd.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-07T20:50:55.513Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6C4F79F8", "AutoV2": "28D54D8FA0", "SHA256": "28D54D8FA07452E74E78ECEA5716643067C32AABAC6800CEA0D73206E189FAC7", "CRC32": "209E4733", "BLAKE3": "413791C04DFE80D95A0948320C3BFC227C0A7EC83C64823692E3B565E1A38BFC"}, "downloadUrl": "https://civitai.com/api/download/models/379918?type=Training%20Data"}], "images": [{"id": 7592797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f51fa81-771b-4797-88b5-5dc5bbffd3e3/width=450/7592797.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYPPcgjw*Je:^RM|ODbIj^ofxsWB%#j[R%of", "type": "image"}, {"id": 7592798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e6323ae-5e35-484b-a2e5-37e503d27195/width=450/7592798.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYPPcgfS*Je:^RM|ODbIj^ofxsWB%#j[R%of", "type": "image"}, {"id": 7593179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72fd7d6f-84a2-4e8a-a7f7-bf388d15a5c7/width=450/7593179.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOO{j$8{p{JC%OM{F2R+DkRPxWWB?vNfRjR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/379918", "modelId": 339309} \ No newline at end of file diff --git a/datasets/metadata/380089.json b/datasets/metadata/380089.json new file mode 100644 index 0000000000000000000000000000000000000000..89752aace5cf3454e3f8ad0913d0e5e9c924f1ee --- /dev/null +++ b/datasets/metadata/380089.json @@ -0,0 +1 @@ +{"id": 380089, "index": 0, "name": "v1.0 15p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-07T23:05:17.036Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 287, "ratingCount": 0, "rating": 0, "thumbsUpCount": 49, "thumbsDownCount": 0}, "files": [{"id": 304837, "sizeKB": 22230.34765625, "name": "Julia_Seki_WorldEnd-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-07T23:01:24.831Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "17B21925", "AutoV2": "E14D57E6C7", "SHA256": "E14D57E6C7EE36F21ADE4CDD3EDC5636DFDD892E268E2172AC33C99EF1417E9F", "CRC32": "DD95C418", "BLAKE3": "318B3181817F6DA46660D9F619A9015B387DC7FEEB546F502383241E66D086CB", "AutoV3": "BA95319EF6E3"}, "downloadUrl": "https://civitai.com/api/download/models/380089", "primary": true}, {"id": 304858, "sizeKB": 2533.3525390625, "name": "Julia_Seki_WorldEnd.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-07T23:20:54.542Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CE9D4F96", "AutoV2": "DCD2D59A2A", "SHA256": "DCD2D59A2ACEB31878927307B004695AC45F804CB0570D57C6D7D73C5F55C72F", "CRC32": "BC675991", "BLAKE3": "010FAB862DDB329C81C595788F659EFB1EBA08226B1E66B8D5563FFDCC2AC71D"}, "downloadUrl": "https://civitai.com/api/download/models/380089?type=Training%20Data"}], "images": [{"id": 7597585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bb2cdaf-e030-4e9b-a855-313d2f7768ed/width=450/7597585.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVM?by?^xs.8^%o~xtt80LRk^*oz?GRjI:RQ", "type": "image"}, {"id": 7597812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34c98f42-cf2e-447f-911f-88862f29b218/width=450/7597812.jpeg", "nsfwLevel": 8, "width": 1469, "height": 1221, "hash": "UKIOXnXUH?xu?wrEMwx]UvIAS7kE$ctSx]NE", "type": "image"}, {"id": 7597586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae5ae883-2e39-4d8c-911c-6f56c80a050b/width=450/7597586.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVM?by?^xs.8^%o~xtt80LRk^*oz?GRjI:RP", "type": "image"}, {"id": 7597738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af7e209f-577c-45a5-8818-0028942195d7/width=450/7597738.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKJ%%w~po|-:^j~W5QNb4:x]~W-;xvIpxuR.", "type": "image"}, {"id": 7598067, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6b4a2f0-bda5-4f96-9a53-d42d6a56f979/width=450/7598067.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKM?uU8w%h8__200NaxF00xG~CtR?G-okWof", "type": "image"}, {"id": 7610592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/beaaa2ad-3b9f-4bc4-94c8-5a10b0223e85/width=450/7610592.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULKA]4%NF19uEmx^57?b58od~WRj~qoztRxa", "type": "image"}, {"id": 7610690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9628ec66-fb5f-4985-85ae-8a52332b4e01/width=450/7610690.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPK^,0~qAItmTfxu9^tl0Mj=~WSh~VxYWC%M", "type": "image"}, {"id": 7611245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bad1e1b0-7bc8-433a-9dbb-6b1f755b3675/width=450/7611245.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEE30M?^O@o#XT%MRkRQ.9~qXAt7ksXB^+t6", "type": "image"}, {"id": 7611364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b01312c-b32b-4248-92b6-a8bb9df65c63/width=450/7611364.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UBEME+x_A9s8_L%JD%%1-;_LM{E0SaIU?FM}", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/380089", "modelId": 339457} \ No newline at end of file diff --git a/datasets/metadata/380134.json b/datasets/metadata/380134.json new file mode 100644 index 0000000000000000000000000000000000000000..839c78e7f17b12f8815bb5ed5473faf45e1bf2f9 --- /dev/null +++ b/datasets/metadata/380134.json @@ -0,0 +1 @@ +{"id": 380134, "index": 0, "name": "v1.0 15p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-07T23:39:05.133Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 253, "ratingCount": 0, "rating": 0, "thumbsUpCount": 54, "thumbsDownCount": 0}, "files": [{"id": 304879, "sizeKB": 22229.84765625, "name": "2612_WorldEnd-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-07T23:35:41.596Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3E5FBEBA", "AutoV2": "AF2C96CE36", "SHA256": "AF2C96CE3644AD93231B9FAF88501CDC56F0266FA7CA7AB450AF7C6A0799405C", "CRC32": "32DDF8E0", "BLAKE3": "4E2CCA5604172BAE7C6F0BF0B2C645CA28373954915B81769D1FD0E0D93100A9", "AutoV3": "F7F2FC49293A"}, "downloadUrl": "https://civitai.com/api/download/models/380134", "primary": true}, {"id": 304933, "sizeKB": 2098.0703125, "name": "Yukari_Kusakabe_WorldEnd.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-08T00:30:43.547Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FA05D262", "AutoV2": "377059D3DC", "SHA256": "377059D3DCBE0F012F01CC63AEA4F4D2922D44234918150820C9509C4E80E660", "CRC32": "7A0B729E", "BLAKE3": "D6517807197E0FD95A5A163697F0EB3E036012CFFBB44E98F6364A05AF3B8491"}, "downloadUrl": "https://civitai.com/api/download/models/380134?type=Training%20Data"}], "images": [{"id": 7598735, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bdf2dcc-e9be-4877-8810-3b816de3dcf9/width=450/7598735.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaMGx9%L?^%M_4Rk%NWCI?j[={of=|ayWAoL", "type": "image"}, {"id": 7598813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48e73843-7cc5-4526-8527-b7d28df14d83/width=450/7598813.jpeg", "nsfwLevel": 4, "width": 2172, "height": 1225, "hash": "U8FYS,t100?v~BNF0Lt800RS.8I958%f^*Rh", "type": "image"}, {"id": 7598736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7db7dabb-5690-4fea-8d91-a545a9cb18c5/width=450/7598736.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaMQIx%L?^%M_4Rk%NWCI@j[={of=|ayWAoL", "type": "image"}, {"id": 7598930, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89cb3d68-befb-4a10-9b55-cef8b5eafb1e/width=450/7598930.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UMI;eb4:%0E2NcRj0LE2I;E2~C%M%2IVs-t6", "type": "image"}, {"id": 7599183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d238f81f-96f4-4abf-829e-2f0e102c267c/width=450/7599183.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USL|4I?^-o?v?HpIt7%M9uxt?GoJ?b-oIoxZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/380134", "modelId": 339500} \ No newline at end of file diff --git a/datasets/metadata/380360.json b/datasets/metadata/380360.json new file mode 100644 index 0000000000000000000000000000000000000000..b407f74a4784c31f64a742dde18d773624f5fbda --- /dev/null +++ b/datasets/metadata/380360.json @@ -0,0 +1 @@ +{"id": 380360, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-08T03:07:39.498Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 188, "ratingCount": 0, "rating": 0, "thumbsUpCount": 34, "thumbsDownCount": 0}, "files": [{"id": 305066, "sizeKB": 22250.97265625, "name": "Tamura_Konomi_worldEnd-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-08T03:06:56.842Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6FE3003D", "AutoV2": "05EC7A88E5", "SHA256": "05EC7A88E5E98C0FB6EC8D3E09007102EEFF18C606AD3A03EF6C58AD8709D83F", "CRC32": "5F3ED5D3", "BLAKE3": "D54ED15C9EC85AF2101304514DDE14F5578E8E400919BC7B5BDBC3685F4F7992", "AutoV3": "0A68B80F7BA3"}, "downloadUrl": "https://civitai.com/api/download/models/380360", "primary": true}, {"id": 305067, "sizeKB": 46022.919921875, "name": "Tamura_Konomi_worldEnd.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-08T03:07:26.892Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7FFFEA4E", "AutoV2": "AE8C64AA76", "SHA256": "AE8C64AA768BECF3A4797CE260964A6EBDB143DE9E15845E68022FF8F8D698CF", "CRC32": "3384C370", "BLAKE3": "43492ACDE88B7129549CA9FF5377001C5CD7C835E1324D3538B0EB1F1C0B955F"}, "downloadUrl": "https://civitai.com/api/download/models/380360?type=Training%20Data"}], "images": [{"id": 7606757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67b441f6-0749-48be-8595-9fc42f0cf8b1/width=450/7606757.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZPGHixu_NxuIoWB?vof%#j[eTj[RPj[xuay", "type": "image"}, {"id": 7606756, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6162debe-7f5a-46d9-aa00-94c93fb31bc6/width=450/7606756.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZPGHixu_NxuIoWB?vof%#j[eTj[RPj[xuay", "type": "image"}, {"id": 7606849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41ecb633-63b7-48ae-ab15-487293732094/width=450/7606849.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcO:eM%2~qayNGof-;bHS2Rjs9of.8ofaxof", "type": "image"}, {"id": 7606971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69b6eed5-db4b-4f3a-92bf-6a5f12b55811/width=450/7606971.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVP6gaoJ~q-;InkD.8jFIot7xGay.9V@jYa|", "type": "image"}, {"id": 12781082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c732327a-ba6d-48c9-946d-517c06e77917/width=450/12781082.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULOWTy00JRtl%#9FIU.74nI:WVMx_Nj]IAt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/380360", "modelId": 339683} \ No newline at end of file diff --git a/datasets/metadata/380387.json b/datasets/metadata/380387.json new file mode 100644 index 0000000000000000000000000000000000000000..9e7a641b6119bde7e6212696dd032972dc74f345 --- /dev/null +++ b/datasets/metadata/380387.json @@ -0,0 +1 @@ +{"id": 380387, "index": 0, "name": "BanjoTheBear", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-08T04:32:33.539Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 105, "ratingCount": 0, "rating": 0, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 305087, "sizeKB": 21561.455078125, "name": "380387_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-08T03:36:20.050Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B2B0A9F4", "AutoV2": "22DC820DAF", "SHA256": "22DC820DAFD3FC85475CCC80D0EE106F74DF5EC79E7AEB6A82B28B5B33C69E3F", "CRC32": "26A39806", "BLAKE3": "EE4C81829E4931ED65B5AEEF3A53DDD4D56132B10DBF412E7FB3018401FD3283"}, "downloadUrl": "https://civitai.com/api/download/models/380387?type=Training%20Data"}, {"id": 305139, "sizeKB": 223137.53515625, "name": "BanjoTheBear.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-08T04:30:56.434Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "48B544FB", "AutoV2": "F06AD52859", "SHA256": "F06AD52859E6395CAFD42BE16E462686859B20BE6BC26E5F7D3EBB6829F487B0", "CRC32": "98EC2DF4", "BLAKE3": "7A72203D4D5459DF3F416F43C9F1C2B471F6F2504D92ABF4A2DF04233A0A2C7A", "AutoV3": "D6E75FD0AD26"}, "downloadUrl": "https://civitai.com/api/download/models/380387", "primary": true}], "images": [{"id": 7611345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb33421a-7ba4-4ff1-86cd-d78857433ba6/width=450/7611345.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "U6D[|V{a#;~X#z-qD4^g0YnOvdF3%}JBXVEM", "type": "image"}, {"id": 7610609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daf18be8-5a7c-4445-8f1a-ba87444a84cf/width=450/7610609.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UHG[[,k=%~?aCAOtJRIUL4D*oaRP9#wcM|My", "type": "image"}, {"id": 7610548, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc3979a5-6ce3-43e3-800b-0498cb5edeab/width=450/7610548.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UVG]BdV@x^I=GwMxNGo}Tz%1V?s:OGRki_sl", "type": "image"}, {"id": 7610430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec6362cc-9dd5-4a9c-93d6-50916b2f2cf7/width=450/7610430.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "ULJHHlbbS5-;?H-;ShNH~pE3E2Ip-:NGozNH", "type": "image"}, {"id": 7610432, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b6a566b-f74b-4f94-aacf-72492ad80665/width=450/7610432.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UDH.4oNG~W~q1Rt8R,E2G^9aRPX7Gb%1a#NK", "type": "image"}, {"id": 7610128, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7c70aee-4c9d-43a2-95b2-222efbb842ae/width=450/7610128.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UTF%StRpyZVtj2Dit8T1IsM|V?RQo~tSt6rq", "type": "image"}, {"id": 7610039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86451bd7-386e-4d47-9313-2d286125bafb/width=450/7610039.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UaF79yWBu6XnJGf,M}jZV_bwwHnOJ:WARikD", "type": "image"}, {"id": 7610298, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/866db402-7245-4684-9bdb-26a5486b9e6d/width=450/7610298.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UNIP9+=;pyx]0?W9WCXn.An3n2o}TL%Mnjn%", "type": "image"}, {"id": 7610385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ad5ac06-0438-4790-b7f3-d8e215689f52/width=450/7610385.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UYHL;$XTx]%MGdX9WoM{u6RjaKadOHsmV@WB", "type": "image"}, {"id": 7610377, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6e5abc4-ad72-4c9c-a06c-592a32d2c2fc/width=450/7610377.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UlH3R5ibxuS$B@adVsozNMpIe-enMya~SijE", "type": "image"}, {"id": 7609877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c12318fe-7aca-4c09-b260-104d278a0bcc/width=450/7609877.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKLVpo?E%2xVxK%2ouM~~9EMNIWC%IaxE3xs", "type": "image"}, {"id": 7609761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a9ee0a0-e906-4508-8c58-ee9272e37b49/width=450/7609761.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAJ6=xIu-;xt4}03?9t5~MIa0OxsIv^$xWxa", "type": "image"}, {"id": 7609737, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1008a15c-ebed-4690-bfed-36e193be4930/width=450/7609737.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UMK+[j0M?H-n-qjE-mNI~TflE3t5-pM|Rjxa", "type": "image"}, {"id": 7609694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65943b57-5f72-41c5-8d1e-97c90c3a4017/width=450/7609694.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UILfN+E2?u-q-=IUjExW~T?GM|R.%NbHIV$$", "type": "image"}, {"id": 7609842, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0867b301-0178-47d8-9d76-a88295ccc383/width=450/7609842.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U9HwMkVq0NMd}+T1RO9G0jIn_2NGn4M{R*-;", "type": "image"}, {"id": 7609730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3688de65-5009-439d-8cb4-d9e6f9684cbe/width=450/7609730.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8Hw+H};b^IBsqo}R5Kk_MIV$f%1%~IoO@iv", "type": "image"}, {"id": 7609663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b02cb65b-447d-42bb-976c-65236c7bb787/width=450/7609663.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGKcUo~T.8NKbdoet3%1bb${IVM|~Ax]t5%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/380387", "modelId": 339708} \ No newline at end of file diff --git a/datasets/metadata/380463.json b/datasets/metadata/380463.json new file mode 100644 index 0000000000000000000000000000000000000000..f2aa0c7f34cb150341521569e3bfc652e461ddbd --- /dev/null +++ b/datasets/metadata/380463.json @@ -0,0 +1 @@ +{"id": 380463, "index": 0, "name": "hot muscle dilf circa 1999", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-08T09:47:40.939Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 87, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 305153, "sizeKB": 13495.318359375, "name": "380463_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-08T04:45:50.947Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2D6274E9", "AutoV2": "02724A5C50", "SHA256": "02724A5C508C506CAB61F1363206822436CBF31C4D2F6743B0D684C3BBE96BBB", "CRC32": "30EE38E7", "BLAKE3": "43AD1C9CB5EC53CF20B32219C74B12FB06DC91E7F0EA00F75F90EA6DAC706079"}, "downloadUrl": "https://civitai.com/api/download/models/380463?type=Training%20Data"}, {"id": 305387, "sizeKB": 36980.3203125, "name": "hot_muscle_dilf_circa_1999-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-08T09:45:58.285Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "96AB9CDC", "AutoV2": "F683FF5E52", "SHA256": "F683FF5E52B527B9CA8238D8585534819B6726835F909EF4781BA900CF1D6F47", "CRC32": "A23B6121", "BLAKE3": "577310D0963DC6A4EFF6BDBE2B36598A477FC507E83DDD9A2D13BDD9924A83F1", "AutoV3": "89EFA97DAEB4"}, "downloadUrl": "https://civitai.com/api/download/models/380463", "primary": true}], "images": [{"id": 7619573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f94ac622-58a8-42ee-b0cb-c05f1fe86d4e/width=450/7619573.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UKLDry_NLgF3TyRjnlxF6Bi^^OS$eS%1x^X9", "type": "image"}, {"id": 7619574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74eb7f91-54ea-4bec-b686-8a900108f06d/width=450/7619574.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "U9M6ew}90#0g1i#m^jJ60KcY]$vzWS9]5TIV", "type": "image"}, {"id": 7619575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eee9ef98-6140-4546-a52c-e31e9492b282/width=450/7619575.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U9MF?|^+1JMx3Dof56Io0Lx]#TRj~Ct7,?t7", "type": "image"}, {"id": 7754786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89fffb71-00be-4441-aa68-1bdce1717335/width=450/7754786.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UJHwr#of%Nj@_N%2x]s.Kjoft7Ip?HR+NGso", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/380463", "modelId": 339779} \ No newline at end of file diff --git a/datasets/metadata/380750.json b/datasets/metadata/380750.json new file mode 100644 index 0000000000000000000000000000000000000000..42ab0170a5ab7ebb7e7ce28bc191d186031ef08a --- /dev/null +++ b/datasets/metadata/380750.json @@ -0,0 +1 @@ +{"id": 380750, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-08T09:45:47.078Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 196, "ratingCount": 0, "rating": 0, "thumbsUpCount": 37, "thumbsDownCount": 0}, "files": [{"id": 305383, "sizeKB": 22249.48046875, "name": "Eclair_Seaetto_ShieldHero-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-08T09:40:52.242Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9EE9DFDD", "AutoV2": "F8267AFA1F", "SHA256": "F8267AFA1FD4A3D90032381B6B4A7665CD1D724C90ED606ADFA8BE1B6D4BDC24", "CRC32": "D9686DCD", "BLAKE3": "F25F265CA1F2EDC9F51C4EBE3F60300B2CE256AE796B6F5A465B71BE9F89B80B", "AutoV3": "ADF9F1CA5CC7"}, "downloadUrl": "https://civitai.com/api/download/models/380750", "primary": true}, {"id": 305382, "sizeKB": 47114.078125, "name": "Eclair_Seaetto_ShieldHero.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-08T09:41:26.004Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1611F42C", "AutoV2": "547AF49993", "SHA256": "547AF49993EEEE833739CE67AE25C4438325BE34CB887B16A70E746B0C9A342A", "CRC32": "B74B1B15", "BLAKE3": "6ECF3C70183568037F588415A17411CC4C09EB6C67B1FF37D14810B869788359"}, "downloadUrl": "https://civitai.com/api/download/models/380750?type=Training%20Data"}], "images": [{"id": 7619566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4603d2c6-44e3-4036-af64-7727efda4e9e/width=450/7619566.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVO3X^R5KPXS~BR*%#Rj%gozxusp?v%Lawx]", "type": "image"}, {"id": 7619567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d43af8a-e97a-437b-95b0-798d49f63449/width=450/7619567.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVO3X^R5KPXS~BR*%#Rj%gozxusp?v%Lawx]", "type": "image"}, {"id": 7619702, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/725caf34-72b3-4336-a8e2-e23710378e25/width=450/7619702.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UxN9wkt7%#X9~Xaetlt6WsWBR*a#RjjFjFbb", "type": "image"}, {"id": 7620038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7af44954-0197-4139-8210-2085606c73cf/width=450/7620038.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UpLN12MyTJxu~Cofb^NGNGNHt6RQkCM|IUxa", "type": "image"}, {"id": 7620042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92834e2f-c7e4-413f-bd7f-c3a179f4ffc4/width=450/7620042.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UGP~TPuhuJs=.QRjyCmm0nEmNgnQ9*IqICsl", "type": "image"}, {"id": 7620210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ba37cfc-41fd-41ec-ac78-5913c3e6f6cc/width=450/7620210.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UBP5+g+^4QO;0:VZ0hpI02#lNtE2Qp-ARPRQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/380750", "modelId": 340043} \ No newline at end of file diff --git a/datasets/metadata/380991.json b/datasets/metadata/380991.json new file mode 100644 index 0000000000000000000000000000000000000000..cb980cfdc27471a8443a4e81b369cf95089d86d4 --- /dev/null +++ b/datasets/metadata/380991.json @@ -0,0 +1 @@ +{"id": 380991, "index": 0, "name": "ITANI_CVTai", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-09T14:01:40.816Z", "availability": "Public", "nsfwLevel": 7, "description": "2024-03-09
", "trainedWords": [], "stats": {"downloadCount": 39, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 1}, "files": [{"id": 305582, "sizeKB": 45168.4462890625, "name": "380991_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-08T13:20:42.207Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "28D4CBEF", "AutoV2": "2BF060E783", "SHA256": "2BF060E7832430F1FAA4F0DE13E4AD76956D3D24C1813FB683D6C5841054F2E1", "CRC32": "970C1CD7", "BLAKE3": "C6418CC875E0718B38244B19D255C950FC6F3F2674D9E41718528ECE75735D33"}, "downloadUrl": "https://civitai.com/api/download/models/380991?type=Training%20Data"}, {"id": 307201, "sizeKB": 36980.328125, "name": "ITANI_CVTai-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-09T14:01:01.509Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "59161A70", "AutoV2": "98A2224CCE", "SHA256": "98A2224CCE509171E95E4E12339E3B4D3E13E4B16F77213A2AFB2B0C6AC7D9E6", "CRC32": "206702B8", "BLAKE3": "85BDC6C7F1D17C741A85CB0544EAE185265B3E13EDB1E147C80D88243044394A", "AutoV3": "817F638B4908"}, "downloadUrl": "https://civitai.com/api/download/models/380991", "primary": true}], "images": [{"id": 7680665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1173509-bba4-4270-b632-24e64a138325/width=450/7680665.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7C6iW~q5SIobdWCE2R+x]xu=|NFN{WXWCM|", "type": "image"}, {"id": 7680663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4649b78f-45ac-4aad-a896-683bdb1f4ac8/width=450/7680663.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UDPP+O_N?vIA00-:xaRj%hxv%M%2^+ofx]oL", "type": "image"}, {"id": 7680664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d79a5b3d-f5fb-4220-9756-29216babfd36/width=450/7680664.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "U7Dv7p%L00-;4.~p_30K%g?bIU9F_3M{ad?b", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/380991", "modelId": 340265} \ No newline at end of file diff --git a/datasets/metadata/380992.json b/datasets/metadata/380992.json new file mode 100644 index 0000000000000000000000000000000000000000..72ea61bc387f1abaf2d19fa6e42052f66528e434 --- /dev/null +++ b/datasets/metadata/380992.json @@ -0,0 +1 @@ +{"id": 380992, "index": 0, "name": "v1.2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-08T13:12:16.152Z", "availability": "Public", "nsfwLevel": 27, "description": "Weight 0.7 ~ 0.9
", "trainedWords": ["ikezawa, 1boy, brown hair, brown eyes, male focus, day, dark skin, hair over one eye, headphones, dark-skinned male, tank top, computer, laptop", "ikezawa, 1boy, looking at viewer, blush, short hair, black hair, gloves, brown eyes, male focus, nude, sweat, penis, elbow gloves, dark skin, cum, hair over one eye, pov, oral, dark-skinned male, cum on body, fellatio, otoko no ko, facial, yaoi, cum on hair, bukkake, cum on boy", "ikezawa, 1boy, blush, open mouth, brown hair, black hair, dress, brown eyes, male focus, dark skin, sweatdrop, hair over one eye, dark-skinned male, otoko no ko, crossdressing, sundress", "ikezawa, 1boy, looking at viewer, blush, smile, open mouth, brown hair, black hair, navel, brown eyes, nipples, swimsuit, male focus, heart, bikini, sweat, censored, penis, hair over one eye, symbol-shaped pupils, bar censor, v, heart-shaped pupils, tan, otoko no ko, micro bikini, tanlines, crossdressing, dark skin, dark-skinned male"], "stats": {"downloadCount": 234, "ratingCount": 0, "rating": 0, "thumbsUpCount": 37, "thumbsDownCount": 0}, "files": [{"id": 305580, "sizeKB": 46196.4296875, "name": "ikezawa-000012.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-08T13:15:55.082Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FC9557B1", "AutoV2": "29E9E97E81", "SHA256": "29E9E97E810A709D232E4B95AD45A0C249793EE772F0F8D4DC4EC140CC5E3EA3", "CRC32": "B35B38A8", "BLAKE3": "BCC797D359916AF7A0B3EDAD641105A20AA93BA58691F0FF4C583C9FC0C72081", "AutoV3": "7AC801B8BE97"}, "downloadUrl": "https://civitai.com/api/download/models/380992", "primary": true}, {"id": 306288, "sizeKB": 19447.3525390625, "name": "Ikezawa.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-08T23:36:25.067Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0610AFA7", "AutoV2": "6B0F25D78D", "SHA256": "6B0F25D78DE77428ACD961DC4D6DA8E0BEE4581BC56E881977D0E82DFE25CBAF", "CRC32": "06BE8A4C", "BLAKE3": "803E250178ABCCB93C985015274D98B4392E0418894494721CA91950B7512AE0"}, "downloadUrl": "https://civitai.com/api/download/models/380992?type=Training%20Data"}], "images": [{"id": 7626082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76568390-1871-4208-a881-ebf69d79c42c/width=450/7626082.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UAF#z3GuCdv30yoGxBM#D4zobvOu^$t,~U5V", "type": "image"}, {"id": 7626114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bc2a3ea-bb5e-4cc2-a382-20eced997949/width=450/7626114.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UOGl0PrpLNkW8we,vfo0EKWX%Lj?rpS6WBnh", "type": "image"}, {"id": 7626121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22b0a86d-a479-46bf-8e0b-c1f87bca1ae6/width=450/7626121.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UgG*{Z%$T}xWI_s;n-j=ERs:w_ad$%xFxFn~", "type": "image"}, {"id": 7626115, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54d826ae-ccce-4ccf-a6ca-6d96036e1f23/width=450/7626115.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UcKl:b$%~WxFMx?Hv~ofT0w_xujY%2kCj[Na", "type": "image"}, {"id": 7626120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f39f0258-65a3-45c6-9adb-063156c2a0e8/width=450/7626120.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UBKl{oTKlT-o1g?Z~BIB0L#m-oIpxtxtkCJB", "type": "image"}, {"id": 7626122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3ddc995-18ca-47ec-8323-698af88704e7/width=450/7626122.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UDJi%x9v5RM}?8x@}sIqR$%1-AR+~mE3NcI=", "type": "image"}, {"id": 7626124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/114d9b5d-1547-43e8-882c-c9af1b354634/width=450/7626124.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UZGl9fKOLgf+4;VExbM|X9OY$%Rk%1JBWrR*", "type": "image"}, {"id": 7626127, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c7a7117-53d3-45c1-9c61-99e8f34bd257/width=450/7626127.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UKJG=.9vZyIX8^s,~qD*yD%1M{NdxtWBM_NG", "type": "image"}, {"id": 7626126, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/558fe917-e6fb-4e47-9ab1-0fd4e085a457/width=450/7626126.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UIJt0VxvIUQ-00R4~pxuAIOZv}IoEMxZIp%2", "type": "image"}, {"id": 7626125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d6d5e21-cbf0-4b00-9013-77503f29b532/width=450/7626125.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "UJHT:HkCIoVtAXt6%1WX?tWBV[Ip}sWBs.oe", "type": "image"}, {"id": 7626128, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ca0be5d-0972-492f-b9a4-345a15e03afc/width=450/7626128.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U8Dl=o00Ij_LA6-p?]${corYy6-.]}R:-nIo", "type": "image"}, {"id": 7626130, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcc593d4-ed4e-44de-90fb-7a678626183e/width=450/7626130.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UFDun[R.7FtQGSxt%1tOKyj]={t6~9WGkVt6", "type": "image"}, {"id": 7626131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91a90508-15f9-451d-bbd7-89a1baa5fc45/width=450/7626131.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UUHL3l9]_MxuAHrp9Zj[9GZ#RQogR5tl%1b_", "type": "image"}, {"id": 7626134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1e250bb-9f68-4555-8068-7e5231da1dba/width=450/7626134.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UKFrO*5qEK-o00wH.RNGuPxtnMtRrBS2-oi_", "type": "image"}, {"id": 7626132, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25374138-aa3b-469b-b225-2345430faab1/width=450/7626132.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UNGbVD?^~ptR.S_3tl%1T1x]spE29FM_MxIo", "type": "image"}, {"id": 7626133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9373a5e9-dd45-4f79-948f-5074daf8bea7/width=450/7626133.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UEINT=0Nn2~BVCxF_2${F}Rkmlo|D6S5XSiw", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/380992", "modelId": 340210} \ No newline at end of file diff --git a/datasets/metadata/381008.json b/datasets/metadata/381008.json new file mode 100644 index 0000000000000000000000000000000000000000..eef43f53e44e4ae4d68e533ea49c455e653d9584 --- /dev/null +++ b/datasets/metadata/381008.json @@ -0,0 +1 @@ +{"id": 381008, "index": 0, "name": "fionnar", "baseModel": "SDXL Turbo", "baseModelType": null, "publishedAt": "2024-03-16T03:01:08.512Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 30, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 306327, "sizeKB": 3818.76953125, "name": "381008_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-09T00:10:58.972Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4DFD1E33", "AutoV2": "7972A4F0AC", "SHA256": "7972A4F0AC8BB4BDD96C4520692E012CD7E494A0076611642F69431A541EE5D1", "CRC32": "C504B86D", "BLAKE3": "490FB16B4A126839CEAE70EF8146829574CDB18006EDEFE7F8CA210E247B76AF"}, "downloadUrl": "https://civitai.com/api/download/models/381008?type=Training%20Data"}, {"id": 308855, "sizeKB": 223099.82421875, "name": "fionnar-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T13:31:00.309Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "18C67E4C", "AutoV2": "9CDACBD19B", "SHA256": "9CDACBD19B56FC6409EB8A24176E29619653D4B6A53BCE4930FD3EB9D20B00BA", "CRC32": "A7EAA869", "BLAKE3": "CFA9B71FFC61C660C9D765D03351A1861BE6601691F2D768F1C080D4A9293446", "AutoV3": "7193130DA68D"}, "downloadUrl": "https://civitai.com/api/download/models/381008", "primary": true}], "images": [{"id": 8021263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f80a5ca1-f622-4092-b673-a66a85514f65/width=450/8021263.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJD]us004=~WD+-:IUM|kWt7MwNG%NogaeRj", "type": "image"}, {"id": 8021256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2550ffae-9db7-4c1e-9306-2dded98bd160/width=450/8021256.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULEMbA4pEB_4NO%hIo%g9FxtxpE1xaMxIAj]", "type": "image"}, {"id": 8021267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b6bd9cd-e683-4f46-ab28-fd9f1aa14a88/width=450/8021267.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQDcti?w9dE2E8NHaxx]RjobnMxvo$M{V@Rk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/381008", "modelId": 340278} \ No newline at end of file diff --git a/datasets/metadata/381153.json b/datasets/metadata/381153.json new file mode 100644 index 0000000000000000000000000000000000000000..90c149446895199a2af44b0ac66dd03314998122 --- /dev/null +++ b/datasets/metadata/381153.json @@ -0,0 +1 @@ +{"id": 381153, "index": 0, "name": "Ryo 1.2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-08T15:09:35.218Z", "availability": "Public", "nsfwLevel": 1, "description": "Weight 0.7 ~ 0.75
", "trainedWords": ["ryo, 1boy, looking at viewer, brown hair, brown eyes, jacket, male focus, facial hair, beard, zipper, mirror, realistic, mustache", "ryo, 1boy, looking at viewer, monochrome, upper body, greyscale, male focus, hood, mole, hoodie, hood down, messy hair, mole under mouth, realistic", "ryo, 1boy, looking at viewer, short hair, brown hair, shirt, jewelry, earrings, necklace, mole, black eyes, lips, black shirt, cross, mole under mouth, realistic, cross necklace", "yo, 1boy, looking at viewer, short hair, brown hair, shirt, jewelry, earrings, necklace, mole, black eyes, lips, black shirt, cross, mole under mouth, realistic, cross necklace", "ryo, 1boy, looking at viewer, monochrome, greyscale, male focus, mole, mole under eye, facial hair, beard, realistic, mustache"], "stats": {"downloadCount": 35, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 305708, "sizeKB": 13125.033203125, "name": "Ryo.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-08T15:10:52.523Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8C526E65", "AutoV2": "820C37C1EA", "SHA256": "820C37C1EA24068C05C95B38F16C628095BEBB5B2AC0FFD64E46DC9386589D06", "CRC32": "44F361BD", "BLAKE3": "35F86715085167BB4F6E61951D50B851245EBCA6A2576C3EF70B5116FAA92154"}, "downloadUrl": "https://civitai.com/api/download/models/381153?type=Training%20Data"}, {"id": 305709, "sizeKB": 46194.53125, "name": "ryo.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-08T15:11:26.692Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "73D4D4E2", "AutoV2": "953132F522", "SHA256": "953132F5226B29E1EAFBC55460068909D3F83E689234668B88B330A1EBE36B8B", "CRC32": "DE83C38C", "BLAKE3": "1EB8A3679FFD680E3007E67134B2690A74C857FA362DA27CE0CDA1F6D7884690", "AutoV3": "5A5731A7163C"}, "downloadUrl": "https://civitai.com/api/download/models/381153", "primary": true}], "images": [{"id": 7630787, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19f78ed8-71d6-4a0d-91af-6fbe1a851607/width=450/7630787.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULH1#p4p%fDj~pni-oIU-oxaIoRjE2oyIVt7", "type": "image"}, {"id": 7630812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3663b2f9-50d5-493c-a3f0-8800a3b3433f/width=450/7630812.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U9D,Dy004T_3t7-;00?bIUD%?bt74nxu~q9F", "type": "image"}, {"id": 7630813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1adc6717-6cf3-4fc1-89d0-cf3f6205996b/width=450/7630813.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UFG98K00oL4TWB-;of4n?b%MWBt7~qM{-;Mx", "type": "image"}, {"id": 7630869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94d3f6a4-26ea-465d-a28d-b11b99a10333/width=450/7630869.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UIE{kNM{_300t7xuWBay00D%t7%M~q4n-;IU", "type": "image"}, {"id": 7630814, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c60c301-5bcc-4e4e-92a9-bcb55adcf38c/width=450/7630814.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UIE{kNM{_300t7xuWBay00D%t7%M~q4n-;IU", "type": "image"}, {"id": 7630815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90790eb8-cfd5-4681-9391-1166b804d2eb/width=450/7630815.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UCEoDENcEk$gE2o}0LIUVq%M}?aK0gMxIo9b", "type": "image"}, {"id": 7630818, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/098013a6-2a9f-497e-9f15-4aa2aa27a9cb/width=450/7630818.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UGDvfy?b~qRj%MIUt7M{00IUIU%MD%-;ayxu", "type": "image"}, {"id": 7630816, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b15c949a-a7ac-46ae-acc1-476e48b3b419/width=450/7630816.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UFGlL@M{-;9F4n4n%May4n-;_3-;~qM{xuj[", "type": "image"}, {"id": 7630817, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e3315e5-68c5-4221-bc43-c57a7138b8d1/width=450/7630817.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UXF=XAWB%foz~Vjaxut7tRofoeofjFkCaeoL", "type": "image"}, {"id": 7630819, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c642ebd3-8da3-445d-a03f-20eb9d6f01c1/width=450/7630819.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDEe#+-5?^%0t-^j%M%M4.-:iwt79aS5$$%0", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/381153", "modelId": 192541} \ No newline at end of file diff --git a/datasets/metadata/381163.json b/datasets/metadata/381163.json new file mode 100644 index 0000000000000000000000000000000000000000..d81fae8ab3be3401acc7365dba59af035fe6c970 --- /dev/null +++ b/datasets/metadata/381163.json @@ -0,0 +1 @@ +{"id": 381163, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-08T15:21:53.460Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["GaelicPatternStyle"], "stats": {"downloadCount": 153, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 305724, "sizeKB": 514158.4990234375, "name": "GaelicPatternStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-08T15:21:07.026Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DCAE266E", "AutoV2": "611EE2B8CB", "SHA256": "611EE2B8CB8AFFB9B28572C11696C107143D8D21DAE77406CA6141CF506EB0F1", "CRC32": "FF08782B", "BLAKE3": "4414BD2DE139531316296D58575D03501F7ED8310E34EACA8F3948E18AD7AF36"}, "downloadUrl": "https://civitai.com/api/download/models/381163?type=Training%20Data"}, {"id": 305721, "sizeKB": 223101.30078125, "name": "GaelicPatternStyleXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-08T15:21:31.626Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8EBC00D7", "AutoV2": "D85FFE2779", "SHA256": "D85FFE277989508800CECB43F1A946809187F37A7C16D65F492BCB76381B7B3C", "CRC32": "565CDFA4", "BLAKE3": "4F686EAE97CD9C9DC0BCA1C15B0B86F09DC833CD61601B47576EB5163065979B", "AutoV3": "50DE3854D2DB"}, "downloadUrl": "https://civitai.com/api/download/models/381163", "primary": true}], "images": [{"id": 7631303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/402dfdc2-932f-4064-b399-0bd74a388f96/width=450/7631303.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UTF?2z-;%KM__4WZwcMyRRIVVsaMIAR+Mzb^", "type": "image"}, {"id": 7631302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80c9a475-7fe5-4fc0-9252-050027744ccc/width=450/7631302.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDFirPD*V=WC%gM|s;S4DiMy%gXQ~oNHNMox", "type": "image"}, {"id": 7631308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/782c40cb-f93f-46f1-813a-6241d6cee04b/width=450/7631308.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UQJ7,XTK%1t7~Vs.W;j@EORkMxM|xZNHrqn%", "type": "image"}, {"id": 7631304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a481b2c7-e0f4-472b-8e12-bd03cf9e15c0/width=450/7631304.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UVK1Bvoxxtt8~URlIrofwvxYIpaiM{M|9HR-", "type": "image"}, {"id": 7631321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20d5f068-49c8-4e32-8651-3045b555310c/width=450/7631321.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U9Ef7z8}#RESu6IC+tRi#jJUx@MJz.9u~AD+", "type": "image"}, {"id": 7631319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c370d4a-7c2f-4a9e-9e70-019d78c373bd/width=450/7631319.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U9Ir4[?w0Z4;MdIX5BadA0D*4.-.0B?Y_L$z", "type": "image"}, {"id": 7631309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5ab5c1c-c30d-4455-979a-72a18f4db16e/width=450/7631309.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UAB|TrIt4T%1PqWCDORj13t4veV[5Bxs$xxF", "type": "image"}, {"id": 7631310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2ab0295-dbf2-4ae5-84a7-807fc72fe218/width=450/7631310.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UGFiJJD*9Zo{?ZIU%3x=wHIo~9S1tRoa--i{", "type": "image"}, {"id": 7631306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38138446-434c-4839-948b-0a6675d777a9/width=450/7631306.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UIHd?4DQr?b^?]RQslOZJBS6X5ayWZfOxBNf", "type": "image"}, {"id": 7631305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b71adc4-0fbb-49b0-9e18-ce9d21c690ec/width=450/7631305.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UcIq_XIr4=%1~9NLE3xW#kn$bGafRjWXxZae", "type": "image"}, {"id": 7631307, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24385a27-90f3-4efe-bba2-766d2b41f9fd/width=450/7631307.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UCJHmoI^YR^#0qo~01$v}hW@8wnMImi^#$Io", "type": "image"}, {"id": 7631311, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bbc033b-592a-4222-bb16-1d1211c93332/width=450/7631311.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8G8},OT00wgx|M|ivNLTKxu9Ht*9FR.kDNK", "type": "image"}, {"id": 7631315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d13cfe6-730a-4484-b0b3-3741acdbaf31/width=450/7631315.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHF6n3R.XBoy~CR*r=af#9M|MMR*Q;WBkWWW", "type": "image"}, {"id": 7631312, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70eae3f0-982e-471e-82c2-db8a7b67980c/width=450/7631312.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UIF=s-.9^+_2_MK6$+-9xZrrt7SzxYIXt7t3", "type": "image"}, {"id": 7631320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20eeda12-8f7f-48dd-abf0-0042774ba9e4/width=450/7631320.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDGbYVx_03-;^+4:Dj-N02O[-nvz02o{~R#Q", "type": "image"}, {"id": 7631318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23f4c927-129a-40fc-b5c1-509e8c47e921/width=450/7631318.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UTHn~UR5vy%M~VNHnNkXRlR:E2oI-;s+E4jE", "type": "image"}, {"id": 7631316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/257376af-6d80-4ae2-9dcb-37bae3e24834/width=450/7631316.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDIhNhFg8|Vr~p5ZIBxB8}K6xsV@-:K7?bMx", "type": "image"}, {"id": 7631317, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49199674-3c55-4ad4-8ee2-4cba96d210bf/width=450/7631317.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UJH_[7$JMbyE~WbbIoT0Mzx^Ngac03bbxBNg", "type": "image"}, {"id": 7631313, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03a2d15f-99f4-43ad-8405-1351e3eb03bf/width=450/7631313.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UfIqr%S6S7t7~BniE3oeniaxM{R+ahWqV?W=", "type": "image"}, {"id": 7631314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ae9360d-0d14-4c87-a297-2bc5d472d40e/width=450/7631314.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFI4nk~W$cw@?Gt6NHxa?Gxu5XW?ITkC^$oz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/381163", "modelId": 340410} \ No newline at end of file diff --git a/datasets/metadata/381168.json b/datasets/metadata/381168.json new file mode 100644 index 0000000000000000000000000000000000000000..03f1c44d0d7e8e4ebb42c2bac407613d5a45ac70 --- /dev/null +++ b/datasets/metadata/381168.json @@ -0,0 +1 @@ +{"id": 381168, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-08T15:21:49.876Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["GaelicPatternStyle"], "stats": {"downloadCount": 174, "ratingCount": 0, "rating": 0, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 305722, "sizeKB": 514158.4990234375, "name": "GaelicPatternStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-08T15:21:15.202Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DCAE266E", "AutoV2": "611EE2B8CB", "SHA256": "611EE2B8CB8AFFB9B28572C11696C107143D8D21DAE77406CA6141CF506EB0F1", "CRC32": "FF08782B", "BLAKE3": "4414BD2DE139531316296D58575D03501F7ED8310E34EACA8F3948E18AD7AF36"}, "downloadUrl": "https://civitai.com/api/download/models/381168?type=Training%20Data"}, {"id": 305718, "sizeKB": 36979.8203125, "name": "GaelicPatternStyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-08T15:21:23.510Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "ECCE6E85", "AutoV2": "EE379810E3", "SHA256": "EE379810E303EFDFC73C6ACAC23EB1817B2C744A9C5937D2C194A464964D40EF", "CRC32": "6FBEAC40", "BLAKE3": "BEABF5DE1172B7DD7A1023AC258D7EC9A8B0A6956F8DCD3BEFD9ED8C629E512D", "AutoV3": "B01077848E92"}, "downloadUrl": "https://civitai.com/api/download/models/381168", "primary": true}], "images": [{"id": 7631270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/629afd3b-3483-469d-b560-05596a454be7/width=450/7631270.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBHnf@Z$~8xF~Xsp=wov*dNyn4NK4nIocCIt", "type": "image"}, {"id": 7631272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5f29801-0be1-4bf6-8a71-be6061005086/width=450/7631272.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFG[4Q.8t8S%~VpIRobb-noLOW%KRS%1-,$~", "type": "image"}, {"id": 7631268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aefb973e-73cb-45cb-a011-760cda7f36e0/width=450/7631268.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "ULI4Os~U9[E2^*ozI;WC%ft7oyofxtof-6sm", "type": "image"}, {"id": 7631267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/271a13d9-00cd-4bd6-8bc3-e874b0e924d3/width=450/7631267.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UJGRSBkWROnh~UofRQxa,-xZs,t6xtt6xsjr", "type": "image"}, {"id": 7631265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b243a63e-c499-45e9-837f-6c77d173a4d5/width=450/7631265.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U4Hd$-00m*P;0~MeFekr_O-.19Md~CKl9u9Z", "type": "image"}, {"id": 7631285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04067a5b-0ff8-4500-9b08-faff58106d97/width=450/7631285.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDFq{$$eZLso~UIW9vt7S%V@tPxujXWVt8WC", "type": "image"}, {"id": 7631275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f70617fe-b78c-4fa5-99cf-0e4af40bde03/width=450/7631275.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UAHx4cI:00S#dBt6MeRkj~NGR*xEtVRn$1a_", "type": "image"}, {"id": 7631269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f6ab040-2b43-463b-9f91-44eee2ac8e5c/width=450/7631269.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCEoSdDkE2^i~prsR7xZ?7ogtNI:t6SgNHW.", "type": "image"}, {"id": 7631273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c390061-fe8c-4985-845f-11ba379a9ac3/width=450/7631273.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UJHUI9IVS1t7~oV@i_xZIUaeVsRkxCM|oLWB", "type": "image"}, {"id": 7631282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c74e8217-1ab3-411a-9e99-4f4f76718f78/width=450/7631282.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U3CigdR.00WY?]rs02S~?aaL0Lni},w|VZiv", "type": "image"}, {"id": 7631264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d9ac44b-d3a9-45a0-955d-af519a6c72dc/width=450/7631264.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UAGk8q-oDO%L6--o^K-U};XSJ.s.x]~8xu9|", "type": "image"}, {"id": 7631278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/869ac5a4-cf71-448b-a8ae-5f91894ef57a/width=450/7631278.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKEB{Va#RjR+~AogV@js-5t7n$s,t6s,j[j?", "type": "image"}, {"id": 7631274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53a2deda-97c9-4192-aa64-5fa4e7898aeb/width=450/7631274.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UCHKwl~UiHMK%yNdrq$e-pxGJVnNK7-V=yR%", "type": "image"}, {"id": 7631276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49578e16-eb8d-4ebe-88dd-d9905f613f1d/width=450/7631276.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UEIqcB_MI=.7_Ms*x]%f^Rnng4oMvMIYNLWF", "type": "image"}, {"id": 7631280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43008f51-0864-4f71-8549-4486646bcf07/width=450/7631280.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UGGkjssDm+oI~So3D*xWw5^hWCn%ksWVt6IW", "type": "image"}, {"id": 7631279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/313e9a8e-8d83-4f67-814d-e392a1e4dcf0/width=450/7631279.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHIXy@My_%-:=FxZMdahP;smD%R-%LR-I=a{", "type": "image"}, {"id": 7631277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/342cbf4c-7c52-472f-bf93-214d9dca7ff0/width=450/7631277.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8F#XIF{v1$y_Msq9abI0}w]11SiaJ]hOsJm", "type": "image"}, {"id": 7631271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d41bd59e-74d4-4c84-ab0c-603b1abf256a/width=450/7631271.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UEGH;xEN4VOs04kqEMX8}.JCNHM|m-t3%1EN", "type": "image"}, {"id": 7631283, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cb75a9a-d38d-4893-8889-8ce94f2030f8/width=450/7631283.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "ULI|gm%19bni^$RkD+t6~9R+M}s.=rkCWrR+", "type": "image"}, {"id": 7631266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6efe6441-9944-450a-bd81-b1d0bba28f3f/width=450/7631266.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UJHx7wIo01xt~oRkD*bbv{WYNbt7xuafoLof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/381168", "modelId": 340417} \ No newline at end of file diff --git a/datasets/metadata/381227.json b/datasets/metadata/381227.json new file mode 100644 index 0000000000000000000000000000000000000000..4eb581d608ff75664b533ab52de53c53afaeed7a --- /dev/null +++ b/datasets/metadata/381227.json @@ -0,0 +1 @@ +{"id": 381227, "index": 0, "name": "Jeanette miller", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-08T16:16:28.899Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 151, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 305773, "sizeKB": 1565.37109375, "name": "380263_training_data (1).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-08T16:16:36.984Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "85D07B00CC", "SHA256": "85D07B00CCE5E193E151E948E32448A806E8ACAB5B0BDF9A0B0F6FC92636DC34", "CRC32": "3588B198", "BLAKE3": "73FC9D9E4AED42945412CFA2892EE0AAB6B5316C43036E3DC43FCECFC244C868"}, "downloadUrl": "https://civitai.com/api/download/models/381227?type=Training%20Data"}, {"id": 305774, "sizeKB": 36979.03125, "name": "Jeanette_miller (1).safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-08T16:17:47.468Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3F2CB1CF", "AutoV2": "1A8B8D719D", "SHA256": "1A8B8D719D283EF01FAEDF94385A7F1D91929E2DAB1D32DDF53CF4A2141CDB73", "CRC32": "D471BB45", "BLAKE3": "BBC59616E083B479357A116E3201B4BC65FAB3292FAA5B01D61A5EA8BEBF51AF", "AutoV3": "40BAD10DF118"}, "downloadUrl": "https://civitai.com/api/download/models/381227", "primary": true}], "images": [{"id": 7633696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daa6a91f-82fd-4f2f-ba7c-0904ba12239a/width=450/7633696.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UOIELl00_N9FD%R.t7-otOogIWoyD%x]RiNH", "type": "image"}, {"id": 7633678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abc9b524-e95a-4f5c-bad6-29e57222989d/width=450/7633678.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UJIg$C~q~p?v_2-=_3?bIo%2D+M{D*jEV@Rj", "type": "image"}, {"id": 7633688, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20a0de4d-8c26-4bce-903d-5d77b7aa165a/width=450/7633688.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UJHnQkVW^+4o~pITxv9GR*t7NHogM{NHR*xu", "type": "image"}, {"id": 7633683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c8a0d65-9853-41f2-b526-ac7d65907a43/width=450/7633683.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UIG@*+WU-:RQ~UNGxYIp-:I?WXW;a#WBIpRk", "type": "image"}, {"id": 7633682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5395181-031a-4a5a-9975-b6d7e98f608a/width=450/7633682.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UNHw#|NK-:~p~Uogxv?aNGaextIoIWNGoHRk", "type": "image"}, {"id": 7633681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53c0f46b-1134-42a7-9ca1-25d8f05851d1/width=450/7633681.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UIHwuy%M-.^*~Vxa?b%gbDf5W?xtE3M|RiM{", "type": "image"}, {"id": 7633687, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80c823b4-f831-4b6f-a1aa-032665c5159c/width=450/7633687.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UQI;Fm#j~UxV?aIA%gjY%LIUo#axIqs:oIWB", "type": "image"}, {"id": 7633685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d81bbeb7-01ce-4ff4-8cca-29de88bdf637/width=450/7633685.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UCHw#{x^~Vx]^*?GxuRi4n%1IoE1RjaKt6?b", "type": "image"}, {"id": 7633684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95871577-3e24-43a7-892e-69f15423d0cd/width=450/7633684.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UJHw+4Mw_3M_~VD%%MM{E1xuRP-pD%%MaJIp", "type": "image"}, {"id": 7633689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/528d5be1-f8db-4cd0-b16f-26f59be2d303/width=450/7633689.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UJH_AB00~pDiD$E1NeWA%KxaM}%LE2kCoHR*", "type": "image"}, {"id": 7633690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/924be47c-5430-40a4-aa2a-6251f1e0f4e0/width=450/7633690.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UHJQvK00?^9F4TIpNG%1?Zt8Ip%MROIVNeE2", "type": "image"}, {"id": 7633694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66282ebd-fd87-49e9-918f-9aa7b38dbc27/width=450/7633694.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UIHw.E00%LNH^*D*xuR*~oRPoNWA0K%MIpae", "type": "image"}, {"id": 7633695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0cbecd0c-8c65-406c-9dc2-08f1849f5880/width=450/7633695.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UOINz3~q?b~WRjkWxuM|9FV@RPM{9FD%IUxZ", "type": "image"}, {"id": 7633693, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0b6ed02-c775-41a5-9a44-4b4efa995b37/width=450/7633693.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UGGa,*~V~oxt01%2M{%2S^oyxvxuM{Rj%LM|", "type": "image"}, {"id": 7633700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3725d278-6478-4102-9ad9-8ae37b833ea2/width=450/7633700.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UHFE+UE0~oIV0KIVE2Rjx=o#xvWT%3ad%1og", "type": "image"}, {"id": 7633697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a00adbe3-f59a-4781-96d2-1a3ba5aac37f/width=450/7633697.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UHD+6*~CtlW-EMt7WFRk0eD*M_WAslRjoeW=", "type": "image"}, {"id": 7633703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58405510-eba9-4263-a90c-af9bc8bb7fc1/width=450/7633703.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U5DRjDrr0LEK0*}@~9I:00$~%4-q;IF20ht8", "type": "image"}, {"id": 7633701, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf3948a9-4bbf-4bbc-9884-0a0bd4e7c14f/width=450/7633701.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U7Crct^+F:x=9w=|Rj570vV?-Yb1D$5QIq~B", "type": "image"}, {"id": 7633702, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb1a8310-edef-47c1-9c08-2b16d32cccab/width=450/7633702.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U5C#_7by5kTB0g~B$~9u00D#NMN4=C0fMy^Q", "type": "image"}, {"id": 8723938, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba77db4a-5bca-41c8-976f-7972906b3a5c/width=450/8723938.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UEGb3SMd_Nkr_MxF%MozNGJVMxRj0LM{M{Io", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/381227", "modelId": 288660} \ No newline at end of file diff --git a/datasets/metadata/381603.json b/datasets/metadata/381603.json new file mode 100644 index 0000000000000000000000000000000000000000..ef786f0c0bb9a7195781932e209ec6699bb522b7 --- /dev/null +++ b/datasets/metadata/381603.json @@ -0,0 +1 @@ +{"id": 381603, "index": 1, "name": "Laura Nastya", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-09T12:25:28.443Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 34, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 306096, "sizeKB": 5124.34765625, "name": "381603_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-08T20:45:47.693Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "41D5F7CF", "AutoV2": "629AD61D42", "SHA256": "629AD61D42441823BE767295CBF4B446C2E0F7EC2600518C951D321F553BF866", "CRC32": "8F2F2A0F", "BLAKE3": "25BFBEA2EF5508385AB1B219073EB5EB95BB3B82B2B72A913867FE9B20D321A7"}, "downloadUrl": "https://civitai.com/api/download/models/381603?type=Training%20Data"}, {"id": 307090, "sizeKB": 36990.78125, "name": "Laura_Nastya-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-09T12:25:51.504Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "08C07B8E", "AutoV2": "16F4AA972F", "SHA256": "16F4AA972FE6F55B64631A376DB2FAB36AABEDA602A56668F47C28A296931B4C", "CRC32": "D2A190F6", "BLAKE3": "94543A833206276FF1A3E946AE8625FC0A1B69783F924F59486AF90E1F32F88A", "AutoV3": "3B7D44FA34F3"}, "downloadUrl": "https://civitai.com/api/download/models/381603", "primary": true}], "images": [{"id": 7676310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/235c1221-bd31-40e0-8fe7-b192081ccada/width=450/7676310.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UAEe_W02ZfAE~DM^Ipxu01b^n$-Q0K={IVNL", "type": "image"}, {"id": 7676315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9def26af-b25e-406d-b23a-077bf5e3fb8b/width=450/7676315.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UMF5y,^*VrOF$y-oxuxa~B?Z%MRRoyxu%2WB", "type": "image"}, {"id": 7676319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9a1db79-5964-47b3-9ab9-00d1b439b53d/width=450/7676319.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9Cis.ICIo9a57IB~oni00M|T0n*?FIoNHM|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/381603", "modelId": 340829} \ No newline at end of file diff --git a/datasets/metadata/381880.json b/datasets/metadata/381880.json new file mode 100644 index 0000000000000000000000000000000000000000..9ce524a3a2513d183b1f7d2b163f269b1e2528e2 --- /dev/null +++ b/datasets/metadata/381880.json @@ -0,0 +1 @@ +{"id": 381880, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-09T00:19:08.999Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 223, "ratingCount": 0, "rating": 0, "thumbsUpCount": 53, "thumbsDownCount": 0}, "files": [{"id": 306335, "sizeKB": 22252.64453125, "name": "Ariadoa_CautiousHero-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-09T00:21:19.393Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0C6BE9FE", "AutoV2": "4852DD05B6", "SHA256": "4852DD05B6DE18D5B14B04C5AEAB03AEBF35B6894B059AE3FAA2801D08CE5BCF", "CRC32": "32E1E137", "BLAKE3": "B98651691FBB6A0FEC75CC123FA5220BE0663B19EB3EB068908DBDE00EE9088A", "AutoV3": "A02380D5E6D9"}, "downloadUrl": "https://civitai.com/api/download/models/381880", "primary": true}, {"id": 306334, "sizeKB": 38824.328125, "name": "Ariadoa_CautiousHero.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-09T00:21:27.908Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8B239BFC", "AutoV2": "E1126209B9", "SHA256": "E1126209B9B48558D17675A3373FAE4FD1C82CE98C0087B34EDF07E5FCD24973", "CRC32": "7D64C3A3", "BLAKE3": "9673D044B8FA52D261CA2B2F8595134E297D19193365019EADA6184B370E99A8"}, "downloadUrl": "https://civitai.com/api/download/models/381880?type=Training%20Data"}], "images": [{"id": 7650743, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be587e75-2f34-4c9f-8907-b5a902b89a0d/width=450/7650743.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWNJXy$*X.$%~BoJ_3s,R+SLNdWntSW=xua}", "type": "image"}, {"id": 7650744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76297839-ae7f-48ca-9f1a-54e77219fdc8/width=450/7650744.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWNJa,$*X.$%~BoJ_3s,R+SLNdWntSW=xua}", "type": "image"}, {"id": 7651167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/956e0546-328c-4bd0-84ce-4ecc74758356/width=450/7651167.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UvLgL$SO.7NI~Bt8o}ofVsWFkCofRnoekBR*", "type": "image"}, {"id": 7651269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/248b3e83-f293-408f-abab-521672ae9971/width=450/7651269.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UnMQ0G$%TKxZ~Uof-;oeMxS$xZkDxGSiM{WE", "type": "image"}, {"id": 7651411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97e8bbe3-698c-40e0-adbf-d35615021adc/width=450/7651411.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UoLD.Jt8_3X9~WV]XTtQs+jFozxaRiWYoJt6", "type": "image"}, {"id": 7651532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1623073b-5b82-4fe4-bd67-bc9c25eee734/width=450/7651532.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWKUA=RS?^D*=x%256of%1%L%NocV]awt8WU", "type": "image"}, {"id": 7651614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dabedadd-463b-4a7c-8543-d3f15ad56f6a/width=450/7651614.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USP$ajo}*JR-R+%L%2xu4oa}o|W;R-oJkDWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/381880", "modelId": 341092} \ No newline at end of file diff --git a/datasets/metadata/382422.json b/datasets/metadata/382422.json new file mode 100644 index 0000000000000000000000000000000000000000..7e38c8d733ca6c3b1fa34015ffbdd38ad58ef433 --- /dev/null +++ b/datasets/metadata/382422.json @@ -0,0 +1 @@ +{"id": 382422, "index": 0, "name": "Gohan Super Saiyan 2(Tribute to Akira Toriyama)\ud83d\ude4c", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-09T14:59:55.064Z", "availability": "Public", "nsfwLevel": 1, "description": "guys don't use animagine xl since the face is not matching with gohan use animegod xl or aam xl
", "trainedWords": ["gohan,super saiyan 2,green eyes,blonde hair,spiked hair,purple dougi/orange dougi"], "stats": {"downloadCount": 176, "ratingCount": 0, "rating": 0, "thumbsUpCount": 30, "thumbsDownCount": 0}, "files": [{"id": 306884, "sizeKB": 66475.021484375, "name": "382422_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-09T09:00:58.150Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AEB676BD", "AutoV2": "A15214A380", "SHA256": "A15214A380D527F266E70EB340AE96156A7817853E8C5120BDF0FC9A123E411A", "CRC32": "E93A74E3", "BLAKE3": "4EAE6A7479E29F4F328DF09F8E23D25438073831B47D8F8D0C52AE3B7B66A724"}, "downloadUrl": "https://civitai.com/api/download/models/382422?type=Training%20Data"}, {"id": 306980, "sizeKB": 223102.16796875, "name": "Gohan_Super_Saiyan_2Tribute_to_Akira_Toriyama.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-09T10:41:08.107Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8FB14255", "AutoV2": "8010138733", "SHA256": "8010138733241320C2D4EDD98E7AE000F611C792C3190C7858242F7DBFD53912", "CRC32": "38B44F61", "BLAKE3": "C53241C0146877F442AF14FA84471388E905BF2DAAA8FD9714A56C377D05ADC6", "AutoV3": "F94C06223CC0"}, "downloadUrl": "https://civitai.com/api/download/models/382422", "primary": true}], "images": [{"id": 7675240, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a60b1779-bafe-49af-b768-f801070d3edb/width=450/7675240.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UGKm%cV[?=%L%FWY01M}%CRkN2oL%La}xcxZ", "type": "image"}, {"id": 7675083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0966ad3a-3426-4baf-bdf5-26639cb6d55e/width=450/7675083.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U8JH8H9cEG-o0JX905M|4,IW~V$~OcbI-p$|", "type": "image"}, {"id": 7675694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79a19073-c8eb-4e72-9efb-11f42d63c04b/width=450/7675694.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UBGI$G9G17~VD4xF03D%00%f-CghRpIt~T$|", "type": "image"}, {"id": 7681283, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00fa6cc3-f361-48cb-a716-1f9c613734a9/width=450/7681283.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UEK^E8?u00DO~Qx]9b%MW89a=}xY0iRk0fs;", "type": "image"}, {"id": 7681282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da556f28-e3c7-4015-996c-6d44a5c2900d/width=450/7681282.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U8LpdN0003?G^C^j57%M00JC^+IA0=E10N~V", "type": "image"}, {"id": 7681291, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/843fdb86-ce70-45e3-95ae-cda8460d1260/width=450/7681291.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UKMPwBxu0KbH~7W;x^s;Mwt7wLV@JBoL9bWA", "type": "image"}, {"id": 7681289, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfe4c878-780a-4c2a-8cdc-21929951081f/width=450/7681289.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UFJ@UL4:00-;~mxFESxZ01bw-pIU4?W=4:xu", "type": "image"}, {"id": 7681539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed86c34d-1d8c-4749-937b-f80acf11e729/width=450/7681539.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDKdMLn#02kX]co#4;t3H?Rj~WjF0jj]02M{", "type": "image"}, {"id": 7681597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6fa3bc7-d11d-40ff-97b4-57b480370ec4/width=450/7681597.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UCJ@XQR-00WE~Hoc9it4}@a}tTWB9ZR.oeNG", "type": "image"}, {"id": 7681752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14f52005-b383-4772-bd0a-2f913098fffe/width=450/7681752.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UBHUa.Ri00Ia^q?G0QNH~AM}tSocV@RjWY%2", "type": "image"}, {"id": 7681946, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a191cb98-fb95-4b5b-a796-7c8d73798435/width=450/7681946.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UOIXQ^~V044poVRj4;IV%0t7xu%2N0V{WBbY", "type": "image"}, {"id": 7682036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ad52579-395f-4bde-a8c5-0747d86d811a/width=450/7682036.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UAIg[c4p00~oIQs:0P9bwF%M-pM|~WM|E1-n", "type": "image"}, {"id": 7682610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39d16dd9-4436-4130-ab46-571711d60765/width=450/7682610.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UAHBl9^%000O9WIp05xsx8Rn%N--~V%K4:4;", "type": "image"}, {"id": 7682621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac3d694a-5352-4e17-a0ed-26d286857c5e/width=450/7682621.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "U4HKzf=|Ko9u}|R*029dxTxsEBxY?GIqIpoK", "type": "image"}, {"id": 7684008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f85dc3d2-9bea-47b3-815c-a12e3b02be41/width=450/7684008.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UFM?*CxT.D~pMbs+03NHJ7f-RqNGxUV|RQs%", "type": "image"}, {"id": 7684037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3815b275-191d-4cb7-99a8-0366cc6faae2/width=450/7684037.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UBFsJ6~q0c6@:|Im03wOOpt6wibJ-:xuNaNs", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/382422", "modelId": 341604} \ No newline at end of file diff --git a/datasets/metadata/382532.json b/datasets/metadata/382532.json new file mode 100644 index 0000000000000000000000000000000000000000..9dd38285f8b463ca3efc5885128026c29ff0957f --- /dev/null +++ b/datasets/metadata/382532.json @@ -0,0 +1 @@ +{"id": 382532, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": null, "publishedAt": "2024-03-09T10:24:51.460Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": ["dragon horns", "dragon girl", "dragon wings", "dragon tail"], "stats": {"downloadCount": 278, "ratingCount": 0, "rating": 0, "thumbsUpCount": 47, "thumbsDownCount": 0}, "files": [{"id": 306950, "sizeKB": 36998.4453125, "name": "dragon girl-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-09T10:10:49.015Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DA98DDCC", "AutoV2": "A62B2929EF", "SHA256": "A62B2929EF09CCCB97658D53451245910839F6197E2166445573AF6417D8CD57", "CRC32": "870ACB78", "BLAKE3": "F073AFC623E6573904559AE4324446A90FD6D0E37D23283C5E8834F6D668512A", "AutoV3": "A3706E530F3A"}, "downloadUrl": "https://civitai.com/api/download/models/382532", "primary": true}, {"id": 306953, "sizeKB": 773918.5986328125, "name": "training images.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-09T10:16:07.708Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "36B74F3E", "AutoV2": "8F63E1E24C", "SHA256": "8F63E1E24CEE2DE97F03167C7620680EFD9F2E7906DA5C4C3F9932A5DB5DC6E9", "CRC32": "E3FF77D4", "BLAKE3": "3BC9B4F6C9DCA038BBDD8F59E64EDC733565A4D05B897BBA34858128B4B8FE73"}, "downloadUrl": "https://civitai.com/api/download/models/382532?type=Training%20Data"}], "images": [{"id": 7672698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a06f2dc-9a98-4ff2-b736-874ce4625bee/width=450/7672698.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULH_Ga0ftRIU~WIoxun%tSWC-pIUNH%2RktR", "type": "image"}, {"id": 7672702, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81fb63db-df15-4c10-9ff0-db3b460901c4/width=450/7672702.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZHnW=-:I:oM~UxtIoM{-;xtbas:-oxtxas.", "type": "image"}, {"id": 7672700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/252f3294-0169-4f28-aa1a-3c1d45e26ac7/width=450/7672700.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHHd]iER0#b{}?r?0d9Z0KxZI;oxIoxtjFxu", "type": "image"}, {"id": 7672704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04b45f33-88f8-4a14-b2cf-4128a5dc00bc/width=450/7672704.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UBH^;f0200%N~pxa9G5R00~B-pNGIp9YEM=|", "type": "image"}, {"id": 7672699, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e93aa2a2-b4dd-4ea5-86de-882f8553b5f2/width=450/7672699.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "USI;VQ~WEKoe-:-=%NInocNbxu%2?GW;t7%2", "type": "image"}, {"id": 7672705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/204d059c-15d1-4b0d-8b8d-d03ecc8e6592/width=450/7672705.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEFX}59Z0#-;~Cs;0ex]4:xuS~IpRQxFX99Z", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/382532", "modelId": 341700} \ No newline at end of file diff --git a/datasets/metadata/382874.json b/datasets/metadata/382874.json new file mode 100644 index 0000000000000000000000000000000000000000..41e9f6ff0eef1f368ea563f643855ced111b8662 --- /dev/null +++ b/datasets/metadata/382874.json @@ -0,0 +1 @@ +{"id": 382874, "index": 0, "name": "Renaissance Impressions Chiaroscuro", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-09T15:57:50.374Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 92, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 307275, "sizeKB": 13873.560546875, "name": "382874_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-09T15:16:20.453Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DB4C40A4", "AutoV2": "9821C7C0FB", "SHA256": "9821C7C0FB94D965626E67AB5D2A533D0DF5E9C4C4BBC3DA2600DA6F1A3F2283", "CRC32": "A36272D4", "BLAKE3": "E5A7E7EF2F5B187990D5C5018FCA35F0F129FC32D0CBDAEBB506569DF92AEA92"}, "downloadUrl": "https://civitai.com/api/download/models/382874?type=Training%20Data"}, {"id": 307338, "sizeKB": 36978.671875, "name": "Renaissance_Impressions_Chiaroscuro-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-09T15:56:20.886Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CE5CACB2", "AutoV2": "2D9D76F492", "SHA256": "2D9D76F492D5D1B97CD90438CE042EA48C4DC14628B841B0B88333A0D82883D3", "CRC32": "FDB39D79", "BLAKE3": "9914D01C4AABCF22CF3A673CA2FD25AE4D445F3F953444A1D9CA426C28C5CDD5", "AutoV3": "DE6F8FA2A1F7"}, "downloadUrl": "https://civitai.com/api/download/models/382874", "primary": true}], "images": [{"id": 7685596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb9a3920-3c62-4f09-8987-bf55a243d6a8/width=450/7685596.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8F|xnJD004r0z9btQ5SY-^i_LV[~V5R02-T", "type": "image"}, {"id": 7685595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e42055d-8ea7-48e1-a284-c867af90d696/width=450/7685595.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U57wK1o#0CfB$|s,IsIr0PoH},Rj5XRl=t-S", "type": "image"}, {"id": 7685605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93fc2c0e-7ab2-41f9-93a1-f63f40cd8797/width=450/7685605.jpeg", "nsfwLevel": 1, "width": 784, "height": 784, "hash": "UCDR.r=_};%0?FoyW;kB}pNI$$NH-TR+Rlay", "type": "image"}, {"id": 8035863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb48971c-f953-492d-a098-3e68d98fce2f/width=450/8035863.jpeg", "nsfwLevel": 1, "width": 664, "height": 784, "hash": "U38|Idt70303xtR+a|R+03WB^O^$NbEN-T=_", "type": "image"}, {"id": 7701229, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4eb638e6-547c-49f2-b6db-12a1e62471ed/width=450/7701229.jpeg", "nsfwLevel": 1, "width": 1568, "height": 1568, "hash": "U26k35D,~nw#S~oK%1M|Ndt6RktQENt6t6of", "type": "image"}, {"id": 7701214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adc88de6-3db8-4c92-99e3-cebf144da503/width=450/7701214.jpeg", "nsfwLevel": 1, "width": 1568, "height": 1568, "hash": "U8Ach=x]MwrW5Yt8ivRO~U%1M{RPbwW=i^RP", "type": "image"}, {"id": 7702371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b85bf69-ea10-4476-8ed9-b7676a128f49/width=450/7702371.jpeg", "nsfwLevel": 1, "width": 784, "height": 784, "hash": "U5DvAe00MlE200~UIp4:IW_102Rk02V[%K_1", "type": "image"}, {"id": 7702885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5265ff28-788b-4ce4-98a0-dfc89587bde0/width=450/7702885.jpeg", "nsfwLevel": 2, "width": 784, "height": 784, "hash": "UBE.99=^4;~VMc589anO02M{?GNK?vxDMx?a", "type": "image"}, {"id": 7703749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbeaef8a-33ee-46a0-8397-5e2be7736ea1/width=450/7703749.jpeg", "nsfwLevel": 1, "width": 784, "height": 512, "hash": "U6A^RP?^D400?^-=9GVX4o%gS%IUo$%2-nIU", "type": "image"}, {"id": 7737542, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8acf53cf-70b7-401c-9bf8-c49db88bfb20/width=450/7737542.jpeg", "nsfwLevel": 1, "width": 2048, "height": 1024, "hash": "UGFOcDxZ00ay~Vt69GRkE3fQxZR*-ot6M|M|", "type": "image"}, {"id": 7737941, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b834308-4877-4104-a4e3-8117a4cf7855/width=450/7737941.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U5D[h0~A00of%09a9GxG0#?G?GE2RPn%NH9u", "type": "image"}, {"id": 7740015, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9d3d261-4d7e-4e12-813d-5ad9fc584533/width=450/7740015.jpeg", "nsfwLevel": 4, "width": 1248, "height": 784, "hash": "U5BCPnJB0f0gAC0M^i-o_1R6kB$%~BI;sCRj", "type": "image"}, {"id": 7754407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/595e566c-8c22-4578-82b4-334503acbf00/width=450/7754407.jpeg", "nsfwLevel": 1, "width": 2048, "height": 1024, "hash": "U87K@@IAIoxu.TMxxaozn$M_kWt7t7RPn%oz", "type": "image"}, {"id": 7791964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/662d5e23-d2ff-4315-97dd-8d478f9ed0ac/width=450/7791964.jpeg", "nsfwLevel": 1, "width": 1024, "height": 784, "hash": "U3Ace+@t_10}1J9a9G~V01XlMyr?~B-pgN4:", "type": "image"}, {"id": 7836895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98a6d349-7b10-498d-a4c6-00f1a50d4e9e/width=450/7836895.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1224, "hash": "U6BWe|00D%IB?b%M4nxuM{-;IURj~qIUD%%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/382874", "modelId": 342024} \ No newline at end of file diff --git a/datasets/metadata/382924.json b/datasets/metadata/382924.json new file mode 100644 index 0000000000000000000000000000000000000000..63fbec0f651d1ec54728e4ffff752643605e1703 --- /dev/null +++ b/datasets/metadata/382924.json @@ -0,0 +1 @@ +{"id": 382924, "index": 0, "name": "Midekai beta LORA", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-12T10:56:38.877Z", "availability": "Public", "nsfwLevel": 9, "description": "First version. Still learning how this works lol.
", "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 307337, "sizeKB": 3068.552734375, "name": "382924_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-09T15:55:47.262Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D0404A6B", "AutoV2": "6ADE1D2F70", "SHA256": "6ADE1D2F702D961E69E70E2162B601E7AB9200335606085E604B60FD2DE54A69", "CRC32": "385CB6D3", "BLAKE3": "3EFEC83A6C673C198FF8FBAD9D9226F828DE0F3DDD20D849298971EE34810A0C"}, "downloadUrl": "https://civitai.com/api/download/models/382924?type=Training%20Data"}, {"id": 311790, "sizeKB": 223100.76953125, "name": "Midekai_beta_LORA.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-12T10:55:50.160Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "98715DB9", "AutoV2": "ACF9945F7A", "SHA256": "ACF9945F7A6F59B019B0E8841B2F0274EAEE1511B9DB77CB99433E6506849362", "CRC32": "9DD9571F", "BLAKE3": "7445BB951DEFF75145788E9BAAAE11036A1542A6DCAD1944CE3ABA46CD93C7BD", "AutoV3": "2517922EC01F"}, "downloadUrl": "https://civitai.com/api/download/models/382924", "primary": true}], "images": [{"id": 7826405, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b0c4afe-9fef-482e-b722-6b4d91a295b8/width=450/7826405.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDDm]I;_9X9[4QTdMvM{+DtRpIVs7_WEtli_", "type": "image"}, {"id": 7826404, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/396e29cf-3d43-4a5d-80a8-8a709c354b78/width=450/7826404.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U79[72+F003r?to|DOa000K*}?[Am-i_lTM_", "type": "image"}, {"id": 7826406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04801414-36bc-4499-8444-e5db806d47cd/width=450/7826406.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDC%p-M_8w%h~lRjD%xa;tWDF}n~E9xuocM_", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/382924", "modelId": 342070} \ No newline at end of file diff --git a/datasets/metadata/383377.json b/datasets/metadata/383377.json new file mode 100644 index 0000000000000000000000000000000000000000..570ae3dbb0f7c7131ea75749c2341028aea5f94d --- /dev/null +++ b/datasets/metadata/383377.json @@ -0,0 +1 @@ +{"id": 383377, "index": 0, "name": "\u0418\u0421\u0422\u041c\u0410", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-09T23:41:02.061Z", "availability": "Public", "nsfwLevel": 2, "description": "An unearthly fantasy concept art of a beautiful forest woman, a beautiful dancing Celtic leprechaun woman dancing under the starry sky. Her dress flutters in long curls - a masterpiece, the best quality, 1 Celtic leprechaun woman, \"Elements of St. Patrick's Day\" by Michael William Kaluta and Afarin Sajedi, (animated, cute, expertly executed: 1.4), poster, bold lines, overly detailed, expressive, award-winning, (frame from the film: 1.4), (intricate details, masterpiece, best quality:1.4),
a look at the viewer, dynamic pose, wide viewing angle, masterpiece, best quality, silhouette of a woman in a leprechaun costume and a leprechaun hat, Karn Griffiths, Emily Kell, Steve McCurry, Jeffrey Terence, Aaron Horkey, Jordan Grimmer, Greg Rutkowski, amazing depth, double exposure, surrealism, geometric patterns, Holy Elements St. Patrick's Cathedral of that time, shamrocks, golden pot, pipe, harp, candle, beer, Celtic cross, intricate detailing, bokeh, perfectly balanced, deep fine borders, artistic, smooth, excellent work of the head of the rapid development department,<lora:Zenpainting l -SDXL_v1.0:0.7>, illustration of Zen painting,
", "trainedWords": ["(\u0445\u0443\u0434\u0448\u0435\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e, \u043e\u0442\u0442\u0435\u043d\u043a\u0438 \u0441\u0435\u0440\u043e\u0433\u043e), \u0432\u043e\u0434\u044f\u043d\u043e\u0439 \u0437\u043d\u0430\u043a, \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f, \u043f\u043e\u0434\u043f\u0438\u0441\u044c, \u0442\u0435\u043a\u0441\u0442, \u043f\u043b\u043e\u0445\u0430\u044f \u0430\u043d\u0430\u0442\u043e\u043c\u0438\u044f, \u043f\u043b\u043e\u0445\u0438\u0435 \u0440\u0443\u043a\u0438, \u0442\u0435\u043a\u0441\u0442, \u043e\u0448\u0438\u0431\u043a\u0430, \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u0435 \u043f\u0430\u043b\u044c\u0446\u0435\u0432, \u043b\u0438\u0448\u043d\u044f\u044f \u0446\u0438\u0444\u0440\u0430, \u043c\u0435\u043d\u044c\u0448\u0435 \u0446\u0438\u0444\u0440, \u043e\u0431\u0440\u0435\u0437\u0430\u043d\u043e, \u0430\u0440\u0442\u0435\u0444\u0430\u043a\u0442\u044b jpeg, \u043f\u043b\u043e\u0445\u0438\u0435 \u0441\u0442\u0443\u043f\u043d\u0438, \u043b\u0438\u0448\u043d\u0438\u0435 \u043f\u0430\u043b\u044c\u0446\u044b, \u043c\u0443\u0442\u0438\u0440\u043e\u0432\u0430\u0432\u0448\u0438\u0435 \u0440\u0443\u043a\u0438, \u043f\u043b\u043e\u0445\u043e \u043d\u0430\u0440\u0438\u0441\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0440\u0443\u043a\u0438, \u043f\u043b\u043e\u0445\u0438\u0435 \u043f\u0440\u043e\u043f\u043e\u0440\u0446\u0438\u0438, \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0441\u0442\u0438, \u043e\u0431\u0435\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044b\u0435, \u043f\u043b\u043e\u0445\u0430\u044f \u0430\u043d\u0430\u0442\u043e\u043c\u0438\u044f, \u0433\u0440\u0443\u0431\u044b\u0435 \u043f\u0440\u043e\u043f\u043e\u0440\u0446\u0438\u0438, \u0434\u0435\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0441\u0442\u0438, \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u0440\u0443\u043a\u0438, \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u043d\u043e\u0433\u0438, \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0440\u0443\u043a\u0438, \u043b\u0438\u0448\u043d\u0438\u0435 \u043d\u043e\u0433\u0438, \u043c\u0443\u0442\u0438\u0440\u043e\u0432\u0430\u0432\u0448\u0438\u0435 \u0440\u0443\u043a\u0438, \u0441\u0440\u043e\u0441\u0448\u0438\u0435\u0441\u044f \u043f\u0430\u043b\u044c\u0446\u044b, \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u043c\u043d\u043e\u0433\u043e \u043f\u0430\u043b\u044c\u0446\u0435\u0432, \u0434\u043b\u0438\u043d\u043d\u0430\u044f \u0448\u0435\u044f"], "stats": {"downloadCount": 17, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 307745, "sizeKB": 89.8271484375, "name": "383377_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-09T20:25:54.271Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "6CE1CFE205", "SHA256": "6CE1CFE2052C04204ED5AC254ADCC7735D93B49E441B4B03DDBB0350F71020F3", "CRC32": "013800B1", "BLAKE3": "48C5E4C2D9122534DF9FA67FBDA9945493CC3A39B08E1AEE919467FE16C4FD2B"}, "downloadUrl": "https://civitai.com/api/download/models/383377?type=Training%20Data"}, {"id": 309606, "sizeKB": 36977.4296875, "name": "\u0418\u0421\u0422\u041c\u0410-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T23:35:51.702Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3919EB37", "AutoV2": "7FC596E80C", "SHA256": "7FC596E80C74F96B67DCBE29232A398B446A3740A7AD1E7FAD71903A9BC8DFBF", "CRC32": "DAD4C067", "BLAKE3": "702E66F0E4FF09F47219DCD2699FF2F31AE93B88DA706287846004F276C40B1D", "AutoV3": "0061E9A1C9BD"}, "downloadUrl": "https://civitai.com/api/download/models/383377", "primary": true}], "images": [{"id": 7703458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e9a24a0-f850-4017-a0fc-729276e89cdc/width=450/7703458.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "U49Hdr%d03IC~njG4XNHY2oyVHi{yAofMgWB", "type": "image"}, {"id": 7703486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba679572-f316-4b65-8a8c-dfc733ac00a6/width=450/7703486.jpeg", "nsfwLevel": 2, "width": 450, "height": 658, "hash": "UABqX+x=OmRR~maL9bSe9IofMyM}gzkBVuae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/383377", "modelId": 342469} \ No newline at end of file diff --git a/datasets/metadata/383548.json b/datasets/metadata/383548.json new file mode 100644 index 0000000000000000000000000000000000000000..e3c419ece4b4b8ed01c47abe9651b22f46e315e9 --- /dev/null +++ b/datasets/metadata/383548.json @@ -0,0 +1 @@ +{"id": 383548, "index": 2, "name": "V1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-10T01:24:59.709Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 26, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 308015, "sizeKB": 577.7294921875, "name": "383548_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T00:36:25.064Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "7775D69BED", "SHA256": "7775D69BED6C342488068310BBA376BD68F2BBE5FBB3FCF21E2D46C6EA44D2F2", "CRC32": "7C0852AF", "BLAKE3": "139245C25F548AE7A4629676EC8D916CAF0238BA655CF21363214FA9C69CB0E1"}, "downloadUrl": "https://civitai.com/api/download/models/383548?type=Training%20Data"}, {"id": 308073, "sizeKB": 36979.359375, "name": "minji.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T01:25:50.726Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D99F18AA", "AutoV2": "247F74FB6D", "SHA256": "247F74FB6D5F2DE93B94955543B7B1227999E50F9138297DCE1E9CD5F617A8F0", "CRC32": "DDF0F4D8", "BLAKE3": "FB0915801C0310DD7C5D53408C5253D3E6B121B9B073A91E714F1786622EC11B", "AutoV3": "86A5CB75C96C"}, "downloadUrl": "https://civitai.com/api/download/models/383548", "primary": true}], "images": [{"id": 7707702, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b84929f4-93b6-44a9-875e-40789a3a3dfb/width=450/7707702.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "URF7I[J:rm-p_MI.o~%M_2E1XBxG?aNGW?s9", "type": "image"}, {"id": 7707701, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73e261ba-8f9c-4387-9051-937ed0deef50/width=450/7707701.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEEpZ[D47%-=#3ksV[oH0WxBv{M|%eR,%1XU", "type": "image"}, {"id": 7707700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/100f0c7d-c63a-4d47-8c2b-5afb46db6083/width=450/7707700.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEH.g0E27O?a00wGXTMx.TohrWbdRijFogk9", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/383548", "modelId": 342627} \ No newline at end of file diff --git a/datasets/metadata/383645.json b/datasets/metadata/383645.json new file mode 100644 index 0000000000000000000000000000000000000000..726f5bcff50a343f1c9181489675758e1cb85754 --- /dev/null +++ b/datasets/metadata/383645.json @@ -0,0 +1 @@ +{"id": 383645, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-09T23:33:58.739Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 243, "ratingCount": 0, "rating": 0, "thumbsUpCount": 52, "thumbsDownCount": 1}, "files": [{"id": 307962, "sizeKB": 22253.77734375, "name": "Joohee_LEE_SoloLeveling-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-09T23:36:35.872Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "05386C55", "AutoV2": "7A4C6EEBAC", "SHA256": "7A4C6EEBACF73A988487CD0FEEEAFC66C51B6FBDFF965CE1D636230F6170886D", "CRC32": "F3F08099", "BLAKE3": "7F960DEF1A2CFBD82B039D8768B6686B99553BDA008C0BBBA069361B5CDF5965", "AutoV3": "1ECDC482CEE9"}, "downloadUrl": "https://civitai.com/api/download/models/383645", "primary": true}, {"id": 307963, "sizeKB": 44621.63671875, "name": "Joohee_LEE_SoloLeveling.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-09T23:37:05.510Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "24177FD4", "AutoV2": "C36D746985", "SHA256": "C36D7469856CDBF3D1EE1A98356EA239C13F07608804F8BFA2CC46C3C82EEC65", "CRC32": "A9E20F31", "BLAKE3": "07C260610D7BE1D87B8C1927C21E125EFE0713620A8EF0020D7ACE849887F8B0"}, "downloadUrl": "https://civitai.com/api/download/models/383645?type=Training%20Data"}], "images": [{"id": 7703419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78dadc6e-810a-4f70-ae23-b9cfccc9b319/width=450/7703419.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYP~=,M{_N-;D%j?.9bI-=xukCWBs9R*oct7", "type": "image"}, {"id": 7703418, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbf3f6cc-77ff-4188-8269-f906ca5cc4f5/width=450/7703418.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZP~=-M{?^-;D%j?.9bH-=xukCWBs9R*oct7", "type": "image"}, {"id": 7703493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edc2d1b1-1739-4d35-bc8c-0b5cee5ee09a/width=450/7703493.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYPZAW.8?^-;nNRP.8RkIqROx]WV_2a#M{xu", "type": "image"}, {"id": 7703492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64fef2f5-b7e3-4d38-8ae6-4dbbd5905545/width=450/7703492.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYPZAX.8?^-;nNRP.8RkIqROx]WV_2a#M|xu", "type": "image"}, {"id": 7704170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbd424d1-e7d4-4657-8bb2-24f50e5deb9f/width=450/7704170.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UcKKD~NH4:%14TWVIpr=9HNGxuxZ~VkDWBRj", "type": "image"}, {"id": 7704178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2033b86-87ea-42aa-b2fd-d96847522271/width=450/7704178.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBJk4V4.03~V00-;02Rj00fT~o^Q~W0fbtn%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/383645", "modelId": 342711} \ No newline at end of file diff --git a/datasets/metadata/383725.json b/datasets/metadata/383725.json new file mode 100644 index 0000000000000000000000000000000000000000..a8af90b316456a66ed53e5a7278f968ba1e68af5 --- /dev/null +++ b/datasets/metadata/383725.json @@ -0,0 +1 @@ +{"id": 383725, "index": 0, "name": "SiqiniqXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-10T03:37:27.659Z", "availability": "Public", "nsfwLevel": 1, "description": "This is a fictional character created by me. Any resemblance to persons living or dead is purely coincidental.
Please if you use this LORA, share the result, I am very interested in seeing what people do with it.
", "trainedWords": ["Siqiniq"], "stats": {"downloadCount": 37, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 308030, "sizeKB": 17913.00390625, "name": "383725_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T00:45:46.951Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "47F1BDD3", "AutoV2": "FA5F7430C8", "SHA256": "FA5F7430C8AD790382B1FD9DBB2983F37E52F84599772867512364F2C43023C5", "CRC32": "D74B8352", "BLAKE3": "B06452C60F68B8739056F4A682FA89F9F0049815143C1093D53716CED1E9E21A"}, "downloadUrl": "https://civitai.com/api/download/models/383725?type=Training%20Data"}, {"id": 308231, "sizeKB": 223100.68359375, "name": "SiqiniqXL-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T03:34:42.851Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "80DCD450", "AutoV2": "6B4E6AA3C0", "SHA256": "6B4E6AA3C0B2F73EECB7172EDB583DBCDC0EDDDA45E76B53B79C1B357068540E", "CRC32": "963949B5", "BLAKE3": "FC6079285F83398E4DBD9348DECFB2777CA6B012B9CBA1379DA9621A8DEC0AE2", "AutoV3": "E972E6637EA0"}, "downloadUrl": "https://civitai.com/api/download/models/383725", "primary": true}], "images": [{"id": 7712353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/747b78c0-c3aa-4bc6-bec6-a7b0c1bdc707/width=450/7712353.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UeJ8FlWTpfniRobIE2xvIoxuMxIVR.kCf9Wr", "type": "image"}, {"id": 7712354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/427686d4-9d2a-4cbe-a419-0780770253b1/width=450/7712354.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCDv4i4o0%_NDjxuEME101?a$2D%E%M{^k%2", "type": "image"}, {"id": 7712352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca4588ee-44fc-432e-84f3-c6f5e6b3497c/width=450/7712352.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URH_us9v.AMdxWM~M{%L4.MxDit5%NofoNbF", "type": "image"}, {"id": 7712400, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71f0d451-0ccb-4a63-83d0-ead7e7e01a1b/width=450/7712400.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UnK-e2D+%%-;NhxuR:RjJDofR5WCSkWBWBof", "type": "image"}, {"id": 7712402, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3eca1a9a-1c87-42f8-a2da-85018445ccc6/width=450/7712402.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UqLXMlIV%%%MIaxuR:WBIqWWMxRjIqWBoMog", "type": "image"}, {"id": 7712401, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4366715-52d0-4fbb-bc68-607267a630c6/width=450/7712401.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMJavH~VY74o00E201t8AJax$fsl%#WB-pWr", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/383725", "modelId": 342787} \ No newline at end of file diff --git a/datasets/metadata/383831.json b/datasets/metadata/383831.json new file mode 100644 index 0000000000000000000000000000000000000000..851854d4c0cddb395c6c95fd278c0c9ed29b9933 --- /dev/null +++ b/datasets/metadata/383831.json @@ -0,0 +1 @@ +{"id": 383831, "index": 0, "name": "Richter Abend Lora", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-10T03:09:02.487Z", "availability": "Public", "nsfwLevel": 1, "description": "Lora for the character Richter Abend from Tales of Symphonia: Dawn of the New World
", "trainedWords": ["richter abend", "brown gloves", "gloves", "green eyes", "red hair", "long hair"], "stats": {"downloadCount": 36, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 308207, "sizeKB": 36979.234375, "name": "Richter_Abend_Lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T03:13:45.546Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D26766E5", "AutoV2": "10C58858AE", "SHA256": "10C58858AE8520B106306668BBA74784B602ADAE870C31AC67022A80463BEB87", "CRC32": "A69CDB28", "BLAKE3": "07F44B3AE6A21EC5691A01147D0D71E68EFC783A8F78A0E137F650ED71B94A4C", "AutoV3": "EA13F850F0B8"}, "downloadUrl": "https://civitai.com/api/download/models/383831", "primary": true}, {"id": 308163, "sizeKB": 8269.0703125, "name": "383831_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T02:26:30.125Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1B5D188D", "AutoV2": "1090EBFFEF", "SHA256": "1090EBFFEF6F581907AECDA92B8FF18930EA190B70C9901CBDEEB03B596D7D46", "CRC32": "82A30A12", "BLAKE3": "54D36DE53DC35110B7312DD19F94F44D8127DF7ECD011FDF11A42ADD230C80FB"}, "downloadUrl": "https://civitai.com/api/download/models/383831?type=Training%20Data"}], "images": [{"id": 7711283, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af96ae1b-8104-4ee4-8eba-1bba689c21db/width=450/7711283.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UuL44_RP~qtl~WMxkqx]spWBM{ozt7xuayoy", "type": "image"}, {"id": 7712168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c93a922-f799-4d1c-971d-ee324c5d388e/width=450/7712168.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCEyk{OV2kob}sof5lIoEK$kX9K4Exrst7pI", "type": "image"}, {"id": 7712309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ac3bc6d-cb6a-46fa-a0a6-95d25b1450fd/width=450/7712309.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U-MGSFt8x^t7~Woftlj[kDWBo}WBWCe.RijZ", "type": "image"}, {"id": 7712534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fadd9edc-0935-4a56-bb8d-be06038411c7/width=450/7712534.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFGl3Ct62TOC}-of0KWBM{oM?uf54njFx[X8", "type": "image"}, {"id": 7728282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0446ee32-7ba0-487d-9f95-769876a02f4e/width=450/7728282.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U99%P4xG00J-}sxZ0}9[+]xGJ.I:-BniJ7Xm", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/383831", "modelId": 342888} \ No newline at end of file diff --git a/datasets/metadata/383877.json b/datasets/metadata/383877.json new file mode 100644 index 0000000000000000000000000000000000000000..ef6f69afb5119fd6d483d597346c0a5c632dbd08 --- /dev/null +++ b/datasets/metadata/383877.json @@ -0,0 +1 @@ +{"id": 383877, "index": 0, "name": "Scifi-Alien", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-10T12:11:56.729Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 142, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 308205, "sizeKB": 543673.6181640625, "name": "383877_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T03:14:05.319Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C81EEEB6", "AutoV2": "70492142EF", "SHA256": "70492142EF4F98DE6EA57BB3AD9C5455061E5106511925EFCD3675E3B344CA4A", "CRC32": "EFA389CA", "BLAKE3": "3F543CF793F649EAA8459E4EF6D1D6A9D429482BD7704DFF3B7809842F86172F"}, "downloadUrl": "https://civitai.com/api/download/models/383877?type=Training%20Data"}, {"id": 308776, "sizeKB": 223102.01171875, "name": "Scifi-Alien-000015.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T12:10:53.375Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7F28F4F9", "AutoV2": "AADAD55D8A", "SHA256": "AADAD55D8AE0191AC6F8B5404E6F2CA0325F5FBA6198AE82CDAA9C6FFF9C6013", "CRC32": "ADEC6721", "BLAKE3": "5DF6CE90D754C7AAA81A8CCDCF706D25C49209092F6D8BC7D4B772B62D82EABE", "AutoV3": "247F2D1938C1"}, "downloadUrl": "https://civitai.com/api/download/models/383877", "primary": true}], "images": [{"id": 7729344, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60b71914-a867-463e-a474-e844ff57a6b8/width=450/7729344.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3AJ{1M{01xu4n9FD%-;00of%Mxu%M_3xu4n", "type": "image"}, {"id": 7729345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c14520ca-2947-4717-8cea-def1ace0fb7e/width=450/7729345.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U39tZFI@R4IU0i-U00%2~p9GH=NHJV?bIUxu", "type": "image"}, {"id": 7729346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f24548f-0fa0-42ba-9916-a17abdebef3b/width=450/7729346.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U2AwC#xu00~W?H%MWBIU00IUxuWB4n9F%MkC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/383877", "modelId": 342928} \ No newline at end of file diff --git a/datasets/metadata/383952.json b/datasets/metadata/383952.json new file mode 100644 index 0000000000000000000000000000000000000000..18d3d8474d239e4d0e71121448b5ee7bc2560807 --- /dev/null +++ b/datasets/metadata/383952.json @@ -0,0 +1 @@ +{"id": 383952, "index": 2, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-10T03:51:32.053Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Assaultron"], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 308261, "sizeKB": 36981.265625, "name": "assaultron_1-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T03:56:56.796Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2E67F67F", "AutoV2": "78B2826077", "SHA256": "78B282607774F7FA3DE05F745756D6BE3D54FD2B189B156CFC19A3E396F0281E", "CRC32": "23E23B5F", "BLAKE3": "A8CD2C5321C4D1F942ED112F20B184C1074B065D2D8C61F0C270D9CF8F1F5746", "AutoV3": "8BCEC3737936"}, "downloadUrl": "https://civitai.com/api/download/models/383952", "primary": true}, {"id": 308256, "sizeKB": 491.2177734375, "name": "383933_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T03:56:25.204Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "6FE328CFB4", "SHA256": "6FE328CFB4736DA4A2F9F3A6A31E3C11297EDAFAC937E039938C8FD4C8ECAB90", "CRC32": "0DA11B5E", "BLAKE3": "93592A074634812931A5D1BC9801BA569C23B97D0A6D4096E3AE28B49B339E86"}, "downloadUrl": "https://civitai.com/api/download/models/383952?type=Training%20Data"}], "images": [{"id": 7712922, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e451ea31-3f35-48fa-948f-3a57ae538c9e/width=450/7712922.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U47wpNj[R*Rk~Wj[xtxat7j[R*t7%2ofWBWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/383952", "modelId": 339728} \ No newline at end of file diff --git a/datasets/metadata/384000.json b/datasets/metadata/384000.json new file mode 100644 index 0000000000000000000000000000000000000000..9a61193665ef0fc4d22ae0ca88a4662e8c9c65d6 --- /dev/null +++ b/datasets/metadata/384000.json @@ -0,0 +1 @@ +{"id": 384000, "index": 1, "name": "v1.1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-10T04:33:29.677Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Assaultron"], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 308302, "sizeKB": 47316.1767578125, "name": "383992_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T04:35:50.060Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EDA1CBBD", "AutoV2": "4DA939C7C6", "SHA256": "4DA939C7C642A60692442720EBEAFA52D52E0B8608639E09F9DA5E7A2F048C62", "CRC32": "0D9C7570", "BLAKE3": "F0BE26A7A3C7B8DDA1AF4F265D746BE8D17199FC225FCC77FF3AC8EA64457549"}, "downloadUrl": "https://civitai.com/api/download/models/384000?type=Training%20Data"}, {"id": 308305, "sizeKB": 36981.265625, "name": "assaultron_1-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T04:40:51.589Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2E67F67F", "AutoV2": "78B2826077", "SHA256": "78B282607774F7FA3DE05F745756D6BE3D54FD2B189B156CFC19A3E396F0281E", "CRC32": "23E23B5F", "BLAKE3": "A8CD2C5321C4D1F942ED112F20B184C1074B065D2D8C61F0C270D9CF8F1F5746", "AutoV3": "8BCEC3737936"}, "downloadUrl": "https://civitai.com/api/download/models/384000", "primary": true}], "images": [{"id": 7714423, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52d2a88b-5be7-42f9-b7d2-631afe82839b/width=450/7714423.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U47wpNj[R*Rk~Wj[xtxat7j[R*t7%2ofWBWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/384000", "modelId": 339728} \ No newline at end of file diff --git a/datasets/metadata/384015.json b/datasets/metadata/384015.json new file mode 100644 index 0000000000000000000000000000000000000000..53baabf4fc3936dd7f5be33521ad2b6575a5e0e7 --- /dev/null +++ b/datasets/metadata/384015.json @@ -0,0 +1 @@ +{"id": 384015, "index": 0, "name": "Alpa Male Taboo", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-10T05:06:04.074Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 84, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 308325, "sizeKB": 36978.171875, "name": "Alpa_Male_Taboo-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T05:01:00.783Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C7E02F35", "AutoV2": "475E100DEB", "SHA256": "475E100DEBADC8729BB4D2D2DCFABC6350344B20533F95BDDF2346C39425A575", "CRC32": "CA82716A", "BLAKE3": "30F92EAC1A8EFDC143041C9D503894C91A00D0387BBA64D99F635837315B15E3", "AutoV3": "3B31DE86A250"}, "downloadUrl": "https://civitai.com/api/download/models/384015", "primary": true}, {"id": 308321, "sizeKB": 759.1669921875, "name": "384015_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T04:55:42.139Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "E3EC4624EB", "SHA256": "E3EC4624EBD0692B96043D7F1DF7763D96D1948AFDA17854B898FEAE5323EAC2", "CRC32": "93E6C345", "BLAKE3": "793E86D14233A1A5052147F6F343E7740A910564F464CCF6E8E8FBD98E7B22D3"}, "downloadUrl": "https://civitai.com/api/download/models/384015?type=Training%20Data"}], "images": [{"id": 7715383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5fa3adff-50c0-4ac6-8407-098bbc7b6ac8/width=450/7715383.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "U6H-GePB00H?4s^QI.?a3syEMd0K0$EM%10L", "type": "image"}, {"id": 7715382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/beff736f-359d-4226-8e2a-4cc7485ee5d1/width=450/7715382.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UEHnN$_N5S0iEmjFIXNh1*-=JBp0%g%NEMNH", "type": "image"}, {"id": 7715384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec923cf4-2326-4244-9317-13dab02e623f/width=450/7715384.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UIH,;.xB9%xCKUxWEnbEA2aw?INH%i%1OGNH", "type": "image"}, {"id": 7715455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65eea267-7de2-4619-b345-f964106371f0/width=450/7715455.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UEExLz9uIA}@0%soMxs9AaM{$2kB?G={RiNa", "type": "image"}, {"id": 7715457, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0acbbcd0-2ff8-4375-8048-a6dd1f57699c/width=450/7715457.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UFEK_q9vD%}@1Of6Mxs:AHWB$Laxxt-UNGI;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/384015", "modelId": 343048} \ No newline at end of file diff --git a/datasets/metadata/384063.json b/datasets/metadata/384063.json new file mode 100644 index 0000000000000000000000000000000000000000..e3aa8dce0b8b36689ab920d6a8606bd36cb08ba2 --- /dev/null +++ b/datasets/metadata/384063.json @@ -0,0 +1 @@ +{"id": 384063, "index": 1, "name": "Realistic Muscle Daddy", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-10T06:02:08.706Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 121, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 309528, "sizeKB": 72.0029296875, "name": "1E22296F24D6DE0A71BFDA2B37D1920D455C2DB77872365DF299771CD472C9AA.yml", "type": "Text Encoder", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T22:21:34.522Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "C1B50C7BB9", "SHA256": "C1B50C7BB95EB4DDCA6635F3163C776D9AEC127A99B4A0CD0FB02120CDEDEC33", "CRC32": "EC72F2F2", "BLAKE3": "6B4A58965C601BB22F3536F7B4724A0BD38D6C7A12443D34DF17F3F7DB836753"}, "downloadUrl": "https://civitai.com/api/download/models/384063?type=Text%20Encoder&format=Other"}, {"id": 308374, "sizeKB": 2476.884765625, "name": "384063_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T05:36:54.698Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "96345A01", "AutoV2": "8D5F161C1D", "SHA256": "8D5F161C1DD8DAC9B3FD4C6FC3EF42346788CDB2CA4068E5C13658308BCED21F", "CRC32": "E193E6CD", "BLAKE3": "D1F65F5655AFA1E020727B842BCD6260AC4AF691264537F6912F373BFC9DC88C"}, "downloadUrl": "https://civitai.com/api/download/models/384063?type=Training%20Data"}, {"id": 308401, "sizeKB": 36978.71875, "name": "Realistic_Muscle_Daddy-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T06:05:49.322Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6889385A", "AutoV2": "7A2D97784F", "SHA256": "7A2D97784FD80BC8A7360198AA7B2CF1E6FD01C276E44FE2231FA4F12CD8FCCC", "CRC32": "3A10248E", "BLAKE3": "D0525FFF6F0A669966AF28446DBA5CD4E0C2CA057EA6D42720D3A30A3132863F", "AutoV3": "9E80D46E3543"}, "downloadUrl": "https://civitai.com/api/download/models/384063", "primary": true}], "images": [{"id": 7717457, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24d12a59-327d-4530-b732-d078c9df05ca/width=450/7717457.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UDGtW-NI$e~A%MNdInn}01xa9aM|f*s:EMNG", "type": "image"}, {"id": 7717456, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c11ddb92-4ce9-4232-9d24-a0b17d6e225f/width=450/7717456.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UEE_dXt757r;Y7kDE2IU0NS5-UIo~Ct7$$s8", "type": "image"}, {"id": 7717458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3ffa89f-8ec8-4533-ae03-7007454e66c1/width=450/7717458.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UYHm.cNGIp-V~BofI:WVEKWWbHRjaKR*xtt6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/384063", "modelId": 343088} \ No newline at end of file diff --git a/datasets/metadata/384068.json b/datasets/metadata/384068.json new file mode 100644 index 0000000000000000000000000000000000000000..bf05d6300f0cde6173f5df766efcab6ebcf1837b --- /dev/null +++ b/datasets/metadata/384068.json @@ -0,0 +1 @@ +{"id": 384068, "index": 0, "name": "v1.2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-10T05:37:47.269Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": ["Assaultron"], "stats": {"downloadCount": 90, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 308378, "sizeKB": 129992.3466796875, "name": "Assaultron Data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T05:40:43.405Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3952AAE0", "AutoV2": "F7584458C0", "SHA256": "F7584458C00A496D2CAF6DAF813BF1CBA4D1A9780FFDDD75611738B7D9E63CEB", "CRC32": "F8748D5A", "BLAKE3": "CA3498E60519AF2970032678507DDB76D08351539CF9698A4929646A867BF4BF"}, "downloadUrl": "https://civitai.com/api/download/models/384068?type=Training%20Data"}, {"id": 308380, "sizeKB": 36981.265625, "name": "assaultron_1-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T05:45:57.383Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2E67F67F", "AutoV2": "78B2826077", "SHA256": "78B282607774F7FA3DE05F745756D6BE3D54FD2B189B156CFC19A3E396F0281E", "CRC32": "23E23B5F", "BLAKE3": "A8CD2C5321C4D1F942ED112F20B184C1074B065D2D8C61F0C270D9CF8F1F5746", "AutoV3": "8BCEC3737936"}, "downloadUrl": "https://civitai.com/api/download/models/384068", "primary": true}], "images": [{"id": 7719826, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f622ee9-f289-4616-b454-72fd6e7da3e4/width=450/7719826.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U5Amo1IU~p%M%ft69ZWBD%IUkCR%IVxuxuRj", "type": "image"}, {"id": 7719825, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5c61d1b-bfe0-467b-97c4-01df645045e4/width=450/7719825.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGEME^%M~W?b_3%MRjxuxaWBWBRj%MWBM{xu", "type": "image"}, {"id": 7719824, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1b97a5c-a085-4b47-be90-0d190b606334/width=450/7719824.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U39jr.%M?b~q9ZM{9GE100IUt6IUV{RjRkWB", "type": "image"}, {"id": 7719827, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0144b230-1bd8-4c81-914a-cb77d9b6ce5b/width=450/7719827.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6B3]6M{~W~q00-;D%D%4oIU%MIUt7t7M{Rk", "type": "image"}, {"id": 7719829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df481b0d-4ba7-4143-a123-ce3ae6d2c88b/width=450/7719829.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "U7ATfr%3?H~XbYofIVRjD%a#t7RjkCWBM{of", "type": "image"}, {"id": 7719835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90bbe9ca-6c80-4bab-a7d8-3f6572d69e2f/width=450/7719835.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U17_4eI;+b~V--xaICMx00D*S~IUICM{M{9Z", "type": "image"}, {"id": 7719834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be52a84b-2466-4f58-bae7-62063708a3ee/width=450/7719834.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U17BM?02}?00009G9GDj01-:R*oxa#oMj?xu", "type": "image"}, {"id": 7719833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c83e5bd-b666-42e4-8fd0-b0a4e29bf7ea/width=450/7719833.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U38XB|9GWBRj~pRjIVt7IVxaE1xtxuWBt7WB", "type": "image"}, {"id": 7719836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8551bea5-a932-4785-a24a-816c73205499/width=450/7719836.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U38||mM~%L~Xk7Rj9G9Z9Gt7%LRk?HRjV[%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/384068", "modelId": 339728} \ No newline at end of file diff --git a/datasets/metadata/384070.json b/datasets/metadata/384070.json new file mode 100644 index 0000000000000000000000000000000000000000..ce74642588857b3883f092439c1b52e23b409a66 --- /dev/null +++ b/datasets/metadata/384070.json @@ -0,0 +1 @@ +{"id": 384070, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-10T05:43:24.341Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 173, "ratingCount": 0, "rating": 0, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 308375, "sizeKB": 8935.884765625, "name": "Miyuki_Aiba_TekkamanRapier.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T05:40:41.326Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D0B81956", "AutoV2": "03F5159B8A", "SHA256": "03F5159B8A39EA8E7B11ABCFFA754707336980633C0F4F789AC250B11C255DA1", "CRC32": "85A93896", "BLAKE3": "8E00B26E2494EC3FD3BE07EE589AECBEEF77FC0CD1D217DC4F53B24D54E3E2E4"}, "downloadUrl": "https://civitai.com/api/download/models/384070?type=Training%20Data"}, {"id": 308376, "sizeKB": 22232.13671875, "name": "Miyuki_Aiba_TekkamanRapier-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T05:40:42.080Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "80839232", "AutoV2": "2AEFD50505", "SHA256": "2AEFD50505E5AF6D63956E3B9CF0F78176346CBF4AE95E61FC563150B18E865B", "CRC32": "5A1B99A0", "BLAKE3": "01FBD63B4D4D4C2E31D95DC02AC0B2CA76D958492F2F2A61F1D326B337DEB0B0", "AutoV3": "F4BDE8F7F0AB"}, "downloadUrl": "https://civitai.com/api/download/models/384070", "primary": true}], "images": [{"id": 7716849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28459aed-26ef-4997-bfe3-347f7797007b/width=450/7716849.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UUP?K%?vyExayZWFx^fk?bRPRQjY?aWBxGRj", "type": "image"}, {"id": 7716848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd66858e-b4ce-4bca-827f-bf553001f46b/width=450/7716848.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UUP~$U?vyExayZWFx^fk?bRPRQjr?aWBxGRj", "type": "image"}, {"id": 7716975, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba39e54f-64bd-4328-b699-f86a87b2147f/width=450/7716975.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "ULLN71~C00o}0LXSIot7E2s:$%M{%LIoIUen", "type": "image"}, {"id": 7717550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c30c05f8-2acf-4d99-84da-73d451f4c395/width=450/7717550.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVNvGDNZ4;D*X:IVIUNG-qNG$goz~VbIV@V@", "type": "image"}, {"id": 7717640, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dce297b1-815f-436a-b5ce-1998d0dabc51/width=450/7717640.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIMi=#~p00-A049G00R,Ivt7w]kW^%RORP-:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/384070", "modelId": 343095} \ No newline at end of file diff --git a/datasets/metadata/384086.json b/datasets/metadata/384086.json new file mode 100644 index 0000000000000000000000000000000000000000..54dc6a62459279df90ad22f11d254d04534b621a --- /dev/null +++ b/datasets/metadata/384086.json @@ -0,0 +1 @@ +{"id": 384086, "index": 0, "name": "LOBIYA", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-11T15:31:09.218Z", "availability": "Public", "nsfwLevel": 3, "description": "v0.01
", "trainedWords": ["lobiya"], "stats": {"downloadCount": 49, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 308492, "sizeKB": 18271.09765625, "name": "384086_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T07:31:23.960Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "03633843", "AutoV2": "8764AFDA04", "SHA256": "8764AFDA045A4AB75600E60A196EC911AEE4295D5379CFFA12D7B41EA109ED83", "CRC32": "393606F4", "BLAKE3": "63351A36519E0A7AB6FDC88ACC41F44B4986C96AFAB1DD43D97A2BEB577AF3D8"}, "downloadUrl": "https://civitai.com/api/download/models/384086?type=Training%20Data"}, {"id": 310514, "sizeKB": 223150.76171875, "name": "LOBIYA.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-11T15:15:54.448Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A3CD52E3", "AutoV2": "DBA41BA563", "SHA256": "DBA41BA563EDB17097DF7F219E467C629B29285BF9186EFC5969EEE34752FE4D", "CRC32": "4E30E155", "BLAKE3": "ED2792D0C67E9057FCD96F791452B4CF06DCF386561C6A23D0BEB9E1E4896F46", "AutoV3": "0B70AD5FD591"}, "downloadUrl": "https://civitai.com/api/download/models/384086", "primary": true}], "images": [{"id": 7786201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f4c1775-5eca-4566-adef-3458de2cfda0/width=450/7786201.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U9C~bgt701Rkt+R-}?$%-:xuRkE2t6ofn%Rj", "type": "image"}, {"id": 7786200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90773e9e-6cd5-4354-b7d3-5a151f0136c9/width=450/7786200.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U9C~bgt701Rkt+R-}?$%-:xuRkE2t6ofn%Rj", "type": "image"}, {"id": 7786240, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0848fe9-b446-4d46-aa11-2496372cab85/width=450/7786240.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEBW0%xW0fNH9*M{?Gt6?dWUw]ae%NadR+of", "type": "image"}, {"id": 7786246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1bd84768-212c-4cd3-975f-0d1a443a09b3/width=450/7786246.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEBW0%xW0fNH9*M{?Gt6?dWUw]ae%NadR+of", "type": "image"}, {"id": 7786275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2592d1f6-e2a7-4737-b202-811f74d66505/width=450/7786275.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U9JaG@Ty16VC00^*^*t9.A^j]~0L4TIV57?H", "type": "image"}, {"id": 7786274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/421cb25e-f64b-427a-bddf-f20e543884cc/width=450/7786274.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U9JaG@Ty16VC00^*^*t9.A^j]~0L4TIV57?H", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/384086", "modelId": 343112} \ No newline at end of file diff --git a/datasets/metadata/384528.json b/datasets/metadata/384528.json new file mode 100644 index 0000000000000000000000000000000000000000..6eef58c23692bf779e9137ab5cafc0791710e38b --- /dev/null +++ b/datasets/metadata/384528.json @@ -0,0 +1 @@ +{"id": 384528, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-10T12:25:47.213Z", "availability": "Public", "nsfwLevel": 1, "description": "masterpiece, best quality, 1 Celtic Leprechaun Woman, \"Elements of St. Patrick's Day\" by Michael William Kaluta and Afarin Sajedi, (animated, cute, expertly executed: 1.4), poster, bold lines, overly detailed, expressive, award-winning, (frame from the film:1.4), (intricate details, masterpiece, best quality: 1.4), a look at the viewer, dynamic pose, wide viewing angle, masterpiece, best quality, silhouette of a woman in a leprechaun costume and a leprechaun hat, Karn Griffiths, Emily Kell, Steve McCurry, Jeffrey Terence, Aaron Horkey, Jordan Grimmer, Greg Rutkowski, amazing depth, double exposure, surrealism, geometric patterns, modern elements of the cathedral St. Patrick's Day, shamrocks, golden pot, pipe, harp, candle, beer, Celtic cross, intricate details, bokeh, perfectly balanced, deep fine borders, artistic, smooth, excellent work of the head of the rapid development department,<lora:Zenpainting l h\u00a6...\u00e6\u0084\u008f\u00e6\u008f\u0092\u00e7\u0094\"-SDXL_v1.0:0.7>, illustration of Zen painting,
", "trainedWords": [], "stats": {"downloadCount": 35, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 308790, "sizeKB": 36977.4296875, "name": "\u0418\u0421\u0422\u041c\u0410-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T12:26:25.626Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3919EB37", "AutoV2": "7FC596E80C", "SHA256": "7FC596E80C74F96B67DCBE29232A398B446A3740A7AD1E7FAD71903A9BC8DFBF", "CRC32": "DAD4C067", "BLAKE3": "702E66F0E4FF09F47219DCD2699FF2F31AE93B88DA706287846004F276C40B1D", "AutoV3": "0061E9A1C9BD"}, "downloadUrl": "https://civitai.com/api/download/models/384528", "primary": true}, {"id": 308803, "sizeKB": 513.3388671875, "name": "383675_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T12:35:46.526Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "55BBD10FE6", "SHA256": "55BBD10FE6513ED6A129EF68652214A4D860CFDCC7A57559EF5C77898BF6FC4A", "CRC32": "1721FC9D", "BLAKE3": "7793B4C01B88F377B468DE57F7D3168A0D70B94D07BF28B617D2819EB768D6F6"}, "downloadUrl": "https://civitai.com/api/download/models/384528?type=Training%20Data"}], "images": [{"id": 7729668, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f604039-18df-4af4-bd0b-6bf6c1b0da19/width=450/7729668.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZLz]Rt7xvt7~pf5?abI%MWBofWW_3ofIUj@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/384528", "modelId": 343512} \ No newline at end of file diff --git a/datasets/metadata/384608.json b/datasets/metadata/384608.json new file mode 100644 index 0000000000000000000000000000000000000000..00129e7a5453a0054dd3b9b98531bc8da2526849 --- /dev/null +++ b/datasets/metadata/384608.json @@ -0,0 +1 @@ +{"id": 384608, "index": 2, "name": "Nagyk\u0151r\u00f6s v\u00e1rosh\u00e1za", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-10T14:09:57.023Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 41, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 308897, "sizeKB": 36978.375, "name": "Nagyk\u0151r\u00f6s_v\u00e1rosh\u00e1za.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-11T14:10:22.747Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "77F7AAC9", "AutoV2": "9BC9D79192", "SHA256": "9BC9D791928117A731FFAC049C8881C5A3B235B6C6A4914B8B8004AFB5E733AF", "CRC32": "5B7BBBB6", "BLAKE3": "634502901C852A9182A6BAA9A39EED3E1F11397AD4B6C8063D3771FC19C83D16", "AutoV3": "55FE6992B798"}, "downloadUrl": "https://civitai.com/api/download/models/384608", "primary": true}, {"id": 308857, "sizeKB": 2232.755859375, "name": "384608_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T13:31:34.017Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "ABD34A4B", "AutoV2": "847E00978B", "SHA256": "847E00978B8B7FC9F8CF8C44DEFC1CBE7D2DF78F4936C5E9E36776C9D4DE8695", "CRC32": "6CC15589", "BLAKE3": "36A18B5D820A4481D6841DBEED97BE320D2E6EB8BAAB8554D0DC4835C1D2F3C2"}, "downloadUrl": "https://civitai.com/api/download/models/384608?type=Training%20Data"}], "images": [{"id": 7733575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d89b19b2-38e0-438c-9c8b-33bc376b7db3/width=450/7733575.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UVG9XCp0D%x^pfx^s,kDD*R*t6V@VrM{M{V@", "type": "image"}, {"id": 7733574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/159e7eeb-f22b-43d6-8b90-33a74909c2a4/width=450/7733574.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UcP?:gxu_Ns:_4aeITj]M{ayIVay%MofRkay", "type": "image"}, {"id": 7733576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9bdcec21-a7f9-4dd2-ad3f-555cf7fb2c5c/width=450/7733576.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UqO46payt7t7~qRjayt7%gt7axRjt7t7j[WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/384608", "modelId": 343579} \ No newline at end of file diff --git a/datasets/metadata/384653.json b/datasets/metadata/384653.json new file mode 100644 index 0000000000000000000000000000000000000000..4a1153aaa0667886fe1a494ef54db0b2ded4b878 --- /dev/null +++ b/datasets/metadata/384653.json @@ -0,0 +1 @@ +{"id": 384653, "index": 0, "name": "v1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-08T17:30:33.298Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["solo, looking at viewer, smile, short hair, bangs, shirt, black hair, long sleeves, 1boy, hair between eyes, jewelry, closed mouth, blue hair, yellow eyes, white shirt, upper body, male focus, necktie, collared shirt, indoors, necklace, vest, hand on hip, book, ascot, bookshelf, red vest, shelf, brown vest, purple necktie"], "stats": {"downloadCount": 32, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 308890, "sizeKB": 15705.013671875, "name": "Nagi Touma Prima Doll\u200f.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T14:01:00.873Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2E1A9477", "AutoV2": "F9D445BAEB", "SHA256": "F9D445BAEB4DCE36C86ED1C5381C3A32D34ABE9202EC2CD1117CF622A5A78A8E", "CRC32": "24A84BA5", "BLAKE3": "C37C70EF4733A527567BCC31F5EBE814E8B548740FF7D5D252E622BEE2E20C60"}, "downloadUrl": "https://civitai.com/api/download/models/384653?type=Training%20Data"}, {"id": 308891, "sizeKB": 36980.595703125, "name": "Nagi Touma from Prima Doll_.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T14:01:01.669Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9B4A6E63", "AutoV2": "3337C0390F", "SHA256": "3337C0390F641CA5F4F001A8E77A2A1D044F2733BCA2577008205B87CC4E4D40", "CRC32": "8E3CD69C", "BLAKE3": "CD2A8ED636A1E24CD62F58B1031C53754CDE15CC8E2463F81A9C5E824BA4B95F", "AutoV3": "CE2082E87411"}, "downloadUrl": "https://civitai.com/api/download/models/384653", "primary": true}], "images": [{"id": 7733124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abe7ad92-1204-42eb-8891-a34e584751ce/width=450/7733124.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBHUwuRNkVS}E90K00IU00_Nwu$%-W.8-o-p", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/384653", "modelId": 343617} \ No newline at end of file diff --git a/datasets/metadata/384659.json b/datasets/metadata/384659.json new file mode 100644 index 0000000000000000000000000000000000000000..8463df36a212cb2468d0025cf86cf8d17980b47a --- /dev/null +++ b/datasets/metadata/384659.json @@ -0,0 +1 @@ +{"id": 384659, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-10T14:10:45.659Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["solo, looking at viewer, smile, short hair, bangs, shirt, black hair, long sleeves, 1boy, hair between eyes, jewelry, closed mouth, blue hair, yellow eyes, white shirt, upper body, male focus, necktie, collared shirt, indoors, necklace, vest, hand on hip, book, ascot, bookshelf, red vest, shelf, brown vest, purple necktie"], "stats": {"downloadCount": 53, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 308899, "sizeKB": 36980.595703125, "name": "Nagi Touma from Prima Doll_.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T14:05:51.400Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9B4A6E63", "AutoV2": "3337C0390F", "SHA256": "3337C0390F641CA5F4F001A8E77A2A1D044F2733BCA2577008205B87CC4E4D40", "CRC32": "8E3CD69C", "BLAKE3": "CD2A8ED636A1E24CD62F58B1031C53754CDE15CC8E2463F81A9C5E824BA4B95F", "AutoV3": "CE2082E87411"}, "downloadUrl": "https://civitai.com/api/download/models/384659", "primary": true}, {"id": 308900, "sizeKB": 15705.013671875, "name": "Nagi Touma Prima Doll\u200f.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T14:06:22.857Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2E1A9477", "AutoV2": "F9D445BAEB", "SHA256": "F9D445BAEB4DCE36C86ED1C5381C3A32D34ABE9202EC2CD1117CF622A5A78A8E", "CRC32": "24A84BA5", "BLAKE3": "C37C70EF4733A527567BCC31F5EBE814E8B548740FF7D5D252E622BEE2E20C60"}, "downloadUrl": "https://civitai.com/api/download/models/384659?type=Training%20Data"}], "images": [{"id": 7733404, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4208f096-9b3c-4dd5-9720-5cdfdc211ff7/width=450/7733404.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBHUwuRNkVS}E90K00IU00_Nwu$%-W.8-o-p", "type": "image"}, {"id": 7733422, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce89d8ac-22fb-4338-b16e-48b8b0dfb67c/width=450/7733422.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVKm;AIU.6~pkWRjRjNGE1of%2s:Rkofxut7", "type": "image"}, {"id": 7733421, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0857982b-0e7a-492f-9aed-0b01b5d1035c/width=450/7733421.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIGb0Q~Wx[bI9Zn$0KM{kAn$-:M|%M?a?akC", "type": "image"}, {"id": 7733467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c4c43a6-77cc-4e2d-a0ae-ec8399d5e97c/width=450/7733467.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UdI;nyIo%1NG~WRkbGR*-pR*f6fRbbofWBj[", "type": "image"}, {"id": 7733466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5913be07-84e0-4479-8bd8-9e7bdc3e42da/width=450/7733466.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGJ7p~_3xs~W00WBIUD%4nNGaKV@T19G-;_3", "type": "image"}, {"id": 7733465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e791e37-42c4-43cf-b627-c60a4c85f2a3/width=450/7733465.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U8B._%0L0K^k_MRQD%NH57M{-pNG00of~WD*", "type": "image"}, {"id": 7733584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14a39903-eb51-41e9-87b0-a78c533f619e/width=450/7733584.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQI;n,9E_2r?~WwaofWAE1NHoLIVxtM{WBR+", "type": "image"}, {"id": 7733582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1dbbb1eb-2081-4c0a-a30b-7bed02ff56bf/width=450/7733582.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U7AAXbxu00WU?cV[9GV]00oI~Bax0MkD~Woe", "type": "image"}, {"id": 7733583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46374e50-5049-45ae-a089-a6d9bb638ba1/width=450/7733583.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBGuUWMf0J9FtS00?aMy~VROenM|00D$^+X5", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/384659", "modelId": 343623} \ No newline at end of file diff --git a/datasets/metadata/384684.json b/datasets/metadata/384684.json new file mode 100644 index 0000000000000000000000000000000000000000..319842d8d01b56027c9559ebab28ffbf15595f56 --- /dev/null +++ b/datasets/metadata/384684.json @@ -0,0 +1 @@ +{"id": 384684, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-10T14:22:53.039Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["1girl, solo, breasts, short hair, open mouth, skirt, blonde hair, shirt, gloves, long sleeves, jewelry, standing, purple eyes, jacket, upper body, weapon, braid, sidelocks, earrings, necktie, collared shirt, sword, indoors, white gloves, pink eyes, hair bun, cape, uniform, hand on hip, looking to the side, military, military uniform, looking away, formal, single hair bun, eyes visible through hair, suit, sheath, black necktie, cloak, french braid, epaulettes, sheathed, hair up, white cape, aiguillette"], "stats": {"downloadCount": 144, "ratingCount": 0, "rating": 0, "thumbsUpCount": 37, "thumbsDownCount": 0}, "files": [{"id": 308918, "sizeKB": 18905.0615234375, "name": "Otome OKUNOMIYA.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T14:22:07.586Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8E4C0933", "AutoV2": "8169B4F6F6", "SHA256": "8169B4F6F6B9FC6F6E4A741E5D294A5C54EED4B857C548CFFBF1310D5D9A7ED5", "CRC32": "A4346801", "BLAKE3": "1D6E5F03AFDADDE5C5E43F9E242A81E117AD178C45DFC66A799E148A6C810E26"}, "downloadUrl": "https://civitai.com/api/download/models/384684?type=Training%20Data"}, {"id": 308919, "sizeKB": 36983.1171875, "name": "Otome OKUNOMIYA.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T14:22:09.823Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CDC62022", "AutoV2": "73CD9C4DA6", "SHA256": "73CD9C4DA679AEB4D4CC4B71CCAE8BEDD3B9AB1936BF3831E229F64F073B6C9B", "CRC32": "CC024004", "BLAKE3": "A39CBA89A4C4DD2CE9E50093F70530ECEAEBCA823A51FFC077D70E4ABF12B00D", "AutoV3": "20BAE87FB602"}, "downloadUrl": "https://civitai.com/api/download/models/384684", "primary": true}], "images": [{"id": 7734016, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c8f4458-e476-40a0-b56e-b6fcd18fc5a7/width=450/7734016.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJL#2:Ff1SEL.AY6I^tl+[9uR5RO~VI:Rk%1", "type": "image"}, {"id": 7734051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a5a96fc-0bdd-4491-a5fb-ac2f4c385155/width=450/7734051.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCKTf2tn00E3Mx0hN10ME2xuNM9b-;D%={~V", "type": "image"}, {"id": 7734058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31ec2077-2a4d-4093-9d86-143cefd1b5a6/width=450/7734058.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UfOCEA9IjCs:~At6V[xa9bRkkDR+$zagogn$", "type": "image"}, {"id": 7734049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfb029ef-078f-4249-bf90-39e7ea42652a/width=450/7734049.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMK-8;M{4:?b~V-;I=tR%MaeogIo4.t7s:j@", "type": "image"}, {"id": 7734053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3be4e31-d1f6-4a64-92d0-b6bd6222a938/width=450/7734053.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAK1OC4;009F~8-.bwR.4m-:IqNH~qRkIUE1", "type": "image"}, {"id": 7734050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a85aef7d-782c-47c3-a4a9-7b3cc16ebf74/width=450/7734050.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USLgOq4oELM{~VIo9aNGRP%Mofoft7of%2oL", "type": "image"}, {"id": 7734056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48d12ae8-8f03-475c-9f7b-513497edf93b/width=450/7734056.jpeg", "nsfwLevel": 1, "width": 1328, "height": 1992, "hash": "UBH2Awy@G[h}_M+ut,M{00x^My%f^*%MD*xD", "type": "image"}, {"id": 7734055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81d1371e-9608-4c4f-963d-a08223913c31/width=450/7734055.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USLEf~4:AdIoYRtSO[tRD*t7RQM{%MoJIBRi", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/384684", "modelId": 343645} \ No newline at end of file diff --git a/datasets/metadata/385294.json b/datasets/metadata/385294.json new file mode 100644 index 0000000000000000000000000000000000000000..1969dc88c7f51cdd88bc436adb593f501d0a342c --- /dev/null +++ b/datasets/metadata/385294.json @@ -0,0 +1 @@ +{"id": 385294, "index": 2, "name": "Brittney Atwood_XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-11T00:43:29.306Z", "availability": "Public", "nsfwLevel": 1, "description": "Version 1.0
", "trainedWords": ["Brittney"], "stats": {"downloadCount": 85, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 309650, "sizeKB": 223103.42578125, "name": "Brittney_Atwood-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-11T00:16:38.930Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B4865F5E", "AutoV2": "306494DC45", "SHA256": "306494DC45DD8130593507FBAB95983CDFEF06F512E304D9EA7FB01E904DAFAB", "CRC32": "91E2A1C8", "BLAKE3": "1C9FF28D6B941804877EEE552DDFB0EFE1F6526F5FBE136D08045EFD1FC05EBF", "AutoV3": "F560CFE6FADE"}, "downloadUrl": "https://civitai.com/api/download/models/385294", "primary": true}, {"id": 309435, "sizeKB": 18769.0419921875, "name": "385294_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T21:05:46.761Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C32BB38B", "AutoV2": "94BC64707C", "SHA256": "94BC64707C2C46ACF7366635539E9A76940CD45B2190FDC5DC4C7A0B3AF4BAFE", "CRC32": "A69F25BC", "BLAKE3": "72A5593B0A18A30790DF2A080E08A9E51C122CF62B570916B8ED86DEB199AB9F"}, "downloadUrl": "https://civitai.com/api/download/models/385294?type=Training%20Data"}], "images": [{"id": 7757549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/884aefdc-c316-4697-aff5-4635a3edcaa0/width=450/7757549.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UFJHp}00O?oK00Di.Ts800tlm+n$t.-=rrRk", "type": "image"}, {"id": 7757550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/030a2fe1-f8e6-4158-af58-669bbd8a61cb/width=450/7757550.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UFGkzmwH0Kbb00sTTKNGE2.9r;D%*09Fj^%N", "type": "image"}, {"id": 7758087, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6db7a380-77f3-4c7c-85cc-f02d7ab85501/width=450/7758087.jpeg", "nsfwLevel": 1, "width": 768, "height": 941, "hash": "U7F5Ej000L{L07Se^IQ:0nyC},rZS9%0ITRR", "type": "image"}, {"id": 7757552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/457faa5b-bcbb-48c2-9d53-1c20d0d0fb17/width=450/7757552.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UIK^gM4nNwo~00XTkCX8NK%MxaR4*0jXa0xt", "type": "image"}, {"id": 7758086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c03134fc-1eaf-4a1a-b788-ef318a9e54ec/width=450/7758086.jpeg", "nsfwLevel": 1, "width": 768, "height": 963, "hash": "U5E_p.qG0N4T03?[]|t+00.9}R~qI_D%J%9E", "type": "image"}, {"id": 7757553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27ded5f3-44f0-4279-94cc-29054fcd5593/width=450/7757553.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UBI}L:mm20PB00-:9aM{GdT0#7nOyVIV=|%2", "type": "image"}, {"id": 7757551, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/598e658a-4225-460e-b6ae-eaebb5468a78/width=450/7757551.jpeg", "nsfwLevel": 1, "width": 768, "height": 996, "hash": "UGJaN4D$I:^+00-;-;M|.Tf8aJM|Mxoft6%2", "type": "image"}, {"id": 7757554, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eede0b9e-442f-461b-8000-7a4e633d80b7/width=450/7757554.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "U8HUIV010e~X00_4tS-;TNrWvzDi5Q8_Q,9F", "type": "image"}, {"id": 7757556, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40cba025-2642-44d9-ad80-ba7701b6f0d0/width=450/7757556.jpeg", "nsfwLevel": 1, "width": 768, "height": 1145, "hash": "UAFqwP~W0L0L0f9a-TI:yCNG=|?G0fIUnisV", "type": "image"}, {"id": 7757555, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6eec42c6-f6a4-476e-b5a3-163b9cc453fd/width=450/7757555.jpeg", "nsfwLevel": 1, "width": 768, "height": 1087, "hash": "UFFq{|x]0f~W0Ks.$*NG9ZD%r=IU57g3kDWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/385294", "modelId": 344212} \ No newline at end of file diff --git a/datasets/metadata/385340.json b/datasets/metadata/385340.json new file mode 100644 index 0000000000000000000000000000000000000000..e604af177f8e5c19fcb115079953aaf097677fa2 --- /dev/null +++ b/datasets/metadata/385340.json @@ -0,0 +1 @@ +{"id": 385340, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-10T21:07:19.151Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 238, "ratingCount": 0, "rating": 0, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 309440, "sizeKB": 22260.73046875, "name": "Quinella_Administrator_Alicization-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T21:10:49.048Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DB01CC72", "AutoV2": "ABA5B35B27", "SHA256": "ABA5B35B27F442C7140DF0EADFFEB11D5281398EA48A5886A171558EF003A8F5", "CRC32": "DE2EC2DD", "BLAKE3": "04C4EAB861E739B5CF93FEBC540392D946CC9535F24A01272C918926864441C1", "AutoV3": "7B00B9051090"}, "downloadUrl": "https://civitai.com/api/download/models/385340", "primary": true}, {"id": 309441, "sizeKB": 47081.5693359375, "name": "Quinella_Administrator_Alicization.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T21:10:51.927Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7F9C157C", "AutoV2": "A6A980B9DC", "SHA256": "A6A980B9DC426D45C02BBB905E3358D3D7D86DB178584CA5D00963D5DC378EF6", "CRC32": "42C8E09A", "BLAKE3": "BC53ECFA1C16B762BDE9A491CD04C1FA4F8A979997F6579BB4EEF562183496FB"}, "downloadUrl": "https://civitai.com/api/download/models/385340?type=Training%20Data"}], "images": [{"id": 7750983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e05bb7b-1c3e-4bab-847b-a009072d640e/width=450/7750983.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UfN,ldt7bvog~pj[-:t6yCbFRPoexua|niWC", "type": "image"}, {"id": 7750984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d24ddd5-49f9-45d5-804d-3122beb61bfe/width=450/7750984.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UgN,let7bvog~pj[-:t6yCbFRPoexua|niWC", "type": "image"}, {"id": 7751519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b4587cf-c4f2-47bb-b250-01e73f0cbc72/width=450/7751519.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UAKdMxR*00oqRz$w00NF00k@9E4pNFRQ4m~U", "type": "image"}, {"id": 7751658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cd849fc-4743-4a44-bcfa-7dfa4e9d24f1/width=450/7751658.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEJ@qp$-00-X00D+0e^+^vx[ICnSIYDjxb~W", "type": "image"}, {"id": 7753241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4461368-3850-4210-824a-9a984e106492/width=450/7753241.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UJO.wUNg0iNH_NxF_1ofSjxu-oRk4pWnNHoJ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/385340", "modelId": 344255} \ No newline at end of file diff --git a/datasets/metadata/385492.json b/datasets/metadata/385492.json new file mode 100644 index 0000000000000000000000000000000000000000..f11799d5e88c0afe058aaff0a1af36d286479826 --- /dev/null +++ b/datasets/metadata/385492.json @@ -0,0 +1 @@ +{"id": 385492, "index": 0, "name": "Gay Porn Casting Call", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-11T21:47:06.177Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 158, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 310946, "sizeKB": 1859.064453125, "name": "385492_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-11T21:02:00.993Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "5B19D683E8", "SHA256": "5B19D683E8B140D2D47EC568B606AD43DC8320917F126E3EA1D9FCD1FA2F7F02", "CRC32": "4DD26941", "BLAKE3": "9AFE19650070380986CA9684796A1143B5287936F48980442AB2B8E8F258DC10"}, "downloadUrl": "https://civitai.com/api/download/models/385492?type=Training%20Data"}, {"id": 310997, "sizeKB": 36977.8203125, "name": "Gay_Porn_Casting_Call.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-11T21:47:01.283Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D506F7C8", "AutoV2": "79BCDC20A0", "SHA256": "79BCDC20A021CC0F394B78126CB4600F94BC66409FF7BDE16E46FEBBD81218AF", "CRC32": "E06CBBB5", "BLAKE3": "8481586B1A62833082596C3442BF133B297ACFD3385E8BD911AB81C6840D339D", "AutoV3": "8AC640EA698C"}, "downloadUrl": "https://civitai.com/api/download/models/385492", "primary": true}], "images": [{"id": 7799986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bbcd673-3cba-4f8e-89a3-832a9e772de9/width=450/7799986.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UBGlL?~q00D%?bogM{%M-;ofxuIU9FD%Rjt7", "type": "image"}, {"id": 7799985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0cf6a3e-e36e-4496-b469-0951448beba3/width=450/7799985.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UAEo=A%M4n~qWBofIU-;%M%M%M%MM{ofxuRj", "type": "image"}, {"id": 7799987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb909118-1e43-4a16-a45e-18a03962ffe9/width=450/7799987.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "U3E39vM{00_39F9FIU_3_3%M%M_300IUM{M{", "type": "image"}, {"id": 8141477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ce5f602-d3ef-489c-855f-e85346094540/width=450/8141477.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "U5IN%E^-00FuEIZhq]%K00-:IB9G-;o}pJr]", "type": "image"}, {"id": 8141478, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/419080b8-b825-458a-92c0-3d802ecbf3e4/width=450/8141478.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UKE{CHI9D%Si.TVYaJtR9uadenofD%NatQt6", "type": "image"}, {"id": 8141486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/751e1b52-2cb6-4ea5-8932-5f4783faf1f9/width=450/8141486.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "U9EeokD%00~VTJIoIqWA00%MR-IT,px]-owI", "type": "image"}, {"id": 8141487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2560e1cd-a10c-4bc2-8aaf-ede71e53d485/width=450/8141487.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "U6DSE@[90L0MX-0f0LM{0z?bs89ZIu,.~Cxu", "type": "image"}, {"id": 8141488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7321c61c-9042-4702-8f50-0077461b4947/width=450/8141488.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UKKwh8?wJU_N0K.8x]Md008_I9j[%NM{adtR", "type": "image"}, {"id": 8141494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec9ce79c-85b0-4e39-8bc6-a7285fbbc4be/width=450/8141494.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UAG8s4^+009tO@%NDiInY6kXrW%2~XNbI:rr", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/385492", "modelId": 344396} \ No newline at end of file diff --git a/datasets/metadata/385513.json b/datasets/metadata/385513.json new file mode 100644 index 0000000000000000000000000000000000000000..38f034f3e700058f954690f3ade63c2bffd3b41a --- /dev/null +++ b/datasets/metadata/385513.json @@ -0,0 +1 @@ +{"id": 385513, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-10T23:22:08.936Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 232, "ratingCount": 0, "rating": 0, "thumbsUpCount": 47, "thumbsDownCount": 0}, "files": [{"id": 309574, "sizeKB": 22260.76171875, "name": "echidna_rezero-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T23:16:45.613Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "18E70071", "AutoV2": "4E4DB67684", "SHA256": "4E4DB676845DDC259B3CFE9DB95881F3DEEC9850812E9E33163D236A2129FA65", "CRC32": "90FCD8E7", "BLAKE3": "572A372B2C8787727C5A979DCE21E638FF046F39238BF61EB281E5B1F1D38BBF", "AutoV3": "B72C73DD39FE"}, "downloadUrl": "https://civitai.com/api/download/models/385513", "primary": true}, {"id": 309576, "sizeKB": 47247.310546875, "name": "echidna_rezero.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-10T23:16:46.167Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E9D388DD", "AutoV2": "528ADC5DFB", "SHA256": "528ADC5DFBBD7B07E606A145A69F22E02CA7281E3DA46DEC4F38215A75341E9F", "CRC32": "0CA10A29", "BLAKE3": "635268DF0B19346E25BDCA312145605A24577358731494BADE28D2B713C35FD6"}, "downloadUrl": "https://civitai.com/api/download/models/385513?type=Training%20Data"}], "images": [{"id": 7755385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72b39991-91f8-43df-a40f-9ceb2d063e83/width=450/7755385.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUHU,_IU00WA~qWB9FofE1xuMxt7IUofxaWB", "type": "image"}, {"id": 7755386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69c0ca52-ed55-46d2-a1e1-f0872679857b/width=450/7755386.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUHU,_IU00WA~qWB9FofE1xuMxt7IUofxaWB", "type": "image"}, {"id": 7755503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c2d3408-a161-4cbf-9f09-3bef48e143ca/width=450/7755503.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UMF5]hM_00S4~pt700WBSft7RPWAM{t7t7IU", "type": "image"}, {"id": 7755894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43d5598c-4da9-47c7-abbf-f0ebc1310fe0/width=450/7755894.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UHN]kW_N0fxuo{niROR*5QozM_Mx0ejuM{oJ", "type": "image"}, {"id": 7756333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ea3293b-99f4-4379-a111-0d1f7ae5e89d/width=450/7756333.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCFF]YE1uN.9HXaI00xZ?]xv4.%MIAg2i_jY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/385513", "modelId": 344413} \ No newline at end of file diff --git a/datasets/metadata/385692.json b/datasets/metadata/385692.json new file mode 100644 index 0000000000000000000000000000000000000000..ff870801c0d7d463fffac9c696b455f1ef533823 --- /dev/null +++ b/datasets/metadata/385692.json @@ -0,0 +1 @@ +{"id": 385692, "index": 0, "name": "NSFW-Furry", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-11T04:16:44.557Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 117, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 1}, "files": [{"id": 309743, "sizeKB": 41526.8916015625, "name": "385692_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-11T01:50:56.027Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "163B4C4F", "AutoV2": "51478573A0", "SHA256": "51478573A0489EBD1218DCCB16E1D60B8F116EEA581E64D019F1B12EF2AF84BA", "CRC32": "C535B434", "BLAKE3": "61F0ACA2BED6115903EB637EEBCC948179097EA0AEE6A7E2E6225D6FF2637215"}, "downloadUrl": "https://civitai.com/api/download/models/385692?type=Training%20Data"}, {"id": 309904, "sizeKB": 223148.05859375, "name": "NSFW-Furry.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-11T04:09:00.982Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D9FE1840", "AutoV2": "A1744CD687", "SHA256": "A1744CD68759F38A0B8A87F244EF9286B787E3FBBCE9D75C205920DAF567E288", "CRC32": "AB00393A", "BLAKE3": "8A5BE82938EE0DE6401A6BA56CA90A2F3F589BB70726471B874F2CEB2F9A3732", "AutoV3": "73FB0D674E59"}, "downloadUrl": "https://civitai.com/api/download/models/385692", "primary": true}], "images": [{"id": 7765364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1b541c9-e4a6-4a29-9e65-0af4bcb7aef1/width=450/7765364.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UYN0kkxuxvt6_NbHxuayIUaeW;WBk9j@jEof", "type": "image"}, {"id": 7765300, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7eb0ef5b-377d-48dd-87cd-988e8d25574c/width=450/7765300.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UeOy%pRl%ixV.At6t8ozRnjroIa#jYWCoIj[", "type": "image"}, {"id": 7765512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1f2bd6a-3a64-455f-81ea-4e19ab0c11d9/width=450/7765512.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UKF$91f601j[9tj@RQRk~VWB9as:~UWBIVt7", "type": "image"}, {"id": 7765589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cccbcaa5-b7b2-443b-9f6d-305e69ea16f9/width=450/7765589.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UhJ]DKbw?Zxt~TaxxWofW,n#M}WZ-moIo$WC", "type": "image"}, {"id": 7766157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f13bf351-40ae-4beb-9f07-548a747226cd/width=450/7766157.jpeg", "nsfwLevel": 4, "width": 1216, "height": 832, "hash": "UaOpGD9Z~W?b~pt7NGxb$+t7M{M{R-WCxWjX", "type": "image"}, {"id": 7841673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7574821c-df8a-417f-b811-28d3757bbf27/width=450/7841673.jpeg", "nsfwLevel": 4, "width": 1216, "height": 832, "hash": "UII5JMF}Iw=t|Ls:xts:1,tP-jM|9%NIS4xZ", "type": "image"}, {"id": 7841672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2365a6c7-9314-4119-b564-f0bac322fe03/width=450/7841672.jpeg", "nsfwLevel": 4, "width": 1216, "height": 832, "hash": "UIHowH4^xx?F=|O?%gV@u6s+-9Ng0;-Vv}ae", "type": "image"}, {"id": 7841674, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/723684db-ceef-4605-8acf-3fa1cf830c73/width=450/7841674.jpeg", "nsfwLevel": 4, "width": 1216, "height": 832, "hash": "UHI#W15EI^?Z}Togt8V@7%-S$~NMAeX9xuj[", "type": "image"}, {"id": 7841675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61fba896-703a-4347-ad7d-91bd9c22eddf/width=450/7841675.jpeg", "nsfwLevel": 4, "width": 1216, "height": 832, "hash": "UIJQECWraQ-U?doL-iR+0?oe$_NKbvWUIWs-", "type": "image"}, {"id": 7841679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdef5455-8d3a-4041-8916-b6c991b978f8/width=450/7841679.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UHIqiji^4@-p{*oyxVV@0=nh?FNLNfoeD+R+", "type": "image"}, {"id": 7841720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9494fdf3-3b31-41fe-b5cf-76016f1c76d7/width=450/7841720.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UcNwfjD%xu-;~pjbM{X8RQt7WBNGafR%xuxa", "type": "image"}, {"id": 7841721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05456172-3fc0-4381-b3e7-89baca414c4d/width=450/7841721.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UABq-TQ-8wyDlm8^%N-s1X8wnW*0o2?Xu39Z", "type": "image"}, {"id": 7841732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01398cf3-f361-49d9-843c-1786cc02cb0f/width=450/7841732.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UGKK+sxufj-;-:NGt6WB~ps:RiRj-;s:WAt7", "type": "image"}, {"id": 7841733, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75f70cbd-f38a-44d8-b448-71a3c245d104/width=450/7841733.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UTN,_Exus:%M-;R*V@R*~qRjtRM{%Mofo}ae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/385692", "modelId": 344583} \ No newline at end of file diff --git a/datasets/metadata/385714.json b/datasets/metadata/385714.json new file mode 100644 index 0000000000000000000000000000000000000000..5d76a3b3d615f3b344fc75fb03bd42c090bdf979 --- /dev/null +++ b/datasets/metadata/385714.json @@ -0,0 +1 @@ +{"id": 385714, "index": 0, "name": "The Asterisk Wars: Urzaiz, Irene", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-11T03:13:35.923Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 150, "ratingCount": 0, "rating": 0, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 309793, "sizeKB": 3805.20703125, "name": "385714_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-11T02:27:00.246Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FF850FA0", "AutoV2": "D6C9CA7693", "SHA256": "D6C9CA7693FF932267D6583A8DB40EA2CF00573757AA5E82F223EFE844FE5636", "CRC32": "88A2CE4B", "BLAKE3": "8762986738EB468A3E52F19FEDED6CF71EDA74D83E7FB3CB87FF76BC7E828B31"}, "downloadUrl": "https://civitai.com/api/download/models/385714?type=Training%20Data"}, {"id": 309841, "sizeKB": 223102.35546875, "name": "The_Asterisk_Wars_Urzaiz_Irene.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-11T03:10:59.169Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7F320AFB", "AutoV2": "FA91EC7C06", "SHA256": "FA91EC7C06992422239008CBB27A20D135914CC3F2C392A5D74ABAB4D0265FCD", "CRC32": "B7A64A07", "BLAKE3": "0076B20837CAE0E5A6936FDB89D080B6E2D61D2E00041F404DB6C585B11847FC", "AutoV3": "C5BD26ADD0AE"}, "downloadUrl": "https://civitai.com/api/download/models/385714", "primary": true}], "images": [{"id": 7771177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf9b0bca-00c4-4342-a715-d9fd2fb902e1/width=450/7771177.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UeJkTHM{I:yD.Ts9x]XmX.slkDtR%NRjV[of", "type": "image"}, {"id": 7771181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a95c33d1-012a-4c82-ade0-73a6592c75da/width=450/7771181.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UNM6[5~o-rxuz+Ri-qWD0sM|E1o3?d%1Ioxt", "type": "image"}, {"id": 7771201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/122058aa-1bc2-4cd6-a2ec-2c2627215669/width=450/7771201.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHN^MG_1?ZMx1m-.yDxD04k8I[oIPEI.adt5", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/385714", "modelId": 344605} \ No newline at end of file diff --git a/datasets/metadata/386048.json b/datasets/metadata/386048.json new file mode 100644 index 0000000000000000000000000000000000000000..edcba15b6e6a1cacf78d8f352edd6ab0c797bd3e --- /dev/null +++ b/datasets/metadata/386048.json @@ -0,0 +1 @@ +{"id": 386048, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-11T06:55:24.363Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 210, "ratingCount": 0, "rating": 0, "thumbsUpCount": 41, "thumbsDownCount": 0}, "files": [{"id": 310045, "sizeKB": 43965.212890625, "name": "Eris_Seifort_Gluttony.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-11T06:55:59.416Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8E5E0A08", "AutoV2": "5D00D94DD6", "SHA256": "5D00D94DD6DC9150B302C50E9D95BC9ED1EA59993C64C0424744DFC70073FB8C", "CRC32": "66DF0D2D", "BLAKE3": "E0619BAF8CA91476F8C2B3ADA0668FC2C7D6A735B3ED4BBDCCC1687CCB5090CD"}, "downloadUrl": "https://civitai.com/api/download/models/386048?type=Training%20Data"}, {"id": 310044, "sizeKB": 22254.27734375, "name": "Eris_Seifort_Gluttony-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-11T06:56:28.985Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A9D1B632", "AutoV2": "E6E5C131C4", "SHA256": "E6E5C131C4BDF9C0B86B7262B605ED7DCC9F00FCB80E0D67FBE82DEB50293EBF", "CRC32": "3663C27A", "BLAKE3": "24F97E45D1D2E436E4F54B4C476195EDADDB3F885795D85A20AA4C174783C20A", "AutoV3": "BBD46E3A2DBE"}, "downloadUrl": "https://civitai.com/api/download/models/386048", "primary": true}], "images": [{"id": 7770388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fad6e8ed-f796-449b-a22c-6b46a89b23a7/width=450/7770388.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UbLD}rM|NFWV?wR*?FaykCt7emj[xukCMxWC", "type": "image"}, {"id": 7770389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9075b6a-5666-4779-90a4-02c9542fad74/width=450/7770389.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UcLE1yM|NYWV?wR*?FaykCt7emj[tRkCMxWC", "type": "image"}, {"id": 7770599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a49d286-e9e5-47eb-bea5-4d15e8bd3da4/width=450/7770599.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTLNZ2_3-o.S.TtRs7-;I@D%xZxt?axaIURi", "type": "image"}, {"id": 7830550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9eae5a57-bece-4a95-bde3-909891229ce5/width=450/7830550.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UII#T10M4.w]GIxt4.VrOGxXw[D%~qIAM|%L", "type": "image"}, {"id": 7830767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8e49b7e-ef4a-4609-9432-ae6d440821df/width=450/7830767.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UAL3=e570gOt0T0100M|00^%^H~W?Zxt4TNK", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/386048", "modelId": 344914} \ No newline at end of file diff --git a/datasets/metadata/386084.json b/datasets/metadata/386084.json new file mode 100644 index 0000000000000000000000000000000000000000..8ef79f87959aaec5c4a76f554a07517fae8b32f0 --- /dev/null +++ b/datasets/metadata/386084.json @@ -0,0 +1 @@ +{"id": 386084, "index": 0, "name": "LaDy_Thai", "baseModel": "SDXL 1.0 LCM", "baseModelType": null, "publishedAt": "2024-03-11T12:03:12.664Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["LaDy_Thai"], "stats": {"downloadCount": 49, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 310185, "sizeKB": 54394.802734375, "name": "386084_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-11T10:16:05.223Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9986E536", "AutoV2": "FDEE214038", "SHA256": "FDEE2140381EFCD4E4CF1308FCE44412D018DF66F498DA7DCF2120FD2FAF9563", "CRC32": "5806CE8F", "BLAKE3": "4EBA433B8EF01F6879F4FA7EC066CBB9BBFF4364E293C7924E3601C7A73212E5"}, "downloadUrl": "https://civitai.com/api/download/models/386084?type=Training%20Data"}, {"id": 310279, "sizeKB": 223104.62109375, "name": "LaDy-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-11T11:46:05.547Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "654ADAD5", "AutoV2": "A3527D5166", "SHA256": "A3527D51665F3B7919671F52D1D67379A53F1C6FF0343B8F29B42160CFD03398", "CRC32": "73E1EF6D", "BLAKE3": "3A572FD8BBEF970689C8503FE8CC9ABBD9C8CE012BC2944274B243CEC1A6E318", "AutoV3": "A5340B5BABE9"}, "downloadUrl": "https://civitai.com/api/download/models/386084", "primary": true}], "images": [{"id": 7778748, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2208b8cd-af9c-4099-9726-a6289d6a04b6/width=450/7778748.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGKBO5.8^-%3VqD$xuWU%O%MW9xbxb%N%Mf8", "type": "image"}, {"id": 7778747, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b1ada13-5b5e-4a1f-a043-ef5d67e3fb36/width=450/7778747.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8H.BOMd1XlTysoLV}S5ABkV=yr^O;Rjw6nP", "type": "image"}, {"id": 7778765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdbbb39c-4699-4d14-96f6-3e0a2ef37a1d/width=450/7778765.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPF6S6s*9INP%jRip0W@=}M{TcffXxM_n6jE", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/386084", "modelId": 344948} \ No newline at end of file diff --git a/datasets/metadata/386146.json b/datasets/metadata/386146.json new file mode 100644 index 0000000000000000000000000000000000000000..d426aa6f3e89600438664f9c8aff40ec98d0bb67 --- /dev/null +++ b/datasets/metadata/386146.json @@ -0,0 +1 @@ +{"id": 386146, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-11T08:43:34.328Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 243, "ratingCount": 0, "rating": 0, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 310124, "sizeKB": 43003.1650390625, "name": "Lipia_Zankale_Underworld.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-11T08:45:38.808Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "25212B76", "AutoV2": "708156E570", "SHA256": "708156E570C524B8F931D8E1D56B7407FA412B7C80271B3BDE011FD96A475A68", "CRC32": "C06B1A75", "BLAKE3": "86D555F218B52343967C4F349E587544FCFF499431563AE13E28E830874B99C7"}, "downloadUrl": "https://civitai.com/api/download/models/386146?type=Training%20Data"}, {"id": 310123, "sizeKB": 22250.58203125, "name": "Lipia_Zankale_Underworld-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-11T08:45:52.527Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "09BB37D9", "AutoV2": "C3B7B4FCF1", "SHA256": "C3B7B4FCF1D9F5EFA44ED9577A2010B4B9C3446026341CD94FB075DEE40E9BAF", "CRC32": "35ECF4E8", "BLAKE3": "A97EBD915648ABF586C62505B754F1D5295BA61193EA13AA4B805B59097C3EAC", "AutoV3": "FD1A115DFB69"}, "downloadUrl": "https://civitai.com/api/download/models/386146", "primary": true}], "images": [{"id": 7773249, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1e54cc7-4205-410d-be2f-dc9f12f1cfe2/width=450/7773249.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULHwik-V0LNI9uf8M{az0fNHs+s.~Bs:={j[", "type": "image"}, {"id": 7773250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4c5a502-6c11-4fcf-a271-cb2ca984eae5/width=450/7773250.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULHwik-V0LNI9uf8M{az0fNHs+s.~Bs:={j[", "type": "image"}, {"id": 7773407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e97075c9-0362-404c-b4aa-6fe0943e92ac/width=450/7773407.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U7G@r*^O0000_1?F0J9a00X4?Z^*^-IatJRi", "type": "image"}, {"id": 7773546, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8c079d8-384a-4341-a803-e44c3b999c04/width=450/7773546.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URIgiz-o9[~V?ZxtkS-:0fof=|R*xIR*RjjZ", "type": "image"}, {"id": 7823386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14241678-47b1-4ccf-ac4f-67de5820671a/width=450/7823386.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDExVF-V0eNHouoK01Ip57WV~Bt60LR*^jxa", "type": "image"}, {"id": 7823531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e19ef2e7-4e2a-406f-94fc-d25d31620fcd/width=450/7823531.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UGFXMA}@01aL%IobD*Rk0gNH?Gof0MI;%1ba", "type": "image"}, {"id": 7823662, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64237336-a374-4f82-b25e-8712b70cfed4/width=450/7823662.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UNINR4-U0g^k55NG4.M|xtNGofxt4;WX~C%L", "type": "image"}, {"id": 7824380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4725201-fee4-4854-9531-4652bc4c816d/width=450/7824380.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UcI:|QxtRlR*%goM%Lsp~Vf*NGNG%Lofs:WB", "type": "image"}, {"id": 7825817, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b47c6bef-a61b-4e1e-9343-2552995eae54/width=450/7825817.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMH,*jw}af^j~C^jE2t6={$%~Bxs0e={xsJ6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/386146", "modelId": 345005} \ No newline at end of file diff --git a/datasets/metadata/386348.json b/datasets/metadata/386348.json new file mode 100644 index 0000000000000000000000000000000000000000..54813e67613c4342b387840f4d0aca0406458986 --- /dev/null +++ b/datasets/metadata/386348.json @@ -0,0 +1 @@ +{"id": 386348, "index": 0, "name": "Goku super saiyan 3", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-13T07:03:51.266Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["goku,super saiyan 3,blode hair,orange dougi,green eyes,no eyebrows,yellow aura,electricity"], "stats": {"downloadCount": 185, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 313098, "sizeKB": 223103.37109375, "name": "Goku_super_saiyan_3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-13T06:20:52.711Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4CA4D18F", "AutoV2": "7BC2197464", "SHA256": "7BC219746482A78E66752457DFDCFE61FB133EE84F0F9EC45146C1A64D484D8E", "CRC32": "00B15D20", "BLAKE3": "67FEBDE6F51605E92B48B4E43894484FB5F42E9FC50FF3CC9F54E386130020C2", "AutoV3": "0C563A78E5D2"}, "downloadUrl": "https://civitai.com/api/download/models/386348", "primary": true}, {"id": 310333, "sizeKB": 111795.173828125, "name": "386348_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-11T12:36:08.013Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0F43FE25", "AutoV2": "2E50A6311D", "SHA256": "2E50A6311D71E4BB72FA49855DE0F409C0617303BD93A76E6F9CFE163D7DC4EC", "CRC32": "CDE0C94C", "BLAKE3": "BAC4602961794567D3B32E4D377C79260B2770A6B5C81222C211342732FC78A7"}, "downloadUrl": "https://civitai.com/api/download/models/386348?type=Training%20Data"}], "images": [{"id": 7870892, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e2dbc1e-fc45-48ea-85c0-8598d7f4f888/width=450/7870892.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UbMiAf-o-5Z$~7ozIoR.WTMy%3f,s9jcV[r?", "type": "image"}, {"id": 7870896, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4775852e-1eba-457c-87c4-3f4f5433043e/width=450/7870896.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UkNS1lIUnMoy~UwbSis+IokVt8V@t8baRkWE", "type": "image"}, {"id": 7870894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bda563c-53f9-408a-a1ff-d0cf2dddd104/width=450/7870894.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UVNIl?tQ^#ox},IC9bRRN^WC%MbI${t5oxj?", "type": "image"}, {"id": 7870898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afce8dd3-1141-4129-b27a-d9a18d1d1fa9/width=450/7870898.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UHMY[$~B0J02?sAH4=n4D+M|NLS$xutQEMM|", "type": "image"}, {"id": 7870899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3444566c-0147-453f-894b-1af39a4e2d34/width=450/7870899.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UFJt9e4T00t,~0xvIrxUERxUNNIp%1a}E2xb", "type": "image"}, {"id": 7871341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b4e7468-3532-4b82-8687-0ad01900a041/width=450/7871341.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UMJjeh~VE*Nd%IEM4:RP56n#NKS4EAbJ-oxa", "type": "image"}, {"id": 7870952, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fac3bd0-a255-4e46-bd67-d62ddf6b0e44/width=450/7870952.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UCLMRoE,00E1_9#R17%L02t8^RW9?YRi59Sk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/386348", "modelId": 345197} \ No newline at end of file diff --git a/datasets/metadata/38637.json b/datasets/metadata/38637.json new file mode 100644 index 0000000000000000000000000000000000000000..cc004420a6bc69535cd958171d699c9ae0dd80b6 --- /dev/null +++ b/datasets/metadata/38637.json @@ -0,0 +1 @@ +{"id": 38637, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-06T23:34:31.102Z", "availability": "Public", "nsfwLevel": 28, "description": "trained on anythingv3 with clip skip: 2
you may add cwars trigger word, but model works fine without any
", "trainedWords": [], "stats": {"downloadCount": 529, "ratingCount": 79, "rating": 5, "thumbsUpCount": 100, "thumbsDownCount": 0}, "files": [{"id": 30262, "sizeKB": 3572.6025390625, "name": "dataset_examples.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-07T00:26:44.705Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "81DE7954", "AutoV2": "9BDBD77265", "SHA256": "9BDBD7726503E80713D714C4439EF3A1B068CB0F6901ACCFAC17385445B9C971", "CRC32": "8283FE80", "BLAKE3": "5DE6115B9D1215F2A2AD74B311974855AE7A94FF5CE4C6FF910EC61BB8A3D77A"}, "downloadUrl": "https://civitai.com/api/download/models/38637?type=Training%20Data"}, {"id": 30254, "sizeKB": 9328.9560546875, "name": "cuntwars01.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-06T23:40:28.732Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "14A708B0", "AutoV2": "809B00ABCF", "SHA256": "809B00ABCF271CDA8BE160BCD016BA3B71C599BA2E0B7BA708D611F08B6A7F5A", "CRC32": "60497976", "BLAKE3": "E461A3C10E0E051BE6C1062276B124DCBDDEEA8E10C366B9420473433C09A64B", "AutoV3": "7F3A8A371592"}, "downloadUrl": "https://civitai.com/api/download/models/38637", "primary": true}], "images": [{"id": 427888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/669e33ea-5b5b-4234-58a1-e75818fe2e00/width=450/427888.jpeg", "nsfwLevel": 8, "width": 1280, "height": 1280, "hash": "UEBq9bs800;SugRjnP-B9GW;-pb]q^ofNwO;", "type": "image"}, {"id": 427892, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8610d2f-ab66-493c-0704-a8f04d25a600/width=450/427892.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UBExx8IT-=ITcaoN.8jF9#adtmWsGwZ~NKRP", "type": "image"}, {"id": 427980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78d2162c-e82d-4deb-c61b-1c39c3054800/width=450/427980.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U9AmPbVXt7s=caIUt7a~t8ado#aeL4R%kXof", "type": "image"}, {"id": 428031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce05dacd-60bc-4fb4-c823-05fc3327e200/width=450/428031.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UCEVpE-Csm-U%#noS$ofNMRpogSx~qkWxDs:", "type": "image"}, {"id": 427977, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f26e1d5e-f535-4a8f-720c-55b94d622b00/width=450/427977.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UEECk4v$Rnbd*IMdNHo#pHWHW?aw.7t9bIR$", "type": "image"}, {"id": 427889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/464e21c8-6809-4084-efa3-f76d12da1300/width=450/427889.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1280, "hash": "UBCQY:$,V[E0%4InbbnOr{otozeoYkr^V@x[", "type": "image"}, {"id": 428049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b270bc4-df4a-449f-7810-800cda762300/width=450/428049.jpeg", "nsfwLevel": 8, "width": 3360, "height": 6400, "hash": "U~Lz]g~q%MM{o#jYf6a#j]axfPj[j]j[j[f7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/38637", "modelId": 32195} \ No newline at end of file diff --git a/datasets/metadata/386411.json b/datasets/metadata/386411.json new file mode 100644 index 0000000000000000000000000000000000000000..2a09ded78a2830249c1b52cfc55804edff83bc8d --- /dev/null +++ b/datasets/metadata/386411.json @@ -0,0 +1 @@ +{"id": 386411, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-11T13:07:01.815Z", "availability": "Public", "nsfwLevel": 7, "description": "Trained on 30 images of flower fields 15 images of real flower fields, and the other 15 flower fields of anime scenes with a character. Made to help make detailed backgrounds regardless of the picture focus.
", "trainedWords": ["flower field"], "stats": {"downloadCount": 379, "ratingCount": 0, "rating": 0, "thumbsUpCount": 52, "thumbsDownCount": 0}, "files": [{"id": 310354, "sizeKB": 18551.296875, "name": "flofield-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-11T13:00:54.608Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "2925141723", "SHA256": "292514172351BC8931DD6269BBEAC24E77777999E2C198C8185571F824B9F8D8", "CRC32": "8A291CC0", "BLAKE3": "931D0D610BE64346FC4CB5B8790F011B854A4444991931C8CE292965EBCEC199", "AutoV3": "148BEF1B869F"}, "downloadUrl": "https://civitai.com/api/download/models/386411", "primary": true}, {"id": 420232, "sizeKB": 140431.267578125, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T20:30:59.171Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B772C2C2", "AutoV2": "1431BBE365", "SHA256": "1431BBE36527D2A87CF4B3596B4BD9FD678CFB6014A41F5D198C8FB786587A4B", "CRC32": "7909640B", "BLAKE3": "BDAD724FA12FB44B605B75936D1A3BC41925DAEA443317D3EDB2D91DA47DA591"}, "downloadUrl": "https://civitai.com/api/download/models/386411?type=Training%20Data"}], "images": [{"id": 7780785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec84f3ce-d555-4e1a-b88f-88ef73a02b17/width=450/7780785.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UeJt6YxuoLoy~qxuWDj]PWozoeoegjs:j?bH", "type": "image"}, {"id": 7780795, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f6df283-c103-4cc2-a0a8-b16ab2f524b6/width=450/7780795.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "U8H2Aa579ax@y%4p$lR$0?Mx%LxI5J-MScWG", "type": "image"}, {"id": 7780799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/257fd72e-92fa-44e6-8a88-6759c5e68b2b/width=450/7780799.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UbKBK}%L?bof?wxu%gR+toV[Iqt7ESs-xbRj", "type": "image"}, {"id": 7780798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb236b06-d3a2-4e7b-b70e-923aed306e04/width=450/7780798.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFJH,R?w4-%NcX?btSof4:~X-?E1?v.8?Ioy", "type": "image"}, {"id": 7780810, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/012c5d0d-3c26-47dd-8625-05817500cc61/width=450/7780810.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UAM%vD~V0Joe00D*s$x@tS%2%NS14;-;9Faz", "type": "image"}, {"id": 7780812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e345d50c-1572-426d-b9e6-71f7bbb7306e/width=450/7780812.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGL;dP~p0~tR0CWZ-?t8KAof%Nbc4?xtI9t7", "type": "image"}, {"id": 7780813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32f08df3-7a3d-4347-a1cd-94d641eb28c6/width=450/7780813.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWJu7ax]9Zay5xtRSjR.00R-sqof=Yj]$ws-", "type": "image"}, {"id": 7780815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ef41e40-23d6-46a2-83da-c684e9108a99/width=450/7780815.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UjLEEA%LInWB_4s:%MoLXlof%2ofx^jYM_bH", "type": "image"}, {"id": 7780824, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20b1442a-617c-43a0-a6d4-0392cfeb92a8/width=450/7780824.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UAG*.^~W009F^,%M004.01%2IwE2xl%1~T-n", "type": "image"}, {"id": 7780826, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93869c0f-c7e0-4729-964c-5d1575b968f5/width=450/7780826.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFJRH-~X009Z00x]xtD%4.bE%1xX?b4nxF%1", "type": "image"}, {"id": 7780830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2eaca26-1f6c-44ac-988d-c5205a721486/width=450/7780830.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPJkDicF%yxW?dkrcGsB?do}9$RP-?NKS6$%", "type": "image"}, {"id": 7780837, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc09481e-8e4b-4955-86de-7462e38a1fb1/width=450/7780837.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXM7DSwbEKt7~qnhXnX9I]jucFS5ETxZx^X9", "type": "image"}, {"id": 7781241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1f9804e-ceec-4a27-84ef-ce5e92b7f047/width=450/7781241.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeIOLh%1W+of~X%1kVoftlj@o#ofp0V@oLfk", "type": "image"}, {"id": 7781007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42a3ddb5-99bc-4a42-8122-3bd42cc1a92c/width=450/7781007.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXHB[0IoV=nR%QbEofjYtRf+g5ae?cs:NGoJ", "type": "image"}, {"id": 7781063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a007a161-52f7-4bea-b966-3b492a640aa6/width=450/7781063.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U7HxQyx]00-q00xpD#4:%PS300jJ9Z9Y~V?H", "type": "image"}, {"id": 7781103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cd8d655-6b03-453a-b5d0-418686a0fba7/width=450/7781103.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U7H1[TI+00R90MD%y2%M^-?H9YDi00-p~qR-", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/386411", "modelId": 345241} \ No newline at end of file diff --git a/datasets/metadata/386524.json b/datasets/metadata/386524.json new file mode 100644 index 0000000000000000000000000000000000000000..edb38cd22a366dafabe325df0f52126b6eb3471d --- /dev/null +++ b/datasets/metadata/386524.json @@ -0,0 +1 @@ +{"id": 386524, "index": 0, "name": "2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-13T13:39:32.724Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 246, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 310458, "sizeKB": 58799.427734375, "name": "386524_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-11T14:25:48.963Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "90EBFC71", "AutoV2": "AD2392DC24", "SHA256": "AD2392DC240CA5419139B59155C7025B157BCC10AECBE628E9E92C14599B5226", "CRC32": "692C5FE5", "BLAKE3": "CEDB637A7AC381C3BB764EFB3C0E4484DC7B91C1D5999C205B10FA2C36EC40AA"}, "downloadUrl": "https://civitai.com/api/download/models/386524?type=Training%20Data"}, {"id": 313456, "sizeKB": 147571.328125, "name": "real_dream_lora_2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-13T13:41:32.307Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A2FA128F", "AutoV2": "D59E29617D", "SHA256": "D59E29617D6D2E4F44DAE4E6C012445907600D9E10D11E9D33492F980FA8275B", "CRC32": "2699DA16", "BLAKE3": "2DC7D9DF78D013D47E3A9091C66F1B042D816AA8CCD2A69FC99467DCC63131EB", "AutoV3": "17F6412AF055"}, "downloadUrl": "https://civitai.com/api/download/models/386524", "primary": true}], "images": [{"id": 8261169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/703a2386-95e2-4c6e-960a-5c330473f785/width=450/8261169.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UCG*c%0K0f~V00?boyaK.TMx-oE200t8%2s.", "type": "image"}, {"id": 7883700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/807fee81-2068-427e-a81a-f161ec0a600d/width=450/7883700.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UIF=8YNdT|S5_NxZ_3-o-;WB-pIpI;WV-ot6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/386524", "modelId": 345349} \ No newline at end of file diff --git a/datasets/metadata/386726.json b/datasets/metadata/386726.json new file mode 100644 index 0000000000000000000000000000000000000000..58ffbad58f1d3e55921c3766862fadf37e6bee8b --- /dev/null +++ b/datasets/metadata/386726.json @@ -0,0 +1 @@ +{"id": 386726, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-11T16:34:28.062Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 210, "ratingCount": 0, "rating": 0, "thumbsUpCount": 42, "thumbsDownCount": 0}, "files": [{"id": 310606, "sizeKB": 22250.48046875, "name": "Fanatio_Alicization-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-11T16:30:46.988Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "153F31B4", "AutoV2": "EFA0F37471", "SHA256": "EFA0F37471FA16E56FBAC5A18379C0F82E5EB56AC5792D62544D6C07D0BC43A2", "CRC32": "4C8B071C", "BLAKE3": "96DCDA7E12EE578EEC9C4412689486EC8F23CC1C95F64BF9C76DAB915CD6611F", "AutoV3": "C873B77AA777"}, "downloadUrl": "https://civitai.com/api/download/models/386726", "primary": true}, {"id": 310607, "sizeKB": 43601.1533203125, "name": "Fanatio_Alicization.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-11T16:31:18.728Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FB4C19C1", "AutoV2": "2EA583B529", "SHA256": "2EA583B52933AEF6BEC6C60A6B44E782862494A7CB1AADADFE1536835DA9B8DD", "CRC32": "0488083E", "BLAKE3": "3626782C7E485F923D307AE4F1809EA1BCFD6BFF635E051FE27A4286FC564DD2"}, "downloadUrl": "https://civitai.com/api/download/models/386726?type=Training%20Data"}], "images": [{"id": 7787779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dddfb507-3617-4e6a-9b16-0beb515f8626/width=450/7787779.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXN0Vlt7Out89^oMx^j@_4R*-oj[xFs:-:WB", "type": "image"}, {"id": 7787780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da82fa48-64c2-4e80-9f86-f7d5f630d593/width=450/7787780.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXN0Vlt7Ott89^ofx^j[_4R*-oj[xFs:-:WB", "type": "image"}, {"id": 7787820, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95d14e1c-c3db-4093-af04-05f682237174/width=450/7787820.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXN0Vlt7Out89^oMx^j@_4R*-oj[xFs:-:WB", "type": "image"}, {"id": 7787819, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0cefc50-5bec-480b-a14e-9fbc83325e91/width=450/7787819.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXN0Vlt7Ott89^ofx^j[_4R*-oj[xFs:-:WB", "type": "image"}, {"id": 7788053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ce937b0-e906-4807-a4bb-88acdda71ed9/width=450/7788053.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U9HKnm00B200^}x[02E300~W}?xbnXRp$~%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/386726", "modelId": 345532} \ No newline at end of file diff --git a/datasets/metadata/386996.json b/datasets/metadata/386996.json new file mode 100644 index 0000000000000000000000000000000000000000..ebd4c3c502ecb709d5821cf83daaf5bb39b6051a --- /dev/null +++ b/datasets/metadata/386996.json @@ -0,0 +1 @@ +{"id": 386996, "index": 0, "name": "Ultimate, True to Life, Male Porn Actor", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-12T09:56:19.312Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 183, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 1}, "files": [{"id": 311723, "sizeKB": 9845.6640625, "name": "386996_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-12T09:41:21.338Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1B1E65A2", "AutoV2": "3E87EFE038", "SHA256": "3E87EFE03884890C0BC8719A127F4AFB068F1FB0FC1067C378F9B08319C64EE2", "CRC32": "36A47DF2", "BLAKE3": "51FE4F0B04C61D929026F388AA7A18CCAA0C03636B776393B8261695A562151E"}, "downloadUrl": "https://civitai.com/api/download/models/386996?type=Training%20Data"}, {"id": 311736, "sizeKB": 36977.7578125, "name": "Ultimate_True_to_Life_Male_Porn_Actor-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-12T09:56:00.460Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "85B2F32C", "AutoV2": "3D9E1716A6", "SHA256": "3D9E1716A66A51C6AE028E269A61595613A716CE7505AD7596941F0A2029F620", "CRC32": "BBC92DE6", "BLAKE3": "E419FBA073B641797AB04A8236F338812DCC99E5F16C1E349269D68A130A47CD", "AutoV3": "15CB64246B18"}, "downloadUrl": "https://civitai.com/api/download/models/386996", "primary": true}], "images": [{"id": 7824442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbf6355f-4c90-4930-8476-ad55481616ea/width=450/7824442.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U6Ci8c?G0056.SxaxYNG0zNG~B-VkBWB%2xa", "type": "image"}, {"id": 7824443, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/611cfdd5-837e-43aa-8ff9-fe17f8ce6054/width=450/7824443.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U9DlD[-p0#9a?vt7^+WV5mR*~V%2t7ay%Mxa", "type": "image"}, {"id": 7824449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8d4a3f3-3d2f-42b8-8c97-8b1540783c47/width=450/7824449.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U7BC+0oL00bH~WoL9ZR*9|kCMxRjWCbHRjf6", "type": "image"}, {"id": 7824523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce1a01f5-1149-4cd6-8772-b26f8b700532/width=450/7824523.jpeg", "nsfwLevel": 8, "width": 768, "height": 512, "hash": "UAD+iV^N5t+@%7=X-@xa0~nM?Hn%4mE3RhNF", "type": "image"}, {"id": 7824528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a6df5d2-4a52-4879-8b2b-dc9ac6fbda2d/width=450/7824528.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UDE23BOxELVoBtx{kXnf5Po#xwR:=wj=xaNe", "type": "image"}, {"id": 7824553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8de53dd3-b1dd-462e-b743-05f4e8e8ec62/width=450/7824553.jpeg", "nsfwLevel": 16, "width": 412, "height": 512, "hash": "U7HB9:0001%2El4:-oxt00-nkC~U57?Hni9u", "type": "image"}, {"id": 7824571, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4969a802-c79c-4b7c-be6c-59804adf4137/width=450/7824571.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UVGIJkxv9tNGtTxuRiRi~nxbaKRjW@ozocn$", "type": "image"}, {"id": 7824577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bced7fa3-b102-4952-a9ab-e81d79edc4ad/width=450/7824577.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UFGkzV9Y0Jxb_MD$R5%LlQs+$|RQNLxqE1oe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/386996", "modelId": 345788} \ No newline at end of file diff --git a/datasets/metadata/387235.json b/datasets/metadata/387235.json new file mode 100644 index 0000000000000000000000000000000000000000..0d813bf7a91cafb11467bdad06a43ee123a34a2f --- /dev/null +++ b/datasets/metadata/387235.json @@ -0,0 +1 @@ +{"id": 387235, "index": 0, "name": "IzaVirt", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-12T03:38:03.603Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 136, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 311179, "sizeKB": 16980.66015625, "name": "387235_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-12T00:35:49.531Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FF9020E0", "AutoV2": "755D60A47C", "SHA256": "755D60A47CDDFC98727603195F17AFE75AEC7BC421CF6C189018CADD31179F74", "CRC32": "3DBE05B6", "BLAKE3": "AF8E86F0E2E9B29BBB441AC9745152317BA4220F6D9A5F02823E48E546361E8B"}, "downloadUrl": "https://civitai.com/api/download/models/387235?type=Training%20Data"}, {"id": 311333, "sizeKB": 223102.98046875, "name": "IzaVirt.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-12T03:16:28.824Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FF82FC1D", "AutoV2": "DA19D2F5A5", "SHA256": "DA19D2F5A5B9C6257C0119FA21F9EBC2B6A5656557CE3040454654050C347103", "CRC32": "27BDF9D1", "BLAKE3": "46139C50E584EC70353F57129CF67E3BF99722E47CF83FFFD869B33564410B1C", "AutoV3": "8F84DCE863E4"}, "downloadUrl": "https://civitai.com/api/download/models/387235", "primary": true}], "images": [{"id": 7811489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee04e0c2-1c0f-4c57-bd11-5f4f7fc15138/width=450/7811489.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHH^^sv|IU~B~V01IUyDtlE1SNpJ9^56Ioxt", "type": "image"}, {"id": 7811488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c78e2b1-6906-4fa3-9b10-ede9e3d20360/width=450/7811488.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6J7,h0N0%=Y01%1DOD%00r;}So}Q8tSlANG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/387235", "modelId": 346015} \ No newline at end of file diff --git a/datasets/metadata/387572.json b/datasets/metadata/387572.json new file mode 100644 index 0000000000000000000000000000000000000000..68926ff094de306b30a2cf323b0ca672a0e10b65 --- /dev/null +++ b/datasets/metadata/387572.json @@ -0,0 +1 @@ +{"id": 387572, "index": 0, "name": "Chano Style", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-12T19:53:15.026Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["by chano"], "stats": {"downloadCount": 46, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 311448, "sizeKB": 68326.8583984375, "name": "387572_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-12T04:50:52.849Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FC54E97F", "AutoV2": "5EBD75FA4D", "SHA256": "5EBD75FA4D7957869A05B558DD101FDF12C76713ED9AEAC7EA1FA209A96641DA", "CRC32": "527B1DCF", "BLAKE3": "7D3BC14DF9CE5B32470E6F75069F0FF239E72A0B310F1C0808D6BAB57264AAA2"}, "downloadUrl": "https://civitai.com/api/download/models/387572?type=Training%20Data"}, {"id": 311486, "sizeKB": 36986.8828125, "name": "Chano_Style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-12T05:25:52.394Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DFB09929", "AutoV2": "A163293FF2", "SHA256": "A163293FF2A964E06A3E685D9DF7520CC504917EEC5FEC53EFE5C75EEB3B8971", "CRC32": "DAB4DC97", "BLAKE3": "863E7E2ED21E6F7BD560A07C25B60B03B9B3C79206DFDE45D48E4B3965BA1045", "AutoV3": "A99A76B0076E"}, "downloadUrl": "https://civitai.com/api/download/models/387572", "primary": true}], "images": [{"id": 8074035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bd33766-9d35-4b03-9e79-7f95f291fdd2/width=450/8074035.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UGQJfm^+~q%N_3IUt7of%Mj[Rjofs:-;R*V[", "type": "image"}, {"id": 8082942, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8df7285-93ab-48a9-b692-97b863094162/width=450/8082942.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U5I}@i~p000000-;.8WBxtxu_3IV00E1_3?a", "type": "image"}, {"id": 8082943, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77073174-9db1-4b84-ba72-4c30f420d8e6/width=450/8082943.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UWKeWaxb%Mog?GxG-Vxa}mkCX8WBElR+t7S2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/387572", "modelId": 346330} \ No newline at end of file diff --git a/datasets/metadata/387734.json b/datasets/metadata/387734.json new file mode 100644 index 0000000000000000000000000000000000000000..370067a2b3fa072699b98175fcde8f16c5b95afc --- /dev/null +++ b/datasets/metadata/387734.json @@ -0,0 +1 @@ +{"id": 387734, "index": 0, "name": "v3.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-12T06:33:40.972Z", "availability": "Public", "nsfwLevel": 15, "description": "Should be the last version... (hopefully)
1.5
", "trainedWords": [], "stats": {"downloadCount": 20, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 312011, "sizeKB": 32686.5439453125, "name": "388229_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-12T15:30:54.909Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A7455E35", "AutoV2": "A0D4B80929", "SHA256": "A0D4B809297E1F73753FAA953CDEBF7A42C39A58A417697BB52BEAECFCE84FDC", "CRC32": "C61E83E3", "BLAKE3": "046985D32B425428AFEC527C5C9620C1A9082690B1AFE6E55EEA788F772E9189"}, "downloadUrl": "https://civitai.com/api/download/models/388229?type=Training%20Data"}, {"id": 314447, "sizeKB": 223101.73046875, "name": "Colin.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-14T05:01:00.735Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "150A7356", "AutoV2": "5D447A17D9", "SHA256": "5D447A17D976267DB3D3EED8D330A19BCC40306536A4AB6833C119DD324A2F46", "CRC32": "14D97D45", "BLAKE3": "42F76B7AD4B88295B2B86416A8D4B23263E71139F6E8DE9E05D4824D9E97907F", "AutoV3": "FCCE303D042A"}, "downloadUrl": "https://civitai.com/api/download/models/388229", "primary": true}], "images": [{"id": 7919982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a6c047b-cad6-4cfd-813e-983b1255b53d/width=450/7919982.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGKc%?,p0#NxHWjF*yo22^nO[VOsrXO?O?vg", "type": "image"}, {"id": 7919983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05ab33d7-9c6a-4da7-83ad-634ef590f0d0/width=450/7919983.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBF~v=Gt8{[U=X,BPAF|NGrqNHogLzPA#8v~", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/388229", "modelId": 346986} \ No newline at end of file diff --git a/datasets/metadata/388404.json b/datasets/metadata/388404.json new file mode 100644 index 0000000000000000000000000000000000000000..55a5fbf0b1e00935813cce71bbd0a7ea2f62c14b --- /dev/null +++ b/datasets/metadata/388404.json @@ -0,0 +1 @@ +{"id": 388404, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-12T16:49:24.348Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["WaffleStyle"], "stats": {"downloadCount": 109, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 492918, "sizeKB": 58145.4150390625, "name": "WaffleStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:02:15.734Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C6953CA5", "AutoV2": "00AC6E203A", "SHA256": "00AC6E203AFB1927BE0B971DCE035D891A912703FEAED1BED9ED5C9A75E0AE9C", "CRC32": "5347A440", "BLAKE3": "D552FB39371177A2926AF56865DFC725DBE5F838545857BB723AA19BA7561CB8"}, "downloadUrl": "https://civitai.com/api/download/models/388404?type=Training%20Data"}, {"id": 312158, "sizeKB": 223100.70703125, "name": "WaffleStyleXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-12T16:51:00.523Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2E8D9778", "AutoV2": "65C373B50E", "SHA256": "65C373B50EE058DB93C4AD592B52351352325625B47A2E4D67621A9A26E4D8DD", "CRC32": "0C4DF71E", "BLAKE3": "214FB658A374681F7B0F40110C9079269B2D35541D0CB64E0097EDFA6B286670", "AutoV3": "2A3AC3AF95F7"}, "downloadUrl": "https://civitai.com/api/download/models/388404", "primary": true}], "images": [{"id": 7839144, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fe7eb97-3e87-407d-9514-00e1d514ca48/width=450/7839144.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UJHUC59h0~X.E9IXRNE3IoER~Ts701$_enjE", "type": "image"}, {"id": 7839142, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a29b0b5a-d0c5-4a52-9cf6-92e04e90f2d5/width=450/7839142.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UeH:j.9%pKt7%%9bxajFIvfAm+RiRoR5eSbc", "type": "image"}, {"id": 7839137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c86c760b-7b03-40ae-888d-39012ffc889c/width=450/7839137.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "ULJHHn~676000M4oE1Rj9wt7xU%KX9RQxaV[", "type": "image"}, {"id": 7839141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76ab4fe3-fa0e-4235-bfcb-f751ef2398a3/width=450/7839141.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UhKB%eXTTKo~BGxubcX9yZRPZ~jZ4;R*aJaK", "type": "image"}, {"id": 7839148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3f8aaed-2b78-4b4b-8026-5b2b61d20571/width=450/7839148.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UYG[$g~pOtozM|IoIpV@4:IWMxjZe7xWt3t7", "type": "image"}, {"id": 7839154, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a03c8908-0874-4a2b-b8f9-7ee168f17ca6/width=450/7839154.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UbHxZ-~qTgtmNLS%IutRXTWBs,t6M{jExYoJ", "type": "image"}, {"id": 7839136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84214af3-5b13-4efb-8ab9-875cc2ef6413/width=450/7839136.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UQF#jq0g59~B59%2IpWC$yax$$IpE3oe%1ae", "type": "image"}, {"id": 7839140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0741251-0101-4a9a-a60a-f38124452b42/width=450/7839140.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKIq.U4;Bt~W5Z?aE4NeR3ROvyE1DhkX%1nN", "type": "image"}, {"id": 7839139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11d41ffd-0547-483f-ab85-5c36214c3d74/width=450/7839139.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UAEy6,0001~V00xaRO-;EQ-pe=9G00-;xsM{", "type": "image"}, {"id": 7839153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0b96f34-d0c0-4b7b-b251-5d17058916cc/width=450/7839153.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBHoXt0p01yF00?bROIp0CW@~q$wMING%LxZ", "type": "image"}, {"id": 7839150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90fa3644-931b-47b2-8813-8d0c4c9a3fd3/width=450/7839150.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "UhK1OGnhT0D%_4M|IVM{-pjYi_xaozNGIot8", "type": "image"}, {"id": 7839138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ebe0bc1-82af-4d77-a1b3-5a85b23bfc47/width=450/7839138.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UGF5?a5919~W9GxWD%WC0j%L=sIpIANG-on$", "type": "image"}, {"id": 7839146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ab7c039-a6af-428e-9426-b3edff8c73fd/width=450/7839146.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UPHL#x-;yZ-;#i4nR.WXNftSv{t7D%%LM{n~", "type": "image"}, {"id": 7839145, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/395aadd4-67fa-49a3-9a34-4c45af6b2694/width=450/7839145.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHEfZfIV9Gxv0OxtHsbcozi_idM|~obHs+s;", "type": "image"}, {"id": 7839135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33e25977-aac1-459d-bee8-084363592373/width=450/7839135.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UlNm=^.SpyMwV[gON{R4xvadRPt7ivjZW=oz", "type": "image"}, {"id": 7839149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91faee04-8008-4be9-94b4-a9b2f73d2267/width=450/7839149.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UGFYJy0N5a~A0UxCD*n#0P$x-4EN%g%L^*NM", "type": "image"}, {"id": 7839147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1efaf3d9-7ddb-4a6c-b9e1-38724e7c5fd8/width=450/7839147.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UYM7y2X9ysxFR.bbocs-XUadaJW=Mxt7tSNG", "type": "image"}, {"id": 7839151, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/257ad65d-8979-454d-9971-bd1fdc5b62c5/width=450/7839151.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UEHoK~_1I84n0#Io00~oPpn}~Toz.SIp4:nh", "type": "image"}, {"id": 7839155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c903664-f9e1-412c-ae18-ea59a779e208/width=450/7839155.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "URFi3~4q5E~VIU-paJWXE4V=-oIoD%o~ofV@", "type": "image"}, {"id": 7839152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0807c66e-d920-4dbb-afce-bd143c8232cc/width=450/7839152.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UmLqkUIuo#t7ETtRWCWBpfngadj@4oM_jYoL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/388404", "modelId": 347152} \ No newline at end of file diff --git a/datasets/metadata/388443.json b/datasets/metadata/388443.json new file mode 100644 index 0000000000000000000000000000000000000000..78124ced62b2aa508bb192e5d18e027a276e06bb --- /dev/null +++ b/datasets/metadata/388443.json @@ -0,0 +1 @@ +{"id": 388443, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-12T17:06:34.737Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["WhiteboxStyle"], "stats": {"downloadCount": 319, "ratingCount": 0, "rating": 0, "thumbsUpCount": 57, "thumbsDownCount": 0}, "files": [{"id": 492908, "sizeKB": 8990.8291015625, "name": "WhiteboxStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:03:15.581Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DE574347", "AutoV2": "5D2E98B4AA", "SHA256": "5D2E98B4AA2DCFBF83D3786ED69891FBBA4D2F4C11C73B152DCC287A088979D0", "CRC32": "700AA7C9", "BLAKE3": "B6D892153C790DFFCFAD68134D9176510C00A087F779FFE979F21A934DCB4818"}, "downloadUrl": "https://civitai.com/api/download/models/388443?type=Training%20Data"}, {"id": 312181, "sizeKB": 223104.95703125, "name": "WhiteboxStyleXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-12T17:07:12.013Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A1C94BBF", "AutoV2": "C0A25F1B13", "SHA256": "C0A25F1B13CFA4B968C2D3126C8BF3437613141A8FAE7EA7F2FE64CC12FD201A", "CRC32": "3949F2CF", "BLAKE3": "DD941E9C9E348B6F7E1642AE977E72A0E88670A794A2E91A18C4089A9C1D95AE", "AutoV3": "9B259048BB95"}, "downloadUrl": "https://civitai.com/api/download/models/388443", "primary": true}], "images": [{"id": 7840063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47a5f55d-391a-4a20-a9c0-18c62296d516/width=450/7840063.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UGGlL[Rj00xu~q-;%MM{of?bxuD%D%D%-;?b", "type": "image"}, {"id": 7840069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c54c0eb-7044-48e8-bab9-d13b426afe18/width=450/7840069.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UPHLrJ9F4n?b~q%MRj%MD%xu?bM{R*M{%MRj", "type": "image"}, {"id": 7840055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77780c26-f29c-43d0-8711-4688184313d7/width=450/7840055.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UEGu,n?bD%j[?b?b~q-;-;xuaxD%IUWBxuWB", "type": "image"}, {"id": 7840059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af4c5e81-70dc-4a6a-b8d0-cf5b07543ed6/width=450/7840059.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UMJ8V09F4n%M~qt7M{j[%MofRjRj%MofRjj[", "type": "image"}, {"id": 7840065, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddf12e3c-4c62-4760-be56-690bd180dbdd/width=450/7840065.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UMG+UNay00D%~q?bof009F%Mt7ofD%M{xuxu", "type": "image"}, {"id": 7840070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/945d01c8-e200-4734-8d8c-ecb6039208d9/width=450/7840070.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UVGIr_t700Rj~q-;IUM{of%Mofof%MayRjay", "type": "image"}, {"id": 7840056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/645548ae-991a-461f-ae5b-34fb70d8d5c7/width=450/7840056.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UBG+UN_300_300M{~qt700ofM{4n00M{xu-;", "type": "image"}, {"id": 7840046, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d91a6cf7-6ce5-4e2c-9aa5-d077baaf0cc3/width=450/7840046.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UBFiPy?bD%-;00Rj~q%M00-;xuIUofj]M{ay", "type": "image"}, {"id": 7840047, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f790889e-a4fb-4313-b0e0-4d8cc320b5e2/width=450/7840047.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "U8FFst0000IU00-;-pIU00M{~q%g~q?b00-;", "type": "image"}, {"id": 7840050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2ad968f-485d-47d8-9959-296ac3f41fba/width=450/7840050.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "ULG+UM-;4n%M~q-;xuxuIUt7?bt7xut7-;WB", "type": "image"}, {"id": 7840051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89f8b065-223d-4bfb-8cd2-b04ba3938a8d/width=450/7840051.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UQHx$%-;00M{~qtRofay9Fxu-;t7M{xuofRj", "type": "image"}, {"id": 7840123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fb596ac-ce43-401e-8450-0a9567e0d55e/width=450/7840123.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UHH_=C~q00WB~q%M%MRjIUIUt7t7ofWBWBay", "type": "image"}, {"id": 7840048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0aceeba5-44e5-456e-9c9c-1db2e2d2a7bd/width=450/7840048.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "ULF6Ut?b4nbI~W-;-pn%~q%MIUa}x]ofs:WB", "type": "image"}, {"id": 7840054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1410223f-8052-4682-abbb-8c31ab37054b/width=450/7840054.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UTHC1S%M00IU~q-;ofD%-;ayt7of-;M{M{Rj", "type": "image"}, {"id": 7840060, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64a04bc3-2194-49aa-a6e3-fe092f22854f/width=450/7840060.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UIHewg-;009F?b-;D%9F9F-;~qM{?bM{IUxu", "type": "image"}, {"id": 7840062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19ad8d71-c09d-4778-b465-e30f898696b1/width=450/7840062.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "ULI}-RD%M{_3~qM{Rj%M~q_3%MIUtR-;t7IU", "type": "image"}, {"id": 7840057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95a8f0ca-57a3-441f-ab52-c0c54a8f7828/width=450/7840057.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UAEfTjof4nt700j[~qM{-;Rj00ay00IU?b?b", "type": "image"}, {"id": 7840066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcd1329e-ee73-4780-a63e-e49d5f41dc6c/width=450/7840066.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCHx+?D%00?b.8IUax-;9Z~q?b4nNGWB.8%M", "type": "image"}, {"id": 7840064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1efeee1-a1ec-4f0e-9ee4-c6f7c5ff6809/width=450/7840064.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UIF={%?b9F~q9F?b_3D%V@IU9F%M00Rj-;Rj", "type": "image"}, {"id": 7840691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7a2ce11-0577-48b3-a4dd-acefe3511c03/width=450/7840691.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UPGu,may00j[~q-;D%IUWBD%%M-;00Rj%Mxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/388443", "modelId": 347185} \ No newline at end of file diff --git a/datasets/metadata/388510.json b/datasets/metadata/388510.json new file mode 100644 index 0000000000000000000000000000000000000000..e5f3ae983e893fdc83373d4376371318306a81a2 --- /dev/null +++ b/datasets/metadata/388510.json @@ -0,0 +1 @@ +{"id": 388510, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-12T17:46:56.343Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["BarbieCore"], "stats": {"downloadCount": 302, "ratingCount": 0, "rating": 0, "thumbsUpCount": 38, "thumbsDownCount": 0}, "files": [{"id": 492909, "sizeKB": 56950.2119140625, "name": "BarbieCore Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:03:20.198Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "55CB30DB", "AutoV2": "90FC142F67", "SHA256": "90FC142F673D83A2174BAE3811CEAFE0991BD494F1640181B334F53290AD0EA5", "CRC32": "D1DF4B5A", "BLAKE3": "830971962782D43EA412B1F53994754A31EAB0AD999D98DDEDA4990A339E7E00"}, "downloadUrl": "https://civitai.com/api/download/models/388510?type=Training%20Data"}, {"id": 312239, "sizeKB": 223099.96484375, "name": "BarbieCoreXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-12T17:51:27.170Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6B32CC16", "AutoV2": "EBC98E799A", "SHA256": "EBC98E799AECD4B43F2669CE70628276443BAD7392895A5964AF28F930F4FA4C", "CRC32": "18EA2B2F", "BLAKE3": "438143F0ED29C73178E85FF39BDD80D8949B7A882C675347B4F1D4B5E189D2E2", "AutoV3": "DFC2B905A9ED"}, "downloadUrl": "https://civitai.com/api/download/models/388510", "primary": true}], "images": [{"id": 7841768, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c87a26e-1709-462a-b1bb-54ecc8059531/width=450/7841768.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UEIgNQH=1h+|OsIAF_SwAHicOpoN?w%LE0Ip", "type": "image"}, {"id": 7841765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76e198bc-a432-4b78-8a42-bf9567cf02c5/width=450/7841765.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UGM%To}]P9cY1gq]$*KOHVt6oMNaEmlSEyM|", "type": "image"}, {"id": 7841772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88bbd785-2057-4197-8e8a-acacc94f84c4/width=450/7841772.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UNOLf.%L%KxGtWR*M{WW-.s;V_o#qzxu%2oM", "type": "image"}, {"id": 7841769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c39e6b4-b443-417d-b311-5fa1f87b965f/width=450/7841769.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UaM$[Vs%JN%1y?V[nQNbP7%M%3%LwiXSS#Vt", "type": "image"}, {"id": 7841767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da6fc509-b5c7-4015-9b30-10f07dab5e57/width=450/7841767.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCQi_.VEcB}vv5-qmmSdImM{axN?s?t7n,ad", "type": "image"}, {"id": 7841766, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e761b72-10de-44fa-b991-a5c4bd8a4078/width=450/7841766.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UbH-r[%Mofof~qtQxabGKct7t7kC%gxHNsof", "type": "image"}, {"id": 7841774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4eef4b2b-ca77-4dc6-a267-e2e80440907d/width=450/7841774.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UhF;{Z%2ITNG}vxbNGNFixafbuWUIoWBt6t7", "type": "image"}, {"id": 7841770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6c6422e-50ea-4114-93ad-1d73848bebc1/width=450/7841770.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UQG]5XITITxa.mM{E0s;xuM{t8%Mo}jFoex]", "type": "image"}, {"id": 7841773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b924407d-72d2-489c-bac7-5c2319a4613e/width=450/7841773.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UnJ89U%Mxuof?wt8kDa{b^oLRkofoeRjV@jZ", "type": "image"}, {"id": 7841775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f3726b9-1a08-4682-ad1f-e75c2107b700/width=450/7841775.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UJG*.~wc?b~q^RRPoztQ^+X8t7M_OnW;oLNF", "type": "image"}, {"id": 7841777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5fd3ea9-4b83-4679-9a11-5f65be915e8b/width=450/7841777.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "USNuo2Myxux]~EnPRQeo_3aKRjaeD%M{t7WX", "type": "image"}, {"id": 7841776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78012b59-a7c2-4949-b849-e5413b84982e/width=450/7841776.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U6D[^j8wyD}IyGIBys+L00M^4-F]D}jUDhAS", "type": "image"}, {"id": 7841779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19ba293c-708b-4517-b86a-b6f6b4383320/width=450/7841779.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UGD0opvSRT%2pm4-IU%fcUWG,K%2~qeTNFNr", "type": "image"}, {"id": 7841781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db76ae69-d1ac-4085-ba25-312b4b28b562/width=450/7841781.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UaKKKLtRMwjat-xtIBV@NERkIoae~XxbM{kC", "type": "image"}, {"id": 7841782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd1106b6-4422-4123-ac09-6aff02da874d/width=450/7841782.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UGFhhx*00LR54;NGE1WB9vxG?HtSMwVssoay", "type": "image"}, {"id": 7841778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90341f7c-8bff-4664-acb0-c18d17b0838a/width=450/7841778.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "ULKKQi?E%L~X0?Z~aKI[GYnPWEEKIw-;W.V?", "type": "image"}, {"id": 7841783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c015f7e3-2ab6-42a1-b6b9-08011d06308c/width=450/7841783.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UkIqG]I.IUWA}^InNFju$iM{j]of%Mj]jGWA", "type": "image"}, {"id": 7841785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/903e95ba-a4cc-4856-9714-6a0f0fd2fd8f/width=450/7841785.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKE{U#WU4n%L*Jo39Ft7oxM{IUt7s:WARit7", "type": "image"}, {"id": 7841784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d581c255-63a7-455a-8fa9-d03005c78a40/width=450/7841784.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UAD90;I700K+}x4-DzXSD}~DtT5P+%^l0J9s", "type": "image"}, {"id": 7841786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b06afc8d-2c74-4cfa-8bd1-22c363fe9013/width=450/7841786.jpeg", "nsfwLevel": 2, "width": 1920, "height": 1080, "hash": "UJLgeT.m4TpI^Ro2%gxuH?V@Rjn%MdR*xuoe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/388510", "modelId": 347252} \ No newline at end of file diff --git a/datasets/metadata/388601.json b/datasets/metadata/388601.json new file mode 100644 index 0000000000000000000000000000000000000000..0c4ae44880ada8827582778754ec9b9296c22e14 --- /dev/null +++ b/datasets/metadata/388601.json @@ -0,0 +1 @@ +{"id": 388601, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-12T19:15:10.203Z", "availability": "Public", "nsfwLevel": 21, "description": "Some tags have been removed from example images metadata as apparently civitai cannot distinguish gothic lolita
from l-word. Attached dataset contains txt2img examples with metadata left intact.
This was a test to see what a 1 picture LORA (created here on civitAI) could do.
It was my first time and many mistakes were made (eg I created the picture with an SDXL model and then I trained a SD1.5 LORA with it!!).
I accidentally published epoch 1; my intention was to test it and then replace it and test again etc... however, after publishing epoch 1 all of the others disappeared (I'm sure I was prompted along the way, assuring me that my other epochs would remain available??).
Luckily I downloaded a few of the epochs before publishing - now I have to figure out how to update the LORA without wasting another 500 Buzz!!
Anyway, my failed attempt still makes it quite easy to get some consistent results - so it wasn't a total waste!
", "trainedWords": [], "stats": {"downloadCount": 33, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 355219, "sizeKB": 223099.30078125, "name": "myLana-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-07T23:45:36.715Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EA084345", "AutoV2": "E3FBF7A892", "SHA256": "E3FBF7A892DCA69FDC1B669512FCD2CEBF9965B26B67ABB2D751A1153A14612E", "CRC32": "9189852C", "BLAKE3": "DAB4EFFD6644F36E73425CD571D0733FA8F21067622F605B28EBF60DBC66F102", "AutoV3": "FE62E779A423"}, "downloadUrl": "https://civitai.com/api/download/models/388970", "primary": true}, {"id": 312690, "sizeKB": 76.8603515625, "name": "388970_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-12T23:35:46.463Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "B93269872A", "SHA256": "B93269872AEEAEB80CDF07106A715EC3AA727BA37EC27F2D68BD0CD3D2FCB0D6", "CRC32": "DA3B7179", "BLAKE3": "2759A2F227EB0A404376551567DEB31E4110EC0BA298C48FF6EEB3703968BAAE"}, "downloadUrl": "https://civitai.com/api/download/models/388970?type=Training%20Data"}], "images": [{"id": 8804867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd4b3a64-41c5-47ad-9b8a-be3e39637dab/width=450/8804867.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCDdhiDhG^?c%~t8o#kCM^t8s?M{J=oe$vRk", "type": "image"}, {"id": 8804868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38f1d0f6-4b6d-482f-b5aa-e970c2b197b3/width=450/8804868.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U9Dm{]K7C,?Axl$yPEE70gt7^hE1.AM|Mw%1", "type": "image"}, {"id": 8804869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9911310-f650-4d37-9cd3-4f3ebbae0e09/width=450/8804869.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UCAeU9E21P_4OGogkDngMwxub{MvT2jYr:S6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/388970", "modelId": 347660} \ No newline at end of file diff --git a/datasets/metadata/389011.json b/datasets/metadata/389011.json new file mode 100644 index 0000000000000000000000000000000000000000..213aec3dbe159e75fa2003218550243569de0b8d --- /dev/null +++ b/datasets/metadata/389011.json @@ -0,0 +1 @@ +{"id": 389011, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-12T23:46:11.013Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["CakeStyle"], "stats": {"downloadCount": 172, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 492907, "sizeKB": 55426.7392578125, "name": "CakeStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:01:48.514Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4284C332", "AutoV2": "9947E34672", "SHA256": "9947E346728002C5A502D549EA073364AA0B610318C1855EE24D15D5D41A7942", "CRC32": "0F1D3FC8", "BLAKE3": "75A01BD70FF1BE809BEF3F1C986B6C1B7190C790B533E683682B45EAA642CF66"}, "downloadUrl": "https://civitai.com/api/download/models/389011?type=Training%20Data"}, {"id": 312710, "sizeKB": 223102.48046875, "name": "CakeStyleXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-12T23:50:57.367Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "41404437", "AutoV2": "EFA72EC4BC", "SHA256": "EFA72EC4BC4B8AE606C7957A5D8DA63B67EAB4ED6347610067479BE8E64A7EE3", "CRC32": "50E419BB", "BLAKE3": "21774E2EE5126D9F1B6E9E57B7CC83161797FC7976F6D80C818B3A80C7ED6A59", "AutoV3": "4C4D9ED62213"}, "downloadUrl": "https://civitai.com/api/download/models/389011", "primary": true}], "images": [{"id": 7856031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd987693-ba40-408e-b906-505997ccbba9/width=450/7856031.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U*LqhFIU%Lof~At7WEoe.8niRPa}Nwt7RjV[", "type": "image"}, {"id": 7856036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25e5e6ee-9eef-44dc-adcb-4c3fcee62464/width=450/7856036.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UtMQ#8xu~qt7?af6Wqoft7afM{j[Nda#n$of", "type": "image"}, {"id": 7856043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2bcb6c6-388b-4d6f-ba71-18abbb257ae7/width=450/7856043.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "UDF$9L~q009F009FIA%102V@_3-;~AtRF|IU", "type": "image"}, {"id": 7856026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b74f7240-d97c-42d0-838d-40f05b181894/width=450/7856026.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UQLq94Rn%%-p%M.8M{j]V^M{elRjI@RPxYWX", "type": "image"}, {"id": 7856028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3b6803b-7308-42cf-84a6-2ccefecbff9b/width=450/7856028.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UOKAsH~p0PIVNz9ZD%MxE3Mwxua#xue-R-t6", "type": "image"}, {"id": 7856030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab5782d0-0f07-4e1c-91ba-ae33cb1fc192/width=450/7856030.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UsJ+DZMw-Tx]-;%LxDoz~UbcWqoJxtazRjV@", "type": "image"}, {"id": 7856029, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9af4a2c-5419-4155-bf6c-218a7a8a03ff/width=450/7856029.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFHxQh~q0O4TI94nNGkD02Rp-P%g-i%Kozoy", "type": "image"}, {"id": 7856023, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9abf356c-ac7b-40f8-bcdf-372cd71732e5/width=450/7856023.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UbLgz=H?_2xb}=tltRr=%MWUMxS4O@rqM{Ne", "type": "image"}, {"id": 7856032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/604ae4dc-6d8f-41ca-9108-8fed1237c590/width=450/7856032.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UVHo%F4U^m%d~Wx]rsxv[v%goar^%K%2IVs,", "type": "image"}, {"id": 7856033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8221863f-058e-42bd-addc-3bd3ab00b3f0/width=450/7856033.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UULXSkIUxvxu~A.8IVnkxDRPxCt8xZWAtRxZ", "type": "image"}, {"id": 7856035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a759bc92-1f99-4a0b-b097-746a4ad40188/width=450/7856035.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UQI};V00tl$$~8Neoft7;wW=-otR-nRlIoxC", "type": "image"}, {"id": 7856034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48642089-ea9b-4c6d-a4bb-d5d3d0c3194f/width=450/7856034.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UaJ*k+_N~Uoy^jnhnhba-ORjMzogoHNbS5r?", "type": "image"}, {"id": 7856037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8da76cb2-c56f-456c-af62-42c62316f099/width=450/7856037.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "USHVhhPoXAVZ}F8{IAVsMyMyr]xuBMXNx[tS", "type": "image"}, {"id": 7856038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4181522-e395-40d7-a1af-affb59fb1d12/width=450/7856038.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UQK1j[i^w|?^}k?cJBs8NGs,xVD%XmslRPog", "type": "image"}, {"id": 7856040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f4dd9db-0050-4982-9793-e30f5d8b1d20/width=450/7856040.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UXJ[I,rV-ox^};.8s+ozD*n~xZIpf+RPI=ae", "type": "image"}, {"id": 7856039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c0f558f-7a99-401a-afe2-641742493889/width=450/7856039.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UYL;HV.7RojZ~pMxM{j@.Txus,WVD*ozfkxu", "type": "image"}, {"id": 7856042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98baef1e-0f8a-4ed2-824a-96fe69a433a6/width=450/7856042.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UiLN#%?c?Is,~UM|R,aJ-ot7R+WBOstQnNaf", "type": "image"}, {"id": 7856041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae192d18-1663-4bb5-8011-5bc4f871ad88/width=450/7856041.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDK0?J9DHW#;Ub?^E*rs0}-o:6XT3pnNmQNG", "type": "image"}, {"id": 7856094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9252fe7d-1f85-4662-bdb2-4aadfe23cdcf/width=450/7856094.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UxMtgUaM~qx[^+tQaeof-pWBE1V[n~fkR*jZ", "type": "image"}, {"id": 7856092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08dcb959-3ffb-4f44-8dd5-dcb9d69edb94/width=450/7856092.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UWLE7yD$OtbH~AoeS$ozjNf+t4kD9xoMnhWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/389011", "modelId": 347704} \ No newline at end of file diff --git a/datasets/metadata/389022.json b/datasets/metadata/389022.json new file mode 100644 index 0000000000000000000000000000000000000000..1dea486bcb97005d6771653c8c00ad104a940eff --- /dev/null +++ b/datasets/metadata/389022.json @@ -0,0 +1 @@ +{"id": 389022, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-12T23:58:04.060Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["CheeseOnTopStyle"], "stats": {"downloadCount": 291, "ratingCount": 0, "rating": 0, "thumbsUpCount": 41, "thumbsDownCount": 0}, "files": [{"id": 312721, "sizeKB": 223103.10546875, "name": "CheeseOnTopStyleXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-12T23:56:33.025Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "881EB8C0", "AutoV2": "00173108F3", "SHA256": "00173108F379F200E5DDF69AD9DF390B46E93EE99F0A56E2A86C372CCBA125D7", "CRC32": "243FE9B7", "BLAKE3": "54D14A2BBC86D43A33A7F9B6E9A0EC5C945F6C8648B4A22406816D0EABE139EB", "AutoV3": "F5081DBF2D63"}, "downloadUrl": "https://civitai.com/api/download/models/389022", "primary": true}, {"id": 492906, "sizeKB": 33591.0751953125, "name": "Melted Cheese On Top Style Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:01:25.707Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "59E93325", "AutoV2": "4DE22DF5E8", "SHA256": "4DE22DF5E8C7D46353CEE4C9EE5087BCFC955CB2532660CED5B99057D39F611F", "CRC32": "5EA0C383", "BLAKE3": "C77C29116BDE307D97766FB67202D585CDD4B15EEC324601965BE07166E46D07"}, "downloadUrl": "https://civitai.com/api/download/models/389022?type=Training%20Data"}], "images": [{"id": 7856537, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a545a34f-b7b6-463c-8475-a7c82f371243/width=450/7856537.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKJ?TL0O0j~8%eRkM|oyO?$yrYNe0*xrIWa#", "type": "image"}, {"id": 7856521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f2ed02d-9392-4450-a922-82abe6d70130/width=450/7856521.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDB#^t.S9byD02DOM_M{00.T^+NFU[D%s;%M", "type": "image"}, {"id": 7856523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eab740fd-154d-4281-850a-fa3635e750ba/width=450/7856523.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UQHd+|-:.8sm~U?FxaR*xE%LWCa|4:IVM{kC", "type": "image"}, {"id": 7856531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7518c41e-406c-4f70-b00f-0a7aa0033814/width=450/7856531.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDGc7C-h00Di.94U00?G~qxv9F~oD#E2nn%2", "type": "image"}, {"id": 7856522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d54881b5-67ab-4f4e-850f-c594ff60ce59/width=450/7856522.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8DljFD$-v^-9?Io00tPe=xvxuRi00xuRQM{", "type": "image"}, {"id": 7856532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9dbbd3e1-5682-47ce-bfbd-3a8d67fa0c64/width=450/7856532.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBC85GJP*IxuaOxbMyeoU_t7E1RPtkM{Syx[", "type": "image"}, {"id": 7856517, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/517ccb70-c5cc-4481-b44a-ab281c7b4320/width=450/7856517.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UMHfI_My-;?b%%RktRtRtm.8VrIU4:4nIUR*", "type": "image"}, {"id": 7856518, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6c9191e-3ed4-47a8-98d1-dda04161e33b/width=450/7856518.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UgJ~*^%1XSbb}SWoR*nirrxWxDof58smxYs.", "type": "image"}, {"id": 7856526, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebfca63b-51b3-4073-8117-3d0754f4bac4/width=450/7856526.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UB8~Q68{D5?]4T%MIAR.?uNGu4iwHrtRXTsk", "type": "image"}, {"id": 7856533, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8148550c-d251-4906-8667-ced6abbe0c50/width=450/7856533.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UTG9BQx[~qofE2Rj4oWB_2of%2ofWBfkxuj[", "type": "image"}, {"id": 7856538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/615bce9c-9ef2-46fe-9873-4a16ead9479a/width=450/7856538.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UOL2;X+Z4;s.1koys7n$~peS#koKTyE2Ioj@", "type": "image"}, {"id": 7856527, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fc6cc10-1b65-4801-92c6-de04f6b70f15/width=450/7856527.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHELKt9%02~C%zEUIw%M=~xdV|JQ02xu~BIV", "type": "image"}, {"id": 7856528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31a4fd36-2e43-4750-b168-464736455e69/width=450/7856528.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UAA9mM~Ck=o}OsELE1rXELR*$*xa0eELn%wd", "type": "image"}, {"id": 7856535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c786c220-2c43-4026-a25a-96a14465a622/width=450/7856535.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UIIf.9~BORxW9XM_r?t7}tNFIn%M5QWFWExv", "type": "image"}, {"id": 7856524, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff8588b6-4ae6-41cb-bbb7-890a05355438/width=450/7856524.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UcHV#Pj[%L%M^%V@-;jZ~ptRt6WBs.M|R*WB", "type": "image"}, {"id": 7856529, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/899c70bf-4412-4df6-a551-d3ba871134bf/width=450/7856529.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDFFKx^nD+xd00xd%NIU_N?HM{D%0K-:oaM{", "type": "image"}, {"id": 7856530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96af8a43-14bc-4b08-b914-86c520e177a0/width=450/7856530.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKDCEvt-yYofNzV@IBxup{bHH=X8QmkWx[ae", "type": "image"}, {"id": 7856534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b04dcf6-f9c2-402d-844c-6d749215bd0a/width=450/7856534.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U5C;@g-7001MAWJRv}NG0K=y.TrW0eI:K*%2", "type": "image"}, {"id": 7856519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f95dc02e-e56e-4f18-ba2b-43ef5e6e2cf7/width=450/7856519.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UXI5MYbc.TxZIVV@IUflt8oLRPWXS6t7xtay", "type": "image"}, {"id": 7856614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b1fae55-c059-4fb9-96ab-6dbf94814f35/width=450/7856614.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHEoJu0w00~W~pV[4n%2D%-WM^MxIsSw$+I:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/389022", "modelId": 347714} \ No newline at end of file diff --git a/datasets/metadata/389042.json b/datasets/metadata/389042.json new file mode 100644 index 0000000000000000000000000000000000000000..ad93965a2aeb5fdcdcf02b1b5e71992ff5392734 --- /dev/null +++ b/datasets/metadata/389042.json @@ -0,0 +1 @@ +{"id": 389042, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-13T00:05:13.709Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["FluffyStyle"], "stats": {"downloadCount": 163, "ratingCount": 0, "rating": 0, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 492905, "sizeKB": 139615.4951171875, "name": "FluffyStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:01:26.044Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "67DDA8B4", "AutoV2": "3428C9B176", "SHA256": "3428C9B17624D5C8F3AE640B32AB01F7FFBBE4A7A2189FF396CBFBF12CEE3629", "CRC32": "B200C5C4", "BLAKE3": "1D0BE0D7FEC738786B80EA3CD49D7D7DE4A95AB4C5A2B2AE78BABB52BEAD1CBF"}, "downloadUrl": "https://civitai.com/api/download/models/389042?type=Training%20Data"}, {"id": 312745, "sizeKB": 223106.97265625, "name": "FluffyStyleXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-13T00:06:19.470Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D4A9E549", "AutoV2": "2D19B3077D", "SHA256": "2D19B3077DF745A99531E8F5F69EBF0F381563DF0D6E64832D146C21C5507469", "CRC32": "19FD1A8A", "BLAKE3": "7B47D4EEACA50BC1F272FCF00B6ED8007583CDB0694B820B3AD4DF5AEEB36CF4", "AutoV3": "E27ECE19D997"}, "downloadUrl": "https://civitai.com/api/download/models/389042", "primary": true}], "images": [{"id": 7856838, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2328380f-bb19-48b6-9468-581f1c786d15/width=450/7856838.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UWGTEC,.F{PAs+ofD%NwYks:Z$T0t,ofnMo0", "type": "image"}, {"id": 7856839, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51ab2163-9032-4b92-9718-48c571bd2c83/width=450/7856839.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UaB$+En%HsXApfozT1bc-.WBRPjETeo#oHaK", "type": "image"}, {"id": 7856858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/baacdf99-d5ff-47da-a999-ac4ccf91aa89/width=450/7856858.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UKDlp8x.Xe-:_Lt7IVoyy8t7ICWU%Lf#RQkA", "type": "image"}, {"id": 7856847, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59fbadd5-6023-4fc3-9aef-7f11cf267686/width=450/7856847.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UaJ*hk%f.Qxt_MWUI.V@OlRjIURjSxjHayof", "type": "image"}, {"id": 7856866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35972360-d157-4cf7-b72a-c21504f501ce/width=450/7856866.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "U9F5pkog010M.AIVDgD*ALD*=BnhSjRQ?CM|", "type": "image"}, {"id": 7856867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2af3045c-75cb-46c5-af5b-4883bb168375/width=450/7856867.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UBFq:;^a%Cro0IRO9vRO?wI:IwR%FgI@s9Ny", "type": "image"}, {"id": 7856846, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84afda95-820e-4263-adfb-d22f96794ae7/width=450/7856846.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UD6[O6%NSiMx%%tSR*M_x^xvV?M_X8ogn$Vs", "type": "image"}, {"id": 7856857, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd75ec8d-a332-4bf2-b9af-e0241c374520/width=450/7856857.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UJ8[YlyrL$a3?^o1HsV[Y.VZI-ShUvo|PoRk", "type": "image"}, {"id": 7856864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c9ec9aa-3441-4d50-a192-ea993b3e0a4c/width=450/7856864.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "ULAMVCx[U]of?]WBH?f+#+kWOsoLx@kCWBoy", "type": "image"}, {"id": 7856841, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40c3c624-8986-4314-9fc3-5ddda47af1ed/width=450/7856841.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UGFGjNoyutxa?pkVDQn+{XoLXzWBDjjGNGRk", "type": "image"}, {"id": 7856843, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a208a04b-6e64-44b7-8b35-207b44d5116a/width=450/7856843.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "ULKmqZI9_2rXxt-;D*M|xt9FNLNG4nV?~WaJ", "type": "image"}, {"id": 7856842, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/082b480a-6f32-4685-add0-b92abd2d989e/width=450/7856842.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UVLCJ0Fwt-s;?^nP%#xZ-Vr?NtM{xaofRPkC", "type": "image"}, {"id": 7856844, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f41fcafc-5500-4c8b-8945-3b52ef31d98d/width=450/7856844.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UKKLE#xuWBxv_NaeWBof%NofofWAxuayjuay", "type": "image"}, {"id": 7856851, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18617198-d465-43d1-836d-045c21fbe754/width=450/7856851.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UPJtF[i]?vs:_3D%tlRk_NIoS4bHtSRPRjxt", "type": "image"}, {"id": 7856860, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac2b00c3-83b2-49e0-bdca-06af55dc34df/width=450/7856860.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UYDJ^dD%o|sp?^MxRjofyDVsMxkCxuM|aeof", "type": "image"}, {"id": 7856854, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8756579b-4861-4d22-9edd-7e8cac87b1be/width=450/7856854.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UgKnw^Mx~Vxs.5xuD*WC~VoJIps:Rkoft6bF", "type": "image"}, {"id": 7856855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da40f0a2-9f8f-43f6-bc63-6fc5a2dbf584/width=450/7856855.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UMHnf{~pJWIqOFXTR-bII^x^xZt7g3OZx]bF", "type": "image"}, {"id": 7856865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f770144f-260f-4c33-80bb-d9cded1fbdce/width=450/7856865.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UgJGmHtjG9xa=%WBSxofufk9w|oLbxogs:ae", "type": "image"}, {"id": 7856850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e960f71-6673-430f-a477-afe2e1c7e933/width=450/7856850.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "U9F5vYWa0fn5~o%K9HtP2dR+v}tQNyrs-jae", "type": "image"}, {"id": 7856845, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de76df54-efd6-4101-a16b-fa7408b969c6/width=450/7856845.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "U6B:5Q+$1s0{=*%N9WEd@Eo}00IUtmMcO@rY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/389042", "modelId": 347734} \ No newline at end of file diff --git a/datasets/metadata/389086.json b/datasets/metadata/389086.json new file mode 100644 index 0000000000000000000000000000000000000000..93589b7133e07d7876215ddc249b4b381d94d120 --- /dev/null +++ b/datasets/metadata/389086.json @@ -0,0 +1 @@ +{"id": 389086, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-13T00:39:22.396Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["MinionStyle"], "stats": {"downloadCount": 222, "ratingCount": 0, "rating": 0, "thumbsUpCount": 39, "thumbsDownCount": 0}, "files": [{"id": 312789, "sizeKB": 223103.52734375, "name": "MinionStyleXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-13T00:46:30.082Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F122108E", "AutoV2": "E114B1184C", "SHA256": "E114B1184C9E465D2EE9CBD0BEC69E2E0AEEE2EE87D4AD4224257C1B431D8E5C", "CRC32": "B2659C90", "BLAKE3": "A285F1164471B313D5651B19BAFE8781BAA6D03294649C2A88EDB04429F3BB3F", "AutoV3": "C0D70BF638D6"}, "downloadUrl": "https://civitai.com/api/download/models/389086", "primary": true}, {"id": 492923, "sizeKB": 80595.111328125, "name": "MinionStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:03:49.375Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5F2D6669", "AutoV2": "9B48A1DE17", "SHA256": "9B48A1DE170A377B17556ACED9867111CD7197D03897B97EE36EFA2A91E03BD2", "CRC32": "3E6BD66E", "BLAKE3": "D8153402FCD2A82183A62CED09BCC69818D0D186E061D3A8FB5153EEA72260F8"}, "downloadUrl": "https://civitai.com/api/download/models/389086?type=Training%20Data"}], "images": [{"id": 7858111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aad9a2e9-72d8-4baf-b082-7fe5c9ba62f5/width=450/7858111.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDHLF,?G009H0kbI9FD+~VIW$|%00h9Hxt%1", "type": "image"}, {"id": 7858113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6daef8c3-18ba-4304-a364-ed053c575e94/width=450/7858113.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8DvN5-U00E30Rs8L}?ays9Z+Xo}0Nxu?FT0", "type": "image"}, {"id": 7858109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24c534f5-8332-43fa-90ff-45f1f7e9dcee/width=450/7858109.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U5E.CCeoL#yBDh9ZEA58qu~A_NIA02EM~3IC", "type": "image"}, {"id": 7858112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5307a91d-d76d-49c4-af5d-81432781ca53/width=450/7858112.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "USJ82]xoH?NMysE2DikW%gIVVr%L%gocM{R.", "type": "image"}, {"id": 7858143, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7edfbf7e-f109-48a3-9a3a-a07cadd34152/width=450/7858143.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHFr9Q}?^i?H4:jGRQf8rqWrRns8Iqxa-:M|", "type": "image"}, {"id": 7858129, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/342e478f-c706-42ab-bf68-4adb1880f6d3/width=450/7858129.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UJELpTEL0K?G}@bb58xW5O%1xcIo5Yn}-5S$", "type": "image"}, {"id": 7858115, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17e0806d-b992-4424-9487-2ece086ed796/width=450/7858115.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8BWf0_MT}0LyE%M9Z4oIBM|R5Z$F2tk-o%1", "type": "image"}, {"id": 7858128, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9a87a9a-ae94-404f-a5d9-e4fa6d5bffa0/width=450/7858128.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U9CP-GZz02jY%#-lE94o02My?a%104D*~S%K", "type": "image"}, {"id": 7858131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/596ad2a0-1dde-4f8a-9db8-05ebaa684376/width=450/7858131.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDFOS-Ei?F9v~U0NWAS50j0ixV-nxs~T^$r?", "type": "image"}, {"id": 7858124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71eef29e-b524-461b-9ff6-65b5b790d03b/width=450/7858124.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDBq9L01.9${~o9F-:IBS$oZ$*E1tPovogR~", "type": "image"}, {"id": 7858138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c89f8a44-a5d9-4796-b8dd-35c61d426445/width=450/7858138.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U9Gk9B%J00H^_LbY8_M}00aO^Txs60R+VrxG", "type": "image"}, {"id": 7858145, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c1cb335-8ca1-4ef4-a676-fadf3e283426/width=450/7858145.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBDv_t_LQ*it-PVZ9tpGRwbntT?HuHIq~8-4", "type": "image"}, {"id": 7858120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d93acfcc-10e2-41c2-a267-af3267b363de/width=450/7858120.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDC%mqc[$,DOO?NwIURj00VYR3xtDj#Q-:%M", "type": "image"}, {"id": 7858110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51ac5d7e-2b65-494b-8952-ddaabcbdd653/width=450/7858110.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKD,DQ~mM^smyWS~IWRl0fOr%MIV9axa-.V@", "type": "image"}, {"id": 7858130, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f363f476-c863-400e-a4a1-ca1472bdb9fd/width=450/7858130.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBDSn04?Nf~6E-V@^iIU03-n?E4qD$W-E1xv", "type": "image"}, {"id": 7858137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eacbc337-10d8-4a45-acbb-1d1efb5d10e8/width=450/7858137.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBEN6ZVYr}.800RP00o|t-o~m6M{.TtR?GaK", "type": "image"}, {"id": 7858151, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b817731-d3b7-48e2-851f-917c44e1d258/width=450/7858151.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UNJZ^|~8,*--^G-mn#j==WxsXUIpE8RkoyW=", "type": "image"}, {"id": 7858141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f8c6411-f685-4ed6-b6a1-fcb4f0b44489/width=450/7858141.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UgA2igXoI]xZ*0o}R.oIJEt6t2WBNhobt2a%", "type": "image"}, {"id": 7858134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4b03c98-7d38-4dfc-ba1e-352ceec9fb00/width=450/7858134.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UXFG2tngIBi{*0n2MyjEI_VsxpsjG1WY$^s*", "type": "image"}, {"id": 7858139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/422e2e6c-ed82-49a0-b414-6bd16a838549/width=450/7858139.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKLFE+G0~S^#Kv$~oaW9?^$c4?I_0:9dM|tS", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/389086", "modelId": 347778} \ No newline at end of file diff --git a/datasets/metadata/389110.json b/datasets/metadata/389110.json new file mode 100644 index 0000000000000000000000000000000000000000..3b43c4044afbbb604b6daba4e8e7d1c468a38cf8 --- /dev/null +++ b/datasets/metadata/389110.json @@ -0,0 +1 @@ +{"id": 389110, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-13T00:53:20.119Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["SpyWorld50s"], "stats": {"downloadCount": 159, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 492924, "sizeKB": 72355.80859375, "name": "SpyWorld50s Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:04:06.556Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "92F534A8", "AutoV2": "9F597DBD67", "SHA256": "9F597DBD67ADB6E9BB13E7E6F028935CD2C5D58FA04AC833A61C03055A2C2AE0", "CRC32": "94ED5610", "BLAKE3": "61EFC4B7D0DDEF902A72406DE745FF3E1C11D9118A72A69D734696A738332D4A"}, "downloadUrl": "https://civitai.com/api/download/models/389110?type=Training%20Data"}, {"id": 312801, "sizeKB": 223100.17578125, "name": "SpyWorld50sXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-13T00:56:19.761Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E5105E89", "AutoV2": "CC11176EFC", "SHA256": "CC11176EFCA1B396F8A37DF4C7473E14B94637E900390FF807A8F9CBA96C4D1A", "CRC32": "7F5F93F6", "BLAKE3": "D789B7A508E6FC9F2FBB84723255E38D49B81849835F4E8BAE9117B9739464A6", "AutoV3": "AE6B4180DDFE"}, "downloadUrl": "https://civitai.com/api/download/models/389110", "primary": true}], "images": [{"id": 7858799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5714c81c-0fd1-4b5e-b451-aeb3b869114f/width=450/7858799.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U3A^2XNH~p~o0h9GjsM{4Tbc4p9a00~URQWC", "type": "image"}, {"id": 7858802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02ec48aa-1a13-42fc-99c3-42c3da0f0dce/width=450/7858802.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UEECd*%MT1-:$KM{4:E102-p-nIV58xt~UoM", "type": "image"}, {"id": 7858800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71be4d5e-9efd-4684-a9fa-b84d0eea9a93/width=450/7858800.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UB9%x5M}-oIU~pbIxZRjafM|bGofIo9Gxaxt", "type": "image"}, {"id": 7858801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4903d9a-8418-4a7f-9229-5cf22cfa7820/width=450/7858801.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U4ECOF_2Di4.~UNG?HD%00IU02^*00%1xu?a", "type": "image"}, {"id": 7858798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/281d3aca-b684-43f1-9c9b-e39adb9e2035/width=450/7858798.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCAc_2RlMwR-~WxaM{RkIAxtxaRjDiWB%May", "type": "image"}, {"id": 7858803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aee32e44-8eb5-4df4-bc29-711195084a3d/width=450/7858803.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UEF}yC~U01M{R*9a-U^*s,xa?at7E2of?Gt7", "type": "image"}, {"id": 7858804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf765155-c22b-4a6a-bc77-88f82fa578be/width=450/7858804.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UEC6fD~UW.x]Xnxt?Z?a?E%Lxut6IU%1fkE2", "type": "image"}, {"id": 7858805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/762e56b8-4381-438c-9d4c-52ba1e5f2561/width=450/7858805.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UECGDHNHt7~p-;E1t6%MIA%2t6D%00-pxt9G", "type": "image"}, {"id": 7858806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a98de4d5-eb16-419b-be2a-6a6df7e3a965/width=450/7858806.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U5B3Zy-V^jIo_NRk~AIpqts.-:WX00xZxaof", "type": "image"}, {"id": 7858809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38e431dd-7854-42e4-938c-cf724029b26f/width=450/7858809.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UXEME=xtniIU~ps.aeIV%1f6s:ofjYt7Rjt7", "type": "image"}, {"id": 7858808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb6d54ec-1013-41d2-8dc8-72ec10758cb6/width=450/7858808.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UZJHaG~p%gMyo~NKtR%L^*xZIpRjozWBkCM{", "type": "image"}, {"id": 7858810, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6713249-2130-4705-98a4-cedd18a1ff61/width=450/7858810.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBC6+2xue.%L~pIUIq%L.8D*V[%L9ZRjxuM|", "type": "image"}, {"id": 7858811, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a351421-0fcc-41e5-b2ea-b8b84c40803c/width=450/7858811.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UfM6|u~U-pM|yENyofs:=^t6IVofITRjadoe", "type": "image"}, {"id": 7858813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70d8ba12-84db-444b-97fe-6afd24281ca9/width=450/7858813.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCDR=^=xELAv}?smM{JB-oS#E1M|tRJB-o$%", "type": "image"}, {"id": 7858816, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2353e806-8535-4020-9061-85fcc9f30d6d/width=450/7858816.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U59tZE-;xu%L9FIU00WB~qt7oLoz00j[?bWB", "type": "image"}, {"id": 7858812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c3fa044-4d83-4c2b-b577-dd0e223ce697/width=450/7858812.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U5DSgqGJnh8{u6?aT19G00]}I[x[0Kf-Vr%M", "type": "image"}, {"id": 7858818, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54782a02-150c-4f1d-9dc5-6f6e11547891/width=450/7858818.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U58;GO~UIoIp.8g3^%%L01D*t7jt8{IB9HD*", "type": "image"}, {"id": 7858815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3df515c8-a1ad-403b-a821-46f8e4c1968b/width=450/7858815.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UXFr|vM{%MM{xuWAMxM{~qRPj[kC?aRjf6M{", "type": "image"}, {"id": 7858817, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff6def1a-b8e3-4d09-b8ea-700319f340e1/width=450/7858817.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UF6JXrVrDie-.TVrIAozRQV?n3tkE3j[%ftR", "type": "image"}, {"id": 7858819, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c3fdd85-84dd-4116-a36c-73704eefe5f3/width=450/7858819.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U5A^RNM{00ae_24o?be.~p4o-;_2004oRjt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/389110", "modelId": 347788} \ No newline at end of file diff --git a/datasets/metadata/389522.json b/datasets/metadata/389522.json new file mode 100644 index 0000000000000000000000000000000000000000..3f613b44cfa5f91a9251fe503b23f5124efadd08 --- /dev/null +++ b/datasets/metadata/389522.json @@ -0,0 +1 @@ +{"id": 389522, "index": 0, "name": "v2.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-13T08:04:18.390Z", "availability": "Public", "nsfwLevel": 13, "description": "final~
", "trainedWords": ["akazaki kokoro", "cone hair bun"], "stats": {"downloadCount": 164, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 313184, "sizeKB": 4419.173828125, "name": "KKR.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-13T08:01:06.058Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "51052C3F", "AutoV2": "AF3A3B9A9A", "SHA256": "AF3A3B9A9AE650109E7544686D43CD2EEA2057A2251A828F0E06BA05F1074A8A", "CRC32": "0EFCF4EC", "BLAKE3": "FC81A863FD95A64F5E7012B4A0820B6B918A3988DA042DC506B5EE2441A55B55"}, "downloadUrl": "https://civitai.com/api/download/models/389522?type=Training%20Data"}, {"id": 313185, "sizeKB": 28240.57421875, "name": "kkr.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-13T08:01:05.198Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9F269DFF", "AutoV2": "E60001EE61", "SHA256": "E60001EE61E9ABA1B64EF8878237910E26FD26F040B567A6ABD2697E3AC7A9EF", "CRC32": "24D0FE95", "BLAKE3": "DD82846A1FE5050CF77D650CF9B8279CA1580148BBCFA783A4AA3997E153F107", "AutoV3": "CBAE314F3121"}, "downloadUrl": "https://civitai.com/api/download/models/389522", "primary": true}], "images": [{"id": 7873181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fdde904-fb5b-4d4e-bbbb-d9d726ed0c82/width=450/7873181.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "U3Ee+HEI00^,I7Iv00}?5Ot55dMx0@?H-L4.", "type": "image"}, {"id": 7873182, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd47611a-ee66-4744-84b1-b5fa1ddd6bad/width=450/7873182.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UGIqr[~V0exs9b%L9]4:_2xtR.^+kqWY?aR*", "type": "image"}, {"id": 7873179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a268466-8ae6-4d16-b429-01ae8b8fe3a9/width=450/7873179.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UOJkr=%e5Qw1~qozEM%20Mt9xvsjtnR%IojE", "type": "image"}, {"id": 7873180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6dc23d9e-3940-4875-bb4d-6b6278756fb1/width=450/7873180.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UQKK~N~ABoK*A{s.xuI=n3bcVsnP%3%2%1%L", "type": "image"}, {"id": 7873183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/422e5f61-60c0-4e6d-9f0a-865feb158c10/width=450/7873183.jpeg", "nsfwLevel": 8, "width": 1536, "height": 1536, "hash": "U7Ig}@0000?bDj~B0eI:00EN.8IA0-RQE1Io", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/389522", "modelId": 276347} \ No newline at end of file diff --git a/datasets/metadata/390074.json b/datasets/metadata/390074.json new file mode 100644 index 0000000000000000000000000000000000000000..88f4a64a17347a26ea9179e3336f471e74eaab1f --- /dev/null +++ b/datasets/metadata/390074.json @@ -0,0 +1 @@ +{"id": 390074, "index": 0, "name": "pencil style", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-13T16:41:34.148Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 211, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 1}, "files": [{"id": 313659, "sizeKB": 652.70703125, "name": "390074_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-13T16:20:47.344Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "9320BC5F1D", "SHA256": "9320BC5F1D86F48FDDEA93D49E1D9A15D58B28746D5B1F0520AA0B3CE131FC00", "CRC32": "508F08B3", "BLAKE3": "81B2B195F2C274584907727D588673D3D117D64212FFCBF093BCA1FCB7554DD8"}, "downloadUrl": "https://civitai.com/api/download/models/390074?type=Training%20Data"}, {"id": 313688, "sizeKB": 223098.83203125, "name": "pencil_style-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-13T16:42:05.443Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6E88792F", "AutoV2": "CB8FBCCE18", "SHA256": "CB8FBCCE18E02A0485311CB4D48064111AE64D295A83EBDFDC24BB2FE63480F1", "CRC32": "60BE6A97", "BLAKE3": "7899549A0831E91F3B514637EED23690508C2429A23E71237C18276C5CA84372", "AutoV3": "CD74B61DA364"}, "downloadUrl": "https://civitai.com/api/download/models/390074", "primary": true}], "images": [{"id": 7891763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbd15456-70ef-4bbf-abbd-e7add2d7d35a/width=450/7891763.jpeg", "nsfwLevel": 1, "width": 564, "height": 564, "hash": "UQMj?p~q%MM{_3IU%Mj[WCWBt7fRIUt7RjWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/390074", "modelId": 348675} \ No newline at end of file diff --git a/datasets/metadata/390214.json b/datasets/metadata/390214.json new file mode 100644 index 0000000000000000000000000000000000000000..0ad7290946363e437af829b97459235077e9ece9 --- /dev/null +++ b/datasets/metadata/390214.json @@ -0,0 +1 @@ +{"id": 390214, "index": 0, "name": "\u0414\u0436\u0438\u043d", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-13T20:30:13.704Z", "availability": "Public", "nsfwLevel": 1, "description": "SUPER BEAUTIFUL special shaman of the snowy Russian forest in an ethnic long coat with long sleeves, decorated with beads and colored feathers, surrounded by a whirlpool of sparkling snowflakes, charming, graceful platinum blonde with wise and beautiful blue eyes, among pine cones, squirrels, magpies, bullfinches, blue jays, polar wolves, arctic foxes, polar owls, northern lights in the night sky with bright stars, illustration of a masterpiece, Luis Royo, Akihiko Yoshida, Yoshitaka Amano, Kimihiko Fujisaka, Yoji Shinkawa, Full color, HDR,
bokeh Nikon D850 sharp focus dof bright studio setting studio lighting cinematic lighting high detail dynamic lighting fantastic view high definition hdr cinematic postprocessing John Philip Falter focused Leonid Afremov Giuseppe Arcimboldo John James Audubon Alex Alemany Ernie Barnes Alexander Archipenko Enoch Bolles
", "trainedWords": [], "stats": {"downloadCount": 41, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 313941, "sizeKB": 36977.375, "name": "\u0414\u0436\u0438\u043d-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-13T20:20:22.247Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8C8DD177", "AutoV2": "FB410FAA61", "SHA256": "FB410FAA6117BE52EAD46AFDB553059522AA5E516668C98AD18CEDAE27CFC4A6", "CRC32": "D6A074F5", "BLAKE3": "30A5E62C53D1EBD2B9420FEDB2E01B379C436FF2672F01E34D2E3C01BC1405E3", "AutoV3": "C74E0DC65A4F"}, "downloadUrl": "https://civitai.com/api/download/models/390214", "primary": true}, {"id": 313788, "sizeKB": 127.3115234375, "name": "390214_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-13T17:51:31.241Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "E94889C8CE", "SHA256": "E94889C8CE4C15075BA67714369C351DE8FB695D1E6997FC86982AC6FC2AE6F9", "CRC32": "A50D9150", "BLAKE3": "798C3C5ED3C3DA96E436A4487BE21C41E8C2CBAA15B0A48FF555B34769F054D3"}, "downloadUrl": "https://civitai.com/api/download/models/390214?type=Training%20Data"}], "images": [{"id": 7901610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b237dd3b-3de1-4820-b62b-2ebd286d423b/width=450/7901610.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHKKNI?w9uxVH=IoWV%2EOadIURku3xFIU9t", "type": "image"}, {"id": 7901611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a822fd16-8dd5-44eb-9191-4430585240a8/width=450/7901611.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHKKNI?^IVi^QmI;WUxuIWR%MxogyWr?IUI:", "type": "image"}, {"id": 7901609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22f5e367-b9e9-41b0-9355-92b34c19f3db/width=450/7901609.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UJJth,?wD%9FQ-NboJs:E2M{Rj-;x]i_IVoI", "type": "image"}, {"id": 7901623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/713c0655-b79f-400f-abe7-b578a961094d/width=450/7901623.jpeg", "nsfwLevel": 1, "width": 700, "height": 1023, "hash": "UGJHN_?wbuRPQ-Ipn$xuNNInD%tR?vk9IUIn", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/390214", "modelId": 348800} \ No newline at end of file diff --git a/datasets/metadata/390343.json b/datasets/metadata/390343.json new file mode 100644 index 0000000000000000000000000000000000000000..1e43b2b53da1e20e47ba180608b3c0d469160000 --- /dev/null +++ b/datasets/metadata/390343.json @@ -0,0 +1 @@ +{"id": 390343, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-13T19:23:55.896Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["CinnamonBunStyle"], "stats": {"downloadCount": 111, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 492945, "sizeKB": 620034.4970703125, "name": "CinnamonBunStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:12:01.414Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9D04D1A4", "AutoV2": "0367CAD502", "SHA256": "0367CAD5023A2B6A8FAA8E7AFE25D86FBFFBB3912649E70C4F6D7E3AEF83FE5F", "CRC32": "D9B40F37", "BLAKE3": "6AC358E5DE988DEBBE0C377FCE523927DBD7698EED33C2D5510D0CA26D0A7046"}, "downloadUrl": "https://civitai.com/api/download/models/390343?type=Training%20Data"}, {"id": 313889, "sizeKB": 223101.37890625, "name": "CinnamonBunStyleXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-13T19:25:58.359Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1969867C", "AutoV2": "B3118D0A93", "SHA256": "B3118D0A93FC9BE9235227C4DB55F961915217BF34F843A168C479B1E49B9AF2", "CRC32": "118D0C4A", "BLAKE3": "78F66814DEC4042F565C65759597A0E20BAF4B6655379B32870179D72746D1DC", "AutoV3": "96429EC414C2"}, "downloadUrl": "https://civitai.com/api/download/models/390343", "primary": true}], "images": [{"id": 7899044, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b1d00eb-0481-4e54-85ad-77e0c4731872/width=450/7899044.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCIOOr={?c00V^00?Eo~02-;-3~pENaJ-;V@", "type": "image"}, {"id": 7899031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/969a2578-c481-4daf-aac2-1b92ca9d536b/width=450/7899031.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UAEyGC01o|s:%#rC?aD*00Mx~p9Fr;I]XnnM", "type": "image"}, {"id": 7899030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8557700d-0f97-493f-8fe2-3fea1e26401c/width=450/7899030.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBI4-G?vTLWF04XATL4;BXog00xX00WZ^*~V", "type": "image"}, {"id": 7899029, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0eea27c2-d1a9-4dfb-b58d-6808de482e0f/width=450/7899029.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UGEpc^XAu6%LrWbw00Q,I9g4-nMxFzoI%1Ri", "type": "image"}, {"id": 7899032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d51b37dc-064f-4824-8cfa-fbf262a75911/width=450/7899032.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UNI=0]}+tSIUE39Fi^XTFgj]rqt7^*VWx^kX", "type": "image"}, {"id": 7899033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8250f662-9747-4f32-b844-742917d7fdfd/width=450/7899033.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UEDvm0KkNHx^x^*0yDn30M~V%1pIMw%2-;tS", "type": "image"}, {"id": 7899035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e55b5249-9b13-4bed-9f00-737eb2776697/width=450/7899035.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "U9G[J^~U0KRQQnVrxUWA00oc=|%1GG-;Ndx[", "type": "image"}, {"id": 7899036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d59296cc-eb64-4b84-8a38-33e22ed29d01/width=450/7899036.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UEGl3LxUOs~W5YD%_3ROIrix?b4n9G9Zo#IB", "type": "image"}, {"id": 7899049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6d6be7f-ce7e-41f5-a931-bd3f14e33a3e/width=450/7899049.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCG[G_01_M^i~q-VxtWo02~VM_%M00xunMWU", "type": "image"}, {"id": 7899037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0f8d293-fc8b-475c-af11-c086b6471c4f/width=450/7899037.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UOGlL[~VyFI;%#t7tSt75S9FIUadIURPi^jY", "type": "image"}, {"id": 7899039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/993873d1-def1-49e1-992d-3a899801ea0d/width=450/7899039.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKF$2|~VJC9ZO[EOKPJ8#9kCIo$*D*bcs,tR", "type": "image"}, {"id": 7899038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fd962ee-792f-4e18-89db-ab8e735dfef2/width=450/7899038.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKGbxES|%f~U%LxqkRs89GV?R*IU-;bwS5%M", "type": "image"}, {"id": 7899041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc4e64e8-1e44-4ae4-9e86-d3a0cd094f68/width=450/7899041.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UPG+q3R.pJ~V9Gw[%1V@o~xZRONeE3o~%MS6", "type": "image"}, {"id": 7899043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d424e33-4a29-4b19-b102-581ba4745a1c/width=450/7899043.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UOL4KP?w?HM{X..8ng9GlA_NVrIAtlE2?Hxu", "type": "image"}, {"id": 7899045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b48e7865-c9d8-4187-9fbd-eb78a233cc22/width=450/7899045.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UEF}yS4n00?^_3xZ4:s:#7xuR-9a9E%2o~IU", "type": "image"}, {"id": 7899040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e6bd467-bb26-41ec-ac5f-71f19b3ba8b3/width=450/7899040.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "UsH.]0Vsc[-;-oxaS$i_%#nOn$ozNGjZWCR*", "type": "image"}, {"id": 7899050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d952ba4-7521-42f0-ae56-65989dc191fc/width=450/7899050.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UIJtV7E3-N~B-U4@4:NG$|9cE1-o0Nxu9Ixq", "type": "image"}, {"id": 7899051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1916ac7-08a0-4a6a-a3a3-2d4354a10dff/width=450/7899051.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UGEfc#NHMc_4yZW=WBt7Z}oMxZIopIbFM{WD", "type": "image"}, {"id": 7899047, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29cee478-4e11-4c08-a28c-552cea90e0c2/width=450/7899047.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UYJbKX%29@9G_Ms;IARQX5aeRQtQ%LjJX8j@", "type": "image"}, {"id": 7899053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3df7650-1b19-4986-ae35-7fb2deed66f9/width=450/7899053.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKJa_+-;W?t8h|E1V@?HAd9Gmkr=8{?v?^Ne", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/390343", "modelId": 348918} \ No newline at end of file diff --git a/datasets/metadata/390372.json b/datasets/metadata/390372.json new file mode 100644 index 0000000000000000000000000000000000000000..7bc1cf30455108e0d83dcd152cf79d612c676abe --- /dev/null +++ b/datasets/metadata/390372.json @@ -0,0 +1 @@ +{"id": 390372, "index": 0, "name": "Orizen Style [PONY XL]", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-14T06:25:27.608Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": [], "stats": {"downloadCount": 300, "ratingCount": 0, "rating": 0, "thumbsUpCount": 65, "thumbsDownCount": 0}, "files": [{"id": 314534, "sizeKB": 223105.01953125, "name": "Orizen_Style_PONY_XL-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-14T06:20:52.523Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "ADEAF2FA", "AutoV2": "3E910FCF28", "SHA256": "3E910FCF28CEB2B2B790B46CCA25342950304D6B7C43D8939B86F6CEE721F7E7", "CRC32": "8DAD302C", "BLAKE3": "6B5718500D9AA295A5B61E012575C9504F6E29FF4704CA074E47CB9EF68A2188", "AutoV3": "A8809D74F202"}, "downloadUrl": "https://civitai.com/api/download/models/390372", "primary": true}, {"id": 313955, "sizeKB": 7611.419921875, "name": "390372_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-13T20:38:02.135Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2C504715", "AutoV2": "3D8BDE7384", "SHA256": "3D8BDE7384D769254939F0BD7B1325A12482B9EDACB9286DFB6DAB51214233BC", "CRC32": "93E0C502", "BLAKE3": "C9B27803A0BBE3CC4F0E14F0EFF88896F7B86906948A0FD85DA1F7A7ADE50431"}, "downloadUrl": "https://civitai.com/api/download/models/390372?type=Training%20Data"}], "images": [{"id": 8261504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c41162fe-9b81-47b4-b878-06fc6898590f/width=450/8261504.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U4G0%a~2fQ~2%fj@azj@fQfQfQfQ%fj@azj@", "type": "image"}, {"id": 8261490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6c82f4b-7a7a-4f24-a147-eb3bd7ba561f/width=450/8261490.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U4Ld+x}YfQ}Y-Cjta{jtfQfQfQfQ-Cjta{jt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/390372", "modelId": 348940} \ No newline at end of file diff --git a/datasets/metadata/390428.json b/datasets/metadata/390428.json new file mode 100644 index 0000000000000000000000000000000000000000..22062dd9e3acb37e1681942dc401e1236a40cf35 --- /dev/null +++ b/datasets/metadata/390428.json @@ -0,0 +1 @@ +{"id": 390428, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-13T20:33:28.682Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 91, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 313952, "sizeKB": 223101.23828125, "name": "Angel_Lotus.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-13T20:31:54.204Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "35F5765C", "AutoV2": "6F171461CB", "SHA256": "6F171461CB6B22478C533527438D854AD31DD0BE934481ADF6ECA836EE64FB96", "CRC32": "F0C67091", "BLAKE3": "3287D6DAA3A4C021EE6B8A004C532E419B8E1CB31859B17469AB14450341F72F", "AutoV3": "A96662DD937D"}, "downloadUrl": "https://civitai.com/api/download/models/390428", "primary": true}, {"id": 313948, "sizeKB": 13651.4345703125, "name": "389704_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-13T20:31:52.335Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7BCE595F", "AutoV2": "BF2CAA72B2", "SHA256": "BF2CAA72B245BE012B40E8263E0DDB147DBF406D00A2C1828AC2BBC2FE17D4F1", "CRC32": "63F03BC4", "BLAKE3": "1EE046308F69404215C86BC9BC1E287BCA289DD5AB5980D15B86F37817B7D3A8"}, "downloadUrl": "https://civitai.com/api/download/models/390428?type=Training%20Data"}], "images": [{"id": 7901673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ade01c5-fffc-451f-9d56-1771e37b48fe/width=450/7901673.jpeg", "nsfwLevel": 8, "width": 1024, "height": 682, "hash": "UNNA0WIU.m=|MxoyD%V]pJogIURjV=n%M{X7", "type": "image"}, {"id": 7901670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8df9c3a-f914-488a-8f9c-a317392b9ebe/width=450/7901670.jpeg", "nsfwLevel": 8, "width": 1024, "height": 682, "hash": "UqPsS9xu?^R-tRkBe=af%gWBV@oe%MayWBj[", "type": "image"}, {"id": 7901672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea471b6f-4eb2-4b8e-9721-e2edc3143005/width=450/7901672.jpeg", "nsfwLevel": 8, "width": 1024, "height": 682, "hash": "ULNcvrIAL4-;L1R5Orx]NKX9m+i_%3kCozRj", "type": "image"}, {"id": 7901671, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f05271c-2de0-4ef1-b3ff-47a0da430f75/width=450/7901671.jpeg", "nsfwLevel": 8, "width": 1024, "height": 682, "hash": "UXP~.,rvx^?H?btQozRi.mSdt2ozw|jGRQRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/390428", "modelId": 348336} \ No newline at end of file diff --git a/datasets/metadata/390459.json b/datasets/metadata/390459.json new file mode 100644 index 0000000000000000000000000000000000000000..50c51c5a87619a7ed16688da8bead1fc91f4e3d5 --- /dev/null +++ b/datasets/metadata/390459.json @@ -0,0 +1 @@ +{"id": 390459, "index": 0, "name": "Harmony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-16T22:01:03.959Z", "availability": "Public", "nsfwLevel": 3, "description": "This is my very first model so I have no idea what I am doing
", "trainedWords": [], "stats": {"downloadCount": 116, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 318361, "sizeKB": 31927.9248046875, "name": "390459_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T17:10:58.955Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1339DC79", "AutoV2": "A3B8C7CD56", "SHA256": "A3B8C7CD562AE94AA9B5284864D9FADD67568A59A8D864E00020FA6EE25509D1", "CRC32": "65F4BB54", "BLAKE3": "7794899BE9CC7FA86B7DE34C959F94A37620A593DE4D51CC4B2ADD1181B40454"}, "downloadUrl": "https://civitai.com/api/download/models/390459?type=Training%20Data"}, {"id": 318453, "sizeKB": 223105.53515625, "name": "Harmony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T18:21:29.391Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FE8E5FEB", "AutoV2": "9A3E53DC95", "SHA256": "9A3E53DC95E63950351CB592A2B3549F9646EC13406D8BB1DE831BC9039FA1CC", "CRC32": "F4E8AAD5", "BLAKE3": "EE7F3D61DF4A64C45F975DA98AED676ADC39A7137E754CD40F55182F23C45F4E", "AutoV3": "D9A9C4CE1BA5"}, "downloadUrl": "https://civitai.com/api/download/models/390459", "primary": true}], "images": [{"id": 8074095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85d88c5e-6d18-4edf-b253-70201c96dc7c/width=450/8074095.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UVNI,LX8?^xHwMR+N_soyXe:oIoytQsoWBNG", "type": "image"}, {"id": 8074078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94b2ea1e-0ce5-43b3-bd55-3addec168d12/width=450/8074078.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UAJGspwN3EyD}GV@ADo|69W:i^jcCOoe#Ufl", "type": "image"}, {"id": 8074108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2da5741f-1127-4a22-952e-e192de6bf3e9/width=450/8074108.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U7Jir9%416^O{:nn0#Mx3CS%,mjC7[pF={wd", "type": "image"}, {"id": 8074357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/010051d2-4f38-4a35-8b63-2b88ede41b94/width=450/8074357.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U9H^#X-;43ELzzNdTX$%3KW=,0nl2QoL}uS1", "type": "image"}, {"id": 8074361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9f23dc2-4de5-4ef8-b2fb-57b970444158/width=450/8074361.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UGKAW[ogui-p#FbbOpaKcYofNFRkyUjbRQkV", "type": "image"}, {"id": 8074358, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63d74f16-f007-49e5-a197-cfb1297eefc4/width=450/8074358.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "URNl17-V_NXl-pxuXmfl?]W-TIr@X+jIe.sC", "type": "image"}, {"id": 8074359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6b50c4c-b613-4582-a0da-43ea76a47ca9/width=450/8074359.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UKN8s+o}~o-V$*OqI;jFyVS#SxR*pEWCfTox", "type": "image"}, {"id": 8074360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7844c527-1123-4a49-8abb-40078184dc4b/width=450/8074360.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UBJQZ*pGLJ$,|NoxEgRSCMwgNsR*LAoyWZR*", "type": "image"}, {"id": 8074362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab9266ec-95ab-48fb-9639-ce12ed0dd5bc/width=450/8074362.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UAJ7d|$+C,pJ[coMFZj=FcS}slw1GokVw5Vx", "type": "image"}, {"id": 8111903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e4aff51-cda1-4331-a220-844c07eab32d/width=450/8111903.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UKLNZHw}c[Xn#8i_WASdGIWTnOobLJWBsEoz", "type": "image"}, {"id": 8111908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f240f6e3-a275-4a76-aafd-a6b7877e1791/width=450/8111908.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "USMijexa-@w5w5SwNZaLo~OAJPkV7DWC$+kV", "type": "image"}, {"id": 8111905, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0d060cb-3b36-4be2-8782-f93ca8b0c691/width=450/8111905.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U9Hn:Xo#0Mxc|#R*AVsA1hW=-4n$3woy;CR+", "type": "image"}, {"id": 8111904, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57d49a1a-c721-4561-bcb6-1de4eb78467b/width=450/8111904.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U8I;lAVa1B?w}uRi9]bd3ZnhM]T03un5=6pb", "type": "image"}, {"id": 8111907, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3bdc85ca-9093-4ab3-bebb-04433d35be27/width=450/8111907.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UhMi~tS5%%$,v}ScNZi{tnSvW-oLTvS2a$oz", "type": "image"}, {"id": 8112050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f79591cb-fd73-4400-93c9-29c78bcb29cd/width=450/8112050.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UCH.gJpc3Zrz}rb]Itm,77bujnnN3-jGv.Sx", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/390459", "modelId": 349026} \ No newline at end of file diff --git a/datasets/metadata/390531.json b/datasets/metadata/390531.json new file mode 100644 index 0000000000000000000000000000000000000000..71e67a13d408088a6ca47c64672d036bc5f3201f --- /dev/null +++ b/datasets/metadata/390531.json @@ -0,0 +1 @@ +{"id": 390531, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-13T22:07:06.319Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["ApplePie", "Butterscotch", "CheeseCake", "ChocolateBall", "CinnamonRoll", "DaimCake", "MarengueCake", "PrincessCake", "RhubarbPie", "RiceAlaMalta", "RosehipSoup", "SaffronBun", "Spettekaka", "StrawberryCake"], "stats": {"downloadCount": 92, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 492928, "sizeKB": 72863.81640625, "name": "SwedishDesserts Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:02:20.381Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B0AB992A", "AutoV2": "4076DB424B", "SHA256": "4076DB424BC111238C3BB595D80ADBE01D6BED89518E9DA7C995544A60CB1081", "CRC32": "44F1797A", "BLAKE3": "789FC7D8F3E7A8CF106267DB609710B133E189B6ABF5AF0B09BC97153F74FD25"}, "downloadUrl": "https://civitai.com/api/download/models/390531?type=Training%20Data"}, {"id": 314042, "sizeKB": 223122.68359375, "name": "SwedishDessertsXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-13T22:10:56.432Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "695A3F17", "AutoV2": "AC31AFEB3E", "SHA256": "AC31AFEB3E25180DA1BD8ACCB1D96EA4E57E9D5D453105C5FBB911894E40840C", "CRC32": "3266B128", "BLAKE3": "969EC9A1AC6A23D0D7E9B6E05927E18009DCFE798A59DE0CFEAD236FB07DACB2", "AutoV3": "5F86423789B1"}, "downloadUrl": "https://civitai.com/api/download/models/390531", "primary": true}], "images": [{"id": 7904914, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8f55884-1c13-463b-905f-1b786fa8f86f/width=450/7904914.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UhMsyR^+%htRxuRjbIof?wR-jYWBs:WAWBof", "type": "image"}, {"id": 7904925, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1bc99d50-7d0e-4652-a0b0-83ba4682955a/width=450/7904925.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "U5H2Wa~q-;oItQ%M%Mx]~qxu%g%2xut7t7jY", "type": "image"}, {"id": 7904910, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c452b579-2e59-4d3f-83ac-b126a91a4080/width=450/7904910.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UVFOT7-Tx^xvjYWBWWV?%%WUtSbvWXofbJRi", "type": "image"}, {"id": 7904915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b6bc9df-ce37-4070-a589-6008d0066d39/width=450/7904915.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UeNd8JIUi+of?KofM_oMZ?ofRjWCRNa#ozWA", "type": "image"}, {"id": 7904912, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/caf517ce-190f-4142-91fb-cc376d09bb02/width=450/7904912.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UGM7Gi~Wp{%2NjsjtlR.0rt,S~bwnpIAx]W=", "type": "image"}, {"id": 7904916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a675923e-b95a-4f33-8b0c-ca7c56538fc6/width=450/7904916.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UXM%TTs;.ToL-;I9MxRj%$VsDit7t7oJxaoz", "type": "image"}, {"id": 7904919, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e750b93c-543b-4575-a959-d4acd4b36d58/width=450/7904919.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UOO2B79bTfM|_3s;X9ofPXofozs:%MkDjYof", "type": "image"}, {"id": 7904918, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0516cf8a-2090-42d5-bb6c-c7156de19fea/width=450/7904918.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UMI}nd~T?vx^_3IWI^bb5xDjD,t2S+^$M|NH", "type": "image"}, {"id": 7904913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/110be9ac-0463-4b95-95e5-84ebf67469f7/width=450/7904913.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDHBxf-;A1n$~VRhN#RP00D$WBM_0MM{xWj?", "type": "image"}, {"id": 7904921, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e06ef0f8-6870-4972-b0c9-69f248281deb/width=450/7904921.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UGKv~Y8^07xs~AsobcR.02tP-:o05ZS2J8jb", "type": "image"}, {"id": 7904917, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50666436-bf26-47a9-ae9b-e0ca6b073d13/width=450/7904917.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UENScto|KnxuM#Eh$*Iq03Io#QR.H=%L#ks;", "type": "image"}, {"id": 7904923, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28416cb5-d7bd-4396-8b37-30d62d72df85/width=450/7904923.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UEKS@7~V03N0-:tRR:bI03I@S~S#R:a$ogoM", "type": "image"}, {"id": 7904924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c25d446-fbb7-492b-b16a-1393e125c0b1/width=450/7904924.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "URH_rp-;XWt7?wofIpRjyGWBx^ozE3ax_1t6", "type": "image"}, {"id": 7904911, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a856dd1f-f04a-4924-b422-7e91403449f6/width=450/7904911.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UcKTSK~UI@WV%2ofj@j[R-WBWCj[xtjsjsj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/390531", "modelId": 349098} \ No newline at end of file diff --git a/datasets/metadata/390536.json b/datasets/metadata/390536.json new file mode 100644 index 0000000000000000000000000000000000000000..0fd27c6c9d7f7a0f839a3adde9ccabd3f0b22c38 --- /dev/null +++ b/datasets/metadata/390536.json @@ -0,0 +1 @@ +{"id": 390536, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-13T22:17:22.523Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["HalloweenGlowStyle"], "stats": {"downloadCount": 144, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 492936, "sizeKB": 349011.6826171875, "name": "HalloweenGlowStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:06:15.773Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A85339CD", "AutoV2": "79DF2E2385", "SHA256": "79DF2E2385D6195853C99A5A1F8992BC3728B9401B4F5C2EC47D8EBFCB947E85", "CRC32": "9B6FA190", "BLAKE3": "8060B12DD9BDAB0564EF206C5247A282B67F6C73BA3DE9A9A53C6DBFA52AF77B"}, "downloadUrl": "https://civitai.com/api/download/models/390536?type=Training%20Data"}, {"id": 314046, "sizeKB": 223105.12890625, "name": "HalloweenGlowStyleXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-13T22:15:51.301Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D8C6A240", "AutoV2": "7BE52426D1", "SHA256": "7BE52426D15DD656FE0C6992AF3478BC3959D55FE269F34D01192483B9F6C9E7", "CRC32": "BE30BE9A", "BLAKE3": "B4E80535A8F4388B68DC8B8CB9A4C94EE5BDFCCC3CFA879D5387FF93A1D62443", "AutoV3": "224CC1CE4384"}, "downloadUrl": "https://civitai.com/api/download/models/390536", "primary": true}], "images": [{"id": 7905178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6268addb-ec82-407c-9085-da950c233e62/width=450/7905178.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBDS,myY0:Q,L#I[8^i_0*wa~Tx^0fR4%itR", "type": "image"}, {"id": 7905193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca2a2c82-3d56-4773-be95-af6246e94d69/width=450/7905193.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U784Pdoz0NRP_NozDjRP0,og;cVs5skD$Jae", "type": "image"}, {"id": 7905179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ed55db4-2496-45d6-bf88-10b2e4c91da9/width=450/7905179.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8B3+@-n_MXA-otS%gVr00R.DjRi9aM{D%X9", "type": "image"}, {"id": 7905181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fc72af9-419b-4d60-954d-cf6d0e67d0fd/width=450/7905181.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8FsS%k?00-o5R$*rVXn4nVXH;tS?^D*Iq%M", "type": "image"}, {"id": 7905182, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb8ad27d-26be-4dd1-87e4-f21575a6e10e/width=450/7905182.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UC8h|9s.DPPBm,j?n3RjD4WA%zrW*JogRjo}", "type": "image"}, {"id": 7905180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d38e3420-233c-4334-961f-401b1fb84953/width=450/7905180.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U5BW=2^300.9XT%gv|H?9c*0x]4TKlo#Jpbc", "type": "image"}, {"id": 7905184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdaf9144-917c-4e54-948c-0ad340501634/width=450/7905184.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8Fh*B4n02D%Gw%M00t70Os.]|WE]_M|0Nxt", "type": "image"}, {"id": 7905187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d526614-39bf-4195-b958-3e8b241e6762/width=450/7905187.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UIF=?htmu6-on3F#DjtR00Zz8_H?Te+?-:fP", "type": "image"}, {"id": 7905197, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83cc5436-3ed0-4e14-a553-935085c6ee35/width=450/7905197.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8Crs1YQ0P9aF}tS~9E40*sV%K$LpHbcE2v|", "type": "image"}, {"id": 7905188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d369233-3956-4bba-95ec-5726923f77c4/width=450/7905188.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHFYGTOt02Q,9us.M|Rk02xY~AJCt6WCf,ay", "type": "image"}, {"id": 7905185, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3a5d7f6-68aa-4426-9bf2-7247ea63e00c/width=450/7905185.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFAnWEvgUbpv7VShkFr?0JbvcER%{BoucARR", "type": "image"}, {"id": 7905186, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b54af50-0502-42da-8825-1478f526c488/width=450/7905186.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDAKXJD%.TDi%MoLDjt7IARiIAozS5bHslWX", "type": "image"}, {"id": 7905190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/097215be-b970-4160-b362-6dcbe2b88c89/width=450/7905190.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8FF%3~B015n~W^+004o00RP00IU_No}-:bc", "type": "image"}, {"id": 7905192, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5fd02930-6cef-4f5d-aa5b-90f8bac7da8b/width=450/7905192.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U5Bfz?=f00Dg1b0$$-^%Q8=WY6X:Btx[VCVD", "type": "image"}, {"id": 7905191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/928e7566-6d09-4399-8294-facdfa66ddbf/width=450/7905191.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UODR+oxt}=kBIqWCE3WVIqR*R+WWJBs.S3oL", "type": "image"}, {"id": 7905189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d12b059d-aa14-46f4-9d89-ee0fad7527b0/width=450/7905189.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U57dk3tS0OV@^%bHIVjF00Rj}.t60NWF^%t7", "type": "image"}, {"id": 7905194, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c541a88-ae6d-49aa-89d3-7cba3330016a/width=450/7905194.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKGk]^_N4n4.9GofIUIU-;$%NdtR01E1%2j[", "type": "image"}, {"id": 7905196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/623ad4e4-b1ae-4184-bc11-717561c01b15/width=450/7905196.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCCr.iCmkqM{4=n4D*n403+t-8xt^zOt?uTd", "type": "image"}, {"id": 7905195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1792e917-ee89-4664-8c96-a428b764cb66/width=450/7905195.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U59H9AtR2zWC~qkC4URj00fl*daeGvoz_2t8", "type": "image"}, {"id": 7905198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6654c33-da8d-4d50-a14c-368d07d5f5db/width=450/7905198.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHD]9$-;4nI90%IUIBoz02nh^h%M~AX9xDRi", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/390536", "modelId": 349105} \ No newline at end of file diff --git a/datasets/metadata/390544.json b/datasets/metadata/390544.json new file mode 100644 index 0000000000000000000000000000000000000000..ea45f384970eba3e79cac32b1b466fe603a8fd5e --- /dev/null +++ b/datasets/metadata/390544.json @@ -0,0 +1 @@ +{"id": 390544, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-13T22:29:46.104Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["P14n03l3g4nt3b0n3"], "stats": {"downloadCount": 352, "ratingCount": 0, "rating": 0, "thumbsUpCount": 64, "thumbsDownCount": 0}, "files": [{"id": 492943, "sizeKB": 611633.0888671875, "name": "PianoStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:11:28.918Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5063DA9E", "AutoV2": "B45B9C5B5D", "SHA256": "B45B9C5B5DFEB7DC52D9DEBA1C4149988F432548C46DFCB51356CFDC2DA52FCB", "CRC32": "4EDDD784", "BLAKE3": "93378E6B9AABD893CB0D9C74E6F26259C27A9A3D33464B276445D11F29E27C6A"}, "downloadUrl": "https://civitai.com/api/download/models/390544?type=Training%20Data"}, {"id": 314054, "sizeKB": 223101.35546875, "name": "P14n03l3g4nt3b0n3XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-13T22:26:04.843Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E79DE7A7", "AutoV2": "10CD54AC8E", "SHA256": "10CD54AC8E6BBA771B99766566F00980BB88EA15F8AB18B9FB1A2839A21342FA", "CRC32": "F3920CEA", "BLAKE3": "D2C68D7F28C2D4B3C18D4135261BA137C86C4F8CBB68DACE735644C662B0EC2C", "AutoV3": "FEE0560721B8"}, "downloadUrl": "https://civitai.com/api/download/models/390544", "primary": true}], "images": [{"id": 7905785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b0361d5-1816-443d-a9ce-b51ad1ce813b/width=450/7905785.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UJFYu*009GV@~qIUxuD%D%oct7ay4nxuWBx]", "type": "image"}, {"id": 7905788, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3542ddd-7f7b-443b-81d7-a4f72534f38c/width=450/7905788.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFE.^Vxa4o?bofxaM{xa_NM{NGRj01%g%MRj", "type": "image"}, {"id": 7905780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26d309af-af92-4f2c-8f0b-2fd2fa8473b8/width=450/7905780.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UJHoB=oe~pj[ITD*xtM{4nD%DiM|I9kDNGog", "type": "image"}, {"id": 7905761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a91346d-7a9e-452b-b8b8-76a6f95a6903/width=450/7905761.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKJa+W~qs;s:?H?GbHM{Di?b^+xutQROkCoe", "type": "image"}, {"id": 7905775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b0010c4-8c97-4853-a6f7-93384993b468/width=450/7905775.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U9Hea#~q?bIU0000MxIUoftRi_?a00-;_Nt7", "type": "image"}, {"id": 7905762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b52be96d-925a-4ce4-b871-02c5fe11f0ab/width=450/7905762.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UQM%+b~q~q%LDhxu4n%2?bxuRjRj.8%M%MNG", "type": "image"}, {"id": 7905763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c527329d-6988-4879-83f5-6012b837320e/width=450/7905763.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UJFYrutS?c~qIUMx4oIU00t6s.M{4nt5t7j?", "type": "image"}, {"id": 7905781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccf0d753-f834-40f9-8fc5-d4bfc394e439/width=450/7905781.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UOG[$g~q%NRjIU9FD%s:bcxvt7ogx]t7RjIU", "type": "image"}, {"id": 7905786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ed2b9f5-264d-48d2-ad17-e8cca3ec5c5a/width=450/7905786.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "ULGSAX-;RkD%01D*IAt8Rj%M.8~qD%%2x]Rk", "type": "image"}, {"id": 7905760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec660960-bf1d-4e32-938d-c6873ee9e5d0/width=450/7905760.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8B{_l~q02jE4T0000-p_3^+?GM|00M{?GoL", "type": "image"}, {"id": 7905758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/290f162c-cd42-4cc5-aa15-5999df1153ed/width=450/7905758.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UZHxpRIT9Z-;~Wt6Ioj[j[t7kCIU4.t7IURj", "type": "image"}, {"id": 7905776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13090027-3aa6-4330-bb16-01a3fe2e48f0/width=450/7905776.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UNGuq7jYIo~pQ,ayIVM_IUbIR,NGSiM{WYbw", "type": "image"}, {"id": 7905769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98ee461c-0945-43d8-93b9-40702da9a4e6/width=450/7905769.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UCFYS[E0EM~C%1Nb0KM{4:-URQIopID*%1xu", "type": "image"}, {"id": 7905773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38beaf23-3630-46fc-84fe-1d7525a7d54d/width=450/7905773.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDD0JzjZ4n~qWCWBxvIUxuIot7IU00-;.84n", "type": "image"}, {"id": 7905774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1f93773-a004-4b12-a243-6afdced7ece4/width=450/7905774.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKIq}y~p%M?HRP4n%2ae-;M{RjM{9FD%xuaz", "type": "image"}, {"id": 7905782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1ab0332-6bfd-42c4-bc8b-8c10105e1d45/width=450/7905782.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFH{7*~p?b4;NMIpof%200xZ%M-:9Fof4nD*", "type": "image"}, {"id": 7905784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae6e1ced-7cae-4537-adfe-eee26cfec17b/width=450/7905784.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHLqb2M{_N~W_4x]4n-p_3%M9FWXbJ-;a#WY", "type": "image"}, {"id": 7905790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fa32ae5-90d6-453d-89f2-f382ce6157b5/width=450/7905790.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFJuDlRPM|-;~qM_MwD%D*V?RPWBRO9FD%%M", "type": "image"}, {"id": 7905787, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f1eaf8a-6ac8-4862-b5b8-8d6962429179/width=450/7905787.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "U7CsjkkX00-n00Rj00IV4oxt_NR.4Tof9FRP", "type": "image"}, {"id": 7906024, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e7a6af1-1499-4ae3-b130-be09ed934a57/width=450/7906024.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFFiADM|0K?b00M{%MM{IV-pIVM{00%2~pxt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/390544", "modelId": 349112} \ No newline at end of file diff --git a/datasets/metadata/390560.json b/datasets/metadata/390560.json new file mode 100644 index 0000000000000000000000000000000000000000..dbb3b23e56e1852d8be741ba65c15a30616e8c96 --- /dev/null +++ b/datasets/metadata/390560.json @@ -0,0 +1 @@ +{"id": 390560, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-13T22:42:17.915Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["BatmanCore"], "stats": {"downloadCount": 152, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 492942, "sizeKB": 523738.34375, "name": "BatmanCore Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:11:24.611Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "05B982A3", "AutoV2": "CA245409F8", "SHA256": "CA245409F800073E0FEFBDC5559CE712F6D1A01DE6312C5404CFD23BF820EAF6", "CRC32": "FE1E5536", "BLAKE3": "DFA905FFD450DB2076F20A0AE4E8970C3B73274CCDD68FAE159F79BF8BDFD027"}, "downloadUrl": "https://civitai.com/api/download/models/390560?type=Training%20Data"}, {"id": 314066, "sizeKB": 223100.78515625, "name": "BatmanCoreXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-13T22:37:58.973Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "36D0153C", "AutoV2": "8D61B4CF77", "SHA256": "8D61B4CF77C181C2F0981C8F3B01881BBD5AD66BD56B3898655172FCB1A0E89F", "CRC32": "1F8E8455", "BLAKE3": "0246F2F9C443D7B3A7568746B916DDA5B6BDF48784151EB04952192445A612C7", "AutoV3": "3B678E4B8CFA"}, "downloadUrl": "https://civitai.com/api/download/models/390560", "primary": true}], "images": [{"id": 7906648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3f850a3-f8b0-4e4a-a30d-79d1945744dd/width=450/7906648.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCGIo:?c~pIo9F4n00Rj9FWB%MRjIUM{-;%M", "type": "image"}, {"id": 7906649, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fc5778a-d5d4-4f36-9fc0-b14efd097c81/width=450/7906649.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFEo=9s+?a~qIUD%9FD%4okC9Zt8IU-pxtt6", "type": "image"}, {"id": 7906745, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a29201d-6b82-4ad2-91b0-9f39ffbbc096/width=450/7906745.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UNDS]=~q%Mt7t7RjM{t7IUt7%M%M9FogxuRj", "type": "image"}, {"id": 7906651, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d22b49e9-baf8-43b3-ab35-a0cd5e7a490a/width=450/7906651.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UQL#Lc%MD*WY%N%LIUR*~qRjD%RkITjst8xu", "type": "image"}, {"id": 7906652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68990f2b-6e83-44d6-aeb6-7211afda865a/width=450/7906652.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "ULG[+o%g~VE1VrM{s:IVR.xuD*%L00WVIV%L", "type": "image"}, {"id": 7906653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc1b5546-2e82-4b2f-a597-8f9f5044a15c/width=450/7906653.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "USFYooR-$eE1*0xtE3V@krt7M{ofxCoLxZS4", "type": "image"}, {"id": 7906654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b7e2b19-88b3-4f59-a283-b20c33621f8e/width=450/7906654.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UhK_LFWA%MR*~qogWWay%MM{9Fs:xuoeofax", "type": "image"}, {"id": 7906657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3afc8ebe-412d-4686-9cdc-2080deb6331e/width=450/7906657.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UAED3W^h?HS$_3D$9Ft8#6~qV?R*Mxt7Dix]", "type": "image"}, {"id": 7906659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/565bb1a6-929d-4d5f-8e6b-f995e5e981db/width=450/7906659.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBEMRUOG_300~p?bx]00kX?b?btRt6%Mxu~p", "type": "image"}, {"id": 7906650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5534db7-62de-491d-89e7-554f54bae7e0/width=450/7906650.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UbI~DKt8b_s;~qt7NGof_3M_ITWBxuogafbb", "type": "image"}, {"id": 7906647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00c1a000-bb1c-43d0-ac39-5532d9f72862/width=450/7906647.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UIHxys%M_3?H~qIUM{og4o%MIUIU00WBIVWB", "type": "image"}, {"id": 7906660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94a161e7-509d-45b7-9f90-ba1d1d9bb52f/width=450/7906660.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKH2sF_3%ND%~qbHIURj00M|9Fs.IURjs,%M", "type": "image"}, {"id": 7906655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e2db9ba-fcad-4bf3-9084-756d970c6f5d/width=450/7906655.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDI=Mnxu~V0K~pazIp%M00E1kXxu00NG4.%M", "type": "image"}, {"id": 7906656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40669166-e0a7-4861-a96d-4f2e3df41f11/width=450/7906656.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UcDwQ$jF%fxv_MjbR%jb%fj]M{V[RiWVD%jb", "type": "image"}, {"id": 7906661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a88cf1bc-6232-47e5-8af6-38ecfe318e56/width=450/7906661.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UYI~Vy9ZWXRk?^jFMyoM4nM{oLoM00spt7ax", "type": "image"}, {"id": 7906746, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64b16bdc-ecdf-4303-88a0-bb7d66684527/width=450/7906746.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UAE.|gsk9EaeF}4n00?bZzIUDi_3?^RkV@of", "type": "image"}, {"id": 7906747, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47a4acd2-93ca-46f5-9a8e-265916f0ac8d/width=450/7906747.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UcH.m4s,-:-;~qRjRPxuxuWBM{oft7j]WCWB", "type": "image"}, {"id": 7906744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/feafdb93-a7c6-422e-bc67-bb8a7d8d1fab/width=450/7906744.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHD]}CE2R58w?w9F%MIAnNVX.9Oar=Dio~%h", "type": "image"}, {"id": 7906751, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea45202f-3689-4a75-8e3b-cb49010ca8b8/width=450/7906751.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UJH_=C9F-;4n~q00?bj[-;xuRjof~qxu9Fof", "type": "image"}, {"id": 7906752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c568736-789f-4588-bf9b-36485287c626/width=450/7906752.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDE{qf?a4n-;_N9FRk?v8^D%%M?b4nD%D%%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/390560", "modelId": 349125} \ No newline at end of file diff --git a/datasets/metadata/390585.json b/datasets/metadata/390585.json new file mode 100644 index 0000000000000000000000000000000000000000..33aa4d46f04ccd438fb884ef412e445157519b51 --- /dev/null +++ b/datasets/metadata/390585.json @@ -0,0 +1 @@ +{"id": 390585, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-13T22:51:55.123Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": ["WrongHole"], "stats": {"downloadCount": 297, "ratingCount": 0, "rating": 0, "thumbsUpCount": 63, "thumbsDownCount": 0}, "files": [{"id": 492966, "sizeKB": 282148.388671875, "name": "WrongHoleGenerator Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:16:13.957Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "84236DB0", "AutoV2": "6CB9D4E530", "SHA256": "6CB9D4E530446FDEA16A0E901D9DB45B1848CE7E5239DFCBF50EB2F89F834FED", "CRC32": "08EF61CB", "BLAKE3": "6025EE7B45B6939A4E3C1342EC4AFAD7DB8EC4232B8AC576AD657592F8262F55"}, "downloadUrl": "https://civitai.com/api/download/models/390585?type=Training%20Data"}, {"id": 314089, "sizeKB": 223109.55078125, "name": "WrongHoleXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-13T22:55:57.105Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "52C58772", "AutoV2": "C616C5D0D6", "SHA256": "C616C5D0D6934B79BDBB5E3B3EE2B59CD8CA3EB167882655D730B299CC419E61", "CRC32": "F3CCB14A", "BLAKE3": "2C530A09009BF2009DD70AF7F9A93194B8309DA0EDF670BBD8D4C82FAE2635AF", "AutoV3": "55FC44B30146"}, "downloadUrl": "https://civitai.com/api/download/models/390585", "primary": true}], "images": [{"id": 7907079, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f37a604-cee6-4056-acb8-5d92845c0ae6/width=450/7907079.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "USL{b%5Rs*rE~X%2Z~ocb{n+rDxFOaIpxDxZ", "type": "image"}, {"id": 7907081, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81f3a7ba-d22a-41b4-a55b-24e71c38d788/width=450/7907081.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U6A-xcR=PD?dH=?vx]kB9bx]?Hacm*H?D$M{", "type": "image"}, {"id": 7907075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b47a2dc3-773e-41ab-bea2-81f9b8bccc0d/width=450/7907075.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UJFs6r~oEJtL92t9a6RoA,NtxbR,r?-:?u%L", "type": "image"}, {"id": 7907076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a328613e-2b38-4a3e-9ced-4b1905e758d7/width=450/7907076.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UMIhES8__39FXA~qMxRjOZtRIUsm$*-pM{IU", "type": "image"}, {"id": 7907077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fee2ec1-4ff5-479b-b4af-61c66445ded9/width=450/7907077.jpeg", "nsfwLevel": 8, "width": 1080, "height": 1920, "hash": "UEGSP}_N00?bMw4nIV-;00D%j=kW4nRj?b%M", "type": "image"}, {"id": 7907092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fc265f9-581d-4f44-af7c-8158c34ffe1a/width=450/7907092.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "UFKnJAxt~q?b009G4nD%00tR9Zs:M{M{_3^+", "type": "image"}, {"id": 7907086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bffb1731-34ea-4299-bea3-76464138ebb6/width=450/7907086.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "USDUAxlC5Ax^.6bDSkWB0qt7^zM|XVt5$_V[", "type": "image"}, {"id": 7907093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e01433e-2a09-40fe-87cc-bdb43475e99e/width=450/7907093.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFHeUh8_0L?b00~qD*R*4mRj?a9F02IU-.t7", "type": "image"}, {"id": 7907095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e15ab2c-5b53-4d7e-ad15-68c671e9b28e/width=450/7907095.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UEI}x2~ptS-;E39FRPRPE1-;9FM{00IUbIRj", "type": "image"}, {"id": 7907094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3ebb2d8-fe15-4cc8-a0a6-129287acbc3d/width=450/7907094.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFECapoMEzRjE2xatRV[0fRP_1%M~pofoIWB", "type": "image"}, {"id": 7907097, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87bfff35-753f-4cd1-8aa8-3ac1c694c794/width=450/7907097.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U6NwKBSmx{.9%%a#8_V?00n%4T%000RiDgE2", "type": "image"}, {"id": 7907101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a92478e8-1920-4e5d-8204-0da01bab33d3/width=450/7907101.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UID,N0tlo{xu.T.8NI%f_M%NoJ-=tjkWWBx[", "type": "image"}, {"id": 7907096, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d963c864-26d6-43a6-8c5a-f98b2361af4b/width=450/7907096.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHKAsWt7-:%N?dRj00of0zt7x]s:tmni_NtR", "type": "image"}, {"id": 7907098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a7bc716-b996-4270-a845-82425789fa6e/width=450/7907098.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URFZBaR3I{V=_3WaSjadIuofD%WB?dad9Gfk", "type": "image"}, {"id": 7907099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ada0126e-bb52-4fa6-8c73-1f344e174156/width=450/7907099.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UhJth%~W.8x].9kDt7oz~VbGIUjZT0ofIUof", "type": "image"}, {"id": 7907103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b92d5bf-49c3-42ce-aaaf-833c4d0f29df/width=450/7907103.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UII=A5xcACMy^+s;~qWC00Rj_3tR%MM|M{t7", "type": "image"}, {"id": 7907105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ba6f314-2d53-41fd-bec3-59d8c0f0284f/width=450/7907105.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOKKTW^+~q-;_3RkR-t7_Noza}IV%#kWIVt7", "type": "image"}, {"id": 7907100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8642e2de-34d0-4cc1-953a-d61d55929722/width=450/7907100.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URK,{V4m-;V?~pemR+Io%2s,WBNGt7E2NHoz", "type": "image"}, {"id": 7907102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78cc7b69-ae1c-4fb2-a05d-2c589615ef0d/width=450/7907102.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBBqoK00Hq%h.mx_4n-SHXO=oNIAQRovo#WV", "type": "image"}, {"id": 7907104, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bee0cdf8-fe6f-4535-aced-0cd57e48fc8c/width=450/7907104.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UrFjB3gO#Qx[I^X9NbR*N4%2ofe=t:oMs8jv", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/390585", "modelId": 349150} \ No newline at end of file diff --git a/datasets/metadata/390591.json b/datasets/metadata/390591.json new file mode 100644 index 0000000000000000000000000000000000000000..638b678011eff8956b4b6bc24a7ae469df345032 --- /dev/null +++ b/datasets/metadata/390591.json @@ -0,0 +1 @@ +{"id": 390591, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-13T23:02:28.395Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["TransformersStyle"], "stats": {"downloadCount": 187, "ratingCount": 0, "rating": 0, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 492932, "sizeKB": 130145.767578125, "name": "TransformersStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:06:21.292Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "593C5898", "AutoV2": "03DEB8BB04", "SHA256": "03DEB8BB0474C0EEFEF0B35CFD056B599866A13751DC051F8F83D296FE0E5686", "CRC32": "BFEE28CE", "BLAKE3": "9A8C2591F114AEEF6BC8AABFD386A1D281D41172B4BF2014E353DF6F75F7D805"}, "downloadUrl": "https://civitai.com/api/download/models/390591?type=Training%20Data"}, {"id": 314093, "sizeKB": 223101.87109375, "name": "TransformersStyleXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-13T23:00:53.095Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6EA67700", "AutoV2": "C0510989A3", "SHA256": "C0510989A39015E03FB93A0D126CB4CE69C652C641F061AAE988BA423F94CECE", "CRC32": "A1BCA4A9", "BLAKE3": "36E154CCAC5476A9C3B1609D1C3CF38F415CFDECBD8A7376D2A6F91A8EF2C47A", "AutoV3": "05C1ECA88B85"}, "downloadUrl": "https://civitai.com/api/download/models/390591", "primary": true}], "images": [{"id": 7907549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53f84f72-3f68-4807-8883-f293610425e6/width=450/7907549.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U6F~mq0*D%UH00Na00+[1N~CYP^O00q[+G5;", "type": "image"}, {"id": 7907551, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c5f43ff-1bb6-4363-a2b8-5d80fccaccf0/width=450/7907551.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UTGJpM?ut0Mx~p-.WBIU4URoR:M|DlbxozV@", "type": "image"}, {"id": 7907557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfe54df6-0311-4cb3-91d3-6b3be75dd8ba/width=450/7907557.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U6H1e;?@0D00-t009u0KHy0x^*~T4}-pM_X9", "type": "image"}, {"id": 7907554, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f168efce-31b9-4c9f-bf74-b039b2db336f/width=450/7907554.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UTK1,XIV%1-l%%D%o#M|?bs6WBNKETIr-ORj", "type": "image"}, {"id": 7907556, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47bd4833-00a0-4215-9c7b-10d8487747f1/width=450/7907556.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHFFy}^*vxMxyZIUm*w[E3Ip$d%L=EIoxso#", "type": "image"}, {"id": 7907555, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d65143a-78b6-486a-a88b-ea856ab36d6a/width=450/7907555.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBDbNu.85OWB}c0wD%M{0_5P^S%M0JD%=h%M", "type": "image"}, {"id": 7907553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d38a513-7dc9-4c08-9af6-e0b0ee23bef0/width=450/7907553.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U7AnDo8^0K?u4.v~5kDiHXM{-;Hr*JxaIAp{", "type": "image"}, {"id": 7907558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a39d0c59-4866-43ac-aa31-1005bc1aa57e/width=450/7907558.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UIC?=J~pA0EOHtIBM{xC0LR%$Lnj5ASj-:xs", "type": "image"}, {"id": 7907560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bae7cf2c-007c-42aa-9815-57972a451a72/width=450/7907560.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UMBPd~krL2x]yXRj9ZVE%#s-MxWV*JVYozt,", "type": "image"}, {"id": 7907564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfdf634d-62c1-4ccc-94af-84ff977d23dc/width=450/7907564.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBF$hJFy0M?^5T-;8{Di00Dj=En4IVR5M{x]", "type": "image"}, {"id": 7907563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/305509bf-ac98-4275-889a-2d6b6a7f88ee/width=450/7907563.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UQLEQzN2%M-U*0nPITRjhL4.9FOX4.9^%1kX", "type": "image"}, {"id": 7907561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/282b394c-ae04-4c77-b71e-fae2a4731ce3/width=450/7907561.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UJ8t*lNaD4wJp{bvHXsAxus9M0XSYiVsoLja", "type": "image"}, {"id": 7907562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02673aa9-5b2d-4edf-b743-b8e49f5ad515/width=450/7907562.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UTI5DL?bITR$M{D%D%W99XWGRixu_4%MIU%M", "type": "image"}, {"id": 7907565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46815588-5c7d-4fbe-a839-b9ca3a83bef7/width=450/7907565.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDEM|4+Z589ZysI98_Mx4:Q-s-%Mvz?^8_gO", "type": "image"}, {"id": 7907567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce3f73ab-925a-4d8b-87a4-5bef1695b2d8/width=450/7907567.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "ULDwKqOFZM%1uPtlZ#r=0NRlo}bcMyDjtlkr", "type": "image"}, {"id": 7907566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/238590d8-df4b-409b-9a5f-a0dd8182f1fc/width=450/7907566.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBE|3ht8-V~V05029|9bqG^Ing$$00_2rBX8", "type": "image"}, {"id": 7907568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b38ea66d-e4f3-4612-a0b5-d1653b5fa654/width=450/7907568.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHJas7~U^*RPBsWBNHM{rUs.IU%L00E2M{WY", "type": "image"}, {"id": 7907571, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11f8a0d4-b0fd-431e-afd0-3a4dee324ca8/width=450/7907571.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UGH2A|Or^+ISx|ELD+t700J5I9slKl?F4mM{", "type": "image"}, {"id": 7907570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef572592-d0ed-47e1-a5e1-c7943742febd/width=450/7907570.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U9CQ3-005r%2?^R%kAR+00^*=WShMdRPMx-o", "type": "image"}, {"id": 7907572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ae36588-a0df-42fb-8f43-271fc3a3dc2d/width=450/7907572.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UcGlCtELbvs:_4NetlR*%NI:SxWVtlRjI:oz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/390591", "modelId": 349158} \ No newline at end of file diff --git a/datasets/metadata/390609.json b/datasets/metadata/390609.json new file mode 100644 index 0000000000000000000000000000000000000000..3c21cdd1b8359e832f815ced9cfa3fb325860bb5 --- /dev/null +++ b/datasets/metadata/390609.json @@ -0,0 +1 @@ +{"id": 390609, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-13T23:10:06.621Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["Hornyfier"], "stats": {"downloadCount": 144, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 492941, "sizeKB": 344634.0009765625, "name": "Hornify Dataset v2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:10:56.382Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "50D70BA8", "AutoV2": "3EF8E13DDF", "SHA256": "3EF8E13DDFFF266A6AAFEF3C9DD341FA6193AD62A8A51FF91641C594BAA70B44", "CRC32": "FD250443", "BLAKE3": "EFCEEB224E64F5FCE0EED6A2DEECE3AB2BB6C270DCA3B0CC68D0AA9D5A065B40"}, "downloadUrl": "https://civitai.com/api/download/models/390609?type=Training%20Data"}, {"id": 314116, "sizeKB": 223100.64453125, "name": "HornyfierXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-13T23:11:05.738Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5DFC7074", "AutoV2": "A846F1FF65", "SHA256": "A846F1FF656931AA57B7AFC6827905486CCFB8A1F6125D84304C58BBFC186BB9", "CRC32": "AE75D898", "BLAKE3": "25E97581D49B8E45D7D843D2D50032EB3684DB87E633FBA8EAFE467D4A0EBC16", "AutoV3": "F4CFDB8094FC"}, "downloadUrl": "https://civitai.com/api/download/models/390609", "primary": true}], "images": [{"id": 7908027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b566246-6ddb-40cf-9953-b64ed290c26b/width=450/7908027.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "ULHBl4?a9Fa0~qxu9FIUTKN_IUs,E*xtxa%0", "type": "image"}, {"id": 7908030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0abef502-0fe7-4d18-87e1-29900f094e57/width=450/7908030.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "U9G[H3%h7i~V4TMc00V?Bp%h~VNengDivgRk", "type": "image"}, {"id": 7908023, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f264a687-157d-41c7-b165-d3feb008f71c/width=450/7908023.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "URIq$6E3?Fxa~qIoofM{-;W=IoayEktRxExb", "type": "image"}, {"id": 7908032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7440d132-f987-4e08-97a9-0528fbbcfa6d/width=450/7908032.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UMGuXa~p?b^*0MxuxZt7_2?Gxut7V@t7xvxa", "type": "image"}, {"id": 7908017, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90a2ea2f-5372-4d2f-9cd1-77b8db2f9976/width=450/7908017.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5E2wo4oGwo|00?a8^NH1TIV=s$$00S4x_-o", "type": "image"}, {"id": 7908021, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bc1ab30-f411-4000-a253-19b280b74056/width=450/7908021.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAE2nG?H0001.mtRMy9G02aK-oxu9HD*%L~V", "type": "image"}, {"id": 7908019, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/056e5882-1dda-417c-bd1a-b540a531dca6/width=450/7908019.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UIJ%wR~U^%~U6DxGRk%1D+%0WB9a0-Rmw@R*", "type": "image"}, {"id": 7908024, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eab60f0b-8824-48de-9b1b-0f27a5b203db/width=450/7908024.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFIhHX_3_1RjL4xZROkC9Gi]4o%2Io^*=_Nd", "type": "image"}, {"id": 7908026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90fe8b0b-bcab-4ab1-a3a1-712a3759bbcf/width=450/7908026.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFGH;y~o^iI;0-IpSN-:vfNGS$%f5AMyRPIB", "type": "image"}, {"id": 7908025, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7eb9bfa-e065-4e84-9efc-203197ad80fc/width=450/7908025.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UGELjE4;0h-.Oss,NGWX4;X5}:E257xatRR*", "type": "image"}, {"id": 7908028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc05a8e1-288e-4303-ab24-d59826fbf814/width=450/7908028.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U5H_iE00D+00yF~qtS004oOG4:_300%hZz?w", "type": "image"}, {"id": 7908029, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a056b388-6c06-4a06-a433-cb1ed412ce76/width=450/7908029.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8G*m80M@?%z_N;d01?G2y4:00%LTxNb0M-p", "type": "image"}, {"id": 7908031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d674de0-f483-4f74-9dc5-b3b10ee334dc/width=450/7908031.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U59G]q4:00~V8^t6Ipt69at6^*IV9at6s+bI", "type": "image"}, {"id": 7908033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4357890-f376-487c-8a3f-50cea718c8e1/width=450/7908033.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UUFsY~pJt-t7?wMxRjadMyD%IAtRW=RjM{xu", "type": "image"}, {"id": 7908034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/760cdd32-b5c8-48b9-893e-7e79dfd14ea1/width=450/7908034.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UAF%3dO;0K_2*IOp4o-WvODjD6MzTc$8-CVa", "type": "image"}, {"id": 7908036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b0e6cd8-d389-48df-8a29-290522992c23/width=450/7908036.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKDT3ExvIAxF?^xFIAWBIqn$MxoJ9aIpWVWY", "type": "image"}, {"id": 7908022, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c824e379-53f6-49cb-8da8-94f969c102a7/width=450/7908022.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFFh;e~ApdTeX:X9pd%go~%M=x-p13E3M{o#", "type": "image"}, {"id": 7908018, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e24e464a-729c-4a96-8ac0-17ddc67152a6/width=450/7908018.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8HULG?H000%.m9v01$L0g-:rYv$01a0EkpJ", "type": "image"}, {"id": 7908037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb3b5a07-2747-44ae-93c6-66c1bb1d1b05/width=450/7908037.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UEHUXp9b01Nd00Rij?s.E2%L~VWB02WA%LoJ", "type": "image"}, {"id": 7908035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32008a14-2111-4c2e-b4da-356cbf6aa527/width=450/7908035.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8F$9E5bZN?Ex_r;009Z014:J-o$00~U?v~C", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/390609", "modelId": 349174} \ No newline at end of file diff --git a/datasets/metadata/390612.json b/datasets/metadata/390612.json new file mode 100644 index 0000000000000000000000000000000000000000..c06a59f44c2d5de824d0f9bb67d9c177ba604f8a --- /dev/null +++ b/datasets/metadata/390612.json @@ -0,0 +1 @@ +{"id": 390612, "index": 0, "name": "Corner frame", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-14T14:31:15.435Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 112, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 314583, "sizeKB": 24530.25390625, "name": "390612_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-14T07:01:32.099Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "14097324", "AutoV2": "DEE3B265B3", "SHA256": "DEE3B265B3C4AC0E011986332988436A29428811305423C9457392D831FA54D1", "CRC32": "CD3D0840", "BLAKE3": "34D66445B7B279A810F435D6AE3C74ABC22DDFBB83102B83A2ED125208A76CDD"}, "downloadUrl": "https://civitai.com/api/download/models/390612?type=Training%20Data"}, {"id": 315042, "sizeKB": 223101.01171875, "name": "Corner_frame.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-14T14:31:55.405Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "344C7A7B", "AutoV2": "2C7D635150", "SHA256": "2C7D6351507B4C58488A833FF34BBFE17D5D19C65A5472E24B5C91A4627C1776", "CRC32": "D80FE655", "BLAKE3": "42F64D96CA0CD211C682FF530A1DD9460A34DE26DE8306E7959670A7FAD5EE5D", "AutoV3": "EEFE33D7D4E7"}, "downloadUrl": "https://civitai.com/api/download/models/390612", "primary": true}], "images": [{"id": 7941208, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93bbbfee-6687-4b50-9238-d40daf2df075/width=450/7941208.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UiQcI~RP.8%g?^ozIAV@ozxuofM{VsRjkWoz", "type": "image"}, {"id": 7941202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d637d300-26d8-4bdd-960c-5c1c557c03ff/width=450/7941202.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIE32c05M+}=09RS?UI@Ee?FS29cxpNdN1-7", "type": "image"}, {"id": 7941205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07115ada-2834-4a11-adf6-e64d471958bf/width=450/7941205.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UENG*j$~Hmw5%1NJWB-A8?N1~dxpz^t3o{EO", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/390612", "modelId": 349177} \ No newline at end of file diff --git a/datasets/metadata/390624.json b/datasets/metadata/390624.json new file mode 100644 index 0000000000000000000000000000000000000000..37b947d37a188d92a9cbe245889c1f4752b5a683 --- /dev/null +++ b/datasets/metadata/390624.json @@ -0,0 +1 @@ +{"id": 390624, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-13T23:19:49.551Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["NESVoxelStyle"], "stats": {"downloadCount": 168, "ratingCount": 0, "rating": 0, "thumbsUpCount": 30, "thumbsDownCount": 0}, "files": [{"id": 492944, "sizeKB": 496687.212890625, "name": "NESVoxelStyle Training Data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:11:32.221Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E4F64992", "AutoV2": "10D070F60B", "SHA256": "10D070F60B0FAE1D468592399C40BB6DC234F0C33D9ABAB14038D187EFCD5815", "CRC32": "0712A2CC", "BLAKE3": "2B8F346D22F9FC762CB81A6A8A1DDE8C9707607E69255D2BBC57C7A611CE4B70"}, "downloadUrl": "https://civitai.com/api/download/models/390624?type=Training%20Data"}, {"id": 314131, "sizeKB": 223101.07421875, "name": "NESVoxelStyleXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-13T23:22:33.087Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8554CEE3", "AutoV2": "2381F74F7D", "SHA256": "2381F74F7D6C215CA5A783244BD50296AAA8458BB4DE8106AA2D4EA1A988C481", "CRC32": "3D67B977", "BLAKE3": "7C4A0580E556775F18063DB7B6C4FDF07167D69ACBFDBBC3FF5EE69B9B520499", "AutoV3": "9918052C505F"}, "downloadUrl": "https://civitai.com/api/download/models/390624", "primary": true}], "images": [{"id": 7908349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15823009-f880-4c78-ad1b-fe0d89366989/width=450/7908349.jpeg", "nsfwLevel": 2, "width": 1536, "height": 2688, "hash": "UFFFTz0P02}m02$eRjIq%IXT?HIrE8n$MyxC", "type": "image"}, {"id": 7908362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afe5fe64-059a-4b11-a7f8-a7cc803080a1/width=450/7908362.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "U8E{Xu050s.5?_%F9GMyLzS%.6R804$|=tK3", "type": "image"}, {"id": 7908377, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6df85d17-6237-42a3-92f8-919b532aac40/width=450/7908377.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UBF?2y4aG?zp0DZjrpwH~4tj#7O@03-QkqTK", "type": "image"}, {"id": 7908375, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34e79d87-b8d2-4f08-8267-2b68f077ad3f/width=450/7908375.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UJEL~UD,Fx$$0OxYm-NJ~7R+%Lt6M*oyEjni", "type": "image"}, {"id": 7908381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8534d370-c35d-4924-909b-dec66565bde6/width=450/7908381.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "U9E2tc=q0E4^H;M~Mft23=%e|t%dRaRR?9xU", "type": "image"}, {"id": 7908373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8042990-f3ae-4c00-a11d-0f2af7729fbc/width=450/7908373.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UFEy#l}*7y4@4VMzIAM~K%tk=s^cDSNgyBng", "type": "image"}, {"id": 7908374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8675c09-4e49-4765-8b1e-2f5ecebf5070/width=450/7908374.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "U8EVsVDT7SOt00i{4We,_HFg-qxU04$e-,RR", "type": "image"}, {"id": 7908387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70f85469-4537-41da-9acb-93366f090916/width=450/7908387.jpeg", "nsfwLevel": 4, "width": 1536, "height": 2688, "hash": "U6GIGt@X0u0100AdvLm-WV^I_L_K05S5=s5@", "type": "image"}, {"id": 7908378, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac501c16-715c-41cd-9f26-88e17c2ca750/width=450/7908378.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "U7E{IY0E1I~W4T#S8#R$?=kYw}W90G=^InD-", "type": "image"}, {"id": 7908388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a8e1d8a-e4b1-4fc5-b9e2-18c882320b5b/width=450/7908388.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UGE{Ld0m66=xqHoeIrr=8uwN]OBU04$~%LaL", "type": "image"}, {"id": 7908386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5b15568-b56a-4888-bddf-5293f7ddbc44/width=450/7908386.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UHFr-I+IYMNZ02M}E3aK~8.6$$%17OMyv}r]", "type": "image"}, {"id": 7908372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd5f5210-0ff8-4e22-814e-e62202bb1ac6/width=450/7908372.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UCC$_?#r32AA01M}iJ$j}%-.k?xuN2eVf*kV", "type": "image"}, {"id": 7908383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/785fac3c-5218-43ee-a391-bd7c3ba2ee17/width=450/7908383.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UKIOz6--yBx@O_Iqoeb0lURkn7j]Fhxss:Rk", "type": "image"}, {"id": 7908382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac1884b6-b6df-4188-abbb-7a28ef632eb4/width=450/7908382.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UKEMzL%MD%H@E3bID*kD~kxtwJS$S*fkWCX6", "type": "image"}, {"id": 7908371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea905c2f-e859-43b6-867b-48a3ee37325e/width=450/7908371.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UDE.@A}+1R4s4V9~rW^NTcyD?Z~RIcnhxsOF", "type": "image"}, {"id": 7908379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30e0c359-bc83-4566-9116-2c4b49d14bf7/width=450/7908379.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UNFY*$VzTFxZK+RoIqjF~lbbWBniOZt5n#Rk", "type": "image"}, {"id": 7908385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d167ba8-a29c-47cb-83ae-f14980b8c2c7/width=450/7908385.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UHF~va%29[V?5ZIqz;xD~jo]N1S6E9R.-iaJ", "type": "image"}, {"id": 7908389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e653ac33-8829-4ab1-9021-e04c476a1b22/width=450/7908389.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UEF}_;~83C8|03E4H@V[G=xu],yCDTR7yCXR", "type": "image"}, {"id": 7908380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e887220e-e5c9-46f3-ad47-7db04c08cd32/width=450/7908380.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UEG9Km.880o$0FnMV@tR^#,-+YR:0?I_$~RR", "type": "image"}, {"id": 7908384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90f4bff8-6be2-4fa9-9bf6-64d7c4bdac63/width=450/7908384.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "U5F$On0Z01]z00vy4UsA~ROFV=u404%LRkR5", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/390624", "modelId": 349186} \ No newline at end of file diff --git a/datasets/metadata/390631.json b/datasets/metadata/390631.json new file mode 100644 index 0000000000000000000000000000000000000000..7ff470ba2dbfa569d52dee2a16e2ee6529a156d8 --- /dev/null +++ b/datasets/metadata/390631.json @@ -0,0 +1 @@ +{"id": 390631, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-13T23:29:22.725Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["DeadpoolStyle"], "stats": {"downloadCount": 155, "ratingCount": 0, "rating": 0, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 492940, "sizeKB": 402852.7568359375, "name": "DeadpoolStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:10:55.221Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "84E1A029", "AutoV2": "7661C40F84", "SHA256": "7661C40F848AE2A4BA6B56A20DC60EB57AAD71CB5DD8C6E9494359D9E0930022", "CRC32": "C8F55EBE", "BLAKE3": "5BAA68D4180374140511AC2A15BE47B406A8F093544B38A9B7C555C52670B7E7"}, "downloadUrl": "https://civitai.com/api/download/models/390631?type=Training%20Data"}, {"id": 314135, "sizeKB": 223101.07421875, "name": "DeadpoolStyleXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-13T23:25:49.932Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6941E1AF", "AutoV2": "08E1625CDE", "SHA256": "08E1625CDE1A7D33A80C4CF0B8828FCD4D067C1885788AF68EAAC901FCA1E3C3", "CRC32": "C1CCFFD3", "BLAKE3": "DDDE88072EBFDF39E681688332C7E8131E0CB4D94D5A5E5D8AE3B01C2B9884B1", "AutoV3": "D1DEE002ED3A"}, "downloadUrl": "https://civitai.com/api/download/models/390631", "primary": true}], "images": [{"id": 7908661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad6f6ba4-5b3e-4e9b-ae88-e405c6e54c9d/width=450/7908661.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UTIzxIIA?^$%TejYkVW=i^M{bIE1R6s:sVjF", "type": "image"}, {"id": 7908664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/902bb363-17e4-46d3-86f5-d53fc889209c/width=450/7908664.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UNF}ZrKkO?x]}rRPx[W=K*xbbbNa57xaX9V@", "type": "image"}, {"id": 7908669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0cdd3dc9-a55e-4997-bf1e-1c9e04b4d3fa/width=450/7908669.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UJH-+456*J-p_3D%tlw{4.V@R6NuiwNaK3Vs", "type": "image"}, {"id": 7908683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0139e252-2059-4580-b04c-32e5bf8f770e/width=450/7908683.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UPH1oOcZ.R~COr-UWBbuE1Vua1R-4:WBR6IV", "type": "image"}, {"id": 7908674, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2dc1de2f-1cbf-40c8-bb14-31860942f202/width=450/7908674.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UJG+?v%LH@E2Cl?]M_R5_N-:U^o#x]rDyDKj", "type": "image"}, {"id": 7908667, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edc857f9-2440-4393-9fb9-496dd66fe423/width=450/7908667.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFH^@gu4_M?u-p^%^+?aT^$e-U?GD%^j-Us,", "type": "image"}, {"id": 7908673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4b462e2-d842-4968-a5fa-3ec276956537/width=450/7908673.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UhJ@n7^+x]RP?wkWbvM|T1Vts:t6R.M{Rjof", "type": "image"}, {"id": 7908677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45cd55f5-d8ff-42ee-b498-622e81c33b97/width=450/7908677.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UOHw}r00_M$+X-D*WTkX%g4.xubaM}%1#mof", "type": "image"}, {"id": 7908670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f94e728c-14a7-4b9d-9f9a-d8bc5b9a5ba7/width=450/7908670.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UOI4;I_NcEE1K4b^RPn4Xn-;%1xa9H,W%MNb", "type": "image"}, {"id": 7908671, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c65d360-d0ec-4488-a2b6-8263050f347f/width=450/7908671.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UEGkI5~ppbLd01Xk^*-pUE-:r@}s#9$*pIEL", "type": "image"}, {"id": 7908675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23c078b6-ae2d-4157-8027-72d6995eba66/width=450/7908675.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHDIB^}?Se={IBi~r@=|^j=|={xZ-BxatRkB", "type": "image"}, {"id": 7908676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdadb7ad-648c-4855-ba9a-a2eed96a20a1/width=450/7908676.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCG7f400%~rs~XIAk=V[GZid%MR5D*=|RPtQ", "type": "image"}, {"id": 7908679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfcb168b-476a-4123-b92f-397df000644b/width=450/7908679.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U9E-dj~CHV.S3V9]^6^6Ji%2^6%Mv4$%0Ms,", "type": "image"}, {"id": 7908666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99b04250-9f26-4c37-8b10-31dca2f13c51/width=450/7908666.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UGKKA+00?]xtNLD*WBxtJ5%2idIV00r@-oIo", "type": "image"}, {"id": 7908680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a577cf2-91ab-42d4-83a4-95a90bb289da/width=450/7908680.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UOGuO3-:.8V[*Ioz-Da2KiX7w4sC9tfkRPs:", "type": "image"}, {"id": 7908681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed1790b9-f8c8-459b-ae8a-86afbe34974a/width=450/7908681.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UVI4w=~p%zM_K6xtxtoIb]%Mt6%1XR%L%Lbv", "type": "image"}, {"id": 7908672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a118bed5-f587-4043-a5ce-0f968ef49c8a/width=450/7908672.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U6G7i700Cjj=17+[0g9u2+Di~BH?00yB-on5", "type": "image"}, {"id": 7908682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff625bfb-2f61-4749-98ae-c9f0f005f325/width=450/7908682.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHGbbR?u4.Vr_LR.01D%.6Va8{t6-.sCRitP", "type": "image"}, {"id": 7908678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/670bffb2-bff2-4ce6-a90c-15e4e360ef21/width=450/7908678.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFE_EuIV67-o~CEM9[JQcDITi_Mx0yn$V@rr", "type": "image"}, {"id": 7908668, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b387889b-a7f5-4b8b-8833-bd944498e9ed/width=450/7908668.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "USI4L#pv?]x[$jenNatRENnlMyIUJ7xZxaNH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/390631", "modelId": 349196} \ No newline at end of file diff --git a/datasets/metadata/390779.json b/datasets/metadata/390779.json new file mode 100644 index 0000000000000000000000000000000000000000..aabb62881ecc73a5b76e99f6e2737d20057b952c --- /dev/null +++ b/datasets/metadata/390779.json @@ -0,0 +1 @@ +{"id": 390779, "index": 0, "name": "chan-xodew-v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-14T01:29:57.930Z", "availability": "Public", "nsfwLevel": 1, "description": "rev-tensor
", "trainedWords": ["chans-wong", "agook"], "stats": {"downloadCount": 28, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 324072, "sizeKB": 2973.6435546875, "name": "wong-chans_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-20T05:41:11.674Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CBD51641", "AutoV2": "E7E67FB7C1", "SHA256": "E7E67FB7C184FC716206D145EEBCBA7CA80CDDFF270A7494DA42A1C104530703", "CRC32": "DBBB615F", "BLAKE3": "C7F2EE1A8CAECD58D94AE4C322DC73B6E82C23242B6A40651D6AE6ED3491F4AD"}, "downloadUrl": "https://civitai.com/api/download/models/390779?type=Training%20Data"}, {"id": 314272, "sizeKB": 445787.52734375, "name": "lora-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-14T01:31:06.091Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7E6742BC", "AutoV2": "CC2007B2C2", "SHA256": "CC2007B2C23C73C5E5357B236C8C3DBCC2E514CA03B3E99EDD5A512E91EA1A06", "CRC32": "7B99BCEE", "BLAKE3": "968CEC4D54759E0440A81532376BDDB82000D48422AAF5E2350F1D80876F1582", "AutoV3": "1FF5E3391A98"}, "downloadUrl": "https://civitai.com/api/download/models/390779", "primary": true}], "images": [{"id": 8300949, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f54612fa-e57c-4c45-8666-c760eca21ffb/width=450/8300949.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJEn#3~Uxt}@.7^j$%xZ9a9aRjR*0LE1RjRk", "type": "image"}, {"id": 8639954, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed864d8d-f306-44ef-8831-89080c0dd6bf/width=450/8639954.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFGRSZ4T^m}r4m-=Di?F9sFe%#M_?b9Ft6kC", "type": "image"}, {"id": 7912481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7fbf59c-48b2-4790-b5d4-884619187cda/width=450/7912481.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UECO%fjE0h=|5SNdxtNa57-U}@IpxaNHI;t6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/390779", "modelId": 349321} \ No newline at end of file diff --git a/datasets/metadata/391289.json b/datasets/metadata/391289.json new file mode 100644 index 0000000000000000000000000000000000000000..333933a7fa16d511c7b4caabca8a2879d7a7e8b8 --- /dev/null +++ b/datasets/metadata/391289.json @@ -0,0 +1 @@ +{"id": 391289, "index": 0, "name": "MaggieXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-14T10:15:45.034Z", "availability": "Public", "nsfwLevel": 3, "description": "version 1, original character
", "trainedWords": ["maggiexl"], "stats": {"downloadCount": 45, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 314711, "sizeKB": 9027.8369140625, "name": "391289_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-14T09:35:45.165Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "47DA504A", "AutoV2": "11912C31AA", "SHA256": "11912C31AAE24846C4E8A2430BDE5C03D04FF6DAA1AD1E533DC9A9180517C280", "CRC32": "F2B6956C", "BLAKE3": "64643CD37C9F82CA85E86C1D71E08C4986B8AF5DA0F76F2A9567EECCA35D8B9D"}, "downloadUrl": "https://civitai.com/api/download/models/391289?type=Training%20Data"}, {"id": 314756, "sizeKB": 223099.89453125, "name": "MaggieXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-14T10:15:42.724Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4FF816F9", "AutoV2": "98D4535C83", "SHA256": "98D4535C83C29D53AD06D41B69E1B20EF00D75A1CFFB4B6BDE4D033A530AAE5C", "CRC32": "958032F9", "BLAKE3": "DA1ABE527A0B14719C833C7076E359B23DABBDAD5DA2021813CBBFA79671D369", "AutoV3": "C40FFE124A1C"}, "downloadUrl": "https://civitai.com/api/download/models/391289", "primary": true}], "images": [{"id": 7931096, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/584dcf8d-c781-4f0f-8cf2-30cf08309f3f/width=450/7931096.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UOHl|mxY}mW-$}t6NbR+0%$M9|NKIqw^S4oM", "type": "image"}, {"id": 7931094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9c7e72b-86cc-48eb-9dab-addd8487d868/width=450/7931094.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWID~@~C%gJUW;RjniNGJBNwaK$M%MM|Rkt7", "type": "image"}, {"id": 7931095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cc4ca75-e378-45dd-8981-ebabd70a37c5/width=450/7931095.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U7BfRm~U1y-n~oEM5RniE2M|#ls.5RxZ^iNb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/391289", "modelId": 349800} \ No newline at end of file diff --git a/datasets/metadata/391479.json b/datasets/metadata/391479.json new file mode 100644 index 0000000000000000000000000000000000000000..944fc1b66a562359cd2699889eb20647013a012b --- /dev/null +++ b/datasets/metadata/391479.json @@ -0,0 +1 @@ +{"id": 391479, "index": 0, "name": "LaDy_01", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-16T12:03:20.394Z", "availability": "Public", "nsfwLevel": 3, "description": "First generated image of beautiful woman, fuzzy mohair sweater, Long hair rainbow colored. Rainbow color clothes. Smoked eye make up. Bold eye liner. Green eyes and red lips. Smiling and showing white teeths. Big boobs.
", "trainedWords": ["LaDy_01"], "stats": {"downloadCount": 58, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 314893, "sizeKB": 823.4775390625, "name": "391479_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-14T12:20:53.034Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "08EB4E45AB", "SHA256": "08EB4E45AB9333B3D8664FA2926476695295B6419D18A4CE552985C95B23ECDC", "CRC32": "A7982068", "BLAKE3": "12F68ED4B9F42C0A3D5D041D9544C07CBC6842ABB65F96651C30D194A973B66C"}, "downloadUrl": "https://civitai.com/api/download/models/391479?type=Training%20Data"}, {"id": 317948, "sizeKB": 223099.77734375, "name": "LaDy_01-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T12:00:57.414Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A9FD8C8E", "AutoV2": "8C28449B13", "SHA256": "8C28449B13AD7933151FBC4D03DAE1C4CF06C51E3814E04E7F95DA99EABD3A82", "CRC32": "3B384FCF", "BLAKE3": "8534C50918B974B6BC48295B21B2A7C4012DCCC6B3D12DEA67F7C081612F452C", "AutoV3": "D6B71B506433"}, "downloadUrl": "https://civitai.com/api/download/models/391479", "primary": true}], "images": [{"id": 8042124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fea50538-6b50-40b9-86d4-0ecae500904c/width=450/8042124.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U9H^qt0f9GPAI_xorp-:0d}sWZ+]Dj=c?Za0", "type": "image"}, {"id": 8042111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbd2aa50-b7f0-4b41-86ea-bbdd3f1efb09/width=450/8042111.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8IW+T~9Dj-5GdxYs*9v00rExJ-B02BQ-mXn", "type": "image"}, {"id": 8042110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc109bef-5fe4-41f1-800a-7c0e5e4e74f8/width=450/8042110.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UBHB0eTJ0OxvBa,;VuozBNEkO?R.mSxo}Uj=", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/391479", "modelId": 349977} \ No newline at end of file diff --git a/datasets/metadata/391528.json b/datasets/metadata/391528.json new file mode 100644 index 0000000000000000000000000000000000000000..b48f9f53a9cfd7b84e6731f70b3b1da1e5cd97fa --- /dev/null +++ b/datasets/metadata/391528.json @@ -0,0 +1 @@ +{"id": 391528, "index": 0, "name": "Pink Hair (Girls)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-14T13:18:46.937Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 164, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 314933, "sizeKB": 1104.56640625, "name": "391528_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-14T12:55:51.790Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "E221A23EFC", "SHA256": "E221A23EFC73D71AC9AF41A357F6A1DDEA5233FDECB6331D687969B0303DDE7A", "CRC32": "3259D9B6", "BLAKE3": "40495331C421F2D9C8856E8A0390ACD4E4135DDCCF67B682EC54FD9AC4C347D6"}, "downloadUrl": "https://civitai.com/api/download/models/391528?type=Training%20Data"}, {"id": 314944, "sizeKB": 36977.328125, "name": "Pink_Hair_Girls.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-14T13:06:00.875Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "678BFDC4", "AutoV2": "E09D22F3F6", "SHA256": "E09D22F3F6E4F8AE13C23DEB26ACBFC52028D24BDB8117F6893142681FEE279C", "CRC32": "AFB23182", "BLAKE3": "DA435A300B8994D0644195317D539971210DC9819BA7338EE8FC10EA306F3BEF", "AutoV3": "3915FD5AE5D0"}, "downloadUrl": "https://civitai.com/api/download/models/391528", "primary": true}], "images": [{"id": 7937331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85b59d0d-cf09-4040-872f-e5e2ec44d025/width=450/7937331.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UKHBVq00ou8_~CD%E+-pRin#%M%Lt-s:D%M{", "type": "image"}, {"id": 7937335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2638840d-1327-4d60-8ca0-38687a0d3230/width=450/7937335.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "ULIqM?~VSxMx-;xvXTELS1_2t7t7-;T0M{n*", "type": "image"}, {"id": 7937340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6878a1e1-3c57-4bb3-bed1-6100c8698268/width=450/7937340.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UHHngC000e~V%24:krjG4nsmR-%LyDxa$fkC", "type": "image"}, {"id": 7937343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed4b88c4-867c-48f9-be0c-2e81b253dc67/width=450/7937343.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UKFY48~WIUoy$%xaTJtRV?t8xuM{9aM|nhs:", "type": "image"}, {"id": 7937337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15406a33-3f6f-4689-ab1f-51aa4c067102/width=450/7937337.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UFGH@[00Xl~B~W4o5mtR^*8_xu-oK5$%nht7", "type": "image"}, {"id": 7937348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce6774cf-b0e7-4545-9486-1c8f82befd1c/width=450/7937348.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UQHnT$~VI;EM$i-;o}oz9^XSt7V@?bW=NGbb", "type": "image"}, {"id": 7937349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75928a35-1d13-43a8-9856-527907b0b253/width=450/7937349.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UGHd${9Z00~C9FNb5SogI9j]-:xut,xa9ZNG", "type": "image"}, {"id": 7937347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0da0dbac-f185-4cc4-9a34-b690e07410e4/width=450/7937347.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UOH_3]~WI.XS-po}S~ShEL%f%MxZ%gozV@Rj", "type": "image"}, {"id": 7937346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/811a352c-06dd-4ab0-8ab6-1370a685fbf0/width=450/7937346.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UDG*Wq^j00~A$+NdOYjF0y-p^*Ri?v-p4o9t", "type": "image"}, {"id": 7937350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f4a3c5c-6938-4b68-84d5-d6d8d32208fc/width=450/7937350.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UEHd]U0100-U~C4.Tdr?9E9F~qRjpdoLE1Rj", "type": "image"}, {"id": 7937351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45ecfc04-8879-4ac1-b45e-723b98f68d91/width=450/7937351.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UJG@[J~W9uOYn-%Mx]I:0eI:xYniocIUD%t6", "type": "image"}, {"id": 7937353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba9e18a6-ca75-420d-a6dd-4be9e8fe5194/width=450/7937353.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UQIXX4Rj4.E1I9IoXSR*4nWBxut7_Ns:M{oL", "type": "image"}, {"id": 7937360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27096944-e91e-4a84-a29f-d98928f5257f/width=450/7937360.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U6F#diVs000K,ID*0yEL00NHNG%2~U-:^*V@", "type": "image"}, {"id": 7937352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77728dcf-e0ac-4173-9499-c8b79b40b7e1/width=450/7937352.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UGIXHj~AKjE1Rls;x]oz00tSMxNd-:WVD%e-", "type": "image"}, {"id": 7937354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ce658b3-16b1-47d3-9428-3fb1465f5e08/width=450/7937354.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U6F#dh0000^j,INZ0g=x019b~W9u0L^*^PE1", "type": "image"}, {"id": 7937355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/255c7939-5d93-413c-b395-bc2ec4c69e53/width=450/7937355.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UMHBG8Na0e~V%M%2R*NG4nR*x]M{#,xaxuxa", "type": "image"}, {"id": 7937356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/748752d2-e962-4d57-81e0-4ce582209fea/width=450/7937356.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UMHnZ^S$EL~p_3?GS~?aIVozxaWCo#ofM_WY", "type": "image"}, {"id": 7937357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3bf6e16-455b-4943-8869-fa7950750849/width=450/7937357.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UVH_6~_3OYj[~W%Mo}S4NKWX%Lt6tRayn$xZ", "type": "image"}, {"id": 7937358, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc3d1bf7-2409-478a-8543-6faede8e33fe/width=450/7937358.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "ULG@_R0eEM=|~VIoNaxbXSMyxZt7-:D*%LS2", "type": "image"}, {"id": 7937359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff5e7f84-d479-407e-8c2b-68f852c43c3f/width=450/7937359.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UUIXNx~WI:x[e.ofxuxuIVofxuoeWVIoM{Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/391528", "modelId": 350022} \ No newline at end of file diff --git a/datasets/metadata/391828.json b/datasets/metadata/391828.json new file mode 100644 index 0000000000000000000000000000000000000000..f92d0e58a4a568022568613e0b5643183a2badea --- /dev/null +++ b/datasets/metadata/391828.json @@ -0,0 +1 @@ +{"id": 391828, "index": 0, "name": "Chasia FFXIV v2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-14T17:51:58.997Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": ["white hair, girl, solo, 1girl, big breast, pale,"], "stats": {"downloadCount": 92, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 315193, "sizeKB": 18289.064453125, "name": "391828_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-14T16:45:56.895Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C14B8392", "AutoV2": "693B230C9A", "SHA256": "693B230C9ADA2FBC5CB68B6C4CC1FFCB80E1154DF681590FB11279860B0A4933", "CRC32": "BF4F49F7", "BLAKE3": "659144F7F0CB18EC3F03AE5CF7CDB467B8064BEF5FF880D11829CC27EE5BCDE7"}, "downloadUrl": "https://civitai.com/api/download/models/391828?type=Training%20Data"}, {"id": 315268, "sizeKB": 36978.0078125, "name": "Chasia_FFXIV_v2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-14T19:31:12.840Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0D85BB00", "AutoV2": "5AD44C7CD5", "SHA256": "5AD44C7CD569A4F8318B6F4E9A7FBFC258E52B4CEACD208DAA5F260D28A3D271", "CRC32": "5BE499A4", "BLAKE3": "8C21E42A4A60F602DBB3484318B1ED87D289BE710EA01FCDEFA4C44D3E4F58F1", "AutoV3": "705B8EF8597B"}, "downloadUrl": "https://civitai.com/api/download/models/391828", "primary": true}], "images": [{"id": 7951738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a89b5748-3964-41b9-9914-5f711321a533/width=450/7951738.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U3GH_3yD004n00I:}[9ZQloL5m%2Yk%MmQ4.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/391828", "modelId": 350308} \ No newline at end of file diff --git a/datasets/metadata/391842.json b/datasets/metadata/391842.json new file mode 100644 index 0000000000000000000000000000000000000000..9431bd290e68b7378abbadf4601c7f4e329e4723 --- /dev/null +++ b/datasets/metadata/391842.json @@ -0,0 +1 @@ +{"id": 391842, "index": 0, "name": "manhwa_queen bee ami", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-14T20:13:21.478Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["manhwa milf, queen bee ami,"], "stats": {"downloadCount": 143, "ratingCount": 0, "rating": 0, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 315218, "sizeKB": 7450.9892578125, "name": "391842_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-14T17:01:58.325Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F69F4B5E", "AutoV2": "41418DB1E3", "SHA256": "41418DB1E33A832BF655E9E5598C9C0A9B0CB43AFA809C787637238C0E71B4A3", "CRC32": "CC8E7DFD", "BLAKE3": "99E73A7B04ACB3D59B01494DB70162A9142BF756FFC1700025937CCE5A17AB0E"}, "downloadUrl": "https://civitai.com/api/download/models/391842?type=Training%20Data"}, {"id": 315392, "sizeKB": 445799.77734375, "name": "manhwa_queen_bee_ami.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-14T20:12:18.928Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AF04CB57", "AutoV2": "8C79026939", "SHA256": "8C79026939D4CDADC9C13AEDCE84674F5ACD6A080673449923DBC1E17672C0C8", "CRC32": "7F9D2A50", "BLAKE3": "A89447F09720EBA2AC1CAAB1E278E23DB4A0DCBE75729A14C53BB541FBCA1D99", "AutoV3": "8B6CC0D2A862"}, "downloadUrl": "https://civitai.com/api/download/models/391842", "primary": true}], "images": [{"id": 10338057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f80d7a4-648a-412b-8e3a-a17c3166767d/width=450/10338057.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFE2kLRPAd-p~qWBOGxuIqt7$%WWE3j[$%jY", "type": "image"}, {"id": 7954930, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/231727cb-c06f-42f6-8755-084f40b1f760/width=450/7954930.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U6ELgE?H02~CyAE20MR*00w]};Ri01RjVDM|", "type": "image"}, {"id": 7954923, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2690deb7-f94f-4f40-aa25-16a436e0ff90/width=450/7954923.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UDEC2vbv15%MtkM{9vs857jb~BWWE2xus9R-", "type": "image"}, {"id": 7954928, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8df3d678-5a58-4be5-8904-4cf268442628/width=450/7954928.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UHF=O1lB9~~WNZt8M|WB0L$%xZE2S$W;xaRj", "type": "image"}, {"id": 7954922, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34480c95-7e63-4c7e-9677-fb6eaed0a68f/width=450/7954922.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UAF=N|Dh02-U589FS%R*00-p~Axu~Voz4.j]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/391842", "modelId": 350320} \ No newline at end of file diff --git a/datasets/metadata/392005.json b/datasets/metadata/392005.json new file mode 100644 index 0000000000000000000000000000000000000000..2fccf6bd1ebbc4765955084d73056597cc09132d --- /dev/null +++ b/datasets/metadata/392005.json @@ -0,0 +1 @@ +{"id": 392005, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-14T19:43:47.626Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["hayato, smile, brown hair, gloves, 1boy, brown eyes, male focus, fingerless gloves, chibi, armor, headband, scar, spiked hair, japanese armor, crescent"], "stats": {"downloadCount": 53, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 315344, "sizeKB": 6972.5732421875, "name": "pronto.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-14T19:45:46.727Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C005A213", "AutoV2": "B6CF061287", "SHA256": "B6CF061287247F235FD6E184EBD2593F14A9C778B239C9F1CA420F052A1EACC4", "CRC32": "F8D97558", "BLAKE3": "4C5C8D062F0BC08D6C5E18D8D357BF6B9BABCFCB4930F08FA1E7E25853F52895"}, "downloadUrl": "https://civitai.com/api/download/models/392005?type=Training%20Data"}, {"id": 315345, "sizeKB": 18545.1640625, "name": "hayato.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-14T19:45:48.234Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "6DC8BEB682", "SHA256": "6DC8BEB6827BD50DF7A6D33755A7C19C4E5FF48D2836955498E11DED82390A97", "CRC32": "19EB1036", "BLAKE3": "97DC03F7FB9BF8C034DB292E896C6011404CC2D339A40E314D0887A95FDAEC98", "AutoV3": "F3B4CA60A92C"}, "downloadUrl": "https://civitai.com/api/download/models/392005", "primary": true}], "images": [{"id": 7950775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/434b97ef-5c94-46d7-b74a-d7dff74d181c/width=450/7950775.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UdJtSXaK~XV@D%ofV[xaD*ayi^R*xut7%LR*", "type": "image"}, {"id": 7950831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9f3bf46-ab44-45c7-a4c2-39953fbab3d6/width=450/7950831.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UcIq$CoJ?^tRV@xuxuR-9ZRjV?xZ-=WB%Mt7", "type": "image"}, {"id": 7950836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a80c9345-a2b6-4d32-974d-3bdb371620e6/width=450/7950836.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UPGbP6xv%$-p~pa#%NWBXnjF-:IV_3oet6V[", "type": "image"}, {"id": 7950832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2824d333-e8f1-4354-bacc-cb2cf6c32205/width=450/7950832.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UOGk|7~q.S-;00IUD%V@x]RjxZWBD*t7xuWq", "type": "image"}, {"id": 7950843, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87ea00d5-75a7-4445-8d28-2f6470c34787/width=450/7950843.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULD]F}D%%$IV%M%Mt8%No~R%~Ws:f+NGxaxt", "type": "image"}, {"id": 7950833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e49013a8-496a-4f34-a5c5-49449c5b4485/width=450/7950833.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "URIXaE_3~q-:-;t8%NofT0oLxtRkxuof$*NG", "type": "image"}, {"id": 7950840, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cffc458-933d-42d6-b46b-fab348b8840f/width=450/7950840.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UIGRuCW?*0?GIpxZxuNe0LD%aJRQozX9slxC", "type": "image"}, {"id": 7950838, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55029598-cbea-495b-af0a-50c69efa9a80/width=450/7950838.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UEEx-5~pK5^*0gI?XnXTIo?G-:xuo}tR%1W=", "type": "image"}, {"id": 7950844, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/129cc7d1-2f37-4f2f-97bf-f1e8b75196a1/width=450/7950844.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U9EVg000L4s,_N00_ND%O@I:$KRPX9D*$%-o", "type": "image"}, {"id": 7950841, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/366fe9c9-8174-42f1-a942-91fe9acac5ec/width=450/7950841.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UbH_oXM__NtRIU%MbHWBR-t7nioLx]NG%2oL", "type": "image"}, {"id": 7950842, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/027c6b97-5d20-4b0d-9854-5df105b92465/width=450/7950842.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UUE{b1i]*0o#~qs:.8xutSjY%Lt7Nexas.oJ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/392005", "modelId": 350453} \ No newline at end of file diff --git a/datasets/metadata/392227.json b/datasets/metadata/392227.json new file mode 100644 index 0000000000000000000000000000000000000000..bee8d81e649f5e1448e8fd8535e09893f8e56dc4 --- /dev/null +++ b/datasets/metadata/392227.json @@ -0,0 +1 @@ +{"id": 392227, "index": 0, "name": "Krakatoan Cyclops", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-15T03:44:41.671Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["cyclops"], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 315570, "sizeKB": 2883.068359375, "name": "392227_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-14T22:06:28.360Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E0AB3453", "AutoV2": "F534041E38", "SHA256": "F534041E38ACCF2BF64C8B1EF7A3FC35FB9D8662DC8355B4A3DAE10AA7734ED6", "CRC32": "006131BF", "BLAKE3": "C6418D9FE58B03A20822F968CD332DF52FEFA6075BD01B58D6FDF5C3F3A82BD9"}, "downloadUrl": "https://civitai.com/api/download/models/392227?type=Training%20Data"}, {"id": 315953, "sizeKB": 223100.55078125, "name": "Krakatoan_Cyclops.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-15T03:48:00.800Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EA29A4FD", "AutoV2": "EB92FEA4D5", "SHA256": "EB92FEA4D517924B4984D9648F30B9AC953EF8CB9A3E17C8F4ACACE7058AF31B", "CRC32": "05C7943C", "BLAKE3": "815EB8449A49BBBCFB976490F806398A4FE03DB16C2A3C2AEEF53ACB4EF7A363", "AutoV3": "94A5940384EE"}, "downloadUrl": "https://civitai.com/api/download/models/392227", "primary": true}], "images": [{"id": 7972764, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac1949d4-f2f7-4c02-a6a6-f9df0b2e5855/width=450/7972764.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIG9HiI@-p_N7hRkNGOG03niIoDj~UNH-:xC", "type": "image"}, {"id": 7972737, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e35d859-c294-4066-9959-9c27500dfcd1/width=450/7972737.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJGbes?^^+_2P;.8jstR5A%M9F9a?GRjwHaJ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/392227", "modelId": 350665} \ No newline at end of file diff --git a/datasets/metadata/392247.json b/datasets/metadata/392247.json new file mode 100644 index 0000000000000000000000000000000000000000..8295e94a5021b83ceabc908802aff50912f9a371 --- /dev/null +++ b/datasets/metadata/392247.json @@ -0,0 +1 @@ +{"id": 392247, "index": 0, "name": "Ultimate Anime Style", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-15T16:19:41.758Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 685, "ratingCount": 0, "rating": 0, "thumbsUpCount": 154, "thumbsDownCount": 0}, "files": [{"id": 316706, "sizeKB": 36984.265625, "name": "Ultimate_Anime_Style-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-15T16:16:19.496Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CBDACA87", "AutoV2": "482483D61F", "SHA256": "482483D61F0FF93B50BF734E9FA8EF123E4D19BA1E0A7A05CA4FA193C072E782", "CRC32": "86FBCA36", "BLAKE3": "8E5B1DC8F3F11D343FA22B55D97022B1E9C855A3282EC054A46302F7CC213CE2", "AutoV3": "74E1A2C9D0D3"}, "downloadUrl": "https://civitai.com/api/download/models/392247", "primary": true}, {"id": 315693, "sizeKB": 84557.53125, "name": "392247_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-14T23:31:21.904Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9CD296A9", "AutoV2": "EACBA1ED20", "SHA256": "EACBA1ED202D050FFDCA1259151F333C1459D0281134D46A65B78EE22AE664F2", "CRC32": "DE27700A", "BLAKE3": "F48206830BC6C1D813023E08F17F255A811BE6C9B1B0491F01D41CE477852FFA"}, "downloadUrl": "https://civitai.com/api/download/models/392247?type=Training%20Data"}], "images": [{"id": 7997444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8dee4b9-aae3-4671-91a5-d3ffc1e80594/width=450/7997444.jpeg", "nsfwLevel": 8, "width": 4096, "height": 6144, "hash": "UCJsFj-;00DjqGS4}[wcz;NG%M$*=MR%WToN", "type": "image"}, {"id": 7997449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/151a72a0-2b85-4398-9100-e757d845a342/width=450/7997449.jpeg", "nsfwLevel": 2, "width": 4096, "height": 6144, "hash": "UCM$_P4T1G0N?[00IX=|0dN4xwRzM|-:-m-o", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/392247", "modelId": 350685} \ No newline at end of file diff --git a/datasets/metadata/392471.json b/datasets/metadata/392471.json new file mode 100644 index 0000000000000000000000000000000000000000..79c42989d7645f4420a4c573e4f637a8b3bbae4e --- /dev/null +++ b/datasets/metadata/392471.json @@ -0,0 +1 @@ +{"id": 392471, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-15T00:40:30.430Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": ["wonoart"], "stats": {"downloadCount": 124, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 315781, "sizeKB": 46203.234375, "name": "wonoart.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-15T00:41:12.912Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E235E1EE", "AutoV2": "9DA63DE224", "SHA256": "9DA63DE2242BE8B6718A2831FBB5F91F1C7D9E59499E5C70C6FC7815192420F7", "CRC32": "E8761FA3", "BLAKE3": "4A522348FC5FD394132C1F08F16AB7082693ED67206BFBAD59E31BA5755956D2", "AutoV3": "DD64CBCB4FB3"}, "downloadUrl": "https://civitai.com/api/download/models/392471", "primary": true}, {"id": 315783, "sizeKB": 11720.4384765625, "name": "pronto.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-15T00:46:00.621Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C75EE33A", "AutoV2": "2859E6EDAA", "SHA256": "2859E6EDAAF620E8FC2053459CD4692ED4D5A4A4F6556055218FEC4019D4B444", "CRC32": "EC90C94E", "BLAKE3": "5176D6E7D8A33A9D7ADD873189A9F741D8AF825F9BBAD130C4DC7C3190FD62FE"}, "downloadUrl": "https://civitai.com/api/download/models/392471?type=Training%20Data"}], "images": [{"id": 7963039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f68aa89d-dbcb-40f1-8db8-9e866d99f027/width=450/7963039.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UiMtHwsiIBs+-:tRxvM}?wSQohkDx]s*ng-o", "type": "image"}, {"id": 7963105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae1c3718-6985-4f0f-8d5e-897d7836a1bf/width=450/7963105.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UBIXN-?IT#^kE.axsl9a.8Rj=]-VxvNG0ft7", "type": "image"}, {"id": 7963120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e6829ae-8ac0-4fad-b50a-ac3ca9007c23/width=450/7963120.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UIG9KnD#R1^%3?$t4ptlV=4.ewo}.8,.-V%K", "type": "image"}, {"id": 7963113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05f2b831-58e7-4a27-95ca-fd556af63b07/width=450/7963113.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UMHoh8%NN1VsPR%LH=M}9Y.TIBs8IoR}-on2", "type": "image"}, {"id": 7963108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c59ba0d4-6297-49dc-86ba-190c69a50cb5/width=450/7963108.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UKKT@{+wQ756t*OqTK?H01xtZhkq01Rjv}IC", "type": "image"}, {"id": 7963107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31994728-f1b6-4911-b50b-31f2565ac538/width=450/7963107.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UIL4c^D41NHX5Mqu0##,KnkU$%TL=~K%+ZWU", "type": "image"}, {"id": 7963118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b384b023-402c-4b4a-be62-0de5d8105287/width=450/7963118.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UJE.wxSdI,v~63Rl9F%Mk?xZ$w9u_4xtn}RP", "type": "image"}, {"id": 7963119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/170881d0-b089-42d7-9eb0-a526984e9bfd/width=450/7963119.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UTHwr$xbE1Rj}sxat6aeELw^?GWVrrR-x]M|", "type": "image"}, {"id": 7963116, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76559a93-f069-4ae9-9c1a-52dc6c2829f0/width=450/7963116.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UQH_Vc.46[s+BDnBiyeZy:Sws*RP5iTX--ax", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/392471", "modelId": 350893} \ No newline at end of file diff --git a/datasets/metadata/392588.json b/datasets/metadata/392588.json new file mode 100644 index 0000000000000000000000000000000000000000..79f6283f0a696384d6980e37e243bde9fdf9aa69 --- /dev/null +++ b/datasets/metadata/392588.json @@ -0,0 +1 @@ +{"id": 392588, "index": 0, "name": "v2.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-15T02:32:21.684Z", "availability": "Public", "nsfwLevel": 13, "description": "final~
", "trainedWords": ["hayasaka mei"], "stats": {"downloadCount": 230, "ratingCount": 0, "rating": 0, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 315871, "sizeKB": 4874.822265625, "name": "Mei.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-15T02:26:04.841Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "03F7DF5F", "AutoV2": "2C052F27E8", "SHA256": "2C052F27E898FD1D1DB4E0C5A0C6DB856C21E644AB3A280DA913BCCE12895364", "CRC32": "192BEFBB", "BLAKE3": "CE02FD64B7DCA1D4B857CC0CFBCEDA8384DD822639A22619EAB191EC76FA43B6"}, "downloadUrl": "https://civitai.com/api/download/models/392588?type=Training%20Data"}, {"id": 315872, "sizeKB": 28240.92578125, "name": "mei.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-15T02:26:04.717Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E0AE3992", "AutoV2": "9D69CB835C", "SHA256": "9D69CB835C3812726B2F78D865DF2A1F3E7F95A75B2C3BF2D51D0DFDB15D3093", "CRC32": "F5802D4F", "BLAKE3": "2D3A309E4285C48D8AED9EACC93255134CDED33FD03F6BE9605A18A9BF41B98D", "AutoV3": "C8AF2240142A"}, "downloadUrl": "https://civitai.com/api/download/models/392588", "primary": true}], "images": [{"id": 7967324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a737e069-116b-4ce7-85e4-f7aa5b432bec/width=450/7967324.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UIHB.2~B%gs:sk?Gt6%MVqt7M{xu0hofxVj]", "type": "image"}, {"id": 7967322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/311145b4-576b-4096-be69-fea80362d5c2/width=450/7967322.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UCJb8V~U1HI:?K~p?b#6IV-:%2#jOH%2wd%f", "type": "image"}, {"id": 7967320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/faa034da-8c01-4988-8910-d1b5c22eab33/width=450/7967320.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UFH_fF4.AV-o~q4:cGD%t39G?bE1kXnNxCxa", "type": "image"}, {"id": 7967323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9dc411fb-0388-435d-b3d6-b7d85e068668/width=450/7967323.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UEMGFy00K5?v.TrrRPI=02ELr=w{D,^%$%s:", "type": "image"}, {"id": 7967321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1fe3383-5bfd-4865-a10e-c5715b097b0d/width=450/7967321.jpeg", "nsfwLevel": 8, "width": 1536, "height": 1536, "hash": "U4IEbB0000xt00-:ysVs0000-=^*1l=_:i0L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/392588", "modelId": 277051} \ No newline at end of file diff --git a/datasets/metadata/392617.json b/datasets/metadata/392617.json new file mode 100644 index 0000000000000000000000000000000000000000..4ab60bd5f36d702d41365346b93d4ce74aa923dd --- /dev/null +++ b/datasets/metadata/392617.json @@ -0,0 +1 @@ +{"id": 392617, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-15T02:55:20.915Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["moxuan, long hair, looking at viewer, blue eyes, black hair, gloves, 1boy, purple eyes, ponytail, male focus, teeth, fingerless gloves, clenched teeth, low ponytail"], "stats": {"downloadCount": 51, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 315906, "sizeKB": 36977.2109375, "name": "moxuan-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-15T02:55:58.824Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0D218937", "AutoV2": "CA448A02D2", "SHA256": "CA448A02D2C05ECAA871DE9A3BBD7D2F0C07FE167B6CC1C3858D5C163C57D968", "CRC32": "B5116ABB", "BLAKE3": "9FB704C69B299AFC757AAD37E374E6E28EEE882C9FD6CD5F4001193D3DF0818B", "AutoV3": "FE6169CDA503"}, "downloadUrl": "https://civitai.com/api/download/models/392617", "primary": true}, {"id": 315905, "sizeKB": 12053.57421875, "name": "moxuan.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-15T02:55:58.306Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F15CC067", "AutoV2": "1F2104A920", "SHA256": "1F2104A9204782CED384536C4308B49168C851004DD3904C93700EC392634B3B", "CRC32": "08AA9A95", "BLAKE3": "31D90BD66376D58B22D8F566771F3C6EA4224CA127B5EF799A772D93F110ED5E"}, "downloadUrl": "https://civitai.com/api/download/models/392617?type=Training%20Data"}], "images": [{"id": 7968295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12e20ad0-d44e-4f8a-a12e-38e8ae1b0b86/width=450/7968295.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UJFYcM%MTL%M_Ne--;Ip?bV?~p?H?wD*?Hxu", "type": "image"}, {"id": 7968344, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd82c8e4-009a-4448-9152-0d6c29334165/width=450/7968344.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UOGIl*of?wX9~WIUx]ofIpRk-:jFIUt8-pt7", "type": "image"}, {"id": 7968340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5331af7-b271-403c-baf7-cf066717bfda/width=450/7968340.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UWFY}sIAkro#~WM{o}RPnOWUt6V@X9ROw[bw", "type": "image"}, {"id": 7968341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7334edd2-729a-4086-922e-840942ad26f4/width=450/7968341.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UWD,G@%MNeM_u6t7X9xCJDk8t7WAXAxYxDIp", "type": "image"}, {"id": 7968342, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5276138a-b61c-47fb-9fe3-6072386794d7/width=450/7968342.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UHEoiF~UJ7-6_N%LtQr=9vfS%MV?S$t7-pxZ", "type": "image"}, {"id": 7968343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/943a2d9c-1f2e-4fdb-82e6-0bf56e886804/width=450/7968343.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UFFYGgKP~W~AL%1+8x5rVUR1xRr.MfI@$,T1", "type": "image"}, {"id": 7968345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74f31ba5-db06-4062-96fc-95cc3c74e627/width=450/7968345.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UHEo}c%gp{IpR..99Z-;009FR5RPDiR4%0D*", "type": "image"}, {"id": 7968355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9f04a79-4809-4786-8d07-930f58b9a3e5/width=450/7968355.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UBExY1?b}PV@-5t5-n-T0M9I%K9x01VYogNM", "type": "image"}, {"id": 7968354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fb2e87d-520b-4a49-bdd8-9a99a5283e5c/width=450/7968354.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UMEWdvg%ysxAX;-mRkiv9Gem#6RhT2t5s:IV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/392617", "modelId": 351022} \ No newline at end of file diff --git a/datasets/metadata/392748.json b/datasets/metadata/392748.json new file mode 100644 index 0000000000000000000000000000000000000000..09c7c43db50ffcdd706cb7b7544b0d4af222c26a --- /dev/null +++ b/datasets/metadata/392748.json @@ -0,0 +1 @@ +{"id": 392748, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-15T05:17:57.645Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["fenny golden"], "stats": {"downloadCount": 201, "ratingCount": 0, "rating": 0, "thumbsUpCount": 30, "thumbsDownCount": 0}, "files": [{"id": 316033, "sizeKB": 14320.50390625, "name": "fenny.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-15T05:20:54.780Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C672E553", "AutoV2": "34F8D1900B", "SHA256": "34F8D1900BF57A9FB9E39F07E6B1FC6FDC4E308FC29177215FC5455DE6C19DC2", "CRC32": "91714DE0", "BLAKE3": "D91DA654C8F6948ADF28462DF7B8F4CC55773CA5FBB69884B5E0E249E4F7A805", "AutoV3": "698B79E8EC94"}, "downloadUrl": "https://civitai.com/api/download/models/392748", "primary": true}, {"id": 316032, "sizeKB": 1806.884765625, "name": "Fenny.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-15T05:20:59.220Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "A61407F60F", "SHA256": "A61407F60FD0FA05AB28E8DCD8C5DFC58E303D82DB8A927FB2D00788AFFEC02B", "CRC32": "73FCAA80", "BLAKE3": "E0B21384DA957636401AE9AB4BC5471E4E499315907495D483192B662D70AC27"}, "downloadUrl": "https://civitai.com/api/download/models/392748?type=Training%20Data"}], "images": [{"id": 7973191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9e7c765-9632-4c0c-b52e-d28055fd3a14/width=450/7973191.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UJHBYzs80$xBct01Mys,_NnNRPR%-;IpENt7", "type": "image"}, {"id": 7973190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6019bb13-a4fa-4762-9194-67be2f74a3a9/width=450/7973190.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UHLgFS00LNwG0y8_59oboHIoxvkX_3M_xDof", "type": "image"}, {"id": 7973193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/677cd28f-b931-4c03-ab3f-605cbed834ad/width=450/7973193.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UPF=%P~qD%9ZMwNGXotRD%RPIUM{M{RPMxM_", "type": "image"}, {"id": 7973188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2851263e-208e-401e-bc6f-e4da5831d537/width=450/7973188.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UOGSJ,4o0M-:=?D*NG%1tSM{t6tS_NIUR,tQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/392748", "modelId": 351136} \ No newline at end of file diff --git a/datasets/metadata/392921.json b/datasets/metadata/392921.json new file mode 100644 index 0000000000000000000000000000000000000000..ec551d119c7be5a7f9232528cde4edeb4dd83981 --- /dev/null +++ b/datasets/metadata/392921.json @@ -0,0 +1 @@ +{"id": 392921, "index": 0, "name": "Behind", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-15T08:15:40.550Z", "availability": "Public", "nsfwLevel": 28, "description": "Generatat with Pony Diffusion V6 XL
", "trainedWords": [], "stats": {"downloadCount": 505, "ratingCount": 0, "rating": 0, "thumbsUpCount": 41, "thumbsDownCount": 0}, "files": [{"id": 316165, "sizeKB": 4797.8662109375, "name": "388623_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-15T08:11:01.892Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CCAC5BC8", "AutoV2": "388FF545A3", "SHA256": "388FF545A3D4D671F0560C44D85E33D8556F7E370F4C71ECAB8979B0592D981A", "CRC32": "9278C26E", "BLAKE3": "966A99CD0503FB4662CDDE8EE1412F24F7B5FA1FFE39BB46F8949F9361191E3D"}, "downloadUrl": "https://civitai.com/api/download/models/392921?type=Training%20Data"}, {"id": 316166, "sizeKB": 223099.83984375, "name": "Behind.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-15T08:11:08.463Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B20930D3", "AutoV2": "04A3C37B70", "SHA256": "04A3C37B702BD393788D6C1AE5E708471FA7D12BE3C40E6B6C07070B50F22BD3", "CRC32": "C44F8379", "BLAKE3": "FE2C1DE585D497B4EC1BF7DFBA915FE8714ABAF9DEC5359EBE262DB98AD10ED6", "AutoV3": "149070AB20C9"}, "downloadUrl": "https://civitai.com/api/download/models/392921", "primary": true}], "images": [{"id": 7978992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d32eb4a-7227-4d5b-ad7c-c2e2a8953946/width=450/7978992.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UA9j_~xwS*W@?wM_M_Rix^oIROx^xuax4mad", "type": "image"}, {"id": 7979006, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7c5938c-17a5-4ab8-a570-73471e10d8ac/width=450/7979006.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UJC6=T_NtmV@%g%g-;WBR*tRxaWUMxRiM{of", "type": "image"}, {"id": 7978987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d1fb688-3bc5-4abe-9d15-c3b89d759c44/width=450/7978987.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UG8hCSx]D$H;.AtSM{M_bxbJRMacRNRij=of", "type": "image"}, {"id": 7978989, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/685e11c3-3867-47d3-b03a-e62a521c6ecc/width=450/7978989.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UA7BZnbc4Tad.AogDhV?odV?ROo#V=adkCo#", "type": "image"}, {"id": 7979004, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/321b2529-b45a-4cec-b2e8-6f0b09bb8e7a/width=450/7979004.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7ATZk?wO@_3IT%N%gxvXSniD%IUI9RPRPM{", "type": "image"}, {"id": 7979001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/231ace50-41b8-4e48-9c34-50027e133980/width=450/7979001.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UAC6x}yZ9urW.9.9xuI9?c%MsoIoslf+XSxZ", "type": "image"}, {"id": 7978986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb0a2da8-6d43-48bf-87ff-8aa887f2f521/width=450/7978986.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U27L1WMa00H;00x_oe%%pdR-Rij[n3x^M{Mw", "type": "image"}, {"id": 7978991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0073dce-0496-4a2c-84ba-4c2b8a753704/width=450/7978991.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UI9j.q?dX9RP.9-=j[RP-?x^RiM_jYRjRiRi", "type": "image"}, {"id": 7978990, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7a8a8b6-d140-49c8-b487-eb32af3b06d3/width=450/7978990.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U77_HMSjt:%iOwt8WsWBDhadMbM_tTRkngtS", "type": "image"}, {"id": 7978996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25345bc7-0c74-4b9b-a9cb-d38f07a99820/width=450/7978996.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UM8EcAoeMxWU?dohM_WEx^ogROV?t6jrRjWA", "type": "image"}, {"id": 7978993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4aeb96f7-1dc4-43bb-8665-31c547be0330/width=450/7978993.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UHF~8V%2%g_N~qj[xu-;9atRaeRjaK?bR+IU", "type": "image"}, {"id": 7978995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de545ea9-c517-493a-a8d7-86d8498e7154/width=450/7978995.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U9C6os~qtl?v.8-;_3-;E1o#t7oeMy%MR+D%", "type": "image"}, {"id": 7979002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3e7a50c-55d5-46a8-86c1-42e23abd716d/width=450/7979002.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UGC%N*_No~.8%Lf5bcx]S%IUMxj[?wxuxvoz", "type": "image"}, {"id": 7979000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d918d474-a916-485c-b0eb-5c4d9d56d0c3/width=450/7979000.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UCAwM9M_D%V?~qRjD%RPS$t7Vst7gOadt6tS", "type": "image"}, {"id": 7978984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8555087f-af44-4395-bd69-878847331064/width=450/7978984.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UA7e9,NFDgV=x^WAWAV=%%ROV@t8s.RibJo#", "type": "image"}, {"id": 7979003, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/038b1351-a3c6-4b32-b6a6-798284def4dd/width=450/7979003.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UHAdl]M{N{tR.TkDM{aeOFt7R4M{x^s:RjR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/392921", "modelId": 347343} \ No newline at end of file diff --git a/datasets/metadata/392922.json b/datasets/metadata/392922.json new file mode 100644 index 0000000000000000000000000000000000000000..86dbdd5ef1aa3bd6f98e384e3ccb8b360ab90e3d --- /dev/null +++ b/datasets/metadata/392922.json @@ -0,0 +1 @@ +{"id": 392922, "index": 8, "name": "1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-15T09:00:33.495Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": [], "stats": {"downloadCount": 295, "ratingCount": 0, "rating": 0, "thumbsUpCount": 42, "thumbsDownCount": 0}, "files": [{"id": 316172, "sizeKB": 562.4638671875, "name": "392922_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-15T08:22:56.258Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "39791C7EA1", "SHA256": "39791C7EA198F4B981B9CB01C952888901AA24362A573BDAEC06D60A29B5ECA4", "CRC32": "5DCF8806", "BLAKE3": "561FCBB26B067F5F6F2DE1481E0E54F4825F11A0A7275AB50CA35AD5D9F3461C"}, "downloadUrl": "https://civitai.com/api/download/models/392922?type=Training%20Data"}, {"id": 316217, "sizeKB": 223099.50390625, "name": "rei_17_artist_style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-15T08:57:10.721Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AAD79E51", "AutoV2": "0394209CE3", "SHA256": "0394209CE312F1AEA4CA69E7F41E24F3F35EE0763310444C04E1EBC5601CDD1D", "CRC32": "ED960F51", "BLAKE3": "C23FCFE1D9EFEA3406AD86E852CF7326BEC0A9941C92FBE5167C3EAE5B11CC36", "AutoV3": "29E99EA2563D"}, "downloadUrl": "https://civitai.com/api/download/models/392922", "primary": true}], "images": [{"id": 7980977, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da13aae3-3773-4f20-8351-5bdb7eb1d0e5/width=450/7980977.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UZOzJS-;_Nbb?bt7M{V@ofRjWBoL-;RPozkD", "type": "image"}, {"id": 7980974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5164ede9-ca15-4ed8-807a-b6c03dd0d4e9/width=450/7980974.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UUKw-1%M%$f,_Nog^*Rjt7IVIVWAxus.RjkC", "type": "image"}, {"id": 7980289, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a973fc44-1300-40e8-89ec-2c8a7d76fff5/width=450/7980289.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UlLX3.-:~q%Lt6s:xuWBtRRjRjof%LazM|of", "type": "image"}, {"id": 7980972, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb30be96-4462-4328-a679-3154fb1cd58d/width=450/7980972.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UjN0rC-;_Nt7x[j[ofRjX8t7s.j[?bM|e.t6", "type": "image"}, {"id": 7980975, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22701d4f-b806-4883-9cb9-fde9d0453861/width=450/7980975.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UTPGBO_N.Tni^*IVW=oLyEV?xabcyDadV@t7", "type": "image"}, {"id": 7980973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5388d35-9807-4b71-96fe-0ccb59bdb713/width=450/7980973.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UKKKWg~pE2t7kW%LxZM{%g%MxuWBIVxu%Lxt", "type": "image"}, {"id": 7980976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37bdd11b-6ba1-46cf-9eb4-0c908b0b7556/width=450/7980976.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UPPP}#xu_N%M-:aex[of?afkMxaekCofRjWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/392922", "modelId": 351303} \ No newline at end of file diff --git a/datasets/metadata/393068.json b/datasets/metadata/393068.json new file mode 100644 index 0000000000000000000000000000000000000000..e08334bd88f7fb69d6e34b793cbc6b7374bcd3bd --- /dev/null +++ b/datasets/metadata/393068.json @@ -0,0 +1 @@ +{"id": 393068, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-15T10:17:25.444Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 169, "ratingCount": 0, "rating": 0, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 316301, "sizeKB": 22256.33203125, "name": "Ersha_CROSSANGE-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-15T10:18:03.552Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7F82A295", "AutoV2": "B1E4B69FF6", "SHA256": "B1E4B69FF6CECF1B3B09AD5847531B0BCB4B5D87FCEBA3566C177892AF22A0FD", "CRC32": "87E0E0AA", "BLAKE3": "C85418C96258EC08C7AD3B1AD9625BC97806F758870221ACACC5ECFADB8567AC", "AutoV3": "957B74A2FB8A"}, "downloadUrl": "https://civitai.com/api/download/models/393068", "primary": true}, {"id": 316303, "sizeKB": 40115.556640625, "name": "Ersha_CROSSANGE.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-15T10:18:34.525Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6A5A1889", "AutoV2": "1092312014", "SHA256": "1092312014F012E0365FFDCFDE231F409FCB1BF3EC286D7A5BCD1D26661BB33B", "CRC32": "68E7C729", "BLAKE3": "F1821FE6FD99AF832C6AC21CD30B740B8D3524D3D5EF9713EF7DE62CD951C493"}, "downloadUrl": "https://civitai.com/api/download/models/393068?type=Training%20Data"}], "images": [{"id": 7982487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c1ed029-ea35-4d04-9f5a-9d9302cd9b9f/width=450/7982487.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U|L:p7s:x]of~Xj[o}j[XRa{W-ayR%j@ocay", "type": "image"}, {"id": 7982489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49f31f4b-6ee1-40e4-863f-d5ea4880b28a/width=450/7982489.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U|L|Aus:x]of~Xj]o}j[XRa{W-ayR%j@ocay", "type": "image"}, {"id": 7982594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01e1bf04-db84-4397-9b2d-36f35b401a47/width=450/7982594.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWGkIVW.9Ze?~Ws:4.jJEKj?E0WUIoais:bE", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/393068", "modelId": 351432} \ No newline at end of file diff --git a/datasets/metadata/393071.json b/datasets/metadata/393071.json new file mode 100644 index 0000000000000000000000000000000000000000..d9bee7c675d6203ade849a5481d4c2972ef28b67 --- /dev/null +++ b/datasets/metadata/393071.json @@ -0,0 +1 @@ +{"id": 393071, "index": 0, "name": "Kai'sa", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-15T10:45:43.389Z", "availability": "Public", "nsfwLevel": 17, "description": null, "trainedWords": ["Kaisa"], "stats": {"downloadCount": 183, "ratingCount": 0, "rating": 0, "thumbsUpCount": 30, "thumbsDownCount": 0}, "files": [{"id": 316307, "sizeKB": 1267.201171875, "name": "393071_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-15T10:25:50.945Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "236BFB735F", "SHA256": "236BFB735FC6175841948DD7F84EE7B29CA68B6196A864BF1736B76E736A2E87", "CRC32": "75C24EC6", "BLAKE3": "4D118CCB1645419F97DD3060914E2B2E7A883BEAAC9374808209DFA25187BD9F"}, "downloadUrl": "https://civitai.com/api/download/models/393071?type=Training%20Data"}, {"id": 316333, "sizeKB": 223100.62890625, "name": "Kaisa.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-15T10:45:52.920Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0D1AF91C", "AutoV2": "2604C257BC", "SHA256": "2604C257BC2676B1AD1BDA1303B8C83E87382A76039122867D903A4943F63CAA", "CRC32": "5724C059", "BLAKE3": "28ACC8AE34DA11A90A8BD64284539D991CA0C4D71A17E70454E18FB08C5DE07C", "AutoV3": "5AEEF8C2E507"}, "downloadUrl": "https://civitai.com/api/download/models/393071", "primary": true}], "images": [{"id": 8026068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3a2a66d-ffbd-4364-b790-37046279adb0/width=450/8026068.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U99ZQdEKEMEN}@NaI:I:srj]s+NH9^n$-Ssm", "type": "image"}, {"id": 8026077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec9104b7-cc0c-456a-a6b4-8e47c5265ae4/width=450/8026077.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U57AP.wjW0#[}vsER+wPSOa~oHjv5%NrxYSu", "type": "image"}, {"id": 8026076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/341fea4f-a976-4d63-b111-315664cc22e2/width=450/8026076.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U58f$tRi][xu5y$nEuxIwAX4=isE=@wiI-bc", "type": "image"}, {"id": 8026085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac5022e5-9f9d-447f-a4df-bce86a4688ed/width=450/8026085.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U89~s~xZEAxJRHf6^Aw~w6sXwjsr}^$mIqno", "type": "image"}, {"id": 8026080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9dfa6b21-56f7-4f49-8c12-1654256bbe5b/width=450/8026080.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U37w2AOiin5gw0Nr^9OQ+,Ev}xXM}]=#M}9?", "type": "image"}, {"id": 8026078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3bd6d6f1-4a36-437d-8062-c3e669a9e8ec/width=450/8026078.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U68{^K1DN5Evk5sXI-xFRZA8}vSvEMxY-DNZ", "type": "image"}, {"id": 8026088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4da7de5-549e-403c-975d-9e234f0d8c0e/width=450/8026088.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U18f.@0v#I%M1C#s54Ec9~wPo;,_00}_^iIo", "type": "image"}, {"id": 8026096, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36075fe2-9010-45cb-9730-91cd90b89a16/width=450/8026096.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8D8ki0vD+xr00xG~ENE-;9t9rocbnw~=}xb", "type": "image"}, {"id": 8026098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6413921a-af25-48fe-a2a7-755012887631/width=450/8026098.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U48pi%E00#S7}sI.9[Ip9xt7$ye:0~s;=s%2", "type": "image"}, {"id": 8026100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65b0f29b-dbaf-462f-9988-66723a590fdd/width=450/8026100.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U59?b20eEUWI}vk89sRp0N=|xTsl5QN0-o${", "type": "image"}, {"id": 8026099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee0f66f6-2935-4741-b38f-dde3297ad343/width=450/8026099.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U39?R$%2E1=#D=NX9rIpwR5OSt^SExNq^j}^", "type": "image"}, {"id": 8026097, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d72dd6e2-03f6-4c76-9010-18462ff870c1/width=450/8026097.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U39$t|=~,5,|^Qsr5OwQw99=xTI-0x=$={%1", "type": "image"}, {"id": 8026102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2837d432-41a3-4513-814d-c45709cf5d33/width=450/8026102.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8CitDkQ_4t500R$D%R%~qt7InWC0dRU-:s:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/393071", "modelId": 351434} \ No newline at end of file diff --git a/datasets/metadata/393416.json b/datasets/metadata/393416.json new file mode 100644 index 0000000000000000000000000000000000000000..1d676e97a33252701fea7fffcb48e18aa73747ad --- /dev/null +++ b/datasets/metadata/393416.json @@ -0,0 +1 @@ +{"id": 393416, "index": 0, "name": "v2.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-15T15:09:09.554Z", "availability": "Public", "nsfwLevel": 3, "description": "final~
", "trainedWords": ["suzumura yu", "hair ornament"], "stats": {"downloadCount": 264, "ratingCount": 0, "rating": 0, "thumbsUpCount": 34, "thumbsDownCount": 0}, "files": [{"id": 316627, "sizeKB": 4687.5458984375, "name": "yu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-15T15:11:15.007Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "41F93224", "AutoV2": "74D2A6B442", "SHA256": "74D2A6B442A8A3A64FF2D3242D3B290FD477C064394F3137ED95C94AA0315EC0", "CRC32": "2EB70BC8", "BLAKE3": "A2157813DECF19C97877519A9B0187B4A11786F2125960CB2C7527CB71D3AE7A"}, "downloadUrl": "https://civitai.com/api/download/models/393416?type=Training%20Data"}, {"id": 316628, "sizeKB": 28240.90234375, "name": "yu.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-15T15:11:22.184Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "35CC810B", "AutoV2": "C3359D23D3", "SHA256": "C3359D23D31154D09212DFDF5F071429D8EE055E9C25774676A433FE757E95C3", "CRC32": "1A7541F7", "BLAKE3": "CE8C73AB18C2C5578B59BBBBF4C899EBA80D75307F64CC093E028FD698D7C308", "AutoV3": "8CB45180C2C4"}, "downloadUrl": "https://civitai.com/api/download/models/393416", "primary": true}], "images": [{"id": 7994143, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d00484b-e1ad-4a0f-93ec-4a2a13a95610/width=450/7994143.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "U5GIQ8-:00Rk00?H%#4.}jRk-,kCcGt800M{", "type": "image"}, {"id": 7994144, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d6551fe-019a-4723-b677-6ba3f342ad6e/width=450/7994144.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UJHeOd00Ns-6.T9ZofIU%Ls,NHxtSh4.%2Ip", "type": "image"}, {"id": 7994147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c440c65-e098-4e60-859e-58c27a135f41/width=450/7994147.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UFJHgm%M00t458^*i]E1_NM{r=?G_3-oE1o0", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/393416", "modelId": 299267} \ No newline at end of file diff --git a/datasets/metadata/394110.json b/datasets/metadata/394110.json new file mode 100644 index 0000000000000000000000000000000000000000..7e4a63a36b163983ef317a2edbe79b53c1e3e41f --- /dev/null +++ b/datasets/metadata/394110.json @@ -0,0 +1 @@ +{"id": 394110, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-15T23:33:10.511Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 403, "ratingCount": 0, "rating": 0, "thumbsUpCount": 96, "thumbsDownCount": 0}, "files": [{"id": 317241, "sizeKB": 41173.2822265625, "name": "Oosuki_Mamako_OkaasanOnline.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-15T23:30:59.651Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2F439623", "AutoV2": "90C4929A91", "SHA256": "90C4929A913B88215952FC37B113B32C304EBB2C338CB2358BC4603CA7DAFC8D", "CRC32": "754C028D", "BLAKE3": "BDD55F450CA90B04C62D79766951CCBC38C14DFA32CD2112060A9CCE9453DEC5"}, "downloadUrl": "https://civitai.com/api/download/models/394110?type=Training%20Data"}, {"id": 317240, "sizeKB": 22258.78515625, "name": "Oosuki_Mamako_OkaasanOnline-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-15T23:30:57.414Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AC52EEBD", "AutoV2": "63DFD101C9", "SHA256": "63DFD101C9601C460083D1CDEFED5CE01EBD3D5564710560B551BE1560A8C72E", "CRC32": "363C6F8A", "BLAKE3": "D1453D3D0125FD707AF92E5A918F0F24F5A80691D7886DE288546F4B58619008", "AutoV3": "A5CFD8A3C8AA"}, "downloadUrl": "https://civitai.com/api/download/models/394110", "primary": true}], "images": [{"id": 8015906, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/133fb7a2-ccd3-4dcd-b0ed-452be63c9c01/width=450/8015906.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXOD5=of?^xu%gR%-=t7?bof%2ofW-ofRPay", "type": "image"}, {"id": 8015905, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc4dc494-f81a-489b-86f1-6a0afccbbcc2/width=450/8015905.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXOD5=of?^xu%gRj-=tQ?bof%2ofW-ofROay", "type": "image"}, {"id": 8016033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/633c895c-9776-4ab5-9231-3c62288f91d8/width=450/8016033.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaNmf[xv_N%M%MRi?vofo#oJIUay?HNGt7x]", "type": "image"}, {"id": 8016290, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0d47fbb-1e13-4bbf-a597-3258675cae8d/width=450/8016290.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UYI#+Q_2Pqt8=?T0M_%2M_nl-oaJVt-p$MIV", "type": "image"}, {"id": 8016379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0cabf0b7-86f1-4893-ae84-bb83048146f7/width=450/8016379.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UAKwa|0000g4DNtkPC-pEN~W=yRQ9GNG~V9t", "type": "image"}, {"id": 8016720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c831a0aa-42de-4e78-af19-1a3021f99eb6/width=450/8016720.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPLzs?^+Ek_N00tmXooz4:IpIoNG-pRPemV@", "type": "image"}, {"id": 8017235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90da0e90-ffe9-4ff7-b58e-5ca861bb7bd5/width=450/8017235.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UGMF^6t800t700s.e9xZMy9a~W%L4:WB9Zs.", "type": "image"}, {"id": 8017059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd2cdc8b-aed0-44cb-a52a-be177553d6e4/width=450/8017059.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USIg_*S%Ez~W?F?b%MofE1xZ-VoenjE1IVn$", "type": "image"}, {"id": 8017096, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/871664c3-5352-4841-8e27-4e812558628b/width=450/8017096.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZKAj2%gXQ?b~obwtRtR$^of^jRjtQIoMxj=", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/394110", "modelId": 352408} \ No newline at end of file diff --git a/datasets/metadata/394380.json b/datasets/metadata/394380.json new file mode 100644 index 0000000000000000000000000000000000000000..102612b4d3e45306239655fb3e66f0b4ffbec046 --- /dev/null +++ b/datasets/metadata/394380.json @@ -0,0 +1 @@ +{"id": 394380, "index": 0, "name": "Spectre Aperiodic Monotile", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-16T06:11:59.412Z", "availability": "Public", "nsfwLevel": 1, "description": "v0.5. best yet attempt, but still does not tile properly. Next, model the tile solo.
", "trainedWords": ["spectretile"], "stats": {"downloadCount": 87, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 317493, "sizeKB": 52228.509765625, "name": "394380_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T03:45:40.803Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "27E24E4D", "AutoV2": "7982F9B399", "SHA256": "7982F9B399A7F4B0B42796E353686865B1D69CDDB28493528122117D9E3DDED7", "CRC32": "596BD430", "BLAKE3": "90BED9A629DEC90145651E742B677A8B6E85F670A6B3109EC53AD290E24DE6C6"}, "downloadUrl": "https://civitai.com/api/download/models/394380?type=Training%20Data"}, {"id": 317595, "sizeKB": 36979.09375, "name": "Spectre_Aperiodic_Monotile.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T05:50:40.111Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7C6442C1", "AutoV2": "9789937E74", "SHA256": "9789937E7425F2F6A1346BF817F1F2045E76FC94AC729BD6EE4B4A39F20C71C4", "CRC32": "7AA3A2D7", "BLAKE3": "D285713BB8C6DAA17EE9F64C9F357E996918D0752CC736A39412DCC99664A0AA", "AutoV3": "5D3CD5FC8689"}, "downloadUrl": "https://civitai.com/api/download/models/394380", "primary": true}], "images": [{"id": 8028878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11a50a0b-f91e-4247-9e07-e3abf359228e/width=450/8028878.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U4QT7U-=xv_3_3t7xuj[WBIUM{Rj~q%Mt7of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/394380", "modelId": 352657} \ No newline at end of file diff --git a/datasets/metadata/394466.json b/datasets/metadata/394466.json new file mode 100644 index 0000000000000000000000000000000000000000..dc6061101f225cee8e30dc595c8ad6520e96d188 --- /dev/null +++ b/datasets/metadata/394466.json @@ -0,0 +1 @@ +{"id": 394466, "index": 0, "name": "Alex npc", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-16T05:53:22.682Z", "availability": "Public", "nsfwLevel": 6, "description": "Try number 2
", "trainedWords": [], "stats": {"downloadCount": 88, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 317576, "sizeKB": 10028.86328125, "name": "394466_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T05:20:52.399Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "107B183E", "AutoV2": "203DB2EDBB", "SHA256": "203DB2EDBB32876FF6E3C9ED57D0681FB739A95D4C11393775E8A3CA2176CE3C", "CRC32": "D1AC277A", "BLAKE3": "64335BFC329E817E6BF28644BFE496B3533764D58D14EB9946497B469A310C05"}, "downloadUrl": "https://civitai.com/api/download/models/394466?type=Training%20Data"}, {"id": 317601, "sizeKB": 36978.34375, "name": "Alex_npc.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T05:55:44.200Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9710B31C", "AutoV2": "2E720BBCC3", "SHA256": "2E720BBCC38CF1B616DE8BA2D363AD5C863F79C791396EFE898642381AF62AAD", "CRC32": "F19D4681", "BLAKE3": "76BB0111050EA689E5416E1E7034002FED5A8D6201A963130A28B544C0A44DE7", "AutoV3": "0D18A49B639C"}, "downloadUrl": "https://civitai.com/api/download/models/394466", "primary": true}], "images": [{"id": 8028420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc27e0fa-9ac9-4227-a05e-8713e921a042/width=450/8028420.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UBIhEP4T7X_4P8rD.RtR4=ouH=tl-pM_M|%M", "type": "image"}, {"id": 8028418, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1055a85-0094-4d23-9853-4f67f03c7b8c/width=450/8028418.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UIGkwX%M1I4n~Uad.8xaEOa#r;s,Z~WAE1o#", "type": "image"}, {"id": 8028419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6552b2f6-f628-4061-9013-5d689b3e1901/width=450/8028419.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U8I4*79F7x%$EHw|_Msk0gRkq[gNVDWVg5s.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/394466", "modelId": 352735} \ No newline at end of file diff --git a/datasets/metadata/394467.json b/datasets/metadata/394467.json new file mode 100644 index 0000000000000000000000000000000000000000..0ebf344d580c426e1628e6ae0f5b98a76d4172c9 --- /dev/null +++ b/datasets/metadata/394467.json @@ -0,0 +1 @@ +{"id": 394467, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-16T04:57:59.304Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["st0rmfr0nt"], "stats": {"downloadCount": 170, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 317554, "sizeKB": 176971.3203125, "name": "st0rmfr0nt.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T05:01:07.224Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3B1B1B0C", "AutoV2": "E47E9754FC", "SHA256": "E47E9754FC6BFA3E41571C9D42700B7390494F206207F3EB0FC46F3F954CCD64", "CRC32": "5B716AF0", "BLAKE3": "7CAE6FAE651772BBC1BE7FE177912DE3CAD9DB103C4DDEEC70D7E7811C398D4B", "AutoV3": "5BFC9E7A4E02"}, "downloadUrl": "https://civitai.com/api/download/models/394467", "primary": true}, {"id": 318773, "sizeKB": 53277.4306640625, "name": "st0rmfr0nt.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T23:25:46.796Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CC489531", "AutoV2": "EFF1579ED7", "SHA256": "EFF1579ED72D668A6A1C3004F1196AFDCB4827085741CE59AB025EC549B0CAFC", "CRC32": "97EAEB97", "BLAKE3": "F88026C89F83A7D5F1D4D7273B1A3F6BF722CB027DA8882EFB39483CA5BFDE71"}, "downloadUrl": "https://civitai.com/api/download/models/394467?type=Training%20Data"}], "images": [{"id": 8026470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3d2093c-82b4-4587-bbaf-2ced9b261605/width=450/8026470.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UPDJ3B%L%g%L~p%M-:ozx]xuozogbcxus;R,", "type": "image"}, {"id": 8026473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7522b992-165f-4cbc-8985-d78ec71e8ee2/width=450/8026473.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UWECXkIA.7%1~pD%%MoetSD*R+oLt7jFRkxt", "type": "image"}, {"id": 8026472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69eb1c3f-9912-4652-8cb0-a318b2cf372f/width=450/8026472.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UKFh|r9G^*?b?at6xt%f~pD*aeS6?aoIt7%M", "type": "image"}, {"id": 8026471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04ed91ba-8162-44eb-86e3-6f549b3ca211/width=450/8026471.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "U8CYw14o1I02~V9a-oae0zIq$*xZWqE2%1t6", "type": "image"}, {"id": 8026474, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e9b3955-3336-48d8-8845-e92da4903f95/width=450/8026474.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UDC~-Zoz%f%1_MWCNHRjTdNHaMM|_Lt6xts.", "type": "image"}, {"id": 8026476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87285d09-0384-4638-b5f4-a200c88eb1b9/width=450/8026476.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "U38E0dqG2{zo_1$x%L%300.m+GAc4ntl-A9b", "type": "image"}, {"id": 8026475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4077b879-990b-4085-8321-937fec4d9f06/width=450/8026475.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "U89%eXNH04_1~TIW9I-nt1E24prq-.WYE4%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/394467", "modelId": 352734} \ No newline at end of file diff --git a/datasets/metadata/39472.json b/datasets/metadata/39472.json new file mode 100644 index 0000000000000000000000000000000000000000..395708217c4828cab18cfec72a96500a9e72e7d1 --- /dev/null +++ b/datasets/metadata/39472.json @@ -0,0 +1 @@ +{"id": 39472, "index": 1, "name": "1.1", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-04-07T22:07:54.826Z", "availability": "Public", "nsfwLevel": 1, "description": "\u041e\u0431\u0443\u0447\u0438\u043b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d\u043d\u0443\u044e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0443 (\u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f \u044d\u0442\u043e\u0439 \u043b\u043e\u0440\u044b \u043f\u043e\u0445\u043e\u0436\u0435 \u043b\u043e\u043c\u0430\u0435\u0442\u0441\u044f \u043d\u0430 \u043d\u043e\u0432\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 automatic1111 webui). \u0412 \u0434\u0430\u043d\u043d\u044b\u0435 \u0431\u044b\u043b\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b 2 nsfw \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0438, + \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u0437 \u0438\u0441\u0445\u043e\u0434\u043d\u0438\u043a\u043e\u0432 \u043f\u043e\u0434\u0440\u0435\u0442\u0443\u0448\u0438\u0440\u043e\u0432\u0430\u043b.
\u041a\u0430\u0436\u0435\u0442\u0441\u044f \u043e\u043d\u0438 \u0442\u0430\u043c \u0432 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0435 \u0434\u043b\u044f \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u044f \u0447\u0442\u043e-\u0442\u043e \u0441\u043b\u043e\u043c\u0430\u043b\u0438 (\u0438\u043b\u0438 \u0447\u0442\u043e \u043e\u043d\u0438 \u0442\u0430\u043c \u0441\u0434\u0435\u043b\u0430\u043b\u0438), \u0442\u0435\u043f\u0435\u0440\u044c \u043d\u0430 \u0432\u0435\u0441\u0435 1
\u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043d\u0435 \u0432\u0441\u0435\u0433\u0434\u0430 \u043b\u0443\u0447\u0448\u0438\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c. \u0415\u0441\u043b\u0438 \u043f\u043e\u043b\u0443\u0447\u0430\u0435\u0442\u0435 \u043c\u0435\u0441\u0438\u0432\u043e \u043d\u0430 \u0432\u0435\u0441\u0435 1
\u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0447\u0442\u043e-\u0442\u043e \u043e\u0442 0.7
\u0434\u043e 0.9
.
it says v2 but it's actually v1
", "trainedWords": ["short hair, bob cut, asymmetrical bangs, brown hair, brown eyes, lips, huge breasts"], "stats": {"downloadCount": 232, "ratingCount": 0, "rating": 0, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 317824, "sizeKB": 138678.455078125, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T10:00:49.247Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "98E72DA9", "AutoV2": "7EDA738448", "SHA256": "7EDA73844880E84A1CE7C0D1836EFA7A0CA223474399CB4171306D4C97C280AC", "CRC32": "224BF04F", "BLAKE3": "1629BA1AF1C6E577ECFC2E9B4CACDAD9B1E5C031F31B7F5C75D73A0D97F5BA81"}, "downloadUrl": "https://civitai.com/api/download/models/394757?type=Training%20Data"}, {"id": 317818, "sizeKB": 36980.96875, "name": "Isshiki_Ai.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T09:56:24.802Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B771E689", "AutoV2": "B5901FF588", "SHA256": "B5901FF588A7333CE4AA1C5CE9231EA2CFC6827CA63995B939EEAA87E4A7318D", "CRC32": "E71307CA", "BLAKE3": "98E428F291AEB95928D1D9D62124E417343D3B46C88F3E7EE3C9A8FE7A0A8D16", "AutoV3": "F4DC5B599BDB"}, "downloadUrl": "https://civitai.com/api/download/models/394757", "primary": true}], "images": [{"id": 8040713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd6919ab-76dc-4ed1-ab27-29ad7d464216/width=450/8040713.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U7G8fm02D4NK[7Ip_NeoF#-:00%200-:~DSh", "type": "image"}, {"id": 8040716, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88660798-6aaa-4601-b4c2-aa33ecb9a11d/width=450/8040716.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UIH_V$%1]|wu4TVXSO-o~W.901o#4.VX-:V@", "type": "image"}, {"id": 8040714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/493a6dd0-4249-4abe-bef7-ae09e8a05169/width=450/8040714.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UFGu:iNI00%f00fg?cM|_4t50LkDTERRM_bF", "type": "image"}, {"id": 8040715, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff8b40d8-d991-4c91-99cb-febc133e2904/width=450/8040715.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UAJ7,ZC9000L8w0L%~9G00Mc?vaf*0_2xZS4", "type": "image"}, {"id": 8040712, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b317f5f8-6ad7-46df-adc7-a2575da018a7/width=450/8040712.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U8HLPQE,H;OG#6s,OaxaIAt500M{00D%~Vof", "type": "image"}, {"id": 8040995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2162f67-d42d-4850-8d01-ebaae5442008/width=450/8040995.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UVLqe9M{%#t7?Gax_NozIUof%Lay%gj[Mxj[", "type": "image"}, {"id": 8044379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28d8b492-002a-40f5-8278-c052a2d9a4e7/width=450/8044379.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UHHxEAM}?Gxu~A-o4.R*nhRjjF?GtQtR-o%L", "type": "image"}, {"id": 8044382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3590815-8279-4858-b22c-df3c1999a1f4/width=450/8044382.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDIq$7Mf5,~p00x]xsIA9eNF^+s.^+M|IUxu", "type": "image"}, {"id": 8044381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8eb599cd-e41a-4caf-b91c-1dd36992c52d/width=450/8044381.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UEHxZ._Nh0WG_N?c%N-:00S%IU~V00$z$$9u", "type": "image"}, {"id": 8044380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/326eaa64-fcaf-493a-8753-f8eaed8dae20/width=450/8044380.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDHUtcg5?b0fpyE,xZ-l.TtRNeE10#%MNtxu", "type": "image"}, {"id": 8044388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec8c07c2-73f1-4f72-84e5-1ebc1f077d20/width=450/8044388.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UMK15i~o00bW56ow-o%f00s=%4D+xcV{a$WG", "type": "image"}, {"id": 8044387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d66cbaf5-fb22-4836-9d5a-08cc24e3db04/width=450/8044387.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UPG*~N^+-:%2~CxuIot7-:%2flxuI;%2%2xa", "type": "image"}, {"id": 8044389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e88ffef-3a22-422c-8e8d-13de2b067719/width=450/8044389.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UIM@J]#7JUXnE20Kx]IoEM9G%1%2_3~qDi%2", "type": "image"}, {"id": 8044383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d3d4609-b9f4-4c12-ac55-0908bc8cdb35/width=450/8044383.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "UaJ89RS6ax-:_4t8bvtR9Ft7xtoe01WBxaWY", "type": "image"}, {"id": 8044390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68ba36b6-d4ce-4957-9cf2-0455af877934/width=450/8044390.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UOIq+IyD%#tS?^%M?b-pMdE3Sj={4:$*RkW;", "type": "image"}, {"id": 8044391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edc59ad2-398f-492e-8951-8a9462595653/width=450/8044391.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UCI;*G_J00NY0w?t~o%g00?c_N9ato9IIBbv", "type": "image"}, {"id": 8044392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a91c094-695d-4916-b3f2-48b50c6d12fe/width=450/8044392.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UMIq}x%NF_.8?^?H-=-;00o}?H-o4ot7IoM|", "type": "image"}, {"id": 8044393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32f98f8b-5eaf-400c-bbb3-0aea1eff353a/width=450/8044393.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UFJG=$0N0KFNrA9Z%KR.9G~UxvEM9Fxt$*9a", "type": "image"}, {"id": 8044394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ff447f7-3630-4c47-b03d-bec0e8da0935/width=450/8044394.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UIHd:3xZ^z%0}rjF4pR*=rt7%2?GIT%K?F%1", "type": "image"}, {"id": 8044397, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a827bad-651d-4a95-9cc6-493cdc182691/width=450/8044397.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "UVJ89HS%tP-;_Nx]Nes:4nxus:WA00s.a~M|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/394757", "modelId": 352977} \ No newline at end of file diff --git a/datasets/metadata/39481.json b/datasets/metadata/39481.json new file mode 100644 index 0000000000000000000000000000000000000000..a79570c11899d1c43dc56523699ce2b35dfad78c --- /dev/null +++ b/datasets/metadata/39481.json @@ -0,0 +1 @@ +{"id": 39481, "index": 0, "name": "v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-07T22:51:10.304Z", "availability": "Public", "nsfwLevel": 3, "description": "Made with 41 images of Nodoka.
Works at weight 1.
Download the dataset if you're interested.
", "trainedWords": ["harusaki nodoka", "collared shirt, green sweater, black skirt, pantyhose, id card"], "stats": {"downloadCount": 1652, "ratingCount": 302, "rating": 5, "thumbsUpCount": 351, "thumbsDownCount": 0}, "files": [{"id": 30723, "sizeKB": 64938.6806640625, "name": "nodoka-dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-07T22:46:41.606Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "281CE119", "AutoV2": "8C043EEC16", "SHA256": "8C043EEC168B09039BD74C1D8ACF3A6A17D688BA83EE70C06B3DFB272B9FF72E", "CRC32": "F685E5C0", "BLAKE3": "1A9D978BE6DAA22D3A46E5FB872F7E5B5AF2D08904793392177D31DF51D50EB3"}, "downloadUrl": "https://civitai.com/api/download/models/39481?type=Training%20Data"}, {"id": 30725, "sizeKB": 64938.6806640625, "name": "nodoka-dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-07T22:52:46.903Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "281CE119", "AutoV2": "8C043EEC16", "SHA256": "8C043EEC168B09039BD74C1D8ACF3A6A17D688BA83EE70C06B3DFB272B9FF72E", "CRC32": "F685E5C0", "BLAKE3": "1A9D978BE6DAA22D3A46E5FB872F7E5B5AF2D08904793392177D31DF51D50EB3"}, "downloadUrl": "https://civitai.com/api/download/models/39481?type=Training%20Data"}, {"id": 30724, "sizeKB": 18554.7978515625, "name": "nodoka-09.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-07T22:53:38.705Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "37F2DB52CC", "SHA256": "37F2DB52CC463A518FCD2CE6DF0B9D9A10314C91080B28CF59BE52C2375721D2", "CRC32": "BA3D12B1", "BLAKE3": "1E0DEB86216A6FEFE0FCD71B7E28AC4D248A84D1965B0CCBEA6F2C41AC80904A", "AutoV3": "49C82BD8B689"}, "downloadUrl": "https://civitai.com/api/download/models/39481", "primary": true}, {"id": 30722, "sizeKB": 18554.7978515625, "name": "nodoka-09.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-07T22:46:30.492Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "37F2DB52CC", "SHA256": "37F2DB52CC463A518FCD2CE6DF0B9D9A10314C91080B28CF59BE52C2375721D2", "CRC32": "BA3D12B1", "BLAKE3": "1E0DEB86216A6FEFE0FCD71B7E28AC4D248A84D1965B0CCBEA6F2C41AC80904A", "AutoV3": "49C82BD8B689"}, "downloadUrl": "https://civitai.com/api/download/models/39481?type=Model&format=SafeTensor"}], "images": [{"id": 437338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82dbc4af-9ffb-4ed2-0e29-f6c94a327800/width=450/437338.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCHBxj4T%j~B4nI[00IADl%ME0?bD+%M~Vxt", "type": "image"}, {"id": 437335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96c066cd-4811-4e8c-3c7f-92afa24a1300/width=450/437335.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcGR@-RjNIWB~pWBRkWB?HaybaWBjcWCxta#", "type": "image"}, {"id": 437334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56291f3f-25e9-4a51-99f4-ff5969115a00/width=450/437334.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UsJa=rD$SPRl~qRjozozRjxuxuoyoft7t7j?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/39481", "modelId": 33130} \ No newline at end of file diff --git a/datasets/metadata/394828.json b/datasets/metadata/394828.json new file mode 100644 index 0000000000000000000000000000000000000000..1c73fe873d8599e8485fb2ec374f06677156b60a --- /dev/null +++ b/datasets/metadata/394828.json @@ -0,0 +1 @@ +{"id": 394828, "index": 0, "name": "Ainsley Slater - 3D and Uncut", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-08T20:54:25.028Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 22, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 356657, "sizeKB": 36977.8125, "name": "Ainsley_Slater_-_3D_and_Uncut-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T19:45:54.821Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C3D52F46", "AutoV2": "213AE0339D", "SHA256": "213AE0339DDE549B367D94D618FF3575D907D824942EF5E656155A1B12833E78", "CRC32": "9090CEB6", "BLAKE3": "1F9C88885BF11E7896CDB125A82D32BCD92847CAF5256E5D0E2AD7C973264E30", "AutoV3": "2B36DBBEA1C2"}, "downloadUrl": "https://civitai.com/api/download/models/394828", "primary": true}, {"id": 356727, "sizeKB": 1567.7255859375, "name": "394828_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T20:35:32.376Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "C6E6D92020", "SHA256": "C6E6D92020BABDE816D4EFAF809A504FED22B3E2B33CCD87D2F3EF8517418414", "CRC32": "D94AFF88", "BLAKE3": "0BEE9002611590915D85672FEB29193535C2F44BC19987825F430CCC7211AFED"}, "downloadUrl": "https://civitai.com/api/download/models/394828?type=Training%20Data"}], "images": [{"id": 9455633, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a22d9223-d506-45e5-afcc-8b131bc20a19/width=450/9455633.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UBB:md4T.8M{_4M{S2R*4nW=D%kD4T?bD%R*", "type": "image"}, {"id": 9455632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5fd5e3d-b433-41e4-86ce-cd077a980f0a/width=450/9455632.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UHB3+=_4?w%g-;%MkWt8IVkCWBt79EIUIARP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/394828", "modelId": 353066} \ No newline at end of file diff --git a/datasets/metadata/394880.json b/datasets/metadata/394880.json new file mode 100644 index 0000000000000000000000000000000000000000..e7db3932a19b1d364d3c87902510028fcb43be70 --- /dev/null +++ b/datasets/metadata/394880.json @@ -0,0 +1 @@ +{"id": 394880, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-16T12:00:48.431Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["jett, 1girl, long hair, looking at viewer, smile, blue eyes, gloves, hat, very long hair, braid, fingerless gloves, cape, white cape"], "stats": {"downloadCount": 68, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 317951, "sizeKB": 15747.46484375, "name": "Jett.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T12:05:52.734Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "15F2FE9F", "AutoV2": "E4191F8079", "SHA256": "E4191F8079844C84BB0B7E9F20403EC1B5DD31DC9F30E538BFC1208E142A28C4", "CRC32": "12CE9CBA", "BLAKE3": "9E7234D7F04091B2B4A3D9957AA7D2B150F6EC20DE5C872C52E85E224956ADAA"}, "downloadUrl": "https://civitai.com/api/download/models/394880?type=Training%20Data"}, {"id": 317949, "sizeKB": 36977.6640625, "name": "jett.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T12:00:44.902Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0B064590", "AutoV2": "1C364032EA", "SHA256": "1C364032EA73387E5A1199B538770C73CC4137EFD3D447FF51F0E2522256FAFC", "CRC32": "6DDBEEEC", "BLAKE3": "3866826600DE5DD5CE2962C2031953902B21A804EA2091C8D10D7AFCFC98B201", "AutoV3": "328B70A2F206"}, "downloadUrl": "https://civitai.com/api/download/models/394880", "primary": true}], "images": [{"id": 8042072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd3fbe8d-57e4-4050-8226-7414948b1db6/width=450/8042072.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UCHeF90O0j^+%gIq04xt*0DiwHM|ITnM}jxZ", "type": "image"}, {"id": 8042116, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/452df0cb-afe8-4399-b79c-86017239b142/width=450/8042116.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UGHeLNIAAw~W-?^jFf%gX.9bb_9aIpS5H?r?", "type": "image"}, {"id": 8042115, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb089b84-05c0-4618-8b1e-19a12a8de763/width=450/8042115.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U7GuH@00ITIU}lDh029Zt+PB03x[OE%2=ww]", "type": "image"}, {"id": 8042112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/254b22b7-18ee-457b-8119-fdcaf00c4ed4/width=450/8042112.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UEFYP,~VD*0M4Tn$00t5_NIpK6E3IobwMxxF", "type": "image"}, {"id": 8042113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/447933f8-e9ac-471f-a2f4-497c3064500b/width=450/8042113.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDI4;I010057~9jE57t6_NTK9HNHO@n$^NxD", "type": "image"}, {"id": 8042114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8d4495d-a82d-4a61-8298-09c299614a9e/width=450/8042114.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UQI5GHZgX.aK*0r=9~RQPCX9$$Rj9$tR#7f+", "type": "image"}, {"id": 8042117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8852344e-ed3a-4e7c-8d88-084841a70407/width=450/8042117.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UBHU;6In0=D*PE=W0US0u6ELe9.89dOs:NNG", "type": "image"}, {"id": 8042120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd84138e-197c-43f6-95d0-7e08a958a72d/width=450/8042120.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UHHn+{DOEle-?^9G9}IVlUM{^JIAF4oe]zI[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/394880", "modelId": 353107} \ No newline at end of file diff --git a/datasets/metadata/394909.json b/datasets/metadata/394909.json new file mode 100644 index 0000000000000000000000000000000000000000..e6e306228db704dacbabd5f941f7a3c15c4fb8f4 --- /dev/null +++ b/datasets/metadata/394909.json @@ -0,0 +1 @@ +{"id": 394909, "index": 2, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-16T13:40:10.037Z", "availability": "Public", "nsfwLevel": 7, "description": "I wanted to make it a little flexible:
you can remove either halo
or headphones
. Doesn't generate Noa consistenly anymore if you don't have either in prompt though in this version.
you can prompt for very long hair
for canon hair length, long hair
(possibly very long hair
in negative) for slightly shorter or short hair
default outfit works with school uniform, open jacket
. You can try removing open jacket
, might need to specify having pantyhose
or white skirt
.
gym uniform similar to Yuuka's: track jacket, open jacket, off-shoulder, buruma
final~
", "trainedWords": ["kawasaki sakura"], "stats": {"downloadCount": 216, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 318128, "sizeKB": 28240.93359375, "name": "skr.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T14:36:20.895Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A1F70EAC", "AutoV2": "9CEB3E764B", "SHA256": "9CEB3E764BF3741F65FE71E21B9A35491B3D9BCBA226600E2B573BBF02CDFD84", "CRC32": "853BAEE2", "BLAKE3": "179697105EF0EBCD39BD8CB6EE487C7BB4454B1955A2901939AB6A2063C8B611", "AutoV3": "B215B0EF21E7"}, "downloadUrl": "https://civitai.com/api/download/models/395080", "primary": true}, {"id": 318127, "sizeKB": 4394.3447265625, "name": "skr.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T14:36:19.347Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "11A06266", "AutoV2": "0A98F5C61F", "SHA256": "0A98F5C61F7BF8AA12C235086889A9FFE45C41050BC847C18C70EA24092950B2", "CRC32": "159D7536", "BLAKE3": "8FA636ECC7A2ADF8892FD43F467740C9C9D124565A29C451A142E6A345269449"}, "downloadUrl": "https://civitai.com/api/download/models/395080?type=Training%20Data"}], "images": [{"id": 8048968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3ce9d96-64de-496f-86ef-5d018483d287/width=450/8048968.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UHIgcX-n0f9u5SoyD*ni~U%1%2WC~B%2xaNG", "type": "image"}, {"id": 8049238, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccd52d14-b53c-45aa-93d5-0a60bfd65d95/width=450/8049238.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UFF~U6~pKQE2Io-;Iq?HH?9F4:IVX59Za0Mx", "type": "image"}, {"id": 8048975, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb2cf5d9-a53d-4121-9a97-9775dec93061/width=450/8048975.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UGJHwC={0KIoT}oIWCaK~X%2%MVs9b?G-;V?", "type": "image"}, {"id": 8048972, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7891b5a1-a716-47b3-9bbc-e1520a232bbb/width=450/8048972.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UFFsAHvK100gU[%2IUD%~qxtNfS$9F?b$iso", "type": "image"}, {"id": 8048967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6f6120c-9690-4b23-ad3d-4747f4760583/width=450/8048967.jpeg", "nsfwLevel": 8, "width": 1536, "height": 1536, "hash": "UGHxTu~q0yM|D$%Mxv-p00n3R.o}x]9aaJMx", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/395080", "modelId": 293350} \ No newline at end of file diff --git a/datasets/metadata/395250.json b/datasets/metadata/395250.json new file mode 100644 index 0000000000000000000000000000000000000000..547701d8d04927bcd017dafac41b3e53b19dc4df --- /dev/null +++ b/datasets/metadata/395250.json @@ -0,0 +1 @@ +{"id": 395250, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-16T16:27:15.066Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": ["Takasato Aoi, mature female, blonde hair, long hair, bangs, ahoge, blue eyes, ringed eyes, large breasts"], "stats": {"downloadCount": 294, "ratingCount": 0, "rating": 0, "thumbsUpCount": 48, "thumbsDownCount": 0}, "files": [{"id": 318302, "sizeKB": 36979.8984375, "name": "Takasato_Aoi-v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T16:26:00.070Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6AA4D975", "AutoV2": "FA4366D0E6", "SHA256": "FA4366D0E6864D615C3842ED9DA7FC5629BE11E3B30AB607A215B9210CC8E773", "CRC32": "8A48340D", "BLAKE3": "D488C1E3A15C777D1A0791E3A6CC5866522DB6D67CBF952781AE77241196DC0F", "AutoV3": "CE376A6D38C3"}, "downloadUrl": "https://civitai.com/api/download/models/395250", "primary": true}, {"id": 318309, "sizeKB": 40962.7890625, "name": "tag.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T16:30:43.872Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "975C0C8E", "AutoV2": "ABA9FB7AD0", "SHA256": "ABA9FB7AD06040C6D0AFCBCD4ED98DE8DD0CF12681E3FFDDF0EFF24712A90369", "CRC32": "8271CC19", "BLAKE3": "DE0523B7A428027E94539B97171432FD33AC8E9E5420B9F9E1D43B3CC73E5FF1"}, "downloadUrl": "https://civitai.com/api/download/models/395250?type=Training%20Data"}], "images": [{"id": 8054335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8961370-dd2c-4e98-b05f-4115556d9d94/width=450/8054335.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UAKm;40301~p9E5901E3+?w@^*$%00I:0LM{", "type": "image"}, {"id": 8054334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54f851a9-4dee-4f7b-bd11-d0c4a6ac4887/width=450/8054334.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UnJ7%U%Mx]oz~UWBIqRj-oxaogxaWUWWn$oe", "type": "image"}, {"id": 8054336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8994ada6-7364-42a6-ad39-0a87d97d0f19/width=450/8054336.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UTJQ$a~U$$Ir_2-;E+%M-QbwNLIqWVxWr?xG", "type": "image"}, {"id": 8055278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cd36f0c-3cda-45d4-8f52-c31ca6ce4dd8/width=450/8055278.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UEK1tO0WCT]}Axx^Y7^%4V$i4sOZiHIV^KbD", "type": "image"}, {"id": 8055665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd3710cd-85f2-4bfd-b28c-9d3a99b15eb0/width=450/8055665.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UKJQ.qkr01o#~W%M9w9aM^oMtSM{.9t6i^xu", "type": "image"}, {"id": 8055998, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9a73b56-dd6a-4015-8073-e94414c3cf5d/width=450/8055998.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "URI;bU-;EM-o~VR-4;t7InIVNKxa%La#xFxZ", "type": "image"}, {"id": 8055275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2c1251c-7c32-41d9-94cd-953a78b5758d/width=450/8055275.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UBJQfzE40002F_?GTd01M_0LoNWEI@02~C^k", "type": "image"}, {"id": 8055277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ade2e727-b445-40b2-993f-af3284abb1f3/width=450/8055277.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UQL|7K~o9u9b9t^*tRtRRjtQM|RkMx4ojYae", "type": "image"}, {"id": 8055276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa3411ea-c7e6-410d-9a72-38344e008247/width=450/8055276.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UFL:=fA0Cm.8O@?blARP03Nz0hNH16k=OGM}", "type": "image"}, {"id": 8055664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d19a426-dd4b-4669-bcbe-e888661e7031/width=450/8055664.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UBM?rJ003Gi^^}9Z9EIA^FD%ivIUXo%g%Nxa", "type": "image"}, {"id": 8056001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4508a6e0-752f-43e7-9378-46eaf93f0392/width=450/8056001.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UaH_Plbv%1-px^Ndxsxu~VkWM{t7xut7RjRk", "type": "image"}, {"id": 8055663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25b8dcfb-514a-4c6c-af0a-78e68a7ece86/width=450/8055663.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UCJ@Ud0M0h?Z00NK01-:~TRjIVxY00X8={9b", "type": "image"}, {"id": 8055658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aed8b9d6-0473-4f16-8428-309a85d3bd14/width=450/8055658.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UaJ7j$Ne9aNI-oa#M{RjE0WBRjoL~WoMt8NH", "type": "image"}, {"id": 8056000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b8099fb-e4c1-4809-b398-ae39404954a2/width=450/8056000.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UeG[NO?GrpWB~9t6NLRk-RWXNeRjxXj?a#WW", "type": "image"}, {"id": 8055999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c655e0b3-b2d1-4074-9a69-bc0d7f032529/width=450/8055999.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "USI|?,Ip4.=|%ME2t7-o%1t7a$t5~q^*RjIV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/395250", "modelId": 353442} \ No newline at end of file diff --git a/datasets/metadata/395352.json b/datasets/metadata/395352.json new file mode 100644 index 0000000000000000000000000000000000000000..b27dd01420af45e70bddf541a5a3af5aa16e9ad1 --- /dev/null +++ b/datasets/metadata/395352.json @@ -0,0 +1 @@ +{"id": 395352, "index": 1, "name": "SD1.5 v1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-16T18:42:20.543Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": ["brown eyes, bangs, large breasts"], "stats": {"downloadCount": 492, "ratingCount": 0, "rating": 0, "thumbsUpCount": 79, "thumbsDownCount": 0}, "files": [{"id": 318421, "sizeKB": 36981.1171875, "name": "PerfectDeliberatev3_Onsen_Lady.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T17:55:45.734Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2B5DB69D", "AutoV2": "A5CE01B3C8", "SHA256": "A5CE01B3C8F12CD3606CE0AEDBD42DFB46C754CD292F0F0B2D503E7A1C201C15", "CRC32": "E4FA7291", "BLAKE3": "0C8560A659ABF5DC10C6507861565F6AE606963585DEAC5B1674FD3EC0E2E797", "AutoV3": "128BC1B9F020"}, "downloadUrl": "https://civitai.com/api/download/models/395352", "primary": true}, {"id": 318424, "sizeKB": 347657.4609375, "name": "tagged.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T17:56:04.042Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EFACCD8F", "AutoV2": "DBDCF68D5E", "SHA256": "DBDCF68D5E0428002E59EC6A095CE6FD4C82F338668DAD678B0C8B7505D56001", "CRC32": "08BDE007", "BLAKE3": "A7C25E7ABD2D957C86CCEE239982BA992E1EFEFCF917BB02A1299B34530D5A34"}, "downloadUrl": "https://civitai.com/api/download/models/395352?type=Training%20Data"}], "images": [{"id": 8058749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dceb53d2-5546-4d49-b17c-0db129c09904/width=450/8058749.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UGGt$s_MKPo#X,x[WBaKFx?a~CkWpI?HxuNH", "type": "image"}, {"id": 8059080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9af9f852-ff27-41f9-81a7-f691733ada8f/width=450/8059080.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UKGkm{yVSd?HxUt2E2ni56?a~WM|Na%LbGIV", "type": "image"}, {"id": 8059078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb7515b4-32a9-46ab-acb0-d72939ceb0da/width=450/8059078.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UCGbL^l9E0%MM_?G9ZM{oF?b~qxs57xt~VV@", "type": "image"}, {"id": 8059079, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b1ebf5d-3636-4e10-aeb7-41ea82e50719/width=450/8059079.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UGH^-O~p0yEM5PtPjF-U4.oz_2bbM|?G?aoz", "type": "image"}, {"id": 8059077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6244e667-14cf-4bdd-a969-d04d83502483/width=450/8059077.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UMID{u~pJREMD%xCn$s.R*-o^*tR%MxajFoL", "type": "image"}, {"id": 8059164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d67ca1d6-c22e-47c7-a874-3a25177ab87f/width=450/8059164.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UJHd{Y_M9@I;0ftQt5%1wF%L.8-p9aae%MNd", "type": "image"}, {"id": 8059269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77adbd1d-cc63-4046-b9c0-58845038f65a/width=450/8059269.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UFI4;M_M0KRj00xtkqxaJT?b~VkC?v%MRPRk", "type": "image"}, {"id": 8060371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/540a0eff-5282-4af8-8b79-2335df4f0cd5/width=450/8060371.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UJHnpZ~q4;aLNJ%MozRj0L-;~Voc?bxvIpNH", "type": "image"}, {"id": 8059462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cf187ca-f99d-4b45-bb75-1134696aadef/width=450/8059462.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UFG*sV~o#zTK00I.5r$j$^-;?bn#X-%M-VR%", "type": "image"}, {"id": 8059463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1fbb1a76-5c8b-4f4e-95c8-25d21798d525/width=450/8059463.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "ULHKLT~USxR+IUWTNGEME2xY?Foz-:xaIpRk", "type": "image"}, {"id": 8059464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8599fe69-e5b5-4acb-9721-66c66c4fd5a1/width=450/8059464.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UFGa,v?uKio#4noHE2sA0|%f~Bo#-;WVR*M|", "type": "image"}, {"id": 8060234, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2377718-c49b-4956-9bab-03647a752ff8/width=450/8060234.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UNI4nl~qEMn$K6x]ofr=I??b~Vxu.8%Nt8kD", "type": "image"}, {"id": 8060233, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9dc97b0d-fe45-4a91-ae9e-1e8fdef20ea0/width=450/8060233.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UTIEIb~qO@WC9vx]ozj?T0tR-:of-:xuIpfk", "type": "image"}, {"id": 8060230, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04c99165-f1e9-4935-b6c7-20fe462cd339/width=450/8060230.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "USHBYw_NtRR*b{tRE1V@%3%L%1t6yDkq%1WB", "type": "image"}, {"id": 8060462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f478594-8fc5-4591-b69e-c52295a49fef/width=450/8060462.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UXGkaq~Wx]-oXSxuR*M{-p%Mxut6OZx]-pt7", "type": "image"}, {"id": 8060644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef1ecf04-fb7d-400c-848d-7ba036875aeb/width=450/8060644.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UaHL9,~qf,xttSXTI;RkNH%M-;t6Ndxu%3kC", "type": "image"}, {"id": 8060672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77312962-98c1-41d0-9a8a-4353f9a8af60/width=450/8060672.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UBG[NJ%$00N1PX^kjGR.4TM{^+xt009ZNd-U", "type": "image"}, {"id": 8060843, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29f38b5a-ab67-4e76-9ea5-17409aaec8d7/width=450/8060843.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UOH_74~q0xIpAZ-;-qxuRiog-;ogRk%MxuR*", "type": "image"}, {"id": 8060846, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3770d23a-80ad-469c-b77d-4be2814bb9e9/width=450/8060846.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UTIW[t~VOCtQ4:RiNGj?NG%L^*%LtlbbjGof", "type": "image"}, {"id": 8060852, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e07d412-5393-485e-b251-0f1b96d66915/width=450/8060852.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UMF=H$_4-pxv?vt-x]IV~W?Hf8e.pJXTjbRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/395352", "modelId": 353537} \ No newline at end of file diff --git a/datasets/metadata/395370.json b/datasets/metadata/395370.json new file mode 100644 index 0000000000000000000000000000000000000000..9cb27261ec35cd7ea194aef594e9c049105bceec --- /dev/null +++ b/datasets/metadata/395370.json @@ -0,0 +1 @@ +{"id": 395370, "index": 2, "name": "SD", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-16T18:58:49.731Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 366, "ratingCount": 0, "rating": 0, "thumbsUpCount": 43, "thumbsDownCount": 0}, "files": [{"id": 318429, "sizeKB": 7952.681640625, "name": "395370_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T18:06:13.677Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "58FCEE1F", "AutoV2": "A0B3E981E7", "SHA256": "A0B3E981E7C1DFDD238EFC8DAF3B7F4021CB6A034CE4EEBD0B025691B92DD382", "CRC32": "6D9437BE", "BLAKE3": "703E080A47773EE08E95B4408888AA116BE722EDD29D9725F3CE1179F3135034"}, "downloadUrl": "https://civitai.com/api/download/models/395370?type=Training%20Data"}, {"id": 318504, "sizeKB": 36977.6875, "name": "c41_hasselblad_portra400.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T19:00:50.112Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8F0F06F1", "AutoV2": "A471A997C9", "SHA256": "A471A997C9D9F289DEA0D223FE8BAADA702071BBC563AE00107DED0C18360804", "CRC32": "1A55896C", "BLAKE3": "1925F1D3872956300F42B2DAC139BD829C4E8B45957C4930E097D72E1DE74272", "AutoV3": "72F3FD1F60CD"}, "downloadUrl": "https://civitai.com/api/download/models/395370", "primary": true}], "images": [{"id": 8060269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f2b8c1d-7c98-4051-b913-8379e53a1143/width=450/8060269.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7FO}t}=00.8_Ot9yFs8F~of#6a0NFRO%2yE", "type": "image"}, {"id": 8060271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91640329-1a86-4058-bfed-78f3cf6694a3/width=450/8060271.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAF$U_0L00kpD4tRysR%GvtSr=MxFxIAv}x^", "type": "image"}, {"id": 8060533, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d8b0cc1-e253-4c01-af8c-e14421736cfd/width=450/8060533.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UXDJny.8RiR%?^xuRPRjjZV@RjRjRij?kCax", "type": "image"}, {"id": 8060268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0112ac83-5a4a-4c02-8236-009d214d94b7/width=450/8060268.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U4DJS1lA13.8{a8wE0$y0=a$}q.7.RoI^+%g", "type": "image"}, {"id": 8060531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83961566-7246-4d19-a697-4db0c418d7e3/width=450/8060531.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKDv+j_N%g%gWVIUM{ogx^t7t7oLt8fRayfk", "type": "image"}, {"id": 8060267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa91dff7-1c48-4d42-8fb0-d536c022ac19/width=450/8060267.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAFr|tE*00Te8wNeozNFTetR%NjG*0RjeSs:", "type": "image"}, {"id": 8060530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a73c1594-3296-4a7c-aac9-12a81840fa91/width=450/8060530.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UaDJ#NxtWFof?wofbIofWCa#oej[ozfkayaz", "type": "image"}, {"id": 8060529, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9da8f13-2175-41b8-947e-bf90c1b68c7c/width=450/8060529.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UTDms^4TROt7.TIARjae%gWBMxf6x]kCRPWA", "type": "image"}, {"id": 8060242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e015547e-582f-4e79-a7be-d29bfd6448a0/width=450/8060242.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7FO}t}=00.8_Ot9yFs8F~of#6a0NFRO%2yE", "type": "image"}, {"id": 8060239, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/889aa53b-1cfd-419c-8418-4f93c0c1b5a5/width=450/8060239.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAF$U_0L00kpD4tRysR%GvtSr=MxFxIAv}x^", "type": "image"}, {"id": 8060241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c7baa15-cf94-450e-bf23-df3360c571fe/width=450/8060241.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U4DJS1lA13.8{a8wE0$y0=a$}q.7.RoI^+%g", "type": "image"}, {"id": 8060240, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45677d90-703b-4de2-9354-1ca94ab02c9c/width=450/8060240.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAFr|tE*00Te8wNeozNFTetR%NjG*0RjeSs:", "type": "image"}, {"id": 8060355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c807da56-6dad-4367-9fbe-3f3f8dfeeb31/width=450/8060355.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UpEgE$MxkCaz?wbIayj[WBt7fRj[axadkCfQ", "type": "image"}, {"id": 8060360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a94308bb-44eb-4ec0-af99-14665800cd58/width=450/8060360.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UaDJ#NxtWFof?wofbIofWCa#oej[ozfkayaz", "type": "image"}, {"id": 8060359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6226a2dd-96ed-4f12-931e-3e1d9225a992/width=450/8060359.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UkFsMf9EV@j[_NM{Rij[t7ofWAayV@jtkBWB", "type": "image"}, {"id": 8060357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/466bba48-4c04-465c-90e5-a22e5c8524da/width=450/8060357.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UjEN6ZIVj]a#.TRkj[azWBoza#ayx]j]ayfk", "type": "image"}, {"id": 8060358, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7112bb2-45d3-4b81-8bc1-2b11351a2803/width=450/8060358.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UaEWj}DiWAaz%%o#fja#o#o#ogfRtRWCayfk", "type": "image"}, {"id": 8060361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/778618f4-0ed6-4c72-8461-dd538d8e754b/width=450/8060361.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPE|0f4Ts:Ri?wIUjYkC%NtSkCf6x^j]WBj]", "type": "image"}, {"id": 8060363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c774648e-5003-446c-a8ea-406e1b119a04/width=450/8060363.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UTDms^4TROt7.TIARjae%gWBMxf6x]kCRPWA", "type": "image"}, {"id": 8060507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf9005ab-8839-47b3-97ab-3e8719f02662/width=450/8060507.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UkED3SozM{kC?wkCRPj[t8j@WBa}adjua#az", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/395370", "modelId": 353556} \ No newline at end of file diff --git a/datasets/metadata/395466.json b/datasets/metadata/395466.json new file mode 100644 index 0000000000000000000000000000000000000000..5b23221ac15820427c67209fbc19fda95a038ebe --- /dev/null +++ b/datasets/metadata/395466.json @@ -0,0 +1 @@ +{"id": 395466, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-16T19:10:23.018Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["InuzukaTsume", "facial_tattoo"], "stats": {"downloadCount": 179, "ratingCount": 0, "rating": 0, "thumbsUpCount": 34, "thumbsDownCount": 0}, "files": [{"id": 318513, "sizeKB": 104999.8330078125, "name": "data92TsumeInuzuka.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T19:06:06.835Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "09DF1600", "AutoV2": "DAEFAEC863", "SHA256": "DAEFAEC863CEF28C9781B4AA90EDB6EDA0BA95821C1CE1863F2D1EC66FAFE088", "CRC32": "730E4B53", "BLAKE3": "F7CA9424CB799B578544768EAFF29EBC28D66DC371E43021DBD43C9B4F532173"}, "downloadUrl": "https://civitai.com/api/download/models/395466?type=Training%20Data"}, {"id": 318512, "sizeKB": 36992.2109375, "name": "InuzukaTsumeV1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T19:06:00.601Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "03600694", "AutoV2": "9F8CC279B7", "SHA256": "9F8CC279B7FB53705ECC7CF214A43F14AD15769161A03A2FADCD7A877B09951F", "CRC32": "F6ADE55F", "BLAKE3": "1CD7F598512F7CB7B17E7F65A4FE5D4064636AAE1AFD9FB4F01C181263AB58C9", "AutoV3": "B44D6160563B"}, "downloadUrl": "https://civitai.com/api/download/models/395466", "primary": true}], "images": [{"id": 8060018, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69d011c1-41ec-4893-9658-7135f3508535/width=450/8060018.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UZGl6Yj[.8t7~XWB-;kCafj[xuofR%WBRPWB", "type": "image"}, {"id": 8060205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35c051bc-e378-403f-971e-43c306cc0271/width=450/8060205.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UIGl9Q-p~X-;r|M{EyNG02oyxtoey9jaRPjZ", "type": "image"}, {"id": 8060037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ed6166b-a5e3-41f9-8318-ff031051e4a9/width=450/8060037.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UHFr#G4.%M?b~Wj]tlWBnha#x]RjD%xb%MWB", "type": "image"}, {"id": 8060067, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b557dcc1-68b9-4fcc-b908-a53b745f457f/width=450/8060067.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "USGR*qRj^+t8~Ws:kDofRjofbHWBIoofs:ay", "type": "image"}, {"id": 8060079, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef54cbf6-3671-4321-865c-8313bd0a5b7e/width=450/8060079.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UVGR;fxGrqxZ;4oKxsoLR6bbs:bH_LoLahWB", "type": "image"}, {"id": 8060082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a225148c-9214-4d3b-91b3-65095bc60b05/width=450/8060082.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UPGl0P%M_N%M_3s:kqogNGWB$*f64:WBIUWB", "type": "image"}, {"id": 8060119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c2a5c42-f4a3-43c8-885f-2587a9f8247d/width=450/8060119.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDGuaf-;?at7?GxZ-:t600IVV@Rj_4xu01Rj", "type": "image"}, {"id": 8060153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/011f47d9-fe5f-46a4-be42-27d14001dd2f/width=450/8060153.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UfIhNzofR%xuIUa|%Mof9ZofxuWB_NofniWB", "type": "image"}, {"id": 8060162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22970df8-aa55-43c8-8c40-a3052e70fda8/width=450/8060162.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UQGuUYtR~qxu_3_3bv?aS5%MW=xuROW=M{kD", "type": "image"}, {"id": 8060163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26e6c941-60f8-4be0-afd6-ec7fa30ddf5e/width=450/8060163.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UQGbF@%M%#-;~q?vxu^+V@%2%Moz4.%LV@R*", "type": "image"}, {"id": 8060165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b7b6c9e-f949-45a2-afe8-deadf68c6177/width=450/8060165.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UFIqZS.8KPtS.T~W%gxu0Kt7^+t60KayozRj", "type": "image"}, {"id": 8060168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0972953-7cb9-43d8-8b02-185057100586/width=450/8060168.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UIJ*0X^+t,~W-=_N-;?b00?H?bNH0KkDD%X8", "type": "image"}, {"id": 8060169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80e0ce30-8274-4f24-9e17-a61284461a8f/width=450/8060169.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UPG[Tix]%#-;~W?cbw?HNa%M%MxaD%xuV@bb", "type": "image"}, {"id": 8060177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61f68375-cc67-41fa-8c53-72309dc295b4/width=450/8060177.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U9G[mD0000%M+;9FJCM|00xa?wxG00%1~VIU", "type": "image"}, {"id": 8060202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dea640f3-bbcc-456b-8468-c867faff0da0/width=450/8060202.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UHF~5O8_-os._ND$EMWAIVslxujFNHV@%2WB", "type": "image"}, {"id": 8060210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/060ebde9-878c-498e-8328-f0ebe9a78ed1/width=450/8060210.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U9H_c3xuPB-;4nWVFeR*00t7~BoJ_MRkr?oL", "type": "image"}, {"id": 8060212, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b45ea07d-5837-4776-9c88-47df737964f7/width=450/8060212.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UFIEz_xabb%28_oKo}of00e.?HV@_Nj@IUWB", "type": "image"}, {"id": 8060218, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c498ae9a-1c9d-4f67-bcec-d7f3c63492a4/width=450/8060218.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UIFh-f01%L-;~qD*adkCI9t8%gD%ITWB%MM{", "type": "image"}, {"id": 8060225, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2488fcb-1f76-412d-9e77-5108cb1b635b/width=450/8060225.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UJI}CnWB9]-p57j[%gof00of-pRj~qWBD%oL", "type": "image"}, {"id": 8060297, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a2706aa-3d0f-4859-ad33-d70d86c64a17/width=450/8060297.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UII4@d0K5QkCS$E1%May00t6%MM{~qt6f6NG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/395466", "modelId": 353640} \ No newline at end of file diff --git a/datasets/metadata/395473.json b/datasets/metadata/395473.json new file mode 100644 index 0000000000000000000000000000000000000000..35e1142c916b508724c40ea17c4466bcd1ae7c00 --- /dev/null +++ b/datasets/metadata/395473.json @@ -0,0 +1 @@ +{"id": 395473, "index": 1, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-16T19:30:32.023Z", "availability": "Public", "nsfwLevel": 7, "description": "You need to prompt for either two side up
or ponytail
.
school uniform
or gym uniform
should be enough for her outfits, both have optional open jacket
. Might need to prompt for belt
in default outfit.
sticker on face
for star sticker on Yuuka's face... It doesn't work good as I trained with flip augmentation forgetting about this one thing that is asymmetrical. Will fix it when I have opportunity.
A BIG DILDO
", "trainedWords": [], "stats": {"downloadCount": 209, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 318562, "sizeKB": 1148.6064453125, "name": "395518_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T19:50:44.389Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "79E0E56A19", "SHA256": "79E0E56A19CE9D7C2CAEA7E1BB2BEEFFCF99C78F8412D0BB14C75EE7AB5CDB82", "CRC32": "13058C40", "BLAKE3": "DD3957D37DC886910C3FA241A39A1DF81139E905BFF1D50E635628E829A00D97"}, "downloadUrl": "https://civitai.com/api/download/models/395518?type=Training%20Data"}, {"id": 318590, "sizeKB": 36977.8828125, "name": "DILDO.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T20:25:42.212Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EC23E490", "AutoV2": "767FFCCAD5", "SHA256": "767FFCCAD5B93400567B728A1B1DCD2FBADCE8F57C421538812FE436301371A7", "CRC32": "61E6F4D6", "BLAKE3": "899401A9A66847E08CA3663C741357F8A3480332AB05DD5C4010925574549E6F", "AutoV3": "9B83EEA95AB6"}, "downloadUrl": "https://civitai.com/api/download/models/395518", "primary": true}], "images": [{"id": 8062963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/690a62cc-5e38-4b9d-bd5e-fd8ab95e2fcd/width=450/8062963.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U04Bd,9q03E+~CWSIuNG00-p^[Rk4.sFx,sq", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/395518", "modelId": 353692} \ No newline at end of file diff --git a/datasets/metadata/395526.json b/datasets/metadata/395526.json new file mode 100644 index 0000000000000000000000000000000000000000..0db904eb9a7c46eb7ff7c784a7dd272cbeb9c5eb --- /dev/null +++ b/datasets/metadata/395526.json @@ -0,0 +1 @@ +{"id": 395526, "index": 0, "name": "SDv1.5 ScrapBot LoRA", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-16T20:12:39.833Z", "availability": "Public", "nsfwLevel": 1, "description": "Rank 16 SDv1.5 LoRA
", "trainedWords": ["scrapbot"], "stats": {"downloadCount": 127, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 318571, "sizeKB": 4351.8701171875, "name": "395526_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T19:55:41.876Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DD318E9B", "AutoV2": "26DFC0F121", "SHA256": "26DFC0F121B7308E10CDC9CFF061D34A5741433038AFE56B92FC967E07B0AF98", "CRC32": "FD5378FB", "BLAKE3": "582529D17881860DDF70460E4CDBAEACE7DB71F523728684C85747EE24493873"}, "downloadUrl": "https://civitai.com/api/download/models/395526?type=Training%20Data"}, {"id": 318580, "sizeKB": 18546.171875, "name": "ScrapBot.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T20:10:50.315Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "263305B3", "AutoV2": "CC4F9DBC57", "SHA256": "CC4F9DBC57FB934639054F5119B8DEA921C8AFBE9D9D8DC0929E0DA0A093CAFB", "CRC32": "593FFA0E", "BLAKE3": "C113CB6A0C2501BBF385818969F2EA9EC8181BEA6E4DE3A968ACFC94C5107DF2", "AutoV3": "792506EF2E22"}, "downloadUrl": "https://civitai.com/api/download/models/395526", "primary": true}], "images": [{"id": 8062484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c14aa2a2-a7d5-4696-8762-f59ef97179a6/width=450/8062484.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "USJH{v_N-;oftQRiRPfk?Ht7R*t7a0WBW;az", "type": "image"}, {"id": 8062485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2347c48-a039-43be-8eeb-b44f812ce03a/width=450/8062485.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UbL;pdD%~q%LR%WBM{j]-;fPM{WCaya|j[ay", "type": "image"}, {"id": 8062486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94309ed5-86a9-4bc6-88c7-092785ed6221/width=450/8062486.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UYIX{kxu~qxt%gWBM{V@RjjuM{fkt7ofj[Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/395526", "modelId": 353699} \ No newline at end of file diff --git a/datasets/metadata/395799.json b/datasets/metadata/395799.json new file mode 100644 index 0000000000000000000000000000000000000000..297d5b585c2a7f54aadd2d877be94b854d682a32 --- /dev/null +++ b/datasets/metadata/395799.json @@ -0,0 +1 @@ +{"id": 395799, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-16T23:53:10.892Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["bg3astarion"], "stats": {"downloadCount": 234, "ratingCount": 0, "rating": 0, "thumbsUpCount": 40, "thumbsDownCount": 2}, "files": [{"id": 318814, "sizeKB": 111365.4541015625, "name": "1_bg3astarion 1boy.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T23:55:53.569Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "89967B70", "AutoV2": "44F42F84D4", "SHA256": "44F42F84D475EF7A80D1E9377F9B42F14617941A2587EC232C45457C8059587D", "CRC32": "45A62B47", "BLAKE3": "FAF45B0A258DC222E372B225371DB4C065F10E28D8FAD1DB7AF62E56490DF4C2"}, "downloadUrl": "https://civitai.com/api/download/models/395799?type=Training%20Data"}, {"id": 318817, "sizeKB": 223099.55859375, "name": "corneo_astarion.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-16T23:56:31.059Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "25C98382", "AutoV2": "34921B4D7B", "SHA256": "34921B4D7B9FD0CEA960E6C0D3D622D077537E1DE93AFBDABB5324E1A7C5EC13", "CRC32": "21022C88", "BLAKE3": "2EDFE4F44122DC52FECB9C0B8E2E72F8D7154983038C02B7B19D0F8C756A2E41", "AutoV3": "AFCF6B4A33A2"}, "downloadUrl": "https://civitai.com/api/download/models/395799", "primary": true}], "images": [{"id": 8070466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/075dce55-fbb3-4f46-8d20-cb2369e46398/width=450/8070466.jpeg", "nsfwLevel": 1, "width": 768, "height": 904, "hash": "UmLzKy~VtmjFtk%1kCjYIpRjnOkDoeaeofoy", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/395799", "modelId": 353952} \ No newline at end of file diff --git a/datasets/metadata/395835.json b/datasets/metadata/395835.json new file mode 100644 index 0000000000000000000000000000000000000000..407d1f9de699cd4e545d13e40ca4bdf524c40aee --- /dev/null +++ b/datasets/metadata/395835.json @@ -0,0 +1 @@ +{"id": 395835, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-17T00:23:53.496Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["beastmaster, fox ears, 1girl, long hair, smile, brown hair, hair ornament, red eyes, animal ears, underwear, tail, flower, fox tail, blush stickers, bloomers", "beastmaster, fox ears, 1girl, long hair, smile, brown hair, hair ornament, red eyes, animal ears, underwear, tail, flower, fox tail, blush stickers, bloomers, chibi"], "stats": {"downloadCount": 124, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 318849, "sizeKB": 7762.1220703125, "name": "beastmaster.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-17T00:26:21.165Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E71469FD", "AutoV2": "AE47507DF6", "SHA256": "AE47507DF6B5C336CFD3943F539538AC2194FBAC8B132E8A5D9EF9B7D26D1D1C", "CRC32": "01AB51C2", "BLAKE3": "3F4000EF4502ED1F777A2CB2BF8C0A6EE998122A5B5E23DCE2667FA98DD52914"}, "downloadUrl": "https://civitai.com/api/download/models/395835?type=Training%20Data"}, {"id": 318850, "sizeKB": 18546.0703125, "name": "beastmaster.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-17T00:26:27.142Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "161A50A796", "SHA256": "161A50A796F7E5512637D475F8AFE4104A41FBA35076E2CCF14F756235591B54", "CRC32": "45970B5A", "BLAKE3": "3E0262AE8925A92A2C7578C6B944C1AB497C8BAD8CC58CF67D4AE42E6CFAD4A0", "AutoV3": "DCDCB8C510C3"}, "downloadUrl": "https://civitai.com/api/download/models/395835", "primary": true}], "images": [{"id": 8071701, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed4fef36-7852-438a-bc14-dd38f9493d7d/width=450/8071701.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "URK^KZ^,.lb_.RxZ~p$*?bE2%2RiQ:ITSPIo", "type": "image"}, {"id": 8071710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e937423d-a51a-4279-b82f-c18ca45b20ad/width=450/8071710.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UBIgGy^S5,I^9H%2~C$+6[0e,UE1qu55BN5Q", "type": "image"}, {"id": 8071708, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4fb4f43-143a-4bf4-baae-b94cfb0341e3/width=450/8071708.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UAF#%A~V0J0001VY-;^*91o{#XNZi_xVIann", "type": "image"}, {"id": 8071711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12f6e54a-36c7-420a-82eb-ce0c3ea796de/width=450/8071711.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UjJ@g]R+?^xtspW;xuoLx^j[%2ofIUs:M|Rj", "type": "image"}, {"id": 8071712, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5720fcc3-4980-4444-80a1-0665cfdff102/width=450/8071712.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UUG8WB~oNts+%ztRM|M{OEW;niM{tQxao0sl", "type": "image"}, {"id": 8071716, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/433ce9a5-db3b-493e-9600-cf290e345a26/width=450/8071716.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "U7Gan25800x[IX-otRoJD#9b~CNHIqjHMyJ8", "type": "image"}, {"id": 8071713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17774e09-d906-4eaf-b37d-2e79435b05f9/width=450/8071713.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UBI4kS0#00Z.GF%L9HsC_1kD-VIo_4%MIAXh", "type": "image"}, {"id": 8071714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f445c46-865a-4952-a10b-e73ff83500e4/width=450/8071714.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UJKc]}-p-.%1xbIaxtWE~RRPRjM|Sa-hX4xV", "type": "image"}, {"id": 8071715, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e105470-b84f-468f-ab35-8733c93e73b3/width=450/8071715.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UFHnZ#Dj0y-A~pROR.IBu3InrwR6tSR*9aen", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/395835", "modelId": 353981} \ No newline at end of file diff --git a/datasets/metadata/396117.json b/datasets/metadata/396117.json new file mode 100644 index 0000000000000000000000000000000000000000..16583e4d636b5d61949bd9a660f97aefdcdb054f --- /dev/null +++ b/datasets/metadata/396117.json @@ -0,0 +1 @@ +{"id": 396117, "index": 0, "name": "Fat Ginger Girl [PDXL]", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-20T06:28:22.293Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["FatGingerGirl,"], "stats": {"downloadCount": 136, "ratingCount": 0, "rating": 0, "thumbsUpCount": 48, "thumbsDownCount": 0}, "files": [{"id": 319964, "sizeKB": 223105.50390625, "name": "Fat_Ginger_Girl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-17T16:41:22.731Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "684FE255", "AutoV2": "9686C1F821", "SHA256": "9686C1F8214DFA3EFC8089AC05DEB36610D3EB809083D5F5FF0FA7C8ADB68E4A", "CRC32": "9765E6D7", "BLAKE3": "3FE05DCA713AE52BB30815E9E93E570414E9D5A1E96339F367B3EFEC4266A9B5", "AutoV3": "E4C63A8918EE"}, "downloadUrl": "https://civitai.com/api/download/models/396117", "primary": true}, {"id": 319677, "sizeKB": 11363.0556640625, "name": "396117_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-17T13:00:43.930Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B13B861C", "AutoV2": "B021B397D0", "SHA256": "B021B397D0118D894F7A6A7F9A8EA9C137D9DAD804BA08A22568F2B8EFFB622B", "CRC32": "9BF73F60", "BLAKE3": "931FB83886DF9D6EC89768C9FE4501672B6DB426F927E041F8C84904E0323249"}, "downloadUrl": "https://civitai.com/api/download/models/396117?type=Training%20Data"}], "images": [{"id": 8249152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8825a2e-7635-46af-a843-b38c40ff6e92/width=450/8249152.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U6ErZ}Q2fQQ2yBfja#fjfQfQfQfQyBfja#fj", "type": "image"}, {"id": 8249159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15ddd86f-6c1e-4bb7-9546-59d327e15a41/width=450/8249159.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U1ApdD.mfQ.m*Hj[azj[fQfQfQfQ*Hj[azj[", "type": "image"}, {"id": 10234954, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40946c42-a416-476c-8a67-09cb0480239a/width=450/10234954.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U2DAP;YXfQYX%gfjbFfjfQfQfQfQ%gfjbFfj", "type": "image"}, {"id": 10234957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7b34ab7-b26a-4797-8c43-ea8c538e35b1/width=450/10234957.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U3FO]5?]fQ?]%Nj[j?j[fQfQfQfQ%Nj[j?j[", "type": "image"}, {"id": 10234959, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/270b9bec-67cc-40fc-83cf-d0e94854dae8/width=450/10234959.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U3K+j5?sfQ?s=|j[fRj[fQfQfQfQ=|j[fRj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/396117", "modelId": 354242} \ No newline at end of file diff --git a/datasets/metadata/396452.json b/datasets/metadata/396452.json new file mode 100644 index 0000000000000000000000000000000000000000..aef5dda0e8af599fa0f5f0c4e754e5bc69568c89 --- /dev/null +++ b/datasets/metadata/396452.json @@ -0,0 +1 @@ +{"id": 396452, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-17T09:39:51.512Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 273, "ratingCount": 0, "rating": 0, "thumbsUpCount": 54, "thumbsDownCount": 0}, "files": [{"id": 319453, "sizeKB": 22251.33984375, "name": "Kyouko_Tsukishima_TeacherHypnosis-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-17T09:40:46.186Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "90AE06BA", "AutoV2": "1AA148AD29", "SHA256": "1AA148AD29C59CC21C5A0988FA3EF1C23C3220F8C27247856563B4FC3E39DE91", "CRC32": "633B4E62", "BLAKE3": "F64D335A893C077D15B9F1473BD3C4ACBCF26653037FB50F79A73DA25C42FA28", "AutoV3": "4CEDA18F1746"}, "downloadUrl": "https://civitai.com/api/download/models/396452", "primary": true}, {"id": 319454, "sizeKB": 41053.0869140625, "name": "Kyouko_Tsukishima_TeacherHypnosis.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-17T09:40:47.539Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "871132DC", "AutoV2": "C0231A2937", "SHA256": "C0231A2937FAB6E3C8E3295084E55D28B97AF6CBDCBAA53E659C4D45DAB75AF7", "CRC32": "24DB1D04", "BLAKE3": "239334D9619E57148564D722BE2EB3517B5E623E7F22CC2D413501E26272951B"}, "downloadUrl": "https://civitai.com/api/download/models/396452?type=Training%20Data"}], "images": [{"id": 8093645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/027ee960-ed2c-4daa-ad1a-95b439ff2bd8/width=450/8093645.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIIOw_%h19%N=nsR~pjEBZof^OoJ-nkCE2of", "type": "image"}, {"id": 8093647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edc635a0-5ac4-42b2-8160-f57ad747c888/width=450/8093647.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIIOw_%h19%N=nsR~pjEBZkC^OoJ-nkCE2of", "type": "image"}, {"id": 8095801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97af8acb-317d-4019-aa27-f08f23882f50/width=450/8095801.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UOK_5#~qEL?GM__N?v-;00%2$#NI_3IoMxMx", "type": "image"}, {"id": 8096330, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b15ad132-2f41-4542-a43c-00951f1f2102/width=450/8096330.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIGvF;?b0pET-NM{yE$~03NI~9t6_N$~IUI]", "type": "image"}, {"id": 8098198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5a5effb-709a-4752-aebe-754afa09b3e1/width=450/8098198.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UOL:};~p9Z-:Sz-:yC%L00xu-:kCWYt7nNNG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/396452", "modelId": 354550} \ No newline at end of file diff --git a/datasets/metadata/396669.json b/datasets/metadata/396669.json new file mode 100644 index 0000000000000000000000000000000000000000..579ea47d2670ec3776123015c4065983e4ccb660 --- /dev/null +++ b/datasets/metadata/396669.json @@ -0,0 +1 @@ +{"id": 396669, "index": 1, "name": "lith_mimosa (SD)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-17T13:55:59.476Z", "availability": "Public", "nsfwLevel": 1, "description": "Use
lith_mimosa_kiel_grw134 + \"Prompt\"
", "trainedWords": [], "stats": {"downloadCount": 147, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 319660, "sizeKB": 6851.54296875, "name": "396669_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-17T12:47:31.545Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "730DA9CD", "AutoV2": "6AE31F6004", "SHA256": "6AE31F600444A347880417B01B86869C907AF590BA7C22B13FEE54ACDE53913A", "CRC32": "F0D90A7D", "BLAKE3": "3A4FCE14C1586EAEE887C5B546348F3E66E8176014AA50C2C163D77B9CED9E5E"}, "downloadUrl": "https://civitai.com/api/download/models/396669?type=Training%20Data"}, {"id": 319751, "sizeKB": 36977.5703125, "name": "lith_mimosa.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-17T13:56:36.221Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "92B4415F", "AutoV2": "238958D416", "SHA256": "238958D416DCA5A67CE2D31496B94B8586E35048131463DB1DF6977A530FBF42", "CRC32": "B08B043F", "BLAKE3": "9202D755FFA08005C560DB4D5651372EC5AA0149600CCF85986E8976B991E6BE", "AutoV3": "BAB003EC0BA8"}, "downloadUrl": "https://civitai.com/api/download/models/396669", "primary": true}], "images": [{"id": 8105246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c17ee28c-c8a2-429e-b761-2c50f162cba2/width=450/8105246.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UtKTrQoeIVWB~poLRjWBxuj[oeWBkCa}j[ay", "type": "image"}, {"id": 8104853, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d69b484a-62cc-4d2c-8aef-3c372d98773b/width=450/8104853.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJM$h=-o=_D+4:WB?ZX8~UR+t7-U-oa|Ip$%", "type": "image"}, {"id": 8105247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bc369c3-c3f9-4bd3-898d-f8dbc5a73c3c/width=450/8105247.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UbLy_z%1E2WB~pofn$oJ%LoeofayofWVj[j[", "type": "image"}, {"id": 8104820, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a5d1e4e-e6c5-41d7-9bd2-ce5d33b9d507/width=450/8104820.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJM$h=-o=_D+4:WB?ZX8~UR+t7-U-oa|Ip$%", "type": "image"}, {"id": 8104819, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e42875b-f007-414a-ad3f-1b457d37efd9/width=450/8104819.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJJQJ^020M~V4o^*oz9akXVt?FX9IVWq={bG", "type": "image"}, {"id": 8104966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f9d6e76-3f0d-4101-b21f-c3596e6a35cd/width=450/8104966.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UgLWR%s:jtoe8{WCayf6~pazayj[i_j[oeay", "type": "image"}, {"id": 8104967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07d503d6-5df7-4d36-9572-025b11c97c04/width=450/8104967.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UtKTrQoeIVWB~poLRjWBxuj[oeWBkCa}j[ay", "type": "image"}, {"id": 8104968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa6f27d9-fade-4b68-bfee-75d2055ea359/width=450/8104968.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UbLy_z%1E2WB~pofn$oJ%LoeofayofWVj[j[", "type": "image"}, {"id": 8105586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55abf579-f92b-42ce-95f1-2e646c77f1bd/width=450/8105586.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UINS$qM{bHf6?aWBWBWB~Vj[RkoLxZofoeay", "type": "image"}, {"id": 8105588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6072fbee-7953-4080-b35b-8c9705283a01/width=450/8105588.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPNcWhsnWBt6.SM|RjfR~VR+R+a}%2xuayfk", "type": "image"}, {"id": 8105587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28703b7d-c3a8-4827-9139-0d1b9ed3aac1/width=450/8105587.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULN+^LIVofxa?aM|M|fk~V%LWWof%Lt7jZf6", "type": "image"}, {"id": 8105585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98c2cb99-3856-4348-96a8-1a6987919082/width=450/8105585.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNPFu?Rjaes:?^xtaebH?Ht7kCjtD+M{s.j@", "type": "image"}, {"id": 8113381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/665e9728-b53f-4427-ba4f-3b74f3aff6ea/width=450/8113381.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFOe;TxuxtRQ?ZoeM|Rj~pxaRPxZ^*t7oLoL", "type": "image"}, {"id": 8208965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59ef64b4-45a7-41a8-90cd-e64131ea5927/width=450/8208965.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNMisB%L^*%1~Uj@S4WB?aayozR*xujtRkoL", "type": "image"}, {"id": 8208968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d6121da-4979-4ee1-bad8-bd3c86fad506/width=450/8208968.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "USL3fJWC?GxajFayofay~VoeR*j[RkfQoejt", "type": "image"}, {"id": 8208966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f3da14b-746b-4f4b-81c6-239ef40d7df6/width=450/8208966.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHM6hm%1~Uo001M|-:oL%MWBNGj[s:ofWBWB", "type": "image"}, {"id": 8209073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84319e36-77b1-4ac2-af1d-d22ee394f809/width=450/8209073.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UYM?@.xuafs:?at7oJfQ~oazR*j?IVWBR*oe", "type": "image"}, {"id": 8209072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c9b0cab-4c8a-4d27-8173-d3f19581465b/width=450/8209072.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQNJq8%MRPxa?akCWBaz~pRjRkaz9FWCWVjt", "type": "image"}, {"id": 8209069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d30a3a9-eeae-4c41-91b1-42aa0adffa15/width=450/8209069.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UZM6#Ft7-oay_2RjWVof~pxtRjofNdaeoJay", "type": "image"}, {"id": 8209070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f9fb36a-6ba9-4be2-9a93-5b15298d9143/width=450/8209070.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UaM6^ys:RQof~pj[RjfR%2WBj[oeE2jtofoe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/396669", "modelId": 354749} \ No newline at end of file diff --git a/datasets/metadata/396707.json b/datasets/metadata/396707.json new file mode 100644 index 0000000000000000000000000000000000000000..836e443d1599f12c24d480f6336768fbc0474133 --- /dev/null +++ b/datasets/metadata/396707.json @@ -0,0 +1 @@ +{"id": 396707, "index": 1, "name": "SD", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-17T15:27:41.543Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 152, "ratingCount": 0, "rating": 0, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 319697, "sizeKB": 4619.486328125, "name": "396707_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-17T13:18:38.730Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BC312862", "AutoV2": "89A4AA43F7", "SHA256": "89A4AA43F73A7D2006A5CF41AF47D009D19811A9A47BFE988A7048117B2D9BC0", "CRC32": "817962D1", "BLAKE3": "D304A5A9BC76C6C20AD7319A72106047C4F964624C708A837B47633412752829"}, "downloadUrl": "https://civitai.com/api/download/models/396707?type=Training%20Data"}, {"id": 319869, "sizeKB": 36977.484375, "name": "lith_tura_PE.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-17T15:30:58.888Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5338E0B9", "AutoV2": "7EB8C23D83", "SHA256": "7EB8C23D83C892725C411FE01DE3E83880119C07A2B8381D16944E886069125F", "CRC32": "F3D42405", "BLAKE3": "625B42313DF83B2B37751C02B937E6BC715D9EE69FF42DBCB933DF4B9825AC8A", "AutoV3": "E9A207482B13"}, "downloadUrl": "https://civitai.com/api/download/models/396707", "primary": true}], "images": [{"id": 8109530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6406fefd-9399-4ba4-b091-a16f69fa65e3/width=450/8109530.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDE.IY~V0f9a00IVE2NG-oRk?Gxa9axt%2xt", "type": "image"}, {"id": 8109531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/023569a1-032a-4149-89cc-5eaa31914073/width=450/8109531.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULGRSJ57^*s.?Gt6%1%1~Vj?R*a}xaj[ofWC", "type": "image"}, {"id": 8109675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b1e997a-1f36-4bf6-936d-77f401a98533/width=450/8109675.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "USF#,YWBxaM|~VoeRjWB-:j[WBj@WCj[jsjt", "type": "image"}, {"id": 8109676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63be3f3e-958a-4e03-aeb8-40b3e1f5595b/width=450/8109676.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGE.X^xa^+j[~Vs:RkRj~VoLRjj[xaoLazj[", "type": "image"}, {"id": 8109468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b64e94d-dc66-4d2e-93a9-5bdfa5002107/width=450/8109468.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDE.IY~V0f9a00IVE2NG-oRk?Gxa9axt%2xt", "type": "image"}, {"id": 8109465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/620f9490-f0d9-4ce2-a464-fec31fce4889/width=450/8109465.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJGRSJE1%M^*-ot6%2oJ~Vxts:WBazt7t6NG", "type": "image"}, {"id": 8109469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec125698-930f-4da8-9da3-b2bacf547df6/width=450/8109469.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UMID~*Rk?H%1Rjj[j[WV~Vof%2j[n$oLxaoL", "type": "image"}, {"id": 8109464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7acaea69-3f61-46b2-9c2d-f2d99b2eada9/width=450/8109464.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOGRSJ^*-:Ipxaoet6WW~Vofxas:RkWCs:t7", "type": "image"}, {"id": 8109466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06e83bfe-4a9b-430a-acee-cf32faa67995/width=450/8109466.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULGRSJ57^*s.?Gt6%1%1~Vj?R*a}xaj[ofWC", "type": "image"}, {"id": 8109831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ffcef21-b031-48c4-98f0-78b47d143bcf/width=450/8109831.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UUGResRj-pWB~Voeofs:_2oeR*ofWDofR*WC", "type": "image"}, {"id": 8109834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/505c5208-e4d2-48fd-928a-00d3332cb3e0/width=450/8109834.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "URE_]hof%Ms:%2j[t6of~Vs:azofxaWVWVj[", "type": "image"}, {"id": 8109833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85968af6-e5c9-4362-8ff3-88b8ddb5e7ae/width=450/8109833.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UgI;krj[oJoe~VoLRjj[t7ayWBj[IVfQt7az", "type": "image"}, {"id": 8109832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b86dcbf1-8350-431b-8815-a920e08b5eb8/width=450/8109832.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UcH_3.Ios:ae~Vf6WBoe%LoeR*j[NGWCayWV", "type": "image"}, {"id": 8109830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6141e995-ad55-4d79-94ce-2748ab6e15bb/width=450/8109830.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "URHUUpWBxus:~VWVayoe%Mj[ayj[xts:R*ay", "type": "image"}, {"id": 8122344, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eaf5174e-fdfa-49c5-b608-00b2fcfc001f/width=450/8122344.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPH1i6-o?HV@^kt6oMWV~VbIWCj[W=R*j@ay", "type": "image"}, {"id": 8122341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f1f6fd0-4078-4cd5-8bf0-dc9d54d4961a/width=450/8122341.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFF=Bh$g?H4:bIt6NGRk~VR+-o-oNHay%1s:", "type": "image"}, {"id": 8122340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9395fc1c-7624-4e91-83da-d5cc2678e770/width=450/8122340.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOGkXh^j?as.E2M{oJay~Vj]j[oe?Gt7s:j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/396707", "modelId": 354784} \ No newline at end of file diff --git a/datasets/metadata/396718.json b/datasets/metadata/396718.json new file mode 100644 index 0000000000000000000000000000000000000000..e9ff427dfbda0d853824e8333ee2c83e415f1055 --- /dev/null +++ b/datasets/metadata/396718.json @@ -0,0 +1 @@ +{"id": 396718, "index": 1, "name": "SD", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-17T14:35:12.157Z", "availability": "Public", "nsfwLevel": 3, "description": "Use:
lith_turabrom_122 + \"Prompt\"
", "trainedWords": [], "stats": {"downloadCount": 129, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 319706, "sizeKB": 3331.7958984375, "name": "396718_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-17T13:20:36.493Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5823E2DF", "AutoV2": "94116DE88B", "SHA256": "94116DE88B8D0FBD4D67F65445B3039EB6288427B815B8F06BC2AADE28769D37", "CRC32": "BFD4F0A8", "BLAKE3": "5BA8E533ACEF58612A31BA5FEE1F473DD7EF390437EDC553FECDB3602261A63B"}, "downloadUrl": "https://civitai.com/api/download/models/396718?type=Training%20Data"}, {"id": 319806, "sizeKB": 36977.453125, "name": "lith_turabrom_122-000043.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-17T14:36:20.524Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "84069E64", "AutoV2": "059304F378", "SHA256": "059304F378B92ED2E0A54881D6FAE644E8B9D6B89886273CE5948388CCAC462D", "CRC32": "5CD8610B", "BLAKE3": "0D56C4EBE2B4A424B373C1DD9CD25622150DBD1EC9E6869A8C393AAE5EA541E1", "AutoV3": "3810C78906F8"}, "downloadUrl": "https://civitai.com/api/download/models/396718", "primary": true}], "images": [{"id": 8106663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65495c15-1e96-4990-89e0-cf36bb2b3701/width=450/8106663.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJF5T*^%xaxt~UxtxaR*9bRkxtWB-oj@t6oe", "type": "image"}, {"id": 8106662, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/012243bb-d1ba-408f-94b6-169506fc4ae2/width=450/8106662.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEJ7p%?aWD9G00Mys.j]~oof?G%19GR*%1of", "type": "image"}, {"id": 8106866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4eaa1930-3f32-42a6-a913-26371a8a5a0d/width=450/8106866.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UYH1*oj[ayoe~VayWCj[?Gj@j[j[kCj@fkj[", "type": "image"}, {"id": 8106867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de63c738-af85-412a-a5ba-54b55bea7636/width=450/8106867.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UXL3}b%1Rkt6~pNGayt6?aRkoekBRkt6t6j[", "type": "image"}, {"id": 8106601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f18d35eb-5c5d-4e86-aab8-0faf7455afd5/width=450/8106601.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQFhnq-o-ooL~UNGoeWVbHR*jts:xaoeoet6", "type": "image"}, {"id": 8106600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1eb28d17-aeb4-4373-8ca7-c0e156589d41/width=450/8106600.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEECE{4o0L~o4:?HjZ9axtRj-ot6IVj[-oof", "type": "image"}, {"id": 8106603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/784433a7-f265-4642-9149-a246cbee5ab7/width=450/8106603.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJF5T*^%xaxt~UxtxaR*9bRkxtWB-oj@t6oe", "type": "image"}, {"id": 8106602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39cb6f25-bc1a-400d-a254-41fd3a862cea/width=450/8106602.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEJ7p%?aWD9G00Mys.j]~oof?G%19GR*%1of", "type": "image"}, {"id": 8106835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8455956-4ea8-4339-8edb-9bc872790383/width=450/8106835.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCGH;q~UofRk%L%1WVay01E2WBs:?GIpRkWC", "type": "image"}, {"id": 8106833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f26c800-794f-4e3f-996e-9e8c222acb16/width=450/8106833.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UYH1*oj[ayoe~VayWCj[?Gj@j[j[kCj@fkj[", "type": "image"}, {"id": 8106834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b67642d-0088-4cf2-af5b-97d39b3ba5ed/width=450/8106834.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UXL3}b%1Rkt6~pNGayt6?aRkoekBRkt6t6j[", "type": "image"}, {"id": 8112369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51c3bf19-2d20-43d5-b6c3-580f07a34503/width=450/8112369.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOGu8eIV9aof~VRkIofkafoeaya|t7ayWBj[", "type": "image"}, {"id": 8112370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57a75fc0-dd3a-4bed-aaaf-fc363eb2d18b/width=450/8112370.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNJaM:%1IVRk-:oeIot6^%R*t6s:~UoLt6ay", "type": "image"}, {"id": 8112371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e51ad393-7485-4a58-a2ad-aa78659856bf/width=450/8112371.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UYKdSO~V%Lxat6t6RkjujbxtR+WC%Mxaflay", "type": "image"}, {"id": 8121697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3977fba-5a66-43b1-98f9-1a2d27067e7c/width=450/8121697.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQHx4n~U^*oy^%M}xtR*j[aza#t6oft6oft6", "type": "image"}, {"id": 8121701, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/226babb9-f2e9-46fe-b963-d6c010f4b020/width=450/8121701.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDHBYg9H4;WB01Rk9a%L~VayWBRkIpoe%LWB", "type": "image"}, {"id": 8121699, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01e3ef9d-2dd5-46c4-8c22-426d4a500730/width=450/8121699.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQHx1h~U-ojZ-oM|jtNG?ZxaWVayxtbH%1f6", "type": "image"}, {"id": 8121696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bda2b913-283c-4584-a06b-89b0423cd511/width=450/8121696.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEHK?|9a02~Us9%L^%Rj-:WBIVofRk%1%LWB", "type": "image"}, {"id": 8121698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b389c089-71c0-4414-82ee-1e7c3f7d69a1/width=450/8121698.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U9F5jO-o00M|00oe^*o0E2xtxt-.~UE2s:j[", "type": "image"}, {"id": 8121700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48b7c62f-c79d-439a-ab91-255fd187ea7d/width=450/8121700.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFH_JG^*024p00IVj[of~VRl-o%LD*IVNGxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/396718", "modelId": 354793} \ No newline at end of file diff --git a/datasets/metadata/396723.json b/datasets/metadata/396723.json new file mode 100644 index 0000000000000000000000000000000000000000..37b508b7d36951cd6b62ffbe77c0c07edf842d5d --- /dev/null +++ b/datasets/metadata/396723.json @@ -0,0 +1 @@ +{"id": 396723, "index": 1, "name": "SD", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-17T15:02:23.700Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 124, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 319711, "sizeKB": 6876.6181640625, "name": "396723_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-17T13:25:36.329Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "67669745", "AutoV2": "57A75283E4", "SHA256": "57A75283E4E92B6DAF50587E7C57944CB77B53144D68F53F248AD7EE7FF99740", "CRC32": "955AB209", "BLAKE3": "EA89E8A5414731C3326677886976F180E5C114F8C6837BF337F207CF86C88708"}, "downloadUrl": "https://civitai.com/api/download/models/396723?type=Training%20Data"}, {"id": 319846, "sizeKB": 36977.5859375, "name": "lith_Berlofot_Berlolux1N.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-17T15:05:47.818Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "72F6009A", "AutoV2": "98DD2FD9C8", "SHA256": "98DD2FD9C8594830177E613308FF80998FB24ED444C3EAA3FFE16393D35438E7", "CRC32": "13A87950", "BLAKE3": "5CA709EB2B56A40E3679E7FE5018DA943D945255201333BAB86AE6C75E550D60", "AutoV3": "970A65367B4A"}, "downloadUrl": "https://civitai.com/api/download/models/396723", "primary": true}], "images": [{"id": 8108251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/008b39a9-98ad-4adf-9090-66e857788639/width=450/8108251.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOKmX;~W-;kC_2-:tRWWIoWXR*j@^kRkNGjY", "type": "image"}, {"id": 8108252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d413b4b-bbc4-4e3c-8f11-d6458354a739/width=450/8108252.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UfKd6%fjV@t7~Wj[RjofS1ofjtofoefkoekC", "type": "image"}, {"id": 8108508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f734633-e658-41a7-8ac6-aa65ea21b845/width=450/8108508.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UAKvmkNb-o=x%2~V#SM|564:RQaL^PR*WXxt", "type": "image"}, {"id": 8108054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c4437be-3aef-4dca-9976-8d23a7070e76/width=450/8108054.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKI|%Y?a%LIo~p?HxtIo-:I:Rkn$%2RkNHoe", "type": "image"}, {"id": 8108509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53bb338d-35b5-4e75-83fb-9924d2b04882/width=450/8108509.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEJj6wIoIB~Bo|-ojG%20L?Gt6Ipofn*R*s:", "type": "image"}, {"id": 8108334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/211a0069-f1c8-4370-913e-be761382343f/width=450/8108334.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UiIzu5xtWBWB~Vt7WBayxuWVj@s:ofR*j[of", "type": "image"}, {"id": 8108325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75ec1d16-1bb4-48fa-830a-00ddfc1b8605/width=450/8108325.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOKmX;~W-;kC_2-:tRWWIoWXR*j@^kRkNGjY", "type": "image"}, {"id": 8108326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e016310-098f-4b90-b547-8041e9837eef/width=450/8108326.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UVLD3}D*IVt6~VaKV@t6S4ofoKj[%2ofkBjt", "type": "image"}, {"id": 8108330, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/808209cd-69f0-4fc7-8fb0-125996bcbc3d/width=450/8108330.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UfKd6%fjV@t7~Wj[RjofS1ofjtofoefkoekC", "type": "image"}, {"id": 8108329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2a273dc-700e-4211-8bee-cc9157b371af/width=450/8108329.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UZJ@B:f6WBM{~Vs:WBRjS2ofWBoKxajtoLoe", "type": "image"}, {"id": 8108335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c6006a2-4fe2-4872-a24e-d7d06a05816d/width=450/8108335.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UgMi.ytQIUni~WxuV@n%I:t7t7kC%2WBj[of", "type": "image"}, {"id": 8108486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75092e90-768c-4649-aaf6-a416eb3dec19/width=450/8108486.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UAKvmkNb-o=x%2~V#SM|564:RQaL^PR*WXxt", "type": "image"}, {"id": 8108488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e02af66-ec26-4d4e-9450-ba422009ef3f/width=450/8108488.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGJGm10L$i$N0L9u~V-Ukp-oMyELsos.%2Ip", "type": "image"}, {"id": 8108485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00fb156a-a7b4-4b4f-8fa4-7720f50c8d06/width=450/8108485.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDIgP}0L-o={_2xZ-:R*~B-o-oxa?aofxaWV", "type": "image"}, {"id": 8108487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/833cfe2d-01f1-4655-9143-c2078fe67210/width=450/8108487.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEJj6wIoIB~Bo|-ojG%20L?Gt6Ipofn*R*s:", "type": "image"}, {"id": 8208729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/869ffe8b-a7b0-46d4-8761-68ddf74225ad/width=450/8208729.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U8ID{y57~W?a^jM|-oNG0LE10LV@~Vxa?GWW", "type": "image"}, {"id": 8208730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6434caf-3c75-409e-b765-754778d3798d/width=450/8208730.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKIg.Wa#.8t6~VWBt7WC4oR*9Goft6t7t6ay", "type": "image"}, {"id": 8208731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70b8016c-c05b-499d-91db-9bcad55c290e/width=450/8208731.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFG[G~-:~VE1~V%2%LWBD*t7Iot7?Gay%2a{", "type": "image"}, {"id": 8208728, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4de8e783-25d5-47d8-b6e5-9b51a3938c89/width=450/8208728.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKH1;|^+%LE1~V%M-pj]D*s:WCxtRjayt7of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/396723", "modelId": 354799} \ No newline at end of file diff --git a/datasets/metadata/397056.json b/datasets/metadata/397056.json new file mode 100644 index 0000000000000000000000000000000000000000..3c62d894fde6703f0a2509fde03b184bb6ddab00 --- /dev/null +++ b/datasets/metadata/397056.json @@ -0,0 +1 @@ +{"id": 397056, "index": 0, "name": "Afro dark black girl", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-20T01:41:14.997Z", "availability": "Public", "nsfwLevel": 3, "description": "Afro dark black girl 1.0
", "trainedWords": [], "stats": {"downloadCount": 88, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 320017, "sizeKB": 106741.9208984375, "name": "397056_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-17T17:20:43.579Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0CB36C5F", "AutoV2": "1911273D76", "SHA256": "1911273D768CDCBB97D95EE7E3E1EEB4E3AB57ECB6647B8FC3BC40D7E06CA875", "CRC32": "1F92C7DE", "BLAKE3": "EFC90FCA33A5A41C6D9CFFDBCAFFF359D3D1E22176423774C43C77A96F615763"}, "downloadUrl": "https://civitai.com/api/download/models/397056?type=Training%20Data"}, {"id": 323831, "sizeKB": 223147.97265625, "name": "Afro_dark_black_girl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-20T01:41:42.363Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D46AC17E", "AutoV2": "F6C3893E27", "SHA256": "F6C3893E273466DFDEB78F22DA93BE38090914B17848756CC60BBBE730BBEF4D", "CRC32": "FC35AA04", "BLAKE3": "C800C68809147973C302DEB8E4E6A772FF5387446962F884C46F90DBB3D4D725", "AutoV3": "2D757EB4A51F"}, "downloadUrl": "https://civitai.com/api/download/models/397056", "primary": true}], "images": [{"id": 8239279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6b61ff8-8796-4b86-9cc6-1279dcbf4379/width=450/8239279.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "USJH,Ut7_3xuY8agtRR+.9E2IVa}_3%LoJkC", "type": "image"}, {"id": 8239280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c210fbd8-e80c-44a7-815f-7b22c8b9fe12/width=450/8239280.jpeg", "nsfwLevel": 1, "width": 504, "height": 896, "hash": "UQGI4L^*~Ws:x]R*x]M{?HRjNHM{-:s:WqRj", "type": "image"}, {"id": 8239282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cbafbef-6fb0-4034-acba-8833a2f5bf48/width=450/8239282.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UTH_SsE2~pt7OZofx]xa?HxutQay%2WBofRk", "type": "image"}, {"id": 8239281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ce2cf7d-920d-4e59-afcc-0c5c5c32e391/width=450/8239281.jpeg", "nsfwLevel": 1, "width": 504, "height": 896, "hash": "UNGbbfRO~qIUR-4oxuofxtIUD%t7-;j?WBWC", "type": "image"}, {"id": 8239299, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6293f445-bd44-4d79-8d98-e687e71ead79/width=450/8239299.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOI}#CWZ%g%1KSof%ha#_4WExuNG.9RPM_Rj", "type": "image"}, {"id": 8239284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/397a75ad-c148-4b5f-a706-208c895e3d68/width=450/8239284.jpeg", "nsfwLevel": 1, "width": 504, "height": 896, "hash": "UJDSXXIA?bnN~q9FtRM{.8nh%1I;OFRkr=Ip", "type": "image"}, {"id": 8239283, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6781102-5b91-42f6-b263-223fd276aaef/width=450/8239283.jpeg", "nsfwLevel": 1, "width": 504, "height": 896, "hash": "UVG*=^oz~px[-=t7%MkC?ajFR+WB-pM{offQ", "type": "image"}, {"id": 8239287, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eea40b84-69d5-45e1-b2d5-ca4afccb8097/width=450/8239287.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "USIELeNK~W-pEk%Mx]oz^*xtozWB%LRjofIo", "type": "image"}, {"id": 8239285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66104c0b-eadb-485f-ad57-b9eb55194704/width=450/8239285.jpeg", "nsfwLevel": 1, "width": 504, "height": 896, "hash": "UJFFEPv}-prr~qMxE2IU~V%MIUWCMxtRD%n%", "type": "image"}, {"id": 8239288, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13fdb094-4629-424b-946f-8400c1c3b9bc/width=450/8239288.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UZFFKfs:-:%2NgxZkCof~WxZxtt7Sij=j[j[", "type": "image"}, {"id": 8239289, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cafa49d7-08ac-422f-86e8-d065291cba44/width=450/8239289.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "USJ7:lIn_M%MESIUS#R*b{V?MyWq.8xtxaxu", "type": "image"}, {"id": 8239290, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12fa659e-e814-4e37-846b-8f1e99436f19/width=450/8239290.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULHxsbIV%exaJWt6x]of?ct7xuWX?wM{MxRj", "type": "image"}, {"id": 8239291, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba51ea55-0701-45fe-b279-cd6f32bb2598/width=450/8239291.jpeg", "nsfwLevel": 1, "width": 504, "height": 896, "hash": "UACiK%57x[%1xt4:IpIo0f~U?Gt6E1xa9bay", "type": "image"}, {"id": 8239292, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ad68f0a-f235-4fdc-897c-9cf3d0f47b2c/width=450/8239292.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQHoI8M{x[%2F#s:xvof_4oft7jZ%iS5M_WB", "type": "image"}, {"id": 8239293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cb4d974-0388-48a9-b7a3-af517c0ee7c4/width=450/8239293.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UBCPV2~Bsl={-:IU9Fo0?bw]Z~oz_3%2nhf*", "type": "image"}, {"id": 8239294, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d50871e3-d395-4c16-ba30-394199097dd3/width=450/8239294.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOH.KLxu-;%2KRj]x^WByDofogRj~qxuROoe", "type": "image"}, {"id": 8239296, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf4dfc68-12ea-46d0-9bb0-18e998ea249a/width=450/8239296.jpeg", "nsfwLevel": 1, "width": 576, "height": 768, "hash": "UFECLF00%f^*_N4nS$W=~p9G%1t7NyRjn$WY", "type": "image"}, {"id": 8239295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/128f14d4-16c8-4b02-a79c-f474f6cb0ff5/width=450/8239295.jpeg", "nsfwLevel": 2, "width": 504, "height": 896, "hash": "UDELsf9G_3~U_M8_R+NG.9D%%2Io-;IUn%of", "type": "image"}, {"id": 8239297, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13ebf182-2d8a-44af-b4b3-875f93eb510a/width=450/8239297.jpeg", "nsfwLevel": 1, "width": 504, "height": 896, "hash": "UJE_~#?b_N~B%gxukWkC.8-:xZX9-;xuR*oL", "type": "image"}, {"id": 8239298, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a08c3d3e-3778-48ed-b62a-1f3a547406f3/width=450/8239298.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOIE@QI=~qxuKmRko}R+yFjbNHs:_3%1t6ay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/397056", "modelId": 355116} \ No newline at end of file diff --git a/datasets/metadata/397216.json b/datasets/metadata/397216.json new file mode 100644 index 0000000000000000000000000000000000000000..96f5c9f2e1dc2225fb9f2ed84b6fe1632090d574 --- /dev/null +++ b/datasets/metadata/397216.json @@ -0,0 +1 @@ +{"id": 397216, "index": 1, "name": "SD", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-18T13:52:46.655Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 140, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 320151, "sizeKB": 14244.7314453125, "name": "397216_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-17T19:05:45.374Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DEB49BFA", "AutoV2": "974F47F249", "SHA256": "974F47F249A3C51C1A6E48DADF74C1038B5105867DFD40C9C220649532E46637", "CRC32": "B2EFDF4A", "BLAKE3": "C452934035746793B64F7B8C3C82DFE9B549FDF3443B9AB7BFBC5258352A90BE"}, "downloadUrl": "https://civitai.com/api/download/models/397216?type=Training%20Data"}, {"id": 321309, "sizeKB": 36977.71875, "name": "Agfa_Brovira_Satino_BW122-000031.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-18T13:56:40.440Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3DA06D58", "AutoV2": "3E3DE55468", "SHA256": "3E3DE5546815260456A4A0DBF9F39FB0992A01557C242977D8E18D909B65565F", "CRC32": "3DFA5BE2", "BLAKE3": "DDA4672509DA0ED28E0EF8EB508755ECD71FA4CCC9876729A6A5AAC1335E4D2F", "AutoV3": "790D17F86493"}, "downloadUrl": "https://civitai.com/api/download/models/397216", "primary": true}], "images": [{"id": 8158987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0e441bd-4eeb-4170-8497-ca695f15d8e6/width=450/8158987.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGFhhf^*azt7~V-pt7ayRjt7j[NGNGayRkWB", "type": "image"}, {"id": 8158986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3addb6dd-514f-40d4-99ae-6115adc694ed/width=450/8158986.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U8C$ZU00~VIo0eNG%2M|$*?GIVt6oLt6E2-o", "type": "image"}, {"id": 8158988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96d787e1-52ed-4cde-9138-bd8fd9c9b5bd/width=450/8158988.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U3EoDA-UM|D*~pRkxa9axZ?GxtIVt7%2E2NG", "type": "image"}, {"id": 8159078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11bd9976-2b16-4678-88d7-e93bf6e8b237/width=450/8159078.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UYJHBdxZfQay~VM{ayj[s:jtR*WV4.oft6WV", "type": "image"}, {"id": 8159079, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/701970d5-1e3b-4721-9ec0-1fb5849f23c6/width=450/8159079.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKHnc_9at7RjRjE2Rks:~VE2NGjt~VNGRkof", "type": "image"}, {"id": 8159082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea611f2c-48bc-49ed-8aeb-008c2c0449a0/width=450/8159082.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCD+Vj-oxtxa0Kt6s:WV9Zofoes:~VNGNGj[", "type": "image"}, {"id": 8159080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1518411a-d982-4f6e-b0f1-8c093acbe25e/width=450/8159080.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJHKwn%1xaxa~UWCofWV-pt6j@of-payofWV", "type": "image"}, {"id": 8159083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9325db9-365b-4f3c-a578-3659df174612/width=450/8159083.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFHUa.0Kt7Rj~WIUWCWBRjoLayoL-pofoeWB", "type": "image"}, {"id": 8159358, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1dd0d1e-4f82-443d-9c7a-752c78eff828/width=450/8159358.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U6DbsM00^*WB^j4:xaoe9a%2j[s:~VR*WCs:", "type": "image"}, {"id": 8159360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/342ff5c4-015c-4d87-95b7-d8251b0855c7/width=450/8159360.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UUFhnzIoWCWB~VRkWBWBofxtR*WCNGxaWBay", "type": "image"}, {"id": 8159362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc53046f-ef9f-4d10-a5d8-97dddcadb246/width=450/8159362.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKD+bzWBayj[~VR*j[fQ-pazWVj[WVs:j[ay", "type": "image"}, {"id": 8159359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b11f1828-cd1f-4a11-83eb-1f9da6e5c2a4/width=450/8159359.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBEx*0D*t7t6~VNGt6ay01ofWBWBxtE1R*of", "type": "image"}, {"id": 8159361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16d0c773-83e9-404c-8b15-f0f0d0b77131/width=450/8159361.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UgH1uaayoffQ~VofofoL-:j[WCoefkofa|WV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/397216", "modelId": 355260} \ No newline at end of file diff --git a/datasets/metadata/397305.json b/datasets/metadata/397305.json new file mode 100644 index 0000000000000000000000000000000000000000..6b2f8e6c4f9acb068961b6e83edd152130f99d5f --- /dev/null +++ b/datasets/metadata/397305.json @@ -0,0 +1 @@ +{"id": 397305, "index": 0, "name": "Evelynn - League of Legends - Pony diffusion", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-17T20:59:03.126Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": ["Evelynn"], "stats": {"downloadCount": 463, "ratingCount": 0, "rating": 0, "thumbsUpCount": 86, "thumbsDownCount": 1}, "files": [{"id": 320224, "sizeKB": 1118.099609375, "name": "397305_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-17T20:15:42.074Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "8EDAD53178", "SHA256": "8EDAD53178FB46B6A6EBD3F64C17CDDEBCD716090A4129C7A82A9BF987A085A6", "CRC32": "C4E1E2F5", "BLAKE3": "E17F3233066581ECE425E17DDA8BAEE175C22A361113634C772CDA3DEF39C998"}, "downloadUrl": "https://civitai.com/api/download/models/397305?type=Training%20Data"}, {"id": 320270, "sizeKB": 223099.97265625, "name": "Evelynn_-_League_of_Legends_-_Pony_diffusion-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-17T21:01:02.230Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DC8D8587", "AutoV2": "7C28EC8B45", "SHA256": "7C28EC8B4522AF8EC8E0C975C980192E58176FAB745E97ECD2BBD8B2065361BD", "CRC32": "A1DA15FE", "BLAKE3": "D43D48F485EDAE69F91EBCFDFCE5AF1519DC9962A4A71BB2CAA50702643708AB", "AutoV3": "0C6E80265D1D"}, "downloadUrl": "https://civitai.com/api/download/models/397305", "primary": true}], "images": [{"id": 8130969, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2796eaf9-d2da-4f62-af7e-730ce5c422d4/width=450/8130969.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U9BfVDM_4mxw}@R%9ZW=9Wj]KPoe9Fxa%Nnh", "type": "image"}, {"id": 8130970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/581e494a-9f5f-4016-8eb6-94b0c72df60f/width=450/8130970.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U5ELaLt800ozHXNF9~oeL0j]EkoL0ckC_Nn%", "type": "image"}, {"id": 8130971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1e19124-1a3d-40e1-8bb8-2aa578720dea/width=450/8130971.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U7C~iAD~00o~:PS1ADo#0Jxb%OsTysWBInrr", "type": "image"}, {"id": 8130973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c4da4ad-6dbe-45e8-ba39-e00a8f7f94e9/width=450/8130973.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UFC~b?E00K?c}[EKE3x[D$s:-qsmJ7W?R%so", "type": "image"}, {"id": 8130972, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6dec0345-0c06-41e1-bf61-bb4f3fea2560/width=450/8130972.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U6C6M_K300tS~q#S00f*O%,@I]jD0~NF-9V@", "type": "image"}, {"id": 8130975, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/017dcb5c-748b-4bfe-b1c8-52de3babd925/width=450/8130975.jpeg", "nsfwLevel": 2, "width": 1216, "height": 832, "hash": "UABCo_9X0J^-rBo#g5nhE1xIxbnitmaeR%r]", "type": "image"}, {"id": 8130974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f64c79f7-9d2a-41dd-8aa9-52c18093f234/width=450/8130974.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U2AvkhVW00.T8w-qK*9E00Rk~C-qLJI.yDxG", "type": "image"}, {"id": 8130976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d06d7f1-f260-4687-b2ab-6ddfbcc0449a/width=450/8130976.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U3C5}T0000Ty8w-rPVtS00-?}^ibHDD#-qw3", "type": "image"}, {"id": 8130977, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e40a761-2904-4c7a-9957-1ecc6b9de50a/width=450/8130977.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U9BMQ2D#0Jo~+GkV9[oz0J%3tlnhu6V[bEni", "type": "image"}, {"id": 8130979, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b92d0f69-bcc6-4283-b193-ee6ecc6e3296/width=450/8130979.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6B:E$000J.AD4yX5OMx0xw6=}-qPUo2-=D$", "type": "image"}, {"id": 8130978, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1ebba6e-7b80-4baa-a8e8-2459488e29c6/width=450/8130978.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U8D+Pw%300bIqsV@1MR%9DV@?JogYkt7E0oJ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/397305", "modelId": 355349} \ No newline at end of file diff --git a/datasets/metadata/397676.json b/datasets/metadata/397676.json new file mode 100644 index 0000000000000000000000000000000000000000..69871d4c295192af8d769398ea8337fdb015d723 --- /dev/null +++ b/datasets/metadata/397676.json @@ -0,0 +1 @@ +{"id": 397676, "index": 0, "name": "kanovt", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-20T01:16:09.390Z", "availability": "Public", "nsfwLevel": 1, "description": "This model is from a vtuber called kanovt, preferably use with a maximum of 0.9
", "trainedWords": [], "stats": {"downloadCount": 40, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 321968, "sizeKB": 10908.9580078125, "name": "397676_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-18T22:20:52.592Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9DF21467", "AutoV2": "38BF5397E5", "SHA256": "38BF5397E51314920C05A024681DC8F23FF19E49E6C34D025A0DA3FA77B57FBF", "CRC32": "CFE2BE4E", "BLAKE3": "7A7D5C4B9F22304C27C752F8514BD5D88D6DA346C55CC712E297347BC729644C"}, "downloadUrl": "https://civitai.com/api/download/models/397676?type=Training%20Data"}, {"id": 323793, "sizeKB": 863336.75390625, "name": "kanovt-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-20T01:01:46.974Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A52BF4F6", "AutoV2": "584FBA81E5", "SHA256": "584FBA81E57DC602ED1B477A59430C61D3CFA99C2F282B9C26A65568EB634487", "CRC32": "7E537B2D", "BLAKE3": "3F1A4E73FC3D8D658CEE4C36F940211319F28CF1FBAB541E8659DDDC0F0F5C51", "AutoV3": "818AA7D5D96F"}, "downloadUrl": "https://civitai.com/api/download/models/397676", "primary": true}], "images": [{"id": 8238248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14e86610-85f6-4658-bd7b-5d30dd32ab2b/width=450/8238248.jpeg", "nsfwLevel": 1, "width": 1024, "height": 768, "hash": "UNKBH]-:_NM{E*t7=_Rkg2WBxaRk~VbbELae", "type": "image"}, {"id": 8238459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64cb338a-846f-40de-b5d6-c7338dab1ace/width=450/8238459.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UXFiiaV?xCr=%%Ri%Mn$x^ozxZofNHbbs+W=", "type": "image"}, {"id": 8238141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d0cf7c2-2ff6-4fcc-af20-36c2d2a9aced/width=450/8238141.jpeg", "nsfwLevel": 1, "width": 1024, "height": 768, "hash": "UGIq[qt-yr?GGvr=~BD%={xun$SO~qNGbcni", "type": "image"}, {"id": 8238464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69fc90f3-aa42-4e03-86d0-097f145fc210/width=450/8238464.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UdH2yc-ox[Sh.AxuxZt74:o#xaxaM|o#WBs.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/397676", "modelId": 355698} \ No newline at end of file diff --git a/datasets/metadata/397893.json b/datasets/metadata/397893.json new file mode 100644 index 0000000000000000000000000000000000000000..e71c91913bd2dafaa772b86507c22e6e55ab89ee --- /dev/null +++ b/datasets/metadata/397893.json @@ -0,0 +1 @@ +{"id": 397893, "index": 0, "name": "Tattoos", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-18T05:52:18.897Z", "availability": "Public", "nsfwLevel": 7, "description": "Different tattoos
", "trainedWords": [], "stats": {"downloadCount": 238, "ratingCount": 0, "rating": 0, "thumbsUpCount": 44, "thumbsDownCount": 0}, "files": [{"id": 320788, "sizeKB": 1243.671875, "name": "397893_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-18T05:05:38.761Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "47A91F580A", "SHA256": "47A91F580A1E203E9ED51D3707FCA52CD27DA502F68D22E25844A8C56EDE3E97", "CRC32": "3E91A02D", "BLAKE3": "F988A4B8E7BAC51E5F9B32D3281B59518390E0087501DFFE3E55578F993F9017"}, "downloadUrl": "https://civitai.com/api/download/models/397893?type=Training%20Data"}, {"id": 320822, "sizeKB": 223098.77734375, "name": "Tattoos.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-18T05:41:53.296Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B010AB03", "AutoV2": "6F1B3B1F7F", "SHA256": "6F1B3B1F7FDAE8751B1E2E17CEA6B7ED8403C0A0ACCC940118B29206FBF10AD6", "CRC32": "66316DF9", "BLAKE3": "8DBC754111A415365ED8FF880579230F72C4686DF9A1AB50565B926B4E51A2AD", "AutoV3": "4BF725B7E632"}, "downloadUrl": "https://civitai.com/api/download/models/397893", "primary": true}], "images": [{"id": 8142394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2d65771-114c-4d0e-95c9-89bba126d910/width=450/8142394.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDEe_l00X}9FRr%MDgaKH[~qD$oyrYn*EKbH", "type": "image"}, {"id": 8142391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/352119cc-9a7e-4be8-adbd-8baf29449b0b/width=450/8142391.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQG*=|EL~qNd%M?v-oxu%2-;WBNbWYt7WVn~", "type": "image"}, {"id": 8142395, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9969e930-82c7-424f-ab7e-6006455d8863/width=450/8142395.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UMCs2X0f,%4:?dM|s6ae$mxZEKkCrrs,N[oz", "type": "image"}, {"id": 8142392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cf50732-3a9b-49a1-a3e6-433a7f29a892/width=450/8142392.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEI}9V=xyZT0D$0K00R4OZIA%M5757-o~pIV", "type": "image"}, {"id": 8142393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a308654-1c74-46c4-ace9-febeb8b14d99/width=450/8142393.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9I4#1005R^M~q-;QmI;%1%g00?v00kqM|Si", "type": "image"}, {"id": 8142396, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0611eab2-eb6b-4629-a695-2b26919ac9b1/width=450/8142396.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDH^#JD%+uE1%#jZIoWU~pjG0Koz^RV[M{M|", "type": "image"}, {"id": 8142399, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b21007e0-994f-4158-9e28-7dc2f37e68c6/width=450/8142399.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UZIha2E1_N%g%Moz%MjZRPt7R*R*kCays:jt", "type": "image"}, {"id": 8142398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e87b6cf-1575-4d2e-b5ba-dba100183e1d/width=450/8142398.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULD,WZH==]TL.A%2R4tR,WtSIoZ~v|%Mo|V@", "type": "image"}, {"id": 8142400, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa4a062a-8966-4db8-97a7-96011f62b7d5/width=450/8142400.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEECh2_2-;_N?HoIi^smxFt7IUa|xug3WYWB", "type": "image"}, {"id": 8142397, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bec658c3-4abe-4d44-a6f4-9da1a4fe2fa1/width=450/8142397.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UaHo5#4n~WWANHWBRPIU$+RjIoa{niWBozRk", "type": "image"}, {"id": 8142401, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/612d5b6c-e95f-4347-a4b4-4c39415a8d10/width=450/8142401.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UcH_rjM__No}e-%Mt7R+%2%Mt7azsmRjbbV@", "type": "image"}, {"id": 8142403, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b762263-dcee-412b-8da4-f7dda952a55a/width=450/8142403.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UWHB[2WV~q-;%MWB%2WBjsofofayofofofay", "type": "image"}, {"id": 8142404, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2890aca4-e3f5-42d0-99ac-ec856877aef2/width=450/8142404.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UOIEqo4o?^nOkVVss:NH-:oLW=RjxaayWCWX", "type": "image"}, {"id": 8142405, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b86fe72-8e56-42ab-acc0-c72148dbfb37/width=450/8142405.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UdHVME.8~p%MD%%MMxxuV?j@oft7t7WBofWB", "type": "image"}, {"id": 8142402, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d57f549-1170-4476-b10c-2f2ab62977e3/width=450/8142402.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UUFrt]_4?bSiNGs-M{s;adaJIURjxuWBV@Rj", "type": "image"}, {"id": 8142409, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df759293-7e81-460d-b39e-dcdfb6a932f9/width=450/8142409.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U8F}=#009s00_N.SL}-W-UV?00-;rWDOEgO?", "type": "image"}, {"id": 8142406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e983e1f-0148-4340-8ac0-0d82b7040f74/width=450/8142406.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U6D9@%~qzm-;00DiH=9Z00Rj4:kW-S-pEjIV", "type": "image"}, {"id": 8142407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88aa62a2-02c4-4908-a5b9-6733aa203784/width=450/8142407.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDHUz*00_L00%4?HwGDi^+-;9YE1xZShJ8Rj", "type": "image"}, {"id": 8142408, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/044fe347-05bf-40ba-a117-c38ed638d0c1/width=450/8142408.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UUGS7f.8~9?c.Ax]R4%M^lbdpG%0wfahXQt6", "type": "image"}, {"id": 8142410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d51a6ae-dd59-4cf1-8218-00f3711547d3/width=450/8142410.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UXFiJqsl~Uoc%hxtnNj?%3a#a^obs;Rkt7WA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/397893", "modelId": 355902} \ No newline at end of file diff --git a/datasets/metadata/397967.json b/datasets/metadata/397967.json new file mode 100644 index 0000000000000000000000000000000000000000..8e1db79adf5191f936a45e140e503b543cc3dab4 --- /dev/null +++ b/datasets/metadata/397967.json @@ -0,0 +1 @@ +{"id": 397967, "index": 0, "name": "v2.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-18T06:30:00.475Z", "availability": "Public", "nsfwLevel": 13, "description": "final~
", "trainedWords": ["ichinose rei", "ribbon braid"], "stats": {"downloadCount": 218, "ratingCount": 0, "rating": 0, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 320862, "sizeKB": 7350.75, "name": "Rei.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-18T06:30:46.553Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B47324C1", "AutoV2": "B9F4BA7E4D", "SHA256": "B9F4BA7E4D88F30FB7D127912CF9B4B8C5637D7C6A413E67084C328A91B2BF6F", "CRC32": "197B2E2B", "BLAKE3": "0F2E7BBB72E0C6700738BBD26832F097E2C8C1F37E98355EB640E9F163E6013D"}, "downloadUrl": "https://civitai.com/api/download/models/397967?type=Training%20Data"}, {"id": 320863, "sizeKB": 28240.25390625, "name": "rei.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-18T06:30:48.760Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DF50EFD1", "AutoV2": "EA597B6B95", "SHA256": "EA597B6B95D0FC5054A689BBBF139CE32F663EA19640B11CA18163CD43D6B8DE", "CRC32": "13D2CBA7", "BLAKE3": "99A09BFD28D67CC13516B52F5AF94F868B89B1021E3041B5E0F22D8EC66D1DD1", "AutoV3": "453EF72E592F"}, "downloadUrl": "https://civitai.com/api/download/models/397967", "primary": true}], "images": [{"id": 8143741, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc691ecb-1746-46d2-975b-b16738280179/width=450/8143741.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UAIECT000=4TKjvw$+000dD+};0MM~%$xv^*", "type": "image"}, {"id": 8143738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4876395a-9a36-409a-9e09-ed2bbda1d2be/width=450/8143738.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UHKnG0_NkqM|%M_3-;%MVr%M9a-pafIVoz?G", "type": "image"}, {"id": 8143740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/855a212a-1bb3-426b-b9ad-8c854aba107b/width=450/8143740.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "ULIhgS~q57XTNdxuJCxuI9RjE2RiD+9GxCNH", "type": "image"}, {"id": 8143742, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e806a7c-9f78-47d7-b384-2b0c8399d999/width=450/8143742.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UVM@ZV~pF}JD%$VskENeNK%0$%bJOsNbM{kW", "type": "image"}, {"id": 8143737, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d15e517-b955-498f-a1e5-863f2e987481/width=450/8143737.jpeg", "nsfwLevel": 8, "width": 1536, "height": 1536, "hash": "UIJkWJxu01X9~p9ZD%%1?u-;xuIp%gM{D%IV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/397967", "modelId": 278933} \ No newline at end of file diff --git a/datasets/metadata/398216.json b/datasets/metadata/398216.json new file mode 100644 index 0000000000000000000000000000000000000000..b420d3582ac5e2ae194e53c235cdaeee1f26e89f --- /dev/null +++ b/datasets/metadata/398216.json @@ -0,0 +1 @@ +{"id": 398216, "index": 1, "name": "SD", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-18T13:11:19.223Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 153, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 321088, "sizeKB": 12588.6787109375, "name": "398216_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-18T10:10:47.495Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6DAB33D8", "AutoV2": "8C2554F7AA", "SHA256": "8C2554F7AA59B17097BD1A14B65D55058B2A90572836DAC54D6B836EC962CB03", "CRC32": "92BA6DEA", "BLAKE3": "E4F7F3087CB61D057A1F7303FDD71718D8C4D09EDCE8813540C2411FBDFB3BAA"}, "downloadUrl": "https://civitai.com/api/download/models/398216?type=Training%20Data"}, {"id": 321260, "sizeKB": 36977.5078125, "name": "lith_Agfa_Geveart_Brovira_BW22a-000034.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-18T13:11:11.696Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1C74961A", "AutoV2": "A1F8B28599", "SHA256": "A1F8B285995EEB76E86E39CA9FBEF0968C69CC45182D7D36C8933FBD1F279FFD", "CRC32": "26809E87", "BLAKE3": "6921928FDC79D052A40D2D16B5D99E75269E58D66A6B4DFBC5F381B2A607DE3F", "AutoV3": "C9C6CF32E52E"}, "downloadUrl": "https://civitai.com/api/download/models/398216", "primary": true}], "images": [{"id": 8157915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4cf5348-834b-4fb5-a15a-7bcab9e2b953/width=450/8157915.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGBydE%1NHof~U%2WCof-oxaofof^*R*Rkj[", "type": "image"}, {"id": 8157911, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96266051-9341-4c71-82af-c3d40c444c72/width=450/8157911.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFCY%QxaIpof^*ayayof~Vxaazj[?GIVWBxa", "type": "image"}, {"id": 8157919, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a69ba1d2-9fcf-4f03-ba20-0ae3f3f51e33/width=450/8157919.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCByW}0MIo=|~U9aRk%1^*E2t6ay?GE2axWB", "type": "image"}, {"id": 8157910, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a6de3a5-7413-45a5-8666-185e4cdbfe63/width=450/8157910.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQDS2VNGIps:~UNGRkj[xtNHWBWVj@R*j[WC", "type": "image"}, {"id": 8157913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/181ac54f-3ad5-4ae8-b5ae-97f49c92a695/width=450/8157913.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCA+~fa}IpWB~UofNGRk%1NGayayE2WVt6j[", "type": "image"}, {"id": 8157804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32b89543-76af-43b5-b634-f076394e7949/width=450/8157804.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7FOosIo01D*01xa~V0LRjt70Lxat79a%M?G", "type": "image"}, {"id": 8157805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0cbc6249-b0af-4e95-a930-eb3fe52a161a/width=450/8157805.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U6Gu2V~B9a-p^kE2-pxt0L-oE2E1^*IVD*j[", "type": "image"}, {"id": 8157807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75135d27-317f-4c7d-85f3-538d6af44933/width=450/8157807.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBH-riIV01^*00of~VjZ%MxaIoM|%2%2RjE1", "type": "image"}, {"id": 8157803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/413a6de0-a6e9-4d26-a58f-cac0cc0856a1/width=450/8157803.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKFhny~VE2af%2j[WBay9aRjxaj[%1WBazWC", "type": "image"}, {"id": 8157806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/360e5e6d-67d3-4287-8ee8-aaffba5923c4/width=450/8157806.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULGb9g~V%Lxa~Vxtt7j[E2RjM|WB?at7Ios:", "type": "image"}, {"id": 8158001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13e04514-c4e5-439b-bda3-3bf7be104b1e/width=450/8158001.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPEoGJ~V?G?GIoa}t7oe%LWVWCt6%2xat7of", "type": "image"}, {"id": 8157998, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9754bd3-2364-464b-956e-18f3f02e2bc1/width=450/8157998.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDFht[?G-:%24o%Lt6t6~V-p%Lt74:WVjst6", "type": "image"}, {"id": 8157996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c163a9f8-2f4b-407e-94bb-65b222dcce2d/width=450/8157996.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPGI4Lof9Gju?Gt7IVR*~VWBE1WB9Gj[WBWB", "type": "image"}, {"id": 8157999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6cf47a1-b495-4921-9c16-60cf30a3ab50/width=450/8157999.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJE.b3E1Rks:-:IVoffR~VM|ofj[xtayj[of", "type": "image"}, {"id": 8157997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d51718eb-61a3-42d6-9234-2687093ad2dd/width=450/8157997.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UbF}_;oLNGay?GR*RkWC~Vayazazt6fQofWC", "type": "image"}, {"id": 8158000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a6e402c-add7-4dcb-964a-bd3fb885059f/width=450/8158000.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOFF87~V-oay?G-:WBof^+xtRkWCt7RkNGay", "type": "image"}, {"id": 8158002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb8995f8-ac57-4d39-9a72-54a09a683090/width=450/8158002.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UMFht]E1WVxa%1Ioayoe~VNGR*of-:t7j[WC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/398216", "modelId": 356211} \ No newline at end of file diff --git a/datasets/metadata/398221.json b/datasets/metadata/398221.json new file mode 100644 index 0000000000000000000000000000000000000000..c36425f45b86d7150ace0a3085a483cc29f30223 --- /dev/null +++ b/datasets/metadata/398221.json @@ -0,0 +1 @@ +{"id": 398221, "index": 1, "name": "SD", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-18T13:07:24.596Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 122, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 321090, "sizeKB": 3032.43359375, "name": "398221_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-18T10:10:47.186Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4B29497E", "AutoV2": "E50CB73D6C", "SHA256": "E50CB73D6C401F08BDBE1D32EE234C27646F2B13C12B6C4CF9C54D71BCC760A7", "CRC32": "C485E8B7", "BLAKE3": "434F1168AA1805ACCB547FBDC233A22077CE7A3B50ED4C2D9140055CFFC25F4F"}, "downloadUrl": "https://civitai.com/api/download/models/398221?type=Training%20Data"}, {"id": 321257, "sizeKB": 36977.4453125, "name": "lith_agfa_record_rapidRRH1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-18T13:10:46.608Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "337113F2", "AutoV2": "E0C0057534", "SHA256": "E0C0057534020A176E31FED3E519760679F1CB438A2B676F245BA2AE83AE82AE", "CRC32": "32B195EE", "BLAKE3": "182162DAAA359FD909C0CC5BF7F5C8AE0038D3502C596FC1680A1A9242D00DA5", "AutoV3": "72ACFF095A65"}, "downloadUrl": "https://civitai.com/api/download/models/398221", "primary": true}], "images": [{"id": 8157465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48456a40-e9a6-477c-93a6-1c108efadbae/width=450/8157465.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UgI#b~%2D*xa~pj]V@oLIVRjoLRkRjoej[ay", "type": "image"}, {"id": 8157464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9699b728-0fcf-4da7-be71-48d1e659e4e1/width=450/8157464.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULFrtw00%Lof01-pj?oe4o-;D*of~pIUWWaz", "type": "image"}, {"id": 8157498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ea60386-fe9d-44a0-b512-0a04c8849fa3/width=450/8157498.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPC?T0~V-:M{IVIVWBkB4oIoIVofxt%2jtju", "type": "image"}, {"id": 8157497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04e33807-a05e-45e5-9491-72be1d053675/width=450/8157497.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNATQ9~V-pf6WBWBfQoL9G9ZM{WVofj[fQay", "type": "image"}, {"id": 8157630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33cba544-90c9-4ce4-bb0f-02a8d7f7013f/width=450/8157630.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U28Wsq%L4:xt~VWCE2xt-ooe-p%10LWB?Gj?", "type": "image"}, {"id": 8157627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71447aa1-f986-482b-9ce7-a0a9e19d37dd/width=450/8157627.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCCY:a~V010MayayazWBNGof%1t6IpRkt6t6", "type": "image"}, {"id": 8157629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2d81b16-7b45-4776-ad33-91bfb4f53b6c/width=450/8157629.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQH_MS~Vfk%L-oIoR*RkM|Rj%1j[~VfkRjt6", "type": "image"}, {"id": 8157707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f922f77f-e4a2-4560-93e5-beb7bb3771d0/width=450/8157707.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UADSO10101?GE1?Z9axaE2IV~VM|%2oeIpa|", "type": "image"}, {"id": 8157706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98d964f4-c402-4a00-832d-0c4fdb051c4f/width=450/8157706.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UmF=XA~Vxuofo0RjRjf6oft7t6WCayoft7of", "type": "image"}, {"id": 8157705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e6c77f3-837d-4c8e-a278-a5fca9699a4d/width=450/8157705.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "URG*vM~V-:t7^*t6NGWCIot6WBxat6s:azaz", "type": "image"}, {"id": 8157708, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e50a8113-a276-4656-9968-ed65e0366bf9/width=450/8157708.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOCiaHRk9afQ~VRkM|oL%LR*xZoe%2j[j[ay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/398221", "modelId": 356216} \ No newline at end of file diff --git a/datasets/metadata/398222.json b/datasets/metadata/398222.json new file mode 100644 index 0000000000000000000000000000000000000000..eb838ab345bb155caf491cec1af99ad69534c09c --- /dev/null +++ b/datasets/metadata/398222.json @@ -0,0 +1 @@ +{"id": 398222, "index": 1, "name": "Basis (SD)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-18T11:44:23.540Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 122, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 321092, "sizeKB": 7930.435546875, "name": "398222_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-18T10:16:18.152Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "71E7014E", "AutoV2": "F867685E00", "SHA256": "F867685E008A34E21E5D45FDDC2D538FE89189818A6010916B0C0FC8439EB7F8", "CRC32": "DD2802DF", "BLAKE3": "B7CFE63B0A552FAE3F3853E0C7657E04EAB95A01E50BCE0E1F4B5BD7939A2E1A"}, "downloadUrl": "https://civitai.com/api/download/models/398222?type=Training%20Data"}, {"id": 321170, "sizeKB": 36977.4765625, "name": "lith_agfa_brovira_BEH1W.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-18T11:45:48.141Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7BE9E0EB", "AutoV2": "5AFFBEF1AA", "SHA256": "5AFFBEF1AA31AC29920C8B69051CBB26799F7953BD07F476935D00999D2093B8", "CRC32": "2D4E3B50", "BLAKE3": "DC78CA42FA5A120BF04D6022E2BBC958055490129AFCEAFE26B6C5AF300D566B", "AutoV3": "3EE3AC567117"}, "downloadUrl": "https://civitai.com/api/download/models/398222", "primary": true}], "images": [{"id": 8154040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acc09eb9-459e-479f-a784-6822d0cd1a2a/width=450/8154040.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UYG8fm9GIoxu~pD%WBtQxuM{fPofj[oeayfR", "type": "image"}, {"id": 8154037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d439a4e-533f-48f5-8470-6b98df3207e1/width=450/8154037.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U8C$lz~V01ay?a-p4:IV-;of9ZM{-pE1D*js", "type": "image"}, {"id": 8154041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/862abe3a-2603-4aa9-9b6e-97c9a219c575/width=450/8154041.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBD9Fu~W01014oE1-:?H00D*_2^+_2-:IU9G", "type": "image"}, {"id": 8154038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac64c8ce-9688-41ce-8034-1a74638e4355/width=450/8154038.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKKdJ6-pM|V@$yW;xuD*~pM|xtxu4on%-p%2", "type": "image"}, {"id": 8154052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3bd2a70-87f7-45df-8326-e8ad35a7a2e7/width=450/8154052.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULHd]L01E2t7~pE1M|NHR*RjofxtM{ofxuj[", "type": "image"}, {"id": 8154053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67f1b903-13e0-422b-8748-aee56f791ba4/width=450/8154053.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UXJQv7~V9aIVIVD*IVxtWBxt%LkC%2t7t7ae", "type": "image"}, {"id": 8154054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23ca8b5b-7440-4614-b715-5a39c785695c/width=450/8154054.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBF=aJ%M00019Z?HIpD*01D*~o?a4:D*-:?H", "type": "image"}, {"id": 8154056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e349d61-a902-4994-82b1-30ef5285425e/width=450/8154056.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBD9Fu~W01014oE1-:?H00D*_2^+_2-:IU9G", "type": "image"}, {"id": 8154055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f5d8e3e-d9d8-4759-adf9-d876850a36ef/width=450/8154055.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKKdJ6-pM|V@$yW;xuD*~pM|xtxu4on%-p%2", "type": "image"}, {"id": 8154191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2ebe756-81d7-4d69-970c-e483f5831f3b/width=450/8154191.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFHdseR*Rk0L~VR*RjRj4:NHoft7D%IVxut7", "type": "image"}, {"id": 8154192, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d1d2a39-d38e-462c-be3f-c7152b2d039a/width=450/8154192.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UgN9|4t6.7t7~pj[tRs:t7oLayj[%ffQRjWB", "type": "image"}, {"id": 8154190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e886588c-d0ac-428f-878f-cfac466a2961/width=450/8154190.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBDbp7-:02IVE1R*xtt601Io~V%M?axaIUM{", "type": "image"}, {"id": 8154285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf3e78e5-d56a-49ea-8b7c-f3dfb6438300/width=450/8154285.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDIqor00?b9F0Lt7%LE100_3-pxa~q9GIU-;", "type": "image"}, {"id": 8154272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a3d9831-6153-4c02-bd42-aeefd1681bc9/width=450/8154272.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UvLgX?~p%Mt7E2xut7j[WAM|t6t7RjWBj[of", "type": "image"}, {"id": 8154273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e48803b3-ddc1-4270-afc5-1a4fb42bf1ad/width=450/8154273.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "USKwtaWBofs:oz4nxut7M{01t7xa~qxuofV@", "type": "image"}, {"id": 8154280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7886a3f4-2c46-4b53-a9fe-269800a1e46a/width=450/8154280.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UiJHQ^IUflNG~WM{a#ay%MoLayofWWt6j[of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/398222", "modelId": 356217} \ No newline at end of file diff --git a/datasets/metadata/398313.json b/datasets/metadata/398313.json new file mode 100644 index 0000000000000000000000000000000000000000..c20a33c554924551b3ee7476ab6ec0e98d2a4ce2 --- /dev/null +++ b/datasets/metadata/398313.json @@ -0,0 +1 @@ +{"id": 398313, "index": 0, "name": "High Heels", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-18T17:50:02.418Z", "availability": "Public", "nsfwLevel": 1, "description": "version 1.0
", "trainedWords": ["high heels, sexy high heels, heel 15 cm", "high boots, sexy high boots"], "stats": {"downloadCount": 604, "ratingCount": 0, "rating": 0, "thumbsUpCount": 64, "thumbsDownCount": 0}, "files": [{"id": 321185, "sizeKB": 2117.0947265625, "name": "398313_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-18T12:05:39.464Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "869CA803", "AutoV2": "117FF551D3", "SHA256": "117FF551D3109AEBEFBF1A3546BDF7772A9129165FEEAA28FB20B90ECD5CF330", "CRC32": "9C7B9FA6", "BLAKE3": "5EA2BF07F442FDBCF7CC418C3EA70261087D4A2D9F9EFA5F7C7D6CA43E0366A5"}, "downloadUrl": "https://civitai.com/api/download/models/398313?type=Training%20Data"}, {"id": 321629, "sizeKB": 223099.61328125, "name": "High_Heels-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-18T17:36:56.126Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FF1AAA8B", "AutoV2": "CBC8E56372", "SHA256": "CBC8E563725356C5AC4429E1819E40EEDB14AA4CDA49D5F18D2D0CF4E841734D", "CRC32": "15EB6C95", "BLAKE3": "0CE7A3955DCE182340183F4B574D6B825628CE39B6F289A09B50A3A0C918D0B6", "AutoV3": "07E0002C09AF"}, "downloadUrl": "https://civitai.com/api/download/models/398313", "primary": true}], "images": [{"id": 8169111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/024ee50f-1293-46f6-ace2-4de53c7d5be0/width=450/8169111.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBJHUDDO2wO@}?MxActlPBX9r=RiH?WBR*aK", "type": "image"}, {"id": 8169109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23f12e81-eeb2-406b-bbb1-15baec65632e/width=450/8169109.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAKA.._2.kNGTgx]?FRiB=%M=ti_Djt7xrRj", "type": "image"}, {"id": 8169113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96eaf951-d9e9-481d-bcb2-82fb056e33d1/width=450/8169113.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDG*$n%g1Q~C4nofx]-o_3M|xajFMwWBIVae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/398313", "modelId": 356298} \ No newline at end of file diff --git a/datasets/metadata/398701.json b/datasets/metadata/398701.json new file mode 100644 index 0000000000000000000000000000000000000000..ddd33ed13915f5d23a664c91109814c0b3b13036 --- /dev/null +++ b/datasets/metadata/398701.json @@ -0,0 +1 @@ +{"id": 398701, "index": 0, "name": "Kiff (Disney)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-18T17:03:43.706Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 40, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 321545, "sizeKB": 1694.4296875, "name": "398701_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-18T16:40:54.308Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "A8D29C9F08", "SHA256": "A8D29C9F082FA15F496079B82BA72C0833BA96F4D205B1CC6E41D16A48FCF662", "CRC32": "71AF2F0A", "BLAKE3": "D7451387AB4CBCC5EA22FA40D8EDCD4A03251BDC04E88036E2ECBBFF991F4189"}, "downloadUrl": "https://civitai.com/api/download/models/398701?type=Training%20Data"}, {"id": 321577, "sizeKB": 36977.5078125, "name": "Kiff_Disney.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-18T17:06:56.313Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "85DC82FC", "AutoV2": "657C088717", "SHA256": "657C08871752DB87CACB1458A4B2BE3B1C98F9D7974EAF226C8A449DAD12FD9D", "CRC32": "A408FFF3", "BLAKE3": "CA494D0D358D0DE2DEDB9EB390852C41BDD2B761CA32465A6895759CC2F32C5F", "AutoV3": "EC8BB09DB801"}, "downloadUrl": "https://civitai.com/api/download/models/398701", "primary": true}], "images": [{"id": 8167178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bedf2311-7fc7-43d9-8916-1455db0c8287/width=450/8167178.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCE_Kr-p00M|?^xbMdR*0MNH%2ay00NF.9NK", "type": "image"}, {"id": 8167179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/516045d0-e64b-4c48-958f-3a797fe6dfaa/width=450/8167179.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "URG7^[9u0Mt7~pIoMwbbGIn#rpWXx]oeE2xC", "type": "image"}, {"id": 8167177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9463d081-e1d9-446c-b4e5-f577b19b98c9/width=450/8167177.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDD8:#9u00?G_4jD9Fbw9}aKxFxvI9IpyD?G", "type": "image"}, {"id": 8217720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d4e73bd-3fd7-4772-8b02-83593ba5b09b/width=450/8217720.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UICsEqg400i^^ZjY9ha#zmRiKnxuTObJwYob", "type": "image"}, {"id": 8217721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fa9b8b8-caa3-49bc-b2dd-65ed3ee0cb56/width=450/8217721.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOGIA1n7B9NH}t%J9cWBO8t4IWs.IUMztPoy", "type": "image"}, {"id": 8217719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/201dd8d3-2ef0-4134-93c0-821b85ddd3ec/width=450/8217719.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UlL;8EIU.8o~~WtRtSxu%gRPx^s,E4V@M^RP", "type": "image"}, {"id": 8250071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4279050c-8f64-4ec9-b370-3d142fd50df9/width=450/8250071.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UMICJ?}=+]niK5AZM|I;rv9_ENJ8EgxEbbNw", "type": "image"}, {"id": 8250067, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bab31aa-c066-4489-b8a0-d393ceade0f3/width=450/8250067.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHE1]Y;00h5=~A-UMxr=;0.89tD%tREjI;r=", "type": "image"}, {"id": 8250066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37a020b9-74a5-45c6-8ce0-054c19171784/width=450/8250066.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIB|B9%#01H=}R$fEQI=*d#6GHKkpxOZrW$2", "type": "image"}, {"id": 8250097, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46b70b31-a13d-4e27-987c-347b1010fb5a/width=450/8250097.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQHT]T~Vr]Ip^MbcI@RO-UR+EMo0o#xa$#S5", "type": "image"}, {"id": 8250070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5db880fe-b7dc-44cd-b552-40cce4a6087c/width=450/8250070.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCGs#}-P00RU_3I;9FxY1cwJ;RKO4osk~B%2", "type": "image"}, {"id": 8250068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d120dc57-a2bb-441f-a3d3-345b2b31e947/width=450/8250068.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UXGG^jGGDiRO]NJ5NLS6|;V@X9ogBFbws*jE", "type": "image"}, {"id": 8250069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce89e850-776a-4a11-a725-1b82581b10e1/width=450/8250069.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UVI:8:TeibrUg4Or9v9v}PI.kEkF9wso$%$y", "type": "image"}, {"id": 8250253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/789699d7-86b8-4fd1-afcc-b63bfd774610/width=450/8250253.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UeMP?%Ny%zx[2zM|OGt7#8s8RRai-WS$xC%0", "type": "image"}, {"id": 8250229, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4d037d6-8267-4ac0-8535-ab8b855eac6b/width=450/8250229.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UYN[~qPC.QR.3GOsXmf8OsrqN2wd$+v#nlt6", "type": "image"}, {"id": 8250235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7823c16-94b5-4e03-b86e-68878fea8f7e/width=450/8250235.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UjMsZa?G?Zt73GxXX9ofxus8M}WX%1fkwuoK", "type": "image"}, {"id": 8250238, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93d99cfb-5d92-4e35-884e-d9a50c6dbfcc/width=450/8250238.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UaNJE[Ir?u%f1-R*g5Sisqw[NfWZ-Bafwbn$", "type": "image"}, {"id": 8250244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/736d5260-28fe-4e90-a09c-fac455d2e7c4/width=450/8250244.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UZKT_I%1yXxu1UV[tRj]:js+n5jGEOWCRjR*", "type": "image"}, {"id": 8250254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71d66fd6-c092-4d58-ab57-37fef070d141/width=450/8250254.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UYL:_tMI%y-.24skWVS4s;OYMyRj=xs.$Kr=", "type": "image"}, {"id": 8250259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae5a1942-fed3-498b-88be-ce87c1e46622/width=450/8250259.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UXMjHrRRyD%21-ShT0R.+aNIRnbI=|e.$yof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/398701", "modelId": 356656} \ No newline at end of file diff --git a/datasets/metadata/398756.json b/datasets/metadata/398756.json new file mode 100644 index 0000000000000000000000000000000000000000..e2ebfc039d7a8b13dee7745025649a27165ff095 --- /dev/null +++ b/datasets/metadata/398756.json @@ -0,0 +1 @@ +{"id": 398756, "index": 1, "name": "SD", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-18T18:57:55.579Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 98, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 321580, "sizeKB": 1373.50390625, "name": "398756_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-18T17:07:22.498Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "2B0BE06DBA", "SHA256": "2B0BE06DBA39AB2E7B5F6484CC3CA6E33322EBC9B8981AF26DA6BB734A336E54", "CRC32": "1CEBDBB7", "BLAKE3": "9188083EF42C78B3E4648FDD73493D67A67D78F4C9DA34515B213B419713DA46"}, "downloadUrl": "https://civitai.com/api/download/models/398756?type=Training%20Data"}, {"id": 321737, "sizeKB": 36977.421875, "name": "lith_agenta_leinwand.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-18T18:57:46.528Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DB99BFBA", "AutoV2": "C29CFCD172", "SHA256": "C29CFCD17284F37DCF50815F559BEC6A274FA785F86AEF423BCC0D6FCF4E44DB", "CRC32": "DA109C70", "BLAKE3": "6EFC63748A3F2A71A9E608C7BBAFCABBB3FBE4D56E11275504182488EF0141D1", "AutoV3": "AE0CFE5186B3"}, "downloadUrl": "https://civitai.com/api/download/models/398756", "primary": true}], "images": [{"id": 8172247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6f8cc29-22f9-4647-8efc-94ebc664ec25/width=450/8172247.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFF=z2xtD*xu_4Rkxa-p~pWBIokCozNGWBt7", "type": "image"}, {"id": 8172246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/090d66df-ea76-4f8a-bd4e-6655264b8dc4/width=450/8172246.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDFrqrxtoNt7_3s:-:t7~VWBNGs:%fRjRjt6", "type": "image"}, {"id": 8172245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a93785d7-3c03-4cd3-bdc6-390a35470b85/width=450/8172245.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULHn$$M|M|xt~payM|ayxuxaWBR*%LWBj@oe", "type": "image"}, {"id": 8172248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/740ead43-5910-4270-bebf-8a81983dfe21/width=450/8172248.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIIXme?HDj9GOZM{-pt7~pxtoKM{WBM|WVkC", "type": "image"}, {"id": 8172244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f8ba15d-d648-4119-b6ad-d100512b67b0/width=450/8172244.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFIXjTt6smoL~poeIoRj?aj[R*ayNHj[xaoe", "type": "image"}, {"id": 8174819, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa860f18-1a63-458b-baa0-131ca559fba5/width=450/8174819.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UXO{?T-:~pWD9Gjs%MR*-;M|RQt6j@bHxuof", "type": "image"}, {"id": 8174820, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/327e86cd-0265-43da-9d1c-4df30ac512ae/width=450/8174820.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UZNTBst7~pWC~pxaozRkxuM|jY%2IoR*M{oe", "type": "image"}, {"id": 8172454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c78e8bc-b81c-4832-94d4-fd73cff02307/width=450/8172454.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOO3Rb~V_3t7f6RjxtRj~pD*Rjt6Rk%Lt7of", "type": "image"}, {"id": 8172455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a337e64f-2c73-4f67-ba31-b1434c00bcc8/width=450/8172455.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UcL:=Xt7.7E2~o%LxuaeR+M|n%xta|oLRjNG", "type": "image"}, {"id": 8172457, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93d6590a-4d23-4134-a529-1335a3991522/width=450/8172457.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UeP6a1xt~pt7?bWBWXof-:ofIVofIVWBt6ay", "type": "image"}, {"id": 8172562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86f1494f-3795-4058-af58-15ac541c442a/width=450/8172562.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULNmTI?a_2Rj~pM|M|xaD*R*Rj%2~oWBWVRj", "type": "image"}, {"id": 8172563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f9df28e-e559-42f8-8430-eb6275cd2e89/width=450/8172563.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UML4K9~Vxaaf%foft6Rk01R*oeoL~Vt7R+WC", "type": "image"}, {"id": 8172564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6eced46-aab9-4ef0-bd85-b1d9de42409c/width=450/8172564.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKOMpL%L~Vxu~pWBIVt6IVa|M|oL_2ofofRk", "type": "image"}, {"id": 8173829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76b00bb2-ee50-4ea2-80b3-12f39d3c5e30/width=450/8173829.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UcOy%~t7~pxt9ZWVxuoK%Maznioet7oL%2bH", "type": "image"}, {"id": 8173827, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77fe404e-a2e3-4291-925d-df7d4e1ed28a/width=450/8173827.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UTPPZ9t6~p%L9GfR%LWC%gofRPWBxtfPxuof", "type": "image"}, {"id": 8173830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9496469-e1b4-42a7-94da-afb21e31e94f/width=450/8173830.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UYMjK$Rj~pxa~pt6bIof%MayRPoLNGWCV@WB", "type": "image"}, {"id": 8173831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d197940-5f8d-4285-8730-a7265206ceab/width=450/8173831.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UTOMg3^+~pM|4os:xtRk-;M|s:oeayWV-;WV", "type": "image"}, {"id": 8209297, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed34d7f6-b1f3-4ee4-be7b-e980a3b783dc/width=450/8209297.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UYM77BxZ~qbbV[t6bbM|?bM|xtxaozRk%Lxt", "type": "image"}, {"id": 8209345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e87ec1e9-bc30-4e60-9172-9a6a0305b5c3/width=450/8209345.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UiLWqtIo?u%2~pofoft7kCoyM{RjxbofWARj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/398756", "modelId": 356710} \ No newline at end of file diff --git a/datasets/metadata/398764.json b/datasets/metadata/398764.json new file mode 100644 index 0000000000000000000000000000000000000000..d5727df8b26cebcd498dd132ee174511b636df96 --- /dev/null +++ b/datasets/metadata/398764.json @@ -0,0 +1 @@ +{"id": 398764, "index": 8, "name": "lith_orwo_dokumentenpapier_D", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-18T19:15:47.890Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 220, "ratingCount": 0, "rating": 0, "thumbsUpCount": 30, "thumbsDownCount": 0}, "files": [{"id": 321591, "sizeKB": 13385.2666015625, "name": "398764_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-18T17:16:03.362Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B8BCC2A0", "AutoV2": "E087140B6A", "SHA256": "E087140B6A3DCA6AB870CA810D0BD7282D9654804D0CEEB74D1F7FA10AF2D8C1", "CRC32": "411F67CE", "BLAKE3": "4FDBED48E2AEFF20E82CF7ABADBBD39AC33672D6CA8B460FBB0394DD151D959C"}, "downloadUrl": "https://civitai.com/api/download/models/398764?type=Training%20Data"}, {"id": 321762, "sizeKB": 36977.6015625, "name": "lith_orwo_dokumentenpapier_D-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-18T19:16:10.419Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "500A5F33", "AutoV2": "398F35A4CA", "SHA256": "398F35A4CA47091984737FF4B840DDB6CC1E4E3E33EEC3C694301B92C21A64B4", "CRC32": "AB511820", "BLAKE3": "DC2F4A191F6C03FD6F2E7BEE85162A08C76A3064E932B4FDE883239EEFD7CF25", "AutoV3": "7FEC056BC5BB"}, "downloadUrl": "https://civitai.com/api/download/models/398764", "primary": true}], "images": [{"id": 8173707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69015fd8-36a1-4e40-b8e6-36fb9e1aa0d4/width=450/8173707.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAFrR]WB00xt00?a_20L-ps:afofIo9G?G~V", "type": "image"}, {"id": 8173705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de2d0131-cb60-4272-b621-9c78c57e1c1a/width=450/8173705.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCC$o?00t7-pIV-:E1ofayIo~V9at7M|%Lj[", "type": "image"}, {"id": 8173706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3da5993d-dbe7-498d-9437-7b03eada77f7/width=450/8173706.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9F=U7RQNG-:01?G01%L~VIV~V9a00ay~V9a", "type": "image"}, {"id": 8211950, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9adbfd75-1e59-4dbb-b839-8ecd745df171/width=450/8211950.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOHn?8^+9G9F~p%MM{E1~pxuxtoKIoofofj?", "type": "image"}, {"id": 8211955, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96537cd9-2bd0-4453-af71-c5e8313afa77/width=450/8211955.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UUI}eQ-p9GM|~pxtIUWB~pt7oLofofj[oft6", "type": "image"}, {"id": 8211949, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edfce056-5e69-4430-930c-8e5ed76686dd/width=450/8211949.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UaKwwhWC4oxa~pt7IUNG_2xuoeM{NGt7t7j[", "type": "image"}, {"id": 8211951, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77ea0b68-dcca-4b29-8279-710798f84b94/width=450/8211951.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UXJQ}}t7D*M{?a%2M{Rk~W%Ls:WBNGj[ofWB", "type": "image"}, {"id": 8211954, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84fa40ee-9589-43e1-81ca-7da620808ec9/width=450/8211954.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHE.qiRk?axuE1Rjt7ay~WxaNGjtM|ofxtof", "type": "image"}, {"id": 8211962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/952892a8-ab87-4c4d-824a-d10145a3d458/width=450/8211962.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UZJt*ds:0KRj~pt7MxoK?aofs:j@j]WBs:ay", "type": "image"}, {"id": 8211976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6989e445-487f-4f59-818d-5ced59ad676d/width=450/8211976.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UWK^+@xt00af~pt7IURj~pt7xtjZNGazt6ay", "type": "image"}, {"id": 8220274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8f548ce-e7a5-481b-a9e5-1bf8ad64bde7/width=450/8220274.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIFFHV0L~VRkWXR*?HM|of-pt6ofM|%2Rj%L", "type": "image"}, {"id": 8220272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a93b8dfd-dd63-4ca3-8a1a-8e858249c68b/width=450/8220272.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQI4|g%L4.M|~pRkD*xt^+IVWB-:WWM|xt%L", "type": "image"}, {"id": 8220271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b292ca11-8284-4b19-928c-a35f44222639/width=450/8220271.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKFrLzt7xtxaWBofWBj[~VxtRjt7NGxtoft6", "type": "image"}, {"id": 8220275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4854a98d-afa0-4df7-9075-60ed0f5999f9/width=450/8220275.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAEVTnM{~VM|M|IoxaIV~VE1t7WAE2WBxaWB", "type": "image"}, {"id": 8220276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95e0061e-7fd1-4855-a013-7a4a43f39fd3/width=450/8220276.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPGk%h~W-:ay%M-:xuj[~VxuxuofIofkj[of", "type": "image"}, {"id": 8220279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cc5db8e-8598-4457-8169-4f4600bc3577/width=450/8220279.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UTI#GZ~VM{IV_2-:RjRk~Vxtj[t6M|Rjayof", "type": "image"}, {"id": 8220278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5214d009-5324-47fb-ae0a-112a4bd56748/width=450/8220278.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNI4|jM{01-:~WRjD*%2~pM{oet7RkRkj[of", "type": "image"}, {"id": 8220280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dae0209a-718f-4410-994b-8141801e4814/width=450/8220280.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKIEkRWB4o?a_2WB9G%L~pf6RjR*IoofWBWB", "type": "image"}, {"id": 8220412, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26b2530b-3ef7-4549-bbe2-30024ac22bc5/width=450/8220412.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UaJ@zY_2xtxutRxua|oe~W%LxaRkM|t7WBRj", "type": "image"}, {"id": 8220411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84a6a66d-6321-426e-b16a-067d98e4d53a/width=450/8220411.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJGuXZ9G%2~W_2IUM{-;~pRjRj-:Rkj@WBt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/398764", "modelId": 356723} \ No newline at end of file diff --git a/datasets/metadata/398767.json b/datasets/metadata/398767.json new file mode 100644 index 0000000000000000000000000000000000000000..01f4e6e0ad09c2b40966dbc79a0a6e8f6a32f944 --- /dev/null +++ b/datasets/metadata/398767.json @@ -0,0 +1 @@ +{"id": 398767, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-18T17:13:23.958Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 252, "ratingCount": 0, "rating": 0, "thumbsUpCount": 45, "thumbsDownCount": 0}, "files": [{"id": 321589, "sizeKB": 22243.41796875, "name": "Kisaragi_Chitose_SRWV-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-18T17:15:39.508Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1C5E8CB4", "AutoV2": "1F67AFB7C9", "SHA256": "1F67AFB7C9BC480EC8262744ED3BD9A524C0E144AB8013DD05CDBA33750A48D8", "CRC32": "1442BC86", "BLAKE3": "6986CDC6B8D72205C51A162B9D681897ED5EDAF944B922170337EDF2EF608073", "AutoV3": "05F1E2184636"}, "downloadUrl": "https://civitai.com/api/download/models/398767", "primary": true}, {"id": 321590, "sizeKB": 40093.7275390625, "name": "Kisaragi_Chitose_SRWV.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-18T17:15:42.120Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E5C1C3CB", "AutoV2": "46F6F983ED", "SHA256": "46F6F983ED1973087F60965F837E250855B606C94AD15BFD32D725D56FEA0968", "CRC32": "9646A872", "BLAKE3": "6E843367B23ACEF76829D6B80270134788E50781C6027ED2B8EA33BCA0004831"}, "downloadUrl": "https://civitai.com/api/download/models/398767?type=Training%20Data"}], "images": [{"id": 8167867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/623daa89-3ff3-41f8-83b6-5be67b7a5f86/width=450/8167867.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UmO:eIt7~qxax]WV%gt7Rjf6jFj[o1aet6of", "type": "image"}, {"id": 8167868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd4f2ab3-b8e6-4181-a9dc-0928c63553aa/width=450/8167868.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UmO:eJt7~qxax]WV%gt7Rjf6jFj[o0aet6of", "type": "image"}, {"id": 8168054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3132665b-0c2c-43e1-9597-7d65603bbe85/width=450/8168054.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPNTRP^+_N?c?vtR.8.89Z%MIB%Mj]E1V@jF", "type": "image"}, {"id": 8168486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccc6da99-8f8a-464f-9b72-a40be905913d/width=450/8168486.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UALDMo}?~69GHq^O?I-800s+02pH0;Emrpbb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/398767", "modelId": 356724} \ No newline at end of file diff --git a/datasets/metadata/398775.json b/datasets/metadata/398775.json new file mode 100644 index 0000000000000000000000000000000000000000..d75e3e9508fe69b07a2635a65588558c1ab12474 --- /dev/null +++ b/datasets/metadata/398775.json @@ -0,0 +1 @@ +{"id": 398775, "index": 1, "name": "SD", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-18T19:14:30.198Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 180, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 321602, "sizeKB": 5277.931640625, "name": "398775_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-18T17:21:33.260Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "149CDDFE", "AutoV2": "4C248A774D", "SHA256": "4C248A774D678937A2D9EEA011DC6FE864D7B3087EF1203A27F9F3B73B826C19", "CRC32": "A3A26ED3", "BLAKE3": "99EE039B0E6197A1EBE7141C619D88C40B5B4CF8E0D02D960D1E26AE91C6DF8C"}, "downloadUrl": "https://civitai.com/api/download/models/398775?type=Training%20Data"}, {"id": 321759, "sizeKB": 36977.46875, "name": "lith_orwo_dokumentenpapier_weopta.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-18T19:15:37.926Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A7D9D248", "AutoV2": "BE7CAB1534", "SHA256": "BE7CAB1534E46DF826F96353052DC384E51B1AF977C4292A093572A2EC298DDF", "CRC32": "6004E0A1", "BLAKE3": "897706994948D7F53913B6E65264A02BC36E9DC9DCC365F6794FB193FBC63A01", "AutoV3": "64030D81B664"}, "downloadUrl": "https://civitai.com/api/download/models/398775", "primary": true}], "images": [{"id": 8172979, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21c5543c-efd3-4b9c-bcc1-ec982b98069d/width=450/8172979.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOHK|WxbWBWB~W%2oeofxaR*ay%2D%s:WBof", "type": "image"}, {"id": 8172978, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f79b0f7-9580-4571-ac97-207905d901db/width=450/8172978.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "URLWOyxa~VofNHt7xaWCxts:RjWCD*j[t6fQ", "type": "image"}, {"id": 8172980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cc21da4-d30c-46ad-8e5f-103155ae49f8/width=450/8172980.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UVKAc*%2%Lxa?Goft6fQ~VWVt6R*xtRjNGWB", "type": "image"}, {"id": 8172982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0077d611-f8d8-4eb0-9bb2-a961e535d2a4/width=450/8172982.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UMLy}?%2?at6%2WBxZWC~VoeRjofofj[WCj[", "type": "image"}, {"id": 8172981, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/406d8d58-bc45-4298-b5ef-70143f4c6ab4/width=450/8172981.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAHnmRxa4o%2IVNGxtf6~Wt6WBWB?at7IVay", "type": "image"}, {"id": 8172983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13e1f730-13da-48e5-89cc-6f22cf2bb5ca/width=450/8172983.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOKwC3%L?Hxa-payofay~VWVofay-pWCWVWV", "type": "image"}, {"id": 8175783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07e97e10-d58c-4211-9cab-851a84ae4d5d/width=450/8175783.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U8DIwU~VD*WB4:D*xtt601jZWVay9axt%1WB", "type": "image"}, {"id": 8175785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00862fe1-3348-4237-ad2b-7912b1c17a5f/width=450/8175785.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U4C?7X0Mad^*9a%L^*WC=_E1~V?G%2ayt6bH", "type": "image"}, {"id": 8175786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/881c313b-2ec6-4131-af86-de00fd951fdc/width=450/8175786.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJG*vXxu4.ay-pofE1Rk~Vs:Rjf6-pa|xaoL", "type": "image"}, {"id": 8175836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4534a7cb-97c4-47d7-ad3b-4645be2d0b54/width=450/8175836.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U5ATA#xu00M{9Gof%Mof00Rj^+%M~Wof9ZM{", "type": "image"}, {"id": 8175784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75db9234-632d-4920-8c2d-9128cca42767/width=450/8175784.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UVH_A5s:Rjof~VxaRkbH^*t6oLofWCR*R*of", "type": "image"}, {"id": 8175787, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1752e81-f9e6-4fa6-b3b3-6a10f34cbf89/width=450/8175787.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHELpa%L%La#ayR*xaay~Vxtt6WCxts:j[WC", "type": "image"}, {"id": 8175790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/224dcbc8-9054-4f73-a478-9619ad5b33e5/width=450/8175790.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UWG*$qs:D*ay~Wj[M|WC^+j[s:oexaayxaof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/398775", "modelId": 356732} \ No newline at end of file diff --git a/datasets/metadata/398784.json b/datasets/metadata/398784.json new file mode 100644 index 0000000000000000000000000000000000000000..7d57c3f0191ad56cdcd995e698c3dabb74b56164 --- /dev/null +++ b/datasets/metadata/398784.json @@ -0,0 +1 @@ +{"id": 398784, "index": 2, "name": "SD", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-18T19:12:51.614Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 121, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 321608, "sizeKB": 1781.86328125, "name": "398784_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-18T17:25:41.456Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "D03F1B75A8", "SHA256": "D03F1B75A86A41120F41CED19284B40F704BC4DB1837D7A7A866FAFE1E01AC13", "CRC32": "1F48F222", "BLAKE3": "444A6DE64274CEC8362B0459E0E65DA85721E685795AF51D40D6254202DC41A8"}, "downloadUrl": "https://civitai.com/api/download/models/398784?type=Training%20Data"}, {"id": 321754, "sizeKB": 36977.5390625, "name": "lith_argenta_BH119w_hart.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-18T19:16:13.170Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "692CE5E3", "AutoV2": "C9BDEFA398", "SHA256": "C9BDEFA3984594E521AA7641BC0544C11822FC16C6DC7FE23C0EB7970438C282", "CRC32": "CA5F54D8", "BLAKE3": "BAA29FA8626EEA1598661CA593842F13C3095BB8DDCE9F0BAF3D8FAAEC198C53", "AutoV3": "DF8FC870174E"}, "downloadUrl": "https://civitai.com/api/download/models/398784", "primary": true}], "images": [{"id": 8173543, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4b6a82b-285f-4cac-9740-5363bff70f71/width=450/8173543.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULI;Fp~Vxtf6?GNG%LR*?GWWt7s:-oE2oft7", "type": "image"}, {"id": 8173544, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a77bc1e8-f3c8-4c34-a553-032dad46cfa1/width=450/8173544.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UKJ7K[%2-p%2~VNG%2t6xus:xts:%2t6NGNG", "type": "image"}, {"id": 8173545, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bc5c33c-e661-4a89-81a9-8b8d6d4d3d28/width=450/8173545.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UYKc|Y%L-pj[~Vof%2ofNaNGoKs:-:oLR*WB", "type": "image"}, {"id": 8173580, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03740374-fade-46a7-a07f-660d62fb6d07/width=450/8173580.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHI|tA?Gof%1~UNG-ot6?HxaNGNGofWVIpof", "type": "image"}, {"id": 8173581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c2c4321-767f-4781-ad09-11eda768b924/width=450/8173581.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEINX9~VRj~V^*-pxuay%2ofj[E2^*M|Ipof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/398784", "modelId": 356742} \ No newline at end of file diff --git a/datasets/metadata/399210.json b/datasets/metadata/399210.json new file mode 100644 index 0000000000000000000000000000000000000000..81c3de29b2bc02e61694d7d751f8cf7152d78883 --- /dev/null +++ b/datasets/metadata/399210.json @@ -0,0 +1 @@ +{"id": 399210, "index": 0, "name": "Johanna", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-19T03:19:01.444Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 66, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 322019, "sizeKB": 2492.93359375, "name": "399210_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-18T23:21:10.460Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "58A16B44", "AutoV2": "78EB7621A9", "SHA256": "78EB7621A9D83FA6621663E769982D21288CF5434655AEE8BDB307A104F3808B", "CRC32": "E86F44AF", "BLAKE3": "36B15C9EC1B35B0136E9F458F1D31744E60F9CCAE74F660F73095EDAF4DA26C8"}, "downloadUrl": "https://civitai.com/api/download/models/399210?type=Training%20Data"}, {"id": 322272, "sizeKB": 223100.81640625, "name": "Johanna-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-19T03:10:47.290Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E2A6E8D9", "AutoV2": "03099C14C0", "SHA256": "03099C14C07550C67A75D34D3D6AB6EF552BF4EDB74A8EA911645032DC00A801", "CRC32": "8F73670F", "BLAKE3": "F326A71D09C032B017E275BC2CA6E84246EA98847D93FF5D4C133E232C18D078", "AutoV3": "0C4D0404D7D1"}, "downloadUrl": "https://civitai.com/api/download/models/399210", "primary": true}], "images": [{"id": 8190123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9fb0f83d-2a65-47b6-b4a4-2d8317a6929d/width=450/8190123.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UPI4t:~pk=x]9YWBn#Rj4:xDxaV@%g_3x]%M", "type": "image"}, {"id": 8190124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d620d7d-a74b-4985-93d3-6fa143dbbb42/width=450/8190124.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UDECXR%K00oe_JoyIVjF~Tag58js-.oLRkNG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/399210", "modelId": 357136} \ No newline at end of file diff --git a/datasets/metadata/399508.json b/datasets/metadata/399508.json new file mode 100644 index 0000000000000000000000000000000000000000..8b91a354774c4b8843428b124c4546bce79bec1a --- /dev/null +++ b/datasets/metadata/399508.json @@ -0,0 +1 @@ +{"id": 399508, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-19T03:02:40.421Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 237, "ratingCount": 0, "rating": 0, "thumbsUpCount": 46, "thumbsDownCount": 0}, "files": [{"id": 322265, "sizeKB": 22258.26953125, "name": "lamia_loveless_SRWOG-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-19T03:05:44.146Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "33DEF1B3", "AutoV2": "791F00E707", "SHA256": "791F00E707BC2E730E37D0C5F3A2480741F8918440E09E243C0ADE48F60AEE0E", "CRC32": "A5043B14", "BLAKE3": "95D46B29185B1EFCF2CFFF9A7448AFE8089A167778498F99F133F1D667CF7F9B", "AutoV3": "21F4FDEDD42A"}, "downloadUrl": "https://civitai.com/api/download/models/399508", "primary": true}, {"id": 322266, "sizeKB": 45481.28515625, "name": "lamia_loveless_SRWOG.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-19T03:05:51.229Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0D6D37D4", "AutoV2": "AF9FD27826", "SHA256": "AF9FD27826DE75A634CD286C4464FB7C28446ABBEAC634A0973B5593558610CD", "CRC32": "E2C9E5DF", "BLAKE3": "643CD845D0DDE2AED537D2993D670F5F1B5BE5EA1F7E52319700B44F2276900A"}, "downloadUrl": "https://civitai.com/api/download/models/399508?type=Training%20Data"}], "images": [{"id": 8189800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5cde24f-8cce-4985-9b0b-8ae8b09a88ce/width=450/8189800.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UvKL5Kof-qt7~Woftloftlaynkayt7ayxGj[", "type": "image"}, {"id": 8189799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3375b992-0f8b-470c-9667-148ffa0d8711/width=450/8189799.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UvKUl.of-qt7~Woftloftlaynkayt7ayxGj[", "type": "image"}, {"id": 8190322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebb62205-a04f-4e21-8dd0-03145a0cfbb7/width=450/8190322.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UiIqfe-:IUW=~V%LjGxtW.SM$kxtx]niM|NH", "type": "image"}, {"id": 8190567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e06642f3-c1e9-44fd-a4dc-d5999e1e2773/width=450/8190567.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UUKwzx9b?vtl~SsAD*aex:Nxt7g3FdNK%2Rj", "type": "image"}, {"id": 8190698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e14fb31d-bc43-4965-aeca-ae4cb4baa990/width=450/8190698.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UBI#4CMd00?]00E3m.-pM^-;_3VsFys:,pkC", "type": "image"}, {"id": 8190990, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce50d96a-dfe1-484a-a2f6-73cf9f3f1be7/width=450/8190990.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UhK,pktRRQRk~WxasAaeNINb%2snI;j[oeRj", "type": "image"}, {"id": 8191650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f37bed0f-4b1e-41f9-9ae5-1656b6d9b1b1/width=450/8191650.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UPMi.m~pyB_L^~?HE3%Lxo9b=|t69@bqskV?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/399508", "modelId": 357405} \ No newline at end of file diff --git a/datasets/metadata/399580.json b/datasets/metadata/399580.json new file mode 100644 index 0000000000000000000000000000000000000000..43b7ef8d850b9fd557e1e083c8c0234194f18137 --- /dev/null +++ b/datasets/metadata/399580.json @@ -0,0 +1 @@ +{"id": 399580, "index": 4, "name": "Mejiro McQueen", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-19T04:16:20.454Z", "availability": "Public", "nsfwLevel": 7, "description": "", "trainedWords": ["mejiro mcqueen \\(umamusume\\)"], "stats": {"downloadCount": 375, "ratingCount": 0, "rating": 0, "thumbsUpCount": 48, "thumbsDownCount": 0}, "files": [{"id": 322325, "sizeKB": 4906.275390625, "name": "mcqueen.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-19T04:10:46.407Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C13A3FFF", "AutoV2": "EA84C837E8", "SHA256": "EA84C837E8C26B38EC1F6750F64D7219DA2DCDA4645DD8521C55B1F11497707A", "CRC32": "56F0A28E", "BLAKE3": "FE52DEC75A6E3597912D5C4EB9D635DDE65C51C208C28615AB95796B1E9B6245"}, "downloadUrl": "https://civitai.com/api/download/models/399580?type=Training%20Data"}, {"id": 322327, "sizeKB": 56078.66796875, "name": "mcqueen_pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-19T04:11:15.291Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5983CEA0", "AutoV2": "22D5C6523D", "SHA256": "22D5C6523D04FC33F86CCBF1772A7564B58EE88D2B3688E6CBCC58D698064379", "CRC32": "F5032ECE", "BLAKE3": "53D7E7FA5363C391C94B84EEFFACA577C52AA9F6056CE7513A019EF1FC8A3052", "AutoV3": "907011D08976"}, "downloadUrl": "https://civitai.com/api/download/models/399580", "primary": true}], "images": [{"id": 8191906, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d7fd2c3-4e8d-401a-9c9e-7b662f09b75a/width=450/8191906.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UPKT;,%K9Dxv~U%0ozs=itxu-=oL_3X9acWU", "type": "image"}, {"id": 8191946, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33408dd6-0098-493e-8892-57f72e13acb1/width=450/8191946.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UHF$OzITNtxc?]D$R+V{KPIA-pxa-qMxNHtR", "type": "image"}, {"id": 8191905, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81f3fffb-e1e9-44f2-af4c-19889cfc17a2/width=450/8191905.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UIKKTj9b9Yt1.89F%LIn4nM{%h9a~WRjRPsA", "type": "image"}, {"id": 8191903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69f5bde2-726f-4f3b-a627-86fdcddd9bd7/width=450/8191903.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "U4G[Wnx^00D%1+Io~URj00MxA3%N00%200tR", "type": "image"}, {"id": 8191904, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9967d8b0-5c68-483a-95a9-b2be1bc88e41/width=450/8191904.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UCJkJ^*00d#Q9up0kSNd5Q?u9HnOxA#QwHt5", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/399580", "modelId": 357471} \ No newline at end of file diff --git a/datasets/metadata/399666.json b/datasets/metadata/399666.json new file mode 100644 index 0000000000000000000000000000000000000000..15073cc3a648ba41814dd84a7ece5e7baf4d976b --- /dev/null +++ b/datasets/metadata/399666.json @@ -0,0 +1 @@ +{"id": 399666, "index": 0, "name": "Camille - League of Legends - Pony diffusion", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-19T06:48:47.864Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 183, "ratingCount": 0, "rating": 0, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 322409, "sizeKB": 1165.0888671875, "name": "399666_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-19T05:55:37.473Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "20CC9AF757", "SHA256": "20CC9AF7579DBFFD70252BDE4E9FB832E89E4FCB1B28DC4064E2088BC951BB82", "CRC32": "43ABACE6", "BLAKE3": "29D46478187EFA6E623D0D251E6F51AF15E1BFC97819DA0C6DA20509E52D6115"}, "downloadUrl": "https://civitai.com/api/download/models/399666?type=Training%20Data"}, {"id": 322463, "sizeKB": 223099.66015625, "name": "Camille_-_League_of_Legends_-_Pony_diffusion.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-19T06:50:45.325Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A758B384", "AutoV2": "09797CF77A", "SHA256": "09797CF77AFD0EE7BD3397BFEB0E82BD7FFA08D0186CAC0D2AC69A4D09A05546", "CRC32": "DBB39590", "BLAKE3": "23054F303391D9E4929D06E9F6EF237996B4544F7E35F01C1AC3033C0DDAEDB1", "AutoV3": "00BDBF31942C"}, "downloadUrl": "https://civitai.com/api/download/models/399666", "primary": true}], "images": [{"id": 8251472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4433c5ec-8448-4e37-8b83-cbac0bd5e042/width=450/8251472.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U4DlyW?a009FZ$RkE+NH01%L4ToL01R*~A-p", "type": "image"}, {"id": 8251720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbcfb9d9-5c57-45e0-b266-5c0bf517176a/width=450/8251720.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEBzIQn3?wtRRPWBWEWB00b^DOjX%goL%2t8", "type": "image"}, {"id": 8251469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0572e25-ee04-4957-9d01-56b10847c6e5/width=450/8251469.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U4ECk7?IIo9E_49u0KH@00%1Mc-;%#xtn3R+", "type": "image"}, {"id": 8251470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b9d0b69-b8b5-4afb-bebc-f7f37e972b54/width=450/8251470.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U3C?o,I9k7?w?I0000pI00xuMJ_29Zt8~W9E", "type": "image"}, {"id": 8251471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f91325db-03d2-4650-bef4-13405d221865/width=450/8251471.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAGR-h~p00xZBqjZwHWBo}IV4noftRR+IAkC", "type": "image"}, {"id": 8251721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f0a3749-bed6-4b06-b8b2-0222184a8038/width=450/8251721.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6Awbc_0uOD*-VoMM|bI00tSHr%M*Ioy%LWB", "type": "image"}, {"id": 8251718, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fdb03ae-5229-49dd-8c83-68a9b2cfbc67/width=450/8251718.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHD9h$~W%MM|M{E1ShWqE1RjIAspxv-;oJk9", "type": "image"}, {"id": 8251719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ce3a850-84c6-44f1-9556-9c4bdc280615/width=450/8251719.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9FO}y^M~qkX-=9aIVt70fx[DOsn_Naht7NH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/399666", "modelId": 357547} \ No newline at end of file diff --git a/datasets/metadata/399713.json b/datasets/metadata/399713.json new file mode 100644 index 0000000000000000000000000000000000000000..70757709234babd65459f55bf54cc75541f0599b --- /dev/null +++ b/datasets/metadata/399713.json @@ -0,0 +1 @@ +{"id": 399713, "index": 0, "name": "Rock Hard and Rigid Penis", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-19T10:25:19.574Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 305, "ratingCount": 0, "rating": 0, "thumbsUpCount": 38, "thumbsDownCount": 1}, "files": [{"id": 322673, "sizeKB": 36977.3671875, "name": "Rock_Hard_and_Rigid_Penis-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-19T10:25:44.202Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9A52571A", "AutoV2": "380B810342", "SHA256": "380B8103425D7298FF501E05CC5716656DF5F82675D7011688ECD2DF5FA9FC42", "CRC32": "14E7E7C5", "BLAKE3": "59E05C895DE0E071A1C59C27FE45E6B13848213650B597D2AEC5BAE1153155C6", "AutoV3": "650666B6F96D"}, "downloadUrl": "https://civitai.com/api/download/models/399713", "primary": true}, {"id": 322452, "sizeKB": 5288.58203125, "name": "399713_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-19T06:35:53.225Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A4546EA4", "AutoV2": "3F6475A479", "SHA256": "3F6475A479D10B3DA44D710EF1B09C82B228A870AB551A7B2831BA5F32417D3C", "CRC32": "B0D62844", "BLAKE3": "3B2C12EF9471AB9A0650F5B212DDD7A149008899A2CDD9A4E982DC699C4E2A7A"}, "downloadUrl": "https://civitai.com/api/download/models/399713?type=Training%20Data"}], "images": [{"id": 8203822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2dd2c9b-663e-46b6-910f-9e2e8d88c14c/width=450/8203822.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UAG7[E4.Mv?b01^j55xZJ:0xVr=}}_={-P%M", "type": "image"}, {"id": 8203821, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b60f79cc-5ce9-4135-8670-5ca490812a64/width=450/8203821.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UNF}H4WDMwj]O?M{E0a~bwNGaKoM}[xaNaxa", "type": "image"}, {"id": 8203823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2c99ce0-cf61-4574-845b-31c689e79dc4/width=450/8203823.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UEGtjM~C0yX8J{9s57%2#r-p%2Io0MIofgWC", "type": "image"}, {"id": 8203832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/295f6cc4-c197-41d1-9bed-c2ab2fab8842/width=450/8203832.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "U3BWDA5Q00?G1m-={]9Fb{=|0K9aDjD%yE~U", "type": "image"}, {"id": 8203835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/132b81ab-3196-4c5d-a28c-30b672e90a9c/width=450/8203835.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UJFqn6It-O$%0y5QNFS3-OsTogR*~CIoxaV[", "type": "image"}, {"id": 8203838, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d27b17cf-6101-4be5-88f1-78d1bfc24a62/width=450/8203838.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UGG8QHMw00%h0KxuR*Rjz:R+_NVsyDs:9YI:", "type": "image"}, {"id": 8233101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47a5803e-1729-4585-bd15-0f183baa0ddb/width=450/8233101.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "U8DvA$kF00^l5P%MVZM|55IT=xSL~qsAITS5", "type": "image"}, {"id": 8233116, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4dc7567e-55fc-4c6c-903d-8df9b2fbae24/width=450/8233116.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UEE-:,^65,J.F#D%-pR.~C].t7Eh^P^QElNY", "type": "image"}, {"id": 8233137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/576e48dd-dfe8-4aa5-be63-0e00d3d28ab3/width=450/8233137.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UAE_%B0M0K0#.S9a}sNa9[sAD%Iobeox00^+", "type": "image"}, {"id": 8233146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e5cdc28-b8e9-4e3b-ad97-6bd890dfa8a6/width=450/8233146.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UJG*HM?cEg^jBXtmxaNIAE57Rkof~p?HI;R%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/399713", "modelId": 357592} \ No newline at end of file diff --git a/datasets/metadata/399934.json b/datasets/metadata/399934.json new file mode 100644 index 0000000000000000000000000000000000000000..6d9eefabf0b7ba4acca80f87a6317d5b007b1183 --- /dev/null +++ b/datasets/metadata/399934.json @@ -0,0 +1 @@ +{"id": 399934, "index": 0, "name": "v2.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-19T10:25:03.323Z", "availability": "Public", "nsfwLevel": 15, "description": "final~
", "trainedWords": ["nagase kotono"], "stats": {"downloadCount": 183, "ratingCount": 0, "rating": 0, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 322657, "sizeKB": 28240.58203125, "name": "ktn.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-19T10:06:20.487Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "07B19EC4", "AutoV2": "962B0F1B0E", "SHA256": "962B0F1B0E30970234DDCB4E80BDF81457AC7594BCB3400D894B46A84B3D053B", "CRC32": "AC4FB837", "BLAKE3": "94EF3C220042E52809DBA8FA131791C3C34385C870ED7CCF126C3CB401E96EB4", "AutoV3": "9EE2B5838A6C"}, "downloadUrl": "https://civitai.com/api/download/models/399934", "primary": true}, {"id": 322654, "sizeKB": 4143.380859375, "name": "ktn.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-19T10:05:49.882Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A64B504C", "AutoV2": "D701CDA6A1", "SHA256": "D701CDA6A1BE480B80992DE369A5E0A16DFC782F85C30D348BA8D5F83CA31632", "CRC32": "CD0619C6", "BLAKE3": "8B3986B1A5B92F6C6BDB21E8E224C91F2AB38DFAD62BDC672678189A1C1D4ABD"}, "downloadUrl": "https://civitai.com/api/download/models/399934?type=Training%20Data"}], "images": [{"id": 8203208, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8c166a7-1375-4c50-9b2b-49472f7338bb/width=450/8203208.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UOFO+i~V-.WF?Axu%2oeaeNHxut7XAfQxaWB", "type": "image"}, {"id": 8203205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86f8c0cb-2424-4d1e-94d1-36e217a98367/width=450/8203205.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UGIOOxD%JR-;_ND$?axZMc4nNI9Z4;9ZIAR+", "type": "image"}, {"id": 8203204, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e9c6b21-8dde-4b1b-931e-c3da6004d665/width=450/8203204.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UFGlVJ4o55Rkys^+9G-nDjozaLt3^*D%$xxv", "type": "image"}, {"id": 8203207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f788afb-d12f-49b5-a6ff-678f57333c11/width=450/8203207.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UGHVe;%L2w8^B@M{Mxv|#R-;wHM{.T%#t6%2", "type": "image"}, {"id": 8203206, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49899c91-3222-4a3f-9e49-102c9aec274b/width=450/8203206.jpeg", "nsfwLevel": 8, "width": 1536, "height": 1536, "hash": "UPG8vE~WE2M{_2?bWAbb%Mxuxu%2_2x]bHn$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/399934", "modelId": 275236} \ No newline at end of file diff --git a/datasets/metadata/399978.json b/datasets/metadata/399978.json new file mode 100644 index 0000000000000000000000000000000000000000..e7c3b917f8aa214bac4c80ba5bf9b87b1c013be9 --- /dev/null +++ b/datasets/metadata/399978.json @@ -0,0 +1 @@ +{"id": 399978, "index": 0, "name": "niji 6 massive style", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-12T04:50:52.661Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["niji", "monochrome theme", "party theme", "sports theme"], "stats": {"downloadCount": 234, "ratingCount": 0, "rating": 0, "thumbsUpCount": 40, "thumbsDownCount": 0}, "files": [{"id": 338784, "sizeKB": 223116.79296875, "name": "niji_6_massive_style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-29T06:49:23.336Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3992E930", "AutoV2": "49839863DA", "SHA256": "49839863DA860BCF95FACA0CF2BEF093C31FB8BFB1D024C6E022B7259A3F26F2", "CRC32": "9C82AA64", "BLAKE3": "DD6F311428ED474CB28A47753EED4C2C8F5AE6D6AFBE38B49B5D710B2169488A", "AutoV3": "9F124CF5FD12"}, "downloadUrl": "https://civitai.com/api/download/models/399978", "primary": true}, {"id": 322714, "sizeKB": 143609.7568359375, "name": "399978_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-19T11:10:40.485Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E76AEA2B", "AutoV2": "9F7A34D430", "SHA256": "9F7A34D430986C477FFB898B12F5147192523A5BB874F985DCCB2F91F6884A1B", "CRC32": "9489F72B", "BLAKE3": "A4E0CAB7A88173A4306AB1D95F1C5196B02946A9E7DF59943318EE176E7A1486"}, "downloadUrl": "https://civitai.com/api/download/models/399978?type=Training%20Data"}], "images": [{"id": 9697385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba0338a6-ec33-42b5-a79a-7bca8cc7b2c2/width=450/9697385.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDBx_vNK}s%e~AE3JAbu?F9cxZWCF_V]b]w{", "type": "image"}, {"id": 9697384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82ab2a36-fd57-4c36-89ec-9a3971fbd415/width=450/9697384.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UFDS8Qo{]k?E~UtPR7RkW?s.rvM}0~M#NxR-", "type": "image"}, {"id": 9697387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d333fdad-2479-40c8-b0ec-126c52e32bdc/width=450/9697387.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U37-7+D*4:,[~CrYxZxa9F~BnP4:m+oeE1-p", "type": "image"}, {"id": 9697383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d77e6d1b-970a-4750-a16f-af7e1a82af78/width=450/9697383.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UgF{;jxG#:xa}YbHjaof#SR+r@o1RjR*jZae", "type": "image"}, {"id": 9697386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a51a9f61-09be-4adf-9e29-9d367163bc14/width=450/9697386.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UoGr0$OC,Eoe|_ODayj[;$Sgn%o1WCjtW;sA", "type": "image"}, {"id": 9697391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f9c6724-3b20-432d-856e-cb61332d7887/width=450/9697391.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UJAwVgtR?wNHMxo#9EM{jXohxuac9FMxogxt", "type": "image"}, {"id": 9697392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/051d998b-d3e7-4bb0-b473-e594d01b0c86/width=450/9697392.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UJC7EHIB?^xv$LITDgWUV=NGjYtSMxXUxbbw", "type": "image"}, {"id": 9697740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c60c3f85-f824-4a39-ac1c-b2130917e7e0/width=450/9697740.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UdCGltNLyGo$?dM_SkWFV?ekMyn$M_%IaKxt", "type": "image"}, {"id": 9698887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a32e8c7f-81c2-42c1-a6e9-fac88d8afa91/width=450/9698887.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UWEw%UxGELEg}sRkI:NcV[R+kCWVNdofs.WB", "type": "image"}, {"id": 9698880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c92bd8df-e39e-4dfe-846d-26b69cb7af48/width=450/9698880.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UXE_EP$~MyxD}qt3sC$%MyR+xtxZNxWqaeRk", "type": "image"}, {"id": 9698882, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d06e3dde-e0a3-4a8a-addf-a1489a9ad9aa/width=450/9698882.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U7C=r8~A4T9a~V$%01Ip^i$*9u575SjFEQRn", "type": "image"}, {"id": 9698881, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0cefb5ad-7562-43ad-895b-ebfba4ac14b0/width=450/9698881.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "ULI;Fq$cI^?a5uIUIoIq05M_t2EM.8xn~AaM", "type": "image"}, {"id": 9698953, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b936b93-7e3b-4482-8dc9-d80707f90bf3/width=450/9698953.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UfKA1T9H~9tP%LNG-n%0k8RkRlkBEMkB$%n$", "type": "image"}, {"id": 9698886, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2719711b-4115-43ad-a483-98d561edbf88/width=450/9698886.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U4IN8P001Qy?0Y^%00}-010Mhy03A0_1$*D%", "type": "image"}, {"id": 9699470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c51c8045-41ee-4204-9171-7fca3ae90713/width=450/9699470.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UmPZr%WB~q-;xut7t7WBofRjofxuxuWBRjt7", "type": "image"}, {"id": 9699567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16186e89-8daa-4bdc-ab49-e265bbcd2f81/width=450/9699567.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UjN^e;xu~q%M-;t7%MRjM{Rj%MayRjWBj[xu", "type": "image"}, {"id": 9795919, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3ea2f11-c7e7-4c84-a74f-cbab84e0df0b/width=450/9795919.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UKE{h99FKmg5.TITsEM~E1M_VsRPE0%Ljcep", "type": "image"}, {"id": 9796073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c9bbde8-38f8-4ab2-8c00-33bcf57fc11f/width=450/9796073.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UQGb-XIUD,.TyZs.IWohK5X9%2s8.7t7sEWF", "type": "image"}, {"id": 9799150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aff38804-b2d5-4051-86d7-8a4528cc43d1/width=450/9799150.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UZHxf|V@0hxt?ws:RkNypKt7w[M|-oxuRijY", "type": "image"}, {"id": 10079071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/317bf2bb-35ba-4878-8499-6d7bfafd2608/width=450/10079071.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1024, "hash": "UAGRP101%Lxv5YIoNa%201~UD*oKRjX9bb%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/399978", "modelId": 357838} \ No newline at end of file diff --git a/datasets/metadata/400118.json b/datasets/metadata/400118.json new file mode 100644 index 0000000000000000000000000000000000000000..cb962eb60fe2c488e80e53451151d3b10670f433 --- /dev/null +++ b/datasets/metadata/400118.json @@ -0,0 +1 @@ +{"id": 400118, "index": 0, "name": "AI robi", "baseModel": "SD 2.0", "baseModelType": null, "publishedAt": "2024-03-19T15:54:07.994Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 86, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 323085, "sizeKB": 36977.9296875, "name": "AI_robi.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-19T15:40:33.805Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "61698ECE", "AutoV2": "967AF021F2", "SHA256": "967AF021F2774C3105CAEE0599C8A27A7AEAB79F64C0F7D8CCAACA62B37BD14F", "CRC32": "171324A3", "BLAKE3": "8F360BEDBE22D60E544C24A030CFDD262C3AE39E58CF46DD6FAB60281662AFF0", "AutoV3": "52E79A68B008"}, "downloadUrl": "https://civitai.com/api/download/models/400118", "primary": true}, {"id": 322840, "sizeKB": 1270.3798828125, "name": "400118_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-19T12:50:46.538Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "3FA243BA5A", "SHA256": "3FA243BA5A783E5482DA79B68952B0EE465B525603F446ABAE6E532042C01C82", "CRC32": "ABDA10DD", "BLAKE3": "FEC313B800684CBE83D273C9CFE66B37B54C02D4E61BAE1096580F052037A8ED"}, "downloadUrl": "https://civitai.com/api/download/models/400118?type=Training%20Data"}], "images": [{"id": 8215767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c65a8f35-e063-43d3-86d8-67f784ad2b1c/width=450/8215767.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U49j.U_M009Z?^IUIU%MbcH?D%ofxuIAM{.8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/400118", "modelId": 357968} \ No newline at end of file diff --git a/datasets/metadata/400399.json b/datasets/metadata/400399.json new file mode 100644 index 0000000000000000000000000000000000000000..8a766eb9bef540696e470e18a922adc94c55678e --- /dev/null +++ b/datasets/metadata/400399.json @@ -0,0 +1 @@ +{"id": 400399, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-20T09:02:38.685Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["aoi"], "stats": {"downloadCount": 68, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 324428, "sizeKB": 62779.2421875, "name": "aoi.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-20T11:51:47.190Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8AE3C240", "AutoV2": "FD6615BC2B", "SHA256": "FD6615BC2BB5EE77C84B28A9B2B634E8F1393A293DB603FA7DEC9EB9088D20FB", "CRC32": "07AEF928", "BLAKE3": "DB065E92DBA5CE632F8ABEAD1F79F5C95BA9E882AB8E7FDDA533650B80B6A426"}, "downloadUrl": "https://civitai.com/api/download/models/400399?type=Training%20Data"}, {"id": 323072, "sizeKB": 223102.19921875, "name": "aoi-SDXL-v1.0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-19T15:32:01.015Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E437F534", "AutoV2": "67F51EF2C7", "SHA256": "67F51EF2C7869353918708144FD29AB9CB1454A90BC37F01BF8230937BF59985", "CRC32": "6FA8B2AC", "BLAKE3": "E1485230FD0205431561AE91657D4FB89837D340219A8EE381B3ADB9A1EB229D", "AutoV3": "E38ADDC4D40E"}, "downloadUrl": "https://civitai.com/api/download/models/400399", "primary": true}], "images": [{"id": 8214586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9fbffbc9-b672-4ce5-a5bb-c50fad287f7e/width=450/8214586.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UTK^]XD%yD?H0fe-tRWBNfNHafIp~Wa#o#t7", "type": "image"}, {"id": 8223071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/646a1087-7f75-4feb-adc4-12ff624cd484/width=450/8223071.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKK1n6~qkR%g4.tRofRk00R5IAsA?aadD%Io", "type": "image"}, {"id": 8223067, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3991b72b-343f-4004-844b-adc17bc829fa/width=450/8223067.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UYNJ|P4q_K^*JVaJtlj]S%xusCWA_2xuNHov", "type": "image"}, {"id": 8223074, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce91e253-1da5-4e43-bde1-4d98d5cadc46/width=450/8223074.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UjM7iki^~o%g5Ue-X9R+EMoJVrxa-;jtM{s,", "type": "image"}, {"id": 8223077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e57f0dee-49e7-4534-9888-6b529d68cf84/width=450/8223077.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UNJ*o39E~p_302n$I@E29an#e.s:^ij]K7s.", "type": "image"}, {"id": 8223076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5378c652-4031-4cf4-bff1-548edad4f709/width=450/8223076.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UmL;jcD*~o-:IqM_IqWWD*RPogRQNfM|s.WC", "type": "image"}, {"id": 8214588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aec7313b-9c70-48e6-80d9-5a6efbccc7a0/width=450/8214588.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UNK1tP_4?uOt0gxuTL-;RQeS-VxG?wjXj]Ip", "type": "image"}, {"id": 8214753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ada87717-697a-4f37-b0ea-d29f51b5325c/width=450/8214753.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOMjj+9F~o~U57VrT0NG56M{WBRO%hWBNGt6", "type": "image"}, {"id": 8214754, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74155ae6-1878-453a-9dad-a422684882e0/width=450/8214754.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UkLNla.8~VNIS1t8I?tRE2xtadt7-;t7M{WB", "type": "image"}, {"id": 8214755, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76440195-0d96-4e5d-aa5a-f82491ee5dd7/width=450/8214755.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UZM%l{D*~o?a9tjDx]bIE1Rit6V@x]WVV@t6", "type": "image"}, {"id": 8223065, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/915032f1-acea-49a6-b2df-c23f6036ac66/width=450/8223065.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UQJRUFI=?^?b0Lt6s;bco~WCxuWA_3R*XTR*", "type": "image"}, {"id": 8223066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dce86486-f9c9-4464-9f0a-83f2db1032b8/width=450/8223066.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UgLX7E^*.8NL9cR*tStRx]s*adxu~VRjXSNH", "type": "image"}, {"id": 8223068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b7a02aa-15e7-49b6-a484-762d0c263268/width=450/8223068.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UTMtBu01_K?bEMIoE7NMOGf,jHWC~pWGI;t6", "type": "image"}, {"id": 8223073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c839ad26-5578-4de0-9555-ff5bd52645a6/width=450/8223073.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UVJa=#%NX5~q4:xuo}Nb9ZM{xFV[xst7xut7", "type": "image"}, {"id": 8223070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9c4ecec-4312-4fd6-a7e2-7c939aec341f/width=450/8223070.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEI5DI9HK%%000IUDis:0KIV^+E0~A?ayDoz", "type": "image"}, {"id": 8223072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c073323-8248-412e-919b-ed14445849c7/width=450/8223072.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UlLEB2t8~oRkIof+tlj[9GR+afbFOZkDj@R,", "type": "image"}, {"id": 8223069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71f158fd-d25e-491d-adef-f4fc38418a62/width=450/8223069.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UiMQ*QIU~o-:IpE1I[WY9aRjWCWXEOjYs.a#", "type": "image"}, {"id": 8223075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80979b0f-0c69-4366-92d9-aec65cff0286/width=450/8223075.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UWKUKEMx~o_2E+r=XAWX9at7V?s:%Nt7Rj%1", "type": "image"}, {"id": 8223078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e4f31a9-18d3-4bd9-a4e0-9689b658b26a/width=450/8223078.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMIr1}00~o9GIUs,Nfs.01xs=|sU%hRQofxa", "type": "image"}, {"id": 8214587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9b1f3f0-87a6-406d-a3c1-c816ff6c4aad/width=450/8214587.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UNK^]W_M?uER0LOFtl-qNe-TxG%2~qxZt8R:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/400399", "modelId": 358213} \ No newline at end of file diff --git a/datasets/metadata/40050.json b/datasets/metadata/40050.json new file mode 100644 index 0000000000000000000000000000000000000000..e6832ebd6dace60b2fea34bb5416a6b3ad1c3366 --- /dev/null +++ b/datasets/metadata/40050.json @@ -0,0 +1 @@ +{"id": 40050, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-08T14:59:46.678Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["SetsunaMeiou", "hair_bun"], "stats": {"downloadCount": 640, "ratingCount": 105, "rating": 4.98, "thumbsUpCount": 107, "thumbsDownCount": 0}, "files": [{"id": 31077, "sizeKB": 80744.224609375, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-08T14:21:42.954Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "402FE82D", "AutoV2": "E72E2EA83F", "SHA256": "E72E2EA83FF5F96098DEB48740407E7A29F0DCC0E3C63F9B9A0B6CFB7241C243", "CRC32": "2F96606B", "BLAKE3": "53D00F5E05D0E12E5751D98B469ECFAD28F50B3286C00998339EAC9AE5EE10E6"}, "downloadUrl": "https://civitai.com/api/download/models/40050?type=Training%20Data"}, {"id": 31079, "sizeKB": 73846.1494140625, "name": "SetsunaMeiou.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-08T14:21:47.441Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9658E6B9", "AutoV2": "9D42AC3BF6", "SHA256": "9D42AC3BF66BC82E25B82D10CB36AA7BA8234C66B08FCC31FCA16F43D1912E9A", "CRC32": "E6360562", "BLAKE3": "D56AC80633C84AD275F4F84FB96FFABDE5FE853EB9A2D9B7DEFDB2F3E84D887A", "AutoV3": "E3AFCFC87612"}, "downloadUrl": "https://civitai.com/api/download/models/40050", "primary": true}], "images": [{"id": 443307, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31f65295-21eb-4ec6-ade8-ab9674ead400/width=450/443307.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UMJHBQ05IRIq~O9c~Unh-NnhXos+ODV?sC%M", "type": "image"}, {"id": 443312, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a83aedd9-2a6c-41b3-9b65-8436e6d2ef00/width=450/443312.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UFJavC0057cE.m9Z~CivVWMxI]X7KQD%rC%M", "type": "image"}, {"id": 443314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/065e8e00-370d-4eb6-bafc-bdd83cf48600/width=450/443314.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPK1ORRRSStP~qog~VoM?HRj-?xuOZt6%2Rj", "type": "image"}, {"id": 443326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/292ffeef-9d37-4a7a-75d7-76d4fbcaad00/width=450/443326.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQKA_,VaSsIp~kkl^%$e^t-Nxvo~9sx@-paM", "type": "image"}, {"id": 443335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3de60d3-70f4-4604-cf97-2d20b5c9dc00/width=450/443335.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UgLEf[%N?^t6x@V@s;V[o{M{%NRjx^t7RPkC", "type": "image"}, {"id": 443353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15651e79-da9b-48da-badf-66b54fd81000/width=450/443353.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UTG[Zm~pEe%M9uRk%1t6IAWBbxfk57RjxER*", "type": "image"}, {"id": 443349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4efad79a-9e44-4b0e-9b5b-40b34152b000/width=450/443349.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHGu,e0K0eMJ.lM_?bNGISM_?coglANF={D*", "type": "image"}, {"id": 443350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24ada4e2-916c-43c8-5251-1aea0c664c00/width=450/443350.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U8F=p-rq00oz00OG~WxB00%2%hX51kIo+st7", "type": "image"}, {"id": 443354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71f486d1-dd62-42bf-6840-a6c7412a6500/width=450/443354.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UXMHMo~q*0t8_3xa^*Rj?HD%x^RPM|NGxFtR", "type": "image"}, {"id": 443383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61403e59-a964-420f-9b1f-35305d1dc000/width=450/443383.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "ULI5JJo3N;xt%dof?coz-noc?bWB.Tf,VYRP", "type": "image"}, {"id": 443398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3b93c90-ba31-4ff4-b003-4a779ddbf500/width=450/443398.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHIhd2xuM]Vroqxt?vogNDIo_3IV?wj]9ERj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/40050", "modelId": 33760} \ No newline at end of file diff --git a/datasets/metadata/400556.json b/datasets/metadata/400556.json new file mode 100644 index 0000000000000000000000000000000000000000..56cc5a414f3cd0e0c102071dc7379d68558d239d --- /dev/null +++ b/datasets/metadata/400556.json @@ -0,0 +1 @@ +{"id": 400556, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-19T17:17:02.958Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["s4shagXL"], "stats": {"downloadCount": 327, "ratingCount": 0, "rating": 0, "thumbsUpCount": 30, "thumbsDownCount": 0}, "files": [{"id": 323248, "sizeKB": 16727.9326171875, "name": "s4shagXL.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-19T17:40:52.335Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "45C0ED47", "AutoV2": "28131F4B36", "SHA256": "28131F4B3602B0C0B9EA8044EE3723F9175E1572ACB88F2EAB92AC226DDEA6A6", "CRC32": "DCB9875B", "BLAKE3": "02A20830385608D30AFF00EA846C336C77B443879AAE2869C75752A075A79DA5"}, "downloadUrl": "https://civitai.com/api/download/models/400556?type=Training%20Data"}, {"id": 323207, "sizeKB": 176971.3203125, "name": "s4shagXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-19T17:20:43.139Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "00AF2B06", "AutoV2": "E4649273CB", "SHA256": "E4649273CB5BE2630CE65284B42F3B728B9877E79C9B87A046BBC5B52294075A", "CRC32": "A89DA9C1", "BLAKE3": "FFB9F278F2C921EA389C552A5687E8E64DE7098C09829402EC4FA189EBD33CA5", "AutoV3": "00ECDF0E282C"}, "downloadUrl": "https://civitai.com/api/download/models/400556", "primary": true}], "images": [{"id": 8220223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72b64758-967f-4464-8f64-f617459cbdd0/width=450/8220223.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "ULIECH=XKiS}_1Sxrp-;~p%1-Q%M.7ac$$kX", "type": "image"}, {"id": 8220224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d97225c-8237-408a-95a8-c668d3776d0b/width=450/8220224.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "ULDlWgIU9Zxu~BRjIoxupJkCD%ozo~M|M|tR", "type": "image"}, {"id": 8220225, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d190555d-1b9c-4eb6-99b7-8cc1cae85826/width=450/8220225.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UUH-x,V@kqNH=qMwW:o#_NV@xFa#-oRPofbb", "type": "image"}, {"id": 8220226, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7e6b570-1217-41f4-8498-7480d8419047/width=450/8220226.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UIH1*-^hIStRE0RO?H.8u6o}IAxbEPM{Di?H", "type": "image"}, {"id": 8220227, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a6bb1fa-5b8a-4da8-b161-1f15a6f9c485/width=450/8220227.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UVG[G~j[X7W;_2RPWAxu~qbHaKoL.8jYe.R*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/400556", "modelId": 358352} \ No newline at end of file diff --git a/datasets/metadata/400727.json b/datasets/metadata/400727.json new file mode 100644 index 0000000000000000000000000000000000000000..b61069d553a384d213cc68e0113c2fa051347eee --- /dev/null +++ b/datasets/metadata/400727.json @@ -0,0 +1 @@ +{"id": 400727, "index": 0, "name": "Rae (Autism Mix / Pony)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-19T19:11:21.755Z", "availability": "Public", "nsfwLevel": 17, "description": "", "trainedWords": [], "stats": {"downloadCount": 134, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 323476, "sizeKB": 32385.9287109375, "name": "GinjaNinjaOwO Dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-19T21:05:48.168Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D8FC6C1E", "AutoV2": "F5986827EE", "SHA256": "F5986827EE3EE753594E8BA53BAF878D41DC8F052BD5E4CB519B81A88D9D54E7", "CRC32": "C0EBFBB0", "BLAKE3": "CB2CB9585FC7F98B049EA7E935BDFF811A9B761FB596D98AFBDC1D94F1439D51"}, "downloadUrl": "https://civitai.com/api/download/models/400727?type=Training%20Data"}, {"id": 323352, "sizeKB": 167428.84765625, "name": "GinjaNinjaOwO (Autism SDXL).safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-19T19:07:21.210Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "579E66BB", "AutoV2": "CFF7878D7D", "SHA256": "CFF7878D7D10CB827E7C954054485CA72B6425E41E634AB97D29FEB35D4D1BF5", "CRC32": "BC05640B", "BLAKE3": "DA2DDC4E5AE5B6CEBBAFA76EDEAFAF9B0B17885E3ACCA3C3B2B97114FBB7CAAB", "AutoV3": "85A74432D7A9"}, "downloadUrl": "https://civitai.com/api/download/models/400727", "primary": true}], "images": [{"id": 8224277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec5219a1-a156-4bca-bc65-161a44131176/width=450/8224277.jpeg", "nsfwLevel": 1, "width": 1088, "height": 1536, "hash": "UTL{Pgi{PCaflVNITyW?5rWCxaWVnmkCMxj[", "type": "image"}, {"id": 8224276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae1f0459-5e52-4204-ae2b-ca56d93e7911/width=450/8224276.jpeg", "nsfwLevel": 1, "width": 1088, "height": 1536, "hash": "UPIXBmng2^xvo|ngE0OXu6aJXmozRoaK,[oe", "type": "image"}, {"id": 8224275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/813743fa-94f2-42bc-b6bc-bbca18e7824a/width=450/8224275.jpeg", "nsfwLevel": 1, "width": 1088, "height": 1536, "hash": "UHKTfF~V2w0et8DhPU_3ics9I9oebD%MMwJS", "type": "image"}, {"id": 8224279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8566bd88-f329-4cae-87ca-3ba53fd4408d/width=450/8224279.jpeg", "nsfwLevel": 1, "width": 1088, "height": 1536, "hash": "UMM~O%?v?H$%^k%MNGIn~WoJ9sni9uI:wcxH", "type": "image"}, {"id": 8224274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb9fe719-656f-4620-9134-0314dbae5abe/width=450/8224274.jpeg", "nsfwLevel": 16, "width": 1088, "height": 1536, "hash": "UQOK}Or?.9S1_NtR%#%MtljF%MR*-oV@NGWA", "type": "image"}, {"id": 8224448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9f72230-30f8-4de5-90d9-0aabc1257ab5/width=450/8224448.jpeg", "nsfwLevel": 16, "width": 1088, "height": 1536, "hash": "UFOeJM-WG1-WM{ju=wjY5aWrtPW;nWo0AEo0", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/400727", "modelId": 358513} \ No newline at end of file diff --git a/datasets/metadata/400728.json b/datasets/metadata/400728.json new file mode 100644 index 0000000000000000000000000000000000000000..9f076aa3bb0b6326eff255589c481df445096a18 --- /dev/null +++ b/datasets/metadata/400728.json @@ -0,0 +1 @@ +{"id": 400728, "index": 0, "name": "v3.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-19T19:26:38.252Z", "availability": "Public", "nsfwLevel": 15, "description": "Other outfits are much more flexible, art style might also be more flexible
", "trainedWords": ["serana"], "stats": {"downloadCount": 324, "ratingCount": 0, "rating": 0, "thumbsUpCount": 53, "thumbsDownCount": 0}, "files": [{"id": 429473, "sizeKB": 49656.185546875, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T10:31:01.975Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E8D21CD0", "AutoV2": "D6B65B509C", "SHA256": "D6B65B509C32F5BC24442F25CF94DB305F17A306947E2DD626BFBC2B85AAC204", "CRC32": "70B44EC8", "BLAKE3": "9454058B5FBCBAB9A4A5B658094BC153D246DD325644A5C667CE1369ABDF0D54"}, "downloadUrl": "https://civitai.com/api/download/models/400728?type=Training%20Data"}, {"id": 323353, "sizeKB": 36978.609375, "name": "SeranaaaaV3.5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-19T19:07:21.115Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DECE83F5", "AutoV2": "B361FAF6A4", "SHA256": "B361FAF6A4E2696BE30ED680713FB19EEDA1832F1A59209E2085C493F1AD20B8", "CRC32": "8A17BC1B", "BLAKE3": "AE52E6B2E68F559F5EFCC702AA1006EC7AE3A453F701893BA9A1B01FA987DE13", "AutoV3": "DEE1362A7E4F"}, "downloadUrl": "https://civitai.com/api/download/models/400728", "primary": true}], "images": [{"id": 8224610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/754b54c9-4f9e-4047-9b9d-9c922817199f/width=450/8224610.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UAE.9B00%fD%tR00~pIV?uM{t8579bxYn+xt", "type": "image"}, {"id": 8224271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cccc0d2f-0136-4e69-9d34-815bc5e132bd/width=450/8224271.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U8HUUz-;00IB7KEM_3-o01jF}@RjOFWB4.xt", "type": "image"}, {"id": 8224267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a702a84b-0115-4aa8-a9e6-f1777d46f9bd/width=450/8224267.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9A0dv~WkW?bV?4.004.?a?as;oz-:RjIVRj", "type": "image"}, {"id": 8224270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58d9c620-087a-4ea3-88a8-fb3613db34a1/width=450/8224270.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UDF}7j0#9b%1ACM}t5Rk029]~AE2~Bs.%1WF", "type": "image"}, {"id": 8224269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9161725-d367-4ca4-b043-9b86a0c2bdee/width=450/8224269.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "URL41%_3b^~p?axt-pV@MxD%i_Mx?Gt7ozxt", "type": "image"}, {"id": 8224273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5f731cb-0367-45cc-95c7-ce767c83300b/width=450/8224273.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "USFq,fWCV?xZ~VR*baofEMae-pt7R*WV%1s:", "type": "image"}, {"id": 8224808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/817259f3-07a4-4d5f-bc23-0d949fe870ab/width=450/8224808.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UTID~[~VIo?GIUxa-oxa0KMxRjRj?HjFM{WA", "type": "image"}, {"id": 8224272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db09a1b4-48ca-44e6-9006-13e7619183c2/width=450/8224272.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U5B:1]009X~V9aR*xtIo0L?GD+%LS[oM~VIo", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/400728", "modelId": 94805} \ No newline at end of file diff --git a/datasets/metadata/400851.json b/datasets/metadata/400851.json new file mode 100644 index 0000000000000000000000000000000000000000..fcf3f0e2f385d9598ab35e8244a0470796853e9e --- /dev/null +++ b/datasets/metadata/400851.json @@ -0,0 +1 @@ +{"id": 400851, "index": 2, "name": "v2.0 ponyxl", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-19T21:45:14.567Z", "availability": "Public", "nsfwLevel": 7, "description": "First, it was trained with onetrainer and masked training. Dataset also included group pictures and monochrome illustrations.
About prompting:
liselotte
should be enough for the character herself. Might need blue hair, blue eyes
(probably due to a lot of monochrome images in dataset now) and sidelocks
Her usual dress is pruned conveniently into default outfit
. Might need to specify hair bow, black skirt
for more consistency.
If you don't want hair bow
, put it in negatives.
a very dark skins womans 1.0
", "trainedWords": [], "stats": {"downloadCount": 68, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 324389, "sizeKB": 223102.99609375, "name": "deep_dark_skin.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-20T11:26:19.393Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "722EB91F", "AutoV2": "4200FD5359", "SHA256": "4200FD53590012071777B00E16E1A7934BD51B30B344D80E94F4CC49F01AA1B9", "CRC32": "96435608", "BLAKE3": "2DAEF94A1B941E8361EBC404BA32A8A97F2007DB45C275D0F4AEFDD4EABA81F6", "AutoV3": "F2E7C2B37930"}, "downloadUrl": "https://civitai.com/api/download/models/401660", "primary": true}, {"id": 324232, "sizeKB": 22948.3505859375, "name": "401660_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-20T08:45:42.173Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F61A4154", "AutoV2": "8B99656AB4", "SHA256": "8B99656AB43F6D3022C2BA4E0EEFF06406A48B09E6361653B1BF35583CCA2884", "CRC32": "40E0ABDC", "BLAKE3": "0ADC7D327B16202EFE8A8FC5E690A36837AF3C72A2902A0D39A821190F5832FD"}, "downloadUrl": "https://civitai.com/api/download/models/401660?type=Training%20Data"}], "images": [{"id": 8260016, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a6a9695-fc1b-462e-93f6-0469aef0a6bb/width=450/8260016.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UlL4jM9Fxtx]~pWCxuxuIUx]RjV@-;oeM{M{", "type": "image"}, {"id": 8271305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4ca1d7a-6e6d-49da-9d61-96e0e061bfda/width=450/8271305.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1920, "hash": "UCE{5]IoTK0LM{D%WCIV_Nxa%2oe9FIUs.j[", "type": "image"}, {"id": 8271302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26b94e34-15d5-4f72-a1c5-3373c38d99f2/width=450/8271302.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1920, "hash": "UCE{5]IoTK0LM{D%WCIV_Nxa%2oe9FIUs.j[", "type": "image"}, {"id": 8271301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb7e04f9-ab91-47eb-9bef-728939269001/width=450/8271301.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1920, "hash": "UAF5ja0KY5tlIV9FR+f5.m9FMxxa0LWWxGWB", "type": "image"}, {"id": 8271304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47d7f2da-0ab0-4ce8-8a26-768f205c10b7/width=450/8271304.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1920, "hash": "U6D93TtQ1M%2$*xZkqRj.mRj}@Rk00Io^*n$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/401660", "modelId": 359376} \ No newline at end of file diff --git a/datasets/metadata/401723.json b/datasets/metadata/401723.json new file mode 100644 index 0000000000000000000000000000000000000000..92ed6182a3be2576880d4d23604ee085a2260e62 --- /dev/null +++ b/datasets/metadata/401723.json @@ -0,0 +1 @@ +{"id": 401723, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-20T09:53:23.431Z", "availability": "Public", "nsfwLevel": 13, "description": "desuwa~
", "trainedWords": ["narumiya suzu", "hair bow"], "stats": {"downloadCount": 268, "ratingCount": 0, "rating": 0, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 324292, "sizeKB": 28240.31640625, "name": "suz.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-20T09:55:43.584Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "739D8EA3", "AutoV2": "420A01DD00", "SHA256": "420A01DD00E03EC1F55B45EBEC783955591E30BA81FCE99BDBDC6F9FC9D330D5", "CRC32": "A976915C", "BLAKE3": "9DB9C2D3C0927AE0879731BAEAB96F859D3348408C405B374F5C21B778CE82F9", "AutoV3": "B8D43735A040"}, "downloadUrl": "https://civitai.com/api/download/models/401723", "primary": true}, {"id": 324291, "sizeKB": 5108.8271484375, "name": "suzu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-20T09:55:43.164Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EB1C0E64", "AutoV2": "22A9428EE5", "SHA256": "22A9428EE5BCAA36FE2E6AA5BB8C4D70C413FBE0B3C747762765D3572A90AA5F", "CRC32": "530258ED", "BLAKE3": "D33395B292FB6439E82AC7A342D10B83BF4A176BBA61D1EE5B7350B11C4B4278"}, "downloadUrl": "https://civitai.com/api/download/models/401723?type=Training%20Data"}], "images": [{"id": 8256796, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a63019e0-2593-4fe5-b134-88a9868f66b0/width=450/8256796.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UBECa~x_0LtT_N-=9b0hXp%$Iqo#6D---QE8", "type": "image"}, {"id": 8256795, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d88108c-236b-417e-9b42-a2159afe1399/width=450/8256795.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UPIX%7?bS$Iq?w%2Ne%M^+-pM|bbx]%Ms.t7", "type": "image"}, {"id": 8256872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe0f9106-18b0-4c4e-8b2b-71e044c8ef1f/width=450/8256872.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "URK^mY^+SwkX_M?atRf,E2tRIpxYW=xZn$M{", "type": "image"}, {"id": 8256797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cde46c05-369e-4700-a11d-9d51102e3a38/width=450/8256797.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "ULL4W*9aCAW=%MRk-n$z4.E2Z#axM|V@EORj", "type": "image"}, {"id": 8256798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf4ca25b-c8fd-486c-9a97-45aaa2c56fec/width=450/8256798.jpeg", "nsfwLevel": 8, "width": 1536, "height": 1536, "hash": "UNJHR3~AITD%ROad%2Ne0NWA9ZWZ0ji^s:NK", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/401723", "modelId": 359430} \ No newline at end of file diff --git a/datasets/metadata/401826.json b/datasets/metadata/401826.json new file mode 100644 index 0000000000000000000000000000000000000000..1d713e4dad6594fb2b1cf4dc2aad4f0da5673cfa --- /dev/null +++ b/datasets/metadata/401826.json @@ -0,0 +1 @@ +{"id": 401826, "index": 0, "name": "v2.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-21T10:00:00.000Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["aki"], "stats": {"downloadCount": 70, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 324402, "sizeKB": 223102.85546875, "name": "aki_sdxl_v20.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-20T11:32:07.511Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F2A74A64", "AutoV2": "FCE39ED7EE", "SHA256": "FCE39ED7EE7850E442A7E0DA7E2B5CB13A51C735004E3034A1904041B67DABD7", "CRC32": "61EAD8B9", "BLAKE3": "710E104C90F7979D3A6932A5CE3DF489681B99AC2F394ED5A6FDB6386DFDA650", "AutoV3": "28120BD013B9"}, "downloadUrl": "https://civitai.com/api/download/models/401826", "primary": true}, {"id": 324426, "sizeKB": 57984.2158203125, "name": "aki.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-20T11:52:21.582Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "04987F75", "AutoV2": "54655F0C6E", "SHA256": "54655F0C6EE5BBA7752AC0F79679BE1168E8E50C5C97FDD6E24FE3526116DEC7", "CRC32": "AD9AD855", "BLAKE3": "D6AC53A629895EB928A6F81A7E7D68636A6BFD3D28F6A6C4A70CD13D3977F05D"}, "downloadUrl": "https://civitai.com/api/download/models/401826?type=Training%20Data"}], "images": [{"id": 8260436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b24690c-e211-41fb-901f-232df9c8b614/width=450/8260436.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UJLNiZ_3G^EL0MozKRt84TS6xt%Lajt6D%Ip", "type": "image"}, {"id": 8260417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67423c08-0a53-4f38-96ba-ac0f2aa38f33/width=450/8260417.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "USKB2k?HuPR*4;kXK7bwH@R,wHofksoeIUj^", "type": "image"}, {"id": 8260359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d43e6a5-f4d6-433a-a60b-31a9ce0060ae/width=450/8260359.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UUL;K$E1Yk-;9dWBAJR.Diay%2jbNMWCIUWB", "type": "image"}, {"id": 8260366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6909246d-8c3a-4fde-8041-f8d930375b14/width=450/8260366.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UWI=DhIpuPj]9HROEmWCH=ads8RjxuWCs+ae", "type": "image"}, {"id": 8260357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f60f7e8-b76a-4b41-9350-499b474ece29/width=450/8260357.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UWLp{[IpuP?HDkXSOabcDjR+e-RktnRjIUS4", "type": "image"}, {"id": 8260416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e00ac20c-72ac-45d9-ba69-417f59ddb24f/width=450/8260416.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMK^vxxu55t7~WofK5WXMIWB_3xa^Os:Ioae", "type": "image"}, {"id": 8260419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a0a5ea2-7cbe-4612-b23b-ca1e8fcc14c5/width=450/8260419.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHLzgVi{*I%fN5xG1PJV00Rj%$o}=zs:IoRQ", "type": "image"}, {"id": 8260355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccf8992b-723a-4476-b133-54c111f3c9bf/width=450/8260355.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UTLW;iE1p{-;D%RPF3jb8{j@i_M{o~j]M{oJ", "type": "image"}, {"id": 8260438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40ffb75f-aab2-4271-b79c-00682dbedf4b/width=450/8260438.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKKd[ED$uP.8NiROJ;T14Tnh%Mog9Hj[9ZIU", "type": "image"}, {"id": 8260439, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b2072a7-4434-4bad-9af6-9990ca61e89c/width=450/8260439.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UIL;Eh?GYkFg0inNF#TKD4RP^+tQ%3xZE1Io", "type": "image"}, {"id": 8260356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/025ba399-0e9d-47b0-9ddd-af554bd1b15d/width=450/8260356.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UZL|.i?G*0X8IbtRJWNb9FkDt7%2WGxZM_WB", "type": "image"}, {"id": 8260358, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df5d7e79-9786-4c19-85ec-fe489f6e9877/width=450/8260358.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UWJkTR~BPpEi4pWYJXbwL~WFxCt6%2t7R%Rj", "type": "image"}, {"id": 8260363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03b1f241-b9a8-45ee-adf9-810e59313a0a/width=450/8260363.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UVLW^y=|*JElE3aJOuXTR5V@xaj?xwt6NGM|", "type": "image"}, {"id": 8260364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0262830-6b6c-4a6c-803c-8b789c016fd8/width=450/8260364.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UXL|.j-o*JJB0io0F4S$D%NGxboexwt7RPV@", "type": "image"}, {"id": 8260362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d48491c0-f040-4cd5-9652-d3b66af2161f/width=450/8260362.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UUL|s3D*uP-p9cRjFNjcIAjrxajZx^R*M{WB", "type": "image"}, {"id": 8260365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82c4d386-3f69-4b5b-9f4a-414e97373e13/width=450/8260365.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UZNAJ7IV*J%M9bRkE,WYD*jtxaV[-=WCRPoK", "type": "image"}, {"id": 8260421, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/160ab877-2672-45e0-9b43-08e512cb9ef0/width=450/8260421.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UVLgt]IVp{?HD-WBJXWY8_kBogRjj_RkIUWB", "type": "image"}, {"id": 8260425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63894911-acba-4aaf-a573-8644dda91d10/width=450/8260425.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UUL;U4RPuP?H4@RP5YNI8_RjxvjI$+xZM{i_", "type": "image"}, {"id": 8260437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db77ffdf-fd8f-4330-9ba6-57cff7765eb1/width=450/8260437.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UaLgx1%2*0JD5Es+9#S$9Fnh-qt7%3f*M{Rj", "type": "image"}, {"id": 8260435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f22e685-9678-4fd6-a559-046a93040133/width=450/8260435.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "URJa+p^+LN5T01jIJDxuMxxuwHjrcFNyskkX", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/401826", "modelId": 175318} \ No newline at end of file diff --git a/datasets/metadata/401940.json b/datasets/metadata/401940.json new file mode 100644 index 0000000000000000000000000000000000000000..74345c8c5e2548517f3df3d4e1c2dd4a4ab3c164 --- /dev/null +++ b/datasets/metadata/401940.json @@ -0,0 +1 @@ +{"id": 401940, "index": 0, "name": "fennix", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-20T22:03:58.586Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 30, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 1}, "files": [{"id": 324523, "sizeKB": 441.3046875, "name": "401940_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-20T12:56:22.090Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "9C3796495E", "SHA256": "9C3796495E9C1F84DE3E83930C343F7588B4B697543807C58DBAEDEE57A53BBC", "CRC32": "CF0108CA", "BLAKE3": "9FABEC4CE5AFF27A71DEFA8B2F0BBFE3C89639857DB2BEB4FFF2CF8494E24BA7"}, "downloadUrl": "https://civitai.com/api/download/models/401940?type=Training%20Data"}, {"id": 325228, "sizeKB": 223099.87890625, "name": "fennix.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-20T22:05:56.006Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AA3A512B", "AutoV2": "2F92523096", "SHA256": "2F92523096AE30DE0B09C6CFCDE1F75483AD35F0F6586B72A89BDF6A32A42F66", "CRC32": "464F4E47", "BLAKE3": "0CF07C599B9A6472FE08931EA7AF01996C295124ABADABDE3AA155A45BA69B0D", "AutoV3": "9506AB9775C6"}, "downloadUrl": "https://civitai.com/api/download/models/401940", "primary": true}], "images": [{"id": 8287425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a459752-cf52-4c7d-9457-58294ca7c255/width=450/8287425.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UK8Fv=ogJbXUx_ayS6j]Rqa~oFn#Sjj[s+ay", "type": "image"}, {"id": 8287423, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1e09a72-73a5-45a5-ae37-47759ba78530/width=450/8287423.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UK7{hMozKBS+x^f5SjbIWFa#bCoIbdj?n$WY", "type": "image"}, {"id": 8287424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daacb00a-a4b7-41c6-8b6e-52f71d7f42d3/width=450/8287424.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UL8PKfkXF8bKx]jsR.WEWIjZj.W;WGa#oxoe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/401940", "modelId": 359630} \ No newline at end of file diff --git a/datasets/metadata/402017.json b/datasets/metadata/402017.json new file mode 100644 index 0000000000000000000000000000000000000000..38ae9876b8ce4e21c05667d6e44eaad3872e57ba --- /dev/null +++ b/datasets/metadata/402017.json @@ -0,0 +1 @@ +{"id": 402017, "index": 0, "name": "hone", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-20T13:51:12.377Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["hone onna", "honne 1girl, solo, rose, bow, hair flower, hair ornament, frills, blush, lolita fashion, dress, long sleeves, jewelry, eyepatch, bonnet, upper body, one eye covered, very long hair, flower over eye, hat, puffy sleeves, gothic lolita, corset, navel, sitting, drill hair, joints, high heels, frilled dress, smile, earrings, bowtie, red eyes, white hair, pink flower, ribs, skeleton,"], "stats": {"downloadCount": 115, "ratingCount": 0, "rating": 0, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 324605, "sizeKB": 18547.953125, "name": "hone.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-20T13:50:42.857Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "AA9BF6776B", "SHA256": "AA9BF6776BF964979B807D352C0D389CBC9ECF19D885746A1568FF0D0C1D328F", "CRC32": "51DC8B51", "BLAKE3": "1403C901ECFB52AB794238A5242B7862A41286211BF58537EA5DB7D52D526BBC", "AutoV3": "25CAEDE32DBC"}, "downloadUrl": "https://civitai.com/api/download/models/402017", "primary": true}, {"id": 324590, "sizeKB": 3174.646484375, "name": "402017_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-20T13:46:19.319Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "092134FF", "AutoV2": "6C60984F72", "SHA256": "6C60984F72D065D8A17F481F85AF325CCD48EB716B9805AB2CB1448FC7B97718", "CRC32": "09071C8E", "BLAKE3": "BDD4EC870AEACE764F4B2088132F732C2AA64CDF717DBD45C54174FBF8AB5F43"}, "downloadUrl": "https://civitai.com/api/download/models/402017?type=Training%20Data"}], "images": [{"id": 8266286, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/925a707b-b448-4a16-92e1-663a585b026c/width=450/8266286.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U4Jb8i?w00%$00ozD4Mw4mR%,,nh^mIopet8", "type": "image"}, {"id": 8267644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f07aba3-3a81-417f-8ff6-28e172a8e469/width=450/8267644.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U9JkyZ%h00.900%2veIU~U9Z?HnOIBnhOZWY", "type": "image"}, {"id": 8266285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d8d9ce3-3cbf-42e0-bf57-fc748dc08861/width=450/8266285.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKK26et7?Y%M_Ns,^*WFoFae%2j[-iR*g5Ri", "type": "image"}, {"id": 8267650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f376af3-50d8-4a0f-921a-c026f7e61301/width=450/8267650.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U9IO*H%N00T100og8wRiRyWY~Wxa%OWAksbc", "type": "image"}, {"id": 8267643, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d71e49a0-4aae-4737-ab7a-3a0d45d02a8a/width=450/8267643.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U5H{BD~q0yyZ00R.+Dxa00NJ%NxWiJaw$.o}", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/402017", "modelId": 359695} \ No newline at end of file diff --git a/datasets/metadata/402072.json b/datasets/metadata/402072.json new file mode 100644 index 0000000000000000000000000000000000000000..f8b7554f2c5bfa4a61bf9f8da02ddf86ab3a5436 --- /dev/null +++ b/datasets/metadata/402072.json @@ -0,0 +1 @@ +{"id": 402072, "index": 0, "name": "Kumatetsu", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-20T15:30:43.277Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["kumatetsu", "furry", "bear"], "stats": {"downloadCount": 70, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 324748, "sizeKB": 223112.71484375, "name": "Kumatetsu.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-20T15:32:58.148Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D1DB9BA8", "AutoV2": "BCE939FB2D", "SHA256": "BCE939FB2DC1ED0CD869445CE2F9E3FC8F128B06334A84089F04F481596163D6", "CRC32": "FC00FCF2", "BLAKE3": "C07B3C5C98D0D2F2A514E0D2F4AC832A72544B8681D360AE4345A409C8B1137D", "AutoV3": "2AE81BFC173B"}, "downloadUrl": "https://civitai.com/api/download/models/402072", "primary": true}, {"id": 324645, "sizeKB": 37572.880859375, "name": "402072_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-20T14:26:23.533Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "ED4C3553", "AutoV2": "CF93895DDB", "SHA256": "CF93895DDB3F32D015D8CCE22A02523AC6CCFC53F27AD75302093A7C2A5BB615", "CRC32": "0A0D17FB", "BLAKE3": "B6F91672FE9E82ECD33FA00962551EC3981F869998B95A3A8925120E6A7BCDDF"}, "downloadUrl": "https://civitai.com/api/download/models/402072?type=Training%20Data"}], "images": [{"id": 8271019, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99590596-5eb9-4a9f-b58a-10fa9d831970/width=450/8271019.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URL{xBjG_K%1oza|nOjZ%ekBRlj[%1j@ShkC", "type": "image"}, {"id": 8270670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0abfbed-f9c5-4794-864f-566ed429e5a5/width=450/8270670.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKIDaIRk--xY~nRkjrt5.5kB%KxtnPoeWEt6", "type": "image"}, {"id": 8270728, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48ce175f-4493-46ca-9bf5-75fa17512de6/width=450/8270728.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UUKw2sIU_K%L~oV[WBoySwx[Vtf6xZj[ofV[", "type": "image"}, {"id": 8270745, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ab35903-bd7e-4c52-aa25-8039c9467ea4/width=450/8270745.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKIqAht7yrt7?^ayf+ozpIV@t6ofM{kCnOo|", "type": "image"}, {"id": 8270848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2666dd31-6837-4da8-b3f8-61a84a8a8505/width=450/8270848.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UPL:.WoL~o%LxaaykCj[x[ofIUae-;j[M{ay", "type": "image"}, {"id": 8271018, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6eca0e94-a33a-4fa5-8010-2ef5c30c1d04/width=450/8271018.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGH_xz%M~qof_3_3D%-;?bxuoLxuxuD%WBWB", "type": "image"}, {"id": 8271292, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64ac7f17-34a5-4400-9792-78ab4b6c2031/width=450/8271292.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UELfmv-:.kMLx]ofxDbbEejGeAX8-nWBNIi_", "type": "image"}, {"id": 8271296, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8150761a-4bdd-4d33-81ea-ada0aff67930/width=450/8271296.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URL{xBjG_K%1oza|nOjZ%ekBRlj[%1j@ShkC", "type": "image"}, {"id": 8271401, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e476edb-bc7f-42db-b5e4-ad86c58bd2c6/width=450/8271401.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIB:.$-:J}ovD,NZNGWA?[%2wef~ABS1w^j?", "type": "image"}, {"id": 8271456, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38795f7f-11a2-4190-b34e-68dacecbe167/width=450/8271456.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UBECdjxFu1Xh00Rl4:WCt9t6$+aL.hNG%1xt", "type": "image"}, {"id": 8271516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bea9b8b-2e0b-47a9-b035-fc60f6fbf1f2/width=450/8271516.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UEC?$0oy4nk90NfiR5jb_LjFrWbbE3WWM_kC", "type": "image"}, {"id": 8271521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26d58486-69c2-410b-9040-269279cf785e/width=450/8271521.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIB:.$-:J}ovD,NZNGWA?[%2wef~ABS1w^j?", "type": "image"}, {"id": 8271536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5fdf9eb1-973a-44ff-8d4f-cc1d624448e3/width=450/8271536.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UBEyF{Ns7CD+02jJD*%Lt,-pv%NG.jE1xFnj", "type": "image"}, {"id": 8271623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5aa0e03-1900-4db4-a274-f9a0d24aedfc/width=450/8271623.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFD]@pW8A9kC4fn5IoX8.jInwHn%Xp%2i^ae", "type": "image"}, {"id": 8271624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/045b2e0c-038d-4883-91ca-f3f42609a314/width=450/8271624.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDC6oWnlJ6R*0KsVRjS2~oS1w|aM9tWnoMs:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/402072", "modelId": 359745} \ No newline at end of file diff --git a/datasets/metadata/402140.json b/datasets/metadata/402140.json new file mode 100644 index 0000000000000000000000000000000000000000..e49172a7d132c6818794eeeac165fade314ba156 --- /dev/null +++ b/datasets/metadata/402140.json @@ -0,0 +1 @@ +{"id": 402140, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-20T15:18:05.978Z", "availability": "Public", "nsfwLevel": 7, "description": "Prompt for either two side up
or ponytail
. Ponytail has optional hair bow
. Outfits:
school uniform
- might need to specify color of bow, skirt and shirt
casual outfit
- might need white skirt
and pink shirt
specified.
Example: 1girl, solo, velma2023, dark skin, short brown bob-cut hair, glasses, orange turtleneck sweater, red pleated skirt, orange knee-high socks, red boots,
", "trainedWords": ["1girl, solo, velma2023, dark skin, short brown bob-cut hair, glasses,", "1girl, solo, velma2023, dark skin, short brown bob-cut hair, glasses, orange turtleneck sweater, red pleated skirt, orange knee-high socks, red boots,"], "stats": {"downloadCount": 231, "ratingCount": 0, "rating": 0, "thumbsUpCount": 53, "thumbsDownCount": 0}, "files": [{"id": 326196, "sizeKB": 430.1953125, "name": "403740_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-21T14:46:00.979Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "0FB0A4BF82", "SHA256": "0FB0A4BF827FA8A26D8AA58E544D692DD438FBB64CA29461A6646348E5D49784", "CRC32": "48E9F5B3", "BLAKE3": "45A3BBEAD972CDBAA97D3ABFFD27CAAE091B486B632537312CC352C92091A82F"}, "downloadUrl": "https://civitai.com/api/download/models/403740?type=Training%20Data"}, {"id": 326311, "sizeKB": 223100.31640625, "name": "Velma_2023_Pony_XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-21T16:18:31.939Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D3E12E2B", "AutoV2": "E13065D052", "SHA256": "E13065D052C0D78574A68B388BF9D1436DE1BD3192D324287123AAA734E0025A", "CRC32": "1EFB3EFA", "BLAKE3": "A1DFD7C9ADF25FCE19F8A45E7BB0A2E41E009015CF16ECCA82982C0ECA75BCD3", "AutoV3": "907E07D16885"}, "downloadUrl": "https://civitai.com/api/download/models/403740", "primary": true}], "images": [{"id": 8364916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a3b9d1e-aa89-463f-a330-181de225e701/width=450/8364916.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U4F@^9.kfQ.k%xj[fkj[fQfQfQfQ%xj[fkj[", "type": "image"}, {"id": 8364918, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc1a9bd1-4937-4113-81e4-f345e9e9513e/width=450/8364918.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U2G+pf%7fQ%7.6j[f7j[fQfQfQfQ.6j[f7j[", "type": "image"}, {"id": 8360162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90eee9f2-6f53-489e-ba91-934939c2a098/width=450/8360162.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U2G+y~}KfQ}K.7juf%jufQfQfQfQ.7juf%ju", "type": "image"}, {"id": 8360168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d67c4cc6-9877-4159-a2d2-330959f4fa93/width=450/8360168.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U4OAo.}@fQ}@=zj[jaj[fQfQfQfQ=zj[jaj[", "type": "image"}, {"id": 8360157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76889d15-7580-462f-bf3e-b866dbeed2ab/width=450/8360157.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U4JR[p_JfQ_J--j[f8j[fQfQfQfQ--j[f8j[", "type": "image"}, {"id": 8360167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/600d8bda-52fa-4ec4-b8fa-5e36a2538207/width=450/8360167.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U1D_ELAxfQAx.ma}bZa}fQfQfQfQ.ma}bZa}", "type": "image"}, {"id": 8360166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97c44d8e-ef08-4016-af44-3f8593d73803/width=450/8360166.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U2I5oH}xfQ}x?bj[jHj[fQfQfQfQ?bj[jHj[", "type": "image"}, {"id": 8360152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d12ba394-d769-4066-8a72-9573554af31f/width=450/8360152.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U2Kv:c}cfQ}c^lj[jbj[fQfQfQfQ^lj[jbj[", "type": "image"}, {"id": 8360161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc81ea9d-2fd7-4a88-adb9-4d1272438f7f/width=450/8360161.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U1Ey$6?]fQ?]?dj[ayj[fQfQfQfQ?dj[ayj[", "type": "image"}, {"id": 8360158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8b1cce3-64d7-4200-87b1-4b7e8e0c2b95/width=450/8360158.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U4He]*~jfQ~j%Mj@a#j@fQfQfQfQ%Mj@a#j@", "type": "image"}, {"id": 8360164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ce00c03-de86-4935-802e-266e748e2d5c/width=450/8360164.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U1Ja=ey-fQy-~pfkayfjfQfQfQfQ~pfkayfj", "type": "image"}, {"id": 8360163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02735fe0-9693-4506-b79e-bcd92841478c/width=450/8360163.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U5DoCvyZfQyZyCfkj?fkfQfQfQfQyCfkj?fk", "type": "image"}, {"id": 8360154, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4747b47-504f-4207-a9f9-738fef57abdc/width=450/8360154.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U5FYxry,fQy,xtj@fij@fQfQfQfQxtj@fij@", "type": "image"}, {"id": 8360160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60489c9a-0fba-4be3-aa18-54244a2957b3/width=450/8360160.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U1FiyB.kfQ.k?wj[j]j[fQfQfQfQ?wj[j]j[", "type": "image"}, {"id": 8326078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/939ba0d1-5087-4dc4-b0ea-68decaf82d0e/width=450/8326078.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U2J?Ua^?fQ~J^Sj?fQj?fQfQfQfQ^Sj?fQj?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/403740", "modelId": 361288} \ No newline at end of file diff --git a/datasets/metadata/403766.json b/datasets/metadata/403766.json new file mode 100644 index 0000000000000000000000000000000000000000..82e86b2f7e84291fb69605bd9173a234f5fa2d3e --- /dev/null +++ b/datasets/metadata/403766.json @@ -0,0 +1 @@ +{"id": 403766, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-21T14:42:40.326Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 347, "ratingCount": 0, "rating": 0, "thumbsUpCount": 65, "thumbsDownCount": 0}, "files": [{"id": 326192, "sizeKB": 22254.69921875, "name": "SaiminSeishidou_Lesson_Style-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-21T14:46:08.598Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C406CC96", "AutoV2": "C25CAA3D90", "SHA256": "C25CAA3D90AC35799AE193CCDD0D96D0BE832106EA2E63B8BD1C257FBFB2D54D", "CRC32": "80BEE60E", "BLAKE3": "C62BD0D3918E2B41C3B592FC2B89DE2C4FA20342FC5DA70FBF60B5E619D06F6A", "AutoV3": "76EA30EB4501"}, "downloadUrl": "https://civitai.com/api/download/models/403766", "primary": true}, {"id": 326193, "sizeKB": 35785.0068359375, "name": "SaiminSeishidou_Lesson_Style.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-21T14:46:11.967Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E57740DB", "AutoV2": "A7DB2142D1", "SHA256": "A7DB2142D136AD8556BC332570339F785851EFEB31A0F8BF84C262C1417AA048", "CRC32": "1F194173", "BLAKE3": "2178F126541147EDB5E197632FEC8CDCE769084267D8EAF2FF4E7B87F9DEAAC2"}, "downloadUrl": "https://civitai.com/api/download/models/403766?type=Training%20Data"}], "images": [{"id": 8321994, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15ac3889-2eed-4634-96a5-24c9659bab8c/width=450/8321994.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U~L|ikt7o~jb~pofo#f7X8ayf8f6R*ayWBay", "type": "image"}, {"id": 8321957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1614ed40-bae3-4b6c-bfbd-2c070e51beae/width=450/8321957.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U~L|ikt7o~jb~poft8f7X8ayf8f6R*ayWBay", "type": "image"}, {"id": 8322175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f937aee-7af0-488e-a173-f5345df60ef8/width=450/8322175.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U]MZ,iog-=of~Ws:X9ofofWBRkayR+oLjZbH", "type": "image"}, {"id": 8322511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6135d388-7917-4e4a-9b56-6d2c11baa07c/width=450/8322511.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U.Nc$wV@%gxu~pozX9WBbat7WCWCbcM{V[xa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/403766", "modelId": 361308} \ No newline at end of file diff --git a/datasets/metadata/403770.json b/datasets/metadata/403770.json new file mode 100644 index 0000000000000000000000000000000000000000..0ef58a5360e8f6b3005959ebb0169f4b7ca44971 --- /dev/null +++ b/datasets/metadata/403770.json @@ -0,0 +1 @@ +{"id": 403770, "index": 1, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-21T16:08:34.314Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 176, "ratingCount": 0, "rating": 0, "thumbsUpCount": 37, "thumbsDownCount": 0}, "files": [{"id": 326225, "sizeKB": 58624.9990234375, "name": "403770_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T15:16:17.553Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7047A2DA", "AutoV2": "BB4C8BB3D8", "SHA256": "BB4C8BB3D8B13CCE78EB36ABA80D8F762AB0A76B84E6B91217783425BDC4DE48", "CRC32": "260926B3", "BLAKE3": "30165B35FDF4B632CB0B03825560E225591F5D80DFE8AEDE47278FF63A121254"}, "downloadUrl": "https://civitai.com/api/download/models/403770?type=Training%20Data"}, {"id": 326285, "sizeKB": 223106.63671875, "name": "Furry_Hippo-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-21T16:01:59.982Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D3F44CBA", "AutoV2": "9722B66255", "SHA256": "9722B6625503F5E5A18D75448D0716631251409DE152ECF6850B7AF502730AE6", "CRC32": "D1CA6EED", "BLAKE3": "E492E0E76B2CFF1646708644D6EC69E8834F2D2FB2A46531F07CBA117FAC5FCE", "AutoV3": "EC72E142AF73"}, "downloadUrl": "https://civitai.com/api/download/models/403770", "primary": true}], "images": [{"id": 8325258, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/280671f5-e586-49a3-9b5d-55a0b68c23af/width=450/8325258.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UMFh^+$~%L9ZyZnh9aE1Nct7aJ%2E1IpV?xa", "type": "image"}, {"id": 8325217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8aeef8d3-ad26-43d3-b804-5e7be3bca732/width=450/8325217.jpeg", "nsfwLevel": 8, "width": 3072, "height": 2048, "hash": "UHA]W=?F?F=|~B={-o%1%2xut7oetRofbbog", "type": "image"}, {"id": 8325255, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63a927df-addb-4ca6-b62a-bbd94c3f69e5/width=450/8325255.jpeg", "nsfwLevel": 8, "width": 3072, "height": 2048, "hash": "UBB.$S}=D$%0pd9v0KIp%1s;Mxs:s.t6WBof", "type": "image"}, {"id": 8325323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3d31474-3b2a-44f5-8733-7423bb4b5fef/width=450/8325323.jpeg", "nsfwLevel": 8, "width": 3072, "height": 2048, "hash": "UNB.yC}=~B=_%0xuSKoz-T%2%1%1xaxY%1$%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/403770", "modelId": 361314} \ No newline at end of file diff --git a/datasets/metadata/403814.json b/datasets/metadata/403814.json new file mode 100644 index 0000000000000000000000000000000000000000..3c74c8754443bccc420d80ac448f105bf92091d2 --- /dev/null +++ b/datasets/metadata/403814.json @@ -0,0 +1 @@ +{"id": 403814, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-21T15:31:41.494Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 258, "ratingCount": 0, "rating": 0, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 326251, "sizeKB": 4321.1748046875, "name": "Rina_Tsushima_SaiminSeishidou.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-21T15:31:02.012Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "AFD74543", "AutoV2": "C9BCB43940", "SHA256": "C9BCB43940E33D7D2D7502969A9EC60716DD86182E1C2FAC394633A5123858EA", "CRC32": "8614D8B8", "BLAKE3": "B9270DEE6A295DFBE8B67944909E745B0CD0C173BC8DA737A3BC38A7BA143887"}, "downloadUrl": "https://civitai.com/api/download/models/403814?type=Training%20Data"}, {"id": 326250, "sizeKB": 22233.13671875, "name": "Rina_Tsushima_SaiminSeishidou-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-21T15:31:51.272Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "31A6370F", "AutoV2": "D8E6FC1363", "SHA256": "D8E6FC136328AB25B15390EFBB69128B090278C7CFE89D52136F8D2AE32D0AF5", "CRC32": "3F6D5841", "BLAKE3": "7D3046673B7FE57B2219347DD0A2F67BCBF8C956BC4D7746E3C37916D95EB688", "AutoV3": "800C9F508A80"}, "downloadUrl": "https://civitai.com/api/download/models/403814", "primary": true}], "images": [{"id": 8414910, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3fa61a7-49da-4ef4-9571-5dd225e9b3d5/width=450/8414910.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UpKmz}e.pIoM~WoL%goeS4ayt6kBozofRjj[", "type": "image"}, {"id": 8414911, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d056ba1c-9570-4ce8-9f21-ad011802090e/width=450/8414911.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UqKmz~aepIoM~WoL%gkBS4ayt6kBozofRjj[", "type": "image"}, {"id": 8324198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7774594-d2fe-4b18-853c-b184831f46b2/width=450/8324198.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UiJaD_WBNbMy~CWBx]RjM|RjxutRa~RjV@t7", "type": "image"}, {"id": 8324199, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1efc3842-5a14-4870-bd6c-dcfafeeb2e42/width=450/8324199.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UiJaD_WBNbMy~CWBx]RjM|RjxutRa~RjV@t7", "type": "image"}, {"id": 8324015, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec859fca-0832-41f9-a20a-8eb9d1be1d65/width=450/8324015.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UiJaD_WBNbMy~CWBx]RjM|RjxutRa~RjV@t7", "type": "image"}, {"id": 8324239, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/489a4a5f-1a93-492a-af3f-156b51013924/width=450/8324239.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UmKm*7aK.SaL~CM{kqV@RPt7tRozRjkCxux]", "type": "image"}, {"id": 8324237, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44a11275-9f8f-4056-a951-8ea92a7e3da6/width=450/8324237.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UmKm*8aK.SaL~CM{kqV@RPt7tRozRjkCxux]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/403814", "modelId": 361353} \ No newline at end of file diff --git a/datasets/metadata/403840.json b/datasets/metadata/403840.json new file mode 100644 index 0000000000000000000000000000000000000000..2caa6a217a39e5517a3b1b186516c12226fc6530 --- /dev/null +++ b/datasets/metadata/403840.json @@ -0,0 +1 @@ +{"id": 403840, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-21T15:54:56.085Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 262, "ratingCount": 0, "rating": 0, "thumbsUpCount": 46, "thumbsDownCount": 0}, "files": [{"id": 326276, "sizeKB": 3853.4794921875, "name": "Shouko_Kijima_SaiminSeishidou.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-21T15:56:49.052Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "67504763", "AutoV2": "3F09DE3935", "SHA256": "3F09DE39359FBD1F47D928092BC101A75944646A925237E4E0D244D27C92BF6A", "CRC32": "A97AA17A", "BLAKE3": "11DB3314D7C2711B45EB672CD67EED49AA5110959FDEC576DC380404F337E0AE"}, "downloadUrl": "https://civitai.com/api/download/models/403840?type=Training%20Data"}, {"id": 326277, "sizeKB": 22232.16796875, "name": "Shouko_Kijima_SaiminSeishidou-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-21T15:56:51.024Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9E911F9F", "AutoV2": "899FC4E45F", "SHA256": "899FC4E45FFD17F87A2B295C93348C469EDCAEB52A2D351C968E550C369C4FA9", "CRC32": "82A7E32B", "BLAKE3": "3F043371F9DBF9F481DAEE61BF27BD736290F8DF69E9D1FA6A4EFF3B4B878DA1", "AutoV3": "2928518BF43B"}, "downloadUrl": "https://civitai.com/api/download/models/403840", "primary": true}], "images": [{"id": 8324802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff68599c-9efe-4a34-a836-4e6426a016d8/width=450/8324802.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UxKKf[js.8t7~pj[%gt7Rkj[s:j[M|jtWBWB", "type": "image"}, {"id": 8324803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cdec817-8cf4-4ce5-b9f5-6bc31ab95665/width=450/8324803.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UxKKf]js.8t7~pj[%gt7Rkj[s:j[M{jtWBWB", "type": "image"}, {"id": 8325162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9070137b-4e4a-4525-a0bc-8ecab17ea1ac/width=450/8325162.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UtLq9Dt7_Noz~WaytlogRjRjj[t7Rkt7jYRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/403840", "modelId": 361375} \ No newline at end of file diff --git a/datasets/metadata/403896.json b/datasets/metadata/403896.json new file mode 100644 index 0000000000000000000000000000000000000000..c6dde83ccf4d032a0621c10c853e9a48e87cbcc9 --- /dev/null +++ b/datasets/metadata/403896.json @@ -0,0 +1 @@ +{"id": 403896, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-21T16:40:24.704Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 225, "ratingCount": 0, "rating": 0, "thumbsUpCount": 46, "thumbsDownCount": 0}, "files": [{"id": 326345, "sizeKB": 5969.96484375, "name": "Minase_Misaki_chargeme.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-21T16:41:58.150Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B1DA1EE3", "AutoV2": "FC484D6C74", "SHA256": "FC484D6C742CD302C58751E5EC40444B50F26BDA568D079A753E4BE13228DA08", "CRC32": "AA46B175", "BLAKE3": "CAC8973F4B918DE32B9B003BBB1B02FD1C586A3675E6D5BCC96CD47476334DBC"}, "downloadUrl": "https://civitai.com/api/download/models/403896?type=Training%20Data"}, {"id": 326346, "sizeKB": 22232.91796875, "name": "Minase_Misaki_chargeme-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-21T16:42:07.797Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "33B3CC70", "AutoV2": "8F35EB3155", "SHA256": "8F35EB31554A8BE9777B4B519FCD52F542FE9CB18923688B6198BC9D38B02D53", "CRC32": "5A4BDD0E", "BLAKE3": "66588690CD3412E31F241F02F565B7A1B59543DF582362C6168330E887B09ED3", "AutoV3": "5BC519B2021F"}, "downloadUrl": "https://civitai.com/api/download/models/403896", "primary": true}], "images": [{"id": 8326894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f903382-e7f0-448d-ae80-f95ad6e4157d/width=450/8326894.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UhQb^HxuysxuvfbH%#ae%MozNGjZxaaybvWC", "type": "image"}, {"id": 8327737, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6123329-a303-4a82-931d-a55014789327/width=450/8327737.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UhQb^HxuysxuvfbH%#ae%MozNGjZxaaybvWC", "type": "image"}, {"id": 8326893, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8827775-6fc7-453c-936b-6c20ce381665/width=450/8326893.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UhQb^HxuysxuvfbH%#ae%MozNGjZxaaybvWC", "type": "image"}, {"id": 8327432, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7df6a6f9-f781-4107-af84-d7bb03e952f0/width=450/8327432.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVPsS7Rj?^-p^Ot7.TozR4aeIoM|?ct7baof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/403896", "modelId": 361429} \ No newline at end of file diff --git a/datasets/metadata/403961.json b/datasets/metadata/403961.json new file mode 100644 index 0000000000000000000000000000000000000000..e484420c786b5879f10bd9166320993a0c190141 --- /dev/null +++ b/datasets/metadata/403961.json @@ -0,0 +1 @@ +{"id": 403961, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-21T17:23:17.629Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["eliGil"], "stats": {"downloadCount": 191, "ratingCount": 0, "rating": 0, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 326404, "sizeKB": 176971.3203125, "name": "eliGil.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-21T17:27:00.796Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2E791EA6", "AutoV2": "75C43EDB57", "SHA256": "75C43EDB570249E7AC72692C4F98897493CA63AAACED1B8077981C0B7B0D7395", "CRC32": "3C4B789B", "BLAKE3": "5318A1FD72EA773AC9EC2F9E5047B990604A817083BE09DD1747F25EA254B62B", "AutoV3": "5DBE92D16852"}, "downloadUrl": "https://civitai.com/api/download/models/403961", "primary": true}, {"id": 326411, "sizeKB": 24317.353515625, "name": "eliGil.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-21T17:32:15.593Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8B0B6D8A", "AutoV2": "B8208501D3", "SHA256": "B8208501D39A2A4A27366CAD700B40756FBADE52B66595EAA0082B638511172D", "CRC32": "C0BA5EE6", "BLAKE3": "7A2B8C135200CAA5AF2D78C85632DB1A95A07C3DDDC11156A47004C289E39A5E"}, "downloadUrl": "https://civitai.com/api/download/models/403961?type=Training%20Data"}], "images": [{"id": 8328636, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cc62c5b-ed91-46be-a100-21132b296d6c/width=450/8328636.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UIIg.a_31#spu4Ro%1R-?^xv?HW=WSM}IVM{", "type": "image"}, {"id": 8328637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2304445b-f819-4076-8704-d75bf02c4418/width=450/8328637.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UGGHxYx]02-o~q-o-URj.8%L-VM|^+%L%2jZ", "type": "image"}, {"id": 8328638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4175dd89-69d8-4d3b-8575-ad98f7390e17/width=450/8328638.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UTJaZX9ZTeV@S1RPs,WB_Nsm-;Rk-:M{%2WB", "type": "image"}, {"id": 8328640, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8c91672-1a1a-4faf-86cf-686b29482f77/width=450/8328640.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "U5GQqZ}]000f009bGsDkS}IB;1-VTv=|^+E2", "type": "image"}, {"id": 8328639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14114684-6c64-4b8e-9ad7-dd51cf9c4b42/width=450/8328639.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UQKvz6IpEen$5Qv}xvt6^,r?%1kC~WsA%2S2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/403961", "modelId": 361486} \ No newline at end of file diff --git a/datasets/metadata/403976.json b/datasets/metadata/403976.json new file mode 100644 index 0000000000000000000000000000000000000000..5c6c95cbd2e34884719805281ae7cc3829479171 --- /dev/null +++ b/datasets/metadata/403976.json @@ -0,0 +1 @@ +{"id": 403976, "index": 0, "name": "Aiko", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-21T18:23:19.470Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 49, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 326428, "sizeKB": 748.3173828125, "name": "403976_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-21T17:46:00.706Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "FEABC6A3A1", "SHA256": "FEABC6A3A125B4AD8A3171ED7A0CB398AF8BC2FB1763FCC47F2F2A9054F57B44", "CRC32": "E0CD6CB9", "BLAKE3": "3214BC8B0EB6D48A75633179975F31C48A05C7BC55F0995C0417E5EAD87A91B5"}, "downloadUrl": "https://civitai.com/api/download/models/403976?type=Training%20Data"}, {"id": 326463, "sizeKB": 223099.22265625, "name": "Aiko.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-21T18:22:16.821Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F7C25AFE", "AutoV2": "926C8DFAF9", "SHA256": "926C8DFAF9F00D11CCC5150EE8E32E4F22F49ABB327B3A8080667236F97974E4", "CRC32": "127CD688", "BLAKE3": "AA7446018D9C915AAD61B8FBCB1D46751A39F2843AB10D647CCB6281494C3ECF", "AutoV3": "1ECFE6AF4C59"}, "downloadUrl": "https://civitai.com/api/download/models/403976", "primary": true}], "images": [{"id": 8331388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/154db7e9-bad4-484e-bc2e-4599bd23e26b/width=450/8331388.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UFGkRW010e~V.QIB=rx]5Qs:j{W,RPxtELR-", "type": "image"}, {"id": 8331344, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6ccac24-ec1d-470b-8c15-f70903e74e83/width=450/8331344.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFHd{d000L~VyoMy-Ox]4;xtIvWTaIxuE1NH", "type": "image"}, {"id": 8331393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95c0387e-d015-42a9-9569-a377cb7df4ec/width=450/8331393.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UFGt{G010L-;~o4p=_g3JAIU?GoL-.RiI[Ip", "type": "image"}, {"id": 8331394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0241892-4269-4716-9ca1-3d97cfae8689/width=450/8331394.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UHFOWC~V0fR*.5^*xWRk9uxu^js:RpWWW[M|", "type": "image"}, {"id": 8331405, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6e9345d-d8cf-46a2-94d4-8e5193c56223/width=450/8331405.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UCG@_MIo00~Vpu%0^JJB5Rxa-pRkWXxt58IU", "type": "image"}, {"id": 8331406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21e01437-8d90-41d9-863b-cdabac3c349b/width=450/8331406.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U7H_9~^*01S7Jz9Gz.9a.m0f-T%M?EsWOt-p", "type": "image"}, {"id": 8331409, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee230db7-3aec-4ded-b368-258b1149b9e0/width=450/8331409.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UBGH@:?a01~U0K-o-5s.0#t7=_t8?Hxu%haf", "type": "image"}, {"id": 8331418, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a184c671-6394-4fce-b480-c43bbd6d600f/width=450/8331418.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UBHUXv000M?a4.D*MItR%eWZ^+Rj~9E1NLE1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/403976", "modelId": 361499} \ No newline at end of file diff --git a/datasets/metadata/404446.json b/datasets/metadata/404446.json new file mode 100644 index 0000000000000000000000000000000000000000..a218f668ca04813d9f215374a3ee6ed4663155db --- /dev/null +++ b/datasets/metadata/404446.json @@ -0,0 +1 @@ +{"id": 404446, "index": 0, "name": "Huge breasts with high nipples", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-22T01:11:27.328Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 817, "ratingCount": 0, "rating": 0, "thumbsUpCount": 99, "thumbsDownCount": 1}, "files": [{"id": 326883, "sizeKB": 14449.8984375, "name": "404446_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T00:37:44.279Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BBF7AE3D", "AutoV2": "9AC012EFCF", "SHA256": "9AC012EFCFBE17D07C0EB6E6D66C8AD80C716231E9B48F61F486BD0EFE375183", "CRC32": "2A6643FF", "BLAKE3": "B64E104F8C0DB636DD470F84FA64699DFD9EABD93496585E1745BE01B5E4F795"}, "downloadUrl": "https://civitai.com/api/download/models/404446?type=Training%20Data"}, {"id": 326923, "sizeKB": 73844.390625, "name": "Huge_breasts_with_high_nipples.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T01:11:19.429Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F95F3969", "AutoV2": "56AC00F00F", "SHA256": "56AC00F00F3D3FD1E1A1CCA97F2AE06ED0A9AFB537CC75CA9E2029FF00DD292E", "CRC32": "B9222639", "BLAKE3": "865B07D841C00D23EBCBA9E0762451897AE836994676EA275E3F2BEE863F55A3", "AutoV3": "8EB35DC39FB2"}, "downloadUrl": "https://civitai.com/api/download/models/404446", "primary": true}], "images": [{"id": 8348898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/725b6c89-c81f-4297-9efe-b72007e0da63/width=450/8348898.jpeg", "nsfwLevel": 16, "width": 1536, "height": 768, "hash": "U3E.CK~oE1pH0}OEM|%L00M|%2M{4,~B%2-V", "type": "image"}, {"id": 8347674, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4057dcbd-17ee-4d2c-9fdd-740d2e68b890/width=450/8347674.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UDBV*3~V9[RjkpSgIpIoE1ax-ooMW-xZ%2of", "type": "image"}, {"id": 8347672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e503528-b4da-4bfb-9ae7-14deda6d821b/width=450/8347672.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UBC$WO~V0ykWWStQbvX701M|=|RkV[IVIVae", "type": "image"}, {"id": 8347673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9f15e5a-9744-4a2d-9226-e08b7da99588/width=450/8347673.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UbGRex~qt-?ba{t6t7t757M{smNGoJaeRjWB", "type": "image"}, {"id": 8348109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cccf032e-854c-4540-b326-db2ca70542c0/width=450/8348109.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U7G8Dt~C009t00ayxbI:01E1%2xu~pfiR*t8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/404446", "modelId": 361929} \ No newline at end of file diff --git a/datasets/metadata/404542.json b/datasets/metadata/404542.json new file mode 100644 index 0000000000000000000000000000000000000000..d9016d872fd9cf31d67f554280114739be150a36 --- /dev/null +++ b/datasets/metadata/404542.json @@ -0,0 +1 @@ +{"id": 404542, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-22T02:01:19.241Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 267, "ratingCount": 0, "rating": 0, "thumbsUpCount": 47, "thumbsDownCount": 0}, "files": [{"id": 326981, "sizeKB": 22232.92578125, "name": "Misaki_Shinohara_SaiminSeishidou-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T02:01:53.280Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3854DC96", "AutoV2": "0E0E940B66", "SHA256": "0E0E940B66B5E1672C6AAB0B36F25E0FDEB27CC57D7D470CE2CEACB6D88AC924", "CRC32": "990B61FA", "BLAKE3": "3A2725B31FDBB3B99C13FF8D7F0F6DAB36BCEF0A9F62D15EF9FF432E1E5A914D", "AutoV3": "2EE1CA0AE47B"}, "downloadUrl": "https://civitai.com/api/download/models/404542", "primary": true}, {"id": 326980, "sizeKB": 3860.7314453125, "name": "Misaki_Shinohara_SaiminSeishidou.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T02:02:23.525Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E123AF89", "AutoV2": "11BF8CFC2C", "SHA256": "11BF8CFC2CCCAC2349E5EB1712C856E70FCE08D74CBE00B33793B43ABC1AB628", "CRC32": "809DFB85", "BLAKE3": "8C55B115F4C6FF25D5D5917D2531FCB31DF2286FEAD4DFDC70721C148664A012"}, "downloadUrl": "https://civitai.com/api/download/models/404542?type=Training%20Data"}], "images": [{"id": 8348612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6f82100-c621-4e33-a6cd-0ba7ad2b0d35/width=450/8348612.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UrKdlG%MyDof~Wt7.8aeIVV@xtV@M|afWAWB", "type": "image"}, {"id": 8348613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fa5b3cf-92d5-4c12-bc3f-aa7400484330/width=450/8348613.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UrKdlH%MyDof~Wt8.8aeIVRjxtV@M|aeWAWB", "type": "image"}, {"id": 8348734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a3f2df6-ddae-4234-9208-d721a7868132/width=450/8348734.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UlKdf2IU?vxt~Wj[%gxua}xuxuM{WXWVj[xu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/404542", "modelId": 362024} \ No newline at end of file diff --git a/datasets/metadata/404601.json b/datasets/metadata/404601.json new file mode 100644 index 0000000000000000000000000000000000000000..8edd79f3e7b9eebec9fc1d07c7525ce937bf5dc5 --- /dev/null +++ b/datasets/metadata/404601.json @@ -0,0 +1 @@ +{"id": 404601, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-22T02:46:57.930Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 337, "ratingCount": 0, "rating": 0, "thumbsUpCount": 67, "thumbsDownCount": 0}, "files": [{"id": 327042, "sizeKB": 22232.66015625, "name": "Misao_Takamine_SaiminSeishidou-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T02:46:40.623Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9925F231", "AutoV2": "55C00B1C82", "SHA256": "55C00B1C82C9EDFA4D225FDCD41EAE12BEEE368FCE2C4C3951F16FC1FC56D072", "CRC32": "2EC339E1", "BLAKE3": "129FF3BEC0A187FE369B791A0F7360039A569B83F46E9403E9151C73505D04CB", "AutoV3": "4EBF69E1180D"}, "downloadUrl": "https://civitai.com/api/download/models/404601", "primary": true}, {"id": 327041, "sizeKB": 4097.6875, "name": "Misao_Takamine_SaiminSeishidou.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T02:46:38.765Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BFA075EC", "AutoV2": "E54F5CF56D", "SHA256": "E54F5CF56DABDE17155CB887B46E4937118516E8981B218376B6DEE2290C2D26", "CRC32": "9469AEA4", "BLAKE3": "D58A4D638DFFD824CC548A4EEA6A25865963A2ADED90D89D1A074235FF22BB30"}, "downloadUrl": "https://civitai.com/api/download/models/404601?type=Training%20Data"}], "images": [{"id": 8350169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fe65def-d0f0-4117-890f-d8d059d85977/width=450/8350169.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKL|io00%yE14m4n^*IU?v%1VYxatm%1~Wxt", "type": "image"}, {"id": 8350189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2582820f-8f8e-4821-9b05-9350d4408714/width=450/8350189.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKL|io00%zE14m4n^*IU?v%1VYxatm%1~Wxt", "type": "image"}, {"id": 8350407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4142d11f-ec33-4348-bc2c-3b1d8c711a94/width=450/8350407.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMM7138x~U9GVWIU%M%200tlV@M{t9NGD*bv", "type": "image"}, {"id": 8381028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/941add01-730e-4411-b7a3-30211c0e5c95/width=450/8381028.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYJ%,,t7McjY$$Rjt7NHR*xa-ojF~pM{wbxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/404601", "modelId": 362072} \ No newline at end of file diff --git a/datasets/metadata/404645.json b/datasets/metadata/404645.json new file mode 100644 index 0000000000000000000000000000000000000000..27d8e81d9aab9a341f1bc09d2fdec20beddbb582 --- /dev/null +++ b/datasets/metadata/404645.json @@ -0,0 +1 @@ +{"id": 404645, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-22T03:28:04.325Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 203, "ratingCount": 0, "rating": 0, "thumbsUpCount": 40, "thumbsDownCount": 0}, "files": [{"id": 327087, "sizeKB": 4928.0419921875, "name": "Hasegawa_Marina_twosides.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T03:31:50.793Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "547D3C0D", "AutoV2": "71F0AF4C8B", "SHA256": "71F0AF4C8B806DEA910DE3CB508118C2FE40D5E0950911831B407F87D19F7CEB", "CRC32": "FCDFDAFD", "BLAKE3": "96D3886C5730382771CDAC9375E209FE48434767591BF889A2BD138886801326"}, "downloadUrl": "https://civitai.com/api/download/models/404645?type=Training%20Data"}, {"id": 327088, "sizeKB": 22231.98046875, "name": "Hasegawa_Marina_twosides-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T03:31:55.220Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "ABFDF212", "AutoV2": "EA20BCBB0A", "SHA256": "EA20BCBB0A50AF407DCE433A04A24E3C204169FB1732DBF5073D8BD5EF871D6A", "CRC32": "CE69B9A0", "BLAKE3": "BA2DC911F9CA2BD40AFC5838E7381FE6BC0AB335BDBE8232221E06511440072E", "AutoV3": "DBF779FDE62D"}, "downloadUrl": "https://civitai.com/api/download/models/404645", "primary": true}], "images": [{"id": 8351547, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ad43f25-f2f3-45c7-b2c9-e27f541c88c1/width=450/8351547.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UsL3cTt7-pof~Ct7s;jtRjof%LWVIVj[R*WB", "type": "image"}, {"id": 8351548, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88ee18b4-eb84-4ccf-9431-6c4608051faa/width=450/8351548.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UsL3cTt7-pof~Ct7s;jtRjof%LWVIVj[R*WB", "type": "image"}, {"id": 8351787, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4237e1c4-bcd0-4ccf-8444-b4a14f2d4266/width=450/8351787.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UiNSEYIU}v%M]:%2nmRjRPt7oyRiNGM{t7tR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/404645", "modelId": 362112} \ No newline at end of file diff --git a/datasets/metadata/404674.json b/datasets/metadata/404674.json new file mode 100644 index 0000000000000000000000000000000000000000..531a4ca37d2e729df9b6addda4e157f571b72ad0 --- /dev/null +++ b/datasets/metadata/404674.json @@ -0,0 +1 @@ +{"id": 404674, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-22T03:56:27.355Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 248, "ratingCount": 0, "rating": 0, "thumbsUpCount": 44, "thumbsDownCount": 0}, "files": [{"id": 327116, "sizeKB": 22231.37109375, "name": "Honami_Okudera_SaiminSeishidou-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T03:57:18.324Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "75AFE319", "AutoV2": "CDC0F83B15", "SHA256": "CDC0F83B15B12456C26440A81E97E758C04D41718B323B0B432DF510069ABB32", "CRC32": "A56486B4", "BLAKE3": "F4B8D27FE1C330398EEBC5F072EF63806416470F1E83835E5DE627E7FA0A857D", "AutoV3": "2990B80EAA38"}, "downloadUrl": "https://civitai.com/api/download/models/404674", "primary": true}, {"id": 327115, "sizeKB": 3544.8837890625, "name": "Honami_Okudera_SaiminSeishidou.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T03:57:04.363Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BC1245FE", "AutoV2": "89F50DDC27", "SHA256": "89F50DDC27E62D854D394CEFA7A4975AA6FB9950F01AC5E9E7A15C9B7C3E2BB3", "CRC32": "033208DA", "BLAKE3": "21CD6D08561B6FBCA59DE5735B1A0A533A681CC5AC4CDB6F08404F827C518A40"}, "downloadUrl": "https://civitai.com/api/download/models/404674?type=Training%20Data"}], "images": [{"id": 8352322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71c79372-ffa3-45e0-a87b-069da3e39739/width=450/8352322.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UpKKpIof.8t7~qof?bofE2fQxGj[IoayRjWB", "type": "image"}, {"id": 8352324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/687afd6e-85a1-48db-8d4a-eb145e4612e5/width=450/8352324.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UqKUA-of.8t7~qof?boeE2fQs:j[IoayRjWU", "type": "image"}, {"id": 8352543, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0ea6747-fef7-4457-acec-49ad1b834c60/width=450/8352543.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U+LE4-j[~qt7?aoft7ofR*Rks:ayNGofoefk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/404674", "modelId": 362143} \ No newline at end of file diff --git a/datasets/metadata/404700.json b/datasets/metadata/404700.json new file mode 100644 index 0000000000000000000000000000000000000000..37a0ece16a91131fc5d5a2508f43a593dcefa066 --- /dev/null +++ b/datasets/metadata/404700.json @@ -0,0 +1 @@ +{"id": 404700, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-22T04:26:51.902Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 218, "ratingCount": 0, "rating": 0, "thumbsUpCount": 35, "thumbsDownCount": 0}, "files": [{"id": 327145, "sizeKB": 3430.58203125, "name": "Nagisa_Fujima_SaiminSeishidou.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T04:26:39.149Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "81E64EA2", "AutoV2": "24B258FE18", "SHA256": "24B258FE184ECBD4CA39F5EC33729FB25BC81A019EEFB54A09B4A1530E9544B1", "CRC32": "34CF440A", "BLAKE3": "D3BB8F397C622A710B6BD72783E11C9DAF73A1A161662921FC550C49833B72C3"}, "downloadUrl": "https://civitai.com/api/download/models/404700?type=Training%20Data"}, {"id": 327146, "sizeKB": 22231.91015625, "name": "Nagisa_Fujima_SaiminSeishidou-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T04:26:38.728Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B1CAF747", "AutoV2": "F6F90FF581", "SHA256": "F6F90FF5812AD2827E9EF08FFC5A4486F0180ED167AE620B3C93B327F7D24AD7", "CRC32": "3F79F791", "BLAKE3": "1CD800A81ED5B521FF43A06CF15947FDF59559D03B0A8DACB8F3E5467661E260", "AutoV3": "0B973E8134B1"}, "downloadUrl": "https://civitai.com/api/download/models/404700", "primary": true}], "images": [{"id": 8353251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ff9ce42-5a5a-4031-9cdd-a949ef0934ae/width=450/8353251.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UtLqFTt7%#t7~qof.8j[E1aynia|R+jtRPWV", "type": "image"}, {"id": 8353252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e3ab5be-6c0e-4dde-b475-a40038737196/width=450/8353252.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UuLzv_t7%#t7~pof.8j[E1aynia|R+jtRPWV", "type": "image"}, {"id": 8353347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eab10c48-7503-4946-8724-ba1f869059d3/width=450/8353347.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UrLNlXRP_Nt8~Wt6x]xuM{M|ofkCIot7t6WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/404700", "modelId": 362166} \ No newline at end of file diff --git a/datasets/metadata/404714.json b/datasets/metadata/404714.json new file mode 100644 index 0000000000000000000000000000000000000000..5710ebe3f99b0d93b3bcbec90868537f5c139102 --- /dev/null +++ b/datasets/metadata/404714.json @@ -0,0 +1 @@ +{"id": 404714, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-22T04:53:37.870Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 232, "ratingCount": 0, "rating": 0, "thumbsUpCount": 42, "thumbsDownCount": 0}, "files": [{"id": 327167, "sizeKB": 4204.42578125, "name": "Yuuki_Mikage_SaiminSeishidou.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T04:56:29.121Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "78F1563D", "AutoV2": "F98CAB2BDE", "SHA256": "F98CAB2BDE0FC87B9DCD65EE6CF48FE0204006BAAF6CCD4339042DCFA68A58F8", "CRC32": "3A05F317", "BLAKE3": "A1A2FF0991CFB179C59D6EAF3DBA6A1146E06024AAE5211F6FB2E73C460C215A"}, "downloadUrl": "https://civitai.com/api/download/models/404714?type=Training%20Data"}, {"id": 327168, "sizeKB": 22232.30078125, "name": "Yuuki_Mikage_SaiminSeishidou-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T04:56:29.803Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DDDBCA12", "AutoV2": "B0A893637B", "SHA256": "B0A893637B9D072D5FC316E3673F91F58AE46ABD7D09BCE2AAEC68167387DB06", "CRC32": "A15370D3", "BLAKE3": "F6C4AC007E20E3CD6B57C486071E385EC4AB196F89E202FDBB61856298CE511B", "AutoV3": "7213E5E5AD2A"}, "downloadUrl": "https://civitai.com/api/download/models/404714", "primary": true}], "images": [{"id": 8353872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffb576c7-8cad-433e-9c5e-096c98f4d26c/width=450/8353872.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaOfu:s;Kjt7xYax_Nozx]j[i_ofIVayRka}", "type": "image"}, {"id": 8353871, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e43f4cda-7f67-477b-8496-7f88e3e328df/width=450/8353871.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaOfu:s;Kjt7xYax_Nozx]j[i_ofIVayRka}", "type": "image"}, {"id": 8354053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0720dfb-9b21-476c-a491-ed7569fdbf23/width=450/8354053.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXOy;b%L.mtS~VIU.8xu9ZRjxat7?b%LM_Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/404714", "modelId": 362180} \ No newline at end of file diff --git a/datasets/metadata/404744.json b/datasets/metadata/404744.json new file mode 100644 index 0000000000000000000000000000000000000000..7ecc4b10aceb5503dca9cd6d83c354acdcf95ea6 --- /dev/null +++ b/datasets/metadata/404744.json @@ -0,0 +1 @@ +{"id": 404744, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-22T05:18:50.041Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 307, "ratingCount": 0, "rating": 0, "thumbsUpCount": 59, "thumbsDownCount": 0}, "files": [{"id": 327201, "sizeKB": 22232.71484375, "name": "Yuu_Nozaki_SaiminSeishidou-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T05:20:37.410Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4D1191C6", "AutoV2": "2098903106", "SHA256": "20989031068A6468CBD14A90EC1DE03A3D07A33BDD17EB453B96BF0E590611B7", "CRC32": "BF2E2409", "BLAKE3": "48EAD0FA1B97E8A005D0C824467F957AB7FBEF7D9C3184DFA1BCF23C6968B9C3", "AutoV3": "F391DF1F2740"}, "downloadUrl": "https://civitai.com/api/download/models/404744", "primary": true}, {"id": 327200, "sizeKB": 4566.365234375, "name": "Yuu_Nozaki_SaiminSeishidou.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T05:20:35.578Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1C4436EF", "AutoV2": "42BAD81D0E", "SHA256": "42BAD81D0EE28257466C0652C870B3F9E354981FEDBBFDA953F8CFD1C2A7F02F", "CRC32": "783F7747", "BLAKE3": "FF3D9F4786C2E714595CBF1A947E1D6B44F810AE1D4384CDE12B1244A4AC6DBC"}, "downloadUrl": "https://civitai.com/api/download/models/404744?type=Training%20Data"}], "images": [{"id": 8354736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a65a07ce-b0e4-4625-8322-37bcf0748f1e/width=450/8354736.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UpHo8@xu.8t7~qof-;oLShWB%1WBM|ayoeay", "type": "image"}, {"id": 8354735, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4707a903-480c-4358-9790-5c66116ae9bd/width=450/8354735.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UpHo8@xu.8t7~qof-;oLShWB%1WBM|ayoeay", "type": "image"}, {"id": 8354897, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6654836-edc6-4486-8ec7-51d584f5e4af/width=450/8354897.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UtHLl9xa?vkC~qof-;bHbbWBsnjZM|azjYof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/404744", "modelId": 362209} \ No newline at end of file diff --git a/datasets/metadata/404806.json b/datasets/metadata/404806.json new file mode 100644 index 0000000000000000000000000000000000000000..840cf202b87655e7f09666fe7cbc2380df633bbb --- /dev/null +++ b/datasets/metadata/404806.json @@ -0,0 +1 @@ +{"id": 404806, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-22T06:33:08.187Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 316, "ratingCount": 0, "rating": 0, "thumbsUpCount": 49, "thumbsDownCount": 0}, "files": [{"id": 327261, "sizeKB": 22232.75390625, "name": "Yui_Obata_SaiminSeishidou-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T06:31:11.200Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "35F46BA9", "AutoV2": "B203BA7A55", "SHA256": "B203BA7A551F605DC607C92C0F0401E05E3EED332EB3E8E5056DE7F394EEACDF", "CRC32": "5125496E", "BLAKE3": "5202066B2DB396DCFD5BA501ECC0E97090B1562871A78E0F35CDD8B8B6A2F3D5", "AutoV3": "6FD5500CCF3C"}, "downloadUrl": "https://civitai.com/api/download/models/404806", "primary": true}, {"id": 327260, "sizeKB": 6361.0185546875, "name": "Yui_Obata_SaiminSeishidouV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T06:30:47.817Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B7FBCFBF", "AutoV2": "4B94479EA9", "SHA256": "4B94479EA91F742EFEB8CB68486164F90D03EF1C0F982CB67B83CB263FF24D9B", "CRC32": "16D02348", "BLAKE3": "6C4B020C2D01161FA227B885372F670A14C49C825E518162266AF5058CAC6C44"}, "downloadUrl": "https://civitai.com/api/download/models/404806?type=Training%20Data"}], "images": [{"id": 8357304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a98e198b-ced7-4b72-9b59-d155cfbf612c/width=450/8357304.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U+LDu:oLyEof~Wof%gkCM|j[jZayM|ayR%j[", "type": "image"}, {"id": 8357303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3249cb8b-b62a-41ed-b824-14e971abebc8/width=450/8357303.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U+LDu;oL%hof~Wof%gkCM|j[jZayM|ayR%j[", "type": "image"}, {"id": 8357562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7aa1b0a6-45da-45e8-8b9e-60d72ecb09ae/width=450/8357562.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UxL;8MRj_Noz~Vt7o}t7oKV@Wpj[R*ofoKay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/404806", "modelId": 50049} \ No newline at end of file diff --git a/datasets/metadata/404831.json b/datasets/metadata/404831.json new file mode 100644 index 0000000000000000000000000000000000000000..30864e13b8b1063adffd3e8b222faa4d0799187b --- /dev/null +++ b/datasets/metadata/404831.json @@ -0,0 +1 @@ +{"id": 404831, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-22T06:55:45.061Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 399, "ratingCount": 0, "rating": 0, "thumbsUpCount": 62, "thumbsDownCount": 0}, "files": [{"id": 327285, "sizeKB": 22232.35546875, "name": "Sakura_Miyajima_SaiminSeishidou-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T06:57:25.445Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8542B755", "AutoV2": "489FA347E8", "SHA256": "489FA347E8D07F7C412E780B2339400527A86A00EFE6D4079AB7584E041CD7C2", "CRC32": "E2861BAD", "BLAKE3": "14B9B191CC0107B3F3EA8FC968120EB758A00F9BC1CE8631B70D34A0F60E4DDE", "AutoV3": "52B2642B3B18"}, "downloadUrl": "https://civitai.com/api/download/models/404831", "primary": true}, {"id": 327286, "sizeKB": 3658.9794921875, "name": "Sakura_Miyajima_SaiminSeishidouV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T06:57:29.327Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "73223008", "AutoV2": "C0E12B9595", "SHA256": "C0E12B9595E00C4EEE18EB0151F3CD7C1EFDBC59B7A31BF80FB85F1C0573E0F3", "CRC32": "53C6EDB1", "BLAKE3": "9127CB0DC295411DC93F16A34792D5647F4FFAF432A95C04B4379564E278320E"}, "downloadUrl": "https://civitai.com/api/download/models/404831?type=Training%20Data"}], "images": [{"id": 8358581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f54dda08-2067-4394-915e-627baa7455ac/width=450/8358581.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UnK-Rlxu%#WB~qt7-;t6IoRjxZofRkV@RPfk", "type": "image"}, {"id": 8358580, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94056afb-e789-42cd-959c-ab8339930ca6/width=450/8358580.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UnK-Rlxu%#WB~qt7-=t6IoRjxZofRkV@RPfk", "type": "image"}, {"id": 8358835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f930ac73-b4c3-4063-b26f-4b22e5382248/width=450/8358835.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UdKnPX%M_NNG_3%M%MxuIoIU%MRjX9t7jERj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/404831", "modelId": 50293} \ No newline at end of file diff --git a/datasets/metadata/404860.json b/datasets/metadata/404860.json new file mode 100644 index 0000000000000000000000000000000000000000..b3e7f3a0082260e998a51d660a54f35ba22932cd --- /dev/null +++ b/datasets/metadata/404860.json @@ -0,0 +1 @@ +{"id": 404860, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-22T07:25:06.163Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 303, "ratingCount": 0, "rating": 0, "thumbsUpCount": 53, "thumbsDownCount": 0}, "files": [{"id": 327311, "sizeKB": 22232.67578125, "name": "Akino_Sakagami_SaiminSeishidou-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T07:26:45.629Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D785D633", "AutoV2": "39FFB9BD1C", "SHA256": "39FFB9BD1C0B420397D0D0AD69D70A9AF57CCD9CECE41238D651D6165029F9C0", "CRC32": "B34E1719", "BLAKE3": "851FC52345F76CAE59ECE7FB47C1C2CA6D6E4BE52293E2FF0451B783715344DB", "AutoV3": "23DAA9AC3FA6"}, "downloadUrl": "https://civitai.com/api/download/models/404860", "primary": true}, {"id": 327310, "sizeKB": 3926.46484375, "name": "Akino_Sakagami_SaiminSeishidouV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T07:26:51.393Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BED65800", "AutoV2": "D4C3070E76", "SHA256": "D4C3070E76BF85BBCEB8B551749A069A8B54C3FA102722A1A5C14AF7846211CA", "CRC32": "3E412F60", "BLAKE3": "606596F9D1B0072148D96721C1DA89DB215518CB39FFC06AE231542C28C7AAF8"}, "downloadUrl": "https://civitai.com/api/download/models/404860?type=Training%20Data"}], "images": [{"id": 8359732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b1f5179-ee28-4aab-bb92-3420d6a11ff4/width=450/8359732.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UxKU7wj[%#of~pof%gkCNHj[s.ayIof6WBj[", "type": "image"}, {"id": 8359734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5dfa36b-3e0b-4471-99f3-70e8e8cb1307/width=450/8359734.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UxKdoPj[%#of~qof%gkCNHj[s.ayIof6WBj[", "type": "image"}, {"id": 8359875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c30a1226-fa08-4c61-bd14-a0b1219c7522/width=450/8359875.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UkLD}q-;_NW=~Wj@x]WBtRM{%2t7NHt7RPRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/404860", "modelId": 50398} \ No newline at end of file diff --git a/datasets/metadata/404935.json b/datasets/metadata/404935.json new file mode 100644 index 0000000000000000000000000000000000000000..bc3fca236888b96c54d49afe765bfe3dc3c6527f --- /dev/null +++ b/datasets/metadata/404935.json @@ -0,0 +1 @@ +{"id": 404935, "index": 0, "name": "Ariadne d\u00edaz", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-22T09:50:11.205Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 54, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 327454, "sizeKB": 36979.1171875, "name": "Ariadne_d\u00edaz-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T09:40:15.318Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8D2C913F", "AutoV2": "C858B33A6D", "SHA256": "C858B33A6D1AF93AC37A69AA77E1C00410FB6980DB88E99982B7ED44AA13346C", "CRC32": "2009174C", "BLAKE3": "9393FB8DF7294E80E42FE9E0061490A72CE4FC7A3D595237F7C1CC42F456F3FA", "AutoV3": "90B576150858"}, "downloadUrl": "https://civitai.com/api/download/models/404935", "primary": true}, {"id": 327407, "sizeKB": 1498.84375, "name": "404935_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T08:56:08.639Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "85F8D78851", "SHA256": "85F8D78851C1DBCB93C20FB8A503BFBB2A274807211EB359BA29BC40DB520E74", "CRC32": "695C8AB8", "BLAKE3": "F810D0FF380DA00EEAE668AE43C03C11E62EF746176C78F9E20C177E551D46E4"}, "downloadUrl": "https://civitai.com/api/download/models/404935?type=Training%20Data"}], "images": [{"id": 8364177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/390a9bd2-46d8-44a6-b49d-4faca8ee4259/width=450/8364177.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U28N2%niPUEf~V%1-os:9uWVxFNHI;oL-oWV", "type": "image"}, {"id": 8364200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/077ed64e-2e7b-420c-b841-c9d31644f976/width=450/8364200.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U167lz-CG@F1B7IW%0-U0#9u}?t6EhxZI=t6", "type": "image"}, {"id": 8364217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef3704a7-8e03-4dbf-bc26-d2818c0a8c43/width=450/8364217.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U48plm.9PU~WI.IVxCNH0MV@$%r?I=xZR-ax", "type": "image"}, {"id": 8364233, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d49705cd-2711-4823-b308-19ccaae4b93e/width=450/8364233.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U39GHv_37}?bXlNK~At802IU=wE1EMn+xaj]", "type": "image"}, {"id": 8364279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24c56c54-9367-4628-9539-7fd00afae0f0/width=450/8364279.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U39~yh$$^jSgS#EM}rs.0NEM=xj@=x$%xZR+", "type": "image"}, {"id": 8364333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44842671-ca1f-4a26-ac6d-ef5fef0522d1/width=450/8364333.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U36k0C_NyX=}%KWExZIp9taK%1R-bYofofah", "type": "image"}, {"id": 8364251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f08e6aad-2f09-4242-9928-7d2ea8d26099/width=450/8364251.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U15|=v,;0#5R0zxu-9t70g57}@$hE2%2WBNw", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/404935", "modelId": 362389} \ No newline at end of file diff --git a/datasets/metadata/404973.json b/datasets/metadata/404973.json new file mode 100644 index 0000000000000000000000000000000000000000..f549500acdcdfcbf907188520c6642d126a97974 --- /dev/null +++ b/datasets/metadata/404973.json @@ -0,0 +1 @@ +{"id": 404973, "index": 0, "name": "dr simi x mama lucha", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-22T18:00:00.000Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 28, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 327477, "sizeKB": 863337.18359375, "name": "dr_simi_x_mama_lucha.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T10:10:55.694Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4E647FFB", "AutoV2": "7ED8E4E608", "SHA256": "7ED8E4E60817604D74B037A1B8899E8177FAA297092B530A462AC4E6F5A96EED", "CRC32": "AC1D6D21", "BLAKE3": "D848156ABA0EA7DE4C3A4867195C05C49BDD9BA402FF8C890741D2DD8F180572", "AutoV3": "2B1140A06BB4"}, "downloadUrl": "https://civitai.com/api/download/models/404973", "primary": true}, {"id": 327427, "sizeKB": 9895.3837890625, "name": "404973_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T09:05:42.981Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "20D13E31", "AutoV2": "9A29705979", "SHA256": "9A297059790CDC17B6F4A3FC8212639E93758943316A1ECD8377A9D73AC375E8", "CRC32": "E32802E1", "BLAKE3": "BA78C3A958EDBD382FF4348BC7533953756689266E4C33654EA29EC2D93642A9"}, "downloadUrl": "https://civitai.com/api/download/models/404973?type=Training%20Data"}], "images": [{"id": 8365202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bd62924-70fe-4576-94ed-819ceee43bf6/width=450/8365202.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEG*m4;b0.%j0mEkEls9rtS*t5ROIqxCt2WE", "type": "image"}, {"id": 8364889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/450837d9-5dda-423e-a664-6f644a092b8e/width=450/8364889.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJI4egTm^U=c#b^6S~sOE;v{I.x9$nx?kS$%", "type": "image"}, {"id": 8365133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1543d90-6c4c-4b0c-8541-744ff8054630/width=450/8365133.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7Fhnk=@51vp05I@0NWB1BR:AmtLzaWBy4sS", "type": "image"}, {"id": 8364917, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00d5cee0-22ca-453d-a316-83847e081183/width=450/8364917.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDF%3O$zGcw3}%WqPSwJEVKOvywIHAKOVaaN", "type": "image"}, {"id": 8365090, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6c34b0f-c41f-4386-a84f-01b1d2e2b11e/width=450/8365090.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6JQ}[-W00TB=Dt6O[WB00S_~qi{^lNF9r-p", "type": "image"}, {"id": 8365171, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/659c0527-7153-4ac3-9f7a-7aedfa788ab1/width=450/8365171.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOLDxk$,~USt$$WAX9S$$$WTI;xbxukBawV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/404973", "modelId": 362422} \ No newline at end of file diff --git a/datasets/metadata/405020.json b/datasets/metadata/405020.json new file mode 100644 index 0000000000000000000000000000000000000000..0f590a3b420bfd380ec756b174698560fe9c188c --- /dev/null +++ b/datasets/metadata/405020.json @@ -0,0 +1 @@ +{"id": 405020, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-22T09:59:34.274Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 350, "ratingCount": 0, "rating": 0, "thumbsUpCount": 78, "thumbsDownCount": 0}, "files": [{"id": 327466, "sizeKB": 6314.9521484375, "name": "Izumi_Nogami_Bullied.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T10:06:23.912Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "47F5BF35", "AutoV2": "4FEDD7F26C", "SHA256": "4FEDD7F26CAD1D4286F0B8E869C909E6C2B8DF7024297189900A4012DEA57E8A", "CRC32": "F6DC1A06", "BLAKE3": "0C752B60DFF8959AFBCEDD197A51A241DE2386679137D87B4CD5058EF4EB1EF7"}, "downloadUrl": "https://civitai.com/api/download/models/405020?type=Training%20Data"}, {"id": 327467, "sizeKB": 22233.79296875, "name": "Izumi_Nogami_Bullied-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T10:06:25.240Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2B3A36DB", "AutoV2": "72181E20CC", "SHA256": "72181E20CCC01E4532BCABD1429817A58FEA6961EEBD23351D372B143EDD5A59", "CRC32": "FDF901D9", "BLAKE3": "93A8CCF9806E8CD27B070903102F33BDE444893FDEBDC9812807A330D8FB2C91", "AutoV3": "35B8BA0DB0C7"}, "downloadUrl": "https://civitai.com/api/download/models/405020", "primary": true}], "images": [{"id": 8364544, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8acac4ae-ec82-4c5a-bc7c-f0877e53ec81/width=450/8364544.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UkO3hF?b.mx]V?of%MWB%NM{s:ayRPoftRof", "type": "image"}, {"id": 8364543, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/582efec8-61af-4c60-96e1-14de2f555d05/width=450/8364543.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UkO3hF?b.mx]V?kC%MWB%NM{s:ayRPs:tRof", "type": "image"}, {"id": 8364655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96c1f4ae-ab58-4694-8e20-1d3616ced89a/width=450/8364655.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcN]kVx]?^s-%Ms:%ho}I;IUoLV@?HozbFxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/405020", "modelId": 362468} \ No newline at end of file diff --git a/datasets/metadata/405060.json b/datasets/metadata/405060.json new file mode 100644 index 0000000000000000000000000000000000000000..3b46b6e0bbc4a52e6a716412c139b76d8a4c474f --- /dev/null +++ b/datasets/metadata/405060.json @@ -0,0 +1 @@ +{"id": 405060, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-22T10:26:42.332Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 319, "ratingCount": 0, "rating": 0, "thumbsUpCount": 71, "thumbsDownCount": 0}, "files": [{"id": 327509, "sizeKB": 22231.91015625, "name": "Sae_Hinata_Bullied-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T10:27:28.856Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B1CAF747", "AutoV2": "97F83938F7", "SHA256": "97F83938F7ABE02149EA7F5C06F16B1A250350B12193B625EE48110D93D0DDF1", "CRC32": "27A745F9", "BLAKE3": "06752925D2E98BCCB1793E050FE6E93A214ED5EC7FA6DAF1D62D8FFD86E0EF3A", "AutoV3": "0A068B286B4D"}, "downloadUrl": "https://civitai.com/api/download/models/405060", "primary": true}, {"id": 327511, "sizeKB": 3885.71484375, "name": "Sae_Hinata_Bullied.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T10:27:43.875Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "493D881A", "AutoV2": "84554FF269", "SHA256": "84554FF2698560FA0AEBC223592975D270D421AA47ED927B02BAF04D581FF636", "CRC32": "4A464443", "BLAKE3": "5F5C57C26BF37C42612FF21FC6FE5317944234F82D6BF8E31D3D694A0FBB44B9"}, "downloadUrl": "https://civitai.com/api/download/models/405060?type=Training%20Data"}], "images": [{"id": 8365267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/063d9cdb-5e93-41c8-b6be-a1706d41552b/width=450/8365267.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UKM6n_~VO@%101xuw[oes+jZ$*s:o#oM^*S4", "type": "image"}, {"id": 8365273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9215381f-3800-4b01-9a55-ae49d747f4d3/width=450/8365273.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UKM6n_~VO@%101xuw[oeobjZ$*s:o#oM^*R-", "type": "image"}, {"id": 8365560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/424ba8ed-9dda-4155-b73c-373e31bd7622/width=450/8365560.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMMssK$e_4%2_3sp_3Mx0fIA_3jG-pi^s:f+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/405060", "modelId": 362503} \ No newline at end of file diff --git a/datasets/metadata/405265.json b/datasets/metadata/405265.json new file mode 100644 index 0000000000000000000000000000000000000000..763bc012ddd720ca425d7c73b0eabc386744ea1c --- /dev/null +++ b/datasets/metadata/405265.json @@ -0,0 +1 @@ +{"id": 405265, "index": 0, "name": "Nami (one piece)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-22T14:03:47.804Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["nami (one piece)"], "stats": {"downloadCount": 91, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 334149, "sizeKB": 147571.71875, "name": "nami-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T10:44:12.724Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C3F0D791", "AutoV2": "A0E59AEEB6", "SHA256": "A0E59AEEB646FA704584D194433C5CADD19FCBCAA779231D82DF9AAB154846BC", "CRC32": "7B3058D4", "BLAKE3": "E36B1E73A6C15737446A0D17F55D58831ADC4A3AF8DCEC8D48BA67224D54B5D9", "AutoV3": "28C4A938F1D5"}, "downloadUrl": "https://civitai.com/api/download/models/405265", "primary": true}, {"id": 327725, "sizeKB": 4256.94921875, "name": "405265_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T13:50:44.046Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4ADD9A06", "AutoV2": "5A0FC3A8B5", "SHA256": "5A0FC3A8B5CB42B697A46B24ED02FA4164943A4DB7999CA70C12F1FE0BB82F60", "CRC32": "F88525E4", "BLAKE3": "1B9D7407638BF6C63B9307953237C4D5376B3089D4EC2A9C5D1B0C5DB5641591"}, "downloadUrl": "https://civitai.com/api/download/models/405265?type=Training%20Data"}], "images": [{"id": 8374620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ed609ba-514a-44fc-a680-207e9c6ebd03/width=450/8374620.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UHKdVa@a00Eeuj7JJA}@0y-W_2IUs.n4ShWB", "type": "image"}, {"id": 8374622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca8f3389-a30d-45d4-8256-2206fb353437/width=450/8374622.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UMMQFk-:03NG?Kaf%$xus?WB?H%MRj-VbFIp", "type": "image"}, {"id": 8374625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cff4e176-e474-4a25-a69b-ea6c31176ae7/width=450/8374625.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "ULMj5R~W2wS~W0?c-?IV4-aiXNozD*oft7M|", "type": "image"}, {"id": 8374621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc7ca99b-9dbf-4c84-9c9b-f2b29987edac/width=450/8374621.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U9Mi=%ZO00^$00pKK}IA00MeK5?]wNt5?bIW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/405265", "modelId": 362690} \ No newline at end of file diff --git a/datasets/metadata/405315.json b/datasets/metadata/405315.json new file mode 100644 index 0000000000000000000000000000000000000000..4e4be16b09b6d78ba464a3d6fb5572121bd6aa21 --- /dev/null +++ b/datasets/metadata/405315.json @@ -0,0 +1 @@ +{"id": 405315, "index": 0, "name": "yaoruzu", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-23T03:58:58.671Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["yaoruzu"], "stats": {"downloadCount": 70, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 328810, "sizeKB": 147573.125, "name": "yaoruzu.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T04:00:49.504Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EDC35BBA", "AutoV2": "D3E8E8AACE", "SHA256": "D3E8E8AACEB2DFE6297F408E1536A6242DEEDD3567EF2B63048043424EFE95F3", "CRC32": "1810C944", "BLAKE3": "3BED6819378D1D64E95CF0A3219D60A9FD95BE9D68C3A57A0BE30F8478841B62", "AutoV3": "B8A7CB2A71DD"}, "downloadUrl": "https://civitai.com/api/download/models/405315", "primary": true}, {"id": 327765, "sizeKB": 7486.4365234375, "name": "405315_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T14:21:14.127Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "62AC9B85", "AutoV2": "4ECC5D4AB2", "SHA256": "4ECC5D4AB2AA893FB4EF08248DE40CC0FDB2A883D019D3E0DA98DC6B13DFAD76", "CRC32": "CF3573CC", "BLAKE3": "FE399D7670D0D3B7F7788787D41FA0D08CFFAAF7470239FAB0058B06471E429A"}, "downloadUrl": "https://civitai.com/api/download/models/405315?type=Training%20Data"}], "images": [{"id": 8409887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa696ae4-e793-4322-96b3-26e26e25b03c/width=450/8409887.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UBK]_ltT00xt00Iq-pj?00s+~BxD00xsIoRk", "type": "image"}, {"id": 8409884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e27a331-f29f-4739-b26c-86552bbbf5a8/width=450/8409884.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UBKv~o_300?H00o}n$tl0MMx~CMx4Ten-Pnh", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/405315", "modelId": 362735} \ No newline at end of file diff --git a/datasets/metadata/405538.json b/datasets/metadata/405538.json new file mode 100644 index 0000000000000000000000000000000000000000..905fddb5d71ae0ca8f25b424f40b3d057ba81826 --- /dev/null +++ b/datasets/metadata/405538.json @@ -0,0 +1 @@ +{"id": 405538, "index": 0, "name": "zaki 1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-25T20:16:13.116Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 38, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 333312, "sizeKB": 223099.30078125, "name": "zaki_1-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T20:11:21.405Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DFFBACFF", "AutoV2": "6D103A1E43", "SHA256": "6D103A1E43C7C6F31A90D6C32C90BDA8B274EC316A07C54FB62F26FF8844146E", "CRC32": "F7AB2F11", "BLAKE3": "FD5AAD8060B7BC72BA4C0FE0B9ACF08A4DD3728C3176AEB83247E31F8E77AA37", "AutoV3": "A7149AEC0B37"}, "downloadUrl": "https://civitai.com/api/download/models/405538", "primary": true}, {"id": 327999, "sizeKB": 937.79296875, "name": "405538_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-22T17:05:54.669Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "EB66378991", "SHA256": "EB66378991077E9D55114C52C63277E1CD9F2229098A613DAB323DF700FA66CB", "CRC32": "AC489FFC", "BLAKE3": "C129C205A5B88907E0794AB789FF150F2F79A9748C00F900954FC8395A2ED564"}, "downloadUrl": "https://civitai.com/api/download/models/405538?type=Training%20Data"}], "images": [{"id": 8562125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4aeaaccb-21ce-4b62-b120-bf16b2b8b51d/width=450/8562125.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8Eo;;4=0cDQEV%29jR$7i^%#8TI?]xuw#br", "type": "image"}, {"id": 8562121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b80a1846-9509-4085-9cbf-da57ba05e50e/width=450/8562121.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGD]bg~qAAM__4_3xvNGS*?b^+kC%M-;-;%2", "type": "image"}, {"id": 8562122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00a82ed4-9577-4555-a1e9-a90863b3cd4c/width=450/8562122.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UDE:nc%eHEkiMAt7IbRk0MtMw6RlNwt5$xX4", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/405538", "modelId": 362920} \ No newline at end of file diff --git a/datasets/metadata/406360.json b/datasets/metadata/406360.json new file mode 100644 index 0000000000000000000000000000000000000000..de1463fe2f8e14d2e26e2c93cec02072c5f6da22 --- /dev/null +++ b/datasets/metadata/406360.json @@ -0,0 +1 @@ +{"id": 406360, "index": 0, "name": "cynthia", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-23T05:04:58.695Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["cynthia"], "stats": {"downloadCount": 116, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 334137, "sizeKB": 147571.25, "name": "cynthia-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T10:15:48.999Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8EE76DBD", "AutoV2": "536BA26DA3", "SHA256": "536BA26DA365AD88BAF8DF5C0772D40AB21FF76F7C7A35083277C4D11B31E2A2", "CRC32": "4054588D", "BLAKE3": "E0A6FF2F1219F2C69D28976A88859924FB7C036AE55CAAA411033D98CA7005D3", "AutoV3": "8F2681B0C48A"}, "downloadUrl": "https://civitai.com/api/download/models/406360", "primary": true}, {"id": 328790, "sizeKB": 7630.439453125, "name": "406360_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T03:50:59.586Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1DE6FC18", "AutoV2": "B1853CAF4F", "SHA256": "B1853CAF4F13434D08BBF6C1D6E2F5A0F7C80B136476233DC7415A0BB1B9ADE4", "CRC32": "50E67E20", "BLAKE3": "EB4A943DB92321C4E942EAF8E87EE0A7C2FE93E217BAE0155D0610B5AA900D90"}, "downloadUrl": "https://civitai.com/api/download/models/406360?type=Training%20Data"}], "images": [{"id": 8410004, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a6f67fc-2f58-4883-b967-06938dee3e6c/width=450/8410004.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U8L:[d0000MKiuQ,DtMK02%g}Jrx|;Y6#QnV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/406360", "modelId": 363668} \ No newline at end of file diff --git a/datasets/metadata/406483.json b/datasets/metadata/406483.json new file mode 100644 index 0000000000000000000000000000000000000000..e65e68d9b1e77f9dd2673f5103f4cb6232a8c22e --- /dev/null +++ b/datasets/metadata/406483.json @@ -0,0 +1 @@ +{"id": 406483, "index": 0, "name": "softpeach style", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-23T05:40:04.517Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["softpeach style"], "stats": {"downloadCount": 152, "ratingCount": 0, "rating": 0, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 328907, "sizeKB": 3154.5244140625, "name": "406483_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T05:35:46.085Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "ED639F06", "AutoV2": "0C3A3F70EB", "SHA256": "0C3A3F70EB7FB4EE386A4C512861D1E59958B9805E65C588197266BA1BCF7859", "CRC32": "40A79A4B", "BLAKE3": "D558DE87DBB5E873EA25B11577379899E0887494D0FA76871AF1F331D0464E32"}, "downloadUrl": "https://civitai.com/api/download/models/406483?type=Training%20Data"}, {"id": 328913, "sizeKB": 147574.453125, "name": "softpeach__style-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T05:40:50.900Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0B46ADE4", "AutoV2": "9735CC1F25", "SHA256": "9735CC1F2570AB951F9D088AA0F2896C8389BB9377DA5C0F7BC461396E989983", "CRC32": "BF07EEE8", "BLAKE3": "21188380A1DD98E7B62CCF414745F3C661D2BCFE939F82FA413F44DA13E3B86C", "AutoV3": "A09044908BE9"}, "downloadUrl": "https://civitai.com/api/download/models/406483", "primary": true}], "images": [{"id": 8410874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39aaf2c1-7a0b-464a-8933-b6acbbb82920/width=450/8410874.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UKQHFf%LhioLzVn%+~nkv%aeW?nk}[f7R.of", "type": "image"}, {"id": 8410873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f14c031-2364-4054-85f9-3146dbc5a811/width=450/8410873.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UDQaaJ}Iy@-V*{n5-WpG+]NsrxOm#-t7S5WA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/406483", "modelId": 363775} \ No newline at end of file diff --git a/datasets/metadata/406501.json b/datasets/metadata/406501.json new file mode 100644 index 0000000000000000000000000000000000000000..e2b462746d5b808976cd1d70fe4c16ffda9e7030 --- /dev/null +++ b/datasets/metadata/406501.json @@ -0,0 +1 @@ +{"id": 406501, "index": 0, "name": "PopArtXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-31T09:35:57.109Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["prtxztl"], "stats": {"downloadCount": 374, "ratingCount": 0, "rating": 0, "thumbsUpCount": 48, "thumbsDownCount": 0}, "files": [{"id": 328929, "sizeKB": 179193.9208984375, "name": "406501_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T06:02:00.839Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4977549C", "AutoV2": "B6BCC5AD04", "SHA256": "B6BCC5AD042DEAFC7698EF45734E1DDD5E476D39D6F4339C7B20B39BDA920633", "CRC32": "5D36C863", "BLAKE3": "73B3D05C95C2359F0B1C2580F575B89E40D36A4E77DB25CF0F129DE1643907AE"}, "downloadUrl": "https://civitai.com/api/download/models/406501?type=Training%20Data"}, {"id": 342236, "sizeKB": 223106.15234375, "name": "PopArtXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-31T09:35:52.677Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "38C9D2F4", "AutoV2": "872912105A", "SHA256": "872912105AE6C76377F92E3C241197F612B16B745985AABED33DBD36535460F5", "CRC32": "2BB026B7", "BLAKE3": "F40ABED941F5CF922C8A568EDAED37CC2008A2EDAC94A85BD8DA01A63C13A03B", "AutoV3": "3488B65876F2"}, "downloadUrl": "https://civitai.com/api/download/models/406501", "primary": true}], "images": [{"id": 8884568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3c4c145-8ed8-4cd6-a76a-6841442a8e89/width=450/8884568.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMMY4+WB}G#XQdt3Idr_.IW.9va#w|oekUNH", "type": "image"}, {"id": 8883764, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9c93500-1bdc-4356-bf8b-ea269e130b58/width=450/8883764.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGMMp3D*[^}]]:V[%3-W_-x]NFIU:BOmnOm.", "type": "image"}, {"id": 8884944, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a93faf2e-e67f-41b0-8a1f-fcfde6829231/width=450/8884944.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHKufkbpE9NK}qs;IWxZMys:-Ujc#EWW-VjG", "type": "image"}, {"id": 8884455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/054cddac-dc88-4400-8709-c22bfb27bd18/width=450/8884455.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UIK[b$5kzX}?*Nxa9#Ir%Ds;-zNYzZR%tTxH", "type": "image"}, {"id": 8884943, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/551edbfa-bf36-4c41-96dd-dca6794b9a4d/width=450/8884943.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFLLdm0h#a}E^wrcEOSw]mt6-CRkvPs,-BxF", "type": "image"}, {"id": 8884511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/137a65fa-790a-47ad-8e44-b439b4c7782d/width=450/8884511.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UTI}j;~2AS^yx:$7s9aM57OTs=NIx-$$%Js.", "type": "image"}, {"id": 8884512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe1354f2-cff0-457c-9523-de350707e110/width=450/8884512.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAHncev606^~_fO:MUD;0FE|?FNII0=s?o-%", "type": "image"}, {"id": 8884569, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4c182e8-247b-4da0-91a4-b81939d84237/width=450/8884569.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "ULLB;5bX}IxG#UWVRVnQrZR-9wWq^zs:RRaf", "type": "image"}, {"id": 8884706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/784ebe83-441c-47ea-87ba-18de211e98a6/width=450/8884706.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGKwF0Y4=#IBIU9wDjpG7e=|~lWnw[VE^frZ", "type": "image"}, {"id": 8884913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07de36fa-10d5-4948-afb7-822a8ad93c6c/width=450/8884913.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKL2@g+M9cnh}QGEI@oIognh=yozm@$ykCs;", "type": "image"}, {"id": 8884670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/532aa9cc-72ec-400d-94db-eabad28d1eda/width=450/8884670.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "ULKS;Fnz}YIr95X-D+NbKlIo?D%0rXoM$xs9", "type": "image"}, {"id": 8884653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/243b5d97-3132-4a87-961c-2cec06e73c80/width=450/8884653.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGL.h;-yrX^]-]X4x-%D=:w6o#E8?*I[D.w}", "type": "image"}, {"id": 8884982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e55b353-0b40-4257-85d1-a9afca981cc0/width=450/8884982.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UVJGvKxZNEr=|[afS#NbV]i{xat6vzR*wcoz", "type": "image"}, {"id": 8885070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1520035e-1745-4f08-ad08-8b487c7353c9/width=450/8885070.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UXI{dHkVH]Io}Wbar=oIITnktit6w0WBtRbb", "type": "image"}, {"id": 8885027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3148129-02a2-49c1-af4d-f7ef939775fd/width=450/8885027.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGMYi:%1?8M}}NouX%xU=eslV}xa7ZRoo|Nx", "type": "image"}, {"id": 8885042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fa91d78-4aff-4bbb-b66d-db151365c5ff/width=450/8885042.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UELo[iDr%COZ:Ot3%st0~A-ORkw}68FwOasF", "type": "image"}, {"id": 8885072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75548711-38df-4ea8-b2d2-893f9dc0c11b/width=450/8885072.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFL2r2^%D70M:zIobw-m}sv.rC^iMwS^-=I[", "type": "image"}, {"id": 8885043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f722eeaa-8aee-42de-8441-187316046f2e/width=450/8885043.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAKl?gaf91M+:9wJO@oN_KbuGF$QA0nht8NK", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/406501", "modelId": 363789} \ No newline at end of file diff --git a/datasets/metadata/406504.json b/datasets/metadata/406504.json new file mode 100644 index 0000000000000000000000000000000000000000..3bd73426367476e6de0883f0c854b157ed3531c3 --- /dev/null +++ b/datasets/metadata/406504.json @@ -0,0 +1 @@ +{"id": 406504, "index": 0, "name": "v1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-30T06:31:14.059Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["pptlszxl"], "stats": {"downloadCount": 353, "ratingCount": 0, "rating": 0, "thumbsUpCount": 43, "thumbsDownCount": 0}, "files": [{"id": 340503, "sizeKB": 166553.54296875, "name": "PopArtPonyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T06:30:41.354Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D6CB1978", "AutoV2": "75696336B7", "SHA256": "75696336B7F0E2004075B9C39B225181111290C955067E40ECA32E96FF4C2717", "CRC32": "A0B2381D", "BLAKE3": "8B9309FEB0B6820B6E1ED98C715F5C1C3DDE83D059F57C3C4BAFC3FFEC5C88F7", "AutoV3": "C67E8706C2B6"}, "downloadUrl": "https://civitai.com/api/download/models/406504", "primary": true}, {"id": 328935, "sizeKB": 179253.228515625, "name": "406504_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T06:11:03.808Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5DB8FB12", "AutoV2": "6D0292A98C", "SHA256": "6D0292A98CC47346094565DACB115D4D3CD9F1A8FB39E6E52C24AFDA068FABBB", "CRC32": "B647A6F9", "BLAKE3": "E2AD250C5703D7214B36AAB88A6E86D7C7F7224B3E085E6709BE9BABAB19C4AB"}, "downloadUrl": "https://civitai.com/api/download/models/406504?type=Training%20Data"}], "images": [{"id": 8816539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37cd1a84-0218-4164-a753-0ab7885872d0/width=450/8816539.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKL_UtNIaJ$f{Lnjztn%;Rt6kmWE05ocKQbI", "type": "image"}, {"id": 8817905, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea2363a3-1747-43d4-a943-36a858fe5fc7/width=450/8817905.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UTJjMJ-U%3sC[oxGIpR*~BS1t7oe9aR+%Ls:", "type": "image"}, {"id": 8816541, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c5f35f9-b77c-44f4-b1e2-b009fd48cb2e/width=450/8816541.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOM$L%E3~2-n]}-ns,RQGGEP$*xZox$f$*s:", "type": "image"}, {"id": 8817479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9688e2a3-f1f3-4523-bc59-9ab28ac8d58e/width=450/8817479.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMLemKEN;S=dUc%0ICNI~Vs.J-SgDkM}%1t6", "type": "image"}, {"id": 8816540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/028a2fd6-bcf8-434f-8f9f-c109934da967/width=450/8816540.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWNsN_Sd{N=evWjbN2RnKbfj%Gk8vnayR:oM", "type": "image"}, {"id": 8817480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57258302-80d4-439a-a41e-caa1fb7c9e8d/width=450/8817480.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMJGyp%2rs-Uq]WAMyR-~pXS^hoJ5?S5%KxZ", "type": "image"}, {"id": 8817477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/619f376b-6819-40c3-80da-fdaebd03c273/width=450/8817477.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UaJ~r*x=;jnh~8xYxUocBlRlxrox#mRmxao3", "type": "image"}, {"id": 8817478, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9374c4ce-ccd0-49b0-87d3-e24926c359c2/width=450/8817478.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U9GRC?9uR:-V03s.Iua{VXxtM{Ip~pSNXli_", "type": "image"}, {"id": 8817476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4e561d7-cd88-46a1-975a-b1ffc961a491/width=450/8817476.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UCIyztE4:G~B8}tQ$+rE=z#:o@I]aKxsaPwI", "type": "image"}, {"id": 8817496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1840326f-923e-4e43-9b5f-18b37c2a25b1/width=450/8817496.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKKRtW%2:TR6|POUjFniE1RkpG%1rHsmoySf", "type": "image"}, {"id": 8817907, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a4021b2-766b-4ab9-a47f-7adfb96c7ddd/width=450/8817907.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UNNv3WQ;RM-P}zo_-:t3_1S$nNR:D%rrJEoc", "type": "image"}, {"id": 8817903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/590dc60d-af70-4a71-b6c4-f20a0f90b172/width=450/8817903.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "URLe$UM,~KRSV0RlNyaj%It5tMf#aeWCxsoe", "type": "image"}, {"id": 8817906, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0b8c3dc-58a7-4d77-a3f7-75a80706dc89/width=450/8817906.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBKwv;%mu7xe4m$,.QD*_HIEQ]%F%KNtn9-.", "type": "image"}, {"id": 8817904, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80fa513a-971d-4cd2-bfdc-db2fb171220e/width=450/8817904.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMJsFEIcM2$eH+$y+uxV}iR-%1NK5FbFS~ah", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/406504", "modelId": 363793} \ No newline at end of file diff --git a/datasets/metadata/406571.json b/datasets/metadata/406571.json new file mode 100644 index 0000000000000000000000000000000000000000..2d23ad716ef9c170fb6ca9e65a37299bf762820f --- /dev/null +++ b/datasets/metadata/406571.json @@ -0,0 +1 @@ +{"id": 406571, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-23T07:09:06.007Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 255, "ratingCount": 0, "rating": 0, "thumbsUpCount": 49, "thumbsDownCount": 0}, "files": [{"id": 329002, "sizeKB": 22231.67578125, "name": "Yuuko_Kawashima_SaiminSeishidou-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T07:11:23.383Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7FA094B1", "AutoV2": "4DA4E68533", "SHA256": "4DA4E68533BD75BDC801AD6B5ECC0A0B07C7E29C6D2E4BBF2E60AF3C4A6DE15A", "CRC32": "E70A3658", "BLAKE3": "C95E3BC557FDF2C3C94A9E9B185F55F3C45F2C8D2EEBD22C00B1A2407FDFAB8B", "AutoV3": "902F39B06B55"}, "downloadUrl": "https://civitai.com/api/download/models/406571", "primary": true}, {"id": 329001, "sizeKB": 3613.1005859375, "name": "Yuuko_Kawashima_SaiminSeishidou.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T07:11:24.673Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "38722EAE", "AutoV2": "3A4F5035AA", "SHA256": "3A4F5035AA17A4C2BDAA7CB25E5CCB224FD5EA6EF2FF76681FDAF789B166ABEE", "CRC32": "ACEC76A3", "BLAKE3": "5BB28D533A3220B4EAAF6E1DBD654DF677D4626B69D9D0E1A3A031E1E2252F48"}, "downloadUrl": "https://civitai.com/api/download/models/406571?type=Training%20Data"}], "images": [{"id": 8413379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f008551-f6d0-4b25-a6f0-29772484d914/width=450/8413379.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UzKUD?ay.8t7~qj[%gofNGofn%ayNGj[aday", "type": "image"}, {"id": 8413378, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18175653-a803-43d8-b242-8a059f792a3b/width=450/8413378.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U#Kduday.8t7~qj[%gofNGofn%ayNGj[aday", "type": "image"}, {"id": 8413466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a0f72fa-2036-4a70-8cc5-e3633fc83471/width=450/8413466.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UwLNoet7_Noz?bt7tRNGWBWBaet7M{ayxaay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/406571", "modelId": 363854} \ No newline at end of file diff --git a/datasets/metadata/406599.json b/datasets/metadata/406599.json new file mode 100644 index 0000000000000000000000000000000000000000..85f5d0da48697416069525d311d9d6126b6f5068 --- /dev/null +++ b/datasets/metadata/406599.json @@ -0,0 +1 @@ +{"id": 406599, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-23T07:33:13.138Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 264, "ratingCount": 0, "rating": 0, "thumbsUpCount": 55, "thumbsDownCount": 0}, "files": [{"id": 329033, "sizeKB": 22232.19140625, "name": "Akane_Hasegawa_SaiminSeishidou-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T07:31:22.734Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8D2F5FFA", "AutoV2": "AAE5D82533", "SHA256": "AAE5D8253369A3AF058690D0CBBB0629505C357D0A854A1C9F16027218177925", "CRC32": "BB0DF570", "BLAKE3": "04E9DE6628473AC62F7FD9D442EDD8A0D69568C6392823034CF83388D988B7A0", "AutoV3": "CBAE805AE907"}, "downloadUrl": "https://civitai.com/api/download/models/406599", "primary": true}, {"id": 329034, "sizeKB": 3546.224609375, "name": "Akane_Hasegawa_SaiminSeishidou.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T07:30:45.490Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CC08792A", "AutoV2": "9B3D455F15", "SHA256": "9B3D455F154EB77EA4788BE6655F16A10BF6A94FE8850EEED5EB69FD5D897876", "CRC32": "292F5786", "BLAKE3": "FD2E718B2D46B0635A8DDEC2043A8C29CEDD0874F97610BC811424BEDF924FFF"}, "downloadUrl": "https://civitai.com/api/download/models/406599?type=Training%20Data"}], "images": [{"id": 8414058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36be3bb8-49d0-427d-946f-e14f8021add1/width=450/8414058.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UgKnMNt7.8of~qof_3of9tayxFj[D%fRWAax", "type": "image"}, {"id": 8414059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa17b96e-c025-472f-a8d0-c74dc636bad8/width=450/8414059.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UgKnMNt7.8of~qof_3of9tayxFj[D%fRWAax", "type": "image"}, {"id": 8414157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4a96e8a-96e2-44e6-bf43-d9a1bb3d1409/width=450/8414157.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UrLNuvRj~qoz_3t7x]xuIoRjsooLM|t7t6WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/406599", "modelId": 363882} \ No newline at end of file diff --git a/datasets/metadata/406613.json b/datasets/metadata/406613.json new file mode 100644 index 0000000000000000000000000000000000000000..069f09c93683a578bb85b5f3a248e69b4954b6be --- /dev/null +++ b/datasets/metadata/406613.json @@ -0,0 +1 @@ +{"id": 406613, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-23T07:39:38.707Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": ["shijou yuzuki", "shijou raimu"], "stats": {"downloadCount": 388, "ratingCount": 0, "rating": 0, "thumbsUpCount": 54, "thumbsDownCount": 0}, "files": [{"id": 329046, "sizeKB": 56077.61328125, "name": "shijou_sisters.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T07:40:49.366Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F092421C", "AutoV2": "DCAB1F3622", "SHA256": "DCAB1F3622AB2CD702CDC18FEFD0D16E051C41CD9C273407C91A4A79D32A5199", "CRC32": "DF78F5EF", "BLAKE3": "6FFDD9E513F661EADF7817D983FC40CE31341CE3ED619FCFCC85BD54551FCCBC", "AutoV3": "E672CD1795A8"}, "downloadUrl": "https://civitai.com/api/download/models/406613", "primary": true}, {"id": 329045, "sizeKB": 7624.2548828125, "name": "Sisters.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T07:40:51.470Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D17C243A", "AutoV2": "673EC33D3C", "SHA256": "673EC33D3CC4AE6F40EFD88BF6640FE709F0AEE09E816222B2EC6E2349C78285", "CRC32": "EBDB4D30", "BLAKE3": "AB5DC5053996D78C346B6E78F2E5C19A3E235702478E3EE1EC4ECA447CF5DE9C"}, "downloadUrl": "https://civitai.com/api/download/models/406613?type=Training%20Data"}], "images": [{"id": 8414189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf6d7cda-469f-4121-a5e9-c8926969b037/width=450/8414189.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UVL4TxV@tlV@~qWCx]ays9s9R+og9aRjenxu", "type": "image"}, {"id": 8414190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44e1bc1c-7a3c-435d-a430-2b1c05cc682b/width=450/8414190.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UPIOR#_44nE1~W%MXTNHE3xt%hxu-=%MS5t7", "type": "image"}, {"id": 8414188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fc53be3-6536-4539-ab23-4714f9a5565b/width=450/8414188.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UQJkQ7IT0KW?~WD*M_xuOsfk$%xu?bRjM{WC", "type": "image"}, {"id": 8414191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/357c5d03-12fe-4a14-8090-883149ba3ecc/width=450/8414191.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UKNmKB?cOE%L-pD%NHM|tSMd?axu~qx]xtxu", "type": "image"}, {"id": 8414187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80a6e0af-f986-4179-8f58-0c122181e35a/width=450/8414187.jpeg", "nsfwLevel": 8, "width": 1536, "height": 1536, "hash": "UHKKf=~q0KX9xabv%Lxu00-:_3xvxaxajFs:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/406613", "modelId": 363897} \ No newline at end of file diff --git a/datasets/metadata/406627.json b/datasets/metadata/406627.json new file mode 100644 index 0000000000000000000000000000000000000000..1ebfaac89d7284d2af35ec4ad69db963a26e3e31 --- /dev/null +++ b/datasets/metadata/406627.json @@ -0,0 +1 @@ +{"id": 406627, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-23T07:56:45.920Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 257, "ratingCount": 0, "rating": 0, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 329066, "sizeKB": 4402.9345703125, "name": "Hitomi_Komori_SaiminSeishidou.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T07:55:57.098Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A1654C56", "AutoV2": "4EF0697E9F", "SHA256": "4EF0697E9F398488F070FE75445D6736C3BEE1FCC8D9C457368F6FDD98C4F453", "CRC32": "65B3DB1D", "BLAKE3": "22FBCE763CF29A3C84841CB7F84395C13F1D745F675136ECCB00FD83979DE64E"}, "downloadUrl": "https://civitai.com/api/download/models/406627?type=Training%20Data"}, {"id": 329065, "sizeKB": 22233.05078125, "name": "Hitomi_Komori_SaiminSeishidou-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T07:55:53.842Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4E1260AE", "AutoV2": "DB81BE5518", "SHA256": "DB81BE551822610B2B9EF67B41B5E42F7205FE39D7229A168F62BFD3AC5E8A10", "CRC32": "F8E8E4A6", "BLAKE3": "913BD77AC258664F57D9BF8CCD9369D85687936C67FDD5B53D065DE7B985FA4A", "AutoV3": "9A3D8EF6B31C"}, "downloadUrl": "https://civitai.com/api/download/models/406627", "primary": true}], "images": [{"id": 8414759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56f316ba-b38c-4b1c-bd50-d6d7f82ad164/width=450/8414759.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U=LDARjFpIjF~CoKtSjZX8kCkCkCX9fkW;kC", "type": "image"}, {"id": 8414760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37b7ae41-7fe6-448b-8239-8a5f4739ed58/width=450/8414760.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U=LDARjFpIjF~Cj@tSjZX8kCkCkCX9fkW;kC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/406627", "modelId": 363907} \ No newline at end of file diff --git a/datasets/metadata/406791.json b/datasets/metadata/406791.json new file mode 100644 index 0000000000000000000000000000000000000000..9108b6822833416d7a57e87aa2d6e9a77622e825 --- /dev/null +++ b/datasets/metadata/406791.json @@ -0,0 +1 @@ +{"id": 406791, "index": 1, "name": "SDL", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-23T12:56:19.929Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 219, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 329421, "sizeKB": 36977.6171875, "name": "FP100C.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T12:57:05.808Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F3FF2935", "AutoV2": "9BB9EE4FF4", "SHA256": "9BB9EE4FF48D8487E7E4A2BFF4534CA033131B00B93D679488B2B4E21727121C", "CRC32": "AC31BF17", "BLAKE3": "3679EA7808F67B38F3345BFA552C18855613AD6969C5C1A17AE912114E7C1016", "AutoV3": "AE9F20A6A3C9"}, "downloadUrl": "https://civitai.com/api/download/models/406791", "primary": true}, {"id": 329223, "sizeKB": 9662.876953125, "name": "406791_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T10:26:08.341Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FA4660F3", "AutoV2": "F6925EEC72", "SHA256": "F6925EEC72165E0F49A0835D3464EF123E51DE2331451B6E0FB94D2548114046", "CRC32": "438BFA82", "BLAKE3": "D9C0A41182C8E043E9D3E97B20DC2B530FE74B73BBBB126322EFED5422B56C13"}, "downloadUrl": "https://civitai.com/api/download/models/406791?type=Training%20Data"}], "images": [{"id": 8426769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69cc1272-2946-46a1-9353-03338874b8ca/width=450/8426769.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UVEW5kxtMx_4-;RjRQxuk9bH%3jYxcj?bEjc", "type": "image"}, {"id": 8426799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4868c141-7b34-4fda-bb61-050443a7df3f/width=450/8426799.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "ULG]R5.A4m-;*0?cxZIUTKITMwxvohIARP%M", "type": "image"}, {"id": 8426798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1232711-2abd-4bd5-890c-62c8adeb6bb4/width=450/8426798.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UCBWVvIn00?H0Jnj-=kW9Zsp-WI.~XM{D%t7", "type": "image"}, {"id": 8426701, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d28ed534-97fe-4b1b-8515-fd866609cbde/width=450/8426701.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEEV]CIB00.8~q9EIU_40KEK^k=#%N%MRiMx", "type": "image"}, {"id": 8426481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a749cf3-34fc-4eb0-a717-26716809b635/width=450/8426481.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIG98N009F_N?vIAM_x]xvM{xvt7D%xuxuWB", "type": "image"}, {"id": 8426480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55156648-bd42-46e6-837a-f8b7e47587f7/width=450/8426480.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7AAp_Di00.R?^IU8^.9tAt7kBt8xcWBoaRo", "type": "image"}, {"id": 8426482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9623610-ff0e-4c1c-899a-04b8e006835d/width=450/8426482.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCC6=Q00D*_Nx[E1og%2%MoLNFWCt9Rit2xv", "type": "image"}, {"id": 8426634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63ae0689-8bb8-4a1f-98de-be810bf9ddf1/width=450/8426634.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHCs%CM_4m_4.6RkMyxt9Yjb-qR*aQWAt3og", "type": "image"}, {"id": 8426635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6558115c-f8ab-4f7f-b194-3bab57ec7b87/width=450/8426635.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UFECwd4T00yE?]VtM{S10Jbd?HRO%fE0xa%2", "type": "image"}, {"id": 8426879, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3681c7c5-99ff-46cb-9a9a-4dd5937114d8/width=450/8426879.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UcKK~Hay4mt7~qofE0oLWAt7t8RjIUWBoKof", "type": "image"}, {"id": 8426876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90692594-5597-4559-82a9-bf750784de47/width=450/8426876.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UqJ[P4j[Dit7~qt7V@WBM_ayj]oeNGWBjsj[", "type": "image"}, {"id": 8426877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0b12154-84f2-49d5-af4b-823f049789e5/width=450/8426877.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UeHCi#xuI9WV_4ofMxj[NGWBs:ofEgjus.WV", "type": "image"}, {"id": 8426878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdb2dfba-9c37-4ba0-896d-882fcf2cb11f/width=450/8426878.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UUJbQ[aJ00x]?wxuRQRjt6ozkCV@9ZRit6t8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/406791", "modelId": 364058} \ No newline at end of file diff --git a/datasets/metadata/40698.json b/datasets/metadata/40698.json new file mode 100644 index 0000000000000000000000000000000000000000..e2a71aca69c76845174874f72533e75780cf113a --- /dev/null +++ b/datasets/metadata/40698.json @@ -0,0 +1 @@ +{"id": 40698, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-09T08:50:14.441Z", "availability": "Public", "nsfwLevel": 7, "description": "Anythingv3, clip skip: 2, network rang: 8, network dim: 4, 512x512
Lora trained on stickers only
12/16 epochs
", "trainedWords": ["menhera", "black hoodie", "brown hair", "brown eyes", "drawstring"], "stats": {"downloadCount": 779, "ratingCount": 179, "rating": 4.99, "thumbsUpCount": 183, "thumbsDownCount": 0}, "files": [{"id": 31519, "sizeKB": 603.8154296875, "name": "examples.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-09T09:21:34.373Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "6A26CBB485", "SHA256": "6A26CBB48507F878BB0528059457C93F66761C6ABCB64DEB8940671967ED52C3", "CRC32": "67871E60", "BLAKE3": "CA43E3227FB706A4B0A3968D5D0DFFE238A6B074D7EB0F53A880A288BD70D2D8"}, "downloadUrl": "https://civitai.com/api/download/models/40698?type=Training%20Data"}, {"id": 31507, "sizeKB": 9326.80859375, "name": "menhera03-000012.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-09T08:51:36.825Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "03083795", "AutoV2": "D6D238AF22", "SHA256": "D6D238AF229D8B1ECA30B5E29F8679FEFEEBEA1A49B37ECAFBE4C4F6DBB3FEA6", "CRC32": "D0C53680", "BLAKE3": "92EE7CFE21547C3F1383E218D76E54B950AEEB194E8B90F02E8A5A5F831CBE10", "AutoV3": "57E1D23CFD34"}, "downloadUrl": "https://civitai.com/api/download/models/40698", "primary": true}], "images": [{"id": 449637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc7f6a1e-d58d-4b02-1991-92d334a66400/width=450/449637.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U-OM?Ioz_Noft7t7ofWBozofs:ays:V@WVj[", "type": "image"}, {"id": 449642, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e257826-ca01-45a2-3a0e-a05f03d30b00/width=450/449642.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UAJ7{=E000DjIWt7s*-;~pt6%NaeIU?bRjV_", "type": "image"}, {"id": 449640, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d016e3c3-c068-4427-bac8-8a78ef4f8a00/width=450/449640.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1024, "hash": "URMG^+9Z-;%2?Ht7MyV@tks:ozbH~qMxbvNG", "type": "image"}, {"id": 449641, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba77a06b-349b-4f13-4854-3be2d88a3900/width=450/449641.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UAGH-}#Q=^-Dy80KWXNH?dIUIT-:NGEKE2El", "type": "image"}, {"id": 449690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4beac516-27ad-4589-199c-2745743c2d00/width=450/449690.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "U9C$$PNK^+%#~CMxw^RQIVt6jYRkX7?bNHoy", "type": "image"}, {"id": 449718, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2854bf83-027e-44c6-74b5-08257e03b800/width=450/449718.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UFJ836xZH?~q4:M_%1%MD%NHX8x]%ha}S5M{", "type": "image"}, {"id": 449761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/873780a3-32b4-4989-a087-b9aed4c52f00/width=450/449761.jpeg", "nsfwLevel": 1, "width": 5760, "height": 3249, "hash": "UXNwD]~q_3?b-;ayWBayxuWBWBWB-;WVWBay", "type": "image"}, {"id": 449757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e646184-ba0b-4bca-6939-e4698c759e00/width=450/449757.jpeg", "nsfwLevel": 2, "width": 3840, "height": 4785, "hash": "UnJ809~q_3?cxua#WBjst7ayWBayxuayayay", "type": "image"}, {"id": 449756, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78a1be1b-95c3-4303-235f-40c5aae1f800/width=450/449756.jpeg", "nsfwLevel": 2, "width": 3840, "height": 4785, "hash": "UjL4Z?_3_N?bx]jsWBaet7j[WBWBxuWBaxay", "type": "image"}, {"id": 450271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0de4e194-eb6e-4744-a4d6-5efa7d23af00/width=450/450271.jpeg", "nsfwLevel": 1, "width": 5760, "height": 4273, "hash": "UiLz%5~q_3.8tRj[axj[xuWBWBf6tRj[jsf6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/40698", "modelId": 34420} \ No newline at end of file diff --git a/datasets/metadata/406995.json b/datasets/metadata/406995.json new file mode 100644 index 0000000000000000000000000000000000000000..875967251a91cbadf4560658321949986943dc57 --- /dev/null +++ b/datasets/metadata/406995.json @@ -0,0 +1 @@ +{"id": 406995, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-23T12:52:54.544Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["kana \\(idoly pride\\)", "fran \\(idoly pride\\)", "miho \\(idoly pride\\)"], "stats": {"downloadCount": 215, "ratingCount": 0, "rating": 0, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 329417, "sizeKB": 83916.24609375, "name": "IIIX.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T12:52:56.057Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "047779E3", "AutoV2": "DE488FA8EF", "SHA256": "DE488FA8EF86807E2D045FD8DF1AB185154ADA9F9067069D46F87C4556F7AA69", "CRC32": "284CB257", "BLAKE3": "6D1DB652649341DF257A0C9D9FDAE757CAFB7CBED8E1A372C3EF0B6F300C0112", "AutoV3": "0F888FD6E427"}, "downloadUrl": "https://civitai.com/api/download/models/406995", "primary": true}, {"id": 329416, "sizeKB": 6545.9619140625, "name": "IIIX.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T12:52:56.345Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "80E0A461", "AutoV2": "43A366C9F2", "SHA256": "43A366C9F2A069BFF42DFA4091FBB1AD2BCDD5813F578261F00DC06DEF84EBF6", "CRC32": "DCDC337D", "BLAKE3": "DE029E8D696A22EA1B274B4443756187FE203BB7B191655ADB42E994F3CB613B"}, "downloadUrl": "https://civitai.com/api/download/models/406995?type=Training%20Data"}], "images": [{"id": 8425685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73a634d2-2b0e-4e53-8057-88c58ab02abf/width=450/8425685.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1216, "hash": "U9Fr@o4;1RV@7%,[b{%2nP9F0K-pE3Ny~BEP", "type": "image"}, {"id": 8425551, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba9ef51c-013c-4e6e-be14-65ffaa0aace0/width=450/8425551.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UTKBBsWY4nNL.Tt6s8o#JCbI?GWC%MxtRQRk", "type": "image"}, {"id": 8425549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/615359d2-70e3-42f0-a4b6-b02c03e7cb40/width=450/8425549.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UOJ*SGM|009Z~qNGV?ofKQjsxtR,?vWURiM|", "type": "image"}, {"id": 8425550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2a6e2dc-f226-4f05-bf60-7218a632d1ba/width=450/8425550.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "USI5MZ?b0KIU_NozemV@tRjZ-oxa%gjbVsWC", "type": "image"}, {"id": 8425684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/480df011-fa6f-42d3-959b-08d54c7776da/width=450/8425684.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1216, "hash": "UMM?}C~ANG%05=-SVsV@S6%LWAR*JoNG%LWo", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/406995", "modelId": 364229} \ No newline at end of file diff --git a/datasets/metadata/407058.json b/datasets/metadata/407058.json new file mode 100644 index 0000000000000000000000000000000000000000..827940a31cbbaacda30a9719d6058e9cb9c85378 --- /dev/null +++ b/datasets/metadata/407058.json @@ -0,0 +1 @@ +{"id": 407058, "index": 0, "name": "v2.1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-23T13:33:34.093Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["alizeeXL"], "stats": {"downloadCount": 290, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 329488, "sizeKB": 3235.91015625, "name": "alizeeXL.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T13:41:10.199Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0825A0A9", "AutoV2": "500199346D", "SHA256": "500199346D2CCA2672B23A3B606505D4ACBE42759FF77456CA0B3F9DD8C36135", "CRC32": "B4D69890", "BLAKE3": "8EB8DBDB270AB71F9865C8FB31A8EC3564706525031BBDF904FE2F06605017D9"}, "downloadUrl": "https://civitai.com/api/download/models/407058?type=Training%20Data"}, {"id": 329482, "sizeKB": 176971.3203125, "name": "alizeeXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T13:37:06.014Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7CD38CF4", "AutoV2": "0463BFF30D", "SHA256": "0463BFF30DBD66891D42586882CCC16F33BF32B371ED600C7F8EC7ECEA499286", "CRC32": "4CC15823", "BLAKE3": "C41335E190000381857CDA2A387EBF6647E3DE70C6870BFC2023BA0CBFC5609D", "AutoV3": "EEBCC3D363B7"}, "downloadUrl": "https://civitai.com/api/download/models/407058", "primary": true}], "images": [{"id": 8427310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4ab824d-1c38-4685-bed7-0c5ef51ac7d4/width=450/8427310.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "U6B3WqPU0L=t7bI:=uWVuNt7~VS%b]Iongr?", "type": "image"}, {"id": 8427308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d07d9e6e-b024-421a-aa2c-c3c5b12ab1ba/width=450/8427308.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UHFFEH-S5-9a?^IUV[Rj?]9ZeoxZyDM{WBW;", "type": "image"}, {"id": 8427309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8bdcf3c-d5da-4fa7-8734-f94a9292935e/width=450/8427309.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UIE-{wRP57tRInxt-UIV~VV@-VflxsozbbxE", "type": "image"}, {"id": 8427312, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/463d7008-a939-4ec4-befa-6094848467b7/width=450/8427312.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UAE1~k025+580#RQ$zE2%fE1~BxF57azt7Rk", "type": "image"}, {"id": 8427313, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6b2cd38-fff0-419a-9858-9753f2583798/width=450/8427313.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UFHTX4?IXm]~0n=}={xq~VES$*9tM|-U=_j?", "type": "image"}, {"id": 8427314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c9b638d-abe1-4058-919a-e1505a19ce88/width=450/8427314.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UGGbI:~qTJx]009F-;j@TJozMx$%%go#nh%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/407058", "modelId": 201435} \ No newline at end of file diff --git a/datasets/metadata/407111.json b/datasets/metadata/407111.json new file mode 100644 index 0000000000000000000000000000000000000000..4bbe40693fbd209203b02ed8d0eb298f90151c41 --- /dev/null +++ b/datasets/metadata/407111.json @@ -0,0 +1 @@ +{"id": 407111, "index": 0, "name": "Blob pixel art", "baseModel": "Stable Cascade", "baseModelType": null, "publishedAt": "2024-03-23T14:52:55.245Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 51, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 329586, "sizeKB": 36977.34375, "name": "Blob_pixel_art-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T14:56:54.288Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DFF4725A", "AutoV2": "D3D24F2384", "SHA256": "D3D24F238476D7C8B33EF0ABD1DCBD6449FA391EF63E38A518AC515F1A45143E", "CRC32": "CEA5A47C", "BLAKE3": "3D72C135E66CAFCDCA8BEAABF1C467AA74EE4ABA3334F203572F3FD0B9BD0A67", "AutoV3": "D2F984E94889"}, "downloadUrl": "https://civitai.com/api/download/models/407111", "primary": true}, {"id": 329543, "sizeKB": 42178.4013671875, "name": "407111_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T14:20:45.193Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "246CDC0E", "AutoV2": "65DA5A2CEE", "SHA256": "65DA5A2CEEF9CB02D578A2A6930EF15032ADAD0912E401600EAEB053CDFCFBC2", "CRC32": "753B3582", "BLAKE3": "CA9310BCF3962D04114E42F8D6351EAA0690B1227417BC520E712A6D325A9670"}, "downloadUrl": "https://civitai.com/api/download/models/407111?type=Training%20Data"}], "images": [{"id": 8430548, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b52bd83-ca8c-4ef7-93f8-b108eb13efa8/width=450/8430548.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6F4}x=_040%02R+-UsA1QEO^J^g03sA~TOD", "type": "image"}, {"id": 8430549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/767a330c-d22e-4692-b544-0eee7ee86931/width=450/8430549.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U5C6Y|~T0M02?axZD*M|xuWqM|oeR,Rks.t6", "type": "image"}, {"id": 8430550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19613073-4d07-4753-ba89-06b5b0f2228b/width=450/8430550.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U4D7]KR+01=xb]WVMzs.0Ns.P9EN0Ns.~9Na", "type": "image"}, {"id": 8443208, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dda4a511-99d1-4e5d-acc7-6d27213912a0/width=450/8443208.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U35O1uNw58xFADxZsBR*^4I;9v%09bs.%1WV", "type": "image"}, {"id": 8444477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2095fddd-b7cc-46ca-990c-ded1f2395b84/width=450/8444477.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U77C5Jo#4TaxKnj]I8V@z:f6t+oKHXaxlUbH", "type": "image"}, {"id": 8444894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81fdb0cf-b7f1-45dc-b820-187fb997de75/width=450/8444894.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5FgUOIq00}=S#xZ=vM|1i$$Me9^;jIpEO%K", "type": "image"}, {"id": 8447393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5ecad07-df43-483d-adc8-6a6092bcca2a/width=450/8447393.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBEV1u9|4=%00-t6Nas,0exY%0s8~BNbs*WB", "type": "image"}, {"id": 8447561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40f41f1e-acb5-4aca-90ab-dd7ae781c19f/width=450/8447561.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8CYgZ~U0302I@Ip9baK~T%LxDnh0N9bof%L", "type": "image"}, {"id": 8447707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/187717c4-7ec5-445d-9a15-06184c091d2c/width=450/8447707.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U65q|uD%00~q%MRjM{t8IUt7xuIUM{t7ofRj", "type": "image"}, {"id": 8447969, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b91faeff-bb03-4bbf-8f44-496ff48a5613/width=450/8447969.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USEolPV?01x]~qIU4n-;?bRjIU%2f,WBaeof", "type": "image"}, {"id": 8542956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5242fd7-f84d-4da0-9327-09e9cc422e75/width=450/8542956.jpeg", "nsfwLevel": 1, "width": 2048, "height": 1024, "hash": "U54.o8Ip8w%1UHsmQmR*ICoextMyQSS3yDrr", "type": "image"}, {"id": 8543053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b1e5ae3-dac5-4276-b292-c567fa3e21a3/width=450/8543053.jpeg", "nsfwLevel": 1, "width": 2048, "height": 1024, "hash": "UD6IvrtlDOR5.mtRH?RP%#tRIARP%#ozMdRP", "type": "image"}, {"id": 8548634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c15aaf9b-5bdf-4b3f-81ae-cac629ecee98/width=450/8548634.jpeg", "nsfwLevel": 1, "width": 2048, "height": 1024, "hash": "U9AmF=9I59XS~8s99wI;4;^OR+9vI]-ns,E3", "type": "image"}, {"id": 8549293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c7879e6-8556-4617-9c7d-96ff86b73c01/width=450/8549293.jpeg", "nsfwLevel": 1, "width": 2048, "height": 1024, "hash": "UDA+?65TEj}=59%Ks.Iq9axYR+Nd=_E2kB%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/407111", "modelId": 364339} \ No newline at end of file diff --git a/datasets/metadata/407377.json b/datasets/metadata/407377.json new file mode 100644 index 0000000000000000000000000000000000000000..a3428ec5d82b878daf57e49901f692908086070d --- /dev/null +++ b/datasets/metadata/407377.json @@ -0,0 +1 @@ +{"id": 407377, "index": 0, "name": "Alisa Southerncross", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-25T02:43:35.819Z", "availability": "Public", "nsfwLevel": 17, "description": null, "trainedWords": ["alisasr, 1girl, orange hair, red eyes, fake animal ears, hairband, long hair, very long hair, twintails, hair ornament, hair bobbles, low twintails, "], "stats": {"downloadCount": 321, "ratingCount": 0, "rating": 0, "thumbsUpCount": 41, "thumbsDownCount": 0}, "files": [{"id": 332172, "sizeKB": 223111.29296875, "name": "alisasr.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T01:56:54.815Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9B752E9A", "AutoV2": "2901B03ABC", "SHA256": "2901B03ABC7729505E9A569CD0BA674145E8EB3287511EB1D39D99B98D36B25C", "CRC32": "753F0D2D", "BLAKE3": "DD271A86C67333DCC10C4254BE8E1F2FA7EB2F6FA623854106F6A3B7A56AE95C", "AutoV3": "6F641A0450C5"}, "downloadUrl": "https://civitai.com/api/download/models/407377", "primary": true}, {"id": 329812, "sizeKB": 5904.314453125, "name": "407377_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T17:40:47.842Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "374192B1", "AutoV2": "D70F6171CC", "SHA256": "D70F6171CCC25FAF619C49491D83E212A979A276EBFBCB8DA319BC498E4D66DC", "CRC32": "1D76C8A0", "BLAKE3": "C4C7D3EA698DC9073B87C0E25EF3E9CB3FE19C59CA3F350DBAA14837383F7791"}, "downloadUrl": "https://civitai.com/api/download/models/407377?type=Training%20Data"}], "images": [{"id": 8520391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/677e8f1d-b43f-41fc-a848-e5a1be5f77d1/width=450/8520391.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "UEHKe9~V01jIbbX9-UrrX9?a~pM|%Lt7E1Rj", "type": "image"}, {"id": 8520386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/caaaad3c-a181-41c5-a813-5021152bb283/width=450/8520386.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UIIEU-E30y$e^-R%PBi_F1s;-;awJ;NGR5bv", "type": "image"}, {"id": 8520387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d42382d5-01de-4d33-885e-f44945e8f508/width=450/8520387.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UDHnpW-o00IU_3Rj9]IW?^s.^jt7pxxtMdM{", "type": "image"}, {"id": 8520388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/735e9406-fe1d-4825-8e1b-f5ef040385bb/width=450/8520388.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "U9IER*5R00[A~qI;PVh|F}Nb^+oH0jRj4Ttl", "type": "image"}, {"id": 8520381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4f896d4-11d4-48b0-bf99-a8ba8c1edc71/width=450/8520381.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "UOKJ[M020~%LRiIVoIxa9FNGx]Rj~VIpxuM{", "type": "image"}, {"id": 8520384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea029df3-5cce-410c-883c-1fc9bf2ed66e/width=450/8520384.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "UJIX8L010gRPDOtR9u-p0L%Ms9s,V@Io~Wj]", "type": "image"}, {"id": 8520398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28eef323-5c12-45e3-b77f-0b56d5f8846c/width=450/8520398.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "UAJje-_N01=x00T0Te^O00n4-U%gtk-S}@OY", "type": "image"}, {"id": 8520415, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7683e19-24ff-4421-bc35-ae7004772823/width=450/8520415.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "UCJQf%?^0g+[0JT0-p=_00^k^jyDxu#+?HKQ", "type": "image"}, {"id": 8520393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a19e68a-7487-4e5b-aa7a-9d202fbcac9f/width=450/8520393.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "UBI;Fy_M0~-p0JEj%M?bEl?H~Ct7-:^*^jW.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/407377", "modelId": 364581} \ No newline at end of file diff --git a/datasets/metadata/407457.json b/datasets/metadata/407457.json new file mode 100644 index 0000000000000000000000000000000000000000..f4125b0038e9b9b3fa6664e915c82e573fa7f8cf --- /dev/null +++ b/datasets/metadata/407457.json @@ -0,0 +1 @@ +{"id": 407457, "index": 0, "name": "v2.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-23T18:27:06.115Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["st4ryuukiXL"], "stats": {"downloadCount": 198, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 329893, "sizeKB": 176971.3203125, "name": "st4ryuukiXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T18:31:18.035Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EA6A36A6", "AutoV2": "01397AC03A", "SHA256": "01397AC03A76E3BC725AE7FD77FAD59B192B4A52B88182028AE6A9C5C99FD671", "CRC32": "05C4F811", "BLAKE3": "5A0AD04DA69FA9CE02F801AFAB3E0F739A54D237F7D23FEFDDA185EE310E6652", "AutoV3": "4EAC4089C37F"}, "downloadUrl": "https://civitai.com/api/download/models/407457", "primary": true}, {"id": 329902, "sizeKB": 43375.775390625, "name": "st4ryuukiXL.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T18:31:20.476Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A0A8C4D9", "AutoV2": "F796E282D2", "SHA256": "F796E282D2E3E43826F39ABC498FDAA0A44FA985BEC3545298C606516E437397", "CRC32": "61FD199D", "BLAKE3": "EFD53903900D593AAFF358C04DCC5F2B60A578141109772D9A4A0998F90D1DCC"}, "downloadUrl": "https://civitai.com/api/download/models/407457?type=Training%20Data"}], "images": [{"id": 8440131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f8e7fdb-1030-4e44-b1b8-32762681b575/width=450/8440131.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UDG*pGIV7~-pyERP~WbF0eNG-Uod9uxa?GE2", "type": "image"}, {"id": 8440133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7e3a9e8-2a14-490e-a834-71323664d4c2/width=450/8440133.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UAC6S^?I00WBJ$R*-=_3Gw-;}?M_xVxZtSpJ", "type": "image"}, {"id": 8440135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c10115fa-7447-4b5c-a48e-f80cf1f39cd3/width=450/8440135.jpeg", "nsfwLevel": 1, "width": 1056, "height": 1408, "hash": "UCC?P?tmB-={pxt8t6of_N%2$*IVOZoKRjNG", "type": "image"}, {"id": 8440134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9735c072-b23e-4e01-bad0-9213406266b0/width=450/8440134.jpeg", "nsfwLevel": 1, "width": 1056, "height": 1408, "hash": "UDD9eYE0GY-TF|oHtQNZ~qWAnPV[JCj]xFNb", "type": "image"}, {"id": 8440136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27d9f353-0e7a-404e-b8b4-09662b5df08d/width=450/8440136.jpeg", "nsfwLevel": 1, "width": 1056, "height": 1408, "hash": "UICYp^Ri9Z~B9ao0xZR*I;xZ%2R*D*xas:IV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/407457", "modelId": 204219} \ No newline at end of file diff --git a/datasets/metadata/407496.json b/datasets/metadata/407496.json new file mode 100644 index 0000000000000000000000000000000000000000..b58652ae4c497155273109c928e9f016e6386db0 --- /dev/null +++ b/datasets/metadata/407496.json @@ -0,0 +1 @@ +{"id": 407496, "index": 0, "name": "Dragons", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-24T19:09:34.904Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 135, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 331603, "sizeKB": 223103.49609375, "name": "Dragons.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T18:56:29.402Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2454BD14", "AutoV2": "AFF8014A9F", "SHA256": "AFF8014A9FF895EDCE68801415AD2D4688AE5C5DF2900411F39B03F332895F10", "CRC32": "2AF2D952", "BLAKE3": "68BB06FE095DF43DB2D0A9BCB01B937FA57F5CB8E79786C60A964ED508C9CE34", "AutoV3": "15C401B381EE"}, "downloadUrl": "https://civitai.com/api/download/models/407496", "primary": true}, {"id": 329954, "sizeKB": 74018.5654296875, "name": "407496_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T19:11:17.445Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "111AFD66", "AutoV2": "3174553A9E", "SHA256": "3174553A9E21259F0092B756931C6B61F0CE4D00667C2374D4477C2B78A235BC", "CRC32": "639E74A2", "BLAKE3": "C1623D36FE0B5DA8701AD064822CA1C4583B5C0C5A696679F57DAE4D57CAFB87"}, "downloadUrl": "https://civitai.com/api/download/models/407496?type=Training%20Data"}], "images": [{"id": 8500667, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dba6e1c7-e258-48e5-8e3c-bd3999775a29/width=450/8500667.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFAUdYtm02My_MbvDkaLxmW9N3R;r9VrR4og", "type": "image"}, {"id": 8500822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82a3d5d4-8c1b-44e2-9472-edfaf247a6cd/width=450/8500822.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U797eV%4H?_NNe%LtQM|jYI:E2V?OGt8RONa", "type": "image"}, {"id": 8500812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06a1ceeb-6af2-47f5-b91b-4ef82af1eb82/width=450/8500812.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U68EPiXrDNx]?wRCIXyXIq%1R5WURl.7nhH@", "type": "image"}, {"id": 8500827, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8c15b1d-db0b-4344-803c-1ed41592f488/width=450/8500827.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "U3BM1BnI00AO_NxcIm5400OF^nit00xyrpRg", "type": "image"}, {"id": 8500813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8197fea3-e9f5-4317-a6fd-20401b7a4bc4/width=450/8500813.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5C$fP,A00?Z=S%KEU%J2zSeD%9e01%L~U4q", "type": "image"}, {"id": 8500871, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0a155fc-1520-463e-9d87-660220578a7e/width=450/8500871.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "U27-NJKU00~Q04^#IW4;~obw9GR4-nj^RjVr", "type": "image"}, {"id": 8500828, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83146059-7bce-4126-aef9-2adfd8b4f8c6/width=450/8500828.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "U27w$v00D%?^En4.IA~W4n?u%g8{MJQ.?vE1", "type": "image"}, {"id": 8500869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c300981-b15d-43ee-ab8c-3ed0118297d5/width=450/8500869.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "U27T%]#f00JG_3%0M{9Z0JJD-qro0JXWRgs7", "type": "image"}, {"id": 8500872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c58cb460-0cbd-418d-9612-8ef7ede0ed9c/width=450/8500872.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U16H$G}*8w9aysRkrVRP00Iox]R.4obwM|rq", "type": "image"}, {"id": 8500870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6823fbdb-af22-4618-8892-8797d7861d57/width=450/8500870.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U9AwhoY%5?vh-nx@XRNf0Orr$LRQAKRRWY#*", "type": "image"}, {"id": 8500888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad321c06-1cb2-4ac9-b5c7-066a5acb4df6/width=450/8500888.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UA9aN?x0MJ?wNyxutRM|RkOTEKafNcozROOD", "type": "image"}, {"id": 8500882, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5224d9b1-9183-4df4-9535-2cd4581c0ba1/width=450/8500882.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "U36a*dk[9X-q~XIqE3-;NLs;Inofof?bjr9F", "type": "image"}, {"id": 8500879, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c94bddd-5210-4e04-81bd-69f13795ceb4/width=450/8500879.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "U56an[V=IpR:^-RhogbbXAM{s:xtNIWBV@t7", "type": "image"}, {"id": 8500884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba3d10ec-d73d-4a5e-8052-72295cbd56c0/width=450/8500884.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U38Wy|sH01Eh189%?G-m55s*sk-T~6%F0L4;", "type": "image"}, {"id": 8500885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6db1300-dcdb-407f-b66f-93930053b5d9/width=450/8500885.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UADRNv0O0{~U5sxt,twc9vtPxaM#$%nhOWJV", "type": "image"}, {"id": 8500886, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e6d62ce-2c67-4696-9290-96a74b9a9915/width=450/8500886.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U98||+?wRk-;OXR*aet8IAM{IUMxxv%MjERO", "type": "image"}, {"id": 8500889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef15247c-b68e-4a4c-b46d-a3ad52648612/width=450/8500889.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U170}OVE04LL2@9^;M^P9Y$xIU-BvM~C5;0M", "type": "image"}, {"id": 8500890, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/beebc46e-ea83-4d5f-9be6-5710ac2b6caa/width=450/8500890.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "U196?w%600~qClo}IU#900.60z00}Ti~56%f", "type": "image"}, {"id": 8500924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/621be010-e11e-46ef-8d9f-2359ffb1959a/width=450/8500924.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UCBzIGq?~p%K7i9ZS6kD5P.94.X9O?%gV=X8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/407496", "modelId": 364687} \ No newline at end of file diff --git a/datasets/metadata/407556.json b/datasets/metadata/407556.json new file mode 100644 index 0000000000000000000000000000000000000000..e3d67b11f2ca086debd0248db82831cba9bfa59a --- /dev/null +++ b/datasets/metadata/407556.json @@ -0,0 +1 @@ +{"id": 407556, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-23T19:46:13.356Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": [], "stats": {"downloadCount": 308, "ratingCount": 0, "rating": 0, "thumbsUpCount": 55, "thumbsDownCount": 0}, "files": [{"id": 330006, "sizeKB": 22232.61328125, "name": "spectacular_aiueoka-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T19:47:20.611Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "193A228F", "AutoV2": "4B8C0CEB7F", "SHA256": "4B8C0CEB7F7141A9E21843F28CC73CCF3956CE86D3C2C16427DEF3F48865471B", "CRC32": "8221F3CB", "BLAKE3": "4FDF4AEE9B20E2C8F47CBF291AA494DF72D4B750AC45A4FA203A1DD37BDF1606", "AutoV3": "57195BEC6E0C"}, "downloadUrl": "https://civitai.com/api/download/models/407556", "primary": true}, {"id": 330007, "sizeKB": 24988.8642578125, "name": "spectacular_aiueoka.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T19:47:23.196Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4581A3EA", "AutoV2": "544B06EA3E", "SHA256": "544B06EA3EE07B4564C36207E8F975B2A862DCDCA7C21459BE97903CD273FD26", "CRC32": "6F520E6D", "BLAKE3": "4814305B99A9689174E09390C11A2AC847F8B4FD9C50026975EEC5694C7A28F8"}, "downloadUrl": "https://civitai.com/api/download/models/407556?type=Training%20Data"}], "images": [{"id": 8443233, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1047f5c8-9702-4faf-814f-a3d177ab4ec4/width=450/8443233.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U9P5H200Lgvg0301.mDjs=WC9Gsp}@WYngx[", "type": "image"}, {"id": 8443234, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0006fb8-73e3-4127-8c15-d344a451d61a/width=450/8443234.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U9P5H200Lgvg0301.mDjs=WC9Gsp}@WYngx[", "type": "image"}, {"id": 8443425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90a6f2eb-9709-49ca-8128-67d4950cb914/width=450/8443425.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UJOLyG8{?^we^-iw%#Rj0LIVVss:}[n+9aNH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/407556", "modelId": 364742} \ No newline at end of file diff --git a/datasets/metadata/407653.json b/datasets/metadata/407653.json new file mode 100644 index 0000000000000000000000000000000000000000..52327143888bb0f0c55d0a2e19e382773702f938 --- /dev/null +++ b/datasets/metadata/407653.json @@ -0,0 +1 @@ +{"id": 407653, "index": 0, "name": "Poop", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-23T21:04:43.320Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 104, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 330094, "sizeKB": 36978.234375, "name": "Bbw diaper_epoch_1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T21:06:41.087Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3367063D", "AutoV2": "D516D22A3B", "SHA256": "D516D22A3BD920AA42AADC382E9948BF0C462319A8AB5EB0FEB5A4FF851BFF53", "CRC32": "A0D80F35", "BLAKE3": "5FBDEFA4E88A741861F1CF59D0DFAAAA685F24FF85B648CB4618B9521B36B9E4", "AutoV3": "72418422806B"}, "downloadUrl": "https://civitai.com/api/download/models/407653", "primary": true}, {"id": 330104, "sizeKB": 2636.9140625, "name": "407358_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-23T21:16:52.273Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B5F68BFC", "AutoV2": "8B6D43097A", "SHA256": "8B6D43097A26770CBFA19315FD974538E0ECED832A55C963BD70CCF2F491D94B", "CRC32": "8828F1E5", "BLAKE3": "E35388C063BBA9BF5B5C0F4358D365E2645C4C7FC85A2329FB2D8D59F9D40039"}, "downloadUrl": "https://civitai.com/api/download/models/407653?type=Training%20Data"}], "images": [{"id": 8446223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5dc2099-fcc6-4ec9-b2f8-d31f2fe69692/width=450/8446223.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U78;ung4Io_NS%i^x[RQDOaeofDi8woftRVs", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/407653", "modelId": 314792} \ No newline at end of file diff --git a/datasets/metadata/407974.json b/datasets/metadata/407974.json new file mode 100644 index 0000000000000000000000000000000000000000..0a7461c3650b802730677cfc4efb98ac4444f265 --- /dev/null +++ b/datasets/metadata/407974.json @@ -0,0 +1 @@ +{"id": 407974, "index": 0, "name": "shrimpiing", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-24T02:56:52.835Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 30, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 330473, "sizeKB": 36984.0234375, "name": "shrimpiing.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T02:55:39.184Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D6FC9D73", "AutoV2": "34A0E3A624", "SHA256": "34A0E3A6249A840D9A711A3C81C68F6E6FEAF6F91D114CBBF85CD4E0748191BD", "CRC32": "83DBD0D0", "BLAKE3": "A54BD241AAFDFEA7851CF00C66E6797DE74B9FC8216F031F4BAEE3B4F3BD4DDF", "AutoV3": "7C14BE56BF70"}, "downloadUrl": "https://civitai.com/api/download/models/407974", "primary": true}, {"id": 330445, "sizeKB": 10619.6953125, "name": "407974_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T02:37:25.149Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7741256F", "AutoV2": "BA7A592EC5", "SHA256": "BA7A592EC55E446913513BABB6BEC7A8C3930424666D14D2F9719310969680AA", "CRC32": "F2FA2FC7", "BLAKE3": "F741EDF1E076CA357242E3AA7589B28B6DAA8BAEB6A769E15449BE10B49C2454"}, "downloadUrl": "https://civitai.com/api/download/models/407974?type=Training%20Data"}], "images": [{"id": 8461363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e57882c-e6cb-45ae-a622-29e754232e14/width=450/8461363.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UZLCx2-6^iFf}=R-JBoKx]t7tRr=E+axslR+", "type": "image"}, {"id": 8461433, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17c2a0fd-ac29-4baf-9f23-55322c1ff9e0/width=450/8461433.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "ULH^bOVs0L%0{]bv%LV[69jY-Tr=?GoKIBOF", "type": "image"}, {"id": 8459667, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25626a71-0432-454d-a952-9e907393194c/width=450/8459667.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "U9EMXFs502DjR]?C-g0N02Rhx{$*m%5Gs;?a", "type": "image"}, {"id": 8461801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/916170c7-c3f5-495e-b704-b0b3beb99c00/width=450/8461801.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UIJ8U=${--ML~pkX?aE2@r%2-VNtX.a0%Mnj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/407974", "modelId": 365111} \ No newline at end of file diff --git a/datasets/metadata/408262.json b/datasets/metadata/408262.json new file mode 100644 index 0000000000000000000000000000000000000000..d99cacd73547e2935f57991d314f0cdd832b4836 --- /dev/null +++ b/datasets/metadata/408262.json @@ -0,0 +1 @@ +{"id": 408262, "index": 0, "name": "NeoH", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-24T06:50:21.468Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 48, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 330733, "sizeKB": 18554.6875, "name": "NeoH.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T06:50:46.728Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "1D65BC479C", "SHA256": "1D65BC479CACA44DD84530E2E8A7AE59BF75C535C5F11449B793E7B369E3162F", "CRC32": "17BF4724", "BLAKE3": "705CD329E3A7CDD54299AE139B5CA46F892579070074E973E0743BE30F6443B9", "AutoV3": "7B84814373D1"}, "downloadUrl": "https://civitai.com/api/download/models/408262", "primary": true}, {"id": 330720, "sizeKB": 6132.71484375, "name": "408262_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T06:35:43.892Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3CBA0362", "AutoV2": "33C6E0B248", "SHA256": "33C6E0B2486EBFA046A7A503DA281E94D90AD96911124B639FE0FD55B4E3CE7B", "CRC32": "47DBBDED", "BLAKE3": "DC3D0C1E75BDF848CC820C6CCD2B7F1225FB5BD2002EDDCE7965A411533D41B6"}, "downloadUrl": "https://civitai.com/api/download/models/408262?type=Training%20Data"}], "images": [{"id": 8469631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4534370-c3e8-4931-beaf-490e195f92de/width=450/8469631.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UKHLJ0?G02-:?]oJD,WX0$R*%MR+%LjsofoJ", "type": "image"}, {"id": 8469630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/951fb7d9-707a-4fc9-a166-eb654842b5c7/width=450/8469630.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UGF?5sHR9HDR1X.4qyM3IAnPM+z|^+9u?Fxt", "type": "image"}, {"id": 8469632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c4ac6ed-95cc-4c38-b837-fa2b98089933/width=450/8469632.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UKIE-3Gv-q%g0:-=XRRl80?bM{WA%~PBIB,o", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/408262", "modelId": 365335} \ No newline at end of file diff --git a/datasets/metadata/408323.json b/datasets/metadata/408323.json new file mode 100644 index 0000000000000000000000000000000000000000..44043ac6657579056fa42459e217dbee7c9f61a7 --- /dev/null +++ b/datasets/metadata/408323.json @@ -0,0 +1 @@ +{"id": 408323, "index": 0, "name": "Pudding Piao", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-05T07:29:18.649Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 48, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 350218, "sizeKB": 13163.6826171875, "name": "408323_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-05T04:31:09.185Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D401CDD2", "AutoV2": "C102BE72DA", "SHA256": "C102BE72DAD7FA6C1D831DD0E366386D871C2C2D7D362761D65CB7C4388FBC54", "CRC32": "A1197B04", "BLAKE3": "3EE88DDCB924486C83079738B49F646AF1538866BFDE90833EE761F8B85840CE"}, "downloadUrl": "https://civitai.com/api/download/models/408323?type=Training%20Data"}, {"id": 350371, "sizeKB": 223099.27734375, "name": "Pudding_Piao-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-05T07:20:53.841Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "74F59B18", "AutoV2": "6A5702AF5C", "SHA256": "6A5702AF5C1F8945DA578C73C690629C2FAD1AA0006C9E229F3EA466476B92DF", "CRC32": "552736C4", "BLAKE3": "F86F0F3741638147F6AC2E4989928629D991AA07B4858AAB079500F57E1BFA87", "AutoV3": "F4ACC5B32BB4"}, "downloadUrl": "https://civitai.com/api/download/models/408323", "primary": true}], "images": [{"id": 9201055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c85e2a3-b06d-4504-af73-04fc36b53fe1/width=450/9201055.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U6E2%*nn0Lix00Di4:XR4qnO}X^*?ux[?HIV", "type": "image"}, {"id": 9201053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e41d8b83-bfa6-4364-8c2b-893d1769a301/width=450/9201053.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQJQ=iMb_1D%--D*W?RjIUkYVs%2~TW?xZsn", "type": "image"}, {"id": 9201054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4b23e0d-bc01-4f5a-a853-59688a133b98/width=450/9201054.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UcLzdFxu~VaL%FR+R%baRNW=Mxt6-m-pITnh", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/408323", "modelId": 365390} \ No newline at end of file diff --git a/datasets/metadata/408330.json b/datasets/metadata/408330.json new file mode 100644 index 0000000000000000000000000000000000000000..0eb0ccbe66515d9fc584ce3cda0db8117644e62b --- /dev/null +++ b/datasets/metadata/408330.json @@ -0,0 +1 @@ +{"id": 408330, "index": 2, "name": "SAIYANS VOL1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-24T07:38:38.599Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Tturtesss ", "Bbbardo ", "Bbrokebbardo", "Shuterbar", "Ssupbard", "Rrraddit", "Bbbrol", "Nnapppa", "Vveggtt", "Vegshutteer", "Sayanbbard", "Ooozar", "Vezzaruuu", "Ddadvege"], "stats": {"downloadCount": 149, "ratingCount": 0, "rating": 0, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 330816, "sizeKB": 88252.9677734375, "name": "406680_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T08:10:43.266Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D667D98A", "AutoV2": "A04B664ED1", "SHA256": "A04B664ED147C979B2B7CEA008A0676E2307375656FE433242EEEEB2246FC040", "CRC32": "07AF718E", "BLAKE3": "443F7E5AC38A1162FCE88C70AB5FF84C317F94A9B7EBF4CE007FC35506B645FA"}, "downloadUrl": "https://civitai.com/api/download/models/408330?type=Training%20Data"}, {"id": 330784, "sizeKB": 223104.37109375, "name": "Sayans_pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T07:41:48.509Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6A5100A9", "AutoV2": "8106750C40", "SHA256": "8106750C40BF247E066CDCEDE07F027B6B77340F2AC4532E911907AFE5474074", "CRC32": "C99079FD", "BLAKE3": "E1A5A61772289F9C4AA9DE659C3EF74CBAF704F08D0429054148998372D56A66", "AutoV3": "0B35EA5C3C28"}, "downloadUrl": "https://civitai.com/api/download/models/408330", "primary": true}], "images": [{"id": 8471810, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c08d2fb7-afbb-47b3-93bc-cb31f7baff87/width=450/8471810.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "URI|s~9Zs9xt03oue?X80NOYxaIo}oxt%1oJ", "type": "image"}, {"id": 8471837, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96a742b4-30d6-4efe-b19e-be37c3d15917/width=450/8471837.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UeH-0$NG$$-nR6Nc$%R*9cWVsBV@}?R+xZxZ", "type": "image"}, {"id": 8471831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eec7444b-2683-4793-bfe4-a59e49d78571/width=450/8471831.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UlM4?JR*}V-UmmS4V[niNbSzxtr?=xafR*s.", "type": "image"}, {"id": 8471789, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd4aa30b-9946-4cfc-87f1-6dcb8c1eaa2b/width=450/8471789.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UaK9iJxt^2$$q]Ip#-i{E3JA%2%1}?R*S4R*", "type": "image"}, {"id": 8471787, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aba0a529-2cec-4a6b-9c28-396a009ba10a/width=450/8471787.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UZJjxB%fAJI[~9X9NMRnM|azVtsmxtocNHM{", "type": "image"}, {"id": 8471793, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ec7834c-5405-4a21-8dd9-f9f3798e2d75/width=450/8471793.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCI3%G0401~n0h^N9cM~5k$%-mnj039^~Bs.", "type": "image"}, {"id": 8471796, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6dd278d-24a1-40a0-b092-95c61360c599/width=450/8471796.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UUIgy70g$e-V-:oLxFn$yZ-SIVWBFyoLNGR-", "type": "image"}, {"id": 8471790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b175fd3-85c7-407b-bfd5-3076aa37141e/width=450/8471790.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UxGjKU$%wJV[}rsmw^WBv~NHofbbi{R,WXbb", "type": "image"}, {"id": 8471835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5675a33e-cecc-459b-9ae8-61697b0b104d/width=450/8471835.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDJZe}^+{u4:00Z~NO-n0EFM-:Iq}+,CEN-n", "type": "image"}, {"id": 8471806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7105f2ea-ef42-48ed-bfc9-91dc45c60ff9/width=450/8471806.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UfK,BE}@ngv~IArWRQw|9^XTn,xYwaRjxabH", "type": "image"}, {"id": 8471809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e5ee7ca-2ee7-4437-b0b0-a8880ff1ad5b/width=450/8471809.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKEe[Hui1%TK01rE-TxZIpVr-4SI.7yDTKog", "type": "image"}, {"id": 8471802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b479b0ac-dfd8-460b-93a7-95b3aff71619/width=450/8471802.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGJ7m]1706?w04.9%3NM9Gj^-or=9}JC-:$%", "type": "image"}, {"id": 8471830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70fe5093-23b8-4996-b713-3c9ffe81834e/width=450/8471830.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMFEo@EM=@n-IAI=xHod0iNbNLR*~VwvS1og", "type": "image"}, {"id": 8474686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffc6679f-c5a5-44af-bcaa-d7ced2bb1281/width=450/8474686.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHNR#zMx-$^%|qxZa0RlQUShD=V@wHxto|xW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/408330", "modelId": 365388} \ No newline at end of file diff --git a/datasets/metadata/408333.json b/datasets/metadata/408333.json new file mode 100644 index 0000000000000000000000000000000000000000..230711a665f1d995bdba17e85ba904fae37d5afe --- /dev/null +++ b/datasets/metadata/408333.json @@ -0,0 +1 @@ +{"id": 408333, "index": 1, "name": "Neohajime test", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-24T08:17:08.394Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 102, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 330828, "sizeKB": 223116.88671875, "name": "Neohajime_test-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T08:21:06.063Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2807A5FC", "AutoV2": "4F6782DDA4", "SHA256": "4F6782DDA49C142B8103ECADDF160FE09C89E6EDC3841DBCE5D87FCCA91A7A30", "CRC32": "D0F274B0", "BLAKE3": "84F2A1060DD5B4F7CF1D25953EE395C8E48FBFF8D234FCE1B312FC05C8AA3797", "AutoV3": "7161AD39D327"}, "downloadUrl": "https://civitai.com/api/download/models/408333", "primary": true}, {"id": 330787, "sizeKB": 16831.3798828125, "name": "408333_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T07:46:51.285Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6FFC6AC6", "AutoV2": "9BA5B3B1E9", "SHA256": "9BA5B3B1E9F4AF2BD29F14131DE710FCAACF6D5BA5F8C3B7BBC2D743E98D39CB", "CRC32": "92B49DDC", "BLAKE3": "34FE79F8F04E0208A5B92BB6509BEA9C075B5EA533359A14097F3B776ED694EC"}, "downloadUrl": "https://civitai.com/api/download/models/408333?type=Training%20Data"}], "images": [{"id": 8472830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b788495-fbc5-4c81-a1a0-0df7dcd2b8d8/width=450/8472830.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "URM5w;xb%7xt?cof%3WX-XI.s?xZNXNENFkD", "type": "image"}, {"id": 8472829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de1c5ce8-7fce-404d-988b-310c6bd182d2/width=450/8472829.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMI;O^t6~qxav~ofI:ay-?a}WAj?o~ayxZof", "type": "image"}, {"id": 8472831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/640a56ab-30b2-4af2-8257-74a1c3ef033f/width=450/8472831.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGD+;~.7MxDi~qxu%MRj%NWBITWAD%IVog%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/408333", "modelId": 365399} \ No newline at end of file diff --git a/datasets/metadata/408362.json b/datasets/metadata/408362.json new file mode 100644 index 0000000000000000000000000000000000000000..1741fa1c46bc22616b4cba300db19200302d0fd7 --- /dev/null +++ b/datasets/metadata/408362.json @@ -0,0 +1 @@ +{"id": 408362, "index": 0, "name": "angel 3", "baseModel": "SDXL Turbo", "baseModelType": null, "publishedAt": "2024-03-25T08:19:08.589Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 123, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 332524, "sizeKB": 223099.23828125, "name": "angel_3-000011.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T08:16:44.815Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B5FCD97E", "AutoV2": "DB78AE6153", "SHA256": "DB78AE6153732E5ACB3A1A2EEDE7F07F94C5C942619FACEE71B5C812E66F7F9B", "CRC32": "617530B6", "BLAKE3": "D25C627F05C3E2C5E40C178F776B80C0B2908C7871FCE0976746B63399304D6C", "AutoV3": "493E1163233E"}, "downloadUrl": "https://civitai.com/api/download/models/408362", "primary": true}, {"id": 331340, "sizeKB": 39572.677734375, "name": "408362_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T15:47:48.689Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E6A18517", "AutoV2": "5B5DB62A67", "SHA256": "5B5DB62A672CF6660250C705AF45F5A2F0A944121334A313422FC68052549413", "CRC32": "902B9D7B", "BLAKE3": "6787A3B7F8633378BAE3CC4F6BEB77A50588C657BDAEB0491D05D5353F09A4F8"}, "downloadUrl": "https://civitai.com/api/download/models/408362?type=Training%20Data"}], "images": [{"id": 8532051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b51aa74a-2118-4bc1-9a14-27790eeb7af1/width=450/8532051.jpeg", "nsfwLevel": 4, "width": 450, "height": 658, "hash": "U86lS-ozyZtSRPj[bwj[4TayQ,V@g3fPZ~WB", "type": "image"}, {"id": 8532050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b1365c7-7cbc-44b7-8b2c-cfae3c6aa150/width=450/8532050.jpeg", "nsfwLevel": 8, "width": 450, "height": 658, "hash": "UBD9^;t70f.8peW:yZx^00jE~BMw4TV@t7Mx", "type": "image"}, {"id": 8532052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b3393df-14ef-437a-978b-63c12e84ab52/width=450/8532052.jpeg", "nsfwLevel": 8, "width": 700, "height": 1023, "hash": "UBAnG-s7DN%%9Zoy%$jZDNVr%ht7H;D%V?V=", "type": "image"}, {"id": 8532053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50d1f87e-ca5e-4c9f-b5f1-788e4642602a/width=450/8532053.jpeg", "nsfwLevel": 8, "width": 700, "height": 1023, "hash": "UBA-C,%L00JC_NROIotlOcM{$c$z4TIW%2xV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/408362", "modelId": 365427} \ No newline at end of file diff --git a/datasets/metadata/408459.json b/datasets/metadata/408459.json new file mode 100644 index 0000000000000000000000000000000000000000..94f104e2b9c479f5807f3465a71b9eaae522fff5 --- /dev/null +++ b/datasets/metadata/408459.json @@ -0,0 +1 @@ +{"id": 408459, "index": 0, "name": "Wraithguard", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-24T11:22:18.114Z", "availability": "Public", "nsfwLevel": 1, "description": "Version 1, testing it out at the moment, feedback would be great!
", "trainedWords": [], "stats": {"downloadCount": 54, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 331030, "sizeKB": 36977.890625, "name": "Wraithguard.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T11:20:46.147Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "10C18196", "AutoV2": "F4E9D29454", "SHA256": "F4E9D29454BA6765C4031EA11311F94EFDE88B9B94573B25C425C5EF0DCC9F78", "CRC32": "CA2EAD7F", "BLAKE3": "4293089C5655B10C8E94A6C67D66428DFF2401159DE4E483289B73041DAA5FF3", "AutoV3": "790ACF02E2CF"}, "downloadUrl": "https://civitai.com/api/download/models/408459", "primary": true}, {"id": 330916, "sizeKB": 3068.9423828125, "name": "408459_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T09:41:02.253Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AC22FF8A", "AutoV2": "E1688D8409", "SHA256": "E1688D8409A65D3DA48FCBA442D9EC75EB6887F668C5662E68CA6F5E2439B2AB", "CRC32": "01E80880", "BLAKE3": "BE8E9F3BD2287F4EC56648C268D6D87656370C8067A49484C59623CA86D3418F"}, "downloadUrl": "https://civitai.com/api/download/models/408459?type=Training%20Data"}], "images": [{"id": 8479994, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7c56ae6-4cc3-410a-993a-d5a848683b6c/width=450/8479994.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHDvcmDhR4%NcuR4i^x]tm9ZjYR%XAxaRjMx", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/408459", "modelId": 365518} \ No newline at end of file diff --git a/datasets/metadata/408464.json b/datasets/metadata/408464.json new file mode 100644 index 0000000000000000000000000000000000000000..06b85e4c5c404841da0200e6660b09f2db11df86 --- /dev/null +++ b/datasets/metadata/408464.json @@ -0,0 +1 @@ +{"id": 408464, "index": 1, "name": "v4.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-24T09:39:28.230Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 291, "ratingCount": 0, "rating": 0, "thumbsUpCount": 46, "thumbsDownCount": 0}, "files": [{"id": 330917, "sizeKB": 5296.8583984375, "name": "Oikawa_Amane_FamilyControlV4.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T09:41:01.775Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7D0FEB7E", "AutoV2": "AD7775240D", "SHA256": "AD7775240D3848FF5DA3B81A9FE4F24B611A86AD78676BCB44BEEBF99E51D792", "CRC32": "358D5F17", "BLAKE3": "7E4F514CB6A4C2A4C251557264C7AC41006634D4954275B98B46189631ED5072"}, "downloadUrl": "https://civitai.com/api/download/models/408464?type=Training%20Data"}, {"id": 330918, "sizeKB": 22232.80078125, "name": "Oikawa_Amane_FamilyControl-KK77-4.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T09:41:35.886Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "27C4DA44", "AutoV2": "235E7F22E1", "SHA256": "235E7F22E1F449198DCB3CB734B01AA434E81E10299674EDC444109999AE5169", "CRC32": "04867202", "BLAKE3": "1159B8E89E34A224102A5BA7FC326EC18C1E02D1617126A2F1112439F35F7CD1", "AutoV3": "D8C7081FDEEC"}, "downloadUrl": "https://civitai.com/api/download/models/408464", "primary": true}], "images": [{"id": 8475678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8d81589-3fb9-4f2b-b115-90ca937a2c61/width=450/8475678.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USHnpixuAIWW~XoL%Nt757WB-Uof$*s:M{M|", "type": "image"}, {"id": 8475679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2c16ad9-e7d0-4a01-8bcf-d463db89e6cf/width=450/8475679.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USHnpixuAIWW~Xj[%Nt757WB-Uof$*s:M{M|", "type": "image"}, {"id": 8475932, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73a33f05-a0ce-42c8-9aa0-d4fe50e8fe48/width=450/8475932.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UtIq$Fx^-=x]~Wx]f,xut8RjjZRjNGoLoKoL", "type": "image"}, {"id": 8476053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75b318ea-a8ff-469a-8cec-1699d3e7b3ed/width=450/8476053.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UhJQ.u%2?b%M~VofWVx]NGM{nis:IVayRjof", "type": "image"}, {"id": 8476246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f0758ec-062b-4106-82f9-0b4175cdd454/width=450/8476246.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "USNluw~qKi%gEM%M?Hxu9aRjofay=|xaRPjF", "type": "image"}, {"id": 8476653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3745b8b2-3bc6-4e51-979d-90dc1e2309fa/width=450/8476653.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USK,v:MyAEWW~WD%x]M{EhIU?Ht7ELRje.oL", "type": "image"}, {"id": 8950427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/562262f2-15c8-4cf6-af21-405327de8486/width=450/8950427.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UUNc+=Vs~qIAI9ITadV@?bWCnixutlxu?HRj", "type": "image"}, {"id": 11513900, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f162b4c-611f-4821-ac03-a539fad377c3/width=450/11513900.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMLf{;^*_N%g9a-VIoWqELof-px[0zt6V[xG", "type": "image"}, {"id": 11516841, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9df5019d-e55c-4725-b2ee-ffee3736c2dd/width=450/11516841.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDJ@nEAILN100L}TD%Mw0goc^j-p_NxaSiX8", "type": "image"}, {"id": 11517778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e108f1be-b1f4-494d-9f9c-4c7f67c3a41c/width=450/11517778.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJKmtt59_N9u0KIA56D%EOX8~VjF%NIof6oe", "type": "image"}, {"id": 11518954, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88386991-5f4c-40df-b803-1680c20499a8/width=450/11518954.jpeg", "nsfwLevel": 4, "width": 2528, "height": 4128, "hash": "UjKdoM%M_N%g_3DiR+R*o}M|xGj]IpkCo0xu", "type": "image"}, {"id": 11518957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/075fbc98-f767-4493-8472-4c5d4ec8f404/width=450/11518957.jpeg", "nsfwLevel": 1, "width": 2272, "height": 3936, "hash": "UoKKc*?I~qt7-;oJNGV@xaxuM{WBNGR+s.WW", "type": "image"}, {"id": 11519039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fff5d3bd-cea2-44b8-95b0-e39b1a20c9b5/width=450/11519039.jpeg", "nsfwLevel": 1, "width": 1440, "height": 2016, "hash": "ULL3=W_N7N%gPBXn~W-p9a^k-pD*EMR*E1Rj", "type": "image"}, {"id": 11520527, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f226febf-5424-46e9-9ae9-56b087491ad4/width=450/11520527.jpeg", "nsfwLevel": 4, "width": 1248, "height": 2144, "hash": "UVOC{hx^?w-:4;Md%MIV%MRjV@%L?vIp-p-p", "type": "image"}, {"id": 11520553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25cd75fc-999c-4d00-b809-31610be7b270/width=450/11520553.jpeg", "nsfwLevel": 8, "width": 2496, "height": 2784, "hash": "UWP?2QMd*0?vJ.IAx]x^xGxuV@V[WBxuxuWV", "type": "image"}, {"id": 11520568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/629c4801-54fb-4ee1-b7e6-0730a236b22d/width=450/11520568.jpeg", "nsfwLevel": 1, "width": 2592, "height": 3456, "hash": "UNI#Jw^+yY%M_Nxa?bxt01M{n4M{-We:IoIo", "type": "image"}, {"id": 11522101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65de0e39-4ee7-4c6b-bc4a-99eb161f3004/width=450/11522101.jpeg", "nsfwLevel": 8, "width": 1792, "height": 3584, "hash": "UHOL[p^P.S0K0z8_tm-U~qRj?H-pS6aK^+Ip", "type": "image"}, {"id": 11522105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9322a1f2-656d-4e09-af2e-28f0b53e4b35/width=450/11522105.jpeg", "nsfwLevel": 8, "width": 1952, "height": 2880, "hash": "UBQIxh_3p{#,010LcFV@00$it,g3?v%#00xu", "type": "image"}, {"id": 11522123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a57d1b1-1c64-4e83-bb73-bc9bc4272ccd/width=450/11522123.jpeg", "nsfwLevel": 8, "width": 2496, "height": 3968, "hash": "USJHUL_3%$~Wx^9aJVIo9a$z=|Ioxvt7M{Rj", "type": "image"}, {"id": 11525568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3904a438-3de1-4b08-a787-d62fd0e34032/width=450/11525568.jpeg", "nsfwLevel": 4, "width": 2752, "height": 4896, "hash": "UiQI_6_NpInhOs.8MxWANHsmRjay%1RPWBoz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/408464", "modelId": 41915} \ No newline at end of file diff --git a/datasets/metadata/408481.json b/datasets/metadata/408481.json new file mode 100644 index 0000000000000000000000000000000000000000..1494e85c7d301af62fa42e5aaf83e5779adc40b6 --- /dev/null +++ b/datasets/metadata/408481.json @@ -0,0 +1 @@ +{"id": 408481, "index": 0, "name": "Shiori Novella (Hololive)", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-27T21:56:09.642Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": ["shiori_novella", "1girl", "two-toned hair,multicolored hair,black hair,white hair,split-color hair,x hair ornament", "yellow eyes"], "stats": {"downloadCount": 236, "ratingCount": 0, "rating": 0, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 336434, "sizeKB": 445802.71484375, "name": "Shiori_Novella.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-27T20:16:29.017Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9176AC72", "AutoV2": "A7E94D3294", "SHA256": "A7E94D3294D8E09EE9085F438B62773C79F6B4079A9C53BD1228661ABC2D30C0", "CRC32": "0272FF13", "BLAKE3": "11DD88009F560D3426AD6B706C65C87923B2B4C117B48BFE15467A133782EB7F", "AutoV3": "B3AD32E86C87"}, "downloadUrl": "https://civitai.com/api/download/models/408481", "primary": true}, {"id": 340681, "sizeKB": 93562.5712890625, "name": "408481_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T09:41:16.738Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7C5B03AD", "AutoV2": "BBA5980416", "SHA256": "BBA59804168FC111CDC6DAF6BBC9641D79BFBB4586FB583694EBD71D78F5BA51", "CRC32": "73F81B9F", "BLAKE3": "FC665D5259FDD99B2CDEA5B741B007FF61DB3A6FFDD15B8F872C1457EA16EF01"}, "downloadUrl": "https://civitai.com/api/download/models/408481?type=Training%20Data"}], "images": [{"id": 8674134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36495fde-1c53-41bc-b2e3-1e848cfac4d9/width=450/8674134.jpeg", "nsfwLevel": 8, "width": 696, "height": 1024, "hash": "UJIqWS~qK7E1xvxYIoM|0fNH^kjr?Haenhf6", "type": "image"}, {"id": 8674224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6461011-0105-4560-a2a2-1f08fba9a64b/width=450/8674224.jpeg", "nsfwLevel": 4, "width": 696, "height": 1024, "hash": "U8JGyzS,004n02~Bxt9t00EM^kxFl9~CDiE1", "type": "image"}, {"id": 8674536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/366802d8-4d9b-4269-a037-1119152346a8/width=450/8674536.jpeg", "nsfwLevel": 4, "width": 1280, "height": 720, "hash": "UfNv_Q?aoes:_N%gIUkC%gIURPt7r=V@ozs.", "type": "image"}, {"id": 8674734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24ead342-1a0e-46d0-9697-441b285c9a97/width=450/8674734.jpeg", "nsfwLevel": 1, "width": 1280, "height": 720, "hash": "UPNJXp%L_NIokqofsmNG%LWBM|s:xuayoKof", "type": "image"}, {"id": 8675016, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0eb3604-c3ee-43ec-af52-088f48dde5c4/width=450/8675016.jpeg", "nsfwLevel": 2, "width": 696, "height": 1024, "hash": "U7E_{-?H000K?dNH9Z?GoxxZad9Z00NF~V-p", "type": "image"}, {"id": 8798653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca09e91a-11f3-4524-b4d7-8009f83676c5/width=450/8798653.jpeg", "nsfwLevel": 8, "width": 1280, "height": 720, "hash": "U4Dlf:t700WV00of~BRjRjR*9Gof4oj[~Wt6", "type": "image"}, {"id": 8798864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/340227e3-813a-411c-8aaa-e94b12422fea/width=450/8798864.jpeg", "nsfwLevel": 4, "width": 768, "height": 1264, "hash": "U7GknI-q5rWB00of009Z?Zoc~Aae9wRjkXt7", "type": "image"}, {"id": 8823181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee1d415d-d81a-4e42-b5a3-056d7b540efc/width=450/8823181.jpeg", "nsfwLevel": 4, "width": 656, "height": 1056, "hash": "UiO3wu%M?^Io~qbH%2n%S4xuV@M{bbV@RjkC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/408481", "modelId": 365534} \ No newline at end of file diff --git a/datasets/metadata/408549.json b/datasets/metadata/408549.json new file mode 100644 index 0000000000000000000000000000000000000000..7470dca265c74f762caf85262fca67288a0ee8c6 --- /dev/null +++ b/datasets/metadata/408549.json @@ -0,0 +1 @@ +{"id": 408549, "index": 1, "name": "SD", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-24T11:16:48.418Z", "availability": "Public", "nsfwLevel": 1, "description": "The Lora is based on my first C41 in-house developments from 2017. My favourite camera was the Zenit EM with the Helios lens. Film: KodakGold.
Usage:
c41_zenit_kodakgold + prompt
", "trainedWords": [], "stats": {"downloadCount": 129, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 331027, "sizeKB": 36977.3671875, "name": "c41_zenit_kodakgold.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T11:20:46.327Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8AB8365D", "AutoV2": "7926CCD478", "SHA256": "7926CCD4788DFAA5B3EF44D8B0637B90124761189820598F9B4D64DEF5D42897", "CRC32": "E2C69CC8", "BLAKE3": "414D579C3F535CAB8F2B97A033C2D14C2D36DA8F491100E2151FE86A329C9DBB", "AutoV3": "7F8800EC8AE6"}, "downloadUrl": "https://civitai.com/api/download/models/408549", "primary": true}, {"id": 331006, "sizeKB": 10052.4609375, "name": "408549_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T11:00:52.102Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DD0230DA", "AutoV2": "EBB131EA7C", "SHA256": "EBB131EA7C63A69D2DC5D76D61D9AC6B5E4D501FD2ACFD7BD949A99DD87EE954", "CRC32": "A79DF23F", "BLAKE3": "105D539716B34571E192C92C23FC57F14FB7598E7B0EF444CCE76CDF8ADB8A39"}, "downloadUrl": "https://civitai.com/api/download/models/408549?type=Training%20Data"}], "images": [{"id": 8480455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/caf963cf-b367-4fe1-8e04-f6dc6a1f3d96/width=450/8480455.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJBNQPM{DibH?wWBV@j[RPoytRj[t7fkbHfj", "type": "image"}, {"id": 8480102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c372a6e-a42f-4644-a3dd-ea8ee5f6d516/width=450/8480102.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UUD0u}RkVsof.TWCaej[xubHf+juxuj]bHj[", "type": "image"}, {"id": 8480282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5dae1efe-a5ae-4119-98c6-2bf95ccd3667/width=450/8480282.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UZCa0-a~ROoJ%%Rjadfkx]flbIj]jDozkDax", "type": "image"}, {"id": 8480283, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e05cb29a-2524-4b7b-82e2-bf1e1c25d5f9/width=450/8480283.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UUCtCMR*VsofyZNGV@jZ-;bcbcjsxtkCWCf6", "type": "image"}, {"id": 8480284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9147dab8-e77d-46b2-90f4-28493e6e54e5/width=450/8480284.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UVC7Z@bdROoz*0bcjYj[yDaybHf6oxV?flj[", "type": "image"}, {"id": 8480392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/262268f9-ab3f-46c4-a94b-7a3d2f9324b3/width=450/8480392.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UfB}B]a$RPoepyWXn~a}tSkCkCj]nzfibIfQ", "type": "image"}, {"id": 8480413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d19e1f95-6e01-434d-9386-e0b5c7f25707/width=450/8480413.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UXDAcIWER5oecuRkadaytlkDkDj]t6fPflj[", "type": "image"}, {"id": 8480412, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d36f40d6-e3fc-4e94-b58f-92a191aca7c9/width=450/8480412.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQD0[m.TMxs,Tekrt7afMHs-tma}MxkCkWf5", "type": "image"}, {"id": 8480409, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/add12b98-9d18-4269-bec0-d11881dc7ffe/width=450/8480409.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQE3xQNHMwoePXW=n$j[yEV@bIfl%MRkkDj[", "type": "image"}, {"id": 8480410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45b4b135-8160-49dd-b9ac-95a8841e5f0e/width=450/8480410.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNDv=%ksI9jqu6tlV?j[pIt7bIogtSe-j[og", "type": "image"}, {"id": 8481014, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c905bbbf-4f11-49df-80fd-ebcff65198ef/width=450/8481014.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UT9*rskDR4V?*JWXV?aetlaxogozoef6kDkD", "type": "image"}, {"id": 8481012, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28b6aff3-4743-4840-91b5-ae80f72afe9a/width=450/8481012.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQAUN+kXHqad.mkCR4kBtQofozozofj]ozkC", "type": "image"}, {"id": 8481013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f6edc1f-7d73-4825-8097-936c0abc0e8a/width=450/8481013.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UTA-q^yEMcaJ.mo~VsozoykBoztRe.aebbbH", "type": "image"}, {"id": 8481077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/320ed99f-f8ba-4dca-a857-02970a8d10f6/width=450/8481077.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UgD1HTRQV?of.TbHaej[M_ozf+ayagf6fPbF", "type": "image"}, {"id": 8481076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7835b419-cad9-4cea-a13d-b3e9d589edd8/width=450/8481076.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UbC%:QtSadof.Tf,jua}x]WBWqa}a{RjbHj[", "type": "image"}, {"id": 8481075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ab2b91d-f9a5-4bc3-aa92-012a0b53f7e7/width=450/8481075.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UUBNsOkEV?oe.TWXjYj[%gWUayj]V?axa|f6", "type": "image"}, {"id": 8481224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2e82a50-664f-485d-a038-357590a67430/width=450/8481224.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJBp%_.AXRacyDyDtRV@TLx]xuWYt7oft8t7", "type": "image"}, {"id": 8481222, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4c8b60a-f3be-4434-bab4-2818d0097eba/width=450/8481222.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJBWxp%iyYog_Nt7%MM_o|oIxtM{%MtRxuWB", "type": "image"}, {"id": 8481223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f2743c0-a3ee-43f9-8e8a-0d525d0c390b/width=450/8481223.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UECjFYIVtmt6%gITtSaK*0M_Q,s.%gRPaKof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/408549", "modelId": 365601} \ No newline at end of file diff --git a/datasets/metadata/408615.json b/datasets/metadata/408615.json new file mode 100644 index 0000000000000000000000000000000000000000..b751753cae60e3d231d514c0eef993f3892e3e74 --- /dev/null +++ b/datasets/metadata/408615.json @@ -0,0 +1 @@ +{"id": 408615, "index": 0, "name": "JD", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-24T12:49:01.591Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 43, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 331132, "sizeKB": 223100.69140625, "name": "JD.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T12:51:18.760Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D0189D5B", "AutoV2": "CA842BBFE6", "SHA256": "CA842BBFE61F89B076DD3C3A4FD8477E6277960C9F61ABEF7B15FFB9FB9B0A7A", "CRC32": "847B55FF", "BLAKE3": "5C220A6FF1F39161DC621BF595AF17559C3B305667B2514481D7024B5204E9E3", "AutoV3": "215CB497AA40"}, "downloadUrl": "https://civitai.com/api/download/models/408615", "primary": true}, {"id": 331065, "sizeKB": 4418.2802734375, "name": "408615_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T11:55:51.565Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2A4E5F0C", "AutoV2": "2AE438494B", "SHA256": "2AE438494B297289B6791BF101125B6D6F26A5F35FD83A9F7EF2CF345E70734D", "CRC32": "2FA8E7B9", "BLAKE3": "E85CAAE79F704791A1199B2607AEF2655FBB6CAB89366EDEA898F19D19AEE334"}, "downloadUrl": "https://civitai.com/api/download/models/408615?type=Training%20Data"}], "images": [{"id": 8483320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d68690d-dae6-4fa7-a41a-127fc25a064c/width=450/8483320.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9HxTf^ii]~V00D*xuV?02jFIt9G-;axMxbc", "type": "image"}, {"id": 8483321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0ab2e13-bcdb-499b-9f19-0d9a15b5ace7/width=450/8483321.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9I;-LT1InMb009GtRMy00IA%Ntm~Bx]xtj?", "type": "image"}, {"id": 8483322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1e03d62-5440-4b36-8317-1365288f93b0/width=450/8483322.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGH_;{Rj4m?aV:%2_2M{D~WC%NR*~pR*9Gxu", "type": "image"}, {"id": 8483359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e948d049-bad9-4b97-94a8-da99125f8c6c/width=450/8483359.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGH_;{Rj4m?aV:%2_2M{D~WC%NR*~pR*9Gxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/408615", "modelId": 365662} \ No newline at end of file diff --git a/datasets/metadata/408717.json b/datasets/metadata/408717.json new file mode 100644 index 0000000000000000000000000000000000000000..a9c8f9a45fc9bef2e46bfb2aae9c31d8d98a1475 --- /dev/null +++ b/datasets/metadata/408717.json @@ -0,0 +1 @@ +{"id": 408717, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-24T13:04:35.108Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["emiruXL"], "stats": {"downloadCount": 653, "ratingCount": 0, "rating": 0, "thumbsUpCount": 35, "thumbsDownCount": 0}, "files": [{"id": 331149, "sizeKB": 176971.3203125, "name": "emiruXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T13:05:50.983Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4C3DC967", "AutoV2": "7FF63008AD", "SHA256": "7FF63008AD0E8928312E55C52B9A5C5A4FDCDA63EC0E605249D09783835FDD1C", "CRC32": "CB652CDA", "BLAKE3": "D76424038DB66B9820370F706D434439DF180982C67CC766A2F2FB9F013A71D2", "AutoV3": "4F09C2E858A1"}, "downloadUrl": "https://civitai.com/api/download/models/408717", "primary": true}, {"id": 331166, "sizeKB": 37150.638671875, "name": "emiruXL.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T13:20:46.731Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CA628039", "AutoV2": "F4EC12EED9", "SHA256": "F4EC12EED99AC6DC7AF5B8AC972F5366BDD18B322DDC1DF8E059485E24D07B36", "CRC32": "3D3123DD", "BLAKE3": "890183E0D8A0559DE2A9BA8BFCCB9BFAC3E723B0176A0134F1114B9B407F26BE"}, "downloadUrl": "https://civitai.com/api/download/models/408717?type=Training%20Data"}], "images": [{"id": 8484032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b18aa137-c547-42b4-9290-1b68e6762428/width=450/8484032.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UCGkzaMw%~^jKP9F~q4.pKMw^kaJ4;D%-;9Z", "type": "image"}, {"id": 8484031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/556dee2b-bfca-4680-bf1c-c77e81bc3d73/width=450/8484031.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "U7Hn$=I]00}Q00=]019#KPIo}m.700X9tRE1", "type": "image"}, {"id": 8485811, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df81cf33-8725-47bf-8145-8c12edb65784/width=450/8485811.jpeg", "nsfwLevel": 1, "width": 928, "height": 1240, "hash": "UEF=Bg~W_2-oNFj@M{ozrVRP^jS3pJ%1-VR%", "type": "image"}, {"id": 8484036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0453c2cc-5e66-4d8c-b697-aeaeaae0f80e/width=450/8484036.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UEHxWzROXMD*00pK~qRO%$R4rqEMoI-pRPE1", "type": "image"}, {"id": 8485980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1b74da3-dd50-46c7-b54e-022ad5438ca9/width=450/8485980.jpeg", "nsfwLevel": 1, "width": 928, "height": 1240, "hash": "U6D+JK0~[WAb=x1h?I0y~p$$z.t7D$^j%Mt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/408717", "modelId": 365756} \ No newline at end of file diff --git a/datasets/metadata/409021.json b/datasets/metadata/409021.json new file mode 100644 index 0000000000000000000000000000000000000000..f3be0fbc643dfab3aa0d333c41d0e843333bbe0c --- /dev/null +++ b/datasets/metadata/409021.json @@ -0,0 +1 @@ +{"id": 409021, "index": 0, "name": "Satin Pajamas", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-25T13:33:07.668Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 212, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 332811, "sizeKB": 223100.16015625, "name": "Satin_Pajamas.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T13:21:56.437Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "07C837E9", "AutoV2": "191889C14B", "SHA256": "191889C14B00F8A26B15ABF33BB98C07545420A07C64D2F0F8721192A816CBA1", "CRC32": "1F51001B", "BLAKE3": "E77A9CD6316ACF3713A245658E913CE7E8E584458D8C626E08EC3B4AFF50E522", "AutoV3": "0E1AFC8CB5E7"}, "downloadUrl": "https://civitai.com/api/download/models/409021", "primary": true}, {"id": 331649, "sizeKB": 24250.3671875, "name": "409021_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T19:26:00.209Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "765AEEDF", "AutoV2": "F7ED45C94C", "SHA256": "F7ED45C94CCA1F2AA8FCC71925BD988F2774297D1D0701F6B510164E96D9967F", "CRC32": "6BE899D6", "BLAKE3": "DC1EFE8AE6AE7AC4F76F1A1402FF10B6588C307BD6DDAA61223576F17B0CEA4E"}, "downloadUrl": "https://civitai.com/api/download/models/409021?type=Training%20Data"}], "images": [{"id": 8543559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8913ded1-cf32-4109-a02d-03e9c9ff8d54/width=450/8543559.jpeg", "nsfwLevel": 2, "width": 3072, "height": 4096, "hash": "UEF?9an20XN}00xU%1tS00NL%ME1~Wa#n2S5", "type": "image"}, {"id": 8543568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d819acee-c3a8-41d6-a8c0-04bf42924b37/width=450/8543568.jpeg", "nsfwLevel": 2, "width": 3072, "height": 4096, "hash": "UMF#,Cxs^5=w}?ozNakD=eRkX8I;tRoIW;kB", "type": "image"}, {"id": 8543420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69c71d2f-7b3a-4d04-9bd1-77c00aa50f88/width=450/8543420.jpeg", "nsfwLevel": 2, "width": 3072, "height": 4096, "hash": "U9J?aE~q[F}bHq$%5m^6HXD%%2-V_3bwE0-q", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/409021", "modelId": 366036} \ No newline at end of file diff --git a/datasets/metadata/409052.json b/datasets/metadata/409052.json new file mode 100644 index 0000000000000000000000000000000000000000..c2658016b10cd78a9af8d143190efaaf0f3e155f --- /dev/null +++ b/datasets/metadata/409052.json @@ -0,0 +1 @@ +{"id": 409052, "index": 0, "name": "v2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-24T16:49:35.230Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Rocky", "Rocky Rickaby"], "stats": {"downloadCount": 68, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 331451, "sizeKB": 223112.02734375, "name": "v2-000017.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T16:50:54.854Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FD0F1088", "AutoV2": "E73E4B764E", "SHA256": "E73E4B764E0E5C394D7FA0B5E23A3DDE7192E750C2CD0B8BCFE5561386F1B3FD", "CRC32": "A1F23E7A", "BLAKE3": "CEE42A4567AB34BBF28866694EBC0FB942BAF7F4DC01F8CEDE0147D6C1660096", "AutoV3": "D0CE58A25F76"}, "downloadUrl": "https://civitai.com/api/download/models/409052", "primary": true}, {"id": 331449, "sizeKB": 27584.3134765625, "name": "408698_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T16:50:54.833Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2091A8B0", "AutoV2": "1BB591D2AA", "SHA256": "1BB591D2AA12901CF632C2FBCF67CA726102D936A8ED7A641C45C652A23DF3B2", "CRC32": "47ED6EB1", "BLAKE3": "742D2F64DFE4CF8AB66BA340EE9B95224A9849373D38138C8907CEE6E5900109"}, "downloadUrl": "https://civitai.com/api/download/models/409052?type=Training%20Data"}], "images": [{"id": 8781270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ef46372-fe2a-40b2-99b5-0f721efe3c81/width=450/8781270.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOG+wUivBY%gEroHpMn$5JWX$dM{M|ozQ+ob", "type": "image"}, {"id": 8723950, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cf1c8be-6650-4a98-a94b-abb0d2d1ed94/width=450/8723950.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UALyrz-n==%1D*t6-oWV$wj[R.WV~UWDD+t6", "type": "image"}, {"id": 8494234, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec12ead9-f97f-4498-b157-bf549a4063bf/width=450/8494234.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UUH1MfWCD%$%~9xZ57s.-5WVR:j=ELR*Rlaz", "type": "image"}, {"id": 8494281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf19c463-338f-4b0d-9add-4b18456be430/width=450/8494281.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U7D*9u9h8^~9?6{|0$.80cR#T1R*0m2s}rD%", "type": "image"}, {"id": 8494236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9b15da0-f916-435c-9e1e-8781c86f398d/width=450/8494236.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UeGt?9EMIUsl~BNIIpWAskWBNIofEMs.afoz", "type": "image"}, {"id": 8494455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38049bcf-9921-43a3-992b-6736691075d5/width=450/8494455.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UZH-MtV@9Fx[~Bs,M{WY$xs.t8j]$zs:xuR%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/409052", "modelId": 362912} \ No newline at end of file diff --git a/datasets/metadata/409076.json b/datasets/metadata/409076.json new file mode 100644 index 0000000000000000000000000000000000000000..c43ed174cf566b9eb5ffc536165662cf7948b0fa --- /dev/null +++ b/datasets/metadata/409076.json @@ -0,0 +1 @@ +{"id": 409076, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-24T17:08:36.070Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["by artie", "by artiessauce", "sketch"], "stats": {"downloadCount": 58, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 331467, "sizeKB": 11774.9580078125, "name": "408830_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T17:10:45.291Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B3EACDAB", "AutoV2": "C63E51BE07", "SHA256": "C63E51BE0720D09366CC691E05C8C9B760AD9ADA71D5B78CC0C9F07DD1105342", "CRC32": "C0433914", "BLAKE3": "EEE4234BBC67E621844C89972F7BA2EFEC2754CCE4083248C91234DA145CBAB0"}, "downloadUrl": "https://civitai.com/api/download/models/409076?type=Training%20Data"}, {"id": 331470, "sizeKB": 223107.66796875, "name": "Art_By_Artiessauce.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T17:10:48.002Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BF87CB24", "AutoV2": "51BA1F6D6D", "SHA256": "51BA1F6D6DEF4B14F9C65E368B7B9A3FE839016082A9C14F54ED5C5458E49DE1", "CRC32": "843B91EF", "BLAKE3": "7917916AFC81686152CFEAE3D5BB440FE53C512DE8799E052E43EE3EEBDDB889", "AutoV3": "C5BD5E2E4215"}, "downloadUrl": "https://civitai.com/api/download/models/409076", "primary": true}], "images": [{"id": 8498068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f296f29-8383-4152-9a82-06dd87185138/width=450/8498068.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPI#W2?a-:%M~VoeM{ofITogIVM{_3ofofV@", "type": "image"}, {"id": 8498379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04cad117-eddb-423e-b2bb-d9a7ca70bc89/width=450/8498379.jpeg", "nsfwLevel": 1, "width": 405, "height": 592, "hash": "UWHdEo~Bs;xZ={xDRjW;xukAbEbHs8j]jtni", "type": "image"}, {"id": 8497881, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a50153f-6b40-4b6b-8f07-4d777014ba96/width=450/8497881.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMGSihawEdxHPUMbRjXT%jMv%Mf,-=adbdnl", "type": "image"}, {"id": 8495810, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aaa6bc1a-e78a-4550-9426-2f152b74357a/width=450/8495810.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UEOWD{~V~pIV_1j[%LxZM|NGxZj[IVoft7WC", "type": "image"}, {"id": 8498369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4691580-5398-4827-96df-ff6ec90327db/width=450/8498369.jpeg", "nsfwLevel": 8, "width": 405, "height": 592, "hash": "UOH]|f~XF}nO-?X8NHaK%Lk8r;ofIaM|afXS", "type": "image"}, {"id": 8495812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d281df6b-2539-475d-bdb5-6c2e1e045130/width=450/8495812.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UfG,Lj?[Nat6LfJ:NHRjpetl%LxZIntmxZk9", "type": "image"}, {"id": 8496256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41b7d8ea-102b-4b31-af26-53e3ee564a16/width=450/8496256.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UMJain~m00%MPNXORjI.I8-p^+WAxuxus:sV", "type": "image"}, {"id": 8498374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7799208e-a9fe-489e-92f6-30335e991331/width=450/8498374.jpeg", "nsfwLevel": 8, "width": 405, "height": 592, "hash": "UPG@x;~VTJn4_2tRV@a0%MofaeSN%MofR+jZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/409076", "modelId": 366082} \ No newline at end of file diff --git a/datasets/metadata/409324.json b/datasets/metadata/409324.json new file mode 100644 index 0000000000000000000000000000000000000000..e19d8cf06d0f72432f26913dfa0b3b699880009d --- /dev/null +++ b/datasets/metadata/409324.json @@ -0,0 +1 @@ +{"id": 409324, "index": 0, "name": "Knia - Devy", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-25T12:34:23.716Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 103, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 332712, "sizeKB": 36980.90625, "name": "knia-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T11:50:43.903Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C2AA7092", "AutoV2": "FFC9E166DE", "SHA256": "FFC9E166DEB96C9B4949A2ECBCA9DDD2F9EA250CB2B9B67473790CAB92F872A6", "CRC32": "6480CA91", "BLAKE3": "125EAFCBA7A5A6A63BF4F81F144DB347AD75EE2DF5620586758D8D7C2DEC77FD", "AutoV3": "71803819F389"}, "downloadUrl": "https://civitai.com/api/download/models/409324", "primary": true}, {"id": 331701, "sizeKB": 1778.8603515625, "name": "409324_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T19:45:50.279Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "09CC22BE1F", "SHA256": "09CC22BE1F9B9F819AC535AB67A0B59415C6261CB11D0E33CD30C51F7F28540F", "CRC32": "6F3D8211", "BLAKE3": "8AD76FBDE6EB4F33783F48DCDD69F86B45061A637CE32A18D7720224B9CB9FAB"}, "downloadUrl": "https://civitai.com/api/download/models/409324?type=Training%20Data"}], "images": [{"id": 8540105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16a70435-d2e3-4cf9-ba7b-eb8f312f2828/width=450/8540105.jpeg", "nsfwLevel": 1, "width": 2400, "height": 3200, "hash": "UcMG@+.7?Hxv~poyRjRj?vV{bvjc9ZRPbJjE", "type": "image"}, {"id": 8541510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5687a9f4-6cfe-4e19-a7cc-ec952e70379d/width=450/8541510.jpeg", "nsfwLevel": 4, "width": 2400, "height": 3200, "hash": "U7Jk=,7i00C8MSRQ05Iw0E}[0fIV00{]#XHr", "type": "image"}, {"id": 8540122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ec6c57a-7852-4db8-980d-6ea385e1e673/width=450/8540122.jpeg", "nsfwLevel": 1, "width": 2400, "height": 3200, "hash": "UYMa6W.7?Hxt~VRjWAtSt7afRjbaogRjxvoI", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/409324", "modelId": 366285} \ No newline at end of file diff --git a/datasets/metadata/409347.json b/datasets/metadata/409347.json new file mode 100644 index 0000000000000000000000000000000000000000..1f75f6459e3b56fc325fe6755fc7930fe550636a --- /dev/null +++ b/datasets/metadata/409347.json @@ -0,0 +1 @@ +{"id": 409347, "index": 0, "name": "CDCAROLINA-SD 1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-24T20:46:33.097Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 34, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 331782, "sizeKB": 36985.359375, "name": "CDCAROLINA-SD_1.5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T20:45:38.730Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B707AFCC", "AutoV2": "8D103C78A8", "SHA256": "8D103C78A84CDC70B94CCA6516AA0A0CF8E8F8D262A7DBD8DCE925CB59C5446E", "CRC32": "7968BFD6", "BLAKE3": "94B0667DC219ACBEA4B29466298F947AE3D48DEAD1274CDBDE4182F5D5C81B42", "AutoV3": "68F1EF46BAD4"}, "downloadUrl": "https://civitai.com/api/download/models/409347", "primary": true}, {"id": 331725, "sizeKB": 34361.5888671875, "name": "409347_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T20:10:48.535Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "44FC70F3", "AutoV2": "4652DBB872", "SHA256": "4652DBB872253F51BCFE1A3B737D5266ECCE798596B309AA15AC64077FADE2B8", "CRC32": "A2F9216F", "BLAKE3": "5AEF373F355684D99FE31EE29EED3D83D5E75EA4FE24F413A0E1938C16FF0155"}, "downloadUrl": "https://civitai.com/api/download/models/409347?type=Training%20Data"}], "images": [{"id": 8506095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e94ea37-f58f-4de5-a625-6b1d8bf881f9/width=450/8506095.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGFFEUE19Zxu.TxZM{j]vzX8RkWB57jYofWV", "type": "image"}, {"id": 8506097, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df318c50-b9aa-4cc2-a5ab-a46051753fb4/width=450/8506097.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIJ7~~I:00tRHqbvRPIo~qWURkRk8_jYWCt6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/409347", "modelId": 366304} \ No newline at end of file diff --git a/datasets/metadata/409488.json b/datasets/metadata/409488.json new file mode 100644 index 0000000000000000000000000000000000000000..7ecadf93ed4a9d18e66311fad82e75520b5c7696 --- /dev/null +++ b/datasets/metadata/409488.json @@ -0,0 +1 @@ +{"id": 409488, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-24T21:46:14.048Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 118, "ratingCount": 0, "rating": 0, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 331871, "sizeKB": 3462.8779296875, "name": "Lunamaria_Hawke_SeedD.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T21:47:09.496Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "059E81F1", "AutoV2": "CA9ECCCBF2", "SHA256": "CA9ECCCBF242DF279817D178C6C4CD819500EC13DC17A1E671A759454E34C516", "CRC32": "F24021BC", "BLAKE3": "CEFD465A92EB4F914633B86EB79D0FCA8B8595AD3DC7574EAC33E67D5788B698"}, "downloadUrl": "https://civitai.com/api/download/models/409488?type=Training%20Data"}, {"id": 331872, "sizeKB": 22232.25390625, "name": "Lunamaria_Hawke_SeedD-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-24T21:47:08.820Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C85C6964", "AutoV2": "8582A47253", "SHA256": "8582A4725332062017F96E149D3E7605DC096976EFDDA91AB81E1B0477D05F7C", "CRC32": "5DCFE943", "BLAKE3": "AB8123A4DD19C3EA58C17C5A6CF90BE38760F5D79E02A132418DD0B13670FE74", "AutoV3": "71B9A21F8DCF"}, "downloadUrl": "https://civitai.com/api/download/models/409488", "primary": true}], "images": [{"id": 8509440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ef1ed56-90ce-4e33-a0bb-07fe109065e6/width=450/8509440.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U$LgCYof%#t7~qoL%MkCMyayjYf6M{fRWBay", "type": "image"}, {"id": 8509442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfa3e4a0-69be-4e06-ab31-1bf86ce85a9e/width=450/8509442.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U$Lpt0of%#t7~qoL%MkCMyayjYf6M{fRWAay", "type": "image"}, {"id": 8509785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3af484e3-d9f2-404d-9b84-42e807650d8d/width=450/8509785.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UIOCgVVrK*?b00~VK5?u02RPr;xa^*E19tE2", "type": "image"}, {"id": 8510121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fcf9dc3-40d5-4fe1-8015-f29bb213e2ec/width=450/8510121.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UBMY.|R:0MRk00EM4-EL00Io_MNa4ps:4.Rk", "type": "image"}, {"id": 8511302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd72de5c-a2ed-4332-b79b-3dd72feaff69/width=450/8511302.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UQM~kR~WAsJ-4:=|tQXm01=|-;tR$6D%E1M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/409488", "modelId": 366435} \ No newline at end of file diff --git a/datasets/metadata/409760.json b/datasets/metadata/409760.json new file mode 100644 index 0000000000000000000000000000000000000000..13e4857ed114cd30e787c6fd33d6462e411e3f97 --- /dev/null +++ b/datasets/metadata/409760.json @@ -0,0 +1 @@ +{"id": 409760, "index": 0, "name": "Calishiba 1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-26T09:38:40.418Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 111, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 333990, "sizeKB": 18546.53125, "name": "Calishiba__Retro_3D_Anime_Style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T06:46:58.688Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "7F83C2E5C7", "SHA256": "7F83C2E5C729F6D809EE56A302DE897E27B9901BD3A255AF46E6374F0993FE98", "CRC32": "C3953D6A", "BLAKE3": "6759CB11672C6BC888480019A67738F37961A72121C9EDEF1F845AF96DAB9E90", "AutoV3": "9BC674CA63ED"}, "downloadUrl": "https://civitai.com/api/download/models/409760", "primary": true}, {"id": 332230, "sizeKB": 780.609375, "name": "409760_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T03:00:50.718Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "E87C408701", "SHA256": "E87C4087016AD43049A3DB63028562DF36C7D8D34FEA2C8809237C74BE765D3E", "CRC32": "ABE6F806", "BLAKE3": "C2B9E935E30F5BBCAAD6AF300FCB19E37ACF6C9574AD8DEED93B6D7DB4FE2935"}, "downloadUrl": "https://civitai.com/api/download/models/409760?type=Training%20Data"}], "images": [{"id": 8588727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e593de4a-009e-41a9-b5c9-3380a51d83d5/width=450/8588727.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U5EVd5tk00~C%3n+00-p00D%n40L00?Ho#D%", "type": "image"}, {"id": 8588726, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2770fc07-db41-4c4e-b025-061c967befa9/width=450/8588726.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U9H^@u$%2fpJ0~oLK6J.3soKX6JA:PkB:*t7", "type": "image"}, {"id": 8588719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49f6452a-5701-4c53-87bc-3721469e140c/width=450/8588719.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULE{Le}qyD%M?b$%R*ozELof-UWWRkoJofV@", "type": "image"}, {"id": 8588720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/938d4467-fbae-4a23-9539-f7062cee6f9a/width=450/8588720.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U3FrI$0M0P~V0O-p0Nt6E5$yROkCIRIo=vNG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/409760", "modelId": 366691} \ No newline at end of file diff --git a/datasets/metadata/410018.json b/datasets/metadata/410018.json new file mode 100644 index 0000000000000000000000000000000000000000..1f55026079313b96beec0dc47fade017b803967b --- /dev/null +++ b/datasets/metadata/410018.json @@ -0,0 +1 @@ +{"id": 410018, "index": 0, "name": "Lift her skirt", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-25T19:05:26.551Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": [], "stats": {"downloadCount": 581, "ratingCount": 0, "rating": 0, "thumbsUpCount": 48, "thumbsDownCount": 1}, "files": [{"id": 332419, "sizeKB": 27287.5439453125, "name": "410018_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T06:42:28.845Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CF5F24FC", "AutoV2": "18016CBC9B", "SHA256": "18016CBC9BAD398F7A8DDF4AD557437AAF02FFDB08C226C311DC7DEF00B329F9", "CRC32": "76356567", "BLAKE3": "DBAA55ACAC7EDA3B7874BC9C87DFC453D9F30FD576EB2DFA777214E6007B99CD"}, "downloadUrl": "https://civitai.com/api/download/models/410018?type=Training%20Data"}, {"id": 333232, "sizeKB": 445791.69140625, "name": "Lift_her_skirt-000019.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T18:51:54.105Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4D898B9A", "AutoV2": "DA99BD267A", "SHA256": "DA99BD267A0EB10A83B0F3A2D1E42D0D0C781F0017A72B08721DAA3FCBA704EE", "CRC32": "302C47C6", "BLAKE3": "718AD75F5FB2A9DEACBB0E418169C6BF176A5FDF3F5B023F068E262D0465DDC2", "AutoV3": "C3E4F0828FEF"}, "downloadUrl": "https://civitai.com/api/download/models/410018", "primary": true}], "images": [{"id": 8558931, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39613f93-4683-4e24-8cf5-651c24beee67/width=450/8558931.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDI4b99[PD57XR~V?Gxu00Vsr;RkD%Dj01nh", "type": "image"}, {"id": 8558932, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7f7eecd-66bf-4989-829b-0f52103c9553/width=450/8558932.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCHLC@={0%V@~Ws:-V%2%#SiV@NaI?R*Rjf+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/410018", "modelId": 366913} \ No newline at end of file diff --git a/datasets/metadata/410038.json b/datasets/metadata/410038.json new file mode 100644 index 0000000000000000000000000000000000000000..43bab47fc0b54bbab91533ed7148d22719270bc5 --- /dev/null +++ b/datasets/metadata/410038.json @@ -0,0 +1 @@ +{"id": 410038, "index": 0, "name": "v0.1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-25T06:33:52.630Z", "availability": "Public", "nsfwLevel": 3, "description": "Initial Version
", "trainedWords": ["hexagonal composition", "simple background"], "stats": {"downloadCount": 227, "ratingCount": 0, "rating": 0, "thumbsUpCount": 35, "thumbsDownCount": 0}, "files": [{"id": 332411, "sizeKB": 18545.578125, "name": "hexagon_composition_03.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T06:31:45.923Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "A0E5D3677F", "SHA256": "A0E5D3677F3124C41EDF191BDE2443C71E359935858ED402AEC9B62143D6816B", "CRC32": "8BBEFD43", "BLAKE3": "5CF5C79CFD60EC9500470B7BB45E16BE2667ACAF494AE74E65990C5449770FBA", "AutoV3": "1DEF876DC1DD"}, "downloadUrl": "https://civitai.com/api/download/models/410038", "primary": true}, {"id": 332413, "sizeKB": 8857.4169921875, "name": "hexagon_composition.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T06:31:46.987Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2D89D8A8", "AutoV2": "CEBAEC42FF", "SHA256": "CEBAEC42FF2CC35B1F394FF866D5E75763A685782C3D5D779E35CB980E5BF6A8", "CRC32": "02A83DAB", "BLAKE3": "4EDED1C44C27A598340A63242564B636E3555A3304399CB7A9377A04CB500C35"}, "downloadUrl": "https://civitai.com/api/download/models/410038?type=Training%20Data"}], "images": [{"id": 8528731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1511efa2-5d96-4d05-a82a-7ecb1ca05626/width=450/8528731.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "UZIid]of}rt7tlf6Vsj[^Kj[E*f7icfQo}ay", "type": "image"}, {"id": 8528732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70c11c41-9177-4c1e-8ab3-57b0b09afa7a/width=450/8528732.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "USJ7?y%1?^R*R5jZtRWV?vf+RjR*%ft7RjR*", "type": "image"}, {"id": 8528764, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9247b7c-101f-449d-9519-235be59ed788/width=450/8528764.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "UII5So%L_NogX9WBt6of_Nj]M{Rj%Lt7NGRj", "type": "image"}, {"id": 8528811, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3284b817-d276-4e92-8b3c-83ffacdcdc90/width=450/8528811.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "USJt@,jY?wt8TLa}$$oe?Gt7x]WCD%f6azWB", "type": "image"}, {"id": 8529280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8b07e1b-b333-4b3d-855f-9a57ebb104a3/width=450/8529280.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "U7E3J0-;00V@00ayoKWB~qof-;t700M{00M{", "type": "image"}, {"id": 8529340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6265774-f7f4-4d98-a358-49f2dfc3870c/width=450/8529340.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "UDCbDts:?_tl%#ayMxoM_OayLfafU^j[t,WV", "type": "image"}, {"id": 8552838, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d3e9ce2-c8fa-4d39-b881-677c9262c3d7/width=450/8552838.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1280, "hash": "UBEec0bI0:%1ITWCIVs,1kt6}=NI8{s,xtIr", "type": "image"}, {"id": 8552952, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4869577-86d7-4f71-8043-09b3cc80ba9c/width=450/8552952.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1280, "hash": "UDF#zFxZ0MW=8_oLRiRk03R+~Vs.XTNH9axZ", "type": "image"}, {"id": 8552959, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d041ec8-372e-40b9-9809-5243c78c0614/width=450/8552959.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1280, "hash": "UAEC8+~V02E200M{r=E2.8?Ho3E2xCRk9bRj", "type": "image"}, {"id": 8552960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebc6d023-489d-4ca4-82e1-176d24997d01/width=450/8552960.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1280, "hash": "U8DSUQ-p01NH00M{IUWB_MxtogWVIANGE1oJ", "type": "image"}, {"id": 8552962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f8cfb4e-64c4-4485-85e9-8e5f2ee740f5/width=450/8552962.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1280, "hash": "U1C$Q3=|00I-}jIVwu-pKFxtwQxa00I:%NxG", "type": "image"}, {"id": 8576331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b85da44-a21a-4df5-8016-243da8f7e9ee/width=450/8576331.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWHB;[of_Nt7oza|oej@-=j[RPfQoej@WBay", "type": "image"}, {"id": 8576349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4462c650-435b-430f-bf26-9f1701cfbf93/width=450/8576349.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UmKBE$of_Nt7ozayjbj[.8ofM{ayt6j[R*ay", "type": "image"}, {"id": 8576352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50b4d5d5-cfce-4552-9600-1f33053bec99/width=450/8576352.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UhJkfiof_NogtRj[jZfQ_4j[V?j[ofj[ayay", "type": "image"}, {"id": 8576383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8c99f32-b2a4-48e6-8628-ec160be79102/width=450/8576383.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAEVj9t7ysozo~fRnhf6u5bHiboJ$Lj@SifQ", "type": "image"}, {"id": 8576402, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/267c52e2-74c2-444f-b22e-874f28f91ebf/width=450/8576402.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNLN=Bt7~qt7?Hj[IVWBxZayNHj[Inay%Mof", "type": "image"}, {"id": 8576425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d6986b0-3a70-47a7-8af2-c23ff2271ca3/width=450/8576425.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWHo5ts:_Nofx]j]V@ae%Mj[M{ay%1ayNHfk", "type": "image"}, {"id": 8576465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ca0dd8d-766a-41e0-bb31-e26620ac5787/width=450/8576465.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UmL#8~of~qs:tRa}nij@?bj[IUa}s8jsX9a}", "type": "image"}, {"id": 8576482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f6486bd-10f0-4093-b1d7-64fd5990ecd8/width=450/8576482.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UkJ8R;j[_4t7s;j@azaz-qj[Riazt7a|WCj@", "type": "image"}, {"id": 8576546, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23cf3e7d-849b-4871-a4fe-682f7229fad1/width=450/8576546.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UnJ8bGof~qofbbayn$j[-;j[RPa|t6fQkCfk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/410038", "modelId": 366929} \ No newline at end of file diff --git a/datasets/metadata/410095.json b/datasets/metadata/410095.json new file mode 100644 index 0000000000000000000000000000000000000000..79b2c8e909b588a756bd04a03430825081ccb2f3 --- /dev/null +++ b/datasets/metadata/410095.json @@ -0,0 +1 @@ +{"id": 410095, "index": 0, "name": "ova", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-26T00:01:00.000Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": ["olga discordia, long hair, black hair, brown eyes, very long hair, pointy ears, dark skin, hair over one eye, dark-skinned female, elf, dark elf,", "thighhighs, navel, bare shoulders, underwear, panties, detached sleeves,"], "stats": {"downloadCount": 798, "ratingCount": 0, "rating": 0, "thumbsUpCount": 151, "thumbsDownCount": 0}, "files": [{"id": 332663, "sizeKB": 223111.94921875, "name": "olga-discordia-ponyxl-lora-nochekaiser.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T11:00:45.502Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "734875B1", "AutoV2": "76B7BC0790", "SHA256": "76B7BC07909B5A677BC543E1D0280CCC7710D5C193F5232B183DECFE7C8265AD", "CRC32": "8400801E", "BLAKE3": "B6077098C12C40238981BCCBBC01094D2EF4891453B39390A25B8A814D56EA59", "AutoV3": "9A3A90B9D35B"}, "downloadUrl": "https://civitai.com/api/download/models/410095", "primary": true}, {"id": 384408, "sizeKB": 514015.365234375, "name": "olga discordia.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T14:20:57.807Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "091FF618", "AutoV2": "32C96700BD", "SHA256": "32C96700BDCCA8BE9282E209CE6DE5189E572AD5DB809C6B632662FE5BB3A8EE", "CRC32": "ADC36BE5", "BLAKE3": "F3E9D0FA24E98468729B977DD71DE7C4FA4B73EA7AEDF1F12671EDDA7C1C7C58"}, "downloadUrl": "https://civitai.com/api/download/models/410095?type=Training%20Data"}], "images": [{"id": 8538186, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fb6108c-a565-44f9-a4a8-6209cd032ee3/width=450/8538186.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "U7FEfn}[02^+0202k8=^%Gs9=yI]?G=sRjR;", "type": "image"}, {"id": 8538188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0c232a2-baaf-4963-9a87-701f6d8f20e4/width=450/8538188.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UAFF250L80~95[^j-;t700?GMIIq+XE24TxV", "type": "image"}, {"id": 8538187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3a952f5-fc4e-4054-af92-40f7e3841ce1/width=450/8538187.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UHH1xr4T9u?H00tlt6Z~5WbKDi%M~Vn3tRI@", "type": "image"}, {"id": 8538191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cf033a3-91a5-4bdd-9f33-c4aa8a9302f5/width=450/8538191.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "U6G*Tn8_T{O[00~o9a~B1Q00^*xB8{ROv%0g", "type": "image"}, {"id": 8538190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/154c16df-bada-4acf-b305-8ca9f76d8f4c/width=450/8538190.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "U8Gu2d00uOrr00cuVXwKPCQ.Mxt,~A^gSiE1", "type": "image"}, {"id": 8538193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b64f9a0b-0956-46c6-a5a2-f35b3f82f209/width=450/8538193.jpeg", "nsfwLevel": 8, "width": 1152, "height": 896, "hash": "UKF}yT~qJnIV00IBxFX8O@%fV[RP-UNHxu-o", "type": "image"}, {"id": 8538194, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03b8db68-7363-45f1-9375-17b4d2074c07/width=450/8538194.jpeg", "nsfwLevel": 8, "width": 1152, "height": 896, "hash": "UEF55F-=5T-;9aIU-U$%0MIUV@M{~AxYR:EM", "type": "image"}, {"id": 8538195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/163d1fb2-b461-470f-ac48-b29785a0e778/width=450/8538195.jpeg", "nsfwLevel": 8, "width": 1152, "height": 896, "hash": "UDG*Z$Ql9]9c00t,9unNK657IU-;$1~U%1IV", "type": "image"}, {"id": 8538196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5714ca24-f392-4709-a4b6-d66e6ef93216/width=450/8538196.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "U6F#m_rX2fK800K6#P}?0eH?,Vt8-.rU?b9|", "type": "image"}, {"id": 8538201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a7fc344-e3ae-45e6-a885-e58de4ce68a0/width=450/8538201.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UFH_744oT|Rlk=4.~VV[00IpDhn*IA%M9Goz", "type": "image"}, {"id": 8538198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8d3a60c-46dd-4687-a2ec-2db3538814a4/width=450/8538198.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "U4Gt]I0N2y.83Dml}*E3V=9t4T55005900]M", "type": "image"}, {"id": 8538200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a94de65f-0411-4442-ae5f-2fe0ce685f8d/width=450/8538200.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UAF~28000#%200~pQ,0fAE%M^jR4%3W-Ri%L", "type": "image"}, {"id": 8538202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/136d1d57-fda5-4b5c-a742-2d286478ced0/width=450/8538202.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "U9G*[{0~0y+G00h~$*9[5SBD}?Rl$+R-D%of", "type": "image"}, {"id": 8538204, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f74f2f50-94ef-4d8d-8bd9-c8d6b27ed5f3/width=450/8538204.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UEG*.#%0Bn_N00FJt6,:pc#*-7JTVZR6I:NI", "type": "image"}, {"id": 8538203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8403261a-f7c5-4523-893b-1ed846db1585/width=450/8538203.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "U4Dk}fNL00TJ0z5k4:={0fIV]|i{NY~9={0g", "type": "image"}, {"id": 8538205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a10bf4e-1734-44fb-9265-25d8a844a4a6/width=450/8538205.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UDG8QJD%T}H??w%gxunM0gyD+tt6xvMd-PD*", "type": "image"}, {"id": 8538206, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd173d5f-3ceb-4936-bbc2-36a012c51cde/width=450/8538206.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UDELT;67F}J8$en3D*D*5T?G%2SeR.EQ~Bae", "type": "image"}, {"id": 8538207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e1f3428-fc41-4e82-9596-3a60adf7812d/width=450/8538207.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "U7EeZA4n04I90O}?~A4:M_.8rC5Rw@FzMx=^", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/410095", "modelId": 366987} \ No newline at end of file diff --git a/datasets/metadata/410260.json b/datasets/metadata/410260.json new file mode 100644 index 0000000000000000000000000000000000000000..e9aea48354e799496b5b6451e89ca2d926084905 --- /dev/null +++ b/datasets/metadata/410260.json @@ -0,0 +1 @@ +{"id": 410260, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-25T10:21:48.534Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 489, "ratingCount": 0, "rating": 0, "thumbsUpCount": 76, "thumbsDownCount": 0}, "files": [{"id": 332625, "sizeKB": 22258.55859375, "name": "Lunamaria_Hawke_SeedD-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T10:15:36.770Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0BC88670", "AutoV2": "A6B43269AA", "SHA256": "A6B43269AAD7AEEE5CF1AF9FE561F804962F349F319CF815EDEDA7E1448D3894", "CRC32": "DCC2DC2E", "BLAKE3": "E149497CEE9C731AC5D9BDE5AD6EC5DEB4D050901303765DB0A0A24FF94BC2DF", "AutoV3": "15B2B9313744"}, "downloadUrl": "https://civitai.com/api/download/models/410260", "primary": true}, {"id": 332626, "sizeKB": 41010.21484375, "name": "Lunamaria_Hawke_SeedDV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T10:15:38.564Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F89B000A", "AutoV2": "774E705779", "SHA256": "774E7057797030B74FEC7C55DABEC50852F286C8874D06C8E3FB86EE4AD8B7CD", "CRC32": "9ED7AF3E", "BLAKE3": "EF441A0AE64F59C09B390DCA125FBED2EAB4B1536FB418BCA438BB3E1DAAF237"}, "downloadUrl": "https://civitai.com/api/download/models/410260?type=Training%20Data"}], "images": [{"id": 8536502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/415f2b8c-45d6-4cb9-8b15-285c518e8f1e/width=450/8536502.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UvKdMZof.Ss:~qof%gbIMyfQbFayM{ayjYjs", "type": "image"}, {"id": 8536504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9f9a5cb-a801-48df-b1e4-0bec2a1265cb/width=450/8536504.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UwKdMaof.Ss:~qof%gbIMyfQbFayM{ayjYjs", "type": "image"}, {"id": 8537028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b7b03af-a4c1-431b-a014-8706ebdc0ad5/width=450/8537028.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UtL4QsWC_Nxu_3t7x]ozxbRPRjRjNGt7ofs:", "type": "image"}, {"id": 8537486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd7ad785-a0f5-4f27-80da-fa489c39dd21/width=450/8537486.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URL;HtMxGG4n4oIUFzs84T%M%Mt7_4X8IUt7", "type": "image"}, {"id": 8537693, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd3f012f-422a-496d-abec-83a927ae519f/width=450/8537693.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UhNm1st7%~t7~qof?bofniaeEMWV4:f6-ofk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/410260", "modelId": 366435} \ No newline at end of file diff --git a/datasets/metadata/410426.json b/datasets/metadata/410426.json new file mode 100644 index 0000000000000000000000000000000000000000..32cae8ee371740e363fe66b9f720c65074d6882f --- /dev/null +++ b/datasets/metadata/410426.json @@ -0,0 +1 @@ +{"id": 410426, "index": 0, "name": "Witch Nun", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-09T13:29:51.015Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 43, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 357842, "sizeKB": 223103.78515625, "name": "Witch_Nun-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-09T13:31:11.196Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "497F87F9", "AutoV2": "061F158560", "SHA256": "061F158560C4D5499FB4ABA88035D6580FF770AD2C5C4BDD852E4E1789489703", "CRC32": "858B3BC5", "BLAKE3": "5C8837468A5C74DEFE686A0CCCB414BFCD455AED40DCDA15385C8CBFEE3FD174", "AutoV3": "816A723A7799"}, "downloadUrl": "https://civitai.com/api/download/models/410426", "primary": true}, {"id": 332781, "sizeKB": 43855.2138671875, "name": "410426_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T12:56:53.982Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "F2FD5CD821", "SHA256": "F2FD5CD821DFF9E63D4F05246F0C67864955B0375274B1CC0DF270D80D7570E7", "CRC32": "6C96CC24", "BLAKE3": "84661EA11681E3735A095C43482E03F63032571E71311284B678029F0D6B9EC6"}, "downloadUrl": "https://civitai.com/api/download/models/410426?type=Training%20Data"}], "images": [{"id": 9501847, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/768c7ce7-020a-464d-a9e0-3fbfbedd811b/width=450/9501847.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UKKAymxa_M%2xZaebckC?tt6RpWXWGjZWTa#", "type": "image"}, {"id": 9501836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/778bdf2c-7e64-4620-98a9-243945333f93/width=450/9501836.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UKKAymxa_M%2xZaebckC?tt6RpWXWGjZWTa#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/410426", "modelId": 367275} \ No newline at end of file diff --git a/datasets/metadata/410516.json b/datasets/metadata/410516.json new file mode 100644 index 0000000000000000000000000000000000000000..03527214ef288764ea5957d777a0dc8800751ac8 --- /dev/null +++ b/datasets/metadata/410516.json @@ -0,0 +1 @@ +{"id": 410516, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-25T14:08:00.846Z", "availability": "Public", "nsfwLevel": 1, "description": "Lora trained with the model PonyXL
images = 54
Resolution = 1024x1024
Problems:
Sometimes the eyelashes don't look very good
In models that are not very good at creating chibi characters, the faces may not look as good
Works great with serenity and realistic vision 5.1
", "trainedWords": ["(ohwx woman:1.1)"], "stats": {"downloadCount": 191, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 333079, "sizeKB": 36174.365234375, "name": "3_ohwx woman.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T16:40:55.333Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E04D9D52", "AutoV2": "4607CEE088", "SHA256": "4607CEE088B7C96E47BCE415B2A9765B66B609D119DAE7E055C1F61733A3D1AA", "CRC32": "AAF5906F", "BLAKE3": "9CA7675178C4087E7364E584688DE9C1DC0F2B5AACAE62B1CD19E81DF1D6CE7F"}, "downloadUrl": "https://civitai.com/api/download/models/410724?type=Training%20Data"}, {"id": 333064, "sizeKB": 221314.3515625, "name": "maryElizabeth15.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T16:20:59.491Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "35BC3B61", "AutoV2": "CB2D8909FA", "SHA256": "CB2D8909FAEA325C41D3B85E48C9816B5B198F738C41B3003729A6B3B9B4D2D3", "CRC32": "0BB1BD02", "BLAKE3": "E6379F1737102D038134C325AFF7F116CA55BBA2A5E715DE4FCFE2C0CA577DDE", "AutoV3": "EF20D319EE6E"}, "downloadUrl": "https://civitai.com/api/download/models/410724", "primary": true}], "images": [{"id": 8551274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09637061-e212-4d20-a03a-8ba2695d24d1/width=450/8551274.jpeg", "nsfwLevel": 1, "width": 736, "height": 920, "hash": "U7F#8XEl0|0201={#8EQY4jE~C%2Q,NHV@oz", "type": "image"}, {"id": 8551267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fa7b5d0-1d39-4d17-902d-ac3137429bc9/width=450/8551267.jpeg", "nsfwLevel": 1, "width": 736, "height": 920, "hash": "U35;?sE1Xn~Dx^xZw@bx5n-5,,9]NfRhROWB", "type": "image"}, {"id": 8551272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f2af4d5-049c-42e0-8ab8-38b0272ae15b/width=450/8551272.jpeg", "nsfwLevel": 1, "width": 736, "height": 920, "hash": "UEF}J?0fE2~A02-os,%1%Ms:RlE20MI?R.j@", "type": "image"}, {"id": 8551276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aae51996-0e05-4682-bf85-142b2ec77d87/width=450/8551276.jpeg", "nsfwLevel": 1, "width": 736, "height": 920, "hash": "U9FODY00_NVFF}ic.7IBxCs+IVEh9tW:$eo|", "type": "image"}, {"id": 8551273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c00faaec-b7ad-49f7-a80b-3616119dfd80/width=450/8551273.jpeg", "nsfwLevel": 1, "width": 736, "height": 920, "hash": "U9BCld$+02t802V[}[NHITxC$fxWnMnhR%oI", "type": "image"}, {"id": 8551270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07fd6768-d20a-4e77-8b21-186bf65999a1/width=450/8551270.jpeg", "nsfwLevel": 1, "width": 736, "height": 920, "hash": "UCCO:.X50x}]R7o{%Kw}j2NZJ6M|R7nmofn,", "type": "image"}, {"id": 8551285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/563530a1-46fd-4821-b50f-3e95dbecdcf9/width=450/8551285.jpeg", "nsfwLevel": 1, "width": 736, "height": 920, "hash": "U5Dk-]01029t01~V0h9Z^~0M?b={~2E29~~B", "type": "image"}, {"id": 8551268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c42dbdc-3037-4323-af81-d3391e958427/width=450/8551268.jpeg", "nsfwLevel": 1, "width": 736, "height": 920, "hash": "U8FN@$0303~W02~BM|TKR9bx-W0#-U9v?HS#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/410724", "modelId": 276129} \ No newline at end of file diff --git a/datasets/metadata/410827.json b/datasets/metadata/410827.json new file mode 100644 index 0000000000000000000000000000000000000000..1aa0496ea4a1c6aa16a0700eec6bc6dfd50b9e38 --- /dev/null +++ b/datasets/metadata/410827.json @@ -0,0 +1 @@ +{"id": 410827, "index": 0, "name": "AI robi 4", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-25T20:24:03.550Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 162, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 333173, "sizeKB": 24689.8837890625, "name": "410827_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T18:05:45.759Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0BE7CCEB", "AutoV2": "2B7A5CE334", "SHA256": "2B7A5CE334469822545FF08935EE7ECA27F6CD9C47DFA967E8DE54C23C7CF8DF", "CRC32": "6957FA2D", "BLAKE3": "80D78B1C400A3912EC348EF5955C2DCD28DB69D8F05664D740CBD3994D0EDC36"}, "downloadUrl": "https://civitai.com/api/download/models/410827?type=Training%20Data"}, {"id": 333313, "sizeKB": 223105.14453125, "name": "AI_robi_4-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T20:11:54.626Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E792DFA2", "AutoV2": "BE05B4AA5F", "SHA256": "BE05B4AA5F5C743E3D1E4AAAF4ED20D70E59447897395FC316FEBF2E2F497921", "CRC32": "0F97BF1E", "BLAKE3": "C6E8D6814A70A3160B49D589C411EE3B5883840FF6592B90E14350E22347C736", "AutoV3": "C0F4EB03428B"}, "downloadUrl": "https://civitai.com/api/download/models/410827", "primary": true}], "images": [{"id": 8562552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbaf5746-64a1-4ddf-acbd-2424417f13a1/width=450/8562552.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U89Q{r?b00bw#kWW00DinOfkIoD%?^xui^x]", "type": "image"}, {"id": 8562556, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0decdaf7-c6ab-4331-94d2-ca3f942d7fdf/width=450/8562556.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U99%^w_NDjNF_3%MR*ofx]%Lbvae%fxuozjZ", "type": "image"}, {"id": 8562554, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1f1d00e-bf07-495e-9cea-bd8ddc3d2144/width=450/8562554.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFBzUt%NI90K?G9GM_IU_NR+a0RP$LIVo#%2", "type": "image"}, {"id": 8562553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43a03a76-58d5-4818-847f-84575e7e4e6e/width=450/8562553.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7G]8l?c8w~p~p-p4mt600IU00IA00D*4p9G", "type": "image"}, {"id": 8562555, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00226c50-bf5b-4ba3-ae78-dd5676d1033c/width=450/8562555.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U58}Y{?I0000?wt88wIAu4OrIBxuROf6M|bc", "type": "image"}, {"id": 8562557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c09c4583-c9ae-4d2b-b7a6-3633c18f8bf5/width=450/8562557.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7GSP[%M01o#_Nj[00R*n#of4TRjO@j[rCae", "type": "image"}, {"id": 8562559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d48cc4c6-acd4-4b45-9cd0-9c0b74b60221/width=450/8562559.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UD8q?DDNNFM__4RObvM_xujER*ozIUxuWBjF", "type": "image"}, {"id": 8562558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6521bb42-79eb-4af0-a756-2273333a3df1/width=450/8562558.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U8D]xdEM00~X%Kxu00o0_2Mx9FR*?uadIUNa", "type": "image"}, {"id": 8562560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6b17740-dddd-46d3-a107-4bc8cb63a098/width=450/8562560.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNJ8w-D%kq-;~qWAX8t7kDofDiV@tSfPt6of", "type": "image"}, {"id": 8562561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/975a2f4b-b146-4183-ab2f-3e81889e3d2b/width=450/8562561.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UMEMXit70Kayxtj[E1ay_Nj[ROj[Nvay%2j[", "type": "image"}, {"id": 8562562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56a2c40b-9b43-4fef-ba5a-bff06fab5775/width=450/8562562.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7B:pkX94n~WZ#Rj00Mx00jFogD*OY-:?Hx^", "type": "image"}, {"id": 8562564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/868a9d2a-57cc-45ff-8128-2d32a968ac4a/width=450/8562564.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U3D,ct.900x^^-ofJSWC00WAl:RQ00R%^mt8", "type": "image"}, {"id": 8562565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3dbf8e84-128e-42ab-87bc-4d8eee65cfc4/width=450/8562565.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9EMXcWX00~pWED*D%V[xuV@%MIU_3IUD%-:", "type": "image"}, {"id": 8562566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89f7a867-2a2b-417d-9c5e-886c2863d5a1/width=450/8562566.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGD,7Z~p9tD*DNM_NxtR_Nt7aKM{E1oz-:xa", "type": "image"}, {"id": 8562572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/171f5307-5363-4472-a893-61429f5d64fa/width=450/8562572.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U89t$9?bM_OsH=RPIA8_00ofMxs:?^-;sC.8", "type": "image"}, {"id": 8562567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/910bad06-b0ad-441a-a1f8-a49286f06e4b/width=450/8562567.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UVF$w{~W~p_3?Iofxtt6x]IUayV@?cxut7of", "type": "image"}, {"id": 8562568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e84f7dd8-9983-4879-ae3e-508078fa010e/width=450/8562568.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U4B:y?_4H;WD4TRj9E4m00RjERM{X9xut7_N", "type": "image"}, {"id": 8562570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b466fd7-9616-416d-9012-0e595dc16359/width=450/8562570.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U59k1]IA0000^*tRxtM{%Nx]%MIUE1_NIU00", "type": "image"}, {"id": 8562569, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32b5ee2d-ae15-450e-804c-040a77176bda/width=450/8562569.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UeIrW=~q_3-;~pxuoft6WBt7M{bHR-adMxRk", "type": "image"}, {"id": 8562571, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1915fae-5794-47ac-9014-633e83199e8f/width=450/8562571.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHCjzxi_4oIByDM{9Fxa?^WVV@s:NGMxoe%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/410827", "modelId": 367624} \ No newline at end of file diff --git a/datasets/metadata/410876.json b/datasets/metadata/410876.json new file mode 100644 index 0000000000000000000000000000000000000000..4a9b44126842d912cab208667d9b1992a5ef6b08 --- /dev/null +++ b/datasets/metadata/410876.json @@ -0,0 +1 @@ +{"id": 410876, "index": 1, "name": "SD", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-25T18:44:57.248Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 143, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 333224, "sizeKB": 36977.421875, "name": "schwefeltoner_analog-000011.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T18:46:21.173Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9D68E87F", "AutoV2": "D164D71283", "SHA256": "D164D71283324A45E45BC95C630044DB97D596F4823C7DD241723A732AEB8D6F", "CRC32": "3AB92B6D", "BLAKE3": "D8EE66413518A81F03E2F968E3196940C9647E5E3DC9E5762455C69F42558AC7", "AutoV3": "650894965AC3"}, "downloadUrl": "https://civitai.com/api/download/models/410876", "primary": true}, {"id": 333201, "sizeKB": 2476.8330078125, "name": "410876_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T18:26:38.514Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B2EBAF88", "AutoV2": "A309679FD3", "SHA256": "A309679FD37E089A602600C225E51D71CB65D0AF9B2B07BADA9630781AF7E83E", "CRC32": "08A4E6D1", "BLAKE3": "EE004F96CC17B7E17618EF2953E0512AE5AEE8CA25271C528B4D57F8CC3FDDE0"}, "downloadUrl": "https://civitai.com/api/download/models/410876?type=Training%20Data"}], "images": [{"id": 8558574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82c4733c-11e1-4a69-8e41-e85245c09a1c/width=450/8558574.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBD8:.s,0g^j~A%0NGxZXT-n={IpW.t6xaR*", "type": "image"}, {"id": 8558578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/461fefe6-2d09-4236-8824-a472cb168bb9/width=450/8558578.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UWGa%moL-oWW~Uoet6j[%Lj[Rks:ofWVafoL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/410876", "modelId": 367674} \ No newline at end of file diff --git a/datasets/metadata/410890.json b/datasets/metadata/410890.json new file mode 100644 index 0000000000000000000000000000000000000000..3b2d55aabc56937b992f5d0b12cdceb8cde91334 --- /dev/null +++ b/datasets/metadata/410890.json @@ -0,0 +1 @@ +{"id": 410890, "index": 1, "name": "SD", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-25T19:04:16.939Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 85, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 333244, "sizeKB": 36977.3359375, "name": "KB_AgfaCA20-000019.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T19:06:23.911Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE1D2C19", "AutoV2": "965F05FD7F", "SHA256": "965F05FD7F071A28A5C56798277DBA2EBFBF25671E5E0EB185FA6E3A33CB948D", "CRC32": "662501CA", "BLAKE3": "3F89CF6CD3D41FBA32419D226309024BFCBFE9E711B45C28A525C1ECD9B01C7E", "AutoV3": "ACC0683274DB"}, "downloadUrl": "https://civitai.com/api/download/models/410890", "primary": true}, {"id": 333210, "sizeKB": 2279.6494140625, "name": "410890_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T18:36:13.263Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "43BF338E", "AutoV2": "3B816DA2E5", "SHA256": "3B816DA2E51A1E9509BA796D7746D4266F92EB5D926CA37FCFB289E212746985", "CRC32": "FCACFDC5", "BLAKE3": "FCAE72A97465411288BE2BD57334BF245A00684E174CDF6F2659627C5FE1B239"}, "downloadUrl": "https://civitai.com/api/download/models/410890?type=Training%20Data"}], "images": [{"id": 8559535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02408d04-23b7-4829-ac54-ea8b2b959184/width=450/8559535.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9EV+:4n9F009F4n~qof%M9F%MD%IUayIU?b", "type": "image"}, {"id": 8559536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70f5ab5e-8b70-4c82-8e63-924111c3c2bd/width=450/8559536.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJFr;X-;~qD%-;xuofj[%Mt7oft7_3%MWBt7", "type": "image"}, {"id": 8559534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90ebbabe-3ec8-4b75-97d6-0ffeef92176b/width=450/8559534.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UMGIo.00_3IU~qt7M{t7%Mt7M{xu-;ayRjj[", "type": "image"}, {"id": 8559663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d52d26df-6b18-4ff3-aa64-ee0576e88b4f/width=450/8559663.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIGSDh4nM{~qRjxuM{t7?bIUD%xu-;RjIUt7", "type": "image"}, {"id": 8559664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/137d5749-04d9-4bd6-9dc9-fef30812b53c/width=450/8559664.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKE:0n~q_39F?b%M%Mof?b%Mt7WB-;t7oft7", "type": "image"}, {"id": 8559665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bddbf9a9-5eba-4ebf-8d64-f149ce61052a/width=450/8559665.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7Fr;X00~q00IU4n9F-;?bIU4n%M?b9F9F?b", "type": "image"}, {"id": 8584038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/856c5db4-f555-4adf-8552-1188df79858d/width=450/8584038.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UaF6C3~qxuRjD%RjofofRjM{ayt7M{WBofj[", "type": "image"}, {"id": 8584039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f3e1a33-ffcd-40f4-96fa-038297837b17/width=450/8584039.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFECwd_3WBIU?b9F9FIU%MIUM{t7~qxuWBWB", "type": "image"}, {"id": 8584192, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59bc037a-942e-4185-ad4a-24a78cec1645/width=450/8584192.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U8E:0nIUIU4n009F%M4n~qD%D%Rj%M00t7~q", "type": "image"}, {"id": 8584193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93249e5c-739c-4ce8-b373-6af1830a4370/width=450/8584193.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEEfTi_3~qWBxuj[D%xuM{%MM{M{Rjt7Rjof", "type": "image"}, {"id": 8584194, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45aa5f1e-565c-44ce-b0f7-fdfad4139683/width=450/8584194.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9EfTiD%~q00-;00M{D%-;4nD%xu%MM{?b?b", "type": "image"}, {"id": 8584191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aff6529e-c75b-42da-97a9-9bf14e032938/width=450/8584191.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U8Eyb[Rj4n%M%MWB_34n~q9F9F-;xu%M~qt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/410890", "modelId": 367685} \ No newline at end of file diff --git a/datasets/metadata/410898.json b/datasets/metadata/410898.json new file mode 100644 index 0000000000000000000000000000000000000000..e14968db6aa1404cd532498456e474b3acee3470 --- /dev/null +++ b/datasets/metadata/410898.json @@ -0,0 +1 @@ +{"id": 410898, "index": 1, "name": "SD", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-25T19:11:01.707Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 108, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 333220, "sizeKB": 2845.326171875, "name": "410898_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T18:40:54.959Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "36253205", "AutoV2": "58511AEEF8", "SHA256": "58511AEEF85C3424113AD8A1818D4588DB895025C30F49E5DFB88C8DB0734419", "CRC32": "4BB6052D", "BLAKE3": "9FC1B06136E3C523DB7B7A0EEF2290659CBB7E334F45DD81DC40236E6D86F124"}, "downloadUrl": "https://civitai.com/api/download/models/410898?type=Training%20Data"}, {"id": 333250, "sizeKB": 36977.3359375, "name": "KB_orwo_NP22.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T19:11:24.903Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FF247F5C", "AutoV2": "1EC8E49405", "SHA256": "1EC8E49405964D668DE229C710A1889BB91CCB927A810EB6863788259BC27B38", "CRC32": "5EC45972", "BLAKE3": "9C09074B6C633CD83422EC738691C678722E14F1C34A64DC10203D1D55D3A787", "AutoV3": "2B35B49F3193"}, "downloadUrl": "https://civitai.com/api/download/models/410898", "primary": true}], "images": [{"id": 8559806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfbc870c-dcfb-4096-91e6-bb257add22d0/width=450/8559806.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UID0Go00~qIU%Mt7j[WAayoft7ayIUxuRjt7", "type": "image"}, {"id": 8559807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5590654c-a2ee-4e69-9896-308c6ae7a358/width=450/8559807.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UECGS+j[xuay~q-;Rjoft7IUt7j[xuRjt7j[", "type": "image"}, {"id": 8569260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4004a614-9955-4161-8a73-3ecdaaeb40d0/width=450/8569260.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCCZbE00_3of~q?bM{%M?bRj%Mj[IUj[xuM{", "type": "image"}, {"id": 8569261, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54dfeeeb-1308-42b1-a20b-f66c254e9d9a/width=450/8569261.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U5A^OK4n_3_300~q00j[004n-;D%-;D%-;of", "type": "image"}, {"id": 8569259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49985874-7d56-4b6c-91b2-d562ef0e9033/width=450/8569259.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U3C6+9D%IU000000IU~q~q-;xu-;xu?b%M9F", "type": "image"}, {"id": 8569257, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6b3bbc0-fea2-4269-bfea-d4db53c0d37d/width=450/8569257.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDBzC4~qof%M_3?bxut7M{Rjt7t7M{ayxut7", "type": "image"}, {"id": 8569381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/819a5982-6959-4fad-8c6b-a94f84b63f62/width=450/8569381.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGA,zkWB4nM{~qayIURj-;j[Rjayogj[WBfQ", "type": "image"}, {"id": 8569380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c2a374c-a9e5-4329-aef3-da64dc2e6ca8/width=450/8569380.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UMAwF=xvM{%M~qxuRj%M~qxuRjxu-;xuWBof", "type": "image"}, {"id": 8569431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4262f52-b05d-478f-af76-f6fbbcd51d4c/width=450/8569431.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKC%8J?b4nM{~q%MD%WB-;t7j[ayoffQofof", "type": "image"}, {"id": 8569428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/704dd035-cce7-4218-9361-67a34ec0f054/width=450/8569428.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "USEMLDIU9F%M~qIUIUt7%MWBfQRjj[WBofRj", "type": "image"}, {"id": 8569549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfd42674-c8c3-4cfc-96d6-0c25b5a5c615/width=450/8569549.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFAd7fj[j[j[t7ofofWB~qt7j[WBIUWBofWB", "type": "image"}, {"id": 8569548, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f3ee186-4980-457f-a98b-a409c58430d6/width=450/8569548.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAATi,-;~qM{-;%M-;ay-=t7j[t7Rjayt7j[", "type": "image"}, {"id": 8569547, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d760ccc-4b03-4fdc-b75a-12e0b5ca0140/width=450/8569547.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7AmrF%MxuWBt7ofWBj[~qt7IUof4nt7t7WB", "type": "image"}, {"id": 8569690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad559558-d6e0-41ac-8178-93d4da5315cd/width=450/8569690.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UMF68|ofIUj[_3WBWBj[~qofWBofWBofj[of", "type": "image"}, {"id": 8569692, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c15c5fc1-7b7a-47ad-9ea4-d24d9f54cb15/width=450/8569692.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UUEo[IxuRjof~qofRjof?bWBRjfQj[ayt7ay", "type": "image"}, {"id": 8569691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef349f72-7aae-4eff-9c1d-c4c0d347c28d/width=450/8569691.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKDS:tM{M{of~qt7ofof~qxuWBWB?bxuWBWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/410898", "modelId": 367695} \ No newline at end of file diff --git a/datasets/metadata/410948.json b/datasets/metadata/410948.json new file mode 100644 index 0000000000000000000000000000000000000000..21320d6b75228982dc9dbc7c75f89c6b605fb2ec --- /dev/null +++ b/datasets/metadata/410948.json @@ -0,0 +1 @@ +{"id": 410948, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-25T19:41:34.978Z", "availability": "Public", "nsfwLevel": 28, "description": "Should be feasible to make more accurate skull in the middle of the skirt. Prompting didn't change, check previous version's description.
", "trainedWords": ["gobuko, green skin", "skull dress", "slingshot swimsuit"], "stats": {"downloadCount": 161, "ratingCount": 0, "rating": 0, "thumbsUpCount": 30, "thumbsDownCount": 0}, "files": [{"id": 333272, "sizeKB": 56079.64453125, "name": "gobuko-ponyxl-kohya3-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T19:31:34.156Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D618A56D", "AutoV2": "0149C4217D", "SHA256": "0149C4217D54F651A7A7CD277AB38D45C8BE2F340DA82978A530EDFA33C9CF85", "CRC32": "676DE257", "BLAKE3": "96906C2AAF0C65559A9B24A4970C5F0C246570FFAF10EC21377A8C66C787D5D9", "AutoV3": "507E197F4ABE"}, "downloadUrl": "https://civitai.com/api/download/models/410948", "primary": true}, {"id": 344445, "sizeKB": 105200.814453125, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-01T18:50:41.005Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2F92AEC2", "AutoV2": "BF6D6B6582", "SHA256": "BF6D6B6582B8CA9B73BB2E5BBD45F1664AE3023C41764BA2699A8E6C0BA303A0", "CRC32": "141D257E", "BLAKE3": "C89D8B1CF25E050E2FF703E9B17AD588D3DAF9006C420BF4DFE6C80386829A46"}, "downloadUrl": "https://civitai.com/api/download/models/410948?type=Training%20Data"}], "images": [{"id": 8560332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f70c3a76-0056-4ab9-b8f5-0e1d42f461de/width=450/8560332.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UBFiPbE300WB4WX9-.IU02V[_Kt5Sin$M|t7", "type": "image"}, {"id": 8560353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/867e1b10-3872-4d8c-903d-f962da78e3b7/width=450/8560353.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UAGIV{x[00-P030Nx]k902^i~mt20e%Log9a", "type": "image"}, {"id": 8560429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9daa853-49fd-4bff-878d-9f204f097a75/width=450/8560429.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "U9FYGPxu00-ASkNH~AxZ[UjZ~o%K0NR*-.oy", "type": "image"}, {"id": 8560479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73756684-633c-445d-8d5b-3a49f8072f43/width=450/8560479.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "U6HUzWMIQhE0Wf9Y?F02000M9=t84pa~_0%L", "type": "image"}, {"id": 8560946, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a64186a1-676b-4fa4-ae2b-84c2f6867c03/width=450/8560946.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "U5J*hS00@C00Hns*^}4;00tS0v~W%2IV~nxa", "type": "image"}, {"id": 8560515, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4332fe2a-3be6-410a-a8c2-d72cdb7a9bd6/width=450/8560515.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UMFrFT~AVuR*E4IpRjWVMyt6t6of4;D+IVWB", "type": "image"}, {"id": 8560539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c99e7ac-4396-436c-8f96-27cc8e824d4a/width=450/8560539.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UDH_h~_24X-T~X%M---.-p^*WTad%L?aRkIU", "type": "image"}, {"id": 8560601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f29b7927-4bd2-4b24-9c60-969480c3090c/width=450/8560601.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "U5GIMw0L00~C~X57~o9G00Ip?rIU00%24.OA", "type": "image"}, {"id": 8560612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/883b1158-8cf3-4a39-9678-0adbab78160d/width=450/8560612.jpeg", "nsfwLevel": 16, "width": 1664, "height": 2432, "hash": "UDJRQf~T03j]01s9IBNH01D+yOkWO+R+$*j[", "type": "image"}, {"id": 8560630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29c91f8f-51f1-4b36-a481-562ba63c0159/width=450/8560630.jpeg", "nsfwLevel": 16, "width": 1664, "height": 2432, "hash": "UKHnvO~T9Hn%0NV[MyNH0ME3pDS2tOxZ-os:", "type": "image"}, {"id": 8560687, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd07e892-8ee3-4a0f-833b-ade858c9b652/width=450/8560687.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "UBF=syIn]Q^OS8D+57tjI9~VxpsR00xutjE2", "type": "image"}, {"id": 8560711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1863047b-b8a7-422f-b3b2-677aea1a4b74/width=450/8560711.jpeg", "nsfwLevel": 16, "width": 1664, "height": 2432, "hash": "URJHX2~VIEnjo5xt-.t70MRjWTRjM|R*oxae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/410948", "modelId": 367402} \ No newline at end of file diff --git a/datasets/metadata/410996.json b/datasets/metadata/410996.json new file mode 100644 index 0000000000000000000000000000000000000000..3125c775978471067a5efdc4d7ff0a4c8690443b --- /dev/null +++ b/datasets/metadata/410996.json @@ -0,0 +1 @@ +{"id": 410996, "index": 0, "name": "v3.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-25T20:09:18.790Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Virgil[lackadaisy]", "Virgil", "White cat, white body, yellow eyes, thin eyebrows, eyebrows, 1920s clothing, shirt collar up, long coat, large green tie, messy fur, furry, no humans, rip in ear, eye bags, messy hair, fluffy, grey coat, yellow shirt, grey pants, pants, grey trousers, trousers, "], "stats": {"downloadCount": 43, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 333310, "sizeKB": 7345.2861328125, "name": "410887_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T20:11:19.492Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "622C362A", "AutoV2": "835C099ACB", "SHA256": "835C099ACBF42A40F8CF33FC5C0B804A04438A13AAAEDD6A7C007C5BC4DED828", "CRC32": "2B8981A9", "BLAKE3": "90E6E90B46793B5125CE7506DD25A1BDA2BE55555647B7289EB3CF33210607F5"}, "downloadUrl": "https://civitai.com/api/download/models/410996?type=Training%20Data"}, {"id": 333315, "sizeKB": 223103.12109375, "name": "v3-000015.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T20:11:50.923Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7426F220", "AutoV2": "A78A427473", "SHA256": "A78A427473BE400BB6E2C6E9AAC9C5DFB5B2D6EF44D01B8F33B728779C4AFD5A", "CRC32": "C0C3A46C", "BLAKE3": "382AE7F0F3FEA92875F0255B3809DB2085F0DD68D6B7F46A24E21ACCA17CF86B", "AutoV3": "A733D3CC2653"}, "downloadUrl": "https://civitai.com/api/download/models/410996", "primary": true}], "images": [{"id": 8780429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99c80d1f-d280-43dd-a1ea-6011379d4d68/width=450/8780429.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULE{nAo39rk8~pt7D*WAIUoM%2RjI:WBxGt7", "type": "image"}, {"id": 8562937, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/763b452f-3d20-478b-9dd8-fe90db0f8779/width=450/8562937.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDK1w9xu*Ixu~pV@D%ofTJkCwJoLXSofs.V@", "type": "image"}, {"id": 8562940, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c7c90f8-e13b-49c3-ab0f-e3f9ca4dd15f/width=450/8562940.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGKUfns:?]yC?bt7IURj.8ayIBt7ofWBoKoL", "type": "image"}, {"id": 8780431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbc4acab-9168-484e-9e13-c4af9a98ace3/width=450/8780431.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U5Dl.k4T00?u?^Me01%#0K~A%L4;IrMz-pNF", "type": "image"}, {"id": 8562636, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c059ad68-01a8-4faf-9b69-2562153de89e/width=450/8562636.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAH.7,t7?wxu_3xu9ZM{?vWCD%t7M{M{%Lxu", "type": "image"}, {"id": 8780435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5971a4c6-b7a8-44b3-9fd6-3281e141e81b/width=450/8780435.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U8E.qX~V0001En~UVY0L00IW=_-:%ME2M{-n", "type": "image"}, {"id": 8561987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6890d9fb-69f2-459f-b4e5-f5c2223399e8/width=450/8561987.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4KBE#00~q?cD%4n9GWX?a-;M{ayWWWBt6IU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/410996", "modelId": 363362} \ No newline at end of file diff --git a/datasets/metadata/411213.json b/datasets/metadata/411213.json new file mode 100644 index 0000000000000000000000000000000000000000..2650b98948ae3f7ca11a24b29eccb61a99d10e1f --- /dev/null +++ b/datasets/metadata/411213.json @@ -0,0 +1 @@ +{"id": 411213, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-25T22:55:48.458Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 228, "ratingCount": 0, "rating": 0, "thumbsUpCount": 45, "thumbsDownCount": 0}, "files": [{"id": 333500, "sizeKB": 35152.3388671875, "name": "Mayuri_Hanyu_25Dimensional.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T23:00:42.647Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "47279396", "AutoV2": "4424BB43BC", "SHA256": "4424BB43BC5533C081D84A07BFA171C87740D40797917163A8E34ED61C81B32E", "CRC32": "E57A523E", "BLAKE3": "4281D1D72EDEAA31AB74620EE3BC8E5CDEDB2FEED17E5BDCEA5F99589ED393F9"}, "downloadUrl": "https://civitai.com/api/download/models/411213?type=Training%20Data"}, {"id": 333499, "sizeKB": 22249.90234375, "name": "Mayuri_Hanyu_25Dimensional-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-25T23:00:42.117Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "11619A11", "AutoV2": "4FEC21F598", "SHA256": "4FEC21F598BF835EEBD1BB413778BB05CDDC670E5D9C85088952F5758C8E2BD0", "CRC32": "5AB68607", "BLAKE3": "D67263CD31C3B3CF1CF7B83A04125E5DE34D291F3AD57B73DBA458E85FE7FD04", "AutoV3": "86B953FEE7C3"}, "downloadUrl": "https://civitai.com/api/download/models/411213", "primary": true}], "images": [{"id": 8568563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1617e2f7-e585-4b17-ac20-024c16e790da/width=450/8568563.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKOgA~D*_NR*00D%_3M{.St7-pxu.9t7-:of", "type": "image"}, {"id": 8568564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ecb75ba-913b-4694-823b-4926967e3dbc/width=450/8568564.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKOg7[D*_NR*00D%_3M{.St7-pxu.9t7-:of", "type": "image"}, {"id": 8568807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fef947ed-2dde-45ff-8850-a67d3cf5779a/width=450/8568807.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UgQ0N_oM~qxuIUof-;ogM{WBxafQ%Mj[e-j[", "type": "image"}, {"id": 8569499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72fcea3d-b551-4715-876f-5fe417a8d9a8/width=450/8569499.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UAMjUI4n0Lt700r=W;_300W=rC%2}?tRIAs:", "type": "image"}, {"id": 8570071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8a5b78f-14dd-49f6-978c-3ee2d7ad51b7/width=450/8570071.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UDLp{#8_3ZMc008^-nD%00x[}@NG={%MrXxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/411213", "modelId": 367995} \ No newline at end of file diff --git a/datasets/metadata/411467.json b/datasets/metadata/411467.json new file mode 100644 index 0000000000000000000000000000000000000000..3af3ec300f6d5cbd5fbd5ca155f4bb001f336022 --- /dev/null +++ b/datasets/metadata/411467.json @@ -0,0 +1 @@ +{"id": 411467, "index": 0, "name": "CaroTV-Civit1024x1024", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-26T04:39:00.902Z", "availability": "Public", "nsfwLevel": 1, "description": "prueba
", "trainedWords": ["cdcarolina", "crossdress"], "stats": {"downloadCount": 24, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 333841, "sizeKB": 223106.84765625, "name": "CaroTV-Civit1024x1024.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T04:36:13.543Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "19323231", "AutoV2": "DEBB81B798", "SHA256": "DEBB81B798737EE97D8E2790C571CB2EB33B8F5E4F84BFEE1483BD2000B76DFE", "CRC32": "23F66DD7", "BLAKE3": "11A029643463A1C7792F3B4C8CBD4FC22E8FAF00FD8B1EF19FBCA1D6FA5745E8", "AutoV3": "7E2C4EBF3243"}, "downloadUrl": "https://civitai.com/api/download/models/411467", "primary": true}, {"id": 333755, "sizeKB": 121521.3125, "name": "411467_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T03:10:39.883Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B847325A", "AutoV2": "3D7E3B4C97", "SHA256": "3D7E3B4C97D56113B43B8695308899CB2624615544BA35F5D55D58FF3075EBCF", "CRC32": "F6F37EA5", "BLAKE3": "DBD46407D89DE6EAFA7A23CA4CBDFFA377F1D877E76777307ADC061FDD0929D6"}, "downloadUrl": "https://civitai.com/api/download/models/411467?type=Training%20Data"}], "images": [{"id": 8578412, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26551039-57c1-47a9-a0ec-63a2699401b6/width=450/8578412.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8Fi77_M00_3rB?b?vkB9GRiSiWB_NxZMdt8", "type": "image"}, {"id": 8578415, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba5c793e-9dcb-4915-93e0-ec4bf15bf76b/width=450/8578415.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGMQ-2~p00-:R:ozR*jvWTa#%NWA4moft8j?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/411467", "modelId": 368224} \ No newline at end of file diff --git a/datasets/metadata/411668.json b/datasets/metadata/411668.json new file mode 100644 index 0000000000000000000000000000000000000000..223cbf27ec092a5b06fb6dc987ae985c2d03d3b0 --- /dev/null +++ b/datasets/metadata/411668.json @@ -0,0 +1 @@ +{"id": 411668, "index": 0, "name": "v1.0", "baseModel": "SDXL Turbo", "baseModelType": null, "publishedAt": "2024-03-26T05:54:51.872Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": ["Dhive"], "stats": {"downloadCount": 86, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 333928, "sizeKB": 223106.35546875, "name": "DHiveXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T05:56:26.294Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0188C14E", "AutoV2": "3059F7F72F", "SHA256": "3059F7F72FCB5CF38D9D8346BC6EB3FB1DEC097E40C5694BCD4DA47FCB2550D9", "CRC32": "E875BB8B", "BLAKE3": "6E4DF91C30D68FE38E6C4238887AA08572629A169D73358938D4DDEA8F733C96", "AutoV3": "D15EFA378339"}, "downloadUrl": "https://civitai.com/api/download/models/411668", "primary": true}, {"id": 347149, "sizeKB": 19316.0654296875, "name": "DHiveXL.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-03T09:11:22.397Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "785FC181", "AutoV2": "351593F8FF", "SHA256": "351593F8FF443AB28CCA880095DA0AC1F534471AC21D3D735B2F8B1EA718522C", "CRC32": "31956BE5", "BLAKE3": "A6B5DC627ACFD0121DF63BEB504C0814FA3D85F31B2BC960A27AD594EF4A66C1"}, "downloadUrl": "https://civitai.com/api/download/models/411668?type=Training%20Data"}], "images": [{"id": 8580617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ac4ae84-4bcc-4d3f-94b8-018b60453a43/width=450/8580617.jpeg", "nsfwLevel": 8, "width": 768, "height": 1280, "hash": "U1CY:ZNl0000RSt500%09w^~03~nn4WE9@02", "type": "image"}, {"id": 8580619, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2df938ca-5493-495b-90a6-11490ab23953/width=450/8580619.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "U19s|[-p00%100ogRS9Z,v?axbIV~TaJ$mxu", "type": "image"}, {"id": 8580618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fe3c029-640c-4379-8038-30400f335c32/width=450/8580618.jpeg", "nsfwLevel": 8, "width": 768, "height": 1280, "hash": "U2DSBq?a0000~U-p010L_1?F0%-W}@^%E%j]", "type": "image"}, {"id": 8580620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59a72529-7da4-463d-ab2d-0f9fb0a516b6/width=450/8580620.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "U2AA8c~V00IU00R+9a9Z~Ct79Goyv}IVNI%f", "type": "image"}, {"id": 8580621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b94088f5-57bf-4738-9500-cf69d7642a65/width=450/8580621.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "U5DSEzE101D*?aM{RPIV~VRjD+%2^+WY9Goy", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/411668", "modelId": 368410} \ No newline at end of file diff --git a/datasets/metadata/411694.json b/datasets/metadata/411694.json new file mode 100644 index 0000000000000000000000000000000000000000..0fb899f6f7009f2f45494d61aef09cee7bbf0898 --- /dev/null +++ b/datasets/metadata/411694.json @@ -0,0 +1 @@ +{"id": 411694, "index": 0, "name": "v1.0", "baseModel": "SDXL Turbo", "baseModelType": null, "publishedAt": "2024-03-26T06:10:18.663Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": ["Dfallen"], "stats": {"downloadCount": 54, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 333954, "sizeKB": 223110.04296875, "name": "DFallenXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T06:11:25.699Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "90669D07", "AutoV2": "E77F1D7F10", "SHA256": "E77F1D7F10C487E7BBCF2468635C4F08407D093EEAFE84DA62FFF99D96407D9D", "CRC32": "D8B9A898", "BLAKE3": "85833B3789DEFF683E22469DC97971AAF7CAED8C8EF0A636225FEFF7B09CF7E5", "AutoV3": "2B21C8DB0C11"}, "downloadUrl": "https://civitai.com/api/download/models/411694", "primary": true}, {"id": 347150, "sizeKB": 25883.4267578125, "name": "405281_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-03T09:11:22.687Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7E0A164B", "AutoV2": "87B5D1BD83", "SHA256": "87B5D1BD837E06242C488CF5273436D850EE15DA5D58687AC62ACBAA49CF3B3F", "CRC32": "FCFC760A", "BLAKE3": "19BB3005942E3D215385A3120F15AC415CE17C50EFD5C489245DB7D33CFE80CF"}, "downloadUrl": "https://civitai.com/api/download/models/411694?type=Training%20Data"}], "images": [{"id": 8581358, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aee215b9-3408-41cd-b0fd-966e55bc7815/width=450/8581358.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UII#Mvof~VoL_2j[M{ayj=t7IUfjWBoeazWB", "type": "image"}, {"id": 8581356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15200a14-dc33-41c6-93d3-f5ff87777c31/width=450/8581356.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9IEeC%L~TRk_2oLIVRjIURkD%ofoKWBRkay", "type": "image"}, {"id": 8581357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bf53f4a-3910-44e0-9f25-c6321a3da5e2/width=450/8581357.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8F$nlx]uhRP?^WCIBs.AERk8{t6S2ofVsj[", "type": "image"}, {"id": 8581359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6f93dfb-7fb6-4d77-823a-dedc3549160d/width=450/8581359.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UEHxc[of~pxt?aazE1ayIofRD*ayt7kBofoL", "type": "image"}, {"id": 8581360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b317e2ff-3b1a-44b4-958e-b8976dd5df9a/width=450/8581360.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBHeUk%L_Mof~pWBD*t7RjayDjRkt6s:xuWB", "type": "image"}, {"id": 9854172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9fe88668-7dc4-4f9a-a030-36a898a008a3/width=450/9854172.jpeg", "nsfwLevel": 1, "width": 832, "height": 1152, "hash": "UKKwnLxu_MxD~VR+4:slWCR*axs-r=WWkWn$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/411694", "modelId": 368425} \ No newline at end of file diff --git a/datasets/metadata/411738.json b/datasets/metadata/411738.json new file mode 100644 index 0000000000000000000000000000000000000000..26acb9a3f532cf2b29331b7ea47c8ccf581fc64e --- /dev/null +++ b/datasets/metadata/411738.json @@ -0,0 +1 @@ +{"id": 411738, "index": 0, "name": "Keik", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-26T07:46:46.167Z", "availability": "Public", "nsfwLevel": 1, "description": "Chaotic portrait, Pop painting, bright colours, oil impasto painting, material, you can see the brushstrokes, visible brushstrokes paint texture
", "trainedWords": ["Keik"], "stats": {"downloadCount": 33, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 334034, "sizeKB": 36977.8359375, "name": "Keik-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T07:46:36.916Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0C50E4A0", "AutoV2": "5968A87F4F", "SHA256": "5968A87F4FF1EE246F918EAE317255C19F5978878D2B2353196AECC29DBA7DDD", "CRC32": "8EAD479B", "BLAKE3": "338F12C2BF2382FF46D1F8CDAF54BE953EB9C7512913C8A6F8FCB10F9C52E935", "AutoV3": "AB4734F2A975"}, "downloadUrl": "https://civitai.com/api/download/models/411738", "primary": true}, {"id": 333994, "sizeKB": 12067.5576171875, "name": "411738_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T06:55:45.697Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B085B65F", "AutoV2": "01BFA76DD0", "SHA256": "01BFA76DD02E44AE6687748996CAE8925BFEEEA92B7B414A84849EB551A1584B", "CRC32": "D65DEA36", "BLAKE3": "4505E49837C21D9AC78F80E37D020B47C90DFFA897636ADAAFB37609A387427C"}, "downloadUrl": "https://civitai.com/api/download/models/411738?type=Training%20Data"}], "images": [{"id": 8585115, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ad23682-77f9-4f1f-8a6b-36318479c2b9/width=450/8585115.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCM5;0=v02bv.mSh^GxaN3WVX.xGF;ozTJWB", "type": "image"}, {"id": 8585117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a160e96-d597-4ad5-9ca0-4b2a9da11c9a/width=450/8585117.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UOO2T?wIY%x]n%i^aeW=%xoy%gV]x[bbxbjb", "type": "image"}, {"id": 8585116, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3013058e-d777-42ab-85a9-58dd63c8d44b/width=450/8585116.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UTPq$sxT*DsDkrobkWoftmayoaWo^zX7xasm", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/411738", "modelId": 368463} \ No newline at end of file diff --git a/datasets/metadata/411799.json b/datasets/metadata/411799.json new file mode 100644 index 0000000000000000000000000000000000000000..4d44a0bb6dff57e3a06044d363b68564dd19694b --- /dev/null +++ b/datasets/metadata/411799.json @@ -0,0 +1 @@ +{"id": 411799, "index": 1, "name": "SD", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-26T09:29:01.932Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 92, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 334102, "sizeKB": 36977.34375, "name": "KB_Kentmere400-000019.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T09:30:49.728Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "587D8D35", "AutoV2": "84BA3C4EE8", "SHA256": "84BA3C4EE80057B8A1AA257A77789E4FF7CF9747AF71FDBF25C27453D371BF84", "CRC32": "520790AD", "BLAKE3": "C4C1C7A7D879617C9A23B46A5A8645D857CE3F3600C6B55E146A584D50EC6857", "AutoV3": "B3B1C50315A7"}, "downloadUrl": "https://civitai.com/api/download/models/411799", "primary": true}, {"id": 334049, "sizeKB": 2826.779296875, "name": "411799_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T08:00:56.367Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "21B67E70", "AutoV2": "573BEDBB6C", "SHA256": "573BEDBB6C193AFECF1E9A3994497138F2C9FFCE04B7F89D3522CF6956336E27", "CRC32": "F787C522", "BLAKE3": "43388071D6BBA39461B99626C28998A73585230B815614B07C12F4CF78EA27B9"}, "downloadUrl": "https://civitai.com/api/download/models/411799?type=Training%20Data"}], "images": [{"id": 8589191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99f32684-2a8d-4187-9725-71bfd52d078d/width=450/8589191.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "USDJO}%MIUay~qxuWBj[-;ofWBoft7WBWBj[", "type": "image"}, {"id": 8589190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35007080-9311-4e84-b507-1692373cd55a/width=450/8589190.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHB:vzD%IU%M~qM{ofxu9Fof-;j[D%ofxuWB", "type": "image"}, {"id": 8589192, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45894b03-fbbc-4c81-a64a-22ba76670cb1/width=450/8589192.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBCGS+~q00WB_3-;j[Rj00t7%MIU?bt7IUWB", "type": "image"}, {"id": 8589295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77286c7a-23ff-445c-a107-1bea11f13a8a/width=450/8589295.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPE{kN-;M{Rj~qxuayay4nofj[t7M{xuWBt6", "type": "image"}, {"id": 8589294, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90a76cf7-8fc0-4d8d-b7e1-96625ab95db8/width=450/8589294.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFCsjj~qIURj?b%Mt7ay00D%t7of%Mj[Rjof", "type": "image"}, {"id": 8589293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59ab9ebe-3cbd-4edc-8847-b18d983ca789/width=450/8589293.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UaH2cr-;D%Rj~qt7WBWBD%M{t7j[WBWBWBj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/411799", "modelId": 368525} \ No newline at end of file diff --git a/datasets/metadata/411845.json b/datasets/metadata/411845.json new file mode 100644 index 0000000000000000000000000000000000000000..73aa0995241aa2b9349ddfbeb949a094cea4e783 --- /dev/null +++ b/datasets/metadata/411845.json @@ -0,0 +1 @@ +{"id": 411845, "index": 1, "name": "SD", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-26T09:27:44.585Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 89, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 334086, "sizeKB": 1365.515625, "name": "411845_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T09:15:52.857Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "CD5D8322C5", "SHA256": "CD5D8322C56FBD134F168325B6A1054213AED36AEA350ECB59A76D0071EEF43F", "CRC32": "33CDDC53", "BLAKE3": "697BEFC6D42EEEEACD57711AB9C584C4B2D8FC009B11B51C2EF2A15AD323B8DD"}, "downloadUrl": "https://civitai.com/api/download/models/411845?type=Training%20Data"}, {"id": 334099, "sizeKB": 36977.375, "name": "KB_Bleach_kodaktrix400.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T09:26:45.774Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E456EBD7", "AutoV2": "9BF424836F", "SHA256": "9BF424836F94AE13F06A84B6624C68D63169E2826027D647556D6418ACFD577B", "CRC32": "30EA4450", "BLAKE3": "F22E8665CD28BB5338CD3788F9C9BFA5F9146867B767AD2017C042F82B296067", "AutoV3": "614EF7DA7C16"}, "downloadUrl": "https://civitai.com/api/download/models/411845", "primary": true}], "images": [{"id": 8588901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04226154-16ce-4db4-982a-e7702d500ee0/width=450/8588901.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDH2D=oz00?b~qIU4nt7o}Rjs:WC%Mt7t7of", "type": "image"}, {"id": 8588899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41dfb482-03be-4279-a1a2-a691d0136c78/width=450/8588899.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKHeC4?v009F~WtRIAMx%MIURPs:oKMxj[tR", "type": "image"}, {"id": 8588900, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d339cabb-c5aa-4906-b66e-364e89d74c28/width=450/8588900.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UVHeIK.8D%V@~qx]RjjZ?bozsot7RjWBofof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/411845", "modelId": 368569} \ No newline at end of file diff --git a/datasets/metadata/411918.json b/datasets/metadata/411918.json new file mode 100644 index 0000000000000000000000000000000000000000..2ed35a3e198473408e77f51e2d0e4fe333b9579a --- /dev/null +++ b/datasets/metadata/411918.json @@ -0,0 +1 @@ +{"id": 411918, "index": 1, "name": "SD", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-26T11:09:10.551Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 96, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 334168, "sizeKB": 36977.4453125, "name": "RA4_FujiCrystal-000015.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T11:10:49.896Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "58648BB9", "AutoV2": "1B54229173", "SHA256": "1B542291732093DD2C0450476D39ADEF99A8A0AB6770D6E10430588283938749", "CRC32": "57F6C670", "BLAKE3": "B3C2F97DE09DCDA9E57D194FD89F5BC6CF02F7919B5B6CFDDD8FFCDFED97DE81", "AutoV3": "0537C53EA660"}, "downloadUrl": "https://civitai.com/api/download/models/411918", "primary": true}, {"id": 334155, "sizeKB": 4364.96875, "name": "411918_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T10:55:43.136Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "06F79B2B", "AutoV2": "9A74B32971", "SHA256": "9A74B32971985BC4C4A93CAF7371361E04126097BB13AFF9CA6C660E65CB2AB8", "CRC32": "276F9E25", "BLAKE3": "B36B94FBAA8B0B61A27C194BE06392042DF264830CDD3B24C2D5CAAB2AB728ED"}, "downloadUrl": "https://civitai.com/api/download/models/411918?type=Training%20Data"}], "images": [{"id": 8591460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9efd907d-d09d-47af-a6c1-2d4173d070b9/width=450/8591460.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UkLNi1xuIUjr_NogRPaxWGj[WUWVt6ofj[ae", "type": "image"}, {"id": 8591458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73b59d12-ed61-41e4-8a69-ba860d554a0c/width=450/8591458.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UoMQU=xuM{oc_NofWAfiRTazWUayt5j[a}ay", "type": "image"}, {"id": 8591459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/826dde44-dee3-4354-abb6-3450f3483834/width=450/8591459.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UhL4NLoeIUt6~pj?V@ofRnayWUj]jYfka#of", "type": "image"}, {"id": 8591567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae7552c1-45dc-41e9-93b9-b6af7fb72d7a/width=450/8591567.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQM@P=Di9FxuPC=_xZWBDiD*f,t7~URiRjWE", "type": "image"}, {"id": 8591565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f773c042-2ffd-4602-b589-ab237e04c30e/width=450/8591565.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UcNv_4~pIVxa.9x^WBj@Mx%2RkWBR.bIaeoe", "type": "image"}, {"id": 8591566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c034007-b51a-4654-8e0c-983b0b149bc9/width=450/8591566.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UmO:wt~XM|s:xwxvfRWVITt7R*j@T0s:j[j[", "type": "image"}, {"id": 8591568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6bfee69-9805-4d92-a4ec-fa267b3dee05/width=450/8591568.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UdNTzO~VV]xuFh%1t7bIM_RjaeayR+oeoefQ", "type": "image"}, {"id": 8591615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab88fda3-fd7a-441e-98b9-f2761e3ed987/width=450/8591615.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQMjdU?HWExu~Xa$oLj]enR*WBayX9oLfPj[", "type": "image"}, {"id": 8591614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e98356a-1736-400c-b73b-5f145b80cc0b/width=450/8591614.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UfN,o9_3M|t7_NkDWBj[ogRjofay-pNGayj@", "type": "image"}, {"id": 8591616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3701acd-93d2-40ae-87fb-0f4cbc42db6c/width=450/8591616.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UdM%o-aeM{of~qayj?j[jGt7ofj[t8j[ayj[", "type": "image"}, {"id": 8591718, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c7f4874-9ff2-40b2-be1c-575b0572e3b8/width=450/8591718.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UhIOIIxuafof~qogoLj[^+ofayj[-pazR*jt", "type": "image"}, {"id": 8591721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0060e00-d666-427f-a6bd-010ca37e386d/width=450/8591721.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UuI=0$ofWBoe~qofoJj[-:oLWVazjvazWBa|", "type": "image"}, {"id": 8591720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8c756ac-8edf-4f14-8161-f8c447c6504a/width=450/8591720.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UADS%G^[-$--~pE2RjWV~VM|WBWX~UNGWBa#", "type": "image"}, {"id": 8591719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64dbaf4f-244f-46bf-b62c-f26f06da17bf/width=450/8591719.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UsKAydWBM{ay_NV[aday%2WBWBj[V[j[WBfR", "type": "image"}, {"id": 8591798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cde085f8-2514-449b-a5cc-aacc2424f554/width=450/8591798.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGGk~{~p5=S59GIUMxRj00NGrsof_M?H^+%M", "type": "image"}, {"id": 8591799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0f951a3-9689-460d-9b07-81780478ad14/width=450/8591799.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGF~81~o.Q_0b{?ZNfNLXltQ?F%1bwo#_1-p", "type": "image"}, {"id": 8591800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8afc27e5-3fff-462b-96f5-ad4368810420/width=450/8591800.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCGuHt000M4qoz4:?axV~oD%$htRSKV@?aRP", "type": "image"}, {"id": 8591903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec127fd7-9132-4a08-866a-855c5dd5dc1d/width=450/8591903.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBDSdb9H0znhE4%L9axu01oM}@IWI:My_2M|", "type": "image"}, {"id": 8591905, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5f8d833-fd9a-4181-aaf1-29783d44ca4b/width=450/8591905.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UYF=s%M|OA9G~VM{bEWV-;ozRPjY%MWBe-of", "type": "image"}, {"id": 8591906, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d1c9aa5-aabb-4d07-b18e-cfd157f2f957/width=450/8591906.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJDSmo?G57E30#RkV@jYI:bH~U-:NHj[I;Rk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/411918", "modelId": 368638} \ No newline at end of file diff --git a/datasets/metadata/411942.json b/datasets/metadata/411942.json new file mode 100644 index 0000000000000000000000000000000000000000..4eb63c345d28a5c77054fcf931778a110b134fda --- /dev/null +++ b/datasets/metadata/411942.json @@ -0,0 +1 @@ +{"id": 411942, "index": 0, "name": "Mark Mckenna Lora", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-26T16:39:13.955Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 43, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 334577, "sizeKB": 223107.90234375, "name": "Mark_Mckenna_Lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T16:40:43.721Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B35473A4", "AutoV2": "D8DA47D5D1", "SHA256": "D8DA47D5D15A594BD55C4313EF827A5A45BD53CA46BD297A011FD5C3BAE7B00D", "CRC32": "4FBCC6EA", "BLAKE3": "5090D01AE7DE78F4B4CB2C8E4C1A6890F0E19A8D7165D882B905DEE6C9E05BC4", "AutoV3": "628DC02F432B"}, "downloadUrl": "https://civitai.com/api/download/models/411942", "primary": true}, {"id": 334272, "sizeKB": 1366.8662109375, "name": "411942_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T12:55:35.957Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "D9293448C8", "SHA256": "D9293448C856DA9E7157A605A77B8B53565A2749961995639134E0B9F68FB4F0", "CRC32": "93C1D364", "BLAKE3": "7A1D6F9FB14FF453BCDA821D40280D7AED2DFF46516B805D76BEF79CBA49BA07"}, "downloadUrl": "https://civitai.com/api/download/models/411942?type=Training%20Data"}], "images": [{"id": 8607094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9759208-95ed-4250-9819-f1b64a806b79/width=450/8607094.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "UaF;[rM|E3oy~9NGahbH$~RkazkCoIbIR+R+", "type": "image"}, {"id": 8607093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9f07894-8be0-4b13-a401-ab9bd0a73e5c/width=450/8607093.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "UHIN?du6*0?w1PI^X9bx0fxbs.XATLs:bIV@", "type": "image"}, {"id": 8607095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78ce898a-6cd2-403d-be7a-9e13f5c48c62/width=450/8607095.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "UHDb==%1WAxs~Ws:xC%0AIS2RPs,o}I;M{j[", "type": "image"}, {"id": 8607091, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2fb98ba-6d1c-4764-9f4e-56ee2fbeb18a/width=450/8607091.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "UJEeoUxG%fM|~AaexaRk0LWBIUs.9ZWCD*xZ", "type": "image"}, {"id": 8609565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77448921-ee22-492f-baa4-7b45be78b57f/width=450/8609565.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1280, "hash": "U6FEZFIq^%bvP;I=vzNH1Q?GEk%1krsl58xZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/411942", "modelId": 368660} \ No newline at end of file diff --git a/datasets/metadata/411999.json b/datasets/metadata/411999.json new file mode 100644 index 0000000000000000000000000000000000000000..2e87c727b5ea7917b38c27d60f579faf4811d7e3 --- /dev/null +++ b/datasets/metadata/411999.json @@ -0,0 +1 @@ +{"id": 411999, "index": 0, "name": "LaDy_Bloom", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-26T19:15:53.739Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["LaDy_Bloom"], "stats": {"downloadCount": 49, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 334369, "sizeKB": 223099.41796875, "name": "LaDy_Bloom-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T14:21:15.123Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EC6519BD", "AutoV2": "16E3FE2494", "SHA256": "16E3FE249494D7081FEC6B6955F9A56B032D47ED7BA0960FB7CE968A26A6191D", "CRC32": "426B5864", "BLAKE3": "BDE69316A0AEC9024C44EC0EF15A2F4362CD5DE4E02C496BDA23B56780F720F6", "AutoV3": "2C0FDAB33DC8"}, "downloadUrl": "https://civitai.com/api/download/models/411999", "primary": true}, {"id": 334232, "sizeKB": 5538.1875, "name": "411999_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T12:15:40.973Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9010591B", "AutoV2": "67D108D3A4", "SHA256": "67D108D3A4D3423EBF76D458F47039ED29714175F376E22E191700A32376F97E", "CRC32": "0F4837CE", "BLAKE3": "058D5976DA986B7FAABC3D8293FFE03CFE109D5B6515DDEED178AE5A72184FC3"}, "downloadUrl": "https://civitai.com/api/download/models/411999?type=Training%20Data"}], "images": [{"id": 8598584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a5c0f7b-ecb6-4b14-ac0b-bf4c6dd5b961/width=450/8598584.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6A]mN?G00~U^*9a0057Sx-o={xaE2j[%2of", "type": "image"}, {"id": 8598585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5c94eed-dcf8-4dde-b486-737afb94e230/width=450/8598585.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8CO{{~B00X7xvM|0L0M?G-o$*xZ57Rks;E2", "type": "image"}, {"id": 8598586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c931ed07-1bef-405e-a8b4-b37cfd29e9b5/width=450/8598586.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8BfR#E100~C~VR*4.xa0Lxa?GIoD*ofxuoK", "type": "image"}, {"id": 8598625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b3967c7-6e6c-4c8a-8a0b-a9959a203aae/width=450/8598625.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UACrp0S$00?H~Vxu9aI@9]%2%2EM9ut7-pWY", "type": "image"}, {"id": 8598629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec3813c0-845c-4cd1-97bd-5e19df930a85/width=450/8598629.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8E-{z-A0300.T%1AJ?G_3I;-qoMJBNb~Cxu", "type": "image"}, {"id": 8598630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b3c8ba1-466f-4618-b73c-6b7890d980e0/width=450/8598630.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCEn-M0L01~BJC~B0fx]?GIp%2WCEMxtxGt7", "type": "image"}, {"id": 8598627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/239a78e1-8bfb-49a0-b50b-800fd16aa76b/width=450/8598627.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCD8wdEM00~B~CbH9Zf+o|xaRQNaELxa%1R*", "type": "image"}, {"id": 8598626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b702f186-2b94-4c54-88f9-32802d5a6381/width=450/8598626.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEE-{$={000f~V%1E19ZJ,oeweE1E2jZ%2Io", "type": "image"}, {"id": 8598628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13de11aa-687b-45c1-91f6-8b83d9cca7a0/width=450/8598628.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDGtj8V@00tR~VIoD%?G5QsAxGbvnPIpI:%2", "type": "image"}, {"id": 8598631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e34ca00-7d4f-4415-90c4-f1b164d36f85/width=450/8598631.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULDbWoIq02~B-pofNHogozofa#xaIpt7xuaf", "type": "image"}, {"id": 8598633, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d276dedd-8694-4aad-8e22-a66fce5b981a/width=450/8598633.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEB{GnIp01~B-oIp9txaIoof-V%1E2j]t7Ip", "type": "image"}, {"id": 8598632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e743372c-865f-4673-9fac-747bd7d96060/width=450/8598632.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7FhFp010L00~C~V009a?u02^kwJ0LxtsA={", "type": "image"}, {"id": 8598634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45fac89e-789d-40d1-888d-629c15abadd0/width=450/8598634.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFE1]X570f~B?HI:9a%2J7xtRQj@I;xajFNG", "type": "image"}, {"id": 8598635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4f0f0c9-6cac-4079-9491-8ff67a9e6740/width=450/8598635.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMEB:B5701~CxuRjE1t7tQs:RQxtIoayxaNG", "type": "image"}, {"id": 8598637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cf70daf-32fd-4a64-8040-79141d17e363/width=450/8598637.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFEeV?5700~B~VIpD%%25QWCxG%2aeWCR*%1", "type": "image"}, {"id": 8598638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5230431f-a0c4-447f-93b6-c202d3270e7f/width=450/8598638.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDE_v}Eku4^*%$-pTe%2~Ws:t8jYNaE2^+9Z", "type": "image"}, {"id": 8598636, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ed57f62-7331-4bac-913b-08a5915fd2ac/width=450/8598636.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOFhI$5S5R~Vx]-pIp-;%2Nd-pt7M|xtj]xa", "type": "image"}, {"id": 8598639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bde65729-e77c-4125-86c9-511da3c23626/width=450/8598639.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGDue}kB01~B%MIp4:IVozxasAoeIot6xajY", "type": "image"}, {"id": 8598647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d86b7a3-cb34-4c92-b055-b94e57fd2442/width=450/8598647.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAFXu8E200~B^+%29Z4:yBxGIBNZ0f%1-oE1", "type": "image"}, {"id": 8598640, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27f50e6e-dce5-4a21-ba51-d03d9fd03e7e/width=450/8598640.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9FEfe%100-U~WWB00E1OA-o^QR%4:E2I;E2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/411999", "modelId": 368709} \ No newline at end of file diff --git a/datasets/metadata/412113.json b/datasets/metadata/412113.json new file mode 100644 index 0000000000000000000000000000000000000000..0194d60e81314944125faf1825a6a83913dbb121 --- /dev/null +++ b/datasets/metadata/412113.json @@ -0,0 +1 @@ +{"id": 412113, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-26T14:11:03.315Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["black hair, single hair bun, swept bangs, black eyes, large breasts, sidelocks"], "stats": {"downloadCount": 172, "ratingCount": 0, "rating": 0, "thumbsUpCount": 35, "thumbsDownCount": 0}, "files": [{"id": 334343, "sizeKB": 36980.3515625, "name": "Yuuna-OL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T13:52:41.526Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7C66A9D3", "AutoV2": "8FB3FC66EB", "SHA256": "8FB3FC66EB50013B80EFAFFEA672ACD68F34CCE1246BF464F26ABB35C9E48AC2", "CRC32": "C629177A", "BLAKE3": "D8B8BA5E999D1E56E8060454B6E6567AB4672F820A0EDFC97D1BB50DF1334331", "AutoV3": "B8DE1E90AB66"}, "downloadUrl": "https://civitai.com/api/download/models/412113", "primary": true}, {"id": 334345, "sizeKB": 68108.4404296875, "name": "train yuuna.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T13:52:47.263Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4B444A65", "AutoV2": "6084D3D647", "SHA256": "6084D3D6471F5543E1A56A9C5A164F4A18BA0F80B8090E67F80E374D09202C66", "CRC32": "B4CD997D", "BLAKE3": "35A10E3E6ECC9976D3327CE1800BBB0E903B583796063D0711E62D43EFF681D7"}, "downloadUrl": "https://civitai.com/api/download/models/412113?type=Training%20Data"}], "images": [{"id": 8597173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fd84ba6-5b92-425a-aab5-bb3cce1f9a74/width=450/8597173.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UMHL9+${OTX9_4r;t6S6s;V?X8W=%2NG?HWC", "type": "image"}, {"id": 8598146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d40b79de-8740-4130-b526-84efc862505b/width=450/8598146.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UJG*~HD*%L~p-;%LE1IoM_oM%M9F?GIV-;s:", "type": "image"}, {"id": 8597167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/297d8af7-04e3-478d-98b0-788667bffa3f/width=450/8597167.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "URHe2tMwI:~B-V-oWAIo9FbHV@M|%MIU%2%2", "type": "image"}, {"id": 8597170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27435b7c-2218-467d-82c2-ffa3e29f8c15/width=450/8597170.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UNIXps%f~po#_Mxukpof9Fxu-Vt6Nft7jJWV", "type": "image"}, {"id": 8598147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69665a1b-8020-4bff-8f50-1bc3456a4fa1/width=450/8598147.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UFH1}Q.9_3x]?c?cE2~p?akXkWWXs.xt~C%L", "type": "image"}, {"id": 8597165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9eccfc7-9abb-4096-8809-2838ad756f06/width=450/8597165.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UAFrYI8^00?c00~q9a4o9ZRj^+xu%#w]^*9a", "type": "image"}, {"id": 8597176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7fac5dc-d446-4ba8-80a9-a5bf8aec303a/width=450/8597176.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UQH_V+?aoaIU%LIUtQxtnNn%?axu~q-;%1aK", "type": "image"}, {"id": 8597175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d3dd9cd-2a7d-4e3f-8cd9-c6a5201db120/width=450/8597175.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UQIqy1D*~pNc_29GbaxaD%M{s:WB9axuxuxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/412113", "modelId": 368814} \ No newline at end of file diff --git a/datasets/metadata/412159.json b/datasets/metadata/412159.json new file mode 100644 index 0000000000000000000000000000000000000000..3dbd8c3342b4de6a760498e7e6e0e39147541c9c --- /dev/null +++ b/datasets/metadata/412159.json @@ -0,0 +1 @@ +{"id": 412159, "index": 0, "name": "Guz1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-26T15:21:47.750Z", "availability": "Public", "nsfwLevel": 1, "description": "Photograph of a three-dimensional pop sculpture of one or more women made with Vairi haberdashery materials such as colored patchwork fabrics, foam rubber, stitching, thread and strings
", "trainedWords": [], "stats": {"downloadCount": 35, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 334465, "sizeKB": 36978.671875, "name": "Guz1-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T15:22:05.677Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B5D690DF", "AutoV2": "C1E95433B4", "SHA256": "C1E95433B474D328248DF042F6DEA9333CDBF8DF3134D1738096D169D16A733D", "CRC32": "AC607F38", "BLAKE3": "435C3380E9DAE1D8F18DB6B04D0F434437A0E60C5B533F8101D2F47BDFC9C86A", "AutoV3": "0C891A25E432"}, "downloadUrl": "https://civitai.com/api/download/models/412159", "primary": true}, {"id": 334384, "sizeKB": 2520.015625, "name": "412159_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T14:27:39.628Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D82AFBDE", "AutoV2": "52260350A8", "SHA256": "52260350A8964B741D0EBBF78EF0CB2998623C79EE4FAA7C1EC263FCC6B2815C", "CRC32": "6FAC6201", "BLAKE3": "875A783C93510FADA2D2D8879B248FF281447253B9EB2738BAF61C2BEC492199"}, "downloadUrl": "https://civitai.com/api/download/models/412159?type=Training%20Data"}], "images": [{"id": 8601206, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82a666d2-8a4f-4932-8d82-0b043ad90830/width=450/8601206.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UPJj#mxSg*,.?Jxx%NoyYi$y.Rng~CJ$RPI[", "type": "image"}, {"id": 8601207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2105203b-fb4d-4e7a-80cc-61cab82b7000/width=450/8601207.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UML3ZQjI.T%KJrS2^j$%yBahoMoe}qaxtTjJ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/412159", "modelId": 368856} \ No newline at end of file diff --git a/datasets/metadata/412169.json b/datasets/metadata/412169.json new file mode 100644 index 0000000000000000000000000000000000000000..b3680dad204ef94234cbef077ed347910a128f1d --- /dev/null +++ b/datasets/metadata/412169.json @@ -0,0 +1 @@ +{"id": 412169, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-26T14:26:02.202Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["miyama suzune", "hanaoi rena"], "stats": {"downloadCount": 147, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 334391, "sizeKB": 223103.69921875, "name": "suzurena.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T14:26:39.621Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F6AE5F86", "AutoV2": "FB8FAF0ED2", "SHA256": "FB8FAF0ED26124B75FA64AD2D5490722D21C2BDE79A4F6412B769E8F2610FF01", "CRC32": "FAB8DDEC", "BLAKE3": "F311FF322255DAA25E6AF42D266A9FACAB21516AC2504EE75FB4217FB5BF5E57", "AutoV3": "B56E770C99F7"}, "downloadUrl": "https://civitai.com/api/download/models/412169", "primary": true}, {"id": 334390, "sizeKB": 63257.703125, "name": "SelePro.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T14:28:08.341Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D734BAF1", "AutoV2": "E69B4F05D3", "SHA256": "E69B4F05D315036B412B484E9893DED3A96521BC1699BF7C5C9C9B985968BE32", "CRC32": "4D76C9EA", "BLAKE3": "EF0D433654452558F65580A7AA5C91CF0518F828F744F727DCE3623CD5E7C455"}, "downloadUrl": "https://civitai.com/api/download/models/412169?type=Training%20Data"}], "images": [{"id": 8598741, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3b6e639-5222-4443-8ed0-87b53a8bb364/width=450/8598741.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UQN0xp^h?w4p%xMxEl%MS5S1tRbw%#bvX3M|", "type": "image"}, {"id": 8598744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7edd245-0a3d-40ef-9807-7deee77753d5/width=450/8598744.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UMJjoH?wB=tkt:gOK9wJR;%2-;W9NGRPE1rq", "type": "image"}, {"id": 8598742, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edc6686b-35a5-414b-9faf-3ec84480ef06/width=450/8598742.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UFIX{l00B:ae0R$_^,RPEVW9~q%Mxl%Oxtt8", "type": "image"}, {"id": 8598740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65210c1b-002d-4763-8638-0595218e53f4/width=450/8598740.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "ULK26Y8{L4yE0.R:jFM{IUo#wGM{V?oKn}bI", "type": "image"}, {"id": 8598743, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba71e87f-04bf-4254-84d0-afeb8a6adef1/width=450/8598743.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "URJuWO-pu6I[5F%0S%krvyt7IVM|4;S6a#Rk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/412169", "modelId": 368865} \ No newline at end of file diff --git a/datasets/metadata/412227.json b/datasets/metadata/412227.json new file mode 100644 index 0000000000000000000000000000000000000000..365af15bba5cc226ad57eaf7d4de0c7c1c04ab30 --- /dev/null +++ b/datasets/metadata/412227.json @@ -0,0 +1 @@ +{"id": 412227, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-26T15:12:52.296Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["vegetared, looking at viewer, red eyes, gloves, 1boy, male focus, red hair, white gloves, armor, bodysuit, spiked hair, saiyan armor"], "stats": {"downloadCount": 63, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 334451, "sizeKB": 18545.2265625, "name": "vegetared-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T15:12:52.730Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "5908DE38F3", "SHA256": "5908DE38F30D6669899FBB2F3368815D99D4011277C8DFF55ADEA511A0F8E1B2", "CRC32": "83E6CE37", "BLAKE3": "C71672EA92BDF7D66667BDA6D2D2281343E36E9D7C13350074912F71C1584556", "AutoV3": "DECA8FB12CB3"}, "downloadUrl": "https://civitai.com/api/download/models/412227", "primary": true}, {"id": 334690, "sizeKB": 13856.455078125, "name": "vegetared.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T18:12:04.900Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "37CE7F09", "AutoV2": "4487896B89", "SHA256": "4487896B89A924D7812540FE0B15AABE70879F7C1D5715328C39CFFA73CE9664", "CRC32": "608DC868", "BLAKE3": "145B2A35D610F061BC9505E1402C0052BA89F5D731113A53A14B8BCC31244238"}, "downloadUrl": "https://civitai.com/api/download/models/412227?type=Training%20Data"}], "images": [{"id": 8600883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e11a380-5df7-4762-bef3-e664739c56aa/width=450/8600883.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1152, "hash": "UIFiDVDO9^XAt:WqBX$~8w%MpdRP,sM|S0X9", "type": "image"}, {"id": 8600909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed6df910-20e3-4043-9e1d-8a7c9ca8225f/width=450/8600909.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1152, "hash": "UOGlYTRQuPJ.+a%19]T0Hrnho|g3IVt7M{IU", "type": "image"}, {"id": 8600912, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/562d21ea-b5b3-4742-be37-e97265312d44/width=450/8600912.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1152, "hash": "UJG[pL0Lpxw^~WS$yERjI9t7t-xu$LWqW;sm", "type": "image"}, {"id": 8600913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fab2088b-c26f-40f9-a2bd-02b3b278027f/width=450/8600913.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1152, "hash": "UFF=m#F271~ChyXm5Sv~L$kVKOw|-pbbIUxa", "type": "image"}, {"id": 8600911, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccab2ff6-e94a-4c64-99f0-4a16a65c46e8/width=450/8600911.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1152, "hash": "URGR#ft-*0^kVED%EMn4IBxtadt7tSnkoeNc", "type": "image"}, {"id": 8600910, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3e828b8-50d6-4540-90b2-0ddf20da68b3/width=450/8600910.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1152, "hash": "UeJ%?^w^%gpI~Wa0%M%fnmMxbbXSIqWBR+R+", "type": "image"}, {"id": 8600914, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80ad3d2c-b149-4a0d-815b-bba50dd4422f/width=450/8600914.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1152, "hash": "UJIq.V=e.9L3^k+aV@?^Rl8xi{kWt8-VIAxB", "type": "image"}, {"id": 8600915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/724237af-02a9-441d-b9da-1aff921d58ed/width=450/8600915.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1152, "hash": "UHGRxR+H9aF|?wmkw|~qkrMdjZtR.9kW4:M{", "type": "image"}, {"id": 8600916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/407968d8-b6e1-420f-8915-c2ddd8cf9405/width=450/8600916.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1152, "hash": "UDG8o@0002}rL#D**Im-#A%M4.$+01.7-TjG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/412227", "modelId": 368914} \ No newline at end of file diff --git a/datasets/metadata/412453.json b/datasets/metadata/412453.json new file mode 100644 index 0000000000000000000000000000000000000000..6476cc581515dd23a428bc63e0a80fec56688070 --- /dev/null +++ b/datasets/metadata/412453.json @@ -0,0 +1 @@ +{"id": 412453, "index": 0, "name": "zak4", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-27T18:00:30.268Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 39, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 336250, "sizeKB": 223099.30859375, "name": "zak3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-27T17:55:50.331Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "57DBEC20", "AutoV2": "DD119AA77A", "SHA256": "DD119AA77A0A30FC6BC7E79F78209ED74858FB861E2B96C8726E117E677A2FBF", "CRC32": "985D032F", "BLAKE3": "5974F937257F21615D30E50B85B65BE3AFB96DED1C959DED91470DB7D923D6B8", "AutoV3": "A777B35DFEF0"}, "downloadUrl": "https://civitai.com/api/download/models/412453", "primary": true}, {"id": 336132, "sizeKB": 297.2685546875, "name": "412453_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-27T16:36:16.977Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "F63C3B1625", "SHA256": "F63C3B1625E96286CC69008F15D346058A93AE161E543BFF59994CEA5C821E38", "CRC32": "94761707", "BLAKE3": "81E982E8C1D6B6AD70F46B1B96CD4813F0AEED9A39A533857FA66400C1F26979"}, "downloadUrl": "https://civitai.com/api/download/models/412453?type=Training%20Data"}], "images": [{"id": 8665053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04557bdd-a28e-4062-95ab-ae2f4bd4c710/width=450/8665053.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8Hwr#_3I.*{2w-;0fH?2K0L,CELOE~BMx57", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/412453", "modelId": 369129} \ No newline at end of file diff --git a/datasets/metadata/412589.json b/datasets/metadata/412589.json new file mode 100644 index 0000000000000000000000000000000000000000..82f49a2c522156bf24d2b1ddd84ea6950f70e0d6 --- /dev/null +++ b/datasets/metadata/412589.json @@ -0,0 +1 @@ +{"id": 412589, "index": 0, "name": "zak3", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-27T16:53:46.927Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 26, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 336157, "sizeKB": 223099.96484375, "name": "zak3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-27T16:55:46.826Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DF17C775", "AutoV2": "CE45C3AEF1", "SHA256": "CE45C3AEF123628D2346F832C89258B34B04AF35F14E59E489CCC3295E9EFC0D", "CRC32": "435C4DE4", "BLAKE3": "763337D6A492755236D822A5738367380EF65DC926FCECA3714299D9869C26FA", "AutoV3": "83D6DE32B4CD"}, "downloadUrl": "https://civitai.com/api/download/models/412589", "primary": true}, {"id": 334765, "sizeKB": 943.404296875, "name": "412589_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T19:03:59.408Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "6066B7D21A", "SHA256": "6066B7D21A4C8038E888A3DEE65F8D63C4F6B1E5076C5125587EC4242C93FC73", "CRC32": "589643AA", "BLAKE3": "2AECBD198B1919C00C64929B9A2E373652F57543479F5A4F8A982A458C40960A"}, "downloadUrl": "https://civitai.com/api/download/models/412589?type=Training%20Data"}], "images": [{"id": 8661892, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdc12040-e0cb-4f43-9f7f-8d837070598f/width=450/8661892.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4By$^003:~A0XtyHt~BBiwM0e9_EgEe}=E2", "type": "image"}, {"id": 8661893, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5aa54590-b0c2-469f-9382-8fe851fadebd/width=450/8661893.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U8C~#O00?^IntU4-?GR6PoMwOsInyDM^tlIU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/412589", "modelId": 369263} \ No newline at end of file diff --git a/datasets/metadata/412864.json b/datasets/metadata/412864.json new file mode 100644 index 0000000000000000000000000000000000000000..38fc80bd33d529d70b3be80db795393120991ea9 --- /dev/null +++ b/datasets/metadata/412864.json @@ -0,0 +1 @@ +{"id": 412864, "index": 0, "name": "v4", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-26T22:32:32.082Z", "availability": "Public", "nsfwLevel": 25, "description": null, "trainedWords": ["Dfallen", "FallenRockSkin"], "stats": {"downloadCount": 130, "ratingCount": 0, "rating": 0, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 335037, "sizeKB": 223106.84765625, "name": "DFallenXLPony4.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-26T22:25:42.657Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "58E0DC43", "AutoV2": "6442DF62B2", "SHA256": "6442DF62B23105B21EDD3A7E954E3AD3A5F0DCD34079961CDC473AD59D255FAB", "CRC32": "327BCBED", "BLAKE3": "2BE7CDF9334A984BC4BD0D1A3726EC75CE2203D962E45E9B1BE3B2724561E8F6", "AutoV3": "14FDF1519132"}, "downloadUrl": "https://civitai.com/api/download/models/412864", "primary": true}, {"id": 347148, "sizeKB": 63662.6328125, "name": "DFallenXLPony4.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-03T09:11:54.529Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9CF14287", "AutoV2": "A2D27F317C", "SHA256": "A2D27F317CFC0C456E8C503EDE9882CE3A1D786ED19C6D51BF008449452512CE", "CRC32": "BBFBC0C2", "BLAKE3": "44C5CA2F9005BF848918AEC49B5C533FC1BFBD07A262F08379D92CFF509B5018"}, "downloadUrl": "https://civitai.com/api/download/models/412864?type=Training%20Data"}], "images": [{"id": 9522638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16c0b1cc-c3ca-4cda-b614-9b8e3f225e9e/width=450/9522638.jpeg", "nsfwLevel": 1, "width": 960, "height": 1088, "hash": "UUHf6it7o}sB_NbbSie.k=WBxtWBS$son$kC", "type": "image"}, {"id": 8620487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42905dc5-3559-4530-b323-86a8827dbed8/width=450/8620487.jpeg", "nsfwLevel": 8, "width": 960, "height": 1088, "hash": "UVI}n%x]~Ws:?ba|ogf6-;jsRjay?HoeayWB", "type": "image"}, {"id": 8620283, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c11d7c0-2097-4f42-97d3-d4b00ee7f215/width=450/8620283.jpeg", "nsfwLevel": 8, "width": 960, "height": 1088, "hash": "USJ[3UtR~Wadxuaya}t7_3WBIUWB%Mf6xaj[", "type": "image"}, {"id": 8620416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12ff7679-3355-4e0e-ab94-b917abd742e6/width=450/8620416.jpeg", "nsfwLevel": 8, "width": 960, "height": 1088, "hash": "UMJ*h%-=_3xa?bRjxaM{~qRPIAog%Mofxuof", "type": "image"}, {"id": 8620507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02e71977-00a9-4d74-beae-4fa54227fdea/width=450/8620507.jpeg", "nsfwLevel": 8, "width": 960, "height": 1088, "hash": "URIr8Bt7~Wxu_3WBR*t7?bofn~t7-pRjayf6", "type": "image"}, {"id": 8620488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f728b0d-fe48-40c6-aab8-0c9ff5c2bbe8/width=450/8620488.jpeg", "nsfwLevel": 8, "width": 960, "height": 1088, "hash": "UWJkZXxu~WkCxuWBR*ay-;WBM{kC-;jts:kC", "type": "image"}, {"id": 8637581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0561720-7fa3-4fda-a206-65b941fce797/width=450/8637581.jpeg", "nsfwLevel": 8, "width": 960, "height": 1088, "hash": "UQK1qAX9~qxt_3fQozxu~qn%M{R*%MofozWB", "type": "image"}, {"id": 8637595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f5432aa-12ea-4f29-a898-b87e723fdaa9/width=450/8637595.jpeg", "nsfwLevel": 8, "width": 960, "height": 1088, "hash": "URKnYso}~qxZ?bt7WBof~qxaInbaxuRjt6WB", "type": "image"}, {"id": 8637713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24e0038a-e96b-448b-b857-a43493b510ac/width=450/8637713.jpeg", "nsfwLevel": 8, "width": 1408, "height": 704, "hash": "UUK^~gkCNGRk%MRjt7of~qjZt7t7%3xukCay", "type": "image"}, {"id": 8637814, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b7396a7-f64b-439f-b9c5-247ce3c1f48a/width=450/8637814.jpeg", "nsfwLevel": 8, "width": 704, "height": 1408, "hash": "UfK^]RX8~q%2?HbHtRxt?bofRij[%MjZoyay", "type": "image"}, {"id": 8637839, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fefd04d-56d5-4114-aec9-2af97973a587/width=450/8637839.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UgLNrmX8~qxt-;WBfQof_3ofWAoft7ofR%WB", "type": "image"}, {"id": 8941248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d62c8a35-ae02-46c1-914f-da62ebe2f3b5/width=450/8941248.jpeg", "nsfwLevel": 8, "width": 960, "height": 1088, "hash": "UPKB8qxu~qs:_3a|xuof-;ofIokCadRjNGof", "type": "image"}, {"id": 8950046, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39a3a231-4c91-4524-bf4a-142a1070d87d/width=450/8950046.jpeg", "nsfwLevel": 8, "width": 960, "height": 1088, "hash": "UXKKvZxu~qxu?vWBoLjZ-;oeRPkC%2a|f+ay", "type": "image"}, {"id": 8950527, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4cc3afa-e223-435c-a7e3-d74acc93e9ca/width=450/8950527.jpeg", "nsfwLevel": 1, "width": 960, "height": 1088, "hash": "UUHf6it7o}sB_NbbSie.k=WBxtWBS$son$kC", "type": "image"}, {"id": 8950607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5272726-f107-429c-a10b-51a5a751bbd2/width=450/8950607.jpeg", "nsfwLevel": 1, "width": 960, "height": 1088, "hash": "UYHo8:oz?HjF~WkCWXjY%gt7j?WBofWBRjRj", "type": "image"}, {"id": 8950673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91b0f1e4-e270-4992-a70a-031121147ff9/width=450/8950673.jpeg", "nsfwLevel": 1, "width": 960, "height": 1088, "hash": "USGI_-yD%gt7~WofM|jE%#aen$WBtlW;aLWV", "type": "image"}, {"id": 8950772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f02f0005-a00d-4dc6-97c5-79804409b41b/width=450/8950772.jpeg", "nsfwLevel": 1, "width": 960, "height": 1088, "hash": "UQGSWGNH-;aL?^ofS5o0%#R*RjayTKofs.of", "type": "image"}, {"id": 10052865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2b89142-4723-4723-bfbe-9f909330c8a3/width=450/10052865.jpeg", "nsfwLevel": 8, "width": 832, "height": 1152, "hash": "UMDvvKtRpItR_NkCtljZpIaea0WBozayWBfk", "type": "image"}, {"id": 10052960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0648d33-553d-4962-b2b6-77733352745b/width=450/10052960.jpeg", "nsfwLevel": 16, "width": 832, "height": 1152, "hash": "UTFY=St8Nwt7_Nj[kXj[Xnaer=aekCj[V@kC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/412864", "modelId": 362720} \ No newline at end of file diff --git a/datasets/metadata/413078.json b/datasets/metadata/413078.json new file mode 100644 index 0000000000000000000000000000000000000000..388679224cd4f9ea84ad4ce5d16b54f783700dd6 --- /dev/null +++ b/datasets/metadata/413078.json @@ -0,0 +1 @@ +{"id": 413078, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-27T01:31:27.411Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 213, "ratingCount": 0, "rating": 0, "thumbsUpCount": 42, "thumbsDownCount": 0}, "files": [{"id": 335214, "sizeKB": 41230.2119140625, "name": "Tomoe_Kusunoki_MenageTwins.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-27T01:25:48.555Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1A90D70C", "AutoV2": "4FBFC21644", "SHA256": "4FBFC2164493AECE86F4F6E8EE770C58AF37F8DFEF628C141257A70D47165142", "CRC32": "C67FA6E8", "BLAKE3": "EFE2EAC63E1667148BD8E0F0098B65B002A648857ACA116831018F10B31E7C90"}, "downloadUrl": "https://civitai.com/api/download/models/413078?type=Training%20Data"}, {"id": 335213, "sizeKB": 22253.42578125, "name": "Tomoe_Kusunoki_MenageTwins-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-27T01:26:15.122Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2AC68C88", "AutoV2": "AF988D2539", "SHA256": "AF988D25398AE647D32C384F71CC2C7B2E53EED4EDD9BD88276CF601D67C3582", "CRC32": "BE746A0A", "BLAKE3": "FEA0E350F525E91A59FAFDAB959938B7D745D60DF7B5E4509E6278C75971095D", "AutoV3": "2694BD8EEAC3"}, "downloadUrl": "https://civitai.com/api/download/models/413078", "primary": true}], "images": [{"id": 8627163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ad67209-0974-4551-a228-d39040e3b6e0/width=450/8627163.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UND9C,of0MRk};oe0zWBVraykWjsIray-pof", "type": "image"}, {"id": 8627164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b74a1460-5681-4a39-8cab-9baf20db840a/width=450/8627164.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UND9C+of0MRk};oe0zWBVraykWjsIray-pof", "type": "image"}, {"id": 8627429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a9aa7dd-503c-435c-8d88-d39b5a42e0b9/width=450/8627429.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHFE_^$*0057h{Rj9|oz_LXRR9R54pRj-;tR", "type": "image"}, {"id": 8627797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3e60904-7e39-4404-ad4d-7ab0b6982268/width=450/8627797.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDM$[6pJ02%M00nM00H?01Iq^+-;~qS4M|nj", "type": "image"}, {"id": 8628110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f880a90-d595-4ffd-8212-6e1ea3932bc1/width=450/8628110.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UUL:yI~q0#xu4nIoIps:9as:xuWra}-p%MkC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/413078", "modelId": 369723} \ No newline at end of file diff --git a/datasets/metadata/413518.json b/datasets/metadata/413518.json new file mode 100644 index 0000000000000000000000000000000000000000..18e69c5b9ffa7cc3c1f166fee716c8e061b25dc3 --- /dev/null +++ b/datasets/metadata/413518.json @@ -0,0 +1 @@ +{"id": 413518, "index": 0, "name": "anime s1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-27T09:26:38.300Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["kouta, (purple eyes:1.1), black hair, male focus,", "shirt, long sleeves, white shirt, short sleeves, open clothes, pants,"], "stats": {"downloadCount": 95, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 335636, "sizeKB": 443275.830078125, "name": "elfen lied kouta s1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-27T09:30:45.047Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EFF30357", "AutoV2": "705C05560A", "SHA256": "705C05560A937D6A5B912B19A2C867BEE1CD3A933501FE320019EAA2039A7492", "CRC32": "1F1119A8", "BLAKE3": "752F40A7786957929D7F54B7D9D236B71549AC175EBA3B142740DAD9EBF52B50"}, "downloadUrl": "https://civitai.com/api/download/models/413518?type=Training%20Data"}, {"id": 335633, "sizeKB": 36988.3828125, "name": "elfen lied kouta s1-lora-nochekaiser.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-27T09:21:11.700Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C92F1A6A", "AutoV2": "589A759FB0", "SHA256": "589A759FB08FF5E37FDDE2E6748B0A666518720562250DDAA0D08133700C0A7E", "CRC32": "8DD3BBF2", "BLAKE3": "17CD2CE336ECFC919DFE8BA4F40A2481D0D7C536EC3DD5EBB8591492C6E72AEF", "AutoV3": "25D9B7451C02"}, "downloadUrl": "https://civitai.com/api/download/models/413518", "primary": true}], "images": [{"id": 8643573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d315815-f962-4ba9-a63a-3f67ff39488c/width=450/8643573.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UNIhT=00D}-p~p01%N%M9GSb%4kCbds.adnl", "type": "image"}, {"id": 8643571, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99638759-0ade-42d7-893c-98112cf2826e/width=450/8643571.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "ULH2QG4V4mM|-.t7M{Rj00kB_4t7IpRjxtfm", "type": "image"}, {"id": 8643575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5d65047-b631-43f0-8e83-8a57cdcd9891/width=450/8643575.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UKE{X[009W%3x;RPyDnhD#M}_4D$%OV?WERi", "type": "image"}, {"id": 8643572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec45e893-c8b2-4fca-bb8f-9da284da42a0/width=450/8643572.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UWH27p~pbnx[%g-;x]xu4:WH-?xuWYa#t6j@", "type": "image"}, {"id": 8643574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f18845ca-94fe-4922-a082-46e5a320e4ca/width=450/8643574.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UKH-}q^+00j=4,xu~X%24-of?bt7?vozIUoe", "type": "image"}, {"id": 8643577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cbf2190-0860-4be8-b60d-51c13324b6b4/width=450/8643577.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UAHxc|0000%e0w,s4:.SxS00~X-=?wIoxA%3", "type": "image"}, {"id": 8643576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41aa0e54-225c-474d-b0cf-72ad26d708c9/width=450/8643576.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UUHBD99uxTWC~BIq%2WCt6NGxaRjtRRjjYs:", "type": "image"}, {"id": 8643578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c93099d2-0f40-4da3-941c-6485e7ac634c/width=450/8643578.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UJF=,Y004-xw_L8_x^ohR*IA-=Rn%OWARkRP", "type": "image"}, {"id": 8643580, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e0d097b-9ce4-4b8a-8db4-d590b25cb4b2/width=450/8643580.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UYIOX{00IS-;~p9Fx]ofRPR$xvWBNGt8adoK", "type": "image"}, {"id": 8643579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ab473b2-2306-41f4-ae7d-788eb258ff61/width=450/8643579.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UFH1_O0000~X,lE4~WsA00%N~WD$tSsSt7M{", "type": "image"}, {"id": 8643582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/758d10b6-4538-4de1-a635-113eae2f5bbd/width=450/8643582.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UNIh23~A00-6Dg%0~W%14-kB?bkC-;s:M{WC", "type": "image"}, {"id": 8643581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5e1c47b-41ba-4beb-834d-a0aff3b77b2f/width=450/8643581.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UDHx1-0P00NYis9a-;Ip00M_~qnjNzoet7xt", "type": "image"}, {"id": 8643583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa14dbd1-412b-4ccc-b703-d9e74b31c55c/width=450/8643583.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UPHK^O4oW+Rn~TD*xvM|t5Rjs=Rj%NV?agfP", "type": "image"}, {"id": 8643584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81712aad-a8d8-48c6-9cb7-4945a243dec6/width=450/8643584.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "ULG8o|01EIsq~o9G%MRlE2In%3WCW@M_t7j?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/413518", "modelId": 370148} \ No newline at end of file diff --git a/datasets/metadata/41362.json b/datasets/metadata/41362.json new file mode 100644 index 0000000000000000000000000000000000000000..1138d281e14a52eca2e9f8e48b5dfb1ed95e9ada --- /dev/null +++ b/datasets/metadata/41362.json @@ -0,0 +1 @@ +{"id": 41362, "index": 0, "name": "v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-10T01:56:35.828Z", "availability": "Public", "nsfwLevel": 3, "description": "Trained with 138 images of Mano Aloe. Works at weight 1. Download the dataset if you're interested.
", "trainedWords": ["mano aloe", "shirt, skirt, sleeveless, mismatched legwear", "horn ornament"], "stats": {"downloadCount": 900, "ratingCount": 148, "rating": 5, "thumbsUpCount": 167, "thumbsDownCount": 0}, "files": [{"id": 31899, "sizeKB": 192401.15625, "name": "aloe-dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-10T02:02:40.060Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "85FCF575", "AutoV2": "33358F6A7B", "SHA256": "33358F6A7B4028B944E821467E97F275E3CD45BE9B6DA50F3379F39D620D19D6", "CRC32": "E9A8D62F", "BLAKE3": "7D2434565BC105F24BB0F235DCD96F76B9E4BE926A07336C28B610FFD2A39747"}, "downloadUrl": "https://civitai.com/api/download/models/41362?type=Training%20Data"}, {"id": 31897, "sizeKB": 18552.8564453125, "name": "aloe-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-10T02:02:08.353Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "B083EF3F44", "SHA256": "B083EF3F447CF089BB03C2E94CE639EF3CCD1DC0ACF62E9D6E3542C49886FB05", "CRC32": "145961DC", "BLAKE3": "B5B58478CE4024DEC2B7462F274A597C81C270630E202DB4EEFE502EEA3A5589", "AutoV3": "DC62DCCF66E9"}, "downloadUrl": "https://civitai.com/api/download/models/41362", "primary": true}], "images": [{"id": 455951, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5eff56fd-9a96-4272-a95d-b02e47794800/width=450/455951.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZF#%WxaS2of0LRk9ZWB~Wj[j[oMIUj?jFof", "type": "image"}, {"id": 455952, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df14ff75-74fd-4533-e45c-cb42e296a200/width=450/455952.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdHUUz%2E1xZ~WxuM{V[-;t7ads:WYRkM{Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/41362", "modelId": 35099} \ No newline at end of file diff --git a/datasets/metadata/413644.json b/datasets/metadata/413644.json new file mode 100644 index 0000000000000000000000000000000000000000..ce262c786c9f9f030201491a7e2ce1be1b35952e --- /dev/null +++ b/datasets/metadata/413644.json @@ -0,0 +1 @@ +{"id": 413644, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-27T11:21:42.858Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 297, "ratingCount": 0, "rating": 0, "thumbsUpCount": 63, "thumbsDownCount": 0}, "files": [{"id": 335756, "sizeKB": 39629.1611328125, "name": "Ruri_Kurumizaka_Imaizumin.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-27T11:27:02.506Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A363E379", "AutoV2": "451B67473E", "SHA256": "451B67473E88406F403807B8E3EDA2E7F7C373E007922E7F744688E88DE66226", "CRC32": "59249595", "BLAKE3": "6A3B6B1EBA1DF9E5A34A6A4E6B627907ED3544FBC71A0E141C6022EA6FE5B187"}, "downloadUrl": "https://civitai.com/api/download/models/413644?type=Training%20Data"}, {"id": 335755, "sizeKB": 22259.95703125, "name": "Ruri_Kurumizaka_Imaizumin-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-27T11:27:02.045Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B7DD2F0D", "AutoV2": "8909DC25D9", "SHA256": "8909DC25D97DCC6CBBD879B4C04FDF45CD54BDF3CE55FE144B574F2306755E5B", "CRC32": "90A1F4E7", "BLAKE3": "CF26A360F5500FF145BF6DB228F22BABFC98974A5FF52CDDAD7F394FD5CA22F1", "AutoV3": "D37461A6802F"}, "downloadUrl": "https://civitai.com/api/download/models/413644", "primary": true}], "images": [{"id": 8647672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c964c78-e1a9-4f48-b71b-d7aed12f15ec/width=450/8647672.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULQl,z%MTexu%Lof.8kCo~kCwyj[_NWBxaoL", "type": "image"}, {"id": 8647729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d2dccf6-63b5-4775-8dd3-f27eb6e24330/width=450/8647729.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULQvRR%MTexu%Lof.8kCo~kCwyj[_NWBxaoe", "type": "image"}, {"id": 8648015, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8e0b601-db21-4e78-89ec-9bd7293cc58d/width=450/8648015.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBOM:800*0%M?asl9}EM00R+-pxZ?vxuRPD%", "type": "image"}, {"id": 8648189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12cc6ca2-e464-44c9-941a-d1a564e62d91/width=450/8648189.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZO3nS_Nx]x]Rjt7E2xa4.%2nioe_3WBM{j[", "type": "image"}, {"id": 8648452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81ad112c-ee8f-4ce8-ba56-3f6bacc13bd7/width=450/8648452.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "ULKKD_-;0f%M009G00ni01%M^*Sh~poLtRt7", "type": "image"}, {"id": 8698523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c27c82af-e35f-4b8a-b4ce-3ca6e90ef097/width=450/8698523.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U4J@aw=|00_N_29Z0fnN}9^+00RP00^j:i9Z", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/413644", "modelId": 370262} \ No newline at end of file diff --git a/datasets/metadata/413669.json b/datasets/metadata/413669.json new file mode 100644 index 0000000000000000000000000000000000000000..5d2499e4bfc80b7cb3bfd741807c67a3723570a4 --- /dev/null +++ b/datasets/metadata/413669.json @@ -0,0 +1 @@ +{"id": 413669, "index": 0, "name": "Arcueid Brunestud | Tsukihime", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-27T12:46:41.972Z", "availability": "Public", "nsfwLevel": 7, "description": "120+ images
", "trainedWords": ["1girl, solo, arcueid, blonde hair, short hair, red eyes, sweater, white sweater, necklace, pleated skirt, blue skirt, leggings, (black leggings:1.2), boots, brown boots,v1.0
", "trainedWords": [], "stats": {"downloadCount": 245, "ratingCount": 0, "rating": 0, "thumbsUpCount": 52, "thumbsDownCount": 0}, "files": [{"id": 336011, "sizeKB": 115787.552734375, "name": "413931_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-27T15:10:41.139Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "96C5D591", "AutoV2": "54B9B01A68", "SHA256": "54B9B01A6874239B96596BB99D816694A0D20BFA8C693C68106CE4BE2C16BDAF", "CRC32": "2310D8A5", "BLAKE3": "B9E62BB34543F2C6F6C4C49669A9B8A2ECB36BCAE1F6A92DE2E1FC38F711525C"}, "downloadUrl": "https://civitai.com/api/download/models/413931?type=Training%20Data"}, {"id": 336116, "sizeKB": 223104.80859375, "name": "Furry_Mare_lora-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-27T16:25:52.192Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8FDE4DBE", "AutoV2": "AEEC456CD3", "SHA256": "AEEC456CD384B9502E372816E6619211148770CB1DE8CF05E147BA6EAF28ED1B", "CRC32": "EEFA22AE", "BLAKE3": "31AEC365F31C248BE614A72498A125E580564999C15A0694BB46FB5014CC8E0F", "AutoV3": "43C07799A3D7"}, "downloadUrl": "https://civitai.com/api/download/models/413931", "primary": true}], "images": [{"id": 8660654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61be1983-e1d1-4ac4-88ce-08fadf3c8da5/width=450/8660654.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBBC=Ixv^k$*.8~WozIo?H?bWVjZ_3%NxuWB", "type": "image"}, {"id": 8660832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a4d0535-39d8-4ce2-a77a-348cfe20dd27/width=450/8660832.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U6AmVg4m00?v~WE1MwkWE2R+oIn#Rjxus:V?", "type": "image"}, {"id": 8660809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daf12a0e-0c2c-4cfd-a9ac-7cac336f1012/width=450/8660809.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U996]y-U4oE2~Vof0LIp%Ms.D*$$XANHM{oe", "type": "image"}, {"id": 8660720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73567cdc-a04a-4533-aca7-d7bf1551a5e5/width=450/8660720.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGHK,|~V0LNf4:Rk9akX9GbHxtIAwas8t6xD", "type": "image"}, {"id": 8660764, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44a807cd-282c-488d-be8c-7e4f3eacb788/width=450/8660764.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGD+YwR*D%~VJVfk-pI;9FRk%ME1IUE1R*oI", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/413931", "modelId": 370523} \ No newline at end of file diff --git a/datasets/metadata/413940.json b/datasets/metadata/413940.json new file mode 100644 index 0000000000000000000000000000000000000000..09cf316b12ac4a28fb449ef8f39f40bd1cc888fc --- /dev/null +++ b/datasets/metadata/413940.json @@ -0,0 +1 @@ +{"id": 413940, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-27T15:28:52.427Z", "availability": "Public", "nsfwLevel": 33, "description": null, "trainedWords": ["jennmcc"], "stats": {"downloadCount": 368, "ratingCount": 0, "rating": 0, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 336024, "sizeKB": 176978.33203125, "name": "jennmcc.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-27T15:21:11.504Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9C241088", "AutoV2": "A25F6022C0", "SHA256": "A25F6022C0299E7240CD80B3A5ACFCC8B826638024B957DAA6F6A3823D8CB61C", "CRC32": "70C25542", "BLAKE3": "67ABF89605FD532255EF102743DED58A07FB11A64970645CF3070B0124C6A28E", "AutoV3": "92B9CC488D73"}, "downloadUrl": "https://civitai.com/api/download/models/413940", "primary": true}, {"id": 336225, "sizeKB": 29221.2548828125, "name": "jennmcc.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-27T17:47:03.173Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F7AE5E8D", "AutoV2": "8939A9411C", "SHA256": "8939A9411CC830E4E23DF5D50773DC2AEE175C44CC5013C69CDE41E6BEC2881C", "CRC32": "509EB878", "BLAKE3": "4BD1229C31C5B4450894C22D803F94AE8604A51111F07504F3EA8E2CAFE4C4DA"}, "downloadUrl": "https://civitai.com/api/download/models/413940?type=Training%20Data"}], "images": [{"id": 8656832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbad6e0e-1c54-44dc-8502-9edfa0a6a04d/width=450/8656832.jpeg", "nsfwLevel": 32, "width": 960, "height": 1520, "hash": "UHK0]A%1u6xuF}XT-=o#%#ozMyV@%2WYnNt7", "type": "image"}, {"id": 8656830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8cf9348-5e31-4715-9f35-d9b845adda9b/width=450/8656830.jpeg", "nsfwLevel": 1, "width": 768, "height": 1216, "hash": "UBHd:B~9A[~V#PSiK79a22j]VX9aR%nhnNf,", "type": "image"}, {"id": 8656829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b5df4ea-ff6b-4af5-864c-7af11db6e01e/width=450/8656829.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UBHxA}V??]9anK4.T0IU16R.H?ofNFM|xbt5", "type": "image"}, {"id": 8656833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c2e0b91-317e-4871-81b9-0a5c2dc3af70/width=450/8656833.jpeg", "nsfwLevel": 1, "width": 960, "height": 1520, "hash": "UDH-uvMwOr_4R*%gt-^*yEIU$%E2?vM{-7Io", "type": "image"}, {"id": 8656837, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/991d9c52-7530-4e35-8ea3-ad28a9438f83/width=450/8656837.jpeg", "nsfwLevel": 1, "width": 960, "height": 1520, "hash": "UOIXT;NHX--;.8W=tlt7.Toft7t7.8R*s:W=", "type": "image"}, {"id": 8656831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e09bcca-cfbc-4c3b-806a-ede9c6812694/width=450/8656831.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "UDEL+@rFP3pc~poKFyOEpdO=IDR6AaR--9ic", "type": "image"}, {"id": 8656835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb5689e2-ee9a-4d5a-9d75-6a9facf9a5ce/width=450/8656835.jpeg", "nsfwLevel": 1, "width": 960, "height": 1520, "hash": "UAC$M^=D5RNb~AxCSOoM0MtRVtNfE2x]M{EM", "type": "image"}, {"id": 8656836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c60fefb9-c721-45ee-9ce3-0e148b741b16/width=450/8656836.jpeg", "nsfwLevel": 1, "width": 960, "height": 1520, "hash": "UEA]vxtnt9%3~BfmsD-VEKxAnMw[5Q$wVqM_", "type": "image"}, {"id": 8656834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90ae0076-e11b-49fd-a237-db37c363b21a/width=450/8656834.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "U9FE[i_11JE3~RJDi]R50iRPrX9uEKV@%1xt", "type": "image"}, {"id": 8656828, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ea56357-78a6-471a-9015-c7f72621fe58/width=450/8656828.jpeg", "nsfwLevel": 1, "width": 848, "height": 1128, "hash": "U4I4O%D40r[S00K+rp4nOs~X+GEz0MD$%g00", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/413940", "modelId": 370535} \ No newline at end of file diff --git a/datasets/metadata/413974.json b/datasets/metadata/413974.json new file mode 100644 index 0000000000000000000000000000000000000000..460abad2d2ee81b6d10e3fb0002d7b78e04c83b0 --- /dev/null +++ b/datasets/metadata/413974.json @@ -0,0 +1 @@ +{"id": 413974, "index": 0, "name": "Easter Eggs", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-27T16:33:12.731Z", "availability": "Public", "nsfwLevel": 1, "description": "Beautiful Easter eggs
", "trainedWords": [], "stats": {"downloadCount": 28, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 336117, "sizeKB": 223098.80078125, "name": "Easter_Eggs.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-27T16:25:53.354Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E9ED540E", "AutoV2": "9365CCDFBF", "SHA256": "9365CCDFBF1E0F03F721169DF2E99179871BF596609C7D5DD49E84471F16F649", "CRC32": "C1CA483C", "BLAKE3": "423F3DCB204C1EA23AE71AE718CB803B4CCF1FD0AB8F7551D3F5885570A8C90E", "AutoV3": "65905E529380"}, "downloadUrl": "https://civitai.com/api/download/models/413974", "primary": true}, {"id": 336055, "sizeKB": 3672.462890625, "name": "413974_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-27T15:41:17.668Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2E4F101E", "AutoV2": "33256993D0", "SHA256": "33256993D0BB8ADAFC800D8E664F4504578DF2EC0C0E8C3C368A90242FA999E5", "CRC32": "D121131E", "BLAKE3": "B41AD44D15A02DE86519E1E0693239DC8168C3B66BD529025B19773F2F1E2F15"}, "downloadUrl": "https://civitai.com/api/download/models/413974?type=Training%20Data"}], "images": [{"id": 8660161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56ae746b-9d58-45ce-8325-5a7fd98f4859/width=450/8660161.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UQLp,It8IArs_NIqD%S6IuNLe?%0OTSis:sQ", "type": "image"}, {"id": 8660159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da5a3497-0ee2-466f-8294-9df496ef184c/width=450/8660159.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UIL3$2kWISRU~pW[R5r;9JtPbIg5%L-TxtIo", "type": "image"}, {"id": 8660164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fc9e70d-f114-4dbb-9972-0a9559ec4ec2/width=450/8660164.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPKAm9~BwYeV~pbxMynga0V@sq%J,:xbOYxt", "type": "image"}, {"id": 8660162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1f8e31b-3fe8-41c8-81b6-87041947291e/width=450/8660162.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEJk4F~VInvy.NWsIYxo00nNM|k=0KIV^jsX", "type": "image"}, {"id": 8660168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddde6139-9b31-482b-920a-f0c4c25badff/width=450/8660168.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPLyi}^jnTR6~Cx[9sjGV[n#V{RkbB%2oyn-", "type": "image"}, {"id": 8660166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97e7ad80-20d0-46c6-8ee4-693af8e9fdea/width=450/8660166.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDK]i*0N0c?s=gO8Ips;RiIr}_Mf^jM{S^%L", "type": "image"}, {"id": 8660165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0773953-9e82-41f8-8ab5-acf443815d7e/width=450/8660165.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHMiBKaKD5EL~WEL4:%fotMy9}tQ%h$k#nJ6", "type": "image"}, {"id": 8660167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/430e24ee-100b-4ad6-9de1-d2666f10a08a/width=450/8660167.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMGJQ2IqQr-o*8R%8~ofrLRS9ss;M{V_%KS%", "type": "image"}, {"id": 8660169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e22644d2-3061-47a6-9249-d1f1eecb050f/width=450/8660169.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UNI=n~_JrKVc~o%KnNjuvrxsxB%K=~tix@xa", "type": "image"}, {"id": 8660170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bf61aff-c6b0-4797-ae46-e306926b3999/width=450/8660170.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDHL^j~SzYwQy--:^5%cDRy6BNE1E[--?ann", "type": "image"}, {"id": 8660172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffc02a1f-c14b-4100-a261-33f5eccd9049/width=450/8660172.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAGSJW01mA_KKgNaIB?Fqo%dSv4:MMIqAn9G", "type": "image"}, {"id": 8660171, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2bab144-9774-43d2-8242-0108f55d8cec/width=450/8660171.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "ULLL8=xFD*-p~US39aSeTc$%iww^X,K5Egw_", "type": "image"}, {"id": 8660175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75730d9c-1f44-4392-a064-f605a684be19/width=450/8660175.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBJ~N0}?29IZ~A=xN0rrp1^74;1I5+ExxaR%", "type": "image"}, {"id": 8660173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ad0feb0-9d15-4542-8cf1-7fb89b9894b5/width=450/8660173.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "URL1qqIoNF-o}uNGM{-UX9wya1J7jJNws.RQ", "type": "image"}, {"id": 8660177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85775769-eded-4260-841b-708a6e15b466/width=450/8660177.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOGb-lnSMdov^-ShMxxYV~WAD*RjbdxanPV_", "type": "image"}, {"id": 8660174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffaf4632-0fdf-4935-8847-f126d5853e15/width=450/8660174.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOI5Pt^+VqRP~o%LskVs%eohM|I;s:t3bfX9", "type": "image"}, {"id": 8660178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/507b437e-c1cd-4ad4-9d5f-ade4678327ea/width=450/8660178.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCH-[fN68wt0~M%45Y9YD|IXK7x]GtS#Qmn4", "type": "image"}, {"id": 8660179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bd71f14-7ee5-4d69-898e-c09feca80ebb/width=450/8660179.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEN9Ri^rrl=#=#Iw9}%2wu9v%A-nGMD.}[XM", "type": "image"}, {"id": 8660180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/962229fe-e867-4c81-a14e-73f344ad3c97/width=450/8660180.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFL3.6WJ00^$_Lt8DiRiMeS}9uRh}hIc5ut2", "type": "image"}, {"id": 8660181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51ed8e6c-a113-4ca7-82ef-ed9efaa641b5/width=450/8660181.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPM~,*^*RCnV_M%cjJRnX:Rps6xntTo5xljw", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/413974", "modelId": 370563} \ No newline at end of file diff --git a/datasets/metadata/414023.json b/datasets/metadata/414023.json new file mode 100644 index 0000000000000000000000000000000000000000..0229171859cb4bd991e66145021ef4d6cf0c2e67 --- /dev/null +++ b/datasets/metadata/414023.json @@ -0,0 +1 @@ +{"id": 414023, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-27T16:16:49.821Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 282, "ratingCount": 0, "rating": 0, "thumbsUpCount": 58, "thumbsDownCount": 0}, "files": [{"id": 336104, "sizeKB": 37133.5556640625, "name": "Risa_Hamazaki_Imaizumin.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-27T16:10:51.727Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C045B4AE", "AutoV2": "AA483D2A97", "SHA256": "AA483D2A97D0149E28577EA826E29D43C60FC8E094AE3BD12FEC4A9AF6724809", "CRC32": "0DC27E76", "BLAKE3": "0BF5137D05ED4FDF37F05021E187C8642AB5A458181AB38AA2C5638A54D5C3BE"}, "downloadUrl": "https://civitai.com/api/download/models/414023?type=Training%20Data"}, {"id": 336105, "sizeKB": 22256.71484375, "name": "Risa_Hamazaki_Imaizumin-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-27T16:11:17.211Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "25429651", "AutoV2": "9982A66CA2", "SHA256": "9982A66CA2AA3AE89DAC06AA1578373A3A963521300014708BDB59DBF19C236B", "CRC32": "FA60C28A", "BLAKE3": "C6A0AE67D83AC9B2AE885617F396AAC355CCE362AE499FB3F950770487017B49", "AutoV3": "1337729753DD"}, "downloadUrl": "https://civitai.com/api/download/models/414023", "primary": true}], "images": [{"id": 8659702, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59484b2b-fd7f-4ddf-bdfc-582b4eefb8f3/width=450/8659702.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPPF[yD*yE%ME2V@?wWB?vxuxGW;.8Rj$fxu", "type": "image"}, {"id": 8659701, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34f0abbf-e1df-496e-9d37-e6a525c592e8/width=450/8659701.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPPPZQD*yE%ME2V@?wWB?vxuxGW;.8Rj$fxu", "type": "image"}, {"id": 8659885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba619f89-dbd7-48fa-8ea5-689762757d51/width=450/8659885.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNOW82ohkqV@.7IA?wIp4.xa?Hxa_3NGMxWV", "type": "image"}, {"id": 8698238, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6c40606-b81c-41a5-9166-b4ae8dd18c31/width=450/8698238.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UtK12dt6tQoL~WV@X8WBo#WCt8j[IVWBxakB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/414023", "modelId": 370603} \ No newline at end of file diff --git a/datasets/metadata/414192.json b/datasets/metadata/414192.json new file mode 100644 index 0000000000000000000000000000000000000000..e9c514f473cd508e63372f5dfd7a4bf0d8850e71 --- /dev/null +++ b/datasets/metadata/414192.json @@ -0,0 +1 @@ +{"id": 414192, "index": 0, "name": "Dingo", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-27T18:28:23.234Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 27, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 336289, "sizeKB": 36977.8359375, "name": "Dingo-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-27T18:32:30.969Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "954AEAD2", "AutoV2": "DDC582ED2C", "SHA256": "DDC582ED2CE825A0AE2C2484F9A764D0333DD2E48978644EE7F965F425C914F5", "CRC32": "4FAA3DF8", "BLAKE3": "45FE9A8B0FF2273A61D2491644DDEBBEFD89A8B6ED0A7DB75230E6FAEEEE82F4", "AutoV3": "084D5ADA441F"}, "downloadUrl": "https://civitai.com/api/download/models/414192", "primary": true}, {"id": 336252, "sizeKB": 404.41796875, "name": "414192_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-27T18:00:42.712Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "10021FFFB0", "SHA256": "10021FFFB01CA70CCA8A7D2B377DCDC9FD1AEFD00122E73B034B27ECA0E233A8", "CRC32": "DAA20BAB", "BLAKE3": "47E2FE2F8495245CEBADA43515486242A2C6397B3BBEB3A255DD2E224DDA957D"}, "downloadUrl": "https://civitai.com/api/download/models/414192?type=Training%20Data"}], "images": [{"id": 8666583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b609416-5adc-4833-ba27-0a74d898470c/width=450/8666583.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UPC6}.E2yER4tpkYWBoI9$o}M_%2k[WC%2M{", "type": "image"}, {"id": 8666586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59e18eb7-6efb-4fbd-b6aa-778ef7c88b1d/width=450/8666586.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UQC6}.D*x^ROtpo~WBn}EAtSM_%2pLRlxuRi", "type": "image"}, {"id": 8666581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb1ec0eb-e552-4a89-b80e-c0dd1f2d68ca/width=450/8666581.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UOB|dLE3yER4tpkrWBoH9hkWMw%2pLV]%2M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/414192", "modelId": 370758} \ No newline at end of file diff --git a/datasets/metadata/414342.json b/datasets/metadata/414342.json new file mode 100644 index 0000000000000000000000000000000000000000..811f66d652ddb3c60698d50162c2b30fc604245f --- /dev/null +++ b/datasets/metadata/414342.json @@ -0,0 +1 @@ +{"id": 414342, "index": 0, "name": "v1.5", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-28T00:06:29.937Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["maryElizabethXL"], "stats": {"downloadCount": 566, "ratingCount": 0, "rating": 0, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 336400, "sizeKB": 176978.29296875, "name": "maryElizabethXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-27T19:50:38.933Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "900D0C14", "AutoV2": "4E145CBC1A", "SHA256": "4E145CBC1A357FBDB2B1EF70CDD2A6AE4CEF2C40200DE146F52C879BFD309B03", "CRC32": "B7484817", "BLAKE3": "7A3D39E3BF1985CD3CEB4369B7F4C8B42815E1E714D1B6A87FB501A10F91528C", "AutoV3": "3A139D0D9FDA"}, "downloadUrl": "https://civitai.com/api/download/models/414342", "primary": true}, {"id": 336413, "sizeKB": 57316.7177734375, "name": "maryElizabethXL.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-27T20:01:18.856Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D0E75310", "AutoV2": "18A8D8BF2E", "SHA256": "18A8D8BF2EBD2D560F518D81B508CD5CC0FFDDE502C33557585646D6CCF7BF86", "CRC32": "62C1C86F", "BLAKE3": "FF6102959E589E68596859FAFED34DF4752A151D9765862BBA18647473739C5A"}, "downloadUrl": "https://civitai.com/api/download/models/414342?type=Training%20Data"}], "images": [{"id": 8670708, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/895ee8da-b704-486a-9dd8-dd4e3b3af55a/width=450/8670708.jpeg", "nsfwLevel": 1, "width": 832, "height": 1152, "hash": "UMD9k%$%t6oc~Ws8ozoz?Zaesmt7^+WBRjt6", "type": "image"}, {"id": 8670704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce07f779-f6eb-4f36-bafb-86261486c988/width=450/8670704.jpeg", "nsfwLevel": 1, "width": 832, "height": 1152, "hash": "UAEL8C0d0y}]HspHWU$+oyeo-:E19s-Ct6%L", "type": "image"}, {"id": 8670706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d241f85-0822-4957-abb0-a1b029a649d6/width=450/8670706.jpeg", "nsfwLevel": 1, "width": 832, "height": 1152, "hash": "UCB3yni_.lg1?uaK%fS14nofDi%2D%oIIB%2", "type": "image"}, {"id": 8670703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d651eabc-eed9-4489-b1ab-d436fccbd5fa/width=450/8670703.jpeg", "nsfwLevel": 1, "width": 832, "height": 1152, "hash": "UKCGfBt-%#?v~qo#?a-p_2kD%Lt6-:R+tSof", "type": "image"}, {"id": 8670705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7afb83b-02fe-4f9b-9839-1c9ed93dacdd/width=450/8670705.jpeg", "nsfwLevel": 1, "width": 832, "height": 1152, "hash": "UAA]+.ROKh%1~UxZbYtQ4:tQ-UWBI.t7%2Rj", "type": "image"}, {"id": 8717029, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f506cd8-6956-419d-9a2c-cc941b7070b3/width=450/8717029.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2304, "hash": "U69H2{IT%K?w5SxuInog9ZX9$LM{?HbIaeWA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/414342", "modelId": 301082} \ No newline at end of file diff --git a/datasets/metadata/414362.json b/datasets/metadata/414362.json new file mode 100644 index 0000000000000000000000000000000000000000..ebacda3819685a43182ddba6e2fc534e9cc2648e --- /dev/null +++ b/datasets/metadata/414362.json @@ -0,0 +1 @@ +{"id": 414362, "index": 0, "name": "Lift her skirt (Pony)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-27T20:34:46.517Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": [], "stats": {"downloadCount": 1496, "ratingCount": 0, "rating": 0, "thumbsUpCount": 160, "thumbsDownCount": 0}, "files": [{"id": 336454, "sizeKB": 223102.17578125, "name": "Lift_her_skirt_Pony-000011.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-27T20:35:40.555Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "22309E6E", "AutoV2": "ABF00C8685", "SHA256": "ABF00C86854221CA2DA9892031305B92338DF9FA27684BC691D648D607E9481E", "CRC32": "421D4E89", "BLAKE3": "F8E256D24335E19A4BA2C9C97CCAEEAF71884CD137D8AFA349D4271CAC593E6F", "AutoV3": "CF00987BD20B"}, "downloadUrl": "https://civitai.com/api/download/models/414362", "primary": true}, {"id": 336419, "sizeKB": 24979.4267578125, "name": "414362_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-27T20:05:47.476Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FAFFDCA5", "AutoV2": "3BA7AB8B74", "SHA256": "3BA7AB8B7452F17029FA938AD3E754F419204F2FEC5497BB48FC50035D2D8ED8", "CRC32": "264D18E2", "BLAKE3": "86B7B97333CE2B600F8C03C79298D05A7232CA6C327E2CBA2F468CC302C3FA7A"}, "downloadUrl": "https://civitai.com/api/download/models/414362?type=Training%20Data"}], "images": [{"id": 8676501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/474546c3-6806-43b1-b545-42991da022c5/width=450/8676501.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UAIqGu9H01.T~U%4wHoz5QMw9x-O0~Mc+ZY6", "type": "image"}, {"id": 8673964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/473f3dec-f0f3-45c3-aca9-9104282eced7/width=450/8673964.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U5GRSN~V008w0000sm%#0L?wkWEM4TS2VX%1", "type": "image"}, {"id": 8676255, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0f657ca-83b3-4f67-ae3f-57360210a790/width=450/8676255.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U5BL|o}rE2tP~BD*jFxu0#9bNHkW5SNbxZ-V", "type": "image"}, {"id": 8677096, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9c95494-ba8a-460a-974a-12ac719049f2/width=450/8677096.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGD]SYw{9Zt7E#Rj-9R*u6aeD%ogM_WBE2WV", "type": "image"}, {"id": 8674848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f705217-0cb3-4da0-8c36-54ede88485c8/width=450/8674848.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U5GH-x0703?v~n={RkxsQ+#i9_-V00ro~A4:", "type": "image"}, {"id": 8673266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f35798f-c677-43d9-b2c0-b6a800358d10/width=450/8673266.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCEx|jt701az~Vj?IVD*XR?GE1M|4ot6s:IV", "type": "image"}, {"id": 8673272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4405f6c-18f9-4412-b4d4-4645962345ff/width=450/8673272.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UAE{2#%15Rxu~WIpxZxa9wIpD*t702V[IBRk", "type": "image"}, {"id": 8674855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7b9cb78-d5e8-4735-bd26-4a0a518acb6d/width=450/8674855.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U9JQWfQR9[~q9EEl-;VX0LxZyEIA9}4.9v.7", "type": "image"}, {"id": 8673268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/088db93e-7e9d-4e4d-8dc0-961d2bf1304e/width=450/8673268.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UEDI:#xuDj%#_NRQR5pItRRQ9aX8WU-oozR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/414362", "modelId": 370903} \ No newline at end of file diff --git a/datasets/metadata/414422.json b/datasets/metadata/414422.json new file mode 100644 index 0000000000000000000000000000000000000000..79605818100924200d739c194084af305ddefb03 --- /dev/null +++ b/datasets/metadata/414422.json @@ -0,0 +1 @@ +{"id": 414422, "index": 0, "name": "GENSHI", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-30T01:34:09.042Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 349, "ratingCount": 0, "rating": 0, "thumbsUpCount": 57, "thumbsDownCount": 0}, "files": [{"id": 340186, "sizeKB": 223111.55078125, "name": "GENSHI.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T01:30:41.483Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4FFB26D7", "AutoV2": "2EAF3BF931", "SHA256": "2EAF3BF931126984DB89ADC3902ABE04F603F898A81713D1643C457031CE4097", "CRC32": "A7D5672B", "BLAKE3": "F83D1438B4CD514ED12D030C808B1FA7E0B2C65F7FB700E9AAC4DE8C595C3DF2", "AutoV3": "89E67265CFDB"}, "downloadUrl": "https://civitai.com/api/download/models/414422", "primary": true}, {"id": 336484, "sizeKB": 59519.74609375, "name": "414422_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-27T21:01:45.182Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4A218116", "AutoV2": "6F87BC044A", "SHA256": "6F87BC044A67B22F47A13CF4869E21860FB73A19BC7A368C44C52CF838457514", "CRC32": "121B8DC9", "BLAKE3": "9C651C9086B86C105374E086BB86D134D608CBCC50ED1143AD0AE43A424791EE"}, "downloadUrl": "https://civitai.com/api/download/models/414422?type=Training%20Data"}], "images": [{"id": 8803219, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49f62c75-d142-4edd-afc9-8e8929350156/width=450/8803219.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UQJ#]G-VUwrD|ySN;2rr-:S}E1M|VsWXtkxa", "type": "image"}, {"id": 8803232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f3cf5f5-58f5-40c9-883c-596d4cd9f153/width=450/8803232.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UaJQQvNG?tn6}rSe$l$%#mbHRQ$%xsaK%1af", "type": "image"}, {"id": 8803233, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f82930e-7e48-45b6-8980-327b4619d77e/width=450/8803233.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "USN7Hgv$_#ghxYv#RPozI^$*-5rszVt6X-NI", "type": "image"}, {"id": 8803236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bae76d58-262b-4844-ac17-ea5ef4ed6cbe/width=450/8803236.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UBLW9b[u3YCS7~VY-;EO04O?4T#79*%LlV-p", "type": "image"}, {"id": 8803245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bca4fa6d-6e0a-4d9b-b1e9-4eda71c2febc/width=450/8803245.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "UEJ%Lg-BP;Os?vWVIAn$02oz0LVt$+s:RkW;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/414422", "modelId": 370960} \ No newline at end of file diff --git a/datasets/metadata/414496.json b/datasets/metadata/414496.json new file mode 100644 index 0000000000000000000000000000000000000000..28f082b120fc5016a4752cc9f486cf3626c76452 --- /dev/null +++ b/datasets/metadata/414496.json @@ -0,0 +1 @@ +{"id": 414496, "index": 0, "name": "Breast Expansion Sequence - concept", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-29T00:35:10.638Z", "availability": "Public", "nsfwLevel": 28, "description": "Added trigger words.
", "trainedWords": ["breast expansion", "ass expansion", "overflowing"], "stats": {"downloadCount": 1072, "ratingCount": 0, "rating": 0, "thumbsUpCount": 129, "thumbsDownCount": 2}, "files": [{"id": 338387, "sizeKB": 223099.23828125, "name": "Breast_Expansion_Sequence_-_concept-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-29T00:35:59.814Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8A47E60D", "AutoV2": "7087098356", "SHA256": "7087098356D09D5BB5FAFD734CDCAECD7338957AFC9388027049CB4CF7E85CA2", "CRC32": "E263D0F7", "BLAKE3": "B234FF63B1FE2821652579C5999D30090E82E1DDFF9144790BE22692B87730CD", "AutoV3": "A6F6B8612F44"}, "downloadUrl": "https://civitai.com/api/download/models/414496", "primary": true}, {"id": 336584, "sizeKB": 161.2763671875, "name": "414496_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-27T22:05:50.617Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "5CCA3D775D", "SHA256": "5CCA3D775DC76DE8B662D6128C025E9707219C7F5B7ABC4E331E361327A110FE", "CRC32": "9C76D384", "BLAKE3": "0644BDD088238EB57DC78BA10DC66F263D765FC38C10C34CEB748D9498813D9D"}, "downloadUrl": "https://civitai.com/api/download/models/414496?type=Training%20Data"}], "images": [{"id": 8743555, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9613372-f3c8-423c-916f-a5ceca4feb32/width=450/8743555.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7Iz}01R-UE1OSWCtS57l:+@-pEk.TKQJUIo", "type": "image"}, {"id": 8743557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5162a0c-5676-4b44-bf54-ad41bca74bd7/width=450/8743557.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U8Iz^;1n#k0L}l;e^j9a4Tm+X.Os~qEQI:Ip", "type": "image"}, {"id": 8743556, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ab20774-18f4-4979-a66c-1d4fce2a8ccd/width=450/8743556.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U5Iqly1U=v8_:z[9-p148wTLPW5m~BQ,#7Di", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/414496", "modelId": 371026} \ No newline at end of file diff --git a/datasets/metadata/414505.json b/datasets/metadata/414505.json new file mode 100644 index 0000000000000000000000000000000000000000..32c5b75ca31e9eb58dc3091345612b45dfadcc57 --- /dev/null +++ b/datasets/metadata/414505.json @@ -0,0 +1 @@ +{"id": 414505, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-27T22:31:47.961Z", "availability": "Public", "nsfwLevel": 11, "description": "Basic prompt: luka
.
Put headphones
either in positive or negative prompt for consistency in either way.
default outfit
for vocaloid2 outfit, vocaloid4 outfit
for vocaloid4 outfit.
Outfits' consistency is quite meh tbh, I'd need to make dataset more consistent to improve that.
", "trainedWords": ["luka", "default outfit", "vocaloid4 outfit", "headphones"], "stats": {"downloadCount": 255, "ratingCount": 0, "rating": 0, "thumbsUpCount": 38, "thumbsDownCount": 0}, "files": [{"id": 336556, "sizeKB": 111759.37890625, "name": "luka-ponyxl-kohya3-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-27T21:45:42.023Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BA1AED02", "AutoV2": "B679334725", "SHA256": "B6793347252D40447E27DF97A263C975B3F170B50BD9BA806090668848B5EA35", "CRC32": "88F09129", "BLAKE3": "6FBC8CC1E8D992FEC6A18DD2CD074E19164C5FCC5E11DA89EC869DB84DD4171F", "AutoV3": "EED83B60D222"}, "downloadUrl": "https://civitai.com/api/download/models/414505", "primary": true}, {"id": 336555, "sizeKB": 129551.064453125, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-27T21:45:38.933Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3252711D", "AutoV2": "FA6DAFBD4A", "SHA256": "FA6DAFBD4A07FC7C09F8F385C01F895583E5129A2EDBB1B05BF8E0132F07818E", "CRC32": "7A578782", "BLAKE3": "8BC40A6C6F5D9EE7821E7C236F2AD9B3387BA786909A75FEAFB520470728F8CA"}, "downloadUrl": "https://civitai.com/api/download/models/414505?type=Training%20Data"}], "images": [{"id": 8676860, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c112cde2-f597-4062-8ef9-36c39ebe1ef6/width=450/8676860.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "U7G*A_?bE_r=~C%20e9a00E14-V@01%14:9Z", "type": "image"}, {"id": 8677489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef9d9be3-b6d9-4ed3-8c71-b9e7acc57744/width=450/8677489.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UCIW[;~WK6V{^R?G0{^k00D%00IUi{9a%1r=", "type": "image"}, {"id": 8677622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d14ae3ce-d636-4cd8-844a-4936e87d8687/width=450/8677622.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "UAKANY?GI,~V_4Rj01NH00E1oY%200t7E2IU", "type": "image"}, {"id": 8677040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18fdb049-1768-492e-a13e-0c2a59a413f6/width=450/8677040.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "U5Gak900Ga?H_34:Fs9t00~V009[01cDwJ%1", "type": "image"}, {"id": 8677072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68b3d24c-eeec-45c8-8e00-73ba1f91b390/width=450/8677072.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "UKL|1CNGTx-:~WIpI:xaEMRjn$of%1xaNGRk", "type": "image"}, {"id": 8678597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff691b3f-0305-44bd-b114-29e7b239fdb5/width=450/8678597.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "UBKvsz=_0K4.%M~VRhI:0gE1Szj?IoW:NHM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/414505", "modelId": 371029} \ No newline at end of file diff --git a/datasets/metadata/414939.json b/datasets/metadata/414939.json new file mode 100644 index 0000000000000000000000000000000000000000..24106917534292a9aa383835cb3afb2d68716806 --- /dev/null +++ b/datasets/metadata/414939.json @@ -0,0 +1 @@ +{"id": 414939, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-28T04:01:32.561Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 302, "ratingCount": 0, "rating": 0, "thumbsUpCount": 51, "thumbsDownCount": 0}, "files": [{"id": 336977, "sizeKB": 38659.328125, "name": "Reina_Hamazaki_ImaizuminV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-28T04:05:51.843Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E808A564", "AutoV2": "AF58E863AA", "SHA256": "AF58E863AA187D7258F46554642872F2F4498464D25C513DC5581F1C6816CA56", "CRC32": "6570BDC8", "BLAKE3": "E29E7C9F55167F823FD37B6713A40C77E3EA8E5F6113D49575903B9C8977088A"}, "downloadUrl": "https://civitai.com/api/download/models/414939?type=Training%20Data"}, {"id": 336976, "sizeKB": 22259.82421875, "name": "Reina_Hamazaki_Imaizumin-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-28T04:05:48.836Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6A82721F", "AutoV2": "A15EEB3F12", "SHA256": "A15EEB3F125AA9C3A3ADE9D907AEC5DB1CCF319E2293109447DD8C1DB2C1EA1D", "CRC32": "10B7AE42", "BLAKE3": "36E7D3F635D9A9A613186C762F5026BB162F76E27DEDF2DF802A838BEA69089F", "AutoV3": "B772AF43364A"}, "downloadUrl": "https://civitai.com/api/download/models/414939", "primary": true}], "images": [{"id": 8691944, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52f086b8-6d88-4b75-a7a4-d5834c5c5678/width=450/8691944.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USRo,0%L*0%2$vbH%hj[%gjaMejsx^j]ozbF", "type": "image"}, {"id": 8691943, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28bbaaff-e5ce-4d53-883f-a908937b18b9/width=450/8691943.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USRo,0%L*0%2$vbH%hj[%gjaMejsx^j]ozbF", "type": "image"}, {"id": 8692187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5dd9c2bd-516e-4915-9795-c118c2c2522c/width=450/8692187.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URQvUaV[?w-o~o%MpKW:DhM{xIn$_NxuIURj", "type": "image"}, {"id": 8697991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7065e5e-a705-4cef-b931-3bef77e5bd0f/width=450/8697991.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "URLzX9-pAI4:~Vxu9Zs:579Z%2r=%M-;R+Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/414939", "modelId": 100720} \ No newline at end of file diff --git a/datasets/metadata/415054.json b/datasets/metadata/415054.json new file mode 100644 index 0000000000000000000000000000000000000000..93f2a3b60cd30e30714d822d23666b62b6b2fab4 --- /dev/null +++ b/datasets/metadata/415054.json @@ -0,0 +1 @@ +{"id": 415054, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-28T05:48:46.764Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 289, "ratingCount": 0, "rating": 0, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 337084, "sizeKB": 22260.07421875, "name": "Yukina_Sasaki_Imaizumin-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-28T05:50:31.848Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "230A3146", "AutoV2": "4B157FF95D", "SHA256": "4B157FF95DD8AC84B1F1BB8B4034DE5C4EC3F7AEEDE70AB9C666110000EE763F", "CRC32": "14324086", "BLAKE3": "C8D1D9738275059754FDB70737FBE5ABDCC29EFAC0C904C023380F71FB5829F0", "AutoV3": "73B0467C1DEE"}, "downloadUrl": "https://civitai.com/api/download/models/415054", "primary": true}, {"id": 337085, "sizeKB": 39222.50390625, "name": "Yukina_Sasaki_ImaizuminV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-28T05:51:27.534Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8FB5B615", "AutoV2": "4E2AEB0358", "SHA256": "4E2AEB035824BB004701ED0A26E60197D473D81B823593E00DF31DA53122458C", "CRC32": "D64E67CF", "BLAKE3": "B833D0F02F6E66F8AED9F3D8A7ED3562DBBA995E0B1E17042FB2CA65AD4F4EE8"}, "downloadUrl": "https://civitai.com/api/download/models/415054?type=Training%20Data"}], "images": [{"id": 8696992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abec3f70-bbfe-4284-8d51-e7b5f9353a7e/width=450/8696992.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXQcPGt7?^%MMdaf.8oyXSj[nNjZx]ofxaj]", "type": "image"}, {"id": 8696991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa1ca281-5c8a-46af-a028-7c1dda62f8cf/width=450/8696991.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYQl,+t7?^%MMxaf.8ofXSj[nNjZx]ofxaj[", "type": "image"}, {"id": 8697826, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71b9e4ba-0f8d-4010-965f-3362b2789963/width=450/8697826.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQPG8KR4_1of?HnM.8WA4TRj-:oz_NxuD%oy", "type": "image"}, {"id": 8698004, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d6a2efe-39fe-411b-9481-7ac412cbb108/width=450/8698004.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UJLM|$9E00^*~qD$kW9ZEN9G%2?Hn,WFE1%M", "type": "image"}, {"id": 9686089, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f600cbe2-538b-4521-89a3-f539cddbe344/width=450/9686089.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UVL:[$~pGatk0%Ito~EM9G%2rroev}sC#+%2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/415054", "modelId": 109674} \ No newline at end of file diff --git a/datasets/metadata/415382.json b/datasets/metadata/415382.json new file mode 100644 index 0000000000000000000000000000000000000000..4ac8168643e1c41b39a4a8cd1fdfd9666191b071 --- /dev/null +++ b/datasets/metadata/415382.json @@ -0,0 +1 @@ +{"id": 415382, "index": 0, "name": "Pavel Durov Lora", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-28T14:07:57.975Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 43, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 337395, "sizeKB": 1911.9638671875, "name": "415382_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-28T11:00:39.421Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "94AEA2B84D", "SHA256": "94AEA2B84D3F12DFFBF553E78A042952B75DF4E0FC4E53DB2F34A88F82522FD8", "CRC32": "90344953", "BLAKE3": "50DB2008AC942C7A2C56A96436B2E5781094506C8E18B61754FF12084969A91F"}, "downloadUrl": "https://civitai.com/api/download/models/415382?type=Training%20Data"}, {"id": 337446, "sizeKB": 223101.16015625, "name": "Pavel_Durov-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-28T12:00:57.707Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2E0EEC7D", "AutoV2": "3CC1186B77", "SHA256": "3CC1186B77C3D4F745A4613A3BE161B0E04D9E80087A72F4C5E956422572BA89", "CRC32": "8C7FB763", "BLAKE3": "0EDD405DD5FABB4E39F546FE2A3C7FD244B25B4CFCCB76974D9EC960C92915DA", "AutoV3": "B9A12BC9DCF0"}, "downloadUrl": "https://civitai.com/api/download/models/415382", "primary": true}], "images": [{"id": 8716376, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc386842-c630-4247-9ac8-31042068f57e/width=450/8716376.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UPJk.h?b*JRjx[bHtmbI%4aLZgkC_Ns:xZj@", "type": "image"}, {"id": 8716378, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b38894e-6402-4f05-8a6b-e3d3778388bf/width=450/8716378.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UDAw6i?bX.DiD%M{Io%M00V?$$%M_N%M-:9F", "type": "image"}, {"id": 8716381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e7d6299-a160-4818-8773-bf98377032d5/width=450/8716381.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UOIrBItR.TV@-oIU?cWX9aM{VXWX?cxa_3WB", "type": "image"}, {"id": 8716379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06bee6c7-f93e-42f9-9515-80bf9270003a/width=450/8716379.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UdJ[VTxax]%M$_t8kWRj.TR+e:oz-=WBoIj@", "type": "image"}, {"id": 8716377, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2485a14-150f-450a-ae31-cf3d7046234e/width=450/8716377.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UHCsdS4oPCog_NDi-oIUS$RO-6IU.9t8NHtS", "type": "image"}, {"id": 8716380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6dd558b3-7d4d-42d6-bd29-35b8a76af982/width=450/8716380.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UiHxTvRP-;krlVIUSikXElM{V@ofMxs9n$WA", "type": "image"}, {"id": 8716392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64439168-38f6-4882-a0ee-22ee46d01ea2/width=450/8716392.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UUHx1s-o_N%1PBIV-;Sh5qayxuNI%LR*R,s.", "type": "image"}, {"id": 8716436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7268caba-2635-48c8-94fb-589440430482/width=450/8716436.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UVH2D,x]*0xD?bs;?HNbR*s.-Uj[?HRjofV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/415382", "modelId": 371854} \ No newline at end of file diff --git a/datasets/metadata/415406.json b/datasets/metadata/415406.json new file mode 100644 index 0000000000000000000000000000000000000000..f0660f3022ef4c1dac6dabe1022a22a79d08a7cd --- /dev/null +++ b/datasets/metadata/415406.json @@ -0,0 +1 @@ +{"id": 415406, "index": 0, "name": "Fenyr SuperSport V2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-29T02:04:39.983Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Fenyr Supersport car"], "stats": {"downloadCount": 55, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 337444, "sizeKB": 2570.5966796875, "name": "415406_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-28T12:00:50.004Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "40543039", "AutoV2": "98A7966BAB", "SHA256": "98A7966BAB766C4484D39C42AD541248DE21D0B18ACBC88B58D1E1734462B590", "CRC32": "BA902A57", "BLAKE3": "9F558287D08BED4433DC55CB6CBF9CDB03EB24EABD14ADC2283B524A041E7043"}, "downloadUrl": "https://civitai.com/api/download/models/415406?type=Training%20Data"}, {"id": 337700, "sizeKB": 36979.109375, "name": "Fenyr_SuperSport_V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-28T15:16:52.547Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "91FC0FCF", "AutoV2": "CFC41473AC", "SHA256": "CFC41473ACBF0123B70503D736ED0B344842119B6922CC4ED3FE47FE6C2EFF1B", "CRC32": "C44CB873", "BLAKE3": "4C346B33925D5EC10C3CE37625AAA7A6F8C4FD27BA52B556F5283E8F8151C83F", "AutoV3": "C23B43E369FB"}, "downloadUrl": "https://civitai.com/api/download/models/415406", "primary": true}, {"id": 337710, "sizeKB": 36979.1015625, "name": "Fenyr_SuperSport_V2-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-28T15:31:20.924Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7CD6A508", "AutoV2": "BCB2FFA34A", "SHA256": "BCB2FFA34AD919939FD479178695DB991A572F56C9A59F38A239B4B01CDFEA51", "CRC32": "F8D94117", "BLAKE3": "035FBE1852705D39FA2D9CDDDDE85658BEC043C2F43C1C08D3F6750C606B2C37", "AutoV3": "A6723FA09909"}, "downloadUrl": "https://civitai.com/api/download/models/415406?type=Model&format=SafeTensor"}], "images": [{"id": 8780655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d2898cd-e9ef-46cf-a635-16ba6f33b136/width=450/8780655.jpeg", "nsfwLevel": 1, "width": 1432, "height": 1968, "hash": "UIFFT=R.v{n#-.V?E7o#IVogxuRi}=xt%LV@", "type": "image"}, {"id": 8750098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f81b4b5-0242-4c85-af8d-13357ee446d1/width=450/8750098.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1408, "hash": "U1AAEw?w=-^i9D4.EUNG0000yE9b0E0K~T%2", "type": "image"}, {"id": 8780654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e23f7cbe-960d-42f1-8f53-67dd8fda6567/width=450/8780654.jpeg", "nsfwLevel": 1, "width": 1480, "height": 2040, "hash": "U3DvDwE900~o0e?aw@-n00?a~V4;9Zxa-U%1", "type": "image"}, {"id": 8750119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/595edc57-7c5d-47d5-8e78-17144fd2e0f1/width=450/8750119.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1408, "hash": "U3AAH,0M~6M|E2oe9b%200s,9bNGMyM{?GWB", "type": "image"}, {"id": 8750095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ecab3ae-868d-4773-a284-9781e16cf9a0/width=450/8750095.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1408, "hash": "U38gT%xu^+xZ~UWB4:WB0OWVt6R+02j]?GWW", "type": "image"}, {"id": 8750097, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16397538-6531-429d-b4e2-7858282bfa2c/width=450/8750097.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1408, "hash": "UXEyD1I;jYj]~WNHf5a}E3aya#WC0MoJj[jt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/415406", "modelId": 371878} \ No newline at end of file diff --git a/datasets/metadata/415641.json b/datasets/metadata/415641.json new file mode 100644 index 0000000000000000000000000000000000000000..0a897c3221e6f510c603943feb702571c3d2c7fa --- /dev/null +++ b/datasets/metadata/415641.json @@ -0,0 +1 @@ +{"id": 415641, "index": 0, "name": "Pegasus Seiya 1st Bronze", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-29T02:39:09.347Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 44, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 337643, "sizeKB": 4936.099609375, "name": "415641_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-28T14:30:43.312Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7629706A", "AutoV2": "B756D3C18D", "SHA256": "B756D3C18D441568C102DBAD2DA120DB9FD9E83BE0E4CC62811A45C730878A46", "CRC32": "786565D9", "BLAKE3": "480FCC6E7870E65A3A3DED2B38DAE5774763807438271CE58E6009BF42615741"}, "downloadUrl": "https://civitai.com/api/download/models/415641?type=Training%20Data"}, {"id": 338516, "sizeKB": 18546.2421875, "name": "Pegasus_Seiya_1st_Bronze.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-29T02:40:50.760Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "3023EB5910", "SHA256": "3023EB59103016EA0DA6D23D3A92622A7DF798477D9DC37F59467440C2A9E7C6", "CRC32": "781D2335", "BLAKE3": "B3E7A540D110CE8CC09CB7D1F4F835B86217454D3CDDD60BADA7A7B96A20ED26", "AutoV3": "5C292292B158"}, "downloadUrl": "https://civitai.com/api/download/models/415641", "primary": true}], "images": [{"id": 8748007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d287983-5e1e-45b6-80f8-0784454f0d7d/width=450/8748007.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UZG+:,TLCAxBITR:w0s+OYET#+ngNgWEi^nh", "type": "image"}, {"id": 8748009, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5525a932-2293-4501-b369-754a63a85c42/width=450/8748009.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UzIF=5ogT}SiM|oIWFRjRkn$smW=krkXjEaK", "type": "image"}, {"id": 8748006, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/567522a7-5cc5-454c-ab76-65e694ac7bf6/width=450/8748006.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UKJ*uE?wD%-pKRx^xaRPAJbwI9M|Tgbw-ntR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/415641", "modelId": 372089} \ No newline at end of file diff --git a/datasets/metadata/415749.json b/datasets/metadata/415749.json new file mode 100644 index 0000000000000000000000000000000000000000..3b15475d2f5267e6005e1b69f01aeb5dc863b1f2 --- /dev/null +++ b/datasets/metadata/415749.json @@ -0,0 +1 @@ +{"id": 415749, "index": 0, "name": "Joh", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-28T16:25:19.820Z", "availability": "Public", "nsfwLevel": 1, "description": "Multy-layer photographic collage taken from monthly and weekly magazines on fashion, architecture, nature and other various themes,
", "trainedWords": [], "stats": {"downloadCount": 37, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 337782, "sizeKB": 36977.9296875, "name": "Joh-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-28T16:25:53.369Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F976BAA5", "AutoV2": "E774A902CA", "SHA256": "E774A902CA560A3D8D4947F731A1CA6BA83391C9FECDACD40191F7DD69E2EF31", "CRC32": "4D6466BC", "BLAKE3": "D7250357130122C539C2E1D0BFAFCB943AABE8B15CBDA8EA3CAC166093C4AB48", "AutoV3": "7A2B25350224"}, "downloadUrl": "https://civitai.com/api/download/models/415749", "primary": true}, {"id": 337722, "sizeKB": 2972.6708984375, "name": "415749_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-28T15:40:41.263Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7A684148", "AutoV2": "B57762F2F3", "SHA256": "B57762F2F3E3803511746294FEF1EA7A362815201EB58C467E600F58F7BFE5BB", "CRC32": "C21ACAE9", "BLAKE3": "FEAE80BC4D74B842D159608BF30B3DF48A0BE9209E56DBA9A3F21F855EBEAC9C"}, "downloadUrl": "https://civitai.com/api/download/models/415749?type=Training%20Data"}], "images": [{"id": 8722510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34cc7c63-9d5d-4bc2-99d0-5eade5a9205b/width=450/8722510.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UWJR,R%MvKa#^*x[IUR*~VRkM|oexuRjIpt6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/415749", "modelId": 372188} \ No newline at end of file diff --git a/datasets/metadata/415851.json b/datasets/metadata/415851.json new file mode 100644 index 0000000000000000000000000000000000000000..1343725e01da67b56dc631cb94b773f7d4e896b2 --- /dev/null +++ b/datasets/metadata/415851.json @@ -0,0 +1 @@ +{"id": 415851, "index": 0, "name": "Kim Popular\u00e9 (Kiff)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-28T17:33:35.970Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 337827, "sizeKB": 6054.3232421875, "name": "415851_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-28T16:57:21.153Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "848AF858", "AutoV2": "67BF73A254", "SHA256": "67BF73A254F6BC277AD7F26AF936499B6CFF0FECAB4EA94351F1F0F57C39AC5C", "CRC32": "CFB3A79A", "BLAKE3": "4B70A7333884EBBFD5F131F6B31AB2A085BDA92F3EA03963079B9359A0EF59AF"}, "downloadUrl": "https://civitai.com/api/download/models/415851?type=Training%20Data"}, {"id": 337865, "sizeKB": 36977.78125, "name": "Kim_Popular\u00e9_Kiff.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-28T17:35:08.382Z", "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/415851", "primary": true}], "images": [{"id": 8725462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d894674f-dc5e-44d7-8426-42921b8d6932/width=450/8725462.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDIp=J~q8w8xyWtRoeWA8wMetR.8DjIBenyC", "type": "image"}, {"id": 8725461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc2f6dfa-48d9-447f-be61-f6623d973f7c/width=450/8725461.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9ID%z^,00D5~Xx]DjM{00IU?].7L%VZyWtR", "type": "image"}, {"id": 8725463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03c7582a-9315-41a3-9532-c7714036c238/width=450/8725463.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9I|nF+]00tmv#MxxZt700TJysiw+]x]O?NH", "type": "image"}, {"id": 8727635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95bc1327-83f2-424f-98ea-16d43b5fd248/width=450/8727635.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UIJHXX~pFteS.Ao}A0SPics.MI-otQt7?Fs+", "type": "image"}, {"id": 8727630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9f58439-8805-46fa-b2ad-f750748a5c5d/width=450/8727630.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UNJ@ayDiI8aJ~X#%Nxs8Oa-iX9nh$ftm$yt7", "type": "image"}, {"id": 8727624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1ae8005-a0d8-4e3e-8c6a-ce8c2dfc43ad/width=450/8727624.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "USIXmo_M9ExY%#O[EST0$kxubvShMxV?n+S5", "type": "image"}, {"id": 8727623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8edc827c-0f3f-4f4c-95a8-5f57b6c3ee59/width=450/8727623.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UMJayN~B-gbuBs-nT1IqZkx[MxMyIANLRPxC", "type": "image"}, {"id": 8727640, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13185281-0a83-42a4-a9e4-ea0e668a0200/width=450/8727640.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UUKKH5$xV;wH.TNFOGR*RqogxvWW59ERs;Nf", "type": "image"}, {"id": 8727626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbcb4f0d-a5fb-4cce-8706-614be346228c/width=450/8727626.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UNI;*T-UVV%2.ANb9~R-.8xDxuxaNhR+RpWV", "type": "image"}, {"id": 8727627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f91573c0-17cd-4199-be9c-3af4a872282c/width=450/8727627.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UMK18u~pQk=^?vpIE2tRO]E.NfSi9c9djcM|", "type": "image"}, {"id": 8727629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec9836be-f0a2-4450-b61e-6d2cf22fbf7d/width=450/8727629.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UII}O}E1D$S%%jJmIvM{;1I;rqIVx_D*acjc", "type": "image"}, {"id": 8727632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41adc385-a008-42a2-b6ed-e7b1f323ad32/width=450/8727632.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UKJtrCx_RLR-.A%2Em%3wNS%VYs;MwxvwH%0", "type": "image"}, {"id": 8727634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76508b40-0661-4061-8849-c7fdb7c839b5/width=450/8727634.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "USJaDw~o9YnO^jxtJBt7=_-U$$xtsRafjEad", "type": "image"}, {"id": 8727637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b4eb999-2648-4c9a-aeba-66a8c1f1c152/width=450/8727637.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "ULJ@a%^knKwc?d=|M~xb+u%MnNtQ9Ff,ngs.", "type": "image"}, {"id": 8727631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df3de187-6c27-483b-8b30-5f23a99de692/width=450/8727631.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UMK12i~TF1tR-p=_J.xYVsSeVrt6xvs.$~xa", "type": "image"}, {"id": 8727638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8de2c65-9a1a-4217-bf1b-832b923acf24/width=450/8727638.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UKJHK{-9ImXSY8E25WM{tAM{ohaeD;t9-Vbd", "type": "image"}, {"id": 8727639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7860cbe-c599-4189-a466-f4b84b48eefb/width=450/8727639.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UeKA~LxZ$^bcyZRnJXR+XVRiNKn$s,aKs+oL", "type": "image"}, {"id": 8727636, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75065f97-a04c-4e0f-89d2-b125ca908501/width=450/8727636.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UMKc|g?bvJaK~WSjM{og~pkW-no#5ER.R-R-", "type": "image"}, {"id": 8727622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d72b179-0870-4f68-bd36-d58c5cb970e1/width=450/8727622.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UMJj_6~pEI?G~pR%WExt-T$%t4xu-n-p%1oz", "type": "image"}, {"id": 8727633, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b54141be-603c-42d9-a591-6546cddfe474/width=450/8727633.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UPKKA-DiwES$?w-4kXxZJEENXAni5YS%Iqj?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/415851", "modelId": 372282} \ No newline at end of file diff --git a/datasets/metadata/415978.json b/datasets/metadata/415978.json new file mode 100644 index 0000000000000000000000000000000000000000..186211cf913781163658b5cf932f5dc8442c5d6b --- /dev/null +++ b/datasets/metadata/415978.json @@ -0,0 +1 @@ +{"id": 415978, "index": 0, "name": "Chinchilla Girl (Kiff)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-28T18:35:45.990Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 25, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 337941, "sizeKB": 6664.0537109375, "name": "415978_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-28T18:31:18.389Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F82734E6", "AutoV2": "1C0C0F0E2F", "SHA256": "1C0C0F0E2F7819727EAF574B2DB24FDEFCAD388FDDD7AA1FC43C97EB7228D45E", "CRC32": "372E04E2", "BLAKE3": "77C2CF91642269337C58CEE8CB661CA06E1522578C7AD637B137968DDB2F84EE"}, "downloadUrl": "https://civitai.com/api/download/models/415978?type=Training%20Data"}, {"id": 337959, "sizeKB": 36978.09375, "name": "Chinchilla_Girl_Kiff-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-28T18:35:44.112Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "988384C5", "AutoV2": "A02196EBF1", "SHA256": "A02196EBF15302837DCD732801E52360E77879B49C3FAFB92F803732F7C385C3", "CRC32": "A86C29CF", "BLAKE3": "9276152FECB929510E449D68648F078373185AA1D7A372E3B731F0C037CF300D", "AutoV3": "47B4B87EBA11"}, "downloadUrl": "https://civitai.com/api/download/models/415978", "primary": true}], "images": [{"id": 8727992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/207ecef6-2321-4f68-bf76-d8544edbd982/width=450/8727992.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "ULLf8n%N8wiv~WozMxjY8wRPyXtRH=Rjx^kW", "type": "image"}, {"id": 8727990, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b50c614a-c78b-44b8-916a-b6ab302eef85/width=450/8727990.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGMsG^-pD4~B^kMxo}.800Mwu5NeM_tRIBIA", "type": "image"}, {"id": 8727991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/834ac807-c2f3-4260-8507-d3ae5f7e069f/width=450/8727991.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UOKA$ueT00.7~XxaoIt6DOx].8RjDiWCx^j]", "type": "image"}, {"id": 8728663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9601a9f1-aa19-465a-8761-15adbc50580c/width=450/8728663.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UGK^{U~X00Mdz-%2-p-p%$nhby-;=^S6~Wx]", "type": "image"}, {"id": 8728669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e5228f5-6935-4fbf-ad68-dfe916b5a02b/width=450/8728669.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UCKnPN~W00RQHqE04o?H}l.7_3w[YR%MyZRl", "type": "image"}, {"id": 8728672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fefacbe-65b1-4cea-8cf9-92bb698656fe/width=450/8728672.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UKJH]r%200IU8_X9D$oJ~TxZ?a-pGcsRS6R*", "type": "image"}, {"id": 8728666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef569a1e-f6e6-4296-9d79-399ec12afa0a/width=450/8728666.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UBJu4JDj00-p*KMd=^r=KiR6TfxCPBIA?w%1", "type": "image"}, {"id": 8728665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80c7de1a-43a4-4294-8117-4c3fcd32647d/width=450/8728665.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UGKBdg.800t7#7,-R4%L*^EO$eT0Pq%1OZ%1", "type": "image"}, {"id": 8728655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0f095d0-fee8-4902-b77d-7586504e9a9e/width=450/8728655.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UOLENS~W4nRjznNaI9sot2xD-;%M9uxt%gNH", "type": "image"}, {"id": 8728676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c372f2d-18ed-4dbf-b468-b90b1f412d95/width=450/8728676.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UHJRjj-.009FxnMwNE%M3FVq%#XA~Cs+-URO", "type": "image"}, {"id": 8728657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c2758ce-6070-4342-9c08-e3d9d3b7cb48/width=450/8728657.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UCKUWYV=00^+D%I;-:WByZrCE2eS?^x[-:fl", "type": "image"}, {"id": 8728664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb9a4eb2-034b-4852-aae7-0c29b2140f09/width=450/8728664.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UIL|=XEl00XT9FrCrrr?f{snkCMyG^E2Teog", "type": "image"}, {"id": 8728670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d24c150-14b5-43b8-8d8c-364889d644a3/width=450/8728670.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UQLNlPY78^M{NhaKs+xD?bxG%g$*Y8JCtSkD", "type": "image"}, {"id": 8728662, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15f421f0-8b1d-4d9e-b96c-74ef91a26b3b/width=450/8728662.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UPJ[VGPC00NxIWrrxYxC*0kqx[t8g*j]%ge.", "type": "image"}, {"id": 8728673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/387588ad-6a70-4f86-948c-3260fb09d1c8/width=450/8728673.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UQKUcmT100j@R%=_xC$z_Ntm%LM{Els+spxZ", "type": "image"}, {"id": 8728661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7e2add4-0fb0-4e69-b45f-0bb2e87bc529/width=450/8728661.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UOKUfwtS00s,V?ogxWa|.AWXxvogr[j[ivV@", "type": "image"}, {"id": 8728656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1155c3c1-1938-4685-bb2c-b1635d73f673/width=450/8728656.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UHJ[eatS00a^--S5t0t7BFR*.8W?~CbIr=jY", "type": "image"}, {"id": 8728658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f90b7fc9-ce11-4537-abef-3c8c4d6de387/width=450/8728658.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UGKd@|9|00E8MxQ,t7-pY7T0%hIU~WIVoNWV", "type": "image"}, {"id": 8728659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c03ea187-1c57-4507-bc7d-34acaf8e8759/width=450/8728659.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UIJ**W?w00xAMv%hoHV?BrkYyF%M^jkYene.", "type": "image"}, {"id": 8728668, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/baa4377f-b5c0-4e4b-911c-b4f82becd05e/width=450/8728668.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UOK^~d}-00IAL}JCVrxu=q-owHoyTLWZT0M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/415978", "modelId": 372404} \ No newline at end of file diff --git a/datasets/metadata/415989.json b/datasets/metadata/415989.json new file mode 100644 index 0000000000000000000000000000000000000000..b5a940e4004530b63a0686c8ee6ef1d07f8bbb22 --- /dev/null +++ b/datasets/metadata/415989.json @@ -0,0 +1 @@ +{"id": 415989, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-28T18:40:20.718Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Aino_Minako", "White_leotard_Orange_sailor_collar_Orange_miniskirt_White_gloves_Orange_choker_Blue_bowtie_Yellow_back_bow_Circlet_Yellow_brooch_Short_sleeves", "White_leotard_Orange_sailor_collar_Orange_miniskirt_White_gloves_Star_choker_Blue_bowtie_Yellow_back_bow_Circlet_Heart_brooch_See-through_sleeves", "Serafuku_School_uniform_White_shirt_Blue_sailor_collar_Red_neckerchief_Blue_plaid_skirt"], "stats": {"downloadCount": 219, "ratingCount": 0, "rating": 0, "thumbsUpCount": 40, "thumbsDownCount": 0}, "files": [{"id": 337958, "sizeKB": 509852.306640625, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-28T18:35:52.091Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FDCF961E", "AutoV2": "F29BABB9CE", "SHA256": "F29BABB9CE38CDAE8FE3F80634580CA40F6978CE1626B05525804D761E358FD1", "CRC32": "8E54226E", "BLAKE3": "32CC883C5919AFAC35C6B8F1802DC694479AAC7EF85BB49CF04F4967E2271A9D"}, "downloadUrl": "https://civitai.com/api/download/models/415989?type=Training%20Data"}, {"id": 337956, "sizeKB": 37009.90625, "name": "Aino_MinakoV3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-28T18:35:37.970Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C21CBFDC", "AutoV2": "FD23B843D7", "SHA256": "FD23B843D73808365437F6877892F53AC728427E8DCDC1C252B23F32372039A2", "CRC32": "132EC22D", "BLAKE3": "67907B696CE051259763C6B59C5ADFF17F839AAF34B11C8A0A32751B958C1136", "AutoV3": "59C52BE26859"}, "downloadUrl": "https://civitai.com/api/download/models/415989", "primary": true}], "images": [{"id": 8727981, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5971866f-e0d3-4658-8bcb-f2e71c9e7133/width=450/8727981.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UTNvl1SwxU%M}|t5IpofyTniM#WUE0W,tTab", "type": "image"}, {"id": 8727964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74fb1797-2dc3-4ad9-b2de-23087c793c1b/width=450/8727964.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UOM?-t%%IUn4IQInIx.7R2aQD+xaO?E1RQI.", "type": "image"}, {"id": 8727968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76669392-c8b7-451e-8b27-633d7446e990/width=450/8727968.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UQMsvDt8IUtR,is*4=ob_IozR5bENsWA?Jj@", "type": "image"}, {"id": 8727975, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4323761-25eb-4a7b-8535-c2f013aa5959/width=450/8727975.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UGM$;+xF0csp2nSI4}RjHXi_5cRl?]fhm,WB", "type": "image"}, {"id": 8727980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42bda42d-b569-4d62-8e6f-96ef2154b384/width=450/8727980.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDN0bh?b00-q00I=1njFMtro00MxAbtO=|tl", "type": "image"}, {"id": 8727993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b82bfff7-9031-4e5d-b280-8f5f9eaa5c0e/width=450/8727993.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UHOfSu.8_1?b}f$}Ids*ystRMntR8}V@%hj[", "type": "image"}, {"id": 8727936, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc9c10ea-7689-43af-a1c2-9f04f6ec17e6/width=450/8727936.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UHN9%mtm8wxbE?Iq6VR;+WaI00VsqDxoR6b]", "type": "image"}, {"id": 8728019, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bc1d86d-a69a-4357-8b15-4910a0b5f040/width=450/8728019.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UYMG*NxtOGs:_1ocETR+9EbEVwWB~os.t9jb", "type": "image"}, {"id": 8728035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b06574ff-90a7-4120-9bb7-3de6328b1c8c/width=450/8728035.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UfLWqot7x8s.~4j=IYay9EWBRqWC?Yj?xajt", "type": "image"}, {"id": 8728042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb0c3968-38d4-4123-9c10-7be4ac42134b/width=450/8728042.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UQL;82xoInt6?Vof0qRl00t5D@RR~ot5Mya#", "type": "image"}, {"id": 8728063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81aba94f-af50-47e4-9dc4-977ba6bbeb6d/width=450/8728063.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UgKc^Rt7~Wxb%Mt6E4Rl.7k9N3WC%JRiV@WU", "type": "image"}, {"id": 8728068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62ca2bb2-0ad5-4d9d-b8f8-69173e05323c/width=450/8728068.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "U9IN?Q58be%3^qM|00IV~J%KDl%Lx@xsV#S1", "type": "image"}, {"id": 8728094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5287760c-49d2-4e28-9444-e123a4b7f6e4/width=450/8728094.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UPJRaD~V;d9b9Yxt4;%L$et39$9Z==xZRONG", "type": "image"}, {"id": 8728096, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8593688a-cf12-4db3-bef4-21dd8d8c7e09/width=450/8728096.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "USM?Sdxa}^-W}lt78}NI$*Rj-XsCM|j=N2Rj", "type": "image"}, {"id": 8728097, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aca1a3af-c19d-422f-8b8d-f2c559127be1/width=450/8728097.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UGJaQ1nMIVj:9YW@01t8~ks+RSawITRkM~WA", "type": "image"}, {"id": 8728107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eeb2363b-1f3a-4172-9f02-e7af6f56bec4/width=450/8728107.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UGL:Go%30L~VG;?b4^D*0hM_D?%g8wS#~VrX", "type": "image"}, {"id": 8728118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02a1411e-12e7-42e5-99c3-ff01601b85a8/width=450/8728118.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UNKTxXS5?G%M~jjZ0ONG?uNG4?t74nR%D*W9", "type": "image"}, {"id": 8728124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e35206c7-efc4-4753-b562-ae89735b54a1/width=450/8728124.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "USM5nHnQAB-U*Gog9IS3ACbZ9KbaImW,ofkB", "type": "image"}, {"id": 8728130, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a7f200a-f9d6-4c59-a115-1c6fd10243e3/width=450/8728130.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "USMP~xMc0itlysxAbaNLF5niI=W?V?oI%Ms-", "type": "image"}, {"id": 8728135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/942f023c-fbb1-4a7b-8a9f-fdc3df0a34a0/width=450/8728135.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UTNuw@^jE2-o~ntQR:nj0Jwdo$R+.6X8RTxb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/415989", "modelId": 372415} \ No newline at end of file diff --git a/datasets/metadata/416067.json b/datasets/metadata/416067.json new file mode 100644 index 0000000000000000000000000000000000000000..3e8e58c71ab5ba6a6b96eb3bdcd870f1bd9008ca --- /dev/null +++ b/datasets/metadata/416067.json @@ -0,0 +1 @@ +{"id": 416067, "index": 0, "name": "Ciara Bravo", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-29T06:07:52.907Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 67, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 338528, "sizeKB": 223101.13671875, "name": "Ciara_Bravo.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-29T02:50:44.038Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2EA69AA7", "AutoV2": "30C7F12A32", "SHA256": "30C7F12A32B778E691C9996CB496F29B0B5C4FC3BA8AC4E1D0EEC41B5603783A", "CRC32": "2EF17759", "BLAKE3": "2ECE4C0E4AC3D3D6A306A09794B2F3CF621814B201ADBC8BC6B0A971FD07FBAE", "AutoV3": "DA384ED7025A"}, "downloadUrl": "https://civitai.com/api/download/models/416067", "primary": true}, {"id": 338037, "sizeKB": 812.2392578125, "name": "416067_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-28T19:26:12.133Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "06173628F7", "SHA256": "06173628F7F8DB1EA8B9A3AFBB48E8ABCA8EC5A2E27B98BFF77E159D14014844", "CRC32": "3F4353D6", "BLAKE3": "041745231AD1E213A381F90D6118521F157AC49D5C0482F784C8394FA562BA0D"}, "downloadUrl": "https://civitai.com/api/download/models/416067?type=Training%20Data"}], "images": [{"id": 9502100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cc51fa3-2b83-4d60-a598-e7b0f69eea5c/width=450/9502100.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1080, "hash": "UiMHDOt7~q%M%2xut6M{-payRjM{s:WBt7fP", "type": "image"}, {"id": 9502724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72654848-a162-457f-9b4e-478aa94e6a9a/width=450/9502724.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1080, "hash": "UQLghGx[tli_FyD$Mwso_NMxIAxt-=s.RPIU", "type": "image"}, {"id": 9506024, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d674c6a-6395-44ee-bafb-5e203e61b284/width=450/9506024.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1080, "hash": "ULGIP*WT0dVsNaIU-pa$~pW9Mxf5_3V@jEWU", "type": "image"}, {"id": 9507646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bbd6885-58b1-4a04-8a12-2d7695cf25b4/width=450/9507646.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1080, "hash": "UOELEIj[%2s-}sofnOWB^joLxGR*=|WVoJWB", "type": "image"}, {"id": 9506088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfe52821-a120-4110-85c3-419b0ca6e030/width=450/9506088.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1080, "hash": "U7E-p+VF4T}r8wNd?uj[yDV@I;soI=S$S1eT", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/416067", "modelId": 372489} \ No newline at end of file diff --git a/datasets/metadata/416183.json b/datasets/metadata/416183.json new file mode 100644 index 0000000000000000000000000000000000000000..9963c9b35075d4a96d5661cd60874aa4b9b29f75 --- /dev/null +++ b/datasets/metadata/416183.json @@ -0,0 +1 @@ +{"id": 416183, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-04T07:24:04.192Z", "availability": "Public", "nsfwLevel": 30, "description": null, "trainedWords": ["hair between eyes, blonde hair, short hair, blue eyes, huge breasts, empty eyes, expressionless", "bare shoulders, gauntlets, highleg leotard, pants, black clothes, gloves, zipper, earrings, belt, circlet, crotchless, crotchless pants"], "stats": {"downloadCount": 203, "ratingCount": 0, "rating": 0, "thumbsUpCount": 51, "thumbsDownCount": 0}, "files": [{"id": 348610, "sizeKB": 88329.6953125, "name": "train hero.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-04T06:30:49.942Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E870F9F3", "AutoV2": "9A3429E1AA", "SHA256": "9A3429E1AAB7A700B892F293547D12E5FF49674335F71A5F5DB059EE8D43F4FA", "CRC32": "4AECC774", "BLAKE3": "C2B8362FCB138E21756FCB2C0C7AEC3701E6518DFF1EDF89AEAB27FA08FB3FDC"}, "downloadUrl": "https://civitai.com/api/download/models/416183?type=Training%20Data"}, {"id": 348608, "sizeKB": 36980.484375, "name": "hero-npc.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-04T06:30:46.468Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4E74012E", "AutoV2": "B5405CBF24", "SHA256": "B5405CBF244FBBD9A2FC69F4516F4A07FEDB9EAFFB5027C389B3427739CD1C8C", "CRC32": "89522FE2", "BLAKE3": "BF2CEC532ADB6425F3CCD64DA922F652011DBFD854548D441C7DA91646B4DDD3", "AutoV3": "39F56212212D"}, "downloadUrl": "https://civitai.com/api/download/models/416183", "primary": true}], "images": [{"id": 9125467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11eff983-b23b-49c3-954b-ec89ae6b3125/width=450/9125467.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UIHUa+t7?v~V00M|01s+RjM|E3bE%KofNHt6", "type": "image"}, {"id": 9125472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a21a2842-d3e9-4c4f-afb5-b787876c45fe/width=450/9125472.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UdKT;}xZ_NNH-oxtIoof%LRjNIoM%La#Rkjt", "type": "image"}, {"id": 9125468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/630aeaf2-450c-4745-90c5-96a33024be3f/width=450/9125468.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UYJtxOtR.T?aM{RjD*V@RPxuIpM{-;Rjogs:", "type": "image"}, {"id": 9125471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbc94e2a-fd69-457f-96cc-c81ed5117111/width=450/9125471.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UUK-IEV?.T_4^+xZWENI$%%MR-Ip?aIUt7fl", "type": "image"}, {"id": 9125689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbf21207-5acc-40cc-af0a-1d941dde1489/width=450/9125689.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UBFrV0M{#Q~A004:Iq?G},S%x^nN4.Ip%0xt", "type": "image"}, {"id": 9125465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d76c1c1-cdc8-410d-af10-80ac7840108e/width=450/9125465.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UFFrLzo#t-={~ANH9b-UD%ofE2%LM{MyE2R%", "type": "image"}, {"id": 9125464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c68c572e-2a69-4026-9a59-48784f2971f5/width=450/9125464.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UJGI4OxZt-S5~UxaE3NHInt7E2ofITR*E2V@", "type": "image"}, {"id": 9125690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e79d0957-d70b-426d-8b08-74d14b81eb34/width=450/9125690.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UEIO2.Rk_Len?GS49a4U?aIo-WM_OYxu^jD*", "type": "image"}, {"id": 9125473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bf7e076-f83c-465d-9710-c9bd548fcb9f/width=450/9125473.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UMGH;%~V9uM|t5?G?a-:={-o9aM|RiM{RkRk", "type": "image"}, {"id": 9125492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b93ea92-d390-4fc4-87ad-8a43a0b06854/width=450/9125492.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "U8F}yLI=4:Di9Yx]00V@nNIU.T^*8wIUNf_2", "type": "image"}, {"id": 9125476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64c6a15a-f5d7-4dd1-87a8-1d874901a5ad/width=450/9125476.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UHJQfwD*01sRX39G%NWBI9NGE3oe~A-:9GxZ", "type": "image"}, {"id": 9125479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d7091f6-4153-4df6-9280-2472b0185fa7/width=450/9125479.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "U9G[TZ0000~X}-02?cI9D$Ip%NxB56s8?bT0", "type": "image"}, {"id": 9125483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9a977cd-49b7-4e3b-971f-8de0f0e756f1/width=450/9125483.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UCI;Ck~W02~B_0xuIr~U004:5TxXyD9aDiIU", "type": "image"}, {"id": 9125482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d6de677-ac2b-412d-b416-3d0162216757/width=450/9125482.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UEG@_M0f02j;xRR.03^%I:s;kDs.ItR%~V57", "type": "image"}, {"id": 9125485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d29d118a-743d-4961-8aeb-940bff9cc3fa/width=450/9125485.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UbLD3.-:9ukC~Tt6-pt7-nRjkDt7t7xaxuNH", "type": "image"}, {"id": 9125490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b8f37d0-be4e-4ed2-9eca-7bcc93fed297/width=450/9125490.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UNIXEW^*9ZJ:~p?GENtS%0-:-;NHtQNbs:t7", "type": "image"}, {"id": 9125489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1aec928c-b4de-4d1f-b2a4-55c5afeb8a74/width=450/9125489.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "U8HKnP0001-pE0-o0M0L00~VR;t700bHrYxu", "type": "image"}, {"id": 9125481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90754d51-275b-485b-bd79-12d8c738d672/width=450/9125481.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "UaJH2IWV9tt6~Vj[s;j[xuofxuj[^+WVWXoe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/416183", "modelId": 372096} \ No newline at end of file diff --git a/datasets/metadata/417123.json b/datasets/metadata/417123.json new file mode 100644 index 0000000000000000000000000000000000000000..85bb3fad6ebbddf92c711d558fe318e72c474e88 --- /dev/null +++ b/datasets/metadata/417123.json @@ -0,0 +1 @@ +{"id": 417123, "index": 0, "name": "BASE", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-29T10:41:09.645Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 112, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 339037, "sizeKB": 36977.3515625, "name": "BASE-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-29T10:40:46.403Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "947228E4", "AutoV2": "CE90DFEC7D", "SHA256": "CE90DFEC7DD26889F535E774419927CF2AA8B04FE99E96ACC19298EEE922AE98", "CRC32": "D22BFCF0", "BLAKE3": "ACED9940EFB393BD631B52555085DBAA3171DA2BC3944F6C129640D2CE847544", "AutoV3": "65BBDA613BA8"}, "downloadUrl": "https://civitai.com/api/download/models/417123", "primary": true}, {"id": 339031, "sizeKB": 512.462890625, "name": "417123_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-29T10:35:48.195Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "E2F080A56A", "SHA256": "E2F080A56A2191C2EC78224FE61B5791DAE74E24C2DC5F7EE96BC4F1F03C9587", "CRC32": "86AADDB7", "BLAKE3": "E65618B07FF234BA8E43A5C93C31759BC4A0798463AB968CAC1D551288554197"}, "downloadUrl": "https://civitai.com/api/download/models/417123?type=Training%20Data"}], "images": [{"id": 8765502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94eed704-c12c-4ae2-9832-6345b82266db/width=450/8765502.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UAFhYK0f01~V01-o?HRj9vs.rqNH-oNGn$bI", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/417123", "modelId": 373469} \ No newline at end of file diff --git a/datasets/metadata/417320.json b/datasets/metadata/417320.json new file mode 100644 index 0000000000000000000000000000000000000000..94e97ebb580418ae514f9213575bc150cc99508a --- /dev/null +++ b/datasets/metadata/417320.json @@ -0,0 +1 @@ +{"id": 417320, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-29T13:32:16.951Z", "availability": "Public", "nsfwLevel": 25, "description": null, "trainedWords": ["hotaruXL", "purple hair", "short hair"], "stats": {"downloadCount": 609, "ratingCount": 0, "rating": 0, "thumbsUpCount": 107, "thumbsDownCount": 0}, "files": [{"id": 339216, "sizeKB": 176962.86328125, "name": "hotaruXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-29T13:36:40.090Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "70BB5108", "AutoV2": "B92D5E7879", "SHA256": "B92D5E787918411BCEC89FFCDD73D8639B82FC1CA23930732746944FE06462C4", "CRC32": "A84ECD83", "BLAKE3": "FD4F5AE6C691A5937683A5B159879AF8B3162DC968B8302A3FA46C2B4879CF16", "AutoV3": "6574F01B2EAD"}, "downloadUrl": "https://civitai.com/api/download/models/417320", "primary": true}, {"id": 339971, "sizeKB": 21569.7724609375, "name": "hotaruXL.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-29T22:20:43.330Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3B2F51BE", "AutoV2": "8BC80C229B", "SHA256": "8BC80C229BBAF378646EE3E69CA08BF6542602F62F053030A5E9F85B5330ED10", "CRC32": "A9B0AA10", "BLAKE3": "D36A7F985DD42E01FE8268578D13712E1720DD2B83D433DE53B4B1D05A7A0B91"}, "downloadUrl": "https://civitai.com/api/download/models/417320?type=Training%20Data"}], "images": [{"id": 8773332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42992f03-34a3-4484-a237-736e1f5e5dda/width=450/8773332.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1496, "hash": "UEIqv0gI00N2-WxVTdt9_4-qM{E1O;M_?aoz", "type": "image"}, {"id": 8773326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6b80b3e-97e6-4d4a-96c9-988170e78ec7/width=450/8773326.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1496, "hash": "UQIN{#NEDh-;NFkpo|M_AXOXTJW=~qs:IB%M", "type": "image"}, {"id": 8773330, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46d77113-5715-4f71-85bc-96241434da04/width=450/8773330.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1496, "hash": "UIJQvTI:00IV^mE1xofjn-WAoat7~WxuxZRj", "type": "image"}, {"id": 8773327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7c05efd-a985-4d91-ba8a-e62de1440818/width=450/8773327.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1496, "hash": "UDK^dA~p0J_2ozacI.x[^gI^ohM|.8Di9Ft7", "type": "image"}, {"id": 8773328, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f51927d4-6ecb-459d-a6ff-698dcd783001/width=450/8773328.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1496, "hash": "UGKmq#xt00%3-@s,$^oM9rf8oZay$_ahIWt6", "type": "image"}, {"id": 8773329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0127a433-0ea7-428d-8064-f87c240dd272/width=450/8773329.jpeg", "nsfwLevel": 8, "width": 1080, "height": 1496, "hash": "U7K0:Fxu02-r0FxYIloz~pNG~2a_00NGD$%2", "type": "image"}, {"id": 8779347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f6ab507-cc6c-4b63-bb7a-a19efd9879bd/width=450/8779347.jpeg", "nsfwLevel": 16, "width": 1080, "height": 1496, "hash": "URJQ+*xaO;t7tokBSwkDT1of?GWB_Nofx^oe", "type": "image"}, {"id": 8801067, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad08e634-0496-4962-a3dc-0ebfe8c24925/width=450/8801067.jpeg", "nsfwLevel": 16, "width": 1080, "height": 1496, "hash": "UFI#4E9$Tx=#I|4:x[^+T2~V^*E3?cxwOWIC", "type": "image"}, {"id": 8801066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af554363-351e-4be2-83f2-d2f1508fde43/width=450/8801066.jpeg", "nsfwLevel": 16, "width": 1080, "height": 1496, "hash": "U9Iqr=kO00rcGt0d?F#V0gD*Q-4U^m~C?HIY", "type": "image"}, {"id": 8801068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1cdc9ac-18fd-496f-8e72-4c5f36395eb6/width=450/8801068.jpeg", "nsfwLevel": 16, "width": 1080, "height": 1496, "hash": "UCKdMNTcG6TJyZ=_wGR60KJ3^%wb9tNZGA~W", "type": "image"}, {"id": 8801070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76c9126e-80b1-42cf-b33a-a0024546c43c/width=450/8801070.jpeg", "nsfwLevel": 16, "width": 1080, "height": 1496, "hash": "UAI;q[.6F;4:qFQ,9r=d0eIvx-J:01$-xmog", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/417320", "modelId": 373644} \ No newline at end of file diff --git a/datasets/metadata/418084.json b/datasets/metadata/418084.json new file mode 100644 index 0000000000000000000000000000000000000000..e3eaf40df6e8e0aa65f9bfaed1b38b8b8b96a8dc --- /dev/null +++ b/datasets/metadata/418084.json @@ -0,0 +1 @@ +{"id": 418084, "index": 0, "name": "v1.5", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-29T22:06:57.641Z", "availability": "Public", "nsfwLevel": 25, "description": "Further training
", "trainedWords": ["kushinaXL", "light red hair"], "stats": {"downloadCount": 356, "ratingCount": 0, "rating": 0, "thumbsUpCount": 70, "thumbsDownCount": 0}, "files": [{"id": 339947, "sizeKB": 176962.86328125, "name": "kushinaXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-29T22:05:55.636Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "75886CAA", "AutoV2": "CDB8933BA5", "SHA256": "CDB8933BA5A41CE966B50D56A514F0D86DDA84E1363D2A5B05FEB74512AB3119", "CRC32": "4DE20D29", "BLAKE3": "34231E3A12309B7EBF9E7F08EE885DB65AB037684A3DEEF784187B056FADECE7", "AutoV3": "FBD6FD1E1453"}, "downloadUrl": "https://civitai.com/api/download/models/418084", "primary": true}, {"id": 339969, "sizeKB": 15917.89453125, "name": "kushinaXL.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-29T22:20:33.878Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0B1396F0", "AutoV2": "F6DE38AA21", "SHA256": "F6DE38AA21ADA4871FA55E74E966F243AA6CE12C7F9A71C22995F0B62AD4F706", "CRC32": "34C6C8DA", "BLAKE3": "D6FCA950018C8A616B55580F27834AD20503F53596927A9892B88DA25127D4CD"}, "downloadUrl": "https://civitai.com/api/download/models/418084?type=Training%20Data"}], "images": [{"id": 8795973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39cb43e8-01fd-4ea6-8320-04f95e62f5b3/width=450/8795973.jpeg", "nsfwLevel": 1, "width": 992, "height": 1376, "hash": "UQJ7g[9vADM|xKyEE*t7E4kr%MWU?wIr%Moz", "type": "image"}, {"id": 8795976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/590ccf1f-f064-428f-9092-7b65518e1bcb/width=450/8795976.jpeg", "nsfwLevel": 1, "width": 992, "height": 1376, "hash": "UDJ%;4.700DO0jr?*JSxT|RP_N%L#qNFl9xt", "type": "image"}, {"id": 8795978, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a37556f-6b7f-4400-a7a3-c5f1799bc845/width=450/8795978.jpeg", "nsfwLevel": 1, "width": 992, "height": 1376, "hash": "UJG8yP.90|o|t,yEFsXSPBxw_4tRMzkEyDoz", "type": "image"}, {"id": 8795974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f43762de-f1d8-4632-bed5-65ef1513a3c5/width=450/8795974.jpeg", "nsfwLevel": 1, "width": 992, "height": 1376, "hash": "UIL4KcEK%MNF4qIos,o#55=|n4kB.T-px]sT", "type": "image"}, {"id": 8795977, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7308d8b-c8a9-46b6-bf80-66efb4545745/width=450/8795977.jpeg", "nsfwLevel": 1, "width": 992, "height": 1376, "hash": "UKJHUJ%MNZIB}]XStk$%DhxuXAM|M|My%1Rj", "type": "image"}, {"id": 8795979, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfaa4629-dcc9-4e1a-92fa-87ef250cc9e2/width=450/8795979.jpeg", "nsfwLevel": 8, "width": 992, "height": 1376, "hash": "ULLD+H~BTDk@iuKQpdwGDOr@Mxs84:R4waSi", "type": "image"}, {"id": 8795975, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58a7c0b8-babf-4e6c-bd6d-b5d0b22d7374/width=450/8795975.jpeg", "nsfwLevel": 1, "width": 992, "height": 1376, "hash": "UALDrutl00%g4To}cs%N?Zt7~q?bTyS4m,-;", "type": "image"}, {"id": 8796030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91368a7d-c699-4a93-b861-86f0aa645285/width=450/8796030.jpeg", "nsfwLevel": 16, "width": 992, "height": 1376, "hash": "UKK,~r1H0J#S00KNNt=e8_~V-qRQ%MIVM{M{", "type": "image"}, {"id": 8796029, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24e079a5-e274-4f42-bb63-3083b73e823f/width=450/8796029.jpeg", "nsfwLevel": 16, "width": 992, "height": 1376, "hash": "UNL4809GMw_N0}?H^lE10dkpRPE1.8NuV@xu", "type": "image"}, {"id": 8796028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0e314e8-5b6d-49f6-bae0-a13561aacd7b/width=450/8796028.jpeg", "nsfwLevel": 16, "width": 992, "height": 1376, "hash": "UHLgR:~D00.70LIBEK9@0yjF-;OW_39ZxG?b", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/418084", "modelId": 374206} \ No newline at end of file diff --git a/datasets/metadata/418326.json b/datasets/metadata/418326.json new file mode 100644 index 0000000000000000000000000000000000000000..77a1d4ca96e922d8ab2a0a8bbe7f081656edd05f --- /dev/null +++ b/datasets/metadata/418326.json @@ -0,0 +1 @@ +{"id": 418326, "index": 0, "name": "(XL Pony Version)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-30T02:43:29.490Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 307, "ratingCount": 0, "rating": 0, "thumbsUpCount": 46, "thumbsDownCount": 1}, "files": [{"id": 340269, "sizeKB": 223108.99609375, "name": "Calishiba_XL__3D_Anime_-_Video_Game_Style_XL_Version.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T02:35:53.034Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "08CA2B1D", "AutoV2": "8B018F03E3", "SHA256": "8B018F03E3EDD5897B5142ED8978582A46A2104DC1889F2B51DBC3F42E361E86", "CRC32": "350805D6", "BLAKE3": "5269B55C8A2479A4815A264A1FADCF12CEE9E9A5BA50518B3B05133BAEB124C6", "AutoV3": "7C2EDB47AA67"}, "downloadUrl": "https://civitai.com/api/download/models/418326", "primary": true}, {"id": 340193, "sizeKB": 191791.3076171875, "name": "418326_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T01:36:11.323Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E6B5D440", "AutoV2": "76A5D32BDF", "SHA256": "76A5D32BDFF913B790E8BEC9A36C35631B4749E1CFFCFBA895ECA996D83CF3FC", "CRC32": "123ABFFE", "BLAKE3": "5A2DC9CF2C0174CAC6236006F6E22A03E90214DFAB47433EE383E0B437B45A4C"}, "downloadUrl": "https://civitai.com/api/download/models/418326?type=Training%20Data"}], "images": [{"id": 8817455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a74ebd75-0ec3-4dbd-be04-7581b41f9069/width=450/8817455.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U5GRI{V@00t7~WV@01-p00xuDiIo?axa={E1", "type": "image"}, {"id": 8817481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09ea48f1-9683-4cda-834b-8b3ca85677bd/width=450/8817481.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAIN,M0100?at8xZ00xu?^RkH?xt01xt-UM{", "type": "image"}, {"id": 8806369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1292725-d73b-49f0-93a6-50a1d22ed4d4/width=450/8806369.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UAEy0=pH4m=|~Dx]Ee^k%2E1s-tR_4WYD*E0", "type": "image"}, {"id": 8806355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7b820d9-0618-4e2d-8c46-dbdbb3c2c700/width=450/8806355.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFFPZ;ofD4jI4Va}X3ay4Tay?]of^%fPIXbH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/418326", "modelId": 374562} \ No newline at end of file diff --git a/datasets/metadata/41837.json b/datasets/metadata/41837.json new file mode 100644 index 0000000000000000000000000000000000000000..c3af867b8ab2fa49294301ad373cff7e18c34bd9 --- /dev/null +++ b/datasets/metadata/41837.json @@ -0,0 +1 @@ +{"id": 41837, "index": 0, "name": "Release 3R", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-04-10T14:30:01.819Z", "availability": "Public", "nsfwLevel": 1, "description": "Addresses some attire issues from Release 1~3!!
Improvements (vs. Release 3):
Stockings now appear blue and pink much more reliably
The right side of her jacket (from viewer's perspective) is now black much more reliably
Trigger Words
Put (long hair, mismatched stockings:1.15) in positive prompt, and (weapon, sword, holding, holding weapon, holding sword, tail, mechanical tail:1.5) on negative prompt
This is not required but seems to yield better results.
Training Details (compared to Release 3)
The training images are the same, but one image was flipped horizontally, and another was moved to the lower weight folder. Also weight for the higher weight folder increased a little.
Training Parameters
(w/ bmaltais/kohya_ss; see Training Data File for full LoRA training parameters extracted with kohya-ss/sd-webui-additional-networks)
Trained on: nai.ckpt (925997e9)
Training Batch Size: 2
LR: 0.0007, UNet LR: 0.0007, TE LR: 0.000175, Scheduler: Cosine w/ Restarts
Epochs: 3, Dim: 32, Alpha: 16, Resolution: 512x512, Clip Skip: 2
*EasyNegative in the example images is an embedding from here.
", "trainedWords": [], "stats": {"downloadCount": 687, "ratingCount": 64, "rating": 5, "thumbsUpCount": 75, "thumbsDownCount": 0}, "files": [{"id": 32134, "sizeKB": 14306.3515625, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-10T14:26:39.295Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "97C21E37", "AutoV2": "870BA1929F", "SHA256": "870BA1929F1BBDF2193D854798ABA3F6571C9FA6BDF4779713D2DA25E25243D5", "CRC32": "4B7ACB60", "BLAKE3": "72B1E5862097E1D927E880736BB8EA904104D476DA0F67BF9111E21CC4344E27"}, "downloadUrl": "https://civitai.com/api/download/models/41837?type=Training%20Data"}, {"id": 32135, "sizeKB": 36976.33984375, "name": "FerventTempoDelta_Release3R.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-10T14:26:41.579Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4C97425A", "AutoV2": "9366583C29", "SHA256": "9366583C29F659E791655B8400DA91D628B9D41A01E79CFBAC5F265C37CE8DC4", "CRC32": "C51B1F82", "BLAKE3": "466698C99EA0EBE1EB8CBBEAA62ED4D5674CFC84A620235D36A6EFCBD8BC99DB", "AutoV3": "8EF6B26F1654"}, "downloadUrl": "https://civitai.com/api/download/models/41837", "primary": true}], "images": [{"id": 460011, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d991b13e-4489-4f24-f318-ba4170328d00/width=450/460011.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDK-Rm~qG[E2%NjYt7a$%#Rjk=M|%gV[D%t7", "type": "image"}, {"id": 460009, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e84b5499-b81d-407d-a3b6-2a843a4fd700/width=450/460009.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNHUX]~B9ZXTD%NHEMIU4:NZS2R*NaM|WBxa", "type": "image"}, {"id": 460010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f420764-4055-486e-a0d5-9c3c604f2f00/width=450/460010.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UcMGxHNG_M%2~WkB%Mxu-:oLIoWUspofRPRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/41837", "modelId": 25652} \ No newline at end of file diff --git a/datasets/metadata/418567.json b/datasets/metadata/418567.json new file mode 100644 index 0000000000000000000000000000000000000000..90ec8d31b0ecc17201472dc14f98317d593df59f --- /dev/null +++ b/datasets/metadata/418567.json @@ -0,0 +1 @@ +{"id": 418567, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-31T21:14:28.546Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["slpxlz", "score_9, score_8_up, score_7_up, score_6_up"], "stats": {"downloadCount": 240, "ratingCount": 0, "rating": 0, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 343079, "sizeKB": 166549.19140625, "name": "LandscapePonyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-31T21:12:34.818Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "17B25F7B", "AutoV2": "53A71BE685", "SHA256": "53A71BE685FEC2A567018E06BE9CFC3FA26F0540F096A98E8ECCF1C91DA58162", "CRC32": "21C536D0", "BLAKE3": "9A58043B2C357C0857B40C609DC1E363395AE2FB6B3F6EBE3B3D680F23D5F113", "AutoV3": "DE81B810FDC6"}, "downloadUrl": "https://civitai.com/api/download/models/418567", "primary": true}, {"id": 340429, "sizeKB": 59543.8544921875, "name": "418567_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T05:26:19.255Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "79782105", "AutoV2": "940794E84E", "SHA256": "940794E84E161ED0CD3CC56D7C5F97C032B4B0F7D3F15BF098CFCC4C50F5F673", "CRC32": "69E476AD", "BLAKE3": "9BC2EC7E3429974E0CAF3B5E50DC3821F190C01F460F5A948459479C19B2A29A"}, "downloadUrl": "https://civitai.com/api/download/models/418567?type=Training%20Data"}], "images": [{"id": 9036654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3de15c2-d1ad-457e-a45a-613f77a4c2a3/width=450/9036654.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "U7KnSYoeIA-;00M{4nRQ%#t7%MbH00j[~qof", "type": "image"}, {"id": 8917707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56545fb5-88c9-4233-82b7-9fdb4264e98c/width=450/8917707.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U2C67Ps.00xv00xa39M|}@NH5Rae00oM[Dxt", "type": "image"}, {"id": 8916049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53ba580d-1492-4c02-8f5b-e225776a0edd/width=450/8916049.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPD#q1$926Jh|jw#A,N?N=a{sXa{A+SK$AsX", "type": "image"}, {"id": 8917708, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81fc4d37-424a-4743-84c4-300e16f4648c/width=450/8917708.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U2Ac#lNGm+Rj00Rj_2xt01%20La}~qt6IURk", "type": "image"}, {"id": 8917712, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eacd05c0-65d5-40e2-a7bd-31c8390c227f/width=450/8917712.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U35XM-^P}u=d9@a{oJoLJ6Eg9@J8ELNHR*Na", "type": "image"}, {"id": 8917710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18b164c6-06cb-4138-be3e-c54fb7d9f804/width=450/8917710.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U02$2955$+Na9Dozs;bItkxIIoso9swJX7n%", "type": "image"}, {"id": 8917713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86f0a533-dd39-4960-a82a-1808903fcd09/width=450/8917713.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U02FPhOq5Tn$S}bGnjaf2:wd,?NI?EoeI;WC", "type": "image"}, {"id": 8917889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c47d1fe-e709-4d07-9699-e6cd74c89c8b/width=450/8917889.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UIJuAk%MM{xuNGRjRjj[~qoft7WB00WBofWB", "type": "image"}, {"id": 8917888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4265d949-6512-4e64-908b-e19ba186e353/width=450/8917888.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UA2~A+j_SRS8tDj_W[W@W_fnj_oOSTbKoNoh", "type": "image"}, {"id": 8918473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8bec982-8252-4e45-8cd6-0c513122dd58/width=450/8918473.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UKIXBbIpf+o}00x]MxM{?^X8i_s:-;M{bvoz", "type": "image"}, {"id": 8918475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f8c7586-5e7f-4dd8-b00d-f783290508b5/width=450/8918475.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UKHnNsIoozMe.mi^t7bbDiNGaJxaM{RjIoRj", "type": "image"}, {"id": 8918472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0121c0dc-17d9-46ff-8119-7b1f5608c84c/width=450/8918472.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UHHwT0ENtjR*bw%gM{E1_MXm#m$*R7tRM{R+", "type": "image"}, {"id": 8918476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f79863e-3f89-4087-a7c5-15fdb71fb57c/width=450/8918476.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U4C~-nIV00RP?vxt4.RP~qogIAE101?HIUIU", "type": "image"}, {"id": 9036577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52d189ca-2606-4449-a496-b044ba605fee/width=450/9036577.jpeg", "nsfwLevel": 1, "width": 2304, "height": 1792, "hash": "US9iD*oNE^X9xzbJNrbcKlW=sCohXpfln*oN", "type": "image"}, {"id": 9036578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8ca6080-ea17-43f4-bb80-3075c6926aec/width=450/9036578.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "UD8B?*W.6GoM}2Wn6Ho3=6fPAlju$TfPJNju", "type": "image"}, {"id": 9036575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab11f01d-985f-4c70-b1f7-7ca2d06ef66b/width=450/9036575.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "U67Sd]j?N?oM][o2a_a|KQo3sWSK2+Wqo3fR", "type": "image"}, {"id": 9036576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c50abbe0-430d-4ef4-a1d0-8fcd75799619/width=450/9036576.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "U47u+Dsq2PbF|*o3JzWnAlWow#a{1.SK]Yo3", "type": "image"}, {"id": 9036652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69b81561-f1a2-4f1f-a67b-f149067c8205/width=450/9036652.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "U1B{o.~COy-:00ELF.I.*L-W5So03bE1DQIo", "type": "image"}, {"id": 9036651, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2949fb1-047b-446c-a7b1-162997fcebc6/width=450/9036651.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "U37Axa%157R*03Ip%0s:~9t6s,f6IoazE2R*", "type": "image"}, {"id": 9036653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81e418d7-96a1-4be0-a160-5efb65f912e4/width=450/9036653.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "U696?l0g^j9u02%1xZR*~A%158-n58R+oJj@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/418567", "modelId": 374785} \ No newline at end of file diff --git a/datasets/metadata/418595.json b/datasets/metadata/418595.json new file mode 100644 index 0000000000000000000000000000000000000000..e60154795714817f2b8e21846905e6b6970536d1 --- /dev/null +++ b/datasets/metadata/418595.json @@ -0,0 +1 @@ +{"id": 418595, "index": 2, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-30T05:39:09.025Z", "availability": "Public", "nsfwLevel": 5, "description": "Not as good as I would've hoped...
Will probably train a new one in the future.
", "trainedWords": ["otomune kozue", "yugiri tsuzuri", "fujishima megumi", "osawa rurino", "hinoshita kaho", "murano sayaka"], "stats": {"downloadCount": 221, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 340446, "sizeKB": 223102.27734375, "name": "hasunosora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T05:40:49.241Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "11FAE23B", "AutoV2": "22EE96213F", "SHA256": "22EE96213F46CBCC06691AD505099A7448CE9CBA34851A0420CDC8E277305D83", "CRC32": "566C24D3", "BLAKE3": "6AF1C286FDEA7FA9834860B8EAA72A275723214C3BBE749BF736D5B7019CB09C", "AutoV3": "A9B15A437ECC"}, "downloadUrl": "https://civitai.com/api/download/models/418595", "primary": true}, {"id": 340450, "sizeKB": 20294.3125, "name": "LLLL.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T05:41:12.729Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9B7BE870", "AutoV2": "E7751AA462", "SHA256": "E7751AA46246D098318DF2089648B2B6E8504C5EE5B6B47A8023FA2590AC9A60", "CRC32": "D0A4CDF9", "BLAKE3": "B40C6DB119796E1F8E5577189EE211B365A54D697F53720EC5E42C5DB0D680E4"}, "downloadUrl": "https://civitai.com/api/download/models/418595?type=Training%20Data"}], "images": [{"id": 8813828, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87cb1700-a9b3-4d1e-8d18-bd98d1ccae2a/width=450/8813828.jpeg", "nsfwLevel": 1, "width": 3072, "height": 2368, "hash": "UXLgkaWEWBM|.8ofV@ayR*WEWBj[_NoeWWay", "type": "image"}, {"id": 8813827, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19814fdc-a3e8-4af2-be04-15f003293504/width=450/8813827.jpeg", "nsfwLevel": 1, "width": 3072, "height": 2368, "hash": "UCLz{jtSMwt7.To#WAoMIoo3nmWByY%2WZ%2", "type": "image"}, {"id": 8813829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6374bc3f-8443-420e-82de-22224800f570/width=450/8813829.jpeg", "nsfwLevel": 4, "width": 3072, "height": 2368, "hash": "ULMtXH%gemkD.Txvt7aeM{NINGoL*0RPR-kD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/418595", "modelId": 374804} \ No newline at end of file diff --git a/datasets/metadata/418688.json b/datasets/metadata/418688.json new file mode 100644 index 0000000000000000000000000000000000000000..c563492465022c7bed6c1c84868546bc2840c1c2 --- /dev/null +++ b/datasets/metadata/418688.json @@ -0,0 +1 @@ +{"id": 418688, "index": 0, "name": "v1.1", "baseModel": "SDXL Turbo", "baseModelType": null, "publishedAt": "2024-03-30T07:06:06.399Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Dfallentech", "fallenwalker", "fallenpike", "fallenskiff", "fallenketch", "fallenshank"], "stats": {"downloadCount": 76, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 340539, "sizeKB": 223104.94921875, "name": "DFallenTechXL1.1-000016.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T07:06:23.702Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FD3FC3B0", "AutoV2": "4D9DE07B7C", "SHA256": "4D9DE07B7C623BBE88C47A00B0427EED4913443165B72E6302BAD5E2D4E1FC66", "CRC32": "85C1A02F", "BLAKE3": "EA6C54FA49250AEEE7EFB0915F814BD0F011A21175C60AB84917DE575B82A835", "AutoV3": "A4C160DB4E1E"}, "downloadUrl": "https://civitai.com/api/download/models/418688", "primary": true}, {"id": 347134, "sizeKB": 29022.48828125, "name": "DFallenTechXL1.1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-03T09:05:43.255Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F2D299FD", "AutoV2": "AC5C6918DB", "SHA256": "AC5C6918DBC7FB5AFADD4DD130CE768113E6FADF0F0BD28CC6AC5B972EF1F2F8", "CRC32": "688AF0E2", "BLAKE3": "992D01EC89BB86608714267BC45AD8758756AB2649C9122C31E4133E876BBBED"}, "downloadUrl": "https://civitai.com/api/download/models/418688?type=Training%20Data"}], "images": [{"id": 8817865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0db6f6c1-1b99-4039-a02e-aadbb1d8c484/width=450/8817865.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "UOI4-9RkxZ-oyZWCadj[Tet6D*M|tma#RPR*", "type": "image"}, {"id": 8817862, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5f9fda1-c182-4d56-9eac-3761b75a7fe7/width=450/8817862.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "UXN*%Sof-B$%~Dofe.oLt6s:9tR+OBWBWUR+", "type": "image"}, {"id": 8817894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9874ee5-eb20-481e-8eb5-f688aa922309/width=450/8817894.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "UUM?SRxa^*Rk?wkCoeWX?wR+E2t6tlayWBt6", "type": "image"}, {"id": 9906629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/935822c6-4d0d-424b-a0f0-91e1400775e6/width=450/9906629.jpeg", "nsfwLevel": 1, "width": 1408, "height": 704, "hash": "UGF5NwM{xu%20io0NHNH~UR+smoJ9va#sTjs", "type": "image"}, {"id": 9906630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ede893ee-34e4-4806-8036-df5ff63e046d/width=450/9906630.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UIG8TDt7kpt70jt6R*kC~Vj[r?WBNwa#sTj?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/418688", "modelId": 366570} \ No newline at end of file diff --git a/datasets/metadata/418717.json b/datasets/metadata/418717.json new file mode 100644 index 0000000000000000000000000000000000000000..341dad43941f72900eb6495247251ba6a46ba15f --- /dev/null +++ b/datasets/metadata/418717.json @@ -0,0 +1 @@ +{"id": 418717, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-30T07:42:58.770Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 240, "ratingCount": 0, "rating": 0, "thumbsUpCount": 38, "thumbsDownCount": 0}, "files": [{"id": 340570, "sizeKB": 22248.14453125, "name": "Nagisa_SeriouslyHuge-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T07:45:41.515Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "54648B29", "AutoV2": "AE7286D7BD", "SHA256": "AE7286D7BD348ABA2C1FAEC0102AC467CDDA98662ACE495804365A240DA01D0B", "CRC32": "5E849538", "BLAKE3": "F266F7EA8577DCD7613EF37D58BF7C36F3B87C74A861BBB011EF3C7E8907F362", "AutoV3": "ED41ECFD4DD9"}, "downloadUrl": "https://civitai.com/api/download/models/418717", "primary": true}, {"id": 340571, "sizeKB": 42063.416015625, "name": "Nagisa_SeriouslyHugeV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T07:45:42.558Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7B2080A8", "AutoV2": "A16D0B17CB", "SHA256": "A16D0B17CB8D8D793C8852373CF1587AFBD24A39E1228FC523FD07D555BA95CD", "CRC32": "D3A1A7FE", "BLAKE3": "720ACADC03E3703981D7A9C168215AF22AAAFC7BD03EF4DC56657BF9BDA34047"}, "downloadUrl": "https://civitai.com/api/download/models/418717?type=Training%20Data"}], "images": [{"id": 8819109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e506622a-3dde-4640-ab70-97dc937f2bb9/width=450/8819109.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaQ+sZs:*0t7waRjj]V@.SofVYt7%Mj[ozbH", "type": "image"}, {"id": 8819110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2ac42bc-8b7d-466f-9b3b-371ca52e02d9/width=450/8819110.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UbQ+sZs:*0t7waRjj]V@.SofVYt7%Mj[ozbH", "type": "image"}, {"id": 8819253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01422f5a-0025-4e60-ab9d-c2325f3be639/width=450/8819253.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTQc9snN%~%M^ioftmWoNZf6Vssn_NbFMxt8", "type": "image"}, {"id": 8819443, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/069852b5-235b-4f13-92e2-be106269cf15/width=450/8819443.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUQ]Woxv*0of-UV@k?oKW;oziwoz_NaeVsV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/418717", "modelId": 57683} \ No newline at end of file diff --git a/datasets/metadata/418802.json b/datasets/metadata/418802.json new file mode 100644 index 0000000000000000000000000000000000000000..432cbca4b24e460ae260903b8ce05584a4d165b5 --- /dev/null +++ b/datasets/metadata/418802.json @@ -0,0 +1 @@ +{"id": 418802, "index": 0, "name": "RPG Top Down 4 Direction Walk Cycle [Pony]", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-30T11:41:18.146Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 1117, "ratingCount": 0, "rating": 0, "thumbsUpCount": 223, "thumbsDownCount": 0}, "files": [{"id": 340753, "sizeKB": 223103.25390625, "name": "RPG_Top_Down_4_Direction_Walk_Cycle_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T10:55:48.756Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FF3CCD53", "AutoV2": "23E6557408", "SHA256": "23E6557408A192B7DABA9032D047644AB3BACA1A1A7D328AFCD649410451E136", "CRC32": "E8F21D25", "BLAKE3": "51394520B2AA8CE6FFCDA04ACBA964037F0543BF61A86A8D9CC7EC4D6A1354A1", "AutoV3": "2FA47DCBFCD9"}, "downloadUrl": "https://civitai.com/api/download/models/418802", "primary": true}, {"id": 340645, "sizeKB": 99.734375, "name": "418802_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T09:07:00.042Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "09CEFF5C2C", "SHA256": "09CEFF5C2C964DEF4DAE3A8EEADBE49AB762F8B7892A499A8EAE7ABC883F4629", "CRC32": "3703B873", "BLAKE3": "71DBA70164EC5705D91F23696916FF82787C94FF415DBC4B415E6B3E8D235F92"}, "downloadUrl": "https://civitai.com/api/download/models/418802?type=Training%20Data"}], "images": [{"id": 8828615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f1d26ef-2f9e-4256-8bba-a9830bd8ff7d/width=450/8828615.jpeg", "nsfwLevel": 1, "width": 144, "height": 240, "hash": "U2D*2;=xoM^5$$WVI?Sx~AR,RnbH+cxGSx#:", "type": "image"}, {"id": 8828614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5442dee-cd32-47f0-b211-8c96cfd6c462/width=450/8828614.jpeg", "nsfwLevel": 1, "width": 192, "height": 240, "hash": "U1725MtStMtS};R*fhM|?@M|n,IV9+t8oMje", "type": "image"}, {"id": 8828613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53467298-7172-437f-9018-e2769274f9a9/width=450/8828613.jpeg", "nsfwLevel": 1, "width": 144, "height": 240, "hash": "U3Be,U$%$z%1}=kBShodT0WqNHWV#QofWXWC", "type": "image"}, {"id": 8828617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a8399c5-5de0-4853-86cb-986e96790601/width=450/8828617.jpeg", "nsfwLevel": 1, "width": 144, "height": 240, "hash": "U184|zx@t6.4^jf6xZoc?poxahocrYkCjbjc", "type": "image"}, {"id": 8828616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3d50a8f-2f49-4a3f-ac77-37ec27eb64ba/width=450/8828616.jpeg", "nsfwLevel": 1, "width": 144, "height": 240, "hash": "U6JZCk=_xu=^KjNdIpW;}$k9aJj?F3-9Nf,:", "type": "image"}, {"id": 8828618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0fb1b8d-6505-4c60-8a28-8484592dab9d/width=450/8828618.jpeg", "nsfwLevel": 1, "width": 818, "height": 640, "hash": "UDO{dMxt~V%2?ckCbvofR2ayX6ae.9adbvV@", "type": "image"}, {"id": 8828625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d9be181-0043-49e1-9d13-f0a95e6ede9f/width=450/8828625.jpeg", "nsfwLevel": 1, "width": 1006, "height": 558, "hash": "U37^raEl0$~ANy%1S6xWW-M|$K9a0k$|}q58", "type": "video"}], "downloadUrl": "https://civitai.com/api/download/models/418802", "modelId": 375001} \ No newline at end of file diff --git a/datasets/metadata/419128.json b/datasets/metadata/419128.json new file mode 100644 index 0000000000000000000000000000000000000000..1026b1e827077e465f10d5a0794afb63bda429e1 --- /dev/null +++ b/datasets/metadata/419128.json @@ -0,0 +1 @@ +{"id": 419128, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-03-30T14:03:56.476Z", "availability": "Public", "nsfwLevel": 17, "description": null, "trainedWords": ["junkoXL", "blonde hair", "twintails"], "stats": {"downloadCount": 206, "ratingCount": 0, "rating": 0, "thumbsUpCount": 34, "thumbsDownCount": 0}, "files": [{"id": 340944, "sizeKB": 176962.85546875, "name": "junkoXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T14:05:47.841Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "24456B8A", "AutoV2": "65C3CB852D", "SHA256": "65C3CB852DE89B7D1FDD5515418A888F42AAC9867CD59A649B8C5740ABEDFE05", "CRC32": "3AB8BBBD", "BLAKE3": "9A8D0CB7715BB1CA0D22F23781A05453A318CBE2969F55F4BAFE59941968E8A1", "AutoV3": "CE82CB503034"}, "downloadUrl": "https://civitai.com/api/download/models/419128", "primary": true}, {"id": 340952, "sizeKB": 13470.828125, "name": "junkoXL.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T14:10:46.142Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "04761F42", "AutoV2": "BF81F2B271", "SHA256": "BF81F2B2712451647EF832E60CA44DC8DDB3BFADF597C4B4B4BC9B800968EFB3", "CRC32": "DE0AA71B", "BLAKE3": "9B192A416083CDFDF4E8279F7C2B55BDC40F21A52E753C5D23CA1202A20638CE"}, "downloadUrl": "https://civitai.com/api/download/models/419128?type=Training%20Data"}], "images": [{"id": 8835860, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88dd89f6-fce6-4be1-8944-2f65a4a61982/width=450/8835860.jpeg", "nsfwLevel": 1, "width": 992, "height": 1376, "hash": "UBKm;Gxu$vIA~qx]ROs+00WC_N%M0Lj[I8xt", "type": "image"}, {"id": 8835864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4eaf021-cc78-47e9-b8ef-6101bd598213/width=450/8835864.jpeg", "nsfwLevel": 1, "width": 992, "height": 1376, "hash": "UQI;|+ogMwWB~WkDs.of.8kX%2f6KQRnM{t7", "type": "image"}, {"id": 8835861, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fd11fe7-b173-4ecc-98fc-4c33fa98c635/width=450/8835861.jpeg", "nsfwLevel": 1, "width": 992, "height": 1376, "hash": "UNJai$oJRNV@~VofMxR*JVfkIVR*Ndj@ROM{", "type": "image"}, {"id": 8835893, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3003b90a-95eb-4f1a-a111-9ef59a546a53/width=450/8835893.jpeg", "nsfwLevel": 1, "width": 992, "height": 1376, "hash": "ULLW;OITs*ag~CR.IoW=_3V?NGovkkbZWYt7", "type": "image"}, {"id": 8835865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd88d20c-c543-4150-80b7-6a38405e78a6/width=450/8835865.jpeg", "nsfwLevel": 1, "width": 992, "height": 1376, "hash": "USKwX-ofITR*~Wjuozae?aoMIVjbxvt7RQWB", "type": "image"}, {"id": 8835935, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76f84165-7b57-47a8-b2bf-c8acda63a596/width=450/8835935.jpeg", "nsfwLevel": 16, "width": 992, "height": 1376, "hash": "UCLpp,$*Ri$%%ckW?Hs:$JoL01sC~qWn9Zs:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/419128", "modelId": 375297} \ No newline at end of file diff --git a/datasets/metadata/419184.json b/datasets/metadata/419184.json new file mode 100644 index 0000000000000000000000000000000000000000..903fb0772013839941fa0c45e1f0659bab767778 --- /dev/null +++ b/datasets/metadata/419184.json @@ -0,0 +1 @@ +{"id": 419184, "index": 0, "name": "v3.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-30T14:35:47.109Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 246, "ratingCount": 0, "rating": 0, "thumbsUpCount": 37, "thumbsDownCount": 0}, "files": [{"id": 341002, "sizeKB": 44531.7880859375, "name": "Chiaki_SeriouslyHugeV3.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T14:36:16.535Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "96C6029A", "AutoV2": "ADA1E7FD58", "SHA256": "ADA1E7FD586CAC0AC4A1D9FD1DC732AAEC612FEE469732586EF408C5EC35F0C2", "CRC32": "21395D9F", "BLAKE3": "657F10E30D5DC04A28C43A55E35CB370222912FF386F824E552D9A46A87E71AB"}, "downloadUrl": "https://civitai.com/api/download/models/419184?type=Training%20Data"}, {"id": 341001, "sizeKB": 22255.80859375, "name": "Chiaki_SeriouslyHuge-KK77-V3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T14:36:11.371Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AE10E659", "AutoV2": "A9426B6287", "SHA256": "A9426B6287112B81A9970F237D317436E6B3E5EC70DBFEBC15772B45F4ECB43E", "CRC32": "D67D8821", "BLAKE3": "DFEE41A9B6A2C8805A7806DE3BEF8436E989843535A7A1CF6969BBCBACC327E8", "AutoV3": "B2A295C391AB"}, "downloadUrl": "https://civitai.com/api/download/models/419184", "primary": true}], "images": [{"id": 8838298, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16debd89-c4a0-41bb-95af-00452854a11a/width=450/8838298.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URNTL9Rj?^j[#kWBxuRj%gj[-pf6%gj[xuof", "type": "image"}, {"id": 8838299, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfaa8b1d-07a6-467c-9094-9e3de7b96a82/width=450/8838299.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URNTL9Rj?^j[#lWBxuRj%gj[-pf6%gj[xuof", "type": "image"}, {"id": 8838904, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3326cb1-c9f1-4f28-8008-bb86939dc00d/width=450/8838904.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTM%fvMx~q%M,:t7N^IUD%E1%2t7.8M{oLf+", "type": "image"}, {"id": 8839528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa0c806f-0251-4f51-9a74-97ca891c7399/width=450/8839528.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UKP=]2t6*Jw]AEMx.8MxI@RjxbM{~WsmV@Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/419184", "modelId": 57760} \ No newline at end of file diff --git a/datasets/metadata/419216.json b/datasets/metadata/419216.json new file mode 100644 index 0000000000000000000000000000000000000000..c1f0cde8dae264d46f248e8a2ef1e63fe833afb7 --- /dev/null +++ b/datasets/metadata/419216.json @@ -0,0 +1 @@ +{"id": 419216, "index": 0, "name": "satyrzaki", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-30T16:06:20.533Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 32, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 341034, "sizeKB": 4988.677734375, "name": "419216_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T15:05:37.565Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EAB29A85", "AutoV2": "0DE9AF1B2F", "SHA256": "0DE9AF1B2F32B08B96A0D78A3890C74003C551282D8E73F8122B8EF818C39893", "CRC32": "514221A2", "BLAKE3": "20A1764E734119E1FB4CFF7768A89B71108D3E9F92671B0CB857B0E9703C778F"}, "downloadUrl": "https://civitai.com/api/download/models/419216?type=Training%20Data"}, {"id": 341110, "sizeKB": 223099.50390625, "name": "satyrzaki.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T16:05:46.307Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EE2DA8BA", "AutoV2": "482C2BEC56", "SHA256": "482C2BEC5609CCBD451BCD7BD2B7B94A5A6394BC4B9F1F8AFA668B8EA13B7C85", "CRC32": "6ECFD600", "BLAKE3": "FA9C840FF84302021300350237139EA952F0C3D5E7FA63DD9C705D2965AE6B25", "AutoV3": "0E7A2AB152BF"}, "downloadUrl": "https://civitai.com/api/download/models/419216", "primary": true}], "images": [{"id": 8842966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b3606d7-7f03-45b7-8016-979e360356ac/width=450/8842966.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U4C=-w^*009Z0gWVZ$ay00E1~Vx]={WB=|xu", "type": "image"}, {"id": 8842967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2928ddc3-b1ea-44e7-a16b-155326cf8341/width=450/8842967.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U5CO{]%100?G00?G%gxa5RE2}@ELF2xtVYWB", "type": "image"}, {"id": 8842968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9e63f37-0b7e-456c-bd4b-62b86819e46c/width=450/8842968.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEF5y]*00KD$t#W+VqIAXg?FxtkDM_sSoN9a", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/419216", "modelId": 375380} \ No newline at end of file diff --git a/datasets/metadata/419417.json b/datasets/metadata/419417.json new file mode 100644 index 0000000000000000000000000000000000000000..23950647b9da3717581c82826201cf1f95c90365 --- /dev/null +++ b/datasets/metadata/419417.json @@ -0,0 +1 @@ +{"id": 419417, "index": 0, "name": "Raf1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-30T20:12:50.830Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 37, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 341425, "sizeKB": 36978.3203125, "name": "Raf1-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T20:16:09.380Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5B088A13", "AutoV2": "6A0BBFC68D", "SHA256": "6A0BBFC68D1146B0987C863E81BC9F9521B8024CAC320352BA544044A805A284", "CRC32": "3875CA03", "BLAKE3": "688BAFB733D36B6FC46AF3C740BC6FD522E973A5DAA4B1D1F93CABBB2AF60D18", "AutoV3": "AEDA3DAD713E"}, "downloadUrl": "https://civitai.com/api/download/models/419417", "primary": true}, {"id": 341207, "sizeKB": 46467.8828125, "name": "419417_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T17:20:46.474Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F80CE567", "AutoV2": "3445182EA5", "SHA256": "3445182EA58175F6FD9CEA4AB507744E01A9D09644F702D0330B0EEF2B16CBE4", "CRC32": "A0AF2F1C", "BLAKE3": "1F0DAB36B858E2DF9260B9F67C587CC97269F03BC68BA01878CE9EDFA7F2FDC1"}, "downloadUrl": "https://civitai.com/api/download/models/419417?type=Training%20Data"}], "images": [{"id": 8852538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5522693a-e701-4f9d-82d9-31def323eaa1/width=450/8852538.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UKEB8hTa#Q=}}v#nIT,[FfnPEKX5O@jFI-ba", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/419417", "modelId": 375567} \ No newline at end of file diff --git a/datasets/metadata/419430.json b/datasets/metadata/419430.json new file mode 100644 index 0000000000000000000000000000000000000000..5f8299df008141b83fe5ddba99b25111aa54dfbf --- /dev/null +++ b/datasets/metadata/419430.json @@ -0,0 +1 @@ +{"id": 419430, "index": 0, "name": "Disha", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-30T18:44:54.164Z", "availability": "Public", "nsfwLevel": 1, "description": "v1.0
", "trainedWords": ["disha"], "stats": {"downloadCount": 31, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 341215, "sizeKB": 18455.8701171875, "name": "419430_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T17:30:43.875Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "42F9F169", "AutoV2": "C1590C4C70", "SHA256": "C1590C4C702BB49620881FA1B16881DBC3223A3FA923C2C8960DDB9E11A41576", "CRC32": "CE89779C", "BLAKE3": "D49B4057B0B0F40A948C38070F7957A19BDC8917D4F672844BCDB3000522FE2B"}, "downloadUrl": "https://civitai.com/api/download/models/419430?type=Training%20Data"}, {"id": 341316, "sizeKB": 223099.01953125, "name": "Disha-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T18:41:23.869Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D17E2BA4", "AutoV2": "A891265EE0", "SHA256": "A891265EE0BE8A98ED12ED4ACBC22D02161F7E115BD1185DB9F852274F9B2979", "CRC32": "B16F3E97", "BLAKE3": "A74B4C89946D449D1CC43D120017E4BF4F3F244E52A2676992ACA9C962531CD0", "AutoV3": "9344239B2227"}, "downloadUrl": "https://civitai.com/api/download/models/419430", "primary": true}], "images": [{"id": 8849234, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/013fdd3f-1e46-4681-b281-37ed2eb10f12/width=450/8849234.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UoKdl#$P%jNePWNdRis;$*s:emadT1R+WAof", "type": "image"}, {"id": 8849233, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63c321ed-6532-4581-99b7-32e699d0d093/width=450/8849233.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UiJHU~o~%jRh%$s8R%oht8W=Vqj=t8adbIs=", "type": "image"}, {"id": 8849235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a02e3149-0100-47fe-adab-1cb668e0e151/width=450/8849235.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdLMonNfT#^6TysSrgJ:xYs:aJR~xIS1SxsF", "type": "image"}, {"id": 8849336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60a67e4b-9e6a-471c-b28b-19a5dd5532e7/width=450/8849336.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UVL|EVsFugTGtjk9r?nmKOW.v%nmozjbspX7", "type": "image"}, {"id": 8849335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e21b06f2-e55b-4ead-9bf6-fd3b91290388/width=450/8849335.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYM%]2M|o~_4MdM_.8t7xutRRPRPtmj[nNRi", "type": "image"}, {"id": 8849337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/990881bb-90e9-4305-8fdb-f923fe331cdd/width=450/8849337.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULHehVxG_MW;%foes=WFX2WBa*kD$,RkNExr", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/419430", "modelId": 375578} \ No newline at end of file diff --git a/datasets/metadata/419875.json b/datasets/metadata/419875.json new file mode 100644 index 0000000000000000000000000000000000000000..ef66dc6c2c28633c626eb4381d04e44f08d51183 --- /dev/null +++ b/datasets/metadata/419875.json @@ -0,0 +1 @@ +{"id": 419875, "index": 0, "name": "GHOST", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-30T23:19:53.711Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["skeleton mask"], "stats": {"downloadCount": 93, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 341607, "sizeKB": 6145.146484375, "name": "419875_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T22:41:09.870Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "77DDE38F", "AutoV2": "271DCD5874", "SHA256": "271DCD587488175FE6E43255C3847A802ED08FE69A41FB13CBA53BCC735403EC", "CRC32": "F7101527", "BLAKE3": "584F9FB16BCA2327F1D9826F5DA9074079AC1440EF3FCCC72B2264C5AC37AC74"}, "downloadUrl": "https://civitai.com/api/download/models/419875?type=Training%20Data"}, {"id": 341645, "sizeKB": 223101.80859375, "name": "GHOST-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T23:21:15.197Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "860FC3B1", "AutoV2": "9022D0497B", "SHA256": "9022D0497BEAEDE28AA9FA0A80D0122F908CFFF05EC4D358CC9DC0C5513A895F", "CRC32": "56102288", "BLAKE3": "D14398571918653B2D9361FF8A85353FFCC6F4F405B90019D03E245CFB84C3ED", "AutoV3": "017F42EAC225"}, "downloadUrl": "https://civitai.com/api/download/models/419875", "primary": true}], "images": [{"id": 8863624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b7de0ef-c79f-4673-9f49-54428ec687ca/width=450/8863624.jpeg", "nsfwLevel": 1, "width": 1600, "height": 2400, "hash": "U87,[Cn$n$~Ut7o0NHxt0MI;I=4;RjW=xtIp", "type": "image"}, {"id": 8864282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87381e7c-2fa4-45ce-bd6f-bb604897fb51/width=450/8864282.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "UJE{II4nWC.8?w01V@xv-;V?WBX9-pM|V@xs", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/419875", "modelId": 375993} \ No newline at end of file diff --git a/datasets/metadata/419900.json b/datasets/metadata/419900.json new file mode 100644 index 0000000000000000000000000000000000000000..890722b40c9f71a2383ce39983433838cba8cd7e --- /dev/null +++ b/datasets/metadata/419900.json @@ -0,0 +1 @@ +{"id": 419900, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-15T16:00:00.000Z", "availability": "Public", "nsfwLevel": 5, "description": "Initial release.
", "trainedWords": ["courtney sithe, grey hair, hair bun, grey eyes", "white lab coat, long sleeves, black shirt, red necktie, brown vest, black gloves, black pants"], "stats": {"downloadCount": 136, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 341623, "sizeKB": 56082.76953125, "name": "gaa_courtneysithe_ponyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T23:05:56.565Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BFF48F64", "AutoV2": "F1B8CF67DE", "SHA256": "F1B8CF67DEEE69A00880EC2FAB62ABEB94E7B334F1B46C46C0753736D249954A", "CRC32": "8B150A71", "BLAKE3": "41D724F3A4A7F2DE31A8FE9E5441BB8B9B0ACF2D16FDE86FA8720DA79F23FE22", "AutoV3": "861BA74F7ED3"}, "downloadUrl": "https://civitai.com/api/download/models/419900", "primary": true}, {"id": 341625, "sizeKB": 39217.095703125, "name": "courtney sithe dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T23:06:20.628Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "403149D0", "AutoV2": "300F1986FF", "SHA256": "300F1986FF6278B194FC9B5821AB06AC4805F9A9D6486E37A4C59EFC5B3C931A", "CRC32": "EECC3461", "BLAKE3": "218E75425C99284C2D75F0B81547006FA674483C172CA69F4B4E28571904BD62"}, "downloadUrl": "https://civitai.com/api/download/models/419900?type=Training%20Data"}], "images": [{"id": 8859730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15c802aa-9462-41c5-825b-82ae3bc89c62/width=450/8859730.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8IEkU004m~pE0-=E34n00D%0N%M02_3I9xY", "type": "image"}, {"id": 8859732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b4a1d6a-0070-4d32-a42c-739c483084a0/width=450/8859732.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UIIEw$4n00~q9Z%2NK569Fx[IVs.I9xv-;Vr", "type": "image"}, {"id": 8859729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d668bdc9-7b55-418e-916a-a1100c21f8b8/width=450/8859729.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9CZCd00E0%3?I%M00%g00~WIUbbx]9F?bV@", "type": "image"}, {"id": 8859733, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1092a91-9f25-4fb9-8f06-fb9f972fd409/width=450/8859733.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBF5K#~B000L-p^OR:IpIT-V-SW;skxv%0NG", "type": "image"}, {"id": 8859734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/027ace39-0297-407d-a34d-5eb61dead909/width=450/8859734.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UGFrbQx^I9M_?wo#H?n#pJs;^ixu9vNGr=xu", "type": "image"}, {"id": 8859736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7abb1c1e-250e-4f88-a8b5-910cae62906a/width=450/8859736.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UHL4Ql?G?uI?0[WB4?Si04WWM|WErCR+$ys9", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/419900", "modelId": 376013} \ No newline at end of file diff --git a/datasets/metadata/419932.json b/datasets/metadata/419932.json new file mode 100644 index 0000000000000000000000000000000000000000..d9fe92f1f7a8c7b134dc3570a921d51007f0588b --- /dev/null +++ b/datasets/metadata/419932.json @@ -0,0 +1 @@ +{"id": 419932, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-30T23:34:16.660Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 246, "ratingCount": 0, "rating": 0, "thumbsUpCount": 40, "thumbsDownCount": 0}, "files": [{"id": 341662, "sizeKB": 22248.62109375, "name": "Yukiko_SeriouslyHuge-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T23:31:17.849Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "922E3E43", "AutoV2": "3410A89DA5", "SHA256": "3410A89DA5250B0450381282142D414722BB55070B443D75D2BD258E331A9793", "CRC32": "717AF193", "BLAKE3": "481B121FB6AC8E402FA7FD79E2BC22C7973C40B7A346036E9DCBD8202D7F3F94", "AutoV3": "335343078782"}, "downloadUrl": "https://civitai.com/api/download/models/419932", "primary": true}, {"id": 341663, "sizeKB": 41493.0341796875, "name": "Yukiko_SeriouslyHugeV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-30T23:31:19.332Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "30844F19", "AutoV2": "97FFCF6D49", "SHA256": "97FFCF6D490C67204A053346E8244B464EC502DA1E9DF3268E99CA5F10EEFB0E", "CRC32": "106B4ED8", "BLAKE3": "2F184A2BBD9E7D6AABB9CE26410E93B02C5AECA37FA7A4634FC11A63AE239570"}, "downloadUrl": "https://civitai.com/api/download/models/419932?type=Training%20Data"}], "images": [{"id": 8861347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e0e81d7-3faf-4d06-91e5-4c8d831fa823/width=450/8861347.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcJ@|CRj%#of~qRj_3t756a{$*oftRj[R5of", "type": "image"}, {"id": 8861348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03ecfa08-0f5c-4c46-a0a1-adadfb77a283/width=450/8861348.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UdJ@|CRj%#of~qRj_3t756ay$*oftRj[ROof", "type": "image"}, {"id": 8861717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd5fddda-5984-41af-a3da-11979e414505/width=450/8861717.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcKd*%t7_ND*^+D%-;-;I:of%2jFSg%MxGWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/419932", "modelId": 57710} \ No newline at end of file diff --git a/datasets/metadata/420161.json b/datasets/metadata/420161.json new file mode 100644 index 0000000000000000000000000000000000000000..3d4fc129d2b86583c275820a3cb6e1f732f4623f --- /dev/null +++ b/datasets/metadata/420161.json @@ -0,0 +1 @@ +{"id": 420161, "index": 0, "name": "Better pistol", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-31T03:30:29.058Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 91, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 341892, "sizeKB": 2118.26171875, "name": "420161_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-31T03:21:01.983Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "20D44EFB", "AutoV2": "BE80FAA1FB", "SHA256": "BE80FAA1FB9AA895A1E1C7F23B317A22C8B4E5B65A29273401B0347B1A8D06F7", "CRC32": "023647E7", "BLAKE3": "7D4D06E1C2686904D209DD606280E66B798FCAC5BA42E3C0D7F2B945C20971A7"}, "downloadUrl": "https://civitai.com/api/download/models/420161?type=Training%20Data"}, {"id": 341898, "sizeKB": 18548.78125, "name": "Better_pistol-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-31T03:30:34.066Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "F9639E45FA", "SHA256": "F9639E45FA0BD02051C122812AB86EA2E987BE7BE380035C5C2487927D37E559", "CRC32": "C008BC53", "BLAKE3": "017EB16169B109428940DE401BDB372835DD641222E946711C299F0CDB1D99DE", "AutoV3": "A23241A3D875"}, "downloadUrl": "https://civitai.com/api/download/models/420161", "primary": true}], "images": [{"id": 8870148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57192ea4-8f02-491e-b181-f8aff1a8d359/width=450/8870148.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "URIhQz_2M{RjxuE1xaR*^*RjD*xt~p%MM{ay", "type": "image"}, {"id": 8870152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/122b982e-cf16-48b3-ae87-a03289112a7a/width=450/8870152.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UkM7W6~q.8MxkrIU-oNG-;t7M{n%-pxaS3bH", "type": "image"}, {"id": 8870147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d137939-5b84-4aff-8bfe-43adfbdaad59/width=450/8870147.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEJa=tD%~p-;4noe?bWC-pD%Rjof4.xut7t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/420161", "modelId": 376258} \ No newline at end of file diff --git a/datasets/metadata/420353.json b/datasets/metadata/420353.json new file mode 100644 index 0000000000000000000000000000000000000000..c88759c437b1eaaeafc90fc2875a48a8bcf89c56 --- /dev/null +++ b/datasets/metadata/420353.json @@ -0,0 +1 @@ +{"id": 420353, "index": 3, "name": "v2", "baseModel": "SDXL Turbo", "baseModelType": null, "publishedAt": "2024-03-31T06:15:12.464Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Ultranikkon", "Ultratwink", "(NETGATIVE PROMPT) Notalbum", "ultralbum", "One-eyed", "mechanical wings"], "stats": {"downloadCount": 33, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 342064, "sizeKB": 223105.91015625, "name": "UltralbumXL_2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-31T06:16:33.122Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8290AA9A", "AutoV2": "A7971788B4", "SHA256": "A7971788B40968737F66E29EA1F6832B021CCE3B1CF132435C18F7DA98160D9E", "CRC32": "EEFE81F6", "BLAKE3": "DDC6B4A0C0A69528B4A2924CF06EA6BEA8C9C6FBEE0423C377C9C58EC48CF738", "AutoV3": "44F5FC518DB4"}, "downloadUrl": "https://civitai.com/api/download/models/420353", "primary": true}, {"id": 347143, "sizeKB": 29579.3837890625, "name": "UltraAlbum2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-03T09:10:51.881Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B2A1D804", "AutoV2": "53139DF1DA", "SHA256": "53139DF1DAC146CB464A22153532882C8253676D32AC815CAD7868FEC1DAEBC4", "CRC32": "5999191B", "BLAKE3": "DFDF0D5AED06DD0C536AE01ADAFADDBD5AA02FE9B14AE0548EC67B3F6CDB076B"}, "downloadUrl": "https://civitai.com/api/download/models/420353?type=Training%20Data"}], "images": [{"id": 8875865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbffc9c8-6cac-448a-9797-ac775a791a45/width=450/8875865.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UFP.W*$#|0,=K2WWsnWp;iWW1LR,}VWW5oaz", "type": "image"}, {"id": 8875862, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a572027a-c8df-4836-9458-6b174270058b/width=450/8875862.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBMwe},Y2Ew_OCw_sUWp1_Jl1_$O|vN]A=,r", "type": "image"}, {"id": 8875866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddd1236f-c1a8-4b9f-ac6d-46079dc60a01/width=450/8875866.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UD7Nnro#b~p0acf6kEf6RRayVqaxt:fkVWay", "type": "image"}, {"id": 8875863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/184cdf44-0551-463d-af6f-ff77195249cd/width=450/8875863.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFEEOcoxICx?.gaytPj@8$aynlV].NoeRRaz", "type": "image"}, {"id": 8875864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94d99ab6-5ea1-443b-89a4-07f9f3fd2362/width=450/8875864.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UP9TTvj]t:p0adfPkEaxkDfkacaxp1j]Vqad", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/420353", "modelId": 370423} \ No newline at end of file diff --git a/datasets/metadata/420430.json b/datasets/metadata/420430.json new file mode 100644 index 0000000000000000000000000000000000000000..8efb4cd0c0582ca83ae4781fe3af1d0f240c6702 --- /dev/null +++ b/datasets/metadata/420430.json @@ -0,0 +1 @@ +{"id": 420430, "index": 0, "name": "fluffy cat", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-31T16:05:41.741Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 35, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 342148, "sizeKB": 629.73828125, "name": "420430_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-31T07:30:49.669Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "9A9FBCCDA3", "SHA256": "9A9FBCCDA37F29079E17B6BB173106CDDA1670BB6477FD185E7AE5AD361AC0C9", "CRC32": "B26AC641", "BLAKE3": "BD67E30C50DA2A9CB47968CDF46F31960FEE935922E7EB0B263BB295542B2DFA"}, "downloadUrl": "https://civitai.com/api/download/models/420430?type=Training%20Data"}, {"id": 342689, "sizeKB": 223098.84765625, "name": "fluffy_cat-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-31T16:05:54.737Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "31EC8566", "AutoV2": "E6FC76998A", "SHA256": "E6FC76998AD69761121DB1B3B28E5FDC53C6DAB707981E61BAD41DE8B6158925", "CRC32": "53B9472B", "BLAKE3": "59BB9F7E56BCE911480772BE9DD42626338CFF0D2D43D0F4D5C890EE582E08AA", "AutoV3": "DD5056ACDC6C"}, "downloadUrl": "https://civitai.com/api/download/models/420430", "primary": true}], "images": [{"id": 8900774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f58988df-fdd0-48bd-8589-7f875dc67136/width=450/8900774.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJRT=Fso_J%0?Gt6M{WCtkayixofxCWCofWX", "type": "image"}, {"id": 8900775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7307be8d-da83-4b0b-91d5-cad47a738ef3/width=450/8900775.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBQj}SsC_I^h~UofD*V@pakBidjaVsWB%Loz", "type": "image"}, {"id": 8900776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6da03026-701b-42ab-b127-35ecd663dd94/width=450/8900776.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBQk7pnP_I^$~Ut6IUM}paoen5oen4WCxuj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/420430", "modelId": 376491} \ No newline at end of file diff --git a/datasets/metadata/420451.json b/datasets/metadata/420451.json new file mode 100644 index 0000000000000000000000000000000000000000..e6494f6d9f88c59ca9a0607134fcbd4bf79045dd --- /dev/null +++ b/datasets/metadata/420451.json @@ -0,0 +1 @@ +{"id": 420451, "index": 0, "name": "v0.4", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-31T08:10:22.241Z", "availability": "Public", "nsfwLevel": 28, "description": "Initial public version, previous versions were not reasonably flexible and had much poorer captioning.
The included training dataset omits the original artwork and simple edits, which was used for 00-04 and 11. I upscaled it by 2x using R-ESRGAN 4x+ Anime6B for 00, and then painted out various elements for 01-04. Then later I did a 4x upscale and made a close up crop of 1040x784 around the face for 11.
", "trainedWords": ["ws goat woman"], "stats": {"downloadCount": 57, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 342167, "sizeKB": 18545.6875, "name": "sinsucc_amp_04_01.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-31T07:56:14.562Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "A6BAE0647C", "SHA256": "A6BAE0647CC4D97D2049A8CEAEDCB947B4548B354E341441E3398B5F3779F03F", "CRC32": "901436EC", "BLAKE3": "49DC509230D57EE39185E1314B770DF43C439A6A37145EB303E0D0031A248674", "AutoV3": "8AA3070D609B"}, "downloadUrl": "https://civitai.com/api/download/models/420451", "primary": true}, {"id": 342169, "sizeKB": 12761.9130859375, "name": "sinsucc_amp_04_01_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-31T08:00:47.166Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C7BE3399", "AutoV2": "69F8BA0AFD", "SHA256": "69F8BA0AFD98DACC209B1E676DB1B5438FEFED92896AEBF6738450227C61C743", "CRC32": "13ADD5D4", "BLAKE3": "8668347AD8A805781915A779536F21DC6EFAB374776EAE588EBD4A89D4F777CF"}, "downloadUrl": "https://civitai.com/api/download/models/420451?type=Training%20Data"}], "images": [{"id": 8879876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77054d7a-b00d-40dd-8b9a-a33e0609fc37/width=450/8879876.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJHddQnj-s-o.lnjMeOq7ynj#9K4[Cg3K1w0", "type": "image"}, {"id": 8879894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16e22330-6df3-48f9-953b-c704d1d9de50/width=450/8879894.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UBI;F;,@yGkq.SWCQ.oe1dSh]BkBwNnik9S}", "type": "image"}, {"id": 8879912, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d40470e3-a669-4b6e-b98f-1a5b35893daf/width=450/8879912.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEI;0W#Rc[Y5C+OFzrxCK*wKrXBn,?X7RPw0", "type": "image"}, {"id": 8879937, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51726a95-2138-48c4-b37b-daddc712ccbf/width=450/8879937.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UNHB3xr@=h%1y=WBVGS}NH$Ov~Nb+MK4Kh#o", "type": "image"}, {"id": 8879978, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73188117-75fe-4a7c-9d41-ea14243ad6c9/width=450/8879978.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGG[HFr@.Atl.So0H@S#GFW;#9n%$PoeWCaL", "type": "image"}, {"id": 8880014, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a456712-cd54-42bf-8e08-31a5b58cd41a/width=450/8880014.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAHd~u$%$;tRyVaeR8kWHBR+zWXS-SxFRQI:", "type": "image"}, {"id": 8880283, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/979abd2e-6f14-4e5b-9826-49c99c4c84f2/width=450/8880283.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTG[=]XS^Sw|p{t6IBRkXRR*#Rt6Irn%s:S2", "type": "image"}, {"id": 8880462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d85835df-3074-48bc-80e8-c8e08fa3b214/width=450/8880462.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UKIO31wc^-k?hKW=Q-s8cEa{Vso2V@of$%Rj", "type": "image"}, {"id": 8900558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b58eb97d-3625-4fd8-b7c5-ce3901f2cc84/width=450/8900558.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UkMi85ofYkogTJj[rrWBO?XSr?nNS~fQr?fQ", "type": "image"}, {"id": 8900571, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b512a2bb-4967-482f-900e-7e8b476227e8/width=450/8900571.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1280, "hash": "UdKJyMkE}Nw[$vf6R;jZ$Iw[OaOGKkbbv}WX", "type": "image"}, {"id": 8900577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9eaa771-f0df-4b39-a88a-90b146ff878e/width=450/8900577.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "URLDTKkr_Jwc-2jbN$Wot1s,WGRlCTkB:$ay", "type": "image"}, {"id": 8900605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63044cd8-c0ee-49d8-8a76-cc3bc9dd7ff6/width=450/8900605.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UVM=3rj_~TxY%CoLRYR*o@t2nUV_B=R.+toI", "type": "image"}, {"id": 8900653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36643a7b-6739-434b-b572-4d3c950c992c/width=450/8900653.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UcM#JVS6}?$f$^oJRXWEo]t5nTaLGHSi#Rs8", "type": "image"}, {"id": 8900686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/447f8704-301a-4b55-ab2a-db986a99fbd4/width=450/8900686.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UPKc*JEfp{-A*I$j#AS}HD$6vgJ,*yJ,FswJ", "type": "image"}, {"id": 8901502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6809609b-1cab-4986-bec6-e4c8b10ec45a/width=450/8901502.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1280, "hash": "UJIg4cET696980Ek+aXA1*v}^KF3rXW=Vsrq", "type": "image"}, {"id": 8901516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d16ca49-6c87-4db6-88fb-9cfbb54d1eb6/width=450/8901516.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1280, "hash": "UGIgfs}rI9-Pys$fzot53XaK}sKiO]E2v}xG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/420451", "modelId": 376499} \ No newline at end of file diff --git a/datasets/metadata/420583.json b/datasets/metadata/420583.json new file mode 100644 index 0000000000000000000000000000000000000000..54080399adafb52a079304d970cd252725bbb6fa --- /dev/null +++ b/datasets/metadata/420583.json @@ -0,0 +1 @@ +{"id": 420583, "index": 0, "name": "Reggie (Kiff)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-31T10:42:16.576Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 26, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 342292, "sizeKB": 20135.4853515625, "name": "420583_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-31T10:31:56.589Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9FC5DAFF", "AutoV2": "0A750714D1", "SHA256": "0A750714D129F33C014F1007C62405D22501C5D22E2180969BC8D9204590D244", "CRC32": "9C429623", "BLAKE3": "49DC81DBAB1071F0D2E967F7C3DB5AABFABD616788F0DAE070A77980657E50A1"}, "downloadUrl": "https://civitai.com/api/download/models/420583?type=Training%20Data"}, {"id": 342307, "sizeKB": 36978.5625, "name": "Reggie_Kiff.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-31T10:45:46.745Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C00D973D", "AutoV2": "64219699B1", "SHA256": "64219699B1EC10A37525CD08F1E01358B560B76D8FDC037AFD921A5B20A30B00", "CRC32": "F0FE9B74", "BLAKE3": "A6CFF59B89B931F33A0A78C6D0D28BD42328CEC02FDD03AF12F2FB78963EF198", "AutoV3": "7E496D845A67"}, "downloadUrl": "https://civitai.com/api/download/models/420583", "primary": true}], "images": [{"id": 8886461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9310e59f-7fd5-46e9-ad71-9f7580dacebf/width=450/8886461.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UPINz5#*#PX9_4Egxat6-;n~I:t7-Us:I9of", "type": "image"}, {"id": 8886460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd5009cf-8c04-487d-b552-332182d85d75/width=450/8886460.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UPHUd_sSVXM{_NNGjvxuxCofR+tRi_%LD$M{", "type": "image"}, {"id": 8886462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc96f8c2-8dcc-4eaa-9a84-cd0566484dca/width=450/8886462.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UMKJ*]wHzUS3?]SOkEs+#%jZS%tRv#smDibb", "type": "image"}, {"id": 8887620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78c6b0c4-da90-48dc-93b9-4e36574c3916/width=450/8887620.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULJHs=^$O@Vs56ESIrt5}4xu#PkVK+xFNHi_", "type": "image"}, {"id": 8887626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c04aca1-6567-4164-9c88-64bbcb71f1a1/width=450/8887626.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKHB_5-:OpX7-ex[RhxZK-yDoixY-3%gskoI", "type": "image"}, {"id": 8887619, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57ffd231-3ba7-4db3-be81-b9eac626f5fe/width=450/8887619.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UaI5Y*%NO@WE$fsmsmt8K-kDtRt7ryt7oMWB", "type": "image"}, {"id": 8887630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9d5ba11-365d-4173-95c7-c55ee547ac1b/width=450/8887630.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJJkM?-UO@%hF_caMxSiPptS%Lx]E=t7NMkX", "type": "image"}, {"id": 8887624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6758849a-8d64-47e0-9b02-8e675d3a967c/width=450/8887624.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCIq.Okq2{-o00aeQ,WB@;nN}ixt1Ao#6AV@", "type": "image"}, {"id": 8887627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ad47a85-503e-4b98-8bb9-e06d4a901002/width=450/8887627.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "URIr1,#mE+%2tPx_VrX9O@bJx[kCPEo#S%bc", "type": "image"}, {"id": 8887622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46494639-9f7c-49b0-a651-a212f2b764f8/width=450/8887622.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UNJI60-.GuNxpZcEv|tR7%XSyDt7u6t6NwWB", "type": "image"}, {"id": 8887628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2dd784b-6005-434a-be39-b10477f2689f/width=450/8887628.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UPI5b?tmLNWY;uemv}s,VCWB,,ofXRj[J6R+", "type": "image"}, {"id": 8887617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a18012c7-dd94-463f-b3bf-998b970822c4/width=450/8887617.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBIX~q^i7Oi^*K.8iGNK3syDIwRPr}xHx?X7", "type": "image"}, {"id": 8887635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0ce8d65-b686-4eac-9230-52383bd3c15b/width=450/8887635.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQJRaG#$L2kXnfR5R6aL$^MyrpoMLNr:OrR*", "type": "image"}, {"id": 8887632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6072a637-9e20-4db2-a56f-3db0ac09d6f6/width=450/8887632.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDJt#Y~q7$E-5jM^R4%1]dw]:g=rBqO[F=I:", "type": "image"}, {"id": 8887618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/741e9922-126a-4d29-b104-28046f7b9bf2/width=450/8887618.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UMI5VvysGuNzw=a0smt77jOZtSxuR;krJWWE", "type": "image"}, {"id": 8887621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5663ce9-6eda-44e8-adf6-d382d88cb088/width=450/8887621.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UXHezlx]T0nO$vxBjqt6Ykt7xus,T2s;s:n~", "type": "image"}, {"id": 8887623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b300c16-4d05-4af5-b986-572ec0340dd4/width=450/8887623.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOI}nsyEB=ayN{NgRQtRs+o#-Roz6XS*E-V[", "type": "image"}, {"id": 8887629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5104f28c-1e26-49a2-9428-92515a29e19f/width=450/8887629.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULH.KE%MAaWZ:zROZ}sA7jNGxuofw0t7oHRk", "type": "image"}, {"id": 8887731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79acb5b0-e428-4489-864a-8fed3492d16c/width=450/8887731.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOGuwXNNPW?HVGksVZR.X;N1ozS%O_xuJVoN", "type": "image"}, {"id": 8887669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59cf7b42-cd9a-440c-bb54-47aaa66c1db9/width=450/8887669.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UVI;u5iv%e=^9^xvIUS4n49}V?S5T#wbb[sl", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/420583", "modelId": 376631} \ No newline at end of file diff --git a/datasets/metadata/420837.json b/datasets/metadata/420837.json new file mode 100644 index 0000000000000000000000000000000000000000..58aff80dc7404771155545ca268d9629882339e2 --- /dev/null +++ b/datasets/metadata/420837.json @@ -0,0 +1 @@ +{"id": 420837, "index": 0, "name": "ETO_OC_XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-31T17:18:45.266Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 107, "ratingCount": 0, "rating": 0, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 342560, "sizeKB": 47388.736328125, "name": "420837_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-31T14:21:35.682Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4B7ECA59", "AutoV2": "4C8FCEED77", "SHA256": "4C8FCEED779CCED164EC37636348A82F24A303B754BCD572314641FE80357560", "CRC32": "9BBFBCFC", "BLAKE3": "D82A61BEC1E1B54DAB4B644A70E30B9CFE10DC822CD7857E4F81DA3208766BB0"}, "downloadUrl": "https://civitai.com/api/download/models/420837?type=Training%20Data"}, {"id": 342635, "sizeKB": 223104.48828125, "name": "ETO_OC_XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-31T15:20:56.129Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "88B4002D", "AutoV2": "63CDC2442E", "SHA256": "63CDC2442E1EFC1CE732BA15736E0ED55D916C675EB0D51B720974D27FA4AF8E", "CRC32": "90666469", "BLAKE3": "FCD69E60E7ADBCBDCFEB9019F33A0E0CC63E49E1D02D7E9303F901EFE1284598", "AutoV3": "157FB68F1120"}, "downloadUrl": "https://civitai.com/api/download/models/420837", "primary": true}], "images": [{"id": 8903170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9434c940-ceae-48de-a92f-34e00d73c16a/width=450/8903170.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UNJ%,@9ZKjxuW+E1xCV@k?D%%Ms:~We-xGxa", "type": "image"}, {"id": 8903168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9bb206a-6670-4fcc-8a58-6a9e5a320baa/width=450/8903168.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UDLy[:4Tu4Z~KjMd%gn3EgM{~VIA-;IUS5NG", "type": "image"}, {"id": 8903173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21ba3c51-41cf-4122-bd97-6b22f8576fd4/width=450/8903173.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UGK].l-?ys$*pxRl0g-;3D.9IBac4nE1_3w[", "type": "image"}, {"id": 8903171, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/842ca502-9851-41f7-82a8-aac1acc93232/width=450/8903171.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U8F=di-B570000I.IS~q?bE200MxXV^*~BRj", "type": "image"}, {"id": 8903169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f62ed5a-229f-46cb-b9e2-113f0f7b5d50/width=450/8903169.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UHK,y{4:%zD%pxD%-pIU?wIV-pRk%2WVD$xu", "type": "image"}, {"id": 8903172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7294a446-6cee-4edf-887d-52d4ec894084/width=450/8903172.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UZKA?4RjJ8WB0eRjWVWB~qRjnhoL=xayRjj[", "type": "image"}, {"id": 8904947, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/019b7d8c-5628-49fc-b466-e62acff1397f/width=450/8904947.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCHm[qD*10?G-Nx]VXR*rWWB-qRj}sM{5s%M", "type": "image"}, {"id": 8904945, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd66c145-f1c7-480b-bf3a-e0056e2f297f/width=450/8904945.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UHH-ln_4E0W-$wxD-q%MD%Ins8IU59ogE2Ri", "type": "image"}, {"id": 8904946, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d9ccea4-d168-49f3-ab89-09ea41ebe34c/width=450/8904946.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UAJHExIV^uM{4mS1.9$%0Ls.jFWF_4xu4mNG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/420837", "modelId": 376860} \ No newline at end of file diff --git a/datasets/metadata/420886.json b/datasets/metadata/420886.json new file mode 100644 index 0000000000000000000000000000000000000000..112fd988ba2f0ecef06adb4b20c18d74c8885005 --- /dev/null +++ b/datasets/metadata/420886.json @@ -0,0 +1 @@ +{"id": 420886, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-03-31T14:20:08.120Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["anyaXL"], "stats": {"downloadCount": 350, "ratingCount": 0, "rating": 0, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 342572, "sizeKB": 27382.66796875, "name": "anyaXL.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-31T14:23:15.327Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3BAB626C", "AutoV2": "038F6188AB", "SHA256": "038F6188AB20983E34C17ECEA6F5FDFBC1BAB1956629E1CB2070385040D34892", "CRC32": "472D5EAE", "BLAKE3": "1DE9A6498D45F0BBB7362F1B7FA16778D5D772B55E9AE702339FD9191413C5FE"}, "downloadUrl": "https://civitai.com/api/download/models/420886?type=Training%20Data"}, {"id": 342564, "sizeKB": 176954.61328125, "name": "anyaXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-31T14:22:10.630Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "ED5D6346", "AutoV2": "27378E404B", "SHA256": "27378E404B63D8FB33B6A8C42FE859DA6D5476821AC51ACEEF497DE8CD8E2290", "CRC32": "DFC9FEA0", "BLAKE3": "05CBCEBFB26BE59AF16314C2B2920D95DCFBA7F55D499F9C89E5BF2455E25390", "AutoV3": "7ECC5D4B4AB8"}, "downloadUrl": "https://civitai.com/api/download/models/420886", "primary": true}], "images": [{"id": 8896176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53bd660c-78cb-4dce-9fe2-d0edc027c159/width=450/8896176.jpeg", "nsfwLevel": 1, "width": 1064, "height": 1488, "hash": "UEG*Wk%MK4adg4-:E1M{~p%LMxV@tRxu-VRP", "type": "image"}, {"id": 8896173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ffd001a-bda3-457e-8e9b-f197cae69e20/width=450/8896173.jpeg", "nsfwLevel": 1, "width": 1064, "height": 1488, "hash": "UHFYld_3W;%1-O^+%2R5?v-:xYWA_NxanOR*", "type": "image"}, {"id": 8896181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8be28f13-d516-421a-892b-b8e6d3e12e64/width=450/8896181.jpeg", "nsfwLevel": 1, "width": 1064, "height": 1488, "hash": "U5G8ZN~qqF0h9a01%z00PB4nDO,B01?Znn-p", "type": "image"}, {"id": 8896183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dab1ddf8-fadf-48dd-becb-81addb44b7cc/width=450/8896183.jpeg", "nsfwLevel": 1, "width": 1064, "height": 1488, "hash": "UEG*cr?ZAAEN.8SwELoy_NtRnP%LK7WGxGxb", "type": "image"}, {"id": 8896174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e7f1b51-3155-4c7e-a5ec-45c6703b8478/width=450/8896174.jpeg", "nsfwLevel": 1, "width": 1064, "height": 1488, "hash": "UIGI4H4oOYkC_34:%Lg3.8IU%1xu~pr=M{of", "type": "image"}, {"id": 8896179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57f77950-9993-4127-91b0-9bc7fcc9e424/width=450/8896179.jpeg", "nsfwLevel": 1, "width": 1064, "height": 1488, "hash": "U7IE9113yTmlD4E1?atm~pRjM~W.^$?HRPS1", "type": "image"}, {"id": 8896180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc33e393-4809-4833-922a-89ba43c6daa2/width=450/8896180.jpeg", "nsfwLevel": 1, "width": 1064, "height": 1488, "hash": "U9E_mb.8570gIUE2~A9bXSNHMyoJkBtPNH?G", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/420886", "modelId": 376903} \ No newline at end of file diff --git a/datasets/metadata/420949.json b/datasets/metadata/420949.json new file mode 100644 index 0000000000000000000000000000000000000000..2abda19d59ffd5349e8aefdf968612a302c2f349 --- /dev/null +++ b/datasets/metadata/420949.json @@ -0,0 +1 @@ +{"id": 420949, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-03-31T15:04:47.772Z", "availability": "Public", "nsfwLevel": 28, "description": "longer training
", "trainedWords": [], "stats": {"downloadCount": 97, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 342618, "sizeKB": 37007.3515625, "name": "CyberpunkV4.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-31T15:06:54.312Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7B631FC9", "AutoV2": "5B2B576E89", "SHA256": "5B2B576E89A8A86199B49301494F65C5277E5CF646A3A0D97C54F4A7C7D9CB05", "CRC32": "2ED5E111", "BLAKE3": "CFB97960C4C8D5DBD8F90ED6172DDE4F4A34A1D27B56496A5AB78FF7E3398689", "AutoV3": "CFCCBAE1DFDF"}, "downloadUrl": "https://civitai.com/api/download/models/420949", "primary": true}, {"id": 342682, "sizeKB": 180787.6552734375, "name": "420650_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-03-31T15:56:15.519Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "AC2CCFA5", "AutoV2": "084F5A9CFB", "SHA256": "084F5A9CFB750940313EDB2583347EA91B401BD52408409F81B49FC369390BAC", "CRC32": "EA097BE3", "BLAKE3": "567988E0FEE889C4818C387A132D99CA34526B715FB7C874613CD560A3007FCD"}, "downloadUrl": "https://civitai.com/api/download/models/420949?type=Training%20Data"}], "images": [{"id": 8898067, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f092d92d-b55e-4aeb-8e56-cb9a28f4f9a6/width=450/8898067.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UBC~b_0K00_M.Pf30Kxw56-WEyv~nqRP${xu", "type": "image"}, {"id": 8898052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75972927-b983-4e67-8bf3-0ad4a670f472/width=450/8898052.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UWIEF$4nu0tRIzxaNLIpOsxvwyNH?]I:-Wn-", "type": "image"}, {"id": 8898027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12535c3a-0580-4038-b42d-c68ebb910530/width=450/8898027.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UUP$}]t3_5?EtgbIi_jX%4fSIoWAj^j@t2WD", "type": "image"}, {"id": 8898050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7bcc18d-3503-476e-af05-d5514c742c7b/width=450/8898050.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UAK-wh;.00K[?]V@H[pHD*O+-D#ZnmoytRZ*", "type": "image"}, {"id": 8898034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed9ba016-4335-4580-9434-dd1921b75572/width=450/8898034.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UuOEeSJh}^=}xbR*R%t7,_sqNrScbXofsqR*", "type": "image"}, {"id": 8898051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e57680d-f5f2-4361-99a2-6b5e6a4d107b/width=450/8898051.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UXK-K$^~y;R5ECD=x_NKDkou#mbvIlixxSxt", "type": "image"}, {"id": 8898060, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edecae60-f5ed-4f13-b0dc-322bd4195562/width=450/8898060.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U8Hd]{IV00R$0cbE4,D~00xc~X9Yk{^,R*R$", "type": "image"}, {"id": 8898053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39e65938-4c93-434c-a3eb-f546a58634f8/width=450/8898053.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UTQS}8jb_M.7s;ayx[xu%fozMyM{x[ofRlRj", "type": "image"}, {"id": 8898054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dce871a5-20d9-4082-b788-77e068f78adb/width=450/8898054.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UiK08yaf,Kxu}xoga1ay9aj[9rRjNaW.XOoM", "type": "image"}, {"id": 8898057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6298814-f386-44bd-846c-6723705c2bbe/width=450/8898057.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCChL3In:f-r=~nlRB%3FnSgEIj;v}bbrqWB", "type": "image"}, {"id": 8898059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef5870b6-c0d2-4dc0-8832-0cfb3920e3bb/width=450/8898059.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UGBY,Hoc1SXo*JXTH@r?56RP={xubxn+oJXR", "type": "image"}, {"id": 8898064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad7c03cd-44a7-486c-ac83-51528c2420be/width=450/8898064.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UNI5AED%0JNM_N%M00ovD,%LM{M{-EIo--oL", "type": "image"}, {"id": 8898062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/582a4bfb-f74f-4274-9fd8-5cd0cd30b22f/width=450/8898062.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UkOzrTWn~X-;tQj[jHf7$+ofNZR%w#aybtof", "type": "image"}, {"id": 8898070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cabefa97-38d7-4b54-91bc-f475fd7c0aca/width=450/8898070.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UTQvLG%2?^s;yUtQxcRj%gV@M_f5-qkCIUt7", "type": "image"}, {"id": 8898071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b881c4ab-9727-40db-9e55-477be7fd1c95/width=450/8898071.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UUQT7Vxb~q%Mt7j[t7ay-:j[IUWB%MayM{kB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/420949", "modelId": 372281} \ No newline at end of file diff --git a/datasets/metadata/42107.json b/datasets/metadata/42107.json new file mode 100644 index 0000000000000000000000000000000000000000..7ac9ebadaee8d26b4ecead1aa9796b0ed2c04571 --- /dev/null +++ b/datasets/metadata/42107.json @@ -0,0 +1 @@ +{"id": 42107, "index": 0, "name": "1.2", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-10T19:01:18.926Z", "availability": "Public", "nsfwLevel": 3, "description": "\u0427\u0442\u043e \u043b\u0443\u0447\u0448\u0435:
\u0422\u0435\u043f\u0435\u0440\u044c \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u043e\u0434\u0435\u0442 \u0432 \u0437\u0435\u043b\u0451\u043d\u0443\u044e \u0444\u0443\u0442\u0431\u043e\u043b\u043a\u0443
\u0421\u0442\u0430\u043b\u043e \u043c\u0435\u043d\u044c\u0448\u0435 \u0440\u0430\u043d\u0434\u043e\u043c\u043d\u044b\u0445 \u043b\u0435\u043f\u0435\u0441\u0442\u043e\u0447\u043a\u043e\u0432
\u0411\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u0440\u0438\u0441\u0443\u0435\u0442 \u0442\u0435\u043d\u044c \u043d\u0430 \u043f\u043e\u043b\u043b\u0438\u0446\u0430
\u0427\u0442\u043e \u0445\u0443\u0436\u0435:
\u0421\u0442\u0438\u043b\u044c \u0440\u0438\u0441\u043e\u0432\u043a\u0438 \u043d\u0435-\u0440\u0435\u0431\u0451\u043d\u043a\u0430 \u043e\u0442\u043b\u0438\u0447\u0430\u0435\u0442\u0441\u044f \u043e\u0442 \u0441\u0442\u0438\u043b\u044f \u0440\u0438\u0441\u043e\u0432\u043a\u0438 \u0440\u0435\u0431\u0451\u043d\u043a\u0430 \u0438 \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u0443\u0436\u0435.
\u0414\u0440\u0443\u0433\u0438\u0435 \u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e\u0441\u0442\u0438:
\u0427\u0430\u0449\u0435 \u0433\u0435\u043d\u0435\u0440\u0438\u0440\u0443\u0435\u0442 \u043f\u0440\u043e\u0441\u0442\u043e\u0439 \u0444\u043e\u043d
An AI-generated image that does not depict a real person or intentionally resembles a real person. Own images used for creating this model. Images is created with AI.
Woman with long, wavy silver blonde hair and a heavy makeup look, including fake lashes, winged eyeliner, and filled in brows, wearing an extremely fluffy cropped sweater, smiling and looking at the camera, showing well-arranged white teeth, vibrant red lipstick on lips, green eyes, with a background of a busy street with cars and buildings
", "trainedWords": ["LaDy_IceQ"], "stats": {"downloadCount": 51, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 343595, "sizeKB": 202.8212890625, "name": "421975_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-01T05:35:37.007Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "AB44542B1F", "SHA256": "AB44542B1F38DE0174C345A380B3D0BBD8D2105BB2261FFC05FB5EBD405CD69D", "CRC32": "60EE0443", "BLAKE3": "22ED59E9345872E144CB3854DFF1C20ECA13FEFA132D9C14370E6A887F8742BF"}, "downloadUrl": "https://civitai.com/api/download/models/421975?type=Training%20Data"}, {"id": 343843, "sizeKB": 223099.47265625, "name": "LaDy_IceQ-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-01T10:11:28.134Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "048456BC", "AutoV2": "5A7A958E7E", "SHA256": "5A7A958E7EAD5103F3C70EBFDB1812D124BA7852063868ABA5C9E95DB4EAD98E", "CRC32": "5293902F", "BLAKE3": "8EB23001E113BDF8BE9E6C35F4F90D463F7C706F546EC5AC2843B3F4E15BD43B", "AutoV3": "2DE223350986"}, "downloadUrl": "https://civitai.com/api/download/models/421975", "primary": true}], "images": [{"id": 8949075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2261431b-291f-4e6c-8245-33005a155efd/width=450/8949075.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJI}V5Di.m%28_ofRj9F?vj?i_oz%MM{-;t6", "type": "image"}, {"id": 8952266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6e17f24-2eb8-4830-9803-870b65337599/width=450/8952266.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBJ7s~.T03^P00004UxZ~qtSxGt60f%2$NR*", "type": "image"}, {"id": 8952265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e385928b-f97f-4878-9a66-86b69ee8a716/width=450/8952265.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEH_Ss~p0fIUMyt7.T%g0zS5HrIB00Mx$fbH", "type": "image"}, {"id": 8952274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2091df8a-1fd6-4e8c-abff-663fe4a899e2/width=450/8952274.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHI;-PJC4.-=009GI:RP.TsmMe%LIoIU={.7", "type": "image"}, {"id": 8952264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/beedc445-20e5-4cc0-9127-2cd5f4d09878/width=450/8952264.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQI#u:IVD$-;~WxuD%t6%gR*t7jsx^ozWCof", "type": "image"}, {"id": 8952267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0feb7ad7-26d3-4711-95d1-d9b5634e757e/width=450/8952267.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UMIhEQ4n0fxv~WMxRix]%NjFnNxv^*V[IVoz", "type": "image"}, {"id": 8952269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d60f617-94c1-4969-8d54-8bcbaa38d989/width=450/8952269.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UMH-=J%Lj=$y~B-pRixC?ut7Z$M_ozxts:s+", "type": "image"}, {"id": 8952272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24226d3f-e4cd-4467-85ed-d6354c6c1fab/width=450/8952272.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEHU%+jY00oI^Os:xZM{~WR*WCa{_NR*DiV@", "type": "image"}, {"id": 8952271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af256c90-b45d-4053-b50f-5fa64add7acf/width=450/8952271.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGHU%%xv5RIB,Bs.SgM{~pxuI9WC-;s:MdRj", "type": "image"}, {"id": 8952277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a2cfa0b-3946-44bb-9022-092089929162/width=450/8952277.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UJH.1p_3D*RO^+x]WAMx?bbct7V@_NogIAWA", "type": "image"}, {"id": 8952276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5dca373e-f06e-408b-9184-874501427299/width=450/8952276.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UOIhQxM{4oxu-VRPV?t7?HM{smt8~qRjD%of", "type": "image"}, {"id": 8952278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32cc1fc7-5139-4610-b84f-85936b5f8e52/width=450/8952278.jpeg", "nsfwLevel": 1, "width": 700, "height": 467, "hash": "UUHeI8~qOtoz%N-;-:j[_2xuWFj]kDkDt7s:", "type": "image"}, {"id": 8952280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5406790-cffd-410d-b4d9-13340a03bba9/width=450/8952280.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "ULH-_X4nI=ni~CIT%Koz~pIAM{g4x^jao#W=", "type": "image"}, {"id": 8952282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4387837f-c00d-4a44-8d18-ea334f4c2adf/width=450/8952282.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UIHUqV_34:t8=w%Lxtf6~qRiH?RP%Nx]xbt7", "type": "image"}, {"id": 8952281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/229bd370-460f-4ef0-885e-4358869e2370/width=450/8952281.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UKFFHZj[NHt8~BxaD*t8?aRPVra}%MRjM{kC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/421975", "modelId": 377894} \ No newline at end of file diff --git a/datasets/metadata/422272.json b/datasets/metadata/422272.json new file mode 100644 index 0000000000000000000000000000000000000000..bd329e197abd77134f7c98174420723477c32008 --- /dev/null +++ b/datasets/metadata/422272.json @@ -0,0 +1 @@ +{"id": 422272, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-01T10:30:43.827Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 226, "ratingCount": 0, "rating": 0, "thumbsUpCount": 44, "thumbsDownCount": 0}, "files": [{"id": 343867, "sizeKB": 33150.07421875, "name": "Highschool_DXD_Style.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-01T10:31:15.664Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1DC77960", "AutoV2": "5C9C8FB2C2", "SHA256": "5C9C8FB2C218BEE62F1AA1BE42DE15BDFDBDD8C22D897DB0ECDA672E3406B591", "CRC32": "A8817EBB", "BLAKE3": "5798250460E364024727C297696B81F41012BE4571401222EBDE2163637FB3BF"}, "downloadUrl": "https://civitai.com/api/download/models/422272?type=Training%20Data"}, {"id": 343866, "sizeKB": 22244.84765625, "name": "Highschool_DXD_Style-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-01T10:31:12.470Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FA120844", "AutoV2": "32DE12CD7E", "SHA256": "32DE12CD7EB2E36BA9A70CC5A3405ADBA8121BB140A50814A969A4561B9F0614", "CRC32": "222061DC", "BLAKE3": "31446A81B8964C9692871C3587607448F23F4BD8CF85C8ABEC79A921C5A0E9F8", "AutoV3": "6E5F7D51ED96"}, "downloadUrl": "https://civitai.com/api/download/models/422272", "primary": true}], "images": [{"id": 8949707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12be81a7-92f5-454b-90f1-f66bd66d649d/width=450/8949707.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UILzmsxu00%2D$Rj9bay~qofxFof0Lj?xZWX", "type": "image"}, {"id": 8949706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e57b4e4e-ba08-4a3b-8592-39765541237a/width=450/8949706.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJLzmsxu00xuI9Rj9bay~qofs.of0Lj?t6WX", "type": "image"}, {"id": 8949850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5774689c-c98e-40ab-82f2-3389c195127c/width=450/8949850.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMKKj1~q0MM{~U9Z4;xue,M{ogxu.8?HRQD%", "type": "image"}, {"id": 8950005, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5fa2b7fc-0bff-452a-b978-7ff85e1f9d67/width=450/8950005.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UnLzz74nbID%~qa#M{oLVst7xut7NGWBxut7", "type": "image"}, {"id": 8950093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b79a396-dc4f-41a9-a280-ddac13cd2c3c/width=450/8950093.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UULgw[?b-;-;In%M%gIo8_IU%MWB_Nofs:oy", "type": "image"}, {"id": 8950565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bca07e1e-df1c-4ddb-a724-586e351c8f1a/width=450/8950565.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVNAMB~q?c%MD%-;%hxaMxM{n$xu.8j]WBM{", "type": "image"}, {"id": 8950904, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c6c3c54-4e04-4598-9b3d-0b1fa72ecc27/width=450/8950904.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCHBxr4.0f^+00%MOFadNG-q?HM{_44n9Exb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/422272", "modelId": 378176} \ No newline at end of file diff --git a/datasets/metadata/422661.json b/datasets/metadata/422661.json new file mode 100644 index 0000000000000000000000000000000000000000..58566ca1579a9e071281346705af55816c333986 --- /dev/null +++ b/datasets/metadata/422661.json @@ -0,0 +1 @@ +{"id": 422661, "index": 0, "name": "Avatar, The Legend of Korra", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-01T18:47:57.478Z", "availability": "Public", "nsfwLevel": 28, "description": "V1.0
", "trainedWords": [], "stats": {"downloadCount": 619, "ratingCount": 0, "rating": 0, "thumbsUpCount": 149, "thumbsDownCount": 0}, "files": [{"id": 344252, "sizeKB": 6942.451171875, "name": "422661_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-01T16:01:17.715Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FBE3E146", "AutoV2": "A7952F7280", "SHA256": "A7952F72807E312D5FD987AA54ED448314C5EC988F9F0DCF3F2361311ABF4C98", "CRC32": "7717A700", "BLAKE3": "40AF4E942E40A62BB1E183D4E6FEE81DC5430E14244A6D58D8950DD12975E22F"}, "downloadUrl": "https://civitai.com/api/download/models/422661?type=Training%20Data"}, {"id": 344424, "sizeKB": 223104.94921875, "name": "Avatar_The_Legend_of_Korra.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-01T18:30:57.251Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "726E7AE0", "AutoV2": "552D13C81D", "SHA256": "552D13C81DFF693AC75EABC7354140B6D82E023087BECE85A3905D0C9348396B", "CRC32": "B59F5B6A", "BLAKE3": "9205243321336D3177DE7CFFDC5FB40FD02A015660AB61FFBD87D6EC3DE7D360", "AutoV3": "B9C0FFCE2104"}, "downloadUrl": "https://civitai.com/api/download/models/422661", "primary": true}], "images": [{"id": 8975026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a4c7840-41fc-4d25-8b68-47eaa08a4802/width=450/8975026.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UIF6LG_M?Wsk?H?uIVMdPDtlNMM|r:R,$~e:", "type": "image"}, {"id": 8975032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/705e9659-e33a-45a1-bdb8-7a79ee963b33/width=450/8975032.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UNFFa59uxUNG~CNGiHjFT{xDxuxFs;$%Rke.", "type": "image"}, {"id": 8975033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ae8b949-afe2-4943-afc4-68bb6ac2d509/width=450/8975033.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UOFFss4:=aI=*0aJIVo|%#s9t6t7JCt6oKWB", "type": "image"}, {"id": 8975040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f398145-1405-4c73-a635-5a443d337516/width=450/8975040.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "URH2A$WXX-K5uPNGWrtRPVs.-pxuJBr=JAoz", "type": "image"}, {"id": 8975045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8299f1e-c5fb-4c55-9bc0-497467678133/width=450/8975045.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "USG[E0%gKP%g.mpIt7%McFSh-Vo}ofIpoztR", "type": "image"}, {"id": 8975047, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62b6b698-e1dc-45cf-aaa5-5dcf0610f644/width=450/8975047.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UYG+E*xFXmn%lojFxtjZOZR*xZjaRSbbX8bb", "type": "image"}, {"id": 8975049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6026771c-d35b-47e1-8170-8973406ab380/width=450/8975049.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UBHx1$n,-:.87%-U4oWW.84:Q-MxL2V@-U%L", "type": "image"}, {"id": 8974959, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b02dc14-55ba-4acc-a40c-fde329ee3dae/width=450/8974959.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UYG+E*xFXmn%lojFxtjZOZR*xZjaRSbbX8bb", "type": "image"}, {"id": 8974957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be6530c3-4afa-4bdc-a0cd-618f92f2fbdf/width=450/8974957.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UdH-#{S$o}x]?^t7tQozPBWBkDoyN_Rjbvof", "type": "image"}, {"id": 8974960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26a9631d-a485-4e70-804d-fa5a1dd36f2c/width=450/8974960.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UIF6LG_M?Wsk?H?uIVMdPDtlNMM|r:R,$~e:", "type": "image"}, {"id": 8974958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90357d17-7f17-4744-9ccd-fa0bb6d0bc10/width=450/8974958.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UOFFss4:=aI=*0aJIVo|%#s9t6t7JCt6oKWB", "type": "image"}, {"id": 8974961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7b3e03e-f89d-4539-926e-5eb85e844283/width=450/8974961.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UBHx1$n,-:.87%-U4oWW.84:Q-MxL2V@-U%L", "type": "image"}, {"id": 8974963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83e83b78-0ca1-48dc-9993-5dcdcc46de12/width=450/8974963.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "URH2A$WXX-K5uPNGWrtRPVs.-pxuJBr=JAoz", "type": "image"}, {"id": 8974962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f85b5a9-b3db-4f4e-9fee-d8d01c086397/width=450/8974962.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UNFFa59uxUNG~CNGiHjFT{xDxuxFs;$%Rke.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/422661", "modelId": 378540} \ No newline at end of file diff --git a/datasets/metadata/42267.json b/datasets/metadata/42267.json new file mode 100644 index 0000000000000000000000000000000000000000..4c882190633cdc567daf7c9e528d381b5fd78124 --- /dev/null +++ b/datasets/metadata/42267.json @@ -0,0 +1 @@ +{"id": 42267, "index": 0, "name": "v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-11T01:23:30.267Z", "availability": "Public", "nsfwLevel": 7, "description": "Works at weight 1.
Trained with 839 images of Uruha Rushia. 200 of her default blue dress outfit, 100 of her pink hair and black dress outfit, 95 of her nekomimi and black dress outfit, 49 of her crown and black dress outfit, 89 of her school outfit, 50 of her bikini outfit, 20 of her idol outfit (10 screenshots, 5 artworks and 5 flipped), 19 of her white hoodie outfit, 17 of her kimono outfit, and 200 random images. These were balanced so that it's around 200 images per folder including repeats.
You can download the dataset if you're interested.
", "trainedWords": ["uruha rushia", "rushia_blue, green hair, short hair, double bun, blue dress, short dress, butterfly, skull hair ornament", "rushia_pink, pink hair, long hair, two side up, black dress", "rushia_neko, green hair, short hair, low twintails, cat ears, cat tail, black dress", "rushia_crown, green hair, medium hair, uneven twintails, crown, black dress, black coat", "rushia_school, green hair, long hair, collared shirt, plaid skirt, blue bowtie, open cardigan, butterfly hair ornament", "rushia_hoodie, green hair, long hair, white hoodie, miniskirt", "rushia_idol, green hair, short hair, double bun, idol outfit, white gloves, blue bow, butterfly hair ornament", "rushia_kimono, green hair, hair bow, kimono", "rushia_bikini, green hair, short hair, side buns, blue bikini, frills, butterfly, small breasts, skull hair ornament"], "stats": {"downloadCount": 4570, "ratingCount": 610, "rating": 5, "thumbsUpCount": 746, "thumbsDownCount": 0}, "files": [{"id": 32409, "sizeKB": 1190582.08984375, "name": "rushia-dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-11T00:41:55.803Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D978745E", "AutoV2": "B5D489B247", "SHA256": "B5D489B2474F7E480F6712D8B4D8E7F40D95EE7B6E2A20AE580842492B88CE0F", "CRC32": "341F9729", "BLAKE3": "2A667137C6AA8A64C043F00E582BDA9338D1F50836A49EED036CC4A876A539E1"}, "downloadUrl": "https://civitai.com/api/download/models/42267?type=Training%20Data"}, {"id": 32407, "sizeKB": 37071.5185546875, "name": "rushia-05.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-11T00:41:42.851Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4E786451", "AutoV2": "AE91057F77", "SHA256": "AE91057F776F74F18A8AA072D7945865EC7C234FBF5722E62458D739C7ACA3A8", "CRC32": "9F7C4E05", "BLAKE3": "69D2170E42A07826558A767C2BC090655A41297CA738C90171E0DFE3CF298840", "AutoV3": "4569998E067B"}, "downloadUrl": "https://civitai.com/api/download/models/42267", "primary": true}], "images": [{"id": 464176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a53c5ca-104b-4a44-c417-6d41b21b5e00/width=450/464176.jpeg", "nsfwLevel": 1, "width": 2048, "height": 1536, "hash": "UAK1Ub00xwkDK$Vt%L%OKN~W9FxW=_=|Ipsk", "type": "image"}, {"id": 464138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63516ebd-34d5-4665-8bb8-9242e6fa7900/width=450/464138.jpeg", "nsfwLevel": 2, "width": 6912, "height": 2501, "hash": "U*MQt{WCRjt7~qofj[of?bofj[j[RjWBj[fk", "type": "image"}, {"id": 464281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d76e4dd6-3cfe-4f9d-831b-c337917a3f00/width=450/464281.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCH2l{W:Y4t70MRP00Myo|R*kYtQ~oIAXTjb", "type": "image"}, {"id": 464288, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2de3bec2-d97a-4c65-9c85-c45e0ca82f00/width=450/464288.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQIq+Qs:WTt700a}4.M|~qWCRij[S4ofj=oL", "type": "image"}, {"id": 464284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51058794-0158-43c1-836f-c7ae802cff00/width=450/464284.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCJ8384T~VRO00o}02D*~p.800?a-pZ~xv-:", "type": "image"}, {"id": 464287, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8749c21a-5364-4f78-e735-1b5f65ed0e00/width=450/464287.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVGk?@t7WYV@~pbHsqs:%LWBxat7-poLWBRj", "type": "image"}, {"id": 464283, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7682f81d-11e5-4a69-c81b-e9bc59106800/width=450/464283.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHI;-a00-=D%00kq4n-:tQ~pIBxuD%i_NHM|", "type": "image"}, {"id": 464289, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f27d2b4f-6770-42aa-0d23-aea53dad2500/width=450/464289.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCKKWk0000s+00bv00XT~A^*RQ?GITNHV]xv", "type": "image"}, {"id": 464282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9b93992-2381-4a16-3f5c-68ede085e900/width=450/464282.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U5G98K~p009v00D%00xv56IV+_?a00Di~XM_", "type": "image"}, {"id": 464286, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fd3f169-f0bb-484b-cff1-ee5d7e20b500/width=450/464286.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFGR#e^k009F-:%1rssB00-o~X%LIp%2xtR*", "type": "image"}, {"id": 464285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68298ac5-e516-4de2-7cea-483bbcee6b00/width=450/464285.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U6KUQI0006My00}=004nm*-:qutR.6OpQ-w{", "type": "image"}, {"id": 464299, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d69c903-e2dc-45f2-0d29-8b188e26cf00/width=450/464299.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDJaN900_MMx00RkMdyC0|oxRPkW8|$ft7E1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/42267", "modelId": 36097} \ No newline at end of file diff --git a/datasets/metadata/422816.json b/datasets/metadata/422816.json new file mode 100644 index 0000000000000000000000000000000000000000..2de49be1f74211723265cde9f534fb6984e59ef8 --- /dev/null +++ b/datasets/metadata/422816.json @@ -0,0 +1 @@ +{"id": 422816, "index": 0, "name": "Miss Fisher", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-13T19:53:01.683Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 33, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 1}, "files": [{"id": 344360, "sizeKB": 5387.34765625, "name": "422816_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-01T17:30:36.187Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E716E0AD", "AutoV2": "80C94EFCC1", "SHA256": "80C94EFCC19F6DEE6C164DBF6B329B28666F0FAFC76E6885C33340C1FD61C110", "CRC32": "A3C24B01", "BLAKE3": "14C7F836CF3862E0536CF83CC19C531F6B20DACA1FF7695EC3FF331E0EB7F89B"}, "downloadUrl": "https://civitai.com/api/download/models/422816?type=Training%20Data"}, {"id": 365164, "sizeKB": 36977.515625, "name": "Miss_Fisher-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-13T19:51:08.066Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A6A2DDF1", "AutoV2": "C7298105F8", "SHA256": "C7298105F879C047817C9FDD79D0A580BB06BA9CBF63463F62AAE4F6CC73A859", "CRC32": "B9ADDB2B", "BLAKE3": "1DD0EF664470615DF67907E7C70E52051DEC6DDEEEC334DF56761DF777F16E1F", "AutoV3": "FD4F6BC50487"}, "downloadUrl": "https://civitai.com/api/download/models/422816", "primary": true}], "images": [{"id": 9817692, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f834a400-899a-4739-8dff-3cfadd2a025b/width=450/9817692.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBCFL%M|01%20fbH}@ae0L%1~AEM-oNHEM%1", "type": "image"}, {"id": 9817694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07304f3b-2ab6-4df7-acab-9139facb0c02/width=450/9817694.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UECOaWIp0g-o0hs:}?M|ayoLR*kB$gj[I;f6", "type": "image"}, {"id": 9817693, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7995e474-ad50-40b6-8ffc-c05d32786665/width=450/9817693.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8A+Wz5S0O}=0hso}rNb0$^O=_0$=w9^I;^O", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/422816", "modelId": 378694} \ No newline at end of file diff --git a/datasets/metadata/422961.json b/datasets/metadata/422961.json new file mode 100644 index 0000000000000000000000000000000000000000..dbc7c6cceeb7acafd8ed030cba72db97f4758ec6 --- /dev/null +++ b/datasets/metadata/422961.json @@ -0,0 +1 @@ +{"id": 422961, "index": 0, "name": "gutto2024abr", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-01T20:31:42.488Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["gutto2024abr"], "stats": {"downloadCount": 29, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 344489, "sizeKB": 12363.5400390625, "name": "422961_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-01T19:15:54.094Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A2FAE278", "AutoV2": "8891B8DF01", "SHA256": "8891B8DF01C21F9D71DD45B5C78A61F2F23E3A828D6348B21A0CADF3A69EF904", "CRC32": "80964C40", "BLAKE3": "9F883845A97BE9B9E4C58AD295FAC2F151CDEBFC4F79C1BD33710850DC36DDEB"}, "downloadUrl": "https://civitai.com/api/download/models/422961?type=Training%20Data"}, {"id": 344582, "sizeKB": 223100.97265625, "name": "gutto2024abr.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-01T20:26:29.095Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CA5E9020", "AutoV2": "8A207DD7EB", "SHA256": "8A207DD7EBF69265F4572D258E462F06C66F2FC5B19A51E518771258CFF9A82F", "CRC32": "7C07FBBC", "BLAKE3": "D24828EBF69AF3DC02265BC372DF8CF175239FB3595AEEDD94DEC93FB2DE2C8B", "AutoV3": "0015E170776D"}, "downloadUrl": "https://civitai.com/api/download/models/422961", "primary": true}], "images": [{"id": 8977153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb7a210f-2b9a-41c2-9e72-9b9f1fdb4055/width=450/8977153.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGLO1p4n?a4n_NM{IU%24o%2Rj%Lxvt7jFWr", "type": "image"}, {"id": 8977151, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/400a427d-3f0c-4cea-9b6b-a44145b37da8/width=450/8977151.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULJ8nt~q?u%2_3tRM{xuE14nIpWCD%kDMxM{", "type": "image"}, {"id": 8977152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff176700-5090-4983-8f5f-98f7bea835d7/width=450/8977152.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOR3TYNH~p?b~pxuX9M{sSoekCWC%MWCM{oe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/422961", "modelId": 378820} \ No newline at end of file diff --git a/datasets/metadata/423199.json b/datasets/metadata/423199.json new file mode 100644 index 0000000000000000000000000000000000000000..99be073c2c06790dc06f3b966a4806c87636717e --- /dev/null +++ b/datasets/metadata/423199.json @@ -0,0 +1 @@ +{"id": 423199, "index": 6, "name": "Anime", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-02T06:54:43.773Z", "availability": "Public", "nsfwLevel": 19, "description": null, "trainedWords": [], "stats": {"downloadCount": 2371, "ratingCount": 0, "rating": 0, "thumbsUpCount": 191, "thumbsDownCount": 0}, "files": [{"id": 345341, "sizeKB": 223115.36328125, "name": "Anime.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-02T06:46:31.362Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "399CAE18", "AutoV2": "B526AEFC1A", "SHA256": "B526AEFC1A8CFDADF8B7983644992163BF0F0B3D4E4E5532034FF4ADB9F9030C", "CRC32": "B33124D7", "BLAKE3": "C1EE56433B0D31E428F0A92D1F646AC79712271E4162CB7D96104105749843D5", "AutoV3": "AAEC6F8C46FB"}, "downloadUrl": "https://civitai.com/api/download/models/423199", "primary": true}, {"id": 345415, "sizeKB": 167119.30078125, "name": "Dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-02T07:56:16.705Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FF4D92C0", "AutoV2": "C2FC8E42BE", "SHA256": "C2FC8E42BE0413014279CB361768FDFD726E35A136BCEE88EAA54F65BDBD8C31", "CRC32": "1E81027D", "BLAKE3": "770E782A71B24DE4C1521AA2C704B6DC96EFE7CA44BF06006434B008FD37F67D"}, "downloadUrl": "https://civitai.com/api/download/models/423199?type=Training%20Data"}], "images": [{"id": 9000714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5451289-60c2-4617-8f3f-dff233997214/width=450/9000714.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UGEC2f^*~V?Z%1RkW;WV4;RjM|WB9aM|IVRj", "type": "image"}, {"id": 9000816, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0366fa51-24df-4112-80ac-a9dec8c1bf07/width=450/9000816.jpeg", "nsfwLevel": 2, "width": 3072, "height": 1188, "hash": "UYGk,pjYj[t6~qWCayof.8bHj@ay?vayj[ay", "type": "image"}, {"id": 9000716, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a12d45c-ecfd-4ae3-9c31-6578dac9ca24/width=450/9000716.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UEEL]D~B^j~V.8og-oIV4;9as.RjIpIVRjoz", "type": "image"}, {"id": 9000817, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32e317f6-c1e7-40f3-a3d8-64a3ee9de117/width=450/9000817.jpeg", "nsfwLevel": 1, "width": 3072, "height": 1188, "hash": "UcGl0Boes:s:_Nofazj[-=WXayay_3Rkj[a}", "type": "image"}, {"id": 9000720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b897220-fe7c-49d0-b915-6710d42083d9/width=450/9000720.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UPFX;e~B-otRS$xt%1kC9ZIpNGjEIVRQM|ae", "type": "image"}, {"id": 9000818, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8aafee3b-3f8a-4367-8009-77ae5af1694f/width=450/9000818.jpeg", "nsfwLevel": 1, "width": 3072, "height": 1188, "hash": "UVHUnJs-ayxZ_NbIj[j[-=WXa}WV_NaefRjt", "type": "image"}, {"id": 9000696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b7d6148-73cc-474b-869e-a63ab0b15384/width=450/9000696.jpeg", "nsfwLevel": 16, "width": 768, "height": 1024, "hash": "UCF5BK~BOY~VS~-:-:of019be:$$9HIB9GE2", "type": "image"}, {"id": 9000897, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d667559-bdc6-4bfd-bf5e-75eba5d73727/width=450/9000897.jpeg", "nsfwLevel": 16, "width": 3072, "height": 1188, "hash": "UUHUh1jFj[t6_Nofj@of.9R+ayR+~qjajtf7", "type": "image"}, {"id": 9000687, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d79a73d8-36e8-48b8-a3ad-5999f0b3899e/width=450/9000687.jpeg", "nsfwLevel": 16, "width": 768, "height": 1024, "hash": "UEFhIy~U%f%1.7-o%May01E2S4V@9aD*9GRj", "type": "image"}, {"id": 9000894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0af04ea-227a-4c39-ba32-7514e749647e/width=450/9000894.jpeg", "nsfwLevel": 16, "width": 3072, "height": 1188, "hash": "UcHxB2n$ayt6_Nj@ayoLx^WYj[WC?vazj[f7", "type": "image"}, {"id": 9000682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1014f461-9ebc-4a94-9a69-dc2910e11268/width=450/9000682.jpeg", "nsfwLevel": 16, "width": 768, "height": 1024, "hash": "U8H1PQM}~T-n0%ay_1oe={xZ00s,00t69ZWB", "type": "image"}, {"id": 9000789, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1bd2a50-4992-4d2d-bae3-55d9bff08397/width=450/9000789.jpeg", "nsfwLevel": 16, "width": 3072, "height": 1188, "hash": "UVIXNtWBbHoL?wa#fPj[~qkCjtj[%$ofoLj[", "type": "image"}, {"id": 9000668, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60943ede-5015-4c1a-b307-06ce16eb2f3b/width=450/9000668.jpeg", "nsfwLevel": 16, "width": 768, "height": 1024, "hash": "UJExX|~BJB-o9^bH%2ogE2M|xZxZRjM|9uIV", "type": "image"}, {"id": 9000792, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17a6a66d-b233-41d8-8e8e-37b2338ccf44/width=450/9000792.jpeg", "nsfwLevel": 16, "width": 3072, "height": 1188, "hash": "UUG[K8s+ofxa?wj]jsj[_4WWayWB~qaeazay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/423199", "modelId": 297619} \ No newline at end of file diff --git a/datasets/metadata/423305.json b/datasets/metadata/423305.json new file mode 100644 index 0000000000000000000000000000000000000000..f6cfbb6d51b5806dd5bf60bdea8b80d2c64af4da --- /dev/null +++ b/datasets/metadata/423305.json @@ -0,0 +1 @@ +{"id": 423305, "index": 0, "name": "Eve (Dragon's Lair II)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-02T12:55:28.095Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": [], "stats": {"downloadCount": 55, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 345711, "sizeKB": 223099.48828125, "name": "Eve_Dragons_Lair_II_PonyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-02T12:50:53.631Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "ECF8C51F", "AutoV2": "B36CACFAB8", "SHA256": "B36CACFAB87590D9FBA952C02DC84770141E44ABE4831BF916C6E23AFFA7F22F", "CRC32": "2DA1E211", "BLAKE3": "047597B2CD57E031BF58A2467F170C502C4D684E75708E7083CC54A94D23A2EA", "AutoV3": "A0CC72D17206"}, "downloadUrl": "https://civitai.com/api/download/models/423305", "primary": true}, {"id": 344823, "sizeKB": 496.8046875, "name": "423305_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-01T23:05:41.842Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "1E8EA8AAED", "SHA256": "1E8EA8AAEDD16EDFDD8202796BE6529B4F538293ED7DBF04186F1B7F9B395F8A", "CRC32": "B95DDCE9", "BLAKE3": "A38B42CBD76435DD203A0127779E5443FA89C6C54CEE99246B148D770427BAE6"}, "downloadUrl": "https://civitai.com/api/download/models/423305?type=Training%20Data"}], "images": [{"id": 9061787, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af5b567a-6ca7-46cd-b7c5-7e038c580586/width=450/9061787.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U3JbsB?]fQ?].6j[a#j[fQfQfQfQ.6j[a#j[", "type": "image"}, {"id": 9061788, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ffd326a-1ce5-442d-9f8f-f9435d8099c5/width=450/9061788.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U4D_.@qEfQqEyDfkfkfkfQfQfQfQyDfkfkfk", "type": "image"}, {"id": 9061784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f51a2b5-dff2-440a-9412-6579d34e2b67/width=450/9061784.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U7IY~eubfQubx@fjjufjfQfQfQfQx@fjjufj", "type": "image"}, {"id": 9061786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6877c077-57e5-4ea4-8c73-7e14db5f13a8/width=450/9061786.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U4L_LU}afQ}a-Uj[bGj[fQfQfQfQ-Uj[bGj[", "type": "image"}, {"id": 9061783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce7a7d7d-783e-4347-96e4-8839fd9cfb15/width=450/9061783.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U3K,Kh}YfQ}Y=|j@jbj@fQfQfQfQ=|j@jbj@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/423305", "modelId": 379140} \ No newline at end of file diff --git a/datasets/metadata/423360.json b/datasets/metadata/423360.json new file mode 100644 index 0000000000000000000000000000000000000000..ff19a52fc38e32ffedc12814594271c25eabb189 --- /dev/null +++ b/datasets/metadata/423360.json @@ -0,0 +1 @@ +{"id": 423360, "index": 0, "name": "v4.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-01T23:58:06.258Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": [], "stats": {"downloadCount": 319, "ratingCount": 0, "rating": 0, "thumbsUpCount": 54, "thumbsDownCount": 0}, "files": [{"id": 344872, "sizeKB": 22258.80859375, "name": "Himejima_Akeno_DXD-KK77-V4.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-01T23:41:05.810Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FF0A98CC", "AutoV2": "E791D00D5D", "SHA256": "E791D00D5D23C74489E922ECBE450348A7C4AC8D7BB70D0B8BCDDE0A5D62B606", "CRC32": "0CE2D84E", "BLAKE3": "7DFD25A13178767CB19AF1D8B3674ED683F96DDBE95CFFA9CD7C4D84AE87EA76", "AutoV3": "C6CE5C9F2FB7"}, "downloadUrl": "https://civitai.com/api/download/models/423360", "primary": true}, {"id": 344910, "sizeKB": 42866.3125, "name": "Himejima_Akeno_DXDV4.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-02T00:11:22.130Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1D8DC9EB", "AutoV2": "56D2E9C27B", "SHA256": "56D2E9C27BEEAC3B6EE921E491103E13BB9738CDB87640615F0ACEBAED74A460", "CRC32": "966F0E57", "BLAKE3": "71199D7B5EB5352C259F607C80C626C934A6D700870543591976DBC63F01DD94"}, "downloadUrl": "https://civitai.com/api/download/models/423360?type=Training%20Data"}], "images": [{"id": 8984311, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cd58ea2-3943-4d8b-9a17-feaa3c6a3df7/width=450/8984311.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaNTax%g_N%ME0x]%Ma{t8ofsmRjx]f6-pV@", "type": "image"}, {"id": 8984312, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed9db53b-157e-40ce-8c53-89cce2c24aea/width=450/8984312.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaNTax%g_N%ME0x]%Ma{t8ofsmRjx]f6-pV@", "type": "image"}, {"id": 8984391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f54e3044-742f-443e-8db2-5a4706043f8e/width=450/8984391.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaNTax%g_N%ME0x]%Ma{t8ofsmRjx]f6-pV@", "type": "image"}, {"id": 8984392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96970bf4-b722-4a5b-8d6e-d2f63dec00e3/width=450/8984392.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaNTax%g_N%ME0x]%Ma{t8ofsmRjx]f6-pV@", "type": "image"}, {"id": 8984398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e2304ff-1e07-4390-a128-ff9f11714cc6/width=450/8984398.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOMtBk~q~q?bx]%g?vIo%29G_2ITyD%MMxD*", "type": "image"}, {"id": 8984654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9254b02-2504-457b-9db9-05e4161f6a0d/width=450/8984654.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZL4gB4n~qRk%MRQxu-pM_xatRM{-;xuxuxu", "type": "image"}, {"id": 8985109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13452706-aeb8-4125-948a-d30b1a254412/width=450/8985109.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKKv~v~W0Lt7F2afRP-p029bt7-poy$%M|NG", "type": "image"}, {"id": 8985662, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e65ed87c-44ae-474e-8162-725313afa31f/width=450/8985662.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UHMGVK?H0-t7.TM_~WadnO9Fw[V@4.E1M{t7", "type": "image"}, {"id": 9756007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93e4c29b-0a9d-4b23-b26a-7e7765593593/width=450/9756007.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UIK^T;kE02D%9t9F~WM{0KV@^%D%oes.%0of", "type": "image"}, {"id": 9757615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd0162d7-5432-4d53-a6dd-58efb672675e/width=450/9757615.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UON]eGRPu5-pTJV@~Wt700SgkCt7tSoKi_Rk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/423360", "modelId": 61829} \ No newline at end of file diff --git a/datasets/metadata/423915.json b/datasets/metadata/423915.json new file mode 100644 index 0000000000000000000000000000000000000000..1717a25ada8fef3db3f5386dfefec54a1ef786a4 --- /dev/null +++ b/datasets/metadata/423915.json @@ -0,0 +1 @@ +{"id": 423915, "index": 0, "name": "Miss Deer Teacher (Kiff)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-02T07:53:04.306Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": [], "stats": {"downloadCount": 27, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 345388, "sizeKB": 21877.626953125, "name": "423915_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-02T07:37:35.618Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3F9B7DFA", "AutoV2": "CF69473E48", "SHA256": "CF69473E4823EB4DB4BFE3CB2BAD2E2E75E151C1F3EAF4F7343964C9EDA501DA", "CRC32": "2ABB0524", "BLAKE3": "ECD33981A849D6A37999AFCC4F1B545E20CBBED896AA9F60E268D6CAB19377EF"}, "downloadUrl": "https://civitai.com/api/download/models/423915?type=Training%20Data"}, {"id": 345413, "sizeKB": 36978.4375, "name": "Miss_Deer_Teacher_Kiff-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-02T07:56:12.748Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B2D655F7", "AutoV2": "87612D5C5F", "SHA256": "87612D5C5F8370B8757423342D6F576C7FD665CE797B05F176BEA8A1B3F891D6", "CRC32": "D869985D", "BLAKE3": "13560CE37D51B853F786EAE970009FF50B98429D5A262216F356003446210969", "AutoV3": "C99E49F3D940"}, "downloadUrl": "https://civitai.com/api/download/models/423915", "primary": true}], "images": [{"id": 9003158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21cb056d-56b6-4660-b10d-3e8d746e7661/width=450/9003158.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U38q7v0_0L?AyA?YkiIC00~B~BEf4pI.~V%M", "type": "image"}, {"id": 9003159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa28d654-f709-4ac7-8c3c-41a2533a4f3d/width=450/9003159.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCFOY+N#04Mw0o~A?D0M0jE3^d^h}%4;9h^%", "type": "image"}, {"id": 9003160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8dde4c40-c816-4d96-a50b-bf32fe3b63de/width=450/9003160.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDK]4F?u004T04R*~Tx[DNIB.8.7DkjY%LWZ", "type": "image"}, {"id": 9005168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e73377b-a73f-42f1-910d-82f597f53c35/width=450/9005168.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UfJHR0ENVEM{T}xCn3s9O[$}NHV[NfS1t7n$", "type": "image"}, {"id": 9005169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93969e31-ed8d-4120-be14-844e60fa0514/width=450/9005169.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNIz|@^0qZRiuPRj:%xD5[-pxAjF0$I=NGog", "type": "image"}, {"id": 9005167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1e1369a-4225-40d5-a945-a174bd56609e/width=450/9005167.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UdJkGs+s$w-nT}rpxWenWZIWWXRi9bn+s.Rj", "type": "image"}, {"id": 9005173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1eddfdb2-8d23-4d29-a216-fd8ae7552617/width=450/9005173.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UdJHs?lVs+i_UHAdt6ofXUNK%0S6epRQwuaz", "type": "image"}, {"id": 9005170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b15e788f-746c-4d7c-8754-52ee99af603c/width=450/9005170.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UiIOOa59$yt7ys%1V@X9BrxtayW=TLS4xabH", "type": "image"}, {"id": 9005182, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c004fcaa-4ece-4ecc-b359-3bfed418f1fe/width=450/9005182.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UbJj-u?F$eb0yYxuerxYYRtQxYxaAwofWFoJ", "type": "image"}, {"id": 9005181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f1cf189-4fd8-4cab-8fbc-bcc28bbd8a66/width=450/9005181.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UWJkJ$;^+Y^%CAxCwGs,%ND*xZt5Iqs.xtRj", "type": "image"}, {"id": 9005176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59fc0f14-c5c3-4596-953e-249db927cc52/width=450/9005176.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKH.D{%gnN-p2yXAITNIHqE2R4IUQk}:+ri^", "type": "image"}, {"id": 9005183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a2942eb-03c8-44d7-87f7-3823e206bc32/width=450/9005183.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UjJkcP=D#6s.*JMxwHs,I;nhxaV@V@ofs-WB", "type": "image"}, {"id": 9005166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c18bc39f-5bbb-4baf-a430-60a216a4ec78/width=450/9005166.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UZJkJ+^*MxaKPXxaxExu.8xts:t79bsmt6s:", "type": "image"}, {"id": 9005179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ee2188d-0944-46af-ac26-0b5b82901545/width=450/9005179.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQI=ADHrHr%f3Z,-Z$RP.SVsw^nh9wSLxZVs", "type": "image"}, {"id": 9005174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/807a9bc0-f03a-4561-bacc-44d30a191db8/width=450/9005174.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UZJ@%i9un3RQLN%KaKoL?wxs%1WXESt5t7t7", "type": "image"}, {"id": 9005172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5885bae-c170-4eb4-8467-3ef684ada191/width=450/9005172.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UbGu{^Vu$ftRPWs=Mxt7.mt8-oa|15S$WVbH", "type": "image"}, {"id": 9005177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7e7420b-0194-47fd-bdd7-432dfc1f1abc/width=450/9005177.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UZJHaQOYrqRjCTbbaeoLcZ-okDR*o~tQozn%", "type": "image"}, {"id": 9005180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74cf66c9-22e2-4e03-a238-99da61d22e11/width=450/9005180.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UpJayHo#MekCuPJBnOWD.8M}a$ozERWBxuWX", "type": "image"}, {"id": 9005175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc1591fd-9024-4e3b-bc88-cccb2d5599b1/width=450/9005175.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UgJ*VK?a#+V@T}xts9oz%g$~xat7NHjYxus:", "type": "image"}, {"id": 9005178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f48ff3fd-3743-420a-b4cc-7bc27208484b/width=450/9005178.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UZKA+vwIDh-:PqNerqRPyYE3Vst6Oas:xZS4", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/423915", "modelId": 379688} \ No newline at end of file diff --git a/datasets/metadata/424122.json b/datasets/metadata/424122.json new file mode 100644 index 0000000000000000000000000000000000000000..28b9d4fd2efa1ca23853082ed276c50ef504ff9e --- /dev/null +++ b/datasets/metadata/424122.json @@ -0,0 +1 @@ +{"id": 424122, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-02T11:01:54.612Z", "availability": "Public", "nsfwLevel": 27, "description": null, "trainedWords": [], "stats": {"downloadCount": 193, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 345581, "sizeKB": 36996.4375, "name": "Cyberware_V6-000023.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-02T10:55:48.145Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8FF35ABF", "AutoV2": "608EC9D460", "SHA256": "608EC9D460E4016714BA17EE82A9E8AB1565BCA85D737FC323064D9080BD9C0D", "CRC32": "388FB0CC", "BLAKE3": "CC9F6A4C7521AD98B0F77C749C96BA3D74C72B911BE9223557FD7D8FAA5BC67D", "AutoV3": "3D3A56105F88"}, "downloadUrl": "https://civitai.com/api/download/models/424122", "primary": true}, {"id": 345582, "sizeKB": 97397.6962890625, "name": "420763_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-02T10:55:49.497Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8DA28374", "AutoV2": "2659E87E0D", "SHA256": "2659E87E0D25D5DEABD67C2764DBBBF613D92C71A4CFB768C488A1226B3E2956", "CRC32": "32B68584", "BLAKE3": "FD6BFDC10691452C38A104C11BA85E469BC9F760A0E030D39697A4AAFEB61C5D"}, "downloadUrl": "https://civitai.com/api/download/models/424122?type=Training%20Data"}], "images": [{"id": 9010575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9bc582d0-d81e-4f1f-8130-c0f04a6c21c5/width=450/9010575.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U9Bp5@Ip570202?F4:%1NGNe}@WE9]D*-p={", "type": "image"}, {"id": 9010645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cf39d07-7c89-416f-8b9f-8a5b30120994/width=450/9010645.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U28zlc_200JC9EkW%2s:00D*~Bnh]*s99u9a", "type": "image"}, {"id": 9010670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5a67a58-def4-4066-893e-ec4de506b460/width=450/9010670.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U8BWV[00w?%%5t+@00^*9Woh^h9uI[tR%4WT", "type": "image"}, {"id": 9010504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f20d802-6273-41cf-9dac-2db2a7f777f7/width=450/9010504.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U6BMoW^*0157-no#D*RO00IU~A$j0Nr=oz9_", "type": "image"}, {"id": 9010750, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3891afed-e792-4de1-9ad2-37b9978033d1/width=450/9010750.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U7Cr[]^k000f00oz^kD%D%9axu~W0Kad_2xu", "type": "image"}, {"id": 9010781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49551e18-769d-4600-ac95-d956258eb5a0/width=450/9010781.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UBD+b%NH00V@0zxZH?fk?aRjD*Nx~VxZn5Io", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/424122", "modelId": 375699} \ No newline at end of file diff --git a/datasets/metadata/424303.json b/datasets/metadata/424303.json new file mode 100644 index 0000000000000000000000000000000000000000..4c6b2aa19f6706a81aa925837c29e9c2a340208f --- /dev/null +++ b/datasets/metadata/424303.json @@ -0,0 +1 @@ +{"id": 424303, "index": 0, "name": "woman naked XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-04T10:10:37.147Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 544, "ratingCount": 0, "rating": 0, "thumbsUpCount": 51, "thumbsDownCount": 0}, "files": [{"id": 345742, "sizeKB": 51984.7978515625, "name": "424303_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-02T13:21:13.984Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0632730D", "AutoV2": "F7556A34FE", "SHA256": "F7556A34FEA0A2DBBC937F86AF5CA5427FB0E33EB8DCC5EF44347A38FBF26EAC", "CRC32": "A28B2256", "BLAKE3": "4CBE6057F9C5BCD1A1A324FFF18208C28A975943F1645843FC36FD3F4D202A65"}, "downloadUrl": "https://civitai.com/api/download/models/424303?type=Training%20Data"}, {"id": 348815, "sizeKB": 223100.01171875, "name": "woman_nude.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-04T10:06:34.551Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2A6BE1EF", "AutoV2": "380F4E3A97", "SHA256": "380F4E3A971538EAC71FFA4E14DFF8D3995461AFE14A8D26183E66760DF527AB", "CRC32": "045D9256", "BLAKE3": "B94ADEEB64F0BD5ADC46869EFF257AB457FD5F5CB150CC2BD29DE7B7464F455F", "AutoV3": "50C756177296"}, "downloadUrl": "https://civitai.com/api/download/models/424303", "primary": true}], "images": [{"id": 9134804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/566bcc9f-160c-4524-a05b-f9dd65e344ef/width=450/9134804.jpeg", "nsfwLevel": 8, "width": 1168, "height": 2048, "hash": "UII#r%t9uPv~F~WCX9fk?Hniv}X9b_WXnhRj", "type": "image"}, {"id": 9134803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11ddf6e0-e40f-4513-bc0e-877da3e55205/width=450/9134803.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "UIFhUyn3TW-n~6M|s:xF$xNdofV@={NZNKM}", "type": "image"}, {"id": 9134801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4eb4cc30-3f85-4871-ac57-7ce88cc481ae/width=450/9134801.jpeg", "nsfwLevel": 8, "width": 2048, "height": 3072, "hash": "U7GHuMx^03Vt00DixBZ~01Nd~V?GW;0Ljc-o", "type": "image"}, {"id": 9134802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e2abaf4-503b-44c0-b609-b681ecbc1a9e/width=450/9134802.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "U7EVl+EA8n??~nE9,[-.Os%LM#E2~m%e9tM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/424303", "modelId": 380051} \ No newline at end of file diff --git a/datasets/metadata/42436.json b/datasets/metadata/42436.json new file mode 100644 index 0000000000000000000000000000000000000000..d57acf08cedaef551873dadb8977ba8aefcd5550 --- /dev/null +++ b/datasets/metadata/42436.json @@ -0,0 +1 @@ +{"id": 42436, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-11T06:06:10.027Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 342, "ratingCount": 36, "rating": 5, "thumbsUpCount": 41, "thumbsDownCount": 0}, "files": [{"id": 32495, "sizeKB": 9129.0478515625, "name": "Passenger_Pigeon_(Kemono_Friends).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-11T06:06:41.491Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A7A606BE", "AutoV2": "D3DE2B6A97", "SHA256": "D3DE2B6A975BB520E036ACA00F7479D1886728EECAB191443F82559C627297D2", "CRC32": "967ED635", "BLAKE3": "D3640B78591D010A4F905397C15E7F144B540EB263A18BD55B0FD7C50F82B29C"}, "downloadUrl": "https://civitai.com/api/download/models/42436?type=Training%20Data"}, {"id": 32496, "sizeKB": 36979.1943359375, "name": "Passenger_Pigeon_(Kemono_Friends)_v1.0-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-11T06:06:39.357Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D7F7B71A", "AutoV2": "9E4B0AE2CB", "SHA256": "9E4B0AE2CB6E97A1CE57F28D5F951B99D8759362E04775018B4AD33F47429335", "CRC32": "FD670D65", "BLAKE3": "D707234D81873DEC08D7BF9C72130B8ECA7232E80EC9AFD2ED936202B6D6C53B", "AutoV3": "3C8C7FC91849"}, "downloadUrl": "https://civitai.com/api/download/models/42436", "primary": true}], "images": [{"id": 465739, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6df42eef-5544-49f8-11fb-5f40ab310700/width=450/465739.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFMGxK_3~q-p574n_3%MTdog#la|^kW;R*-;", "type": "image"}, {"id": 465742, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b4418e8-afa6-4470-9411-62a223dde000/width=450/465742.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOK-d{9F0KxaIAxuM{WB~qM{00Rj00s;RPbI", "type": "image"}, {"id": 465748, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c8ea595-423f-4d0f-47f9-19b02d924100/width=450/465748.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIH250X:0o^P0zM}?GIVT}rWiIcFVGt8pIV?", "type": "image"}, {"id": 465753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/232d5429-9ea5-476f-85f6-ab6fb38f1000/width=450/465753.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UUL4gCog?^-;0KtRWCaKtmMxMwW;?baexuxu", "type": "image"}, {"id": 465756, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93b92a33-bbf5-48f0-7c2f-c4cc39375700/width=450/465756.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYNS8A%M_N-;qtyXrrXT,?MxVtW=$*x]PBaL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/42436", "modelId": 36314} \ No newline at end of file diff --git a/datasets/metadata/42449.json b/datasets/metadata/42449.json new file mode 100644 index 0000000000000000000000000000000000000000..b69cf8b66bfa783d6d29716270d623d320aefd39 --- /dev/null +++ b/datasets/metadata/42449.json @@ -0,0 +1 @@ +{"id": 42449, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-11T06:32:39.392Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["TendouNabiki, short_hair", "FurinkanUniform", "ovadress"], "stats": {"downloadCount": 1235, "ratingCount": 216, "rating": 5, "thumbsUpCount": 242, "thumbsDownCount": 0}, "files": [{"id": 32507, "sizeKB": 26083.7314453125, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-11T06:36:38.970Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7F2835A5", "AutoV2": "FC0CAA6333", "SHA256": "FC0CAA63334DBB03DD7048AE348B7B44FC2A37134F822D097486281813377EB6", "CRC32": "F0BFE327", "BLAKE3": "A2F128C012EE105A66D38B975BBC91E03D867724A553337497C64F7C94E99EEE"}, "downloadUrl": "https://civitai.com/api/download/models/42449?type=Training%20Data"}, {"id": 32506, "sizeKB": 36984.8330078125, "name": "TendouNabiki.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-11T06:36:38.102Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4DD6C8A9", "AutoV2": "83E02E12CC", "SHA256": "83E02E12CC3DCC646F28706E1BA39CFB15859FDD23CAF9E4590885F2166C1E75", "CRC32": "27EB824A", "BLAKE3": "64D38477403CAA3A695AC9F07ABCB754BD020DF44480529E9CD8D7B0B29AA10D", "AutoV3": "0823858F8BBF"}, "downloadUrl": "https://civitai.com/api/download/models/42449", "primary": true}], "images": [{"id": 465907, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd330611-561c-4f76-aca6-eb4c447b6400/width=450/465907.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UqHxmWx]*0o}.8adkWRif+t7ayofRja|t7oz", "type": "image"}, {"id": 465908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8d6243b-b9ac-4e0d-385f-8b60a77a2400/width=450/465908.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UJE:JHMyY*I=W=tQDjMx%MogNxozVYMxtR%M", "type": "image"}, {"id": 465909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a136b87c-9549-4ad7-1dd6-e9b422ed5c00/width=450/465909.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UaK-F0^+?^%gTexu%2RP^*M{Ipt7R5s:oztR", "type": "image"}, {"id": 465910, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/110343b7-d22f-42f9-7d7f-24391234bc00/width=450/465910.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UHHe2ynMyDIU584.xa?H}-Ir4:IB4mR6?HSe", "type": "image"}, {"id": 465911, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6eb0be63-0a44-4b58-9392-e4eb06020e00/width=450/465911.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UGHBoIXT0KMx?^%2aeR*IAxakqWV00E1_3%M", "type": "image"}, {"id": 465912, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48853df8-5ef7-4920-e89b-bf8e3ddac100/width=450/465912.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "ULH.Zz?H}[X9^kS~S~wJ#k%2I;E19YNGt7jF", "type": "image"}, {"id": 465913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b551ee7-a6f6-4950-5bb8-1c7c7835ea00/width=450/465913.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UbH_f1%0};kC-nR+NHs.n#WBR*ofV?ayofoe", "type": "image"}, {"id": 465920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1b5bf31-6b4f-4977-3888-b2ae775dc900/width=450/465920.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UcLN45rW?w?bTex]WCRkrqMyxERjxtNJx]xu", "type": "image"}, {"id": 465921, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/553d5b01-b2ab-4a2c-967c-d994f6864600/width=450/465921.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UNJ*kmVs1q?^cB%M=|MxD%o|s:MeInI.kWs:", "type": "image"}, {"id": 465923, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/345bf42a-8fb6-4626-585f-7464940e7100/width=450/465923.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UGJswou*0ekp0{.7MxZ$8{w]%1I:9FM{~pr?", "type": "image"}, {"id": 465924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd2ccc98-be83-4bbe-4855-90767ed91900/width=450/465924.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U9K0yr00Ce000d00}tgN00IU.SD%MwIo?c=|", "type": "image"}, {"id": 465925, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13806a1a-c581-4e4f-0f3c-8b27c9594e00/width=450/465925.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UWLf:f%Lx[-o~pWBs.M{Nus:V@WBjGjZoyj[", "type": "image"}, {"id": 465928, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/507a6b7d-a187-4091-38e6-ef429853fe00/width=450/465928.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UTIOOmRj-;M{~qof%Mt7-ooeo#%M9ZRk-pay", "type": "image"}, {"id": 465930, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f73881e-4783-4a00-0b88-e9ae04989200/width=450/465930.jpeg", "nsfwLevel": 1, "width": 4000, "height": 268, "hash": "U?NcZ*nBbbof~AVvkVof+tV]ozoL={RRozj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/42449", "modelId": 36328} \ No newline at end of file diff --git a/datasets/metadata/424697.json b/datasets/metadata/424697.json new file mode 100644 index 0000000000000000000000000000000000000000..af703c2c09e26b76a22ef135b6c29628e06acf66 --- /dev/null +++ b/datasets/metadata/424697.json @@ -0,0 +1 @@ +{"id": 424697, "index": 0, "name": "v0.1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-02T17:03:03.803Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["md-plsm"], "stats": {"downloadCount": 90, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 346111, "sizeKB": 223098.84765625, "name": "rainbowplasm-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-02T17:06:23.835Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C5C5EC79", "AutoV2": "59447339A5", "SHA256": "59447339A5DA2DF7143A53F09C7D92DD1D111AE9944C5F92DB3C7E9A23BB9B92", "CRC32": "AF9229A2", "BLAKE3": "CD1E852503581279046526027B819D75969C66381B8CC19F62EA9FA9F8DE9D22", "AutoV3": "F144F3C5128E"}, "downloadUrl": "https://civitai.com/api/download/models/424697", "primary": true}, {"id": 346113, "sizeKB": 68042.99609375, "name": "424508_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-02T17:06:30.307Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "03AFAA84", "AutoV2": "CD72C3FFB8", "SHA256": "CD72C3FFB88AE1837EB70FA5F03313DE43BF05B73146AFC737A06DBD59934693", "CRC32": "7CF23978", "BLAKE3": "C3C8EDB87125001C8EE9F3214765754F9ED9223BDE5F22007C01096B14DCFD28"}, "downloadUrl": "https://civitai.com/api/download/models/424697?type=Training%20Data"}], "images": [{"id": 9025538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1903a3b0-652c-4149-8487-c8d1dc5f2c2e/width=450/9025538.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U3B3W*~W004.07NG00ae~mw^R4-q0n%3xaM|", "type": "image"}, {"id": 9025556, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3b8f05c-8ff8-4039-82e3-500c805af975/width=450/9025556.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U6C6oL4;02~TL}ItER?X0Zn#^Hoz9~-mWG9c", "type": "image"}, {"id": 9025560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc7c0566-7bd6-43d6-b322-3d7df169730f/width=450/9025560.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U4BV|n-;0cVs%7R*00MxB3S1RQt60_Rj~Vt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/424697", "modelId": 380414} \ No newline at end of file diff --git a/datasets/metadata/424788.json b/datasets/metadata/424788.json new file mode 100644 index 0000000000000000000000000000000000000000..ced39505abfeaf3bdec4077a254d449c32398cd7 --- /dev/null +++ b/datasets/metadata/424788.json @@ -0,0 +1 @@ +{"id": 424788, "index": 0, "name": "Vhora, (Pony XL)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-02T20:03:06.876Z", "availability": "Public", "nsfwLevel": 7, "description": "V1.0
", "trainedWords": [], "stats": {"downloadCount": 113, "ratingCount": 0, "rating": 0, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 346207, "sizeKB": 3800.37109375, "name": "424788_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-02T18:15:46.038Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7906ABE4", "AutoV2": "BFD67B7210", "SHA256": "BFD67B7210014506101809B5C4F95F926F02CDF05BAFFBD4E71C08C25EFE1975", "CRC32": "85388795", "BLAKE3": "E0CFFEEAAC853EFB21868457573FD0A66B2FF4908B9CC5EC3222ECF5BAE8C323"}, "downloadUrl": "https://civitai.com/api/download/models/424788?type=Training%20Data"}, {"id": 346349, "sizeKB": 223102.51953125, "name": "Vora_I_Paladins_Pony_XL-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-02T20:01:22.563Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8BC2C9B1", "AutoV2": "5EFC6AF8E6", "SHA256": "5EFC6AF8E64FA8EA7F506669F7C7EFAA2EA72BA841CF59255B75AC7D78DFD457", "CRC32": "1D689305", "BLAKE3": "19FFCCB0C217CCE51D46E8BAB1D1DECF4208F3F1D891E499EE38088EED035D48", "AutoV3": "29726327350A"}, "downloadUrl": "https://civitai.com/api/download/models/424788", "primary": true}], "images": [{"id": 9034205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bd770e7-146d-4952-b983-3f053908cdef/width=450/9034205.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6H+hEGF010f3B$*IBVY0Lw0o}%2H@M|~B~B", "type": "image"}, {"id": 9034464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdc96708-b36a-470e-ba8f-926aeb74735a/width=450/9034464.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFJPxqxZ9Gso00Rkw0of.kt6MyWBIAaL?axZ", "type": "image"}, {"id": 9034203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c9b6a97-6f85-4e69-a720-13fb3a821b23/width=450/9034203.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U6JXzi1#57OY0-Kz|tagE06etS]QQ.+|}ZNH", "type": "image"}, {"id": 9034204, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/468544b4-ed6f-4d7f-a657-9472d6d40de6/width=450/9034204.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U6Io6E2u0f9v14}rv##8D$ADO?5RD+$gt6x[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/424788", "modelId": 380503} \ No newline at end of file diff --git a/datasets/metadata/425187.json b/datasets/metadata/425187.json new file mode 100644 index 0000000000000000000000000000000000000000..f7531260838aee7dbb870124c945f836ac74e822 --- /dev/null +++ b/datasets/metadata/425187.json @@ -0,0 +1 @@ +{"id": 425187, "index": 2, "name": "Sylvari-sdxl bad version", "baseModel": "SDXL Turbo", "baseModelType": null, "publishedAt": "2024-04-03T02:49:29.642Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 78, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 346572, "sizeKB": 880.515625, "name": "425187_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-02T23:15:38.290Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "84F1D8BAC3", "SHA256": "84F1D8BAC3841352B7941D147B75F15EB9EA4028B9ED484AD594FC4B02AAFF9F", "CRC32": "378C3395", "BLAKE3": "519E34E4EEEC18A039D1088C22CD00A57F2A9D066F6659E824E545037324334E"}, "downloadUrl": "https://civitai.com/api/download/models/425187?type=Training%20Data"}, {"id": 346765, "sizeKB": 223099.26171875, "name": "Sylvari-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-03T02:50:51.291Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "01635B5E", "AutoV2": "4052B8FEBA", "SHA256": "4052B8FEBA97C31F75984597BD018C2FC4ADF3F8C05A78C796E9C3D1CD05A3BD", "CRC32": "4A1B566E", "BLAKE3": "CBD20049C1A95EE6795470A74A7647B77E4B1E74E6039CBFDFEDB8C02AC61E57", "AutoV3": "33B494437B82"}, "downloadUrl": "https://civitai.com/api/download/models/425187", "primary": true}], "images": [{"id": 9053089, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef2ab349-0956-46d3-b7bd-48f6bbff92fb/width=450/9053089.jpeg", "nsfwLevel": 1, "width": 4000, "height": 2692, "hash": "UjE{nV~q_3_3%Mayayf6%MWBWBWB%MayWCay", "type": "image"}, {"id": 9053091, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71fd131c-9e8b-4d96-a9f3-6ff0557649cb/width=450/9053091.jpeg", "nsfwLevel": 2, "width": 4000, "height": 2692, "hash": "UjE:6*~q_3_3%Mayayj[%MWBWBWB%MayWBay", "type": "image"}, {"id": 9053191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84353472-bea4-44db-98f5-9c973983c8ef/width=450/9053191.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U14.by.7009F*0ozH?Ri9GMx-o-;kooeepai", "type": "image"}, {"id": 9049561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d84a1cc4-73d3-4815-8a3b-617e3646074e/width=450/9049561.jpeg", "nsfwLevel": 1, "width": 622, "height": 909, "hash": "U76bV|yEX5xa?^x^RjV@tQx]ofRPxvt7aeRj", "type": "image"}, {"id": 9052435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c73ccf3c-e308-46b3-a5be-64eb6fc31c29/width=450/9052435.jpeg", "nsfwLevel": 1, "width": 4000, "height": 2692, "hash": "UjEyrW~q_3_3%Mayayay%2WBWBay%gaeWBay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/425187", "modelId": 380879} \ No newline at end of file diff --git a/datasets/metadata/425322.json b/datasets/metadata/425322.json new file mode 100644 index 0000000000000000000000000000000000000000..77db44c3be49406fc043d1512e01dd7933c0fdb1 --- /dev/null +++ b/datasets/metadata/425322.json @@ -0,0 +1 @@ +{"id": 425322, "index": 0, "name": "Gay Bros In the City", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-03T04:11:21.017Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 159, "ratingCount": 0, "rating": 0, "thumbsUpCount": 27, "thumbsDownCount": 1}, "files": [{"id": 346675, "sizeKB": 908.7587890625, "name": "425322_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-03T01:16:17.174Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "91A114A538", "SHA256": "91A114A538457BBB4A3B83FEECE70E48475BAC90054B00726109EB6A160F3983", "CRC32": "107ECBF6", "BLAKE3": "1E569FD94AC07579CECCB3D0EC32992654A9B8FF2D3A496DFFCE04027D0D1035"}, "downloadUrl": "https://civitai.com/api/download/models/425322?type=Training%20Data"}, {"id": 346842, "sizeKB": 36977.4609375, "name": "Gay_Bros_In_the_City.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-03T04:05:48.727Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E4665CFC", "AutoV2": "F85C84EE70", "SHA256": "F85C84EE7071F95D140A92BB97E997221659E72AC38EFD3C3DAB23424464EAC7", "CRC32": "9B40B6EC", "BLAKE3": "0410A3EA392E7D41B217E8F004921C93FB05BAD11A2EB8FB71396A0EFCDEEC3C", "AutoV3": "99EE6471FDFD"}, "downloadUrl": "https://civitai.com/api/download/models/425322", "primary": true}], "images": [{"id": 9051389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b2c42a0-e661-4e0c-81c4-4278f7f536cd/width=450/9051389.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UFFY0~W?KOnhtlRkE1Rj0|s:$%WB~VoL%2R%", "type": "image"}, {"id": 9051393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60af8e9d-e8bc-4a74-879d-0adb0ae558cb/width=450/9051393.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UBFX|@~p0fM{EzSe4o9Z0yM{wIRP^+-pM{oL", "type": "image"}, {"id": 9051394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6af8cb67-34fa-4cd8-a9a7-d406aacbbdea/width=450/9051394.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UEF}+j?u00wcu4oz4nIUyExun3Rj~q?aIoIV", "type": "image"}, {"id": 9051420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2343b938-0c5c-44eb-a825-46719f614de7/width=450/9051420.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "U6Crs6}@0f9uxtkBNuR*00xa={9txGWVIoNG", "type": "image"}, {"id": 9051421, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/249296a0-c355-4096-b218-3db983ea4b5e/width=450/9051421.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "U6B{lgOA01%2Rma}%1Io00$+}[WArZR*Na%2", "type": "image"}, {"id": 9051427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f09b294-8a28-4e18-84ee-b978c48fec7c/width=450/9051427.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UNH1ucs:ADSN~qt7xGofyDWVnioKoza}M{ay", "type": "image"}, {"id": 9051446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c081020-2881-4779-8916-b8c47c23fa26/width=450/9051446.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UAEelU~p0zIVbpkU4.4o2atQ$MMxxu-oxDr?", "type": "image"}, {"id": 9051460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5200786c-5851-429b-ab33-5b7ce309ebbc/width=450/9051460.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "U5En|u0g03,:014:$h%10N^P=d~V56~Bxt5l", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/425322", "modelId": 381004} \ No newline at end of file diff --git a/datasets/metadata/425407.json b/datasets/metadata/425407.json new file mode 100644 index 0000000000000000000000000000000000000000..5d7a454321ea35f12f4e97a1e1046fcb86e93d49 --- /dev/null +++ b/datasets/metadata/425407.json @@ -0,0 +1 @@ +{"id": 425407, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-03T02:42:05.718Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 264, "ratingCount": 0, "rating": 0, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 346758, "sizeKB": 22247.25390625, "name": "Ichika_Daidou_SecretFace-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-03T02:45:41.138Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E12A3E52", "AutoV2": "7E096721D4", "SHA256": "7E096721D48370411FF459005FCE1CA588CAD179590079D0125E020BE67B8039", "CRC32": "58C2AB1E", "BLAKE3": "59940B8275EC68437BCA138A087B666070E50BF036A525A537B6FA5F62A80394", "AutoV3": "4B3F6E8EBF7E"}, "downloadUrl": "https://civitai.com/api/download/models/425407", "primary": true}, {"id": 346759, "sizeKB": 35844.8125, "name": "Ichika_Daidou_SecretFace.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-03T02:45:47.998Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F575544C", "AutoV2": "FF309AB0B0", "SHA256": "FF309AB0B0E864421B26C3DF55D9C695F89E83DB364F6F8B7943722FFDE734B0", "CRC32": "530913C2", "BLAKE3": "7051A9E8D0310A7DF6FB20E984A212747098BA86B160309EA31F9410E8656D83"}, "downloadUrl": "https://civitai.com/api/download/models/425407?type=Training%20Data"}], "images": [{"id": 9048833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a32628e7-5153-4194-9662-3e5f7ee571eb/width=450/9048833.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaP${;oe_4xu4qae.Sj]kUofxFofj[WBxHWB", "type": "image"}, {"id": 9048832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6077a50d-9d43-4756-854a-6129bc16d9aa/width=450/9048832.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbP?dboe_4xu4;ae.Sj]kUofxFofkBWBxHWB", "type": "image"}, {"id": 9049067, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d39c69e3-3226-49c8-93c2-33311292d34c/width=450/9049067.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEO3d_5B^l4p0001%#Ip00%M?Hju_MXliwxu", "type": "image"}, {"id": 9049289, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00fb40bf-5b7c-4e99-9cd8-a83afe497bec/width=450/9049289.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKOC,C?v.T?H00Sh%htS00oMVsRj%1RORPM{", "type": "image"}, {"id": 9050495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5f9c899-3e16-4c28-8a43-9ba52d576bf7/width=450/9050495.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UHMsc%My?d9GNZ4n-=9G00$~-o-o-pEMRP%g", "type": "image"}, {"id": 9050691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83d1d6b9-1c0a-4b9d-baab-f850611ac870/width=450/9050691.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDI||6sl0h4:01R*4:t600of~V%LD%WVt7Rk", "type": "image"}, {"id": 9050833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/412b0aa2-36a7-463b-a5a6-83cd2e5a7ab9/width=450/9050833.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFJ%,?s:5A%M01NFE2NH00WV~VWB%2oyM{%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/425407", "modelId": 381078} \ No newline at end of file diff --git a/datasets/metadata/425693.json b/datasets/metadata/425693.json new file mode 100644 index 0000000000000000000000000000000000000000..abd3dae3625b001d93f86c741bce35e91e0483b1 --- /dev/null +++ b/datasets/metadata/425693.json @@ -0,0 +1 @@ +{"id": 425693, "index": 0, "name": "Super ultra low rise thongs", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-04T07:04:59.283Z", "availability": "Public", "nsfwLevel": 12, "description": "Super ultra low rise thongs
", "trainedWords": [], "stats": {"downloadCount": 200, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 1}, "files": [{"id": 347043, "sizeKB": 36018.5390625, "name": "425693_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-03T07:21:29.997Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DFBE0990", "AutoV2": "D910377C3D", "SHA256": "D910377C3DE71DC85560077D063E009301A7F05DAFDA153CE9A09AE469EF5AEC", "CRC32": "D9D9E687", "BLAKE3": "CE86A3D39BB4DEA05223CBE5B6AFF6B04191B5ACA2E80EA6AFC7845FEF533B7B"}, "downloadUrl": "https://civitai.com/api/download/models/425693?type=Training%20Data"}, {"id": 348636, "sizeKB": 223115.41015625, "name": "Super_ultra_low_rise_thongs.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-04T07:06:32.608Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BCCD0460", "AutoV2": "70D5A34DB2", "SHA256": "70D5A34DB254310B4858EE1001611BF689CAE638DB7417F326E1E195BDCDAF3A", "CRC32": "69EA8CB7", "BLAKE3": "A5F414A14871FA3093031D3B61D86F8793E7EDF9B592743F8A682A2E1F620A5E", "AutoV3": "55A260D702CF"}, "downloadUrl": "https://civitai.com/api/download/models/425693", "primary": true}], "images": [{"id": 9125001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66e180fc-729f-4a43-9a63-3abec1e021bb/width=450/9125001.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UQLWVCtRuPxatQV?o#W=jEVro~Shx^ozV@V@", "type": "image"}, {"id": 9124999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9481cc9a-1706-445b-8c3b-f73618ff5261/width=450/9124999.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "URKc@uNG*0WCx]aytSofNaayx]off8fQjZj[", "type": "image"}, {"id": 9124993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba054515-e190-4d7f-ba39-0c49b070b450/width=450/9124993.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UQO;Je-;?Axu_0bFafRR_KbEV_R+IuV]%Kt6", "type": "image"}, {"id": 9134123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/836af0a3-e17b-4ed3-91b7-6912c76d76a3/width=450/9134123.jpeg", "nsfwLevel": 4, "width": 1160, "height": 2048, "hash": "UKHL6xbv9[wu_Nxus9em.9RjxaD*_3RkxuMx", "type": "image"}, {"id": 9134126, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/246aad18-f47d-41c2-a02f-f9bea6c5f125/width=450/9134126.jpeg", "nsfwLevel": 4, "width": 1160, "height": 2048, "hash": "UEGR#Zo#Ki?a~q-;xtxZpK%f$*M{~XkWxua~", "type": "image"}, {"id": 9140759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c04fff6-7dc6-48e6-b54a-26f4c397eb34/width=450/9140759.jpeg", "nsfwLevel": 4, "width": 1152, "height": 896, "hash": "U9DlQQoZBn^+%ixb$iR._4j]={xa~VxtNFoz", "type": "image"}, {"id": 9140761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/263038cf-1431-448e-8237-fc64451a73a8/width=450/9140761.jpeg", "nsfwLevel": 4, "width": 1152, "height": 896, "hash": "UEE.X}s:E%Nwxxj]sWxF_4Rk-Vxtx[s.jXt7", "type": "image"}, {"id": 9140762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79fafddb-8726-4b92-9e4d-bf404a6127aa/width=450/9140762.jpeg", "nsfwLevel": 4, "width": 1152, "height": 896, "hash": "UHGb9lM{K4o}NzWBMyxt_4fS%2t6%NRjjEWo", "type": "image"}, {"id": 9140763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bfc7a6d-d116-4865-beee-8d2c11ac7891/width=450/9140763.jpeg", "nsfwLevel": 4, "width": 1152, "height": 896, "hash": "UCF#,axWGZOEEQW=Mx-p^-Rk-Vt7%NRixDS1", "type": "image"}, {"id": 9140764, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/074e6b17-6723-4bb3-b4cc-b0510ec4b540/width=450/9140764.jpeg", "nsfwLevel": 4, "width": 1152, "height": 896, "hash": "UFHe5#%gpcD$I]j=V[n$_4t8=}W=oit8i{NF", "type": "image"}, {"id": 9140767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7d63ce0-f3c4-4e15-a525-89b4e24cf20a/width=450/9140767.jpeg", "nsfwLevel": 4, "width": 1152, "height": 896, "hash": "U9ELd4V=2v56%%bc={nNp0E2={Rjsln$IUWX", "type": "image"}, {"id": 9140765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cec20696-ebd4-4f03-9031-cded5c132c00/width=450/9140765.jpeg", "nsfwLevel": 4, "width": 1664, "height": 576, "hash": "UDFOcR%N57RP_4%2sTIop0ocxCR%%2R%WBt7", "type": "image"}, {"id": 9140771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03652bfe-9652-4bb4-8f70-91d37466204f/width=450/9140771.jpeg", "nsfwLevel": 8, "width": 1664, "height": 576, "hash": "UDGRbo?cF3Nc^-xa-pxb%hxu-V%1?Ht7R+Rj", "type": "image"}, {"id": 9140769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89df45e4-8290-432f-b56e-ea5f83dc01e9/width=450/9140769.jpeg", "nsfwLevel": 4, "width": 704, "height": 1344, "hash": "U7G@ur[m1R0fK,4:xHR*AL9v}@?G-qae=xIo", "type": "image"}, {"id": 9140773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/049ff3a4-1463-48b4-a4c3-f60bead49c62/width=450/9140773.jpeg", "nsfwLevel": 4, "width": 704, "height": 1344, "hash": "U7HKhF;J3Z01%%9a=zogFiI]^P~B%NM_-ooz", "type": "image"}, {"id": 9140772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2769c5b4-5c65-4460-8b92-cc72868ffed3/width=450/9140772.jpeg", "nsfwLevel": 8, "width": 704, "height": 1344, "hash": "UBF4[y}@1P9]T1S4V[WBKQX9^j-Vbdja%1R+", "type": "image"}, {"id": 9140776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fad3754-3d98-4df3-8dd8-3a68509b9d9d/width=450/9140776.jpeg", "nsfwLevel": 4, "width": 704, "height": 1344, "hash": "U7Gak5^P0;0#1Q9a$i$*EnIp^P~B?bxZ?GJB", "type": "image"}, {"id": 9140775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1f0a832-6896-4480-a37d-891aca51b561/width=450/9140775.jpeg", "nsfwLevel": 4, "width": 704, "height": 1344, "hash": "U9G7_A};2e56X:EMs:NFE-Sh^j%1kst7={j[", "type": "image"}, {"id": 9140774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c420020-dfe0-4d30-b511-4da8dc4016ac/width=450/9140774.jpeg", "nsfwLevel": 4, "width": 704, "height": 1344, "hash": "UDF=2L4-PW~9tTax$+R*tTs:={E3bbayt5WA", "type": "image"}, {"id": 9140777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8b48f17-978d-4338-b25d-9113e45562fa/width=450/9140777.jpeg", "nsfwLevel": 4, "width": 704, "height": 1344, "hash": "U8G@*[#+1Q0fY7E2VsWBKlS$}@-o.9Mx=|E1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/425693", "modelId": 381342} \ No newline at end of file diff --git a/datasets/metadata/425830.json b/datasets/metadata/425830.json new file mode 100644 index 0000000000000000000000000000000000000000..5690409c3b0e22f1d5091ffc4d1d2eb7995825b2 --- /dev/null +++ b/datasets/metadata/425830.json @@ -0,0 +1 @@ +{"id": 425830, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-03T09:11:59.881Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 384, "ratingCount": 0, "rating": 0, "thumbsUpCount": 76, "thumbsDownCount": 0}, "files": [{"id": 347151, "sizeKB": 44283.4443359375, "name": "Kitamura_Kaori_Midareuchi.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-03T09:15:46.040Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0FD4CD35", "AutoV2": "E2E4F8362C", "SHA256": "E2E4F8362C50396E1EED8978AEBA816B06A73F7BE2EA99589EB487D2F413D758", "CRC32": "6DAF2C4F", "BLAKE3": "8725C54B6A5B0C3F7FD181A6902CD420EA48F6B3646EB5A1463EC00F64F075C2"}, "downloadUrl": "https://civitai.com/api/download/models/425830?type=Training%20Data"}, {"id": 347152, "sizeKB": 22249.37109375, "name": "Kitamura_Kaori_Midareuchi-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-03T09:15:53.153Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2034EB99", "AutoV2": "31B9D03AB6", "SHA256": "31B9D03AB60E89E87E88810726BDC79767B68FEBFC3A192DDA6EB205DD88958F", "CRC32": "DB98C218", "BLAKE3": "CF5412EAC76BD188DCBE695D10430A7D6EE1692503B6C461174BBD29B98CB03E", "AutoV3": "77DDDD93FA3B"}, "downloadUrl": "https://civitai.com/api/download/models/425830", "primary": true}], "images": [{"id": 9063331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cae50cf4-4001-4fae-b277-b028bee5994c/width=450/9063331.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeK1RTs:_Nt7W-jZ%MbG.8a|?Gs:R+a{%2j]", "type": "image"}, {"id": 9063332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/448b3d46-68ed-4f37-993b-e13d3fe699a6/width=450/9063332.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeKA.{s:_Nt7W-jZ%MbH.8a|?Gs:R+a{%2j]", "type": "image"}, {"id": 9064038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b56d4f87-dca5-49ac-8976-8298db47cc11/width=450/9064038.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UdNcpTxa?^juTIWB_3ozOsof%1xa=|RkIooM", "type": "image"}, {"id": 9064824, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4131279-4d72-4a76-93b8-7642f40cf91b/width=450/9064824.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UgNTB.?H_NsnS~R+?bR*JoozxDM|-os:RjWB", "type": "image"}, {"id": 9065032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ffc0aa5-4340-4018-97b5-c10d2db62356/width=450/9065032.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTM6;vsl~pn+R~E2xusn02IWo4E29akCnObZ", "type": "image"}, {"id": 9065342, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc2be660-b2c7-4464-9cab-9b88f11061fb/width=450/9065342.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKNS$?-;~p_3PVaf%$%1qtMx-=Mxt,Ip~Bxt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/425830", "modelId": 381470} \ No newline at end of file diff --git a/datasets/metadata/425876.json b/datasets/metadata/425876.json new file mode 100644 index 0000000000000000000000000000000000000000..31e8a5e35e2ad398f39fb9a5f33b19745e75ea98 --- /dev/null +++ b/datasets/metadata/425876.json @@ -0,0 +1 @@ +{"id": 425876, "index": 1, "name": "Sigrun V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-03T11:02:01.152Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 42, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 347203, "sizeKB": 310.6630859375, "name": "425876_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-03T10:10:55.101Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "EA597959B9", "SHA256": "EA597959B95BF1214D679EE95CF33CEB02C095F5B33975DBF2184C95D06CB077", "CRC32": "DAB0048E", "BLAKE3": "07CE57F277B9AFA65F18C778EA3E23D9D40DC685E40D6A30FD65F59CBDD47EE2"}, "downloadUrl": "https://civitai.com/api/download/models/425876?type=Training%20Data"}, {"id": 347262, "sizeKB": 223100.07421875, "name": "Sigrun_Engel__PonyXL-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-03T11:00:43.994Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8647773A", "AutoV2": "60A6E65101", "SHA256": "60A6E6510120057AEDBD5AA0CB966A30881AFFE457E54DF52BD7B31C92EB0EB8", "CRC32": "8853C6BF", "BLAKE3": "6DDD1F785F93A9918C0B4A5EE1FAE33F12BB08BA2CBA82CE6FA5CB590F023CE4", "AutoV3": "529404AF24C5"}, "downloadUrl": "https://civitai.com/api/download/models/425876", "primary": true}], "images": [{"id": 9208625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1ae14a7-015e-41eb-8aa6-360f5bbf7324/width=450/9208625.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U1CRTcO|fQO|.TbFbYbFfQfQfQfQ.TbFbYbF", "type": "image"}, {"id": 9208610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf30054f-c3fb-4e90-a3b9-9f3d44d10360/width=450/9208610.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U4GJ[l?[fQ?[%ej[bFj[fQfQfQfQ%ej[bFj[", "type": "image"}, {"id": 9208611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdaca9b2-a207-48d5-ab6a-29c9d58ef86f/width=450/9208611.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U4JI8[{gfQ{g-:jtjZjtfQfQfQfQ-:jtjZjt", "type": "image"}, {"id": 9208613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48bf2f44-1bdb-4674-b50e-4997b9b2dfda/width=450/9208613.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U3KvU^}efQ}L?0juj[jufQfQfQfQ?0juj[ju", "type": "image"}, {"id": 9208614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/701b2715-0151-4249-bd0b-b6a63de96cc7/width=450/9208614.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U6JR{:?dfQ?d%Nj[a#j[fQfQfQfQ%Nj[a#j[", "type": "image"}, {"id": 9208612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d19ba7cb-cab9-40ae-be10-68e376cbe5aa/width=450/9208612.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U2Ep7o_EfQ_D%fj@bFj@fQfQfQfQ%fj@bFj@", "type": "image"}, {"id": 9208621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48ab140f-d8d4-41b4-ae30-0fe29055b274/width=450/9208621.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U2Eo.f;rfQ;r-rjujZjufQfQfQfQ-rjujZju", "type": "image"}, {"id": 9208618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e0d4b7a-be1b-450a-9ccf-5d4ef9e3f6a3/width=450/9208618.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U6DBH5PqfQPqtRfkayfkfQfQfQfQtRfkayfk", "type": "image"}, {"id": 9129034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc33994a-3e19-4d4c-8e06-cd3602cf98b7/width=450/9129034.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U4E343?KfQ?Kxvj[jZj[fQfQfQfQxvj[jZj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/425876", "modelId": 381511} \ No newline at end of file diff --git a/datasets/metadata/425900.json b/datasets/metadata/425900.json new file mode 100644 index 0000000000000000000000000000000000000000..0c9f96eadee7c3b05fb38fec5a6fc63bafb1938d --- /dev/null +++ b/datasets/metadata/425900.json @@ -0,0 +1 @@ +{"id": 425900, "index": 3, "name": "Flat Cages", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-03T10:20:40.049Z", "availability": "Public", "nsfwLevel": 25, "description": null, "trainedWords": ["Wchastity"], "stats": {"downloadCount": 225, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 347216, "sizeKB": 18714.953125, "name": "425821_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-03T10:26:13.738Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B11BF99D", "AutoV2": "50AC4C2E07", "SHA256": "50AC4C2E070994805ADB3739027D306483633AF62BE864BD725529E41012819B", "CRC32": "26B4D891", "BLAKE3": "002D8CCB72526A67501EB28A276DE385E1667DEBDE3EFE90102D3CE46CE0B5D4"}, "downloadUrl": "https://civitai.com/api/download/models/425900?type=Training%20Data"}, {"id": 347211, "sizeKB": 223105.23828125, "name": "WrensFlatCages_PonyXL-000015.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-03T10:21:23.252Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F6E6EA92", "AutoV2": "D7CB1F4329", "SHA256": "D7CB1F4329C98D66B587DBAB8E4A8D2524173064BB380DC2573A865E42BE7E95", "CRC32": "A7D92472", "BLAKE3": "2F1D1F59FEBEF74915FFC7B66979A2F8485A312C5B4C2A6AF0B9DE5F11FB0124", "AutoV3": "775DF4971AFC"}, "downloadUrl": "https://civitai.com/api/download/models/425900", "primary": true}], "images": [{"id": 9065513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e8ab6f1-9445-4759-8f68-422d800d787e/width=450/9065513.jpeg", "nsfwLevel": 8, "width": 768, "height": 1280, "hash": "U9L|=qo~0,~W^*I;TdxY00s8%fIo.9xuM|IB", "type": "image"}, {"id": 9065512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e242352-656e-4c00-a1b3-07560d5a3587/width=450/9065512.jpeg", "nsfwLevel": 16, "width": 768, "height": 1280, "hash": "UKO3LP.S?^ml?^xatRIUPVtln3S~MdMx%2bv", "type": "image"}, {"id": 9065514, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e69a54b0-4298-403f-a3d3-54b718333e57/width=450/9065514.jpeg", "nsfwLevel": 16, "width": 768, "height": 1280, "hash": "UUL;BF.8?^nO_2tRbcV?.8M{RPkBIUV@xZW=", "type": "image"}, {"id": 9854123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acb432ec-8e04-4819-b91d-e66773fb50ee/width=450/9854123.jpeg", "nsfwLevel": 1, "width": 832, "height": 1152, "hash": "UKKwnLxu_MxD~VR+4:slWCR*axs-r=WWkWn$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/425900", "modelId": 376286} \ No newline at end of file diff --git a/datasets/metadata/426120.json b/datasets/metadata/426120.json new file mode 100644 index 0000000000000000000000000000000000000000..20612354534d006f06bf87b15a5a9029c54d8061 --- /dev/null +++ b/datasets/metadata/426120.json @@ -0,0 +1 @@ +{"id": 426120, "index": 1, "name": "LaDy_IceQ XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-03T20:04:04.883Z", "availability": "Public", "nsfwLevel": 1, "description": "SDXL Version of LaDy_IceQ
", "trainedWords": ["LaDy_IceQ XL"], "stats": {"downloadCount": 46, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 347958, "sizeKB": 223099.63671875, "name": "LaDy_IceQ_XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-03T19:40:45.445Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F8BB7A63", "AutoV2": "9836EFF0E7", "SHA256": "9836EFF0E756C8D24180661E127DE841FDE66931AB506F6874828F246DCDC939", "CRC32": "2993D301", "BLAKE3": "B13472AFFA8342DEE5EEBD3BE6AE77E4360F0DA0E9AB8165DD4AEAC3B0C3549A", "AutoV3": "6CB6DA77E867"}, "downloadUrl": "https://civitai.com/api/download/models/426120", "primary": true}, {"id": 347417, "sizeKB": 202.921875, "name": "426120_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-03T13:15:53.883Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "85DA604F69", "SHA256": "85DA604F693D4187EA8E1D8F5094304D6C8C0488C082F041C4D86E3AB37B5968", "CRC32": "B144D35F", "BLAKE3": "EB4C7CB775C49A9B4BB73EABCB2FCDECC015D0B2E952E566E4D58C2DF9FD2A55"}, "downloadUrl": "https://civitai.com/api/download/models/426120?type=Training%20Data"}], "images": [{"id": 9216368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be960ece-280c-4400-bead-a880c8755267/width=450/9216368.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHIq$8IA.m-p4TofRj9F.8t7VskC-;Io-;s:", "type": "image"}, {"id": 9214064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b680d4e5-2de7-4513-8e8a-f5c058a69875/width=450/9214064.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFIqx{Diui%1HsfRRkDj%}ocnNkC%MM{?bt6", "type": "image"}, {"id": 9091664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98c5b48b-6039-42f3-9a7a-0fd0003c48ed/width=450/9091664.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJI}V5Di.m%28_ofRj9F?vj?i_oz%MM{-;t6", "type": "image"}, {"id": 9091718, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74e4b3c9-20f5-4cea-99e5-0b1296cd1944/width=450/9091718.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJI}V5Di.m%28_ofRj9F?vj?i_oz%MM{-;t6", "type": "image"}, {"id": 9091681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a49e913a-7dd2-49d3-a25e-3f4e7a25cc09/width=450/9091681.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJI#S;Di.m%18_ofR%9F?vkAent7%MM{-;s.", "type": "image"}, {"id": 9091682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/955c31f4-7bb6-4a8d-b28f-797bde20ae99/width=450/9091682.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHIq+FDi.m%L8xofWB9F?^jtaJt7%MM{-;s:", "type": "image"}, {"id": 9091689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6409778-4018-465a-bab4-51e92c8b96ca/width=450/9091689.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHI#P%D%.m%L8_ofWB9F_Naei_t7%MM{-;t6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/426120", "modelId": 381737} \ No newline at end of file diff --git a/datasets/metadata/426203.json b/datasets/metadata/426203.json new file mode 100644 index 0000000000000000000000000000000000000000..c29e91a65e6ad0a8d6d1c7171a7b5866716c8b3d --- /dev/null +++ b/datasets/metadata/426203.json @@ -0,0 +1 @@ +{"id": 426203, "index": 0, "name": "ExtraThicc", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-03T15:29:02.783Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 196, "ratingCount": 0, "rating": 0, "thumbsUpCount": 47, "thumbsDownCount": 0}, "files": [{"id": 347591, "sizeKB": 223102.78515625, "name": "Fatty_Mc_Fat_Fat-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-03T15:25:52.456Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A361F4C5", "AutoV2": "11281DF3DF", "SHA256": "11281DF3DF02E64CDEF49108BA55BBEF09764937F00181AE9C7B981C50D83324", "CRC32": "30246F18", "BLAKE3": "F2C90C4EAEBBE7BB875CD39BF5F10E897D1D63E2E782C78BAD0072604190CF27", "AutoV3": "BAD36D609AA1"}, "downloadUrl": "https://civitai.com/api/download/models/426203", "primary": true}, {"id": 347501, "sizeKB": 3107.2919921875, "name": "426203_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-03T14:16:13.050Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5DB25F91", "AutoV2": "013E2BE860", "SHA256": "013E2BE860C640AE1969B60AC1DC23A6E5BAC1DD3AE5A855AE31FF3A42C232CB", "CRC32": "FF1CC6B6", "BLAKE3": "95B8E1C8F7C6881BED184D142931B8027E98571E181FE9F81BA9DE9CE6B9BE99"}, "downloadUrl": "https://civitai.com/api/download/models/426203?type=Training%20Data"}], "images": [{"id": 13140918, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac75f4e6-c9e0-467d-abaf-feb1cf122504/width=450/13140918.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U3I4Vi_MfQ_M-qj[bFj[fQfQfQfQ-qj[bFj[", "type": "image"}, {"id": 13140925, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a242312-c440-4c31-96e2-4e98daf944c4/width=450/13140925.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U3KRu0}1fQ}1=#jufkjufQfQfQfQ=#jufkju", "type": "image"}, {"id": 13140778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fc73259-90f9-41c5-a73c-f62aee08f923/width=450/13140778.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U2HK@ZYyfQUV?HfjjafjfQfQfQfQ?Hfjjafj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/426203", "modelId": 381816} \ No newline at end of file diff --git a/datasets/metadata/426767.json b/datasets/metadata/426767.json new file mode 100644 index 0000000000000000000000000000000000000000..ecc93754aabda2c6f658842155f54e594eff8fbd --- /dev/null +++ b/datasets/metadata/426767.json @@ -0,0 +1 @@ +{"id": 426767, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-03T20:34:53.815Z", "availability": "Public", "nsfwLevel": 31, "description": "This is the initial release. The training data is provided for this version. Here are some sample captions used during training:
marge simpson, 1girl,solo,breasts,shirt,cleavage,medium breasts,blue hair,upper body,short sleeves,teeth,colored skin,parody,clenched teeth,flat color,yellow skin
marge simpson, 1girl,solo,simple background,dress,blue hair,standing,full body,pantyhose,boots,hand on hip,colored skin,white footwear,black background,afro,yellow skin,orange skin
marge simpson, 1girl,solo,jewelry,sitting,blue hair,necklace,black eyes,book,colored skin,plant,beads,potted plant,flat color,afro,yellow skin,cactus
marge simpson, 1girl,solo,smile,dress,jewelry,blue hair,glasses,teeth,necklace,window,colored skin,parody,green dress,yellow dress,pearl necklace,afro,yellow skin
Made with artificial dataset created with initial version.
darkmel
for character, darkmel-armor
for the default outfit. Also, headgear, hairband, halo, wings
can be activated or not. Works well with 0.6-0.8
strength, I recommend using 0.8
for txt2img and 0.6
for upscaling the most.
Some details (shape of hairband, feathers on pauldron, halo being black) might require higher strength to get consistently.
", "trainedWords": ["darkmel", "darkmel-armor", "headgear, hairband", "halo", "wings", "small breasts"], "stats": {"downloadCount": 135, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 348131, "sizeKB": 111753.29296875, "name": "darkmel-ponyxl-kohya-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-04T22:02:42.339Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AAA29553", "AutoV2": "E760937DAE", "SHA256": "E760937DAE8D64B3FB74801E0107D2D21C8D80C55A1C1800C53037E4BE4FB3C6", "CRC32": "310EB7C1", "BLAKE3": "72F914DD863C0D015AFF8782930662BBDB4A85B0812604957DC19791037D8E6D", "AutoV3": "D7D64D9B030D"}, "downloadUrl": "https://civitai.com/api/download/models/426903", "primary": true}, {"id": 348130, "sizeKB": 79441.8974609375, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-04T22:02:39.944Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C226E28C", "AutoV2": "85D58993DC", "SHA256": "85D58993DC10891A670AE34F1BFDDEFAC79DFC59CD02229E5297D903C3BA66D7", "CRC32": "8B01AD20", "BLAKE3": "6BE490AFF34449E3F11BF02FDEC86B248DAEC6CB242F703C715637D58B89B84C"}, "downloadUrl": "https://civitai.com/api/download/models/426903?type=Training%20Data"}], "images": [{"id": 9099064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f93017b-f431-414b-89aa-7a6b71cbaa84/width=450/9099064.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UXGuOARPxrxu_NM{IpS5p0MyMzNeI;enaKWq", "type": "image"}, {"id": 9098240, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cd4bf99-3bfd-4a44-b8b4-69e46f99f23f/width=450/9098240.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "U8Gu5m%M0y~B~qWE00E1~pWA#nbH9toexvRk", "type": "image"}, {"id": 9098557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6205fde-9276-4ed6-973e-677ebb1f0065/width=450/9098557.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "USH24n%MyC%M*0WED*R*yEjHnOjZ?u%L?Gs:", "type": "image"}, {"id": 9097308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc94ed06-73c3-446e-8fa3-802531755050/width=450/9097308.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UXJtn~oeo}%M-;RjM{f6~pj[%Laft6%2WCfk", "type": "image"}, {"id": 9097259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45bb57ee-8b44-486d-b81a-cc8c7ffef733/width=450/9097259.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UCIg.aw^kV-p~Wo|0LkB0LM{00xZ%Mt7V@NG", "type": "image"}, {"id": 9097242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a63ab51c-064a-47a6-97f2-7b348e54b656/width=450/9097242.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "U5G*mE0000.802kV00xu5lsmIUD%01E1~WNG", "type": "image"}, {"id": 9097272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1afdaf12-3a68-43c0-9cba-e0714e92b35b/width=450/9097272.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "UAIXHl00.7xu}@%M00tQ00oz9FE1%gIV^+NG", "type": "image"}, {"id": 9099626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da553480-927e-4fe6-87e7-e695827d94ec/width=450/9099626.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "ULHnsfsl0yI:?dM{IoR,9ZV@rqozDOs:DjNH", "type": "image"}, {"id": 9099938, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/096f04d6-1e56-498b-aabf-919ca84b9287/width=450/9099938.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "UOI4;Is:0ykC.ToMV@W;KifkxWj[ofa#RPay", "type": "image"}, {"id": 9100112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a45f6855-ed93-40f1-9003-8c06d0737c6c/width=450/9100112.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "UPI4@S-o5QE1*0IoR*s:KPj@xDR+VsxtV?ay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/426903", "modelId": 320637} \ No newline at end of file diff --git a/datasets/metadata/426934.json b/datasets/metadata/426934.json new file mode 100644 index 0000000000000000000000000000000000000000..2d65a88727a5fee87ee69411a506acabaf0e775e --- /dev/null +++ b/datasets/metadata/426934.json @@ -0,0 +1 @@ +{"id": 426934, "index": 0, "name": "LeonBakst", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-04T02:15:39.979Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 41, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 348365, "sizeKB": 36984.9375, "name": "LeonBakst.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-04T02:15:48.924Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3DFC32DB", "AutoV2": "7724B5B513", "SHA256": "7724B5B5139FA778D84C1796913E9BDE07F2207CC7C907F2ACC517B305FAB4F6", "CRC32": "1326775F", "BLAKE3": "0609390E1EDDC4E1F22D4AE02B7DF0A3E86A33C59B68AD58AC6FC86AE8EF62A1", "AutoV3": "B083B4BC5C88"}, "downloadUrl": "https://civitai.com/api/download/models/426934", "primary": true}, {"id": 348142, "sizeKB": 25423.1455078125, "name": "426934_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-04T22:31:47.753Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2A9FC953", "AutoV2": "268C63A9F2", "SHA256": "268C63A9F286F73C7B1ED62C01EB4E16032ABF36DD6D2E614D7F95103704B5A8", "CRC32": "D1DA4752", "BLAKE3": "1199A388F3BE88AD609A7C3CE373F7EE35BC9B5226506C1D1BB3ED8F261929B4"}, "downloadUrl": "https://civitai.com/api/download/models/426934?type=Training%20Data"}], "images": [{"id": 9110287, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/429b3754-96f7-48dd-829f-c7ac7fcfd1f6/width=450/9110287.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFD^Jb.Qqs]|I0$xxo-g~MI^EUsk5vNLrqIb", "type": "image"}, {"id": 9110924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfbea69f-d12a-4562-bd96-a20000bd1c61/width=450/9110924.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UfHAww~BRQIpE2V[n,o2NHWoxZxZWBRkoKkB", "type": "image"}, {"id": 9109297, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23c9d801-d0d7-4fe4-857f-cfca612c60f6/width=450/9109297.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UTFGtO,jMv-=biwFNGNf9XM_IwIV-TM|Iq%J", "type": "image"}, {"id": 9109298, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df2629cb-5e64-4ab1-a249-18c5c17261b7/width=450/9109298.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UaNu@hkC_NxH%gtRj[oK%}aKMxoft6aKn+bc", "type": "image"}, {"id": 9110521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8d945dc-0b81-4b63-9b05-1a0ddb7113aa/width=450/9110521.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "USJ%?$Q-ENSOCTofskbG5FK7xUskb_aLbbn$", "type": "image"}, {"id": 9110968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23b76783-1540-4560-9440-ab367438a9a1/width=450/9110968.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UCQc3Kkr}*~WnM%MxaRjrVs:R.M{%MWDaxbG", "type": "image"}, {"id": 9111034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3183d373-46a7-4aad-bd6b-e314bf94ba74/width=450/9111034.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UER2#mkX~T?Hn2t6s.ae$$jYIUax$zoekDay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/426934", "modelId": 382497} \ No newline at end of file diff --git a/datasets/metadata/427326.json b/datasets/metadata/427326.json new file mode 100644 index 0000000000000000000000000000000000000000..eb59532d777d39d0207cde50cd056ae3bc490156 --- /dev/null +++ b/datasets/metadata/427326.json @@ -0,0 +1 @@ +{"id": 427326, "index": 4, "name": "V A0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-04T05:06:45.155Z", "availability": "Public", "nsfwLevel": 1, "description": "", "trainedWords": [], "stats": {"downloadCount": 91, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 1}, "files": [{"id": 348532, "sizeKB": 223108.30859375, "name": "Corruption_magical_girl-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-04T05:06:54.570Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "97DECC3D", "AutoV2": "673E0BFB9D", "SHA256": "673E0BFB9DED760CB9E649B317EA79A01DCED70A13976F4C5265A3E7E8F3571D", "CRC32": "1ED60D6A", "BLAKE3": "8A7A28E8CA2640B2840754310B12923027180BCD39569FE56C7C9A85049A3068", "AutoV3": "9D5B3BD12B49"}, "downloadUrl": "https://civitai.com/api/download/models/427326", "primary": true}, {"id": 348442, "sizeKB": 102959.0068359375, "name": "427326_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-04T03:40:47.819Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C4FDD9A0", "AutoV2": "FDFDD005F7", "SHA256": "FDFDD005F7D0A7B36A05457FF009E0F9F78AB288A447E2DC1F611FF9BB1490FB", "CRC32": "0783B763", "BLAKE3": "9A8F64FFF62C8C232EF3877A884A2C7D8D8C8676CF49C0F057A1EB537467FB55"}, "downloadUrl": "https://civitai.com/api/download/models/427326?type=Training%20Data"}], "images": [{"id": 9156369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97fcf36b-a455-4c80-a9f1-2c8f41720935/width=450/9156369.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UqIrgZIqadxa*0Rni^oJR%WC$%n$oeRjV?of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/427326", "modelId": 382868} \ No newline at end of file diff --git a/datasets/metadata/427412.json b/datasets/metadata/427412.json new file mode 100644 index 0000000000000000000000000000000000000000..5344f1ecde924feff0b6ac41af8502e59d6406f9 --- /dev/null +++ b/datasets/metadata/427412.json @@ -0,0 +1 @@ +{"id": 427412, "index": 0, "name": "Kaitou Reinya", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-15T20:05:26.599Z", "availability": "Public", "nsfwLevel": 3, "description": "First attempt, 2 outfits
", "trainedWords": ["reinya, brown hair, twintails, blue eyes", "kaitou reinya, hair beads, cat ears, collar, red collar, multicolored shirt, stitches, sleeveless, bare arms, spiked bracelet, black gloves, midriff, red belt, belt buckle, multicolored shorts, puffy shorts, bare legs, fur-trimmed footwear, black footwear, spiked shoes, cat tail", "konbini reinya, blue hat, baseball cap, cat print, blue shirt, collared shirt, raglan sleeves, short sleeves, bare arms, name tag, black belt, belt buckle, blue skirt, bare legs, white socks, pink footwear, flats,"], "stats": {"downloadCount": 103, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 348515, "sizeKB": 21821.9326171875, "name": "427412_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-04T04:50:36.122Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A9821565", "AutoV2": "8E61D50374", "SHA256": "8E61D5037422A12F4E531C5C3800049AF4FB11D8FA6E551FB5FBF08846FF089C", "CRC32": "C7DA83C6", "BLAKE3": "B6F6E118CEF952EB93FFDF5B33E30833239E6A8E80258589CF35820670BB1F84"}, "downloadUrl": "https://civitai.com/api/download/models/427412?type=Training%20Data"}, {"id": 368853, "sizeKB": 223103.46484375, "name": "Kaitou_Reinya.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-15T19:51:17.599Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5B39F1E1", "AutoV2": "EB449027BC", "SHA256": "EB449027BC1427E58D5C41727144798526A5B112130DF8F970BA415CA65EC427", "CRC32": "EAFA2F53", "BLAKE3": "BFD410079417B9FB6BE3BFD8EEBFC0E6F374B4D675EC453CB6ED884AE68546EC", "AutoV3": "3DC0CDEB3601"}, "downloadUrl": "https://civitai.com/api/download/models/427412", "primary": true}], "images": [{"id": 9961884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78de3df2-e57a-4e3c-9dbf-eb198815838e/width=450/9961884.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UCLnlk-V*KM{XwW.7Nn+@bae^%kC{eWV?HxZ", "type": "image"}, {"id": 9961891, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8e53b3b-34e5-4c1a-add3-e442ba6f8032/width=450/9961891.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UTI=4Io}=wxGq[WYMIe.KRS%?Gt6PXnNjrWV", "type": "image"}, {"id": 9961894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c081cbc-abbd-401b-9752-725b5d6ea10c/width=450/9961894.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UVN+O%t7~B$*R5oeE2NG$MWBX8oMxuoLxZkB", "type": "image"}, {"id": 9961887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03646860-35b1-4e75-826e-b7b9d1f93f1a/width=450/9961887.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UcN[LOs:}bxaWkj?I;WU%Nj[OsfirtWCxCs:", "type": "image"}, {"id": 10216092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1244f71-1b41-47d7-805a-25182634f49c/width=450/10216092.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "URNS]KM|rWV@I9ofWUWB=_xZ%LxZp{NGs+WB", "type": "image"}, {"id": 10216094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19abda35-1db2-4d06-bb60-18f2efc601a8/width=450/10216094.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UELpN[xuD4ni*KsSN2ae+bni~UxtPURjOSkC", "type": "image"}, {"id": 10216100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/473f2c73-f487-4b69-b7c9-5dbc6d6977c6/width=450/10216100.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UON[:cV[zoV[D%M|NHNG~pR*TdkCx]j@VroL", "type": "image"}, {"id": 10216109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58a28cd3-17fe-49e7-bec6-0439b0be1b6b/width=450/10216109.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UEFYQ1%M00jHq[WCIuRQ01of~pxZ5rIo-m-:", "type": "image"}, {"id": 10216127, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d234b854-350f-4465-b4d9-1c91f15c2d5c/width=450/10216127.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UWN]a]Ne$%s9*0s+XUjZ^dsk%gofx[R-s.WV", "type": "image"}, {"id": 10218925, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84817bea-ba2c-474d-999a-154dfcf4748d/width=450/10218925.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDL3$7$+-P$%|$WBMzV@0JRj%FWA$XaL-:jc", "type": "image"}, {"id": 10218942, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b09fe63-1639-4059-8813-eb6176427357/width=450/10218942.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UzPZS}oe_Nxua0aebIj[smayRjayoyj[t7a|", "type": "image"}, {"id": 10218955, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e00927ff-05f8-4ee1-b76b-df18c92479f6/width=450/10218955.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "USF;jBs:5RR+}=kBVsjFVsayxuoeMyaek=kC", "type": "image"}, {"id": 10219102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ba86d6c-2b71-4f03-a043-ad91f975cf9b/width=450/10219102.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UQO.gUxa~8-Uv$j[IqRk~SoJtlkV%zjZ$yt6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/427412", "modelId": 382949} \ No newline at end of file diff --git a/datasets/metadata/427642.json b/datasets/metadata/427642.json new file mode 100644 index 0000000000000000000000000000000000000000..de7a3ed140543d67cc2f5b4cdb580ac502a726d8 --- /dev/null +++ b/datasets/metadata/427642.json @@ -0,0 +1 @@ +{"id": 427642, "index": 0, "name": "anime s1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-05T00:01:00.000Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": ["hahari hanazono, long hair, bangs, green eyes, pink hair, flower, hair flower,", "dress, cleavage, jewelry, necklace, white dress,"], "stats": {"downloadCount": 430, "ratingCount": 0, "rating": 0, "thumbsUpCount": 87, "thumbsDownCount": 0}, "files": [{"id": 348996, "sizeKB": 223115.37890625, "name": "hahari-hanazono-ponyxl-lora-nochekaiser.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-04T12:45:45.775Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "268A87B3", "AutoV2": "B506201A55", "SHA256": "B506201A5538EBDF63389341B39A76452BCABF54BF16FDC4013430C7268C3C9E", "CRC32": "AB83C674", "BLAKE3": "73D822D127ADCE04CD443C65C99E4E0EBB1E2A30B98A136D1B0B2E138F313C7E", "AutoV3": "130BF941AD42"}, "downloadUrl": "https://civitai.com/api/download/models/427642", "primary": true}, {"id": 384415, "sizeKB": 176077.1806640625, "name": "hahari hanazono s1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T14:26:33.817Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8D120EF0", "AutoV2": "D33DB018E7", "SHA256": "D33DB018E7E09EE59632C12F11FA81E70B7EA5D611C3D7279A1133C1431247BA", "CRC32": "220AC172", "BLAKE3": "287084080EBBDE3C419F0A63D567C98C0F1C6FDCB055A3F7EB20269A9D1CD258"}, "downloadUrl": "https://civitai.com/api/download/models/427642?type=Training%20Data"}], "images": [{"id": 9147485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f76007b2-55d5-440f-9465-4ac908b31043/width=450/9147485.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "UIN+^f%MD#N@}7MePoIATz%g?GRj={MxDjoL", "type": "image"}, {"id": 9147489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6624bc55-d108-4064-a4bf-149e801ff147/width=450/9147489.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "UJLWV1$m00#k^G$*tmELD#InTJx].mtQrrx]", "type": "image"}, {"id": 9147490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9798af36-10ca-442a-8537-8e4e607a1da1/width=450/9147490.jpeg", "nsfwLevel": 2, "width": 1152, "height": 896, "hash": "UKN9@4?^Q+,[~9tPY6%39FkoMyM|Irni$#%L", "type": "image"}, {"id": 9147486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fed7f9a5-b69d-4eec-a4dc-b9817481c312/width=450/9147486.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "UONcc^_N55?H[TxtY4i_X.bv$*xv%2s:IUi{", "type": "image"}, {"id": 9147487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14faffba-8344-4e5d-a62c-533d7ab80e87/width=450/9147487.jpeg", "nsfwLevel": 2, "width": 1152, "height": 896, "hash": "UJLpgbRi00-;-0xuT^xG_4xa=|Se}[R*E2WW", "type": "image"}, {"id": 9147496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a947d0d7-1c8a-48c2-8a6e-b8ef03f9e26a/width=450/9147496.jpeg", "nsfwLevel": 8, "width": 1152, "height": 896, "hash": "UHN0btY+EL0z4T}u}tadE0-;_3xsS|bbRkIo", "type": "image"}, {"id": 9147500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f1c829d-7d85-4af3-a80e-bdedccce7461/width=450/9147500.jpeg", "nsfwLevel": 2, "width": 1152, "height": 896, "hash": "ULMZj:~BR4P-$v^,KPM_9Fa0s:I-%MX8%LIU", "type": "image"}, {"id": 9147504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/816b28a1-d45b-420e-a056-a2c214d50a07/width=450/9147504.jpeg", "nsfwLevel": 2, "width": 1152, "height": 896, "hash": "UQMss9+aAAu3-3^-kqSbELw5o|M{%JXknis-", "type": "image"}, {"id": 9147508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e9ce03c-9c24-420b-ae34-049325e64dc2/width=450/9147508.jpeg", "nsfwLevel": 8, "width": 1152, "height": 896, "hash": "UDNJOOqs0_A9D4~BtLM]-m.S%2Sc~pJ7IURk", "type": "image"}, {"id": 9147506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6460de93-a4a2-4e61-bba5-8d8ef571abcb/width=450/9147506.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "U9O3RtxJ1uW?00xd2]EL3sb3dB0fA2*0$lOn", "type": "image"}, {"id": 9147510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f9481fe-bff7-4958-86e1-e8eb0897be92/width=450/9147510.jpeg", "nsfwLevel": 2, "width": 1152, "height": 896, "hash": "UIN00eo~4T]p{cD#TxMePUyC$*xb?bt,Rks:", "type": "image"}, {"id": 9147509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07dfdac9-51f5-47c4-ab4f-1648a78e91b5/width=450/9147509.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "U5Nl_R_*00YQ00UGuDcN?ZM_^jR3^8zW-A~D", "type": "image"}, {"id": 9147513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea273b29-c76c-4c1e-b56d-ebe9a1863d66/width=450/9147513.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "UGLWY8Va00r=[Q%Mu4EKK$E1xZyCy?xuw0X9", "type": "image"}, {"id": 9147514, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad1f2342-27b5-4101-9eab-6b10b9d1b675/width=450/9147514.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "UKLM-TD58^T1]e?bEyRN9YNF%ho}?]jFn5xv", "type": "image"}, {"id": 9147523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2952ab3-16bf-4f3c-abab-5b3cf39b47b3/width=450/9147523.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "U6NS{O{l00%O00yrCgyV4UKh,wZhL#VtmT?H", "type": "image"}, {"id": 9147520, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53bfd084-c6cf-44b4-bc9e-92b2cc09188b/width=450/9147520.jpeg", "nsfwLevel": 8, "width": 1152, "height": 896, "hash": "UAM%G]000e0100,_-p9F9a~X%MRQt+x]4.%g", "type": "image"}, {"id": 9147522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6cd0667-491b-4e43-97d2-f0b25c0b25f9/width=450/9147522.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "UHM%QG^l8^=e@=?]L1NZX.Rjx^x]Met7Q-w}", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/427642", "modelId": 383151} \ No newline at end of file diff --git a/datasets/metadata/427671.json b/datasets/metadata/427671.json new file mode 100644 index 0000000000000000000000000000000000000000..d5d5d5a2482c03578b8a11a6b2827fa92342961e --- /dev/null +++ b/datasets/metadata/427671.json @@ -0,0 +1 @@ +{"id": 427671, "index": 0, "name": "Table Town Scenery and More (Kiff)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-04T09:09:20.534Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 29, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 348737, "sizeKB": 27893.5166015625, "name": "427671_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-04T08:50:51.943Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3C221086", "AutoV2": "D3F6096273", "SHA256": "D3F60962733B8FA0D025E52BDAA776EBF398DD093F7E3811CAA06344EAAF730A", "CRC32": "5E5693C6", "BLAKE3": "B4B9BD346134449510B19711830CC3B9CF3A231F6C7B9FC1E5DBBC65931C624A"}, "downloadUrl": "https://civitai.com/api/download/models/427671?type=Training%20Data"}, {"id": 348759, "sizeKB": 36983.6171875, "name": "Table_Town_Scenery_and_More_Kiff.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-04T09:11:01.948Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1CEB4F1E", "AutoV2": "2E212B476E", "SHA256": "2E212B476E0EF64AD45A0936564770472E5B9997AC4742314A31636AEC45C786", "CRC32": "06E111AE", "BLAKE3": "34830AD4BA035A2520A2FDC359466F9728C8E70416C2C8B5D2982492935FB125", "AutoV3": "8DB4C9BC73C4"}, "downloadUrl": "https://civitai.com/api/download/models/427671", "primary": true}], "images": [{"id": 9131683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/676e0fb4-ac2a-44f0-8d00-8b390227923b/width=450/9131683.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDP;}F-T+Z-T?[OYvzR*^iWUNMX97zs.X9oy", "type": "image"}, {"id": 9131684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d95b0583-7512-430a-ad90-e33b8bc9311f/width=450/9131684.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UePO6iwIvLr={cs:XSX9MzagnOt6TyNbnhnN", "type": "image"}, {"id": 9131682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f216e7a9-87ce-4d1f-b4de-c67c4232cfe7/width=450/9131682.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UjN00coe:is:y=kC#kjZ#6fkK6f6;xayNebb", "type": "image"}, {"id": 9132920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c27cbecb-f000-42b7-8594-6a447ae7145a/width=450/9132920.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U=K1dkWVPnoyHWoeXnW=pIW=nlf+SzafV@kC", "type": "image"}, {"id": 9132915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67da98cb-604e-4f7f-8b5a-40d518651e26/width=450/9132915.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UwK1RMn+yWozP;SNX.bbxbW=NbWCX9n*rDae", "type": "image"}, {"id": 9132912, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5b2cecf-a280-441f-a985-d68d201368b5/width=450/9132912.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U:KK=$NxUFxZHDoyO?WXbHjGn4S4S4jGnhbH", "type": "image"}, {"id": 9132911, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adc79742-5c31-4466-8dab-211dcd5356c2/width=450/9132911.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UsKme8n%tjozqFayPAbvLLbFOZbIK*f+wJn%", "type": "image"}, {"id": 9132916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ae55685-d16c-482e-86ea-adff79ff1a2e/width=450/9132916.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U,LgIln4LLw]8JSiO@X8ofT0rrSijbnOr?s9", "type": "image"}, {"id": 9132914, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9af718f3-9ae0-40b1-99f6-72f611f28ae9/width=450/9132914.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U;Ju4DogPTkVLzW=o|bbXlayjIazX4bFi|ay", "type": "image"}, {"id": 9132910, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9d5fdc0-452b-4914-8560-a91e48d01ac0/width=450/9132910.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U$Lq5}bcLLofY*X8pJbbocX8rro0j]WVa0jZ", "type": "image"}, {"id": 9132922, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae970a70-c615-4088-8c94-7f62db9dd295/width=450/9132922.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U.Ly+XoeTwbbLgjbtRoflAW;jcW;S%ofnif6", "type": "image"}, {"id": 9132917, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b91f15d-b50d-4642-9308-f004ed07bd52/width=450/9132917.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U%K^KUofPTbcHWWCb^kWpdjZoNX8KjX7Sga#", "type": "image"}, {"id": 9132908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6b38968-cfc5-48d6-a56d-80b41bacfcbd/width=450/9132908.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UyJ*M0f+PUr@UaSgpIbbTJWVX8XS$*oeV@W;", "type": "image"}, {"id": 9132918, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22a50d93-5814-41a9-bf42-70c6435951ef/width=450/9132918.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U,LgkYofPoozG^bHXnW=#8ayrrnislbHn~jF", "type": "image"}, {"id": 9132909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/767501d0-01c1-458e-865b-acb527106737/width=450/9132909.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UvKA=~TJLKozQ7jFgOX8o|rra}WpS#XSR*jF", "type": "image"}, {"id": 9132919, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfe24f0e-d7ce-4f16-bcb3-b80cb57dd558/width=450/9132919.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UxL4.:ozLzkWHDfkTKX8r;i_rEkCOsjZj@bH", "type": "image"}, {"id": 9132913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/325c77a6-57dd-4718-a4c9-c09b49734dcc/width=450/9132913.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UtJ@qHsmPUj]y?X8TeofL1ShspkCO@s9v}WC", "type": "image"}, {"id": 9132921, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ad3d41d-ed75-4b99-9cb9-a6c4c26e8f83/width=450/9132921.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U-KK7tR+X-tQLzoJXmS$pcaykDbIS$a}jsoL", "type": "image"}, {"id": 9198935, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc46a765-afcc-48e2-b381-21bf14459065/width=450/9198935.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UZJs^5N$+Z#j~TJBNZwbvgxYOGNwI=xZS5t7", "type": "image"}, {"id": 9198929, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b69a26b7-1e01-4538-b477-60e675bd392a/width=450/9198929.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U7J7q40My@AB00he2]MJL$@rT|TKqEpc%#,.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/427671", "modelId": 383181} \ No newline at end of file diff --git a/datasets/metadata/427810.json b/datasets/metadata/427810.json new file mode 100644 index 0000000000000000000000000000000000000000..fbfa6799cc3dc6d39a45ebc31391aebe48a78894 --- /dev/null +++ b/datasets/metadata/427810.json @@ -0,0 +1 @@ +{"id": 427810, "index": 0, "name": "Ainila v1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-04T11:27:06.102Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Ainila"], "stats": {"downloadCount": 46, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 348875, "sizeKB": 23608.5322265625, "name": "427810_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-04T10:55:51.585Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7DCEAD1D", "AutoV2": "83DF536B79", "SHA256": "83DF536B79F058AC0156A5FDF2009E525D8379E77A4F490CF6CB79C97BDEAB31", "CRC32": "DB0B9432", "BLAKE3": "9826EADAE872CF47133999E84D7677CDF5DCB2F5FBD649158ADC43C1277BD52D"}, "downloadUrl": "https://civitai.com/api/download/models/427810?type=Training%20Data"}, {"id": 348899, "sizeKB": 223099.79296875, "name": "Ainila_v1-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-04T11:25:57.134Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5C2729A5", "AutoV2": "FE79D66825", "SHA256": "FE79D6682500BDD4939C22A69FD7762DBD1B23DABE520400799AD800FC48390E", "CRC32": "EAA405BC", "BLAKE3": "272C7792A82574D22DDC598435662283B75CD1536D6883049D5BA28C4BAB434F", "AutoV3": "CB2CA0C9B4BA"}, "downloadUrl": "https://civitai.com/api/download/models/427810", "primary": true}], "images": [{"id": 9138602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49f31096-cb3c-49f5-b571-ada9df9cdd01/width=450/9138602.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6CPhs0K00~C{d%M0}x[1%s:]%4.0xt7w}WB", "type": "image"}, {"id": 9138597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a59c8f5-cfd2-4405-a7f2-44f5d05981d2/width=450/9138597.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEEVmRobt-x]?ENfRixaGdR-XVs:?aofxujs", "type": "image"}, {"id": 9138596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/925c4c6f-df19-401a-9d7f-755963ef4717/width=450/9138596.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9CZeX}l245Xm+rqXANH5mS$=st7ksWVIrNe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/427810", "modelId": 383313} \ No newline at end of file diff --git a/datasets/metadata/427920.json b/datasets/metadata/427920.json new file mode 100644 index 0000000000000000000000000000000000000000..2750f8926734bedf854c27e5bf72ef84557c2662 --- /dev/null +++ b/datasets/metadata/427920.json @@ -0,0 +1 @@ +{"id": 427920, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-04T12:37:44.667Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 326, "ratingCount": 0, "rating": 0, "thumbsUpCount": 44, "thumbsDownCount": 0}, "files": [{"id": 348977, "sizeKB": 9326.6796875, "name": "toilet_girl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-04T12:31:15.247Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A1105C31", "AutoV2": "FFCE844648", "SHA256": "FFCE8446487445D63AF234C27E0BE7C371674D72C1AFA4F70387BDC80149E104", "CRC32": "F2D3DD10", "BLAKE3": "40304433DE1B2B6EC72676794EF59466E09F706A8B032DB93D03AF0ECA5BA8E5", "AutoV3": "1E1E52ADDA41"}, "downloadUrl": "https://civitai.com/api/download/models/427920", "primary": true}, {"id": 443144, "sizeKB": 99436.029296875, "name": "Toilet Girl Version 1.0 Training Data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T08:10:50.440Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D11AB822", "AutoV2": "B4AD6C8F9B", "SHA256": "B4AD6C8F9BB3A22AAFB4AFC4D9F2E774EB3AAF1EF53EA9F6B4CCE983F6802069", "CRC32": "27A500BE", "BLAKE3": "845162D8E96EDCAC758C8FBF7ADEE90C5382E6C3D5D6130D0799D4BABEAFA583"}, "downloadUrl": "https://civitai.com/api/download/models/427920?type=Training%20Data"}], "images": [{"id": 9144634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0c66cb4-f9c5-46c9-af9d-eb0be87c5e94/width=450/9144634.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UCK1j;x]WU-;?G~q%gE1oJD%?c%MM{xut7xv", "type": "image"}, {"id": 9144638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f29f3636-a050-4e5a-8aac-0dce54d99df6/width=450/9144638.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UMJRXCRjE1~q%M-;%gtRRjWBozRjD%t7M{M{", "type": "image"}, {"id": 9144639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d85eaff6-43b2-428e-8470-6d4f589c449f/width=450/9144639.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UILNxv~WRjM_~qay%M%M-;t7%MtRRjofaxay", "type": "image"}, {"id": 9144640, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fa8421c-b741-47b4-9f83-4ebd9fff1026/width=450/9144640.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U9Jt^@004naxrWkDE2s.?He-_Nx]?aIAM{og", "type": "image"}, {"id": 9144637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a82b089d-e4b6-4e4b-9f2b-8e297f370395/width=450/9144637.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UFI}hZj@ITxt~Voe.8t74nay-;j[t7j[V@WB", "type": "image"}, {"id": 9144641, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0825ab8-4235-4fc0-afc7-1f3bb150e3e3/width=450/9144641.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7IEz:%LnNt7xF~W~W9ZnNo1~qtR00IUIU~q", "type": "image"}, {"id": 9144642, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c26c80d3-bdbc-42ed-bdcf-18e212d1bc29/width=450/9144642.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UJLXJP%MD*WV~pIU%Mt7M{M_kCj[t7RjRjof", "type": "image"}, {"id": 9144643, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6080cd43-1f52-4392-b1ea-fe1d2c601031/width=450/9144643.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UBI;^u~W0000~VIUx]Rj8_M{.8R*M{V@t8t7", "type": "image"}, {"id": 9144644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/159a844d-83f6-46b0-b199-ad328cbf3f07/width=450/9144644.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "ULKBH;00IU~q-pxu-=ayIURjxuRjkCt7RjV@", "type": "image"}, {"id": 9144646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90e84bfa-2ca0-4ed9-9912-d4e8bb8dba43/width=450/9144646.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UBK1q4-pIUE1~W4n_N%M%MD%x]?btSM{9F-p", "type": "image"}, {"id": 9144645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/417b782c-ccd2-4f6a-8a2d-ac273dbef1a8/width=450/9144645.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UBJHmz0K00?G~U~qE1WA%0D*-=-;-pt7Io?b", "type": "image"}, {"id": 9144648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbc89944-8c80-4c32-8dee-6e0aeed35965/width=450/9144648.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "USJ*hv%MIVM{~qRPxvWVM{M{xuofs:ofozt7", "type": "image"}, {"id": 9144647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb4fa1d4-4848-44b4-91bd-0d5e24256e4a/width=450/9144647.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U9Ja=q01?H_3jE~qoz4.4T4n_3%ND%WBxukD", "type": "image"}, {"id": 9144649, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9746a026-650b-4bbf-b134-15162e641d4c/width=450/9144649.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UJKnbv~qkC-;xu4nxuxuWBt7xuRj%MM{WB%M", "type": "image"}, {"id": 9144651, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53777a34-70db-4530-9831-3a13666b85b7/width=450/9144651.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UAJRKzs;00xu#k%M?v-;xZof_NIUD%%MxZM{", "type": "image"}, {"id": 9144650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7446246b-d3e1-42fa-bf9c-ef5cfb711be3/width=450/9144650.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UCJt^]%f4n_3^*kW_4?H_2-=_NMx%M-=NGjY", "type": "image"}, {"id": 9144656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/226f055f-1a01-4a7a-88a0-b1a6cbfa3c7c/width=450/9144656.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UFJ@?=-pactR~BV[9ufk=_bI%Moextj[RPax", "type": "image"}, {"id": 9144654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2335ff60-7343-4add-959c-774a211d624b/width=450/9144654.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UJLXMW-;R-4.~pM{bvt79FRiR*WBozofV@t7", "type": "image"}, {"id": 9144652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31b08c14-3b85-4475-9f8c-86eda97712a8/width=450/9144652.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULJ*htofD%-p~pxu%gRPjZM{tRM|t7xuRjM{", "type": "image"}, {"id": 9144655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c902e12-94f0-4d5d-8ec7-d81ab73a2ea6/width=450/9144655.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBKdxg.8NF^+Vq00x]=|?H%M-;xaM{~q%MIU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/427920", "modelId": 383406} \ No newline at end of file diff --git a/datasets/metadata/428453.json b/datasets/metadata/428453.json new file mode 100644 index 0000000000000000000000000000000000000000..0d60c45b6e359e0c1d881e9a5591fb6f619150ad --- /dev/null +++ b/datasets/metadata/428453.json @@ -0,0 +1 @@ +{"id": 428453, "index": 1, "name": "Dinosaur Generator v1.0", "baseModel": "SD 2.1 Unclip", "baseModelType": null, "publishedAt": "2024-04-04T21:15:28.476Z", "availability": "Public", "nsfwLevel": 1, "description": "ask in the comments for more dinosaurs references :D
", "trainedWords": [], "stats": {"downloadCount": 52, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 349447, "sizeKB": 865.697265625, "name": "428453_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-04T18:11:59.059Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "E4029E216B", "SHA256": "E4029E216B1C6D3406DB44ED1C462C7C78976AB3998F06FF1817159D4E1F5E3B", "CRC32": "89D082EF", "BLAKE3": "AD64376232DF29D1A87094DFEA237CB37ACEE1B788088E81BF07208626CA4777"}, "downloadUrl": "https://civitai.com/api/download/models/428453?type=Training%20Data"}, {"id": 349702, "sizeKB": 36977.9921875, "name": "Dinosaur_Generator.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-04T21:15:56.340Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D39B09AC", "AutoV2": "5B4F782E99", "SHA256": "5B4F782E99A0579AA9D533AFB783985A9FBE22BADC902F30FF9543911365CD3B", "CRC32": "980B98E7", "BLAKE3": "713E5E64056A446AF90115E2C7F33B6C75AE581BEB77B88AB94365E94BC48706", "AutoV3": "E268419F2AD2"}, "downloadUrl": "https://civitai.com/api/download/models/428453", "primary": true}], "images": [{"id": 9173599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40114877-2aab-4cae-95ee-72d02eefa19b/width=450/9173599.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U36HcQ9a4:WA~U9aofs,0eIp?Hs.0Ls:%Lt7", "type": "image"}, {"id": 9173601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2238318-d44d-465b-8460-75aaf92d4d6c/width=450/9173601.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U5D8]xR;9ZX00H$~E4580eE2^k%1^pE1~B?G", "type": "image"}, {"id": 9173600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdb23362-daf3-4739-b407-653c7ca76e99/width=450/9173600.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U3A0R5E20MRzi;InWrD+EcE2?HxW0wxW=|xa", "type": "image"}, {"id": 9173611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc6d4679-5f0e-4eb5-bca5-955ae41ee836/width=450/9173611.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U36HcQ9a4:WA~U9aofs,0eIp?Hs.0Ls:%Lt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/428453", "modelId": 383891} \ No newline at end of file diff --git a/datasets/metadata/428767.json b/datasets/metadata/428767.json new file mode 100644 index 0000000000000000000000000000000000000000..366b977583bd1bbc0cdb2b5d4dc9ce9d5dbe7ea3 --- /dev/null +++ b/datasets/metadata/428767.json @@ -0,0 +1 @@ +{"id": 428767, "index": 0, "name": "metal mesh minidress", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-29T18:58:45.672Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["sexy, dress, minidress"], "stats": {"downloadCount": 94, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 394263, "sizeKB": 36978.2421875, "name": "Cindy-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T18:55:51.948Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F449B505", "AutoV2": "0D40616248", "SHA256": "0D406162482475B1ADAACDD2B45840391FCA71DC337FAFD61DD3C0B29FF94C4F", "CRC32": "22AC3D4F", "BLAKE3": "8D325A3D355952665D858A0BAC2062EF84CAE34961094F572FCF2906591497E0", "AutoV3": "F829257026B1"}, "downloadUrl": "https://civitai.com/api/download/models/428767", "primary": true}, {"id": 349720, "sizeKB": 3362.8466796875, "name": "428767_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-04T21:35:52.103Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F9873F90", "AutoV2": "7DC30CA568", "SHA256": "7DC30CA5684327B314BF1EDECC221C670B95B0E934CB198B94CFF4F5E2F35DCD", "CRC32": "9B21AB9C", "BLAKE3": "850D6804C9ECEC00851E280131A0635C19D12C75BAE069BE43EF5A6852FFE6F4"}, "downloadUrl": "https://civitai.com/api/download/models/428767?type=Training%20Data"}], "images": [{"id": 11101166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cf0b75f-6059-4eea-8773-e190dc1f6e27/width=450/11101166.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UaP%CZt7_Noz~qkCxuay9Fa|RPaex]ayV@of", "type": "image"}, {"id": 11101160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6db66655-ed8b-4e20-beac-928ea6f2194b/width=450/11101160.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UmPP=cx]?^Mx^+j[t8j?E1WARPozt7j@oea}", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/428767", "modelId": 384180} \ No newline at end of file diff --git a/datasets/metadata/428920.json b/datasets/metadata/428920.json new file mode 100644 index 0000000000000000000000000000000000000000..4a2bd57992b0d88f0e69b4a0fdf4b87a1b3b441d --- /dev/null +++ b/datasets/metadata/428920.json @@ -0,0 +1 @@ +{"id": 428920, "index": 0, "name": "Sobble", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-05T00:06:16.236Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Sobble"], "stats": {"downloadCount": 38, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 349911, "sizeKB": 36979.1171875, "name": "Sobble-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-05T00:05:46.284Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "136FA956", "AutoV2": "C357482808", "SHA256": "C3574828083E1591801FBE7D8B04279C6A100F675AC08964B8D926852748B35B", "CRC32": "D5AE9B15", "BLAKE3": "BA9A46A4290B2DA1C8BDBB6D96D8A2BC2F1C2D745587F53074BE690EECD75685", "AutoV3": "BA3E9300B0B6"}, "downloadUrl": "https://civitai.com/api/download/models/428920", "primary": true}, {"id": 349895, "sizeKB": 2934.642578125, "name": "428920_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-04T23:56:25.030Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4F787599", "AutoV2": "EE0A69B705", "SHA256": "EE0A69B705D350064674DE88853DA709052E4C5F8E16DF01F6BD6ECA474337A4", "CRC32": "D9148285", "BLAKE3": "70E071C4E30DF5E3FA334E8BD5ACC4C4DFA6053BDF8951D60322062CA550A890"}, "downloadUrl": "https://civitai.com/api/download/models/428920?type=Training%20Data"}], "images": [{"id": 9182901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/937fab4d-e973-4d44-add3-d1d156fac438/width=450/9182901.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UJHW[m.R~pSP=qo0EUbHveICNM%KxZXSRoV[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/428920", "modelId": 384319} \ No newline at end of file diff --git a/datasets/metadata/429187.json b/datasets/metadata/429187.json new file mode 100644 index 0000000000000000000000000000000000000000..074e257c3eb6e0d272aba1a8f01a415517276dff --- /dev/null +++ b/datasets/metadata/429187.json @@ -0,0 +1 @@ +{"id": 429187, "index": 0, "name": "Lekha Aich", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-05T10:20:34.760Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Lekha Aich"], "stats": {"downloadCount": 29, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 350496, "sizeKB": 39809.7939453125, "name": "429187_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-05T09:25:43.175Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "01277E2B", "AutoV2": "4770DD211D", "SHA256": "4770DD211DEF8CE74F01F1CDDCBDA6D4E36233C34540423C6EF1A18FE506AF22", "CRC32": "77ECEC26", "BLAKE3": "C15D427EFFA13110D1AC9A8FEB78F8C596A665992AB2B8A877244E0C9168741E"}, "downloadUrl": "https://civitai.com/api/download/models/429187?type=Training%20Data"}, {"id": 350562, "sizeKB": 445789.55078125, "name": "Lekha_Aich.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-05T10:15:56.604Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "67CA20AE", "AutoV2": "4D8FA36AF5", "SHA256": "4D8FA36AF5728ED31ABE913C95D9FFC1F724150AF523F9FB695C74B5C95F3444", "CRC32": "C21BA5B6", "BLAKE3": "D2785264E469DB474AA2BCA7F399A6AEFEDB3D26DD48607BA0CE53A9EEDF4B57", "AutoV3": "7B54239AA656"}, "downloadUrl": "https://civitai.com/api/download/models/429187", "primary": true}], "images": [{"id": 9208023, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6461cbaa-ccf6-4654-af95-24e6d9ce2b06/width=450/9208023.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6F#j,0#3q}r0]rE01pFLwvg{U5%$+AB]q={", "type": "image"}, {"id": 9208022, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/625c873b-3043-457c-8f2b-433ce209ebc5/width=450/9208022.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "ULJQl]IUPTNH~VxaRlWU0LR*MKn+a#W:s.jG", "type": "image"}, {"id": 9208020, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28881e73-6b3b-486b-9ba5-5e0af3e1f665/width=450/9208020.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UKM66Uq]]|};}9?ZM}IV0#D+JDOF#+WBt6t7", "type": "image"}, {"id": 9772647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67b4ca53-df7e-412a-8f34-a1abe0f7d068/width=450/9772647.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UBIgib-W00?C~T4;bH-.9GE1%LxaOsxu-oVt", "type": "image"}, {"id": 9772649, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15dbba64-f6a5-40c7-842a-bb34c60cecb8/width=450/9772649.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UFJZrGyDBh?GX%kD^Ox[0LE2RjRQ}@xZ-:M{", "type": "image"}, {"id": 9772646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a52528ed-ff0a-4f8d-bf67-a8b5eebd64ea/width=450/9772646.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UDIgDh^%61%KAA-U#lM{01ELxG,[}tnOgNS#", "type": "image"}, {"id": 9772648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25b2a325-92ae-40ca-9c31-769521322103/width=450/9772648.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UGH-GM^iNs~B-n-mxtxZE1xD-BIV%0NHNHs:", "type": "image"}, {"id": 9772652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e73d13c2-72c0-4599-bde6-7ba4f118625a/width=450/9772652.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UII|jvx[Ns~A^h-o^ixZ0LoeM|E3s:xZM|Ip", "type": "image"}, {"id": 9772650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e8bbba6-87be-41e7-be37-8c4bed937ca2/width=450/9772650.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "U9J6+x}Y0L^j1dxs4:~B0e0eR%_14:%LxsNZ", "type": "image"}, {"id": 9772663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be6217e8-7916-4a27-9146-ac30f822d567/width=450/9772663.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UGKmkBu5_M?b?Yt8$#IV4:t2VtM{-:t6IVRj", "type": "image"}, {"id": 9772664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45ff15ef-1d4b-4ea9-b030-730762fff8ec/width=450/9772664.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "U5I|jwtT00w?00~A?F${01^hE4I]x[0g-:wN", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/429187", "modelId": 384566} \ No newline at end of file diff --git a/datasets/metadata/429313.json b/datasets/metadata/429313.json new file mode 100644 index 0000000000000000000000000000000000000000..aa36aa8fdb7c7675dab3b196e5ea1ecca1bd0251 --- /dev/null +++ b/datasets/metadata/429313.json @@ -0,0 +1 @@ +{"id": 429313, "index": 0, "name": "CloneTrooper-Prequels", "baseModel": "SD 2.0", "baseModelType": null, "publishedAt": "2024-04-05T12:35:02.012Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Star Wars Clone Trooper"], "stats": {"downloadCount": 59, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 350246, "sizeKB": 13862.4140625, "name": "429313_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-05T05:01:19.876Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C340719F", "AutoV2": "2204746AB8", "SHA256": "2204746AB858EB245E8A6EAA084AEFE3A0C3676D4912A988226A25CDF9E02BEE", "CRC32": "0CFDF317", "BLAKE3": "E44614C70110871A1AFB5BCD3259746EB086DE2BE2CD9398DA35A0E712D241E4"}, "downloadUrl": "https://civitai.com/api/download/models/429313?type=Training%20Data"}, {"id": 350709, "sizeKB": 223100.37109375, "name": "CloneTrooper-Prequels.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-05T12:30:53.443Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "675C64C7", "AutoV2": "EEFE616D0D", "SHA256": "EEFE616D0DBD6EA94A076DD2A92D624D44EB5C01CCB004E3F17B7D0E1A959635", "CRC32": "253AD9FE", "BLAKE3": "50D5D626400BBCF0FB8C806BCC7AFDC82FC4E68687E292D677B5C52444146C0A", "AutoV3": "EC864B563847"}, "downloadUrl": "https://civitai.com/api/download/models/429313", "primary": true}], "images": [{"id": 9214872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0127121-be8c-47d0-8a94-fcde62ae2149/width=450/9214872.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U39@r0ku00MH00M{~q-;H;ngtnI^Dgi[WHT3", "type": "image"}, {"id": 9217265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f888421a-ae67-4d51-890e-c7c55750ef8e/width=450/9217265.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "U3BD1ns:00%L4o?H_20100E1~q%M4oE2E1^*", "type": "image"}, {"id": 9217267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8999c073-2779-4f14-b852-d6275262eb53/width=450/9217267.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UEKTJK+s|:_33Y0#KPM{%M0gJBM|IUwcxFIp", "type": "image"}, {"id": 9217268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce4a1bd3-a3f2-48aa-a8fe-bbe88dd99073/width=450/9217268.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UDDb{90f00~qW=%LRjNG0KxuX9s99ZRjxaM{", "type": "image"}, {"id": 9217269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a62b8aca-473d-4498-bcdb-ded5d806fed9/width=450/9217269.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UCC$yH0K00~WDi%MxuD%0K%MozofE2Rj?HNH", "type": "image"}, {"id": 9217266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/115d86be-2e33-49a4-b508-fd6d5d36a6be/width=450/9217266.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "U6CZU{~q00Ip-;?bxt00IUD%00Mx00aeIT9F", "type": "image"}, {"id": 9217271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/802baec1-20f4-4cf2-b3b0-bbcb3e2e5f56/width=450/9217271.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UMIXT@M{v|RjPWRjkCWr~W%Lt7oe?b-pofae", "type": "image"}, {"id": 9217273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d2abd82-6158-4fd5-a6e7-4bae7ed36e3e/width=450/9217273.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UNIXW}?HRObc*0-;R+WC^*?Gt7t7-n%Lxut7", "type": "image"}, {"id": 9217272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68e752c4-32f2-4463-9273-d838ab9f332a/width=450/9217272.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "U8Cipz9Z00?b?]RQ9Gs,v|S4WZoJWSxZbJxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/429313", "modelId": 384685} \ No newline at end of file diff --git a/datasets/metadata/429949.json b/datasets/metadata/429949.json new file mode 100644 index 0000000000000000000000000000000000000000..536636ec11d366d08d44d7c01db373862c6b148a --- /dev/null +++ b/datasets/metadata/429949.json @@ -0,0 +1 @@ +{"id": 429949, "index": 0, "name": "Dillon", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-05T14:59:45.389Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 22, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 350914, "sizeKB": 223100.21484375, "name": "Dillon.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-05T15:00:40.210Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4F5E303B", "AutoV2": "F40EE01BDC", "SHA256": "F40EE01BDC07707FAC8CC50F2D7E227D712B75CA67D3C1BCD57ED8F0318FA562", "CRC32": "60DFE2A1", "BLAKE3": "91768FAF2E756D7C38AE16AE975187F0FB9F468713A5313B1C5809016E76A547", "AutoV3": "1EA9A50585AD"}, "downloadUrl": "https://civitai.com/api/download/models/429949", "primary": true}, {"id": 350808, "sizeKB": 1448.4033203125, "name": "429949_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-05T13:46:10.326Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "5D79799AF0", "SHA256": "5D79799AF0B4A3D46FD32753CA65B72BF3A09267207805A090787AA55F7C3C07", "CRC32": "6629CEBF", "BLAKE3": "29AE155468B15B517D5131309A3703AE888BC75FA7BD9A65E339FF614B343D6C"}, "downloadUrl": "https://civitai.com/api/download/models/429949?type=Training%20Data"}], "images": [{"id": 9222966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bf3be33-afc0-4e8c-9e44-f46da0f59f23/width=450/9222966.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIJHdFwGAKtQ%hVrI@E4L4D*xtNf~W9a-.?Y", "type": "image"}, {"id": 9222967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31b31457-31df-4a9a-a845-41c6e5da238d/width=450/9222967.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCGIx.[T?v5oKm-itQKP?wRjM~Nyv}I]O?o|", "type": "image"}, {"id": 9222968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0087b8dc-b50e-479c-abf9-bf8ebe33e56a/width=450/9222968.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6B3=~xubcoLRQaeocbHD%RjRiof~qozbJae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/429949", "modelId": 385269} \ No newline at end of file diff --git a/datasets/metadata/430061.json b/datasets/metadata/430061.json new file mode 100644 index 0000000000000000000000000000000000000000..1f45264ab6fdb20d49e669e9fe428fcce328e1cd --- /dev/null +++ b/datasets/metadata/430061.json @@ -0,0 +1 @@ +{"id": 430061, "index": 0, "name": "RWBY - Ruby Rose", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-05T18:35:46.362Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 207, "ratingCount": 0, "rating": 0, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 350952, "sizeKB": 78517.8359375, "name": "430061_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-05T15:20:44.156Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F3A6FBFC", "AutoV2": "C9B4A4ABAB", "SHA256": "C9B4A4ABAB802D8D53C62E013D189D3FF3061344F8CAFE9748328F105AD7793A", "CRC32": "CDC3F1E0", "BLAKE3": "085B6D62E314325B75D898EA7B4CE3223197BC2080A3199A65D28F120E0293A0"}, "downloadUrl": "https://civitai.com/api/download/models/430061?type=Training%20Data"}, {"id": 351203, "sizeKB": 223111.19921875, "name": "RWBY_-_Ruby_Rose.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-05T18:36:55.379Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E404344E", "AutoV2": "84C0414F50", "SHA256": "84C0414F506D70E0A9AE0B3B00F8A6A2BBA1078D2AE0482D2B47B610954E7014", "CRC32": "53A7D874", "BLAKE3": "B717F0555CA59F6CEBA688F4E31F90142EC68A4759ECB16B4838EBE947C74D25", "AutoV3": "90971B954A0C"}, "downloadUrl": "https://civitai.com/api/download/models/430061", "primary": true}], "images": [{"id": 9234802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8d5324a-a3f7-4146-9f12-f5b56e2b7c7e/width=450/9234802.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDKA+fyC8ORP00#nrDOX03OE?J%L~pX9nh-V", "type": "image"}, {"id": 9234831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10db5c53-edcc-4fdc-8dca-f5af524abd9d/width=450/9234831.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCKKKD_303Io7MjF~p$*DiNGiIozyXxtJ7M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/430061", "modelId": 385371} \ No newline at end of file diff --git a/datasets/metadata/430082.json b/datasets/metadata/430082.json new file mode 100644 index 0000000000000000000000000000000000000000..122685cf8bd78555f0dbc92d6a71454dceaee5eb --- /dev/null +++ b/datasets/metadata/430082.json @@ -0,0 +1 @@ +{"id": 430082, "index": 0, "name": "S10 Gas mask", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-06T01:00:00.000Z", "availability": "Public", "nsfwLevel": 1, "description": "V 1 trained on Civitai.
", "trainedWords": ["S10 gas mask"], "stats": {"downloadCount": 110, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 350956, "sizeKB": 10081.2216796875, "name": "430082_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-05T15:21:28.812Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "01F87AE3", "AutoV2": "D83A0348FA", "SHA256": "D83A0348FAACB51ED884C2330CDAB27F22E266205423843924FBBDE2494B2526", "CRC32": "74FE5A73", "BLAKE3": "EFEBA5040DC3F8B91D9BEA9871FE9826EF0D03680854B6EC2078C5267A35A3FF"}, "downloadUrl": "https://civitai.com/api/download/models/430082?type=Training%20Data"}, {"id": 350989, "sizeKB": 36988.3984375, "name": "S10__Gas_mask.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-05T15:46:09.112Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "34E98E14", "AutoV2": "7DB1E55C01", "SHA256": "7DB1E55C01462D9BF73BB6FA7DAA55356ABB82B88DE7F4721FC428A724D51790", "CRC32": "CD73DB18", "BLAKE3": "01D3EE4D556DFB45F58A21EFAA4EABD825E8D5DCA7DF458B7AF74694B8375AA6", "AutoV3": "85023BF17F87"}, "downloadUrl": "https://civitai.com/api/download/models/430082", "primary": true}], "images": [{"id": 9251881, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39ab4e20-d6e3-426e-bda8-403fee1a1332/width=450/9251881.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "U9AAm?.800D$R4WVS4n$00Di-=-;_NRjD%xu", "type": "image"}, {"id": 9251880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a128186-b948-40bf-b006-bc951c011cd3/width=450/9251880.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U69%-ojc-fs+};V@Otxu00WA4:kD5Eo#9DMx", "type": "image"}, {"id": 9251883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a447f0a-1646-4999-92bb-c4296a5d960e/width=450/9251883.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UTJ*V0%L~ot6%MIWt5ay?AjsD+WCM|xtozt7", "type": "image"}, {"id": 9251884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a867974-5588-4a86-b9eb-e61014ca3eb6/width=450/9251884.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U48XFF?bb_bv~qIU9Gi_4TD$9aR*8_tRo$-;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/430082", "modelId": 385388} \ No newline at end of file diff --git a/datasets/metadata/430217.json b/datasets/metadata/430217.json new file mode 100644 index 0000000000000000000000000000000000000000..f5d9ca0843df1e0391c0bf5abb9a1accb5fc3da0 --- /dev/null +++ b/datasets/metadata/430217.json @@ -0,0 +1 @@ +{"id": 430217, "index": 0, "name": "Bewitching Corrupter", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-05T23:09:05.439Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 311, "ratingCount": 0, "rating": 0, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 351540, "sizeKB": 223103.60546875, "name": "Bewitching_Corrupter-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-05T23:06:26.062Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7F85706F", "AutoV2": "ED3A51F695", "SHA256": "ED3A51F695D5E34E2CBA0F932F1CA0AA6749C2CA434DA880851034C6904FEACE", "CRC32": "6796E44B", "BLAKE3": "BDB89877637F657277D992DD6659E2A66C74F3A27AF37ECE722BEC70E0D005D6", "AutoV3": "72D2FF93ABBD"}, "downloadUrl": "https://civitai.com/api/download/models/430217", "primary": true}, {"id": 351302, "sizeKB": 18636.341796875, "name": "430217_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-05T19:40:57.169Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5D1E413E", "AutoV2": "FEA0D28DC0", "SHA256": "FEA0D28DC0DFCE968DC9B7B4AAD622EC622F5AC620F42E5927FA75503D2D5B69", "CRC32": "DB039389", "BLAKE3": "940140B84B2731BDCDA1E3C16A603C2E65DAF174166389347A4712BC358D497D"}, "downloadUrl": "https://civitai.com/api/download/models/430217?type=Training%20Data"}], "images": [{"id": 9247540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9249d15-57f8-4ecf-bf91-5c64b38a51fa/width=450/9247540.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UHIq4g-WDjIo;Bxb}]M{rys;xbRjf5j[54WB", "type": "image"}, {"id": 9247538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/031e6fbf-9491-40cc-b9f0-c6425f64478f/width=450/9247538.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCG7_dxb00Io}Is;^mNG?GayaQWVE1R*0cax", "type": "image"}, {"id": 9247539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a59ce94-f93f-45f8-b83d-d618e6071e1f/width=450/9247539.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAG*vr^*0JE200-;~pRkJNjGItD*~X%L9rtQ", "type": "image"}, {"id": 9247714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abe625c3-5e56-43b5-a143-9a37f17e250b/width=450/9247714.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UOJacvo|cE?H~ptR?c%2M{xuRnt6D*xb9Yj[", "type": "image"}, {"id": 9247713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd62387a-6c2a-4f01-ba0f-5b34a76c823a/width=450/9247713.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UAHd]m~W6M0K~W?b?cIVWk%MxKM|a2xb0JIn", "type": "image"}, {"id": 9247710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/560843b8-6756-48a8-8d3b-a5436d660e5a/width=450/9247710.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UAGb0f~W0v0J-Wt7%fM|00NGDjVuDjj[0JNE", "type": "image"}, {"id": 9247712, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/764f5f52-b244-45c0-9a5e-52921894e2a9/width=450/9247712.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U9HB6@O*0xIo4U0x?H~BD%.7xIMy4p0K4.EK", "type": "image"}, {"id": 9247715, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc0b634a-5782-4e61-b055-75cf6e3a2dc3/width=450/9247715.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U9G*sc_3EetPEJ~VNGo#00D%VtE2-VD%IpRR", "type": "image"}, {"id": 9247716, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/642ca47d-f715-47b7-840b-f38682874cf6/width=450/9247716.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6Hw[mF?00D*000KtR~B5i_2,KDQ00Q.0K9s", "type": "image"}, {"id": 9247717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cc27851-6806-4d26-a68a-c64949912a18/width=450/9247717.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6HnN+~D000J_2%2~qD%.Rxu?0D*?JozNEE0", "type": "image"}, {"id": 9247720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b829ad77-f0f6-41d3-ac20-1fbb0c95fec6/width=450/9247720.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFIN?k^,yE-;.R-;_N-p%itR_N%2%Nbb%Kt7", "type": "image"}, {"id": 9247719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ce9e3c5-1676-45b4-8a58-4bf21f307eec/width=450/9247719.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5H_GX~W004o~p?b4^0100x]ITaJ4XIp00$z", "type": "image"}, {"id": 9247728, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ff85914-148e-47f9-af12-cccdcb4d7f9b/width=450/9247728.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7Hdpy0x1=?aIUyV9Z,[00IU=NRO~D8_9u9t", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/430217", "modelId": 385509} \ No newline at end of file diff --git a/datasets/metadata/430332.json b/datasets/metadata/430332.json new file mode 100644 index 0000000000000000000000000000000000000000..ff527bef2d6d5214fcbbdd3103f2e4c829021d65 --- /dev/null +++ b/datasets/metadata/430332.json @@ -0,0 +1 @@ +{"id": 430332, "index": 0, "name": "Abra(Pokemon)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-05T19:14:47.062Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 351167, "sizeKB": 1285.203125, "name": "430332_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-05T18:10:45.597Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "FF854CDBEE", "SHA256": "FF854CDBEEEF937007F9D815E3C6A79E321082D7C9C41B2BF4E057D3A8534691", "CRC32": "F0423134", "BLAKE3": "07373C46F0BAEE0D6335FEF65A304A1F0CCDCDE1FC9A0F7E7ED0B11D8D7CFECD"}, "downloadUrl": "https://civitai.com/api/download/models/430332?type=Training%20Data"}, {"id": 351254, "sizeKB": 223100.50390625, "name": "AbraPokemon-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-05T19:15:51.813Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "800332DB", "AutoV2": "147344CFD9", "SHA256": "147344CFD99F7EDE50C7882E2DE95B9CF4002C81ED4CB7F9BB1C35932C454878", "CRC32": "28A25A2D", "BLAKE3": "403E09BF4C49DC23F3F1CA1A9FCA1D21CE096EEC7425B915DF3560396BD7AF87", "AutoV3": "3BB08B43662F"}, "downloadUrl": "https://civitai.com/api/download/models/430332", "primary": true}], "images": [{"id": 9237060, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aaa1f6cf-c027-4c46-9cef-675f63efc288/width=450/9237060.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFKAotWZ0H-jb_ocE7R:0qNMV]xU~1s+Rloc", "type": "image"}, {"id": 9237062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32aac4e7-60a2-4134-b7c2-cc979b8a15f9/width=450/9237062.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDOMb|%I?txt~mWBD.oftRoMIIWF?8j?RkV]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/430332", "modelId": 385612} \ No newline at end of file diff --git a/datasets/metadata/430338.json b/datasets/metadata/430338.json new file mode 100644 index 0000000000000000000000000000000000000000..413aba7d1e46cf93b503fc7193189e755e828b12 --- /dev/null +++ b/datasets/metadata/430338.json @@ -0,0 +1 @@ +{"id": 430338, "index": 0, "name": "Principal Secretary (Kiff)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-05T18:19:21.083Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 351170, "sizeKB": 12746.033203125, "name": "430338_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-05T18:10:55.744Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3683E8E6", "AutoV2": "C82EA1D4F5", "SHA256": "C82EA1D4F59BC6507597352B53AAD5C904AB58E881AF4362DD13D92EAF67A602", "CRC32": "DBF5DFCA", "BLAKE3": "A818FBCF53A5CD0C7202F1723519F36011854DD7BF57487C09A8B6FE203EB8B7"}, "downloadUrl": "https://civitai.com/api/download/models/430338?type=Training%20Data"}, {"id": 351181, "sizeKB": 36978.1328125, "name": "Principal_Secretary_Kiff-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-05T18:21:27.520Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AA6F22B4", "AutoV2": "B3FDE93899", "SHA256": "B3FDE938999C6830848046E153D4664357E52F9AF1AB4915480BF78306A712FD", "CRC32": "B3BD7684", "BLAKE3": "FBACF2F476CBA4C13136ACC6BC886DFBD8A1BF0A3FEE7936FDE8D7D85B915ADD", "AutoV3": "2796EEF5491A"}, "downloadUrl": "https://civitai.com/api/download/models/430338", "primary": true}], "images": [{"id": 9233895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bec4f157-136d-445f-a62f-c4117f13cadb/width=450/9233895.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBI#+6D*00?G?IIVR6tQRgbH_ND%D*t7n,9F", "type": "image"}, {"id": 9233896, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c438308-8522-4776-80e7-60fcd9a3ce38/width=450/9233896.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UUKx9sa0IURP_NayWBkCIUkCxut7xukCofju", "type": "image"}, {"id": 9233894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9eade002-6471-464d-aa82-7b486deb2f90/width=450/9233894.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UAIF0j-W00xsysIoIoxt4TM{~qxaT{x]M|IA", "type": "image"}, {"id": 9234574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04b66654-a2cc-4345-97bd-2b49f40f3501/width=450/9234574.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULG[Wb~WIp%M%$-;M{xtrpt7WCE19GM{-pNG", "type": "image"}, {"id": 9234570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24d32826-ddd2-4e7d-a2e0-bc0d406bd079/width=450/9234570.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCIqfWRP?I-;LNXn?HMy=X8^?bNHRi0Lf9?b", "type": "image"}, {"id": 9234568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae9f67cd-7f6b-4d05-81a3-70ad3217751a/width=450/9234568.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBEoV#%g00-;7hM{4nt7Mc%M.8ae00xZ~WR*", "type": "image"}, {"id": 9234571, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7a2c734-c0e6-43e4-bf17-c0e31ff190a2/width=450/9234571.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBGk?-~V9ZogTeOFRi4.MJ^%IW%2I?_3-;~W", "type": "image"}, {"id": 9234576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f65842c5-43a1-4244-a9fe-d0a601f1f63d/width=450/9234576.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCH-*|~VE1-=t.D*Di^*~ARP%2t7$%D*-;S4", "type": "image"}, {"id": 9234575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0a805cf-211c-420d-8379-2f837819ec15/width=450/9234575.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHIXjV~qIo?H5r?axu-;R5oM-;R+D%xuxtM_", "type": "image"}, {"id": 9234572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52416266-d98a-4ed9-b9c7-bf3edec06a17/width=450/9234572.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJH1-?~V9a%2PCx]s+xu~A%1x]%L?bkX-pj[", "type": "image"}, {"id": 9234569, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/159bad9d-5700-4200-a05a-73e490fbdb2f/width=450/9234569.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKHw[QWBE1s8K+9baJNH~9aKENt7?FShog%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/430338", "modelId": 385618} \ No newline at end of file diff --git a/datasets/metadata/430354.json b/datasets/metadata/430354.json new file mode 100644 index 0000000000000000000000000000000000000000..f21a6efd099a6594e2d36d42c72d230da9a15fad --- /dev/null +++ b/datasets/metadata/430354.json @@ -0,0 +1 @@ +{"id": 430354, "index": 0, "name": "Pawva (Kiff)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-05T18:37:53.159Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 22, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 351183, "sizeKB": 6465.3056640625, "name": "430354_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-05T18:20:48.385Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7765E9B6", "AutoV2": "1ED824783A", "SHA256": "1ED824783A8406BF538D07CD44354432A91BD5F4FB980FE4867122014B19EB05", "CRC32": "1261AB0A", "BLAKE3": "0B33F3EB6DACF3E38B7D97E7B71F2206A032BBCFDA1995C562B218EEEC62CE90"}, "downloadUrl": "https://civitai.com/api/download/models/430354?type=Training%20Data"}, {"id": 351209, "sizeKB": 36977.7578125, "name": "Pawva_Kiff-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-05T18:41:10.557Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2D7E33CE", "AutoV2": "E3EE6AA4BF", "SHA256": "E3EE6AA4BF3DEA412300644FCE212B9B409D74E7BA8D400EADFF1AD98F6CA280", "CRC32": "50DCB77C", "BLAKE3": "A5996650D701F04477CF5A188FB3D05E5208BAD38552812CA206BA18C21A22EB", "AutoV3": "5722DCB1C38A"}, "downloadUrl": "https://civitai.com/api/download/models/430354", "primary": true}], "images": [{"id": 9234939, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b34e228-f212-4627-900d-87fc41f3c8aa/width=450/9234939.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9BLq,wI02GF}ur?5QO=9^kB%0afM^S#xvrr", "type": "image"}, {"id": 9234938, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cef428f6-430c-41ec-9135-a62d8e54d345/width=450/9234938.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8E1jU}s020z0U-A0z0}}?Rl=_%00MX5S%WF", "type": "image"}, {"id": 9234940, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01f8bac0-b981-45dd-a680-6212d517266c/width=450/9234940.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCC=uMwc0zO?}te.5RbvIrR+xWxZS0W;xawJ", "type": "image"}, {"id": 9237123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6280e405-9c46-4613-8826-9e1565ce94b5/width=450/9237123.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UAKT0b}@CN?GTfR-KiWDpUEL-:IB9Ga1RRM|", "type": "image"}, {"id": 9237139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21a11476-f262-4fff-b1f0-7d48b064d89b/width=450/9237139.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UUINNw4otRwbtS$e%1V?~VD*ozV@JCk8R,NG", "type": "image"}, {"id": 9237140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/204b341c-559e-4a5a-b905-a47c2f08344f/width=450/9237140.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNIWy5oexZ$~K*ozxtWB~UtRJ7WBWGx]xZj[", "type": "image"}, {"id": 9237138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/463ff194-3420-4200-8ad3-f23a3847d134/width=450/9237138.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJG*1d=tWAD*M#IVNHxt}o?GNHj]U_M}$%of", "type": "image"}, {"id": 9237143, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1e2ca66-5179-4ab6-8d1f-6a0f0de2fa29/width=450/9237143.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHH1J80hxYSO?H%KNHNd~99bR+Na0M-SM|Rj", "type": "image"}, {"id": 9237136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/078c3a02-973c-4d07-8b79-d9968ea38c97/width=450/9237136.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U8Gj~Q5703xtxw02?anO~oxWElD*00IVT0EL", "type": "image"}, {"id": 9237141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5ebdf9f-0f42-4e81-b331-13204746f9d5/width=450/9237141.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "USIE5{yEtQV?I??ZtQWY~pOGs.V?S$%LWrof", "type": "image"}, {"id": 9237135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0847f59-4211-4170-8148-45fb5c0b7420/width=450/9237135.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "USHd{UROSzM}_NMxoLof?bM{I;bI9uRiRjof", "type": "image"}, {"id": 9237137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc57bf44-5219-42d2-96f8-77f4e67ace00/width=450/9237137.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "USHdZ;4poyxuiw-:M|ae~AE2W;oLxDafj[o0", "type": "image"}, {"id": 9237147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ead23e43-c69e-44fc-b034-dc914c306652/width=450/9237147.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQKJl4s=4;vzY5tSWAV?~nxv9tM{T0Rn%0ad", "type": "image"}, {"id": 9237153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df3ede05-d548-47bc-ab35-5e7b757493f8/width=450/9237153.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNKv+_${4:D*.mWAS0Vs_Ms9NZi^T2afZ%NG", "type": "image"}, {"id": 9237151, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b33361b-3207-4f82-9a07-89283d2f2ec2/width=450/9237151.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOJ%dm^hcDR*%g9aJnR+~U$|pHtQNJV@-ot6", "type": "image"}, {"id": 9237148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/081dbb72-8718-4bf5-88b3-e58b0fa6ba8f/width=450/9237148.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHKctV9u5r-:GH-nT1o#~nNdb_E4J.I=-p%1", "type": "image"}, {"id": 9237152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8733c818-ec94-4eda-85d7-916c43b5110e/width=450/9237152.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQK,WukWT0xZpJ%KyDxt~U%1tRWXIrj]WFoy", "type": "image"}, {"id": 9237149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ec816e3-6665-4950-a0c5-5978e4066a8d/width=450/9237149.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UTKTJ5?uEMnN-;x]XRi^~Bx[I;RPE3oMofoL", "type": "image"}, {"id": 9237150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7adc86c-9b14-4895-99e5-1afb0fd95f9a/width=450/9237150.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQK9}Lx]OF-:-;_2XnX9~UxvgNR:E7xu%2xu", "type": "image"}, {"id": 9237146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03fc5612-1600-44ae-b429-6b8780fc44e7/width=450/9237146.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDKl?I011ir;~C0e.SIA%2bWR;skS~$$#SNe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/430354", "modelId": 385632} \ No newline at end of file diff --git a/datasets/metadata/430494.json b/datasets/metadata/430494.json new file mode 100644 index 0000000000000000000000000000000000000000..e2f4d48ffa509b81b83b8f2f9deffe3cf24bb0cc --- /dev/null +++ b/datasets/metadata/430494.json @@ -0,0 +1 @@ +{"id": 430494, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-05T19:58:02.860Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 276, "ratingCount": 0, "rating": 0, "thumbsUpCount": 56, "thumbsDownCount": 0}, "files": [{"id": 351309, "sizeKB": 22254.66796875, "name": "Nephy_Nephelia_ElfBride-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-05T19:46:33.985Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AAFCAD1C", "AutoV2": "BC07691887", "SHA256": "BC07691887C6154C40BE30C215AAF5BEF9BB6750BD99DA9EABC55AFF42B76E0D", "CRC32": "4E08844E", "BLAKE3": "8FD94D23F19BF3CCDB7CF2D4AFA67CCDDF87290BB53C4A4E2F0F1687D3F76C2A", "AutoV3": "3403DBD3EFC3"}, "downloadUrl": "https://civitai.com/api/download/models/430494", "primary": true}, {"id": 351312, "sizeKB": 37150.2314453125, "name": "Nephy_Nephelia_ElfBride.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-05T19:50:58.843Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EA322C57", "AutoV2": "6BECD58DA1", "SHA256": "6BECD58DA1D9FD9901C8259823FB3BFF6832A42BD378B2630B339F4FD712684F", "CRC32": "1975B0FF", "BLAKE3": "B4311CD6E1464CBC8BAA98937233D627E266DA70F7022567603695187EA5D329"}, "downloadUrl": "https://civitai.com/api/download/models/430494?type=Training%20Data"}], "images": [{"id": 9239488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16183f3f-4dcd-4d13-8d5e-53e805976531/width=450/9239488.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNQS@?xu.7xu~Aj[xWoJtnayMwof.8ofR*ay", "type": "image"}, {"id": 9239487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1677d44-6526-4799-86bb-6f62a4bf458b/width=450/9239487.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNQS@?xu.7xu~Aj[xWoJtnayMwof.8ofRkay", "type": "image"}, {"id": 9238897, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2ff2a0c-bdc9-46a1-97fb-600e1084d312/width=450/9238897.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U7MtN[-p00?b00Rj00M_00WC4TV@.RWB.Tt8", "type": "image"}, {"id": 9238895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ecaccd29-4b64-4406-acf9-e4e0fc68b1da/width=450/9238895.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U7M%+f-p00?b00Rj00M_00WC4TV@.RWB.Tt8", "type": "image"}, {"id": 9239223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c19d3b7-f639-4cc9-a70e-63102ab88872/width=450/9239223.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULQ9=z-=_3xu~Bxu%MjYI@ozR5Rj_3M{M_n%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/430494", "modelId": 385766} \ No newline at end of file diff --git a/datasets/metadata/430589.json b/datasets/metadata/430589.json new file mode 100644 index 0000000000000000000000000000000000000000..4a8982d1c0c573d384fba632e16de6e22f822db2 --- /dev/null +++ b/datasets/metadata/430589.json @@ -0,0 +1 @@ +{"id": 430589, "index": 0, "name": "Overwatch - Mei", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-05T23:30:14.402Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 478, "ratingCount": 0, "rating": 0, "thumbsUpCount": 62, "thumbsDownCount": 0}, "files": [{"id": 351400, "sizeKB": 58894.24609375, "name": "430589_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-05T20:56:24.556Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EF381890", "AutoV2": "71705FB2A9", "SHA256": "71705FB2A95873E8A7D2FC16F19CD622B6D2C6D752846713B9CD001765860FCD", "CRC32": "2A742F57", "BLAKE3": "E7B93C88AD1CE97E852C16ED182FC12B07AB1485708BE9BF1B4509163DF0D1D0"}, "downloadUrl": "https://civitai.com/api/download/models/430589?type=Training%20Data"}, {"id": 351514, "sizeKB": 223106.73828125, "name": "Overwatch_-_Mei.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-05T22:40:37.518Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F813A3CC", "AutoV2": "C2D4708C27", "SHA256": "C2D4708C27D4DFF41EFBFCF6DBB8187FFDF8CA9E69241F9822A6BA475C8E71D7", "CRC32": "537C4D62", "BLAKE3": "8144440E75EEA47FA507714EB151D3AF024680DA80F3C08FAC5FEAD97AF27BAC", "AutoV3": "6C80891424EA"}, "downloadUrl": "https://civitai.com/api/download/models/430589", "primary": true}], "images": [{"id": 9248754, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1362e6e2-c6dd-4036-9be7-9fb5ee00ecf8/width=450/9248754.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UHH21aIp8_jF?^xt9FWBI;xuRPRP57t7-UM{", "type": "image"}, {"id": 9246503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efd60854-ef0a-4641-9c04-d1932d9900b1/width=450/9246503.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UPPhalxa_MxtD%aym,jZNHj@snfkWBj[s:fR", "type": "image"}, {"id": 9246820, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/676537f3-e6e8-4c70-a9e5-3cfef4680fa3/width=450/9246820.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAK0T+?w5mS*02%gWC.80fE2yZ%gy@xZn3D*", "type": "image"}, {"id": 9247790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fefe7dc6-ff0f-4cab-b4bd-489eae709cbf/width=450/9247790.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBJQ[]I99[xu0#RPD%sm00?w?GWCVWIqx]aL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/430589", "modelId": 385849} \ No newline at end of file diff --git a/datasets/metadata/430608.json b/datasets/metadata/430608.json new file mode 100644 index 0000000000000000000000000000000000000000..d0a81077900969b70d572509665e5e50668b8473 --- /dev/null +++ b/datasets/metadata/430608.json @@ -0,0 +1 @@ +{"id": 430608, "index": 0, "name": "Adriene*s brothers", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-05T22:13:18.875Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 60, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 351409, "sizeKB": 126.6025390625, "name": "430608_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-05T21:00:49.731Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "189A5CB466", "SHA256": "189A5CB466C13401CC6A4A87434904AA0600F474C7B247BA7306C66281ECF2B4", "CRC32": "24A9DC24", "BLAKE3": "63F6952FB178F5070E1DAF16DE178352DD79DEC1185E25D24C6F0888D7E78753"}, "downloadUrl": "https://civitai.com/api/download/models/430608?type=Training%20Data"}, {"id": 351471, "sizeKB": 223099.16015625, "name": "Adrienes_brothers-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-05T21:55:49.671Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "79476A60", "AutoV2": "2EB841A2EE", "SHA256": "2EB841A2EEF044AE1532D122F8CF287984F5BA77429A278D027054B21DCF1CBD", "CRC32": "2E52958C", "BLAKE3": "74944BDA9E77C58709EB4D52E476E39C0C7B3C2679B193259974CDEB877F4E05", "AutoV3": "144BA2BFD2AF"}, "downloadUrl": "https://civitai.com/api/download/models/430608", "primary": true}], "images": [{"id": 9244959, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2ac3188-033a-41b2-a682-3cb18265d43f/width=450/9244959.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9EB{d={O?RP~q9uE+I:1$o}s:RP0hE1E2^P", "type": "image"}, {"id": 9244978, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46abc6c8-656a-464f-9fc3-bd1a0cf0ed60/width=450/9244978.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7Exqs.8x[OXIo4n0MVs0i~p=yt7ITM{$MW=", "type": "image"}, {"id": 9244984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0713d7d7-f084-45ea-9fc6-407b9a452baa/width=450/9244984.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U5E-~-aK0L5701E1%1-o01%L0f%MOX%2~BoL", "type": "image"}, {"id": 9244993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e935d4a8-d0a5-4702-a8a1-858b4b0d899c/width=450/9244993.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8C$Du~CELs+5RoMjF0e0gs-oM-o57oe-p%L", "type": "image"}, {"id": 9245000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50568aa7-00c0-498c-a36a-af0859485222/width=450/9245000.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U2D[@GDi01n2+Z9ZKkEf00^k8wEN00^+8^%2", "type": "image"}, {"id": 9245003, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/635b91cc-fe58-404d-b3b1-f42f9bb012a1/width=450/9245003.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U5E_U2xt00M|04oL~As:F{E1Iot80fIp-U%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/430608", "modelId": 385867} \ No newline at end of file diff --git a/datasets/metadata/431041.json b/datasets/metadata/431041.json new file mode 100644 index 0000000000000000000000000000000000000000..a61f25c3613ad7125740b0ff3e8cadb243cf95d2 --- /dev/null +++ b/datasets/metadata/431041.json @@ -0,0 +1 @@ +{"id": 431041, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-06T05:12:17.218Z", "availability": "Public", "nsfwLevel": 23, "description": null, "trainedWords": ["brown hair, long hair, parted bangs, huge breasts, brown eyes", "white thighhighs, pleated skirt, miniskirt, black skirt, capelet, black capelet, long sleeves, red shirt"], "stats": {"downloadCount": 234, "ratingCount": 0, "rating": 0, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 351791, "sizeKB": 36982.609375, "name": "lass-npc.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-06T03:15:54.006Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D5D08AF1", "AutoV2": "A9BAA0DA4A", "SHA256": "A9BAA0DA4A17229B8A44476E3D3BC1F81B57A480DE1D7F71800AEA2F09004559", "CRC32": "703DF00E", "BLAKE3": "A9E18C5B66F73340A643BE211173E8256FF22197A214B0927DDEA620C2387F94", "AutoV3": "1474F6B919E2"}, "downloadUrl": "https://civitai.com/api/download/models/431041", "primary": true}, {"id": 351794, "sizeKB": 197330.15625, "name": "train lass.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-06T03:21:18.381Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "912AEFB6", "AutoV2": "73146AB8CB", "SHA256": "73146AB8CBA6FF72C12F611835F8388B1A13AA73EE482585562211C17AB32BD4", "CRC32": "D148D95D", "BLAKE3": "DB1159A1DD9B2C76A05204EB06933F719553A93D5BCC0FCFDFB2F70DE69324CD"}, "downloadUrl": "https://civitai.com/api/download/models/431041?type=Training%20Data"}], "images": [{"id": 9264170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/804d706a-8178-4813-8a98-31f5308195f2/width=450/9264170.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UBGRYd00GsD*P9%1n}?H?^VsIVS$E39G%MIp", "type": "image"}, {"id": 9264173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92ad4240-6f2f-4357-a4d7-523878169217/width=450/9264173.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "U9Fhef_25Q-V000L-o^j~B-B0LIoIU%M~VoM", "type": "image"}, {"id": 9264171, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c841b46-15b3-47ea-a877-333ca49ffeb1/width=450/9264171.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UKF=Bh~V9tW-sSxa-;-;_2%2MyRjRjjFt7oz", "type": "image"}, {"id": 9264172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2289ddf-df62-4514-8976-7b58b9626d9b/width=450/9264172.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UDFX*X={Tc4:4.E1xaWC~p?G$MNG0Li_%2bv", "type": "image"}, {"id": 9264175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25f2a9f1-86dc-4444-a2df-0da68752ac2c/width=450/9264175.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "ULG[H2~qNuWBo}ozxuae?vkWIBRPx]xa%2xt", "type": "image"}, {"id": 9264176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af003341-d2af-4c47-903b-fdf3cf243fa7/width=450/9264176.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UGG8cjt7u3%2?vxZofni_N4oae9t58ROaeWV", "type": "image"}, {"id": 9264208, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2371de4a-2e20-444e-9bd4-0c997d6d2467/width=450/9264208.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UcID]x~VOrtR?H%Mxtt7D*ayxtayM{o0t7oL", "type": "image"}, {"id": 9264209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47417a61-19f5-4b42-991f-45a4e7e08a83/width=450/9264209.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "UDIg_$9G00D%%LD*~Ws:4.t7NGIo9ZNHM_NG", "type": "image"}, {"id": 9264211, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cad3f1f0-f948-4377-a864-b5e069d3d40c/width=450/9264211.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "U7FOy2?H00%g}@RQxu-;9ExZx]M{SLR*%2%2", "type": "image"}, {"id": 9264210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74657784-5028-4ede-8c17-72709ebf63d4/width=450/9264210.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UCIqcQ010Knh_NR--UNH00WA.8%M4Uxu?bV@", "type": "image"}, {"id": 9264212, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f506854d-a9b2-453e-bb2a-58d2fe1e4d25/width=450/9264212.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UTI4t$%LEMM{%gRjoeWA~Wt7xaWBogM|RjWB", "type": "image"}, {"id": 9264215, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46fe77dd-fe22-421c-8540-f3222ea74f9a/width=450/9264215.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "U9F58L0f0z=|-;Rk~CIoEMoJMxtQ00tQ$*M{", "type": "image"}, {"id": 9264214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/119025c3-7279-498d-a726-4a5323ab4327/width=450/9264214.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "U8DSE=01AC4.~B4:t6RP9un$?H9a0Ks.%MIo", "type": "image"}, {"id": 9264213, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b120d4f-54fb-46d4-bbc8-24884861be11/width=450/9264213.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UWIE9ED*o}-;~WM{%Ms:W=R*oLRjbFWVniWB", "type": "image"}, {"id": 9264216, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcb24ff2-fd42-4c7e-861b-f4a8c2499b2e/width=450/9264216.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UAM6@$~WUF9a_3o}~qj]j;xt-ps-0L-pw]S3", "type": "image"}, {"id": 9264219, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b09f5ff7-0dfb-4c7b-a761-916e76b8a775/width=450/9264219.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UKKdYx-pX-NH_3-:~pxtIoRjso%L9Zs:s,bH", "type": "image"}, {"id": 9264217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba46af42-5988-4ee2-9f25-ee1d063b8cf4/width=450/9264217.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UPKAj6-o?^M{~pWB-ptRIofk%Lxu%2t7V@xt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/431041", "modelId": 386253} \ No newline at end of file diff --git a/datasets/metadata/431119.json b/datasets/metadata/431119.json new file mode 100644 index 0000000000000000000000000000000000000000..fd288b46617655e9d593746108b59b66a9f529b6 --- /dev/null +++ b/datasets/metadata/431119.json @@ -0,0 +1 @@ +{"id": 431119, "index": 0, "name": "Upright Straddle Sex XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-06T05:46:08.184Z", "availability": "Public", "nsfwLevel": 28, "description": "Work for XL only
", "trainedWords": [], "stats": {"downloadCount": 701, "ratingCount": 0, "rating": 0, "thumbsUpCount": 89, "thumbsDownCount": 0}, "files": [{"id": 351876, "sizeKB": 2549.171875, "name": "431119_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-06T04:31:21.993Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "24C3C966", "AutoV2": "D8B429BD9F", "SHA256": "D8B429BD9F5FB5413E13E995288F50A4605FDE9553D1287FED5F43F4AB4C4939", "CRC32": "AA8B60A2", "BLAKE3": "E6EF322AA4B5F2B6EA38891FCB82E882A0567B502E41BF89EE297B732CE4ABB0"}, "downloadUrl": "https://civitai.com/api/download/models/431119?type=Training%20Data"}, {"id": 351947, "sizeKB": 223099.37109375, "name": "Upright_Straddle_Sex.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-06T05:40:37.264Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3D0E383D", "AutoV2": "8A68E16778", "SHA256": "8A68E16778C9F1AF9A94E1E6EECAD0120C04823814BDA33209EB0D45B53570D1", "CRC32": "B1BFFFA2", "BLAKE3": "08F64C124FB78F2B19B8E46B1C4AFE8B13CA96C0BFAE0A49542269E29838619F", "AutoV3": "45E401AB54C8"}, "downloadUrl": "https://civitai.com/api/download/models/431119", "primary": true}], "images": [{"id": 9265392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa81cf4c-a545-401e-a10d-68573b5453a0/width=450/9265392.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UZK-5-~q0gsA9FE1Ios:Iot7xubbNGRjWBIU", "type": "image"}, {"id": 9265394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d1fc695-17ea-4073-a72a-e89d2dbd578d/width=450/9265394.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBL|P|0000rV9X5q8{^*yC8_~WjY?b$%E2E2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/431119", "modelId": 386330} \ No newline at end of file diff --git a/datasets/metadata/431244.json b/datasets/metadata/431244.json new file mode 100644 index 0000000000000000000000000000000000000000..6a90178e206e35db42926bc763e03d5c99f5ccbe --- /dev/null +++ b/datasets/metadata/431244.json @@ -0,0 +1 @@ +{"id": 431244, "index": 0, "name": "PockyPup", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-25T18:53:42.750Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 26, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 352000, "sizeKB": 4096.8642578125, "name": "431244_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-06T06:25:35.756Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EC6E8E10", "AutoV2": "AEBAAC1732", "SHA256": "AEBAAC1732499C1E94706D0666138F7290F4108A244B050C4C1311B5288E0B85", "CRC32": "4F012394", "BLAKE3": "BDA26F95D469C42934FBAF102068E97143F3EB55CCDECA5826715C7DBDCD7399"}, "downloadUrl": "https://civitai.com/api/download/models/431244?type=Training%20Data"}, {"id": 386656, "sizeKB": 223103.71484375, "name": "PockyPup.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T18:55:52.740Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "19CD4C1F", "AutoV2": "E7EDA3D9D9", "SHA256": "E7EDA3D9D90EE92B85A61781F5864DD1F6EAEAB36884AB745F5C349F6E973C78", "CRC32": "6C7268A6", "BLAKE3": "86AF846A1A7F543DBD8FECB6FD20BAA1DECBC5846861DE90C9091DA6C2F4BB72", "AutoV3": "174019F361A8"}, "downloadUrl": "https://civitai.com/api/download/models/431244", "primary": true}], "images": [{"id": 10736485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/809557e7-a960-4974-beef-9cc91ca918de/width=450/10736485.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBHd2E^%+d4p~X-pE2IU00WBAB=|4p9aI:yD", "type": "image"}, {"id": 10736486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5adbd077-8eae-47a8-a6c7-05b141a7d1e7/width=450/10736486.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7GjpbDl+G?aIE}?9ur?00kWF{570h9]I@xa", "type": "image"}, {"id": 10736487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a24c0d15-f502-4945-af9d-bbe1a38fc0e1/width=450/10736487.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEGaU$t8Vf4:~D-VM|s900M|Ee-o0KIUO9tR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/431244", "modelId": 386432} \ No newline at end of file diff --git a/datasets/metadata/431248.json b/datasets/metadata/431248.json new file mode 100644 index 0000000000000000000000000000000000000000..7265667fce155198ddcb01122af95a8987678742 --- /dev/null +++ b/datasets/metadata/431248.json @@ -0,0 +1 @@ +{"id": 431248, "index": 0, "name": "V0.1 BS-Logo", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-06T07:13:51.759Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 56, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 352006, "sizeKB": 322.82421875, "name": "431248_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-06T06:31:45.319Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "CA6E153B18", "SHA256": "CA6E153B1887BA3FAEBDB5E1185F83087AE6A805D1FB46795A4D70F67CA14C56", "CRC32": "00EA2CA6", "BLAKE3": "BFF78AF8EF6BBEC356A6FAA87588A16B45E6501A727876874AF46B07E6A387DE"}, "downloadUrl": "https://civitai.com/api/download/models/431248?type=Training%20Data"}, {"id": 352063, "sizeKB": 36978.5390625, "name": "Brawl_Stars_Logo.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-06T07:10:47.658Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DDD076C4", "AutoV2": "DEA7E839EB", "SHA256": "DEA7E839EBAF6296BF300C74AE415ACB39A346356A29B89F8CA730B6F48CAA02", "CRC32": "FBB29F1B", "BLAKE3": "78C60FBC815F8F5109AFAA543099E1E3A920D4DEB3457423AA1D501C6B37EDEE", "AutoV3": "01CD75D8B6A2"}, "downloadUrl": "https://civitai.com/api/download/models/431248", "primary": true}], "images": [{"id": 9269690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6347c152-00ec-4321-a7f3-a518c59e3644/width=450/9269690.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIIrOE_R08vm1+7XI]b]8]:s%_T1ALPA,[IC", "type": "image"}, {"id": 9269691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5074e399-2c21-4b93-a166-4d9c42228e48/width=450/9269691.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UMI#WoC00DXRLc}sO8%L4iOq_2xHJ7%Kr]9s", "type": "image"}, {"id": 9269689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d5cbcee-63ca-482d-87a7-2c3b82e34f36/width=450/9269689.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UdENe#HTZgFxG1-BOaNfrpP7Xnv~K7oz$}xU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/431248", "modelId": 386437} \ No newline at end of file diff --git a/datasets/metadata/431336.json b/datasets/metadata/431336.json new file mode 100644 index 0000000000000000000000000000000000000000..2426eb9d2fc28fddbbd8e955ab4a75d6ba1ac9b8 --- /dev/null +++ b/datasets/metadata/431336.json @@ -0,0 +1 @@ +{"id": 431336, "index": 0, "name": "Lee1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-06T08:31:12.062Z", "availability": "Public", "nsfwLevel": 1, "description": "Rendering of a three-dimensional portrait created in mathematical computation and procedural system with organic and non-organic particles arranged in flow-sin
", "trainedWords": [], "stats": {"downloadCount": 34, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 352132, "sizeKB": 36978.0078125, "name": "Lee1-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-06T08:30:42.774Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C89C65A4", "AutoV2": "B3F76A5A73", "SHA256": "B3F76A5A73520597433FC5E3CBE3764024DEB6FC2B6475C49255CC7D274D0921", "CRC32": "DE1FA165", "BLAKE3": "768D62FB07E47503E4C3B0F201A3D7DAC0C969E047B35BEC25BFA5EC9FF05372", "AutoV3": "7D6B207E8177"}, "downloadUrl": "https://civitai.com/api/download/models/431336", "primary": true}, {"id": 352079, "sizeKB": 2080.197265625, "name": "431336_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-06T07:31:23.239Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7D450CC0", "AutoV2": "C6C6085A6F", "SHA256": "C6C6085A6F113A228ED9936F7E397AFFF37377D2F4C10CBE8192703C41A048B5", "CRC32": "F8DE93C7", "BLAKE3": "89476B3F00678FCE48129491CD0DC45A2B6799617484DB54A0C6DCD209ACFCDD"}, "downloadUrl": "https://civitai.com/api/download/models/431336?type=Training%20Data"}], "images": [{"id": 9272860, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2e32dcf-a1bd-48da-b811-43780da8df47/width=450/9272860.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9Ci{:P;00Ub{aD%O[?H0*R5wvxu2o#RL~EL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/431336", "modelId": 386519} \ No newline at end of file diff --git a/datasets/metadata/431582.json b/datasets/metadata/431582.json new file mode 100644 index 0000000000000000000000000000000000000000..ab08705b4a6741cfd2936a1747fb5f44b0a3d8b8 --- /dev/null +++ b/datasets/metadata/431582.json @@ -0,0 +1 @@ +{"id": 431582, "index": 1, "name": "Dinosaur Generator v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-06T12:50:17.100Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 49, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 352320, "sizeKB": 930.1923828125, "name": "431582_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-06T11:21:50.242Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "B20759DB9F", "SHA256": "B20759DB9F98CD331B54DA71524CA63E34D69097373909EE7F0E9939901F6936", "CRC32": "DAE46325", "BLAKE3": "905F99DE8E0DFF40AD4DFEE0EBAD51D9DA7DFF8FCD3E9BF7D0F6C4E3912DA03B"}, "downloadUrl": "https://civitai.com/api/download/models/431582?type=Training%20Data"}, {"id": 352441, "sizeKB": 223099.52734375, "name": "Dinosaur_Generator_v2.0-000011.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-06T12:50:52.339Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "184A7663", "AutoV2": "FD405D76DE", "SHA256": "FD405D76DE67FFFBB16A0A479C3F1388BCCFA8E95C4CECF174880DE0A430A349", "CRC32": "EAB501D9", "BLAKE3": "08A397FB2B898A25D718141194C9F30525A3ABC26395B421AB8E1A20C1BAA643", "AutoV3": "EBCF3651A252"}, "downloadUrl": "https://civitai.com/api/download/models/431582", "primary": true}], "images": [{"id": 9285148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53f42cd7-02fa-4896-b88f-a9e744d19f95/width=450/9285148.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFEfTP-:01NG_MoyVtWCTIR*sTjG4oNGtQba", "type": "image"}, {"id": 9285153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ca0826f-872f-40d3-acde-8e7077075296/width=450/9285153.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U24_kDD*0yX6=|ELWV$*0yNa}[sC56%1-VEL", "type": "image"}, {"id": 9285147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/feeeaab7-2841-4713-a986-e26f8d3ac14c/width=450/9285147.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U45~j*9t0d~VpFNGxH$k0x%2}[5QXf%2I:EL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/431582", "modelId": 386745} \ No newline at end of file diff --git a/datasets/metadata/431583.json b/datasets/metadata/431583.json new file mode 100644 index 0000000000000000000000000000000000000000..3aab393b4fafe6a1bf9928226abb8aecaf35b9b0 --- /dev/null +++ b/datasets/metadata/431583.json @@ -0,0 +1 @@ +{"id": 431583, "index": 0, "name": "Gabriel", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-06T16:44:29.737Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 94, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 352738, "sizeKB": 223099.20703125, "name": "Gabriel-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-06T16:36:19.255Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F384C601", "AutoV2": "7B8B22013B", "SHA256": "7B8B22013B1E44ED083E14867FCE265729617C4E3AA558E5DC909592E30953DD", "CRC32": "35797137", "BLAKE3": "D6E880712C6112CC09D1DCFABE4ABBADED2A60E8D784C63EAFAFCD30A5AC7428", "AutoV3": "7BA44E28E3A5"}, "downloadUrl": "https://civitai.com/api/download/models/431583", "primary": true}, {"id": 352323, "sizeKB": 125.326171875, "name": "431583_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-06T11:21:05.663Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "280BC395E3", "SHA256": "280BC395E3694FED93A6AF4B91185DC491E9EFFD41CEDE777FED050BCE72BB45", "CRC32": "EF699231", "BLAKE3": "E0331795412A04DED31765E62F4345841EA0B51E0D03CA575603564DF92121BB"}, "downloadUrl": "https://civitai.com/api/download/models/431583?type=Training%20Data"}], "images": [{"id": 9296067, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bd9953c-ea0a-4776-b3b3-f3de8c1fae0e/width=450/9296067.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UJL:r^~4t,xu.S?DJVozkrx@xaS5-p-.xu%L", "type": "image"}, {"id": 9296077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31355a16-1838-4cfc-8233-b8e246ef889a/width=450/9296077.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UCMGhsV{CT?H2|EM.SNb1QWYq@E2DjxuxtRP", "type": "image"}, {"id": 9296321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c84d04d6-fdfa-4d5a-a6ff-20fa4dc8c1c0/width=450/9296321.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UEM?l2E25?%MGwIpAIkDyF-;wJR-kD%MIptS", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/431583", "modelId": 386746} \ No newline at end of file diff --git a/datasets/metadata/43172.json b/datasets/metadata/43172.json new file mode 100644 index 0000000000000000000000000000000000000000..43fc20172f771dd17c7042862c138ba7e2f17ef6 --- /dev/null +++ b/datasets/metadata/43172.json @@ -0,0 +1 @@ +{"id": 43172, "index": 0, "name": "v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-12T00:22:42.923Z", "availability": "Public", "nsfwLevel": 6, "description": "Trained with 120 images of Nazuna. Download the dataset if you're interested.
", "trainedWords": ["amemiya nazuna", "angel, heterochromia", "frilled shirt, short shorts, navel", "single wing, halo", "beret, white jacket"], "stats": {"downloadCount": 1140, "ratingCount": 189, "rating": 5, "thumbsUpCount": 224, "thumbsDownCount": 0}, "files": [{"id": 32938, "sizeKB": 131770.07421875, "name": "angel-dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-12T00:16:53.345Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A299B1F3", "AutoV2": "F022794EF6", "SHA256": "F022794EF6761CBF9898602B5AEC5B9FBCEC1FBCBDF7E51047D342DE7694AE9F", "CRC32": "E8FADF8E", "BLAKE3": "F5A547F1F592AB3D40362CCF9E7C74FA4EB6B136B393E4819253C5BA45B5FC65"}, "downloadUrl": "https://civitai.com/api/download/models/43172?type=Training%20Data"}, {"id": 32937, "sizeKB": 18555.7529296875, "name": "angel-07.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-12T00:16:36.664Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "4F6A5FEA61", "SHA256": "4F6A5FEA612E6BDBC8399669E94A7E8F03DF95D58414AE7816AE1DEFFE9D7858", "CRC32": "EA960A43", "BLAKE3": "41C402B7EC771241DB44BDFBCB19C50C81021FA5A1B5AAB0731795E8A50CC088", "AutoV3": "E45F8D222848"}, "downloadUrl": "https://civitai.com/api/download/models/43172", "primary": true}], "images": [{"id": 473348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe27df41-4744-4323-aa9b-a62e4fabd700/width=450/473348.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFK1UY9ZITRj00t600IU?G?HI9%1_NWCxtNa", "type": "image"}, {"id": 473431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63b32c04-de3a-4e30-27e2-bac2851c7400/width=450/473431.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJKT_U00T1-q00xu9FNF4o~WxtRkD%t7s:-q", "type": "image"}, {"id": 473347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1a1643b-5b26-4a86-6bb2-f88a4af63000/width=450/473347.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UJHy5#JE01.8-Vs;00oe?^awrpD%9Zt6s;of", "type": "image"}, {"id": 473346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f16ff9d9-6027-4f95-c68e-13a731b05400/width=450/473346.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UmHC4oM{JAM{_4bcRkM{OYbbi^a#kWRjfkj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/43172", "modelId": 37145} \ No newline at end of file diff --git a/datasets/metadata/431926.json b/datasets/metadata/431926.json new file mode 100644 index 0000000000000000000000000000000000000000..13f40d6d74835001d823b1453464cfb5750bd8cf --- /dev/null +++ b/datasets/metadata/431926.json @@ -0,0 +1 @@ +{"id": 431926, "index": 1, "name": "Wilnaya V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-06T20:00:37.692Z", "availability": "Public", "nsfwLevel": 28, "description": "not yet polished, my first lora attempt.
", "trainedWords": ["w1ln4y4"], "stats": {"downloadCount": 69, "ratingCount": 0, "rating": 0, "thumbsUpCount": 35, "thumbsDownCount": 0}, "files": [{"id": 352712, "sizeKB": 73985.166015625, "name": "431926_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-06T16:15:50.222Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9F6DED79", "AutoV2": "31E115705C", "SHA256": "31E115705C24929F5D0D17E56B75E7B62DEEBDC077C37A89BEE5310B4D3549C0", "CRC32": "76515FE0", "BLAKE3": "4D8A333CAEEDAC0B536763DD88ACBEB197412F9478A6B5A34B41843EF2991D44"}, "downloadUrl": "https://civitai.com/api/download/models/431926?type=Training%20Data"}, {"id": 352982, "sizeKB": 223107.86328125, "name": "Wilnaya.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-06T19:35:58.279Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "054858F9", "AutoV2": "CF789742E1", "SHA256": "CF789742E186E4847CC471ABDF007E9437B33F114CE07B1B87E85D550574B176", "CRC32": "DCB39CA9", "BLAKE3": "4DD693B60C7B2A669F19891CC09385710E66FB880BF6C0277450FEE7A9A026B6", "AutoV3": "42161E704770"}, "downloadUrl": "https://civitai.com/api/download/models/431926", "primary": true}], "images": [{"id": 9305529, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/867dc607-f691-4b33-ab9a-d840c9c4c045/width=450/9305529.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8Ex*6k=5=~AEMD*o#ITyDxtkWxZx]s:M{D*", "type": "image"}, {"id": 9305558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f91d30bc-d148-49e3-b111-a5c7088ae9a6/width=450/9305558.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UJLNA8WC0fx]cFo04nkC?^t7DiV@-;ogxaMx", "type": "image"}, {"id": 9305590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d96cba29-2747-413a-aa3e-f11e837b35af/width=450/9305590.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9I#M#00JCtR00_NVsD%0~%1xtaJNG8^o#sl", "type": "image"}, {"id": 9305854, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94222a77-a020-412c-988f-37c8b562cf11/width=450/9305854.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEEf7;$*InXn.A%3Seo~.9bwM|j]4;R*xGM{", "type": "image"}, {"id": 9306139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4f3e411-7011-43db-9536-b4f7469e4365/width=450/9306139.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UBDlvt-U+W%%:~-nxnf,0M$%XSV@5uRiaIr;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/431926", "modelId": 387050} \ No newline at end of file diff --git a/datasets/metadata/431965.json b/datasets/metadata/431965.json new file mode 100644 index 0000000000000000000000000000000000000000..8cef33c4626e8aa727c3abe07807718cd4abf150 --- /dev/null +++ b/datasets/metadata/431965.json @@ -0,0 +1 @@ +{"id": 431965, "index": 1, "name": "Anthro carnotaurus", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-06T17:02:13.255Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 20, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 352675, "sizeKB": 141.3544921875, "name": "431965_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-06T15:51:53.963Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "CFF912826D", "SHA256": "CFF912826DDF0EAEFECF25829061D6732FA29CB6AF973B097DB5D997CB1B37FA", "CRC32": "04FB64F8", "BLAKE3": "DEAD97EC4570ED333DAC6D4ACA478B36204B75055FEAEF5B156A9806B492B1E4"}, "downloadUrl": "https://civitai.com/api/download/models/431965?type=Training%20Data"}, {"id": 352781, "sizeKB": 223099.04296875, "name": "Anthro_carnotaurus-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-06T17:06:08.555Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "012F1AC7", "AutoV2": "0B0BCC76E6", "SHA256": "0B0BCC76E699651A441373FCE29D6D24ADBECB3A2166B817992235DD77588A6F", "CRC32": "E44129AE", "BLAKE3": "B511BCDE2AFB41918DEFE62C1577F638FDE14D30A4E99F088987742ACAFF2D54", "AutoV3": "29C8959F84D6"}, "downloadUrl": "https://civitai.com/api/download/models/431965", "primary": true}], "images": [{"id": 9297251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fabfb9a2-1f4e-4c12-ab99-6bcac8561d36/width=450/9297251.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8GI#~~p^UV{$lI,W+rz-ZM|S[s%ozi+NGNC", "type": "image"}, {"id": 9297252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c40454d1-80c1-4a70-ba5b-d7eb65090cb9/width=450/9297252.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UFEC:s~p?JXB%4IoWmnhRlRlNFRP%3xuogM{", "type": "image"}, {"id": 9297253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b78128c-87c7-4826-b700-53cca010acea/width=450/9297253.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAE{nG.g=}-Z_3oIM_WBRsM,IUouD,ohM|NF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/431965", "modelId": 387084} \ No newline at end of file diff --git a/datasets/metadata/432354.json b/datasets/metadata/432354.json new file mode 100644 index 0000000000000000000000000000000000000000..a9b1e7641f4b49fbb7445907616e5eadc8b2f2cd --- /dev/null +++ b/datasets/metadata/432354.json @@ -0,0 +1 @@ +{"id": 432354, "index": 0, "name": "Bigdad Artist Style LoRA", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-07T00:25:55.889Z", "availability": "Public", "nsfwLevel": 28, "description": "This is my very first LoRA, so feedback and instructions is greatly appreciated
", "trainedWords": [], "stats": {"downloadCount": 70, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 353148, "sizeKB": 54595.8759765625, "name": "432354_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-06T21:26:17.270Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6373A671", "AutoV2": "9714C0AD1E", "SHA256": "9714C0AD1E7A4BFE2AC690E9DB3B0BCB277732AD014E48ED0D9B8404252CC488", "CRC32": "9C4BFFB2", "BLAKE3": "E203DC78708F81FA6E18247C5668DC423C02E532D0201BF8D01AFDBCF75FE824"}, "downloadUrl": "https://civitai.com/api/download/models/432354?type=Training%20Data"}, {"id": 353363, "sizeKB": 223128.68359375, "name": "Bigdad_Artist_Style_LoRA.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-06T23:55:52.400Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0995F2A4", "AutoV2": "CB19BD8893", "SHA256": "CB19BD88931B79AA3D0B2CCC0AE492310C51486B6C74BBAD26A35CCB1C4C2D5D", "CRC32": "9AAF77B3", "BLAKE3": "B39BFF8968563C86FAFC800F9B8019B411433111027F6ADA8ABC1898CDD13192", "AutoV3": "C51043B24A76"}, "downloadUrl": "https://civitai.com/api/download/models/432354", "primary": true}], "images": [{"id": 9318000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0df4d1a3-3e6f-4209-967e-ec513a64a783/width=450/9318000.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U8KcbE$%00%L2qf89qav04W=^ksmD5ovtW9L", "type": "image"}, {"id": 9318002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c85c22e8-2eb4-43ea-b39b-c7c450ce839f/width=450/9318002.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UWPE7wkF9.$$y9Waa6bWEXRkf4s%pInOV_ov", "type": "image"}, {"id": 9318001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90f2ff1b-e375-4db8-842c-ba34bec02805/width=450/9318001.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U8IpDzxp00^A0Jxu5O9ZuoVx^*Ed00NY~q^l", "type": "image"}, {"id": 9405879, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1aa7c8e9-fcda-4ce6-af3b-dd0abc92157e/width=450/9405879.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "URILsLr|:]ot}cw~NZxF{qxF%FNG#;NrJ$Na", "type": "image"}, {"id": 9405881, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60c976a5-11b3-46fc-9aa2-0ddd7f4b34a2/width=450/9405881.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UiIV}nW8nU$m}@R$WAs;-CNa-T$%W8sqoxob", "type": "image"}, {"id": 9405880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/005b9c9e-4ea8-4631-a6fd-ee3af372897b/width=450/9405880.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UIFXu4%K4zIa_C%G4?M+=h$yt6I;0ORQ%K%0", "type": "image"}, {"id": 9405878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b772e502-5457-4396-b738-c663a413b207/width=450/9405878.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UaGGC%R=NHoa}asXNZob#ZxDs.Nai_Wmt7jJ", "type": "image"}, {"id": 9405877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c27d8c68-be5c-4251-8e7d-2175fe7dd959/width=450/9405877.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "URGQa=WBMS-A}XbHR*$iM4X7--sCwKS4S1jZ", "type": "image"}, {"id": 9405884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c469046-3cad-4ca6-8851-bd161d52f4e7/width=450/9405884.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UDG6JS2ir2{q?GBL5Rea{hxcxtaK0c]?x@E^", "type": "image"}, {"id": 9405885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d90df0d-c381-4798-99d2-d759b2c3c959/width=450/9405885.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UDGQnVz.Mn^73Tiv9}JB{3JW?Dt300tn-OoH", "type": "image"}, {"id": 9405883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6769999a-cdd2-40cd-8666-78f357370bcf/width=450/9405883.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UJG@Z9D~#IS50qD~X8I;]?EK~Aj=S}NZIcsp", "type": "image"}, {"id": 9405882, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03907636-6807-4860-8bfa-303890d5ef3b/width=450/9405882.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UEGPFgjY*[-D3HbD0{S5+At6y3RS0zog}[NF", "type": "image"}, {"id": 9405886, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0926903e-e829-4613-80c3-a8ce8dd9db4a/width=450/9405886.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UDFO}P-vAp~T51NCD@IIT.oa~URQ9Gt8R*Rj", "type": "image"}, {"id": 9405887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0721a5e8-b981-4279-bb67-496a5c800f10/width=450/9405887.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UdJPDU$krv,ve^xFIqsE}ZNGxrt5RVn+%1od", "type": "image"}, {"id": 9405889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b48da457-8aae-4390-be02-299511d8b89c/width=450/9405889.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UCEBU6uP4|D+3XtmK6t6*NIB?Z?G0dVW#7EM", "type": "image"}, {"id": 9406782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36c7869e-bc36-41bf-8cdf-af602d08e3a2/width=450/9406782.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UdKAB2oe~Vt7t.WCM|j]O]oKIqbItnofs,j]", "type": "image"}, {"id": 9406783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e43e15a0-6025-4fca-8402-9cf440b283f8/width=450/9406783.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UkL3fVsl~Wxa?GofnhkCyCjYSeazXUs,I=WD", "type": "image"}, {"id": 9406785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0361180d-0576-4308-ae80-2968c032d593/width=450/9406785.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UdKc@R-i~q%K~AX4xBxY-;RkR*WEr_i|MzWD", "type": "image"}, {"id": 9406784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3d6c195-aeeb-4d57-b8b9-757deea3c792/width=450/9406784.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UgL3+EV@~pxt?JW=Vst7Xps,IqR*p0ofbEWX", "type": "image"}, {"id": 9406786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5938b66c-4c4b-4030-a5af-190b8d7fe436/width=450/9406786.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UrKU7xbdu6xscGahRloIXVWYRQocN#RlV[t6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/432354", "modelId": 387436} \ No newline at end of file diff --git a/datasets/metadata/432404.json b/datasets/metadata/432404.json new file mode 100644 index 0000000000000000000000000000000000000000..5ab59f63b312b7010b528d0a830faf68158edf7b --- /dev/null +++ b/datasets/metadata/432404.json @@ -0,0 +1 @@ +{"id": 432404, "index": 0, "name": "Velvette (Hazbin Hotel)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-07T02:48:59.001Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["white irises", "red sclera", "black, velvet, and white tea-length dress", "short, puffed sleeves that include various designs and velvet lace at the bottom", " white and velvet striped fingerless evening", "black stockings ", "velvet flats with white puff balls on the top"], "stats": {"downloadCount": 63, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 353106, "sizeKB": 375.5390625, "name": "432404_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-06T20:51:24.714Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "1CC2938D55", "SHA256": "1CC2938D55872E26322C46BBD7D65C8A160122C7E6BCCC1EB568349A1DE46B2E", "CRC32": "BA0728E0", "BLAKE3": "8F6AB816D790488B33F0DEE15582C1FFA1E80326E1687DC4C0029D1DDD5E8D10"}, "downloadUrl": "https://civitai.com/api/download/models/432404?type=Training%20Data"}, {"id": 353559, "sizeKB": 36978.40625, "name": "Velvette_Hazbin_Hotel.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-07T02:41:24.421Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A2AF07E0", "AutoV2": "A8ADADD542", "SHA256": "A8ADADD542C5D3EA45B5CA0B98CE491078938F0BCBF9A137FD429E14234BEB90", "CRC32": "825BC66E", "BLAKE3": "5B70C947B80F76CC1696844F8299B439FD6524BEBB8762852861D27FC3EA842E", "AutoV3": "DA1156671051"}, "downloadUrl": "https://civitai.com/api/download/models/432404", "primary": true}], "images": [{"id": 9326056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f54b687-52c3-4ce0-b9c3-b9a1a955f48b/width=450/9326056.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UlIe-pS1wfnj}uWVoLR%=zsoW;WBt7fkSeay", "type": "image"}, {"id": 9326055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a36046b-0ee7-483c-bf8e-05e60d23b471/width=450/9326055.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UbKI@|IU=zNt}aW.WobH=f$+f+aeM{R*XRWU", "type": "image"}, {"id": 9326058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23003e73-5652-4b29-8e8b-55d386320169/width=450/9326058.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UhL2iG%2}]%3,[o}NGoz=zS1bbI:nja|W;R%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/432404", "modelId": 387479} \ No newline at end of file diff --git a/datasets/metadata/432941.json b/datasets/metadata/432941.json new file mode 100644 index 0000000000000000000000000000000000000000..277e623e941128764e8816a7b5fe040c22cc0429 --- /dev/null +++ b/datasets/metadata/432941.json @@ -0,0 +1 @@ +{"id": 432941, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-07T03:37:48.278Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 239, "ratingCount": 0, "rating": 0, "thumbsUpCount": 62, "thumbsDownCount": 0}, "files": [{"id": 353635, "sizeKB": 22248.98046875, "name": "Sae_Chabashira_YouZitsu-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-07T03:41:16.215Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B3D70E31", "AutoV2": "FF5B0F69B3", "SHA256": "FF5B0F69B311590240B37D17D048DDEAD8A547A77125F6C668D67FFA4E5393DB", "CRC32": "9E99DC39", "BLAKE3": "1F9A9C0B1F55B6A24ED614E6C87EF12F7C35E67B018B67F874B3FAC92FDAAFAB", "AutoV3": "9FF262A262E0"}, "downloadUrl": "https://civitai.com/api/download/models/432941", "primary": true}, {"id": 353636, "sizeKB": 38501.0576171875, "name": "Sae_Chabashira_YouZitsu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-07T03:41:20.461Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "78CB60DB", "AutoV2": "926D9A7170", "SHA256": "926D9A71707545F76B9B4F80F7156518D296A38CA78100C7473AD0699C07D420", "CRC32": "48505969", "BLAKE3": "4262BCE3312929DCB635B4AC1BAC1FAACA56C80507CF3EECF608D195CF08B36D"}, "downloadUrl": "https://civitai.com/api/download/models/432941?type=Training%20Data"}], "images": [{"id": 9328093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e3a1970-eaf0-49c0-9175-e4fe933cbe6a/width=450/9328093.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTMjagxuGHoz9[WC~qazpJofVss:9aa}9GWB", "type": "image"}, {"id": 9328094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a3e9b6d-2fb3-443c-9fed-6adad4adb1ab/width=450/9328094.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTMjagxuGHoz9[WC~qazpJofVss:9aa}9GWB", "type": "image"}, {"id": 9328714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f68c7ba9-0553-4b62-859c-fd02c83c67f0/width=450/9328714.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULK1RWso.mNI~VIo.8n*0000-WRPoNt74nW=", "type": "image"}, {"id": 9330223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96f1d3fe-4bdf-4602-b012-80bd77a66131/width=450/9330223.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UbJQ=@%3s=t7~Xae%Nj]E1R*^+ozRkNGxZWo", "type": "image"}, {"id": 9337597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0458f97-a1ee-45bf-b920-df587487f6ed/width=450/9337597.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "ULLNDX00?d$*~CDif,RP55n*~pV[k;RjRiNG", "type": "image"}, {"id": 9337609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d9b529f-16a3-4eaa-89c2-905356746df7/width=450/9337609.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UML:vF~p*0.8ELnhV@x]0KRPxGxvyEof?H%M", "type": "image"}, {"id": 9338165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d29d3164-f34d-45e3-9506-2e3cb0c51073/width=450/9338165.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UWJtuR_NAHV@?v%MxbRiNHxa-pWVIUadWARj", "type": "image"}, {"id": 14110843, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/335ab071-54b8-4ce2-9367-e895fa0c8514/width=450/14110843.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UWG[j6~qI:R+_3x]NGt8Ioj]xutRen%2%MSO", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/432941", "modelId": 387975} \ No newline at end of file diff --git a/datasets/metadata/433152.json b/datasets/metadata/433152.json new file mode 100644 index 0000000000000000000000000000000000000000..0a1d394c627dc5f141d834c5c4126be1d6092484 --- /dev/null +++ b/datasets/metadata/433152.json @@ -0,0 +1 @@ +{"id": 433152, "index": 0, "name": "EMesecar2", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-07T12:13:10.320Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Emesecar"], "stats": {"downloadCount": 31, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 354227, "sizeKB": 223101.26953125, "name": "EMesecar2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-07T12:11:20.273Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "828C0AB1", "AutoV2": "B090859BC3", "SHA256": "B090859BC3362BD04359B1503EA220A5CE36CB4BEBE8279727CCC5D2FD8E9524", "CRC32": "A655B25D", "BLAKE3": "790ABB1344308F5CD6092D7924AB2D9F40B2CCFF3D4DC04F99E3A7F1C2D95C46", "AutoV3": "B1D9030E6CE7"}, "downloadUrl": "https://civitai.com/api/download/models/433152", "primary": true}, {"id": 353840, "sizeKB": 4535.63671875, "name": "433152_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-07T06:51:49.559Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9F43CD0B", "AutoV2": "406ABAE537", "SHA256": "406ABAE5377D7DB8C2A9A2C4333184C4AE50CCD46C0B8C6C5854124DF6521E6E", "CRC32": "0DE02B77", "BLAKE3": "CDCD17A7FAB01FF9244A1F82781A5E82CC320B64FC336B106AE67B97BBC3A2CA"}, "downloadUrl": "https://civitai.com/api/download/models/433152?type=Training%20Data"}], "images": [{"id": 9351709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d49a846f-d225-48ed-a266-527e1cf5ccdc/width=450/9351709.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UAEfy4~C00NV0JEx~DIstfKH=N=}#Ax?EgWY", "type": "image"}, {"id": 9351710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36f76031-a90d-4628-ad25-34f243eff29a/width=450/9351710.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UDAxe=xv0JStK:M{?^.86uIo%0x@XkoyM_EJ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/433152", "modelId": 388169} \ No newline at end of file diff --git a/datasets/metadata/433337.json b/datasets/metadata/433337.json new file mode 100644 index 0000000000000000000000000000000000000000..78aa1cd3d4dedf2db95d17e1f5ec7467882a8a5a --- /dev/null +++ b/datasets/metadata/433337.json @@ -0,0 +1 @@ +{"id": 433337, "index": 0, "name": "Matcha Kobayashi", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-07T10:34:16.124Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 83, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 354028, "sizeKB": 5342.21484375, "name": "433337_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-07T09:30:44.394Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FAD46E73", "AutoV2": "29A9947B55", "SHA256": "29A9947B55BDDB93F8456F44130DB1F0250EFE95E78AF930806DAE50BFE1CAA8", "CRC32": "ED930C34", "BLAKE3": "3B11FA46359A4C04AD31A663EEFC0F97E2EF6480059BC905D1E0F0905E7A786E"}, "downloadUrl": "https://civitai.com/api/download/models/433337?type=Training%20Data"}, {"id": 354109, "sizeKB": 18547.390625, "name": "Matcha_Kobayashi.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-07T10:35:41.998Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "D0B28F5FD0", "SHA256": "D0B28F5FD03D9AA36ACA11F47394BC18EF12073C8B9438D4393E46320E76FEC0", "CRC32": "D2C32D54", "BLAKE3": "DB1CF33C9B4675493D19609AF923187F9BD5ECC976BBE85A47C8B26A588F6F2C", "AutoV3": "4F81664E8F05"}, "downloadUrl": "https://civitai.com/api/download/models/433337", "primary": true}], "images": [{"id": 9345727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d399be8-27ca-47c0-90fa-d904fe0b8595/width=450/9345727.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1392, "hash": "UHIOnP000yRoCN4T~XkWu5HrRk-:.8rqoyt2", "type": "image"}, {"id": 9345735, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85e5a5f6-e827-4f24-b445-8f841739d7b9/width=450/9345735.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1392, "hash": "UNI##?^,5Oo#p^xwajxu_Mxb-Vxv_NxuE0jc", "type": "image"}, {"id": 9346106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee0fc6e0-82df-491d-8675-288fc203a50f/width=450/9346106.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UaIE|d~q%zbvtjtSkX%M%Jxb%2kCx]t7RifP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/433337", "modelId": 388347} \ No newline at end of file diff --git a/datasets/metadata/433381.json b/datasets/metadata/433381.json new file mode 100644 index 0000000000000000000000000000000000000000..41c15a59a1f0938a03ba7b51e96ce0608fa5b9f4 --- /dev/null +++ b/datasets/metadata/433381.json @@ -0,0 +1 @@ +{"id": 433381, "index": 1, "name": "v0.1 - Beta", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-07T12:19:44.378Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["ch41r_91rl"], "stats": {"downloadCount": 37, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 354240, "sizeKB": 9326.6875, "name": "chair_girl_v0.1_beta_epoch_03.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-07T12:16:19.841Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2AA4CBEB", "AutoV2": "9FC8C04D9A", "SHA256": "9FC8C04D9A5619E72BA680F2450DC03814BEF1ED460CF0DE723D0D5D00460393", "CRC32": "D9326F2E", "BLAKE3": "122155732CCD2CC0B5285330BEDB75DC0D4A510C63EE46AA65D8A93EBAAB48A0", "AutoV3": "C121F393E705"}, "downloadUrl": "https://civitai.com/api/download/models/433381", "primary": true}, {"id": 354375, "sizeKB": 152595.880859375, "name": "Training_Data_Prompts_and_Epochs_(v0.1_Beta).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-07T14:10:40.048Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "68B5995A", "AutoV2": "8E4813BDAC", "SHA256": "8E4813BDAC20F24A599F016FDE56DFBF421720DA6A0CA4E533E525976C5F8A4B", "CRC32": "6697110C", "BLAKE3": "56FB27DA3E70B3B2C8CC18A85A9D91E105E2C698D6B10FB9EFAFA0DCD82BD9A7"}, "downloadUrl": "https://civitai.com/api/download/models/433381?type=Training%20Data"}], "images": [{"id": 9353840, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67efb3c6-3b98-427c-a138-19d09a4d0316/width=450/9353840.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCFg,k57={Rk}?xFs:xZ-:f6Ips:9akCIpNH", "type": "image"}, {"id": 9353878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88c12571-bc12-4e60-9176-c5a83f09c783/width=450/9353878.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKH-_T~WpJ%gtmkCXSkWXTx[aKV@%MozV@V@", "type": "image"}, {"id": 9353900, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5de97f20-c5fb-4558-a96f-877746a2d4dc/width=450/9353900.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U4B.lo}?TJ0#^59v9asmAHWqE2xF9aRkI;R+", "type": "image"}, {"id": 9353939, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8850464c-43ba-4530-8d68-160682f546d3/width=450/9353939.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCFrLs-nv_~B0zw@oHogVCNGAIE2oyTKIVrW", "type": "image"}, {"id": 9353938, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee5049ad-d83d-4f18-9424-5e500a77b6dd/width=450/9353938.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7F4.W4:x[~A[,-:?FxZ?^Io}?ofD*W=s9xY", "type": "image"}, {"id": 9353948, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32b98a14-0a2b-4e7b-b5f2-af39a3cf141e/width=450/9353948.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7INW[9J~m}[0dVz%FN01J0201Nf-V%KIW%L", "type": "image"}, {"id": 9353949, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/572e3782-5271-400e-8470-ae880744ca20/width=450/9353949.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFEe[QDi:Nx^-p$fi^bb}6R+Kli^R4xuJCaK", "type": "image"}, {"id": 9353991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a471131-c6a4-4212-8332-ea605aa6efb6/width=450/9353991.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHF}r}4o%fni~UxaodoftRxZV@of%1WCNHWB", "type": "image"}, {"id": 9354008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bb2fa16-ac3a-4eb6-9c43-bad986c99ca7/width=450/9354008.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIHnc[E1?a^*~Aaet6xt?aWBRjkCM{t7RkWB", "type": "image"}, {"id": 9354039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6bf7c3f-886f-4113-8de1-4c9b2241e199/width=450/9354039.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDI}V000_N?a?HaJIp%g9Fxu9FNGs,-;xZR4", "type": "image"}, {"id": 9354075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e828f952-d399-497b-94fd-45fbdf83194c/width=450/9354075.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9Exb5E1%M%18_%2NGj[?bNGnNof%Lt7~Bae", "type": "image"}, {"id": 9354074, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f13afaca-4816-4e38-8ea0-049282cf9b31/width=450/9354074.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQGSfW4nMxx]%gMxR%tR~BD%kVtRNHRPs:xa", "type": "image"}, {"id": 9354580, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27c15ba4-ad08-4774-b50c-40c779505d0d/width=450/9354580.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAINjU-o~p%10LR%56oe0LocM_oIIna{E2j[", "type": "image"}, {"id": 9354578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d41852df-4110-4179-81ba-6fdbcb13c830/width=450/9354578.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKH-A80foyRks*R-oyM|~VRjV[kB9a%2RkbG", "type": "image"}, {"id": 9354577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/583260bd-62b4-44a6-8565-792e9dc01bb6/width=450/9354577.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFF}WM-o?Zs:~BR*kBs:-oR*IVaes.oeM|WC", "type": "image"}, {"id": 9354581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24aa4d74-97c7-4b14-ac52-5584c5d0e0ed/width=450/9354581.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7EyMCi_MH~V5i~AsjS2Q8bYcaMy8xtRx^nO", "type": "image"}, {"id": 9354583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94f9d4bd-420f-43ac-8c68-7a343ce7a013/width=450/9354583.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UMH1VdM{~Vs.~Bae-os:t8Rk-ojZIpofayWC", "type": "image"}, {"id": 9354585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1974e7d0-90a7-46f0-9aaa-c8e3646dbd10/width=450/9354585.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UEF5:HEM1i?GNK%0Osxt_NNKs:RkEQxtxDR*", "type": "image"}, {"id": 9354629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e3701b3-aec3-4bb3-98b3-e8ef6648ca0f/width=450/9354629.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDFFELt6}P?Ff{%0ELoyDNIp5tR*NIR-xaRj", "type": "image"}, {"id": 9354584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc82b155-0fdc-41f9-8aad-e064858f827d/width=450/9354584.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULHBC.~VNeNH^*W;ozxaS%NHn#odNFWBf6j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/433381", "modelId": 388387} \ No newline at end of file diff --git a/datasets/metadata/433542.json b/datasets/metadata/433542.json new file mode 100644 index 0000000000000000000000000000000000000000..666f38ccbe64cf5de1255d2ec860121a85a645f2 --- /dev/null +++ b/datasets/metadata/433542.json @@ -0,0 +1 @@ +{"id": 433542, "index": 0, "name": "PrtlsmaskXLV3", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-07T15:50:19.021Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 23, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 354253, "sizeKB": 7830.751953125, "name": "433542_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-07T12:26:14.478Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D301E757", "AutoV2": "CFC8530775", "SHA256": "CFC85307758EBB3B0F407E5745A81F6F43077ED3449EA9A1D7AF6937137A4F51", "CRC32": "99490747", "BLAKE3": "1FF0A29A40B9E195BCE8C6CA98086CCFF7D25E719D82253F22B8947A7C89C882"}, "downloadUrl": "https://civitai.com/api/download/models/433542?type=Training%20Data"}, {"id": 354516, "sizeKB": 223102.95703125, "name": "PrtlsmaskXLV3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-07T15:51:57.897Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E6E2B313", "AutoV2": "7683BAC17D", "SHA256": "7683BAC17D907BCD8C7D14FE3ECBB91CB7CAE7DF54DA37FABD20AE393E5898CF", "CRC32": "EFF9189C", "BLAKE3": "1E8F89D66F7076019675FD57094B10895D7616C6E47697564304701213D86D71", "AutoV3": "25E9FBB398BE"}, "downloadUrl": "https://civitai.com/api/download/models/433542", "primary": true}], "images": [{"id": 9364923, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2bf31c3-12bf-4fd8-bd13-b8d31dc3b1f1/width=450/9364923.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Ciq51g3q{eD$GFml^,9D$j=|OZxb#SEfM{", "type": "image"}, {"id": 9364922, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc3f1517-4e75-4fd1-9512-c5c114157504/width=450/9364922.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UVDw=*VxJ|RQ.ln+oxayOYtPn6bEb@oyRjWU", "type": "image"}, {"id": 9364944, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c31067f-371e-4fa7-a43b-f35cfad1a660/width=450/9364944.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UDE.~j9~05=sH^Vuo{%0OqRl~3X7~Pi|E7Iq", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/433542", "modelId": 388533} \ No newline at end of file diff --git a/datasets/metadata/433631.json b/datasets/metadata/433631.json new file mode 100644 index 0000000000000000000000000000000000000000..61cde615fe5b8e1d998d4d223e07cacd222af79f --- /dev/null +++ b/datasets/metadata/433631.json @@ -0,0 +1 @@ +{"id": 433631, "index": 0, "name": "v0.2 - Beta", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-07T14:09:50.587Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["ch41r_91rl"], "stats": {"downloadCount": 149, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 354374, "sizeKB": 9326.625, "name": "chair_girl_v0.2_beta_epoch_04.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-07T14:05:41.454Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "53DAD1D7", "AutoV2": "D06DE2FC28", "SHA256": "D06DE2FC2892AE100982F97A8F2ED8822F0FF4D49C19A9C0D344C231F1494D9E", "CRC32": "7F3E8ED6", "BLAKE3": "E63C02706605E59D2A16ADDFFDCE855E3CD5A3DC4EC683D8A5945FBC090D05B2", "AutoV3": "AF5A7AD8661D"}, "downloadUrl": "https://civitai.com/api/download/models/433631", "primary": true}, {"id": 354396, "sizeKB": 108039.7294921875, "name": "Training_Data_Prompts_and_Epochs_(v0.2_Beta).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-07T14:25:52.254Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DDE4C117", "AutoV2": "6D41B8A683", "SHA256": "6D41B8A683DAB686A953E7EEB6436D0780AE405702716BA81CDB97466F904813", "CRC32": "82E5956B", "BLAKE3": "4262ED10BED3A9C60A7CB29C17D5AC999506DB39AC5B92F20FF83576CB12F085"}, "downloadUrl": "https://civitai.com/api/download/models/433631?type=Training%20Data"}], "images": [{"id": 9358393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61279a81-c233-48ec-8a38-23b2e0fafb6e/width=450/9358393.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDGIGI9Is$%MX3M{IrWC}@M{E4Rk~msl-.oe", "type": "image"}, {"id": 9358431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c994f955-b46d-4c30-88ad-d98a817d6b4b/width=450/9358431.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U8G[M=ORKg_001${9aW-%fM{$iV]~m-o?GWE", "type": "image"}, {"id": 9358450, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f20fa3b-737f-4ca3-b6b8-3ad82c6254a7/width=450/9358450.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "USI59#NGe,t6krs:Ioj]%3RlE1ah~VRkWUWC", "type": "image"}, {"id": 9358456, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40b08892-6e3e-47f8-bb0b-7525dba3c885/width=450/9358456.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFIEIO00yEw@-oxV?anh_3IU~UM{M{j?%2V@", "type": "image"}, {"id": 9358558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/996de99c-5d04-4794-84b7-e97c7d96160b/width=450/9358558.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7HU%lWB-=a$Exoe4;Rn00IV00R,~LD%RPWF", "type": "image"}, {"id": 9358588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3584b41-b0d0-4585-a7d0-42f7aa1a8edb/width=450/9358588.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCHncz019@W??YMxNHR.b]ng$*M}~mRPt6NI", "type": "image"}, {"id": 9358590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7aa1512-2609-44d3-a187-c9bd5d31620b/width=450/9358590.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCI#c8-qDNn{4.~Wx]NF00Io?wR.%L9FM_x]", "type": "image"}, {"id": 9358617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3bf3a6d-956a-4888-9b9c-2e444010bdfb/width=450/9358617.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCH20}E2x?-o0LM|E3WCx.IWr@Ip~nn%?ZNH", "type": "image"}, {"id": 9358625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0c2f39a-2817-46db-adc5-775f8042852a/width=450/9358625.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7HUaz00%%Z}?G9FNe4n%g00xu^j4n%gR*%M", "type": "image"}, {"id": 9358641, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abd17583-731f-458e-8282-13f387843d6b/width=450/9358641.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U8He2LE9Pct64:tRE2E1SSEN$,s-~lxv-,NF", "type": "image"}, {"id": 9358648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/755b8a35-be01-4830-9f07-a7dc93e08883/width=450/9358648.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFHeH.9FEx^+AKISIVtR?wMxngxv_Lr;t1xu", "type": "image"}, {"id": 9358675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcd75de5-f9e5-4f8f-bb97-dc6d3c52e7ef/width=450/9358675.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFHBr9?G-+~WO]^ir;-;%js*n4tS%#jF$_W@", "type": "image"}, {"id": 9358732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddf1f7af-0f63-40ea-8ce0-c78f4987f4e4/width=450/9358732.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULIq+7?HJ6R._3R-9ZR*.At7IToe~ps;j=xa", "type": "image"}, {"id": 9358734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea3dff8b-74e1-4b59-94d5-1e7f990a9de3/width=450/9358734.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNIELb8_~q$x%Mr;tRWA-;M{WEWXxtM|kWWB", "type": "image"}, {"id": 9360208, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/875d8592-c031-41a5-aa8c-3945a02c5109/width=450/9360208.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCHd$#V@02xt00-oE1WB0NM{~AxZ%0a#-oxa", "type": "image"}, {"id": 9360207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92cf2625-3a54-4a0c-819c-b1c077718d25/width=450/9360207.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDHn+s-mE0t8P84:D*xc~pniR5xv-.-nRiNt", "type": "image"}, {"id": 9360206, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4374ae1-d982-4819-8499-740cb2f1c162/width=450/9360206.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U8HxWa00_MsjBP9ER?RP?I00VzW94.9G-pX3", "type": "image"}, {"id": 9360235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a7153d4-15c4-4596-a057-197eae84bf0c/width=450/9360235.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UAHd{8Sx_Js;56%KRiM}0PV@IDR+0e-nt7R+", "type": "image"}, {"id": 9360268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85cf3574-dde8-4fc4-978b-ac4ec34d65b2/width=450/9360268.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKH21GR6-oay9bxYNbWU~CxWR.s.xtRQNKRk", "type": "image"}, {"id": 9360274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1b2013e-3da0-47bd-84db-19aaed1eb8d2/width=450/9360274.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9GSMx.8HX_M0:x=IAEK|;xu10nN?u_3_3V@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/433631", "modelId": 388387} \ No newline at end of file diff --git a/datasets/metadata/433759.json b/datasets/metadata/433759.json new file mode 100644 index 0000000000000000000000000000000000000000..12fbfd6b198280badd5153a932d5edf27ae062d9 --- /dev/null +++ b/datasets/metadata/433759.json @@ -0,0 +1 @@ +{"id": 433759, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-07T15:01:30.390Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["tsukasadef, long hair, pink hair, hair ornament, bangs, red eyes, hair between eyes", "tsukasasuit, long hair, hair ornament, long sleeves, pink hair, frills, white blouse, black skirt", "tsukasabun, bangs, red eyes, hair between eyes, collarbone, pink hair, hair bun, double bun, pink shirt, pajamas"], "stats": {"downloadCount": 126, "ratingCount": 0, "rating": 0, "thumbsUpCount": 34, "thumbsDownCount": 0}, "files": [{"id": 354436, "sizeKB": 36976.703125, "name": "tsukasa10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-07T15:01:41.324Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C994401A", "AutoV2": "B7F4A32563", "SHA256": "B7F4A32563B82069E2CB9523E448D0378985E26BE5D5E56064D535F7A0E7189D", "CRC32": "79B7C9B7", "BLAKE3": "A308EB20BDF4BB98F3E3E810D45F903B93C7F563823CB532B6016E76646A1C0C", "AutoV3": "DBD6BCD9F208"}, "downloadUrl": "https://civitai.com/api/download/models/433759", "primary": true}, {"id": 354447, "sizeKB": 2466.9091796875, "name": "Train_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-07T15:10:52.711Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FE6EF97A", "AutoV2": "01BA123886", "SHA256": "01BA123886A5082BC76DD7A71FA094841280646580AF8ECE2191DFDF30D84316", "CRC32": "916EC1E5", "BLAKE3": "EA2EEFEDDB5E5B25A2E1DB3C6F746F1E0DFD5A62062C68466585C7EB5D090DA1"}, "downloadUrl": "https://civitai.com/api/download/models/433759?type=Training%20Data"}], "images": [{"id": 9361986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ce6da4b-7554-4cf4-af65-f890cb3e4b25/width=450/9361986.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1920, "hash": "U9MPnB;U000c00~W0x0K0000~XyX+*-p0K.8", "type": "image"}, {"id": 9362070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/054e9136-9594-4f8a-ac6f-989e1e2f3f8b/width=450/9362070.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1920, "hash": "UDP5$j0000ROHqnz_N%L+Jxux[of-=WEM{M{", "type": "image"}, {"id": 9362026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4d0a135-25f1-479a-857f-22515ae90a22/width=450/9362026.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1920, "hash": "UYN0Vf_NITV@~WR.tlxuni-q%#R*nlNGIUoL", "type": "image"}, {"id": 9441397, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9fffc64d-cec6-4696-81ea-0125eb72215f/width=450/9441397.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USMP|fwH2|%LFjOEX9x[b|nOwZnhB=RQVtNd", "type": "image"}, {"id": 9441452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d93c4db-a65d-4df8-90e7-02cbbdaa6c59/width=450/9441452.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UkL|c$.77%Djs?RjNxo}xvoeM{ofOtk9Neof", "type": "image"}, {"id": 9441460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58464b6b-4ccd-4735-86f5-7f27734b4724/width=450/9441460.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOO2?*.R1lR6K-NaB=kCu5R%Mxt7Y5ozxDM{", "type": "image"}, {"id": 9441459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddecc61d-6768-4b76-8e09-dc926379f738/width=450/9441459.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKMjFIt90bIC0EK6K+R-_Mt5#5xXA_oIo|X7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/433759", "modelId": 388727} \ No newline at end of file diff --git a/datasets/metadata/434183.json b/datasets/metadata/434183.json new file mode 100644 index 0000000000000000000000000000000000000000..ce16575c74919931d70df73d1dd65a5c4dc2a9de --- /dev/null +++ b/datasets/metadata/434183.json @@ -0,0 +1 @@ +{"id": 434183, "index": 0, "name": "Bulging White Briefs", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-07T20:47:54.781Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 81, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 354818, "sizeKB": 739.0361328125, "name": "434183_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-07T19:41:28.471Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "2D22BF6AFB", "SHA256": "2D22BF6AFB62D9E4B534784EA95ECE11F3B3BC17EEF8E3339C0D874A710D5596", "CRC32": "811A9C9A", "BLAKE3": "8E5A4AD8740FE12D87D333817DBA9D60FC10DE488D0A7E88011C6C9AFF4DA2DF"}, "downloadUrl": "https://civitai.com/api/download/models/434183?type=Training%20Data"}, {"id": 354958, "sizeKB": 58865.5625, "name": "Bulging_White_Briefs-000012.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-07T20:47:24.274Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "860D96E0", "AutoV2": "BE837FE359", "SHA256": "BE837FE35911AD38974255BAF25E265EE1D4F69667FE5DD88DA56E92D22F3313", "CRC32": "3D55794C", "BLAKE3": "D89AD43F8A588AAAC64B91AAB734E756E838986C623AE9C89DF0859136C7DD80", "AutoV3": "E6D462C5FC3F"}, "downloadUrl": "https://civitai.com/api/download/models/434183", "primary": true}], "images": [{"id": 9383124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2d2befe-0473-48cb-914e-eee56ce1584f/width=450/9383124.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UBEVB20z0L}@-ms9jZS1cExt%1I=?HR*axS4", "type": "image"}, {"id": 9383139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ea3bc23-4033-4585-894c-0566b5be5028/width=450/9383139.jpeg", "nsfwLevel": 4, "width": 768, "height": 512, "hash": "U5Ee}kTe03~W5RM_-VtR00Vs=_Io%hj[VXNG", "type": "image"}, {"id": 9383141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d34c743-bb85-439b-b1fa-e4b2f017a4d7/width=450/9383141.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "U8Dlf?}O00Y7BtwF~AS7A1E0V@D%tmxss9$e", "type": "image"}, {"id": 9383158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a64cf45a-fd55-45ea-a7f8-9b2801ebc24e/width=450/9383158.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "U9D]C@Mw0LIV}:$%xvD*.9%1i]T0X7xuxvIU", "type": "image"}, {"id": 9383159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63d8a27e-6053-4ec4-8b89-dd50d14e0d46/width=450/9383159.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "U8D]MGsC0000pIRjxas.4mIT%g_38^V??wtS", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/434183", "modelId": 389110} \ No newline at end of file diff --git a/datasets/metadata/434275.json b/datasets/metadata/434275.json new file mode 100644 index 0000000000000000000000000000000000000000..5c218422f240b1c16a6d2b31a672d3977525c62a --- /dev/null +++ b/datasets/metadata/434275.json @@ -0,0 +1 @@ +{"id": 434275, "index": 0, "name": "Gabriel Agreste - Miraculous Ladybug", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-02T19:23:07.686Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 399334, "sizeKB": 191.375, "name": "434275_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T10:16:37.452Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "EB8E95F9A2", "SHA256": "EB8E95F9A246A15EB612F4EE79BE62034FB223EB701A679A5E97688622EB8AF7", "CRC32": "6925CB2B", "BLAKE3": "C36315E5AB389B45B0DDD088E95D5A3248E554751F1EC3ED93459BD20C756036"}, "downloadUrl": "https://civitai.com/api/download/models/434275?type=Training%20Data"}, {"id": 400098, "sizeKB": 36977.8515625, "name": "Gabriel_Agreste_-_Miraculous_Ladybug-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T19:10:52.467Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "338F79AF", "AutoV2": "5C79F6B9EF", "SHA256": "5C79F6B9EF661977B40BB7853D2A884A795E78457573729F148797A83A215D24", "CRC32": "80FCD49D", "BLAKE3": "CB8266EFEF6699899E5184E99653693784AA90448ACB209E283D08321C2B2E02", "AutoV3": "267FA17D5226"}, "downloadUrl": "https://civitai.com/api/download/models/434275", "primary": true}], "images": [{"id": 11361912, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ae91ab5-4887-4e27-a243-82946a6ef6b8/width=450/11361912.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9E2IMx]00D501Rj=|^*DNIo?^%25-t7vhSJ", "type": "image"}, {"id": 11361913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8529093a-ad9e-4f47-a3c7-05ddd7f8741d/width=450/11361913.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBEU_e^k000001tOr_-oVC8|?]yD0}%em-r=", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/434275", "modelId": 389196} \ No newline at end of file diff --git a/datasets/metadata/434461.json b/datasets/metadata/434461.json new file mode 100644 index 0000000000000000000000000000000000000000..260a4b9b357700d25ebb8eab9a15fc8d70af7c7f --- /dev/null +++ b/datasets/metadata/434461.json @@ -0,0 +1 @@ +{"id": 434461, "index": 0, "name": "BanderaRD", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-07T23:55:43.958Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 32, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 355175, "sizeKB": 7432.1103515625, "name": "434461_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-07T23:11:18.035Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8A475713", "AutoV2": "65EE72AE73", "SHA256": "65EE72AE73A910C2C191A800BC4D90606102744883E177765C8F407E96275D2B", "CRC32": "29125380", "BLAKE3": "314917EE31A35D0EE02DDB2D27BCA755D691F9245864D648DB2DAF604BD1A6DA"}, "downloadUrl": "https://civitai.com/api/download/models/434461?type=Training%20Data"}, {"id": 355231, "sizeKB": 223110.36328125, "name": "BanderaRD.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-07T23:56:13.168Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B318C33E", "AutoV2": "AEBDAF0341", "SHA256": "AEBDAF0341BCB3D2DB831881459592AA1CD73EFD95E5F854BE339C2570F852E8", "CRC32": "F149BBEB", "BLAKE3": "D9FACECBF7B9253943217B3168613F7AE7DB1F26E80AD6CB72D65E489B0410AC", "AutoV3": "52E34B17CC8E"}, "downloadUrl": "https://civitai.com/api/download/models/434461", "primary": true}], "images": [{"id": 9397809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72f87813-4933-4325-a612-92ee7df0ef04/width=450/9397809.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKL{i9}8#7]$=aFx#ks9HrWYQ+AGtSslaef6", "type": "image"}, {"id": 9397810, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0134347d-67be-48d7-83c4-6d5b0520d3ac/width=450/9397810.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UhHxEsspbFoh3GjExaS5*{r=niR-JgW=R*s,", "type": "image"}, {"id": 9397811, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/990764ec-7964-455e-893b-f2c53f216528/width=450/9397811.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPOo;SOs?C=xv#ShX8wc~noJ9HS#u3wvxGK4", "type": "image"}, {"id": 9397812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87b3ce0a-f9c6-4608-b71a-9f794011d1d1/width=450/9397812.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPO.aU-o$^?G%MS$adr=~NIVNMV@ax,:X9FL", "type": "image"}, {"id": 9397815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f52348f-566f-4dd1-aabb-b5ddc2ee87f1/width=450/9397815.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJM}~yxYW5s.-p+IR%C6Zxr?T2OX#k68Sh|F", "type": "image"}, {"id": 9397818, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea43daec-388c-4882-86ac-605a40c9436d/width=450/9397818.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGJaTf3X00rX3q{_OsOX00R+4nRjQmFeIAni", "type": "image"}, {"id": 9397820, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8153fcc1-c37b-498a-ad25-f4c16134c451/width=450/9397820.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UTG+@4Iti]ofN7E3xuWr=oM|xZWCG^WFadR-", "type": "image"}, {"id": 9397822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68a04071-185a-4125-9301-19113d23a539/width=450/9397822.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UmL|QHt7IAoM{_jZr=n%R6ayIAWBXTj[WXaz", "type": "image"}, {"id": 9397824, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/803fed5a-96f2-4e9d-bc57-4c3f61971814/width=450/9397824.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAIg[:%M0f%20sV?EoWB-FM_XWNGAht7b_kq", "type": "image"}, {"id": 9397827, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9e7224e-3a3b-4168-887d-91c23ce8bb83/width=450/9397827.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKQ8o5oxxT-:$kWVWUof^zRkD,oc.jV[Q:kB", "type": "image"}, {"id": 9397826, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3368884-324a-4e39-b0f4-d7add97eaaa0/width=450/9397826.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UWN+qrxt?ZxZF{f6wIfk?[ays.j[[oa{kpoK", "type": "image"}, {"id": 9397828, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb9d03a9-379b-4840-894f-3581a4e4e5cb/width=450/9397828.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDN00TGG^[={}YaKBoS3^a;LTcJ-wdW=WVWC", "type": "image"}, {"id": 9542676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49ef22c3-d556-47be-90a3-6faec5550c9c/width=450/9542676.jpeg", "nsfwLevel": 1, "width": 1024, "height": 752, "hash": "UXI;^[RilA%M~WxuOBWV-:s;x]W;={WBT0fk", "type": "image"}, {"id": 9397830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e826ca9-f79e-4725-84bd-8d5366dffaaf/width=450/9397830.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U2Iq=m~q00D,?IkDv$xu00R5004..:D%Eyo~", "type": "image"}, {"id": 9397835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e51351d-2a74-4700-8e6b-39cd24867735/width=450/9397835.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQK0HuBp00[B6,sTAuaz8wFxIU#R}9Wqw]wv", "type": "image"}, {"id": 9406809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e329a97c-6d57-4eef-a3cf-d36a9bece118/width=450/9406809.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UNHedsxuD%NH.mkWx@oylTS#xtxt1NtQaLo2", "type": "image"}, {"id": 9406810, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66ce6e22-1cbd-4c56-9118-6101d9de27b0/width=450/9406810.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UpF~p:bab[$%.AkBxuxFOFs.xFkBJVsonNSh", "type": "image"}, {"id": 9406813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc66306c-e7a8-4206-a5f1-1099820a6e37/width=450/9406813.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UGIOqcWF0}Ef2|i_O@JBIBw[L~tRBoShVDwc", "type": "image"}, {"id": 9406814, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b096b286-e7a6-40e4-bf3a-0f4d9aa815ab/width=450/9406814.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UIFsA6-5LxGHOerYF3L000s9QoEkNiJ.#l;y", "type": "image"}, {"id": 9406815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aeab76b5-6797-4646-937b-a026149c50ed/width=450/9406815.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPEVjKWBE1af_4WBMxayEef6MxkCM_j[M{of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/434461", "modelId": 389378} \ No newline at end of file diff --git a/datasets/metadata/434753.json b/datasets/metadata/434753.json new file mode 100644 index 0000000000000000000000000000000000000000..68f336746836097ff6de2ef7d3f1314da94b3096 --- /dev/null +++ b/datasets/metadata/434753.json @@ -0,0 +1 @@ +{"id": 434753, "index": 0, "name": "Concept_White_Pubic_Hair", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-08T02:30:51.518Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["(white pubic hair:1.2)", "white hair"], "stats": {"downloadCount": 77, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 355427, "sizeKB": 18553.0390625, "name": "Concept_White_Pubic_Hair-000013.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T02:32:02.354Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "7101EFD07B", "SHA256": "7101EFD07B1B2D95F895C23C5422B0DFE9A38FF8DEE6B0193E709C96450AC984", "CRC32": "6493555A", "BLAKE3": "548C504695FDEC4BCA84D5D986CB4AD19AE2D5ECAB3CFAB8D6EEA65D1EFFDA59", "AutoV3": "C538DA63CD57"}, "downloadUrl": "https://civitai.com/api/download/models/434753", "primary": true}, {"id": 355394, "sizeKB": 40295.5224609375, "name": "434753_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T02:00:42.091Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6C24E70B", "AutoV2": "347DAC5624", "SHA256": "347DAC562424859C826F95A26D2946CE72E2B13CE6494D5E8DF10EE85536467A", "CRC32": "6008803D", "BLAKE3": "48E9542AB2E0C6CA8F1D117B6D12AD68E6E32891BA2696938F72F2ED0EE3D9E8"}, "downloadUrl": "https://civitai.com/api/download/models/434753?type=Training%20Data"}], "images": [{"id": 9400166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0cfc2a9e-a39e-425a-816b-114bd4fc9b77/width=450/9400166.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U7LNlU9E00~q4:NH_3_39FxuROIU_3V@IUtR", "type": "image"}, {"id": 9400163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7422209-d385-4268-a437-ae2ba8a7d2f0/width=450/9400163.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UUR3H1t7~qxu?vofWBj[%Mj[IUWBxuf6baj[", "type": "image"}, {"id": 9400164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75716a89-26c3-482f-a67e-5767cc027646/width=450/9400164.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UIN]@Kxa%~xu0MWCozbb~Wj[D$ayv}j[?Hja", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/434753", "modelId": 389646} \ No newline at end of file diff --git a/datasets/metadata/435043.json b/datasets/metadata/435043.json new file mode 100644 index 0000000000000000000000000000000000000000..01b40ca9e5ff48751cf4f14f32a4c97e589f2960 --- /dev/null +++ b/datasets/metadata/435043.json @@ -0,0 +1 @@ +{"id": 435043, "index": 1, "name": "charlie morningstar", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-08T18:28:07.534Z", "availability": "Public", "nsfwLevel": 28, "description": "score_9, score_8_up, pretty 18yo girl, cute, no horns, no animal features, narrow waist, linea alba, skindentation, fit body, large teardrop breasts, perfect smooth skin, round full breast, soft boobs, soft breast, large natural breasts, tiny nipples, light coloured areola nipple, pierced nipples,
", "trainedWords": [], "stats": {"downloadCount": 172, "ratingCount": 0, "rating": 0, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 356539, "sizeKB": 223102.93359375, "name": "charlie_morningstar-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T18:16:33.109Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "39E813CE", "AutoV2": "DA17A7A3CA", "SHA256": "DA17A7A3CAC4B5A190B769BF52DBBE03D39C30724AB6FC44E8DEA044C1AC4BAF", "CRC32": "7A76F237", "BLAKE3": "6C05B2FB5C02680430F04D748B9A8A32CA110B1971EBCB84DDFF903ED7E0F5AD", "AutoV3": "4D44AE261457"}, "downloadUrl": "https://civitai.com/api/download/models/435043", "primary": true}, {"id": 356226, "sizeKB": 23388.3017578125, "name": "435043_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T14:31:51.260Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3DBDCDEC", "AutoV2": "C08CB14F94", "SHA256": "C08CB14F94AD506E875642BFDCEC8D4452A22CFE1C9EF49261D7E5F93222F130", "CRC32": "72B7E3B9", "BLAKE3": "6F503E15F3636C893D4DDCB18A3461ABAB18EF165F755067C0D23F096BAC58F5"}, "downloadUrl": "https://civitai.com/api/download/models/435043?type=Training%20Data"}], "images": [{"id": 9447495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24712ee4-d72c-4653-ae7f-5f875de3e659/width=450/9447495.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UBNt,;%2X,xV.ln%oztQ%gRka0i_=fkCoKjG", "type": "image"}, {"id": 9447594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f6672d4-68a0-4054-b169-c733aff46f4b/width=450/9447594.jpeg", "nsfwLevel": 4, "width": 450, "height": 800, "hash": "UOK0Z.IV%f?H%LVrIq-o%M9FM|W;~WR%%2bv", "type": "image"}, {"id": 9447621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40cc2d5f-d430-4b45-9da3-258174498a79/width=450/9447621.jpeg", "nsfwLevel": 4, "width": 450, "height": 253, "hash": "UCJP[FD%OR0gM^t6~W4o57%0IV=|=xRjELS~", "type": "image"}, {"id": 9447626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/479f221b-f6ae-4b1b-833a-b7756a13a843/width=450/9447626.jpeg", "nsfwLevel": 8, "width": 450, "height": 800, "hash": "UGGaRg~B0L%LSw%1xas:0yNG-Vae9aE2NakB", "type": "image"}, {"id": 9447640, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0cd19c3-c23e-4c07-86bf-d24db7323306/width=450/9447640.jpeg", "nsfwLevel": 4, "width": 450, "height": 450, "hash": "U6JG=*5F00kD00,m03^%0h^+Dj02%g9H}@$k", "type": "image"}, {"id": 9447671, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82e50924-23ca-4d50-ab78-e24ef6865ada/width=450/9447671.jpeg", "nsfwLevel": 4, "width": 450, "height": 800, "hash": "UEI:nE}t01-oRPs:Q.%2PUx[XmXS9FR*ELE1", "type": "image"}, {"id": 9447730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1c82fc7-99a8-4b8a-83f4-e4e098bfc200/width=450/9447730.jpeg", "nsfwLevel": 4, "width": 450, "height": 800, "hash": "UGKJ77#R1H4U?[-o-VI:KMx[t7bb-Usm#mw{", "type": "image"}, {"id": 9447753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea6f6b34-023d-4325-bed7-67e33ff01d23/width=450/9447753.jpeg", "nsfwLevel": 4, "width": 450, "height": 800, "hash": "UEJPV:MK0L01~VIVaiD*R%NapIR*_2ayD*so", "type": "image"}, {"id": 9447754, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60fd8878-cb9a-431d-b12d-09f8781262ef/width=450/9447754.jpeg", "nsfwLevel": 16, "width": 450, "height": 252, "hash": "UQHwiabvxt~VIU-AxuX7bv-o=|NHjGof%2kD", "type": "image"}, {"id": 9447756, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd9ae2c7-1b9a-4a23-b23a-008d36241236/width=450/9447756.jpeg", "nsfwLevel": 8, "width": 450, "height": 562, "hash": "UBHK8{E20f~VbW^%~VIp0z%f=xE2V]M{s:={", "type": "image"}, {"id": 9447757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5da5665-ec0e-4ce4-a531-45c7b3ac3ca4/width=450/9447757.jpeg", "nsfwLevel": 8, "width": 450, "height": 675, "hash": "UIHwu$0MVUxv~U9atP-UVqI;?bE2-VxZ-Uw[", "type": "image"}, {"id": 9447758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9c677ad-615f-41a4-986f-565834dae6ec/width=450/9447758.jpeg", "nsfwLevel": 8, "width": 450, "height": 675, "hash": "UDHnW@N$0JRo02~80hotv_57-nM{x]bwaftR", "type": "image"}, {"id": 9447770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfd7c581-661e-4350-bbaa-246ec255ac1c/width=450/9447770.jpeg", "nsfwLevel": 16, "width": 450, "height": 675, "hash": "U7H1JP00In^6_2~BE1E1559uIq%L02v~E2kq", "type": "image"}, {"id": 9447773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a67a873-a937-456f-be84-663dfcc63d48/width=450/9447773.jpeg", "nsfwLevel": 8, "width": 450, "height": 675, "hash": "UOHKnRslEzj]~UoeWBjug3Wqe.t6-;RkD*xt", "type": "image"}, {"id": 9447777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e67fa7a-a897-4452-b189-d7d277ec18a1/width=450/9447777.jpeg", "nsfwLevel": 4, "width": 450, "height": 675, "hash": "UUI}060KJ.RP~V9FbwV@IotR%2RkIUaeNGt7", "type": "image"}, {"id": 9447778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bc9a6d0-cdad-4b8a-b28a-592b5b307404/width=450/9447778.jpeg", "nsfwLevel": 4, "width": 450, "height": 675, "hash": "UIK,BP0e01.7KK~BJUM{0|-VOrs;Mx%gwfNH", "type": "image"}, {"id": 9447780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9bc7abf1-0a8a-47e7-84ad-a68c86a0cebf/width=450/9447780.jpeg", "nsfwLevel": 8, "width": 450, "height": 675, "hash": "U7F}TY009[9t2nVE.S9FM{0J}[9GM|9Z-psp", "type": "image"}, {"id": 9447781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/570de6c4-f752-4dbb-961a-bfc180a3251d/width=450/9447781.jpeg", "nsfwLevel": 8, "width": 450, "height": 675, "hash": "UCK0+-0LAVEMDh-:NH4:109u~C4:4.IUNHog", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/435043", "modelId": 389919} \ No newline at end of file diff --git a/datasets/metadata/435060.json b/datasets/metadata/435060.json new file mode 100644 index 0000000000000000000000000000000000000000..db50641a6d3bd507a629e02453febffd83a2f677 --- /dev/null +++ b/datasets/metadata/435060.json @@ -0,0 +1 @@ +{"id": 435060, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-08T06:39:43.699Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 324, "ratingCount": 0, "rating": 0, "thumbsUpCount": 73, "thumbsDownCount": 0}, "files": [{"id": 355674, "sizeKB": 22260.41796875, "name": "Mizuho_Kazami_PleaseTeacher-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T06:30:53.531Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "004E36AF", "AutoV2": "63911A94E0", "SHA256": "63911A94E06EFA6BA2E26A79F7699AD6B2AF716C2DC634AAD4822CEA916CA7EF", "CRC32": "CC8069AD", "BLAKE3": "F1B5DD49F94AD29A5E66EADE4E80FF01B6B6872EE159B22684569B6E1896C87F", "AutoV3": "EB80F9F600FD"}, "downloadUrl": "https://civitai.com/api/download/models/435060", "primary": true}, {"id": 355675, "sizeKB": 66425.0458984375, "name": "Mizuho_Kazami_PleaseTeacher.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T06:30:58.486Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D50DB8F7", "AutoV2": "98A8EA354B", "SHA256": "98A8EA354B49AEE53F2C6B82C6460F69FF1671D7809FCE36EBB2571FFAE76318", "CRC32": "8D5B37DC", "BLAKE3": "E87E721EA266C17E9B80FC67794765B16E95F0F09983A4AB68DDC5C210F15541"}, "downloadUrl": "https://civitai.com/api/download/models/435060?type=Training%20Data"}], "images": [{"id": 9411954, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4b2d46b-d44c-492f-a457-46b96418d27c/width=450/9411954.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UrP6dVkC_Nxus;WCtRt7xuj[a{aeafoetQWB", "type": "image"}, {"id": 9411953, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be7bbd06-1ec1-4f37-898d-fcb383932824/width=450/9411953.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UrP6dVkC_Nxus;WVtRt7xuj[a{aeafoetQWB", "type": "image"}, {"id": 9412069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90750ed2-6f3c-49ca-af93-f08b230a3fa0/width=450/9412069.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHL:.jV@00%L00%29[%g0fIVv~IU~pxus,X7", "type": "image"}, {"id": 9412372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93c476b3-5fa6-45ae-b63f-ab608ac90565/width=450/9412372.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USJjY,IW0e-pIERkI-oe0LIo%KE1~Wk8kRs:", "type": "image"}, {"id": 9412859, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60d12307-5402-45c7-a07b-e70e747f6c58/width=450/9412859.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UGN+km5R0zOF0gE1o}M{-Vt7_M-V9tIBNts,", "type": "image"}, {"id": 9412885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ec21903-7905-4531-84b9-06e6232c3a41/width=450/9412885.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEM?GD?b0$%M0LI:4.n$01RQx[i_~qn,%LkW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/435060", "modelId": 389936} \ No newline at end of file diff --git a/datasets/metadata/435095.json b/datasets/metadata/435095.json new file mode 100644 index 0000000000000000000000000000000000000000..517e5cedcd55a9bb04945772342a76fdd628b70d --- /dev/null +++ b/datasets/metadata/435095.json @@ -0,0 +1 @@ +{"id": 435095, "index": 0, "name": "Titjob Heaven", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-16T09:09:43.000Z", "availability": "Public", "nsfwLevel": 28, "description": "This is a new LoRa trained on Pyro's NSFW SDXL base model. It is strongly recommended to use this base model when generating images.
", "trainedWords": [], "stats": {"downloadCount": 832, "ratingCount": 0, "rating": 0, "thumbsUpCount": 87, "thumbsDownCount": 1}, "files": [{"id": 369786, "sizeKB": 223098.97265625, "name": "Titjob_Heaven.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-16T10:00:53.613Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DC2D95E3", "AutoV2": "037BE9F110", "SHA256": "037BE9F110778ACAC91E2EED095AE2CAB333F5085EF68353F7673D746871A860", "CRC32": "7BE6EE7F", "BLAKE3": "36B2606D04614B6AF23E0A0BDB5EEAA933D404111968240322A1399271887939", "AutoV3": "52668AF564DF"}, "downloadUrl": "https://civitai.com/api/download/models/435095", "primary": true}, {"id": 369814, "sizeKB": 308122.2666015625, "name": "Titjob_Heaven [training data].zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-16T10:21:05.804Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "631AAD4E", "AutoV2": "78D5AFE3C5", "SHA256": "78D5AFE3C5B850E60F609669A43E422D6A47B0CF471D1C509126290C88E4726C", "CRC32": "20B97DEA", "BLAKE3": "4C2991E2A8C6D3EC12113A21B17250C4E07DF61A8D6F3B43E6AD5C7002AF991A"}, "downloadUrl": "https://civitai.com/api/download/models/435095?type=Training%20Data"}], "images": [{"id": 10003264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e6e4bd3-5a80-48a8-9d0f-c41b28d3eeec/width=450/10003264.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "USK,vx_N.8xut,-=o}-pI[IVxa%2t7smjEjZ", "type": "image"}, {"id": 10003253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9a68f54-9349-44f2-875d-392c64722306/width=450/10003253.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDKv:80O56$%,8E4WAjZ~U?H-:Rj9aRjRjt7", "type": "image"}, {"id": 10003244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41e4bd0d-070b-431d-9e76-dd359e18e4dc/width=450/10003244.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFLy_,LMkqo~J;*0?HniS%-:smV@~qtRIUD%", "type": "image"}, {"id": 10003242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef446903-26f3-464a-a2c5-fe26ff14e05e/width=450/10003242.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UKLg99PU57xvyXaJMdbv*0?ue--pEMV@E1%2", "type": "image"}, {"id": 10003243, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52b49810-3c9e-4620-a825-4800f1f9fdb1/width=450/10003243.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7INgV01I=0100I=wb={00-o?b~o%1NGVr$z", "type": "image"}, {"id": 10003241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c41ac4be-4b85-4cdb-b42f-5f547e596d01/width=450/10003241.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCK,pe:#*000PUE0%hM{%g57IUxakqVXxaW=", "type": "image"}, {"id": 10003246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4319ad52-676e-4794-9772-4bdfd8505118/width=450/10003246.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCK,T:?bTy00P;%#tR9Z13IA%1Z~McRPD$bI", "type": "image"}, {"id": 10003245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e687b5d-fec9-4d0f-b556-b82bb35a03f9/width=450/10003245.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UKM6*W?^.STe9]M_rq%2E1IAniaKj?oLWAWW", "type": "image"}, {"id": 10003247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fcc5af4-9761-4cf5-bdd8-9e095c3105ce/width=450/10003247.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFOe;d=Em*~qyD$zH?%gJ;s-DiX8_3RiD$-;", "type": "image"}, {"id": 10003255, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfef2127-d6a5-458c-94c4-a0864e70ef09/width=450/10003255.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UOLfjv}?WUwHOZ$gV@WCozM{oINb-pRjWCt7", "type": "image"}, {"id": 10003251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd3ecd38-0acf-46ee-a57b-78b203ab25ba/width=450/10003251.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJLM#AEe4.uPYQE1D$?v.8V@nixa?boJRjg3", "type": "image"}, {"id": 10003254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac74c48a-3dd4-4654-9650-e3b9eb9eb799/width=450/10003254.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U9L{^^}[Dh:O3sad8_8_L2.8o#0f_2xuo}xE", "type": "image"}, {"id": 10003252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0875add-df1d-44cc-86b8-6fc476bf07d7/width=450/10003252.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UNNvSru5.m-;R*9ZM{i^E1M|adxG%gs.tls:", "type": "image"}, {"id": 10003261, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69a8c570-b699-4180-8b7e-bf6dcd31e2cb/width=450/10003261.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJM?oCz:%#RQ?^%1M{o~tmDis.o~-pXTyDt7", "type": "image"}, {"id": 10003258, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32cbec60-fc08-404c-b996-f83f25bbc406/width=450/10003258.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UKKJ[Ktl9u_N1iogR+%N%NxZrqt7s:IVM{t7", "type": "image"}, {"id": 10003265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/061711e3-cde5-4224-add2-74f6a0372c31/width=450/10003265.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGK^Nl+s_NvK0h%Mr=RP-pM_RPJB?GIAtRx]", "type": "image"}, {"id": 10003259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6b8ca29-3082-46ac-877a-3fa52200a1dd/width=450/10003259.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDK^Z^cuyX.TTJ0eZ~-p0Kn$t6xZ~W-;-;-p", "type": "image"}, {"id": 10003260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7422ed0e-b041-412e-b4b9-3a9740ff15e6/width=450/10003260.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UQM%TGL}~q8^x^jExZE1kDRjoKoz-;M{RPoz", "type": "image"}, {"id": 10003262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ba0f8e5-e691-4de8-9887-eb4c791daebf/width=450/10003262.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJO3Rkp{o~_NyEoz$#?bNFadV@E1%Mx]M{D$", "type": "image"}, {"id": 10003263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a02b0664-fb67-4ff0-808d-ba15561ca144/width=450/10003263.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UYL:}.?v_N%N?vt8%MV@WYs.%LMxs:o0WBM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/435095", "modelId": 389966} \ No newline at end of file diff --git a/datasets/metadata/435169.json b/datasets/metadata/435169.json new file mode 100644 index 0000000000000000000000000000000000000000..7079a7415afe450c2eeb7ecab4c8d10ae7781f56 --- /dev/null +++ b/datasets/metadata/435169.json @@ -0,0 +1 @@ +{"id": 435169, "index": 0, "name": "Kiryu Coco (Hololive)", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-10T18:40:44.509Z", "availability": "Public", "nsfwLevel": 23, "description": "I have the trigger words separated so that if your creating a portrait image there doesn't need to be dragon_tail included and so on and if your creating images with multiple girls you can probably remove that 1girl if your using 2girls instead the main trigger is Kiryu_Coco
", "trainedWords": ["Kiryu_Coco,1girl,dragon_girl", "long_orange_hair", "red_eyes", "purple_eyes", "dragon_horns", "dragon_tail"], "stats": {"downloadCount": 209, "ratingCount": 0, "rating": 0, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 360022, "sizeKB": 445799.58984375, "name": "Kiryu_Coco_Hololive.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-10T17:46:39.177Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7EAD399E", "AutoV2": "4121EAE823", "SHA256": "4121EAE82309230AF0FA04142B24C3115F481DD823FD21F491B36E0E64073CE4", "CRC32": "DE6013CF", "BLAKE3": "AA48AE981E1F6EB4E5FD1B14190AB1A9DD759D0D4F0341B9D341E9B0B9169620", "AutoV3": "BC23E3BFB233"}, "downloadUrl": "https://civitai.com/api/download/models/435169", "primary": true}, {"id": 355811, "sizeKB": 62710.6337890625, "name": "435169_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T08:31:26.331Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0A0D8EE8", "AutoV2": "2EF548081F", "SHA256": "2EF548081FFB0463E670A503571DD6AF9F5A1DE7A017D161C983D72DC5CE8DF0", "CRC32": "64293059", "BLAKE3": "90C6478BB81ADF545867A5C92DDBF3F38D9D76F6B4A81F8DF7770F8AF2960793"}, "downloadUrl": "https://civitai.com/api/download/models/435169?type=Training%20Data"}], "images": [{"id": 9597643, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/619230b6-d04c-4d72-bc80-b50908a6915f/width=450/9597643.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGIqs7%4Gw5FD?NO-jI_b~B@O=JYsEIcvyIu", "type": "image"}, {"id": 9597658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fd48ba0-b73a-4be0-8c89-9cfb520cb331/width=450/9597658.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UXNJLJV@u4%M?^Wo?HxaIUa|NdsnxuaybIR*", "type": "image"}, {"id": 9597674, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83aa253e-660c-4ff8-8d21-ee4e7bfc2cb1/width=450/9597674.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UgOV}u~ppJn$ozt6ogae%gRjofM|adxuRjf6", "type": "image"}, {"id": 9597718, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdf87671-836e-4c9e-9d97-7a82a65525b8/width=450/9597718.jpeg", "nsfwLevel": 4, "width": 896, "height": 1096, "hash": "UFK9_Z9G00X84.%1F3Ip0zkW-VIV~Vn$9ao#", "type": "image"}, {"id": 9597719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24a40aa4-c113-4445-b3e8-59bb840552f9/width=450/9597719.jpeg", "nsfwLevel": 4, "width": 896, "height": 1096, "hash": "UHMZRF?FP;O@kRaLyXI=Y4tRt+s.-;RP9Gxu", "type": "image"}, {"id": 9597720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6b5adaa-ec23-4bce-9b28-dffbaa7cb02d/width=450/9597720.jpeg", "nsfwLevel": 4, "width": 896, "height": 1096, "hash": "UrOybRx[_N%g?GnObHOE.7MxNws:ShaxWBt7", "type": "image"}, {"id": 9597758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9fe7dbdc-1340-495c-bd1e-2faa228085c1/width=450/9597758.jpeg", "nsfwLevel": 4, "width": 896, "height": 1096, "hash": "UTO.?unhysxv%zjFpIkXS5jZbHW=g3kCVsV[", "type": "image"}, {"id": 9597838, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb25347a-29ef-49c3-8ee6-b0fb6c27b99b/width=450/9597838.jpeg", "nsfwLevel": 16, "width": 896, "height": 1096, "hash": "UbPrRVt7yswKyDX8OYjut,WBVsV@%haKslWB", "type": "image"}, {"id": 9597876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e11558ae-5021-4ded-b1fa-fd38f73f8967/width=450/9597876.jpeg", "nsfwLevel": 16, "width": 896, "height": 1096, "hash": "UQOoVF4Tp{tS%gVr?vo}NcoeM{bw-:xtxGtR", "type": "image"}, {"id": 9597875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1755fa4e-fdfd-4641-a38a-3ae7cd3791ae/width=450/9597875.jpeg", "nsfwLevel": 16, "width": 896, "height": 1096, "hash": "UdPOl3nh*JsD%MkVT0R+o}RjWCf*.8ae%2V@", "type": "image"}, {"id": 9597874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ac56cf9-8a27-47c1-9c7c-9e33585bc920/width=450/9597874.jpeg", "nsfwLevel": 2, "width": 896, "height": 1096, "hash": "UKOx:t.7UHnm~ARilAS4OZ%fOs%Mxt%M%gt7", "type": "image"}, {"id": 9597877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7c738d2-b570-4afb-b46b-a53927b2c6fa/width=450/9597877.jpeg", "nsfwLevel": 16, "width": 896, "height": 1096, "hash": "UBMrMc?a03}]009u0hIB2bVt-;o}13=|;Lt6", "type": "image"}, {"id": 9607010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b070859e-0415-49a7-9c95-4492ea35dcef/width=450/9607010.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UVOykmxu*JVs%gbHt8oetmoft7ofxtj]MxWB", "type": "image"}, {"id": 9607169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20def272-c0b8-4cf8-adc4-309663a0f701/width=450/9607169.jpeg", "nsfwLevel": 2, "width": 1424, "height": 1424, "hash": "UYO:Lsof?^%M-:j]bwROpIo}xun%tRR*i_of", "type": "image"}, {"id": 9607670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fece0e13-5767-479d-8dfa-f40db231cdc6/width=450/9607670.jpeg", "nsfwLevel": 4, "width": 864, "height": 1024, "hash": "URP~Wg%guPr@%NyE?^wIM|X8IUae?uMxRPi_", "type": "image"}, {"id": 9607701, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8bc27eb-917f-43f9-8557-a2fd379501b3/width=450/9607701.jpeg", "nsfwLevel": 2, "width": 864, "height": 1024, "hash": "UUPYr5s,c[t8-VWA.SWXD*ofIobH?bt8Rjof", "type": "image"}, {"id": 9607863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07ede977-d072-4817-916c-ce1b0fb2967d/width=450/9607863.jpeg", "nsfwLevel": 4, "width": 864, "height": 1024, "hash": "UKKdPs.T23gj5F-5kX9|0jemIpVsZhtRi^%M", "type": "image"}, {"id": 9608157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a26c4b58-ec39-4b2b-9d75-f6964744ccff/width=450/9608157.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "ULO.~[4TPptl*0x]k=oMuNyCwIxu-VMyWCaz", "type": "image"}, {"id": 9608529, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/382bd7ef-532c-4346-affa-a2600df1c199/width=450/9608529.jpeg", "nsfwLevel": 2, "width": 1424, "height": 1424, "hash": "UJLpzI,.~p-?tot6%1tmRq9ux[IUnmV@#QM{", "type": "image"}, {"id": 9608574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d917aeb3-f46f-48ce-b5c5-77f6ef6d54f5/width=450/9608574.jpeg", "nsfwLevel": 4, "width": 1424, "height": 1424, "hash": "UDIqDj~B000100-:X99Z0gOFVYaK~BRQ_3%2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/435169", "modelId": 390031} \ No newline at end of file diff --git a/datasets/metadata/435273.json b/datasets/metadata/435273.json new file mode 100644 index 0000000000000000000000000000000000000000..85e890d5a7fc7ed17f8599dc914f4076f70ecc11 --- /dev/null +++ b/datasets/metadata/435273.json @@ -0,0 +1 @@ +{"id": 435273, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-08T10:00:41.198Z", "availability": "Public", "nsfwLevel": 7, "description": "Trained on PonyDiffusionV6.
Yup.
Use
lith_agfabrovira_BEH111 + Prompt
", "trainedWords": [], "stats": {"downloadCount": 159, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 356169, "sizeKB": 223099.01953125, "name": "lith_agfabrovira_BEH111.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T13:45:46.361Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DDFF81C0", "AutoV2": "DCAD7B6458", "SHA256": "DCAD7B6458F81BA6743B393DB7A1E80815071D3A19C6D734426AB966E09520FD", "CRC32": "E2AE4BCE", "BLAKE3": "85AEDAECC672993094D81966CB5CAC1E5D06E29F0508CD040D4304B40A18089D", "AutoV3": "EB0FCC8F1693"}, "downloadUrl": "https://civitai.com/api/download/models/435458", "primary": true}, {"id": 356047, "sizeKB": 4206.953125, "name": "435458_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T12:25:44.662Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C78A996A", "AutoV2": "8B6EC1989C", "SHA256": "8B6EC1989C3CCEFE3EA8346BE41BD45492BE317EB9537900FE4E31061BCC2A80", "CRC32": "5CAF278C", "BLAKE3": "BD5F1EB6B6894765C661DE39079772A88A2580B438E51DEE2C950C3A84140EB6"}, "downloadUrl": "https://civitai.com/api/download/models/435458?type=Training%20Data"}], "images": [{"id": 9433297, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9bf544bb-545b-44c6-805b-85c26b5758d3/width=450/9433297.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "USFFHRofE1of~pWVRjofe=afxtofRjayt7of", "type": "image"}, {"id": 9434510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59a2521e-560a-4469-88ce-61d1c6057e27/width=450/9434510.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "URNAFt4o9Gof_NofM{WBxZ-;t7aexuWBoft6", "type": "image"}, {"id": 9433254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd859f52-c72b-4400-8ae6-068356d04abd/width=450/9433254.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UsKKZXoMMyae~oRkWBjZbHayxaayRkofbHay", "type": "image"}, {"id": 9434509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8835bcc-7aef-4764-a79c-c9c28dbc6ff6/width=450/9434509.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UNN0k+00IVV[.TM|RjWCIU%M%Ljt-;xtt6of", "type": "image"}, {"id": 9433521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1de2d69-4e12-4198-9411-3b72cdcd0566/width=450/9433521.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "USLqC29GIU~p-:%29GE1E2xtRkM{RjM|R*t7", "type": "image"}, {"id": 9433539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ac75bbd-533c-48c5-ab0c-441bc67cc30b/width=450/9433539.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "URK^$wIV_2M{~VxtRkWV00IUoft7WBM|t7xa", "type": "image"}, {"id": 9433538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3465709-2235-4feb-8fd8-2d19cac2cf42/width=450/9433538.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UVJkP@4o9GRk~pM{IVae9Gt7t7Rj-:ofRkM|", "type": "image"}, {"id": 9434330, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ecf19c1b-cde7-42c7-9b38-7f63042b6fa1/width=450/9434330.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UaKT}J~q%M-pE3xuxukC00M{t6ofRjRkWBt7", "type": "image"}, {"id": 9434333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d54b322d-5da6-43cf-b4d6-c64409bbc34a/width=450/9434333.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UUNJ%cIU9GRj_NRnRjRks,-:oft7xut6xukC", "type": "image"}, {"id": 9434331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b35864cb-e01e-4427-86d2-a188f6963a72/width=450/9434331.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKMjXB00Ipf5.TM|RkRk4UtRxtoeoMV@oJoe", "type": "image"}, {"id": 9434334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/612c79f8-3d00-494a-adf5-a1e75cea8457/width=450/9434334.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBLq2%00%h~p1500-:xv00D%t6M{_4%1t6Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/435458", "modelId": 390283} \ No newline at end of file diff --git a/datasets/metadata/435464.json b/datasets/metadata/435464.json new file mode 100644 index 0000000000000000000000000000000000000000..ef6b353ebba093dbf72126bc0640645fe79dd1f7 --- /dev/null +++ b/datasets/metadata/435464.json @@ -0,0 +1 @@ +{"id": 435464, "index": 0, "name": "SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-08T17:20:09.251Z", "availability": "Public", "nsfwLevel": 1, "description": "Use
lith_agfabrovira_BH21 + Prompt
", "trainedWords": [], "stats": {"downloadCount": 121, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 356458, "sizeKB": 223099.01953125, "name": "lith_agfabrovira_BH21.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T17:21:24.881Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "80091280", "AutoV2": "A222562719", "SHA256": "A2225627196F6192A721EEC295A75345D6858EDDCAE39ED38159037C47866FBA", "CRC32": "25CA3022", "BLAKE3": "A1AB29509B7E964C3AC42C2A82A0DF22C4D961A6A3E9195160B52909D30AE843", "AutoV3": "09CCF6E8811E"}, "downloadUrl": "https://civitai.com/api/download/models/435464", "primary": true}, {"id": 356055, "sizeKB": 2274.4501953125, "name": "435464_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T12:25:44.153Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A94A8C44", "AutoV2": "7D61B32A00", "SHA256": "7D61B32A00E70212B9F24D2F151C28885406F688936B2D4366CCF4DCEA2D0993", "CRC32": "BF82FC9F", "BLAKE3": "BC68BC55395150ABBCB37C3D11F10E3F965B5C47BDECBAB5785A45BDE97C9CF6"}, "downloadUrl": "https://civitai.com/api/download/models/435464?type=Training%20Data"}], "images": [{"id": 9444965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d57c5d7b-0486-455f-80a5-3eb6d9fc756a/width=450/9444965.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "USMGO[~VNH-ptR-:NGs:xZRjM{WV?aIVWBt7", "type": "image"}, {"id": 9444966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93466cdf-84a0-4b7b-97fe-b5c0c9a8ce7d/width=450/9444966.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UUMsZbt6NHt6~WR*t6fQoeafNGWVxaoet6fR", "type": "image"}, {"id": 9445282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d71ff5e0-5e57-419d-87e7-3428dce78704/width=450/9445282.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UdKd6w~Vx]%2M|%2bHj[?GNGRjayRkofj[of", "type": "image"}, {"id": 9445281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b66e46b-530c-48e7-81d1-851cc2315779/width=450/9445281.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "USLf~+~V?aNG9a%2-pbHRjxtM|xt%Mt7RkRk", "type": "image"}, {"id": 9445284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcc7a8c3-24dd-42b1-b548-3803e033361e/width=450/9445284.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "USN0Cx~WE2%Lbw-pM|t7s:M|Rjof?aIpt6of", "type": "image"}, {"id": 9445316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87f6dcf8-ab14-4ae7-afe0-7bf1ec3e76b6/width=450/9445316.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UnKTlAxtR*%1~Vofs:WBxaIoRkR*R*WBofof", "type": "image"}, {"id": 9445314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ac83482-1eb2-42fc-8e4a-2ee7ff8ffe75/width=450/9445314.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UiJ%%p-pR*xa~VxtoLof%2IoRkj[s:M|t6oe", "type": "image"}, {"id": 9445315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8a64c6f-1065-49e3-b23f-cff5f021ccee/width=450/9445315.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "USI;V99aM|ae~WD*xaof^*%LIoNGxuxtRkoe", "type": "image"}, {"id": 9445659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48a6e99b-cfb9-48f6-bc88-2c5c72c3438b/width=450/9445659.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U7LfjkM{_34:00Dj~UE2?u.7-9^*4o9Zt6?G", "type": "image"}, {"id": 9446093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9517006d-0d3b-4b4c-adf0-455aad0f7651/width=450/9446093.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMIXa80100~p~pIoRPt7xut6WBRjofWBayt6", "type": "image"}, {"id": 9446092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2720d2b-99c0-4dd9-ba42-65f07e2f4129/width=450/9446092.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOI#7CWB00xa~WRkM{WBofays:WBxaWBWBay", "type": "image"}, {"id": 9446542, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f75f1b8-b3ea-4001-aa14-0372b591ce34/width=450/9446542.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKL3#^4ot7s:~URjRkfQ01bbNGWC?GWBofWB", "type": "image"}, {"id": 9446541, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66c28a73-8903-41ea-91db-e83c0838187f/width=450/9446541.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCJ%qF~V9asT4nRjRjs:?bxtWVay00IVkCWX", "type": "image"}, {"id": 9446540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd583e74-78b0-4039-938a-b028dfc7a979/width=450/9446540.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UALf?c~V?H?G4UjF4:Rkx]xaELIo01of%1t6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/435464", "modelId": 390288} \ No newline at end of file diff --git a/datasets/metadata/435597.json b/datasets/metadata/435597.json new file mode 100644 index 0000000000000000000000000000000000000000..87de926c13cc3662c0f9a5a0e82e96ac0af28a1e --- /dev/null +++ b/datasets/metadata/435597.json @@ -0,0 +1 @@ +{"id": 435597, "index": 0, "name": "Lunaipedro V2.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-08T15:34:13.628Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 183, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 356192, "sizeKB": 153430.53515625, "name": "435597_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T14:05:54.674Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F19870B7", "AutoV2": "BFC0CE3210", "SHA256": "BFC0CE3210711AF62E95A7010732D5DCC3911E9C3D2DF4F652DE07A6F633317E", "CRC32": "491F27AF", "BLAKE3": "8B7CB62757F38C00CD549459E20BDB93A4E52B0DEEA80BF583AF396EF2173A91"}, "downloadUrl": "https://civitai.com/api/download/models/435597?type=Training%20Data"}, {"id": 356312, "sizeKB": 36979.5703125, "name": "Lunaipedro_V2.0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T15:21:25.182Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "64FE2323", "AutoV2": "E82A83CDE8", "SHA256": "E82A83CDE80D7529F134D2E7DE07D5D4D0CFE98CA4FF3A7E671B7D288C0BE438", "CRC32": "B947D8F2", "BLAKE3": "43DDAD9CF325DBD03DABDE51537259B2F06994F4871E296F726FBFA9B3204806", "AutoV3": "D6E23E74CE6A"}, "downloadUrl": "https://civitai.com/api/download/models/435597", "primary": true}], "images": [{"id": 9438888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/847b0d3f-79c9-480e-8a32-77cb45523b31/width=450/9438888.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UIHU2u4:0N}?56-pM{bcxuoK%2E2ELNH-Uxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/435597", "modelId": 390410} \ No newline at end of file diff --git a/datasets/metadata/435794.json b/datasets/metadata/435794.json new file mode 100644 index 0000000000000000000000000000000000000000..ad0666c237c71fca6331ea7d201242dc78991832 --- /dev/null +++ b/datasets/metadata/435794.json @@ -0,0 +1 @@ +{"id": 435794, "index": 0, "name": "Oblivion lcm structure Craft a high-resolution", "baseModel": "SDXL 1.0 LCM", "baseModelType": null, "publishedAt": "2024-04-08T17:41:08.306Z", "availability": "Public", "nsfwLevel": 1, "description": "Create diverse images by using geometric shapes and bold colors to craft pop art faces, optical illusion faces, abstract art, surrealism, and minimalism.2d.3d.4k.8k
", "trainedWords": [], "stats": {"downloadCount": 213, "ratingCount": 0, "rating": 0, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 356491, "sizeKB": 36977.9296875, "name": "Oblivion_lcm_structure_Craft_a_high-resolution.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T17:41:18.795Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F896D72E", "AutoV2": "9CE78B95E5", "SHA256": "9CE78B95E5D556CAE23D90EEF00E593A28318AAF9BA40F43943F8E6CAEA591D0", "CRC32": "FA4135C8", "BLAKE3": "575268502DAC1972838E506B8A7E188E2112EC0249FE3A19B0B7B524B3E3AED4", "AutoV3": "776FF6B5787A"}, "downloadUrl": "https://civitai.com/api/download/models/435794", "primary": true}, {"id": 356393, "sizeKB": 1111082.713867188, "name": "435794_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T16:32:05.304Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8FF96FA6", "AutoV2": "DC55B7C9A6", "SHA256": "DC55B7C9A695A7D3F74B681C55F8F12015E220E5F1A8094AEBB8127C65F99571", "CRC32": "FA27707D", "BLAKE3": "D890E49648480C5B4D5B5E24302247A6D99E010709ABE56B60145477F33E598E"}, "downloadUrl": "https://civitai.com/api/download/models/435794?type=Training%20Data"}], "images": [{"id": 9445587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad2966ba-d686-4264-be00-11564622914d/width=450/9445587.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8DS:s0000-;~qRjIUay00t7~qRjt7fQM{of", "type": "image"}, {"id": 9445586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1dcfddca-b43c-478e-a603-67a0b680046b/width=450/9445586.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UAD,4YRj00WB~qfQ9Fj[00j[-;j[D%ofayWB", "type": "image"}, {"id": 9445588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cbab9eb-2457-4d10-ba4d-1533818bf291/width=450/9445588.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7CZbE4n00-;~qRj9Fj[9Fof-;M{D%of%MWB", "type": "image"}, {"id": 9445617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84bdffde-892b-469a-acc2-6a8875d2df40/width=450/9445617.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKBM[E4.4n~V%gM{IU?bX9V@oJxv-=V@M{oz", "type": "image"}, {"id": 9446769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af3786c5-018b-423b-a9fc-4e8e6c1dde33/width=450/9446769.jpeg", "nsfwLevel": 1, "width": 2048, "height": 1024, "hash": "UDE3G0jF01NI0kxZRiIqzAofM{NH_NflNHr=", "type": "image"}, {"id": 9450735, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96ec28e6-3890-421c-884d-8ea22aed15a7/width=450/9450735.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6DcRC~qI@9F00MxD%tR%gt7nOn$xujs-;kC", "type": "image"}, {"id": 9450845, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5652eed4-2ccf-4cbe-93a3-e582b9d6b859/width=450/9450845.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U997hUM{00xu~qWB4nof9Et7xuRj00of?bRj", "type": "image"}, {"id": 9450850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b15a209-4ee7-4358-99d4-5ebd029aeb3d/width=450/9450850.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5D,7f?b00M{00of~qs;_3t7%MWB00ay-;t7", "type": "image"}, {"id": 9496586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5cebeaf-55f5-4abe-83fe-dc2f435e3893/width=450/9496586.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "U33ldbI8H;yF%%V?R4o#R4o#ozROadbIj[e-", "type": "image"}, {"id": 9496591, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/937e5fde-b94c-4456-baea-5b1a4f5095c6/width=450/9496591.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "U59Z+e002^}WLNrCO@rW0}$%[oADg4ninOOs", "type": "image"}, {"id": 9501698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52fe694e-f9ad-4f8a-892f-0078d8174a9c/width=450/9501698.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U49Qs]BW00i_T}%157,nDiS#u5xC?FJWa~Ne", "type": "image"}, {"id": 9578809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50776bc9-7065-488b-a7d9-97ea5a53a973/width=450/9578809.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2064, "hash": "UMCri%s:IVWB}@oeM|WVwIj@R+j[r=j@X8j[", "type": "image"}, {"id": 9680730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b56396a-0a6c-44dd-a0e6-6ac2545de6cb/width=450/9680730.jpeg", "nsfwLevel": 1, "width": 2048, "height": 1024, "hash": "UUG@*@xtD%Ipo~ni4.t8-;R*IAR-~Vs:RPxZ", "type": "image"}, {"id": 9796407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a622f0a8-6066-4519-af3f-4f70e23ad2ad/width=450/9796407.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "U14x*u%g004T8^WA.9a%tlt7IBIWNZa#oMa#", "type": "image"}, {"id": 9812495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b13c733-221b-44ca-82ad-63ab65560743/width=450/9812495.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "U382arJRRPJ,|_Wp,ES21cw{$jWC6%#-1v$i", "type": "image"}, {"id": 9813118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d3ad065-859a-4fbc-85f2-e3472c15a1ec/width=450/9813118.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "U9Aa%e=xR%S1}Z$%wJ$NF_xG,D$OFww{#,kB", "type": "image"}, {"id": 9814891, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1169f306-cb20-4890-aaa3-4cd2daf2712f/width=450/9814891.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDC~u7*_0OS1~9tQDkXROmi_-prp$fbcR%oL", "type": "image"}, {"id": 9816245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2c72f90-9513-465a-8411-1e002c7970e9/width=450/9816245.jpeg", "nsfwLevel": 1, "width": 2064, "height": 2064, "hash": "UAEoPQR:~lx]]_$y-4IXyU%K~TE4]},m$yrX", "type": "image"}, {"id": 9854734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69258161-c508-4f36-a7b3-18dc2afb3c9f/width=450/9854734.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UEDJkd?]is9E.4kRM_X39ZRjNf.7D$ROtSx]", "type": "image"}, {"id": 9859638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/630032fa-e2ce-4cc3-8147-d80eb9119626/width=450/9859638.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "U7AAm]s~01PE{]S4A0r;00S*J7vfGJxatQV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/435794", "modelId": 390597} \ No newline at end of file diff --git a/datasets/metadata/435901.json b/datasets/metadata/435901.json new file mode 100644 index 0000000000000000000000000000000000000000..53d5411bac46d8ddbb5dc75ed2f7343a11b693f8 --- /dev/null +++ b/datasets/metadata/435901.json @@ -0,0 +1 @@ +{"id": 435901, "index": 1, "name": "star city", "baseModel": "SD 2.0", "baseModelType": null, "publishedAt": "2024-04-08T19:37:47.667Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 27, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 356486, "sizeKB": 17185.6416015625, "name": "435901_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T17:37:02.811Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4321363A", "AutoV2": "B3AB57A7BA", "SHA256": "B3AB57A7BA22E02973AFEBA7EFA306E1840323476463849C3F4CC5A44A738430", "CRC32": "C2E5DB52", "BLAKE3": "61804B9A2E35A5560FC8CB0BC4B128F5890B7D6BADD6A5099CBFEB7977A403B4"}, "downloadUrl": "https://civitai.com/api/download/models/435901?type=Training%20Data"}, {"id": 356638, "sizeKB": 36981.015625, "name": "star_city-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T19:30:42.910Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D777A03A", "AutoV2": "1C259C5DB2", "SHA256": "1C259C5DB200FD39ACE45E69E6EF645FA1D630A77902E46FE5AB701081D42196", "CRC32": "9159C0DA", "BLAKE3": "DDCCCD734142D5C8C5D20150C62F636DD1A998BF323AA511F636357DF182D3E9", "AutoV3": "5F1E57B0040D"}, "downloadUrl": "https://civitai.com/api/download/models/435901", "primary": true}], "images": [{"id": 9451758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/358b7a6c-0030-4f13-9839-055b8c73e73c/width=450/9451758.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U66bM#NFm+%N4,sDXSRjH?SxRPoN*Jt7ozbY", "type": "image"}, {"id": 9451756, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/818d168c-d33f-4006-b2e6-c6d1e0a72b17/width=450/9451756.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U47nwTMI-VRj00x]Mdkq00IUW;of~W.8Inn4", "type": "image"}, {"id": 9451757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8777b4e0-6a10-4339-8e71-213145993fd9/width=450/9451757.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOC%dWWCD#V?_4WAWCWBIUWBofayn~jZRjf6", "type": "image"}, {"id": 9451759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bde7dde-36aa-4832-a49e-41dcb3b0352e/width=450/9451759.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U57UYh4nI9T14nxtozsl00xatRoJ~WIos:Io", "type": "image"}, {"id": 9451760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fe8cd8c-6898-44f6-bd0f-a18b53ce734a/width=450/9451760.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UfKUQH%2V@S5.TkCjs%2_3s,t7WBNGM{j[M|", "type": "image"}, {"id": 9451761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9734f9e1-bfda-4cad-9a56-2738539ebe14/width=450/9451761.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UMBp|fRi4Ta%_NxvDiNFnjtRbIRPNFoMogWT", "type": "image"}, {"id": 9451763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71e2627a-84ad-418d-bb60-b9f2a6bc39a0/width=450/9451763.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UeJH:eR*xZRj.TNGayWB?bt7Rkj@t8j]oeof", "type": "image"}, {"id": 9451762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aeea7909-9076-4a21-9a5c-0affdbdd1723/width=450/9451762.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U5EeY{sk005T~WV@14R,0Q$%$]9u5Wt7{bM{", "type": "image"}, {"id": 9451764, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36b25fcd-6468-4d06-ad6c-af5e3c5141c4/width=450/9451764.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U25Yd100D4*0q@t-WAR2D$%1%gS%skkDbuw{", "type": "image"}, {"id": 9451765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e1c5c53-dd6f-4b6d-bbbe-12c553abd11f/width=450/9451765.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UREL+[IV={-;~VRjs.%L%0afM}oyWBWBR.WC", "type": "image"}, {"id": 9451767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03ce46ec-14ac-49e5-85c3-47d60e01ead7/width=450/9451767.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UcE{w*xtaxkD%%NHj[t7D%WBRjRkDhs.RPRj", "type": "image"}, {"id": 9451768, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae724d56-7d7e-4060-af96-9251dc147254/width=450/9451768.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UA7xat9E8w_4%ioIDhoz_4IADi.8s%t8IVoe", "type": "image"}, {"id": 9451769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a5735ff-ccc9-4845-925b-0e77b5e424f1/width=450/9451769.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U79k8EI98_kY4-x[tRad4T%Nt8RP_NM|M{Ri", "type": "image"}, {"id": 9451770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbedc226-d859-4603-b822-76f850a4fa0a/width=450/9451770.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UdH2l|kC4TV[~qR*IUoL-;ayM{j]oejZRkj[", "type": "image"}, {"id": 9451772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4494f4a-c8da-4be0-ad96-37aee1bfc17f/width=450/9451772.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U68Xa@008^?b~qM{8_?cxuoeD$-;V?M{-=Rk", "type": "image"}, {"id": 9451774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85dd5796-4d4e-4f61-8bd2-caff2fca5070/width=450/9451774.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UiLEj5S6%MxayZE2xut7-Ts.MyofIUR*WBa}", "type": "image"}, {"id": 9451773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95118679-cf1f-4758-9fba-6e8988d3a4f6/width=450/9451773.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UZJkv5R*xa%L_NM{WAj??bM{ofWVIoNFV[WC", "type": "image"}, {"id": 9451775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/687ff791-c231-455d-ab60-43e961a3496b/width=450/9451775.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQF?R;x]s:x]lVE2kC%M%gIVofRjM{M_ofM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/435901", "modelId": 390698} \ No newline at end of file diff --git a/datasets/metadata/435931.json b/datasets/metadata/435931.json new file mode 100644 index 0000000000000000000000000000000000000000..cd97caed09acff1c78a5fcde60a90d0919dd974f --- /dev/null +++ b/datasets/metadata/435931.json @@ -0,0 +1 @@ +{"id": 435931, "index": 3, "name": "Ben 10 Ripjaws", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-08T18:52:48.129Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 43, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 356587, "sizeKB": 223099.07421875, "name": "Ben_10_Ripjaws-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T18:56:25.536Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "904E38BC", "AutoV2": "2777350427", "SHA256": "277735042762B20A26C5B2BDB9AF2AFE469F191E551BEDA5723D829C6314CC2D", "CRC32": "426BACA7", "BLAKE3": "6D53499DB20B0E91CB2E635F4FC0232453786F738CCB82C7CEFBE32A8D61E766", "AutoV3": "AE99215C5E54"}, "downloadUrl": "https://civitai.com/api/download/models/435931", "primary": true}, {"id": 356503, "sizeKB": 183.904296875, "name": "435931_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T17:51:08.104Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "CAE3A09660", "SHA256": "CAE3A0966036C035E6FB9090B7D027267C1642D48664671BC9AA2A8CDC621AC6", "CRC32": "D44FA40B", "BLAKE3": "83D3EF20D9974A13389321C67CEDEB8785B0AD0C6A6AC9E5E16EDDD58F2196F3"}, "downloadUrl": "https://civitai.com/api/download/models/435931?type=Training%20Data"}], "images": [{"id": 9449286, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05d65018-7441-476a-ae48-b439c0e8a75b/width=450/9449286.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9HB.FD?D[^,^-xv4oM^00t2?JxtbDoJ-.N2", "type": "image"}, {"id": 9449287, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f372b8a-1c4f-4c1d-97a2-7364a90af855/width=450/9449287.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6G8~N?b02V$4;t0^+D.DqIW%I-.^-t9Ilos", "type": "image"}, {"id": 9449288, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/746381ca-d1d8-4241-a4ca-c3302518bbab/width=450/9449288.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5EyiZ?c0BalxxxlobD@02M_~oxu-:tBRh-,", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/435931", "modelId": 390726} \ No newline at end of file diff --git a/datasets/metadata/436089.json b/datasets/metadata/436089.json new file mode 100644 index 0000000000000000000000000000000000000000..9a5b4d6a94ec5728336b2b8266e9523715f5f158 --- /dev/null +++ b/datasets/metadata/436089.json @@ -0,0 +1 @@ +{"id": 436089, "index": 0, "name": "kittens", "baseModel": "SDXL Distilled", "baseModelType": null, "publishedAt": "2024-04-08T20:50:16.949Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 62, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 356660, "sizeKB": 26709.0087890625, "name": "436089_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T19:50:55.369Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7966CFB6", "AutoV2": "20721ADD95", "SHA256": "20721ADD957ECA820A3E52819A2561E161EE8F53656252C0B8EDEE2A7FE03FB1", "CRC32": "1F1A91F6", "BLAKE3": "EF52557041C2DA7C182B4E8E80559C03FE3DB8961F0123365731279A5F044030"}, "downloadUrl": "https://civitai.com/api/download/models/436089?type=Training%20Data"}, {"id": 356741, "sizeKB": 223101.16796875, "name": "kittens.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T20:46:20.756Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C867834D", "AutoV2": "1332E24045", "SHA256": "1332E2404555A017690F93F724FBCA290B17B938E579D61FB774429F873BB07F", "CRC32": "49A84A44", "BLAKE3": "00E49DCE386EF3F51C203919443AD4EC0CB215B0CD893160EF7416BB2A3216A3", "AutoV3": "53EAFD2BBDD3"}, "downloadUrl": "https://civitai.com/api/download/models/436089", "primary": true}], "images": [{"id": 9455459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0467c23-bb6d-4715-be72-22965974395f/width=450/9455459.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBHeB;~pp_yW?bS}E2%3?]t3E*xu%1tR#lbc", "type": "image"}, {"id": 9455458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da444aea-2be6-445c-9fb8-c1640bb22f70/width=450/9455458.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCF#zK^i?a~BD$W?n#Vs0fM|4:S5x[RjS5oI", "type": "image"}, {"id": 9455460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f88d071-c8e0-473b-9de6-74dc836d7833/width=450/9455460.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBE.h34p0y~VIpNGNIoJRjogxaIUOlVt%0V[", "type": "image"}, {"id": 9455462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af833605-ec4d-4ec0-9bd2-476d5bfa6bef/width=450/9455462.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UQFiPe~BO;E2$0i{xsofNGIVR.xuNYM|M{jF", "type": "image"}, {"id": 9455461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7abf4d3-e99c-49d0-b289-5c082a5e9d4f/width=450/9455461.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAIqy8_2vfNG~qt8MxWE9YIUD%s.bvNHs:kV", "type": "image"}, {"id": 9455463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c63531e-e639-4788-bfaf-38e70e700cf5/width=450/9455463.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEFF1@~VIps.M{IpIoadM_Irt8-:Mwf8t7f%", "type": "image"}, {"id": 9455465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3517b1e6-d4c7-4f10-8ce1-65cc82d4560d/width=450/9455465.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8EVNO4;01~VMexb9aoeK5xu?GE1I.oLsoWr", "type": "image"}, {"id": 9455464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d20c4eb-2d11-4161-b80b-109e69c73978/width=450/9455464.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UEGI4N~80h01={DiE2t60g4:kD?GozRikWa}", "type": "image"}, {"id": 9455467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f6ae95a-56a0-4027-a530-49ed1016dd90/width=450/9455467.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEG*]2j=_N?FE2IAx]M{D*9FE1D%xut6WBNG", "type": "image"}, {"id": 9455468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8aaf95a2-3878-40a3-a6fe-5a294dde2455/width=450/9455468.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCJHN;~pVr9F^*RjaxRkD%s:NHt7_2t7IUM{", "type": "image"}, {"id": 9455469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2998dc9d-29f9-4cc2-abfe-5b6ee0dafa3d/width=450/9455469.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U5Ci,Au20c0L00rY0gxtAbw5-pxHKtE{~T$%", "type": "image"}, {"id": 9455470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e48531a5-2d08-4ec5-a509-1d8bfc2e1043/width=450/9455470.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBG8}_Rj%g%M~qIURjs:M|WBofRj%MWUozax", "type": "image"}, {"id": 9455471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04dc4397-bb1c-4c10-a3a6-7e7c3d408bc5/width=450/9455471.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7B|A|xu0JoI01xa9HIUw?Rk~p%201V@%N%3", "type": "image"}, {"id": 9455472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee034a76-4939-483b-84c5-245b2ce8c75f/width=450/9455472.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7HBoK0|^*%LHX%z009asstL9bR:8_$|~qIr", "type": "image"}, {"id": 9455475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcc9440a-46f6-4cf9-989a-5680b19f348e/width=450/9455475.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U5F5d8JV0$~U4TX800VsBVXQ?IoItK-n$eJ7", "type": "image"}, {"id": 9455473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/def0ec1e-a6ee-49d9-b79a-880ecf004060/width=450/9455473.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U5F$Fko$0Kkq00~C9F0e00^+~W9F009Z-:=|", "type": "image"}, {"id": 9455474, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54c8f760-dee0-4fe0-9e3b-31eabc355dcd/width=450/9455474.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDGbem4ncF~W^*s:E2bHDiofNGNGxaoga}jY", "type": "image"}, {"id": 9455477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c2edccc-6687-4377-aaa6-30c8068e3b9a/width=450/9455477.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UZIF3m^-.S%MM^WEM{obITRjRPoeo{RPoeWB", "type": "image"}, {"id": 9455476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3500b6b-0d37-4c01-907b-b8bf0879fff5/width=450/9455476.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UGI;;h~VCAE1-=NIIokD1QM|,m%1*0tRwHoK", "type": "image"}, {"id": 9455636, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec97d38b-7e5f-421b-8d2d-26634d6f4743/width=450/9455636.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGGbM8~An2Iqx[WVD*Rjsls:V[oJxtbbozs:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/436089", "modelId": 390867} \ No newline at end of file diff --git a/datasets/metadata/436112.json b/datasets/metadata/436112.json new file mode 100644 index 0000000000000000000000000000000000000000..ee4f563835fb093658da56413466fcef83b7d564 --- /dev/null +++ b/datasets/metadata/436112.json @@ -0,0 +1 @@ +{"id": 436112, "index": 2, "name": "Rebecca", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-09T01:08:05.155Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 78, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 356682, "sizeKB": 1151.2353515625, "name": "436112_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T20:06:10.585Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "FB7DCAEBE5", "SHA256": "FB7DCAEBE55A455694FA376B535991C9E016606CDB11582202A521F4840D49E7", "CRC32": "235D224E", "BLAKE3": "45FD2CE669C4223391F00CA61FFB1BDF88E59BECD04B65F632825E0BF39CE641"}, "downloadUrl": "https://civitai.com/api/download/models/436112?type=Training%20Data"}, {"id": 357041, "sizeKB": 223099.05859375, "name": "Rebecca-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-09T01:00:50.926Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "205E89F4", "AutoV2": "C10D30C81D", "SHA256": "C10D30C81D7B072A30E2E835EC4EDEEA41E74B39A668ED4570A5B5EDF574BCE4", "CRC32": "EDF6318F", "BLAKE3": "BABDC414C8B121599B169C156F0C4907EBBF39D51ACB7AEC71B131F7B74A2188", "AutoV3": "E0E942281BF6"}, "downloadUrl": "https://civitai.com/api/download/models/436112", "primary": true}], "images": [{"id": 9468236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb6747cd-e868-4a12-8c6f-fe40fa1a6f98/width=450/9468236.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U7C%Eb_3En?I00%h4o00+YR6_M.R00ocM{XS", "type": "image"}, {"id": 9468474, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df289120-85ac-4181-99fe-7d265869d6c7/width=450/9468474.jpeg", "nsfwLevel": 4, "width": 1344, "height": 1344, "hash": "ULD9*O%gI=RP_N%MIoIUozoMV@NGS4a~s.fk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/436112", "modelId": 390889} \ No newline at end of file diff --git a/datasets/metadata/436216.json b/datasets/metadata/436216.json new file mode 100644 index 0000000000000000000000000000000000000000..5d272130598bf0a387ff0e9045c1b700c99f072e --- /dev/null +++ b/datasets/metadata/436216.json @@ -0,0 +1 @@ +{"id": 436216, "index": 0, "name": "Chloe Dasnak\u00e9", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-09T17:12:00.000Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 39, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 356777, "sizeKB": 4000.9931640625, "name": "436216_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T21:15:32.587Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0F939563", "AutoV2": "6D34F9F524", "SHA256": "6D34F9F5240E6E78C54C5AA71109D553F9CFCF26B161A284865B6F2F40D93A32", "CRC32": "8EDC1D9F", "BLAKE3": "DF0EAEA81CACBAD30D37051AF962D1CA9190186A536215DA8F49DF2C31239BEB"}, "downloadUrl": "https://civitai.com/api/download/models/436216?type=Training%20Data"}, {"id": 356894, "sizeKB": 223104.19140625, "name": "Chloe_Dasnak\u00e9.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T23:00:14.364Z", "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/436216", "primary": true}], "images": [{"id": 9462915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af627332-ed44-4d4b-a7aa-3253484ce3af/width=450/9462915.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UCG[czoz4.NYK~~Wr=Ip4Vv~-nNt00AD-:$M", "type": "image"}, {"id": 9462912, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1346b7c-4381-4091-9661-1bb5c9826914/width=450/9462912.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U8H2ZXER010yyn019G$*}^m.00w[01cD.Q-q", "type": "image"}, {"id": 9462911, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee5c5279-bfbb-4333-bd2b-2b1ca625ecb5/width=450/9462911.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UXJav9_N%M$,x]S1xtxvMfsoM{IAwcOXtQRi", "type": "image"}, {"id": 9462913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dded15ef-9f33-4898-8699-5dfa548d3e16/width=450/9462913.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UMI}hV^,~Ek?g}kq$mtRx]S4E3xtELx]Wrn$", "type": "image"}, {"id": 9462914, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3e909a0-c9ba-4136-a5e1-356519671b78/width=450/9462914.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UFI;|#Zj-X%N?]IBIo4:%OogELJCMJ9akC%3", "type": "image"}, {"id": 9462916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b885822-b50f-4897-89a6-a007f138da98/width=450/9462916.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UIL4KT.T^+-;?c?bIA-;b_-:D%IV^jMxM{X9", "type": "image"}, {"id": 9462917, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8f8d83c-bff7-4b1d-be39-cfc68c2034e6/width=450/9462917.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "ULJav5?^S5w}yCt+NGahpbofVrE1MdkBXRVs", "type": "image"}, {"id": 9462918, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7e4c237-6869-4632-8515-ee8415023286/width=450/9462918.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U5EMUn=sHX~Utm8_oID%00DiItpKX;009Z.9", "type": "image"}, {"id": 9462920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5333a2d-247d-432c-b12f-70da3c8dbcd7/width=450/9462920.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U6Dv+q=p00s?8wt7DN4n00lV-m?IEonhFfMv", "type": "image"}, {"id": 9462919, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ccbd390-f293-4731-a129-9feb84461168/width=450/9462919.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UEJ*6d00NbVF?vNZrD%1EhIBIATx}@$*R*S4", "type": "image"}, {"id": 9462921, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4048abb9-b2a4-4ea8-b026-c77b4e09dff1/width=450/9462921.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGJkT1~W01$*0JOqx[D*4TNH-;M_s,VYZ~Io", "type": "image"}, {"id": 9462922, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ade21103-fdac-4ba4-ac04-38c47410e38a/width=450/9462922.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UPJa+R~CDkoe9Gsp-V$kDQ%M-;%2%fWCNZJP", "type": "image"}, {"id": 9462924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16f66b15-a96f-46e8-8b5a-c6f13c2b0897/width=450/9462924.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCHK@F~XKQ.60f$+}@tk56bw9]T058JA%MR6", "type": "image"}, {"id": 9462925, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/067cd47d-3a20-4cfe-9e52-efbb352dccf6/width=450/9462925.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9I#c4CP}K#0P.%yohx005~WY1J}]qxs.O_0", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/436216", "modelId": 390986} \ No newline at end of file diff --git a/datasets/metadata/436272.json b/datasets/metadata/436272.json new file mode 100644 index 0000000000000000000000000000000000000000..a7b568c97b9b9a2a4969db39c5ecca6c7734ee6b --- /dev/null +++ b/datasets/metadata/436272.json @@ -0,0 +1 @@ +{"id": 436272, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-08T21:50:01.291Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 191, "ratingCount": 0, "rating": 0, "thumbsUpCount": 41, "thumbsDownCount": 0}, "files": [{"id": 356819, "sizeKB": 52843.61328125, "name": "Marika_Amam_LoveWife2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T21:45:52.946Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F5D0262D", "AutoV2": "866F7DA8CC", "SHA256": "866F7DA8CC6AA3BEE0E04458D1FCC65669C4B08AB8C6713C2D5C364FE67479B1", "CRC32": "E7149176", "BLAKE3": "8E07331D3B59CE871B0DF21ACDB042915935445BD2B3B5B6F068389FD1B99DAB"}, "downloadUrl": "https://civitai.com/api/download/models/436272?type=Training%20Data"}, {"id": 356825, "sizeKB": 22248.34765625, "name": "Marika_Amami_LoveWife2-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T21:50:51.534Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "705B105F", "AutoV2": "A37DC17BEA", "SHA256": "A37DC17BEA451D21A1393367FAA4345C09727950A983219E9C4AD8FC4C16B96C", "CRC32": "2D7ACA5E", "BLAKE3": "7F289DC7A6248E7B27B3D5E5034EC24D495DB0164124E8ABAB7E92EABBA49D35", "AutoV3": "FFB25BC6D17D"}, "downloadUrl": "https://civitai.com/api/download/models/436272", "primary": true}], "images": [{"id": 9459206, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/099e468a-9d98-480b-885a-0d0515265b29/width=450/9459206.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UmK^sqt7?vt7~qj[%gj[OYj[-Vj[ofj[V@ay", "type": "image"}, {"id": 9459209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/723b6211-31b3-4521-80d6-08d6087c47a6/width=450/9459209.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UmK^sqt7?vt7~qj[%gj[OYj[-Vj[ofj[V@ay", "type": "image"}, {"id": 9459438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f78ee6cc-c2be-4868-83f5-07a406d1587d/width=450/9459438.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVKdJR_4.mxa.Rxu%N%MEgRj$%MxaLt7t6of", "type": "image"}, {"id": 9459840, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eeb0f119-d71b-461b-8053-2b5ee19c0bcc/width=450/9459840.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UnLWt@tR?^-:_MRj%MV@S$xus.NG$+fkaebF", "type": "image"}, {"id": 9460359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/172793fa-3d50-4935-af8a-b2e3f9ba51c7/width=450/9460359.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPJaJ}ozXnxt?waePBs.bct7~WR+t+t7-7Wp", "type": "image"}, {"id": 9461043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e401782-e7d7-456b-a6f7-c0aa954fc688/width=450/9461043.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UWNJd;%MuPxu_Nof_3ofR5RjoIaxS1t7M{oL", "type": "image"}, {"id": 9461356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c56db6e6-0536-4232-9fb2-28068bfe33f1/width=450/9461356.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "ULL:l#j?cYx]Txv}tkxa01-p}@xaw]XmD%tR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/436272", "modelId": 391038} \ No newline at end of file diff --git a/datasets/metadata/436288.json b/datasets/metadata/436288.json new file mode 100644 index 0000000000000000000000000000000000000000..2332e2d0c07cf6198895c2db8e94c69f5facdc03 --- /dev/null +++ b/datasets/metadata/436288.json @@ -0,0 +1 @@ +{"id": 436288, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-08T21:59:01.760Z", "availability": "Public", "nsfwLevel": 21, "description": null, "trainedWords": ["inoYamanakaPDXL", "blonde", "ponytail", "blue eyes"], "stats": {"downloadCount": 359, "ratingCount": 0, "rating": 0, "thumbsUpCount": 74, "thumbsDownCount": 0}, "files": [{"id": 356828, "sizeKB": 176964.42578125, "name": "inoYamanakaPDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T22:00:39.845Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0B95111E", "AutoV2": "D2007A86BA", "SHA256": "D2007A86BA8B72506058C77952C4B7A042B47E78C25EDD0D54885A81FB2DAF20", "CRC32": "83E7F695", "BLAKE3": "E9752CAC3431D5CFE5A8383A3A6BB9A86FBF07716100052DDD5F5FF5EFEB6E21", "AutoV3": "042C128A3214"}, "downloadUrl": "https://civitai.com/api/download/models/436288", "primary": true}, {"id": 356837, "sizeKB": 10094.2529296875, "name": "inoYamanakaPDXL.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-08T22:10:46.980Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A5542FEE", "AutoV2": "89733E324C", "SHA256": "89733E324C57408650A443D6DE9267D6B7B4A78121B78F8B3E51262A416042BD", "CRC32": "2E713B45", "BLAKE3": "5B6151E362660705A8F7B193D5E2023C046F8C66420882250D5C4CB13C2CA662"}, "downloadUrl": "https://civitai.com/api/download/models/436288?type=Training%20Data"}], "images": [{"id": 9459752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b5d6dc3-c06e-44fb-a6ff-434a261b5b93/width=450/9459752.jpeg", "nsfwLevel": 1, "width": 992, "height": 1376, "hash": "UDKwOhS$00n5d9Rj00%MeVVt^k%f0JIBt7-;", "type": "image"}, {"id": 9459753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8cc7a43-f299-4136-aff2-06920f8beff3/width=450/9459753.jpeg", "nsfwLevel": 1, "width": 992, "height": 1376, "hash": "U6Lp:Y0M00WZy#0K?d~V0001zoMw000yNbYi", "type": "image"}, {"id": 9459754, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/301fa373-6eee-4563-b552-b31b18a9a7f5/width=450/9459754.jpeg", "nsfwLevel": 1, "width": 992, "height": 1376, "hash": "UDI4#1TK00S}?[Me0e^j9atQ-VJ+4:M{_2-:", "type": "image"}, {"id": 9459755, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58a0053d-e75b-42c0-ae0f-2d7d8cbd2cf1/width=450/9459755.jpeg", "nsfwLevel": 4, "width": 992, "height": 1376, "hash": "U5H-=X^*LgEo_3-n0g4;0Ooz00IA00NId=Vs", "type": "image"}, {"id": 9459757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ae0f94d-12ed-43de-9e08-207395b0253c/width=450/9459757.jpeg", "nsfwLevel": 1, "width": 992, "height": 1376, "hash": "UHIXmj9b00-V%fE24pxu00s+~BtkIBR.x]bH", "type": "image"}, {"id": 9459758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e12b3d2d-f67c-4d9d-b891-71d2e472d08a/width=450/9459758.jpeg", "nsfwLevel": 16, "width": 992, "height": 1376, "hash": "UENv*.xu01xaPUofxHoL_3oL~Wt70LRj4nR*", "type": "image"}, {"id": 9459759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/873aaf20-dd01-4713-827e-23846dcaf929/width=450/9459759.jpeg", "nsfwLevel": 16, "width": 992, "height": 1376, "hash": "UGL|WFxu00a~00WB4oWA-Nj?}@s.u5WXXUSO", "type": "image"}, {"id": 9459761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3210477-f0c6-4492-9f0d-bfe976074ae0/width=450/9459761.jpeg", "nsfwLevel": 16, "width": 992, "height": 1376, "hash": "ULLg66bG00ofIAay0LWC9GoL-;of~Ca{TIWV", "type": "image"}, {"id": 9459760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db4a1e71-3c49-481b-9a2e-f92dc1ed6d3c/width=450/9459760.jpeg", "nsfwLevel": 16, "width": 992, "height": 1376, "hash": "UDNSmhxu04V|0WWEIFM}ITof-noJ_MWDw[WV", "type": "image"}, {"id": 9459762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8be2bfb5-16f7-4f8f-80cd-c33a5943085c/width=450/9459762.jpeg", "nsfwLevel": 16, "width": 992, "height": 1376, "hash": "UFKKZ,GI00%z009a9H-:Hrmk};$zD~V?9Gnk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/436288", "modelId": 391054} \ No newline at end of file diff --git a/datasets/metadata/436444.json b/datasets/metadata/436444.json new file mode 100644 index 0000000000000000000000000000000000000000..5cb417c23c874e49dadde886baa91c93601d3f4f --- /dev/null +++ b/datasets/metadata/436444.json @@ -0,0 +1 @@ +{"id": 436444, "index": 0, "name": "RanaHXV", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-24T23:31:51.661Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["rnxdkxlz"], "stats": {"downloadCount": 33, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 385220, "sizeKB": 223102.76953125, "name": "RanaHXV.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T23:30:49.327Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "77EDB581", "AutoV2": "DD13DD42E9", "SHA256": "DD13DD42E90E35A0425FF9B719596F72EE46B5B24C85E77EABC7A5C76485FE05", "CRC32": "05A92C0D", "BLAKE3": "74B84A134B109CF2D66CC8D7B808E74B96BE69C3C2296F7B91EE5D5DBC7FE2AF", "AutoV3": "7E135CE33993"}, "downloadUrl": "https://civitai.com/api/download/models/436444", "primary": true}, {"id": 357020, "sizeKB": 45579.1005859375, "name": "436444_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-09T00:45:34.736Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C7C72671", "AutoV2": "657A68CB1B", "SHA256": "657A68CB1B55C1EA193C78F196722A2074EDCCC2BEB5FEF3B357241042857410", "CRC32": "F2C6B657", "BLAKE3": "E393E7E3B3D21767E23944D380C40D57198F623811288929A6AB7BE514681D30"}, "downloadUrl": "https://civitai.com/api/download/models/436444?type=Training%20Data"}], "images": [{"id": 10672158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3913400-fe73-4289-8454-0ab8367f9724/width=450/10672158.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U4B3Tp_N010L02NbO?-o00D%%LSN9urr}@%2", "type": "image"}, {"id": 10672159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7819208b-b20b-4c8c-bda4-174092e6283f/width=450/10672159.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U5A1;JpduMT0.mozSzXm05T0mRs;L#JC*_m,", "type": "image"}, {"id": 10672161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94d2157f-7d7f-4a45-a37d-c02b173a7471/width=450/10672161.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHC7d7.TyEn3KBM{NHoz8^R3aJXU.8xvxYjE", "type": "image"}, {"id": 10672157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09983c76-97a6-4f4a-bb43-1ddedf157eb8/width=450/10672157.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U,M%7rjupJt7~qfQx]kCNaayadfQRjj[Rjf6", "type": "image"}, {"id": 10672162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c467ee17-fcb2-4e22-b314-fda91640f824/width=450/10672162.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U:M?#pogpJxZ~qoMx]WBR*WBV@ayRjj[V@of", "type": "image"}, {"id": 10672163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7a3c666-907e-4d5f-98a1-8b0ccbff3797/width=450/10672163.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UxOMgKRP?vxt_Nt7R*ozbHoejEayM{RjWBj@", "type": "image"}, {"id": 10672164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca72d3cd-d1d4-40f8-b638-5d3a1a02bcb2/width=450/10672164.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDC=;#RP~VIo%g9ax[M{$*M|I;IpEM%1sAof", "type": "image"}, {"id": 10672165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0af1fece-5c03-4f5a-94b1-236c357a425e/width=450/10672165.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9D9L]?v~p~V.8-;pHt700IA9G9G4n9FIAIV", "type": "image"}, {"id": 10672167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cddee278-a742-4923-afb7-670717450465/width=450/10672167.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U7Dls8Q,_MX,?vD%X-ba00.79GVt00pdL~xa", "type": "image"}, {"id": 10672166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e617a697-73e4-43b8-925d-3509e847fab8/width=450/10672166.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U7B|B8Mc*J.8_NV?TKoz00.84TD%00tlL~w]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/436444", "modelId": 391201} \ No newline at end of file diff --git a/datasets/metadata/436752.json b/datasets/metadata/436752.json new file mode 100644 index 0000000000000000000000000000000000000000..529287ea7757a887f35a8cce9734ce959c6f25fe --- /dev/null +++ b/datasets/metadata/436752.json @@ -0,0 +1 @@ +{"id": 436752, "index": 0, "name": "BimboSchool Suzume Lora", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-09T05:23:58.146Z", "availability": "Public", "nsfwLevel": 28, "description": "First Version
", "trainedWords": ["Black Hair, Long Hair, Blue Eyes, School Uniform,", "Glasses", "Bags under Eyes,"], "stats": {"downloadCount": 120, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 357302, "sizeKB": 60846.5537109375, "name": "436752_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-09T04:55:38.239Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "161EB57A", "AutoV2": "0C1113EA2B", "SHA256": "0C1113EA2BC982E09FF0FE7BDA5658E0ECC9F58B79F1E4B9DF606DE1A61AE5CF", "CRC32": "D55CE256", "BLAKE3": "EBE9AF7DDDB0E1BDC1329BF30D5FE476EEBF2AAC03674DFBB2A22749DFCB0DDA"}, "downloadUrl": "https://civitai.com/api/download/models/436752?type=Training%20Data"}, {"id": 357326, "sizeKB": 18545.015625, "name": "BimboSchool_Suzume_Lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-09T05:16:15.230Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "C4E46F7E86", "SHA256": "C4E46F7E8674C364F4BF8AB373295A18578E6A89A83823B42CC8DA9274ABFED4", "CRC32": "E5DB9D2F", "BLAKE3": "00985885BCC4E9440957995F6514E39A29167EEC87719B34124AD3485DD26ABD", "AutoV3": "BF9282F599D0"}, "downloadUrl": "https://civitai.com/api/download/models/436752", "primary": true}], "images": [{"id": 9480604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03080954-c871-4424-bc7b-84f60aa27e4c/width=450/9480604.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UELNogxtEdtR4.Rk~q%L00WB%Mt7%Mayenae", "type": "image"}, {"id": 9480660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df7805c6-ece9-4b6e-9456-2bd479bed726/width=450/9480660.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDLXGN%LJPt89YNG~q%M00Rk-;t7x]j?i_az", "type": "image"}, {"id": 9480663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b49e15c2-9f6b-4d7b-8654-05cb86d6b119/width=450/9480663.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UELgt*xaO-xv9ZR*~q%M00WB-;t7%Mf6VsWB", "type": "image"}, {"id": 9480790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ab0a0a5-f992-4e2c-9ce5-9b06c90d8988/width=450/9480790.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UELNogxtEdtR4.Rk~q%L00WB%Mt7%Mayenae", "type": "image"}, {"id": 9480676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/288e0092-ab6d-4075-bd78-7cc44282fdbb/width=450/9480676.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCL4gAxuJ~tRE0Rj~q%M00WC-;oe%Mj?V?V@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/436752", "modelId": 391500} \ No newline at end of file diff --git a/datasets/metadata/436893.json b/datasets/metadata/436893.json new file mode 100644 index 0000000000000000000000000000000000000000..a9996586960047c7614012e9d3ecbdb0c6011df7 --- /dev/null +++ b/datasets/metadata/436893.json @@ -0,0 +1 @@ +{"id": 436893, "index": 0, "name": "FRANZL", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-09T18:39:01.448Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 27, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 357421, "sizeKB": 1086.7568359375, "name": "436893_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-09T06:50:56.550Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "860B10EE63", "SHA256": "860B10EE63886A412F79D225B70943BBE347BF32B06ED81A839B950F6C83195A", "CRC32": "44224C43", "BLAKE3": "5631FE5DA79E6EC878B95D539157D4AB802067714A4ABD717348F340772997E8"}, "downloadUrl": "https://civitai.com/api/download/models/436893?type=Training%20Data"}, {"id": 358243, "sizeKB": 36978.265625, "name": "FRANZL-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-09T18:36:32.163Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "143B87B3", "AutoV2": "038DCA2436", "SHA256": "038DCA2436EA3F592A0FBAF41DA0710D9143D0FB67B681315844C5CCAF5FFB87", "CRC32": "634D5672", "BLAKE3": "513B2C685BA4E6DA8A50E0854F94B5929646481BE02F4C78C412CCC97BE53537", "AutoV3": "AED0E9D5FB8B"}, "downloadUrl": "https://civitai.com/api/download/models/436893", "primary": true}], "images": [{"id": 9520895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8193e2b2-2c26-4750-a81a-d7b419e567be/width=450/9520895.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UDJuQ0%MYkx]tlofIBWB9cWB$|jZWAf6s:bH", "type": "image"}, {"id": 9520894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15c2aef0-07d6-4625-82c4-6d7042176154/width=450/9520894.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U4Bf@UrA000LMHt8xVxZ00R.~A?H5pNF-Vt7", "type": "image"}, {"id": 9520892, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdce4b44-6718-44ae-8bb7-32797dcd1dd9/width=450/9520892.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UOLN=DxalVtRt-fkn~ofJVays,j[ROf6ofj[", "type": "image"}, {"id": 9521116, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd24645a-4b62-4955-9ed8-e6ba5ce0ebce/width=450/9521116.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UHIra9%NPXW=N|RPWBkD9_kCw[n$WBWVsSog", "type": "image"}, {"id": 9521119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a720f8d7-9ccd-4ff7-a276-6728b940c334/width=450/9521119.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UQJuM]tmYRxDT0kCnhWBI@nislWVj?axoff+", "type": "image"}, {"id": 9521120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2e2141d-b59a-4740-8063-dccd6dd60c04/width=450/9521120.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U6DI?]-p00E10LR%tRWq01Rk}?xa9Zax?Gj]", "type": "image"}, {"id": 9521118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b804c89-17f7-44bd-8080-e61b9dac0365/width=450/9521118.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U59j1E9u00^jEMs.xGWV01-o~AE2IoNa-oe:", "type": "image"}, {"id": 9521117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43531f00-12c5-4705-8f60-f54985892f61/width=450/9521117.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UDI}t@%MCmtlL3WB%1t711ae%1bIVDaxo2kC", "type": "image"}, {"id": 9521121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff937fcf-341f-441a-8472-4723d3e2af5f/width=450/9521121.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U8B{faWW00t7ELWWkCoe01j@~BayNxj[$$j[", "type": "image"}, {"id": 9521122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3df64281-2f61-45b5-a76c-4f32010db7ca/width=450/9521122.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UdNwQOt7?wt7.8j[Rjj[SifQt6ayWofPofj[", "type": "image"}, {"id": 9521125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f55564cb-3b71-447e-badf-0da764f8e2b5/width=450/9521125.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U6A0B%of00t7ELbHR-jZ01WV~BR*I;WV-Us:", "type": "image"}, {"id": 9521126, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e9cdd6f-9b91-43db-89f1-5307174bd42e/width=450/9521126.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U4A,8?-p00Io58a#xZR*00Ip~VogITjZ?Hs:", "type": "image"}, {"id": 9521129, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14bd5012-d05e-4bfc-b9d0-4a1ef12cce78/width=450/9521129.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U6DbWo0M00~B00={NH%1=_az^j9aE2jt?Gf6", "type": "image"}, {"id": 9521128, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7844325-b3b9-49df-b7f8-1b4472068c46/width=450/9521128.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U59?n39v00~B0fs:={WB0Ls-^iNG=^R*WYax", "type": "image"}, {"id": 9521127, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ca6b397-1b7c-458a-b9c7-7fc3716a59cc/width=450/9521127.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "URJRs{xtlVNxpJWBe.j@I[WCrqt7WBWBo0oL", "type": "image"}, {"id": 9521130, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e942a002-7346-4472-ab38-aabf08bf5c74/width=450/9521130.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U596]$?G000KxCWBt8xa0eM|~B?HEPR*w]s,", "type": "image"}, {"id": 9521131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9eebad2-47f8-4e87-ab06-25d284a768dc/width=450/9521131.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U7CP6NIp00-pELjZIps:00s:~BNGI;s:-UR*", "type": "image"}, {"id": 9521132, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e0b679e-e814-4aec-b586-43e026fc2696/width=450/9521132.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U6D]Vo1j0S_N0h={t6og00xZ$y9a%0E2%2xa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/436893", "modelId": 391636} \ No newline at end of file diff --git a/datasets/metadata/436916.json b/datasets/metadata/436916.json new file mode 100644 index 0000000000000000000000000000000000000000..8b315cff232f011f023d3eab2c4f4b7451fb07de --- /dev/null +++ b/datasets/metadata/436916.json @@ -0,0 +1 @@ +{"id": 436916, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-09T07:21:19.313Z", "availability": "Public", "nsfwLevel": 31, "description": null, "trainedWords": ["white hair, short hair, blue eyes, large breasts, white pupils, bright pupils", "princess, bare shoulders, jewelry, white dress, necklace, corset, tiara, detached sleeves, collarbone, choker, gown, evening gown, frilled skirt, long skirt, white skirt"], "stats": {"downloadCount": 155, "ratingCount": 0, "rating": 0, "thumbsUpCount": 36, "thumbsDownCount": 0}, "files": [{"id": 357441, "sizeKB": 36981.5546875, "name": "queen-npc.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-09T07:20:45.124Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A1845C88", "AutoV2": "8802D7C54F", "SHA256": "8802D7C54F3680134628AAFDDA3AE5D5233AF3DFBCA069A79F5B01396CB5F3EF", "CRC32": "81B5A339", "BLAKE3": "96C0E7C53F043B03055E0B855CEC6ADF1F87446950BCB2D7CFCC25EB9F4A1058", "AutoV3": "1C6DC476042D"}, "downloadUrl": "https://civitai.com/api/download/models/436916", "primary": true}, {"id": 357443, "sizeKB": 51752.1669921875, "name": "train queen.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-09T07:25:41.553Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "13D4401B", "AutoV2": "EA976C169E", "SHA256": "EA976C169E3FC84D3B8A0E10B396B9B09A7C07B84A98DFEFCB85976F7CB69309", "CRC32": "F7242505", "BLAKE3": "1AB99D5C6F472799AA2346A91CD26AF2C679B8D9BA2924793D4F443AAE54589E"}, "downloadUrl": "https://civitai.com/api/download/models/436916?type=Training%20Data"}], "images": [{"id": 9485972, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f16d7e69-785b-4436-adaa-0088baf45ddb/width=450/9485972.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULHUnR~WISE1MwIo%2xt9GWBEMWCIpRj9ZWB", "type": "image"}, {"id": 9485971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d244935f-3ed8-4463-801f-2721de73fc43/width=450/9485971.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UJHnvvt700-o=Ys:xuWB~Wof-;t7InIU=|xu", "type": "image"}, {"id": 9485973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba770750-3b32-4e69-9e3d-cc18378950b8/width=450/9485973.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UQHeUs?H9tR*DiM{ITRj4TRjM{WB~qxas:of", "type": "image"}, {"id": 9485970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f29f5e7-eebb-4c21-bbf2-25506b982760/width=450/9485970.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULHnvx~V4nNGVWIUadt7%1xuo#t7xujYIUNG", "type": "image"}, {"id": 9485986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/716b0d92-6f7b-4346-94cc-95d61b4e2c70/width=450/9485986.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UUHxNf-:4-%MMcD%e.xu-oxu%2Rj~W%2a{of", "type": "image"}, {"id": 9485974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e572b51-a4d9-4e79-ba32-1e9af56e7988/width=450/9485974.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UEHL0h~B004.]#t8%Mt6^+W;xZxtxo%2~Bxa", "type": "image"}, {"id": 9485975, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01fa4a8d-d65e-4ab4-9d09-c214338638b4/width=450/9485975.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UGHL3sNH55XT#5?HxVD%~BIo-;bc~pWr%2-p", "type": "image"}, {"id": 9485990, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a8b368a-0c0d-4899-92b9-ce2e20db3b87/width=450/9485990.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UUHK^Q-;XRNG~Vt7s.WVoyaz%2ofxFaxozof", "type": "image"}, {"id": 9485995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8b3f20f-6493-4bd4-ac13-0905dd714582/width=450/9485995.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UGH-+3~p4-~C?G-;_2-;.8%Mt7Wrbcs:xFx]", "type": "image"}, {"id": 9485991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef7f6f3d-a628-4752-8056-9283b71a61e5/width=450/9485991.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "U7HL3tpJ00Mw0K00Q,4.E2~VO[0fDiXn^+=c", "type": "image"}, {"id": 9485992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b17d1e80-c11f-4d8f-9eb0-56b59cd18024/width=450/9485992.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UJHxNf~A9Y~WH;M_of-pxZ%2?H%L~W^*%2bG", "type": "image"}, {"id": 9485993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19f169ea-b984-49a2-845b-8fcbf2610c15/width=450/9485993.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "ULHd~p?G4.~Wwu-os8j]WUbGt7={xZRiof%M", "type": "image"}, {"id": 9485994, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83a5d7f5-d99e-45ff-a322-2120d6f00793/width=450/9485994.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UYG[c*~WE0M{R4e-V@jYxtxtxuxuW=ayjYax", "type": "image"}, {"id": 9485996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edac4abf-d04b-4e20-b2c3-c20abf3ec1dd/width=450/9485996.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UMJaD%~Wobxa?b%L9ZWVwIIpRijZI:-oV?oe", "type": "image"}, {"id": 9486006, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54028ec7-7dd6-41ca-8c51-434606c8ca5f/width=450/9486006.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UBH1[E^+00b{rWOZxY~CIU9FXTS50e%1$iSe", "type": "image"}, {"id": 9486135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05de9c51-445d-4e0f-830d-2d9e575cfc4a/width=450/9486135.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UaI;n:x]IAob~Vxvxat6$#t7kWxt-;a}n$NG", "type": "image"}, {"id": 9486134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e67bb4d3-dd5c-4f17-9d50-f6e99e66ad5d/width=450/9486134.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UYHK-1-:wsxV~V%MM{WA?GW=R*xZ%Lt7j?Rj", "type": "image"}, {"id": 9486133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9feb7a4f-8710-489b-a6bc-113684b95713/width=450/9486133.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UCG[QV0000.9PqMxE1JB00%M-VIV+@T0RO={", "type": "image"}, {"id": 9486132, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/189795d8-6ee5-4354-a9f5-0fa453cd643f/width=450/9486132.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "URIXs%~W56xa~q%2xDxuxtoLWBWBs,s:Rjof", "type": "image"}, {"id": 9486136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11bfa28e-11c9-4444-9da1-10aa7d9b2fe8/width=450/9486136.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UTJk1KD%D%IV~WIVD%M|xst7s:xa%MM{s:jZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/436916", "modelId": 391657} \ No newline at end of file diff --git a/datasets/metadata/437316.json b/datasets/metadata/437316.json new file mode 100644 index 0000000000000000000000000000000000000000..1a49b99abb0078b80b04d16e9499ea6afb0d5201 --- /dev/null +++ b/datasets/metadata/437316.json @@ -0,0 +1 @@ +{"id": 437316, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-09T12:50:21.147Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 192, "ratingCount": 0, "rating": 0, "thumbsUpCount": 34, "thumbsDownCount": 0}, "files": [{"id": 357796, "sizeKB": 40187.533203125, "name": "Rumi_Uesugi_LoveWife2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-09T12:51:27.816Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FB4A9816", "AutoV2": "95C4CC860F", "SHA256": "95C4CC860F69344F8D1F6EF0D92DA9C889EC8F1BCF87ECA68F7B47B8C5F0B3D8", "CRC32": "A5EB94DB", "BLAKE3": "7122706BD542BDFEC1BA73C1FCEDFB200CFEFF2F7B5FB808B1319A0C85E9F6EB"}, "downloadUrl": "https://civitai.com/api/download/models/437316?type=Training%20Data"}, {"id": 357794, "sizeKB": 22250.15234375, "name": "Rumi_Uesugi_LoveWife2-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-09T12:52:02.947Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "47CF9211", "AutoV2": "F2DF436A03", "SHA256": "F2DF436A03930213F60B2FD37E7386A81707CC023826250D3168CEA997138A55", "CRC32": "366F9259", "BLAKE3": "6EC56B3F278E00180AD6F494B48CDAB92E8B791B4A7D83C1BBD0900F34F0499B", "AutoV3": "AA81622F5A81"}, "downloadUrl": "https://civitai.com/api/download/models/437316", "primary": true}], "images": [{"id": 9499812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf355057-8395-4dcf-b047-b848d1053ada/width=450/9499812.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UsN0#exu_NofWoWB%Mt7xvofxaWBShays:ay", "type": "image"}, {"id": 9499810, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7f3e514-86fc-4327-9b6e-61a731c80cd1/width=450/9499810.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UsN0#exu_NoeSLWB%Mt7xvofxaWBShays:ay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/437316", "modelId": 392026} \ No newline at end of file diff --git a/datasets/metadata/437768.json b/datasets/metadata/437768.json new file mode 100644 index 0000000000000000000000000000000000000000..101939962522b6c60f607219b57318b0f42e48ad --- /dev/null +++ b/datasets/metadata/437768.json @@ -0,0 +1 @@ +{"id": 437768, "index": 0, "name": "Splash Pad XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-09T18:51:02.389Z", "availability": "Public", "nsfwLevel": 7, "description": "Training from Animagine XL V3.1
", "trainedWords": ["(((looking viewer))), (((splash pad))), ((spray water)), ((wet body)), off shoulder, see through, dress, miniskirt, wind, park, trees, fluttering hair, ribbon, drooling, sweat, shy, blush, open mouth, moist skin, underboob,"], "stats": {"downloadCount": 362, "ratingCount": 0, "rating": 0, "thumbsUpCount": 45, "thumbsDownCount": 0}, "files": [{"id": 358246, "sizeKB": 223103.88671875, "name": "girllikesplashpad_sdxl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-09T18:40:57.230Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B9DC0F18", "AutoV2": "54E029EF71", "SHA256": "54E029EF710D7234729F75FD1315BD701B67B8688A834922D4FD73A1328EB847", "CRC32": "A21E2EA6", "BLAKE3": "006BC5F65B982B5BBD34639AD80C203A6C72FE8B597D5121E652D3E3776FC6A1", "AutoV3": "8AEFDFEF6570"}, "downloadUrl": "https://civitai.com/api/download/models/437768", "primary": true}, {"id": 358346, "sizeKB": 28628.0205078125, "name": "435692_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-09T19:50:40.755Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "49450E1F", "AutoV2": "E5E8B34313", "SHA256": "E5E8B3431397192A68C55FC2856782ABDBD8F2223424672BF7FF913BCFC53A5C", "CRC32": "EA59C243", "BLAKE3": "B56353C894AB33B1F2C63A90ABCD1184135D404E8BA7956DE3457C1CFF533C11"}, "downloadUrl": "https://civitai.com/api/download/models/437768?type=Training%20Data"}], "images": [{"id": 9521015, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b5fb884-6223-4b40-9111-3e7752e23c9a/width=450/9521015.jpeg", "nsfwLevel": 1, "width": 680, "height": 1024, "hash": "UOIEY3%L0}D%0JocITRj_NoyI:oe4-R*wHoe", "type": "image"}, {"id": 9521068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f666361-0ccf-41c2-a339-c59f3f8dbfec/width=450/9521068.jpeg", "nsfwLevel": 1, "width": 680, "height": 1024, "hash": "UQI50u-:KNM{4,xpD%Rj~pxtX4kB4-xt-URj", "type": "image"}, {"id": 9521123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf63f0bf-e15c-40a5-abe9-e51bf2a7bb5d/width=450/9521123.jpeg", "nsfwLevel": 4, "width": 680, "height": 1024, "hash": "UFI53;E3Fw$+00X9In-;~qogS4xaD%j]jEf,", "type": "image"}, {"id": 9521124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d19f4ecd-26cf-4924-90cf-49bba5145d5c/width=450/9521124.jpeg", "nsfwLevel": 4, "width": 680, "height": 1024, "hash": "USJ7:txt9[IoEMt7M|WV~qt8S4s:IWahnOt7", "type": "image"}, {"id": 9521217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d125e538-0043-4ad4-9585-19d433c8b1f6/width=450/9521217.jpeg", "nsfwLevel": 2, "width": 680, "height": 1024, "hash": "UEHxZ]_M00-V?a~p_3xv58%g?H_28_%N.8-q", "type": "image"}, {"id": 9521158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d35d2e9b-7502-408d-ac45-e334119c99da/width=450/9521158.jpeg", "nsfwLevel": 2, "width": 680, "height": 1024, "hash": "UOK^T*IUXmV@0fIpELtR_NM{D%t6.8ae-Vof", "type": "image"}, {"id": 9521201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f1806d7-0ecb-412a-a318-23aa6a50f887/width=450/9521201.jpeg", "nsfwLevel": 1, "width": 680, "height": 1024, "hash": "UGJs^QJ~0dwc0dxrROxty=?FDiRj=|obROSe", "type": "image"}, {"id": 9521218, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79728482-a4c5-4a04-8240-bc671fa72cac/width=450/9521218.jpeg", "nsfwLevel": 1, "width": 680, "height": 1024, "hash": "UAHUOo0100?H4.IUs,-;l.D*DO-:-;RjnOxa", "type": "image"}, {"id": 9521258, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf345e10-d7a2-42a7-938f-6957d1186e7f/width=450/9521258.jpeg", "nsfwLevel": 1, "width": 680, "height": 1024, "hash": "URK-RS.8Y3t355%NRjoy~qWFD*Rjs~IURPRk", "type": "image"}, {"id": 9521260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11b96577-7807-4144-ac98-ab73037187a9/width=450/9521260.jpeg", "nsfwLevel": 1, "width": 680, "height": 1024, "hash": "UlMtQ{-:yDRPS%%L-:ae.ToyWZn$s:RjM{f6", "type": "image"}, {"id": 9521304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94279471-9c57-432c-bd29-677ae264da09/width=450/9521304.jpeg", "nsfwLevel": 2, "width": 680, "height": 1024, "hash": "UWKd^|t59?ni4-k9R$R*~Tt6M{ofo@oeNZae", "type": "image"}, {"id": 9521305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f84987bd-4638-4c6c-a536-1269ec9f2dba/width=450/9521305.jpeg", "nsfwLevel": 2, "width": 680, "height": 1024, "hash": "UgL4vjIVpHslK6R*snWA~qWBkWWApIoexXk9", "type": "image"}, {"id": 9521391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17f85e88-b31f-44b3-a990-f9987fb3fac7/width=450/9521391.jpeg", "nsfwLevel": 1, "width": 680, "height": 1024, "hash": "UHI}Iq4-0fVuX+ITs-j^~pM^4.$+t+oZRQR.", "type": "image"}, {"id": 9521397, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6beb734d-ebcd-43ea-8fbf-0e1ee10d9286/width=450/9521397.jpeg", "nsfwLevel": 1, "width": 680, "height": 1024, "hash": "UMJ@RLX,0MMeM_%etQ%1%%%2xU-.oa%Lt8t6", "type": "image"}, {"id": 9521439, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/201f6b6f-dc4c-4e8a-8182-eb9eae0618bb/width=450/9521439.jpeg", "nsfwLevel": 1, "width": 680, "height": 1024, "hash": "U9Iqu|?u0JQ,00M{-TIp%jR.00-o$yof^+xa", "type": "image"}, {"id": 9521440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16e18448-1559-41ce-8fc5-1a4bb3c1dac5/width=450/9521440.jpeg", "nsfwLevel": 1, "width": 680, "height": 1024, "hash": "UAIXN}9Z00~W00IoITxaNCxuE8R*0Lt7-mj@", "type": "image"}, {"id": 9521435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f409782b-a8cc-4ddc-89ed-8785d31626e8/width=450/9521435.jpeg", "nsfwLevel": 1, "width": 680, "height": 1024, "hash": "UCJjJf003?}RAND%T2wGC9-nIaxV00%LD$-;", "type": "image"}, {"id": 9521517, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f32356b-7a90-4ea7-acd6-ff6767cebd6c/width=450/9521517.jpeg", "nsfwLevel": 1, "width": 680, "height": 1024, "hash": "USKK_+~p57IpO$?axbRk_2%gbet7bpt8ohof", "type": "image"}, {"id": 9521694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97249071-05a5-4a9e-977a-e81e08815ef6/width=450/9521694.jpeg", "nsfwLevel": 1, "width": 680, "height": 1024, "hash": "UJJ%LaE#0gVs9sso4nV@?^xuD+M{IAW:-URj", "type": "image"}, {"id": 9521538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f527f37-0644-4387-95df-d176d9d4c845/width=450/9521538.jpeg", "nsfwLevel": 2, "width": 680, "height": 1024, "hash": "UYJ@:j%e5%IAFUoxIUWU~ot7RjnhTCs:w[bp", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/437768", "modelId": 218461} \ No newline at end of file diff --git a/datasets/metadata/437801.json b/datasets/metadata/437801.json new file mode 100644 index 0000000000000000000000000000000000000000..4c3aed5407399c93e33875317f7c5b7439893d64 --- /dev/null +++ b/datasets/metadata/437801.json @@ -0,0 +1 @@ +{"id": 437801, "index": 0, "name": "v1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-09T19:41:33.649Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 326, "ratingCount": 0, "rating": 0, "thumbsUpCount": 48, "thumbsDownCount": 0}, "files": [{"id": 358272, "sizeKB": 2194.4072265625, "name": "437801_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-09T19:01:10.328Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A09B8267", "AutoV2": "7D678A52BC", "SHA256": "7D678A52BC9EC4DAD8FD225FC8B5654BEC3C3091E26941CF131D234D1F244131", "CRC32": "D5333C50", "BLAKE3": "8A6F6D51EAC029AA01776E0945724F3B978D422EE50C75D4699010E0D30D20AD"}, "downloadUrl": "https://civitai.com/api/download/models/437801?type=Training%20Data"}, {"id": 358330, "sizeKB": 223105.48828125, "name": "controller_pony-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-09T19:40:44.225Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3D20C8CD", "AutoV2": "C570CE6BEF", "SHA256": "C570CE6BEF63BEDA298620D5015EBD58861C8CF287E24268B07D784BF915E1BD", "CRC32": "165D4E10", "BLAKE3": "24B8C310EC3EBE02F8BA84D599580AEB0B93CCBE54B61A62752798E7DC7BE5E2", "AutoV3": "A5146098CCDF"}, "downloadUrl": "https://civitai.com/api/download/models/437801", "primary": true}], "images": [{"id": 9524410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3a621a6-e56a-4133-987d-a09877a462a9/width=450/9524410.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UFGR-o?H00M{k8j[SioL00NG~pxa^+s:wIof", "type": "image"}, {"id": 9524433, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/878b70b7-bd7e-4f86-b3fe-1096233d1395/width=450/9524433.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UEI;@h%M0e?G_1%2%gNG00Ip?HRj_Nt6n4xu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/437801", "modelId": 392475} \ No newline at end of file diff --git a/datasets/metadata/438834.json b/datasets/metadata/438834.json new file mode 100644 index 0000000000000000000000000000000000000000..9e2eb64988e05874a8f6c46ef4db38769078252a --- /dev/null +++ b/datasets/metadata/438834.json @@ -0,0 +1 @@ +{"id": 438834, "index": 0, "name": "lith_agfabrovira_bs22a", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-10T10:03:43.818Z", "availability": "Public", "nsfwLevel": 1, "description": "Use
lith_agfabrovira_bs22a + Prompt
", "trainedWords": [], "stats": {"downloadCount": 102, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 359336, "sizeKB": 223099.22265625, "name": "lith_agfabrovira_bs22a.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-10T10:05:36.046Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F3355A74", "AutoV2": "9D806744AF", "SHA256": "9D806744AF43D3C967C097F32088F08A16891DB4854FE0D4637BB3C33BD06B93", "CRC32": "10224C9D", "BLAKE3": "1E569E3CA0DA9AC8610D022CAE9B26D9E090C8B82D54A644FE2762B0188FD882", "AutoV3": "33435F0088BA"}, "downloadUrl": "https://civitai.com/api/download/models/438834", "primary": true}, {"id": 359263, "sizeKB": 8524.5341796875, "name": "438834_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-10T08:40:38.793Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8EF77029", "AutoV2": "72865C68D0", "SHA256": "72865C68D0C74C5E42806DA0C98C47D9A48EDC7FE5ECE5197192FB346CABAB29", "CRC32": "8CAEBA6D", "BLAKE3": "F0EDC5695087C422936768D3E250CB597CE2CC9D7118DE510299C0A08E4DDB4E"}, "downloadUrl": "https://civitai.com/api/download/models/438834?type=Training%20Data"}], "images": [{"id": 9570623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/668c85f2-e80c-4127-8009-6cb2262c8d89/width=450/9570623.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "USN]|Y~p01xa-;M|RjkC%29Gofof?bR*ofay", "type": "image"}, {"id": 9570626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6c25160-1dd4-4a5e-afd1-0e9ca719cef5/width=450/9570626.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UhMjaP~WWYt7I[xZa#j[xFM{WBoe%MozfkoL", "type": "image"}, {"id": 9570622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0db3cf5e-57c5-48f1-b65c-a06f427b8075/width=450/9570622.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UjN,l3~WNGt7?bM|Rjjs%MR*ofofX9xus:WV", "type": "image"}, {"id": 9570624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efafbe3a-8a47-48de-a8e3-9c72ceddb01d/width=450/9570624.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UoN0n}?bIpt6~WWCayoL9ZM|t6WVs.t6WXjs", "type": "image"}, {"id": 9570694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/190b8f28-ef2f-4f1c-8569-3b9cfcb0784f/width=450/9570694.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UqJj@:E2oLfQ~VWXR*j[xZxtRkayWCWBs:az", "type": "image"}, {"id": 9570689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/563f5206-a3c7-4195-bdeb-78ed7b8d7971/width=450/9570689.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U+Kn0WNHWCjs~VfkWBoeM{ofWVayWCRkoeWB", "type": "image"}, {"id": 9570693, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0eb63214-43d6-4121-ab5e-eba803232b38/width=450/9570693.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UvJt;q?GRkt6~VxZRkj[VsWBa}ays:jtj[oe", "type": "image"}, {"id": 9570696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb665bf4-bdbe-4a05-be7d-4b390134801b/width=450/9570696.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UfHLMC_2jYof~V-:WBofxZRjNHWVt7NGNHj[", "type": "image"}, {"id": 9577365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c40da3a-2601-4e23-be66-282060bad5bc/width=450/9577365.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHDc8cIoNH_2_NWBof%MIVofa{RjM{fkafWB", "type": "image"}, {"id": 9577366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5271797b-c985-493b-87d0-da97f25ad655/width=450/9577366.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDCZLps+4:%M?^snaKozIUbIf+WBf,s:e.WC", "type": "image"}, {"id": 9577367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5d14cab-b2b3-4b3a-90b9-1723e4707706/width=450/9577367.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGDJ08NG4oNG_MWBM{RjM{ayt6oLWXayaeay", "type": "image"}, {"id": 9577525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50364eab-8c1c-4ca5-b099-2ae5cc26b261/width=450/9577525.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UcHn]K~pjFt7~W%LRjj[jZWVWBayR*bHoef6", "type": "image"}, {"id": 9577521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c097f2d3-ecab-46d5-ab42-75be6aa82aad/width=450/9577521.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UhLW^e^*4.-:~WxtM{t7IVRjofayxaj[WBj[", "type": "image"}, {"id": 9577524, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be89370d-eead-44ea-9241-628ffdb2f0c5/width=450/9577524.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UpM?}8-pD%xt~pWBWAt7IVM{t7a}xtofWBay", "type": "image"}, {"id": 9577522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b52c9458-5846-4a85-a9ff-8e8cd995e575/width=450/9577522.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UgK^yz?b4.IU~pa#RjxtM{Rjofa#V@jskCWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/438834", "modelId": 393418} \ No newline at end of file diff --git a/datasets/metadata/4389.json b/datasets/metadata/4389.json new file mode 100644 index 0000000000000000000000000000000000000000..7be3a9435c0870368e9a92153d0d837c101d01f5 --- /dev/null +++ b/datasets/metadata/4389.json @@ -0,0 +1 @@ +{"id": 4389, "index": 1, "name": "dreambooth_kda_all_out_akali_anythingv3protogenx58", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-01-06T10:42:09.253Z", "availability": "Public", "nsfwLevel": 2, "description": "OLD version
Base model: anythingv3 + protogenx58
", "trainedWords": ["k/da all out akali"], "stats": {"downloadCount": 277, "ratingCount": 10, "rating": 5, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 4302, "sizeKB": 3761849.998046875, "name": "kda_akali_anythingv3protogenx58.ckpt", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "**Detected Pickle imports (3)**\n```\ncollections.OrderedDict\ntorch._utils._rebuild_tensor_v2\ntorch.HalfStorage\n```", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-01-06T11:25:47.320Z", "metadata": {"format": "PickleTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "D793079E", "AutoV2": "0A4F090842", "SHA256": "0A4F0908424C8E108C05419807190572214B9F31CBEDD6A669597F7CD6EB305F", "CRC32": "91656B94", "BLAKE3": "1B3A29F9DFB16B889AD9D8D70A1CF27E864795AAF5BCA6A807BDB672C1051F46"}, "downloadUrl": "https://civitai.com/api/download/models/4389", "primary": true}, {"id": 4434, "sizeKB": 6392.8623046875, "name": "akali_cropped_512.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-01-07T14:03:49.544Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FE9A5073", "AutoV2": "E925FFCD67", "SHA256": "E925FFCD67048F67C9FB53FA97267FF1B3FDA6885028A04BBDEEFE1F2F627A44", "CRC32": "912CB0B5", "BLAKE3": "45BB6C5AC65197192D442C07D1F881387FAAC8582A030C385DE36065AB8E9D6C"}, "downloadUrl": "https://civitai.com/api/download/models/4389?type=Training%20Data"}], "images": [{"id": 29576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0afe1279-1439-4111-2133-c87b42ed8a00/width=450/29576.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UJF$eT_3xr^%~p_3n#xC9F%gtTRjsmR+OFbI", "type": "image"}, {"id": 29578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66a50c26-95c7-4cae-9293-fb0e4bb1e100/width=450/29578.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UEHLoE00.88_~pmkEiVrn2w].9IVWV$%EMNa", "type": "image"}, {"id": 29577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2df1472d-0a0e-4f45-9dd1-113a1adb1600/width=450/29577.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UbH2yg=^u6IqJ;ngE4fmH@NJafS$w[WBI;WB", "type": "image"}, {"id": 29935, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/324ed40a-fcd8-4a39-f64b-fb21eca6ca00/width=450/29935.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UHH2Zv9E5]rpu6ibk?iu00-oV@i_=HcDNMI;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/4389", "modelId": 3945} \ No newline at end of file diff --git a/datasets/metadata/439027.json b/datasets/metadata/439027.json new file mode 100644 index 0000000000000000000000000000000000000000..6cfd9372ddf4b0277d3e822f65e994a3272a9188 --- /dev/null +++ b/datasets/metadata/439027.json @@ -0,0 +1 @@ +{"id": 439027, "index": 3, "name": "PAWGXL", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-10T12:45:26.135Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 485, "ratingCount": 0, "rating": 0, "thumbsUpCount": 70, "thumbsDownCount": 0}, "files": [{"id": 359492, "sizeKB": 223114.57421875, "name": "PAWGXL-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-10T12:20:49.918Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "52AA4E54", "AutoV2": "ADFB338D90", "SHA256": "ADFB338D90DDC6AA402BBD760972B91EDBD488D40124FC4F3BBEC826A1881D9B", "CRC32": "3A2ACDE3", "BLAKE3": "40E674802A6953EF8837312AF77FE9A7E9B2715AD9734D482C230D9E8D5BA64C", "AutoV3": "071B4240CFAD"}, "downloadUrl": "https://civitai.com/api/download/models/439027", "primary": true}, {"id": 359435, "sizeKB": 45215.9658203125, "name": "439027_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-10T11:30:34.966Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D44229E4", "AutoV2": "3B028D4DF1", "SHA256": "3B028D4DF136C5772D234E92223DD151C6088F1AB394BCB25027272A69315E47", "CRC32": "B646FB7E", "BLAKE3": "38096F67DEA402A8F5E11249F234B422CEF81CD2F05D11450549D31C80CFB5DA"}, "downloadUrl": "https://civitai.com/api/download/models/439027?type=Training%20Data"}], "images": [{"id": 9578747, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9645b200-a679-4b1d-b29b-2f55a4c7b968/width=450/9578747.jpeg", "nsfwLevel": 8, "width": 1024, "height": 768, "hash": "UIHw.R-UD%-pPXs:0z9|GbNGaKNeOaaz$%t7", "type": "image"}, {"id": 9578745, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06d63e35-25c0-4bae-a23a-68c085d6add2/width=450/9578745.jpeg", "nsfwLevel": 8, "width": 768, "height": 1024, "hash": "UBL|x:*w8c0hoxoztlVs0LEQIA?G?vRjIA%1", "type": "image"}, {"id": 9578504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adce1281-f6cd-411b-895b-04dc282d11a9/width=450/9578504.jpeg", "nsfwLevel": 8, "width": 1024, "height": 768, "hash": "USIz^:IUTyWp~qxaE3t7FMjZIpaz9]ofS5ay", "type": "image"}, {"id": 9578505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e83ff632-ff82-4b44-a560-aedd4183c7d1/width=450/9578505.jpeg", "nsfwLevel": 8, "width": 1024, "height": 768, "hash": "UGHdpkr;00%1~C%29tIV00OY-pi_RPE2S4-o", "type": "image"}, {"id": 9578507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a12a43e1-c5c9-438b-8226-91d3fa963222/width=450/9578507.jpeg", "nsfwLevel": 8, "width": 768, "height": 1024, "hash": "UREpQaWC?cjY^*RQ_2WB~qt7x]oet7od%Mj?", "type": "image"}, {"id": 9578740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ee65a94-cc78-4195-9351-4f792599f156/width=450/9578740.jpeg", "nsfwLevel": 8, "width": 768, "height": 1024, "hash": "UTI4qi={TdM|~qV@I[E2OYMxR,R+D*Vss:kW", "type": "image"}, {"id": 9578758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/815e482f-bfba-478a-a3c5-f71e97d35bd0/width=450/9578758.jpeg", "nsfwLevel": 4, "width": 768, "height": 915, "hash": "UXJQ=wX79^M{~qofX9M{57xa-oV@$gS4IojF", "type": "image"}, {"id": 9578503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4bd8099-bf02-4138-aedf-de7875a8458c/width=450/9578503.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDL3=T-VyEOsK+nh56I=00wI}@xt$PXT^*V@", "type": "image"}, {"id": 9578506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e8ae2ac-f32c-43e8-a58f-5db26e4bf8fc/width=450/9578506.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "UDI|m{?G00M{0z^jM{9a00RQ-p-p}?%1bIRj", "type": "image"}, {"id": 9578746, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ffd276a-5aa3-4673-b0b1-2c0209a9ff77/width=450/9578746.jpeg", "nsfwLevel": 8, "width": 768, "height": 1024, "hash": "UPNKCgHXL3p{%gozyDaf9ubcsSsmkqaei_kW", "type": "image"}, {"id": 9578743, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffaf0293-6fa4-4098-8b8a-89cf09a05c15/width=450/9578743.jpeg", "nsfwLevel": 8, "width": 816, "height": 1024, "hash": "UAIhHhMwAdx]xCDj9vM{Gb?H#RIo00Os~Vs;", "type": "image"}, {"id": 9578744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33a067fc-2207-4f34-b8f5-99c27f7b0a99/width=450/9578744.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAI}3KE301NK*0t9-oNH00tS%MIpogNI0eIp", "type": "image"}, {"id": 9578741, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0ad6d50-d9f4-46e6-b165-dfddac081e57/width=450/9578741.jpeg", "nsfwLevel": 8, "width": 768, "height": 1024, "hash": "UqJai%n$cFt7?wbHT0ShyDRjWXofM{ayniof", "type": "image"}, {"id": 9578742, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d54ff2d-c855-4f28-a86e-c59229e6335d/width=450/9578742.jpeg", "nsfwLevel": 8, "width": 1024, "height": 768, "hash": "UjKwg_D%NaIA_NkBMxRPx^obxZRj%3Rjj@oz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/439027", "modelId": 393601} \ No newline at end of file diff --git a/datasets/metadata/439083.json b/datasets/metadata/439083.json new file mode 100644 index 0000000000000000000000000000000000000000..d55dcd5197b8c62568c4b38524b8c21066971528 --- /dev/null +++ b/datasets/metadata/439083.json @@ -0,0 +1 @@ +{"id": 439083, "index": 0, "name": "lith_argenta_beh1w", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-10T13:03:11.163Z", "availability": "Public", "nsfwLevel": 1, "description": "Use
lith_argenta_beh1w + Prompt
", "trainedWords": [], "stats": {"downloadCount": 98, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 359471, "sizeKB": 1576.1748046875, "name": "439083_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-10T12:05:37.612Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "333FA18ED5", "SHA256": "333FA18ED57A94FDC656DC0031569B37F4F4F275ABA97C870C7FF202CF1EDDF5", "CRC32": "B986BCB0", "BLAKE3": "F662731CBF7BD6429AA36CA1B8309CBB97E878FDE76EF036AD8AAA157FFF583B"}, "downloadUrl": "https://civitai.com/api/download/models/439083?type=Training%20Data"}, {"id": 359554, "sizeKB": 223098.94140625, "name": "lith_argenta_beh1w.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-10T13:06:12.625Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A2F0534D", "AutoV2": "596EDC5CA4", "SHA256": "596EDC5CA4D0AE8044550BFCCCB5EF80A4CCF266D9F97D69EF61DA7723390D70", "CRC32": "3565B859", "BLAKE3": "86EF777208BBFDC541C98DF2AA3226B047D37A3EF4C4B92F516C17E7BDBD826E", "AutoV3": "83075E47005B"}, "downloadUrl": "https://civitai.com/api/download/models/439083", "primary": true}], "images": [{"id": 9580180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b79e5a4-1618-4cc3-80d0-5705287eb84b/width=450/9580180.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFO3d@xt~W?aofWBxaxu-:xt9GIo^*%2M{E1", "type": "image"}, {"id": 9580323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f60db195-c5d5-4273-9a45-adf483540adc/width=450/9580323.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UlIhKc-;Rkt7~p%2j]t7-:WBWBoextM{WBj[", "type": "image"}, {"id": 9580321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9bd8a38-62dd-4018-bbdb-d318bb354b37/width=450/9580321.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U%H_oMkBM|oe~poeWCj[?aofj[j[t7j[ofoe", "type": "image"}, {"id": 9580324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24ebdc4e-68e4-4123-895a-bc867a5fa3bf/width=450/9580324.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U=JkP@xtR*of~pofayof-:Rkoej[bIWBoeay", "type": "image"}, {"id": 9580354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed70d384-1993-48bb-a35f-09d54325ad50/width=450/9580354.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UnNTXZ-:IU%2~qkCt7afWVM{s:WBxuayj[kC", "type": "image"}, {"id": 9580352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7391ffd-c55c-46c4-8346-9fece740dba9/width=450/9580352.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U%K-RYM{M{of~qaxWBazfkt7t6j[RkaekCoL", "type": "image"}, {"id": 9580353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b17dd7f-7699-45ad-9c11-5bc94d32c176/width=450/9580353.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UrMjdS-:E2j]_NofoJf7ofM{s:aysmayWXfk", "type": "image"}, {"id": 9580355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d70aa90-b97b-41de-af7d-2f3ab4df29d6/width=450/9580355.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UcM@Dk^+IBWB~pt7M{xtoyIVs:az%MWBt7WV", "type": "image"}, {"id": 9580382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e38e12b4-6a7f-49f5-bd9e-15563faa3786/width=450/9580382.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UJNAI.~p?Ht601xu%MM{n#IURPt7-pWBV@t7", "type": "image"}, {"id": 9580383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8194c8bd-2af9-4594-9c76-fcbfe73d6e63/width=450/9580383.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDNTE+D%~V~WM{t6xaf5?F%MD%M{?GRjIVt7", "type": "image"}, {"id": 9580913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/541f2c3c-3b7d-470d-b110-d50fb14376e9/width=450/9580913.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOODF0~ps.IUD%-;%MM|t5RjM{az?HIVj[s:", "type": "image"}, {"id": 9580912, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01f0aecd-84fc-4920-bf8b-694bfe1bbe64/width=450/9580912.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGOD8,~p?aWBD%t7-:WBM_M{IUxu-:WBa}oL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/439083", "modelId": 393650} \ No newline at end of file diff --git a/datasets/metadata/439105.json b/datasets/metadata/439105.json new file mode 100644 index 0000000000000000000000000000000000000000..9e0880c0ac92da204bbc8ee59fae1bb85d982899 --- /dev/null +++ b/datasets/metadata/439105.json @@ -0,0 +1 @@ +{"id": 439105, "index": 0, "name": "Anais Alexander ( Pornstar )", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-10T13:45:52.339Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 85, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 359509, "sizeKB": 9772.015625, "name": "439105_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-10T12:31:16.833Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7C8C739C", "AutoV2": "772D81C9C9", "SHA256": "772D81C9C9997E17E9478CFCCB8C09D3253B2C382DD7C0FD331E01FD9E035CF1", "CRC32": "3F7AC9F1", "BLAKE3": "D08EF88F10A19E049CC9DC2AF1C50055F41FF7E2F71FD73EB8D5B5F0504ABD7E"}, "downloadUrl": "https://civitai.com/api/download/models/439105?type=Training%20Data"}, {"id": 359623, "sizeKB": 223104.13671875, "name": "Anais_Alexander__Pornstar_.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-10T13:51:19.900Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1AA1B2D0", "AutoV2": "492359A76B", "SHA256": "492359A76B37C7E1F1773CD89A0CE689539F49A950975E5E88B7F16BC6D6E24F", "CRC32": "D6432D02", "BLAKE3": "6959803297338A067BEB6E3A0B3BF67E66535EB43CE0AD62A6E70440FEC903EA", "AutoV3": "FB366297B9D7"}, "downloadUrl": "https://civitai.com/api/download/models/439105", "primary": true}], "images": [{"id": 9581896, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c52bae7-b522-4a58-852a-f6ae0ead3b93/width=450/9581896.jpeg", "nsfwLevel": 1, "width": 896, "height": 1088, "hash": "UBGt+v}q675lAEbw4U%LBoIpVtRj%LNJVsaK", "type": "image"}, {"id": 9581910, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d809f435-f18a-4d12-a09e-b6de157653a1/width=450/9581910.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UEGHhy~BAqJ80z0f0MxaJn%2=xxZ4:ae-oxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/439105", "modelId": 393670} \ No newline at end of file diff --git a/datasets/metadata/439144.json b/datasets/metadata/439144.json new file mode 100644 index 0000000000000000000000000000000000000000..eef9fac9859fca74a3ef42dfc200e17c12f4a71a --- /dev/null +++ b/datasets/metadata/439144.json @@ -0,0 +1 @@ +{"id": 439144, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-10T12:54:02.613Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 389, "ratingCount": 0, "rating": 0, "thumbsUpCount": 77, "thumbsDownCount": 0}, "files": [{"id": 359543, "sizeKB": 39083.8857421875, "name": "Rinko_Iori_BuildFighters.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-10T12:55:43.097Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "29413F8E", "AutoV2": "2145C0ADDB", "SHA256": "2145C0ADDBB653053FCAB742D73FB919C4200324FF64FFD461E5B7DAE70E6A83", "CRC32": "E05F1F79", "BLAKE3": "2D902B94A67EE29CCC985F7776DF4A2A6489F6494148A8726FA849BE8BDDAE69"}, "downloadUrl": "https://civitai.com/api/download/models/439144?type=Training%20Data"}, {"id": 359544, "sizeKB": 22254.66796875, "name": "Rinko_Iori_BuildFighters-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-10T12:55:45.039Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AE5C3CCB", "AutoV2": "DCE9653E49", "SHA256": "DCE9653E49A4086C0EBF724E251A06AF6F2CF07F3D6EF9ACE5743E7EB61FE5BD", "CRC32": "18531CAC", "BLAKE3": "8F95F78746F79C01EDA6DD8F0A08264121ED4C3148AEBF1264B8A0AF42CA90BD", "AutoV3": "1EDC62D62071"}, "downloadUrl": "https://civitai.com/api/download/models/439144", "primary": true}], "images": [{"id": 9579252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74b9f54f-0ec7-4a9f-8aa3-c30fd162253a/width=450/9579252.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTP${wxt_N%L0EWD-;a$Imj?VroJxVazs%fP", "type": "image"}, {"id": 9579254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7539d47c-ec62-4bd4-b874-c4cfc26856bc/width=450/9579254.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTP${wxt_N%L0EWD-;a$Imj?VroJxVazs%fP", "type": "image"}, {"id": 9579400, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a1a06fa-8798-44bb-95a8-0e73cd7cb9bf/width=450/9579400.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZPityZ~.8oeOejX?aR*E8xt-ot5x.WZRPj[", "type": "image"}, {"id": 9579622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8e2ce1d-47a7-4fde-afdd-1dcd53b5f56b/width=450/9579622.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMJ%|0~V=rjER=EN0LxZ0NWA^iWZ01aJxFkW", "type": "image"}, {"id": 9581017, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/134c2ab4-ac35-4cb5-a860-03884252063c/width=450/9581017.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDNm1m00FvM{4:DinOnh2wRj~VE1-Uxa00Io", "type": "image"}, {"id": 9582857, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2862685-edac-467d-9c14-b7c13ebbf596/width=450/9582857.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOMZm}_NIU-90LnkoINdIV-qx]t7OZxa-7Io", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/439144", "modelId": 393705} \ No newline at end of file diff --git a/datasets/metadata/43928.json b/datasets/metadata/43928.json new file mode 100644 index 0000000000000000000000000000000000000000..bb065a287cf67c5327c89e524da3ab2f9434945f --- /dev/null +++ b/datasets/metadata/43928.json @@ -0,0 +1 @@ +{"id": 43928, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-12T18:02:15.417Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["KuonjiUkyo", "hair_bow", "UkyoOutfit", "ovaDress", "FurinkanUniform", "naked_apron", "spatula"], "stats": {"downloadCount": 600, "ratingCount": 63, "rating": 5, "thumbsUpCount": 77, "thumbsDownCount": 0}, "files": [{"id": 33281, "sizeKB": 26003.734375, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-12T17:55:51.719Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A7FDCE25", "AutoV2": "B9041BBD1F", "SHA256": "B9041BBD1FD4900BFA2619BE3506E9AC9B8A0E9A89ADB23381F9473766DF4EBF", "CRC32": "336D5F12", "BLAKE3": "5D17CFE4AC001C53E0DA3F898C6A1FDD194F49B548E5974B144E2B5556C7D33C"}, "downloadUrl": "https://civitai.com/api/download/models/43928?type=Training%20Data"}, {"id": 33282, "sizeKB": 36987.69921875, "name": "KuonjiUkyo.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-12T18:00:44.659Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C2BB912A", "AutoV2": "6A19973E99", "SHA256": "6A19973E999253381BEE5EFEB0D1B67559F5410EA41E42C1620FCD604DADA46E", "CRC32": "E9C83DD4", "BLAKE3": "9C0434300EAC9C7EE3DE210B139F36BF76A3A83C6E3CAE0A0BD272D65C0329CE", "AutoV3": "C2FCF531CBF9"}, "downloadUrl": "https://civitai.com/api/download/models/43928", "primary": true}], "images": [{"id": 479462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64ccea8c-d76e-4d1e-adb7-7aaec20d4300/width=450/479462.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UAGk,=j]?z-oxfW99qo$00W9aoak?Ys=0OM^", "type": "image"}, {"id": 479458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e48cd01-5e2d-4611-63b3-3478c7585c00/width=450/479458.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "USHxZ|JD~ctl?GflWqj?$[t6N5WBohoet2Rk", "type": "image"}, {"id": 479463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc728b5d-b5e6-43d9-7843-59cc5f051b00/width=450/479463.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UNGbJK_3KE~X9?WE-pt4?Qs:E9NFVgInb=$,", "type": "image"}, {"id": 479465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee7b8667-a576-4ae9-a027-7fae75278a00/width=450/479465.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UUF={^W9_Ixv?FxvNHt1tKoMkDWCxnRiogWH", "type": "image"}, {"id": 479469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fd2e523-a79c-4659-ad99-3aeaeb6edd00/width=450/479469.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "USJHjv?Hx?_3%MIVxtozt1RkxvxZ~Vof9aj?", "type": "image"}, {"id": 479476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fba8caf-28a3-4f6a-a3f4-fa2b97ded200/width=450/479476.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UGHB*{4n_Cx].PxaM,Rn?DWEIuxs#9WCTIsn", "type": "image"}, {"id": 479477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/425c0572-b0d8-4cb4-4293-72119377d500/width=450/479477.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UOF=:q_4?T^%~n%LNNjwV?adR*Ion-smxsbc", "type": "image"}, {"id": 479480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d00f727-8ca2-49d6-0b73-0efcbafa6100/width=450/479480.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UFHxy#x]00%04TV@_3bI$bRjERt7?]j?H@bI", "type": "image"}, {"id": 479481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb02dd6b-3864-4994-0f31-2da4e06b2f00/width=450/479481.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UGHxa0R+_B?a?rxaIFIo;Ki_OsSiwINGt7-:", "type": "image"}, {"id": 479483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af38eec6-5922-4b28-6555-84f10f44eb00/width=450/479483.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "USLMh.~DChByKcSx#r#YO;NF$+r^xuV@xaNZ", "type": "image"}, {"id": 479487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11fac08a-4047-49ce-ff7f-ebdded506700/width=450/479487.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UJK0KiD-0c~TO|t1=ixHoH-o-pI.IoW,xoxb", "type": "image"}, {"id": 479488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c84e85c4-ed10-4452-c62d-92103233c100/width=450/479488.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "ULHBi5002+?H_NM{xuNaO-kC=gR%tRX5ofnj", "type": "image"}, {"id": 479503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c3ac463-a0f1-42fa-ab87-1bf076341800/width=450/479503.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UFFion0T{a4U}%%MT1%gn4~pOux]^*oz?bkD", "type": "image"}, {"id": 479507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/798720a7-14e0-4943-fba2-1a6976136200/width=450/479507.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U8HCcb00y@jBUb}?Q6VZ0vt-BkJnYNMxt8%0", "type": "image"}, {"id": 479511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e16af684-137d-4777-d9cc-2e6ab3701d00/width=450/479511.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UZGk?%~UZzxWx[xtxut7wboJNybvxFofX8j[", "type": "image"}, {"id": 479521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26b63ce1-1b02-47e0-5222-288179529300/width=450/479521.jpeg", "nsfwLevel": 1, "width": 4000, "height": 272, "hash": "U~LqX}oLaebG~qkVjuj[.8e.fkoL_NjFa{j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/43928", "modelId": 37956} \ No newline at end of file diff --git a/datasets/metadata/439423.json b/datasets/metadata/439423.json new file mode 100644 index 0000000000000000000000000000000000000000..7a0032b61dd09626b8f4dcb90033e7af48bc962c --- /dev/null +++ b/datasets/metadata/439423.json @@ -0,0 +1 @@ +{"id": 439423, "index": 3, "name": "Combo 01", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-10T15:42:38.253Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["mejiro mcqueen \\(umamusume\\)", "satono diamond \\(umamusume\\)", "kitasan black \\(umamusume\\)", "rice shower \\(umamusume\\)", "tokai teio \\(umamusume\\)"], "stats": {"downloadCount": 958, "ratingCount": 0, "rating": 0, "thumbsUpCount": 114, "thumbsDownCount": 0}, "files": [{"id": 359805, "sizeKB": 223100.76953125, "name": "uma_pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-10T15:41:11.480Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D0E380D7", "AutoV2": "95B5BCC3F9", "SHA256": "95B5BCC3F9DDD27F81167F9DA73798AC610CB38A7FC0A5436B7964B0D49099AB", "CRC32": "F97D7484", "BLAKE3": "9D87C0D89003B33FDCE6B5BEDE59BFEB6143C5505F4AD3929F0584328FC8911B", "AutoV3": "52DAD5532B45"}, "downloadUrl": "https://civitai.com/api/download/models/439423", "primary": true}, {"id": 359808, "sizeKB": 9447.78515625, "name": "Uma2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-10T15:45:38.371Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A71954DB", "AutoV2": "7833D4D631", "SHA256": "7833D4D6311AF5333A3777C404A34D727F8DA9BD80E3BC048E25A2B703FFA57F", "CRC32": "16ADEACD", "BLAKE3": "D8388407C91D1FB4E702BDA59668A25571C5B92660E77E9656C710A35DD5A3AE"}, "downloadUrl": "https://civitai.com/api/download/models/439423?type=Training%20Data"}], "images": [{"id": 9587855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbb17784-5227-4eaf-8e78-75ed86792765/width=450/9587855.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UDJHm@00x-D%J_4..9aJw;IVNgs,?wxuwHxa", "type": "image"}, {"id": 9587894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31ab6bf7-dff0-4c70-ab1f-fb1838d93f49/width=450/9587894.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UKJ*SXH?0wNH3GwHR%X4J;InxZoet9E2rqRP", "type": "image"}, {"id": 9587852, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd35ae90-196a-4f1f-a374-20e3e0facae5/width=450/9587852.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UII=7J8w7MIUGdad-VIp0LoznNaf01xYIU-U", "type": "image"}, {"id": 9587854, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3595c4ed-1871-4336-84b3-948d33027e45/width=450/9587854.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UDIXv}pK3sY64TO@oOr@8wWErpIUKl$eIoNH", "type": "image"}, {"id": 9587851, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2521241-2163-462a-813c-035d7c40f557/width=450/9587851.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UEJa$W?^7Mi^M|.8-;i^4TXT8^MxxDM{RPV?", "type": "image"}, {"id": 9587902, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f3ac4b7-6bed-43d0-ad7b-bf28645c0a9d/width=450/9587902.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UHIYU-Q,G^NfA3S3tnx^H=xuI]-;17%0s:Nb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/439423", "modelId": 357471} \ No newline at end of file diff --git a/datasets/metadata/439460.json b/datasets/metadata/439460.json new file mode 100644 index 0000000000000000000000000000000000000000..2a6bf5938b8cb7c944911e0716b51f1e33a6274d --- /dev/null +++ b/datasets/metadata/439460.json @@ -0,0 +1 @@ +{"id": 439460, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-10T16:00:24.245Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": ["kanzaki rio"], "stats": {"downloadCount": 156, "ratingCount": 0, "rating": 0, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 359842, "sizeKB": 3627.6611328125, "name": "rio.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-10T16:00:51.593Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1D8263FA", "AutoV2": "66DB937C5A", "SHA256": "66DB937C5ACCD292344C775CF31A31401F995B57C1C2206106E94656AA1A3A64", "CRC32": "8712B931", "BLAKE3": "18AEE9E94747EA03DA46115FBBDD3E147A5F007801BBBCDB5D184DCC3D2AFEBC"}, "downloadUrl": "https://civitai.com/api/download/models/439460?type=Training%20Data"}, {"id": 359843, "sizeKB": 28240.20703125, "name": "rio.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-10T16:01:21.669Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D9643B92", "AutoV2": "65D9A153DE", "SHA256": "65D9A153DE46E34AD85CCD8C73424EB2D4906BC4A4C304CB4E508B3A11C8BBD0", "CRC32": "9082E213", "BLAKE3": "2EE099AC5134BA5A2EC80446E7D417BEEBED288D1E4D2F20EFBB59135D1895C1", "AutoV3": "2C7FCEF4C583"}, "downloadUrl": "https://civitai.com/api/download/models/439460", "primary": true}], "images": [{"id": 9588902, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d82e40c-f1d3-49fc-86a4-ab778955866a/width=450/9588902.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UBGbrM~CK4Sj*09Er?R*000K4:D%4pkX~VM{", "type": "image"}, {"id": 9588904, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e19cc0a5-ab8a-4591-bb20-64b8d3e02f5d/width=450/9588904.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UDI50*4o0z_2~p4.EM?H.89F-UNGPB9F%1ae", "type": "image"}, {"id": 9588897, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e04215bb-0069-45e3-9702-b45ce4c93962/width=450/9588897.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UKLghR.Sp_tR18b{9vRk5WxHr?s.~Ws9%1ae", "type": "image"}, {"id": 9588906, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a83f368b-97c7-42da-ba24-5fef3c34383e/width=450/9588906.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UUG@=8R*Rj?G~UIVNGt7NwIVR*ofofM|R*of", "type": "image"}, {"id": 9588903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6de475eb-d011-4670-a6e6-c726f7e689bb/width=450/9588903.jpeg", "nsfwLevel": 8, "width": 1536, "height": 1536, "hash": "UBGun7BZ0#D%*0?vxu57IUS$~WMx.9_NM_i^", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/439460", "modelId": 393982} \ No newline at end of file diff --git a/datasets/metadata/439648.json b/datasets/metadata/439648.json new file mode 100644 index 0000000000000000000000000000000000000000..8282039642107f5217355d511859987d24590d85 --- /dev/null +++ b/datasets/metadata/439648.json @@ -0,0 +1 @@ +{"id": 439648, "index": 0, "name": "BNA - Michiru Kagemori", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-10T19:05:10.781Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 204, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 360035, "sizeKB": 7444.435546875, "name": "439648_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-10T17:55:51.661Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1F1747CB", "AutoV2": "22687B5D03", "SHA256": "22687B5D0380DC13EDC81EF21396352DD43BEF586F2487382A540F22B344142F", "CRC32": "20BBDF2C", "BLAKE3": "10EDC00A60B3C248AF53933946A273D9165DF30359CB26F989BC96298BA68F03"}, "downloadUrl": "https://civitai.com/api/download/models/439648?type=Training%20Data"}, {"id": 360119, "sizeKB": 223102.26953125, "name": "BNA_-_Michiru_Kagemori.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-10T19:05:55.260Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8CE551A8", "AutoV2": "657A1387C9", "SHA256": "657A1387C9E4646E47CC0B28B3AC2782B963D4EA0FF75DC389AC61C56DD713E6", "CRC32": "9A134099", "BLAKE3": "CF77AAA2C706EFD58851467DC2AA61DCAE4DA24CCD8C324B7BB4EA6A39A37B92", "AutoV3": "0C02529F5E1F"}, "downloadUrl": "https://civitai.com/api/download/models/439648", "primary": true}], "images": [{"id": 9599241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/982c19a2-8ade-46b5-8860-5d512b3738a6/width=450/9599241.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UOJHUS_MyFKjctEfWCx]5;R-s9aes-smoyRj", "type": "image"}, {"id": 9599210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3be3520f-9108-43e6-a135-b09752a8f123/width=450/9599210.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UULfq0Q-S1S%*0M{-U-UE,S$xuX7x@X6bXWY", "type": "image"}, {"id": 9599278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/941380a4-4b6c-4c32-b4e0-acfd09d3361f/width=450/9599278.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFOy06?HHD-pcY4nHXXT_19{ofxD]iKQpJ#*", "type": "image"}, {"id": 9599279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/799e08ff-5bc9-40f6-b58b-ba65d26d8257/width=450/9599279.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UNIyFCPUB:}s0hidvgEM%M%Lt6tQ,:NGEMso", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/439648", "modelId": 394145} \ No newline at end of file diff --git a/datasets/metadata/439839.json b/datasets/metadata/439839.json new file mode 100644 index 0000000000000000000000000000000000000000..9e535d77f50884005fecfcaaeb2b101989e57749 --- /dev/null +++ b/datasets/metadata/439839.json @@ -0,0 +1 @@ +{"id": 439839, "index": 0, "name": "Jade Laroche ( french pornstar )", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-10T21:58:35.348Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 111, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 360227, "sizeKB": 6664.2119140625, "name": "439839_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-10T20:36:07.857Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7262B501", "AutoV2": "3E1E72B1C4", "SHA256": "3E1E72B1C443A4A34CBB59136AB6C13D7311B0C7E3DC43D8C5283BBB99090D1B", "CRC32": "3EDED81B", "BLAKE3": "D3273C30A499A5B093C6CE9238565B672B7A1D866EB6CFFEADAC47CC5B2E7ED6"}, "downloadUrl": "https://civitai.com/api/download/models/439839?type=Training%20Data"}, {"id": 360327, "sizeKB": 223102.42578125, "name": "Jade_Laroche__french_pornstar_.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-10T21:55:49.526Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A3890EA8", "AutoV2": "BA39EA655A", "SHA256": "BA39EA655A8D5538DB69F06D52726000219D3164FD17EE1CAEFD77345D787C20", "CRC32": "3B1961C5", "BLAKE3": "7F05D6FFE2F2FE8F3B7ACDE62FE384DA601FE96F76DA57A274E7DC5BDA92612A", "AutoV3": "371CABD4ECEC"}, "downloadUrl": "https://civitai.com/api/download/models/439839", "primary": true}], "images": [{"id": 9610463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6661aff5-036a-4ab4-afe8-8a0bebcd0d77/width=450/9610463.jpeg", "nsfwLevel": 1, "width": 960, "height": 1088, "hash": "USEV$Wt6t*%f_LoybutQozoynjRRSebYsoV[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/439839", "modelId": 394321} \ No newline at end of file diff --git a/datasets/metadata/440064.json b/datasets/metadata/440064.json new file mode 100644 index 0000000000000000000000000000000000000000..c753e1a58f222e103cf75029dea6a5ef732d7c44 --- /dev/null +++ b/datasets/metadata/440064.json @@ -0,0 +1 @@ +{"id": 440064, "index": 0, "name": "GameGearPDXL", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-14T05:35:18.431Z", "availability": "Public", "nsfwLevel": 3, "description": "XD I still use Clip skip two, so just - whatever works for you is A OK for me :3
", "trainedWords": ["gmgzzz"], "stats": {"downloadCount": 154, "ratingCount": 0, "rating": 0, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 365863, "sizeKB": 1385.373046875, "name": "440064_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T05:41:10.021Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "CB19CEF7DE", "SHA256": "CB19CEF7DE67D56FD0CF150DC3D798328A6DAE5FE52A24F39EC5F2E40A77F117", "CRC32": "865F5A20", "BLAKE3": "AAA3A817712ED3C30F62FB4C1F4B1A19B877971CE2DF21FB5DE9B720360D710A"}, "downloadUrl": "https://civitai.com/api/download/models/440064?type=Training%20Data"}, {"id": 365857, "sizeKB": 223103.60546875, "name": "GameGearPDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T05:30:46.894Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "48D1FBD9", "AutoV2": "C9B86FC814", "SHA256": "C9B86FC814539FF99AB52FC3E83154D15EF43CCAA924C1870CA99A95EADCB1A2", "CRC32": "574A1E26", "BLAKE3": "61F79F71F5AF50D58CB3B815A5CC83603127F772F15DE12025027FFC56F05A1C", "AutoV3": "48A53830CF78"}, "downloadUrl": "https://civitai.com/api/download/models/440064", "primary": true}], "images": [{"id": 9847050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87b4915f-4a9d-418c-ba13-ea1e1c717ee7/width=450/9847050.jpeg", "nsfwLevel": 2, "width": 1792, "height": 2304, "hash": "U89aaFjJ0JtKyGn$NESjIlR:s@s*NLs%xZWa", "type": "image"}, {"id": 9847052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79387600-8b3c-4ff8-9233-541d313d85f0/width=450/9847052.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "UEE.*GW@00s+00s:_3R*D4s+?vR-~VRk9Fxa", "type": "image"}, {"id": 9847054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86e290d9-6b4c-41b0-bfaf-d1e7b03a8152/width=450/9847054.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "UCEA[{sV0dt60jWW-mj@0|W;}Ya{?HfkIpa#", "type": "image"}, {"id": 9847058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f072787-302a-421f-a16d-44e815513c62/width=450/9847058.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "U18NIXIw}3~80JItpMxt0J-lE=I@0u-m#hN0", "type": "image"}, {"id": 9847053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c1a2e51-ddb6-4d2c-b63a-3e6ecf9e1e62/width=450/9847053.jpeg", "nsfwLevel": 1, "width": 2304, "height": 1792, "hash": "UB7dF%a*I%WUOxa%sibEEGWUs@j=$FoHS8a$", "type": "image"}, {"id": 9847059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00dbbb4f-5462-488f-b00d-b2da7b0a0fe7/width=450/9847059.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "U16t]cSd04xGMpM}-$t6z3RlT?t5d0t6Q[WC", "type": "image"}, {"id": 9847051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1ca9bfc-ffa6-4004-ab15-56b6c95c9544/width=450/9847051.jpeg", "nsfwLevel": 2, "width": 2304, "height": 1792, "hash": "UC7e-cnhH;ozT#jXnNbJMHbIp0n$mjbIkWjX", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/440064", "modelId": 394529} \ No newline at end of file diff --git a/datasets/metadata/440087.json b/datasets/metadata/440087.json new file mode 100644 index 0000000000000000000000000000000000000000..08fc016eedbf68ed10296d6e87c39c480c700ce7 --- /dev/null +++ b/datasets/metadata/440087.json @@ -0,0 +1 @@ +{"id": 440087, "index": 0, "name": "Harry the Alien", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-11T01:05:43.534Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 59, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 360569, "sizeKB": 223102.95703125, "name": "Harry_the_Alien.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T01:05:47.242Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "839191C4", "AutoV2": "6F9F6E8E0B", "SHA256": "6F9F6E8E0B1B8265DF5FDA80512F8562D2FA61C64E07AA9ED1286D20BEA8FDDD", "CRC32": "C6982E7E", "BLAKE3": "DEBD6B03CF86159D342C72A8488B25D5818D4A3617AA520E76B6A8D6C39178EC", "AutoV3": "A01E9D3825FB"}, "downloadUrl": "https://civitai.com/api/download/models/440087", "primary": true}, {"id": 360484, "sizeKB": 1896.30859375, "name": "440087_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T00:06:10.414Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "BF66BC181D", "SHA256": "BF66BC181DB9B8F36203F319E95B9BA557C2E78B42FA91CD1E169CFFCF12DE89", "CRC32": "9B471239", "BLAKE3": "A079DD5865B594519C62F6AC1E6028BDED5378638A5E240A3CE4DDB0222DF342"}, "downloadUrl": "https://civitai.com/api/download/models/440087?type=Training%20Data"}], "images": [{"id": 9620112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c8e6508-db0a-4326-9f64-ce747a873947/width=450/9620112.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UPO.:gxa}=$*^koLWqa|nNae%gofx^a|Dif6", "type": "image"}, {"id": 9651553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b52f0e7-a6d5-4d7d-ac93-e6de4fdf6a83/width=450/9651553.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U8Bguq_4020M~UwFDiEO0JOG,+=t0LW=-p$f", "type": "image"}, {"id": 9618791, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a761366-1ed4-4fab-8010-b1a0c976fe08/width=450/9618791.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U67w=|0hH;v{~qIqI9i]02^*IoIV0M_1M|D+", "type": "image"}, {"id": 9651555, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c3f6c75-16c0-47ba-b14b-23756c0e120a/width=450/9651555.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1312, "hash": "UmFifDt6oyNG.Ta#bbR*X-oejGofb_ofs.of", "type": "image"}, {"id": 9651556, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3357c84e-72b9-4c36-bc6d-29cccb776947/width=450/9651556.jpeg", "nsfwLevel": 1, "width": 3584, "height": 4608, "hash": "UNGlP2-o.TWC_Nxu.8bIDhtRofxu%#t7xuoM", "type": "image"}, {"id": 9651554, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1283d142-0d90-4200-bfff-db6fc69b4a34/width=450/9651554.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UNLEKN^*~o%M9EofWUM|9bD*D%t7tRWBs:s:", "type": "image"}, {"id": 9618790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62b832e3-cf4f-4a56-b157-a9f5907d6d3b/width=450/9618790.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U26SvL000Jue}@uM00NG00}@E89Hv6O=r;qw", "type": "image"}, {"id": 9618792, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b117e1fb-956e-4584-90e5-f657502ab05b/width=450/9618792.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UcFi~G5J=YN2?Dx@ogXSy=#PbYr?q^xsivo{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/440087", "modelId": 394553} \ No newline at end of file diff --git a/datasets/metadata/440265.json b/datasets/metadata/440265.json new file mode 100644 index 0000000000000000000000000000000000000000..e45ee24a16cd469ad7513569d778ca759f846462 --- /dev/null +++ b/datasets/metadata/440265.json @@ -0,0 +1 @@ +{"id": 440265, "index": 0, "name": "v1.2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-11T02:11:13.813Z", "availability": "Public", "nsfwLevel": 29, "description": null, "trainedWords": ["Wchastity", "metcage", "plascage", "cagecage"], "stats": {"downloadCount": 996, "ratingCount": 0, "rating": 0, "thumbsUpCount": 104, "thumbsDownCount": 0}, "files": [{"id": 361122, "sizeKB": 34546.57421875, "name": "440028_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T11:06:49.558Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9CC7993E", "AutoV2": "F34F400DFD", "SHA256": "F34F400DFDDB5468F64E8E3EEB4377A2B27E600210D62F08D33DAF15BDFD8788", "CRC32": "F7621E68", "BLAKE3": "CF72A1D014CA96CB556BB8F93C155AF371DBFD98BFE89BA4169405DA7FE8B419"}, "downloadUrl": "https://civitai.com/api/download/models/440265?type=Training%20Data"}, {"id": 360626, "sizeKB": 223120.56640625, "name": "Wrens_Chastity_Cages_V1.2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T02:05:47.212Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A7CBE5E9", "AutoV2": "3B5200958C", "SHA256": "3B5200958C824690486CCE0F692943E07EBBDD836AC7C90F570D13E5C5D4D821", "CRC32": "E4A390AB", "BLAKE3": "5158AC6840328345119FBCB2AB15EEDCBF7BA74FD65E360C82D4F7E57063E298", "AutoV3": "B1583017994D"}, "downloadUrl": "https://civitai.com/api/download/models/440265", "primary": true}], "images": [{"id": 15050310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c189bb11-1f1c-4ea4-ae91-8c1b89cbcbde/width=450/15050310.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UEJQ7q}[000y-4V@-q%LHsR*gNw}M{oeNcIp", "type": "image"}, {"id": 15050616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abea1887-eea7-472b-a70e-dc6b56cb14e5/width=450/15050616.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8MY{Jk=00}@5Rr=^jKP00NH^i$%xuX8nOr?", "type": "image"}, {"id": 9621960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1658fa1d-9822-4797-8e2e-0c30bfcfa2d6/width=450/9621960.jpeg", "nsfwLevel": 16, "width": 768, "height": 1280, "hash": "U7J?s*;K00~C0fIU0y9Z0g?I}qRPL~^Qx[lA", "type": "image"}, {"id": 9621904, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/224cba0b-0740-4976-866b-242a1153c1ea/width=450/9621904.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "U7NvJS?b0z9u}5tQ%gR701V[PCs,~qJD4;+@", "type": "image"}, {"id": 9621897, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/653103f6-dd2b-4317-be83-98a9bb7232c0/width=450/9621897.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UDNcNX?G*Ii{~U%MR.IAELSiRnr=s;M|M{%0", "type": "image"}, {"id": 9621895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ac72f51-2e9e-4f4f-8633-3ede611a337b/width=450/9621895.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UJMGL{E,1Mxa}nJB%2S1D%S5WYsl=ws:EOWV", "type": "image"}, {"id": 9821673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20703bb8-1bd5-4f94-bbd2-12ab9849e762/width=450/9821673.jpeg", "nsfwLevel": 16, "width": 832, "height": 1152, "hash": "U9L{VoU^00*0[.rY%N%z00zW.S%g?]R.0LHr", "type": "image"}, {"id": 9821672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca4da059-8bfa-40a5-9c30-9fb282b46254/width=450/9821672.jpeg", "nsfwLevel": 16, "width": 832, "height": 1152, "hash": "UALe~UrX00X8=YO?vM-U00VE%#%#?^RPXSMx", "type": "image"}, {"id": 15050227, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39645c89-6668-499e-bb44-e43d8863af8b/width=450/15050227.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UEJQ7q}[000y-4V@-q%LHsR*gNw}M{oeNcIp", "type": "image"}, {"id": 9821943, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6c4bda1-a24c-4809-bc4e-8d2c5831c5b3/width=450/9821943.jpeg", "nsfwLevel": 4, "width": 832, "height": 1152, "hash": "UXLfXbi_M}Ny~AIpM|NdobEMIpRkxbWXWCjE", "type": "image"}, {"id": 9854007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83e7bc48-76b6-47ca-9beb-544f266d100f/width=450/9854007.jpeg", "nsfwLevel": 1, "width": 832, "height": 1152, "hash": "UKKwnLxu_MxD~VR+4:slWCR*axs-r=WWkWn$", "type": "image"}, {"id": 10033271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7034b451-0753-409a-8bfc-42686a5d37b4/width=450/10033271.jpeg", "nsfwLevel": 8, "width": 832, "height": 1152, "hash": "U4NSjSOwq^}HxPt7E0D$000MKkbvnK4-0f-U", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/440265", "modelId": 376286} \ No newline at end of file diff --git a/datasets/metadata/440272.json b/datasets/metadata/440272.json new file mode 100644 index 0000000000000000000000000000000000000000..1275b1a32835edf844c6f7aeb394c00b56332bc0 --- /dev/null +++ b/datasets/metadata/440272.json @@ -0,0 +1 @@ +{"id": 440272, "index": 1, "name": "v1.1 Flat", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-11T02:25:11.253Z", "availability": "Public", "nsfwLevel": 25, "description": null, "trainedWords": ["Wchastity"], "stats": {"downloadCount": 412, "ratingCount": 0, "rating": 0, "thumbsUpCount": 49, "thumbsDownCount": 1}, "files": [{"id": 361121, "sizeKB": 28959.1982421875, "name": "440017_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T11:06:17.278Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "49C6FE9A", "AutoV2": "6CD739C77C", "SHA256": "6CD739C77C7CAE8B360F97F5EA2C6BBB9D6CAADA8FEB86AB2FE0DEFCF4B4CEFD", "CRC32": "79159B61", "BLAKE3": "2A50EA5BDBE7601A6B51F6DB819DC75DB49C99EF68C22DD5ED6B020C6D8FB5FC"}, "downloadUrl": "https://civitai.com/api/download/models/440272?type=Training%20Data"}, {"id": 360632, "sizeKB": 223117.23828125, "name": "Wrens_Flat_Cages_V1.1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T02:15:41.675Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "367E7B41", "AutoV2": "C0446FB2A6", "SHA256": "C0446FB2A63CCCD8EFB23AB96F4B45F63A134E7687BAE85B3C8A08FE9A1B1DCB", "CRC32": "267824F1", "BLAKE3": "CADD0C77816E057088498B49B3B1958EECF026B777FC0899B1338113552A1831", "AutoV3": "65B1BF5382AA"}, "downloadUrl": "https://civitai.com/api/download/models/440272", "primary": true}], "images": [{"id": 9622447, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f37d7250-25d2-496d-9d35-fa514ff4b094/width=450/9622447.jpeg", "nsfwLevel": 16, "width": 896, "height": 1152, "hash": "UCK,v^yZ00q@rU-:o$R600R~kVRQxaR*V]Rm", "type": "image"}, {"id": 9622439, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2cfe0bb-2730-4599-8a1a-b13ec7548bf9/width=450/9622439.jpeg", "nsfwLevel": 8, "width": 768, "height": 1280, "hash": "U7K+i|}S00}G0OMx58571JTx~A%L8wrZ%Lb^", "type": "image"}, {"id": 9622440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e70d8e54-f4da-4bea-b5fb-25c471e3c1fb/width=450/9622440.jpeg", "nsfwLevel": 8, "width": 832, "height": 1152, "hash": "UDJtxVn*00E2m,xZEMIo00?HkWxu~VoytQ%L", "type": "image"}, {"id": 9622441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b04f502-a069-4cb7-a0d7-5c7de937e4cf/width=450/9622441.jpeg", "nsfwLevel": 16, "width": 768, "height": 1280, "hash": "U5Kc-C?c03}Z00R53V%200WT4T578wMx^+J7", "type": "image"}, {"id": 9821681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b8530ea-56b3-47b3-8f68-9ef78cfcd21a/width=450/9821681.jpeg", "nsfwLevel": 16, "width": 832, "height": 1152, "hash": "UBKvdfZh00?b_MKjD*yC00kDTdO?,[D%EMoc", "type": "image"}, {"id": 9854033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a15d959-e87e-46e8-9988-90437d100dad/width=450/9854033.jpeg", "nsfwLevel": 1, "width": 832, "height": 1152, "hash": "UKKwnLxu_MxD~VR+4:slWCR*axs-r=WWkWn$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/440272", "modelId": 376286} \ No newline at end of file diff --git a/datasets/metadata/440452.json b/datasets/metadata/440452.json new file mode 100644 index 0000000000000000000000000000000000000000..2c4105cb54d2117d0f5a1ebfa45de235d12f8faa --- /dev/null +++ b/datasets/metadata/440452.json @@ -0,0 +1 @@ +{"id": 440452, "index": 2, "name": "v2.1", "baseModel": "SDXL Turbo", "baseModelType": null, "publishedAt": "2024-04-11T05:17:43.523Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Ultralbum", "ultratwink", "ultranikkon"], "stats": {"downloadCount": 24, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 360791, "sizeKB": 223105.85546875, "name": "UltralbumXL2.1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T05:16:19.727Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7A719F7A", "AutoV2": "AED74C45AD", "SHA256": "AED74C45AD258A465ABA3B2303A847D6228C100D5911BA017F259AA7B6B83E2C", "CRC32": "3AD0EF9E", "BLAKE3": "99DA144343CC04BF9C4F1452435A2B6A9F829ECC348C0D12BD2BE1D94AD2C7C4", "AutoV3": "226C81501FFE"}, "downloadUrl": "https://civitai.com/api/download/models/440452", "primary": true}, {"id": 361123, "sizeKB": 25677.1875, "name": "440298_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T11:11:13.501Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "97C3622C", "AutoV2": "1235D57C96", "SHA256": "1235D57C96004FCA578B5B7EEED0A0C21D5F5C78C339FE8D99593873FC1DBE70", "CRC32": "AD089040", "BLAKE3": "D256BC62FCC8BBD27DDE852FA465190FA2425D67DDF38081DFC0DE896AE38255"}, "downloadUrl": "https://civitai.com/api/download/models/440452?type=Training%20Data"}], "images": [{"id": 9627202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa7823c7-11f0-4cc6-bfe7-df0d9e641f53/width=450/9627202.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPP{D|xE|],=Sfj@W:S3;Pf7J9n*}CWWEiWW", "type": "image"}, {"id": 9627203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8140d42d-77c7-495e-a1ab-4abedf017486/width=450/9627203.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOQxMLsU|J,Y,ro1o1SMsUjtA=jt]9jtOCjt", "type": "image"}, {"id": 9627289, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f992e8e-0d1a-4b8b-8402-f0fdd9d1013c/width=450/9627289.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9IrNi%M00of~qjtM{WB00WBM{WB-;ofD%fQ", "type": "image"}, {"id": 9627304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a82159ed-d61c-4c5e-9299-a7934b2eea41/width=450/9627304.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U63MFtpLUubdk]f8Z}acU[f,ZLkDlCaIZ~ac", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/440452", "modelId": 370423} \ No newline at end of file diff --git a/datasets/metadata/440486.json b/datasets/metadata/440486.json new file mode 100644 index 0000000000000000000000000000000000000000..3e426a1a77a5799e7c7b4beda4a1b54b7c82e259 --- /dev/null +++ b/datasets/metadata/440486.json @@ -0,0 +1 @@ +{"id": 440486, "index": 0, "name": "Cartoon Doodle Illustration", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-11T06:56:54.190Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 89, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 1}, "files": [{"id": 360887, "sizeKB": 223101.69140625, "name": "Cartoon_Doodle_Illustration.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T07:00:49.839Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "675DC39A", "AutoV2": "335C2757AD", "SHA256": "335C2757AD7DD48AD0A5B18697A41E73E83ABEDF43D9915848F4D84C052E654B", "CRC32": "807A4E03", "BLAKE3": "25DB20C04C2E0DECCC5025DCA715993C8226615AEE26FFBB64022EF1AF9C58B6", "AutoV3": "D100772BD7AC"}, "downloadUrl": "https://civitai.com/api/download/models/440486", "primary": true}, {"id": 360836, "sizeKB": 1613.486328125, "name": "440486_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T06:01:12.327Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "0139FF44D1", "SHA256": "0139FF44D1A5D1861EC5E9C25D5FC5C666B127D44ED361806E133992424B25EA", "CRC32": "E3F5C479", "BLAKE3": "B9F3A12FEDADA03A517801542E3C362FC7A9881D3BBFA4117862CD7178FEE5A1"}, "downloadUrl": "https://civitai.com/api/download/models/440486?type=Training%20Data"}], "images": [{"id": 9632048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc5694ed-8169-4963-bf21-a87a13f8c00b/width=450/9632048.jpeg", "nsfwLevel": 1, "width": 680, "height": 680, "hash": "UGMsWfy@[I=.}Ez?4nrBp{M~GHx]4TxU-.oh", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/440486", "modelId": 394923} \ No newline at end of file diff --git a/datasets/metadata/440793.json b/datasets/metadata/440793.json new file mode 100644 index 0000000000000000000000000000000000000000..40008fab64ba4db85d2a0b964fe49d4cf302fefa --- /dev/null +++ b/datasets/metadata/440793.json @@ -0,0 +1 @@ +{"id": 440793, "index": 0, "name": "jema", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-11T11:52:40.082Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 196, "ratingCount": 0, "rating": 0, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 361131, "sizeKB": 33963.4189453125, "name": "440793_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T11:16:17.446Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D7DCF68C", "AutoV2": "269852C13C", "SHA256": "269852C13C2C3631FDDA1694D1A478C66DFF359928F3004B6C247B0CAF8D6DB6", "CRC32": "68CEA8F8", "BLAKE3": "4FA666351D40B5C5FDA76274DFAFC4D2F41D727315E51A985758828A348083CA"}, "downloadUrl": "https://civitai.com/api/download/models/440793?type=Training%20Data"}, {"id": 361179, "sizeKB": 223117.77734375, "name": "jema.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T11:51:18.142Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "66EA032E", "AutoV2": "1CAD245E98", "SHA256": "1CAD245E980BC2A5EEA0EB59AC1760A6254A85BBE19FDF10FF6D0BE76A130F84", "CRC32": "578F4D95", "BLAKE3": "479FB312E124510A94B619295F861E35A2D09CF96C4E82B1E26A2CC7DF9D80EB", "AutoV3": "5485FBABA098"}, "downloadUrl": "https://civitai.com/api/download/models/440793", "primary": true}], "images": [{"id": 9650715, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74d55a22-8866-455a-9cce-c7a3f71db884/width=450/9650715.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UQJ802~q9Zt8?a%MS$t701IU$$WB%2t7oJae", "type": "image"}, {"id": 9650716, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d19c66c0-dc4c-4ad2-9d85-bd8042f4f6ec/width=450/9650716.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UwKw%--;S4%M~pxukDxvIpRjs.ofNGjZaeWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/440793", "modelId": 395208} \ No newline at end of file diff --git a/datasets/metadata/440915.json b/datasets/metadata/440915.json new file mode 100644 index 0000000000000000000000000000000000000000..0ae9cceb9b36914f62dc7767bcea1cd7f72b88e2 --- /dev/null +++ b/datasets/metadata/440915.json @@ -0,0 +1 @@ +{"id": 440915, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-11T12:51:44.378Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 319, "ratingCount": 0, "rating": 0, "thumbsUpCount": 65, "thumbsDownCount": 0}, "files": [{"id": 361223, "sizeKB": 44500.689453125, "name": "Shinju_Inui_MyDressUpDarlingV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T12:50:32.136Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "27C29865", "AutoV2": "2566F8EFCD", "SHA256": "2566F8EFCD16FCDD26B98317118F4D066179E30FE32D5F3353F8B1BD6001FED9", "CRC32": "C1D501F4", "BLAKE3": "E2E2D217C66B6048717DF7AC1B7BA5631F8A0283D46F7524B125D8B43FFEE701"}, "downloadUrl": "https://civitai.com/api/download/models/440915?type=Training%20Data"}, {"id": 361254, "sizeKB": 22259.61328125, "name": "Shinju_Inui_MyDressUpDarling-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T13:15:44.502Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2B041F89", "AutoV2": "90F8546E4A", "SHA256": "90F8546E4ADA2486A9DEB16D1AF06DAC00E20739B313F445FD7A2E7EAA46EFA7", "CRC32": "615830D5", "BLAKE3": "A69E68D9CFD52533E1EE0CAA5B50EADAB02F18378CF3517B7559A325DEE70067", "AutoV3": "534FA3180FB0"}, "downloadUrl": "https://civitai.com/api/download/models/440915", "primary": true}], "images": [{"id": 9649860, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0875d9df-681d-41e2-8914-e13685d8273b/width=450/9649860.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U;L|ApofOsof~VkCx]ofShayxuayxaf6NHay", "type": "image"}, {"id": 9649858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bece123c-e274-4dcf-971e-b446ca657565/width=450/9649858.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U=M6rHofOsof~VkCx]ofShayxuayxaf6NHay", "type": "image"}, {"id": 9650309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9d50b47-26ca-4a66-8ddf-21c1b8788951/width=450/9650309.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UjM6^^E1xtoL~BayOXMy%1n%oyt6o~WBayX8", "type": "image"}, {"id": 9650669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12cc5e0d-8345-4b06-a06b-1be70c8cc203/width=450/9650669.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UlPY-pWB?^n+?Ixab^WVE1IVso%2-pRjNGWU", "type": "image"}, {"id": 9650670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d77053d-e387-4248-b944-e746c569fd7e/width=450/9650670.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UjM6^^E1xtoL~BayOXMy%1n%oyt6o~WBayX8", "type": "image"}, {"id": 9651045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1023846b-9c5d-46b4-ac57-c8970d15fcc2/width=450/9651045.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UiO:Fh?H_Nof^*IoT0ofIps:xtWW%Mt7NGoK", "type": "image"}, {"id": 9653380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81486929-87cf-4ae3-af80-efddfccfdcba/width=450/9653380.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFKKTj-p00i^#*%MyW-;t,_NNFE1,oxt%gaK", "type": "image"}, {"id": 9653885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15e46d49-d260-4a1c-a7cd-5aafa0f74939/width=450/9653885.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9IEbN~W00?bHXIo1M9aVrIn9t-T0KMw=^%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/440915", "modelId": 43400} \ No newline at end of file diff --git a/datasets/metadata/440930.json b/datasets/metadata/440930.json new file mode 100644 index 0000000000000000000000000000000000000000..90d19bab862e2cd69ba7fd38568b675950cdbda9 --- /dev/null +++ b/datasets/metadata/440930.json @@ -0,0 +1 @@ +{"id": 440930, "index": 0, "name": "The Trendy Golden Chain Black Dress", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-11T14:16:58.669Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 43, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 361278, "sizeKB": 14424.51953125, "name": "440930_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T13:35:38.886Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0CCB23AE", "AutoV2": "3DDD91FE54", "SHA256": "3DDD91FE5435ADA9012146215E86ACF9E25C698C4B82F13E511FE896FB37DC35", "CRC32": "5FCAE0B0", "BLAKE3": "C3150CBCD93444714CC89B3948614696B7B85FFD3E844960BA526796287E0E07"}, "downloadUrl": "https://civitai.com/api/download/models/440930?type=Training%20Data"}, {"id": 361335, "sizeKB": 36979.7265625, "name": "The_Trendy_Golden_Chain_Black_Dress-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T14:16:15.915Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B84F355E", "AutoV2": "4187510F44", "SHA256": "4187510F44CA7A13A4E9F7D3BA9AE9584016B87D48E158673CFF1D29A436C211", "CRC32": "B66ECDF3", "BLAKE3": "E8E35E56AB96AE794B55546EEC4FE383550CE1035B340553B2EBEE2FB0AB38EC", "AutoV3": "EB655804CE31"}, "downloadUrl": "https://civitai.com/api/download/models/440930", "primary": true}], "images": [{"id": 9654202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0e9f50c-00c4-498f-9591-6d1014acb7f3/width=450/9654202.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U7A8u,EM1}5,$OsTbHbH}YWCAExF5-$gxGS2", "type": "image"}, {"id": 9654201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9aa33b3-5144-4f0d-8d2e-e7239c957d22/width=450/9654201.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UPDkiF0L~B9uw_R+buNGxZR*X7jtxZRks:jZ", "type": "image"}, {"id": 9654195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e48cdd5-1ba9-4786-9f8b-321c0aa97d1e/width=450/9654195.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UNH^*.D*=$M,?I9YS0InEIs=R*k7^nahInV{", "type": "image"}, {"id": 9655410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87684062-dd37-4cb5-8e06-c4044b2bfaa2/width=450/9655410.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UEE-KqEM#,-npuRkEMt7}VI=E3$$0h%0I=s,", "type": "image"}, {"id": 9655406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4b66f31-568b-4355-8d9a-76a81e4f6ee7/width=450/9655406.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UjHm_TVt%1D*~UNISzD+-:w{s.RPOtNGX9ac", "type": "image"}, {"id": 9655409, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63018526-e822-4692-8330-367ce48536b9/width=450/9655409.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UREdt;57%2wH?G9aXTaJ~AE2tRr=OYRjozR%", "type": "image"}, {"id": 9655407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9782e5c7-ee35-4dfa-8a2b-f459a99f6cf3/width=450/9655407.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIFE1003~AD*TdIoE*r=}XWqNGxZEi$gjsNc", "type": "image"}, {"id": 9655411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64ea432e-6bf9-424d-af27-18c5acf809e3/width=450/9655411.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJE1HV-nahR.-oX9spj]}r=_xaogI[kDt7%1", "type": "image"}, {"id": 9655408, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88ca0956-f40e-4653-9e46-2f7813162f66/width=450/9655408.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBEB1:?[%f_1UE^jo#%L@u570#Mz02H@D*9H", "type": "image"}, {"id": 9726868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/496a81ab-82c4-4604-b496-34a9fec711b9/width=450/9726868.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UOExIsDi=@ER%%iuIoSi_4ITt2R.75i[NGSh", "type": "image"}, {"id": 9726866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1059e099-cec3-4e64-a896-558f0627d778/width=450/9726866.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "USF=2EMdxCI??cRO57kC~WVrs9IqtmIVM|Rk", "type": "image"}, {"id": 9726869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18dea2d1-ec96-473d-b335-5cb002f96eaf/width=450/9726869.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UFEB~W00%#Mw?vMcAJ$w~p4opIw[AI=Ya$WE", "type": "image"}, {"id": 9726864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fc314ff-139f-4b47-b2cb-bb444e99cf36/width=450/9726864.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UZGkE.DitREN^+VrI[Nd~CIUbcWVNys8R.j[", "type": "image"}, {"id": 9726870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7037dbce-8f10-4815-8c1c-cda13d402fde/width=450/9726870.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UsGR6-SjxGR+PXozNeso%PR:kCoLN~jvspSh", "type": "image"}, {"id": 9726867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76ec6939-74f6-4e78-86ae-9a8265060f66/width=450/9726867.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UGHUF1Ql~AtmTNH=03XA^,^H-Vo3xwD%=|ni", "type": "image"}, {"id": 9726863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c0949b2-e4a4-4483-b443-b94d3bf2d031/width=450/9726863.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDF#R4Q,$y=|.TIA0eKQ.A4oR%F3?JrV$$xu", "type": "image"}, {"id": 9726865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d768d6df-7aab-464d-a7d1-f2c94a9f55a7/width=450/9726865.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UmIgMvoKs9Rj-;NHIpV@~Us,WBniOZayRkjY", "type": "image"}, {"id": 9726925, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9bed0c09-d93e-4e5a-80b3-bb4ce81b578f/width=450/9726925.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULF~5OVCMdxwSlZ#aJW@_4IAsljc%3wHxFnP", "type": "image"}, {"id": 9726921, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd4d8e90-61a7-4d11-b4dc-c581d84c4d52/width=450/9726921.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHE{CGtn9b~V_4?cR.of?ctmIqE1NMENR-of", "type": "image"}, {"id": 9726920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f94b459c-5f66-40ea-8a6a-d5a86b3976cc/width=450/9726920.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPFi78%hRiM{?wXTWBRj_3XAR*WAkXNK%2ax", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/440930", "modelId": 395330} \ No newline at end of file diff --git a/datasets/metadata/440938.json b/datasets/metadata/440938.json new file mode 100644 index 0000000000000000000000000000000000000000..29e511ed791857ec9fb56455ebb788f42fcd9f5d --- /dev/null +++ b/datasets/metadata/440938.json @@ -0,0 +1 @@ +{"id": 440938, "index": 0, "name": "BDSM Spinning Wheel SDXL Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-14T17:42:39.624Z", "availability": "Public", "nsfwLevel": 28, "description": "v1
", "trainedWords": ["bdsm wheel", "spinning wheel"], "stats": {"downloadCount": 614, "ratingCount": 0, "rating": 0, "thumbsUpCount": 76, "thumbsDownCount": 0}, "files": [{"id": 361261, "sizeKB": 55478.56640625, "name": "440938_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T13:21:19.851Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2E3C8EF1", "AutoV2": "0B3EA8A7AD", "SHA256": "0B3EA8A7AD376D8496FEF2BCAED81843B3B3DEDE3FEA23C3EA3DC717E5ECF10B", "CRC32": "6EE8AA01", "BLAKE3": "1BE757764473C87CC044E13300C298CE23A3859C84704C00AEB749028C05118B"}, "downloadUrl": "https://civitai.com/api/download/models/440938?type=Training%20Data"}, {"id": 366847, "sizeKB": 223100.23828125, "name": "BDSM_Spinning_Wheel_SDXL_Pony-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T17:30:47.479Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3FA20E1D", "AutoV2": "A1DAAE91D7", "SHA256": "A1DAAE91D792607A6068BCF3C0D1DA86B560A4FE186D9D3270E4ED024CF4CA05", "CRC32": "01AF7D5A", "BLAKE3": "F00B83228E7CD8280FE856C2367521C2C08B78B04F9A515F930823472884E10C", "AutoV3": "031D94F51639"}, "downloadUrl": "https://civitai.com/api/download/models/440938", "primary": true}], "images": [{"id": 9882497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f54f188a-c938-4f16-b41e-19deafab655b/width=450/9882497.jpeg", "nsfwLevel": 8, "width": 1280, "height": 1280, "hash": "UCDk7CEME2s:}Zs.WBWqNGR*^OWBV]s:smbG", "type": "image"}, {"id": 9882499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0edca72d-f9f7-4188-ac57-fb1dcd3e0fac/width=450/9882499.jpeg", "nsfwLevel": 16, "width": 1280, "height": 1280, "hash": "U4CXsi0x9aX8krn$I:S201%2}=WC9[ofxWS3", "type": "image"}, {"id": 9882500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af711ce8-ee32-43da-81ce-cc097e168b63/width=450/9882500.jpeg", "nsfwLevel": 8, "width": 1280, "height": 1280, "hash": "U7CYR110zEM}~9R-RRWCH]n%.4t6Q;WVtixZ", "type": "image"}, {"id": 9882501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c348d92c-158a-4031-a756-83497750ed5b/width=450/9882501.jpeg", "nsfwLevel": 8, "width": 1280, "height": 1280, "hash": "UFIpSeIozcxa~CR*I.j[zyWV.4WCIooLxaWC", "type": "image"}, {"id": 9882505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d5fb698-2f63-486e-a4d3-a7ca7de4857d/width=450/9882505.jpeg", "nsfwLevel": 16, "width": 1280, "height": 1280, "hash": "U5INaP00TKJBD%0KpIt800OY~A%100t8MwM{", "type": "image"}, {"id": 9882511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b054c70-9ba3-4a2c-ad61-e170eb654aa0/width=450/9882511.jpeg", "nsfwLevel": 16, "width": 1280, "height": 1280, "hash": "U8FgLT9[0Lxao#o0R*bH00oM}@afACoMsmR*", "type": "image"}, {"id": 9882526, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ca5d1f3-5d0d-48ae-83c1-dff6caca153c/width=450/9882526.jpeg", "nsfwLevel": 8, "width": 1280, "height": 1280, "hash": "U6Ja.ZDgvY~o00IU4n4o00.8_Hx^ofx^IB%g", "type": "image"}, {"id": 9882529, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/745da1fc-3a77-401f-8816-8a541fe3480a/width=450/9882529.jpeg", "nsfwLevel": 8, "width": 1280, "height": 1280, "hash": "UAD[UzEL8}e=}uRjSwWq9bWB^$ofxtWVrsoM", "type": "image"}, {"id": 9882533, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df6e1fb1-fc51-4f6c-a4e4-9d8115eaef14/width=450/9882533.jpeg", "nsfwLevel": 8, "width": 1280, "height": 1280, "hash": "UBI5C~IU~EWE9ZofM}ax$-jv9Ext9HWVoZWC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/440938", "modelId": 395337} \ No newline at end of file diff --git a/datasets/metadata/441157.json b/datasets/metadata/441157.json new file mode 100644 index 0000000000000000000000000000000000000000..8be0d65fb9901acc42494c8635db37ebf4a65f30 --- /dev/null +++ b/datasets/metadata/441157.json @@ -0,0 +1 @@ +{"id": 441157, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-11T17:50:35.739Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["hilda-npc, brown hair, braid, brown eyes, mature female, (large breasts:1.2), (mole under eye:0.6), (sidelocks)", "underwear, jewelry, huge breasts, panties, necklace, dress, short dress, bare shoulders, breasts apart", "thighhighs, tabard, jewelry, cleavage, white gloves, elbow gloves, necklace, bare shoulders, dress, white dress, hat, strap", " staff, orb, holding staff"], "stats": {"downloadCount": 324, "ratingCount": 0, "rating": 0, "thumbsUpCount": 71, "thumbsDownCount": 0}, "files": [{"id": 361626, "sizeKB": 9331.5234375, "name": "hilda-milfnpc.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T17:45:44.061Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B513D9DC", "AutoV2": "5D8A8BD1ED", "SHA256": "5D8A8BD1ED0C37151DB1F857F0A0FA63B5EEB20922352EB9111F3B7E982C620D", "CRC32": "628A80E0", "BLAKE3": "AF84813454200A60CADC1EFDC88048FA66608904D429B6D2ADCF34FF5AF64A50", "AutoV3": "152B8CD9BADB"}, "downloadUrl": "https://civitai.com/api/download/models/441157", "primary": true}, {"id": 361634, "sizeKB": 315974.6171875, "name": "train hilda.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T17:47:14.658Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4E00A09B", "AutoV2": "86EC66BA46", "SHA256": "86EC66BA469B701D917288D63F2099D6ADF7EE2FBB3F5E06C01395E1C579A199", "CRC32": "8697F220", "BLAKE3": "848C2C0D8F96FAB3F6F34B225CFFCBFA37A017838DCA42B31885B585847C7912"}, "downloadUrl": "https://civitai.com/api/download/models/441157?type=Training%20Data"}], "images": [{"id": 9666874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/754dc6c4-4d74-4889-92e9-9f6d412d7f3d/width=450/9666874.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UGH-DL~V0L0#%gNba~-:0fNb%LNH4:Rj-o%L", "type": "image"}, {"id": 9666482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca8abff3-3bef-43d0-a0b0-5626e2bc3f2b/width=450/9666482.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UEJjuK4=0057~902?u%MInD*%LV?I:E1s8sm", "type": "image"}, {"id": 9666475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/851bc8f6-f0e1-4595-9e60-6cf2b8b1ff00/width=450/9666475.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UUJQDyx]0zOD~UNxs.xabutR-oRjbuoz%Ls:", "type": "image"}, {"id": 9666474, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ecb5a764-350a-4c04-8093-e336b46bf887/width=450/9666474.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UjI;O{~VX6W.s:t6t8xuIoaextW=E3M|jEn$", "type": "image"}, {"id": 9666476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43719508-4d20-4197-bdd0-28519ac2e23d/width=450/9666476.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UGH_6_4U00EL~A4:yErqR5I:F2r=02%1^iX9", "type": "image"}, {"id": 9666477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3507ddf-041c-4467-951b-715c4fa62a96/width=450/9666477.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UBIp|^000z01_101^%RQ0LtR-.IV01EN~B-V", "type": "image"}, {"id": 9666481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92cee15a-50e4-419d-9757-5627af1a6b04/width=450/9666481.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UHI;9h$y0K^4-j9tE3$%56~B-oM|5ToI$fR*", "type": "image"}, {"id": 9666480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac59982a-4e92-48ed-9faf-2c1d1eece6c3/width=450/9666480.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UWI4eH%M9aX8~US5ofxuozoz%1RjtRt7%1oL", "type": "image"}, {"id": 9666483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f96a827-1c98-4953-977a-cbc029cbe318/width=450/9666483.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UKH1oJ~U0Lsl-o-o-:j?Iooc%2xuWqt7xaay", "type": "image"}, {"id": 9666484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/241c4b6f-7ecd-4fd8-a1d1-e069ce4cd920/width=450/9666484.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UAIq7M+u009u00bFF3I:01%0~BoIO@Io-9Rj", "type": "image"}, {"id": 9666488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d620b67-ce12-4d2e-a631-1a0de969f0b3/width=450/9666488.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UDG*m8?b009ZX89Z5S~V01EM^*RjS4%1={X8", "type": "image"}, {"id": 9666485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/059ab68f-21c5-409b-8ae9-85c4fa5c9b5c/width=450/9666485.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UDHd$?01004:~A0L_2Ip01Rj^+IUE3R*$#s.", "type": "image"}, {"id": 9666487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c044bb2c-41d0-4336-895b-fed43a6e827e/width=450/9666487.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UFHK,[-o5P9b^%~U?b%M9F^*-o%L-S$zxDWB", "type": "image"}, {"id": 9666917, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/baadbd25-cec7-40fb-9250-ead27df80c8f/width=450/9666917.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UEKc%[01000L~9IU~VR60L%1-:IpkCbbxFIp", "type": "image"}, {"id": 9666920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a45a795-18d7-40ce-9379-359389b2222d/width=450/9666920.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UQIzSB~U0}xtOXs:$P-o4:M{oLM|E1M{kAWU", "type": "image"}, {"id": 9666919, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/935cf1d0-39c1-400a-9e2b-08030ae8a4dd/width=450/9666919.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UTI}9Y?aI9Rj~8ofo#X9VqIpR.oIIAIUIqNa", "type": "image"}, {"id": 9666918, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a47d6b5a-c5c7-4896-825e-5c53af3abb13/width=450/9666918.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UZJH2D~V56NGxtt7t7xt9GRPt7R*D*V@V@R*", "type": "image"}, {"id": 9666932, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ab32626-ea86-410a-832d-d091aac2ca39/width=450/9666932.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UWI#49~Wx[NGoIoJWBayDiWAt7t7NGRjM|WC", "type": "image"}, {"id": 9667194, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df10dc78-7757-42d0-ac22-59859e1324a6/width=450/9667194.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UAH-x.~W000L009FENNG00NH?bRj.8-:xt%M", "type": "image"}, {"id": 9667195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfb2a217-a508-43aa-ac12-c3e6f16bed34/width=450/9667195.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "USL3=a_N0J9FoJofxuxuE1xttQWUa#s.s.oy", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/441157", "modelId": 395542} \ No newline at end of file diff --git a/datasets/metadata/441158.json b/datasets/metadata/441158.json new file mode 100644 index 0000000000000000000000000000000000000000..0e692973c18b2427dbe733cb488a94bb5cfaefae --- /dev/null +++ b/datasets/metadata/441158.json @@ -0,0 +1 @@ +{"id": 441158, "index": 0, "name": "Pink-nosed Raccoon Girl (Kiff)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-11T15:58:53.314Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["Amy"], "stats": {"downloadCount": 19, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 361445, "sizeKB": 8227.5341796875, "name": "441158_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T15:31:28.426Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E5708F4B", "AutoV2": "C516FE551C", "SHA256": "C516FE551CDEFA6898EF2AC02870509ED753F4E6BB1E48DCE83F73C4743EBC4A", "CRC32": "583A1CA9", "BLAKE3": "C11A52070B30E0F0D84D0067B6568F215152961226EE7C992E7192ECAE9AD08E"}, "downloadUrl": "https://civitai.com/api/download/models/441158?type=Training%20Data"}, {"id": 361493, "sizeKB": 36980.0078125, "name": "Pink-nosed_Raccoon_Girl_Kiff-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T16:00:47.957Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C6A77587", "AutoV2": "E1F8929F88", "SHA256": "E1F8929F8800616E4773EA3CE58B01D8C45F0B6EF5D733CB99868340C56BF40F", "CRC32": "E1C72B8D", "BLAKE3": "71CBBFC4CB53A286D845D55312A09CA65E05A77913F9A7ED95FC46716D8DCAE6", "AutoV3": "97914D7E4D3B"}, "downloadUrl": "https://civitai.com/api/download/models/441158", "primary": true}], "images": [{"id": 9660524, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d616dc2f-bb23-4877-a3c7-b00a3d7f05a4/width=450/9660524.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UQIpVqMx9E-W~VaKIAx]J~wd#SS~Risp-pIo", "type": "image"}, {"id": 9660525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4a6143c-e246-4be6-b28b-725c45be274e/width=450/9660525.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UTH-vXK+Gw+[PpnPv#kVTKZ~spXSw}R%W.bc", "type": "image"}, {"id": 9660523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/294f8a1e-0391-4ebe-9cbf-7c2dc6b4a92a/width=450/9660523.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UPK^W~Q+S#RO_Ns;wIaJEkXmROslMdVskqbu", "type": "image"}, {"id": 9794985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c23e88fc-8b07-41f0-8c9b-6659f97f5a9c/width=450/9794985.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaE2h~ahN5s=S[oeE0WB?dj]RPj?xlaeNFfh", "type": "image"}, {"id": 9795470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f19cc50-d8f0-4b33-ad9e-8677d0b23551/width=450/9795470.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFDk{GRjwnxc0Jog53R%-qWBRis=53WUNqW9", "type": "image"}, {"id": 9795118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cde1c12c-7f92-4f70-a19b-df43cea43a07/width=450/9795118.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQC#lx0xnjxWyZQ-Syt6?HE1xCog-;R6kSWX", "type": "image"}, {"id": 9795076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61d662bf-d871-4db1-9b53-d53c75fe8f97/width=450/9795076.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUH^SgSi-B$PHDr]KPOXZNWUv}xG00X7InWB", "type": "image"}, {"id": 9796778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c26cfe4c-d23e-4d91-b82f-7119991eca95/width=450/9796778.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U984.+S85Os.D4V?H;t9ui%1%iM|HXRqV#b9", "type": "image"}, {"id": 9795086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa0961c8-ee5a-40ca-927c-a320f3791e20/width=450/9795086.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UH9*E1ohKnNGZyV@I8flM]ouNDj]MHj[itW9", "type": "image"}, {"id": 9795162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1f92d0f-56ca-45d5-bc42-b6c3f5096302/width=450/9795162.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQEK250^xIjdO[rrX8sF^B9?xbjJ%4Rjt7e@", "type": "image"}, {"id": 9795134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/654c2241-7edd-4dde-b751-1d79f302718c/width=450/9795134.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UADRnJ00_4H;~o96tbM]9dtZRC-a0J^,Vibx", "type": "image"}, {"id": 9796654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a3540c5-d370-4a38-961d-db8791635c51/width=450/9796654.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQ8W^Ya~R#oKn,WAIQogxzj]WBa_t0j^k9av", "type": "image"}, {"id": 9796560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2537fce-59dc-4bdb-9577-5ac71008f498/width=450/9796560.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UN9@rjkENEs*DNfmI7V?%%WVtSofMbV=WFo$", "type": "image"}, {"id": 9796209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1013e910-6bfc-44a7-a590-4409075712b5/width=450/9796209.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJ9*NMRiO_%MDNkDDgV@x@oLtLX5R4WAV]o0", "type": "image"}, {"id": 9795231, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd48eb98-aa1a-42f8-b0fe-c614fb203260/width=450/9795231.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNCGKSx_TLjcDiIV4mt3.AoZtMo#$@t8V@Ri", "type": "image"}, {"id": 9795044, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd1756f5-eb44-46ba-8499-c2e350737e31/width=450/9795044.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTDTGUoKglt9I|j]9JRj.9WZoHoIi[j=IAWF", "type": "image"}, {"id": 10903954, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8934079-6f32-4bd2-be2b-0680324bf680/width=450/10903954.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U5A+$]xD#6^i.Aw]4;S$w|=t9wW=D#%0^iNH", "type": "image"}, {"id": 10903957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d89fd119-24a1-410c-a5dc-7d57b43338c0/width=450/10903957.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U7A9f[NHDi-o~VEg0fX89u-AI;ni9axZ?GNG", "type": "image"}, {"id": 10903976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17db59fb-30f7-4c64-8a28-4b25852d304b/width=450/10903976.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U8A+mR%0]hf*~AJAM{a|5Yah9]o10PIq9_az", "type": "image"}, {"id": 10903961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47a038cb-07ff-4a38-bcc2-425e1184b1e7/width=450/10903961.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UCAvOdv|R5S$~CwHE2X8s;$zWraxRjbb%2Io", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/441158", "modelId": 395553} \ No newline at end of file diff --git a/datasets/metadata/44129.json b/datasets/metadata/44129.json new file mode 100644 index 0000000000000000000000000000000000000000..6798291763ec0261b6e961f0ff3fb95de73a3f8b --- /dev/null +++ b/datasets/metadata/44129.json @@ -0,0 +1 @@ +{"id": 44129, "index": 0, "name": "v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-12T23:51:41.049Z", "availability": "Public", "nsfwLevel": 1, "description": "Trained with 72 images of Mikeneko. Download the dataset if you're interested.
", "trainedWords": ["mikeneko", "black dress, bandaged arm, white thighhighs", "heterochromia, purple eyes, red eyes", "eyepatch", "stuffed animal"], "stats": {"downloadCount": 837, "ratingCount": 140, "rating": 5, "thumbsUpCount": 167, "thumbsDownCount": 0}, "files": [{"id": 33392, "sizeKB": 46888.1787109375, "name": "mikeneko-dataset (2).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-12T23:50:35.412Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "30B3E94A", "AutoV2": "319FC79685", "SHA256": "319FC796857E816A5C51F4F09E0DD48F3B732ABFB3D76EA27F5E61413CC3D153", "CRC32": "362CA983", "BLAKE3": "B58C2F06984ED833E3C7A2564ED321EEFED2F679236495E52381173B786A14A5"}, "downloadUrl": "https://civitai.com/api/download/models/44129?type=Training%20Data"}, {"id": 33391, "sizeKB": 9337.76171875, "name": "mikeneko-20.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-12T23:50:38.630Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DDE436E3", "AutoV2": "C3F0B97CFF", "SHA256": "C3F0B97CFF01802AFE497FD05360BCC7F1EEE8F39201E4A600FB6B5D591E0080", "CRC32": "52A9E723", "BLAKE3": "91A19D98B705211CFA498FDB37E0865F8A17232010432F25AB3021DB1CEBE1D2", "AutoV3": "089C17192C5E"}, "downloadUrl": "https://civitai.com/api/download/models/44129", "primary": true}], "images": [{"id": 481638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bba3ed49-a39e-4d18-596c-670f2fae4100/width=450/481638.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9JG.$00?t0000?aNH%L=X~V4.^+WB9a9[s+", "type": "image"}, {"id": 481637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c92a790-ef1f-4402-c7aa-b2c3ed0cf000/width=450/481637.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAIgyI00Kc}[00.70fOE8__34n-;9G9t?axa", "type": "image"}, {"id": 481641, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82d71fa1-a518-49d1-1194-33f2acabd900/width=450/481641.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9IXEd00EK0000_2tlt6=_-:01~WtSD*t5e.", "type": "image"}, {"id": 481642, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80d92293-a50f-41d0-2577-d3085cd92700/width=450/481642.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U7I4t;00TU+f00%gAbV?00^+00-=00s,~W^+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/44129", "modelId": 37158} \ No newline at end of file diff --git a/datasets/metadata/441303.json b/datasets/metadata/441303.json new file mode 100644 index 0000000000000000000000000000000000000000..53b7c97b729c2b92203677e35791d0de26283ec0 --- /dev/null +++ b/datasets/metadata/441303.json @@ -0,0 +1 @@ +{"id": 441303, "index": 0, "name": "Magicalreni", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-11T18:02:44.143Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 32, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 361575, "sizeKB": 2422.310546875, "name": "441303_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T17:00:49.094Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3125DE33", "AutoV2": "E2715F61BE", "SHA256": "E2715F61BE4464F4E9F4F492EB22D6CAC60BD38EA456FD2ABDDCAD814D13B836", "CRC32": "C0D4635D", "BLAKE3": "A871C921EDC22280C20456B78505CDC76EF5145108F46E05FC8DFC4AC5433714"}, "downloadUrl": "https://civitai.com/api/download/models/441303?type=Training%20Data"}, {"id": 361655, "sizeKB": 223099.28515625, "name": "Magicalreni.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T18:05:52.081Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "73CFC125", "AutoV2": "A67D7D9CC2", "SHA256": "A67D7D9CC285A24F4CCFBB840CF805F89A6F1D842402EFFA0F8802FF56A45439", "CRC32": "01213A5E", "BLAKE3": "FA6E9FE9D2CAD1CECD04CA7C9D9D1A947D60CCCFC740C7EA830FA2697CC5EF75", "AutoV3": "BD19A3A304F0"}, "downloadUrl": "https://civitai.com/api/download/models/441303", "primary": true}], "images": [{"id": 9667682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49e82159-8c28-4886-8ca2-4de58534a53a/width=450/9667682.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9Ji:~0g0LE9%1~9r^ax00NLtR9arxxWENOB", "type": "image"}, {"id": 9667680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7966e6fb-f84b-44bd-8852-fd6f4b00b6dd/width=450/9667680.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UaNcWn^%yEx^?^M}I[OaXTsk$JtStSVqxZRl", "type": "image"}, {"id": 9667677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93f65a1f-3aeb-434b-bff5-af0257cfc9c5/width=450/9667677.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U6JP*$0O0ME:sE}hDlIo00Me^+9a_4?GBW%g", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/441303", "modelId": 395689} \ No newline at end of file diff --git a/datasets/metadata/441353.json b/datasets/metadata/441353.json new file mode 100644 index 0000000000000000000000000000000000000000..f922b84c21a465be9ded3558b237edae29b86797 --- /dev/null +++ b/datasets/metadata/441353.json @@ -0,0 +1 @@ +{"id": 441353, "index": 0, "name": "Sci-fi space", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-11T20:56:50.848Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 357, "ratingCount": 0, "rating": 0, "thumbsUpCount": 36, "thumbsDownCount": 0}, "files": [{"id": 361643, "sizeKB": 1728.5, "name": "441353_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T17:51:54.349Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "CDDEC2C52E", "SHA256": "CDDEC2C52E3F5F8A803E263E44BDCD0D1AB12C87F64433AF1D25F7C52B70FA7F", "CRC32": "AEB62171", "BLAKE3": "97B2420A1511582B72565E563BC2B924E39541E6503527FCC5981A9FAF083A1A"}, "downloadUrl": "https://civitai.com/api/download/models/441353?type=Training%20Data"}, {"id": 361735, "sizeKB": 36978.9375, "name": "Sci-fi__space.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T19:05:59.496Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4C8E601A", "AutoV2": "83F1544E6B", "SHA256": "83F1544E6B2437FB71255CC78CBFCBCA25EEBBA40AE21EED1ECD67E8B9B68F72", "CRC32": "B6AEC9AF", "BLAKE3": "AD365B70E35965D570D9F8FEFC6A3D5E279D960AD9E43FDA69D389EACB6E21BA", "AutoV3": "E82D65D086CB"}, "downloadUrl": "https://civitai.com/api/download/models/441353", "primary": true}], "images": [{"id": 9678148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9337ec32-f8ca-4b4e-8f80-6db90e93f247/width=450/9678148.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UOG@[X21Q,n3}@9_$iW;4:v}oeS#xbkCNGni", "type": "image"}, {"id": 9678146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ed6790c-ea0f-4152-8c58-d2482d867820/width=450/9678146.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UBCGlmIV.TD%9EMvaxRl0fo}Z}$y-=Sixv%M", "type": "image"}, {"id": 9678151, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7353407-4b40-46e9-8fc5-5107fa7d2fd5/width=450/9678151.jpeg", "nsfwLevel": 1, "width": 438, "height": 640, "hash": "UJE:oT?wM{I9aitRozV?D%WYtRn}.At8t7M{", "type": "image"}, {"id": 9678149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/705c7106-e37b-4f68-8cef-cf41ab51f8bd/width=450/9678149.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UB7-]C?wVVx]_4?cx]xuxV%M%htRxv%Nt7WA", "type": "image"}, {"id": 9678165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b238b88-1feb-47ed-a731-810af3b504de/width=450/9678165.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6A,@5{tOZVqF#8^t.Dh[R-V-;tl==K,4T^,", "type": "image"}, {"id": 9678163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a4a08fc-678c-4d4d-9029-0d63148c6b85/width=450/9678163.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UJF6wy_NIoNH?bRORkRP-;x]E1D*%NaxD%W=", "type": "image"}, {"id": 9678168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5737c303-c8da-4ac2-b8db-40e861692109/width=450/9678168.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAAKabxZI9x^.AD$WBxt4TRP?wIAIAs+xvIT", "type": "image"}, {"id": 9678164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7d7e9f3-7eb8-4d43-9d00-f3e49c178ea9/width=450/9678164.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U5DJu94p~Vx_8wx^.9i^xT009F%KT34TnKS*", "type": "image"}, {"id": 9678172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/151ab3f6-9ca7-4973-9232-60c26207fe3b/width=450/9678172.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1040, "hash": "UNBX7w-;XAa{yZtRt7t8OZRPoJj[%gVrWBax", "type": "image"}, {"id": 9678173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12ea5d9c-e751-4345-b468-8d114cea4c72/width=450/9678173.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UfC%muMxROof_4RjRkoe%Mj]Rjj?xaj[WBof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/441353", "modelId": 395732} \ No newline at end of file diff --git a/datasets/metadata/441452.json b/datasets/metadata/441452.json new file mode 100644 index 0000000000000000000000000000000000000000..33ffed99cf63630c0618256bda2755651b0dd277 --- /dev/null +++ b/datasets/metadata/441452.json @@ -0,0 +1 @@ +{"id": 441452, "index": 0, "name": "YhnrFractal1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-11T19:27:34.030Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 69, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 361698, "sizeKB": 41780.8466796875, "name": "441452_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T18:41:13.014Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E421A01F", "AutoV2": "4FCB725FC4", "SHA256": "4FCB725FC44FCDF3135EC6D7A0B477982089EEEE489671A85C974F29D2CEC152", "CRC32": "26476916", "BLAKE3": "6EF448A493C43217A8B8B0C5AE17132AA99482CBC9784778B23AC695C6FBE717"}, "downloadUrl": "https://civitai.com/api/download/models/441452?type=Training%20Data"}, {"id": 361745, "sizeKB": 36980.1953125, "name": "YhnrFractal1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T19:15:45.761Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9022D8C0", "AutoV2": "344593E09C", "SHA256": "344593E09C0E366EA1FBBE61001A0D0E24A2628F97405E31DDE2C8FD3B1B68D0", "CRC32": "A42CC395", "BLAKE3": "742FFD6AF432E2CC04F5585DA41E0792EC0D6A8CDCBAFF3DC14F1A3F982F5DC2", "AutoV3": "EB75F3D121E1"}, "downloadUrl": "https://civitai.com/api/download/models/441452", "primary": true}], "images": [{"id": 9672662, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfb3a74d-6160-4ab9-8383-d5c74a05b521/width=450/9672662.jpeg", "nsfwLevel": 1, "width": 768, "height": 960, "hash": "UIHls9_}+Y$|SjFzImB,,poMaIW@Few4OXog", "type": "image"}, {"id": 9672717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6208b9c7-eac3-4812-a1c7-d1286d34f91f/width=450/9672717.jpeg", "nsfwLevel": 1, "width": 768, "height": 960, "hash": "U6F4[}:|:6tp0PR:rY#kmQrrGcR:zmxF$_r;", "type": "image"}, {"id": 9672878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebacdd32-11ed-426d-b1da-471a18e3b845/width=450/9672878.jpeg", "nsfwLevel": 1, "width": 768, "height": 960, "hash": "UIHls9_}+Y$|SjFzImB,,poMaIW@Few4OXog", "type": "image"}, {"id": 9679820, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc6d7b3f-694d-4aa0-9acf-1513d65f951d/width=450/9679820.jpeg", "nsfwLevel": 1, "width": 768, "height": 960, "hash": "UBFXk?7xz;+J}YspJ7s+@q:*srBnr:xFAGSh", "type": "image"}, {"id": 9680071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5fa9f0a4-2298-4d0e-a1fb-0bbd4213d0b0/width=450/9680071.jpeg", "nsfwLevel": 1, "width": 768, "height": 960, "hash": "UIIgy4b;M^-V%4nnOGNG}?ov%LoMMeWF9dni", "type": "image"}, {"id": 9709306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47bfce19-f824-4185-a1b9-611ddc727467/width=450/9709306.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "U9CZ9N~D04$+%#t8$.oM0N9u-:OESwRj$lkC", "type": "image"}, {"id": 9719378, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27a61a1e-0467-4740-bac7-fd4cfe591adf/width=450/9719378.jpeg", "nsfwLevel": 1, "width": 960, "height": 640, "hash": "UKHL6ct6RSja~BbH0MWC^5ofD%o0-Va}oaay", "type": "image"}, {"id": 9720182, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/303d4e02-3c02-48ec-8e0a-4be1fe169b55/width=450/9720182.jpeg", "nsfwLevel": 1, "width": 960, "height": 640, "hash": "UEHeICFg$j.T02NKElE2tNR+i_wG14M{xutm", "type": "image"}, {"id": 9723864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06675017-ad21-469c-87c3-b67ab24ceb95/width=450/9723864.jpeg", "nsfwLevel": 1, "width": 960, "height": 640, "hash": "UEIEwv}?$M^0XpNg%0Q,e[XmW-MxyF9FMdbc", "type": "image"}, {"id": 9778433, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bacff77-5538-402e-a53a-11a1040401f8/width=450/9778433.jpeg", "nsfwLevel": 1, "width": 960, "height": 640, "hash": "UAB{fQEMRCNH~9NHr?WV=rIpobWCkWs:oMR*", "type": "image"}, {"id": 9778772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1ebcbeb-4d9f-4da9-8105-1edf09ebe061/width=450/9778772.jpeg", "nsfwLevel": 1, "width": 960, "height": 640, "hash": "U3BW9=?G0000Dj01?G~p-Ukpxt9a~VIp9u%L", "type": "image"}, {"id": 9780682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a3324f5-0d60-48be-85a0-edae87507d3a/width=450/9780682.jpeg", "nsfwLevel": 1, "width": 1024, "height": 768, "hash": "U9Gs.Z9^tk5lJQs,%L}@ACR*^Pj^I;-VIpIo", "type": "image"}, {"id": 9861101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eeb10ce2-c910-4335-92df-62dcd8e21d9b/width=450/9861101.jpeg", "nsfwLevel": 2, "width": 960, "height": 640, "hash": "U7GkqI,,D4?I~fIo4_};llXn#+=_=onh=^kr", "type": "image"}, {"id": 9925352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40d9bb5c-93e1-41b2-b867-931f4e2c8f58/width=450/9925352.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "U69@FhxGD4%1~pay4.oM0hS15RR+S5af$~ay", "type": "image"}, {"id": 9956030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92e4f95a-975e-480f-b829-d3969ede7ce2/width=450/9956030.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6C5xG9uHt}?Gubb0fIp^*ofvgEN~Bs.wIIq", "type": "image"}, {"id": 9967909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3300824d-d1d0-47f5-9ac0-28bb7611c8a6/width=450/9967909.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNHB9d}=X8bv}ZNaaeX8X3ENxZW.xaWEbHV]", "type": "image"}, {"id": 10019670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7ff1413-875e-493f-80a4-cd1b9931018a/width=450/10019670.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4AJ=|k?u.@r}RxDv0-PvJs+OTxv-.t8Q;RQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/441452", "modelId": 395823} \ No newline at end of file diff --git a/datasets/metadata/441874.json b/datasets/metadata/441874.json new file mode 100644 index 0000000000000000000000000000000000000000..1425c1235bacf00868d6b0e1ce135862b1ade527 --- /dev/null +++ b/datasets/metadata/441874.json @@ -0,0 +1 @@ +{"id": 441874, "index": 1, "name": "v2.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": null, "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Husk(hh)", "Husker(hh)", "Husky(hh)", "black sclera, yellow eyes, tail, wings, animal ears, paw print, paws, no humans, furry male, Poker themed heart ear detail, animal hands, cat ears, anthro, yellow paw pads, pink tongue, 4 toes, white pattern, clothing, clothed, suspenders, , traditional red bowtie, no shirt, pants, trousers, long trousers, ", "Overlord Husk(hh)", "Overlord Husker(hh)", "Overlord Husky(hh)", "black sclera, yellow eyes, tail, wings, animal ears, paw print, paws, no humans, furry male, Poker themed heart ear detail, animal hands, cat ears, anthro, 4 toes, white pattern, clothing, clothed, suit, black suit, traditional red bowtie, white shirt, shirt, black pants, pants, black trousers, trousers, long trousers, "], "stats": {"downloadCount": 81, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 362095, "sizeKB": 38293.826171875, "name": "441393_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T23:55:47.100Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "311D32F2", "AutoV2": "B53A3C5F27", "SHA256": "B53A3C5F276583D7A4374262B00E31AD5059D2227B206CA96EEC01BDEEED62B9", "CRC32": "49D35218", "BLAKE3": "7349293D2B5245F97DE33BED06F4828A25E62D56A98DE6A546D17BE3BCEAA443"}, "downloadUrl": "https://civitai.com/api/download/models/441874?type=Training%20Data"}, {"id": 362096, "sizeKB": 223114.08984375, "name": "v2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-11T23:55:55.170Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "089A0C49", "AutoV2": "815F75D76D", "SHA256": "815F75D76D7C6FF83EA5ADCFD244A54DB75E95D792DC58E0428A57A2D90CF5A1", "CRC32": "418313D8", "BLAKE3": "2019C6B0B8BDC6EAC01540592E6E95832BE5C8D842CFA23931C6550B80BE6160", "AutoV3": "21CA98FC907F"}, "downloadUrl": "https://civitai.com/api/download/models/441874", "primary": true}], "images": [{"id": 9687666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ec20806-ce98-4eb1-8897-fb6c5f416cf4/width=450/9687666.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7AT4f-:0000^O%1EMM|00aK~q?b%2Rjs:of", "type": "image"}, {"id": 9688013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cd143af-376a-4985-b627-9d4781968539/width=450/9688013.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U79Pf#~B0y0e}@$*IpE2569t-C}tIoNaxt-V", "type": "image"}, {"id": 9688284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6dca0bb4-0256-4635-b327-9cea83cefbe5/width=450/9688284.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UOE2avt7E1IU~AofR*s+=XM|xuxu%0M|t7t6", "type": "image"}, {"id": 9688530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f274880f-1707-4e5c-bc0e-22e8eedb8c58/width=450/9688530.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UKD+r8aiISM{_LEN$Koe|pM|O?o#McIss;oL", "type": "image"}, {"id": 9688826, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8883c28e-698b-4972-baf8-e76b02291583/width=450/9688826.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UVC$ly%LWAV?~U%LWAad=_kCRjj@xBM{ogj]", "type": "image"}, {"id": 9688594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/382061b2-ede9-433d-a826-544e0f543909/width=450/9688594.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UKBWrO%NH=D%~VoMnhjFveIVx]xvMwIpt7of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/441874", "modelId": 393975} \ No newline at end of file diff --git a/datasets/metadata/442025.json b/datasets/metadata/442025.json new file mode 100644 index 0000000000000000000000000000000000000000..ab5065ef8811877a9f37b0f91105565ef31f5dc1 --- /dev/null +++ b/datasets/metadata/442025.json @@ -0,0 +1 @@ +{"id": 442025, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-12T01:55:33.841Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 305, "ratingCount": 0, "rating": 0, "thumbsUpCount": 71, "thumbsDownCount": 0}, "files": [{"id": 362223, "sizeKB": 22256.51953125, "name": "Ritsuko_Akagi_Evangelion-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-12T01:56:54.944Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7B86C6FD", "AutoV2": "0EE8EC267B", "SHA256": "0EE8EC267BF86B1D042FD9A58F297DB2B030284F79058F7E5F9550CF3D699A35", "CRC32": "6D283565", "BLAKE3": "A717EF9CA084F4BD45974184F941E49D658E25FB362A1BB7EFF6A3FAA8D3E03B", "AutoV3": "E29ABE9FCEF4"}, "downloadUrl": "https://civitai.com/api/download/models/442025", "primary": true}, {"id": 362224, "sizeKB": 38452.47265625, "name": "Ritsuko_Akagi_Evangelion.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-12T01:56:57.480Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "43492D6F", "AutoV2": "874BBD06CD", "SHA256": "874BBD06CD854320AC499534F1C76EEE9D75763F9831AB8304367C65574695C6", "CRC32": "058F381D", "BLAKE3": "D53E21A228947E5CB9A3D25BF6B3AB79275DA357AF32627680A518917B8EF179"}, "downloadUrl": "https://civitai.com/api/download/models/442025?type=Training%20Data"}], "images": [{"id": 9692080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae1a3660-d6d1-454a-9964-b18275a7d167/width=450/9692080.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGOW4??a1S-=4TxuD*jZ00ae00M{_NM{E4Rj", "type": "image"}, {"id": 9692081, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09ab6494-063a-457d-8517-3530c5baa05c/width=450/9692081.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGOW4??b1S-=4TxuD*jZ00ae00M{_NM{E4Rj", "type": "image"}, {"id": 9692679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5c56e80-cee7-4bbf-b104-d8f4dd178d93/width=450/9692679.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UrO{]pV@%$oz~pt7ozozE1WAn*oK%MbbIpWC", "type": "image"}, {"id": 9692920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3b6a0b7-45b8-433a-813c-8c29906ceedd/width=450/9692920.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFJRK,0101~q;Z%L0iIU~VxuIvR*.89F-=_3", "type": "image"}, {"id": 9693505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5613a87-28f5-46f6-bece-1f023acbd034/width=450/9693505.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UsJkAps:Shxv~qt6X9oz%1oftRoKt7Rjxajs", "type": "image"}, {"id": 9705345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e15aa20c-45ab-4d16-b797-1b92c10e827f/width=450/9705345.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U8Gk%r-V005T0eI;~C^*;J?H00In4m9t02-9", "type": "image"}, {"id": 9705935, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cde35ec4-a1b2-41f2-a96f-e9f61e815db4/width=450/9705935.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9EVmTp017-p~pn,02xv00g49Gt74TM{OZxt", "type": "image"}, {"id": 9706194, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/760ae8cc-c70f-4120-bda7-5a56b5be314b/width=450/9706194.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIHxTz5700~Vsi%2IVE100M{%1M{MbRjNI%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/442025", "modelId": 396334} \ No newline at end of file diff --git a/datasets/metadata/442026.json b/datasets/metadata/442026.json new file mode 100644 index 0000000000000000000000000000000000000000..e533bc8d3062f4c179272d79b71cda03c45d20a4 --- /dev/null +++ b/datasets/metadata/442026.json @@ -0,0 +1 @@ +{"id": 442026, "index": 0, "name": "Rosalie", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-04T04:29:33.179Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 90, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 362225, "sizeKB": 26174.552734375, "name": "442026_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-12T01:56:56.869Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9461C942", "AutoV2": "8C6F79E75B", "SHA256": "8C6F79E75B9AD19FBA4773B6E78FC180FF598E86074844F1A4B2AD24296F706F", "CRC32": "31AB4F20", "BLAKE3": "842F0239EA03EDCFDEA1EF7DFF6E54B20941BF3F655B97E9C288A12F66AA4A65"}, "downloadUrl": "https://civitai.com/api/download/models/442026?type=Training%20Data"}, {"id": 402805, "sizeKB": 36990.671875, "name": "Rosalie-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-04T04:31:06.234Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FF06B5A0", "AutoV2": "A47F77FC1E", "SHA256": "A47F77FC1E7E575707BA113A5FB41DE2F8FAFB3D3C2F0496DAEE10529CB38D5D", "CRC32": "3F0DA180", "BLAKE3": "9AA2D6C054FE538E2B2569421EDFD94C0830BDE8CEC63D3BEDC81010CAD53EF2", "AutoV3": "E2A7C71F1CD5"}, "downloadUrl": "https://civitai.com/api/download/models/442026", "primary": true}], "images": [{"id": 11484858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffdc662c-a93f-442e-b4da-5c05ab5167f0/width=450/11484858.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UAINEgD%02od0#xa~BXSK5tR-o%2=|ofIpjZ", "type": "image"}, {"id": 11484859, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1d840c5-0772-491d-b6f5-63001464be13/width=450/11484859.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UCGu2Y$R0000B;IpVrIU#7Mx_NoL4TMxyFo#", "type": "image"}, {"id": 11484860, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17c272be-e00b-494e-a83c-a5e8ace60d64/width=450/11484860.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U9Izk$^5000100NH^+xa1ONb^ism0gIo~B?G", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/442026", "modelId": 396335} \ No newline at end of file diff --git a/datasets/metadata/442108.json b/datasets/metadata/442108.json new file mode 100644 index 0000000000000000000000000000000000000000..2044224f0be3b3f3b4b9fd3e0bcee1fa3e297e36 --- /dev/null +++ b/datasets/metadata/442108.json @@ -0,0 +1 @@ +{"id": 442108, "index": 0, "name": "v1.0 Splitting XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-12T03:21:28.611Z", "availability": "Public", "nsfwLevel": 28, "description": "Added splitting source images
", "trainedWords": ["Splitting ", "Duplication ", "Mitosis", "Selfcest ", "Clones"], "stats": {"downloadCount": 181, "ratingCount": 0, "rating": 0, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 362302, "sizeKB": 223106.72265625, "name": "Bisectional_Mitosis-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-12T03:20:49.751Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E28927AF", "AutoV2": "E5C8944D0B", "SHA256": "E5C8944D0BC4D5D91A4C6D7AADEFF39DE98646405722D6478B68CA67BFEA5ECD", "CRC32": "37629EF1", "BLAKE3": "665C76B1632BF42ADE970C03B8EC38D222AEC0D8F77CBE7A758ADBF0F2398B14", "AutoV3": "547B9F940EE6"}, "downloadUrl": "https://civitai.com/api/download/models/442108", "primary": true}, {"id": 362300, "sizeKB": 22843.5283203125, "name": "436113_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-12T03:20:38.878Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3E6C6EC8", "AutoV2": "166A6C4140", "SHA256": "166A6C4140E717EDDA3251F08569CE3AC371A6572ADD29478E4C1EC5FDBA6392", "CRC32": "EFA3F153", "BLAKE3": "4A5377414183B7707334D121FF6FBF3D6741F3AACF1E3C81BFC49C55F33F9366"}, "downloadUrl": "https://civitai.com/api/download/models/442108?type=Training%20Data"}], "images": [{"id": 9697542, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/972e85b7-10b9-4d1d-99e3-634d525da383/width=450/9697542.jpeg", "nsfwLevel": 16, "width": 768, "height": 1344, "hash": "UNO:3As:P;%M^Nofs.t70yWVwIR%?va}tloz", "type": "image"}, {"id": 9697495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/435c15f8-f772-405f-8f8f-9909a4d8a12a/width=450/9697495.jpeg", "nsfwLevel": 16, "width": 768, "height": 1344, "hash": "U8NSgJ0001+d1$4._2$|00?HTcw6+GJ6%%x[", "type": "image"}, {"id": 9697491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4f583a2-a8e7-4c53-8c04-893d3e86793a/width=450/9697491.jpeg", "nsfwLevel": 16, "width": 768, "height": 1344, "hash": "U8NI?Vq^M_^+2u?uyDI.{2v|JWV@~S4oH@t6", "type": "image"}, {"id": 9697496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f730a7f5-c755-4187-8e3c-d8dc3174e322/width=450/9697496.jpeg", "nsfwLevel": 16, "width": 768, "height": 1344, "hash": "U7OMET-p00%30200yEM_00~A:%nmD4.TL2-=", "type": "image"}, {"id": 9697490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78ee0f75-cfbf-4c44-88bb-f4f28c05a8e9/width=450/9697490.jpeg", "nsfwLevel": 16, "width": 768, "height": 1344, "hash": "UDOC%9007hIn8_9GEhx]00jbVEI9~V$jh1-;", "type": "image"}, {"id": 9697500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9277bb6c-d207-4686-a578-6d0d5de48658/width=450/9697500.jpeg", "nsfwLevel": 16, "width": 768, "height": 1344, "hash": "UDNI:Q4.01J701IoE1RQ8w-q?]nh?It7n8%M", "type": "image"}, {"id": 9697501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be93aa7e-e025-46aa-85b7-2aefb542535a/width=450/9697501.jpeg", "nsfwLevel": 16, "width": 768, "height": 1344, "hash": "UOM%7s~WPpo}xaWAxDxuAHRj%Mt7%$oft8oL", "type": "image"}, {"id": 9697504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/849fcb11-a48e-4e93-a517-7d0db406eae8/width=450/9697504.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1792, "hash": "UFJQ[.?w%|tlyCx^=^oy8w8^M|r;ve-:9wS2", "type": "image"}, {"id": 9697506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acc21bd8-7b0e-4af1-9015-27b86f0d472c/width=450/9697506.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1792, "hash": "U7K,BY?v00o~0O00vMIoL#~C_2MxL#.9lVn,", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/442108", "modelId": 390811} \ No newline at end of file diff --git a/datasets/metadata/442357.json b/datasets/metadata/442357.json new file mode 100644 index 0000000000000000000000000000000000000000..32cd401f395f80395e68ab30e67abd23abb53e34 --- /dev/null +++ b/datasets/metadata/442357.json @@ -0,0 +1 @@ +{"id": 442357, "index": 0, "name": "Jake Long", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-12T08:20:30.514Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 61, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 362525, "sizeKB": 13257.0625, "name": "442357_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-12T07:25:40.485Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6721085F", "AutoV2": "904E56B37B", "SHA256": "904E56B37B9B61CE82DF5E39F2060D1527927EA9CA623EA5C5E22E96D458B65E", "CRC32": "4CEFF3EF", "BLAKE3": "8B2DE28F2676A15033A80ADAE5FB5809FF9D90A8DF3A448820BB6F2CFF154FAE"}, "downloadUrl": "https://civitai.com/api/download/models/442357?type=Training%20Data"}, {"id": 362577, "sizeKB": 223122.94140625, "name": "Jake_Long.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-12T08:20:47.322Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4F5AFF74", "AutoV2": "B198F0FA4A", "SHA256": "B198F0FA4A07D78D98DBF98B9C9CA895442E2294B8C74398E94446889496CC65", "CRC32": "1E6339A3", "BLAKE3": "01E87DFEE4F8445F0B48CB35E9F7D56067559E5F20543A701C355CEF1669AFBE", "AutoV3": "6F8E4B497505"}, "downloadUrl": "https://civitai.com/api/download/models/442357", "primary": true}], "images": [{"id": 9710286, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5080d297-3b52-4db7-8460-c09e82d060d1/width=450/9710286.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U5J;VV#-05,?0in*~7W:07W:?oR,9NWp};bG", "type": "image"}, {"id": 9710287, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27e10ff5-7ec5-4b59-88d2-689fc1328b62/width=450/9710287.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UPH,;vN}.AOEF7RkESnhNM$wvy$yNPbc${Sh", "type": "image"}, {"id": 9710290, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82b1fced-cf25-460c-88d6-d30d37a2188c/width=450/9710290.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBH0Izr~0XD.LLZ*=yR=1A5X*F$*GIIb?DNF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/442357", "modelId": 396638} \ No newline at end of file diff --git a/datasets/metadata/442761.json b/datasets/metadata/442761.json new file mode 100644 index 0000000000000000000000000000000000000000..91dfc7b5ee771a9da57c0f384703db6532be1645 --- /dev/null +++ b/datasets/metadata/442761.json @@ -0,0 +1 @@ +{"id": 442761, "index": 0, "name": "Hyper dimension neptunia - green heart", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-19T16:43:23.908Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 128, "ratingCount": 0, "rating": 0, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 375272, "sizeKB": 3961.0234375, "name": "442761_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-19T16:01:32.531Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3C29A5AC", "AutoV2": "C41AD74EBF", "SHA256": "C41AD74EBFE7A07DC0F0573DCAC2809539FF2894E402B214FB200D3869F92474", "CRC32": "E8DCA1C0", "BLAKE3": "5431141120F4FD89E8EB80AEE8A7B688CD4BE3E89339D9BC7F3BA38B66673635"}, "downloadUrl": "https://civitai.com/api/download/models/442761?type=Training%20Data"}, {"id": 375326, "sizeKB": 223101.52734375, "name": "Hyper_dimension_neptunia_-_green_heart-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-19T16:40:54.604Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "366A9591", "AutoV2": "FFB4164963", "SHA256": "FFB41649639692C986C15779EEF6482D2A3458BA6C3F1F83647842B24A58EA6A", "CRC32": "C2E71267", "BLAKE3": "E414E0CF3EAADE02B0A10FF781258FE59A2B77D888C4247A97E6399A345C986E", "AutoV3": "AFC38FF550DF"}, "downloadUrl": "https://civitai.com/api/download/models/442761", "primary": true}], "images": [{"id": 10257018, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/180b1654-9492-4b66-a763-cc84cf834ead/width=450/10257018.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UQLqnVNZ.T-;?^WW=|s:%gs:$*kDj?xuIUWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/442761", "modelId": 397015} \ No newline at end of file diff --git a/datasets/metadata/442936.json b/datasets/metadata/442936.json new file mode 100644 index 0000000000000000000000000000000000000000..4e7a8bb653db5954fcff5ff14a0d5cfa4ea9cafd --- /dev/null +++ b/datasets/metadata/442936.json @@ -0,0 +1 @@ +{"id": 442936, "index": 0, "name": "Crime Board", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-12T19:03:43.706Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["white crime board", "blue crime board", "brown crime board"], "stats": {"downloadCount": 115, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 363046, "sizeKB": 34760.4404296875, "name": "442936_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-12T15:35:43.255Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D78D9D52", "AutoV2": "0434E7E80B", "SHA256": "0434E7E80B1DF1600C0F6D445C6CF9E5162492AD26E2F5F9F88B9A90B30357ED", "CRC32": "0D7663F2", "BLAKE3": "66E11095D61999C983890463298E6CBA885C051141B0547DC65EBBBB1CDB54DA"}, "downloadUrl": "https://civitai.com/api/download/models/442936?type=Training%20Data"}, {"id": 363254, "sizeKB": 223098.96484375, "name": "Crime_Board.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-12T18:25:44.115Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C120EA68", "AutoV2": "9DD77F351D", "SHA256": "9DD77F351D1BD7DA330805CC516ADB40A3ED1F29B79B055FAD594BC390F963F8", "CRC32": "18C8B1A1", "BLAKE3": "28C2D6D8AF9FA722F48A71A596FB976EF6C0F7A416D41EC0CF00C6A7DEBB903F", "AutoV3": "56F041DB9BD2"}, "downloadUrl": "https://civitai.com/api/download/models/442936", "primary": true}], "images": [{"id": 9741172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95c225b0-b513-46ec-8754-15ddb4c2e8a5/width=450/9741172.jpeg", "nsfwLevel": 1, "width": 3072, "height": 4096, "hash": "UXF?67_N.Tn$-:RiIoM_M|R*V?oJD*V[nikD", "type": "image"}, {"id": 9741060, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aabe032e-63eb-4dd8-9c6e-b953469af8d6/width=450/9741060.jpeg", "nsfwLevel": 4, "width": 3072, "height": 4096, "hash": "UUJ@%p9ElV%gT0tR%2oLEMkCsls:oes:M_R*", "type": "image"}, {"id": 9741232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7192ad2a-6bc6-4fcf-814d-809b0b38bc2f/width=450/9741232.jpeg", "nsfwLevel": 1, "width": 3072, "height": 4096, "hash": "UDJICT?wBX8^-VD%?vR400M_i]WBEMROR3x]", "type": "image"}, {"id": 9741294, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e140faaa-cbfd-4b1d-95ce-bb775b06b41a/width=450/9741294.jpeg", "nsfwLevel": 1, "width": 3072, "height": 4096, "hash": "UEGuE:^*Yk575?M{-;Mx0zS$#k^*%1kWIUNx", "type": "image"}, {"id": 9741359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9c53073-9088-404e-9c7a-de2b8e1a63e2/width=450/9741359.jpeg", "nsfwLevel": 1, "width": 3072, "height": 4096, "hash": "UBFi4000T}%M01~V4n-;00_3^O4n-PS%t7oJ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/442936", "modelId": 397172} \ No newline at end of file diff --git a/datasets/metadata/442980.json b/datasets/metadata/442980.json new file mode 100644 index 0000000000000000000000000000000000000000..aaa6e7ee2c4177603903b741bb3c1027cb68a116 --- /dev/null +++ b/datasets/metadata/442980.json @@ -0,0 +1 @@ +{"id": 442980, "index": 0, "name": "Alex Lawther", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-13T07:15:48.379Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 23, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 363087, "sizeKB": 584.6259765625, "name": "442980_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-12T16:06:49.312Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "D4FA90D4F2", "SHA256": "D4FA90D4F2707D7C1212AD0CBEBB27BD806732E522CB3375EEEAB6F413AFAD13", "CRC32": "07D03646", "BLAKE3": "F6ED8F9F49D750C2DD91CD785B8767C9C277FFAAF9EF7A402AD23BDC7D2B4A10"}, "downloadUrl": "https://civitai.com/api/download/models/442980?type=Training%20Data"}, {"id": 364155, "sizeKB": 223100.87109375, "name": "Alex_Lawther.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-13T07:00:35.714Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4965FE15", "AutoV2": "1DBAEA1FD4", "SHA256": "1DBAEA1FD4BF86484AE4A839DFF10343375601C5097CD341F98A35625C15B465", "CRC32": "826ACED4", "BLAKE3": "9E5D499586E1FFA845072803A25338E15DB37412EB956FABD3415C6921C6C1D5", "AutoV3": "B5F2E08A890B"}, "downloadUrl": "https://civitai.com/api/download/models/442980", "primary": true}], "images": [{"id": 9778194, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1d14f37-088e-4ef0-8ca9-3adfcde293e2/width=450/9778194.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UQDJFyMxELSO_NM{o~ozb_NGxvkCXnNGaeWB", "type": "image"}, {"id": 9778195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05f889fb-8815-4b4f-9e00-9f9d5a4df583/width=450/9778195.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UoEyreaetlbb?wjZo#kCElj[nijtI=a}jEjZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/442980", "modelId": 397210} \ No newline at end of file diff --git a/datasets/metadata/442982.json b/datasets/metadata/442982.json new file mode 100644 index 0000000000000000000000000000000000000000..02b246384e0f04581ec6fa6d7d1d407833e2e6ab --- /dev/null +++ b/datasets/metadata/442982.json @@ -0,0 +1 @@ +{"id": 442982, "index": 0, "name": "Leony April ( pornstar )", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-12T17:25:01.614Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 81, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 363089, "sizeKB": 2426.1201171875, "name": "442982_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-12T16:10:40.072Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3D36D73D", "AutoV2": "C024A5436F", "SHA256": "C024A5436F79460C87B907CC885E2913726D1B27C1C996D9FA5456F430EE8A54", "CRC32": "8199AA3F", "BLAKE3": "B2B8E5A432EE66A01F69700A80ABEC2AAC77D23E9EF403CBA3A2D6969C84D4EA"}, "downloadUrl": "https://civitai.com/api/download/models/442982?type=Training%20Data"}, {"id": 363184, "sizeKB": 223101.26171875, "name": "Leony_April__pornstar_.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-12T17:25:39.963Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "91CD9901", "AutoV2": "F8223D509C", "SHA256": "F8223D509C433A835DBF9A3F96AE8F3A3F7257FAEBA58F56A819539C927172D7", "CRC32": "81849F95", "BLAKE3": "8174F94436A9691EB855594039BBF1AF3049FCC929968BF3E1185E36E374AD03", "AutoV3": "A1F55E61B27E"}, "downloadUrl": "https://civitai.com/api/download/models/442982", "primary": true}], "images": [{"id": 9737170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/131403f0-0549-4f96-ac33-a8587a860f3b/width=450/9737170.jpeg", "nsfwLevel": 1, "width": 960, "height": 1024, "hash": "UCF=2F#,AZ4:bv9Z~BE156NG$+^kM{t7odxt", "type": "image"}, {"id": 9737173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/334fbe0f-dbc6-4dbb-bcca-7aab6ffb5967/width=450/9737173.jpeg", "nsfwLevel": 1, "width": 960, "height": 1024, "hash": "UNH1Pd~V9t-A-:?Hs94:NwkC$iIoRjIpIVs9", "type": "image"}, {"id": 9737183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23d635c9-9fda-4693-b5d2-51a096a833b7/width=450/9737183.jpeg", "nsfwLevel": 1, "width": 960, "height": 1024, "hash": "UMIgr[9GGZ5R.mWA-;?GGGjs-pxu%NxaRkSO", "type": "image"}, {"id": 9737202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9fbe52f7-a7dd-467b-bb48-36db9cdf0796/width=450/9737202.jpeg", "nsfwLevel": 1, "width": 960, "height": 1024, "hash": "U8HK,@MxK$%KYO~CwIt600?GDj57-pIUozSO", "type": "image"}, {"id": 9737213, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9159a27-c5f1-4123-a184-c5af46f04ea4/width=450/9737213.jpeg", "nsfwLevel": 1, "width": 960, "height": 1024, "hash": "ULJQ+e~CTy.8x].8?b-;D*tRn+%MIAMxM{E1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/442982", "modelId": 397212} \ No newline at end of file diff --git a/datasets/metadata/443386.json b/datasets/metadata/443386.json new file mode 100644 index 0000000000000000000000000000000000000000..552d8e1533b4e7f4cf122d548b3078e127c13a4b --- /dev/null +++ b/datasets/metadata/443386.json @@ -0,0 +1 @@ +{"id": 443386, "index": 0, "name": "v1.0 Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-12T21:05:02.934Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Autocunnilingus"], "stats": {"downloadCount": 232, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 363459, "sizeKB": 223101.78515625, "name": "Autocunnilingus-000011.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-12T21:00:44.466Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CA7A4971", "AutoV2": "415F788F3F", "SHA256": "415F788F3F2F967B121AFE08006685D59D64E7E368999CBC40A5146FD0551073", "CRC32": "96AC6B29", "BLAKE3": "DF6B23D2B7EA870D018A8E1FEC3099FAA8BEC7EA2BFF6F40822A80BC5BACE6BC", "AutoV3": "F15592FA7452"}, "downloadUrl": "https://civitai.com/api/download/models/443386", "primary": true}, {"id": 363451, "sizeKB": 2800.521484375, "name": "442070_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-12T21:01:08.772Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B311BAF6", "AutoV2": "A4C2BE92CD", "SHA256": "A4C2BE92CDC90E8BE64B8EDFCDE8E1C63BC7B1E041F05AB34600E5E3C76142C7", "CRC32": "B269EDA9", "BLAKE3": "2336890F28FEE1904810A3BEE168935C1D07061DB38F94E0C188B1602D4E2F08"}, "downloadUrl": "https://civitai.com/api/download/models/443386?type=Training%20Data"}], "images": [{"id": 9748742, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a65adf7e-e976-496a-b217-bcfa96d64c7b/width=450/9748742.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UFJao_t7?^j[_3ITIURjtlxu-:t7tRs:9Ft7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/443386", "modelId": 397082} \ No newline at end of file diff --git a/datasets/metadata/443440.json b/datasets/metadata/443440.json new file mode 100644 index 0000000000000000000000000000000000000000..62b583225f8ad3abb39e272d9df487fe4d299cb4 --- /dev/null +++ b/datasets/metadata/443440.json @@ -0,0 +1 @@ +{"id": 443440, "index": 0, "name": "1981 anime", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-12T21:44:56.187Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": ["lum, long hair, bangs, blue hair, blue eyes, horns, pointy ears, aqua hair, oni horns, eyeshadow,", "navel, cleavage, swimsuit, bikini, strapless, animal print, yellow bikini, tiger print, strapless bikini,"], "stats": {"downloadCount": 537, "ratingCount": 0, "rating": 0, "thumbsUpCount": 61, "thumbsDownCount": 0}, "files": [{"id": 363498, "sizeKB": 223115.06640625, "name": "lum-anime-classic-ponyxl-lora-nochekaiser.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-12T21:46:15.368Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1A879DFE", "AutoV2": "E04D29BAC7", "SHA256": "E04D29BAC72F35542F26AA035E74A08297E9169CC10D214FD0F5D48EEF35EFF9", "CRC32": "42199804", "BLAKE3": "A18FF4BA822A0F0FFF020C2FBB1FDF00B6C4D624229A095F08885C265C9E24E8", "AutoV3": "09238FC7C7DE"}, "downloadUrl": "https://civitai.com/api/download/models/443440", "primary": true}, {"id": 363503, "sizeKB": 409505.8818359375, "name": "lum classic pruned.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-12T21:45:43.845Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FCA712A9", "AutoV2": "F706774ECF", "SHA256": "F706774ECF87C4F6338A845CBA713D846F22411D0CEC4F64770EF384E2880DA7", "CRC32": "C912E83D", "BLAKE3": "EF6F861A7FBC2B57FADE75617C618DFD86448DFC5FFC6B5EA8A3CFC735A041DC"}, "downloadUrl": "https://civitai.com/api/download/models/443440?type=Training%20Data"}], "images": [{"id": 9751068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2058b0ab-a840-4731-ae62-8c135d777bcc/width=450/9751068.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "U9Jau~5S1H68005[~A.8-:v{~A?G00s+V{0f", "type": "image"}, {"id": 9751074, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1df8da9d-4fd6-4121-a31e-69a1191db70f/width=450/9751074.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UBIhmVYPKj1j1SL2^*^j*0=|~B%258waRjRO", "type": "image"}, {"id": 9751072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35ecaa6e-dc82-4a95-939b-7cc92afe4c5c/width=450/9751072.jpeg", "nsfwLevel": 8, "width": 1152, "height": 896, "hash": "UAHoan?vP2%c00Ubk==|?]qu^+S#IW^+H?yC", "type": "image"}, {"id": 9751071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f833c7ee-c8aa-46ac-9267-e791b03450c3/width=450/9751071.jpeg", "nsfwLevel": 4, "width": 1152, "height": 896, "hash": "UXHVI[~BOsn4KkJAtRoJ9vfk%LbvIqSgR+W.", "type": "image"}, {"id": 9751073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54492477-7e62-4266-b0ec-82274104a92d/width=450/9751073.jpeg", "nsfwLevel": 4, "width": 1152, "height": 896, "hash": "UJIF0i7N5=x]5UrrMdElE25R}r=|x]I[R-~C", "type": "image"}, {"id": 9751075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbd1f2fa-d34c-481a-84bc-9bf3d6658f0b/width=450/9751075.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UVKnCy~SS#ohEKtRIVV[tRaKxaNxNFW?fmI:", "type": "image"}, {"id": 9751076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39940ba2-c610-42bc-812f-860607bb1b4f/width=450/9751076.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "U8Hezf}r00Ql00mk}ZF31L4:?GxZMz%1sEVr", "type": "image"}, {"id": 9751078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d73b5f32-ee41-42df-ba33-b788e2622f2d/width=450/9751078.jpeg", "nsfwLevel": 4, "width": 1152, "height": 896, "hash": "UbIr7~~Axu$LOtOXMxr=ENxH$foIso$h%1NG", "type": "image"}, {"id": 9751079, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d85a04e-7ee4-4630-b8d5-6fc893b501f0/width=450/9751079.jpeg", "nsfwLevel": 4, "width": 1152, "height": 896, "hash": "UDKA{3Kkt*yW0dv}oIxByDo~-W%0$w01Iu~B", "type": "image"}, {"id": 9751077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e40cbea-b008-41b2-9235-3c67d8514dfc/width=450/9751077.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UaJ8R,~UI;n#E,ofxCwIR*xDwbR+IpNFWCNH", "type": "image"}, {"id": 9751080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4056a2fb-6518-4f24-bdfa-cade03772dfd/width=450/9751080.jpeg", "nsfwLevel": 8, "width": 1152, "height": 896, "hash": "UDIY8[9Y1KIV0LpK^+KOKiE2#;$g~UAWIAoz", "type": "image"}, {"id": 9751081, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b97c243-9818-4195-9eeb-b220443aecde/width=450/9751081.jpeg", "nsfwLevel": 4, "width": 1152, "height": 896, "hash": "UJJar[_NEL.655$~-PbE~ptR^+wbM{ofjG%M", "type": "image"}, {"id": 9751089, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1929157b-e38e-4743-92d5-d2d3a32b4659/width=450/9751089.jpeg", "nsfwLevel": 8, "width": 1152, "height": 896, "hash": "UBHx=[4=0KFv00Yk#EyB7~?H-o-;4:MyD*^j", "type": "image"}, {"id": 9751088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e68e90d-f7f2-4d2f-9fe7-4a6322fb3ab7/width=450/9751088.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UEI#lb0f0J%h00.mxH0yBmTJ-ps:E3n#IB-U", "type": "image"}, {"id": 9751087, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5f715b9-3079-4df5-bc46-6f0b4e03bbd2/width=450/9751087.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UAI=AB?b0JTw00Qmxv}]1hh}_2EK9u4oRj57", "type": "image"}, {"id": 9751090, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d7bb791-8400-4642-93d3-a9cc903a682b/width=450/9751090.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UTIrB6}pEkRk5WJAs,-5T0-:=ct8Ost7kC9a", "type": "image"}, {"id": 9751130, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73afbec0-8a61-4007-b447-03790361e8ae/width=450/9751130.jpeg", "nsfwLevel": 4, "width": 1152, "height": 896, "hash": "UFJHs%^g5PMe1D9bs7D,~SMe-CE4Mw-CICNH", "type": "image"}, {"id": 9751091, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/417aefc0-51b1-4065-8929-54869bab1d5c/width=450/9751091.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UIIhc~~UAW%L4.$~}:e-?a9w?Hs:D$E2rr%2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/443440", "modelId": 352594} \ No newline at end of file diff --git a/datasets/metadata/443649.json b/datasets/metadata/443649.json new file mode 100644 index 0000000000000000000000000000000000000000..60b0339e82c66f86cb2a35d64cdf2dc083b00c84 --- /dev/null +++ b/datasets/metadata/443649.json @@ -0,0 +1 @@ +{"id": 443649, "index": 0, "name": "NeonSplat", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-13T04:00:07.791Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": ["HyperHueism", "NeonSplat"], "stats": {"downloadCount": 113, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 363928, "sizeKB": 223128.00390625, "name": "NeonSplat.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-13T03:51:18.790Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B73F2AEA", "AutoV2": "0982C32638", "SHA256": "0982C326385FFCC66231688D3A552833A58C862E639E09F0A5834EABD747BAA3", "CRC32": "8F8232AC", "BLAKE3": "8E663299CF0F4590F8A67618D3213F3259FD766B295D11791E61AA3FD8677D72", "AutoV3": "17457A69CB65"}, "downloadUrl": "https://civitai.com/api/download/models/443649", "primary": true}, {"id": 363710, "sizeKB": 11376.3515625, "name": "443649_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-13T00:36:11.117Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "63CE2B77", "AutoV2": "B5674AF6E6", "SHA256": "B5674AF6E62DCEDCC69ED69DA9C9FA57EB7D5ECD3BEEECF4CF2A216B8ABD9D06", "CRC32": "8A6DF031", "BLAKE3": "F5B0F0E2E7A2703790EB759058F5E8BD79AD87810D25273B19D6A5F8868D5789"}, "downloadUrl": "https://civitai.com/api/download/models/443649?type=Training%20Data"}], "images": [{"id": 9768440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed45c728-975c-4124-99a1-98c36be597d3/width=450/9768440.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5Adr~Fx0P.mzUrq4T-:_4xcMy8{t,M{tlyB", "type": "image"}, {"id": 9768442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e27c5c96-2e7a-445a-b03c-42693ac171fa/width=450/9768442.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9IOa%jr19.8PXr=F#o}0OM|x]=_ys-QD*5X", "type": "image"}, {"id": 9768441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bba2e278-7069-42ae-acd2-82f2eb4b6378/width=450/9768441.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKH{+v9PlSlm{qtxthNYPWxtsTrqx.N4WGs8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/443649", "modelId": 397825} \ No newline at end of file diff --git a/datasets/metadata/443795.json b/datasets/metadata/443795.json new file mode 100644 index 0000000000000000000000000000000000000000..2b8e74a1eca07494b264fef7cf0a62a170829d5c --- /dev/null +++ b/datasets/metadata/443795.json @@ -0,0 +1 @@ +{"id": 443795, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-13T02:46:24.928Z", "availability": "Public", "nsfwLevel": 31, "description": null, "trainedWords": ["long hair, front braid, hair over shoulder, single braid, (empty eyes:1.2), expressionless, red eyes, large breasts, hair bow,", "sweater, pants, white pants, scarf, brown sweater, cable knit, aran sweater, black footwear, long sleeves"], "stats": {"downloadCount": 187, "ratingCount": 0, "rating": 0, "thumbsUpCount": 34, "thumbsDownCount": 0}, "files": [{"id": 363867, "sizeKB": 9332.203125, "name": "kurose_tokiko-zom.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-13T02:45:37.015Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A0051C09", "AutoV2": "226D7596DA", "SHA256": "226D7596DA73EA7E65FE7AF5D7837727933C86481E57379652E0E17844303729", "CRC32": "652907EA", "BLAKE3": "0463B8F048D2920F809EB63C6F9B7A371ED4EAEA3AAAD33D4F22E5AF8BD0ACF3", "AutoV3": "930485F8B867"}, "downloadUrl": "https://civitai.com/api/download/models/443795", "primary": true}, {"id": 363869, "sizeKB": 101808.4794921875, "name": "train tokiko.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-13T02:50:39.268Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5242DAF2", "AutoV2": "48FA053AD1", "SHA256": "48FA053AD14DA7DF91558504B646BEE2BE3C7BA1B56DF2BBC385C27EC766A686", "CRC32": "342AFD84", "BLAKE3": "5A006EEB07C7ABB1648BC9FA7445AA564F2DE09022C8796ADB74499D19064AA2"}, "downloadUrl": "https://civitai.com/api/download/models/443795?type=Training%20Data"}], "images": [{"id": 9764634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83608902-3521-44f6-8be3-9534eece8111/width=450/9764634.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UJFFW@~oM]-p-O?a_3WA.7oyaexv_3xuITRP", "type": "image"}, {"id": 9764632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8aecf115-4a79-467b-89b1-70dac0715dab/width=450/9764632.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UJF=jsD%I9?a=qf--;V?^+M{xuxu~qa#D$xu", "type": "image"}, {"id": 9764635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b38d5113-5fab-4f57-af88-b837aad9ccce/width=450/9764635.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UbHeIEIobvM|D%oLaeMy~poeRkM{X8WBofWB", "type": "image"}, {"id": 9764633, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1694b94a-779b-431f-886f-393946cd253a/width=450/9764633.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UTF=?pD%x]RQ8^IooyRQIUkCMxWB_NV@%MkC", "type": "image"}, {"id": 9764636, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e279490-9a5f-4533-b566-451d83d45555/width=450/9764636.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UGEVjC~V9Y-;?F?b?vRioz%M%2V@~qjsD$xv", "type": "image"}, {"id": 9764637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22b66d4a-cbd5-4e36-ae11-a7abcd62eb0a/width=450/9764637.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UWJtr4?a~pNH^%-:%LRk~W-oIUM|IoWBoMWV", "type": "image"}, {"id": 9764638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9e96123-112c-4172-9156-8aee41beceb3/width=450/9764638.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UUG[vT%1RORjMbjXt5xuM{-;?aRi~qe-Rif6", "type": "image"}, {"id": 9764639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d14e56d0-9362-4ffe-9d87-6e3817a56803/width=450/9764639.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UGGun2RP%gMw009F0eD%00_3?bbH~qIU%1xa", "type": "image"}, {"id": 9764642, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6a749fe-a6ca-4c53-bd82-19dd8c1fca40/width=450/9764642.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UJHB-:^*9[9Z4TM_E1oz0K?v~W-o?wITVrM_", "type": "image"}, {"id": 9764641, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3e9b473-b1bb-4eda-a347-bc6a16c2cb7f/width=450/9764641.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UGIO63~V^+%L${xa-:xuR%4o9G-px^-p-:?H", "type": "image"}, {"id": 9764640, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c42913d2-5420-4c42-9e56-d284d1797fdd/width=450/9764640.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UWHnsi~pxtM{^hxVt7og?GxZ%2t8.8-:RjIU", "type": "image"}, {"id": 9764643, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/801ca928-6bca-460f-857f-873691f566ab/width=450/9764643.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UQFr*9D+9Zx[xoIVxuR%~pIVM{j?_3M_Myt7", "type": "image"}, {"id": 9764648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0a7b51a-636e-4ecb-a179-5176fe0874dc/width=450/9764648.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "UUF=%Rwvx[%Mv|xsWBRPDi.7adj[_NxuxZx[", "type": "image"}, {"id": 9764646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fcf7cd8-d29a-4265-9e1b-c3f73f94ecbb/width=450/9764646.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UEGup_8}5500IQIWx]yCK$EM~Cro.7IUIU-=", "type": "image"}, {"id": 9764647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ce52131-2e1c-41a2-9cb7-033de350417f/width=450/9764647.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UjGlI.smxu%M%1%gtQjsjY%MoIj@_NRjt6t7", "type": "image"}, {"id": 9765050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e80d992-9c8b-4260-94e6-213fb745bbd1/width=450/9765050.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UQG[i~~qs5Mv^j%M.8t6-ojEM_axRijEt6xu", "type": "image"}, {"id": 9764908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74ac5f76-4498-443c-a9c0-3229e9c9ea81/width=450/9764908.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UGH1}OIoEING~pM|?G%M$~WqSioekSWC-poJ", "type": "image"}, {"id": 9764907, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6edd2ff3-226c-4334-86d7-fbb2e3dcfd13/width=450/9764907.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UFI#120000%MV;IV~WMynNxt%NM|x]t6s-V@", "type": "image"}, {"id": 9764905, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ceff30d-c5d7-4337-9840-82fdbb32131b/width=450/9764905.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UMFh@r~W9tof.8tQSdkB9Zt7^+xto#S4X9Rj", "type": "image"}, {"id": 9764906, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05049ecf-2939-4f72-a8d2-3936ec6086b4/width=450/9764906.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UGH-fD?G?[ov_MNG^*xtkWxa%1t6-TtQ%1^*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/443795", "modelId": 397958} \ No newline at end of file diff --git a/datasets/metadata/444255.json b/datasets/metadata/444255.json new file mode 100644 index 0000000000000000000000000000000000000000..c0471f97b5d5055d2ca31e0c33484a9ab7f35b3a --- /dev/null +++ b/datasets/metadata/444255.json @@ -0,0 +1 @@ +{"id": 444255, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-13T09:40:27.236Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 171, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 364297, "sizeKB": 223101.19140625, "name": "AbstractPatternStylePony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-13T09:40:56.642Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D23F0E7B", "AutoV2": "396195AD27", "SHA256": "396195AD27C6475B29DD17FE9D0A4353C6291D67A51F1D5B726DCBF7244AEB72", "CRC32": "7CCD5AA3", "BLAKE3": "89F22A4F05ED06C5CCD156CEBB956C351DE0CC78C1179A0A6E313F3A062B1CD4", "AutoV3": "A63A0A4EE195"}, "downloadUrl": "https://civitai.com/api/download/models/444255", "primary": true}, {"id": 492963, "sizeKB": 128218.1025390625, "name": "AbstractPatternStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:17:10.696Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F2E593C2", "AutoV2": "4E327201C2", "SHA256": "4E327201C2EA0C4F2D67D60BE7B5995C6A3EE08FEB2D4A746EAA9F35902E13A0", "CRC32": "020F2744", "BLAKE3": "1FCCC48B415425B4693253468D78BB54678604C95DDEEE4F1964C2B20E4AD185"}, "downloadUrl": "https://civitai.com/api/download/models/444255?type=Training%20Data"}], "images": [{"id": 9784879, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e78418bc-ee53-49f4-8ec8-784a512d5d68/width=450/9784879.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCFZB8~oID0h}c-:nnV]zTNGrW$yu1R.osx]", "type": "image"}, {"id": 9784864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37b17138-ff2f-4189-aefe-18f7bf6bb960/width=450/9784864.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UQLWY5wvwZ%L$1WVX9oMTes9MyNd~8S#-:r=", "type": "image"}, {"id": 9784870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3deab833-7449-45e8-8254-1226b47f81c3/width=450/9784870.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKIhKx~B=^NdExXmD+i{5ERjNFSfR$EMnQaf", "type": "image"}, {"id": 9784861, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0dd0a432-942a-4ff8-86b8-4c32479e0ff4/width=450/9784861.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U7I|C54r0q^Po#H@B;~A00AV0JM|==KQ#Q$z", "type": "image"}, {"id": 9784878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/933232ab-3f92-4637-a1f3-1b1726ac6281/width=450/9784878.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCA1;On#4TXn_NX801Rj+uWYEzxDu*jYpwxY", "type": "image"}, {"id": 9784866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce653d03-454b-4da9-8a20-1139b6b38c1d/width=450/9784866.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UJI$4]~qE09ZGwtR^+%L01%N?G-pi$-pMxNH", "type": "image"}, {"id": 9784867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73e0cbaa-1559-4db4-bc59-f42644ee1dde/width=450/9784867.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UTKeAxkq~px]_NWBe:RPMxIpD%xZ_3j[bvt7", "type": "image"}, {"id": 9784875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0c6a22d-fd72-4f80-96f3-4ba3acbd81b9/width=450/9784875.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UJJjh=Vs8w={z:-:E2Rj-T={^*Rj}n%f-oMd", "type": "image"}, {"id": 9784881, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4686675b-f50b-4817-b836-339e7f31b42d/width=450/9784881.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UOHB[2.TRpXn%zY5XAOF-BEjNKbH$fNfX8bb", "type": "image"}, {"id": 9784863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73e8382c-ac52-4b6f-a680-44fd7e240acd/width=450/9784863.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UMG[yx~CXUD*m,MyM{X5NY%J+txaN}9vo$s;", "type": "image"}, {"id": 9784868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86ca1ce6-091f-4373-b5d1-457929c59f34/width=450/9784868.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCD9iBM_qKFz|HXTRiR%a8#l9qxZIxkBTJs:", "type": "image"}, {"id": 9784873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/969af321-7f47-4062-bd9e-ebb144f39312/width=450/9784873.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UXFsGO%gNIR5.m%ftRVr%gSgX8w]E1R+bbxZ", "type": "image"}, {"id": 9784871, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc02c54a-65f8-42b4-8c47-c9fca5a8c85a/width=450/9784871.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UIJa}|0N~V-;xHMxXRn*wH-ADiI;~qSiS$sl", "type": "image"}, {"id": 9784865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb3f2497-357a-4e69-8eb2-dd1ec9cc011a/width=450/9784865.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UMF6bC#kyFMycus*oznm.AxvWCxUx^x]ogj]", "type": "image"}, {"id": 9784869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7916f5de-48bf-45bf-83a5-d85fe1c1e87e/width=450/9784869.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UWGJ8SNIVrof.Aoz%3a#K*ofnOa#NHWDtRjs", "type": "image"}, {"id": 9784872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d45d7c8c-1469-49f2-939c-d6daf5694d93/width=450/9784872.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UDLE1#x].T-;v}W=XTsSo#f6WAj]?voeIURk", "type": "image"}, {"id": 9784874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b272a8b-5246-4b93-a8fb-c6e6886309ad/width=450/9784874.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCIE|YiIQm~Aoh#lIUml8wt,Djr=Q-EiENyW", "type": "image"}, {"id": 9784880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d313955-f40b-472a-ab0c-15f8106da513/width=450/9784880.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8I5JM~A+[icEU#k^N%08w$yIAj=nnKQXmNb", "type": "image"}, {"id": 9784876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2405dd8b-9154-4abc-b4fb-85d7f03faa36/width=450/9784876.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UNHVCu~A%2My%4Z$v|oLDiM{Zht6ohtlxYen", "type": "image"}, {"id": 9784877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b808a9b9-60b9-48e3-b038-e1af78c89d87/width=450/9784877.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UGH2vN~A^MK8b|vgv}Vu01VEIBnN4U%1OWnh", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/444255", "modelId": 398357} \ No newline at end of file diff --git a/datasets/metadata/444260.json b/datasets/metadata/444260.json new file mode 100644 index 0000000000000000000000000000000000000000..735eda4f5e3fd9607e75db0129406666b473dac3 --- /dev/null +++ b/datasets/metadata/444260.json @@ -0,0 +1 @@ +{"id": 444260, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-13T09:45:09.583Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["CakeStyle"], "stats": {"downloadCount": 135, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 364302, "sizeKB": 223102.55859375, "name": "CakeStylePony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-13T09:45:51.782Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BE5A0F35", "AutoV2": "65B22AEC7B", "SHA256": "65B22AEC7BBC72C804F4BA5F4E1E3062573B122C0AFB0BCC19A800B1F014CABF", "CRC32": "28D766A9", "BLAKE3": "C754EAD0DBEF0981335D38992B37603A9BB41FEBA329AC3BD3DB4D558263E3D3", "AutoV3": "A6F73E41D83A"}, "downloadUrl": "https://civitai.com/api/download/models/444260", "primary": true}, {"id": 492964, "sizeKB": 55426.7392578125, "name": "CakeStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:17:15.965Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4284C332", "AutoV2": "9947E34672", "SHA256": "9947E346728002C5A502D549EA073364AA0B610318C1855EE24D15D5D41A7942", "CRC32": "0F1D3FC8", "BLAKE3": "75A01BD70FF1BE809BEF3F1C986B6C1B7190C790B533E683682B45EAA642CF66"}, "downloadUrl": "https://civitai.com/api/download/models/444260?type=Training%20Data"}], "images": [{"id": 9785151, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5487f27-e701-4c3e-8160-88e95d6a4639/width=450/9785151.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCG[c[Q+H=^+^%?wMwxvm*xubxM_;1aJFeVr", "type": "image"}, {"id": 9785154, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a119af48-c0f8-4400-9560-41782cb099ee/width=450/9785154.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UDIh?d00x^_4E-_Nz:R-00$#I9I:NrR:xuaJ", "type": "image"}, {"id": 9785147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/987e5fe0-a7ed-4f01-b5f5-51199984f397/width=450/9785147.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAKTlQvz+tj[00-;4.Ip{w9uF2?G00E2-on$", "type": "image"}, {"id": 9785150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/398abab0-1a75-4a7e-982c-bea1f3d62d0f/width=450/9785150.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFF~s|DN00.9}-.TJ.env#?b%MIURPrpWBNd", "type": "image"}, {"id": 9785148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a86c0581-404e-4a45-8a0f-6e38560fb98e/width=450/9785148.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URK^dG~A5nH?%LS4NGnhJDS5sDxuM{oyxaR*", "type": "image"}, {"id": 9785149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/affcb223-56d9-4304-bcf3-dcbcd3cbe40a/width=450/9785149.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAHeqm4TDh-nD4yXnP,H}tx^5P%M^5xbEeIn", "type": "image"}, {"id": 9785158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d498eab-83df-4984-a2b2-1b5df04c52fb/width=450/9785158.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UELzH-$w}u?I,C-=S1WXD+ni9Ej?-mflIoVs", "type": "image"}, {"id": 9785157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d2d8c65-8872-4bab-8c33-063fe4c106cf/width=450/9785157.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UQL4Nn_4-p$+^*ROM{of$*S2S#X8Q,kqR+ax", "type": "image"}, {"id": 9785215, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1764712-47af-4a80-b6a3-905e3c6931af/width=450/9785215.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U6Km^I00{r~1HXt,TM=_y]?aE@K90T^kSaJi", "type": "image"}, {"id": 9785214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88c5212a-3dd7-46ce-89ff-15411d5e9911/width=450/9785214.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNJte$}=.9S$x]NeJAtRrxRjM{fijGadROM{", "type": "image"}, {"id": 9785217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4ee26bf-5995-43fb-8796-da9938f233fd/width=450/9785217.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9ECnQ_40K00vg4TNFxY^Q%3FeXn0JIo$*xu", "type": "image"}, {"id": 9785216, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf6ee9b4-9532-4b85-93f2-fe2be2d1905d/width=450/9785216.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTIEFz*0Rje:Q-RPIpWBkYM{NFs,9]ofxaog", "type": "image"}, {"id": 9785213, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/337f2898-2007-4e5d-b858-d5ce3b68e07e/width=450/9785213.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7KKQe0000%#^m}rTxAG$e*JRp}Z9X0~qt={", "type": "image"}, {"id": 9785218, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d6eafdd-4a0e-43dd-9dea-1695e334012b/width=450/9785218.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOJaZs~VxbIUo$IUjEt7^6soELbvR:RjROs:", "type": "image"}, {"id": 9785219, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e424983b-5a97-43db-ad23-31ddcb12bdda/width=450/9785219.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCKKHK8wa8.Tyqk?rcs:qb?vEdR4ZpV?OPS2", "type": "image"}, {"id": 9785220, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30c01686-a951-46bb-bf8a-9b27faae9516/width=450/9785220.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UMI}SQGKm+vywz%0E3x]DislK3NKV=aKt5RQ", "type": "image"}, {"id": 9785221, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c3c6011-9bdc-4454-8efd-bc0f1c1fc2cc/width=450/9785221.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UCJ8L[000Kw0vy_49ZWEMJyDRkyERiNur=sB", "type": "image"}, {"id": 9785223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/886596ac-f8e5-47e3-bd43-e94467610cc6/width=450/9785223.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UPI57F~WRPNeENM{v}nh4.X8ROVs$zbFS$S4", "type": "image"}, {"id": 9785224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d17acebb-ab8e-4feb-8062-d5a0d6c31f22/width=450/9785224.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UFJHn24TDikX{_%%JV%2d?-=M{%2Ef$ksmEe", "type": "image"}, {"id": 9785222, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f983ecd-150f-4182-92ed-8340249f0829/width=450/9785222.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UNKwCR#6rpxG~BtmSzV?I9RkXnV@JBsAM_R*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/444260", "modelId": 398363} \ No newline at end of file diff --git a/datasets/metadata/444672.json b/datasets/metadata/444672.json new file mode 100644 index 0000000000000000000000000000000000000000..172952c8cc25544074fa89b1d41c397076ed58a4 --- /dev/null +++ b/datasets/metadata/444672.json @@ -0,0 +1 @@ +{"id": 444672, "index": 0, "name": "Rimworld faces", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-13T15:19:42.404Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 40, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 364713, "sizeKB": 529.5146484375, "name": "444672_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-13T14:56:11.360Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "CF052D985B", "SHA256": "CF052D985B27A246DAE8BC99A58A1205289A830D75BD29EAA2F6B5A9FD492022", "CRC32": "F70BD5F6", "BLAKE3": "F966BFBCB690379B6AAFDC622D316279F76F51334BD4ACAFAA6923C1D25557E7"}, "downloadUrl": "https://civitai.com/api/download/models/444672?type=Training%20Data"}, {"id": 364760, "sizeKB": 18545.8125, "name": "Rimworld_faces.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-13T15:20:54.199Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "97E629EEC9", "SHA256": "97E629EEC96CF290DFB9AF7271F1CD80DEEE883B8A543C9B86A4216FE88D1011", "CRC32": "3054D241", "BLAKE3": "1BC35A399D5AC309C3A2C6154EE8AE80E28E9FC85B731CEBEF1636E65395C99F", "AutoV3": "3215CFA19686"}, "downloadUrl": "https://civitai.com/api/download/models/444672", "primary": true}], "images": [{"id": 9801611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db43c206-045e-45e0-849e-9a2ffb95b715/width=450/9801611.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6S~t}_3~q_3_3j[jtj[~qj[4nWB_3j[W;j[", "type": "image"}, {"id": 9801609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/141acfa2-173b-400e-b876-9c2682d52afb/width=450/9801609.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U4TIzL~q_3~q~qj[ayj[_3j[4nWB~qj[ofj[", "type": "image"}, {"id": 9801610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd289a5c-2f4e-4de6-95eb-f4ab4272a643/width=450/9801610.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9Ss50-;~q?b?bj[ayj[~qj[4nay%Mj[t7fQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/444672", "modelId": 398739} \ No newline at end of file diff --git a/datasets/metadata/444947.json b/datasets/metadata/444947.json new file mode 100644 index 0000000000000000000000000000000000000000..10ad3161722dfabe1f1da8c7dd1b44a80fc8804d --- /dev/null +++ b/datasets/metadata/444947.json @@ -0,0 +1 @@ +{"id": 444947, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-13T17:25:27.156Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["BarbieCore"], "stats": {"downloadCount": 186, "ratingCount": 0, "rating": 0, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 364938, "sizeKB": 223100.04296875, "name": "BarbieCorePony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-13T17:20:48.074Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4793653B", "AutoV2": "B8DD3D994B", "SHA256": "B8DD3D994B1BF82E57F6CD37BBF96D4FDAFFB1B1FE990FA9EAABF16CBA56DC37", "CRC32": "4D8945E6", "BLAKE3": "109A443E5B28080B53DA76A28675789BA85FD6ED37F90A8F94FFA048C96D9A67", "AutoV3": "A05C80BC5CCE"}, "downloadUrl": "https://civitai.com/api/download/models/444947", "primary": true}, {"id": 492967, "sizeKB": 56950.2119140625, "name": "BarbieCore Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:15:42.041Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "55CB30DB", "AutoV2": "90FC142F67", "SHA256": "90FC142F673D83A2174BAE3811CEAFE0991BD494F1640181B334F53290AD0EA5", "CRC32": "D1DF4B5A", "BLAKE3": "830971962782D43EA412B1F53994754A31EAB0AD999D98DDEDA4990A339E7E00"}, "downloadUrl": "https://civitai.com/api/download/models/444947?type=Training%20Data"}], "images": [{"id": 9808576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6b6f394-691d-40d1-b2a1-f4c432e6ef76/width=450/9808576.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UAK0?Y9t3?+$024UkW$*1T?G@rELSu$%MKOs", "type": "image"}, {"id": 9808575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed12b81c-d1a4-4971-bde8-43287216bab2/width=450/9808575.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UIKe1o4:49%$0iWAiyxa$iRj+GV@GaxuxaIo", "type": "image"}, {"id": 9808584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67051e11-20dc-45f0-920d-3fa040fb4e4e/width=450/9808584.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UFMsQt-=Qn-q4QS~kqaeV{WADiVsIUaf-XkW", "type": "image"}, {"id": 9808595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2563ac81-edbd-4d74-85db-361b3d001ced/width=450/9808595.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UBH3as0p80}[0bMzrsaJ9}M{+tEN_%oe%#R.", "type": "image"}, {"id": 9808569, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc31e460-33bc-42ed-8843-be4bdb1397ba/width=450/9808569.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFKK4,8w4--:1S009Z-p?^jXm-xb0f^P$fIo", "type": "image"}, {"id": 9808578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccca093a-6c91-4420-a546-d7affea87ffc/width=450/9808578.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UFG[Wv8GD4ujLgF[vNR50g-XkRROIS=}xsRj", "type": "image"}, {"id": 9808573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d17c392a-f059-46ca-adec-428c71e69c75/width=450/9808573.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UjMs=$%M~pRj-pRkIot6tkazjGWB%LayWBfQ", "type": "image"}, {"id": 9808572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9de6060-1a51-40e5-80e2-a76f5f3b557e/width=450/9808572.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UEHV#v57TJ-p1-I=xZM}Y+WBVrI;=|rX-oj=", "type": "image"}, {"id": 9808571, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b53773f-418a-4ee2-b465-782f3e71fe3c/width=450/9808571.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U6NA;t_N00RiHtD%VYY500Q-ZN.S0eS3XmVE", "type": "image"}, {"id": 9808570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07b1ec01-7f14-46f6-b4b2-794b848c2150/width=450/9808570.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "UNNJ8{-;?]i_=|oKE1RjS1M{ShxaR*j[niWB", "type": "image"}, {"id": 9808574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aaa1540a-bc03-4666-89f2-4074940cdf37/width=450/9808574.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UbL;Ei~qtmRj?bV@t7WBxuNGX8j[tlazV?t7", "type": "image"}, {"id": 9808577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9da6291d-721a-4797-9f1f-aed83966795c/width=450/9808577.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UGDcd%}qi[tR0f5RDia$Tfxui^-VVEWAOYR+", "type": "image"}, {"id": 9808588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4ec8767-e106-41b0-b0bc-8762576ae229/width=450/9808588.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UOIXU4k=P;kXPBnO9wR-IrxZNGnirYjZvgWB", "type": "image"}, {"id": 9808593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3d10396-d2ae-4472-a0ab-4785dc6ae36d/width=450/9808593.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UZL.uv~CMdjb%2E1MxozXlWUnjkCozn,nmoz", "type": "image"}, {"id": 9808594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f866563b-dd94-45e0-a19c-c8ea2caf15ee/width=450/9808594.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UTINa[%3Q:rw2]bGyCNu0JR+X5WA|4jJIAxZ", "type": "image"}, {"id": 9808603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcdbb775-615c-449e-867d-e3981e1204ff/width=450/9808603.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UBK0putm9F-V00NGX7tR~X4.XSyD4.9Y-ps;", "type": "image"}, {"id": 9808604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fc10564-ea16-4e25-8ed3-e2019073db1c/width=450/9808604.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UGK0v[Gu00;8C+*Ia1rYTwO=%2bv%MWV$+k;", "type": "image"}, {"id": 9808606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb0a3de7-5c15-4f22-907d-c77f3469f433/width=450/9808606.jpeg", "nsfwLevel": 4, "width": 768, "height": 1344, "hash": "UmIz_2~CbbInIoNaXSozD%M{i{oLafV@adjF", "type": "image"}, {"id": 9808605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fa94c5b-10d8-44c3-9797-d75e502af8ed/width=450/9808605.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "UOI#TL~q.S%M7LO?R%ayGax[Mwn+NtV@$jR*", "type": "image"}, {"id": 9808728, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c503be9-2c71-4aa0-9fb5-a14bc79a4168/width=450/9808728.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCH^oN0L5*^l0yE0yDaK00}trDIUiI%Lw|W=", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/444947", "modelId": 398964} \ No newline at end of file diff --git a/datasets/metadata/444957.json b/datasets/metadata/444957.json new file mode 100644 index 0000000000000000000000000000000000000000..f358578c433c510067cdeb759e2744b1c17ebd76 --- /dev/null +++ b/datasets/metadata/444957.json @@ -0,0 +1 @@ +{"id": 444957, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-13T17:34:12.053Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["BatmanCore"], "stats": {"downloadCount": 118, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 364951, "sizeKB": 223100.86328125, "name": "BatmanCorePony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-13T17:31:30.685Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "198B7F64", "AutoV2": "32EF9E21CF", "SHA256": "32EF9E21CF199E160884803EFFA63CD3793648F7ACA9D2F82A298FC633E762D7", "CRC32": "012D3B97", "BLAKE3": "3DFC8E4CECE722C0810ED8912696EBFBD08EE55600B0B92965E8E311830AB3C6", "AutoV3": "F27D5C60798B"}, "downloadUrl": "https://civitai.com/api/download/models/444957", "primary": true}, {"id": 493007, "sizeKB": 523738.34375, "name": "BatmanCore Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:31:06.613Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "05B982A3", "AutoV2": "CA245409F8", "SHA256": "CA245409F800073E0FEFBDC5559CE712F6D1A01DE6312C5404CFD23BF820EAF6", "CRC32": "FE1E5536", "BLAKE3": "DFA905FFD450DB2076F20A0AE4E8970C3B73274CCDD68FAE159F79BF8BDFD027"}, "downloadUrl": "https://civitai.com/api/download/models/444957?type=Training%20Data"}], "images": [{"id": 9808983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48c1d6cb-ff4e-496f-8628-cb3ba309c229/width=450/9808983.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UfLqhAE1oe?a~qRiofM|-pxaM{M|-:jZIVof", "type": "image"}, {"id": 9808995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06146dcd-b172-4e2a-8302-b343ff2904e6/width=450/9808995.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UKGIS|Rk4pt6.8Rj9GxtS4M|02%2~TRkD%kW", "type": "image"}, {"id": 9808986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2015e82a-8bba-4a3c-bfeb-67b6e0785e4c/width=450/9808986.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UcE3^].TIARPPWpJjEaeR4jY%MxuH@WBx^t7", "type": "image"}, {"id": 9808997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/460e98f6-7c47-45a2-ac53-abcf10328f40/width=450/9808997.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHC?yBf600Rj~qWB9GfQRjf6D*of%MofM{WB", "type": "image"}, {"id": 9808964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ecc3c96-95e9-475a-89f0-fdb1fc12c98e/width=450/9808964.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UYHV@qbbJBozlVofICWCt6t78_M{-oa#oLoJ", "type": "image"}, {"id": 9808965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0080faed-916a-4b43-9a74-b709e33d1b7f/width=450/9808965.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UCGbO@01^g~V~WR*I;Rkm+tR%0oK00tQ4;R-", "type": "image"}, {"id": 9808968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f01e858-736b-4d7d-b19f-857634a92cb3/width=450/9808968.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UDC%y.00_NjY7MIUoeR*~UD%enRjH@bIn%of", "type": "image"}, {"id": 9808967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57bc0ef5-6961-42b4-ac68-6fd4921d60cd/width=450/9808967.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UED8tUnO1OR-1+Rk$Mof}?s:RQa}K6WCw^s.", "type": "image"}, {"id": 9808976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9b08655-0afd-4e9f-934a-4ee01b6d3273/width=450/9808976.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UHHKLOxYM1xGO?WBIXWX.5t60ORl}+xYwOso", "type": "image"}, {"id": 9808977, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c27f182-5d7c-4a02-9b59-704cb1161a57/width=450/9808977.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UlJQ[uoL%Mof~Vs:ofof%MWVxZoeofWBWBj[", "type": "image"}, {"id": 9808978, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f9478d1-694d-43e2-94d4-f6e43319d6b7/width=450/9808978.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U79QQ?ay4.s:~Vj[D%WBM|of9ZRj~Vof9Zof", "type": "image"}, {"id": 9808987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c657a3bc-7e51-41ff-a1f8-299c6e4acd8b/width=450/9808987.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UF6[?oV?MwkCgOaeROj]tlo#I9ay.TWAVsoz", "type": "image"}, {"id": 9808985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a0efd98-77c5-4612-9b41-d38bbe830dfc/width=450/9808985.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "UIC?ca-;9tV@E1WBNGRjXTWCIUWB~q%Mw]Ri", "type": "image"}, {"id": 9808988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb5c4fc8-1241-4d6d-8125-32229bccffc8/width=450/9808988.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U49t}%.900Ri00Mx.Tt7D4V[DORPDNWBRPWB", "type": "image"}, {"id": 9808990, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8eb9ff87-e999-4dff-a7fa-38a7f0fcc1e7/width=450/9808990.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UNGIGd-:RP9F0ND*R-NJ~8Shj]%L9baesmxt", "type": "image"}, {"id": 9808994, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/422ca9db-756a-4e24-9eaf-fba0e31932cf/width=450/9808994.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U46S86Mx9Zx^t-t8M|RkQ,ozHqV@?wROH=t7", "type": "image"}, {"id": 9808996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7336112-6b36-4b28-9e76-87c7f9d7d005/width=450/9808996.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U75O+^aeIUof.Tj[M_ayWWofR5WAs.j]Mdae", "type": "image"}, {"id": 9809001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f1c7c9e-1df4-4bea-ad94-5067e4f2a7db/width=450/9809001.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBAKs__3tRM|00DiIARjxtozRPoy_Nx[%Nof", "type": "image"}, {"id": 9809085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5a25f96-51b1-426c-8bfa-7cc0359fa9dd/width=450/9809085.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAAK~[s:BERP00xvDND%v_bHeRs,cZRQ.mx]", "type": "image"}, {"id": 9809086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3df860c7-f25d-4bed-b3e3-5fd40f677a30/width=450/9809086.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9C7j0xt00R+:5ae4;Rj~Vof8{WB?]WBS4xt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/444957", "modelId": 398974} \ No newline at end of file diff --git a/datasets/metadata/444975.json b/datasets/metadata/444975.json new file mode 100644 index 0000000000000000000000000000000000000000..57aadd0d5693ae6f44d67d064bc861671e520b15 --- /dev/null +++ b/datasets/metadata/444975.json @@ -0,0 +1 @@ +{"id": 444975, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-13T17:49:42.477Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["CardboardStyle"], "stats": {"downloadCount": 130, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 364971, "sizeKB": 223102.55859375, "name": "CakeStylePony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-13T17:46:16.427Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BE5A0F35", "AutoV2": "65B22AEC7B", "SHA256": "65B22AEC7BBC72C804F4BA5F4E1E3062573B122C0AFB0BCC19A800B1F014CABF", "CRC32": "28D766A9", "BLAKE3": "C754EAD0DBEF0981335D38992B37603A9BB41FEBA329AC3BD3DB4D558263E3D3", "AutoV3": "A6F73E41D83A"}, "downloadUrl": "https://civitai.com/api/download/models/444975", "primary": true}, {"id": 492972, "sizeKB": 58471.240234375, "name": "CardboardStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:16:43.875Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F70439D7", "AutoV2": "5B1BB8165C", "SHA256": "5B1BB8165C14B0FFA91177334120499FF25F39809732D83E63DBAA37B6C4807A", "CRC32": "C1E8CDB4", "BLAKE3": "F47F2E73A9F2E387D3847284879FB0176473D633F9933C6D8136388999B7F55F"}, "downloadUrl": "https://civitai.com/api/download/models/444975?type=Training%20Data"}], "images": [{"id": 9809964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79fb9ea5-487b-4b6a-b1ac-bc38d99ce106/width=450/9809964.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U6EMq3b_D4573YjF[U?b00RjInem_ORj0gVs", "type": "image"}, {"id": 9809970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a9ddc3e-d60e-4d5a-bf74-76dc4b02c703/width=450/9809970.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "ULM%1AIU~9^%4Ts:E1WX.8n$9aIpv|ogWBjZ", "type": "image"}, {"id": 9809949, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/063fb255-5add-4850-b3ae-f5eea5df1292/width=450/9809949.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMFZA@-;Nd9HpJMxi^niUHxvRP-pkrxuj[t8", "type": "image"}, {"id": 9809958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee7cc978-5f05-4a32-a15c-ad2afc5c230c/width=450/9809958.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAG8ih9Z0-?G9a~qRitSTeM_kCM|9FbIV[RO", "type": "image"}, {"id": 9809969, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2aec3e2b-7504-45c5-949d-6a48950c8727/width=450/9809969.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UFIN,9V?Io-o00NI9Gof?^xZxuM|H=ays:Rk", "type": "image"}, {"id": 9809952, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b4d193d-9e76-4a38-aec9-6cd7030e6798/width=450/9809952.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UIB34l-QbHNI}:-SNbNH-6xYNHWC=tocs.jZ", "type": "image"}, {"id": 9809959, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5bf818d-fbe1-4339-8c35-75216719adff/width=450/9809959.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U9B48mMI0LkXF}4T.8aeI=r=_ND%McbItRDi", "type": "image"}, {"id": 9809962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86e94a50-68b4-48a6-9dfc-4896cf7188b5/width=450/9809962.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U4FFpU_M00rW0ARj8wIVxcRQ;cxZ00R5TJtm", "type": "image"}, {"id": 9809951, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29d8938f-c580-438d-bee6-fa4f6975bfd5/width=450/9809951.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEDcjp_NR,iwctE2-os8pIM_%MjF~qogT0xZ", "type": "image"}, {"id": 9809963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/912fadb6-3ec5-4b55-92a9-38539f6fcdf1/width=450/9809963.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UeG]w0M|S1tQlVM|-VbbtSR*a0WVD*R+aKRk", "type": "image"}, {"id": 9809961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a83a6351-14e0-47cc-ada7-6f7b3e6e45aa/width=450/9809961.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UEF~X4.m58xu03X.bbIVcZtm%0xaIoR+%Lt6", "type": "image"}, {"id": 9809966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d63fbffb-16eb-49ee-aacd-ef6384110a16/width=450/9809966.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U7C@A{4:0D=_GcIo%#%1pIslrztRCAw]9JtQ", "type": "image"}, {"id": 9809967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8859be44-edf5-4f3f-be58-1868a979d481/width=450/9809967.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UBDl+fxu4o%10zWBD%Rk?^WWR6kCOUWVR5jZ", "type": "image"}, {"id": 9809972, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b9c9931-c477-4af3-ab34-799378eda625/width=450/9809972.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UHCis]of0KayIooeIVWB~Wj[IUj[IAj@t7WC", "type": "image"}, {"id": 9809968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01b1bc4e-7bcc-43f3-ae18-cad582bbaf63/width=450/9809968.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UJHd~S_MJ8OZ00E0kWX7pJ%gtRs99bRjIVw]", "type": "image"}, {"id": 9809974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca35b813-f1de-4b47-9757-b246c3f9e912/width=450/9809974.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U8F6n97~0-?u00_N9aRj}rDO}-H@03.7}=ah", "type": "image"}, {"id": 9809973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe02475f-7316-48d5-b7f9-42541b28cd6c/width=450/9809973.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UOIE5[of4;oe4oj[9aR*~poLRka}MdWCWCj[", "type": "image"}, {"id": 9809975, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8461db7-462f-4b00-b385-1a8f0a93c48c/width=450/9809975.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UIGu~~%$MImk~p%gMIrW0LoLi_%1kXD*%gx]", "type": "image"}, {"id": 9809976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc3eb878-0e9f-4e53-85db-73ed096a93a2/width=450/9809976.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "ULGJvn8w4TVsUH8_Oss:QmWB.8t7D%S4={NH", "type": "image"}, {"id": 9809977, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca0a1e61-204f-45dd-8256-dac2a5e4536f/width=450/9809977.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UPH2[q0#F{tR0%.mj@kC5=emjIjFMIS6%2Vs", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/444975", "modelId": 398990} \ No newline at end of file diff --git a/datasets/metadata/445133.json b/datasets/metadata/445133.json new file mode 100644 index 0000000000000000000000000000000000000000..d1aa506d5844142a8d06caa704a1924f233c195d --- /dev/null +++ b/datasets/metadata/445133.json @@ -0,0 +1 @@ +{"id": 445133, "index": 0, "name": "In\u00e8s Reg", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-13T19:43:05.083Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 29, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 2}, "files": [{"id": 365131, "sizeKB": 4003.1171875, "name": "445133_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-13T19:31:52.383Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "18437C6F", "AutoV2": "E1BBB9AE85", "SHA256": "E1BBB9AE853E882FDE6C87312AF4E2A48F83CFF573B47E4F453BBC8649BFAE1E", "CRC32": "8E634910", "BLAKE3": "E2178AD374B6500DC038E0A4AFC304DDCC48C148ED9773099E49844FF06902B2"}, "downloadUrl": "https://civitai.com/api/download/models/445133?type=Training%20Data"}, {"id": 365146, "sizeKB": 36977.59375, "name": "In\u00e8s_Reg-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-13T19:40:54.167Z", "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/445133", "primary": true}], "images": [{"id": 9817113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2c9e1ed-1a2e-4e3e-9564-6a38f43f2f77/width=450/9817113.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCCFP0=d1K0ztlWVofog0~I;}s^PxGjZbaof", "type": "image"}, {"id": 9817114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53a3d3fc-8041-45a0-ae22-84f4c7cbf91a/width=450/9817114.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEDH?G=|0K57NHWCNHjZ0zNH}@%1aLoet6bH", "type": "image"}, {"id": 9817112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aec69d0c-1616-49fe-a66c-75acdd3a6dce/width=450/9817112.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8B_#W=x0MI:M|R+9]jZ0$Na}YxFIos.^PbG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/445133", "modelId": 399120} \ No newline at end of file diff --git a/datasets/metadata/445142.json b/datasets/metadata/445142.json new file mode 100644 index 0000000000000000000000000000000000000000..d95f19f5f325bde25bd536d747c650e8def5b901 --- /dev/null +++ b/datasets/metadata/445142.json @@ -0,0 +1 @@ +{"id": 445142, "index": 0, "name": "Equatia", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-13T20:24:55.017Z", "availability": "Public", "nsfwLevel": 4, "description": "Version 1.0
", "trainedWords": [], "stats": {"downloadCount": 107, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 365134, "sizeKB": 7291.578125, "name": "445142_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-13T19:31:48.044Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "53D7926E", "AutoV2": "9B127FC37F", "SHA256": "9B127FC37FB3B9244C848085C31CE1C4FA0D8E3A790F79A50B1ACB504F4D926A", "CRC32": "1FA8ED96", "BLAKE3": "C7E9149E77A88ED155F258AE298DEAB8E68D7C15B68E58204B54E546DEEDFD6D"}, "downloadUrl": "https://civitai.com/api/download/models/445142?type=Training%20Data"}, {"id": 365210, "sizeKB": 18545.78125, "name": "Equatia-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-13T20:21:14.962Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "E4FD715BC4", "SHA256": "E4FD715BC47C767F96F2C2DE804F3AB35673E1E56A2AD6A0B4706C2705DAAFE0", "CRC32": "C81CC745", "BLAKE3": "E842A846BD86983E07F69994773CAF1CFCB9C6A08FA41C12FA7508369A605418", "AutoV3": "54301A0B2E3E"}, "downloadUrl": "https://civitai.com/api/download/models/445142", "primary": true}], "images": [{"id": 9819301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/528d7386-9a84-4206-bf4e-37eb3674d1ab/width=450/9819301.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UNGbSI~pEK9F%gIobED*-=t7M{IUWYxaM|M|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/445142", "modelId": 399129} \ No newline at end of file diff --git a/datasets/metadata/445333.json b/datasets/metadata/445333.json new file mode 100644 index 0000000000000000000000000000000000000000..744707098b33325b515891ab44c037888a744178 --- /dev/null +++ b/datasets/metadata/445333.json @@ -0,0 +1 @@ +{"id": 445333, "index": 0, "name": "Hanbok 2024", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-13T22:30:14.394Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["hanbok_2024"], "stats": {"downloadCount": 44, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 365319, "sizeKB": 98975.0849609375, "name": "445333_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-13T21:36:48.561Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2C416C1C", "AutoV2": "4EBDA670AB", "SHA256": "4EBDA670AB7EF4063AFD8B6A6656B7427E2CB92AF841703FCF907780E082B310", "CRC32": "1B39EC23", "BLAKE3": "BE8B604D371CFFD22A4E5C1E1526C0B85B8D07A517E3E9FDC1F067C9E385696E"}, "downloadUrl": "https://civitai.com/api/download/models/445333?type=Training%20Data"}, {"id": 365365, "sizeKB": 223101.28515625, "name": "Hanbok_2024.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-13T22:25:52.464Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E164A585", "AutoV2": "06DAF37A99", "SHA256": "06DAF37A99E782F3292792FE120236396722FD8037B51C007D15FC6FED61E1D0", "CRC32": "A03A0CFE", "BLAKE3": "FAA239FD5EC0E2720735A8154AB05E9468656AFC6E5ECD8D4A0C0CFE68622F59", "AutoV3": "FFA557FD33DD"}, "downloadUrl": "https://civitai.com/api/download/models/445333", "primary": true}], "images": [{"id": 9825566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0434ba7d-54a0-4e4c-9445-34694822546a/width=450/9825566.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAIY2?_NLzE2R%E08_wfG]nlmltQ01jF%1S~", "type": "image"}, {"id": 9825568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/923187de-b1e7-4c9a-be6f-9e0282f12e40/width=450/9825568.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4Gugy_M0yQ.018{IAOn00o}-qxa:jslKjM{", "type": "image"}, {"id": 9825567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13dfcd64-3017-490c-93ff-85d4b1366a3f/width=450/9825567.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7IhNo-;?^%200IUD%xtD+t7IVR+00NGIos:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/445333", "modelId": 399305} \ No newline at end of file diff --git a/datasets/metadata/445409.json b/datasets/metadata/445409.json new file mode 100644 index 0000000000000000000000000000000000000000..841659d2895f8004ba60338b165707dd64373906 --- /dev/null +++ b/datasets/metadata/445409.json @@ -0,0 +1 @@ +{"id": 445409, "index": 0, "name": "v1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-13T23:48:02.015Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["bulge"], "stats": {"downloadCount": 1058, "ratingCount": 0, "rating": 0, "thumbsUpCount": 181, "thumbsDownCount": 0}, "files": [{"id": 365451, "sizeKB": 223103.21484375, "name": "BetterBulge.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-13T23:55:45.627Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B671741D", "AutoV2": "D5210C1821", "SHA256": "D5210C1821CC184E1C8A1022DEAA2E0868174448CDE17AA7F1DB33AA9E0E2EF9", "CRC32": "4D369CD3", "BLAKE3": "4CBEBAE6790930BACD1446B37B9D57CD5F073079A308B61B8C9956944DFC99CB", "AutoV3": "452389C5108E"}, "downloadUrl": "https://civitai.com/api/download/models/445409", "primary": true}, {"id": 365385, "sizeKB": 32564.5546875, "name": "445409_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-13T22:46:11.041Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1D4A1D24", "AutoV2": "F92EDA93C5", "SHA256": "F92EDA93C53D335EBFCB27FB288E492B60E50C7012CAC1C3CB20242D6B5F9E18", "CRC32": "BA9274FF", "BLAKE3": "1368C06EF90E90BF1C6D38C4F50D2F3584C250263EF43DEB63A5DE877CF2B28C"}, "downloadUrl": "https://civitai.com/api/download/models/445409?type=Training%20Data"}], "images": [{"id": 9829247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfe08d33-bd2d-4d4f-a08a-c71697b22c2d/width=450/9829247.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UeMj5WWB%#e-~qWV%gt7TyxuxZWBs:kCn$WB", "type": "image"}, {"id": 9829185, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30120f96-ec6b-419b-ba46-ba0b0209c9f0/width=450/9829185.jpeg", "nsfwLevel": 4, "width": 1664, "height": 1492, "hash": "UpOf#|xufkxG_NoLofR*tmj[WBW;s.kBj[jZ", "type": "image"}, {"id": 9829513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31744c75-d7c3-48d3-91da-85ac4c20c47f/width=450/9829513.jpeg", "nsfwLevel": 4, "width": 1664, "height": 1492, "hash": "UtLzQ.XTs:of?^oLf7fkyEsmWCa#-pbHj[n%", "type": "image"}, {"id": 9829193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9f36b5f-3f94-4964-a7a1-8a7af95491ed/width=450/9829193.jpeg", "nsfwLevel": 4, "width": 1664, "height": 1492, "hash": "UqNc$vxuWBsl_NayfRRjtmofoft8xaflWBWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/445409", "modelId": 399376} \ No newline at end of file diff --git a/datasets/metadata/445490.json b/datasets/metadata/445490.json new file mode 100644 index 0000000000000000000000000000000000000000..af1c244e7496e3a854e26fb4ae179ae6bc4d1fa1 --- /dev/null +++ b/datasets/metadata/445490.json @@ -0,0 +1 @@ +{"id": 445490, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-14T00:07:59.338Z", "availability": "Public", "nsfwLevel": 28, "description": "READ POST
", "trainedWords": [], "stats": {"downloadCount": 157, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 365474, "sizeKB": 73646.4765625, "name": "444950_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T00:10:37.880Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4DE2AF90", "AutoV2": "81ABB4980C", "SHA256": "81ABB4980CA07CD1C82FA17AE69FC3A05BD1F1E8B6C22DA07304FEFF72DC3E24", "CRC32": "B61FE8AB", "BLAKE3": "2A157ABC64BA62AAD8D2FF757D486A92BFAC10543D30BE46BC8D092A28A25924"}, "downloadUrl": "https://civitai.com/api/download/models/445490?type=Training%20Data"}, {"id": 365476, "sizeKB": 223113.28515625, "name": "POV_CONCEPT_READ_DESCRIPTION-000018.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T00:10:39.753Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "73B420B9", "AutoV2": "EAD3534D00", "SHA256": "EAD3534D00B5C58A856355727F2B58CC3BE683FBBB533FA989CD5BE00DBDF8B8", "CRC32": "84B7B5BF", "BLAKE3": "CC41D480A40256D42167C4156AB4CB94107D9F406D5AF9A74ADF3F227EC9EAB4", "AutoV3": "12C18529FCCC"}, "downloadUrl": "https://civitai.com/api/download/models/445490", "primary": true}], "images": [{"id": 9829916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f089f404-07f9-4117-a573-fbb048be9bd3/width=450/9829916.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UQHe%-t60LXU2|slX.bwWIbH-;kDcGR-RPjb", "type": "image"}, {"id": 9829949, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2039da75-eb4a-4d31-8a7a-3a3b106acafe/width=450/9829949.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "URKB7SjGyxxYUMW;cCW:%JoKQvaftzbZrsa#", "type": "image"}, {"id": 9830465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9e4e2a3-c938-409f-a331-0fecb8e3c1ad/width=450/9830465.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UIG[QU?H004n}=xBR.t700RiyE%MMeXAE%Io", "type": "image"}, {"id": 9831002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4644692e-0729-45fa-a811-7214536c5d2b/width=450/9831002.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UQLqLOt7oroy_KoL?bofobayD+fR%0bHM{WV", "type": "image"}, {"id": 9864304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25ed33a1-8972-49ba-b49c-7a0c3e9263bc/width=450/9864304.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UZFird$*GYOr*JWBKNX9D%V@#qxaRPX8ogkC", "type": "image"}, {"id": 9864309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61e68f22-8543-4726-bee2-d0b08dda6250/width=450/9864309.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UZFird$*GYOr*JWBKNX9D%V@#qxaRPX8ogkC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/445490", "modelId": 399453} \ No newline at end of file diff --git a/datasets/metadata/445508.json b/datasets/metadata/445508.json new file mode 100644 index 0000000000000000000000000000000000000000..d6c14ac32e93897927be9c7aff21b683661be82f --- /dev/null +++ b/datasets/metadata/445508.json @@ -0,0 +1 @@ +{"id": 445508, "index": 0, "name": "Charade (1963) film style", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-14T17:02:00.541Z", "availability": "Public", "nsfwLevel": 1, "description": "First version.
", "trainedWords": ["charade", "carygrant", "audreyhepburn", "jamescoburn", "waltermatthau", "georgekennedy"], "stats": {"downloadCount": 36, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 365497, "sizeKB": 547158.5908203125, "name": "445508_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T00:26:22.622Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C58C9DD7", "AutoV2": "AC668F21AB", "SHA256": "AC668F21AB60DBFE92A706D7EFCDAB689DF22C6F300A388641B86E21F3005315", "CRC32": "8D104263", "BLAKE3": "249F4C8AF2D3CF859C4EBA9A5598AB5208B8F9E8A0BEE80BBCF867D8C4B3DE26"}, "downloadUrl": "https://civitai.com/api/download/models/445508?type=Training%20Data"}, {"id": 366774, "sizeKB": 223108.53515625, "name": "charade1963.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T16:56:01.420Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F6DC0AF0", "AutoV2": "04F0F72591", "SHA256": "04F0F72591F71F11264E5BBFEC713352AB6333D9FA6A3D289788C66AAD8402B0", "CRC32": "B888A2D4", "BLAKE3": "DB22884082EB387E71D8C8F728B512C5DC40105EF271D11300DD33EA7D1D13D8", "AutoV3": "ADA5AD6F6D4E"}, "downloadUrl": "https://civitai.com/api/download/models/445508", "primary": true}], "images": [{"id": 9880425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54f16352-5c2a-4e77-b285-d500a77a17e8/width=450/9880425.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U48zZD?H0000mla0O?yD00R.-U-o.m%gMJ8w", "type": "image"}, {"id": 9880423, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/755cf98c-e0f1-49d8-a8fe-7a1ce4d4c86e/width=450/9880423.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8D,7g00.RpI^*-;9Z_N00oy%38_0LNdrqH?", "type": "image"}, {"id": 9880478, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/715522c1-192f-4510-9d39-e76adbea45c6/width=450/9880478.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3Bej%C%1H}u1J[r}@tS?u^59G9[4TO@_2Ey", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/445508", "modelId": 399469} \ No newline at end of file diff --git a/datasets/metadata/445532.json b/datasets/metadata/445532.json new file mode 100644 index 0000000000000000000000000000000000000000..ca0ad5d207b879c7580871f1999feb8b2dee29a4 --- /dev/null +++ b/datasets/metadata/445532.json @@ -0,0 +1 @@ +{"id": 445532, "index": 0, "name": "Karlach cum", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-14T01:18:55.535Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 50, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 365555, "sizeKB": 223100.66015625, "name": "Karlach_cum-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T01:20:45.181Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E9136F9F", "AutoV2": "F18037E335", "SHA256": "F18037E33598D74E800A157946AB982083E493811660ACE41671CA98CBCF3B5E", "CRC32": "D528BDBA", "BLAKE3": "EE8B47FECC63330E519C3150009924E3148E77E4B4294AEA1AC444D14006B96E", "AutoV3": "9560416949C6"}, "downloadUrl": "https://civitai.com/api/download/models/445532", "primary": true}, {"id": 365519, "sizeKB": 1317.009765625, "name": "445532_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T00:50:33.205Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "94B1A1193A", "SHA256": "94B1A1193AF8E06B28410CFBF44DC932B3839ACF385094D0EEFB707EECC69AC7", "CRC32": "C3DCF8F5", "BLAKE3": "B6D579BDE7C08D39F56C13FA86FAA87A8D509FFDDFCBA3179ACEA173B86579EE"}, "downloadUrl": "https://civitai.com/api/download/models/445532?type=Training%20Data"}], "images": [{"id": 9834154, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cbe6ff9-e295-4fb6-b9b0-da7239c70999/width=450/9834154.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7G*B4Io49$k0eRjD4xa2Xs:+bOCyDay^+NG", "type": "image"}, {"id": 9834155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cfbf85b-2488-4763-b767-e41a8f5c0199/width=450/9834155.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UEHmZS^jg3}@1bK4s:oeyC$*nOS2-p-VtkJ8", "type": "image"}, {"id": 9834153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1024c0ea-620b-4241-b2ac-6ecd42133815/width=450/9834153.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UEHn88~pGur@56IU9FE15RR,$Q-;S$s:%2Io", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/445532", "modelId": 399488} \ No newline at end of file diff --git a/datasets/metadata/445990.json b/datasets/metadata/445990.json new file mode 100644 index 0000000000000000000000000000000000000000..5de0bc36b9ade80bd8ea70b5b9d8767550324640 --- /dev/null +++ b/datasets/metadata/445990.json @@ -0,0 +1 @@ +{"id": 445990, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-14T06:57:21.002Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["riri", "yuyu", "kaede", "shenlin", "yujia", "mai", "fumi", "tazusa", "miriam"], "stats": {"downloadCount": 313, "ratingCount": 0, "rating": 0, "thumbsUpCount": 61, "thumbsDownCount": 0}, "files": [{"id": 365986, "sizeKB": 250936.44140625, "name": "hitotsuyanagi.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T07:01:22.197Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "622E5AE2", "AutoV2": "503C534864", "SHA256": "503C534864112B16CC201FDD3D6629447FE2F3F9434522A4F2CC5A3098312B36", "CRC32": "7ED9C7BE", "BLAKE3": "45D67AC9499D075F60F2A8A0B7AB76F1C85ADC9AE2DE7379A11761523B93C9CF", "AutoV3": "3BF349DDBE2B"}, "downloadUrl": "https://civitai.com/api/download/models/445990", "primary": true}, {"id": 365985, "sizeKB": 35207.98046875, "name": "Lily.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T07:01:12.925Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6CF8F3E0", "AutoV2": "1E9F753223", "SHA256": "1E9F7532237C39793B611FA786EE1E5FBEBA4EC92A30D36D260B2E249DBE1D5B", "CRC32": "911AB128", "BLAKE3": "D1761AFCE55A4A09F7A7A5F3805C225EBD434F4E9721E24997E70BE2A8270C44"}, "downloadUrl": "https://civitai.com/api/download/models/445990?type=Training%20Data"}], "images": [{"id": 9851729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b729dfb6-ab87-4791-9ce4-eff2a3ad29a3/width=450/9851729.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "URIE|ho#4-oIR;x[bboI~ptR9ZjYofxubEoe", "type": "image"}, {"id": 9851734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a360894-5c62-4b02-9017-fcf48b73d1c6/width=450/9851734.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UFH_um004--=Si$g%MIUxuE1M{-;~V9GRi?b", "type": "image"}, {"id": 9851731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa7ffc38-1664-48c9-8fcf-653d8e803ce2/width=450/9851731.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UDIE|a={9E9Yt,ajxu.7_4IV4pEL~p={9Ff#", "type": "image"}, {"id": 9851728, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7496e2c7-7b48-405b-9412-5dab3d368570/width=450/9851728.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UJH_[KxT0KIVt,ITIAo$~V-p4nWGRPM{RjbI", "type": "image"}, {"id": 9851732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f378e748-0b6d-4a58-9bda-59e2d6de965b/width=450/9851732.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UMJu1L%g-;^*t:OCxu-oohkWae%2Ipo#V@kC", "type": "image"}, {"id": 9851730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1905095e-b559-49f0-b5bc-c4b96482db54/width=450/9851730.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UPLN3^?G~qxu9|xsxaxt9wxZIpRjOZxaRkV[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/445990", "modelId": 399892} \ No newline at end of file diff --git a/datasets/metadata/446021.json b/datasets/metadata/446021.json new file mode 100644 index 0000000000000000000000000000000000000000..43fdc50e5e7be9cdae0c1b45d853ef5acfbd72f5 --- /dev/null +++ b/datasets/metadata/446021.json @@ -0,0 +1 @@ +{"id": 446021, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-14T07:15:35.091Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 254, "ratingCount": 0, "rating": 0, "thumbsUpCount": 49, "thumbsDownCount": 0}, "files": [{"id": 366008, "sizeKB": 3118.0810546875, "name": "Erika_Kurashiki_SaiminSeishidou.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T07:16:10.672Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7B6FA930", "AutoV2": "5B412B4349", "SHA256": "5B412B43490AB61FB7F4945CC0EF9FD1B02D9C38C9D26BCB84B1E2C6969F3A8B", "CRC32": "6303F430", "BLAKE3": "E7CBF34076E87B127E796F1B0914FE509225566DC951AACA94A6DDF3DDE4473B"}, "downloadUrl": "https://civitai.com/api/download/models/446021?type=Training%20Data"}, {"id": 366009, "sizeKB": 22231.52734375, "name": "Erika_Kurashiki_SaiminSeishidou-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T07:20:32.446Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C846BE68", "AutoV2": "F988EB6B3C", "SHA256": "F988EB6B3C39A759DD83F387E0B6DAE0C4E8399852EB63BB17892574F3279560", "CRC32": "ACDAED80", "BLAKE3": "6E8FE1E394C9A868974AB30499050B60FF5A5D7602A605054BF64AA5AF56AA34", "AutoV3": "3A91E2763095"}, "downloadUrl": "https://civitai.com/api/download/models/446021", "primary": true}], "images": [{"id": 9852756, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/258f331c-9566-421b-946a-5049094889b7/width=450/9852756.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UYRM0ixuu6xuxVkC-;WBtmoLROWBxuayX9j]", "type": "image"}, {"id": 9852758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6e01c52-ed16-4a36-955e-780e8228b58d/width=450/9852758.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UYRM0jxuu6xuxWkC-;WBtmoLROWBxuayX9j]", "type": "image"}, {"id": 9852613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b178d1b-d58c-4313-8f5d-36cf83f4ac6e/width=450/9852613.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBPiej002zNy009ZxVaJt.%Miwt7-qs:cFkD", "type": "image"}, {"id": 9852615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7bd871d-04de-4e1e-83ff-feb3935f1375/width=450/9852615.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBPiej002zNy009ZxVaJt.%Mivt7-qs:cFkD", "type": "image"}, {"id": 9853038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab360815-d872-41b6-86f2-1c45d039c810/width=450/9853038.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UORCi6%M%%xv?aV?.TxuIUX9n3a0.9n#M|o~", "type": "image"}, {"id": 9853513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32187534-1eba-49cd-a8de-7d71b324972f/width=450/9853513.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULO:R-x]01xa8wRPXnt7D%o#wHRP_Nt6R,kW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/446021", "modelId": 399919} \ No newline at end of file diff --git a/datasets/metadata/446044.json b/datasets/metadata/446044.json new file mode 100644 index 0000000000000000000000000000000000000000..c8ea85f1e144c145dc4bd47a6c1646f10862f368 --- /dev/null +++ b/datasets/metadata/446044.json @@ -0,0 +1 @@ +{"id": 446044, "index": 0, "name": "Macne Nana Lora", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-14T07:48:49.377Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": ["macne nana", "green hair", "green eyes"], "stats": {"downloadCount": 26, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 366034, "sizeKB": 4422.5263671875, "name": "446044_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T07:40:50.841Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AEE5832C", "AutoV2": "077A88207E", "SHA256": "077A88207E4C55714F09E87848FB2E027677EE0EE001D7C08343BA6D16C3EC57", "CRC32": "BA9F8650", "BLAKE3": "D1646FDBF51160044A32DE44B665FDCBB1C8C5462D2AD6C8B5BE78EA44F4B428"}, "downloadUrl": "https://civitai.com/api/download/models/446044?type=Training%20Data"}, {"id": 366044, "sizeKB": 36980.21875, "name": "Macne_Nana_Lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T07:50:48.731Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0AB8609F", "AutoV2": "7F1464B144", "SHA256": "7F1464B144D75C752F2C7D81B63D298C9BDAF40EA068A31309BE3C1D8EE2205E", "CRC32": "8689AADA", "BLAKE3": "9DBC9E26A24878CE1BB0B723AFBEC40DD9CD1C08F8408A942730A7C19094A0B1", "AutoV3": "C3C13B024E32"}, "downloadUrl": "https://civitai.com/api/download/models/446044", "primary": true}], "images": [{"id": 9854265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23f8919e-7502-4c89-be55-fa87b64d1f93/width=450/9854265.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UYR:HDt7_4%MM_of%NWBxvayRjfS-;ofM{V[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/446044", "modelId": 399941} \ No newline at end of file diff --git a/datasets/metadata/446089.json b/datasets/metadata/446089.json new file mode 100644 index 0000000000000000000000000000000000000000..8ecbb8dbfbfede335fbad728e0c93f988168b19d --- /dev/null +++ b/datasets/metadata/446089.json @@ -0,0 +1 @@ +{"id": 446089, "index": 0, "name": "Duo the Cat (IDW)", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-14T09:08:57.455Z", "availability": "Public", "nsfwLevel": 1, "description": "Lora strength: 0.95
Trigger words: duocat, cat boy, sonic (series), purple fur
", "trainedWords": [], "stats": {"downloadCount": 36, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 366106, "sizeKB": 14890.6201171875, "name": "446089_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T08:41:15.550Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AD33F52F", "AutoV2": "F990D26666", "SHA256": "F990D26666714CBAE98FB7075841D7177B7EDD4CF5AF4F33D0456A1F8E935BBC", "CRC32": "58106A03", "BLAKE3": "DDA7AD42CE58CCEA42ED5D7D04E66E10D7A48D1FB0B38C2FDC49BC8B0BE6E189"}, "downloadUrl": "https://civitai.com/api/download/models/446089?type=Training%20Data"}, {"id": 366140, "sizeKB": 223104.56640625, "name": "Duo_the_Cat_IDW.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T09:10:51.856Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7BDD95BD", "AutoV2": "462229F65D", "SHA256": "462229F65DBB943D6F73257B9669560236A55275B2FA203F1DF5BD851013EA7A", "CRC32": "A2512B0E", "BLAKE3": "C316D8F9DB8028ABBC51F492F18AFFB5216564F2EA299255082D6416000936D3", "AutoV3": "4AEE276D0152"}, "downloadUrl": "https://civitai.com/api/download/models/446089", "primary": true}], "images": [{"id": 9858565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddfa7e45-e78e-4c67-8f8c-4561e04e781a/width=450/9858565.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UII|8zw]|o68$RELadAHVsbcozM|}l$%-B}r", "type": "image"}, {"id": 9858563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94a96cc4-cad4-4466-aed8-b98b19811e0e/width=450/9858563.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UfJ@Uu%M~Bt8%NNxofELWYWqX7jskVoLIpxa", "type": "image"}, {"id": 9858562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d54b1115-c279-4a40-8fbc-f34a6667f0f3/width=450/9858562.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UMI43ExCrXF3~CnhEMIqM{Irs.r=-n9uoJ-p", "type": "image"}, {"id": 9858564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/554cbd57-61d6-48ba-baf8-4f41d08bbf99/width=450/9858564.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UhG*{BsoxVxZ~BoJs-xF#-R,xGS2IoS2bbWC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/446089", "modelId": 399984} \ No newline at end of file diff --git a/datasets/metadata/446093.json b/datasets/metadata/446093.json new file mode 100644 index 0000000000000000000000000000000000000000..bc6123b41ed715fe0da8c29c55344ef5a312c5f2 --- /dev/null +++ b/datasets/metadata/446093.json @@ -0,0 +1 @@ +{"id": 446093, "index": 1, "name": "remake0.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-14T08:36:39.187Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["gremony , veil with hat, choker, breasts, necklace, black long dress", "gremony , veil with hat, choker, breasts, necklace"], "stats": {"downloadCount": 53, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 366085, "sizeKB": 897.25390625, "name": "445706_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T08:25:48.974Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "0BC845FBFA", "SHA256": "0BC845FBFA1E310ABA96BD08D160F795E16D3825DF848CCF5DE38D0222D2CE1A", "CRC32": "D3AA581F", "BLAKE3": "2F446CF8E11FB654A15C0CB6B2D5FA6C06B18126E552CFFAC6FE6C9E4EE832E2"}, "downloadUrl": "https://civitai.com/api/download/models/446093?type=Training%20Data"}, {"id": 366086, "sizeKB": 18545.4765625, "name": "gres-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T08:25:52.314Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "7CE7E655CD", "SHA256": "7CE7E655CD8AFA63AFB34DC74E881253C8B100A740A509E1FDC9FA19330C2759", "CRC32": "61AA00B7", "BLAKE3": "8B3F9A2CA06D15E3F887E987C1F85C3D53BA746526B10C534448F5954A10B4A3", "AutoV3": "FA95D8B52ABB"}, "downloadUrl": "https://civitai.com/api/download/models/446093", "primary": true}], "images": [{"id": 9855475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f7aa6f1-5429-4e0a-8c8e-b2401ce5ba4a/width=450/9855475.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UUF}_^~V~V%2xvofNHWCs:%1xtxtE1j[s:of", "type": "image"}, {"id": 9855474, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfd6e906-b272-40c4-82b3-baaf01f9f16f/width=450/9855474.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UnIq}$%LtSof~qt7-;j]%NRj%Ma}-;ayM{M{", "type": "image"}, {"id": 9855476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce030e63-b079-4f8a-99fe-9e4208dc1fb5/width=450/9855476.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UfJ@^0%MtSof~qof-;j[WEM{%LRj?HoeD%WB", "type": "image"}, {"id": 9855530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3bd64bc9-5d58-46e9-8128-0979f55cdcda/width=450/9855530.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UHGRh#-:~UD*014:57-:of%2%2D*4.-o-p-p", "type": "image"}, {"id": 9855604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f88b0fee-9177-4195-9731-e4db456902f6/width=450/9855604.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UYI;;h?b-;%M~WIUxua}D*E1%2t7axt7WBof", "type": "image"}, {"id": 9855606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/388cc66b-39e9-47db-9a6b-2330aad75889/width=450/9855606.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UmI=41-;x]a}~qt7?HoftRNGxuWC-;j[E1M|", "type": "image"}, {"id": 9855618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e655bd9-eb26-41c8-8bc7-383b83757045/width=450/9855618.jpeg", "nsfwLevel": 2, "width": 768, "height": 512, "hash": "UFFYMy~BM|D*Em0Kt7?H?Gs,%L-pNxxuD*9F", "type": "image"}, {"id": 9855769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37d5fd15-9fad-4885-94e9-5ac1aaafa24f/width=450/9855769.jpeg", "nsfwLevel": 4, "width": 768, "height": 512, "hash": "UHH-.C?b00^+x]~WxCIp^+E19FxZt6IVM{-:", "type": "image"}, {"id": 9855764, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6612414e-9256-4b6a-8c4c-d2fa3b8f8eaa/width=450/9855764.jpeg", "nsfwLevel": 4, "width": 768, "height": 512, "hash": "UKIXpw%gt8~qx_-pa_R-^+9Zn$^+x]%LIoIU", "type": "image"}, {"id": 9855761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbe5d4b4-3bc0-4ca7-857f-55b746d7db79/width=450/9855761.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UYI;;h?b-;%M~WIUxua}D*E1%2t7axt7WBof", "type": "image"}, {"id": 9855763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f4ac344-9fcd-4061-9805-97d5ebee2c6c/width=450/9855763.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UmI=41-;x]a}~qt7?HoftRNGxuWC-;j[E1M|", "type": "image"}, {"id": 9855461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/112395e7-d1ec-4945-b3d2-89033d0aadcb/width=450/9855461.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "URFO.L?G^*%101$%RPs.~p%2xtxa4.WBxafP", "type": "image"}, {"id": 9855762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d030ca74-97e9-4f5a-b0c4-dc24bee961ae/width=450/9855762.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBFh;X%L?DRjVIa}01RQ00RkJ,WC9GjZ~Wog", "type": "image"}, {"id": 9856083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14c513a4-2808-4926-a5ec-1567b7a4bf90/width=450/9856083.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UnKKpExv%gjt~qxu-;WVIVaxoday-:RjE1of", "type": "image"}, {"id": 9856084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1458d3c0-218d-4eaf-967e-c71a3883b7d0/width=450/9856084.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEECRb~q~W%MRk4:4oIU00V[RjxuNa-;_2t7", "type": "image"}, {"id": 9856082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49d7db4c-4a21-453a-8000-e3f878e85c00/width=450/9856082.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UCB{ou~U=tM{9a9b4:RjRP-U-p%24:E2xutR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/446093", "modelId": 165448} \ No newline at end of file diff --git a/datasets/metadata/446256.json b/datasets/metadata/446256.json new file mode 100644 index 0000000000000000000000000000000000000000..49a01da19fbd4a5b591fd9713c63747222d0a738 --- /dev/null +++ b/datasets/metadata/446256.json @@ -0,0 +1 @@ +{"id": 446256, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-14T10:47:41.351Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["bg3gale"], "stats": {"downloadCount": 115, "ratingCount": 0, "rating": 0, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 366244, "sizeKB": 31923.896484375, "name": "5_bg3gale 1boy.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T10:45:53.994Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C777366B", "AutoV2": "7BDD033DFC", "SHA256": "7BDD033DFC03F32C6EE16BC5E514D754042BBFA360C6FF268EC1EF0BF6A2BA66", "CRC32": "14328AC5", "BLAKE3": "7B2F01669558867964CBAA42D27449D499288580D392F11A8DBF2AB4B33180CC"}, "downloadUrl": "https://civitai.com/api/download/models/446256?type=Training%20Data"}, {"id": 366245, "sizeKB": 223099.39453125, "name": "corneo_gale.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T10:46:19.277Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "99FA1AE4", "AutoV2": "F475410AA5", "SHA256": "F475410AA5AB30A3DCDFF1959D69FE58CACA85301B30941E080255EAE037D14F", "CRC32": "F4EE8EDF", "BLAKE3": "174B404B01D075B4C86CAC415D81CA4617A606FEDE432D4F1ACCAE83E1473686", "AutoV3": "DF9377B85E72"}, "downloadUrl": "https://civitai.com/api/download/models/446256", "primary": true}], "images": [{"id": 9861442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56d62a25-080a-4e60-bc9f-c0daae5c727c/width=450/9861442.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UHG*{L%25jxu_JofNKay00WXR8NGoQj@IBWC", "type": "image"}, {"id": 9861455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f07fe459-1fe8-43e7-8557-7a606127d336/width=450/9861455.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UBF}pd4:0eNQ%f^OM}9}00?0jd?F%Q9G$]=}", "type": "image"}, {"id": 9861456, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6aff5852-ac46-439b-b8b5-1efd78c86fbd/width=450/9861456.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "ULJafx^N.8bJ~nI@tnI;0MRP$LxZW@a_sk%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/446256", "modelId": 400140} \ No newline at end of file diff --git a/datasets/metadata/446267.json b/datasets/metadata/446267.json new file mode 100644 index 0000000000000000000000000000000000000000..532be08d2a53b1daa156528290408676dcbed02c --- /dev/null +++ b/datasets/metadata/446267.json @@ -0,0 +1 @@ +{"id": 446267, "index": 0, "name": "Upgrade Ben 10", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-14T11:59:55.767Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["upgrade"], "stats": {"downloadCount": 36, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 366265, "sizeKB": 18046.814453125, "name": "446267_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T11:10:39.163Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0035001F", "AutoV2": "CC4C33E41D", "SHA256": "CC4C33E41DE097581355230F0B24C427002D3B4424571C93B75A513C02D8202C", "CRC32": "13E32EC9", "BLAKE3": "8846BD783102A61B6C87015CEE942A481CCEA946FEA7064AEBE8A416D34F5FDB"}, "downloadUrl": "https://civitai.com/api/download/models/446267?type=Training%20Data"}, {"id": 366335, "sizeKB": 223111.89453125, "name": "Upgrade_Ben_10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T11:56:59.833Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A9BDBEC7", "AutoV2": "41E433DA2B", "SHA256": "41E433DA2BB41507E4EB1262A39E863B392922A2828E20FC4ACB0C04955F2B8D", "CRC32": "3F33985C", "BLAKE3": "D7CD6171390B7C6BB1C6EA076D934F48EF459DB52DA4EA251109CBEDE93038FC", "AutoV3": "A52115B68D24"}, "downloadUrl": "https://civitai.com/api/download/models/446267", "primary": true}], "images": [{"id": 9864770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/508407c8-9469-4c28-93e4-ae6a2beea1da/width=450/9864770.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEHC7ht7~qxu-qj[M{ayxuj[M{ayt8fQWBfR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/446267", "modelId": 400156} \ No newline at end of file diff --git a/datasets/metadata/446438.json b/datasets/metadata/446438.json new file mode 100644 index 0000000000000000000000000000000000000000..6a4d38e41957128799f3107183e8ef9b26605d56 --- /dev/null +++ b/datasets/metadata/446438.json @@ -0,0 +1 @@ +{"id": 446438, "index": 0, "name": "lith_argenta_BN119w_normal", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-14T14:01:53.949Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 61, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 366489, "sizeKB": 223099.08203125, "name": "lith_argenta_BN119w_normal.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T14:05:53.695Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "75029E6C", "AutoV2": "FFA92CB668", "SHA256": "FFA92CB668B51C91F10EA47960657FD48A672FB10016904D3B4A7287ACFF3177", "CRC32": "11B5219A", "BLAKE3": "89A75BD29C916F247C8F77C2F41A5115CC371719ACC7D77BBEA2784B744ACA5F", "AutoV3": "079CF7230A34"}, "downloadUrl": "https://civitai.com/api/download/models/446438", "primary": true}, {"id": 366418, "sizeKB": 1772.27734375, "name": "446438_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T13:10:42.280Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "A167087806", "SHA256": "A16708780696CA9A63924F67A4EB927A020D97BFFB5C7B89CFB9896860155B97", "CRC32": "C2B1C40C", "BLAKE3": "1640605363D3EFC1A1778C3CCD32FAAB88F8DB1D770470D8289195BD3AAE7526"}, "downloadUrl": "https://civitai.com/api/download/models/446438?type=Training%20Data"}], "images": [{"id": 9872976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c8e206a-bbd9-4247-9ec8-1eb23c4dd516/width=450/9872976.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UYKA]0M|%M_2s.~pj[ayM{xuWBIU?aM{IUj[", "type": "image"}, {"id": 9872668, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b839dc0-3547-4348-9872-5e2b0b3f5b31/width=450/9872668.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UzNAI?%2oft7~qayt7s:ozR*j[RjtQt7RjWC", "type": "image"}, {"id": 9872670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7f27cff-ef54-4947-ac0e-371b7cbd81a2/width=450/9872670.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U+Kwwm%2oft7~pj[fkof%MR*ayayt7j[j[fQ", "type": "image"}, {"id": 9872672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d20616e7-c8a2-43e9-9010-981da58613b3/width=450/9872672.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UxMs~3xutRtQ~qWBt7t6R*WBj[WBf6t7WBay", "type": "image"}, {"id": 9872671, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/232615c8-762a-4f8d-a6e4-af2a8fd13291/width=450/9872671.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UyLNc3-pt7t7~qofWBofx]NGoeWBt7ofofWB", "type": "image"}, {"id": 9872692, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cad61f1e-a21d-4c61-a8f4-d88a11938592/width=450/9872692.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "USNc=^.8X8~psnxuM{WB.8IUxt%MIVoLRQkC", "type": "image"}, {"id": 9872691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78b5c188-8d9c-4926-996d-6c53394d7b9f/width=450/9872691.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UnOy^d~qRkxuo}xtoft7M{Rjt7WVM{t7t7of", "type": "image"}, {"id": 9872689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b028886e-c1f0-48d4-9ed5-792f8011f19c/width=450/9872689.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UcN0r6~pxu%M-;%2IUoL?bW;Rjf6x]xuRjj[", "type": "image"}, {"id": 9872690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90dd3a9d-d237-41da-9fd2-dce532156490/width=450/9872690.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UENAP4~q00-ox[bc9F%L%MIU01D%bHxuRj9G", "type": "image"}, {"id": 9872711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90541ce5-0eea-4ebf-9aae-1005564ba160/width=450/9872711.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOK^$$00~p%2IV4nozt6xu?a%2IVIUIUayt7", "type": "image"}, {"id": 9872710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/829ab26a-5308-4cd4-845e-ceb084f9ec93/width=450/9872710.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UILW^Y00^+~pkW00E2%L?b^+-;D*RPIBjZ%M", "type": "image"}, {"id": 9872709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df43ade2-eb3b-47a9-9a12-f76ab09816ea/width=450/9872709.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMK^vk00~p%2E14oR*xat7-:%LM{D*IBt6j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/446438", "modelId": 400317} \ No newline at end of file diff --git a/datasets/metadata/446527.json b/datasets/metadata/446527.json new file mode 100644 index 0000000000000000000000000000000000000000..7f358640e5a183de8e80c9c8ad88b3a8307cb4b1 --- /dev/null +++ b/datasets/metadata/446527.json @@ -0,0 +1 @@ +{"id": 446527, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-14T14:22:26.424Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["CharcoalDarkStyle"], "stats": {"downloadCount": 551, "ratingCount": 0, "rating": 0, "thumbsUpCount": 78, "thumbsDownCount": 0}, "files": [{"id": 366509, "sizeKB": 223101.55078125, "name": "CharcoalDarkStylePony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T14:16:15.593Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4786EA71", "AutoV2": "A7D7E3D7D4", "SHA256": "A7D7E3D7D42A29A4D0BD6BC40463AEF5AD86D25018AB25F8699672AEF968613A", "CRC32": "9250D8E7", "BLAKE3": "6FE35C913E79EF4D5BF8D3FAA2B0628390550DBA3879D5A0A870ECA5BA2732A7", "AutoV3": "989A53D45BD6"}, "downloadUrl": "https://civitai.com/api/download/models/446527", "primary": true}, {"id": 492974, "sizeKB": 47459.7431640625, "name": "CharcoalDarkStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:15:41.810Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D9E4697D", "AutoV2": "15A9F0DB2E", "SHA256": "15A9F0DB2E177F9BC3A57E4F165DBCEB522A2276C5A49E1679C4990D5814EE3D", "CRC32": "16A0BD90", "BLAKE3": "305524CB19008CC68B82EE91A33699A3B97FFC8CB2D750D9D43E06BAEEDCC475"}, "downloadUrl": "https://civitai.com/api/download/models/446527?type=Training%20Data"}], "images": [{"id": 9871767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48279e69-8531-49b4-b666-3cef8e447015/width=450/9871767.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U1FPHT~q0000s.Rj00D%00tR009Fa#RjIU?b", "type": "image"}, {"id": 9871748, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcdc3f3a-eaf5-4569-aea7-1802c97a35e9/width=450/9871748.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UJHV9u%M00fk~qt7IURjD%WBD%of00Rjs:WB", "type": "image"}, {"id": 9871752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5de413e-6c44-4a47-b907-8ee5ca8bc0a4/width=450/9871752.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U6Eyb[xu00t7t6t700D%?bRj4nWB~qj[9Gof", "type": "image"}, {"id": 9871770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91d58fe5-b5a7-46b3-a1f7-a4785d91bcc2/width=450/9871770.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UKECwe~qIUIU_3-;t7RjD%Rj-;xu4nIURjxu", "type": "image"}, {"id": 9871758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/526b103c-a227-4a81-af2c-cb613ce2d906/width=450/9871758.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "ULI#x{~q9FRj~q?b-;%MxuM{%M%MRjM{t7t7", "type": "image"}, {"id": 9871769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d2d1462-b016-4105-8bf0-eeb68c137055/width=450/9871769.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UJH_=C9F%MWB~q4nRjRjxuWB9FRj9FfPIUM{", "type": "image"}, {"id": 9871756, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e114d03-f03d-4e41-a679-f8a863c00059/width=450/9871756.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U9Ad7g~qM{D%_3%MITIU00D%IUWB9FD%xu-;", "type": "image"}, {"id": 9871755, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b80f5c3-33ff-48f8-8af6-e740f6f98eef/width=450/9871755.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UFE3C+ay00j[~qWBRjt74nofIUWB4nj[InRj", "type": "image"}, {"id": 9871749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7535b930-b6e9-4efc-a8b1-7446e9808b95/width=450/9871749.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UAJacd~U01s._2IUNHoe0000%ME200~W-o4.", "type": "image"}, {"id": 9871750, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b92b499-453c-49e0-9919-6572e0c2b78e/width=450/9871750.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UEEL?7~W4n0K?bt79ZIU00IVE2xusSn$x]%M", "type": "image"}, {"id": 9871759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efbd183e-4f17-4f8f-9ab1-78b890aa1e74/width=450/9871759.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UBJ8Im0000-;9G?b9F?H00t7E1NG~Wogof00", "type": "image"}, {"id": 9871766, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7858c6c4-9142-4c75-9c81-61c3001c8d0e/width=450/9871766.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UPGSDh%M4TM{~qxu4nM{t7ayD%M{ayWBRjWB", "type": "image"}, {"id": 9871768, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a52ba38-47aa-4de4-b280-9d5a03be81d5/width=450/9871768.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UKI=Jf9F9FRjs:WBM{t7~qM{IU?a00M{t7-;", "type": "image"}, {"id": 9871763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1e43388-18d0-42b9-bc40-094c5e273cce/width=450/9871763.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UEI5Y-?b009F~qNGxuM{4n9Fof?b0K9Gofxu", "type": "image"}, {"id": 9871754, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3e5985d-b9da-4c6a-a7a6-f3f20ccb901a/width=450/9871754.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UFE{kOt7RjRj~qIUjuof00D%9F%MaffQD%%2", "type": "image"}, {"id": 9871760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92d60fb5-05b4-45b3-aa05-9e62ba5d38dd/width=450/9871760.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "ULD^Dts:4nx^D%Rkx]t74TRPR5of~qxuM{j[", "type": "image"}, {"id": 9871764, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a52d6c1a-dc43-4b23-9f94-769e42e76ba7/width=450/9871764.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U6FiMq%M008{~q%M8_IUIUofxuM{00IU%MWB", "type": "image"}, {"id": 9871751, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b672099-0011-46a4-8580-cb1e1411c513/width=450/9871751.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U4E{kN%M00M{%MM{00ay00M{00xu~qj]%M-;", "type": "image"}, {"id": 9871765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be6f3187-a59a-45b0-8e3b-674c5ba2cee2/width=450/9871765.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UCH2cr_30000%3~q4n004n%MM{IURj4n?b?b", "type": "image"}, {"id": 9871757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40a917d3-4a11-4cef-82c4-b78dfc4b3f9a/width=450/9871757.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UFF~gcxu00IU~qM{9Fxu00WBWBt700oe?bt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/446527", "modelId": 400401} \ No newline at end of file diff --git a/datasets/metadata/446581.json b/datasets/metadata/446581.json new file mode 100644 index 0000000000000000000000000000000000000000..7d5f7a671392f16ada8e249661e2df754db9ef1f --- /dev/null +++ b/datasets/metadata/446581.json @@ -0,0 +1 @@ +{"id": 446581, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-14T14:53:13.125Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["CheeseOnTopStyle"], "stats": {"downloadCount": 279, "ratingCount": 0, "rating": 0, "thumbsUpCount": 46, "thumbsDownCount": 0}, "files": [{"id": 366563, "sizeKB": 223103.18359375, "name": "CheeseOnTopStylePony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T14:56:16.904Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7C934E1B", "AutoV2": "BC95DC8096", "SHA256": "BC95DC8096618BFD3E8EB1EFABC3288C7099C6BBEC1DA0D87A8337B7FCFE774B", "CRC32": "7455070A", "BLAKE3": "004D59ED95B9D3E1B05A62A0C96C36FE816A71BB814D52C2376EF18842B80FA7", "AutoV3": "5D4E1D7EC425"}, "downloadUrl": "https://civitai.com/api/download/models/446581", "primary": true}, {"id": 492975, "sizeKB": 33591.0751953125, "name": "Melted Cheese On Top Style Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:17:14.052Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "59E93325", "AutoV2": "4DE22DF5E8", "SHA256": "4DE22DF5E8C7D46353CEE4C9EE5087BCFC955CB2532660CED5B99057D39F611F", "CRC32": "5EA0C383", "BLAKE3": "C77C29116BDE307D97766FB67202D585CDD4B15EEC324601965BE07166E46D07"}, "downloadUrl": "https://civitai.com/api/download/models/446581?type=Training%20Data"}], "images": [{"id": 9873156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31eaf024-61bd-4094-a541-b20ad64c4bd2/width=450/9873156.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UFDmAptOzx#;L-aNJ$Sw4sjbJQR*??kBspn+", "type": "image"}, {"id": 9873159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cafdfd61-7237-424d-bd3e-4dbb7b9a8183/width=450/9873159.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "U5L0Fgs;00$m2^n#0cJV2sW?[QW9[~Nb%M$L", "type": "image"}, {"id": 9873150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fee6fc61-f805-462d-be52-d70b932ab93a/width=450/9873150.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "ULHK#nIVD#xt$-kYISoa$|D%RjoH~XNHMytQ", "type": "image"}, {"id": 9873152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a4e6991-3839-49c8-8931-f620a4620225/width=450/9873152.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UBHcu|EO|?-AgOxGMykC05Sg1JWp~8jaxrWC", "type": "image"}, {"id": 9873157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2014e24b-1f20-4220-b322-2081185143c4/width=450/9873157.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UBLU=r=_0|f516S#MfNG03WCIIa2}+WU%Kxa", "type": "image"}, {"id": 9873154, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb6fe791-fd0e-4709-8958-eada1aacbe21/width=450/9873154.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UAAe[xyBHZQ:M4jIIURjD5RkY1t6*GoJkUgL", "type": "image"}, {"id": 9873149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edd3fab1-25ec-4d84-b7ca-3a22fd7ec9f0/width=450/9873149.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UFB#tSTImRT0M~a0d?bw07r?N2kp*GSit3xo", "type": "image"}, {"id": 9873153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4334cf70-900a-4b4b-a134-0b4a5d2dfdf2/width=450/9873153.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UCMy,H0#}@|{~qJ.$NxGAK$%ELJ7IEkV9]NG", "type": "image"}, {"id": 9873151, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2045998-dd2e-465a-89e1-ea320e71992d/width=450/9873151.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U76m.FrCD4t+*No#MvnOF7aJs|kEUUaKr{b]", "type": "image"}, {"id": 9873167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ca05714-a6fe-415c-8979-b9f198fb9e53/width=450/9873167.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UaFGG=o{9cRk~QayM}bt#WazRljaM}j[Roaf", "type": "image"}, {"id": 9873155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adabc87b-e4c1-4f87-83b1-2996774d7c9b/width=450/9873155.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UKCHxI-lM4E5~N.2NLIrDn%IbuafAIN0r?n+", "type": "image"}, {"id": 9873158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3dbd6d64-75db-4aa1-9cdc-66772856e6ea/width=450/9873158.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UKK8V7E84?}:15oc5-S5rZ-6$~AH1zR,;Nt3", "type": "image"}, {"id": 9873160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3ae166d-e80a-4d02-8dc1-3a0341f9df9e/width=450/9873160.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UDO]YmXSD7v$x*s,U}aO0gkVEyM{}[wdJAs;", "type": "image"}, {"id": 9873162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0fda776-2e25-442f-8658-bfc22cf0bb72/width=450/9873162.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UNMokcw|rU,@]ew|nNWU0}o3FfNbR]WoOpo4", "type": "image"}, {"id": 9873165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/183e5c97-fb3f-40e3-b290-f64059c61e14/width=450/9873165.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "UUDv**jsIWxY|@s:IWf5w0oLM}R*t%WVS5a}", "type": "image"}, {"id": 9873161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a29171c4-68fa-44a5-8527-853f29770075/width=450/9873161.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UBM#2V$~06+_1OsU4[Nd07IrX5oe~4xY?Co0", "type": "image"}, {"id": 9873163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc08092d-0579-490a-88f3-3406623c42aa/width=450/9873163.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UHIVA%EvD*El1q}FI[E+@]J6O-s90_E,^6$J", "type": "image"}, {"id": 9873164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e3c6586-4625-4aa0-aeba-c2ddca25f5c7/width=450/9873164.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UE9*fPtR0yX8G]WBtSbbGuay,?j]?^ofVtof", "type": "image"}, {"id": 9873166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a32cd53-4561-40a5-93f8-7084bfa58a44/width=450/9873166.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UDF#%M%08wxt:~s:E4RQ}god1SRk4=oLt7NI", "type": "image"}, {"id": 9873260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c88b1bf6-f381-4d28-b98c-ed926cb8d204/width=450/9873260.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UWIM56i~33sm}5xGEOWoIAf~vnWXTKRlo{n*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/446581", "modelId": 400451} \ No newline at end of file diff --git a/datasets/metadata/446605.json b/datasets/metadata/446605.json new file mode 100644 index 0000000000000000000000000000000000000000..20325e58c95beff1dc0c436b51730c86d5120416 --- /dev/null +++ b/datasets/metadata/446605.json @@ -0,0 +1 @@ +{"id": 446605, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-14T15:05:45.053Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": ["ChocolateWetStyle"], "stats": {"downloadCount": 210, "ratingCount": 0, "rating": 0, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 366586, "sizeKB": 223101.50390625, "name": "ChocolateWetStylePony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T15:06:00.301Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BBE6EB95", "AutoV2": "0FECC2ADDD", "SHA256": "0FECC2ADDDFBDE9D19DB4B5B851CFF382BA9AFF3999973B559000DE6E03B2547", "CRC32": "DF500FBC", "BLAKE3": "7FF2E6294BDDB4627610D9394552E436DB44FB5C73013D593308F84612B9CA5E", "AutoV3": "3D0E50EB98DE"}, "downloadUrl": "https://civitai.com/api/download/models/446605", "primary": true}, {"id": 492980, "sizeKB": 352316.1806640625, "name": "Chocolate Wet Style Training Data v2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:20:52.291Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "41854EB5", "AutoV2": "F35DADB592", "SHA256": "F35DADB592E100C45D2DA03CD122832EF4AFB3FD85E832DBB953A4D7866A6BE7", "CRC32": "9C7BE9CA", "BLAKE3": "48D561DE95F5D59C2BE9C27C1FA924BDAF5D1419AF0592353B2ABC33001DBBDE"}, "downloadUrl": "https://civitai.com/api/download/models/446605?type=Training%20Data"}], "images": [{"id": 9873904, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74f55733-2dd9-4e13-963b-bd0aefe47926/width=450/9873904.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "U9Gtf~v}x[9]00NGS2R*~Voz9a$%E1NHxGs:", "type": "image"}, {"id": 9873880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a2c2036-e351-437b-8dc6-55e8676c17d2/width=450/9873880.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U8EViqE|ud};1Fw~t3E2vT9Iw|I@02s.i{%K", "type": "image"}, {"id": 9873886, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8696cd4b-d693-4c62-91c2-fa780334a9ee/width=450/9873886.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UEI|q60~PA}@01n$9aM|57xaE2NHpIxZ%1i_", "type": "image"}, {"id": 9873898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1d6b7f1-7450-4ac6-a93a-2d2a18cb59e6/width=450/9873898.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UFHAw,58~p^P00xuD*Rj9_s9E*W;?aShbbs9", "type": "image"}, {"id": 9873877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10fbd2e7-950f-4ed2-8299-ae7a9bd628a9/width=450/9873877.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U6Ed^v}@X4oI2uEL9uS$0gNwE2i_4o$i^*tQ", "type": "image"}, {"id": 9873901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3837dd0f-fc2e-4f7d-9e83-d1b3f8c02f27/width=450/9873901.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UNF?FW9up{%25tNbNej]N2n%Q.W:Tysos,SN", "type": "image"}, {"id": 9873878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a59bdfc-c20c-45cb-9ffc-6ec367fa1ea7/width=450/9873878.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UKFODf%M~ptl9t4oD*M{bHShR+xZxZt7xZs:", "type": "image"}, {"id": 9873879, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42f517cb-9bbe-40ae-8e0d-0ba69cbd615d/width=450/9873879.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "U5DI2m5n1I}Y10xZ0fRjI:jGVsI;9[xZ^kNa", "type": "image"}, {"id": 9873881, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d51a483a-7086-4f38-8566-cf7c3c2d2fcc/width=450/9873881.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UMGtc;0L%fRQ_2Myt7f6~AjFNIxZEh%1RQba", "type": "image"}, {"id": 9873891, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a06481c0-63ea-4751-bdb1-404b80074866/width=450/9873891.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U6Fg:#010f~B1#xZE2Na03%1IUIp^4E2~Vw^", "type": "image"}, {"id": 9873895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/862d4779-aaaa-4188-b5a8-4a389b57f4f5/width=450/9873895.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U8Dkrh01.RIB~USht7RQ0f?GD*x[EMM|Rjt7", "type": "image"}, {"id": 9873885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/519c71c8-a3ec-4229-bbc0-62d9ba55c663/width=450/9873885.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UGG%x.t6tQ%1~Bj[R*js9]s.E2NHRjofR+WB", "type": "image"}, {"id": 9873894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b86439fb-116b-405f-8e68-a9dc9d45f479/width=450/9873894.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UJKS|rE2o#%2CAn$WVR-0pk99aNb-QWYwIoe", "type": "image"}, {"id": 9873893, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d3ce4e6-5908-4b1b-85fe-c005abda4e91/width=450/9873893.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U9GHVZ00?^v}xCIp57W=Mx?HD*%M?u9a%LM{", "type": "image"}, {"id": 9873899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/929ce608-7edf-43b7-9497-5d70c0cc31cd/width=450/9873899.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UEFN|}K50f=wAaxD56W;~Vt7D*Ipx[s.RjNG", "type": "image"}, {"id": 9873897, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cfc4b72-4c14-4c57-bca8-bd85e87e2db5/width=450/9873897.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U5D*%{58~U}?03%101Nv%LjFxZIp5Rof-UoJ", "type": "image"}, {"id": 9873902, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/345fcbb5-283e-4f82-a19f-27aa5ce37c89/width=450/9873902.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "U5Ed|,1h0z-T_2of01-9jCr?0MNb~7sSxHNH", "type": "image"}, {"id": 9873903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e346c47-d58e-4f25-b8b5-7f876e2d101f/width=450/9873903.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U8Hwoj?GR4%1G]WB00M{_Mt7MwniX.jZ$zbH", "type": "image"}, {"id": 9873907, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9a79ee2-801e-4509-8d19-36cfe68a53f5/width=450/9873907.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U8HwW301_MrE~os;adIo01wI9FOrMx0fg3%M", "type": "image"}, {"id": 9873905, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e099a0c-f6cc-4e94-8208-a6f417597fba/width=450/9873905.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UDGHC]}@~WEj0NIpRjs.0yNaE1$%NeWBj[V[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/446605", "modelId": 400474} \ No newline at end of file diff --git a/datasets/metadata/446650.json b/datasets/metadata/446650.json new file mode 100644 index 0000000000000000000000000000000000000000..629be20cfa9294c23d08ac6ab46e9ad36650fd59 --- /dev/null +++ b/datasets/metadata/446650.json @@ -0,0 +1 @@ +{"id": 446650, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-14T15:36:53.970Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["ChristmasPostcard"], "stats": {"downloadCount": 124, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 366627, "sizeKB": 223102.10546875, "name": "ChristmasPostcardPony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T15:37:15.115Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1EE6AEB4", "AutoV2": "E5A1DA17E1", "SHA256": "E5A1DA17E13A608AD816C91D3C27D380C2234BDB0A2929072A9135617E7C2F58", "CRC32": "32B67256", "BLAKE3": "D7E3EE81A9E771C4638AE2E835ED1E9B0F4D545D37E831F8F87A504EC2FEFABB", "AutoV3": "E31A7C67D3D6"}, "downloadUrl": "https://civitai.com/api/download/models/446650", "primary": true}, {"id": 492979, "sizeKB": 342329.1201171875, "name": "ChristmasPostcard Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:20:45.741Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "929006E2", "AutoV2": "B4A7911CAD", "SHA256": "B4A7911CADC78C78D06DE8DCA37826BD0042E85C4B0694D6165BCDF957383355", "CRC32": "65212972", "BLAKE3": "5C49F853F7C67146AC47C07D5A01BFFC8930822A0CF388BD77D34D6203F39C03"}, "downloadUrl": "https://civitai.com/api/download/models/446650?type=Training%20Data"}], "images": [{"id": 9875647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4558e019-7af3-455e-aad7-d2be360421e1/width=450/9875647.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UAJkJ:;^00%23Gx[WANH00XnTLEM@EM{E+jE", "type": "image"}, {"id": 9875644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2022f8ec-b46c-4aa9-ab26-08c2cd0e322e/width=450/9875644.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UIIEIiP;F4;eXp13-p%Kh~IVMytRmlKjrWs9", "type": "image"}, {"id": 9875645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87d2561c-456f-49ab-954e-ed4f61737362/width=450/9875645.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UJJ@p:%M9IIp%vIpD+t6tlI;4q-U|FoyrYn%", "type": "image"}, {"id": 9875643, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40f7f175-9e4a-41ba-973d-a07e4d6d2b8c/width=450/9875643.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UCH--~tk00xH3rK5Ipah6-of4;WB}?niz;ae", "type": "image"}, {"id": 9875646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d259284d-ef75-47bf-81b7-97bee055e591/width=450/9875646.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UCLW96xa8y$jF1Ip~Vo}0W%L--RP4;i{M|xZ", "type": "image"}, {"id": 9875648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6dedc897-8c68-4bf6-9762-db042fd62c69/width=450/9875648.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UCLDlWQ-4T^43srq=p-70.JB58pI_hobElog", "type": "image"}, {"id": 9875650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5543f38d-53b9-42f3-ad8e-a2eb8ca00e74/width=450/9875650.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "U9IEqiVEhfGZ01mlz:B:{NRTTJF{y@xaO?oz", "type": "image"}, {"id": 9875649, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fb966c9-351d-4f19-a133-f940ecfcfffe/width=450/9875649.jpeg", "nsfwLevel": 2, "width": 1536, "height": 2688, "hash": "ULJt-sTLxt~APXI[MxNy6CIVxZNKA0rq$gkC", "type": "image"}, {"id": 9875651, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/348df438-69d2-4240-943d-f938c0e36634/width=450/9875651.jpeg", "nsfwLevel": 4, "width": 1536, "height": 2688, "hash": "UFKK7@s;5p%M0WIp~BNfD,VrzVR**_$xwGRk", "type": "image"}, {"id": 9875652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9455ea76-bc47-4f6d-86bf-bba978aca5d6/width=450/9875652.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "U9G[+S0500?Zo;-T9g9b}Gtk12IVpc-oMdER", "type": "image"}, {"id": 9875654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b260d278-a66d-429f-afa7-b9bffaf0cde3/width=450/9875654.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UNHxNexu02n%|;WBEQoe?bj[IWbG9rR*RpfP", "type": "image"}, {"id": 9875655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abea89b0-e7db-400e-b5ab-6b81d26ab012/width=450/9875655.jpeg", "nsfwLevel": 2, "width": 1536, "height": 2688, "hash": "UGJ@j-E48w-;}gf*9HVt^ctQ0:Ir1Ni_9#XS", "type": "image"}, {"id": 9875657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/741edb4b-49f4-450c-ad1d-554968e77a88/width=450/9875657.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UBKc@25X4pt,$wRQ9H%L04$y9_D*00S~_L-S", "type": "image"}, {"id": 9875656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cc08647-310f-499b-9d44-bae61328c623/width=450/9875656.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "ULJHE;o~K8n,0zR*4:jY8wR5s=xW}RRjaxxD", "type": "image"}, {"id": 9875653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/808b7704-eefc-42a1-bd7b-f640b5d667d4/width=450/9875653.jpeg", "nsfwLevel": 4, "width": 1536, "height": 2688, "hash": "U6M$r9-o00-U.7^iRP#83GM|00Sh0059pHK4", "type": "image"}, {"id": 9875664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d2e78b9-e7a4-4962-b89f-99393d59a2af/width=450/9875664.jpeg", "nsfwLevel": 4, "width": 1536, "height": 2688, "hash": "UEK-F25YGu%~0r9a_LIr0,Q.VEM|0p#+ROay", "type": "image"}, {"id": 9875661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e3e8d62-32d1-4a05-82bc-08de4043e57e/width=450/9875661.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UDLN0#vK00w~Os4UE2JCEo=^EzE20:~9^hDj", "type": "image"}, {"id": 9875669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6e1ed4b-990c-49d6-a95e-37d1b948c5e9/width=450/9875669.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "U8IXscDj00^O9D$i5Bix];5A0~tkb]ENND~U", "type": "image"}, {"id": 9875660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e8fe65d-7c48-43be-a976-857b1c7d3162/width=450/9875660.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UOIqcBobVF$%}UR*9^Rkn3NxI[oJ9uW=F2R+", "type": "image"}, {"id": 9875663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5056304c-cb7d-47b0-a3a6-ab69701b1fb3/width=450/9875663.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UGK0pHbv02-o~6t60jNH-9M}4=oevzW;,.xY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/446650", "modelId": 400515} \ No newline at end of file diff --git a/datasets/metadata/446686.json b/datasets/metadata/446686.json new file mode 100644 index 0000000000000000000000000000000000000000..c00d61f7a8d263f61ee1776d3a54b0671c03d849 --- /dev/null +++ b/datasets/metadata/446686.json @@ -0,0 +1 @@ +{"id": 446686, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-14T15:50:35.717Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 238, "ratingCount": 0, "rating": 0, "thumbsUpCount": 47, "thumbsDownCount": 0}, "files": [{"id": 366655, "sizeKB": 10286.9111328125, "name": "Playboy_bunny_aiueEtizenn.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T15:50:54.790Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "29CD74ED", "AutoV2": "D80B4F0250", "SHA256": "D80B4F0250D26A6FEBD1E6A4BE117E326CAEA308AC27AE8F44CAEEBAAB3F1B98", "CRC32": "041BFE2E", "BLAKE3": "1E33C5F00EC6B35138FD0B10D71FB12DF1D171E273074C377F4BC31C49DF0816"}, "downloadUrl": "https://civitai.com/api/download/models/446686?type=Training%20Data"}, {"id": 366656, "sizeKB": 22237.36328125, "name": "Playboy_bunny_aiueEtizenn-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T15:50:52.896Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "90A69D19", "AutoV2": "30F34E7BDA", "SHA256": "30F34E7BDAC6C52A52EDF355377DC88F389F5D2D1A1EACB36271015370E9D7A2", "CRC32": "A7751ABC", "BLAKE3": "89C44AE1CDC17D52F40C463F0E7DECB451FD3F173CA80F9AE44198880D463B7A", "AutoV3": "CE925443EF9E"}, "downloadUrl": "https://civitai.com/api/download/models/446686", "primary": true}], "images": [{"id": 9876426, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f62628d0-166c-4efc-b015-9e217f0ceb1b/width=450/9876426.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UXRLts%f?^xbyXaetmWBxufkMyofoyazxZjZ", "type": "image"}, {"id": 9876425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/593447b1-c5cb-4186-b794-70ffb189eac5/width=450/9876425.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UXRLts%f?^xbyXaetmWBxufkMyofoyazxZjZ", "type": "image"}, {"id": 9876882, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/445de1c8-a9e2-4052-b405-f998a4365149/width=450/9876882.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEM?uV~V9uMy?aV[kX%M-:EM0fIV01%1~BD*", "type": "image"}, {"id": 9877236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4eb511f5-5c88-4350-a895-e0b496fd8f34/width=450/9877236.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UXQI}Exu?^xuyDxax^ofE3t7M{RjxYs:xDs:", "type": "image"}, {"id": 9885123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f79e4bdb-f544-458e-8dac-4daaf49516b8/width=450/9885123.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UeJGi}t7ELoy~VofIps:JAt6Rks:Rjj[xuof", "type": "image"}, {"id": 9885131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1b01d3c-9462-4438-a2cc-e2e9f69b672d/width=450/9885131.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USN0bw~qk??b?vt8a#xu9^Rj%MIoIUxuM_jZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/446686", "modelId": 400550} \ No newline at end of file diff --git a/datasets/metadata/446708.json b/datasets/metadata/446708.json new file mode 100644 index 0000000000000000000000000000000000000000..e3e4a8e62214da3c8d1f2f5415e0ac9951c28de3 --- /dev/null +++ b/datasets/metadata/446708.json @@ -0,0 +1 @@ +{"id": 446708, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-14T16:00:46.265Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": ["CinnamonBunStyle"], "stats": {"downloadCount": 84, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 366671, "sizeKB": 223101.45703125, "name": "CinnamonBunStylePony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T16:01:18.891Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3F7F1712", "AutoV2": "3AB6A82A51", "SHA256": "3AB6A82A51F055E5F182F616260A8D1945F90A73D47EB18E13954D0FF9AEEDFE", "CRC32": "0430D692", "BLAKE3": "2C2A16EDB5F7DD99AFD990E39FA11C52D59EC025BE1E6E0098A69859D93C4E47", "AutoV3": "541E59316273"}, "downloadUrl": "https://civitai.com/api/download/models/446708", "primary": true}, {"id": 493009, "sizeKB": 620034.4970703125, "name": "CinnamonBunStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:33:27.549Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9D04D1A4", "AutoV2": "0367CAD502", "SHA256": "0367CAD5023A2B6A8FAA8E7AFE25D86FBFFBB3912649E70C4F6D7E3AEF83FE5F", "CRC32": "D9B40F37", "BLAKE3": "6AC358E5DE988DEBBE0C377FCE523927DBD7698EED33C2D5510D0CA26D0A7046"}, "downloadUrl": "https://civitai.com/api/download/models/446708?type=Training%20Data"}], "images": [{"id": 9877066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa607e19-9251-4e8a-97f4-28158addbfa1/width=450/9877066.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UGH.NeMyC9r?0r9ZXTxZDj$yH=xtL4tQ#*E3", "type": "image"}, {"id": 9877062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f374d89-3d92-4675-9f91-a2727e35bb0a/width=450/9877062.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UBFPB1^+00NY~Wxu02NI7NM|;1sB59NyX-Vt", "type": "image"}, {"id": 9877061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01dfacc9-d556-487f-a277-0530caef8b6e/width=450/9877061.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UHJZ@_9GAu?a_M0Lx]-;_2D%W=%L0*RP%2xt", "type": "image"}, {"id": 9877060, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c5d9997-ce6e-4796-be49-890168244ab9/width=450/9877060.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UQKApAxa9Fxa~VoeNGof9GWVWXfPK5WXRjay", "type": "image"}, {"id": 9877074, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddcabfbb-d6af-4d8e-bbaf-19cc2708db3a/width=450/9877074.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UUH.KM%NITxVLNbwrpskFzRPVqWBIV9GsSog", "type": "image"}, {"id": 9877068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6dc53a3-619a-4639-a268-4cb34e5f834f/width=450/9877068.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UAC71#-VD4xCD45=Ga={}+0LIUyDu5x@#R#8", "type": "image"}, {"id": 9877067, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce916275-7881-4c2f-8cad-993c2c2398a2/width=450/9877067.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UEE{2|DP11yD0gi_s,bbtlR5xCWB.TIA-pt7", "type": "image"}, {"id": 9877065, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1fe30401-b29c-497f-a8c2-ff4af78746c1/width=450/9877065.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UAL3S$Os01_3mV%1.RR6~paL0gxt03ad=?XS", "type": "image"}, {"id": 9877080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/739a02c5-bb57-4452-bf65-1ad814ac2234/width=450/9877080.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBMF:*.S~Vk;0FwQ~BRR008|0Ma*^$^z%0%L", "type": "image"}, {"id": 9877069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4018529-c3fc-4062-af12-b6e1a948a3e0/width=450/9877069.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U8E2td0~0z^N1~.SS$j[0z}@-75S01Di?HMx", "type": "image"}, {"id": 9877071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/060d17ab-469c-4a61-a80f-7e48ada40947/width=450/9877071.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "ULLCI$J80g%205ENo|%002%KozMz~nVteUkW", "type": "image"}, {"id": 9877058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd4b8612-f4f3-4e02-ae94-b2254048ae8e/width=450/9877058.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UCF~:I?uB=YQ1U%LtlNfY+ENHrVE%zwd$}xt", "type": "image"}, {"id": 9877059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e449479-5bd5-4c38-b735-3494c02bc75b/width=450/9877059.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U7J@E%+G02$*3sNH+uNaCk0M=dxt0iE3_Lof", "type": "image"}, {"id": 9877070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce25ecde-4117-4c2a-b92a-3463db72b843/width=450/9877070.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UJJ7m$^kk=o#$^Dj%Lxu0zxa^P^*~V%MNL%M", "type": "image"}, {"id": 9877073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0124b5e5-eb94-459f-9633-8163f1b87ed6/width=450/9877073.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UCIOUz_NCRyD1l.7.7W=000z4Usm=Fsn#Rae", "type": "image"}, {"id": 9877076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9813bf00-6597-4fde-b625-5b21edb15fff/width=450/9877076.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UHG+5mE40z$y00V[XoozD#%LrqRk3sxW=_NK", "type": "image"}, {"id": 9877072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55e82a1c-13d9-4ac8-a56f-b71427586863/width=450/9877072.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UVJjrV~BC9I]Ax%1xuS$M~JUMxa#O[ofxtbv", "type": "image"}, {"id": 9877075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39f76c86-365a-4f40-9a93-af5cc4caaff4/width=450/9877075.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "ULIW=q~V9vIpv#-U%M%20LIos:xZ?aI:IBIo", "type": "image"}, {"id": 9877077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbf8dc66-77d3-433b-a1e9-b7f1379aa29b/width=450/9877077.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "ULJ~lbEk0O$k0gX8Egwd0Nn$~Tw^WAsSJBsA", "type": "image"}, {"id": 9877079, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c1358a7-e53f-479b-bcb4-0069c3333159/width=450/9877079.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UAGl2=03?su0qaIYxZ4oyf+wD+pYQ6ID.7.6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/446708", "modelId": 400571} \ No newline at end of file diff --git a/datasets/metadata/446806.json b/datasets/metadata/446806.json new file mode 100644 index 0000000000000000000000000000000000000000..23385e43d256143a69f2f9282d9394d785c4ede6 --- /dev/null +++ b/datasets/metadata/446806.json @@ -0,0 +1 @@ +{"id": 446806, "index": 0, "name": "dalle3", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-30T01:37:22.861Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 471, "ratingCount": 0, "rating": 0, "thumbsUpCount": 65, "thumbsDownCount": 0}, "files": [{"id": 366868, "sizeKB": 184731.0478515625, "name": "446806_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T17:45:55.089Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "240972F1", "AutoV2": "A25DD22AD7", "SHA256": "A25DD22AD772B0D5C4C8A998EA62E4FE13ABF9C46256555E12AB87DC480A2A7D", "CRC32": "ACAEE082", "BLAKE3": "DB2EADA4DB89721E0DFD63CDF8A589F1B5ADD3CE661565B80354E09E0F39324E"}, "downloadUrl": "https://civitai.com/api/download/models/446806?type=Training%20Data"}, {"id": 394762, "sizeKB": 223162.91796875, "name": "dalle3-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-30T00:35:52.079Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "97ED7E3F", "AutoV2": "BD152CF914", "SHA256": "BD152CF914A3D081C505C783E0ACB98FB2A4223621DFF3AF796A1F7D71390DE5", "CRC32": "8A93C2F6", "BLAKE3": "942B621FAED7C1CC4D802BB9A02E1B03B34F1C70BF69F637AF06FE1253BC5384", "AutoV3": "24F8EA0B2A83"}, "downloadUrl": "https://civitai.com/api/download/models/446806", "primary": true}], "images": [{"id": 11126151, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a3f9ef3-a541-4c0d-8a2e-60ebea75efae/width=450/11126151.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UHGtpbMx00~W01%M-oMx0eNF%1bb=|InbbNc", "type": "image"}, {"id": 11126166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a0816ac-b7df-4a40-9dc6-efca08aed142/width=450/11126166.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "ULJa4,~A6VR-4mROt6xZ00NHNFogx^tRxtI=", "type": "image"}, {"id": 11126152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db41a2c3-a3b7-43e4-80eb-2719570f18c0/width=450/11126152.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8BWcQ}?0eA0%3Rirq-V00I@jFWT1QE+?bs%", "type": "image"}, {"id": 11126134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55e94594-3591-4c32-a300-6edb7955d643/width=450/11126134.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9Fqg{~V01D*vz9Z01NbtQ%M%1Rj%1RkR-t7", "type": "image"}, {"id": 11126131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/515af112-681d-412a-a2fe-c1d692b78902/width=450/11126131.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCE_jp~V9Z4.?H?HWARjO?x]^*M{xaNHIp%2", "type": "image"}, {"id": 11126161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96a90842-636d-4a80-8372-dfb31811860d/width=450/11126161.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDLf,U-rNyRj0g~WnOMxIp={D%56?bbwD%r?", "type": "image"}, {"id": 11126167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ad0751d-2502-453b-bdd0-27196cbf250b/width=450/11126167.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTEzyk.TNL%g%OtSaJx[kYRPng%LRUVsxut7", "type": "image"}, {"id": 11126129, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b4a7a49-8499-49cb-aa98-cf919aad34f2/width=450/11126129.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJKJJ3~90h9vK4Ip9uxZEMWCIXbbRlbbr@V[", "type": "image"}, {"id": 11126135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3d57955-5c98-4ba2-8f92-468174be29bc/width=450/11126135.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8L.}J00C,r]00I;xZIB00x[Iobv-;n*%L%L", "type": "image"}, {"id": 11126141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a769ee98-8d16-4928-9fae-10d1af570405/width=450/11126141.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U7He5??F00%hO?_N^i?G00oHt-x[w}#kV@4o", "type": "image"}, {"id": 11126158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc35258f-0aca-42dd-8750-6e19f00afc2a/width=450/11126158.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCC?m8}?5E0$=~i[V]sp00Ekx]$}2z9uk6-o", "type": "image"}, {"id": 11126165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e99ec0bb-0002-4b98-87aa-2258b23fe9d4/width=450/11126165.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UBDcXBY6008_?]l88|QU9D-P%4NZ4.rq=yOY", "type": "image"}, {"id": 11126162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3b783e7-d639-4817-9f70-fcb3dfbb619f/width=450/11126162.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "USI};cY60Kvy?w%M$gMx4Ti_kDx]4oNIS4tQ", "type": "image"}, {"id": 11126174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2544729b-6e8c-434c-b5ce-886bc86ec88a/width=450/11126174.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKIhN%?^4:rqbb%M~BNxIAs8xF%MMxxaM_W=", "type": "image"}, {"id": 11126175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2352787c-d521-4748-975a-6e2e36decbe6/width=450/11126175.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UXHnBA~AX*E2D$nhs.bHx^-:%2WB$yRjNGbG", "type": "image"}, {"id": 11126173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fc53ddc-8c57-4e64-876b-88bdeb41be30/width=450/11126173.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQJ6?F}@tPRjN$t7kD$M00rrxHbuRhIoeSs=", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/446806", "modelId": 400662} \ No newline at end of file diff --git a/datasets/metadata/447094.json b/datasets/metadata/447094.json new file mode 100644 index 0000000000000000000000000000000000000000..2abb5c566ded9561b6e98dfd64dd2236843aff3f --- /dev/null +++ b/datasets/metadata/447094.json @@ -0,0 +1 @@ +{"id": 447094, "index": 0, "name": "g3mma style, futa and non futa", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-14T21:15:56.302Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["1girl, g3mma, big boobs, simple background", "penis, huge penis", "rear view, thick thighs, big butt"], "stats": {"downloadCount": 183, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 367124, "sizeKB": 15487.328125, "name": "447094_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T20:10:39.427Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B118FEB2", "AutoV2": "0168255049", "SHA256": "016825504970CF006461AB1C593FBCBB81BA921A11C0DB3D7038CE1BC66D723C", "CRC32": "8D38C43B", "BLAKE3": "7FFADE0EAE7B17744D11757207514DD6FFA2E2925A664AD08BB38BB65EC48738"}, "downloadUrl": "https://civitai.com/api/download/models/447094?type=Training%20Data"}, {"id": 367197, "sizeKB": 18547.2265625, "name": "g3mma_style_futa_and_non_futa.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T21:06:16.606Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "BBFB283183", "SHA256": "BBFB283183FE493B989330C67124E592CB8E0226BEC4CD3F5787A0FF43BCA5C6", "CRC32": "C7BED0F2", "BLAKE3": "10F93DABFF7436BA7136DFF7457A408FC7D251D24B08651DD45DBEA6E5444710", "AutoV3": "5EA4FCB6CA6B"}, "downloadUrl": "https://civitai.com/api/download/models/447094", "primary": true}], "images": [{"id": 9892958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0bb5e9c-f610-4724-96e3-1694da283e93/width=450/9892958.jpeg", "nsfwLevel": 16, "width": 520, "height": 816, "hash": "U5DvTS0000~q00?bxuIB00xa^+Rjoys:RPoz", "type": "image"}, {"id": 9892953, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1573548-4173-44c8-be72-5a1d766f0881/width=450/9892953.jpeg", "nsfwLevel": 8, "width": 520, "height": 816, "hash": "UCK9ry~Db{Ri9}-o$$9a0#$%-UI:~BELRkxa", "type": "image"}, {"id": 9892951, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8f4dec6-bcd3-4f89-be98-fda618e1da37/width=450/9892951.jpeg", "nsfwLevel": 4, "width": 520, "height": 816, "hash": "U7Iz_59$00~AxoE70:~8S1xYs9k916E3$f%0", "type": "image"}, {"id": 9892952, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3192d70a-8c42-479c-8d70-561cae404e99/width=450/9892952.jpeg", "nsfwLevel": 16, "width": 520, "height": 816, "hash": "U9H0n-}^-tEKAx=xxZ9t-AE+aw$x$*Ioxa$$", "type": "image"}, {"id": 9892954, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf12b6bf-7f68-4c51-8ae8-7f9875a130ba/width=450/9892954.jpeg", "nsfwLevel": 16, "width": 520, "height": 816, "hash": "U4DJCs9F9Z-=00x]IUi_4o-p~qRjD%xuNFIU", "type": "image"}, {"id": 9892956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b093c643-2d79-4a1c-8ee4-2b5f1dc8ae71/width=450/9892956.jpeg", "nsfwLevel": 8, "width": 520, "height": 816, "hash": "U2D9uDM|00_39Fxu-;M|00%M~WIUtSWA%MM{", "type": "image"}, {"id": 9892957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aea6b9c0-e72c-493c-b8af-e238e37f0148/width=450/9892957.jpeg", "nsfwLevel": 8, "width": 520, "height": 816, "hash": "ULEoSyx]?^oztmRPt7oeS5j[n%ozofoLs:af", "type": "image"}, {"id": 9892959, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07cb6e74-9c1d-4327-8288-77e9a842fc89/width=450/9892959.jpeg", "nsfwLevel": 8, "width": 520, "height": 816, "hash": "U7J7O7o~0MRQ00s:yYs+1T$$}QM{vfoz?HNH", "type": "image"}, {"id": 9892960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1175223b-a68c-46f5-b543-fc7e04a27271/width=450/9892960.jpeg", "nsfwLevel": 16, "width": 520, "height": 816, "hash": "U9B:gR4n9F~q4.-;t7IU9GkC-:M{-ps:M{NG", "type": "image"}, {"id": 9892961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e815cbe0-3b52-41c8-a99e-b58abd2e0c57/width=450/9892961.jpeg", "nsfwLevel": 8, "width": 520, "height": 816, "hash": "UII6B76C0@;d01O[.7,,?ZAdaxM|}QR.JC,,", "type": "image"}, {"id": 9892955, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e96d76a-bd43-461b-8a54-e540a98117b2/width=450/9892955.jpeg", "nsfwLevel": 4, "width": 520, "height": 816, "hash": "UBE.6dE-0r}r0#$%%3Ip0LAc?H,nEh-9$%9_", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/447094", "modelId": 400933} \ No newline at end of file diff --git a/datasets/metadata/447251.json b/datasets/metadata/447251.json new file mode 100644 index 0000000000000000000000000000000000000000..3d13ea6d4f1d90c9aaf19d8c2f63f9e914430751 --- /dev/null +++ b/datasets/metadata/447251.json @@ -0,0 +1 @@ +{"id": 447251, "index": 0, "name": "GC", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-15T01:35:13.056Z", "availability": "Public", "nsfwLevel": 22, "description": null, "trainedWords": [], "stats": {"downloadCount": 112, "ratingCount": 0, "rating": 0, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 367203, "sizeKB": 6110.1728515625, "name": "447251_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T21:11:12.522Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B2ADF6D7", "AutoV2": "A8B5AF34D5", "SHA256": "A8B5AF34D5C8CF8A5F8019E466C9586E95B93E7B0C16C63936DFC1DC99C25211", "CRC32": "36472D84", "BLAKE3": "2AE87DA415F9BE92FFAAC684CDF0DF802CF644AE43976F57B89960D7EB595049"}, "downloadUrl": "https://civitai.com/api/download/models/447251?type=Training%20Data"}, {"id": 367502, "sizeKB": 223100.30078125, "name": "GC-000029.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-15T01:25:41.714Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3CCD44E8", "AutoV2": "C3F496E07D", "SHA256": "C3F496E07D492204CD1905D11C92BB73952F6FFD2E7D1546BF0EE25D9E55601D", "CRC32": "81D0DE24", "BLAKE3": "D1BCEB097BD8524F32A5DECF8F6EB69714300373004C766B3D203ECE041B498A", "AutoV3": "8EC70A3DBC27"}, "downloadUrl": "https://civitai.com/api/download/models/447251", "primary": true}], "images": [{"id": 9906210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c9413d5-5923-4813-a32e-6e35f1b009a6/width=450/9906210.jpeg", "nsfwLevel": 4, "width": 4096, "height": 6656, "hash": "UXKwnPxu.T-px]R+s:oJ_NV@xuWXxuoLD%WV", "type": "image"}, {"id": 9906212, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79ea3657-2dc6-4152-9b35-157ba81f21e8/width=450/9906212.jpeg", "nsfwLevel": 16, "width": 3328, "height": 5376, "hash": "UJHKa|EM0f%1%gxZkDoKWBofx]WB~VR*jENb", "type": "image"}, {"id": 9906476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac3d8fdd-220f-42fc-9c65-359e604d6ab4/width=450/9906476.jpeg", "nsfwLevel": 2, "width": 2286, "height": 4000, "hash": "U5A9{A?G019a$~R,EN$%D%9aSi~B$$$*J89u", "type": "image"}, {"id": 9906213, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5221e423-0e42-40d4-a5b2-d618ebdf85ca/width=450/9906213.jpeg", "nsfwLevel": 16, "width": 4096, "height": 6656, "hash": "U8FrCX%h0NK70i~V.8x]v{$gR.r=]hrprCZ#", "type": "image"}, {"id": 9906214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff0584cf-e5fc-4326-8fbb-ce0a41b88a6a/width=450/9906214.jpeg", "nsfwLevel": 4, "width": 4096, "height": 6912, "hash": "UDJ7%W00ysVrxF0gX9rW00.8xZM{ni^*-pNH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/447251", "modelId": 401085} \ No newline at end of file diff --git a/datasets/metadata/447333.json b/datasets/metadata/447333.json new file mode 100644 index 0000000000000000000000000000000000000000..802813f9984bf933921609ad0f465ef6f46e166e --- /dev/null +++ b/datasets/metadata/447333.json @@ -0,0 +1 @@ +{"id": 447333, "index": 0, "name": "VHS", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-14T23:00:04.223Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["vhs-box"], "stats": {"downloadCount": 504, "ratingCount": 0, "rating": 0, "thumbsUpCount": 127, "thumbsDownCount": 0}, "files": [{"id": 367352, "sizeKB": 223108.31640625, "name": "VHS.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T22:56:13.631Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F9B01392", "AutoV2": "2EA3CEEDFF", "SHA256": "2EA3CEEDFF28F71C711929352A4B7213DA0E30CCCD58602BA324FECB2DF4B0E3", "CRC32": "58A8A5E6", "BLAKE3": "ABFAF144FF9182EB982EA7D3D8116B795BAA84E0C1C008FF17D3C8AF91A2838A", "AutoV3": "D4E52500AD8F"}, "downloadUrl": "https://civitai.com/api/download/models/447333", "primary": true}, {"id": 367316, "sizeKB": 5833.3232421875, "name": "447333_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T22:25:33.971Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "450666B6", "AutoV2": "9E2D4BC0E4", "SHA256": "9E2D4BC0E4CE780A1F15CF5034C8A71BF1768C0F53C7F5290D1182EBD2A09708", "CRC32": "23CBE245", "BLAKE3": "9814ABAB9B4A8C0442039C02F9721BEACE1BC14420A9E6644427F1FF3AC8AF09"}, "downloadUrl": "https://civitai.com/api/download/models/447333?type=Training%20Data"}], "images": [{"id": 9901444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bb3a205-1d61-4c04-a87c-326923f6dcf2/width=450/9901444.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U68ybvs:1FSL}HsoAVS20{WV]:j@1ZWV=Moe", "type": "image"}, {"id": 9898478, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7876428d-152f-4c79-afa3-b28184318793/width=450/9898478.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaI}hm%M_LRj%2WBRjoftkWUVuoMbbays.fi", "type": "image"}, {"id": 9898476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90a234ba-fd37-4c44-9030-0de8db38d3dc/width=450/9898476.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UXFF?UWU~TadjDoLbcWC$|oeNfWWWZjuoIay", "type": "image"}, {"id": 9898479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f4aa98d-2a16-46aa-a5cb-4192243fa586/width=450/9898479.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHM76}-o.kR+xEfkbvayu2R*rExZxtaye:of", "type": "image"}, {"id": 9899514, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d0d8673-4999-4ff7-ab8c-a78a0fb07cc6/width=450/9899514.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U5Ac-z~B_19u$i$*SNIp_LSzs.sA0fJ7-V$*", "type": "image"}, {"id": 9899515, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4230c2f6-47cc-4aca-ba4c-b656de462e4d/width=450/9899515.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UXKmwwRj.6afVajto|j[~nt6M|of#nWBNuWB", "type": "image"}, {"id": 9899517, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9433140e-03f7-4246-a638-7bfd8d852025/width=450/9899517.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMIh4@M|~oofRQayt7WB.7t6nioeRkofoJof", "type": "image"}, {"id": 9899516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed234d7b-0f76-4f08-a3af-9681d425ea34/width=450/9899516.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U59?2-s:0^oLX8jaxGjt1Yj?}aSLAoWVw|ja", "type": "image"}, {"id": 9899513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/626a28f0-a21b-4982-95b4-c967d6c51b9b/width=450/9899513.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCAw3aE3xv-ooff7R*of.A-os:I;jdR%xsR-", "type": "image"}, {"id": 9899518, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c767439-fecb-49e1-b2f1-907b5a0c1606/width=450/9899518.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDD9hvRPcuf6NIWWxZs.L3t7=FR,={sTEMOX", "type": "image"}, {"id": 9899519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9fde8e1-0f4f-4cc0-a9fa-26420e9f6126/width=450/9899519.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U68{Ue$j1cJ7+^njODbb1vbH|^WC2ZWV,XjZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/447333", "modelId": 401165} \ No newline at end of file diff --git a/datasets/metadata/447389.json b/datasets/metadata/447389.json new file mode 100644 index 0000000000000000000000000000000000000000..55cfb468e5e302af6a07fdaa97f6f59e2e1bc0b4 --- /dev/null +++ b/datasets/metadata/447389.json @@ -0,0 +1 @@ +{"id": 447389, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-14T22:46:43.393Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["DavyJonesLockerStyle"], "stats": {"downloadCount": 122, "ratingCount": 0, "rating": 0, "thumbsUpCount": 19, "thumbsDownCount": 1}, "files": [{"id": 367336, "sizeKB": 223101.66015625, "name": "DavyJonesLockerStylePony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T22:45:42.752Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E4C25763", "AutoV2": "2813B26C73", "SHA256": "2813B26C73CD449DE1AC530240BFA6C8AE1D02DB13AC6D1F77704F6F4510F165", "CRC32": "91335FF3", "BLAKE3": "0885E20418E43525EED909E57928FD9D1EA19F2FA55ED6605CC0FDE4B12FEDF2", "AutoV3": "98A9510FAC87"}, "downloadUrl": "https://civitai.com/api/download/models/447389", "primary": true}, {"id": 493006, "sizeKB": 489758.533203125, "name": "DavyJonesLockerStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:31:46.644Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0ACB53DC", "AutoV2": "CDF7C8F408", "SHA256": "CDF7C8F408B38282927C646B94FA1614E71C56E3D01A55C66D981C783F7C6FB0", "CRC32": "EA5CD139", "BLAKE3": "94726C48D9E873097B1FAB640063152698BD6DC89D2BC2627157CC15259CC518"}, "downloadUrl": "https://civitai.com/api/download/models/447389?type=Training%20Data"}], "images": [{"id": 9897903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d85345a-d5ff-48aa-8839-07c70285a13d/width=450/9897903.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAD0T2_2IoNG~q-;-=M|00W=ITRjo~M|0KWX", "type": "image"}, {"id": 9897883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e3f6d34-1699-4d35-9022-b1adc74208cf/width=450/9897883.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UG8raiMID4?^%~M|DPyC%fVsIUx]$gV@Naxa", "type": "image"}, {"id": 9897886, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8935ab4b-2704-4186-9087-8f87e7547820/width=450/9897886.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "URDS5boy57IV~VxaE1M{-pbbIon$X9s:V@ae", "type": "image"}, {"id": 9897887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df738c82-770d-485a-a6d0-d765a57268db/width=450/9897887.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDCP|%4T-opJx[E1xuWB00O[NeVrDN~VV@M|", "type": "image"}, {"id": 9897884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/479b5f40-a809-4b9a-be0f-b7368361c0fa/width=450/9897884.jpeg", "nsfwLevel": 1, "width": 536, "height": 960, "hash": "UBGT1?4?px00PX8{t6s.00m+i^x]Nf?GI;oz", "type": "image"}, {"id": 9897885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c7dd19d-b466-4c66-8769-61faed831f47/width=450/9897885.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UB9@bW_Nnh4T%g^+t6IV8_Mxbc?a9ZE1xuxu", "type": "image"}, {"id": 9897893, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a65abd65-b8a2-448c-8058-c6f3e0d3594a/width=450/9897893.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UVLqB|D+01s,~WNGNeaKD%RjM{x]EhV]Md%M", "type": "image"}, {"id": 9897892, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/400e2b69-9b10-4e3a-a42f-dc791f1675b8/width=450/9897892.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHFioi^+_NS5yE%LD%R*NG?HROWB^+xa-oof", "type": "image"}, {"id": 9897894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06ad6bf5-9749-452b-a768-4d2989c25a68/width=450/9897894.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHA13C?^%#?a?v.8-;%MM{snxajZjERjM|WB", "type": "image"}, {"id": 9897895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/858556b1-cf9a-4fe4-8e70-57c5729a8aaf/width=450/9897895.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQBg-]x]8_aL_4kXE2RkX,kCene.F{W;rraf", "type": "image"}, {"id": 9897889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04929954-6cca-4b0d-b95b-d9342373254a/width=450/9897889.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOHe@4_1KjRk?H%gtnbbJztlNHVs?wNe9Zs.", "type": "image"}, {"id": 9897900, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0cba2449-cb55-46c1-b78b-79d8ce110166/width=450/9897900.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UABhGy8wKkR*.TMdadVs00VY%0V[4pxDxuV@", "type": "image"}, {"id": 9897899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c2282b4-6c71-45bd-a310-0ec339f94151/width=450/9897899.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHE|*g*J4T9FyY_3N_I:q[.8MxE1={xb%MIU", "type": "image"}, {"id": 9897898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ed7f710-e1f4-43a8-b0c0-abd8df86f91b/width=450/9897898.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U38$zAHX00pIT{tk.lNN00XT.S%e00Q-nn%|", "type": "image"}, {"id": 9897902, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71a52331-09fd-40e7-a216-95503d850193/width=450/9897902.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UA85Wb_4t-j=_N?v%hb_$L.8xWad.8%haerq", "type": "image"}, {"id": 9897901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd6f266d-1ffe-4c14-9494-a18cc34cafc3/width=450/9897901.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEB;n9wu9Gb^%g.mXTIoDN%gtRM|o}MdxZRj", "type": "image"}, {"id": 9897904, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f184c8c6-573c-4ebb-9e12-ee5f1d0fd0e1/width=450/9897904.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UGDcE-~WNeR--;-;xaof00NdxuWA0K9FNGkC", "type": "image"}, {"id": 9897905, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b97cbcd-66ae-4215-9da0-c244680be2d6/width=450/9897905.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UCCai58_00xu9ctlx]RP00.8sWXT~UM{DjaK", "type": "image"}, {"id": 9897909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5cadc67-eecb-4301-b16e-f21973b673ed/width=450/9897909.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UHD[|lsm9uWX~WbINHayvykC9ua}WrbGD%f6", "type": "image"}, {"id": 9897913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8b44140-bece-47cb-9b35-c024d7624956/width=450/9897913.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UBCtLk?b4nM{_Nx]IoR*4TVsVqRjR6tSMxRP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/447389", "modelId": 401224} \ No newline at end of file diff --git a/datasets/metadata/447473.json b/datasets/metadata/447473.json new file mode 100644 index 0000000000000000000000000000000000000000..802d3ef70768654145e52bc3f11298302f8717ee --- /dev/null +++ b/datasets/metadata/447473.json @@ -0,0 +1 @@ +{"id": 447473, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-15T00:07:47.674Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 34, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 367421, "sizeKB": 27379.05859375, "name": "446986_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-14T23:55:37.024Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7321EFB8", "AutoV2": "C11CD69695", "SHA256": "C11CD69695654E11DFA374D598F537BD0968C2BBDE04A0DBB762A72E89C3278E", "CRC32": "A7B5BF44", "BLAKE3": "8388AE2285005615D8C2F4358408EF36E2CF3457E89A58796B807D31FBAC2D4B"}, "downloadUrl": "https://civitai.com/api/download/models/447473?type=Training%20Data"}, {"id": 367427, "sizeKB": 223103.03515625, "name": "Loona_Helluva_boss_attempt_3-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-15T00:01:00.659Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "98B2A377", "AutoV2": "6D6BF930EF", "SHA256": "6D6BF930EF588764F7DEFC15B1A776A9097661DFBC982B0B3CE36553D094E1A9", "CRC32": "39DB46CC", "BLAKE3": "3A64CE813FC5492012CB0569DD6F6120477CD0F59DD5ED7353AE0BDDCD438770", "AutoV3": "C32C19844F9F"}, "downloadUrl": "https://civitai.com/api/download/models/447473", "primary": true}], "images": [{"id": 9901183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48ebca45-36b0-49eb-bdb3-cf4b03a5be52/width=450/9901183.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UBKSxEQ8y@LM}[zVrDxvy@o~n%tR.ST{D%I.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/447473", "modelId": 401302} \ No newline at end of file diff --git a/datasets/metadata/447502.json b/datasets/metadata/447502.json new file mode 100644 index 0000000000000000000000000000000000000000..b8829babc9887225b407d9de79a3bd6fb5b6eb47 --- /dev/null +++ b/datasets/metadata/447502.json @@ -0,0 +1 @@ +{"id": 447502, "index": 2, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-15T00:32:55.354Z", "availability": "Public", "nsfwLevel": 13, "description": "felm, horns, dark-skinned female
for the character.
white dress, black shorts, long sleeves, choker
for her usual oufit.
bodysuit, thighhighs, elbow gloves
for bodysuit she had under armor.
No Black Knight armor in this version.
", "trainedWords": ["felm, horns, dark-skinned female", "bodysuit, thighhighs, elbow gloves", "white dress, black shorts, long sleeves, choker"], "stats": {"downloadCount": 104, "ratingCount": 0, "rating": 0, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 367446, "sizeKB": 111759.03515625, "name": "felm-pony-kohya4-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-15T00:26:17.144Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CB30548D", "AutoV2": "EF56AC8C31", "SHA256": "EF56AC8C3164734A3147A997A78C0B0467B7DF874AD5A6B9ECAF0A344F4878BE", "CRC32": "BACC67F1", "BLAKE3": "A5DD04CFF9E8B19305B0BDE994E705A39BF18013FAA5D63135D8AA2C85BA0794", "AutoV3": "9373F2087AC8"}, "downloadUrl": "https://civitai.com/api/download/models/447502", "primary": true}, {"id": 367476, "sizeKB": 72540.9814453125, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-15T00:50:41.544Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "20ADA72A", "AutoV2": "245575602C", "SHA256": "245575602C7C651CCCA860D8EB484F9EACFF52DEAE3EAF8C9CDAA90122D9DD43", "CRC32": "C6BBFFB3", "BLAKE3": "55F630A19222D7E6FA1102D330278BC6F07AA48F51FB441EC5722A4E44D8131E"}, "downloadUrl": "https://civitai.com/api/download/models/447502?type=Training%20Data"}], "images": [{"id": 9902530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dff36efe-da13-429e-9562-4f9cafd00ff4/width=450/9902530.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UTI?Q2kWBxtRUHS5-;WV4=Rkw5ay%zNHI9j]", "type": "image"}, {"id": 9903146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/661dea2c-a948-435c-9215-7249ee277712/width=450/9903146.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UUJlNGxFG4O8*J$xxvW=IaxtxJf9%z%3IURk", "type": "image"}, {"id": 9902688, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe67c4d5-d9e1-4f86-9bff-f3db2fb9b993/width=450/9902688.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "USHMlIt90]X7UZohg0ofM.j^#sog.AogR7j[", "type": "image"}, {"id": 9902563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b383fd4-7ceb-4d1e-8590-1b9a533dc44d/width=450/9902563.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UqJHmyt6?at7pMj]NgkCbLfkRka#t2bGxVoe", "type": "image"}, {"id": 9902594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e39efca7-5bd5-4758-8758-7ec7bd447c4c/width=450/9902594.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UTI}60DP-kn~_MrWxCaeK6-mRQjYtOxaV?jZ", "type": "image"}, {"id": 9902656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d31f12d0-139b-4db8-889c-7d26ad8e3ab5/width=450/9902656.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "URGlti%KYKf$*0oufkk9t-t6V[oetUs;sps;", "type": "image"}, {"id": 9902763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1654dea0-0e19-4efb-943c-b471a767016c/width=450/9902763.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "UoM?IsxZ-,xs}=aLwuV[IVa#Ipaf%0ofbboe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/447502", "modelId": 401324} \ No newline at end of file diff --git a/datasets/metadata/447592.json b/datasets/metadata/447592.json new file mode 100644 index 0000000000000000000000000000000000000000..c90f17f62996f6657a35903e4b63050079491d4b --- /dev/null +++ b/datasets/metadata/447592.json @@ -0,0 +1 @@ +{"id": 447592, "index": 0, "name": "Carrie Fernandez", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-15T02:44:44.877Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 68, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 367535, "sizeKB": 336.578125, "name": "447592_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-15T02:00:44.075Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "DD559D8270", "SHA256": "DD559D827065508F607FB61C643DC34C3FA3ED19402B418D50EC6ED9759DC806", "CRC32": "17D1F1DE", "BLAKE3": "01DE84DE468DAD8C29BC89AF81C9F5BFECE744933CC678A67114174C7CFA83EB"}, "downloadUrl": "https://civitai.com/api/download/models/447592?type=Training%20Data"}, {"id": 367575, "sizeKB": 223101.48828125, "name": "Carrie_Fernandez.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-15T02:45:49.748Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "270FD4DC", "AutoV2": "D73AA593F3", "SHA256": "D73AA593F328528E21DBBED641E5396D60FB95E8A2F88A71AD02B40771E74361", "CRC32": "E91283CA", "BLAKE3": "DA50CD393A9BB420F2FB82AB6E3AD8A26A93F9189DD18CCB7881A3F945468C9C", "AutoV3": "96363346A27C"}, "downloadUrl": "https://civitai.com/api/download/models/447592", "primary": true}], "images": [{"id": 9910502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f44cef6b-a95d-4efe-bb49-be4cdf8fe396/width=450/9910502.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6Hnd9xH~p-:-pbHNGbHx]ofIoNHr{nj$xj=", "type": "image"}, {"id": 9910598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ed040b2-f600-4344-8b8a-6d1ad233f065/width=450/9910598.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5Hd,Gxu~q-o-pazNGkBx]oLIVR*jLoLxVfk", "type": "image"}, {"id": 9910661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b284ea9b-e611-42d4-b2f3-b54542180c7c/width=450/9910661.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4E_~:xuO%t5~DjZ5Obarqj@K5R+Rqay%Ij]", "type": "image"}, {"id": 9910922, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/381eed48-55b8-459d-91e4-e03363bf4b00/width=450/9910922.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8GR-pxu4.%L~XjuNFWoROoe9ZIoM}azR$f5", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/447592", "modelId": 401417} \ No newline at end of file diff --git a/datasets/metadata/447883.json b/datasets/metadata/447883.json new file mode 100644 index 0000000000000000000000000000000000000000..cc7722f599f82558e13fdef63840d08386fb06b6 --- /dev/null +++ b/datasets/metadata/447883.json @@ -0,0 +1 @@ +{"id": 447883, "index": 0, "name": "VHSBoxPDXL", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-15T07:08:02.705Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["vhs-box"], "stats": {"downloadCount": 44, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 367813, "sizeKB": 6019.31640625, "name": "447883_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-15T06:20:45.877Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E97D8BCC", "AutoV2": "51C57F36EE", "SHA256": "51C57F36EEB63B47951902E7F28337E2658843E05EFBE8C242EE082C3D36F68B", "CRC32": "226A516F", "BLAKE3": "141524CF8491F801D814E86BA2AE5E478F94D47B0071663DB5E1599815A051AF"}, "downloadUrl": "https://civitai.com/api/download/models/447883?type=Training%20Data"}, {"id": 367856, "sizeKB": 223108.66796875, "name": "VHSBoxPDXL-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-15T07:05:37.386Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "14B34B85", "AutoV2": "59A64F715E", "SHA256": "59A64F715E422621A9C27EAAE6F523F6DA31A56CBB51AB832B47D9A1F1D03651", "CRC32": "C6F96043", "BLAKE3": "FB95B67A35DC298B163EBC1B06550D86C6BA0C2BB83A9918DC7A8F60E12C2C54", "AutoV3": "48C6E4AFF00E"}, "downloadUrl": "https://civitai.com/api/download/models/447883", "primary": true}], "images": [{"id": 9922137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb65a90c-7971-46c6-a253-34bd4311be10/width=450/9922137.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJL;Nhxu_Nt7xZfQWCayyDayMxj[xvayn#j[", "type": "image"}, {"id": 9922134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfedc95c-8367-430e-b39e-035d2bfc4ef4/width=450/9922134.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDF5v,0L4:~V^kELIo={4oShoyr?MxRjWWog", "type": "image"}, {"id": 9922139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6c0b379-0b09-4e62-9cb1-ed65336f4ec3/width=450/9922139.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6F5px%22vt7_MWB8{WC7yoz:+jF*zWBPTae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/447883", "modelId": 401691} \ No newline at end of file diff --git a/datasets/metadata/448142.json b/datasets/metadata/448142.json new file mode 100644 index 0000000000000000000000000000000000000000..cbeca5c544cb796bd955ad44802f9b70c0ed3bb5 --- /dev/null +++ b/datasets/metadata/448142.json @@ -0,0 +1 @@ +{"id": 448142, "index": 0, "name": "ova", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-15T12:32:39.216Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": ["nonoa momose, short hair, brown hair, brown eyes, braid, ahoge, twin braids,", "skirt, school uniform, short sleeves, vest, plaid, plaid skirt,", "skirt, thighhighs, bow, bare shoulders, pleated skirt, detached sleeves, japanese clothes, wide sleeves, white thighhighs, zettai ryouiki, red skirt, ribbon trim, nontraditional miko, ribbon-trimmed sleeves, miko,"], "stats": {"downloadCount": 316, "ratingCount": 0, "rating": 0, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 368163, "sizeKB": 223117.41796875, "name": "nonoa-momose-ponyxl-lora-nochekaiser.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-15T12:06:10.400Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B10CEB9E", "AutoV2": "0FD058E348", "SHA256": "0FD058E34846AA59FA6DFE5CE9F650D7ABF6296B04813599E99A34E09DDA8635", "CRC32": "CD0B495A", "BLAKE3": "F17ED30CCAA3FEDB057B7DBE7D29EA1E197960C76394381DE2FDD73E74BA917E", "AutoV3": "41B313BBF733"}, "downloadUrl": "https://civitai.com/api/download/models/448142", "primary": true}, {"id": 368203, "sizeKB": 616884.3154296875, "name": "nonoa momose.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-15T12:36:25.567Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "81F797BC", "AutoV2": "DD7CF56080", "SHA256": "DD7CF56080FF50F46FA02A56D071AA47F272B81D7FA647DE5626406CCD3899F6", "CRC32": "72B3841D", "BLAKE3": "DDB5987212B45DC1EDFC0E5E521B62B7B4CECF5A3E4376210227DA38C2BED595"}, "downloadUrl": "https://civitai.com/api/download/models/448142?type=Training%20Data"}], "images": [{"id": 9934565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5439e692-6139-4df2-b090-fd0d07791244/width=450/9934565.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "USK,ES~CX8-o56xFVskCMyWV-;bbMyoeozjF", "type": "image"}, {"id": 9934566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b600792-42fa-4b63-b6fc-31f097096cf1/width=450/9934566.jpeg", "nsfwLevel": 8, "width": 1152, "height": 896, "hash": "UQKA=;9X5PI.4T~V-oOBJP-n-:%MNxwwofni", "type": "image"}, {"id": 9934569, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4df1a508-6ff1-4c5f-8764-610d4ff79dc9/width=450/9934569.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UFK^4{S32;kq0J57IVD%^jIo%zxu~pxao}xa", "type": "image"}, {"id": 9934567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c4bfccd-fbd3-41e5-93c0-870bc4f6b1bf/width=450/9934567.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UPK-E_Wk0ytQ00~U%KJQxs%e?atQx=t3kCxt", "type": "image"}, {"id": 9934568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0e8f85d-1e87-49c2-b183-fd2b4dadf342/width=450/9934568.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "ULJjl09F0yI;?t0|S4Mx9Z$*nSRP~Vr?oyR*", "type": "image"}, {"id": 9934570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/360bd089-be7c-413b-a250-c4b8592df9c6/width=450/9934570.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UKLy.h^P?a~W00_2-VxGTJoz-oIBjFiwaykW", "type": "image"}, {"id": 9934575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfe8eb15-b266-4359-82e1-ddbe30d32f1e/width=450/9934575.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "ULLp?S.R0xkp00-nX,xa~o?a~pNx?Ze?RQni", "type": "image"}, {"id": 9934576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7f5b8fe-fae1-4186-8bf2-44872886fcfd/width=450/9934576.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U9L3lhyrBo000000Mc9]Hr~W-:%gvM?u_M$i", "type": "image"}, {"id": 9934574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/930c54d4-f241-4495-90c4-3524f2e839bb/width=450/9934574.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UCLf,WE201t,-,zq,[_MMcNH?bE1~CS}IVR%", "type": "image"}, {"id": 9934573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ee57544-99a2-45ad-b901-9cb4d3541523/width=450/9934573.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "ULKT}LbX0LX300~W%LOT.S%f^+xs?uW=M}t3", "type": "image"}, {"id": 9934577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db2a33cf-a1b2-43dd-9c56-7495c66c8ab4/width=450/9934577.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UFK,jYv|0KyE?G;2={~qI.IB~UK5=|WU9]t7", "type": "image"}, {"id": 9934578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92219257-0cce-439e-86b9-2699e3677359/width=450/9934578.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UFLfw30fAH8w01DiDj~p0L-;-p?G00XmNurr", "type": "image"}, {"id": 9934579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b764458-b232-4357-8a3c-f2b39875fe31/width=450/9934579.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UJKmLf~qI;8{00IA={XS9a4.-UX7={Or?aV@", "type": "image"}, {"id": 9934584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/380422f7-4bfa-44d7-8575-0e31bee17608/width=450/9934584.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UTJtF?~B9GE2O8-TwJoeX4NbxuR*?Hx[EMo3", "type": "image"}, {"id": 9934582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ca645f1-f9b7-4427-bfe4-0229b2a30e9f/width=450/9934582.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UNJ%%u}[GZu4kn$%IVxHIAV?%1n#~VX8%fx[", "type": "image"}, {"id": 9934653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f3e4a9e-2b30-4601-bebf-c016d774c5c3/width=450/9934653.jpeg", "nsfwLevel": 8, "width": 1152, "height": 896, "hash": "UOKKp4Dg5PxT4T~o-:KMM_%L={oyRkRjt7xa", "type": "image"}, {"id": 9934583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/607d035b-b6be-41fe-840e-ed4c584d7d07/width=450/9934583.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UALMt?00k=K*00pcDh009F9a?v={^+IU~p~W", "type": "image"}, {"id": 9934656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc488061-4065-43d2-a99c-5a13ee247728/width=450/9934656.jpeg", "nsfwLevel": 8, "width": 1152, "height": 896, "hash": "UUJ@,oMcADIo9E~W?GI;NGtR-p-pxuahWFt8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/448142", "modelId": 401925} \ No newline at end of file diff --git a/datasets/metadata/448162.json b/datasets/metadata/448162.json new file mode 100644 index 0000000000000000000000000000000000000000..7574c052dc42d5276a96626d3277692af07f8961 --- /dev/null +++ b/datasets/metadata/448162.json @@ -0,0 +1 @@ +{"id": 448162, "index": 0, "name": "TESTING", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-16T09:04:33.814Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 43, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 384966, "sizeKB": 7634.0908203125, "name": "AYLMAO.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T20:36:54.639Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F6C2EB62", "AutoV2": "395007F8A8", "SHA256": "395007F8A8E8E26D07E8CAA542FBECA4B0F5E611F5B8753B6AB3DE31B9B73F90", "CRC32": "AC1175C5", "BLAKE3": "99076A2867B24DF8F225A0A7B856C392984D9563BA2AD6E3B7F877A109C6D01C"}, "downloadUrl": "https://civitai.com/api/download/models/448162?type=Training%20Data"}, {"id": 369713, "sizeKB": 223101.55859375, "name": "TESTING-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-16T08:51:38.024Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AC547017", "AutoV2": "50A2077353", "SHA256": "50A2077353273DE9AAC1D848E80C37C2F8FE4CF5278E29F53AB9AF8FCCE65595", "CRC32": "260E95BC", "BLAKE3": "EAF397CCC326F3646EB6789150172337EAE86F92A11101F50BE7DBE176407DD0", "AutoV3": "7427B3946CE9"}, "downloadUrl": "https://civitai.com/api/download/models/448162", "primary": true}], "images": [{"id": 10002434, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/094d783e-7148-419b-968d-1a6750288092/width=450/10002434.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTE~HRM{8J%g03ni-qR*cFpI$fRi%$X9Mxn$", "type": "image"}, {"id": 10002435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49f08a90-1f70-4d90-b052-d31f4e7c95db/width=450/10002435.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAErFRTL1mIU8_t7~qIo0NWA^O-;u6WA9E%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/448162", "modelId": 401941} \ No newline at end of file diff --git a/datasets/metadata/448567.json b/datasets/metadata/448567.json new file mode 100644 index 0000000000000000000000000000000000000000..88900a56916c16ba2f06465ac2fe1a255456785b --- /dev/null +++ b/datasets/metadata/448567.json @@ -0,0 +1 @@ +{"id": 448567, "index": 1, "name": "Yebenya SD1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-15T19:07:14.584Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": ["yebenya"], "stats": {"downloadCount": 82, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 368789, "sizeKB": 73909.2578125, "name": "Yebenya_SD1.5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-15T19:06:29.556Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7AAB9925", "AutoV2": "6133AE90AB", "SHA256": "6133AE90AB47B61EE4C444ECB316A0FE3539840E9B5405E13088E1E111D9FF09", "CRC32": "821B49C3", "BLAKE3": "533942E0FAE6337E2E0BC778E7F22DD71B156BDA99535FF360B36818F28B5B92", "AutoV3": "4C90BB67B847"}, "downloadUrl": "https://civitai.com/api/download/models/448567", "primary": true}, {"id": 368385, "sizeKB": 28837.4375, "name": "448567_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-15T14:41:18.247Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "87CFBFE6", "AutoV2": "5E117AE791", "SHA256": "5E117AE791945F56F0C7AAA5766102457D9C78EADD91997AB6F04F2C9281D056", "CRC32": "64071167", "BLAKE3": "88FC552DC240F6C0B0EC6CA0B701A87964FFC6249DA7718050DDFFABA1E4FD0A"}, "downloadUrl": "https://civitai.com/api/download/models/448567?type=Training%20Data"}], "images": [{"id": 9958615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f501f3a7-72bc-4c59-9898-4a681fb7844c/width=450/9958615.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UqINdDWXIpjZ~AR*NHoL?Gj[s:WCEMoKxZWW", "type": "image"}, {"id": 9958633, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/546654a9-480d-4df0-8897-20ac8563c42a/width=450/9958633.jpeg", "nsfwLevel": 1, "width": 3168, "height": 3373, "hash": "UlMQ#A~q_3%M%MRkayWB%MV@Rjay-;WBWAfQ", "type": "image"}, {"id": 9958616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04739386-21f0-4c9b-a48f-fec350149858/width=450/9958616.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UWH-[Js;n|kD_Nf6R*oex^a{WYax%fjsj]az", "type": "image"}, {"id": 9958618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1722775e-6d40-45da-b8f1-d96edb6f79d7/width=450/9958618.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UJGIM+%L00NG_NWCMxxu.8ofRPD*xuaeozt6", "type": "image"}, {"id": 9998352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c22d0f5-6d3d-44eb-b526-554a275026a7/width=450/9998352.jpeg", "nsfwLevel": 8, "width": 2880, "height": 3947, "hash": "UnJRU6~q_3?ctRjZayjZxubHWBaekCjsbHj[", "type": "image"}, {"id": 9998382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4153a5d6-b13a-4efb-a02b-c154a6bebc44/width=450/9998382.jpeg", "nsfwLevel": 8, "width": 2880, "height": 4021, "hash": "UlI5JQ~q~q?cx]WAf7e.%MRjWVWBx]WBayjZ", "type": "image"}, {"id": 9999028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89410d3e-18f8-47e5-b9eb-6e1c9dbea498/width=450/9999028.jpeg", "nsfwLevel": 8, "width": 2880, "height": 3947, "hash": "UjIOe8~q~q_3-;RkWBWV%MV@WBRj%LayWVWB", "type": "image"}, {"id": 10000532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d68aa61d-1b4f-438c-9542-339dfa0a5e72/width=450/10000532.jpeg", "nsfwLevel": 8, "width": 960, "height": 768, "hash": "U9En*E0hVsba0T}?NGV@ZiOY$#j@_1RnI:s.", "type": "image"}, {"id": 10000826, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/688ad2db-d4c2-4aac-b1ad-ba58cfe04e45/width=450/10000826.jpeg", "nsfwLevel": 8, "width": 960, "height": 768, "hash": "UiF=%N9FW=s-~qIUjtof%MofRjt7xuofRjoz", "type": "image"}, {"id": 10000831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae005fb2-bd1b-4c35-ae82-451cb7eb0636/width=450/10000831.jpeg", "nsfwLevel": 8, "width": 960, "height": 768, "hash": "UoGI4UNGM{WB~WR*RjfkxZj@f5of$$WVjZfk", "type": "image"}, {"id": 10000837, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/079814c2-738a-40b6-af62-89bb9ebde5d2/width=450/10000837.jpeg", "nsfwLevel": 8, "width": 960, "height": 768, "hash": "UkGtsRWVNHWC~BayWBj[XSo0o0oLbbjtayj[", "type": "image"}, {"id": 10000858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7c78335-0522-493a-89c5-203821f9bc4b/width=450/10000858.jpeg", "nsfwLevel": 8, "width": 960, "height": 768, "hash": "UlF#t5NHNGWB~VWBRja}-UaxWBof-nWCaxj]", "type": "image"}, {"id": 10000861, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f27d64b6-3a73-4d06-aa95-fd2f9f6503c4/width=450/10000861.jpeg", "nsfwLevel": 8, "width": 960, "height": 768, "hash": "UeE{CDWVIpWB~WfkR*f6xaj[WWt6oKWBWCof", "type": "image"}, {"id": 10000863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed38bf55-c353-410b-9b88-139e171f5431/width=450/10000863.jpeg", "nsfwLevel": 8, "width": 960, "height": 768, "hash": "UdFFjTozIURP~qjtM|R*ozWAoeofofWBjtof", "type": "image"}, {"id": 10000865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b631d790-84df-40c2-a374-b6dce244e007/width=450/10000865.jpeg", "nsfwLevel": 8, "width": 960, "height": 768, "hash": "URD+;?01bIRP~qD%oLWB%MV@WBt7%MRjWBt7", "type": "image"}, {"id": 10000870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2df1403d-442c-4e19-8072-f94dae5f45b5/width=450/10000870.jpeg", "nsfwLevel": 8, "width": 960, "height": 768, "hash": "UpF}ZcW=RjRk~BWWWBWV-UWCWBof-nWWaea}", "type": "image"}, {"id": 10000875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f523069-95fb-4530-afad-5f731c9214b5/width=450/10000875.jpeg", "nsfwLevel": 8, "width": 960, "height": 768, "hash": "UjFrt]NHIUe.~qR*Rjf6t6WBayofn%WBayof", "type": "image"}, {"id": 10000883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/281d7d6b-35bc-4717-b0d2-22880a266757/width=450/10000883.jpeg", "nsfwLevel": 4, "width": 960, "height": 768, "hash": "UdEV1#ShRjRj~CWXWBay%1R+WBs:-US4aefk", "type": "image"}, {"id": 10000892, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6b10e46-4d8b-4bae-833c-0b389490d408/width=450/10000892.jpeg", "nsfwLevel": 8, "width": 960, "height": 768, "hash": "UXEB+|ofNGNG~BjsR*WCxZWBWCs:oyWCays:", "type": "image"}, {"id": 10000897, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d880a529-47d8-44b5-8672-89926489c058/width=450/10000897.jpeg", "nsfwLevel": 8, "width": 960, "height": 768, "hash": "UoFFBMxYRijY~Vs.V@j[-VoKfPofxZoJj[of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/448567", "modelId": 402294} \ No newline at end of file diff --git a/datasets/metadata/448826.json b/datasets/metadata/448826.json new file mode 100644 index 0000000000000000000000000000000000000000..551401302b0c5323098035348ee7aa85b9ae1af8 --- /dev/null +++ b/datasets/metadata/448826.json @@ -0,0 +1 @@ +{"id": 448826, "index": 0, "name": "Macro Trash SD15", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-16T10:53:02.329Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": [], "stats": {"downloadCount": 108, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 369846, "sizeKB": 73860.0078125, "name": "Macro_Trash_SD15-000031.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-16T10:45:45.028Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5306E8C6", "AutoV2": "005F9BE1AD", "SHA256": "005F9BE1ADD97237341B163ED7A687FFA2E36DAEBCC75434053A137FF62C61DE", "CRC32": "D65CB7B1", "BLAKE3": "549E90DE48957A318C5DCF2EA033C8E8C8692C857BECBCFBA6B0201887CD8ED3", "AutoV3": "225E3F34D1F2"}, "downloadUrl": "https://civitai.com/api/download/models/448826", "primary": true}, {"id": 368617, "sizeKB": 5975.82421875, "name": "448826_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-15T17:31:03.146Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "955EEBC7", "AutoV2": "8E467DA094", "SHA256": "8E467DA09429DEEE90A902A064EBD3972284535B2D8FD0FC768458CCD6662B19", "CRC32": "23C4196F", "BLAKE3": "3F32CAEAE898A78C57780A93289E210B80ADE177153BA11839E983BE3DAEDD23"}, "downloadUrl": "https://civitai.com/api/download/models/448826?type=Training%20Data"}], "images": [{"id": 10007379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9711d60-2725-4c43-bb34-77299417f162/width=450/10007379.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCEff#_NWZ%M%NITIAIU00Rjt8xu4TtRxvt6", "type": "image"}, {"id": 10008975, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04cb301a-6430-4e8e-965f-43270e92459a/width=450/10008975.jpeg", "nsfwLevel": 1, "width": 960, "height": 768, "hash": "UgD0W9ofIUWB_NfQRjfQ%gayWCofofayj[j[", "type": "image"}, {"id": 10007400, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac800210-61d2-421e-a170-de29bf901be0/width=450/10007400.jpeg", "nsfwLevel": 1, "width": 960, "height": 768, "hash": "URBgG6.8IUfQ_N%NRPaz%Mt7V@jtt8axRjj[", "type": "image"}, {"id": 10007391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/926c2e8d-d11e-46a5-b603-dd2c5eb09a47/width=450/10007391.jpeg", "nsfwLevel": 4, "width": 960, "height": 768, "hash": "ULBDc,x]RkIA_Nxut8IU-;t8tRRijZt7t7WB", "type": "image"}, {"id": 10007377, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e27d6f09-93da-410c-81b8-7dd873cf4128/width=450/10007377.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U3A]~Q?uSPRk01%3?a%L~79fM}WVIS?bR,s;", "type": "image"}, {"id": 10007376, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64af4848-bba8-4eb4-b931-302fe200c28e/width=450/10007376.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UAE-t0^P0LNaU}NGKcjb5:JAM{$jBNxZ}u-W", "type": "image"}, {"id": 10007663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f95f2ca3-a6f9-4069-9651-65ef04f2e6e0/width=450/10007663.jpeg", "nsfwLevel": 8, "width": 960, "height": 768, "hash": "UVCGV=D%IUxu_NIUM{t7x]WBV@ayxtozRkV@", "type": "image"}, {"id": 10007666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/016a4a9b-0a14-4870-9152-297c9b37bc3b/width=450/10007666.jpeg", "nsfwLevel": 8, "width": 960, "height": 768, "hash": "UIBg6zD%4nxu_NM{ITtR%NRPRjoz~qM{M{f6", "type": "image"}, {"id": 10007667, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/722378e0-daf5-4d4f-bb1d-8528d02585d5/width=450/10007667.jpeg", "nsfwLevel": 4, "width": 960, "height": 768, "hash": "UWBzILWBIUf6_NWBM{ay-;ayaybGxuayj]j[", "type": "image"}, {"id": 10007669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81f4a186-4d61-4cff-8e16-3c73b93762e0/width=450/10007669.jpeg", "nsfwLevel": 8, "width": 960, "height": 768, "hash": "ULBpkH-;E1M{NHozt7ay9GRjxut7~pxuM|WB", "type": "image"}, {"id": 10007670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/322c8c67-51e4-4914-915c-d14406f636db/width=450/10007670.jpeg", "nsfwLevel": 8, "width": 960, "height": 768, "hash": "ULA,,y8_Io-p_NDiWB%M%gM{aet7-;WBRPj[", "type": "image"}, {"id": 10007675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87122e9c-eccc-44b4-86fa-0158e5ca76bc/width=450/10007675.jpeg", "nsfwLevel": 4, "width": 960, "height": 768, "hash": "UC9tM$V@00xu_NayD$t8?cWVIUbG~qj[IUWB", "type": "image"}, {"id": 10007686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adda514b-7cc8-4389-9139-6eb5814368b1/width=450/10007686.jpeg", "nsfwLevel": 8, "width": 960, "height": 768, "hash": "UZCQ3@RjIUoL_NWARPa{%gaeaya|t7aya|j[", "type": "image"}, {"id": 10007697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f27244d6-8476-43f5-afba-77f115c0d9eb/width=450/10007697.jpeg", "nsfwLevel": 4, "width": 960, "height": 768, "hash": "UaCGfIV@IUj[_NWBRjj[%gayfQayofj[j[j[", "type": "image"}, {"id": 10007699, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71eb6bdf-d7d5-4566-af2c-ca59a0e13f5d/width=450/10007699.jpeg", "nsfwLevel": 8, "width": 960, "height": 768, "hash": "UZBzRlRPIUoL_NRjM{j[%Nayaea{ofofj[ay", "type": "image"}, {"id": 10007705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdf872e8-f4ab-440c-b61d-217308c9acab/width=450/10007705.jpeg", "nsfwLevel": 8, "width": 960, "height": 768, "hash": "USBN1eD%IUxu_NIUM{t7%NWBRjay%2ozRjWB", "type": "image"}, {"id": 10007706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47a7f36e-0d6b-45ba-9bf2-d92a49ad0af1/width=450/10007706.jpeg", "nsfwLevel": 4, "width": 960, "height": 768, "hash": "UbC6_gWBIUjZ_NWBRPfQ%NWBayj[t7afj[j[", "type": "image"}, {"id": 10009094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f010c04d-d2bc-490e-bff0-e108fdc94e66/width=450/10009094.jpeg", "nsfwLevel": 1, "width": 960, "height": 768, "hash": "UiDvsAofIUWA_NayRjj[%MWBayofayayj@j[", "type": "image"}, {"id": 10009095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc256db9-44ce-43d0-b8e9-5eda696de77f/width=450/10009095.jpeg", "nsfwLevel": 1, "width": 960, "height": 768, "hash": "UWCZkc%MIUV@_Nt8RjbH-=WBWBt7xuRjjZof", "type": "image"}, {"id": 10009101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a1cf1c9-7336-4edf-afce-19a76cb30854/width=450/10009101.jpeg", "nsfwLevel": 1, "width": 960, "height": 768, "hash": "UiD,Dxt7IUV@_NayRjj[%NWBayoffkaej[fk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/448826", "modelId": 402537} \ No newline at end of file diff --git a/datasets/metadata/448916.json b/datasets/metadata/448916.json new file mode 100644 index 0000000000000000000000000000000000000000..73c1273ec77693172a31f65b7eb6b3cfd81a8b21 --- /dev/null +++ b/datasets/metadata/448916.json @@ -0,0 +1 @@ +{"id": 448916, "index": 0, "name": "Edgar_15_04_24", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-15T19:16:08.819Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 19, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 368705, "sizeKB": 20775.212890625, "name": "448916_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-15T18:16:05.154Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BCA60C13", "AutoV2": "3CD04F3E76", "SHA256": "3CD04F3E7624AC972A1D8F12FC932200F10E5F151B69BA749846360D160C27FA", "CRC32": "85A10DE4", "BLAKE3": "8C361C03FCEAA23A074768F23B90A0A89BEB0167841835700477E58825287B86"}, "downloadUrl": "https://civitai.com/api/download/models/448916?type=Training%20Data"}, {"id": 368806, "sizeKB": 36992.5703125, "name": "Edgar_15_04_24-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-15T19:15:52.291Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A3411BF7", "AutoV2": "78F68B65AF", "SHA256": "78F68B65AFE4701FA780F1493F56E6F60EC791F834CA3A644DF4C863BA7B9FBD", "CRC32": "325A60F4", "BLAKE3": "DD07A8A98D2554949291BE52A510831AC873816D905EF755A4CEC4188A1F56A0", "AutoV3": "E0A3A99A3B45"}, "downloadUrl": "https://civitai.com/api/download/models/448916", "primary": true}], "images": [{"id": 9959045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77ab3fcb-c483-4ee2-9452-78c9538fcaf2/width=450/9959045.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U01{Ngaf9FIU%2ofE1WB9Fay%Mt7D%WB-;of", "type": "image"}, {"id": 9959046, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a1316b0-7981-442e-b586-4d292bf802c5/width=450/9959046.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UDEyGF?v56Q,~pxZV@RP00I9%2x^D%NHxux]", "type": "image"}, {"id": 9959047, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/362a5149-4df3-4d3e-92e2-eed6c99a6f6e/width=450/9959047.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U24--4%M00D%~Vxa4:E1i^s.f+M|57WU?Gs:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/448916", "modelId": 402609} \ No newline at end of file diff --git a/datasets/metadata/448951.json b/datasets/metadata/448951.json new file mode 100644 index 0000000000000000000000000000000000000000..3e7a1f61424b551d9b320f54c535902245aabd85 --- /dev/null +++ b/datasets/metadata/448951.json @@ -0,0 +1 @@ +{"id": 448951, "index": 0, "name": "v2.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-15T20:01:07.698Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 387, "ratingCount": 0, "rating": 0, "thumbsUpCount": 86, "thumbsDownCount": 0}, "files": [{"id": 368733, "sizeKB": 95670.87890625, "name": "448951_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-15T18:30:55.677Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CA865E1C", "AutoV2": "89DEA80F68", "SHA256": "89DEA80F68D20F15EB425932E3D8BA3F4733E175B6C7241CED18ABCC6D5A84BC", "CRC32": "FD26962A", "BLAKE3": "1DD752C17C9B0EDF4DF3ED121F225402550AFE028979776623085F7E64C8520E"}, "downloadUrl": "https://civitai.com/api/download/models/448951?type=Training%20Data"}, {"id": 368854, "sizeKB": 223104.79296875, "name": "Furry_Mare_Lora_v2-000015.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-15T19:50:44.990Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A49E34C9", "AutoV2": "BCF6B30F8E", "SHA256": "BCF6B30F8E4B79A60F8159BF695AA40486B98299EAEBDCED7EE96E44C2DAF248", "CRC32": "59ACA494", "BLAKE3": "8E7E4D7FC095D870A08A93C71AB43444C35B37A6932D168B551F3C032DF8F170", "AutoV3": "27004B6ECDE8"}, "downloadUrl": "https://civitai.com/api/download/models/448951", "primary": true}], "images": [{"id": 9961835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f19ed376-c63c-42cb-9b76-c81020cb12de/width=450/9961835.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UMLzEY~Bpx_M_N-ow^%ME2xujYWX-;xutRM{", "type": "image"}, {"id": 9961840, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c22de27-672e-4d34-9551-a236a47e5ac5/width=450/9961840.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UmG8=rxu-;%M~pofxubH?bWBWBay%Ms:WBWV", "type": "image"}, {"id": 9961848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a220ee22-d567-422f-a185-cf18ebb4438e/width=450/9961848.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBIq.RE3?b~p~p00D*xuXSxuoL4oNLjr^*D%", "type": "image"}, {"id": 9961858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4962a81-dd53-4379-ac42-0a9cc5a9767a/width=450/9961858.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UMJ7wB~VF3#+0LIqo}xuF|b_rqS54:Mx%1V@", "type": "image"}, {"id": 9961864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9970fed5-8f4d-4b0e-b8a0-ce2fff25ff89/width=450/9961864.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "USMP,gt6XojF~qWCMxRjGIax%1Rj^%f5M{Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/448951", "modelId": 402643} \ No newline at end of file diff --git a/datasets/metadata/449076.json b/datasets/metadata/449076.json new file mode 100644 index 0000000000000000000000000000000000000000..40a3a56f4327724539da0ba1ddfc28ee475fb24a --- /dev/null +++ b/datasets/metadata/449076.json @@ -0,0 +1 @@ +{"id": 449076, "index": 0, "name": "Killision (subverse) [PonyDiffusion]", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-15T21:28:08.844Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 166, "ratingCount": 0, "rating": 0, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 368985, "sizeKB": 223101.67578125, "name": "Killision_subverse_PonyDiffusion-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-15T21:30:34.445Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A56562FF", "AutoV2": "8C19865BC6", "SHA256": "8C19865BC67239E85FF5BF7B7D254404305A1A860B3279C763282DE9CCDC88A3", "CRC32": "B52FDE29", "BLAKE3": "7D0557A0F82E26AEE399C7F144EA9ECD1D15C26A03EAB356CF205A1CC2F185F9", "AutoV3": "DE3ACA7AE0C5"}, "downloadUrl": "https://civitai.com/api/download/models/449076", "primary": true}, {"id": 368900, "sizeKB": 7335.958984375, "name": "449076_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-15T20:25:59.141Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "27A11F13", "AutoV2": "4F628A345A", "SHA256": "4F628A345A22D2F5B176A6A53775C0FDEB237A819DCE977C5FC3FC51916DE07D", "CRC32": "217A7662", "BLAKE3": "60872053FE4BA7B8C887C5AD3F6E486AB6AC28959152D1FC42B8FE7BE888CFEC"}, "downloadUrl": "https://civitai.com/api/download/models/449076?type=Training%20Data"}], "images": [{"id": 10128598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/536bed09-dd1f-4476-895c-02d0ea32a813/width=450/10128598.jpeg", "nsfwLevel": 2, "width": 1152, "height": 1920, "hash": "U7A[fskC1hwet8oLbYS20gNa|@xGRjW;V@f6", "type": "image"}, {"id": 9969241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bff7301-9d04-413c-940a-b224dc7c50d9/width=450/9969241.jpeg", "nsfwLevel": 8, "width": 1440, "height": 808, "hash": "UDEeV~00Sx_N*0H?M{-p01%gnlD*4Tt,W=Di", "type": "image"}, {"id": 9969251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/baacf17d-19fe-4603-a8ee-bda5ad9f6ee2/width=450/9969251.jpeg", "nsfwLevel": 8, "width": 1440, "height": 808, "hash": "UGF=2NaK0e~p%~M{IAtR9tkX-pIUQ-t7tlIU", "type": "image"}, {"id": 9969246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6429fe44-1684-49e7-a0e8-a499b42ba378/width=450/9969246.jpeg", "nsfwLevel": 16, "width": 1440, "height": 808, "hash": "U8DS2hTe004TqFs:MdV@00r;x^?bwcRQ={Ef", "type": "image"}, {"id": 9969235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5041df73-13ca-44da-b21f-b325e98af525/width=450/9969235.jpeg", "nsfwLevel": 8, "width": 1440, "height": 808, "hash": "U2ASY;2v2.Q.49xH[V57BNIo;ft7zqxB5,tk", "type": "image"}, {"id": 9969240, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2cc9e55-cc2d-471d-9616-9c85dc4e06cd/width=450/9969240.jpeg", "nsfwLevel": 16, "width": 1440, "height": 808, "hash": "U7C=xf00.mxvLfIU%2f700~qMdIoMx%NNGs.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/449076", "modelId": 402752} \ No newline at end of file diff --git a/datasets/metadata/449190.json b/datasets/metadata/449190.json new file mode 100644 index 0000000000000000000000000000000000000000..edde062953f868cacadf72b1aa4b339bfa8deaeb --- /dev/null +++ b/datasets/metadata/449190.json @@ -0,0 +1 @@ +{"id": 449190, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-15T21:15:11.221Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["P14n03l3g4nt3b0n3"], "stats": {"downloadCount": 111, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 493008, "sizeKB": 611633.0888671875, "name": "PianoStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:31:08.372Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5063DA9E", "AutoV2": "B45B9C5B5D", "SHA256": "B45B9C5B5DFEB7DC52D9DEBA1C4149988F432548C46DFCB51356CFDC2DA52FCB", "CRC32": "4EDDD784", "BLAKE3": "93378E6B9AABD893CB0D9C74E6F26259C27A9A3D33464B276445D11F29E27C6A"}, "downloadUrl": "https://civitai.com/api/download/models/449190?type=Training%20Data"}, {"id": 368968, "sizeKB": 223101.42578125, "name": "PianoStylePony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-15T21:15:56.125Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "859A78AD", "AutoV2": "DCD3E834B7", "SHA256": "DCD3E834B710DC89ACB4CA98A327CC50AF5098D54667748049E7350E1524EAC0", "CRC32": "1A9C9426", "BLAKE3": "DBA9F7F4D76F10A6D39F5326B240B0F0FF18E3A83FF2C212ED791FFAA6AE060D", "AutoV3": "C1FDDBB8ED15"}, "downloadUrl": "https://civitai.com/api/download/models/449190", "primary": true}], "images": [{"id": 9965662, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0548c0f-4e85-4399-88ad-367526b90483/width=450/9965662.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UEG95C%M00t7NIWBWCazIVWB4oRj~Wj[DijZ", "type": "image"}, {"id": 9965657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e0e01ca-bdb7-4ed1-a0f0-48f8a3fa6797/width=450/9965657.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UMG8vCIU4T-;~VIUD*xu-;WWM{ayNInhV@o#", "type": "image"}, {"id": 9965648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/680f2658-92be-4874-88b8-3a04ae4b8242/width=450/9965648.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UDE.z%Ne00-:~U9G4:_100f,.8-nE2.8xuD*", "type": "image"}, {"id": 9965647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9643f30-f638-496e-909f-6e95eaa808c6/width=450/9965647.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UDHo?[mQ00*01RtS^joy02%$x[nOHXM{I;xF", "type": "image"}, {"id": 9965661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae70aa94-44b2-43b1-ae7b-44b1bf569086/width=450/9965661.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UeG]]v~pnhWE9aozt6fR=s-pxtoexGjZtRs.", "type": "image"}, {"id": 9965649, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9fcf2b1-aa10-4038-9331-c9f710462f88/width=450/9965649.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "UZNSD}xZyXt7_MkCx]ofF|kCwcoL^ioeaKjs", "type": "image"}, {"id": 9965650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed35c262-0bd0-47a4-b517-3045864854ca/width=450/9965650.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UoIhsu?GxuW=_Ns:xat7t8t6aeayM|t7WBWB", "type": "image"}, {"id": 9965653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2032557d-029e-43a0-9f92-62152e0cf0cb/width=450/9965653.jpeg", "nsfwLevel": 4, "width": 1536, "height": 2688, "hash": "UAD]#kIU4.oz7jRjr=Rj~pRPIUWV$~tRIAWB", "type": "image"}, {"id": 9965646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34aaf3dc-f9d2-433a-9653-a4e694cb11ef/width=450/9965646.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U4I5Pni^00^,0D00-h-:00x^+sIU~0~qVXD$", "type": "image"}, {"id": 9965655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38e36155-2fb3-468c-ac95-0776187bb10d/width=450/9965655.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "U8F5plMx00%M9Ht74nxu~WofxZM{xt-pjb01", "type": "image"}, {"id": 9965654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5b36a3c-046b-4545-8d95-51fabdb8225e/width=450/9965654.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UbHK@At64oaeIqfkRjWBNHj[R*WB~WofRPoJ", "type": "image"}, {"id": 9965667, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7117455e-75ca-4ba0-8fc2-cb856c0397b4/width=450/9965667.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "U6CRTY%#00D*^lxuE1NG00V[~os,7#Rj^Is,", "type": "image"}, {"id": 9965652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b050426-bd3c-4f81-bd4e-a8139d95c50e/width=450/9965652.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UHCZLqt700NG~pof00Rj_2j[E1ay9GWV%MoL", "type": "image"}, {"id": 9965659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/999b23e4-ab94-444b-b7fe-eef627838ec5/width=450/9965659.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UHJ8klNH4TWX~q00ay-;9Gae-;ogMy.8t7M_", "type": "image"}, {"id": 9965663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57c174f9-d29f-48f8-b31e-06050e147942/width=450/9965663.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "U4EpNL%g00tSLNay^jt700IA00Mx00of00I9", "type": "image"}, {"id": 9965658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad1fc142-6f0b-45f6-a08e-3798671de60f/width=450/9965658.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "URDlsFof00WBS$j[IUWB~Wj[D%aybwj[WAay", "type": "image"}, {"id": 9965664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e926003c-43cf-4cda-834f-bfa397cce438/width=450/9965664.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "U7FFsr-=00D%B?W=9FWVE1Rk?bxu}?jYWFj[", "type": "image"}, {"id": 9965665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9637c417-20de-44c2-8438-18f0bac2793a/width=450/9965665.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UKHeqKxu00bIElWD4pM|00oJI@kC};oex]xa", "type": "image"}, {"id": 9965666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/642583f9-6c60-4e9f-96a1-7ecf838d7dfe/width=450/9965666.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UQHxQg~W9a0K9FIUfjIV0KRkM{-p.7-:ogt7", "type": "image"}, {"id": 9965867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fc1d8db-48f8-49d8-9bfc-39f5cf02090b/width=450/9965867.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UWHMT4-oGIJWX=a$XANK4qocXAW=H?oeRPWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/449190", "modelId": 402856} \ No newline at end of file diff --git a/datasets/metadata/449204.json b/datasets/metadata/449204.json new file mode 100644 index 0000000000000000000000000000000000000000..7f86ad4addb9e4bc60475e5bb60f0f5ba4d53613 --- /dev/null +++ b/datasets/metadata/449204.json @@ -0,0 +1 @@ +{"id": 449204, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-15T21:22:26.319Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["FluffyStyle"], "stats": {"downloadCount": 203, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 1}, "files": [{"id": 492995, "sizeKB": 139615.4951171875, "name": "FluffyStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:26:20.696Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "67DDA8B4", "AutoV2": "3428C9B176", "SHA256": "3428C9B17624D5C8F3AE640B32AB01F7FFBBE4A7A2189FF396CBFBF12CEE3629", "CRC32": "B200C5C4", "BLAKE3": "1D0BE0D7FEC738786B80EA3CD49D7D7DE4A95AB4C5A2B2AE78BABB52BEAD1CBF"}, "downloadUrl": "https://civitai.com/api/download/models/449204?type=Training%20Data"}, {"id": 368978, "sizeKB": 223107.05078125, "name": "FluffyStylePony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-15T21:21:01.677Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "61AD6AB9", "AutoV2": "50DA47A747", "SHA256": "50DA47A747211934DF6796C78ED78A7E1487BC7C967538930DAB9BCB1CFD9DDC", "CRC32": "C1801747", "BLAKE3": "A3273A260BB44DBEE547E4A27DE3979ABC8657C89F78E6AED95576A2B71C2389", "AutoV3": "6DC5815E5D4B"}, "downloadUrl": "https://civitai.com/api/download/models/449204", "primary": true}], "images": [{"id": 9966316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e644cc8-6d94-4844-8f4f-ab314e0d5cfd/width=450/9966316.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UPKLaZxv00og~qofX9j[DifQ4nRjWBj[9FWB", "type": "image"}, {"id": 9966369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b434aeed-2465-427c-9826-55888196651e/width=450/9966369.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UKDcqGt70MR.sQj[IAWB00ayxTjY9tR*~qtR", "type": "image"}, {"id": 9966300, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfcb2658-f984-43ce-8eeb-129288aa7489/width=450/9966300.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UmJb25Rj%Mxu~qt7RjayM{ofD%WBxuWBRjj[", "type": "image"}, {"id": 9966321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7807b71d-2a7c-4c27-b82c-3d363a5c8483/width=450/9966321.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "U[N^MJoL.8t7_NofRkj[s:j[IUWBSOayxZj[", "type": "image"}, {"id": 9966305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2ad9002-94ad-457e-bb29-7cdb27a72bd9/width=450/9966305.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UEG[NEIU4T~B~qNHIUxt00-pIo4:01%Mr=9F", "type": "image"}, {"id": 9966310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eadef2f5-ec8f-4f1f-976c-48665d41b34c/width=450/9966310.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UGDTn:x]00Nel:adE1Ri9Ef5-:oJCAkC-pbI", "type": "image"}, {"id": 9966303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c70cef5b-f3a2-42b9-bd0e-5c1e36c9387f/width=450/9966303.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UKFiGIxa01NGDQWBOYa}8wfP$ye.Ykg3,BoJ", "type": "image"}, {"id": 9966306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1fe00a0e-a481-4f0b-b5d6-e4def37616cb/width=450/9966306.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UFG@WJsp56oM0Jbb9[bH9XWB+^WB7Nay}]oM", "type": "image"}, {"id": 9966307, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8d91933-dafd-44db-9cb2-197a5110e334/width=450/9966307.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "U6FZvi8{00~p00$*8y0K*KoxzpoH?_.9OB?a", "type": "image"}, {"id": 9966308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5fc1f480-559f-4664-808d-961dac65584f/width=450/9966308.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UXN^rHxu~A%Lx^j[xZj[^goK9bWC?Gj@R.oe", "type": "image"}, {"id": 9966311, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ecd7f285-f111-47f2-84bf-04ba6fae225b/width=450/9966311.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UDIX]b~W%$%g01?ukqM|004:Dis:?bof-:jZ", "type": "image"}, {"id": 9966302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30af4272-6232-46bf-8108-69f16ce36842/width=450/9966302.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UEDSm_xu03I@00V@-5WB7MW;^0s-~BoLElkC", "type": "image"}, {"id": 9966301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffe29665-b99c-4e1b-8006-76c7c33f4a81/width=450/9966301.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UBIqv5,[00~V~ptS4nROHqs:0g9Z00NF-;Ip", "type": "image"}, {"id": 9966309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/164797e1-23ea-4a4b-a2b0-73cf3f96d686/width=450/9966309.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "U8Dll}.SE2^j00={~WNe00010KRPx[aJM_oK", "type": "image"}, {"id": 9966314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cf70c81-d8c4-4be3-92e0-9f93e92fa58b/width=450/9966314.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UJFFpitR00M|~qD*IU?HITMx%2%MNcxuV@Rj", "type": "image"}, {"id": 9966313, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15bd0b20-d892-4201-a1d0-21264bca95b3/width=450/9966313.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UDEfE5%100Iqvz$#tREj00-U_NE2%#NLIo$y", "type": "image"}, {"id": 9966318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78ac9f6b-f4e6-4379-8bc2-a480879496ab/width=450/9966318.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UaE:0a~pRlIU?a-:t7ofRQt6%2t8M{WBt7of", "type": "image"}, {"id": 9966320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9744c4e7-9fb0-4fcf-a3f9-71855e820c59/width=450/9966320.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UlMa35D%D%of_Nt7IAWBS4V@s:ayI9kCozof", "type": "image"}, {"id": 9966319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f00e005-211a-449b-8c62-eb52e2ed52c7/width=450/9966319.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHJ8CN5V9Z?G009G%2oe01-n%1Ip~U%0bINK", "type": "image"}, {"id": 9966323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e71db5b-10ba-4d71-83b4-6335a97f1f6a/width=450/9966323.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UP9,B+W=8wofL#j?Z~fRZ2jFaxbGuPafXokD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/449204", "modelId": 402870} \ No newline at end of file diff --git a/datasets/metadata/449273.json b/datasets/metadata/449273.json new file mode 100644 index 0000000000000000000000000000000000000000..759127dcc2bb199a76318b436f3dcd2a2749193d --- /dev/null +++ b/datasets/metadata/449273.json @@ -0,0 +1 @@ +{"id": 449273, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-15T22:10:20.281Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": ["TransformersStyle"], "stats": {"downloadCount": 149, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 492999, "sizeKB": 130145.767578125, "name": "TransformersStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:27:58.160Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "593C5898", "AutoV2": "03DEB8BB04", "SHA256": "03DEB8BB0474C0EEFEF0B35CFD056B599866A13751DC051F8F83D296FE0E5686", "CRC32": "BFEE28CE", "BLAKE3": "9A8C2591F114AEEF6BC8AABFD386A1D281D41172B4BF2014E353DF6F75F7D805"}, "downloadUrl": "https://civitai.com/api/download/models/449273?type=Training%20Data"}, {"id": 369036, "sizeKB": 223101.94921875, "name": "TransformersStylePony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-15T22:10:42.595Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8593F1CF", "AutoV2": "A41488EF9A", "SHA256": "A41488EF9A5A5787D16D166050F4FA2C829460724B06094B99487F97A89C31F2", "CRC32": "20C4A93E", "BLAKE3": "C3EBC62A1A5821821C4F8E44D0DB7328298D171432A868AEB4733BBD2C2670D3", "AutoV3": "5C22D780631B"}, "downloadUrl": "https://civitai.com/api/download/models/449273", "primary": true}], "images": [{"id": 9969415, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28960f45-a9ec-4576-9534-67985d9cf08a/width=450/9969415.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UUIr1vE1x@xD.TRjbcWW0fM|WEbIE1WAn#oK", "type": "image"}, {"id": 9969423, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01be7cac-682b-4550-8780-8c232042d28e/width=450/9969423.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "URH_GQ~qTeOFXnfljYof4:jZi^n$4nIUM{V@", "type": "image"}, {"id": 9969419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ba67130-b49d-47cc-b31e-b2375cdf6ae8/width=450/9969419.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U4D^7o-,00IU009HRn-r00-;VD?v00x8~oNF", "type": "image"}, {"id": 9969429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a64a50e9-754c-47a5-bf12-399c40fd2283/width=450/9969429.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UWEWtBVY9Ft7YkV@M|oIo}aeV?R*%hWBV?kC", "type": "image"}, {"id": 9969427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34f5f436-e195-4941-8bc9-32ad1b392de5/width=450/9969427.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UbGI+ZIoF{ofu6R+kBaKD%xaVXV@R4s8IUg3", "type": "image"}, {"id": 9969431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6000ae5-34c8-4fd7-af14-79a12305fb07/width=450/9969431.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "ULHod+~V%~yD7Ooz%Mt700bcIUV?jLt8jDt6", "type": "image"}, {"id": 9969428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92e7aab2-6376-4a34-a856-2105c5bfda90/width=450/9969428.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCGc4aI900^l104-KQ-:00-S+ZD%~B-:Q-S~", "type": "image"}, {"id": 9969407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4889365c-7bbb-4c0e-99e3-28cc6178109b/width=450/9969407.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UVGJUC9HD$nicIIWtSbI01xWoIW=bx$yR4od", "type": "image"}, {"id": 9969433, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e019b40c-fe23-48b8-9e64-b3c4488b264a/width=450/9969433.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UMGI=z^#t,x^1B-;%Kt7015XD$V?-:WGR+Rj", "type": "image"}, {"id": 9969414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8423239c-e065-4f57-b774-a6adcebf9f46/width=450/9969414.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UMHeOa~qRkIAFzRPr=M{00M{V@t7,.xaX9xu", "type": "image"}, {"id": 9969410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ba24b7f-3b23-4fd6-bd7c-13870507eba9/width=450/9969410.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UdLNuv57-;%2~qofxuRjM{oJM{WC%2NGIUfk", "type": "image"}, {"id": 9969413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/832afc83-4af1-4aef-a1ee-3c414ee89dcc/width=450/9969413.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKGRxZKkD%~WNYn$xutS00D%R%IoITR%kWVs", "type": "image"}, {"id": 9969416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eed5b59b-5490-40dc-83fa-5cb172939009/width=450/9969416.jpeg", "nsfwLevel": 8, "width": 1080, "height": 1920, "hash": "UKEW2qDiIq~CE4%1a~Rj00WARjE1n3NGxua~", "type": "image"}, {"id": 9969438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1677a14-5699-48ba-869f-0e2044018ec2/width=450/9969438.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHKwz$01_M%2P;S#oxRP4oIo9FIpIor?wgae", "type": "image"}, {"id": 9969418, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcaa985c-ef66-4f33-b70f-a6a68237adf2/width=450/9969418.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBFrxIIA9x~W0M00skxaEN-PR4E04T.94;aI", "type": "image"}, {"id": 9969424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/534e47da-3e43-4d52-acc4-aeac9ae8f30c/width=450/9969424.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCFY[eEh4:DP00Q,IpxC4TQm^+yD~p?c9aS$", "type": "image"}, {"id": 9969406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f9c9d25-d945-45a0-b72a-e5a58f36b253/width=450/9969406.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UbGl@rRj%LSg.TM|x]oKIpn$ROR*9bV?aKkC", "type": "image"}, {"id": 9969411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e046ac1-9c7b-467d-90fd-b4614f69c161/width=450/9969411.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UIFZvr-=0h9F0LM{D%ad00V@iGxu~Txu-:f,", "type": "image"}, {"id": 9969436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da609ee0-1ef5-4087-a41a-22654a4a9688/width=450/9969436.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U6Hx1t4n019}00~B59^O00E2Dh58TLxu^%nh", "type": "image"}, {"id": 9969435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26ccd41e-f975-43b5-b3ad-022f73a861c2/width=450/9969435.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "UQM%fvD%NG-p?^IUM{M{9ZRjDiR*RPbIIA%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/449273", "modelId": 402931} \ No newline at end of file diff --git a/datasets/metadata/449279.json b/datasets/metadata/449279.json new file mode 100644 index 0000000000000000000000000000000000000000..e41fa46be9abfca0e17274517c83e71bf43a67ff --- /dev/null +++ b/datasets/metadata/449279.json @@ -0,0 +1 @@ +{"id": 449279, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-15T22:39:40.413Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["WhiteboxStyle"], "stats": {"downloadCount": 204, "ratingCount": 0, "rating": 0, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 492992, "sizeKB": 8990.8291015625, "name": "WhiteboxStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:25:44.979Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DE574347", "AutoV2": "5D2E98B4AA", "SHA256": "5D2E98B4AA2DCFBF83D3786ED69891FBBA4D2F4C11C73B152DCC287A088979D0", "CRC32": "700AA7C9", "BLAKE3": "B6D892153C790DFFCFAD68134D9176510C00A087F779FFE979F21A934DCB4818"}, "downloadUrl": "https://civitai.com/api/download/models/449279?type=Training%20Data"}, {"id": 369042, "sizeKB": 223105.03515625, "name": "WhiteboxStylePony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-15T22:15:37.368Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B35748A2", "AutoV2": "0E0E9BD5E8", "SHA256": "0E0E9BD5E8698A693834BF01B50D2F4C695E471EC500B5A08281A9F85CA666DB", "CRC32": "6141E29D", "BLAKE3": "6BA1F6C218D279C3AFDB5C11D651900FA5D5ED33D7658C706C817ACB6CC1194C", "AutoV3": "71A97C22D71F"}, "downloadUrl": "https://civitai.com/api/download/models/449279", "primary": true}], "images": [{"id": 9971300, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38e52c71-b7e7-4dad-8224-60c7d5e036e9/width=450/9971300.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "ULFYu:4.00~q~qD%D%-;D%ofkBRjt7xuR*M{", "type": "image"}, {"id": 9971309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70ed2446-a5aa-4f67-a87d-ba3d1289e864/width=450/9971309.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDG+UN00t7_3_39F~qIA9FD%xuRj4n-;M{IU", "type": "image"}, {"id": 9971301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e571d6f-ffc1-4fba-a75c-a5633d10fab8/width=450/9971301.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKDvfy00IU_3~q9FM{%MofM{xuWB00_3xuIU", "type": "image"}, {"id": 9971304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b8d546f-635b-4407-afca-2916a7376d2b/width=450/9971304.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKE{b0~qIU-;xuWBRjt700t7%MD%WBofofof", "type": "image"}, {"id": 9971299, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7242466c-9a64-4ef3-b499-0ef6a6ca39c3/width=450/9971299.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U6E.|fD%00IURPD%~qM{00-;_3NGD%?b00-;", "type": "image"}, {"id": 9971305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddbddcc2-0650-4a9d-a0ff-f98ab4e56e5c/width=450/9971305.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UIECtW00IU%M%Mj[ofRk00~qayIU9Foft7of", "type": "image"}, {"id": 9971306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7928040c-fc74-4ebb-9b1d-f350f498407b/width=450/9971306.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKGIl#M{~q-;RjD%Rjj[00Rj9FM{RjofIURj", "type": "image"}, {"id": 9971308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/843768ab-c500-4636-bf6d-ace8918ea085/width=450/9971308.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UED9xHRj00t7~qfj00t74nWB-pof00WB_3j[", "type": "image"}, {"id": 9971307, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f870b071-3538-4dab-99ee-629b2822a809/width=450/9971307.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBECtW~q-;D%009FM{xu00?bxuWBof00IUt7", "type": "image"}, {"id": 9971310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15774480-ca9b-4fd2-b0a3-87ecc2631351/width=450/9971310.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKD,4YIU%M9F00-;M{t700IUxu-;~qM{M{of", "type": "image"}, {"id": 9971315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8306904a-de54-4f46-a2f4-dc2ee6ffcbe7/width=450/9971315.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8HLh^0000~q4T-;-;D%00xu9FWB4nxuM{9F", "type": "image"}, {"id": 9971312, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ee27f54-6373-413a-9e9d-e3922eedbb66/width=450/9971312.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UEEfQb00-;.8~q00-;t7-;M{-;Rj-;D%ofRj", "type": "image"}, {"id": 9971313, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9e84c76-66ee-46df-8062-4b37a62d8790/width=450/9971313.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U6D]o8?bxu~q00IU?b4n00-p00M{~q00j[~q", "type": "image"}, {"id": 9971317, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19eea127-5234-4be4-827e-1e0d733fbd48/width=450/9971317.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHGlL@00%Mxu~q9F%Mof00ayIU%MM{fQIUof", "type": "image"}, {"id": 9971314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/482fe5e3-8d52-4fc1-ab69-9f2b107c2654/width=450/9971314.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCG95C00xu~q-;4n?bIU00WBxuIUIU%MWBM{", "type": "image"}, {"id": 9971316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a999fcb6-07f2-446b-bded-03b6ec6f17ab/width=450/9971316.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFGlI,009F?b~q00?bof4n%MofRjM{%MRjRj", "type": "image"}, {"id": 9971318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c2d6a6b-bc96-4cda-a7e3-189bec0b2597/width=450/9971318.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UOF68|00a{%M~q00%Mt74nWB-;ayWB-;WBae", "type": "image"}, {"id": 9971320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c26b35c0-0ba1-4eec-a2df-64e8d8b94cc7/width=450/9971320.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCFPEM00%MM{~q00~qD%D%xuM{WBt7WVRjM{", "type": "image"}, {"id": 9971321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc56ba79-a609-4a66-a60d-bd330adfbea6/width=450/9971321.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UJHV9w00D%?b~q9Foft74nxuxuM{IUt7IUof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/449279", "modelId": 402937} \ No newline at end of file diff --git a/datasets/metadata/449498.json b/datasets/metadata/449498.json new file mode 100644 index 0000000000000000000000000000000000000000..d3c5b11ff4e166e1f3bb26bab97f846fb55b4fb6 --- /dev/null +++ b/datasets/metadata/449498.json @@ -0,0 +1 @@ +{"id": 449498, "index": 0, "name": "1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-16T12:01:19.912Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 184, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 369917, "sizeKB": 36977.6171875, "name": "caravaggio.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-16T12:00:41.478Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BDCA887C", "AutoV2": "80A9D5CC6A", "SHA256": "80A9D5CC6AE51D6FE6647258B079D52C083AF65D61E57957AFB06F7144536579", "CRC32": "15244057", "BLAKE3": "1DBAF2E7AB4EDE7A5B50D905B9E39F0E1909B6365BBC5D47759511881EF30D03", "AutoV3": "D2B9ACE2B809"}, "downloadUrl": "https://civitai.com/api/download/models/449498", "primary": true}, {"id": 369257, "sizeKB": 90454.486328125, "name": "449498_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-16T01:35:57.343Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DD3ED40D", "AutoV2": "DF0134583B", "SHA256": "DF0134583BC3515885542D0A5D5F1F03A6A038EEE53B57D62E893AB27E9C9A8A", "CRC32": "B5672455", "BLAKE3": "37C53121CFE2B8B0ED5ECCB1D67D3821D856C796E65A771A6DAC201BC02B6E33"}, "downloadUrl": "https://civitai.com/api/download/models/449498?type=Training%20Data"}], "images": [{"id": 10011971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/953acc3c-aa81-4e83-bbf3-ed30b6de5fae/width=450/10011971.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U4Avg_E201000fIW-o~U5Rxt=wn%4:E2~U-:", "type": "image"}, {"id": 10011973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ff2d17d-9444-42bb-b998-51cb3df1f690/width=450/10011973.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6CiHmRO%f~A4.x]E2EM0$V@}@9b%1NG-U?G", "type": "image"}, {"id": 10011908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0de09e69-b151-4d0b-af69-6c8dd4e0f9df/width=450/10011908.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8D9VD~pR4IVD$01RP-:D%%L?HoJ^%t7xaM{", "type": "image"}, {"id": 10135085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0705cf6-f535-44da-885d-4f334b9ea39a/width=450/10135085.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6CFw@%001019b0f?F~U58-:$jE302Rk^%-o", "type": "image"}, {"id": 10135220, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5f68155-2c25-4ee0-b50d-ba3d1b281b14/width=450/10135220.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8D+F;Io~U0M%0E2-o?F9v%1MyxFxZNH^i-o", "type": "image"}, {"id": 10011840, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/568d416c-958d-40db-8708-ba7a01246564/width=450/10011840.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6B._jEl0201019G%1~Vt,~Uwc9G029a^j%f", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/449498", "modelId": 403143} \ No newline at end of file diff --git a/datasets/metadata/449772.json b/datasets/metadata/449772.json new file mode 100644 index 0000000000000000000000000000000000000000..ee749e254e7a92fc4e66a31629965b7970e5a44f --- /dev/null +++ b/datasets/metadata/449772.json @@ -0,0 +1 @@ +{"id": 449772, "index": 0, "name": "v1.1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-16T05:38:23.690Z", "availability": "Public", "nsfwLevel": 14, "description": "Minor edits.
", "trainedWords": ["redhead"], "stats": {"downloadCount": 66, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 397486, "sizeKB": 2255.77734375, "name": "435339_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T11:45:47.932Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "86A96FE5", "AutoV2": "F488E9FFB7", "SHA256": "F488E9FFB7FDC479AC0E0820829019939341A7D3F95FADDA996F7520CAEA44D7", "CRC32": "75F74BE6", "BLAKE3": "2381FA6FEEE136D3447908F0C599F20099ECCFCEF027938DB8EB7C28FF1208A4"}, "downloadUrl": "https://civitai.com/api/download/models/449772", "primary": true}], "images": [{"id": 9993071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95939ed9-fa53-4255-969c-aa746a66617e/width=450/9993071.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UBE-s=NGIo%2~B%2EgxZEM-o^PI:~A57WBWX", "type": "image"}, {"id": 9993077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09c842cb-1f00-4e58-a6fc-d41b44c00ae2/width=450/9993077.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "ULH1b+IA?a4:~AE2I;oJM{%2Rjt7R*Rjs:ay", "type": "image"}, {"id": 9993098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d7da6d1-76f2-4000-96c6-2f0fce77b6c4/width=450/9993098.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "ULFq]%xu9uj@?GNbkBR*o|WBsns:~BIpRjoe", "type": "image"}, {"id": 9993102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/511a98e7-902d-4ee4-978f-7be8f8518d80/width=450/9993102.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U9D90I%$58WYQ,9F4.RPTK~V%gX9D%9ZwHIo", "type": "image"}, {"id": 9993104, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1fa7d570-c6b1-4e45-b4f8-cc30b4a8e4a5/width=450/9993104.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UEEBW:0z0f~A0f-o%1V@5Ss9xZfl-oofV[I:", "type": "image"}, {"id": 9993112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c50f4b69-4c2d-4f35-a34e-da0ad455f356/width=450/9993112.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UJGRM6R5?^S$Io4oD%IoEgNIV@xu_2V@-p%2", "type": "image"}, {"id": 9993141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9120532-620b-4796-8fcd-a82ebd7295c8/width=450/9993141.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U7EU+0E100?G00-o_MIV01xa^jNGb^RkrXxt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/449772", "modelId": 390177} \ No newline at end of file diff --git a/datasets/metadata/449899.json b/datasets/metadata/449899.json new file mode 100644 index 0000000000000000000000000000000000000000..4dc314e6a57fdef90c45d7280e930cc9a9c316b1 --- /dev/null +++ b/datasets/metadata/449899.json @@ -0,0 +1 @@ +{"id": 449899, "index": 0, "name": "Snakes", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-18T03:06:48.793Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 273, "ratingCount": 0, "rating": 0, "thumbsUpCount": 49, "thumbsDownCount": 0}, "files": [{"id": 369660, "sizeKB": 26651.365234375, "name": "449899_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-16T08:05:37.971Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "66687A3B", "AutoV2": "13E3A0AD70", "SHA256": "13E3A0AD70D8F580F5D4212A87FA70DAF48EC075BE07E28800CED65623B29942", "CRC32": "73791A46", "BLAKE3": "9D62032FD8C7D484D0AAECE4A69CBE16F5FE2034B4DC909517F296AB6662FE0E"}, "downloadUrl": "https://civitai.com/api/download/models/449899?type=Training%20Data"}, {"id": 372798, "sizeKB": 36991.7578125, "name": "Snakes-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-18T03:05:39.096Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EB4BA46B", "AutoV2": "A661BE4307", "SHA256": "A661BE43077C7D635A1BF1B6B64197C48C0F002D05A7C6E288EEA33667BA841F", "CRC32": "28617EF8", "BLAKE3": "9C26091A1A6F19A92BF838AEEC08DB17CCEBD3DB25EA58FE1A78CC85887B217B", "AutoV3": "753419BCDCC0"}, "downloadUrl": "https://civitai.com/api/download/models/449899", "primary": true}], "images": [{"id": 10144176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e05af4e-e9c5-4c4e-b2fb-c6ebd799abb6/width=450/10144176.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U8B:QqShtO^PT0={nhNv~BD*E2%LaKE3bbMy", "type": "image"}, {"id": 10144175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cc2b86c-b9ef-4ed8-a46e-837d2965f7d0/width=450/10144175.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UABfU,E4[TV[}?i_%1j]{_NG=yR+I[%1Irae", "type": "image"}, {"id": 10144173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d74a2901-137c-438f-8946-b4f9b31d6830/width=450/10144173.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U2EVKQ-m00}=0e9wOE9F00%2PX%N02tmA0IT", "type": "image"}, {"id": 10144177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa9e5ad4-dda2-453a-b25f-efb78471b071/width=450/10144177.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U5Ga]^jF00Rl0#IpXn%L00?a~pM{xBE2WB%2", "type": "image"}, {"id": 10144174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13e92fe7-2a8a-43a1-9ed9-61ad98e7dc11/width=450/10144174.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U9HK:[xv00jE4.RPNLof00$~JE%1~A%L_2j=", "type": "image"}, {"id": 10144179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ab65088-1484-47ef-b6ee-442cdab65814/width=450/10144179.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U4FrOt-;00ROnfNIsD0L00%1XV?G-:~TTL?u", "type": "image"}, {"id": 10144178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/274bb715-cbce-4c89-9528-43c8963bc9fe/width=450/10144178.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U3G[G*0100Mx00^%?a.600^#Gw?Y_NEk~AS#", "type": "image"}, {"id": 10144180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b3c8790-0b56-4067-9c2a-04a0ceaaaeb7/width=450/10144180.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U6E.;3tQ008^4.-U$f4.00IV~o_2-p?vD%?a", "type": "image"}, {"id": 10144121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d4b2960-0266-4cf8-82b7-bf8d92186313/width=450/10144121.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U3G[G*0100Mx00^%?a.600^#Gw?Y_NEk~AS#", "type": "image"}, {"id": 10144117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e55dc99-c499-4cdc-919c-0c88da2d0839/width=450/10144117.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U6E.;3tQ008^4.-U$f4.00IV~o_2-p?vD%?a", "type": "image"}, {"id": 10144118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0871e5f9-ca9f-45d9-ab97-3bd87f110ec8/width=450/10144118.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U5Ga]^jF00Rl0#IpXn%L00?a~pM{xBE2WB%2", "type": "image"}, {"id": 10144122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7562882b-e6a2-4436-a7a5-20117977911f/width=450/10144122.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U9HK:[xv00jE4.RPNLof00$~JE%1~A%L_2j=", "type": "image"}, {"id": 10144116, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a9267bd-01fb-42cc-ab67-c276eaedd248/width=450/10144116.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U4FrOt-;00ROnfNIsD0L00%1XV?G-:~TTL?u", "type": "image"}, {"id": 10144125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e5f4b9d-ce59-4a20-8c0c-d1bff4201885/width=450/10144125.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U2EVKQ-m00}=0e9wOE9F00%2PX%N02tmA0IT", "type": "image"}, {"id": 10144124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f0fc028-627f-4b0c-8d07-82b96507bec2/width=450/10144124.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UABfU,E4[TV[}?i_%1j]{_NG=yR+I[%1Irae", "type": "image"}, {"id": 10144123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8842f2e-3c92-4d3f-84a7-8546e08f89fe/width=450/10144123.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U8B:QqShtO^PT0={nhNv~BD*E2%LaKE3bbMy", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/449899", "modelId": 403491} \ No newline at end of file diff --git a/datasets/metadata/449956.json b/datasets/metadata/449956.json new file mode 100644 index 0000000000000000000000000000000000000000..f99afaa97f34a6cb30c3613c8adc42a92d7009bb --- /dev/null +++ b/datasets/metadata/449956.json @@ -0,0 +1 @@ +{"id": 449956, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-16T08:29:56.649Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 464, "ratingCount": 0, "rating": 0, "thumbsUpCount": 89, "thumbsDownCount": 0}, "files": [{"id": 369695, "sizeKB": 22258.87890625, "name": "Saegusa_Mayumi_MagicHighSchool-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-16T08:31:20.175Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9E1BAE66", "AutoV2": "BBE1B96AB4", "SHA256": "BBE1B96AB40821484C0E4B872A1787B0A91CB8A52FA8564E370384C1B74198C4", "CRC32": "651F4AC4", "BLAKE3": "3EE963840589AEE7EFDDE38A5F54726958D95F62CEC19B8FDF9D881D24EB7329", "AutoV3": "C00951A17AE0"}, "downloadUrl": "https://civitai.com/api/download/models/449956", "primary": true}, {"id": 369694, "sizeKB": 40735.23046875, "name": "Saegusa_Mayumi_MagicHighSchool.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-16T08:31:20.215Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "427E65B3", "AutoV2": "2C92ADF0CF", "SHA256": "2C92ADF0CF68C6DA41115CE8D7DC4557938430D13E2C1D399A015A74D683C64E", "CRC32": "32A9B150", "BLAKE3": "430F6859295AC1159758722C06F9F070F2B529704182E876AE9906A9D4E420B8"}, "downloadUrl": "https://civitai.com/api/download/models/449956?type=Training%20Data"}], "images": [{"id": 10001188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3481aad9-0860-4539-a713-3d08262bc5f6/width=450/10001188.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbJ*;pofpItR~Cof_3s:-;bHxtj[J7jZoebH", "type": "image"}, {"id": 10001189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/041c7f16-f1c3-40c2-a352-066be3f17301/width=450/10001189.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbJ[VIoftltR~Cof_3s:-;bHxtj[J7jZoebH", "type": "image"}, {"id": 10001522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c84fb6b4-a326-4c48-a597-ffa04931091b/width=450/10001522.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVNJzl?b%gM{x]ad_4X9k?t7?Gad-pNGIUj[", "type": "image"}, {"id": 10003174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85f45ae7-42f2-44b8-9362-1f3685d9e1c9/width=450/10003174.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UtLNPt-;.8%M~qj[tRoexaIUofWBM|Rkxtt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/449956", "modelId": 403546} \ No newline at end of file diff --git a/datasets/metadata/449980.json b/datasets/metadata/449980.json new file mode 100644 index 0000000000000000000000000000000000000000..01a90fc1f085920aef49b5ca2619fcce2c2e106e --- /dev/null +++ b/datasets/metadata/449980.json @@ -0,0 +1 @@ +{"id": 449980, "index": 0, "name": "vhey lora", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-16T09:23:37.720Z", "availability": "Public", "nsfwLevel": 3, "description": "pilot project to repair face and body
", "trainedWords": [], "stats": {"downloadCount": 45, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 369733, "sizeKB": 36977.703125, "name": "vhey_lora-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-16T09:05:47.986Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "49CFC91E", "AutoV2": "3A76B6B74C", "SHA256": "3A76B6B74C00040F0DC56DF1F554FFBF680CB0F24D1AC89C54AA03F2CF5FBDE5", "CRC32": "8B6D3392", "BLAKE3": "283430354728A29D5B7F90400AD40C6C706FCF9202CEF600C478FA0A1A48EE33", "AutoV3": "0177FE3E1430"}, "downloadUrl": "https://civitai.com/api/download/models/449980", "primary": true}, {"id": 369723, "sizeKB": 8693.8212890625, "name": "449980_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-16T08:55:47.559Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D292028E", "AutoV2": "B328A93A15", "SHA256": "B328A93A15C04A8D3CB2B2AEF38AE4918F951C223282F82A3D869702F972801F", "CRC32": "C440F61B", "BLAKE3": "706B7F54C61E170D2FE2CD9B78EBF66946034272F7D82281ADCC5D531446DF80"}, "downloadUrl": "https://civitai.com/api/download/models/449980?type=Training%20Data"}], "images": [{"id": 10003733, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/904840bf-9fc7-41da-887b-e0e697486279/width=450/10003733.jpeg", "nsfwLevel": 1, "width": 1275, "height": 1920, "hash": "UGECXmOYF_D%_N~qDj-p.9?bnhWW~qxuxaIp", "type": "image"}, {"id": 10003922, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09977731-0518-4f5d-92e4-b49d2ea42332/width=450/10003922.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEHULCSd6,={^-I.}sX9xwf9$j$*%JxHbIs:", "type": "image"}, {"id": 10003921, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50997256-8778-44e8-82e9-0f002c010ace/width=450/10003921.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEGkgrV@0#tR~Xbb=0$z=~NGn5oNs.t7RjM|", "type": "image"}, {"id": 10003923, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9aa32471-179d-43e8-8c32-f3fe53979a12/width=450/10003923.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "U6H1@q~o00O%3FNg*}$_^wShspr=?qsqIqIW", "type": "image"}, {"id": 10003809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/faf2d009-8787-4e11-83b6-263febad1167/width=450/10003809.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UYIqfW?HELt7~Cxa%2oft7R*NFWV%2WBM{R*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/449980", "modelId": 403570} \ No newline at end of file diff --git a/datasets/metadata/450150.json b/datasets/metadata/450150.json new file mode 100644 index 0000000000000000000000000000000000000000..18b1e4a3b427a811df1e989c9e1b671fac1b4931 --- /dev/null +++ b/datasets/metadata/450150.json @@ -0,0 +1 @@ +{"id": 450150, "index": 0, "name": "schuiten_cartoon", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-16T11:48:29.976Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["schuiten"], "stats": {"downloadCount": 67, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 369890, "sizeKB": 12787.115234375, "name": "450150_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-16T11:36:14.081Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "25E0ABD9", "AutoV2": "B7984BC2F8", "SHA256": "B7984BC2F8D76FD962679C96B6D432088061894B8498A8C47455CFFA46C195CE", "CRC32": "63489414", "BLAKE3": "E60C76057C397C1DEDC7238884686C7496990070F1EE4CAD5108BCEDBCDDB35B"}, "downloadUrl": "https://civitai.com/api/download/models/450150?type=Training%20Data"}, {"id": 369909, "sizeKB": 36978.5625, "name": "schuiten_cartoon.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-16T11:46:59.664Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2158CD9B", "AutoV2": "824FCCA02B", "SHA256": "824FCCA02B58DBB09A9C8C2A44D17CF6AD936FC9637796CCEE8F1E8FBCBEE38A", "CRC32": "92A14FBB", "BLAKE3": "FA3CA4CBEB552E7B94AED7B1378B97990B0E9F615896353D8B6624989378F079", "AutoV3": "24062B00EF55"}, "downloadUrl": "https://civitai.com/api/download/models/450150", "primary": true}], "images": [{"id": 10010095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6d80b9d-1d77-4915-8af8-e4ad6456d0c2/width=450/10010095.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UkJt9%tQM{t7_MoyRkofESWDs:bHIXRkj?WV", "type": "image"}, {"id": 10010098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b546375e-01d2-4fa9-ad03-a050a3cfbea9/width=450/10010098.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6Fh-PDi044;.AMwM|Ip06t6$xt6$yt6xsf+", "type": "image"}, {"id": 10010097, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f468f773-6c0f-4e3f-8f73-053f4e14ac94/width=450/10010097.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "ULJu4F014nD%~qWBaxRjD%xuxuoft6xtj]j]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/450150", "modelId": 403725} \ No newline at end of file diff --git a/datasets/metadata/450182.json b/datasets/metadata/450182.json new file mode 100644 index 0000000000000000000000000000000000000000..35378fa1e107eac068122cc96619bcb6701cfb6c --- /dev/null +++ b/datasets/metadata/450182.json @@ -0,0 +1 @@ +{"id": 450182, "index": 0, "name": "double / multipussy", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-07T13:49:19.826Z", "availability": "Public", "nsfwLevel": 28, "description": "Version 0.1
", "trainedWords": [], "stats": {"downloadCount": 62, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 369926, "sizeKB": 4438.341796875, "name": "450182_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-16T12:05:39.676Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A4989CED", "AutoV2": "08BC92D2BF", "SHA256": "08BC92D2BF537984876D06C9A48A6D1108E6ADEDEEE76A82AD30D24EEBB6E579", "CRC32": "C037086C", "BLAKE3": "5F74E69379325547F63D040A474A7DC989273A0CA37FCC53E4F771DE8297DC2E"}, "downloadUrl": "https://civitai.com/api/download/models/450182?type=Training%20Data"}, {"id": 409577, "sizeKB": 223102.32421875, "name": "double_pussy.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-07T13:40:59.993Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C86FD369", "AutoV2": "AC5BB39800", "SHA256": "AC5BB39800141742297C7EB27EC50A93831024FF207DC20D36D13A756C3A49CF", "CRC32": "A0AAA5C3", "BLAKE3": "6469A0C343A2EB3E6CB3A68FFAB02F94178DC00E51AC5F541F3C1A00F9D5408B", "AutoV3": "6D512B8CE3B8"}, "downloadUrl": "https://civitai.com/api/download/models/450182", "primary": true}], "images": [{"id": 11791223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8822404b-4618-4164-96e1-82a5c469eb9c/width=450/11791223.jpeg", "nsfwLevel": 16, "width": 856, "height": 1104, "hash": "UOIXaFt7Tdx]?wsoTKtSlBogXRtR,:soS#oz", "type": "image"}, {"id": 11791224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26cda002-0e99-4c83-8236-7d9eb7775bb5/width=450/11791224.jpeg", "nsfwLevel": 8, "width": 856, "height": 1104, "hash": "UFE.FN-p0fI;J8RQIoRk01M|%1Rj~Axu%2n%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/450182", "modelId": 403753} \ No newline at end of file diff --git a/datasets/metadata/450738.json b/datasets/metadata/450738.json new file mode 100644 index 0000000000000000000000000000000000000000..5b1623eb744ec3e8f5eea75f2174e798a5423568 --- /dev/null +++ b/datasets/metadata/450738.json @@ -0,0 +1 @@ +{"id": 450738, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-16T17:55:18.173Z", "availability": "Public", "nsfwLevel": 17, "description": null, "trainedWords": ["konan", "blue hair", "piercing", "eye shadow", "short hair", "hair bun", "flower"], "stats": {"downloadCount": 283, "ratingCount": 0, "rating": 0, "thumbsUpCount": 63, "thumbsDownCount": 0}, "files": [{"id": 370414, "sizeKB": 176955.90625, "name": "konan.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-16T17:56:20.603Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A65FAD6D", "AutoV2": "7F2B49AC56", "SHA256": "7F2B49AC56EA89910E2168A401A9E51B3C72239F7DEA48CB962B135EDD82DE64", "CRC32": "1097D8F3", "BLAKE3": "D41C4B2EAC1192E30F179062209436A543F09480D4F15299938F21254F32DA99", "AutoV3": "726987B054B5"}, "downloadUrl": "https://civitai.com/api/download/models/450738", "primary": true}, {"id": 370416, "sizeKB": 7960.904296875, "name": "konanXL.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-16T18:00:44.056Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C518E7A9", "AutoV2": "5078A05AF8", "SHA256": "5078A05AF8AFB8FFAECBDBD04A8DDB0A4A5B5EC508CD710E719067D2FCEBAD67", "CRC32": "A0CD3976", "BLAKE3": "112CF4877103D30712EBB1FB2CDC73128DC94666B222134D0A6B6E96D13B1B20"}, "downloadUrl": "https://civitai.com/api/download/models/450738?type=Training%20Data"}], "images": [{"id": 10031597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96331507-67c8-44d6-b808-696fe28f544f/width=450/10031597.jpeg", "nsfwLevel": 1, "width": 952, "height": 1320, "hash": "URH_7R9b=snj-@t7RPoL01tQI;R*r.RPxuae", "type": "image"}, {"id": 10031600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4f0690a-6fea-4cc1-a86a-6fbdad52e1af/width=450/10031600.jpeg", "nsfwLevel": 1, "width": 952, "height": 1320, "hash": "UJGIZjoe0J%L?wj?s%WB01t7^%Ip$_a}Rlof", "type": "image"}, {"id": 10031603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9eaa6ff-99de-4203-8a3b-ff3aff1732a1/width=450/10031603.jpeg", "nsfwLevel": 1, "width": 952, "height": 1320, "hash": "UDJ7:w?vI-%M4p?v~S-:HqtRNOoes*IV%hR-", "type": "image"}, {"id": 10031598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b2632ec-2c8c-4d23-b407-6225871eda83/width=450/10031598.jpeg", "nsfwLevel": 16, "width": 952, "height": 1320, "hash": "UAL3_yM|00s:0XW=NaR*02oL^*s:%%xGxs%1", "type": "image"}, {"id": 10031599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0713f60-b946-40d6-970c-afc39e33cbe5/width=450/10031599.jpeg", "nsfwLevel": 16, "width": 952, "height": 1320, "hash": "UVMZqB=_0LIV~U$*o#-nt8V@xuWYE2xFWUIp", "type": "image"}, {"id": 10031596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d605c9a-5256-4f7c-8a4b-099dc49fe038/width=450/10031596.jpeg", "nsfwLevel": 16, "width": 952, "height": 1320, "hash": "U9LWn-00x*Or0201,74nA0tlxB~BzmIpkW-o", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/450738", "modelId": 404251} \ No newline at end of file diff --git a/datasets/metadata/450922.json b/datasets/metadata/450922.json new file mode 100644 index 0000000000000000000000000000000000000000..2562c6b2e94182ac3e327610758a271dca299d07 --- /dev/null +++ b/datasets/metadata/450922.json @@ -0,0 +1 @@ +{"id": 450922, "index": 2, "name": "Trixie Colette | Brawl Stars (V1.0)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-17T16:33:42.682Z", "availability": "Public", "nsfwLevel": 3, "description": "30+ images
", "trainedWords": ["trixie colette, 1girl, solo, demon girl, colored skin, (red skin, red eyes:1.2), colored sclera, yellow sclera, short hair, ponytail, white hair, (hair over one eye), demon tail, demon horns, demon wings, medium breasts, hairband, choker, shirt, spikes, long sleeves, sleeves past fingers, sleeves past wrists, shorts, boots, knee boots,Mascot for my checkpoint CutifiedAnimeCharacterDesign
", "trainedWords": ["sota"], "stats": {"downloadCount": 84, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 372568, "sizeKB": 55741.646484375, "name": "sota.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-17T23:40:54.261Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F2636B5A", "AutoV2": "BFB9FC2B57", "SHA256": "BFB9FC2B57A7EAC6C6F5F257BA553EF0E1722A9DBBD365B6CE822DBEBA71C2FE", "CRC32": "8F733A15", "BLAKE3": "7040A7BC27FE68AFE8DF28B7CC36D6F50D8FF3C34F922A2DA9F2861D33C44C88"}, "downloadUrl": "https://civitai.com/api/download/models/451806?type=Training%20Data"}, {"id": 371448, "sizeKB": 36981.140625, "name": "sota-sd-v10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-17T08:55:41.848Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F3A0B680", "AutoV2": "FF0A296C4E", "SHA256": "FF0A296C4E6725CD6CA8EB89DC63669B481EF9416F1EED6455050E2105619DF4", "CRC32": "2F7B2A6C", "BLAKE3": "ACDA0EB5F70B06CAB0038768B4A9BEE38E5D6582A539F39D2EC267E53D6A5FE1", "AutoV3": "C5D3D4C55603"}, "downloadUrl": "https://civitai.com/api/download/models/451806", "primary": true}], "images": [{"id": 10080796, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddedaaa0-d5c6-4bd3-bd96-86c249c41f34/width=450/10080796.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDI5V+-;TNOH^-t70N9HUu-pk8-;9uxvZ}IU", "type": "image"}, {"id": 10080804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d97c917-24bd-466e-8bf9-e74898ad70cb/width=450/10080804.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEIhdJE1BEt,_4IU5XIoVEjDRQ%3%$R*ROE1", "type": "image"}, {"id": 10080800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e5498f5-c7db-43ae-aaae-837fd1e09f8c/width=450/10080800.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "URIX~zf6u6T0?cxa9bIVw{WAsle.IpxaRjRj", "type": "image"}, {"id": 10080797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a10ea22c-3f30-4348-944e-035cce23bf70/width=450/10080797.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFIr8C?HT}JC?ws+58D*#+?HRQ?HxvozM{RP", "type": "image"}, {"id": 10080799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0941f06-9a82-4945-85fe-524df9c1395b/width=450/10080799.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "ULIORy%1xbH=~C?H5T%2MckWt8kX9[%2Z~s:", "type": "image"}, {"id": 10080803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1749441b-7362-4f2f-ae71-3ba3cf24ebca/width=450/10080803.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKIhszNf*0-p%NM{0MxY#7xaE1xutSM{xEW=", "type": "image"}, {"id": 10080801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63213fbe-65c2-47c8-b7a1-bcad72a20a8b/width=450/10080801.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHJH?tNK.TV??dIV0O?F}rRjWa%1tSRjIUbb", "type": "image"}, {"id": 10080802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94611e09-ecdb-4650-82be-e5e4461166b9/width=450/10080802.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UUJkZUNH%ONH~XIpEm-.#:RkIpR%ozV@r=t8", "type": "image"}, {"id": 10080798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f00ea08-4bda-499f-abbd-98c263829918/width=450/10080798.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOH_*}4:py%M^,M{9aIV-BWAMxR.WnIUM|a{", "type": "image"}, {"id": 10080806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7001f14a-6083-4b56-9b77-a45002df53b3/width=450/10080806.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UJI5Y[4;%iaI^-Ip5T-nvf9ZRQR*EhRPemtR", "type": "image"}, {"id": 10080805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab949c68-a36f-4686-a59b-66a0877fec19/width=450/10080805.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAH_[P.A0=W9Ep-q9bIUHX-;IS-=9ZXA?FWF", "type": "image"}, {"id": 10080932, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70758622-4622-4e00-909e-cc1b4b1629bb/width=450/10080932.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UiJRR1_NI;NG-pNLE3s:i_RkWFxa%NoMV?bG", "type": "image"}, {"id": 10081455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cab74f0-c2d3-42fd-8664-cabe155c24eb/width=450/10081455.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPI=P,MxPX.9;^xu0MIoMIozIUIoE0WBems:", "type": "image"}, {"id": 10081453, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16ab8b8e-e054-4bb0-be5a-683e2b5e8483/width=450/10081453.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMJki#DiCA?wv$wu0NNK=]t7RQIotSxZIoog", "type": "image"}, {"id": 10081454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4a0de23-2697-4901-b3e6-c7c684d34813/width=450/10081454.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMJ*r1t-Af%$~WWZ59M|w4RPRi-o%gNFnjS$", "type": "image"}, {"id": 10082001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59cf8690-02da-4d60-afb0-8c45974518bd/width=450/10082001.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPHxyvIqyE-P_4NG9uxt#pRiM{X9n+RjafW;", "type": "image"}, {"id": 10081998, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff10eae2-843d-4e20-8f3a-34c608161e85/width=450/10081998.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "ULH_rltmp0.T.AxuNL9v-pxZIUMyRlRjoIxa", "type": "image"}, {"id": 10082639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16bae10f-c93c-46d0-91e7-94ab5105e353/width=450/10082639.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHGb*j_NX:o~_4RO9aD*VX%1Ips:9GbbV?WX", "type": "image"}, {"id": 10082640, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6a7750b-6602-43ae-9add-4004c08ef62c/width=450/10082640.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBHeqX-p7OOt~Xr=000LHqJ701V?0KWBNHM{", "type": "image"}, {"id": 10082641, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de8e1d67-88e8-4e76-a477-d3c05c965263/width=450/10082641.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8HoOVDk0q_3^-%M00nhL#9t$g-p01nO0JE2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/451806", "modelId": 405241} \ No newline at end of file diff --git a/datasets/metadata/451863.json b/datasets/metadata/451863.json new file mode 100644 index 0000000000000000000000000000000000000000..9913f00dc44d55524125965589be662156671c7f --- /dev/null +++ b/datasets/metadata/451863.json @@ -0,0 +1 @@ +{"id": 451863, "index": 0, "name": "TEST 2G", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-17T19:04:32.652Z", "availability": "Public", "nsfwLevel": 1, "description": "Testing-EVE
", "trainedWords": ["EVE_INNOCENT", "EVE_BATTLEMODE", "EVE_DEMONMODE"], "stats": {"downloadCount": 96, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 372086, "sizeKB": 223107.82421875, "name": "TEST_2G.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-17T18:10:51.508Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B72D92D4", "AutoV2": "0A1D965899", "SHA256": "0A1D9658997B4B5F78520441C9B5B8FC8A378EC39EEE669DE01A5554D85B9F97", "CRC32": "B78A0DA2", "BLAKE3": "9B3BA61834BFCDB7DC0639D04E7FED0FB258158CA87E42D4D9E86E617F3E5EC8", "AutoV3": "BEA87E3B9EF6"}, "downloadUrl": "https://civitai.com/api/download/models/451863", "primary": true}, {"id": 372665, "sizeKB": 26671.65234375, "name": "SEQUEL_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-18T01:10:42.368Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3CD596FA", "AutoV2": "7E1F76A231", "SHA256": "7E1F76A2314D768FA3CDD36F7A04AB6AFA4D9C398606CD733934ED55B534FA6D", "CRC32": "499870E9", "BLAKE3": "B87905DE5EEC93CB6E5D89367A8E1D9D00BB0A459B8912F72456A7C11135AB85"}, "downloadUrl": "https://civitai.com/api/download/models/451863?type=Training%20Data"}, {"id": 372669, "sizeKB": 26671.65234375, "name": "SEQUEL_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-18T01:16:21.381Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3CD596FA", "AutoV2": "7E1F76A231", "SHA256": "7E1F76A2314D768FA3CDD36F7A04AB6AFA4D9C398606CD733934ED55B534FA6D", "CRC32": "499870E9", "BLAKE3": "B87905DE5EEC93CB6E5D89367A8E1D9D00BB0A459B8912F72456A7C11135AB85"}, "downloadUrl": "https://civitai.com/api/download/models/451863?type=Training%20Data"}], "images": [{"id": 10111836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11cb7ca5-7822-4a0e-830a-5eaaaa73e57b/width=450/10111836.jpeg", "nsfwLevel": 1, "width": 511, "height": 1024, "hash": "UXLNPpR5E0wa9rVq%Ot7*0R*,Wsk_L#+xtxF", "type": "image"}, {"id": 10111837, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/960fc113-db83-41b6-b47f-80911c5e910f/width=450/10111837.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCGALit800S$-pofNKRj00ay~pV[tlWVMxju", "type": "image"}, {"id": 10112438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8253ca1a-a92c-4b0b-b8d3-feb0e9e48a99/width=450/10112438.jpeg", "nsfwLevel": 1, "width": 484, "height": 1024, "hash": "UNK1qCEM0L?G00%M?bfkKj$*wcRj.TV?$%Io", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/451863", "modelId": 405293} \ No newline at end of file diff --git a/datasets/metadata/451890.json b/datasets/metadata/451890.json new file mode 100644 index 0000000000000000000000000000000000000000..09c75ddcf231deda565c725cac345eec21e6b566 --- /dev/null +++ b/datasets/metadata/451890.json @@ -0,0 +1 @@ +{"id": 451890, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-17T10:20:46.258Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 217, "ratingCount": 0, "rating": 0, "thumbsUpCount": 53, "thumbsDownCount": 0}, "files": [{"id": 371534, "sizeKB": 22260.42578125, "name": "saito_ine_Grandma-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-17T10:25:39.287Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FD15E05E", "AutoV2": "D37E86927B", "SHA256": "D37E86927B35AC2DDBC34273CB0435F88D7EFA633FE2F88FD293CDED77006467", "CRC32": "705707C8", "BLAKE3": "B51EA57E5A617A6CF652530A104B4A3158586FA3CD13181F6BB13CDE9BFC4007", "AutoV3": "D8FE975EFD2D"}, "downloadUrl": "https://civitai.com/api/download/models/451890", "primary": true}, {"id": 371535, "sizeKB": 47552.9716796875, "name": "saito_ine_Grandma.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-17T10:25:40.074Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0FDA633C", "AutoV2": "AA69C587F5", "SHA256": "AA69C587F5E1B49D2B956B5D97810A66B154740850137ABBE79FE5E22B5866EB", "CRC32": "9FB16D5F", "BLAKE3": "86B70C633B9D49DACA8F0AF06C0E5B3A431D0EE7B8E5676168477A4748C29AF9"}, "downloadUrl": "https://civitai.com/api/download/models/451890?type=Training%20Data"}], "images": [{"id": 10085737, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe2d1c00-806e-4b91-824a-03d09d3b58c0/width=450/10085737.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULQSo8IB?^%2x]jY-;t7yCR*8_M{xaWVxskC", "type": "image"}, {"id": 10085736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/beed7ac0-bcfc-4dfd-aeab-0f70edc1f885/width=450/10085736.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULQSo8IB?^%2x]jY-;t7yDR*8_M{xaWVxskC", "type": "image"}, {"id": 10085943, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52dddb53-0a74-423f-874a-f71ea40508b7/width=450/10085943.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UENTB.+Z2Z?b2{?a01I[019uibIV}@R+I9id", "type": "image"}, {"id": 10086300, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/117b76ec-a5e2-4240-9123-e9b1d3d6fb73/width=450/10086300.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UONJqM~qpJ%L9v?btlWBEk%2VYIV~VjEayxt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/451890", "modelId": 405320} \ No newline at end of file diff --git a/datasets/metadata/452080.json b/datasets/metadata/452080.json new file mode 100644 index 0000000000000000000000000000000000000000..4a4689462cfaf250679fc1f068158986025dda7d --- /dev/null +++ b/datasets/metadata/452080.json @@ -0,0 +1 @@ +{"id": 452080, "index": 0, "name": "Real Mirror Selfie XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-17T20:55:47.769Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Mirror selfie", "Dirty mirror", "Messy room", "Holding cellphone", "Cameraflash", "Cluttered counter", "Ass on countertop"], "stats": {"downloadCount": 1346, "ratingCount": 0, "rating": 0, "thumbsUpCount": 99, "thumbsDownCount": 0}, "files": [{"id": 371710, "sizeKB": 19057.3642578125, "name": "452080_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-17T13:06:06.270Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A371B308", "AutoV2": "4E89BF5354", "SHA256": "4E89BF53544057C091A90A526D7BBC57B4F3CA176555D97A8373943917810003", "CRC32": "A386C7E7", "BLAKE3": "058FBC4E77996EB1D4267AA8E78EB2D934A1BBD7F8BBFA9B080380A675A28B2B"}, "downloadUrl": "https://civitai.com/api/download/models/452080?type=Training%20Data"}, {"id": 372290, "sizeKB": 223109.76171875, "name": "Real_Mirror_Selfie_XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-17T20:26:25.269Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9E0CF106", "AutoV2": "5699EFE612", "SHA256": "5699EFE61266649FA01449CB318E4A39937CB6BB7623495C830025CF38304CFA", "CRC32": "09CC0D0B", "BLAKE3": "B60AFB89E751958FDDC880B19BC7B504537D8FA6B035DE98348AA6A1D1C02E47", "AutoV3": "235B9F132697"}, "downloadUrl": "https://civitai.com/api/download/models/452080", "primary": true}], "images": [{"id": 11527628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4160e6f-8092-4af6-9ff2-1c84b69188ba/width=450/11527628.jpeg", "nsfwLevel": 2, "width": 450, "height": 658, "hash": "UKHw}m%L$%~W+]E2f,xt~Cj?M|a}9bjFs,tR", "type": "image"}, {"id": 10127994, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f7c4808-0a6a-4642-99d7-2cd8516b2772/width=450/10127994.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UKMPBoo#EN$*Q-M|^*S5~q$%$f9vrYjEW?%1", "type": "image"}, {"id": 10140144, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4986dc3b-385f-4f1d-be1a-c68001399f3f/width=450/10140144.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UTM6I*4:0~E2Ef9aozbI~WWA-oWCM|t7NGjF", "type": "image"}, {"id": 10140142, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb8881c6-ebb5-4fd8-a15e-011058e5fb21/width=450/10140142.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UFJ6TVEN%d9G~UozD*E2On={m,NH^i-9$%I;", "type": "image"}, {"id": 10140143, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92bcebe6-a4fb-4a86-9dc4-256ff73f35a9/width=450/10140143.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UdHLJBRP.mENOrNHWBX9EfR*sSxuRjV@i_V@", "type": "image"}, {"id": 10140145, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f283370-a552-4610-8802-dfc8b9e02b81/width=450/10140145.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UCN+d]4oLg015W$xx^01Kl?H$$-n^0ogS5D*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/452080", "modelId": 405485} \ No newline at end of file diff --git a/datasets/metadata/452126.json b/datasets/metadata/452126.json new file mode 100644 index 0000000000000000000000000000000000000000..5594cf3a364183b2431e893928ae85900b5776db --- /dev/null +++ b/datasets/metadata/452126.json @@ -0,0 +1 @@ +{"id": 452126, "index": 0, "name": "anime", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-17T22:52:19.495Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": ["ishuzu ishtar, blue eyes, dark skin, dark-skinned female, black hair, egyptian,", "dress, jewelry, hood, cape, armlet, eye of horus,"], "stats": {"downloadCount": 530, "ratingCount": 0, "rating": 0, "thumbsUpCount": 102, "thumbsDownCount": 0}, "files": [{"id": 372482, "sizeKB": 223105.54296875, "name": "ishuzu-ishtar-anime-ponyxl-lora-nochekaiser.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-17T22:45:49.666Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C79D2B44", "AutoV2": "48B9E6EB44", "SHA256": "48B9E6EB440E2422B7AA4D064630870750ADB536A6BA08E35B52088FC16A36A3", "CRC32": "33FE3305", "BLAKE3": "6A5BCA055C1363BBFA1237976484DD8EF1A8FEC5C85DC0BB72315971A0E7577A", "AutoV3": "5DC96D1FA6C0"}, "downloadUrl": "https://civitai.com/api/download/models/452126", "primary": true}, {"id": 372491, "sizeKB": 226242.66796875, "name": "ishuzu ishtar anime.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-17T22:50:49.363Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6EBE4A39", "AutoV2": "2169FA1051", "SHA256": "2169FA1051C826821405167B89D6D822761A592DA214EB223CC28B763CFF7BAA", "CRC32": "4E79C9EA", "BLAKE3": "FEA8BEC67CA62D524379E8A07DEAC72B78117B6D14E214C3D45A04E8432F6E99"}, "downloadUrl": "https://civitai.com/api/download/models/452126?type=Training%20Data"}], "images": [{"id": 10127385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a953f03-3ce8-4e58-befa-ebf351fbd375/width=450/10127385.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U6GIy6_M000000Mw~p?u00%f009G-:Rk?aoc", "type": "image"}, {"id": 10127388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfdb9427-9ffd-4f13-bde7-484fbaa8a730/width=450/10127388.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U8IX+|4TD#WE00D*?^Di5SMw~p9G_Nt6DN-:", "type": "image"}, {"id": 10127393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c9ecaac-1b1a-4367-94f7-75f8df598b35/width=450/10127393.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UIJHs*R%Di~p00tR-;IUNg-ox]RQ9GRPIUWX", "type": "image"}, {"id": 10127400, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1cc7bfd-60bf-49d4-ba04-f06d58759d0d/width=450/10127400.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UAIE|aNM0101f98{pJ%#TM~A4;00M|R3n3x[", "type": "image"}, {"id": 10127398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9699ea1-9b1e-46b1-8c78-493e13ffad38/width=450/10127398.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UHJRNvWY.T~p00t6Djoy4n%L9FM{o|Io%2sl", "type": "image"}, {"id": 10127409, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd404224-3594-4248-8007-0d44faf5c5dd/width=450/10127409.jpeg", "nsfwLevel": 8, "width": 1152, "height": 896, "hash": "U7Hxj30000D*00-:?H0M00^*^%?G0L57Ip~9", "type": "image"}, {"id": 10127410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1de4c598-3075-41ee-ae5d-97e4e2644ddd/width=450/10127410.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UAIY2w_M4:0000Dh9urW1SS0?a^#x_%gw[Mc", "type": "image"}, {"id": 10127415, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eed20416-bdd0-4cf9-a9ff-e9114a483bc0/width=450/10127415.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UCF~gX01034o9H~oM{D*IW%M?GIVIV?b9FV?", "type": "image"}, {"id": 10127416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49b6bc2d-4085-4b6b-bb26-a4d5d8ca196b/width=450/10127416.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UAGu]-D=00_N00obxuD%4pV?4n%K-h%K--x[", "type": "image"}, {"id": 10127418, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f92f0b20-8c96-4160-95a0-e3014ffaaa46/width=450/10127418.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UGH_oN~p00Mx009Fxt-oNe-o?u%MD%W=axD%", "type": "image"}, {"id": 10127420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79bf5916-8266-4a7f-8765-6a9e8e72f0ea/width=450/10127420.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UBHU|I0100-p00?E%g0g9vS$~B-oIW9Fxpxu", "type": "image"}, {"id": 10127421, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7607b578-4130-499c-9dcc-03d2a6434a94/width=450/10127421.jpeg", "nsfwLevel": 8, "width": 1152, "height": 896, "hash": "U7I;|z8w03Z$00Gw%3D*J;03-k~T?HQ,H;Mb", "type": "image"}, {"id": 10127422, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58112f60-29c3-43cb-b23c-d7692344a941/width=450/10127422.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UFI}kb008{~p00?aNI8{9H%L?a%gDj-:R5IU", "type": "image"}, {"id": 10127423, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cc5e0fe-1c41-42d5-b343-fcb97e5e9fa4/width=450/10127423.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UAG[[]019J5B00~oDhIB4;ng?Y9GWX.7ROt7", "type": "image"}, {"id": 10127424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42a0d70c-3e04-4d85-a19a-3b6546f630af/width=450/10127424.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UBJH?bo4018{009bIV~q9bnhIUn#D*D$RkxZ", "type": "image"}, {"id": 10127425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c64ab81-1305-47bf-b13d-1b15fc428c78/width=450/10127425.jpeg", "nsfwLevel": 8, "width": 1152, "height": 896, "hash": "UDHn{Q~o4=E200DOxb^*PCRN?ut6tSM_i_Mx", "type": "image"}, {"id": 10127426, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0aab89a-41e6-46d0-9d95-3b9da5b5e301/width=450/10127426.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UAGI$G?w00Ia01NM-=x^9Jxu9FNI-OMx_2t7", "type": "image"}, {"id": 10127432, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f026856-d6d5-45ad-839d-955215de35f7/width=450/10127432.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UBKe1EPAlA_M00^*IC%1tmxZ00IW00DiVsS5", "type": "image"}, {"id": 10127427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7325f15-c9b0-4689-b382-7bf0d46670e4/width=450/10127427.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UBH_[D9I01%%01-;%NPWGd,??F-=WaDiMcS$", "type": "image"}, {"id": 10127436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bdd5ef1-1069-4f39-b1a3-edcb48c1eaa6/width=450/10127436.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UBLXG4xbt-_N00IVRm_3E3S%9F00IUD+~p4n", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/452126", "modelId": 405530} \ No newline at end of file diff --git a/datasets/metadata/452240.json b/datasets/metadata/452240.json new file mode 100644 index 0000000000000000000000000000000000000000..99121a5f26d06f4c78a0352c80bcd23f0d12c67a --- /dev/null +++ b/datasets/metadata/452240.json @@ -0,0 +1 @@ +{"id": 452240, "index": 0, "name": "v1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-17T19:05:31.540Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 36, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 371847, "sizeKB": 25014.375, "name": "452240_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-17T15:01:46.599Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4A032FFD", "AutoV2": "F21127B960", "SHA256": "F21127B96022F7B835F3AD9B4AF8BCEE46D87B3D61919FA753808D7FDB134E38", "CRC32": "1F2CDE57", "BLAKE3": "B1226E6655BF7719878FF7AE3AC75E63A2196FD2E54848E836BBBCC9CBE78ADE"}, "downloadUrl": "https://civitai.com/api/download/models/452240?type=Training%20Data"}, {"id": 372101, "sizeKB": 223100.08984375, "name": "Paul_Allen.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-17T18:20:48.171Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "82189308", "AutoV2": "88AB81AF69", "SHA256": "88AB81AF691EA8C361FECD859B15DFE4508265EE6C80F01FFBD6D3E1C4F06B51", "CRC32": "D2D9CBA0", "BLAKE3": "EF1F76551BA06D230A6C44EC0A7EA2234FEF486340EC54C5C21E812D124ECF89", "AutoV3": "6C99C2176F75"}, "downloadUrl": "https://civitai.com/api/download/models/452240", "primary": true}], "images": [{"id": 10111823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fdfd583-0a47-46a2-b2df-f2387032ce5c/width=450/10111823.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBG*HXL}D5^l00?boNVsUHNFyDIoyFjFv|tS", "type": "image"}, {"id": 10111830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/783a76c5-127e-4e3f-8cca-a6ecfd463798/width=450/10111830.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMF6CG~pyD_NMH?vx]obtoIUn,M{o}xunNoz", "type": "image"}, {"id": 10111833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7eedbcc-0695-453e-ab32-508a5fec69b1/width=450/10111833.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDB{},~X0z568wI9E1NaX:tS-qxHXQkVi_RO", "type": "image"}, {"id": 10111835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24c70bb4-9e6c-4c36-b4e9-942500ee5924/width=450/10111835.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUHU@A~p_3^*D#.8ozt7tnRPoLIoNFxaoeo#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/452240", "modelId": 405640} \ No newline at end of file diff --git a/datasets/metadata/452584.json b/datasets/metadata/452584.json new file mode 100644 index 0000000000000000000000000000000000000000..0ddc94b412d57fa80acb3566ef4b4ebc09c14fa2 --- /dev/null +++ b/datasets/metadata/452584.json @@ -0,0 +1 @@ +{"id": 452584, "index": 0, "name": "Acrylic_kid", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-17T21:25:42.331Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 25, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 372361, "sizeKB": 223100.66796875, "name": "Acrylic_kid.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-17T21:25:37.688Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "856790F5", "AutoV2": "7990B03181", "SHA256": "7990B031819B326B29FCFA8C89B90E81739A0843F5A0BBD5CB7590E0F8352A55", "CRC32": "92CAD214", "BLAKE3": "F087E5A8B0F2169F5B1AF3568F67F7FC38EA486D7B55122B789F6D9DC73DF15D", "AutoV3": "B2B1E41AB923"}, "downloadUrl": "https://civitai.com/api/download/models/452584", "primary": true}, {"id": 372162, "sizeKB": 16995.7958984375, "name": "452584_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-17T19:06:51.951Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5640E5AF", "AutoV2": "F8ED48B528", "SHA256": "F8ED48B5283B60633B7A9D2CBA9B297D28968BCE3D266B075DDC5725A8EC8876", "CRC32": "1DA11076", "BLAKE3": "2A0DC8A3E4D28990F337E87E97456B46F5B19F4A5064C56AEBEFCE5E53964974"}, "downloadUrl": "https://civitai.com/api/download/models/452584?type=Training%20Data"}], "images": [{"id": 10123422, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a67e0c68-eed0-4902-8e8a-833f73594bf3/width=450/10123422.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UELWFlxJ|}jJ^,R-IVs:S%bHI:s:IVsl%LR*", "type": "image"}, {"id": 10123420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71f4499e-a72b-498e-b6dc-802520b32bfb/width=450/10123420.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UILoZQ+a-poc}=wcn$bHpcW-I@a|s.W.j[oK", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/452584", "modelId": 405944} \ No newline at end of file diff --git a/datasets/metadata/452681.json b/datasets/metadata/452681.json new file mode 100644 index 0000000000000000000000000000000000000000..dc5707f7812919352474622f5488a0d86212e162 --- /dev/null +++ b/datasets/metadata/452681.json @@ -0,0 +1 @@ +{"id": 452681, "index": 0, "name": "Punk Anime Girl Creampie v0.1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-18T04:11:35.846Z", "availability": "Public", "nsfwLevel": 28, "description": "O.1 initial test version, trained on 51 images
", "trainedWords": [], "stats": {"downloadCount": 158, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 372305, "sizeKB": 9871.1064453125, "name": "452681_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-17T20:35:43.018Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1577CE82", "AutoV2": "1098AC441C", "SHA256": "1098AC441C68DAB4899964D8827DC529BC20F898047EB0FBDEC91EE932294371", "CRC32": "C701E5D3", "BLAKE3": "E6248110E4A7233803F72B615F73CFE903DFF1B3F4D7F8416D557EDFA0979939"}, "downloadUrl": "https://civitai.com/api/download/models/452681?type=Training%20Data"}, {"id": 372869, "sizeKB": 18555.4765625, "name": "Punk_Anime_Girl_Creampie_v0.1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-18T04:05:37.705Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "F8388547BB", "SHA256": "F8388547BB1FFC0405494511305766BB366D1A0B8C0BA266C6590DC6C4B08760", "CRC32": "DB8C370F", "BLAKE3": "2D6235F4B3067190ED30AFD6154F9FC46E2A63E62F37E4D69E8ABA7832CD1671", "AutoV3": "7EB1F0409A45"}, "downloadUrl": "https://civitai.com/api/download/models/452681", "primary": true}], "images": [{"id": 10144434, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b18a797-a1ef-4f70-8f53-9401e54cf8b3/width=450/10144434.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "U8Lg2|xZ00^k?^4.-U-:01e-W=bHx[?GD*-p", "type": "image"}, {"id": 10144436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c674b46c-fb8e-4510-83ff-342bcb57fa1c/width=450/10144436.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UELz5E-;aeI:4Vj[oKSg00RPWVSL~CWBkBRj", "type": "image"}, {"id": 10144437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd2a89e2-c2cb-4eb8-b42f-bda8c56cf67a/width=450/10144437.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "U5L3=RMcOYrD00?HRjtk00EkIoWE$z~B-;9Z", "type": "image"}, {"id": 10144606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6eacc1a6-aa76-40e9-9e49-998248ce305d/width=450/10144606.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "U8Lg2|xZ00^k?^4.-U-:01e-W=bHx[?GD*-p", "type": "image"}, {"id": 10144607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89875151-fe9f-4daa-a2eb-1d96556f3bcb/width=450/10144607.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UELz5E-;aeI:4Vj[oKSg00RPWVSL~CWBkBRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/452681", "modelId": 406034} \ No newline at end of file diff --git a/datasets/metadata/452840.json b/datasets/metadata/452840.json new file mode 100644 index 0000000000000000000000000000000000000000..fcf09a0c8816071f22c0643df40ff5f5ea2552fd --- /dev/null +++ b/datasets/metadata/452840.json @@ -0,0 +1 @@ +{"id": 452840, "index": 0, "name": "Lunaipedro V2.1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-17T23:15:14.986Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 61, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 372397, "sizeKB": 198941.8515625, "name": "452840_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-17T21:45:54.783Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "21DBE2E8", "AutoV2": "AAAC430B4C", "SHA256": "AAAC430B4C4F764FB8E006B623E942AA07BBCE2DB6F3AF2D5099C359E90CBC68", "CRC32": "670C0222", "BLAKE3": "665D5CBBEC8B77FAF0102152C3DABC7E3A85864E4FD79C4C55C97F355B477288"}, "downloadUrl": "https://civitai.com/api/download/models/452840?type=Training%20Data"}, {"id": 372516, "sizeKB": 36979.796875, "name": "Lunaipedro_V2.1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-17T23:16:05.379Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "17267C21", "AutoV2": "F131359F48", "SHA256": "F131359F48CEA84A8CF909D025DF7C4A08C211AD63326187DA87150CBEE2E41B", "CRC32": "82F84058", "BLAKE3": "952D3642ED45B3F4A985BF21F8C4E5A140CEF37C84B6E45357B16B8D42CD67FD", "AutoV3": "1A9A26A36835"}, "downloadUrl": "https://civitai.com/api/download/models/452840", "primary": true}], "images": [{"id": 10128731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0107f364-82e1-4d7b-8b58-3aec4c4729a7/width=450/10128731.jpeg", "nsfwLevel": 1, "width": 833, "height": 782, "hash": "UKEx|f4o_MjF?aRj~VofI;oL-Vof^kR*NH%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/452840", "modelId": 406177} \ No newline at end of file diff --git a/datasets/metadata/453054.json b/datasets/metadata/453054.json new file mode 100644 index 0000000000000000000000000000000000000000..f5eb42806b5f1cd03a17da9e147a794f620038d8 --- /dev/null +++ b/datasets/metadata/453054.json @@ -0,0 +1 @@ +{"id": 453054, "index": 0, "name": "Girls being tied up", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-18T12:05:26.903Z", "availability": "Public", "nsfwLevel": 28, "description": "This is my first attempt, so constructive feedback is welcome :)
", "trainedWords": [], "stats": {"downloadCount": 235, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 372598, "sizeKB": 5517.4365234375, "name": "453054_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-18T00:06:32.216Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0C48AF81", "AutoV2": "AE4F839776", "SHA256": "AE4F8397765F8389B0BACF3DE2172510BDF5F6EB873A8C23869CB3042AAC6A2A", "CRC32": "80A5E4B1", "BLAKE3": "2D2A8EC44930CC6906E951FA2D3BEECF725D67F791E52DD9FDEC0003108847CE"}, "downloadUrl": "https://civitai.com/api/download/models/453054?type=Training%20Data"}, {"id": 373252, "sizeKB": 36980.328125, "name": "Girls_being_tied_up-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-18T12:00:43.672Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D703F074", "AutoV2": "0D47B83B25", "SHA256": "0D47B83B2552CEDC806A9C1EFF18F61605A1F19DC2CBB54E56A5BCAB5472DCAC", "CRC32": "6F1356C2", "BLAKE3": "208A953C0076030F45946AB9B8AFFDBF04A94C97B535E5302A4FFBC9B8FD9168", "AutoV3": "8717A832EAB2"}, "downloadUrl": "https://civitai.com/api/download/models/453054", "primary": true}], "images": [{"id": 11220863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d16fe2c4-11d3-446b-b948-8d4ad804ce06/width=450/11220863.jpeg", "nsfwLevel": 4, "width": 450, "height": 675, "hash": "U5Dk-*+a0g03%}Io}?oIxB9u?Z~AwHRlJCR+", "type": "image"}, {"id": 10164430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fe94d86-0c51-4710-b86b-b45f83fec25d/width=450/10164430.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UEIgT0M{tR9uy?wcjFw^ElWV9ubbx[WBn$EN", "type": "image"}, {"id": 10164429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0682820f-25c7-4e9b-8ffb-e214ab80029a/width=450/10164429.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UCHBPQMI0nlVI]S#-n$%00.9-TMwI;t7s,Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/453054", "modelId": 406372} \ No newline at end of file diff --git a/datasets/metadata/453196.json b/datasets/metadata/453196.json new file mode 100644 index 0000000000000000000000000000000000000000..cc3c0337f7c44e9a1a272d27f9ec997d6965d483 --- /dev/null +++ b/datasets/metadata/453196.json @@ -0,0 +1 @@ +{"id": 453196, "index": 0, "name": "BuildingFacadeSciFi", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-18T03:53:41.698Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 191, "ratingCount": 0, "rating": 0, "thumbsUpCount": 31, "thumbsDownCount": 2}, "files": [{"id": 372741, "sizeKB": 189904.509765625, "name": "453196_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-18T02:15:51.995Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "99349930", "AutoV2": "941349C611", "SHA256": "941349C611F7F9D52B6A27FF15782CD0732CE0B10921654DF918DEEFB3CB961D", "CRC32": "447AF951", "BLAKE3": "E542E81793CB16EEB29C86187F5EFE5AB8FD48CE78DDD21D5124B634AFFE3887"}, "downloadUrl": "https://civitai.com/api/download/models/453196?type=Training%20Data"}, {"id": 372854, "sizeKB": 223104.62890625, "name": "BuildingFacadeSciFi.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-18T03:51:16.260Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2C60564F", "AutoV2": "82F9EF8B97", "SHA256": "82F9EF8B975B8AC2DF33EC43DD964AF4CF8EF504DFBC095FA3435B88EFBCE908", "CRC32": "78AD860C", "BLAKE3": "7D16C79AEB84D1D405900FF18B3AB737B9FD116AE98E8C3AEA8E5010125A46F5", "AutoV3": "E77E9A746B11"}, "downloadUrl": "https://civitai.com/api/download/models/453196", "primary": true}], "images": [{"id": 10143376, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0fc8050-9c1f-42e0-9220-58c205336efe/width=450/10143376.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U66IBA%M?btR.m%M.7tQ%ftRW=jZM{ofNGV@", "type": "image"}, {"id": 10143377, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d671b326-92c5-4f83-ac8f-37555f0f28d1/width=450/10143377.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U67_A+aKkr%guPM{oItR_NV?axtRyDRPRQkC", "type": "image"}, {"id": 10143378, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9baf450a-0fd1-4982-a66c-3ce547c7f806/width=450/10143378.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTF~aDM{_NkCyDWBxtof?voft7t7%2t7ayof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/453196", "modelId": 406508} \ No newline at end of file diff --git a/datasets/metadata/453399.json b/datasets/metadata/453399.json new file mode 100644 index 0000000000000000000000000000000000000000..a8905174ae7c586116ac5f0ff23f129304907af8 --- /dev/null +++ b/datasets/metadata/453399.json @@ -0,0 +1 @@ +{"id": 453399, "index": 1, "name": "Blue Characturney V3", "baseModel": "Other", "baseModelType": null, "publishedAt": "2024-04-18T07:45:29.372Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 372952, "sizeKB": 2173.638671875, "name": "453399_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-18T06:00:42.555Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "52C49EAB", "AutoV2": "7ADF32A031", "SHA256": "7ADF32A031A650CC1CAF0C55576D9C3C2C68055C2B9AD5142CED6394A04CBA4C", "CRC32": "4ADD8EDD", "BLAKE3": "2D46981D3D0FCB09235146DE12A8429EB9223C844517DE7879C29022F3FB67FF"}, "downloadUrl": "https://civitai.com/api/download/models/453399?type=Training%20Data"}, {"id": 373001, "sizeKB": 223101.45703125, "name": "Blue_Characturney_V3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-18T07:25:46.420Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "530D4B89", "AutoV2": "4A0C9BF6D0", "SHA256": "4A0C9BF6D0B5DA0F8296D739346A0D8C05AC31931356178B5B7B4AE969520720", "CRC32": "185CB364", "BLAKE3": "B4E1A7E4785190482C57E6154CDD524A3C1B3C41BD319EC0D179C3DA5B93F6DB", "AutoV3": "D3BE4694ECB2"}, "downloadUrl": "https://civitai.com/api/download/models/453399", "primary": true}], "images": [{"id": 10153691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2ad1f83-4fc6-4900-ae1d-fc1cecee5845/width=450/10153691.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UUOMW%IU~B^+yEs:R-R-_2s:bwWBXnR*NGWB", "type": "image"}, {"id": 10153759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b4f2324-50d0-4083-a2c4-b08d27bb6f8f/width=450/10153759.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U39j4Tx_00}h0NM|D+Rj8^v{%jJtRkJT?GWG", "type": "image"}, {"id": 10153760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef1596d0-e636-4a87-98de-7a3989a9d8eb/width=450/10153760.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UUOMW%IU~B^+yEs:R-R-_2s:bwWBXnR*NGWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/453399", "modelId": 406705} \ No newline at end of file diff --git a/datasets/metadata/453426.json b/datasets/metadata/453426.json new file mode 100644 index 0000000000000000000000000000000000000000..6be4899e40c19369d8d5c8249ab0f99bba0e1553 --- /dev/null +++ b/datasets/metadata/453426.json @@ -0,0 +1 @@ +{"id": 453426, "index": 0, "name": "vhey latex girl", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-18T06:56:07.010Z", "availability": "Public", "nsfwLevel": 3, "description": "1
", "trainedWords": [], "stats": {"downloadCount": 82, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 372966, "sizeKB": 2924.828125, "name": "453426_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-18T06:21:03.206Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "45F9A76E", "AutoV2": "F1A0129BBD", "SHA256": "F1A0129BBD959996E8BCF67FA34465FBA832951000E8249605DD5DE421AE6BE9", "CRC32": "35310174", "BLAKE3": "F42553E09FCA337C2DAB511FD2555C2B74CF3D27C32CE3C1BDB82909411F6AE2"}, "downloadUrl": "https://civitai.com/api/download/models/453426?type=Training%20Data"}, {"id": 372987, "sizeKB": 36977.984375, "name": "vhey_latex_girl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-18T06:45:43.006Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "32607FD9", "AutoV2": "F65363C303", "SHA256": "F65363C303280310F12D874A9E8D451F45FFACFBEB0F90E68DE73C4CCB454E66", "CRC32": "ADFA2CB8", "BLAKE3": "827D2426754827B89A75CEACFF107D9255C0C4683F727040AA113ADF5E4E0C66", "AutoV3": "7F0ED6978B29"}, "downloadUrl": "https://civitai.com/api/download/models/453426", "primary": true}], "images": [{"id": 10151806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc0d2d53-5659-4483-83fb-fb137ee7ad8a/width=450/10151806.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UWF={,xu%h%L?wbIo#WBo~WYofRjx]M{WCs:", "type": "image"}, {"id": 10151832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71156acf-5914-4a99-9f5a-01edbc464f48/width=450/10151832.jpeg", "nsfwLevel": 1, "width": 1968, "height": 2644, "hash": "UpG[=~x^Oto#?wxut5t7%MjEn#kCt6WCRkjZ", "type": "image"}, {"id": 10151862, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c8d595e-df84-4a0d-802e-a53276472a7f/width=450/10151862.jpeg", "nsfwLevel": 1, "width": 1968, "height": 2644, "hash": "UpG[=~x^Oto#?wxut5t7%MjEn#kCt6WCRkjZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/453426", "modelId": 406728} \ No newline at end of file diff --git a/datasets/metadata/453476.json b/datasets/metadata/453476.json new file mode 100644 index 0000000000000000000000000000000000000000..bfa6c77998438aa3c7872eeeaafe04de047ca518 --- /dev/null +++ b/datasets/metadata/453476.json @@ -0,0 +1 @@ +{"id": 453476, "index": 0, "name": "Mpreg Model (Realism ver)", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-18T18:15:47.516Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Belly tumor", "belly stretchmarks", "veiny belly", "oiled skin", "wearing color pants", "maternity color shirt", "color shirt"], "stats": {"downloadCount": 139, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 373700, "sizeKB": 165413.912109375, "name": "453476_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-18T17:06:09.927Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FDD0FBCB", "AutoV2": "DC4F95EB54", "SHA256": "DC4F95EB54F2C379DF8AEED0E363A881A73FAF32F4285451583F6F829E47AA9C", "CRC32": "7F1543E0", "BLAKE3": "C648AB5DE57A68342C4004B88A5105037A2A07B290B40B486D90AB649A7B484B"}, "downloadUrl": "https://civitai.com/api/download/models/453476?type=Training%20Data"}, {"id": 373783, "sizeKB": 223117.09765625, "name": "Waterbead_boy__Inflation_OC_XL_belly_model.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-18T18:06:54.424Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5844891A", "AutoV2": "BDA6944328", "SHA256": "BDA6944328891383BA89611D882155D8C0D46983291CD1EEA698F0C62746405C", "CRC32": "C2D8E052", "BLAKE3": "6738A4CEBB80F0DB1D2372758FA23FC5C16FAEF7FD09704320368AA49A5F3EB7", "AutoV3": "23C30093BB78"}, "downloadUrl": "https://civitai.com/api/download/models/453476", "primary": true}], "images": [{"id": 10184942, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12361a73-d6d4-4602-b20e-60b761ba1053/width=450/10184942.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U7Hw_e0001~A_L%N02ob00%$T1D%]Os*_4?a", "type": "image"}, {"id": 10184444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b12c1713-af58-4e8e-a28f-a93ddfcfb50a/width=450/10184444.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAIqozOtT|~q0#MIM_9t01M{v}%2#R.89F-:", "type": "image"}, {"id": 10184339, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d1f7931-16d1-4dfe-9b90-5abc99ee0af0/width=450/10184339.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGHx?6-._N?c-n?vt7D%_3_3xaxuxus,ofoz", "type": "image"}, {"id": 10184759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31093afb-86c3-4f4b-b524-a7d6da4f7946/width=450/10184759.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UAHeF200Po_3.RM{rXo}00o~w]Mx~BM|56%1", "type": "image"}, {"id": 10184446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d56410b0-bfb7-476c-a06f-fdfaf6975f42/width=450/10184446.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UMJkJ.D*KP~qk=%2-okD9ZxujFV@-pxuIUM{", "type": "image"}, {"id": 10184447, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ca062b5-0d57-4c80-86de-15d7834d8c06/width=450/10184447.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UVIEkY~qEh?vJ,M{s9%2WXjaaeRj%MofRjae", "type": "image"}, {"id": 10184884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7b54219-227b-424e-8427-f02715a607d1/width=450/10184884.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6B3sV~p01j@t7R*E1ay00IU-pM|D%WB%Mj[", "type": "image"}, {"id": 16356705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ce394ff-d198-48de-a6a9-151e479598ac/width=450/16356705.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1080, "hash": "UE8W?SNGD%V@~VNHIoRjxZbbXTRjIot7t7WB", "type": "video"}], "downloadUrl": "https://civitai.com/api/download/models/453476", "modelId": 406777} \ No newline at end of file diff --git a/datasets/metadata/453596.json b/datasets/metadata/453596.json new file mode 100644 index 0000000000000000000000000000000000000000..0ce843b9d64d613ab0a4425ca5928494d4e43cd6 --- /dev/null +++ b/datasets/metadata/453596.json @@ -0,0 +1 @@ +{"id": 453596, "index": 1, "name": "Black Diver", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-27T04:08:30.669Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 58, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 388922, "sizeKB": 223109.69921875, "name": "Black_Diver-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T01:55:57.863Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6354AD9C", "AutoV2": "4DDD4CC3FA", "SHA256": "4DDD4CC3FA581EE71BED37A593BF253FD05996A4E7836555C60B783A94998511", "CRC32": "67C64037", "BLAKE3": "1B08B5FF5A970C3149C9EF452492D3B22CB048DC7C1E0C19864C65DEAABF2146", "AutoV3": "CC22CDF384BC"}, "downloadUrl": "https://civitai.com/api/download/models/453596", "primary": true}, {"id": 373116, "sizeKB": 10284.9033203125, "name": "453596_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-18T09:55:39.519Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "03B35E035D", "SHA256": "03B35E035D84D358DDC391FF5C59EC3BC4D5ACEC4C665486D3B4431E67C7346B", "CRC32": "41A524A8", "BLAKE3": "8FA9B6E7910830EF55E34DA3C31AFEE350DDDB8AD8073C68F39DF8F5FDDEF336"}, "downloadUrl": "https://civitai.com/api/download/models/453596?type=Training%20Data"}], "images": [{"id": 10865697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d0fa551-7308-4e89-9b75-701fe6155577/width=450/10865697.jpeg", "nsfwLevel": 1, "width": 2080, "height": 1040, "hash": "USFP4]kXM_of.Tx[oJaet8ozRkayMxoft7R+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/453596", "modelId": 406894} \ No newline at end of file diff --git a/datasets/metadata/453964.json b/datasets/metadata/453964.json new file mode 100644 index 0000000000000000000000000000000000000000..80a07f2b20e698a53da19fbdd7c617556b2590a5 --- /dev/null +++ b/datasets/metadata/453964.json @@ -0,0 +1 @@ +{"id": 453964, "index": 0, "name": "Cornell", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-18T15:29:05.844Z", "availability": "Public", "nsfwLevel": 17, "description": null, "trainedWords": [], "stats": {"downloadCount": 26, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 373537, "sizeKB": 223100.08203125, "name": "Cornell.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-18T15:26:35.801Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9394D2B5", "AutoV2": "5C409FA143", "SHA256": "5C409FA143D886FEF9471C7312312DBD1807DDE59857473E3AC8356D38AC72CA", "CRC32": "A3725C32", "BLAKE3": "004777F9C445AF81EC407D1D31FFD8C83CEC5053F6662C4ED5FC0F3746B505C5", "AutoV3": "6105094938DF"}, "downloadUrl": "https://civitai.com/api/download/models/453964", "primary": true}, {"id": 373485, "sizeKB": 100.1630859375, "name": "453964_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-18T14:40:55.071Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "DFFCF21E32", "SHA256": "DFFCF21E32384E13B24EE2EAE46D745B9F34714CEFB46127AC550EE620576148", "CRC32": "2C80C7E7", "BLAKE3": "C874E2B9A6D6F1CC5DD3565484495D0B179457D71BE6924DC7994A4F2A742E40"}, "downloadUrl": "https://civitai.com/api/download/models/453964?type=Training%20Data"}], "images": [{"id": 10174790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95593d94-34cb-4ef6-98d2-605934f81f3b/width=450/10174790.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaRC[6Rj~q?bofoft7ay-;t7IAM{%MWVRjof", "type": "image"}, {"id": 10174796, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b88a022f-5a43-4739-8884-8e64d2386f89/width=450/10174796.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdRMb$t7~qt7ofoft7WB-;j[IAay%MWCRjt6", "type": "image"}, {"id": 10176575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/505a5255-4a20-43de-8f8b-1321cbcbb5f0/width=450/10176575.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UPH2TP_3t7RP~q-;9GM{xuofRjWBWBWBM{WB", "type": "image"}, {"id": 10176574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12eff274-b13c-44c9-8f46-f1a78b3a20e3/width=450/10176574.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJG8=k%LR-M{~pxuE1M{?bt7M{RjM{a}Rjj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/453964", "modelId": 407224} \ No newline at end of file diff --git a/datasets/metadata/454113.json b/datasets/metadata/454113.json new file mode 100644 index 0000000000000000000000000000000000000000..ba86153d97b2a700b14504a48b7dffba757fd5f5 --- /dev/null +++ b/datasets/metadata/454113.json @@ -0,0 +1 @@ +{"id": 454113, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-18T17:37:33.968Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Chuluun "], "stats": {"downloadCount": 48, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 373626, "sizeKB": 153976.7705078125, "name": "dataset-20240418T161536Z-001.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-18T16:25:41.288Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B397A500", "AutoV2": "AF660DD670", "SHA256": "AF660DD670FBBD78D8E1E9D93707B4AA6520540C1E9D141A2412B15A4B8F2F31", "CRC32": "3B0FCE08", "BLAKE3": "B44DE1FB0109E0BDA63E76E0D83AA36D767DECB1D020ED538621A186063B53E9"}, "downloadUrl": "https://civitai.com/api/download/models/454113?type=Training%20Data"}, {"id": 373625, "sizeKB": 18561.9375, "name": "Chuluun-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-18T16:20:30.288Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "812F006B98", "SHA256": "812F006B98070384EA6CA13F2A796A5AC1C7F451ADD9E0166EA26778B2734EF0", "CRC32": "611B7FF7", "BLAKE3": "5433EE9365798279EBBC660F67556FB601BC1C059F669EAE515ABCD3151A714C", "AutoV3": "48DDA03716AD"}, "downloadUrl": "https://civitai.com/api/download/models/454113", "primary": true}], "images": [{"id": 10179816, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85d1b171-a1e8-4896-a31b-9563234b75ad/width=450/10179816.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1808, "hash": "UIIEq+-p009F00%1?dV@4oNf?Ix^s:x^R-?c", "type": "image"}, {"id": 10179831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f29ccf29-7d95-4ed6-ac72-a86dc0b1d32d/width=450/10179831.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1808, "hash": "UAHBVv.A0J00OrNH8_4n9ENeMxIAsqIo-:x]", "type": "image"}, {"id": 10179818, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/466f3981-5ddc-4a3d-82c2-1f009851cf94/width=450/10179818.jpeg", "nsfwLevel": 1, "width": 512, "height": 904, "hash": "UBF$YI4.ksoh~XSi00%g00ng%h-q.St7M{%M", "type": "image"}, {"id": 10179823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe47fd9c-0326-49b3-b838-dc4f0279afc3/width=450/10179823.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1808, "hash": "UMI#P]4n00?bV[t6%2xuISkX~qRk9bk8R%t7", "type": "image"}, {"id": 10179824, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33623c22-1351-43ff-9f36-c4f63e9e07bf/width=450/10179824.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1808, "hash": "UAKw;G;900000000N5bJkQIB?cIAA3==_NWB", "type": "image"}, {"id": 10179814, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ba75a3a-2f38-4051-8901-07e86458d682/width=450/10179814.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1808, "hash": "UEKA+.EK00^-00E2MyxuJC%1S~t0$%slE1xb", "type": "image"}, {"id": 10179822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adcbb991-7c79-4e70-9970-554e970eda5c/width=450/10179822.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1808, "hash": "UAI;#Q.l00tB00I^-P?Z0eR$?w$+#+WD?HD*", "type": "image"}, {"id": 10179827, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3439c634-cb72-4159-b93a-bf1634d4ec6e/width=450/10179827.jpeg", "nsfwLevel": 1, "width": 512, "height": 904, "hash": "UIHV6wIpIp%N.TR5DixZ01R*%MS5-.MxtRxZ", "type": "image"}, {"id": 10179829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/403a3ec9-0b3c-452e-86fe-da306e166f41/width=450/10179829.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1808, "hash": "UFG[sQ},4.%M~V%N9FozD$%M%MM{RP%2-ojb", "type": "image"}, {"id": 10179819, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b0eac32-4124-4a4e-8ce6-24c0965ade92/width=450/10179819.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1808, "hash": "UNH.jGwI8^?w8wOtEMxGJBbc%hIUSRx^xZSi", "type": "image"}, {"id": 10179813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95b59bfa-f75b-46f4-b6a7-4728e7890c2d/width=450/10179813.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1808, "hash": "UJIh,3}x0K%~0cRhVYJ4?FSvDjM{tjt6-:%M", "type": "image"}, {"id": 10179812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1031069-6177-416d-9021-474645078da5/width=450/10179812.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1808, "hash": "UGLNV[S%00NM00bXMzE100NG-mxu~qIp?bbI", "type": "image"}, {"id": 10179826, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d05e38d9-1f1d-4adf-9b95-3f5568abe7ea/width=450/10179826.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1808, "hash": "U8JkWNH%000000H;9$4TiFSw%Pxu?^pI-B^+", "type": "image"}, {"id": 10179811, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41bca29c-9825-452d-b476-e777333dc38d/width=450/10179811.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UFIqyE%200_NEmIAxb.98^IU-pt8Ix%gx[WF", "type": "image"}, {"id": 10179820, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9980d7f-d03f-495e-859c-aa5400da8ef3/width=450/10179820.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UZIq[t-;H=s*~9%LWBt6xnxVozt6wHxuobt5", "type": "image"}, {"id": 10179821, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4476663-8c33-4f72-a494-536250325f99/width=450/10179821.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1808, "hash": "UKKdY.~W00Mz009aso%NM}E5%LR%9G%KoMM{", "type": "image"}, {"id": 10179825, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6d6d8fa-6699-4ac1-9074-cf1b5e281532/width=450/10179825.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "U9J@|L00009[5%MLn15Z1i};^,pI5[4TMypJ", "type": "image"}, {"id": 10179828, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a80d7e81-3140-4762-9f22-fea8bfa0c8c9/width=450/10179828.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1280, "hash": "UeJHqD_LSb_4IUM{s:xtIoWBofaiRkayofRj", "type": "image"}, {"id": 10179830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6e2dbba-5d26-4673-b22d-012cde67dea3/width=450/10179830.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1808, "hash": "UAGl9nMx00W8E1DiR:IT00IU~qRQ00-:.7s:", "type": "image"}, {"id": 10179832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cf53bb5-7033-47bc-bf7b-5281bc2a8c4d/width=450/10179832.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UJLE1,}[00xoPEDh%Ns+Fi-V-:Mx58-:%MRi", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/454113", "modelId": 407355} \ No newline at end of file diff --git a/datasets/metadata/454115.json b/datasets/metadata/454115.json new file mode 100644 index 0000000000000000000000000000000000000000..4041754778e499e13f77e650ffba99d80bcd7e7a --- /dev/null +++ b/datasets/metadata/454115.json @@ -0,0 +1 @@ +{"id": 454115, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-18T16:16:23.289Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 264, "ratingCount": 0, "rating": 0, "thumbsUpCount": 58, "thumbsDownCount": 0}, "files": [{"id": 373619, "sizeKB": 22245.30859375, "name": "Albedo_Overlord-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-18T16:20:34.821Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9A8A5D10", "AutoV2": "AC3478A082", "SHA256": "AC3478A082AB06A65F297E25F61F71BCA8FD22E7B77463B030EDF9806A5D0A9C", "CRC32": "C2FE4EFC", "BLAKE3": "67A4B8E9195209F15A110A600D26A51B9804E8F00E26E1766FC210A8B12EDC43", "AutoV3": "2163B9DEAB50"}, "downloadUrl": "https://civitai.com/api/download/models/454115", "primary": true}, {"id": 373620, "sizeKB": 44619.4912109375, "name": "Albedo_OverlordV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-18T16:20:35.758Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8D53EE27", "AutoV2": "611E637A76", "SHA256": "611E637A767D896DD4FDC08FACF6CC6D96BD055BFF664BE588DD4480DE964518", "CRC32": "47668CB5", "BLAKE3": "32F7592DBE19C461403A9268958915849F2D01BE642D25764DF9315DF8E64B7F"}, "downloadUrl": "https://civitai.com/api/download/models/454115?type=Training%20Data"}], "images": [{"id": 10177479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a10eacb3-1be6-404f-b58c-d949b046b998/width=450/10177479.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUN0uM-;_3x]pIM|?vRj.8of%Lt7~VjsxZWB", "type": "image"}, {"id": 10177486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77377e74-c543-4499-a676-b64ea1756a41/width=450/10177486.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUN0uM-;_3x]pIM|?vRj.8of%Lt7~VjsxZWB", "type": "image"}, {"id": 10177852, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fac7215-4b4f-425e-b040-98dfc2b9f8e0/width=450/10177852.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVNJ?]xa.8%2%gWB_Nt7XUNG-o%2?aaeD*of", "type": "image"}, {"id": 10178367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7228faf-1c5a-4577-a7b4-dc1a53680c1d/width=450/10178367.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVN,oKoK?ve..8tR_NoLENxtxYM|~VxaE1Io", "type": "image"}, {"id": 10491697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d19ce4e1-0588-471a-8a8e-ae4200f8586a/width=450/10491697.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJKJ}fD%0eWV0L?H~Cj[01D*?aNGIo-pIVof", "type": "image"}, {"id": 10492566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25222beb-c5b4-4611-9d5f-1239bd45b5f6/width=450/10492566.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "URLWFkx]0et756%1bbW;0KIoxaRk~qxZxG?G", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/454115", "modelId": 407364} \ No newline at end of file diff --git a/datasets/metadata/454275.json b/datasets/metadata/454275.json new file mode 100644 index 0000000000000000000000000000000000000000..aba2f47f40fb833020fd981abab132ccddad88e2 --- /dev/null +++ b/datasets/metadata/454275.json @@ -0,0 +1 @@ +{"id": 454275, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-22T13:49:38.588Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Makucha"], "stats": {"downloadCount": 42, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 373779, "sizeKB": 121129.3837890625, "name": "dataset-20240207T213203Z-001.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-18T18:05:52.168Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BEFD7D50", "AutoV2": "FCE5F0D993", "SHA256": "FCE5F0D993B8E96049666D293E85AF4646250F8BE6EF91A5D9F9DB84260718A0", "CRC32": "DD6A72CD", "BLAKE3": "2F2A89C8A1E08771F5CD6C730B8106B7244DC3B64D43A4DAE8FAFC35A7F2F8FF"}, "downloadUrl": "https://civitai.com/api/download/models/454275?type=Training%20Data"}, {"id": 373777, "sizeKB": 18560.359375, "name": "Makucha-10(old).safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-18T18:05:39.698Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "D58397CFEF", "SHA256": "D58397CFEF6F5595821F1CA7EBF69187E1687ABA6BD5639A530BA0B5EF15C6BF", "CRC32": "1486F9AC", "BLAKE3": "108DE3BFF68C7DAE496FB4E041F625890E83D322C13A54DA9DE479BC1237C1AD", "AutoV3": "816E694C9C68"}, "downloadUrl": "https://civitai.com/api/download/models/454275", "primary": true}], "images": [{"id": 10481333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68ab970e-621e-4b3d-a32b-fb4a99ff4ff6/width=450/10481333.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1808, "hash": "UKH_i9${8_D,~AtRN2WBHrIutm%0E9E1%0R*", "type": "image"}, {"id": 10481314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8834e0f-2b7e-49d9-bee8-6892a155071a/width=450/10481314.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1808, "hash": "UhH_rYKSkDs..TOu%Lslo~OGIqjYEQa}M|js", "type": "image"}, {"id": 10481322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8468a188-ee44-405c-b895-1c698fd2dcfc/width=450/10481322.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1808, "hash": "UGG[cW?[03n4}?%0E2R6{KwJI[RQEOE3-U-o", "type": "image"}, {"id": 10481336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c069a8d-9cc9-4517-a8c5-d6132c0d3ed1/width=450/10481336.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1808, "hash": "UGHedjDiHsIb~98|D.%0qH9d.5tOXUx[-SxU", "type": "image"}, {"id": 10481323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd217e4f-323a-4b93-a5e2-aed8b9fba13f/width=450/10481323.jpeg", "nsfwLevel": 16, "width": 450, "height": 795, "hash": "UBG[Du4p00~p4-Ipw~ob4o-.%g4:0M-:M|aL", "type": "image"}, {"id": 10481346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3df4a454-ad1e-4f6c-88f3-f95e064af23d/width=450/10481346.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1808, "hash": "UFD+#B%L01IU~kNI58I:D%rw-;%K4q4?o#-n", "type": "image"}, {"id": 10481315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/091d98b5-d17a-4798-a9e0-7808bd9b0644/width=450/10481315.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UgJRR0JWJ=t6PEs:JEa#OIslbdoJETs8aLsl", "type": "image"}, {"id": 10481344, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/427d46eb-27c2-4a3b-a50a-7018cb8cba3d/width=450/10481344.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1808, "hash": "UBHmSt14H[140*wIMy-T9}-Q0i}=^1I@EQWC", "type": "image"}, {"id": 10481318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80168aee-d805-4d98-9a88-a00e69901fd1/width=450/10481318.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UFK,]CR;ISwtJD%L$+9a05xs-=-;~9^j-.t6", "type": "image"}, {"id": 10481312, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75c7c58d-3ebf-40bf-af60-8fb6afa3d72b/width=450/10481312.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UFK9-[DP02~Byrx-0N?G0*xUxuD*Ht-A^j$x", "type": "image"}, {"id": 10481324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ee6abd9-687e-4990-8880-e87721f63a9a/width=450/10481324.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1808, "hash": "UfJHX5jEoyM|~ooeNHafNGRlRls.9uWCt7oL", "type": "image"}, {"id": 10481326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11bd1ebc-eb13-47fd-b5ac-a2d42d90fde9/width=450/10481326.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1808, "hash": "UQJ7N*W=9aRk};-oM|w]NMaxxZNHD%kCt8og", "type": "image"}, {"id": 10481328, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6701ed0a-82f8-4e1f-b87b-e5ab980103d3/width=450/10481328.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1808, "hash": "UCG@xb.6,0NN~UIWRk-n9[R759$}^gI:-pE3", "type": "image"}, {"id": 10481338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6042e882-2f11-45c9-b17a-1adb4160d4b2/width=450/10481338.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UHIEIK02T1$w?]az9gx[ERM_%NE1#Q-nxVMy", "type": "image"}, {"id": 10481337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3055de5a-8556-45ae-b632-c770f8307371/width=450/10481337.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UbI}heIVESE3yGt6WER.F%ogxat7EUWVt7of", "type": "image"}, {"id": 10481345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d643993-4190-436a-bf20-f4c3eb27c3f5/width=450/10481345.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UOIg}o~pOXxaJ7R+NGjc9Z9ZE4xX9GM{ofWT", "type": "image"}, {"id": 10481347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86ddbfd7-1bc9-4350-98c4-94d72fded660/width=450/10481347.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1808, "hash": "UIH^|k-p01IV?^yDRiIp^hxuxv%19sx]x^xZ", "type": "image"}, {"id": 10481349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a42823ad-3f17-4c99-b474-785cd4a907d3/width=450/10481349.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UmH.QeM{E5S%lCoJSjNzKSs:xakDESogs:jt", "type": "image"}, {"id": 10481348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78e18a3f-1877-4266-89bc-50391d513d79/width=450/10481348.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UDI;6H}*02?GK-xm9bJC0Y$wtS580PE2x^af", "type": "image"}, {"id": 10481343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1ffc6aa-5a81-4014-9d89-20cd0397061e/width=450/10481343.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UNK]JZO=0LEO_K%JD+jG4q-S-.xGIW$$O=$$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/454275", "modelId": 407485} \ No newline at end of file diff --git a/datasets/metadata/454341.json b/datasets/metadata/454341.json new file mode 100644 index 0000000000000000000000000000000000000000..7f8f3ebcee898b07dd56696fc7a0568eeac6b7c8 --- /dev/null +++ b/datasets/metadata/454341.json @@ -0,0 +1 @@ +{"id": 454341, "index": 0, "name": "Masaki_Kurosaki_NSFW", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-18T20:06:00.856Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["masaki, masaki kurosaki, short hair, brown hair, brown eyes, athletic body, big breasts, blush"], "stats": {"downloadCount": 83, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 373848, "sizeKB": 39191.3720703125, "name": "454341_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-18T19:00:46.907Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "ACFD8148", "AutoV2": "5438114853", "SHA256": "54381148535EB85D1945177896C4869A09CC3D86346B09087059847D05601499", "CRC32": "BC29809A", "BLAKE3": "B6802BB885780EF3247A6451BF54F32AC7449F9C996D70B4B25AED14C90A097F"}, "downloadUrl": "https://civitai.com/api/download/models/454341?type=Training%20Data"}, {"id": 373936, "sizeKB": 223105.58984375, "name": "Masaki_Kurosaki_NSFW-000015.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-18T20:05:57.140Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1EE638AB", "AutoV2": "E64437EC0D", "SHA256": "E64437EC0D2D4EB67238ADFBA97AAE014778DD689DAC5A98BCE844AE6366A882", "CRC32": "B0ABBE3E", "BLAKE3": "AFF9C221E1E6486AB047031B1BFE87756329532050B3042E59ABB8A39BD16DA4", "AutoV3": "05274557502B"}, "downloadUrl": "https://civitai.com/api/download/models/454341", "primary": true}], "images": [{"id": 10191107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9f3b4ec-6024-458e-bab9-60d2b46940c5/width=450/10191107.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8GbVJ4VEI4nHqRSoc9F_4IU_3~WI84nkU?b", "type": "image"}, {"id": 10191109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fb08896-ef66-4e5e-b4f6-4330497ba3ef/width=450/10191109.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7K-2uyD^+^+^jNH~VM|00V[VsMxn3t89Zni", "type": "image"}, {"id": 10191174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54e9bee1-35bb-4733-993a-ff3c1be3c158/width=450/10191174.jpeg", "nsfwLevel": 8, "width": 2016, "height": 2688, "hash": "UAG[We.8S~^j1+%g9^r?yExu%M9a^+$*~Voy", "type": "image"}, {"id": 10191179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53a07b67-a79b-4678-a150-79e6214bd87b/width=450/10191179.jpeg", "nsfwLevel": 8, "width": 1996, "height": 2662, "hash": "U8H1;}.7J8^*0:%M9uRjOvNH?a9a~Xsp^*xZ", "type": "image"}, {"id": 10191171, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac46035e-bc39-4073-8424-c93e4d269dd5/width=450/10191171.jpeg", "nsfwLevel": 16, "width": 1792, "height": 2688, "hash": "UHK,87aKTJxZ-;NG?GayEMfQs:n%~Bof-UoL", "type": "image"}, {"id": 10191172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/394888e8-6b5b-4f1f-80e7-cbd99b5c6a9e/width=450/10191172.jpeg", "nsfwLevel": 8, "width": 1740, "height": 2611, "hash": "U9FrV59FLMo~_4IA-=pJv$9t-WOY%ME1tRMy", "type": "image"}, {"id": 10191175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5038cfc4-9fe8-45b6-bf34-eb18d0effe9b/width=450/10191175.jpeg", "nsfwLevel": 4, "width": 1740, "height": 2611, "hash": "U3Db==0003#8T}8^.9$jlB0J~q9Z.8s~bd$j", "type": "image"}, {"id": 10191177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40c2648b-9f30-48d6-b9d1-5ec52f9e0705/width=450/10191177.jpeg", "nsfwLevel": 16, "width": 1766, "height": 2649, "hash": "UFG*vQDjl9R5~9kr-okWD%x[xtt7Os-TI=$z", "type": "image"}, {"id": 10191178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25783b6c-220d-47d6-8c49-7b48818b1027/width=450/10191178.jpeg", "nsfwLevel": 16, "width": 1792, "height": 2688, "hash": "UBIDp%?Gb^~VtR%Ls:-p57-oM|sT$$xZ={ni", "type": "image"}, {"id": 10191181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b255c97b-2a5c-415b-b44b-fe8b6ba8e613/width=450/10191181.jpeg", "nsfwLevel": 4, "width": 1792, "height": 2688, "hash": "UEIE2:Hsu3H[~9kq-:t79ayCxuxtT0xCJBw]", "type": "image"}, {"id": 10191180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6289198d-84eb-441a-a8eb-b44c65c85416/width=450/10191180.jpeg", "nsfwLevel": 4, "width": 1929, "height": 2577, "hash": "U5D+e?4;16tQ_NxGTejE5Zr=x^NZOa%2t9NZ", "type": "image"}, {"id": 10191182, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9abe1cb3-f914-40eb-a355-2ad8774585a1/width=450/10191182.jpeg", "nsfwLevel": 8, "width": 1792, "height": 2688, "hash": "UAM~X*vzDhMcInS#~B-oL#TLI;xtkrV??bV]", "type": "image"}, {"id": 10191199, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c32200fb-e7d6-4186-80a7-60a0ba18b42a/width=450/10191199.jpeg", "nsfwLevel": 4, "width": 1929, "height": 2577, "hash": "UOJZoDt856NHE1Ip$%V[9ajFxtR*~Bj[NGt6", "type": "image"}, {"id": 10191215, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccb090a4-7f8a-41b6-bf97-a0af24fc2b09/width=450/10191215.jpeg", "nsfwLevel": 4, "width": 1792, "height": 2688, "hash": "UbN+@N_NRj?b_4yDt6yDIpIps:o#xajFRkt7", "type": "image"}, {"id": 10191211, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc76dda8-04a4-4c54-88e3-d0b3df15f588/width=450/10191211.jpeg", "nsfwLevel": 4, "width": 1996, "height": 2662, "hash": "UNJjF{Ip4.D*NFNG-VbH4.xZxaR*~BxtM{n%", "type": "image"}, {"id": 10191214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab548cb7-74ec-4990-8099-4789fae2ee15/width=450/10191214.jpeg", "nsfwLevel": 4, "width": 1740, "height": 2611, "hash": "UDH-Ji~VPU-pPXE*b^?a1RI:={NH,HwbxZIp", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/454341", "modelId": 407562} \ No newline at end of file diff --git a/datasets/metadata/454745.json b/datasets/metadata/454745.json new file mode 100644 index 0000000000000000000000000000000000000000..b6ff39d403c52c1eec0bfd0ab8e01428e90a1b41 --- /dev/null +++ b/datasets/metadata/454745.json @@ -0,0 +1 @@ +{"id": 454745, "index": 0, "name": "GPC v2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-18T23:44:58.753Z", "availability": "Public", "nsfwLevel": 7, "description": "100+ More images used in training.
Giving it the ability to have more consistent Ears, Outfits, and Various poses
Ver 1
", "trainedWords": [], "stats": {"downloadCount": 67, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 375044, "sizeKB": 36978.359375, "name": "Cosplay_Cahya-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-19T13:05:34.487Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BD7FC598", "AutoV2": "C3C1167ECA", "SHA256": "C3C1167ECA23055966BE15E184757C9F709E9AD3FEA1556CE266D3DA9AE4DCED", "CRC32": "E2507D7C", "BLAKE3": "8122CEA5EE2A28CEC686C98979A0142792A1A3E1B60FB78AF9D49FEBDB64C567", "AutoV3": "48D26E646CE3"}, "downloadUrl": "https://civitai.com/api/download/models/455521", "primary": true}, {"id": 375015, "sizeKB": 7153.14453125, "name": "455521_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-19T12:46:52.102Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B878AF63", "AutoV2": "B3B59308E8", "SHA256": "B3B59308E8A4312B707C254F26EA85ECCC12BF0771356372B369236777DAAD62", "CRC32": "F035B23F", "BLAKE3": "D7F5961D6D4E0AC6612FEEC8FF49614E9F7ACF66090F2E2D89E49AEA63F05939"}, "downloadUrl": "https://civitai.com/api/download/models/455521?type=Training%20Data"}], "images": [{"id": 10243478, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/281179be-f124-40ad-87ca-669421fc6ae3/width=450/10243478.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UJJjV^}qEeW@9ZNrs:W=55I:IpoeIHj^r;n%", "type": "image"}, {"id": 10244665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/293aa932-7020-473c-aacf-fd2a813ed3f8/width=450/10244665.jpeg", "nsfwLevel": 4, "width": 984, "height": 1476, "hash": "U7I}x7000L9u008wb|D%00T0$#?H.T%#-T=}", "type": "image"}, {"id": 10244827, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a94a79c7-b197-464b-b0e3-dea98bdb5a63/width=450/10244827.jpeg", "nsfwLevel": 1, "width": 984, "height": 1476, "hash": "UDL4$-I90Kl9004TMyR:00R-Mcs9ys.8-AkC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/455521", "modelId": 408649} \ No newline at end of file diff --git a/datasets/metadata/455645.json b/datasets/metadata/455645.json new file mode 100644 index 0000000000000000000000000000000000000000..ff8ebeddd05889a90b7c8214b10763ef317d9a2b --- /dev/null +++ b/datasets/metadata/455645.json @@ -0,0 +1 @@ +{"id": 455645, "index": 0, "name": "AI robi 2", "baseModel": "SD 1.5 LCM", "baseModelType": null, "publishedAt": "2024-04-19T14:05:28.226Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 103, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 375116, "sizeKB": 1019.03125, "name": "455645_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-19T14:06:49.695Z", "metadata": {"format": "Diffusers"}, "hashes": {"AutoV2": "04B8967174", "SHA256": "04B8967174AD7B39F0FDBD5E26D87C921EBDCA0480B7605B87172E635ED8C01C", "CRC32": "5EF42C09", "BLAKE3": "1B9B968337AC3633B30537CB2FCC1BCC7D4815D7E30C2AF9A138D9B1D5E9F108"}, "downloadUrl": "https://civitai.com/api/download/models/455645", "primary": true}], "images": [{"id": 10246673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd5aba5f-b92b-478f-b3ad-9806eccf021d/width=450/10246673.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAB|BFNb0J~Wt7D%M_jYJA-;xaNG00t7ofD%", "type": "image"}, {"id": 10246674, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d1002e9-d1f9-40b6-8b32-25c87da3aa53/width=450/10246674.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8BM}b~q004nofa#9FD%RjW=M_-pD%DiIUtR", "type": "image"}, {"id": 10246672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdcae3d1-3b9a-48b9-bb17-068878a30c17/width=450/10246672.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U5B:v*.800~XoM9Z00V?56-;^jX900V?^,E1", "type": "image"}, {"id": 10246671, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2616997d-2bc3-43ff-863b-17480dec4512/width=450/10246671.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6BM_U-;00009F?bxaIUX8M{Mwni009E-;~q", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/455645", "modelId": 359374} \ No newline at end of file diff --git a/datasets/metadata/455755.json b/datasets/metadata/455755.json new file mode 100644 index 0000000000000000000000000000000000000000..965f4402aa93fbb02feef122528dc3a57f017733 --- /dev/null +++ b/datasets/metadata/455755.json @@ -0,0 +1 @@ +{"id": 455755, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-19T15:24:14.154Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 206, "ratingCount": 0, "rating": 0, "thumbsUpCount": 39, "thumbsDownCount": 0}, "files": [{"id": 375228, "sizeKB": 40517.6064453125, "name": "Suzu_Kaede2Suzu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-19T15:25:49.810Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D4B86612", "AutoV2": "A75DF41D01", "SHA256": "A75DF41D01550B1946999EBD8166D165A1D4E921DA3DA24CF0172DE49ED07B3B", "CRC32": "0FC011DA", "BLAKE3": "215BB7A89B8A370051280349D5D960F1CBC9B088284C9AB2CC740E7A5990E43D"}, "downloadUrl": "https://civitai.com/api/download/models/455755?type=Training%20Data"}, {"id": 375227, "sizeKB": 22258.71484375, "name": "Suzu_Kaede2Suzu-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-19T15:25:45.190Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E6A58F60", "AutoV2": "6DF83A5BB6", "SHA256": "6DF83A5BB67B65BA77375B23639E1799EEFE4C5B5AD39DC37AD096F94887E885", "CRC32": "D3AACF80", "BLAKE3": "076A85831F72922E664185025AA847A751D6A63E98735ADBE9A0479BB7C1CB38", "AutoV3": "9FF9A3648EAC"}, "downloadUrl": "https://civitai.com/api/download/models/455755", "primary": true}], "images": [{"id": 10252123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e035dec1-ffc1-48ac-9332-2e4fef80d6d0/width=450/10252123.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUOy-QogyXxuKQj[~pof_3t7s8j[t6WBIUf6", "type": "image"}, {"id": 10252124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17bbd9ef-839c-4c01-859b-68a41d946e04/width=450/10252124.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUOy-RogyYxuKQj[~pof_3t7s8j[t6WBIUf6", "type": "image"}, {"id": 10290064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35f3b59d-7182-4333-a7c3-8d6985d18165/width=450/10290064.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMO|FWDj?^?bS700RiR*00og-p%L?cM{t6s,", "type": "image"}, {"id": 10291519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82410a0c-9d92-42dd-8186-30ca1144e6ff/width=450/10291519.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USQb@9E2.mx]5S8_s,bb9aNd%1tRt-jaxZxZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/455755", "modelId": 408872} \ No newline at end of file diff --git a/datasets/metadata/455768.json b/datasets/metadata/455768.json new file mode 100644 index 0000000000000000000000000000000000000000..1e3be7a321180c6de3b2d749c085c7f7baa48298 --- /dev/null +++ b/datasets/metadata/455768.json @@ -0,0 +1 @@ +{"id": 455768, "index": 0, "name": "bubble watercolours LCM", "baseModel": "SDXL 1.0 LCM", "baseModelType": null, "publishedAt": "2024-04-19T16:39:50.248Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 114, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 375240, "sizeKB": 16798.0556640625, "name": "455768_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-19T15:41:11.339Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C5859404", "AutoV2": "72C05F2C71", "SHA256": "72C05F2C71CC06DAAAD8E757D060C02C4158831D2907E52D7D287029C861D237", "CRC32": "DBBA563E", "BLAKE3": "B3CDC25FA9624225C874C8F851F555BF1D22E7A162E321B0270F765BA7AB727C"}, "downloadUrl": "https://civitai.com/api/download/models/455768?type=Training%20Data"}, {"id": 375324, "sizeKB": 223101.08984375, "name": "bubble_watercolours_LCM-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-19T16:40:50.000Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0064AD01", "AutoV2": "705CAB1761", "SHA256": "705CAB1761E0942B09DD79F55F3E2C7827470485322B82A44ABDFD93BB726F68", "CRC32": "D6EF8D3C", "BLAKE3": "E28D488EB5C001C778A856B0461CE3C79928D17E7BF82316CD6F527CE87A99BA", "AutoV3": "3B65E86DDA9F"}, "downloadUrl": "https://civitai.com/api/download/models/455768", "primary": true}], "images": [{"id": 10256804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba625d7e-bb42-4867-a1d3-54a2edcc481f/width=450/10256804.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "U2CPL-=D009+1-4;$c~p_#^+034.~9~TDh00", "type": "image"}, {"id": 10574619, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47d2072a-02a9-4064-9226-4252384ae8d4/width=450/10574619.jpeg", "nsfwLevel": 1, "width": 1568, "height": 1568, "hash": "UGAdWDtQvck7.lbvITV??8ozx[ng%yoJngt6", "type": "image"}, {"id": 10257244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22f107a6-26bc-48d3-aa1a-a6a8ca660a0a/width=450/10257244.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCAmuLxv9[t7_Mo~KPo~kUW=NetRxuROIUt7", "type": "image"}, {"id": 10258233, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d32b421a-541e-4b4b-830c-b369d8e6bd53/width=450/10258233.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U68=czt700XT.TkCDNWA8wax#kaKNGayn4fk", "type": "image"}, {"id": 10259900, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/602ca2ba-a465-48ba-989d-fd8541c9264c/width=450/10259900.jpeg", "nsfwLevel": 1, "width": 784, "height": 784, "hash": "U5C$fj0100^*.8$K00~A~SV{0i-m_29bn5xV", "type": "image"}, {"id": 10260476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0480b6e-8657-4256-b4a7-7a40fbcc4172/width=450/10260476.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7AApyWE00jv?VofIVS58wt6x^ay.Afi9Fsl", "type": "image"}, {"id": 10261378, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95b4a75c-b2c2-4339-a5f4-9803d6ed6c0d/width=450/10261378.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8CXBK,U5S#+1GNxNaNe0wShKiS$}b$fxZxC", "type": "image"}, {"id": 10264593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31ec9e43-1875-40e9-b6b4-a36ee6218f2c/width=450/10264593.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "U49?,rxu00+[Q-t8~B$O00OFP:$$?as,4:wb", "type": "image"}, {"id": 10266957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f81748f-46d1-4cef-a772-5f6479544012/width=450/10266957.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "U5C}nXKP00Nf^Nae14OE0ywcXSSh}sxF9uNH", "type": "image"}, {"id": 10269329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ecdb86d-4266-47a9-8836-592b5f97141d/width=450/10269329.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "U583^pofMHslS*j[fhW;xwa#9@WVg+fkZ|ay", "type": "image"}, {"id": 10340826, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88f8f52d-c986-42e2-8ac6-cb64ec620a58/width=450/10340826.jpeg", "nsfwLevel": 8, "width": 1568, "height": 1568, "hash": "U7D[8?R*01s.X-j@IBfk0NoL~9WV58oK^%WC", "type": "image"}, {"id": 10342444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c06e1553-4944-46ae-921c-cd2b33284bfe/width=450/10342444.jpeg", "nsfwLevel": 1, "width": 1568, "height": 1024, "hash": "U37^c0E200^j5,n%#8bcxtayRPoz1Psm}7Ny", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/455768", "modelId": 408887} \ No newline at end of file diff --git a/datasets/metadata/456128.json b/datasets/metadata/456128.json new file mode 100644 index 0000000000000000000000000000000000000000..ee29828179b6dd296084f273f87ca471777d7be0 --- /dev/null +++ b/datasets/metadata/456128.json @@ -0,0 +1 @@ +{"id": 456128, "index": 1, "name": "Underwater world", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-20T09:16:38.483Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 29, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 375581, "sizeKB": 33220.083984375, "name": "456128_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-19T19:30:42.755Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E6B3C5AB", "AutoV2": "A3B05D03B5", "SHA256": "A3B05D03B5960E6ECBFCCDE77C594367220BD0FE020EB51E515F7D487F418F12", "CRC32": "F3C6B3B3", "BLAKE3": "E852E4952B4B5385369AD176898E83E06FA2B21B63846F57914AFC73CDE82CFC"}, "downloadUrl": "https://civitai.com/api/download/models/456128?type=Training%20Data"}, {"id": 376594, "sizeKB": 36979.6015625, "name": "Underwater_world.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-20T09:10:39.573Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E7E324BA", "AutoV2": "BE9DB88F35", "SHA256": "BE9DB88F351F25EB0768880C3B2F9A86CFB2CC701AAACC39DE7D00C5766F8342", "CRC32": "C56A52CD", "BLAKE3": "52003D3BEA125A75B5856998A6E6595D77215BCC836AD2C78D2814D0CEB0C3D5", "AutoV3": "8494E6EA7FEC"}, "downloadUrl": "https://civitai.com/api/download/models/456128", "primary": true}], "images": [{"id": 10308376, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b37a35f-d8c8-423a-91e0-70bf1041bb71/width=450/10308376.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U77nqCkXDha}L4g4McoJO[X9rpjEb_W=ivjE", "type": "image"}, {"id": 10308378, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5849773f-206d-4187-9c33-1d97efcf1d19/width=450/10308378.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UG6cKOf+UuV?lVj]McjZtQj[RQj[tlj[nhay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/456128", "modelId": 409213} \ No newline at end of file diff --git a/datasets/metadata/456137.json b/datasets/metadata/456137.json new file mode 100644 index 0000000000000000000000000000000000000000..781600fa6a0ff944669b53ccfaf03f42f82ad36e --- /dev/null +++ b/datasets/metadata/456137.json @@ -0,0 +1 @@ +{"id": 456137, "index": 0, "name": "Frank Cho Style SDXL 1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-19T21:45:34.063Z", "availability": "Public", "nsfwLevel": 9, "description": "First version.
", "trainedWords": ["frankcho"], "stats": {"downloadCount": 91, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 375580, "sizeKB": 42099.0810546875, "name": "456137_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-19T19:31:11.961Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E8E0B2DF", "AutoV2": "E111AA0799", "SHA256": "E111AA0799E37A3A69263558718E669D256F79315249BCEB2C69D649AD99C5C6", "CRC32": "62E91EF5", "BLAKE3": "DE94A442CEDAB6664ED4994373778D6B45B7A0574BB5BCACA4C5F9B2B13E0DFB"}, "downloadUrl": "https://civitai.com/api/download/models/456137?type=Training%20Data"}, {"id": 375743, "sizeKB": 223103.27734375, "name": "frankchosdxl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-19T21:47:20.499Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6F29A94B", "AutoV2": "38DCBD6B8A", "SHA256": "38DCBD6B8AEB51D8713621AB91E75F59585E27FF6F6ADB402B99C16B49C3F671", "CRC32": "9ACEC2D8", "BLAKE3": "2E2FC58EBD10DFF468002FFCF959DE5F5BC9F6D9C35EFF27DDFD43DEE40D2289", "AutoV3": "9E2421AF2779"}, "downloadUrl": "https://civitai.com/api/download/models/456137", "primary": true}], "images": [{"id": 10274275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05d2d255-9f2c-45a6-9019-8fd317b00cdb/width=450/10274275.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UpQvn6t7~qof-;WVIot7xufQM{j[tRofjFWB", "type": "image"}, {"id": 10274276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e37eabf-feb4-498e-a473-19899b94ea69/width=450/10274276.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UVODLT%2,@-p~WNGs:R*nixuM{Rj-;WBIUkC", "type": "image"}, {"id": 10274278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f4f3a8f-333b-4975-a76b-a4469335590d/width=450/10274278.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDJ[L[00M{00~q4nWB-;?b-;WBxu_3WBM{%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/456137", "modelId": 409222} \ No newline at end of file diff --git a/datasets/metadata/456970.json b/datasets/metadata/456970.json new file mode 100644 index 0000000000000000000000000000000000000000..376e112bbdf71f10ebb0c4efd233814d4151a946 --- /dev/null +++ b/datasets/metadata/456970.json @@ -0,0 +1 @@ +{"id": 456970, "index": 0, "name": "V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-20T05:50:20.785Z", "availability": "Public", "nsfwLevel": 28, "description": "Retrained model should behave alot better now
", "trainedWords": ["vstar", "veronica star", "white turtleneck", "pink lipstick", "blonde hair", "ponytail", "pink skirt", "pink footwear", "blue eyes"], "stats": {"downloadCount": 383, "ratingCount": 0, "rating": 0, "thumbsUpCount": 59, "thumbsDownCount": 0}, "files": [{"id": 376385, "sizeKB": 223102.30078125, "name": "Veronica_star.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-20T05:55:50.691Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "928BAF09", "AutoV2": "E90CAA838C", "SHA256": "E90CAA838CA9DD32EE7D603420FA9F7CF3660D6F8AF378FF4ECFB99D7EC7548A", "CRC32": "29BC79B4", "BLAKE3": "00727E5D9460C4C8E2F33FBC32B1D14BF60F18C354F641C42C1F783ADBF4F99A", "AutoV3": "A50F747AD1E6"}, "downloadUrl": "https://civitai.com/api/download/models/456970", "primary": true}, {"id": 376383, "sizeKB": 6997.58203125, "name": "456725_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-20T05:51:22.838Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7652CA11", "AutoV2": "8E1A478789", "SHA256": "8E1A4787891753F4C7860CA88BA27D601CDE1393F81F40D52D2957A1959CF02C", "CRC32": "68D3498A", "BLAKE3": "966F50F96A67BF4C7D7D2B09C3FB8E15362A1E071F3D2E2A6D44D7EC40A76D96"}, "downloadUrl": "https://civitai.com/api/download/models/456970?type=Training%20Data"}], "images": [{"id": 10298489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a4d395d-a43c-44f8-8c51-6c44d4723c1f/width=450/10298489.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCHo5u~p0M?HMa$y#Wxs8wkC%hob5TE2m,xa", "type": "image"}, {"id": 10298490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a288e28b-30f3-4f03-b5bc-508d582d7f4c/width=450/10298490.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "ULHn:9~q0z0zEJx]%Nx]DiR*t7ofpIWAVsM|", "type": "image"}, {"id": 10298492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d8aec51-09f1-42d3-b259-777f4442e11d/width=450/10298492.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U6IOCA.700RQ00=vzE5SDOw[~qOt.RR.rxw]", "type": "image"}, {"id": 10298497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0eeb1986-5af7-4956-a906-f588efb30d55/width=450/10298497.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UAJ*Cnt900J-0]Ejq_M|~VNd^+WF~TWVn.WZ", "type": "image"}, {"id": 10298486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aacc5fa8-0107-44dd-9e79-764b5d4671d0/width=450/10298486.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UAM@4T~o5XyEG[aIx_tm8wMwOa%NoaaKDiWC", "type": "image"}, {"id": 10298488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/641ba003-0656-467b-bd03-fb935560e2a4/width=450/10298488.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "U7Lzv@1j00JCYO{IMH5s00^itSERX-XnJAD*", "type": "image"}, {"id": 10298502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ba1f82c-395c-4bbe-9a3f-b422ce9e528c/width=450/10298502.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UGLO7x-=3skVx@XTMeiv0JWCR6WBi^WBR+ae", "type": "image"}, {"id": 10298503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae8d2e96-2ecc-4b0c-9471-27bd80cfdc2e/width=450/10298503.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UJLNiG?]9ZxtF:q[#QS4IUr=aiWEEhajNxVt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/456970", "modelId": 409387} \ No newline at end of file diff --git a/datasets/metadata/457022.json b/datasets/metadata/457022.json new file mode 100644 index 0000000000000000000000000000000000000000..34e9db3da478be4f98cc76c88759a856493745a5 --- /dev/null +++ b/datasets/metadata/457022.json @@ -0,0 +1 @@ +{"id": 457022, "index": 0, "name": "CloBa Lora 3", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-21T00:37:07.250Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 99, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 376435, "sizeKB": 12788.3173828125, "name": "457022_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-20T06:35:52.741Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E5EE3213", "AutoV2": "8C3B9C0AC3", "SHA256": "8C3B9C0AC34FED3130168EBCEE562567927BA3D048E9706F54A288751D7682C0", "CRC32": "E2A3FB77", "BLAKE3": "EEED7B4793417A5FE98A832C716A4CA46C50ED23C84BDE4F08EDE779B7974460"}, "downloadUrl": "https://civitai.com/api/download/models/457022?type=Training%20Data"}, {"id": 377855, "sizeKB": 37002.125, "name": "CloBa_Lora_3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-21T00:40:49.229Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A57D8336", "AutoV2": "9102AA1F09", "SHA256": "9102AA1F09C341E20A0B581AF148ACF32FB3E29E21686B10B2E1447071859E3B", "CRC32": "DE434062", "BLAKE3": "23EADD24E0CC0F4891633F64EB49A664E5812812119F793639CE697042654C48", "AutoV3": "42E479869E61"}, "downloadUrl": "https://civitai.com/api/download/models/457022", "primary": true}], "images": [{"id": 10445206, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/246dd48d-6997-4540-beb2-32f6078b508a/width=450/10445206.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "URNTq9_3?v9ZxtD%M{%M?vtRjYxu~qof%2af", "type": "image"}, {"id": 10445205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e644183-12e3-4110-af49-826cb79f9f58/width=450/10445205.jpeg", "nsfwLevel": 1, "width": 700, "height": 1058, "hash": "UNK12ix]S%%g?^o0%gRQ%zRjIUt7IAV@%LR*", "type": "image"}, {"id": 10445207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/293ff239-bffe-4346-9cff-c8eb31430107/width=450/10445207.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UQMtU8xu%haysmofRkxu_N%MjFj[x]WB%MRj", "type": "image"}, {"id": 12273459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/183a3ad8-869e-47e8-9cd1-87f02bd09c46/width=450/12273459.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UELz~kE000%fKH%2xtR%pUE1ITRi~qIUnfxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/457022", "modelId": 410011} \ No newline at end of file diff --git a/datasets/metadata/457224.json b/datasets/metadata/457224.json new file mode 100644 index 0000000000000000000000000000000000000000..822f762881e43e2b68d1597db9d102b14094d340 --- /dev/null +++ b/datasets/metadata/457224.json @@ -0,0 +1 @@ +{"id": 457224, "index": 0, "name": "Peter Parker (PS5) SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-20T10:51:08.091Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["peter_parker "], "stats": {"downloadCount": 118, "ratingCount": 0, "rating": 0, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 376631, "sizeKB": 97537.3828125, "name": "457224_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-20T09:45:38.707Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0490583B", "AutoV2": "1E29BF6856", "SHA256": "1E29BF6856F281E77F0A0337211E53CD566FABB65654F76E08B5B0BA28BE9A70", "CRC32": "E72DC239", "BLAKE3": "EF9758026DDA6871B371C9B41D6607B494D32F7E582E8210F97AD33723134E05"}, "downloadUrl": "https://civitai.com/api/download/models/457224?type=Training%20Data"}, {"id": 376692, "sizeKB": 223099.13671875, "name": "Peter_Parker_PS5_SDXL-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-20T10:51:31.613Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FDEE8F20", "AutoV2": "EFC268E48A", "SHA256": "EFC268E48A636BD784949C4AFA343F781032E24251F5CC13DAC1B66EAEACE9DA", "CRC32": "0C75A9A7", "BLAKE3": "953244557385993D732ADA29B0D1351FA3B8323767CCD2628EE80DC35EC8F02D", "AutoV3": "04E69E46856C"}, "downloadUrl": "https://civitai.com/api/download/models/457224", "primary": true}], "images": [{"id": 10571360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f569fb6f-1ef5-476c-b528-e5b7123b827a/width=450/10571360.jpeg", "nsfwLevel": 1, "width": 1020, "height": 1020, "hash": "U#P6z3kC_Nxb?bafafoyM|oLjFWBn%a}ofjZ", "type": "image"}, {"id": 10316784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1e272bd-d3ee-4cda-920e-62c69b68a7a4/width=450/10316784.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UqNmmDNG_Nxa?bWBWBt7IVofjER*aLbHofjF", "type": "image"}, {"id": 10317486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60729446-82e8-4230-abd0-52255318e148/width=450/10317486.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UqM%vJ%g_N%M_3M{xuofI:ofaKt7aKkCofWB", "type": "image"}, {"id": 10317483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b407e3a-6998-433d-808c-75d96db476c5/width=450/10317483.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UpLqFWt6_Nxb_3xuxuj[S#tRV@RjR*RjWAj[", "type": "image"}, {"id": 10343491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce8c709b-4db5-41ae-9959-e6421ac30bd5/width=450/10343491.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQBpt}xkpL^MY8$_x^V?R$nhe-X8rVRke-oz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/457224", "modelId": 410192} \ No newline at end of file diff --git a/datasets/metadata/457295.json b/datasets/metadata/457295.json new file mode 100644 index 0000000000000000000000000000000000000000..0bb3c82bc3599e7c476b888a85e45edb56fa7ebd --- /dev/null +++ b/datasets/metadata/457295.json @@ -0,0 +1 @@ +{"id": 457295, "index": 0, "name": "Ama (MoonLace)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-20T11:21:28.466Z", "availability": "Public", "nsfwLevel": 28, "description": "Belongs to: A-BlueDeer
", "trainedWords": ["furry, anthro, mustelid, mink,", "bleach white fur color, blonde hair, long hair, shiny hair,", "orange eyes, pink nose, animal tail, animal years, animal nose, ", "fluffy tail, gray tail, gray eyeshadow"], "stats": {"downloadCount": 49, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 376723, "sizeKB": 223101.73046875, "name": "Ama_MoonLace-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-20T11:16:21.437Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FB524AF8", "AutoV2": "8A3CD66B8D", "SHA256": "8A3CD66B8DE697FA36CBA80738069CE1A5849925D5CC45B324CBBFF0D235AB61", "CRC32": "8CA831B0", "BLAKE3": "812188E15364803515DB80CB64367AB9DF3A7DFC6ACA50278FB8C92FF0D710FF", "AutoV3": "74D004E35671"}, "downloadUrl": "https://civitai.com/api/download/models/457295", "primary": true}, {"id": 376690, "sizeKB": 1968.685546875, "name": "457295_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-20T10:51:12.083Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "A1216FA692", "SHA256": "A1216FA692E85202256E3F4763E391A21D48B4FC3C113DB368CAFE209A6EE202", "CRC32": "E52061CB", "BLAKE3": "2883DD6EDC5DD611B36EA9BB1CDB028636669DFECC7AEBBC203AFAB855CFE41D"}, "downloadUrl": "https://civitai.com/api/download/models/457295?type=Training%20Data"}], "images": [{"id": 10313746, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92dca147-98d5-4c74-92d8-bcff6423180e/width=450/10313746.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URI#fGECz~p8~Dj_EmxVnqShSvv}XObHrws+", "type": "image"}, {"id": 10313744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/145a24c2-f54d-4ac4-8eaa-8548bc695677/width=450/10313744.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UELWta?F0vF:4B=NmD5iKJSKn7N2CGos%IW?", "type": "image"}, {"id": 10313745, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86edc93c-1b3d-48a4-9b1d-7dda5fbb2a14/width=450/10313745.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UPLWOz~8ressxSxZE1ahm?IqoNadNEn%fls:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/457295", "modelId": 410251} \ No newline at end of file diff --git a/datasets/metadata/45732.json b/datasets/metadata/45732.json new file mode 100644 index 0000000000000000000000000000000000000000..7d974c937cbea813305c57f267eca71e5bb0bf65 --- /dev/null +++ b/datasets/metadata/45732.json @@ -0,0 +1 @@ +{"id": 45732, "index": 0, "name": "v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-14T19:11:13.480Z", "availability": "Public", "nsfwLevel": 7, "description": "Made with 612 images of Nene; 200 of her official (main) outfit, 95 of her original (china) outfit, 100 of her casual outfit, 17 of her kimono outfit, and 200 generic images.
Download the dataset if you're interested.
Works at weight 1.
", "trainedWords": ["momosuzu nene", "nene_official, double bun, two side up, corset, cleavage cutout, multicolored bow, orange skirt", "nene_original, bun cover, two side up, bell, ribbon, yellow dress, blue capelet, blue skirt, white pantyhose", "nene_casual, twintails, brown sweater, red skirt, sailor collar, neckerchief, white socks", "nene_kimono, short hair, hair bow, japanese clothes, white shirt, bare shoulders, floral print", "bear ears, paw gloves", "side ponytail, pom pom hair ornament"], "stats": {"downloadCount": 2767, "ratingCount": 350, "rating": 5, "thumbsUpCount": 442, "thumbsDownCount": 0}, "files": [{"id": 35937, "sizeKB": 1018234.526367188, "name": "nene-dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-18T06:41:08.946Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "AA5C6846", "AutoV2": "D74FE03549", "SHA256": "D74FE03549638206BA1423DA3F98B45CF70E1200A1C5B8EA258780EFF6E85ECB", "CRC32": "E4AE9D6D", "BLAKE3": "64F9D718A1A0212A5A2A55426344B00060117788643A3546A1578A7E04A72335"}, "downloadUrl": "https://civitai.com/api/download/models/45732?type=Training%20Data"}, {"id": 34199, "sizeKB": 18611.0771484375, "name": "nene-09.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-14T19:15:45.762Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2DC49AB8", "AutoV2": "79E31A97D4", "SHA256": "79E31A97D44300746AF7A0BCC6A2134F71E0AE7A75AE82986AE989227547230D", "CRC32": "5F6F8F35", "BLAKE3": "33563376D2BCB4E370578C88DED2B3084A94783636F0373D27EB35CB11347037", "AutoV3": "A4DF5F978913"}, "downloadUrl": "https://civitai.com/api/download/models/45732", "primary": true}], "images": [{"id": 2710463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7552081-f85d-4ed5-ba81-0ebeeeb54673/width=450/2710463.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNI4w?^jD*tQ~CWAoyt8~Vxu$%RjIqadRio#", "type": "image"}, {"id": 495301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6d63e92-0a21-45cb-a36f-140581f60a00/width=450/495301.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMFFTzRO0KtRM{RlIVjv~oNGV@s:57aesoWC", "type": "image"}, {"id": 495292, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e5c55fe-a09c-4c69-44c7-f7f9e9c50900/width=450/495292.jpeg", "nsfwLevel": 1, "width": 4000, "height": 2284, "hash": "U=LqLgoeWCof~qj[jsofx]WVj?jsWAofa}WB", "type": "image"}, {"id": 495299, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5a0bb02-c924-40ae-5aa8-3029bc1c7a00/width=450/495299.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAGH}7bK00R+Hr4.4;ae~oWaVr%L00RPNINa", "type": "image"}, {"id": 495295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc992dbe-a9c0-406d-3a6e-7b4870bd3400/width=450/495295.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYH_oM~pIoS3?co$R-of%g%L%1%1OuWYnhoe", "type": "image"}, {"id": 495300, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c7df221-9cea-4a18-a9f7-1ee8d90edd00/width=450/495300.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFI4qs0156NGxvIVIp%2~V9Z9aX84.%M0Kof", "type": "image"}, {"id": 495302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea683a69-c0a9-4cc0-b329-04a1f193be00/width=450/495302.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U8JHK:00_N^P00%100s:^%~B00~WIn-p=|Ip", "type": "image"}, {"id": 495296, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ddcce16-7231-453c-3f23-0e2a12d1be00/width=450/495296.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UUHK;5?H-Tt59u%2IoWB~U%1xaoKE2oebHof", "type": "image"}, {"id": 495294, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/537dd5b5-346e-4017-406d-318648a25a00/width=450/495294.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKLzpr01.m%20nt857g4%2-UMxxu%NxvxaSh", "type": "image"}, {"id": 495293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0035ce7-1ed7-4fe5-7026-61edcf065b00/width=450/495293.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "URJ@LD9Gs+jc~VM{56t79aRjE2t7S~IB%2oz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/45732", "modelId": 40437} \ No newline at end of file diff --git a/datasets/metadata/457422.json b/datasets/metadata/457422.json new file mode 100644 index 0000000000000000000000000000000000000000..42f0a07c0480874f4f14b86432fe1f9cf9fd291f --- /dev/null +++ b/datasets/metadata/457422.json @@ -0,0 +1 @@ +{"id": 457422, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-20T13:04:04.648Z", "availability": "Public", "nsfwLevel": 31, "description": "clothes trigger word (for upper body)
gremory, hat with veil, fur trim, choker, necklace, breasts, black long dress, gloves
negative prompt: overlay blue skirt with gold chain
clothes trigger word(for full body,not stable)
gremory, hat with veil, fur trim, choker, necklace, breasts, black long dress, gloves, overlay blue skirt with gold chain balt
clothes trigger word(for without the hat and veil)
fur trim, choker, necklace, breasts, black long dress, gloves, overlay blue skirt with gold chain balt
negative prompt: hat with veil,gremory, fur trim(recommanded or you need kemonomimi girl
you may change the hair style
", "trainedWords": [], "stats": {"downloadCount": 49, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 376799, "sizeKB": 18545.6328125, "name": "8998798_epoch_6 (1).safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-20T12:25:32.645Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "738D54FA07", "SHA256": "738D54FA07D78A16895AEC65E596E6A8CC955D45754521E28E22A1255BCBAD58", "CRC32": "0805292B", "BLAKE3": "0B3D3FF3F21C55C95051F1C57AEC1AEEF87D4E4EF3306C2CBD5FC3EEF2C972DD", "AutoV3": "8109A09ACE93"}, "downloadUrl": "https://civitai.com/api/download/models/457422", "primary": true}, {"id": 376798, "sizeKB": 811.9736328125, "name": "457299_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-20T12:26:00.718Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "CB193020BF", "SHA256": "CB193020BF042ED5C33BD1F8BAC12385B0354BF3560EAFAC6155D27B18FF8ECE", "CRC32": "5DDCC636", "BLAKE3": "0BB3F9080873CC4E862E82B95C54083261A159985AA2FCC491BFE2E9AA941C3A"}, "downloadUrl": "https://civitai.com/api/download/models/457422?type=Training%20Data"}], "images": [{"id": 10320169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97616dcb-4d8b-4303-b1c5-f9e5bf2f984d/width=450/10320169.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UBCPO]xt01weE1WCofof00IV?HtR~VS1IUs.", "type": "image"}, {"id": 10319406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b99155b9-612c-47b8-9361-9d818d719f42/width=450/10319406.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UBExqr0hM]4qD%9a~AJA0M%JMz?Z~V-:4;iw", "type": "image"}, {"id": 10319410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e38917ff-df73-446b-8189-aaf49a03d55c/width=450/10319410.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDC$QEIp56~BE2R+EMIo01={=|57?GS1$$-o", "type": "image"}, {"id": 10319404, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d39bc8b4-93d2-427d-b100-ee82eb3c7ce3/width=450/10319404.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UBB{o$%M00R5NHt7ofM|00M{~Vtl-;NHNGt6", "type": "image"}, {"id": 10319396, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d2b9394-f932-434f-bcf0-57104fe1f9a9/width=450/10319396.jpeg", "nsfwLevel": 2, "width": 768, "height": 512, "hash": "U8Cr[*t9$v000N0f%2%3AAI:-:^i}^?GD*0L", "type": "image"}, {"id": 10319398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bca59d72-7afc-4796-97d8-79ff29c0db66/width=450/10319398.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULCrcx-oIUf6}s$%r?ofv#$*={ofi_xZ-ot7", "type": "image"}, {"id": 10319403, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1038544c-bc31-4091-959e-5eac623f6bbd/width=450/10319403.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIEeV{-oRPIU}@$*M{s.4n-UxG%Lv~$*^*S2", "type": "image"}, {"id": 10319393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c411d226-9c3c-4acc-831d-8195fd0e27ee/width=450/10319393.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UMD93ZNG4:~C0MR*xZIpjE%2xaIo%LIoIo-o", "type": "image"}, {"id": 10319391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d8b9bcb-a471-4b0a-8e65-ce75a528a05d/width=450/10319391.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UGE2LaIV0KozNbxtR*R*00xt~BjG-o9toy%2", "type": "image"}, {"id": 10319400, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff2a0065-7301-4242-9ea2-2eaae42bdae5/width=450/10319400.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UHFX*c^*0e579^EMa#kC01E2%L=|=|~B%2E1", "type": "image"}, {"id": 10319399, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06ecddc0-6cc3-474c-b6a5-ce6a14d7e0c8/width=450/10319399.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UQFq|3~B56IpELIoWBs:01IV-oWV~C?Gt6R*", "type": "image"}, {"id": 10319402, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/799d603d-d830-476a-9760-c0a0cb67ec37/width=450/10319402.jpeg", "nsfwLevel": 2, "width": 768, "height": 512, "hash": "U8EeiP4ps%009u57~VRRIn02~B%2-U~B9G9t", "type": "image"}, {"id": 10319405, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e96b085-cd71-4fd3-8e4e-fac57619fa54/width=450/10319405.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UBC?4N00xoR.~VIoV?kX0K-:spoe9Zt8~B9G", "type": "image"}, {"id": 10319397, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd501f2c-44e1-441c-825b-af0063a626ec/width=450/10319397.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UOGIDt?EOVxu?wD%9bIW.8V=-pxaEmac%1kB", "type": "image"}, {"id": 10319392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f97a3d3f-3908-4277-ba81-c345f763c183/width=450/10319392.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UCE_~[0K58?b~WE000tP01?bDija9}-:=|Io", "type": "image"}, {"id": 10319395, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/612faa3e-d446-479d-80a5-7c3207876ba6/width=450/10319395.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UBEx^q4:0g-;~VD%00x@00-:9F%2ES-;}[E1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/457422", "modelId": 165448} \ No newline at end of file diff --git a/datasets/metadata/457445.json b/datasets/metadata/457445.json new file mode 100644 index 0000000000000000000000000000000000000000..cff946f72db87eb1c0f8553b2eac68da9da5c102 --- /dev/null +++ b/datasets/metadata/457445.json @@ -0,0 +1 @@ +{"id": 457445, "index": 0, "name": "lith_argenta_pressPH1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-20T13:14:23.502Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 166, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 376822, "sizeKB": 1108.369140625, "name": "457445_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-20T12:42:15.100Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "AB691BBB4A", "SHA256": "AB691BBB4A3739CEEBCA357D216717D7B7D43E986F28879CE27B57EB575AF66D", "CRC32": "5CAD0081", "BLAKE3": "CD053FDE3EE10EFC7A3112D36C8F6A5FD8DBEC73EDED30C920909C823E36FC1F"}, "downloadUrl": "https://civitai.com/api/download/models/457445?type=Training%20Data"}, {"id": 376852, "sizeKB": 223098.90234375, "name": "lith_argenta_pressPH1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-20T13:15:42.625Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FB646044", "AutoV2": "94C3A56804", "SHA256": "94C3A56804B7844857CC74AA46F2A6BAA85F48D3B26FCC3F1E82FCB0E82911E0", "CRC32": "FB73C8F0", "BLAKE3": "D7340604A449B872522162E338395DD541E5538C06531D66253C352171508739", "AutoV3": "833C6C47A722"}, "downloadUrl": "https://civitai.com/api/download/models/457445", "primary": true}], "images": [{"id": 10320947, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad6c0218-bdeb-4a5b-9e5a-0749bb2e5e7e/width=450/10320947.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFMQCY9GyX?b9a%M%Ls:%gIU~pj[t7xt_2Rj", "type": "image"}, {"id": 10320945, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a19078a0-1e84-4182-b1e6-29efb60f5edf/width=450/10320945.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UmMZzG~pX8xaD*oJfkt7bct7ofj[WBkCt7of", "type": "image"}, {"id": 10320946, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4322d61d-016c-40d2-b595-245c47c1c9fa/width=450/10320946.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UELzgO4oJUxu00x]oJRjo}M{~p%Mxut7_3V[", "type": "image"}, {"id": 10320625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed459c45-8f39-463e-b6c1-e52cece4c6bf/width=450/10320625.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UjOf=Et7IVt7~pxut7off*RjofoyofofRjj[", "type": "image"}, {"id": 10320626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83ec09d1-aa90-45d8-80c7-924ad3b835ed/width=450/10320626.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UQO:eA_M8{-:~p-;oeofD*RjRQWVs.xuWBof", "type": "image"}, {"id": 10320649, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52cba953-e282-48a7-9b2b-31a1af5c7ed6/width=450/10320649.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UaPG87_NM|%M?bx]V@j[bvM{oKkB%LofWBWB", "type": "image"}, {"id": 10320650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebd0aa1e-ff60-4d20-97a6-b740c50e6c57/width=450/10320650.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UYO{{q_NNH%2_2%gRjWBW=IUs:WB-:WBWBof", "type": "image"}, {"id": 10320826, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ce94e6d-3ed6-4b8b-976c-4ef3231bba81/width=450/10320826.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UWM%it4oWBj[niIUIUfk~ps:ofj[oyaej[a|", "type": "image"}, {"id": 10320825, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1403c990-8f9a-4644-9e0b-b67896519069/width=450/10320825.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UWPi;Y~pay?a%L%MMyazD%xuRjIUocxtofRj", "type": "image"}, {"id": 10321800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9bb05bd3-ad95-4858-97a3-94827533094c/width=450/10321800.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UALgOmn$pd8{00-:%1IoE29FnOD*~VS3xuWB", "type": "image"}, {"id": 10322858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9365df77-c33a-469f-b408-b89c860460ad/width=450/10322858.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UVPsV2oz%MV@~pj[RjWBIUjsxuxuV@RQRjWB", "type": "image"}, {"id": 10323088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb19dd3d-f110-49f2-902f-ed8ac4a3f3ff/width=450/10323088.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UZQ05J%MD%xu_Noft6oft7M{ofWBx]WBj?a}", "type": "image"}, {"id": 10323091, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39655705-8915-4e1c-92c5-5b53028a689d/width=450/10323091.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UbPsV4-;M{xu~qofV@t7WBRjWBWBRjaefkay", "type": "image"}, {"id": 10323090, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/138b18f4-9b89-4ff6-a3c8-ffb07dfd9d8f/width=450/10323090.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UYQ05G-;IUxu~qt7aej[WXIUayWVxut7ozju", "type": "image"}, {"id": 10323895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b55d795d-a41f-4154-b95b-b93209531d51/width=450/10323895.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UWQ08NxuIUs:~qt7t7t7ofM{oejtWVxuM|WB", "type": "image"}, {"id": 10323896, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5472c31-3673-4d24-b0e6-8e44f0d34f73/width=450/10323896.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UXQJGs-:RQt7~qRjj[off5ayWBayIVt7ofay", "type": "image"}, {"id": 10324031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80e1e2d2-cb05-41de-9028-f26a3a5399aa/width=450/10324031.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UgPP+F?bayx[~qRkRPayX8aeofj[t7jtWBWB", "type": "image"}, {"id": 10324030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c78d06f-5450-422a-a843-db89cefb9d16/width=450/10324030.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UePi@ltRIUxu~qofoefkR*WBWBWBt7V@f6of", "type": "image"}, {"id": 10324138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf247c90-1b90-4cb2-8534-2b6e928c1623/width=450/10324138.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UTODF2~q00nO?akCaej@-;j[WBofbIRjofkC", "type": "image"}, {"id": 10324136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c36b6cbf-6651-4924-961c-46e0f45e8bd8/width=450/10324136.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGNACr0100-:~pMx-;WB0101xuoz9FWBozof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/457445", "modelId": 410384} \ No newline at end of file diff --git a/datasets/metadata/457827.json b/datasets/metadata/457827.json new file mode 100644 index 0000000000000000000000000000000000000000..70a89dc76de4c78e87250e95a4eebbeac077b95f --- /dev/null +++ b/datasets/metadata/457827.json @@ -0,0 +1 @@ +{"id": 457827, "index": 0, "name": "Orienteering runner", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-21T15:47:59.117Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["orienteering control flag", "orienteering high socks", "control description holder", "orienteering map", "striped orienteering high socks", "running shirt", "running tights"], "stats": {"downloadCount": 39, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 378719, "sizeKB": 223110.55078125, "name": "Orienteering_runner.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-21T12:35:54.875Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2986CB7B", "AutoV2": "9775923F67", "SHA256": "9775923F6789DEEA50A4E65ECF6E776E5ADB0C22E63B820DE818D72A101807D3", "CRC32": "39D461DD", "BLAKE3": "DC8FA357C94DF3104EFB93E7D473AE2BE8EA30FEF598B8F211384EFE1AFA76D0", "AutoV3": "F3F3AA566B99"}, "downloadUrl": "https://civitai.com/api/download/models/457827", "primary": true}, {"id": 377230, "sizeKB": 20589.8828125, "name": "457827_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-20T17:11:14.245Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "258FBEF0", "AutoV2": "11672F694A", "SHA256": "11672F694A9EFEA2A52658D94716F33B1C71CF124DAB3B79FFC201B4F7B56228", "CRC32": "40FA05B3", "BLAKE3": "6169AAD79D4855C695EE0ABD2884149B0C9D9E59AD2D691A072A4CC462C4320B"}, "downloadUrl": "https://civitai.com/api/download/models/457827?type=Training%20Data"}], "images": [{"id": 10400874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07b8b7e4-4526-480b-950e-2f773d9d281c/width=450/10400874.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6DJLkS^0d#YyGIWIAfT0Lni=Mx?I8%eksRQ", "type": "image"}, {"id": 10401655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28ced2f8-cf31-4cfa-a8af-da57d3504481/width=450/10401655.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7D0DK.79:ITt:oew?V[x+tLW[eu?RxsN6Nd", "type": "image"}, {"id": 10405278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a86f61ae-36a4-4ad2-9ddb-78c0285c9470/width=450/10405278.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "USHng9kWSfoM~9s.WBoLjYs.WEoe%1bIogf6", "type": "image"}, {"id": 10410367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2492a044-ddc1-4449-8936-89ffb1509c17/width=450/10410367.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6CPX{^O4:-.*HI:D*t7xcIpMyaO-:%1V@nj", "type": "image"}, {"id": 10416626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c9911b2-a18a-4091-8515-1d5b547163ed/width=450/10416626.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBDJFZSjNEMy~qoyIUMyt3t6bJWBtNj]s?j=", "type": "image"}, {"id": 10416625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35fe079f-509a-4f3d-87c1-07d8f4524cc7/width=450/10416625.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAC%7]ozE1M~~qRjM|s:texsoORjtQs=nlNG", "type": "image"}, {"id": 10462743, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6246269b-c34b-4652-b456-ff3effdded55/width=450/10462743.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGB:sb?bkBxv.A-;ofxu-;xus;t5bbt7t7k8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/457827", "modelId": 410714} \ No newline at end of file diff --git a/datasets/metadata/457886.json b/datasets/metadata/457886.json new file mode 100644 index 0000000000000000000000000000000000000000..f6656af7a74196bf5af0d5643b2b744ff981ed2a --- /dev/null +++ b/datasets/metadata/457886.json @@ -0,0 +1 @@ +{"id": 457886, "index": 0, "name": "mascot", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-20T19:27:20.633Z", "availability": "Public", "nsfwLevel": 1, "description": "First model. expect lots of bugs and errors since i don't know what i'm doing
", "trainedWords": [], "stats": {"downloadCount": 24, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 377370, "sizeKB": 121291.25, "name": "457886_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-20T18:46:12.513Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EDBAEF79", "AutoV2": "B40BDE9FF5", "SHA256": "B40BDE9FF5235EFBE6D22A2CA9B571BFE6D9435642BCF4785023EE154D5B0063", "CRC32": "C1A6C6E7", "BLAKE3": "F4168413A911B8B30527EFDE3778D888109EF2D7A9AD14A605EE2B7022400374"}, "downloadUrl": "https://civitai.com/api/download/models/457886?type=Training%20Data"}, {"id": 377437, "sizeKB": 18563.4453125, "name": "mascot-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-20T19:25:43.886Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "A8D5A20C9F", "SHA256": "A8D5A20C9F9B65C9336D1FD8EE4BE738031C1BC3C54C09F34B492ADC33A3330F", "CRC32": "C6A97A37", "BLAKE3": "33388DCF76DC50640C7897270177B4CBCEE08A7D6763FB62A4185F7D1F9B1798", "AutoV3": "AA3D75C02DB5"}, "downloadUrl": "https://civitai.com/api/download/models/457886", "primary": true}], "images": [{"id": 10341362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d599b86a-ab37-4973-8fa9-023f8379a8f5/width=450/10341362.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "URRCf8Sh|1-V$*oLWCS4#:xGS#S#ozS2axwd", "type": "image"}, {"id": 10341364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82d8de28-e76c-4b0d-90ce-5fd980448dca/width=450/10341364.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "USQ*K2bI^n$k=vn,J%a#=hsqMdjbXoS0Q-oz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/457886", "modelId": 410772} \ No newline at end of file diff --git a/datasets/metadata/457967.json b/datasets/metadata/457967.json new file mode 100644 index 0000000000000000000000000000000000000000..8cfaecfdcf22215f02c376f9a9ec96b0b0fe5fda --- /dev/null +++ b/datasets/metadata/457967.json @@ -0,0 +1 @@ +{"id": 457967, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-20T18:05:12.480Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": ["bg3laezel"], "stats": {"downloadCount": 512, "ratingCount": 0, "rating": 0, "thumbsUpCount": 65, "thumbsDownCount": 0}, "files": [{"id": 377294, "sizeKB": 37577.5712890625, "name": "laezel_training.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-20T17:55:44.183Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CAC70408", "AutoV2": "FBA8BAD48B", "SHA256": "FBA8BAD48BFA4D7C760789B796EDF8B924B88AF81880A2759EB8FAD867F66472", "CRC32": "BA247B4A", "BLAKE3": "067EC4ACF45A3D5ED476063456BE91B1602E4ECC3F38AA107FB75D9B20AE074F"}, "downloadUrl": "https://civitai.com/api/download/models/457967?type=Training%20Data"}, {"id": 377297, "sizeKB": 223099.92578125, "name": "corneo_laezel.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-20T17:55:48.392Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3BB27502", "AutoV2": "D52FA7A634", "SHA256": "D52FA7A63443F599470C4BD9B2BE1AB83606886E5268B329E0D4C5F64B50BCF8", "CRC32": "7D3CC61A", "BLAKE3": "4D82DB6AAC0A330750227CF44FC3D17A18BA288A58736A218DA1F4894389D83D", "AutoV3": "03F9DFB0FC5C"}, "downloadUrl": "https://civitai.com/api/download/models/457967", "primary": true}], "images": [{"id": 10336368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ad5d5f1-0141-4f6b-a3ee-3af940e7c588/width=450/10336368.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UPK1RE$*.9WY~Uof%MoyEnkCR5f5-;RkRnWX", "type": "image"}, {"id": 10336769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d81e150-801f-42c3-94ee-dd412963845d/width=450/10336769.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UKK1v}o|0JnN01tQbfRP9abJxte-_Ns.eSba", "type": "image"}, {"id": 10337067, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3003bd75-7006-43ba-9d1b-ad7f485a8ecf/width=450/10337067.jpeg", "nsfwLevel": 8, "width": 768, "height": 1024, "hash": "UgM7AIxu*0adJCf+xaaetSa#offk%0aKjFWC", "type": "image"}, {"id": 10337662, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10d88166-90d2-4780-b601-980866e9b7d0/width=450/10337662.jpeg", "nsfwLevel": 8, "width": 1536, "height": 2048, "hash": "UWMZw5$$cuXSKObJ%1ayxHj[wIn%$+jbRkoe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/457967", "modelId": 410848} \ No newline at end of file diff --git a/datasets/metadata/458005.json b/datasets/metadata/458005.json new file mode 100644 index 0000000000000000000000000000000000000000..11a876d0effb13f9ded5264ef25a875c5b4a4483 --- /dev/null +++ b/datasets/metadata/458005.json @@ -0,0 +1 @@ +{"id": 458005, "index": 0, "name": "Luke Skywalker New Hope", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-20T22:01:37.737Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 113, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 377333, "sizeKB": 45822.576171875, "name": "458005_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-20T18:20:52.673Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1DE71C97", "AutoV2": "2F75D02403", "SHA256": "2F75D02403F6D0C34C0766CB582427669B6A56FCB3B69AFCBFE244C8406A0DFA", "CRC32": "FB43ED6C", "BLAKE3": "D728C6C85F2C135A185959A917F222BF1C09009DFCF2AA2574A6AE8C452129DF"}, "downloadUrl": "https://civitai.com/api/download/models/458005?type=Training%20Data"}, {"id": 377449, "sizeKB": 223101.42578125, "name": "Luke_Skywalker_New_Hope-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-20T19:30:52.128Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F03E7BEF", "AutoV2": "ED48303DB0", "SHA256": "ED48303DB04A2ABCCD794CF3118CE7DA563078F899A1AF56B0E1D6896B60A26A", "CRC32": "1566AEB5", "BLAKE3": "154F5E9E58BBC177B509E730CBDD9BDB9CE3750C626C20496F312E28F45DB44E", "AutoV3": "E0130DB1CD06"}, "downloadUrl": "https://civitai.com/api/download/models/458005", "primary": true}], "images": [{"id": 10350049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac4fb2a6-5f06-4e50-90a9-75a124a9e195/width=450/10350049.jpeg", "nsfwLevel": 1, "width": 1072, "height": 1432, "hash": "U9C6$1tm00$d_4%gITH=01tS^+I900NH-:Vr", "type": "image"}, {"id": 10350051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d31ddc82-6b1f-4b9e-8e91-ed6daea9e6a9/width=450/10350051.jpeg", "nsfwLevel": 1, "width": 1072, "height": 1432, "hash": "U6BM}b?w004mtQ%g9F8^tpkr?axU00NH?br;", "type": "image"}, {"id": 10350096, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6ead0da-0159-497b-abb9-12c569651796/width=450/10350096.jpeg", "nsfwLevel": 1, "width": 1072, "height": 1432, "hash": "U7Csgd%#00RO_3.94nMc5EtS~pIA00NJ?bMw", "type": "image"}, {"id": 10350099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86c4ae2e-f0d4-4325-81d4-41d6e87add9e/width=450/10350099.jpeg", "nsfwLevel": 1, "width": 1072, "height": 1432, "hash": "U6Bf|fIq00?G?bIq00-Q0N%M~pI900-;^+4T", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/458005", "modelId": 410882} \ No newline at end of file diff --git a/datasets/metadata/458037.json b/datasets/metadata/458037.json new file mode 100644 index 0000000000000000000000000000000000000000..db4dd634dae035908479821fcd1a58ab599880cb --- /dev/null +++ b/datasets/metadata/458037.json @@ -0,0 +1 @@ +{"id": 458037, "index": 0, "name": "V2 (Pony)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-20T19:11:24.265Z", "availability": "Public", "nsfwLevel": 7, "description": "Trained with the OnSite LoRa Generator.
Created using over 200 Pics.
To be honest, Depending on the Letter/number, It doesn't work that well, but I spend 3 days making it, so... Just try it out i guess.
Print-X* should print the Letter on the clothes.
Number-0* should print the number on the clothes.
*replace with desired Number/Letter
", "trainedWords": ["WrOnCl, Number-0, Print-X, "], "stats": {"downloadCount": 204, "ratingCount": 0, "rating": 0, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 377357, "sizeKB": 223132.65234375, "name": "LettersOnShirtV2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-20T18:42:25.225Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0E55A4FE", "AutoV2": "503C94091C", "SHA256": "503C94091C557D3F85F61651EF62BB7F83469199BE644D12F74102ADA3C72B95", "CRC32": "972AF85E", "BLAKE3": "161AF9DE70B7EFBBF98EFEA3591E3DCD296A925F5A85D6B61F0FC37547B919BA", "AutoV3": "986207F868B6"}, "downloadUrl": "https://civitai.com/api/download/models/458037", "primary": true}, {"id": 377358, "sizeKB": 220940.4091796875, "name": "457795_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-20T18:42:30.791Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C308927F", "AutoV2": "C63B7637DE", "SHA256": "C63B7637DEB0A5AE1EAADA118E76C34B70CE51DEB205E724FB1741D93D4FA38B", "CRC32": "789806F3", "BLAKE3": "9737BF9F4CAB156BE44820996B25860FFDF36ED0E1E098F2D2DC907791BED67F"}, "downloadUrl": "https://civitai.com/api/download/models/458037?type=Training%20Data"}], "images": [{"id": 10340395, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3f56a49-d6fb-4105-a66b-834163628159/width=450/10340395.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFFOlS9u-$~T%4Ne9HxYIUEQEOxB,,NGT0-P", "type": "image"}, {"id": 10338506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afcc43bc-c7a5-4d46-bb60-4fa4ac6df44e/width=450/10338506.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U9Fi0+tl0JE4~VOY03n#rntROu%100_1^*Vr", "type": "image"}, {"id": 10338504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/439ef125-242b-4c9d-b4cf-9fcf48d71794/width=450/10338504.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UGGIQ7M{?axv_4WBx[-:4o?a~ps,xuWU%1Io", "type": "image"}, {"id": 10338508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1064539-fd7b-4e97-95fb-7c8f3e5794c6/width=450/10338508.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDDT32Nf-1=rTzkSRRV@-@xtWnjYO]$+$_Ri", "type": "image"}, {"id": 10338507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f917a18c-efec-4d62-9b8e-2fb47468c0e3/width=450/10338507.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "UCD+3s^i9ZR*}r=x%1WB^j={-.s:-TxZNGoe", "type": "image"}, {"id": 10338509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72c21f4c-a482-49aa-96f1-5dc5524a2000/width=450/10338509.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U6Ci:U_2yETK}tM}019HHXD%55VY03ajJ:-p", "type": "image"}, {"id": 10338684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4a95361-8ce0-4cc8-a447-02ab34c10b04/width=450/10338684.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UMF$6G%M-;E2~W%ME1IoIT%Mt7oeIVxa-=xu", "type": "image"}, {"id": 10338502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a10b57b-5be7-49d5-b891-47178f1c52f9/width=450/10338502.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHG8ZX%L~W-o%N=|ENIpRPt7t5%2o~M{xuR-", "type": "image"}, {"id": 10339522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe67070d-99aa-49cc-94de-911949f0ad28/width=450/10339522.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDGRxX00Eg~p00%ftRIU00?b8_jY4.ax^+Ip", "type": "image"}, {"id": 10340205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a87b6f0-ad12-4581-a9f0-a28c9ae84535/width=450/10340205.jpeg", "nsfwLevel": 2, "width": 1920, "height": 1080, "hash": "UCIqJ%w45QEh8^Md01tS4.-pe9t6_Nx]RkS4", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/458037", "modelId": 386096} \ No newline at end of file diff --git a/datasets/metadata/458126.json b/datasets/metadata/458126.json new file mode 100644 index 0000000000000000000000000000000000000000..9e7dac19ca393059df2583905baffae9e4ef7eeb --- /dev/null +++ b/datasets/metadata/458126.json @@ -0,0 +1 @@ +{"id": 458126, "index": 1, "name": "V2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-20T20:12:09.922Z", "availability": "Public", "nsfwLevel": 7, "description": "Trained with the OnSite LoRa Generator.
Created using over 200 Pics.
Print-X* should print the Letter on the clothes.
Number-0* should print the number on the clothes.
*replace with desired Number/Letter
", "trainedWords": ["WrOnCl, Print-X, Number-0, "], "stats": {"downloadCount": 70, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 377446, "sizeKB": 37011, "name": "LettersOnShirtV2SD.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-20T19:30:41.470Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "26108597", "AutoV2": "19AC2911AB", "SHA256": "19AC2911AB046BA9CF2F8E4BEB6DCD1FC707BDDD539C7CEE308775914B1023FA", "CRC32": "BD366E61", "BLAKE3": "638563C404A090ED7862A5E50CCBE2A96B3810069E105FC2C2CEA3599C675A5C", "AutoV3": "C4931C705DF0"}, "downloadUrl": "https://civitai.com/api/download/models/458126", "primary": true}, {"id": 377448, "sizeKB": 220940.4091796875, "name": "457795_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-20T19:30:41.832Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C308927F", "AutoV2": "C63B7637DE", "SHA256": "C63B7637DEB0A5AE1EAADA118E76C34B70CE51DEB205E724FB1741D93D4FA38B", "CRC32": "789806F3", "BLAKE3": "9737BF9F4CAB156BE44820996B25860FFDF36ED0E1E098F2D2DC907791BED67F"}, "downloadUrl": "https://civitai.com/api/download/models/458126?type=Training%20Data"}], "images": [{"id": 10341427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00b44c31-054f-4ae8-a50f-8dda8cb9d5d7/width=450/10341427.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UPGRhsaKMx=|}@WBI.o|nhoyozoLIoxZ=|bF", "type": "image"}, {"id": 10341664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1b983d1-2227-4d6c-9b06-edf018618427/width=450/10341664.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "UDCZ32xbF|$P}@s.ixa{IUX7E2Szb]Ip0}r?", "type": "image"}, {"id": 10342318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67214d4e-0711-45f1-8f45-c4f14aa5ce55/width=450/10342318.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "URI50z~VIUIV={%2xut79Zofj[ayxat7ofoz", "type": "image"}, {"id": 10342788, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/798d4c8f-5899-4ae7-9904-0311890e566c/width=450/10342788.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UEF=zJE1K6-;YRxZx]M|s;M{M{IpIWaew^E1", "type": "image"}, {"id": 10343017, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f98cf6a6-fdcd-4dfa-a0f6-383a7ba36d5c/width=450/10343017.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UGCPq?IorBNb_4R%VrR+%iNa$%r=D*NxtR$z", "type": "image"}, {"id": 10343120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3373e3b0-aa2c-4f80-b03e-28ebaf2c50d7/width=450/10343120.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U9H_fExD00D*~VIU0LE15?RP?IE2Axxa$QIo", "type": "image"}, {"id": 10343198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b84172a9-b150-4c95-ae56-cb22dc4a571e/width=450/10343198.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UFHAty~pEeIoyqyDxZs:-BOZx]xZ?IT0M{$*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/458126", "modelId": 386096} \ No newline at end of file diff --git a/datasets/metadata/458270.json b/datasets/metadata/458270.json new file mode 100644 index 0000000000000000000000000000000000000000..5a13ff0692def85e3c8bbd288b06db4c5c1c937a --- /dev/null +++ b/datasets/metadata/458270.json @@ -0,0 +1 @@ +{"id": 458270, "index": 0, "name": "monsters", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-20T23:37:05.657Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 354, "ratingCount": 0, "rating": 0, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 377602, "sizeKB": 26020.5341796875, "name": "458270_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-20T21:15:45.504Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A0777949", "AutoV2": "45B93BDDCB", "SHA256": "45B93BDDCB8886BC9785D855C13A256E07037B0BCA30F55D721C01EDFA815EBA", "CRC32": "28199BEC", "BLAKE3": "01FF35EC81A1086E89F6F21629628F3E648606C3E4646B8163C88D16DE282A96"}, "downloadUrl": "https://civitai.com/api/download/models/458270?type=Training%20Data"}, {"id": 377774, "sizeKB": 230062.08203125, "name": "monsters.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-20T23:31:14.129Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5F447981", "AutoV2": "F65D17FFD1", "SHA256": "F65D17FFD12B9EB54969F516B01DE72C74E121220D2C6CED7E60A97DFD6C5CE5", "CRC32": "E4C1814D", "BLAKE3": "F0544EEE9BB429234723F8CA58791A7CDA7E179924069221CD984E99D1C65CD0", "AutoV3": "6F3C2174F0B4"}, "downloadUrl": "https://civitai.com/api/download/models/458270", "primary": true}], "images": [{"id": 10354006, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db94e415-92e2-48f3-b730-610d8803aa74/width=450/10354006.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U8Bf|bIV9Z?b?wozIUIV%gt7RPIVx]jEazM|", "type": "image"}, {"id": 10354008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b024f77c-5a81-40b3-890b-75fb3c289a5c/width=450/10354008.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U48X2y#6^i_NNfRi9FpJ0jD*0LS$-:RP-oRj", "type": "image"}, {"id": 10354010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0d81397-cafb-47a2-a688-51ac70309499/width=450/10354010.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U39G?f0mEM^%04#*M_WE00xBIUx]~pI[V?xt", "type": "image"}, {"id": 10354009, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ee56f2a-69c1-40be-a1db-dde708fa763d/width=450/10354009.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U48D-79Z4n~X.9fR4.-;9^VrIoR+xVNGRPW=", "type": "image"}, {"id": 10354007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/983c80f1-3926-42eb-8767-24898afd2683/width=450/10354007.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UA4V{?a}MwkC*0fkMwj[tlj[R5ayyDfkR5f6", "type": "image"}, {"id": 10354012, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62f4c10d-ed6a-4ab8-a7c1-5b240fc57d0e/width=450/10354012.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEC%4_0M_2kA~o9a-oR*%1Wr9aoLE1%2M{s:", "type": "image"}, {"id": 10354014, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ef828da-f9d4-4c72-bc3b-5e32fc2d2fc6/width=450/10354014.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U37-E2IAvf~CFfs:D%X90#S44:JB}@Wq=xw]", "type": "image"}, {"id": 10354011, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ba46b3b-0b57-45a8-aaa7-c1951336c0c6/width=450/10354011.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U69QgcE14.-p_Nof4Tt7_4j[9EoL_3ayD%j[", "type": "image"}, {"id": 10354013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da76d8ed-308f-4457-948e-52e45c25fa9e/width=450/10354013.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U3DI]_~V0ME2nixaW=%M?bIp4.%2-oRjV@%1", "type": "image"}, {"id": 10354015, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbe0ff15-e3be-4aa3-bb70-ac8a7423e1df/width=450/10354015.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U2C$yD^i.S9v0jnO01EM%ft70KR*.8Iq9F$%", "type": "image"}, {"id": 10354017, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f828dfb-85bd-4fd8-96f0-0885cf59e5e6/width=450/10354017.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U797bE?wNGIU~qx]MxM{%goLITM{xbj[WBay", "type": "image"}, {"id": 10354016, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04e24372-21d5-4fc3-b9c2-4023c5b6b849/width=450/10354016.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U2CY~]^i00I[Gc%M4T9Z=_%N018_tRkCM{R5", "type": "image"}, {"id": 10354020, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47fa67f6-de2a-4606-9ddd-1677d5b37e71/width=450/10354020.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U39jil9a00tSETMxIU~W^JIU9GNfOtxaDi-U", "type": "image"}, {"id": 10354018, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b108c59d-14ff-42e9-bddd-40a5a847b5d0/width=450/10354018.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U18D^XRk00~qAa4nE1M{:j8^00_N~qROsAgN", "type": "image"}, {"id": 10354019, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d63c8d4-faf8-463f-8fd0-5100f5826fa6/width=450/10354019.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U5B3yq00~q?bSiR*rpbcNKM{-oR+%gafIpxu", "type": "image"}, {"id": 10354022, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a6d947a-5933-4743-891d-454bbe4a1aaf/width=450/10354022.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6CG43~WS5%1?^x]ITIU*0S5^*RPShoz9ZWB", "type": "image"}, {"id": 10354021, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cd610a5-3c89-4977-bab3-d1ceca9912d0/width=450/10354021.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U96cKMo}4TWB*0ozRjae.TfRD4ae%$aeHqae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/458270", "modelId": 411116} \ No newline at end of file diff --git a/datasets/metadata/458445.json b/datasets/metadata/458445.json new file mode 100644 index 0000000000000000000000000000000000000000..dec2a2a6a9c46bf89ac21c58f0ee2cf9d1ba21da --- /dev/null +++ b/datasets/metadata/458445.json @@ -0,0 +1 @@ +{"id": 458445, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-20T23:18:53.754Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 222, "ratingCount": 0, "rating": 0, "thumbsUpCount": 45, "thumbsDownCount": 0}, "files": [{"id": 377747, "sizeKB": 42637.2314453125, "name": "illicit_relationship_Blast.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-20T23:15:52.842Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3246001F", "AutoV2": "B01279A0F3", "SHA256": "B01279A0F345288B84658398C1A9CC28BF7C514AB2F35836B76594F62421002F", "CRC32": "23A1A306", "BLAKE3": "F0758FA6AB25BF70BE7598DAD0B487ED969B1D0FA747B31B62DB2B59F8386554"}, "downloadUrl": "https://civitai.com/api/download/models/458445?type=Training%20Data"}, {"id": 377746, "sizeKB": 22251.84765625, "name": "illicit_relationship_Blast-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-20T23:16:43.260Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4EF556EB", "AutoV2": "B585CB7CC2", "SHA256": "B585CB7CC2F2DE7CB13B6A4DC338D4D81F7F5D00AC03A2A6023B888206A6A2CF", "CRC32": "A4608336", "BLAKE3": "FA2094AC7C0BF3D3CBE106C782924FA58F1585430A2DF1AA51416DA8D731E2BD", "AutoV3": "D231EE0DA062"}, "downloadUrl": "https://civitai.com/api/download/models/458445", "primary": true}], "images": [{"id": 10353379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f98ac6fd-c24d-4105-9196-faaeff335efb/width=450/10353379.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNNl_T%LcF4n4o8{l9RP~qt6%3bH%Mxu=|RP", "type": "image"}, {"id": 10353380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/607ff644-8e6d-4374-aad3-e3ca19bbf15f/width=450/10353380.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNNl_T%LcF4n4o8{l9RP~qt6%3W;%Mxu=|RP", "type": "image"}, {"id": 10358665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a5e2e2b-e34d-47ed-824b-a5e39edfb16c/width=450/10358665.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaLzEcNHE29GadM{OENHIUM{xuxu~pWVWBRk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/458445", "modelId": 411286} \ No newline at end of file diff --git a/datasets/metadata/458546.json b/datasets/metadata/458546.json new file mode 100644 index 0000000000000000000000000000000000000000..f498e9435d9885edd812c33f3fe26e2979a582cb --- /dev/null +++ b/datasets/metadata/458546.json @@ -0,0 +1 @@ +{"id": 458546, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-21T00:51:27.597Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 206, "ratingCount": 0, "rating": 0, "thumbsUpCount": 46, "thumbsDownCount": 0}, "files": [{"id": 377874, "sizeKB": 22248.35546875, "name": "Oneesan_SummerVacation-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-21T00:55:32.931Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F294A331", "AutoV2": "BFED97508E", "SHA256": "BFED97508EE85D80A5C59EB657D895702904C437CC7D444BE3407394741A2DB4", "CRC32": "4787B95D", "BLAKE3": "3A3A262E6F9C4A76E0BC3656B797934BCD7A3D37516786F4DD9F313ADFA7DA0A", "AutoV3": "2945EBC70723"}, "downloadUrl": "https://civitai.com/api/download/models/458546", "primary": true}, {"id": 377875, "sizeKB": 42730.859375, "name": "Oneesan_SummerVacation.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-21T00:55:36.172Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6F2EF47B", "AutoV2": "8439900F01", "SHA256": "8439900F01AEF1D34F91FC8DF162E708B4AEBFB413889188ABB06B51A3C4DEC1", "CRC32": "28596A89", "BLAKE3": "A8E8F64E31382DF127D44943376403F87002C32D9455D37BBD967B7A545EE368"}, "downloadUrl": "https://civitai.com/api/download/models/458546?type=Training%20Data"}], "images": [{"id": 10358507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8dea07ea-3392-417d-a084-c10b52a544f6/width=450/10358507.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNM$}G^i9uoz009Z?GNH~qD*-pxb={r??GNH", "type": "image"}, {"id": 10358506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c0cdd4c-45cb-435e-a6d9-222fa6d4dc9f/width=450/10358506.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UOM$}G^iELoz009Z?GNH~pE1-pxb={r??GNH", "type": "image"}, {"id": 10358653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f109aeed-4d2d-45d7-be73-29e22c6f54f0/width=450/10358653.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USM6u5~U9ZMxD%sk%focJUE1%2%2-pIVNHE2", "type": "image"}, {"id": 10359316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70e8bd46-12f0-4a49-81f3-1f50ea2e7298/width=450/10359316.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UhK,y=~WODx]9at7off+9GIVn%oKR*IVRjRj", "type": "image"}, {"id": 10359665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb4b3416-7941-4555-8a50-eed44c30c17c/width=450/10359665.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UQLps@V@lAWX.SWV~qt7EN-o^+t8%M9ZWBof", "type": "image"}, {"id": 10360103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1756a01-7126-485c-8cec-ee32cb2be278/width=450/10360103.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDMZO4.8_NX.yrr^?b%g010K~B?Go}MxDi^*", "type": "image"}, {"id": 12570422, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/568e4f1e-e5eb-41cf-ae87-08dd0dc9e5e8/width=450/12570422.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UjMj8Z~pgN?aEL%MxufkE1xat7M|SOWBxafR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/458546", "modelId": 411385} \ No newline at end of file diff --git a/datasets/metadata/458556.json b/datasets/metadata/458556.json new file mode 100644 index 0000000000000000000000000000000000000000..49b07320b55cf36164e49fbaf66fb154a8fb465a --- /dev/null +++ b/datasets/metadata/458556.json @@ -0,0 +1 @@ +{"id": 458556, "index": 0, "name": "anime s1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-21T02:30:46.046Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["yuuji sakai, brown hair, ahoge, male focus, black eyes,", "long sleeves, school uniform, pants, gakuran,", "shirt, school uniform, white shirt, short sleeves, collared shirt, belt, pants,"], "stats": {"downloadCount": 110, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 377954, "sizeKB": 901129.6826171875, "name": "yuuji sakai s1 pruned.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-21T02:26:24.287Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "048C3B3E", "AutoV2": "BF07410B56", "SHA256": "BF07410B560268B31F562C713274D953C16C6D4A62897FD31372B52C144B0AF7", "CRC32": "04F43D81", "BLAKE3": "F732ED9633A16E40B1BD0EB288F85029812082A24621E890E4E64A344E0B3C43"}, "downloadUrl": "https://civitai.com/api/download/models/458556?type=Training%20Data"}, {"id": 377943, "sizeKB": 223120.19921875, "name": "yuuji-sakai-s1-ponyxl-lora-nochekaiser.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-21T02:10:43.103Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "57D14535", "AutoV2": "48A91262D8", "SHA256": "48A91262D8A017F116AE95B3ACA40B5B3DD92EAA7FD2EEE1ADB4CA39F682AA51", "CRC32": "F54CB128", "BLAKE3": "17EBE801EC5631CB70AB026FE34C80FEE9E7DC89E189E6912492C03C0471AF35", "AutoV3": "1501C4C324BB"}, "downloadUrl": "https://civitai.com/api/download/models/458556", "primary": true}], "images": [{"id": 10362679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6c5fe0f-a2f8-4e13-be70-244d18a87bd7/width=450/10362679.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UJIhQu_1I9t6?]f+ENS44nof_3t7=|aesCjY", "type": "image"}, {"id": 10362678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e8c186a-268f-4e5a-bf05-4fdc4182d7b6/width=450/10362678.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "ULJt*e4o9Z%L~p9ZS~t600WB-=t7^jxanixa", "type": "image"}, {"id": 10362676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/385ff7ea-fc67-4ac7-9009-87d3f4e0bbc0/width=450/10362676.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UWKd*w~qR$%M_M?HNbxb4noL%May-oRje-ay", "type": "image"}, {"id": 10362685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f69e649-617f-4389-bb1c-1efb31472ba9/width=450/10362685.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UJF=%A_2?utR?^W=Nxbb?Fs,Rixt%Na$xboM", "type": "image"}, {"id": 10362684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9b29f82-970b-45de-b804-025f979d4f4c/width=450/10362684.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UkIOa{IU%fIU_NIUR+RjtSWBRjofj?s:e.t7", "type": "image"}, {"id": 10362681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ebc609a-1f58-4f0d-9257-89eda9dbaae6/width=450/10362681.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UJGIfS0L~pNFu29ZtRIoNbRjM|bH-nxaxas:", "type": "image"}, {"id": 10362686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b608a0e0-aaf0-41e0-aba1-f54b211f8106/width=450/10362686.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UeHen9V@%goz_NRPtRxuWYM{V@j[M|R%nhae", "type": "image"}, {"id": 10362688, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7447e53b-303a-466c-b9bf-45a6c308484e/width=450/10362688.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UeGb^u%Nx[t7?^xuNatR%MWEaet7s;spoLj]", "type": "image"}, {"id": 10362687, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7079f51a-861b-4920-8699-ee6c61c6c6cc/width=450/10362687.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UeIr1w?b-;xu~VV@WAoL%2M{RQayx]x]t8oy", "type": "image"}, {"id": 10362689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb573c89-cc7f-4da0-bed3-9e5c3a3611a3/width=450/10362689.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "USH2J^~Wx]xv^*MxIU-pg3WFIp%2Rkt7s:of", "type": "image"}, {"id": 10362690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53c3b1a0-f4ed-4323-ba76-f51cfd843e9c/width=450/10362690.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UOHB}B^%?uR*~pH@S5-=XSbc9F%MV@%Mof-;", "type": "image"}, {"id": 10362691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5adf9727-e247-456a-9f67-7b49c5267d4d/width=450/10362691.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UTI=75?HM_xt.7t7N_og4nWB?Iof~Vayxaj?", "type": "image"}, {"id": 10362692, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d21eff48-c660-4b98-8cbb-9bdb6bf6e545/width=450/10362692.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UfJ*VLM{Int8%LWBxukBRPR*-poJ~Waxi_of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/458556", "modelId": 411395} \ No newline at end of file diff --git a/datasets/metadata/458923.json b/datasets/metadata/458923.json new file mode 100644 index 0000000000000000000000000000000000000000..9dfa2dd616177575cd2f6de06ba9a835187dd00f --- /dev/null +++ b/datasets/metadata/458923.json @@ -0,0 +1 @@ +{"id": 458923, "index": 0, "name": "lith_argenta_pressPEH1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-21T07:44:11.623Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 81, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 378327, "sizeKB": 223098.91796875, "name": "lith_argenta_pressPEH1-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-21T07:45:48.897Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A8950E2F", "AutoV2": "12B77C3900", "SHA256": "12B77C39003C6A1751DC3867409F14FE97FDCAEBAAC20E8628F44087FC908D4C", "CRC32": "455B5080", "BLAKE3": "B4AD52FF582C4D79057C26CAE2F236FB3C335FB0B8923A6E99AD5B3407CAF10E", "AutoV3": "3795684ADAA4"}, "downloadUrl": "https://civitai.com/api/download/models/458923", "primary": true}, {"id": 378246, "sizeKB": 1425.3984375, "name": "458923_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-21T06:36:28.054Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "F9B0E10E64", "SHA256": "F9B0E10E64C6497D2C8C1512CCF59AE485DFE122B60C16AFD86DE1D093167738", "CRC32": "ACC9D248", "BLAKE3": "5BF970BB8C1F9F9FF5E6B9A3A543E32B07566CB261547C4AC0418F9634CC1757"}, "downloadUrl": "https://civitai.com/api/download/models/458923?type=Training%20Data"}], "images": [{"id": 10379914, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/741ed39a-d801-49bf-b08f-0ee29e148a3b/width=450/10379914.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UNR2i4D%4oWBp{IUM|NGni%gofs:?a-;xut6", "type": "image"}, {"id": 10379915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af8f910b-b276-46d8-875d-852a1b72e1f8/width=450/10379915.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPRCJCM{9Gj@.mofs.ofn3%Mt7t7M{IUNGRj", "type": "image"}, {"id": 10379913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6038f30a-bcd7-400c-acc4-4e4705510087/width=450/10379913.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "ULR2#t-pD*%M?wM{t7kCVYIUxuM|Rk%MNGof", "type": "image"}, {"id": 10379865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c8a94c7-a893-4521-ac98-75a9bdb7aae0/width=450/10379865.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UVRCVkIU9ZWB.Tofs:j[w[-:xuxtWCM{WBWC", "type": "image"}, {"id": 10379866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cb7ba46-74bb-412d-b616-9e512e4ca292/width=450/10379866.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "ULQ+pF~q4o-pT}?uIUof9GxZRjRj%1WBofRk", "type": "image"}, {"id": 10379867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f5848ba-3ae3-49c3-9f62-0094afd03daa/width=450/10379867.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMQSSK4n0LRjT}4oIUIoRjx]M{ae~p-:t7Rj", "type": "image"}, {"id": 10379863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9f1c864-305d-4820-a7f3-911da59a1f91/width=450/10379863.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UQR2;~%MD*%M.TRjs:azrqD*xuRjNH%MRjof", "type": "image"}, {"id": 10379864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/021048a9-6f14-4bf0-ad65-614a325eb559/width=450/10379864.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPR2-?%MD*%L.TRjs.azrqD*xuRjRk%MRjs:", "type": "image"}, {"id": 10379877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75263548-9864-4e8e-afab-232a19191836/width=450/10379877.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOQ+i~?b9Z%2uP?bM_ofD%s,RkRjxYofkCWV", "type": "image"}, {"id": 10379878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f4d5d76-c527-4478-9602-81f04ced88ac/width=450/10379878.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOQlXg9F4oaepy9ZM{NGe.%gWAoe~p-;xuoK", "type": "image"}, {"id": 10379979, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8caeb3aa-fe35-4e66-89f9-9e9ee46f0bba/width=450/10379979.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U%NmZoRjWBoe~pofj[ofM|t7a{fQaeRjoea|", "type": "image"}, {"id": 10379978, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c0320d0-6073-48b8-bd01-e3e8d709bf1c/width=450/10379978.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UgNc{ARPM{t7~pE1j]ofM|-;xtjZ_2%LM{WB", "type": "image"}, {"id": 10379977, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6830954-71a2-498e-ad49-d553166d7ec6/width=450/10379977.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UtNw4g%Mxut7~qIVWBofNGt6RjWVM{WBofay", "type": "image"}, {"id": 10379981, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a60cf9e5-b63c-44b2-91f1-78f97f5849af/width=450/10379981.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U#O3kD%Moft6~pM|WBj[IVayofj[f5t7a|ay", "type": "image"}, {"id": 10379980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c975b8e2-77bc-488a-81c0-d75291ed4359/width=450/10379980.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UnN,rNe.M|t7~pIoj]ofIo%Mt7ay?axuM{WB", "type": "image"}, {"id": 10379982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ace36c4c-478a-4f66-ad17-0ef8082433f2/width=450/10379982.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U$Nv[7NGWBoL~ps:fPofM|t7j[ayaeRjofj[", "type": "image"}, {"id": 10380164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bad0ab58-0bf3-43b2-bb22-d91955c75f19/width=450/10380164.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHM?Ve9Gt,IBD*IURjbH.S?as:tR~VjFShX8", "type": "image"}, {"id": 10380162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cefc7fde-d12d-4a5c-823e-e2adb3f5975c/width=450/10380162.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHM~:}_NE*wJ01slWB.7yX_2?at6R*-p%MRk", "type": "image"}, {"id": 10380161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f79b2cd0-35d7-497b-b579-de0513700ae3/width=450/10380161.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6MsD+00yY~B000M-:s:LMMx-o-p~V?baLxZ", "type": "image"}, {"id": 10380165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88985f0e-8702-4072-ad87-f286ac6b68e8/width=450/10380165.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHN9a$00E%V@M{NGWYt7pH%Mxuxu~ps.NGI:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/458923", "modelId": 411739} \ No newline at end of file diff --git a/datasets/metadata/458932.json b/datasets/metadata/458932.json new file mode 100644 index 0000000000000000000000000000000000000000..408081acb8324f8ddad2e16f93163084a8c72475 --- /dev/null +++ b/datasets/metadata/458932.json @@ -0,0 +1 @@ +{"id": 458932, "index": 0, "name": "Sleeping Ass Creepshot", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-21T19:24:02.362Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["Alseep, sleeping, lying", "On her side", "Bed"], "stats": {"downloadCount": 1453, "ratingCount": 0, "rating": 0, "thumbsUpCount": 116, "thumbsDownCount": 1}, "files": [{"id": 378269, "sizeKB": 2039.5068359375, "name": "458932_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-21T06:55:52.980Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "F786F4967E", "SHA256": "F786F4967E010F58F9DDAB4D5368FBFDE32069C20BBBE3B5D3089BC4A9DD1B55", "CRC32": "53D295A0", "BLAKE3": "FB893F4C9596AD86D8E8C1B730985E7B970A97AB3C2BD2764C512EC196D3CDFD"}, "downloadUrl": "https://civitai.com/api/download/models/458932?type=Training%20Data"}, {"id": 379276, "sizeKB": 36980.59375, "name": "Sleeping_Ass_Creepshot.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-21T18:51:15.939Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D18B1B64", "AutoV2": "5E7D96510D", "SHA256": "5E7D96510DA2B8A662E185138271B172235A32372C21C2BF66BEFAE62682FE5E", "CRC32": "9E4713D1", "BLAKE3": "70B31075FAAB563716D1BF121E3AB559E6A2036D9F64313A1CA3B2495A1A9568", "AutoV3": "64D344B36859"}, "downloadUrl": "https://civitai.com/api/download/models/458932", "primary": true}], "images": [{"id": 11579104, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c97866e3-848c-4db1-aa36-690f94c7c50c/width=450/11579104.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQH-cF_Nt,?b.7R+sBxub^xaV[R*I:WB$*WB", "type": "image"}, {"id": 10451248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/009eb24d-a5bd-4d6a-9a64-42619ec33f0b/width=450/10451248.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U9F}crF|5Q~C^,4:D$xu0gX7tRg400s8-oEM", "type": "image"}, {"id": 10451251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48a64146-5086-4ed2-844d-47db2616aad5/width=450/10451251.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UAG8G.?bys-ppK?bM_M|0P?b?aNe9GM{={RO", "type": "image"}, {"id": 10451241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8c8aedd-4970-4979-893a-b65634389d1b/width=450/10451241.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UNH-cDrso~XR_N9GR+R%9]MxoeR*IotQ-pt7", "type": "image"}, {"id": 10451242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90def186-da7b-4b40-b45c-9276cad89293/width=450/10451242.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UAIgv5.9Ne9F-;zn9ZEgG^.8DiD%0K%#-UjZ", "type": "image"}, {"id": 10451238, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45b42d3a-be60-4397-a190-37993bb0ba7f/width=450/10451238.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UAIqAWI=tRn$l94T57pI*Jni8_v}0z~VoM%g", "type": "image"}, {"id": 10451245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/786d7c5a-0f41-4931-b538-bf780f4800fd/width=450/10451245.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UCIXaDVY~pxtVCMJx]x]0LS#+[smk?NG%2nN", "type": "image"}, {"id": 10451252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2a21cab-aade-4f87-bd9f-588244586ea5/width=450/10451252.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U8K0W$O7_38xBpLN-S^P3r-=4.4:0ztR0g5R", "type": "image"}, {"id": 10451250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93589e0d-615f-40f2-b0b6-2d1601714d98/width=450/10451250.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UBJ?mO[n0,=s^%bv}?^i9_-Uw]9vEMNc579_", "type": "image"}, {"id": 10451249, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/593b3042-a2a4-457c-9ab0-d0420e8880f5/width=450/10451249.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UEFhCiNG4:EO024:j@?G01~C^%IUxY%1Ip9a", "type": "image"}, {"id": 10451255, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c566b6fa-7e3e-49c5-ad90-6b51a1e308d6/width=450/10451255.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U6H1Slq@00~p00OZ?H%100kq=_D%4o={OF4:", "type": "image"}, {"id": 10451259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32a45484-fea0-4e33-b6a9-9292f26ed84c/width=450/10451259.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U9EBmVE+01Nx9ZM|t7^j00~A={4:EMI:%0SO", "type": "image"}, {"id": 10451253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7c2bcd5-4bfa-404c-b59b-a6c6e2f6eef9/width=450/10451253.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UEE2B}-o57%24:0gE2xZ02-U~BWBbH?G-oE2", "type": "image"}, {"id": 10451254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/faaf445d-df36-40e5-ac15-e8755e4a4337/width=450/10451254.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UBF4_zwI02X90f57%1~A00?G^j57-o?GNH0f", "type": "image"}, {"id": 10451260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a98a192a-4c78-431a-a01e-4939006a39d3/width=450/10451260.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UFEeJYEME2IV57~AIoNH029u^j%2xZ9voz$%", "type": "image"}, {"id": 11579103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/706c8cb3-7cca-440a-832c-98ecfc287cc5/width=450/11579103.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UOE2,;OF~US%-;-;-:xu%M$%I;e.IAM|gNRP", "type": "image"}, {"id": 10451261, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39ad92c6-7009-4518-bc89-a7c2cabfc153/width=450/10451261.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UAA+$=Rk9ut65R=x%1NH03Nb={s.}@0#9u%1", "type": "image"}, {"id": 10451263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f36cfc5d-1d6e-42ef-b5da-5f66f6bcd311/width=450/10451263.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U9D[kG%L02Eg01=x-oR*0M9u}?s,^jX8E3oL", "type": "image"}, {"id": 10451264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4617baf-46fc-48cb-8f73-addf86553a01/width=450/10451264.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U5A]jD~B0h?u~V-os:x[0Mx[={IVV@%MS$n4", "type": "image"}, {"id": 11579106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16b3d96e-5a6c-42a8-96ab-6af1b6a41db4/width=450/11579106.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UIGR3o9[yDIB^lu4IoR5xs~pIUI:PnMd%2j=", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/458932", "modelId": 411749} \ No newline at end of file diff --git a/datasets/metadata/459074.json b/datasets/metadata/459074.json new file mode 100644 index 0000000000000000000000000000000000000000..02bba40a6184147b5f0b1ec0d99d5f6fb20499e4 --- /dev/null +++ b/datasets/metadata/459074.json @@ -0,0 +1 @@ +{"id": 459074, "index": 0, "name": "isaacchief300", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-21T09:24:46.120Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 24, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 378394, "sizeKB": 21467.068359375, "name": "459074_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-21T08:50:44.831Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "705FA9DF", "AutoV2": "E11F80A76C", "SHA256": "E11F80A76C0FED16BC7CD1971C09A7FB6A318E191EBE20CEC2BD98AA735BD603", "CRC32": "1814B69A", "BLAKE3": "0E0FEFBD0207B8E4E344B69ADBF0DD74BC94ADB8EFD2FF8219098879BABB8610"}, "downloadUrl": "https://civitai.com/api/download/models/459074?type=Training%20Data"}, {"id": 378443, "sizeKB": 223100.78515625, "name": "isaacchief300-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-21T09:25:40.205Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3A52D6C0", "AutoV2": "F27FFAF303", "SHA256": "F27FFAF3030B04C8BFFA0F5EBCCA76B719A353AAD3AEB38A08F7193C131A993E", "CRC32": "1AC71107", "BLAKE3": "412F541A192DD68CB4247D55DB6D20AF47EEDA3BF90405727C89FFC5813DA393", "AutoV3": "16E7A3FCE3C9"}, "downloadUrl": "https://civitai.com/api/download/models/459074", "primary": true}], "images": [{"id": 10385441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8c9c309-25b5-48df-9fd3-2e6e9d180adf/width=450/10385441.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCKTPsL}H=^+TG}-lUS%00?b-;E1-Pt-#6$y", "type": "image"}, {"id": 10385444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e09f4d0c-d605-4cde-9bfd-ed44fd64ec37/width=450/10385444.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMJQ~1D%ksI9IVIVRkM{ERIA-pE1~WV[kXRO", "type": "image"}, {"id": 10385443, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1393ea5-b194-4cd6-930e-a847bbeb184f/width=450/10385443.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URI;-yR#_KtA.5RRjdt7%dt8t7tNRpS0obxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/459074", "modelId": 411882} \ No newline at end of file diff --git a/datasets/metadata/459118.json b/datasets/metadata/459118.json new file mode 100644 index 0000000000000000000000000000000000000000..23c6f380ec57fc646372b264811eb2e81459ab5c --- /dev/null +++ b/datasets/metadata/459118.json @@ -0,0 +1 @@ +{"id": 459118, "index": 0, "name": "lith_argenta_BromBS111w", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-21T11:52:24.531Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 69, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 378429, "sizeKB": 2338.9833984375, "name": "459118_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-21T09:15:42.568Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8176C607", "AutoV2": "F4F180D014", "SHA256": "F4F180D014F3CFD165558AC599BDBFB191B4394693A94BDEFBB872B5375510D1", "CRC32": "CF0E62A5", "BLAKE3": "3AC9C98300878AB9CECF99D96DD6A06701D0C74A0D522231042B6AB47EA7C1F6"}, "downloadUrl": "https://civitai.com/api/download/models/459118?type=Training%20Data"}, {"id": 378653, "sizeKB": 223098.97265625, "name": "lith_argenta_BromBS111w.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-21T11:55:57.202Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "02E2F49E", "AutoV2": "86ED4CF18C", "SHA256": "86ED4CF18C1169D8EE2B2C37ABEB2373396EC47262884D6558D5D46A301E5301", "CRC32": "4396F10A", "BLAKE3": "5A52F6DB15F2CA305DE2F2B4BD677234DF353891D068277DA9CFF4C8BC1285AF", "AutoV3": "B8B84273536C"}, "downloadUrl": "https://civitai.com/api/download/models/459118", "primary": true}], "images": [{"id": 10393587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cb12fae-00da-4577-ac0e-913f4ea82c54/width=450/10393587.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHM~|K~pX9-U00RPxa%L9]xuoLIU9ZniWBE2", "type": "image"}, {"id": 10393586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ea8a417-b566-420b-9c7e-2bd658f6fb21/width=450/10393586.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UJNJRP4:?u~W00NG?G$*yDxuxZMyD%IUWVIo", "type": "image"}, {"id": 10393585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa9e3465-7f37-4628-bb8d-5c9cceca9804/width=450/10393585.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFN+^T_N%LDi00-o%LIpXm%1RPIVen%LNGIV", "type": "image"}, {"id": 10393440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c81dd9d-7f3f-42ea-b82d-afb4a6900052/width=450/10393440.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDLz8K~C~VIU00^+^+oz01s:%2xtbbE1IVxZ", "type": "image"}, {"id": 10393441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7ae253a-cd49-41a3-aa79-96e146e1ea70/width=450/10393441.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9L|Di-oK5IB~W_2%2D%4:-;M{WB~p9G9Gxa", "type": "image"}, {"id": 10393439, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7fb27c0-4a95-4889-9113-9dc47687be99/width=450/10393439.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDLz8I9G.7so0exa~VIo0LWB-pWVE2%LIVE1", "type": "image"}, {"id": 10393442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7aaafa6a-904b-4dbf-b30f-ff49097b7f45/width=450/10393442.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBN09vDj-;V[01?b~VRQ00-:?aof9Z%2D%Io", "type": "image"}, {"id": 10393496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1db059a5-048e-4cc2-881e-e95b7806713f/width=450/10393496.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UNP?5PDibvxu_NRPoftQxtxut6ofbbM|WCWB", "type": "image"}, {"id": 10393495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bdd5ded-85ad-445a-8e39-51c19b814bde/width=450/10393495.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMOfc601R*xa%#9GD*WB?a-pRQM|~p-ooMIV", "type": "image"}, {"id": 10393552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1478f48d-05ad-4b05-9bd4-14145a35bbff/width=450/10393552.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UmN];3~WNHWBtl%LjZRjoJRkofayR+t7oejZ", "type": "image"}, {"id": 10393550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce9960b7-e086-415e-ab0a-50b1c5c8b2b8/width=450/10393550.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UIOC:900I;-p*04oIUxa-;-pM{Io_2niM|E1", "type": "image"}, {"id": 10393551, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7a6007b-795c-424d-95b6-60eb967f3055/width=450/10393551.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCM?;%00%#~p0%00-:%LIAxtt79G.7RjRkxa", "type": "image"}, {"id": 10393553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63960fa8-7960-4b1e-9b65-510c11f96da1/width=450/10393553.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UWPF+PV@NHxu~qM{t7ofRQM|xtWBRjt7ayay", "type": "image"}, {"id": 10393762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a269d9f1-5969-4669-a3cc-2707d557382d/width=450/10393762.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UNMP:uIV~W-V9t9Z?H-:NHNGofxabHRjNGM|", "type": "image"}, {"id": 10393761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9d511af-1b64-4b08-989e-cbfd42ad9786/width=450/10393761.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UFNviA00bI_2~qxa4n.79tD*IUS3?bD%WB%M", "type": "image"}, {"id": 10393849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7f1533d-fa34-4eef-8b94-37e54eb5b4ab/width=450/10393849.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UDLDMm$N_3R64.~VM{_201xG%1kCM|V@IoM{", "type": "image"}, {"id": 10393848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a074a6c-558e-4060-b88f-e9a40e649e1b/width=450/10393848.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UDK0$xD%x]~V00^+IURk00E2xZRj?aRjxuNH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/459118", "modelId": 411921} \ No newline at end of file diff --git a/datasets/metadata/459317.json b/datasets/metadata/459317.json new file mode 100644 index 0000000000000000000000000000000000000000..518ed407248ba725bc3284ea0dc076ce5527407c --- /dev/null +++ b/datasets/metadata/459317.json @@ -0,0 +1 @@ +{"id": 459317, "index": 0, "name": "Riddhe Marcenas (Unicorn Gundam) SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-21T17:05:10.653Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["riddhe_marcenas", "bspilotsuit", "lbuniform"], "stats": {"downloadCount": 56, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 378646, "sizeKB": 40020.64453125, "name": "459317_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-21T11:50:55.789Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "55ECB94B", "AutoV2": "BA1AA3862C", "SHA256": "BA1AA3862CD09E649A4667BACE3CA964C9F625201B3C6BA4F53085C298350CC5", "CRC32": "C550ECF5", "BLAKE3": "C914A5C19BE8891298AC5EE692682FA73CFCDD38105CCEB6262B990B58B0CDC6"}, "downloadUrl": "https://civitai.com/api/download/models/459317?type=Training%20Data"}, {"id": 379132, "sizeKB": 223099.16015625, "name": "Riddhe_Marcenas_Unicorn_Gundam_SDXL-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-21T17:06:20.601Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "62AF55D5", "AutoV2": "0993FB8041", "SHA256": "0993FB8041258FC43F007FDAF81ADB937C88B76C44CE23C88DE7947648421181", "CRC32": "32287F57", "BLAKE3": "8265063665E5300B40C66724787E5840112EF0A4723A06CD05B2F1D1E11697BC", "AutoV3": "7BC032293A30"}, "downloadUrl": "https://civitai.com/api/download/models/459317", "primary": true}], "images": [{"id": 10441038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d14c961e-0822-45f3-8bf1-68d4ebb55c62/width=450/10441038.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UyP~_~s:?wxv-;V@RjozIUf6ofogxuozjFV@", "type": "image"}, {"id": 10441037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/189be314-ce4f-4486-9c05-7d01f0315425/width=450/10441037.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UwQSo1t6.Tbc-;WVkWj]IUoeoLWCx]f6WBWB", "type": "image"}, {"id": 10416208, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92a30e48-389d-43dc-a00d-9dcdf4d93d30/width=450/10416208.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UqNc~KoJ.9oz~Wj@XAof9FayV[ay-;kCt7ay", "type": "image"}, {"id": 10415275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68e1424c-a7cc-4567-819b-1bbb70dacb88/width=450/10415275.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U%M@M]t7.9of~pazS5afMxfQWBj[NGj[offR", "type": "image"}, {"id": 10416018, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03559f6d-f0dc-493a-aede-712658634ea1/width=450/10416018.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UfO:w-xa.Tt7_2aeXTa~E0j[RPaetRj[xZWB", "type": "image"}, {"id": 10418047, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2ff692c-e8f9-477d-8c3f-eb0bb2ba67f9/width=450/10418047.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UjOy#1o~*0n#MxaKo#ogWAf,n%of-=f5bIRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/459317", "modelId": 412110} \ No newline at end of file diff --git a/datasets/metadata/459592.json b/datasets/metadata/459592.json new file mode 100644 index 0000000000000000000000000000000000000000..71f456c54454265eabb7cffd17b1bdeae834aec5 --- /dev/null +++ b/datasets/metadata/459592.json @@ -0,0 +1 @@ +{"id": 459592, "index": 4, "name": "beta", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-21T14:24:47.651Z", "availability": "Public", "nsfwLevel": 1, "description": "Summer Uniform
summer uniform, yellow vest
Winter Uniform
winter uniform, blue blazer
", "trainedWords": ["kosaka honoka", "minami kotori", "koizumi hanayo"], "stats": {"downloadCount": 242, "ratingCount": 0, "rating": 0, "thumbsUpCount": 41, "thumbsDownCount": 0}, "files": [{"id": 378885, "sizeKB": 111753.41015625, "name": "printemps.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-21T14:28:15.725Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "97E4CC7D", "AutoV2": "42CEDA161F", "SHA256": "42CEDA161F3E9200C11F0B6CAAA6A216F82DBE7D2AD62263EE8B1B3378991823", "CRC32": "3B8F9362", "BLAKE3": "9950634F5393F49BEA28D5895D43256766081AFA49EDB96737D62FB775BEBC67", "AutoV3": "5B5DE5C9C15D"}, "downloadUrl": "https://civitai.com/api/download/models/459592", "primary": true}, {"id": 378884, "sizeKB": 21331.5400390625, "name": "LoveLive.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-21T14:27:49.114Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "158FC80C", "AutoV2": "74EC10FA85", "SHA256": "74EC10FA8557AE58200E83F1ABCA73A34E01BC85D61848DAEA7F79DA3E64D48B", "CRC32": "5507632F", "BLAKE3": "85D1B7FC231AF698375D5CCA303FA8E2F5824E8EE4AC6D0F7469F0641F40DB60"}, "downloadUrl": "https://civitai.com/api/download/models/459592?type=Training%20Data"}], "images": [{"id": 10402477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1339d6a-aa44-4373-a213-3c5f9ad364b5/width=450/10402477.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UcH_cDR*RjWB~TWroeay^*R-oJt69tfkxXWU", "type": "image"}, {"id": 10402479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7825fd58-1b58-409b-a4f2-3ba4fd0e6bf9/width=450/10402479.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "ULJRHo~q56$j?ux[Ot=|vf%MxvM{^QNKIoE0", "type": "image"}, {"id": 10402478, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f781f91-a7bb-466c-8ac3-51796fcb1d7b/width=450/10402478.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UMKUK2MyNs%M~pWB?bWB9bWUE1R,IAkCDiay", "type": "image"}, {"id": 10402475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06d7ff91-b42c-49d6-8d04-d8ddcd5f5546/width=450/10402475.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UEJkZOM{00X8.mM|N}Io?Gxuo|xt00xuS5xu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/459592", "modelId": 412359}
\ No newline at end of file
diff --git a/datasets/metadata/460029.json b/datasets/metadata/460029.json
new file mode 100644
index 0000000000000000000000000000000000000000..1631f8b42033ba9fd96c7a7b3e02658cac84d5a9
--- /dev/null
+++ b/datasets/metadata/460029.json
@@ -0,0 +1 @@
+{"id": 460029, "index": 0, "name": "Cock Milking Machine v0.1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-21T21:27:56.069Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 177, "ratingCount": 0, "rating": 0, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 379507, "sizeKB": 9503.8076171875, "name": "460029_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-21T21:16:21.763Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F17CBBBE", "AutoV2": "2A97A1A7D5", "SHA256": "2A97A1A7D5AE47EFF58B7645AB72FD42B729B27B97220AAA8E2B8C00DDE63041", "CRC32": "FB0CDAAD", "BLAKE3": "8463D45445AC12858F734ECCE7BF72913E50639154D57B4FC1F9B6F1596547E4"}, "downloadUrl": "https://civitai.com/api/download/models/460029?type=Training%20Data"}, {"id": 379535, "sizeKB": 36979.9296875, "name": "Cock_Milking_Machine_v0.1-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-21T21:31:15.249Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E9191814", "AutoV2": "4A3D4143B1", "SHA256": "4A3D4143B1EA21B819CE3D92E816DDDDA3D51B9DF973052BC4F88D1D00067E7D", "CRC32": "2F8736EF", "BLAKE3": "8A9F62D7D626FA1195B8C5F7121ACFC41CF584376CE99877B136E04BD18F003A", "AutoV3": "E8E8FDBD2F45"}, "downloadUrl": "https://civitai.com/api/download/models/460029", "primary": true}], "images": [{"id": 10429124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00186128-1c89-4b15-9dcc-c9dbd4f1e82a/width=450/10429124.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UAExnvni00xb0eRjR%-VD+s.~BRk~BbHEMR*", "type": "image"}, {"id": 10429125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6b9ce1c-8663-4529-994c-043e1d3180bb/width=450/10429125.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U8D+rU^k5QyX%#IV^+~W5*J7-V$j^j-VELJ7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/460029", "modelId": 412762}
\ No newline at end of file
diff --git a/datasets/metadata/460326.json b/datasets/metadata/460326.json
new file mode 100644
index 0000000000000000000000000000000000000000..655fafcd4d5f19b4e03cf066087c80cf3ee7712a
--- /dev/null
+++ b/datasets/metadata/460326.json
@@ -0,0 +1 @@
+{"id": 460326, "index": 1, "name": "v2.0 Wedding", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-21T22:01:13.861Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 96, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 379571, "sizeKB": 22259.75390625, "name": "Shiori_Hiura_Wanna-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-21T21:51:11.984Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "40BED3D6", "AutoV2": "3502097343", "SHA256": "3502097343128DA8024965AAC93AFFCA09714DCADC664F0E72F413C3AE7D29D8", "CRC32": "9A2363D7", "BLAKE3": "7556F902B9C78A965E75F9835A010B74999F18CB467A1669A7388F4ABF618A20", "AutoV3": "8A04581CAE81"}, "downloadUrl": "https://civitai.com/api/download/models/460326", "primary": true}, {"id": 379567, "sizeKB": 45733.005859375, "name": "Shiori_Hiura_WannaV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-21T21:51:16.227Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7CE38BED", "AutoV2": "987772AB68", "SHA256": "987772AB68B4676AFF389633AA072ECFA9BFA2911A7CB387B262B5F51B5C940A", "CRC32": "FDBFD7A6", "BLAKE3": "18813F06627B59CE0BD5A8B66C7B5977398E6D35D447DE0F3EDF78354127C3E6"}, "downloadUrl": "https://civitai.com/api/download/models/460326?type=Training%20Data"}], "images": [{"id": 10431507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/156641e0-e7eb-4783-983f-e04a3c82e812/width=450/10431507.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UALEAl002[000300yEx.2~?b+2%gDz~q.OIE", "type": "image"}, {"id": 10431508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a868a148-737c-4b2d-a1d9-e8c2049ba66a/width=450/10431508.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UALEAl002[000300yEx.2~?b+2%gDz~q.OIE", "type": "image"}, {"id": 10431817, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57b45c65-e142-42e9-8d54-267fb2309d58/width=450/10431817.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJKUJq~Wu2H^+Q=~Ji-;4=M|^+%et|tQsWRR", "type": "image"}, {"id": 10432721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee32376e-3deb-4488-9285-448e04258187/width=450/10432721.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTP#sY.T?YEN9rkp%LtRMdkUah-pVZVtn+Rk", "type": "image"}, {"id": 10432813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3dfa18f-b109-4224-8d88-2e6df184ebf5/width=450/10432813.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKK1K*4q2$MxO~w75$E20dD+}[-p?HD+xaW;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/460326", "modelId": 75163}
\ No newline at end of file
diff --git a/datasets/metadata/460476.json b/datasets/metadata/460476.json
new file mode 100644
index 0000000000000000000000000000000000000000..6f37c8024f38e3fe0cc5e4281c7e6b489379ae0f
--- /dev/null
+++ b/datasets/metadata/460476.json
@@ -0,0 +1 @@
+{"id": 460476, "index": 0, "name": "futabatoshiaki_pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-22T03:45:24.542Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["futabatoshiaki,glasses,middle hair,kinky_hair,orange red hair,green eyes,ahoge,smile,score_9"], "stats": {"downloadCount": 136, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 380487, "sizeKB": 12998.6455078125, "name": "futabatoshiaki_SDXL_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T10:51:59.513Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "815DAEB0", "AutoV2": "FFD094A347", "SHA256": "FFD094A34793447374D574CB1341EE1D7B39CFA226C7FB1271AA9A6BEB048AE5", "CRC32": "A17CA29E", "BLAKE3": "BE3E58C059C246C3E3F268D6C764094E9FE2ED0AE633F831CCA6D2559A7F9845"}, "downloadUrl": "https://civitai.com/api/download/models/460476?type=Training%20Data"}, {"id": 380058, "sizeKB": 223104.32421875, "name": "futabatoshiaki_pony-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T03:45:44.633Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F0C565CD", "AutoV2": "E644DBB097", "SHA256": "E644DBB09701BBD950E0F8B10551D71DC19CFCE2812589D811AE812771B77E0B", "CRC32": "421CE9CF", "BLAKE3": "2E8C6F1CF6148A5C883078145D81619F8B9B74255426F37448E077E3B2E74808", "AutoV3": "B81F2B664F7C"}, "downloadUrl": "https://civitai.com/api/download/models/460476", "primary": true}], "images": [{"id": 10474423, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ef69eea-cd1c-4efd-a79c-16a46f2663d6/width=450/10474423.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UAJt0Q~V0$NKMdX8yrEN00E1EhIV?YRi01RP", "type": "image"}, {"id": 10474425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e0ce7f8-c7bf-4e68-b1e9-a6cb63e8c2d4/width=450/10474425.jpeg", "nsfwLevel": 4, "width": 768, "height": 1280, "hash": "UMKT_FEM*J?G^jRkS~WBx]e.n~Sh?HRjM|of", "type": "image"}, {"id": 10474424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5983c3d-eb8b-4585-bc2f-5465fc090c8c/width=450/10474424.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "U7Jj9x010~xu}g900zpc3-00.SxZ2?^kwu=|", "type": "image"}, {"id": 10474420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fde1a1a-3748-4221-bdc7-45857f0a2a3f/width=450/10474420.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UGH1}JNH3Coz_1NHFxof.lWB^NWBK4WBMyX8", "type": "image"}, {"id": 10474426, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/831f09f7-4b9f-4ff7-bbe7-de9bce800585/width=450/10474426.jpeg", "nsfwLevel": 2, "width": 768, "height": 1280, "hash": "UMKw8_.7EeIo~UJ8EjMyxVxbXUIBx]IVxaRP", "type": "image"}, {"id": 10474422, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3fede5c-99a6-4984-adbb-52efe3dc5628/width=450/10474422.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UZJ@tExt0yRk~Ua}XSafxtj[-pt7?aj[Ioa#", "type": "image"}, {"id": 10450567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ab2725c-a494-4002-83d9-d4f5df640b7b/width=450/10450567.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "USI#APDiI.S$~p9G%gRj~qRONGNxyDM|Myt7", "type": "image"}, {"id": 10450566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22e79e8f-382b-49a4-a79a-765147e6c42b/width=450/10450566.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCKU1h-p0~EL^6jFK5kC1INGMd%2y?kWH?Vs", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/460476", "modelId": 413181}
\ No newline at end of file
diff --git a/datasets/metadata/460666.json b/datasets/metadata/460666.json
new file mode 100644
index 0000000000000000000000000000000000000000..a353ff023eb7db04654b60baefdc508d744b4b86
--- /dev/null
+++ b/datasets/metadata/460666.json
@@ -0,0 +1 @@
+{"id": 460666, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-22T01:51:04.405Z", "availability": "Public", "nsfwLevel": 31, "description": null, "trainedWords": ["aria-elf, large breasts, forehead, yellow eyes", " circlet, forehead jewel, gem, boots, elbow gloves, gloves, panties, thigh boots, thighhighs, underwear, white gloves, gold trim, capelet, white capelet, strapless clothing, strapless, strapless bra, white panties,"], "stats": {"downloadCount": 195, "ratingCount": 0, "rating": 0, "thumbsUpCount": 57, "thumbsDownCount": 0}, "files": [{"id": 379915, "sizeKB": 66344.6533203125, "name": "train aria.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T01:45:55.118Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3065FC82", "AutoV2": "3FAE5A5896", "SHA256": "3FAE5A5896D2685DCBE5CA38CB7FA485F2901125AB466DC7A7BAE386FF03FCED", "CRC32": "60630367", "BLAKE3": "DF0C203F06BBAB62C382307139A1D938BCE70621650AE7EE4A4FCE705A09968B"}, "downloadUrl": "https://civitai.com/api/download/models/460666?type=Training%20Data"}, {"id": 379914, "sizeKB": 36979.203125, "name": "AriaElfMage.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T01:45:53.072Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E35D2C2F", "AutoV2": "6181EEDFB4", "SHA256": "6181EEDFB4EB0544EBD8303A6D5BD6BF22314B016B7BF62F6547B8285E49F886", "CRC32": "93CFE0BE", "BLAKE3": "904596DACE0B34A0BFE2C68DA9B22E6C9885135724F94501FBA80EF21A274D0E", "AutoV3": "9D40A022AB82"}, "downloadUrl": "https://civitai.com/api/download/models/460666", "primary": true}], "images": [{"id": 10444233, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e35ff0fe-ad56-478e-9693-7ea746229316/width=450/10444233.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UZJj*e~VE1M|E3xaayNGITWU-payWCWCNHof", "type": "image"}, {"id": 10444251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45a5cd15-e5d5-4e7c-950a-f357a97af051/width=450/10444251.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UNI;nw4.E2~V?HM{IooLNF-p%2R*adWCt7WW", "type": "image"}, {"id": 10444247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/519003c6-6b1a-4d76-98fc-c03a7583a1a4/width=450/10444247.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UCJ%:y=|009uK6NK01-o00Rk~BM{?F-oR*Io", "type": "image"}, {"id": 10444252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/094e9339-0208-4661-90f8-2c8b5d0d42d4/width=450/10444252.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UIGkwQEO0z~VIxE24;%2M^-oxDNd4oNG?GWV", "type": "image"}, {"id": 10444239, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/103f88ed-2344-4cba-af3f-cf676f978ffd/width=450/10444239.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "UKJQi%-T01a}I.S4E1E201t7xa$%~Vsmt6of", "type": "image"}, {"id": 10444234, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41477fdf-8248-4d56-a37d-c3c7f06d2b86/width=450/10444234.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "UJMip4~U0K-oAFxZE1%100RiafRk~BR--pV@", "type": "image"}, {"id": 10444235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a426a3e8-fab0-4158-801a-2edb4e789c94/width=450/10444235.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UDGbFy~AD$9uNLjY0MEN~TIoV@E3AeM|Mws:", "type": "image"}, {"id": 10444244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8484bce-1c44-4fe7-aed6-da68491bce5c/width=450/10444244.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UCKJ}RazEK=|TLIpNfaz~VV@D%tR~B-oNHjE", "type": "image"}, {"id": 10444242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ee6f59c-a470-43ea-beae-7dd5c370e0a7/width=450/10444242.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UBJj-qjF00IoJ.E2-U~V00oJ%Mbb=_E1X9M|", "type": "image"}, {"id": 10444241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b42c8b1-b292-4938-bea6-8ae66e842118/width=450/10444241.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UCINs%sl4.-:~p0fIU-o~8obWYxY8{RQtlEM", "type": "image"}, {"id": 10444240, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6e9cb3e-aed0-4077-8d6d-1b0a9d0bd845/width=450/10444240.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UCHK^M~V01IU^iofI;M{M_xa-ojZt-f6$z%L", "type": "image"}, {"id": 10444245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a732c987-1d1b-4a7e-b893-a44864d2f3a1/width=450/10444245.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UEIXy_000N$g0j~Sw^I[4.tS^0ElI^-PS5EM", "type": "image"}, {"id": 10444248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bb8d514-b87b-4bbf-9ad6-11bb079a7ab5/width=450/10444248.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UJL3Gb~U00VrO?-:nhE20xrs%fxtMeiwI:so", "type": "image"}, {"id": 10444249, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1094c5c4-b525-4a2e-9b8e-442bfa4f2a8b/width=450/10444249.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UKJtP14;4:xt9#W=RiNH?Gf8~UIVskt79bae", "type": "image"}, {"id": 10444250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f2a2c3b-377e-464f-9d84-5b3e4b01e5b6/width=450/10444250.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UAHn:B~900JW]|^,0f9Z00aeNKIUIpx]?aIU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/460666", "modelId": 413348}
\ No newline at end of file
diff --git a/datasets/metadata/460699.json b/datasets/metadata/460699.json
new file mode 100644
index 0000000000000000000000000000000000000000..00e2cb4ae43cb3daaad1a908a68974d9acfd1d5a
--- /dev/null
+++ b/datasets/metadata/460699.json
@@ -0,0 +1 @@
+{"id": 460699, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-22T02:24:11.932Z", "availability": "Public", "nsfwLevel": 23, "description": null, "trainedWords": ["eliteDairyCow, very long hair, gigantic breasts, cow tail, grey eyes, blue eyes, mature female", "ear tag, bell, cow print, long sleeves, detached sleeves, sleeveless shirt, halterneck, ribbed shirt, frills, animal print, cowbell, bow, bowtie, long sleeves, black bow, bare shoulders, thighhighs, black dress, long dress, side slit, front-tie bikini top, bikini top only"], "stats": {"downloadCount": 327, "ratingCount": 0, "rating": 0, "thumbsUpCount": 79, "thumbsDownCount": 0}, "files": [{"id": 379945, "sizeKB": 44553.09765625, "name": "elt dairy cow train.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T02:15:45.447Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "871D95B1", "AutoV2": "F021862B88", "SHA256": "F021862B88B95747CCF403077D42FCD8E55D9928D9DB8821E6238E4A1569FC3E", "CRC32": "03C42B2F", "BLAKE3": "795C31856261F953433B3EC99BD125D157F6C740F81B28B81808F6413ED3AEBE"}, "downloadUrl": "https://civitai.com/api/download/models/460699?type=Training%20Data"}, {"id": 379944, "sizeKB": 36979.5859375, "name": "EliteDairyCow.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T02:15:37.580Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3C1C51D1", "AutoV2": "742F07C9A5", "SHA256": "742F07C9A5079DC5BDE8F39E4C50342D0F9B8E799B45794A34ED925EB1B91DFA", "CRC32": "01B30F98", "BLAKE3": "20E2A8DA9048DE4C2F46AA72A9813518667B399328FB23CFD2CD08647BC95A10", "AutoV3": "A8A09284BE3D"}, "downloadUrl": "https://civitai.com/api/download/models/460699", "primary": true}], "images": [{"id": 10445707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/037cfb39-71d9-4592-9f0b-ef0e40335994/width=450/10445707.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UMJR8P~qFvo_JCXoIu%fEN-q?bW=9uNMs.t7", "type": "image"}, {"id": 10445710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/423d0b72-ac48-4ecc-9d27-9e6162903cb2/width=450/10445710.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UCH-+1^j00E1IoInRi~V00^*^*9Z00?b?F%L", "type": "image"}, {"id": 10445708, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0821972e-609d-486b-abbd-1cf94e18898f/width=450/10445708.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UgIhswnNpdVr?^xukXaJEMtRsmRjM{R*smV[", "type": "image"}, {"id": 10445720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a0eda5b-b2a0-4620-b86c-d0fe1b77c3cc/width=450/10445720.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UJJ*hy%g0$Z$P;xt?ba0GuEMtRw]57aK%MWB", "type": "image"}, {"id": 10445705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d6c797d-77ac-4ba1-b743-ae4b8350a42b/width=450/10445705.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UDIN]kRk0fxs0g$*9aD%009a~B%100_2Vr4.", "type": "image"}, {"id": 10445706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bedb173-04d5-4917-a866-d42c8d50e8e3/width=450/10445706.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UKJ7{@ay9^kqMxIoM{%L?^oJ?axuW=xabc9a", "type": "image"}, {"id": 10445709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef9a34b7-9f67-40cd-84f7-9d89675cccb4/width=450/10445709.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UAG8coIU0Kx^FhIU00?bTy-7}=Os6Br==rEO", "type": "image"}, {"id": 10445711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a13c181-76cf-4994-904b-20db88a44e2b/width=450/10445711.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "UAI#Jd?Z00cA2%~p^i0K9;01bu_2x.=|xZMx", "type": "image"}, {"id": 10445713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9dcd10d8-0e20-4c68-a774-5de389597300/width=450/10445713.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UNHBuXV?9a?a?w%2IVXSOtxZ?HX9%gof-:-p", "type": "image"}, {"id": 10445712, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5e26103-fae8-44a0-83cc-c23124fc0d4b/width=450/10445712.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "ULMQ09Mc0KZ$~p$#?GnilAMx-oWDxuMxt7e:", "type": "image"}, {"id": 10445714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acab5fa0-d206-4910-bc4f-7bc086e604e0/width=450/10445714.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UaJkG#V?%#M{~qjEj]Rjtmoz%MxuE3ozaeog", "type": "image"}, {"id": 10445716, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ac83e2c-2d1e-4efa-bf2f-86dcf30a7185/width=450/10445716.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UbJa$VxuNaNG?^WC%Mxa%MbFS5In9ZIos.of", "type": "image"}, {"id": 10445719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d75d3341-4262-47f2-a5f1-9b95cceaac2e/width=450/10445719.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "USKw;5w]k=oz~qRjx]n$ENSOi^xus.xtWXM{", "type": "image"}, {"id": 10445722, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3404b1b-f179-4752-8c3a-e928b7a1e0cc/width=450/10445722.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UEI=3_Os0dMd.m4.D$$*pZxDvx8{S~V?$$9a", "type": "image"}, {"id": 10445746, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6847e181-bc10-4465-b415-b141f957713d/width=450/10445746.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UeJR8TVrWAR5~Ws+RkV?T0oe%2Ri9ubHxZV@", "type": "image"}, {"id": 10445747, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3af6e899-5d06-4a6d-9747-70c3c82cec77/width=450/10445747.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UcKdoKR*9_Rj?^Nbxu-oyEaxxaNGWVs:j?M{", "type": "image"}, {"id": 10445748, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0941c8bd-cbab-451f-a701-448c648a9910/width=450/10445748.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "UEJt*f~p00xUpFbcRiRhE#%h-pIntRx^oN%J", "type": "image"}, {"id": 10445749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ff349b7-02c0-45a0-851f-d4a8aebd01ef/width=450/10445749.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UGJ*k;?ayYo~~WV@9ZW=yXM{%2RPKRD%={xt", "type": "image"}, {"id": 10445925, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/deab1330-b762-486b-aba4-eb0e082b5e44/width=450/10445925.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULHxve?b-.oz_4NyIURQ_N?Hof%1%z%2NGt6", "type": "image"}, {"id": 10445927, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a6c286c-497a-49f1-b9a0-47209567468f/width=450/10445927.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UBIq.U~p5qIq.9nh9Fo}u5R*$%?a009ZxW%2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/460699", "modelId": 413378}
\ No newline at end of file
diff --git a/datasets/metadata/460705.json b/datasets/metadata/460705.json
new file mode 100644
index 0000000000000000000000000000000000000000..8bed8fb13f47a81b64d604f7ef2a328f253d1ccd
--- /dev/null
+++ b/datasets/metadata/460705.json
@@ -0,0 +1 @@
+{"id": 460705, "index": 3, "name": "Sitting on Lap", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-22T08:32:58.854Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Sitting on lap, no penetration", "Sitting on lap, penetration", "Sitting on lap, creampie", "Sitting on lap, x-ray", "Sitting on lap, Internal creampie", "Sitting on lap, creampie x-ray", "Sitting on lap, no penetration, squatting ", "Sitting on lap, penetration, squatting", "Sitting on lap, creampie, squatting", "Sitting on lap, x-ray, squatting ", "Sitting on lap, squatting, Internal creampie", "Sitting on lap, squatting, creampie x-ray"], "stats": {"downloadCount": 448, "ratingCount": 0, "rating": 0, "thumbsUpCount": 108, "thumbsDownCount": 0}, "files": [{"id": 381895, "sizeKB": 223099.23046875, "name": "Pov sitting on lap_epoch_20.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T06:31:22.243Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "25820656", "AutoV2": "169AA2ACF1", "SHA256": "169AA2ACF10BB44758CFD5948761F8921FAD7F256BAD22FFE644686C08A8EDBE", "CRC32": "49C315FA", "BLAKE3": "9AB1A3078C12ADEB1CC4D6419561ABD72EFE44028D6B61A287CF19462DBFAD4A", "AutoV3": "5430066994D0"}, "downloadUrl": "https://civitai.com/api/download/models/460705", "primary": true}, {"id": 381896, "sizeKB": 15899.0380859375, "name": "462213_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T06:35:37.688Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CE0422ED", "AutoV2": "98534C640D", "SHA256": "98534C640D21EC07E88E8B8C0EECA33CFE321238A08569D9DA46768EEF142C53", "CRC32": "EF04C48C", "BLAKE3": "30050ACD655A07C8D79B211FD7F41930E826B36F2E6ED19C884667396C58E482"}, "downloadUrl": "https://civitai.com/api/download/models/460705?type=Training%20Data"}], "images": [{"id": 10464646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4348eff6-3088-4ed8-aa0d-b4c661ed6e54/width=450/10464646.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UJJ@d#4.01-o.ToeIA-ptmofi_R*?bt7M_IV", "type": "image"}, {"id": 10464649, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e5c5d13-2e4a-40a0-8eb2-708b959228bc/width=450/10464649.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UCHBC}005SVs0gjE-pV@00X8%MWV~Bs.D*WV", "type": "image"}, {"id": 10464652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbd8acd6-5bbe-45e1-91b5-8288955b6368/width=450/10464652.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UEIXEY4.01$$0LM|x[%100xunhxu~W%2IAW=", "type": "image"}, {"id": 10464640, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/027d49e4-ba58-43c0-9cb0-0e969125a331/width=450/10464640.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UIGRSP00KOaKAbD%?HIU9ZRjxuM{~BoLELof", "type": "image"}, {"id": 10464639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f0bd9fe-8c6d-4b89-9d9d-3d87bf03f248/width=450/10464639.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UOHdv#t70ft658t7smR*V@ofRjNG~VoL9ZNG", "type": "image"}, {"id": 10467525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03bb3db6-8a39-4f2b-b464-0f2804d15a9a/width=450/10467525.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UVIqlo~pI;kCELkCt7WB9ZRj-oxu-pR*M{t7", "type": "image"}, {"id": 10467523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b911b73c-23c7-4b2c-9386-73acec050751/width=450/10467523.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UNIqZF?a9tIo9tIV%1Io8_M{xuxa~q%MRQ%L", "type": "image"}, {"id": 10467524, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17f1f956-2c77-4d6e-be9d-cfc7655b7af7/width=450/10467524.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UVJHXH~p9aM{EfW;xtWBDjRjt7xuW=M{IUaf", "type": "image"}, {"id": 10467526, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea7e507b-e12a-46eb-aa4f-7077c02fe108/width=450/10467526.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UQI4qt~pJ.Rk5QRkr?R*4.RPsUxa-oM|IoV@", "type": "image"}, {"id": 10467538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/763cd49e-42c6-49ee-8404-9985de5fa1db/width=450/10467538.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UNJ7gq~p0#xaADt7sos:0Lso-pt7r@IoayR*", "type": "image"}, {"id": 10467536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78cc88f8-4740-4a19-9657-49204be12f08/width=450/10467536.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "URJ7jz~pEgRk0zR*xGWB4.RPsBxt-pIoIoae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/460705", "modelId": 413385}
\ No newline at end of file
diff --git a/datasets/metadata/460715.json b/datasets/metadata/460715.json
new file mode 100644
index 0000000000000000000000000000000000000000..75941f11f4f6c32b654bc3d5a2469ae5808bf390
--- /dev/null
+++ b/datasets/metadata/460715.json
@@ -0,0 +1 @@
+{"id": 460715, "index": 0, "name": "kaguya", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-23T18:00:00.000Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 240, "ratingCount": 0, "rating": 0, "thumbsUpCount": 51, "thumbsDownCount": 0}, "files": [{"id": 381111, "sizeKB": 223100.47265625, "name": "kaguya.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T19:05:49.653Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2C68A875", "AutoV2": "566627EC6D", "SHA256": "566627EC6D2B3A32E461F9956AB3B30D2086DD38555D400DFE19FE9F6788416F", "CRC32": "B79FF356", "BLAKE3": "25714F0E4191AB566AAA6D45EA005FEC67A66E37CD86F4E0C7781B31B22071C8", "AutoV3": "70C6548395D1"}, "downloadUrl": "https://civitai.com/api/download/models/460715", "primary": true}, {"id": 379958, "sizeKB": 1754.810546875, "name": "460715_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T02:25:43.980Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "A0DDE20754", "SHA256": "A0DDE2075480D267E2964905960F45472A408FA771282E9965F5501A026CC539", "CRC32": "EA86A079", "BLAKE3": "2BA59CF2C988F0CBFBDC8DB11F8BED55CD9043D7838561325CCD8EFEEBD86B06"}, "downloadUrl": "https://civitai.com/api/download/models/460715?type=Training%20Data"}], "images": [{"id": 10500658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1b9322f-beb8-4480-a1a2-28da1df8b630/width=450/10500658.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCCFx9R*00oz^jWqE1WB00f+~WM{56s:?HbF", "type": "image"}, {"id": 10500664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96fcc7a8-76b8-492a-8849-0034983beb74/width=450/10500664.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U7BD4$o{0KV@?a-;00M{IANG~WV@00xu~WWV", "type": "image"}, {"id": 10500677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ec1052f-2ce3-4670-bf0f-dd2b379dcf60/width=450/10500677.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTLgng_M0LkWTJ_N?bxubwoz%MRjIUWBV@Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/460715", "modelId": 413397}
\ No newline at end of file
diff --git a/datasets/metadata/460717.json b/datasets/metadata/460717.json
new file mode 100644
index 0000000000000000000000000000000000000000..6f696ea21cbbff7025af422afa0836baaad9def9
--- /dev/null
+++ b/datasets/metadata/460717.json
@@ -0,0 +1 @@
+{"id": 460717, "index": 0, "name": "1,0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-23T02:37:29.911Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 451, "ratingCount": 0, "rating": 0, "thumbsUpCount": 80, "thumbsDownCount": 0}, "files": [{"id": 381602, "sizeKB": 223100.43359375, "name": "miko.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T02:36:21.597Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A4A76396", "AutoV2": "E95F4332C5", "SHA256": "E95F4332C5A9DC1CC6399F8B6E36B149F154E3B441D3549F0CA5156A53674694", "CRC32": "6AB7F815", "BLAKE3": "520E6CB394E2F50C91A8179E61D8B5F23A9AFE6E2A0BDF3FB927B1100A69D722", "AutoV3": "CF94E71947BD"}, "downloadUrl": "https://civitai.com/api/download/models/460717", "primary": true}, {"id": 379964, "sizeKB": 1856.8828125, "name": "460717_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T02:26:53.783Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "72E80A3563", "SHA256": "72E80A3563694FCAEFB96E49106300407FC107F46EBCB205A173FF447D6068D0", "CRC32": "DFDD0C03", "BLAKE3": "69A377D4A2340BEB5F82784B8B7F81D1E56CDE5334552FFC8D2C77A6A35B42E7"}, "downloadUrl": "https://civitai.com/api/download/models/460717?type=Training%20Data"}], "images": [{"id": 10520223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18d9ac3b-15f3-4b03-a1cc-4485c8f20c39/width=450/10520223.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNGIM|?c?v~q^,?bx]xu4ns:IUMyInbE%2W.", "type": "image"}, {"id": 10520224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9335187-597c-4a0a-8f09-fadd72644570/width=450/10520224.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U6BCuza$00%1^5oL00IVD*t6~qa%00Rk~Wt3", "type": "image"}, {"id": 10520236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77737307-9190-4a8b-af4c-624a9a657ea4/width=450/10520236.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJJ*9qI901_N9u00s.%MRj-;WVxuNHM{M{s;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/460717", "modelId": 413398}
\ No newline at end of file
diff --git a/datasets/metadata/460919.json b/datasets/metadata/460919.json
new file mode 100644
index 0000000000000000000000000000000000000000..10b8d40865810242ae33b935a629b151451ad55f
--- /dev/null
+++ b/datasets/metadata/460919.json
@@ -0,0 +1 @@
+{"id": 460919, "index": 0, "name": "v3.0 CG", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-22T05:34:40.126Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 196, "ratingCount": 0, "rating": 0, "thumbsUpCount": 39, "thumbsDownCount": 0}, "files": [{"id": 380154, "sizeKB": 22257.39453125, "name": "Shiori_Hiura_Wanna-KK77-V3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T05:35:32.018Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8F8CEB92", "AutoV2": "AAB330003D", "SHA256": "AAB330003D30DD2F3735C965EA670A7010EA3539BD717FADB6ABBABDBE0B9338", "CRC32": "9C86557F", "BLAKE3": "CBC3C55369AA17579375195E63F9C281818B30E2F62E013E500D623F5B286B1C", "AutoV3": "219D80B1B28E"}, "downloadUrl": "https://civitai.com/api/download/models/460919", "primary": true}, {"id": 380158, "sizeKB": 42392.9521484375, "name": "Shiori_Hiura_WannaV3.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T05:36:02.659Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "26015F18", "AutoV2": "F8983DB7D1", "SHA256": "F8983DB7D1A1B5E0386553871B7F2A6F60CB0F2F4F616FDB7910903C4172AB03", "CRC32": "868978E4", "BLAKE3": "BD1FA34E0FA24A6696865C2938A52F46E31CEA6354773062C55211B933906161"}, "downloadUrl": "https://civitai.com/api/download/models/460919?type=Training%20Data"}], "images": [{"id": 10456633, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9188e6c-ae91-4d39-be1a-1c9cc2995146/width=450/10456633.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVL;KK~q5,-=4Yxckq%gKaj=wNfis9kByBIV", "type": "image"}, {"id": 10456632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aba7b6ee-1bc4-43ae-b152-e9678fd0c556/width=450/10456632.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVL;KK~q5,-=4Yxckq%gKaj=wNfis9kByBIV", "type": "image"}, {"id": 10455725, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edb0fa4c-db6e-4ee2-90e7-14d1266c4526/width=450/10455725.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFJkc3_K0ckS00M{E1xu00IVz|s;_2xu-:D*", "type": "image"}, {"id": 10455727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65b0701a-84ee-4a08-958d-47ab748f0ffa/width=450/10455727.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFJkc3_K0ckS00M{E1xu00IVz|s;_2xu-:D*", "type": "image"}, {"id": 10456043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25d53e46-3c4c-493d-a1c4-f38dca27c3ca/width=450/10456043.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHKBQ-000,R7ZaRi1Gox9K9F?H%0*EX3rdIU", "type": "image"}, {"id": 10456251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35a7eded-0499-4bd9-a38c-c44d9600a359/width=450/10456251.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAKe0v}u0001L-D97USv00?F^7_KPetK#ax@", "type": "image"}, {"id": 10495919, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9310d4c7-bdc7-436f-8f3b-45c4f2f321e8/width=450/10495919.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFNA0b00FsZ~000K9uQ-L}9F%$NG?vn%~B%g", "type": "image"}, {"id": 10496034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6ba6733-dc2c-4fdf-ba9e-8044410d834e/width=450/10496034.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTP#sY.T?YEN9rkp%LtRMdkUah-pVZVtn+Rk", "type": "image"}, {"id": 10496498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6e880cf-b134-476b-9edb-88606e548dfb/width=450/10496498.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U7P=pS0N2,000000Zg00B_D6~WMz-qJ%%MTd", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/460919", "modelId": 75163}
\ No newline at end of file
diff --git a/datasets/metadata/460987.json b/datasets/metadata/460987.json
new file mode 100644
index 0000000000000000000000000000000000000000..7285576cef3f93111cdafd8f875fe600ca0114d4
--- /dev/null
+++ b/datasets/metadata/460987.json
@@ -0,0 +1 @@
+{"id": 460987, "index": 0, "name": "V1.1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-22T06:48:44.996Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["matospectoru"], "stats": {"downloadCount": 138, "ratingCount": 0, "rating": 0, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 380220, "sizeKB": 223123.27734375, "name": "MatoSpectoru_Style (1).safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T06:50:52.432Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "12414954", "AutoV2": "52FEB66A13", "SHA256": "52FEB66A134978A58AADB4775512BE04B9EFB89946101EA26AD4262C4FFCB429", "CRC32": "CDA416FA", "BLAKE3": "D0058674B80E75B36C73E24387F921D8D62317268165BEBD881E4C2B6CC65FCD", "AutoV3": "32646BD2724A"}, "downloadUrl": "https://civitai.com/api/download/models/460987", "primary": true}, {"id": 380221, "sizeKB": 217650.3720703125, "name": "457045_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T06:50:52.757Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "975261AF", "AutoV2": "CC3D915985", "SHA256": "CC3D915985F1817190F4965C5FFA1BB95C0A226716F987F5CF0343B3F4954E0C", "CRC32": "890EF77B", "BLAKE3": "69D3C6887D968227E7FBBAE61B3A44531E9837E98E737F86ECDCD3A05ECDBFE9"}, "downloadUrl": "https://civitai.com/api/download/models/460987?type=Training%20Data"}], "images": [{"id": 10459113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/510addc4-cede-4fe1-bf89-420028eef62a/width=450/10459113.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UqNwK7t7_NRkxuofs:RjNHayt6ayoJWBRkof", "type": "image"}, {"id": 10459101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53060d74-1950-4651-9e78-d76e9c45b566/width=450/10459101.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UTR_-O-5NFo}dBoLV?ae#+Nts8sm=xR*nis:", "type": "image"}, {"id": 10459120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7530bf79-cc2e-4a99-80ba-c4c27dc4e94d/width=450/10459120.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFPO*ks;0UtP0eoLR?ovDzfhrze?_Mfhrdak", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/460987", "modelId": 410031}
\ No newline at end of file
diff --git a/datasets/metadata/461163.json b/datasets/metadata/461163.json
new file mode 100644
index 0000000000000000000000000000000000000000..cce9efcf7f7ca54fe26338023e23b0a21971349d
--- /dev/null
+++ b/datasets/metadata/461163.json
@@ -0,0 +1 @@
+{"id": 461163, "index": 0, "name": "KB_coffeenol", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-22T15:01:47.255Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 121, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 380781, "sizeKB": 223098.87890625, "name": "KB_coffeenol.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T15:06:24.680Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B63E2DA4", "AutoV2": "735C8A96CC", "SHA256": "735C8A96CCE589EC6AE602AA64F104E87E6042A52E447EE7920BF81E8E148CDE", "CRC32": "FE6693DE", "BLAKE3": "BF43CF88ADC2DC740CFA9D801BBDC99FF09747A626E7E8A4360C5EAE13E5B2B4", "AutoV3": "C089E7956ADE"}, "downloadUrl": "https://civitai.com/api/download/models/461163", "primary": true}, {"id": 380382, "sizeKB": 5241.5, "name": "461163_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T09:20:45.106Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "09A4BE92", "AutoV2": "D4FC62CA10", "SHA256": "D4FC62CA109AE362B6434F80FC23EC10514BCC6E4F6512D8D98AC707EE171CA0", "CRC32": "2C5E8D42", "BLAKE3": "896030BA16064AF5D2BC3A8034B92F46C617A1617C8F88E4980B99C2708A6F2B"}, "downloadUrl": "https://civitai.com/api/download/models/461163?type=Training%20Data"}], "images": [{"id": 10487574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3852e207-e157-4cd8-81f4-19466da08305/width=450/10487574.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UBEyb[~qM_9F9FM{D%IU00WBxuay?bofj[t7", "type": "image"}, {"id": 10487572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38e0a9c2-a7a4-497c-a64c-af9bafa867f9/width=450/10487572.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U8Fr;X~qWB4n4nM{-;WB0000IU~q_3-;-;t7", "type": "image"}, {"id": 10487573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5891254c-9d24-4dbb-b226-457a843e34b9/width=450/10487573.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UEF={%~q4nM{j]IUD%xu9FWBxuxt%MofRjM{", "type": "image"}, {"id": 10487348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43f67466-ee9b-4951-8875-15fe08b8ea73/width=450/10487348.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U2H2cs00V@9F%K%M00?b00_3j@WB~qRj-;D%", "type": "image"}, {"id": 10487349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/600b84ee-d42d-4e48-aaca-2be49b8e03ee/width=450/10487349.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U8F~gcIUWB00IU-;00~q4nj[IUxu~qxu%Mt7", "type": "image"}, {"id": 10487345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e539c728-0640-42d8-a2ea-6ade954f313a/width=450/10487345.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UUIY5?WBt7Rj~qRjM{of4nM{WBt7t7t7xuof", "type": "image"}, {"id": 10487391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b777c9d9-4480-43cc-af89-d16ed4fafb6e/width=450/10487391.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UYI5Y-RjIUWB~qayWBj[4nj[ofayRjfQayay", "type": "image"}, {"id": 10487393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8a14220-4a32-4aee-beb5-359c3961a0cb/width=450/10487393.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UhI}-QRjM{ay~qWBWBayD%ofj[ayj[ayayay", "type": "image"}, {"id": 10487392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35e97e13-4562-4bea-a489-81b5dafef932/width=450/10487392.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UhJkl#M{M{ay~qRjWBay9Fj[j[j[t7j[ayay", "type": "image"}, {"id": 10487389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30a80cb5-e694-41cd-bdd7-f677bdb9f3d9/width=450/10487389.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UVKnh^oM9Fay~qM{t7j[M{M{t7WBRjxuRjay", "type": "image"}, {"id": 10487390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30f03296-b656-4fdf-aa1d-3bda2701db66/width=450/10487390.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UUI=Mq-;4nt7~qt7M{of9FayRjt7t7ofofWB", "type": "image"}, {"id": 10487744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d238052-ff07-4a6c-ad88-ca814828de9d/width=450/10487744.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "URG95C~qofIUIURjWBWB9FRjj[ayt7j[f6WB", "type": "image"}, {"id": 10487743, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab288fa1-9519-46d2-b95a-c24ea6bfe855/width=450/10487743.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U5GSDh_3D%D%?bof-;D%0000%M-;%M~qxu-;", "type": "image"}, {"id": 10487745, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc087cff-c784-4e53-abf8-261fbd94a2fc/width=450/10487745.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UAF={%4n4n~q%MRj%Mt700xuxuM{_3t7IUIU", "type": "image"}, {"id": 10487742, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/486454ab-4f7c-4fe7-9c20-0104ec77ba67/width=450/10487742.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UCEMLD-;00~q-;xuRjt74nofxuRj?bayM{t7", "type": "image"}, {"id": 10487869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1364deaa-84c6-43e1-840d-61e26e5889ab/width=450/10487869.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UhHLl1%MM{Rj~qWBM{ofM{IUt7ofWBWBt7Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/461163", "modelId": 413814}
\ No newline at end of file
diff --git a/datasets/metadata/461194.json b/datasets/metadata/461194.json
new file mode 100644
index 0000000000000000000000000000000000000000..ceaecd373b24a607d3236462fe8f57d855f54a39
--- /dev/null
+++ b/datasets/metadata/461194.json
@@ -0,0 +1 @@
+{"id": 461194, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-22T09:38:38.430Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": ["okuyama sumire", "hair ribbon"], "stats": {"downloadCount": 234, "ratingCount": 0, "rating": 0, "thumbsUpCount": 30, "thumbsDownCount": 0}, "files": [{"id": 380411, "sizeKB": 3338.2158203125, "name": "smr.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T09:41:17.979Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C04EBCDC", "AutoV2": "9FEF7A3CA3", "SHA256": "9FEF7A3CA382E098E865E75E9A48A8013BA5B7FF11C01659A3C11FBCE8CD179B", "CRC32": "0D9B34A0", "BLAKE3": "C81A3D042913ECFB0821F74DF2FC216CE680DE36401DF2E2CAA2EB3829D2D294"}, "downloadUrl": "https://civitai.com/api/download/models/461194?type=Training%20Data"}, {"id": 380412, "sizeKB": 28240.25390625, "name": "smr.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T09:41:19.326Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8F62A06D", "AutoV2": "0060BF47A4", "SHA256": "0060BF47A43E4D9625810B3438F14F3AACF3E439D88D196681CA2AB7B38A70AB", "CRC32": "5FB22658", "BLAKE3": "BAF9927E946E1030FD87AF6AF2A4AA6059839120B032A36D86A82B9C1E22C04D", "AutoV3": "FC19FAA85C1E"}, "downloadUrl": "https://civitai.com/api/download/models/461194", "primary": true}], "images": [{"id": 10467872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e5e685d-0ac9-40ea-a1b1-09be576f9f6d/width=450/10467872.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UBJkWO~UAd4o00%N-p%M00%2iH%200D%00OF", "type": "image"}, {"id": 10467871, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e523d15c-533b-4ec8-9071-f12a93f0d59f/width=450/10467871.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UOHeRixF_2oy~p%2tRkD01%Menjb4:ogM{n$", "type": "image"}, {"id": 10467873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e485da9-ece7-4e75-a2e1-605dbe4e0e95/width=450/10467873.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UEH_.4xZ004:UHRjMxxu%hxtwzRjJ7ofVqRj", "type": "image"}, {"id": 10467875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b24ba59f-d3bd-4870-8701-7d56954d4997/width=450/10467875.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UAEDVfr?04TyN5RkESogGvRP+@%1Y8JCV?-U", "type": "image"}, {"id": 10467874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0124e3f-e672-474f-8255-c58db3d809ea/width=450/10467874.jpeg", "nsfwLevel": 8, "width": 1536, "height": 1536, "hash": "UCI4^g_M00v~Mv~B%MS$-T_3xaE2.8WBs.IV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/461194", "modelId": 413842}
\ No newline at end of file
diff --git a/datasets/metadata/461364.json b/datasets/metadata/461364.json
new file mode 100644
index 0000000000000000000000000000000000000000..8d4881598ec52ba8b2c1201d2421b87a1a44136f
--- /dev/null
+++ b/datasets/metadata/461364.json
@@ -0,0 +1 @@
+{"id": 461364, "index": 1, "name": "Eleanor Hume XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-29T16:58:14.113Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 98, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 380579, "sizeKB": 14376.6748046875, "name": "461364_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T12:10:49.464Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DB874026", "AutoV2": "52EDF46231", "SHA256": "52EDF46231D8EBF3CB2DD97EC8DEF7501D3DCEE0C66CF6124473451BBA53DCD8", "CRC32": "076B0368", "BLAKE3": "D7A2188C3813506193DF45317DDBCF331B659AEA4D00C3B1B2283F6DDC4F3F43"}, "downloadUrl": "https://civitai.com/api/download/models/461364?type=Training%20Data"}, {"id": 383955, "sizeKB": 223100.72265625, "name": "Eleanor_Hume.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T09:01:27.913Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3115C9A8", "AutoV2": "B54DD45C2D", "SHA256": "B54DD45C2DBA8B5B553DE7D9D9A4CC82451DDD2FDCF79CBE752040D4025B0A3F", "CRC32": "7941F10F", "BLAKE3": "8C4B902CEE3CD1C5E74E388D79D56D6F352CFD817FD324A2B55451DBC094FE7C", "AutoV3": "8B074556992F"}, "downloadUrl": "https://civitai.com/api/download/models/461364", "primary": true}], "images": [{"id": 11091951, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a135a702-d24b-4faf-bc10-7de15d835ed0/width=450/11091951.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UII=Pxxa00IU5xxt^iRocaj?r;a$E,M|iu%L", "type": "image"}, {"id": 11091959, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7eb4e148-76eb-4427-8356-9c498f9d5125/width=450/11091959.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "USIr1:s74-o}?dD%Rjof-;IVt6s,kXRjRjkB", "type": "image"}, {"id": 11091963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc5c5f67-9d52-4093-a674-ac838520d905/width=450/11091963.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "ULK^mU~WEhNKxb?b.7%M?HkD-;x]E2a#NIWF", "type": "image"}, {"id": 11091948, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35726360-76dc-42b8-b513-d4bbf90e4baa/width=450/11091948.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKI}t{I;9sIUFk?H.7WAOdIpso-oKlbYeRM{", "type": "image"}, {"id": 11091953, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f42334d2-6137-428d-9ca4-bed9b19d7657/width=450/11091953.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOK-RfE10zo#^-Iq%gM|%MNLx[t6_4a}W?t7", "type": "image"}, {"id": 11091955, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be2114d7-3a9d-4ea9-8e22-d5fd875ca723/width=450/11091955.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKKT[FE19_tm^-IW.7M|IWxbT0xrJENG9at8", "type": "image"}, {"id": 11091954, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/796ad06c-f7fa-4249-8d87-0b87e1528c3a/width=450/11091954.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "ULLp]s-p0OIV?b?G%eX8-q%LNvxt~qM}SOxu", "type": "image"}, {"id": 11091964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac625e09-469a-46b0-b650-cbf5c5ed0822/width=450/11091964.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UWLzs,D$JBfm~WD%x[ROs;M|WBV@?ae?IUkC", "type": "image"}, {"id": 11091950, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86e01019-251c-4360-9ebb-c0d9433f78b3/width=450/11091950.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UPLENd9}LNxv5HrrNMbIR6V?s,NL9bNeNIS$", "type": "image"}, {"id": 11091947, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/268c2448-8038-44f0-9bed-3606fbfdf1d6/width=450/11091947.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UXL4gD?GG^NHN5tkIuRjR6sm%1xZFfs.JAs,", "type": "image"}, {"id": 11091949, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/593ad85f-2fed-46ff-ad1e-dbeea016f76c/width=450/11091949.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UPH1xh%K9sRQ}@xsM{j[4.%1tQayOq%1xts:", "type": "image"}, {"id": 11091958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68326a66-d096-463c-8210-1b6db4effdc6/width=450/11091958.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UjIN~@X8IpM{~VozNFRP%MbIt7n+W=j[xtWB", "type": "image"}, {"id": 11091962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07223809-fc7b-442d-bd6b-98a3c2462138/width=450/11091962.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UTH-}u9Z%fD*~AM|NeWVWAWCf,j[OGfkskoe", "type": "image"}, {"id": 11091961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94a961fe-a398-4381-8791-a5ae3a73e3c2/width=450/11091961.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UhHLGDx[S}WC~BkCNas:xVR.ozoJx]t6xZRj", "type": "image"}, {"id": 11091967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe423a3c-e7ec-4764-b92d-1cee9b287b09/width=450/11091967.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UTKToX^*yDD*~XxuOsWBE2%1xtaeX7X9M|kC", "type": "image"}, {"id": 11091970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8513fa1d-f695-48c9-9125-ba5c7fb59479/width=450/11091970.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UXKwU*?atlSh~qRkS$t7%gxu-pkC-;M|R+t7", "type": "image"}, {"id": 11091975, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02ad7f3a-d6c2-4a3b-b798-93ec886041d4/width=450/11091975.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UYNAk;D*Osf9~Xj]%Moz%ct7xtt7-Woeozax", "type": "image"}, {"id": 11091971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7855a38-4891-4fa8-8f00-be007a6a0991/width=450/11091971.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "URLz]o9F0hx^~XM|%gt7?YRkxtod_3jFkCW;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/461364", "modelId": 414003}
\ No newline at end of file
diff --git a/datasets/metadata/461498.json b/datasets/metadata/461498.json
new file mode 100644
index 0000000000000000000000000000000000000000..4b244c8d208f0fea8f67312a69a0a9cd2dfe4581
--- /dev/null
+++ b/datasets/metadata/461498.json
@@ -0,0 +1 @@
+{"id": 461498, "index": 0, "name": "Scott Howl", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-22T15:53:55.604Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 28, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 380818, "sizeKB": 223109.97265625, "name": "Scott_Howl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T15:26:22.333Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D79E8E35", "AutoV2": "144A66989B", "SHA256": "144A66989B0301B342EA8825C86C9713F0CAD01E375BE8E009BEC2EAB6955CE6", "CRC32": "D6831A9F", "BLAKE3": "947ED986EE0877CDBBCBF3A38996BE00594DEF32A1CD374BE3CBECA16D35B536", "AutoV3": "A22A679EFA7D"}, "downloadUrl": "https://civitai.com/api/download/models/461498", "primary": true}, {"id": 380707, "sizeKB": 9343.4921875, "name": "461498_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T14:06:17.043Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "40BC0FA5", "AutoV2": "C0B5310CE5", "SHA256": "C0B5310CE5D1A4F47F2330C7A266BE8FC308093A545C5DB8FA7A330DCF5A6295", "CRC32": "437875B8", "BLAKE3": "E12CF6B0D046D07C3B37403A00348782EB69ABE1458FA8FFD4F48C9794AC4FC8"}, "downloadUrl": "https://civitai.com/api/download/models/461498?type=Training%20Data"}], "images": [{"id": 10499714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04595bec-db44-4733-98ca-5ab48e2f21cb/width=450/10499714.jpeg", "nsfwLevel": 8, "width": 1024, "height": 696, "hash": "UAFzmd^*1SRlys%h=ws.GG%g$%WUBW%1x]bI", "type": "image"}, {"id": 10499709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37f1ab93-20ae-4b76-b497-af269a986d81/width=450/10499709.jpeg", "nsfwLevel": 4, "width": 1024, "height": 678, "hash": "UIC$1@%hAxMxu6%MxDM_kqxaxBS4jENGogt7", "type": "image"}, {"id": 10499710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f2faa92-d7ec-4062-8adc-f42507142858/width=450/10499710.jpeg", "nsfwLevel": 8, "width": 1024, "height": 720, "hash": "U7CFJL4n0=xZK+4.}?xtKQ9Z^j-U$*jFt7Sg", "type": "image"}, {"id": 10499713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd3c4289-1eab-4494-8a29-62babfbc69a6/width=450/10499713.jpeg", "nsfwLevel": 8, "width": 1024, "height": 682, "hash": "UDFONR0z1T-BCAIB-mbEAvMx$xf+R5tRxaa#", "type": "image"}, {"id": 10489362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de4ce3b2-4955-4f88-9c12-769a7aed954a/width=450/10489362.jpeg", "nsfwLevel": 8, "width": 1024, "height": 720, "hash": "U7CFJL4n0=xZK+4.}?xtKQ9Z^j-U$*jFt7Sg", "type": "image"}, {"id": 10489363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b244fffc-e10c-43b5-ac9b-1254d72bd22c/width=450/10489363.jpeg", "nsfwLevel": 4, "width": 1024, "height": 678, "hash": "UIC$1@%hAxMxu6%MxDM_kqxaxBS4jENGogt7", "type": "image"}, {"id": 10489364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c0a48e5-1be5-4932-b7b3-5c3573f75f66/width=450/10489364.jpeg", "nsfwLevel": 8, "width": 1024, "height": 696, "hash": "UAFzmd^*1SRlys%h=ws.GG%g$%WUBW%1x]bI", "type": "image"}, {"id": 10489365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46ed01e1-53d8-4207-8590-1e4d3063f91a/width=450/10489365.jpeg", "nsfwLevel": 8, "width": 1024, "height": 682, "hash": "UDFONR0z1T-BCAIB-mbEAvMx$xf+R5tRxaa#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/461498", "modelId": 414128}
\ No newline at end of file
diff --git a/datasets/metadata/461657.json b/datasets/metadata/461657.json
new file mode 100644
index 0000000000000000000000000000000000000000..7c4a6242b9e37896328ebef0e3464b9ff6ea7be9
--- /dev/null
+++ b/datasets/metadata/461657.json
@@ -0,0 +1 @@
+{"id": 461657, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-01T17:20:43.721Z", "availability": "Public", "nsfwLevel": 31, "description": null, "trainedWords": ["Chase"], "stats": {"downloadCount": 26, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 380850, "sizeKB": 18566.1171875, "name": "Chase-10 (1).safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T15:55:33.143Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "5526FC5B13", "SHA256": "5526FC5B130CC4550E60C1849B02DA5669C03B6A85CA612A9F09CA00016F1C78", "CRC32": "699A6D81", "BLAKE3": "45193F98769E67F741A29B9A13CC3F97BB82830FBA2DEA4BA484C80541210D52", "AutoV3": "47B4FF3FE068"}, "downloadUrl": "https://civitai.com/api/download/models/461657", "primary": true}, {"id": 380851, "sizeKB": 54642.3115234375, "name": "chasedsa.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T15:55:39.808Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "021C04DB", "AutoV2": "5ECD8EE0B9", "SHA256": "5ECD8EE0B9EFED3E4F2E2BE6839F7E12A7FD860A7FC3B84E039593CD6F2E7D68", "CRC32": "EEB925DF", "BLAKE3": "44D5295BAF4CDBA6207A16B8553F9222CC94D7D240296477CAD8F6F76180CE35"}, "downloadUrl": "https://civitai.com/api/download/models/461657?type=Training%20Data"}], "images": [{"id": 11266485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44032610-83b0-4dbd-9952-f0b0ba6e534c/width=450/11266485.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1808, "hash": "UDB:Nt4n~pR4x]IBNGRkD%x[M|xtMw%MV@og", "type": "image"}, {"id": 11266486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe42f207-92a9-4469-94a0-6a2c0691c8a1/width=450/11266486.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1808, "hash": "USFYDYIa~qNzx]SPf,xtnfRPIoM{IpV@jDV[", "type": "image"}, {"id": 11266479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9246d506-b73e-4a01-aaaf-299f06f36402/width=450/11266479.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1808, "hash": "UED9I+03~TRpkCD+M{kD?tM|tSxtsQIWS5o0", "type": "image"}, {"id": 11266478, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7c83f3b-3681-4c8a-8a8c-b83f12f27fe7/width=450/11266478.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1808, "hash": "UNAJ{G%#%gx]cbkrXoXTT1NHSjj]smROV[V[", "type": "image"}, {"id": 11266482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c032f70-aa60-498a-b4f4-50f0764159d6/width=450/11266482.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1808, "hash": "UGBN4eVs?]%KpcI9I=Nw-?ITkFt4.Aou-:xt", "type": "image"}, {"id": 11266481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b03a7af8-bdd4-40fb-b47f-aea315160398/width=450/11266481.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1808, "hash": "UOHxsPyF?]M_?cf:RqRQE0S0%1obtRofRjWV", "type": "image"}, {"id": 11266475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5c8d001-e3aa-4cc7-bd81-bf99ce60dfdf/width=450/11266475.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1808, "hash": "UEEVE8VC~p-ou5ITafxu#PoM9ZkB5Ag5$$ae", "type": "image"}, {"id": 11266476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67a4f2f4-0c59-46d9-a4c7-7439aa2c3092/width=450/11266476.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UBBfwy^lYO=|lox^X-Ip~A%fXVs%%%xa%gWH", "type": "image"}, {"id": 11266477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8900c106-4ce4-48f8-8255-01376fa68c23/width=450/11266477.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1808, "hash": "URDv1R~U^+-:%0t7WXWXbbt7bHofWYoes.oJ", "type": "image"}, {"id": 11266474, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d91835d3-e41f-4a8d-bcfc-4e0fe454ea0c/width=450/11266474.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1808, "hash": "UBC6Ge01t:xal9DhJ8RO0k?b$fksD$xun2t5", "type": "image"}, {"id": 11266480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c374b66-a3cf-4163-8b48-b44cc0622ae1/width=450/11266480.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UBC$cZyWT}_1%issR=E9Klx]?FW?PW%h.8x]", "type": "image"}, {"id": 11266483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8605c050-4333-4eb8-9cad-98bbde61a03c/width=450/11266483.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1808, "hash": "UJCr=q-o%1~UxtxtWXxaxYjZR+R*kCofoJof", "type": "image"}, {"id": 11266484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44d0b877-827c-45d4-b3b7-c38b77f66613/width=450/11266484.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1808, "hash": "UECigo.9lC^+%1WASiNHtRV=roIVXno#%MkD", "type": "image"}, {"id": 11266487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75ad48a7-fef5-4013-8ce4-2dc1e24d85dc/width=450/11266487.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UDD[Xr-O9y}=^%xW^h-m9_ay=_NK$yahj=R-", "type": "image"}, {"id": 11266488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac54ee30-3cc0-4fd6-9618-6078bb6b63b7/width=450/11266488.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1808, "hash": "U8D+PO01PD5G?bV?t8%00T=;^fn#?wMxtSoL", "type": "image"}, {"id": 11266490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b897c16-c602-40f5-a97d-e383c3ef112d/width=450/11266490.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1808, "hash": "UKE.Ut9I~pE3%09GRkD*ozt7Rj%1S$kXxs%2", "type": "image"}, {"id": 11266489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02339e3c-a3ce-4918-9026-a8a9cbceddcd/width=450/11266489.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "U9DIXW00CA}50h^jelgO0h%K$fI=R-xCNeV@", "type": "image"}, {"id": 11266491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9863f68c-3e35-4b8c-a397-562253bb679a/width=450/11266491.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UDCPIp.A0-=p?wyEOZRjNf-o-ooM4.MxW=JD", "type": "image"}, {"id": 11266492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f4474f0-4bed-4c17-b41c-f7aa51dfa421/width=450/11266492.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1808, "hash": "UICY{^IUYR-pX9t7adt89Zt6R4NGNKRkaeRj", "type": "image"}, {"id": 11266493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c671345-59a2-45ca-bba3-ff3dabfc2a68/width=450/11266493.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UGGk2U},GHM_yFE1?GwHJ;InxaMy%2IpS5xC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/461657", "modelId": 414266}
\ No newline at end of file
diff --git a/datasets/metadata/461664.json b/datasets/metadata/461664.json
new file mode 100644
index 0000000000000000000000000000000000000000..c15a9da3dc64d514332995a58414e27df1509a75
--- /dev/null
+++ b/datasets/metadata/461664.json
@@ -0,0 +1 @@
+{"id": 461664, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-22T16:03:03.259Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 163, "ratingCount": 0, "rating": 0, "thumbsUpCount": 37, "thumbsDownCount": 0}, "files": [{"id": 380857, "sizeKB": 38119.642578125, "name": "Haruna_Amagiri_Wana.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T16:00:37.814Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E49A49E6", "AutoV2": "06617FB01B", "SHA256": "06617FB01B95AF4E3C9C39A1BC536DFEC0EEEAEE59DFCA1F9B10F66C963DA45E", "CRC32": "F8B05F0D", "BLAKE3": "D0E238DBF270130F7B7DEB41FD87A2B0A260571E7D0E9515B8BAD5B2E0DD2C22"}, "downloadUrl": "https://civitai.com/api/download/models/461664?type=Training%20Data"}, {"id": 380858, "sizeKB": 22253.57421875, "name": "Haruna_Amagiri_Wana-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T16:00:38.562Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7F9D13F2", "AutoV2": "7698BF4F4C", "SHA256": "7698BF4F4C4155D70434EA552A58EDD7014EB84E5EB12FB9D62211B8C111930E", "CRC32": "603A5810", "BLAKE3": "20D981208E5DBB523F4F49704303AD3DEF3365A47ECBDA4A988FF86E17298063", "AutoV3": "4CA2C3A2CD1D"}, "downloadUrl": "https://civitai.com/api/download/models/461664", "primary": true}], "images": [{"id": 10489879, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8fcb322-4fb9-4fb5-8d4d-9b1dee9a687b/width=450/10489879.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UOQ9N1.7%y--9It2%%tR?vWrxCoe^$ayozog", "type": "image"}, {"id": 10489861, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/776f6167-29d7-4e2c-b2a4-f1aa7820e085/width=450/10489861.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UOQ9N1.7%y--9It2%%tR?vWrxVoe^$azozog", "type": "image"}, {"id": 10490278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef1660f6-dcbc-41ec-bcf0-26c7e4ac4206/width=450/10490278.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaO:In?ckrt7WBs.-=RQIoWAs:s.~WRjWBt7", "type": "image"}, {"id": 10494861, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c8505d2-fb28-40a8-8275-bc3065a76b03/width=450/10494861.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVP~.yv|yE$f9EVs%gs._NWXxDog-okCozj]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/461664", "modelId": 414273}
\ No newline at end of file
diff --git a/datasets/metadata/461747.json b/datasets/metadata/461747.json
new file mode 100644
index 0000000000000000000000000000000000000000..fbf9798ece6bc53be7709021e9caa7f916789493
--- /dev/null
+++ b/datasets/metadata/461747.json
@@ -0,0 +1 @@
+{"id": 461747, "index": 0, "name": "v3 Connie D'amico", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-22T16:51:17.132Z", "availability": "Public", "nsfwLevel": 28, "description": "Retrained with different images and added better trigger words since old ones werent in the lora data set
", "trainedWords": ["cdamco", "connie d'amico", "blonde hair", "long hair", "purple earrings", "red earrings", "red lips", "purple shirt", "black shirt", "red pants", "midriff"], "stats": {"downloadCount": 166, "ratingCount": 0, "rating": 0, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 380926, "sizeKB": 7457.6611328125, "name": "461451_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T16:50:37.197Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1EEC92DB", "AutoV2": "0331CE449A", "SHA256": "0331CE449A2F96C2C5B958F5DEC9D9DE697E9047174FB217B3FD28CC27AFEC9D", "CRC32": "A0ED6609", "BLAKE3": "3FE9C92EB726BD03E9B8C8F092864C4974BDD2A55059F805D824FEDA54B3DEC2"}, "downloadUrl": "https://civitai.com/api/download/models/461747?type=Training%20Data"}, {"id": 380930, "sizeKB": 223100.88671875, "name": "WIP_V3_Connie_Damico.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T16:56:16.969Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E551227C", "AutoV2": "8A1A779B64", "SHA256": "8A1A779B644FEE303EDDB10842209343133825A334A1055C727840BDD12EE500", "CRC32": "62C9B545", "BLAKE3": "82E234EA62CA0B80F77F4D6FE1D568D3CB9E2B46143850D608C717017A756813", "AutoV3": "2289BF34E9B0"}, "downloadUrl": "https://civitai.com/api/download/models/461747", "primary": true}], "images": [{"id": 10494025, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/235504b4-0c1f-4450-93ee-3f5cc9fa30aa/width=450/10494025.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UYN+hCx]7zkp_KWDnojX-SRPs=nh.7oekDR+", "type": "image"}, {"id": 10494029, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83aa0822-71da-462a-be34-2dff8fc33626/width=450/10494029.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UEL41Y-#2wK7y+:i045ANE.kr|R:cq4WIYxH", "type": "image"}, {"id": 10494322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f004b859-b5c5-446a-b0f5-a53134561ca6/width=450/10494322.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UBHwGM^g8{s=t+NbIV$*0PI@}=oxD,$$~8Na", "type": "image"}, {"id": 10494032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7f45e6e-6897-484f-8f9a-fcd48b1a5162/width=450/10494032.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UKO1}$MvE,RR.O}8IrIVEeJ.r]xajDElr=T0", "type": "image"}, {"id": 10494324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b65c671c-aaaf-41c0-8aa3-28b7bc3e2be5/width=450/10494324.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UFMP,SX;00^F~K9bKQ~AD5nO%#JDGbxtvzZ~", "type": "image"}, {"id": 10494325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d805b28-9127-44db-9929-f38468ea5847/width=450/10494325.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UTKA4;Te0|yC}*aJE8W=0_rr+$ob#Ys8NGW;", "type": "image"}, {"id": 10494036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a97e40a-d7ed-4b90-b765-bd91af9ca898/width=450/10494036.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "USMOTm[rt7~9?Y%L=d$f10%1$%I;Ia-7bYR.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/461747", "modelId": 406401} \ No newline at end of file diff --git a/datasets/metadata/461795.json b/datasets/metadata/461795.json new file mode 100644 index 0000000000000000000000000000000000000000..e688d6ef27876a03b5faa133cd9b6f017d33ef18 --- /dev/null +++ b/datasets/metadata/461795.json @@ -0,0 +1 @@ +{"id": 461795, "index": 0, "name": "Pablo Perroni", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-12T19:27:04.567Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 33, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 380968, "sizeKB": 15522.1708984375, "name": "461795_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T17:25:49.920Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "492A9742", "AutoV2": "CFA71ED7F9", "SHA256": "CFA71ED7F9C9836CE653D8E082C510415E37F2238CBC4EDC19EFE1356EE75233", "CRC32": "5EFDD039", "BLAKE3": "B169B2236D46C9A7DD3514B16664A6534FE927C8F0674A0B89F6F7D510822000"}, "downloadUrl": "https://civitai.com/api/download/models/461795?type=Training%20Data"}, {"id": 420072, "sizeKB": 36987.0234375, "name": "Pablo_Perroni.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T18:35:43.702Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DC8FE809", "AutoV2": "C73A900908", "SHA256": "C73A9009083C891254D4096319013EF0BD6942524AE3281587B400A5498F269F", "CRC32": "4BBD76D4", "BLAKE3": "4650104DF32CDF91EB543C8F2B182E6A362C07DABB2527885C6417D648B7D056", "AutoV3": "781EBD665630"}, "downloadUrl": "https://civitai.com/api/download/models/461795", "primary": true}], "images": [{"id": 12277298, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ffbc1e8-749a-4e3d-b4d9-ec5d9e8693dc/width=450/12277298.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U8F5mo~qtKMc4:R:009E5?bd=|Z}?HtR%M$~", "type": "image"}, {"id": 12277295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0a10b98-83aa-4db1-a01e-491784bb8ffa/width=450/12277295.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U7E.FY-=.R^+Os~W0L%g00EM_3Ip9[-p^+Nx", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/461795", "modelId": 414397} \ No newline at end of file diff --git a/datasets/metadata/461943.json b/datasets/metadata/461943.json new file mode 100644 index 0000000000000000000000000000000000000000..e6826c8f523dbdfbe13336ba600f057d134d3d00 --- /dev/null +++ b/datasets/metadata/461943.json @@ -0,0 +1 @@ +{"id": 461943, "index": 0, "name": "1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-22T22:19:43.635Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 124, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 381106, "sizeKB": 3008.5302734375, "name": "461943_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T19:06:18.271Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2765EF68", "AutoV2": "A4DED834C7", "SHA256": "A4DED834C7DA5668EB524DBC3CD44C88105584B7F30F1166C15A853FB2CE1DC7", "CRC32": "2AC9BD30", "BLAKE3": "BAAE7D697D54C94DC0C238EDB21625AF0E202F6C0648B04243CA5B56E84237AD"}, "downloadUrl": "https://civitai.com/api/download/models/461943?type=Training%20Data"}, {"id": 381341, "sizeKB": 223100.53515625, "name": "Mikasa_adult-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T22:21:25.195Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "53DDD2E0", "AutoV2": "E0CE435CBA", "SHA256": "E0CE435CBA95764C715644051FCD9760741D027C1944F0A81A1EC9B88F6ECB2C", "CRC32": "6ACBD050", "BLAKE3": "3C4CD7D3B63AD94ED2F5EE2F3BA71EFEA8388C038A05BE886828E48709F88077", "AutoV3": "79078341C0BE"}, "downloadUrl": "https://civitai.com/api/download/models/461943", "primary": true}], "images": [{"id": 10508914, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/290201d1-03bc-4ffd-9076-5a4ec8f2059c/width=450/10508914.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U3ASxf~V00004TD*^*?HFexaRks.IVRjxt$%", "type": "image"}, {"id": 10508915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e82282ce-2dc9-42e1-ba3d-dcd980316efb/width=450/10508915.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMFXVCNc$LMy}rNG^P%1-Bs.w{xZaes:o0s.", "type": "image"}, {"id": 10508916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c28d2d5-a6cc-437f-9aeb-96850974bc16/width=450/10508916.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBCGS%~q009F00Di%MozX9bHo0%2ozt7-ps:", "type": "image"}, {"id": 10508918, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/613a8478-d7d0-4581-86a0-9c28d0aa38db/width=450/10508918.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDGu,j0000M{00%M%M-;00%M?bRk_NM{adIU", "type": "image"}, {"id": 10508919, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c8f063d-30d6-4b2c-a94e-aa7797c3e5d3/width=450/10508919.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIBMoVoc%LWA~VV@-;kCxuV@t7ofS5s.WBoe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/461943", "modelId": 414542} \ No newline at end of file diff --git a/datasets/metadata/462178.json b/datasets/metadata/462178.json new file mode 100644 index 0000000000000000000000000000000000000000..8c855c0eb8485479418e9a1aa9c855cb6f457a3a --- /dev/null +++ b/datasets/metadata/462178.json @@ -0,0 +1 @@ +{"id": 462178, "index": 1, "name": "v1.0 24p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-22T21:40:37.171Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 95, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 381296, "sizeKB": 7111.1376953125, "name": "Amatsuka_Gakuen_KKSTYLE.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T21:42:04.567Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9E2CC29C", "AutoV2": "F929115DA2", "SHA256": "F929115DA27C08FA6EA535EBDF9F406705172CE0F389B63350A42FBEC7FDAEE3", "CRC32": "0E9C4ABA", "BLAKE3": "634D744B2072C32B9BACEEF612237FDDEA8FA65A336CE507EFACE807E53B12CF"}, "downloadUrl": "https://civitai.com/api/download/models/462178?type=Training%20Data"}, {"id": 381297, "sizeKB": 22233.04296875, "name": "Amatsuka_Gakuen_KKSTYLE-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T21:42:26.019Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3D3E35F4", "AutoV2": "69635138FC", "SHA256": "69635138FC05C59BDAE9DBEAF00871B3A51F34BCC5A9342746FA92CE2BBBE8DD", "CRC32": "20E0BD14", "BLAKE3": "04E046CAE2DC37C55478FA5E8471A0D8A92A58B53B860AB3C48C089C3741AB45", "AutoV3": "B5DF163BA8B3"}, "downloadUrl": "https://civitai.com/api/download/models/462178", "primary": true}], "images": [{"id": 10506985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08f1459a-65b6-4581-8e8f-0ba02126a6fb/width=450/10506985.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYKwhGMdNen4xZR5~Wi_.8ofw[j[R.t7s.kC", "type": "image"}, {"id": 10506984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bb95633-1710-48f2-b87e-9ceaef02737c/width=450/10506984.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYKwhHMdNeiwxZR5~Wi_.8ofw[j[R.t7s.kC", "type": "image"}, {"id": 10507284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ca73836-4ab0-42e6-ab93-4f2632a08591/width=450/10507284.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYJt*q~p?^fl_2WB.8xuI:D%-:Rjtlt7nhM{", "type": "image"}, {"id": 10507661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cbb2163-300b-49b9-9db0-12abd53f1ee9/width=450/10507661.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UdK1d*9Z_NoK~W-;-;ayNG%M%1WCtSIos-of", "type": "image"}, {"id": 10508196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/980795b5-8797-405d-a1ed-473d82a93e62/width=450/10508196.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaI#7SWF-pM|~Wogs.a$-Va#-;%LJCWBxuWB", "type": "image"}, {"id": 10508340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a820cb1d-f740-45ff-8e3c-fbed9bad7308/width=450/10508340.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UtK^,4Rj_Nt6.8tRxuj[=|xuozWBE1axjFM|", "type": "image"}, {"id": 10508509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d3a6447-fecb-4a64-90b7-6a73d74e7e82/width=450/10508509.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVKAyutR_3Mx~qxu%1NG^jSh-;-:57WVsmkD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/462178", "modelId": 414746} \ No newline at end of file diff --git a/datasets/metadata/462184.json b/datasets/metadata/462184.json new file mode 100644 index 0000000000000000000000000000000000000000..a4e60fa6da9a41553cad825b21e28a1e212ca477 --- /dev/null +++ b/datasets/metadata/462184.json @@ -0,0 +1 @@ +{"id": 462184, "index": 0, "name": "Anabella", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-22T22:33:08.259Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 85, "ratingCount": 0, "rating": 0, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 381304, "sizeKB": 13006.666015625, "name": "462184_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T21:45:46.989Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C92D3629", "AutoV2": "A953EE89B3", "SHA256": "A953EE89B31309B343E91862BFBC639E113CC74A54553640B8EAEB14BB070ED4", "CRC32": "09D2A111", "BLAKE3": "DA9200A40F269E5B7262FC7807BFBC73F361EEA61DBB63369A5F74E89F96E7CA"}, "downloadUrl": "https://civitai.com/api/download/models/462184?type=Training%20Data"}, {"id": 381363, "sizeKB": 223100.85546875, "name": "Anabella-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T22:32:00.062Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2AF00FCB", "AutoV2": "546BB03311", "SHA256": "546BB033114D0C42A0B1D98EA40732EF25721EFE7C1391041952CB5078D03F54", "CRC32": "8E12F220", "BLAKE3": "AD0F8B78BC2884277BCAE2611055673085DB7E29D8F227C1B7924718B3E8A5B1", "AutoV3": "167A1DAE2046"}, "downloadUrl": "https://civitai.com/api/download/models/462184", "primary": true}], "images": [{"id": 10509550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66697de8-2004-4b29-8437-4cd5fd11f764/width=450/10509550.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UMLo$fx[4nNH~WR*aeI:JUxZRjM|x]-pIoe-", "type": "image"}, {"id": 10509551, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5535b025-480f-4361-9944-857ab612c4b9/width=450/10509551.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UEHw7aWVE*so~WNbjFEgO@WCWBxZElf8J8xD", "type": "image"}, {"id": 10509552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c69e1dc-34ac-400e-827a-7160dcf3a8b7/width=450/10509552.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U4L1t#0fE1=d0JKL}Z$%0iIpBlI;01JPr^R,", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/462184", "modelId": 414752} \ No newline at end of file diff --git a/datasets/metadata/462257.json b/datasets/metadata/462257.json new file mode 100644 index 0000000000000000000000000000000000000000..398121ba37aeaf514b4bf0c254293afca50ff1ba --- /dev/null +++ b/datasets/metadata/462257.json @@ -0,0 +1 @@ +{"id": 462257, "index": 1, "name": "v1.0 20p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-22T22:46:35.091Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 98, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 381388, "sizeKB": 22234.41015625, "name": "Suouin_Ryouka_AngelAcademy-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T22:50:48.168Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "429ABA5D", "AutoV2": "04CECFF03B", "SHA256": "04CECFF03B47538F6FCC8536746E0942C8FECB7286633E59A62398892E496A32", "CRC32": "A3367C9C", "BLAKE3": "F612CD5A9B35E20C73C01C4C4A1885207B12DD759A7465215E79EB75377907E5", "AutoV3": "B198078A6C5C"}, "downloadUrl": "https://civitai.com/api/download/models/462257", "primary": true}, {"id": 381387, "sizeKB": 3837.6591796875, "name": "Suouin_Ryouka_AngelAcademy.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T22:50:38.433Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5C3946BE", "AutoV2": "E5B1E0067E", "SHA256": "E5B1E0067E463A00B1996203DFD3012783C80251BC7F8032A22A850E25DE9274", "CRC32": "38D2118E", "BLAKE3": "F0CF03513F5819DFDF2A1ED94971DE0C456F8FCDD4AC1EEF4F79146360A2579A"}, "downloadUrl": "https://civitai.com/api/download/models/462257?type=Training%20Data"}], "images": [{"id": 10510430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14617cc1-c1dd-4d25-aaea-7c459f6594cf/width=450/10510430.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTMt2I~p0KxuZzxt.8octmRjIUV[57MxMyM|", "type": "image"}, {"id": 10510431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb803b15-310d-407a-af15-d143c6f31fe4/width=450/10510431.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTMt2I~p0KxuZzxt.8octmRjIUV[57MxMyM|", "type": "image"}, {"id": 10510188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a2fd46f-4a6f-4df6-9749-b0cf7054ade1/width=450/10510188.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U?KA~QWBW;Rj~VRkS5WBxuofo0oeS4oft6j[", "type": "image"}, {"id": 10510187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18f4ead5-ce38-4eee-b039-cd51d43e8082/width=450/10510187.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U?KA~QWBW;Rj~VRkWYWBxuofo0oeS5oft6j[", "type": "image"}, {"id": 10509965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/651a314d-b8c3-46af-a743-2fb2e2abb6e8/width=450/10509965.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXKKZs~Wo~E1~VxuNfxtR%R+M|s.x^%LnhM{", "type": "image"}, {"id": 10509964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1874fef-1fff-4e36-8a7c-e34d667315ad/width=450/10509964.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXKKZs~Wo~E1~VxuNfxtR%R+M|s.x^%LnhM{", "type": "image"}, {"id": 10510617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2125edd-550e-41e7-b6c3-839eae3cfbf2/width=450/10510617.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJLDlX0000?c~ojE9Zt8ozxYIVIoI;9t-p?H", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/462257", "modelId": 414811} \ No newline at end of file diff --git a/datasets/metadata/462272.json b/datasets/metadata/462272.json new file mode 100644 index 0000000000000000000000000000000000000000..1b776a858d7d77cfe92743c43eebefb6bff2dc8d --- /dev/null +++ b/datasets/metadata/462272.json @@ -0,0 +1 @@ +{"id": 462272, "index": 0, "name": "Bella", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-23T00:00:25.388Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["cowgirls"], "stats": {"downloadCount": 114, "ratingCount": 0, "rating": 0, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 381404, "sizeKB": 8451.5263671875, "name": "462272_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-22T23:00:45.442Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "21CEDB43", "AutoV2": "32C90EDDC0", "SHA256": "32C90EDDC0BF84DCF216E5633BE7F12FE21A55E14BADEB0E4514B7F2936A870A", "CRC32": "24200C7E", "BLAKE3": "737E198D33E31594248C0DBC98F7A6C87E1A42B8138FD1D6E730A5C08A5BADE3"}, "downloadUrl": "https://civitai.com/api/download/models/462272?type=Training%20Data"}, {"id": 381458, "sizeKB": 223100.87109375, "name": "Bella-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T00:01:00.899Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1B3850F2", "AutoV2": "49642C3701", "SHA256": "49642C3701C41A431EE733336365E87478170512CF2D6600523204ABD6793EB2", "CRC32": "499811EC", "BLAKE3": "188AEA12C666F21D1C83790B329EE796E66D996E7F210707435B4BF93891AEC4", "AutoV3": "C115CA45172C"}, "downloadUrl": "https://civitai.com/api/download/models/462272", "primary": true}], "images": [{"id": 10512754, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ba7b0cb-4f3e-477d-846a-4c0accb04367/width=450/10512754.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UILpK-Rii_X9?a=xt79Gw[k=%Len~Bx]xYj]", "type": "image"}, {"id": 10512753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b2102c3-5d36-4ecd-a30b-b37b6d84d696/width=450/10512753.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGL3u{EMD%0f~BD%wcRlIoH?K5%M~WDiM{e.", "type": "image"}, {"id": 10512756, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cf1cfcc-afd9-4306-9ab5-0f07e21b257f/width=450/10512756.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7K0mT?v.8D%Q,0LNGIp4:=F9G9G*J9FyXn+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/462272", "modelId": 414824} \ No newline at end of file diff --git a/datasets/metadata/462835.json b/datasets/metadata/462835.json new file mode 100644 index 0000000000000000000000000000000000000000..5191e9bfce5928379479878dad676cbc7a000666 --- /dev/null +++ b/datasets/metadata/462835.json @@ -0,0 +1 @@ +{"id": 462835, "index": 2, "name": "Pov Sitting on Lap v2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-23T06:59:56.884Z", "availability": "Public", "nsfwLevel": 28, "description": "2nd version hopefully it will improve it
Used to have the character sit on pov's lap in two different ways and trained to cum in four different ways.
For squat sitting add the prompt squatting to any of the examples below. (E.g: Sitting on lap, no penetration, squatting)
Default
Sitting on lap, no penetration (prompt vagina on show if you want the vagina visible)
Sex
Sitting on lap, penetration
Sex creampie
Sitting on lap, creampie
Sex x-ray
Sitting on lap, x-ray
Sex x-ray creampie
1.
Sitting on lap, Internal creampie (might need to add multiple dick heads, more than one tip To negative prompt)
2.
Sitting on lap, creampie x-ray
You might need to add facing away, looking back to the prompts if it's struggling to keep the pose.
", "trainedWords": ["Sitting on lap, no penetration", "vagina on show", "Sitting on lap, penetration", "Sitting on lap, creampie", "Sitting on lap, x-ray", "Sitting on lap, Internal creampie", "Sitting on lap, creampie x-ray", "facing away, looking back", "Squatting"], "stats": {"downloadCount": 1219, "ratingCount": 0, "rating": 0, "thumbsUpCount": 198, "thumbsDownCount": 0}, "files": [{"id": 381921, "sizeKB": 223099.23046875, "name": "Pov sitting on lap_epoch_20.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T06:56:06.544Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "25820656", "AutoV2": "169AA2ACF1", "SHA256": "169AA2ACF10BB44758CFD5948761F8921FAD7F256BAD22FFE644686C08A8EDBE", "CRC32": "49C315FA", "BLAKE3": "9AB1A3078C12ADEB1CC4D6419561ABD72EFE44028D6B61A287CF19462DBFAD4A", "AutoV3": "5430066994D0"}, "downloadUrl": "https://civitai.com/api/download/models/462835", "primary": true}, {"id": 381920, "sizeKB": 15899.0380859375, "name": "462213_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T06:56:11.048Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CE0422ED", "AutoV2": "98534C640D", "SHA256": "98534C640D21EC07E88E8B8C0EECA33CFE321238A08569D9DA46768EEF142C53", "CRC32": "EF04C48C", "BLAKE3": "30050ACD655A07C8D79B211FD7F41930E826B36F2E6ED19C884667396C58E482"}, "downloadUrl": "https://civitai.com/api/download/models/462835?type=Training%20Data"}], "images": [{"id": 10540409, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cff49585-78d8-4b52-8f6b-9b23e46f7714/width=450/10540409.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UQF5mextoyWB~VofNHWBE2RkRQof0LRjV[t7", "type": "image"}, {"id": 10537157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2262ed81-8166-46e8-bd41-2cc9847ec3fb/width=450/10537157.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UQF#wI~WI;9tXntR%2t7ogxukDxu-V%2NGRk", "type": "image"}, {"id": 10537155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d937919d-f11b-4961-abf2-f0a94aac73dc/width=450/10537155.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UJGH-z_357bwEk-qx]X90KR*xuR*~CM{D%Rj", "type": "image"}, {"id": 10537246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4dfe67d-dd42-40eb-94d1-05bb3e28d9cc/width=450/10537246.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "URGkd+~WE2E1kr%g%LM{bI%Mxuof^+%MNGof", "type": "image"}, {"id": 10537151, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d1af467-ac05-48f2-aab3-33e875386d41/width=450/10537151.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UDIEFa_3019uF}XT?aS$NI%MS#%3~W%MD%ae", "type": "image"}, {"id": 10537149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa7b8bdd-119b-46e2-bd20-c434c76f7409/width=450/10537149.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UCH1Y-4:0fRk0L={n$E201jFNHNG~CR*E2t7", "type": "image"}, {"id": 10537153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/435d5f73-deb2-4aaa-a025-a3c1cbce950e/width=450/10537153.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UKIEIhEM0z~V*0%1nhxu4:t7V@R+v~NGE2Rj", "type": "image"}, {"id": 10537159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1148c9ae-4c07-4b73-a6d0-3712bc8fb989/width=450/10537159.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UEHw[fEh01wI0f%2?HE100D%tRNG~BIU9Zbc", "type": "image"}, {"id": 10535774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b8e7953-e098-4160-b53b-faddbfa6876c/width=450/10535774.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UEGRPE~V0LkB0LM|t6Io01s:^*xt-;ELRPt7", "type": "image"}, {"id": 10535771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9bd23b7-eae6-4cf8-8b37-cb36e40787c8/width=450/10535771.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UGH1oN~VOB-p0LkC?Gxu9Fxas:xu^+NHD%E2", "type": "image"}, {"id": 10535773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae899f5b-7459-42b8-8bd1-c4e4225c919e/width=450/10535773.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UEIqZE010L^*0gD%?a-:4oM{%ME2~qn$9GRk", "type": "image"}, {"id": 10534410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/593e48ee-44f5-45b4-a8fe-18712c12ea9b/width=450/10534410.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UJJ@d#4.01-o.ToeIA-ptmofi_R*?bt7M_IV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/462835", "modelId": 413385} \ No newline at end of file diff --git a/datasets/metadata/462854.json b/datasets/metadata/462854.json new file mode 100644 index 0000000000000000000000000000000000000000..6555be4768cd4b5fdb93973026669bc352b04fd9 --- /dev/null +++ b/datasets/metadata/462854.json @@ -0,0 +1 @@ +{"id": 462854, "index": 0, "name": "kb_winenol", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-23T08:20:54.196Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 107, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 381936, "sizeKB": 5256.2724609375, "name": "462854_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T07:06:36.751Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0FFD4E42", "AutoV2": "FB2F48F2A2", "SHA256": "FB2F48F2A2918BCB8925471D49E1DDFCEC73BA4C8853F339C76E3AAC1419CDBF", "CRC32": "23DF456D", "BLAKE3": "B6C48B7D8E6643B8238CF8130E4365CA2F15919145E20FEBA5A8C96810422AE6"}, "downloadUrl": "https://civitai.com/api/download/models/462854?type=Training%20Data"}, {"id": 382007, "sizeKB": 223098.87109375, "name": "kb_winenol.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T08:21:50.310Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DFEDA75E", "AutoV2": "802000303B", "SHA256": "802000303BCB6492C84D37277B3F65BA371C94A45E86A780DC30B780C3DB8412", "CRC32": "7B68525E", "BLAKE3": "616C27B7475203EC830B5BC569A9270D624F0803A2AAF13257E7CB963A85AD34", "AutoV3": "4B3A3D655D86"}, "downloadUrl": "https://civitai.com/api/download/models/462854", "primary": true}], "images": [{"id": 10539146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df3c902f-ba3b-487e-830b-4bbc7b470616/width=450/10539146.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UMFPHS~q00D%RjWBM{RjM{ayayRj%Mj[M{Rj", "type": "image"}, {"id": 10539144, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3d5dbd5-3e87-45f2-8f9e-7289ba1bd20e/width=450/10539144.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UKEo[I~q9FD%t7t7WBayIUWBt7of%Mxut7of", "type": "image"}, {"id": 10539148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e46ee4e1-0079-465d-9dca-add47e50c9d6/width=450/10539148.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U6FFssD%00?b~q00D%0000?b~qWB%M_3t7t7", "type": "image"}, {"id": 10539149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22f8f504-090f-48ef-a819-a1ebc50445bf/width=450/10539149.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U8D,4Y~q00-;M{IU9Fof00t7xuRj?bRjIUIU", "type": "image"}, {"id": 10539122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/288c5351-80a0-4718-994d-eb9a088546e5/width=450/10539122.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UTKBRF~qRjt7%MxuIUay4nIU%MWB4nofofj[", "type": "image"}, {"id": 10539121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0dcb3d78-5ad6-4067-9ba7-8a736c717550/width=450/10539121.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UFJ8R^~qRj?b-=t7WBWB004nt8of00%M%MRj", "type": "image"}, {"id": 10539119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33e4d4c6-8af9-49c8-aad4-e6436eb7d47a/width=450/10539119.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UNJ[Fz~qRjxu-;xuRjof00WAxuWBD%%MoffQ", "type": "image"}, {"id": 10539120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b513010-e5e0-4e13-979d-f57d108097bf/width=450/10539120.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UHJuAb_3ofof%N~qt7t7009Ft7t700-;xuM{", "type": "image"}, {"id": 10539179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/584c2ef2-3e38-4754-b24e-18be69172357/width=450/10539179.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "URHx$*-;Rj%M~qofWBof00WBofayD%xuofof", "type": "image"}, {"id": 10539178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56eb8a2a-1812-4126-a492-c4c7c894601e/width=450/10539178.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UMF$Y8-;IURj~qRjRjt700D$xuof4n%3t7M{", "type": "image"}, {"id": 10539181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b531289-5793-43d8-bec3-cdae313d051b/width=450/10539181.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UXHLh_?bM{t7~qt7ofof00M{xuWB9FxuofWB", "type": "image"}, {"id": 10539180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/947bae36-5401-440e-a13e-271c7ea2364b/width=450/10539180.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UXH2ctxuM_t7~qj[t7of00Rjxuay9Ft7WBWB", "type": "image"}, {"id": 10541762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0eaab0b9-b204-4e54-ac66-ac3aba68c902/width=450/10541762.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U3KBRF0000_3~q9F_3D%00-;M{xu00009F?b", "type": "image"}, {"id": 10541764, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4567afad-ed80-4101-bf0c-5e71c752d0c4/width=450/10541764.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UCJ*uA~q00D%%M4nIUxu0000%Mxu9F_3xuM{", "type": "image"}, {"id": 10541766, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aaf26c03-becc-4bee-b4b4-855b921c7d1a/width=450/10541766.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UBKx6p~q00D%_300Rj%M0000-;M{00_3%MD%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/462854", "modelId": 415377} \ No newline at end of file diff --git a/datasets/metadata/462857.json b/datasets/metadata/462857.json new file mode 100644 index 0000000000000000000000000000000000000000..f9727f783236bd53c0fbcf9a9fb29a4529f33e07 --- /dev/null +++ b/datasets/metadata/462857.json @@ -0,0 +1 @@ +{"id": 462857, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-23T07:07:43.829Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 207, "ratingCount": 0, "rating": 0, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 381938, "sizeKB": 47803.0849609375, "name": "Amatsuka_Gakuen_KKSTYLEV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T07:07:32.903Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "86293A90", "AutoV2": "5DAE85003F", "SHA256": "5DAE85003F248ABC8B85360EC121FC71205D659DF2BA922E80B040C5D89D7C3F", "CRC32": "ECE93190", "BLAKE3": "5ED8B407AC0159CA5C8EB1D091B6FB4830CA31C99DBAC7EA0E1851C6CC1C96C2"}, "downloadUrl": "https://civitai.com/api/download/models/462857?type=Training%20Data"}, {"id": 381937, "sizeKB": 22255.38671875, "name": "Amatsuka_Gakuen_KKSTYLE-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T07:06:57.733Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "058FF69B", "AutoV2": "53C02832E6", "SHA256": "53C02832E6C590DEFA6B6CE64882EFF7F8D1068C4F52AD5349691F520A0E05BF", "CRC32": "347CC104", "BLAKE3": "341DC036C3A6719AC792566AD020ECD720F17A91FE04498B1827B0165F39EDA9", "AutoV3": "5AD4C57086E8"}, "downloadUrl": "https://civitai.com/api/download/models/462857", "primary": true}], "images": [{"id": 10535280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae794fdf-20b8-4161-a8b0-35d088997328/width=450/10535280.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UdK-FGV?NbniITV?_2jF_Nn%xCoKNLoKt7oL", "type": "image"}, {"id": 10535281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad8a0e52-e019-4d33-b716-57069a0091a7/width=450/10535281.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeK-FGV?NbniIUV?_2jF_Nn%xCoKNLoKt7oL", "type": "image"}, {"id": 10535585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ec16564-02b5-4d32-81b0-a900e2bc8765/width=450/10535585.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZJa+k_2?vRk~pRj?v%MS4IU-oWB-=xuaJM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/462857", "modelId": 414746} \ No newline at end of file diff --git a/datasets/metadata/462877.json b/datasets/metadata/462877.json new file mode 100644 index 0000000000000000000000000000000000000000..c593071ed034d687ab2ccf189f00ca52b939d1bc --- /dev/null +++ b/datasets/metadata/462877.json @@ -0,0 +1 @@ +{"id": 462877, "index": 0, "name": "KB_tomato_redwine-nol", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-23T08:28:39.935Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 69, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 382014, "sizeKB": 223098.91015625, "name": "KB_tomato_redwine-nol.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T08:30:55.358Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1A4DB65C", "AutoV2": "83BDEC7E5F", "SHA256": "83BDEC7E5F145BC1B5FF51FB8AD1DDBB2A7D48230C84C4F9DCD5F00A3290424E", "CRC32": "66F42F7F", "BLAKE3": "B8A4F1E0A0885B97F71D78DBCAF76CB6DFE55E092C3C8B5E9F135D8C5EA00B52", "AutoV3": "AD2DE0012D55"}, "downloadUrl": "https://civitai.com/api/download/models/462877", "primary": true}, {"id": 381954, "sizeKB": 7035.8173828125, "name": "462877_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T07:21:22.267Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "37E0D8F3", "AutoV2": "0821EE7D98", "SHA256": "0821EE7D9886DF2E7BCCEE6C712B3836E7315E041CD585F5F4C72DA734DBB0FE", "CRC32": "FCEBEC53", "BLAKE3": "84F65D5FF0816F7A11641EAA5DB33C370735026ACE7D70B563419C922601AAD5"}, "downloadUrl": "https://civitai.com/api/download/models/462877?type=Training%20Data"}], "images": [{"id": 10539573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfe54ff0-1764-47e2-bc3a-1aa75e3995ae/width=450/10539573.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UKFiPx~q9F9F-;M{ayfQofRjxuofxuWBj[ay", "type": "image"}, {"id": 10539575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c72128e3-b12c-4152-a489-d432b1f438e6/width=450/10539575.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UAF={%0000~qxuD%RjM{M{RjWBxu-;WBRjt7", "type": "image"}, {"id": 10539614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eab9ee4f-3c67-4778-b805-0feb91a8ef0b/width=450/10539614.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UeJ8V1IUD%ay~qM{RjWBD%RjofayD%fQt7fQ", "type": "image"}, {"id": 10539615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7669ac0d-17d3-4d47-9b5b-6cf911865945/width=450/10539615.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UvIhpmofIUof~qj[WBj[WBWBofj[M{oeofay", "type": "image"}, {"id": 10539613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/354cea9f-bb51-4198-9100-53d1aacecd76/width=450/10539613.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UXIE|hD%IUj[~qM{ayj[M{WBj[ofD%j[ofj[", "type": "image"}, {"id": 10539616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee86efcf-6d94-4bb4-95d5-8d764d75e5a6/width=450/10539616.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UgIE|h?bRjt7~qxuWBofD%RjofWBM{t7ofj[", "type": "image"}, {"id": 10539652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8759f10d-b6f4-4395-abc9-5dc7f953e2f1/width=450/10539652.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UjH2csRjRjt7~qIUfPofM{Rjt7WBM{t7WBWB", "type": "image"}, {"id": 10539656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a493a87-0326-4556-b87e-c0d00c61d507/width=450/10539656.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UjHC1SM{Rjt6~qM{ofofIUWBt7WBM{ofWBay", "type": "image"}, {"id": 10539653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/082c2880-e4da-4a55-ad44-55feac16d053/width=450/10539653.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UgH2csM{Rjxu~qIUofofD%Rjt7RjM{t7WBfQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/462877", "modelId": 415396} \ No newline at end of file diff --git a/datasets/metadata/462940.json b/datasets/metadata/462940.json new file mode 100644 index 0000000000000000000000000000000000000000..90ff6f31b32f07cbc69efb17e6a93421dca5d5e8 --- /dev/null +++ b/datasets/metadata/462940.json @@ -0,0 +1 @@ +{"id": 462940, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-23T08:41:01.197Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 210, "ratingCount": 0, "rating": 0, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 382019, "sizeKB": 44633.078125, "name": "Suouin_Ryouka_AngelAcademyV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T08:40:36.421Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "16ACB586", "AutoV2": "ED1158A380", "SHA256": "ED1158A3803484F0B01A538634C7FE657C905B289538FB4F79C5B197EDF926EC", "CRC32": "5D5EC020", "BLAKE3": "BA52BDF1A41E7B0E87A253F3395945FD7E696CBC92FEF58002B53E4A4175216A"}, "downloadUrl": "https://civitai.com/api/download/models/462940?type=Training%20Data"}, {"id": 382018, "sizeKB": 22253.95703125, "name": "Suouin_Ryouka_AngelAcademy-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T08:40:34.187Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EF38990C", "AutoV2": "11D93402A6", "SHA256": "11D93402A61424DC031E5A8D0EDA02667DCE85CD62A526197F26CEC22C91C9D0", "CRC32": "DC53AE4E", "BLAKE3": "DAE841E4DD0BC5CBD8CDF50D7E44C8664697577C3AAC3081823489B873D74534", "AutoV3": "4E5CAF0A48C2"}, "downloadUrl": "https://civitai.com/api/download/models/462940", "primary": true}], "images": [{"id": 10539728, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39bc99e7-7d1f-45bf-ba49-14f41ed57b08/width=450/10539728.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJMGek~W00S6t6o}-pxa?v-;9GWCS~xuNHRk", "type": "image"}, {"id": 10539727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01ca45c3-3849-4f16-82e8-e7d47750439e/width=450/10539727.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJMGek~W00S6t6o}-pxa?v-;9GWCS$xuNHRk", "type": "image"}, {"id": 10539919, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b920974-b5a5-4ae1-8c69-a66faa4f9fdc/width=450/10539919.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZN0e#MwOFE2~VIUtRxaI;NGn$oJ?axZIVR-", "type": "image"}, {"id": 10540577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99240c45-162c-4d17-a78b-d0ee50cbce1e/width=450/10540577.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UxL|v0V@tSRk~Vf6kXt6bvRkxas:xvt6RjR+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/462940", "modelId": 414811} \ No newline at end of file diff --git a/datasets/metadata/463275.json b/datasets/metadata/463275.json new file mode 100644 index 0000000000000000000000000000000000000000..8aec140ca6ae83c04be1172901adf10671efca4b --- /dev/null +++ b/datasets/metadata/463275.json @@ -0,0 +1 @@ +{"id": 463275, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-23T12:49:14.138Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 191, "ratingCount": 0, "rating": 0, "thumbsUpCount": 39, "thumbsDownCount": 0}, "files": [{"id": 382246, "sizeKB": 22233.12109375, "name": "Hibiki_Shiramine_AngelAcademy-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T12:51:38.155Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BAC32166", "AutoV2": "A0880D6570", "SHA256": "A0880D6570170C1474D90F3704438D82729588D6D8C904F736ACF57600C657B4", "CRC32": "F0942C3D", "BLAKE3": "A77CDDBDEF89DE2DDD5E8134F5854B84FA74CB017A17A9FD987978D0AFE166BF", "AutoV3": "C078B21CAD5F"}, "downloadUrl": "https://civitai.com/api/download/models/463275", "primary": true}, {"id": 382245, "sizeKB": 5059.4072265625, "name": "Hibiki_Shiramine_AngelAcademy.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T12:51:20.909Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DAB9FD6B", "AutoV2": "E90401F394", "SHA256": "E90401F394BAE28CBDDD019B04A70D210D9EC12BA616A2105BD995433024E17C", "CRC32": "C8737A33", "BLAKE3": "64360F438FD4C01C3C5E0695D7B6373D5C03256D7743D3B22E67E0259B5B6A11"}, "downloadUrl": "https://civitai.com/api/download/models/463275?type=Training%20Data"}], "images": [{"id": 10548436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af39ca44-6bba-4f59-a40f-543add6d3ae6/width=450/10548436.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UdLqFV%MpJt7xuof~qoL?vayxEWBD*WBofRk", "type": "image"}, {"id": 10548433, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/767c6d3a-44e6-4c72-99de-0259ab0d4e1d/width=450/10548433.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeLzv|%MpJt7xuof~qoL?vayxEWBD*WBkCR*", "type": "image"}, {"id": 10548627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/501a612e-1e6e-445d-8c3c-3920a5c7dd60/width=450/10548627.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeJHzM?b?vWC~pRj?bxuIoIU%2jZ%Nxun$Rj", "type": "image"}, {"id": 10548628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ab10ab0-8dbb-47eb-90de-994492b29584/width=450/10548628.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UgKBE:D%?b%M~p%M.8RjM{%MxuRk%gM{V@oy", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/463275", "modelId": 415843} \ No newline at end of file diff --git a/datasets/metadata/463406.json b/datasets/metadata/463406.json new file mode 100644 index 0000000000000000000000000000000000000000..e7dfabb2d0c93a0acc498a3320a59b0b1a0b2a2c --- /dev/null +++ b/datasets/metadata/463406.json @@ -0,0 +1 @@ +{"id": 463406, "index": 0, "name": "Aviator Glasses 2", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-23T22:18:12.900Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 79, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 382382, "sizeKB": 8576.0830078125, "name": "463406_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T13:51:10.835Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CF985104", "AutoV2": "1F1FD4C964", "SHA256": "1F1FD4C964EFD0BA4A9BE215965218C3725C3A7E73BD8FCFBD20FF993EE0DF02", "CRC32": "FDA91A22", "BLAKE3": "976F9D54FEF669581254C2D130668A1983973A6C44ADBFBB1C8F76A21EB2019F"}, "downloadUrl": "https://civitai.com/api/download/models/463406?type=Training%20Data"}, {"id": 383116, "sizeKB": 223102.07421875, "name": "Aviator_Glasses_2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T22:15:43.700Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "07D051D7", "AutoV2": "CBE01EE19D", "SHA256": "CBE01EE19DB80AB032DA182EF6F93A1118AFE00D05DCB41283BBAF3039324799", "CRC32": "1F8EB31A", "BLAKE3": "9D08B95645ED28B0B147C5A4FEC0B255785F0F8BBD57EFC5F5246D498A666DCB", "AutoV3": "0B349554290B"}, "downloadUrl": "https://civitai.com/api/download/models/463406", "primary": true}], "images": [{"id": 10586351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a30bae4c-f53f-4095-b5eb-5f6bd6ee605a/width=450/10586351.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UVN-1L%NS?xu-=s=noxv~p-;oIxZ%NxvD%oM", "type": "image"}, {"id": 10586352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8cd5c5c-2c1f-4347-a076-cb1743e90faa/width=450/10586352.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UJK.CUIt5f0100ICx_Rk_Los?ckp.6bnDkW9", "type": "image"}, {"id": 10585843, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f05f46b4-c271-4807-a4da-513eb40fba36/width=450/10585843.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGKTuL=|UU0JKr4o?Et2?uI[=zaL01E1M+jd", "type": "image"}, {"id": 10585833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/529c8297-7cd9-4586-8814-844114144a36/width=450/10585833.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOKdbve%00.74:RQxvR._3IU%LR+?^IVVrsp", "type": "image"}, {"id": 10583224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb5f63e6-d36b-4cd6-ac6c-fd812bb85ec1/width=450/10583224.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQQ,5jt8*0?bIAj[R.of%gaeMxR*tRj[V[j[", "type": "image"}, {"id": 10585838, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe53c32c-6b57-486b-8c38-9dcef06bdd46/width=450/10585838.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKJ@d,8{.mXR~AIAkqtRTKIo%1$*NGkCt7M_", "type": "image"}, {"id": 10585832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fafaf27d-2af4-4007-9778-396acb645f3f/width=450/10585832.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6Gj~aL200tQPR0#QSxu~BE2-X%20KNHnmso", "type": "image"}, {"id": 10585834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/effe8375-c6d8-45f8-915b-4fece5e5deaa/width=450/10585834.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UXI;w]e,Kb9F_4ITR-Ritns~aiScxvRQIooJ", "type": "image"}, {"id": 10585836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9f44113-31f3-4268-b432-8b3ba412d51c/width=450/10585836.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGI4nt~UGu.7DgxI8_EL0Mxt-Ws;?aRP-;WE", "type": "image"}, {"id": 10585839, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b13348c9-ad67-4185-8c16-4b6a25c59620/width=450/10585839.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEIpxL}H%fOk.REfWVVso}-:%M%3R$R*s;og", "type": "image"}, {"id": 10585842, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17351a50-8073-44e4-9f36-9944b52f9554/width=450/10585842.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UiJ@p{w}.ja~IpofixM|x@j]x]R*%KWBt7NF", "type": "image"}, {"id": 10585844, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b4444d0-f1d3-403c-8dda-303baca4b0f9/width=450/10585844.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UALqC1+BMx9D00HqNNPV4VK{ICDO.7_4-:Z#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/463406", "modelId": 415949} \ No newline at end of file diff --git a/datasets/metadata/463453.json b/datasets/metadata/463453.json new file mode 100644 index 0000000000000000000000000000000000000000..4fcb5634330397526553219fded4e3e68decab21 --- /dev/null +++ b/datasets/metadata/463453.json @@ -0,0 +1 @@ +{"id": 463453, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-23T14:10:42.257Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 199, "ratingCount": 0, "rating": 0, "thumbsUpCount": 42, "thumbsDownCount": 0}, "files": [{"id": 382413, "sizeKB": 2699.4619140625, "name": "Hoozuki_Fumika_AngelAcademy.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T14:15:41.978Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "27B8502C", "AutoV2": "164CDECFA9", "SHA256": "164CDECFA9C0A899601E317477E6A6443E11D993F5BBDDB3FACC2FD4A4AC39C1", "CRC32": "A5405401", "BLAKE3": "79009530EFEEB7A7C24958BC13436ADEE0F89F361C8078767D6704CE33A7A6EF"}, "downloadUrl": "https://civitai.com/api/download/models/463453?type=Training%20Data"}, {"id": 382414, "sizeKB": 22233.12890625, "name": "Hoozuki_Fumika_AngelAcademy-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T14:16:15.001Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B466E96B", "AutoV2": "6CD774486C", "SHA256": "6CD774486C6C78515364E143D3D4A69EC63D440339730D67F2DF9E377FE7EEAC", "CRC32": "43C2328D", "BLAKE3": "FDAA62FF9514F14CE474ECD4A6174A83B272E84630BD8CA24B1138418F1FC37D", "AutoV3": "384EF39CED19"}, "downloadUrl": "https://civitai.com/api/download/models/463453", "primary": true}], "images": [{"id": 10554591, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/462bf540-1955-4581-949a-3e877a9cda64/width=450/10554591.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYK-OdafcEV@t5IU~qV@.8t6nNWB9FWBt7Rj", "type": "image"}, {"id": 10554590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43903370-688b-4df2-951f-4acc36736f06/width=450/10554590.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYK-OdafcEV@t5IU~qV@.9t6nNWB9FWBt7Rj", "type": "image"}, {"id": 10554944, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77bda65c-cb65-4ae0-a40d-a025f3d6f9ed/width=450/10554944.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOJ@|H?G?v4n~V9F_3%LNaM{%2V@x^xuaJRk", "type": "image"}, {"id": 10555766, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88cadf45-8089-43d7-8e70-6a50fe478e53/width=450/10555766.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMK1g@00_NRP~V%2?vD*D%xZsAIV?wD%Vrxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/463453", "modelId": 415992} \ No newline at end of file diff --git a/datasets/metadata/463553.json b/datasets/metadata/463553.json new file mode 100644 index 0000000000000000000000000000000000000000..9fb15d536922afe1c9614b2b4040e788f17bb7b6 --- /dev/null +++ b/datasets/metadata/463553.json @@ -0,0 +1 @@ +{"id": 463553, "index": 0, "name": "Christina Marie Kim", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-23T18:35:15.273Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 55, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 382521, "sizeKB": 1571.6708984375, "name": "463553_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T15:18:48.949Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "6BA66050C0", "SHA256": "6BA66050C04DC9181296AAC579843E346F70417DAA47DC65FA041C7203A0A6D6", "CRC32": "48232753", "BLAKE3": "BA023A369A276DF3A11037091A0EA84DCDD053B5C4886C206D6185A1A3960EE9"}, "downloadUrl": "https://civitai.com/api/download/models/463553?type=Training%20Data"}, {"id": 382769, "sizeKB": 36977.453125, "name": "Christina_Marie_Kim-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T18:20:48.462Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "957706CD", "AutoV2": "13D13C1521", "SHA256": "13D13C15216E7E393279E4B446F7502737A6C0741BF2F8978958BD63D23E1C1B", "CRC32": "8CB9E8D8", "BLAKE3": "8F61FECB5DC5D73782013099F83D1C5A2D4504EEDAC98815C2370534C0501F14", "AutoV3": "DCEB87B1A3BB"}, "downloadUrl": "https://civitai.com/api/download/models/463553", "primary": true}], "images": [{"id": 10570924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81f2e773-3bdf-437c-be7a-e761cd1507c0/width=450/10570924.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UEG*+y0K9]%f~pt7j]jt%MxuxaWCRkozofRj", "type": "image"}, {"id": 10570922, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff6f5f50-f962-487e-b8ad-9dd320473117/width=450/10570922.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U8KTb;D*00.70z-p-otQ0eX8~B%2RPR*9tMy", "type": "image"}, {"id": 10570923, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81d5d5bf-2cd5-41e3-b361-fac383e62093/width=450/10570923.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U8JtVU0002%LJU_2=|E201xt~BoMxuM{Mx%2", "type": "image"}, {"id": 10571265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e80ec4ff-d20c-4936-b9a4-52407b1a1f8c/width=450/10571265.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UJJ7aa-o9^NGE*9Zoej[t8M{~VxaD%ofbbR+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/463553", "modelId": 416066} \ No newline at end of file diff --git a/datasets/metadata/463569.json b/datasets/metadata/463569.json new file mode 100644 index 0000000000000000000000000000000000000000..ed43ed3e393e8e7f0f21211d07d4731038bd22ad --- /dev/null +++ b/datasets/metadata/463569.json @@ -0,0 +1 @@ +{"id": 463569, "index": 0, "name": "Brionne (Pok\u00e9mon)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-23T16:54:15.859Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 382534, "sizeKB": 7178.826171875, "name": "463569_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T15:31:25.439Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9C5510FD", "AutoV2": "93C6FF505E", "SHA256": "93C6FF505ED19761EED7195D12E437F548BD5D44361112AC385A2604C92F4C21", "CRC32": "23AB25D4", "BLAKE3": "4FC951AABF1A7A84CDD3B94A1AEAC25F977B4ADBE0A93C95A6FFE5B399E7A9BC"}, "downloadUrl": "https://civitai.com/api/download/models/463569?type=Training%20Data"}, {"id": 382651, "sizeKB": 36978.1328125, "name": "Brionne_Pok\u00e9mon.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T16:55:32.132Z", "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/463569", "primary": true}], "images": [{"id": 10564596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5e43950-c19f-46d0-a2cf-e55f95ce519d/width=450/10564596.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDBD{FeT00kqRPt7x]oy4TD%*0?c.7D$IVs;", "type": "image"}, {"id": 10564595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc2cef5b-348d-4c76-b3bb-ae986ba7d828/width=450/10564595.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7BOwqM-0G?HZ?=p?6xDQy~0xkw@={Q]oItK", "type": "image"}, {"id": 10564594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e46c5cc-255b-4b9f-9546-df11c7bfdf90/width=450/10564594.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEBNf.IU00-;kCafsooc00t7*0V@xsoeE1o#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/463569", "modelId": 416081} \ No newline at end of file diff --git a/datasets/metadata/463687.json b/datasets/metadata/463687.json new file mode 100644 index 0000000000000000000000000000000000000000..39f043338d82f87cacacd6ddb3974f9dba808ffb --- /dev/null +++ b/datasets/metadata/463687.json @@ -0,0 +1 @@ +{"id": 463687, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-23T16:31:20.070Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 145, "ratingCount": 0, "rating": 0, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 382605, "sizeKB": 3585.9599609375, "name": "Umino_Ayumi_AngelAcademy.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T16:36:20.518Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3F58258F", "AutoV2": "918FC4C910", "SHA256": "918FC4C910B72D14ABDA8484F34D3E4C8B5587B46D8654F21903C2F963FC93CD", "CRC32": "1758F9D0", "BLAKE3": "AE7B6AA1C0DA7D9919EE4A75A9A8037B98A457ABBCE7DC22CD708ACF67826C65"}, "downloadUrl": "https://civitai.com/api/download/models/463687?type=Training%20Data"}, {"id": 382606, "sizeKB": 22232.63671875, "name": "Umino_Ayumi_AngelAcademy-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T16:36:52.936Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0D27F672", "AutoV2": "AA4A149465", "SHA256": "AA4A14946599C93F6ADB684C53846F2876B8848CCA7376783ED66A7DB593BEEF", "CRC32": "2C5FE566", "BLAKE3": "72E4F9DEC7AD837D6661EDF0D0424DFA50B6950274555923801EC4FF15F88787", "AutoV3": "44E566242BE4"}, "downloadUrl": "https://civitai.com/api/download/models/463687", "primary": true}], "images": [{"id": 10563188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/445f29d6-6bf6-401f-8e47-2ef1613a850d/width=450/10563188.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbLXA8MyXnRj%fRj~qj?tl%M%1xuM|xuxut7", "type": "image"}, {"id": 10563187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/413e18b0-d439-4518-9d23-7b541e4a7b8b/width=450/10563187.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbLXA9MyXnRj%fRj~qj?tl%M%1xuM|xuxut7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/463687", "modelId": 416180} \ No newline at end of file diff --git a/datasets/metadata/463742.json b/datasets/metadata/463742.json new file mode 100644 index 0000000000000000000000000000000000000000..bb38e2c7794a328bfbe042f7e9f2d468ef4a5c95 --- /dev/null +++ b/datasets/metadata/463742.json @@ -0,0 +1 @@ +{"id": 463742, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-23T17:11:55.180Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 193, "ratingCount": 0, "rating": 0, "thumbsUpCount": 42, "thumbsDownCount": 0}, "files": [{"id": 382669, "sizeKB": 5021.3974609375, "name": "Alicia_Lillis_AngelAcademy.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T17:16:26.237Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7B99570E", "AutoV2": "1736254C96", "SHA256": "1736254C966314C68D3EF9858E9587112AFCCA19169091999F725E9428FE59F0", "CRC32": "8AE97317", "BLAKE3": "0B314A5592CC7B32F2D642B390EF9EA66DCF7B51D936A98635A1A26D0FE0C7CF"}, "downloadUrl": "https://civitai.com/api/download/models/463742?type=Training%20Data"}, {"id": 382670, "sizeKB": 22232.58984375, "name": "Alicia_Lillis_AngelAcademy-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T17:16:26.364Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "60A4FDFF", "AutoV2": "4E00B66F15", "SHA256": "4E00B66F15FCF67EA420A0E62CB674751940FC15CFC99C56B32EF9069BB96154", "CRC32": "CF302C0B", "BLAKE3": "5AD9EDFF408B4025637AA00446FD1B48421E31FF5AAEFD928EBE4C46AEE11D3C", "AutoV3": "5165D8CA4E60"}, "downloadUrl": "https://civitai.com/api/download/models/463742", "primary": true}], "images": [{"id": 10566041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f117e9d8-f9e7-414b-92e2-5cb2b83e4d0e/width=450/10566041.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcOWEGxvKQt8^ij?.8j[_NoKRjayIVWCW=WB", "type": "image"}, {"id": 10566042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/465d6945-8fd7-4383-b44f-748545f887f9/width=450/10566042.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcOWEHxvKQt8^ij?.8j[_NoKRjayIVWCW=WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/463742", "modelId": 416222} \ No newline at end of file diff --git a/datasets/metadata/463816.json b/datasets/metadata/463816.json new file mode 100644 index 0000000000000000000000000000000000000000..53e53e8777858c94fb7bd7e29c1ddabfb042d965 --- /dev/null +++ b/datasets/metadata/463816.json @@ -0,0 +1 @@ +{"id": 463816, "index": 0, "name": "Loid Forger (Spy x Family) SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-23T19:20:11.509Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["loid_forger"], "stats": {"downloadCount": 115, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 382847, "sizeKB": 223099.49609375, "name": "Loid_Forger_Spy_x_Family_SDXL-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T19:20:53.644Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D8E01E61", "AutoV2": "FE9E0BCFF3", "SHA256": "FE9E0BCFF3382CD588EDB35B53BB21496C2A8B207CABE8CF1B9534517F89B842", "CRC32": "242F8367", "BLAKE3": "F898E31308A37A02098D2B3D95BA02B85EDCC9F4D8987B2695EE5227EAC35BFC", "AutoV3": "F6528557DF51"}, "downloadUrl": "https://civitai.com/api/download/models/463816", "primary": true}, {"id": 382772, "sizeKB": 49803.07421875, "name": "463816_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T18:25:48.576Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B7FD2193", "AutoV2": "5F2128A8AB", "SHA256": "5F2128A8AB89B9957D97EDE66A89BC7CC9BD1C35C9876E32D2760EB5821D82C3", "CRC32": "2E60380B", "BLAKE3": "D98C1FE193AF0952E41A9679C4D7D2D905C6F6E9E4EFF4DB10BAC92064A3F2D0"}, "downloadUrl": "https://civitai.com/api/download/models/463816?type=Training%20Data"}], "images": [{"id": 10576015, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5fc4a080-25d8-4b2b-bf37-c90f1f1f4e9c/width=450/10576015.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UvO:-6Rj?cog~pt7R-ozD%WBoLWBozazoJjt", "type": "image"}, {"id": 10575216, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de481e97-bbf6-4d66-951e-df33ed974358/width=450/10575216.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UeO:wyae%%tR~Vay-=t64nfQM{R%-;ayxuof", "type": "image"}, {"id": 10574908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c682144-50a0-494c-9f0c-e34a5d91c26c/width=450/10574908.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdP%9GWB%%xu^*jZ%4f+4nWVRPWB?bj[%3kC", "type": "image"}, {"id": 10575651, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eca031d8-c40d-404b-a87b-4fe3aad1cc52/width=450/10575651.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UlQ9s0e..AtR?GWBt8of9Faze.WB?bayt8t7", "type": "image"}, {"id": 10575524, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/144c890d-c72f-41fb-8948-18182060947e/width=450/10575524.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UiOpb{t6yFt8~oRi%NkC9FRjRPoJxuxut8NG", "type": "image"}, {"id": 10587249, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02f1ef01-bf87-4b05-ad28-acfb329280e3/width=450/10587249.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaQc3TRj%%-;_NI9RPgOI;ozR4j]xZkWtSs+", "type": "image"}, {"id": 10590820, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9839e02-910c-4346-a259-5bd76c06451b/width=450/10590820.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdPGQy-;?wRj-:ofkXITa#bI%MtRxut7Rjj[", "type": "image"}, {"id": 10587250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a26d9ed-5692-4478-8b61-32300083f5b2/width=450/10587250.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USRo{WRj?w-:-;t7tSWXRja}ofaet6WBWBj[", "type": "image"}, {"id": 10577337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d3d1956-1ffe-48b7-9501-85eac8ed684a/width=450/10577337.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UfQSxM-;?wIVShae%2RkROozWBkCtQWBozf6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/463816", "modelId": 416285} \ No newline at end of file diff --git a/datasets/metadata/463819.json b/datasets/metadata/463819.json new file mode 100644 index 0000000000000000000000000000000000000000..09c51243ea1f95e0f4af61c7eaaf810be1f1ccd6 --- /dev/null +++ b/datasets/metadata/463819.json @@ -0,0 +1 @@ +{"id": 463819, "index": 0, "name": "angel wars", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-23T21:29:32.011Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 141, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 382755, "sizeKB": 10091.375, "name": "463819_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T18:15:37.261Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FF982720", "AutoV2": "661481025E", "SHA256": "661481025E47DB370D88870D5609FB3668FF82D3D2D62FEC54F3A4BF50E1C03C", "CRC32": "C649772A", "BLAKE3": "1462D9C6D2B9F92055F6E535D5E2CE0BA21D03A04B22903B690129FE0F9BF0BA"}, "downloadUrl": "https://civitai.com/api/download/models/463819?type=Training%20Data"}, {"id": 383052, "sizeKB": 223102.07421875, "name": "angel_wars.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-23T21:26:30.634Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "39685621", "AutoV2": "FA0593B204", "SHA256": "FA0593B20404466A7BFEF2BF9FE2ACF81838671339ABE3D89EECB6773A8AE2D6", "CRC32": "F29E21DD", "BLAKE3": "A331DAFEB0D2F62384F7E97DCAF96667A8CC6F477FEE026EEE2CB2690C75EAAF", "AutoV3": "40BF197AD56C"}, "downloadUrl": "https://civitai.com/api/download/models/463819", "primary": true}], "images": [{"id": 10581291, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4d7d9bf-4198-4642-85df-96008cd3fca4/width=450/10581291.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U5B{[gjE01EL?vbH~WM{0LIo?axaS5IU?Hof", "type": "image"}, {"id": 10581292, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b794786e-99ae-430a-ab50-733c9331bd40/width=450/10581292.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U8Al%zf60hxZ-:Nb0hbH}=s.9voLXSR*NHoe", "type": "image"}, {"id": 10581295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85a50170-90da-4f83-ad80-1125ca924f7a/width=450/10581295.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "U0B3g0Me007L000z:h=eYP?H#,020.9G-W%g", "type": "image"}, {"id": 10581293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de77fbdd-363f-4817-a7ac-07b2a84cde10/width=450/10581293.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U4CY,Ykq00rr73ay:%WB={WBR+WV0%WW~Bs:", "type": "image"}, {"id": 10581296, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acb63199-9aa6-4d6a-864c-36bf782854f5/width=450/10581296.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U19?g+%100w^-;SN_~M|~Uo0MJn$0Cs:}rR+", "type": "image"}, {"id": 10581298, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a24803ea-c0a4-44d1-83c1-cff95eeda0e4/width=450/10581298.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6Dv1Y?w01R-u6TK;^VY~W%2e-D*74-:wa9a", "type": "image"}, {"id": 10581299, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ceb013d2-f641-487d-a2eb-ef59f6b5f179/width=450/10581299.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U3CFnz?H01T1}sX9M{jZ0PbI^j-U02M{I:%1", "type": "image"}, {"id": 10581302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ca541c7-3646-4af1-9614-956776a712b5/width=450/10581302.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U7Ennr^j000M_Mo001n%S}EMVt-o9]$%ozs.", "type": "image"}, {"id": 10581303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64d1f607-9b71-477c-92c8-776bac218af9/width=450/10581303.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "U1BW0tIV00^j00Vs};?H1J-V#l0L01$*RRoz", "type": "image"}, {"id": 10581306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/807cde3d-c4f5-493a-b507-cfc26f994ed9/width=450/10581306.jpeg", "nsfwLevel": 4, "width": 1216, "height": 832, "hash": "U2A,qJxu00D%~qbaQkxtGIWC8_oeGcRk00Mx", "type": "image"}, {"id": 10581308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19a422f6-ef00-4b16-b6c9-db1e621a5624/width=450/10581308.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UBB3E8WW0Ls.~Vs:4:Rj-ooeIVWB?GWVE2j[", "type": "image"}, {"id": 10581309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90ee0b1e-2482-4275-ae60-c7e89eacc556/width=450/10581309.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U3B.Dlof0L$$0.W;{xRkr=xFEMNH0nWC=^oL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/463819", "modelId": 416288} \ No newline at end of file diff --git a/datasets/metadata/464454.json b/datasets/metadata/464454.json new file mode 100644 index 0000000000000000000000000000000000000000..f5c01a76f9b7b82f668ed816d3b53bc1f77658e8 --- /dev/null +++ b/datasets/metadata/464454.json @@ -0,0 +1 @@ +{"id": 464454, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-24T01:21:01.907Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 155, "ratingCount": 0, "rating": 0, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 383364, "sizeKB": 11870.9736328125, "name": "Ichika_Nanakamado.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T01:25:43.967Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2B9E4079", "AutoV2": "359F14E49D", "SHA256": "359F14E49D008F5F2EA8BFA52181991E69B778EA71AE3284C7C7459107D369C9", "CRC32": "A1228D02", "BLAKE3": "C521EEB7EB8B69D88C833898D1422B6BF5DC9E149AB080DB64F2CA9A4746D91E"}, "downloadUrl": "https://civitai.com/api/download/models/464454?type=Training%20Data"}, {"id": 383365, "sizeKB": 22239.72265625, "name": "Ichika_Nanakamado-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T01:27:33.157Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "63E814A7", "AutoV2": "57174B7408", "SHA256": "57174B7408088000F3255DB320FB65384C66E17B8488468B77C5EB5BBA84C637", "CRC32": "1F913A19", "BLAKE3": "57089F29B84DE1F0AD51E4A5F4C4E95E8D080ECCD86F5181CDF7C69E60B59DC3", "AutoV3": "F2C93452DD13"}, "downloadUrl": "https://civitai.com/api/download/models/464454", "primary": true}], "images": [{"id": 10593217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ff90dfd-0254-436a-93df-e097ebc6c6ad/width=450/10593217.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbLgt,xu?^xvjXofxvR*.8ae?GRj-;WBxas:", "type": "image"}, {"id": 10593216, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a29131c7-e96d-4519-9864-0d4438189c20/width=450/10593216.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbLgt,xu?^xvjXofxvR*.8ae?GRj-;WBxas:", "type": "image"}, {"id": 10593581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b61390b6-fc5c-4d4d-abfb-0dbbba4e551a/width=450/10593581.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UbL;KuoK_NkDofM{%h%LM{t7nOayx^WBjEM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/464454", "modelId": 416879} \ No newline at end of file diff --git a/datasets/metadata/464460.json b/datasets/metadata/464460.json new file mode 100644 index 0000000000000000000000000000000000000000..93493281048a87512bb13d13910ccce00e2f6e2c --- /dev/null +++ b/datasets/metadata/464460.json @@ -0,0 +1 @@ +{"id": 464460, "index": 0, "name": "Melissa Sue MorganStein", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-24T02:21:06.768Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 99, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 383388, "sizeKB": 590.3720703125, "name": "464460_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T01:36:08.959Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "36269CE635", "SHA256": "36269CE635C26686C84A1DE4256AC1604B0A686AED09B2C7F22248579B0CBF03", "CRC32": "1BE6A7F9", "BLAKE3": "1C0B1413C67DBF86A35216FD2C83AE60F6A6E9B41967FBADA017A9B021648F25"}, "downloadUrl": "https://civitai.com/api/download/models/464460?type=Training%20Data"}, {"id": 383438, "sizeKB": 36977.53125, "name": "Melissa_Sue_MorganStein-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T02:11:24.910Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B64DE274", "AutoV2": "E18D3D2B4E", "SHA256": "E18D3D2B4E6791489C096D5245A8383EED823F474E4EE9F00FF37BDB42F700AE", "CRC32": "A8368C75", "BLAKE3": "84B0D1BB001DE8EA3FB3628BE78E2B0C7DFA52DEA1730459F850FD31A87E498D", "AutoV3": "3D90A7C3783C"}, "downloadUrl": "https://civitai.com/api/download/models/464460", "primary": true}], "images": [{"id": 10596546, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9db81b33-0797-4cd7-99a8-ba016815947f/width=450/10596546.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UAJ@Ua^1Gv4oL2D$4ns.I[^*H?s:_N%1xvM|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/464460", "modelId": 416885} \ No newline at end of file diff --git a/datasets/metadata/464558.json b/datasets/metadata/464558.json new file mode 100644 index 0000000000000000000000000000000000000000..4784091cef5462d90492a37d2be3757e61900e24 --- /dev/null +++ b/datasets/metadata/464558.json @@ -0,0 +1 @@ +{"id": 464558, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-24T02:31:07.082Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 149, "ratingCount": 0, "rating": 0, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 383472, "sizeKB": 22233.82421875, "name": "Mitsuka_Nanakamado-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T02:35:51.636Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CFE28814", "AutoV2": "FD35FFC8B9", "SHA256": "FD35FFC8B99440E0015FE3E25FB2E6811EC860307B2EEDE2D3C1B127CC02CEEC", "CRC32": "15B428DF", "BLAKE3": "B81E8BD0379E6E6FF0B3449A62C7681832788D2BEE26A2DD7127AA8B3B72BE9E", "AutoV3": "69A834C0938E"}, "downloadUrl": "https://civitai.com/api/download/models/464558", "primary": true}, {"id": 383474, "sizeKB": 5319.6533203125, "name": "Mitsuka_Nanakamado.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T02:36:19.897Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "45056F38", "AutoV2": "103212A2D0", "SHA256": "103212A2D0ABBF15719D674093EE8C40AD7AB15F25070EEE15A8E440A260A739", "CRC32": "A3306DC5", "BLAKE3": "CCEBAFE4A5AD77793230EE481EBA4ECBC7D45ABBFD02151BD7990E845D26DB2C"}, "downloadUrl": "https://civitai.com/api/download/models/464558?type=Training%20Data"}], "images": [{"id": 10597424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f7265d4-3472-4365-bdcc-4dc7e6f2ec2e/width=450/10597424.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOKKpJ-p%$x]4mt7xuRj%#fj~Wof_Nof%2j[", "type": "image"}, {"id": 10597425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a3507e7-8efa-4e99-8f7c-9803a3a693d3/width=450/10597425.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOKKpJ-p%$x]4mt7xuRj%#fj~Wof_Nof%2j[", "type": "image"}, {"id": 10597766, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/282dce5e-a96d-45fb-90fe-6353db12fb0a/width=450/10597766.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaMQhnaf~q%2ozx[%hR*M{M{sSRQ.8Rjxtxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/464558", "modelId": 416974} \ No newline at end of file diff --git a/datasets/metadata/464599.json b/datasets/metadata/464599.json new file mode 100644 index 0000000000000000000000000000000000000000..d9382325249ae89d377da6e2563915377df2bd16 --- /dev/null +++ b/datasets/metadata/464599.json @@ -0,0 +1 @@ +{"id": 464599, "index": 0, "name": "sevenkeyguardiandeity", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-24T03:31:24.932Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["sevenkeyguardiandeity,full body"], "stats": {"downloadCount": 52, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 383554, "sizeKB": 36978.0234375, "name": "sevenkeyguardiandeity207-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T03:37:04.418Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A9C716B2", "AutoV2": "04C52AFC16", "SHA256": "04C52AFC1668FCDBF060AA24563D220F4764728815C82D5EF9A26DCF500C0F80", "CRC32": "F6555FCE", "BLAKE3": "E1C00829C692177514E7D9EEBF103A29160451DE0EADA725E16175C09FF978DB", "AutoV3": "32660A4F7FD9"}, "downloadUrl": "https://civitai.com/api/download/models/464599", "primary": true}, {"id": 383515, "sizeKB": 35617.7626953125, "name": "464599_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T03:10:40.694Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8474FAF7", "AutoV2": "9B7B3AE30D", "SHA256": "9B7B3AE30D379B34E7AD47C0A5D8FC8AAC6038595AB113D022C019FE715F794E", "CRC32": "BF6D5522", "BLAKE3": "7EFC9348F22A12B53C674CDD7E6066419BCF412E860C0C1D553B17EE9500B49D"}, "downloadUrl": "https://civitai.com/api/download/models/464599?type=Training%20Data"}], "images": [{"id": 10607463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c19cc9c-6d0d-4241-845c-9dcb1ebf8238/width=450/10607463.jpeg", "nsfwLevel": 1, "width": 864, "height": 1304, "hash": "URAcn|j[E2az~ToeE2ay^%oeIWay-oj[M|az", "type": "image"}, {"id": 10607462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/facfecf8-c8b7-4dca-af74-0a9a9f3a6a70/width=450/10607462.jpeg", "nsfwLevel": 1, "width": 864, "height": 1304, "hash": "UXHLYn%L~qWB%LWBR*oL?bj[Rjj[a|ofV@of", "type": "image"}, {"id": 10607472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/154cc17b-527e-46c2-9207-0e338b6be6f6/width=450/10607472.jpeg", "nsfwLevel": 1, "width": 864, "height": 1304, "hash": "UmJ866t7~pxtniaeIoay-payRkj[xaj[WVju", "type": "image"}, {"id": 10607466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1266457b-b274-4cd2-8c99-c8ccf3332eb2/width=450/10607466.jpeg", "nsfwLevel": 1, "width": 864, "height": 1304, "hash": "U7AS;,NIO@%1+[ay03jZ~Uoet7R+0goeE2NH", "type": "image"}, {"id": 10607473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8c0663c-a0d0-4d14-a9f4-7db10493c84a/width=450/10607473.jpeg", "nsfwLevel": 1, "width": 864, "height": 1304, "hash": "UPGH*bjZ~A%1^*oeIpay~UoeM{t6ozoeM{ay", "type": "image"}, {"id": 10607465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fd41695-2316-474d-be51-a4ebeaa69c75/width=450/10607465.jpeg", "nsfwLevel": 1, "width": 864, "height": 1304, "hash": "UEBp2%WBpJoe#Qs:0Lay~WjZXTa}MxofD*jZ", "type": "image"}, {"id": 10607464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a3e73ba-91b6-49cd-8fc1-df228aa579ce/width=450/10607464.jpeg", "nsfwLevel": 1, "width": 864, "height": 1304, "hash": "UFB:gAxa9bt78wWBM|Rk~pofE2WWE1j[juay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/464599", "modelId": 417014} \ No newline at end of file diff --git a/datasets/metadata/464615.json b/datasets/metadata/464615.json new file mode 100644 index 0000000000000000000000000000000000000000..d900b39c7a9e911519c933e152e11c842d14a84c --- /dev/null +++ b/datasets/metadata/464615.json @@ -0,0 +1 @@ +{"id": 464615, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-24T03:20:05.726Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 147, "ratingCount": 0, "rating": 0, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 383527, "sizeKB": 22234.23828125, "name": "Yotsuka_Nanakamado-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T03:15:46.424Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "157956E6", "AutoV2": "C2F6677F1D", "SHA256": "C2F6677F1DBCAD655CB2C19B1BE8D243A5215FEB2ABD827C165098929AECC69A", "CRC32": "0546EBF6", "BLAKE3": "4DA54CB4E2FB31006EB483182146527C3BBB46E1C9692B68FFE0BB9C7F4ADEC3", "AutoV3": "DC8EEE172CF8"}, "downloadUrl": "https://civitai.com/api/download/models/464615", "primary": true}, {"id": 383545, "sizeKB": 5154.015625, "name": "Yotsuka_Nanakamado.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T03:31:55.365Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "19625F89", "AutoV2": "F8776E7159", "SHA256": "F8776E7159A3CAF1FC0E89E816F3652254867A35B60C14B2E14F094E9351419F", "CRC32": "BE9645BC", "BLAKE3": "270F8C29E8C7D092AB3E1FB7A7E62C7F3633A396443855A6B835D89E37DC6D42"}, "downloadUrl": "https://civitai.com/api/download/models/464615?type=Training%20Data"}], "images": [{"id": 10600715, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4dee0bdf-56c2-467d-827b-49150bee519e/width=450/10600715.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaMjaaxu?^t7xuxux]WV-=Rj-oayNHjZt7Rj", "type": "image"}, {"id": 10600714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/beb4f57a-771f-4236-9bc4-a132ae4e4b47/width=450/10600714.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaMjaaxu?^t7xuxux]WV-=Rj-oayNHjZt7Rj", "type": "image"}, {"id": 10601140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfb90c41-d19e-4bab-8b07-c4dd67707412/width=450/10601140.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPLD_gIU_Ns:rqt7S~-pMx%MMway.9tRadM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/464615", "modelId": 417030} \ No newline at end of file diff --git a/datasets/metadata/464919.json b/datasets/metadata/464919.json new file mode 100644 index 0000000000000000000000000000000000000000..f28276c830359ccde61c211fec0d03be1e20713c --- /dev/null +++ b/datasets/metadata/464919.json @@ -0,0 +1 @@ +{"id": 464919, "index": 0, "name": "cosplay cantik", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-24T08:04:36.883Z", "availability": "Public", "nsfwLevel": 1, "description": "firs version for haruka blossom model
", "trainedWords": [], "stats": {"downloadCount": 36, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 383839, "sizeKB": 3250.646484375, "name": "464919_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T07:21:09.351Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "94359073", "AutoV2": "689487A1E8", "SHA256": "689487A1E8796BAD9869B89EDCE818EA928219DE83CEB2260BFD724D1C06EC3B", "CRC32": "B83FCCF5", "BLAKE3": "E7A89568CC12646877DCDCE4F19024D1AE23EBFDDCBD51B56AB6C04121A230C4"}, "downloadUrl": "https://civitai.com/api/download/models/464919?type=Training%20Data"}, {"id": 383872, "sizeKB": 36977.46875, "name": "cosplay_cantik-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T07:40:51.236Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9F74C11F", "AutoV2": "F6E05642A5", "SHA256": "F6E05642A5213818C905D804956040386C2F6477D1D273E127BA560570E1020F", "CRC32": "6573CD8F", "BLAKE3": "7ECD612E22A3093B7C870EC8E348E25E88BD097641A9D5D02BD6C96F9BB8D555", "AutoV3": "7C8E83307DAF"}, "downloadUrl": "https://civitai.com/api/download/models/464919", "primary": true}], "images": [{"id": 10614857, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a360efe2-debb-443e-920e-7fcc119255ff/width=450/10614857.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFH.HB9Z%gs.~W%MIUWB9FoK?b%MIUNGxuWB", "type": "image"}, {"id": 10614862, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/335ae948-77be-42d9-85fe-88b559a33c04/width=450/10614862.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UWF$|r-=.Txv?bkDD%kCWARjMxofkCj[WVbb", "type": "image"}, {"id": 10614858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7221974a-055b-4ca6-b082-87cdd2694fde/width=450/10614858.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGI5So9F.8xt~p%MIUV[9Zs:?bxvIUNGxuWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/464919", "modelId": 417308} \ No newline at end of file diff --git a/datasets/metadata/464936.json b/datasets/metadata/464936.json new file mode 100644 index 0000000000000000000000000000000000000000..4c6461ec155783ab0566bb76932e5304cdb701cf --- /dev/null +++ b/datasets/metadata/464936.json @@ -0,0 +1 @@ +{"id": 464936, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-24T07:26:50.503Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 151, "ratingCount": 0, "rating": 0, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 383853, "sizeKB": 22238.30859375, "name": "Itsuka_Nanakamado-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T07:30:48.604Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E360C339", "AutoV2": "A0E2F133D7", "SHA256": "A0E2F133D760598DBCA64763E6494952298AA876E92A01E57863009ACD54DDC4", "CRC32": "3F3BD65B", "BLAKE3": "48025C689EF75150D3A96FF33684889065E4B6A657B37CB0E9030AA3247A9246", "AutoV3": "0B077DDF3A61"}, "downloadUrl": "https://civitai.com/api/download/models/464936", "primary": true}, {"id": 383852, "sizeKB": 9984.00390625, "name": "Itsuka_Nanakamado.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T07:30:50.694Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2AA9A4CC", "AutoV2": "3C0CC8C576", "SHA256": "3C0CC8C5769008DF98C7F0CFF36847CBEEF4E1DC64DB750463C726B280A93733", "CRC32": "887467E2", "BLAKE3": "A8D7DDE9DF5D8A33BF50F725739013ADEE366E19F5D88413773D22E7ED035D6E"}, "downloadUrl": "https://civitai.com/api/download/models/464936?type=Training%20Data"}], "images": [{"id": 10613558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdb704b8-d0b7-4266-8f60-8d1f30518f7b/width=450/10613558.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UkLqIa%M_N-;ITt7a|f+yDfQ%1t7NIWB%2ay", "type": "image"}, {"id": 10613559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01a5eb72-ffc2-4308-9fc6-e701217c830a/width=450/10613559.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UkLzz2%M_N-;ITt7a}f+yDfQ%1t7NIWB%2ay", "type": "image"}, {"id": 10613762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/831c013a-a016-41aa-bdd3-f75a0132aa90/width=450/10613762.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULLqLkM{.8-;9F-pyEX9xuW==|oJ?we.%1-;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/464936", "modelId": 417325} \ No newline at end of file diff --git a/datasets/metadata/465127.json b/datasets/metadata/465127.json new file mode 100644 index 0000000000000000000000000000000000000000..568ffb5504765e58252fd86d72a1538d2834e9c3 --- /dev/null +++ b/datasets/metadata/465127.json @@ -0,0 +1 @@ +{"id": 465127, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-24T10:05:59.404Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 132, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 384113, "sizeKB": 19523.056640625, "name": "Lamy_Sercet_succubusSisters.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T11:05:53.281Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "AD20F054", "AutoV2": "08DC0EC444", "SHA256": "08DC0EC4445FC39EB4DC799FF34CF95E82663034ECEA1D8A290A94571322158E", "CRC32": "EF96130D", "BLAKE3": "D42BA845D13E4909EBB7ABC107A727B72BEC209FA1B36D48D47C9EB3249DC100"}, "downloadUrl": "https://civitai.com/api/download/models/465127?type=Training%20Data"}, {"id": 384112, "sizeKB": 22240.98828125, "name": "Lamy_Sercet_succubusSisters-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T11:05:54.027Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4F00A649", "AutoV2": "873D4E8F2E", "SHA256": "873D4E8F2EC5174FA4D1A74D67710DCADFDDE64B450DACD2213BB8481EC7D98B", "CRC32": "6D02EF54", "BLAKE3": "EF2EEB63CF831FA81C49AC40DF173F695468F7AE16F46AA7C71B4CFD972D34D8", "AutoV3": "1861FA792A4A"}, "downloadUrl": "https://civitai.com/api/download/models/465127", "primary": true}], "images": [{"id": 10626621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19559423-c4f1-476d-8afd-7e6e0071085a/width=450/10626621.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNOWT$%M*0of.8V@IUbINHaeV?of.9j[w]of", "type": "image"}, {"id": 10626622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b803e633-ae03-4b68-b751-92ab4301dd07/width=450/10626622.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNOWT$%M*0of?bV@IUbbNHaeV?of.9j[w]of", "type": "image"}, {"id": 10626867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58b3a470-daad-49c5-a618-854eb5040bfe/width=450/10626867.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDODLWH?KPOD?vNGTK4.xZWBrWIU?^xai^%g", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/465127", "modelId": 417500} \ No newline at end of file diff --git a/datasets/metadata/465298.json b/datasets/metadata/465298.json new file mode 100644 index 0000000000000000000000000000000000000000..a6fd03f9cfb4fdb61719c4365c4709d61d373fbf --- /dev/null +++ b/datasets/metadata/465298.json @@ -0,0 +1 @@ +{"id": 465298, "index": 0, "name": "demonic creatures", "baseModel": "SDXL 1.0 LCM", "baseModelType": null, "publishedAt": "2024-04-24T13:09:12.032Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 144, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 384224, "sizeKB": 17769.009765625, "name": "465298_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T12:20:55.355Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F5E26676", "AutoV2": "56EFAD4274", "SHA256": "56EFAD4274070EF7F31D0F8002CB142FDF80C7EFC135913300BED9371B581F6F", "CRC32": "DAD17A9A", "BLAKE3": "4CDB3EDBE07F2EBB07110C261D5CE9AFBD59824E8D3DFA9F0DB6963FEEBDC31B"}, "downloadUrl": "https://civitai.com/api/download/models/465298?type=Training%20Data"}, {"id": 384292, "sizeKB": 223100.79296875, "name": "demonic_creatures.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T13:07:00.888Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CD1B4D0C", "AutoV2": "A4CA4C8A70", "SHA256": "A4CA4C8A706CCFECC40CA659FD9EEEA8723B66FA372AF361478F815AA022F117", "CRC32": "D7004AE6", "BLAKE3": "8E8B2254943B3C901F75C4A780A26833DF09505B02CB91DDD132CF3DE46466BE", "AutoV3": "B223B129C11A"}, "downloadUrl": "https://civitai.com/api/download/models/465298", "primary": true}], "images": [{"id": 10634496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a98366d6-e458-49cd-ab76-d0a92b248440/width=450/10634496.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U2B:BK-p00KN4TxuMwD%F_r?wwI;%~xZ9aNG", "type": "image"}, {"id": 10634494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6389e54f-ccaf-45d7-b363-35ef9fcbb2f6/width=450/10634494.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U2B{ii#+00^k;SQ-NG~B1bRi}[-:0z9^M{4.", "type": "image"}, {"id": 10634493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f521fd39-edc0-4b69-85c0-19d2604a997a/width=450/10634493.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9B.$D-.IpR-~A=_NHNHf%-nSNNH%0%1X8NH", "type": "image"}, {"id": 10634498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13eb7cb9-511d-4d9f-82e6-e7e619b75a18/width=450/10634498.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U4Db.=WF02sk_4Rj9F-o-jRj00-S%zb^9Fiv", "type": "image"}, {"id": 10634495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e81c47cb-fa60-4080-82d8-ec4a35b0b021/width=450/10634495.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U7COwF=_0h9v~U%10h9cbs$%9v9v,CsmofNH", "type": "image"}, {"id": 10634497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e02d79ff-2b6c-4e88-9c27-9ca1f22fc9a4/width=450/10634497.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U2AmVd-:4.RkYRNH00RPAIogD4wb*0ShH=nO", "type": "image"}, {"id": 10634499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2420c35-5950-4681-a235-ad003e029408/width=450/10634499.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U4A0{]xu00WApJWB4naytlozI9IV?^xuDjRj", "type": "image"}, {"id": 10634500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/186df98e-60b6-498d-b578-a313ec2861d3/width=450/10634500.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U29P_.1P00};3?]iD49^%MSM0Ln5p^OF{yX7", "type": "image"}, {"id": 10634504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb03049c-461d-4925-9069-04893a4c389c/width=450/10634504.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U1B{r+~V4-NaujI;-5I=PAI@v}M|G]9u0LNG", "type": "image"}, {"id": 10634506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccff1ff9-325d-401c-921a-d40f92a4dad5/width=450/10634506.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U1BpkJ9w00-o00D%00xa4:RQR4%LyY~W010K", "type": "image"}, {"id": 10634501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6431b25-1d90-4843-bb37-61f05dcf260d/width=450/10634501.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U7D+e?5801t6xvr=0L-;~UIoR4tRT|WUD%xC", "type": "image"}, {"id": 10634509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c8cfcd6-8cb4-4948-a199-4aa53e2fcc03/width=450/10634509.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U0C6fR%%000000bw00M{000100~qlV4:009G", "type": "image"}, {"id": 10634508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66b84631-92d6-4ecf-a943-1d39c3ef9370/width=450/10634508.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U5Bfa~og0MoeovS4D*WV=^WB9bWV_MS4E3xa", "type": "image"}, {"id": 10634510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/791fb452-c249-4f7b-9800-b2e58dcf7dac/width=450/10634510.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U2BMb}xC0Ko}0MozMwM{9ZM{Z~-p.maK9akB", "type": "image"}, {"id": 10634511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59c28ccd-a3c1-48fd-b8c1-c8a4d8ab455c/width=450/10634511.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U3C6Z7^*00RP0Ot8Q,D%SdbH4UMxp{bbD%ae", "type": "image"}, {"id": 10634512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5fd52f7c-6e44-4008-aa42-3026adf6f99a/width=450/10634512.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U5ByT?^%D%IB_2~9NH59=s=_jsWD$y-UNbNH", "type": "image"}, {"id": 10634515, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c78b4a5-b364-483c-9b45-2e19b2f8c9b9/width=450/10634515.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UE6bcGayDhj]?^aeDia{.9jtIAae%gayM{ae", "type": "image"}, {"id": 10634516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efac4e9a-805f-436f-b60d-015442611544/width=450/10634516.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U4B.}*-U0057TJjZD*xZGZflE1xa.mSh4;NG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/465298", "modelId": 417654} \ No newline at end of file diff --git a/datasets/metadata/465341.json b/datasets/metadata/465341.json new file mode 100644 index 0000000000000000000000000000000000000000..a27c9bcb63ded8fc254dd05882893ad30c721aa5 --- /dev/null +++ b/datasets/metadata/465341.json @@ -0,0 +1 @@ +{"id": 465341, "index": 1, "name": "Hokey Wolf v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-24T13:32:55.354Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 384267, "sizeKB": 283.5546875, "name": "465341_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T12:46:13.900Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "1EAE317973", "SHA256": "1EAE31797338823EC5AF7E2BFD7B39EAE8D978B2C94B5E6A72F7C88584950E68", "CRC32": "AFF0D8D6", "BLAKE3": "A21F6CF715A60F10F49712BA4F16174B5FB76F92961F30E1FB91D28B39556AA1"}, "downloadUrl": "https://civitai.com/api/download/models/465341?type=Training%20Data"}, {"id": 384334, "sizeKB": 223102.03515625, "name": "Hokey_Wolf.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T13:37:04.646Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C2C573CA", "AutoV2": "FBE70FEE01", "SHA256": "FBE70FEE01DE7D6BBFE377B1A2AFF604244488049D11D92C5ADD50A3A9E00C47", "CRC32": "3E02EF63", "BLAKE3": "246EA85EC45E1C394D851AE23BE7D144D5D00464B0A376D940C67224C0140F4C", "AutoV3": "8CCE08C3B0DE"}, "downloadUrl": "https://civitai.com/api/download/models/465341", "primary": true}], "images": [{"id": 10635805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce8e02de-9146-4029-acec-899cee0806d7/width=450/10635805.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5E-?A%004%0~poeM{Wr0qS4$eI@E2odI[R-", "type": "image"}, {"id": 10635810, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efb0575b-26e4-4b3e-b83b-60e240c15f35/width=450/10635810.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6H1enFy1P}pGHr=#*oz9|xY-6EN+[bvS~M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/465341", "modelId": 417694} \ No newline at end of file diff --git a/datasets/metadata/465362.json b/datasets/metadata/465362.json new file mode 100644 index 0000000000000000000000000000000000000000..60aba9b5a3fa82f79c5a0aaec39e94daed299a72 --- /dev/null +++ b/datasets/metadata/465362.json @@ -0,0 +1 @@ +{"id": 465362, "index": 0, "name": "Grac", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-24T14:21:59.412Z", "availability": "Public", "nsfwLevel": 6, "description": "Photograph of an colorful oil and acrylic painting, with evident brushstroke marks, painting in material relief, in pop-art style of human figures engaged in everyday things such\u00a0 dancing or any other action
", "trainedWords": [], "stats": {"downloadCount": 30, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 384291, "sizeKB": 2085.775390625, "name": "465362_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T13:06:56.771Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AE5B9F43", "AutoV2": "7E33C27B02", "SHA256": "7E33C27B02EAA36836C10FAC1879312EF0AE337B7AB325F0ADBC3EB87CC69B00", "CRC32": "FD6A45EC", "BLAKE3": "0D6B50685FEDF73ABCA9A7DF65F9DA8F255F252F35364288A4743B57BF776A39"}, "downloadUrl": "https://civitai.com/api/download/models/465362?type=Training%20Data"}, {"id": 384409, "sizeKB": 36977.34375, "name": "Grac-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T14:20:54.099Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AD1B2765", "AutoV2": "402CF7D8FF", "SHA256": "402CF7D8FF2958A7C74CB26F35CDBFC87F25F32B3FDCBBBA20C05202BDBA73BC", "CRC32": "18EBFCBE", "BLAKE3": "B1315770E51D427524E9C6D44AECD399C5AB4E428DD0ECFCA04FFFC85A6FF1D2", "AutoV3": "60B76589806A"}, "downloadUrl": "https://civitai.com/api/download/models/465362", "primary": true}], "images": [{"id": 11256604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25f8561f-78ac-4e55-8415-7bed153ffb3e/width=450/11256604.jpeg", "nsfwLevel": 4, "width": 600, "height": 752, "hash": "UVLe~8$$octQT#I=RQoMx_r?jEV[Twrrt3bE", "type": "image"}, {"id": 11256633, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aab2d8a2-f170-4a45-a1fd-d444d455ce1a/width=450/11256633.jpeg", "nsfwLevel": 2, "width": 600, "height": 752, "hash": "UXLoTP$$WTtQcbI=M|WXpKn$e-V[Txr?xWax", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/465362", "modelId": 417712} \ No newline at end of file diff --git a/datasets/metadata/465473.json b/datasets/metadata/465473.json new file mode 100644 index 0000000000000000000000000000000000000000..264795ce025087ec59afeb6f79142089cb7980ba --- /dev/null +++ b/datasets/metadata/465473.json @@ -0,0 +1 @@ +{"id": 465473, "index": 1, "name": "V1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-24T15:06:16.641Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["1man, man focus, black hair, black eyes "], "stats": {"downloadCount": 110, "ratingCount": 0, "rating": 0, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 384400, "sizeKB": 13387.341796875, "name": "465473_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T14:15:51.803Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A93CAE89", "AutoV2": "85705606AD", "SHA256": "85705606AD6828F1F773C81618D04D004C50B075E9CE17E9CB0F82F28F94A51B", "CRC32": "87CA4E4D", "BLAKE3": "DF5CEFDE1F28C754905E7FC13013A3FC7DD6C6B7C2B96F2D79F8700A292F33F7"}, "downloadUrl": "https://civitai.com/api/download/models/465473?type=Training%20Data"}, {"id": 384472, "sizeKB": 223099.05078125, "name": "\u9b54\u5492_\u5468\u5bb0\u4eac_PONY-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T15:05:58.340Z", "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/465473", "primary": true}], "images": [{"id": 11242075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/543db09a-52a8-49bd-980b-29db826990af/width=450/11242075.jpeg", "nsfwLevel": 8, "width": 727, "height": 1037, "hash": "UBKcwz000~~BKj02NdtQ-:xa~AIp?GE2Ip-V", "type": "image"}, {"id": 10641524, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d08b4d5-c08c-46f0-8b78-874d8ce76967/width=450/10641524.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGF#,cV?9|%L_NM{kCkCOsRjxZt6OsNds:NG", "type": "image"}, {"id": 10641523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4000ac58-0056-43a2-8151-c79f55ab2a78/width=450/10641523.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UFG[Zo%256kC~pt7E2WBI;ay-pt6W=oexZfk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/465473", "modelId": 417813} \ No newline at end of file diff --git a/datasets/metadata/46557.json b/datasets/metadata/46557.json new file mode 100644 index 0000000000000000000000000000000000000000..3aa14366b10c6758285db7d8193acbf8ba8d9074 --- /dev/null +++ b/datasets/metadata/46557.json @@ -0,0 +1 @@ +{"id": 46557, "index": 3, "name": "0.1", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-04-15T18:25:25.045Z", "availability": "Public", "nsfwLevel": 11, "description": "\u041d\u0438\u043a\u0430\u043a\u0438\u0445 \u0430\u0440\u0442\u043e\u0432 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u0436\u0430 \u0432 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0435 \u043d\u0435 \u043d\u0430\u0448\u0451\u043b. \u041d\u0443, \u043d\u0435 \u0437\u0440\u044f \u0436\u0435 Stable Diffusion \u044d\u0442\u043e text-to-image \u043c\u043e\u0434\u0435\u043b\u044c! \u0421\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u043b \"\u044d\u0442\u0430\u043b\u043e\u043d\u043d\u043e\u0435\" \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 (text-to-image \u0438 \u0437\u0430\u0442\u0435\u043c \u0448\u0442\u0443\u043a 10 \u0438\u0442\u0435\u0440\u0430\u0446\u0438\u0439 \u0432\u0440\u0438\u0441\u043e\u0432\u044b\u0432\u0430\u043d\u0438\u044f) \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u044f \u0438\u0437 \u043a\u043d\u0438\u0433\u0438 (\u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0435, \u0447\u0442\u043e \u043d\u0435 \u0443\u0447\u0451\u043b, \u044d\u0442\u043e \u0447\u0435\u0448\u0443\u044e \u043d\u0430 \u0432\u0438\u0441\u043a\u0430\u0445 \u0438 \u0431\u0440\u043e\u0432\u044f\u0445, \u043d\u043e \u0438\u0437\u0432\u0438\u043d\u0438\u0442\u0435, \u0432\u044b\u0433\u043b\u044f\u0434\u0435\u043b\u043e \u044d\u0442\u043e \u0442\u0430\u043a \u0441\u0435\u0431\u0435). \u0414\u0430\u043b\u044c\u0448\u0435, \u043a\u043e\u0435-\u043a\u0430\u043a \u043e\u0442\u0437\u0435\u0440\u043a\u0430\u043b\u0438\u043b, \u0434\u043e\u0431\u0430\u0432\u0438\u043b \u0434\u0440\u0443\u0433\u043e\u0439 \u0444\u043e\u043d, \u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u043e\u0441\u044c 6 \u043a\u0430\u0440\u0442\u0438\u043d\u043e\u043a, \u043e\u0431\u0443\u0447\u0438\u043b \u043d\u0430 \u043d\u0438\u0445 \u043b\u043e\u0440\u0443, \u0440\u0430\u0431\u043e\u0442\u0430\u043b\u043e \u0443\u0436\u0430\u0441\u043d\u043e, \u043d\u043e \u0437\u0430\u0442\u043e \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043d\u0435\u0451 \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u043e\u0441\u044c \u043f\u043e\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043d\u043e\u0432\u044b\u0445 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0439.
\u0422\u043e, \u0447\u0442\u043e \u0432\u044b \u0432\u0438\u0434\u0438\u0442\u0435, \u044d\u0442\u043e \u0447\u0435\u0442\u0432\u0451\u0440\u0442\u0430\u044f \u0438\u0442\u0435\u0440\u0430\u0446\u0438\u044f \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u044f \u043b\u043e\u0440\u044b -> \u0433\u0435\u043d\u0435\u0440\u0430\u0446\u0438\u0438 \u043a\u0430\u0440\u0442\u0438\u043d\u043e\u043a \u0434\u043b\u044f \u0434\u0430\u0442\u0430\u0441\u0435\u0442\u0430 -> \u043e\u0442\u0448\u043b\u0438\u0444\u043e\u0432\u043a\u0438 -> \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u044f \u043b\u043e\u0440\u044b \u0438 \u0442. \u0434. \u0412\u0440\u043e\u0434\u0435 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442. \u0420\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u0442\u0430\u043a \u0441\u0435\u0431\u0435 (\u043e\u043d\u0430 \u043f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u043e \u043f\u044b\u0442\u0430\u0435\u0442\u0441\u044f \u043a\u0443\u0434\u0430-\u0442\u043e \u0441\u0435\u0441\u0442\u044c, \u0432 \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u043e\u043c \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0438 \u0433\u0435\u043d\u0435\u0440\u0438\u0442\u044c \u043e\u0442\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442\u0441\u044f, \u0447\u0435\u0448\u0443\u044f \u0433\u0435\u043d\u0435\u0440\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u043d\u0435 \u0432\u0441\u0435\u0433\u0434\u0430 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e, \u043a\u0440\u044b\u043b\u044c\u044f \u0438 \u0445\u0432\u043e\u0441\u0442, \u0435\u0441\u043b\u0438 \u0438\u0445 \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0442\u044c, \u0433\u0435\u043d\u0435\u0440\u0438\u0440\u0443\u044e\u0442\u0441\u044f \u043e\u0447\u0435\u043d\u044c \u043a\u0440\u0438\u0432\u043e, \u0438 \u0441 \u043e\u0434\u0435\u0436\u0434\u043e\u0439 \u043d\u0435 \u043e\u0441\u043e\u0431\u043e \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u0430), \u043d\u043e \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442.
\u0415\u0441\u043b\u0438 \u0443 \u043a\u043e\u0433\u043e-\u043d\u0438\u0431\u0443\u0434\u044c \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0441\u044f \u0441\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u044b\u0445 \u0438\u0441\u0445\u043e\u0434\u043d\u0438\u043a\u043e\u0432, \u0434\u0435\u043b\u0438\u0442\u0435\u0441\u044c, \u0431\u0443\u0434\u0435\u043c \u0434\u043e\u043e\u0431\u0443\u0447\u0430\u0442\u044c...
Version 0.1
My first attempt at creating LORA
", "trainedWords": ["1girl, dark skin, green eyes, black dreadlock", "black top, long black gloves, white hooded cape, black pants", "Senna"], "stats": {"downloadCount": 183, "ratingCount": 0, "rating": 0, "thumbsUpCount": 37, "thumbsDownCount": 0}, "files": [{"id": 384540, "sizeKB": 28446.7421875, "name": "465593_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T15:41:19.854Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C4F3ACF6", "AutoV2": "A518D8CBD7", "SHA256": "A518D8CBD7F9DC62F2B2119C5EFFC51C14E2BEBBE49D82047F26EE2CB61C255D", "CRC32": "6F5FA285", "BLAKE3": "EA4A269A9DE4129C4256F57AE8758DD6480A42292CE94FB8E55831167B0D697E"}, "downloadUrl": "https://civitai.com/api/download/models/465593?type=Training%20Data"}, {"id": 384593, "sizeKB": 223102.65234375, "name": "Senna__League_of_Legends-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T16:25:48.828Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F8D99D32", "AutoV2": "C9D6051CFD", "SHA256": "C9D6051CFD564BD0802D8B6741B4940AB171F2AF33B2876A3549F3B5C2ECE2F3", "CRC32": "24577668", "BLAKE3": "D81483BE49266B8AD9CB516C82DBD48215A20121EA94FD6CD5E23DF959427676", "AutoV3": "FCA2285E832D"}, "downloadUrl": "https://civitai.com/api/download/models/465593", "primary": true}], "images": [{"id": 10648271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ece7ddce-1c24-463b-9a84-94cc1a6e11f8/width=450/10648271.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAAJ$r0LMx~W?IkDWEs:9axYxuE2ERn#RiS5", "type": "image"}, {"id": 10648267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32ddb85a-b031-45b0-9e97-8dfeb4a7b657/width=450/10648267.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UE7-]GI9%it7.TRPkDozRikCROkDjYV?Rijt", "type": "image"}, {"id": 10648269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43370e5a-48ca-4d5e-9f70-53130b49f8b1/width=450/10648269.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UC9tv000.A-=?vIUf,t6x^RPMxt6.TRiV?tR", "type": "image"}, {"id": 10648270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f62e9a76-c3cd-4e8c-9738-109c54e9e814/width=450/10648270.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U78XOp^I-;%i-;%2t8j?9EIpM{WA?dogI9bd", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/465593", "modelId": 417923} \ No newline at end of file diff --git a/datasets/metadata/465820.json b/datasets/metadata/465820.json new file mode 100644 index 0000000000000000000000000000000000000000..66f66891b09c6bc2159926536ed570526bf5d5fa --- /dev/null +++ b/datasets/metadata/465820.json @@ -0,0 +1 @@ +{"id": 465820, "index": 0, "name": "v1.1 pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-24T18:32:45.961Z", "availability": "Public", "nsfwLevel": 30, "description": "Simplified prompting.
Base prompt is just <color> visor
, e.g. pink visor
. To make it glow, add glowing visor
. Also wire-visor
to add wires and headphones
to add headphones.
tagged and trained with my recent workflow, should be better than previous version.
0.9-1 weight
", "trainedWords": ["cynthia-IK", "blonde hair, hair ornament, hair over one eye, long hair, large breasts", "fur trim, pants, coat, fur collar, long coat, black coat, black pants, black outfit"], "stats": {"downloadCount": 290, "ratingCount": 0, "rating": 0, "thumbsUpCount": 59, "thumbsDownCount": 0}, "files": [{"id": 384840, "sizeKB": 36974.4296875, "name": "Cynthia (Ikuchan Kaoru)-offset.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T19:16:29.941Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A5498E90", "AutoV2": "BAEC238162", "SHA256": "BAEC238162FA2BFBB8E18D6A8C185C028E0ED55CA2526808E2237F75D7BC35DC", "CRC32": "F34DAB44", "BLAKE3": "E0B7D323A63EFB9CE4F0224EBF83EE93BB2F3D74A4ABCDC7CD971C0DBCCB37BB", "AutoV3": "1354BE7ABC9B"}, "downloadUrl": "https://civitai.com/api/download/models/465927", "primary": true}, {"id": 384841, "sizeKB": 70301.7529296875, "name": "v2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-24T19:16:32.514Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "523E0BEB", "AutoV2": "952AC93C3A", "SHA256": "952AC93C3AD1C4F6F9FC6B4825359FD5132BD9E9B1C5490D6CE5F5DD531F249D", "CRC32": "86C6FC1D", "BLAKE3": "9F97F705105A7CE8A5B12E94112F949A238AE40F668B55047A3CA246C3AC48AD"}, "downloadUrl": "https://civitai.com/api/download/models/465927?type=Training%20Data"}], "images": [{"id": 10658717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b88ffd9-34a8-4aeb-9ab7-c95854207be3/width=450/10658717.jpeg", "nsfwLevel": 4, "width": 896, "height": 1344, "hash": "UCIEFQ~B0000~AIUEO4;00%L?b4:?bNG9Zni", "type": "image"}, {"id": 10658996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1a6861b-3d63-4176-9e3e-31a60254f0cf/width=450/10658996.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UkJk7WaK.8S%~WxYR.R+-;WBj]oz?bRkt7og", "type": "image"}, {"id": 10658680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1ab366c-e8fe-4ece-b49f-863673655321/width=450/10658680.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UOHUd]b_%h^+~VRj9v%LawRPD*M{xu-pM|oz", "type": "image"}, {"id": 10658681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/668221fc-2053-4674-b4f4-f300af5239ed/width=450/10658681.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UUIqfS?GT0S$~Vxt9bNH-:M{%2s;?as:M{WD", "type": "image"}, {"id": 10658920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f782a6f-7cc3-4073-8c7b-32e713199a27/width=450/10658920.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UjH_V$WC.8js~VM{NLV@-pofRlaz%2xtafof", "type": "image"}, {"id": 10658923, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62f53bed-7f1f-476c-aa9d-934cddc6b5b8/width=450/10658923.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "U8H-x*01yZ00vJRi00TK~p^%0M4:R4xuoha%", "type": "image"}, {"id": 10658709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcaa2659-e35b-4bf1-8f9d-6aa0a0376759/width=450/10658709.jpeg", "nsfwLevel": 4, "width": 896, "height": 1344, "hash": "UPGu2UxZS#~V?a?GxtS1-oofS2%2E2t7-VNG", "type": "image"}, {"id": 10658688, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be9f57b5-77a9-4b28-be73-23bd472d85fb/width=450/10658688.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UKHLSb^+0#IU*0M{N|V?_4t7gixZTfbH%M%1", "type": "image"}, {"id": 10658691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/894d6797-af7f-4717-82d7-65cc21ea4c79/width=450/10658691.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UPH2T6E3O*v}_4NF9HMx?uM|ofs.x]IUof%1", "type": "image"}, {"id": 10658706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfc967d0-8c84-4965-95db-dc7aedf310fe/width=450/10658706.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UOIqfa9ZEKMy?wRP4:M{Kki^WBs.K7f4nNoy", "type": "image"}, {"id": 10658708, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16304a11-56bc-46d4-b60e-66797b952452/width=450/10658708.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UIHKe00fyX~B=_%LIV={5lWDM|-oE2RlMyxu", "type": "image"}, {"id": 10658684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/434ede9d-f05b-4214-a7a4-d56f2eda37ce/width=450/10658684.jpeg", "nsfwLevel": 4, "width": 896, "height": 1344, "hash": "UHG@}Q~WELs.E7NH0M0g0fM{xZ%LEOae$%-o", "type": "image"}, {"id": 10658683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66a84d8b-b71c-4d89-ae19-e7a945933119/width=450/10658683.jpeg", "nsfwLevel": 4, "width": 896, "height": 1344, "hash": "UAH-JW0100~V5Rbb03bv01?GE5IU_1e.xZRj", "type": "image"}, {"id": 10658686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d008e4aa-0ebe-43cc-aa35-0fe4496596e8/width=450/10658686.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UCHUtd0056~WUuVu58--EQ58b_={o}SgV[RP", "type": "image"}, {"id": 10658689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d7c02c2-7ef3-40d6-9103-2e34a35758ba/width=450/10658689.jpeg", "nsfwLevel": 4, "width": 896, "height": 1344, "hash": "UKI50s.80e~V.6Rk4.M{4.tQxb9a?bx]RkWA", "type": "image"}, {"id": 10658699, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47571a20-6b57-4477-bb76-e82f52fbb34c/width=450/10658699.jpeg", "nsfwLevel": 8, "width": 896, "height": 1344, "hash": "U9GH*cIU-S~UEgR-00R,~As:0Lt7%fWAxaNH", "type": "image"}, {"id": 10658710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da3fc0c4-3c97-447e-a453-b3e7fa65fa9a/width=450/10658710.jpeg", "nsfwLevel": 4, "width": 896, "height": 1344, "hash": "UHJjxHtk0{--_M0iJC-B9a$,bxnQ%fxZfzbt", "type": "image"}, {"id": 10658721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7274033-ca11-4c82-add3-a7406b4e0e36/width=450/10658721.jpeg", "nsfwLevel": 4, "width": 896, "height": 1344, "hash": "U3IO960$00?FH=~V000200578_?G7ia0000L", "type": "image"}, {"id": 10658719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3e07f8b-8074-4daa-93fa-b826741ecaa3/width=450/10658719.jpeg", "nsfwLevel": 4, "width": 896, "height": 1344, "hash": "UQJ7BoPC5?xZ_N-;IpR*Te%MEQ$%%2T0$*X9", "type": "image"}, {"id": 10658720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a3c068b-693e-48a4-bf53-3a4a6ab80bfb/width=450/10658720.jpeg", "nsfwLevel": 8, "width": 896, "height": 1344, "hash": "UkIO69?wX-TLA0W?wvkDo~t6M_MybdNINabu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/465927", "modelId": 353234} \ No newline at end of file diff --git a/datasets/metadata/46609.json b/datasets/metadata/46609.json new file mode 100644 index 0000000000000000000000000000000000000000..95c4f27f528dc68da7bbfde8bc6c78d053872baa --- /dev/null +++ b/datasets/metadata/46609.json @@ -0,0 +1 @@ +{"id": 46609, "index": 2, "name": "0.1 (30)", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-04-15T18:58:17.630Z", "availability": "Public", "nsfwLevel": 10, "description": "\u0422\u0440\u0435\u043d\u0438\u0440\u043e\u0432\u043e\u0447\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u0442\u0435 \u0436\u0435, \u0447\u0442\u043e \u0438 \u0432 0.1, \u0442\u043e\u043b\u044c\u043a\u043e \u044d\u043f\u043e\u0445 \u043d\u0430 10 \u043c\u0435\u043d\u044c\u0448\u0435. \u0412 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u043b\u0443\u0447\u0430\u044f\u0445 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043b\u0443\u0447\u0448\u0435.
", "trainedWords": ["golden eyes", "red hair", "scales", "skirt", "t-shirt"], "stats": {"downloadCount": 512, "ratingCount": 95, "rating": 5, "thumbsUpCount": 95, "thumbsDownCount": 0}, "files": [{"id": 34749, "sizeKB": 5053.7314453125, "name": "\u0410\u0440\u0445\u0438\u0432.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-15T19:06:41.356Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B0711FDA", "AutoV2": "B8C91CDF57", "SHA256": "B8C91CDF570B25942C2E77334A2F5BDC02FBA9215A8549AA9933FB5ABE46B646", "CRC32": "CC8B8D31", "BLAKE3": "1385F87FDD8D8F5B019F47E3FC68EA71F493EB1B103D0499E57F965CB92A7001"}, "downloadUrl": "https://civitai.com/api/download/models/46609?type=Training%20Data"}, {"id": 34748, "sizeKB": 36977.646484375, "name": "nisha-30.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-15T19:06:37.165Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4A187935", "AutoV2": "D4E79DD6EB", "SHA256": "D4E79DD6EB9E7386D23983FF4C0E326A45EB2E5AC79CA13EB646BBDFEC3DDCF4", "CRC32": "93920479", "BLAKE3": "F3B41ABB96883517F30FBA02EB1446DE031A94A494931C77D01CAD5F25FCF4DE", "AutoV3": "3453D9AD3F4E"}, "downloadUrl": "https://civitai.com/api/download/models/46609", "primary": true}], "images": [{"id": 503897, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a725e98-0425-4c76-be73-40fac137f600/width=450/503897.jpeg", "nsfwLevel": 8, "width": 640, "height": 960, "hash": "UNJuMzVs5px]yGs;ozXS.QWFM{NHx{WnWoog", "type": "image"}, {"id": 503900, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6072990-7ac5-4f4d-1c7f-886c05546a00/width=450/503900.jpeg", "nsfwLevel": 2, "width": 640, "height": 960, "hash": "UQIE@Q?buOaKpfNy%N-p$msmIUR%MzInt7o1", "type": "image"}, {"id": 503912, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c3e2597-cc75-4b3f-4a28-6243e687d600/width=450/503912.jpeg", "nsfwLevel": 8, "width": 640, "height": 960, "hash": "UML4KYr?PV%g_4Rjo#tRDit7M_WA?bt7WBe.", "type": "image"}, {"id": 503922, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47594774-99bd-44c6-96fc-97a7da2ba900/width=450/503922.jpeg", "nsfwLevel": 8, "width": 640, "height": 960, "hash": "UNJRO3o$74I]pfNGtRt89Gs+skjF%hjYbEjY", "type": "image"}, {"id": 503927, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b8d6fba-423c-47ac-182f-d1b6d09d8000/width=450/503927.jpeg", "nsfwLevel": 8, "width": 960, "height": 640, "hash": "UAFr|d^~0vcYKBMx~To%yYNY?Gs=51tS=}M#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/46609", "modelId": 41805} \ No newline at end of file diff --git a/datasets/metadata/466509.json b/datasets/metadata/466509.json new file mode 100644 index 0000000000000000000000000000000000000000..ed0130881783c1098db257f5bdf7e725fe67eb2b --- /dev/null +++ b/datasets/metadata/466509.json @@ -0,0 +1 @@ +{"id": 466509, "index": 0, "name": "v0.1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-25T02:25:20.841Z", "availability": "Public", "nsfwLevel": 30, "description": null, "trainedWords": ["qosgirl", "tattoo", "shoulder tattoo"], "stats": {"downloadCount": 306, "ratingCount": 0, "rating": 0, "thumbsUpCount": 68, "thumbsDownCount": 0}, "files": [{"id": 385423, "sizeKB": 36992.28125, "name": "qosgirl3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T02:26:30.399Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4E81A82C", "AutoV2": "E2663F2646", "SHA256": "E2663F264661E0A0031CA31C6924C91B2CE27EE23C7152D380D42F20EF827808", "CRC32": "BF16B30F", "BLAKE3": "6AACE617C60CE58CEF09ECED10F00A48421968E9B210DF30CCD1AED987C5488A", "AutoV3": "EE2AFDD99568"}, "downloadUrl": "https://civitai.com/api/download/models/466509", "primary": true}, {"id": 385424, "sizeKB": 74688.189453125, "name": "10_qosgirl.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T02:26:50.547Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2C5459F8", "AutoV2": "310FC00D73", "SHA256": "310FC00D73CD43CDF104962FC42C948321267097A538E89196F20C66EDE6BC03", "CRC32": "C13E5F1F", "BLAKE3": "97CF97B7647C2E2AFAB09443D4B6396E40455AE19D93670ADCE42CCC67FC8A73"}, "downloadUrl": "https://civitai.com/api/download/models/466509?type=Training%20Data"}], "images": [{"id": 10678971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cab64ffe-022b-457f-98cf-0fd9a77b0f2b/width=450/10678971.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UKH_V@4.00_2.Ts:xCf8%hof-pj@?vWCflxu", "type": "image"}, {"id": 10678970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8638fb27-c073-4779-9636-79524064c6fe/width=450/10678970.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UOI}VF_400WD?w-=-o-pS%^+%2Ip-;-:jYM{", "type": "image"}, {"id": 10678974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80e5963c-edc5-4832-805e-a071d8adb51c/width=450/10678974.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UPIO2~-o4-?bNyoen#%L4:RjIUWX~WfRVst7", "type": "image"}, {"id": 10678972, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71fba1a6-eab2-48a3-aa17-49cb6d85c478/width=450/10678972.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UFJ@,+xC00M}01xDVrRP?w9FMxD%^+f,V@%M", "type": "image"}, {"id": 10678973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cdfcd73-fb51-4bb3-a5f1-afddb707d58d/width=450/10678973.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UII;-f4n00_39uM{E1t7S$t79Ft7~pt7a0og", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/466509", "modelId": 418753} \ No newline at end of file diff --git a/datasets/metadata/466520.json b/datasets/metadata/466520.json new file mode 100644 index 0000000000000000000000000000000000000000..8027c4a6222d8a65f8f897d491962c310752275f --- /dev/null +++ b/datasets/metadata/466520.json @@ -0,0 +1 @@ +{"id": 466520, "index": 0, "name": "Moss_Cave", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-25T03:21:03.564Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 128, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 385502, "sizeKB": 223099.86328125, "name": "Moss_Cave.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T03:20:43.386Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0E831E29", "AutoV2": "325DDA53F9", "SHA256": "325DDA53F998567D20A133968A916967B2744BA693EC54DCEE47B48A680C217D", "CRC32": "3DA99628", "BLAKE3": "87F4C8B59E4FF8DC97DBAC2404FF45D5426B2C2C1D57FCE230296DDBEA2734DD", "AutoV3": "6E30871BDD3B"}, "downloadUrl": "https://civitai.com/api/download/models/466520", "primary": true}, {"id": 385439, "sizeKB": 9880.7880859375, "name": "466520_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T02:40:44.644Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "68EDCAFB", "AutoV2": "052AFC6776", "SHA256": "052AFC67768CD578F05EA66EBC9A3C3997FD39374C1F803EA4124CEBF159C59A", "CRC32": "74AFB46E", "BLAKE3": "1ECF4F68CD00A4B3C92A811CA1EED106CBBFA3ECA97A5B9044D0C9F2FAA9DD89"}, "downloadUrl": "https://civitai.com/api/download/models/466520?type=Training%20Data"}], "images": [{"id": 10684964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6c3c274-7ea8-461c-b52f-7249408616d7/width=450/10684964.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UAAA?kkD00tQH@xtkpRj00WF_NVsJ9MxxGg4", "type": "image"}, {"id": 10684960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1ebd9ec-b047-4bc4-bd79-b7cd86398894/width=450/10684960.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UHA^ds9F4T~q-;M_IU%Na0Rko}s.E1t8xaM{", "type": "image"}, {"id": 10684963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a47790e0-bf33-4a57-aad0-d4e7f6344582/width=450/10684963.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UKDmmkksN4_N-;S7V[-;00MxRPD$EKngWF9Z", "type": "image"}, {"id": 10684969, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5964835a-9424-428b-bbff-64262b2a749d/width=450/10684969.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UFAwhrDhDP_NMfkCXQV@IAozx]MxS1%LniNG", "type": "image"}, {"id": 10684966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/959f7bf3-3fd7-446f-a177-0acacb2d9e1e/width=450/10684966.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UTFF$#~p?bxvMxMxaJRPD%9FIUfO?ax]o#WY", "type": "image"}, {"id": 10684962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9bc57d1-45a5-4cc7-8dc9-74243cafb401/width=450/10684962.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U6Dvu|_LNL+=D6xvtS-=00RNMbE44n4;%hWV", "type": "image"}, {"id": 10684967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1759274-f593-421d-9846-6316b341ec76/width=450/10684967.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UDD,S_yYVa00Ig_MxpDjI8R8IX%LxbRis:M|", "type": "image"}, {"id": 10684968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e806f2f4-9fb9-45a4-bdb3-0172c8161ace/width=450/10684968.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U8C%Z[00%700$VD%_24m00%$I9_201%2tJ_N", "type": "image"}, {"id": 10681350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c19be74a-1866-463d-aaca-371735bc1c84/width=450/10681350.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQGlSDI9RnRkETM_odf5.AM}s+ob%KRjWFWX", "type": "image"}, {"id": 10681353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad9e027f-46d1-45e8-aa54-d54cc26840c4/width=450/10681353.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdEy#%i^oJoz%%j[WXbHp0n~V?axxvayaybI", "type": "image"}, {"id": 10681349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0f00a3f-aa94-41ea-9ace-2cafadc56a08/width=450/10681349.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdEpNVt8Vrj]yZe-o#o#tobdkDn#x]WCjEoH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/466520", "modelId": 418767} \ No newline at end of file diff --git a/datasets/metadata/466523.json b/datasets/metadata/466523.json new file mode 100644 index 0000000000000000000000000000000000000000..b641b1a738586235080cd83395128e5ff0402f2a --- /dev/null +++ b/datasets/metadata/466523.json @@ -0,0 +1 @@ +{"id": 466523, "index": 0, "name": "Animagine V3.1 Rank8/4", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-25T02:41:46.085Z", "availability": "Public", "nsfwLevel": 1, "description": "Trained on 14 images with labels.
", "trainedWords": ["sir nose", "hat", "goatee", "black hair", "lips", "dark-skinned male", "white suit", "black eyes", "cape"], "stats": {"downloadCount": 44, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 385510, "sizeKB": 28792.3662109375, "name": "sir_nose_v6_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T03:30:38.741Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6E1006EB", "AutoV2": "D3AFA36242", "SHA256": "D3AFA36242C1E28293BE17587D41908AE50367CFFBE5B9C352DA12FC0C1D57FC", "CRC32": "17AB329B", "BLAKE3": "07438FFA18B9B4E3A8810B7C13927C10B424CF5C1A5D64DB56D1290F539AFC3E"}, "downloadUrl": "https://civitai.com/api/download/models/466523?type=Training%20Data"}, {"id": 385474, "sizeKB": 56079.80078125, "name": "sir_nose_v6.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T03:00:47.622Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3ECAF5EB", "AutoV2": "65E7F40861", "SHA256": "65E7F40861BA56902E1379827AB2CD6DC84DC4451B5E493386AA3613AA74F30D", "CRC32": "7307244D", "BLAKE3": "4C874E5D38799CD45309C0BA3CD9B6FCC586922D72E301294655960C76E09012", "AutoV3": "6B1E24EAF051"}, "downloadUrl": "https://civitai.com/api/download/models/466523", "primary": true}], "images": [{"id": 10679418, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15276202-9cdc-4cb7-9080-e2c560a66547/width=450/10679418.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHH-[LxZTetmL4D*yCW?03IBnNxCMeoerq-R", "type": "image"}, {"id": 10679428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d9b739a-a91a-4062-9f24-3db570962461/width=450/10679428.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UCGR*V4:xY^5E%4o~V?G.8#,xu0M%M00%f%L", "type": "image"}, {"id": 10679447, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efd5c3bd-aff8-44b1-a72b-5bf4e8d35567/width=450/10679447.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDHLMF010fIV5o%LMxxucCI.v~xa~B01?a-p", "type": "image"}, {"id": 10679448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c439afc0-0f68-4c46-8a28-51854c027f0f/width=450/10679448.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDJ7di8w0f=|tP%}4.IB?^Myz=%M|{$RyDIo", "type": "image"}, {"id": 10679452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca26633c-2c0a-4865-b83e-9f74ff2832de/width=450/10679452.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKIgfayWxb%L}79aDkkCJ-nP9vNH%e?GOFNI", "type": "image"}, {"id": 10679429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a8f9ae7-81b7-408a-8dab-d4c3b5afaace/width=450/10679429.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "UEG[Zx00Ip~VE0yCyBE0?aSg-oMy?[0ejI?H", "type": "image"}, {"id": 10679438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4eddee18-80d0-4a2f-908d-19835639b08e/width=450/10679438.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "UFK-2u00oz.700_NEy4n0e?uDjH??bQ.m-xb", "type": "image"}, {"id": 10679423, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf89e121-8768-413d-9f9a-6c40eb4ae031/width=450/10679423.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "UGIg=pXU?u9Z00E09FNF5m~WDj9Gyp-p-oIU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/466523", "modelId": 418735} \ No newline at end of file diff --git a/datasets/metadata/466526.json b/datasets/metadata/466526.json new file mode 100644 index 0000000000000000000000000000000000000000..47aa5c06ec0f20c3c7780d768ffa7292d408423a --- /dev/null +++ b/datasets/metadata/466526.json @@ -0,0 +1 @@ +{"id": 466526, "index": 0, "name": "Moss_River", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-25T03:42:48.325Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 71, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 385450, "sizeKB": 6550.3828125, "name": "466526_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T02:41:45.739Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4255B785", "AutoV2": "F34A61484B", "SHA256": "F34A61484BE79D1B37DEDAAFE995ADD1A30E23B9D44F2A33AAF0C307F344ECD4", "CRC32": "02B35569", "BLAKE3": "3365B19EA8FEABC75ABD6337CC27FC02E5137BA939744C10E961C10F67CBBDD5"}, "downloadUrl": "https://civitai.com/api/download/models/466526?type=Training%20Data"}, {"id": 385511, "sizeKB": 223099.58984375, "name": "Moss_River.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T03:31:15.618Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A8291361", "AutoV2": "83C72956E1", "SHA256": "83C72956E166E6454E6D7FE4C1B8381658E6FCCE2C558414E93DBBF7F6AAB214", "CRC32": "3CB2AB19", "BLAKE3": "0E5F2AEBB94039B61C1FD16EE505379EF180207DDB51A8579F5D0F95A0C9DE98", "AutoV3": "FD660940FDC3"}, "downloadUrl": "https://civitai.com/api/download/models/466526", "primary": true}], "images": [{"id": 10685167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efbe7f41-972a-4561-b9e3-762a062ec78f/width=450/10685167.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U7DcmiDk00_L.Pa^8}xoM^E4R.?GtMMz%3t7", "type": "image"}, {"id": 10685165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04bc0934-45d7-4e18-8713-7b55afff03ce/width=450/10685165.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UDC%To_K0101_L-.D+D+xsj[ofR+?GoLE2R*", "type": "image"}, {"id": 10685166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b49aa2c-f66c-4ff1-ab45-6aa0dfdd6f60/width=450/10685166.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UKDcmW_KoyoxyB%Kxsx@IpWBV_jb%KxsxsWC", "type": "image"}, {"id": 10685164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f19280c8-28fb-45fb-84d2-390fba374d80/width=450/10685164.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U6C?#yN14pobJ{s;M#M|_JtcM+s:?oo5xuoL", "type": "image"}, {"id": 10681994, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8261248-ed3b-4b46-8e7e-5555fbf351b3/width=450/10681994.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHGSZ89E4oRT5bxUROt7^-IED%tP_NM_Riof", "type": "image"}, {"id": 10681997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d993fcac-77d0-4aa4-9d47-e5e97500ec4a/width=450/10681997.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFDv=q%g?vxs~EXBMzRo#ND+RMR:?GavtRoz", "type": "image"}, {"id": 10681996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9c0579a-59e7-4e8e-b745-8b3349f27b41/width=450/10681996.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGDTCa%i?vVY~DWERPWA+pM{ejXU^zRrxuWu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/466526", "modelId": 418772} \ No newline at end of file diff --git a/datasets/metadata/466629.json b/datasets/metadata/466629.json new file mode 100644 index 0000000000000000000000000000000000000000..4bf2bce922df904ff0e4d8847a40f32783a2b311 --- /dev/null +++ b/datasets/metadata/466629.json @@ -0,0 +1 @@ +{"id": 466629, "index": 0, "name": "Veronica Velazco", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-25T04:59:26.027Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["anthro, furry, female, fox, orange fur,", "green eyes, orange hair, long hair, ponytail, fluffy tail "], "stats": {"downloadCount": 64, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 385552, "sizeKB": 9106.349609375, "name": "466629_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T04:05:42.321Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E9E15435", "AutoV2": "7E3F188633", "SHA256": "7E3F1886339DD91A82748D9F021C1BB040A6AAA397E85CAB4C69E70D81AA2DEE", "CRC32": "C86B0B2B", "BLAKE3": "22455091CBF9C0BD58D3185F05C2B4B03FAA9F4ABF9D438C98338B32BC6334A6"}, "downloadUrl": "https://civitai.com/api/download/models/466629?type=Training%20Data"}, {"id": 385607, "sizeKB": 223103.64453125, "name": "Veronica_Velazco.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T04:55:50.972Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BFCCB59C", "AutoV2": "8511A65937", "SHA256": "8511A65937AA94EEE9ED945715173C134F22FA407C744A3411EC5D35CA82EAB5", "CRC32": "68EEA353", "BLAKE3": "F248BA4DFBB4197630C636C95D075EE4E17A1E67662DEE77AA5170A903B57DA6", "AutoV3": "CF23DB6BB626"}, "downloadUrl": "https://civitai.com/api/download/models/466629", "primary": true}], "images": [{"id": 10687248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a328087c-1b82-49db-b397-419beb886859/width=450/10687248.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UVK0c~TK%#SM_MS#cY-UD+#lShj]E2WVR5NG", "type": "image"}, {"id": 10687247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d927ce2-039a-42ce-ad1c-055d1a5299dd/width=450/10687247.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UUOo6C?s?[=t6,v~KO#SERXSRkt6pHWCRkW.", "type": "image"}, {"id": 10687958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af058602-82e2-4ef8-8d6f-040ad0226739/width=450/10687958.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDF;mOHr0e2^Cm:%9ttl?w9G%1x]BpV[=xNt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/466629", "modelId": 418864} \ No newline at end of file diff --git a/datasets/metadata/466690.json b/datasets/metadata/466690.json new file mode 100644 index 0000000000000000000000000000000000000000..f6ef63929515f7b0c54caea435cd78c72450a892 --- /dev/null +++ b/datasets/metadata/466690.json @@ -0,0 +1 @@ +{"id": 466690, "index": 0, "name": "wrinkled feet", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-25T22:15:07.404Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 38, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 385609, "sizeKB": 13178.08984375, "name": "466690_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T04:55:49.801Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4A4A1B9B", "AutoV2": "D3EF32A799", "SHA256": "D3EF32A799CBAFAD6DB45E812DFB83CE71A0CF641D703DFA0FD08E2C182595F0", "CRC32": "F4087E79", "BLAKE3": "ED6355833B8604FEA5E3D9B8E37C3E8BB38111611292310570ADFADB715E772D"}, "downloadUrl": "https://civitai.com/api/download/models/466690?type=Training%20Data"}, {"id": 385621, "sizeKB": 36978.3046875, "name": "wrinkled_feet.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T05:05:50.251Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F9EBD1B4", "AutoV2": "5AF7DD9CBB", "SHA256": "5AF7DD9CBB866438FAC8111C34FC4FBEE4A66A42DBF601EEB2D970706D073546", "CRC32": "E087BD3A", "BLAKE3": "A65B6C611A1E83766F8F6547F7DCC8727B5D1EEDA8DCB54ED823B5FEB1B3165C", "AutoV3": "D04196116642"}, "downloadUrl": "https://civitai.com/api/download/models/466690", "primary": true}], "images": [{"id": 10687854, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96f0a2a7-7f72-4492-a5f8-80cea2c820f4/width=450/10687854.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UCI|:q~V0M^*Sh010LVs01WC?G-oRm^*xt?G", "type": "image"}, {"id": 10687853, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04c647f2-0b8e-4bce-99fc-a23de703ad54/width=450/10687853.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UBIgy5_20M~V0L009ZxZ01-V~U?GRk-oxtNH", "type": "image"}, {"id": 10687855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c49cf04-d6a4-4a13-801f-3b81ea5566e9/width=450/10687855.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U9KAf@D*00^O9Z00yDwI00sptjIUn,-Un3~W", "type": "image"}, {"id": 10687952, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55cd7880-62ce-434f-9f6b-7c42796d6252/width=450/10687952.jpeg", "nsfwLevel": 4, "width": 1290, "height": 1604, "hash": "URJQ.kIp9Z%2~AE2oyae9tD*%Lf*NGn*axt6", "type": "image"}, {"id": 10687953, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0beba792-5aac-4d35-b466-f3bee5d4ff0c/width=450/10687953.jpeg", "nsfwLevel": 4, "width": 1290, "height": 1591, "hash": "UBJs,-}@00%1K40fNH}@00W=^jIpNH$%RPR-", "type": "image"}, {"id": 10687955, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f25245c5-7189-45dc-aa17-59da8cb6d5cf/width=450/10687955.jpeg", "nsfwLevel": 1, "width": 1290, "height": 1618, "hash": "UMI4kX~W01D%NeM|9aRQ9u=|-:t7^*xuxFRP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/466690", "modelId": 418916} \ No newline at end of file diff --git a/datasets/metadata/466760.json b/datasets/metadata/466760.json new file mode 100644 index 0000000000000000000000000000000000000000..6b8728cc2ec9e09105644b176fe670865a0b3e2b --- /dev/null +++ b/datasets/metadata/466760.json @@ -0,0 +1 @@ +{"id": 466760, "index": 0, "name": "Female Hyper Muscle", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-25T07:25:58.582Z", "availability": "Public", "nsfwLevel": 28, "description": "Brand new
", "trainedWords": [], "stats": {"downloadCount": 734, "ratingCount": 0, "rating": 0, "thumbsUpCount": 156, "thumbsDownCount": 0}, "files": [{"id": 385699, "sizeKB": 9900.009765625, "name": "466760_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T06:12:40.664Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "67A5CBAD", "AutoV2": "31A42B72C9", "SHA256": "31A42B72C9D1663F5E0AD4BE669E892CA3BF0F127BD03749AAE3EAC454A47498", "CRC32": "0999EEBA", "BLAKE3": "E4C3916C0446110CCCBD334FFE278003E72A6FE2C33EB377F4438FA459B511E6"}, "downloadUrl": "https://civitai.com/api/download/models/466760?type=Training%20Data"}, {"id": 385762, "sizeKB": 223101.69921875, "name": "Female_Hyper_Muscle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T07:25:53.824Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BD0AEDED", "AutoV2": "5FC89F33FE", "SHA256": "5FC89F33FE7D75ACE580F3852E1644C4DD44A9312CD3E89AA00156F924A5C41C", "CRC32": "15FE5DDC", "BLAKE3": "1F59B599E210D751FCB488A52ECE05CE36FF20B0882CB7BE517DD6260896CCA2", "AutoV3": "69739FA435EA"}, "downloadUrl": "https://civitai.com/api/download/models/466760", "primary": true}], "images": [{"id": 10697469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2427b676-0845-45a9-a09c-6d207fb91f22/width=450/10697469.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UJGa:+~p?Z?G^+t7ayWC%Kt6R*R*R$oJofbG", "type": "image"}, {"id": 10697468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/795ddb8e-9ec4-44eb-839e-06927cc92ac9/width=450/10697468.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UDGu2b~W-:?Hxut6In9ZIoa{WBt7M{M{a}NG", "type": "image"}, {"id": 10697467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f50c092-7c87-4ef1-bb34-444eb3150cec/width=450/10697467.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8F5Q@~Xx.~U~qxvn#WA0JIn4:9a00ITWFRk", "type": "image"}, {"id": 10697602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a8b0699-43e4-4278-a943-1aee5a9dbde9/width=450/10697602.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8F5Q@~Xx.~U~qxvn#WA0JIn4:9a00ITWFRk", "type": "image"}, {"id": 10697617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0e7b969-2416-4d8f-9825-df7af6c4bb5c/width=450/10697617.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UDGu2b~W-:?Hxut6In9ZIoa{WBt7M{M{a}NG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/466760", "modelId": 418975} \ No newline at end of file diff --git a/datasets/metadata/466810.json b/datasets/metadata/466810.json new file mode 100644 index 0000000000000000000000000000000000000000..3ad249a2d0ea110c1704159054d7eafaf27dbbef --- /dev/null +++ b/datasets/metadata/466810.json @@ -0,0 +1 @@ +{"id": 466810, "index": 0, "name": "Candid Sideboob Armhole Nipslip", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-25T07:40:16.846Z", "availability": "Public", "nsfwLevel": 28, "description": "I used training tags to specify things like standing, sitting, bent over, as well. (Also a couple with doing laundry, doing dishes, putting on her shoes, at school- idk if those will do anything though)
", "trainedWords": ["Candid", "Armhole", "Sideboob", "Nipslip"], "stats": {"downloadCount": 958, "ratingCount": 0, "rating": 0, "thumbsUpCount": 89, "thumbsDownCount": 0}, "files": [{"id": 385757, "sizeKB": 17664.9814453125, "name": "466810_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T07:21:10.045Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "25D2D940", "AutoV2": "FC182F049A", "SHA256": "FC182F049A274D1E1DDF8A0937D76FCC0EFCE90A2B2D4718D5CE2F0CB0768F58", "CRC32": "8369F29A", "BLAKE3": "46B91B3CFF612385778A643EF45F9176A32147F0B1A69BF56E8BD66421A26406"}, "downloadUrl": "https://civitai.com/api/download/models/466810?type=Training%20Data"}, {"id": 385774, "sizeKB": 36980.6015625, "name": "Candid_Sideboob_Armhole_Nipslip.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T07:35:43.240Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FB8A1C11", "AutoV2": "1984A7A106", "SHA256": "1984A7A106D4AC2894A86179ACF58C7B89BCF0EC20C0273D1D53C2673FBBB496", "CRC32": "42F82799", "BLAKE3": "D08E4E83B3B70097845D4CAE8E10CFFE3A9814C877F1246823CB7A0649989148", "AutoV3": "84CB3BBF5390"}, "downloadUrl": "https://civitai.com/api/download/models/466810", "primary": true}], "images": [{"id": 11579536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fee2c884-cd2c-4634-953a-1d55d13a6278/width=450/11579536.jpeg", "nsfwLevel": 2, "width": 450, "height": 675, "hash": "ULIgr|IT.9-n%~S$%Mo#~W%2xakB.8ROt7Nd", "type": "image"}, {"id": 10698327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f61ebebc-8e87-483a-9d3f-e765d03bc03d/width=450/10698327.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UOJH5fu6In4-?b%MRkR*Ac?Fr^R*_3%MIUD%", "type": "image"}, {"id": 10698328, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f65c1b0-7473-4b2a-a70b-42b6d67ba06d/width=450/10698328.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U9HxTs4:00Hq00$*^*yY00Vs~W_3L}9ZtmQ,", "type": "image"}, {"id": 10698330, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fa28b21-8d5b-428e-82b0-65648ef09206/width=450/10698330.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UCJ*6d000j?a00~q9aIp0i~AvzO[x]Mx%M9Z", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/466810", "modelId": 419019} \ No newline at end of file diff --git a/datasets/metadata/466853.json b/datasets/metadata/466853.json new file mode 100644 index 0000000000000000000000000000000000000000..109fdd60a5348fd0ab652be0f5342970ca3d5cf6 --- /dev/null +++ b/datasets/metadata/466853.json @@ -0,0 +1 @@ +{"id": 466853, "index": 0, "name": "Green emerald style", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-25T15:39:32.325Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 171, "ratingCount": 0, "rating": 0, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 385852, "sizeKB": 37035.2880859375, "name": "466853_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T09:00:50.868Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "36C2C749", "AutoV2": "EFFB8DCC14", "SHA256": "EFFB8DCC149F8ACCC770E50C636320DDBBCF9E5F64E5815CC50A1FCBE35E0D8D", "CRC32": "5F15B518", "BLAKE3": "56F3D21AFCD16830039E91F495FACD3681BEB815178B639B3F0889E4772B14C6"}, "downloadUrl": "https://civitai.com/api/download/models/466853?type=Training%20Data"}, {"id": 385964, "sizeKB": 223099.12890625, "name": "Green_emerald_style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T10:45:47.968Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D64270FC", "AutoV2": "47D2C64ED6", "SHA256": "47D2C64ED65616E54C2281766E7057E9232F46D804E5797940C3D213F17FE8AC", "CRC32": "1D3EDAF2", "BLAKE3": "ADC6ADFDB66FEC64D42078FC30EA25D6708ACCCA59C9F1D1FF354E29882A79E9", "AutoV3": "6C562FF80229"}, "downloadUrl": "https://civitai.com/api/download/models/466853", "primary": true}], "images": [{"id": 10724590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42108241-155a-435f-9360-f9fb6ace5e56/width=450/10724590.jpeg", "nsfwLevel": 1, "width": 832, "height": 1280, "hash": "U8D9X_}v7B0|-~9JIpSe029u#Z^Q-+E5%I-n", "type": "image"}, {"id": 10724601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7426cf75-5b01-4e80-91c7-c510c6c7f560/width=450/10724601.jpeg", "nsfwLevel": 1, "width": 832, "height": 1280, "hash": "UHEU_Q~U5Q4;oeJBWUMyEfIpi{n%IoIo$*-o", "type": "image"}, {"id": 10724585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/734cc170-9963-4eea-97ac-3816b7083cb2/width=450/10724585.jpeg", "nsfwLevel": 1, "width": 720, "height": 1280, "hash": "U66lbj:Q^N??yVq_eoyU4WJV9IE6MyI[RSEM", "type": "image"}, {"id": 10724587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/509d1d1c-f1b8-4b90-99d3-a24191f36cbb/width=450/10724587.jpeg", "nsfwLevel": 1, "width": 832, "height": 1280, "hash": "UHAUfuTaI@wN.gIVVa$%X2Z*tLpZXgj1o|tQ", "type": "image"}, {"id": 10724616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62687889-ee0d-4d3c-bd86-95712f3e98f1/width=450/10724616.jpeg", "nsfwLevel": 1, "width": 832, "height": 1280, "hash": "UEC[pjknUYuLTv-;wh-X-;kCTaaLmSwhK#R+", "type": "image"}, {"id": 10724583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/948f5009-ca73-491e-b6c9-eba8e1279a81/width=450/10724583.jpeg", "nsfwLevel": 1, "width": 832, "height": 1280, "hash": "UEBX#_DQ^-TXysDk?uN[H]xtM{M|K3RPIBoe", "type": "image"}, {"id": 10724593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d79ae06-5d16-43fb-92b7-8021e8d2e2e1/width=450/10724593.jpeg", "nsfwLevel": 1, "width": 832, "height": 1280, "hash": "UIELsE}@5QIV%Lx@M|NG0gEMw5oIIoVutPsD", "type": "image"}, {"id": 10724604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/542165ca-3da7-4933-ac2c-3ed93d9cd586/width=450/10724604.jpeg", "nsfwLevel": 1, "width": 832, "height": 1280, "hash": "U685P?R[qwTV~C%frrIY8w$yY5JX9[zpI;g}", "type": "image"}, {"id": 10724611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f6deb24-8c2a-41b2-b9da-9d1dfed18257/width=450/10724611.jpeg", "nsfwLevel": 1, "width": 832, "height": 1280, "hash": "UFH2J?ES%NNKu5-;OWS$^-RBOsx]NO%4oH-:", "type": "image"}, {"id": 10724622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d85c129-0de2-4e42-923b-8a76c6287bfa/width=450/10724622.jpeg", "nsfwLevel": 1, "width": 832, "height": 1280, "hash": "UC8?QiTG9E%fn5VGDkofEetk%MMyqDtQvNR7", "type": "image"}, {"id": 10724613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9b95e59-c1c5-4b5d-bfda-17ee61b16034/width=450/10724613.jpeg", "nsfwLevel": 1, "width": 832, "height": 1280, "hash": "UQHfhQRoG3t1t+J3%1RPrvEHR:t7?dj_a1R+", "type": "image"}, {"id": 10724625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/902b7793-6d61-41e9-8fa0-3adf3841b96c/width=450/10724625.jpeg", "nsfwLevel": 1, "width": 832, "height": 1280, "hash": "U88#fSE4DS#pHRw1vPEg-mS|04-n90-nw3XR", "type": "image"}, {"id": 10724620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e55fac73-3870-46a6-abda-8ac8b3c5c2e1/width=450/10724620.jpeg", "nsfwLevel": 1, "width": 832, "height": 1280, "hash": "U66vbBUT2lt%+Rq|D9OphnbbOm%0E2WB-TQq", "type": "image"}, {"id": 10724627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66649951-0cf3-488c-8646-0dcfb4e3b895/width=450/10724627.jpeg", "nsfwLevel": 1, "width": 832, "height": 1280, "hash": "UJ8FoLMLx?M#.kH[oxNa$+R6n6Wnr@NGofRk", "type": "image"}, {"id": 10724629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae79d7c0-be8e-454d-ba36-957c3acf0c33/width=450/10724629.jpeg", "nsfwLevel": 1, "width": 832, "height": 1280, "hash": "U4FOY;5R}sOB0o=x=_t3%2ko0gn6_0%00N9w", "type": "image"}, {"id": 10724624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37320fbe-173c-48cd-b5d2-cb66846a2759/width=450/10724624.jpeg", "nsfwLevel": 1, "width": 832, "height": 1280, "hash": "UMAdS~%g-CXT~Bx]$*XS,Jx]tlo}VbxtXmtQ", "type": "image"}, {"id": 10724626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f0357df-c149-40f3-9302-6a08e1bc23e5/width=450/10724626.jpeg", "nsfwLevel": 1, "width": 832, "height": 1280, "hash": "U54{*Dx[U}oz?[xui~of-Wt7XkkB-;s;TDfj", "type": "image"}, {"id": 10724628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60bb6024-2061-42b8-b9a0-a5f38206d77a/width=450/10724628.jpeg", "nsfwLevel": 1, "width": 832, "height": 1280, "hash": "U26I_[Tdukt9-=jYTut7-4oIl?Z%.Pt7L*V[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/466853", "modelId": 419055} \ No newline at end of file diff --git a/datasets/metadata/466881.json b/datasets/metadata/466881.json new file mode 100644 index 0000000000000000000000000000000000000000..1a9c1f016cf01a0d3ab800237da375f2b327ca0d --- /dev/null +++ b/datasets/metadata/466881.json @@ -0,0 +1 @@ +{"id": 466881, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-25T07:51:35.805Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": ["tendo rui", "hairband"], "stats": {"downloadCount": 162, "ratingCount": 0, "rating": 0, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 385790, "sizeKB": 28240.11328125, "name": "rui.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T07:55:50.465Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7A19146A", "AutoV2": "4711CB5D78", "SHA256": "4711CB5D78520C1242EB974F4D2A8EB13423DDA13278F9213018CEBBEE75EC9E", "CRC32": "04A43127", "BLAKE3": "F15AA8CA0DB0AF2B7262EF41C880F413D3898724DC447E1AF53F09D4346A9565", "AutoV3": "E938FA9F9A40"}, "downloadUrl": "https://civitai.com/api/download/models/466881", "primary": true}, {"id": 385789, "sizeKB": 3755.3720703125, "name": "Rui.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T07:55:57.468Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DB1940DA", "AutoV2": "518FCE0A6B", "SHA256": "518FCE0A6B58DBED8547AE9AA8A635389F2B5A76F7EEA01213D7496AF099494E", "CRC32": "B0F6CFE5", "BLAKE3": "D56664F01351085DA630F827DECB06D36645DA4EA5B10FFE82200EF135103580"}, "downloadUrl": "https://civitai.com/api/download/models/466881?type=Training%20Data"}], "images": [{"id": 10698807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/657c6e14-fe2f-4290-b070-4f5492c9bab6/width=450/10698807.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UII#P[~U4:ad-O%M?GtRRkj[Ips:9tR*MyRk", "type": "image"}, {"id": 10698805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24779b14-3a0e-4265-8d73-a31b141a96d8/width=450/10698805.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "ULIXjh~pOsNeb{g3kWt7IU-pIo%M4:IVRQof", "type": "image"}, {"id": 10698808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/575957e7-c218-4948-87fc-66e86ce3eaed/width=450/10698808.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UDGRk{9G00~V~BM{%ME1NG9aNGa{%1jYRjs.", "type": "image"}, {"id": 10698806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be15893f-dcb1-4ca5-ba39-28beee958345/width=450/10698806.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UEJ@|D000M^iT#==9Gt7-=9u+[g3?aMyjqIo", "type": "image"}, {"id": 10698809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34fe2659-1610-45fb-b000-ac8d3028035e/width=450/10698809.jpeg", "nsfwLevel": 8, "width": 1536, "height": 1536, "hash": "UPI5Sq~p9aNeEfW=o#xuSJ-pxGWB.8xvxZ%3", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/466881", "modelId": 419081} \ No newline at end of file diff --git a/datasets/metadata/466899.json b/datasets/metadata/466899.json new file mode 100644 index 0000000000000000000000000000000000000000..1a2f165a71b7c27260ca892b3cf63ace7a749ddb --- /dev/null +++ b/datasets/metadata/466899.json @@ -0,0 +1 @@ +{"id": 466899, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-25T08:21:30.703Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 265, "ratingCount": 0, "rating": 0, "thumbsUpCount": 62, "thumbsDownCount": 0}, "files": [{"id": 385808, "sizeKB": 22251.05078125, "name": "Misaka_Misuzu_Railgun-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T08:20:44.545Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8DD7A9F1", "AutoV2": "8C84F428EA", "SHA256": "8C84F428EA036E8AB4EE8956EF362578562626865CE6089D7B7640D28718470E", "CRC32": "1CB0467D", "BLAKE3": "2FDFA38416D8EE44960D45EB38A8CD7B87F1C8A222FD633B40FC8C1181B2FF55", "AutoV3": "84363CE9069D"}, "downloadUrl": "https://civitai.com/api/download/models/466899", "primary": true}, {"id": 385809, "sizeKB": 41864.900390625, "name": "Misaka_Misuzu_Railgun.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T08:26:48.418Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "17FFE21D", "AutoV2": "EEF3EC0119", "SHA256": "EEF3EC011986702A272BB071F73B2E235680763016C7222730DFB947C70C3B11", "CRC32": "B9B447EF", "BLAKE3": "1DC3CDF7229C8AA2303BECD85A40849A8690D9937734A6F79F64ECA1733A8BC2"}, "downloadUrl": "https://civitai.com/api/download/models/466899?type=Training%20Data"}], "images": [{"id": 10700277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b2c3757-117a-4367-bf23-249f87183ebf/width=450/10700277.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UeO:hWof.TxuI9j@?bof%gayenoLxufRtRj[", "type": "image"}, {"id": 10700278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/747ae997-9ab3-4ce1-adb5-9be52f873b8c/width=450/10700278.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UeO:hWof.TxuI9j@?bof%gayenoLxufRtRj[", "type": "image"}, {"id": 10700497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0689dbe2-f708-453e-b9f3-4ddf5214a3c4/width=450/10700497.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZM@1T~pOX-;iu-;%hog9Ft7xus:^+xZM{xa", "type": "image"}, {"id": 10700697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64fab9c4-e982-4573-826a-4b9d9f550ae5/width=450/10700697.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UfL|r[~WNY?a8^oeXSt74oRjs:Rj?bM|RPjG", "type": "image"}, {"id": 10701195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d154428-80ee-4916-8f2d-a439f196fdab/width=450/10701195.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UZNvb@~ApHrr6+Vro}kC0#xaSiS2%NNtM{XR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/466899", "modelId": 419098} \ No newline at end of file diff --git a/datasets/metadata/466942.json b/datasets/metadata/466942.json new file mode 100644 index 0000000000000000000000000000000000000000..3eee417e99d1eace3e763bc178632e717a3923a6 --- /dev/null +++ b/datasets/metadata/466942.json @@ -0,0 +1 @@ +{"id": 466942, "index": 0, "name": "Epoch 9", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-25T10:47:47.668Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["soran_ibrahim", "cbuf1", "cbpf1"], "stats": {"downloadCount": 43, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 385967, "sizeKB": 223099.05078125, "name": "Setsuna_F_Seiei_Gundam_00_SDXL-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T10:51:45.311Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2A3E2311", "AutoV2": "A9F8C719A1", "SHA256": "A9F8C719A10CF4FF72FA6FD3A75EEC657E6CD995B47FF0A118E19F5959225C66", "CRC32": "C015BE7C", "BLAKE3": "3B36F0AF8A6511653405764C6565DB2FD094BBE4B86FBC32E2FD254C551FE48D", "AutoV3": "99553421787F"}, "downloadUrl": "https://civitai.com/api/download/models/466942", "primary": true}, {"id": 385874, "sizeKB": 67611.232421875, "name": "466942_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T09:26:09.129Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6A17AFD6", "AutoV2": "793DACBDA4", "SHA256": "793DACBDA49433A2B66512DC88E9424E4D4D010D0C8B7BB8F49039D673012EBC", "CRC32": "4910BF17", "BLAKE3": "3F765EFC5C97772312B895E5C8E0B9C814B7020E1B5D3DF174492788BD18533D"}, "downloadUrl": "https://civitai.com/api/download/models/466942?type=Training%20Data"}], "images": [{"id": 11908147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27fcebec-16fa-4f30-9ebd-28f3a12e9450/width=450/11908147.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UJI;VA.To~x]A0ks%2SiNz-p?GtS?bogRkNH", "type": "image"}, {"id": 10709180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52a31258-8a85-4d06-becb-dda2e57320a7/width=450/10709180.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UsL|.RM|?w%L9ZV@xaRkWBt7xZaz-;oJozt7", "type": "image"}, {"id": 10708597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a373ef8d-9dc4-4c45-9199-4f3281230fb5/width=450/10708597.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UgJHw8a|?w%LDhNHRPWB4;ocxWRk_2WCxvae", "type": "image"}, {"id": 10708555, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/644c0a3e-9100-432f-b2ac-31c158ec6f31/width=450/10708555.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UbKw;2%M%%of8^slskt701t8RPjs^*V@xukC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/466942", "modelId": 419134} \ No newline at end of file diff --git a/datasets/metadata/467292.json b/datasets/metadata/467292.json new file mode 100644 index 0000000000000000000000000000000000000000..eeebf82ee2d2b6647f07cc2e8b1440328c559bda --- /dev/null +++ b/datasets/metadata/467292.json @@ -0,0 +1 @@ +{"id": 467292, "index": 0, "name": "Anhro Kyubimon (PonyXL)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-25T15:29:14.871Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["anthro, furry, pokemon, female, kyubimon/renamon,", "curvy, fox, nine tails, fluffy tail, black sclera, blue iris, colored sclera"], "stats": {"downloadCount": 97, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 386176, "sizeKB": 2521.6044921875, "name": "467292_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T13:45:55.167Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3A900A5C", "AutoV2": "5E0BF655FD", "SHA256": "5E0BF655FD513B8713160E16DDC8756344E893E5E359828D98E0C4410E3B926D", "CRC32": "565D7DD5", "BLAKE3": "F162195DC2B35FB9043DA7EDEA2C9D2F8644072891D2B8418A281D10ED4D2440"}, "downloadUrl": "https://civitai.com/api/download/models/467292?type=Training%20Data"}, {"id": 386322, "sizeKB": 223100.56640625, "name": "Anhro_Kyubimon_PonyXL-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T15:21:44.680Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DFA38AFB", "AutoV2": "DB526F6C26", "SHA256": "DB526F6C26BE7A06E504F5B02E5483E19DC655BAEACBF4D98EA2070909315F84", "CRC32": "B5FEFD4D", "BLAKE3": "28F6EA4DF62650E6020A677D213FD4856A902641E5ED5F7FF8A23EE1245767D6", "AutoV3": "B1C69EA55052"}, "downloadUrl": "https://civitai.com/api/download/models/467292", "primary": true}], "images": [{"id": 10724002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/492cce02-b8c3-4b98-b018-f1ea01483d64/width=450/10724002.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UPLpzDozRks.AhbIN~WY5dWXEobIDnj[NMWE", "type": "image"}, {"id": 10724004, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/783004d9-7fa8-41d0-a817-f3b6c84c182b/width=450/10724004.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UPL:TC$JNatm?[i^$cX90pJ?bcWAT1IvRQr:", "type": "image"}, {"id": 10724688, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/085f9d50-c3bc-44d2-b9f5-98305688ce78/width=450/10724688.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UVJRN#kC5Uxt.TofR:R*7OWXaKj?xxj[%Koe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/467292", "modelId": 419440} \ No newline at end of file diff --git a/datasets/metadata/467307.json b/datasets/metadata/467307.json new file mode 100644 index 0000000000000000000000000000000000000000..5d0ff93beaa2aaf82ac4b06175375d3ac38a7d42 --- /dev/null +++ b/datasets/metadata/467307.json @@ -0,0 +1 @@ +{"id": 467307, "index": 0, "name": "v1.0 pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-25T14:41:54.545Z", "availability": "Public", "nsfwLevel": 28, "description": "bw-chair
is base prompt. For more consistency, I recommend to always prompt for spread legs
too.
Add restrained
to make arms and legs restrained to the chair.
Add sex machine
for vaginal penetration.
Strength of 0.6 should be enough.
", "trainedWords": ["bw-chair, spread legs", "restrained", "sex machine"], "stats": {"downloadCount": 933, "ratingCount": 0, "rating": 0, "thumbsUpCount": 138, "thumbsDownCount": 0}, "files": [{"id": 386172, "sizeKB": 56081.66796875, "name": "bwchair-pony-kohya1-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T13:46:27.279Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3DEAB0A0", "AutoV2": "D112258D94", "SHA256": "D112258D94FCC1B05DA0FE2E926915F38E53392A8509EF8DE156C16729A8B294", "CRC32": "95DA7026", "BLAKE3": "9D1C68E295C61126D6DC9F9EA5933F0D92990B0C9B4410374039B7E5BB6193FB", "AutoV3": "5AB5DE9FF832"}, "downloadUrl": "https://civitai.com/api/download/models/467307", "primary": true}, {"id": 386171, "sizeKB": 92877.5048828125, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T13:46:58.784Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F1D83D17", "AutoV2": "9B718C1320", "SHA256": "9B718C1320BCBC0B81D217947A137FCACAF540D99309CAF1C1CB04AC7990FDA0", "CRC32": "9903C924", "BLAKE3": "C041EC3941E36A90CEF17ACAC747D88FD2CDF6BEF2C18E14942509FECFFA7D48"}, "downloadUrl": "https://civitai.com/api/download/models/467307?type=Training%20Data"}], "images": [{"id": 10724721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/797682ae-97f1-4a76-9973-11250a3591da/width=450/10724721.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "U8Ab|ts:00WAO?fkIUWU0Lay~CoM9tWU%2oM", "type": "image"}, {"id": 10716955, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f30b0769-ee05-45f8-9f00-dcfbe8875b9b/width=450/10716955.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "ULE2wtt7E1oL~Woe9ZjG?Gj[IVf8xYoLE2WB", "type": "image"}, {"id": 10716997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/762371fe-569c-45c1-9796-c0a5e105adf3/width=450/10716997.jpeg", "nsfwLevel": 16, "width": 1664, "height": 2432, "hash": "UNDJ9lt74.W;~qofD%WV?GofIUay%1bFM|jb", "type": "image"}, {"id": 10717059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1738dff8-0733-442d-aa15-310d7df6c958/width=450/10717059.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UDF5dMo{01sE~qkCZ~sDInspV@R*^*oL9GS1", "type": "image"}, {"id": 10717089, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd05bc58-bb58-4f0c-9bbe-3a669b0d8db7/width=450/10717089.jpeg", "nsfwLevel": 16, "width": 1664, "height": 2432, "hash": "UAFE[xNs00r^~qNZrXspELnjnhSf~pV@9Gbb", "type": "image"}, {"id": 10718885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/126928a5-16d1-4c16-a04e-ffb8ff5546c0/width=450/10718885.jpeg", "nsfwLevel": 16, "width": 1664, "height": 2432, "hash": "U7C~o2%200R+_3oL9FWV0LRj-UWB~pay4.ay", "type": "image"}, {"id": 10718896, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6138e4e0-847c-4e08-81ca-a006ce100471/width=450/10718896.jpeg", "nsfwLevel": 16, "width": 1664, "height": 2432, "hash": "U5D+Vn%100M|_2oJ00Io00NG~CbH9GWB={s:", "type": "image"}, {"id": 10719508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1906c754-adaa-4ead-879b-06f8403482e5/width=450/10719508.jpeg", "nsfwLevel": 16, "width": 1664, "height": 2432, "hash": "U8F#m~xa00xaFxWB57R+00R*~AWX=^of={j]", "type": "image"}, {"id": 10719907, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2d03eec-fd27-443a-b40f-8be2bcd29711/width=450/10719907.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "UAGk8@NF0Mxa0MWBNas:00t7~ARkRjs:WAWB", "type": "image"}, {"id": 10720741, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afe7d662-ddde-4472-9235-cb254fa1198e/width=450/10720741.jpeg", "nsfwLevel": 16, "width": 1664, "height": 2432, "hash": "UDFYG$xb9Xt7~noeE0WUDzayV}WB^,jtIVa#", "type": "image"}, {"id": 10717135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2a9cc96-2751-4020-a6ac-91c045f590f7/width=450/10717135.jpeg", "nsfwLevel": 16, "width": 1664, "height": 2432, "hash": "UMGktRs,9aa$~qWA$jjcx[V[jFR%^+jbE1W-", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/467307", "modelId": 419453} \ No newline at end of file diff --git a/datasets/metadata/467420.json b/datasets/metadata/467420.json new file mode 100644 index 0000000000000000000000000000000000000000..e412e51078961eabcbcf7d7877b10b0d7f4270f3 --- /dev/null +++ b/datasets/metadata/467420.json @@ -0,0 +1 @@ +{"id": 467420, "index": 3, "name": "Anal Art", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-26T21:32:04.111Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 163, "ratingCount": 0, "rating": 0, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 388572, "sizeKB": 223102.13671875, "name": "Anal_Art-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T21:15:49.411Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0B06D0A2", "AutoV2": "2F7CB8FC33", "SHA256": "2F7CB8FC33A57DC3D90301293D5EBB026A2BA54115DD90C215F2498B34F9AD97", "CRC32": "73C60CBB", "BLAKE3": "39EA0075941419FB770FC1B040530E52765DA2E0A799C9BE32A1358347CE4AE5", "AutoV3": "7BEBA94CC7B7"}, "downloadUrl": "https://civitai.com/api/download/models/467420", "primary": true}, {"id": 388335, "sizeKB": 19812.8759765625, "name": "467420_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T18:05:51.355Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "91236292", "AutoV2": "7C7DB7F0FC", "SHA256": "7C7DB7F0FC7EF44B36C96729315D88732BE8A5CDAFA4977CB15E584BF83CF817", "CRC32": "1BB1C328", "BLAKE3": "1F16E235B92CC58ED40D7C4C82AE0D4F3377047518598B2DD8031DC5D6C514EC"}, "downloadUrl": "https://civitai.com/api/download/models/467420?type=Training%20Data"}], "images": [{"id": 10845639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c74f7607-de3b-4271-b505-b9c5135cc0ef/width=450/10845639.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U6E{Rs00Cm?H5R%g-oo#00kX=_H=g4nNRORj", "type": "image"}, {"id": 11037593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bee9c56f-61c5-48ee-8616-cb4c210a595b/width=450/11037593.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U7F#wCyY0e%$.m9ZM{%$01D%f5pc-p$%wbMx", "type": "image"}, {"id": 11037598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6475f31d-74f6-4741-8827-9cf785ea63f7/width=450/11037598.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UCHxHH00*0-:.SV??bxt01xv-TRjxuWBoeWB", "type": "image"}, {"id": 10845645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/258d41ec-7ace-45db-bfbf-45ad5ad089a1/width=450/10845645.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UHGbP6~qPBo~I;IAs9WBIoMxnNxuxuW=Rjxu", "type": "image"}, {"id": 10845632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1febae41-597f-4cfb-8ee3-a13774e0f5af/width=450/10845632.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "ULGH-x~BcYtRXmoztRNdD*RjjEoKs:oLn$t6", "type": "image"}, {"id": 10845647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3eef6b81-943c-4804-8187-cd1854f0eb31/width=450/10845647.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UCELjH~A0~0LELRjxaRkIpxu^*-pt7WBoLs:", "type": "image"}, {"id": 10845646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5a10613-c50d-4f5e-848a-fe8ed9960b1b/width=450/10845646.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U2G8TF003Z_2HCt6u5.800y?+ZMx~qWAOYVY", "type": "image"}, {"id": 11037600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06490ae6-d717-46b4-9b34-ce18371eb959/width=450/11037600.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U4EL~d00CT?vBCoz_4WC00.T^MIUELkW%2bc", "type": "image"}, {"id": 11037590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5cf118b-e85d-4f49-be47-0a8afba72d3f/width=450/11037590.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U9FOovQRTev}IA?^rWV@E+IUxuRONct7M{R*", "type": "image"}, {"id": 11037591, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12cd170c-f0b3-4bc4-932b-7c4783167130/width=450/11037591.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UJFYP-_NJBozSNazR*M{D%RixZofxuayoft7", "type": "image"}, {"id": 10845633, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80b74734-bd82-454f-8983-fdbbacb6e10a/width=450/10845633.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UBD]9*~pActR9GIUV@nh4.IAwHxuniwHs:M|", "type": "image"}, {"id": 11037594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0996e900-abc8-450d-b77d-f9f20494ed66/width=450/11037594.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UBGb9jD$?^iI%$%gIoxt4.OsMxIVNHt6%MjF", "type": "image"}, {"id": 10841810, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d52bc8e5-39b1-4713-ad6e-1fceb647129d/width=450/10841810.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCHwZ5^*GaRju4xut7WBO?M|}sfk^jWB57of", "type": "image"}, {"id": 11037596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72883d61-f606-4733-9381-a9436fda464b/width=450/11037596.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U4F5s%001h?HL2M_yDxu00.8~VoJ-;RjslM{", "type": "image"}, {"id": 10841808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ffc2c3b-50be-40dd-b278-29d45dc7df25/width=450/10841808.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBGanD9]F{={PA-oNboL9]%1}@E2=|NGE1t7", "type": "image"}, {"id": 11037592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a026d9be-4ca0-4770-9c2f-643b6caf8ef0/width=450/11037592.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U5ELyx_3?^.T00?bt7DOGaMxIo%#8wxZR4H?", "type": "image"}, {"id": 10841809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33ade046-324d-47ae-9d3d-45fa32ee579d/width=450/10841809.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCIzky-oGGIU.RNHt7ni9v$*}@t7-ARk4.Nb", "type": "image"}, {"id": 11037599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b172ada-49b7-4866-98a5-3dde70accd9f/width=450/11037599.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U6F~2H8_7$%3.TRPp0jZ00oz=EVrwcWVVXaK", "type": "image"}, {"id": 10845634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fab626fd-fdbf-4786-92b6-104fdf56d554/width=450/10845634.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UCHnW[^+?bRjmk-:tRNG*0-pM{RjMx%MS5kD", "type": "image"}, {"id": 11037597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3823418-239d-4397-89e9-6a298eb8ed62/width=450/11037597.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U5F~Bd000m_NO??b4.%h00?^wHD%_3x]tRRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/467420", "modelId": 419541} \ No newline at end of file diff --git a/datasets/metadata/467582.json b/datasets/metadata/467582.json new file mode 100644 index 0000000000000000000000000000000000000000..a4bf2a65be3c5126ddabb4d5d3e56f07ea0e2f43 --- /dev/null +++ b/datasets/metadata/467582.json @@ -0,0 +1 @@ +{"id": 467582, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-25T16:12:49.230Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Akina, Orange eyes, Short Hair, Red hair, Dark Skin, Oni Horns"], "stats": {"downloadCount": 98, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 386430, "sizeKB": 911.9267578125, "name": "466691_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T16:15:55.942Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "759CEF47C0", "SHA256": "759CEF47C00D8384DCE3EE3D9A806772BBC7925793081FAFBB7839FD2854E91A", "CRC32": "47A172A6", "BLAKE3": "4042366B20423087D0D80B60A45CA83B14EBB8C5292AD14F7C853E7C2AAD4C2C"}, "downloadUrl": "https://civitai.com/api/download/models/467582?type=Training%20Data"}, {"id": 386432, "sizeKB": 223101.08203125, "name": "Akina_The_Dragon_Pony_Diffusion.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T16:16:34.733Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5E901BE4", "AutoV2": "8A7C106B35", "SHA256": "8A7C106B351D9C21D054A82A6F6DFE80FB71891F73DEEB81B7F4FD635013AF8E", "CRC32": "BB67D153", "BLAKE3": "34F970C93880DF5734F7425B896DC95FA86C72CC8568854DA2EB51B0D1E586C0", "AutoV3": "6C3E23A07433"}, "downloadUrl": "https://civitai.com/api/download/models/467582", "primary": true}], "images": [{"id": 10727191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b3570b9-d6aa-405f-95ca-73278e1f27a3/width=450/10727191.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UTKwX:t7ysoftmozoeWBWEaeaxjEx]jZWVt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/467582", "modelId": 418917} \ No newline at end of file diff --git a/datasets/metadata/467665.json b/datasets/metadata/467665.json new file mode 100644 index 0000000000000000000000000000000000000000..956421e4735b0592323fb2152e6b75c6f8522364 --- /dev/null +++ b/datasets/metadata/467665.json @@ -0,0 +1 @@ +{"id": 467665, "index": 0, "name": "Candid Armhole Sideboob Nipslip XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-26T01:00:50.749Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Candid", "Sideboob, armhole, from the side", "Nipslip", "Bent over"], "stats": {"downloadCount": 860, "ratingCount": 0, "rating": 0, "thumbsUpCount": 98, "thumbsDownCount": 0}, "files": [{"id": 386519, "sizeKB": 16023.5263671875, "name": "467665_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T17:16:25.956Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "786F325F", "AutoV2": "12606AFF58", "SHA256": "12606AFF58F6535DD0AA5A9E4DE02A535CDF498BFC8FC55167AB068C08D3D184", "CRC32": "98587DB4", "BLAKE3": "CAF8402531285F47ECE8A978A1C330CC3D2015117BA08A9346229645DFD6F598"}, "downloadUrl": "https://civitai.com/api/download/models/467665?type=Training%20Data"}, {"id": 386699, "sizeKB": 223102.19921875, "name": "Candid_Armhole_Sideboob_Nipslip_XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T19:30:52.738Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "97F7EAD5", "AutoV2": "83ED28ED4D", "SHA256": "83ED28ED4D58FF67E0DEC37421CB4F7A49C5A05D3F6FB3404B3C666E484D66D7", "CRC32": "1CC4889F", "BLAKE3": "EDDBCD6BA37C833FAF1CF1D2691218131BA4A9095D3C0A724F32BF8AB3A6A585", "AutoV3": "45060F307864"}, "downloadUrl": "https://civitai.com/api/download/models/467665", "primary": true}], "images": [{"id": 10758572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a01b4041-d23f-4da0-a7c5-e9dd2bb2259b/width=450/10758572.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPM7V}t5?w%M~pt8RjWB%H-;MxIUxrt7MxIo", "type": "image"}, {"id": 10758574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33ad8e45-61b3-4514-971b-96a9c6814dee/width=450/10758574.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8D]YoDN6S00~SohIoIV0KM|^%?b%1juNGWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/467665", "modelId": 419746} \ No newline at end of file diff --git a/datasets/metadata/467809.json b/datasets/metadata/467809.json new file mode 100644 index 0000000000000000000000000000000000000000..6de27ef1b7c1a217b8586dc96e4849d0405046a8 --- /dev/null +++ b/datasets/metadata/467809.json @@ -0,0 +1 @@ +{"id": 467809, "index": 0, "name": "Sarah chu", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-25T19:40:34.551Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["anthro, furry, girl, female, Pok\u00e9mon, Sarah-chu", "long hair, blonde hair, red cheeks, tail, blue eyes,"], "stats": {"downloadCount": 37, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 386648, "sizeKB": 14089.052734375, "name": "467809_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T18:51:14.075Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BB602C91", "AutoV2": "A3E844990F", "SHA256": "A3E844990F911A45495DCB40F30695EE82099AC66FFC6CDD27371C39E9558ACF", "CRC32": "AB246DF0", "BLAKE3": "F331E08520A75330193728D336C63A14BC8AD2E624E5E09FE76AA7D2F91AED66"}, "downloadUrl": "https://civitai.com/api/download/models/467809?type=Training%20Data"}, {"id": 386709, "sizeKB": 223103.58203125, "name": "Sarah_chu.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T19:42:05.765Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "582F4E09", "AutoV2": "C2EF5C21FE", "SHA256": "C2EF5C21FEC7327B81043DDCFA1DDE43B4389780F3204590F72AF4D26CA97345", "CRC32": "1D59FC03", "BLAKE3": "7A7B89B4DB2E8936C14AD7C2256F645939FDF511B339A05643EBAFAC6B9E313A", "AutoV3": "5BA4EF3CBC24"}, "downloadUrl": "https://civitai.com/api/download/models/467809", "primary": true}], "images": [{"id": 10738417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69a89e80-1fe0-4ea2-9de2-e2ebd633dfdb/width=450/10738417.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UVIqGdpftl=r^+-;S7t59~xZw|SgxYWFxrRo", "type": "image"}, {"id": 10771624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a65a914-4eb6-4676-8ceb-5c54d027faf2/width=450/10771624.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UBMFm@kQT#BYPvzm^c4q0G9}x[V?TeDi9P^H", "type": "image"}, {"id": 10771625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5c57565-5484-4d6e-bdc7-c2533380a7f0/width=450/10771625.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UULp:APVBYO]PE-TxAkDI{^e-NsmF$R%xooI", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/467809", "modelId": 419870} \ No newline at end of file diff --git a/datasets/metadata/467821.json b/datasets/metadata/467821.json new file mode 100644 index 0000000000000000000000000000000000000000..196ab567e04b3c5a8f6ad3afad3e856b599d1961 --- /dev/null +++ b/datasets/metadata/467821.json @@ -0,0 +1 @@ +{"id": 467821, "index": 0, "name": "Scooch Pooch", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-25T23:10:18.031Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 27, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 387011, "sizeKB": 223103.69921875, "name": "Scooch_Pooch.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T22:35:44.872Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "940A606F", "AutoV2": "D223418DD2", "SHA256": "D223418DD2139E3DECCD5D5EC6734A03EE42F1C0DFF524181E9ABEC0F1D9873D", "CRC32": "6A68399D", "BLAKE3": "FB14F5CA1EF3C28BB934DD82092DDD0EB788158586FBDF5D3045B3C3C68D0D8E", "AutoV3": "3075DA0A89EA"}, "downloadUrl": "https://civitai.com/api/download/models/467821", "primary": true}, {"id": 386667, "sizeKB": 94716.2646484375, "name": "467821_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T19:01:34.450Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E9B68640", "AutoV2": "BA8DF56F99", "SHA256": "BA8DF56F9905E3610889CC8FB43DEEE8CB2529A0F1E9CFD006D93F9AD84685EF", "CRC32": "902800B4", "BLAKE3": "BEED540A83B243424D3D18DDC2DDBE6DB8D8A3A2FEB8C69CCEC5519F63E5C1DB"}, "downloadUrl": "https://civitai.com/api/download/models/467821?type=Training%20Data"}], "images": [{"id": 10751792, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33c9c1cd-0017-4d78-afa8-9af9f5636687/width=450/10751792.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9HU:{R3q??w5TRiR6t7D4f,*0RPbpRixcxv", "type": "image"}, {"id": 10751791, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a374b73-88ab-430a-b411-1e4b44a48651/width=450/10751791.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGHn$[~SL#%GE3M{VrxvDNj[%$kDs%s+ogW?", "type": "image"}, {"id": 10751796, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a7cfffd-5e14-48d2-99d8-1fc1f5a8f744/width=450/10751796.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBHK^N}|UuPC59Mx%MxbrnbdcGMdDhWF.8s*", "type": "image"}, {"id": 10751793, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1612016f-8de6-4165-b892-451003ae3584/width=450/10751793.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEINjn~Cz,,lR:adngo#wFn$p0XAVroLOGR.", "type": "image"}, {"id": 10751799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f2daab0-d171-454f-8958-0bb83811f02c/width=450/10751799.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7Ig=q_4uj^FcGV?rVp0MHV@pex]=Cs+O]OZ", "type": "image"}, {"id": 10751795, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af08a7ed-f643-4668-bfdc-e412541bba2d/width=450/10751795.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8J@g-5GzA^v%znM}O?az,t8X;Rj8wi]?^JD", "type": "image"}, {"id": 10751797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c89d15a-8712-4655-bc2b-2dacd64811ca/width=450/10751797.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYJ7?r~1wEt8bcWUsloeR4WDx]RjaIWCxvoJ", "type": "image"}, {"id": 10751798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f5bd8a9-494d-4195-be80-00522d7f7e5b/width=450/10751798.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDJQ=x00|A_3%hwZ$KtSz,x]x^$KZzs+-=M|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/467821", "modelId": 419880} \ No newline at end of file diff --git a/datasets/metadata/468032.json b/datasets/metadata/468032.json new file mode 100644 index 0000000000000000000000000000000000000000..32b689d5bdbb037b18b9abca26ff25b1e23a52fb --- /dev/null +++ b/datasets/metadata/468032.json @@ -0,0 +1 @@ +{"id": 468032, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-25T21:07:19.808Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 176, "ratingCount": 0, "rating": 0, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 386853, "sizeKB": 22250.82421875, "name": "Kamijou_Shiina_Index-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T21:05:45.282Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5A62372B", "AutoV2": "D01C0476F1", "SHA256": "D01C0476F1F2FE66BAD75C21EB6FC6A97C64BB58748F0B8C0EFF9007967EB7D9", "CRC32": "66A6456D", "BLAKE3": "4B11BFC54FBC79435764DA9821CB71DDBBBA8A769BD56AD6AE3350138B3F490A", "AutoV3": "FC38A4B8BE7D"}, "downloadUrl": "https://civitai.com/api/download/models/468032", "primary": true}, {"id": 386854, "sizeKB": 38647.6669921875, "name": "Kamijou_Shiina_Index.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T21:05:47.004Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "379F90A5", "AutoV2": "2C20F6C550", "SHA256": "2C20F6C5504D05A902F26CDEEFD1F4CD09ADB895357DF2827A6193C9DAD18F64", "CRC32": "12F7F6B3", "BLAKE3": "11ECD4CD00F99757E16856E38355859C0D00BAB0763D916C0E7F2D6E15DA87D6"}, "downloadUrl": "https://civitai.com/api/download/models/468032?type=Training%20Data"}], "images": [{"id": 10743514, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/129f4ccc-a878-4d8a-a948-9870f5f5bcd6/width=450/10743514.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYOC:Pxu.8xuEKkB?^kC?wae$*ayv~WBsoj[", "type": "image"}, {"id": 10743516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2536f0d8-5ed9-444e-8fd4-e6579024ff4d/width=450/10743516.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYOMT@xu.8xuEKkB?^kC?wae$*ayv~WBsoj[", "type": "image"}, {"id": 10743898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3b812e3-67cd-4269-8cd2-1e56742bc2d7/width=450/10743898.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UkO:Fj%g_Nwcb]Vs-;XSM|WBs:of-qbbWAs:", "type": "image"}, {"id": 10744466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92e88f7e-ab78-40ba-8dae-456c3c7cd27f/width=450/10744466.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UaN0SU~qKQ-pJ-%M?btRD*j[xZRP-;e.jGWB", "type": "image"}, {"id": 10744864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/664989b6-3927-47fe-ae4c-a14a68b125aa/width=450/10744864.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UgMGu7~qbv-;D$xuozt6E1s,xZIV?bW=WBs:", "type": "image"}, {"id": 10745966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df124cde-a03f-4dd5-8ec1-97776f09429c/width=450/10745966.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UBN0SZ^g00Kk00IV-=~U0Ln3sm?b0gM{Z#Ip", "type": "image"}, {"id": 10766704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2f284eb-188a-4986-9995-014c59d988ed/width=450/10766704.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USMs$kMd9YxF-3ni_NRiJVE1%LM{R-t7%1t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/468032", "modelId": 420048} \ No newline at end of file diff --git a/datasets/metadata/468258.json b/datasets/metadata/468258.json new file mode 100644 index 0000000000000000000000000000000000000000..f486c07db3c66dcf0700bbd85b0f2228fe5442a6 --- /dev/null +++ b/datasets/metadata/468258.json @@ -0,0 +1 @@ +{"id": 468258, "index": 0, "name": "v2 offset", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-25T23:35:19.864Z", "availability": "Public", "nsfwLevel": 31, "description": "The PixAi version bothered me, with the character genning right about half the time so I have retrained the lora
", "trainedWords": ["Angry-Ex-GF", "red eyes, breasts, forehead,", "orange hoodie, denim skirt, miniskirt, black thighhighs, black undershirt,"], "stats": {"downloadCount": 174, "ratingCount": 0, "rating": 0, "thumbsUpCount": 43, "thumbsDownCount": 0}, "files": [{"id": 387056, "sizeKB": 36974.3984375, "name": "AngryExGF (Stopman)-offset.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T23:01:14.638Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8AFE2D19", "AutoV2": "B46851148C", "SHA256": "B46851148C40727E2A8B21F89A72ACA770CBC2075092A01859FE6FA4B68234EC", "CRC32": "0F25259A", "BLAKE3": "481D41A011999B1AC4F5B07011483354547A7A9B4296294336AE3FB32182D4B4", "AutoV3": "C91B46FBC851"}, "downloadUrl": "https://civitai.com/api/download/models/468258", "primary": true}, {"id": 387058, "sizeKB": 68455.4541015625, "name": "v2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-25T23:01:45.786Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D1169208", "AutoV2": "7F963582CA", "SHA256": "7F963582CA0E0D53262FA67E66E0AF22EC16D82E109FE3B9DCE3AC245AB139B3", "CRC32": "A4618312", "BLAKE3": "49992066648983C3D647904866749758D655CC6391A95CD27C101DBF57A651F9"}, "downloadUrl": "https://civitai.com/api/download/models/468258?type=Training%20Data"}], "images": [{"id": 10753078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30196f84-52e8-4642-a1bf-8167e04d1ac7/width=450/10753078.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "U9Hdyv0157~ATKIqE29a%Kof}=EM4;adR*S5", "type": "image"}, {"id": 10753075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4d6586c-1277-452e-b75b-af276f3184de/width=450/10753075.jpeg", "nsfwLevel": 8, "width": 896, "height": 1344, "hash": "UAIXQ.057z9v~nH]S19a6B$*^NM{x_t3~VSi", "type": "image"}, {"id": 10753068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5fe8f387-d061-4278-a931-6e8fb9479d7e/width=450/10753068.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UJIqDY~B0Lsp^*f5-TxtyDt7xCNH-ms.SPIp", "type": "image"}, {"id": 10753069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2506947b-47bb-49b0-b235-e779876e02e5/width=450/10753069.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UIH-fB~W0z%f4:xZj]M{5WoM=]M{NHWXt7I=", "type": "image"}, {"id": 10753077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff285dfc-8740-4f75-8b79-f2c58ffb6c4c/width=450/10753077.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UBIg+Q}?0fpJIkNfMwi]cu9_V?-TKk#+%MK6", "type": "image"}, {"id": 10753080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf16c68c-66ec-4382-b2c1-697d7179be3e/width=450/10753080.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UPJ%tP~V0z-;~Uf+s,s-K6R+$zxZNGsloft7", "type": "image"}, {"id": 10753083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25fa8e66-cc6f-4b74-8089-27092b5cf102/width=450/10753083.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "U8JQfw]*010gv#E2MdEKCSJV}q^O6.0LR$xv", "type": "image"}, {"id": 10753089, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1bab5388-1da3-4dc1-8f16-a6feb74832cc/width=450/10753089.jpeg", "nsfwLevel": 4, "width": 896, "height": 1344, "hash": "UHJQ+htR0g~pngxaM{%LF1oz=_t6%MIV-:s:", "type": "image"}, {"id": 10753086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7c20038-a743-48ad-a229-63cba3752026/width=450/10753086.jpeg", "nsfwLevel": 16, "width": 896, "height": 1344, "hash": "U9I4b0-o00j]0NRkE2kC0}WB?Gxa02Rj~Aof", "type": "image"}, {"id": 10753088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df90273e-a1d1-4569-823a-a4d075662b74/width=450/10753088.jpeg", "nsfwLevel": 16, "width": 896, "height": 1344, "hash": "UMIXHbD+E1xs~oIV-p%1O?n$R+WV?GofIUV[", "type": "image"}, {"id": 10753076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/062dfa21-c447-495b-92a9-20d41d1b109c/width=450/10753076.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UJK,:D_MYO%M?u%g?GxH01D*RPI:9GIVj[tQ", "type": "image"}, {"id": 10753098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af6cd7e6-90e1-421d-a6f0-324f05753d3a/width=450/10753098.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "U7F~K%000J%h=_Ip4U9F00~q.84.00IU_2?H", "type": "image"}, {"id": 10753090, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5fea296d-1a88-4ea6-8297-a18009ac955e/width=450/10753090.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UBG[l~~A00~V~q^*NIR+8{%L~pM{~pR+D%-o", "type": "image"}, {"id": 10753092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54bb65c3-5d13-4961-8049-b5be23bce2fd/width=450/10753092.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UFIg$7%0os~UDk^%IV9H56IV={%LM{o0xZX8", "type": "image"}, {"id": 10753093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a51b5d96-dfe6-4ba2-9288-83adba742f37/width=450/10753093.jpeg", "nsfwLevel": 4, "width": 896, "height": 1344, "hash": "UVI4qo~VSL-pNHoIt7xtjExtjYNG4:ofxZbH", "type": "image"}, {"id": 10753094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4be6e13-b9c7-483f-88f2-ae79b659522d/width=450/10753094.jpeg", "nsfwLevel": 4, "width": 896, "height": 1344, "hash": "UFI;Cr9E0y$Q*J#Q$*WC*JVq$+9tWH9F.8Rk", "type": "image"}, {"id": 10753095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3dc4186f-53e8-446d-8a1c-d7a60fe00ae8/width=450/10753095.jpeg", "nsfwLevel": 4, "width": 896, "height": 1344, "hash": "UAJ@OG0000NZ_LE2-:WAnNM|^*IoD*NbxtRP", "type": "image"}, {"id": 10753091, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1882d49-79a6-4ed2-ad09-37ded6bdbe79/width=450/10753091.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UIIz;qD%5j-o~pt8^ktRI;tk-pxu%Mt7xuoz", "type": "image"}, {"id": 10753097, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1fb7b963-1c03-4360-a594-5491ae9c94d9/width=450/10753097.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UTI}O~_3_N?b_3x^%2xuv}9GE1WXkBjanjs:", "type": "image"}, {"id": 10753099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aeb77641-3c06-461a-b0fc-e4e2b2787b6f/width=450/10753099.jpeg", "nsfwLevel": 4, "width": 896, "height": 1344, "hash": "URLWka~p0Lt7?u-;%LWANGWC%1WUWBWBxabH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/468258", "modelId": 361425} \ No newline at end of file diff --git a/datasets/metadata/468684.json b/datasets/metadata/468684.json new file mode 100644 index 0000000000000000000000000000000000000000..3ea0ee5ccd6e943d9c40f1613d423759cb9f7fe8 --- /dev/null +++ b/datasets/metadata/468684.json @@ -0,0 +1 @@ +{"id": 468684, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-26T04:11:09.096Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 216, "ratingCount": 0, "rating": 0, "thumbsUpCount": 52, "thumbsDownCount": 0}, "files": [{"id": 387455, "sizeKB": 22250.41796875, "name": "Macrophage_CellsatWork-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T04:15:48.188Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EC225D3E", "AutoV2": "D563434E97", "SHA256": "D563434E97C7156A05DB8B139BF3C285277FDD5C5D3195934F143DD548A8FC84", "CRC32": "663F120C", "BLAKE3": "F91C8C22A6BA32F14C34F83D72F49C5C7B8190C3C249DD4C0A06F6D066CC0095", "AutoV3": "D2F26D90BE03"}, "downloadUrl": "https://civitai.com/api/download/models/468684", "primary": true}, {"id": 387456, "sizeKB": 44521.17578125, "name": "Macrophage_CellsatWork.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T04:16:18.316Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C4D570F2", "AutoV2": "8DCCA9F8A8", "SHA256": "8DCCA9F8A80E0F8C5195ACF1849228EED8090F42650C43751ABAC22E545FCC0D", "CRC32": "FEEB41F9", "BLAKE3": "2F11F11AB9511343CDDEBDFD36B5EA81C2D1EB2D5ABEB06305513A08A798F5EE"}, "downloadUrl": "https://civitai.com/api/download/models/468684?type=Training%20Data"}], "images": [{"id": 10775583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0cb92f5c-df59-4128-aab1-ea5408e306ed/width=450/10775583.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USR2xr%g*0%Mx^WB%hjZ%gaeRPax.Sj@VsWV", "type": "image"}, {"id": 10775587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/773a472d-ad04-48d5-934d-a3738ab409e7/width=450/10775587.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USR2xr%g*0%Mx^WB%hjZ%gaeRPax.Sj[VsWV", "type": "image"}, {"id": 10776952, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2242cdf5-9bd7-47ff-9417-e53e73a02451/width=450/10776952.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULQ9WV$%uPV@NeR*Xnt84:x]R-R*?aV@Mxsl", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/468684", "modelId": 420597} \ No newline at end of file diff --git a/datasets/metadata/468709.json b/datasets/metadata/468709.json new file mode 100644 index 0000000000000000000000000000000000000000..773c5491ec3001c875641796aff92356836a4629 --- /dev/null +++ b/datasets/metadata/468709.json @@ -0,0 +1 @@ +{"id": 468709, "index": 0, "name": "Belcarra", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-26T05:34:25.500Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Belcarra"], "stats": {"downloadCount": 30, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 387537, "sizeKB": 223102.58203125, "name": "Belcarra.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T05:31:06.161Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1A230AEF", "AutoV2": "BAA97BB46B", "SHA256": "BAA97BB46BC65DC97CE7013E88015DA7D638F5A671F8B35227E748104CB9E4D6", "CRC32": "88C7C127", "BLAKE3": "EBB2675B371008BC8F42EC98C1F4773B9226DF25951E445DE2B92AE901D460D5", "AutoV3": "D3A89CE63385"}, "downloadUrl": "https://civitai.com/api/download/models/468709", "primary": true}, {"id": 387486, "sizeKB": 26575.0380859375, "name": "468709_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T04:45:41.363Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1B0DBCD0", "AutoV2": "01D38164A6", "SHA256": "01D38164A68D1DCB87F5901758652A8EBB2E26A4F4168E239C4A3651C9C1657F", "CRC32": "19A4D707", "BLAKE3": "E8375BD42BF2E6AFDE2E3481891FD3860ECEEA68CBA64242F02E496D4A578567"}, "downloadUrl": "https://civitai.com/api/download/models/468709?type=Training%20Data"}], "images": [{"id": 13136563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66bc9c61-074e-423c-bc9d-7fa8e6f8e29f/width=450/13136563.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UCE2k8=^K8a}7jI]$~bb?ZxXn5s,I^S3xpf+", "type": "image"}, {"id": 11044075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/765bac90-1e40-44fd-8ca7-00a38c179554/width=450/11044075.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBH_F[IAx]-;~oD*$w-:?ZIp=??E^#t6R+Ro", "type": "image"}, {"id": 11004999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c9ef794-6303-4cb3-985b-c77410dd8a12/width=450/11004999.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1088, "hash": "UII#lj%M_N%gx^xu?bIAR+%Ms.WB%MRjj[t7", "type": "image"}, {"id": 11005018, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6257554-2585-49c8-8f2d-0d7076f47ed1/width=450/11005018.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1088, "hash": "U59jM,~W18kX0OIU^bW=^~t6Ivay9#xu^iNI", "type": "image"}, {"id": 11004978, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f20bace6-3e64-4b05-9c11-0bef62813455/width=450/11004978.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1088, "hash": "U3Cimw.S0SMJ1Q-o~UR5?^RP,nAvxUxuE7Mv", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/468709", "modelId": 420622} \ No newline at end of file diff --git a/datasets/metadata/468901.json b/datasets/metadata/468901.json new file mode 100644 index 0000000000000000000000000000000000000000..5a18ad83ebb61e6c5eb5811777bb289c85f57d80 --- /dev/null +++ b/datasets/metadata/468901.json @@ -0,0 +1 @@ +{"id": 468901, "index": 0, "name": "Rhea Ripley", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-30T08:05:03.914Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 387657, "sizeKB": 4973.0419921875, "name": "468901_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T07:56:15.040Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AB7050BF", "AutoV2": "8EBF3F77CD", "SHA256": "8EBF3F77CDDF59E7F12BD94F854791D3E6A8C6A705E1899C1F97C986E5502143", "CRC32": "4F5B48D0", "BLAKE3": "1BF28E7705E99AE30E5FE15431AC6995AB643D831FF8EBD8B7AFAC128498B62E"}, "downloadUrl": "https://civitai.com/api/download/models/468901?type=Training%20Data"}, {"id": 395250, "sizeKB": 36981.3515625, "name": "Rhea_Ripley-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-30T08:06:49.971Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6C387DC7", "AutoV2": "1BA61E2D02", "SHA256": "1BA61E2D025DFE9E05763EA7DBDF6B391B852E35BD83AE7556C6440A9EDA3D45", "CRC32": "E8F97EA0", "BLAKE3": "79CA29187D21392FDCC7FC001E267CE2312EB893CDC435DE160725148224C8D5", "AutoV3": "28766B168BD7"}, "downloadUrl": "https://civitai.com/api/download/models/468901", "primary": true}], "images": [{"id": 11148688, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d840dc8-d507-4ed5-955e-4ce8e4a30fbe/width=450/11148688.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8BCS,xZ01I;~Aj[9bay9]R+xZxF11az-5oJ", "type": "image"}, {"id": 11148689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b22c8148-91e3-4dff-b139-4763b21a5bf3/width=450/11148689.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "USCYh_ozA5R=o+W@JCjWt8WZabxAJEkAxBoL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/468901", "modelId": 420800} \ No newline at end of file diff --git a/datasets/metadata/469016.json b/datasets/metadata/469016.json new file mode 100644 index 0000000000000000000000000000000000000000..ce0097597b2fc314952816863b7408c40a17cd8b --- /dev/null +++ b/datasets/metadata/469016.json @@ -0,0 +1 @@ +{"id": 469016, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-26T09:35:39.170Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 266, "ratingCount": 0, "rating": 0, "thumbsUpCount": 65, "thumbsDownCount": 0}, "files": [{"id": 387753, "sizeKB": 45454.5810546875, "name": "oriana_thomason_Index.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T09:35:44.539Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CB38DD3D", "AutoV2": "A32068E232", "SHA256": "A32068E232754034154713490B2C2D14A0A2CF6B56A0BC831B1EF3EEBE2EE22B", "CRC32": "13369BD3", "BLAKE3": "58659FDB996D3C8B26B0367D875B0CDFD97C40C0BFEDC121AE271074EE6C4064"}, "downloadUrl": "https://civitai.com/api/download/models/469016?type=Training%20Data"}, {"id": 387754, "sizeKB": 22253.66796875, "name": "oriana_thomason_Index-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T09:35:43.225Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7246C848", "AutoV2": "C04073B9B5", "SHA256": "C04073B9B58DBB842590AA98D1419EB8244965C28D8F46FB89E37E65A9BA04B0", "CRC32": "C8E84E1D", "BLAKE3": "3B7830507F9330EAB91F6A2E81D17701BDDF70FBA629E8AC93948C8808E41139", "AutoV3": "40B2D99C4ADA"}, "downloadUrl": "https://civitai.com/api/download/models/469016", "primary": true}], "images": [{"id": 10796261, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e39bd782-1e0a-4aba-9161-71eec82e5b2a/width=450/10796261.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULN0F[_301s;4,x]9bM{t.%gt8V@~Wx]t8WA", "type": "image"}, {"id": 10796263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59d01a54-b024-4257-920e-5c7ae0e66b9e/width=450/10796263.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULN0F[_301s;4,x]9bM{t.%gt8V@~Wx]t8WA", "type": "image"}, {"id": 10796573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cf8d4c2-660c-4d7a-abb2-93dd265f2229/width=450/10796573.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVP6Q:xuysS5_1oz%h%MkrRPt8M{?bjYM|t7", "type": "image"}, {"id": 10797329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c991c4d-cb2a-48af-abfb-f17d07d38155/width=450/10797329.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U8Nm7z001Bm*00000Q9GFg9{-=oz~Vnhn2s,", "type": "image"}, {"id": 12570592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c5d9414-4908-409f-a111-404d20fbe933/width=450/12570592.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UBL41*~W009u00-pxHIoDhkC?IIp9aRkXTW=", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/469016", "modelId": 420899} \ No newline at end of file diff --git a/datasets/metadata/469046.json b/datasets/metadata/469046.json new file mode 100644 index 0000000000000000000000000000000000000000..5b68b81d8a23f7395ad81ae36500a5f6ced8c8a6 --- /dev/null +++ b/datasets/metadata/469046.json @@ -0,0 +1 @@ +{"id": 469046, "index": 0, "name": "Cosmos", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-26T10:14:53.618Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 36, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 387780, "sizeKB": 5435.595703125, "name": "469046_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T10:01:12.922Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D343823B", "AutoV2": "04EBF6F53E", "SHA256": "04EBF6F53ECE22445BEB22E3106B25BFE1C98B025208E6607A840E616D3B9B6F", "CRC32": "EF92AC54", "BLAKE3": "E8152C9148C5E130DF957DB06569D8AF3D825D3CD9A89B5754FA05DA858E2ABC"}, "downloadUrl": "https://civitai.com/api/download/models/469046?type=Training%20Data"}, {"id": 387790, "sizeKB": 36979.1171875, "name": "Cosmos-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T10:10:46.435Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "33260BE2", "AutoV2": "9CC9E0E4E2", "SHA256": "9CC9E0E4E2BB999E65F686D71144A8AE7A15EBB436F4C9C6C7727FB0CA13ACF5", "CRC32": "37D8CD9D", "BLAKE3": "F5CF45B7F23A219425AC7049FEC237DF98E503097593089183A282527823DE20", "AutoV3": "E3D60355543F"}, "downloadUrl": "https://civitai.com/api/download/models/469046", "primary": true}], "images": [{"id": 10798372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2673f65-b04e-4428-b19e-2fdc9e86f6d5/width=450/10798372.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U26a;l018wtQ0N?GR4R*0K%Ms;s:~p4.-;ae", "type": "image"}, {"id": 10798370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9bc327ac-bfce-4aa6-92e9-5f315f816f5a/width=450/10798370.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UA7-i~ay4naz_Nof4nWB?bkC9Fae?bazIUj[", "type": "image"}, {"id": 10798371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2c55456-3343-4b82-bd6e-a226b235c380/width=450/10798371.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UD8g{Y?v_NWC8_IUIUtRDiRjIAV@?ut7%MRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/469046", "modelId": 420928} \ No newline at end of file diff --git a/datasets/metadata/469118.json b/datasets/metadata/469118.json new file mode 100644 index 0000000000000000000000000000000000000000..00d83f61bcbd62eb26f7a4e59b465387a87399c4 --- /dev/null +++ b/datasets/metadata/469118.json @@ -0,0 +1 @@ +{"id": 469118, "index": 0, "name": "Epoch 9", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-26T12:20:54.523Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["soran_ibrahim"], "stats": {"downloadCount": 59, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 387864, "sizeKB": 40682.0673828125, "name": "469118_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T11:35:47.908Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "773C67C0", "AutoV2": "AF573E0131", "SHA256": "AF573E0131BD3CD8C57FFB71FE0C94E30E387C93260F0CB735E0E19BA0FB97E5", "CRC32": "92862A61", "BLAKE3": "00E37AFA129A46FFA3AF754301CC16B90FC25AFC3C85D964AAE4054594BD07DB"}, "downloadUrl": "https://civitai.com/api/download/models/469118?type=Training%20Data"}, {"id": 387909, "sizeKB": 223099.83203125, "name": "Setsuna_F_Seiei_Gundam_00_movie_SDXL-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T12:20:52.358Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CD99C513", "AutoV2": "852B8B2117", "SHA256": "852B8B211783A3875A85431F5E566C1B02C257A572DB8BCF1CA865C65169953A", "CRC32": "1E87EB6D", "BLAKE3": "98EABF383D5884C5016EA0FF00EB010088A4BDCF89451827D68CC19CEDD58400", "AutoV3": "F53C1E6B1BDD"}, "downloadUrl": "https://civitai.com/api/download/models/469118", "primary": true}], "images": [{"id": 12023831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/279d3d03-592c-4cda-b52f-48fd45aeed5e/width=450/12023831.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFHd{bIqpI$g%MWYxaxt~WM|$#EL~WsSIVad", "type": "image"}, {"id": 12023830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69c16cb3-0566-4c2d-8916-6436ea741fbc/width=450/12023830.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEHnQl~Vx[-UIV~V^*-p0Ls.-ptR-pIoIUj]", "type": "image"}, {"id": 11906908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02bf6201-42a2-42c8-bd80-af70dfaf771f/width=450/11906908.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U7EC5w4@VC-l~W5A9#n#00-.t.NI03=^-4Nf", "type": "image"}, {"id": 10831657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54cb7f24-d31e-4ca2-8f00-7f2c32ed0d20/width=450/10831657.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UkL;sza$~qxu^*f5?vozE2a}M_fPW=a}t6js", "type": "image"}, {"id": 10830041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d81212d-88a6-49b8-9fb8-84f88a37d852/width=450/10830041.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UsNmydax_NWB?bt7%MofD*WBjYWBt7ayjYj@", "type": "image"}, {"id": 10830843, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88fac581-db5d-4b79-8019-03c0ac9c97ac/width=450/10830843.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UsMtHxRj_N%M_3V@-;t8E1R+Mxt6%2t7t7R*", "type": "image"}, {"id": 10829741, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf3dedb9-61f0-4a09-86da-ec7f5a904b73/width=450/10829741.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UtPZcMof_NofkWt7%MV@NHWBV?a}%MfQj[j[", "type": "image"}, {"id": 10831070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7cb706b-5cc6-4ba5-b45c-d748b94fe9ca/width=450/10831070.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U$O:kY%2_NWCx^Rk%Mj[IUj[s:fPt6ofayfP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/469118", "modelId": 420993} \ No newline at end of file diff --git a/datasets/metadata/469127.json b/datasets/metadata/469127.json new file mode 100644 index 0000000000000000000000000000000000000000..16db2d517a49c093855635b79fbe6d8817351686 --- /dev/null +++ b/datasets/metadata/469127.json @@ -0,0 +1 @@ +{"id": 469127, "index": 0, "name": "Sheila the kangaroo (PonyXL )", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-26T12:47:44.714Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["anthro, furry, female, kangaroo, kangaroo girl, Sheila the kangaroo, medium hair, two ponytails", "twins ponytail, orange hair, green eyes, shirt with pockets, belt,"], "stats": {"downloadCount": 56, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 387848, "sizeKB": 5737.3134765625, "name": "469127_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T11:15:36.876Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D31225DB", "AutoV2": "7953B65DC9", "SHA256": "7953B65DC9876186BFEC3842A55680A2D9D0E0C15CD0C463474804A534ECADCF", "CRC32": "19EF4D79", "BLAKE3": "A1C739DCF3E4B6BFD6E2741A31B74EB19451A53F390D86F9F32E15DCCD9B7C02"}, "downloadUrl": "https://civitai.com/api/download/models/469127?type=Training%20Data"}, {"id": 387900, "sizeKB": 223102.20703125, "name": "Sheila_the_kangaroo_PonyXL_.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T12:10:48.667Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D4EA8874", "AutoV2": "E60C383C1B", "SHA256": "E60C383C1BAE54B742E26DEB88B90345E8FEEC0125EA14A3DEAB8FC1E9CD20D3", "CRC32": "53B7C215", "BLAKE3": "E9CA3FF4FA2B8F98E3A4917B55C49D8E0E4A4499914E16C159B3D8AACCD296A9", "AutoV3": "0A83A7592BCB"}, "downloadUrl": "https://civitai.com/api/download/models/469127", "primary": true}], "images": [{"id": 10806533, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e38d871-c975-4554-897a-53062b511d26/width=450/10806533.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNJ7UHNI0N$#_4V?xBkXRPM{E1%MI=s.IAkW", "type": "image"}, {"id": 10806535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7446c0ec-852e-428b-b3be-4524d52e72a2/width=450/10806535.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "USJZ_1rq5TO@~VV[nht70*V[xBs+oLsSNdR,", "type": "image"}, {"id": 10806534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f3eb759-1bbc-4114-862a-f1c14dec2e3b/width=450/10806534.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFHoBvQ-Gbtl_4;KniK*0O-5vzJB$+ghXniv", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/469127", "modelId": 421002} \ No newline at end of file diff --git a/datasets/metadata/469292.json b/datasets/metadata/469292.json new file mode 100644 index 0000000000000000000000000000000000000000..d956bf9986e376c2e506cae1763a5a1abbce7516 --- /dev/null +++ b/datasets/metadata/469292.json @@ -0,0 +1 @@ +{"id": 469292, "index": 0, "name": "Refined Taxonomy", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-26T23:19:57.786Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 25, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 388525, "sizeKB": 268924.5615234375, "name": "469292_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T20:30:44.359Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "51895271", "AutoV2": "9173BC6F2E", "SHA256": "9173BC6F2E404D4BD17A742726DD453DDA043226185961DBD33E5559F434A42F", "CRC32": "1553AA3B", "BLAKE3": "52884AF357CE5E5F6127077CAA743EDFD6079F51224523CA75DD4638D69BF1D8"}, "downloadUrl": "https://civitai.com/api/download/models/469292?type=Training%20Data"}, {"id": 388726, "sizeKB": 223104.63671875, "name": "RefinedTaxonomy.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T23:16:26.960Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E240FBA0", "AutoV2": "259F9FFB50", "SHA256": "259F9FFB508A185CB8CB214B2FEFE10D33A8D03D0928B02625CE6BF9CE1E58BC", "CRC32": "717ECB26", "BLAKE3": "0B6836AE09020B19A66FB89F71153CDBC4E6CC35A94BAB3466FA1D38C3238693", "AutoV3": "56CF5944BF58"}, "downloadUrl": "https://civitai.com/api/download/models/469292", "primary": true}], "images": [{"id": 10848860, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2bb1157-76da-41c1-b075-b6ca2cea58c7/width=450/10848860.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBDIUW-:00D+{0RjC6xHVESLX-s:ACR+xaof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/469292", "modelId": 421153} \ No newline at end of file diff --git a/datasets/metadata/469497.json b/datasets/metadata/469497.json new file mode 100644 index 0000000000000000000000000000000000000000..0a37ec2d5b1c1aac7185383c0ab2a55252f1b27f --- /dev/null +++ b/datasets/metadata/469497.json @@ -0,0 +1 @@ +{"id": 469497, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-26T16:01:31.943Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 207, "ratingCount": 0, "rating": 0, "thumbsUpCount": 45, "thumbsDownCount": 0}, "files": [{"id": 388179, "sizeKB": 22252.81640625, "name": "Arisa_Kisshouji_MCGakuen-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T16:07:33.665Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FBDA7FAF", "AutoV2": "CFAA5FEA4D", "SHA256": "CFAA5FEA4D9BA8880FBD041F57E0F3B1C59E7639AC9964610E5536712D00A90C", "CRC32": "71CD1293", "BLAKE3": "36EB02F0DD2607FC7B93929E247CBEFCB59A1DCA776F150CD4AD1D7C88E0BE3B", "AutoV3": "4BD19C60F5E7"}, "downloadUrl": "https://civitai.com/api/download/models/469497", "primary": true}, {"id": 388180, "sizeKB": 42734.36328125, "name": "Arisa_Kisshouji_MCGakuen.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T16:07:54.992Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B0AC2AC5", "AutoV2": "13D9C43CC0", "SHA256": "13D9C43CC0E10A56951DAD347FF8CC25A7BF457E91E1EB74B563CE609A558D82", "CRC32": "2B54D9A3", "BLAKE3": "C44FC89EBD3134A182CC9AF041929171C9F0A7FB1A5B8E9AE844913C3DBA3F2E"}, "downloadUrl": "https://civitai.com/api/download/models/469497?type=Training%20Data"}], "images": [{"id": 10819323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05408f9e-c789-429f-8af1-cfb24827b07a/width=450/10819323.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U+K^mYR5S2s+~AVst8j=X8WAofWBbwaxNGfR", "type": "image"}, {"id": 10819322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64f283b7-d72e-484b-a464-8bf1112a0424/width=450/10819322.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U+K^mYR5S2s+~AVst8j=X8WAofWBbwaxNGfR", "type": "image"}, {"id": 10819599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/716077ec-7d3b-445e-9e47-da19b0e188b4/width=450/10819599.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U:L4EEnNt6Rj~UVsW=jZbERiWFoMSif8RjS5", "type": "image"}, {"id": 10819879, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/324b88e7-d46f-426a-b286-35b597e3ec43/width=450/10819879.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaMQYJ~qIq%gro-;I[W=IToKt8of%gV@nijX", "type": "image"}, {"id": 10820433, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c88a3f5-bd87-4e0b-b4a8-0cca8d4a4bc5/width=450/10820433.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNPr,i8^58VXtj8_tSIVDkIUV]of_MogMyoI", "type": "image"}, {"id": 10821431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4da66d8-dde3-4542-8974-ba321318242b/width=450/10821431.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UcJas69E58w]~UD%I[IpIoWAxaW=x]RkM|%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/469497", "modelId": 421330} \ No newline at end of file diff --git a/datasets/metadata/469526.json b/datasets/metadata/469526.json new file mode 100644 index 0000000000000000000000000000000000000000..dfc1bd1210d8fef34bcc9e3071332d9c98afeaf1 --- /dev/null +++ b/datasets/metadata/469526.json @@ -0,0 +1 @@ +{"id": 469526, "index": 1, "name": "v0.1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-26T16:33:01.912Z", "availability": "Public", "nsfwLevel": 18, "description": "Initial, experimental version, made with a limited artificial dataset.
Trigger word is: latex-servant
. You can also try putting color before it e.g. red latex-servant
. And if you want a gem, <color> evil-gem
e.g. pink gem
.
I left outfit elements unpruned, so include them all in the prompt: crop top, pencil skirt, elbow gloves, thighhighs
.
It tends to affect backgrounds significantly and push the style to 2.5d atm. Keep weight low, 0.6 should be enough.
", "trainedWords": ["latex-servant", "pink evil-gem", "crop top, pencil skirt, elbow gloves, thighhighs"], "stats": {"downloadCount": 153, "ratingCount": 0, "rating": 0, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 388209, "sizeKB": 111759.94140625, "name": "latex-servant-pony-kohya2-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T16:21:00.061Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F0A7D2C8", "AutoV2": "5D68986C02", "SHA256": "5D68986C02A5AC99B96C558AACE69716FE04703E654E6C52498EC0435CB40A0B", "CRC32": "2C9F08AF", "BLAKE3": "5B00EAAB2170672A7CB207F1B41BD27DC593F17A9E7EFC557454318EC3ADE91B", "AutoV3": "3F7A2A38EE12"}, "downloadUrl": "https://civitai.com/api/download/models/469526", "primary": true}, {"id": 388210, "sizeKB": 130045.9970703125, "name": "set1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T16:21:25.636Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DA76C3EA", "AutoV2": "0F98B56EC7", "SHA256": "0F98B56EC7F2843C3DBA61D74A0C365609A221E793B84E24DCE393B9AD2765B7", "CRC32": "55A46A2D", "BLAKE3": "84DBC8C5F20FFF9E31B048BB9DC152CE047D8BF65C121E3FFB9621175F7A04C6"}, "downloadUrl": "https://civitai.com/api/download/models/469526?type=Training%20Data"}], "images": [{"id": 10821188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e10fc55-f3fb-41ac-a270-67c85b89a62f/width=450/10821188.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "U8GRVUE2~8^j~pbwDhwJ0NxU9GM|pdNGs=Ne", "type": "image"}, {"id": 10821049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/042df366-5c20-48d6-8bc2-e83a4440078b/width=450/10821049.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "UQEVgIr;Oss.cbnhxaNGEmR*i_j[I]NHn%t7", "type": "image"}, {"id": 10821083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff8a96d8-1a3b-440b-88da-8776f5feb72f/width=450/10821083.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "UCDIqG~UkoxuX=IpM{W?NzM{M{R+EMWU%1s:", "type": "image"}, {"id": 10821101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8828c2df-40ad-4662-bcc1-e61f0506c0db/width=450/10821101.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "UMHUX#?H%gkW~W%MIoofIpt6D%RkxZM{M|Rj", "type": "image"}, {"id": 10821123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9d81111-e356-4c1f-abbb-eec0eed277da/width=450/10821123.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "UCF5Np%gxt9u~WxtS1IqNHoc9axZ5T%1M|%1", "type": "image"}, {"id": 10821137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/578d0b47-0a30-44f6-8840-410e2f889d8d/width=450/10821137.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "UFID]%Te%#-;~DtRTIX94nad9ZM{e.wbInIU", "type": "image"}, {"id": 10821174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27d942a0-50df-4583-9f4e-07627e0a2c88/width=450/10821174.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "U9FrR|IU00-;_NI?4o%Lju-VIAaf4=D*adIV", "type": "image"}, {"id": 10821301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5775030-002f-4a9d-bfcf-dcd4ab9e6afd/width=450/10821301.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "UNA^Ons.xtxaX=f8t8WBW?R*X8oLIVaeWBkC", "type": "image"}, {"id": 10821334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93a7ecdb-601a-4d12-847b-6f62d8edfa08/width=450/10821334.jpeg", "nsfwLevel": 16, "width": 1664, "height": 2432, "hash": "UMAA%zi^oytSThi^tSkEM{M_NeWBM{e-oHV@", "type": "image"}, {"id": 10821336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83b8d905-ad49-4b26-a30f-bb81ee94ac1b/width=450/10821336.jpeg", "nsfwLevel": 16, "width": 1664, "height": 2432, "hash": "UVD0fhkDOsM{T#f,xuR%I^ozRQt6ofkCadof", "type": "image"}, {"id": 10821356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f54069a-c42e-4126-a77e-3dce14913487/width=450/10821356.jpeg", "nsfwLevel": 16, "width": 1664, "height": 2432, "hash": "U59srXW900f-K-aeVpW.02og~7jY=_kD55n$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/469526", "modelId": 421362} \ No newline at end of file diff --git a/datasets/metadata/469754.json b/datasets/metadata/469754.json new file mode 100644 index 0000000000000000000000000000000000000000..052d44e272fcb7e7ffce5e1c1be2cddfbbae6f10 --- /dev/null +++ b/datasets/metadata/469754.json @@ -0,0 +1 @@ +{"id": 469754, "index": 0, "name": "Bianca the bunny (PonyXL)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-26T19:40:57.352Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["bianca, furry female anthro, rabbit girl, orange dress, peach-yellow fur color, boots, short dress, hooded cloak, wand", "short sleeves, short hair, blonde hair, bangs, bunny ears, blue eyes, animal nose, animal ears"], "stats": {"downloadCount": 85, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 388420, "sizeKB": 4362.5849609375, "name": "469754_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T19:11:55.463Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "37902909", "AutoV2": "43DCE730B9", "SHA256": "43DCE730B992C6A3BD5B214C0BD452C4FEB883B2B35258BF6575BC07E09209B1", "CRC32": "5747F8E7", "BLAKE3": "0D591C2E47A88E83A1556BFF97D58732EBBB7861C8FB9B431723BA501CF0F146"}, "downloadUrl": "https://civitai.com/api/download/models/469754?type=Training%20Data"}, {"id": 388456, "sizeKB": 223101.44140625, "name": "Bianca_the_bunny_PonyXL-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T19:40:59.582Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2E4F903A", "AutoV2": "EB094E0BC8", "SHA256": "EB094E0BC810D4FC1338562B17B4009E786112C9C9216FE28DDF3734AF41EF09", "CRC32": "ACA6264F", "BLAKE3": "BE4650CCF4F9DB56A8DBEE82AB989A4F2B5B65337F19494ED26F592C9BCE0BC6", "AutoV3": "3547CD9DAABB"}, "downloadUrl": "https://civitai.com/api/download/models/469754", "primary": true}], "images": [{"id": 10834181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc6575c1-cd39-4d2a-84d2-38b1de0f76f0/width=450/10834181.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9JskE~U^k8}48k=;ND,:joy#9eU02M{^PRl", "type": "image"}, {"id": 10834402, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/677c212d-1799-49e3-ab79-ce0f5ea97acc/width=450/10834402.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UHLD-_Md02RQ1--Uf,M|J6NHwbOG4mxsNDpJ", "type": "image"}, {"id": 10834187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf8dc6ae-0511-408c-ae6b-1aabad764720/width=450/10834187.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOJH88xk03IuuhivV?Xm_2rD,?W?PBicbFXT", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/469754", "modelId": 421582} \ No newline at end of file diff --git a/datasets/metadata/469812.json b/datasets/metadata/469812.json new file mode 100644 index 0000000000000000000000000000000000000000..74b7f5ba837c014bfcc77559ccf4b2f154cd0844 --- /dev/null +++ b/datasets/metadata/469812.json @@ -0,0 +1 @@ +{"id": 469812, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-26T19:48:53.516Z", "availability": "Public", "nsfwLevel": 22, "description": "I recommend using it with https://github.com/Bing-su/adetailer
", "trainedWords": ["yuffie", "black hair", "short hair", "brown eyes", "headband", "final fantasy vii remake"], "stats": {"downloadCount": 359, "ratingCount": 0, "rating": 0, "thumbsUpCount": 54, "thumbsDownCount": 0}, "files": [{"id": 388472, "sizeKB": 9723.1455078125, "name": "yuffie.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T19:55:40.173Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D794ECBC", "AutoV2": "3F15E02631", "SHA256": "3F15E026314BBA021632CEF0E16935C29C17F1E47482938A2DBD98D98553A439", "CRC32": "4DF096F7", "BLAKE3": "5AB84E538C2AB3CDA305988A71DCF3667810E4C7C3722F9C22ACA80D3EB4334A"}, "downloadUrl": "https://civitai.com/api/download/models/469812?type=Training%20Data"}, {"id": 388466, "sizeKB": 176955.90625, "name": "yuffie.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T19:50:37.828Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "22DCBCB5", "AutoV2": "9C95316F84", "SHA256": "9C95316F84D5ABADC4F0B5E04CDFAB6985B372A1B809EB150BB464F32682FF92", "CRC32": "151C76FD", "BLAKE3": "AB4879C10891E79A4246144C66179F6202FB19AEF5823467E715FF4110707B3B", "AutoV3": "959F6D76455B"}, "downloadUrl": "https://civitai.com/api/download/models/469812", "primary": true}], "images": [{"id": 10834621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9e69fdc-78f3-4f55-a9c5-f240d999106f/width=450/10834621.jpeg", "nsfwLevel": 2, "width": 992, "height": 1376, "hash": "UaG8}_WCT0tR?wbH-;t7?bRjW;ofNHWBaeoL", "type": "image"}, {"id": 10834617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f462b40f-16d6-49b7-a4ca-fbfecb7863c2/width=450/10834617.jpeg", "nsfwLevel": 4, "width": 992, "height": 1376, "hash": "UHLgb4jbXT~W_3%L?Goz0LbwNGIUD%-pRQ%1", "type": "image"}, {"id": 10834620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52b7bc38-676b-43a7-ba3d-2875221d657c/width=450/10834620.jpeg", "nsfwLevel": 4, "width": 992, "height": 1376, "hash": "UPKwd^VsE29G~pIp?aofIpfPf5bIR*xuRQRk", "type": "image"}, {"id": 10834613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cf3d894-20a5-4670-93d7-8c8b992885bc/width=450/10834613.jpeg", "nsfwLevel": 16, "width": 992, "height": 1376, "hash": "UDI}9V?w019ZPVksx]RjxtI@~W-oaKV@jFW=", "type": "image"}, {"id": 10834614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ee4cb24-19b0-4966-aa80-01ea1c9cd899/width=450/10834614.jpeg", "nsfwLevel": 16, "width": 992, "height": 1376, "hash": "ULJ7wF9ZD%-:H=NG9aay~qs:9ZWBIToeozs:", "type": "image"}, {"id": 10834615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64057d2e-92a4-4735-a618-84d1a236d3f5/width=450/10834615.jpeg", "nsfwLevel": 16, "width": 992, "height": 1376, "hash": "UEHnjOIp0Lt70gjF%2t700oz~WWVNHE1RkNH", "type": "image"}, {"id": 10834616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6f3c32c-1b7f-44b2-a063-976dcde2da6a/width=450/10834616.jpeg", "nsfwLevel": 16, "width": 992, "height": 1376, "hash": "UHH^|w~V9G-;9aE2NGRQ00xu~VM{-p%1WV%2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/469812", "modelId": 421634} \ No newline at end of file diff --git a/datasets/metadata/469915.json b/datasets/metadata/469915.json new file mode 100644 index 0000000000000000000000000000000000000000..ab4219334efa0f744adba2b2d105fa745e474176 --- /dev/null +++ b/datasets/metadata/469915.json @@ -0,0 +1 @@ +{"id": 469915, "index": 0, "name": "1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-27T08:09:35.794Z", "availability": "Public", "nsfwLevel": 1, "description": "v1.0
", "trainedWords": [], "stats": {"downloadCount": 25, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 389367, "sizeKB": 18545.6875, "name": "Eisuke_HondouDetective_Conan-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T08:10:47.972Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "95CB90FEBA", "SHA256": "95CB90FEBA72E6860F617158685F8129268E129A3FEC6742122F07D26E25291A", "CRC32": "59112DA4", "BLAKE3": "151F4E0F751FC82218A46FD6C5A9AB39D7EFA39C01A09311640DD38065A736F4", "AutoV3": "24D573DBD7E6"}, "downloadUrl": "https://civitai.com/api/download/models/469915", "primary": true}, {"id": 388567, "sizeKB": 387.6103515625, "name": "469915_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T21:16:09.789Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "FDA0A2B074", "SHA256": "FDA0A2B074E9A1A724AF32A5BACA2B0780D45B6B4B12D58F5833EC821437FA12", "CRC32": "BCF4F009", "BLAKE3": "8B7694191F161CB437CB9E47E46F89DC43711FA26F24CD815EC06DB4289F27F6"}, "downloadUrl": "https://civitai.com/api/download/models/469915?type=Training%20Data"}], "images": [{"id": 10879433, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/118dc38d-509a-4821-9b63-632e1376d174/width=450/10879433.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UuPjDU9F?b~q-;t7RjRj%Mt7RjayRjRkofof", "type": "image"}, {"id": 10879436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99473e84-e7b9-4854-a41c-52a5bb98ca34/width=450/10879436.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIQ9[,j]~qt7?bt7NGV@4nV@xuof?vt7M{oz", "type": "image"}, {"id": 10879434, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3011c00e-f6b1-4bb5-a829-6d38249bd16f/width=450/10879434.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHR{uwxu~q-;8_Rj_3xuIoof-;t7%NWBxuj@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/469915", "modelId": 421730} \ No newline at end of file diff --git a/datasets/metadata/469980.json b/datasets/metadata/469980.json new file mode 100644 index 0000000000000000000000000000000000000000..13dff6e9f589dcab1e615a73d95d00410b7e98a1 --- /dev/null +++ b/datasets/metadata/469980.json @@ -0,0 +1 @@ +{"id": 469980, "index": 0, "name": "AURA GLOW", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-26T22:46:05.397Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 44, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 388629, "sizeKB": 6102.89453125, "name": "469980_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T21:55:51.112Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C6607B8F", "AutoV2": "220F6F4BD8", "SHA256": "220F6F4BD8B73C2975D4AA08D99E660559DD24CD070C6C93FE4E0AB43EB715BB", "CRC32": "7B551C67", "BLAKE3": "6B756926907DCFD526CB6BFB811625935F2DE2A2D242F7695617704951278357"}, "downloadUrl": "https://civitai.com/api/download/models/469980?type=Training%20Data"}, {"id": 388683, "sizeKB": 223099.38671875, "name": "AURA_GLOW.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T22:45:53.557Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2D4BFBA1", "AutoV2": "34280AE751", "SHA256": "34280AE751D19098C8503F14D9D3285784D7E30068B31C788D9FF34FE0B878E4", "CRC32": "018A8518", "BLAKE3": "4374CC8891AA3514EF601C17DD082AC9FB68352B1E77D5518DEDB202C989D157", "AutoV3": "FD117DADDAB6"}, "downloadUrl": "https://civitai.com/api/download/models/469980", "primary": true}], "images": [{"id": 10846640, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d1e63d8-f1e6-42d5-9a68-1a6dee556de6/width=450/10846640.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UALo=jS500V@00-UUHRQ02RkTxS$9HRk-:bv", "type": "image"}, {"id": 10846641, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c8b4083-39ec-4d1c-a55d-f08220950071/width=450/10846641.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHOdz7r?Clob04sl~3R-0hWX,pW.3XW.Nzaf", "type": "image"}, {"id": 10846642, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f16ebd0c-f2a8-4eb4-9830-eaf980950df5/width=450/10846642.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6GR-X~VxXM{00ay4;RkE3IVtRt700WCD*xa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/469980", "modelId": 421793} \ No newline at end of file diff --git a/datasets/metadata/470031.json b/datasets/metadata/470031.json new file mode 100644 index 0000000000000000000000000000000000000000..ffaaf43a106b6175686c80c04801cb389e8efd00 --- /dev/null +++ b/datasets/metadata/470031.json @@ -0,0 +1 @@ +{"id": 470031, "index": 0, "name": "1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-26T22:58:27.373Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["sarah", "terrawars", "ffxv", "white hair flower", "silver hair", "two white sidelocks", "forehead mark"], "stats": {"downloadCount": 27, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 388675, "sizeKB": 407.0419921875, "name": "470031_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T22:40:50.060Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "3AFF343F9D", "SHA256": "3AFF343F9DD35AAE110503FD4A08C7FF31B92C86DF306050DFF7A8813E5D69DE", "CRC32": "10934CD9", "BLAKE3": "7A499366D02BC2E928D1A1AC7E90AD6BF6B61CFD0CDF001DCA4F3535FE0C46D7"}, "downloadUrl": "https://civitai.com/api/download/models/470031?type=Training%20Data"}, {"id": 388707, "sizeKB": 36978.8984375, "name": "Sarah_-_Terra_Battle_2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-26T22:56:03.507Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8A25D676", "AutoV2": "5D3DAA6E18", "SHA256": "5D3DAA6E1883466A1162F9C3D06F99EC30E88F42B6999691BED2B21F88580167", "CRC32": "B870A42F", "BLAKE3": "6611C4A409EFD81F3EA7440CB49401EDDDAB79427BC2C5A391073920B781B0EA", "AutoV3": "B535E32CEE42"}, "downloadUrl": "https://civitai.com/api/download/models/470031", "primary": true}], "images": [{"id": 11341913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/392530e8-ba16-47d2-a8cc-9566a5c8c707/width=450/11341913.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UBE2IL~W014:9aNHxuxa5TR*$zod9ZM{WBM|", "type": "image"}, {"id": 11341917, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d03e2cd-3ab1-43e1-a58c-a87f1f17e32e/width=450/11341917.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAD]Ve?a004n00Mx_N%M9Fjb%MbH_Nt79FM{", "type": "image"}, {"id": 11341915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5eb693c-5659-41d8-8752-96212545a591/width=450/11341915.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9EB:Nxe00^+t8xvxwRk00ov~o4.i^E1I.-p", "type": "image"}, {"id": 11341914, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b127e24-254e-493d-8cd2-ec74fc5cfb77/width=450/11341914.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UFExw?OF00eTE1oLtRt700s9~WbvT0ogw[M{", "type": "image"}, {"id": 11341912, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b85e5ce-9b78-4d42-a3fd-48f579e142c5/width=450/11341912.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UAFO_u-:00NwM|%M.9~W^*~X9Z004:Ipn$-p", "type": "image"}, {"id": 11341916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc0c2125-be8c-43c4-a315-27055bea2b5a/width=450/11341916.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U5Av|OIV004;~p9G9FE20JM{t6%29Eoz?a?G", "type": "image"}, {"id": 11341918, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4966e0b1-5169-49e3-9425-6cab8b61ffd9/width=450/11341918.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UOD+xe~qE100IUV@NGWr9FD%s:%Mx]%Lt6WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/470031", "modelId": 421840} \ No newline at end of file diff --git a/datasets/metadata/470205.json b/datasets/metadata/470205.json new file mode 100644 index 0000000000000000000000000000000000000000..941e161eb5c7ed268a22d3ae8198674de45ce2eb --- /dev/null +++ b/datasets/metadata/470205.json @@ -0,0 +1 @@ +{"id": 470205, "index": 0, "name": "Drunk", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-27T09:54:09.958Z", "availability": "Public", "nsfwLevel": 28, "description": "Used to give characters a drunk appearance with the option to have them drooling.
Prompts
Drunk, woman
Drunk, woman, drooling
Drunk, man
Drunk, man, drooling
", "trainedWords": ["Drunk, woman", "Drunk, woman, drooling", "Drunk, man", "Drunk, man, drooling"], "stats": {"downloadCount": 552, "ratingCount": 0, "rating": 0, "thumbsUpCount": 91, "thumbsDownCount": 0}, "files": [{"id": 388867, "sizeKB": 29362.8994140625, "name": "470205_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T01:15:44.138Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8EDD6D79", "AutoV2": "64288ABF41", "SHA256": "64288ABF41DCF6B09CC56891E318BCD1576B9055695233F232442C1DB7FBB883", "CRC32": "A8EE354E", "BLAKE3": "A0E0816FBCC3037129129AD6CB2049D94812136E070459E7D00B83306E89F7D5"}, "downloadUrl": "https://civitai.com/api/download/models/470205?type=Training%20Data"}, {"id": 389460, "sizeKB": 223098.94140625, "name": "Drunk.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T09:30:50.506Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "65BB305A", "AutoV2": "32FDBD5436", "SHA256": "32FDBD543613892DB990BE90532C529DD02D3EC326BDE21E3BE14DF8B1CC9557", "CRC32": "C05A0E9E", "BLAKE3": "334088A2A0F3731DC06C0CA75A6E925BF3DFDD4740642178604B8902EC2C104E", "AutoV3": "D89C0A8D8322"}, "downloadUrl": "https://civitai.com/api/download/models/470205", "primary": true}], "images": [{"id": 10884356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/597a70f4-070d-4323-99c0-1a5fb1035d85/width=450/10884356.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UhMQ9Z_2x]Rj~pozt8jaXmkWRPRj%2RjV@t7", "type": "image"}, {"id": 10884357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a97e436-6db8-4695-a80d-246433d985e7/width=450/10884357.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UNI4O+~Akp={$f%Mo}Io0LIUrrNIJARPIAI;", "type": "image"}, {"id": 10884298, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/361af199-3d96-4b8a-bc35-42618c60adff/width=450/10884298.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULL3iaIAELM|?FNG9Goz?]IpRPNJ$~-U$jo#", "type": "image"}, {"id": 10884299, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e98cf809-66ea-4fd1-8412-50a05e606f46/width=450/10884299.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8J75S}+0^xr=CE-03R.2?Z#+IniEMgOMzt7", "type": "image"}, {"id": 10884358, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1398a01-07f0-4de8-9a01-77e56e862b80/width=450/10884358.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UJJ?~V~8Ipo4=WNdE1xZAvR:RlRiNFVsjItR", "type": "image"}, {"id": 10884428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce923237-cb5e-4c10-b9f5-e406781efed8/width=450/10884428.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "URJtM6~pbuNG%h^+tSbbE0Rk%2-pE2%2%1Wq", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/470205", "modelId": 422001} \ No newline at end of file diff --git a/datasets/metadata/470295.json b/datasets/metadata/470295.json new file mode 100644 index 0000000000000000000000000000000000000000..bfeab51b579b9f2aec1fae0cb79885d2a17d5bcd --- /dev/null +++ b/datasets/metadata/470295.json @@ -0,0 +1 @@ +{"id": 470295, "index": 1, "name": "Model F", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-27T03:47:01.122Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 17, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 388956, "sizeKB": 1450.9345703125, "name": "470295_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T02:21:55.658Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "5178933573", "SHA256": "5178933573FEC2E39FA52E9FBF5A93614F5D30352321D8C1F519840C9FFECBA7", "CRC32": "BA932E80", "BLAKE3": "AC0C8A84529F9B542BB0637908687712D4823F98E72EDDE3B17A15A6E51FEDAF"}, "downloadUrl": "https://civitai.com/api/download/models/470295?type=Training%20Data"}, {"id": 389055, "sizeKB": 36978.4296875, "name": "Model_F.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T03:50:41.673Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "994F7F0A", "AutoV2": "3CEDA21075", "SHA256": "3CEDA210757C39D9FA76BE6BC4BF60095FD6BFC948BC28E19CFB0CFC33AF6AD8", "CRC32": "EA4F3250", "BLAKE3": "B79938A12C3D7473CCF62A1C5D48E749F7671106769BD97C4F50DA1714388645", "AutoV3": "CAEA3EFD98B3"}, "downloadUrl": "https://civitai.com/api/download/models/470295", "primary": true}], "images": [{"id": 10864484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71195131-4563-46e8-83c4-94135716948e/width=450/10864484.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCBpU+~q0000009F%N%NtmkCxG%2xtxuV@IU", "type": "image"}, {"id": 10864482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c37d0783-3cf0-42f2-9af2-af4c1241e21d/width=450/10864482.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UABWGH~q0000009Fx]%No~t7%1xut7xaaeIU", "type": "image"}, {"id": 10864483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fdc1cd3-5afb-42db-a6ef-0243d85a8bb7/width=450/10864483.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBB:W_~q000K009F%N-;o~t7%2xut7xue.E1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/470295", "modelId": 422087} \ No newline at end of file diff --git a/datasets/metadata/470350.json b/datasets/metadata/470350.json new file mode 100644 index 0000000000000000000000000000000000000000..020c52b8e24f731af38a2f163dbed19b21d5f9f9 --- /dev/null +++ b/datasets/metadata/470350.json @@ -0,0 +1 @@ +{"id": 470350, "index": 0, "name": "Realistic Macro Furries", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-02T03:02:43.420Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 48, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 398836, "sizeKB": 36977.578125, "name": "Realistic_Macro_Furries-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T03:01:18.761Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D99E5871", "AutoV2": "832868FFED", "SHA256": "832868FFEDB84F4957FB277FF5AA94B8F839931B5AFB85E0E84275FB8E55A6FF", "CRC32": "AAC996CA", "BLAKE3": "B327677DBB7B09B9C61DBF6CF73E8A644F0B167EA2C53B94303D3E8C69F8C41D", "AutoV3": "132C058634D6"}, "downloadUrl": "https://civitai.com/api/download/models/470350", "primary": true}, {"id": 398815, "sizeKB": 129381.787109375, "name": "470350_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T02:51:23.162Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6DED9658", "AutoV2": "748C5E5A55", "SHA256": "748C5E5A5503DC9660346502CF0493EDCA685C9B1C46CD2A1EC3D367118FB02A", "CRC32": "1AFFE035", "BLAKE3": "E2CC45D20A4DEBF4684D9FDC4E687DB36B315C980021D60B90C7C8039A97D6EF"}, "downloadUrl": "https://civitai.com/api/download/models/470350?type=Training%20Data"}], "images": [{"id": 11301012, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9541878f-7c0f-4f88-a758-a64f3b19cfbe/width=450/11301012.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UXF~mvD%k@%N.TIUt8WXN|oKslRjSikCsljY", "type": "image"}, {"id": 11301013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad51212e-b2b9-4002-bdde-3b0c13ff872e/width=450/11301013.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UNFiZ3MyE2%L.TRj%MjsENRj-pV@tSaeWBWU", "type": "image"}, {"id": 11301014, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/958d30c2-8d78-4802-b201-243cfd0ea6cf/width=450/11301014.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UTD+_AbcSPtR?wIqf,ogyEIos:WXXAM{t6R*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/470350", "modelId": 422135} \ No newline at end of file diff --git a/datasets/metadata/470372.json b/datasets/metadata/470372.json new file mode 100644 index 0000000000000000000000000000000000000000..9d9a0382439289a1f2bb591c5723fe485075eb0d --- /dev/null +++ b/datasets/metadata/470372.json @@ -0,0 +1 @@ +{"id": 470372, "index": 0, "name": "v0.2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-27T03:17:51.469Z", "availability": "Public", "nsfwLevel": 2, "description": "Trained in OneTrainer with similar parameters but also with masks.
Advantages compared to v0.1:
doesn't seem to spoil hands with upscaling
doesn't seem to affect background as much
Disadvantages:
<color> evil-gem
tends to color hair if hair color is not specified. Previous version tended to color eyes instead though.
Prompting didn't change compared to v0.1, look at it.
", "trainedWords": ["black latex-servant", "pink evil-gem", "crop top, pencil skirt, elbow gloves, thighhighs"], "stats": {"downloadCount": 397, "ratingCount": 0, "rating": 0, "thumbsUpCount": 56, "thumbsDownCount": 0}, "files": [{"id": 389012, "sizeKB": 111873.701171875, "name": "latex-servant-ot-1056.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T03:10:48.690Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EEF41368", "AutoV2": "EBB05FF81F", "SHA256": "EBB05FF81F2AADE5B4F9F7246ED5AE9D3D690E62A02FBDA965B51853F212224F", "CRC32": "29963DAB", "BLAKE3": "018FC160757BD25C8DA322212A15DC1A09949AF1BB07C7E3985D19D77D179E9D", "AutoV3": "4D0F43E1E23E"}, "downloadUrl": "https://civitai.com/api/download/models/470372", "primary": true}, {"id": 389013, "sizeKB": 130454.873046875, "name": "set1_ot.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T03:10:52.333Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E46F4CAB", "AutoV2": "BEE5F4F255", "SHA256": "BEE5F4F255B2C679C5DF8BF6E610528FA27EBBB8C90ADFA331701EB91CC19712", "CRC32": "97643472", "BLAKE3": "1BDEF6F0F73107DC414A43179702A1E0BD6FF3585226B080673FC839C2E4A607"}, "downloadUrl": "https://civitai.com/api/download/models/470372?type=Training%20Data"}], "images": [{"id": 10862577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad50dd3b-1c94-4dd3-9f45-46dae2dab75b/width=450/10862577.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "UXI5GMIp~q%2pKs,n+xaI[xZRPWBNzt7RlWo", "type": "image"}, {"id": 10862602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e337dd0-fdc9-43dc-bb03-b802cd128e0d/width=450/10862602.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "UPGl0Dp0%LtP.AxvIoWnE#jJM_WUE2RlaJWA", "type": "image"}, {"id": 10862618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5aa1e415-8fab-4600-b91b-9836faf2057f/width=450/10862618.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "UKH_rj%NuOOt?dt8OFtSS2-pRjxaJCtRaet6", "type": "image"}, {"id": 10862631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b428549-460f-49c7-bee5-bfb53eae64b5/width=450/10862631.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "UIG[i:^,tl~V_3ohIWWBtknmE1R*ELV[M{M|", "type": "image"}, {"id": 10862660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68d6de88-5108-4dd1-945e-ce4668529739/width=450/10862660.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "URF}=-E2-Ux^_4ocxttSTKj=baR-E2WVIpRj", "type": "image"}, {"id": 10862663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69242971-be0a-465d-8b17-8059fc2a8489/width=450/10862663.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "UMF~O0bw-q?wpKJ:Neo$MeXADiRPIoozn$nN", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/470372", "modelId": 421362} \ No newline at end of file diff --git a/datasets/metadata/470486.json b/datasets/metadata/470486.json new file mode 100644 index 0000000000000000000000000000000000000000..7454c7db3cf849aaa7623dec83ce96fd8826e17b --- /dev/null +++ b/datasets/metadata/470486.json @@ -0,0 +1 @@ +{"id": 470486, "index": 0, "name": "Mimosa the chihuahua", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-27T05:41:50.799Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["anthro, furry, female, dog, chihuahua girl, Mimosa, pink fur color", "short hair, pink hair, bangs, emerald eyes, animal ears, tail, white collar with heart"], "stats": {"downloadCount": 47, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 389186, "sizeKB": 223102.80859375, "name": "Mimosa_the_chihuahua.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T05:36:26.500Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CC6B09D2", "AutoV2": "F1B40F26BF", "SHA256": "F1B40F26BF44FEEE01B2BBFA8EE40723B9D02623F13DE15AE46F24E5A7B2160E", "CRC32": "C3766D67", "BLAKE3": "5EB24DA06E62F6A2AF7987E7E01968F2C67637F9881875BF99DCA559C1061011", "AutoV3": "59D0B9999421"}, "downloadUrl": "https://civitai.com/api/download/models/470486", "primary": true}, {"id": 389152, "sizeKB": 5645.9345703125, "name": "470486_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T04:56:23.375Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5C416AF4", "AutoV2": "AC17A1A789", "SHA256": "AC17A1A789C5D8AB615029057D2B2FE15767436CA4F365F5D441DE9334AFAF88", "CRC32": "48D47180", "BLAKE3": "3EB523AE17794C7D976AB3A749DA44E9586BC8224D77A841CA696C8DBB648C3C"}, "downloadUrl": "https://civitai.com/api/download/models/470486?type=Training%20Data"}], "images": [{"id": 10872187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b94bbe7-4c24-427e-899b-59096f81f442/width=450/10872187.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UBMGYXLxPyH00]WbIuIn0c[w+vz?1AyVXCI_", "type": "image"}, {"id": 10872186, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c6f74e8-eb1c-4efd-b431-065a40e69cc0/width=450/10872186.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UXJa7.^+FW%2_NtRRigOGHOZbcozKPoz,@$N", "type": "image"}, {"id": 10872191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d63e319-8f64-4882-8960-0e6a63bf3a03/width=450/10872191.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9JtMf0?0c1Z46-Poa-C1sS4}a=d2@I[#Z$f", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/470486", "modelId": 422257} \ No newline at end of file diff --git a/datasets/metadata/470695.json b/datasets/metadata/470695.json new file mode 100644 index 0000000000000000000000000000000000000000..23f1fcc25948e79fde21b99eb20a0c161eb67f18 --- /dev/null +++ b/datasets/metadata/470695.json @@ -0,0 +1 @@ +{"id": 470695, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-27T08:22:41.163Z", "availability": "Public", "nsfwLevel": 28, "description": "Initial version
", "trainedWords": [], "stats": {"downloadCount": 296, "ratingCount": 0, "rating": 0, "thumbsUpCount": 54, "thumbsDownCount": 0}, "files": [{"id": 389357, "sizeKB": 111753.76953125, "name": "galena_bikini_01-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T08:06:28.967Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "077AF621", "AutoV2": "1186620689", "SHA256": "11866206890BB51BE86F17FEBA98E5C529C872FF036D579BB685F13EDDF915DC", "CRC32": "4BF08860", "BLAKE3": "ACB5B94C886D9A0F9B62DE136D2BFE18F7EAC5CECD599C1180CFB4A6B2B1ECDD", "AutoV3": "EFEA32C35CD0"}, "downloadUrl": "https://civitai.com/api/download/models/470695", "primary": true}, {"id": 389360, "sizeKB": 172219.654296875, "name": "galena_bikini_01_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T08:06:23.763Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A4DB03B7", "AutoV2": "F941D7D5D3", "SHA256": "F941D7D5D34B460F314C2BC7F9141949BB6C6CA979E23C112C5AC2EB3CC7D155", "CRC32": "8B582B3E", "BLAKE3": "9DCB22D0B470D4904D87C9761533F830419423A4D5C27A2C24E7393A2370E6A9"}, "downloadUrl": "https://civitai.com/api/download/models/470695?type=Training%20Data"}], "images": [{"id": 10879538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3685b978-ded3-486f-8c6c-51f8001fb817/width=450/10879538.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "UIGun1?^ys^JC9ERE4n3DP$%aKtlxXbcS2kr", "type": "image"}, {"id": 10879545, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ab0479e-30cc-42b7-a2f4-8e3470ad4aba/width=450/10879545.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGIhEU#*lonN7OxC4;IpL~T0M|I;?a^+x^xZ", "type": "image"}, {"id": 10879552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/457ce3a0-c29a-4bd2-b337-089dd64d703d/width=450/10879552.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "ULJt-q+ttR?^0Ur;xaENm,I;M|RP$*ogbcjb", "type": "image"}, {"id": 10879559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e365c24b-5d37-4bfe-be98-12cb310a4b7d/width=450/10879559.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UPHVF[ni*0tSE8s,RkjZROjsVsoJ0fe.EMWV", "type": "image"}, {"id": 10879657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f759df7-3189-429c-a8f6-30959ce1852f/width=450/10879657.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "UJFPBKX:ys,-OuO[IW$x8_s,IUx]_2%2o}bb", "type": "image"}, {"id": 10879658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e46996af-e848-4595-97af-7a1cc794513b/width=450/10879658.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "UMK1E@V[.S%L18t6EORk00WBIpWC}=j?oMof", "type": "image"}, {"id": 10879659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ec035ae-e151-4905-b66a-7f173db71f04/width=450/10879659.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "UNGI7g?w%f=_lBb{oJ-SIUV@V@xZMxRjJBS$", "type": "image"}, {"id": 10879660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cde66b1-ade5-49d0-9ffd-659986d77800/width=450/10879660.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "UPFYP?x^x]-5yZTKbI$eENWYxG%1rDniNHb^", "type": "image"}, {"id": 10879667, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b41758a-a820-493c-8509-d65cf760a140/width=450/10879667.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "UXGuwSr?.mT1JDWVs-a~RPbbnhs9ozaet7kC", "type": "image"}, {"id": 10879677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/caa47010-8171-45d8-9f4a-a2f9d4294d1e/width=450/10879677.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "UQG8i*RPXnozu6V@$%X9XnRj-nWqIVWXjFae", "type": "image"}, {"id": 10879679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09c0712e-7983-4cd7-a1c1-c0552680f231/width=450/10879679.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "UDFi10*0%#px5aEN#*WF4Trqrpiwo~xuI:sl", "type": "image"}, {"id": 10879682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/646c383c-84f3-4d25-a0b6-776f931cc163/width=450/10879682.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "UPGbk?M{*0xu5YjFNIWC9FWBMxado}WBa~f6", "type": "image"}, {"id": 10879685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9508dd74-0ff5-416d-a431-10fb55c98585/width=450/10879685.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "UOGIflae?^t8pLs.xaWX4oRkemWBIqRjNbjZ", "type": "image"}, {"id": 10879686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee52b1e5-dbab-409b-8b2c-7c9a2d9f32c5/width=450/10879686.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "ULGutKXT.mvy6Bo~%1v}VDVsxYXnM|w]XSS$", "type": "image"}, {"id": 10879718, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/917135f8-41da-4fd2-ac4b-82105baed37a/width=450/10879718.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "UKGIQ9oM.mxuGJxZxbt74UayMwkCNeWBNGjs", "type": "image"}, {"id": 10879746, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f447d75-f99f-47f7-ac88-6e79b4530ec4/width=450/10879746.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UAHL#k8w~W?v1Bt5Ny9vv35SsDS%03,@-;o}", "type": "image"}, {"id": 10879771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afed92d7-1f41-42a6-b4b0-dfbc505e85f6/width=450/10879771.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UJGSG#-:s,o2t--:jrt6_4xuxtxt0fIVt6t7", "type": "image"}, {"id": 10879796, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33419f13-c51a-4f4d-9a25-6fca34f9e140/width=450/10879796.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGD]rH.AIRvyx{t7IpxaE-tS-;R+-;%L?GM|", "type": "image"}, {"id": 18233356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e424bae8-259e-4245-a120-b2b5529d5b95/width=450/18233356.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UHHUhF~posr=OdxtvzMxGI-U?aWBtTpIE+XT", "type": "image"}, {"id": 18233382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3da9e27-e0b3-418b-bdcf-27cad1bbc931/width=450/18233382.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UJI5A4U^TeYk18r;jGJD*{OrjcicEgn+OFxZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/470695", "modelId": 422449} \ No newline at end of file diff --git a/datasets/metadata/470831.json b/datasets/metadata/470831.json new file mode 100644 index 0000000000000000000000000000000000000000..aca5f2a896846059815935eeb7f9b664af133c17 --- /dev/null +++ b/datasets/metadata/470831.json @@ -0,0 +1 @@ +{"id": 470831, "index": 2, "name": "Leo Aiolia (Saint Seiya) SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-27T11:09:53.493Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["leo_aiolia"], "stats": {"downloadCount": 51, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 389494, "sizeKB": 74016.7861328125, "name": "470831_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T10:05:45.855Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E8C91FD4", "AutoV2": "A7A7B6BD36", "SHA256": "A7A7B6BD36C1A69C857706478F366915D68371B16E17488741F3450DE9BDA8CF", "CRC32": "817243CB", "BLAKE3": "DFE1A8E92DF6B5468FA5324FFB5567C7CEBC944D53EEFA5265D434A6D949BEEE"}, "downloadUrl": "https://civitai.com/api/download/models/470831?type=Training%20Data"}, {"id": 389571, "sizeKB": 223099.02734375, "name": "Leo_Aiolia_Saint_Seiya_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T11:10:52.032Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5C921962", "AutoV2": "5A26797EEF", "SHA256": "5A26797EEF9A9F80386680019739AD1CF2B671C6C543DDF86884381623A1A564", "CRC32": "5AB393F6", "BLAKE3": "869355EF8B9204558C180A168ECD865BD68A0D6AEE456CB6E25F037F7A33C61D", "AutoV3": "2DC95BA78E8F"}, "downloadUrl": "https://civitai.com/api/download/models/470831", "primary": true}], "images": [{"id": 10958349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3cbbd3e-a97f-4913-9775-4e8e6556dcf0/width=450/10958349.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U$PGBIs-?wRlx[fixvbcM_j?RQe.%LayogWX", "type": "image"}, {"id": 10963537, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/930eedfe-7b6b-4192-acd5-4a17de5bd4da/width=450/10963537.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UsNJ%i?G_4IWx@Ri-=R:WUWARQWBxZxtWWWC", "type": "image"}, {"id": 10952846, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3aba4698-d8c6-426c-b3b1-45625b4f0139/width=450/10952846.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UwNc.+W=?ww]_Noft8WUr?ofoMbFNFWBRkof", "type": "image"}, {"id": 10890377, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ba8b477-035a-4ef1-8f3e-bf1a912fb9a1/width=450/10890377.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U@M@M^t7_NtR-;Ris;t7V@WBoLt7RjoMWBaf", "type": "image"}, {"id": 10958030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/678e6968-38a2-4db3-8f31-8bbe63fe9d16/width=450/10958030.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UrPGZ{M|?w%L-pt7%Nt6NFRjMxaz%MaxbHof", "type": "image"}, {"id": 10958028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d37918a-e3b8-4352-9263-7e0a8515c1a9/width=450/10958028.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZNTK.4ou6%1%1RPxwR%NXRiMyRPnzIoWDxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/470831", "modelId": 422576} \ No newline at end of file diff --git a/datasets/metadata/470903.json b/datasets/metadata/470903.json new file mode 100644 index 0000000000000000000000000000000000000000..0d6a9dc20c042e3e137ebf7a9294b86e6e3da6f1 --- /dev/null +++ b/datasets/metadata/470903.json @@ -0,0 +1 @@ +{"id": 470903, "index": 0, "name": "Mai - PLP Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-27T15:02:25.830Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["MAI"], "stats": {"downloadCount": 66, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 389583, "sizeKB": 20319.3876953125, "name": "470903_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T11:21:00.663Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A25076C3", "AutoV2": "1DDC9F2A96", "SHA256": "1DDC9F2A960AA97F3B808B9C5ACF0321527F9F728491CE3B5778AC9297D458E5", "CRC32": "1ECEBF76", "BLAKE3": "6D70EEF0284E4731A87DA3350F890D86BC132A29B421312F397141E543E04B05"}, "downloadUrl": "https://civitai.com/api/download/models/470903?type=Training%20Data"}, {"id": 389780, "sizeKB": 223099.60546875, "name": "mAI.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T13:55:53.324Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4C533627", "AutoV2": "84B7A5B7B5", "SHA256": "84B7A5B7B58071C6B30A285DD0DD11AF7372789AB5F0E74370C2B052EF4EB341", "CRC32": "F12D966F", "BLAKE3": "83A98E3E83DC907338A1AE3B58F446E84DBE0997F22BF8EA455F107BD2E7954F", "AutoV3": "AE6CCF334F98"}, "downloadUrl": "https://civitai.com/api/download/models/470903", "primary": true}], "images": [{"id": 10900161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7a7ecae-df36-48bd-90de-03c4e7901aa5/width=450/10900161.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "UlN9|KM{?^xu%MMxx]ogo#t7aKtR-;xuxut7", "type": "image"}, {"id": 10897935, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f619c0b-85db-4fdb-8d10-c255c8329376/width=450/10897935.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "UCF#zM~V00IpIpo1%Lt70LjF?GxuxZxa%2NG", "type": "image"}, {"id": 10900007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ffff625-6486-42b4-8636-b0f3fc346677/width=450/10900007.jpeg", "nsfwLevel": 4, "width": 800, "height": 1200, "hash": "UFDbpJR*00xZ9vWUWUxZ-pWCM{js~VR*9Zxa", "type": "image"}, {"id": 10901660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5152dd4-bbb6-49cc-9913-bf631ab2189e/width=450/10901660.jpeg", "nsfwLevel": 4, "width": 800, "height": 1200, "hash": "UTI}ec~p9uoI%LWASOxu?cxvxZ%M-;j@NGof", "type": "image"}, {"id": 11013756, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b624d4a8-6f41-4536-819f-ffee7635f58b/width=450/11013756.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "URNA6c~q?^XnEOxbD*tRRi$*sRxuozxv-pt7", "type": "image"}, {"id": 11013873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05b6f7bd-3f43-42ee-8d4a-21c1dc6f669b/width=450/11013873.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UIM7DVx^yr~qTKae01jY4:xZ#%n$jZo}bctQ", "type": "image"}, {"id": 11014062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a7c2703-3359-4d66-9c8f-02a7e73801c9/width=450/11014062.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "ULN0n}Mx?^tl0haJ4:M|O[-o$etQRnoL%1s:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/470903", "modelId": 422642} \ No newline at end of file diff --git a/datasets/metadata/471037.json b/datasets/metadata/471037.json new file mode 100644 index 0000000000000000000000000000000000000000..003d6b9173195b0ea813c88d229793cbc8cf6fac --- /dev/null +++ b/datasets/metadata/471037.json @@ -0,0 +1 @@ +{"id": 471037, "index": 0, "name": "lo_sangstaaa", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-27T23:10:50.489Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 55, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 389930, "sizeKB": 199989.11328125, "name": "471037_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T15:41:25.751Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AD1F7F16", "AutoV2": "7A883320D2", "SHA256": "7A883320D23DB8F669949EA5DD8E409ADA98C3F081F1C60D4C66906D7CA028D2", "CRC32": "02E6ADC0", "BLAKE3": "1908756A452C5813E19032356B1EA348F69D23A0CE7273688774C25D521DAA21"}, "downloadUrl": "https://civitai.com/api/download/models/471037?type=Training%20Data"}, {"id": 390659, "sizeKB": 223111.87890625, "name": "lo_sangstaaa.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T23:10:47.617Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AA48CA7F", "AutoV2": "2B5F139E5D", "SHA256": "2B5F139E5D016CD794CBE96B302CA7B9E4E7581166A314FC94FE6891A76028B8", "CRC32": "275C6E64", "BLAKE3": "11D088C0F45E94EAC278A48586514C606575EBD2047835D7B854FCA4D95E3B60", "AutoV3": "3AEA599872DE"}, "downloadUrl": "https://civitai.com/api/download/models/471037", "primary": true}], "images": [{"id": 10938234, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/733a8c0b-d600-4717-b2da-357fa2436afb/width=450/10938234.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UEHoB-Mx01nNNHIT~qof.SMx$%R*~qof9ZRP", "type": "image"}, {"id": 10938230, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cee33442-1c98-4ee4-8ab8-d758853c5327/width=450/10938230.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UEHoB-Mx01nNNHIT~qof.SMx$%R*~qof9ZRP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/471037", "modelId": 422770} \ No newline at end of file diff --git a/datasets/metadata/471104.json b/datasets/metadata/471104.json new file mode 100644 index 0000000000000000000000000000000000000000..b8938aaeefff4a46b659aa45d6c3e2a23364bce4 --- /dev/null +++ b/datasets/metadata/471104.json @@ -0,0 +1 @@ +{"id": 471104, "index": 0, "name": "Nazuna Hiwatashi (PonyXL)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-27T14:44:06.612Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["anthro, furry, fox, nazuna, pink and white fur color, two-tone fur,", "pink hair, long hair, hair between eyes, red eyes, animal ears, animal tail, fluffy tail"], "stats": {"downloadCount": 126, "ratingCount": 0, "rating": 0, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 389787, "sizeKB": 223103.09765625, "name": "Nazuna_Hiwatashi_PonyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T14:00:56.564Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B193B54B", "AutoV2": "942FF6D013", "SHA256": "942FF6D013DD37FA60832C1B2BC0AB8FBD54FE44687D407247D85B303203239A", "CRC32": "D99D1BFE", "BLAKE3": "A6218DCBDC2D6FEFDC4FDF5DE12136096E042793A26E565C3D489F9386944A33", "AutoV3": "F884DC97EC76"}, "downloadUrl": "https://civitai.com/api/download/models/471104", "primary": true}, {"id": 389745, "sizeKB": 8425.8349609375, "name": "471104_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T13:26:22.796Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F63966C7", "AutoV2": "DA251FC1D4", "SHA256": "DA251FC1D4DE2A0492E286D7E4F4E485046472665BF115D6578F921E75318383", "CRC32": "7E566AC5", "BLAKE3": "520BA27244C23995AAEBAE5E86CB7C19BF716A6F4DD57702F2D9687384C32591"}, "downloadUrl": "https://civitai.com/api/download/models/471104?type=Training%20Data"}], "images": [{"id": 10900150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14d7feef-c0a3-4fba-94bb-468eaf339d2f/width=450/10900150.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUO3bA^l_3OX~pn+pINtNGWBIoR*xGRjxGt7", "type": "image"}, {"id": 10900148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f8c4ece-ea75-498c-9759-d83a76db87db/width=450/10900148.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UMLzUPxI0wox1-Se7hj]IxS2rxsp%Nf9,@o0", "type": "image"}, {"id": 10900753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8caa390-717c-4dbc-b210-45d636c8245a/width=450/10900753.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UWM6*oVtiGs.w8nNNfoM^*s9x^s:?^aMrqWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/471104", "modelId": 422830} \ No newline at end of file diff --git a/datasets/metadata/471265.json b/datasets/metadata/471265.json new file mode 100644 index 0000000000000000000000000000000000000000..20fb0060aab7a1c932ce8abd2cdb4f69fe5aceb8 --- /dev/null +++ b/datasets/metadata/471265.json @@ -0,0 +1 @@ +{"id": 471265, "index": 0, "name": "Zoe Trent (PonyXL)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-27T16:42:04.770Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["anthro, furry, female, dog, dog girl, Zoe trent, light violet fur color, two-tone fur color, purple hair, multicolor hair,", "short hair, right eye covered with hair, bangs, blue eyes, gold collar with blue gems, body fur, tail, fluffy tail"], "stats": {"downloadCount": 75, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 389901, "sizeKB": 2991.5556640625, "name": "471265_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T15:20:42.960Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "58EADDF6", "AutoV2": "4F444461DF", "SHA256": "4F444461DFADA5FC44C7999B270BADA7A1A7AA04BFD02AB478F61167A53AC973", "CRC32": "D9B2D92D", "BLAKE3": "641D1B495F869994B65B6D7A6A0499244FBEDF02618A3AEE90FEABB7C50860F0"}, "downloadUrl": "https://civitai.com/api/download/models/471265?type=Training%20Data"}, {"id": 390045, "sizeKB": 223101.96484375, "name": "Zoe_Trent_PonyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T16:40:43.482Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C81D8C5F", "AutoV2": "22C10C1473", "SHA256": "22C10C1473EBE9E2FC49F963BBD58125DDFC18D907B2C2626BDBAD451DD94A26", "CRC32": "7AEE1941", "BLAKE3": "71B6F8B84A0AB171E388B06AD2AC17E48EF48A76C45D674B6CE1E901AFE5A160", "AutoV3": "36DC14DB758F"}, "downloadUrl": "https://civitai.com/api/download/models/471265", "primary": true}], "images": [{"id": 10909353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d766cac-8394-4fe1-ac8c-70caa88b0751/width=450/10909353.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCHns%7mTiaS02xxOa?Y]}$+^nxbAC9swQwP", "type": "image"}, {"id": 10909346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8aeb473-b413-49f5-a847-5aab5f30296d/width=450/10909346.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UPLzdr9b$2-%3FWDRnX7Q1xaR*Ro5xtexrRU", "type": "image"}, {"id": 10909998, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f968011-7283-4e83-a006-467a0c012f48/width=450/10909998.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UTK,C9}[y8=}%Bx-x@S#TBe-%3IC=_nmWVNF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/471265", "modelId": 422979} \ No newline at end of file diff --git a/datasets/metadata/471333.json b/datasets/metadata/471333.json new file mode 100644 index 0000000000000000000000000000000000000000..f98fbe89987738ef3ed2e4a4b5180009b02c4911 --- /dev/null +++ b/datasets/metadata/471333.json @@ -0,0 +1 @@ +{"id": 471333, "index": 0, "name": "v2 Hotfix", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": null, "availability": "Public", "nsfwLevel": 23, "description": null, "trainedWords": ["green eyes, blonde hair, streaked hair, multicolored hair, two-tone hair, pink hair", "fake animal ears, rabbit ears, thighhighs, elbow gloves, white gloves, leotard, cleavage, garter straps, hat, nurse cap, thigh boots, high heels, white footwear, white thighhighs, jewelry, bracelet ", "yellow eyes, brown eyes, black hair", "high heels, skirt, purple footwear, short sleeves, shirt, long skirt, blue shirt, black skirt, collarbone", "(bunnystein-naddy:1.3), hair over shoulder, large breasts, (mole under eye, mole under mouth, mole on breast:0.8)"], "stats": {"downloadCount": 136, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 389950, "sizeKB": 36983.3662109375, "name": "Haruno Nadeshiko (Bunnystein Fantasy).safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T15:46:32.218Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6325DB5E", "AutoV2": "29378EA599", "SHA256": "29378EA5991BCB4DB1D0D40381D1651D0BB7DDFE8A308688FA364ABD664AD495", "CRC32": "989E3DB8", "BLAKE3": "A983959FB198A0B79320EC298A79D467FAEAEA57D614BD7A4EE99D2283D1D19D", "AutoV3": "DC6FD7682233"}, "downloadUrl": "https://civitai.com/api/download/models/471333", "primary": true}, {"id": 389956, "sizeKB": 303275.58984375, "name": "trainingv2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T15:52:36.448Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "428F41FE", "AutoV2": "350CD8A978", "SHA256": "350CD8A9787E495E6C37715389C51B2120866074BAA4422DF754D6972D7AE742", "CRC32": "26D2E388", "BLAKE3": "8118534CA26C9E100F4043702F04C7293688E561EBF72C6D38F3904C1557144F"}, "downloadUrl": "https://civitai.com/api/download/models/471333?type=Training%20Data"}], "images": [{"id": 10924719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6619542f-9972-4638-8571-f9dacac5b6f6/width=450/10924719.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U9HeC00j00V@004-o~^*4.S4~X-S0L-pi]4;", "type": "image"}, {"id": 10924720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/351547f3-4da2-44e6-9e3d-8bfed3cf5d96/width=450/10924720.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UUI;ho~VI.x]t8xvo#ozD%WBs:V[4;D%IUni", "type": "image"}, {"id": 10924727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86bf609e-9052-4f42-9377-b7963bc09826/width=450/10924727.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U5EoY;01EZ%h0;M#00sY4o^%Epoz00.6~WVq", "type": "image"}, {"id": 10924738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8812c8a1-985c-4f03-8835-4e977f0bd26e/width=450/10924738.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UHHKe4NL4-=_?[WER.-:VX$jx]%2tkEMs9NH", "type": "image"}, {"id": 10924726, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5849c2a4-b996-4904-9e9e-60d209067836/width=450/10924726.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USHUtZ0LjDM|-:RkM_WB~VM|R*ayxZWVa$WV", "type": "image"}, {"id": 10924718, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56a28527-b098-41eb-a410-5c127dfd27ee/width=450/10924718.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U7IgZZ7g00--004T,[_301~W^+#8689a0e.7", "type": "image"}, {"id": 10924714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9db3bb9-22d6-4440-a2ff-7c0c4c91a159/width=450/10924714.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJI}Cko00Mx]m,WARjS4?ct6~WNG9FofIoM{", "type": "image"}, {"id": 10924721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2420f0c-372c-4978-acdf-ae822c7c9d07/width=450/10924721.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UBKTxq9G01N48wX4IpRP5X-;?I~W4nj]00tl", "type": "image"}, {"id": 10924728, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1930473a-6bb8-4d5c-8c97-d6b3896d912e/width=450/10924728.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFG[i^0NIm4:_2%NjDD%~UIV%1Ip^%D*tSRk", "type": "image"}, {"id": 10924716, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/086b1041-c5a1-448f-af2c-3a52a8a48010/width=450/10924716.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBI;6X%2BPDP01EL_2~p0f^*Md-;?]IVDiIV", "type": "image"}, {"id": 10924715, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf41e2a2-ea50-449f-ac05-b1d84e74b276/width=450/10924715.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UFJ%RS0g5P}@b^t6Mex@-fR.?bIoNYn+R6S2", "type": "image"}, {"id": 10924733, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a814ba87-8822-485f-a339-b58b5cdcebf6/width=450/10924733.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFKc|jDOT}^%0M%gDOQ-56X8NG?a8_RPx[IV", "type": "image"}, {"id": 10924717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e1b8648-afe8-4602-900c-4b82b5ddbfeb/width=450/10924717.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UBI|%i?b58MxDOjbQ-a000D*i{?G~pxuEMM{", "type": "image"}, {"id": 10924729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0c11f3d-9158-452c-a3e5-8db89f0ea907/width=450/10924729.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKJ7j+_NAAxVPC?b%M9Fx]NHW?-:nP%2tPWB", "type": "image"}, {"id": 10924741, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11a03bed-0ab1-4e9f-b740-55cf1c9050ff/width=450/10924741.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UAKwnLDh1l?v0A^$A1E2}QE1HrMeD$rpDjD%", "type": "image"}, {"id": 10924740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2876f3e1-f0b0-4975-b73d-129c532b29fb/width=450/10924740.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZG*vO~V--t7%1bINdWCE2IpawR*D*RjM|Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/471333", "modelId": 421521} \ No newline at end of file diff --git a/datasets/metadata/471562.json b/datasets/metadata/471562.json new file mode 100644 index 0000000000000000000000000000000000000000..df58130e7428b03a34e7a6f7ce2ec755e405b358 --- /dev/null +++ b/datasets/metadata/471562.json @@ -0,0 +1 @@ +{"id": 471562, "index": 0, "name": "Mama coca", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-27T18:25:18.344Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 24, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 390176, "sizeKB": 75.078125, "name": "471562_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T17:50:35.929Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "A2BBE00418", "SHA256": "A2BBE004180D69428485D3829EDC1B8B0FF7CEAA29FBD3692F8B2BC6673522D0", "CRC32": "1289FDA6", "BLAKE3": "91711BEE36EDCB74B1AFCBEA17BF5765E2125FE5B1BA29C958541B225762962A"}, "downloadUrl": "https://civitai.com/api/download/models/471562?type=Training%20Data"}, {"id": 390217, "sizeKB": 36977.3671875, "name": "Mama_coca-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T18:16:32.154Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "744D37EC", "AutoV2": "B357DF1213", "SHA256": "B357DF121301AD63D17C387AD56EE05A27F939CA167062C3E2D36F5DC41714CE", "CRC32": "DF6FA2BA", "BLAKE3": "66552CCB4EF73ED259F8EB3D17762E14DA0B1CE89750BED073B5452C4FEAC484", "AutoV3": "01ECA9F781D0"}, "downloadUrl": "https://civitai.com/api/download/models/471562", "primary": true}], "images": [{"id": 10916853, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ef8f3c2-349b-4d6e-a773-3f00c9577dbe/width=450/10916853.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6C=#T9G3q~A0L%g4:r=Gs,o=_Jo5Rb^?Gi_", "type": "image"}, {"id": 10916852, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cccc6ee-6630-4085-a5f1-411f8d994035/width=450/10916852.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6CiQ?=ED39^5P?aIU9uY5M|}s%2GFNI?Zv~", "type": "image"}, {"id": 10916851, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a9d59c5-6ca8-4234-b344-5babead143bb/width=450/10916851.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UAECai$jp^IWUD%2=YRQgfjGyCRk~ARkI=Rk", "type": "image"}, {"id": 10917482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21387346-ec9e-4b60-880b-e10619600c3b/width=450/10917482.jpeg", "nsfwLevel": 1, "width": 720, "height": 714, "hash": "U8GHew9Z2_~A0ytS9ZsmGZ=b^jNKEgT0-:sl", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/471562", "modelId": 423246} \ No newline at end of file diff --git a/datasets/metadata/471569.json b/datasets/metadata/471569.json new file mode 100644 index 0000000000000000000000000000000000000000..39bcc8b01f537a37282a8229de3badc2c8b56c3a --- /dev/null +++ b/datasets/metadata/471569.json @@ -0,0 +1 @@ +{"id": 471569, "index": 0, "name": "ffxv-universe", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-29T17:31:23.273Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 52, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 391406, "sizeKB": 60633.2763671875, "name": "471569_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T08:01:01.414Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AC4434E4", "AutoV2": "944A55704A", "SHA256": "944A55704ACE8B1206C0823E454E7A24820F72FC04136B05896EEBB18F7D8008", "CRC32": "9C4198ED", "BLAKE3": "007BD19802DFDBD100DABCF9E4C2A5DE96D631618E43B65640DDBF607FB48657"}, "downloadUrl": "https://civitai.com/api/download/models/471569?type=Training%20Data"}, {"id": 398225, "sizeKB": 36984.734375, "name": "ffxv-universe-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T20:20:43.561Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "83ABD283", "AutoV2": "5439539449", "SHA256": "5439539449322CFF13FE311C4EA7B8CCDCCBB8B0378C3DEA7EEDB970352EAC86", "CRC32": "36142097", "BLAKE3": "A6CF9C105DC4A3EE5588E5D2B84F6B0B9598EF350AD37A7FBC8DF166F7A0F92C", "AutoV3": "6749026D1E23"}, "downloadUrl": "https://civitai.com/api/download/models/471569", "primary": true}, {"id": 394117, "sizeKB": 36984.734375, "name": "ffxv-universe-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T17:30:46.379Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "83ABD283", "AutoV2": "5439539449", "SHA256": "5439539449322CFF13FE311C4EA7B8CCDCCBB8B0378C3DEA7EEDB970352EAC86", "CRC32": "36142097", "BLAKE3": "A6CF9C105DC4A3EE5588E5D2B84F6B0B9598EF350AD37A7FBC8DF166F7A0F92C", "AutoV3": "6749026D1E23"}, "downloadUrl": "https://civitai.com/api/download/models/471569?type=Model&format=SafeTensor"}], "images": [{"id": 11094045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1908a057-8418-4971-b223-bc492e3f2bd9/width=450/11094045.jpeg", "nsfwLevel": 1, "width": 960, "height": 640, "hash": "UCFh*F00~n%f?YNLtP%LNsD+?HE1?aM|kVxt", "type": "image"}, {"id": 11094096, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9080ba2-93fb-496d-90b8-fe745b6704db/width=450/11094096.jpeg", "nsfwLevel": 1, "width": 960, "height": 640, "hash": "UrEWXfWUV?Rju6RkV@f5t-WUnjWBWYayt6WC", "type": "image"}, {"id": 11094103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcf41c2a-1a13-4335-a419-bea4920d8aba/width=450/11094103.jpeg", "nsfwLevel": 1, "width": 960, "height": 640, "hash": "UXFY$2M{H=%L?wRjiu%2x^Rki^RkI?ozs,M{", "type": "image"}, {"id": 11094075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74c0eeb2-666c-4888-8f1d-2c16f8fa2bc1/width=450/11094075.jpeg", "nsfwLevel": 1, "width": 960, "height": 640, "hash": "UjEDL|xsRNV@.ARjaJaeo~Rja{oetSayofoe", "type": "image"}, {"id": 11094099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/563ab195-9778-4a79-8a92-6fc203962fee/width=450/11094099.jpeg", "nsfwLevel": 1, "width": 960, "height": 640, "hash": "UHEe_P0LWXRj0gM{?G9a~VE2t7oL9ajF%LM|", "type": "image"}, {"id": 11094127, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f67110e-e1e1-466a-8318-a477c9c151d4/width=450/11094127.jpeg", "nsfwLevel": 1, "width": 960, "height": 640, "hash": "UxBqk}o#RjofyZtQjFj]XokBjubHWZV@bHay", "type": "image"}, {"id": 11270404, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/012efa14-c258-4556-bb87-e637d208d940/width=450/11270404.jpeg", "nsfwLevel": 1, "width": 4000, "height": 3007, "hash": "UbKno7-;M{-;~qWBofWB_3WBoeWB?bayoLWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/471569", "modelId": 423252} \ No newline at end of file diff --git a/datasets/metadata/471604.json b/datasets/metadata/471604.json new file mode 100644 index 0000000000000000000000000000000000000000..77be3eed4784a28204249cbe4ee6f00462d5e4e8 --- /dev/null +++ b/datasets/metadata/471604.json @@ -0,0 +1 @@ +{"id": 471604, "index": 0, "name": "Miss Wilhelm", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-27T20:04:09.874Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 45, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 390207, "sizeKB": 269.712890625, "name": "471604_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T18:10:50.547Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "C09501D271", "SHA256": "C09501D2717F4DE50E91621915D3F9C2616FF2C3C1BE2AF62329FDC117E09F84", "CRC32": "8C90D451", "BLAKE3": "F7E41DAD66CF31C631B33069EE26C242E2752F745D9FDA595B94BBF0E5645AC1"}, "downloadUrl": "https://civitai.com/api/download/models/471604?type=Training%20Data"}, {"id": 390358, "sizeKB": 36977.4453125, "name": "Miss_Wilhelm-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T19:57:29.513Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F06B993D", "AutoV2": "A6E80DEB83", "SHA256": "A6E80DEB835DD951012203DE1D8030FAC6746A6E81BC88B33A62AD9929623A78", "CRC32": "A09059BA", "BLAKE3": "F6DE8821D3901B9AC7C5648CFF9881E2DD35B5910DFC2FF12FE85043DCF04FCB", "AutoV3": "A29DD9AF7C23"}, "downloadUrl": "https://civitai.com/api/download/models/471604", "primary": true}], "images": [{"id": 10924827, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e372a0c-7096-46c3-b654-365e03ff11c8/width=450/10924827.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UBHe5#4n00?b~pIoDO-:T0jYwIX9%MM{Rixu", "type": "image"}, {"id": 10924826, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57c8da8a-18fe-4f45-a56c-71d0909797cf/width=450/10924826.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UGI4kgE+0M~BGHt7%2%1Mxi^nN9Z0KIUR%jZ", "type": "image"}, {"id": 10924828, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1ece790-768e-4eae-b3e8-5280974f33ac/width=450/10924828.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UGE_~#NI0LV@~WNID$V@xuWBIAWBtRofRjWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/471604", "modelId": 423281} \ No newline at end of file diff --git a/datasets/metadata/471715.json b/datasets/metadata/471715.json new file mode 100644 index 0000000000000000000000000000000000000000..f88fb55374cd14f89b71ea9341cc7f440f428eee --- /dev/null +++ b/datasets/metadata/471715.json @@ -0,0 +1 @@ +{"id": 471715, "index": 0, "name": "fuzzy mascots", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-28T02:01:59.170Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 27, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 390745, "sizeKB": 66272.1162109375, "name": "471715_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T00:20:41.455Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7F2EE664", "AutoV2": "3C441A05E1", "SHA256": "3C441A05E1758FA579EBE78A1838DA337AD925CDD254B56E01D2FFCEAC39EE82", "CRC32": "3C46672A", "BLAKE3": "9236EAA4D631A5F182155A04FB58C7A92F044AA000F0A5D146C90A1B7F745C83"}, "downloadUrl": "https://civitai.com/api/download/models/471715?type=Training%20Data"}, {"id": 390889, "sizeKB": 223120.95703125, "name": "fuzzy_mascots-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T02:00:45.753Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F95A34B5", "AutoV2": "51A415A4F5", "SHA256": "51A415A4F55B6F8E5D8A4C9A552CA55674A280B9A09560A464B09BCFD498D5D8", "CRC32": "24AE9454", "BLAKE3": "227681941D26809DB404377687ACC23B40F3AE2237A7D91430A3775BDCE58C2C", "AutoV3": "3DD11E978E8A"}, "downloadUrl": "https://civitai.com/api/download/models/471715", "primary": true}], "images": [{"id": 10948421, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b75d4cae-abba-4277-b08d-233531611bb7/width=450/10948421.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAGHL|J700^4~BsoELJ80zxZ~BEg-TNbR+-9", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/471715", "modelId": 423381} \ No newline at end of file diff --git a/datasets/metadata/471734.json b/datasets/metadata/471734.json new file mode 100644 index 0000000000000000000000000000000000000000..66244c2be74def0144e706332c9b93e551bf6f38 --- /dev/null +++ b/datasets/metadata/471734.json @@ -0,0 +1 @@ +{"id": 471734, "index": 1, "name": "Pov M+D (looking down)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-27T21:30:13.803Z", "availability": "Public", "nsfwLevel": 28, "description": "This is a sex position Lora for pov missionary. Trying to get the pov to lean in and look down, pretty basic atm so hopefully it's working.
prompts
Pov missionary, penetration
Pov missionary, creampie
Pov missionary, facing away, penetration
Pov Missionary, facing away, creampie
", "trainedWords": ["Pov missionary, penetration", "Pov missionary, creampie ", "facing away"], "stats": {"downloadCount": 1219, "ratingCount": 0, "rating": 0, "thumbsUpCount": 201, "thumbsDownCount": 0}, "files": [{"id": 390335, "sizeKB": 6980.396484375, "name": "471734_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T19:40:52.620Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "565A425B", "AutoV2": "EAD9CD4303", "SHA256": "EAD9CD43033DE0997111FAA6CBA277D0241DF50F8A2BCA3B5B2C8046CDD7B59C", "CRC32": "949B47F3", "BLAKE3": "4CBE2512687DD780FDF754F5C1CB78A972C964AE5E2308B828DA1EE67F291A06"}, "downloadUrl": "https://civitai.com/api/download/models/471734?type=Training%20Data"}, {"id": 390485, "sizeKB": 223099.01953125, "name": "Pov_Missionary_looking_down.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T21:16:20.543Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E61049C3", "AutoV2": "20A31506BB", "SHA256": "20A31506BB3407526E3607F8430FA47E5B6A5A25E128DCE4EEFA10CBEBD27081", "CRC32": "2A1B4A75", "BLAKE3": "EE7D832676B7351E1507AA020318845E05C93A9580C2B73F67C0690518A2145E", "AutoV3": "FE497385F9F0"}, "downloadUrl": "https://civitai.com/api/download/models/471734", "primary": true}], "images": [{"id": 10931984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa1f6642-aa74-4939-a9f2-7ced20b70854/width=450/10931984.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UEL:WOxa0yxGB@of?ZkC0Nj[^*of~qj]D%WB", "type": "image"}, {"id": 10931983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac158137-db18-4ddc-80d3-5688b95de24f/width=450/10931983.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UMLy[*^*pJof_4t7-pt60LWU-oay~pt6x[ae", "type": "image"}, {"id": 10931985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4673b7f6-5262-4fa9-86e3-5f7720dcedce/width=450/10931985.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UVM6e#xt58oMTMofofofELa}oeod~nj[M{j=", "type": "image"}, {"id": 10931853, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d08005c5-161c-40a6-b651-ab47504d98b9/width=450/10931853.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHLpaR~WF|xub|Io%1WV0Maz%1WVf,xu-nt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/471734", "modelId": 423398} \ No newline at end of file diff --git a/datasets/metadata/472086.json b/datasets/metadata/472086.json new file mode 100644 index 0000000000000000000000000000000000000000..ac289943610fdadb75f0a9033c1d512772668d62 --- /dev/null +++ b/datasets/metadata/472086.json @@ -0,0 +1 @@ +{"id": 472086, "index": 0, "name": "Pomni", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-12T09:40:36.605Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 85, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 419137, "sizeKB": 223098.94140625, "name": "Pomni_r1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T09:25:52.335Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A48FD1A8", "AutoV2": "9E0B005203", "SHA256": "9E0B005203C9F3254B1259A24BA04747532FB421FFBF3EDDA12DC8D85803F373", "CRC32": "40D1E15F", "BLAKE3": "8384A33FBA480B272938F0E48EE8BA9F458CE2264F8D5AA0D8DAFB82209C036F", "AutoV3": "6ADA59EB5FDA"}, "downloadUrl": "https://civitai.com/api/download/models/472086", "primary": true}, {"id": 390701, "sizeKB": 321.869140625, "name": "472086_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T23:45:43.648Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "273CDBCA81", "SHA256": "273CDBCA8134E974BF06E1ACE12A2ECB4B65C5D89C6E2369ADC294E4BC87662F", "CRC32": "C716B3AE", "BLAKE3": "433CD330167759FA06D9D1F324C9B155620E80C37D9972285EF6E4DEBA4045B6"}, "downloadUrl": "https://civitai.com/api/download/models/472086?type=Training%20Data"}], "images": [{"id": 12235782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4638b6a6-a9de-4356-b061-24db04ab68f8/width=450/12235782.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UIH__E~q1CboEoT0kCV_?a%Na^t1yFWs--xt", "type": "image"}, {"id": 12235783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85102e99-1127-4185-b35a-5066f2dc61c2/width=450/12235783.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UMIY8:~p5fX2NiXUt6V[-.xvRit1x_f,-nxt", "type": "image"}, {"id": 12235784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2634c06e-633f-4903-b1ee-11d4011747fe/width=450/12235784.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UJIhd3~W0]$eA0R;V[Io.6tRNEX3%OkD%dxU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/472086", "modelId": 423706} \ No newline at end of file diff --git a/datasets/metadata/472088.json b/datasets/metadata/472088.json new file mode 100644 index 0000000000000000000000000000000000000000..9446d2c92d38e32f7b76ae4d83cbf643fd5c2cde --- /dev/null +++ b/datasets/metadata/472088.json @@ -0,0 +1 @@ +{"id": 472088, "index": 0, "name": "sh\u00e4dman br\u00e4ndon cr\u00f6ssdresser", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-28T01:19:10.379Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 25, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 390711, "sizeKB": 1527.9755859375, "name": "472088_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T23:51:28.950Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "C50F8BA2DF", "SHA256": "C50F8BA2DF92BACD8EE3D2987D5C6383AA30E323355BCB96588131D0629A8453", "CRC32": "8612665A", "BLAKE3": "9AA46079B04766D56E7136053A6BD88A3B0F5BF91D62DC9E1DBCC2DC088EDA07"}, "downloadUrl": "https://civitai.com/api/download/models/472088?type=Training%20Data"}, {"id": 390827, "sizeKB": 18547.421875, "name": "sh\u00e4dman_br\u00e4ndon_cr\u00f6ssdresser.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T01:21:49.932Z", "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/472088", "primary": true}], "images": [{"id": 10945784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b845cea9-f918-4194-bb6e-058ef1413ef2/width=450/10945784.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UJINXZIqInjC={xW-pS5}=s-Iot8-UoKxZRj", "type": "image"}, {"id": 10945786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/314683c6-ddd1-495b-a150-eddff11512ef/width=450/10945786.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U7G8vMxKBqE*-OxbW9x^csxu}=wK.8%NW9r?", "type": "image"}, {"id": 10945785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fda89ee7-b12a-4cce-945e-f073308968c1/width=450/10945785.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "U8L:At|;%MD*Eg0Mxa-6%gS0I;^N5=NHI:xC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/472088", "modelId": 423708} \ No newline at end of file diff --git a/datasets/metadata/472104.json b/datasets/metadata/472104.json new file mode 100644 index 0000000000000000000000000000000000000000..819212eee79259cf068de51d0da0b99637aeda5c --- /dev/null +++ b/datasets/metadata/472104.json @@ -0,0 +1 @@ +{"id": 472104, "index": 0, "name": "1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-28T00:07:39.464Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["lipstick, long hair, brown hair, messy hair, earrings, black tanktop, cleavage, black long sleeves, fingerless gloves, legs, black pants", "shank"], "stats": {"downloadCount": 42, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 390733, "sizeKB": 36978.9375, "name": "Shank_-_Wreck-it_Ralph.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T00:10:49.272Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3593D0EB", "AutoV2": "4773B92DF7", "SHA256": "4773B92DF794F3440F53C2D60DC42C94D867BAF97ABC7CA330EA224B2CB8A0AC", "CRC32": "F133C3C6", "BLAKE3": "8DD4E38B1B30A6534570DFDC44E9E6DF11316C8D5E27FCDB86334B5C4FA1859D", "AutoV3": "375F1370D12A"}, "downloadUrl": "https://civitai.com/api/download/models/472104", "primary": true}, {"id": 390713, "sizeKB": 662.5859375, "name": "472104_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-27T23:50:42.411Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "4F8CB64861", "SHA256": "4F8CB64861EF8F19A11DB99AAD1D64B5B46AD624122802F0669A39AD9B19BE7B", "CRC32": "33828961", "BLAKE3": "6CF1C4FEC3D8823C5616804394567C49C633108BD0B5DD686C97523747165463"}, "downloadUrl": "https://civitai.com/api/download/models/472104?type=Training%20Data"}], "images": [{"id": 11338319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/576fe369-e977-4714-aab6-aa4554adb177/width=450/11338319.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UWEn-D-p%Lxa~UtRxtt6-:xuoffl%Lt7WXj[", "type": "image"}, {"id": 11338325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2588bdda-53f0-493b-bd34-2aa58542ce8c/width=450/11338325.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBB:A?^%Kzt3_IoxtPoLbqjFR*W;9wM}iyR*", "type": "image"}, {"id": 11338324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bcb185c-24a0-4588-99d4-f8882a00a596/width=450/11338324.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UYEKx=%1%1xZ}@xtt7t6?Ft7t6s:xtoybbfk", "type": "image"}, {"id": 11338321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2567a494-884c-47fc-b52a-87d16c268a2c/width=450/11338321.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UOC#Vg$%J7W;}sbaWVoe$%W;oLoLt6kBbHWV", "type": "image"}, {"id": 11338322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b05c0e0-32ae-484b-b5b7-bd7fd6de0505/width=450/11338322.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U59s6c-n0NE3}?jZ0~Nb5SNH-Tt6E$s:^OI;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/472104", "modelId": 423723} \ No newline at end of file diff --git a/datasets/metadata/472193.json b/datasets/metadata/472193.json new file mode 100644 index 0000000000000000000000000000000000000000..961dbac8dbde53164437a8c9ee9aa88074512c03 --- /dev/null +++ b/datasets/metadata/472193.json @@ -0,0 +1 @@ +{"id": 472193, "index": 0, "name": "dakimakura(2 shots in front and behind)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-28T09:36:06.464Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["dakimakura,2strips,left is from front,right is from behind", "pajamas", "underwear", "blush,look at viewer", "bare foot"], "stats": {"downloadCount": 667, "ratingCount": 0, "rating": 0, "thumbsUpCount": 115, "thumbsDownCount": 0}, "files": [{"id": 391497, "sizeKB": 18547.515625, "name": "dakimakura2_shots_in_front_and_behind-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T09:30:33.818Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "56AE4AC0F4", "SHA256": "56AE4AC0F446CDBFFEB021C77BB96D808384BC6974BF4905BD2D665C600934EB", "CRC32": "7548AF63", "BLAKE3": "92338E898DCCA203964511E75416F86668692F3B2134F957258690A827058BFD", "AutoV3": "05A949BB6213"}, "downloadUrl": "https://civitai.com/api/download/models/472193", "primary": true}, {"id": 391599, "sizeKB": 18043.9404296875, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T11:06:27.255Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CAC75FA2", "AutoV2": "25C8051574", "SHA256": "25C805157446E278C518807E7F4782757D94B22D6235CD9E9402C36314E2DD5F", "CRC32": "C04C9535", "BLAKE3": "6E491E2D4DC5D61A685CA1BA07014DF07A8E042EEEA4DC7C997EC627053D1A8E"}, "downloadUrl": "https://civitai.com/api/download/models/472193?type=Training%20Data"}], "images": [{"id": 10978071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cea3d021-8164-4900-bd19-fa02b47a17ec/width=450/10978071.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UDJQ$f00?HH??G~pM{xa5Rf+t7?HNaRj%LS4", "type": "image"}, {"id": 10978066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/209c2603-7cdf-4999-ac5c-157a56f5041d/width=450/10978066.jpeg", "nsfwLevel": 2, "width": 864, "height": 1304, "hash": "UGMs.y^k%1~pIm-oRkoJ0KS#M|xGx[t7xaM{", "type": "image"}, {"id": 10978067, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1cc6ac5-659c-4ffd-98f1-0d34d7c5f769/width=450/10978067.jpeg", "nsfwLevel": 4, "width": 864, "height": 1304, "hash": "UQL3[eR5Mx~Vj]?bbaxuIpM|t7fl%LWVjFRP", "type": "image"}, {"id": 10978068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ab5758c-72ed-4961-a41e-ddc1f5371ecc/width=450/10978068.jpeg", "nsfwLevel": 1, "width": 864, "height": 1304, "hash": "UQLpdc?G9F~Ui^t6ayxtTyI;kWWXT0NGxuX8", "type": "image"}, {"id": 10978064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ead733d-2702-4ce5-b837-a8e9ce6d2be0/width=450/10978064.jpeg", "nsfwLevel": 4, "width": 864, "height": 1304, "hash": "UFJ*0S00nht7M{~q%MD%OZ4:WBtR=yMxj[Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/472193", "modelId": 423809} \ No newline at end of file diff --git a/datasets/metadata/472205.json b/datasets/metadata/472205.json new file mode 100644 index 0000000000000000000000000000000000000000..9f402e8fca6381afa397c0cdbea849b9b7a3156b --- /dev/null +++ b/datasets/metadata/472205.json @@ -0,0 +1 @@ +{"id": 472205, "index": 0, "name": "dakimakura(2 shots in front and behind)_Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-28T18:32:25.998Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["dakimakura,2 shots in front and behind,full_body,1girl,solo,blush,look at viewer,bare foot,", "pajamas", "underwear"], "stats": {"downloadCount": 1128, "ratingCount": 0, "rating": 0, "thumbsUpCount": 182, "thumbsDownCount": 0}, "files": [{"id": 392284, "sizeKB": 223101.44140625, "name": "dakimakura2_shots_in_front_and_behind_Pony-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T18:21:04.676Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CDE77587", "AutoV2": "F0BF27B659", "SHA256": "F0BF27B659F77EBD515A7BA483E7E7568A6E0706CDB1BE0E29F4C9052F708077", "CRC32": "6A3E3577", "BLAKE3": "92B1A5165FF84D4990C89FF6A8517BF0D8C801C7FC73447D206E82B4570AE25D", "AutoV3": "625DB0B308D2"}, "downloadUrl": "https://civitai.com/api/download/models/472205", "primary": true}, {"id": 392307, "sizeKB": 18206.3759765625, "name": "detaset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T18:40:40.336Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5454CCAC", "AutoV2": "E57297E4A7", "SHA256": "E57297E4A7177D918F44A3B576DD76AE8F380B8B2269477F00B7C67F182976BC", "CRC32": "8FC01447", "BLAKE3": "2E0527C1EE00C2132D0F0DFDDE1707E5C511277A126B992CF41FC8ADA40488C2"}, "downloadUrl": "https://civitai.com/api/download/models/472205?type=Training%20Data"}], "images": [{"id": 11008506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/972e850e-f3c5-4a30-a284-1b3bca0271a7/width=450/11008506.jpeg", "nsfwLevel": 4, "width": 768, "height": 1280, "hash": "ULN0e*x[IB~Vx[aeoKR%X.jZ%Mt7xuofozWB", "type": "image"}, {"id": 11008587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42d16099-c660-47f3-96d3-ea622307dfd1/width=450/11008587.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UAOV_w_4RQ,.yB%2RjWo0{E0Rjx]9tWAtRRj", "type": "image"}, {"id": 11008755, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/213bbf63-3d36-4dee-898b-24eea2587d0f/width=450/11008755.jpeg", "nsfwLevel": 4, "width": 768, "height": 1280, "hash": "UFO|2]?bIV?G~U%MWVxZEkV@V@oz?an$WBW=", "type": "image"}, {"id": 11008767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5009d4a-057d-40a8-b806-109304ca7c02/width=450/11008767.jpeg", "nsfwLevel": 8, "width": 768, "height": 1280, "hash": "UKO3kR~Cs9PBIoxas:S28_O?ozv~IUbbt7Rj", "type": "image"}, {"id": 11008880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fd464e7-867c-488b-adad-a985ec76d0bc/width=450/11008880.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UWKmhM~qxan$9ED%V@bbOss;oJS2tRozt6of", "type": "image"}, {"id": 11008945, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5becddb-f8e7-4bc2-a779-c0c3191b7c6c/width=450/11008945.jpeg", "nsfwLevel": 4, "width": 768, "height": 1280, "hash": "UFLgV09aD%~WNb?akCRjx_RPxuWVs=%Mt7M{", "type": "image"}, {"id": 11008955, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5874771d-e473-4e33-978a-e19f0b828521/width=450/11008955.jpeg", "nsfwLevel": 4, "width": 768, "height": 1280, "hash": "UHIp*pJ9%L%2o|$%f6R*9GnijZWB~CS4t6xu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/472205", "modelId": 423822} \ No newline at end of file diff --git a/datasets/metadata/472221.json b/datasets/metadata/472221.json new file mode 100644 index 0000000000000000000000000000000000000000..bd5f632c5061d1c0558e5db5913ca7e3f6399fd4 --- /dev/null +++ b/datasets/metadata/472221.json @@ -0,0 +1 @@ +{"id": 472221, "index": 0, "name": "TobiXvoor", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-28T02:52:05.173Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Tobias X'voor"], "stats": {"downloadCount": 35, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 390823, "sizeKB": 86585.0537109375, "name": "472221_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T01:21:52.801Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "95CD1BD0", "AutoV2": "E9BC38D9DF", "SHA256": "E9BC38D9DFB9D4682B5DA68C2CF15B5D9EA71DB0953390CC9F0CD4476FDB6EA6", "CRC32": "AD7566EA", "BLAKE3": "61F3961E09F34BB03A6BA9A6FACB951EAB8689D01B19DD2DF6A8181182CF73CF"}, "downloadUrl": "https://civitai.com/api/download/models/472221?type=Training%20Data"}, {"id": 390969, "sizeKB": 223106.26953125, "name": "TobiXvoor.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T02:51:54.284Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "51934E75", "AutoV2": "43896E8328", "SHA256": "43896E83287670AB06A4D85736F7A69F677B101864FB647038874F51B5579873", "CRC32": "D578E1D1", "BLAKE3": "7A4AC9DED6023C2EDB60A551642D8D304FCA5D33BB8EC0DBC58F7A9724B39D28", "AutoV3": "6CAEEEC93B90"}, "downloadUrl": "https://civitai.com/api/download/models/472221", "primary": true}], "images": [{"id": 10951888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e42498f-fb40-4eaa-b47a-2008d6723e4e/width=450/10951888.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "Ue8=vRbbJ.XmlokCS#kWTebcs.jYTKX8w^ay", "type": "image"}, {"id": 10951260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2398fadb-07c4-47e9-bead-6adc89c4d0a5/width=450/10951260.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "Uh4iS@kVX7jFYkkCiwb^ctbvjFj@cEeng4e.", "type": "image"}, {"id": 10951261, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/976eed80-2d58-4221-b8d3-1c67e573ffae/width=450/10951261.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAGlF#00?rE3%I.8_ND%02o#rWs+RgM{Mxxu", "type": "image"}, {"id": 10951259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a322df3-18f4-4e49-a3aa-ea24e52d1d3d/width=450/10951259.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJFY3_~U=qrq}Rw]tQt7D*NGI[kDJ.X8wcnO", "type": "image"}, {"id": 10951885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/400f3da3-e148-4483-b0fa-5f27ba5e3218/width=450/10951885.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U49shz01}=Nb%gD*%LIp0#-6R.M|#RS~smni", "type": "image"}, {"id": 10951881, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10f3c304-6818-4402-8235-023660940785/width=450/10951881.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U55hiQMdTdMy_4MxSfM{DiRjZ~Rj9FofxZoe", "type": "image"}, {"id": 10951879, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b9da6b3-944f-4a42-8104-0dfed32d78c6/width=450/10951879.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCCiK;%MOq0f~VxakCV@01jYR6=|9GaeV@xu", "type": "image"}, {"id": 10951886, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d73fb5b2-5bb9-4748-8126-2850309bba69/width=450/10951886.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U7BVz~0fABIp~VM|jYWC00?Grs%1V?%LNH%1", "type": "image"}, {"id": 10951880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a60364a5-7df6-4f4a-a491-d684e0c3b64f/width=450/10951880.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UE7x2d_N.9?b-;x]ozxu8_D$IAIU9FIARPIU", "type": "image"}, {"id": 10951890, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09f4e1e2-ca53-4fa8-9ee3-c74ef65560af/width=450/10951890.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UD9%_3q[P;m-^nsSJ3sqHYTKI7o|RAOYEJoz", "type": "image"}, {"id": 10951891, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d94f7b87-5685-4cbc-aa39-12aef1fd19cd/width=450/10951891.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "Ug5kd|icSgbcloaKVsafT{j?rrjZY5bvofjZ", "type": "image"}, {"id": 10952207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9171cdd-c724-4e3d-b21a-a2728ec4495d/width=450/10952207.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U66a@r~px]%3%M%MtQj]RiRPRPM{D%M{nhs,", "type": "image"}, {"id": 10952454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9200dcc3-6594-4249-a005-e0db7e184457/width=450/10952454.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UB7-=}_4yFSi%%x]kXS4DiM{i]xtD%Rjr=s,", "type": "image"}, {"id": 10952912, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f9960b1-c43e-47a0-9bcb-1a10a0f3aaf2/width=450/10952912.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGBfnf0fx]R*~WEMkCof%3WVxDf6I;slsmWB", "type": "image"}, {"id": 10952913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c94f9c7b-4e1e-42c8-b972-6b23beec7b51/width=450/10952913.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "ULBWYz~p%gtQ-:ofNHNGnNRPnOxGR*R*WBj[", "type": "image"}, {"id": 10952910, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7080be1e-53ef-45c7-a6ad-47c1ecc8dfd5/width=450/10952910.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UJBD4y?HE%f4~W-pOFbEt8xG-Vt7Ioi{xGbv", "type": "image"}, {"id": 10952914, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c51d30b6-9f31-4f1a-81fa-1fefff2e7cd5/width=450/10952914.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBDvTQ00?wIo_Njv56xu00xum+IU00%Mw^M{", "type": "image"}, {"id": 10952915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/706d8950-5a48-41a4-a421-56f39d822f6c/width=450/10952915.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBE_]h00_2?H~p4:oyof01^*$%564:xut7IV", "type": "image"}, {"id": 10971523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c94c645-5f3a-4d94-a2ed-30b7be9c289a/width=450/10971523.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UW7:CJbvS$ozUHkCRkW=LLkCsmW=o|WqrroL", "type": "image"}, {"id": 10971521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fa1e187-0f54-4e09-bc75-4f83c294ba01/width=450/10971521.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "US5tmgofT0bbp{j[X8bHTdbHjFfkTebInNkC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/472221", "modelId": 423835} \ No newline at end of file diff --git a/datasets/metadata/472243.json b/datasets/metadata/472243.json new file mode 100644 index 0000000000000000000000000000000000000000..2b06db88cbf84d2290f648e9cea4759d41521894 --- /dev/null +++ b/datasets/metadata/472243.json @@ -0,0 +1 @@ +{"id": 472243, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-28T01:43:14.893Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 97, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 390854, "sizeKB": 36986.3984375, "name": "prima doll Ouka -000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T01:31:44.888Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3FBDE11D", "AutoV2": "7A02678300", "SHA256": "7A0267830019CF959D3E73440D736D7FF236C69707210C7C25ACB86133B87F8B", "CRC32": "D6291013", "BLAKE3": "F04095DB09419FB8AC6DA24F88DDC2033C1D471D07B3888F2EBF45FEE1A4F994", "AutoV3": "6732E5F4EEEB"}, "downloadUrl": "https://civitai.com/api/download/models/472243", "primary": true}, {"id": 390855, "sizeKB": 43582.88671875, "name": "Prima Doll ouka.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T01:31:53.602Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "524ECD41", "AutoV2": "8A148D2158", "SHA256": "8A148D2158C362CDD13CD6485A9ADC76DB9E5EE774C712869A2BC37417DDCB74", "CRC32": "CE6E60D7", "BLAKE3": "C9073A9CBEB44635282D4720167C5735B5409EFFA0B13355F5B57A1E847C90B5"}, "downloadUrl": "https://civitai.com/api/download/models/472243?type=Training%20Data"}], "images": [{"id": 10946422, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8bfa5ef-d1d2-4c7a-91c6-e988098a3501/width=450/10946422.jpeg", "nsfwLevel": 1, "width": 1328, "height": 1992, "hash": "UVLpmc0ORzjd~VIuM{WF4o%ei~j=M_R.s.xY", "type": "image"}, {"id": 10946511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19e797e4-6a80-4fb3-8e36-e822d4fd6117/width=450/10946511.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCLzdK$+00Di~p_3E0-p00kCxZM{9uIUs89F", "type": "image"}, {"id": 10946580, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16199135-8048-40fe-b361-726943f6c01f/width=450/10946580.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGLp{x.804Ip.TbJ9dNG00xuV{M{J6t7ofn#", "type": "image"}, {"id": 10946606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/866d0c03-319d-43d5-af0d-4fb75dc462c4/width=450/10946606.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBJtes0000xt~pM{0K%100xvt8tQ?GoyxbIo", "type": "image"}, {"id": 10946642, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c87b2c0d-2599-4f5a-a5c3-3ac590036004/width=450/10946642.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9JaWOxt00IU_Mt700xt00oft7M|=_jZ~WRj", "type": "image"}, {"id": 10946772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b83c2f2-6b90-46cd-92b6-29a50c7de959/width=450/10946772.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCJ*F,?Z020L?wxu01~W00%MIUITMxI:%MRk", "type": "image"}, {"id": 10946845, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/277edeed-56f7-4db4-8673-e953884e7fc9/width=450/10946845.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAHnyx~V0000-;M{ofx]tRtRV@RP?GofjZ9F", "type": "image"}, {"id": 10946912, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d80a8de-2f00-4b26-8495-ead40401765e/width=450/10946912.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9J7?qW-00NeT09G4noe00~pD*VtxaNHtRIV", "type": "image"}, {"id": 10946997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4d5bab9-a4f9-4ac3-8dc1-6556be5a38f5/width=450/10946997.jpeg", "nsfwLevel": 1, "width": 1328, "height": 1992, "hash": "UGJaZf^+1kKkY8t64:9GDjI9w^WU8_%1t7x^", "type": "image"}, {"id": 10947112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b65d20c0-8476-492b-baa3-5e211a8d1730/width=450/10947112.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKQlX[.Ro+rw~XxaR*j^9ZbaxWox^-a#M^WC", "type": "image"}, {"id": 10947110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57d30b39-f72d-42d0-9a66-ad2f52fbb3a0/width=450/10947110.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCLzaM%f004.0w~D4.bb00bcRP9F-qWAjYIU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/472243", "modelId": 423851} \ No newline at end of file diff --git a/datasets/metadata/472312.json b/datasets/metadata/472312.json new file mode 100644 index 0000000000000000000000000000000000000000..1800033ac00e1bd19772a8158199e2a4cc2b6dcf --- /dev/null +++ b/datasets/metadata/472312.json @@ -0,0 +1 @@ +{"id": 472312, "index": 0, "name": "RoiadanPDXL", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-28T07:16:30.372Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": ["Roiadan Vanzey"], "stats": {"downloadCount": 34, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 390908, "sizeKB": 70464.861328125, "name": "472312_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T02:11:27.181Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DAB08868", "AutoV2": "5ECCA755CE", "SHA256": "5ECCA755CE9427283BE37D07AD6277C8A1F136E8E95DB88BD54AF4D945A16A3F", "CRC32": "0F197556", "BLAKE3": "336C96C8BE4C29987759AF9AC410DE506363D12E48705047F1963A56FC768003"}, "downloadUrl": "https://civitai.com/api/download/models/472312?type=Training%20Data"}, {"id": 391343, "sizeKB": 223103.73828125, "name": "RoiadanPDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T07:16:05.961Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9EFAD59E", "AutoV2": "E61CBE1914", "SHA256": "E61CBE1914545CD4319F34F8995B2EE53580C725A58C6EA44A739D1D61B275D7", "CRC32": "7F17D351", "BLAKE3": "42BBCE9F751172EE4C1597E866F63893E3B955A658BCA4ED7B19FA2EC1938CE1", "AutoV3": "73713E6F051B"}, "downloadUrl": "https://civitai.com/api/download/models/472312", "primary": true}], "images": [{"id": 10971183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a7d78ed-b99f-4644-813d-4404878c5619/width=450/10971183.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UME.bE?HPBS$~Wxub_kW9ZRjMwad9FM{rqni", "type": "image"}, {"id": 10966530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d173b2e0-682c-4b9f-b611-21c5484321ca/width=450/10966530.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "URE.Lq4nFxjY~W9FbwoLN_M|%1t7NHaexYt7", "type": "image"}, {"id": 10966834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c80d13f-ed5d-4c85-a7a3-8bb855a8bc74/width=450/10966834.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9F}~88_AFxa00-:9_RjB=R.+aogRNNI~VWB", "type": "image"}, {"id": 10966771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/109b9bed-b8a7-49ff-aa7f-27e0d8c28413/width=450/10966771.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UiGl6b%Mkrt7~qxut8a|S4ofi_V@IVofV@WB", "type": "image"}, {"id": 10966835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14d54875-9982-47aa-8bc9-2d4ea7659cb2/width=450/10966835.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U7GI7b00?^9FOFDhPpD%00VrQnWUIpM_^jxZ", "type": "image"}, {"id": 10966728, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b25ebed6-7c1c-47fd-86dd-351b47959925/width=450/10966728.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "URGbxO-;.Tx]_4RjW;fk4nRjMdV@E1WBs9jZ", "type": "image"}, {"id": 10966836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0dc4200-f62c-49c2-a117-30e0ed4490a5/width=450/10966836.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U5GRh,00_Ks:00%1PC9G01-:4TxvS1%L~V-o", "type": "image"}, {"id": 10966732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/109b9bed-b8a7-49ff-aa7f-27e0d8c28413/width=450/10966732.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UiGl6b%Mkrt7~qxut8a|S4ofi_V@IVofV@WB", "type": "image"}, {"id": 10967066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9981f67f-8c5b-4d8b-bb4c-ae6e12d510e4/width=450/10967066.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UfGI$Lt7o}xu_Nj[azozX9WVRPV@4.WBV@Rj", "type": "image"}, {"id": 10967544, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7337b904-b0a2-4f9f-b9ec-bf5552c8a76c/width=450/10967544.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UnG[ygt8kCt7_4t7RjofOsofV@jtozRjs:oL", "type": "image"}, {"id": 10967545, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebdd9b60-a6d7-4477-b101-638ab5c13124/width=450/10967545.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UfGRuJ?bW;of~q%Mayoftmt8jFs.kXj]e.f6", "type": "image"}, {"id": 10967736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f715aa17-3a4a-4509-b781-0e6692cf9b3e/width=450/10967736.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UXI4L%-VRjR*~qozWBofTyS#f+bctmj]oeWX", "type": "image"}, {"id": 10967737, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b9732eb-bd3d-46e3-85eb-dda533315c1b/width=450/10967737.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "USJs^O=FofMwuPRPbbnNt-bvWVofJ:t7wbg3", "type": "image"}, {"id": 10967738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5dad4d0-50ce-4e32-b3ba-9252c85ce03d/width=450/10967738.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UaH-fO-;IoNH_NxuV@oek?kWadofpJt7n$of", "type": "image"}, {"id": 10967739, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73afe25e-70be-45f8-882e-101f77d41caf/width=450/10967739.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UXIz*gS$E1snYRofxFR*cZaeWqbIogR*s:t6", "type": "image"}, {"id": 10967735, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/046cce44-d444-4a95-aa48-2c7be6abeb50/width=450/10967735.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UaJtMC?GShW=*0ozt7oz%hofjFs:x]oLsmWB", "type": "image"}, {"id": 10971181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0aaf124-f217-48c9-8ba3-9e87fb64e929/width=450/10971181.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAF5Kw~Vt+oe?bWVEMNa00IoH?xa4oR*enaf", "type": "image"}, {"id": 10971180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/073b52ee-9816-4fca-a488-809eaa2e64c5/width=450/10971180.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAFr6S00~pRj.9V@TJRj00-:VEWV00xuM{xt", "type": "image"}, {"id": 10971182, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea79c083-f139-4665-94bc-dbcaba7a1da9/width=450/10971182.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBD9SO~WPqTJ~X%2S$t700IUZgwcJ7M{-9ni", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/472312", "modelId": 423918} \ No newline at end of file diff --git a/datasets/metadata/472381.json b/datasets/metadata/472381.json new file mode 100644 index 0000000000000000000000000000000000000000..8d7303aeb2488fb56ba75213fb55830ffecd22c2 --- /dev/null +++ b/datasets/metadata/472381.json @@ -0,0 +1 @@ +{"id": 472381, "index": 0, "name": "Captain Tokwan", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-28T04:25:44.430Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 29, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 391123, "sizeKB": 18551.078125, "name": "Captain_Tokwan.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T04:26:29.753Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "6C4EA23778", "SHA256": "6C4EA237781D88464CA2098C64A84DCBDF77BAA648CCA289F4767921DDFCC20C", "CRC32": "14BE9D10", "BLAKE3": "D88EE9E52DF33AE9E7449592CFE8B47AAFD41EA70E6A66D6D6754216D88D9059", "AutoV3": "564A6A95194A"}, "downloadUrl": "https://civitai.com/api/download/models/472381", "primary": true}, {"id": 391022, "sizeKB": 17760.111328125, "name": "472381_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T03:25:52.153Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9A20283E", "AutoV2": "50C7999F46", "SHA256": "50C7999F46015BC4B5F202A17CA433B2BFFBA0CC9A180F105A58AB2FE037AF17", "CRC32": "93FB6E55", "BLAKE3": "3DD3AE01064B0E83186AFACBAB02771E05299CAA8BB0413FEFD315CC04214707"}, "downloadUrl": "https://civitai.com/api/download/models/472381?type=Training%20Data"}], "images": [{"id": 10957467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/987b4808-86eb-463e-9176-24816018df3d/width=450/10957467.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8Ee=9-9tj-CwSxBI;%M*JE9NONE~mo|%hIp", "type": "image"}, {"id": 10957466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59e139ad-b622-46b9-b3dc-f3b4ed094aa5/width=450/10957466.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UVGuq5k8Rha3~Ws:%hn~?ZRk-=o__3WB%MWY", "type": "image"}, {"id": 10957469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1be26373-6221-4a12-a3b5-d71b326dfe4f/width=450/10957469.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U$K^{d%M~pWB%Naexua}ITWCRoj@-:oftRRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/472381", "modelId": 423975} \ No newline at end of file diff --git a/datasets/metadata/472497.json b/datasets/metadata/472497.json new file mode 100644 index 0000000000000000000000000000000000000000..8de8275092a60c3aabc0e5e05b0d8677389f9744 --- /dev/null +++ b/datasets/metadata/472497.json @@ -0,0 +1 @@ +{"id": 472497, "index": 0, "name": "v1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-28T07:53:43.158Z", "availability": "Public", "nsfwLevel": 1, "description": "", "trainedWords": ["Maverick Ellis Rowe"], "stats": {"downloadCount": 34, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 391394, "sizeKB": 223102.87890625, "name": "MaverickPDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T07:50:59.164Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CDD7D605", "AutoV2": "B1B770FDC8", "SHA256": "B1B770FDC8D34A245BF8E1B4504C6018D1E6A3E755FDF556D48DEABBCE4DBE86", "CRC32": "C9197B3A", "BLAKE3": "A4BD177B0BDAE56BBB179B426AE2EF54EBAC4C01637D4978D9CEF6D4133E3E2E", "AutoV3": "88A9CC7C25CA"}, "downloadUrl": "https://civitai.com/api/download/models/472497", "primary": true}, {"id": 391145, "sizeKB": 112707.7822265625, "name": "472497_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T04:35:47.356Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6DBF6D93", "AutoV2": "B46FE84228", "SHA256": "B46FE84228A9EC5F0A5D874B3780281B9C75DE08770EC7DDC5B9CD0F1BEB1A68", "CRC32": "770B1230", "BLAKE3": "2CEADB76887316338CBBD483AD70D2E410D4B41EF92159C5A4579DB552CFC337"}, "downloadUrl": "https://civitai.com/api/download/models/472497?type=Training%20Data"}], "images": [{"id": 10969752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca0553a2-afad-40dc-8af5-a77ec223d983/width=450/10969752.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UNIqim^*.SXS~qs.xZxF0fNHIAn%~Ws:ofbI", "type": "image"}, {"id": 10969304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16c4ffbc-ebfe-475e-a754-781b87978f5f/width=450/10969304.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UZFYV}bb%g%2~pNGx[t7OYIUjFNGS~azRjNG", "type": "image"}, {"id": 10969674, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/758e2256-f657-4e20-a53c-b1e0081fb2fa/width=450/10969674.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UaK^sqr=.mS$_3NH%2xF9aj[MdWB_3oMxaoz", "type": "image"}, {"id": 10969583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15a0ec9d-31dc-4694-a3b9-f6493b0f71eb/width=450/10969583.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UeELpd~VtRoz-p%M%2ofbvxu%2of%2t7WqR*", "type": "image"}, {"id": 10968858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbfb6554-7656-4703-92ad-2179fec797f6/width=450/10968858.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UaF5]jR+IUS4_4WBa0X8TLt7r=oLx^t7R*oL", "type": "image"}, {"id": 10969552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9efb3bc9-6038-442f-b12f-7095dd5280fb/width=450/10969552.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "ULHnvv01yYxt~WWAoft75RtRwIIU?Hs:WBkC", "type": "image"}, {"id": 10968854, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd67fdad-954e-45bc-8ddf-b39b6f4107b9/width=450/10968854.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U95$6[Mde-oJyZVsIAoLt-V@embHyERPxCWC", "type": "image"}, {"id": 10968855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/839bb9ed-1175-4668-962f-d1bf86c96036/width=450/10968855.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCBpLh_4~BVr?c_3jFrq9vs;smwIE+NH$%r=", "type": "image"}, {"id": 10969219, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01d2394c-abad-444b-825d-682489548af7/width=450/10969219.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UiEVgA%MR+oL~q%MRjay?axaV@ay%MoeV@of", "type": "image"}, {"id": 10969217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed15f29f-8c3b-4dfd-a9f0-e62e7b876ead/width=450/10969217.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UaHxHU$#%MxZ?woexZkB9}R.M{R+%Mj]NGWC", "type": "image"}, {"id": 10969305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18dc5ab8-446d-4582-b289-0ebee1a7d3af/width=450/10969305.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UUE2|ORkbb%2_NxaWB%1yXNGxFNHyDM|WBNb", "type": "image"}, {"id": 10969369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/290d1afd-ea8c-41f4-a3e9-7e5d11977a74/width=450/10969369.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UgE{a|_N.8x]%g%MxuoeELNGaKRP-pt7WXRk", "type": "image"}, {"id": 10969397, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b2a6237-e6dc-4610-a1a1-0d46c5ca55bf/width=450/10969397.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UVGI1M?cT0xu~q-=W=xtE*xuV@oJ%MWXRjRj", "type": "image"}, {"id": 10969412, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de7a0674-884a-4db2-86e7-bf803f28c96a/width=450/10969412.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U64.*xt7RPX9yZRiROogpdoznNtR%$ozf+a|", "type": "image"}, {"id": 10969413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5cf01ce-82cf-4b61-8961-94cab4a5d8e6/width=450/10969413.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UF5~h8tlXSo#.TozX9jFt,oet7kCkrj?s:kD", "type": "image"}, {"id": 10969553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed54e778-f80e-4435-8602-17fea8b51d3b/width=450/10969553.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCByaGRO01E*NGX8xGw]0MkC}@spRPoLxuWB", "type": "image"}, {"id": 10968558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/674b2b8c-292b-4067-90cd-1b31ce934296/width=450/10968558.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U67n8=~X00000JE1-=^l0fIo?G^*=sxYI=EL", "type": "image"}, {"id": 10968560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76507c09-ad30-42e2-8c27-2c7c19c3d86b/width=450/10968560.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3A0g#_3^gD%000L00ozD%-o^+t7?vSi~ANF", "type": "image"}, {"id": 10968557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bca3cc2a-1536-473c-94ee-e123dc7b403e/width=450/10968557.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHGbF:4._3ae~WIUWBoz9txanhof?GRjR+WB", "type": "image"}, {"id": 10969673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bffc9cac-3684-4c13-a636-4153b7c35362/width=450/10969673.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMFOWF~VFxS#WCWBs9sn0LE2w^o2xuoexaWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/472497", "modelId": 424085} \ No newline at end of file diff --git a/datasets/metadata/472740.json b/datasets/metadata/472740.json new file mode 100644 index 0000000000000000000000000000000000000000..7321084851fae4631a485bd07bbd2c735852eba6 --- /dev/null +++ b/datasets/metadata/472740.json @@ -0,0 +1 @@ +{"id": 472740, "index": 0, "name": "War Rig | Mad Max Fury Road", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-28T10:05:08.927Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 70, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 391427, "sizeKB": 512.5966796875, "name": "472740_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T08:20:42.955Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "D353289C9B", "SHA256": "D353289C9B47BE59A11BDB8589F0E5752A2183F4013284F02DD0D799469209E5", "CRC32": "76C1534D", "BLAKE3": "462F9EA246F5B6C28A52F249F5B583F17A7D89EC2213C740D9D2D8F52F66E79A"}, "downloadUrl": "https://civitai.com/api/download/models/472740?type=Training%20Data"}, {"id": 391527, "sizeKB": 223099.58984375, "name": "War_Rig__Mad_Max_Fury_Road-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T10:01:02.282Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "153B701C", "AutoV2": "F467CEBB81", "SHA256": "F467CEBB81C071ECC3D57AD7AA22FE4E8BF3876B33EC59555876097D00CEFB76", "CRC32": "5E89C5BF", "BLAKE3": "AACF61F19C0F8B2E7A4461A4502EC2C69A4862A7C38D69B068AB860A4514181D", "AutoV3": "29425264F005"}, "downloadUrl": "https://civitai.com/api/download/models/472740", "primary": true}], "images": [{"id": 11000021, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04fa7e94-f5c3-42d8-9e40-95e8cc45650f/width=450/11000021.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UHGR;v_2~W%N5to#RkofDhRj4oIV00RjxaRj", "type": "image"}, {"id": 11000008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86229c4c-fe28-488f-bce6-bdb41019e379/width=450/11000008.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UDEoSv0K^KS%9%4.MwXU~W-nMx%N5XadRiW?", "type": "image"}, {"id": 10976214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7de10b83-2350-4ac2-8e10-247ddba55b4f/width=450/10976214.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJF~K+xa~WofpeR*R.j]x^s:M|j[tSWCMxWB", "type": "image"}, {"id": 10976213, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e1938af-24d0-474e-8654-5e0f282cd8a3/width=450/10976213.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6G[K9-;IUj[0201%1xZ-An%0Lxa00~B-pIp", "type": "image"}, {"id": 11000032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69c6028b-7f53-40bb-8ca7-d9103cd2081a/width=450/11000032.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UFHBrO_3~p.7L3%Mayt7H?Io0KIU00jFslRP", "type": "image"}, {"id": 10976212, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0788dc44-ecdf-4b94-b4c9-0c666b6cfcb8/width=450/10976212.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZHC1Zay%Mt7yZj]RkbHs;ofM{jZ9Gj[odWB", "type": "image"}, {"id": 11000031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4fe3aa1-bde6-49e2-a5e4-8c9e67ae955b/width=450/11000031.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UaG9BUNI$$t8lVIpn$WXRlo0RjRj4oxDa}ae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/472740", "modelId": 424309} \ No newline at end of file diff --git a/datasets/metadata/473017.json b/datasets/metadata/473017.json new file mode 100644 index 0000000000000000000000000000000000000000..fac41eb7903fada05168f20f263fbb7ab2207c59 --- /dev/null +++ b/datasets/metadata/473017.json @@ -0,0 +1 @@ +{"id": 473017, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-28T11:07:55.043Z", "availability": "Public", "nsfwLevel": 28, "description": "more training
", "trainedWords": [], "stats": {"downloadCount": 193, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 391606, "sizeKB": 36979.15625, "name": "Preggo_Bimbo_GB(1).safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T11:10:43.479Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9AC31B71", "AutoV2": "766BBBEF73", "SHA256": "766BBBEF734B347E87F19B8AB9C1C59CC6DC98B7285C302517770EABC03D0135", "CRC32": "F2EF21BE", "BLAKE3": "DF3FBB337DAEE965242BB2A67F363BC14FC0A18F538222D0493A86E4D9589C0A", "AutoV3": "56D318BEA5D4"}, "downloadUrl": "https://civitai.com/api/download/models/473017", "primary": true}, {"id": 391605, "sizeKB": 4177.9443359375, "name": "468978_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T11:10:48.818Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E228054B", "AutoV2": "E2F3AA3AFD", "SHA256": "E2F3AA3AFDD09D3ACFA66776DCB14A4C297032CCE44AB43B4676D6CBAA4D2D45", "CRC32": "E397739D", "BLAKE3": "5FF2A63D25E5868879E56A2318602AE287679A4AF857EDDF4BEF3608992971F4"}, "downloadUrl": "https://civitai.com/api/download/models/473017?type=Training%20Data"}], "images": [{"id": 10979043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8874bacf-1cd5-4d58-88f0-4cb9f591b2e2/width=450/10979043.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UYI;bVi^xuIU~qIobbRPb^jbniWBt7flRjWq", "type": "image"}, {"id": 10979046, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/981031fb-6b9f-4cf4-9df0-dab53678cd4c/width=450/10979046.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "ULHnQoRPOYbc~qM{WUt7o#xa-AxutRbbRjbI", "type": "image"}, {"id": 10979049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f03e26d-82db-4a8f-819d-71f7f7f14347/width=450/10979049.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UNGuOEs.%g%N_NE1bbxt%hR%-Vxu?bayWYog", "type": "image"}, {"id": 10979047, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04e38cce-1462-46f0-9f9f-9ced28cadb99/width=450/10979047.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UJIW+U~VEfnh~p^*jZRj5m-:j]WB^*?G%2Io", "type": "image"}, {"id": 10979048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38dadfbf-b9da-4aac-8417-49a7b7dc76e5/width=450/10979048.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UZJ7%X?bo}IT_NbcWBIAOYIUnhIAxuRjM{M{", "type": "image"}, {"id": 10979050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61833937-bf8f-4f95-8e63-ebb50db854fb/width=450/10979050.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UHHnKbI[E2-S_N%MR*Vr9}-;?GM{.8NIt7xa", "type": "image"}, {"id": 10979056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79c44ded-f555-4e81-bf4f-98bb7bf37661/width=450/10979056.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UUJjVfM{tRae~pWBo#xZOFt6%2t6-:jYs.WC", "type": "image"}, {"id": 10979052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9fd8b007-153a-4ff6-9cc0-5698bce3c85d/width=450/10979052.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UIIp@+VYEi%2%#rXt7I;T09Ft7EM~V$$R+tQ", "type": "image"}, {"id": 10979054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a84672aa-4fe3-4560-a366-808a983bb1f9/width=450/10979054.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UHGj?9s:57IpIpIpIpWB9aNG~B%157xZW.WB", "type": "image"}, {"id": 10979058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e6ccaab-ed7a-415b-8817-a1fb3914cf5e/width=450/10979058.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UAF}WXnO9a?GAHs9E2s:0L%1~VD*xa%1~Bxa", "type": "image"}, {"id": 10979059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d618536-156a-424d-b5ff-a938641ac7f9/width=450/10979059.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "ULJt9ssotlxa~qxaWXR*XmWC={Ri%gR+SLRj", "type": "image"}, {"id": 10979060, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38b2f681-a8d6-4593-8075-2171f9fe5481/width=450/10979060.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UCH^w}rq9tNG^*4.$*-oELM{~V%MXmadNaM|", "type": "image"}, {"id": 10979062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/402758ad-7472-48d0-adc7-b599dddd8877/width=450/10979062.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U5F}l]S5009F0f~C01E200E1_3%2-V4o}?t7", "type": "image"}, {"id": 10979065, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf146470-cbdc-4ff9-a1bd-e3385647c1eb/width=450/10979065.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UIIp}0MwK6%2yEr=%MRjxv9GtRI:~V-UR,xu", "type": "image"}, {"id": 10979066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/575346e6-6e89-42d7-a61a-fbecbec7e0a0/width=450/10979066.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U7F#H,~B000LX70fIp$*00nO~C-o9a={I:xG", "type": "image"}, {"id": 10979089, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c1022ff-f081-4029-8326-bf78a2fa52b1/width=450/10979089.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UGIXNxV]%z9Z_No#j@IUtl?a-Vt6_3X7IpRi", "type": "image"}, {"id": 10979091, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b475551-f567-4b49-aff0-5aaaa9f80e2d/width=450/10979091.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UAH1Vx00Nv~Bu5H??HIUO@8_-;E1~q#kxaxa", "type": "image"}, {"id": 10979092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0baf210-d5a0-4b95-bfe5-ca53de7bb6fd/width=450/10979092.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UJIgfg_NtlXS-;I?oJsmg3oz=|t7~W%gfSRQ", "type": "image"}, {"id": 10979090, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03a40685-74f6-47c1-b13d-939b986b060d/width=450/10979090.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UaJQs9-p-pM{~qt7WVIUXSWBRPRj%2WBWAbH", "type": "image"}, {"id": 10979093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb469d5a-730f-46d3-9313-56b36b11fdd1/width=450/10979093.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UAGkE^s:01r=0g-p4:9t00E2%1%2~CM{^kxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/473017", "modelId": 420869} \ No newline at end of file diff --git a/datasets/metadata/473134.json b/datasets/metadata/473134.json new file mode 100644 index 0000000000000000000000000000000000000000..c971e2819c1df6fd6e58da22c6da3028bf7796bd --- /dev/null +++ b/datasets/metadata/473134.json @@ -0,0 +1 @@ +{"id": 473134, "index": 0, "name": "Candle Fox (Kiff)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-28T13:29:53.103Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 391717, "sizeKB": 16868.498046875, "name": "473134_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T12:26:54.137Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "58063989", "AutoV2": "AA82EE807B", "SHA256": "AA82EE807BD327983BB2C6829DBC8FBAFFD5A0A1541A1B59DC470F999ACA7067", "CRC32": "E9B6FA87", "BLAKE3": "D65115EF2AEDC775746FF54B9498C1DF1D1DEAB76080E8522AF336676F972B9D"}, "downloadUrl": "https://civitai.com/api/download/models/473134?type=Training%20Data"}, {"id": 391808, "sizeKB": 36978.5234375, "name": "Candle_Fox_Kiff.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T13:26:50.539Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A9EB4938", "AutoV2": "FE6B490172", "SHA256": "FE6B4901727B3B1AA5BC85ECE6349031C7CBF603E19E49B3E9398E00F37836EF", "CRC32": "AC90B528", "BLAKE3": "6BFFA09DB27C1DCAA87A7D12D3FC1B1D01551A128F948ACAF8D19E0E6DEFA740", "AutoV3": "E7F8F17BE29C"}, "downloadUrl": "https://civitai.com/api/download/models/473134", "primary": true}], "images": [{"id": 10988708, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97cbec00-3585-448b-9c50-fa40eb755af7/width=450/10988708.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDMsA,LK00rDYkvMIVKiHXpH?bRP00bvt,jF", "type": "image"}, {"id": 10988709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f6ddbe0-dfe8-49ba-9e80-1aeb57d49e7b/width=450/10988709.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEM$734:00=x~B-:IA9]8wR5?^kX00pIo}rX", "type": "image"}, {"id": 10988707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8aa33e0f-4617-4877-8b2c-56ae9e7dc72e/width=450/10988707.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDLyvKTx00zVAa_3H?k=00DN~qyD00K4k=ml", "type": "image"}, {"id": 10989900, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59bec27a-11b4-4a89-888d-343d67b7e36c/width=450/10989900.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UOLD79~B.ROr1-Ne9}RkIb=^RksA]-RQ=vxt", "type": "image"}, {"id": 10989899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfa15747-4a32-4657-8206-7f01d02dfabb/width=450/10989899.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UUM$l55AyD-o3GWYOGS5E8S5niNHVYR*rrRk", "type": "image"}, {"id": 10989904, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e844c19f-e23d-4ffb-a0e6-ed4e5b44d634/width=450/10989904.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAE-BqJCD%X9Y8Ne0ySh:=n$E2jY0Ls+-Un$", "type": "image"}, {"id": 10989902, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52cabdf1-3211-43fc-bc4e-35834cdaaa0d/width=450/10989902.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBG%Gb16H?Iq?^NMDj5m}EAERjsl02n#%L-7", "type": "image"}, {"id": 10989897, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46820675-4d9f-4a2c-b551-cfaf926371a8/width=450/10989897.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UNN9I2~B_19u6oEOENWW0:ofERxtFgR+tRs:", "type": "image"}, {"id": 10989893, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a061591-08c5-4b88-827d-cce8cb1adf81/width=450/10989893.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UdKKG~ERTJx]T}W=W?kW-qRjs;R+%2Ipt6WB", "type": "image"}, {"id": 10989894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22c0287e-ff70-4468-aef1-6bc8aba2746d/width=450/10989894.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UgKmkR$wS}nP_N#*oNS#%gxVW=oyyCxtxZj[", "type": "image"}, {"id": 10989890, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a33062e-9267-4659-a733-7a2e386f65c9/width=450/10989890.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UfIXjnK7XnoM?wI^XnoM%MM}WUR*M|M|xCR*", "type": "image"}, {"id": 10989889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a00284b-14dd-4910-aff4-6002f8eaf046/width=450/10989889.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UoJRBj$MO?S$.T%1o#t7sqxuWUt6Nfs,sSjY", "type": "image"}, {"id": 10989896, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd7cf0fc-4d30-43ad-9b83-8f322f53903f/width=450/10989896.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UVIEnnIqyX-opys;K7j@p0jGozbGbwso$fof", "type": "image"}, {"id": 10989895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99508dbc-94a1-4172-ab7d-88f181f4b28f/width=450/10989895.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UaJto5-otlRjyZj[tRnh-VxYxuxtD*s,adX8", "type": "image"}, {"id": 10989901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba1b688b-bbd0-4f3a-994b-26fdda9a17c0/width=450/10989901.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9G%c9=_00587#Rj#7x]}@%Mi^m,00w{%#S~", "type": "image"}, {"id": 10989903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73c53750-ac3b-454f-a02e-6b2ab9b1676b/width=450/10989903.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCEm?}K6D*9w%j=x0#9^NNSdNHWB0fwa%2$z", "type": "image"}, {"id": 10989898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd02c227-5b7e-4874-9529-916512e516c1/width=450/10989898.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UNK-F5$wp{H?0=I9NzRi@XMwrWbv9ZEgX7R-", "type": "image"}, {"id": 10992877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12af2f13-901a-4d9d-b096-9cb6308278a8/width=450/10992877.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UhHUX-s9%L%2u6M{S$SO-?IoR.W=SjxBxYaz", "type": "image"}, {"id": 10992871, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/391ef666-221e-41fd-b6b0-f6215791b000/width=450/10992871.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UgH_3}JD?bspThI]T1j]=}RoS5a#EMaLWAR*", "type": "image"}, {"id": 10992870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5deed58c-82ee-474c-b7e7-a04b0eebd0b6/width=450/10992870.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UdGbMHNGY5%3Ths,R+S6wMR+M_RkDjs:InWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/473134", "modelId": 424660} \ No newline at end of file diff --git a/datasets/metadata/473168.json b/datasets/metadata/473168.json new file mode 100644 index 0000000000000000000000000000000000000000..93d0937714a581aea5b786923d02ec3ccd2bec73 --- /dev/null +++ b/datasets/metadata/473168.json @@ -0,0 +1 @@ +{"id": 473168, "index": 0, "name": "Daisy Dingo (PonyXL)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-28T13:54:20.395Z", "availability": "Public", "nsfwLevel": 28, "description": "score_9, score_8_up, score_7_up, score_6_up,source_furry,rating_explicit, anthro, furry, female, canine, Daisy Dingo, pancho fur color, two-tone fur color, black eyes, curvy, sexy, blue tank top, jeans, animal ears, animal tail, <lora:daisy_dingo7:1>
", "trainedWords": ["anthro, furry, female, canine, Daisy Dingo, pancho fur color, two-tone fur color", "black eyes, curvy, sexy, blue tank top, jeans, animal ears, animal tail"], "stats": {"downloadCount": 44, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 391766, "sizeKB": 4790.775390625, "name": "473168_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T13:00:48.642Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8570BDBC", "AutoV2": "FD7765427E", "SHA256": "FD7765427E548DD9ABA50849862E00CA694F301C6F6A1879D00B1F2E42F30129", "CRC32": "EDB1424C", "BLAKE3": "DE0F8C883C5CF312E2EF7406AC7284F5B0E1C72C9013CBB48B7A698D16DCA46C"}, "downloadUrl": "https://civitai.com/api/download/models/473168?type=Training%20Data"}, {"id": 391835, "sizeKB": 223101.98828125, "name": "Daisy_Dingo_PonyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T13:40:52.340Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B3373FEC", "AutoV2": "E2DC8ED0E5", "SHA256": "E2DC8ED0E5E77A1E8C84371F64D12A99CAE8DD1E53827647E7C0CEE21FB4D6DD", "CRC32": "EE46655E", "BLAKE3": "C2E2FEC7C25243AB3175A5CEDAB96A94D6D4EA048773503432DC1D095AD4D3F9", "AutoV3": "F399FFD6055A"}, "downloadUrl": "https://civitai.com/api/download/models/473168", "primary": true}], "images": [{"id": 10990887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4d94c28-6f71-4913-a5dd-486d1a41760f/width=450/10990887.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UDI5k]Ga00H;01-rPAtQ?^Is=;x?KlS*xan2", "type": "image"}, {"id": 10990008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4160bfae-c796-44ea-94bf-4a7a1564e052/width=450/10990008.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UfL;T?ofwbwbL4NIxVV@KSkCt6R,E9RkkDR.", "type": "image"}, {"id": 10990007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24c30494-a5de-4198-a35b-7b5486735c56/width=450/10990007.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEI}eIOx9FI]K#D,R%D*4n4o%gt6_M?axa%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/473168", "modelId": 424692} \ No newline at end of file diff --git a/datasets/metadata/473492.json b/datasets/metadata/473492.json new file mode 100644 index 0000000000000000000000000000000000000000..03505a30e76f15e09ba5dbf837f86ed934f7a14b --- /dev/null +++ b/datasets/metadata/473492.json @@ -0,0 +1 @@ +{"id": 473492, "index": 0, "name": "Rocket Raccoon SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-01T04:46:20.307Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 76, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 396954, "sizeKB": 223100.53515625, "name": "Rocket_Raccoon_SDXL-000013.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T04:51:29.038Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "83C7729F", "AutoV2": "B26A5BF96A", "SHA256": "B26A5BF96AFC92A3DE8EBF73D9C896170B123D1FAB25A07F7F174E97B3C86EBF", "CRC32": "67E1089E", "BLAKE3": "7BBA2755C0B0A88D284FF512CA65820CA7ED4C761BA27A156FB0894B3930DF00", "AutoV3": "A52665B0A085"}, "downloadUrl": "https://civitai.com/api/download/models/473492", "primary": true}, {"id": 392047, "sizeKB": 5585.30078125, "name": "473492_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T15:56:56.633Z", "metadata": {"format": "Other"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/473492?type=Training%20Data"}], "images": [{"id": 11221617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1415be36-1fe6-4d98-8afb-f6575c5d910e/width=450/11221617.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U49j7QDiBqIU_MaeE2t6#6%NIA%2IA%0-URj", "type": "image"}, {"id": 11221616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afba4233-21a9-4c51-ae02-2a035904064b/width=450/11221616.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFC6lej?_Nt8x[ayRkoLozWVWBoejFs:azRk", "type": "image"}, {"id": 11221618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f80998d0-2b70-49db-a109-860acfe65f38/width=450/11221618.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U16R0~-:0LIV~qxuxUay4ot7%Mxu-Ot7-pt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/473492", "modelId": 424972} \ No newline at end of file diff --git a/datasets/metadata/473603.json b/datasets/metadata/473603.json new file mode 100644 index 0000000000000000000000000000000000000000..af2fcc1ab6194baf131c3b008946331419379278 --- /dev/null +++ b/datasets/metadata/473603.json @@ -0,0 +1 @@ +{"id": 473603, "index": 0, "name": "Taylor-Skitter (Worm/Parahumans)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-28T19:12:49.504Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Taylor Hebert", "Skitter fullbody suit", "Skitter full face mask", "tactical black full-face mask with yellow lenses, mask with mandibles,", "detailed fabric bodysuit with breastplate, bodysuit made of the smallest scales,"], "stats": {"downloadCount": 96, "ratingCount": 0, "rating": 0, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 392201, "sizeKB": 6910.7861328125, "name": "473603_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T17:25:53.211Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1B6BFFD1", "AutoV2": "66D46F40DF", "SHA256": "66D46F40DFA58D6C2F1F01D2555A331D79E4880645764B785A9A87896B9C8117", "CRC32": "B8F4BA06", "BLAKE3": "2E250236BA58FE8C2495CB990C7663B3E3D8E631AA056D8CFD12BB53A4477770"}, "downloadUrl": "https://civitai.com/api/download/models/473603?type=Training%20Data"}, {"id": 392328, "sizeKB": 223104.46484375, "name": "Taylor-Skitter_WormParahumans-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T19:01:25.490Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C68A3D4B", "AutoV2": "56164E99D9", "SHA256": "56164E99D9529C85FB0295E3CAB115D3E5CFE5491E1A13F95E4DFB28C85F251F", "CRC32": "C7FF56F5", "BLAKE3": "3EA84AFDCF1C0FFECF1ED9AE42CFD894CC13AB08ECCE1BF836FE7E855C410710", "AutoV3": "BACDF2549A06"}, "downloadUrl": "https://civitai.com/api/download/models/473603", "primary": true}], "images": [{"id": 11011269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c064d8c-b2b1-415a-9182-2d15fe37db2e/width=450/11011269.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFA,,*of_4t7_3fRt8ofo#ayMwf7o#j[n$ay", "type": "image"}, {"id": 11011245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c05e00a3-6701-4940-9ee1-1318baa2945a/width=450/11011245.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEA0{*Rj_Mt7-:fkj[ofRkt6Myaft7WCs.j[", "type": "image"}, {"id": 11011295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b49fc092-6999-4c74-9476-564bd5053648/width=450/11011295.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UlK_2pWB~qxu-;jtWBofofj[RPWBtRayaeof", "type": "image"}, {"id": 11013694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f97fbf9-11f6-45ec-bfc7-ea99471fed02/width=450/11013694.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDE{z%0MF#-;TfITkssS%$-T9axZ_NMxW?xu", "type": "image"}, {"id": 11013693, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/473f3d3a-d39f-4f3b-ada1-cac2dde4324d/width=450/11013693.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBC~#Z-:_4IVR5jZ4.M{NxM{xaxaOYRk-UoJ", "type": "image"}, {"id": 11013691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ecc44bc0-d9bb-4a5f-8f6c-f552e2f50019/width=450/11013691.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U89QEgxu0MR*=|tRS$xt5pWU}@oe5Sof^OWB", "type": "image"}, {"id": 11013692, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/977bafeb-26fa-4025-8923-3439ec8e4f43/width=450/11013692.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCEn|y-A?^X9}YS30LV@t-EMR+$*AHxawIWB", "type": "image"}, {"id": 11013734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06056e68-ab09-4e74-8dd0-ab829867446e/width=450/11013734.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKECd-a|_3oL~pj[%Mof-;ofM{j@?bfkn~ay", "type": "image"}, {"id": 11031389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eaeb00bb-5619-4fd0-af78-9b5569d61e17/width=450/11031389.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UUCjY1j[%Nof_4kCkCV@-=WBRjWA?vWBogoz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/473603", "modelId": 425055} \ No newline at end of file diff --git a/datasets/metadata/473702.json b/datasets/metadata/473702.json new file mode 100644 index 0000000000000000000000000000000000000000..fb2b15159e691fe3448689beb422acd827eec891 --- /dev/null +++ b/datasets/metadata/473702.json @@ -0,0 +1 @@ +{"id": 473702, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-28T17:53:18.364Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 130, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 392245, "sizeKB": 22248.46484375, "name": "Anna_Belmonte_Spocon-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T17:55:36.413Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5730F427", "AutoV2": "2E39AABEB8", "SHA256": "2E39AABEB80F12C2AE35DD2320193F49C9830FB9BE0DC95C1F25532FCA81193D", "CRC32": "1338AFCC", "BLAKE3": "C377E9219383E961F04D6B8F4B9C0FF4EDEA7D2A2B31A7291609565C22624354", "AutoV3": "3409C49FE181"}, "downloadUrl": "https://civitai.com/api/download/models/473702", "primary": true}, {"id": 392246, "sizeKB": 53861.16015625, "name": "Anna_Belmonte_Spocon.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T17:55:39.782Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "29789C6E", "AutoV2": "0A2CF75E58", "SHA256": "0A2CF75E580DF48FC5D911A6209F8B24F790B4367CD2041C3EC14662BBECCBCA", "CRC32": "2BD22A80", "BLAKE3": "42D6849F05DE65877A41C4DAA77A702FB4896D95C7E9D7B42B7762B200015FDD"}, "downloadUrl": "https://civitai.com/api/download/models/473702?type=Training%20Data"}], "images": [{"id": 11006707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c6ea3aa-b43d-491b-83b6-ca74bd201ccc/width=450/11006707.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQQSJ2_NK8%M]yXox^M}9bo#W?V@?ut5NfVs", "type": "image"}, {"id": 11006483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddf83a7c-d9b3-44cb-b1da-d8b8af9b9318/width=450/11006483.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFNc$t02569bzmN{0NIB00r;x^$e%%%L4:og", "type": "image"}, {"id": 11006706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60631571-748e-47e5-8dc0-e4c284b77bae/width=450/11006706.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UQQSJ2_NK8%M]yXox^M}9bo#W?V@?ut5NfVs", "type": "image"}, {"id": 11006484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edf30b62-6e54-455a-9b61-c423216f3f56/width=450/11006484.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFNc$t02569bzmSi0NIB00r;x^$e%%%L4:og", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/473702", "modelId": 425142} \ No newline at end of file diff --git a/datasets/metadata/47375.json b/datasets/metadata/47375.json new file mode 100644 index 0000000000000000000000000000000000000000..9f51fc704535af13069b5df0947bfd782c05cbd0 --- /dev/null +++ b/datasets/metadata/47375.json @@ -0,0 +1 @@ +{"id": 47375, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-16T19:24:22.776Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["Yuki Izumi"], "stats": {"downloadCount": 614, "ratingCount": 106, "rating": 5, "thumbsUpCount": 115, "thumbsDownCount": 0}, "files": [{"id": 35432, "sizeKB": 19229.158203125, "name": "yuki_hbr.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-17T05:30:51.386Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FE94B1D6", "AutoV2": "91DB204035", "SHA256": "91DB2040358396086576035F3743BB5FF09D221FFC7FEB6B75B8AE24A51666F5", "CRC32": "BE7B0352", "BLAKE3": "57CF2E84AC7A8232FE9A68337F5F57E2B25E45A3E996FCBA0881F3E05CE1E6F2"}, "downloadUrl": "https://civitai.com/api/download/models/47375?type=Training%20Data"}, {"id": 35202, "sizeKB": 36976.978515625, "name": "Yuki_Izumi.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-16T19:25:49.019Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B4AA7334", "AutoV2": "033D7F3F5E", "SHA256": "033D7F3F5E1632743903C0C10A17089421B230DDAFB9804F04E415A3594B27EC", "CRC32": "7A253AF5", "BLAKE3": "31520872830630A75AC8CBD8176E84453CB9D8691C6B1198F444A2B246D51069", "AutoV3": "B7DACAA6AB85"}, "downloadUrl": "https://civitai.com/api/download/models/47375", "primary": true}], "images": [{"id": 510766, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47ae1005-4701-4ab0-b46e-8c5102240500/width=450/510766.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UGHBxU~W9:02%PM-M_ouvz-.N3t5Ri?XxGRj", "type": "image"}, {"id": 510762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/543c0412-424b-4518-9c0b-1c088f7f0a00/width=450/510762.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UDG[i-~U0JNZyF9[4or{=:IFo~ozNW_0-oNG", "type": "image"}, {"id": 510754, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c2824e4-dd22-42b0-d2d0-9318386f2300/width=450/510754.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UEHK|V0N53EJo%-qIV4.4T~o4=4:NFS5%2$*", "type": "image"}, {"id": 510753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5dd4d681-077e-4c2a-33fa-dcd1f5441700/width=450/510753.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UJJ@n200y19b_N4oJ5s:^PNaE5oZI;xZ-UM{", "type": "image"}, {"id": 510760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef2efc95-caba-4006-5c28-abeef7a21700/width=450/510760.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPLD_f?vB-JQ.TD*_2TJPBXTSgS~0genIUNZ", "type": "image"}, {"id": 510764, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fed3433d-06d6-4e17-2c67-94f73d64eb00/width=450/510764.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UZLNZ0~ppcS~%MEktkV@TKIBnNR*EikrJVRj", "type": "image"}, {"id": 510756, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a166284-2be0-47f2-9160-3b2db71cb400/width=450/510756.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAJjxf0200%K8|yE560K00-:bYD%~pIW=_nh", "type": "image"}, {"id": 510755, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89d0e8b5-d73b-474b-5b22-9e3603e4cf00/width=450/510755.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UeJ7%W~pD$RibGs:tQxuRQRjRjRjWBoes:o0", "type": "image"}, {"id": 510765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3033da3f-442d-49b6-f4af-921dbc514b00/width=450/510765.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHK0]HIX0J%M^$%04.%Lx[XR~U9Zo2?Gr^%L", "type": "image"}, {"id": 510759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea17ff25-cfb6-41fc-189a-c32ddc74e100/width=450/510759.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U8HL3lx*00~W.O^+9Z9F4,IsxJV@0wSw~UV[", "type": "image"}, {"id": 510752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eda55327-d096-4bdf-f652-255344cd4300/width=450/510752.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UdIXK$~W$_t7x]%Moy%LM_WWXTX8EMoe%Lt6", "type": "image"}, {"id": 510761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22f8d122-9bb4-4507-f622-730ac2b20a00/width=450/510761.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UJGbeiDsD|4.~qV#In9r=:Ia-;M_#pIpbwRi", "type": "image"}, {"id": 510763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b133c69-5bfd-4195-4b03-390a867eba00/width=450/510763.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UQHK%{~Ur.M_Its:InxZH?E2I@IpIooLs:oJ", "type": "image"}, {"id": 510758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db8fc169-9595-402b-e6e8-a263a5957300/width=450/510758.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UIEoZ0?a54X1V$wNVrRP},xWEMR-V=ogx@t5", "type": "image"}, {"id": 510757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e89f3043-e736-4260-50f1-990d9e8c9900/width=450/510757.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "USFX^?~VRNInpJt7aw%1$|-UxvxuNGWVxut7", "type": "image"}, {"id": 510767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c62868f-9572-4c64-77f6-c9421a79ee00/width=450/510767.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UMIN{x~VbA-;bwM{9Y$*wH-:Si%LIq?H^kt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/47375", "modelId": 42697} \ No newline at end of file diff --git a/datasets/metadata/473821.json b/datasets/metadata/473821.json new file mode 100644 index 0000000000000000000000000000000000000000..227a3b0a8e20113988a1e7ac6790bc2ef9a69265 --- /dev/null +++ b/datasets/metadata/473821.json @@ -0,0 +1 @@ +{"id": 473821, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-28T19:27:55.373Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 144, "ratingCount": 0, "rating": 0, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 392374, "sizeKB": 41695.9072265625, "name": "Olivia_Servant_HiddenDungeon.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T19:30:43.514Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D56762EE", "AutoV2": "6CDC16CFAF", "SHA256": "6CDC16CFAF66233F9FA2F945A853E525A8EF084E83F702199B620041E612D5E7", "CRC32": "8DB25863", "BLAKE3": "3BF54FF03F57D91BFADF95EA4EC4825F3F4BA5FBF887BB83AD9A83D07DD5610F"}, "downloadUrl": "https://civitai.com/api/download/models/473821?type=Training%20Data"}, {"id": 392373, "sizeKB": 22250.61328125, "name": "Olivia_Servant_HiddenDungeon-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T19:31:21.197Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "143F66F9", "AutoV2": "ADDA6A79B8", "SHA256": "ADDA6A79B8059BD10F16B03EDB145FCE5086CEED13786C60BAED11C87870F47E", "CRC32": "167EE2C5", "BLAKE3": "8635CC2A50E52CB8448513FD3EEBE6D32ED9C99B871BDD5F5C7C22BFF873A5C8", "AutoV3": "E367A631B5B8"}, "downloadUrl": "https://civitai.com/api/download/models/473821", "primary": true}], "images": [{"id": 11012344, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1849778-50e1-4e70-84d2-3a6d1bb5e99f/width=450/11012344.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URQb|Uxu?^%MG]bH-:oe?akCivn%-Uj[r=jZ", "type": "image"}, {"id": 11012343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/020fae96-5f23-4add-a553-6430614082fb/width=450/11012343.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URQld{xu?^%MG]bH-:oe?akCivn%-Uj[r=jZ", "type": "image"}, {"id": 11014379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90e5977d-7740-474f-96a9-adcd143081f9/width=450/11014379.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFI=AXtR00tS_Moz_4%MKkxb^+f500oerpt7", "type": "image"}, {"id": 11047691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/983ddadd-c767-4b6c-bfb1-0ff558d0c26c/width=450/11047691.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UPLzpz~q01-o14u5V@JCTf%M%MxG^+xtwbWX", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/473821", "modelId": 425255} \ No newline at end of file diff --git a/datasets/metadata/473868.json b/datasets/metadata/473868.json new file mode 100644 index 0000000000000000000000000000000000000000..960ce2c640db5d8bc8416454c626b8303788bb72 --- /dev/null +++ b/datasets/metadata/473868.json @@ -0,0 +1 @@ +{"id": 473868, "index": 0, "name": "Lady_Sweet", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-29T07:57:51.947Z", "availability": "Public", "nsfwLevel": 4, "description": "Start version
", "trainedWords": ["Lady_Sweet"], "stats": {"downloadCount": 40, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 393170, "sizeKB": 36979.21875, "name": "Lady_Sweet-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T06:31:16.068Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "39C324F3", "AutoV2": "E2F1691D6D", "SHA256": "E2F1691D6D13CE8CC9E65C38E477C2A4ED5D01D801D27A9D2F1AC49391573207", "CRC32": "240CD2C5", "BLAKE3": "49E59F7F349CA641B64975F860FC099E49A69EC88BBAE3F1586270EFECEDD2C8", "AutoV3": "9A840B6447FD"}, "downloadUrl": "https://civitai.com/api/download/models/473868", "primary": true}, {"id": 392450, "sizeKB": 2936.1494140625, "name": "473868_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T20:11:22.427Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AF37165D", "AutoV2": "4BA3D091B2", "SHA256": "4BA3D091B2BD9C1C38F98CE8D6AF0DD7B056FC1C36A9086B73AA9B5AED65F0EC", "CRC32": "21727323", "BLAKE3": "A53A216D0017A2C0CD715C297A98095E87DC68742F4F9906799E6E688D70D658"}, "downloadUrl": "https://civitai.com/api/download/models/473868?type=Training%20Data"}], "images": [{"id": 11056748, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40f4b179-95ac-4387-8cdc-3e0b7e147fd9/width=450/11056748.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UAHK;C~V0L0K0KD%xu%MMxIo~C%MEQIpH?aK", "type": "image"}, {"id": 11056749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9b8df46-af71-4fc6-a1c1-d23f641a0b47/width=450/11056749.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UKFhr1M{57o}9st7ENjE9uWB}@R*kCWVELxa", "type": "image"}, {"id": 11056750, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04cf1992-fc9f-49d1-be9a-b7370a2fc0fb/width=450/11056750.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U9HxHO000g?H0}w]JBj[wcNG~VIVAJsSM_tR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/473868", "modelId": 425297} \ No newline at end of file diff --git a/datasets/metadata/473998.json b/datasets/metadata/473998.json new file mode 100644 index 0000000000000000000000000000000000000000..0124182e4802e7d62079fc13822062784cdad28e --- /dev/null +++ b/datasets/metadata/473998.json @@ -0,0 +1 @@ +{"id": 473998, "index": 0, "name": "v1.1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-28T21:23:28.226Z", "availability": "Public", "nsfwLevel": 7, "description": "Removed score_9
from captions and tweaked some traning params, should affect style much less now.
Also, sticker on face
should work okay now.
Other than that, prompt didn't change since previous version.
", "trainedWords": ["hayase yuuka, ponytail, gym uniform, sticker on face", "hayase yuuka, two side up, school uniform, belt, id card", "open jacket", "halo"], "stats": {"downloadCount": 281, "ratingCount": 0, "rating": 0, "thumbsUpCount": 45, "thumbsDownCount": 0}, "files": [{"id": 392541, "sizeKB": 56090.97265625, "name": "yuuka-ponyxl-kohya3-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T21:21:18.439Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5C36DFE5", "AutoV2": "30C90AE8D4", "SHA256": "30C90AE8D41486F2B3FF49432CF98BCF89394E6A5DEC406D3DDAD8D7C84EF34B", "CRC32": "49FED034", "BLAKE3": "1C7E5832042C0744245B6AD4763F7EFCBA0ACAC2080C7280D9963F162FF6677B", "AutoV3": "689F8DB58BE5"}, "downloadUrl": "https://civitai.com/api/download/models/473998", "primary": true}, {"id": 392542, "sizeKB": 175018.7763671875, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-28T21:21:23.423Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0BE58F12", "AutoV2": "BBBC16E047", "SHA256": "BBBC16E047E31816A075A186F04364868DF6D3A188DD53832B67060E113C16ED", "CRC32": "91C100B2", "BLAKE3": "F26D233BF43CB2EC65AA5ED666D1E762B7F9B53DC701FF568E284B9CE5AD6823"}, "downloadUrl": "https://civitai.com/api/download/models/473998?type=Training%20Data"}], "images": [{"id": 11019021, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c755554-2b7e-4ffd-9988-aec4ad842e78/width=450/11019021.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UnFZHS?^NqRhETNgoLn$xGo3WooxT1ozxst7", "type": "image"}, {"id": 11019000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c983b03-6165-49f3-8def-48677f1bafb4/width=450/11019000.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UREWE_x[yPVrp{t6FsIn-=aK-pxsKSkVt7ou", "type": "image"}, {"id": 11018992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb4aaa23-f855-40a0-8796-3c899008b79e/width=450/11018992.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "UNEM?=_NySpYpwXTM^tJW*tSM_s~Y5o%-q%K", "type": "image"}, {"id": 11019034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d28ebad-e542-41a0-a0de-4d1f52af1303/width=450/11019034.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "UEFi0@%N_Loat.%fou%1x_%Ns8%2.AtR%2s:", "type": "image"}, {"id": 11019043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb99d697-3b78-478a-9494-9d0be7e3af52/width=450/11019043.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UGCZ@bR.JJ%g.PoJI8Ri.mx[rqW,IKtPR3RO", "type": "image"}, {"id": 11019090, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/996b4f48-8ec8-48a8-b399-f24248c3a4d0/width=450/11019090.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UaEf$k.mK$pHNZkRouoIIlaunzaxxutRxuo#", "type": "image"}, {"id": 11019109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a5d62eb-1ae0-4ecd-a3f8-413902e1f11c/width=450/11019109.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UFEVX1oe9rWBpLaxD#axNMj]tQay}@ayI:WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/473998", "modelId": 353598} \ No newline at end of file diff --git a/datasets/metadata/474258.json b/datasets/metadata/474258.json new file mode 100644 index 0000000000000000000000000000000000000000..611c729b7203b5d23c4a9166ace58d0bf33a8e91 --- /dev/null +++ b/datasets/metadata/474258.json @@ -0,0 +1 @@ +{"id": 474258, "index": 0, "name": "v2.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-29T00:44:38.777Z", "availability": "Public", "nsfwLevel": 1, "description": "Made it more reliable, more flexible and affecting style (or ruining hands) less. At cost of bigger prompt.
black badend-bodysuit, badend-tiara, red frills, red skirt, red gem
, you can replace red
with other colors. badend-bodysuit
can be colored too but it's not as reliable and it works best if frills and skirt have the same color.
Add latex bodysuit
to make it more shiny, it looks better than in previous version imo.
badend-tiara
might need to be put into negatives to make it less likely to appear anyway.
Trained with 771 images of Gura. 200 images of her hoodie outfit, 183 images of her neko outfit, 39 images of her atlantis outfit, 60 images of her red alter ego, 50 images of her kimono outfit, 199 random images, and 40 images with her unofficial shark print bikini.
Works at weight 1 but might need hires fix for the face and teeth. Download the dataset if you're interested.
", "trainedWords": ["gawr gura", "sharp teeth, shark tail", "gawr gura, blue hoodie, shark hood", "gura_red, red eyes, streaked hair, black hoodie", "gura_neko, blue dress, cat ears, side ponytail", "gura_atlantis, gradient dress, laurel crown", "gura_kimono, blue kimono, fur collar", "gura_bikini, blue bikini, frills"], "stats": {"downloadCount": 14015, "ratingCount": 1167, "rating": 5, "thumbsUpCount": 1641, "thumbsDownCount": 0}, "files": [{"id": 35245, "sizeKB": 1186395.596679688, "name": "gura-all-dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-16T20:26:08.288Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BF41210D", "AutoV2": "933B9F3F97", "SHA256": "933B9F3F979714D974413AC27423152CF7C8CD68BB7BF12A8CEE02280B50D39C", "CRC32": "9A59FD33", "BLAKE3": "A2BAF8F3190979673F0D3783197739A0A754DF78205E55C1B7F96E72C415D485"}, "downloadUrl": "https://civitai.com/api/download/models/47430?type=Training%20Data"}, {"id": 35242, "sizeKB": 37072.2861328125, "name": "gura-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-16T20:20:49.888Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B7428118", "AutoV2": "7DB2CDF7A3", "SHA256": "7DB2CDF7A30B6AABAF03BF3EA6CCC3EDE7C0CA2E7031D46B155465E4EC95EB7D", "CRC32": "46FFB6EA", "BLAKE3": "1DED2864253253DD22E48634583201D76A3C4063311BAA033B89CCC09E794927", "AutoV3": "29087D5E19CF"}, "downloadUrl": "https://civitai.com/api/download/models/47430", "primary": true}], "images": [{"id": 2710188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a9907ef-9082-46ff-94bb-458d13659273/width=450/2710188.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1536, "hash": "UMJHdjrWxZaJ_4E2bwIU~V%2D%WA^kV?oJM{", "type": "image"}, {"id": 511202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/500f90f0-e9b4-4558-1c5b-df4278cebb00/width=450/511202.jpeg", "nsfwLevel": 1, "width": 2560, "height": 2038, "hash": "UXOWg9ITt7%M_NogNGj[~qt7xaRjtQt7j]WB", "type": "image"}, {"id": 511200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/424169d0-5ec4-492b-6a18-2b5b7d7cf700/width=450/511200.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMK23L~quPNbryog%2-o-;bcE1%2IB?H9Zoz", "type": "image"}, {"id": 511196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77f5a4b6-db74-4fc4-7685-76ab4ea8ca00/width=450/511196.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULG[p9~V9@9uiIV@xC-p.7ofIpxaNextIooy", "type": "image"}, {"id": 511197, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab0b8ebe-4265-4ec0-086c-5479d9f78f00/width=450/511197.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYH.m9?vOrXS?^xvWBt7-;-;M{Rj-pX9jYs:", "type": "image"}, {"id": 511198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fff2f31-1d58-427f-c000-f8836f700d00/width=450/511198.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UnFZW%t79aR*?^fkNaj[x[WVtRof%LoLWBR*", "type": "image"}, {"id": 511201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df416114-f9fb-4e6d-f2af-7d4f7bd01400/width=450/511201.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeIgy4?Gs%R*O?oz%1W=~Axt%LofNGofS5bI", "type": "image"}, {"id": 511199, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/425d6dfd-23ce-493d-c947-380c6c364300/width=450/511199.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFKxMA?w1$K501o%XTogq@%NZ#%2Au-pD%I:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/47430", "modelId": 20447} \ No newline at end of file diff --git a/datasets/metadata/474432.json b/datasets/metadata/474432.json new file mode 100644 index 0000000000000000000000000000000000000000..6d2aba9ccb29722700f8605510415cd845b98587 --- /dev/null +++ b/datasets/metadata/474432.json @@ -0,0 +1 @@ +{"id": 474432, "index": 2, "name": "Printemps - XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-29T03:38:12.534Z", "availability": "Public", "nsfwLevel": 3, "description": "Summer Uniform
school uniform, yellow vest
Winter Uniform
school uniform, blue blazer
", "trainedWords": ["kosaka honoka \\(love live!\\)", "minami kotori \\(love live!\\)", "koizumi hanayo \\(love live!\\)"], "stats": {"downloadCount": 312, "ratingCount": 0, "rating": 0, "thumbsUpCount": 52, "thumbsDownCount": 0}, "files": [{"id": 392983, "sizeKB": 62846.546875, "name": "printemps.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T03:40:34.659Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B2A63275", "AutoV2": "EC4A4F1546", "SHA256": "EC4A4F1546C1006A430DB08BD67541A0FB5AAA635A417515A112DC5ECFCAB597", "CRC32": "F63A6A7C", "BLAKE3": "CDD14993237CF9A4FA283D3A1F229238643883F267AA5F59024D5369CAEAA4B7", "AutoV3": "C17764EF239A"}, "downloadUrl": "https://civitai.com/api/download/models/474432", "primary": true}, {"id": 393022, "sizeKB": 9143.7265625, "name": "LoveLive.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T04:15:51.759Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4D0F3417", "AutoV2": "59D212C29C", "SHA256": "59D212C29C144326779C5043FD4A2288DB0181A8234EC37645340129A0A4F9A8", "CRC32": "997F2FB0", "BLAKE3": "375C4D1D0E75E22B67942EF9C2408DF301559668951040716FA7FF6C2C1293AB"}, "downloadUrl": "https://civitai.com/api/download/models/474432?type=Training%20Data"}], "images": [{"id": 11043021, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cee5587a-19f5-43aa-a1f9-c71950b93046/width=450/11043021.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UdIq_+jEJ7oJ-mt6I[t7~VR,M|WWE2ofjabI", "type": "image"}, {"id": 11043022, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/975ad080-ef69-43b4-95b3-8e98e2543d20/width=450/11043022.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UNJ@,z~V%#Nd?a-;x^?b0K%3IVR*9ZM{-pM|", "type": "image"}, {"id": 11043020, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7dc412a-071d-47cc-a4c1-c6632c4cc78c/width=450/11043020.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UJKKcw_NR-MypJ_1xb%34.D*xuRkoz.7IB$%", "type": "image"}, {"id": 11043024, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/548aa135-b18f-498e-915b-ec80d6f78d0b/width=450/11043024.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "U7Lq2.^PKk~SxS00%i8^00J74[ozL4n#4TtR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/474432", "modelId": 412359}
\ No newline at end of file
diff --git a/datasets/metadata/474465.json b/datasets/metadata/474465.json
new file mode 100644
index 0000000000000000000000000000000000000000..7715410e9e9183ef6298c45eb6036c3f40f9d756
--- /dev/null
+++ b/datasets/metadata/474465.json
@@ -0,0 +1 @@
+{"id": 474465, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-29T04:10:39.564Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 237, "ratingCount": 0, "rating": 0, "thumbsUpCount": 55, "thumbsDownCount": 0}, "files": [{"id": 393011, "sizeKB": 22258.08203125, "name": "Ikaros_LostProperty-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T04:05:48.584Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EA6D9EB3", "AutoV2": "BF1BDF39BD", "SHA256": "BF1BDF39BD632B293F6AF9DB993D4A88885DDF233D11D8CE2144D0DDF4265F65", "CRC32": "76704A77", "BLAKE3": "4628573AAE9743D39F9E1951316735B168871B56A60D0D2678A81F6BB5877B3D", "AutoV3": "AAD936AACA53"}, "downloadUrl": "https://civitai.com/api/download/models/474465", "primary": true}, {"id": 393012, "sizeKB": 47517.453125, "name": "Ikaros_LostPropertyV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T04:05:56.031Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9E39AB89", "AutoV2": "1C075D4B48", "SHA256": "1C075D4B48D09D58B55BF9D51290230A50D6AEE59240C130B866A77CD09B4F62", "CRC32": "CC641FC8", "BLAKE3": "B0B8E20F49DD2BB136B4F228B601531C11CBCDE60CF44134634DF55141CE0498"}, "downloadUrl": "https://civitai.com/api/download/models/474465?type=Training%20Data"}], "images": [{"id": 11044995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76bfa1a6-5880-4474-bea2-3e04831ea213/width=450/11044995.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UdPF+dxu*Jxu-Vae%gay-VofELof_2WVS1WB", "type": "image"}, {"id": 11044996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c1665a9-422b-4b20-988e-2425aa4621b2/width=450/11044996.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UdPPQ5xu*Jxu-Vae%gay-VofELof_2WVS1WB", "type": "image"}, {"id": 11045164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72ff0160-4c59-4588-9316-5cedb5a63fb0/width=450/11045164.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTPZ1Bw^.moz_3kD.8ofofozS~kC~Vae9Zt7", "type": "image"}, {"id": 11045935, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d76dda93-078d-4d60-aacd-24a9b891fdfd/width=450/11045935.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UML|~2E7cb^+[U$f$dDi-o--%f,mKlT1yD%2", "type": "image"}, {"id": 11047235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/636367e1-511d-4ed9-9a7f-99c13982ea8e/width=450/11047235.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UYL:[-~pB;t7O[NHE+Rk9at7x]X8o~NGkWo|", "type": "image"}, {"id": 11048136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac999e3f-2515-4174-9665-9c71879f4b3e/width=450/11048136.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UAM77U0M0oKS.nx@t,H;009FtL^P}]NsEMD*", "type": "image"}, {"id": 11050404, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de9d0017-7327-4cbd-a59a-fec8f1422d41/width=450/11050404.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTPFQF~p.mt7NHrrS#ozNdx]b]XT?bs:9ukC", "type": "image"}, {"id": 11050969, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f25ae2e-c99c-4ff4-8729-312ed7714476/width=450/11050969.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UMLEBF,BYREmds#6S59w03$LWVNHVF-;RjNF", "type": "image"}, {"id": 11051999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9210bb41-d3da-4c82-ab68-a4cd78af7dcf/width=450/11051999.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTL|l@%gBr^+v2EOS#M|m-D*ozM}}[R+9uIU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/474465", "modelId": 60634}
\ No newline at end of file
diff --git a/datasets/metadata/474519.json b/datasets/metadata/474519.json
new file mode 100644
index 0000000000000000000000000000000000000000..31b6d4330734579b66c384641196621a7d1d9242
--- /dev/null
+++ b/datasets/metadata/474519.json
@@ -0,0 +1 @@
+{"id": 474519, "index": 3, "name": "medieval scenery XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-29T09:59:53.957Z", "availability": "Public", "nsfwLevel": 1, "description": "", "trainedWords": ["medieval scenery,"], "stats": {"downloadCount": 119, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 393108, "sizeKB": 38674.482421875, "name": "474519_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T05:25:57.152Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8CCD377D", "AutoV2": "564BF06302", "SHA256": "564BF063029F01707C83DB9FBC23BD9CE4363CC94C8A3832BA1E21C46A113445", "CRC32": "F3DFB488", "BLAKE3": "636DEC4B02B2B76BCA5A46CBFFBE2949EF566DF1E8ED321CFF1425A637134F91"}, "downloadUrl": "https://civitai.com/api/download/models/474519?type=Training%20Data"}, {"id": 393389, "sizeKB": 313570.44140625, "name": "medieval_scenery_XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T09:35:49.111Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D561CA61", "AutoV2": "0F4BF1188D", "SHA256": "0F4BF1188DD68BAC9B3732D3869B36B6F9057DF6B1AF22802A6B0AE58B97A214", "CRC32": "B55B1F4B", "BLAKE3": "495C747D56A7A787CF72521695C9F66A6B40CEE25ADEDA51B1BE5DBBE65ABC03", "AutoV3": "C762C612BDA7"}, "downloadUrl": "https://civitai.com/api/download/models/474519", "primary": true}], "images": [{"id": 11063741, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51148000-b36e-4f80-aac1-68dd7f518e5b/width=450/11063741.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1080, "hash": "U8A]]A~UEeVt_1?uIojI.RxuRkE1x@%2xaM{", "type": "image"}, {"id": 11063812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8aaa69f-e223-4062-94e5-1921e0f0ae9a/width=450/11063812.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1080, "hash": "UAB{=W8_0e~W=_x]4o%MK6IU?HIpM{xus.bI", "type": "image"}, {"id": 11063809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d7583cb-4fa7-4c95-8807-4c4c69a7dfb9/width=450/11063809.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1080, "hash": "UACFt_$~9@~Brq%2R*xZ57j[-pE2nhxZs:WC", "type": "image"}, {"id": 11063837, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7b95eb0-7819-4798-803e-3c51fac20a9b/width=450/11063837.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1080, "hash": "UDBo,J9u5Q~As9oJM|s-9^oLxaI;ELbHRjof", "type": "image"}, {"id": 11063855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b077b54-a4b4-472d-832c-c78c84505a04/width=450/11063855.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1080, "hash": "U8BpCE010e~B^OtS4.-oFxDi^+IoIAtRozt7", "type": "image"}, {"id": 11063908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1c2d775-f038-46aa-a628-d96a38fd998e/width=450/11063908.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1080, "hash": "U7B:BH0001~BROxuIUt7giMx%2IU01-:V[xt", "type": "image"}, {"id": 11063992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcfcbe90-a2e5-425d-ba78-a42431e19249/width=450/11063992.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1080, "hash": "UCBydF$yM{~A^*%0IU-opIRksmR+xts.jFs:", "type": "image"}, {"id": 11064009, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4333436-e67e-4eb0-af76-d4c70cf0c139/width=450/11064009.jpeg", "nsfwLevel": 1, "width": 1280, "height": 720, "hash": "U8BC=C=s4._2~Bs89ax].7M{r=%MxuV@M{%L", "type": "image"}, {"id": 11064061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2a1cbac-a092-42fe-b208-a45e9f92d85d/width=450/11064061.jpeg", "nsfwLevel": 1, "width": 1280, "height": 720, "hash": "U8B:4]^i01}?jw%2RP9a-;xZMxIVoc%2w^Vs", "type": "image"}, {"id": 11064094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/068a105b-c61a-4991-967b-46e9523e6848/width=450/11064094.jpeg", "nsfwLevel": 1, "width": 1280, "height": 720, "hash": "UBC6AH#R0L~VW?M{xYtR-;M{Mxxuoyaes:xt", "type": "image"}, {"id": 11064160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0ec1713-bcd1-448c-80ed-d9e53be8c768/width=450/11064160.jpeg", "nsfwLevel": 1, "width": 1280, "height": 720, "hash": "U7B3HA$K01~Cr?%1n$M|.7jERPkXae%1oMj[", "type": "image"}, {"id": 11064195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d8210ec-28f5-48b7-95cc-596e14fdf8d7/width=450/11064195.jpeg", "nsfwLevel": 1, "width": 1280, "height": 720, "hash": "U7BCxw^iE0}?i_-osmIV^+n$MxNGENt7sAM{", "type": "image"}, {"id": 11064318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33ff8e84-c35e-4a1a-aa0e-16b9c6049f45/width=450/11064318.jpeg", "nsfwLevel": 1, "width": 1280, "height": 720, "hash": "U6A]sZ^h0L}?%2-pM{4:~VxYIANHbvxZenM{", "type": "image"}, {"id": 11064418, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23018213-c367-4dcc-a79f-02c5bf4068cc/width=450/11064418.jpeg", "nsfwLevel": 1, "width": 1280, "height": 720, "hash": "U5Acl3^J0L~VRPxuE19a~pV?Mybv9a%2%1Ip", "type": "image"}, {"id": 11064419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96618782-6201-46c1-aa24-6dd8e89b62fe/width=450/11064419.jpeg", "nsfwLevel": 1, "width": 1280, "height": 720, "hash": "U9BMiC$100~WxG%2M{Rj?u$yivg3slxZs;of", "type": "image"}, {"id": 11064487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/393d80e5-d50c-4e36-a9cb-1ddbfb79e6e1/width=450/11064487.jpeg", "nsfwLevel": 1, "width": 1280, "height": 720, "hash": "UCB{$5-69F?G~BxZ9Gxu%fe-nhR,S4RkM|xa", "type": "image"}, {"id": 11069178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b724eab-6fdb-453c-9084-acbe43caf8d8/width=450/11069178.jpeg", "nsfwLevel": 1, "width": 1280, "height": 720, "hash": "UFBy:DMx01-;~pIp4o-o-:RjIV%2-pjFRQxt", "type": "image"}, {"id": 11069187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0513002f-b657-4180-9e9e-08da38ec1de2/width=450/11069187.jpeg", "nsfwLevel": 1, "width": 1280, "height": 720, "hash": "UCAc@[RP00-:~Vt74oV@?badIBoz%La#IVoL", "type": "image"}, {"id": 11069304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cd8eef6-b38a-4e47-8a13-92009373bba3/width=450/11069304.jpeg", "nsfwLevel": 1, "width": 1280, "height": 720, "hash": "U8AJp1NG00~B~UkC0Mni%gNGIBxtxuWrM|ad", "type": "image"}, {"id": 11069329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92ae9ca3-868e-4612-bcf5-03bfff2872bc/width=450/11069329.jpeg", "nsfwLevel": 1, "width": 1280, "height": 720, "hash": "UBB3f[8_4:_3~ARQ9atR?uMwn*Xn%1n$RkX9", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/474519", "modelId": 425886}
\ No newline at end of file
diff --git a/datasets/metadata/474532.json b/datasets/metadata/474532.json
new file mode 100644
index 0000000000000000000000000000000000000000..868054201a699041e0f7e6b2ca7f2d959b5d24b2
--- /dev/null
+++ b/datasets/metadata/474532.json
@@ -0,0 +1 @@
+{"id": 474532, "index": 0, "name": "Hi Hi Puffy AmiYumi", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-29T07:16:59.301Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 143, "ratingCount": 0, "rating": 0, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 393085, "sizeKB": 32690.2041015625, "name": "474532_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T05:06:09.776Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F54D83B6", "AutoV2": "5B305D4A49", "SHA256": "5B305D4A493CC8D99E78A1F88FAD0F7839883E7F29C04BA632B53369A055F663", "CRC32": "C0217BDC", "BLAKE3": "0DC8793F5873CE547E034D152CE3675B6AAE7B55C31F86674BBC1E744231D3B5"}, "downloadUrl": "https://civitai.com/api/download/models/474532?type=Training%20Data"}, {"id": 393176, "sizeKB": 863335.53515625, "name": "Hi_Hi_Puffy_AmiYumi.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T06:36:32.997Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FB0547EC", "AutoV2": "9C4883B672", "SHA256": "9C4883B672F96E0DC10E2BDAF491583D2E21428BE59833B33DC1B3A451D3E49E", "CRC32": "C795C464", "BLAKE3": "29C7483936DC572E6590BC4C48B786D407CE7D5A02B930890419BD864BCF83FE", "AutoV3": "E58EDC772F2A"}, "downloadUrl": "https://civitai.com/api/download/models/474532", "primary": true}], "images": [{"id": 11053006, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eaa0b967-090a-429f-ab78-2527eec45bc0/width=450/11053006.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UgLWL^XTF2Ri~CkDxukCTctRrXoc%gbXM{M{", "type": "image"}, {"id": 11053010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/253ac410-7b24-4f5d-ac55-9c94e23f3d56/width=450/11053010.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U-OzDDfR_Nt7%Mofoej[Ioays.ay%LfQWBj[", "type": "image"}, {"id": 11053016, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a475d62b-af90-4836-9b6a-4b1795575a77/width=450/11053016.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USFO$HsAE2WY4nweNIa#_Nr@%2t74:WBxFW.", "type": "image"}, {"id": 11053036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e3b2e32-0cfb-448b-938d-7422a5cd643e/width=450/11053036.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UNJ@d,~q0y%LAw_3^%R*IWRjn$V@%LRkaKs:", "type": "image"}, {"id": 11053750, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3056bde9-4518-42d8-898d-b442d133e6cd/width=450/11053750.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UbKd[R-mK+xt52tOt9kWQqt3w[X89dxZRjjE", "type": "image"}, {"id": 11053829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/023e21cb-6726-4899-905d-bd7d085a33ee/width=450/11053829.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UDI$4?XT49Os0bxtMzD*8wxZ[SM{00bb9ZxZ", "type": "image"}, {"id": 11053948, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d48bfb30-6720-4a8b-895f-fb737a500dcd/width=450/11053948.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UaK0:KNHtSozTOjFofoeIBj?w[jFA0ocNxn$", "type": "image"}, {"id": 11054237, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/457db173-dd6d-4b2b-8590-c31747281d29/width=450/11054237.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UOMso_t+Ly#8oibutNjJt+g2k9nl$ei{M|g1", "type": "image"}, {"id": 11054542, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf63a810-24c5-48bc-b3fd-98e141e7a071/width=450/11054542.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTNcsaxty?o#n4f+o}niX.bHrXe--oRjS#oz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/474532", "modelId": 425897}
\ No newline at end of file
diff --git a/datasets/metadata/474598.json b/datasets/metadata/474598.json
new file mode 100644
index 0000000000000000000000000000000000000000..1735a2634bce627a0ea1dc8f7bc68e21ef00c6d4
--- /dev/null
+++ b/datasets/metadata/474598.json
@@ -0,0 +1 @@
+{"id": 474598, "index": 0, "name": "Nystra", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-29T06:37:12.880Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 49, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 393148, "sizeKB": 7852.2626953125, "name": "474598_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T06:00:51.422Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D1A0C782", "AutoV2": "11F62C79C3", "SHA256": "11F62C79C342529EF2683D439D0108C76C49020079C57F97F5F5EA2EC2C2E4F3", "CRC32": "4F8D5A5B", "BLAKE3": "FB4102F322A58087C2AA77C944A743608E261CD035B61D8E19EED4076093997B"}, "downloadUrl": "https://civitai.com/api/download/models/474598?type=Training%20Data"}, {"id": 393179, "sizeKB": 223101.16796875, "name": "Nystra.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T06:36:26.710Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BD81D15A", "AutoV2": "A77A7DE78B", "SHA256": "A77A7DE78B439418EFA7E2E16D78E477732C61BBA739D22DE7C689AE6307C56D", "CRC32": "01C6520D", "BLAKE3": "89E10CB5E81CCDAC4D5E4344172427A244C519B05D422D42B5989C44426969AA", "AutoV3": "990AF317DAE5"}, "downloadUrl": "https://civitai.com/api/download/models/474598", "primary": true}], "images": [{"id": 11052769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17f44095-d9f7-444b-a26e-f192ae32d44a/width=450/11052769.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U19#m]?c1QFZ2mo}7y=d1p,?tMxGKHF{].nQ", "type": "image"}, {"id": 11052768, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0b9021b-9561-42ba-9cc2-c6f4f35e7578/width=450/11052768.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U07TRx-t00^#}w}]0#00%{br*eGb?uGa57m8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/474598", "modelId": 425964}
\ No newline at end of file
diff --git a/datasets/metadata/474623.json b/datasets/metadata/474623.json
new file mode 100644
index 0000000000000000000000000000000000000000..181d4938958018171b642222c5b734c72b1f1d70
--- /dev/null
+++ b/datasets/metadata/474623.json
@@ -0,0 +1 @@
+{"id": 474623, "index": 0, "name": "Pepper Clark (PonyXL)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-29T10:33:56.476Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["anthro, furry, female, skunk, skunk girl, Pepper Clark, gray fur color,", "two-tone fur color, short hair, bangs, white hair, violet eyes, animal ears, tail, fluffy tail, "], "stats": {"downloadCount": 71, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 393160, "sizeKB": 4743.158203125, "name": "474623_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T06:20:42.687Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9C58D9C0", "AutoV2": "5FDBD402A5", "SHA256": "5FDBD402A5FCA8B0E041088E1381CDE33007F56F1DDEFFCA19474364153A1C49", "CRC32": "79A0D3EF", "BLAKE3": "BD371F575F16D091A752786391A99A15696AA3A4731EB78860B6B0123BBE75B3"}, "downloadUrl": "https://civitai.com/api/download/models/474623?type=Training%20Data"}, {"id": 393453, "sizeKB": 223103.32421875, "name": "Pepper_Clark_PonyXL-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T10:25:50.349Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "17234792", "AutoV2": "7CFABFB333", "SHA256": "7CFABFB33335611FE333D47E54D363EB8F58CF1A027EEAD5172E0C6AF72D0BC2", "CRC32": "74F19A33", "BLAKE3": "41CA80A22C19DEB756C5426CB47CB90471CB13185C89E9B9B14E5C2EA6F6E2ED", "AutoV3": "8A33E6480489"}, "downloadUrl": "https://civitai.com/api/download/models/474623", "primary": true}], "images": [{"id": 11066913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daf103ad-f7aa-414e-a43b-a681b6373c40/width=450/11066913.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URKU1TE4j^${_NM{V@R+E4-.s+NM-mW@IVxW", "type": "image"}, {"id": 11066912, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3aa0433-c30a-4fbf-8dd4-8b496d3529d4/width=450/11066912.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "USL|r@x]R$-nB=x^IURi_NIpRjoeRpI;x[t6", "type": "image"}, {"id": 11066911, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5157220e-6254-4462-9686-64b5f6a3805d/width=450/11066911.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "URKUD:-:f5xat6t7M{of~pWUt7aznhoffkay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/474623", "modelId": 425989}
\ No newline at end of file
diff --git a/datasets/metadata/474663.json b/datasets/metadata/474663.json
new file mode 100644
index 0000000000000000000000000000000000000000..3626554a9e1fafb526806371bbfc86a3603ae0e9
--- /dev/null
+++ b/datasets/metadata/474663.json
@@ -0,0 +1 @@
+{"id": 474663, "index": 0, "name": "Amolga's Location Collection", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-29T14:47:16.935Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 38, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 393208, "sizeKB": 77205.73828125, "name": "474663_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T07:05:48.761Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EBC9099A", "AutoV2": "E92F07322F", "SHA256": "E92F07322F3617B78809C595DA33F985460E8E2255E65E836EDC5C7608AE920E", "CRC32": "CB0A2930", "BLAKE3": "A2BD216E212AA80B22B7C292AC59CB5DAE223A1A7117319748281097BFAAE2D0"}, "downloadUrl": "https://civitai.com/api/download/models/474663?type=Training%20Data"}, {"id": 393837, "sizeKB": 36981.984375, "name": "Amolgas_Location_Collection.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T14:50:52.941Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "55A4A0F7", "AutoV2": "EFB1A1115E", "SHA256": "EFB1A1115EAD47AB35AC4357CD3E00F532C143BA5E52311085E39DF7F6CA50D5", "CRC32": "75905E90", "BLAKE3": "80BD48AF376E87249F8AC527B8F8B6AA88E0C3D9AE870ABC96E978EDEC952B03", "AutoV3": "0401DB08AA00"}, "downloadUrl": "https://civitai.com/api/download/models/474663", "primary": true}], "images": [{"id": 11083499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ae13902-61f5-49ef-aabf-44d2a545c233/width=450/11083499.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHCGPxof4nMx_NofMxRiM{j[t7ofIAWAxvt8", "type": "image"}, {"id": 11083498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad34c5a5-f129-4be1-b9a6-100a58ed609a/width=450/11083498.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U354]XE20f^%?GNGE2-oE2t6%1NG9axa-:E2", "type": "image"}, {"id": 11083502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5dd83e45-4629-4a42-ae34-0dc9f0e247da/width=450/11083502.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFFFdI%NDiITROV?t8t84TIT%N%N?wxvM_M_", "type": "image"}, {"id": 11088794, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4641e7a8-afd7-4e94-9bcf-6910b8e90bb4/width=450/11088794.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UdL|GmtkLdnQ3sNeFyofGGjcXTW;n4bGs9af", "type": "image"}, {"id": 11088796, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa26690d-71f5-43aa-90d4-9e9b06eddfa1/width=450/11088796.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UeKTx$t.LLWs1-XVJDoym+s=vzj?ibXAr;WB", "type": "image"}, {"id": 11088786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f04f16b8-567b-46c0-9522-3111d607a1ef/width=450/11088786.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UVHV3q%LuN-9FR%0R.oe?Jn$$kbb7Ps:o}WX", "type": "image"}, {"id": 11088788, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46053fe1-ef6a-4d05-a0a0-9463b3d5f5ba/width=450/11088788.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UeJ7ziZ~%gM{1BIUNaad+sV?wFR*nPWBw?WB", "type": "image"}, {"id": 11088789, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6821ddab-e631-4b47-becf-345715fa3b40/width=450/11088789.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UcI5GYogpykX1BWXAKWY$Pj?r=jawbays8oJ", "type": "image"}, {"id": 11088784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5325ac42-6e6c-46ad-bbfd-525913a260c8/width=450/11088784.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UuIgvYk9tnxb5_odJEf,aRayWCfirsa#skae", "type": "image"}, {"id": 11088791, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28748717-e183-43a0-868f-a0502faa05c8/width=450/11088791.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UUGuwX-;yYE11UItJXxYxca#V]oe#lofxCRk", "type": "image"}, {"id": 11088785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c04aa373-2df9-4e97-8eb3-e694cd093b7f/width=450/11088785.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UXJjuWTN-:%21ntUNeW?Eot8RjogsqxBskbI", "type": "image"}, {"id": 11088787, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3034d2f6-9c13-4e64-b1a5-730760977ff7/width=450/11088787.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UEHxHT-=yqIT0GI^0es%{Io4vJt6?EXA=ooL", "type": "image"}, {"id": 11088790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46bb7e8b-3124-4c32-b58c-5cd384896289/width=450/11088790.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UMHxT%#~.mnz0uIS5YM{q[r:R5Rk[RM{-4xb", "type": "image"}, {"id": 11088792, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e528ca1-b4bd-4d9c-91d6-8dea3a0913cc/width=450/11088792.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UjLW*7b{L1pI7jo$OFX9a0t7rYnOR4S%awWU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/474663", "modelId": 426027}
\ No newline at end of file
diff --git a/datasets/metadata/474731.json b/datasets/metadata/474731.json
new file mode 100644
index 0000000000000000000000000000000000000000..3a15a21877e4eaf4659ffc6356420a79986b4f5e
--- /dev/null
+++ b/datasets/metadata/474731.json
@@ -0,0 +1 @@
+{"id": 474731, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-29T11:41:51.337Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["demon girl, black hair, horns, red skin, demon tail,"], "stats": {"downloadCount": 100, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 393550, "sizeKB": 223102.87109375, "name": "Demon_Girls-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T11:36:20.642Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5763E0F6", "AutoV2": "F3B76D4AE5", "SHA256": "F3B76D4AE5A9411E97125195F768A04824EC1C22A9D8B025F186957644899FD9", "CRC32": "1E3098A1", "BLAKE3": "004AD97B4374B6BA80BF66A85E2D868ABF2336F0FE78C60AF383B642B5FDCFE6", "AutoV3": "AB89F3476454"}, "downloadUrl": "https://civitai.com/api/download/models/474731", "primary": true}, {"id": 393352, "sizeKB": 14572.0048828125, "name": "474731_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T09:11:53.860Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3120397F", "AutoV2": "3C25C42724", "SHA256": "3C25C427243FF88A22F51A77760FC17E461881E8754E2891545E0584C903634C", "CRC32": "E5730963", "BLAKE3": "02E0A9766AFCEE63E8BB010D33123595652F2932192EEFC51A1CDAE504CB6570"}, "downloadUrl": "https://civitai.com/api/download/models/474731?type=Training%20Data"}], "images": [{"id": 11072154, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12b04cc0-7213-4ea5-bf63-81fd2917efe6/width=450/11072154.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U1JjePQ{fQQ{~Sf8k9f8fQfQfQfQ~Sf8k9f8", "type": "image"}, {"id": 11103512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0674992-dae9-4f3f-858a-be19e58bdfa2/width=450/11103512.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U2G1LcLefQLe.QbHjbbHfQfQfQfQ.QbHjbbH", "type": "image"}, {"id": 11072293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b9bf100-3a1a-4ea1-b680-6bc5255703a8/width=450/11072293.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U3LU8$}@fQ}@=zj[fkj[fQfQfQfQ=zj[fkj[", "type": "image"}, {"id": 11073960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0532f2d7-75ea-4cf1-9f47-4c66870444d1/width=450/11073960.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U3Hb$t?1fQ?1-Dj[azj[fQfQfQfQ-Dj[azj[", "type": "image"}, {"id": 11073972, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fffe5c95-90a2-4e40-bc83-1052d8752166/width=450/11073972.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U1Fh}0~mfQ~m?bj[jsj[fQfQfQfQ?bj[jsj[", "type": "image"}, {"id": 11080611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ffcfba7-217a-4d92-9606-5ad8a6fde4f3/width=450/11080611.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U1G9_$v@fQv@?@fRWWf8fQfQfQfQ?@fRWWf8", "type": "image"}, {"id": 11080612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84c1f674-c48a-444b-9db9-6d092ce0242d/width=450/11080612.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U2HLxH}kfQ}j?aj?kBj?fQfQfQfQ?aj?kBj?", "type": "image"}, {"id": 11082233, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46048289-5b69-4a51-a1f1-6657bd124d99/width=450/11082233.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U2Irj6_2fQ_2?uj[fij[fQfQfQfQ?uj[fij[", "type": "image"}, {"id": 11084502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/892e0bd6-d5fa-4a2d-80b5-0b5c2f1e9879/width=450/11084502.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U7Lng5|}fQ|}$+juj?jufQfQfQfQ$+juj?ju", "type": "image"}, {"id": 11084504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e43ce08-646c-4e36-85f4-fe85a558e638/width=450/11084504.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U2I6DL^+fQ~C?tj[jIj[fQfQfQfQ?tj[jIj[", "type": "image"}, {"id": 11147044, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37f6bfce-09ad-4899-9f07-8fbeb32a12b5/width=450/11147044.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U5J@q4UVfQUV%LfjjsfjfQfQfQfQ%Lfjjsfj", "type": "image"}, {"id": 11147043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97d45814-604e-49d6-b5e7-be0eccebe222/width=450/11147043.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U3HoID~8fQ~8-;j@jsj@fQfQfQfQ-;j@jsj@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/474731", "modelId": 426093}
\ No newline at end of file
diff --git a/datasets/metadata/475614.json b/datasets/metadata/475614.json
new file mode 100644
index 0000000000000000000000000000000000000000..de6d35289fcad2d40d7769e8008d611f8ee4126e
--- /dev/null
+++ b/datasets/metadata/475614.json
@@ -0,0 +1 @@
+{"id": 475614, "index": 0, "name": "Bianca the wolf (PonyXL)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-29T20:27:50.943Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["anthro, furry, female, wolf, she wolf, Bianca, dark blue fur color, two-tone fur, darker hands and feet,", "blue long hair, Black ears, white ear innards, bright blue eyes, white face, brown nose, ", "dark blue eyelids and eyelashes, fuzzy chest, animal ears, animal tail, bushy tail"], "stats": {"downloadCount": 66, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 394173, "sizeKB": 2255.6923828125, "name": "475614_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T18:01:16.687Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D6C3CE65", "AutoV2": "7A197F78E7", "SHA256": "7A197F78E709F7985AB0AD92AF124BBB1E511D093A066EA71D52562CE616613A", "CRC32": "53699627", "BLAKE3": "3FFF33A7717BB83ED4EA679B854B4E4088F9DAE8CC29420EC317551183470446"}, "downloadUrl": "https://civitai.com/api/download/models/475614?type=Training%20Data"}, {"id": 394384, "sizeKB": 223101.81640625, "name": "Bianca_the_wolf_PonyXL-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T20:05:54.604Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "01877778", "AutoV2": "E542D1D6BE", "SHA256": "E542D1D6BE10C93D0A9BD3FAA3A9C2566805627C3FEC3B20BB9BFC76B887E90A", "CRC32": "646CD653", "BLAKE3": "987EF5CA38E6838A0A7B28677826704331A3ED6510F4801C14998324193C40C6", "AutoV3": "468F0D686000"}, "downloadUrl": "https://civitai.com/api/download/models/475614", "primary": true}], "images": [{"id": 11106952, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32fcc610-1cc8-45fd-bf5a-c04fb5880a4b/width=450/11106952.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UE8Euko%00t1?wtSD$aJESxv?GM_9at8?aRj", "type": "image"}, {"id": 11106953, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3f09d71-a203-4d44-91ad-190c58b88c88/width=450/11106953.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEHy2j-o=CtST@=@8woyCT01H=gP9^=;NHIA", "type": "image"}, {"id": 11107638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4eeb07b0-2a31-4575-946d-a11259998204/width=450/11107638.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAFO=m0M-hR38|_4MwxW?c4n~p~WRot8InD%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/475614", "modelId": 426881}
\ No newline at end of file
diff --git a/datasets/metadata/475725.json b/datasets/metadata/475725.json
new file mode 100644
index 0000000000000000000000000000000000000000..ec1170fcf1e5d098e9cff4e90dea413ff04c624f
--- /dev/null
+++ b/datasets/metadata/475725.json
@@ -0,0 +1 @@
+{"id": 475725, "index": 2, "name": "Presha", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-29T19:45:25.830Z", "availability": "Public", "nsfwLevel": 28, "description": "No changes, but t
", "trainedWords": ["Presha", "Preshav1,"], "stats": {"downloadCount": 31, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 394249, "sizeKB": 2842.7099609375, "name": "475725_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T18:46:36.113Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DA0BB0BA", "AutoV2": "958ED8EFBA", "SHA256": "958ED8EFBA95C78AC577200F3AE5E6DB0D16F6689DB30F7E0B24685058E4C120", "CRC32": "DF5DC7AD", "BLAKE3": "EE147EA893317DD85CCC5B81A71B24CD51398DF15B2A2D118664F75CA218476B"}, "downloadUrl": "https://civitai.com/api/download/models/475725?type=Training%20Data"}, {"id": 394340, "sizeKB": 223100.72265625, "name": "Presha-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T19:41:23.832Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "14B9E3BA", "AutoV2": "462BC4C946", "SHA256": "462BC4C9462A4AB2C73559D9BE85A389017C1A4ADE7927E82D464521BD1B9365", "CRC32": "275CC9CE", "BLAKE3": "574274201D16270CFB5111B5F66454F7BE71C5B81330195827C1C74E80F23364", "AutoV3": "1C35366EF7CD"}, "downloadUrl": "https://civitai.com/api/download/models/475725", "primary": true}], "images": [{"id": 11104234, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/249e07f9-d917-4278-87b0-1ea17bd223ab/width=450/11104234.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UOHw}s}?Q-$g9aNbbHs:0Ks.%2t7?aWARjW;", "type": "image"}, {"id": 11104233, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1984353-9b04-4a3c-acee-b3f92df858e9/width=450/11104233.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UUG[QdNG%g_4.AM_xZkr%$V@Sit7Vrsle-M_", "type": "image"}, {"id": 11104235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/119e2536-d458-4c40-b214-bcb13c29858e/width=450/11104235.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UAIqcVxu0gt7ogs:~pM{20WBvzj[rXWVAGs:", "type": "image"}, {"id": 11104335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5c9cafe-62ba-4cc6-b0c7-41df570aabae/width=450/11104335.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UMM6JC~X_3pHKhkAbY-Wpwxu%3$*D%$+w|o}", "type": "image"}, {"id": 11104336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c552a1c8-aebe-4f4e-9a8c-1c1559647de6/width=450/11104336.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "ULM?bx}]spNGK+buofxa%LtR%2jbD*-pe:t6", "type": "image"}, {"id": 11104343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbabc0fa-6296-41f5-8bdc-ed64b6fb0724/width=450/11104343.jpeg", "nsfwLevel": 8, "width": 700, "height": 1023, "hash": "U6HL0lt8AI-o0nW=I=WB00kC~VRj{bn$?H%2", "type": "image"}, {"id": 11104360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b1d7871-1663-4c1c-aa4d-fc320cb26a25/width=450/11104360.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UMM6JC~X_3pHKhkAbY-Wpwxu%3$*D%$+w|o}", "type": "image"}, {"id": 11104361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/153a8747-0deb-4464-905f-444e65025ae5/width=450/11104361.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U6EoPyGYAX^301}[Q+K5$_M{-;o~n5NuRjVY", "type": "image"}, {"id": 11104362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d3cf74b-09d7-43a9-94a4-9671edf9985c/width=450/11104362.jpeg", "nsfwLevel": 16, "width": 700, "height": 1023, "hash": "U8HUnL.8C6M{p_rrI:WB00IU=yt,xakW~q$i", "type": "image"}, {"id": 11104364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b35057e1-dbf4-4101-8c7f-1b00359308af/width=450/11104364.jpeg", "nsfwLevel": 8, "width": 700, "height": 1023, "hash": "UFJ7p}-SX:?wO@xt%3Nf0mM{NFM_00R.jXn2", "type": "image"}, {"id": 11104368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15d34203-4ab9-4763-9565-c7e9de71370f/width=450/11104368.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UCIpuR-pp{C6bMxH$*S~8wE1D*|_8^NYvzn5", "type": "image"}, {"id": 11104369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e92cbd8-bfe9-41dc-8b37-ce22178e4732/width=450/11104369.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "ULM?bx}]spNGK+buofxa%LtR%2jbD*-pe:t6", "type": "image"}, {"id": 11104370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b13f4032-057d-4be6-857f-dd08351958bb/width=450/11104370.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UHMF,g~U-:RlC9bcxu={oHxt-otQE3^if+t7", "type": "image"}, {"id": 11104371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/369c973b-28ac-450a-8f4a-e80985b8dc76/width=450/11104371.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UKM6JB~X?vpHP9t6X7=|uOtR%2$*D%-W$*o}", "type": "image"}, {"id": 11104372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31375231-fcb4-4110-b56a-51fe07390d57/width=450/11104372.jpeg", "nsfwLevel": 16, "width": 700, "height": 1023, "hash": "UDINjs-;.7v#$,kC9aRP00MxMx%N.me..8x]", "type": "image"}, {"id": 11104374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e01e45be-9437-4e4d-b541-d5f1e897613d/width=450/11104374.jpeg", "nsfwLevel": 8, "width": 700, "height": 1023, "hash": "UQIX?Ut7?^t8-;ofkCV@I;j[nNae%Mayj[oz", "type": "image"}, {"id": 11104375, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a180fd3b-6acf-4b4f-9e15-06f1e3778a2b/width=450/11104375.jpeg", "nsfwLevel": 16, "width": 700, "height": 1023, "hash": "UAHmcZtRCS~B%$%M.8%M0,^QxuK5;4-VQ.K4", "type": "image"}, {"id": 11104376, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6f69663-7699-4184-a08e-05f85a52a62f/width=450/11104376.jpeg", "nsfwLevel": 8, "width": 700, "height": 1023, "hash": "U6HL0lt8AI-o0nW=I=WB00kC~VRj{bn$?H%2", "type": "image"}, {"id": 11104377, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4240263d-7e5b-4eb4-bb2b-e3db3a98d44e/width=450/11104377.jpeg", "nsfwLevel": 16, "width": 700, "height": 1023, "hash": "U8Fr3KE2K8~B00$%Di%215EkJ8NHH=xY-p57", "type": "image"}, {"id": 11104379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e35a0d1-e41f-4b8c-86c9-a7104f43b64f/width=450/11104379.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UKF5BW?bo}of?^.7x[f+tRtRxuofIpRkWCWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/475725", "modelId": 426983} \ No newline at end of file diff --git a/datasets/metadata/475755.json b/datasets/metadata/475755.json new file mode 100644 index 0000000000000000000000000000000000000000..661ea71365d2fec0d692e33b3ba4f10480360327 --- /dev/null +++ b/datasets/metadata/475755.json @@ -0,0 +1 @@ +{"id": 475755, "index": 0, "name": "endless grades thunder", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-29T19:48:16.414Z", "availability": "Public", "nsfwLevel": 2, "description": "endless grades thunder
", "trainedWords": [], "stats": {"downloadCount": 28, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 394290, "sizeKB": 62877.482421875, "name": "475755_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T19:11:54.227Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C0ECE2B2", "AutoV2": "6A28E92C50", "SHA256": "6A28E92C50068226F0164D9D8667AB7A2BCA9BE82106CE2070F2D8629050C79D", "CRC32": "DB65E479", "BLAKE3": "21961097FACD0EA05FC70B0E43BE400D6F8DBD896060AB65B5A88FA75FF9FDD4"}, "downloadUrl": "https://civitai.com/api/download/models/475755?type=Training%20Data"}, {"id": 394351, "sizeKB": 223099.81640625, "name": "endless_grades_thunder-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T19:46:23.917Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0CA361F6", "AutoV2": "65273E71D1", "SHA256": "65273E71D13E08164D4C952DE4D490B00F87E908D05B3AFD5DD6E997BAAF1407", "CRC32": "F2CFFCDC", "BLAKE3": "B572121A7E9EC2E2CA33C048A81A8DA8DDBF24248CEB070855DF96C6CB9D0E5E", "AutoV3": "8A0140713D3C"}, "downloadUrl": "https://civitai.com/api/download/models/475755", "primary": true}], "images": [{"id": 11104458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e7aa0d2-b9a0-4782-b675-efa1bd6a6723/width=450/11104458.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UFDSE[OsI:-o~VShI:jE01VsNGNG4nROt6t8", "type": "image"}, {"id": 11104460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee4c5d61-b68d-4b32-9f86-d52a9e836a64/width=450/11104460.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UFDItQXnIp$%~WbcNHjE01MxWBR+0KROxao}", "type": "image"}, {"id": 11104455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c330fbf-8df9-43f5-a03a-8a2a4bd4c5d3/width=450/11104455.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UEDIwYcENd-V~WX9ELaK00ITRjRj0KMx%2x]", "type": "image"}, {"id": 11104456, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5757e2e3-5e9a-42b1-be74-b8a160725e49/width=450/11104456.jpeg", "nsfwLevel": 2, "width": 506, "height": 719, "hash": "UNDk}bS$Next~BbcNbxZI:M{R+s.M{IURjbF", "type": "image"}, {"id": 11104461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46c2f6de-47de-4501-b22e-8f0036162256/width=450/11104461.jpeg", "nsfwLevel": 2, "width": 506, "height": 719, "hash": "UNDk}bS$Next~BbcNbxZI:M{R+s.M{IURjbF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/475755", "modelId": 427011} \ No newline at end of file diff --git a/datasets/metadata/475835.json b/datasets/metadata/475835.json new file mode 100644 index 0000000000000000000000000000000000000000..3b46e921918fbaf75076201a17216368c3db0b30 --- /dev/null +++ b/datasets/metadata/475835.json @@ -0,0 +1 @@ +{"id": 475835, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-29T19:48:30.172Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 155, "ratingCount": 0, "rating": 0, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 394357, "sizeKB": 46434.0517578125, "name": "Ikaros_Melan_LostProperty.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T19:51:31.360Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0EA053C9", "AutoV2": "4251883B25", "SHA256": "4251883B259BF600F110E97D14E8C0094E9796730F855484F41656717CA4C674", "CRC32": "C9A3DF2A", "BLAKE3": "1887C69F1FFFFA639311FD65374515B703F925E36D0D485FA9732CBD2D2AF9D2"}, "downloadUrl": "https://civitai.com/api/download/models/475835?type=Training%20Data"}, {"id": 394356, "sizeKB": 22255.94140625, "name": "Ikaros_Melan_LostProperty-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T19:51:28.530Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A3BC49B9", "AutoV2": "E16DE5BC0C", "SHA256": "E16DE5BC0CF3D44B4EB3FB11C98D12AF9AFB836AE68736851E72C4124D10E08D", "CRC32": "E84F921B", "BLAKE3": "BD130074CE518E59C1C2C5256905F6752061D8BA874C69CF29342EC97E5DADF0", "AutoV3": "0A3D751BF6F7"}, "downloadUrl": "https://civitai.com/api/download/models/475835", "primary": true}], "images": [{"id": 11104584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/895b88e4-6b5a-438d-887a-17bd35947077/width=450/11104584.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UYO3a~t7yYxuKPay~WoetRj[n%ofxafQniax", "type": "image"}, {"id": 11104583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f83831c-0648-4d7e-93b3-15f396396e00/width=450/11104583.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UYO3a~t7yYxuKPay~WoetRj[n%ofxafQniax", "type": "image"}, {"id": 11104780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/026819d2-b2de-4cb3-82cf-77e5f070e915/width=450/11104780.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUN0uP?H.StS?bIV~qoL4:M{s9xt=|%MRks:", "type": "image"}, {"id": 11135113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/642062a6-7a66-45a5-811e-09e6d9d121fb/width=450/11135113.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPMZ%cM|?^iw.89F%gIo00kBxZE0wcjYjFjZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/475835", "modelId": 427089} \ No newline at end of file diff --git a/datasets/metadata/475898.json b/datasets/metadata/475898.json new file mode 100644 index 0000000000000000000000000000000000000000..3c9d13e75c4d3b503896ef4b3f1576cc02724295 --- /dev/null +++ b/datasets/metadata/475898.json @@ -0,0 +1 @@ +{"id": 475898, "index": 0, "name": "goth anime", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-29T21:42:36.173Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["black hair ", "goth "], "stats": {"downloadCount": 157, "ratingCount": 0, "rating": 0, "thumbsUpCount": 42, "thumbsDownCount": 0}, "files": [{"id": 394511, "sizeKB": 223103.68359375, "name": "goth_anime-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T21:15:57.129Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9DA72BDB", "AutoV2": "02637C3D94", "SHA256": "02637C3D9415351B90A9602F640E81B46D70B5396168E30E4A8738352D1FC943", "CRC32": "EC368326", "BLAKE3": "42A8C3879E4819A1471262FED4D2F686D498CE0BC2EDEFF09D9EA55E7AD22CFB", "AutoV3": "6A978814DBA4"}, "downloadUrl": "https://civitai.com/api/download/models/475898", "primary": true}, {"id": 394436, "sizeKB": 12616.626953125, "name": "475898_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T20:36:17.074Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FF74495C", "AutoV2": "47B4A361D0", "SHA256": "47B4A361D025C96D96B99E6065F4AA73BB0A57F7D37F8452368A76E6E94A4A22", "CRC32": "03EF60AA", "BLAKE3": "16738F83254C6574D360BAD1BC9102C9B422A51E1C4FFBC35172619D9FC762BF"}, "downloadUrl": "https://civitai.com/api/download/models/475898?type=Training%20Data"}], "images": [{"id": 11111421, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3dc3e7c-93ca-424a-9f54-68b571d04888/width=450/11111421.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UIGH-zE2%#s:9^s:xZt75RxZRPWC~BRkS4of", "type": "image"}, {"id": 11111417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e4a77e3-256b-49d7-ae0e-539b6008476d/width=450/11111417.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UHF}veI@9^wt~XNeI:i]t-X9-=V?IUxvkrfj", "type": "image"}, {"id": 11111424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57cb31b8-996d-42ff-8a8d-43c98b8dd442/width=450/11111424.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "ULH-.Gt.~W4:PD-;IpRP0L9aMxWUozM{nixa", "type": "image"}, {"id": 11111419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af4a6144-1bed-457c-8cc7-9c7ad32fa9e3/width=450/11111419.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UUKJ.9%Mx]Rj~VNHRls:%Ln%wIt7%0ayRPt6", "type": "image"}, {"id": 11111423, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ee342c5-7d59-4b02-b571-73b7220e3c21/width=450/11111423.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UFHU5:WB00^j0MNGIVt7_Mn%MeW;=xj@9axa", "type": "image"}, {"id": 11111429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbd39238-a07a-458c-ab38-5b27fbd8d5ee/width=450/11111429.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UoMsK2s:~Vxu?GNGIpxatRNGxat7t7ofWBs:", "type": "image"}, {"id": 11111427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30d84632-6bb3-45c0-bdbb-0adbabdb8ff4/width=450/11111427.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UYI}Fr=d_Mi_NaofNHWB9GX8MyoyNGRkaeWV", "type": "image"}, {"id": 11111430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/063f347c-8d3f-4dca-94e1-eb93305b2c86/width=450/11111430.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UGJZ*#={RQ9v~pELVsWX0f57M{-o57E29]-o", "type": "image"}, {"id": 11111432, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/901666ed-1ba0-4ec4-965a-39ab1f410365/width=450/11111432.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UNKJZ2xul9s;~VozXTRjxuWVD*V@WYa{nijZ", "type": "image"}, {"id": 11111444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32fb5cf5-6ca9-49c8-89bd-52fbdd1fadcb/width=450/11111444.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UTJaN2RjtRxa~pWVIpkBxuxaE2ayIqofD*NG", "type": "image"}, {"id": 11111434, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5888284d-18fc-4da6-a6a8-e306daaa5cf1/width=450/11111434.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UNHnHUD*0f-;%#9GVs%f?aRPVs-:~BR+9as:", "type": "image"}, {"id": 11111439, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f10e991-29af-4e97-9e57-13cdc367c167/width=450/11111439.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UXG@rs~CtQxG?a?GxaWBNZofRkIoM|M|IoM|", "type": "image"}, {"id": 11111436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8dbe314-2394-4005-8af0-7616652709d7/width=450/11111436.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UGGH-%9u4:RP9ZE2$%Rk0KRk-pR-~Caz%2V[", "type": "image"}, {"id": 11111437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0bad49b-42a0-4b08-8df5-66f79a199e09/width=450/11111437.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UPM6Vi~VOtMx?Zx^t6IU%~9a$eoJ#kD%Rnod", "type": "image"}, {"id": 11111440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bd68024-8b56-460e-a691-5fd32997fd4d/width=450/11111440.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UTHdjX~A=_xut7nir?NJ9axGjFNG%0xtkBxY", "type": "image"}, {"id": 11111442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8e21352-1b42-4470-a759-038e3ea5fbab/width=450/11111442.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UIJa1Ps:K5-oyWafoLxt~pWVD*t6Myaf4;Rk", "type": "image"}, {"id": 11111446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1bb72f1b-defc-4c71-846b-3a75d402d42c/width=450/11111446.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UEIz|[={0M^+~VRk0Lxu0iM}0LI;=w%1WCM|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/475898", "modelId": 427148} \ No newline at end of file diff --git a/datasets/metadata/475907.json b/datasets/metadata/475907.json new file mode 100644 index 0000000000000000000000000000000000000000..0307360d667966713395f372f14d8aca3fb7a338 --- /dev/null +++ b/datasets/metadata/475907.json @@ -0,0 +1 @@ +{"id": 475907, "index": 0, "name": "Xierra099's style", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-30T11:21:10.547Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 244, "ratingCount": 0, "rating": 0, "thumbsUpCount": 39, "thumbsDownCount": 0}, "files": [{"id": 395460, "sizeKB": 223112.11328125, "name": "Xierra099s_style_r1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-30T11:15:57.440Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EED0895C", "AutoV2": "47F0E02030", "SHA256": "47F0E020304E3149184C320AB0101BC3A35CCBFC184E0EBF5014A2DB1E6A7478", "CRC32": "E98DEEF8", "BLAKE3": "72A34BF4892533EABF50D414A03A72F77913FA4492A89AB07501D78F667B9D97", "AutoV3": "3348A93022C4"}, "downloadUrl": "https://civitai.com/api/download/models/475907", "primary": true}, {"id": 394433, "sizeKB": 33542.306640625, "name": "475907_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T20:31:15.020Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "97E26CDB", "AutoV2": "C2D923686C", "SHA256": "C2D923686CA15B29A5D56465BDC254A02E6C1FEA3875D9C0E90D6A6A4576F6C4", "CRC32": "A6DD542F", "BLAKE3": "95923CC8B4C9BD2FFF39B90A80B7FCE2D165E0F2118161B66CE5E9B70E10EDE5"}, "downloadUrl": "https://civitai.com/api/download/models/475907?type=Training%20Data"}], "images": [{"id": 11162056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38a75c5a-264c-4724-a6ae-4553f600484b/width=450/11162056.jpeg", "nsfwLevel": 1, "width": 1376, "height": 1376, "hash": "USJ~jCv{L4KQPCbe#sRkOlJ5ahrp#rr:W-W?", "type": "image"}, {"id": 11162350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f06691f-6bf4-4335-932f-aca3d9f47248/width=450/11162350.jpeg", "nsfwLevel": 4, "width": 1128, "height": 1136, "hash": "UGNS==_NTy_00GyFyE8{Gc9w?bMx~VD*.7$~", "type": "image"}, {"id": 11157977, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d38929b5-43d0-4e82-8a43-7cc97f695573/width=450/11157977.jpeg", "nsfwLevel": 1, "width": 1376, "height": 1376, "hash": "UQNAu8-p-CD*?^-=IAVX-UtlNGx]OZX9-o-p", "type": "image"}, {"id": 11157833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f2607c1-6c20-4787-9fc1-05e7d3ed6db0/width=450/11157833.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "USKm@B}%NHxt5ZI[s*xtE-NJaJkCb{ofoIbc", "type": "image"}, {"id": 11157883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c45f6bbd-7ae3-4f81-b9f5-e2242d8a7dee/width=450/11157883.jpeg", "nsfwLevel": 4, "width": 1408, "height": 1416, "hash": "USKkvxWBIqNx+YRksobuPqWBxtbbVqWUW:R+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/475907", "modelId": 427157} \ No newline at end of file diff --git a/datasets/metadata/475941.json b/datasets/metadata/475941.json new file mode 100644 index 0000000000000000000000000000000000000000..db6663a1b4d470f0b31363b11c6d9a8957dc5b32 --- /dev/null +++ b/datasets/metadata/475941.json @@ -0,0 +1 @@ +{"id": 475941, "index": 1, "name": "v1.1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-30T01:44:59.443Z", "availability": "Public", "nsfwLevel": 6, "description": "Uploading it just because I've already prepared post. Version 2.0 should be better in most cases though.
Removed score_9
from captions and increased some repeats for pictures without halo and/or headphones.
Should affect style less now and generating without both halo and headphones is feasible now.
", "trainedWords": ["ushio noa, headphones, halo, very long hair", "school uniform, open jacket, black pantyhose"], "stats": {"downloadCount": 41, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 394464, "sizeKB": 161134.2724609375, "name": "img.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T20:45:48.526Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "AD03B540", "AutoV2": "218DFB5703", "SHA256": "218DFB570376B825D542599B06F8B24D8D1D51826BFB392B405547B0F0F405B4", "CRC32": "D21359BF", "BLAKE3": "73B46D8394934EF932FDBC98208A209DD4146D36570E411223B237CBE88B1F5D"}, "downloadUrl": "https://civitai.com/api/download/models/475941?type=Training%20Data"}, {"id": 394463, "sizeKB": 56087.81640625, "name": "noa-ponyxl-kohya3-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T20:46:22.871Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "86A4DEC4", "AutoV2": "516FE006EC", "SHA256": "516FE006EC6B79CFD10D4E9C4F47085DFDF8A4400108812F35FB29C44B30FF56", "CRC32": "A5103C95", "BLAKE3": "FE0388DE16978389FBEA24DD5470CB1CCD2FD0AF2499EF8E86C0DFF26F54DA44", "AutoV3": "FB2E8AC22032"}, "downloadUrl": "https://civitai.com/api/download/models/475941", "primary": true}], "images": [{"id": 11107996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c79a28c-0288-400e-bb30-3156d1d5714c/width=450/11107996.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "UIMsm8AK}k%2=hNeDjsnMx%1xbnkL4tRIoR-", "type": "image"}, {"id": 11108027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81cea79f-13b3-4546-816d-29eb7aa5a506/width=450/11108027.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "ULK1XrIp~q-=^+kXDis,yEkD9ZM{17niTKX9", "type": "image"}, {"id": 11108043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/874460b6-97cc-4c4f-98ac-33baf34f7d7f/width=450/11108043.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UeLWFs%M]}r=}tR+nMnOVXWAkXs.kEs:Iqa#", "type": "image"}, {"id": 11108062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e43b0b9-74b1-42c1-94f8-0d80dde0bb5d/width=450/11108062.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "ULKdAE5B}m-q?cT09tR*E0tSOtM{yERjIUof", "type": "image"}, {"id": 11108078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3aa1bd37-7e3b-44d1-ae04-8ac0dfaa9892/width=450/11108078.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UBL:G^0Oz=xc^UTdDjrqEmTKEhIU=|bJIo%1", "type": "image"}, {"id": 11108092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cb1ca35-d1e4-47d8-851f-d23389689f25/width=450/11108092.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "UMKwwn-o_2%L?w%1E1NGIpof9Fj[ENIqRjS4", "type": "image"}, {"id": 11108131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a02c531-763f-4168-902e-57b280825679/width=450/11108131.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "U9FO[z%M00aK^-t700Rj_4kCE4WB4TbHRkV[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/475941", "modelId": 353134} \ No newline at end of file diff --git a/datasets/metadata/476054.json b/datasets/metadata/476054.json new file mode 100644 index 0000000000000000000000000000000000000000..aa489d536a9b2a294e7074424135e12c8797501d --- /dev/null +++ b/datasets/metadata/476054.json @@ -0,0 +1 @@ +{"id": 476054, "index": 0, "name": "v2", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-04-29T23:57:02.018Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": ["ranapekova"], "stats": {"downloadCount": 29, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 394598, "sizeKB": 126960.9248046875, "name": "476054_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T22:21:19.946Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BC2B0E40", "AutoV2": "E2DEF122E5", "SHA256": "E2DEF122E5E6274FBAF45DA3E775BD8F6179D9DE2FCF5E9B3B2876220F79E39F", "CRC32": "D80B5A28", "BLAKE3": "4E34CABEA3A939669736919DF593722FC7EC699A078ACDB2A2D8CB79BC8D2836"}, "downloadUrl": "https://civitai.com/api/download/models/476054?type=Training%20Data"}, {"id": 394714, "sizeKB": 223107.58203125, "name": "RanaPDXLv2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T23:55:49.136Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7D70BB71", "AutoV2": "40524BA451", "SHA256": "40524BA451475D78005F51B28C03F0B034B98373AF969479EFB0715CD1337287", "CRC32": "BB7C40C7", "BLAKE3": "702A7AECF538198ABDE287F2CBF46A8606D5FD6C7E509231BAD568D1B5DB7495", "AutoV3": "99CE79A5C585"}, "downloadUrl": "https://civitai.com/api/download/models/476054", "primary": true}], "images": [{"id": 11160884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5f80492-705a-4160-a03e-667d193f9f9b/width=450/11160884.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U7724}paqCRQm:VtR7WB00a1mno{l6x[tkof", "type": "image"}, {"id": 11160674, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02156304-646c-435d-98c1-ce61d38da6ba/width=450/11160674.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U14_eC~X0c4-M_IUNMs;56Ri=|xbM_n#-qxv", "type": "image"}, {"id": 11124070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef793674-3b27-4c29-b75d-ef4e717a0a6d/width=450/11124070.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UNE.hUM{AHkC.maekWxtIokDwvWBjFofniRQ", "type": "image"}, {"id": 11124069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ef1d9df-f964-4f04-985f-ea6eacf7b2ce/width=450/11124069.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U$N,SrRP%gWV~qxuWBs:M|WVRPV@xuRjadt7", "type": "image"}, {"id": 11124071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdd5c4cd-d0cc-4a37-8764-094cb2456577/width=450/11124071.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UbI4^rj[KQof.Tj]ozt6IUofrqRjkXWBn$j[", "type": "image"}, {"id": 11124268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be20c480-42fa-4c67-bd5a-dc83ba0ff577/width=450/11124268.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UABy,D_30200?w%NazDi0LNH^j%200M{$%%g", "type": "image"}, {"id": 11124271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f59e0d8-d052-40a2-b467-113263af3844/width=450/11124271.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UNDc5c~qKPXS?b-;xvog9ZMxs9RjD%IURiRP", "type": "image"}, {"id": 11124269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50d87e55-e9ad-4905-9230-205a3976b1af/width=450/11124269.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UMIOOm00EN~q-;RjxukC9Fays:RjS#WVt6ae", "type": "image"}, {"id": 11124575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0674424d-2cbc-4f74-a9ca-356986f0b1bc/width=450/11124575.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U59%VR01NE-WEKxt0M-o~WIooHs:s7NG?IM{", "type": "image"}, {"id": 11119185, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52b11cb3-3d85-41c9-a564-3b31a0887ac0/width=450/11119185.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U98DFds:0JIoofoLNaS20KR*~DxaNGayxaof", "type": "image"}, {"id": 11160377, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fea22865-7bfa-451f-9897-11825812561a/width=450/11160377.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UoQI-wxZx[t7_NbdM{WCS%ofs.ofM}RjWXWV", "type": "image"}, {"id": 11160652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f943119e-f479-498b-939c-84f63763ae7e/width=450/11160652.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UBEVsfDhX-ct9F4T_3IV_N9Z%1rq4nNGxuI9", "type": "image"}, {"id": 11160763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7084d5ee-d5dc-4246-a920-047130d9286f/width=450/11160763.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U59Z=xt700j??b-p0L9Z_4tRM_s:kVt8$+V[", "type": "image"}, {"id": 11160801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4097a2a2-0230-46f6-93b3-626d3a28d2d8/width=450/11160801.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UG97L;-q9XIU_4%3D%IT?c%3ITM{-=t7M{oM", "type": "image"}, {"id": 11160890, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2e06e91-c193-4724-a582-37484cd5622e/width=450/11160890.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9Av,,?I1u^+~V?apI?H58x]~CozEM%L?GRk", "type": "image"}, {"id": 11160888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e16acdf-f648-4b6e-8895-56ac1532c569/width=450/11160888.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U49QgSqf7v9[^8tM8|Ns00Kb}[=g0KE1=|={", "type": "image"}, {"id": 11160891, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8522859e-b7c0-4ca3-a72f-3731eab6ea17/width=450/11160891.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U7BDE04Uu54o~DM{EebZ0K%f+_-:E1bY$kaK", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/476054", "modelId": 427292} \ No newline at end of file diff --git a/datasets/metadata/476130.json b/datasets/metadata/476130.json new file mode 100644 index 0000000000000000000000000000000000000000..c0ba0df3f799c67088dd149beb959016d6dcaf8a --- /dev/null +++ b/datasets/metadata/476130.json @@ -0,0 +1 @@ +{"id": 476130, "index": 1, "name": "Presha (Pony)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-29T23:51:39.443Z", "availability": "Public", "nsfwLevel": 28, "description": "No changes
", "trainedWords": [], "stats": {"downloadCount": 24, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 394647, "sizeKB": 2571.2314453125, "name": "476130_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T22:55:42.859Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8348052E", "AutoV2": "FD53F4F0DA", "SHA256": "FD53F4F0DA334DA20B500315B081CC76F52F3C5EF4CE0FA9B71E08101173EE20", "CRC32": "512FF935", "BLAKE3": "83C763B108E9E8166E3F44AAC9E580C9E8C688B4C49B35E00FA24ED558C772BC"}, "downloadUrl": "https://civitai.com/api/download/models/476130?type=Training%20Data"}, {"id": 394705, "sizeKB": 223100.84765625, "name": "Presha_Pony-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-29T23:50:48.667Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AFA30FD3", "AutoV2": "21091D925B", "SHA256": "21091D925B5D08145F75324CA28827B2FD9184F5AD61955EA5731EF2BEA5DDFF", "CRC32": "0244DF9D", "BLAKE3": "A30A4105D330193334318F3C3FAF3ECF356AD2C0665AE8FC866CEBB8A7FD32C2", "AutoV3": "F3609D934A77"}, "downloadUrl": "https://civitai.com/api/download/models/476130", "primary": true}], "images": [{"id": 11118814, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7583b8e0-4e6b-40a0-967c-4efbadff1f9d/width=450/11118814.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UDJH8g%MV@%M_Nt7WBxaI[WVWVazGZt7kCoz", "type": "image"}, {"id": 11118813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a49eba8e-ca76-4a02-8f99-e9cd5ca00f81/width=450/11118813.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBI;Fw~C0DOY02IU-9nh0gN^^it6IqI[t7g3", "type": "image"}, {"id": 11118815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ef73cbe-4b84-4546-bc98-0ceb50ea048b/width=450/11118815.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UMJaJ^-7.TWV0~T0I9xajbf6t7WVs,oKW;s.", "type": "image"}, {"id": 11118858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c442dbec-6397-4ee1-8660-0947f192ded8/width=450/11118858.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UMM6JC~X_3pHKhkAbY-Wpwxu%3$*D%$+w|o}", "type": "image"}, {"id": 11118857, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08b330ce-3472-4c48-940f-e30afb044a85/width=450/11118857.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U6EoPyGYAX^301}[Q+K5$_M{-;o~n5NuRjVY", "type": "image"}, {"id": 11118861, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df50d0d3-9c19-430a-a290-246ba22c2990/width=450/11118861.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U7H03aMx92$K0K#t0_-D1G5i?GXf1Z-p|}I;", "type": "image"}, {"id": 11118860, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c8019a0-a6c8-4e1a-bad1-40fe5451ea74/width=450/11118860.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UMLCxG-o%gxaI@tlxu%M*Joeg3t7F^NGs:aK", "type": "image"}, {"id": 11118865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/201b7791-019f-4ed4-bce9-59cc78c28a2d/width=450/11118865.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UCIpuR-pp{C6bMxH$*S~8wE1D*|_8^NYvzn5", "type": "image"}, {"id": 11118863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45a4417f-37dc-481e-add6-645d5a5ddfc1/width=450/11118863.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "ULM?bx}]spNGK+buofxa%LtR%2jbD*-pe:t6", "type": "image"}, {"id": 11118866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60a7edd7-4b52-4f9c-884b-112863bb6619/width=450/11118866.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UHMF,g~U-:RlC9bcxu={oHxt-otQE3^if+t7", "type": "image"}, {"id": 11118867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c97f3709-f8d7-44ea-8643-68608c2afe4d/width=450/11118867.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UKM6JB~X?vpHP9t6X7=|uOtR%2$*D%-W$*o}", "type": "image"}, {"id": 11118868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9f27c4e-a982-4a2c-b8c3-3c6bb7ced18a/width=450/11118868.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UaL26}$k}wsWa3$+ruspsXsTNZoLe.n~W;Na", "type": "image"}, {"id": 11118870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bc0f508-3357-40af-ad08-393d088cf63d/width=450/11118870.jpeg", "nsfwLevel": 16, "width": 700, "height": 1023, "hash": "UAHmcZtRCS~B%$%M.8%M0,^QxuK5;4-VQ.K4", "type": "image"}, {"id": 11118872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fff959de-747d-4908-a586-d2adcae12ff1/width=450/11118872.jpeg", "nsfwLevel": 8, "width": 700, "height": 1023, "hash": "U6HL0lt8AI-o0nW=I=WB00kC~VRj{bn$?H%2", "type": "image"}, {"id": 11118873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbc57cc2-bacd-43d8-824e-38d6e9d18ac7/width=450/11118873.jpeg", "nsfwLevel": 16, "width": 700, "height": 1023, "hash": "U8Fr3KE2K8~B00$%Di%215EkJ8NHH=xY-p57", "type": "image"}, {"id": 11118874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b202d4b-0ded-43af-b7f2-776f1c47333a/width=450/11118874.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UKF5BW?bo}of?^.7x[f+tRtRxuofIpRkWCWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/476130", "modelId": 427363} \ No newline at end of file diff --git a/datasets/metadata/476331.json b/datasets/metadata/476331.json new file mode 100644 index 0000000000000000000000000000000000000000..9dcc3c04b0b9e61c3cbe13b90e14e6d2dba30945 --- /dev/null +++ b/datasets/metadata/476331.json @@ -0,0 +1 @@ +{"id": 476331, "index": 0, "name": "v2.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-30T01:45:06.377Z", "availability": "Public", "nsfwLevel": 7, "description": "Removed some images that were too inconsistent and fixed some mistakes in captioning.
It's much more reliable overall.
ushio noa
is basic prompt. Also headphones, halo, very long hair
for her usual appearance and school uniform, open jacket, white shirt, black pantyhose
for her usual outfit.
track jacket, open jacket, buruma
for track outfit. long hair
or short hair
for alternative hair length.
Haruko_haruharau
", "trainedWords": ["Haruko_haruharau", "yellow eyes,light pink hair,short hair,hair between eyes,"], "stats": {"downloadCount": 195, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 395600, "sizeKB": 13635.87109375, "name": "477060_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-30T13:00:48.966Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DD037C13", "AutoV2": "AF30098E0C", "SHA256": "AF30098E0C459ADDEFDF051890BD2D59D0C77E6E12C8F130E6F03E15AEAFA8A1", "CRC32": "CF87DEDE", "BLAKE3": "5DF559D68BE23FEA5CDB63C6008BFA7E61C3D1C06B5733AD295F432058112B1D"}, "downloadUrl": "https://civitai.com/api/download/models/477060?type=Training%20Data"}, {"id": 396365, "sizeKB": 223103.67578125, "name": "Haruko_Haruhara_PONYXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-30T20:45:54.596Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C9AF412D", "AutoV2": "4B2672B56E", "SHA256": "4B2672B56E11ABB0AF7DB1AED462C63407FB078B5CE3A45B5A98C9E131DE2F04", "CRC32": "AE0C2FD0", "BLAKE3": "6A6486E606E477B77A46B7B18E8E33B3C4512F27567A499A9D93B7D209AED1AD", "AutoV3": "D7EE6C4B6AD0"}, "downloadUrl": "https://civitai.com/api/download/models/477060", "primary": true}], "images": [{"id": 11191836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70c5ec32-c8c3-4264-a64d-6bfb0f1b792e/width=450/11191836.jpeg", "nsfwLevel": 8, "width": 1376, "height": 1840, "hash": "U7JHBsT{00wOyA5R00RkIoS##n#R}[x]NFMd", "type": "image"}, {"id": 11191703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9bec14ea-71d0-416b-bc46-a9f2c3750a3e/width=450/11191703.jpeg", "nsfwLevel": 8, "width": 1376, "height": 1840, "hash": "U6Ih20cu00=f.RAu4T%201J-={+[^i%gbcR4", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/477060", "modelId": 428198} \ No newline at end of file diff --git a/datasets/metadata/477196.json b/datasets/metadata/477196.json new file mode 100644 index 0000000000000000000000000000000000000000..575361faf0eb1b9c64b43d797c39c00e3fa1c281 --- /dev/null +++ b/datasets/metadata/477196.json @@ -0,0 +1 @@ +{"id": 477196, "index": 0, "name": "v0.1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-04-30T14:23:35.266Z", "availability": "Public", "nsfwLevel": 15, "description": "Made with manga and LN illustrations. Experimental.
nazuna, red eyes
for the character, armor
should be enough for her default outfit
helm1 - 16
", "trainedWords": [], "stats": {"downloadCount": 19, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 396139, "sizeKB": 10918.5703125, "name": "477676_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-30T18:36:11.690Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5821DED1", "AutoV2": "5A40F85DA6", "SHA256": "5A40F85DA6D5BE54264216DC38D860E85D0FB336284CBE7D972607B5849CAB2D", "CRC32": "C0EAE72A", "BLAKE3": "58FA2A6600291BA79BDC68BF114020B382AD07A00B3E93DA8CD4D5BF19328143"}, "downloadUrl": "https://civitai.com/api/download/models/477676?type=Training%20Data"}, {"id": 396390, "sizeKB": 223100.83984375, "name": "EI_Helm_Texture-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-30T21:00:50.414Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C2FF1699", "AutoV2": "12C690A07C", "SHA256": "12C690A07C3ED93D84C02C373DD664F61B20E48A8D4A83AA163AF1B308CA43D9", "CRC32": "96E0881C", "BLAKE3": "D71D9DB9438A5EEC9A0A8073A09EA79C624E0DE05B9C2705CD94C7F3B9F1D69A", "AutoV3": "54BF20AA9EE3"}, "downloadUrl": "https://civitai.com/api/download/models/477676", "primary": true}], "images": [{"id": 11192123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c4c7e8e-57c7-41f3-8d6f-55ccbfb03a0a/width=450/11192123.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U45X.HWY00s+E1of%MWB00oJ~qR-?bWB9Ft7", "type": "image"}, {"id": 11192121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2952265-b126-464e-9eb1-69dec436a0d5/width=450/11192121.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U11{mUadD4o$H;kCyZaJM_f8xufi%%j?H;WE", "type": "image"}, {"id": 11192122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/864c6c64-bf3e-41a2-abef-6be0eb26c395/width=450/11192122.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U23[xWxv00ITITj@%May00WA_4oz_3fR9Ej?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/477676", "modelId": 428748} \ No newline at end of file diff --git a/datasets/metadata/477800.json b/datasets/metadata/477800.json new file mode 100644 index 0000000000000000000000000000000000000000..eb9a7c08781841638f0ac90b009be826efc14c5c --- /dev/null +++ b/datasets/metadata/477800.json @@ -0,0 +1 @@ +{"id": 477800, "index": 0, "name": "landscapes", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-01T08:13:58.664Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 216, "ratingCount": 0, "rating": 0, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 397197, "sizeKB": 223102.12890625, "name": "landscapes.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T08:10:45.215Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "845C468D", "AutoV2": "78317929E2", "SHA256": "78317929E24397E1D9C0004E98120676A31DFD419E587F8E8E7A0D2F0B672B8D", "CRC32": "F6595206", "BLAKE3": "56A5B0D6502231BEAA48E7CA1CF2495ADCB837FF8824118866751A817357B9B6", "AutoV3": "9C26E47080C8"}, "downloadUrl": "https://civitai.com/api/download/models/477800", "primary": true}, {"id": 396280, "sizeKB": 29124.2548828125, "name": "477800_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-30T19:55:49.044Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8149F7B1", "AutoV2": "A33848A72C", "SHA256": "A33848A72CF6D15E6DFF58AC798C4553256BBFF6807B09BB58FF1F1DD854CCC9", "CRC32": "16CF4D8E", "BLAKE3": "5403D2B169194623DEC872811044019B6F1A0FD5BFC49B514EFC9747204BE683"}, "downloadUrl": "https://civitai.com/api/download/models/477800?type=Training%20Data"}], "images": [{"id": 11234298, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80baa91d-3dc1-4de5-a1b0-f0ce74987b2f/width=450/11234298.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UYF$9ExtW?fQ~pt6jsj[xtbHV@s:R*j[j?j[", "type": "image"}, {"id": 11234301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cdcd77f-a339-4483-9bfd-db2dedd96a01/width=450/11234301.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UIBWxlbx8^Mx.AxuMwM{IpjYt6ofE1V@t6xt", "type": "image"}, {"id": 11234299, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23cf23a5-f128-4748-af27-166100f4ba5e/width=450/11234299.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAAJ_[9F4o?v~q9GD%?a-:IoIVxuxsWDRkxZ", "type": "image"}, {"id": 11234297, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4663199d-25d9-491b-9d19-71a7462589cf/width=450/11234297.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPD0AVV@IUj[_4V@M{az?HayR*WB-ofkj]WB", "type": "image"}, {"id": 11234300, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbed9ac5-f1b9-4f7e-b811-d8e98dfa9d78/width=450/11234300.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UH9Q%JtR00ROysbcMcadS$WBjEogR5e-tRkW", "type": "image"}, {"id": 11234303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8bcf0fd-26e4-4413-b42c-e106efd0f3a1/width=450/11234303.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOEyPSM{D%x[~qRkM{t6%1t7M|RjxtayRkWB", "type": "image"}, {"id": 11234304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/751ba5e2-716b-4356-9359-ac7e84b0a6c3/width=450/11234304.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UJB42ME3s*Wt?ws+V[W?%Ot6ayt5%ht6ococ", "type": "image"}, {"id": 11234305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a88d90e-faf3-4efc-99e1-bc2287ea91af/width=450/11234305.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UPGkn1-UMdt7UHR+RPt7cYR+jsofXTWXt7az", "type": "image"}, {"id": 11234306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df65aae4-ffb3-483c-9e42-90e07508615e/width=450/11234306.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPEfH1_3xut7~q-:j[oe%MWBRjocogR*aebH", "type": "image"}, {"id": 11234307, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1603ef89-47cf-43a3-bf00-9a5c848f918f/width=450/11234307.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U79@S1?w0000?w?bD%4n%1jZR*WVt7off6Rk", "type": "image"}, {"id": 11234308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6dfb69aa-d184-4073-a6c0-69faf1a09849/width=450/11234308.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "URD04BS%WBj[%%t7oJoeyExtofj[-;xtj]j]", "type": "image"}, {"id": 11234324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b6f158e-0f94-4622-8ef5-a6550fe884d2/width=450/11234324.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UEE33S-;00M{~pxaD%NHWAs:RjM{xXayRkof", "type": "image"}, {"id": 11234323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84555fc2-69a7-4ff4-88cf-368118ba7dbd/width=450/11234323.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U3CGA3~q0000Kl%MIAD%9F%J-:-:56M{-U%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/477800", "modelId": 428858} \ No newline at end of file diff --git a/datasets/metadata/478101.json b/datasets/metadata/478101.json new file mode 100644 index 0000000000000000000000000000000000000000..c246c7083a318d5c8caf93e54d128a6a464bac78 --- /dev/null +++ b/datasets/metadata/478101.json @@ -0,0 +1 @@ +{"id": 478101, "index": 0, "name": "v2.0 Sohara Mitsuki", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-04-30T23:19:22.067Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 212, "ratingCount": 0, "rating": 0, "thumbsUpCount": 39, "thumbsDownCount": 0}, "files": [{"id": 396564, "sizeKB": 22258.58984375, "name": "Sohara_Mitsuki_LostProperty-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-30T23:15:52.649Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5CFC297C", "AutoV2": "44552CB1AA", "SHA256": "44552CB1AA58946DA90540C9DD67F7C1526D0517491161CF1A81FE4E0B51DECF", "CRC32": "F468C1AA", "BLAKE3": "09753D787DDA5C942490D143D4B0F0011D9637C428ECCDB84C68C7D693DFEE35", "AutoV3": "22D96BE6A4FF"}, "downloadUrl": "https://civitai.com/api/download/models/478101", "primary": true}, {"id": 396565, "sizeKB": 41521.8056640625, "name": "Sohara_Mitsuki_LostPropertyV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-04-30T23:15:53.557Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3C2CCF0D", "AutoV2": "7D6DC40BB1", "SHA256": "7D6DC40BB1D97889DD347601BAD741647BEDEF21FEEAA6960C09433024A83AE3", "CRC32": "E8085131", "BLAKE3": "3AE86B83B406315D66DBF548EE0A2646715D209882CEF0F65EF8A085BF8059C7"}, "downloadUrl": "https://civitai.com/api/download/models/478101?type=Training%20Data"}], "images": [{"id": 11200180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ada0c5f6-cd3c-4329-9736-b9b558d32be3/width=450/11200180.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVLzdZ?bTK%M9F%M-=xu_NRjsoWBIBWBt7WB", "type": "image"}, {"id": 11200210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80c9c603-7198-432b-8247-da0e4003c5af/width=450/11200210.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVLzdZ?bTK%M9F%M-=xu_NRjsoWBIBWBt7WB", "type": "image"}, {"id": 11200496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41ae2831-cd88-4c13-9647-f0c118ee867b/width=450/11200496.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeK-FD%N_NIV-;Rj%gbcSeRj%2oe%3t7M{V@", "type": "image"}, {"id": 11201503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5cf057c-5427-4274-8e5e-a9b4eb9811d1/width=450/11201503.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPLN0?D$u4-o.8IU%#WCS$xu~Wbb?bxZRjt7", "type": "image"}, {"id": 11226083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6f85ccb-3a53-4ab2-8f70-fdc02ae5d94d/width=450/11226083.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UCO2?c4T$wrD0JH@~V$j00Mx?GV@%hInMdIo", "type": "image"}, {"id": 11227128, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7c02b2f-6ab4-4397-b744-858235ebfdd9/width=450/11227128.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UUOMEU_NKP%h55xtxtRP57WCofxb?Gt7jGfR", "type": "image"}, {"id": 12784031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1fb2014-d3ea-4b5a-858d-aea90535ceb6/width=450/12784031.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUK,]XDixUM|~WR5%MWBV=xGt8t69ZM|-ps:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/478101", "modelId": 77653} \ No newline at end of file diff --git a/datasets/metadata/478224.json b/datasets/metadata/478224.json new file mode 100644 index 0000000000000000000000000000000000000000..562e23a0b7aa366a3c0d0d980e224f7659620575 --- /dev/null +++ b/datasets/metadata/478224.json @@ -0,0 +1 @@ +{"id": 478224, "index": 1, "name": "Hong Kong Phooey v1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-01T01:52:36.513Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Hong_Kong_Phooey"], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 396746, "sizeKB": 223101.12890625, "name": "Hong_Kong_Phooey.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T01:51:27.046Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BC4B7FA3", "AutoV2": "64A27B586A", "SHA256": "64A27B586A71158380E48404D0683F52DABD792E806718D8D188F17ECAD64D8F", "CRC32": "58EB5E09", "BLAKE3": "8DB1B5D7C96325F52CB52B59CA222FAC9CE5A12EC6536677F45D37D1713E82B6", "AutoV3": "52C94023A384"}, "downloadUrl": "https://civitai.com/api/download/models/478224", "primary": true}, {"id": 396689, "sizeKB": 3227.1416015625, "name": "478224_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T01:05:42.787Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "60BA6E90", "AutoV2": "3808E399F4", "SHA256": "3808E399F460F5AAA61ADE9F795685C1A0AE49EFB31C2ECF3691D5062506A3F4", "CRC32": "CC3DD79B", "BLAKE3": "A363E13360CB8604C2378FAA4249AEAEDF939D4C9DB39C3446DCA40E7132581E"}, "downloadUrl": "https://civitai.com/api/download/models/478224?type=Training%20Data"}], "images": [{"id": 11209762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5aeecd25-1f8b-45fc-954f-d1b2b1756e36/width=450/11209762.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEK1g#4-Y*jX4TRPbaxaT{Z#QntmnMo#V?WA", "type": "image"}, {"id": 11209761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9322b49f-8b56-4ef6-987a-3e475e17095b/width=450/11209761.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJKT^]n$E,f+%hWVi^jY?way$$s:Myj@M{WC", "type": "image"}, {"id": 11209763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45b04f64-4f8b-44c9-a208-b9674fbfd80e/width=450/11209763.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U8HxQR002N4;xvITxDtm0N-;vJtQvzXoT0iv", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/478224", "modelId": 429230} \ No newline at end of file diff --git a/datasets/metadata/478369.json b/datasets/metadata/478369.json new file mode 100644 index 0000000000000000000000000000000000000000..c8c5af0aea69604989a21568085c6480590148fb --- /dev/null +++ b/datasets/metadata/478369.json @@ -0,0 +1 @@ +{"id": 478369, "index": 0, "name": "Chained girl behind bars", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-01T04:12:54.820Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 195, "ratingCount": 0, "rating": 0, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 396851, "sizeKB": 5972.267578125, "name": "478369_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T03:15:48.301Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "378E3F63", "AutoV2": "AAE1E5E5AC", "SHA256": "AAE1E5E5AC4708A2A461D75DBB26F49B1DD85C7ECA4CD010F58964A21D750984", "CRC32": "5EE18F2B", "BLAKE3": "191E9CB23487176CF078C0A53F3AA6EB59FA379FAE520EC84151E1947A4F49CC"}, "downloadUrl": "https://civitai.com/api/download/models/478369?type=Training%20Data"}, {"id": 396925, "sizeKB": 36980.515625, "name": "Chained_girl_behind_bars-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T04:11:31.646Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9D92219E", "AutoV2": "2FA58301E9", "SHA256": "2FA58301E9E873CF6D316A08A5113A651205B1DAE8C780B0381F379FA401B0ED", "CRC32": "7E0D8D31", "BLAKE3": "1AFE964777A2990B653CE53C2D5A8D813CA0215C727DF538D271EA0DEC19D7C4", "AutoV3": "E5995E6CA0A3"}, "downloadUrl": "https://civitai.com/api/download/models/478369", "primary": true}], "images": [{"id": 11219650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a3c77fd-b7a3-405b-9b96-78de97516ab4/width=450/11219650.jpeg", "nsfwLevel": 4, "width": 450, "height": 675, "hash": "U6C6GY^j0-E3pdNH~V%102E2}?$$=^xD4.E2", "type": "image"}, {"id": 11219486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93e1561c-19dd-43a0-92bc-0104b6850554/width=450/11219486.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U3A]vloJ00NG~AxZ~VWB00oLx]xaBWNH0KR+", "type": "image"}, {"id": 11219488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35931518-40c3-43ac-8d0d-25640e94b5b4/width=450/11219488.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U98|w+j@IVoe~VjsRjazxuWBaxWV%Layayay", "type": "image"}, {"id": 11219485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06b4188a-f3ec-4bc0-beec-9ed180785b68/width=450/11219485.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U5B|HR009FIU~q9FR*Rj-;V@t7RjIUM{a}WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/478369", "modelId": 429355} \ No newline at end of file diff --git a/datasets/metadata/478373.json b/datasets/metadata/478373.json new file mode 100644 index 0000000000000000000000000000000000000000..7d3ca592f2c242d0350033dcfa0d04c9fdaf1c66 --- /dev/null +++ b/datasets/metadata/478373.json @@ -0,0 +1 @@ +{"id": 478373, "index": 0, "name": "Pov Sex Looking Down 2.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-01T03:09:07.279Z", "availability": "Public", "nsfwLevel": 28, "description": "Big update everyone! with the simple version I was able to with the right prompts generate pictures with grabbing different body parts. So I made new training data with these pictures and now it should be much easier to do so in this version. Also added buttjob to doggy style and mating press as an additional position
For missionary
Leg positions trained
Legs spread
Legs down
Missionary legs spread trained grabs
arm grab
breast grab
leg grab
torso grab
no grab
Missionary legs down trained grabs
arm grab
breast grab
torso grab
no grab
For mating press
Trained grabs
breast grab
leg grab
torso grab
For doggy style
Trained grabs
arm grab
butt grab
torso grab
For doggy style Buttjob
Trained grabs
arm grab
butt grab
torso grab
All the positions have been trained with the prompt creampie except for buttjob that uses cumming instead.
", "trainedWords": ["Pov Missionary, legs down, ", "Pov Missionary, legs spread, ", "Pov Mating press, ", "Pov Doggy style, ", "Pov Doggy style, buttjob, ", "torso grab, ", "arm grab, ", "breast grab, ", "butt grab, ", "leg grab, ", "no grab, ", "creampie, ", "cumming, "], "stats": {"downloadCount": 3949, "ratingCount": 0, "rating": 0, "thumbsUpCount": 518, "thumbsDownCount": 0}, "files": [{"id": 396843, "sizeKB": 20142.6875, "name": "478206_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T03:10:52.556Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7E979114", "AutoV2": "8B4E62A87B", "SHA256": "8B4E62A87B122A818A571B0752D35C5D714CE8BA2CDEDB6A8B05B9CD7119814E", "CRC32": "7B5CFC5B", "BLAKE3": "5C5E39AA61C5DEE70F77FF2F56C872EACC320AEBBB05F72414D532825898C204"}, "downloadUrl": "https://civitai.com/api/download/models/478373?type=Training%20Data"}, {"id": 396844, "sizeKB": 223099.37109375, "name": "Pov_Sex_Looking_Down.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T03:11:22.864Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9DA556AD", "AutoV2": "EF9791C533", "SHA256": "EF9791C5331FB1EB10E3BAE2E8BD0F1032E7D1E5BF6DA1D48D5FD862AC3B15F7", "CRC32": "A71D00C9", "BLAKE3": "3DC3EC79B48701056AC0B82E30DBFC4703A4DDBFFAD29F57EADEA4CD5DF72104", "AutoV3": "7DC379999D3A"}, "downloadUrl": "https://civitai.com/api/download/models/478373", "primary": true}], "images": [{"id": 11221307, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5fe696ee-6276-42af-9ebf-05d81dcc2a73/width=450/11221307.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UAK,jV01PpxF74^+D*_20g9Z-:V@~qR*$*IV", "type": "image"}, {"id": 11221293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ba35152-a01a-440c-b709-3d6102307ca4/width=450/11221293.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UPIgo@~B_2oz.8-o%Moy0zofRjoL%MW=aKjZ", "type": "image"}, {"id": 11221296, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f2e5346-bcfa-4772-9549-1d3116ac8ad9/width=450/11221296.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UZM%As~Vx]W;.SkBbIR*IVM{MxV[NbWCafxa", "type": "image"}, {"id": 11221297, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdb745ce-89a1-4ec9-8b08-3ffe9a1781da/width=450/11221297.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UAL|Gt00.mn,3G?GVsx]00X84nNGNL%LrCM{", "type": "image"}, {"id": 11221291, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/546c9626-2a71-4ec3-a76f-4e0735bb8f8f/width=450/11221291.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UIKw900M9vjal9M{xat601oeoe%L~qj[RPj[", "type": "image"}, {"id": 11221292, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3a7e228-f5bd-4e60-ab5a-2b3e107ce8db/width=450/11221292.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UKJjVn~V_3%L%$t6kDR*0zM|RPae?IR+aeof", "type": "image"}, {"id": 11221306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cd30e45-0b62-406e-b8b7-fbb875bd536a/width=450/11221306.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UZLf{%~Vkq%LOsRjV@M|EMxaxtbI?HRkIVoe", "type": "image"}, {"id": 11221290, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02d38009-523e-47af-bdc1-23881df774f3/width=450/11221290.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UIJs@F~V.8W;?^%M%gR*5Soz%LWC?bt7-oay", "type": "image"}, {"id": 11221294, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/647da996-7f8d-40f5-b543-a52e1d13929f/width=450/11221294.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UMJ7O9~V-;xat--oxukC0gjuRjay_2NHadae", "type": "image"}, {"id": 11221298, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/083f659b-8aa4-4d4e-9aca-8d4dbf89733a/width=450/11221298.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UIM?#j00.mt7F#%Lrqxu00IpM{D%?csmbbWW", "type": "image"}, {"id": 11221295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41d29938-8ec0-4940-8c61-473b4cd83a3e/width=450/11221295.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UUN03k~VtRR+X:WCR+M{8{V@D%WAoetRRjs:", "type": "image"}, {"id": 11221299, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8daa6fe9-5a87-4bfd-99b0-17c3e9075964/width=450/11221299.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UDJZ-[0g~qNIK+%2tmoz0fRj?Gae?bV@xaof", "type": "image"}, {"id": 11219815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9cdf24a-c9a5-4956-b437-a37d0a3e8517/width=450/11219815.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UJL:ip00GGRlT#xsi~x[9uai--n%?br@xtj@", "type": "image"}, {"id": 11219823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14a295df-9780-4037-a71e-2d36459d13cb/width=450/11219823.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UbLpXF~VpIxux^f+s,s:0fWCs+R*?btQtRR+", "type": "image"}, {"id": 11214707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f42bba7c-8a6e-48b9-9e94-10a670e2e4c6/width=450/11214707.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UELWnl00NaxaK+n$=|WV02oya#t6~qadIVW;", "type": "image"}, {"id": 11214708, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01a6b5f1-811e-4b85-9dbc-794349fc041c/width=450/11214708.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "ULM77Dt75Bt67Na}%May8{f6Riae~WofRjae", "type": "image"}, {"id": 11214709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebb9c876-82da-4da4-b5db-28c7fe876b49/width=450/11214709.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UaN9qR^+o~oe?^xuRkae9^jsadR*xGM{slj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/478373", "modelId": 423398} \ No newline at end of file diff --git a/datasets/metadata/478451.json b/datasets/metadata/478451.json new file mode 100644 index 0000000000000000000000000000000000000000..432c59529c745be27f932510ce1721869a691117 --- /dev/null +++ b/datasets/metadata/478451.json @@ -0,0 +1 @@ +{"id": 478451, "index": 0, "name": "Duane \"Dog\" Chapman", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-07T04:38:04.024Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 22, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 396937, "sizeKB": 2840.8681640625, "name": "478451_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T04:20:46.235Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "116E491D", "AutoV2": "ED6CB0E616", "SHA256": "ED6CB0E616207D26F7754D200746E81BFDCFE07B4680D3C28D9953B89ABCD717", "CRC32": "57AA6CC6", "BLAKE3": "7E5E56B919E646451ACDAAD2951520B1902328A98D16BE0A1BF7127B009DA09B"}, "downloadUrl": "https://civitai.com/api/download/models/478451?type=Training%20Data"}, {"id": 408959, "sizeKB": 223102.05859375, "name": "Duane_Dog_Chapman_r2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-07T04:40:49.216Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E8DBE517", "AutoV2": "3DB2A61012", "SHA256": "3DB2A61012CFA993A1BFD8ED19D6522A3132F0582FC283E9C001C72EE94247AD", "CRC32": "FD9DC7D3", "BLAKE3": "D4C8DA7FFE585D3B3F093CAA30D71B20228C9EA07CA313D16CB1C91D1E4A3DE8", "AutoV3": "DA0C5AB14CC1"}, "downloadUrl": "https://civitai.com/api/download/models/478451", "primary": true}], "images": [{"id": 11760116, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccba0f05-008c-46ac-879b-70672d8e98c4/width=450/11760116.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U5AS}Y%21%Ez_NNHE2$%0yR%;Mnl$h$*WEEM", "type": "image"}, {"id": 11760117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96b2b715-b419-4df2-a510-39ac624fad17/width=450/11760117.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMDJ^q?^NdV@yXtSS5R+4:D*RQRj,@V[jcoz", "type": "image"}, {"id": 11760118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50d51721-894b-4819-b0ed-105c89c5bf11/width=450/11760118.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USF68}RQ-;t7~q%MWBt7?bayt7oM-;WBofof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/478451", "modelId": 429427} \ No newline at end of file diff --git a/datasets/metadata/478802.json b/datasets/metadata/478802.json new file mode 100644 index 0000000000000000000000000000000000000000..d40e11d745f497a659d6e3e787067854824feb47 --- /dev/null +++ b/datasets/metadata/478802.json @@ -0,0 +1 @@ +{"id": 478802, "index": 1, "name": "Mini Dress from Behind Underbun", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-01T10:39:17.286Z", "availability": "Public", "nsfwLevel": 28, "description": "MDUBFB alone makes football players... Should've put a number or two in there- I'm still learning lol
Tags:
Underbun, underbutt, lower buttock exposed,
Mini dress, short dress, dress,
From behind,
Facing away, looking back,
", "trainedWords": ["MDUBFB, mini dress, underbun, from behind,"], "stats": {"downloadCount": 325, "ratingCount": 0, "rating": 0, "thumbsUpCount": 32, "thumbsDownCount": 1}, "files": [{"id": 397290, "sizeKB": 1702.7587890625, "name": "478802_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T09:26:06.424Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "1B26859DF9", "SHA256": "1B26859DF9A795AB3228E6B5598C1594BC36505A8243939F96F9AADDB6470CDE", "CRC32": "CDAB58B1", "BLAKE3": "FACA792E10DA81D0E11CCD1F9C9AA3122BDC6A7C55BFAE62E01E928B802E091D"}, "downloadUrl": "https://civitai.com/api/download/models/478802?type=Training%20Data"}, {"id": 397381, "sizeKB": 36979.6328125, "name": "Mini_Dress_from_Behind_Underbun.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T10:36:25.682Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4F53A485", "AutoV2": "2B893F1CFB", "SHA256": "2B893F1CFB11FB1A1D8846C2E46F40277DBB12D51745409AE347C087C0FE5229", "CRC32": "3C2F8571", "BLAKE3": "394AA6943B98940A38DF91BCB7586F373D3CDFB878EC3A79618854A4FDC410EB", "AutoV3": "7946558BB17F"}, "downloadUrl": "https://civitai.com/api/download/models/478802", "primary": true}], "images": [{"id": 11244582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b47fb74-a863-4953-84b7-2c29c1da9dac/width=450/11244582.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UAF#q2JB0MQ,5jM{~WMx4.aK-Boe.9-;IA-;", "type": "image"}, {"id": 11243157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b301b08-e2a7-4b02-b1de-93f42d7168d7/width=450/11243157.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UDKU7q00%#4TR%t6M|9Ftlx]niay_N%Mxu%M", "type": "image"}, {"id": 11243155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30d4daec-c042-4cdc-b7be-260412adb0fe/width=450/11243155.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U4Ef4q~Vk;_303rraeg3009FDi9F0z%g={R5", "type": "image"}, {"id": 11243156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0812f961-2bac-46f5-8a7d-0912a814d336/width=450/11243156.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UVMs~3Mx~qxa%gt7%MRjX8ofjZay%gj@M{kC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/478802", "modelId": 429752} \ No newline at end of file diff --git a/datasets/metadata/478841.json b/datasets/metadata/478841.json new file mode 100644 index 0000000000000000000000000000000000000000..2e8a09d7ed2bcf4e2ad64d33caab11e921037465 --- /dev/null +++ b/datasets/metadata/478841.json @@ -0,0 +1 @@ +{"id": 478841, "index": 0, "name": "v2.0 Art", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-01T09:34:14.644Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 180, "ratingCount": 0, "rating": 0, "thumbsUpCount": 41, "thumbsDownCount": 0}, "files": [{"id": 397306, "sizeKB": 44301.7119140625, "name": "Mikako_Satsukitane_LostProperty.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T09:35:47.985Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C90633FF", "AutoV2": "B50379CBB9", "SHA256": "B50379CBB94D82446014607A90D921E26B52D319931B2D6017FC2148B6DA280D", "CRC32": "7500C559", "BLAKE3": "AF2E27A68B68D3150968A96F21FAC7CD530ECEE2278D5C04A2284C307A297D42"}, "downloadUrl": "https://civitai.com/api/download/models/478841?type=Training%20Data"}, {"id": 397305, "sizeKB": 22260.17578125, "name": "Mikako_Satsukitane_LostProperty-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T09:36:18.147Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "74DFD55A", "AutoV2": "473BBB7FE2", "SHA256": "473BBB7FE206AC8881FEA84615C0CBD36A62983E60CF5A5087200696F9E4B418", "CRC32": "9150E657", "BLAKE3": "142433E96C3A3426155E3147CC3E58F0F9A3BA4D5CD70403932253688B0A3F15", "AutoV3": "9D157F3093A3"}, "downloadUrl": "https://civitai.com/api/download/models/478841", "primary": true}], "images": [{"id": 11238672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8633475-0362-4feb-86ab-2a64c4da04e0/width=450/11238672.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UiMP?@t7_Nt7%~of.8kCNHayV@WB$ia#xZoe", "type": "image"}, {"id": 11238673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95bc7272-849c-4d13-8200-24764f8aa9c7/width=450/11238673.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UiMP??t7_Nt7%~of.8kCNHayV@WB$ia#xZoe", "type": "image"}, {"id": 11239190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c8a0b5c-8035-4469-b00d-51f5ee090410/width=450/11239190.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UhLNGWo#?^xZ%hs:?HWXI:V@xaWXaKRkRPs,", "type": "image"}, {"id": 11239903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97eb7767-1482-4472-90e7-8d8ccc11b822/width=450/11239903.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXM%Zl-p_Nx^?btQ?vRP9uWB$*jZn3RjM{V@", "type": "image"}, {"id": 11240225, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9330dbb4-bb11-4bb5-b9f1-f0a8b218462f/width=450/11240225.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UdM%sEE1?^%1-:V@?ax]9Gozxas:-=WCV?Rj", "type": "image"}, {"id": 11241127, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc64da7d-e857-4a23-98b1-446de6018163/width=450/11241127.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UfN0VhM{_NxayExu.8t79Zoe%1Rj$*WVM{ay", "type": "image"}, {"id": 11241947, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24ff032c-879d-4e84-945e-9299e67db94a/width=450/11241947.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USJk4Z~Vt+%LIoRjR%-p00xv-obvxvxuS1R*", "type": "image"}, {"id": 11242291, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2f6e4ea-8b0a-43f6-af55-2828fbbc265e/width=450/11242291.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UQJQi{~BD$-ARi^*-ooL00jF%1R+~WM{M|M|", "type": "image"}, {"id": 11261415, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6a6e941-6773-45ad-9629-420cce73f96d/width=450/11261415.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPJj6:IV5Qof~q$kwaR-EKxaWnMy56NZt7V@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/478841", "modelId": 77728} \ No newline at end of file diff --git a/datasets/metadata/479026.json b/datasets/metadata/479026.json new file mode 100644 index 0000000000000000000000000000000000000000..5acfb90052fa27aae9cd6758a8f035d776d0e125 --- /dev/null +++ b/datasets/metadata/479026.json @@ -0,0 +1 @@ +{"id": 479026, "index": 0, "name": "Gevelmaquette AESS", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-01T14:42:49.649Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 23, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 397529, "sizeKB": 2487.1484375, "name": "479026_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T12:26:05.104Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "00BE4D33", "AutoV2": "BC7BE96D13", "SHA256": "BC7BE96D133D0735CE6A965405DBA035BDF4984E3C4422D42C64C90588427D6C", "CRC32": "22F035A2", "BLAKE3": "730978844C5959DC9C21280C6963CDB4638285429A75ACF079BF5E7B7767E6CF"}, "downloadUrl": "https://civitai.com/api/download/models/479026?type=Training%20Data"}, {"id": 397736, "sizeKB": 36978.484375, "name": "Gevelmaquette_AESS-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T14:46:22.565Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "568955D0", "AutoV2": "D859F45E32", "SHA256": "D859F45E32CB7B6605E698F9A44204EBEE9988FD6EDE606B43CEE4D112F31AE2", "CRC32": "F8F6DA8F", "BLAKE3": "A03D2E8ED92FA16D7E861E393BAEE60C4DA986993564B3694FBF5EE6AC469FE1", "AutoV3": "F48984001937"}, "downloadUrl": "https://civitai.com/api/download/models/479026", "primary": true}], "images": [{"id": 11256769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a57ff785-bca1-4fde-b03a-bda9bc4384d0/width=450/11256769.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UlKn#dtS%Nxu%ja#RjWX?aaeM{WBIpj[t6js", "type": "image"}, {"id": 11256767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/caccaab4-e286-409c-b726-7ba54da7eaae/width=450/11256767.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UcJ[VGtRxvs:pMfls:oft8j[Rij?S7j[V?Rj", "type": "image"}, {"id": 11256768, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41c14938-fa3b-46c8-9ac4-3f60f1190dfd/width=450/11256768.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UfK-,+%Nxuof%jWVNFof-;RjM{j[NGs:t7WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/479026", "modelId": 429954} \ No newline at end of file diff --git a/datasets/metadata/479213.json b/datasets/metadata/479213.json new file mode 100644 index 0000000000000000000000000000000000000000..5238efcfce6177e04e280b9a45d6ea792a28e7f3 --- /dev/null +++ b/datasets/metadata/479213.json @@ -0,0 +1 @@ +{"id": 479213, "index": 0, "name": "AESS Praktijk 3", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-01T14:43:01.295Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 25, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 397709, "sizeKB": 2413.9404296875, "name": "479213_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T14:26:16.827Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6249CD78", "AutoV2": "C2034BFDF5", "SHA256": "C2034BFDF56F3C054E40BBDEC8D534014C2BA5EEFB57500B1790CF1F9C95C334", "CRC32": "65235235", "BLAKE3": "FCFDF6D644AAB7485C25C4E674A41DD81C88BE701A9BDD4B03969E387900DBFF"}, "downloadUrl": "https://civitai.com/api/download/models/479213?type=Training%20Data"}, {"id": 397733, "sizeKB": 36979.34375, "name": "AESS_Praktijk_3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T14:45:52.885Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5B1AA108", "AutoV2": "B9CAF7703A", "SHA256": "B9CAF7703A9651970D295883F460E44E9BD284257F82C2317C1BC75EC5561C80", "CRC32": "FEB05E27", "BLAKE3": "B012A136C21CE4E63B5E50DE88D7B1BCDADF794F4549DF5569A9681A3D1B8849", "AutoV3": "0182CBC2D4B1"}, "downloadUrl": "https://civitai.com/api/download/models/479213", "primary": true}], "images": [{"id": 11256772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73f9c147-68b2-4e4b-8ad3-8a47d190718e/width=450/11256772.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UML;mbxuRj?v_NRjayxuMxoefkRjx]RjWBof", "type": "image"}, {"id": 11256773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7cd224c-cfb1-44ad-b760-9b5f86916fba/width=450/11256773.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UYJko:-;%g%N_4axt8ozM_WBRjaxxut7ofof", "type": "image"}, {"id": 11256774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23c68d4d-c521-440a-88aa-1b52909a233c/width=450/11256774.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UPK_B-t7%N%M.AMxozxu?aWBWBofD*ofV@WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/479213", "modelId": 430124} \ No newline at end of file diff --git a/datasets/metadata/479325.json b/datasets/metadata/479325.json new file mode 100644 index 0000000000000000000000000000000000000000..bd12fdf8774d86d58b54b5f6485e47f499679f56 --- /dev/null +++ b/datasets/metadata/479325.json @@ -0,0 +1 @@ +{"id": 479325, "index": 0, "name": "toriel (cartoon)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-01T15:36:59.247Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 397820, "sizeKB": 223099.28515625, "name": "toriel_cartoon.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T15:36:09.279Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3915E858", "AutoV2": "3FD78F5212", "SHA256": "3FD78F5212B1900E9CD1F1CD10EE67D935855015DF520DE972A4700214D4BF3E", "CRC32": "F9E3EA25", "BLAKE3": "53107CB3593E224D721400E509A1B50525A2957C3FA0D1CB61D80EE1AB2E8DB3", "AutoV3": "8E16C06163C7"}, "downloadUrl": "https://civitai.com/api/download/models/479325", "primary": true}, {"id": 397762, "sizeKB": 309.0771484375, "name": "479325_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T15:01:46.944Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "75013B2336", "SHA256": "75013B2336C25AE3DA07B148BB6B4C2E64E794887204973FA88D51A09246126E", "CRC32": "2329A4D2", "BLAKE3": "D44D0C6AF27FF0401B6A2DAE25A80ACFCF39CFA7A0540D8B73271CC733BAC4F5"}, "downloadUrl": "https://civitai.com/api/download/models/479325?type=Training%20Data"}], "images": [{"id": 11259933, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bf341ce-8c76-4209-84bf-654e3d9ee54a/width=450/11259933.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIEo[dxvIU-=~pfiaexu4mRkxuocICRjWFjt", "type": "image"}, {"id": 11259936, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/049e35dd-6132-4ee3-9a59-30996bab6001/width=450/11259936.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEF~m?jcRjt8--t6aeof8{ofofj[~pWBj[j=", "type": "image"}, {"id": 11259935, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2dfa9650-20e0-4aa3-bab6-3eb4e3fb89fa/width=450/11259935.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEEfW=t8M_xu~ot6M{oe00ofRlWBDlRQogRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/479325", "modelId": 430229} \ No newline at end of file diff --git a/datasets/metadata/479365.json b/datasets/metadata/479365.json new file mode 100644 index 0000000000000000000000000000000000000000..b6819f026d657027b2048d942695713db84d49a2 --- /dev/null +++ b/datasets/metadata/479365.json @@ -0,0 +1 @@ +{"id": 479365, "index": 0, "name": "Fisting PonyXL", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-03T21:09:58.431Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["F1st1ng"], "stats": {"downloadCount": 902, "ratingCount": 0, "rating": 0, "thumbsUpCount": 101, "thumbsDownCount": 2}, "files": [{"id": 402245, "sizeKB": 223103.02734375, "name": "Fisting_PonyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-03T21:10:51.168Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "695C4DFE", "AutoV2": "16D787EAA6", "SHA256": "16D787EAA6CB635BF2DCC6C4E3CA2266DEB072F9027AC8105B8EC65BF46F578B", "CRC32": "328B983B", "BLAKE3": "1C1CDAC631AA666321BF1ED17AB267EA61D859D79F3EF849FE02504C75AA170A", "AutoV3": "FCCC2316AC8B"}, "downloadUrl": "https://civitai.com/api/download/models/479365", "primary": true}, {"id": 402178, "sizeKB": 5602.3291015625, "name": "479365_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-03T20:36:19.835Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4A442FC6", "AutoV2": "1D93DA7A53", "SHA256": "1D93DA7A53014F37189CB60C874C34630EC86AE4431FCCCEA3682848B73741DC", "CRC32": "3C62486B", "BLAKE3": "9F389777BE9C07CDDCA61C003D516045B98E87244CA06BB69423230B20B04805"}, "downloadUrl": "https://civitai.com/api/download/models/479365?type=Training%20Data"}], "images": [{"id": 11459855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a72b490e-a37b-463b-b9c9-020946557577/width=450/11459855.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UJG84Gr?0yNb5Q%1-Uae0fs:w|=y~BNGR+s:", "type": "image"}, {"id": 11459949, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe0593e8-8154-4dbb-92ee-f7c5199f94ca/width=450/11459949.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U9KvdJm,9tIU3r^i0}%f1P?bD5tR?utR}?R-", "type": "image"}, {"id": 11459854, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe50b862-f738-4e88-8919-d752bc9ef37d/width=450/11459854.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UBINaT0072*0yXM{.9$%0fw[R4t7DNtm-TIA", "type": "image"}, {"id": 11458239, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ace4ca0b-974e-4a6c-824c-fa46f4041087/width=450/11458239.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UULgIfkWb^%Mxat7%ga#LNbIQ,W;IVRjNGR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/479365", "modelId": 430266} \ No newline at end of file diff --git a/datasets/metadata/479593.json b/datasets/metadata/479593.json new file mode 100644 index 0000000000000000000000000000000000000000..7775ee0332315a1a7d06c85d1e0cced36e8595a0 --- /dev/null +++ b/datasets/metadata/479593.json @@ -0,0 +1 @@ +{"id": 479593, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-01T18:31:48.772Z", "availability": "Public", "nsfwLevel": 29, "description": null, "trainedWords": ["Marshall "], "stats": {"downloadCount": 27, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 398011, "sizeKB": 18560.9375, "name": "Marshall-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T17:31:35.726Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "C5436A14B0", "SHA256": "C5436A14B0C8E21BF4AF2A799FA1A99724A7A6F2A088CEA7D05BAA62806D5DC7", "CRC32": "13347739", "BLAKE3": "9DFA0349F75C8A8B39FD11E17E8807081F6884CC6E7B456CF3B976EC3313C28C", "AutoV3": "773B4E6A5B46"}, "downloadUrl": "https://civitai.com/api/download/models/479593", "primary": true}, {"id": 398012, "sizeKB": 42584.2802734375, "name": "marshaldad.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T17:33:21.202Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "805E55A7", "AutoV2": "E39AC936AF", "SHA256": "E39AC936AFC301A75C4E8531422ED8F867720C2084ABDC3BFC0A84B755EAE7EF", "CRC32": "1DA9F685", "BLAKE3": "165DDC5A4CA45DE25C4DD07097FE5093B8C68F1642124F1B7EEDE28DF2E03B92"}, "downloadUrl": "https://civitai.com/api/download/models/479593?type=Training%20Data"}], "images": [{"id": 11269769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1fc3c5b-bce1-425b-80f5-aca2ae04b300/width=450/11269769.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1808, "hash": "UFJ*kq.nEvQA00mn.kD*M24.W?XlxI.7tlOE", "type": "image"}, {"id": 11269765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12477536-78a2-40be-a5df-4f4995cac126/width=450/11269765.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1808, "hash": "UGIEO*Ub8JHq00?Cp1Z}7~oIQ.ngM|MxS~yC", "type": "image"}, {"id": 11269764, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee55104b-7d2b-4ede-86ef-1dd52d2d4ee5/width=450/11269764.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1808, "hash": "UHJjxiMI00sW4TR5XmtS2[NGIUx]~q9Z%gVs", "type": "image"}, {"id": 11269758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0ca1b5e-e624-4d67-8647-769c13744e1c/width=450/11269758.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1808, "hash": "UCL-qlGY449c3+Dk@ZxbuM=e?[nP?{XmyVbv", "type": "image"}, {"id": 11269763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77a0dfed-592b-4449-8d00-7818b4ea58a5/width=450/11269763.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UCI=0]9t00?a00~WtS%L00Mwx]4n9ZIAkW?b", "type": "image"}, {"id": 11269770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b770b307-cff7-4af3-ae40-f3e46499cf5c/width=450/11269770.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UCIz9$0L3pEz00ImI9~q48[:vzL~_hYQLKV_", "type": "image"}, {"id": 11269761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e43e73e0-5292-444d-9056-c0486e33aa0c/width=450/11269761.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UFIhW|%f8_~p008{4;IT00Wnkq-qNL~WTJ9t", "type": "image"}, {"id": 11269768, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab59c464-320f-4b8f-afbf-c1edae6b9a60/width=450/11269768.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UGKv:Y_43DK600t9yDtm3:r=*erqK*ofS$OW", "type": "image"}, {"id": 11269775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfc1f6a1-b8fd-4268-aaec-f23aa92f09fa/width=450/11269775.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1808, "hash": "UMKT6]}l0d$zhy=_.7s+2W?urDWBp_M{rXSy", "type": "image"}, {"id": 11269760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70d4ab22-df37-4e92-825a-5fae7017db77/width=450/11269760.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UAIO2;4T00+]01_M?^%0Dj_4tQ9F$+EO%1RR", "type": "image"}, {"id": 11269762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e01bcb6-ea2f-44f2-ba31-78ee9f4e25c5/width=450/11269762.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "U9HBMX00NG}R8w=^cFR-00?bm*OZUZjeMcJ.", "type": "image"}, {"id": 11269784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/739a1fac-8b8b-4100-84ae-12fcf34ccbd8/width=450/11269784.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UKI#Ad~qGu.SD%t8x]Nx0zDiH?Rj9bs:XSV@", "type": "image"}, {"id": 11269767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ece6447e-17e4-4b69-b0d3-6d6eb3587698/width=450/11269767.jpeg", "nsfwLevel": 16, "width": 1536, "height": 1024, "hash": "UAIq1CF^00w502RR0h-T00XR?]=wcFNH,t9]", "type": "image"}, {"id": 11269773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4f98464-693c-4349-b2f7-96d8349bd07f/width=450/11269773.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UBE_ge}Q00?GHrIqu4V@0f5XsrE2YPRPvgkD", "type": "image"}, {"id": 11269771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f38ed90-4ab5-4ba6-a41d-2e4c4a3740ef/width=450/11269771.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1808, "hash": "UEJ?Nz#G0w15-+Tz~BE23WcYNK-pGJ-4RWtl", "type": "image"}, {"id": 11269778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/008ab174-ed92-4428-8d1a-1609c2f095e3/width=450/11269778.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1808, "hash": "UEGkg=yr}#}*00IV0g9G5?H]ESyE-4~8?E-5", "type": "image"}, {"id": 11269781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5af293bd-4d49-4426-bd88-f84d46f028e2/width=450/11269781.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UVKcbI~p1bw^OZI;NLx]7fEjn5Vtz=T0X-a0", "type": "image"}, {"id": 11269785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18ba6592-702b-4a92-a4ae-6b46cd98c134/width=450/11269785.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1808, "hash": "UCF}K38yqG=|E$}r9y-69FtlxuNGIXoxxtIq", "type": "image"}, {"id": 11269787, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a45ec2f-9195-451e-8b44-a9a80f7e27bc/width=450/11269787.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UBHBrO0M4.-74m-;fi?H4T~p?vICMyDiE0jF", "type": "image"}, {"id": 11269786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/076c8cd3-fd4c-45b1-a74c-6c633fcd6715/width=450/11269786.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "ULHBoI~SNaRQNItSo#of4:tS.7?FVrXTNGRP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/479593", "modelId": 430461} \ No newline at end of file diff --git a/datasets/metadata/479651.json b/datasets/metadata/479651.json new file mode 100644 index 0000000000000000000000000000000000000000..7bcac98a11ffa39391e81ec656213e9a492af9c1 --- /dev/null +++ b/datasets/metadata/479651.json @@ -0,0 +1 @@ +{"id": 479651, "index": 0, "name": "LaDy_CooL", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-02T12:07:34.704Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["LaDy_CooL"], "stats": {"downloadCount": 35, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 399473, "sizeKB": 36978.4609375, "name": "LaDy_CooL-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T12:05:42.773Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9327B62A", "AutoV2": "A801BEA0BE", "SHA256": "A801BEA0BEC5A7A6D4D60A0ED77E27042A600148F00AD5E7CEFF340FD77227ED", "CRC32": "B503C4A3", "BLAKE3": "9144969B9E6524991901F43CDA49C7967DA973A4164863E2712C57B2A773A4DD", "AutoV3": "CBD2E58B5BF5"}, "downloadUrl": "https://civitai.com/api/download/models/479651", "primary": true}, {"id": 398096, "sizeKB": 1751.3857421875, "name": "479651_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T18:35:58.598Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "A9B2264A84", "SHA256": "A9B2264A84AB6071AD6761E57FAB5930833E03AD883A0F3D3D0EBCF4E02FB253", "CRC32": "9CC35A04", "BLAKE3": "5A25CEF572F1AF4D045500ECD2B208AFBD86235464EAE6E6A2027C992DA185C0"}, "downloadUrl": "https://civitai.com/api/download/models/479651?type=Training%20Data"}], "images": [{"id": 11330861, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11fcaa42-f6b0-4692-a38a-6f0bf3a10727/width=450/11330861.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIIhBH~Vt,OE^*WXD%IB9ZE1Md%1R%ofNFoe", "type": "image"}, {"id": 11330858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ecfe74ce-297d-4c65-8d58-f2c63959e9fb/width=450/11330858.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGHng8~B_NI;$fg3E1D%9]IVn4xaR*bHoKj[", "type": "image"}, {"id": 11330860, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4904b38-71f0-4035-b726-34a0c048daba/width=450/11330860.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UKHL9*~VyCR+xGR*9ZD%EfE1a0xbWCR*WAs:", "type": "image"}, {"id": 13570452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6274f7d0-ab45-4ad0-9055-ebfb90914ed4/width=450/13570452.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "UBEV~K_2t,_2@Y-;TJTJz;NaVsHYY*MyVsO@", "type": "image"}, {"id": 13570445, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/374cc928-0e4c-426c-a53e-71427bd162c6/width=450/13570445.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "UCEMgy~pX8yr{d-:tleTrDNGniQ.yrVsnOOr", "type": "image"}, {"id": 13570448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53484dff-f6e9-493e-b1b1-b992465de07f/width=450/13570448.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "UFEW2OIUS1Qn{xIUl9x]rXx[vzx]*IoyM|wI", "type": "image"}, {"id": 13570454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9ed63fb-9315-4b64-8342-b950720bb7ae/width=450/13570454.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "UDEfTa~WpbxC:%tkXStln4M|VsMy.SM|njof", "type": "image"}, {"id": 13570446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d224267-8808-4dd8-a22c-f36a42cbd9c2/width=450/13570446.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "UBEfi.^5Rj?u{e%Mx[S#vMNtbEU_pbX5WAT0", "type": "image"}, {"id": 13570455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d57bdff8-2359-4ccb-8fa4-74d7360f32dd/width=450/13570455.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "UBEV]0~Br=%z*{S~TdWBvMNHnORP?]s;oebb", "type": "image"}, {"id": 13570456, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00a91106-1cd5-427f-92ca-a52a031033d7/width=450/13570456.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "UBEfZm~UVD.8@Yxupwwdv#R.t6Mx?]sBaeXS", "type": "image"}, {"id": 13570457, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccd03391-1bd4-4c33-aa50-de1123fd49ef/width=450/13570457.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "UDEV$o~BeTyD[UtRpIxF#SNdWVR6.RofRjX8", "type": "image"}, {"id": 13570459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c2e3330-51bb-44f1-a829-27816dc66374/width=450/13570459.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "UBEyMQ~V.8^**{x[OWS#rqM|R6IU?vIpaebb", "type": "image"}, {"id": 13570460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8626fcf7-abb3-4766-9a5c-18353d6f6d80/width=450/13570460.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "U9E{a;~Bt6.8[nb^X-ofmlM|rqMx.SkWM|OE", "type": "image"}, {"id": 13570458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/594a2483-c2c6-4fcf-8770-1a0118644dff/width=450/13570458.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "U9E{kC^PSh?v|?tl%MS$quELM{Qmt+R+RjT0", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/479651", "modelId": 430515} \ No newline at end of file diff --git a/datasets/metadata/479665.json b/datasets/metadata/479665.json new file mode 100644 index 0000000000000000000000000000000000000000..61c8a16cb308032071a940a285426af22789d282 --- /dev/null +++ b/datasets/metadata/479665.json @@ -0,0 +1 @@ +{"id": 479665, "index": 0, "name": "Catty (Undertale)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-02T00:47:58.638Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 124, "ratingCount": 0, "rating": 0, "thumbsUpCount": 45, "thumbsDownCount": 0}, "files": [{"id": 398623, "sizeKB": 223100.32421875, "name": "Catty_Undertale.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T00:40:44.093Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2DD2052F", "AutoV2": "F09E1D49A8", "SHA256": "F09E1D49A88AB93A33BEF8906ADB1FCA6FB4DE98817F0F618170B05B0E3E2075", "CRC32": "26440444", "BLAKE3": "4A89A69D377AF04345BAE787B209BB99FD452F7F915F79FBC3BBCB655442F0E4", "AutoV3": "10C33446C4B1"}, "downloadUrl": "https://civitai.com/api/download/models/479665", "primary": true}, {"id": 398494, "sizeKB": 9777.697265625, "name": "479665_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T23:06:26.936Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2C75259D", "AutoV2": "FC7B7D8C0A", "SHA256": "FC7B7D8C0A8480660E61E36C5383CAE6290DB63FDDCFA525E5828490C97D1766", "CRC32": "DBA17436", "BLAKE3": "D295FA4506357AED22EB822E4B24FC83E927C33F6E0DDDC2510BBAB53DB7A660"}, "downloadUrl": "https://civitai.com/api/download/models/479665?type=Training%20Data"}], "images": [{"id": 11292666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c52f477-912e-4443-8d97-e068e6ea759c/width=450/11292666.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U6E_|1a1002VyHS1IrNt00Or.k#,+Hn5%gKQ", "type": "image"}, {"id": 11292672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f01f719f-1874-475c-9126-e29e1bd61dad/width=450/11292672.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "URJt3|o{?[sq~ms;W=M{t#axw~sq.6fix@oy", "type": "image"}, {"id": 11292673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/255e5183-dd25-4a9b-b06a-0ada168c404c/width=450/11292673.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGIg=?S~_0%L~AjYO?W:-On6tRx[LZaf$+o3", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/479665", "modelId": 430529} \ No newline at end of file diff --git a/datasets/metadata/479672.json b/datasets/metadata/479672.json new file mode 100644 index 0000000000000000000000000000000000000000..22f36440fc1bf4830e17118a42f9eb7cc92b2776 --- /dev/null +++ b/datasets/metadata/479672.json @@ -0,0 +1 @@ +{"id": 479672, "index": 0, "name": "LORA NSFW", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-02T07:28:48.664Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 277, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 398101, "sizeKB": 8810.3857421875, "name": "479672_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T18:45:44.522Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A58F695C", "AutoV2": "B1398701E4", "SHA256": "B1398701E47B5A8B00AEE27D64591207FDE9BE40DDC642E1BF87C22ABA601A24", "CRC32": "4BF37633", "BLAKE3": "29F3AC89DA0E544208E7C1C4104712C1D26BD1065350FD7784CECEE1254141A2"}, "downloadUrl": "https://civitai.com/api/download/models/479672?type=Training%20Data"}, {"id": 399137, "sizeKB": 223102.87109375, "name": "LORA_NSFW-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T07:26:01.798Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7D4BD6CE", "AutoV2": "BD1EC064DC", "SHA256": "BD1EC064DC5A1CB6AC23E385ABCD8B0C1F8D417FD009683ED4852427B7FD84F6", "CRC32": "5F8BA49C", "BLAKE3": "CBE406C783A2C56DFF08EC8554631DBDA3A6A57FCB3EF8A50984804EF8914EDE", "AutoV3": "159BBDBB48C4"}, "downloadUrl": "https://civitai.com/api/download/models/479672", "primary": true}], "images": [{"id": 11315236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e63b00f-fc18-4b94-8adc-8d1c4fb2cb33/width=450/11315236.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U6BM_QoL9ax].ToeM{o}TKs:ROofo~RkV?t7", "type": "image"}, {"id": 11315242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f90b492-a11b-4aa9-8888-50e2d7d6d0da/width=450/11315242.jpeg", "nsfwLevel": 4, "width": 1216, "height": 832, "hash": "U7AKUG%N0KNe.To}ROi_X9ays.of%Nt7M{NH", "type": "image"}, {"id": 11315240, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77226e0c-0170-489d-8403-38ead369e3e0/width=450/11315240.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U5Aw6m_N000LPBtR-poz9aM{-p-;XTRjs-kD", "type": "image"}, {"id": 11315239, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e4546bf-93e0-4d40-8c67-19982a3854bb/width=450/11315239.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U6CGJfkr00r;p{adMct7pJjFVYX8_Ns:D%NG", "type": "image"}, {"id": 11315237, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d831bda-397e-4f25-b7e3-a5d97a51cb29/width=450/11315237.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U8Ca0yt801%h?wkCDikCXTf5nNf,-oVsNxtl", "type": "image"}, {"id": 11315243, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/640d1a61-63d7-4662-9ffc-c8d388a4519d/width=450/11315243.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UCJQft~VD*?Gx^s:MxRj0#fjRkR*W=RjtRoz", "type": "image"}, {"id": 11315246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9aced36d-9aec-47e1-9711-54556a1a837e/width=450/11315246.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U4Fr37~C00EM9[oz^*slIpNGn#xHNbn$$*XS", "type": "image"}, {"id": 11315245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17c077c8-4e6a-4d15-b1f3-d2237e92bf75/width=450/11315245.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U3Bz5?L400q?FfMxIo%M00xY-;kD4.%M?bIo", "type": "image"}, {"id": 11315249, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fa8953f-db62-4069-94fd-4d68a34797d0/width=450/11315249.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U49j+U~B0KS%#P?HR4R+XTxu-;bvNI%gS%E2", "type": "image"}, {"id": 11315250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a581bf9-bc7d-49ec-b36f-d0e9316df97f/width=450/11315250.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U48qmXxa00T1%%ofs.bI58R*-ot7tSR,Ris.", "type": "image"}, {"id": 11315254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc04bd27-a1e7-4eb2-a628-fdc5f2739054/width=450/11315254.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U7CZhZ?w0j4nFfozVXRP9vWBxDxu-;i_DiS$", "type": "image"}, {"id": 11315251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e42b06e-fa2a-4f9d-8910-10c9ddbd2cb5/width=450/11315251.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UGE.z@ofF2D%.TRjR.RPXTWB$*s.-pt7WANG", "type": "image"}, {"id": 11315252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95ccac7a-6ae2-4e99-b537-342b1e29368c/width=450/11315252.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U9E_s,}r0g0ftlxZRQ9uI:EMD*=|Ios:xaIp", "type": "image"}, {"id": 11315255, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/592f5d79-5ab4-4f24-85c3-b193b4fb4160/width=450/11315255.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U5C?o=_N00DO1+s,q@I;0iIp#PtR?cR,I9oI", "type": "image"}, {"id": 11315256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93134cbd-5027-4f98-97a6-5fcb343b7ac5/width=450/11315256.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U4C6r$yZ00D4Cmt-Z#QkY6tR$%n3o~oJR4NH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/479672", "modelId": 430536} \ No newline at end of file diff --git a/datasets/metadata/479714.json b/datasets/metadata/479714.json new file mode 100644 index 0000000000000000000000000000000000000000..be468f48d1f1dd314ed5316955f1f1d673abd8b0 --- /dev/null +++ b/datasets/metadata/479714.json @@ -0,0 +1 @@ +{"id": 479714, "index": 0, "name": "Sleeping Ass Spread Creepshot", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-01T20:00:14.391Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["5A5C5, ass grab, ", "Night, bed, night photography, flash photography,"], "stats": {"downloadCount": 670, "ratingCount": 0, "rating": 0, "thumbsUpCount": 63, "thumbsDownCount": 0}, "files": [{"id": 398144, "sizeKB": 2773.8017578125, "name": "479714_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T19:16:22.634Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "33FABEA5", "AutoV2": "B200E690A9", "SHA256": "B200E690A972A420DB6463C168B0C1DE8C5E2792C6BBE5B60F36C824D9271742", "CRC32": "376098A8", "BLAKE3": "1809F2ABA833ED84915C75A3426D6A33B93937FC61BB6951EE9C261B3F32541A"}, "downloadUrl": "https://civitai.com/api/download/models/479714?type=Training%20Data"}, {"id": 398201, "sizeKB": 36979.203125, "name": "Sleeping_Ass_Spread_Creepshot-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T19:55:38.632Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E4C5BBCD", "AutoV2": "90671816C0", "SHA256": "90671816C0F3E336D61D1483CE791DEF86FA4E5F41A39074B831E1BA4D9DE25E", "CRC32": "38A31C7C", "BLAKE3": "BCC309EC1730F636A3148F63CF48F1CC7908095D63F2534F820DCEEC2A59193D", "AutoV3": "0C0A8E803203"}, "downloadUrl": "https://civitai.com/api/download/models/479714", "primary": true}], "images": [{"id": 11276166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac4b31df-69bd-4c83-a5e8-a306301e5228/width=450/11276166.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UDH-rl}?02={9HIURismAwxFx]I@xBs+RjjE", "type": "image"}, {"id": 11276137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/853318b8-7413-4ed0-8abe-cc176352daca/width=450/11276137.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UFGHk{~B0fw|E2E2Ipsn5-kCxZI;v~$iNHE2", "type": "image"}, {"id": 11276139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eff19ebc-27c8-4887-95b5-12acc91e159c/width=450/11276139.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UDH-rl}?02={9HIURismAwxFx]I@xBs+RjjE", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/479714", "modelId": 430572} \ No newline at end of file diff --git a/datasets/metadata/479723.json b/datasets/metadata/479723.json new file mode 100644 index 0000000000000000000000000000000000000000..7f4cb4bc0ee7e4c5225d6a3405d3a8fd6ac18fd1 --- /dev/null +++ b/datasets/metadata/479723.json @@ -0,0 +1 @@ +{"id": 479723, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-01T19:39:24.767Z", "availability": "Public", "nsfwLevel": 31, "description": null, "trainedWords": ["kion"], "stats": {"downloadCount": 60, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 398121, "sizeKB": 58806.92578125, "name": "dataset-20240214T161227Z-001 (1).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T19:01:05.815Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "252BF7D6", "AutoV2": "B52E3C9037", "SHA256": "B52E3C90372AF42446300A203E0FB9BDB7B1626B6B966E35B65A4F208FD96743", "CRC32": "95ADEFA0", "BLAKE3": "74F035A00BAA470F630C6C8EFDED7A6D7E33BB5457EA1645A2E684AA62A6A7D1"}, "downloadUrl": "https://civitai.com/api/download/models/479723?type=Training%20Data"}, {"id": 398120, "sizeKB": 18557.7578125, "name": "Kion-10 (2).safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T19:01:02.779Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "B0856DB55E", "SHA256": "B0856DB55E896808E8185044717C05CF1935D87E1EADEE08709AB371DECBA1C3", "CRC32": "8FC579B7", "BLAKE3": "D1FD6C51E10F7D6A505DF067AFE524AC0E12F55E0B6CB6D6B8BCDE1F68C80E9F", "AutoV3": "90E2DA961C9E"}, "downloadUrl": "https://civitai.com/api/download/models/479723", "primary": true}], "images": [{"id": 11274273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fb689d5-3844-4060-b2a1-c942292ecef5/width=450/11274273.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1808, "hash": "U4EK.Cj]9$xF}qV[0#RkOHX8?FRlDk0g-oE2", "type": "image"}, {"id": 11274601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63b1e0de-2b70-425d-831e-4a1575fcfa05/width=450/11274601.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1808, "hash": "U7Cr.eXUBq$g~UbJ9^V@0NxZ$~xuIAMwskNH", "type": "image"}, {"id": 11274586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e04c6e48-81dd-4007-9ff1-43aeebaae509/width=450/11274586.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1808, "hash": "U29P.h-onz}r^jIq0$=wVrR*JBnj$Lsl=_EN", "type": "image"}, {"id": 11274584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffb0d779-c5ca-428f-ae37-f3c07bcceb40/width=450/11274584.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UHI3jqTJ-Ut6?GEN%1Nb~AE3xsNHx@aLt6bH", "type": "image"}, {"id": 11274590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3dfc2948-6001-43fd-8b15-057b86cb879b/width=450/11274590.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UCHm0$WC0$R*s.^O$$xZ9wf8}=S2EONbNwxF", "type": "image"}, {"id": 11274585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/420a7761-1d63-427e-bf1c-c3d577c0d5b7/width=450/11274585.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UADRNY~AkDs:${n%I;Na0#I:NaofI@-VxZt7", "type": "image"}, {"id": 11274583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/644df6dd-92d2-4364-8142-3b9b8bd3902b/width=450/11274583.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "UFGGd-bb59xY}?-Tn%WWNIj[xsjaENxFXR$i", "type": "image"}, {"id": 11274587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a393d4bf-9bf2-4623-b4f5-3d02ce8ad76c/width=450/11274587.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "U4C;:^^P9vNK?F}?I;-705WXE%R+58jZJ8e:", "type": "image"}, {"id": 11274599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7865dc4d-cc1e-4446-8714-1e7a0e67e356/width=450/11274599.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1808, "hash": "U48z41EL0~^O}rbE5n$M}=IqEj=^9axaxuRj", "type": "image"}, {"id": 11274588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91277d0a-a909-401b-93ff-fb9305691282/width=450/11274588.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "U9GQOH$f9_59}qWB%0NHEPI==_=wIqWVX7oe", "type": "image"}, {"id": 11274600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff16b82e-7e8a-4c09-b621-e5cdb4b9223f/width=450/11274600.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1808, "hash": "U48Wd9ENt3Rj~BxaI;n$%MX8I;NGOFxaIpjY", "type": "image"}, {"id": 11274589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1c81307-a4d5-49b4-b098-dab167fae51b/width=450/11274589.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1808, "hash": "UAH0h30i0O^OIpI=I;R.EO=^}=9wE3sSS$nO", "type": "image"}, {"id": 11274592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a069c22-2a7e-424f-b407-384e4a263fef/width=450/11274592.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1808, "hash": "U6D8I10MF19v}?xFNaR+03~AEM-UM}EgoyxF", "type": "image"}, {"id": 11274598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/075ad208-e2a7-446c-82a0-abe3ae6c4154/width=450/11274598.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1808, "hash": "U6G@J8~BpdtQ%f=xM|tQKj$*-:oys.$iX8tP", "type": "image"}, {"id": 11274593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7db8b4ab-175a-498a-b00d-f04bfb21e53b/width=450/11274593.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "U5FDhu1O14#;BV9_Rk-U04n4xV-7z=};ADrr", "type": "image"}, {"id": 11274591, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb1180ff-54d7-4334-aa5a-2cee955f5c13/width=450/11274591.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1808, "hash": "U6HmV+^i0O~BVG=^F_wI0OI;%JIrES%1-n=_", "type": "image"}, {"id": 11274594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebd8d6c1-498c-45d0-83f4-73f8ca8a6c75/width=450/11274594.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1808, "hash": "UCH,hO0N4=Ny}=Rk%0RkIWxC-oM}IqNHxsxZ", "type": "image"}, {"id": 11274595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64629a1d-301b-4c1d-8d8d-b5ccaaefd796/width=450/11274595.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1808, "hash": "UAGsuc}q0i-9bI=^=^=^0ixY=_=ws9S4s.WV", "type": "image"}, {"id": 11274596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23878163-bb1b-4f43-b344-62aa8c1f6e3f/width=450/11274596.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "U2H0OgBp0404*G04S0o]019b^#xtds~T=_-n", "type": "image"}, {"id": 11274597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/311ecfb0-79f8-4c4a-a315-1aac7ec86d13/width=450/11274597.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1808, "hash": "U3EePo000;Q,D%}s9uu400IVvKys?^m+9G%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/479723", "modelId": 430578} \ No newline at end of file diff --git a/datasets/metadata/479855.json b/datasets/metadata/479855.json new file mode 100644 index 0000000000000000000000000000000000000000..798578b0834e2b6c4bb1df248a8618e7b791f1de --- /dev/null +++ b/datasets/metadata/479855.json @@ -0,0 +1 @@ +{"id": 479855, "index": 1, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-01T20:37:53.267Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Banette", "Mega banette"], "stats": {"downloadCount": 98, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 398260, "sizeKB": 63364.337890625, "name": "479329_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T20:36:34.537Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E7DB11A2", "AutoV2": "4C5F38FBBD", "SHA256": "4C5F38FBBD398247520AB8D92A3D46F9AB0C5DC7D4BFFFDAC698C8F442235E56", "CRC32": "1EA87EF0", "BLAKE3": "B9CFD5CB41D531F064A5B58C4DEB309262113A5AB6670AF2C8AD19E282B001EC"}, "downloadUrl": "https://civitai.com/api/download/models/479855?type=Training%20Data"}, {"id": 398263, "sizeKB": 223103.78515625, "name": "Banette.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T20:41:23.217Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FE1DBF05", "AutoV2": "C4B9EE66BD", "SHA256": "C4B9EE66BD6D335EA83CCB2B00BE73F8E5637A9D3FEE61767F78E089ED015E28", "CRC32": "B760F846", "BLAKE3": "29B86E5962E051832733D278447FDAD2522E5135DCEDB94A5F18940C94F449D6", "AutoV3": "176D7B11450A"}, "downloadUrl": "https://civitai.com/api/download/models/479855", "primary": true}], "images": [{"id": 11277925, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0f8aee6-2b64-454d-968c-f35302801d91/width=450/11277925.jpeg", "nsfwLevel": 4, "width": 920, "height": 1376, "hash": "ULE.YU%M?@bbx.xuxwM{xuoIo#jdMyofM_kD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/479855", "modelId": 430702} \ No newline at end of file diff --git a/datasets/metadata/479894.json b/datasets/metadata/479894.json new file mode 100644 index 0000000000000000000000000000000000000000..3a473258a449fe845cb82bfa6008126746f416d9 --- /dev/null +++ b/datasets/metadata/479894.json @@ -0,0 +1 @@ +{"id": 479894, "index": 0, "name": "Fantastic Front Yard", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-01T22:21:08.920Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 71, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 398302, "sizeKB": 8708.3017578125, "name": "479894_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T21:01:27.568Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "341E7B2C", "AutoV2": "4272727F76", "SHA256": "4272727F765EA3DAE6D5867E5EB00DA75D14596C3EC03DDBCF131E1E7D5534D9", "CRC32": "0247016D", "BLAKE3": "1BDFE46B795DBE8D73A669231AFDB1C12A48DC3C643B0CFC9FD767F779FCC5D1"}, "downloadUrl": "https://civitai.com/api/download/models/479894?type=Training%20Data"}, {"id": 398403, "sizeKB": 36977.8671875, "name": "Fantastic_Front_Yard-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-01T22:15:53.060Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "86D85580", "AutoV2": "B64DC56578", "SHA256": "B64DC5657804561E8176EFB251FEA50A91AC3DB05BBC6B02142CE3CBEEB504AC", "CRC32": "1EAF49CF", "BLAKE3": "2B4EC80BCF4616FBF493830EFFB2645A4BCC3C43F6BB91A08F9B85ED978FAFD8", "AutoV3": "64CB0FBEFB76"}, "downloadUrl": "https://civitai.com/api/download/models/479894", "primary": true}], "images": [{"id": 11283409, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8b635dd-942e-4ee8-9672-b0b38c4cc8c1/width=450/11283409.jpeg", "nsfwLevel": 1, "width": 768, "height": 576, "hash": "U9B:+w^irX_L?as*xW?b4X-:%eIV4oE5R.oZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/479894", "modelId": 430745} \ No newline at end of file diff --git a/datasets/metadata/480359.json b/datasets/metadata/480359.json new file mode 100644 index 0000000000000000000000000000000000000000..54e89ffde683c0b82c8610048ba17300144fdcf7 --- /dev/null +++ b/datasets/metadata/480359.json @@ -0,0 +1 @@ +{"id": 480359, "index": 0, "name": "ikemoto style", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-02T02:42:42.718Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 84, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 398772, "sizeKB": 7955.263671875, "name": "480359_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T02:21:53.841Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "09AA3437", "AutoV2": "ED39A809E4", "SHA256": "ED39A809E472989EDAF1A59A01F5002355ABB4F27303BBA0005D754F0AD05F60", "CRC32": "DD36CEBB", "BLAKE3": "8001378D8F2037924839EBF6ED0DF5339F2E4751B0D7D646B23F321EFB81D58D"}, "downloadUrl": "https://civitai.com/api/download/models/480359?type=Training%20Data"}, {"id": 398805, "sizeKB": 18553.28125, "name": "ikemoto_style-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T02:45:35.096Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "4CF483BE06", "SHA256": "4CF483BE067AEB29EFC7B6753813D70F43C329539FEE0C9C5DEEAA1EF183C20E", "CRC32": "5AE20303", "BLAKE3": "708A5A5EA6290312495E5BFB7824BCF0F6C2442E2CBA4C34A230F9FD24ED173D", "AutoV3": "1C61463E0365"}, "downloadUrl": "https://civitai.com/api/download/models/480359", "primary": true}], "images": [{"id": 11300247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/967aa94f-69c9-47d2-8df8-7a9718fe84dd/width=450/11300247.jpeg", "nsfwLevel": 1, "width": 564, "height": 564, "hash": "UoNwWd9F-;IUIUIUWBxu~q%MWBxu-;xuRjM{", "type": "image"}, {"id": 11304268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1c3d0ba-1044-47df-ba08-f852ed18c26d/width=450/11304268.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UIK,s*~B10cF3YRP?btm11Te-:%LJ6NJD%n4", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/480359", "modelId": 431177} \ No newline at end of file diff --git a/datasets/metadata/480528.json b/datasets/metadata/480528.json new file mode 100644 index 0000000000000000000000000000000000000000..da552f407f13b671209f6b980656fd828c9042b8 --- /dev/null +++ b/datasets/metadata/480528.json @@ -0,0 +1 @@ +{"id": 480528, "index": 0, "name": "Feet-On-Desk", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-02T05:17:07.470Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["feet_on_desk"], "stats": {"downloadCount": 39, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 398954, "sizeKB": 9032.8408203125, "name": "480528_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T04:51:10.410Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9FD210C6", "AutoV2": "3E1F70701D", "SHA256": "3E1F70701D603F38F72252FF3169061DBC8512C1700A066B3341C71C44A40688", "CRC32": "6F702A69", "BLAKE3": "4E815F26F7D5A44863B7AC3ED55DF69B1370900A98EB6FC641B01E721214261A"}, "downloadUrl": "https://civitai.com/api/download/models/480528?type=Training%20Data"}, {"id": 398979, "sizeKB": 36978.4921875, "name": "Feet-On-Desk-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T05:11:24.169Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "63D936A1", "AutoV2": "C1C996C333", "SHA256": "C1C996C333D21E06DC29343487062CB588C6602FFDD8AE47C877E075C29E7B23", "CRC32": "6F0162FA", "BLAKE3": "D078BA5D18F6059179893BACBE891E9EBC1BD93356E49C5A1C9912D1207454E4", "AutoV3": "7A1C0432CCF6"}, "downloadUrl": "https://civitai.com/api/download/models/480528", "primary": true}], "images": [{"id": 11307513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78f94992-697b-4980-86d7-ceb4d318c0a9/width=450/11307513.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UkNwNBxuxuRj_NofRjj[-:RjRjt7bcV@xuaz", "type": "image"}, {"id": 11307510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21ddc268-d08f-40f2-bc13-0c21f9eee082/width=450/11307510.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UaLXY.tRazIA~qozM{kC%#jFofkWtSMx%Mof", "type": "image"}, {"id": 11307511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41a46f63-50af-4b1b-b683-45e045a18e60/width=450/11307511.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "ULQJce%g?bD%%Mt8M{jF~qRjD%%fxuRP%Mbc", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/480528", "modelId": 431330} \ No newline at end of file diff --git a/datasets/metadata/480584.json b/datasets/metadata/480584.json new file mode 100644 index 0000000000000000000000000000000000000000..bf6f59e3e9905266436522014bf962a7bf23ee5c --- /dev/null +++ b/datasets/metadata/480584.json @@ -0,0 +1 @@ +{"id": 480584, "index": 0, "name": "SLPDLX-V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-02T07:10:02.808Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["vpzdxizz"], "stats": {"downloadCount": 98, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 398999, "sizeKB": 126282.572265625, "name": "480584_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T05:31:14.153Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C7B07C06", "AutoV2": "9A91AA3EDE", "SHA256": "9A91AA3EDEB2EB0DDB120C7011347894405356A1000A1342B2DD5BE5E17CAB09", "CRC32": "B2DEDAB8", "BLAKE3": "7AE8A4299950B1FE26974BD0E35B05B8B212B66D52159EF00E401353BA479ECA"}, "downloadUrl": "https://civitai.com/api/download/models/480584?type=Training%20Data"}, {"id": 399114, "sizeKB": 223142.26953125, "name": "SLPDLX-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T07:10:50.889Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E146EF61", "AutoV2": "64DA8EB934", "SHA256": "64DA8EB934DB8C7E8427F9CF8FCDCDC681C5A8C2878C4FCC1B668906591685EC", "CRC32": "7860D587", "BLAKE3": "F461EE7D7DA7F20C863CAB04DB701391EF6B0FFE309AE7A7381C2AC790226265", "AutoV3": "92B438152E22"}, "downloadUrl": "https://civitai.com/api/download/models/480584", "primary": true}], "images": [{"id": 11315697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/046088f3-7911-4bfc-8b46-499941c7ed0c/width=450/11315697.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMEpD._Mu4$~M_WT%M%20JRiMcIpawj[WANG", "type": "image"}, {"id": 11315301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d42c475b-5ff5-4576-a6b8-85804cd4a5f4/width=450/11315301.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UJMGYXOELg-V4:kWOsni^,oJivWBNbazxuoL", "type": "image"}, {"id": 11315337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c161e61-53be-45b9-b8f2-95295fbba245/width=450/11315337.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAFFKU.l00I9L.Di0{-;3Lj=}apIM~W;t$V@", "type": "image"}, {"id": 11315327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87fabb10-1614-4fb5-a482-c29caaafa1a2/width=450/11315327.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UJMF;1IoO[%25?xa=|bHIVWVW9ae~VjaIBWU", "type": "image"}, {"id": 11314384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c35ca8b-3a8e-4679-b231-00e884dd5cbf/width=450/11314384.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOI#r*s:.TkDx^WBnhs:NbbHnhof%MayV@kC", "type": "image"}, {"id": 11315326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/682949f6-dfb7-4601-ac87-c9336964cdaf/width=450/11315326.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPFN[4xa9]R*}]j[NGaz56WB$%s:9sWBods:", "type": "image"}, {"id": 11315591, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cc90d56-62d6-46a8-b6d3-a72f7a3b9eb4/width=450/11315591.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UBGH_14TA[^kYkmj~BsC-;E2niWqO@%1MxI;", "type": "image"}, {"id": 11315590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d2077ec-f53d-4c3c-801d-5f33b2e3d0d2/width=450/11315590.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UMFiGh9ZuPtmx_IUMyt-E1M{ivkXtRX7$is:", "type": "image"}, {"id": 11315304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/351a9037-2f8d-4b62-9533-291fb510adaa/width=450/11315304.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U7BDEA%E00ogMdt2~qtRAAohvzMxMaWFO]n+", "type": "image"}, {"id": 11315328, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/377672a8-5c87-4073-88c4-21c82bbed115/width=450/11315328.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UBDcp^_NPWIoMxM{4ot74njZ-ooex^WC$~WA", "type": "image"}, {"id": 11315336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d30faac9-3841-4576-9f1e-55e5017dc28c/width=450/11315336.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U59Qjnx]00Q-PXx^HqMcE3E1VX-oJV%1=vIU", "type": "image"}, {"id": 11315331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccd0a38f-74db-49b1-9263-8347794ef687/width=450/11315331.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEE{CG:$y?t4%Mn3-pxt00t-vzt8NaXTM|NH", "type": "image"}, {"id": 11315696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc4c67ab-f476-411f-9cdc-a3ebf80a24c0/width=450/11315696.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHGI}y_LOr%#8^xt%gn$Om?b#m%2_M.7s;t8", "type": "image"}, {"id": 11315332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8f7ca35-577c-4139-b3e4-8db7d05f37d4/width=450/11315332.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UYG[.#WC?vt7~qofozofNGfkRPWBx^ayRPay", "type": "image"}, {"id": 11315589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7f9a34f-bae3-4b9c-8506-680cf65e0a43/width=450/11315589.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPFN[4xa9]R*}]j[NGaz56WB$%s:9sWBods:", "type": "image"}, {"id": 11315333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0716ab9-c532-4e4c-bb9a-5ee680af3904/width=450/11315333.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UMEyx#~ApKjFMzWrR5%00fE2t3kXNfoJoIEM", "type": "image"}, {"id": 11315595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b89d2a7-9997-450f-8375-7cbfa6374484/width=450/11315595.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDH-V}kY00_N00yD%~Vu.7M{#7RjRkxa=|Sz", "type": "image"}, {"id": 11314382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1617d51b-b900-4d8d-abf9-a23c039a0384/width=450/11314382.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaNcH1~oXQWBoaofj]RjIpaKIBRQs+kCkDoK", "type": "image"}, {"id": 11314386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ec02bf4-696f-4d9e-bfd2-26fe7d20bf50/width=450/11314386.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UoPGNvXS?^$$%gn~M{S5x]o0WAW;x^a}V?oI", "type": "image"}, {"id": 11329500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0641dd89-09a9-4e6b-9504-4636f4ecaa61/width=450/11329500.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UTGu,#~V%gkC%hofS2W;00IpMxWBx]t7oeoL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/480584", "modelId": 431381} \ No newline at end of file diff --git a/datasets/metadata/480648.json b/datasets/metadata/480648.json new file mode 100644 index 0000000000000000000000000000000000000000..ad29d068f9b26dad20dd5225fe293b592dd24cae --- /dev/null +++ b/datasets/metadata/480648.json @@ -0,0 +1 @@ +{"id": 480648, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-02T06:21:26.594Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 97, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 399051, "sizeKB": 22252.51171875, "name": "miyu_takisawa_GundamLegacy-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T06:20:46.148Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CBCBC53A", "AutoV2": "C99150ACF4", "SHA256": "C99150ACF405232245C82FF7A38A33F832942919561FDC190E23390EEB5D007E", "CRC32": "F1FDA965", "BLAKE3": "A1A7D6CDCC739BA59C4AA3A0685CEFD328836B07FBA56B7BEB7B274022A6E54E", "AutoV3": "CB295D2E39D8"}, "downloadUrl": "https://civitai.com/api/download/models/480648", "primary": true}, {"id": 399054, "sizeKB": 38616.111328125, "name": "miyu_takisawa_GundamLegacy.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T06:21:23.058Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "468DF766", "AutoV2": "F2818EBC34", "SHA256": "F2818EBC34B1964C56FC56B28526D100ED06134443F530CBD2B56F53A5412C06", "CRC32": "8F66CF6E", "BLAKE3": "E3F683BEF088950EF4021E25775223E8B22E746973CE0E8E8F3A0F28CC49956E"}, "downloadUrl": "https://civitai.com/api/download/models/480648?type=Training%20Data"}], "images": [{"id": 11311593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/490fc060-0f6f-44b1-a15e-c5d0d058479f/width=450/11311593.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UiLq2^t7_Nt7?bj[.8kCt7j[V@ofIoaz$%ay", "type": "image"}, {"id": 11311594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3279313f-487c-4e3e-ade7-dedbc46f7e43/width=450/11311594.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UiLq2^t7_Nt7?bj[.8oft7j[V@ofIoaz$%ay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/480648", "modelId": 431429} \ No newline at end of file diff --git a/datasets/metadata/480744.json b/datasets/metadata/480744.json new file mode 100644 index 0000000000000000000000000000000000000000..f2738bf22b4a666740561514f774875c91fcb804 --- /dev/null +++ b/datasets/metadata/480744.json @@ -0,0 +1 @@ +{"id": 480744, "index": 0, "name": "epoch 10", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-02T09:13:09.802Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["kira_yamato"], "stats": {"downloadCount": 51, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 399158, "sizeKB": 20708.5029296875, "name": "480744_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T08:01:55.330Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "011A4742", "AutoV2": "B9F73A1B63", "SHA256": "B9F73A1B63857F728B443900B1559ACD436814F400A3839E58A6FD057B2B0A6D", "CRC32": "85725E2A", "BLAKE3": "0A35713504A333D71DC3E0A71C6603709C9615F8DCA1368720E370570953D843"}, "downloadUrl": "https://civitai.com/api/download/models/480744?type=Training%20Data"}, {"id": 399249, "sizeKB": 223100.34765625, "name": "Kira_Yamato_Gundam_Seed_SDXL_Ver_2-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T09:16:31.065Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "88DBEE41", "AutoV2": "F50C24CA2F", "SHA256": "F50C24CA2FD1939EED7D5C3D9CCD6B8D2A696D988B21849E8AB3014B228068F7", "CRC32": "60A63B2A", "BLAKE3": "51922662C3207EC4960ED9B153A37A0DE3DA372E26BF5E4DED0C85C74C1AF810", "AutoV3": "50CDDA1EFC87"}, "downloadUrl": "https://civitai.com/api/download/models/480744", "primary": true}], "images": [{"id": 12026373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03c25387-c42d-489c-b4c9-0a657fb08023/width=450/12026373.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UQFi6;N3yT?G}xtRnBxHxxtj-Ujr.8S5xWbD", "type": "image"}, {"id": 11666493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2df986d5-2753-4337-99a1-a2eec24f2b3f/width=450/11666493.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHLpz50g~V-:4T9a%MtQ00EQrpMx.AXAJDRj", "type": "image"}, {"id": 11666525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d30eca8e-dc60-4750-a3da-dd401b5b50e5/width=450/11666525.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOKwnO~V_MkX0Jt8%MnN0MjXM{kCpKf+Iroz", "type": "image"}, {"id": 11666727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7046bf48-791d-46db-a451-e48be45e2b2c/width=450/11666727.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UJJj;@4p~VOa4mXo%Ns90nkCRPRPT2IoI[kq", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/480744", "modelId": 431521} \ No newline at end of file diff --git a/datasets/metadata/480779.json b/datasets/metadata/480779.json new file mode 100644 index 0000000000000000000000000000000000000000..cdb97a076e0a833c59f9d7fe94023a6521509192 --- /dev/null +++ b/datasets/metadata/480779.json @@ -0,0 +1 @@ +{"id": 480779, "index": 0, "name": "Sashi The Barbarian Animal (PonyXL)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-02T09:56:11.486Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["anthro, furry, female, ferret, mustelid girl, Sashi Kobayashi, violet fur color, multicolor fur,", "black iris, yellow sclera, pink glasses, red-violet barbarian dress, big girl, massive female, buff, muscular girl,"], "stats": {"downloadCount": 34, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 399178, "sizeKB": 1847.9423828125, "name": "480779_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T08:20:34.622Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "0F9F18FD01", "SHA256": "0F9F18FD01297CCC7D0ADBB84A5F59ED26EFAA56C976CBF67A884A327CC94249", "CRC32": "31B13F40", "BLAKE3": "8AC08CAE5B5EEC7B284D6BB5F394497AC82842DFB1F73012A6B88F968E51F9F3"}, "downloadUrl": "https://civitai.com/api/download/models/480779?type=Training%20Data"}, {"id": 399275, "sizeKB": 223101.92578125, "name": "Sashi_The_Barbarian_Animal_PonyXL-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T09:31:33.453Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EE1E6EEE", "AutoV2": "90309E41E6", "SHA256": "90309E41E6FCDD5E270C8AF15566916EB02540E09A40AC7185085C0848DAEE99", "CRC32": "7E4F2C7D", "BLAKE3": "522BB0405057E7EF51284AED2B1621305D6BD1B95761178FCEECCA32DB022F11", "AutoV3": "6DB29032CC2D"}, "downloadUrl": "https://civitai.com/api/download/models/480779", "primary": true}], "images": [{"id": 11322076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4d0fd89-9f78-407c-9e80-49f78b5183af/width=450/11322076.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U7J$?+:g#MyD0hK84Wt700$^.TIC*dNg-yg4", "type": "image"}, {"id": 11322078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ab96236-27ef-4da2-aca5-c917bad87530/width=450/11322078.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UXH,;@${SGoK}rxaw]oeITRknTogMwRjNxWC", "type": "image"}, {"id": 11322079, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d38746f-c2c9-4144-84e6-f0835d49e928/width=450/11322079.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UKI5P@t8.P%Mpft7x^obI8R%xDa$9cahM{of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/480779", "modelId": 431550} \ No newline at end of file diff --git a/datasets/metadata/480805.json b/datasets/metadata/480805.json new file mode 100644 index 0000000000000000000000000000000000000000..8c183c5f732451624d0744aa0204a36ee24f9bc2 --- /dev/null +++ b/datasets/metadata/480805.json @@ -0,0 +1 @@ +{"id": 480805, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-02T08:50:30.181Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 271, "ratingCount": 0, "rating": 0, "thumbsUpCount": 49, "thumbsDownCount": 0}, "files": [{"id": 399197, "sizeKB": 45810.802734375, "name": "Darkness_Konosuba.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T08:35:43.996Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E224D53A", "AutoV2": "AD02916319", "SHA256": "AD02916319F5F6AEF80BFEF88DA12DE15FA8D0AE021E865381C9E53D2DDF1600", "CRC32": "41A6E833", "BLAKE3": "1088361B90EC58C297F847DB8572E407E088DA39E1F0AA10C06BF7FC4666D03E"}, "downloadUrl": "https://civitai.com/api/download/models/480805?type=Training%20Data"}, {"id": 399196, "sizeKB": 22262.88671875, "name": "Darkness_Konosuba-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T08:35:41.622Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "339789D0", "AutoV2": "40D23F3240", "SHA256": "40D23F3240F5A6EBCA7A17E76127A1C94D23F6CD5CE22903FE10CCA859F21910", "CRC32": "51F06D31", "BLAKE3": "05825199DDE911FCD81448C7747072C60E6FFF15099635914BA00646FD38271F", "AutoV3": "1FE70940343B"}, "downloadUrl": "https://civitai.com/api/download/models/480805", "primary": true}], "images": [{"id": 11319460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2044096a-4426-4669-a5ef-1e67157ec339/width=450/11319460.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKRL@H%KT}%L_2Ws%iW=L3s:R5oc^+R*M|a#", "type": "image"}, {"id": 11319461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5129738d-8cdf-46c9-b59e-2160f6eb5e94/width=450/11319461.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKRL@H%KT}%L_2Ws%iW=L3s:R5oc^+R*M|a#", "type": "image"}, {"id": 11319771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2eb0d323-e521-4c32-8cfa-7be145f3367d/width=450/11319771.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U8NJg?00000000q]0=R502~qv2x]?a_39FW[", "type": "image"}, {"id": 11320115, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/487a0a4e-a1eb-46f0-be57-1c51ddca88e8/width=450/11320115.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKOyt=~U0MnSjBE1A0RkG^Rno5NHn%eoMdkC", "type": "image"}, {"id": 11320362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee1452fb-a54e-4b00-8315-ec46279d7f96/width=450/11320362.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOL|cP$~00?bRN?HE2E14-E19aSi?wM|RlV@", "type": "image"}, {"id": 11321167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ad43819-b9e1-4940-8b26-c402fa607294/width=450/11321167.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOO:69~VC6kDy=%Lx^xvC8rrERRj0g-UNLbb", "type": "image"}, {"id": 11321267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3099ff5d-de9b-43e2-aca7-1542fec2b886/width=450/11321267.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKOC,8NG1Is:D3ShK*WXCRM|9wR*0LV@nnay", "type": "image"}, {"id": 11321617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/602ead2e-15d1-489a-88cc-3e3feef072ed/width=450/11321617.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UCOyVA0003RjTd58%%M{1P9HY7M{ERIosrbH", "type": "image"}, {"id": 13102636, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d45de47-dab1-4a20-80a3-30c371cd9167/width=450/13102636.jpeg", "nsfwLevel": 2, "width": 6976, "height": 9600, "hash": "UKH-lX.TtS?H008^D%-ow]NexCRjo}~VXUIo", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/480805", "modelId": 431578} \ No newline at end of file diff --git a/datasets/metadata/480818.json b/datasets/metadata/480818.json new file mode 100644 index 0000000000000000000000000000000000000000..73af5f100cdd42ab195596b5a55ee0611c786918 --- /dev/null +++ b/datasets/metadata/480818.json @@ -0,0 +1 @@ +{"id": 480818, "index": 0, "name": "AESSLORA", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-02T10:45:13.784Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 32, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 399380, "sizeKB": 223099.74609375, "name": "AESSLORA-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T10:46:27.195Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AAB517EE", "AutoV2": "846AF9FAFF", "SHA256": "846AF9FAFF893FAD6544FD60B397944FAFCD7DA9B1F4C7B1784C5A91BDEF1FC2", "CRC32": "A26C5334", "BLAKE3": "FDEDADF3340AA9AA19224C46DCC4535B03B1E0C974B93E36F734A1B86D2F3AAE", "AutoV3": "8EBF3AE791FD"}, "downloadUrl": "https://civitai.com/api/download/models/480818", "primary": true}, {"id": 399223, "sizeKB": 2593.3828125, "name": "480818_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T08:52:43.478Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B73BDD05", "AutoV2": "F5B03CC090", "SHA256": "F5B03CC090FDD05E925FB88F62244E77DD619ADA2CA4586C777FC46C31E1BC96", "CRC32": "14329320", "BLAKE3": "CC212CCB6EB5B80571C5B73A04FAFC46A0405961DAA82ED0901857AE79FDAB63"}, "downloadUrl": "https://civitai.com/api/download/models/480818?type=Training%20Data"}], "images": [{"id": 11326017, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc8ecfba-c6b7-426c-863e-3d8b8a96272c/width=450/11326017.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UF6tz]xVM@afJIS6nxbEo%j{f4j=%4ogRjax", "type": "image"}, {"id": 11326018, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38c95cc3-268e-48e8-8dc9-edbf1098f888/width=450/11326018.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U56%vz,uI;oH67JAxJf-E0S0tSWu|z,;NXV=", "type": "image"}, {"id": 11326019, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd66ed42-9760-4540-8826-d96552f7e203/width=450/11326019.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U34_I@xy6*o+Fhbd-CkYEGWU$-n+}Is:AaWZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/480818", "modelId": 431590} \ No newline at end of file diff --git a/datasets/metadata/480958.json b/datasets/metadata/480958.json new file mode 100644 index 0000000000000000000000000000000000000000..4b7f5ccff1b769285c970c344e61fc07f68311f2 --- /dev/null +++ b/datasets/metadata/480958.json @@ -0,0 +1 @@ +{"id": 480958, "index": 0, "name": "LORAESS2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-02T10:46:13.539Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 32, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 399335, "sizeKB": 918.6220703125, "name": "480958_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T10:20:48.300Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "7850E0CAA2", "SHA256": "7850E0CAA2C6F06E43895C0A7552E381A51014F72980C5C85FF58DEE274F3092", "CRC32": "F8B47277", "BLAKE3": "DE089FA5713DB8568093CA737976B209BC245D59DFEBC5699B943739CE3B8D45"}, "downloadUrl": "https://civitai.com/api/download/models/480958?type=Training%20Data"}, {"id": 399381, "sizeKB": 223099.27734375, "name": "LORAESS2-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T10:51:30.382Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1B6ACF61", "AutoV2": "0902CA1A65", "SHA256": "0902CA1A653821FC8FA4E649BBD31CC36CD4A951C31CD016D6281EDB76BFFDDE", "CRC32": "4AEBC10A", "BLAKE3": "B7E533AB45D1B03F92F682C871CABD1C6C2387FAE8C3693D1D85034B4D7EA51C", "AutoV3": "7EF2CF02B54B"}, "downloadUrl": "https://civitai.com/api/download/models/480958", "primary": true}], "images": [{"id": 11326062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/853b635f-b0ad-4e36-9249-727ba21c1ea4/width=450/11326062.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPF|AV,G6|K42=N[,Zw^FaSg#-ww|xwdFaSN", "type": "image"}, {"id": 11326064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fbf0db9-ec06-4276-97a5-4f1cadf0fc4a/width=450/11326064.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMB^n+sTJQo22VW.wyW;NtWqsoWo|xo2Nun%", "type": "image"}, {"id": 11326063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fd336ae-d8f7-429e-a517-090242c2f83a/width=450/11326063.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U567E8B1+]V=ADwHFhob5O$8t9bI}JFs=DR-", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/480958", "modelId": 431717} \ No newline at end of file diff --git a/datasets/metadata/481139.json b/datasets/metadata/481139.json new file mode 100644 index 0000000000000000000000000000000000000000..3041f2e0fbb8f0e75c52fbf11f72a138e0681bd2 --- /dev/null +++ b/datasets/metadata/481139.json @@ -0,0 +1 @@ +{"id": 481139, "index": 0, "name": "EGB", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-02T13:50:05.098Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 73, "ratingCount": 0, "rating": 0, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 399525, "sizeKB": 214.5361328125, "name": "481139_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T12:50:54.080Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "79C325DE55", "SHA256": "79C325DE55706AF80E3F6EBB7FA15207A57AE3DE1ADA61348986240789BED3E4", "CRC32": "5CA1C169", "BLAKE3": "7EFB9D00229F6B4FA3E0A647D6632E3FFCD6C62763D0412FDA26EBB3A5CD1688"}, "downloadUrl": "https://civitai.com/api/download/models/481139?type=Training%20Data"}, {"id": 399595, "sizeKB": 223099.19921875, "name": "EGB-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T13:46:34.345Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2E75F7E2", "AutoV2": "E1E92C098B", "SHA256": "E1E92C098BEE600AF84D4292DBA42D4B28202A7701EFD88D6D5D939588F24C0C", "CRC32": "EEF75BA5", "BLAKE3": "651CB3DED3904EE71DFB489931DC816DC270CDC6AE650232DDEF6ECB3AB3FDBA", "AutoV3": "EDC707A34870"}, "downloadUrl": "https://civitai.com/api/download/models/481139", "primary": true}], "images": [{"id": 11337492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf98d5eb-f454-43c3-a060-38937f48c902/width=450/11337492.jpeg", "nsfwLevel": 4, "width": 1446, "height": 1882, "hash": "U59GdcNG0f%N}5o#Ner=x^jYRjS5MxWVXAae", "type": "image"}, {"id": 11337493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3785c246-5760-47f0-9936-d1875a8eb238/width=450/11337493.jpeg", "nsfwLevel": 4, "width": 1568, "height": 2040, "hash": "U59P__Ri0L%N}6o#I=rqx^jFRjSOITWVbwWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/481139", "modelId": 431875} \ No newline at end of file diff --git a/datasets/metadata/481209.json b/datasets/metadata/481209.json new file mode 100644 index 0000000000000000000000000000000000000000..a510425172845fb3cb32f3ef98bda9635d5462e9 --- /dev/null +++ b/datasets/metadata/481209.json @@ -0,0 +1 @@ +{"id": 481209, "index": 0, "name": "RiellencHill", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-09T21:27:40.041Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 17, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 399653, "sizeKB": 5633.8779296875, "name": "481209_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T14:26:19.729Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2EC239A5", "AutoV2": "68D402A31D", "SHA256": "68D402A31D0D0BCB41F3204546E1711B5B9EF967643CBB1634FDEC1F561F0AB2", "CRC32": "0D9160F4", "BLAKE3": "7A6136318F96B99FB29632F8E107EDBBC9E9022FB0F8FDD07B4F268EA3631A33"}, "downloadUrl": "https://civitai.com/api/download/models/481209?type=Training%20Data"}, {"id": 414397, "sizeKB": 223100.91015625, "name": "RiellencHill.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T21:30:50.803Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "50A30BE7", "AutoV2": "CFAF7BB76E", "SHA256": "CFAF7BB76EDADA8D59E7091841C4472E6A17494537A6E0EB8E8F74569B396A5B", "CRC32": "E7C9D83F", "BLAKE3": "0EFBC8456E13EA86C879317D9F8B83DBC780A1B8A70688EF2B5D3F4F640EF8D8", "AutoV3": "A898582F1B87"}, "downloadUrl": "https://civitai.com/api/download/models/481209", "primary": true}], "images": [{"id": 12003105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff66ab44-0cc5-436a-9121-2a1b445dfb52/width=450/12003105.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPDlBKnN0JXo%%WpQ,spTKkDw0V?xvazNFoJ", "type": "image"}, {"id": 12003108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d342d68d-8f58-447a-b427-3a1e5a1f3b9b/width=450/12003108.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBFh6g%#008xDOtR~qiw1ba0$k%g0fVs^5pI", "type": "image"}, {"id": 12003106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5016b55a-b6fa-4c8a-883d-15345999286f/width=450/12003106.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5A,qR={000g^F-o9+9Z0eEM~V=|0*Ip?A={", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/481209", "modelId": 431944} \ No newline at end of file diff --git a/datasets/metadata/481304.json b/datasets/metadata/481304.json new file mode 100644 index 0000000000000000000000000000000000000000..1be2b129c0012dce793d0fd3540586a8ce66981d --- /dev/null +++ b/datasets/metadata/481304.json @@ -0,0 +1 @@ +{"id": 481304, "index": 0, "name": "taak aess_Pieter_William", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-02T15:39:38.061Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 37, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 399662, "sizeKB": 1616.59765625, "name": "481304_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T14:31:10.058Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "A7F0F9A63A", "SHA256": "A7F0F9A63A3A5F8B9E4860C9B76439E2EDEEFD1708A55A9E1281F57C976ED7CF", "CRC32": "8F9001CD", "BLAKE3": "334346743AE0692C5C78965389E5D72CDB6CED4870CE26D603462D1C891BCAA2"}, "downloadUrl": "https://civitai.com/api/download/models/481304?type=Training%20Data"}, {"id": 399759, "sizeKB": 223099.63671875, "name": "taak_aess_Pieter_William.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T15:36:29.438Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4F766A72", "AutoV2": "4C505D95DA", "SHA256": "4C505D95DA88C84447A86DAA39CE8969E399E45DFB07994638D579916D61F5AC", "CRC32": "4D054BFE", "BLAKE3": "92000D35069C1E8CB84617ABBBCF7FF70B05FBDD52A743C4A32D6FA4935024AD", "AutoV3": "FEBA1E5D8279"}, "downloadUrl": "https://civitai.com/api/download/models/481304", "primary": true}], "images": [{"id": 11345647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61e283a7-c391-4e0b-83ef-aef927f686b0/width=450/11345647.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDBe:{$L2tFzAVW;$SsS2SN{|M#*]Vo0FcSh", "type": "image"}, {"id": 11345653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c283ce9e-577c-47a5-a6f4-a439b0fdcd7b/width=450/11345653.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCAuCZOwnV5:1}awFq=G0]+?-Xbv|=J$;1Ef", "type": "image"}, {"id": 11345650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da1a7f32-4ed2-4bb2-bd38-7170da7fbb42/width=450/11345650.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UD8pNv5f#$r.FrwGOeWSIjxJxfSO,zJP$bsE", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/481304", "modelId": 432024} \ No newline at end of file diff --git a/datasets/metadata/481452.json b/datasets/metadata/481452.json new file mode 100644 index 0000000000000000000000000000000000000000..78a6808d383c986f0e768b2db07b9806c045a989 --- /dev/null +++ b/datasets/metadata/481452.json @@ -0,0 +1 @@ +{"id": 481452, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-02T16:02:39.827Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 259, "ratingCount": 0, "rating": 0, "thumbsUpCount": 46, "thumbsDownCount": 0}, "files": [{"id": 399786, "sizeKB": 57549.314453125, "name": "wiz_konosubaV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T16:00:39.241Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "78854659", "AutoV2": "8920AFF19C", "SHA256": "8920AFF19C8521650DBDBD3F9EE3729D993531FB0C16CE8CD7481D0958C699E9", "CRC32": "B7330E5F", "BLAKE3": "63E23B872DB2387535322C8EAE9C89BCE5F08210F060D62AF343F5C5389F50A6"}, "downloadUrl": "https://civitai.com/api/download/models/481452?type=Training%20Data"}, {"id": 399785, "sizeKB": 22265.78515625, "name": "wiz_konosuba-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T16:01:55.606Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "942E37AD", "AutoV2": "58AA151699", "SHA256": "58AA151699843A510FBF4345ACDE2FB692F60EAD191B6B08713734A464B92DE0", "CRC32": "EE33E955", "BLAKE3": "C85AA95BCE463749F22D22ACBDE0047EA524B55BCF68BB605A9F470AD97BEEB1", "AutoV3": "D9FDB2846547"}, "downloadUrl": "https://civitai.com/api/download/models/481452", "primary": true}], "images": [{"id": 11348361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a578ef09-de17-464b-b800-cf2e7a2ea674/width=450/11348361.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UsJQ$qs;tloe~pj[-=og%goftQfiS4j[ayWB", "type": "image"}, {"id": 11348362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79b7871f-2391-4f4d-9822-883ddfc5b51d/width=450/11348362.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UsJQ$qs;tloe~pj[-=og%goftQfiS4j[ayWB", "type": "image"}, {"id": 11349001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bff8acb6-0f9b-47fd-9d7e-94fd84a7e2ea/width=450/11349001.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UON9tfR*TJI9NF8_yDE1OFWB?axD~WWWIpt7", "type": "image"}, {"id": 11349013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53f0f708-23d6-40c1-b374-8711a417eabc/width=450/11349013.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UcOpMh_M%#%3rcnm%zR%ELRj%3Rj?aRjR*of", "type": "image"}, {"id": 11349310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e82fb4f1-0dda-4251-a70e-716183f7d1cc/width=450/11349310.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UWMjE#-;_NkC?vt8%gxa9t%M?GIo-p%MD%WB", "type": "image"}, {"id": 11349713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b13dd716-1ffb-4be5-8422-f0360d3a14c9/width=450/11349713.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPN]hJ~p.6V@I9Q-?aIn4.jX^iaJ_2W=R.xu", "type": "image"}, {"id": 11350290, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f78f12ea-7a2f-47b7-a37c-30743b8e069e/width=450/11350290.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJMZan~q%ytlaG%M?bE20fNH^+a~~CM|9ZWB", "type": "image"}, {"id": 11350668, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38647ae7-0640-42d9-b6d0-1acb95688950/width=450/11350668.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U9LzU10000JC00IU_N4T00.8~Vxa0NIUSkxZ", "type": "image"}, {"id": 17314875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62adcd29-09b6-4a54-9ab1-ebc60d56a9c4/width=450/17314875.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UIO{daMx%~^+X,xYtlflovI9~VxD%MxD%Mx]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/481452", "modelId": 78734} \ No newline at end of file diff --git a/datasets/metadata/481540.json b/datasets/metadata/481540.json new file mode 100644 index 0000000000000000000000000000000000000000..f4df5665050264cfd11eaf948417d78fa8e24f44 --- /dev/null +++ b/datasets/metadata/481540.json @@ -0,0 +1 @@ +{"id": 481540, "index": 0, "name": "Kibella (UberQuest) (PonyXL)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-02T19:00:20.146Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["anthro, furry, dog, dog girl, Princess Kibella, pastel yellow fur color, two-tone fur", "green eyes, orange hair, long hair, ponytail, semi erect ears, thicc, little chubby, big breasts"], "stats": {"downloadCount": 79, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 399957, "sizeKB": 12103.48046875, "name": "481540_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T17:41:23.943Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D0C7BA1C", "AutoV2": "A968995E47", "SHA256": "A968995E47B097E4C2DA706F2B70F16BCAF7A3C66A3212769D279DD19A6EEDD6", "CRC32": "BCD197C1", "BLAKE3": "7E2E1310B0E861AE2ACDA978475A21E53ADECD257A1F5570BF3B136EABF4B6FE"}, "downloadUrl": "https://civitai.com/api/download/models/481540?type=Training%20Data"}, {"id": 400070, "sizeKB": 223103.07421875, "name": "Kibella_UberQuest_PonyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T18:51:39.392Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D2AC072F", "AutoV2": "AD4CFA86F5", "SHA256": "AD4CFA86F5313CBA8830AD8B5D5BAFD20E905B19A55631655FA8D47FDCD3ECE0", "CRC32": "2763885D", "BLAKE3": "411E9D54FD24765FDCEB2285F5272CA1A8FBC07F0189323956411DDC0887AF89", "AutoV3": "88ADBBE24331"}, "downloadUrl": "https://civitai.com/api/download/models/481540", "primary": true}], "images": [{"id": 11360281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4096c613-4e12-4cf0-82f4-536f779f44e1/width=450/11360281.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UHHeRX|r00P9]MozKRKO02ogxZWBrDnNELog", "type": "image"}, {"id": 11360282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d709615c-55cb-4046-b41c-f6a800177d89/width=450/11360282.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U7IOe6of_3ofRjM{_39F00xu00Io00?b?b~q", "type": "image"}, {"id": 11360286, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd14c14c-71cf-4855-b512-3b16830e6bd4/width=450/11360286.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "USL4Z,Mei_JCyZv|NGoc1+xXR5NKo#bwRjVY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/481540", "modelId": 432243} \ No newline at end of file diff --git a/datasets/metadata/481584.json b/datasets/metadata/481584.json new file mode 100644 index 0000000000000000000000000000000000000000..9f4cd14dc251b717f54a7181e2e64e25db470d37 --- /dev/null +++ b/datasets/metadata/481584.json @@ -0,0 +1 @@ +{"id": 481584, "index": 0, "name": "BLGirl R001 ShenHe", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-02T18:40:21.722Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 76, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 400038, "sizeKB": 36988.265625, "name": "BLGirl_R001_ShenHe.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T18:31:55.687Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "09062D9A", "AutoV2": "F739CE3B79", "SHA256": "F739CE3B79293BE1D2C0DB3B4BF221E0FBFAD55CFACD49185FD11AD0B77FB35D", "CRC32": "E869FB31", "BLAKE3": "F3F2CEED81460B71EF49629D17D4E6429E227CE3B3163200B1B622CE36C0119D", "AutoV3": "F0E2619F40FF"}, "downloadUrl": "https://civitai.com/api/download/models/481584", "primary": true}, {"id": 399914, "sizeKB": 26467.1005859375, "name": "481584_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T17:15:43.043Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "705047ED", "AutoV2": "E8DCDB08D3", "SHA256": "E8DCDB08D36C47A0FF3C617C954E15CF7DB692E9882F27157217F23301CCE1DA", "CRC32": "6EB0D1E7", "BLAKE3": "7E81B11E32A1D5AFF8CD3E68A6CED989F7813C9C445AA92457878E3E9DEFAACB"}, "downloadUrl": "https://civitai.com/api/download/models/481584?type=Training%20Data"}], "images": [{"id": 11358887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ecac8823-4c15-467d-b981-eb6d7236d15b/width=450/11358887.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIEfWo9a00~VbwRjM{R*S^fl$jt6-oRkoebI", "type": "image"}, {"id": 11358888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b10d6396-d264-47dc-b3be-68b4c8dfbad2/width=450/11358888.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFD]@@0L00~qR%s,RQwwpHj]n4V@x]M{xuW=", "type": "image"}, {"id": 11358824, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/373c32bf-07f6-452f-982a-f679a8b799a3/width=450/11358824.jpeg", "nsfwLevel": 1, "width": 2078, "height": 857, "hash": "USFPpbeTt7s:~qa#ofV@_Naya{WU_3ofoLs:", "type": "image"}, {"id": 11358859, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af8ed9a3-0074-47ac-a273-b201da82b8af/width=450/11358859.jpeg", "nsfwLevel": 1, "width": 1940, "height": 12527, "hash": "UwG+aY~q_3_3t7fQayj[oya|ayf6j]j[j[j[", "type": "image"}, {"id": 11358773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c1d9a30-1b3c-4637-8a2a-e0235adf0bd4/width=450/11358773.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UDG95D9Z00_30Js:o[xb_ME1wGR-J}RQsms:", "type": "image"}, {"id": 11358774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc8ef773-c516-4b83-a8ee-7db820a2ffbe/width=450/11358774.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U5HLoI00K?4o0000~p0100-;U]?a_1E1%Njr", "type": "image"}, {"id": 11358776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14f67c73-0a3c-44e3-9f7f-003a5b4c2bc1/width=450/11358776.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIHCAwIo00~q0KRPadxu?bNGr=t6X8t6V@oz", "type": "image"}, {"id": 11359418, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8167ab6-598f-4eaa-9514-8563a4575fdf/width=450/11359418.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8EMdq4:00~V1EM{+#xZk6R7-=M_~o4pS#xH", "type": "image"}, {"id": 11359428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8815fda1-779e-44e8-bf77-0f5dd4496168/width=450/11359428.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAC?+H0100_M0d%3nPM{=^RoSiV?-.D*t7oz", "type": "image"}, {"id": 11359422, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45a711f1-5db3-4660-9b27-f9daa88896af/width=450/11359422.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULCsNos;D*t64.NGs;oe~Vs;M{WBInRkt7af", "type": "image"}, {"id": 11359431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b4c6e6a-d260-46c4-ae52-d91238abfe01/width=450/11359431.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UAF$ts0g00~V0^aJ-CtRtKnnnNMx?WIVkVxv", "type": "image"}, {"id": 11359435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d56dfdf-f3f0-4e63-a6ea-9db1a0fa36fa/width=450/11359435.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9DTIh0100~VI+%KIWV??bD*rv-V-;DjtQtS", "type": "image"}, {"id": 11359432, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1f25570-a9a2-4fe0-9139-fee92e5e71df/width=450/11359432.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8CsKp4o00~pX-NFIB%M?ZIVW;Wq-:ICoxNH", "type": "image"}, {"id": 11359441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60e875cb-9f05-4102-b66c-4bba9839c07b/width=450/11359441.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8E3VN0100~W00-QxJkW%dMxi_R%XMIC%LIV", "type": "image"}, {"id": 11359451, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daff1e7c-6b62-44be-b425-a510c17af7e7/width=450/11359451.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBCGlRM{00-;_Nae9Fxu?aD*Dk%N%LD%M|-;", "type": "image"}, {"id": 11359440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d434b38f-a7ca-4656-9702-94b1f461e7ae/width=450/11359440.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGCZnUaODi%gR$V?9HWW~okEV]aKs5M}tRaK", "type": "image"}, {"id": 11359443, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29a1e72c-7091-470d-bfe6-ffa0f88cbdd3/width=450/11359443.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U6CGe}DTIDue0v?JH[x=jS01}uR6q[bJ0{VY", "type": "image"}, {"id": 11359442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf07ea43-ab5e-4641-8cb5-2bb10e67d06c/width=450/11359442.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UAC71k9b00?a%gxo4oRj_KIXs;sm%cIZxtMx", "type": "image"}, {"id": 11359450, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ba29c83-81a9-4743-9673-06387aa9418d/width=450/11359450.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U86ktqs+8|oxPUV[icj[~maeD+j[OYWBnhaz", "type": "image"}, {"id": 11359448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/547ff34c-0497-473d-bbe9-68934a5ef934/width=450/11359448.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGC%Ko9F4m~qx[j[E2-:?aD*RPxus.RjX8j?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/481584", "modelId": 432285} \ No newline at end of file diff --git a/datasets/metadata/481642.json b/datasets/metadata/481642.json new file mode 100644 index 0000000000000000000000000000000000000000..ca11d86bab65f076192c9124629a26ddac963437 --- /dev/null +++ b/datasets/metadata/481642.json @@ -0,0 +1 @@ +{"id": 481642, "index": 0, "name": "Madam Mim", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-03T18:36:48.257Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 105, "ratingCount": 0, "rating": 0, "thumbsUpCount": 36, "thumbsDownCount": 0}, "files": [{"id": 401952, "sizeKB": 445790.33203125, "name": "Madam_Mim.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-03T18:20:52.738Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "554AE20E", "AutoV2": "E58FA3DF40", "SHA256": "E58FA3DF40922A6A2DF16B4B1FDFBF8FBA96328EB2CBC03A27EA1F6A1C172738", "CRC32": "FF33135A", "BLAKE3": "CEFD25B3E853EF703C7910BF2C26F2BB85B21513677812DB0F05EE6728692272", "AutoV3": "A8DC09EB6092"}, "downloadUrl": "https://civitai.com/api/download/models/481642", "primary": true}, {"id": 400003, "sizeKB": 7604.765625, "name": "481642_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T18:11:12.751Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "411BC74E", "AutoV2": "A60E8E3C9D", "SHA256": "A60E8E3C9D6F15B45333E88C744EB429C7FBEBB61E9E30195D47370BA3A0EFEC", "CRC32": "82AC693D", "BLAKE3": "03D00385ACFEDBE4F4A34BFE72FE954EF53B4E2D61677CFE93200C7E48FACE80"}, "downloadUrl": "https://civitai.com/api/download/models/481642?type=Training%20Data"}], "images": [{"id": 11448231, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d86b30ff-f7e1-420c-820e-2d798dc220c3/width=450/11448231.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U7F#Up?d00JC3LoI*LD%00aecrxX0d9Z~V-:", "type": "image"}, {"id": 11448228, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbdb54de-9526-4ed1-9b6b-17ae3a01fad3/width=450/11448228.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U7ExSN}_005i47J~y@VEUb-CcFEL4TE0cs%N", "type": "image"}, {"id": 11448192, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c37f633-3932-4b68-82c6-f8eb4ee6d4fc/width=450/11448192.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U8F$3P~D000x0fI:+sv~9YSKt2n$EeWn?H%2", "type": "image"}, {"id": 11448341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4679a472-f60e-421a-b2f1-e5d0f9a28c85/width=450/11448341.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U8IX:b^64RPp0QROX3OFIQ%LH=IW00W:+Eo2", "type": "image"}, {"id": 11448336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3870ff2-5c41-4df1-8b58-10edb572ac72/width=450/11448336.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UCHArA~E1oPP0c9Z*zQ-D#ozt.x]0Jrr-VNZ", "type": "image"}, {"id": 11448340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c011a61-3e65-4fe4-9058-f900ed7d9de3/width=450/11448340.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UKIEko*01YOZE1sqIonhPAE*.9kqjEnORQw{", "type": "image"}, {"id": 11448342, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2883802d-dc41-4bb7-906e-6121c21be152/width=450/11448342.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U8IOkb?I4NP.0kxu+XELT{IUf}-60NIpKOsk", "type": "image"}, {"id": 11448343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11c0eec3-6502-4942-9151-df16b8143d79/width=450/11448343.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UNJk7loz0_JU9xIo;xso8cv}%2bIE2R$RPjF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/481642", "modelId": 432336} \ No newline at end of file diff --git a/datasets/metadata/481999.json b/datasets/metadata/481999.json new file mode 100644 index 0000000000000000000000000000000000000000..45b2095cfc27625577d6a1fe036d185b11ff5301 --- /dev/null +++ b/datasets/metadata/481999.json @@ -0,0 +1 @@ +{"id": 481999, "index": 1, "name": "portrait handsome man, beautiful woman", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-03T07:56:22.092Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 73, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 400315, "sizeKB": 31612.279296875, "name": "481999_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T21:40:58.348Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7054BFD9", "AutoV2": "6B18099015", "SHA256": "6B1809901554C4AA459CF9CBF88C2F5253F0CE9DBAE40DCD3099B11BA433D1E1", "CRC32": "E0890BDC", "BLAKE3": "2916A12BB51BAE4DC04228A1A584A80A79ED9228371722F864A2486EC99C8CB0"}, "downloadUrl": "https://civitai.com/api/download/models/481999?type=Training%20Data"}, {"id": 401028, "sizeKB": 223107.41015625, "name": "portrait_handsome_man_beautiful_woman.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-03T07:51:17.314Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A25FC026", "AutoV2": "7F633567AE", "SHA256": "7F633567AEB13160D239289F7901F066FF08D26B810244DC28611FD4ADBB0BDE", "CRC32": "63090823", "BLAKE3": "9C72598A00AFDB1A40F2590DD58E045B16E7A518E4FB78ED672D088A7449E2E7", "AutoV3": "EB6EA7956FEA"}, "downloadUrl": "https://civitai.com/api/download/models/481999", "primary": true}], "images": [{"id": 11408661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54dd29d8-8b7a-491b-a9c6-764a4f512f3c/width=450/11408661.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAGkwPIo1J-p~qt6E2WCyrfiZ$R,ENoLxZWB", "type": "image"}, {"id": 11408665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4547c51-6af9-4f06-9763-0faa2b92cafc/width=450/11408665.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U29jP:EN00~U%g%L9ZIp0NxtRQIB9at6%L9a", "type": "image"}, {"id": 11408664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c0dcd12-e605-4953-9b50-3aedebf458bb/width=450/11408664.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDBCuq9a0f~Bjbj@axoMNts:xaIo9tt7%2Io", "type": "image"}, {"id": 11408670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d9212ad-845d-4e50-9443-b82fd9b39424/width=450/11408670.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U8G8AkE3-n~V~At7M{s-9axtM|IV?ZofM{s.", "type": "image"}, {"id": 11408669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eeee752c-9650-4e76-a2e1-20786f9c9b8d/width=450/11408669.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKL4Zzj@~W%L?aoLj[ay_2j[NGRjt7t6WBRj", "type": "image"}, {"id": 11408676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f0b3216-ded7-4452-b428-e06ab24bb1dd/width=450/11408676.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UMIqMoRQ~o%MxVW=s,aKW=xaM|Rjt8ocxakC", "type": "image"}, {"id": 11408678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33c4fe98-374e-423d-945f-c8f92a9a93ef/width=450/11408678.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKGR@$of?^xuWrkCt7j]_NWBVsWBbwWB%1of", "type": "image"}, {"id": 11408677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b5fa204-b5b5-4a93-847e-c53035100531/width=450/11408677.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U4B3i~^+EMD*~pR+9aM{0MRjRP%Kt5xZniNH", "type": "image"}, {"id": 11408680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86965e58-0773-4cd4-b8b0-3a9d8999eeac/width=450/11408680.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGK1RB4:_1IV_2t6M|WC~VxaWV%LRjRkj[R*", "type": "image"}, {"id": 11408675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/740fd43f-67d6-4689-8076-36afba581143/width=450/11408675.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UEE33S-;00M{~pxaD%NHWAs:RjM{xXayRkof", "type": "image"}, {"id": 11408662, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd8ded9c-4f3e-4705-843b-774f99861a33/width=450/11408662.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMM?VDni~Txt?GWCNHxtRjWCM|s:xsofayRk", "type": "image"}, {"id": 11408666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4abcae68-7361-4bfd-9ca4-3b57be62fb6f/width=450/11408666.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "U9F}o^-o$_s+~AR*IUxZRjt74:Rk%MoeM|WC", "type": "image"}, {"id": 11408682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bea15a2b-06bb-404e-900c-5dcdd6adae23/width=450/11408682.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "ULLDoPt7~9ae_1%2RkM|$ys:M|ofWBRkIpof", "type": "image"}, {"id": 11408690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4060aac-a858-44c4-a4f1-c50c71c65f6e/width=450/11408690.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7D+Yw%L000Kx]xa4.Rj00-p^*M|D%4.~W^+", "type": "image"}, {"id": 11408686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48f2039a-4fd3-4881-bf35-7635499a48cd/width=450/11408686.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UXLM|fay~UxZbbt6ayRk~Ut6E2j@-:oKWBWW", "type": "image"}, {"id": 11408684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e77d29c-cbea-4d59-aa6d-4dbd714cbb89/width=450/11408684.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UIEMBy-;4ns,~pt79ZWVV@j[M{M{WAWBRkf5", "type": "image"}, {"id": 11408685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc7e5142-eb9f-4043-936c-46e3594731e8/width=450/11408685.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U4DItIxt=F01~BV?E2I;-Tt7W=NH~C9t={i{", "type": "image"}, {"id": 11408688, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03dae6a0-149c-4a13-bf44-67641dc6aef2/width=450/11408688.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "URLN6#t6~Tt6?GRkR*xaxCoLNGRkWBs:jtM|", "type": "image"}, {"id": 11408693, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e84e3ea5-e5c3-482f-bb87-7f1924d04a94/width=450/11408693.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCB3WixtE2Rj~Ut6E2WBxZj@IpWWaxj?R+a#", "type": "image"}, {"id": 11408694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6b814b1-bb80-44c4-8269-187cad1af27d/width=450/11408694.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAH_f000s.D*~V4oRj-pD*4:M|oL?aRjM|Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/481999", "modelId": 432671} \ No newline at end of file diff --git a/datasets/metadata/482072.json b/datasets/metadata/482072.json new file mode 100644 index 0000000000000000000000000000000000000000..66dc6de1e1ea5eeda68a08596ef57fa7dfcf636d --- /dev/null +++ b/datasets/metadata/482072.json @@ -0,0 +1 @@ +{"id": 482072, "index": 0, "name": "v1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-03T01:04:09.313Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["holding sign, text \"no cum just look\""], "stats": {"downloadCount": 179, "ratingCount": 0, "rating": 0, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 400389, "sizeKB": 71707.7919921875, "name": "482072_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T22:30:53.093Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BADFE949", "AutoV2": "5350E3A3FA", "SHA256": "5350E3A3FA06ED3C8DE5E1353B793C928031640F7A48DA1F560FEEAB95DBFB9E", "CRC32": "5701DAD5", "BLAKE3": "55838023F202E0278A0BF19016B40F86C587EDBBF54760567D428632A4769CB2"}, "downloadUrl": "https://civitai.com/api/download/models/482072?type=Training%20Data"}, {"id": 400498, "sizeKB": 223101.05078125, "name": "No_cum_table_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-02T23:55:54.731Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D291F571", "AutoV2": "A2FF537E28", "SHA256": "A2FF537E28810CCDAB2B61A68839F2EC7F6168C577C28D93A4BAEE014675739B", "CRC32": "D3AEC050", "BLAKE3": "34A9D7251E91259C5E4958911B51047EFE60E72CEC888B4E5EB9A52976C34145", "AutoV3": "35839BB6CC9A"}, "downloadUrl": "https://civitai.com/api/download/models/482072", "primary": true}], "images": [{"id": 11384410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71e2618b-8500-4c80-93d2-9e99fcc28ce3/width=450/11384410.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCMGF;%264-:~pIUVt%MK3WB-VbIv$%MJQD+", "type": "image"}, {"id": 11384412, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03cf215d-cfa1-4f40-b4a0-f1a4e37f21b3/width=450/11384412.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMMP,w-T%gT0};n$ofbvWAa#oMa}=|WX9]ni", "type": "image"}, {"id": 11384411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/323bd1ac-2aff-4f98-805c-1c06d7365eac/width=450/11384411.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDN+t,xtAJ?b~pMxMytSJA$*w{Io=}-;S^IT", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/482072", "modelId": 432743} \ No newline at end of file diff --git a/datasets/metadata/482135.json b/datasets/metadata/482135.json new file mode 100644 index 0000000000000000000000000000000000000000..61434a6db1d30bf1f936dfab57757777e40a1af0 --- /dev/null +++ b/datasets/metadata/482135.json @@ -0,0 +1 @@ +{"id": 482135, "index": 0, "name": "Kyoko-ArtistArt-v2", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-11T23:53:15.353Z", "availability": "Public", "nsfwLevel": 12, "description": "added more reference image
", "trainedWords": [], "stats": {"downloadCount": 79, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 417957, "sizeKB": 391922.4619140625, "name": "482135_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T17:32:05.312Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6BE64455", "AutoV2": "19FF0B4B95", "SHA256": "19FF0B4B953B61E06115C7E0120A378FE6A7539AB2BCDFA085FF6EA9A748B17B", "CRC32": "CD07D0B4", "BLAKE3": "1A0ADD86261CA6AA7606C11B36EBC556E0BA4C7A1D4B1B86562E80C90BDAEF08"}, "downloadUrl": "https://civitai.com/api/download/models/482135?type=Training%20Data"}, {"id": 418440, "sizeKB": 223101.28515625, "name": "Kyoko-ArtistArt-v2-000011.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T23:50:55.417Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E83A54FC", "AutoV2": "3962D664BA", "SHA256": "3962D664BAE22B04CA3210F4BA66CB3625764892546F6CA12B4753EB75E651EF", "CRC32": "EBFB0FE7", "BLAKE3": "94D9AEF1AD61D72CA756EFC17CFE6F10D28DC4F63A895892B100468142993CDA", "AutoV3": "49EA8DA43627"}, "downloadUrl": "https://civitai.com/api/download/models/482135", "primary": true}], "images": [{"id": 12198291, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd0341bd-a541-4dc1-92e4-898ddcdc9236/width=450/12198291.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UDD+b:~W01IVV@9Z4.M_IVog%M-;9ZM{-:%2", "type": "image"}, {"id": 12198292, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f4c3412-cf61-46fb-9158-b817ad82338b/width=450/12198292.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9F}s6010Lx]%fE2={RQ00~V^*01IpRjM|%M", "type": "image"}, {"id": 12198293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ec8fd63-eab9-4620-a2df-f3c25528fa51/width=450/12198293.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UNGuE=~V5756%3WDNGWBE1afxtW=s:WBRjof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/482135", "modelId": 432801} \ No newline at end of file diff --git a/datasets/metadata/482307.json b/datasets/metadata/482307.json new file mode 100644 index 0000000000000000000000000000000000000000..c6f1a03c87b0625899acf6ddb67f5c8c28d8a1b2 --- /dev/null +++ b/datasets/metadata/482307.json @@ -0,0 +1 @@ +{"id": 482307, "index": 1, "name": "V1.0 (Anything-TA SD 1.5)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-03T04:46:44.853Z", "availability": "Public", "nsfwLevel": 28, "description": "Primera versi\u00f3n de Yuri Kurosu, para ser su primer training su parentesco es bastante acertado.
", "trainedWords": ["YuriKurosu", "1girl", "School uniform", "blunt", "blunt bangs", "red ribbon", "long hair", "Very long hair", "medium breast", "vintage dress \\(module\\)", "Short sleeves"], "stats": {"downloadCount": 59, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 400602, "sizeKB": 27505.2666015625, "name": "482307_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-03T01:36:26.169Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C9A41F7F", "AutoV2": "760A02B1D6", "SHA256": "760A02B1D68B198DD117C8F08F566FC335AA1ADE5E75603B703D88EF0FEAB0F1", "CRC32": "7DA3494C", "BLAKE3": "8529BDAF11DDD73075E1D87CFCBD7109DDA0FB193FBED8D455AA44896D529627"}, "downloadUrl": "https://civitai.com/api/download/models/482307?type=Training%20Data"}, {"id": 400761, "sizeKB": 36979.7109375, "name": "YuriKurosu.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-03T03:55:54.469Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "91E242B3", "AutoV2": "E0BEA4845C", "SHA256": "E0BEA4845C3C36A12E67478B7D27D1C8CB065416302399F73F18A176486C5D5E", "CRC32": "707D5F86", "BLAKE3": "D63204B1CB5CA19E299A5F8E6801B3C580E8BA0E1569EC5D5B5FEEC9E432BBD4", "AutoV3": "8207265BAC80"}, "downloadUrl": "https://civitai.com/api/download/models/482307", "primary": true}], "images": [{"id": 11403052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b898fb68-1044-4129-8375-6f1acd7f4c2d/width=450/11403052.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U*FaULtRu3t6o,aisGjtSPj?M{WBSNj?jpfR", "type": "image"}, {"id": 11400670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35dc7a70-e774-42e1-8a04-dd4e7effde35/width=450/11400670.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UfE|rMxuuPtRpMW9g7tSNMt6j^M}IVbcV?jF", "type": "image"}, {"id": 11405966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb8fc179-57f3-4708-a396-95d9fe2d586f/width=450/11405966.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVDCA]pELmtQtDVtt8oztUbXa8e@tAe.V|bI", "type": "image"}, {"id": 11410042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdbdfd33-d7fa-405b-ba09-f113a3e36a0f/width=450/11410042.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UeFGtca0p{n.J?Rgo$W-s:s.NHogIqogxCog", "type": "image"}, {"id": 11413318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17b4daea-1d54-4fd4-a2f2-b5c12dee61fb/width=450/11413318.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UgH3R7yEysW?J=X9s;WBohjIIpofNMaxxZbH", "type": "image"}, {"id": 11490167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/855ad86a-1c62-408d-a96d-7aaa83eb1755/width=450/11490167.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U9Jb4_4VQ6K20c0L_LEw2ZM^^5D$z@XUDRxc", "type": "image"}, {"id": 11496510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2beec628-4ff8-4e51-9d06-c290143ffe9d/width=450/11496510.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UNKAvR~ptQ%217?Zbvt3KGt7%LbbVLRkw]M|", "type": "image"}, {"id": 11496511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca9ea84b-fcf7-46b9-82eb-aec8f46ca932/width=450/11496511.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "URKT;]~oXS%24:%Lt7oeEmRU%2WV$eV@adWC", "type": "image"}, {"id": 11496512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/855b0f47-8b83-42a8-a72b-66f07d449182/width=450/11496512.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UPJtYg~p%g?HYj-;%g%10L$%-oay?Hxa$*of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/482307", "modelId": 432952} \ No newline at end of file diff --git a/datasets/metadata/482516.json b/datasets/metadata/482516.json new file mode 100644 index 0000000000000000000000000000000000000000..0ed2e6c9e95293ddab19312eb40257a30149bf1e --- /dev/null +++ b/datasets/metadata/482516.json @@ -0,0 +1 @@ +{"id": 482516, "index": 0, "name": "bigpp_semiReal", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-22T02:17:49.550Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 158, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 438902, "sizeKB": 36980.0390625, "name": "bigpp-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T02:05:48.596Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "086DF3C0", "AutoV2": "FACA202EE5", "SHA256": "FACA202EE517DFE297E9665B67BEFE8E22F5E4E183A9EC8B45F57ABEB4FC0EE9", "CRC32": "92E92C0F", "BLAKE3": "22F528DB8E57F6CD194CC05841EF25194FF2AE5402A86254917CBCBFD8667C26", "AutoV3": "F07F214064CC"}, "downloadUrl": "https://civitai.com/api/download/models/482516", "primary": true}, {"id": 400806, "sizeKB": 11208.0078125, "name": "482516_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-03T04:41:06.635Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "768E60B8", "AutoV2": "80D8D87C3F", "SHA256": "80D8D87C3F0FFB1974769EEB35C583CF1EA5C11529F41521EFFFD0892EC5DA09", "CRC32": "93C5639B", "BLAKE3": "FE5E8B8404A2B5F75ACD97B4840548E1BE36E89C606EA393085DDBFECD096537"}, "downloadUrl": "https://civitai.com/api/download/models/482516?type=Training%20Data"}], "images": [{"id": 13205991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccde47b9-8af2-4f25-a027-ae838392845e/width=450/13205991.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1440, "hash": "UDJG.$8|02Nx~oM|$iR-0zNH-9fk%1%1M|R*", "type": "image"}, {"id": 13206259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a53ae10-ffdd-4197-8c8a-dfad3d4adf8b/width=450/13206259.jpeg", "nsfwLevel": 8, "width": 816, "height": 1272, "hash": "UDG*Qf4:00^j~WRjxaEL5Qjb^*E2={jcxae.", "type": "image"}, {"id": 13206055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a55c73f9-a73b-41c4-b9e0-1fcb1a3c6549/width=450/13206055.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1440, "hash": "UGJ7L0-o0L={~pWCxGs.58fQ$%ofxuxtWVtR", "type": "image"}, {"id": 13206155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f279e08a-3a1f-489f-bf22-aa7ab98d209b/width=450/13206155.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1440, "hash": "U8IW[%IV0ftk?usSE2%L020f}@RjR79tn$E1", "type": "image"}, {"id": 13206022, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddbc734c-9c43-402d-bafe-8bb580b7821e/width=450/13206022.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1440, "hash": "UEI;FzIV9]0f_MD*oyxDXlwJ$*M|^jWBV[IV", "type": "image"}, {"id": 13206013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01954d63-0865-4838-93f2-7b25983dee0f/width=450/13206013.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1440, "hash": "UEJt0Z?a0z-:_M%1%1={AG-o=xt6~VtQWBRj", "type": "image"}, {"id": 13206255, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e2f2564-5ed1-42ad-9615-75cdfa0c0ae1/width=450/13206255.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1440, "hash": "UEF#XTt70L%M0fs.-Uxa01xF$%E2~VNGM{X8", "type": "image"}, {"id": 13206138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d91f649-04bd-49e0-932b-388fc9aa29ee/width=450/13206138.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1440, "hash": "UCH-S-~WJkxt%f%LIVoI9u%2s.9as:t7ELE1", "type": "image"}, {"id": 13206032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8103440-ef15-435e-bd44-6a87ecf33192/width=450/13206032.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1440, "hash": "U8FN-t0L9[Na~B9u-Vxu0M={=yxa58={EMe.", "type": "image"}, {"id": 13206150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae2437a1-c86c-48ee-bc04-bc592e829782/width=450/13206150.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1440, "hash": "UAF#zIsm4:-;9ZIoD*%M~Uf5%2W=xaxtoeRj", "type": "image"}, {"id": 13206016, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b3801ec-effe-483e-a826-418ab6ee7b4c/width=450/13206016.jpeg", "nsfwLevel": 8, "width": 848, "height": 1280, "hash": "U3C=h~~ByXOXNGt6-pWV009t}t-U0L9a^Q=|", "type": "image"}, {"id": 13206256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4d2853b-fa39-43c5-95a9-3c3f7a4d9959/width=450/13206256.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1440, "hash": "U7FOGt^201x]0-IA={Xm0M56~Bw^=|Na57$g", "type": "image"}, {"id": 13206257, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f07af8ac-8fe2-47b6-b7b0-0d8c5774826e/width=450/13206257.jpeg", "nsfwLevel": 8, "width": 816, "height": 1272, "hash": "UDGazr?G0zV@JDNG-VNG%g%1^kNH~CxaNHWC", "type": "image"}, {"id": 13206258, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a22116b5-8f78-4aaa-a961-6e6b2f8155ec/width=450/13206258.jpeg", "nsfwLevel": 8, "width": 816, "height": 1272, "hash": "UCH^*I4.0M~BEhE1xakW0fM|xu57^jj[IoV@", "type": "image"}, {"id": 13206260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e8e13ce-d30e-4ad4-a946-75c0fac5f84b/width=450/13206260.jpeg", "nsfwLevel": 8, "width": 816, "height": 1272, "hash": "UBI|aq010zV@o|57~Bjb0fI;={IpNGt6RkE2", "type": "image"}, {"id": 13206262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f62e23b4-54a1-4159-9077-e03e45f61913/width=450/13206262.jpeg", "nsfwLevel": 8, "width": 816, "height": 1272, "hash": "U9F;j3570z^j?GE2=y-o0fWB={Nt}@oL9uI:", "type": "image"}, {"id": 13206261, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d561692-552d-4688-8f58-1e6bd01295b9/width=450/13206261.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1440, "hash": "UPG*NUaKE2oe~VniR*WB9uae$%R*9u%2xZae", "type": "image"}, {"id": 13206488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1598f6d-70b4-4b85-8311-84dca7de71e2/width=450/13206488.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1440, "hash": "UDGkRR~W0LRPKPS5s8xtEjNHwIxas:E1M{t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/482516", "modelId": 433149} \ No newline at end of file diff --git a/datasets/metadata/482522.json b/datasets/metadata/482522.json new file mode 100644 index 0000000000000000000000000000000000000000..861409b07324469ecb6bea2ec0426bb60ea10b4b --- /dev/null +++ b/datasets/metadata/482522.json @@ -0,0 +1 @@ +{"id": 482522, "index": 0, "name": "Urushihara_style-V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-03T06:33:48.345Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 425, "ratingCount": 0, "rating": 0, "thumbsUpCount": 59, "thumbsDownCount": 0}, "files": [{"id": 400936, "sizeKB": 223117.65234375, "name": "Urushihara_style-V1-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-03T06:25:44.622Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "843D9F40", "AutoV2": "26BF5CB5D4", "SHA256": "26BF5CB5D4340EC00EC039D9E44899042CDEB250C4A40CED33A75F53EBAF1B91", "CRC32": "9EEB5805", "BLAKE3": "6B7A8BD5B688A6EDED69B39B4A58F02773EBF3FB77CB5E944E2786A8CF234A75", "AutoV3": "034CF88553B7"}, "downloadUrl": "https://civitai.com/api/download/models/482522", "primary": true}, {"id": 400826, "sizeKB": 205203.994140625, "name": "482522_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-03T05:05:41.971Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0F1A205C", "AutoV2": "8AF3F082E8", "SHA256": "8AF3F082E8C0251A787E777A29912EC3F2DB57D66051AC30D97574702C8590D5", "CRC32": "50E2FE04", "BLAKE3": "7E2868AAE43D4AF9E4153F0DFDA0AFD89BFE9D8E279C3B971190AF60F18C3F11"}, "downloadUrl": "https://civitai.com/api/download/models/482522?type=Training%20Data"}], "images": [{"id": 11403800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac856a13-5fc2-402b-b88a-fc0e7e829344/width=450/11403800.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UTKmw$-o~TRQ-oj[^*ofBDtRRQbF58R+RPt5", "type": "image"}, {"id": 11403801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcd1ae80-4487-457c-83d6-0e9e39cdc2b5/width=450/11403801.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UFIN~-IT.T?b8{V?NGWBRP%LDiE1s:WBR+oK", "type": "image"}, {"id": 11403802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1dc99be8-e200-491b-b27e-021501ae6ced/width=450/11403802.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U4J7H;9u?^]*00E1^+%L00xu00EL^4M|~A9t", "type": "image"}, {"id": 11403821, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a73081e4-e2d4-4c67-a93a-5d22dbd51153/width=450/11403821.jpeg", "nsfwLevel": 16, "width": 920, "height": 1536, "hash": "UDMi==-o7h%MVYj]K5a|0fj[~Bt6-Ut7I;bH", "type": "image"}, {"id": 11403823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b05f67d-068f-4cb2-99ae-86980a7f2011/width=450/11403823.jpeg", "nsfwLevel": 16, "width": 920, "height": 1536, "hash": "UGM~;1~W0z~B9b-pNFnh0fkB=_oftQ%2s.R+", "type": "image"}, {"id": 11403822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1c17a48-e36f-451f-953a-92367f0da923/width=450/11403822.jpeg", "nsfwLevel": 16, "width": 840, "height": 1408, "hash": "U9M?Vi9F0$NHqv#7_3I:00IVb^~V~C9ZxuOY", "type": "image"}, {"id": 11403825, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c139f73e-26e4-460d-9813-fbb75192eeeb/width=450/11403825.jpeg", "nsfwLevel": 16, "width": 920, "height": 1536, "hash": "UDMj8c-7Bq~B8xxa=^9G00nN}q$fNH^i%2EM", "type": "image"}, {"id": 11403824, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ad51ba3-5a0a-4d54-acbe-c8a28dc2b42b/width=450/11403824.jpeg", "nsfwLevel": 16, "width": 1072, "height": 1792, "hash": "UBN]CGxa00%19wIo0KRP4oR*^Mn~?^WCM_R*", "type": "image"}, {"id": 11403827, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ecbf5a7d-d6c6-4dd7-9c4e-e798bcc76198/width=450/11403827.jpeg", "nsfwLevel": 8, "width": 640, "height": 960, "hash": "UXMjEvt7OZX8.Taf-;og%gRjWBW;%MayE1Rj", "type": "image"}, {"id": 11403828, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4da86c83-3c61-40c3-973b-f334e673ae54/width=450/11403828.jpeg", "nsfwLevel": 16, "width": 768, "height": 1280, "hash": "U9OCEV-p00-n5XIp00RP00Rj^Jnh?^S4E1NH", "type": "image"}, {"id": 11403826, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a37b1546-57f6-4253-bb61-4af126670d4a/width=450/11403826.jpeg", "nsfwLevel": 16, "width": 768, "height": 1280, "hash": "UFM7r#~q_N~q~q?b?b-;00Rj_3WB~qM{%Mxu", "type": "image"}, {"id": 11403831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62e2af2f-17d6-478a-a59a-06a9a7649a6e/width=450/11403831.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UME.bA9t9t~VE1%MxYkD4:n$%29G4:V@IUsp", "type": "image"}, {"id": 11403830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e18c6ba7-106c-4596-957b-1fdac750f72a/width=450/11403830.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNG8v9E2E2D%~VRj4nS4^+IpbIM{IUM{%1Rj", "type": "image"}, {"id": 11403829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5a8d76c-2158-458c-a1c7-fcace6fc2fb1/width=450/11403829.jpeg", "nsfwLevel": 1, "width": 640, "height": 960, "hash": "UKGRh*E20L9G_1t64-Iq~AE2bxad4:NG%1M|", "type": "image"}, {"id": 11403832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00a5ee05-2e45-416b-a695-87d38696f723/width=450/11403832.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHE_{w5657~B57?H$*kX4:s.?H9Z4.oLIVog", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/482522", "modelId": 433153} \ No newline at end of file diff --git a/datasets/metadata/482580.json b/datasets/metadata/482580.json new file mode 100644 index 0000000000000000000000000000000000000000..8bf16d55ca0bced3f91d5f00b52554f0ea56c727 --- /dev/null +++ b/datasets/metadata/482580.json @@ -0,0 +1 @@ +{"id": 482580, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-03T05:25:31.965Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 221, "ratingCount": 0, "rating": 0, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 400858, "sizeKB": 22262.34765625, "name": "Minami_Ayaka_Shuusaku-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-03T05:27:12.967Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0AB7DB35", "AutoV2": "0BBB5EB025", "SHA256": "0BBB5EB025B18DC56F7CA0504272D707FEBD0255DB12D2578EBB53D741795444", "CRC32": "EAC9B15C", "BLAKE3": "F19FCF3AC21905D1139C131BA989CDD2386389CF085A1F048D816F8AD29168E8", "AutoV3": "CF5B655263E0"}, "downloadUrl": "https://civitai.com/api/download/models/482580", "primary": true}, {"id": 400859, "sizeKB": 52017.013671875, "name": "Minami_Ayaka_ShuusakuV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-03T05:27:22.491Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CD39FBFD", "AutoV2": "C86E2303DA", "SHA256": "C86E2303DAEBD345D008FECA0EF5F7469EDC79CDD552CE37F6656F44A5F2D50D", "CRC32": "2521C49F", "BLAKE3": "BA1282DA7A813905300BB45CE9B389BB44ECA7C67EECD51FC6A7B0050D9FD035"}, "downloadUrl": "https://civitai.com/api/download/models/482580?type=Training%20Data"}], "images": [{"id": 11399969, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5edb9ae-7ff3-4a08-8be4-f6ff581b4ca5/width=450/11399969.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDFrq_WB00t7zoa{yDt700oe~AWBO]WBVrj]", "type": "image"}, {"id": 11399970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22d9d6e6-f216-452e-91bc-9e60ac5f418e/width=450/11399970.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDFrq_WB00t7zoa{yDt700kC~AWBO[WBVrj]", "type": "image"}, {"id": 11400361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a10b77ed-b87a-47a1-a66c-1fd56a48ba3c/width=450/11400361.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOE{b9~qo{xu-B%ME2kWRPRP%MxuE3WBaJM{", "type": "image"}, {"id": 11400616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/561b4695-6009-41fc-a520-5ad7673b6b38/width=450/11400616.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHGR#i%L^I$M00WV00NG=_E1S%xasSsl~p-:", "type": "image"}, {"id": 11401159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9214e41c-1cbf-4826-b40e-60be9232c33e/width=450/11401159.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKPYSaV}}I-Tq]IU#Sxv00og%fR%.8sqrXS0", "type": "image"}, {"id": 11401525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b326d39-f1af-424c-aa08-55efc970ad76/width=450/11401525.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKO2{pv}0J~WInRQ^+M|D$spx]s:9ZWXx[xt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/482580", "modelId": 45965} \ No newline at end of file diff --git a/datasets/metadata/482668.json b/datasets/metadata/482668.json new file mode 100644 index 0000000000000000000000000000000000000000..b50cade6ee1bce035083d58962db99d61cff3dbb --- /dev/null +++ b/datasets/metadata/482668.json @@ -0,0 +1 @@ +{"id": 482668, "index": 0, "name": "Julia Volkova", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-03T07:28:29.996Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 44, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 400950, "sizeKB": 23824.4658203125, "name": "482668_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-03T06:40:59.704Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AFA2FAC7", "AutoV2": "BCFA6F6C45", "SHA256": "BCFA6F6C45F46457D16A8658750527A81C5EBE1F3CA8040FE871795890C9D46E", "CRC32": "DD3D2EFD", "BLAKE3": "648716A06FEA24DAAC583EF7E892C2AC0D16144F80B156D9513920A17C77D06C"}, "downloadUrl": "https://civitai.com/api/download/models/482668?type=Training%20Data"}, {"id": 400991, "sizeKB": 223106.50390625, "name": "Julia_Volkova.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-03T07:26:36.221Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BEEF4BB4", "AutoV2": "EF922BECFA", "SHA256": "EF922BECFA220416414E6208E46B1273E29FECD0BBD783FB29422A4D3259C504", "CRC32": "9F684EB6", "BLAKE3": "ECDA69304C361F1746191CE2E3E6BCD20164BBCD9A12F9A12CB9A6DECBB40216", "AutoV3": "14BA6FCD8A25"}, "downloadUrl": "https://civitai.com/api/download/models/482668", "primary": true}], "images": [{"id": 11407758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f56efee7-798d-47c0-8ba2-8cc0e754da7a/width=450/11407758.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8F#t9+?3F0000NGibEg00X9-6?HI;E2?H~B", "type": "image"}, {"id": 11406850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94e8ecd1-b043-4eb2-9ee4-ff3007784f2e/width=450/11406850.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9E{On~V9FXls;4oxt.80KJB00IUtR?HInM_", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/482668", "modelId": 433288} \ No newline at end of file diff --git a/datasets/metadata/482760.json b/datasets/metadata/482760.json new file mode 100644 index 0000000000000000000000000000000000000000..b1b4fda9cda6011a9245f33d917aaa3a3597c6a5 --- /dev/null +++ b/datasets/metadata/482760.json @@ -0,0 +1 @@ +{"id": 482760, "index": 0, "name": "v5.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-03T07:59:06.117Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 263, "ratingCount": 0, "rating": 0, "thumbsUpCount": 36, "thumbsDownCount": 0}, "files": [{"id": 401026, "sizeKB": 22264.50390625, "name": "Kaori_Maejima_Shuusaku-KK77-V5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-03T07:50:51.000Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "07937F3A", "AutoV2": "7E5C5392C0", "SHA256": "7E5C5392C034BA3A4651317FC8FC268C5A9BD86A75476750DFBFE6EE943255C1", "CRC32": "7CFF0E6A", "BLAKE3": "DD7A85F7053C6C02E5EB74264F07B2AAD238C5E8BA3D36C03D62397BC02AEEB9", "AutoV3": "CFE1458F3E04"}, "downloadUrl": "https://civitai.com/api/download/models/482760", "primary": true}, {"id": 401027, "sizeKB": 56072.3115234375, "name": "Kaori_Maejima_ShuusakuV5.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-03T07:51:15.718Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "691D3E52", "AutoV2": "F358186E45", "SHA256": "F358186E453BB8AE0FCAC6981C010A8869C41E7009C983C263F2C401E0ACA012", "CRC32": "E85C498C", "BLAKE3": "C2055869110BE57C2A5D433EC03DE2D75F24BD8B6098512F8E38472B63A93FF8"}, "downloadUrl": "https://civitai.com/api/download/models/482760?type=Training%20Data"}], "images": [{"id": 11410030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c16df7a-c136-4cbb-98d3-57e5e193050b/width=450/11410030.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXPO;y$*-@xt-pjFs:jY+~V?w}f5tlk9WAj=", "type": "image"}, {"id": 11410031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/850efbce-e6a1-4bdd-a13f-cf4adc3fc900/width=450/11410031.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXPO;z$+-@xt-pjFs:jY+~V?w}f5tlk9WAj=", "type": "image"}, {"id": 11409595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1eddeed0-06ab-48e0-8140-898e29df944b/width=450/11409595.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UXM$;,Rj-o-o~UXQIqSgD*R*$*xa%MNGRjbb", "type": "image"}, {"id": 11410412, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5709a0f0-962b-45b2-90a0-3aaa63eb149f/width=450/11410412.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVM@AZRiEMs:?7IBx^MyS5t7%2Rk_NxtRks.", "type": "image"}, {"id": 11412513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba8de34a-daf2-43d5-8b86-8166e3e4a386/width=450/11412513.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UFM7DQ0P0000vwIV~qV]w]MxJD?vOYM|aKoc", "type": "image"}, {"id": 11412741, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfc090d5-d30b-4a57-b7f7-c801cbcdcb12/width=450/11412741.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UIM?}0s?00nmRK4p.SWF4.njt2oc?^NGR5tQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/482760", "modelId": 40252} \ No newline at end of file diff --git a/datasets/metadata/482772.json b/datasets/metadata/482772.json new file mode 100644 index 0000000000000000000000000000000000000000..6e1884fe1f81a56c6420a28740dcfc9f1e9baa02 --- /dev/null +++ b/datasets/metadata/482772.json @@ -0,0 +1 @@ +{"id": 482772, "index": 0, "name": "punishing gray raven style", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-05T16:48:26.590Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["pgr"], "stats": {"downloadCount": 100, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 401037, "sizeKB": 18924.5, "name": "482772_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-03T08:00:44.886Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3873C35A", "AutoV2": "5B82344342", "SHA256": "5B82344342912509AF15AC01F36501160875F3D1F9F5CF47A9C303FB1BE79A18", "CRC32": "52F1A139", "BLAKE3": "92FC01179A05752C5DE5964E8F8C310C49FB512B54C737AD4A458220C1D81DEA"}, "downloadUrl": "https://civitai.com/api/download/models/482772?type=Training%20Data"}, {"id": 405064, "sizeKB": 223118.06640625, "name": "punishing_gray_raven_style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-05T07:21:22.165Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "999DEAB1", "AutoV2": "C980CB7E19", "SHA256": "C980CB7E192DA568CD350B81478EEFC54777FCE81489419DA2866AE3EF6606E3", "CRC32": "4BBE0309", "BLAKE3": "BAF40A64A74B7BC05EC19FD1929FA2237A5EBA88418F58924645F7B5EA535C85", "AutoV3": "DD01B4D63CD9"}, "downloadUrl": "https://civitai.com/api/download/models/482772", "primary": true}], "images": [{"id": 11616600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db76c6fc-7605-4e98-85da-e19c9eaa49f7/width=450/11616600.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UdGc1HD%xtjElCRkxtM{S%WBROoyM|slt6WB", "type": "image"}, {"id": 11616629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d43fb4a2-c038-4648-8fe5-cf42db367838/width=450/11616629.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UEC?v5Vr9Z4n?wRPM_IUo~%MROog.8kCROR*", "type": "image"}, {"id": 11617047, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a7b1874-bcc1-444c-a265-c1c831ecd9a3/width=450/11617047.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UJEyrgI90e?wS7ITMwa#.88_oI%gR%t7%1oz", "type": "image"}, {"id": 11617657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bd1644e-ea42-4b49-855e-1314139947c6/width=450/11617657.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UGECF4~U0g4.==%19aIWo#?H%L9aNGs+%1Rk", "type": "image"}, {"id": 11618118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4388756-fae2-434c-b22d-cd0cb53e97ca/width=450/11618118.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UgI=ALS5?v-;~pWXxuxuRiIUocazt7aet6of", "type": "image"}, {"id": 11618523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56e130fd-4801-4f6a-8fe0-d66865e85bb4/width=450/11618523.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UMH_3$4;R5_1~VRkD*%MI;n~9aNII?V[s;t7", "type": "image"}, {"id": 11613312, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/717adf8e-8689-4ccc-bb21-885a7fbe5a73/width=450/11613312.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1536, "hash": "UJHBSf4:0J~p^$4:E1tQ%KD%%Mx^-:r=s.tS", "type": "image"}, {"id": 11613313, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/243474fa-eb8b-4596-97c5-ee42a2221833/width=450/11613313.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1536, "hash": "UDI3EsRk:k}r^iNI0Nxt$LxFx[EM03t6%MRQ", "type": "image"}, {"id": 11613319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/674e25b7-e523-4f15-ba90-6b8c033681e0/width=450/11613319.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1536, "hash": "U9D8@6HX0M-p_4ITE1x[0N0|_2wbOFIn^ksT", "type": "image"}, {"id": 11613323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52eb0795-299c-48b6-a1b3-a264908227c8/width=450/11613323.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1536, "hash": "UGGvL-_M*0%M?c_2tmtRVsIURPt6%$x[ayof", "type": "image"}, {"id": 11614336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2f6e1eb-8cad-4a1e-94bd-c12a33ae4d4e/width=450/11614336.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UQGlP3~qIUIV_3oJ4nIUWUt7IURjxuozofM{", "type": "image"}, {"id": 11614354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21e598de-c7ea-4558-8cbc-91e40be8b4af/width=450/11614354.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UWM%l.D*_N-;tRRj-;s,yDayV@of?bofWBt7", "type": "image"}, {"id": 11614546, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/563196f2-9a84-4e50-ae27-48b1e8952b5c/width=450/11614546.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UZLz:L4o_N?b-;xuxuRjNGRiMxWB?bofxut7", "type": "image"}, {"id": 11614939, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25bdd40f-28cb-4f95-af3a-617006de8975/width=450/11614939.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U9IWQEl88w}r-=#q9u,:1f0M5R%zSd0f}[_3", "type": "image"}, {"id": 11615148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e45a1441-66ef-4db5-9d54-9772c36ec174/width=450/11615148.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UACsXTMd9W?^R6DjImx]_MM_s:-=EK9Y-qxb", "type": "image"}, {"id": 11615152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a491ccf-0679-49ff-8b90-280f94fbd6eb/width=450/11615152.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UIE3#l4T0K_4Tfrv8_bYT_VaR5xt?^IUxc-:", "type": "image"}, {"id": 11615692, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3348a3e8-1ed4-4034-a5cc-1c79671bc920/width=450/11615692.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U5BWV#JB00t-yFDjXm_3kqHrD%cE4n9F~Coz", "type": "image"}, {"id": 11615723, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc38f95d-5907-48e0-a978-a69c85bbe953/width=450/11615723.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UNCGZ5IU9G%M_NR*E1xubwRjoJt7%NM_ofof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/482772", "modelId": 433388} \ No newline at end of file diff --git a/datasets/metadata/482946.json b/datasets/metadata/482946.json new file mode 100644 index 0000000000000000000000000000000000000000..66987832a542d873e4d010e487117e480f5ce9f7 --- /dev/null +++ b/datasets/metadata/482946.json @@ -0,0 +1 @@ +{"id": 482946, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-03T10:41:51.197Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 213, "ratingCount": 0, "rating": 0, "thumbsUpCount": 38, "thumbsDownCount": 0}, "files": [{"id": 401201, "sizeKB": 46109.990234375, "name": "Shuusaku_KKSTYLE.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-03T10:36:17.617Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4D9C793B", "AutoV2": "10E6736DE4", "SHA256": "10E6736DE410B59AA573F4AE148B3E078F5098C78F44FF08BAE337C0B9E5FDD7", "CRC32": "C4B99E30", "BLAKE3": "4629106B68B1DBC95BB070CADA82395C6CB402DC65D80573D46316DD4E6E5C34"}, "downloadUrl": "https://civitai.com/api/download/models/482946?type=Training%20Data"}, {"id": 401197, "sizeKB": 22258.05078125, "name": "Shuusaku_KKSTYLE-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-03T10:36:52.718Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "284339E5", "AutoV2": "EA2EC660A7", "SHA256": "EA2EC660A7D003FF9A55CE022BEC1424CD903F9E249BC042A88AD770FC9DDED5", "CRC32": "38C6F914", "BLAKE3": "30C3973791449FF05AC26C99BD8046B176B5CD68B52683926218EAEEEEF4F8FD", "AutoV3": "1538552DBAC8"}, "downloadUrl": "https://civitai.com/api/download/models/482946", "primary": true}], "images": [{"id": 11417661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efaef51e-c891-41ad-8cf0-84f91081fbb3/width=450/11417661.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHPi3R00TOIA.SDiEKIU;K$$m-en?vnPVZr=", "type": "image"}, {"id": 11417662, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e72eb2f6-61f0-4044-805b-380da2a2a537/width=450/11417662.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIPi3R00TOIA.RDiEKIU;dxYm.aK.SnPVZr=", "type": "image"}, {"id": 11418130, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9ac4288-5f4e-4077-8755-f1bbad1d495a/width=450/11418130.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UUOV.RVY?wIUT_IUxuR+D%NGxZt7s8R+M{t6", "type": "image"}, {"id": 11418666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bd62179-ba01-4dfb-a063-4a6c38a0c247/width=450/11418666.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPO2:X8_5Yxvy=IAXnXRDjWExtxb%2jXIVX9", "type": "image"}, {"id": 11419579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1e49f67-2f19-49b6-a0f8-d90124e7c840/width=450/11419579.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTMY+~~WS+%M_3x^S7o}0xxuozogiJV[X5sA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/482946", "modelId": 433561} \ No newline at end of file diff --git a/datasets/metadata/483287.json b/datasets/metadata/483287.json new file mode 100644 index 0000000000000000000000000000000000000000..42f98270abbec3b7f5afe79a592188c2910faf97 --- /dev/null +++ b/datasets/metadata/483287.json @@ -0,0 +1 @@ +{"id": 483287, "index": 0, "name": "Hulk 2003", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-03T19:18:37.666Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 54, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 401521, "sizeKB": 238527.5703125, "name": "483287_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-03T14:52:19.546Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "63190FF9", "AutoV2": "047A1E6389", "SHA256": "047A1E63898799A8E1D22571DEF76130939FF6888CAAFA341AC53F49EB219FC7", "CRC32": "1ED92E04", "BLAKE3": "476578B664432BEDABDDF7BB492538E7802A4C910DC3E70A2CFFD2DCAB51DB5B"}, "downloadUrl": "https://civitai.com/api/download/models/483287?type=Training%20Data"}, {"id": 402053, "sizeKB": 223101.62890625, "name": "Hulk_2003-000028.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-03T19:21:37.123Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B01E565C", "AutoV2": "FD11B0E20C", "SHA256": "FD11B0E20C12F192A67B802CA93658890415377F57BA731B25D269D3C51F4C0C", "CRC32": "28A5899F", "BLAKE3": "D25263D466199F81E14D7629BC181FAD1D11309F2B05FEACB71E136CC80A7555", "AutoV3": "5C3A3283288D"}, "downloadUrl": "https://civitai.com/api/download/models/483287", "primary": true}], "images": [{"id": 11451092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f37f6ae5-581c-4fcc-a9ff-2be94d11b46d/width=450/11451092.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U48qH9aK~Boy?ZWBD*of^kxtNHoLa2oytQRQ", "type": "image"}, {"id": 11451093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1092a6b-807d-463d-84f0-b782914d3400/width=450/11451093.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U026N4?;MRIFDrN1M#V]DTM#RjWBn5s+%s%u", "type": "image"}, {"id": 11451094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b830ee4-5ba9-49db-aea1-aaff4514b19a/width=450/11451094.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UA7-.w%x?wes?dV[%5e?r|jJogofMyV]Riox", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/483287", "modelId": 433866} \ No newline at end of file diff --git a/datasets/metadata/483861.json b/datasets/metadata/483861.json new file mode 100644 index 0000000000000000000000000000000000000000..5b483f1648c94293e26370a1bf4bf25a619f4d73 --- /dev/null +++ b/datasets/metadata/483861.json @@ -0,0 +1 @@ +{"id": 483861, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-03T22:07:15.881Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 207, "ratingCount": 0, "rating": 0, "thumbsUpCount": 51, "thumbsDownCount": 0}, "files": [{"id": 402066, "sizeKB": 64071.544921875, "name": "483861_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-03T19:31:54.903Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "487CF2F6", "AutoV2": "FB3D662E10", "SHA256": "FB3D662E10305DA417CD577069F38EBD7903160C6B188C04E99464AE5F4725D5", "CRC32": "DD0EF8A3", "BLAKE3": "110BCFA503A2D8C174A889FBA2BBD0F5485E8098E4DB9ADD5B7B1E29A3EC3962"}, "downloadUrl": "https://civitai.com/api/download/models/483861?type=Training%20Data"}, {"id": 402268, "sizeKB": 223106.87890625, "name": "Draft_Horse_Lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-03T21:21:59.297Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "419133E0", "AutoV2": "26B13E3090", "SHA256": "26B13E3090DB72B25D6985AF8C2F0DCB346648E6C5A3E82FC4165E0560C3B369", "CRC32": "62E00692", "BLAKE3": "7473B0A2B939B54763B646EE15328A4330D21A0EBBF38B9A29DDA91FCAED8C63", "AutoV3": "7A0A8F3F5CFE"}, "downloadUrl": "https://civitai.com/api/download/models/483861", "primary": true}], "images": [{"id": 11461631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6cb8df2-e1ea-4eff-bcd8-6cfbd7ed43ab/width=450/11461631.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U8Jt#i?bM]VX00%g9u~W0fkB0zNH0000E1E2", "type": "image"}, {"id": 11461634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de745dd5-97f4-4ac5-9395-85c8fa8193cc/width=450/11461634.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UKJREjxu9xWX9vj[^+WBIVWB-;s:~pR*9Fxt", "type": "image"}, {"id": 11461632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bee6978-ce8a-4dbc-a55c-1a9d6c771354/width=450/11461632.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UDNJ%q?b.9E0u4Dh_N4oxa9F-poe_3?aRPD%", "type": "image"}, {"id": 11461633, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae81a000-d909-4f25-9320-9a4a956539de/width=450/11461633.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UKHd~i~V*0KPNbIA-:Ipo}R*R5e.ROIpIpxt", "type": "image"}, {"id": 11461768, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58dbd72a-feae-4464-b9a1-978e34f1c7ea/width=450/11461768.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UFH_oXNf.9%K58^*-;9b-;IUIURP~WM{Ioxt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/483861", "modelId": 434393} \ No newline at end of file diff --git a/datasets/metadata/484118.json b/datasets/metadata/484118.json new file mode 100644 index 0000000000000000000000000000000000000000..d21298e87e6f9f4a91e0c94e900ee08d84e033b8 --- /dev/null +++ b/datasets/metadata/484118.json @@ -0,0 +1 @@ +{"id": 484118, "index": 0, "name": "Sewim", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-06T10:53:45.512Z", "availability": "Public", "nsfwLevel": 28, "description": "shorter hair, more loyal to uploaded face,
", "trainedWords": [], "stats": {"downloadCount": 32, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 402392, "sizeKB": 223104.17578125, "name": "Sewim.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-03T22:55:47.181Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0C9D8835", "AutoV2": "752D7FB79A", "SHA256": "752D7FB79AFF0993F4D1633E16C9D68AA092682EB4A3C558875F27EA07D3607E", "CRC32": "11A91C46", "BLAKE3": "E767CDB2697ED06A4ED9BCE59F14C924AA113E81DD207A2905005FAB2537A0F7", "AutoV3": "80A4871B840A"}, "downloadUrl": "https://civitai.com/api/download/models/484118", "primary": true}, {"id": 402320, "sizeKB": 23314.837890625, "name": "484118_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-03T22:01:30.241Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "378663EE", "AutoV2": "F803FA1243", "SHA256": "F803FA1243A9345D2D20AE6D9F97E760D5049A3820D8FD1D8E04311F03656C05", "CRC32": "2377F017", "BLAKE3": "2A2DA029DDEFF54A0E2A3993D7855E6DC411111AF3241A96FEE8F6507C63FDA0"}, "downloadUrl": "https://civitai.com/api/download/models/484118?type=Training%20Data"}], "images": [{"id": 11464854, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68db5abe-f7a8-4bf2-a2ce-6a6606c79e90/width=450/11464854.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UeLXV#D%~q?bWBofM{WB%MofWBof%Mofj[ay", "type": "image"}, {"id": 11465709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc87ff15-5c96-45cf-ba7f-24704f134fd1/width=450/11465709.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USECnb-=K7n}?dxbbwR*OZxvxDaeSMX8n$sl", "type": "image"}, {"id": 11465968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46a5952f-2532-4e17-8a6a-377590834f15/width=450/11465968.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UeONB]IU~q-;RkWBM{Rjt7j[WBt7-;t7WAWB", "type": "image"}, {"id": 11464856, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8360282c-3f85-4729-a4c7-2d6026ade8b8/width=450/11464856.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U39Zcb?a00Md%JWVX9jF00rr~BFe0fni=xS~", "type": "image"}, {"id": 11464855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c748b5d6-f716-4665-b3fb-34db9305850b/width=450/11464855.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMEM8:?Ho~?b_4kCxv-;oft7%M%ME1W:RPR%", "type": "image"}, {"id": 11465710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ab7dbb1-f23b-4427-b87f-a80980fa8b7e/width=450/11465710.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UcJuAaIU~q%Mt7RjM{j[%Mofj[Rjj[j[WBt7", "type": "image"}, {"id": 11465969, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81679b68-0d6b-4b92-a69b-7b9da12d0f39/width=450/11465969.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UjIhgTIU-;jr~qRjt7ofxuj[soR*soj[jsWV", "type": "image"}, {"id": 11465970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99e7d7ae-cf4c-48d7-9e02-95a94f415da1/width=450/11465970.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UBAdm9%c0d4T%AtTS%S+00M_}@%gT0RjVung", "type": "image"}, {"id": 11465740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c6d2138-4b2b-42a7-9f7f-f16bdb5c3b9d/width=450/11465740.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEBDpQ.A5qyY~pozOZ.84-IT#%%0IURjnhaK", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/484118", "modelId": 434629} \ No newline at end of file diff --git a/datasets/metadata/484236.json b/datasets/metadata/484236.json new file mode 100644 index 0000000000000000000000000000000000000000..1d8c125e7e244bf5d7699d1c68b6bc45538142c6 --- /dev/null +++ b/datasets/metadata/484236.json @@ -0,0 +1 @@ +{"id": 484236, "index": 1, "name": "Berry", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-04T07:32:56.871Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 61, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 402438, "sizeKB": 10199.3037109375, "name": "484236_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-03T23:41:21.146Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "12AC53D5", "AutoV2": "CACD49EEF2", "SHA256": "CACD49EEF2AF2CE6F75C6E05182924D4DF55C3E2B2258B3784D76FF9087298E4", "CRC32": "72E30C7A", "BLAKE3": "323347F22E9FCE8FBA9D6A7CBFFFD37B78A942BE45C467E34541FCEA6E9BC40F"}, "downloadUrl": "https://civitai.com/api/download/models/484236?type=Training%20Data"}, {"id": 402932, "sizeKB": 223103.90234375, "name": "Berry-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-04T06:10:57.850Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1C5E7974", "AutoV2": "3F68A7EDFB", "SHA256": "3F68A7EDFB494776F35DBF15DDA7ABD4BE7E602A4FE41F2EC85D7C247DAD9AED", "CRC32": "ACB715AB", "BLAKE3": "F754A36DE0EFBCFF5C7FB7327310A371BE86AC1B6618A6AA7D9C8701664AFA91", "AutoV3": "9501753F76DD"}, "downloadUrl": "https://civitai.com/api/download/models/484236", "primary": true}], "images": [{"id": 11495532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc21d445-aa70-489e-9c5c-4a6d2c4c89eb/width=450/11495532.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UJHnvtn2%Kw|x^ITNGxa~qD*IoM|OZxZsmof", "type": "image"}, {"id": 11495523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e40faaf-e435-49ce-9292-bfebe9207366/width=450/11495523.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UNI56|?btl4o*0t5NHVtD+IBM{x]KP%1aeX8", "type": "image"}, {"id": 11495531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94b6f55f-e452-4860-87ad-0a7fe96b0077/width=450/11495531.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UP9aR6WBbKt7?wj[RkoftQfkRifiaxj[WAay", "type": "image"}, {"id": 11495528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/197f975b-c0ef-40fa-ad24-c793c88c6c0b/width=450/11495528.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U99@xBj[NLtS_NofD%WBMxf6D$WBRij[M{ae", "type": "image"}, {"id": 11495524, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f57126c-5d47-40d3-8859-5171737c851d/width=450/11495524.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UA9*ARof9FM__NV@IURj-:RPIAtRMwRjRit7", "type": "image"}, {"id": 11495249, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd358a3f-7e12-4d13-aad0-af0138b9c9d8/width=450/11495249.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U4Lf,mK+vgM|00I9_M-;00VEW?I:00kW-moK", "type": "image"}, {"id": 11495525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ee71edc-1c3b-48dc-b7e9-db454e468dd4/width=450/11495525.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UEJZ+9=x02O[MgWVu6b05Tsl%1T0?vt7icWT", "type": "image"}, {"id": 11495526, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2838ccfa-35b1-457e-9c24-3d7b4d79eeaa/width=450/11495526.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UMJ7E;wc57_3_N$*s:%gSh%M-:NbE1kqE%M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/484236", "modelId": 434739} \ No newline at end of file diff --git a/datasets/metadata/484570.json b/datasets/metadata/484570.json new file mode 100644 index 0000000000000000000000000000000000000000..6a4debe9d6a70bf827273c55bb5410a56b59cf9a --- /dev/null +++ b/datasets/metadata/484570.json @@ -0,0 +1 @@ +{"id": 484570, "index": 0, "name": "Epoch 9", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-04T06:54:29.163Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["kira_yamato"], "stats": {"downloadCount": 52, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 402828, "sizeKB": 25608.919921875, "name": "484570_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-04T04:51:23.105Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "444725B0", "AutoV2": "BD74979891", "SHA256": "BD749798916C9BF58336041F6B52AEB4653C876037AA6C6EFCF9ECFA3F45AD69", "CRC32": "1FC811C4", "BLAKE3": "DF3480A4859D82B96A5E21AD51F543C7694F7F1A75AA47BE73903B8940C941A4"}, "downloadUrl": "https://civitai.com/api/download/models/484570?type=Training%20Data"}, {"id": 402990, "sizeKB": 223100.23828125, "name": "Kira_Yamato_Gundam_Seed_SDXL_Ver_4-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-04T06:57:00.279Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1F7517ED", "AutoV2": "17B9516511", "SHA256": "17B95165114DC0D4DF8987647BD23F85951EDE423FADF389FE071FA9483973B5", "CRC32": "3AEAAE11", "BLAKE3": "8A650C8FA8F2AFAE3CDFBD81A8E16E6EEC905E0066A794471171545EFBC24F51", "AutoV3": "A42FD5060D84"}, "downloadUrl": "https://civitai.com/api/download/models/484570", "primary": true}], "images": [{"id": 12026110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8f39743-d083-458f-b8cb-615915efc6bb/width=450/12026110.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UYHnBFIo%L-U}^sDnnRl%Moc%1baxuRkRjoL", "type": "image"}, {"id": 11662222, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cfe1be2-6f45-41fe-bdce-a917708fae97/width=450/11662222.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "USINN=xa58WYxcNG~B%2-WV@w|xaxbfiocs:", "type": "image"}, {"id": 11662288, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2e6d5ff-e887-425d-a51f-cb2f2313a8b2/width=450/11662288.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UTIzk=Irxb~B~E%2=|I;bwX8xZoeS~NHt3t6", "type": "image"}, {"id": 11664329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8c12561-9f7d-4d25-b265-271f893678a4/width=450/11664329.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHI#AG-.0JE00KD$.9?u4:x@=w%0~V%f$|-T", "type": "image"}, {"id": 11664331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/991a0347-e1f4-4fee-8e8c-b33cb36bb1e8/width=450/11664331.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UJKAf=x^9YEM004ox^%LE3RknNs*~qt8bH%L", "type": "image"}, {"id": 11667232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b144fe7-d72b-4a1c-a0f8-8930cc0909c7/width=450/11667232.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "ULK^W-x]yCI[Mu9ZxuoID$I;$dRP~W%1SPtS", "type": "image"}, {"id": 11664973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1c4ea4e-cb98-41ed-a226-09786f177a13/width=450/11664973.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDKwIMr=5=_300of~VRP0#I:$LIU?cogb_tR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/484570", "modelId": 435039} \ No newline at end of file diff --git a/datasets/metadata/484623.json b/datasets/metadata/484623.json new file mode 100644 index 0000000000000000000000000000000000000000..6b9702f196c95a10d451ac73815c491666f7095c --- /dev/null +++ b/datasets/metadata/484623.json @@ -0,0 +1 @@ +{"id": 484623, "index": 0, "name": "Chaser", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-04T05:58:27.235Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 41, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 402841, "sizeKB": 130982.83984375, "name": "484623_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-04T04:55:49.134Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "95305C4B", "AutoV2": "1B9BDAA04B", "SHA256": "1B9BDAA04B02C3BE00CFFBD06B4E76F4EC56DE4711099BC503229379528BB0FC", "CRC32": "FD6F862D", "BLAKE3": "DC5CC21B6AA6AB958E9CA7DB14EEC4E0B5E188666B81115AB37DD35D21FBFB54"}, "downloadUrl": "https://civitai.com/api/download/models/484623?type=Training%20Data"}, {"id": 402921, "sizeKB": 223122.10546875, "name": "Chaser.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-04T06:01:20.800Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "240B58C3", "AutoV2": "00FF002CC5", "SHA256": "00FF002CC5737C5671FFF3CB28198822B022E22EA345599CD0A440FE780F9586", "CRC32": "057A43C6", "BLAKE3": "9C756A9804780762E283E8032AECB41BE454F6AA7655D94B9DA71C94350E8D65", "AutoV3": "54E495969C63"}, "downloadUrl": "https://civitai.com/api/download/models/484623", "primary": true}], "images": [{"id": 11490049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0099f22b-cb28-4b43-8b39-902275088b1a/width=450/11490049.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDI}elt7~Wxbt7Rjoeof~WxaD%M{%3ofj[WB", "type": "image"}, {"id": 11490051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27d42ade-101a-4106-9d22-be5bc552b89c/width=450/11490051.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UFI#JZt6?Gs:~os:ofRkoej[RkWBt6WBj[t6", "type": "image"}, {"id": 11490050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a341ab9-102e-4079-a073-fe905cb1d164/width=450/11490050.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7HLPT0200_L00xt.QIV00xa?ttk?u.7R7IB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/484623", "modelId": 435090} \ No newline at end of file diff --git a/datasets/metadata/484764.json b/datasets/metadata/484764.json new file mode 100644 index 0000000000000000000000000000000000000000..aaacf549a5d4e3344f42dfe516d5020b8aae584e --- /dev/null +++ b/datasets/metadata/484764.json @@ -0,0 +1 @@ +{"id": 484764, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-04T08:35:39.742Z", "availability": "Public", "nsfwLevel": 23, "description": null, "trainedWords": ["marie-milf, (large breasts:1.1), eyes with light", "(white shirt), long sleeves, (v-neck), cleavage, jeans, pants "], "stats": {"downloadCount": 103, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 402962, "sizeKB": 47829.40625, "name": "v1.1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-04T06:35:55.438Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0A7B28F4", "AutoV2": "4815B1A112", "SHA256": "4815B1A1121835D8C1BC5AA5F98A44705B5F46B4E4D04686258FA919EBAD7408", "CRC32": "9115A83A", "BLAKE3": "FCB3369824BF21926A4108637204361E5B09117A2E4FD9C7569BE4701BF42209"}, "downloadUrl": "https://civitai.com/api/download/models/484764?type=Training%20Data"}, {"id": 402963, "sizeKB": 55406.5390625, "name": "marie-18master-v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-04T06:36:16.128Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "76B4C4A4", "AutoV2": "4C0E655154", "SHA256": "4C0E6551546CC70ABFD773084C92C92D1C0F78FFC5A90009B74EDF94DDD6F424", "CRC32": "1DF0F344", "BLAKE3": "92E36CADFDCA91587144223B4EA56F221819B22BA25A1D47044CC9D59E826B7A", "AutoV3": "69F2ADFA411F"}, "downloadUrl": "https://civitai.com/api/download/models/484764", "primary": true}], "images": [{"id": 11499214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cb68c30-08d5-4a32-b399-c6c66c3d1871/width=450/11499214.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UOJ7,a?Gn}jY~BIUSiE101Rj?GIVSzoeoMWB", "type": "image"}, {"id": 11499215, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/480d7a61-6fe1-4b6d-ade1-c8b4cc90d1c1/width=450/11499215.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UIIXjat7009ZZ~WB9aE20LWq~Ws:%gxaD%o3", "type": "image"}, {"id": 11499217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a5a76fc-290e-4528-aab5-1706fa308303/width=450/11499217.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UIHUkC^+00xY~Bay0fIq00NG-oE1E1oJxHRk", "type": "image"}, {"id": 11499219, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f117b9a-9434-436b-99ee-d02b7fa8d023/width=450/11499219.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UKIqlm010K4o~A9aX8Rj00oL?a%2-;RkRPWB", "type": "image"}, {"id": 11499221, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04a87bb4-ba6c-45d9-9402-42d76cd0f456/width=450/11499221.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UFI50sR%00~B~V^*X8~V4nxu~pkCtlofVttR", "type": "image"}, {"id": 11499222, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eeb8ce27-4d6f-4739-a598-41538ee2d45b/width=450/11499222.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UYIXa9Io4oIV~VM{I?M{M{Rj-payxtofWBoL", "type": "image"}, {"id": 11499227, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/800cf04a-9e95-4247-81c8-4ceb7b7d336d/width=450/11499227.jpeg", "nsfwLevel": 4, "width": 896, "height": 1344, "hash": "UCKw8{01009GNED*~Vs:9FRj$jxat6ofs:R+", "type": "image"}, {"id": 11499223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c10bc14-203b-4a89-a939-e7783be0fd4c/width=450/11499223.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UBKde@4p00%L004.x^r=00t7Meo#_N-:Mxt7", "type": "image"}, {"id": 11499216, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d0c9109-5747-47fa-a8ef-7b757f27c367/width=450/11499216.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UEHL9+0000-o}=E1-;D%DhE1-=xut7ofxaIU", "type": "image"}, {"id": 11499232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/341bdd91-692c-40d8-ba21-864fa8c6ed37/width=450/11499232.jpeg", "nsfwLevel": 4, "width": 896, "height": 1344, "hash": "UQIOX@s:0L%hpyIUx]x^TfM{t8tSxwxttRxv", "type": "image"}, {"id": 11499239, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9aa25c9-cb8f-40a7-a6dd-16bf2dd3c100/width=450/11499239.jpeg", "nsfwLevel": 16, "width": 896, "height": 1344, "hash": "UIKAymRk00t7ITIUD*oe$zIV~q-:bbj[D*of", "type": "image"}, {"id": 11499245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a89a8829-f723-42dd-b85e-34047fd5f7cf/width=450/11499245.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "ULI50+~q00M{Zys,tSxuIos,oLa}NIs:xFRj", "type": "image"}, {"id": 11499248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94b0a9b1-286c-4051-9e85-6874104a8566/width=450/11499248.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UKH-=HM{00%2~BoL%LWB-SRk?bIotQofWBRj", "type": "image"}, {"id": 11499251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1bb6a7c5-619c-487e-a8b7-c54f87ef51aa/width=450/11499251.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UCI;^u%100-pR4o1-;4:00Ip%$9F_NIoM{s,", "type": "image"}, {"id": 11499257, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f86ee223-9e98-452f-9077-2a28ecfde719/width=450/11499257.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UOIzk*DiK49Z~pNGRjn$I:%1w_xuRPkVxus:", "type": "image"}, {"id": 11499252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/440793b6-0bd9-4d82-9822-c18bfb9934a1/width=450/11499252.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UOIOLe?bE19F~p-;xvof4n%M%NofNGoeoLxu", "type": "image"}, {"id": 11499256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db906f7b-5861-4e29-b75d-40c2e98c59cb/width=450/11499256.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UVL;Kh%N9sRQyC%NODV[s;og%MM|_Nt7MybH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/484764", "modelId": 433696} \ No newline at end of file diff --git a/datasets/metadata/484847.json b/datasets/metadata/484847.json new file mode 100644 index 0000000000000000000000000000000000000000..5a003cebfe40ed35ad27eb971d0ea4b22fae9971 --- /dev/null +++ b/datasets/metadata/484847.json @@ -0,0 +1 @@ +{"id": 484847, "index": 0, "name": "v1.0 Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-04T07:49:48.585Z", "availability": "Public", "nsfwLevel": 28, "description": "Pony ver.
", "trainedWords": ["Berry, femboy, redhead, bangs covering eyes"], "stats": {"downloadCount": 127, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 403047, "sizeKB": 10199.3037109375, "name": "484236_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-04T07:50:44.369Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "12AC53D5", "AutoV2": "CACD49EEF2", "SHA256": "CACD49EEF2AF2CE6F75C6E05182924D4DF55C3E2B2258B3784D76FF9087298E4", "CRC32": "72E30C7A", "BLAKE3": "323347F22E9FCE8FBA9D6A7CBFFFD37B78A942BE45C467E34541FCEA6E9BC40F"}, "downloadUrl": "https://civitai.com/api/download/models/484847?type=Training%20Data"}, {"id": 403045, "sizeKB": 223103.90234375, "name": "Berry-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-04T07:51:19.005Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0CFE2652", "AutoV2": "99B033281A", "SHA256": "99B033281A67DC36B1BC749B70CFA39EFAE346DD5ED83115C07D7CC73D3A70D3", "CRC32": "DB41A1FD", "BLAKE3": "BF156DA103A5ED8082120532C514017AD5FBE64D8999E842F9F4330ABE7D9C33", "AutoV3": "5CF87C945E3C"}, "downloadUrl": "https://civitai.com/api/download/models/484847", "primary": true}], "images": [{"id": 11496665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10b70945-9413-4876-876a-f10f12f1dd98/width=450/11496665.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UJHnvtn2%Kw|x^ITNGxa~qD*IoM|OZxZsmof", "type": "image"}, {"id": 11496666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f152d2bf-1c60-4c66-8f4b-be9eedfa1ead/width=450/11496666.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UVH_b_o}x[RP~qkWkWni~WRjofWBWqn#afbF", "type": "image"}, {"id": 11496659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c956298-3fd5-4516-90e3-566baac64239/width=450/11496659.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UNI56|?btl4o*0t5NHVtD+IBM{x]KP%1aeX8", "type": "image"}, {"id": 11496660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27d42c7b-74c0-4821-966f-fcb7bb72449a/width=450/11496660.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UA9*ARof9FM__NV@IURj-:RPIAtRMwRjRit7", "type": "image"}, {"id": 11496662, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d10a4a5-5591-4314-998e-142484ee22a6/width=450/11496662.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U99@xBj[NLtS_NofD%WBMxf6D$WBRij[M{ae", "type": "image"}, {"id": 11496664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9135a3a-37f2-457b-a19f-c275f2688cd2/width=450/11496664.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UP9aR6WBbKt7?wj[RkoftQfkRifiaxj[WAay", "type": "image"}, {"id": 11496663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a7b3c7a-b7e1-4a7a-94bb-abb3ebd1432b/width=450/11496663.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UMJ7E;wc57_3_N$*s:%gSh%M-:NbE1kqE%M{", "type": "image"}, {"id": 11496661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70278d37-5f27-4bfc-8373-994b99e534ed/width=450/11496661.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UEJZ+9=x02O[MgWVu6b05Tsl%1T0?vt7icWT", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/484847", "modelId": 434739} \ No newline at end of file diff --git a/datasets/metadata/485066.json b/datasets/metadata/485066.json new file mode 100644 index 0000000000000000000000000000000000000000..acd4bae1b673246b91479ab76ff08d1be654efeb --- /dev/null +++ b/datasets/metadata/485066.json @@ -0,0 +1 @@ +{"id": 485066, "index": 0, "name": "Elsa", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-26T12:34:52.195Z", "availability": "Public", "nsfwLevel": 28, "description": "bababyu
", "trainedWords": [], "stats": {"downloadCount": 58, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 403246, "sizeKB": 1062.9765625, "name": "485066_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-04T10:40:47.908Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "4BDCDBB8A2", "SHA256": "4BDCDBB8A2F3E8FE4D6370D478061709A5C6EEAC1FC40F30DF148A3BF511385D", "CRC32": "A8E3B9ED", "BLAKE3": "B0E52AB14A61F32CB631F61D1813650928214993ECB067063E3B09D802F179F8"}, "downloadUrl": "https://civitai.com/api/download/models/485066?type=Training%20Data"}, {"id": 447434, "sizeKB": 223098.83203125, "name": "Elsa.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-26T12:36:03.850Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3821E581", "AutoV2": "37F2669117", "SHA256": "37F266911795DEF0EF3DBEB6BEB04F76107816DD59844B2677657BE2B77E0A63", "CRC32": "6C5D48EE", "BLAKE3": "4AF9E4DAEB99719037C93E6DAEEFB4C103E20FFBB8B1B2BE71B9E7A821B4BA2C", "AutoV3": "504B28B49711"}, "downloadUrl": "https://civitai.com/api/download/models/485066", "primary": true}], "images": [{"id": 13634711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53bd68d8-6117-4c8d-b1b1-239c72c41008/width=450/13634711.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U4ID%L_2004n7K~B9FwI000L]-_2x[wf0$xu", "type": "image"}, {"id": 13634713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5dd1e5b-f99e-4292-a32a-a284d0499c41/width=450/13634713.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U2I4Im_M00[=P.,p,.%100Ip}[%g}r+I03nh", "type": "image"}, {"id": 13634714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94e8e118-8c70-4ef3-a159-86741cbf7122/width=450/13634714.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCJQTR~q%#%M%#.8-ptR4ns;a1kCRii_9aV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/485066", "modelId": 435475} \ No newline at end of file diff --git a/datasets/metadata/485093.json b/datasets/metadata/485093.json new file mode 100644 index 0000000000000000000000000000000000000000..630855088a1913b2a38c906c07d05dca42ab2c20 --- /dev/null +++ b/datasets/metadata/485093.json @@ -0,0 +1 @@ +{"id": 485093, "index": 0, "name": "VacuumPose.SD1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-04T17:51:51.685Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 33, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 403261, "sizeKB": 47895.5341796875, "name": "485093_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-04T10:55:52.301Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A1DB6838", "AutoV2": "325E4AD1B3", "SHA256": "325E4AD1B3BA3FBBFB91CF15440891C2A6709325272D4D03BFA604F36F84A4F0", "CRC32": "485E34CA", "BLAKE3": "EDF4D35F219FFA8162DF1C026489ACB4DA0B809CFA82442772A278531E9A5E94"}, "downloadUrl": "https://civitai.com/api/download/models/485093?type=Training%20Data"}, {"id": 403762, "sizeKB": 37022.5546875, "name": "louchart_ken.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-04T16:25:52.708Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E82C65C3", "AutoV2": "A7C9EC92BF", "SHA256": "A7C9EC92BF51DFB553EAAD2FFA0BB273E551B9149A0AF9E88B284A5335A62720", "CRC32": "374A4FB1", "BLAKE3": "49EBC749D9428DE5639CB6800B83C44433AA0E7E886D48A1B3DAA79606BC1ADE", "AutoV3": "811E9956C5AC"}, "downloadUrl": "https://civitai.com/api/download/models/485093", "primary": true}], "images": [{"id": 11529749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14c6eaad-bd80-4098-92f5-45a7d97865f8/width=450/11529749.jpeg", "nsfwLevel": 4, "width": 320, "height": 768, "hash": "UIHAhK~p%zpH^2RloMoM024oVEVsxUfgScWU", "type": "image"}, {"id": 11526457, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3e7a618-6e9d-452f-8089-44dcc5542b85/width=450/11526457.jpeg", "nsfwLevel": 2, "width": 320, "height": 768, "hash": "UWGb3L%M%KtR~pxuR+t8%gtRoMxb-;t8oyf+", "type": "image"}, {"id": 11527194, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1117acd-25c2-40d5-9818-937eda4e0f31/width=450/11527194.jpeg", "nsfwLevel": 4, "width": 576, "height": 448, "hash": "UFE-ggS20geo}roLSNoe5Say=wbH9uj[-Vju", "type": "image"}, {"id": 11526516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/120acbb2-1a56-4ec6-a78d-e16d5cd32f07/width=450/11526516.jpeg", "nsfwLevel": 4, "width": 320, "height": 768, "hash": "UOEe=B9GxtIU~qM_f*V?_3NFRQIo%gbGaKae", "type": "image"}, {"id": 11526589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae62521e-5352-4b94-bf5a-e6149169d447/width=450/11526589.jpeg", "nsfwLevel": 2, "width": 320, "height": 768, "hash": "UPGHVa-:tk%2~C%Mt7ofTex]-VW=-:xut8kC", "type": "image"}, {"id": 11527882, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a33866d-6172-4991-9a18-52a263d38979/width=450/11527882.jpeg", "nsfwLevel": 4, "width": 576, "height": 448, "hash": "U7D[hAH?0301W;0L~Ww]0fSi$2t701?brW?H", "type": "image"}, {"id": 11527883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5092e78-212e-49ad-8f6f-6aaad21a44fd/width=450/11527883.jpeg", "nsfwLevel": 4, "width": 576, "height": 448, "hash": "U8F4vA^+010}V?-Tbc}@EhEM}raK0Lsl%MkD", "type": "image"}, {"id": 11528429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d02b5dcb-da18-4ca3-a662-315f6f47e4a5/width=450/11528429.jpeg", "nsfwLevel": 4, "width": 576, "height": 448, "hash": "UDGHYp9F00={$eNwbvNG}@tR4.kW^+M{IpxF", "type": "image"}, {"id": 11528428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df848a1b-3e75-48aa-8745-e21c145cb702/width=450/11528428.jpeg", "nsfwLevel": 4, "width": 576, "height": 448, "hash": "UPF#H@wI5SEM-Uoet7oL~BxaIoso%1oLRjj@", "type": "image"}, {"id": 11528576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97112af6-abc4-460b-b8c7-57acd29e56cc/width=450/11528576.jpeg", "nsfwLevel": 4, "width": 448, "height": 576, "hash": "U9GtW*IU0M=|#7-p}?oL0zRkMyxZ00WVOF$%", "type": "image"}, {"id": 11528775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a580f0cc-7656-472f-87d7-f799d5410b77/width=450/11528775.jpeg", "nsfwLevel": 4, "width": 448, "height": 576, "hash": "U9F;sO4.0MR5I9t6}[EL9Ztlibtl0L$*xu$%", "type": "image"}, {"id": 11529009, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cb1eebb-0512-45ec-804e-a17fb3e6b7ff/width=450/11529009.jpeg", "nsfwLevel": 4, "width": 448, "height": 576, "hash": "U7HAY5.S0h^,@?rC|En3KPxu-Cn,0Lx]%hx]", "type": "image"}, {"id": 11529198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c930f6e-dce3-4546-b344-ac25f43435d2/width=450/11529198.jpeg", "nsfwLevel": 4, "width": 448, "height": 576, "hash": "U7GkE@0100^j}mI=xu9a}@oMVrOZ0Lxa-Vt6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/485093", "modelId": 435500} \ No newline at end of file diff --git a/datasets/metadata/485124.json b/datasets/metadata/485124.json new file mode 100644 index 0000000000000000000000000000000000000000..17881c9227c7786679039cef4e1ba90bba9e4f42 --- /dev/null +++ b/datasets/metadata/485124.json @@ -0,0 +1 @@ +{"id": 485124, "index": 0, "name": "\"Golden Patterns\".", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-04T15:08:29.577Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 122, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 403508, "sizeKB": 223099.23828125, "name": "Test_Golden_Patterns..safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-05T14:07:48.613Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A72F0ADC", "AutoV2": "26190DB61F", "SHA256": "26190DB61F4D434D4BEAB9FA022865D1BB2BC7EA230539D007ECEC48ECEBCC3F", "CRC32": "2291B709", "BLAKE3": "A90DD999AF0CBE57F73754AFEB993F23E3991D06912705F573FDEADB19931828", "AutoV3": "A3EBE0A2AE8E"}, "downloadUrl": "https://civitai.com/api/download/models/485124", "primary": true}, {"id": 403307, "sizeKB": 47701.9873046875, "name": "485124_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-04T11:35:56.594Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "01F8A01A", "AutoV2": "44A23980AF", "SHA256": "44A23980AFAAF2327EE884CF5B1DBC47BC616A580C1624E204E208316B3870F6", "CRC32": "E1BDCF1D", "BLAKE3": "1B540710D28941C8D50A04C2BC31A7AF610FB80A0F83ABD4768BC74CFAAD557C"}, "downloadUrl": "https://civitai.com/api/download/models/485124?type=Training%20Data"}], "images": [{"id": 11517684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7dba88e1-064d-4943-acd5-55cc3263aa2c/width=450/11517684.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U7Bo{UM}0L$~x[$|-PIs01$~~Cof^zM~I]-m", "type": "image"}, {"id": 11517606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f975a447-6a5a-4ebc-8bed-49719e3b2330/width=450/11517606.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Cs7-E505-j~Q05R-^~034?--of$*~T--04", "type": "image"}, {"id": 11517607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49cbd6f1-b056-4cc5-98f1-8b228484316c/width=450/11517607.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBBfj[D,4=~SoxIrj[-m05-m%J4=NK?D%09c", "type": "image"}, {"id": 11517608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f470275-a5d5-45a7-afb7-7c863a930092/width=450/11517608.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBCY?B-o04ngxZof-mxC05Rk~RW=W??DM}0i", "type": "image"}, {"id": 11517682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d57b4a8a-cba1-494e-8cc8-b354932ce410/width=450/11517682.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U38Dd]?E040h0*0i~8~8$eE39woz0Os.~8%0", "type": "image"}, {"id": 11517984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fc6c0c6-fc26-404e-9a6c-cfd198d9a806/width=450/11517984.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U38Dd]?E040h0*0i~8~8$eE39woz0Os.~8%0", "type": "image"}, {"id": 11517986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e25470b-8915-472a-923d-f8cfe6a90ccc/width=450/11517986.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U7Bo{UM}0L$~x[$|-PIs01$~~Cof^zM~I]-m", "type": "image"}, {"id": 11517987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13f65907-21dc-48d4-b081-54b2c3fbe2f1/width=450/11517987.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8Am0Xxu01Ip~Wt70fxtkWofV@M|9uxZ=w9a", "type": "image"}, {"id": 11517989, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a31b2a4-f409-4864-a65e-57384ec37a70/width=450/11517989.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U59su4-n00E2%M9cM{-S01EM~W-oIA=^%MNL", "type": "image"}, {"id": 11517988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0dc6ad26-8f02-4a12-8143-2cad90fc4b05/width=450/11517988.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8A]vU%K4.wH%M~8RPE3E0s,^jWCMwjF?HNf", "type": "image"}, {"id": 11517991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3dc9a9ff-04ef-4177-9c81-510b572acc34/width=450/11517991.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U4A08U4=04~A~UIWIVxu05%0s9EPIB%KEPad", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/485124", "modelId": 435527} \ No newline at end of file diff --git a/datasets/metadata/485188.json b/datasets/metadata/485188.json new file mode 100644 index 0000000000000000000000000000000000000000..5917b3317153804d8beac77f9a25239a54427df0 --- /dev/null +++ b/datasets/metadata/485188.json @@ -0,0 +1 @@ +{"id": 485188, "index": 0, "name": "rubberizer", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-06T02:28:17.919Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 41, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 406756, "sizeKB": 223102.80859375, "name": "rubberizer_r2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-06T02:31:24.193Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "369AD5BA", "AutoV2": "8BAFC6C381", "SHA256": "8BAFC6C3813AC6041E39B9AE836BD02EC564C0561B9D4F677149F91A3BA10B58", "CRC32": "DFB971F3", "BLAKE3": "FC66CDE0E5D455CD315909AA775A1AF3209D143FB76719DFD44BC22F26819C53", "AutoV3": "5F0A95F02A4B"}, "downloadUrl": "https://civitai.com/api/download/models/485188", "primary": true}, {"id": 404519, "sizeKB": 8415.94140625, "name": "485188_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-05T00:20:40.902Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FF2EB6F7", "AutoV2": "1733A8101D", "SHA256": "1733A8101DA3BE5BEBFC00D2C2B993F3D54CF6CC65C0D04C4A05CB19058F0247", "CRC32": "CFD52C4D", "BLAKE3": "89E0A074477B0431761D4AA40F19033440D403CB81B203C968E83B4B66BBED57"}, "downloadUrl": "https://civitai.com/api/download/models/485188?type=Training%20Data"}], "images": [{"id": 11658382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a0e7379-e9a4-44d2-8dd8-08a7aaa1d49a/width=450/11658382.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U5Aw3cH;00~VNFn3jG?G4T%M%M9Z00JC?b9a", "type": "image"}, {"id": 11658383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de42c7c4-793d-4b5a-a0a6-bae69590a74c/width=450/11658383.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFDbNM0L~B0L-:IV-oIo9uR*t6ofxtRkxaRk", "type": "image"}, {"id": 11658386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30275211-119a-4c48-b232-1b307e4c123b/width=450/11658386.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZHeqND*~pRkIUIoM{M{-o%LM|jss8oJoft7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/485188", "modelId": 435586} \ No newline at end of file diff --git a/datasets/metadata/486122.json b/datasets/metadata/486122.json new file mode 100644 index 0000000000000000000000000000000000000000..70053372022c58a765e96adb36a48c8648932802 --- /dev/null +++ b/datasets/metadata/486122.json @@ -0,0 +1 @@ +{"id": 486122, "index": 0, "name": "v3.0 300p Dim:48", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-04T20:43:13.958Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 403, "ratingCount": 0, "rating": 0, "thumbsUpCount": 61, "thumbsDownCount": 0}, "files": [{"id": 404199, "sizeKB": 64316.72265625, "name": "Tsubaki_Miyajima_SaiminSeishidou-KK77-V3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-04T20:42:12.427Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "197A2426", "AutoV2": "81B8999C3E", "SHA256": "81B8999C3EDAE95F687029797DE582566F3C327CB194E9ACD07BD37329842B8B", "CRC32": "C446C976", "BLAKE3": "A3ECA933C7AE58239855DA9E90CD4064DE5446424D9293DBBCF8E2FEF7A4FAF6", "AutoV3": "99E71FAA1381"}, "downloadUrl": "https://civitai.com/api/download/models/486122", "primary": true}, {"id": 404200, "sizeKB": 60644.5966796875, "name": "Tsubaki_Miyajima_SaiminSeishidouV3.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-04T20:42:17.403Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CBA2AA81", "AutoV2": "9260166517", "SHA256": "92601665179CA547B075AF260E164A94856A23EF702D6023FBB622D201B684CC", "CRC32": "58F92A69", "BLAKE3": "CEF5E9112A2FA57028E3CC3BE9911DB292B460D2C797CB655B7BB603C91B4F56"}, "downloadUrl": "https://civitai.com/api/download/models/486122?type=Training%20Data"}], "images": [{"id": 11540854, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/deaa2e35-147a-4f17-b603-ec647ec7674d/width=450/11540854.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UUPP=lWB?^-;sQxu?vWB.8ofR5RjS6Rj%1xu", "type": "image"}, {"id": 11540855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc7913fd-165d-4e0d-aaa2-24e9a05baeb8/width=450/11540855.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVPP=lWB?^-qsQxu?vWB.8ofR5RjS6Rjxtxu", "type": "image"}, {"id": 11541622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1bc01b06-3529-4750-a68c-2e1c3a62970f/width=450/11541622.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcO|Ih-;_NIU%Loy-;t7IUMxxtxa%hogRPa~", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/486122", "modelId": 40341} \ No newline at end of file diff --git a/datasets/metadata/48626.json b/datasets/metadata/48626.json new file mode 100644 index 0000000000000000000000000000000000000000..8b8ca73a0909ea31fdbb816ecb20295c5155f319 --- /dev/null +++ b/datasets/metadata/48626.json @@ -0,0 +1 @@ +{"id": 48626, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-18T04:15:38.761Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["SekireiUzume", "side_ponytail", "VeiledSekirei", "UzumeOutfit"], "stats": {"downloadCount": 431, "ratingCount": 86, "rating": 5, "thumbsUpCount": 88, "thumbsDownCount": 0}, "files": [{"id": 35900, "sizeKB": 31342.5771484375, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-18T04:16:06.319Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CF7236FE", "AutoV2": "7B0829EED5", "SHA256": "7B0829EED576A0A9D590ED96C593E0B44F4B5825930265926CD4E0106A697A1A", "CRC32": "08356D2E", "BLAKE3": "B75A11F8B9254941ED0F956166C63F12EF765D99B2AF854038FA5CA1262C0115"}, "downloadUrl": "https://civitai.com/api/download/models/48626?type=Training%20Data"}, {"id": 35899, "sizeKB": 36979.99609375, "name": "SekireiUzume.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-18T04:11:00.229Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "180FA9C2", "AutoV2": "E4EE739B28", "SHA256": "E4EE739B28D14CF7BF8A5EE89E97063CA74FB507302C29D7381CE0CBDF61EDCA", "CRC32": "AC373BF0", "BLAKE3": "6963809269E396EA3ADD87F82E388BD05CE255A8B0DFD105C2BEC84241077B61", "AutoV3": "6C6531657AEB"}, "downloadUrl": "https://civitai.com/api/download/models/48626", "primary": true}], "images": [{"id": 522139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0c3c89b-485b-4fa8-6b77-3fd287d30a00/width=450/522139.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDHmr[9*}6E08|%L569[5lw[JWNeDgE3^6,?", "type": "image"}, {"id": 522141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be73ab19-c215-4d23-537a-ac556703f500/width=450/522141.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UQKB5Z01E0_N-oj]tStRE0oJX9D%S]NFRixZ", "type": "image"}, {"id": 522160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/792fa1d9-aa99-497f-dfab-47bf53affd00/width=450/522160.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UPKKZu~X%#%giw-;tRbbkqtQ%2afxrR%VuRQ", "type": "image"}, {"id": 522146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be92decf-6ec6-4f82-f040-c9ca8fd4ae00/width=450/522146.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDF$CH-;?[?axxxuOsWFwZWTM|M{0|WB,uWB", "type": "image"}, {"id": 522149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0113064-c317-43ef-c3f2-6050f0d77800/width=450/522149.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UJK,%7_Ny=x]-U?bbxIVG@Iq,b$*-;xHtQ9t", "type": "image"}, {"id": 522150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61b47e81-7b0d-4e83-9f75-c75d3ca97200/width=450/522150.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "URMtEsMx_M%gVE%MyDD%^+%MM|a#K4NGrss:", "type": "image"}, {"id": 522151, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4eaca446-7ec6-4412-b727-bde5a67b8b00/width=450/522151.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UYJt^^T1W9Ot.T-;xvs.?a-;xus.?aWBVskD", "type": "image"}, {"id": 522153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39fa98aa-e241-4b3a-82e9-89ad4098d300/width=450/522153.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UHJ[P40K9~~VNwxb.8D%yZI@_2_2jEIVM{%L", "type": "image"}, {"id": 522154, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35e9a509-57db-450d-e3b2-445100619500/width=450/522154.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UJNTB*~WO[_30L%2-;xaEkSh?bS$o#IU%NkW", "type": "image"}, {"id": 522155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/532642f8-e5fc-4ccb-a693-1f8dd7c5f200/width=450/522155.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UKJHp@00pItS~qD%My%MXTkC$%V?Ri%MWVIT", "type": "image"}, {"id": 522156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5db3c275-17b6-44fd-4534-25a09076ed00/width=450/522156.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UMHn+^~W4nM{xB%LNGIU9ZR%_3-;M|WW%2xu", "type": "image"}, {"id": 522159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/044c3eb1-9651-4830-eb39-69a851fe1600/width=450/522159.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UFI}x0IUENShDi4n9G0000NG~p-;NG%M%1_3", "type": "image"}, {"id": 525996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/943b758f-d02a-42c7-a369-7a4d07183300/width=450/525996.jpeg", "nsfwLevel": 2, "width": 4000, "height": 240, "hash": "U=NJzhR*e:of~qWAjbkCx]aee.ba?bR+aeoy", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/48626", "modelId": 43988} \ No newline at end of file diff --git a/datasets/metadata/486297.json b/datasets/metadata/486297.json new file mode 100644 index 0000000000000000000000000000000000000000..6bf00c2e5d8aa0171dd313a3a2549468922bac5e --- /dev/null +++ b/datasets/metadata/486297.json @@ -0,0 +1 @@ +{"id": 486297, "index": 0, "name": "v5.0 300p Dim:48", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-04T22:40:04.480Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 232, "ratingCount": 0, "rating": 0, "thumbsUpCount": 41, "thumbsDownCount": 0}, "files": [{"id": 404369, "sizeKB": 64317.12109375, "name": "Oikawa_Amane_FamilyControl-KK77-V5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-04T22:35:50.472Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DF8024FE", "AutoV2": "3A329107CD", "SHA256": "3A329107CD6EF78F312634297176AF68812B572F482CED1AF6F289AEB14654C3", "CRC32": "BBA1B54A", "BLAKE3": "72BC3D3ED8559A22C0BCEB7EB6DB74E1D09AB1F440ACDF81CA596477691141CA", "AutoV3": "B944D0595A1B"}, "downloadUrl": "https://civitai.com/api/download/models/486297", "primary": true}, {"id": 404370, "sizeKB": 60517.09375, "name": "Oikawa_Amane_FamilyControlV5.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-04T22:35:52.953Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7469D0CB", "AutoV2": "DE934AB110", "SHA256": "DE934AB11024E0B4F310A4E841613D4AC33CD81A0308A5A0D122CE0009C04271", "CRC32": "FEC41958", "BLAKE3": "679439433A9E7DE0E5242F6D86DE08A62EAA0095B78FBF3539BF78F1B1314938"}, "downloadUrl": "https://civitai.com/api/download/models/486297?type=Training%20Data"}], "images": [{"id": 11548930, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ea51b6b-3d46-4621-9106-e632e78b681a/width=450/11548930.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UlJ804-ppJxu~qxu-;xuIpfQxEoeo2jtM{Rj", "type": "image"}, {"id": 11548931, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2a29977-8b23-4ed4-bc0f-bfa87529491c/width=450/11548931.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UlJ804-ppJxu~qxu-;xuIpfQxEoeo2jtM{Rj", "type": "image"}, {"id": 11549403, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aac62a3c-6cfc-465e-80fa-f2a5b6eeaccf/width=450/11549403.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UxLNiM%L_Nt7_3WBo#WVW;Rjs:t7WCofWBbH", "type": "image"}, {"id": 11549981, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/182d5122-8beb-4d78-8473-e090a9206f5a/width=450/11549981.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEL:}^D%0000xWMx~qRP00%gE1x]00IpIT%h", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/486297", "modelId": 41915} \ No newline at end of file diff --git a/datasets/metadata/486369.json b/datasets/metadata/486369.json new file mode 100644 index 0000000000000000000000000000000000000000..00e0b7e67b5b5343f0284813d3088d1773735026 --- /dev/null +++ b/datasets/metadata/486369.json @@ -0,0 +1 @@ +{"id": 486369, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-04T23:19:40.182Z", "availability": "Public", "nsfwLevel": 17, "description": null, "trainedWords": ["tentenXL", "brown hair", "hair bun"], "stats": {"downloadCount": 202, "ratingCount": 0, "rating": 0, "thumbsUpCount": 43, "thumbsDownCount": 0}, "files": [{"id": 404434, "sizeKB": 176955.90625, "name": "tentenXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-04T23:20:56.438Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1AAC198F", "AutoV2": "ED66E1F3FC", "SHA256": "ED66E1F3FCFEFD456F586A604468FFB4DA08845DDC8AD1D546ED4C5589B3E9FE", "CRC32": "C53BAABE", "BLAKE3": "05B36EE450597C458CFB36E015FB3EF069AA0FA35B6F34E53034C0CFA3FCDA47", "AutoV3": "AE958357C038"}, "downloadUrl": "https://civitai.com/api/download/models/486369", "primary": true}, {"id": 404758, "sizeKB": 6617.134765625, "name": "tenten.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-05T03:35:51.469Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FB57EA95", "AutoV2": "6F1BEA0685", "SHA256": "6F1BEA0685D7DFD9C39FAA7F2AC5899189C77A0C1E71AE778998DF75B566EEA1", "CRC32": "E573A0F9", "BLAKE3": "35DD17FE0529232BFFDEB3E277AD4CE29466577DC39D334664AF20B6BF230B42"}, "downloadUrl": "https://civitai.com/api/download/models/486369?type=Training%20Data"}], "images": [{"id": 11550968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70d89dd7-392c-4144-889b-b62e52851db7/width=450/11550968.jpeg", "nsfwLevel": 1, "width": 992, "height": 1376, "hash": "ULLWxD%2R?t7D-o}-;WC?wRQi[s-^lt7E1oL", "type": "image"}, {"id": 11550972, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d83ee9a5-e875-4d30-9e59-bd3a7d11ee98/width=450/11550972.jpeg", "nsfwLevel": 1, "width": 992, "height": 1376, "hash": "UAKKTd~WF|%gDhi^.8%g00Oa,-RP009FVsMx", "type": "image"}, {"id": 11550971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f7a1660-4184-4a1a-adbb-27c88e6df569/width=450/11550971.jpeg", "nsfwLevel": 1, "width": 992, "height": 1376, "hash": "UCJQyj,T0:OaGwI9%MSj00D%^j-:D%$ys79Y", "type": "image"}, {"id": 11550970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e07646a5-0a5c-43fe-b648-c8e903eb46f0/width=450/11550970.jpeg", "nsfwLevel": 1, "width": 992, "height": 1376, "hash": "U8JHXL005-E200S#$jD%7~JO~C.75NI:D%IU", "type": "image"}, {"id": 11550973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2ff9fec-56a5-4ba8-a9b1-a54092823f52/width=450/11550973.jpeg", "nsfwLevel": 1, "width": 992, "height": 1376, "hash": "U9KwLp00N*%N00buw$nh*0xG^$M|~XIp9sRj", "type": "image"}, {"id": 11550974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17de0caf-f910-4c8f-ac51-6f8dfec70cf4/width=450/11550974.jpeg", "nsfwLevel": 1, "width": 992, "height": 1376, "hash": "UAG]Bf0L00{e00?J?cS#oMmR%37LT_IU$k%1", "type": "image"}, {"id": 11550969, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a9756fc-a32a-471b-acdd-24597958de4e/width=450/11550969.jpeg", "nsfwLevel": 1, "width": 992, "height": 1376, "hash": "UHJRHsRPTIx]9E-;?bn$0KIU$hRj_Nxas:xu", "type": "image"}, {"id": 11556080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/824096df-d66d-47cc-a513-6f68ddc23e32/width=450/11556080.jpeg", "nsfwLevel": 16, "width": 992, "height": 1376, "hash": "U7MP:x-U7z,.00buNaE14TSh}TAX#7-;wb-p", "type": "image"}, {"id": 11556081, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a22236de-0f50-44cd-a30b-7ea7904f5027/width=450/11556081.jpeg", "nsfwLevel": 16, "width": 992, "height": 1376, "hash": "UFLpz4-:0gEM[5oJ=#-C8~EL}[xGv%wOsUEL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/486369", "modelId": 436639} \ No newline at end of file diff --git a/datasets/metadata/486446.json b/datasets/metadata/486446.json new file mode 100644 index 0000000000000000000000000000000000000000..f1427d28376e647b7db1eda45ab1bb57d23deff4 --- /dev/null +++ b/datasets/metadata/486446.json @@ -0,0 +1 @@ +{"id": 486446, "index": 0, "name": "Dronify", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-06T12:27:21.308Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 35, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 404512, "sizeKB": 44651.48828125, "name": "486446_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-05T00:15:38.681Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "89D2BEF3", "AutoV2": "CB2969D8EE", "SHA256": "CB2969D8EE7D468FDA1706BDA9B357F07012F2481E43297FA99AD0E7F9291AA1", "CRC32": "E8D9D5F7", "BLAKE3": "55282266BE7E95A95ACA4284CA5586C7FB318731D7DAE3B352074AABB0C725CC"}, "downloadUrl": "https://civitai.com/api/download/models/486446?type=Training%20Data"}, {"id": 404526, "sizeKB": 36985.6953125, "name": "dronify-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-05T00:26:18.092Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2158885A", "AutoV2": "A1069B0399", "SHA256": "A1069B03999DE57EC41279A48F1F952A22732CBD3C335571ED0586C622C9A78E", "CRC32": "6B33A7BC", "BLAKE3": "7DA0C9BB64BA880DB099E8A1BBD351CD112C2C6F7EECBBA199FD28721A0C2EB3", "AutoV3": "B308323553EE"}, "downloadUrl": "https://civitai.com/api/download/models/486446", "primary": true}], "images": [{"id": 11555724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df515b4f-af6b-4cb5-985c-d01825abb905/width=450/11555724.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U56a*Txuaeof~qt7f6ofM{oLWBay4nfQRjRj", "type": "image"}, {"id": 11556083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69f40359-d2f1-4481-8c33-17107b65c9e2/width=450/11556083.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6BpnTM{t7IU-;RjM{of~qWBIUofIUj[IUWB", "type": "image"}, {"id": 11694458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c9d0ece-90fd-4786-8647-65be648c8b3e/width=450/11694458.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U6B:53Ip00^*~qNb4:-oAas.=cX8$iayR*xu", "type": "image"}, {"id": 11555729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99beea43-095d-4184-a511-2aba2c790d03/width=450/11555729.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U4B3+.t7M{xuM{juIot7~qM{IUfQ00t7Rjj[", "type": "image"}, {"id": 11694237, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/513ceaad-5df7-4529-8d93-648be8910444/width=450/11694237.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UCC$=rjsMxe.~WWBoLaeNGayE1WBELayM|WV", "type": "image"}, {"id": 11694238, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc902bbd-d330-4422-91ea-dadf6ee900c2/width=450/11694238.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UABg0mj[M{of00ofRjjt~qWBxuay00j[RjWB", "type": "image"}, {"id": 11555404, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9897621-fbb0-4756-a725-f5f69477e916/width=450/11555404.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U9CZLsa#D%j[~WaxWCof01ofNGof00WBxuWV", "type": "image"}, {"id": 11694459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a02b2f10-77cb-46a3-bf97-e09d266c399f/width=450/11694459.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UABg0mj[M{of00ofRjjt~qWBxuay00j[RjWB", "type": "image"}, {"id": 11556086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5199545a-3a48-4aac-82b5-2a785f1d27f7/width=450/11556086.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U56kS4ofoMt7~pofjZofofofM{WB9ZfQIUWB", "type": "image"}, {"id": 11556139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36aef01e-c6f5-4aa1-a08b-c0d1f0e4e2c4/width=450/11556139.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UJELKeEN}XxuxuNHNGWX0yt79[NHE2t6WBn%", "type": "image"}, {"id": 11555488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b16b613-bbdf-4612-806d-5594716aeb91/width=450/11555488.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UJELKeEN}XxuxuNHNGWX0yt79[NHE2t6WBn%", "type": "image"}, {"id": 11555489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cf48352-b642-44f5-9f97-31f197825ae2/width=450/11555489.jpeg", "nsfwLevel": 4, "width": 688, "height": 856, "hash": "UXHLbwt7-;t7~qayWBWB%MWBIUoftQayM{t7", "type": "image"}, {"id": 11556142, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db3d6f30-3f87-44a9-b572-f929d8e75e2d/width=450/11556142.jpeg", "nsfwLevel": 4, "width": 688, "height": 856, "hash": "UXHLbwt7-;t7~qayWBWB%MWBIUoftQayM{t7", "type": "image"}, {"id": 11556148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3bc15a6-cac7-4c60-afa1-bfe441cce6e4/width=450/11556148.jpeg", "nsfwLevel": 2, "width": 704, "height": 840, "hash": "URC~*Zj[RjM|~VWXRjRj-:azNGayt6ayR*js", "type": "image"}, {"id": 11555494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a448249-e6e7-40e7-9d83-4919aab4522d/width=450/11555494.jpeg", "nsfwLevel": 2, "width": 768, "height": 768, "hash": "UFD+}G00.8D%~W9ZIp%L4n.84n_2t7juIo%M", "type": "image"}, {"id": 11555530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5fc518e9-1dd9-40a1-a6a4-ade5c7fa0eee/width=450/11555530.jpeg", "nsfwLevel": 4, "width": 768, "height": 768, "hash": "ULC6.J_N?c?b-;-;x]-pMdRPIUM|RjIUE1IU", "type": "image"}, {"id": 11556163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c3a594a-6f06-41fe-b74f-f6f09cee12a6/width=450/11556163.jpeg", "nsfwLevel": 2, "width": 768, "height": 768, "hash": "UFD+}G00.8D%~W9ZIp%L4n.84n_2t7juIo%M", "type": "image"}, {"id": 11556188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ad6ac79-7f23-47b8-b02c-66ebcf0cdf92/width=450/11556188.jpeg", "nsfwLevel": 4, "width": 704, "height": 840, "hash": "UTC~|{xaxtj?~Wt6s:j[-:jsWBofxtofa#f6", "type": "image"}, {"id": 11556191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/757bb1c2-f9a1-4dbb-9143-2701ac7024b2/width=450/11556191.jpeg", "nsfwLevel": 1, "width": 640, "height": 768, "hash": "UTJj-v9~~BRj~CtRjFM{^*xvIV%2-:WBR*Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/486446", "modelId": 436706} \ No newline at end of file diff --git a/datasets/metadata/486616.json b/datasets/metadata/486616.json new file mode 100644 index 0000000000000000000000000000000000000000..f5228a033b08dd2eea53c3793ca66b6c1e11031d --- /dev/null +++ b/datasets/metadata/486616.json @@ -0,0 +1 @@ +{"id": 486616, "index": 0, "name": "Leo Kasper", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-05T02:57:15.765Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 27, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 404675, "sizeKB": 2599.1484375, "name": "486616_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-05T02:36:18.691Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7CF25DC3", "AutoV2": "DDCCFB653A", "SHA256": "DDCCFB653A5DD4C8106B893004D742307AE727BA79C5A1F623088E05BB713286", "CRC32": "59D594AA", "BLAKE3": "E5FB026584A380239DE3FA03D92D81EEC7A64004911CB5B466564A9C4BC9B07C"}, "downloadUrl": "https://civitai.com/api/download/models/486616?type=Training%20Data"}, {"id": 404716, "sizeKB": 36978.4453125, "name": "Leo_Kasper.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-05T03:00:48.931Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "32F035B6", "AutoV2": "5779331EF7", "SHA256": "5779331EF779EF5B8F66997A7C960B9571BFFE66D56F983E3269F1D50973997D", "CRC32": "1E7B24DC", "BLAKE3": "A15B3939FD5FE3DB1AE04A4C73132B2614035C9319329977928BE760D20C0948", "AutoV3": "0B34CEB70B0F"}, "downloadUrl": "https://civitai.com/api/download/models/486616", "primary": true}], "images": [{"id": 11581552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89fabe31-fc1e-4be0-a5be-444c300761fb/width=450/11581552.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UEBC*.oyW=bH^%%1NbkC~UjsbGoe%Ls.s.oL", "type": "image"}, {"id": 11580312, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63966333-4c6f-4cd8-b67c-561cbf90e192/width=450/11580312.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "U4Dk;|02L20jyr0Mg#5A_N9H^i5S0iwbockC", "type": "image"}, {"id": 11580341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0ef069d-f69d-4582-bbcf-02990365094d/width=450/11580341.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UHC$il~o-;?G-oxukWRkM}ayoKayE2RQjFWC", "type": "image"}, {"id": 11580781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3119919-4847-4042-af8a-7f2481ca5d06/width=450/11580781.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "U8AT4SIpo~IV~obFEMD+oy-oIVIpX4?ZIVWC", "type": "image"}, {"id": 11580411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fea0a15d-89bb-48a1-bba9-ae4b7d39d137/width=450/11580411.jpeg", "nsfwLevel": 1, "width": 1600, "height": 1600, "hash": "U9DS8Z^%x]Ip0159Io-Ux[bE%1-T~U?FbbEN", "type": "image"}, {"id": 11580361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdc253c7-e15e-4512-8918-47637ed72940/width=450/11580361.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UHDIad-o9wso~VI@I;WC-;kDs.oL-pt7xYxZ", "type": "image"}, {"id": 11580398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3f93647-c9ee-4930-95f1-d8e220487bf3/width=450/11580398.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UDHUn6|=t-RR00-TERo|^kRP=wj?u3vhRjoM", "type": "image"}, {"id": 11580780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae0f23df-c9d8-4801-a4b1-bc4ace037fb2/width=450/11580780.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UCEV4v?GKP~p~p%1xa-;=|sm9utQJAs:=x$*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/486616", "modelId": 436855} \ No newline at end of file diff --git a/datasets/metadata/48669.json b/datasets/metadata/48669.json new file mode 100644 index 0000000000000000000000000000000000000000..d7d9e6c4d29c9fd6d6d2519f51948a2b047ee9d7 --- /dev/null +++ b/datasets/metadata/48669.json @@ -0,0 +1 @@ +{"id": 48669, "index": 0, "name": "v2-four-outfits", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-18T06:13:28.583Z", "availability": "Public", "nsfwLevel": 3, "description": "Holy shit this took 4 tries to get right. Trained with 590 images of Amelia Watson; 190 images of her detective outfit, 100 images of her casual outfit, 60 images of her formal outfit, 40 images of her kimono outfit and 200 generic images.
Download the dataset if you're interested.
Works at weight 1 but might need hires fix sometimes.
", "trainedWords": ["amelia watson", "monocle hair ornament", "amelia_detective, collared shirt, red necktie, plaid skirt, thighhighs", "amelia_casual, frilled shirt, collarbone, black skirt, pantyhose", "amelia_formal, black dress, see-through, hair bun, tiara", "amelia_kimono, blue kimono, yellow hakama, fish print", "(detective accessories:0) deerstalker, brown capelet, pocket watch, stethoscope, syringe", "(casual accessories:0) suspender skirt, zipper pull tab, brown headwear, plaid jacket, heart earrings, key necklace", "(formal accessories:0) thigh strap, jewelry, mole on breast"], "stats": {"downloadCount": 7144, "ratingCount": 503, "rating": 5, "thumbsUpCount": 667, "thumbsDownCount": 0}, "files": [{"id": 35927, "sizeKB": 938053.255859375, "name": "ame-dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-18T05:51:19.542Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "90BECB43", "AutoV2": "4EB65D7214", "SHA256": "4EB65D72141CF7C19D41F498CA132AD9E06524E42DE723EA4163789147EA8F69", "CRC32": "FD84EB7C", "BLAKE3": "61BD3657E2F90F324E84C0121650F92788909E32DCC1618F0349E588100C26E5"}, "downloadUrl": "https://civitai.com/api/download/models/48669?type=Training%20Data"}, {"id": 35926, "sizeKB": 37075.1435546875, "name": "ame-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-18T05:50:47.136Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7E317CA8", "AutoV2": "38BB2BA928", "SHA256": "38BB2BA9287BCE5DB6C1C73EF3313FCDC144B975982B05983981D44ECC4D230F", "CRC32": "CFC5F3CB", "BLAKE3": "A4FF281F271C48E9702444D19DF873FE7589D0A7B9E8D6AC529F6DA435C9FDD5", "AutoV3": "0D40C0E77ADE"}, "downloadUrl": "https://civitai.com/api/download/models/48669", "primary": true}], "images": [{"id": 2710624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79f589aa-6f24-4952-9da8-20e0a1eb1b25/width=450/2710624.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UjNTE;x^xYogxYRPS3R*_4%1Rkn$%LtR%Lt7", "type": "image"}, {"id": 522788, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ddbb60a-ca3f-4f45-7c7d-6b7aaedf5000/width=450/522788.jpeg", "nsfwLevel": 2, "width": 2048, "height": 1536, "hash": "UgPi@qoNaJxuxZoft7a|_Nt7S5of%LM|M{oe", "type": "image"}, {"id": 522787, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09b3a801-9e1c-424a-f480-71b2958da700/width=450/522787.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2191, "hash": "UPQS;#%hs8xu_NM_WYkB.SR*W=bHD$ogs-s:", "type": "image"}, {"id": 522789, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fe7fb2b-4524-464b-a2b4-62ac296b2e00/width=450/522789.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFH_DC009ts._400EMkC?FxaRjNH00-;E1%2", "type": "image"}, {"id": 522790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08c448f2-9ddb-42b4-b816-beeb8337b200/width=450/522790.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWL;858{ovxu9GxHD%%M~Vs:M{t7?GafxuR*", "type": "image"}, {"id": 522849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7dd633cf-c891-401e-1899-96200ff22f00/width=450/522849.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaIgcLs:ROj@9bWCR*j[~Uj[xGjsaejZkBj[", "type": "image"}, {"id": 522875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8307da26-d98c-451b-4137-f8e9b5720600/width=450/522875.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKIqJi%LIpM|02nO4:Sz~Bxu$%xsR4RP-:X9", "type": "image"}, {"id": 522876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/419a6b0f-4b1b-4c52-2e6e-37e864691400/width=450/522876.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbLNoh4o~p-pMwR*9GIpr;IoD*%L%2t7f5oy", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/48669", "modelId": 27398} \ No newline at end of file diff --git a/datasets/metadata/487089.json b/datasets/metadata/487089.json new file mode 100644 index 0000000000000000000000000000000000000000..85284ae69b0790883abc8896e51fb026b4b9294a --- /dev/null +++ b/datasets/metadata/487089.json @@ -0,0 +1 @@ +{"id": 487089, "index": 0, "name": "v3.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-05T08:49:21.497Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 189, "ratingCount": 0, "rating": 0, "thumbsUpCount": 44, "thumbsDownCount": 0}, "files": [{"id": 405176, "sizeKB": 37453.1337890625, "name": "Otoha_Watase_KazokuV3.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-05T08:51:09.038Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "36C31EF8", "AutoV2": "04D61E96A6", "SHA256": "04D61E96A6D412589D01334F3713FBEA5D18A61EC9602D2CA4B889B573E609D0", "CRC32": "8E9E653C", "BLAKE3": "348DD1BFBB416CBFDDEF84D439088C7C1A4850355FE949E4D1DFF2D20A352781"}, "downloadUrl": "https://civitai.com/api/download/models/487089?type=Training%20Data"}, {"id": 405177, "sizeKB": 22254.92578125, "name": "Otoha_Watase_Kazoku-KK77-V3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-05T08:51:10.104Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "53393B16", "AutoV2": "1E0A304D53", "SHA256": "1E0A304D537AE86818A319A892174803C7A7C0084A7C44BC804057AD1B203248", "CRC32": "BE481271", "BLAKE3": "62B9438D060C1CDE68DCA94C9BECBCDBDDBE9DDE0D3B5C5A045329939E558BAD", "AutoV3": "670D6B1B5D78"}, "downloadUrl": "https://civitai.com/api/download/models/487089", "primary": true}], "images": [{"id": 11586298, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c674c0b1-32d2-4e6c-8329-17521a2d8864/width=450/11586298.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULP}cJrc03m;??RQ%2f5-;t7enRk%3t6Mzk9", "type": "image"}, {"id": 11586299, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa72f832-2c56-4532-9424-d82a7f7333c8/width=450/11586299.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "ULP}cJrc03m;??RQ%2f5-;t7enRj%3t6M#k9", "type": "image"}, {"id": 11586760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5873ae13-8f84-4582-bb92-0e5d5f34b788/width=450/11586760.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGMiHP000y4o*DEx02E29tax={xtDR-;MyaQ", "type": "image"}, {"id": 11587088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/057ed9ad-2ad2-4bee-bdd2-1dcff7061910/width=450/11587088.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UlLNDIMx9]%1~ps8SiRkOXWBxaRj%MIpIot6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/487089", "modelId": 43100} \ No newline at end of file diff --git a/datasets/metadata/487149.json b/datasets/metadata/487149.json new file mode 100644 index 0000000000000000000000000000000000000000..8c4ddf41cd3d6edf063250dee603964451a443f8 --- /dev/null +++ b/datasets/metadata/487149.json @@ -0,0 +1 @@ +{"id": 487149, "index": 0, "name": "BooBoo Artstyle", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-05T10:43:22.074Z", "availability": "Public", "nsfwLevel": 28, "description": "The model is now pay to download. So any profit from my model can go to help pay for hosting and system updates.
", "trainedWords": [], "stats": {"downloadCount": 30, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 405299, "sizeKB": 187753.873046875, "name": "487149_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-05T10:20:46.913Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "707ADBDF", "AutoV2": "5107D83AA7", "SHA256": "5107D83AA7D1E681899A6C415BAAD7FAF57DBB2935D3C13F9CEBDF5A1D77C82A", "CRC32": "CB48934C", "BLAKE3": "F8236D0BF7D41A946672873A7D3CFC430439D9001E92CC5C26A44B569220DE45"}, "downloadUrl": "https://civitai.com/api/download/models/487149?type=Training%20Data"}, {"id": 405318, "sizeKB": 37023.3046875, "name": "BooBoo_Artstyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-05T10:40:51.693Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "317604F3", "AutoV2": "0339B0A3DF", "SHA256": "0339B0A3DFD0CD5C9631B835D699F66549D45899BA6BE910DE3A4ED3A026A1D0", "CRC32": "98483749", "BLAKE3": "91003C0D2499B147EB3898C7633897C7C5E37D8DBA60086AB92D8BAC71D9C6D2", "AutoV3": "9A4167D8EDA4"}, "downloadUrl": "https://civitai.com/api/download/models/487149", "primary": true}], "images": [{"id": 11593392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60235302-283f-4fe8-8a66-12ce418a07f4/width=450/11593392.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UOFY6*0irpt7~6NIIs$zM_t6NgxVRkS5RRR,", "type": "image"}, {"id": 11593368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d339c1c-7a16-47e7-81f1-9683f3521c24/width=450/11593368.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEEe#r]|VX-n}P={$*RkIoSho#WAK5I=e-og", "type": "image"}, {"id": 11593367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e12e2bac-6851-44c1-9c3d-90cdd8f89733/width=450/11593367.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UpHLSY%L%MR+~TxuadR*?Fxuozoy%fR.t8j@", "type": "image"}, {"id": 11593393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8625aae-8017-43ca-9892-2ae11899c236/width=450/11593393.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UkGuj:-:xvoe~U%MNIWX^*xuogayxuS5WXay", "type": "image"}, {"id": 11593366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/679380ef-b6f8-4810-a45f-a5153f3fe0f2/width=450/11593366.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIH21+XA-?~ps0-?D*Mxxz4oITR59H~W%Mbc", "type": "image"}, {"id": 11867613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c24361ee-4c19-4f74-af1b-8881c6ae198f/width=450/11867613.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UKGR[54;?I-;~WoNs:xt00xtM{Ri4oR$NJRl", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/487149", "modelId": 437320} \ No newline at end of file diff --git a/datasets/metadata/487245.json b/datasets/metadata/487245.json new file mode 100644 index 0000000000000000000000000000000000000000..2c1c2cb5d53577b8b2c0f8c17fc9a942b4b2c6b9 --- /dev/null +++ b/datasets/metadata/487245.json @@ -0,0 +1 @@ +{"id": 487245, "index": 0, "name": "Cali (Hushhush)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-05T10:36:46.406Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": ["calihushhush, 1girl, solo, long hair, breasts, dark-skinned female, smile, navel, white hair, shorts, red eyes, single bow, hair bow,"], "stats": {"downloadCount": 73, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 405313, "sizeKB": 842.626953125, "name": "487150_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-05T10:41:22.024Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "42448062CC", "SHA256": "42448062CCC299706EAD7130D7C4681C7E69A3800CDB01C001A6F070A04F3499", "CRC32": "0AE6DDD6", "BLAKE3": "A59C2571CDA6D061C66257F2CA4F1F054478933F5DA867BC8E349DD4081A3D14"}, "downloadUrl": "https://civitai.com/api/download/models/487245?type=Training%20Data"}, {"id": 405314, "sizeKB": 36977.8203125, "name": "Cali_Hushhush (1).safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-05T10:41:22.913Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FFBD50F0", "AutoV2": "3070D98B7D", "SHA256": "3070D98B7D31A6B05A5223AF847E470E3C0714CB9BB65987F027AFC3E354F6C2", "CRC32": "C6ACE7AE", "BLAKE3": "A4C6F4C7B2F0D76CAB24584B2347179545F4786DB246D9D4ABEA989510C7DFDC", "AutoV3": "88D6FA11D320"}, "downloadUrl": "https://civitai.com/api/download/models/487245", "primary": true}], "images": [{"id": 11593037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d98bd625-f84a-4185-8586-e87f7d2e79c5/width=450/11593037.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UMKAvh-;T0t7~qofX8WBIoM{axV@s:aetRt7", "type": "image"}, {"id": 11593039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22e03cab-536c-4b9b-9472-86befa310dd4/width=450/11593039.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UUI}Fr?bODae~Wxu%MRjIUR*WBWBM|kCoft7", "type": "image"}, {"id": 11593040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e68f357-2832-46ee-94f8-087522f0590c/width=450/11593040.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UtOM$]RP_Nxu?bs:R*a|tRofbHoft7ayt7of", "type": "image"}, {"id": 11593038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27f00e0a-a6e7-4116-8fb3-5c3de549fc4a/width=450/11593038.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UgJ[PG%0yZozTMbbNHe.WCS6s8n$WDaeoyjY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/487245", "modelId": 437408} \ No newline at end of file diff --git a/datasets/metadata/487259.json b/datasets/metadata/487259.json new file mode 100644 index 0000000000000000000000000000000000000000..9848d1c57951dfe665dc2a587419c0ac5153eb79 --- /dev/null +++ b/datasets/metadata/487259.json @@ -0,0 +1 @@ +{"id": 487259, "index": 0, "name": "Cute Anime Style", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-06T13:54:57.420Z", "availability": "Public", "nsfwLevel": 1, "description": "This will be the only version because the lora is already the way I imagined it.
", "trainedWords": [], "stats": {"downloadCount": 584, "ratingCount": 0, "rating": 0, "thumbsUpCount": 87, "thumbsDownCount": 0}, "files": [{"id": 405337, "sizeKB": 4657.1162109375, "name": "487259_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-05T10:50:35.649Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C8EA4C97", "AutoV2": "D2252FA665", "SHA256": "D2252FA66546B95D21AAFE5F023260EB8781E02F176B9E8E79C850CDDC72121C", "CRC32": "D3D67F48", "BLAKE3": "7E5E70A34F17EB36E7AAF8E817E5B313A3AC513CEA6A42B28B8736C25AE58556"}, "downloadUrl": "https://civitai.com/api/download/models/487259?type=Training%20Data"}, {"id": 407609, "sizeKB": 223103.55859375, "name": "Cute_Anime_Style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-06T13:27:36.151Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "08C5B1B8", "AutoV2": "2AFA15E0C2", "SHA256": "2AFA15E0C26DC21B117785F965D7EEC0DB7242F4B741EDB8F9C315854D408132", "CRC32": "05F6BC1E", "BLAKE3": "3DF1C7E4151CE0067332959DE2375CBD12B558228EBB94B5BFE4B4B6B15E78FB", "AutoV3": "74CB3D5A85A8"}, "downloadUrl": "https://civitai.com/api/download/models/487259", "primary": true}], "images": [{"id": 11700732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f6c6f99-2600-48f0-9ca5-376830bac6d6/width=450/11700732.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKOf4O~VTy.89@xGDjog#.-;?uWY~qbv-;R+", "type": "image"}, {"id": 11700248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdab2c71-3437-4a29-a0a7-e05cc07f5e21/width=450/11700248.jpeg", "nsfwLevel": 1, "width": 1024, "height": 2048, "hash": "UZPsYTxv?^-:DjWXoys:%gjsxVjZ?Hayoce:", "type": "image"}, {"id": 11700427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc445f8a-7807-494e-a491-c009dfc922cd/width=450/11700427.jpeg", "nsfwLevel": 1, "width": 1024, "height": 2048, "hash": "UgQS_0%L~qxvMyoexuWBodayogkBxuf6WBj[", "type": "image"}, {"id": 11700468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a929972-8a92-485b-ae91-915b5ab0295d/width=450/11700468.jpeg", "nsfwLevel": 1, "width": 1024, "height": 2048, "hash": "UmQ0UD%2~pt8%1j?X8WXj?f7WCfjNHayxtoe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/487259", "modelId": 437423} \ No newline at end of file diff --git a/datasets/metadata/487302.json b/datasets/metadata/487302.json new file mode 100644 index 0000000000000000000000000000000000000000..190cf661192a4dc30df16f0db3aa5d8e00870372 --- /dev/null +++ b/datasets/metadata/487302.json @@ -0,0 +1 @@ +{"id": 487302, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-05T11:20:47.906Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 149, "ratingCount": 0, "rating": 0, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 405370, "sizeKB": 22255.97265625, "name": "Ren_Mikihara_FMP-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-05T11:16:20.362Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AE6FF81B", "AutoV2": "302D87FFD6", "SHA256": "302D87FFD62494C606308C0486E841723EA949EAAE4FA0929152D74A612A54EB", "CRC32": "CE891AA3", "BLAKE3": "65D5242F10E267625C5D475C1B73C4FB40F9E5D7B6CC7F22D912335426610E58", "AutoV3": "98C270A1A5FF"}, "downloadUrl": "https://civitai.com/api/download/models/487302", "primary": true}, {"id": 405371, "sizeKB": 40308.01953125, "name": "Ren_Mikihara_FMP.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-05T11:20:46.291Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D753DD36", "AutoV2": "FD8F0CCCE1", "SHA256": "FD8F0CCCE1E482D530F171CA803F6C362037BB52925119DE422868856BF1FFED", "CRC32": "C2DD6629", "BLAKE3": "0D10340C0E4C2D580096D67DCD29609B03E219A62DB3BE07AB7089FFC8DEFF3C"}, "downloadUrl": "https://civitai.com/api/download/models/487302?type=Training%20Data"}], "images": [{"id": 11595809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3d95481-8d44-4631-9888-72032148eb64/width=450/11595809.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFL|yI00El4TDN8_?uDi.Axu#+%M_Ns;?GWB", "type": "image"}, {"id": 11595798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee841f1a-abb1-4dbb-8fec-91724d62d215/width=450/11595798.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFM7J,00El4TDN8_?uDi.Axu#+%M_Ns;?GWB", "type": "image"}, {"id": 11596738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f5ec209-b66a-4fc5-bf14-104486433c90/width=450/11596738.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWJ[YZt8ysNfNFWB%#IpIVoznhRj?baes*xu", "type": "image"}, {"id": 11597258, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ddede88-8e2f-4b6e-8434-9b16a143cf04/width=450/11597258.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQLq68~q%z~pEK-;%#-:00t7i^WV%hogD%s:", "type": "image"}, {"id": 11597550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b8103c9-472a-4509-8c09-be7540ff5a8a/width=450/11597550.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEI;u9S164%N0L9Z0L^j00M{~99a^k?FR4s,", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/487302", "modelId": 437460} \ No newline at end of file diff --git a/datasets/metadata/487742.json b/datasets/metadata/487742.json new file mode 100644 index 0000000000000000000000000000000000000000..d5b054bcec265a7ffb0f9b8c3df4351539334fcf --- /dev/null +++ b/datasets/metadata/487742.json @@ -0,0 +1 @@ +{"id": 487742, "index": 0, "name": "Wolf", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-05T16:16:40.842Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": ["Wolf", "black fur", "black body", "white outline", "Thick thighs", "1girl"], "stats": {"downloadCount": 17, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 405790, "sizeKB": 36978.328125, "name": "Wolf.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-05T16:15:59.671Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B3F6695C", "AutoV2": "21A1A389B0", "SHA256": "21A1A389B05E6914BA6BA345822F98D6C431A90D1ABE2F89EDF6DF8310DCAF0A", "CRC32": "843A06F4", "BLAKE3": "29BB9142918D4E2517E69807252A5C053D19F33337C30474CD0E1A68DE5594AC", "AutoV3": "2804BBF1112C"}, "downloadUrl": "https://civitai.com/api/download/models/487742", "primary": true}, {"id": 405777, "sizeKB": 1626.7646484375, "name": "487742_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-05T16:06:19.050Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "01A737DBC2", "SHA256": "01A737DBC20D424244042C029F676D66FFDEE02DBDAE3322F244BB4A768527CD", "CRC32": "A9D7C989", "BLAKE3": "31546A9D3291B053C76AC9C5EA589565EB30331F4C0E31344127E921724AC55C"}, "downloadUrl": "https://civitai.com/api/download/models/487742?type=Training%20Data"}], "images": [{"id": 11616071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee165669-3b81-4d5f-9cf8-643eb1e47e35/width=450/11616071.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U~L4$%Rj~qxuxuayWBfQM{ofayRjj[j[j[ay", "type": "image"}, {"id": 11616073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adbfe470-2623-4876-931a-7a7ecba730af/width=450/11616073.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UZH8HeX8{fv~xasoNaR*NGjZg3bbrraeXSs:", "type": "image"}, {"id": 11616072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4642209d-3d35-496f-83a1-fa358bb644f6/width=450/11616072.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U?L4$%t7~qxuxuRjayRjM{t7RjWBxuayWBj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/487742", "modelId": 437856} \ No newline at end of file diff --git a/datasets/metadata/487826.json b/datasets/metadata/487826.json new file mode 100644 index 0000000000000000000000000000000000000000..4fdc72a647e9d326c1254647c39053aceea5441a --- /dev/null +++ b/datasets/metadata/487826.json @@ -0,0 +1 @@ +{"id": 487826, "index": 0, "name": "Hat Kid", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-05T20:48:17.598Z", "availability": "Public", "nsfwLevel": 1, "description": "", "trainedWords": ["HK_Grown, Scarf, Purple Outfit, Blue Eyes, Top Hat", "HK_Prime, Yellow cape, White Pants, Purple Outfit, Blue Eyes, Purple Top Hat", "HK_Nya", "HK_Detective"], "stats": {"downloadCount": 178, "ratingCount": 0, "rating": 0, "thumbsUpCount": 30, "thumbsDownCount": 0}, "files": [{"id": 406249, "sizeKB": 223102.49609375, "name": "Hat_Kid-000034.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-05T20:35:42.499Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "49F01E9A", "AutoV2": "4799F9D891", "SHA256": "4799F9D891FFEB7A2FFEAD2FC5DC937E6075C134B732FF40DC8200F3C1E97993", "CRC32": "AF57D655", "BLAKE3": "D942109AB69585B25FAF4C84C00692802BD4388B1169FD0EF3EE0CA6CC89606E", "AutoV3": "39A8A13B0FDC"}, "downloadUrl": "https://civitai.com/api/download/models/487826", "primary": true}, {"id": 406656, "sizeKB": 5188.2216796875, "name": "Part_6.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-06T01:16:03.256Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "492029E3", "AutoV2": "B041EED10D", "SHA256": "B041EED10D0B8C37683F24BAC4CC823C21200C6657CD6AE5108160681C630517", "CRC32": "A7FCE543", "BLAKE3": "625BB818CF78476B3D083BB7F2ECD3FB54C463B7FDFE02418A82E79FE592767E"}, "downloadUrl": "https://civitai.com/api/download/models/487826?type=Training%20Data"}], "images": [{"id": 11654228, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cc7deeb-9a82-4db5-8240-1bb8e48463e6/width=450/11654228.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U7FqzgRi03oz03jZ9axZE0W=}:nj,UaytRRk", "type": "image"}, {"id": 11635865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa30e028-4743-400e-9107-36a7a4f9c31a/width=450/11635865.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIBqJER%S*x]%%jEtRo#00xuxURPVrx^RPVr", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/487826", "modelId": 437928} \ No newline at end of file diff --git a/datasets/metadata/487950.json b/datasets/metadata/487950.json new file mode 100644 index 0000000000000000000000000000000000000000..ee0a6aef463fef691db005fce96a79197473bca0 --- /dev/null +++ b/datasets/metadata/487950.json @@ -0,0 +1 @@ +{"id": 487950, "index": 0, "name": "Linda Lapins", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-05T19:45:33.652Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 77, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 405983, "sizeKB": 28523.0361328125, "name": "487950_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-05T18:00:40.862Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "ABBE271E", "AutoV2": "A85A177555", "SHA256": "A85A177555D9DB1B81B1AD3AFC3A36C75479FAFEAABD94D8BEB7D6E921122BB8", "CRC32": "336D5368", "BLAKE3": "8973B45898CCBA11D4E3DEFE80CC9E3145ABB4EF01CA21D9C5958FB5CFC5357D"}, "downloadUrl": "https://civitai.com/api/download/models/487950?type=Training%20Data"}, {"id": 406137, "sizeKB": 223101.14453125, "name": "Linda_Lapins.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-05T19:41:33.043Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0D1D55E5", "AutoV2": "213B8F68AF", "SHA256": "213B8F68AF00D7DC6B9623833B1049C9ABC3B172CC5BF60BA9E614BB15C9B053", "CRC32": "C889735C", "BLAKE3": "1564810D5C6032B6636C39C7D34ABB099D09BEE170D725FEE52DF8C388474EC1", "AutoV3": "CC123FAC7DCC"}, "downloadUrl": "https://civitai.com/api/download/models/487950", "primary": true}], "images": [{"id": 11631409, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b7045c8-659d-4271-8dc0-a227d31d8bcf/width=450/11631409.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCHBoIIB*0?vVqD%ahWBS#WUMyjaxEodW?og", "type": "image"}, {"id": 11631477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a481af1-316a-457c-99e2-fdd86cad75ec/width=450/11631477.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UbFPHQM{pJWB~qRjo#oLNHafi_j[bbWBRjWC", "type": "image"}, {"id": 15712282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/676ed9d5-6206-4596-8eba-8eb75c74005c/width=450/15712282.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "UACGMq*00%o#00ogg4X9x[aexEaxxuj?RjoL", "type": "image"}, {"id": 15730579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1089052-905d-43ab-9344-3f8a89cffbc8/width=450/15730579.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "UCD[|S0056~W%MIoofozIoWB-oof%LE1%2t7", "type": "image"}, {"id": 15712279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2a1257f-2fa0-4d24-aa03-09fd206ba346/width=450/15712279.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "UQB{ZR}twhRoo}ozofbIAXAtF0NakWkCjZf6", "type": "image"}, {"id": 15730580, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8f5f70c-8ecb-41d6-a71b-9a4f0e3a5f77/width=450/15730580.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "UBD]3i00I:~Woze.RjWq9Z%2fks9?HE2R*xu", "type": "image"}, {"id": 15712272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20eae7a7-793d-4914-b0dd-4a62887b1228/width=450/15712272.jpeg", "nsfwLevel": 8, "width": 1344, "height": 768, "hash": "UHCP|w*0GHs8*0?bxuWCslxuxaNdjsWBn%t6", "type": "image"}, {"id": 15712269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/925bf84c-05cd-4cc2-ab9c-a48b7b64bc15/width=450/15712269.jpeg", "nsfwLevel": 8, "width": 1344, "height": 768, "hash": "U8A]si5801}@5;$%Mxt7t6t7s:ELtRNGnOxY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/487950", "modelId": 438041} \ No newline at end of file diff --git a/datasets/metadata/488091.json b/datasets/metadata/488091.json new file mode 100644 index 0000000000000000000000000000000000000000..73b75bb722c0b5d59afdd6c485e63f7bdaf29806 --- /dev/null +++ b/datasets/metadata/488091.json @@ -0,0 +1 @@ +{"id": 488091, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-05T19:30:45.227Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["yuiyui, YuiyuiKNSB, 1girl, black_hair, looking at viewer, smile, soft_smile, blushed, assymetric_bangs, blunt bangs, window, arms up, black_thighighs, red footwear, red_skirt, red eyes, detailed_eyes, modesty_collar, sleeveless, black_vest, open_sleeveless_vest, red_modesty_collar, light_grey_blouse, Black_gloves, fingerless_gloves, small_breasts, straight hair, booths, skindentation, waist_long_hair,"], "stats": {"downloadCount": 128, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 406120, "sizeKB": 21775.6494140625, "name": "487204_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-05T19:30:43.077Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F38357CC", "AutoV2": "3E036DCA38", "SHA256": "3E036DCA3834107FE3DF7DA723849BA8B55BA166F4B430E6A654F6F92BD7E459", "CRC32": "A38BB7D8", "BLAKE3": "F8302A79FD16C429DE603A2500194F126D8E8118A0491598ED43D8F78D14BEAE"}, "downloadUrl": "https://civitai.com/api/download/models/488091?type=Training%20Data"}, {"id": 406121, "sizeKB": 36987.1796875, "name": "YuiyuiKNSB_2-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-05T19:30:44.032Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "68238012", "AutoV2": "EB9C5175A0", "SHA256": "EB9C5175A059B4957CF06846DCCC917057DEBC4003F1E08EFBF302C60E998278", "CRC32": "893904B5", "BLAKE3": "1D4E2A38BDBDFB6A05E3AC314BD8DEEBDD6678429B54F089F45FD5C7023D95F8", "AutoV3": "B92F9B7BB479"}, "downloadUrl": "https://civitai.com/api/download/models/488091", "primary": true}], "images": [{"id": 11630429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a26eb84c-c013-4a47-86b6-b68b48fe5d04/width=450/11630429.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "ULJtVV00J|%f.S9GM}%L~V9F?axt9}jaDjxu", "type": "image"}, {"id": 11630430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96a87166-2880-4a19-9ea1-0161743cb051/width=450/11630430.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UgJ@OK~p-:%2NdbHn+afD%V@R+f6D*MyV@Rj", "type": "image"}, {"id": 11630431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1aae2c5-c0a7-4e00-80a6-12bd5a9ea66f/width=450/11630431.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UIJZ_C00GX-p*J9GrwkCwID%?HX6EkIoIU^+", "type": "image"}, {"id": 11630432, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07270aed-459b-42fc-97ad-3104003f9e16/width=450/11630432.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "USIqJ$~WNr-po}xuxbog8_aKtQNG4:IUIAM{", "type": "image"}, {"id": 13027336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f53a9bbb-53fd-4f9c-838c-b993cb5dfce8/width=450/13027336.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UFH1uc^%y4xYJ%-nNHt6$w~V^*^*0fRki{Ip", "type": "image"}, {"id": 13027344, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2e4c1eb-a33d-4e10-a3a1-fd00e8618d1c/width=450/13027344.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UMHwx?tRXMx[WS%L={M{~U%1%M?GE1%1xtay", "type": "image"}, {"id": 13027338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5970b91-18e1-4272-962e-a362e4650f58/width=450/13027338.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIG[4mM{tiX7^%?G^kM{~BxZ%L?GNG-o%1oy", "type": "image"}, {"id": 13027352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aae927ac-e938-41d5-8c1c-6e17e7644768/width=450/13027352.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UTKdPXoMO7ocjUWBozkBoat7V?s.~VNG-:j@", "type": "image"}, {"id": 13027343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a69366b-fd99-4fad-a88e-00db4276279f/width=450/13027343.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UMJ@qDt7XLt7$]s+t3xa-2jYt2Rj~pof-.of", "type": "image"}, {"id": 13027348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdb8a9c4-0323-45be-a506-a9031071ede8/width=450/13027348.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U7Jj}D~WpQ?H00s%009Z00$%~X%2~qxbjCR*", "type": "image"}, {"id": 13027351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4436c00f-8c9b-4c5e-80eb-989256191c2d/width=450/13027351.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UQI}FkRkR#NGStj?I-%1~Uj[_2t6%dWBxsWB", "type": "image"}, {"id": 13027350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afb0da57-da93-43e8-86c5-30ccd933252b/width=450/13027350.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UJKAZ%~B%d%L00-nIUt6r:xt-pxu?v%2^*xt", "type": "image"}, {"id": 13027354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0fd6218-71fa-4f46-92ba-c88b3851cc1d/width=450/13027354.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UDHB3z^iAA-o4.={4nsm#Qr=~Cof%f={^j%2", "type": "image"}, {"id": 13027361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e71e17ce-56b0-4306-ac05-43fe10a14929/width=450/13027361.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UDJ?~ixu0e?H00M{00Rj}moz^+NG^k%2%Lt7", "type": "image"}, {"id": 13027366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90dcb799-fe00-489a-ba5a-42315a7c50af/width=450/13027366.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UIJQWft70e%L0Lxa9GM|e8js-qWB~Vt7%LxZ", "type": "image"}, {"id": 13027367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4dd7f958-76fb-4585-8ced-a0e9d257986e/width=450/13027367.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UKKA4*=|0|t60Ks:9FRj=EWB%2oL~Bt6?at6", "type": "image"}, {"id": 13027369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4e42bf5-d478-47ff-aab3-aee0cf5a435c/width=450/13027369.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UDIgfn%20Ks.0dof01Rj}8WB~Vs:^*fk-oxZ", "type": "image"}, {"id": 13027370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1768db8-d636-4800-83f6-385b7b284efb/width=450/13027370.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UJKJrk9v5jR+0e9uIAM{#6Ip?HV@~VNI?Gt7", "type": "image"}, {"id": 13027372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75ff87e9-41c7-4cfb-a80f-e4abd9e4c5a4/width=450/13027372.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UAJZ[6^*00%100M{01R*]OM|^+Rj_N-:^j%2", "type": "image"}, {"id": 13027810, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0be9513-b33d-42a5-b6ac-d2667e9b125b/width=450/13027810.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UGJ%nE~B0K?G00-ox[xu-T-p~CtR~V?FxDxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/488091", "modelId": 437371} \ No newline at end of file diff --git a/datasets/metadata/488143.json b/datasets/metadata/488143.json new file mode 100644 index 0000000000000000000000000000000000000000..e20e58423c81dce14dd3f0331f2f078686de85d1 --- /dev/null +++ b/datasets/metadata/488143.json @@ -0,0 +1 @@ +{"id": 488143, "index": 2, "name": "V1.0 (Anything-TA SD 1.5)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-05T23:56:13.549Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 36, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 406225, "sizeKB": 36189.5625, "name": "488143_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-05T20:21:19.769Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7ECB70EB", "AutoV2": "B4B08F0877", "SHA256": "B4B08F0877BDD8055FF41F08BA5FC3EFFE7A94D5BE55F7C75A76202A46DBE417", "CRC32": "B9468485", "BLAKE3": "EE7F823718F7702B514813FE995F90577CC0BDE703C13C85148C771887276E49"}, "downloadUrl": "https://civitai.com/api/download/models/488143?type=Training%20Data"}, {"id": 406546, "sizeKB": 73843.84375, "name": "Rika_Anju.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-05T23:51:26.346Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "77726DEE", "AutoV2": "69D09E9B40", "SHA256": "69D09E9B40B622B26A507E22D55FAAC62CD11D08946437FD6D2921E56B084027", "CRC32": "303C1A19", "BLAKE3": "E9E1631397EDC7992156C792A2761CBF656F5D6CB1D2B82DA06F8FDC8C4E7C3E", "AutoV3": "EC878B130514"}, "downloadUrl": "https://civitai.com/api/download/models/488143", "primary": true}], "images": [{"id": 11647776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd5f24bc-1532-42b0-8699-5704e87d0209/width=450/11647776.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9GvCSF#00R7%W0L8_-=.jRO_1Ndx[Nx$gI=", "type": "image"}, {"id": 11647778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b33678e8-34d0-41ee-8a4b-4ff8de305345/width=450/11647778.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UTHV#O?dN@t9*0tRXAxtX.RkWVM|kZR*xabb", "type": "image"}, {"id": 11647777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca025b97-b8b4-483c-b692-1bb8eb94f4e0/width=450/11647777.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UKH2}].AEKR;TxRiNKobu4nht7RjT1Inn,W.", "type": "image"}, {"id": 11647858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2044283b-06ab-4113-99d5-c833ab4b8f33/width=450/11647858.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UVKKA:%M9Gf8F{t7Mxay?Ht7-:oL~qR*nioL", "type": "image"}, {"id": 11647855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30e104a0-b21f-4d9a-a307-545deeb7a357/width=450/11647855.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHHM_YT_00[Fey=}oG9r?w-;nfNr?anNVrtS", "type": "image"}, {"id": 11647861, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/698e176e-521c-4b79-851d-d844d50e85dc/width=450/11647861.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "USJkM.xvNGoMyVWFIUNHENRkniay~pt7xaof", "type": "image"}, {"id": 11647863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85d98a6a-cee7-4b05-826f-d76fcd1331ec/width=450/11647863.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UJKnC=~q9Gbv00t6DibcE,4:s.xZxaIUt6xt", "type": "image"}, {"id": 11647857, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e438f37c-6024-45a9-8c74-787a21300acd/width=450/11647857.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UGKmnX4n%g9t8vIAE1Dj01IU$yIAX.EL^kad", "type": "image"}, {"id": 11647856, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37d27eb0-d064-4fef-a2ff-8c36369ae90d/width=450/11647856.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIHpb5.8CFwO%$?v$mx[?w%4MzV@o}xunMt3", "type": "image"}, {"id": 11647859, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9dbae822-7bf2-426b-8b5e-7775b8f9fc63/width=450/11647859.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UTJkT3xuNGxayVfSIURkE3R*oej[~qfkt7kC", "type": "image"}, {"id": 11647860, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00dcba45-6134-4724-8ace-e42c1a46eec7/width=450/11647860.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U4Kw%x-;00?Z00IV00IU0YIB}tMy*wM}MK9F", "type": "image"}, {"id": 11647871, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6aabe779-b0e3-491d-b873-e0d3aaa65f4f/width=450/11647871.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCJkP]H@9Z0K00VtnNDiG]kD^*s:}tE2x[xa", "type": "image"}, {"id": 11647870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54d8bee2-6f9a-4567-a3aa-be23dce2170d/width=450/11647870.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UFL|if%2N{8x00K6aKRP0f~p%gocS1x]IA?G", "type": "image"}, {"id": 11647868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/feadc637-578e-4582-a50b-42fdbada593c/width=450/11647868.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UEJkcS00FttR014U-U%2.m-p-pOr$%bc9Fbv", "type": "image"}, {"id": 11647872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ac2f8b8-443f-4bc2-8ea2-d959d2b58271/width=450/11647872.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UHL4Z%nTpH0L0LDkIA9GB:IV%LNG~WIotRxF", "type": "image"}, {"id": 11647869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5005a166-9aa9-4a2c-a5ce-5ee9dfbbce1d/width=450/11647869.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UHJ*6aRQog_N02RjxZ-;00IUMyIV_MS#E2Ip", "type": "image"}, {"id": 11647867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee194aac-fa10-44af-b264-7352d3ae5696/width=450/11647867.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U5K^+}=x00My00$y00M{0?9Z,:Ip},Ip~qad", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/488143", "modelId": 438216} \ No newline at end of file diff --git a/datasets/metadata/488204.json b/datasets/metadata/488204.json new file mode 100644 index 0000000000000000000000000000000000000000..dd5be39ae4ed6217dcf548221fbe2464667b5dd1 --- /dev/null +++ b/datasets/metadata/488204.json @@ -0,0 +1 @@ +{"id": 488204, "index": 0, "name": "Allosaurus", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-06T12:10:25.710Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 53, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 407510, "sizeKB": 36977.59375, "name": "Allosaurus-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-06T12:10:46.457Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "52624C1F", "AutoV2": "DCABFA202C", "SHA256": "DCABFA202C0E2D6937C8E7BABED76702520A890E06153EE7736E7AB8A70678FA", "CRC32": "5D3343A3", "BLAKE3": "12E213A1D0FDEE58B1A68E6AEDE20789A1CE162C7448D6D7CF129B3EADFEB143", "AutoV3": "242D07385B84"}, "downloadUrl": "https://civitai.com/api/download/models/488204", "primary": true}, {"id": 406227, "sizeKB": 1746.517578125, "name": "488204_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-05T20:26:32.826Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "C27C7D1F69", "SHA256": "C27C7D1F69D60C2D073FDE7AC6E4A6137703796B48BA6C7C3170346DF9BFA09B", "CRC32": "955461BF", "BLAKE3": "0FA4928A7D79C1CBB22353CFC186BC10B6290457FA5CB14BAF8C96A657347656"}, "downloadUrl": "https://civitai.com/api/download/models/488204?type=Training%20Data"}], "images": [{"id": 11693316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec074f92-b16c-46c2-a3ee-96c426bcb091/width=450/11693316.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9Aw0No44o%2~pxbRkofOrsowfNb4.R*t8WC", "type": "image"}, {"id": 11693317, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22028e7a-ee34-4837-8a8f-b7b521b54b92/width=450/11693317.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UABy{da%01%L~VxbRRozpbs:nPR-0Kj[xuRj", "type": "image"}, {"id": 11693318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31812885-3840-4884-b374-ca8b1a724331/width=450/11693318.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9BDH3xb0L%2~pxbV]s:TIn%r[NH0KRjtRR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/488204", "modelId": 438278} \ No newline at end of file diff --git a/datasets/metadata/488333.json b/datasets/metadata/488333.json new file mode 100644 index 0000000000000000000000000000000000000000..c1405c0be4f12089035c564843fb5813fb925555 --- /dev/null +++ b/datasets/metadata/488333.json @@ -0,0 +1 @@ +{"id": 488333, "index": 1, "name": "Pov Cowgirl (Looking Down) 1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-05T23:28:12.006Z", "availability": "Public", "nsfwLevel": 28, "description": "Early version so hopefully it will be stable enough.
This is a sex position Lora for pov cowgirl with 3 trained positions
Prompts
Pov cowgirl, leaning back,
Pov cowgirl, leaning forward,
Pov cowgirl, leaning forward, arms forward,
Creampie,\u00a0 (works with any of the prompts above)
Initial release -- there are various other training runs with different results. I'm including the training set for those interested in tweaking the model. I only ask that you reference this model as a source/inspiration and provide proper accreditation for the images/training.
", "trainedWords": ["v4bs, fit girl"], "stats": {"downloadCount": 163, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 407254, "sizeKB": 332801.31640625, "name": "v4bs-prod-sd_xl_base_1.0-d64-a1-run2-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-06T09:26:59.354Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FF96F15A", "AutoV2": "603E57198A", "SHA256": "603E57198A126E67A82006DFAA96FE0EFA452D9551FB48500E6EC8548BAFD2F3", "CRC32": "C5087A84", "BLAKE3": "6FD291623D0051682A6971460CEAB2F8F624A4E1884A1E575FF2FB0BD7DD1A02", "AutoV3": "47C65A835F4A"}, "downloadUrl": "https://civitai.com/api/download/models/489236", "primary": true}, {"id": 407291, "sizeKB": 305249.4931640625, "name": "v4bs-prod-sd_xl_base_1.0-d64-a1-run2-training.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-06T09:51:50.174Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D213AED6", "AutoV2": "21985C1BB8", "SHA256": "21985C1BB8588393793AA19114CB90761A8E12BF7595A010F92EC6214AA02FF1", "CRC32": "7C831715", "BLAKE3": "2FD825651C86F093D6793AA259508498CB13E9694335E2EC459033ACBC0EE59A"}, "downloadUrl": "https://civitai.com/api/download/models/489236?type=Training%20Data"}], "images": [{"id": 11684019, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83db42c6-48d3-4a4e-ae23-c790502292fd/width=450/11684019.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UwNv*=t7.Tx]tlRjj?t7X9ayoJofxaj[WVa}", "type": "image"}, {"id": 11684094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/869c0110-9913-4eac-b394-b008a8d36f2e/width=450/11684094.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U8C?4CW.03E210.7=xeo0#xu~Bn+%KkDkDRk", "type": "image"}, {"id": 11684161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad57c6d8-e169-40e8-b429-24b42f57c7dd/width=450/11684161.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UFD9YVM_t-xb%N9aRkRk_NV??HtQ-;M{ogR+", "type": "image"}, {"id": 11684197, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8555d593-6bdc-413f-8b52-f17692729f14/width=450/11684197.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UAG[Wd^h3Y9a00E0H=mkKkIU_2Io~A~V-UX7", "type": "image"}, {"id": 11684236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad5827e0-3b4d-430a-a4cc-36a682c64377/width=450/11684236.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UBG*m7T07~~B00IoDOV@tRxa~VM|tmbb-;%2", "type": "image"}, {"id": 11684360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f6f1fd1-d85d-4a08-9fd7-9be06d4fe988/width=450/11684360.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UBGRn@8_0%9a?^rC%fSOaPD%-U-:o~NFtRt8", "type": "image"}, {"id": 11684442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/823ce102-3b0a-4381-af21-5eae3ddbdece/width=450/11684442.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U7F5Z{010y~oCPDj-Vng0NwI^l4:-.IV-qD%", "type": "image"}, {"id": 11684483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/573cd7af-2b22-4991-8e45-6fd77d6ed426/width=450/11684483.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U5Fhw[4-00^*.h5Q~9TIAA~B~VD%tc?vER01", "type": "image"}, {"id": 11684521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f195d74-4a13-4df2-b132-f331cb26e332/width=450/11684521.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UZKwXw~qcZ?bs,f5nORjIVoJxZWBf+kCkCs:", "type": "image"}, {"id": 11684732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7061c28b-02cc-4930-bc4d-3afa04dd062c/width=450/11684732.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UMLDPvs:C,%ME$WBn4WV9uofxCWCXSfkaKof", "type": "image"}, {"id": 11684942, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a1de7b7-41f8-4fb2-bfd1-d81c01069fa1/width=450/11684942.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UFD9YVM_t-xb%N9aRkRk_NV??HtQ-;M{ogR+", "type": "image"}, {"id": 11684948, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcdae1f3-4937-4a30-82f0-30c119e13888/width=450/11684948.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U7F5Z{010y~oCPDj-Vng0NwI^l4:-.IV-qD%", "type": "image"}, {"id": 11684952, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e80b0a81-e9c2-49cc-9bd4-cdc7464523cb/width=450/11684952.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UBG*m7T07~~B00IoDOV@tRxa~VM|tmbb-;%2", "type": "image"}, {"id": 11684960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/292d20f0-3b78-4a53-bd3c-bdf4ac374d2b/width=450/11684960.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UNHxpOKPp{S~00s98_Vsvz$Mr=%2TebwtlI;", "type": "image"}, {"id": 11684965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4a9e76b-f91e-4f0b-8153-f412d645f704/width=450/11684965.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UPD,o[V@8JyDI]bGVsX9Eks:wINbSioLxZbH", "type": "image"}, {"id": 11684973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/624cfb25-abfd-4b32-9043-9e9705a61608/width=450/11684973.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UPIEkciH*0Ot17xuE3JC0iofM|n*xvM{xut7", "type": "image"}, {"id": 11684974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcd29f43-0a19-4140-91e4-3fe58d0abdb2/width=450/11684974.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U9FF875k3rE100~B4T-pL20f?b9bMwVYNI$f", "type": "image"}, {"id": 11684976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e91e8f0-382f-48aa-b25a-c8ed31b24634/width=450/11684976.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UwNv*=t7.Tx]tlRjj?t7X9ayoJofxaj[WVa}", "type": "image"}, {"id": 11685023, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1dc4607c-d791-4b31-902d-c44e3db560a7/width=450/11685023.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U8C?4CW.03E210.7=xeo0#xu~Bn+%KkDkDRk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/489236", "modelId": 439196} \ No newline at end of file diff --git a/datasets/metadata/489581.json b/datasets/metadata/489581.json new file mode 100644 index 0000000000000000000000000000000000000000..eefcd61b5d3ef45d5002fc9c11592c5208cadd32 --- /dev/null +++ b/datasets/metadata/489581.json @@ -0,0 +1 @@ +{"id": 489581, "index": 0, "name": "Janine Melnitz", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-06T19:23:41.947Z", "availability": "Public", "nsfwLevel": 19, "description": "score_9, score_8_up, score_7_up, rating_explicit, 1girl, solo, janine_melnitz, pointy green glasses, short red hair, pink lipstick, makeup, jewelry, earrings, short red hair, pink lipstick, short skirt, pink vest, blue skirt, high heels, sitting, crossed legs, shoe dangle, white background, simple background,
score_9, score_8_up, score_7_up, rating_explicit, 1girl, solo, janine_melnitz, pointy green glasses, short red hair, pink lipstick, makeup, jewelry, earrings, short red hair, pink lipstick, short skirt, yellow vest, orange skirt, high heels, hand on hip, white background, simple background,
score_9, score_8_up, score_7_up, rating_explicit, 1girl, solo, janine_melnitz, pointy green glasses, short red hair, pink lipstick, makeup, jewelry, earrings, short red hair, pink lipstick, pink vest, horny, sexy, close up, parted lips, white background, simple background,
", "trainedWords": [], "stats": {"downloadCount": 125, "ratingCount": 0, "rating": 0, "thumbsUpCount": 35, "thumbsDownCount": 0}, "files": [{"id": 407671, "sizeKB": 833.47265625, "name": "489581_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-06T13:56:42.372Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "E449314571", "SHA256": "E44931457118385BCDBDB755E4681DEB21A93EA0D24749818015C0971AF6A766", "CRC32": "949D334B", "BLAKE3": "4044F1B26A6B35265D5B4AE5DA08044DB6A67F89D1DD208D001C0D66A040490C"}, "downloadUrl": "https://civitai.com/api/download/models/489581?type=Training%20Data"}, {"id": 408125, "sizeKB": 223100.09765625, "name": "Janine_Melnitz.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-06T18:50:43.925Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8E669CD9", "AutoV2": "D874B226E3", "SHA256": "D874B226E34560290673C36578E040BB58C0A29F163F18B5FA8E8552A755ED21", "CRC32": "E72E6BB3", "BLAKE3": "2EF37E07EA89DB27C73382EC3052F2B7ACCCC5D0BB32F816E5BBE1A33E5ABCC6", "AutoV3": "D14382A4DE67"}, "downloadUrl": "https://civitai.com/api/download/models/489581", "primary": true}], "images": [{"id": 11777984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f09aa10-8cc0-42f1-9ad1-42f8b132c48e/width=450/11777984.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U1Ey[aJZfQJG?da}nia}fQfQfQfQ?da}nia}", "type": "image"}, {"id": 11723371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4b63a23-518c-4132-8e1a-43a7c122407d/width=450/11723371.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U5LMhxh2fQcu-WfkayfkfQfQfQfQ-Wfkayfk", "type": "image"}, {"id": 11766111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d900493e-23d3-46d6-9255-371fba96922e/width=450/11766111.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U5G9yu.ifQ.ix[j[fPj[fQfQfQfQx[j[fPj[", "type": "image"}, {"id": 11721949, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/426b205d-b7a5-443a-b022-db5f85a316a3/width=450/11721949.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U1HdRd{rfQ{r^njujcjufQfQfQfQ^njujcju", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/489581", "modelId": 439497}
\ No newline at end of file
diff --git a/datasets/metadata/490204.json b/datasets/metadata/490204.json
new file mode 100644
index 0000000000000000000000000000000000000000..2145c86ba16fd63de6dfebcbc7710cda8cf1a564
--- /dev/null
+++ b/datasets/metadata/490204.json
@@ -0,0 +1 @@
+{"id": 490204, "index": 0, "name": "GOSIA 2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-06T21:10:01.212Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 71, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 408166, "sizeKB": 19474.0751953125, "name": "490204_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-06T19:20:49.470Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6587A76F", "AutoV2": "C02BBAC379", "SHA256": "C02BBAC37913F4C81221BB04B9218B766F49C99E3BC41710F4011198C941CE0C", "CRC32": "F1AF463A", "BLAKE3": "D3C6F6B43D6AFDEC966CDCE3C709CAAAE52885FAB052B920CB8B5EAE9C29666B"}, "downloadUrl": "https://civitai.com/api/download/models/490204?type=Training%20Data"}, {"id": 408354, "sizeKB": 36977.484375, "name": "GOSIA_2.0-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-06T21:03:03.591Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FF72B052", "AutoV2": "E6E5BE7023", "SHA256": "E6E5BE702353A2FA35191C1F443ABB9D802512BCAB9E92BDA17732E41818AB80", "CRC32": "471DF296", "BLAKE3": "E8C19A6BA9E77807E44C173CEAA8C20E41255667ACA6C26853352BDA76844DF5", "AutoV3": "67E907B55939"}, "downloadUrl": "https://civitai.com/api/download/models/490204", "primary": true}], "images": [{"id": 11729362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/004e0763-8720-4798-afa2-4a3984c5e9d4/width=450/11729362.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9CsQ-%1004n009G_4%2_NtRDiRiIBx[s=WC", "type": "image"}, {"id": 11729364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41e9fca5-2e9d-4734-a900-9684afb9418f/width=450/11729364.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9C?S}?H1cIU009FI;Ip_M%LaJWB4nkC-;%L", "type": "image"}, {"id": 11729363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb5439a0-de4c-49b1-a403-475e4dc2a2dd/width=450/11729363.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBCPLqM|1dIVWEs-9bxsAEWW~UofM|Myt6Rk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/490204", "modelId": 440066}
\ No newline at end of file
diff --git a/datasets/metadata/490216.json b/datasets/metadata/490216.json
new file mode 100644
index 0000000000000000000000000000000000000000..6c85fe2a27e77f7275165d0b296fb783d96e24a3
--- /dev/null
+++ b/datasets/metadata/490216.json
@@ -0,0 +1 @@
+{"id": 490216, "index": 0, "name": "Layered Paper Cut", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-06T21:00:28.227Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 304, "ratingCount": 0, "rating": 0, "thumbsUpCount": 56, "thumbsDownCount": 0}, "files": [{"id": 408210, "sizeKB": 36681.599609375, "name": "490216_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-06T19:45:58.764Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E1DF3E93", "AutoV2": "578CB7D3CA", "SHA256": "578CB7D3CADB35B7C7937E839CD54B967237E4F72FF7B6EF978E2B383A6EE244", "CRC32": "FE14B8A1", "BLAKE3": "47825F2D6D91C9EAFD37CDEFCBB24FE3E9B76D0F4A6DDC400A80C2930423F7BE"}, "downloadUrl": "https://civitai.com/api/download/models/490216?type=Training%20Data"}, {"id": 408336, "sizeKB": 223099.44921875, "name": "Layered_Paper_Cut.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-06T20:51:53.305Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C3CF7B73", "AutoV2": "305958FC80", "SHA256": "305958FC8017BE9041F92BE5FC594981EDD569EBEFE0BC965DD2887E50E248FA", "CRC32": "FC1D63FC", "BLAKE3": "8139B0512E4D1BEF26A2FF3A1960C1EE431E280D95552A93D266C1CB8F15A875", "AutoV3": "F9DBB4A83D31"}, "downloadUrl": "https://civitai.com/api/download/models/490216", "primary": true}], "images": [{"id": 11728295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55601d9d-ae45-431e-85f0-228a7c8d82ce/width=450/11728295.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U%MI7}ax^%bcs.WCWXxZ~Ut7MyoJogWWWBay", "type": "image"}, {"id": 11728320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a4b5a81-c556-484b-a3e2-5ef085f65297/width=450/11728320.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URQmVN4;NHE2%1^%?GoJ~V-;IpM|xu9a9Gsl", "type": "image"}, {"id": 11728340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59d1b90f-b6e6-4d26-9723-ed2e43d4b271/width=450/11728340.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U{OX5vofjYt7xaWVR*s:~Vj@ofRjR.oft6Rj", "type": "image"}, {"id": 11728368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7848ced3-10c4-4ba9-8eb3-ca2d5f961d8f/width=450/11728368.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UnMH_lWA~UxuV@oJ%Lxu^%NGIpWCkWt7V@M{", "type": "image"}, {"id": 11728371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31c2550d-2f5f-476b-9f6b-8648518f8571/width=450/11728371.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "U@MRZ6xZ~Vt7M|t6kCRk%1RkRjxas,V@ozoz", "type": "image"}, {"id": 11731985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36e99159-59c5-4256-8946-0bace13cf9a1/width=450/11731985.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UJDTYSog~oxu?vj[s:ay00ay4TRjRkayIAof", "type": "image"}, {"id": 11731987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6ecae54-a15b-4db5-9fc1-c1571e85574d/width=450/11731987.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U85=FggP4nRP_4o#9ERP%MoHITV?s.adR*sl", "type": "image"}, {"id": 11731986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8add2e7-3143-438e-830b-1dc4c728bcf6/width=450/11731986.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UF8hRpRO00xvIAt7j^RjyZfRiaWBV?WBkCt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/490216", "modelId": 440078}
\ No newline at end of file
diff --git a/datasets/metadata/490259.json b/datasets/metadata/490259.json
new file mode 100644
index 0000000000000000000000000000000000000000..d36cbb4f21f5de5c5929b2a32183039d70d8c356
--- /dev/null
+++ b/datasets/metadata/490259.json
@@ -0,0 +1 @@
+{"id": 490259, "index": 0, "name": "1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-06T20:45:17.461Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 33, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 408212, "sizeKB": 497.47265625, "name": "490259_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-06T19:45:53.253Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "A70BEB3433", "SHA256": "A70BEB343345D44A9C38C527EB24056944380BBDEB1B4AD83A775901011EE686", "CRC32": "A2E9F768", "BLAKE3": "B0BD80AE2E510C22C9A1293A93FAF3D379E5E7DC766DD93406EA5FA8A3CF92B7"}, "downloadUrl": "https://civitai.com/api/download/models/490259?type=Training%20Data"}, {"id": 408322, "sizeKB": 223101.35546875, "name": "Reina_Yagami__Ulvida.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-06T20:45:54.447Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D5F78000", "AutoV2": "752221286D", "SHA256": "752221286D4073638FF09F1D3E917578BCD136A7F8610CBC13677ED9D9D40B6F", "CRC32": "38EB6AF2", "BLAKE3": "1C904EEA07603F78A9E43BE5A98C27FCF29846630EB849FC1410BF9CC6BBA8C2", "AutoV3": "81BE5842EDAD"}, "downloadUrl": "https://civitai.com/api/download/models/490259", "primary": true}], "images": [{"id": 12440969, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed1ff3ed-11c3-4a4f-b714-316d63fef015/width=450/12440969.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U9Ci,Vi_0d~W?v-p$%%MIUx[RiNG9a%L$gS5", "type": "image"}, {"id": 12440971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67a1d002-8c8c-405d-8d71-80a354d127ca/width=450/12440971.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UCB|81t74--p~ps-RPWBI.NG?bM|bcRjs9R+", "type": "image"}, {"id": 12440970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2059c74-5d82-4514-8f8b-1222271a9b1e/width=450/12440970.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UABN1dNGXoE2~oD%E1Ipx]Rk={jF4:X9=wwb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/490259", "modelId": 440113}
\ No newline at end of file
diff --git a/datasets/metadata/490301.json b/datasets/metadata/490301.json
new file mode 100644
index 0000000000000000000000000000000000000000..31448952a544aeb2808aa49aa33d670f25b1cc38
--- /dev/null
+++ b/datasets/metadata/490301.json
@@ -0,0 +1 @@
+{"id": 490301, "index": 0, "name": "Octavia v2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-06T20:54:55.320Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": [], "stats": {"downloadCount": 58, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 408254, "sizeKB": 23607.2138671875, "name": "490301_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-06T20:15:43.437Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A1A5119E", "AutoV2": "A9417E4C0F", "SHA256": "A9417E4C0F9913215F77C01872249C58A6317A9646C1D0B4C07A188A870383E3", "CRC32": "D2EEE6B7", "BLAKE3": "081F0BC0DF509158E5A1E3B7E07D38D6F3355F89998E94CBCED2C8FA900413D8"}, "downloadUrl": "https://civitai.com/api/download/models/490301?type=Training%20Data"}, {"id": 408346, "sizeKB": 36978.59375, "name": "Octavia_v2-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-06T20:55:46.979Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A03FAB1A", "AutoV2": "25BAAE7D80", "SHA256": "25BAAE7D808A03914379A3069B4E110D53A1001300EA0B4B946C872208B83A35", "CRC32": "876AE094", "BLAKE3": "5D226FE7B678FE050732FCDFAEF32FAC076BEFCDD2013EC74FE7E7636F340750", "AutoV3": "29250A90E9DD"}, "downloadUrl": "https://civitai.com/api/download/models/490301", "primary": true}], "images": [{"id": 11728225, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9fbf232-3947-4f8f-82a1-0ec5c42b4279/width=450/11728225.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U9Fr6ME30#?b.T-;t7^+?H~V?HNHE2NxxaNH", "type": "image"}, {"id": 11728226, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b847e69-4b9d-4628-8cf8-26afb27f96c5/width=450/11728226.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UNJHN^_NyD?uE2?b%Mt7E1RPs:aea|Rjs:ae", "type": "image"}, {"id": 11728227, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb7bff8e-943a-466f-8766-c6f563d5ed12/width=450/11728227.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U8FrFjIp5S^*_Nxbs9kD0MxuxZE2bvtR^kn%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/490301", "modelId": 440152}
\ No newline at end of file
diff --git a/datasets/metadata/490640.json b/datasets/metadata/490640.json
new file mode 100644
index 0000000000000000000000000000000000000000..6147c1e3b2e027d81aa3f945a363084a47b7c37b
--- /dev/null
+++ b/datasets/metadata/490640.json
@@ -0,0 +1 @@
+{"id": 490640, "index": 0, "name": "Pony V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-07T05:53:19.904Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["fwsoohyun, medium breasts", "ponytail", "blue pajamas, polka dot", "yoga pants, sports bra"], "stats": {"downloadCount": 384, "ratingCount": 0, "rating": 0, "thumbsUpCount": 89, "thumbsDownCount": 0}, "files": [{"id": 409011, "sizeKB": 223104.05078125, "name": "Soohyun_-_Sexercise_PDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-07T05:31:00.861Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "204105AF", "AutoV2": "4ABAA0884E", "SHA256": "4ABAA0884E7EA4463328A0A8D80C7EE61C7F462067E03A999649D5522210BB9C", "CRC32": "0D106CFB", "BLAKE3": "32051A6AF4D49DA0598A4B6D7002BDA8B7B036C12E022A395A60B8C53070D9B0", "AutoV3": "3988018125BA"}, "downloadUrl": "https://civitai.com/api/download/models/490640", "primary": true}, {"id": 408599, "sizeKB": 91608.3837890625, "name": "490640_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-06T23:55:49.296Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D53EFB75", "AutoV2": "2A8D09CEF7", "SHA256": "2A8D09CEF7B66512A9D2242D150F051C5E9F5DCAFE6D52A9D251E91FC05C6050", "CRC32": "102C171C", "BLAKE3": "2B1336D753D7B854449516527B6476594B6091BCA23C48D484E1758E1E8082AE"}, "downloadUrl": "https://civitai.com/api/download/models/490640?type=Training%20Data"}], "images": [{"id": 11763896, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4bef110-f10b-492d-bfbe-d49abb874a66/width=450/11763896.jpeg", "nsfwLevel": 2, "width": 856, "height": 1152, "hash": "UQJtr3E3E%tRyZx[kpt8X4I[o~xaS7Rj?Gof", "type": "image"}, {"id": 11763873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5df1d882-eb3b-4215-b8b8-66d42f39fd54/width=450/11763873.jpeg", "nsfwLevel": 2, "width": 856, "height": 1152, "hash": "UDJ7wKh|PV$+_M4:BDwH00xu-VWA=}%0$e-=", "type": "image"}, {"id": 11763581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86a54f8f-f2ad-4bbb-b35a-7b3c55f77785/width=450/11763581.jpeg", "nsfwLevel": 4, "width": 856, "height": 1152, "hash": "UTKd6-V[XRo~_4sl9vtlK3E2%2-pNe%0-pNH", "type": "image"}, {"id": 11763831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4090183e-da8f-4140-82c0-033adf62eeef/width=450/11763831.jpeg", "nsfwLevel": 4, "width": 856, "height": 1152, "hash": "UIJ%kB~pABIBYPt8ERxaS7-:_2xu.7Rl=yS4", "type": "image"}, {"id": 11764070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad4d20bb-463d-4a52-a908-96d7b09af2a7/width=450/11764070.jpeg", "nsfwLevel": 1, "width": 856, "height": 1152, "hash": "USI#7M%#u4xa~V?H?bNI58t8$*V[%MW=NIV@", "type": "image"}, {"id": 11764164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1fc7cea-2ae8-40cf-896b-4f34e513064c/width=450/11764164.jpeg", "nsfwLevel": 16, "width": 856, "height": 1152, "hash": "UDNv6_Ef0#s:0%0L9uRj00-;?GaL~Wxusm%L", "type": "image"}, {"id": 11764385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f65ffc24-e0b7-43f5-b56e-2af3b60f8382/width=450/11764385.jpeg", "nsfwLevel": 8, "width": 856, "height": 1152, "hash": "UGNSvm005Txu0#bb_3Rj4:f+s9xa~VM{aKM{", "type": "image"}, {"id": 11764421, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95072a6f-8ebc-43c6-9dac-1788a6d4d203/width=450/11764421.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "U7M6uB000T?H0PNG-V$*00~W^1MxEeD%.6.8", "type": "image"}, {"id": 11764441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5ece32b-89f8-4394-8ed4-e85a30bd94ed/width=450/11764441.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UOMGCo~p5RtQ?b^*?Hs:01xbxua#V[xaRkR*", "type": "image"}, {"id": 11764451, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4af33aa8-c321-4ff1-b941-5db1ca10626f/width=450/11764451.jpeg", "nsfwLevel": 16, "width": 768, "height": 1344, "hash": "UIMG6ZyE0M.8~qkW^kXn0gE1xuRkxFD%RjNG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/490640", "modelId": 440461}
\ No newline at end of file
diff --git a/datasets/metadata/490791.json b/datasets/metadata/490791.json
new file mode 100644
index 0000000000000000000000000000000000000000..2788839e877b36f153badca43905b3a098b7dfd1
--- /dev/null
+++ b/datasets/metadata/490791.json
@@ -0,0 +1 @@
+{"id": 490791, "index": 0, "name": "Saltypoundcake", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-12T01:46:19.463Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 22, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 408902, "sizeKB": 223101.80859375, "name": "Saltypoundcake-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-07T03:50:51.727Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2BAC0FDC", "AutoV2": "BA7D288088", "SHA256": "BA7D288088EB51D30B14FD4D0EE36EC0BABB5E2BF7DC16C4FBC1565BEA9355C6", "CRC32": "44F1C39D", "BLAKE3": "7EE5091318AC3A4F7326E9230670C158096F5DB285D0603E44B7319A0CC3CE36", "AutoV3": "755D5FB1B4F8"}, "downloadUrl": "https://civitai.com/api/download/models/490791", "primary": true}, {"id": 408858, "sizeKB": 6272.357421875, "name": "490791_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-07T03:20:42.396Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3221B2F4", "AutoV2": "762AD8180B", "SHA256": "762AD8180B368731C79F14F6E9CD8C8CC4067484E439D950BC05F3642CB4A814", "CRC32": "B0A16BB7", "BLAKE3": "03B1C2B243FC45D0162E73B2FABB4D4A9034B1EDB7D728F412667F54731D4419"}, "downloadUrl": "https://civitai.com/api/download/models/490791?type=Training%20Data"}], "images": [{"id": 12206123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53763760-40a7-42d9-ae30-861c6080d851/width=450/12206123.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UeQu$lnhtTt7?wadk?ofO]f+-Togo#f,I.kC", "type": "image"}, {"id": 12206125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0398745b-e958-4921-94bc-7eb2c984bb7d/width=450/12206125.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UJQbg|tlF}xFhLX9IpoL9~i^t-xYT1oJw[WC", "type": "image"}, {"id": 12206124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c767d1cc-fb50-49ce-9e2a-a2306f3c7280/width=450/12206124.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UQQuZ$kC9~pdyZt8xanNPCX9xubIpyr=b_xZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/490791", "modelId": 440603}
\ No newline at end of file
diff --git a/datasets/metadata/490868.json b/datasets/metadata/490868.json
new file mode 100644
index 0000000000000000000000000000000000000000..b4668e1fe3d833877e21bb353ce8b9c445655f0e
--- /dev/null
+++ b/datasets/metadata/490868.json
@@ -0,0 +1 @@
+{"id": 490868, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-07T02:54:58.326Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 210, "ratingCount": 0, "rating": 0, "thumbsUpCount": 55, "thumbsDownCount": 0}, "files": [{"id": 408818, "sizeKB": 22247.82421875, "name": "Chun_Li_StreetFighter-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-07T02:56:10.515Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6DD82A9F", "AutoV2": "4554DB8D93", "SHA256": "4554DB8D93C61FFA7657163EA8077AABD226F8DCD7F122B7A5713FD45D15A2AD", "CRC32": "4A3105F5", "BLAKE3": "4632782817ACB74BD5B7C44F93EA6142F6BBCFCB461AA1835AE45E756CD29A41", "AutoV3": "83DB7CF75565"}, "downloadUrl": "https://civitai.com/api/download/models/490868", "primary": true}, {"id": 408819, "sizeKB": 42383.5205078125, "name": "Chun_Li_StreetFighter.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-07T02:56:14.511Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "13AFB0D1", "AutoV2": "83E495983D", "SHA256": "83E495983DFDE5DC33CD6F9E453B807D36C341A01EA96F65F1B6930F44DD58CE", "CRC32": "83FE4C90", "BLAKE3": "D6E8E70ABC85813412974B8717D4B9F77AA957289C4EAB908EE4275026DE56C2"}, "downloadUrl": "https://civitai.com/api/download/models/490868?type=Training%20Data"}], "images": [{"id": 11753553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d41a3bed-ce6f-48da-91ad-2e0fdc1fd94d/width=450/11753553.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1504, "hash": "UIL4jSNx0P%N4T%0b_xZ?a%L^%t7_MIV^+xa", "type": "image"}, {"id": 11753552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17b9ad87-a8c4-4df9-8f48-061a8b0fa4ed/width=450/11753552.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1504, "hash": "UIL4jSR.0P%N4T%0b_xZ?a%L^%t7_MIV^+xa", "type": "image"}, {"id": 11753883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/792571a1-940b-45c0-bf7b-981407215509/width=450/11753883.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1504, "hash": "UKI=4H?w4:oh00s:Fgo#DjW?-pRj%gxZRRWX", "type": "image"}, {"id": 11754488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e60f4750-c8d1-435f-a770-4df69f22f630/width=450/11754488.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1504, "hash": "UPLqV0%LAK^+.6%J.Tt7iv$~-UX9xtIpRl-n", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/490868", "modelId": 440678}
\ No newline at end of file
diff --git a/datasets/metadata/490888.json b/datasets/metadata/490888.json
new file mode 100644
index 0000000000000000000000000000000000000000..79c31c6b5c7aeda0d8c5c234ba301666a842d052
--- /dev/null
+++ b/datasets/metadata/490888.json
@@ -0,0 +1 @@
+{"id": 490888, "index": 0, "name": "Banagher Links SDXL Refiner", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-07T05:30:04.425Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["banagher_links"], "stats": {"downloadCount": 64, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 409012, "sizeKB": 223100.50390625, "name": "Banagher_Links_SDXL_Refiner.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-07T05:31:32.600Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4ECCBFF3", "AutoV2": "2915597593", "SHA256": "29155975934B3BC1E46EEDB5D2923B656063149CFF6D933E332666E192427CC6", "CRC32": "CE0E4A0E", "BLAKE3": "3EA8542C0BE94CE506976D0BCFF56E5EA522E24772491C50F4E35E378E6F6D72", "AutoV3": "63533A04B455"}, "downloadUrl": "https://civitai.com/api/download/models/490888", "primary": true}, {"id": 408906, "sizeKB": 13894.2978515625, "name": "490888_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-07T03:55:54.347Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A686376B", "AutoV2": "66761CD69E", "SHA256": "66761CD69E3F581615C3AF60FCDB3DA96C868AEF6C9E2F701434605573D253CD", "CRC32": "ED25E7F9", "BLAKE3": "BC42B1FE670F0EBF0E6D25721D091BF2C9B69B709B91E6F4717F3A79D04CA5EB"}, "downloadUrl": "https://civitai.com/api/download/models/490888?type=Training%20Data"}], "images": [{"id": 11828755, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daf5444a-f9a9-4c52-99c4-fc5a8ee1c9a1/width=450/11828755.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "ULIqlbn#0L?aR*%Lxut6E2xu%2n$~VxZ%Lxa", "type": "image"}, {"id": 11765252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43924a07-a547-4a7f-976c-9c4a114d9473/width=450/11765252.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDJ*6Z-p01Md00IUb_?b01?aD%E2XmNH~BR5", "type": "image"}, {"id": 11765340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5785c7c0-4c71-411c-bc2c-94a0e3f42839/width=450/11765340.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "ULIqfN~V0zxt0Lxu%ft6kqtR~B-o?a?G?GkC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/490888", "modelId": 440694}
\ No newline at end of file
diff --git a/datasets/metadata/490930.json b/datasets/metadata/490930.json
new file mode 100644
index 0000000000000000000000000000000000000000..c67b826a3fa7840ce67ba8f55b3ca97a5d7e0121
--- /dev/null
+++ b/datasets/metadata/490930.json
@@ -0,0 +1 @@
+{"id": 490930, "index": 0, "name": "Ophelia_NSFW_PonyXL1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-07T04:54:34.020Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 149, "ratingCount": 0, "rating": 0, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 408900, "sizeKB": 61705.7392578125, "name": "490930_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-07T03:51:49.323Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A9E5789A", "AutoV2": "83FFD501E9", "SHA256": "83FFD501E975108C12FFE9CA0CE16CC64D2656BACAD9C53F6669661778977595", "CRC32": "17E68D21", "BLAKE3": "1D07814186D6A7F50F27231CB7E79AF995109089C87804350C2B1E5C01B8F144"}, "downloadUrl": "https://civitai.com/api/download/models/490930?type=Training%20Data"}, {"id": 408969, "sizeKB": 223109.43359375, "name": "Ophelia_NSFW_PonyXL1.0-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-07T04:51:00.865Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3E34C99A", "AutoV2": "0F42C38B82", "SHA256": "0F42C38B82E83C01C0F81D394586514B5BC7AB2DB51AAD675AA0E09E0B29CC5F", "CRC32": "17BFE84C", "BLAKE3": "565171FFF0C136B253B7562E12ADE6D6FC932CFE766ADC2637521CA073599218", "AutoV3": "2D9A8E302F5F"}, "downloadUrl": "https://civitai.com/api/download/models/490930", "primary": true}], "images": [{"id": 11761007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/349bad10-a5d5-4428-a45c-321bf928c7e1/width=450/11761007.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U6H2sF8|00TLHXNY-p9a014T_2~pR:Vrozxa", "type": "image"}, {"id": 11761009, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48f026f7-383c-4e64-b1c5-67e035920f41/width=450/11761009.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "ULHxED~V9Fae%2NH?H?H-VD%9G-;M{jZs:oz", "type": "image"}, {"id": 11761083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6750590-891c-4c76-ae9d-e892253888e1/width=450/11761083.jpeg", "nsfwLevel": 4, "width": 768, "height": 1280, "hash": "UFG[va~p004.ozM{D$of4nIUE1IV4:af~Wxu", "type": "image"}, {"id": 11761088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd567d7a-6cc8-4213-bbc7-becd1fe481e0/width=450/11761088.jpeg", "nsfwLevel": 2, "width": 768, "height": 1280, "hash": "UEG8.p~W009ZxuWD8_-pi]%MRO0100M{~X?a", "type": "image"}, {"id": 11761087, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/591a0a7c-3d89-4458-882a-93ed2193c905/width=450/11761087.jpeg", "nsfwLevel": 4, "width": 768, "height": 1280, "hash": "UBE.*6%g00E2-;IpD$E1MwxZD%0K00M{~W-p", "type": "image"}, {"id": 11761084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4e3ce0f-ba30-467f-8ed0-01bf60fa4e3e/width=450/11761084.jpeg", "nsfwLevel": 8, "width": 768, "height": 1280, "hash": "UHJRHwbw00-;00~WM{9F-oo}adD%In9FWBRj", "type": "image"}, {"id": 11761082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5016d30b-d995-4554-b0fa-fdfe84fb0a95/width=450/11761082.jpeg", "nsfwLevel": 4, "width": 768, "height": 1280, "hash": "UGHB*$-;00IV~qxu4n9FE1%Mi_jFoy%MD%4n", "type": "image"}, {"id": 11761093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e291f8a-dc1c-41c8-8854-d2a973c200e7/width=450/11761093.jpeg", "nsfwLevel": 8, "width": 768, "height": 1280, "hash": "UEI#M*M|00~p014.RjM{-oRj4m^+xtxZ%MtR", "type": "image"}, {"id": 11761089, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5718742f-137f-4888-b02a-c291a9a6bda6/width=450/11761089.jpeg", "nsfwLevel": 8, "width": 768, "height": 1280, "hash": "UEIXms~V00009]-o4.-p-nxvVrIUI.-;Rj9F", "type": "image"}, {"id": 11761092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e64b3983-75b2-4f1c-8548-a73bfc0f4c51/width=450/11761092.jpeg", "nsfwLevel": 4, "width": 768, "height": 1280, "hash": "UCGIAn~W00M{%NIV9F~W?Hxa0K4oM{xa%Lfi", "type": "image"}, {"id": 11761091, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ac4c7bb-253d-4fb3-90d3-90910014eac0/width=450/11761091.jpeg", "nsfwLevel": 4, "width": 768, "height": 1280, "hash": "U7GR#exv00%2^k~p0000xCIV00_24nxt?H4n", "type": "image"}, {"id": 11761090, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc5c738a-cb6b-4a09-81f6-65faa6f98ddc/width=450/11761090.jpeg", "nsfwLevel": 8, "width": 768, "height": 1280, "hash": "U7G[WmV@00of0foy^jso~VRj4n?b.7RjM{xu", "type": "image"}, {"id": 11761110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28ab28ff-ae55-4341-b06e-db62221b38da/width=450/11761110.jpeg", "nsfwLevel": 8, "width": 1564, "height": 2611, "hash": "UNOpJc-p4.xuJ.t79FV@X9ax9FWB~poKxCof", "type": "image"}, {"id": 11761106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c438c659-8557-42ff-8494-66916eae4430/width=450/11761106.jpeg", "nsfwLevel": 8, "width": 920, "height": 1536, "hash": "UALgty~W5q0000RjRk4o?G4.-Q-o4mt700W=", "type": "image"}, {"id": 11761105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ab76dcc-7d6c-4a88-8f45-4949e34b86e5/width=450/11761105.jpeg", "nsfwLevel": 2, "width": 768, "height": 1280, "hash": "UBH2Wm?a0:IuE3D%00s:~UNF9E9FIoR.~Wo#", "type": "image"}, {"id": 11761160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdca1af3-48e7-4173-808e-75588c0508eb/width=450/11761160.jpeg", "nsfwLevel": 8, "width": 768, "height": 1280, "hash": "UBJ7zVm,0K~W9a01IA~V0101~W?a00^kxaIV", "type": "image"}, {"id": 11761158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32b50191-2196-4ede-9828-3013accc44ae/width=450/11761158.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UILDDN0f00D*Y50Lxt=|NH?GM|s:~Bxa9ZtR", "type": "image"}, {"id": 11761162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4e66784-de15-403d-aa32-dd7fca1bac81/width=450/11761162.jpeg", "nsfwLevel": 4, "width": 1766, "height": 2649, "hash": "UDIE@Zr=1R?w00RiV[NH~Ct7009F-TxvIT%L", "type": "image"}, {"id": 11761159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2334654d-eeec-4435-80e6-9bf3632888cf/width=450/11761159.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UDK]_p0L00M{PU4.?a^jxu~BIU-o~BWU4:bw", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/490930", "modelId": 440731}
\ No newline at end of file
diff --git a/datasets/metadata/490963.json b/datasets/metadata/490963.json
new file mode 100644
index 0000000000000000000000000000000000000000..0fb8ed6714f4a5ea45dcbc6e7c7bacbbf55ed3c0
--- /dev/null
+++ b/datasets/metadata/490963.json
@@ -0,0 +1 @@
+{"id": 490963, "index": 0, "name": "The Keeper", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-07T05:28:42.587Z", "availability": "Public", "nsfwLevel": 28, "description": "This is an initial test version to see if it can produce consistent generations of my original character.
I've realized that this model has a VERY annoying tendency to put a disembodied torso at the base of the image, and I'll have to do something to remedy that. This is a test model after all \ud83e\udd37\u200d\u2642\ufe0f
", "trainedWords": ["The Keeper", "Golden halo", "Demon hyena skunk hybrid", "Skunk tail", "Striped hyena "], "stats": {"downloadCount": 50, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 408946, "sizeKB": 35040.2099609375, "name": "490963_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-07T04:25:43.278Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B0C142C6", "AutoV2": "811918B3DC", "SHA256": "811918B3DC9C82699799992E8A1693ECA26B8AFD9A910B31FC84536EE49670E9", "CRC32": "50538676", "BLAKE3": "604A06D7FF7B69BE0D1463ED92364B0BFB988EF08C9FB898A2F42A4A15E22A61"}, "downloadUrl": "https://civitai.com/api/download/models/490963?type=Training%20Data"}, {"id": 408987, "sizeKB": 223102.26953125, "name": "The_Keeper.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-07T05:05:41.582Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5ED20F35", "AutoV2": "B9C912E63C", "SHA256": "B9C912E63C346850DA96B126DC857093805B52DC40E971E4D683C65BB0CE8542", "CRC32": "1DDBBD82", "BLAKE3": "50FB3162FEBB1F89997B169EB08603A6B28427B41071799CACED966A7DD6B17F", "AutoV3": "2BA1A4A5A719"}, "downloadUrl": "https://civitai.com/api/download/models/490963", "primary": true}], "images": [{"id": 11762060, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c19226c-9ee6-44d2-abc2-4526728900fa/width=450/11762060.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U5ECLOM}00F|xu9G~ptR00I9-os.8w_3009F", "type": "image"}, {"id": 11762062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbeb5fac-55c9-458b-a863-a9b742fd5622/width=450/11762062.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U4BM.6=t00%$?wNH00EM00E1$~%1VC^+~qad", "type": "image"}, {"id": 11762061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68310525-9766-4dfd-baec-6105b50e813a/width=450/11762061.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U5E.nf~q00Iov|Rj?w~q00-;0LD%-;Io0K9G", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/490963", "modelId": 440763} \ No newline at end of file diff --git a/datasets/metadata/491516.json b/datasets/metadata/491516.json new file mode 100644 index 0000000000000000000000000000000000000000..454d45eed36c97b47c32720181a3625aa3a66979 --- /dev/null +++ b/datasets/metadata/491516.json @@ -0,0 +1 @@ +{"id": 491516, "index": 1, "name": "v1.0 (Anylora SD 1.5)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-07T11:36:12.129Z", "availability": "Public", "nsfwLevel": 28, "description": "Primera versi\u00f3n de Maika Yoshikawa(Magikano)
Mi formula usando Dreambooth:
Teniendo en cuenta el umbral recomendado1000/1500 para anime,
42 imagenes entre 1500= 35 x 42 =1470 steps/epocas + 35 num_repeats(repeticiones)
El resto de la configuraci\u00f3n es por defecto de Dreambooth
Modelo base: animefull-final-prunedfp16 (
Nework_Dimm: 16 Nework_Alpha 8, Conv_dim: 8 Conv_alpha: 4
Bath Size: 2, flip_aug: activado, mezclar tags: activado
Aprendizaje unet: 5e-4
Aprendizaje text encoder: 1e-4
Scheduler: Cosine_with_restart
Valor de Scheduler: 3 Min_SNR_gamma: enabled/activado
Calentamiento: 0,05
La mayor\u00eda de la configuraci\u00f3n es la que vendr\u00e1 por defecto en Dreambooth Train Lora, ;P
", "trainedWords": ["MaikaYoshikawa", "1girl", "solo"], "stats": {"downloadCount": 72, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 409418, "sizeKB": 18546.875, "name": "MaikaYoshikawa-02.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-07T11:36:57.791Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "E3B3DB65D6", "SHA256": "E3B3DB65D6DA3BC75C012D6D760EB3AF2150EE6EE2C40EB1E3A0D9D6A75CE588", "CRC32": "DF9BAC05", "BLAKE3": "1E35F482DE1BFB338E1528604C61972DEAB46ADE4107CD586551F6DAF48822D6", "AutoV3": "70455D4BB18D"}, "downloadUrl": "https://civitai.com/api/download/models/491516", "primary": true}, {"id": 410556, "sizeKB": 8364.9169921875, "name": "Training.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-08T00:31:26.219Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4EBCEE87", "AutoV2": "F35F5C57F5", "SHA256": "F35F5C57F5DFDA048D86746AC96720B61C72434D749E6CA35393095A2140675E", "CRC32": "B197A466", "BLAKE3": "333001CB1DD12057684C1A4215DC1EFCE3F9422771980F002752C8E0C1843BC6"}, "downloadUrl": "https://civitai.com/api/download/models/491516?type=Training%20Data"}], "images": [{"id": 11783022, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bedb4bf-92b8-4974-85e5-d508afe8ef41/width=450/11783022.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9H_f2}^M]-p00xuad9aM{55Nyn+-nD*ELo4", "type": "image"}, {"id": 11783059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd21a60e-b455-4469-ae84-0385d42e698d/width=450/11783059.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCH2l-nz00_31UM{r;W@^mM_4pxu56IT%DWF", "type": "image"}, {"id": 11834303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41553053-bb40-4d36-b040-927359fb68a9/width=450/11834303.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "ULHnyo0e56~B01eoxaWFRRs.R*R*?ZkVt6aM", "type": "image"}, {"id": 11846502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52a5aedf-492f-45be-aba4-5e2d0aedab92/width=450/11846502.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJMGksxaTJixXobwx[H@~q^+_2Rk-;%gS4WB", "type": "image"}, {"id": 11852119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fda0728-4dfd-47f6-bf2b-bf44248a7bb3/width=450/11852119.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U6I}t-Q8020{024T-:00AL00?v~9${IUtlnN", "type": "image"}, {"id": 11852121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/416e6ffb-197b-4984-b7e7-6c04b17af823/width=450/11852121.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UbLEA+?v56xF~q%MoIae%h%3xsRk?bt8R*t7", "type": "image"}, {"id": 11783060, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dda69c19-18d7-40f9-9620-ed4f3b70f0a9/width=450/11783060.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOFr@T-=D$IT59XSRjR%~pxuR*kBI]ozM{f4", "type": "image"}, {"id": 11783061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/881a3d0e-d56c-492d-8180-5f2d607bc8b0/width=450/11783061.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULGuzL.79Eax0it9ROM{~XbKofWAo}tRE1M|", "type": "image"}, {"id": 11783062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b948d130-eee7-44c7-92ad-da624c3ab4c7/width=450/11783062.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJGujzE09EkC0M%2ITWY~WIVNFbc%gRis*s;", "type": "image"}, {"id": 11846508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d68e6e1a-04dd-4ff2-a4c0-7a547ac540aa/width=450/11846508.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "URK^g84n0eV[EQ9F%LjZ~pMx?aWBNeM_NHoL", "type": "image"}, {"id": 11846503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/556c2ae4-1191-4a0c-bdb4-9f0a03e97ce6/width=450/11846503.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UhLNA5~WI?bvE3%Mogt7xtM|s:jYj[oLIVRj", "type": "image"}, {"id": 11846509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e4423bb-28ae-41a0-94ee-77b896de69b1/width=450/11846509.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UOJj}3RP01%201tRROWB~ps,?HWBM{bbD%af", "type": "image"}, {"id": 11852120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4a6448f-6e1f-4e4c-a5ca-b6732b8575e5/width=450/11852120.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8IY2w0001#62y00.7^4SwD$-lE2~UWBE1E4", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/491516", "modelId": 441248} \ No newline at end of file diff --git a/datasets/metadata/491743.json b/datasets/metadata/491743.json new file mode 100644 index 0000000000000000000000000000000000000000..146127c27fe413413a59a5a89530b5ad689eaf85 --- /dev/null +++ b/datasets/metadata/491743.json @@ -0,0 +1 @@ +{"id": 491743, "index": 0, "name": "July", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-07T20:48:02.827Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 31, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 410275, "sizeKB": 223100.58984375, "name": "July.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-07T20:47:47.152Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "129A075E", "AutoV2": "410C0C1103", "SHA256": "410C0C1103C6CC1080A6C85D8B49A883063F7957FC487F365E54557AC3A80246", "CRC32": "30389266", "BLAKE3": "B40ABF962AC88D02ED9400FB45FB2C20B891A3C066718FF3667621785ACE9452", "AutoV3": "977A632678C9"}, "downloadUrl": "https://civitai.com/api/download/models/491743", "primary": true}, {"id": 410155, "sizeKB": 45659.546875, "name": "491743_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-07T20:00:40.151Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2271890A", "AutoV2": "CAF72BCFAB", "SHA256": "CAF72BCFABE03DF08B9CA1F59FE665F864B6D5B9F84F74D7B8C59161420E376D", "CRC32": "DBCF91D5", "BLAKE3": "D6EA03460CB35E37E43EFF9B9D5724C90927C8860286E60EFA7DB45C590000A8"}, "downloadUrl": "https://civitai.com/api/download/models/491743?type=Training%20Data"}], "images": [{"id": 11819621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a1c1a96-b792-4bbc-ba44-8339aa165cc0/width=450/11819621.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U2GtgD-V32^+00t8~qRjHCWBQTNGNrt7%3M{", "type": "image"}, {"id": 11819618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a97e75c-e700-4c50-a3cb-855bb8968fc9/width=450/11819618.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U6H0@k^70x7G00Mw.mTd*Io}q]#m6hOD,GwJ", "type": "image"}, {"id": 11819616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2733cc40-1115-43e6-aec5-fb10f3ecc2a1/width=450/11819616.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDG@#}MJ.mxuxuxaWUWX*IjrMdayyDRPoft7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/491743", "modelId": 441502} \ No newline at end of file diff --git a/datasets/metadata/492081.json b/datasets/metadata/492081.json new file mode 100644 index 0000000000000000000000000000000000000000..0f7f9b178cb01fdfb0c84d5884999f5bc40c53f3 --- /dev/null +++ b/datasets/metadata/492081.json @@ -0,0 +1 @@ +{"id": 492081, "index": 0, "name": "v1.1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-07T18:00:06.025Z", "availability": "Public", "nsfwLevel": 28, "description": "no black and white
", "trainedWords": ["Banette"], "stats": {"downloadCount": 93, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 409986, "sizeKB": 63884.82421875, "name": "479330_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-07T18:00:46.363Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "858BB3BD", "AutoV2": "010CEB77F5", "SHA256": "010CEB77F5DE480737F2628F820A5C868C94BAABD244CE10E28104B0F255FFBE", "CRC32": "279876F9", "BLAKE3": "01E67028B36384F1BFC7B67AD41752F4AA137414B04C56DD5FF73837FCADE5E5"}, "downloadUrl": "https://civitai.com/api/download/models/492081?type=Training%20Data"}, {"id": 409996, "sizeKB": 223103.78515625, "name": "Banette.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-07T18:10:51.656Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FE1DBF05", "AutoV2": "C4B9EE66BD", "SHA256": "C4B9EE66BD6D335EA83CCB2B00BE73F8E5637A9D3FEE61767F78E089ED015E28", "CRC32": "B760F846", "BLAKE3": "29B86E5962E051832733D278447FDAD2522E5135DCEDB94A5F18940C94F449D6", "AutoV3": "176D7B11450A"}, "downloadUrl": "https://civitai.com/api/download/models/492081", "primary": true}], "images": [{"id": 11808592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/580f6460-c11d-41aa-90f6-51c675e1411e/width=450/11808592.jpeg", "nsfwLevel": 4, "width": 920, "height": 1376, "hash": "UGELm+xV?@tT?tn+tSShtmWCXBWDVtoLMxWA", "type": "image"}, {"id": 11808598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cabdc8a-e56f-49e8-a270-60ad1275bba3/width=450/11808598.jpeg", "nsfwLevel": 8, "width": 1176, "height": 1760, "hash": "UDCYn4xuysRixvoz9tWBt7ogaebHInV@RPR*", "type": "image"}, {"id": 11808594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/373f6894-3e4d-42f6-9207-da8212310621/width=450/11808594.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "URGH7T~WO}RjyE%NV}Rj%ZtRsGNG$mjcNXWS", "type": "image"}, {"id": 11808593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c638a67e-9c78-449a-bff5-a90e6b974347/width=450/11808593.jpeg", "nsfwLevel": 8, "width": 920, "height": 1376, "hash": "UHD+rmxw?]oxtQxvoOM{tSt6ogRRRPs,RPRk", "type": "image"}, {"id": 11808595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8d10d49-57ab-457b-9d80-6f1986e6e39c/width=450/11808595.jpeg", "nsfwLevel": 4, "width": 920, "height": 1376, "hash": "ULE.YU%M?@bbx.xuxwM{xuoIo#jdMyofM_kD", "type": "image"}, {"id": 11808596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9881879-7ff6-4c41-b53f-cbe8ebc8a40d/width=450/11808596.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UGGs{8%eUCak2~w|=5IpTbe.$+NZ|8btKIxa", "type": "image"}, {"id": 11808602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a58b633e-1351-48c9-a967-3823a96aed79/width=450/11808602.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UDELXAtSl-$,t%tk$,M{?Hw|OBJ6A9jYv-WC", "type": "image"}, {"id": 11808607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15578da2-782d-4907-b41e-113d9b21abe8/width=450/11808607.jpeg", "nsfwLevel": 4, "width": 684, "height": 1024, "hash": "UHEes5xV?@t9.7n+t9SNpJWCXBWCV[oeM{WA", "type": "image"}, {"id": 11808603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04eb72e9-a0b2-4187-b25b-2a4b0f97424e/width=450/11808603.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UhJQg2.7_NtR-VxbXOV@Twxu%3aeK3x]$kbb", "type": "image"}, {"id": 11808605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95e8a6bb-380b-47e2-9b81-1543619c34bb/width=450/11808605.jpeg", "nsfwLevel": 8, "width": 684, "height": 1024, "hash": "UGD]GMxw?^oxtjxvj_M_tlt6ogM}RPs,RPRk", "type": "image"}, {"id": 11808606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fca2dd61-b7f6-46cd-8030-8437e3fc8197/width=450/11808606.jpeg", "nsfwLevel": 4, "width": 684, "height": 1024, "hash": "UKE_|4%N?@bcx.x[xwIVxuoIo#e?MyofMxog", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/492081", "modelId": 430702} \ No newline at end of file diff --git a/datasets/metadata/492257.json b/datasets/metadata/492257.json new file mode 100644 index 0000000000000000000000000000000000000000..d7e1e11787647a07eda87904128bfcc48e8d16ee --- /dev/null +++ b/datasets/metadata/492257.json @@ -0,0 +1 @@ +{"id": 492257, "index": 0, "name": "Pony V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-07T19:48:10.356Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["fwhani, brown skin", "sports bra, yoga pants", "hoop earrings"], "stats": {"downloadCount": 340, "ratingCount": 0, "rating": 0, "thumbsUpCount": 72, "thumbsDownCount": 0}, "files": [{"id": 410129, "sizeKB": 80472.6708984375, "name": "dataset-20240507T183912Z-001.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-07T19:45:45.716Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4414A678", "AutoV2": "0586BB324F", "SHA256": "0586BB324F0A39C85C68586A4C4439B8159B6ACE137C07A0B4695813049E0115", "CRC32": "D3D4D351", "BLAKE3": "CD8075ADC93D97D89F85714CF6220A85AD1B0A430E93C75DE50FE459E42A5657"}, "downloadUrl": "https://civitai.com/api/download/models/492257?type=Training%20Data"}, {"id": 410132, "sizeKB": 223103.53515625, "name": "Hani_-_Sexercise_Manhwa_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-07T19:46:56.980Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8321397D", "AutoV2": "3B3461EB89", "SHA256": "3B3461EB8942327370DDB0635D9E95D5F04BA1FB2A39009289BAD8050D996057", "CRC32": "9EB41A51", "BLAKE3": "1E39E2037215B094012CD420A35DAAE8C1884E93ADB7FB720FEA5E495D8E8E86", "AutoV3": "86444FBAEB2D"}, "downloadUrl": "https://civitai.com/api/download/models/492257", "primary": true}], "images": [{"id": 11816046, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b568c4f9-4b9f-4b89-bc83-c89480ac40e8/width=450/11816046.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "UGLMhZV{-Q0M_39}9vxZ1O~V9HMykrx]RQ9a", "type": "image"}, {"id": 11816002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/108909d8-c2f8-452f-9116-2822f0a69f3b/width=450/11816002.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "UWJto8x[PDn3?wx]I]$%IqtSIVt7kYW=RPWA", "type": "image"}, {"id": 11816047, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48f69504-51f9-4bce-be2a-5afe8f0efc89/width=450/11816047.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "URLpQ|4nGGax~pRPNexuEMbbR5XSS2xZM{oL", "type": "image"}, {"id": 11816049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd8bbd36-540e-47a1-ba56-d10b0b9d69e8/width=450/11816049.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "UIJ@ON~p.Stl~W%L58M|-njYv~r=WAaJ9GIU", "type": "image"}, {"id": 11816009, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b0beeb5-35cf-43c6-a68d-e8085bb704f7/width=450/11816009.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UGH_V,00GFkr?^vf0LyEu54o={I[pJIUxaRj", "type": "image"}, {"id": 11816042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32829590-6901-4fc4-b388-b7b44e2918cd/width=450/11816042.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "UNMF|201_MRP~Wrq9^X85Vn#RQ%2?HxYWCRk", "type": "image"}, {"id": 11816106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ca5ebd7-c837-4ed5-a59d-66ff94ea1984/width=450/11816106.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "ULKT;}8^7%tRPWxZOtxt9k-oNHx^xAo#E3e:", "type": "image"}, {"id": 11816018, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24a1e66c-01c5-4252-8f35-0f75ddf1d4f2/width=450/11816018.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UaHxf^?aACX5~qxuNGof?b%Laft7x^s;$%t7", "type": "image"}, {"id": 11816044, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec72f4b4-e4f7-4490-b46d-5cc8b92fc366/width=450/11816044.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "U9G*E600HAR60g?G019[~q4o~B9a0fS1soaf", "type": "image"}, {"id": 11816048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c949988c-6d02-45c8-b0d5-6d5cced25869/width=450/11816048.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "U8GtpY$RF=O[%$}[0K0300?ZH@0LOqt6oc^j", "type": "image"}, {"id": 11816041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/caa8fbd3-262e-4d53-913f-c31d15b98a7d/width=450/11816041.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UAL4B2^iCS?vGuQ-00Joxb.9,.T0_N_NIpM{", "type": "image"}, {"id": 11816043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe4f05cb-f46f-4809-9e1d-5c107e63b879/width=450/11816043.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UYKKTb_NTexux^kCRjV@ae$#$$aepItRNGRj", "type": "image"}, {"id": 11816105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2baef25-1f36-4b96-91fb-cb4d99a584e7/width=450/11816105.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "U4K0c_0202x]HDxt9#Nd00%100NG5l={4UnN", "type": "image"}, {"id": 11816099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/940de848-fee7-46cb-b56a-da2306c589c5/width=450/11816099.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UfNcZ%~V%~t7NHt7s.o}Ip.8oeRkNdxtX8jY", "type": "image"}, {"id": 11816101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9ff987a-2002-4ed9-a21e-688bdc3f88f0/width=450/11816101.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UXOCv%oM?^tRyYR+NIkD5TWCM|kDJ:a#R+Rk", "type": "image"}, {"id": 11816103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c00d7666-701a-4071-b5c1-53f296b8eadb/width=450/11816103.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UROL.Us:_M%24=of9GRjBrWBT0ogNtj[awWV", "type": "image"}, {"id": 11816109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1a6cf87-5797-4866-9ecc-16ce12449e6b/width=450/11816109.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "ULL:TC9FBpg2pIRjI;t79FxuMyog~VRjxHWV", "type": "image"}, {"id": 11816108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e301e04-d1b6-4917-8df6-567e1b3bba43/width=450/11816108.jpeg", "nsfwLevel": 16, "width": 896, "height": 1152, "hash": "UBLfm+0K7zj=7M9a9uR,01xuMctR~pkC-ptR", "type": "image"}, {"id": 11816137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38fd48c4-b0d3-4dd1-b461-b6959b1213e6/width=450/11816137.jpeg", "nsfwLevel": 16, "width": 768, "height": 1344, "hash": "UPLW6J-79urW~Wxas9enE*ogM{xa%gs.WBjY", "type": "image"}, {"id": 11816138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cf187e8-a471-465e-baf3-db9343a5aee9/width=450/11816138.jpeg", "nsfwLevel": 16, "width": 768, "height": 1344, "hash": "UQKwCBD4BWo0~WD%RPo}%gNGr=JByER4OtjF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/492257", "modelId": 441978} \ No newline at end of file diff --git a/datasets/metadata/492270.json b/datasets/metadata/492270.json new file mode 100644 index 0000000000000000000000000000000000000000..7699efa22b9ed2a1005b7c08cb1cebcbf5853d63 --- /dev/null +++ b/datasets/metadata/492270.json @@ -0,0 +1 @@ +{"id": 492270, "index": 0, "name": "Epoch 9", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-07T21:46:46.719Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["banagher_links", "wearing blccb pilot suit"], "stats": {"downloadCount": 52, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 410228, "sizeKB": 58704.5458984375, "name": "492270_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-07T20:27:15.609Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CD2FB7DA", "AutoV2": "C9819E93E1", "SHA256": "C9819E93E15D13D2CA564D6068E4C6CFDDC0AC436A2AB79F970D6C13215D3413", "CRC32": "71699017", "BLAKE3": "D9B172276904B11AEE3BE22CED35BCFFF5C39F395D5AFCBA796C2CD21C62C996"}, "downloadUrl": "https://civitai.com/api/download/models/492270?type=Training%20Data"}, {"id": 410351, "sizeKB": 223099.83203125, "name": "Banagher_Links_Unicorn_Gundam_SDXL_Base-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-07T21:50:50.971Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E44E50B9", "AutoV2": "EA32ECB60F", "SHA256": "EA32ECB60F59E559EF97AABB611848D248EED20D2B4BF440055694FA28F6DB1C", "CRC32": "D459FC6A", "BLAKE3": "A18C1EEAEF755463F06669FC7844D3C644089F90EDA1BB82FF559F81ABE60CF1", "AutoV3": "693E87B18920"}, "downloadUrl": "https://civitai.com/api/download/models/492270", "primary": true}], "images": [{"id": 11827776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/685bd748-ed3c-4116-af0a-5da76d7e8a37/width=450/11827776.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDG8s1~W000000Io%M-:0LIU-:W:_2tRnNVs", "type": "image"}, {"id": 11865805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57dcdd8e-5921-4711-b289-d13bfe1a2383/width=450/11865805.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEH_0x-79wE100o}EkS501r==dkV~pRltQRQ", "type": "image"}, {"id": 11828486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2df88822-6fc1-49ff-bb3f-d88b5010742a/width=450/11828486.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAGbL;%L000L~Q4;-n~U~n%L~BoyXUbY$fWB", "type": "image"}, {"id": 11828672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/076044f8-4548-4f6e-a350-71dccd7694b4/width=450/11828672.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCIqfH?I0KjZE04:RiNG0LRiw0WA~V-:M{%L", "type": "image"}, {"id": 11827938, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93fffead-fbbd-442b-93aa-e731a28c7dc4/width=450/11827938.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBG+5e-P009G00EN_2Ne0gRN~q-:8_?aIAV[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/492270", "modelId": 441996} \ No newline at end of file diff --git a/datasets/metadata/492388.json b/datasets/metadata/492388.json new file mode 100644 index 0000000000000000000000000000000000000000..b45f16f033d3d40157916ccba55b0b0a27c598c8 --- /dev/null +++ b/datasets/metadata/492388.json @@ -0,0 +1 @@ +{"id": 492388, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-07T20:42:48.679Z", "availability": "Public", "nsfwLevel": 3, "description": "recommended settings: clip skip 2 & strength ~0.6-0.8
", "trainedWords": ["mask", "crow mask"], "stats": {"downloadCount": 61, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 410273, "sizeKB": 18544.84375, "name": "masks_1-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-07T20:46:38.220Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "F176EC8C0D", "SHA256": "F176EC8C0D9DC1D89C23859B0FBDE2A91EDFBF80238305548945079E65339AC5", "CRC32": "F6ED5E4A", "BLAKE3": "00E2C06B26A1219885969FE2BE392025FC8525ABD7F83A9C26B7CF91465AC7AE", "AutoV3": "03C0BA7BF4BB"}, "downloadUrl": "https://civitai.com/api/download/models/492388", "primary": true}, {"id": 410272, "sizeKB": 9712.67578125, "name": "25_mask.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-07T20:46:03.112Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6990B4A5", "AutoV2": "D9F5261CC9", "SHA256": "D9F5261CC9F33AD23D6FE8AAF578024F80D7DACAC3E01A56A05A394EF37B256F", "CRC32": "57367097", "BLAKE3": "D1D5C2B3C45CCBDCCBB44B861892FB86EE1A3FE0D34BCFEFB82AD28940B9DCC9"}, "downloadUrl": "https://civitai.com/api/download/models/492388?type=Training%20Data"}], "images": [{"id": 11819315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c79fdf53-f5e7-4d00-84c5-9552bcfa04e8/width=450/11819315.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "URK1:x_NIV00%2RP9FbHx]M{D%IU_3-;D%M{", "type": "image"}, {"id": 11819321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59c4dcc5-9953-46b6-9630-6eb1537591f5/width=450/11819321.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UXKnScM{?bD%~q-;xuIUoz%Mj@xuogs:t7kC", "type": "image"}, {"id": 11819317, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/758c60a7-a2cd-48ea-aa92-51be7f663336/width=450/11819317.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UuKd}Lt7?bWB~qWBR%WB%MWBofWBozt7t7ay", "type": "image"}, {"id": 11819325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96c23f34-12de-42e4-9112-928d093b6c7e/width=450/11819325.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UkK-a;Rj-;%M~qay?bxuM{WVj?j[M{WBofWB", "type": "image"}, {"id": 11819323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abdc1bd4-0cef-4652-b55f-c9a12060d03c/width=450/11819323.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UMJRK.~q_ND%-;4n4.D%-;%MaKozozt8e.M{", "type": "image"}, {"id": 11819320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0813d37b-d9a5-4859-8ef0-3736d54060da/width=450/11819320.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UiKUA+%M_3Mx_Ns:ofIUxu?bt6xu%MM{NGWB", "type": "image"}, {"id": 11819318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c425d94c-5804-43ca-a55a-4a188ed577d5/width=450/11819318.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UGHn{Wo#pdVs?wxa~V9F~WMxxuIUR,t7%1xu", "type": "image"}, {"id": 11819322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbc4b8f4-6cf6-4502-9ed8-25099c2b4335/width=450/11819322.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UXKw@EM|%M-;~qjt~qt7M{WBt7oLf6WBWBj@", "type": "image"}, {"id": 11819319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9b657ab-b7e5-4399-8e70-bf6f24c29fd5/width=450/11819319.jpeg", "nsfwLevel": 2, "width": 768, "height": 512, "hash": "UeK1tJ-;%hof~W%Mxaa#%gWB-;RjRjIUaeRP", "type": "image"}, {"id": 11819316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35504635-c693-4892-80c1-0d3e30293c89/width=450/11819316.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UmKK.@%Nx]M{~pt7M{Rj%fofM{a#oIRjRkfk", "type": "image"}, {"id": 11896568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d824b46d-d39d-41cf-b172-acb2f5bce0f1/width=450/11896568.jpeg", "nsfwLevel": 1, "width": 912, "height": 512, "hash": "UDG8G-~VCSTdITv#SgEh4UbvNGIU?Gwc9uEM", "type": "image"}, {"id": 11896645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3a3b483-1919-4c7f-a1ac-8fb18af29960/width=450/11896645.jpeg", "nsfwLevel": 1, "width": 912, "height": 512, "hash": "UfLz~y-;.8xt~pxaWBD%t7xtIUR*xuxut7f6", "type": "image"}, {"id": 11896797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0811f19-e5cf-470a-9872-747893850333/width=450/11896797.jpeg", "nsfwLevel": 1, "width": 1824, "height": 1024, "hash": "UXIhdHtS_Na}~pt7%LIUR%V@jYIUxuWBofkC", "type": "image"}, {"id": 11896572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d8b6ae6-68c8-46d7-bcb1-05337ea53433/width=450/11896572.jpeg", "nsfwLevel": 1, "width": 1824, "height": 1024, "hash": "UfI4eL~B%fxu-PxWIUs.IpIpR+ofWFRks.fk", "type": "image"}, {"id": 11896573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a0ec475-2009-403f-bc2b-a7e1ac644253/width=450/11896573.jpeg", "nsfwLevel": 1, "width": 1824, "height": 1024, "hash": "UhL}51-;-=xu~pxaWBD%t7xuIUWBxut7t7a{", "type": "image"}, {"id": 11896569, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e5d86e2-ecb5-4de5-a8f4-2e1f6b15dd89/width=450/11896569.jpeg", "nsfwLevel": 1, "width": 912, "height": 512, "hash": "UMFi0]uP5TNbIlvyNsR%NZ-;tlaf-pXmRQso", "type": "image"}, {"id": 11896570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c879013-5366-49a5-be59-dc1462dc50c5/width=450/11896570.jpeg", "nsfwLevel": 1, "width": 912, "height": 512, "hash": "UdH-Sz~A%ft7-Pt2IUxGIpIpNaofWFRjs:j?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/492388", "modelId": 442079} \ No newline at end of file diff --git a/datasets/metadata/492408.json b/datasets/metadata/492408.json new file mode 100644 index 0000000000000000000000000000000000000000..43207f5e560bc1238aa5b053af89798ae08b1983 --- /dev/null +++ b/datasets/metadata/492408.json @@ -0,0 +1 @@ +{"id": 492408, "index": 0, "name": "Sadie Miller", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-07T23:52:47.189Z", "availability": "Public", "nsfwLevel": 28, "description": "this is my very first Lora, I used the civitai website for the whole thing.
", "trainedWords": ["sadie miller", "blonde hair", "chubby", "purple shirt", "beige pants,"], "stats": {"downloadCount": 128, "ratingCount": 0, "rating": 0, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 410500, "sizeKB": 223104.71484375, "name": "Sadie_Miller.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-07T23:45:55.654Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8C2F1B99", "AutoV2": "697A772185", "SHA256": "697A772185C31AF90F8E69340756DB1584E45F7C578D0F99F63C35C2A1688A2A", "CRC32": "0620F503", "BLAKE3": "D98AE1A35AB34E3C31B85627B47490139C98B3148DCC0C98A3A89661298FF376", "AutoV3": "C5673C248927"}, "downloadUrl": "https://civitai.com/api/download/models/492408", "primary": true}, {"id": 410432, "sizeKB": 44518.359375, "name": "492408_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-07T23:01:27.556Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5EDF57BD", "AutoV2": "850517FF61", "SHA256": "850517FF61EE8A963111E13FD4B281D550C2432ACF2189B1FEF90D1605379707", "CRC32": "5FF1D64F", "BLAKE3": "BC6C8C299B5E32AABFF53B6AEFB76E2829F0FEEC7B74F8047C9D9BB79D756AB0"}, "downloadUrl": "https://civitai.com/api/download/models/492408?type=Training%20Data"}], "images": [{"id": 11830428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a363f02-7983-468e-9893-fa74d72b0cfe/width=450/11830428.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "USN]|WxtyXt7~obID,oItlW?nPt25GWE%Joc", "type": "image"}, {"id": 11830429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/398b4f25-4484-4fea-8a3d-1de349521ab6/width=450/11830429.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UWN+-K-p}^R+-Vt7IVM|?HNGNGt7NLWU%1s:", "type": "image"}, {"id": 11830430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e89c3a9f-8579-4573-b256-192b22873ba3/width=450/11830430.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UNOWEAxu.Txu_0bcD,oI?YS6IXs+A1WF-ns+", "type": "image"}, {"id": 11830431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce81b688-47a8-4aa6-8a27-e4d91302f5ec/width=450/11830431.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U7P6Q,^*0HyDG5s-$.S5E_oH$mNM.mt2m-NN", "type": "image"}, {"id": 12108582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e86164a5-dacc-411e-a027-d3e83ce1fd02/width=450/12108582.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UMNcESxu9+xa?@bIJEoI9%R.m,s+RqWFSQt3", "type": "image"}, {"id": 12108583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e0074a3-b1c6-468c-8106-879f0b1fa6e7/width=450/12108583.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "USMjN_WFg%x[~TsSIWa~TDxsRUM~bxWUf+kE", "type": "image"}, {"id": 12108584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c320ab96-e460-4978-848e-495da5c533cd/width=450/12108584.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UGNJRkxuEB%2+qa$Ics+T0R-IWt3_MR.Sit3", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/492408", "modelId": 442099} \ No newline at end of file diff --git a/datasets/metadata/492460.json b/datasets/metadata/492460.json new file mode 100644 index 0000000000000000000000000000000000000000..d4c461b6712a3d1daec975282d26ffa2107b605a --- /dev/null +++ b/datasets/metadata/492460.json @@ -0,0 +1 @@ +{"id": 492460, "index": 0, "name": "Hyper Sperm", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-09T00:36:16.186Z", "availability": "Public", "nsfwLevel": 28, "description": "V1
", "trainedWords": ["hysper", "hysperwombbulge ", "hysperballbulge ", "hysperurebulge", "hysperbreastbulge", "hysper in pussy/ass/mouth/nipple/urethra", "holding hysper", "eating hysper", "hysper xray"], "stats": {"downloadCount": 649, "ratingCount": 0, "rating": 0, "thumbsUpCount": 118, "thumbsDownCount": 0}, "files": [{"id": 416215, "sizeKB": 88421.9716796875, "name": "Hyper_Sperm-000010.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-10T19:15:41.865Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DADB71E7", "AutoV2": "F29B727B2E", "SHA256": "F29B727B2E103187AC487D58B8D6F7B21E4344E2C5F039EDCA8DED1AD6AAF98E", "CRC32": "45222208", "BLAKE3": "C2BEFE4F0DFE5F96D2E28D3A0411F71FD97B6F02E10A4E9390C5A72BCC115A4F"}, "downloadUrl": "https://civitai.com/api/download/models/492460?type=Training%20Data"}, {"id": 412428, "sizeKB": 223129.55078125, "name": "Hyper_Sperm-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-08T22:35:46.617Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "67F21E02", "AutoV2": "59A5A546AA", "SHA256": "59A5A546AA0598B3CB97340B486378C05E9DC1E4B8B3C01EB5708043003D44D7", "CRC32": "C70C5EDA", "BLAKE3": "8D5AE83BC7FDC53E7F59E1BA7032EE745BA2F7284C99BC77D459840B4A55CDD3", "AutoV3": "5BDC6A71C79D"}, "downloadUrl": "https://civitai.com/api/download/models/492460", "primary": true}], "images": [{"id": 11918502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c880f5dc-13ff-4707-a35f-9a6d445d7525/width=450/11918502.jpeg", "nsfwLevel": 2, "width": 2000, "height": 2000, "hash": "U7IYnA003Tv$00^k=f00009t|_rt?^0KDP-U", "type": "image"}, {"id": 11918070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19d70770-8533-4275-90bf-a7a4f869538b/width=450/11918070.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UEIX:K-;CR_358%#~V-U9Z0Kv}IA9FMd9FEM", "type": "image"}, {"id": 11918071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aca6f89c-2490-47e8-8de4-6e84da7cf3e5/width=450/11918071.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6K^Qsv~0#HsLfYk+aIU000Lz:Jm0N.7xWr=", "type": "image"}, {"id": 11920245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9a159d3-ca82-43e8-b16f-93373059da81/width=450/11920245.jpeg", "nsfwLevel": 1, "width": 1496, "height": 1496, "hash": "U8K0$l-.13^j00IV1KMx_Moy,rkV5mXR^5S~", "type": "image"}, {"id": 11918072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aeb95b65-6285-45bc-83b8-bcf0cab1ec1f/width=450/11918072.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UKJ@j|=w00-:-;M{ShX8?w4:9Ga~?bIVIAjG", "type": "image"}, {"id": 11918794, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2acaad1-d4b4-4d3d-87be-f8e99cd16e64/width=450/11918794.jpeg", "nsfwLevel": 16, "width": 1496, "height": 1496, "hash": "UHH.1s00*0D%IoDixuIU9{Di%LM{-7pID*WB", "type": "image"}, {"id": 11918830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebf9dd28-7e55-425b-9e07-2f32529c561b/width=450/11918830.jpeg", "nsfwLevel": 16, "width": 1496, "height": 1496, "hash": "UXI}IwD%J:M|~pIoRjRlyCE1M{s;x]IARQt7", "type": "image"}, {"id": 11919104, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b135a159-bb92-4294-803e-8348d620352e/width=450/11919104.jpeg", "nsfwLevel": 16, "width": 1496, "height": 1496, "hash": "U5JtPD000PV=005sS#~W7$?F-:4U00_2TKM}", "type": "image"}, {"id": 11919371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db3da551-94d6-4fa3-bc3e-4be48df540e9/width=450/11919371.jpeg", "nsfwLevel": 16, "width": 1496, "height": 1496, "hash": "UAKUg6I{0XIx00xA#js8M{%0^~%L~UIbN1Ip", "type": "image"}, {"id": 11920472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2035b60a-f521-4e93-a7ae-708299a92314/width=450/11920472.jpeg", "nsfwLevel": 4, "width": 1496, "height": 1496, "hash": "UGK-UKS|ByM|LmXO.4IV?X$x=|R:={S$9HV@", "type": "image"}, {"id": 11920573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ba87c82-757c-4818-9ab3-d3077ff80117/width=450/11920573.jpeg", "nsfwLevel": 4, "width": 1496, "height": 1496, "hash": "UCJt;t01GH4T0000$eMxGG-;}?tlv|%ME2R*", "type": "image"}, {"id": 11920098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afa48a76-67e0-441e-82a0-0a2f2f80f5ba/width=450/11920098.jpeg", "nsfwLevel": 16, "width": 1496, "height": 1496, "hash": "UIJ%%iWC0M^j0eIoM{s:~Xr?wIS~Fsn$Mxo}", "type": "image"}, {"id": 11919106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b7a4c95-79ac-40da-b1fd-9e4b63f77295/width=450/11919106.jpeg", "nsfwLevel": 16, "width": 1496, "height": 1496, "hash": "U8KJ_O0001010c~CR50M00^*~p9G%MNGROx[", "type": "image"}, {"id": 11919948, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be1f1465-4eb6-4442-8269-6cd5281b3a49/width=450/11919948.jpeg", "nsfwLevel": 8, "width": 1496, "height": 1496, "hash": "UGEVg0~p57ba00IViwM{009Zs:of~p%Mxu%L", "type": "image"}, {"id": 11919944, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c2a80df-38a0-4946-8e60-1f553108509f/width=450/11919944.jpeg", "nsfwLevel": 16, "width": 1496, "height": 1496, "hash": "UAF$njM{00Rj00WBjFj[00xu%LWV~Wof4oRj", "type": "image"}, {"id": 11920986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37f3fa5d-a7f2-47f5-972a-09f975328cce/width=450/11920986.jpeg", "nsfwLevel": 16, "width": 1496, "height": 1496, "hash": "UQIr51R6.mtQE8oJrXnO56IUMx%1-Ca0S#Nb", "type": "image"}, {"id": 11921147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0d33e5a-5ff5-4524-b3db-7a757692b0db/width=450/11921147.jpeg", "nsfwLevel": 16, "width": 1000, "height": 1000, "hash": "UMKwX.baK*V[_Nj[D%kDEkIVZ~s.nhxZRjbb", "type": "image"}, {"id": 11921169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5fcf883-e093-4010-b174-92b10730015b/width=450/11921169.jpeg", "nsfwLevel": 16, "width": 1000, "height": 1000, "hash": "ULF$Ffbv0LsA*Joz9FkBF{n%rXSgxuxu-UIo", "type": "image"}, {"id": 11921265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57861016-8a4c-414e-841a-7d246756d647/width=450/11921265.jpeg", "nsfwLevel": 16, "width": 1000, "height": 1000, "hash": "U9IE36zB7$vzDk+H}W^kvf^+-Bx]?aI@spD$", "type": "image"}, {"id": 11921308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83b8cf15-cb2d-44b1-b743-287f8443c21b/width=450/11921308.jpeg", "nsfwLevel": 16, "width": 1000, "height": 1000, "hash": "U9KT_T9c008w0x00}QEK00~WwNTe0f^kmTK5", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/492460", "modelId": 442147} \ No newline at end of file diff --git a/datasets/metadata/492570.json b/datasets/metadata/492570.json new file mode 100644 index 0000000000000000000000000000000000000000..fad6bcaa68c87549b1954586bea7673411801548 --- /dev/null +++ b/datasets/metadata/492570.json @@ -0,0 +1 @@ +{"id": 492570, "index": 0, "name": "Ren Maximilian", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-08T01:38:58.981Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 40, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 410471, "sizeKB": 11231.58203125, "name": "492570_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-07T23:25:42.014Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F93EA843", "AutoV2": "FABF6A7B92", "SHA256": "FABF6A7B926D4875B1CE5F6D7B695F02C81C47AF3500B85EFA56A64DA9C4E54F", "CRC32": "E47270F9", "BLAKE3": "1A0DC2BC54389D34D805757F687EC74E1F210326B1B1AFE5C43677DEF35C4125"}, "downloadUrl": "https://civitai.com/api/download/models/492570?type=Training%20Data"}, {"id": 410598, "sizeKB": 223103.01953125, "name": "Ren_Maximilian.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-08T01:01:18.272Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3B60D282", "AutoV2": "A8278B432E", "SHA256": "A8278B432E95EDD2A1CCE4635303F3746E06E629623DA1A2528CF5540AC936F2", "CRC32": "166748DD", "BLAKE3": "D825E82FB89D0DBACC8A5A0DA76507526AB9219CB856FC82994BE6837348690C", "AutoV3": "0A241C5B3202"}, "downloadUrl": "https://civitai.com/api/download/models/492570", "primary": true}], "images": [{"id": 11848888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61a23722-68d9-4ec0-bc10-aa87ee6fbdd1/width=450/11848888.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UXHdvvoJXm%1~WoKOYWB?bRj-pofyDs:xuWC", "type": "image"}, {"id": 11848886, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0aaa2ed-4526-441a-a039-919b7310c258/width=450/11848886.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UCI;6Nt6O-$z~TNd?a-o%0IV%1oM58%10MI:", "type": "image"}, {"id": 11848884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89756331-5604-4d44-9164-bfd57b69bf56/width=450/11848884.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UKGazfayJ5$%~9WDxuxZIoaxRlozE2ayniWB", "type": "image"}, {"id": 11848887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ba19051-d8e2-4886-8ff2-5b43b8096780/width=450/11848887.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UHINEi_31h~W0#ofIUIVDjDiD%IU^*xt$*xt", "type": "image"}, {"id": 11848885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82f092a0-fe15-4da5-b4ab-e8d03e45cc58/width=450/11848885.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UKH^-M4p0xiw_MIB%MVsMJRk-=kBE*tQMxRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/492570", "modelId": 442251} \ No newline at end of file diff --git a/datasets/metadata/492638.json b/datasets/metadata/492638.json new file mode 100644 index 0000000000000000000000000000000000000000..ae688573ab0114dc4e8c1b2d23e276e20b92aaca --- /dev/null +++ b/datasets/metadata/492638.json @@ -0,0 +1 @@ +{"id": 492638, "index": 0, "name": "1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-08T03:52:01.417Z", "availability": "Public", "nsfwLevel": 28, "description": "For regular outfit use: goggles on head, blue bodysuit, sleeveless, armlet, belt, black shorts, white thighhighs, fingerless gloves,
for summer outfit: Pengy, small breast, blue eyes, blonde, short hair, twintails, blue bikini,
for new outfit use: goggles on head, white jacket, white leotard, belt, thigh strap,
for any other costume use: Pengy, small breast, blue eyes, blonde, short hair, twintails,
1.0
", "trainedWords": [], "stats": {"downloadCount": 251, "ratingCount": 0, "rating": 0, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 411376, "sizeKB": 1228.27734375, "name": "493496_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-08T11:30:45.116Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "911E4AA99A", "SHA256": "911E4AA99A4E9E13C289C8D65EB885552389A35A323958C11B7D969401BA5117", "CRC32": "A0CF4E15", "BLAKE3": "B9512807EFCD2E2376D8B9C661A3AD604F436A43A857DB84150B9883F365342E"}, "downloadUrl": "https://civitai.com/api/download/models/493496?type=Training%20Data"}, {"id": 412644, "sizeKB": 36977.4765625, "name": "Rough_Gay_Anal_and_Explosive_Orgasm_with_Cum-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T01:21:20.762Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "ED1ED721", "AutoV2": "EF8CB6F1E4", "SHA256": "EF8CB6F1E4FACE38A35E4EC49DB80B02466764D72B44AEF29E5C347ED5323AD0", "CRC32": "F6421AC8", "BLAKE3": "8D9A1B83C076236E609B8E343CDA58720543973CDB1E6B89C5EBD53FFC21001E", "AutoV3": "EB14206AA5EC"}, "downloadUrl": "https://civitai.com/api/download/models/493496", "primary": true}], "images": [{"id": 11925346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a8656e8-3d40-45d0-9ec1-dfd4e4752ea5/width=450/11925346.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UGH^L+xu~B={-pt7~AI:I:NG%1E2R*Rk-o-o", "type": "image"}, {"id": 11925366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61af0710-2503-410d-97c1-b968aee162f6/width=450/11925366.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "U4ELBE?H0M}@7%tR0#0f1lNx^*xEPC={IqIn", "type": "image"}, {"id": 11925368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21d32d6a-6bc1-4ebc-bd61-fd20fde58791/width=450/11925368.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UAG%_YWAI;9uxtM{%1I:01Sg~BIoNeofR*M|", "type": "image"}, {"id": 11925380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a970bbab-b99e-4e4d-95cc-1305f33643f1/width=450/11925380.jpeg", "nsfwLevel": 16, "width": 768, "height": 512, "hash": "UIE-s|={kV~B%2?Gt7s:57j?-UNGWVR*s.oL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/493496", "modelId": 443122} \ No newline at end of file diff --git a/datasets/metadata/493500.json b/datasets/metadata/493500.json new file mode 100644 index 0000000000000000000000000000000000000000..569a0f2074e783ffacdf194816e2e9c654ccf006 --- /dev/null +++ b/datasets/metadata/493500.json @@ -0,0 +1 @@ +{"id": 493500, "index": 1, "name": "1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-08T11:59:04.774Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 102, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 411415, "sizeKB": 223101.24609375, "name": "Peep_toe_stiletto_heels.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-08T12:00:55.422Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DDB3AC2A", "AutoV2": "87C220D200", "SHA256": "87C220D2005515C8840F795D5B1331B87BEAF5C9AE94469BB7B13F6A3A4B499E", "CRC32": "B549C308", "BLAKE3": "DB6C4BB5703EF2D55E58F95EC695D491C5671A143B6BCCA0AF7E4915654EB0C2", "AutoV3": "110A2AF119E2"}, "downloadUrl": "https://civitai.com/api/download/models/493500", "primary": true}, {"id": 411375, "sizeKB": 946.259765625, "name": "493500_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-08T11:30:45.204Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "C967DFFD75", "SHA256": "C967DFFD757675ACE571C8D7B05A35326E90EF447D904805524210CF0B2C529D", "CRC32": "4F2667AD", "BLAKE3": "4692AA82D3EBCB9BFB3337602AB2121F761A002AFE8325F7F826130DD1E63A42"}, "downloadUrl": "https://civitai.com/api/download/models/493500?type=Training%20Data"}], "images": [{"id": 11873234, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24c52542-9063-477b-8e06-5cc4328ffaf4/width=450/11873234.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMJtrA-p*0ozD$t6tRRjtSbbn$adoJbGt6n$", "type": "image"}, {"id": 11873237, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a567e321-b83a-4826-b51a-51be1078a190/width=450/11873237.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UsPsO~xu?^ozr=ofo#ayNGkCV@jZjafkt7js", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/493500", "modelId": 443126} \ No newline at end of file diff --git a/datasets/metadata/493894.json b/datasets/metadata/493894.json new file mode 100644 index 0000000000000000000000000000000000000000..c568669962ec4df704d8175f76315f68546cfde7 --- /dev/null +++ b/datasets/metadata/493894.json @@ -0,0 +1 @@ +{"id": 493894, "index": 0, "name": "1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-08T15:57:23.638Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["mlpgloriosa", "daisy wreath in hair", "show accurate", "magenta hair"], "stats": {"downloadCount": 59, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 411758, "sizeKB": 6629.248046875, "name": "493894_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-08T15:26:22.857Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "670FAC0F", "AutoV2": "9F5DB85DF4", "SHA256": "9F5DB85DF452B46DAF4E5CF52B756DFB7FA437EEE4670D265B7490A193710816", "CRC32": "8FD81CEF", "BLAKE3": "20CBF54322FDF68073EC97ADF14DAB336D39CAF3B58A33906105FE8CA9E0A5DD"}, "downloadUrl": "https://civitai.com/api/download/models/493894?type=Training%20Data"}, {"id": 411814, "sizeKB": 223100.91015625, "name": "Gloriosa_Daisy.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-08T16:01:05.496Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "37F43EBC", "AutoV2": "14C28CEA0E", "SHA256": "14C28CEA0E391B1901E6E8661230340499FE08CAF831B5275B18BEB5968D02E1", "CRC32": "DDCD9FBA", "BLAKE3": "45A849C56E06D410B5F4DD5540F109DE2894BD61D6A281E95A2E06204D016714", "AutoV3": "65872B43C688"}, "downloadUrl": "https://civitai.com/api/download/models/493894", "primary": true}], "images": [{"id": 11908736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e83670f8-9fc2-4a54-9ceb-b463062540f0/width=450/11908736.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDGb6P000#$|_24oNa-o5tr:^*Iu?wDhkCIp", "type": "image"}, {"id": 11902353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/386eaf43-df1d-410e-b47c-75144b62c26e/width=450/11902353.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7C6Jn}[000KS$RlIWV[01bu^*nim?$*x?E2", "type": "image"}, {"id": 11902350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/541d285f-ca2d-4604-8cdf-044cd12817e7/width=450/11902350.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U8C=}3xvEM0L~pELjFRk%M-.-ms,EM?ZNHxa", "type": "image"}, {"id": 11902351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9dad12ba-5826-4e22-babd-8b06457d9e9e/width=450/11902351.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQF#%J~VEKI:-:%Lxst3RixtxuV[xuWVRjjZ", "type": "image"}, {"id": 11908734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15316e5d-9034-4830-8aba-00d332efce05/width=450/11908734.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UZHx7.%2S%WV~WxZxuoztmt6xYxa?GxZNHt6", "type": "image"}, {"id": 11902354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36a791d7-ff43-4730-a176-8af5786098f1/width=450/11902354.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U7Ac#m020c~Va2IUOtVsF1%0w|NG9@R:=_I=", "type": "image"}, {"id": 11908737, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2d1ce31-6904-4afa-a5de-0ec13a740f53/width=450/11908737.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UAECao0000%K~p01-;$~?Z4o?vRi9ve,^+9Z", "type": "image"}, {"id": 11908738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/112b62b9-15d9-4915-b1a2-ac991b2bcbab/width=450/11908738.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UED]0Q~V0M9aITM_E2S2A1o#~A$%9ZE1Rks:", "type": "image"}, {"id": 11902352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b67d5860-3b77-41bd-8a0d-fd5447aa7950/width=450/11902352.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U8C6Z0EL04^l0XNetJ-o{]oe58jbFvt8v~M{", "type": "image"}, {"id": 11902384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05ab00ad-9a64-4f8e-bf59-0619ed9f053e/width=450/11902384.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UXFOilNH%gt7~VRktRof%MWCoLkCkqazn%jZ", "type": "image"}, {"id": 11902407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35eb8393-4985-4c41-b285-b4c7f1b07eb4/width=450/11902407.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UQF=ju~V.8Vst-t7ozjsEhNbRkflNfS4RkjZ", "type": "image"}, {"id": 11902395, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59bd4523-d35a-4a9a-97e2-cf3b25c8429a/width=450/11902395.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UJFhxL}[yr.89}Z~tlX9PpVsRkI;r@s:nOoz", "type": "image"}, {"id": 12441018, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e20eab4f-1c6f-4011-8d31-6b76eb08624f/width=450/12441018.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "ULJQD*~A^Hxu}oR+EkslNdn%RQIpoyj[xGa}", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/493894", "modelId": 443484} \ No newline at end of file diff --git a/datasets/metadata/493912.json b/datasets/metadata/493912.json new file mode 100644 index 0000000000000000000000000000000000000000..938f69ef1842a212c46914dde53e7e88e534ad63 --- /dev/null +++ b/datasets/metadata/493912.json @@ -0,0 +1 @@ +{"id": 493912, "index": 0, "name": "v2.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-08T17:20:17.333Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 119, "ratingCount": 0, "rating": 0, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 411763, "sizeKB": 177547.625, "name": "493912_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-08T15:31:22.818Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3315B878", "AutoV2": "7FC1DFD529", "SHA256": "7FC1DFD529571A14763214024B80540A4FD370ED68918AF1767EF7D02AF3BE46", "CRC32": "F21A3D03", "BLAKE3": "78DB9C3B551CB9A82146EE4E7F541F50111E6C015710D3A912D6A4E94A2C2381"}, "downloadUrl": "https://civitai.com/api/download/models/493912?type=Training%20Data"}, {"id": 411884, "sizeKB": 223107.44921875, "name": "Furry_Hippo_Lora_v2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-08T16:40:53.288Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7E418842", "AutoV2": "08D03C7ABA", "SHA256": "08D03C7ABADD9D744F27F538AF07137853A50CED84F4D457B736D19168E61EB4", "CRC32": "EA6928EB", "BLAKE3": "B14D55D19640C7B5EF7AB8A14462B1C1685BC2493ABEDD9D592E3FEAE6E30366", "AutoV3": "EC91993F386F"}, "downloadUrl": "https://civitai.com/api/download/models/493912", "primary": true}], "images": [{"id": 11894161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a207bf8-4567-4be3-b6cf-2c58f1d6e742/width=450/11894161.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UdMs_}xutlxa~q-;RjMxtmRjM_adt7RP%MRk", "type": "image"}, {"id": 11894155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3c14a29-fff3-4d66-9fe0-9cc3ef6e51c1/width=450/11894155.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCHd{j00u5~V%f-o0L%LaLRjVtE1SN%M%NM|", "type": "image"}, {"id": 11894158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed3fc6a3-486b-44cf-aa1c-d4fbc4fdc83c/width=450/11894158.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UaLD#_-p%hR*~qt7xta{Ipj[jYoLxtf6ayj[", "type": "image"}, {"id": 11894175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ad4f52e-2511-48d8-b533-6b7b39347dba/width=450/11894175.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJHxNb9G9_%MJCjE-:R+4:%MadbI~WbIIVs:", "type": "image"}, {"id": 11894184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8574200a-77bf-4e1e-922a-2d49d20dbf72/width=450/11894184.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7HBoI0000WC~qM|xF-p00t7?Hs.xBM{E2ax", "type": "image"}, {"id": 11894196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8e12bf0-c7e5-4a5e-9fc4-dd34d813b6fc/width=450/11894196.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJKTVv580g%2_NWXIUoz-oNHM|t6?GRjM{R*", "type": "image"}, {"id": 11894220, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77ba0b77-29e4-4079-84ea-1df8aa967c66/width=450/11894220.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UoOWKTbc?w%1_3ozRjayx]V@ofayogjZRjoz", "type": "image"}, {"id": 11894225, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d234738-66fb-40f9-98b1-3bb38a18bdce/width=450/11894225.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UOG+8jxa9aR*~poeM|WBE1ayxaj[xZj[%2s:", "type": "image"}, {"id": 11894257, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f2007aa-993e-4152-840d-7e69d07f32fd/width=450/11894257.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UNLf~:s:.Txa~qoeS4W=ysaxt7fR%gj]IAs.", "type": "image"}, {"id": 11894263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4112c05-5c45-454d-947c-894e04aa14e5/width=450/11894263.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UNLq98-o?wj[?bWBD*RjtRofV?t7M{WBxuf6", "type": "image"}, {"id": 11894273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50cc1c4b-499f-404f-a772-babc72b76758/width=450/11894273.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UOJkAhNb?w?a~pM{D*s:%Mt7-;oL?boy_3oJ", "type": "image"}, {"id": 11894589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58530f44-db8b-481c-bf36-bbe43a682fe6/width=450/11894589.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UxOWQls.?wkDx]WBaet7RjM{ofxus:oeofbH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/493912", "modelId": 443502} \ No newline at end of file diff --git a/datasets/metadata/494230.json b/datasets/metadata/494230.json new file mode 100644 index 0000000000000000000000000000000000000000..8408eee981eed28967dc720463458f223e577352 --- /dev/null +++ b/datasets/metadata/494230.json @@ -0,0 +1 @@ +{"id": 494230, "index": 0, "name": "various objects,", "baseModel": "SDXL 1.0 LCM", "baseModelType": null, "publishedAt": "2024-05-09T09:06:35.905Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 129, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 412104, "sizeKB": 37281.07421875, "name": "494230_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-08T18:55:53.857Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "ED663E96", "AutoV2": "ADD7814E50", "SHA256": "ADD7814E504F6FA0BAC89AC844D289DEB97217846F819D3CEFB722AB3CBF319D", "CRC32": "207FD463", "BLAKE3": "82CF78BCD56C5E11E60F05DCCB291CAD8F9B1F8DC10F84DA70810089D0F7D24C"}, "downloadUrl": "https://civitai.com/api/download/models/494230?type=Training%20Data"}, {"id": 413196, "sizeKB": 223109.14453125, "name": "various_objects.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T09:05:49.125Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A65D6E33", "AutoV2": "61FA9DAA14", "SHA256": "61FA9DAA141C7B44C4797538438DCDA8018A5A03EBC25712F17124B42EEADBF1", "CRC32": "53963172", "BLAKE3": "77829C63466DD8F740B405BA2D02AB433CACFEC98E6C0765D2D5D4CDF7655572", "AutoV3": "676D323B1EDC"}, "downloadUrl": "https://civitai.com/api/download/models/494230", "primary": true}], "images": [{"id": 11953970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7df51847-e1e5-4080-a58d-a379302059b2/width=450/11953970.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UAG*yj~W5qof0eIoj?M{n6jF-TxZgNofxukW", "type": "image"}, {"id": 11953974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea2cb8dc-471d-44c8-98de-f100b7da4ad6/width=450/11953974.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U9EeJjNH0fxaMxxu9ZIU~VNG-p%20eaykCjF", "type": "image"}, {"id": 11953973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e583441-23e2-4904-917b-edcf4a47381e/width=450/11953973.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMKJ_Bxa~AoJ%1ofs:WCM{WBI;a|t6WCj[t6", "type": "image"}, {"id": 11953971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04f19f70-ec0a-4469-b834-b0d265ec4d12/width=450/11953971.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UHHAY49uR7~B-V%2%2E2R*oeRjW;s:o2xaWB", "type": "image"}, {"id": 11953976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3317036-5207-4315-8741-6a5dffb20c44/width=450/11953976.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBFE=f}?cEsTt7EME1Rk0zD*IoSNxut7kCo1", "type": "image"}, {"id": 11953975, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50fb8cf0-ed4b-40c2-a323-e8701c9b3ddf/width=450/11953975.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U7FEr{E100%2M{~C4.4.OsE1?Gt70K-oEMIo", "type": "image"}, {"id": 11953980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8dd9e79-293f-4c11-a338-448afd588b89/width=450/11953980.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBGHrG}?5lM{5R9uIoWB0fIpaeW=xu%1%1xa", "type": "image"}, {"id": 11953978, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8045cbd-3ca4-44d9-8a9b-194c356eee51/width=450/11953978.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UFDuoKM{EfIo~BxZR*Ipt7%1xZNGtQofxaR*", "type": "image"}, {"id": 11953977, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e61695a1-6991-4ffe-9947-bd0bd828d70e/width=450/11953977.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6BCxxEL0f-U?u-U0LX75rW=D*EM~UNHwIRj", "type": "image"}, {"id": 11953979, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d96dffe5-f0c0-4d1b-a36c-2612d770f48f/width=450/11953979.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U2G8Dvx^2[D*%#9]00Rj0#01QmE2~B0L0L9u", "type": "image"}, {"id": 11953985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/369dcb76-ac2c-4666-b353-b712657fc50d/width=450/11953985.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCFF1=~VAbI@9EELD%w^NIMyjYxtxFxaWqa#", "type": "image"}, {"id": 11953983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9fd8186-ab15-4f1c-8aca-3a8d4bba2218/width=450/11953983.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U8A9+xxG4:NH~BE2Ioof579a={xa0fWB^jf6", "type": "image"}, {"id": 11953982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0927c10b-2b31-4b25-b2a0-c54d74f073aa/width=450/11953982.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U5Cr__}@9tOs00579_E10g=x=w={W.-oRj5S", "type": "image"}, {"id": 11953981, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6aad9a7c-d2ad-4aa1-b39c-02226cf86d8d/width=450/11953981.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8F$Lu_Nu5E1IVDitRx]0KWBDOxvxZyDNGMd", "type": "image"}, {"id": 11953984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e380a63-7c43-414d-b1a0-d45ca7517aa1/width=450/11953984.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U4IXT]003XIV4n.7OFD%I;~VMdEMHXELNaDj", "type": "image"}, {"id": 11953993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1877c5d3-ad49-46ce-a409-6332c38ff557/width=450/11953993.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UFFOZG%f5mo#9uM{NGRj0Lt7?Gof~BaxIUWV", "type": "image"}, {"id": 11953992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/486d2571-4ed5-48e7-9f98-0f8e992a833f/width=450/11953992.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U8H1uj0g5;I;00J8Mx57EMV@$*W=~BNG%2s.", "type": "image"}, {"id": 11953989, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ea7a437-0dd8-44d0-96f7-ace5d7fc152e/width=450/11953989.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U3C?M?~V0#X-.Sbb$%oK00R*Z~niE1fj$*sn", "type": "image"}, {"id": 11953990, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56e9c9f4-3b0a-4fc3-b6f0-4015014505b2/width=450/11953990.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UAF5gO~VTcOWtlR*xas:9ZNGjFs:NGWBjFof", "type": "image"}, {"id": 11953994, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4298e61e-4164-4271-a143-6573a28be978/width=450/11953994.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6J7,h^j8JKR00G]AcDOQ-M|vy%1_2r=jEk?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/494230", "modelId": 443793} \ No newline at end of file diff --git a/datasets/metadata/494313.json b/datasets/metadata/494313.json new file mode 100644 index 0000000000000000000000000000000000000000..879d58f222cce526ee4c5e91473b4377299bb0ac --- /dev/null +++ b/datasets/metadata/494313.json @@ -0,0 +1 @@ +{"id": 494313, "index": 0, "name": "BigSleepAI Custom", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-18T19:02:36.562Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["bigsleepai"], "stats": {"downloadCount": 34, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 412171, "sizeKB": 35205.4248046875, "name": "494313_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-08T19:41:31.410Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D89D5918", "AutoV2": "F31779D710", "SHA256": "F31779D7100CE8559ABDEA9041C9633B2ED6378D9452825FC2C1497672A202CB", "CRC32": "FE014EE4", "BLAKE3": "6824DFBA676A50A8471CF5E77D9BC71AF63E3C0282C743BC4C7B89CC9903B3FD"}, "downloadUrl": "https://civitai.com/api/download/models/494313?type=Training%20Data"}, {"id": 432194, "sizeKB": 36987.0234375, "name": "BigSleepAI_Custom-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T18:16:26.297Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D8A08A36", "AutoV2": "0EF7C10820", "SHA256": "0EF7C10820D1F2E8B4E3CFBB89392385260D0557AFD4E544F4263A36218B117B", "CRC32": "0BFD827F", "BLAKE3": "6585871E9CE1DBAE71313F7CD07195BEE54638BC36E281779308A9A1FA0FC974", "AutoV3": "4394B1466493"}, "downloadUrl": "https://civitai.com/api/download/models/494313", "primary": true}], "images": [{"id": 12877018, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6975616e-bf82-4501-b686-caec33f514bb/width=450/12877018.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UBIzrA}]05=}03r=$,Nf9J$|yC58j_$*WYNG", "type": "image"}, {"id": 12877010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20cad89f-daba-4fb7-9058-f4cc2e271257/width=450/12877010.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9KkyL05K4=x}G}?NbI=0o]~-AWV1PNtIqxZ", "type": "image"}, {"id": 12877012, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/320e09a3-37e3-4ed4-8442-27aa56d24425/width=450/12877012.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDCi?*EMx]L}VqI9tTnh9@Mcx]bt.TMco}WU", "type": "image"}, {"id": 12877015, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbd03e8f-56db-481d-8053-8f937579a605/width=450/12877015.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UACZhBTvRT$+C{x[CInO:AXR9avP+%J5qdn7", "type": "image"}, {"id": 12877019, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/826cbf83-9fee-4556-879f-4ed2eefe9a2e/width=450/12877019.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U6CY%L_M%2t6Br~V?a-poh-:-;%Lx^%LRQNG", "type": "image"}, {"id": 12877017, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/111b0123-ddac-4a23-bc2a-91621c9737c5/width=450/12877017.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPJ}ZJ#X{TKcwMW.$+r]#pSd#:e.:?#rJPOT", "type": "image"}, {"id": 12877021, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/040519b3-1d37-409b-98f2-7a973b18d9ea/width=450/12877021.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UBFO+3+]niAu~poyWBae$*oyoeRjxun%t6SN", "type": "image"}, {"id": 12877022, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6dc91d69-3f58-4718-b302-e84b116613e0/width=450/12877022.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UD8h%9axaytQb~aeVxtPjPayRCkDipaea#oz", "type": "image"}, {"id": 12877023, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed0e13de-8b8d-4255-b744-8a1e870065d6/width=450/12877023.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U5An7,-?00DkwCxB9pE000Mv=|tgHDXE*+=~", "type": "image"}, {"id": 12877027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/509fc063-9095-4be1-a13c-8d09916976e8/width=450/12877027.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U86STPniQ-o].lj;V=a$n.axj:WGkka$jEf,", "type": "image"}, {"id": 14485909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daa99918-efe5-4c66-b290-2fa02c25b96a/width=450/14485909.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U4CGfKSjMcMw0000%MRP00%L%h%N?b~VX8?b", "type": "image"}, {"id": 14486221, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11869ca8-c719-4069-82e4-a0a3528fc890/width=450/14486221.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U08|R,E200^%0h^%020M000g9axZ^%jG~9={", "type": "image"}, {"id": 14487053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21095901-4ad8-4839-9fb3-9e556d4ae2a2/width=450/14487053.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UMELst~q-;=}~W%LW:RQOTnSs:NYSwRjs;I.", "type": "image"}, {"id": 14487327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d21c2f9e-180a-4641-bdab-92ad3fcc5378/width=450/14487327.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "USGj?8$zR%XSFrt5t6xZEKxts:sm}?%Lr?NG", "type": "image"}, {"id": 14487504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcd53385-e008-4446-aeeb-e7eb2403ac64/width=450/14487504.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U5J7?ah{rC00}*^jIBNH000OcF_Noh-;%LWA", "type": "image"}, {"id": 14488236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e0c227f-5dd2-4b3d-8ac6-74a969ae5ed2/width=450/14488236.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJA^gn?aIVD*_L.6M{IU%0xtWCRkVsRjkCt7", "type": "image"}, {"id": 14488238, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2330150-6550-437a-9ece-c20d51df27a2/width=450/14488238.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U49jot5500R:E9xuMyRk00j__M${04M{%zg4", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/494313", "modelId": 443867} \ No newline at end of file diff --git a/datasets/metadata/494447.json b/datasets/metadata/494447.json new file mode 100644 index 0000000000000000000000000000000000000000..0fdd2b566a8dc138c4ad88536c3324b488dfb184 --- /dev/null +++ b/datasets/metadata/494447.json @@ -0,0 +1 @@ +{"id": 494447, "index": 0, "name": "Aria Payyne", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-08T22:20:17.969Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 34, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 412398, "sizeKB": 223099.08984375, "name": "Aria_Payyne-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-08T22:21:32.369Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "04EA7904", "AutoV2": "4A7786391F", "SHA256": "4A7786391F276C24611CDA2AD7A3B55F295E5CFAA11B9B8A2E81D2F0468943F6", "CRC32": "96B54F64", "BLAKE3": "3E1BBC7EC96B4821BA66833F52C7BE189BBC738A58ED621D5DED0115EA91101E", "AutoV3": "279E61FCA480"}, "downloadUrl": "https://civitai.com/api/download/models/494447", "primary": true}, {"id": 412327, "sizeKB": 371.849609375, "name": "494447_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-08T21:35:53.972Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "1BE313C1B4", "SHA256": "1BE313C1B45B412854907F48E853EBF9933CBB609DBB8E317ACCE3A37FDC522C", "CRC32": "14DCFD66", "BLAKE3": "56753B25254A185F243CB5B8ECA651A9F28E8206F0E440AD515872E74B3D1F9F"}, "downloadUrl": "https://civitai.com/api/download/models/494447?type=Training%20Data"}], "images": [{"id": 11914102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89bd9902-279c-4528-9411-524c54df500e/width=450/11914102.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U47B7Z_M5;9ZXnM|R6V@NcM{xFxtozaes9kC", "type": "image"}, {"id": 11914098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e59a1b35-88c0-4225-996b-c53fbd61a185/width=450/11914098.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U69j+G_Myr4:.8IVV[V@I=M{VsxZtRj[V@kC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/494447", "modelId": 443996} \ No newline at end of file diff --git a/datasets/metadata/494651.json b/datasets/metadata/494651.json new file mode 100644 index 0000000000000000000000000000000000000000..1f1a5a60b4e131922d23311d9e229f049dd660b7 --- /dev/null +++ b/datasets/metadata/494651.json @@ -0,0 +1 @@ +{"id": 494651, "index": 0, "name": "Phoenix Montoya Rodriguez", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-09T04:06:25.941Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Phoenix Montoya", "blonde hair, blue eyes, animal ear fluff, cat ears, facial hair, stubble, goatee", "red hair, brown eyes, animal ear fluff, cat ears, facial hair, stubble, goatee, 1boy, solo, male focus, freckles, hispanic,", "1boy, male focus, solo, solo focus, orange hair, brown eyes, animal ear fluff, cat ears, animal ears, facial hair, stubble, goatee, hispanic, "], "stats": {"downloadCount": 32, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 412506, "sizeKB": 115840.564453125, "name": "494651_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-08T23:41:22.231Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6EFBD0AC", "AutoV2": "339B5000BE", "SHA256": "339B5000BE6A9E363324AF4DB69DF1527A1572E23E3BCD6241CE51B2F80DE46F", "CRC32": "1CF4F228", "BLAKE3": "744497E9821DF58641EE5BDB6F9BDB3E2FEA5EEA4F6BF0FD07BDB23A58D972FF"}, "downloadUrl": "https://civitai.com/api/download/models/494651?type=Training%20Data"}, {"id": 412858, "sizeKB": 223104.40234375, "name": "Phoenix_Montoya_Rodriguez.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T04:06:22.070Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9A4C2504", "AutoV2": "3A849194B2", "SHA256": "3A849194B284F018E0D96E1E8795363DAB6D6DFA34612C9BE3F24498A5426492", "CRC32": "61847233", "BLAKE3": "EFFDD527AEDBF86B8A683D14C0D141CA5ED1DF0FD519A027EA67688296A0802D", "AutoV3": "B831C1774930"}, "downloadUrl": "https://civitai.com/api/download/models/494651", "primary": true}], "images": [{"id": 11937436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0226382a-34a8-4232-a2a9-28ef075fb429/width=450/11937436.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UUE.R#E1O@s9~VRjShoJE2xaVsbbI;t7i_kC", "type": "image"}, {"id": 11937439, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abdcc2d1-36f8-42ba-8093-d1c73b4d786a/width=450/11937439.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UNEeodoK0f4:~Wj[D%M{K6ozMx$%T0kCRPt6", "type": "image"}, {"id": 11937435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2da2704f-1b77-41f0-b6d6-27916ab5f915/width=450/11937435.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKDbvZxb0f9t~Wt7D%M{O@xuIAn#%#tRa0jF", "type": "image"}, {"id": 11937434, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d3a8d5f-0717-454b-9447-e7064236c167/width=450/11937434.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMG7#n~BcYo}}@%1SNWX0fIVIUM|S~S5ogWC", "type": "image"}, {"id": 11937437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b25f828-89ff-4291-9d4a-b96666dd91fd/width=450/11937437.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDDk-}}@0z9u?GRkD*xa1|EMnO={pHNHV@t7", "type": "image"}, {"id": 11936446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2b823fd-783c-4dc2-bfce-0602a59111c1/width=450/11936446.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDEeDN~BOs9v^jt7EMRk9}NGM{$%NebIxDbF", "type": "image"}, {"id": 11937438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5753d481-0d3b-475b-94b2-fc7ae831c24c/width=450/11937438.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UWDu}R?bJTtQ~W-;S3t7%gxujFbHx^t7niWV", "type": "image"}, {"id": 11936448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe90b511-c069-4c13-800d-a1ac9f766664/width=450/11936448.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNH1x.RjyZxa]~t69ZR+E-WCM{RjM{j[$$of", "type": "image"}, {"id": 11936447, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afc53976-3d2b-4b06-9f24-f65d920a8ac1/width=450/11936447.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaI;VB%1_2tR~WaykXbbNyaxIVaextj[nhWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/494651", "modelId": 444188} \ No newline at end of file diff --git a/datasets/metadata/494685.json b/datasets/metadata/494685.json new file mode 100644 index 0000000000000000000000000000000000000000..6b54017f6fca755847b682f7e82cad03812234a8 --- /dev/null +++ b/datasets/metadata/494685.json @@ -0,0 +1 @@ +{"id": 494685, "index": 0, "name": "Zach Sano Style | Percy SDXL Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-09T04:56:40.853Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": ["Percy"], "stats": {"downloadCount": 73, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 412533, "sizeKB": 13122.6171875, "name": "494685_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T00:06:28.064Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8B31665C", "AutoV2": "E272D1FD6D", "SHA256": "E272D1FD6D2D8C29F6C0B19966D016C89EBBA0D353D86D655EA0AC38F2E7BF5E", "CRC32": "D79C6E38", "BLAKE3": "EDA6EAB66CCAEC7C73D59C1708B147A4A5AAB0F7DB0D675850A019A26E339A37"}, "downloadUrl": "https://civitai.com/api/download/models/494685?type=Training%20Data"}, {"id": 412906, "sizeKB": 223100.49609375, "name": "Zach_Sano_Style__Percy_SDXL_Pony-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T04:50:53.111Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "57A70230", "AutoV2": "31D838F3A0", "SHA256": "31D838F3A0456D540DCF2C02D23FA153F55C2DC9619F357DF5A8B64C78679011", "CRC32": "CAD6C401", "BLAKE3": "42C9C940D585231443C9F5D47A24BC98E47654B5FFD38B3659798380265650A3", "AutoV3": "D50957743F45"}, "downloadUrl": "https://civitai.com/api/download/models/494685", "primary": true}], "images": [{"id": 11942092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebb2cef7-a0c8-4f4e-af8a-f4eb5f9fb781/width=450/11942092.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UOID~?9v9^~VEN^*%Mxa-;IVwINHIos:%LM|", "type": "image"}, {"id": 11940414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a276286-cca0-49d5-9b1d-ffec1300f704/width=450/11940414.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UGEoA8-;x]9vOZ~BIpE1-:9t%1xE5RS3-oxa", "type": "image"}, {"id": 11940415, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2bdb9a8-4680-42e7-8229-8a2690cbf575/width=450/11940415.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9Izn[LN%}~p0M^*=xE1.7Eg}@xC^joztRE1", "type": "image"}, {"id": 11942093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6aefcae4-0d01-4804-8c9c-b26098e02228/width=450/11942093.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKEy0x?b_NJA%2D%E1IUEMozso^*R*R*WB-p", "type": "image"}, {"id": 11942741, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6db3451b-61de-474f-b1ef-29abcf943965/width=450/11942741.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UbJ%qP~WT0bb9at7NGWCM{M{r=jZT0s:%2ae", "type": "image"}, {"id": 11942096, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c82d3ff5-fbc2-4f59-ae72-f0bf935f8d8b/width=450/11942096.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UVM6hzRQ?^V@T|t7$fj@E1aynhR*-AV@W;j[", "type": "image"}, {"id": 11942090, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd5e9249-cf67-4027-8679-73af0e10c50c/width=450/11942090.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPE.tx?b~qx]?HIUIoIUM|t7M{xuNbofn%%2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/494685", "modelId": 444220} \ No newline at end of file diff --git a/datasets/metadata/494743.json b/datasets/metadata/494743.json new file mode 100644 index 0000000000000000000000000000000000000000..d353942f09ce1e18f4ebecf689dfbf242ed85d23 --- /dev/null +++ b/datasets/metadata/494743.json @@ -0,0 +1 @@ +{"id": 494743, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-09T00:49:06.694Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["jinoraXL", "brown hair", "short hair", "hair bun", "brown eyes"], "stats": {"downloadCount": 517, "ratingCount": 0, "rating": 0, "thumbsUpCount": 62, "thumbsDownCount": 0}, "files": [{"id": 412594, "sizeKB": 176955.90625, "name": "jinoraXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T00:50:54.429Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C293B7DB", "AutoV2": "852311635E", "SHA256": "852311635E80C695021B5E384C23A98220F3FAD836334B1E64C7A71589A861AB", "CRC32": "E00FD4C3", "BLAKE3": "5228795CDAA69711BEC0BD85A7DE0ED3444B630D010D864193788709C0F2BB9B", "AutoV3": "9F796E79D9C1"}, "downloadUrl": "https://civitai.com/api/download/models/494743", "primary": true}, {"id": 412627, "sizeKB": 9571.9228515625, "name": "jinoraXL.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T01:06:25.181Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3B99429B", "AutoV2": "96D7B7E0A7", "SHA256": "96D7B7E0A7016B3D1E8E98DD47D402B5D416B480544553110FDF70F522303C7B", "CRC32": "E92D5952", "BLAKE3": "6448A800B75C773F1422B54E303FF91D033CF39E02D6DE1645C059EB98962B12"}, "downloadUrl": "https://civitai.com/api/download/models/494743?type=Training%20Data"}], "images": [{"id": 12094091, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c284260-3c8e-4035-811b-4228363bdc86/width=450/12094091.jpeg", "nsfwLevel": 1, "width": 992, "height": 1376, "hash": "UCK0~E~VAdyY1R-p~A-Q$xI:jwIr.8x]IV=v", "type": "image"}, {"id": 12094061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/483f0f8e-aea0-46c8-a22a-e613700657a9/width=450/12094061.jpeg", "nsfwLevel": 1, "width": 992, "height": 1376, "hash": "UDK-a@xnk=.ACRMdn4tPRRyYNGQ--;xaSOIp", "type": "image"}, {"id": 12094063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17b2d004-b1f2-490f-b496-20a96e737264/width=450/12094063.jpeg", "nsfwLevel": 1, "width": 992, "height": 1376, "hash": "UAHL6x.88^-o9FD*E2M{I8wbyZR,01x]~AjY", "type": "image"}, {"id": 12094062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5474fd04-b67b-48d8-b665-43a4157f9907/width=450/12094062.jpeg", "nsfwLevel": 1, "width": 992, "height": 1376, "hash": "USKd-?jZ_4IqOaM{M{xtx^ogVrxt-po0IpNG", "type": "image"}, {"id": 12094200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c7c5da6-44f7-4a3b-8dcb-fa455df023d5/width=450/12094200.jpeg", "nsfwLevel": 1, "width": 992, "height": 1376, "hash": "UELWnyK#tQ%yMt$x~Cxa?a^*?Foz.AkqI.E2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/494743", "modelId": 444268} \ No newline at end of file diff --git a/datasets/metadata/494904.json b/datasets/metadata/494904.json new file mode 100644 index 0000000000000000000000000000000000000000..9a208e3c47bf577557c4a350cf83eac645e3467f --- /dev/null +++ b/datasets/metadata/494904.json @@ -0,0 +1 @@ +{"id": 494904, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-09T02:43:26.417Z", "availability": "Public", "nsfwLevel": 21, "description": null, "trainedWords": ["korraXL", "brown hair", "blue eyes", "dark-skinned"], "stats": {"downloadCount": 487, "ratingCount": 0, "rating": 0, "thumbsUpCount": 70, "thumbsDownCount": 0}, "files": [{"id": 412760, "sizeKB": 9949.62890625, "name": "korraXL.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T02:45:56.653Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "89664997", "AutoV2": "BE46D68EC9", "SHA256": "BE46D68EC91809EA24975D05C9B7C323EB571628175D6A2A7AAF84C0AA350755", "CRC32": "895CE2F8", "BLAKE3": "D915139A5017ADAA0891DB91625B7DA85791E02C1B3E6EC2D747FFE527AAD347"}, "downloadUrl": "https://civitai.com/api/download/models/494904?type=Training%20Data"}, {"id": 412762, "sizeKB": 176955.90625, "name": "korraXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T02:46:02.201Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1190AB0F", "AutoV2": "415E4E2219", "SHA256": "415E4E22198EF917525929E4A4D2A1CF9E6400F77480701BDC69D33199B89A98", "CRC32": "65A9AFCC", "BLAKE3": "452747E549BE55DCB32B40225E57A14702253045CE7A2C5D999CA68EA8CB6592", "AutoV3": "862ECE75C508"}, "downloadUrl": "https://civitai.com/api/download/models/494904", "primary": true}], "images": [{"id": 11930960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba265307-226d-453f-951c-def28fb96063/width=450/11930960.jpeg", "nsfwLevel": 4, "width": 992, "height": 1376, "hash": "USIq[kaJ?w%$*0IA-po#-:o}%LoeRia#RjnN", "type": "image"}, {"id": 11930954, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/422c8baf-fd50-4eee-baea-ba3a71270203/width=450/11930954.jpeg", "nsfwLevel": 1, "width": 992, "height": 1376, "hash": "UIHxsfx]$w%g^%jZks%M%$jEj]xa~qtRsksk", "type": "image"}, {"id": 11930961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c74555a1-a74d-46ac-aceb-218e8fa29b0c/width=450/11930961.jpeg", "nsfwLevel": 4, "width": 992, "height": 1376, "hash": "UKK-LQ?c_3~q?vIAxuxuMvX9o#n$NLWBMct6", "type": "image"}, {"id": 11930958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8dd80b82-e639-4d84-8935-c45f52dea3bc/width=450/11930958.jpeg", "nsfwLevel": 4, "width": 992, "height": 1376, "hash": "UCHxjGITxB8^5?$*NHI;~Uxu.9i^00%MH=_3", "type": "image"}, {"id": 11930953, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4ba7928-5dfe-4c50-b541-745a69b37430/width=450/11930953.jpeg", "nsfwLevel": 4, "width": 992, "height": 1376, "hash": "UIJHR5%M_NjsBrR+fmj[FgRjR.t7b{flWXof", "type": "image"}, {"id": 11930964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f89f2841-4bcd-47a7-bc2e-d6d125f6e4b6/width=450/11930964.jpeg", "nsfwLevel": 16, "width": 992, "height": 1376, "hash": "UEKAc;~C}QIo02V@aJj[4.4:KQ9ZE1oK9aRk", "type": "image"}, {"id": 11930965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fffedcb8-7a73-4809-b18c-103439bcabf1/width=450/11930965.jpeg", "nsfwLevel": 16, "width": 992, "height": 1376, "hash": "UIK0{O~VtS9FcH%1E29ap0w@NHRixa9F%MkC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/494904", "modelId": 444412} \ No newline at end of file diff --git a/datasets/metadata/494968.json b/datasets/metadata/494968.json new file mode 100644 index 0000000000000000000000000000000000000000..dfe6f8ed0e91a51414dc5d9bd495bb4aeed18325 --- /dev/null +++ b/datasets/metadata/494968.json @@ -0,0 +1 @@ +{"id": 494968, "index": 1, "name": "Vermillia OC V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-09T09:05:01.577Z", "availability": "Public", "nsfwLevel": 28, "description": "Please do give feedback on this.
", "trainedWords": ["Vermillia", "Elf rat hybrid", "Elf ears", "White chest", "Orange body fur", "Rat tail", "Dark orange hair", "Knight armor", "white chest and face", "human face"], "stats": {"downloadCount": 59, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 412950, "sizeKB": 83780.037109375, "name": "494968_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T05:26:12.324Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "501F809B", "AutoV2": "9D68FE9A8C", "SHA256": "9D68FE9A8C53EC024FADD043065CF3C18F15108CA6F8EF5550EAC988AF6CEF34", "CRC32": "71AA2251", "BLAKE3": "0A4CEB22D300272C5CDD86ECB495C5162F61597C39AF239DA0C5A07DCA99DB0D"}, "downloadUrl": "https://civitai.com/api/download/models/494968?type=Training%20Data"}, {"id": 413175, "sizeKB": 223104.43359375, "name": "Vermillia_OC_TEST_No.2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T08:56:20.985Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A1D55DEB", "AutoV2": "73EB1C9245", "SHA256": "73EB1C924537E12E0FEE4EB00E835523A9D2983744AA9E36AF752C52F8308084", "CRC32": "D957F012", "BLAKE3": "8F2A050A186FFF4DA454026A80F6E50BB8259F4AB921C9FA272781308E79D497", "AutoV3": "8E294339899E"}, "downloadUrl": "https://civitai.com/api/download/models/494968", "primary": true}], "images": [{"id": 11953965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5e8f8c0-174f-4c8a-a594-1f2133f7610e/width=450/11953965.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UYJ@:zIq~q%L%MWCIps:NyWBIVaetSoJoLWC", "type": "image"}, {"id": 11953651, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b67e5481-24ff-418c-8c41-365e391f5a8b/width=450/11953651.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UCI4keEQyr^j~qE1^+-oIo-oWAIpE4s:9us:", "type": "image"}, {"id": 11953900, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddd2eb6d-17d1-4998-acb5-cddd3ca50290/width=450/11953900.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UHMi4r~B00Z#00R*7MV@?bENOstR4nnOS$WV", "type": "image"}, {"id": 12186013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e919be6-c37c-41bd-b76b-412f3df223c3/width=450/12186013.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UEK^B94nC,^*Axm,%#EP9t$fJ6l958%MNex[", "type": "image"}, {"id": 11953899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8aeef6c-1ed6-4b9a-9c41-90ac88550909/width=450/11953899.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UMKK4oNxUH-o%gnOkWn$X8s9XmWqn+XTi^Rk", "type": "image"}, {"id": 11953536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17a239f7-43bf-49d4-ba72-8ef9c7cf3030/width=450/11953536.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UpM5aoo|NIt7}?W:M|W;FxsmnOjFkCbHWVn%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/494968", "modelId": 444473} \ No newline at end of file diff --git a/datasets/metadata/495203.json b/datasets/metadata/495203.json new file mode 100644 index 0000000000000000000000000000000000000000..ecf4c8645d91228e243e696205c870443bfe5fc4 --- /dev/null +++ b/datasets/metadata/495203.json @@ -0,0 +1 @@ +{"id": 495203, "index": 1, "name": "V2.0(Dreambooth SD 1.5)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-09T06:48:37.937Z", "availability": "Public", "nsfwLevel": 28, "description": "Versi\u00f3n 2.0 de Ayumi Mamiya(Magikano)
Mi formula usando Dreambooth:
Teniendo en cuenta el umbral recomendado1000/1500 para anime,
1500 entre 58 imagenes = 25 x 58 =1450 steps/epocas + 25 num_repeats(repeticiones)
El resto de la configuraci\u00f3n es por defecto de Dreambooth
Modelo base: animefull-final-prunedfp16 (
Nework_Dimm: 16 Nework_Alpha 8, Conv_dim: 8 Conv_alpha: 4
Bath Size: 2, flip_aug: activado, mezclar tags: activado
Aprendizaje unet: 5e-4
Aprendizaje text encoder: 1e-4
Scheduler: Cosine_with_restart
Valor de Scheduler: 3 Min_SNR_gamma: enabled/activado
Calentamiento: 0,05
Gracias y espero que lo disfruten ;D
", "trainedWords": ["AyumiMamiya", "blue eyes", "blonde hair", "twintails", "blunt bangs", "blue dress", "puffy short sleeves", "ribbon", "scrunchie"], "stats": {"downloadCount": 60, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 413037, "sizeKB": 18547.4921875, "name": "AyumiMamiya-02.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T06:50:52.416Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "C8434F5E74", "SHA256": "C8434F5E745C9271E4798DB08F81FEA54DB7C7A117AA4D1FEADC6C8B12193699", "CRC32": "4852CEF3", "BLAKE3": "1870222942375E0E9966FCDD6CBED66E68101CA2722E3EE3E7FFA94B591C8A45", "AutoV3": "D225FD3B4AE5"}, "downloadUrl": "https://civitai.com/api/download/models/495203", "primary": true}, {"id": 413061, "sizeKB": 15210.849609375, "name": "Training.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T07:10:50.406Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BF902D08", "AutoV2": "B715F9C102", "SHA256": "B715F9C102E58B1570B438D113D969FF8D1DA409249A199F2E6D737AFD7B2ABB", "CRC32": "A8CD1E04", "BLAKE3": "E58633018C5432E0254D872B7964226EDDECDC3159D4344EFB487C11D71DB1DC"}, "downloadUrl": "https://civitai.com/api/download/models/495203?type=Training%20Data"}], "images": [{"id": 11951771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00b12389-7567-42be-b706-c8bb5d4cb011/width=450/11951771.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDEC:?IB4-eRT#-jbejD-qRQ5aNf02-;IWNe", "type": "image"}, {"id": 11951777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da9468ef-dea7-4739-9ce5-4f57e9156020/width=450/11951777.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UIEWI1TgXoD%PEE7xv-.D+RPt8Vrs9xUNHIo", "type": "image"}, {"id": 11952377, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23603869-0fcb-4104-af4f-9db0773cb92f/width=450/11952377.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UaLg90~UXm-.tQ%LWYt6S%ofxus:IUs,RQod", "type": "image"}, {"id": 11952379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6e9e8db-7a9a-419f-a772-ecbece5ac015/width=450/11952379.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGI;YH0goz-p004:xCWB9#-o-:D*~AxFxtIo", "type": "image"}, {"id": 11951778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bffac3a-4186-40dd-b800-1fd45db2c124/width=450/11951778.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8FF{lKmpy-48wWt4=_M?HF60q?F02Diw|D$", "type": "image"}, {"id": 11952378, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0484186c-4ab4-49ec-9878-b356023fa525/width=450/11952378.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBJQs20003~A00yCRP~U_3WE~B4:IVNHo#NG", "type": "image"}, {"id": 11952380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2af01de5-8cd8-48e0-a279-1ecd64d9ef74/width=450/11952380.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCJQs0Iq01xt00WVE4f6t8%1~Boc^%a{E3M|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/495203", "modelId": 428554} \ No newline at end of file diff --git a/datasets/metadata/495263.json b/datasets/metadata/495263.json new file mode 100644 index 0000000000000000000000000000000000000000..b12dc9dbac06104cea05fbe328ac5299a666b0b3 --- /dev/null +++ b/datasets/metadata/495263.json @@ -0,0 +1 @@ +{"id": 495263, "index": 0, "name": "sexygirlsv2", "baseModel": "SD 1.5 LCM", "baseModelType": null, "publishedAt": "2024-05-09T08:30:52.342Z", "availability": "Public", "nsfwLevel": 22, "description": "sexygirls v2 makeds enjoys
", "trainedWords": [], "stats": {"downloadCount": 23, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 413119, "sizeKB": 682636.6923828125, "name": "495263_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T07:51:35.963Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1731C8D8", "AutoV2": "2E417F1AFF", "SHA256": "2E417F1AFF6155B805168F3B6EFC16DC2F49791BB0206B4878167DA06D70AD53", "CRC32": "B4BBC072", "BLAKE3": "E05867BE94B6E25DF28DD812D33A29F427CB77339F7977CF34FEE4B2537CA962"}, "downloadUrl": "https://civitai.com/api/download/models/495263?type=Training%20Data"}, {"id": 413157, "sizeKB": 37009.578125, "name": "sexygirlsv2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T08:31:20.574Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4F28F14B", "AutoV2": "87A682B5B8", "SHA256": "87A682B5B809AE2EC3CEBEBE6060195194C9F3E9A8E6DD003AB5C359424E42E0", "CRC32": "E04847B0", "BLAKE3": "3C7684DDF88F5761EF96C85A57F986AEC12A76A0D22349E52D1BDFCAAFB94864", "AutoV3": "EC1EEE3E440B"}, "downloadUrl": "https://civitai.com/api/download/models/495263", "primary": true}], "images": [{"id": 11952028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c325c84-979b-443e-b3c1-629d9b39b65b/width=450/11952028.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UEL:+fjFD3-;0KtR8wR*JCafQ-WB^kofXmay", "type": "image"}, {"id": 11952030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37bb07d3-bfc5-4ad5-b78b-4156a13756b7/width=450/11952030.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UPF=~]IT00%N?wRjRiWB?^R*V@oztRjZi|oz", "type": "image"}, {"id": 11952031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ec76321-277c-4ef4-9b16-b9d7d4537b9e/width=450/11952031.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UCIXjYja00M{uPo}9GR*-p?H4njF8_9a-=M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/495263", "modelId": 444747} \ No newline at end of file diff --git a/datasets/metadata/495385.json b/datasets/metadata/495385.json new file mode 100644 index 0000000000000000000000000000000000000000..74a1505a9ad7e22c056ec3f1609342bdbb869b7c --- /dev/null +++ b/datasets/metadata/495385.json @@ -0,0 +1 @@ +{"id": 495385, "index": 0, "name": "lith_argenta_bromBN1W", "baseModel": "SDXL 1.0 LCM", "baseModelType": null, "publishedAt": "2024-05-09T09:46:52.566Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 61, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 413255, "sizeKB": 223098.95703125, "name": "lith_argenta_bromBN1W-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T09:52:28.354Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4E7BF650", "AutoV2": "17A0135135", "SHA256": "17A0135135A0CC100C1D62D986663926B84D2E969E65D5F78A1A79B02A89396F", "CRC32": "DE49998E", "BLAKE3": "74DBE47A7A18AC4837D9D2E6750D0207B74010B93811C3132C7A63E295244BA5", "AutoV3": "A497BE9CBCBF"}, "downloadUrl": "https://civitai.com/api/download/models/495385", "primary": true}, {"id": 413205, "sizeKB": 1390.8291015625, "name": "495385_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T09:16:23.258Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "B1D35D253B", "SHA256": "B1D35D253B20C5A9715815CC95891F92CB89191D4A90D776A876FD4E47855CCA", "CRC32": "9B3DFDC9", "BLAKE3": "05D4D5366A7D29F335C36DEAA542970AA22B8BA201AD4DF258631DB1069C129C"}, "downloadUrl": "https://civitai.com/api/download/models/495385?type=Training%20Data"}], "images": [{"id": 11957166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66237bc9-0ba8-430b-819b-f94207590bf2/width=450/11957166.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UZG*pH^*~W?H-pR*xaWBWCoft6ayxaj[ofaz", "type": "image"}, {"id": 11957169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3710d60c-c52c-4b7e-87f2-cb20a4c19eb5/width=450/11957169.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UEECF5009a9Z~WIURkWBM|Rj?aIU%MM{%MIo", "type": "image"}, {"id": 11957167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d93ccbc0-66a7-45cc-ba02-8615b67cb487/width=450/11957167.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UKIN?bR5~p00_39G%MjYW;WBt6t6R*WCoes:", "type": "image"}, {"id": 11957168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08b0ca2f-39e6-440c-aadd-e0b86ce63b31/width=450/11957168.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UcIqie~W~WtQofNGxt%2WVfjjtof%Mt7s:WB", "type": "image"}, {"id": 11957222, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/450b17ef-92a9-464f-bc64-01961bbfe1ce/width=450/11957222.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UXG[m49Z00xa~qM{IURj%gM{jsoft7RjofWB", "type": "image"}, {"id": 11957225, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e807c4da-5d14-47d4-957c-2ab11c0780af/width=450/11957225.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UKFrYH~q0000~qx]RjMx-;t7M{RjRkj[s:WB", "type": "image"}, {"id": 11957223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1879074c-d69b-47ff-be7c-efee7d204334/width=450/11957223.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UVHUzw~p019F~q%MM{RP%MxuWBWBkCbHj[WB", "type": "image"}, {"id": 11957224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e2234f0-dbdb-4cb9-bc3b-e9f8f0c6a296/width=450/11957224.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UXHBi2Mx0K?b~qRjMxxu-;oLM{kCozWBaej[", "type": "image"}, {"id": 11957328, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca8bf2c6-3dbd-4eff-8d7b-a8fcdb910e5d/width=450/11957328.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UtMjjuD%M{Rk~qRjWBj[WBxuofj[ofWBofj[", "type": "image"}, {"id": 11957331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/077b3577-3fbd-4e8c-9d39-adae5355909c/width=450/11957331.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UtMjjuD%M{Rk~qRjWBj[WBxuofj[ofWBofj[", "type": "image"}, {"id": 11957330, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66bebd2e-86f5-451a-ab4b-c1c56fac5334/width=450/11957330.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UxL|y4s:D%of~qRjWBj[ozM{t7ays:WBogWB", "type": "image"}, {"id": 11957329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bde3b0ff-9b93-40bd-ab2c-a46e877854c8/width=450/11957329.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UkLW|r_3Wqxu~qxuofofIURjozj[aes:t7of", "type": "image"}, {"id": 11957413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fd2c90a-4e6d-4aa8-a2c2-dce33197d023/width=450/11957413.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UtHxc_M|WVWB~qofRjj[%MWBWBofxuIUofj[", "type": "image"}, {"id": 11957416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cb71bf4-d1b7-4bb3-89c5-bbfd0536473b/width=450/11957416.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UWH-}j?Hxut7~pRjoet7?bt7IUayjZ-;t7WB", "type": "image"}, {"id": 11957420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fae4240-4a36-432b-ae3f-5c31190bceae/width=450/11957420.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UkJ*M0?bxuWB~pt7j[j[R%ofM{t6IUoeWBof", "type": "image"}, {"id": 11957417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6af8a9a7-a1d0-463a-8df3-d7bfa6ae0f53/width=450/11957417.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UoH27qRjt7of~pM{Rkof%MRjRjj[%MV@ofNG", "type": "image"}, {"id": 11964400, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9ab293d-b640-4f1f-a809-3fdc01b1c50f/width=450/11964400.jpeg", "nsfwLevel": 2, "width": 1216, "height": 832, "hash": "UXLD=JM{WB?H~qM{bHM{?bM{WBRj?Ht7M|j[", "type": "image"}, {"id": 11964406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4f53972-71f8-4bcd-a633-6cfb3a2d6948/width=450/11964406.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "URNTH{~pt7ae~qx]%Mt7IBt7D*WBIAoMM{of", "type": "image"}, {"id": 11964405, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6be1f6c-3b34-4d76-acd8-61337fd3410e/width=450/11964405.jpeg", "nsfwLevel": 2, "width": 1216, "height": 832, "hash": "UULNY]V@axD%~qxut7Rj-;RjoLfQ%MM{ayay", "type": "image"}, {"id": 11964403, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61a53307-443a-4ad0-a4c8-03ed566c8d40/width=450/11964403.jpeg", "nsfwLevel": 4, "width": 1216, "height": 832, "hash": "ULKKQSxas:9Z?bofayt7tRRjWVxa~Wt7Rjt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/495385", "modelId": 444857} \ No newline at end of file diff --git a/datasets/metadata/495389.json b/datasets/metadata/495389.json new file mode 100644 index 0000000000000000000000000000000000000000..f762e46984f51c54917d23559b3d6e99d924719d --- /dev/null +++ b/datasets/metadata/495389.json @@ -0,0 +1 @@ +{"id": 495389, "index": 0, "name": "lith_argenta_Brom_Spezial_BBS151", "baseModel": "SDXL 1.0 LCM", "baseModelType": null, "publishedAt": "2024-05-09T10:11:24.705Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 51, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 413284, "sizeKB": 223098.99609375, "name": "lith_argenta_Brom_Spezial_BBS151-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T10:11:34.852Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FE192780", "AutoV2": "847E9C5D11", "SHA256": "847E9C5D118642D56662F5C66C9CE0681048199F3870F8D6A4131F63727725C0", "CRC32": "83D92E48", "BLAKE3": "AE4BBD6842FEE5B6CB68CCE494AF869C7672DCB22C93574B03F77A25F51E32F9", "AutoV3": "195D8CB859D2"}, "downloadUrl": "https://civitai.com/api/download/models/495389", "primary": true}, {"id": 413207, "sizeKB": 787.9501953125, "name": "495389_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T09:15:53.609Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "8B0DB96BC4", "SHA256": "8B0DB96BC423746F6C1CF2F0F95A6FCEC777245432E2154F32C81BD4185104C4", "CRC32": "B7DD6115", "BLAKE3": "BC74FF14FE36ECE9D97A026EF60A04DCD463CEDCF5F3FD358F7A15F86E6B521B"}, "downloadUrl": "https://civitai.com/api/download/models/495389?type=Training%20Data"}], "images": [{"id": 11958323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1954a286-93cb-436f-b319-16ae643ebbdb/width=450/11958323.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UPN+tmM{?Z~V%Lxa%Ls:-:t7RkM|xtRjRjf6", "type": "image"}, {"id": 11958324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa7a5d3c-db96-4929-8a09-87e94a9ca2bb/width=450/11958324.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UFLC@j~B9]V[01xZNHWC-:Rknit6^k%1t6Rj", "type": "image"}, {"id": 11958388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c48254f-c202-4886-93eb-302a31b51754/width=450/11958388.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UMOo#0-;D*%2?^slRiofxBM{xtWW?GR.xtRj", "type": "image"}, {"id": 11958389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3ed667c-70af-4ee2-8934-57276e1f1c9a/width=450/11958389.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UOP5_%-;NGjY?wtQMxa{xBRPWBt7?GNGogs:", "type": "image"}, {"id": 11958390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b04eadb9-f58c-40ad-999b-e7f0c941fe39/width=450/11958390.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UQOo-HM_D*WB?wM|RPWVnN%Mxas:-oxZxuof", "type": "image"}, {"id": 11958391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1c6e518-8513-4729-b5e5-3b2c855c49f9/width=450/11958391.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UQOfGS-;9G%1_Nt6V@t7r;MyxaWD-UNHxuWB", "type": "image"}, {"id": 11958475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e260740-4396-4632-99ce-762195acbcd4/width=450/11958475.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UNOL=U_2%1NH~VM|IVt7X7jFaet6%Layn%kC", "type": "image"}, {"id": 11958671, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50bbdd94-bf1a-4bbb-b887-c5ff9540c731/width=450/11958671.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UKOVx:D%M_xt~qWBM{of^%-:M|aeocxt-pWB", "type": "image"}, {"id": 11958672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e965a64f-5e16-4c7b-9c17-27bf44251f49/width=450/11958672.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "URN,0g%2r=s.~pxtE1a}xsIoofxtoyV[%2NG", "type": "image"}, {"id": 11958673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9650f3c3-75ed-44de-88fb-59f1ce09baa0/width=450/11958673.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UJOMB4={IAof_MofRjxa-nM|ofs:Rja#-:Io", "type": "image"}, {"id": 11958903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7713fc9-0029-4423-864b-a37cd8d08569/width=450/11958903.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UVMs7j-:~pt6%MoLxaIpxts:jZR*xtWCs:WC", "type": "image"}, {"id": 11958906, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39c2f2e3-e41c-455f-9c93-242afe8f0ccb/width=450/11958906.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U9N+qe^*_M00ICVs^*9a%KWCr?%M~VWVozM{", "type": "image"}, {"id": 11958905, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99dc570e-25be-4443-8b21-a874873a508c/width=450/11958905.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UPM6S9~V?aNbD*t7%LWX-:R*aKofxut7t7Rj", "type": "image"}, {"id": 11958907, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77f1b704-c591-4c85-ace0-76555a30fd56/width=450/11958907.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UDJ?~W9a6800IpNGIos.~VxZ-nxGafIoWrR*", "type": "image"}, {"id": 11959087, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0bf6dec-24ee-4227-8e15-fc82a942f2b0/width=450/11959087.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "ULNI.~D*~V~VxZ%M?aae?HxtRjIoxtM{Ioof", "type": "image"}, {"id": 11964117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ea35396-cf44-4501-bfa5-1e531d12158b/width=450/11964117.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U7NSvbR500xVwHIU~q%NAHkW#+M{_2WBMxtR", "type": "image"}, {"id": 11964119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4eb7fb9c-3e0b-4ac4-a42f-1f95a7dc2e1e/width=450/11964119.jpeg", "nsfwLevel": 4, "width": 1216, "height": 832, "hash": "UEP5=jDO-S%#_N-;Net6x^.8IVae_3x]Rji_", "type": "image"}, {"id": 11964120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c1d5041-fcb6-4651-ae36-4f5bc57520ba/width=450/11964120.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U7NcNF9E00ng?GD%_3%g9tX9%1RP~podIARk", "type": "image"}, {"id": 11964118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbd7a4a8-7b53-40b9-bf8a-bdf5805703c1/width=450/11964118.jpeg", "nsfwLevel": 2, "width": 1216, "height": 832, "hash": "UAOCW;oL9Zxt-pIU~pjZ57M{%1R*kBM|ayt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/495389", "modelId": 444861} \ No newline at end of file diff --git a/datasets/metadata/495401.json b/datasets/metadata/495401.json new file mode 100644 index 0000000000000000000000000000000000000000..1c1120eff0cd48015ea73ef2223e349c44877d9b --- /dev/null +++ b/datasets/metadata/495401.json @@ -0,0 +1 @@ +{"id": 495401, "index": 0, "name": "lith_argenta_BH1W", "baseModel": "SDXL 1.0 LCM", "baseModelType": null, "publishedAt": "2024-05-09T09:55:36.602Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 60, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 413217, "sizeKB": 1437.3076171875, "name": "495401_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T09:22:02.541Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "B24D81B178", "SHA256": "B24D81B178C0DB20C8AB890E888EC10BD518B958389987250F3C373B44590154", "CRC32": "314968C4", "BLAKE3": "EF9747D9CE9BD29389D9FDBAF72B4B3A1F17914177B2029E6F4B4E9AF9CDC5FC"}, "downloadUrl": "https://civitai.com/api/download/models/495401?type=Training%20Data"}, {"id": 413268, "sizeKB": 223098.88671875, "name": "lith_argenta_BH1W-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T09:55:58.851Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "66FA16C5", "AutoV2": "DE9B6F5E22", "SHA256": "DE9B6F5E2285CD3577E67C99D1F64D5D0C3A6685B1C0F4B4A22AB971B60CCC60", "CRC32": "8A76BE29", "BLAKE3": "0E0676E008DEA8BC2490941FE4143975DA93FEFA2E2E4AA5B1880DA8CCB75371", "AutoV3": "7D9D460A104F"}, "downloadUrl": "https://civitai.com/api/download/models/495401", "primary": true}], "images": [{"id": 11957709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14d9960f-a378-4c0d-8fc7-e68e3a29f422/width=450/11957709.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U6Eeoe$*~V00-:9Z?a%2IURjoexuR*NGo0ay", "type": "image"}, {"id": 11957712, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c13a51bd-61de-4706-9310-fc56a6167fe8/width=450/11957712.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U7Du-?004:jZ~VM{E2WCE1oL_2Rj?aIV%LIV", "type": "image"}, {"id": 11957710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6ef9d44-f0c9-4414-9421-3c5ade0b0270/width=450/11957710.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UEDSBx~V?a^+-pxtoft7IoxaoLof%2oLj[R*", "type": "image"}, {"id": 11957888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2983ac6d-85a7-46ef-9648-258f2aa8efab/width=450/11957888.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UiJ@zbIV4oWB~pRjRjWBkCays:ayWBayj]WB", "type": "image"}, {"id": 11957891, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b4fe768-66da-4289-8b04-0bb072c283d3/width=450/11957891.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UjJ*6c%LD*of~pofWBoft7Rkoeofj[j[j[az", "type": "image"}, {"id": 11957890, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e18d65a-8d30-4fdb-a613-3745a9f2fed1/width=450/11957890.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UcJ7zJ?aIoRj~Wt7j[s:t8WVofofofayayWB", "type": "image"}, {"id": 11957889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbb6fee4-d387-4c51-8024-d8b39e1f01c1/width=450/11957889.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UoJkDq?HIURj~Wt7RjoLxaR*WBs:WVayj[j[", "type": "image"}, {"id": 11957925, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6937918-de57-47eb-ac03-d5cf244cec31/width=450/11957925.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U9EVE9IB~V00-:9G-:xuIVRks:%2V[R*aeof", "type": "image"}, {"id": 11957928, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87788036-2832-4296-a44b-6359805230b5/width=450/11957928.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UED+b%~W-:t6ayj[t7%2Ioofxtxu?Ht6ofM|", "type": "image"}, {"id": 11957926, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58f28484-65a6-4310-8d3b-70d0c5fb18d4/width=450/11957926.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U7D9Cu004.4o~WM|E1Io4.t7~VV@?GIU%ME1", "type": "image"}, {"id": 11957927, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80bdb4b8-f957-49d3-9919-d394ea41f42e/width=450/11957927.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UFD[|T~W~W?a-pt7t7ogIoxas:t7%Lj[s:WB", "type": "image"}, {"id": 11964198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41c8c4e2-65b9-46e4-90e0-9b164116891b/width=450/11964198.jpeg", "nsfwLevel": 4, "width": 1216, "height": 832, "hash": "UEIXja-;~WD*?bayxu%M-;xuxu%M_3xuNGRj", "type": "image"}, {"id": 11964201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2c1cfbd-4e5c-49f1-b03f-ebc5d2b858b3/width=450/11964201.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UKKT-=-:?bE1_NxubIjZ-;IUNGof%MIUazt7", "type": "image"}, {"id": 11964200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7299ed97-9c86-43c1-af01-963adf73e15d/width=450/11964200.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UGJ7:iIV%M?G9|ozS4IUK5%LofRj~qs.Ioay", "type": "image"}, {"id": 11964199, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aab929b7-ca6d-488f-a2a8-48337d53ded6/width=450/11964199.jpeg", "nsfwLevel": 2, "width": 1216, "height": 832, "hash": "UBJQ=v%f~V^+JANaWCM{01RkIVE1ozM{E1j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/495401", "modelId": 444873} \ No newline at end of file diff --git a/datasets/metadata/495427.json b/datasets/metadata/495427.json new file mode 100644 index 0000000000000000000000000000000000000000..58ef0d6bf53a32e7439cdbaaac40764224743ebb --- /dev/null +++ b/datasets/metadata/495427.json @@ -0,0 +1 @@ +{"id": 495427, "index": 1, "name": "Expressive face", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-09T13:39:25.271Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": ["Yara, YaraDiamondZ, DiamondZ style, anthropomorphic female cat, catgirl,furry style, female cat, green eyes, orange ears, green sclera", "Peony, PeonyDiamondZ, DiamondZ style, grey cat, anthro cat, anthropomorphic cat, furry style, yellow eyes, yellow sclera", "Kelly, KellyDiamondZ, DiamondZ style, grey female cat, anthro cat, anthropomorphic female cat, furry style, yellow eyes,yellow sclera", "DiamondZ style, anthro cat, anthropomorphic female cat, furry style", "DiamondZ style, anthropomorphic female cat, catgirl,furry style, female cat", "DiamondZ style, anthro lioness, hyena, leopard, tiger, wolf, someone else, anthropomorphic your animal, furry style"], "stats": {"downloadCount": 66, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 413252, "sizeKB": 274433.490234375, "name": "495427_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T09:45:47.352Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F5C67D8E", "AutoV2": "B7E7B0F5E6", "SHA256": "B7E7B0F5E6B45D62EB3CC9E10C0835F1B5EFEF7CC92FBA4E95BD855EED794D31", "CRC32": "7D5E1F58", "BLAKE3": "0F7C5E01075CA71439AE12C98F22608772D41F49E21C9F1B8C329A417A97ABAE"}, "downloadUrl": "https://civitai.com/api/download/models/495427?type=Training%20Data"}, {"id": 413559, "sizeKB": 223105.40234375, "name": "DiamondZ__furry_cat_style-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T13:36:06.180Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "69112553", "AutoV2": "F98A19E709", "SHA256": "F98A19E70928CDA66FE9DCF67D0A507FCC52B95D2E99A17F78BFAEA197B64A64", "CRC32": "9F0BE6AF", "BLAKE3": "C8DAC895601149BD70622664FA58CE74796C5A60918628AB5F704B44B8173E62", "AutoV3": "B72DA7505606"}, "downloadUrl": "https://civitai.com/api/download/models/495427", "primary": true}], "images": [{"id": 12171796, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fbbcf89-1b35-462d-b89a-82810e5d599d/width=450/12171796.jpeg", "nsfwLevel": 8, "width": 1280, "height": 1920, "hash": "UDQ0Em59Nc~A~VDho}t7Shxuxa%g.9-;ofD%", "type": "image"}, {"id": 11978631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c21d9faa-b3eb-403e-86a4-6d506b9040cc/width=450/11978631.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "URQ0Bfxu.Tt7ngayo#oftSj[V?ae%Mj[RibH", "type": "image"}, {"id": 11978630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04d9bf5b-11f9-415b-a287-5b56ae156755/width=450/11978630.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9I}YLRj00NH00M{_3kW9abIxCsl?wbcDiV?", "type": "image"}, {"id": 11978629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b105017-371a-43da-9245-bff56bb4c7be/width=450/11978629.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDK^:7_39b?b.7%M?voetAtQRNM|yZxaH=Rk", "type": "image"}, {"id": 11978768, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a87cf61b-115c-47d1-bc59-f22b357aec21/width=450/11978768.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UXNTtL9F?u~qkBt7%Mjut7oKt7fRofxuWBM{", "type": "image"}, {"id": 11978772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1fc6e145-07b1-478b-a1dc-86a803a6f29d/width=450/11978772.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHHxBJ~U4-n,EIoz%N-;ROog-q-:?b%LfNxa", "type": "image"}, {"id": 11978769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5890d3fd-24fd-4174-af31-323b998bf8c2/width=450/11978769.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOOWse?H~qIU-:RjkCofIUt7ogRja#fRxuay", "type": "image"}, {"id": 11978771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63853c26-6b53-4990-bb6f-9c29e2c45d46/width=450/11978771.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UXK^8AsmMxoM~TjYV@WCRkbbozWB-?kCozR%", "type": "image"}, {"id": 11978767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f0405f9-7b90-45c2-b7c9-4f729991504a/width=450/11978767.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UWP6dOs9p{tRtlkWkDbce.aJi^kWtRkWbvj[", "type": "image"}, {"id": 11978770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4539b39-85ff-4217-af16-6b235409d171/width=450/11978770.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UbO3U+xu*JozthbGiyniV@ofbIWB$+afSdkC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/495427", "modelId": 444898} \ No newline at end of file diff --git a/datasets/metadata/495524.json b/datasets/metadata/495524.json new file mode 100644 index 0000000000000000000000000000000000000000..41df542d75fffa9d4d70a6f95aec66920f20bf9c --- /dev/null +++ b/datasets/metadata/495524.json @@ -0,0 +1 @@ +{"id": 495524, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-09T11:13:21.445Z", "availability": "Public", "nsfwLevel": 1, "description": "first release of pizza world, tried a different way of useing the tags, it seemed to work better than the normal ones i use, might make the tags like that in the future idk,
", "trainedWords": ["p1zz4world"], "stats": {"downloadCount": 115, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 413342, "sizeKB": 47539.8017578125, "name": "PizzaWorld.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T11:11:25.238Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9198B8F7", "AutoV2": "B2EF37F1EF", "SHA256": "B2EF37F1EF66D1F7CB6BA9DCE99F4BB924DF45956A8EFACA36D45CBBC1A91A97", "CRC32": "8FC6BDD6", "BLAKE3": "D7DEB993825F3D9E9D3C95241C14C7C27B1720D22601DDD70CDF026914788ED6"}, "downloadUrl": "https://civitai.com/api/download/models/495524?type=Training%20Data"}, {"id": 413344, "sizeKB": 147571.140625, "name": "PizzaWorld.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T11:15:56.544Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1212A06B", "AutoV2": "A1D15AD48D", "SHA256": "A1D15AD48DF2DBF820190FCF6C55D272FAAF9AE21672F0C9485E16D715F48D2B", "CRC32": "1E9B046E", "BLAKE3": "E5D8135E4560A8DC6C77A4F12C0C355A7D52089BC52FFD951ACC1BEC7FECC1A0", "AutoV3": "2CE65BF99559"}, "downloadUrl": "https://civitai.com/api/download/models/495524", "primary": true}], "images": [{"id": 11962271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aeda8848-ff67-46b1-8fc5-dc733e3b15e3/width=450/11962271.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UBGHYm9b0g~BK+M{R+$$M{IUIoM|%1r=NGtR", "type": "image"}, {"id": 11962305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15a5d4fe-e47e-4467-9fce-694fc9fcab8a/width=450/11962305.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U9GIfd~p*0?ayExu.SS$7OTen3-nPCM{-T?G", "type": "image"}, {"id": 11962338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0aa89e1-8c31-4e69-87cf-ab1579eda430/width=450/11962338.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UII4b7~BpI%L.9NHNHxtM}aeMyt75TR.wJsV", "type": "image"}, {"id": 11962342, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/665def6a-e565-441d-8ccf-04d24283a46a/width=450/11962342.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UBDbvT~B0gJAyDo~j[E20ftQ^jE2%LNIn%W;", "type": "image"}, {"id": 11962388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52c4095a-8bd1-45d9-9da0-0e8967ff434f/width=450/11962388.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UGH,*KKQIA01^j-oaKIA~AEOIV$%-:bcRQRP", "type": "image"}, {"id": 11962397, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1595c521-a693-4dee-8d5f-b9be903220ea/width=450/11962397.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UFF5$^~U?b%2UHbcxuR*R6Iqoen$57R*xtR*", "type": "image"}, {"id": 11962414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/494490f9-9a01-4206-8c7d-e2a9dcd46665/width=450/11962414.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UJHT{f~ptRx]E,xu?F-o-8%1Nexb5SRQjZNb", "type": "image"}, {"id": 11962417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fec1fc80-50d2-4d06-90fa-2dcd9ae7da10/width=450/11962417.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UAG*c,0M7MM|CmT0^O4;=_bcnPD%03?GRkRP", "type": "image"}, {"id": 11962456, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25c0744b-993c-496e-8f48-60f8445b6336/width=450/11962456.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U7DIdv6T0,xB}mr?Fxo|UvrDrCAu1kx[]O57", "type": "image"}, {"id": 11962462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f57372a-9ec0-4f9a-884c-e6d1d4f9ad45/width=450/11962462.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UBBgrB}?9uO@K5KiRQn44TRj#7Vss:rWxZpb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/495524", "modelId": 444978} \ No newline at end of file diff --git a/datasets/metadata/495797.json b/datasets/metadata/495797.json new file mode 100644 index 0000000000000000000000000000000000000000..252aa96bb9494b285a3f785d59d6fda8c0e2069d --- /dev/null +++ b/datasets/metadata/495797.json @@ -0,0 +1 @@ +{"id": 495797, "index": 1, "name": "XL Alatus | Beta/Red Xiao (Genshin Impact)", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-09T23:57:33.636Z", "availability": "Public", "nsfwLevel": 1, "description": "V1.0, I will test oki
", "trainedWords": ["Alatus (Genshin Impact) dark red hair, ahoge, green hair,red glove, red tone clothes, red rope crosses chest, bare chest, animal fang necklace, red mark on forehead, red eyeshadow, makeup, slit pupils,1boy,male focus"], "stats": {"downloadCount": 35, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 413661, "sizeKB": 20942.9072265625, "name": "495797_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T14:36:23.742Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "78F1DE0D", "AutoV2": "A927DB8C70", "SHA256": "A927DB8C7011C32C0EAF056015AAC3E0C784153A733F295F77A28668264BE431", "CRC32": "974B0362", "BLAKE3": "967715141263E8958681DF8E845035972C36AF31FEE5A272AAD0F9BD8B99C5DE"}, "downloadUrl": "https://civitai.com/api/download/models/495797?type=Training%20Data"}, {"id": 414591, "sizeKB": 223102.57421875, "name": "XL_Alatus__BetaRed_Xiao_Genshin_Impact.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T23:51:00.173Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2826D1AE", "AutoV2": "9CF1380826", "SHA256": "9CF1380826D32AF9887CF589431628D0B9A4F752100EEDDD45BBE9E9180A71D4", "CRC32": "C4D5A9FB", "BLAKE3": "A16D8737B11A43F4EF26B8058BA648631FA4E1257AC74BA5B7D0653283D579BA", "AutoV3": "F69727C1C0DB"}, "downloadUrl": "https://civitai.com/api/download/models/495797", "primary": true}], "images": [{"id": 12010938, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b548084-fa39-4306-937f-c3a8f0ae470c/width=450/12010938.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMODOTxu_Ns:%gjZaKWBIUkCxujFx]WBWBoz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/495797", "modelId": 445239} \ No newline at end of file diff --git a/datasets/metadata/495849.json b/datasets/metadata/495849.json new file mode 100644 index 0000000000000000000000000000000000000000..d46f66ce5881544ca7ce261cc7467179871d0346 --- /dev/null +++ b/datasets/metadata/495849.json @@ -0,0 +1 @@ +{"id": 495849, "index": 3, "name": "Female Anthro Elephant V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-09T19:06:56.036Z", "availability": "Public", "nsfwLevel": 26, "description": null, "trainedWords": [], "stats": {"downloadCount": 127, "ratingCount": 0, "rating": 0, "thumbsUpCount": 41, "thumbsDownCount": 0}, "files": [{"id": 413695, "sizeKB": 90889.5078125, "name": "495849_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T14:56:38.386Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "268F092C", "AutoV2": "52E5E7B8CE", "SHA256": "52E5E7B8CE9ADC39C8C5765BD87F55FE025616C1E219A5E2076D10292B961895", "CRC32": "B26E73ED", "BLAKE3": "189A1BC5DCA6C96583AE0A9D10BAB0A8452F356890277934E6FA38CC73E60AEC"}, "downloadUrl": "https://civitai.com/api/download/models/495849?type=Training%20Data"}, {"id": 414145, "sizeKB": 223117.01953125, "name": "Female_Anthro_Elephant-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T19:06:01.580Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D85A0E08", "AutoV2": "8B4A0DFE8F", "SHA256": "8B4A0DFE8F9A43514237ACABD07837BD2D1FA14A7ED96C92A1975026738FA014", "CRC32": "65882FA1", "BLAKE3": "25AC1458C7AD806B82D354835ECD1B07C89907B4DCE0FBB658549871E4A08C76", "AutoV3": "F6B5D7B63FD3"}, "downloadUrl": "https://civitai.com/api/download/models/495849", "primary": true}], "images": [{"id": 12008045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5eba0e6a-c5e3-4e35-be2d-5b13c54d306c/width=450/12008045.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U9DI?[?aH;IU~VIq4p-UITV@9GE2EMjY9at7", "type": "image"}, {"id": 11997552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7a66651-d5c0-41e2-a9d7-48952319570b/width=450/11997552.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UAJ7m-x_^#?Z_MR-VZ%19ZV@9b%2$fR*4:%2", "type": "image"}, {"id": 11997555, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c62d845d-c3cf-428c-b1e8-9b6d742fb772/width=450/11997555.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U7H-iOE-0x~V_MNdrY-o00^%9bxC00e-0g?G", "type": "image"}, {"id": 11997556, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a7bf34f-7853-465a-a58d-b734b5b7fd53/width=450/11997556.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U9GuBu]~00Ek~pE2a0ozD$4:ERS~0f5UXAxY", "type": "image"}, {"id": 11997561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e39fe10-cd6f-4552-845a-82fed59b0fdd/width=450/11997561.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UDDJ%.yWO#rqug.8xpITO]TJaO$y.TojVZs%", "type": "image"}, {"id": 11997553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7b2e484-425f-4003-a920-f2cf6359b9b7/width=450/11997553.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UXJj*nNG~Vs,s:IoV[Rj9toeW=WBE1oejat7", "type": "image"}, {"id": 11997557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/778b4394-d618-48f5-ae32-69583d0311c4/width=450/11997557.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UFGI4M9u${%2~Bj]?GtQ9Z?HWFIo9F?Ht8RP", "type": "image"}, {"id": 11997558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83fb717e-a5d8-4b95-8cf1-6439bdf514f7/width=450/11997558.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UHGRq|-S4ntm_MNd8{oIOrkXM|%0-;WYD*WB", "type": "image"}, {"id": 11997554, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3834bd2e-4787-4045-a91c-dfaffc92d071/width=450/11997554.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U9Fh|vIo9?=J1A?H?GELys9]IT%L%%?aQlxs", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/495849", "modelId": 445293} \ No newline at end of file diff --git a/datasets/metadata/496170.json b/datasets/metadata/496170.json new file mode 100644 index 0000000000000000000000000000000000000000..ea009f4687b961b7241dddb698540b85dcd90c9b --- /dev/null +++ b/datasets/metadata/496170.json @@ -0,0 +1 @@ +{"id": 496170, "index": 0, "name": "EMH", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-10T05:29:19.514Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 28, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 1}, "files": [{"id": 414961, "sizeKB": 61392.5673828125, "name": "496170_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-10T04:20:48.178Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3E79AEFB", "AutoV2": "1CDDAEB918", "SHA256": "1CDDAEB9181DDCE90B86563D96AC6C336D9C863C8E0FC6F6F8CA861F079F4FBC", "CRC32": "D4639388", "BLAKE3": "6797A700A5DDD2D02FFAD3B18F88CA94855AA0A6A933D2C3F01190FC91AEF0C2"}, "downloadUrl": "https://civitai.com/api/download/models/496170?type=Training%20Data"}, {"id": 415056, "sizeKB": 223162.92578125, "name": "EMH.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-10T05:30:50.145Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "653EC9DB", "AutoV2": "F9BBD470BA", "SHA256": "F9BBD470BA53F45CF3CF97957EF0004E7A10AB253000ADCE75CBD49F19AACEA3", "CRC32": "6B0F9064", "BLAKE3": "CE700C14EDE9DA2261AA04A1EEEBBBF9669E3FC37E237CD21FA4AF082F8D6C9C", "AutoV3": "7C338DCF225C"}, "downloadUrl": "https://civitai.com/api/download/models/496170", "primary": true}], "images": [{"id": 12032325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d538e497-238b-4df1-bb28-58789f7f478d/width=450/12032325.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7EfG{xu~mxW03WC4=j]02axD*WF4oj[$xRj", "type": "image"}, {"id": 12032327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc4a1a06-7f29-475b-98d8-b4ded2e089c0/width=450/12032327.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URB3:3j[j[oM_4j[f6j[xvj[ayfQM|fQf6ay", "type": "image"}, {"id": 12032326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c76bf1c-5287-4e47-8e72-85603a5a2e40/width=450/12032326.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U27KrJ%h9F$%yG?H_2s:NY-U-;-nR5R*?H?I", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/496170", "modelId": 445581} \ No newline at end of file diff --git a/datasets/metadata/496202.json b/datasets/metadata/496202.json new file mode 100644 index 0000000000000000000000000000000000000000..8c1487190a13cce2ee21e9a7473768ece7209654 --- /dev/null +++ b/datasets/metadata/496202.json @@ -0,0 +1 @@ +{"id": 496202, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-09T17:20:08.137Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 214, "ratingCount": 0, "rating": 0, "thumbsUpCount": 52, "thumbsDownCount": 0}, "files": [{"id": 413994, "sizeKB": 22232.94140625, "name": "Darkness_Konosuba_S3Ep5-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T17:21:02.225Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E4009841", "AutoV2": "AA3E44165E", "SHA256": "AA3E44165E1D0A316A6CECB5AC64B2B47C3B0CC4E7F21278CF4789A9482348A5", "CRC32": "45283D19", "BLAKE3": "21916E15F3310AFB1027D4CE84E77808DE851EC50B917FB54EC247A2219853CC", "AutoV3": "AFD3B6043F00"}, "downloadUrl": "https://civitai.com/api/download/models/496202", "primary": true}, {"id": 413993, "sizeKB": 5151.6025390625, "name": "Darkness_Konosuba_Ep5.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T17:22:20.333Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "43709956", "AutoV2": "7877B92A6E", "SHA256": "7877B92A6ED80E6063C56EC3B2E4BA70DF09D0415F9991607A45E4057429DF36", "CRC32": "53562858", "BLAKE3": "894045D457F3AC5355941EF476824D54E2578850BD3F8D6DBAE635905067B33A"}, "downloadUrl": "https://civitai.com/api/download/models/496202?type=Training%20Data"}], "images": [{"id": 11987499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc72efa9-bcc5-4d5c-97df-f457b64c7bdb/width=450/11987499.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBQb:+t901xw00NI02NLCQ%L+~xu^--:M|xt", "type": "image"}, {"id": 11987507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c380da3-8c4a-4eba-aa4c-e26bed84057e/width=450/11987507.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBQb:+t901xw00NI02NLCQ%L+~xu^--:M|xt", "type": "image"}, {"id": 11987765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53509fb6-e0e6-480b-a770-f0f34e443fe1/width=450/11987765.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U8Qlg+lo05#kt@U]IHKOJ~O=:+m-P:IT0LIt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/496202", "modelId": 445611} \ No newline at end of file diff --git a/datasets/metadata/496226.json b/datasets/metadata/496226.json new file mode 100644 index 0000000000000000000000000000000000000000..c19cfe9f8be843be6859a8730210f9e74f98a96c --- /dev/null +++ b/datasets/metadata/496226.json @@ -0,0 +1 @@ +{"id": 496226, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-09T17:34:10.000Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 227, "ratingCount": 0, "rating": 0, "thumbsUpCount": 57, "thumbsDownCount": 0}, "files": [{"id": 414015, "sizeKB": 6981.1708984375, "name": "Darkness_Konosuba_Ep2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T17:35:52.442Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "18E9E805", "AutoV2": "A13B39CBFA", "SHA256": "A13B39CBFA62B174D3A6E1D86F3AE9CE642C60980995DC52AB7C98BA53B0790C", "CRC32": "3DFE46C1", "BLAKE3": "4057A11B48B64F325B29CB5D259DB8EE28C9ADFEAE1221453B6A836A5BD8B49B"}, "downloadUrl": "https://civitai.com/api/download/models/496226?type=Training%20Data"}, {"id": 414016, "sizeKB": 22231.88671875, "name": "Darkness_Konosuba_S3Ep2-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T17:37:47.839Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9C441937", "AutoV2": "86B3CFFFD0", "SHA256": "86B3CFFFD0843C0E1E592F9F6FBD704EBB79B6FF755EEE435D754FEDC293DF0E", "CRC32": "A2377970", "BLAKE3": "BD0AF8718BB29BE1AAAC2026001125367014D5CF98F05FD322C0C098A6DAF3F8", "AutoV3": "51937026FE1E"}, "downloadUrl": "https://civitai.com/api/download/models/496226", "primary": true}], "images": [{"id": 11988397, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7388b4c-c0ff-4f1d-bce0-2a524ba4565a/width=450/11988397.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEL|llTf00xWEco~IEt45RxaDjbF~WaJNHay", "type": "image"}, {"id": 11988401, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/812f4907-84c8-4791-a750-225ff2afb387/width=450/11988401.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEL|llTf00xWEco~IEt45RxaDjbF~WaJNHay", "type": "image"}, {"id": 11988695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2411c8bd-d02c-4cd6-bb70-44f091eaac5b/width=450/11988695.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UALgLf?c00M{4mE1ICIU5+-pRQt7_NR50Lt7", "type": "image"}, {"id": 12570705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54972d63-46b8-4271-bad2-c944851868bc/width=450/12570705.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UMJHU9~p014o}*-oe?9G9YROWZnmOt-pD*V@", "type": "image"}, {"id": 14051170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bd29a25-85ab-4230-86f0-693bbc863851/width=450/14051170.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKGkj|?b00Mw~9NF4o$%E1s:-qRk56j]t7Ip", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/496226", "modelId": 445638} \ No newline at end of file diff --git a/datasets/metadata/496391.json b/datasets/metadata/496391.json new file mode 100644 index 0000000000000000000000000000000000000000..e4f0d8c2d1be7d48c9359487bc1229c7b28bbc15 --- /dev/null +++ b/datasets/metadata/496391.json @@ -0,0 +1 @@ +{"id": 496391, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-09T19:23:26.688Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 145, "ratingCount": 0, "rating": 0, "thumbsUpCount": 41, "thumbsDownCount": 0}, "files": [{"id": 414168, "sizeKB": 22255.91796875, "name": "Tio_Klarus_Arifureta-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T19:25:43.811Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "09D6CE47", "AutoV2": "5518175839", "SHA256": "551817583966504CEE0F684B9921B683683CA644B2FC69857B62C97DB76650BA", "CRC32": "9FC5BFAA", "BLAKE3": "86B74D7FE30DB5BA06D0E60365748B6963D3C2E9EDDFA93D71CF1BFC61D1F8A4", "AutoV3": "EE767714BEF8"}, "downloadUrl": "https://civitai.com/api/download/models/496391", "primary": true}, {"id": 414169, "sizeKB": 42794.2255859375, "name": "Tio_Klarus_Arifureta.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T19:25:44.988Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A7C4AF44", "AutoV2": "BE8637D58D", "SHA256": "BE8637D58DFD6E33B51691FE563FB0D0AEE96CFBE59DBB781955C2C9DE56B2CB", "CRC32": "950873B4", "BLAKE3": "EA666B80A085B859BB38E6E65021B1BEB3D5BF6BC08B021997E270AF5964091C"}, "downloadUrl": "https://civitai.com/api/download/models/496391?type=Training%20Data"}], "images": [{"id": 11995126, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e40eeb77-552d-4d49-a39a-fb36617b6205/width=450/11995126.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFFhn*a#00of0es:={Rj01WB~Bs:^*ayM|fk", "type": "image"}, {"id": 11995127, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9514a155-9e5c-458c-9b0d-02839548569e/width=450/11995127.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFFhn*a#00of0es:={Rj01WB~Bs:^*ayM|fk", "type": "image"}, {"id": 11995602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7e49cb4-3147-42d8-b803-906383dd8106/width=450/11995602.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UCE2kD?G00019utQD%-60L4:~V?IE3-pxaW9", "type": "image"}, {"id": 11996766, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e028a853-1fc9-4bae-96c5-af6d67436ffa/width=450/11996766.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UMK^y*029ZsV00D%-:f,0fRinNof~qbIn+xa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/496391", "modelId": 445783} \ No newline at end of file diff --git a/datasets/metadata/496672.json b/datasets/metadata/496672.json new file mode 100644 index 0000000000000000000000000000000000000000..16bbde018bd8aedd96c20bf2baec76f2ae2347d8 --- /dev/null +++ b/datasets/metadata/496672.json @@ -0,0 +1 @@ +{"id": 496672, "index": 1, "name": "Elvira Stone AI", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-10T11:26:31.207Z", "availability": "Public", "nsfwLevel": 7, "description": "Can be used on any SDXL & pony - maybe more !
", "trainedWords": [], "stats": {"downloadCount": 93, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 414454, "sizeKB": 4193.693359375, "name": "496672_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-09T22:01:54.427Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D915537C", "AutoV2": "BDA026272D", "SHA256": "BDA026272D42EFAFD01A2F3BB146D465985B28550E00E92CF1934C1EEDD2735B", "CRC32": "560E51DE", "BLAKE3": "A131E8F5D98E2AC192E7B5E93518C3E15631951674DC3E363454AC2F314707EE"}, "downloadUrl": "https://civitai.com/api/download/models/496672?type=Training%20Data"}, {"id": 415455, "sizeKB": 223099.62109375, "name": "Elvira_Stone_AI-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-10T11:16:24.247Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E3D5E2D4", "AutoV2": "C21C0105E4", "SHA256": "C21C0105E41F8822F9B9020C53546E5A23BD4B99275BEC60C5F5467627E49265", "CRC32": "4437A7DF", "BLAKE3": "754A3885E604C5CCDD479F40DE057A618432966E23451B20C215B57A5F98C4D9", "AutoV3": "B11F19DC53C0"}, "downloadUrl": "https://civitai.com/api/download/models/496672", "primary": true}], "images": [{"id": 12054479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a2abc51-4526-4515-8615-3c133cc0b010/width=450/12054479.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UJMP%c4:CTxu7iVrE7V?5YskIBoIFzofR:of", "type": "image"}, {"id": 12054498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56c0abd3-bdab-46ff-b86a-a76980e30179/width=450/12054498.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8HnZ%0z02_M0o-pnnxaxuRRQ,E257tPxZac", "type": "image"}, {"id": 12054489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/665c7bf5-64d2-4a62-9123-b0707a5611d9/width=450/12054489.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UKI|{^9E.mn2yXZ}TKVr5URi9GM{krn#xvjE", "type": "image"}, {"id": 12079212, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7549853b-df24-4745-902d-637b10122d6a/width=450/12079212.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UCHT,F0R0|~96BxwflM_04xw-UM_EoI^w]n}", "type": "image"}, {"id": 12079214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa3e7327-3d81-4d06-b1fc-ca7aa16e6370/width=450/12079214.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U9FqzV6A0:?bEeRgRN;J0L}@%20z16NJxIog", "type": "image"}, {"id": 12080189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18a9c004-a282-4b45-be14-0cbaa0a05806/width=450/12080189.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UDKJoU4UGG~V7gahSiog9t^+R6SPJRt8s:xu", "type": "image"}, {"id": 12080190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81c40221-9f33-4662-9f8b-4d83a57e5ba5/width=450/12080190.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UBK]=T8{2a~A1$spEL%gS~%fD%E256%MjFtR", "type": "image"}, {"id": 12081230, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46418140-dcce-42c2-8601-b30eb5cadafc/width=450/12081230.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UGLfR9^*YRD*EhRnxDIV9XtRIA%LNgIUnlV@", "type": "image"}, {"id": 12081232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bad6d3a-e4d9-43e0-98fe-c68dfc90fad0/width=450/12081232.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKL{J9Zk-?~Co#sCw|xa9tX6MxE1w5%Mr^oe", "type": "image"}, {"id": 12083253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81e16622-3591-4c02-816d-99b499df0bde/width=450/12083253.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U7G8G,000e}@00^+OXkW1PMw^ke.9ttR4n?b", "type": "image"}, {"id": 12083255, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e30b353a-8cdb-4294-99ad-99d3662b43b2/width=450/12083255.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UBG8J?000}~V00-pE1%LBX$%wJEMM{I:spR+", "type": "image"}, {"id": 12100831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/584831bd-f4c5-440d-b1d0-e67d62675cb7/width=450/12100831.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UFI4t+14%~~pBDtS5SV?16-=H?S5EO%g%1M{", "type": "image"}, {"id": 12100833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a11bef72-678f-42e9-8d48-170c4e8eff4a/width=450/12100833.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "URHnKY}?t,V?JAWWR*NdE2R,RPjFELM{bIfk", "type": "image"}, {"id": 12100930, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56e96c22-3852-43ec-b6de-6524e35b6844/width=450/12100930.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UCLC#Ss:Tg~p0ybw9Z%g4.RixaM{o$R+Ins:", "type": "image"}, {"id": 12100931, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/465fdc03-12a5-4158-976c-277c3c6ff4f7/width=450/12100931.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "ULLfUR$%pK~WELn#IUt8Ipf+xbE2RjogWVad", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/496672", "modelId": 446009} \ No newline at end of file diff --git a/datasets/metadata/496810.json b/datasets/metadata/496810.json new file mode 100644 index 0000000000000000000000000000000000000000..f143b1956ee51c8990085488cb4ebc5ded628400 --- /dev/null +++ b/datasets/metadata/496810.json @@ -0,0 +1 @@ +{"id": 496810, "index": 0, "name": "ver 1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-18T03:18:00.160Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Viridiki", "1girl, blonde, side ponytail, green eyes, flower, hair flower, hair ornament, dress, pants, sandals, staff,"], "stats": {"downloadCount": 169, "ratingCount": 0, "rating": 0, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 430624, "sizeKB": 119368.3515625, "name": "496810_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T00:02:07.407Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8D4A20E0", "AutoV2": "4AD7A15C13", "SHA256": "4AD7A15C13F712A9913A5EEE3DF67BEBDED7E6FC8F9EB3D446276577BBA5EA31", "CRC32": "EB21CC35", "BLAKE3": "A364842FC5F389CE2061B655DC63D6C2024A63999F6B85FF50119EC1C3FCA814"}, "downloadUrl": "https://civitai.com/api/download/models/496810?type=Training%20Data"}, {"id": 430892, "sizeKB": 223102.84765625, "name": "Viridi-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T03:05:52.961Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9BBE4BFC", "AutoV2": "F5260D1356", "SHA256": "F5260D1356A2662E890B63A49EA0E0935116E7EA6D0D8E8A88FFA703136EFF97", "CRC32": "07B1E60A", "BLAKE3": "A2719C7C584FE06F1677FF11FCAD2917894B0955DE0DAC999C3516DBB1F7CF3C", "AutoV3": "94E2E5C88902"}, "downloadUrl": "https://civitai.com/api/download/models/496810", "primary": true}], "images": [{"id": 12812304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db94a7de-82fc-4e64-8bdb-aae21b74ef00/width=450/12812304.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9JHdTtQ7x~V^~xt4WIUO9E2WZj?00It~pRP", "type": "image"}, {"id": 12812308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b43150b9-7c10-463c-87b2-9819a39e7b01/width=450/12812308.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U4H2H15H00pu~m0O00}?0w-600VY4T^%y?Tc", "type": "image"}, {"id": 12812306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e4d77b8-1d9e-46dd-bfff-a2ea3049721e/width=450/12812306.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCI}39tmF{-p~ocES~V@4:M{NKX8D*r=xGt7", "type": "image"}, {"id": 12812307, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79c6e1d0-03a2-456a-bfe3-a27d2a2e16d5/width=450/12812307.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCGIDn58ys~B?uMyE3NG0Ks,D*Rjrr%LWUxG", "type": "image"}, {"id": 12812298, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e9bfafc-666c-4a5b-a6d2-64a0e6cf196f/width=450/12812298.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URKwa?~qt,?u_MWYMyxZMyxsEMoeIVxZtRbb", "type": "image"}, {"id": 12812314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39f85f1c-05cf-416b-b3ef-b30cd29f7bf3/width=450/12812314.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMI#MtT09^wv~pt7D*M{9bs9M|WXIrs,VsWB", "type": "image"}, {"id": 12812323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa7525f0-680f-4e7c-bb9b-327285fd2e0a/width=450/12812323.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7IX%0OYLN#+.R%1009u00-o?cRkEKxt%LWF", "type": "image"}, {"id": 12812320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99a14f3b-c67e-463a-a812-2cf60887c3b3/width=450/12812320.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8HL0m0M00_3^}9a4Tr=EgxZfAxu00?F_Nbv", "type": "image"}, {"id": 12812321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cc0e8fc-f8ac-4c33-9e2d-999cf15b14e8/width=450/12812321.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPI}Y9-oE*I;_Mg3IV%1xGs.I;IoS$ayi_s:", "type": "image"}, {"id": 12812324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74b505f1-f7db-4091-8210-97455877dd25/width=450/12812324.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMG+8cE*EN-V_Mr?9aX8DjWBIVaeRjs:WBoM", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/496810", "modelId": 446133} \ No newline at end of file diff --git a/datasets/metadata/496841.json b/datasets/metadata/496841.json new file mode 100644 index 0000000000000000000000000000000000000000..417f4d97049b7afac4e8f8459d05e72331317c36 --- /dev/null +++ b/datasets/metadata/496841.json @@ -0,0 +1 @@ +{"id": 496841, "index": 2, "name": "Pov Blowjob + Titjob + Handjob", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-10T10:25:53.584Z", "availability": "Public", "nsfwLevel": 16, "description": "Early version
It has only been trained with one character and background, hopefully that doesn't effect it to much. I intend to add more pictures to the training data but figured I might as well see how well it works currently
This is a sex position Lora for pov blowjob + titjob + handjob.
Prompts
Pov (nojob)
Pov
Pov, cumshot (add , breast or , face to the end if you want to direct the cumshot)
Pov blowjob
Pov blowjob (add , Shallow penetration or , deepthroat to change the depth)
Pov blowjob, creampie
Pov titjob
Pov titjob
Pov titjob, cumshot (add , breast or , face to the end if you want to direct the cumshot)
Pov titjob, blowjob (add , Shallow penetration or , deepthroat to change the depth)
Pov titjob, blowjob, creampie
Pov handjob
Pov handjob
Pov handjob, cumshot (add , breast or , face to the end if you want to direct the cumshot)
Pov handjob, blowjob (add , Shallow penetration or , deepthroat to change the depth)
Pov handjob, blowjob, creampie
Examples
Pov titjob, blowjob, deepthroat, creampie
Pov handjob, cumshot, face
", "trainedWords": ["Pov, ", "Pov titjob, ", "Pov handjob, ", "cumshot, ", "breasts, ", "face, ", "Pov blowjob, ", "Pov titjob, blowjob, ", "Pov handjob, blowjob, ", "Shallow penetration, ", "deepthroat, ", "creampie, "], "stats": {"downloadCount": 1605, "ratingCount": 0, "rating": 0, "thumbsUpCount": 273, "thumbsDownCount": 0}, "files": [{"id": 414679, "sizeKB": 21338.796875, "name": "496841_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-10T00:56:17.338Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "984556FA", "AutoV2": "AFC373C1E2", "SHA256": "AFC373C1E23343801254B6FE518C4BF7E743A96BB06BE7B31CF06F34B9306AEF", "CRC32": "DBEEB5FA", "BLAKE3": "5DCBB4B90B2136B927898CB93DA21828E76B0FC23BE8D6F168BC38000DE36BE8"}, "downloadUrl": "https://civitai.com/api/download/models/496841?type=Training%20Data"}, {"id": 415327, "sizeKB": 223099.26953125, "name": "Pov_Blowjob__Titjob__Handjob.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-10T09:30:51.084Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E3C59412", "AutoV2": "924EF2DF77", "SHA256": "924EF2DF770EA4AE0F88C9D208835E586E296A22A8F5CA353186D9238BC034EE", "CRC32": "CF3AF728", "BLAKE3": "90F7BB517294A3B6F983B177502E80B4538BA64CFF54E418B6CCEEAB4E6377CB", "AutoV3": "B32BC33EBD8C"}, "downloadUrl": "https://civitai.com/api/download/models/496841", "primary": true}], "images": [{"id": 12090607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c749165-f0ab-4651-b15c-2d45ff9ea02e/width=450/12090607.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UdJZ;_~VNuf5ShoLWARjxtt6RPf6axRkR+xa", "type": "image"}, {"id": 12090616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f146f972-da4b-4f04-b9e6-325a04700f10/width=450/12090616.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UbI|zW~VS#WBS5t6t6NGxsxtRPae%Lt6M{s:", "type": "image"}, {"id": 12090615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ed87070-c806-4494-bc05-c8e8ca49c756/width=450/12090615.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U9IqDl00csr@6gRk^k%M}%%N01Na00tlMyIo", "type": "image"}, {"id": 12090606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74711c44-e729-4b7e-abae-b74a296dccd9/width=450/12090606.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UfJG==~VOEWBNbj@oeNG%0j=M{e.j=j[WCt7", "type": "image"}, {"id": 12090612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86d11abe-dfc9-4c12-8dbf-be6eb8dc66b2/width=450/12090612.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UaJ@F1~VS~t79]oe%LRkWTWAV?WBNFRkIVs:", "type": "image"}, {"id": 12090614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d07a9ed4-1b22-4297-be06-f1cad3abb536/width=450/12090614.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UJKmb600AaM{TeM{%L%2~oaN9Gozozt64:Nt", "type": "image"}, {"id": 12050434, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c5ddc3c-5574-4723-b3fe-4c80178f080f/width=450/12050434.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UVK12e-U=qWX*0s.xVR-%MNHEQW=RoNHI[xZ", "type": "image"}, {"id": 12050437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d88c601-5fd4-4cad-b4ed-b5ff6271b503/width=450/12050437.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "USKmRx9a==t7.8t7-Sxa}=%2Els,xtRkI[NH", "type": "image"}, {"id": 12050433, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2be15021-1565-43ce-a09f-874870553b3a/width=450/12050433.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UOIg+c_N.SVXCAOtbwrq5Wt8RPxt%1oLr;X8", "type": "image"}, {"id": 12050301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e0426e0-7a7d-46aa-8c14-8815f21a0cc3/width=450/12050301.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UMJjh@?b_MtS57%M?Gt79aRPIAnhD%RiRPWA", "type": "image"}, {"id": 12054285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c41ccd6-bf6b-45b3-978a-f46d2205030b/width=450/12054285.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UJJal#ohI7R*CmIqZfn$0noI4nxY9Fxs_1t6", "type": "image"}, {"id": 12054286, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba501b8c-3a8b-4d4f-8d96-f785529c38c7/width=450/12054286.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UIKTxm?by?WT2^o~kWRi0KtT8_s*-;ksxC%L", "type": "image"}, {"id": 12054288, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d608cd6-7b50-4f75-aec6-e819351a36b6/width=450/12054288.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UJIN~s~pS^9FC8XUROR5XUt84n$y?uNJ-O-n", "type": "image"}, {"id": 12054284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1dec5b4d-0660-498d-85fd-b5404d9f0621/width=450/12054284.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UFJk1A?IOlITC8S%rWnM02%M00rp.8SP~9?G", "type": "image"}, {"id": 12050300, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe90f231-1e8a-46c0-b7f8-026f7dff8e22/width=450/12050300.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UIIg}:00-.-=L4H=-Tx^0iVr4:It,.xuR+M|", "type": "image"}, {"id": 12050440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/071dda88-f3f5-4031-ad90-f10277f07e11/width=450/12050440.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UOIqM{Iq=]-UCAs:%2jZXVV@5AR-D*R*OtWX", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/496841", "modelId": 446163} \ No newline at end of file diff --git a/datasets/metadata/497127.json b/datasets/metadata/497127.json new file mode 100644 index 0000000000000000000000000000000000000000..aa14d3dac6c8805de3f39c14162e876319b9a117 --- /dev/null +++ b/datasets/metadata/497127.json @@ -0,0 +1 @@ +{"id": 497127, "index": 0, "name": "Mpreg Model", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-10T21:02:37.846Z", "availability": "Public", "nsfwLevel": 30, "description": "", "trainedWords": ["1boy", "pregnant", "huge belly"], "stats": {"downloadCount": 223, "ratingCount": 0, "rating": 0, "thumbsUpCount": 52, "thumbsDownCount": 0}, "files": [{"id": 415678, "sizeKB": 223108.06640625, "name": "Art_StyleZach_Sano.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-10T14:00:52.287Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "25F61C88", "AutoV2": "059C83C64B", "SHA256": "059C83C64B109662FD22520E9A98C00A8FFAED4A37EB76705B5AEF5C0CFC81AD", "CRC32": "EA772B40", "BLAKE3": "EDC993FAE97FB301514DC53B8884A35461342ABCD2BFEF4CDE1D2E3E109114A4", "AutoV3": "62B7FC08539B"}, "downloadUrl": "https://civitai.com/api/download/models/497127", "primary": true}, {"id": 414929, "sizeKB": 35874.1025390625, "name": "497127_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-10T03:51:01.071Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9DB37125", "AutoV2": "6D3B051D8D", "SHA256": "6D3B051D8DD96D0B45896C7AE845E35FDCE283B2A9BBDB965051DC65A4647ACD", "CRC32": "0E369BC0", "BLAKE3": "95265108428497F9515AA9D116BF8111AD10332C41D4E688A1E6982669771409"}, "downloadUrl": "https://civitai.com/api/download/models/497127?type=Training%20Data"}], "images": [{"id": 12115213, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd68db24-b534-4882-9a4f-cbe94a108b31/width=450/12115213.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UINueJ?u14M|1MAH$jNK02id~TFx%f^jxFn5", "type": "image"}, {"id": 12115210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/636298a7-872d-436a-aba9-c560ab82a95c/width=450/12115210.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UIOC4~_39^nOLftl~VR*0ht8_MR*S~t7Q.V@", "type": "image"}, {"id": 12115214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cc1f59b-12c3-4e20-a953-d833ef63cf50/width=450/12115214.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UBIWl-RQ01tR0Lbb4:R*00s:~pWB^Ms.RkW=", "type": "image"}, {"id": 12115207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6e06654-2244-42fc-b13b-f1cf5ef691a6/width=450/12115207.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UFJt6p-o0NxC009]aKxG0gRP~BtQv}}@WBIp", "type": "image"}, {"id": 12115212, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfd6d7e1-ffec-47c5-8f3b-ff0fc2cce8b2/width=450/12115212.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UEN+9F?G58%L01WU4TRj00IV~UODM0nj?uS$", "type": "image"}, {"id": 12134473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1db569a0-193d-4c74-b041-92505eecea78/width=450/12134473.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UFEN3itm8wR4HXV@*0o#9DkDQ-jGxFadk;kX", "type": "image"}, {"id": 16499586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c97b203-1630-454c-9809-11d6e81b94da/width=450/16499586.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "ULN9LPJD0gxvpI}@RQtm00%1x[9tHrn$ofR+", "type": "image"}, {"id": 16500073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efcf78af-3455-4556-83c6-628397110171/width=450/16500073.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEKdb%0$22}?1Q?GtlD*8_XS-;a1~UE2Myx]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/497127", "modelId": 446417} \ No newline at end of file diff --git a/datasets/metadata/497231.json b/datasets/metadata/497231.json new file mode 100644 index 0000000000000000000000000000000000000000..ba4b634659858037969f8a02aa322c989532c52c --- /dev/null +++ b/datasets/metadata/497231.json @@ -0,0 +1 @@ +{"id": 497231, "index": 0, "name": "Zach Sano Style | BreedersDex (Pok\u00e9mon LoRa)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-10T20:51:23.352Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": ["Breedersdex", "belly tumor", "sketch", "alien dick", "tentacle dick"], "stats": {"downloadCount": 128, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 415677, "sizeKB": 223109.31640625, "name": "Zach_Sano_Style__BreedersDex_Pok\u00e9mon_LoRa.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-10T14:00:14.119Z", "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/497231", "primary": true}, {"id": 415028, "sizeKB": 32272.111328125, "name": "497231_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-10T05:10:55.053Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4747578B", "AutoV2": "FDB5A8F3D3", "SHA256": "FDB5A8F3D3F77A16901C8CE15595AC347E77FE1597526561B84E0876C17C1136", "CRC32": "78DF1D7B", "BLAKE3": "8F653D621527ACF88EC748ED23F7F5CF9CFA5478D29F813CB4A8EDC909098F82"}, "downloadUrl": "https://civitai.com/api/download/models/497231?type=Training%20Data"}], "images": [{"id": 12093391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1bd8d79-cfbd-4bb7-a520-850966d2b2e0/width=450/12093391.jpeg", "nsfwLevel": 2, "width": 676, "height": 702, "hash": "UVRV@Axu_4%Mo}axo3ogtQtRIURj-qofIUWV", "type": "image"}, {"id": 16500597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e42395c7-405c-4f6c-8312-f511a6e05e1a/width=450/16500597.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9PY#S?aLgx[yra|-UV@*IR*#SrrQmaeS~tR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/497231", "modelId": 446518} \ No newline at end of file diff --git a/datasets/metadata/497524.json b/datasets/metadata/497524.json new file mode 100644 index 0000000000000000000000000000000000000000..4a64fba7d50eaa1b14de6cc9308a09728656caff --- /dev/null +++ b/datasets/metadata/497524.json @@ -0,0 +1 @@ +{"id": 497524, "index": 0, "name": "1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-10T10:34:15.844Z", "availability": "Public", "nsfwLevel": 1, "description": "Changed version to 1.0
", "trainedWords": ["crystalwinter", "ever after high", "winter outfit", "pink lips ", " white hair, wavy hair, very long hair with multicolored highlights, (white purple cyan streaks), ", "light lilac skin ", "messy hair"], "stats": {"downloadCount": 46, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 415370, "sizeKB": 9785.2958984375, "name": "497524_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-10T10:06:30.436Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F2CD6F70", "AutoV2": "A0BB525A79", "SHA256": "A0BB525A7919B136E17999542DA153ED75008D53AB2106218261BDAF345D09D0", "CRC32": "E0CD8CA6", "BLAKE3": "86F8836CB464A068D5ACB1C5D725B2AAF8124AEB5AEBCD2CD17B5DEA8ADBBB1B"}, "downloadUrl": "https://civitai.com/api/download/models/497524?type=Training%20Data"}, {"id": 415402, "sizeKB": 223101.97265625, "name": "Crystal_Winter__Ever_After_High.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-10T10:36:34.304Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4161F6F4", "AutoV2": "8362D2E637", "SHA256": "8362D2E63737AAE39E81FE372C9F688C0AD40121822F60294A78CEAE256DA481", "CRC32": "458BC909", "BLAKE3": "CAA0CE8AA66C380CC85915946354DD2AB96511A38079C917E4F9757FD4F785F0", "AutoV3": "C84B36E86C1E"}, "downloadUrl": "https://civitai.com/api/download/models/497524", "primary": true}], "images": [{"id": 12417302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe5dcfef-59f1-460a-b0da-5c265c97c562/width=450/12417302.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8Gl*a^,00x]9#%h.9F{nC_4?Fv}?wEKiv#+", "type": "image"}, {"id": 12417303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3dbc036d-4a70-41a3-9045-4383ab8dc5cb/width=450/12417303.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEHyas?]00yDEJ%$O;pIDktn=h-X%PozRiVs", "type": "image"}, {"id": 12051042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d4183c2-9c96-4727-b4ea-80ba740fce0b/width=450/12051042.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBBg[I.900x^_Mt64oof8wI9RnRPIBMxg3RP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/497524", "modelId": 446784} \ No newline at end of file diff --git a/datasets/metadata/497633.json b/datasets/metadata/497633.json new file mode 100644 index 0000000000000000000000000000000000000000..f5c39d8cc07b52cbdf96ef5b654faaaee15a9367 --- /dev/null +++ b/datasets/metadata/497633.json @@ -0,0 +1 @@ +{"id": 497633, "index": 0, "name": "Apogee (TGP)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-11T17:34:16.193Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 109, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 415410, "sizeKB": 3809.677734375, "name": "497633_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-10T10:37:37.737Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F19D7BB0", "AutoV2": "B6C0367C9E", "SHA256": "B6C0367C9E4A3C0FB46006B451648F9B2E6E58128A909EA9A377F13D318893DB", "CRC32": "29665C57", "BLAKE3": "ACEFE90E752C648A58206DAF062A38EFC00638E6591F5738221FDCCA7EC729DE"}, "downloadUrl": "https://civitai.com/api/download/models/497633?type=Training%20Data"}, {"id": 417941, "sizeKB": 223100.05859375, "name": "Apogee_TGP-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T17:26:34.932Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D5E4E4BD", "AutoV2": "7CCD7E366F", "SHA256": "7CCD7E366FC5177A436A1C8D9BA3A391B2E6E0CFC84C5125AE888A54D08FEE67", "CRC32": "7221A755", "BLAKE3": "30B9ECA27BC10A788D8831E6CC2BAA5EC6099C2BA8CFBA68C8A12402A1B3508C", "AutoV3": "C8852CEF055D"}, "downloadUrl": "https://civitai.com/api/download/models/497633", "primary": true}], "images": [{"id": 12201139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d6a9998-daa2-467c-af9f-2c619e87b8d6/width=450/12201139.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UMF$Os9uGJTKL4kV%#JpB=MxXmV[IWWBM{w[", "type": "image"}, {"id": 12201142, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1bbb836-433d-4d2b-bd16-866dc2925205/width=450/12201142.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UUHo5o0MXp?at:sk.8T0Tya0tRS5I?NejEf+", "type": "image"}, {"id": 12201140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8036a77b-412b-485e-b700-1a3d29b0e61e/width=450/12201140.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UMGIox9bPX-pGKs7x^S%5ri{baR*M}tSMyoy", "type": "image"}, {"id": 12201141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfbd45e2-e566-4dc2-a5e5-cf0f3af87db7/width=450/12201141.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "USF=:d4.F~t-K-r;tmOZKQi_t7jZIVo#aKxC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/497633", "modelId": 446878} \ No newline at end of file diff --git a/datasets/metadata/497634.json b/datasets/metadata/497634.json new file mode 100644 index 0000000000000000000000000000000000000000..6dfa67f1544d3ae3c362cd6a411338f180a2c579 --- /dev/null +++ b/datasets/metadata/497634.json @@ -0,0 +1 @@ +{"id": 497634, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-10T10:40:26.690Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 256, "ratingCount": 0, "rating": 0, "thumbsUpCount": 58, "thumbsDownCount": 0}, "files": [{"id": 415407, "sizeKB": 22247.26171875, "name": "Luna_Konosuba-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-10T10:37:08.851Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FAA92EC2", "AutoV2": "A277F1A8BA", "SHA256": "A277F1A8BA670BDFBB2E1A18B89F0360B301DA7C53CC2AB6340619AB68035FAF", "CRC32": "A50F6FA4", "BLAKE3": "B566A05D604B3DBB6730D73B3E2CDC41095DEB7002FCBD78F95A6F76B2216552", "AutoV3": "34D9F2B17B57"}, "downloadUrl": "https://civitai.com/api/download/models/497634", "primary": true}, {"id": 415408, "sizeKB": 41080.3896484375, "name": "Luna_KonosubaV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-10T10:37:25.214Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E1EA6C51", "AutoV2": "2B83BBD21F", "SHA256": "2B83BBD21F00C0A037929DD898795D5239C9155279B269BD87E5BF4897EF084F", "CRC32": "51D3A432", "BLAKE3": "5346E6DCEF5ECEF8907CBDEEA1B6E5FBED081DCBAEA7B9053C1C2DA0D25F4E65"}, "downloadUrl": "https://civitai.com/api/download/models/497634?type=Training%20Data"}], "images": [{"id": 12051439, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f878d5e-a0b1-4891-b07c-d489cba58cfd/width=450/12051439.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGQSVb4nG^-oE0D%%ixu*It7Mze-v#tR%2oJ", "type": "image"}, {"id": 12051440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6773e49c-8506-4610-8a69-26305381516e/width=450/12051440.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGQSVa4nG^-oE0D%%ixu*It7Mze-v#tR%2oJ", "type": "image"}, {"id": 12053779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cffeb1c3-4b4e-4512-8010-8970ef5920f4/width=450/12053779.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UdQltQxZ.TtR={j[tSn$tjV@V[ayW.tRahof", "type": "image"}, {"id": 12082926, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40c54a09-eebd-4919-b324-d5ca8bd53ebb/width=450/12082926.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCMjN|0100_400EkF3~V0w00-q%0_M%2D*kW", "type": "image"}, {"id": 12087088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c61166c8-d774-42bd-ba29-6aa8f4ea47d2/width=450/12087088.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UXOo#G~pAIxb9s-:Ipt8IVxax]f,ofNHs;Na", "type": "image"}, {"id": 12570623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52033b05-ca39-43cc-a052-d4ec2a5428e5/width=450/12570623.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJP${{=^L4?c?G?FOF_3tOIA%ME2.7M{V]xu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/497634", "modelId": 52145} \ No newline at end of file diff --git a/datasets/metadata/497680.json b/datasets/metadata/497680.json new file mode 100644 index 0000000000000000000000000000000000000000..664abed8256a7fd7f7089e5e829d3b84a0a80f6d --- /dev/null +++ b/datasets/metadata/497680.json @@ -0,0 +1 @@ +{"id": 497680, "index": 0, "name": "v2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-10T11:20:54.628Z", "availability": "Public", "nsfwLevel": 28, "description": "added 36 images to dataset
", "trainedWords": ["mamimi"], "stats": {"downloadCount": 635, "ratingCount": 0, "rating": 0, "thumbsUpCount": 120, "thumbsDownCount": 0}, "files": [{"id": 416559, "sizeKB": 33719.8974609375, "name": "MAMIMI2_1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-10T23:01:01.946Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6CE89BA5", "AutoV2": "8B5CDBB1F3", "SHA256": "8B5CDBB1F31D255D5FBF118DA11161F6691244DD929DDA954AD75414F6CCDFBB", "CRC32": "2B760BAC", "BLAKE3": "54DA9D23B0EA9BC14341ACD27C3DBFE3861075DF4AB34DDBFDC40B3BAB0033C6"}, "downloadUrl": "https://civitai.com/api/download/models/497680?type=Training%20Data"}, {"id": 415462, "sizeKB": 223121.55078125, "name": "MAMIMI2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-10T11:20:56.413Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D2B9088F", "AutoV2": "A4423E90F4", "SHA256": "A4423E90F4AABC89D00F5E8D1539E63330F22FD878AE127C0B35C6308927F287", "CRC32": "634F2A0B", "BLAKE3": "3DFB51D45B9924EEAB591FA8D9FE04BA02EE54DD89CD2B8343B133A6667E4A43", "AutoV3": "0B7AB5399953"}, "downloadUrl": "https://civitai.com/api/download/models/497680", "primary": true}], "images": [{"id": 12053531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83d009ef-73d2-422e-869b-1abefb35a576/width=450/12053531.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1216, "hash": "UJLyyPe.01tRB;aeI9X8FNV@s:of}?j?IUV@", "type": "image"}, {"id": 12053744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27932a36-d09d-41d6-bc79-165707c43a58/width=450/12053744.jpeg", "nsfwLevel": 16, "width": 1216, "height": 1216, "hash": "UDJGQV^30gS~01EN~BW;MyNGoLae^i$%e.n%", "type": "image"}, {"id": 12053548, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84dc21f9-e8a8-4a5b-ae26-201f1037b6f3/width=450/12053548.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1216, "hash": "UBJ%IH}?01-o0$0$IUEL9s^kVY~B58MxRQoz", "type": "image"}, {"id": 12054127, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f1b1452-e2e2-46c9-a7df-1b96a23eb479/width=450/12054127.jpeg", "nsfwLevel": 16, "width": 1216, "height": 1024, "hash": "UDI|g,0i0f=G0M}@$MNa0#-:%2-B~VEMnjS4", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/497680", "modelId": 391136} \ No newline at end of file diff --git a/datasets/metadata/498287.json b/datasets/metadata/498287.json new file mode 100644 index 0000000000000000000000000000000000000000..555761988f77908f0a8c370c9467b639b68f888c --- /dev/null +++ b/datasets/metadata/498287.json @@ -0,0 +1 @@ +{"id": 498287, "index": 0, "name": "Gina", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-10T19:09:33.098Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": ["Gina"], "stats": {"downloadCount": 31, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 416056, "sizeKB": 31484.880859375, "name": "498287_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-10T17:36:20.171Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BB64903E", "AutoV2": "BE01B7C819", "SHA256": "BE01B7C81951E1A291551DF6363DB283DBA4949C74FD3A93D9DE8296D17B7A57", "CRC32": "6F103454", "BLAKE3": "A66D629F2F2EA5AC3E18E7C3A6A9954747A380B97CC43DEEFEB29B177B51D2FA"}, "downloadUrl": "https://civitai.com/api/download/models/498287?type=Training%20Data"}, {"id": 416195, "sizeKB": 36980.3515625, "name": "Gina.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-10T19:01:00.317Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7384FF1A", "AutoV2": "613FCCCD8E", "SHA256": "613FCCCD8E33A6245CDA550EE53D014DCBC7961DE2CCAADEA6F42B5B5ECE3631", "CRC32": "92AA1B86", "BLAKE3": "A24737EDA8DDDFDAD29802F23E099021358DB78FD24E5ADD18AE3AB08DF8EE8F", "AutoV3": "204DCB71956D"}, "downloadUrl": "https://civitai.com/api/download/models/498287", "primary": true}], "images": [{"id": 12453334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/530f48d6-cef1-4f0d-b2d3-4b1a2d01d9ce/width=450/12453334.jpeg", "nsfwLevel": 4, "width": 1152, "height": 896, "hash": "U8HBen004E010cNP?s=z9HD*}^?H?[t8D~%L", "type": "image"}, {"id": 12453308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3b536eb-065c-4702-993a-e62330a52265/width=450/12453308.jpeg", "nsfwLevel": 2, "width": 832, "height": 1152, "hash": "UFA]W,ni5lIo~BRjJANGNaIoozNGNHRjxaNG", "type": "image"}, {"id": 12161777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c48c83fe-5b03-41eb-ada3-d9c0c1aebc22/width=450/12161777.jpeg", "nsfwLevel": 4, "width": 768, "height": 1280, "hash": "URHnpfxZOqx]}?M{JBRjK6xu?GofX9RPembc", "type": "image"}, {"id": 12453305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/432aa043-2997-4567-ab4f-977940b2b26d/width=450/12453305.jpeg", "nsfwLevel": 4, "width": 832, "height": 1152, "hash": "UNI}L:V[ui-;%iVsV]bvXox]oNM|yYaeNeof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/498287", "modelId": 447465} \ No newline at end of file diff --git a/datasets/metadata/498614.json b/datasets/metadata/498614.json new file mode 100644 index 0000000000000000000000000000000000000000..3d89a0f36614cff64cfaad1cce1b8697936aef0f --- /dev/null +++ b/datasets/metadata/498614.json @@ -0,0 +1 @@ +{"id": 498614, "index": 0, "name": "Chateau Hajnowejsa", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-12T17:58:12.316Z", "availability": "Public", "nsfwLevel": 9, "description": "1st version
", "trainedWords": [], "stats": {"downloadCount": 97, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 416389, "sizeKB": 220073.4609375, "name": "498614_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-10T20:56:25.004Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FFF1C523", "AutoV2": "5740BFA3C1", "SHA256": "5740BFA3C1B9830E42D775A4EBE548FB202ED02EC8E01082C0A56F0ECFF26C35", "CRC32": "F694478C", "BLAKE3": "455F1210BA542BEEFA1375CA17B44E8DC9EBE231D4E0F4C840E6C9F9DB649C13"}, "downloadUrl": "https://civitai.com/api/download/models/498614?type=Training%20Data"}, {"id": 420002, "sizeKB": 223103.19921875, "name": "Chateau_Hajnowejsa-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T17:50:56.541Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "07533E88", "AutoV2": "12320D744A", "SHA256": "12320D744ABBB1F35BE6A2E8C6BC0BD1CB88693D10C7F482878B861AF3B4B9C5", "CRC32": "512E6FFF", "BLAKE3": "4C2A18323948DA20A76E97B724C236E42522E74C0B535F36F421A81199C01468", "AutoV3": "9B778C61B65F"}, "downloadUrl": "https://civitai.com/api/download/models/498614", "primary": true}], "images": [{"id": 12270465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78735c7f-d2af-4c32-8686-dcc72d256073/width=450/12270465.jpeg", "nsfwLevel": 1, "width": 2520, "height": 1680, "hash": "UsFF:7xuITt7_Nt7Mxt7%NofV@t6WEbIoeoK", "type": "image"}, {"id": 12270477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cde46e51-4bea-4661-9210-ce7abbf61e4d/width=450/12270477.jpeg", "nsfwLevel": 1, "width": 2520, "height": 1680, "hash": "UjFPgCRQDhM|.AV@RORjENoHxtNGRjjYxuRj", "type": "image"}, {"id": 12270440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78435456-eae5-4aa7-9dd5-e98c8bee393c/width=450/12270440.jpeg", "nsfwLevel": 1, "width": 2520, "height": 1680, "hash": "UoD]@]s.slWq?ws,WAof%gxWRjoL%Ls+WBWB", "type": "image"}, {"id": 12270441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9fc4100b-4591-4bee-acde-0945959a41b6/width=450/12270441.jpeg", "nsfwLevel": 1, "width": 3224, "height": 2144, "hash": "UrF?FSxvRiog?wtRWAt7I]bIxaa#M|jZt7a}", "type": "image"}, {"id": 12270426, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79e59a6b-62ea-42d8-a196-0ffc48548522/width=450/12270426.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UtG+zCRQD%t8?wj=M_j]OGWVs,WBbcofjZWB", "type": "image"}, {"id": 12270439, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d91182c9-8aad-4f53-bf6c-1e68ba4cc1dc/width=450/12270439.jpeg", "nsfwLevel": 8, "width": 960, "height": 1440, "hash": "UVGut5oy9txY?wj]xbWXyEf8s;WV_3t6oHe.", "type": "image"}, {"id": 12270456, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29e42544-5275-46b9-b736-8f1bc3b7b380/width=450/12270456.jpeg", "nsfwLevel": 1, "width": 2520, "height": 1680, "hash": "UjFPgCRQDhM|.AV@RORjENoHxtNGRjjYxuRj", "type": "image"}, {"id": 12270486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbe0da68-fcbc-44fc-b692-f4d51dd217ac/width=450/12270486.jpeg", "nsfwLevel": 1, "width": 1680, "height": 2520, "hash": "U6Av|JxZ9F_N00X9?vIUt7s.D%D%xuMxRj-;", "type": "image"}, {"id": 12270550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8fcef11-9a3b-4ebc-8d2a-d10741904531/width=450/12270550.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1800, "hash": "UtJ836t7XStQ_4WD%Ms:T1NGaeWBtRWVM{WV", "type": "image"}, {"id": 12270611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfa24204-4ac3-4d78-98b7-0f6e6017d92d/width=450/12270611.jpeg", "nsfwLevel": 8, "width": 960, "height": 1440, "hash": "U8Ex^U--00OqOjtQ~Wnh4:t7~Cr?_M-onOW?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/498614", "modelId": 447749} \ No newline at end of file diff --git a/datasets/metadata/498755.json b/datasets/metadata/498755.json new file mode 100644 index 0000000000000000000000000000000000000000..7e83e71ca2d11f8720bd99068dfb997f6a1c45e3 --- /dev/null +++ b/datasets/metadata/498755.json @@ -0,0 +1 @@ +{"id": 498755, "index": 0, "name": "Ver. 1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-11T05:51:41.447Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 47, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 416516, "sizeKB": 682.373046875, "name": "498755_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-10T22:31:31.682Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "198562DD30", "SHA256": "198562DD300DA74216AB36E25CEFF5F2C60FAF50998A0846C598574A73281C89", "CRC32": "F2BD55B0", "BLAKE3": "92525C4DFFC3BE5E9BF6C2181FADAA0B5127ED0FC9602B43BDCDB3AF4717E6F1"}, "downloadUrl": "https://civitai.com/api/download/models/498755?type=Training%20Data"}, {"id": 417055, "sizeKB": 223100.88671875, "name": "Yurika_Beor__Inazuma_Eleven_Orion.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T05:56:01.245Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FC0A5344", "AutoV2": "BB33866C1D", "SHA256": "BB33866C1D8E60F6BB954C8D6F30980831BE05E1054953A271C9F8AE0C500BE4", "CRC32": "3A6BA24C", "BLAKE3": "746E428A4C9DD6F672B071AF468CE8918B6FD978D100D61B62B6B36A63F224E5", "AutoV3": "D1BC92F8BFB0"}, "downloadUrl": "https://civitai.com/api/download/models/498755", "primary": true}], "images": [{"id": 17360161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91a719b4-7c90-42e2-8c64-77b3b0299a70/width=450/17360161.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1754, "hash": "ULIX{nxu0LIoibs:9aRj~pRjE1t79GayM|t7", "type": "image"}, {"id": 17360167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/826f9d25-26bf-42ac-932d-bd1fff5758c1/width=450/17360167.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1754, "hash": "UdH1i0xa4.RkERo0IpR+~UkCIUaeEMWCWCay", "type": "image"}, {"id": 12437519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a931d36-52ef-4815-8d6e-997cbce51cb2/width=450/12437519.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFDmsl-:0]XNQWoy8}Ro*IX9M^j=9st7^+t7", "type": "image"}, {"id": 17360164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56afef32-fbc1-4018-8c56-108d409460fb/width=450/17360164.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1754, "hash": "U5JH%R_300Ip}?oI01IV03%f0L4n00W=?Ia0", "type": "image"}, {"id": 17360163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/405eda49-28f7-4002-a2e4-6dba8abb708c/width=450/17360163.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1754, "hash": "U9Dc5#?H4:9Z9GRj4-t99yadRNkDyZxZ^*NH", "type": "image"}, {"id": 12437520, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b7dd41b-3589-45cd-8eae-900048c66a7b/width=450/12437520.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UJDJw}rXA7Iq-tRO8|IXl9Rjounht+RPn#WV", "type": "image"}, {"id": 12437523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a78cb967-cfeb-444e-b35f-731b3ce2cc02/width=450/12437523.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UHCZ-2tiFpx@_NtO4nNG?bxuM{s;IUoeVrR*", "type": "image"}, {"id": 12437524, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb8514f7-890c-41a3-9981-a5a4811394eb/width=450/12437524.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCEfi;yCKtM_yVt700M{4psD8yE1.8x]~Wad", "type": "image"}, {"id": 17360162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f89e7c4a-40e5-491e-b2ad-a07d9b3f99d2/width=450/17360162.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1754, "hash": "U5F#Uaxv00?H00t6-gIqy=Mv0JXU00nN~UNL", "type": "image"}, {"id": 17360165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de651b8b-1a12-4df9-b3c0-ebc9bb0557e8/width=450/17360165.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1754, "hash": "U9I4qq~W4nENANnP00E25Z%19vpIBX0h^Nnh", "type": "image"}, {"id": 17360168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cef2d6a6-0bcc-448d-94a6-7d23b5abc877/width=450/17360168.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1754, "hash": "UJDmaax^00RP$zay9aRj~pn$9Zoz4:WCs8WA", "type": "image"}, {"id": 17360169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f64a95d5-7c9e-4479-88ff-cedb9c5b7066/width=450/17360169.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1754, "hash": "U6G]Ez%N00?w00j?0LM|?v%N009F9uxu$M9E", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/498755", "modelId": 447873} \ No newline at end of file diff --git a/datasets/metadata/498784.json b/datasets/metadata/498784.json new file mode 100644 index 0000000000000000000000000000000000000000..de321937b9bceecc7ee472ac53701318cda9cd87 --- /dev/null +++ b/datasets/metadata/498784.json @@ -0,0 +1 @@ +{"id": 498784, "index": 0, "name": "Tamara Stone AI", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-10T23:45:51.999Z", "availability": "Public", "nsfwLevel": 7, "description": "Can be used on any SDXL & pony - maybe more !
", "trainedWords": [], "stats": {"downloadCount": 176, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 416540, "sizeKB": 3760.01953125, "name": "498784_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-10T22:51:12.614Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "31BF6C86", "AutoV2": "A996F2101B", "SHA256": "A996F2101B10C657FBF7EDF5A0228C078B6AEE08D7D706322835A3E39E84AEC0", "CRC32": "3F64845C", "BLAKE3": "AEB32D4227C8FA747F6A1F2EA0E4685E0F1724C22BD0A5ACA8DADC6F7501C518"}, "downloadUrl": "https://civitai.com/api/download/models/498784?type=Training%20Data"}, {"id": 416588, "sizeKB": 223099.63671875, "name": "Tamara_Stone_AI-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-10T23:30:49.688Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0959EC8D", "AutoV2": "CD9FE16992", "SHA256": "CD9FE1699265E944D0C64CDDB1383AA3E744E63401467DD3B3226C1C56E76AA8", "CRC32": "2681B07D", "BLAKE3": "146158E0BD1099CA7731C5293103398BB1983ECC42D82E1218C288D215FC8D6C", "AutoV3": "FDC848FB3CCD"}, "downloadUrl": "https://civitai.com/api/download/models/498784", "primary": true}], "images": [{"id": 12104689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3b5496c-0d6e-48cb-921d-c32e1625e0f5/width=450/12104689.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UELCn?nq%%~W.89G%2I.9uxZxbIoM}%LNHoy", "type": "image"}, {"id": 12104974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d82dd0d-3aae-4064-aa62-8224014df2d3/width=450/12104974.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UBNk;#_MtCV?ifM{icr?00w}=~NbxvM|9sNF", "type": "image"}, {"id": 12105040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00a900a9-0fb0-49f6-a87c-3e48b64648c1/width=450/12105040.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UANbQ5~BK6IROGRQVsn#54rq?0o%v$IVE1tR", "type": "image"}, {"id": 12105072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3b1afed-a7d8-4598-a296-d8f129b20cbf/width=450/12105072.jpeg", "nsfwLevel": 4, "width": 768, "height": 1104, "hash": "ULM=t-v}t9~Boz-VV@RPE3WWxbWBMyRkM{R*", "type": "image"}, {"id": 12110558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b166aa9c-43c4-4d76-98b8-5c457a26d5b5/width=450/12110558.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UJK0QoR;%i~WNM%2jJNFIpNFRiNGIpozxusn", "type": "image"}, {"id": 12110560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf914dbf-f5fa-4073-b567-794d8e02af4e/width=450/12110560.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDK0QpRq%%_2JD%2n-t7E2RiVrIVM}t7xtoJ", "type": "image"}, {"id": 12163323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98891b03-f602-4729-9f79-dca13cc8c743/width=450/12163323.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UCFrCcIo1%~W00xt9FE2NGNH-Vt7yDoLS$Sh", "type": "image"}, {"id": 12163324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ea02798-0933-487d-be30-30185a33e3f5/width=450/12163324.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UFGt{KElGH~W5Us;9uozS6bwr=kDK6tS-;NH", "type": "image"}, {"id": 12169002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b7bd956-8f26-49c6-9f59-2628a7e5de3e/width=450/12169002.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UEHLMB_41F9^uP%3r?x]rs%2%3%N~W.7tlkC", "type": "image"}, {"id": 12169003, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6a28b87-720c-41a8-9100-cc6248613b2e/width=450/12169003.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBF}Ta%N9i~D}]x[xcM|57M{-:IU-VIV-;-V", "type": "image"}, {"id": 12168997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a02284ec-6240-452c-8d27-94253c5e7cd8/width=450/12168997.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UCGR||RR0J0LY7MvbKtRnQVqxvtR?wIUrqIU", "type": "image"}, {"id": 12170253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/477fb234-fb94-4a4c-876e-f6436af00533/width=450/12170253.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UBHBG8IU01~V-.-;t69aInt6-;IU58V@4oNe", "type": "image"}, {"id": 12170257, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c238e490-d253-472d-bc6d-09df68f1bbbb/width=450/12170257.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UFHnHY-;%N~W0L-pI:E14.ad-:IoNGaxRObb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/498784", "modelId": 447900} \ No newline at end of file diff --git a/datasets/metadata/498840.json b/datasets/metadata/498840.json new file mode 100644 index 0000000000000000000000000000000000000000..ce6b009b0579ca18aa038b3e1b96667dd132fdbe --- /dev/null +++ b/datasets/metadata/498840.json @@ -0,0 +1 @@ +{"id": 498840, "index": 0, "name": "Cherry (Animal Crossing)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-11T00:33:02.231Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 171, "ratingCount": 0, "rating": 0, "thumbsUpCount": 40, "thumbsDownCount": 0}, "files": [{"id": 416609, "sizeKB": 7349.3681640625, "name": "498840_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-10T23:51:24.638Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "ABCEB674", "AutoV2": "D330B12EE3", "SHA256": "D330B12EE3B23C86603B8236764A62B7A62A71D8231B985BA7FE54160B06D2A5", "CRC32": "6EE997DC", "BLAKE3": "112C3A66A4487CBB5B44191682B806404C4D47BB9E78901B02A9F8FAECEFF5B7"}, "downloadUrl": "https://civitai.com/api/download/models/498840?type=Training%20Data"}, {"id": 416657, "sizeKB": 223100.08203125, "name": "Cherry_Animal_Crossing.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T00:30:54.786Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4DC630BA", "AutoV2": "4150C0090C", "SHA256": "4150C0090C00BC22973300898484D7643EB2159EBCE3CC1A3094032141FA0086", "CRC32": "57D41CF9", "BLAKE3": "EF5822BDFA8E48982F0B264079FF38CD5DCB9359BAD3C0E1705E29510FB436F0", "AutoV3": "8D9503F22573"}, "downloadUrl": "https://civitai.com/api/download/models/498840", "primary": true}], "images": [{"id": 12107949, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fbfb8af-78d0-4524-bf81-5f605a2886a3/width=450/12107949.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UfKc|uoz.msp-Vj[J7aetRkWofni%MkBi{ae", "type": "image"}, {"id": 12107994, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93d32ba8-ff92-4953-83f1-989093228676/width=450/12107994.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UPH1Prxu~pX7-Day9uR+9]jFRkkCOrae$%j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/498840", "modelId": 447952} \ No newline at end of file diff --git a/datasets/metadata/498886.json b/datasets/metadata/498886.json new file mode 100644 index 0000000000000000000000000000000000000000..d3933ca903fe32eeae912dc73018ed8a0ff24ea7 --- /dev/null +++ b/datasets/metadata/498886.json @@ -0,0 +1 @@ +{"id": 498886, "index": 0, "name": "Bryce Callahan", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-11T02:19:00.534Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 41, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 416805, "sizeKB": 223102.52734375, "name": "bryc.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T02:15:46.669Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C9158D02", "AutoV2": "83ABA65830", "SHA256": "83ABA65830A577FEC64C61C8B6BEDC0CAD2569AAE058D4CE8CD9741C96E8B590", "CRC32": "89F4C748", "BLAKE3": "59AFC2D56887656D6D65FC76B6A49A890FC47B024414CA9FBDC8A0F68D6D68CD", "AutoV3": "09BC06185CA4"}, "downloadUrl": "https://civitai.com/api/download/models/498886", "primary": true}, {"id": 416633, "sizeKB": 8906.7060546875, "name": "498886_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T00:10:53.300Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BB8ADDA0", "AutoV2": "6B71F79EF6", "SHA256": "6B71F79EF658399E1D51999CBCE2B49E8D48DCD99E68184B14BAC793CD1E9A1E", "CRC32": "1F5C3D3F", "BLAKE3": "BAC556EC7CE9ADEFDFA68445065BDFA623FA845BAB4411044E844FF1033A3C3E"}, "downloadUrl": "https://civitai.com/api/download/models/498886?type=Training%20Data"}], "images": [{"id": 12114108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c78e91a-6835-48c6-a8a7-864a45d9e7f6/width=450/12114108.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9MsJ]?w08E000n24mM_00EM-:tmTyD+xVn+", "type": "image"}, {"id": 12114110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e14e320-4a7e-400d-b854-092a3df48b8b/width=450/12114110.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UKP5o:-ot7N{_Mt7pIWBDOkXJBXSiwM|%ME2", "type": "image"}, {"id": 12114109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b3fe67e-ca5f-4505-a959-7f825005a45c/width=450/12114109.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UKOLcKwbK6IVlASeE3IUR:57~B%19bD*R.oM", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/498886", "modelId": 447987} \ No newline at end of file diff --git a/datasets/metadata/498983.json b/datasets/metadata/498983.json new file mode 100644 index 0000000000000000000000000000000000000000..e0f02b0bd2bdcddf052f832f13ce3a1a9742a320 --- /dev/null +++ b/datasets/metadata/498983.json @@ -0,0 +1 @@ +{"id": 498983, "index": 0, "name": "new2", "baseModel": "SD 2.0", "baseModelType": null, "publishedAt": "2024-05-11T01:39:29.249Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 50, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 416731, "sizeKB": 1800.2080078125, "name": "498983_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T01:25:45.954Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "B3274BFCEF", "SHA256": "B3274BFCEFAAE55D37491B10CF14FA04C27241D970C6B1028FD441AB139F1563", "CRC32": "9E246267", "BLAKE3": "E54205B3FC3D3D12618854AAA94EA8C669BF6C55ABAB735916C99442BB2764AD"}, "downloadUrl": "https://civitai.com/api/download/models/498983?type=Training%20Data"}, {"id": 416761, "sizeKB": 36977.5, "name": "new2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T01:41:28.808Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B3B07420", "AutoV2": "0EC1937BAE", "SHA256": "0EC1937BAE58B127D583D3AE93270C69E5B32F4E070DFE3BEE9ADA34C2B23D5B", "CRC32": "8B068452", "BLAKE3": "4121ADB33C70112A50AB85B3617A26B651016D75AD4B8455FEBC372E5DF42C9F", "AutoV3": "36410EA3429A"}, "downloadUrl": "https://civitai.com/api/download/models/498983", "primary": true}], "images": [{"id": 12111992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d26f9f51-6962-49e8-9fc6-2b8518b80bb5/width=450/12111992.jpeg", "nsfwLevel": 2, "width": 2048, "height": 4096, "hash": "UAFO[h.8019F0000x]fQ9F-n~VoeXS9ZM{D*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/498983", "modelId": 448075} \ No newline at end of file diff --git a/datasets/metadata/499011.json b/datasets/metadata/499011.json new file mode 100644 index 0000000000000000000000000000000000000000..93c2f0c62cd136402ac2734b85b79c0d9123611d --- /dev/null +++ b/datasets/metadata/499011.json @@ -0,0 +1 @@ +{"id": 499011, "index": 1, "name": "Milkflaker style", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-11T08:37:38.176Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": [], "stats": {"downloadCount": 145, "ratingCount": 0, "rating": 0, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 416770, "sizeKB": 62625.7958984375, "name": "499011_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T01:46:07.625Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A6550095", "AutoV2": "AAB9AF79CC", "SHA256": "AAB9AF79CC71010C61DA6A4E22C52696E0081BE14648D3B360E465208A499DBA", "CRC32": "68BC62FD", "BLAKE3": "A9B8C1F26C18B0C80D00980A32B19E0B0E0132AA1A5083F74BBCBAD8BE55131C"}, "downloadUrl": "https://civitai.com/api/download/models/499011?type=Training%20Data"}, {"id": 417213, "sizeKB": 223114.88671875, "name": "Milkflaker_style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T08:35:54.210Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0C2BCD5A", "AutoV2": "DD665FC029", "SHA256": "DD665FC029FB442B4F23ADB78521C1B1AC9D640BB85B5D6ACFAC7684BF37CF40", "CRC32": "F3E36ED1", "BLAKE3": "E1F5FE14C579828C2113613090336710BAF5F2310D025770672D15A4D5704A24", "AutoV3": "84CDE06150CA"}, "downloadUrl": "https://civitai.com/api/download/models/499011", "primary": true}], "images": [{"id": 12140026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c21c2aff-3a44-4684-80fd-b065907d103e/width=450/12140026.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UfK,,C_2xaIU~VoyNGRjt7juNHxuxuR*f5od", "type": "image"}, {"id": 12138172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e540c01-bfcc-4373-b949-cb7a170355b1/width=450/12138172.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UX9[1a%jkYo$yGtoayadXTX9V=WBtnaxaef8", "type": "image"}, {"id": 12138170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b95e8cd9-8475-4ece-a18c-f33bb5df8133/width=450/12138170.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGKT9*xZ00jrInWqxva#9?j=-CoJ~BWXM{WX", "type": "image"}, {"id": 12140028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfa5f16b-ea52-4651-94ef-0193ada9fc71/width=450/12140028.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UZBWfSyDb{InpfXnS%s:x^WsW.S5S5RioIxu", "type": "image"}, {"id": 12140034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eff44d61-2a1f-4be8-b791-1ceb136ba4a4/width=450/12140034.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UJI#4e%MvKIVCAs,MbR-J=IoM_-q$ds:tSNH", "type": "image"}, {"id": 12140031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d709f26-63b8-42cc-bb34-8d024ba748bd/width=450/12140031.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UUBMlw%%XUOamlROxa$%r@V@NGNGk@krWASL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/499011", "modelId": 448099} \ No newline at end of file diff --git a/datasets/metadata/499141.json b/datasets/metadata/499141.json new file mode 100644 index 0000000000000000000000000000000000000000..270d1f67f760713f4d750dccc4ae301554c44a33 --- /dev/null +++ b/datasets/metadata/499141.json @@ -0,0 +1 @@ +{"id": 499141, "index": 2, "name": "Ralek Ver: Beta", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-11T03:13:45.879Z", "availability": "Public", "nsfwLevel": 7, "description": "This is Part 2, I screwed up with the original posting of version beta, this should be a remedy
", "trainedWords": [], "stats": {"downloadCount": 64, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 416882, "sizeKB": 8909.1142578125, "name": "498785_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T03:11:03.242Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "40FABDA0", "AutoV2": "FA779F83D0", "SHA256": "FA779F83D01289E1BAA4B8C48CBF123BA11A1AD8280B8A119266641E9D571FE0", "CRC32": "8483481B", "BLAKE3": "7D9201B8AA87A385ECFEEB798A48303C38BBBB94B3366A5B7BE29501D08D5CFE"}, "downloadUrl": "https://civitai.com/api/download/models/499141?type=Training%20Data"}, {"id": 416888, "sizeKB": 223105.76171875, "name": "Ralek_Beta.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T03:16:37.049Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0D7F30A2", "AutoV2": "D903FB6AC0", "SHA256": "D903FB6AC0F212FF3C76F6F1B78A1012E10D60E461823111863C356C1CEEC25A", "CRC32": "4480AD21", "BLAKE3": "0D0C7A79C293B797C86BB5928F25DEE047E165F670CF531AA6B19E844CF11A7E", "AutoV3": "F50ECEC24F84"}, "downloadUrl": "https://civitai.com/api/download/models/499141", "primary": true}], "images": [{"id": 12117220, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68c8af88-1839-4c25-8d8f-fca19ed27c90/width=450/12117220.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdH^9y9@XTo}?wM{t8xuG]wIxaxb?InioLoz", "type": "image"}, {"id": 12146874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70a1f07f-2663-4093-a5b0-8869d3ddb5e3/width=450/12146874.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UbF~zGS$x5o3~oV=xBWax,n3$MR:N_WCsWWY", "type": "image"}, {"id": 12146859, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be1eca1c-5d9b-4b66-a26c-44c9a9d511a8/width=450/12146859.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "ULHoRDx[00-._MocMyt8Mcj=XSWF?bs;E0W-", "type": "image"}, {"id": 12146866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21bad81a-6104-4273-bb97-999aef817e9e/width=450/12146866.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UMKKH14o~B-p?aIokDWBQ,?G-paes:%Layxu", "type": "image"}, {"id": 12146250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/460d19c3-b10a-4639-bd4b-47fdc180ef87/width=450/12146250.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UJI;L=DiO@EM~Wi_aeoe9vxZwbxu-UtRNGxb", "type": "image"}, {"id": 12146255, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00cf0a42-00f1-4b8c-9a62-46f1f101067b/width=450/12146255.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UXIF9nM{9DNf?]jFr:R:4:jI$+RkRiWBRoof", "type": "image"}, {"id": 12146856, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebbc131a-b300-49ad-beb3-b51fb6f526dd/width=450/12146856.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UXLpt55A9ZxT_MVsM{M{H?ROt7R+%No#t6xu", "type": "image"}, {"id": 12145844, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4f516da-b53b-4c04-a7a9-a6bca9abcf94/width=450/12145844.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UFJ@wj~n+W?8^d.8~B-pDkE39HM{WA9FXUM|", "type": "image"}, {"id": 12145955, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6992ea74-b3f4-4d8d-b855-6d9066cf3cd4/width=450/12145955.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UBJZ}PR49XH;?^I=I[%ML}wg9%XUpJELxuSz", "type": "image"}, {"id": 12145884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f118c084-bcc8-412a-b35d-3a483c3bf034/width=450/12145884.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8JQcrD*020000~pR60hrA#N.A1A]xS%I;={", "type": "image"}, {"id": 12146254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9861a21e-0051-4d59-9fc0-9ec69b5bdd04/width=450/12146254.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UcHd]ZWV.8Mx~WtRRjRj.8kDaeNG-;WBWpWB", "type": "image"}, {"id": 12145841, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da727c6d-3477-4a0c-b02c-5ee687d63d0e/width=450/12145841.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UMKc-5$,aJM_~pIoslR%9FM_%2-VpJxuWCxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/499141", "modelId": 447793} \ No newline at end of file diff --git a/datasets/metadata/499181.json b/datasets/metadata/499181.json new file mode 100644 index 0000000000000000000000000000000000000000..3681b0757cc35097e40ca1d1d459d3c77ffadc9b --- /dev/null +++ b/datasets/metadata/499181.json @@ -0,0 +1 @@ +{"id": 499181, "index": 0, "name": "G5", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-11T05:40:49.023Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": [], "stats": {"downloadCount": 118, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 416938, "sizeKB": 68354.5, "name": "499181_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T04:05:37.079Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2E2B7190", "AutoV2": "9178E4438E", "SHA256": "9178E4438E7860C93BFF947CA81B0B6B2D5A6687FF7E950FBF1094E2DF4B8AEA", "CRC32": "6CD70EB2", "BLAKE3": "27593DF5F044A7473CCA75B259211DB26A7342DE0A852B3CB90BFC711B71F6A9"}, "downloadUrl": "https://civitai.com/api/download/models/499181?type=Training%20Data"}, {"id": 417041, "sizeKB": 223129.39453125, "name": "Shadyfox__Puffyart.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T05:35:58.986Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5340CE57", "AutoV2": "BE74474F3A", "SHA256": "BE74474F3A48E473ACDA45B254EA904BD305629D5F46008A0176976C38ACEC91", "CRC32": "7F524256", "BLAKE3": "D910D17A8DCCA19C6FE4E564524B76C925998A1AEFC4D27B12BD1EA2A81F28A4", "AutoV3": "D5F74A460221"}, "downloadUrl": "https://civitai.com/api/download/models/499181", "primary": true}], "images": [{"id": 17479873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6837fbc-70b4-4ea9-b7c0-bbd6997ed3b3/width=450/17479873.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UCIWvHyEBV}@L2FMOZ%20gWUShxZD%VrIoxY", "type": "image"}, {"id": 17480152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/722e4e7b-f7de-49c8-a6eb-d9294bf57fbf/width=450/17480152.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "U7Gb0T0080]%y?VY0Kt500o}4T~V}m~W-o%h", "type": "image"}, {"id": 17480161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7baf415-710e-46e6-bf70-3f3425d35de5/width=450/17480161.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UMIhKqIBP;yDPCn4TKM|0zkWQ-WU=FNbV?#+", "type": "image"}, {"id": 17480384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da2a0795-3fe0-42f2-97f4-59df50a0fd40/width=450/17480384.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UNIz@*W;F{xaF{s.IUNa,=WVIAs:~WoLWpWB", "type": "image"}, {"id": 17480383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/468f49de-e8fe-4906-8042-4facf76c2f75/width=450/17480383.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UNIz@*W;F{xaF{s.IUNa,=WVIAs:~WoLWpWB", "type": "image"}, {"id": 17480574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dba97137-89dd-48e3-b02a-5768ceb6f22e/width=450/17480574.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UHIgN4wHF{V@GG%0NHWB0fxuIUR+}@R+-6WY", "type": "image"}, {"id": 17480573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d7fa784-815d-403e-ac1f-7d1286e94823/width=450/17480573.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UHIgN4wHF{V@GG%0NHWB0fxuIUR+}@R+-6WY", "type": "image"}, {"id": 17480797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ce0011d-1cba-4927-b07c-f5942601a2b0/width=450/17480797.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UYJ@wdWCp{ayF}R+NHjEE3RkV[WAxZRjaKbH", "type": "image"}, {"id": 17480798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3dba99c-c221-4305-bdeb-7878ceea6b28/width=450/17480798.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UYJ@wdWCp{ayF}R+NHjEE3RkV[WAxZRjaKbH", "type": "image"}, {"id": 12197588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08df19b5-24b4-4fb9-9125-29162bcde3da/width=450/12197588.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UDLD7Gn%0htR}RWX-UW?0iNGt7R-DNslE1Rj", "type": "image"}, {"id": 12198442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/565aab17-d55b-42d9-b9e1-1dba11cf32f5/width=450/12198442.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UFKATf580ea0.SI==_V?F3Ip}?M{D*NHxGNG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/499181", "modelId": 448249} \ No newline at end of file diff --git a/datasets/metadata/499295.json b/datasets/metadata/499295.json new file mode 100644 index 0000000000000000000000000000000000000000..80fde866b2a67d50d734ec2608da61eda7f39770 --- /dev/null +++ b/datasets/metadata/499295.json @@ -0,0 +1 @@ +{"id": 499295, "index": 0, "name": "rmv1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-12T04:49:00.587Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": ["r-mk"], "stats": {"downloadCount": 47, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 418785, "sizeKB": 37002.6015625, "name": "rmv1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T04:26:35.147Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F9025DC5", "AutoV2": "3868767AB6", "SHA256": "3868767AB6DB2BA53CDB048A1B0CD355480B34BB7A370520FA604767AD11DE71", "CRC32": "F02CC64B", "BLAKE3": "62DA2D67E76CB3D9BD361182CCE615A4AD6396E42F40D4F2AB605CEB1708798F", "AutoV3": "D7B52DF28E36"}, "downloadUrl": "https://civitai.com/api/download/models/499295", "primary": true}, {"id": 417045, "sizeKB": 113674.892578125, "name": "499295_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T05:46:26.050Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "848FAC52", "AutoV2": "38597F1B3F", "SHA256": "38597F1B3FCFA2C40529BC9142B30188F9302322E47874DAA668EBA72C6E503F", "CRC32": "A4CE4BC7", "BLAKE3": "AEDACC8594238B585E81295FFDA4867B5CB0CBBCBDD4C8A8A081DBD3FDA27798"}, "downloadUrl": "https://civitai.com/api/download/models/499295?type=Training%20Data"}], "images": [{"id": 12217058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12f436fd-709b-4678-a55c-bbb6a66fa6b4/width=450/12217058.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UIIC+-^P@=RP}?OERjafD$V@x^xuI:wIt7of", "type": "image"}, {"id": 12217062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bfbf2b1-7de2-4a44-8aa8-f5cf051f6eba/width=450/12217062.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCC5l0]zMb~DkqacM_S$0Kxc-WD%Z$S%tRrW", "type": "image"}, {"id": 12217063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53770a98-62df-40ff-a769-5cac5c9342e7/width=450/12217063.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGKSY7}kUvEm0S,]wGaJITNb?HxZ=DkCb_$y", "type": "image"}, {"id": 12217065, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14172b27-51c7-4f6f-9bef-4b1141bf3cb4/width=450/12217065.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UMH-Y.{{8#KN:mx[%FrZs6jF=z%1-nnOS#bq", "type": "image"}, {"id": 12217061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71ed6735-5747-4de4-9c7d-a737dc6b0fed/width=450/12217061.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UhKbm=}YVaRjrYt7s*WCnPs8t8t8w@WCNdt6", "type": "image"}, {"id": 12217059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a97c71b4-79c7-4f1a-aa6a-06d70ff85701/width=450/12217059.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UFDuob~CU^Mw$l$jS^X5IUX4=|$+t5X7r?s:", "type": "image"}, {"id": 12217064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91cc669b-da99-4065-8280-2a1f51775fbd/width=450/12217064.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UOLChm}@@]NY{xEh5Riy,-R%-Bw}%LsDjJtN", "type": "image"}, {"id": 12217060, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c91b4fb3-05d5-436e-8bad-1dc7976452b8/width=450/12217060.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJFN}J}m8^JC]z-B$*t6IAxZ?Ir=$fxaxYad", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/499295", "modelId": 448358} \ No newline at end of file diff --git a/datasets/metadata/499323.json b/datasets/metadata/499323.json new file mode 100644 index 0000000000000000000000000000000000000000..0ccc0ba3669d53e49d371db6ada9b2237bc2856d --- /dev/null +++ b/datasets/metadata/499323.json @@ -0,0 +1 @@ +{"id": 499323, "index": 0, "name": "David's Marra", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-11T06:49:49.737Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["marra, fair skin, flat chest, petite body, blonde hair, twintails, black eyes", "long sweater, long sleeves, pink scarf, pink pantyhose, gray shoes", "(green glowing eyes:1.1)"], "stats": {"downloadCount": 95, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 417052, "sizeKB": 2934.130859375, "name": "499323_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T05:50:53.702Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BC9D1B16", "AutoV2": "403ADD4D77", "SHA256": "403ADD4D77F89F36F7498C63F2C52E4C012420A359B416ACA362CA194653A381", "CRC32": "25642366", "BLAKE3": "99B727AFBD27046F9BF8B2A11465BF229DCAA221CE7C7B431795809424EB9A93"}, "downloadUrl": "https://civitai.com/api/download/models/499323?type=Training%20Data"}, {"id": 417102, "sizeKB": 223102.39453125, "name": "Davids_Marra.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T06:35:54.046Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2FABCAEA", "AutoV2": "7418792479", "SHA256": "7418792479033A03C64E8D2497238D8954F4E75C2130B0955B3B5D4C2DE16015", "CRC32": "CFBA6DDE", "BLAKE3": "F741BF777C1F46B9E8C0BB27F6983D430E745A58A804E28E2F4F3A4C5DC7E5EB", "AutoV3": "A8AD0B3875E4"}, "downloadUrl": "https://civitai.com/api/download/models/499323", "primary": true}], "images": [{"id": 12711976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19e9aefd-414f-454d-9708-66c98c94ae45/width=450/12711976.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UlJI6Ho~EmbJ_4XANIt6EmR.V@xtA1WYxDjY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/499323", "modelId": 448386} \ No newline at end of file diff --git a/datasets/metadata/499428.json b/datasets/metadata/499428.json new file mode 100644 index 0000000000000000000000000000000000000000..2666014c7d3420d06e8f5d7703ff524b59ba3d4e --- /dev/null +++ b/datasets/metadata/499428.json @@ -0,0 +1 @@ +{"id": 499428, "index": 0, "name": "Beowulf", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-11T08:07:48.146Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 37, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 417198, "sizeKB": 223101.12109375, "name": "Beowulf-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T08:11:05.218Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0F39CA49", "AutoV2": "9ACC883BA5", "SHA256": "9ACC883BA5612E118E6F0CCEAC89A6C5891C272FC35E81A3176641864FEB874A", "CRC32": "AC01A5AC", "BLAKE3": "2C89FDA6C77E155463E986D86CF4ECBBF341B97F6626ECD0D770EAE0F2AD0718", "AutoV3": "7E001B513220"}, "downloadUrl": "https://civitai.com/api/download/models/499428", "primary": true}, {"id": 417150, "sizeKB": 8012.1171875, "name": "499428_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T07:20:48.180Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "65B70B39", "AutoV2": "FF28BDCA72", "SHA256": "FF28BDCA722F32B20755549D3AA15F90AF686A64EDDDD4B87738F52FB4455F80", "CRC32": "32E72DC0", "BLAKE3": "5D5867D4296636C1C88706EA5FB8EA41AEF062E0638574DF626FA2526745539D"}, "downloadUrl": "https://civitai.com/api/download/models/499428?type=Training%20Data"}], "images": [{"id": 12136431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a62efc45-198f-4a31-b7fc-c94ac40fc1e0/width=450/12136431.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UPJHw7t8_Nj[-pj[R*ay%hayMxkBtSaynhj[", "type": "image"}, {"id": 12136429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d90f0c9-6556-41ab-9f3d-1dca142dd3c0/width=450/12136429.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMIXW-~U9axt9vbcxaWC9GWCNIIV~8xt%LxZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/499428", "modelId": 448485} \ No newline at end of file diff --git a/datasets/metadata/499521.json b/datasets/metadata/499521.json new file mode 100644 index 0000000000000000000000000000000000000000..c5804b310456e850e0b19e6fec36134cdcb6ba73 --- /dev/null +++ b/datasets/metadata/499521.json @@ -0,0 +1 @@ +{"id": 499521, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-11T08:50:20.160Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 132, "ratingCount": 0, "rating": 0, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 417228, "sizeKB": 37148.2568359375, "name": "nano_shinonome_VirginLostClub.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T08:50:45.616Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D50F5F3B", "AutoV2": "28DEB9472F", "SHA256": "28DEB9472F018EC4C319108250A944F3E65E3C7132528B43483F771D815047D0", "CRC32": "9475D3E8", "BLAKE3": "7C5599798CFF1D4C9A5B754C60379B0DF5B79FEFB7349581727D803C949169E2"}, "downloadUrl": "https://civitai.com/api/download/models/499521?type=Training%20Data"}, {"id": 417227, "sizeKB": 22249.44921875, "name": "nano_shinonome_VirginLostClub-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T08:51:27.863Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "90D1692F", "AutoV2": "A03AE1DAFC", "SHA256": "A03AE1DAFC4F0FAF13D1AB308DFF57B457AC943CE1D2FD24E73543AD5EA1EEC9", "CRC32": "0D259478", "BLAKE3": "42F8F30B6CF3F0D6DFC886F1584DDE0AC43BF9AFD7F1EFCCAC3F0770FF279E70", "AutoV3": "A12BC0FE996C"}, "downloadUrl": "https://civitai.com/api/download/models/499521", "primary": true}], "images": [{"id": 12138894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4511b0ee-fa25-4274-8118-1bffc5954768/width=450/12138894.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNJkJ?og?^t8?Gt8%Mxu01t7?Gt7-;t7s.t7", "type": "image"}, {"id": 12138895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7604459f-1c8a-43e7-916c-59f63dc11f36/width=450/12138895.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNJkJ?og?^t8?Gt8%Mxu01t7?Gt7-;t7s.t7", "type": "image"}, {"id": 12140019, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18145a4e-5e73-4c3a-b76c-dc225e9f75e0/width=450/12140019.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UyLgniWB~qxa-pt7kWR+M{WBs:s:NbWBt7a|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/499521", "modelId": 448577} \ No newline at end of file diff --git a/datasets/metadata/499523.json b/datasets/metadata/499523.json new file mode 100644 index 0000000000000000000000000000000000000000..73ac9c334c3695a6486e5629dfccc4b603bd2f74 --- /dev/null +++ b/datasets/metadata/499523.json @@ -0,0 +1 @@ +{"id": 499523, "index": 0, "name": "Sssonic2 Bowser", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-11T11:08:40.330Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": ["Bowser", "genderswap"], "stats": {"downloadCount": 27, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 417241, "sizeKB": 3590.8017578125, "name": "499523_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T09:07:56.237Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D0AC649F", "AutoV2": "9C88C0ADB1", "SHA256": "9C88C0ADB1CBB2E785A50AE55F0B02C232CC7F840EB1F6AAC3205F136C75321E", "CRC32": "8B96D77C", "BLAKE3": "C1C032F6318DF2376EF0C082F02DBC4F1CBA2E94CF7A2BB6CEB4F47FFD7DB295"}, "downloadUrl": "https://civitai.com/api/download/models/499523?type=Training%20Data"}, {"id": 417366, "sizeKB": 223101.34765625, "name": "Sssonic2_Bowser-000017.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T11:06:22.019Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5B4DB8E3", "AutoV2": "252B9589EA", "SHA256": "252B9589EA4F41538E7AA2C014F86874C7ED8A8A4C8B48E0E7FDB0B4BC6E37D7", "CRC32": "31D32911", "BLAKE3": "70DCF2B5B4E0E25752699C034DDFF8094E97F41151ED35C61F7DCAD5D07A4278", "AutoV3": "7CCFA1F77138"}, "downloadUrl": "https://civitai.com/api/download/models/499523", "primary": true}], "images": [{"id": 12147234, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39810bf6-eb94-4c95-ad29-a6dd5b0c0b84/width=450/12147234.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UROoR*s9~ptR.TjZ?Fof.8fkEQof=?bbENn$", "type": "image"}, {"id": 12147235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0906e26-0578-4fac-951e-d88efe0e2d31/width=450/12147235.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UrPh?^RktmWU-;V@ozt7.At7jEWBbDkDRjae", "type": "image"}, {"id": 12147236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccb43750-3bf1-4775-a11c-12afab6c7075/width=450/12147236.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UYO_pQIU%PtR^,M_xcxv?K%3M_s:otbcRkM{", "type": "image"}, {"id": 12147275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4520524a-4a6e-4a72-ae7a-6107365d9442/width=450/12147275.jpeg", "nsfwLevel": 4, "width": 1198, "height": 1198, "hash": "UROe*8s8~ptR.9jZ?Ft6.8a#EkkC=?bbENn~", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/499523", "modelId": 448580} \ No newline at end of file diff --git a/datasets/metadata/499599.json b/datasets/metadata/499599.json new file mode 100644 index 0000000000000000000000000000000000000000..f79608b762f6f1524782d2bf44f77930072c7cab --- /dev/null +++ b/datasets/metadata/499599.json @@ -0,0 +1 @@ +{"id": 499599, "index": 0, "name": "KID-MAKINA Style", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-11T13:25:57.498Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 81, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 417540, "sizeKB": 223125.47265625, "name": "KID-MAKINA_Style-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T13:21:54.974Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D52B243F", "AutoV2": "910668F858", "SHA256": "910668F858E4709F3CB38B373C039403D50EBF32BC36D6AA00B63734187FC79A", "CRC32": "79396440", "BLAKE3": "5AF70613ED5E35ED26F90FFAD433EFB944610CCD7CBE8772A3EC7B0B2646ACAE", "AutoV3": "B1394EA0DC0B"}, "downloadUrl": "https://civitai.com/api/download/models/499599", "primary": true}, {"id": 417464, "sizeKB": 149474.880859375, "name": "499599_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T12:26:16.185Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0A3FE254", "AutoV2": "F56ADA3745", "SHA256": "F56ADA37454A2577CEBC682B60003E46762940313A5537C327967905C9D8450B", "CRC32": "19F5075B", "BLAKE3": "66C5612226E9006F330DFF8C515E57AAD17A0EE683C41EBA70519B8B115E6E4D"}, "downloadUrl": "https://civitai.com/api/download/models/499599?type=Training%20Data"}], "images": [{"id": 12156098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6b0a3fa-f650-49ba-9a47-7d25dd78abf1/width=450/12156098.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UHI=44V@?^?b-Uo0NdS4%fWBMxoMOskDwInh", "type": "image"}, {"id": 12156099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffa60b37-b960-4723-9123-a92a486ab4cb/width=450/12156099.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UPI:qX0dIW~VsCxaW.w}0exbxtM|NHI.e=SL", "type": "image"}, {"id": 12156100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88959278-a1f7-472b-ad98-7d9bba869a41/width=450/12156100.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UPHK%~E20y~BIoX8xtV@9tt7%2M{xaxGRjNa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/499599", "modelId": 448653} \ No newline at end of file diff --git a/datasets/metadata/499605.json b/datasets/metadata/499605.json new file mode 100644 index 0000000000000000000000000000000000000000..a37f4b3ef335619eba159478f42a94565c7a8da0 --- /dev/null +++ b/datasets/metadata/499605.json @@ -0,0 +1 @@ +{"id": 499605, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-11T10:23:11.280Z", "availability": "Public", "nsfwLevel": 29, "description": "Based on Animagine XL V3.1
Animagine XL V3.1 - v3.1 | Stable Diffusion Checkpoint | Civitai
", "trainedWords": ["mt-kasukabeyou", "sleeveless vest", "black thighhighs", "orange shorts", "knee boots", "white swimsuit"], "stats": {"downloadCount": 81, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 417310, "sizeKB": 445790.95703125, "name": "mt-kasukabeyou.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T10:10:57.480Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8B004D32", "AutoV2": "334A1A402A", "SHA256": "334A1A402A968584B9A4E7FF44557BBDA09E2F82BC2BEDE889AF2B5FBECE33AC", "CRC32": "B74C1AA6", "BLAKE3": "8F43D23B1EA3B5447C399F6A7ED09700F0C624AB6C5B4363F00486E4F46982DF", "AutoV3": "CD1469C4D75F"}, "downloadUrl": "https://civitai.com/api/download/models/499605", "primary": true}, {"id": 417319, "sizeKB": 2487958.616210938, "name": "mt-kasukabeyou.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T10:21:37.847Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8B80BA84", "AutoV2": "B4639CD52F", "SHA256": "B4639CD52F387B53C1FE604078C34877C903C5B356AE63441FBD9CA114EA8745", "CRC32": "A99E2B20", "BLAKE3": "88BCB7FB99F9750097C35C4A0545A1CF637DB535B45155D72B12D85BF56C9902"}, "downloadUrl": "https://civitai.com/api/download/models/499605?type=Training%20Data"}], "images": [{"id": 12142977, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/582c25d4-5ef5-433d-b4cd-54fe045e0fef/width=450/12142977.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U4EySm~V004o00Mz%z=|00_4T#-px^s=V=V@", "type": "image"}, {"id": 12142983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cc84bb7-fd37-4849-9bbf-041bb46cb61f/width=450/12142983.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNHB3@^hM|I:}u^j-qInbMM|wht6IdIXE3s+", "type": "image"}, {"id": 12143052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6c20b19-fba1-4aec-a5e7-387c1ba962a2/width=450/12143052.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8FF5G023BM~[*EMn3s;0Jx]+txa}@SOTJRk", "type": "image"}, {"id": 12143064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87135274-115a-4869-9683-a4da9082959a/width=450/12143064.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEI=GS4:4TRO5AE2DNnhtmx[-TV@_Ns,-nIp", "type": "image"}, {"id": 12143118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5860fab5-a365-4050-aa33-71552fe82833/width=450/12143118.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEFEs65R00R.}sE4%0Ip+tIr~Wa~wJNGX8f9", "type": "image"}, {"id": 12145230, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1037a19-82e8-4520-b690-dc1e0acf3aa4/width=450/12145230.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "UNKdJJ?b9G%24.9s-:~W00IWRkE2xDobjE4.", "type": "image"}, {"id": 12145244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a266715-0427-4897-a645-838c30d9879c/width=450/12145244.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "UNK18?$t0Mn208M]V{$_0MNLxoRh~Vog$zV@", "type": "image"}, {"id": 12145266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3c032e5-39d7-42ef-94e5-85ff6d7154a4/width=450/12145266.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "UJLNAD^60MrrKj~8-;DiE+9E_3spyE=yS6NG", "type": "image"}, {"id": 12145299, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/063d6f59-a5bc-4284-809f-7c88145b4e79/width=450/12145299.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "UGL{_2WH00D+Dl%4-Xi{4XEO~VIp=}9vV_WU", "type": "image"}, {"id": 12145310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ecc7efc9-31bb-4954-b6d7-b0eb64c9f27b/width=450/12145310.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "UII4R~nC02^k}]$,Ro^kD,n.xbE24;NMxvxt", "type": "image"}, {"id": 12145318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d2925ce-1575-4a79-bc53-03e29af9642f/width=450/12145318.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "UEH1Mt}[01EL9,XAWZIp02WU^%Rk,Dwc%1-:", "type": "image"}, {"id": 12145528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/071872d6-a252-4edb-852f-4d31fd0c3873/width=450/12145528.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCG+R8VX0c?wD~_2InIU00-;?v4-XmIU%M%g", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/499605", "modelId": 448650} \ No newline at end of file diff --git a/datasets/metadata/499771.json b/datasets/metadata/499771.json new file mode 100644 index 0000000000000000000000000000000000000000..45cfb83a3ddb66d8dd44b7df4da037f658327dea --- /dev/null +++ b/datasets/metadata/499771.json @@ -0,0 +1 @@ +{"id": 499771, "index": 0, "name": "Regu", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-11T12:42:31.374Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 24, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 417470, "sizeKB": 988.09375, "name": "499771_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T12:31:16.278Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "B9D0878F8D", "SHA256": "B9D0878F8D6D49EAC20BA91810C1EF18A4D02B54047F6B2C742715B0FC30DE0C", "CRC32": "918EFAC4", "BLAKE3": "F26F628FD3378BE4658814C9FD9A1896A453CC71F6CDD46B8C70EC6F789F8E43"}, "downloadUrl": "https://civitai.com/api/download/models/499771?type=Training%20Data"}, {"id": 417480, "sizeKB": 36978.1796875, "name": "Regu.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T12:45:52.513Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9C9AFE02", "AutoV2": "38A707881B", "SHA256": "38A707881B93447D9FE3C0116510975294D0AEFCF8567B3EE0FDD21BD04BD1D7", "CRC32": "24D2F908", "BLAKE3": "ACE09E6585A0A349D97290D4BAE2098F83E0C5609B3361F6B97BB9CF3E86F480", "AutoV3": "B3F69869D5E4"}, "downloadUrl": "https://civitai.com/api/download/models/499771", "primary": true}], "images": [{"id": 12153136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5fd89584-5ea4-4900-8ad4-18295bd87ef7/width=450/12153136.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U@ODnGj]~qoft7ayoej]j[t7oeWBoMRjWBt7", "type": "image"}, {"id": 12153138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee720964-6e7d-4a70-bf60-c5177ee9fc02/width=450/12153138.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UYKBRB%M?wjs_Nae?aof%MRjRjxu-;ofD%M{", "type": "image"}, {"id": 12153141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d487220-e9ef-4b8f-a325-e8379d4260ff/width=450/12153141.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U=ONB?kC~qoft7f6oej]j[t7oeWBoMRjWBxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/499771", "modelId": 448816} \ No newline at end of file diff --git a/datasets/metadata/499842.json b/datasets/metadata/499842.json new file mode 100644 index 0000000000000000000000000000000000000000..6a744a1148c1c2f01850e1d364cb4719444b8603 --- /dev/null +++ b/datasets/metadata/499842.json @@ -0,0 +1 @@ +{"id": 499842, "index": 0, "name": "solo back v0.1a", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-11T19:43:31.215Z", "availability": "Public", "nsfwLevel": 16, "description": "1.0 for solo loving females :)
", "trainedWords": [], "stats": {"downloadCount": 1050, "ratingCount": 0, "rating": 0, "thumbsUpCount": 121, "thumbsDownCount": 1}, "files": [{"id": 418115, "sizeKB": 223100.62890625, "name": "pussy_spread_fingering_and_masturbating_on_back_with_legs_up.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T19:30:53.312Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0D27E4CD", "AutoV2": "677B8B514E", "SHA256": "677B8B514ED951017A35156839C4FCEBD27D91B51D9690DF64D62D163AF6B3B9", "CRC32": "FE0EC8D6", "BLAKE3": "D22A6BECFEF79FAA49192F57BF34085522C8F840F2F49A62A91F741D00FD7554", "AutoV3": "9EA90E308335"}, "downloadUrl": "https://civitai.com/api/download/models/499842", "primary": true}, {"id": 417534, "sizeKB": 1874.5009765625, "name": "499842_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T13:21:32.509Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "38C788296E", "SHA256": "38C788296ECE30869E9DEFE7803F21275A63781773B3997D328FB0C28CE727ED", "CRC32": "5EF97DCF", "BLAKE3": "3B7862891BA55CE109F7AE73F7DD31587B103C240EFAD8BC02610FAFBE01202A"}, "downloadUrl": "https://civitai.com/api/download/models/499842?type=Training%20Data"}], "images": [{"id": 12183689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b6aa0e0-d12b-4f6f-8fd2-dc3d830d5997/width=450/12183689.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UAN8?b*01P?v0gMc8^Vr02tRNFVD?H%MNFSi", "type": "image"}, {"id": 12183692, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6c7dad4-0bdf-420e-8fe8-cdb753d4d8e2/width=450/12183692.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U9K0yu%L6,?w0MITQlo}0hkCXTV@IoxuIpRP", "type": "image"}, {"id": 12183691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/827e8802-f385-4ced-b81a-a0a4768c3675/width=450/12183691.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6LpBh9F2w4m03PB*wDi3ZDjoyS2I9Vs4:VE", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/499842", "modelId": 448885} \ No newline at end of file diff --git a/datasets/metadata/499879.json b/datasets/metadata/499879.json new file mode 100644 index 0000000000000000000000000000000000000000..231d4ffab2e5ff83039f0e404c3ae32d699b0b3b --- /dev/null +++ b/datasets/metadata/499879.json @@ -0,0 +1 @@ +{"id": 499879, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-11T13:43:50.928Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 114, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 417564, "sizeKB": 22250.67578125, "name": "Tsunko_Minamino_VirginLostClub-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T13:35:47.614Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5CCC0E8D", "AutoV2": "C0D8A9DD50", "SHA256": "C0D8A9DD50F29CA37681CE687BB5FFE830DEFAF8E92EF8106B6FA1AB75BBCAA2", "CRC32": "CF2D9D0E", "BLAKE3": "645882DB2071047B034A7F2BD8532A406B6754310C5978718FC55047AE8FFB3E", "AutoV3": "F10A323B2779"}, "downloadUrl": "https://civitai.com/api/download/models/499879", "primary": true}, {"id": 417565, "sizeKB": 43353.533203125, "name": "Tsunko_Minamino_VirginLostClub.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T13:36:24.059Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "13913EE7", "AutoV2": "7B70973113", "SHA256": "7B70973113640DEF5FD1207023F9D4DA65286933CB6E8300C93AFFE0054E9220", "CRC32": "DEEF5C98", "BLAKE3": "388E433A96E42E9C0BBD691E6EC6E185D56F93B208BF1EC834E961ADF3E5184A"}, "downloadUrl": "https://civitai.com/api/download/models/499879?type=Training%20Data"}], "images": [{"id": 12157218, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c99f7264-6d15-45ca-aa8a-8466c0701834/width=450/12157218.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNOy^ms:_Nxu00ay.8WBWFof-os:_3ay%LtQ", "type": "image"}, {"id": 12157219, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7e9f880-24e5-42ca-85ff-86b49c1dc805/width=450/12157219.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNOy^ms:_Nxu00ay.8WBWFof-os:?vay%LtQ", "type": "image"}, {"id": 12157645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/466e3e99-23b4-43e3-b3df-497b1fbfae75/width=450/12157645.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULNmWpt8?a?aVsoy_NNH8{xu?axZ.8WBRjNG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/499879", "modelId": 448918} \ No newline at end of file diff --git a/datasets/metadata/499929.json b/datasets/metadata/499929.json new file mode 100644 index 0000000000000000000000000000000000000000..fac36b7001d666a571a0860012626855c94e2c31 --- /dev/null +++ b/datasets/metadata/499929.json @@ -0,0 +1 @@ +{"id": 499929, "index": 0, "name": "XL Manga boxes | Comic page layout generator", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-11T15:29:00.778Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["comic panels", "manga page", "speech bubbles", "yelling speech bubbles", "speedlines", "cover", "text", "hearts", "black background"], "stats": {"downloadCount": 911, "ratingCount": 0, "rating": 0, "thumbsUpCount": 133, "thumbsDownCount": 1}, "files": [{"id": 417612, "sizeKB": 18885.7783203125, "name": "499929_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T14:11:05.605Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "911FCE0F", "AutoV2": "69E60FE7E3", "SHA256": "69E60FE7E33AF27577A36A1579462410F2A752434AA08F6307ED7CAF07171EA4", "CRC32": "AB58BE73", "BLAKE3": "5F222BA3BE4ACDC0A67C7D9CFE927E695FBF098F37E5F1C229077096A219B1BB"}, "downloadUrl": "https://civitai.com/api/download/models/499929?type=Training%20Data"}, {"id": 417687, "sizeKB": 223109.14453125, "name": "XL_Manga_boxes__Comic_page_layout_generator.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T15:10:49.262Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1A59D32B", "AutoV2": "996E69726B", "SHA256": "996E69726BC8D922E3FBAC09C98E076F1249390B82C5D88390038A4690B0FBBC", "CRC32": "63559710", "BLAKE3": "F80AB134D338DD63F1B7F85DBAAD8D83D8C5250E1567E1C95D3A6ABFA2E140BC", "AutoV3": "22620E1ED131"}, "downloadUrl": "https://civitai.com/api/download/models/499929", "primary": true}], "images": [{"id": 12167514, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/192e07dd-54bb-4d81-b0e5-ea94f011b954/width=450/12167514.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U5DcXT~q~qRj0000xu-;9F-;00IU00ofay?b", "type": "image"}, {"id": 12167513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f929e169-1f33-477a-b80c-c281f5279ed0/width=450/12167513.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UmGbxHIUxu%MRjRjIUM{~qIUayt7j[RiM{Rj", "type": "image"}, {"id": 12164616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed9ce99c-954e-4d8e-abaf-9b66d3373a78/width=450/12164616.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNQ,L1t7_300~q9F00-;xuxuofM{%M%Mxuay", "type": "image"}, {"id": 12164618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b344866b-2222-4537-95a7-13f1bcc6deba/width=450/12164618.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKH.Qb00IU-;~qt700xu?bM{WBofj[ofRjxu", "type": "image"}, {"id": 12164813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7997000f-fbcb-4562-aa25-6e20d2c3e207/width=450/12164813.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBL#2+0000ay_300-;00004n?bfQ4nRj~qWB", "type": "image"}, {"id": 12164634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/013915f1-84cb-4266-bd0c-77d7dae84565/width=450/12164634.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UnEfTit7D%t7~qxuM{of%MxufQayRjxut7j[", "type": "image"}, {"id": 12164658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42175d76-2282-44a6-a167-75d4490cdd78/width=450/12164658.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U868EX9FD%_3~qD%IU?b%MM{Rj%MRjofofRj", "type": "image"}, {"id": 12164635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54e051e6-891f-48ad-86e9-7860dbd1d158/width=450/12164635.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U87BAmof00Rj-;WBD%xu00Rj~qxu4nxu_3IU", "type": "image"}, {"id": 12164730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdda4dc7-5931-43c9-a782-aa364dad7425/width=450/12164730.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAQT4M4n009F~qRjofxu009FD%D%WBD%9FM{", "type": "image"}, {"id": 12164710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6eda0ed-497c-4a1d-b0d1-1c70a3f35004/width=450/12164710.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNRW0b-;~qM{j[-;Rj9F00xu?bIUj[t7t7Rj", "type": "image"}, {"id": 12164650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd64f172-76c1-4724-959f-554658c9eebe/width=450/12164650.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USQ,L1%M~qRjM{M{xu%M_3D%D%?bt7ayj[of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/499929", "modelId": 448964} \ No newline at end of file diff --git a/datasets/metadata/499962.json b/datasets/metadata/499962.json new file mode 100644 index 0000000000000000000000000000000000000000..7f9f1ab004d7fa81152cacb29eee39d4d5139219 --- /dev/null +++ b/datasets/metadata/499962.json @@ -0,0 +1 @@ +{"id": 499962, "index": 0, "name": "Princess Aeolian by Wlop SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-12T08:18:04.378Z", "availability": "Public", "nsfwLevel": 18, "description": null, "trainedWords": [], "stats": {"downloadCount": 53, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 417804, "sizeKB": 19682.26171875, "name": "499962_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T16:10:55.318Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "393E25C7", "AutoV2": "2ECAB3DE53", "SHA256": "2ECAB3DE53A3F60A8E1A50B015582DC358783BDD00AB5A0796D939DA7582A3A2", "CRC32": "240B6687", "BLAKE3": "224211E82C98BB136A221041823191BF9705B660A158BBD36E8D6BA4F3D44EBA"}, "downloadUrl": "https://civitai.com/api/download/models/499962?type=Training%20Data"}, {"id": 418405, "sizeKB": 223106.84765625, "name": "Princess_Aeolian_by_Wlop_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T23:26:29.359Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4B318981", "AutoV2": "E4F55B9A4A", "SHA256": "E4F55B9A4ACA9C1DEDE4308D678422DA3A53A3E9BF20123AEFCAFDE65C69BF96", "CRC32": "163ABCB3", "BLAKE3": "A1658EAE74F1716CFF54F29544C9817749A75D184A09BB43A2544315E61122C7", "AutoV3": "BBCEBEC0DE6A"}, "downloadUrl": "https://civitai.com/api/download/models/499962", "primary": true}], "images": [{"id": 12230351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84cf8e3c-38a1-4767-96b5-c5abdd0e27ce/width=450/12230351.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U4BWGE%M00xuADWB~Bx[00V[^jozM{WWxtxF", "type": "image"}, {"id": 12230353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f296293b-214f-4004-b512-11ba847097b0/width=450/12230353.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U3DR{M0000?G01%1?GWU00~C-oE1EMR*Rjof", "type": "image"}, {"id": 12230352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff61bd02-fae5-45ca-852e-66524151f754/width=450/12230352.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U24_nSM{0y%L~Way9as:RPj[RjWBE2j[-oWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/499962", "modelId": 448994} \ No newline at end of file diff --git a/datasets/metadata/500043.json b/datasets/metadata/500043.json new file mode 100644 index 0000000000000000000000000000000000000000..867e7e91eab83e7ddd2650d8268184da67b5f6d5 --- /dev/null +++ b/datasets/metadata/500043.json @@ -0,0 +1 @@ +{"id": 500043, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-11T15:29:33.361Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 120, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 417718, "sizeKB": 22247.96484375, "name": "Kuroko_HINAGIKU_VirginLostClub-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T15:31:34.906Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "45F1F9DE", "AutoV2": "90078C1819", "SHA256": "90078C1819D7AC24373523AD834D6B585828159365989C6662C146AB1FE640DF", "CRC32": "3AC776FD", "BLAKE3": "5557214F59F5FBA98D15ADD3E57183D5595FC8C1E66EE7D11E0DB91C91E4C427", "AutoV3": "FB380FAAA821"}, "downloadUrl": "https://civitai.com/api/download/models/500043", "primary": true}, {"id": 417719, "sizeKB": 39492.6337890625, "name": "Kuroko_HINAGIKU_VirginLostClub.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T15:31:38.172Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EA2EC5D4", "AutoV2": "A5CF75DA3A", "SHA256": "A5CF75DA3A270E2D2F3C25685E01EA95D1EA6BCA62B520785D8B40C0187055AC", "CRC32": "B3BF71AE", "BLAKE3": "A67E9CBC0BB03F7B6AFAAE8A5A99C4AA215F718AD0FBE6D64220D626A9E91C5C"}, "downloadUrl": "https://civitai.com/api/download/models/500043?type=Training%20Data"}], "images": [{"id": 12164816, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a957e21-ea97-4c51-b061-9e9e209e45c4/width=450/12164816.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWIOFU9FkoWB~WIB?baxE2Rj%0t6g4WVMxt7", "type": "image"}, {"id": 12164817, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f7ed477-c059-4337-8793-b94def0c459f/width=450/12164817.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWIOIb9FkoWB~WIB?baxE2Rj%0t6g4WVMxt7", "type": "image"}, {"id": 12165141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a56f9d0e-afb9-454f-8174-7be91dcdf783/width=450/12165141.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UkIhNyM|?aWB~WV@xtofM{Rjs:j[NIj[n$j?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/500043", "modelId": 449066} \ No newline at end of file diff --git a/datasets/metadata/500174.json b/datasets/metadata/500174.json new file mode 100644 index 0000000000000000000000000000000000000000..a0c213d7f009168b61fa369bb91e88c9b716da8d --- /dev/null +++ b/datasets/metadata/500174.json @@ -0,0 +1 @@ +{"id": 500174, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-11T16:58:56.781Z", "availability": "Public", "nsfwLevel": 5, "description": "Initial version
In the included training data, 5_hexagon_composition is the training data and 1_composition is the regularization data.
", "trainedWords": ["hx"], "stats": {"downloadCount": 275, "ratingCount": 0, "rating": 0, "thumbsUpCount": 59, "thumbsDownCount": 0}, "files": [{"id": 417866, "sizeKB": 111754.12109375, "name": "hexagon_composition_pony_06.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T16:46:02.167Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DD6D9CEE", "AutoV2": "AFD233D259", "SHA256": "AFD233D259F8390C3110C1FC58C633D4EEC4A7F5CB7861520E5A7E80478CAF69", "CRC32": "A8EA981C", "BLAKE3": "229F01D65B066318761B4FB3E725F2FE5040FBB638C155FF6A27EA07A37851ED", "AutoV3": "4C5794536716"}, "downloadUrl": "https://civitai.com/api/download/models/500174", "primary": true}, {"id": 417870, "sizeKB": 142601.7841796875, "name": "hexagon_composition_pony.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T16:47:03.487Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5C4AE135", "AutoV2": "C7E33F892D", "SHA256": "C7E33F892D911888FC5FAAC3D99E2C2C89973CBE307B4651006F3B51CFE1CE00", "CRC32": "C92106C4", "BLAKE3": "0668D4B9A2F6BD540AFFA67067007E6A71D0BE0037A549A086154BE2FFE24D9A"}, "downloadUrl": "https://civitai.com/api/download/models/500174?type=Training%20Data"}], "images": [{"id": 12171497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c58c88a-c721-4387-be26-50fc8ff76c4c/width=450/12171497.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UBIOU$-p_NbcD*R*-;xZ?bkC-=M{_3t79FM{", "type": "image"}, {"id": 12171199, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89a311f1-7eff-4370-adc4-80c698cc8aaf/width=450/12171199.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UILWbEt6CTt7}Yj[F0ayC9a}-lof5,azxGj[", "type": "image"}, {"id": 12171434, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f81c979-3757-409f-a3a9-d4c8f607c64e/width=450/12171434.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UJJHzE%2_NbIo#WBslof?wR*Mwofs:ofWXWB", "type": "image"}, {"id": 12171475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/def4499b-8d37-46fc-853d-228cc2c5671e/width=450/12171475.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UTJ7%Yxa?^W;VsjZt7WV.SbbRPR*%LofR*jZ", "type": "image"}, {"id": 12171573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73741beb-708b-4fad-a0f1-54e5bf4b061d/width=450/12171573.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UOIq}yjZ_Nt7kWazV@n%_3oLM{azWBf6f6WV", "type": "image"}, {"id": 12171608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c422ca9-1b10-4c5b-9fdd-c9863c38acd5/width=450/12171608.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UUI5GGjt_Nt7NeWCsloe?HjtWCWWM{ayofWV", "type": "image"}, {"id": 12171657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9fa64c03-9ab2-4ef9-a815-53ccdf599a98/width=450/12171657.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UUJR8Txt~qWCMyWB%2s:%gjuRjWVtQs:R*R*", "type": "image"}, {"id": 12171686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8ac27b1-c6e2-482d-b6c2-cd2a2f38b46e/width=450/12171686.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULLEA{xu_NR+kWj[smWV.8R*Vsxa%2azR*oL", "type": "image"}, {"id": 12823034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cb469fd-d108-424e-aaae-642dd0219d8f/width=450/12823034.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UHKnJAxa.moz={j[I;j[?ba}axoeM|jtxaax", "type": "image"}, {"id": 12823090, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3df1947b-55cf-47f4-914b-e68df1efe306/width=450/12823090.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "USH.Tjt7~qjbWBayj]j[~payWAs:xvj[oef6", "type": "image"}, {"id": 12823150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b58c0169-5169-4788-a060-0457f0c50edb/width=450/12823150.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdK_B@xa_3X9xujsWqbH~qWCRjs,NaWXs.oJ", "type": "image"}, {"id": 12823193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02035840-4b46-46dc-8fdc-7a5659e5579d/width=450/12823193.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYJ[L_oL^+t7t7aybHj[~WofRlaykCoLofa}", "type": "image"}, {"id": 12823320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1c814d3-a100-4fad-8abd-216613f0124b/width=450/12823320.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "ULJa.jxu_Nt7%MWBM{xa_3j[D%WBWBoft7Rj", "type": "image"}, {"id": 12823388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f653a276-eea3-4273-a58e-2197c64a0964/width=450/12823388.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UQJa+a-;_ND*R+t7t7Rj-=WBM{kCs,aeR+oz", "type": "image"}, {"id": 12823413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7df5fd2-1b00-4c2c-9be7-f4dab515ef8a/width=450/12823413.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UQJt}1xu~qs:xuWWWAs:_2j[D%WBozoLjZWB", "type": "image"}, {"id": 12823682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09b50adc-2b85-4e26-86b4-3297e0121acd/width=450/12823682.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "UNJ*Cw%2TejF?bkCR5n$?^WCa0ofE2jZtRS4", "type": "image"}, {"id": 12824038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/188860ef-0891-407a-86e6-14968c5b5c01/width=450/12824038.jpeg", "nsfwLevel": 4, "width": 1728, "height": 2400, "hash": "UGI}bO-U.TtR^+V@IBxu_NWBVrt7x]f+Inf6", "type": "image"}, {"id": 12824084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41d32c38-5761-4b19-a2d9-d4e4b908a035/width=450/12824084.jpeg", "nsfwLevel": 4, "width": 1728, "height": 2400, "hash": "UNHxc|-o?vNHyDWBV@oe_NR+nOs:NHbHaeoK", "type": "image"}, {"id": 12824108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/901c37b1-c091-4f9f-b2b5-a47aa6404ff3/width=450/12824108.jpeg", "nsfwLevel": 4, "width": 1728, "height": 2400, "hash": "UFHU;2%M_3ay.9WWV?s.?^j[a0fRNxaxrqkC", "type": "image"}, {"id": 12824113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd1d1533-5cb1-4d16-9141-fae1eae108e6/width=450/12824113.jpeg", "nsfwLevel": 4, "width": 1728, "height": 2400, "hash": "UHI;@qofK*xu?bofIURj_Nofw]WBofayRjof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/500174", "modelId": 449180} \ No newline at end of file diff --git a/datasets/metadata/500250.json b/datasets/metadata/500250.json new file mode 100644 index 0000000000000000000000000000000000000000..f47b597b57aa6044ffae475bb03feda87e72332b --- /dev/null +++ b/datasets/metadata/500250.json @@ -0,0 +1 @@ +{"id": 500250, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-11T17:32:25.723Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 126, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 417952, "sizeKB": 35151.3564453125, "name": "Miu_SHINONOME_VirginLostClub.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T17:31:36.201Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5105BA8E", "AutoV2": "1F5897827D", "SHA256": "1F5897827DE987547B97013556B8DE075CE3AF8F5CE4A3142D1215ACFC516B48", "CRC32": "3CF7F134", "BLAKE3": "65E4755DF02E4C61BFF24A0FA141D1312CF5F4111F6525F5ABB3CBE1F5D79F79"}, "downloadUrl": "https://civitai.com/api/download/models/500250?type=Training%20Data"}, {"id": 417951, "sizeKB": 22247.26953125, "name": "Miu_SHINONOME_VirginLostClub-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T17:30:59.965Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "60206894", "AutoV2": "6991E05F54", "SHA256": "6991E05F54750FB073031F40D426EFC20F629E8ED313797BAB294C1F93502197", "CRC32": "E6199EDF", "BLAKE3": "C292A253A928E55270E271CBA03D137A6A1531EC23A05DA2C08C19C71028621F", "AutoV3": "C19A8CB089E6"}, "downloadUrl": "https://civitai.com/api/download/models/500250", "primary": true}], "images": [{"id": 12174118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b56f82f8-4181-4b25-a5e2-9aeeff9d710b/width=450/12174118.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXM7ZEj@k=R*xaWB~qRjx^t7$*t7bcofRQof", "type": "image"}, {"id": 12174119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e69c4eb-579b-4628-b2da-0fd845c7b4c1/width=450/12174119.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXL|[mj[k=R*xaWB~qRjx^t7$*t7bcofRQof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/500250", "modelId": 449260} \ No newline at end of file diff --git a/datasets/metadata/500335.json b/datasets/metadata/500335.json new file mode 100644 index 0000000000000000000000000000000000000000..ca719b50b50852817255776162fcbaf020503824 --- /dev/null +++ b/datasets/metadata/500335.json @@ -0,0 +1 @@ +{"id": 500335, "index": 1, "name": "Zafira", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-11T21:15:06.304Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 42, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 418037, "sizeKB": 19494.24609375, "name": "500335_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T18:31:23.246Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D7E7EAD8", "AutoV2": "00D768228A", "SHA256": "00D768228A0A2E6465CB956E3D783FE256772D5AC5F4B8AC22DDD92836F6F433", "CRC32": "00886DEC", "BLAKE3": "EEAC24BBE3F15ADDBE6C88CF7095C67F035FFC5367081FD125C3A4D544DBE8AD"}, "downloadUrl": "https://civitai.com/api/download/models/500335?type=Training%20Data"}, {"id": 418251, "sizeKB": 223103.01953125, "name": "Zafira.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T21:10:51.314Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A986AABC", "AutoV2": "5184452D3C", "SHA256": "5184452D3C9EA084659AEA19512822070FD7CC11AF19F651559B29E22F3D5A93", "CRC32": "E4D61877", "BLAKE3": "833821004EEA1D8E36432C17E27B3163A42BACA280F0247A2E2A31C9DFD0927B", "AutoV3": "A5AA11B094E2"}, "downloadUrl": "https://civitai.com/api/download/models/500335", "primary": true}], "images": [{"id": 12189425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b74638b-cb38-4fc5-8859-f8eafb65764b/width=450/12189425.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UBH1r2-n0w^#~RkWI[X30~R.;On41Iwd$jRR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/500335", "modelId": 449342} \ No newline at end of file diff --git a/datasets/metadata/500414.json b/datasets/metadata/500414.json new file mode 100644 index 0000000000000000000000000000000000000000..00ceaf695277c44b71070d8862fa557e36e8fdab --- /dev/null +++ b/datasets/metadata/500414.json @@ -0,0 +1 @@ +{"id": 500414, "index": 0, "name": "Hunter", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-11T20:58:50.829Z", "availability": "Public", "nsfwLevel": 28, "description": "Base PONY
", "trainedWords": [], "stats": {"downloadCount": 101, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 418094, "sizeKB": 8958.3310546875, "name": "500414_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T19:17:21.122Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1C07A309", "AutoV2": "E121A9A268", "SHA256": "E121A9A268838DB537EF54047948388F096E5DC4B2276C3BBD106C3A25B900FA", "CRC32": "509FEC83", "BLAKE3": "242332E7747F4E4555E267BC01603425AF0C84DB88A58C6F6BA96D5D7EDCA736"}, "downloadUrl": "https://civitai.com/api/download/models/500414?type=Training%20Data"}, {"id": 418228, "sizeKB": 223101.76171875, "name": "Hunter-000019.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T20:56:38.215Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2B3DC683", "AutoV2": "A603D92BE1", "SHA256": "A603D92BE1341227850DBE9B5F3CDD017DFFA533F785E2BB6CBC327F91849BAB", "CRC32": "D9543D4C", "BLAKE3": "C6BB03316EF07E0A8D717207525CCD22C10C3CB57A424FD41CA11A495E59B1C8", "AutoV3": "45B444972B3B"}, "downloadUrl": "https://civitai.com/api/download/models/500414", "primary": true}], "images": [{"id": 12188427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a72c0bb-987c-4459-9aaa-54e3c809b25a/width=450/12188427.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UNIFDM-pLNNb#8%14:IpXNaJNKX9ofSiRjr=", "type": "image"}, {"id": 12188429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1baa07d-49bb-41db-88ba-25a60735cffa/width=450/12188429.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCG@.X9,^j-Prg9N9c?G0M^T?Jt6-r~W?H9b", "type": "image"}, {"id": 12188432, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d2d16b7-81d5-4a31-ba82-da9bd05cbde9/width=450/12188432.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UAJ@nE~C0KAp00sTE19[X3NtkXrrK5Nwrr$#", "type": "image"}, {"id": 12188509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ce94f65-45b3-4515-a93c-fa6cb492a81e/width=450/12188509.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UXHmvJ^jGHNF~Xx]O@oeFxtR-CxaNa%Mwvog", "type": "image"}, {"id": 12188505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cd59aa2-98a9-46da-901c-eb6ba20a3308/width=450/12188505.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UGF|v7Vp0fXA}sRhJXW9GGkE,pnO5%ogrpNI", "type": "image"}, {"id": 12188504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03be8ebe-e51c-42db-9b4b-bc7a41b27c93/width=450/12188504.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UIEn3=-X0$9v}toeRpM|BiR*+]xG5iWXa]ou", "type": "image"}, {"id": 12188507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6d796ca-e158-4695-834f-b964c9a44b47/width=450/12188507.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UTI|5=WC0}xtStS2NZr?~Wj[=yspJ$soxGNa", "type": "image"}, {"id": 12188514, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/025375e2-ae1f-48e1-8ab5-129c10939295/width=450/12188514.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UDJ%nP5T02~p?cXmE1JC015Q%fnPV@xC%0^j", "type": "image"}, {"id": 12188506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa5c9890-06ca-413a-9f64-53403937f611/width=450/12188506.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U%Ly=zbIOstQ~UoLobkCyBbIs9oJo}j[jZbH", "type": "image"}, {"id": 12188512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86e9097b-82ad-474f-961a-9d5bee21b81e/width=450/12188512.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UTJs6b+Z9sXT_4M_wdxG64E1-WWA=ZE2o~xa", "type": "image"}, {"id": 12188513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56f22295-2cdb-4c55-a2a6-6b22151380fa/width=450/12188513.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "U8Fp|0WG0DEw^S$v$k0{0f%3}89YESS%-DaJ", "type": "image"}, {"id": 12188510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7852c5a5-627d-4df5-a20d-5617f03ce152/width=450/12188510.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "ULIo;q;L5rSe?K-Tw4OD0#TJ=zIo;hR.x[Vt", "type": "image"}, {"id": 12188508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3179cbfd-ff84-4625-8332-3921ebb87cd9/width=450/12188508.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UMHm1;I.5Tjv}nNFaf$*AAInskxV1GW?R%og", "type": "image"}, {"id": 12188519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30921621-06f9-4983-abdf-d4e8a6952539/width=450/12188519.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UoN-4mxt_Nt7RoWCNKs:t6WBM|s:ogkCkBWB", "type": "image"}, {"id": 12188516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30244cdf-ba10-46ef-a765-d6b43fd58b41/width=450/12188516.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UGMPXn?u00t8T|ACrqiI0LrqEfMx_N?HH?%2", "type": "image"}, {"id": 12188515, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aef60830-c7e1-47a5-b437-d422f779a667/width=450/12188515.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UfODz#kW?^%2RPj[b^j]x]adIVbvx]ayRjkB", "type": "image"}, {"id": 12188517, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cb1d193-5d41-48ed-bfd4-4533a0b0fa91/width=450/12188517.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UKHyk8-;lVyY00jI9aNHxpR+M{adkDkXbIi^", "type": "image"}, {"id": 12188521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95f1967a-3b5f-44b2-8e08-10e69cb6d2a9/width=450/12188521.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UENl}htP8v=|00brB5idGcS1vzxIpdXBRRad", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/500414", "modelId": 449414} \ No newline at end of file diff --git a/datasets/metadata/500468.json b/datasets/metadata/500468.json new file mode 100644 index 0000000000000000000000000000000000000000..c34bedbb321d0452397bacbba950445e2bb9d713 --- /dev/null +++ b/datasets/metadata/500468.json @@ -0,0 +1 @@ +{"id": 500468, "index": 0, "name": "Harrison Fisher", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-18T22:09:55.909Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 60, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 432588, "sizeKB": 223141.91015625, "name": "Harrison_Fisher.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T21:56:23.591Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "66E97DE9", "AutoV2": "08830B7B0E", "SHA256": "08830B7B0E6628A9625486B04F83ACCF53091A742620C051213CBE04E47A34AA", "CRC32": "E2E20974", "BLAKE3": "8C36EB67EA7FBFB3EB0F84FA5C942A8680475E350E15E98CE1B2257E84194DD1", "AutoV3": "744C048ECF4C"}, "downloadUrl": "https://civitai.com/api/download/models/500468", "primary": true}, {"id": 432453, "sizeKB": 1736.6884765625, "name": "500468_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T20:45:44.083Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "565E13EDBB", "SHA256": "565E13EDBB1BE3C23463478D30DBBAC97B270B5D493C62307658FFE4E9D97B41", "CRC32": "F214F8AC", "BLAKE3": "9E3A38344A0FDD2197AA12CC44363A6D65495F4A5289FB349C5BF7B0F0DF28D8"}, "downloadUrl": "https://civitai.com/api/download/models/500468?type=Training%20Data"}], "images": [{"id": 12890330, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0b8fc84-0f6f-4b5f-94e7-87e251a2dc6d/width=450/12890330.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UONw7qt7-;%LD*RjM{%L~qM{M{%L%Mxt%MRj", "type": "image"}, {"id": 12890327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abff285e-8e09-48f4-b2ae-04d5ffe95af6/width=450/12890327.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URO3d~RP_N%MM{s:%MRj%gxun$NaWBt7ozRj", "type": "image"}, {"id": 12890329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83f08d76-94b3-4387-8a4b-e310fd70f24b/width=450/12890329.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UlPsU@aK~px]VsWBtQjG%0bHWXofM|tRxuRP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/500468", "modelId": 449462} \ No newline at end of file diff --git a/datasets/metadata/500756.json b/datasets/metadata/500756.json new file mode 100644 index 0000000000000000000000000000000000000000..fda990b5bcb576a0e878ea159c29d0007e979e17 --- /dev/null +++ b/datasets/metadata/500756.json @@ -0,0 +1 @@ +{"id": 500756, "index": 0, "name": "Sexy Male Singer with Muscles", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-12T06:28:53.210Z", "availability": "Public", "nsfwLevel": 16, "description": null, "trainedWords": [], "stats": {"downloadCount": 48, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 418435, "sizeKB": 1335.255859375, "name": "500756_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T23:46:01.196Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "ADF2205EBE", "SHA256": "ADF2205EBEA1E4B2C012C92BC02B4AA55E2919591EDE226A2E3DDB91CE482EDD", "CRC32": "CC43B8E2", "BLAKE3": "5948E9878C757FC0086CDD86B26A8E000D9B91666E86242731B39856FCBBE573"}, "downloadUrl": "https://civitai.com/api/download/models/500756?type=Training%20Data"}, {"id": 418918, "sizeKB": 36977.71875, "name": "Sexy_Male_Singer_with_Muscles.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T06:30:43.457Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EBE4397F", "AutoV2": "1FFF1EAB3C", "SHA256": "1FFF1EAB3CE96F0510D0E0194A6F0A1AFDFC04E5DD50C1D7B0019F8D5CF6559C", "CRC32": "27E19648", "BLAKE3": "7B9838E463088BD514BF7A2A71226CB67B3BC738411DE4AA2B0E463D164028F0", "AutoV3": "6F647CD17CC8"}, "downloadUrl": "https://civitai.com/api/download/models/500756", "primary": true}], "images": [{"id": 12223112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8907b264-0f42-46eb-9157-b79b7a6b3d42/width=450/12223112.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "U8G7[O-q56s;0fohJCo#01xv~Xxu9st8I:t7", "type": "image"}, {"id": 12223115, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50f6c171-168a-4222-a495-0d282652ead8/width=450/12223115.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "U6Fq^D=}Mv-q0Ka~t7?w0~bwx^t-5+WWD%x^", "type": "image"}, {"id": 12223118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5d14a01-3f54-477f-a4f8-cf4073e81f5d/width=450/12223118.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "U3Fqwj=e00aw0yxB9]%M00NK~Dx]009u4-JV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/500756", "modelId": 449736} \ No newline at end of file diff --git a/datasets/metadata/500761.json b/datasets/metadata/500761.json new file mode 100644 index 0000000000000000000000000000000000000000..65558358f528eb7c6f57fc7c1a201cd283676186 --- /dev/null +++ b/datasets/metadata/500761.json @@ -0,0 +1 @@ +{"id": 500761, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-11T23:39:13.735Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 118, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 418429, "sizeKB": 43037.5009765625, "name": "Galcchi_VirginLostClub.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T23:41:40.448Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F62C6B3C", "AutoV2": "AEAAC07947", "SHA256": "AEAAC07947E0FD25431338EA046BF62BBEAAC6AF70576B740144BDE430CA0822", "CRC32": "B7EBDD73", "BLAKE3": "89230C8058225B49E7EA3378B5B41AD072B36A3DF39FB34EADB5846FC1497C5F"}, "downloadUrl": "https://civitai.com/api/download/models/500761?type=Training%20Data"}, {"id": 418428, "sizeKB": 22249.19140625, "name": "Galcchi_VirginLostClub-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-11T23:42:05.752Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "31D08CDF", "AutoV2": "14919CA953", "SHA256": "14919CA9532BD8717F81B68BCF39294B4C2A70B61170EC7F10A11998E80B7789", "CRC32": "40E6C7A1", "BLAKE3": "0A22D1BE2CD2F4C7AA302D6BB9AE2AAD62AD4FEA02533C3C5D573B06F14B39AF", "AutoV3": "F22AAFE1B4ED"}, "downloadUrl": "https://civitai.com/api/download/models/500761", "primary": true}], "images": [{"id": 12197565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31fb16d9-817c-4571-aed9-655ef7bc65ba/width=450/12197565.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHP6dL-=*JbGvcM|xvM}.TIoDlM}x]NLIvM|", "type": "image"}, {"id": 12197566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72d94403-4479-4ac2-a1db-f124836835e9/width=450/12197566.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHP6dL-=*JW;vcM|xvM}.TIoDlM}x]NLIvM|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/500761", "modelId": 449740} \ No newline at end of file diff --git a/datasets/metadata/500842.json b/datasets/metadata/500842.json new file mode 100644 index 0000000000000000000000000000000000000000..8eb14b7644c26260753a5f0fe9734d962a7343f6 --- /dev/null +++ b/datasets/metadata/500842.json @@ -0,0 +1 @@ +{"id": 500842, "index": 0, "name": "Minimalist flat icons XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-12T04:28:32.534Z", "availability": "Public", "nsfwLevel": 1, "description": "Minimalist flat icons XL
", "trainedWords": ["MINIMALIST ICON, FLATXL", "minimalistic, vector art, lean lines, illustration, graphic design, vector graphics,"], "stats": {"downloadCount": 753, "ratingCount": 0, "rating": 0, "thumbsUpCount": 145, "thumbsDownCount": 0}, "files": [{"id": 418535, "sizeKB": 8305.0322265625, "name": "500842_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T01:12:11.796Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FE7541C8", "AutoV2": "FD56EE4695", "SHA256": "FD56EE46958B5BBAC2CAD85E4BC874428A7D6EE9E247603571BEC12CC9409472", "CRC32": "A069BB06", "BLAKE3": "89EDEB3657BC473B2C13654C23F9644E7A68F1479F9782B252EC9211FEF8A7AD"}, "downloadUrl": "https://civitai.com/api/download/models/500842?type=Training%20Data"}, {"id": 418789, "sizeKB": 223102.97265625, "name": "Minimalist_flat_icons_XL-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T04:30:55.450Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AA6A01C6", "AutoV2": "E7AADAC053", "SHA256": "E7AADAC053A6047A96F01D3196CEDF74402DC9760DFDAA3BA7B6D5AA24279E4A", "CRC32": "9FD27618", "BLAKE3": "B989A0DD6C4243CE9BF204DCF84760CCF60E28AB08D8952DAB3C85E83A93C89A", "AutoV3": "0C8F132C0CA9"}, "downloadUrl": "https://civitai.com/api/download/models/500842", "primary": true}], "images": [{"id": 12330048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c0a727c-7dc6-4f60-ac92-6447f7772990/width=450/12330048.jpeg", "nsfwLevel": 1, "width": 720, "height": 720, "hash": "UCOLO1x]qY#s%Ma$V_oeqYnQuTS~w7oeoyWC", "type": "video"}, {"id": 12249195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34f4c015-a8be-402f-8a09-2b103c26443d/width=450/12249195.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UI8XRlof00RjsSayS5fk4TWB_4s:S$j[s8jF", "type": "image"}, {"id": 12225730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb1e8e8d-fb17-4a36-be98-6ad77690a39f/width=450/12225730.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQQck|t8%G%1o#a#ocoJ_IoeIaWE-nocNKWF", "type": "image"}, {"id": 12225416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb260b30-46b3-4b5c-a1e1-129dc7acbbc0/width=450/12225416.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UkR34:xu??ahxuaybEf8_JWBDlt6R%oen.k9", "type": "image"}, {"id": 12228720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf179199-15f4-4360-874e-6c9b84b62172/width=450/12228720.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UzKCOWbvGDs9tDX8r]niKbjrw0W=sprrSwT0", "type": "image"}, {"id": 12228722, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48ac4712-fcb4-4f5d-a9ed-635140d594a5/width=450/12228722.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCKJU9wQz}x]xxo3jGbE:yg1KtVyviWlXjje", "type": "image"}, {"id": 12228723, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/391e0fc5-2cec-420d-9567-c900cf1e0824/width=450/12228723.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHI@R7%07jKl%0n~SjX97iS6+rxAKmW?#ir;", "type": "image"}, {"id": 12231585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70ad89f4-cbb9-43e7-b1b2-b4ce03a54716/width=450/12231585.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UE9UjWtS0nJW%MoLI;WC0.R+},xYA0WC-nxZ", "type": "image"}, {"id": 12340160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8768b411-044c-4245-9c7b-972ff759b445/width=450/12340160.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UbKSb;NZ-D$+F8s;R.R.=qj^W,j?9$Ris,of", "type": "image"}, {"id": 12340161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ceb8e7b-b25e-49ba-a09f-1270a8a8d3c6/width=450/12340161.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UoNwDzjFmkoI}9a0iwWC=#n4epj@X.VtSJjZ", "type": "image"}, {"id": 12340163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/052554dd-5193-46bb-99c1-aa573a876fc5/width=450/12340163.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULJGLIaOE7xvcIV[Rht6NEa#nyoaiuofj_Rk", "type": "image"}, {"id": 12340167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9886d99a-8c0b-4bf8-8566-8fbbca33fae1/width=450/12340167.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UnPi6Zs.-Qo}.ijYs+X9j4afR,a},*bbWBnh", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/500842", "modelId": 449818} \ No newline at end of file diff --git a/datasets/metadata/500865.json b/datasets/metadata/500865.json new file mode 100644 index 0000000000000000000000000000000000000000..a49f14d32a5770800ee7416eee5aa27976b73a5c --- /dev/null +++ b/datasets/metadata/500865.json @@ -0,0 +1 @@ +{"id": 500865, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-12T01:03:12.716Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 124, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 418529, "sizeKB": 42079.6787109375, "name": "Ushi_VirginLostClub.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T01:05:50.681Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8B6CC965", "AutoV2": "27285BA57A", "SHA256": "27285BA57A5CEA6FD6070FF324B2B113ACCEFDB444FEF61CD6F9A99BFC3A6CC0", "CRC32": "8DB50090", "BLAKE3": "24FCF8E6032544A8B7701DC5222B6512A4A95B3915746381A7115145EE754E0A"}, "downloadUrl": "https://civitai.com/api/download/models/500865?type=Training%20Data"}, {"id": 418528, "sizeKB": 22247.83203125, "name": "Ushi_VirginLostClub-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T01:05:48.730Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "293E649C", "AutoV2": "BED852B702", "SHA256": "BED852B702AA39B6C7F2D5EBF1A6A24B56FD65EE60CB4A872C86B6B0F1BF48C8", "CRC32": "3074F333", "BLAKE3": "BD8D3B3862BB14BF3A9DBCFA5F52F871D43D34CE6A7819C9272212CBF8238F60", "AutoV3": "F530F2FBF12E"}, "downloadUrl": "https://civitai.com/api/download/models/500865", "primary": true}], "images": [{"id": 12203375, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0227af5-1d6b-4c90-918c-903b863fec2b/width=450/12203375.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcNJ%oRj_N%MR4t7x]V@%gf6xaWVx]R%t7t7", "type": "image"}, {"id": 12203376, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1451c94-acb2-4bc8-90a3-33b478b95062/width=450/12203376.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcNJ%oRj_N%MR4t7x]V@%gayxaWVx]R%t7t7", "type": "image"}, {"id": 12203950, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ba7fd9c-ecaf-491c-af25-9dfb8e94450f/width=450/12203950.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYNTaqIU_N-;was.-;RjIVRkt7Rk_3ofaexu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/500865", "modelId": 449842} \ No newline at end of file diff --git a/datasets/metadata/500879.json b/datasets/metadata/500879.json new file mode 100644 index 0000000000000000000000000000000000000000..c2e3f02683b32e54a2cd422bac035cb7e33c03e6 --- /dev/null +++ b/datasets/metadata/500879.json @@ -0,0 +1 @@ +{"id": 500879, "index": 0, "name": "li", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-12T02:19:24.129Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 418650, "sizeKB": 223100.26171875, "name": "li-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T02:21:37.878Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C5FBE4C0", "AutoV2": "52110C0FF7", "SHA256": "52110C0FF7DBAA739F842B622EBBAEBBC911433AD4A7D500DBD43250842F25F4", "CRC32": "742B008E", "BLAKE3": "75E16A42091B185DE748DC48DEC053CFF6A70368BF608E7FCAB0C14B2AAB895A", "AutoV3": "2D75110F6E42"}, "downloadUrl": "https://civitai.com/api/download/models/500879", "primary": true}, {"id": 418552, "sizeKB": 3017.9599609375, "name": "500879_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T01:20:49.200Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0C2DCC2C", "AutoV2": "C914F1AF06", "SHA256": "C914F1AF068B5FBD684C9542779CAC6964C0E3AEA7F77DE4EF86FB86249D26E6", "CRC32": "237E81DA", "BLAKE3": "5D6E466A311425897AB168142A9D6B4FC12C29CE9B5B55AFBEEFA9B6C7AF35E4"}, "downloadUrl": "https://civitai.com/api/download/models/500879?type=Training%20Data"}], "images": [{"id": 12208479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da41f321-5252-4880-906d-8c7eb9528347/width=450/12208479.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U4C=SY*}1P2c-5]k-n5S1P9^=w}Y011O=e+]", "type": "image"}, {"id": 12208480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e709a74a-be7c-4385-a3a4-fbe339be2013/width=450/12208480.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEG*HA^*lm-p%#M{.7pHLyr=#mR.4;9tsl$k", "type": "image"}, {"id": 12208481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0189e020-d9f7-4dba-bc75-cb2e457e4521/width=450/12208481.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UKHwP_-:P9#Ry?Nt$jNH1#R5V@X8kq-oRjRj", "type": "image"}, {"id": 12208493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf7d2895-647e-4b19-92ff-3145fedf8cb7/width=450/12208493.jpeg", "nsfwLevel": 4, "width": 864, "height": 1920, "hash": "UZGa|GtROXkC~Wt7t6WB69n%xDV@AHi_RPWE", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/500879", "modelId": 449853} \ No newline at end of file diff --git a/datasets/metadata/500893.json b/datasets/metadata/500893.json new file mode 100644 index 0000000000000000000000000000000000000000..ffe2065f825eaddc5f9e2d0a967ed699d57e3c2c --- /dev/null +++ b/datasets/metadata/500893.json @@ -0,0 +1 @@ +{"id": 500893, "index": 0, "name": "BLGirl R240512 white", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-12T02:51:48.834Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 58, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 418563, "sizeKB": 39124.083984375, "name": "500893_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T01:31:24.788Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "96DFD80F", "AutoV2": "2881002E1E", "SHA256": "2881002E1EE1DB1F94A412048FA4F387DF283C6736F99A64C1B9362664C15056", "CRC32": "691FE112", "BLAKE3": "52F6509EBAE402E1B94379284E2816E06F6D0FCBD79F91CFACDB1FC45526963D"}, "downloadUrl": "https://civitai.com/api/download/models/500893?type=Training%20Data"}, {"id": 418688, "sizeKB": 36991.71875, "name": "BLGirl_R240512_white.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T02:51:16.070Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B9A61E22", "AutoV2": "DB3C6B2E05", "SHA256": "DB3C6B2E055821611EB3381CB57BABE0B382978163C307D4872FB4829E0E7449", "CRC32": "61A23F90", "BLAKE3": "0AC7027A828749E85957AB8C7E807E347659F995A04B2206B2CF9081A1F8444C", "AutoV3": "A9ABCF6B306D"}, "downloadUrl": "https://civitai.com/api/download/models/500893", "primary": true}], "images": [{"id": 12210551, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/705a4a05-0748-4629-bc24-2871d7647be3/width=450/12210551.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UBDdIoH@3p.8D9xu*#RP}[M{Imax01tQ%Mf+", "type": "image"}, {"id": 12210557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92c3d21a-fe06-4cd1-9e49-20dd947a3090/width=450/12210557.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UEG9Hb9EXeMy~qIS.7NH4VD*S7R%4p9H?Hxa", "type": "image"}, {"id": 12210560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65c14836-cba0-4e86-b9d0-824964885be5/width=450/12210560.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UCFFdD_N0000Mw?bD*9F?HR*x]Mx0fkCrqt7", "type": "image"}, {"id": 12210593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3548fc2c-8e18-4a2e-8fce-3f03f4ae04d6/width=450/12210593.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UA3^BEMdo#WB*0MctRV@s,Q,s.XStlROt7X9", "type": "image"}, {"id": 12210594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01458dd2-b7e1-49ae-a046-cb14d0837f18/width=450/12210594.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UH5?MI%~o~V@*0yEofaeoJofnhjFRiV@jFoL", "type": "image"}, {"id": 12210689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34c2e130-f78f-4c8c-bce7-48313e7fba24/width=450/12210689.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCEela0000~V00%M?GRPOrIU-pxuIUoLxuR*", "type": "image"}, {"id": 12210691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a89e095-7e83-4593-bee4-5711d4bc4b27/width=450/12210691.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UMCPq+~pyD%g-;%M%Mt7D%Rjr?RjR+ayt7WB", "type": "image"}, {"id": 12210690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb5e7559-815e-48ba-91c0-74afbad5f8e1/width=450/12210690.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAC~Va0L0KIUV@bI-oE20KRj~VkCR%D*-p-p", "type": "image"}, {"id": 12210908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12036eda-061f-4392-83af-7a5f922541af/width=450/12210908.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U7FFj80200?s0dMyPp_14Tx@ms%1*InPQmtR", "type": "image"}, {"id": 12210927, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5517f979-3711-405f-b36c-f90b0af62746/width=450/12210927.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFCsdNxs9X%LE3jaIARk_NM}IAsm%Ls;RiWA", "type": "image"}, {"id": 12210934, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d02186f-4cdc-4b88-ae71-575ff67320ab/width=450/12210934.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U47430pb00OqqGi_EgWBTJaK?Fj[00WB~osA", "type": "image"}, {"id": 12210935, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03d1b2fc-2185-4231-a8d1-7b0dd3548e02/width=450/12210935.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UA8ZoK?uUZI.UGIBE}TdMdsSzW%LLKOqVFw0", "type": "image"}, {"id": 12210930, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae921c85-d1b7-47de-b6b4-7b79c3e9a444/width=450/12210930.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U9DUl31l48qb0zoz~D8^8_v~nnt,S^V?xboN", "type": "image"}, {"id": 12210932, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/554c269d-ed24-4090-80e3-8e4a1d927e35/width=450/12210932.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAEMUFBJ3IJy00_3EwR:*IMf~DDj0vNYs;-o", "type": "image"}, {"id": 12210933, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ef46af6-ac3a-4e80-bb34-572cf9e15b6e/width=450/12210933.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UFD0#@~C4:5P0LELIoRkmlniVt-V9@IUwMxu", "type": "image"}, {"id": 12210939, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b46bf484-5056-46a8-ab3d-28919dde36b3/width=450/12210939.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UkKjW7#n{fXl#nwdS2NaR-X7bar]I:sAxGS1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/500893", "modelId": 449864} \ No newline at end of file diff --git a/datasets/metadata/501155.json b/datasets/metadata/501155.json new file mode 100644 index 0000000000000000000000000000000000000000..e0af29db0cece224633c62c869c23fae669d9789 --- /dev/null +++ b/datasets/metadata/501155.json @@ -0,0 +1 @@ +{"id": 501155, "index": 0, "name": "Kira Yamato Pony XL", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-12T06:45:30.653Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["kira_yamato"], "stats": {"downloadCount": 96, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 418859, "sizeKB": 21859.982421875, "name": "501155_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T05:25:50.291Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E3D78D18", "AutoV2": "27B1740238", "SHA256": "27B1740238BCFC8E6D6AEBF64BD23322F4BD1F79C556CCEE2C4EE0E5CDCA1FA9", "CRC32": "8677A4E6", "BLAKE3": "A55F3F20A0D67EA7FDC4414B076121272D7C7A71114E4431E71900F37F7ED762"}, "downloadUrl": "https://civitai.com/api/download/models/501155?type=Training%20Data"}, {"id": 418938, "sizeKB": 223100.97265625, "name": "Kira_Yamato_Pony_XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T06:45:59.552Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0E2B43B0", "AutoV2": "066B11A9BB", "SHA256": "066B11A9BBB3E5BBA7FA0999C80B4711A431940FE233FF018D3B9F6ACD94B70D", "CRC32": "C38C9CED", "BLAKE3": "AEA9FADD8959C987C0FD57B3791978A037A71DF47B780EFF266123448018D983", "AutoV3": "2EFB59A1FDCE"}, "downloadUrl": "https://civitai.com/api/download/models/501155", "primary": true}], "images": [{"id": 12227427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c04b569-e7d0-4df4-86f7-e3b1b245aa06/width=450/12227427.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UVG@u-}@emE4E2Iqo#t55XNxt5sk%3jEM_j^", "type": "image"}, {"id": 12228703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2e0be6b-434c-4a29-a002-ae4a5b24ad96/width=450/12228703.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UIIX2B}QIq%h4oxw-pnN02OGxuWBK,9a9vo~", "type": "image"}, {"id": 12232661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/886bda99-b50f-4831-a57f-a00e0b21ab61/width=450/12232661.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "USHA#4IpS6-V}^t6r]R*XSjbxVWVs=R*Rjs.", "type": "image"}, {"id": 12241559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8005e34-ccbc-4457-8074-1426b68fb24a/width=450/12241559.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UGH2HC~XB@IW08Io9%Oa00My]}xvs.xvIoxC", "type": "image"}, {"id": 12241281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4dc5db63-6721-473b-b7d7-f5973aaba7ce/width=450/12241281.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPFqq5}?nM$f#5$e%2$%M{oL%1t6xvt6IoNG", "type": "image"}, {"id": 12234521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36bef833-a191-4d34-bd56-77cf22501135/width=450/12234521.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UNG8.v.9T}ITyFkYxv$$9vxF$$XT%NRkbFn$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/501155", "modelId": 450098} \ No newline at end of file diff --git a/datasets/metadata/501636.json b/datasets/metadata/501636.json new file mode 100644 index 0000000000000000000000000000000000000000..f1bddbe3483ac1761f936dcfdfc9fbbd73a0d217 --- /dev/null +++ b/datasets/metadata/501636.json @@ -0,0 +1 @@ +{"id": 501636, "index": 0, "name": "v2.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-12T10:34:04.618Z", "availability": "Public", "nsfwLevel": 1, "description": "Refer to the sample images for each character's hairstyle tag
", "trainedWords": ["fujishima megumi", "hinoshita kaho", "otomune kozue", "murano sayaka", "osawa rurino", "yugiri tsuzuri", "anyoji hime", "kachimachi kosuzu", "momose ginko"], "stats": {"downloadCount": 211, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 419263, "sizeKB": 40999.603515625, "name": "LLLL.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T10:36:24.185Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3319BCFD", "AutoV2": "4A44B3FB45", "SHA256": "4A44B3FB45231791F428E27F6B4A9B678F4CA8EADCD7E6C751F5E81E1ADEF0D1", "CRC32": "F3E8BC7C", "BLAKE3": "C6D5638C66A3B7B59B4E56BDC142243DECDCC8D83F9E690F8AE46759EA2116BF"}, "downloadUrl": "https://civitai.com/api/download/models/501636?type=Training%20Data"}, {"id": 419264, "sizeKB": 116661.0234375, "name": "hasunosora-000011.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T10:36:29.431Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "90AB4F30", "AutoV2": "93EA82474F", "SHA256": "93EA82474FFB473189021A9ADDD2DC9078345706508C9582846FDA362DC6FAC2", "CRC32": "F582103F", "BLAKE3": "3EC66098E6A237D7D434C3D78A24A22357C5882F40BB4E5363F06E6A05D3DDCC", "AutoV3": "3DF42DB8014C"}, "downloadUrl": "https://civitai.com/api/download/models/501636", "primary": true}], "images": [{"id": 12239459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cf717b5-a636-453b-bf66-e1fe4421bd68/width=450/12239459.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UUKwIT9vcFn$~X4:OEs,%M%2t6n}IoIUe.xu", "type": "image"}, {"id": 12239461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c811dfc-cc65-4216-9552-9d9db992d150/width=450/12239461.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UPJ83EE2.9E2ysRi.S%2?HxuIoIV01xaoMni", "type": "image"}, {"id": 12239460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb78247c-6017-4d09-aeda-d54d890bd070/width=450/12239460.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UFJHm-00*JWA.T0KOXxtn5WXDi9F01%2-Vxa", "type": "image"}, {"id": 12239462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11de4e36-1b98-4163-9f48-76eeb2ebc0a7/width=450/12239462.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "URJte#?HOYM{_N%3IUNF_3xaRifiV_o2-paf", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/501636", "modelId": 374804} \ No newline at end of file diff --git a/datasets/metadata/501944.json b/datasets/metadata/501944.json new file mode 100644 index 0000000000000000000000000000000000000000..1f4bcc60094e82f9c620274181ef9490b1ee2590 --- /dev/null +++ b/datasets/metadata/501944.json @@ -0,0 +1 @@ +{"id": 501944, "index": 2, "name": "Training Data", "baseModel": "Other", "baseModelType": null, "publishedAt": "2024-05-12T13:43:25.358Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["m1nasundwall"], "stats": {"downloadCount": 35, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 419568, "sizeKB": 35215.8798828125, "name": "minaSundwall_trainingData_trainingData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T13:51:28.327Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1D5C8BC1", "AutoV2": "3F8BC03CB2", "SHA256": "3F8BC03CB2D67825DD4EB61DBE83D2920ACF3CDAA8BD3FFF6B81717758E6A72E", "CRC32": "31443D91", "BLAKE3": "10CAC056CB73E18AF6BA420313F146CE4DE5AFD3264F98C2CF16CB0DDE48F15D"}, "downloadUrl": "https://civitai.com/api/download/models/501944", "primary": true}], "images": [{"id": 12252566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99914338-2d8f-463e-9140-b909e77464dd/width=450/12252566.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPH1JQ9u01~CNGt6ayRkIoWBt7V@9axat7WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/501944", "modelId": 295720} \ No newline at end of file diff --git a/datasets/metadata/501977.json b/datasets/metadata/501977.json new file mode 100644 index 0000000000000000000000000000000000000000..0ce53c947b5ac9724d1d59509c7d2da332b24ae2 --- /dev/null +++ b/datasets/metadata/501977.json @@ -0,0 +1 @@ +{"id": 501977, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-12T14:14:18.398Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 152, "ratingCount": 0, "rating": 0, "thumbsUpCount": 30, "thumbsDownCount": 0}, "files": [{"id": 419594, "sizeKB": 22254.61328125, "name": "Saya_SAKURAMIYA_Cuckold-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T14:06:24.298Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "579792C5", "AutoV2": "665F3EAEC0", "SHA256": "665F3EAEC0043B0B4BC31BF0C7C468A0F88144B8A8A924F1C23E9D01B9819617", "CRC32": "A252F6FD", "BLAKE3": "9FD1BCF5DD7C478EA3A82E9B533C9F7290C38377BCAE7F2CBACCA317EAF7AC45", "AutoV3": "6F0E7E2E40CB"}, "downloadUrl": "https://civitai.com/api/download/models/501977", "primary": true}, {"id": 419595, "sizeKB": 37387.1357421875, "name": "Saya_SAKURAMIYA_Cuckold.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T14:06:31.058Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D727FD84", "AutoV2": "88FB83DE35", "SHA256": "88FB83DE358AD3A17A6138452458DC6994247BF40E58786D557C6DE1F6A04256", "CRC32": "48671B45", "BLAKE3": "B2BEAEA470AEFDB2FD50DD49F4ECBDA8B8B31A67E02223EE2254D95721F79EF1"}, "downloadUrl": "https://civitai.com/api/download/models/501977?type=Training%20Data"}], "images": [{"id": 12254555, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/441968ac-42ee-43fa-b042-f73fbecdb733/width=450/12254555.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQJ804-:?u-;~AkBWAof9Gof?Hof%gof?Hof", "type": "image"}, {"id": 12254556, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e6e6759-e46e-4d4d-859f-4fae03742f29/width=450/12254556.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQJ803-:?u-;~AkBWAof9Gof?Hof%gof?Hof", "type": "image"}, {"id": 12254877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3402fc2a-0b6d-4dd6-8f51-7387ce026a59/width=450/12254877.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJJkJ@01-:%N$d~pIo9FD*xv-qt7bx9FxW-:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/501977", "modelId": 450850} \ No newline at end of file diff --git a/datasets/metadata/50201.json b/datasets/metadata/50201.json new file mode 100644 index 0000000000000000000000000000000000000000..8c746befde74aab0ec23a93aa2d5c5a225c81805 --- /dev/null +++ b/datasets/metadata/50201.json @@ -0,0 +1 @@ +{"id": 50201, "index": 1, "name": "v2dress", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-19T22:19:18.935Z", "availability": "Public", "nsfwLevel": 7, "description": "hard trained, Anythingv3, 768x768, 16/16 epoch
overtrained but generate dress and glowing eyes (yandere) a lot better.
Costumes that you may try to generate:
blue jacket (outdoor school uniform)
waitress uniform (working uniform)
sweater vest (blue sweater vest and green skirt)
green dress (light green and yellow dress)
white shirt (painter's room)
black dress (after bird incident)
black polo, cape (after coop with aunt)
", "trainedWords": ["satou", "blue jacket costume", "waitress uniform costume", "sweater vest costume", "green dress costume", "white shirt costume", "black dress costume ", "black polo costume, black polo and cape"], "stats": {"downloadCount": 177, "ratingCount": 69, "rating": 5, "thumbsUpCount": 79, "thumbsDownCount": 0}, "files": [{"id": 36875, "sizeKB": 4849.52734375, "name": "examples.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-19T22:36:34.367Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1676790C", "AutoV2": "EEC1288F98", "SHA256": "EEC1288F9849590F6FBA1DE3C90810CF112C7956B7804ECAE2EA82698A38681B", "CRC32": "BBD3AD53", "BLAKE3": "55D30B8377B2B875F518576CCAB018EAC95C3DB37FEA84403EE4BECD17ADB799"}, "downloadUrl": "https://civitai.com/api/download/models/50201?type=Training%20Data"}, {"id": 36865, "sizeKB": 73841.9091796875, "name": "sugarlife03-000016.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-19T22:21:23.238Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CE6FC9A6", "AutoV2": "76FA512247", "SHA256": "76FA5122471A498D767D5925C9DC2332716F08F0B67256F53AFE533F74EF4934", "CRC32": "14A6B6FB", "BLAKE3": "E776FED5BFE1C2D67AAC34D7D9182EEAFE9DAB31D25169933C71C230CE4292BA", "AutoV3": "DCB8A8D402FA"}, "downloadUrl": "https://civitai.com/api/download/models/50201", "primary": true}], "images": [{"id": 540069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22f1c16b-bace-48db-15ce-7ce73ae9d900/width=450/540069.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UMDRpW}@s6n#jEoJkCbG9aIpS5bIW;bHxGs:", "type": "image"}, {"id": 540080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99452b95-9ff0-4132-0a5d-c5ef1ec0d900/width=450/540080.jpeg", "nsfwLevel": 1, "width": 2560, "height": 2560, "hash": "U8LMbe;200if.T7KxYMy009Z?b4-jJ56s9xu", "type": "image"}, {"id": 540072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/030388bd-d92a-4801-34a0-9a8e7989e800/width=450/540072.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U7INt2~X00%P[VIVD*I8;2IAM|%Nm%~WxvM_", "type": "image"}, {"id": 540073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa327dc1-eccd-4a64-1192-98464b6f4500/width=450/540073.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "UEHw_v?vIUVX~W%goxMxS0xZR%o}ImMxoMX9", "type": "image"}, {"id": 540075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea03778d-a071-4713-762f-8b255675cb00/width=450/540075.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UPKJ13D%^k%2}]oznP-;%2WUt7t8$kV@oza|", "type": "image"}, {"id": 540079, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3549d10d-6ebe-4345-0780-be725c99e400/width=450/540079.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UPHdU59E~Ds:}Yt7axt7$kR*WUs:V_RjozWA", "type": "image"}, {"id": 540082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46ff949f-2363-46b4-b64c-5595f8fdf000/width=450/540082.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UBJtM8?I00.8~pje%3ELWENvR*Wr9G-:oxRj", "type": "image"}, {"id": 540078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfe4d07e-5a7c-4aee-38dc-ac6243accb00/width=450/540078.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "U5DJ9q:gIAI90JUHI8H?_2=L00XAe{gf^*el", "type": "image"}, {"id": 540077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c00ecc4b-cc88-4714-1ac3-179c22451b00/width=450/540077.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBI4*I~WNFRj9E9Fent6?GIToJr@Mfxcbbx[", "type": "image"}, {"id": 540071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67d0b1e9-b015-4357-3c78-eed452dff500/width=450/540071.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "UGI#M-4nNG%M~W9FaebHo1R*ayofsBofW:xa", "type": "image"}, {"id": 540235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da1965d4-166a-4c3a-c9bd-16d0dfd19600/width=450/540235.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U8GIJ.?G01Me~CMx?Is*D%RPM{V[-P=}s+-:", "type": "image"}, {"id": 540232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99674065-2981-4100-3f59-0f89c58f4c00/width=450/540232.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFHd]b?v02rd}[I.-oxHt7S4RkM|^*=|%2kC", "type": "image"}, {"id": 540233, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24f842d3-7137-430d-44f3-6bddf32c7a00/width=450/540233.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGLgOs~V01s;%1oyxat6soRkxtt7xaxtIVsp", "type": "image"}, {"id": 540230, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c078d0f7-ca3c-45fb-01a3-7232a1357200/width=450/540230.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U8JR5N~B00-gx_tlVDrBMnMh=w-jPD.Qnz={", "type": "image"}, {"id": 540234, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62eb596f-2e2a-4a70-294a-7f37ddd28200/width=450/540234.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAK-B|~B00xa;UTK-:;^pc$jV?b[=L-;k8-o", "type": "image"}, {"id": 540231, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28d24ade-6753-4800-b885-40920e114000/width=450/540231.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCJasB.900+a^l.7-TMcRQD%M_-:}o$if*%M", "type": "image"}, {"id": 540236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/457e750f-a095-4f6f-61d2-0cebd3c95900/width=450/540236.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAGI4c?c03N3}qVs-=R*R*ohRjRi~9~C%Kau", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/50201", "modelId": 38384} \ No newline at end of file diff --git a/datasets/metadata/502075.json b/datasets/metadata/502075.json new file mode 100644 index 0000000000000000000000000000000000000000..665a3d2699ffe7eda9c16a93ebaab5041f89d1b4 --- /dev/null +++ b/datasets/metadata/502075.json @@ -0,0 +1 @@ +{"id": 502075, "index": 0, "name": "nonipples", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-12T16:52:23.817Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 104, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 419714, "sizeKB": 69341.205078125, "name": "502075_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T15:01:27.712Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4D4C1A14", "AutoV2": "C14C99B9CA", "SHA256": "C14C99B9CAE538DC490E32D3315715B630FE94499BE87E3A1FE3063D00143226", "CRC32": "FFC3BBB8", "BLAKE3": "769C032FDD5D4A0CD70B86F9619736868048F335048935100A6576EABAA83BB0"}, "downloadUrl": "https://civitai.com/api/download/models/502075?type=Training%20Data"}, {"id": 419919, "sizeKB": 37001.625, "name": "nonipples.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T16:56:00.301Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "72EB5FB7", "AutoV2": "AD99D05AFE", "SHA256": "AD99D05AFE763F3540BD16CF99108D77204B1CCAC16DA5F368B46A2B20B1A41B", "CRC32": "F7097687", "BLAKE3": "82FA1A27647299D1EB47D386BDFF0C64DB39B95DEB322236FD5457B5E542D8D8", "AutoV3": "6B8AD2D901BE"}, "downloadUrl": "https://civitai.com/api/download/models/502075", "primary": true}], "images": [{"id": 12266439, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4123653f-7aa7-4f1c-a905-c17887f47c88/width=450/12266439.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "URP=Y?xu}#-i$ut4i^M{x=WBkEoz$wbIWZsl", "type": "image"}, {"id": 12266441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57cde9d9-9d2f-4673-bdef-bd847ca83803/width=450/12266441.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UNNcAY?Z~Hacooob-,WUNFWBsnof?uozMzV@", "type": "image"}, {"id": 12266269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/189897f2-da3b-489f-b68f-5d1c112d4e68/width=450/12266269.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UBECLRRP00%N9Yt7WAW;00so_4Io~WkCE1Mx", "type": "image"}, {"id": 12266444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a70187c-bddd-4793-87a3-666a06df0418/width=450/12266444.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U9D1Tc%K3nLy3pMywK%2x]Or-pw|buxaMyIA", "type": "image"}, {"id": 12266449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcc51172-c6a6-45a9-ad09-a90183ed4138/width=450/12266449.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UFKJZ48x00~W:,v$$*-;RSwKMxkq_MIUE1XS", "type": "image"}, {"id": 12266448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a80ce44-e17e-4098-8f48-3e948e9a1817/width=450/12266448.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UAJG7+9G00yC{1EM=|OpDPE1%f?ax@I;XRR*", "type": "image"}, {"id": 12266458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d91558be-7ac9-4e6c-8606-8a7842ba6570/width=450/12266458.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UAFiAE00AD?b0yMy4.NI4nM|~VM|_NIUsSof", "type": "image"}, {"id": 12266452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fca32708-eb31-407c-9574-c348f76f1a35/width=450/12266452.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UDH2yMxu3=-:5mOEK%M|UHs.$%xa_3NbD%WW", "type": "image"}, {"id": 12266459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b6df992-a7af-4ac6-8f11-287373c35690/width=450/12266459.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UFGSVmDQ3cx[3JOq%^-VXzSc%LRS~pR%a1ai", "type": "image"}, {"id": 12266460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2547c3e-6469-4682-9294-78a997fb2eef/width=450/12266460.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UCCi?eo}b^ae0KV@0KR%NFs:o|t6~CS2^Rs:", "type": "image"}, {"id": 12266464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c3be71d-fb8c-4677-acd8-5b4825a519c2/width=450/12266464.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UIH2vE9a8cx]4.aeYQs.1~s:TJae^kR*V[t7", "type": "image"}, {"id": 12266467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27bcebac-e1b7-45c8-bba1-bc1de01c4dba/width=450/12266467.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UYJtOVt7~JWU~Qs--%ob$_ocR.t5kVN0V[R-", "type": "image"}, {"id": 12266463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d99b2b06-7ab2-463f-a983-482fd6ffbb9b/width=450/12266463.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U8CQ3;V@00xuTuoz00WV9sRj~DspE0bGo}of", "type": "image"}, {"id": 12266461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3bc2109d-049d-4864-b45d-e16678d31be2/width=450/12266461.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UBGtvk0f00-o00RjTd-US1xZ9a%2~WNHVsxu", "type": "image"}, {"id": 12266466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ffba594-63e2-47ba-9015-5f3a1aecb957/width=450/12266466.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UDEob{-p0L?H00E1IVay9tR*v~Rj~Ws:X9of", "type": "image"}, {"id": 12267705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf72570f-897b-4dc3-b644-6d4811f07289/width=450/12267705.jpeg", "nsfwLevel": 8, "width": 2688, "height": 12438, "hash": "U~NAYZ~q%NoKWBofj[ayofWBj[a}ozjufPj[", "type": "image"}, {"id": 12267711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55f690cd-868b-4955-b240-20f4f82a7db9/width=450/12267711.jpeg", "nsfwLevel": 8, "width": 1536, "height": 768, "hash": "UKLDx*#kSyMxo}RitRM_4:XS.7oz_NkCtQWC", "type": "image"}, {"id": 12267713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60913473-cf13-4a2b-a1e5-fec8b5e4d999/width=450/12267713.jpeg", "nsfwLevel": 8, "width": 1536, "height": 768, "hash": "UJLzN.Y$Emae?IKb9baeR7tkRjae_3X7s;WB", "type": "image"}, {"id": 12267719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/916cb2f8-951f-4c90-bdd1-1017595774f2/width=450/12267719.jpeg", "nsfwLevel": 8, "width": 1536, "height": 768, "hash": "UgI|zW~UX,t3ogogS#WVV[WqkWkCxvt7X8bI", "type": "image"}, {"id": 12267716, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11c636b2-ca4d-4027-b595-fa2a761cda0f/width=450/12267716.jpeg", "nsfwLevel": 8, "width": 1536, "height": 768, "hash": "UHLWLp?v0P?G8^bb9wt6D%oMS6R%~ps:ofaf", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/502075", "modelId": 450935} \ No newline at end of file diff --git a/datasets/metadata/502092.json b/datasets/metadata/502092.json new file mode 100644 index 0000000000000000000000000000000000000000..a88cfbc8697f84e2fd23d310bc69a1303f9c2680 --- /dev/null +++ b/datasets/metadata/502092.json @@ -0,0 +1 @@ +{"id": 502092, "index": 2, "name": "v0.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-12T14:54:19.146Z", "availability": "Public", "nsfwLevel": 29, "description": null, "trainedWords": ["Jinbe"], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 419703, "sizeKB": 73841.3388671875, "name": "Jinbe_LoRa_v05.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T14:55:50.392Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AE1ED1B7", "AutoV2": "E9AE918E70", "SHA256": "E9AE918E708068244C7335E05D9C6C03CB2582EC7A692FE14DE42893A7A5BE5E", "CRC32": "8E7259AE", "BLAKE3": "87FEDC06C30EAA3CC6D07A4758BA7671924AFB10FF853ED5060D53132A4BA28D", "AutoV3": "142A855241F8"}, "downloadUrl": "https://civitai.com/api/download/models/502092", "primary": true}, {"id": 419702, "sizeKB": 29145.6142578125, "name": "Jinbe_LoRa_1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T14:57:09.847Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "39D808AD", "AutoV2": "8971E18ACE", "SHA256": "8971E18ACE16B492257DF5640A226B1F062382D0F315619DE83896C29748635F", "CRC32": "63331A59", "BLAKE3": "BB528FB15D73BAE10E815DBAD181FD3A0E394AE88BC5D53749ABC58646EAE769"}, "downloadUrl": "https://civitai.com/api/download/models/502092?type=Training%20Data"}], "images": [{"id": 12257505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d2dd8a3-da3a-4cf7-99b1-997ff6ec21e7/width=450/12257505.jpeg", "nsfwLevel": 1, "width": 1600, "height": 1600, "hash": "ULC%5Kk?TeM{.TkXkCNHO?j[niWVo#WBkCw[", "type": "image"}, {"id": 12257536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a1f60b5-52b4-43a0-afe1-deaf63381b75/width=450/12257536.jpeg", "nsfwLevel": 8, "width": 1600, "height": 1600, "hash": "UHB{ZOxt4.M|~BxaIVNG$ys:WFni={oeIqjF", "type": "image"}, {"id": 12257531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/875667da-6f64-43c6-9b15-153d83ecad6c/width=450/12257531.jpeg", "nsfwLevel": 8, "width": 1600, "height": 1600, "hash": "UKG*E2%MIU$L~B%LM{R-J-%LxuNIxvo}xtxC", "type": "image"}, {"id": 12257521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c2c875e-2467-43f3-ab10-4937acd50476/width=450/12257521.jpeg", "nsfwLevel": 4, "width": 1600, "height": 1600, "hash": "UbHULZxtRiWC~Vt6V@RkxZWCRQa#i_WBIVof", "type": "image"}, {"id": 12257538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d27cc41-cd87-4ee7-8c8c-f351821ec833/width=450/12257538.jpeg", "nsfwLevel": 16, "width": 1600, "height": 1600, "hash": "UUF=m$bEaJIo~Vt6RjRj?Gt7NHRk-ot7M|WB", "type": "image"}, {"id": 12257540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4417d73c-c217-4083-a9bc-28d43f610a8e/width=450/12257540.jpeg", "nsfwLevel": 16, "width": 1600, "height": 1600, "hash": "UHC$[,oL8_V@~VofE2WBQloJoza}rrjskBWW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/502092", "modelId": 450941} \ No newline at end of file diff --git a/datasets/metadata/502116.json b/datasets/metadata/502116.json new file mode 100644 index 0000000000000000000000000000000000000000..4c6c0f5880e6435db64fe4b3dce5ed1bd5e6ab48 --- /dev/null +++ b/datasets/metadata/502116.json @@ -0,0 +1 @@ +{"id": 502116, "index": 1, "name": "v0.7", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-12T15:02:06.921Z", "availability": "Public", "nsfwLevel": 16, "description": null, "trainedWords": ["Jinbe"], "stats": {"downloadCount": 22, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 419723, "sizeKB": 28981.6767578125, "name": "Jinbe_LoRa_3.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T15:00:50.726Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "68E456EF", "AutoV2": "BC77D372C9", "SHA256": "BC77D372C98AE84FB0BB2B6B5963541CE1C8722A8F94803E4AD807A32A7FC568", "CRC32": "DE9DB44A", "BLAKE3": "B50A2CFD50539D9659D050873A8D8360F71C07A5627F82DBBC03AAEEADFB4CBC"}, "downloadUrl": "https://civitai.com/api/download/models/502116", "primary": true}], "images": [{"id": 12258056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3410f2fd-4fd0-433b-ad9b-06970203c0ce/width=450/12258056.jpeg", "nsfwLevel": 16, "width": 1600, "height": 1600, "hash": "UMC~-yWBD$WB~VWWE1ay#jofR.bI$%ayR-WC", "type": "image"}, {"id": 12258058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a3bed12-b345-46e4-8e9c-e212db2caba5/width=450/12258058.jpeg", "nsfwLevel": 16, "width": 1600, "height": 1600, "hash": "UVGkLK-7+tX9}@w]$zkCvyNbtRxaxDozXSxY", "type": "image"}, {"id": 12258059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/787460b7-84e2-4a1c-8821-36ec71f91494/width=450/12258059.jpeg", "nsfwLevel": 16, "width": 1600, "height": 1600, "hash": "UYG*$x?a-5Wr~B%2%LRkRORjT0oyM{M|NGt5", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/502116", "modelId": 450941} \ No newline at end of file diff --git a/datasets/metadata/502240.json b/datasets/metadata/502240.json new file mode 100644 index 0000000000000000000000000000000000000000..cc80cf5d177d952a88e70ba65cd6408d9ad09411 --- /dev/null +++ b/datasets/metadata/502240.json @@ -0,0 +1 @@ +{"id": 502240, "index": 0, "name": "1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-12T19:48:51.275Z", "availability": "Public", "nsfwLevel": 21, "description": null, "trainedWords": [",Lily Hanazono, hair between eyes, gray hair, Medium hair,light pink eyes, hair ornament, hair ribbon, black ribbon, hair ornament, white flower ornament, sidelocks"], "stats": {"downloadCount": 135, "ratingCount": 0, "rating": 0, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 419860, "sizeKB": 16900.0791015625, "name": "502240_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T16:11:27.627Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A75493FE", "AutoV2": "0C9986A957", "SHA256": "0C9986A9575F144F3C055B077B7091526E6686DA78013AC3E8F4A164CE35C43D", "CRC32": "F1510527", "BLAKE3": "30C14AB3DFC25696934F9524D3CEFA41B93F89F1FA750E57742A8B8EC555FCE6"}, "downloadUrl": "https://civitai.com/api/download/models/502240?type=Training%20Data"}, {"id": 420164, "sizeKB": 223106.03515625, "name": "Lily_Hanazono-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T19:45:56.381Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D5306076", "AutoV2": "DE628274DD", "SHA256": "DE628274DD288D5B0BEF801CF3DC7DF49EC3451D21E23DF098036B7041F45762", "CRC32": "BA327AF0", "BLAKE3": "8726F5794948F445EE02EB71F21D4815CA8A9CCE0B9BAE4E744C76BBEFB46852", "AutoV3": "42408045A447"}, "downloadUrl": "https://civitai.com/api/download/models/502240", "primary": true}], "images": [{"id": 12278450, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc2c1145-daf2-4067-a0c7-16e17068b6fd/width=450/12278450.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBNc{M?b57~X?]%M00t700%M~CofIoo1S#NG", "type": "image"}, {"id": 12278451, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/132bc4ff-ab12-47d5-82f0-a723eceafeed/width=450/12278451.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGM%p5~q009FwN.74nIU0eoznOMx^,RjM{xa", "type": "image"}, {"id": 12278452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23062514-3c5a-43e2-b57e-348371d04232/width=450/12278452.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UONmmA-qIo?I~qxu4-j]Swt8%Lt7_3jc?bxu", "type": "image"}, {"id": 12278484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/518e7b09-d4da-4085-988e-879aec2829b7/width=450/12278484.jpeg", "nsfwLevel": 4, "width": 1152, "height": 1920, "hash": "UTNTLG~W.TX9M|M{M{xu0L%MRPNG-;RjNGfk", "type": "image"}, {"id": 12278489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e7e60d7-77e9-41ec-af17-4c13f7d918a4/width=450/12278489.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UONmmA-qIo?I~qxu4-j]Swt8%Lt7_3jc?bxu", "type": "image"}, {"id": 12278546, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb394b84-6baf-4c62-8acc-3ef5cbeb6b54/width=450/12278546.jpeg", "nsfwLevel": 16, "width": 1152, "height": 1920, "hash": "UCP6EmDj0$kE3G9a%hIp00R*DiWV.8xuZ#xa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/502240", "modelId": 451072} \ No newline at end of file diff --git a/datasets/metadata/502317.json b/datasets/metadata/502317.json new file mode 100644 index 0000000000000000000000000000000000000000..9d28b32371bc0ce62fc3c8a386346da04441c9c0 --- /dev/null +++ b/datasets/metadata/502317.json @@ -0,0 +1 @@ +{"id": 502317, "index": 0, "name": "knit cardigan 1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-12T17:32:52.091Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 51, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 419944, "sizeKB": 15253.51953125, "name": "502317_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T17:15:41.575Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "80CE3C8D", "AutoV2": "08C7C25E72", "SHA256": "08C7C25E7263484E14FD2BA60F2830282AD8D71975EDD1DA67D0BA70A6A2C94D", "CRC32": "EC1C0CA4", "BLAKE3": "3F15A729FD997F9F4D8601842D6150326AB0FAD98EBF8C6E9C9F2162BF2780FD"}, "downloadUrl": "https://civitai.com/api/download/models/502317?type=Training%20Data"}, {"id": 419974, "sizeKB": 36983.875, "name": "knit_cardigan_1-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T17:31:26.137Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7B2345F4", "AutoV2": "523B92FA65", "SHA256": "523B92FA653086F2262E0DADD4DD2C1B70C8574FBB7DA961A26396065F2934F5", "CRC32": "ADED22E3", "BLAKE3": "12BAF27BA5BD73E09980F726C393EFA1C76551D22FD9C22A87029B0031C84A85", "AutoV3": "1F71EE86B1D9"}, "downloadUrl": "https://civitai.com/api/download/models/502317", "primary": true}], "images": [{"id": 12268849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb2189a7-f904-4607-8ae8-60e0bf71604a/width=450/12268849.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UiQ9$Wof?^tRs.M{SN%M%gWBMxofX9ogs.Rj", "type": "image"}, {"id": 12268851, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af01f533-ae17-4759-803a-d8d94f124b33/width=450/12268851.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UHK^~i?b~8~qUuxu0LM{_2-;tnIUt..8%0t8", "type": "image"}, {"id": 12268850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/588371fd-d052-4cf4-84f7-f8d4754fc63e/width=450/12268850.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UePP}.xu_MRQ%KWCNJs.xtWBRlofNfoe$yR-", "type": "image"}, {"id": 12269018, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9be01497-907f-447c-93e3-6b5f112d9b6a/width=450/12269018.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQJt-+Ed_3oz~Vxv*0R5Swt8xuM_NwjZr=bv", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/502317", "modelId": 451138} \ No newline at end of file diff --git a/datasets/metadata/502328.json b/datasets/metadata/502328.json new file mode 100644 index 0000000000000000000000000000000000000000..fb85fcb1f033ef836a620ad69928e96304d39eaa --- /dev/null +++ b/datasets/metadata/502328.json @@ -0,0 +1 @@ +{"id": 502328, "index": 0, "name": "Sadia", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-12T22:53:01.417Z", "availability": "Public", "nsfwLevel": 19, "description": null, "trainedWords": ["Sadia"], "stats": {"downloadCount": 84, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 419952, "sizeKB": 17793.0224609375, "name": "502328_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T17:21:20.943Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "50670463", "AutoV2": "BDEBECF9AD", "SHA256": "BDEBECF9AD045FA9783E91C3CAB3353F55E3386C8FF17A27BB513253D2282D9E", "CRC32": "219FF5E7", "BLAKE3": "B09E7C768189B6B95AD9BF39F46BF95307C033E57B6DC363A9321AE01D476AD0"}, "downloadUrl": "https://civitai.com/api/download/models/502328?type=Training%20Data"}, {"id": 420459, "sizeKB": 223104.46484375, "name": "Sadia.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T22:51:23.100Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C3F27651", "AutoV2": "E4FD4526B6", "SHA256": "E4FD4526B67F935566D1D6E226DAB1C5A5176B319DD545F187DAA0429C875E02", "CRC32": "2D294CE4", "BLAKE3": "14A336072A28DB67C5AAAB2B816CBDDEB420760C28AE49A8BD044A4184AE740A", "AutoV3": "80CFA80E3CE2"}, "downloadUrl": "https://civitai.com/api/download/models/502328", "primary": true}], "images": [{"id": 12291007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a66f976a-f5fd-4de1-9a64-6752b74b938f/width=450/12291007.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCKlHi4?0|^j~9=ftOw^F?t6}?A:?FrZ5*xt", "type": "image"}, {"id": 12291008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a77a817a-6f58-4ef5-82c2-cd08a775ca56/width=450/12291008.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEHLebpIGi-i?^xu0zH@0MNHiQixbVRk$P%0", "type": "image"}, {"id": 12291010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c15c252-35f7-4b68-85d1-046738433468/width=450/12291010.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "ULIX1=o#Fr%J~Ufl5SRkD*IpIut7NbspnhkC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/502328", "modelId": 451148} \ No newline at end of file diff --git a/datasets/metadata/502445.json b/datasets/metadata/502445.json new file mode 100644 index 0000000000000000000000000000000000000000..f5911b9bd60610f6a358b928afeb63ebe56bf820 --- /dev/null +++ b/datasets/metadata/502445.json @@ -0,0 +1 @@ +{"id": 502445, "index": 0, "name": "v2.2 pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-12T18:41:31.705Z", "availability": "Public", "nsfwLevel": 15, "description": "No score_9
in captions and a little less pruned default outfit.
Uh, hehehe
", "trainedWords": [], "stats": {"downloadCount": 34, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 420190, "sizeKB": 808.353515625, "name": "502584_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T19:56:46.212Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "5CF5892265", "SHA256": "5CF5892265B7E216F7AFF0963288DAA469B526309883C7F384380212B77CBFBD", "CRC32": "081E1211", "BLAKE3": "CA5A4E4F776788A40DE89CE1DFD4EB8F4F5BB435816B3F8C0581D30CF9264248"}, "downloadUrl": "https://civitai.com/api/download/models/502584?type=Training%20Data"}, {"id": 420224, "sizeKB": 223100.76171875, "name": "Varian.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T20:27:09.104Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9F1BEDCE", "AutoV2": "B7A8A3A621", "SHA256": "B7A8A3A6210BAEEE0CC7BC4BA8EE2703A71ED72BF132A5034A44115B98ED7E28", "CRC32": "A54E7E9A", "BLAKE3": "8B0423DD8494793B6A72A32D8F72774FCA8C0BCF879E4146EFF484EAD5A15387", "AutoV3": "BAC0A1B36F7D"}, "downloadUrl": "https://civitai.com/api/download/models/502584", "primary": true}], "images": [{"id": 12282001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/717d666f-e905-4327-a156-73206ac25b4b/width=450/12282001.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7JaG?t505NFQ,kB%MV[Ip%1~0oz0MRk_1oe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/502584", "modelId": 451392} \ No newline at end of file diff --git a/datasets/metadata/502700.json b/datasets/metadata/502700.json new file mode 100644 index 0000000000000000000000000000000000000000..4abab748b4066057d9843db6c128635f5d6d1322 --- /dev/null +++ b/datasets/metadata/502700.json @@ -0,0 +1 @@ +{"id": 502700, "index": 0, "name": "SCP 035", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-12T21:46:56.619Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 34, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 420309, "sizeKB": 1280.1572265625, "name": "502700_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T21:11:43.399Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "CBE037BBF5", "SHA256": "CBE037BBF5E152F517A77B6BF3667E67DB513247DDF353E73DA07FB505A72AD0", "CRC32": "4C476ECC", "BLAKE3": "24B0399213B6C298134257C50F1D40E153DB0A56CBE4D264EC02733B5B4D4AD0"}, "downloadUrl": "https://civitai.com/api/download/models/502700?type=Training%20Data"}, {"id": 420378, "sizeKB": 223101.44921875, "name": "SCP_035-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-12T21:51:03.799Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6BAA1AC3", "AutoV2": "7D929DF092", "SHA256": "7D929DF09261C045868B5DD64767DEED92848B75043C276635488B0927930276", "CRC32": "8E525BD8", "BLAKE3": "2BA5BAF7298BB9F1A71FA857A9E8AAFC954C5052F410A3A97318DBD45E832BE2", "AutoV3": "020F9AA4A6A2"}, "downloadUrl": "https://civitai.com/api/download/models/502700", "primary": true}], "images": [{"id": 12286834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4afb1e8a-dde0-4612-9d7e-b20d64c79299/width=450/12286834.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4Dc2U_2008_IUs.T0R+00Ipt8Ip~qNH8wiv", "type": "image"}, {"id": 12286836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c40c7be7-2d15-4243-aa49-048bdf7e2284/width=450/12286836.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5E.37x]00Di{}W;OrrrL#t70yRj-qt74nMx", "type": "image"}, {"id": 12286835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3837200-3886-4f9a-81ce-4563b930f7fb/width=450/12286835.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5EoV^%3000K9s%M0KIA00WB~DRj?HbHR%Io", "type": "image"}, {"id": 12286851, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40d47e15-9b18-4bb7-bba3-391febfa6768/width=450/12286851.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U15}dQV@00oL.8t700M{K%tR00IU^jj[xaV?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/502700", "modelId": 451489} \ No newline at end of file diff --git a/datasets/metadata/502852.json b/datasets/metadata/502852.json new file mode 100644 index 0000000000000000000000000000000000000000..7fe89c09d1d8435ae11f4e25e6fba0a63e109d99 --- /dev/null +++ b/datasets/metadata/502852.json @@ -0,0 +1 @@ +{"id": 502852, "index": 0, "name": "Pony Model", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-22T01:27:26.795Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 75, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 438772, "sizeKB": 5904.091796875, "name": "502852_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T00:36:33.848Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CFD591B1", "AutoV2": "1408671723", "SHA256": "14086717239FDBBF4FE26F0852E1732F482CB4A0BDFC10C8E22289CD0CCE414D", "CRC32": "F2EAAC56", "BLAKE3": "767D8C4509B414B6FE6AEF013DF9AB4E96F0EBF5833A1F9D045AA4737179B879"}, "downloadUrl": "https://civitai.com/api/download/models/502852?type=Training%20Data"}, {"id": 438836, "sizeKB": 223100.44140625, "name": "Nokozezes_Style-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T01:21:00.700Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "988D6A02", "AutoV2": "ED4FF31672", "SHA256": "ED4FF3167241FB80E451921BB585000BB0CBC692B86B086B00D30E73F1FDDAE4", "CRC32": "3D061361", "BLAKE3": "F56F9B62A3E70010D772DF2A7745759AA67DDC348E6DE1BBAA84803EB184D9EC", "AutoV3": "D87935315619"}, "downloadUrl": "https://civitai.com/api/download/models/502852", "primary": true}], "images": [{"id": 13202448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c39f8b16-afa3-4951-8532-ca92cc0cbda3/width=450/13202448.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UUMFthRj57t6~pjZixfkGZjZR*j[5RbGbuaz", "type": "image"}, {"id": 13202447, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31d4012d-0055-4b65-b151-798a5321398f/width=450/13202447.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UdMG6ioLTdkW~pW;Vss:E*f6t7j[I;jttQbH", "type": "image"}, {"id": 13202446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f000bf1e-dc68-4533-af1f-eceecbcb52f9/width=450/13202446.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UTMFwrR+RQkC_MafM{W;OpjYxua{OmR*g3oL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/502852", "modelId": 451622} \ No newline at end of file diff --git a/datasets/metadata/502968.json b/datasets/metadata/502968.json new file mode 100644 index 0000000000000000000000000000000000000000..fd8fe86811831df219baddd68844e0f89faeb8c8 --- /dev/null +++ b/datasets/metadata/502968.json @@ -0,0 +1 @@ +{"id": 502968, "index": 0, "name": "Abbb style", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-13T01:21:31.451Z", "availability": "Public", "nsfwLevel": 16, "description": null, "trainedWords": ["ABBB style"], "stats": {"downloadCount": 118, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 420642, "sizeKB": 223108.34765625, "name": "Abbb_style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T01:33:50.561Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3486EAF5", "AutoV2": "B878BBA3EB", "SHA256": "B878BBA3EB09CB761A5C6E43942BE546A8F147BD21D6A56D4C732C311BA152F4", "CRC32": "C226FFAB", "BLAKE3": "02A5ED2D97AC63F7501802A5CAFF500DA0C8B4A4267C1D41B2D239FBF31756F6", "AutoV3": "CC83251550AF"}, "downloadUrl": "https://civitai.com/api/download/models/502968", "primary": true}, {"id": 420584, "sizeKB": 9646.9970703125, "name": "502968_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T00:31:25.617Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1E30B43A", "AutoV2": "F0CF286665", "SHA256": "F0CF286665AE4029C5614336DB153B65C87AB4E4151B20BDA1FBD0488925584B", "CRC32": "12A32086", "BLAKE3": "BB2CD945E1E6F7A901A60FC52569BC6A626F30B22345A9E32EB7854FFAA6A7A8"}, "downloadUrl": "https://civitai.com/api/download/models/502968?type=Training%20Data"}], "images": [{"id": 12301455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c17b68ec-357c-4e8f-be50-be8983b54f93/width=450/12301455.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDKm|YyD_3IUE1R*s:0K%L~pE1R+xux^WB-;", "type": "image"}, {"id": 12301457, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc068c91-2fa6-4f6c-af0e-519064231936/width=450/12301457.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDI#15D%~B%gEKVZNx-pt6-:V[I:xvJ6IU%N", "type": "image"}, {"id": 12301456, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1601a397-f2be-45e8-a836-dab4fd67c6a7/width=450/12301456.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6I#S:.9%1~V00?Gbc?b]~Ne?bn$tm_2%MtR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/502968", "modelId": 451724} \ No newline at end of file diff --git a/datasets/metadata/503042.json b/datasets/metadata/503042.json new file mode 100644 index 0000000000000000000000000000000000000000..54ae62834fd75918ccdd4dc3d46f11792977722b --- /dev/null +++ b/datasets/metadata/503042.json @@ -0,0 +1 @@ +{"id": 503042, "index": 0, "name": "Mara 2.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-13T02:27:20.932Z", "availability": "Public", "nsfwLevel": 30, "description": null, "trainedWords": [], "stats": {"downloadCount": 45, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 420751, "sizeKB": 223100.83984375, "name": "Mara_2.0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T02:31:26.968Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "492C4B03", "AutoV2": "6DFCA9EA90", "SHA256": "6DFCA9EA909FE41600D6B7FF3A7458E7BEF08C61531A257CCEE8D34730A6B47E", "CRC32": "9F16363B", "BLAKE3": "50D85E24C1318E60CAE4022977805C25DF30FEE707397BA83D8106AB73CEDD88", "AutoV3": "9846EF1C947D"}, "downloadUrl": "https://civitai.com/api/download/models/503042", "primary": true}, {"id": 420683, "sizeKB": 1398.70703125, "name": "503042_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T01:42:03.723Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "230B2FC9D7", "SHA256": "230B2FC9D71382A086C9EDCF3B605AA655CA9A3CED19E3399489165D74845E2B", "CRC32": "7B7960D2", "BLAKE3": "348BE6BCF5CA8A72027D1D7585A7E332460ABD2A27F4159E38C65903459A8D00"}, "downloadUrl": "https://civitai.com/api/download/models/503042?type=Training%20Data"}], "images": [{"id": 12306012, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/736ca94a-51cd-46b6-bebb-5922368d979c/width=450/12306012.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCDIk7Or00wJ8cbvMJr?C*so*zOD]:f7M{X7", "type": "image"}, {"id": 12435759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/111d83a3-4eb4-4a47-8205-698b6aa80e31/width=450/12435759.jpeg", "nsfwLevel": 8, "width": 4096, "height": 5984, "hash": "UCGtpf:+B:3DBWx[E2N{?]IAicRQ9]ggx]My", "type": "image"}, {"id": 12435763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a76ec455-e72f-45e0-a7ce-8c2f57371dfc/width=450/12435763.jpeg", "nsfwLevel": 8, "width": 4096, "height": 5984, "hash": "UNH21dSPpJxt?]RkR+oJkSafI=jY}Bf+tSof", "type": "image"}, {"id": 12435768, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e1fd68e-480b-4ab8-9b65-59c7241c2c13/width=450/12435768.jpeg", "nsfwLevel": 8, "width": 4096, "height": 5984, "hash": "U9KA82x]3Y={uiog9^bZ02aeY,NZujRjQ-xG", "type": "image"}, {"id": 12435757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44915571-8081-450d-b6c2-2632d1939c27/width=450/12435757.jpeg", "nsfwLevel": 8, "width": 2048, "height": 2992, "hash": "ULI=0}xaK*tl?wofXmj]?bj[wIsTt,oLrrof", "type": "image"}, {"id": 12435765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f542ac4-e407-4a2e-96c4-5e18c3a6ce57/width=450/12435765.jpeg", "nsfwLevel": 8, "width": 2048, "height": 2992, "hash": "U5F$05pJ1h}t4T?c5Rs9?]8_#8Or00-p+bEg", "type": "image"}, {"id": 12435774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f52deb68-755a-420d-822d-32eac9507d09/width=450/12435774.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2992, "hash": "U9I}nz-pT{?^ml-;KiyD?aM{9GMx0y%MrDVs", "type": "image"}, {"id": 12435782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c99184c6-1226-4071-aff4-4d5e1715abb1/width=450/12435782.jpeg", "nsfwLevel": 8, "width": 4096, "height": 6144, "hash": "UECYwHS$1zxG01%2I;WV?^M{,ES20LxtwJWV", "type": "image"}, {"id": 12435780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f35f4053-8d31-4f0f-8f77-d059070ebd5e/width=450/12435780.jpeg", "nsfwLevel": 8, "width": 4096, "height": 5984, "hash": "UAKKA_TxC,=x00j]KjrqHWn4zWo}Q-S#eTX-", "type": "image"}, {"id": 12435781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f401cfb-1831-4c46-9bdb-7dd63742c025/width=450/12435781.jpeg", "nsfwLevel": 8, "width": 2048, "height": 2992, "hash": "UFHw=dpI3q-p.m#lM|S#0{NG*}XS$ibvNwv#", "type": "image"}, {"id": 12435785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c610f5d3-6326-4892-918c-909e292fa00e/width=450/12435785.jpeg", "nsfwLevel": 8, "width": 2048, "height": 2992, "hash": "UOKAZ.0h.8bJ={NKbvj]~UsoM{s,-:n+WBoL", "type": "image"}, {"id": 12435786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7931dd4f-a16b-4142-a643-81c229f28a2d/width=450/12435786.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2624, "hash": "UYG[=@s:%~xu*0ogI=W;T0W=nOjZRkaxr?jZ", "type": "image"}, {"id": 12435787, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31b44114-db29-4413-bac7-5c9a0bac6c83/width=450/12435787.jpeg", "nsfwLevel": 2, "width": 2048, "height": 2992, "hash": "U7Hn~f?b2s_4=Z-;5Rx]o_IUDiE100%M~CX9", "type": "image"}, {"id": 12435788, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9aeb4080-de46-4888-b727-fc3df0d03701/width=450/12435788.jpeg", "nsfwLevel": 8, "width": 2048, "height": 2992, "hash": "UWHd%3s:J7sm~VoeR*oJpHkBixbH$$o0afj]", "type": "image"}, {"id": 12435790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46cf337a-c97c-4c3d-bdec-24078613871c/width=450/12435790.jpeg", "nsfwLevel": 8, "width": 4096, "height": 5984, "hash": "UMLM#6s;20r??]bIFyV[*HflQ.bG:kjZn4j[", "type": "image"}, {"id": 12435789, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6c8de89-0966-42d6-859a-fe18ad5c06a3/width=450/12435789.jpeg", "nsfwLevel": 8, "width": 4096, "height": 5984, "hash": "UTJG{GM}CkkD_LV[#,kCt+n%aLbc%1bHRkae", "type": "image"}, {"id": 12468329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ffbf073-0ca2-4a0d-bdd4-a7be90c43789/width=450/12468329.jpeg", "nsfwLevel": 16, "width": 2304, "height": 3072, "hash": "UDI.]i:PK5Fx}ti_Xm=yys00BA%2;|IoKPEM", "type": "image"}, {"id": 12577812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf29578d-467a-4416-9ce4-e574c7632aa8/width=450/12577812.jpeg", "nsfwLevel": 16, "width": 3329, "height": 4863, "hash": "UWGu8.r;I:TK?ws+R*T0Y*oINGW?sTt7V@aK", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/503042", "modelId": 451789} \ No newline at end of file diff --git a/datasets/metadata/503045.json b/datasets/metadata/503045.json new file mode 100644 index 0000000000000000000000000000000000000000..592535c6b4daf266928ed0b238c522c95e185119 --- /dev/null +++ b/datasets/metadata/503045.json @@ -0,0 +1 @@ +{"id": 503045, "index": 0, "name": "Original Osenayan Mix Style for PDXL", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-13T03:53:58.738Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["osgndkz"], "stats": {"downloadCount": 125, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 420636, "sizeKB": 98023.4365234375, "name": "503045_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T01:16:46.800Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C2A3CC6D", "AutoV2": "791323D19B", "SHA256": "791323D19B1E4D8A94243D6D85FE6FA7684FF2AB08D91A8AB5D32E28271FE5FA", "CRC32": "065E8F50", "BLAKE3": "AD3D1752B9A5A01149DAE61CFB7FBDBE80BB78DD9C66D266DF3FA73BC16EDB15"}, "downloadUrl": "https://civitai.com/api/download/models/503045?type=Training%20Data"}, {"id": 420849, "sizeKB": 223116.32421875, "name": "Original_Osenayan_Mix_Style_for_PDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T03:50:52.969Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DF6B2D72", "AutoV2": "26657E7C37", "SHA256": "26657E7C37A95EEC9695B39F26D7193149926337885EA0D0F9E1E6EAFD92526C", "CRC32": "48D60718", "BLAKE3": "1E816DF04C17968D05BBEB6F9B719BBCDFBC51D07FE17DD7ACA5C483B25FF5CA", "AutoV3": "928CEE6FE064"}, "downloadUrl": "https://civitai.com/api/download/models/503045", "primary": true}], "images": [{"id": 12312783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73aa1784-367c-40eb-adc2-4ffce351bcc6/width=450/12312783.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8DR$;.8I8J.4:XSo%Sz0K9t$$og~C^NwGxY", "type": "image"}, {"id": 12312787, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e2a5ed6-ca97-4ff4-9a61-6e6bf652976a/width=450/12312787.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UYHBYyW=.8bF~pRP%gRjE2Io$*RjNIxuxtay", "type": "image"}, {"id": 12312284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb38ea36-95e6-4232-810d-f0db16750097/width=450/12312284.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOIX8c_1%Mxu-:~W?bNGO9-pM{Natkxai_xu", "type": "image"}, {"id": 12312534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5a36340-916b-41bf-955b-e5df7b9d8c39/width=450/12312534.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UYHA%@~UyDog^jxtOYWYNHs:oft6Naoys:s.", "type": "image"}, {"id": 12312533, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27d117fc-4fcd-4012-8e62-59538d846ff2/width=450/12312533.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UaHn21%2S~aK~W%2M{ofxtxuM_WB$ia_Rjni", "type": "image"}, {"id": 12312537, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3583f052-3ed1-49de-90ac-5082b318353f/width=450/12312537.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UXHxG|oyWBof~oj@IpoLOGj?bboLXTj?fhoe", "type": "image"}, {"id": 12312286, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/572a6c22-e732-4bad-bc56-95cedb427b28/width=450/12312286.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEHnKy=|IUEKQ-~WtRIV9s9ZInM{%gtR0JRj", "type": "image"}, {"id": 12312785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4222e0f2-859b-49c3-927b-d8c098b12c36/width=450/12312785.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPHnpb~W?vtR%N?Hx]M{T0D%-pNG%g%g-;WB", "type": "image"}, {"id": 12312532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bbf9bc8-b5fb-4d8d-a476-0ad5a0ed8e84/width=450/12312532.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UMEVEI^+E1M_?b-pxWjYxstQ%2s.~V%LWCjF", "type": "image"}, {"id": 12312780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c596c3e5-d5d7-4f68-b579-9897a47983aa/width=450/12312780.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UAF$CRMdSd}[009Yrw568|D%%N$*tSi_%zS#", "type": "image"}, {"id": 12312535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1bcd184f-44e1-4388-95bb-d64b325cb830/width=450/12312535.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9C6cL^j00E2}@xaXSNHtQozrqRk9toM-pad", "type": "image"}, {"id": 12312788, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ab77582-3704-4386-a7b5-450efe5d0a2f/width=450/12312788.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8EoDKr?0L?bS~%19ubG00o}~BD%$gIpxFe.", "type": "image"}, {"id": 12312536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78323465-d28f-41a3-8873-232be03e12b1/width=450/12312536.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UYHwr@-pXTV@~W%1NFWVtQ%LM_M{$%xuf6r?", "type": "image"}, {"id": 12312789, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc2eb5e2-5fad-4396-8fdf-7c7037d4c8e8/width=450/12312789.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGDJ0Q9F0e%38^%NMxof9bRj~Ci_9@fk%MWX", "type": "image"}, {"id": 12312786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/534db952-af49-4551-a501-ccdd46c1dbfc/width=450/12312786.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U7FX#U0O?^-C}sE30yV@570L^iV[00-U4;t5", "type": "image"}, {"id": 12312054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60be491f-fcb9-46cd-9366-025d006cbdc5/width=450/12312054.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6BMMg--9Z,[Vt0g0MIq}8={OT=xI-I[IrE2", "type": "image"}, {"id": 12312056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/767260c4-a91f-46a3-b56b-18ca9d20f026/width=450/12312056.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEE22^}t5NoxD$kVE9E20KEMs?It~BnPxY-n", "type": "image"}, {"id": 12312879, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00deb0a0-29a0-48c8-ad8f-a6cc9525e456/width=450/12312879.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UBECRW4p^kJ701xu9GNwDPEfXNw|%Lsp~CNa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/503045", "modelId": 451791} \ No newline at end of file diff --git a/datasets/metadata/503062.json b/datasets/metadata/503062.json new file mode 100644 index 0000000000000000000000000000000000000000..b225c7645c073e0c8b3f73f9e7058e1a3e233f8d --- /dev/null +++ b/datasets/metadata/503062.json @@ -0,0 +1 @@ +{"id": 503062, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-13T01:31:29.422Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["cr0c hat"], "stats": {"downloadCount": 47, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 420653, "sizeKB": 665270.58984375, "name": "CrocHat_XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T01:31:31.810Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "23B86F1A", "AutoV2": "0CF076F6BF", "SHA256": "0CF076F6BF0D38CD33679B882BCC24823AA66272918BE61EB796A5D97AB94093", "CRC32": "32D62A5C", "BLAKE3": "769C80772BE610EB2767FEF0A031CD3A71FE5A5B214FA1F49452BC4792DF6B07", "AutoV3": "EE4B8850E0AB"}, "downloadUrl": "https://civitai.com/api/download/models/503062", "primary": true}, {"id": 420652, "sizeKB": 17944.9765625, "name": "croc hat.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T01:32:35.668Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C5E6505E", "AutoV2": "D4782590AE", "SHA256": "D4782590AEF085A0AB4DCB2E4EC21B9D02E5E7821A0CAF21B671E747405E8A94", "CRC32": "BBD522FC", "BLAKE3": "7459EAAFF259905B03FA7D9B42FA1E1E2B8E354DEEA2F7A67A697B2DE39E1E11"}, "downloadUrl": "https://civitai.com/api/download/models/503062?type=Training%20Data"}], "images": [{"id": 12302097, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9eab99a-8278-4581-9892-260ad058f6c6/width=450/12302097.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUM%WGX9_4ad~3xuE3od?axa%2t6-=D*E2V?", "type": "image"}, {"id": 12302102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10e2d676-429b-4b6e-aeab-2595e6405932/width=450/12302102.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UhOp6=t6~qt7=;odD+j[WSayV[oL-;WCRkf8", "type": "image"}, {"id": 12302130, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89b270c1-f468-4260-bb0e-50655ce86de0/width=450/12302130.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMNdwF$k?vkp~Coz^kD*?bo}9YnO~WxtWVt7", "type": "image"}, {"id": 12302135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24f95e36-cff7-4dbe-967d-afbac6a3a0be/width=450/12302135.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOMRJmoJ~pxut+IpH@NIx]RjrqRQ_MxuI[t7", "type": "image"}, {"id": 12302150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00b73419-1835-4364-a3df-76d0e7e9bf09/width=450/12302150.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UhM*26oc~qRP=@jYNyf,wHt7S$axtRkDnjaK", "type": "image"}, {"id": 12302162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49e8f06a-8c50-4489-8f1e-825684296bbb/width=450/12302162.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZOpc2jY?waJVrt7M{M{tMWBjJx[-;WBIVjY", "type": "image"}, {"id": 12302148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c561200a-a346-47bf-82a8-85c9966f951d/width=450/12302148.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMNBDY=y?v^+?HSz^j9t-pIoE0w]~Wj[ELxa", "type": "image"}, {"id": 12302193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ecbf2d7-c671-4eac-8f93-16041e79d383/width=450/12302193.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UXQ9vJo}?^xGR.ozRPRPyXsnMxS#?vs:V[bu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/503062", "modelId": 451804} \ No newline at end of file diff --git a/datasets/metadata/503255.json b/datasets/metadata/503255.json new file mode 100644 index 0000000000000000000000000000000000000000..2f3ab7d147aa989bfbb403b01f4db690bb88fd58 --- /dev/null +++ b/datasets/metadata/503255.json @@ -0,0 +1 @@ +{"id": 503255, "index": 0, "name": "Spider Ghost Xaio Zhu - Soul Dossier", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-13T07:05:25.148Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 90, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 421078, "sizeKB": 223103.16796875, "name": "Spider_Ghost_Xaio_Zhu_-_Soul_Dossier.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T07:05:45.359Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CE1DF6BB", "AutoV2": "7DE7F8F6A0", "SHA256": "7DE7F8F6A0BA7F1D4ED8D6980A23D50B90E5F7D99D9341E4BFC4636BA90A8E22", "CRC32": "F620F601", "BLAKE3": "845873038049CC00419D4C9FD8372498E6A91DC2E97EE03A1203D6EE136FD048", "AutoV3": "8928AFD111CE"}, "downloadUrl": "https://civitai.com/api/download/models/503255", "primary": true}, {"id": 420856, "sizeKB": 51629.4521484375, "name": "503255_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T03:56:18.287Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A9D2CB10", "AutoV2": "04821EA9B1", "SHA256": "04821EA9B108F65838E925F684035B88AF56375C506F51EE81C0C2C10F8B4394", "CRC32": "97463AEB", "BLAKE3": "5470EAE431A8277CE24BBE1F857E5A504E8F523946D1792A0F067A8DACDCA11F"}, "downloadUrl": "https://civitai.com/api/download/models/503255?type=Training%20Data"}], "images": [{"id": 16075955, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d58ae78-0458-4f2d-a292-2329f0e03123/width=450/16075955.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDEe=O4m5R%2GJVqENoe0,Rhwf%1_ND*}@%2", "type": "image"}, {"id": 16075954, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b65f6263-bd68-4ae6-81fb-8d02c843e193/width=450/16075954.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UGCPn%T15SkYu6%Nb_X911x^%Ms:o}XT$*of", "type": "image"}, {"id": 16075953, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27f14f8c-6692-484a-9b8a-b4c654832025/width=450/16075953.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UMCsaQH?EhtR%%MwXTozAIROj^t6X9M{%1s:", "type": "image"}, {"id": 16075952, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06d07235-78b4-4a22-8596-2ef526cf946c/width=450/16075952.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBDSLCI=01-;A0?H%N5701o}^*RQ-o9aM{~B", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/503255", "modelId": 451991} \ No newline at end of file diff --git a/datasets/metadata/503273.json b/datasets/metadata/503273.json new file mode 100644 index 0000000000000000000000000000000000000000..e7c527f0f37704e11e08ebd24785cca57ca9ee16 --- /dev/null +++ b/datasets/metadata/503273.json @@ -0,0 +1 @@ +{"id": 503273, "index": 0, "name": "Julia Wieniawa", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-13T05:14:35.034Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 44, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 420868, "sizeKB": 4094.9833984375, "name": "503273_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T04:10:51.159Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F6EECCB7", "AutoV2": "176D35380C", "SHA256": "176D35380C43F3BBAD135E7270CCBB17A1503FF70C8DB22D02BC3EF8327EA17A", "CRC32": "2F44DAB9", "BLAKE3": "C74FD8196B86DB5D983F0A8426F739B05AD6A99CB5314E7DE121E2AB5F070202"}, "downloadUrl": "https://civitai.com/api/download/models/503273?type=Training%20Data"}, {"id": 420945, "sizeKB": 223104.03515625, "name": "Julia_Wieniawa.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T05:11:27.462Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D7FA618B", "AutoV2": "10CF6FF9D9", "SHA256": "10CF6FF9D9C9B69A4FCEDB3914D90E5B409DD178B2B5295A6A03588B14A1C115", "CRC32": "7FF0A69F", "BLAKE3": "28A5A192412A5B2450D03E2E90B5A26E814FF879D8117C89996DFC57B481FB2C", "AutoV3": "27161E585956"}, "downloadUrl": "https://civitai.com/api/download/models/503273", "primary": true}], "images": [{"id": 12316510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c79789c5-f2ea-401f-9c2e-81770b50224c/width=450/12316510.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UXJ[F#WZIU?HX*?Go}-p4TS$nObH~qI9IAof", "type": "image"}, {"id": 12317816, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1420654-7b47-4b0d-9223-b28673db40f2/width=450/12317816.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1792, "hash": "ULK-RfI;_N-:-pxat-ogY7s.r;RPx[jYa0S5", "type": "image"}, {"id": 12318032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcefceba-7ea0-4733-8022-af90e2d2076c/width=450/12318032.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1792, "hash": "UCJt^|Io1+?b9v%h_MnN4Txt%MD%?wRjMxWX", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/503273", "modelId": 452006} \ No newline at end of file diff --git a/datasets/metadata/503292.json b/datasets/metadata/503292.json new file mode 100644 index 0000000000000000000000000000000000000000..7fd5683745d29c76b410a27bba548fa8393b5d4b --- /dev/null +++ b/datasets/metadata/503292.json @@ -0,0 +1 @@ +{"id": 503292, "index": 0, "name": "Mara Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-13T05:15:55.848Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 38, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 420886, "sizeKB": 1398.70703125, "name": "503292_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T04:21:23.055Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "0A77923FDD", "SHA256": "0A77923FDDE7599F1B401151C06902A2BAE10C2275F6929911256D2D12EF00B0", "CRC32": "2288009F", "BLAKE3": "44B64CB28611E3EA59EC35246302BC5F303EFEFFA98E5C9A45F33134DB2341E3"}, "downloadUrl": "https://civitai.com/api/download/models/503292?type=Training%20Data"}, {"id": 420953, "sizeKB": 223100.85546875, "name": "Mara_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T05:16:36.104Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CD697A5B", "AutoV2": "6E7E3045D0", "SHA256": "6E7E3045D0A77461460864934352EB4ABCEE5D6B67684792715A61E10338396F", "CRC32": "347DBA53", "BLAKE3": "B75D9536C986D04CF590F0331CA5B31604A61D09D2CD738DDFD9904BA6724AF1", "AutoV3": "D2CE3732DA05"}, "downloadUrl": "https://civitai.com/api/download/models/503292", "primary": true}], "images": [{"id": 12316796, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebf468e3-ccbc-4bfd-babd-d2b15bdd323c/width=450/12316796.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJJ7t80gtlxv?HNeofbb~UNeemRj^%R-n$n$", "type": "image"}, {"id": 12316797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b4e5822-d18f-4e83-a57e-5436897fff4c/width=450/12316797.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJFO+Mt701ShLMofMdWC.lW;rEs9m-bHNZae", "type": "image"}, {"id": 12316798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d88dcb41-c927-4062-82ed-a7208f16e357/width=450/12316798.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UFDu}PWq01kWHCoeMdbbQ6oLvNW;,[bHV?WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/503292", "modelId": 452021} \ No newline at end of file diff --git a/datasets/metadata/503294.json b/datasets/metadata/503294.json new file mode 100644 index 0000000000000000000000000000000000000000..1f13bcbc2eb5cacac3f54e984f7ce61dbb7ae6a4 --- /dev/null +++ b/datasets/metadata/503294.json @@ -0,0 +1 @@ +{"id": 503294, "index": 0, "name": "Mara SD1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-13T05:22:00.348Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 26, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 420889, "sizeKB": 1398.70703125, "name": "503294_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T04:25:41.461Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "C69261E210", "SHA256": "C69261E21029293B604C627C763CEE7DE415A8D2965D0819632E029297D64CEB", "CRC32": "763306A4", "BLAKE3": "BAA5BE43F84D3FE58780B185B31366F7E52E7933BE583085193FA7AFAB7610C8"}, "downloadUrl": "https://civitai.com/api/download/models/503294?type=Training%20Data"}, {"id": 420965, "sizeKB": 18546.8984375, "name": "Mara_SD1.5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T05:25:51.826Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "8B1302F690", "SHA256": "8B1302F690F0B2FF2AEC10AE2B9358C4397B7F088A2A2B9DFC48EA6260EFEFE0", "CRC32": "0673679C", "BLAKE3": "6FBEC582DD3B99EA0677CB665F60E15C4EACEC5542A62756587E91ABF9AC298C", "AutoV3": "E896CF6E8F47"}, "downloadUrl": "https://civitai.com/api/download/models/503294", "primary": true}], "images": [{"id": 12317205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1de370a4-7ee1-465c-8af9-4da8a8d0afa6/width=450/12317205.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UEJtST0gYOxb~XNyj[X8_MRlrWRjB;r=ofs:", "type": "image"}, {"id": 12317206, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5dc57d27-3936-4351-9214-1cd1adf0b057/width=450/12317206.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UHCiwAog0KbbuikCQ-j[cXbHm,jZ#njtIoay", "type": "image"}, {"id": 12317207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59190bb1-89a2-4d1e-af57-8264307060d7/width=450/12317207.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UCJtrFozdB%MVEoLO?WVPUj[q]ayXSayrrkC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/503294", "modelId": 452022} \ No newline at end of file diff --git a/datasets/metadata/503317.json b/datasets/metadata/503317.json new file mode 100644 index 0000000000000000000000000000000000000000..30cf855d6a2b5a5b0d6a392f23d10b5eb3038707 --- /dev/null +++ b/datasets/metadata/503317.json @@ -0,0 +1 @@ +{"id": 503317, "index": 0, "name": "ABBB Style V2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-13T22:28:04.210Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": [], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 420959, "sizeKB": 151961.73828125, "name": "503317_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T05:20:59.442Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "10871215", "AutoV2": "2597941EBF", "SHA256": "2597941EBF3B7416543AD1B993EC34FC7D55C71FC57C6C375E944595E0191422", "CRC32": "6F67F332", "BLAKE3": "1201DF18463844FD34D6014849D42F9A2843F29549CEAE08851700B4D5C35F65"}, "downloadUrl": "https://civitai.com/api/download/models/503317?type=Training%20Data"}, {"id": 422385, "sizeKB": 223118.19140625, "name": "ABBB_Style_V2_r2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T22:26:10.768Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6ADEB1F2", "AutoV2": "F6DF2D3358", "SHA256": "F6DF2D3358F30BEAC26871EF48E3C5BBD6A2EB181379B7922CD8FC791EF81BA0", "CRC32": "1E38F35C", "BLAKE3": "8F936792A151D6EB5394D140C9AA9088EA35E55EE1A01C965FAA6068D6151234", "AutoV3": "84D9BB693C38"}, "downloadUrl": "https://civitai.com/api/download/models/503317", "primary": true}], "images": [{"id": 12385993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/832c8ce0-c2a8-4265-8b2f-9768a087f244/width=450/12385993.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UEIqcSof16t7IWNH%2%1TJs.nNNH0MoK~BWX", "type": "image"}, {"id": 12385996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f423ad5-d1ec-47b0-a9a0-8bacc947db7b/width=450/12385996.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UQMZ|0xGX:xa#8jFvfozPVb^$xWr_Lozx@j]", "type": "image"}, {"id": 12385995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0850c8b9-bb26-49ce-b906-e853e957b235/width=450/12385995.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBNk@sw0:Qt700VtR5X8DPoLIVRj.9en}?Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/503317", "modelId": 452043} \ No newline at end of file diff --git a/datasets/metadata/503375.json b/datasets/metadata/503375.json new file mode 100644 index 0000000000000000000000000000000000000000..aab03dcb3310ede95a0f2ee380c2b973a3f7bd30 --- /dev/null +++ b/datasets/metadata/503375.json @@ -0,0 +1 @@ +{"id": 503375, "index": 0, "name": "High Consistency", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-13T18:56:41.660Z", "availability": "Public", "nsfwLevel": 6, "description": "This version will produce high consistency with limited to no variation. If you want the output to always be in the same pose with no possibility of extra limbs or turning into a worm, use this one. Don't worry, the skintone can be changed in this version.
", "trainedWords": ["pale skin", "tan skin", "dark skintone", "extremely dark skintone", "blue skin", "purple skin", "pink skin"], "stats": {"downloadCount": 410, "ratingCount": 0, "rating": 0, "thumbsUpCount": 51, "thumbsDownCount": 1}, "files": [{"id": 420967, "sizeKB": 6181.7509765625, "name": "503375_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T05:31:39.172Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "29F6FABE", "AutoV2": "892D605797", "SHA256": "892D605797233336A4C9AA24802344C749B8B6807F3DA6737727203CB83D045E", "CRC32": "BC255A5D", "BLAKE3": "AC8A7505E3E8FE120377AC8AAFEFB6FC7D99DE04D7ABDADB048BE27D68F84916"}, "downloadUrl": "https://civitai.com/api/download/models/503375?type=Training%20Data"}, {"id": 422075, "sizeKB": 223099.42578125, "name": "Better_Fetus__XL_Inpainting.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T18:40:54.272Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5DE779FD", "AutoV2": "1ADFEA92B4", "SHA256": "1ADFEA92B417545DC7EC4CC6314E9AC798BBBEF8865D972CBA4EA46E4872B0E4", "CRC32": "D51E8579", "BLAKE3": "E43D301E6C3CB0FF6FC6D9E80C45A96335DDBDC8BD0A2296CD11F16DBB620D9D", "AutoV3": "780E2E47AE6A"}, "downloadUrl": "https://civitai.com/api/download/models/503375", "primary": true}], "images": [{"id": 12370678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb084008-8ed3-473c-9412-1376527d4f30/width=450/12370678.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UMOx8i%Kv~xF?@t6kCkB-.aeX8S4%LRkRkR+", "type": "image"}, {"id": 12370682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df69046a-cdb8-41fc-a30e-56bfa2149369/width=450/12370682.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UQP~7*%LRjxG_Mt7kCs:%zaet7WV-paLRjNa", "type": "image"}, {"id": 12370677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d574ddbd-7cf4-4d20-b869-23c777151f7f/width=450/12370677.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U7HTEp-UD%xG_LjYbcxaobR*%2kC-pj[RjI;", "type": "image"}, {"id": 12370679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/478749e3-dec9-44f9-9ced-5a493987dd0a/width=450/12370679.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U3DkGa$%0K$g?@I.s;=y0{NG^Qt7-o$*RjAE", "type": "image"}, {"id": 12378766, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6c5ae5e-fcb0-4758-8f79-844eeea2ab13/width=450/12378766.jpeg", "nsfwLevel": 4, "width": 225, "height": 368, "hash": "UaQSC_xuS2oL%gkCNGjs.mbGtQozMyWBV@WC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/503375", "modelId": 452094} \ No newline at end of file diff --git a/datasets/metadata/503443.json b/datasets/metadata/503443.json new file mode 100644 index 0000000000000000000000000000000000000000..08da916ab2ae079d4e3c1aa10ae2030568c2db35 --- /dev/null +++ b/datasets/metadata/503443.json @@ -0,0 +1 @@ +{"id": 503443, "index": 0, "name": "Lizzy Greene", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-13T07:00:46.326Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 77, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 421023, "sizeKB": 4552.3203125, "name": "503443_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T06:05:47.680Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "53082300", "AutoV2": "ECEA8C53E2", "SHA256": "ECEA8C53E2812C0E73F7EB4AEAAB96FFF542C77020E0382E36855372F38E5533", "CRC32": "C41ACC34", "BLAKE3": "9DBAC006399E359BEDC7E23DBBBEC6F20C0BF681546C324D0DBE0617AF09E675"}, "downloadUrl": "https://civitai.com/api/download/models/503443?type=Training%20Data"}, {"id": 421068, "sizeKB": 223103.30078125, "name": "Lizzy_Greene-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T06:55:55.290Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6E750F56", "AutoV2": "835FECB7AE", "SHA256": "835FECB7AEFCB3CB0C08D37E902E4ADE186AF03DAC03D875F3D15CF1A9BD35A7", "CRC32": "0C88CF2B", "BLAKE3": "04CCBDF4DF32D4E645C66D9B307956C9B91D7E95EAC7A056DE2D205A4CB8C940", "AutoV3": "007087A35E72"}, "downloadUrl": "https://civitai.com/api/download/models/503443", "primary": true}], "images": [{"id": 12322616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e250020a-9bcd-4aee-8c33-45f60b93cb24/width=450/12322616.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UDH1xiIU0L~V00-;S#s.I;NG=|IVo}ae$%WC", "type": "image"}, {"id": 12322683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/435311c8-1104-45f0-a808-78ee7cd1a31a/width=450/12322683.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UZOL$NJ6*0$P.mxHozo}GsjFw|b^i_W=s.s9", "type": "image"}, {"id": 12324908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d38f879-9680-45fb-b9f1-0c4678384fe8/width=450/12324908.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UHE.2?^j0#Ip~WR-9^R*0hIp-Vs:9]s.-Voe", "type": "image"}, {"id": 12324909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb303707-96a5-48e5-be4c-bf487df5d02c/width=450/12324909.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UCHK^JMx15xu05%MS5R+t-Rk}no20MaexZWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/503443", "modelId": 452160} \ No newline at end of file diff --git a/datasets/metadata/503707.json b/datasets/metadata/503707.json new file mode 100644 index 0000000000000000000000000000000000000000..0b5d6e22f1cfb6a6eae83c1c376c7b3ced062505 --- /dev/null +++ b/datasets/metadata/503707.json @@ -0,0 +1 @@ +{"id": 503707, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-13T10:00:56.625Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 142, "ratingCount": 0, "rating": 0, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 421303, "sizeKB": 39556.259765625, "name": "Hinata_SAKURAMIYA_Cuckold.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T10:01:26.903Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4F78AF0F", "AutoV2": "682CCD313C", "SHA256": "682CCD313C8D1E970A79FAFEA2AD881F818165770C960A2B13279F4FE2AFC4D6", "CRC32": "365EBC2E", "BLAKE3": "2C5A950577159B4ECEECA22ADFFB98E916FC0B1A84FB707683BECD0BEA0E24F1"}, "downloadUrl": "https://civitai.com/api/download/models/503707?type=Training%20Data"}, {"id": 421302, "sizeKB": 22254.58984375, "name": "Hinata_SAKURAMIYA_Cuckold-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T10:01:16.416Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "14D2A351", "AutoV2": "8EF8EB25FB", "SHA256": "8EF8EB25FBDF1CAF6416C658C5E0F5DC4C84DB4729EBC8BBE0EED6464A98C9B0", "CRC32": "4CAE8AC4", "BLAKE3": "08A0BB61C2E9644F32651136BF47A116020E6E3CD3AE880D17D03C7AFB0619AC", "AutoV3": "70F815F41541"}, "downloadUrl": "https://civitai.com/api/download/models/503707", "primary": true}], "images": [{"id": 12333557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3315f867-787b-4d3b-a426-543c58a6a6d4/width=450/12333557.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXN0oDD*.Ts;?FRlo~WC.8s;ogs.x^oJxaof", "type": "image"}, {"id": 12333558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd31af3d-2430-40e0-8d39-8bf4b1d8fa07/width=450/12333558.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXNA9#D*.Ts;?FRlo~WC.8s;ogs.x^oJxaof", "type": "image"}, {"id": 12333982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4725c728-bc29-46cf-9fc1-a29d4ff4e9b8/width=450/12333982.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJNc.[000y4n004nOsIU4n-;%Mt8~qax9Fof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/503707", "modelId": 452398} \ No newline at end of file diff --git a/datasets/metadata/503817.json b/datasets/metadata/503817.json new file mode 100644 index 0000000000000000000000000000000000000000..9ec9490b97b0f4253ed8f3476e663d1f1254e16d --- /dev/null +++ b/datasets/metadata/503817.json @@ -0,0 +1 @@ +{"id": 503817, "index": 0, "name": "JT Realism style", "baseModel": "SDXL Hyper", "baseModelType": null, "publishedAt": "2024-05-13T13:10:23.118Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 55, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 421411, "sizeKB": 624.154296875, "name": "503817_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T11:55:46.685Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "89281909E9", "SHA256": "89281909E9EAE4A79A15EDA737692E9765183AE78D2F87F0ECABDFE85416D4CD", "CRC32": "78EB4A17", "BLAKE3": "0AAC9E6ECCDC73845EF4F577CF8FD17A49BBDCA152F89169A4F1CF3ABBB1A165"}, "downloadUrl": "https://civitai.com/api/download/models/503817?type=Training%20Data"}, {"id": 421518, "sizeKB": 223099.67578125, "name": "JT_Realism_style-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T13:05:49.713Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7D7582F7", "AutoV2": "4CB31F8647", "SHA256": "4CB31F8647071A076CB6FFBD91234F7197193A9D9FD7D8E8DDE303C8F28291B7", "CRC32": "1EACEF86", "BLAKE3": "AFD87749C29D07283AE324CDD5F415408019B0D3D626F2D27F513D27F9A823DF", "AutoV3": "60ECF8538E36"}, "downloadUrl": "https://civitai.com/api/download/models/503817", "primary": true}], "images": [{"id": 12345559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/942a69de-eac2-419c-946d-507ffd10e3fe/width=450/12345559.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6Dvs600~BMJ$x4o9cEL4TQ-Khu5L#v}Te%h", "type": "image"}, {"id": 12345562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec87c38a-a5e4-4aa2-86c7-944404d1827e/width=450/12345562.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKFsPns$H=M{?^r=9FoJa$DhfAtT-n9FkD%M", "type": "image"}, {"id": 12345561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/149772af-98ac-4a11-b851-2ad8bd13b8fa/width=450/12345561.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9DJqcoz5k-Ay?%hD=E1q@_L-.8{ilskR9M}", "type": "image"}, {"id": 12345597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e391460b-dd56-4650-9efb-17d01a869f60/width=450/12345597.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U89Q%G?c4TD$?^x]D%D%TLs+m+R-.7oeMxR-", "type": "image"}, {"id": 12345614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fedd224e-3f7b-49bf-92d3-9e6475e856c0/width=450/12345614.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UFA,OY~W_3~CX8ofV@R*X8xuxtxuNGRjt7X8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/503817", "modelId": 452500} \ No newline at end of file diff --git a/datasets/metadata/503947.json b/datasets/metadata/503947.json new file mode 100644 index 0000000000000000000000000000000000000000..49d720084389b3833d90578043a03859b09f5950 --- /dev/null +++ b/datasets/metadata/503947.json @@ -0,0 +1 @@ +{"id": 503947, "index": 0, "name": "Gar_Gina", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-13T14:50:16.030Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 30, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 421516, "sizeKB": 82461.2060546875, "name": "503947_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T13:06:26.178Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9D95AD15", "AutoV2": "452500FADE", "SHA256": "452500FADED04AAF1C818924FB21256FAD16943161CEBBB8C2CE88D18CF336AE", "CRC32": "4C275C6D", "BLAKE3": "60EDC5EEA88F00A35F7045C57FD3E8345E057C819974EA50613D14C9CE4B2DF2"}, "downloadUrl": "https://civitai.com/api/download/models/503947?type=Training%20Data"}, {"id": 421702, "sizeKB": 223099.57421875, "name": "Gar_Gina.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T14:51:00.962Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F1C8616C", "AutoV2": "50B5C608CC", "SHA256": "50B5C608CC08DDBE126715CF54F76452480C9A95F157AC974D1F12B9900C933C", "CRC32": "B3CE2B91", "BLAKE3": "AED9819B8807012EBDF08D358945F1F37D5949709CA78EDF704E19B8D34594D4", "AutoV3": "CB00B15FD1AC"}, "downloadUrl": "https://civitai.com/api/download/models/503947", "primary": true}], "images": [{"id": 12357168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27648a60-8a9d-4714-b384-e9c2b29ee02a/width=450/12357168.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7Exz^^j00X5$_IocF-:~qxZZ#t7?u%LM|E1", "type": "image"}, {"id": 12389995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55e75512-ba66-4db0-8923-536d70f6b11f/width=450/12389995.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEBgnp-#aZ?Z}rxsK0r[wHWCtkRQXzV[%KS2", "type": "image"}, {"id": 12356959, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2acc950c-a0c5-437e-8b37-4f1ac8cc54f3/width=450/12356959.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9D[^H4.01~V4n%M-:RPyDV@jFWEIof8t7ae", "type": "image"}, {"id": 12353072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9745e15a-9487-46fb-b43a-7f7fd388791d/width=450/12353072.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USECd-ShIpt6_Nofj@WV?boJj?ay^+RjjZs:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/503947", "modelId": 452619} \ No newline at end of file diff --git a/datasets/metadata/503984.json b/datasets/metadata/503984.json new file mode 100644 index 0000000000000000000000000000000000000000..87fa64355a5ad8138224cb785312bcd7fccb1aaa --- /dev/null +++ b/datasets/metadata/503984.json @@ -0,0 +1 @@ +{"id": 503984, "index": 0, "name": "Roksana W\u0119giel", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-13T14:35:21.714Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 104, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 421569, "sizeKB": 12479.95703125, "name": "503984_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T13:36:03.534Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7E7D26E2", "AutoV2": "7179BD06BD", "SHA256": "7179BD06BD5569CBD698ABDC7F9C62F4803216C19668A7EE6736DCBF487F3687", "CRC32": "CA4C03A6", "BLAKE3": "ABAE3472B8049AE18A5844F968E6FDC294E386227F190375B93C89037A835983"}, "downloadUrl": "https://civitai.com/api/download/models/503984?type=Training%20Data"}, {"id": 421667, "sizeKB": 223102.94921875, "name": "Roksana_W\u0119giel.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T14:30:12.023Z", "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/503984", "primary": true}], "images": [{"id": 12351994, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51f0da64-a82c-4bba-80cb-c67a5710fdd7/width=450/12351994.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UDFYiX=|0fNG00E1x]WBWUNHxD%M_N%2VYM|", "type": "image"}, {"id": 12351942, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3117c59c-f605-44e7-b1b6-06329532e221/width=450/12351942.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U7ELgC~C0N^*569]Ffr=5XRP={s9yE-U=Zj[", "type": "image"}, {"id": 12351784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e694946-f50e-41df-b4a3-971f984b5d8c/width=450/12351784.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UBJ7RA_2150z0g#7_3E2.mF{v#-UWAIUS5^*", "type": "image"}, {"id": 12352037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80e8883d-eda3-4bec-a016-c9326a8078fd/width=450/12352037.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UEGl3K?b5r%hDj-p-:tSDi%2%1NG~qtRt7xa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/503984", "modelId": 452654} \ No newline at end of file diff --git a/datasets/metadata/504105.json b/datasets/metadata/504105.json new file mode 100644 index 0000000000000000000000000000000000000000..59a7817681a072cdcb952244bc1ca9e5173f1782 --- /dev/null +++ b/datasets/metadata/504105.json @@ -0,0 +1 @@ +{"id": 504105, "index": 0, "name": "Amyhawk", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-13T14:40:16.938Z", "availability": "Public", "nsfwLevel": 1, "description": "gfhf
", "trainedWords": [], "stats": {"downloadCount": 37, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 421692, "sizeKB": 36980.4375, "name": "Amyhawk-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T14:40:44.167Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7E6B6ED0", "AutoV2": "020E5ADF08", "SHA256": "020E5ADF0882FA1004CCC268813760045DF76ECE30F71ACDF46698F812FC885C", "CRC32": "3B762A69", "BLAKE3": "AF1BC66EE43D360EE2E52837FD0EAAF12208730DE0B11D2CE72929F1B2248055", "AutoV3": "9BC1D959FD41"}, "downloadUrl": "https://civitai.com/api/download/models/504105", "primary": true}, {"id": 421665, "sizeKB": 36972.791015625, "name": "504105_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T14:31:17.345Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C32CB7CA", "AutoV2": "48143D6497", "SHA256": "48143D64970B54BEC80CC9EF3992853CB8F08047177982CBEEEE5CEFBBE8295B", "CRC32": "942314CC", "BLAKE3": "921D8B83784C56B9C453CC1C5CC17591CD0B212C4AA7765E6D5893A7403E6F3D"}, "downloadUrl": "https://civitai.com/api/download/models/504105?type=Training%20Data"}], "images": [{"id": 12352399, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f914600-b454-4f48-97b3-1fd517a105b2/width=450/12352399.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UQHB#qWB_Nxa?bbHW=t7M{j[xtoLbbj[o0ae", "type": "image"}, {"id": 12352400, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9aff1c46-796f-4bf0-8e67-9618b86c948c/width=450/12352400.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UTKnSZof_Nxu~WoftlRjD*a{ofofM|ays:j[", "type": "image"}, {"id": 12352401, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11080f31-c736-4d10-9971-3112a351b5f8/width=450/12352401.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGHeLNae00xuD%WB9_WqE1j@iwof_NofMcae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/504105", "modelId": 452768} \ No newline at end of file diff --git a/datasets/metadata/504131.json b/datasets/metadata/504131.json new file mode 100644 index 0000000000000000000000000000000000000000..05cd5a758299d4a2645983566d9833c26b4f3bee --- /dev/null +++ b/datasets/metadata/504131.json @@ -0,0 +1 @@ +{"id": 504131, "index": 0, "name": "v1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-13T17:19:56.964Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 429, "ratingCount": 0, "rating": 0, "thumbsUpCount": 93, "thumbsDownCount": 0}, "files": [{"id": 421691, "sizeKB": 9971.1748046875, "name": "504131_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T14:40:57.821Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6ACA92AA", "AutoV2": "39F379BE2F", "SHA256": "39F379BE2FDCCF19F324D3696232FD53ACC112DC19F342E143D13283675A4F40", "CRC32": "CFF92EAE", "BLAKE3": "6AC3CDD9A5637751560C3D79C786A5216F990BA7624F6B0856B6FD229BEE642A"}, "downloadUrl": "https://civitai.com/api/download/models/504131?type=Training%20Data"}, {"id": 421953, "sizeKB": 223100.22265625, "name": "pussy_testing-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T17:15:48.707Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D8BAF3A0", "AutoV2": "73971439D7", "SHA256": "73971439D79ABE6F757491C24818EBE34E8867D3F226DD248CF317614DEB5419", "CRC32": "5101F39C", "BLAKE3": "64A1596F7648190D45C3FA3674E4AA8605F7CABCC6AC2D2E6603F63585B8940C", "AutoV3": "BD3361DFA7F4"}, "downloadUrl": "https://civitai.com/api/download/models/504131", "primary": true}], "images": [{"id": 12382485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62bdf709-b3b4-4a4a-9bd8-aaa38b7192b3/width=450/12382485.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UZKKj4s:9aof%gofMxay-;j[%Mof~pfQbIj[", "type": "image"}, {"id": 12382484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9238c935-8707-4593-8aef-4cf2f229fb1b/width=450/12382484.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U7IqQ5xa03xv00S#MHnh4:R%,]af-=Rj}@xa", "type": "image"}, {"id": 12382486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b275412a-baf2-4fe5-b19a-3840e6690c16/width=450/12382486.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UEKKj4f85p-;t-xuI9Io~qRiIT%M_Nt7-pM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/504131", "modelId": 452789} \ No newline at end of file diff --git a/datasets/metadata/504141.json b/datasets/metadata/504141.json new file mode 100644 index 0000000000000000000000000000000000000000..c6f3d0e15d790a02dfccee434a46f7cd1c5d6264 --- /dev/null +++ b/datasets/metadata/504141.json @@ -0,0 +1 @@ +{"id": 504141, "index": 0, "name": "Julia Wieniawa Narkiewicz", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-13T16:22:14.622Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 107, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 421695, "sizeKB": 3648.4482421875, "name": "504141_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T14:46:27.738Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "825BBB6D", "AutoV2": "AB1A327C8B", "SHA256": "AB1A327C8B205C9B778E06623155F8E503489CA9754B4E0B08D3361E6340A8FA", "CRC32": "1D52CEA5", "BLAKE3": "05E42304864FA6A8C1CA37C7C5C3D4500CB236B52B83C84BCC4384844C9026FD"}, "downloadUrl": "https://civitai.com/api/download/models/504141?type=Training%20Data"}, {"id": 421794, "sizeKB": 223103.91796875, "name": "Julia_Wieniawa_Narkiewicz.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T15:41:37.006Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "49B36982", "AutoV2": "962B451D7E", "SHA256": "962B451D7E2603D4D4F183ED54A8480CA2F031CA75B30CC6AB6FA4D57008C386", "CRC32": "5E65BC86", "BLAKE3": "293AC04376E3057D238707E2ED928BEE62AD02B7723CA75EB9714FF8D294116A", "AutoV3": "002EB758BB76"}, "downloadUrl": "https://civitai.com/api/download/models/504141", "primary": true}], "images": [{"id": 12358087, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29dd8cd0-5fe4-48c2-b780-1956129b1892/width=450/12358087.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1792, "hash": "UTKA~Jt,P;xaI:rWR4W;bwx^MdE2?bWCt7$%", "type": "image"}, {"id": 12358109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/471e141d-ebf5-4afe-a3ae-a6b49008aff4/width=450/12358109.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UXGa??oJJ-WV~Vj?xtj@JAWV$*j[oea|f6of", "type": "image"}, {"id": 12359706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e84aa1d5-0fa3-418e-be49-98d1d56281b3/width=450/12359706.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UAI#GfpJ0oxu00VsuPJCTz={+ZDi.SIo$gtl", "type": "image"}, {"id": 12359707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bcfacaf-11ce-4677-9719-24da7ec3c15f/width=450/12359707.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1792, "hash": "UTKA~Jt,P;xaI:rWR4W;bwx^MdE2?bWCt7$%", "type": "image"}, {"id": 12359705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82629092-1bc0-410c-8053-eeed6e65bb78/width=450/12359705.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1792, "hash": "UTGRL~j?K4xt~VoLxuofJBoe$*WCoyoeo1WV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/504141", "modelId": 452797} \ No newline at end of file diff --git a/datasets/metadata/504422.json b/datasets/metadata/504422.json new file mode 100644 index 0000000000000000000000000000000000000000..cff6e5f7e4db154b1bb308ba4ec7cdd344e91001 --- /dev/null +++ b/datasets/metadata/504422.json @@ -0,0 +1 @@ +{"id": 504422, "index": 0, "name": "Ecto 1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-13T18:46:29.156Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 46, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 421993, "sizeKB": 822.3681640625, "name": "504422_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T17:40:58.487Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "9FB9D23A75", "SHA256": "9FB9D23A75D1FB024D3C14A40F2160FE5BCF797369901CD52E6D0BBFAAC1ABD2", "CRC32": "FBA8696A", "BLAKE3": "21B6F2DD154118E9D8F4DB90EE945F99A9A469918BDC877B9B55913F8F1DBBD6"}, "downloadUrl": "https://civitai.com/api/download/models/504422?type=Training%20Data"}, {"id": 422079, "sizeKB": 223099.41015625, "name": "Ecto_1-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T18:41:34.695Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B60580C9", "AutoV2": "BE291A6D4B", "SHA256": "BE291A6D4B444BAB93AA86D1945CD2FE247BE29F105306CA1C3A5A54F1FA81E3", "CRC32": "FE6453E9", "BLAKE3": "3F97FA8A0FAE72A5151D9F561BB64B7506C1682CA2AB6EEE17796DE65D6329B3", "AutoV3": "69A3E67618AD"}, "downloadUrl": "https://civitai.com/api/download/models/504422", "primary": true}], "images": [{"id": 12414412, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af0d7efe-48c8-42f0-9bff-5bba14bd491d/width=450/12414412.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U45=Rrs*00jZ59X9$KsR4Toc?^NItlRQRRt7", "type": "image"}, {"id": 12414413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1869abbf-71ab-42f5-b391-645e4a052060/width=450/12414413.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U46[Q?4U00%}4Vtj%LVs00={.mIV_ME2eS%1", "type": "image"}, {"id": 12414414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e509422b-1a7a-44e1-9fcf-f862f7f0a01a/width=450/12414414.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U79Qvz~V4UDj03I;%1My00D*p0?Ztl%Lxtbc", "type": "image"}, {"id": 12414417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c2fec69-d39c-4add-a4a7-9204fa238ede/width=450/12414417.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U99HR*o~D44:0$M{wG%259xZxus.~pozIBRj", "type": "image"}, {"id": 12414416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/526e9765-5dbf-4516-bfac-0d40b20f5466/width=450/12414416.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U36biO$y00H@3EOZ*drW00V@t-XTLgo}HrtQ", "type": "image"}, {"id": 12414411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b772c24-6bed-4106-a927-23f2c963003e/width=450/12414411.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U49%;U*x00p_07E7^H$y4T?EOuOG029a~pxt", "type": "image"}, {"id": 12369929, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6f41d96-e43b-478b-8346-30ace2d17528/width=450/12369929.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UnO|hGt7-;of%fxuafRj~XWBR%oMMyIUWnof", "type": "image"}, {"id": 12369930, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d95f013-65de-41ea-a5ad-fa2ab5edbce3/width=450/12369930.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UoPQQp%2?Ij[oyM|oft7~XWVI-f6xbxuW.WB", "type": "image"}, {"id": 12369931, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4787bdc6-51d4-45ef-9d03-a03879f39e65/width=450/12369931.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDE|kW4YIo%d06?r%doe*Fge9JR.588}tOW=", "type": "image"}, {"id": 12757850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/571a6bb6-8d00-47ff-b7fe-5cbc3a930043/width=450/12757850.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UBBWlP4TI]R3XnITo}jZ00Mw~qIA?bfkozD%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/504422", "modelId": 453070} \ No newline at end of file diff --git a/datasets/metadata/504584.json b/datasets/metadata/504584.json new file mode 100644 index 0000000000000000000000000000000000000000..10e73ac7b0aee69e61812e909ec6f38c080c535a --- /dev/null +++ b/datasets/metadata/504584.json @@ -0,0 +1 @@ +{"id": 504584, "index": 0, "name": "v0.8", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-13T19:23:15.078Z", "availability": "Public", "nsfwLevel": 28, "description": "Thanks to TeaOM_903 for a good advice
", "trainedWords": ["jinbe"], "stats": {"downloadCount": 34, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 422134, "sizeKB": 9327.4384765625, "name": "Jinbe_LoRa_v08.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T19:21:30.235Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FD2E79F5", "AutoV2": "80B5A3AD4E", "SHA256": "80B5A3AD4EFD080C7EC215A4EE726EA66396098A2580D0C71C15FA3D339CBB93", "CRC32": "0F5FF540", "BLAKE3": "0122C15E311260A9C6DF0590D1F22755E2DC435990CD7CC08DE904EF9F6D973C", "AutoV3": "2A7FD5DA0A97"}, "downloadUrl": "https://civitai.com/api/download/models/504584", "primary": true}, {"id": 422135, "sizeKB": 29150.2861328125, "name": "Jinbe_LoRa_4.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T19:21:31.432Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6DE77E1A", "AutoV2": "D207892D30", "SHA256": "D207892D305120282B60FA2B38ED1B7F9A046505EF381E75B97F31F47522A9C6", "CRC32": "8112E887", "BLAKE3": "200D6F61891D4A5B9024B164E4CAFE9F57246B0B6A2C9AAAD4BEB13B7E12FD56"}, "downloadUrl": "https://civitai.com/api/download/models/504584?type=Training%20Data"}], "images": [{"id": 12372348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd55cd80-1ce8-49b7-9088-36c06966fecf/width=450/12372348.jpeg", "nsfwLevel": 8, "width": 1600, "height": 1600, "hash": "UdIN:Z?a%Kb^~V%1%1S4s.RjS$ozi_M|Rjt6", "type": "image"}, {"id": 12372350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acf8a5f3-0ca8-4d96-b5e4-b4d0e6f2483a/width=450/12372350.jpeg", "nsfwLevel": 16, "width": 1600, "height": 1600, "hash": "UoJacj?G$yWC~Us,xDIov}M{RjNGn$NHR*t7", "type": "image"}, {"id": 12372349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae8b2173-ebe2-4ecb-8aec-ab9537bf2934/width=450/12372349.jpeg", "nsfwLevel": 8, "width": 1600, "height": 1600, "hash": "UdHK;1-UwIW=~B%2axNGi_ofR*aeRkWCR*oe", "type": "image"}, {"id": 12372372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/495294a4-7f7a-4b6d-bd2b-6d875ca4bdea/width=450/12372372.jpeg", "nsfwLevel": 8, "width": 1600, "height": 1600, "hash": "UMG[KE-oIA-U~V-ov}RjmkS4EMV@IqIVIpS#", "type": "image"}, {"id": 12372355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d2cfec1-2076-47fc-b3cf-6f401039b38b/width=450/12372355.jpeg", "nsfwLevel": 4, "width": 1600, "height": 1600, "hash": "ULFi40xtR4sl~U-osmV[rCRjS5RjjERQE2WB", "type": "image"}, {"id": 12372359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1269e208-1efc-4194-9dfc-1d02acab1627/width=450/12372359.jpeg", "nsfwLevel": 8, "width": 1600, "height": 1600, "hash": "UlJQsE%1xAs-~UxZ$#NG$wNHWXR*t7M|Rkxa", "type": "image"}, {"id": 12372356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d279ecd-5bac-4792-8dfe-4167ac33e35d/width=450/12372356.jpeg", "nsfwLevel": 16, "width": 1600, "height": 1600, "hash": "ULG8QCwcH?of~UsSIUV?-5R*o~V@?GNdX9xZ", "type": "image"}, {"id": 12372365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce9859a8-a233-4e7a-b978-1d014da689e8/width=450/12372365.jpeg", "nsfwLevel": 16, "width": 1600, "height": 1600, "hash": "UNH_GU^jn4-n~VxtV@WBngR*T0sT^*WVw^WB", "type": "image"}, {"id": 12372371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94019760-8359-42ea-a931-aa07a22ee46f/width=450/12372371.jpeg", "nsfwLevel": 16, "width": 1600, "height": 1600, "hash": "UOEoogozD%o0~Vt7RlofVWs:tQt7-oofW=s-", "type": "image"}, {"id": 12855872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce8d9328-b191-40b0-ac77-81af3f971310/width=450/12855872.jpeg", "nsfwLevel": 16, "width": 1600, "height": 1600, "hash": "UVGkLK-7+tX9}@w]$zkCvyNbtRxaxDozXSxY", "type": "image"}, {"id": 12855867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd6bf683-7009-450f-a8a2-02e5d4fbefb5/width=450/12855867.jpeg", "nsfwLevel": 16, "width": 1600, "height": 1600, "hash": "U7E2^N~V00M|~T_24:0LL#wIpJbI%MDjJBov", "type": "image"}, {"id": 12855863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d9e4d97-4669-4b3e-88ba-96e5d04aea02/width=450/12855863.jpeg", "nsfwLevel": 16, "width": 1600, "height": 1600, "hash": "USG[NV?G#6$%}=$%$zs9rCRjtSx]jZkCX9%1", "type": "image"}, {"id": 12855866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e4ff724-3477-4290-a621-15f907572cf3/width=450/12855866.jpeg", "nsfwLevel": 16, "width": 1600, "height": 1600, "hash": "UND0J-~qxBnNo}xun}WBH=IAIrS$D%RQs:a{", "type": "image"}, {"id": 12855869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67f93015-968b-422b-9218-e2109a8bff7b/width=450/12855869.jpeg", "nsfwLevel": 16, "width": 1600, "height": 1600, "hash": "UUF=m$bEaJIo~Vt6RjRj?Gt7NHRk-ot7M|WB", "type": "image"}, {"id": 12855871, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b70ca90d-0a64-430c-8a97-448dcaffe7fc/width=450/12855871.jpeg", "nsfwLevel": 16, "width": 1600, "height": 1600, "hash": "UGEf1zxt9Gr=~VbbE1Nbn2%1t7xa-;WVShjY", "type": "image"}, {"id": 12855873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea48e9b8-0fda-4aec-b61a-70be99b84f12/width=450/12855873.jpeg", "nsfwLevel": 16, "width": 1600, "height": 1600, "hash": "UHC$[,oL8_V@~VofE2WBQloJoza}rrjskBWW", "type": "image"}, {"id": 12855882, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/caa3ab0c-95ca-4916-8db1-de7ca701af1f/width=450/12855882.jpeg", "nsfwLevel": 16, "width": 1600, "height": 1600, "hash": "UMC~-yWBD$WB~VWWE1ay#jofR.bI$%ayR-WC", "type": "image"}, {"id": 12855874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b72e94ce-affd-4591-b298-feb9c6f4b8fc/width=450/12855874.jpeg", "nsfwLevel": 16, "width": 1600, "height": 1600, "hash": "UjI;-d$$+@bv}?s,xDM{rVR-SOSh%1WXWVj[", "type": "image"}, {"id": 12855879, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86040f90-f1e7-479e-bbe7-79a3b27e5c9e/width=450/12855879.jpeg", "nsfwLevel": 8, "width": 1600, "height": 1600, "hash": "UhI|]]-:$LWB~VxZs.M|xsnhRkRkRkM|IVjE", "type": "image"}, {"id": 12855881, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7916dd31-b06b-4ed8-9a66-ce0236089fa3/width=450/12855881.jpeg", "nsfwLevel": 16, "width": 1600, "height": 1600, "hash": "UoJacj?G$yWC~Us,xDIov}M{RjNGn$NHR*t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/504584", "modelId": 450941} \ No newline at end of file diff --git a/datasets/metadata/504596.json b/datasets/metadata/504596.json new file mode 100644 index 0000000000000000000000000000000000000000..642ce6a93f045e2089a9af6e27a093d570403c0b --- /dev/null +++ b/datasets/metadata/504596.json @@ -0,0 +1 @@ +{"id": 504596, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-13T19:27:00.567Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 158, "ratingCount": 0, "rating": 0, "thumbsUpCount": 30, "thumbsDownCount": 0}, "files": [{"id": 422146, "sizeKB": 22255.69921875, "name": "Yasumi_AZUSAWA_Yuutousei-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T19:25:56.772Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "55521B7F", "AutoV2": "C55FFBC72B", "SHA256": "C55FFBC72B822520D86A8B884083A24AD1826F7B06FC953068E587B584B8D222", "CRC32": "7F57426C", "BLAKE3": "9091FC2103AE983A4E7B5F9FD30A96C91FE1F2A51680389CC5E349AE7FB9B057", "AutoV3": "1131C62A5204"}, "downloadUrl": "https://civitai.com/api/download/models/504596", "primary": true}, {"id": 422147, "sizeKB": 40240.119140625, "name": "Yasumi_AZUSAWA_Yuutousei.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T19:27:13.151Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8DA99D26", "AutoV2": "CCE9F3E7C3", "SHA256": "CCE9F3E7C32D987B24F18FF893A6A9F909BFC9E7BAB71143E386EF1E489AA5BD", "CRC32": "860A32FB", "BLAKE3": "BEE71A70F0A511E813856A6587AE78B7AE6E4D93B0A0A275D5EAE38687FAA073"}, "downloadUrl": "https://civitai.com/api/download/models/504596?type=Training%20Data"}], "images": [{"id": 12373149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6942144a-35ec-4e98-beee-9bf0a4dd2c56/width=450/12373149.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTMjgoRP~ojEDNMxxURiE2kCxaofx^kC-pof", "type": "image"}, {"id": 12373150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bece129c-8533-43db-83c6-ea1b53e97227/width=450/12373150.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTMjgoRP~ojEDNMxxURiE2kCxaofx^kC-pof", "type": "image"}, {"id": 12373546, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4365d54-105f-47db-988d-5dc94e30d93d/width=450/12373546.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZMG@u~q?G_2M^tQ%gR+D%R+%1ad%MRPo0t7", "type": "image"}, {"id": 12376129, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bc5b08e-9d93-4b89-9c1b-49ce97759fd7/width=450/12376129.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UQKB8ocEy=EgE*Vskqi{x]v}IV-UEMX9~WNw", "type": "image"}, {"id": 12376162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da3ed0dc-6898-437f-8e35-1ef5caf71245/width=450/12376162.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UkK1art7?^of?Hn%R+axsnj[soay9^azxvj[", "type": "image"}, {"id": 12376166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e840a685-5981-43ee-8b58-42e6d51cbd0e/width=450/12376166.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMOM54~pGH%10KIBWBMx00n+xuozS$RPD*xu", "type": "image"}, {"id": 12376558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76996743-db3f-44d4-a278-7b94e01eb590/width=450/12376558.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNN9wn~UE+VY0K9tIojs00V@oJa}E1W=-ptR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/504596", "modelId": 453239} \ No newline at end of file diff --git a/datasets/metadata/504728.json b/datasets/metadata/504728.json new file mode 100644 index 0000000000000000000000000000000000000000..9410bd1b75d1f002e0e0e8555e542a7d1cc97ef6 --- /dev/null +++ b/datasets/metadata/504728.json @@ -0,0 +1 @@ +{"id": 504728, "index": 0, "name": "Larisa Stone AI", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-13T21:47:06.288Z", "availability": "Public", "nsfwLevel": 13, "description": "Can be used on any SDXL & pony - maybe more !
", "trainedWords": [], "stats": {"downloadCount": 139, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 422267, "sizeKB": 541.3876953125, "name": "504728_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T21:02:25.925Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "C408C616F3", "SHA256": "C408C616F361D8D62741DC37A554926F58931C26801683DBCC075A8271457487", "CRC32": "6A4743B4", "BLAKE3": "A2E9402B7EA41F5D767E4F66EC59A6B289C4952B5EBEE84C846853516404365F"}, "downloadUrl": "https://civitai.com/api/download/models/504728?type=Training%20Data"}, {"id": 422327, "sizeKB": 223099.48828125, "name": "Larisa_Stone_AI-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T21:45:54.978Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "22678AAA", "AutoV2": "3A25570BCD", "SHA256": "3A25570BCDFB81959BE373AA8C3F4DD7C6377A3993BE67465B5F23F015196FE5", "CRC32": "EE0FC670", "BLAKE3": "E1084E8B4C6D58A4CA12FF28D805D1A332A4EB69FBA624F69D6AF9CDC5B1298A", "AutoV3": "FF86CB90AFE1"}, "downloadUrl": "https://civitai.com/api/download/models/504728", "primary": true}], "images": [{"id": 12383760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84fe17ad-392d-4662-9784-2978b4b2510f/width=450/12383760.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UMHKnb=Yu6-oD#xZr.wu4;I;IUWAXBRnNgSj", "type": "image"}, {"id": 12383758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/258d952b-1b5d-492d-9196-71133aa2e1c4/width=450/12383758.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDH_SpnW0#4.00m-MuD*-@.8xJxu$*D~IWs+", "type": "image"}, {"id": 12383759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1491b62-ba30-4cf3-8644-9b51376a26f5/width=450/12383759.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UDH_Paaw1P_M0Jg%s}.6I]ImM|M_=|=_s?IW", "type": "image"}, {"id": 12394923, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/408d5702-15ba-4f97-b5b2-df40d6d92e22/width=450/12394923.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDH-JZ000z^*t,nh0L~V0L-:=|E2E1S#t8em", "type": "image"}, {"id": 12394922, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/502bfb95-3ab1-4630-84bf-199700c1894e/width=450/12394922.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGIgr.4:F_~ppbW=9Z~p4:-o$*9GE1ShxujE", "type": "image"}, {"id": 12395004, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50bb80c4-e46e-4c51-9254-ad11f67cefe7/width=450/12395004.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCI4b7E31~~V0etSSb?b4.aIw]4oxYt8%3n%", "type": "image"}, {"id": 12395007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32af1b65-0ee2-4261-916a-06cbc4c1594e/width=450/12395007.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UbHLSbIU*0%LTfWYNet7EOWBV@RjbwWVxaRj", "type": "image"}, {"id": 12395052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcdc8d72-99a3-4178-9cfe-7c8633eb95ea/width=450/12395052.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UAI|Xa={py0L0d4n-30LJCT1n-?GRhs*NLxt", "type": "image"}, {"id": 12395109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b17c31a9-e537-4fa1-bd5d-9a875fad6de5/width=450/12395109.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UEH_3=H=Yk^P0e%MxtMxIr=[=vWA=?RPi^s9", "type": "image"}, {"id": 12395111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0dc3c30d-dd57-44a1-bffa-1ee1003f404e/width=450/12395111.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UNH_0#;J.S~AScxV%Li^I@t7$*Net6IUM|Rj", "type": "image"}, {"id": 12396471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abc77035-8271-45ed-b06e-9096beb5605e/width=450/12396471.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UJK]v7=|?w~W4.-VMxNH4.W=aKWBxvxbIoRk", "type": "image"}, {"id": 12396470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09d4c781-8357-49fd-a153-ac5c6e2355c0/width=450/12396470.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "URLo~G$*?w?HD%tRROf89ZkDRPWBtSn%X8NF", "type": "image"}, {"id": 12396472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b573fb1-1098-413d-bf8e-c92adbddeed0/width=450/12396472.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UIK,BWt5_4~V9F-;M_Io0LIpRQRkxuxaNGNb", "type": "image"}, {"id": 12396473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4e81ed0-8d19-41f4-820b-373ae57900a9/width=450/12396473.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UIL3J+~B?w~WEJ?bjZNG4oRlVsIU=~w{InX9", "type": "image"}, {"id": 12399562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c051a43-1814-45d7-aaf0-e70ab1b0914b/width=450/12399562.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UQGk?]~UL39vB?SOo~W=OakDnixtkrfisSj[", "type": "image"}, {"id": 12399560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55e06582-d3f0-4aa9-b048-ee99af28c90e/width=450/12399560.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UKG[pA~pB=0L9vSir;xuR:o#={oz_3o}M{em", "type": "image"}, {"id": 12399903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d164c507-d4ae-444d-8863-3743fb6a8f49/width=450/12399903.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UTHn$:4;p{?aK7n~XTNHT1WV%2bI.8R*xvxu", "type": "image"}, {"id": 12399561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18f23b78-5e88-4a56-a16d-e125078dcfc5/width=450/12399561.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UGHUFBIAys~VBpWEEN%M00tSVEIVD*R*s9RP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/504728", "modelId": 453355} \ No newline at end of file diff --git a/datasets/metadata/504961.json b/datasets/metadata/504961.json new file mode 100644 index 0000000000000000000000000000000000000000..55120025fddbeb05692d95e05cd196ac74258b02 --- /dev/null +++ b/datasets/metadata/504961.json @@ -0,0 +1 @@ +{"id": 504961, "index": 0, "name": "Varian 2.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-14T00:50:50.295Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 422599, "sizeKB": 223101.59765625, "name": "Varian_2.0-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T00:50:48.007Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F8B15A8D", "AutoV2": "F9C4C60EF6", "SHA256": "F9C4C60EF6A9D7D921178B6CE9F1F163FB8C025DBD3D43AD896602C158763F75", "CRC32": "8793AC6C", "BLAKE3": "6FFDEE78CDB93E1E889D2651CC8636AEF01ECB10B93732D014D184DD94032B12", "AutoV3": "977A6CE9BD10"}, "downloadUrl": "https://civitai.com/api/download/models/504961", "primary": true}, {"id": 422499, "sizeKB": 1795.7109375, "name": "504961_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-13T23:45:40.983Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "F8E4C75B60", "SHA256": "F8E4C75B602DFC62EB32318FC9D49B2B536E6B1065F6D5BDA2008D2549A47C79", "CRC32": "652FA0FC", "BLAKE3": "5A9D1CB732AC358B23708F80995DBD0C7B69E97C08A2F7C543F5EC28F42FC8C0"}, "downloadUrl": "https://civitai.com/api/download/models/504961?type=Training%20Data"}], "images": [{"id": 12394815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3e12481-41c4-41cc-a691-62e6b168788f/width=450/12394815.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEF=RB0g=?KOVaScE2-N00~nO]%JKjn5,pD+", "type": "image"}, {"id": 12394816, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02a3ca37-146f-43bf-9d99-21280a159c6e/width=450/12394816.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAFpQ,r?{1bv=zWXENn%0LSg2]r?Apjs],of", "type": "image"}, {"id": 12394834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4a7dfb1-4bbe-4f17-833f-9992f9f79ecb/width=450/12394834.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U67,_:RX0Y?GI-NyM^$fMbxB-;Ei11t7}YE2", "type": "image"}, {"id": 12394832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b5ce34e-ce38-4819-ba3b-fb7b5e09d754/width=450/12394832.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U57-4_M{02%Nm%t7EeM_0JfQ~WWBBoWB]*tR", "type": "image"}, {"id": 12394835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81d37b5e-bd6e-408c-b697-9b35267fbd34/width=450/12394835.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3B2frSe0P-W0gsC5kR*00S2^*NH%2s.=zs;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/504961", "modelId": 453567} \ No newline at end of file diff --git a/datasets/metadata/505103.json b/datasets/metadata/505103.json new file mode 100644 index 0000000000000000000000000000000000000000..cbb3c28f3985791de817fb169df802b937595445 --- /dev/null +++ b/datasets/metadata/505103.json @@ -0,0 +1 @@ +{"id": 505103, "index": 2, "name": "Anthro Elephant v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-14T01:49:58.711Z", "availability": "Public", "nsfwLevel": 31, "description": null, "trainedWords": [], "stats": {"downloadCount": 168, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 423764, "sizeKB": 260774.6953125, "name": "504677_training_data(2).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T15:46:43.944Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6568CD3D", "AutoV2": "30CCC3B8BF", "SHA256": "30CCC3B8BFD47DB4A677818CEE11515855CEB3A7CB1FB8BE96DCCFA674113258", "CRC32": "40877B7A", "BLAKE3": "B27F4FECE975363806CD011022E03934DE8A3A42A85207D0E8F59DA9C0A7966A"}, "downloadUrl": "https://civitai.com/api/download/models/505103?type=Training%20Data"}, {"id": 422621, "sizeKB": 223117.94140625, "name": "Furry_Anthro_Elephant_Lora-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T01:10:47.752Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6E5D5FF7", "AutoV2": "3472E54912", "SHA256": "3472E54912FD46F65A8609D70EE6E0A80E15833CEF5443C46EA9065C7B64F440", "CRC32": "D5797FAC", "BLAKE3": "14548154CCBE4442522102BBC171E5BABD46152F1CDFD9140103BFC415C58C82", "AutoV3": "2D803FCD2F8E"}, "downloadUrl": "https://civitai.com/api/download/models/505103", "primary": true}], "images": [{"id": 13107946, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b98d27b-fe0b-4893-b4fb-b2d9c64dd48e/width=450/13107946.jpeg", "nsfwLevel": 4, "width": 3328, "height": 4864, "hash": "U4ECLUB@#80iHr00^+xZ00xYIT#,0L?Gxr=u", "type": "image"}, {"id": 12396675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de5e718b-9c6e-4693-83e3-34c52021ed8d/width=450/12396675.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UBH_ACg%~AAu}qtmI@-U0LR%EMrrM{$$JBxa", "type": "image"}, {"id": 12395984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28d6bf03-1d23-4d0f-a4be-2bca5234c192/width=450/12395984.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UBG8=o~qVqs7%$x]D*V?9ttRwcR5x]x]IUM_", "type": "image"}, {"id": 12396540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/684667ca-e5e5-41c1-9044-5dfa70ff0eff/width=450/12396540.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UIIECQ9a~Arr-7jFWCIp4.RjS$IpMxxuIp%1", "type": "image"}, {"id": 12397075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/284a3a85-d0c5-45e7-9a9a-771fe2d1ac60/width=450/12397075.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U7J7Xa0h~AtR5Q5mwNEM0LaeOtay0L?GR5={", "type": "image"}, {"id": 12397382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5428ec74-1f12-4a2d-ae22-d911ea6fdaf8/width=450/12397382.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U8IN%E02}@^j^k9ZNKNH00_2IV%29FxuozIp", "type": "image"}, {"id": 12441232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9207b734-af68-447c-9d13-10fda6503bea/width=450/12441232.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UCCZFr%On4IU~ANFbd%2D%E0Rj%gM|D*t8%1", "type": "image"}, {"id": 12399021, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bce1cf5d-dfbd-4f20-8519-0b7aae71517d/width=450/12399021.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UFHUkI~W}=kV-:RkXT%2rpNaogX9Myr=MyRj", "type": "image"}, {"id": 12441236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76403a0f-e620-439a-8738-ba6ec47a4eb7/width=450/12441236.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U7D9PKKPZh9Z~XR%E4oz00%LI@IUw?sq-:RP", "type": "image"}, {"id": 12441297, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e3da1d4-5301-495b-a16e-332578c52e20/width=450/12441297.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UACPk-R:4XV[}?M{57bbosWUNDM_%1spS1o#", "type": "image"}, {"id": 12970030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1adc1d09-859d-44a2-94c6-bbe1f6e11e8b/width=450/12970030.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UBG8.f%gxT-o?wo#s,adAbR-aet7?vo#M{RP", "type": "image"}, {"id": 12970519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34e088db-954c-4e4b-b937-3188daede258/width=450/12970519.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U9GuLAoiNL=|^lM}?cxb={RQ~Wn,S%D%-q%M", "type": "image"}, {"id": 12985591, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/523c0569-92cb-41ab-b7b4-17e9beb8eadc/width=450/12985591.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "ULI;M19a}@wd~CRP%MRk0dRjEMNbaKR*n,a}", "type": "image"}, {"id": 13088464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0aefb714-e1cd-425c-bd2a-0d592358aa1b/width=450/13088464.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U4F}_;D+:NKk0gs+]y^j00xt2|D*7QXUD$9Z", "type": "image"}, {"id": 13246799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc8f3a65-db1d-4220-ba54-fd044166bf28/width=450/13246799.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UBF~2A009FNxR5.8NH-pEKNG%MxZ~BaKR+EL", "type": "image"}, {"id": 13246798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8572af27-abca-4078-bd06-53fa40f20713/width=450/13246798.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "U7GbF%000001^K.S0LwIxURQo#IU}@%39aIo", "type": "image"}, {"id": 13246800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59cd9d83-7dd7-4d72-a929-0884aa42710e/width=450/13246800.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "U6E{5_00M__3^M.8rrr=Di_3RQs,~V019]E2", "type": "image"}, {"id": 13246802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf9b4bd7-1909-429d-831b-13ba7eb84718/width=450/13246802.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UCIO5_D*E1D%~B_3IVe:MwE1-p%MD%IUxubH", "type": "image"}, {"id": 13246801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d7d7643-1552-4b76-981f-dcbd212f085d/width=450/13246801.jpeg", "nsfwLevel": 4, "width": 4000, "height": 2737, "hash": "UCGRr6WVMcx]~B9GxY-;D%WY-;M_ROf,%2IU", "type": "image"}, {"id": 13246809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8caa1e8a-b84e-402f-98a1-94c520c53743/width=450/13246809.jpeg", "nsfwLevel": 16, "width": 3328, "height": 4864, "hash": "UIEe_X~VE1Io?GIVM|W=WAE1R-xunhWAbIx]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/505103", "modelId": 453689} \ No newline at end of file diff --git a/datasets/metadata/505124.json b/datasets/metadata/505124.json new file mode 100644 index 0000000000000000000000000000000000000000..52f0b32227119d15947fd8e650b66a7fb24c4913 --- /dev/null +++ b/datasets/metadata/505124.json @@ -0,0 +1 @@ +{"id": 505124, "index": 0, "name": "Lunaipedro V4", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-14T13:49:23.250Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 99, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 422712, "sizeKB": 182987.39453125, "name": "505124_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T02:16:00.452Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CD6F4939", "AutoV2": "E17D0D5EFF", "SHA256": "E17D0D5EFFF7A24112BBE38034133DB4A98994343F30F29D0B9F993FCA8AAAC2", "CRC32": "96FB9ACA", "BLAKE3": "A94FF57C3A8696F031B7CE46BAB0FF0786732E738CCBB9E3AFAF41DF04E53283"}, "downloadUrl": "https://civitai.com/api/download/models/505124?type=Training%20Data"}, {"id": 423573, "sizeKB": 36979.6640625, "name": "Lunaipedro_V4.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T13:40:57.087Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "76C1298D", "AutoV2": "309894CE5C", "SHA256": "309894CE5C9C8A82F1B7FDD80537CFEC276CED9503693566B48478D5349EB96E", "CRC32": "06159C0F", "BLAKE3": "2E09FCE7A29075E074D7FF09F98FA93DC3C8015CEE7577BAB9F52027FDF983D0", "AutoV3": "294669213CFB"}, "downloadUrl": "https://civitai.com/api/download/models/505124", "primary": true}], "images": [{"id": 12445536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9614c064-2bee-4718-9139-4d627eaac34b/width=450/12445536.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UMINpsRj?a%2E#Nb?GoK~VRjsm%1I:%2%1WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/505124", "modelId": 453716} \ No newline at end of file diff --git a/datasets/metadata/505234.json b/datasets/metadata/505234.json new file mode 100644 index 0000000000000000000000000000000000000000..d317820c3111e5d95884675622cd2a02fe96bf68 --- /dev/null +++ b/datasets/metadata/505234.json @@ -0,0 +1 @@ +{"id": 505234, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-14T02:43:37.745Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["Zarbon"], "stats": {"downloadCount": 64, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 422758, "sizeKB": 44945.08984375, "name": "504856_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T02:41:54.397Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0DEB8D74", "AutoV2": "24DCDD6876", "SHA256": "24DCDD6876CA47DF9345E55CB158ED90FA28A610743E4BA38BA9C136CAB316DD", "CRC32": "A83D4844", "BLAKE3": "A4FA0F8FCEB2AA18839790EDBBBF42776DA4847A405E28E01844723E9072B93E"}, "downloadUrl": "https://civitai.com/api/download/models/505234?type=Training%20Data"}, {"id": 423058, "sizeKB": 891171.61328125, "name": "DBZ_-_Monster_Zarbon v1.1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T06:41:18.478Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "746166F5", "AutoV2": "2C40E81067", "SHA256": "2C40E81067C26317FFA2357EA16F735DBA36DC508DBD6833166A6453BCC05BD8", "CRC32": "D0EE8EB2", "BLAKE3": "3BA7681A4108643A6D1FD035C7C9FB84AC70E1DD3A91898DAF7B0B1BDEE79518", "AutoV3": "320BDC833321"}, "downloadUrl": "https://civitai.com/api/download/models/505234", "primary": true}], "images": [{"id": 12418164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/768b9530-4ecf-49c0-8aa3-faf2be070876/width=450/12418164.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPH3]L$TY$sq?G#VRQxJ6HO9$*oyBmS|tQR~", "type": "image"}, {"id": 12418163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1bb03a61-a1d9-442c-8249-95abcf7d0b7a/width=450/12418163.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPGSP?%Lp0WE~VoeWERjo{R*MyWB57kDxFsm", "type": "image"}, {"id": 12418166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d4a7998-778e-48c5-b395-15475861a5e9/width=450/12418166.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBF%9;ogTK%gp7od9bRP4,j@9aV@0KR+~Axa", "type": "image"}, {"id": 12418161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebe63f69-c529-4c7b-9165-726a1a8e4716/width=450/12418161.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UPFP$sXMt0S}y:R%IoofS@oMj0nm5gni%Js=", "type": "image"}, {"id": 12402323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/438635b4-8ae3-4670-a846-aefcfb064cb3/width=450/12402323.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UJF$@kNG?d-S?bXUR6s,%dNI$zE10#%2tls+", "type": "image"}, {"id": 12402322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99f86107-b99d-48af-b857-e5261c874759/width=450/12402322.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOFr#I%1%Nbc}[%1MyRj-TxZRQt7tRoe%Lt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/505234", "modelId": 453815} \ No newline at end of file diff --git a/datasets/metadata/505284.json b/datasets/metadata/505284.json new file mode 100644 index 0000000000000000000000000000000000000000..d20a0feb8aeb1aaa05501829392a73c35e74d380 --- /dev/null +++ b/datasets/metadata/505284.json @@ -0,0 +1 @@ +{"id": 505284, "index": 0, "name": "Cammy Meele", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-14T03:48:18.990Z", "availability": "Public", "nsfwLevel": 28, "description": "original version.
", "trainedWords": [], "stats": {"downloadCount": 75, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 422847, "sizeKB": 223100.63671875, "name": "Cammy_Meele.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T03:46:32.095Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "79CDD97F", "AutoV2": "94D48BBE12", "SHA256": "94D48BBE12603D8EC705903BA052317BC73CAC82010218D14E0C2A57D9B6CEE3", "CRC32": "D0A41807", "BLAKE3": "EA61D6D589B8C9A49BB44A666CE53DDD9A017FE207536096C7DF3D926A6F42ED", "AutoV3": "AA1FFDFF2229"}, "downloadUrl": "https://civitai.com/api/download/models/505284", "primary": true}, {"id": 422819, "sizeKB": 3900.08203125, "name": "505284_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T03:26:27.326Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5C63AD26", "AutoV2": "7C5D4F5C48", "SHA256": "7C5D4F5C481A25320880A5CCB0D7F52118DE2EB4224F0252F1258355E4CF4619", "CRC32": "8DE9F142", "BLAKE3": "1C4CC5D66D0453C3519BB7C1B6FD00C51CFC16FD03B9963265CA33EFC5B74DF0"}, "downloadUrl": "https://civitai.com/api/download/models/505284?type=Training%20Data"}], "images": [{"id": 12407492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25b3c2f0-1d9c-468c-8208-aded9c22eaef/width=450/12407492.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UIO:nh%hpKt6yZRj%hs8jEs.WBNG={oJI=X9", "type": "image"}, {"id": 12407491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5032d06e-a0c0-4216-aaa4-01c4618368dc/width=450/12407491.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UNN0ezIV9FIBpdRks:tRxvs:tSt7~qoebbs,", "type": "image"}, {"id": 12407490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f61ae299-f9bd-45a0-80df-ecb0352913a6/width=450/12407490.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UFO{%FIqNvWF?[Iqs7t7F3W?s:NG~qnjxuV?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/505284", "modelId": 453851} \ No newline at end of file diff --git a/datasets/metadata/505354.json b/datasets/metadata/505354.json new file mode 100644 index 0000000000000000000000000000000000000000..c7035e7a6275ce422278fd29907cdf732607fb5c --- /dev/null +++ b/datasets/metadata/505354.json @@ -0,0 +1 @@ +{"id": 505354, "index": 0, "name": "Sybil (Pseudoregalia)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-14T10:32:21.545Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 143, "ratingCount": 0, "rating": 0, "thumbsUpCount": 48, "thumbsDownCount": 0}, "files": [{"id": 422902, "sizeKB": 9059.45703125, "name": "505354_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T04:30:40.630Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8E292B0A", "AutoV2": "3161AB5496", "SHA256": "3161AB54969EC45BDD98D58FE3C1193965FD8FCD87ACFC9E1F3ABE0C6ECAE729", "CRC32": "0BE62C03", "BLAKE3": "3AF5C686C15267A30CF3DF97576C72B03FE3D8FD65FE6FD7809202A1C70578A0"}, "downloadUrl": "https://civitai.com/api/download/models/505354?type=Training%20Data"}, {"id": 423315, "sizeKB": 223099.89453125, "name": "Sybil_Pseudoregalia.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T10:31:04.579Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "842336A8", "AutoV2": "3F49EB0B13", "SHA256": "3F49EB0B13A451C6137AF26EB04B10AE30232F90CAEF3DE1E246933633D75E49", "CRC32": "9DF9DD5A", "BLAKE3": "F4B73D16D45439142449BB4EBA942D889A5B06804F3D32B5CF30AB4CA5E40F8C", "AutoV3": "E7593BBF65FE"}, "downloadUrl": "https://civitai.com/api/download/models/505354", "primary": true}], "images": [{"id": 12433061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/289b96ef-c52f-4b13-bfea-81f6e92fcd9a/width=450/12433061.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaM7ZIRP_4-;tSWXt6Ri-;xuWCtRxYoeWDRP", "type": "image"}, {"id": 12433063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4b91ff0-0152-4ecb-b0af-9f5d44527e4a/width=450/12433063.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UXLNlXRP_NWB%hxtRkkW%Lofj]xbNGRjjZof", "type": "image"}, {"id": 12433066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aea354c0-e7ad-4a5f-8c75-68804f221ef2/width=450/12433066.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UZLgbFV@?wNJt6V@Rjo#-;R*ozxuX9WWs.jY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/505354", "modelId": 453914} \ No newline at end of file diff --git a/datasets/metadata/505422.json b/datasets/metadata/505422.json new file mode 100644 index 0000000000000000000000000000000000000000..e7640c2355deb17f13126310b8d53afbfeabb46c --- /dev/null +++ b/datasets/metadata/505422.json @@ -0,0 +1 @@ +{"id": 505422, "index": 0, "name": "v1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-14T07:36:31.671Z", "availability": "Public", "nsfwLevel": 28, "description": "I used screenshots and a nude mod upscaled two times for my training data.
With this particular data the images have a 3-D look and the white background may not have helped with training
With looking closely at the in game model I did notice that the hands and feet are big compared to the default body size.
Hopefully some way I can get more training data to make it better and possibly generate normal 2-D images.
", "trainedWords": ["PalGal"], "stats": {"downloadCount": 56, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 422953, "sizeKB": 35082.8330078125, "name": "505422_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T05:10:39.796Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "443169B3", "AutoV2": "41921C58D2", "SHA256": "41921C58D219CF719F147FA0C7DD524C1E57536A356B88BDE1893F3F38E92A28", "CRC32": "6DB3F5C0", "BLAKE3": "F079568F90ED7F15B7936A6EA7279B06C5076E936BA45461DC85F7A33E63F94C"}, "downloadUrl": "https://civitai.com/api/download/models/505422?type=Training%20Data"}, {"id": 423103, "sizeKB": 223102.10546875, "name": "PalGal.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T07:30:48.801Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1FB5A908", "AutoV2": "C6B7F2318A", "SHA256": "C6B7F2318A262310AAF91DE847FE5D64A3CC47BAF00074B2BD562438CFDCB16D", "CRC32": "6F91B2CC", "BLAKE3": "F57BCDC9CAC0DC97AF5C655E1328208F2DBBAA79CA312166176693FD72FDBA25", "AutoV3": "9C22ADF75475"}, "downloadUrl": "https://civitai.com/api/download/models/505422", "primary": true}], "images": [{"id": 12455437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7628ec9b-4dbf-4d32-85a1-74bf378e09a8/width=450/12455437.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UNH.D,pH1aoI~okpELVZQ-WA$$jE-pt6NbSx", "type": "image"}, {"id": 12455432, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42b4f25b-7949-40b8-b0a9-cae9be1d72c7/width=450/12455432.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UEMG6Uv21zNy.Tveo~Xm02q[l8OY-?#jxvOY", "type": "image"}, {"id": 12455442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29bbc1fe-7d4f-4105-8f13-5f43cd7e91dc/width=450/12455442.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UCNl3=DO14z;u4^0Fy}?OGv|x]$y-XROtSV?", "type": "image"}, {"id": 12457970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f633c68c-c465-4f91-ab93-b488261463ed/width=450/12457970.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UCLfgZ~B3Atl4-jY6Ro}00IWM{E1%}9bWARj", "type": "image"}, {"id": 12457956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95555469-37d6-4e53-b506-55c49a1c045d/width=450/12457956.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "USMPm@%20fR%6Loz5RI:9EfltRad~BbHoysT", "type": "image"}, {"id": 12457971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0afec69-9043-4b80-be10-b56ab77933b7/width=450/12457971.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UJI}Fc=|00Rj1uEMIUr?MxSK-pw|~V%2E2R*", "type": "image"}, {"id": 12457973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1811ef50-96ac-4588-97cc-929621bc0b29/width=450/12457973.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UNN8Nws.Se%L~Bs:R+t7Fdj[V@tR-VjtSgo|", "type": "image"}, {"id": 12460744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f3f6b73-36a5-4cd3-9270-61c18cf62d89/width=450/12460744.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UCJ6f_8_57^*}9r=O?5S9]tR5RIo9]Rk^5$i", "type": "image"}, {"id": 12460749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9951de2f-c89c-48e8-a55d-28a98e4e5205/width=450/12460749.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UNL:7c^k9txv=HyXGGw]VX%#yDMy_Nt7s.-:", "type": "image"}, {"id": 12460759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c434c381-4650-4006-a6ed-4ed15b4815de/width=450/12460759.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UYIpSQEgV@~A#lo}WVNGI:Ip%2j[EM$%s:t6", "type": "image"}, {"id": 12460761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbb79aa4-e24a-4007-ab23-4a01217dd599/width=450/12460761.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "U7O_{0?u1m#QqsGG00IU000zu44T}-004orV", "type": "image"}, {"id": 12460782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ad0fcbb-93fd-45dc-a10e-8cb52eeeefe1/width=450/12460782.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UIJitjoJ0Lso$_ay-.soMwjt?ao1}@j[Sgf6", "type": "image"}, {"id": 12460781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f4142aa-c6ee-45d6-8a1e-717904d1a2dd/width=450/12460781.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UAJ%?}cE0h|=80tk%g]$00o}s.S6HXSi4.t7", "type": "image"}, {"id": 12421974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93a41c1a-e4b5-4123-93c4-432b66b379df/width=450/12421974.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAHTEd^P0272~XjbNGpItmr@-nx]}[smJ7T0", "type": "image"}, {"id": 12421975, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ae84029-2fe9-42fe-8f21-91145726b1bb/width=450/12421975.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UEJYw@?b0#XT*0%gW:$*B;xue-wwxuofaKV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/505422", "modelId": 453976} \ No newline at end of file diff --git a/datasets/metadata/505636.json b/datasets/metadata/505636.json new file mode 100644 index 0000000000000000000000000000000000000000..960645e47dd9df7dbbd4ba2dd6747b3621393c73 --- /dev/null +++ b/datasets/metadata/505636.json @@ -0,0 +1 @@ +{"id": 505636, "index": 0, "name": "Nadine", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-14T10:03:58.037Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 141, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 423238, "sizeKB": 223101.72265625, "name": "Nadine.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T09:30:55.698Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "580EBBC5", "AutoV2": "347959846C", "SHA256": "347959846C3C74A20423C3FE48664177F1D4201C198689B5BA11C00AABD16CD6", "CRC32": "78B01F13", "BLAKE3": "0A8EE038EB590A354EAD7B5687188CB4022AF3831D1A3DFFC584DFD3753BF634", "AutoV3": "9B8FE6F9F60B"}, "downloadUrl": "https://civitai.com/api/download/models/505636", "primary": true}, {"id": 423165, "sizeKB": 4763.607421875, "name": "505636_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T08:10:55.460Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "19479A03", "AutoV2": "B0D73E1B94", "SHA256": "B0D73E1B940E48CD62CAB1CD77B1034D452DB267AB7BD4FFB9022FF29B8EFA79", "CRC32": "BE9EE1C1", "BLAKE3": "F9E1EFC476979246EAB6C0F4D62FED770DA4921929360D43AA6460138DF5212E"}, "downloadUrl": "https://civitai.com/api/download/models/505636?type=Training%20Data"}], "images": [{"id": 12430678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f73bfa1f-8188-48a6-9361-38c975b531dc/width=450/12430678.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1792, "hash": "UEHxQmIp9?sCIRInt--U-paJnNb_uPx]iwIA", "type": "image"}, {"id": 12430961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/308387df-daf2-41ac-a5fc-da64852ac928/width=450/12430961.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1792, "hash": "UFF#?wOt01^j009FSixZG^-;^PS400%2xZE1", "type": "image"}, {"id": 12431141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16229b6c-0282-44f3-ab5c-23b041f9e1a5/width=450/12431141.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1792, "hash": "U8CsEl?b01^k8w9F5RE1C9%N^jtR0enh}?ad", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/505636", "modelId": 454173} \ No newline at end of file diff --git a/datasets/metadata/505882.json b/datasets/metadata/505882.json new file mode 100644 index 0000000000000000000000000000000000000000..0faaeab76122de82e3aa57dc7d4bebd05a81e826 --- /dev/null +++ b/datasets/metadata/505882.json @@ -0,0 +1 @@ +{"id": 505882, "index": 0, "name": "Detailed bondage outfit", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-14T15:01:21.135Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": [], "stats": {"downloadCount": 327, "ratingCount": 0, "rating": 0, "thumbsUpCount": 40, "thumbsDownCount": 0}, "files": [{"id": 423417, "sizeKB": 5916.0986328125, "name": "505882_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T11:51:21.192Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "56E167FE88", "SHA256": "56E167FE885B0C62A416295A917D7E25DBEA4D95691DF1062D7C322AEB088BA3", "CRC32": "3F179BA2", "BLAKE3": "CD86231B3D76ECAFB2AA3F815FBFDC361EBD259520A111145F32A763C31409FF"}, "downloadUrl": "https://civitai.com/api/download/models/505882?type=Training%20Data"}, {"id": 423525, "sizeKB": 223099.41796875, "name": "Detailed_bondage_outfit.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T13:16:46.868Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9CF7303D", "AutoV2": "D369507442", "SHA256": "D3695074425A693C8885851F14D6809A6E8C345AB45F8BFC14534DD4729FB02A", "CRC32": "89CFE0C7", "BLAKE3": "296CEFDDE1876852026C14D5A2281D39C722CEF554C98DEE72A6C9AC562A90A4", "AutoV3": "C9CEC6F60119"}, "downloadUrl": "https://civitai.com/api/download/models/505882", "primary": true}], "images": [{"id": 12549463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ce49110-d7aa-48d6-a4b0-2e4123f296aa/width=450/12549463.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "ULG+2R00.m^+t7tRoff6IUoLWAWBtRjss:t7", "type": "image"}, {"id": 12549566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b41dfc7-99d0-4fb0-84de-0c024615f94f/width=450/12549566.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UYIqls%M~qoz%Ma}WBf6Rka}V@oLt7o1s:R*", "type": "image"}, {"id": 12549597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb631633-7e9b-416d-8a05-bf76946459b3/width=450/12549597.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UNIEqmIV_N-p%MaeIUkCIpofVsRjxuoLR*R*", "type": "image"}, {"id": 12451227, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6205166-e884-4d0b-9d54-e31c7ecb63e0/width=450/12451227.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "USJ5.oS#|yayt-WBJ7WVK5niEfa|t7WBaxof", "type": "image"}, {"id": 12451232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c113ade-4fc1-4a30-83e6-748845459a6b/width=450/12451232.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHF=s{D%_N%2%MWBM|WBRkj[M{aytRj[jZWV", "type": "image"}, {"id": 12549467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2bca7eb-9f99-4424-90c1-73fed9a0a77a/width=450/12549467.jpeg", "nsfwLevel": 4, "width": 450, "height": 658, "hash": "UaJ@zgIo_N-;%2V@Rjt7SNt7i_RkkCWWjZoL", "type": "image"}, {"id": 12549561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92780694-5324-45cc-b55c-5080267d9516/width=450/12549561.jpeg", "nsfwLevel": 8, "width": 450, "height": 658, "hash": "USLNS#Io_N%1?bt7s:WBR+V@IUogM{RjWpt7", "type": "image"}, {"id": 12551107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1facb99f-a12d-49c8-b2f7-02347be6f384/width=450/12551107.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UdIEw*Io_N%Mxuj[RjayWBofRjR*t7jtayay", "type": "image"}, {"id": 12649044, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2482e006-6444-44e3-860a-4ae9ad2719b3/width=450/12649044.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UWG[+eW;.lxa%fxuNHM{NGaLM|WBX8Rjofoy", "type": "image"}, {"id": 12687846, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbafb221-c99b-47e1-a492-4f291aee4cd6/width=450/12687846.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UAEB]X000h~C~VOZaK%2X9-VS$I;?bRjOFtR", "type": "image"}, {"id": 12687851, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b25a0fc1-4d34-472e-bc35-538ecc228b49/width=450/12687851.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UAFYP=00~X+ZD4?b8_x]p{OY8_%MTKn$xGMx", "type": "image"}, {"id": 12774679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f349ba76-b921-4791-95eb-f9aa399f472e/width=450/12774679.jpeg", "nsfwLevel": 4, "width": 450, "height": 658, "hash": "UKI=AJ~q?vD$%MMx4mM{D%ofM{j]smt7R+Rj", "type": "image"}, {"id": 13233099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7a16706-f79b-4b5c-983d-5a7b6b2b4c38/width=450/13233099.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UHG[c$00yr~VXSs:xuofIUt7WBIo%MoJNGRk", "type": "image"}, {"id": 12687895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8708e732-59a4-4b8e-b123-7a1060d13e67/width=450/12687895.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UPIEndIU_2Di_NxuxuM{X8bIIUxu%2V@Rkoz", "type": "image"}, {"id": 12774681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05937917-d789-4240-b6a6-c82d475383ca/width=450/12774681.jpeg", "nsfwLevel": 4, "width": 450, "height": 658, "hash": "UWKA+.D%~q-;%MofWBbIV[t7ofRj%MWBadt7", "type": "image"}, {"id": 12781942, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77349805-d8e8-45f0-a69a-a94a6012b36b/width=450/12781942.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UNJHw9t6?^-;x]WCWXxaD%ays.kC%gt7MxRj", "type": "image"}, {"id": 12687927, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4480a93e-1a8e-425c-92ff-95f1f907ea1e/width=450/12687927.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UXHxBC~B%$S3%3RjIUR*a0NGIToLyDbbozs:", "type": "image"}, {"id": 13233166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d278e0ef-4c4b-495d-82e7-e62158ac03f6/width=450/13233166.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UMH-ZC9t.m^Rb^s:i_W.Ios:jFI:ozaysBs:", "type": "image"}, {"id": 13233107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71228e46-2d72-4aa6-9e1e-2028add4fd17/width=450/13233107.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UFGk|400_M~p%KRkRmxtIUxuRkM|%LoLWBR*", "type": "image"}, {"id": 13233183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb6e533a-f6f4-4cb4-ae56-0a521d7dc622/width=450/13233183.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UVH-}dIo_N%2xuofNGWBIojZV?R*X8axoJa}", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/505882", "modelId": 454394} \ No newline at end of file diff --git a/datasets/metadata/506148.json b/datasets/metadata/506148.json new file mode 100644 index 0000000000000000000000000000000000000000..cccb88d642a570d2517ddb0a861a5e520bf61536 --- /dev/null +++ b/datasets/metadata/506148.json @@ -0,0 +1 @@ +{"id": 506148, "index": 0, "name": "pumzie", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-14T15:30:48.342Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 423727, "sizeKB": 223098.97265625, "name": "pumzie-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T15:25:49.834Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3E1CAD7F", "AutoV2": "6A24811FC5", "SHA256": "6A24811FC5D2A1932D57E8A3CD6589E887193E142C9E796705AA3D58713200CA", "CRC32": "56891341", "BLAKE3": "EAAC3605F924AC61284334A56DE0E9AAE47008A17CB3342EB5067E701FD59D4C", "AutoV3": "17444134E3C8"}, "downloadUrl": "https://civitai.com/api/download/models/506148", "primary": true}, {"id": 423670, "sizeKB": 329.0107421875, "name": "506148_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T14:40:48.151Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "07328CC4AB", "SHA256": "07328CC4AB40EE48DEBAB350A25D62B15DE21C9C0611214EE84D17DD0A77476B", "CRC32": "2716B76F", "BLAKE3": "420566DB0D783AF3C45F164CC148D4AA2003C3FFAF9DCA31A1FF34CF222E9047"}, "downloadUrl": "https://civitai.com/api/download/models/506148?type=Training%20Data"}], "images": [{"id": 12453388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17af61fe-b206-4ace-87ab-30d52fde463a/width=450/12453388.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7Qa#Xi+4f$%KQ9iW?0U~l?D0VE8H~%Z%v%c", "type": "image"}, {"id": 12453385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/079fb7bb-188f-47cb-aa4c-d235eef24bfa/width=450/12453385.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8Qab=rt*O^#Mnxo$_IcV@f5XSX9~7aiJQj;", "type": "image"}, {"id": 12453386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbf59123-324f-48f4-bf3d-134a39cf6714/width=450/12453386.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U5RA=3$~.{=g^QEg${4|--^^080C}:IIt~-*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/506148", "modelId": 454642} \ No newline at end of file diff --git a/datasets/metadata/506153.json b/datasets/metadata/506153.json new file mode 100644 index 0000000000000000000000000000000000000000..cacea022e440a26ae7f58fb6d5497171c540d3ad --- /dev/null +++ b/datasets/metadata/506153.json @@ -0,0 +1 @@ +{"id": 506153, "index": 0, "name": "v1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-14T15:15:28.283Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 375, "ratingCount": 0, "rating": 0, "thumbsUpCount": 49, "thumbsDownCount": 0}, "files": [{"id": 423677, "sizeKB": 4703.1748046875, "name": "506153_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T14:45:39.487Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "23FC98B7", "AutoV2": "3DFDE63C45", "SHA256": "3DFDE63C456F2167FA038493259650B460C724DC941CB333A5B93D1806B972E1", "CRC32": "1BCB9B49", "BLAKE3": "8F408B2F5ADE94CF755A27101EFBE57264C4FE0261CBFE5DD8BCCCE50C3FE01E"}, "downloadUrl": "https://civitai.com/api/download/models/506153?type=Training%20Data"}, {"id": 423715, "sizeKB": 223101.77734375, "name": "Spreading_pussy.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T15:16:41.095Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "ABD9296B", "AutoV2": "45A699275C", "SHA256": "45A699275C011C1CAFE9661F2632E9497279A9F83C972398DF620FC0B2CDF196", "CRC32": "F9126E52", "BLAKE3": "00EBA34D11FF7BBA72BD0257DA1AF12452FB35BE3001347C16AA8F0557191532", "AutoV3": "98CD5CA3CB64"}, "downloadUrl": "https://civitai.com/api/download/models/506153", "primary": true}], "images": [{"id": 12452186, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9b4e132-7d67-4df4-bac6-7111056b1793/width=450/12452186.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UVD0+9kCnNof.mbHe:j[pwayRPkCWAjtRPj@", "type": "image"}, {"id": 12452188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/270cae43-0c9d-464b-b81f-2dacd78252c4/width=450/12452188.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UAG81QrCEfD*_N9ZxCM_3r4:%NM{4.wcOYNG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/506153", "modelId": 454647} \ No newline at end of file diff --git a/datasets/metadata/506365.json b/datasets/metadata/506365.json new file mode 100644 index 0000000000000000000000000000000000000000..f57c7fcc77c01f18385a4b8619bf6b6757de77af --- /dev/null +++ b/datasets/metadata/506365.json @@ -0,0 +1 @@ +{"id": 506365, "index": 0, "name": "Mayor Manx", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-16T01:35:04.789Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 423921, "sizeKB": 42176.6015625, "name": "506365_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T17:15:46.512Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "26A82CF7", "AutoV2": "6FD1490411", "SHA256": "6FD149041179CB0DE4E45B78EDC497DCC0E44C230FEBD268AD56502F3C788E1C", "CRC32": "3C7BFF16", "BLAKE3": "0990DA468BCD074F14278436BC7F25223E7F6E6313AFD3B0AE4154983AAE3856"}, "downloadUrl": "https://civitai.com/api/download/models/506365?type=Training%20Data"}, {"id": 426655, "sizeKB": 223102.08203125, "name": "Mayor_Manx.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T01:16:01.616Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "31DC5898", "AutoV2": "1794D5E12C", "SHA256": "1794D5E12C666FCBDF04E50B007572245FBE2B1B37B847EDC5F70BD7639A81F2", "CRC32": "3F52BF56", "BLAKE3": "82B5D64C8D5248274B85595C1E707571F22B3DA91B1F1C008240D6BE29D54928", "AutoV3": "216848BE9E3D"}, "downloadUrl": "https://civitai.com/api/download/models/506365", "primary": true}], "images": [{"id": 12598673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3670b753-eac5-4b05-9fc2-7344ae1b35d6/width=450/12598673.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7E2qWBC=Z0B8_~L0hv|00ry?DE2$[M_xtAK", "type": "image"}, {"id": 12598676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8262d52c-d852-4c38-a7ee-c3863dcb8452/width=450/12598676.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDG[4q*JDj$dy?-;NHbdVFIWt6ox^Fw[o#NK", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/506365", "modelId": 454843} \ No newline at end of file diff --git a/datasets/metadata/506391.json b/datasets/metadata/506391.json new file mode 100644 index 0000000000000000000000000000000000000000..c8656d96527e2d4b52342a653f3fe62093669cef --- /dev/null +++ b/datasets/metadata/506391.json @@ -0,0 +1 @@ +{"id": 506391, "index": 1, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-14T18:26:23.714Z", "availability": "Public", "nsfwLevel": 5, "description": "Last go around of this lora
I'm satisfied with where it's at now with the quality of the face. The uniform is still a little jank tho.
", "trainedWords": ["alicia"], "stats": {"downloadCount": 323, "ratingCount": 0, "rating": 0, "thumbsUpCount": 67, "thumbsDownCount": 0}, "files": [{"id": 424070, "sizeKB": 223101.17578125, "name": "Alicia Florence PDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T18:31:01.900Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E77FDE3A", "AutoV2": "9E9F3A2925", "SHA256": "9E9F3A2925078E392E7A30C79BE129CDF22AEC2DF1C680751CCA82BF00C6D096", "CRC32": "863DC158", "BLAKE3": "FD36BE5DEEED838D5C5506620298236E8991F4DC47F6A053A3E17A03011E0C8C", "AutoV3": "E288657C0415"}, "downloadUrl": "https://civitai.com/api/download/models/506391", "primary": true}, {"id": 424088, "sizeKB": 13706.58984375, "name": "504548_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T18:40:40.428Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "35E4861E", "AutoV2": "4EE5EAD314", "SHA256": "4EE5EAD3148F28EEEADE4CEB4B614CC651B34C08F280FBFBAE16694E191B8D21", "CRC32": "AC24E1E4", "BLAKE3": "58CF9AE5E1F23886784561CD120C66224FCD8A53250A3AE3798BFEC73B172E4E"}, "downloadUrl": "https://civitai.com/api/download/models/506391?type=Training%20Data"}], "images": [{"id": 12464290, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2df85fd1-82e7-4ef6-b1c3-939694568ffa/width=450/12464290.jpeg", "nsfwLevel": 1, "width": 880, "height": 1176, "hash": "U7I~0k.k000L00-;t-R60z-..TbwDUE4QnoN", "type": "image"}, {"id": 12463286, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f262b25-158c-4224-9f09-c971215bd16c/width=450/12463286.jpeg", "nsfwLevel": 1, "width": 880, "height": 1176, "hash": "U9J@wN~QhA9I0wES4;Dj0Pxu4UV?J;V?-S%g", "type": "image"}, {"id": 12463147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e21a4c89-83ed-43d3-8179-026ab9172997/width=450/12463147.jpeg", "nsfwLevel": 1, "width": 880, "height": 1176, "hash": "U9Kn3b031u-.xhxB0Moz?]$zp1%MFrIp%K%K", "type": "image"}, {"id": 12464825, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46946f8f-a6d8-4b36-818c-e0bb29f801b0/width=450/12464825.jpeg", "nsfwLevel": 4, "width": 880, "height": 1176, "hash": "UMK-tT%#3?H?%}s:%gIUbvVZ$fMx^kaKMxRk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/506391", "modelId": 453347} \ No newline at end of file diff --git a/datasets/metadata/506403.json b/datasets/metadata/506403.json new file mode 100644 index 0000000000000000000000000000000000000000..ea2fe0dbb5ed0098c2a855694c3f0200626fb4f4 --- /dev/null +++ b/datasets/metadata/506403.json @@ -0,0 +1 @@ +{"id": 506403, "index": 0, "name": "1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-14T18:06:29.786Z", "availability": "Public", "nsfwLevel": 28, "description": "Weight recommended: 0,6 to 0,9
", "trainedWords": ["julia,", "tdreboot,", "jewelry,", "blonde hair", "white tanktop", "denim shorts", "lips,", "sneakers"], "stats": {"downloadCount": 49, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 423920, "sizeKB": 5273.060546875, "name": "506403_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T17:17:44.462Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6063BF68", "AutoV2": "C58C984039", "SHA256": "C58C9840399F15ECCDD504F4D40BB9C28F97AA386B0DDD0FC29DFD60D5AF105F", "CRC32": "9EDA7F14", "BLAKE3": "A0D9CA375F98AAC1196252DD6ED3DE8E16B409EC354DE7D288627AABCE809998"}, "downloadUrl": "https://civitai.com/api/download/models/506403?type=Training%20Data"}, {"id": 424025, "sizeKB": 223100.41015625, "name": "Julia__Total_Drama_Reboot.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T18:10:49.565Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "40A9EECD", "AutoV2": "4A399B7365", "SHA256": "4A399B7365D892B6A98C8B0B0D6960667D2456E4ABEF82CB3B59C5AB5F4EFE2A", "CRC32": "86B02030", "BLAKE3": "E1A8E44974E3FDA207C4C8AE9267DCA513E02509778AF1107476AD877392C453", "AutoV3": "E01924871E2C"}, "downloadUrl": "https://civitai.com/api/download/models/506403", "primary": true}], "images": [{"id": 12539502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c892a1ad-fd53-4fba-bdc2-d3cb9783a025/width=450/12539502.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U7I;9GyW00~44T-o_NEL0o$y]#Nf0LM{^k?G", "type": "image"}, {"id": 12539503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b5bba5a-324b-47aa-9aa5-646ed150a7e5/width=450/12539503.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UKJ7p}~V0K-p9EShbcaeI:s;-;NGD%ofofj?", "type": "image"}, {"id": 12570266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed5ceb7a-151d-4f9a-a849-ce92d62fa43b/width=450/12570266.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UQG*+vIA57ox~UD*bJxt-.M|tRt7xujYIVRj", "type": "image"}, {"id": 12570265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/243a3d3e-9eb7-4ac9-a379-023b9398d62a/width=450/12570265.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UBG8ijER00Md14~V4pIT~BRn^+IUAdn,VrRj", "type": "image"}, {"id": 12570267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74549ec4-5cbf-4ebd-8efc-7c0d8318e1b5/width=450/12570267.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UHFrbMNJ000L~pE2wHS5.8Nbrqs9?w%M9FM{", "type": "image"}, {"id": 12570269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0abc23c-0498-422d-9f5c-39e7e5be5a2e/width=450/12570269.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "URI;*GtR9bt7~V%LyDs,yYxa%2j[tlayR*of", "type": "image"}, {"id": 12464539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d13562a6-1784-4dbf-9109-44ea7e0b9b3b/width=450/12464539.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U6FY3?~900^HR6ES1+9wo~f,EkEgYR-n]gbb", "type": "image"}, {"id": 12539501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4753d99c-f0f4-4c86-b2ae-c5f36fa811ba/width=450/12539501.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U9GI4EE200~n9FRP?btRn$jFbwW=Gbof;1NG", "type": "image"}, {"id": 12570268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7491679c-cb13-4263-8381-75801cc9d107/width=450/12570268.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UHG[cy_N0Kwa-o%gSiMdAJ%g-:nN%gbwMxE2", "type": "image"}, {"id": 12570270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d920bbc-44e1-41de-aafa-48a83726b58e/width=450/12570270.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UDHLMG.T00wI%#x]M{RPY7%h~Us,%%NHDOWB", "type": "image"}, {"id": 12570271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/053165ae-e051-4d2d-a5ba-8df0a04b7c4a/width=450/12570271.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UJHxTr_N4.^iTex^x]oJK,XAVXRj?cWCMdj[", "type": "image"}, {"id": 12570272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1e38e72-a5af-45af-a82e-ae26da0fae3e/width=450/12570272.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UBG8s1vy00~q~WnNx]t8K+n3={tlpKxaZ#Ip", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/506403", "modelId": 454876} \ No newline at end of file diff --git a/datasets/metadata/506477.json b/datasets/metadata/506477.json new file mode 100644 index 0000000000000000000000000000000000000000..81a90c3775e487dc360a3a8ca9f5c07d417e843e --- /dev/null +++ b/datasets/metadata/506477.json @@ -0,0 +1 @@ +{"id": 506477, "index": 1, "name": "tsf sequence", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-14T18:14:39.028Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 636, "ratingCount": 0, "rating": 0, "thumbsUpCount": 125, "thumbsDownCount": 0}, "files": [{"id": 423986, "sizeKB": 16421.53125, "name": "506477_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T17:47:05.670Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D0A73A1A", "AutoV2": "413DE21A98", "SHA256": "413DE21A98E9A4F9F2FF73A1FB745C273B5C70B566844B87392CBBB4A10F9837", "CRC32": "BD454F65", "BLAKE3": "DC27883AEA549664D298E7E5D3F08C225127A7464685EEFAC56D128412C83E46"}, "downloadUrl": "https://civitai.com/api/download/models/506477?type=Training%20Data"}, {"id": 424034, "sizeKB": 223099.52734375, "name": "tsf_sequence.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T18:16:29.720Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "47C3B995", "AutoV2": "9EF9D20D55", "SHA256": "9EF9D20D551BCB40FD6EC2674AF9FACDA70DB33B488053166393950D98C87E20", "CRC32": "EA492413", "BLAKE3": "EBA79CD0286273B7AB59488EC9A51DE01D0D45ADC4AE38EB398A7D04B7F4A2C2", "AutoV3": "8DCBD4603809"}, "downloadUrl": "https://civitai.com/api/download/models/506477", "primary": true}], "images": [{"id": 12512760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e08eb603-817d-4c3d-b0da-48a35361602c/width=450/12512760.jpeg", "nsfwLevel": 4, "width": 1024, "height": 768, "hash": "UQJaTQM{xus:~W%MWBay9ZNGj[s:E1Rjj[bH", "type": "image"}, {"id": 12465125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ca92218-a624-46b4-91a5-7df4726af606/width=450/12465125.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U2H_10HD4:}[Lz=w-T5m00MytRIVK$0Lo}-A", "type": "image"}, {"id": 12465124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/937b46eb-4682-4426-a061-ddd88a65cc34/width=450/12465124.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UNJtVnbvoLs:_4WnazWVt7s9kCjb-qw^W;j[", "type": "image"}, {"id": 12465127, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/943a9d30-0b47-419a-afd6-27d3be8f3b6d/width=450/12465127.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8HT|2A0xUak[~xIouoM4mnRoHR+-oEOn$oM", "type": "image"}, {"id": 12511643, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3776093-c6db-4c74-a09f-1cd36cab08f5/width=450/12511643.jpeg", "nsfwLevel": 4, "width": 1024, "height": 768, "hash": "UOLNfGbItRae_4V@j@WCOst7kCt7JAfkoeay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/506477", "modelId": 454940} \ No newline at end of file diff --git a/datasets/metadata/506539.json b/datasets/metadata/506539.json new file mode 100644 index 0000000000000000000000000000000000000000..72c67560af0a323f941852377dec852e93c5f0a1 --- /dev/null +++ b/datasets/metadata/506539.json @@ -0,0 +1 @@ +{"id": 506539, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-14T18:54:00.707Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 234, "ratingCount": 0, "rating": 0, "thumbsUpCount": 56, "thumbsDownCount": 0}, "files": [{"id": 424053, "sizeKB": 22252.19921875, "name": "Hiroko_Takashiro_BibleBlack-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T18:26:24.818Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "224EB2F2", "AutoV2": "627FE5D136", "SHA256": "627FE5D13642EE884971D90335F53FC7A3288130C5B186B6F7774B09206040EF", "CRC32": "822F7EA1", "BLAKE3": "09A776105DFFA2C17E1E6FD0F05BB34A31A7273A68E82A767A7A573A695931D1", "AutoV3": "76908DA35FFF"}, "downloadUrl": "https://civitai.com/api/download/models/506539", "primary": true}, {"id": 424054, "sizeKB": 37235.4814453125, "name": "Hiroko_Takashiro_BibleBlack.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T18:27:16.779Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "12143428", "AutoV2": "D221459957", "SHA256": "D221459957C7BC537AEC94E78589448B6C08F2BAB3966FBFFCEE65AB144C2B41", "CRC32": "74B21179", "BLAKE3": "E9FFC0C7BB418CFE0CD2E1D29994B3D4554C8A0E5A05842E3F852D29C694DAEE"}, "downloadUrl": "https://civitai.com/api/download/models/506539?type=Training%20Data"}], "images": [{"id": 12467956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf14d1ca-5970-4ae5-bff0-6f650646413d/width=450/12467956.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UpMGr1xucEWC~WWV?vt7o}j[adV@oef5IobI", "type": "image"}, {"id": 12467957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c421ae6-efcf-4b17-bcc8-bd8743c142d8/width=450/12467957.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UpMGr1xucEWC~WWV?vt7o}j[adV@oef5IobI", "type": "image"}, {"id": 12468568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9943c03c-3d7d-4bc8-901d-02cb62cc69d2/width=450/12468568.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNMPtR_NGux]Fzt7J-xGIVaKnhWC?bIps.xu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/506539", "modelId": 454998} \ No newline at end of file diff --git a/datasets/metadata/506561.json b/datasets/metadata/506561.json new file mode 100644 index 0000000000000000000000000000000000000000..ee1c1139551c809d8ecc78f8e272c9c754f098a9 --- /dev/null +++ b/datasets/metadata/506561.json @@ -0,0 +1 @@ +{"id": 506561, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-14T18:30:39.936Z", "availability": "Public", "nsfwLevel": 28, "description": "First released version. Trained on 42 images.
", "trainedWords": ["broken expression"], "stats": {"downloadCount": 876, "ratingCount": 0, "rating": 0, "thumbsUpCount": 68, "thumbsDownCount": 1}, "files": [{"id": 424076, "sizeKB": 223099.54296875, "name": "Broken expression v2 XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T18:32:03.385Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "697A1502", "AutoV2": "6F1D130644", "SHA256": "6F1D130644529DC1C5A8CD1D668EFB4F90C0FB4CA6DBEB191ED5CC5C3CF72F55", "CRC32": "CBEE6A86", "BLAKE3": "054ECB3F96C28B12C59C9B3D27D18EE6914837D75C5E690604819D831DC39E99", "AutoV3": "ADE0CB3E1779"}, "downloadUrl": "https://civitai.com/api/download/models/506561", "primary": true}, {"id": 424075, "sizeKB": 84507.435546875, "name": "broken expression training data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T18:31:42.593Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "AC1B7722", "AutoV2": "8D4127DDD7", "SHA256": "8D4127DDD7AF0B23182DE98522A170E49AE84CE0EAE74D29664AFBE423D33CF1", "CRC32": "1917CB95", "BLAKE3": "4BA51FF6EA2D8E02BB2F2DD9BA1EE81E6B47029B0C15E1C74565AAB513880DAD"}, "downloadUrl": "https://civitai.com/api/download/models/506561?type=Training%20Data"}], "images": [{"id": 12466182, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ada01be4-1676-4e29-aea2-83704c393691/width=450/12466182.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U8GkzV~U7~9F00E0=ykpb^tR^P={E1V@NFNH", "type": "image"}, {"id": 12466180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57fd5581-2dce-4b42-9ba5-71d602ee2a34/width=450/12466180.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "U6G@=7D40|X:02tS0LIp5Po#}[RjI]R*o|s,", "type": "image"}, {"id": 12466177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88c1798d-1577-4a85-a70a-f1b190d4475a/width=450/12466177.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U5FE=c[_7D000x=z0KRP00tR^i?H~p55^+S1", "type": "image"}, {"id": 12466176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b28d57c1-5294-4373-a76b-549f3d048213/width=450/12466176.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U28D|dL400vK00VEiv-:5l%L%NSP=^NH.SkE", "type": "image"}, {"id": 12466181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/883ba308-bc70-44ca-bc8d-b52f8088feb5/width=450/12466181.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U3D+6z00000LZN5SRO_201%g-VDj9ueS~pt7", "type": "image"}, {"id": 12466179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a8aed8a-8dc5-48bd-bc9c-3de6bf2388e1/width=450/12466179.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UKF#?r~Vx[xtawWUNGt7OsI;$%RkM{ofRkW=", "type": "image"}, {"id": 12466183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83c62b53-6fd7-49e3-b294-2c39f9781816/width=450/12466183.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UDFh9Y$#57~BE1W=bcoyInkD$jM|^ioJWAsl", "type": "image"}, {"id": 12466186, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3141a7a2-dcb6-4464-a4aa-198534b924d0/width=450/12466186.jpeg", "nsfwLevel": 16, "width": 896, "height": 1152, "hash": "U6HdZ}~V0K9t0#kD9b^*0K-.~B?GE2E2?GIo", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/506561", "modelId": 455018} \ No newline at end of file diff --git a/datasets/metadata/506667.json b/datasets/metadata/506667.json new file mode 100644 index 0000000000000000000000000000000000000000..51f4fc629706f22a00611f7e48455c92e72ccac4 --- /dev/null +++ b/datasets/metadata/506667.json @@ -0,0 +1 @@ +{"id": 506667, "index": 2, "name": "MariArt Style Lora v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-15T00:35:23.488Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["mariart", "by mariart"], "stats": {"downloadCount": 123, "ratingCount": 0, "rating": 0, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 424311, "sizeKB": 110451.9658203125, "name": "506667_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T21:25:55.149Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3644C2A0", "AutoV2": "265DD88ACC", "SHA256": "265DD88ACCDD1A16F084F4003DD7DD9E35F79ED1319A471A00C7CF4AF26EF716", "CRC32": "7EFC1AE2", "BLAKE3": "9EFAEF0F26471652D65E500F1F63870023C77626D0470FD1C47A7B2AD20B1BC8"}, "downloadUrl": "https://civitai.com/api/download/models/506667?type=Training%20Data"}, {"id": 424586, "sizeKB": 223136.83203125, "name": "MariArt_Style_Lora-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-15T00:17:09.753Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BFD5A859", "AutoV2": "84031A4021", "SHA256": "84031A40213C38EAA2C114F131A87DE00BD4BBF38D6AF45AA374EDCFE6887C43", "CRC32": "BADCDE64", "BLAKE3": "6BD12B963678DF7FB66AE10B3C535851B841A85ACAD0EAD9FFAA1664DE33D596", "AutoV3": "C5680AC55685"}, "downloadUrl": "https://civitai.com/api/download/models/506667", "primary": true}], "images": [{"id": 12493561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/450a12af-7671-47d9-83c9-b939cdd417ae/width=450/12493561.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UlODwgoL~qo#^+ofWBofRlWVWAoKofaej[j[", "type": "image"}, {"id": 12493568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7f4fde5-5fb6-4395-8c0c-627e42069e73/width=450/12493568.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAG[=:?aM_-p00WBM_IV00M{IpWB~VoL%Ot7", "type": "image"}, {"id": 12492381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86ac0a74-3a78-4048-99a0-57d06e4ff2cf/width=450/12492381.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGE{R,O[9Y+Fu6InM_McAIR*%OWAVyfhWBi^", "type": "image"}, {"id": 12492380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37f35aae-3404-4f51-98c8-23d541854664/width=450/12492380.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UNFrL~?IERR+Ml$,-UW9WJnPenba~Wx]S*RQ", "type": "image"}, {"id": 12493545, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eacda0f6-a874-422b-801d-34127dba192a/width=450/12493545.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZN,oKDi?bae~p-;x^kCx]WENIoK?cRPM{oL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/506667", "modelId": 455114} \ No newline at end of file diff --git a/datasets/metadata/506859.json b/datasets/metadata/506859.json new file mode 100644 index 0000000000000000000000000000000000000000..d7101e92868b040e78650ae3573a87375737c8ff --- /dev/null +++ b/datasets/metadata/506859.json @@ -0,0 +1 @@ +{"id": 506859, "index": 0, "name": "Sustaco Plump Boi", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-15T00:39:23.730Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["sustaco", "plump", "micro shorts", "glasses", "purple eyes", "blonde", "short hair", "messy hair", "small breasts", "brown boots", "femboy", "pink camisole"], "stats": {"downloadCount": 117, "ratingCount": 0, "rating": 0, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 424476, "sizeKB": 805.2529296875, "name": "506859_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T23:06:24.405Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "9DA812A92C", "SHA256": "9DA812A92C4835DABC9B7517319D0C375FD806F51AFDDAA5866C70C36814CFD1", "CRC32": "FEA8E651", "BLAKE3": "FE5EA59547E6E7E1C1DE1B2ECF0EB4499363F21C0F5553D75EB909C5F52809AB"}, "downloadUrl": "https://civitai.com/api/download/models/506859?type=Training%20Data"}, {"id": 424602, "sizeKB": 223099.62109375, "name": "Sustaco_Plump_Boi_r1-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-15T00:31:02.045Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A82215F7", "AutoV2": "C9FFD0989D", "SHA256": "C9FFD0989DDDEBA52604CB01B14CC3E4D50B7658C4B6CC0E7703D25A7BE39AC0", "CRC32": "128C5036", "BLAKE3": "3DDA8B9BB939F8095DFA81E5B188D67661B6E67CF6775DA3E147700ED1A07833", "AutoV3": "FB3F14278B1D"}, "downloadUrl": "https://civitai.com/api/download/models/506859", "primary": true}], "images": [{"id": 12492306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77f76b51-103b-43ce-97d5-17930ce792ae/width=450/12492306.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UEK1Xr[T2d7$yswHrrJDI.Tds;#SxuM{NHn%", "type": "image"}, {"id": 12492309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/436a1602-5c6c-461c-b337-a1daed8cd233/width=450/12492309.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UFL:vGPCO@TL?^aeWBNe7Ln%sTe.S$oLaxsS", "type": "image"}, {"id": 12492308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4bc5842-d341-4962-88be-6ecc4980cf8c/width=450/12492308.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UBLzK-t8[m{^uPxa$xOFGDNHS1OsK+RjOFS%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/506859", "modelId": 455295} \ No newline at end of file diff --git a/datasets/metadata/506884.json b/datasets/metadata/506884.json new file mode 100644 index 0000000000000000000000000000000000000000..9eb7b3ffb7598e5fec07eb8cf8af06e330168afa --- /dev/null +++ b/datasets/metadata/506884.json @@ -0,0 +1 @@ +{"id": 506884, "index": 0, "name": "v3.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-14T22:06:04.472Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": ["Calbex"], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 424372, "sizeKB": 3641.2978515625, "name": "500071_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T22:11:19.515Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "895D728B", "AutoV2": "8CA6A1D9F6", "SHA256": "8CA6A1D9F6D818E4F5AC8060BC09D57704EB483D4B14FB898F36066483160643", "CRC32": "6518CD96", "BLAKE3": "EF55F2CA2B97098C31C86D57AA83D3A6033823E838428827AA194FB8D81E743A"}, "downloadUrl": "https://civitai.com/api/download/models/506884", "primary": true}], "images": [{"id": 12482096, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/330c3f90-f1ef-47f4-80be-9d792a0786af/width=450/12482096.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UKH1#sD%~Vt7~Wj@s.xtxvt8NHxaxtxabING", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/506884", "modelId": 449091} \ No newline at end of file diff --git a/datasets/metadata/506963.json b/datasets/metadata/506963.json new file mode 100644 index 0000000000000000000000000000000000000000..d2a2db4605b529d59a48d2604288b4d2ac27a143 --- /dev/null +++ b/datasets/metadata/506963.json @@ -0,0 +1 @@ +{"id": 506963, "index": 0, "name": "tatimedio", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-14T23:52:37.860Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 33, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 424479, "sizeKB": 6461.591796875, "name": "506963_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T23:10:41.329Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6806E050", "AutoV2": "4B50728BD4", "SHA256": "4B50728BD494A7DF8710AF9AF61A7274AD1F773D8478085FD5756CE6E35401AF", "CRC32": "4E19EC0E", "BLAKE3": "EABAE815D558923E70033B5C0C52FE540B0DFBDA121EB287F4FF99DBB08276B9"}, "downloadUrl": "https://civitai.com/api/download/models/506963?type=Training%20Data"}, {"id": 424546, "sizeKB": 223101.72265625, "name": "tatimedio-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-14T23:56:16.126Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4C3FC282", "AutoV2": "F55542CBAF", "SHA256": "F55542CBAF608126E48BCB68EE3245B131CE6636266743F1E43FD5A2F38F38D0", "CRC32": "7ABA111E", "BLAKE3": "5D19E3AB8B98A68D6B9EBFCB8D81B8949EC9CB82760BC010B424B72AFC790C63", "AutoV3": "3AEB6D2FCBC3"}, "downloadUrl": "https://civitai.com/api/download/models/506963", "primary": true}], "images": [{"id": 12488882, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d890158-e7c9-4bd3-bbc0-a2aa26848ea3/width=450/12488882.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNLg^Rt7~p%L%Lt7RjWB?aofM{j[t7Rkofj[", "type": "image"}, {"id": 12488881, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94e8f206-9c5b-4006-a475-f45cff334e20/width=450/12488881.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHJRgbtQ%MD%_3M{%Mayt7ofRj%M~qt7M{Rj", "type": "image"}, {"id": 12488880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afc6e693-8575-44b3-b1c7-959ab52002ee/width=450/12488880.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UbKnk|j[-;t7~qayRjay%Mj[ayWBRjj[t7of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/506963", "modelId": 455395} \ No newline at end of file diff --git a/datasets/metadata/507088.json b/datasets/metadata/507088.json new file mode 100644 index 0000000000000000000000000000000000000000..1b9b7caada6c91944f1d872f397ef43608193b35 --- /dev/null +++ b/datasets/metadata/507088.json @@ -0,0 +1 @@ +{"id": 507088, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-15T00:16:17.705Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": ["Mr Ravil"], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 424585, "sizeKB": 4836.607421875, "name": "506748_training_data (1).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-15T00:16:55.987Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "07CE4A4D", "AutoV2": "35154D8D91", "SHA256": "35154D8D918032A84D1737C27BFCD60E9DFFB86F9304A0EF2D2DC613E42A3BF1", "CRC32": "29DF87BE", "BLAKE3": "FE9B7081716A643BDCBEF5749AF81D4565E0966D8179CE28E876475ABCA959E6"}, "downloadUrl": "https://civitai.com/api/download/models/507088?type=Training%20Data"}, {"id": 424588, "sizeKB": 891170.10546875, "name": "Mr._Ravil.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-15T00:21:06.519Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "03039E7D", "AutoV2": "79785C93E5", "SHA256": "79785C93E53079F69DA4F5724C47201542A05279E7C5BEC6D9F0AE3E2474537B", "CRC32": "11E19CEF", "BLAKE3": "F86064532B2B7DB80C5B66B5D7CB700888F07B8198798E9FF21F10126D8E5866", "AutoV3": "A385A95964D7"}, "downloadUrl": "https://civitai.com/api/download/models/507088", "primary": true}], "images": [{"id": 12491035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36b4954e-3aa3-4435-ac25-47f634ceb833/width=450/12491035.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UDGt{URjc@-p[BWCEMRP.moJv~jaYjsm-Boz", "type": "image"}, {"id": 12491036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bab7b506-06ae-4dac-961b-1f2c123e0fd9/width=450/12491036.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UJH-lgxupwR*,EtRNat6.mW;rXsTYOM|w{aK", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/507088", "modelId": 455510} \ No newline at end of file diff --git a/datasets/metadata/507402.json b/datasets/metadata/507402.json new file mode 100644 index 0000000000000000000000000000000000000000..54be6773c6487ddefee434813640404bcd8dbd76 --- /dev/null +++ b/datasets/metadata/507402.json @@ -0,0 +1 @@ +{"id": 507402, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-15T04:03:57.788Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 186, "ratingCount": 0, "rating": 0, "thumbsUpCount": 47, "thumbsDownCount": 0}, "files": [{"id": 424909, "sizeKB": 22258.11328125, "name": "Aika_Yanmama-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-15T04:00:44.807Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "934315D2", "AutoV2": "C95CC3E880", "SHA256": "C95CC3E880542CF23A0087BD36F6562B36F1DEE14542F036D80A01E7DA56389B", "CRC32": "51D8FDA0", "BLAKE3": "D7F7978B889FCF4283F33DF04C237E3D280B6A0A587B2610794B6361572C8A87", "AutoV3": "B2D258627F5D"}, "downloadUrl": "https://civitai.com/api/download/models/507402", "primary": true}, {"id": 424911, "sizeKB": 43024.3173828125, "name": "Aika_Yanmama.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-15T04:01:18.746Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "83D018C0", "AutoV2": "861E6C92CC", "SHA256": "861E6C92CC129A31C73708CA46BF9D41ECE547EDE086D06C6949AB725712A0B3", "CRC32": "A444BBEB", "BLAKE3": "C4EB9C0C8FD6831990F9B0F3DC9E695CBFD563F7EFD871C42C7672103AE73376"}, "downloadUrl": "https://civitai.com/api/download/models/507402?type=Training%20Data"}], "images": [{"id": 12509407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9284e520-f553-440e-ba40-5264afe4890c/width=450/12509407.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJQ*=L_MKg-p4TxtJBn%YQjF8{f6yCRjIrV@", "type": "image"}, {"id": 12509408, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f335ad2e-9c10-4c8b-9d76-535c0d2a15cb/width=450/12509408.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJQ*=L_MKg-p4TxtJBn%YQjF8{f6yCRjIrV@", "type": "image"}, {"id": 12509629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a270f0b2-cb6b-4363-95e2-b6cdf75b0487/width=450/12509629.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UgPrdx?^I;%gR~%MTKkC9uxtjFxZ%2WBIVRk", "type": "image"}, {"id": 12567379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e260fb7-37a4-4669-8444-c0688b8a878a/width=450/12567379.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U8P$Bz003syZ?:00w1%f004TD*4=BWIo9Hx@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/507402", "modelId": 455800} \ No newline at end of file diff --git a/datasets/metadata/507426.json b/datasets/metadata/507426.json new file mode 100644 index 0000000000000000000000000000000000000000..4f05fdb26c470f4b4cc802a685519e8a75c6a835 --- /dev/null +++ b/datasets/metadata/507426.json @@ -0,0 +1 @@ +{"id": 507426, "index": 0, "name": "Muscular enhanced woman", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-15T06:17:22.791Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 92, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 424940, "sizeKB": 41923.56640625, "name": "507426_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-15T04:20:56.553Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A8B59DCD", "AutoV2": "E448A4DD11", "SHA256": "E448A4DD11329DC34AA6F720120CBBC1778850A18424544579370A5394381ADB", "CRC32": "790A0DA5", "BLAKE3": "5A2BEA52F6E5F2D33C54AE6B2B35BC3790B6E71C0E92CA351D31F1EA6D52B302"}, "downloadUrl": "https://civitai.com/api/download/models/507426?type=Training%20Data"}, {"id": 425082, "sizeKB": 223116.22265625, "name": "Muscular_enhanced_woman.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-15T06:20:54.297Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "27788CBE", "AutoV2": "C6067224DB", "SHA256": "C6067224DBAD1161E1257F25FBB54847D94AFDD27FBDC39CE472AEF710978071", "CRC32": "2E2C63ED", "BLAKE3": "F82D088670E01C2118090252B14DA4A5B98042F792B275ACA2B2AD11372A29C6", "AutoV3": "691EEB45894A"}, "downloadUrl": "https://civitai.com/api/download/models/507426", "primary": true}], "images": [{"id": 12517770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb513e4c-d705-4c17-b2dd-7d6eeac0745f/width=450/12517770.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UJJI02nPT|py0toLEkI]5aj=aKjF%Ms+sljX", "type": "image"}, {"id": 12517772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98dff371-20a5-414c-83a1-febe3b773395/width=450/12517772.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U5En|.=_0J=z?^kBvf$*00S5=yxa%2s:WTS3", "type": "image"}, {"id": 12517771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9abc737a-7204-46af-bcef-8ea5429cb706/width=450/12517771.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCE2z.=x01cFk[sp$$t7u6aKV?kWX5JAWX$f", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/507426", "modelId": 455822} \ No newline at end of file diff --git a/datasets/metadata/507511.json b/datasets/metadata/507511.json new file mode 100644 index 0000000000000000000000000000000000000000..a6ca9395693c4206cc749f167e4656afbceeb356 --- /dev/null +++ b/datasets/metadata/507511.json @@ -0,0 +1 @@ +{"id": 507511, "index": 0, "name": "Kovit Chaiyarit", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-15T07:50:03.687Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 36, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 425036, "sizeKB": 9543.46484375, "name": "507511_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-15T05:46:26.709Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5D3B66CD", "AutoV2": "B97FF7ADCD", "SHA256": "B97FF7ADCDB761C1C98578CFC7853A56DA80D5EE9C124B58ABB4ECDC43072034", "CRC32": "ABC9CC0A", "BLAKE3": "E4CC09D3FA45FE8941CC6AD29E47CD2AC6D330FF96484B87E8230C0B682E045F"}, "downloadUrl": "https://civitai.com/api/download/models/507511?type=Training%20Data"}, {"id": 425187, "sizeKB": 223101.01171875, "name": "Kovit_Chaiyarit-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-15T07:51:03.476Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4305E40F", "AutoV2": "33CD9B2946", "SHA256": "33CD9B29467975452CAB3754DBC7DC2C2C1B16534495ED1AB22B4A088ACF1B59", "CRC32": "15073EC3", "BLAKE3": "AB3C4B987A710E5C11375B70FB8317B68F771526347B567985C93D91C657F116", "AutoV3": "37702484049E"}, "downloadUrl": "https://civitai.com/api/download/models/507511", "primary": true}], "images": [{"id": 12524490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9eb03f5e-016e-4588-b7cc-ec366dcf5f7e/width=450/12524490.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUJtFznj-or@MyxC4;$*D*s9xtnj~9xF-oe:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/507511", "modelId": 455894} \ No newline at end of file diff --git a/datasets/metadata/507562.json b/datasets/metadata/507562.json new file mode 100644 index 0000000000000000000000000000000000000000..e6ef8230bd5521749b7fd35e0009abfecaadd7e8 --- /dev/null +++ b/datasets/metadata/507562.json @@ -0,0 +1 @@ +{"id": 507562, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-15T06:20:48.151Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 274, "ratingCount": 0, "rating": 0, "thumbsUpCount": 63, "thumbsDownCount": 0}, "files": [{"id": 425089, "sizeKB": 22266.78515625, "name": "Saeki_Kaori_Bibleblack-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-15T06:22:11.228Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1EA9E194", "AutoV2": "CA1F09E0B8", "SHA256": "CA1F09E0B8D781DDC0953112B8B4F12DE8794D0048EC3955B1C0CA16B3E3C950", "CRC32": "6D4F17F2", "BLAKE3": "981548A6944B4DBF52C38D7ECA22B46E157B42FA6BD798BB202194F11F67E8B1", "AutoV3": "65FE7F6794DD"}, "downloadUrl": "https://civitai.com/api/download/models/507562", "primary": true}, {"id": 425090, "sizeKB": 65565.5263671875, "name": "Saeki_Kaori_Bibleblack.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-15T06:21:34.316Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C6F63185", "AutoV2": "2ABA675BE4", "SHA256": "2ABA675BE4CD9C580A37A260282C5DE4F2AA7E5DE821B9179D91B00027071F29", "CRC32": "F328FAB9", "BLAKE3": "956F8340736E4C21B8C139697F8CA1141147A3525A3F3763CBA5980321FDC810"}, "downloadUrl": "https://civitai.com/api/download/models/507562?type=Training%20Data"}], "images": [{"id": 12518000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6a9b4f2-513d-4213-931a-2ca99cf70e99/width=450/12518000.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIMG-d%g00%M00RO0gjEO[Ipo$tR~ofR-UxV", "type": "image"}, {"id": 12517999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20fa20a8-341e-486e-884f-fbc94c6aaf5c/width=450/12517999.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIMG-d%g00%M00RO0hjEOuIpo$tR~ofR-UxV", "type": "image"}, {"id": 12518821, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d9e55fd-189b-4036-b61a-489524b4ac5e/width=450/12518821.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UfJ@]~-=b{?b~U?cNLjYt5ofRloeIoM_spof", "type": "image"}, {"id": 12520517, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cf30195-6ef4-4696-9cbe-22c1f9b40963/width=450/12520517.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKNT5s=^yr?c_L019*tS9ZIV^PNINzr=9a$e", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/507562", "modelId": 455945} \ No newline at end of file diff --git a/datasets/metadata/507594.json b/datasets/metadata/507594.json new file mode 100644 index 0000000000000000000000000000000000000000..9437521147f5dc313eccc195e80be194d97721a0 --- /dev/null +++ b/datasets/metadata/507594.json @@ -0,0 +1 @@ +{"id": 507594, "index": 0, "name": "Lorana bruja", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-15T14:24:42.957Z", "availability": "Public", "nsfwLevel": 5, "description": "version beta de lorana estilo
", "trainedWords": [], "stats": {"downloadCount": 28, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 425117, "sizeKB": 2451.087890625, "name": "507594_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-15T06:51:25.525Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E1FFE355", "AutoV2": "25FABFD57D", "SHA256": "25FABFD57DC916FCE910A810F628D605B97A157C564C7F07BDE08BA8055BC824", "CRC32": "49B12360", "BLAKE3": "285B3FBECEF742AA84370BEFEB9EDDCDCE2862764519B6885942BB4FE6605702"}, "downloadUrl": "https://civitai.com/api/download/models/507594?type=Training%20Data"}, {"id": 425654, "sizeKB": 18551.296875, "name": "Lorana_bruja.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-15T14:25:55.503Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "3C5F842C2D", "SHA256": "3C5F842C2D8024B3BA897238151D7B486E0BD2D8F100F91C1C9170EE63048E26", "CRC32": "7266AC4B", "BLAKE3": "8B550D54A5CBECD5B905F7B04473F96284A0C1D051A6C3DB771323C9CA06E858", "AutoV3": "8441EF29BBF5"}, "downloadUrl": "https://civitai.com/api/download/models/507594", "primary": true}], "images": [{"id": 12550724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/834447ee-0e8d-49bc-b4fb-735224e9c6eb/width=450/12550724.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UjNm$ot7~qxu-;j[RQt7ozofRiWB-:j[ayay", "type": "image"}, {"id": 12550725, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8080a2c5-d850-4090-b2c8-06440d791db3/width=450/12550725.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6I=7F0153M_00IU4=tl00n2~B-:.9M{Diaf", "type": "image"}, {"id": 12550727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56f6cfb4-4795-47e8-9977-47762db5d212/width=450/12550727.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7GRxdTy00.-04J6xUt-00+a~AIURek?MIBh", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/507594", "modelId": 455973} \ No newline at end of file diff --git a/datasets/metadata/507604.json b/datasets/metadata/507604.json new file mode 100644 index 0000000000000000000000000000000000000000..4c54bdf355910ed13b8b5b45d9a0ce1c27757472 --- /dev/null +++ b/datasets/metadata/507604.json @@ -0,0 +1 @@ +{"id": 507604, "index": 0, "name": "v2.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-15T07:14:31.550Z", "availability": "Public", "nsfwLevel": 28, "description": "Trying to make more flexible, version one seemed to have poses and topless overcooked
", "trainedWords": [], "stats": {"downloadCount": 59, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 425132, "sizeKB": 223100.92578125, "name": "V2_r1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-15T07:06:04.554Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "808B43DC", "AutoV2": "4C4289F4DB", "SHA256": "4C4289F4DB31BD99BE46C38A3C0ADC08439D3C4C3DE971C672E57862D4276122", "CRC32": "A55A861F", "BLAKE3": "28EB4137264C650E54CA27A4F19490EDA0EB8E18098A0550CCB59CFAD9427309", "AutoV3": "2B458C3C7864"}, "downloadUrl": "https://civitai.com/api/download/models/507604", "primary": true}, {"id": 425146, "sizeKB": 36344.55078125, "name": "507224_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-15T07:15:58.724Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "ECAB0BE4", "AutoV2": "FA8F7CC0A1", "SHA256": "FA8F7CC0A14D336A8DDB5429291A93BF1F793974EF466B1BC172AB23BDB6A60D", "CRC32": "978D0ED7", "BLAKE3": "FED8DFE627910FAC01224CE670C749694561671D8C7190AEE199DF840264431E"}, "downloadUrl": "https://civitai.com/api/download/models/507604?type=Training%20Data"}], "images": [{"id": 12521987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71327c77-b6a9-4f83-9969-d08ffae9ec3b/width=450/12521987.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBF~Eo013G]%x]#QEkKk15XS^+nMOEr?TeS4", "type": "image"}, {"id": 12521988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3643a9b2-1d7f-494c-8029-9ce1372ab748/width=450/12521988.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUF$Lz}?K+OrozS$NyV@JCR+xaxvX9bco}oz", "type": "image"}, {"id": 12521985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/181fd6fa-8c5e-44aa-8e24-6928be225df6/width=450/12521985.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCEo_W0%1,~W9t=vEMIAspXSQ-JUJ:R*-pwI", "type": "image"}, {"id": 12522507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a13bd644-4b0c-43a0-9656-7e04f6763bae/width=450/12522507.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UEIq=c00G^?bTeD$-px]00%MRONG%MMxoMjZ", "type": "image"}, {"id": 12522511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5a96f1f-387c-4bfb-a2df-6aed618c1d9a/width=450/12522511.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UUI;u100PB%1x^nhIBkD_4Mxxat7?vD%Rjn~", "type": "image"}, {"id": 12522508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da8712eb-7071-46f5-90b0-0328431c5dec/width=450/12522508.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UFHKhCDNKOEMlV4nNdxuPW9FoN-p.99F-pt7", "type": "image"}, {"id": 12522512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c13064c1-6e76-4ce9-a9d7-77876c6430d4/width=450/12522512.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9Gk8v000e?HyD$f57-p0Lxt~CD*E1xaNdnh", "type": "image"}, {"id": 12522509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3216b90d-60ce-467f-bf84-b4fe557648eb/width=450/12522509.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEF}p100AGRO-;VsNxs:E+IU~qDiIoxabve-", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/507604", "modelId": 453998} \ No newline at end of file diff --git a/datasets/metadata/507896.json b/datasets/metadata/507896.json new file mode 100644 index 0000000000000000000000000000000000000000..2de64e433372dfb5e62bc6609fad29dcdfa52b67 --- /dev/null +++ b/datasets/metadata/507896.json @@ -0,0 +1 @@ +{"id": 507896, "index": 0, "name": "\u2661 Hot Chubby Girls \u2661 Realistic BBW Asian Women", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-15T12:05:34.077Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 236, "ratingCount": 0, "rating": 0, "thumbsUpCount": 58, "thumbsDownCount": 0}, "files": [{"id": 425421, "sizeKB": 2224.6982421875, "name": "507896_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-15T11:35:44.329Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "24E53856", "AutoV2": "9F3ED6739F", "SHA256": "9F3ED6739FF39BB4B13BDA1030710566B73A1B4A7CA12AAE283CC281BDC6C6BD", "CRC32": "E2A97BB2", "BLAKE3": "F84B75288844AC49C0FF690EF282B0DC92FA1DBA5D34AAFC79E64E13754E58CF"}, "downloadUrl": "https://civitai.com/api/download/models/507896?type=Training%20Data"}, {"id": 425442, "sizeKB": 36977.4609375, "name": "_Hot_Chubby_Girls__Realistic_BBW_Asian_Women-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-15T11:55:51.144Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9842DAE4", "AutoV2": "D32A39D8BD", "SHA256": "D32A39D8BDCF915D74BBFC0F992CA264D5D104A7A3EF665FBD7921148B91C9D9", "CRC32": "B12E2C5E", "BLAKE3": "B749377E43DDB7B2F721D08D40627305963071A75FBCDE7B6452D73958A8B716", "AutoV3": "DC4FB0128C80"}, "downloadUrl": "https://civitai.com/api/download/models/507896", "primary": true}], "images": [{"id": 12769262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f59668d0-8ce9-4f4f-ab36-598039c32d6a/width=450/12769262.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U9F=aXNH.S%100bb9Z%2KPMx9EWXT0?H~WIp", "type": "image"}, {"id": 12769979, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca26acb0-b65e-45ec-b3ff-f4d2ed512f35/width=450/12769979.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UFFOu[9E%#RP~WR,Sfs:9Z-;i_ozEMD%%1M|", "type": "image"}, {"id": 12768880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4d14502-0dd3-4217-9712-94d880c4766b/width=450/12768880.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U7E.R,9Z.S-o0JRj4.t7t,M{-VE1Rj%M~W%M", "type": "image"}, {"id": 12768962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0047a577-57ff-48e7-8bd3-67d6bd0e7d79/width=450/12768962.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U8EB{e4.K*-V0K%20KogJARj~CIoE1R+%L%L", "type": "image"}, {"id": 12770575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a021f281-a2da-403b-a935-fdba44f19d99/width=450/12770575.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UBDSOF0K5l9F^+-;9Fs:Eg-;n3WB~qIUt7IU", "type": "image"}, {"id": 12769245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/825fc9fa-84b8-498d-b0a3-04c720488c52/width=450/12769245.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U8F;sX0Ln:=|?INGRi%29bxHtKE2}vNGxuM|", "type": "image"}, {"id": 12769079, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c0d3548-5165-455b-9e05-05921f14ba8a/width=450/12769079.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U7Cr$bIoyD-o0LWB9ZoJ0K%2ROW=^*-p~VIo", "type": "image"}, {"id": 12770120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3bc2b2f0-44b0-4c70-b8b9-eb9a54ba01c4/width=450/12770120.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U7Du*-00lU#700~q8_~VAaxu?GRk=xIU9a9a", "type": "image"}, {"id": 12768680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59e16973-6a9e-4c5a-96f6-96524802c9f9/width=450/12768680.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UHH1=6bv?^$%56-;Iox]9F%MR4M{xuRP-;bb", "type": "image"}, {"id": 12768941, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9bd8059-3c9f-480f-a454-f4a56e6b7147/width=450/12768941.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UBFYJr?F%f?H00WXShRjGHD*DiNG-7-:~pt7", "type": "image"}, {"id": 12768951, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ab85da3-09b2-473a-949f-ae35e5e908c5/width=450/12768951.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U9DIXn9t0z={56kCIo-p0e=|}[9axGWAtRM{", "type": "image"}, {"id": 12770402, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe902b32-5376-4ea0-a077-60ec15e2378f/width=450/12770402.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U8F5y~aL*0-p00.8Ioxa00g3MJIA0d4n-pWW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/507896", "modelId": 456248} \ No newline at end of file diff --git a/datasets/metadata/508205.json b/datasets/metadata/508205.json new file mode 100644 index 0000000000000000000000000000000000000000..2f297d4de1f80b74042e592475f227ac708c963b --- /dev/null +++ b/datasets/metadata/508205.json @@ -0,0 +1 @@ +{"id": 508205, "index": 0, "name": "Azuna - XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-15T14:53:30.273Z", "availability": "Public", "nsfwLevel": 3, "description": "Summer Uniform
summer uniform, black/yellow vest
Winter Uniform
winter uniform
", "trainedWords": ["yuki setsuna \\(love live!\\)", "uehara ayumu \\(love live!\\)", "osaka shizuku \\(love live!\\), hair bow"], "stats": {"downloadCount": 237, "ratingCount": 0, "rating": 0, "thumbsUpCount": 40, "thumbsDownCount": 0}, "files": [{"id": 425699, "sizeKB": 6515.998046875, "name": "azuna.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-15T14:55:55.147Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2B4C88E1", "AutoV2": "810D51F6C8", "SHA256": "810D51F6C8A1A51800ED5E9B7551BFE6C44A7FAB3A20D0223FA7818D863237F2", "CRC32": "3CFC2E81", "BLAKE3": "3A828182D3F0E8CF100330E809848E1BFFA0ADEB0406A950BD143EA22F047807"}, "downloadUrl": "https://civitai.com/api/download/models/508205?type=Training%20Data"}, {"id": 425701, "sizeKB": 62846.390625, "name": "a.zu.na-000018.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-15T14:56:20.313Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "391D0BD6", "AutoV2": "83887107E5", "SHA256": "83887107E570A9661D8A8A47E36AEA8C1953E5CBD9F5C2E1D0E2D1647387AA9E", "CRC32": "8A9349B2", "BLAKE3": "D5E4AD8D32BA2D83209E083746BF8A0D9FC99D47C7E461A304D38BB7EDE8B245", "AutoV3": "B8CF267E3FCF"}, "downloadUrl": "https://civitai.com/api/download/models/508205", "primary": true}], "images": [{"id": 12553119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d8eac37-2392-469c-9826-c4065a54321c/width=450/12553119.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UKHd?Z5A%3R-~X0hxa-pXBM}E1a#Ngs.NGE2", "type": "image"}, {"id": 12553118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9074f6c-2fa0-4f5e-ab85-1b447fc15632/width=450/12553118.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UWKTc39Z9uIV~WaeIqni-qt6M{V@.7NGxaRk", "type": "image"}, {"id": 12553121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8904a56d-99c8-4b1c-8eee-467af3af4463/width=450/12553121.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UNI;YZ~VtSE2$+t79Zay?G=_bEof%M$$-ot6", "type": "image"}, {"id": 12553120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a75b36a8-7dc9-490c-a827-e26ce826975c/width=450/12553120.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "ULG[.$%29Zxt~Uxa4oRi=}xuRRRQ?F%3oIV?", "type": "image"}, {"id": 12553123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b7295eb-1765-421b-aba5-369d27c8c8da/width=450/12553123.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UVJH?bs80ewN~WWANGobICWAk9ja?aoIads;", "type": "image"}, {"id": 12553124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb30c597-d5aa-4776-ab52-b884674bb530/width=450/12553124.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UIGbYb~Wbqo#x{s?s.%N9w9abvNg0NIpt79a", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/508205", "modelId": 412359}
\ No newline at end of file
diff --git a/datasets/metadata/508256.json b/datasets/metadata/508256.json
new file mode 100644
index 0000000000000000000000000000000000000000..865a46d86f7d3aca5d8bc53cf4d44eef9efbe81f
--- /dev/null
+++ b/datasets/metadata/508256.json
@@ -0,0 +1 @@
+{"id": 508256, "index": 0, "name": "v2.0 350P DIM48", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-15T15:28:55.592Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 209, "ratingCount": 0, "rating": 0, "thumbsUpCount": 39, "thumbsDownCount": 0}, "files": [{"id": 425746, "sizeKB": 65204.435546875, "name": "Misako_amamiya_enboV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-15T15:21:32.391Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "123D5045", "AutoV2": "36B03D65B2", "SHA256": "36B03D65B2023DCDF314E7C4D38608E996CB618C022D8A80549E174C0DFC8FB0", "CRC32": "1B8B3418", "BLAKE3": "20C5F7C599BC7C08C41944D0CB76E7C88900FC3025949FC0B0E32B59E8234508"}, "downloadUrl": "https://civitai.com/api/download/models/508256?type=Training%20Data"}, {"id": 425744, "sizeKB": 64319.34765625, "name": "Misako_amamiya_enbo-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-15T15:22:13.291Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FE91912F", "AutoV2": "A0F526C263", "SHA256": "A0F526C263A60E61B3DD89391FEF240C2CFA9B720A045B9137705C020BEA5EFB", "CRC32": "E032BE75", "BLAKE3": "554445D744A982CEAAB0348FE9D0A0992B523402E2833CA74C9515DA3D37CF51", "AutoV3": "6D922B103F1A"}, "downloadUrl": "https://civitai.com/api/download/models/508256", "primary": true}], "images": [{"id": 12556039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45f0e5f2-b585-4a6d-8d4d-30813c085a3a/width=450/12556039.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URPP}:?a?wxuroWC?vRjE2WCxYWV-;xtofWB", "type": "image"}, {"id": 12555875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f074cbf1-563e-42f8-a509-14ffa6d5985f/width=450/12555875.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URPZfa?a?wxuroWC?vRjE2WCxYWV-;xtofWB", "type": "image"}, {"id": 12556218, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5dc745bf-88ef-4bce-856c-78a046dbbca3/width=450/12556218.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEO3zp00?c0103n6?tDh00bv-pE4?^oyt2x]", "type": "image"}, {"id": 12570240, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a49b07c4-6346-4db0-8865-326340c62a01/width=450/12570240.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFJj}4=y000L01Sd01?a9XD%~p^jsWX9s:M|", "type": "image"}, {"id": 12570305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05409ec0-0f79-472b-a29e-4b53fc5e50fa/width=450/12570305.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFK0patS4.NI~V58-U?H01%f?a%M4o^+-;xu", "type": "image"}, {"id": 12570323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37314868-fa30-4ba3-b21a-294fc72bd7b5/width=450/12570323.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPL3y1~qEg~W0yxaaKni019Zs:NGwIs,RjM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/508256", "modelId": 47699}
\ No newline at end of file
diff --git a/datasets/metadata/508816.json b/datasets/metadata/508816.json
new file mode 100644
index 0000000000000000000000000000000000000000..5fbfc612f8ced8ffae3b2f4c6857be4cbf5e0ceb
--- /dev/null
+++ b/datasets/metadata/508816.json
@@ -0,0 +1 @@
+{"id": 508816, "index": 0, "name": "knight_alpha\u265e", "baseModel": "SDXL 1.0 LCM", "baseModelType": null, "publishedAt": "2024-05-18T23:52:23.573Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 71, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 426226, "sizeKB": 2951.2998046875, "name": "508816_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-15T20:35:51.728Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C674ACCE", "AutoV2": "5B9D120CF3", "SHA256": "5B9D120CF3D5199C6B8350E983A578AB72A0B822E56932621E56E330DE7E1501", "CRC32": "7C9ABE96", "BLAKE3": "0DF4058E04A0F5A7DCAFE4E4BBA013F4EEAE6DEF328F16FEA3C38818C8EE7D14"}, "downloadUrl": "https://civitai.com/api/download/models/508816?type=Training%20Data"}, {"id": 432488, "sizeKB": 36977.9296875, "name": "Try_me-000019.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T21:01:31.493Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1155BC04", "AutoV2": "9308C4A071", "SHA256": "9308C4A0718B95DB20052A4793A51D8E61002EE21901D5CA1A4B1E1EEF3FB67E", "CRC32": "E5F18118", "BLAKE3": "8B7693E9FE1810A2645A5DB7ABDB1B5AE2C10DD2C580F404D3CF8B59B817574A", "AutoV3": "B26B505294F1"}, "downloadUrl": "https://civitai.com/api/download/models/508816", "primary": true}], "images": [{"id": 12897602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ceea75d1-bfaa-49ed-a5e2-e89458b9d6a9/width=450/12897602.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U7B|HI%gQmE27$IV01xa_NxZQ-WByES$H?V@", "type": "image"}, {"id": 12897604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aee58cb9-8ead-4bc5-a5ac-1ff526aea8a0/width=450/12897604.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U4Bpa;tlTzKk0P?v~U4o~U9b0LxX9b_2-:Iq", "type": "image"}, {"id": 12897605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8bfd343-356c-4b72-949a-ec4e90b3f7a0/width=450/12897605.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8Bz2t4T9#?u1kw[xBJC~pD*IU%LI]xWRjI=", "type": "image"}, {"id": 12897606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4904dff2-676d-4a71-9d67-8d51a0057f2c/width=450/12897606.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U3B:pb8w02IUL4-;MH?b0No#00Rk00IUS5t8", "type": "image"}, {"id": 12897603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d9a6c26-3d73-4cb3-a765-713a39a9e22d/width=450/12897603.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8Bptf_M9vMxA04oMws:s.r;Mw%f-;x]NIo#", "type": "image"}, {"id": 12897611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7816821c-2469-4f7d-9ac2-4bbc0a66756f/width=450/12897611.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U8A,?^D%DNtl=EOtaJbc*0IAI9o#S$t8IUae", "type": "image"}, {"id": 12897610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b884634-20b9-4071-ae1b-55eb4131d264/width=450/12897610.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEBN4i?HXnbH*0NyRPs,%gxtrqn$%gWBIVM|", "type": "image"}, {"id": 12897609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfa457a0-3b8c-4761-9f95-cf635fa65ece/width=450/12897609.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U3BWVoo05@El04_N~U00~UE201$y0f?G^*9u", "type": "image"}, {"id": 12897612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cbcd2ed-feb9-4cd9-bc74-e438adcbada7/width=450/12897612.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U5C6.C00x^^*58~VDNxvxXIVI9Mxozog%fM{", "type": "image"}, {"id": 12897614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/254dc129-620a-44df-bfcf-3c90025d11b9/width=450/12897614.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8B3]6oe5YIVX:xuMJV@_Noz9Fay.8WBRjV@", "type": "image"}, {"id": 12897613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2ab3d0a-1a28-4ff7-bb32-b9109acd73b9/width=450/12897613.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U8BM[A019v%25@#*xZE2~V4:obni9v%1kDae", "type": "image"}, {"id": 12897616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c2209ce-5d5b-4464-a167-c054acc09440/width=450/12897616.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UJD]Yei^?GIV~pD*-oRjR+NGRkoejsxZNGof", "type": "image"}, {"id": 12897615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff201a05-8234-4d85-a5d8-774b8889c116/width=450/12897615.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U5BWVo9a9v-o0n9aMd-;~V^%4nxu0NIWxaIV", "type": "image"}, {"id": 12897617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6576cf37-9407-4fe9-950a-6d5148b0f3e8/width=450/12897617.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAA1YAIBD+s,r=MJDi.8*0kXRPofRPVrVskD", "type": "image"}, {"id": 12897619, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/549d12be-d1fc-4b66-b327-5bd1a89dc266/width=450/12897619.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6CP;O4o0h%M01t7H?-o_Mt6D%Io4:o0%LWC", "type": "image"}, {"id": 12897618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3bcb7b6-4343-4432-928f-eb2e9502d7ed/width=450/12897618.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U7A^H}000M.8B=-6%0Nf~V9aNH%K9b-oxaIV", "type": "image"}, {"id": 12897620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9580a4e-f322-403f-bfbb-0186c3651a96/width=450/12897620.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UIB;8:nMtmtR?wx^x]t7bcyERPWApJt7R5of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/508816", "modelId": 457092}
\ No newline at end of file
diff --git a/datasets/metadata/509030.json b/datasets/metadata/509030.json
new file mode 100644
index 0000000000000000000000000000000000000000..07d99c0f72ef47e73da335730427b629711a0546
--- /dev/null
+++ b/datasets/metadata/509030.json
@@ -0,0 +1 @@
+{"id": 509030, "index": 0, "name": "condom suit", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-16T16:36:03.883Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["condom_suit", "huge_condom_suit", "latex", "ejaculation"], "stats": {"downloadCount": 178, "ratingCount": 0, "rating": 0, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 426410, "sizeKB": 5622.2255859375, "name": "509030_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-15T22:35:51.420Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BC0695D8", "AutoV2": "4C5936B52A", "SHA256": "4C5936B52A739031B2951AAD10DE008A50E5B0B05A49625C7BFFFF3673345DFB", "CRC32": "FADEACDC", "BLAKE3": "020AAA59A7B8248CD51827A9CBDC749F58F72C2741DBC03EA66B70AA70C16EE6"}, "downloadUrl": "https://civitai.com/api/download/models/509030?type=Training%20Data"}, {"id": 427909, "sizeKB": 223099.87109375, "name": "condom_suit.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T16:31:34.340Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FDE26E36", "AutoV2": "C5490F983F", "SHA256": "C5490F983F2CF120FF5B86BEE75F5EECD6401B3E1C1BD4217E2BFD80B71FD4B4", "CRC32": "A13E8106", "BLAKE3": "00F0F6BBEDD5117A7331BC7BB411FB67DFF4B68A7731D3E3C48D8037E885FE4B", "AutoV3": "A7A1B0E2B221"}, "downloadUrl": "https://civitai.com/api/download/models/509030", "primary": true}], "images": [{"id": 12663660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4e7e02b-b4d0-48b8-a0c5-24fbf4729d46/width=450/12663660.jpeg", "nsfwLevel": 16, "width": 768, "height": 1280, "hash": "ULIN{*DR^R,t%MxvV?Mx~V%0InRi~q4:WV%2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/509030", "modelId": 457293}
\ No newline at end of file
diff --git a/datasets/metadata/509238.json b/datasets/metadata/509238.json
new file mode 100644
index 0000000000000000000000000000000000000000..048ee5e59ea7a8f1a475dbdb9d03157fbb63260f
--- /dev/null
+++ b/datasets/metadata/509238.json
@@ -0,0 +1 @@
+{"id": 509238, "index": 0, "name": "v2.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-16T00:46:25.659Z", "availability": "Public", "nsfwLevel": 1, "description": "Updated dataset
", "trainedWords": ["kikarayo", "score_9", "source_furry"], "stats": {"downloadCount": 25, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 426608, "sizeKB": 166551.08203125, "name": "Kikarayo2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T00:46:34.261Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BE0A0ADF", "AutoV2": "A83175E244", "SHA256": "A83175E244D9D9CB47446928DBFFCA0AABC7C1966287A93A21E2F3C9D1D9EDAF", "CRC32": "C31FA0CB", "BLAKE3": "FAF182899A208A56486CABA1E0D4DB0FE98538BA8B8C312BFDD116C8285279E9", "AutoV3": "44971ACDDBA6"}, "downloadUrl": "https://civitai.com/api/download/models/509238", "primary": true}, {"id": 426617, "sizeKB": 17486.1884765625, "name": "508981_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T00:55:38.126Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C49514F9", "AutoV2": "E89E2B3667", "SHA256": "E89E2B3667D389A426778C780D2B4B8DA951232DBE4C0469E8D1E60BC6B87099", "CRC32": "0B750E09", "BLAKE3": "0C4DB1C4201AFA52FA584B56F88AD663C22EA43FC3E7C0D632F69D65B967AB6A"}, "downloadUrl": "https://civitai.com/api/download/models/509238?type=Training%20Data"}], "images": [{"id": 12596218, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/507b6dc4-71f0-4d00-ab48-b643b21bd4cf/width=450/12596218.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1751, "hash": "UFP4oQ~o8^rE-7yWxvVFF?D4VGsF?CkjI9NF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/509238", "modelId": 417734} \ No newline at end of file diff --git a/datasets/metadata/509398.json b/datasets/metadata/509398.json new file mode 100644 index 0000000000000000000000000000000000000000..b4694a38a0b744113ea5218405ed0da4bc6640e3 --- /dev/null +++ b/datasets/metadata/509398.json @@ -0,0 +1 @@ +{"id": 509398, "index": 1, "name": "Sitting on lap 3.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-16T02:13:45.113Z", "availability": "Public", "nsfwLevel": 28, "description": "Huge update! New version of Pov Sitting on Lap.
New prompts
Turning sideways
About to sit
About to sit on dick
Butt grab
Self butt grab
Leaning back
Buttjob
Cumshot
Current prompts
Sitting on lap
squatting
penetration
creampie
no penetration
vagina on show
facing away, looking back
Deleted prompts
x-ray
Internal creampie
creampie x-ray
I got rid of these prompts as they only seem to confuse the AI when generating x-ray pictures. I'm going to play around with generating images to hopefully find the right trigger words so the same effect is possible without the training images
", "trainedWords": ["Sitting on lap, no penetration, ", "vagina on show, ", "Sitting on lap, penetration,", "Sitting on lap, creampie, ", "facing away, looking back, ", "Squatting, ", "Turning sideways, ", "Butt grab, ", "Self butt grab, ", "Buttjob, ", "Cumshot, ", "About to sit, ", "About to sit on dick, ", "((x-ray)), ", "leaning back towards pov, "], "stats": {"downloadCount": 720, "ratingCount": 0, "rating": 0, "thumbsUpCount": 121, "thumbsDownCount": 0}, "files": [{"id": 430547, "sizeKB": 223099.41015625, "name": "Pov_sitting_merge.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T23:15:54.543Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4140F32B", "AutoV2": "0DD3AE3D7C", "SHA256": "0DD3AE3D7CBA9ECD2C444450A7E4B972C520D250A3881E69FC418F8CD4D48F50", "CRC32": "649808CE", "BLAKE3": "17E28E072230F85329E2B19108A4E91A887C41E4D1554DE3E0832C33AEDD9455", "AutoV3": "F85D2829FF57"}, "downloadUrl": "https://civitai.com/api/download/models/509398", "primary": true}, {"id": 430546, "sizeKB": 41020.27734375, "name": "513013_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T23:16:55.102Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "677E3E6C", "AutoV2": "F3D414D917", "SHA256": "F3D414D9171261031F986D1AA52D9089958313456F9F5820DD38250EC574F1E2", "CRC32": "5F3EAADA", "BLAKE3": "0B46FFDEBBE6452E6EB3782EB5DF750E527D14B99F211B3F7CA75DD273FDD41F"}, "downloadUrl": "https://civitai.com/api/download/models/509398?type=Training%20Data"}], "images": [{"id": 12620370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea046836-9960-4958-b940-3133fb66975c/width=450/12620370.jpeg", "nsfwLevel": 16, "width": 700, "height": 1023, "hash": "UGJ@RV~WP9IU0gE2t6R*00i_Mx%M?uWWRjM|", "type": "image"}, {"id": 12620371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17cbec27-0165-426a-a5ed-76b5a53db1fd/width=450/12620371.jpeg", "nsfwLevel": 16, "width": 700, "height": 1023, "hash": "UNI;u1~pJU4oEkWCxZIo4nD*IU%MoJofNGxu", "type": "image"}, {"id": 12604431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5f88864-2dd3-478f-942f-343a1d16eddf/width=450/12604431.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UHIhHY~WBmI@6lo}xtI;00oeIBxZxuofaKjF", "type": "image"}, {"id": 12604430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9097a008-28e8-47c0-93e5-35e731e75cf0/width=450/12604430.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UHIN]n4o?b-o80R5tRt80NRjE2Sh%3%M$%f6", "type": "image"}, {"id": 12604427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/038129b0-2fbb-47b7-8da4-45ba392c85ac/width=450/12604427.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UNKTxo~WOX4nJ8WVRPIUIAM{R+-;-;M|t7xu", "type": "image"}, {"id": 12604426, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/149ed762-8513-46ce-94e8-2d8045126aa1/width=450/12604426.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UHHVPS%h0LD*7joz%0t70.-o-pkWNhNftSo#", "type": "image"}, {"id": 12603001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fa63e83-fbf6-479d-a40d-9833f95cb7ec/width=450/12603001.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7I4ka_2tOIU0g%M0L9F00IV4:ah9v01~V?u", "type": "image"}, {"id": 12603002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26acca12-6dde-4900-b0b1-3e428a267b1f/width=450/12603002.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCKdJGM{p_IA0Mt7V@9ZDO~W004:%gxaIpWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/509398", "modelId": 413385} \ No newline at end of file diff --git a/datasets/metadata/509628.json b/datasets/metadata/509628.json new file mode 100644 index 0000000000000000000000000000000000000000..b3f23ec4c2df5a67f83747329a7d76f518e2a07e --- /dev/null +++ b/datasets/metadata/509628.json @@ -0,0 +1 @@ +{"id": 509628, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-16T05:08:31.599Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 149, "ratingCount": 0, "rating": 0, "thumbsUpCount": 30, "thumbsDownCount": 0}, "files": [{"id": 427000, "sizeKB": 41214.326171875, "name": "beta_shadow.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T05:10:42.270Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "130DFCEE", "AutoV2": "DC8B70D76A", "SHA256": "DC8B70D76ACC96560D4FB4EACFEA338C0A64D9C29530E1C4002B1B207EE6F1AE", "CRC32": "CEDB18F2", "BLAKE3": "2DEC57BEE6D7A156C75BE082BAB61ADF2BED91122B23A6CF2FC806767AB5018C"}, "downloadUrl": "https://civitai.com/api/download/models/509628?type=Training%20Data"}, {"id": 426999, "sizeKB": 22245.08203125, "name": "beta_shadow-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T05:11:21.645Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3838507E", "AutoV2": "23E8E42B21", "SHA256": "23E8E42B213F97BA3B3EF81F7A6B865D88817531D6519843622606C2DF859FE2", "CRC32": "802E5360", "BLAKE3": "F1F21B31F963A071968094D35BAE93476EC15317CA166336E1E08E4AA6B8259E", "AutoV3": "D43CBAC87C80"}, "downloadUrl": "https://civitai.com/api/download/models/509628", "primary": true}], "images": [{"id": 12614518, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3035b45a-89b8-4981-b4c3-fb8318022863/width=450/12614518.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U@L;T[ofozof_Nof%2oet8ayWAaxt6ayM{az", "type": "image"}, {"id": 12614519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d65153a1-605c-4eaf-9b9a-70bf97c1f53a/width=450/12614519.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U@L;T[ofozof_Nof%2oet8ayWAaxt6ayM{az", "type": "image"}, {"id": 12616076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bc98699-ab09-467a-a921-af334bb5ca36/width=450/12616076.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKJt#fRjS0%1~V^+Dis.I[^+ja%2E1%M-Tn$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/509628", "modelId": 457864} \ No newline at end of file diff --git a/datasets/metadata/509661.json b/datasets/metadata/509661.json new file mode 100644 index 0000000000000000000000000000000000000000..884a43b4c7ffb3b4691cd4612584fe2e5fba73d8 --- /dev/null +++ b/datasets/metadata/509661.json @@ -0,0 +1 @@ +{"id": 509661, "index": 0, "name": "Raenor", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-16T19:39:55.448Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 26, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 427027, "sizeKB": 8658.203125, "name": "509661_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T05:35:45.120Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5FDD83D0", "AutoV2": "9053717357", "SHA256": "905371735745ADFD5018206EE3934F8B0BF06B7E7E7BA9EB8BA79DD430421155", "CRC32": "B8169C0E", "BLAKE3": "CC4546592935426B51ADFEB074D6362BB370AED1B636F7E14621F1E8D50F4107"}, "downloadUrl": "https://civitai.com/api/download/models/509661?type=Training%20Data"}, {"id": 428240, "sizeKB": 223100.73046875, "name": "Raenor.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T19:42:02.833Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E0B17A4C", "AutoV2": "F0AE571E5B", "SHA256": "F0AE571E5B30DF9B89ECFA246EF3435E98348D7B7D2FBC0CA643E61D3D358801", "CRC32": "EA5E9F29", "BLAKE3": "F592C5FE62423E226E71FFB251E9FF9A39F8266C2BE7E53ED2C49DB1EAC78A30", "AutoV3": "7D0EDAEFA0F1"}, "downloadUrl": "https://civitai.com/api/download/models/509661", "primary": true}], "images": [{"id": 12679325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a567ef8-f9a2-4911-8400-ec8542b329e7/width=450/12679325.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPEzN9ENkq.8~BMwo#t7xab_H=aJMwaKM{oz", "type": "image"}, {"id": 12679323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86a98cb8-b92a-4abe-9632-04137d403a97/width=450/12679323.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UA8N#7%jS9M}J[tRi[siETS~tQWAr-V=WnR;", "type": "image"}, {"id": 12679324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ab59b0c-d588-4c7f-b7ad-64c0d3ef0e4e/width=450/12679324.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGALtxD4D*u5?wR*V?MID,xun3NGEmt7RPpI", "type": "image"}, {"id": 12679355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/422cf898-85b2-4ff8-8b0f-ec835465b622/width=450/12679355.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UB9%|@R34oyE?wROMyo}t6M_WB%1xAR:X9xZ", "type": "image"}, {"id": 12679357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22b1908c-a06f-465b-a7ca-2d6a0823fb0f/width=450/12679357.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UF6SjaZLV=nNt:Q+ksj[T2R4baXAksZ~t7j^", "type": "image"}, {"id": 12679356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f543cf09-aac3-4f76-8b41-0668338c886f/width=450/12679356.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U65if=lBDOrB*0o~WBnNiba}kqtRVWR4RQt,", "type": "image"}, {"id": 12679352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae70c65e-f4d1-4073-803d-f478b9a76a7c/width=450/12679352.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U65if=lBDOrB*0o~WBnNiba}kqtRVWR4RQt,", "type": "image"}, {"id": 12679350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/956311b4-ed52-4abf-a93a-127a108d379a/width=450/12679350.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGAT~1.9M{Rj.Tx^s.R4xu%go~jY%0%1kCXT", "type": "image"}, {"id": 12679360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f886d5cc-e3c9-4204-9dfc-fd1cf357a1be/width=450/12679360.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UG8}[Ft-D*R4uPtmt7i^wHbwkAt6R-s:n#WX", "type": "image"}, {"id": 12679359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21ffc046-39eb-4893-8899-a989e9bb3b7f/width=450/12679359.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJ9ky[Y8H;IA?wk?R.M{tlxZMxWER.w[RifR", "type": "image"}, {"id": 12679358, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aacd0cbe-ad68-41df-a184-c7568c3fdbba/width=450/12679358.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UG6+;SY8VCeSyFpJogaKivjEbwbci]ROj[o}", "type": "image"}, {"id": 12679363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fde6290a-63d3-4b09-a271-4029b31c5ab4/width=450/12679363.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UC8E;{Qk8_xuyZVWR.tmr;SiRixuNLtSZzSi", "type": "image"}, {"id": 12679364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc41e683-f0c6-4dda-9b7d-d8ddcba81678/width=450/12679364.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U98X%-DNEl%gysVXSitRMbkreSR59G%gnNM|", "type": "image"}, {"id": 12679366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f67c511-07bb-4eed-9568-15547dea4fab/width=450/12679366.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIB4g:H=D+.9%%MwWDx^v{kXRiV?j]fkobae", "type": "image"}, {"id": 12679362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17df5a49-fa20-47c1-80d4-1c0c83dd2fc6/width=450/12679362.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBEC2V~o9b%0tR~A?ZxtIpE20N=_9a0gIVV@", "type": "image"}, {"id": 12679365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/303e5e7c-1146-43d7-9098-74cbe2c02529/width=450/12679365.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9HnmAVs00?G0fS50,E200s:N1ad.Txt9Zj[", "type": "image"}, {"id": 12679368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ff49cc8-e064-4525-92bd-04f11a715b8e/width=450/12679368.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIF}.h~pOZ-:$z-.xuxuoyoeIV-nslRkxaj[", "type": "image"}, {"id": 12679367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e898a2d0-95e4-4b09-99ea-f0f8e9dff535/width=450/12679367.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEDvZc};TfIp$evxtSNLt,M|IVROM{Mwx]xC", "type": "image"}, {"id": 12679369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a362062a-01ce-43fa-b435-833f262cc212/width=450/12679369.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8HxA;00BXQ-fC00~o0LE0EN0ME2Sz%LRPER", "type": "image"}, {"id": 12679370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e44d008a-6235-48e8-9895-8c7d770c2655/width=450/12679370.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7AwI?%0rC-p9b4:X8%Mv|D*E2E3I=xu~UMx", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/509661", "modelId": 457894} \ No newline at end of file diff --git a/datasets/metadata/509832.json b/datasets/metadata/509832.json new file mode 100644 index 0000000000000000000000000000000000000000..5d6bf1a6a0bbf0bfe09fb38312ec26010c099e31 --- /dev/null +++ b/datasets/metadata/509832.json @@ -0,0 +1 @@ +{"id": 509832, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-16T08:05:22.208Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 281, "ratingCount": 0, "rating": 0, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 427198, "sizeKB": 97246.724609375, "name": "majicmixRealistic_v7_Beautiful_girl-.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T08:06:20.774Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "93771558", "AutoV2": "6EA14CDD9C", "SHA256": "6EA14CDD9CD18E8EECEFFB3ACD8EC61D36B1B2613CD6644276DFC7B886BE88EC", "CRC32": "3DAAB387", "BLAKE3": "97E93CCD05579E2003B076BBF8EFBFB8D17181CA11FC28875B7D2847B3C81559"}, "downloadUrl": "https://civitai.com/api/download/models/509832?type=Training%20Data"}, {"id": 427197, "sizeKB": 64302.38671875, "name": "majicmixRealistic_v7_Beautiful_girl-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T08:05:45.497Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9E27C889", "AutoV2": "C9DF1674A6", "SHA256": "C9DF1674A6BCCD85461A9DFD1CB3ED9A651A7657EC995A406409B81BD0B86AD6", "CRC32": "7B5AA686", "BLAKE3": "8109ABDFBCAD02D400922DB735ADB08441EB4A089B6EAA25693D2DFB8F657C56", "AutoV3": "9C829FBB6569"}, "downloadUrl": "https://civitai.com/api/download/models/509832", "primary": true}], "images": [{"id": 12625434, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05283ffe-d474-475b-a8b1-357d6a8fe149/width=450/12625434.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFKdVn0000?I00E4J8xv%#I@M|IU~V4n-=WB", "type": "image"}, {"id": 12625436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08a1ac78-d530-4e1e-a76f-082d34933870/width=450/12625436.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFKdVn0000?I00E4J8xv%#I@M|IU~V4n-=WB", "type": "image"}, {"id": 12625963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a46105b-d6fc-4cbf-8062-249ea71f9e00/width=450/12625963.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMJ7?s4o00%24ne;ENjYXSIB-;WA~paeM{NG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/509832", "modelId": 458056} \ No newline at end of file diff --git a/datasets/metadata/509907.json b/datasets/metadata/509907.json new file mode 100644 index 0000000000000000000000000000000000000000..4906081d3c1aae7435d0d7624bea9c4988495f4d --- /dev/null +++ b/datasets/metadata/509907.json @@ -0,0 +1 @@ +{"id": 509907, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-16T09:17:25.035Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 322, "ratingCount": 0, "rating": 0, "thumbsUpCount": 55, "thumbsDownCount": 0}, "files": [{"id": 427273, "sizeKB": 22241.65234375, "name": "Sexy_AIart-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T09:15:41.152Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8E060CB7", "AutoV2": "C716C60F6D", "SHA256": "C716C60F6DB1C82EB01EEBF0BDA310DE651BD64A47076F818DE7557D45EA0E59", "CRC32": "01CFAF3B", "BLAKE3": "3ADBFFC757002A740612DC5ABCBFC34E41B4C2E4A32E22843961F22D92E408DE", "AutoV3": "AEEA904B931B"}, "downloadUrl": "https://civitai.com/api/download/models/509907", "primary": true}, {"id": 427274, "sizeKB": 181769.724609375, "name": "Sexy_AIart.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T09:20:55.557Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "820E6AD3", "AutoV2": "1313D1E774", "SHA256": "1313D1E77443056540AEF7E0E91866ED16F8815531E4A681A5966FBDD027C9E1", "CRC32": "63EDA185", "BLAKE3": "1D852038CF0651B793F5F47D0306ECD2C8CEFDFA2346715D14891F47F71DEED0"}, "downloadUrl": "https://civitai.com/api/download/models/509907?type=Training%20Data"}], "images": [{"id": 12630028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29d79b4b-55d7-4937-bb42-0f4e0b74e523/width=450/12630028.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPMj5S?u0LRj0Kt7EMIU_NxuIARi?F%2$*Ri", "type": "image"}, {"id": 12630030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eefa5654-9654-4a15-aefa-1075919f6766/width=450/12630030.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPMj5S?u0LRj0Kt7EMIU_NxuIARi?F%2$*Ri", "type": "image"}, {"id": 12630333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1c4d3c9-a0be-413f-a7d6-8f7ecd6202b7/width=450/12630333.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UGLWeO4o00^+0KRj0ht70eE1-:ni~p%29Gf,", "type": "image"}, {"id": 12632320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d026bb7-42cb-4e17-b93f-c42a2cc37cd5/width=450/12632320.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UXPO;$%gFrx[sl%LgMs:Sio#xua#~WfkNGW;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/509907", "modelId": 458126} \ No newline at end of file diff --git a/datasets/metadata/510152.json b/datasets/metadata/510152.json new file mode 100644 index 0000000000000000000000000000000000000000..18d97155e761155dca39ea9b33d7c1fb2bf62002 --- /dev/null +++ b/datasets/metadata/510152.json @@ -0,0 +1 @@ +{"id": 510152, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-16T12:35:53.270Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 179, "ratingCount": 0, "rating": 0, "thumbsUpCount": 44, "thumbsDownCount": 0}, "files": [{"id": 427527, "sizeKB": 38584.5205078125, "name": "alpha_shadow.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T12:35:53.188Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DD9D7387", "AutoV2": "44B029F477", "SHA256": "44B029F4778B73DB9AFF68899E8F5827B19E4C0FD24B9B834CEBF424B0714B7E", "CRC32": "A60CA2AA", "BLAKE3": "63EC06DF17DC5352A83C9C78CF886C6532AAD896F0AFFAB5739EFD693C78FBDC"}, "downloadUrl": "https://civitai.com/api/download/models/510152?type=Training%20Data"}, {"id": 427528, "sizeKB": 22250.23046875, "name": "alpha_shadow-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T12:36:15.501Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E48B5771", "AutoV2": "6DEA7FFF58", "SHA256": "6DEA7FFF589632C9880089F3BD008022D798E3777B9E7654FCDB5830C4EBB819", "CRC32": "BD219002", "BLAKE3": "2A7CB7D7696A1A83F4B0F15F971D9ADF4D217E3EB74FDBFC1F7971E1231A478E", "AutoV3": "FDE465FDD5F5"}, "downloadUrl": "https://civitai.com/api/download/models/510152", "primary": true}], "images": [{"id": 12642866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3c08d4d-2d6c-4365-8140-de6d29b36e68/width=450/12642866.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UvOMTuoztlt7~qoztSj[kYaeNHoJocWCt7R*", "type": "image"}, {"id": 12642865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/418c711e-3359-44e3-ab8c-a4b0adfaf424/width=450/12642865.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UvOMTuoztlt7~qoztSj[kYaeNHoJocWCt7R*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/510152", "modelId": 458357} \ No newline at end of file diff --git a/datasets/metadata/510194.json b/datasets/metadata/510194.json new file mode 100644 index 0000000000000000000000000000000000000000..26461067fbecc29ebc122a71616cf66d4db67b4c --- /dev/null +++ b/datasets/metadata/510194.json @@ -0,0 +1 @@ +{"id": 510194, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-16T13:42:07.357Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["faybelle,", "lace fairy wings,", "white hair,", "ponytail"], "stats": {"downloadCount": 23, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 427627, "sizeKB": 223100.97265625, "name": "Faybelle_Thorn__Ever_After_High.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T13:41:34.600Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FE32D9A8", "AutoV2": "11F6A287E2", "SHA256": "11F6A287E266C76122E856C5E4401867D64EA9815AA6CF73C221109EDEB068AB", "CRC32": "91757936", "BLAKE3": "E674B83C02098E0BBD0F8F71C3449C6B29B72D7A7078D8B204AF97918E64B57D", "AutoV3": "605925DD66B3"}, "downloadUrl": "https://civitai.com/api/download/models/510194", "primary": true}, {"id": 427574, "sizeKB": 11938.783203125, "name": "510194_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T13:11:48.342Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DA3DE6F1", "AutoV2": "A762656075", "SHA256": "A7626560750931A53605761BC253B13D24E6CAF3D7BAB5FBF8285B1F53794144", "CRC32": "A35FBC51", "BLAKE3": "8BC9EEA1829C3BC7D134732962C043E5779960AAA62388A6E45077583971A581"}, "downloadUrl": "https://civitai.com/api/download/models/510194?type=Training%20Data"}], "images": [{"id": 12699966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c495fbb8-0b0c-47e1-abb4-223256fab7ec/width=450/12699966.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFDv_gDkMuV[^ma0I;V@~kIWNas+9ZoeRPt6", "type": "image"}, {"id": 12699969, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd6899c5-7cd0-4b58-bd5e-cc9881b553c1/width=450/12699969.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "URE:0hM{9Xoz~qRQ9Gt8E1R*ads:ITbJs,jF", "type": "image"}, {"id": 12699964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/839f45af-dc27-405c-a68c-87ceab260a5d/width=450/12699964.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UVI5u4%2S=t6~VV[D%RVRhRjRjM|XMt7%1WU", "type": "image"}, {"id": 12699963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f9056e3-de90-4a85-85da-e17bf7d9e450/width=450/12699963.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMFiVsMewEi_~pt5IAM|ROozafoIIAj]%LV[", "type": "image"}, {"id": 12699974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/750e8c52-00c8-44dc-b4cf-421a7b939548/width=450/12699974.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOF~y-MzoqWE~qs:D*bFtKIVM{RjITjDafR%", "type": "image"}, {"id": 12699965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38043787-1bc9-487c-b617-7d6eace845c9/width=450/12699965.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UND0.Lx]EJXS_Nt8E1NGD$ofWBM{R*j?t7ae", "type": "image"}, {"id": 12699967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1cdbf8b-a59e-4728-82cc-1e7c0f0d3c94/width=450/12699967.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPFPi=RQIRRm~Wt2DkWExpM~RPWBM_xtRlob", "type": "image"}, {"id": 12699968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bedcd53-86da-4d65-bad2-45fe68cecf44/width=450/12699968.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFE{nW_300R-~WWY0LInEKV[eTVsEkM|I9k8", "type": "image"}, {"id": 12699970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63e31725-a8ec-4d02-bf57-dea1039247c0/width=450/12699970.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8Bf|n?d4mEg~qW?004o=^-pE1IT9E9YaKaK", "type": "image"}, {"id": 12699973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2c5d82e-d3f0-4630-8e80-38d059fc94a9/width=450/12699973.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UIE2^KWAI8xu.AoI4.NI9GofRPn$9FkCxZs,", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/510194", "modelId": 458400} \ No newline at end of file diff --git a/datasets/metadata/510268.json b/datasets/metadata/510268.json new file mode 100644 index 0000000000000000000000000000000000000000..50717ebe66a2f95fc5c693d034b8051b604663e5 --- /dev/null +++ b/datasets/metadata/510268.json @@ -0,0 +1 @@ +{"id": 510268, "index": 0, "name": "Gia the Jaguar (PonyXL)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-16T15:40:55.191Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["anthro, feline, girl, female, jaguar, Gia, brown eyes, yellow fur color, multicolor fur, spotted fur, ", "blue choker, brown ears, animal ears, animal tail, short legs "], "stats": {"downloadCount": 73, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 427642, "sizeKB": 4201.3330078125, "name": "510268_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T13:51:16.982Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D211AAE3", "AutoV2": "C7D3AFA207", "SHA256": "C7D3AFA2072091BF9987C8826A261AFED4D47EDCFC2B3C652E463E177A3B6297", "CRC32": "119D01E8", "BLAKE3": "2F857D79932D12BA532AC882ADEC0A1455CA95B22E782E1E3DAF7778EC1929FE"}, "downloadUrl": "https://civitai.com/api/download/models/510268?type=Training%20Data"}, {"id": 427809, "sizeKB": 223102.41015625, "name": "Gia_the_Jaguar_PonyXL-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T15:41:30.151Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F5D602F9", "AutoV2": "8C04053B58", "SHA256": "8C04053B585C11367A289EC842EA6EF966F6DA981572AF7AC2A2F7DE3AFB59C2", "CRC32": "52BE4412", "BLAKE3": "AB8C123613DF2E72B652A66275948F0F3588ED056F6C8FA9CD5902E4276B8A5A", "AutoV3": "BB1C3EB7DAB9"}, "downloadUrl": "https://civitai.com/api/download/models/510268", "primary": true}], "images": [{"id": 12659157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67a885dd-20d9-48bd-9a7b-b272f8b65fc6/width=450/12659157.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCBLkO=cEhAF0%AFxF=b5nazxFoK}W-8NbI=", "type": "image"}, {"id": 12666852, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/507b2111-3e26-432c-aa5d-84f12588b8b6/width=450/12666852.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "ULGkBp~9t6JB~AxZV@aK%fNds.M|?F%0S5V@", "type": "image"}, {"id": 12666853, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c11db8f-c4b6-4c37-b7d8-0b508318064e/width=450/12666853.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U3DH]4#j01%N16ob9t9^{wbdAd9Z0gShgNE2", "type": "image"}, {"id": 12666851, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/719ed181-10b2-45f3-879a-7159c960ad7a/width=450/12666851.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U4Enni0300IT01~UD*-:9[9s_NNd01-os;}=", "type": "image"}, {"id": 12666850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f32583b7-242f-411c-99ba-df9df28c56e1/width=450/12666850.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEF#Hm?G9}}?D*RPRjWB0%t8%0NeWARjS559", "type": "image"}, {"id": 12666848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4220b67f-aa57-4988-baa2-67d887213225/width=450/12666848.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U39?aZnP03S~E9X6Myw{X*Ir^hs,9b%0xHIq", "type": "image"}, {"id": 12666856, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd58e2b7-03a7-4d8f-9dd8-e763478fce5d/width=450/12666856.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UPIO8.?Z0MW._LxtIVR*9wWCIBIoE2bHRQRQ", "type": "image"}, {"id": 12667034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a0d3c4b-6883-44b6-8bc5-fc11e5e256f0/width=450/12667034.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6Ene4}=0$9^^5%KIDE30iE4~9xZ05-lSi}=", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/510268", "modelId": 458466} \ No newline at end of file diff --git a/datasets/metadata/510271.json b/datasets/metadata/510271.json new file mode 100644 index 0000000000000000000000000000000000000000..c71d7abdb31d749d25eaa4892d3287d1a17624da --- /dev/null +++ b/datasets/metadata/510271.json @@ -0,0 +1 @@ +{"id": 510271, "index": 0, "name": "Ho-oh", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-16T21:27:23.512Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Ho-oh", "bird", "beak", "red feather", "red body", "red eyes"], "stats": {"downloadCount": 72, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 427646, "sizeKB": 8296.345703125, "name": "510271_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T13:55:40.684Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2D762AD8", "AutoV2": "D44C2567AD", "SHA256": "D44C2567AD473A6EA2CE8E0EDCA510002B96E00636C943AC50FFFC814D9AF9C1", "CRC32": "0910F850", "BLAKE3": "BC7B3F5D521D6C8786277E91BCAC6DAFC0D9A03440637F7895C458C61BF998A9"}, "downloadUrl": "https://civitai.com/api/download/models/510271?type=Training%20Data"}, {"id": 428346, "sizeKB": 223099.98046875, "name": "Ho-oh-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T20:40:50.318Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "815F9F37", "AutoV2": "04FDAFD05B", "SHA256": "04FDAFD05BFC368782F211950B32D2D9539015D2638E7735AC0A5BA552A26ACF", "CRC32": "850DC6DE", "BLAKE3": "F3328F6DD5A3EB0E17ADC3C8D27FA9DB318E2801DDF941B35B2C80CCAD3545B7", "AutoV3": "E75FD09641D2"}, "downloadUrl": "https://civitai.com/api/download/models/510271", "primary": true}], "images": [{"id": 12688421, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3239da8c-781e-48b3-98b1-9256fcb3510c/width=450/12688421.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UDDcmfxt00I:^=xCE,E%H8Wrzpnhy;a#WSox", "type": "image"}, {"id": 12688332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a0a0baa-1187-4b08-aa3b-43763a00af34/width=450/12688332.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "URJ%%qM}GGx]_M%0Roo}9GoJRPM|I:IpxFVs", "type": "image"}, {"id": 12688399, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9b89994-384f-47d1-99ec-d666cedc2ef3/width=450/12688399.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UJFF7]Q-0}TLuhrVE2OZPnI-spnnXUjD#;xD", "type": "image"}, {"id": 12688440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed12cddb-704e-4162-b975-10e542d2107e/width=450/12688440.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UCE3IX~V0V5lyqtmKiAVD1yD,0Ip?I%4X9V[", "type": "image"}, {"id": 12688392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4810e8b4-e6aa-4dc1-9df3-134aa0c6d4e1/width=450/12688392.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UaLpzDs;yss:.8X9Myr=kWa}aLaxS2j[s9n$", "type": "image"}, {"id": 12688366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/418f1326-942a-402d-8251-777019b17b67/width=450/12688366.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWGuwL%1EhVt_NjFt6xYFfSh$Mr?M{bbRkS5", "type": "image"}, {"id": 12688429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36629d84-4fa9-4be8-b10a-1e28c80a6938/width=450/12688429.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UCDmQm?]03Ed.9t-K$M_Lzt.n7v|*JW]nTw[", "type": "image"}, {"id": 12688435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93799851-79db-4a2c-b889-df78666ea6d7/width=450/12688435.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UDCZ%o,,16JC_HnL5VIqugs7xIXRTvROs;t6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/510271", "modelId": 458469} \ No newline at end of file diff --git a/datasets/metadata/510317.json b/datasets/metadata/510317.json new file mode 100644 index 0000000000000000000000000000000000000000..e89de9bf380fb743f5f48eedd0ef14457fea444e --- /dev/null +++ b/datasets/metadata/510317.json @@ -0,0 +1 @@ +{"id": 510317, "index": 0, "name": "Judy_Animal_Crossing", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-16T15:28:06.760Z", "availability": "Public", "nsfwLevel": 28, "description": "1.0
", "trainedWords": [], "stats": {"downloadCount": 26, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 427689, "sizeKB": 2295.6552734375, "name": "510317_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T14:25:59.665Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B0DA5761", "AutoV2": "2996C07924", "SHA256": "2996C07924BB43F1E4F4C76A58AAE2FC8E280E960DD5320ECFFE3277F6AE06A7", "CRC32": "82237EDB", "BLAKE3": "78DEEC93C06664653230D5A02923F873747A36E8CC43AC93C23BA95BC0FAB4D2"}, "downloadUrl": "https://civitai.com/api/download/models/510317?type=Training%20Data"}, {"id": 427769, "sizeKB": 223099.72265625, "name": "Judy_Animal_Crossing-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T15:21:27.154Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5A39E6CB", "AutoV2": "9977C10537", "SHA256": "9977C10537FBAAC5C332D53F62149BDB615F7ABB54DB00F6C2FBA15AB8315425", "CRC32": "B486DFF9", "BLAKE3": "C68F81FD873D8F79512C0E7F3EEEBC8CB4596A393182973B16FC404CD1F60D09", "AutoV3": "E8FD8D5A7318"}, "downloadUrl": "https://civitai.com/api/download/models/510317", "primary": true}], "images": [{"id": 12657553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41cd01b2-5667-43ab-80f1-8354d7fcc101/width=450/12657553.jpeg", "nsfwLevel": 1, "width": 792, "height": 1416, "hash": "UDJQZ]M~00b_~pMzIBJ-7fIo#QI=R8R*TIRQ", "type": "image"}, {"id": 12657618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa7979e7-aa3d-492e-b683-7c1ae38a6e89/width=450/12657618.jpeg", "nsfwLevel": 1, "width": 792, "height": 1416, "hash": "UTP#UA-B}5%Lx@WBRUxt$joJaxR-rcoybYRj", "type": "image"}, {"id": 12658020, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/802bb71d-b297-4d90-8896-5b699958b93e/width=450/12658020.jpeg", "nsfwLevel": 1, "width": 528, "height": 944, "hash": "UTPP1r%M_K%2%xsEVuJOu5afrWR*Z%WCOroy", "type": "image"}, {"id": 12658041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c64eaff3-ac36-410d-979f-201b30d0f941/width=450/12658041.jpeg", "nsfwLevel": 1, "width": 528, "height": 944, "hash": "UQPq2m=G_},@yBR+rYxus;W.v}WYNhg2btn4", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/510317", "modelId": 458507} \ No newline at end of file diff --git a/datasets/metadata/510462.json b/datasets/metadata/510462.json new file mode 100644 index 0000000000000000000000000000000000000000..1cb1d5b60e35d9d90c6759ccf5f9fc6ecab75bc2 --- /dev/null +++ b/datasets/metadata/510462.json @@ -0,0 +1 @@ +{"id": 510462, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-16T15:46:10.727Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 195, "ratingCount": 0, "rating": 0, "thumbsUpCount": 38, "thumbsDownCount": 0}, "files": [{"id": 427824, "sizeKB": 45398.6318359375, "name": "Bible_Black_Style.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T15:43:15.374Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D444E61D", "AutoV2": "D3FF08F1F2", "SHA256": "D3FF08F1F259D1AB3990C310746AF7792A20188DE071AFF76436F9B39BF46610", "CRC32": "553D7072", "BLAKE3": "76EE4DB37C2D2333D8FDAD952286E2613969061886538710B27DB7D20451B6F4"}, "downloadUrl": "https://civitai.com/api/download/models/510462?type=Training%20Data"}, {"id": 427822, "sizeKB": 22261.47265625, "name": "Bible_Black_Style-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T15:40:51.110Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "ACD00CE0", "AutoV2": "1DD73B8952", "SHA256": "1DD73B89523880D833D0085A30B18C5C596E7E5A632E5B59F450A3544C151C81", "CRC32": "726557DF", "BLAKE3": "538811DD62062009731509E3ACF7C2A203546F4C3B59FF332ECC174BFD5A75EC", "AutoV3": "A220C6532174"}, "downloadUrl": "https://civitai.com/api/download/models/510462", "primary": true}], "images": [{"id": 12659730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8abcaef4-b102-42b1-a901-5f08521f1026/width=450/12659730.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbMa3Dof?^xu-ofk-;j[%Nj?xut7tRj[xZWC", "type": "image"}, {"id": 12659732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e4c355a-82ef-4172-93f4-8cf49c8f0e18/width=450/12659732.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbMjj$of?^xu-ofk-;j[%Nj?xut7tRj[xZWC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/510462", "modelId": 458644} \ No newline at end of file diff --git a/datasets/metadata/510594.json b/datasets/metadata/510594.json new file mode 100644 index 0000000000000000000000000000000000000000..0f00598dc915917fdfe769ed3ccf5fea64622981 --- /dev/null +++ b/datasets/metadata/510594.json @@ -0,0 +1 @@ +{"id": 510594, "index": 0, "name": "condom suit 2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-16T19:13:39.979Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["latex", "futa", "huge_condom_suit", "condom_suit", "ejaculation"], "stats": {"downloadCount": 314, "ratingCount": 0, "rating": 0, "thumbsUpCount": 69, "thumbsDownCount": 0}, "files": [{"id": 427965, "sizeKB": 8032.4912109375, "name": "510594_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T16:56:29.943Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7A6F67B3", "AutoV2": "414476CA70", "SHA256": "414476CA7064C7F701749F9B164A2B5537BF6835A859EDA975E3C46CFC4A96B8", "CRC32": "2B1CC0D1", "BLAKE3": "4C3ECE088A45CADDF0F39BE7D13FEE3CC9AC87F2E68DB3FF03F9B46F25049B02"}, "downloadUrl": "https://civitai.com/api/download/models/510594?type=Training%20Data"}, {"id": 428178, "sizeKB": 223100.19921875, "name": "condom_suit_2-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T19:11:00.205Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "113F25CA", "AutoV2": "7B1611F065", "SHA256": "7B1611F0657C8232A93A4B79DC7E08B19A00770D158263F52C52D0613CB25B14", "CRC32": "01B6EB75", "BLAKE3": "E8B12B9C471BF4223C6AC18C53DD4022346DD2A9C6EFF468E4329D5BFC969D23", "AutoV3": "489BDDDD7587"}, "downloadUrl": "https://civitai.com/api/download/models/510594", "primary": true}], "images": [{"id": 12677159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36355225-0816-486f-99dc-b153f95bbf3a/width=450/12677159.jpeg", "nsfwLevel": 16, "width": 768, "height": 1280, "hash": "UWJRUB~V?cM{_Nxut7M|~VoKITj^tSM|RjRk", "type": "image"}, {"id": 12678627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ee5fd27-090f-40b1-afda-32452a32020d/width=450/12678627.jpeg", "nsfwLevel": 16, "width": 768, "height": 1280, "hash": "UOH2K9S%_N%2%2M{tRMxtmD*9tRj4:%2M{%M", "type": "image"}, {"id": 12678631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b2b45a6-0920-419d-9a37-349110e63267/width=450/12678631.jpeg", "nsfwLevel": 8, "width": 1612, "height": 2688, "hash": "UUJ*h-$+_4X9~BROkD%g~qRPD%bv_3tQNHbb", "type": "image"}, {"id": 12678629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/775dc9c5-8a52-40b3-bd00-b42c76fd85f5/width=450/12678629.jpeg", "nsfwLevel": 8, "width": 768, "height": 1280, "hash": "UTJ@:.$$?H~q%OIVt7tRaL^*NaIobx%MM{R*", "type": "image"}, {"id": 12678628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65176284-2de4-4dd1-b152-6b67eaebdd48/width=450/12678628.jpeg", "nsfwLevel": 16, "width": 768, "height": 1280, "hash": "UXHB#xRO_3ae_4V@bERk~VxujWt7t8xuRit8", "type": "image"}, {"id": 12678630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/436e8f0e-d45f-4873-9ba9-a6066b6da17e/width=450/12678630.jpeg", "nsfwLevel": 16, "width": 768, "height": 1280, "hash": "UPH.EBMd_NyDxFxaS#Nx%$Ip9ZSh9ZR%WBso", "type": "image"}, {"id": 12678632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a03874da-0164-48d2-8136-8034ac46d39f/width=450/12678632.jpeg", "nsfwLevel": 16, "width": 768, "height": 1280, "hash": "USJa~4-p~qW@~WR*%Kso-:ayM_WA?bt7RjbI", "type": "image"}, {"id": 12678634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97a56675-e83f-463f-bdfa-9d1f2cc64b00/width=450/12678634.jpeg", "nsfwLevel": 16, "width": 768, "height": 1280, "hash": "UHH.Tu?a-;00_3WBWXD%?wRjD$xvI_ogf+-;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/510594", "modelId": 458770} \ No newline at end of file diff --git a/datasets/metadata/510651.json b/datasets/metadata/510651.json new file mode 100644 index 0000000000000000000000000000000000000000..a0a353a19649b3825392004e4b79a6670ca81a1e --- /dev/null +++ b/datasets/metadata/510651.json @@ -0,0 +1 @@ +{"id": 510651, "index": 0, "name": "v2.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-16T17:30:38.030Z", "availability": "Public", "nsfwLevel": 28, "description": "Better Eye quality, resulting in less facial distortion.
", "trainedWords": ["Medusa, nintendo, messy hair, black hair, snakes in hair, pale skin, lavender eyes, face tattoo,"], "stats": {"downloadCount": 40, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 428017, "sizeKB": 8434.591796875, "name": "509446_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T17:31:26.904Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BADB4A58", "AutoV2": "A7F250AB94", "SHA256": "A7F250AB94479C320863E32B793B2EE6BF02FC293E6017A53884C2AC2FF01521", "CRC32": "8FD816CF", "BLAKE3": "E95256DAB088C79FB02733312EA0DA1CCE8C8D8E5A26DE76CF6FA547E9249C90"}, "downloadUrl": "https://civitai.com/api/download/models/510651?type=Training%20Data"}, {"id": 428018, "sizeKB": 223102.36328125, "name": "Medusa_Kid_Icarus_Version_V2-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T17:31:28.490Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F6CA0EB8", "AutoV2": "76039E0AFE", "SHA256": "76039E0AFE64F8A1BE8621E6C2465F5D420F1C808A37A9AA213FFE79E973513E", "CRC32": "DFD2B2B6", "BLAKE3": "944B26897B4B96EA725183703C79F7E085D4BD690B6C4C4DC668D4E5D0FFE6C6", "AutoV3": "5D6EB9C6FF54"}, "downloadUrl": "https://civitai.com/api/download/models/510651", "primary": true}], "images": [{"id": 12667809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a71262e-6639-4e2b-9220-cbc046023abb/width=450/12667809.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U16@f|Gh04003?kh}u4.01Mc?w~C9a#61O~B", "type": "image"}, {"id": 12667767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2413798b-12ad-4017-8ba4-38916975485d/width=450/12667767.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UFFFaOD%4UM|00x[.8ag4nRi%Mxu~XE0IB%M", "type": "image"}, {"id": 12667788, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2788dcf7-39e2-4da1-975b-788dd2731cab/width=450/12667788.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGF=:ptRRi%M00ozM{ae00D%s;RP~qoz?bae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/510651", "modelId": 457504} \ No newline at end of file diff --git a/datasets/metadata/510692.json b/datasets/metadata/510692.json new file mode 100644 index 0000000000000000000000000000000000000000..44cc2eee45b453a285bb75ad4e3fab4b45804d11 --- /dev/null +++ b/datasets/metadata/510692.json @@ -0,0 +1 @@ +{"id": 510692, "index": 0, "name": "Pulp magazine style", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-16T19:05:56.363Z", "availability": "Public", "nsfwLevel": 5, "description": "first experimental version
", "trainedWords": [], "stats": {"downloadCount": 112, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 428068, "sizeKB": 22980.7607421875, "name": "510692_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T18:05:44.854Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9088A583", "AutoV2": "93923E77DD", "SHA256": "93923E77DDE2F602E921F32024FA08C3B9E73E5351ECB08DEA0E998CC1CC4D67", "CRC32": "3EA7E5EF", "BLAKE3": "283DC93B9D48FD5CC75174DF95E9AFBB01C5BEDA70844D45F3E17A17AD2729B1"}, "downloadUrl": "https://civitai.com/api/download/models/510692?type=Training%20Data"}, {"id": 428149, "sizeKB": 223104.44140625, "name": "Pulp_magazine_style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T18:56:32.689Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DA1A99C6", "AutoV2": "2C2128EAC9", "SHA256": "2C2128EAC95D2906F77EEAB56A40064A33AD9B945DED6549477981EFFCD3E803", "CRC32": "224406B0", "BLAKE3": "20A1AE355E11A75254319B16373F496288D73639EBA6F02B7791AAA4BF55BDC4", "AutoV3": "F4C7B7AD5817"}, "downloadUrl": "https://civitai.com/api/download/models/510692", "primary": true}], "images": [{"id": 13230988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0db7f150-a04b-48ee-8e3f-fa951e3b62dd/width=450/13230988.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UFC%NWOV4q?a~UkDD+g1N2i_NFJBK$bXn4Ro", "type": "image"}, {"id": 12678082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ae8eaa2-704b-42b1-babf-032ef09c55c9/width=450/12678082.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCFE[Wu14o:m;S}=x?BQ9v$$^OTI-UNuEg={", "type": "image"}, {"id": 12675573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f06b4f9-9ffd-4492-92eb-286f46109a24/width=450/12675573.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAHTmz}a0_%KGrI:z?-o00F?-=^*:;=zo~v~", "type": "image"}, {"id": 12678083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae6a3601-99c0-4fcd-ab13-7350e04aaacd/width=450/12678083.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULGaOl6x0y}aBN=fsDJ59ts:$+NaI;s;ofWE", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/510692", "modelId": 458860} \ No newline at end of file diff --git a/datasets/metadata/510836.json b/datasets/metadata/510836.json new file mode 100644 index 0000000000000000000000000000000000000000..63723bc60878c81e3a642e0211089e8b727c5489 --- /dev/null +++ b/datasets/metadata/510836.json @@ -0,0 +1 @@ +{"id": 510836, "index": 0, "name": "Pov Sitting on Lap 3.1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-16T19:18:41.597Z", "availability": "Public", "nsfwLevel": 28, "description": "Hopefully all prompts are now working as intended
New version of Pov Sitting on Lap.
New prompts
Turning sideways
About to sit
About to sit on dick
Butt grab
Self butt grab
Leaning back towards pov
Buttjob
Cumshot
Current prompts
Sitting on lap
squatting
penetration
creampie
no penetration
vagina on show
facing away, looking back
Deleted prompts
x-ray
Internal creampie
creampie x-ray
I got rid of these prompts as they only seem to confuse the AI when generating x-ray pictures. With playing around with generating images it seems to be better to just add ((x-ray)) to the prompt
", "trainedWords": ["Sitting on lap, no penetration,", "Sitting on lap, penetration,", "Sitting on lap, creampie,", "vagina on show,", "facing away, looking back,", "Squatting,", "Turning sideways,", "leaning back towards pov, ", "Butt grab,", "Self butt grab,", "Buttjob,", "Cumshot,", "About to sit,", "About to sit on dick,", "((x-ray)),"], "stats": {"downloadCount": 3185, "ratingCount": 0, "rating": 0, "thumbsUpCount": 408, "thumbsDownCount": 0}, "files": [{"id": 430691, "sizeKB": 223099.41015625, "name": "Pov_sitting_merge.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T00:45:45.935Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4140F32B", "AutoV2": "0DD3AE3D7C", "SHA256": "0DD3AE3D7CBA9ECD2C444450A7E4B972C520D250A3881E69FC418F8CD4D48F50", "CRC32": "649808CE", "BLAKE3": "17E28E072230F85329E2B19108A4E91A887C41E4D1554DE3E0832C33AEDD9455", "AutoV3": "F85D2829FF57"}, "downloadUrl": "https://civitai.com/api/download/models/510836", "primary": true}, {"id": 430695, "sizeKB": 41020.27734375, "name": "513013_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T00:46:20.223Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "677E3E6C", "AutoV2": "F3D414D917", "SHA256": "F3D414D9171261031F986D1AA52D9089958313456F9F5820DD38250EC574F1E2", "CRC32": "5F3EAADA", "BLAKE3": "0B46FFDEBBE6452E6EB3782EB5DF750E527D14B99F211B3F7CA75DD273FDD41F"}, "downloadUrl": "https://civitai.com/api/download/models/510836?type=Training%20Data"}], "images": [{"id": 12807772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c737a421-b7a0-4e15-8931-c73fbd176c7d/width=450/12807772.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UBJQTPn%00xu5SM{9vNaox%MM|jZmkog~Vxu", "type": "image"}, {"id": 12807759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7dfe40ac-3cdc-4269-b194-75363252d4d2/width=450/12807759.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UCJZ;?$$01XSX9R658I;$~xuM|RkQ,t7~Vxa", "type": "image"}, {"id": 12807768, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fbf4d17-6c80-41d1-8005-522889a3a62a/width=450/12807768.jpeg", "nsfwLevel": 16, "width": 450, "height": 658, "hash": "U6JjoA~V00IqBq-oKk4:#PRi~VRPh|of?GxF", "type": "image"}, {"id": 12807767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b64f137-a112-423c-9e51-f5932ce34aca/width=450/12807767.jpeg", "nsfwLevel": 16, "width": 450, "height": 658, "hash": "U7IXBjqs00PX0t^IM|Ad?F0K};^jvxIV~U}?", "type": "image"}, {"id": 12807760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f2a8f83-f3a0-4d4b-a145-3ed52fcf882c/width=450/12807760.jpeg", "nsfwLevel": 16, "width": 450, "height": 658, "hash": "UMI;n]~q0fIA5[tSIVD%x]%Mw]M|MwM{%Kt7", "type": "image"}, {"id": 12684382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/097563cf-29a5-4138-a53d-f520284153db/width=450/12684382.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U5K0]J}@_3~B0001$z%200%#EONH9a%LE2E1", "type": "image"}, {"id": 12684387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/badfd58a-c667-4205-81b2-81bbf155aff4/width=450/12684387.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UPK,?H?GIU%0D%oJt6M_w[-:Ri%L~ps.IAxZ", "type": "image"}, {"id": 12684384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22017373-a662-44f8-8f19-1fd7668b6fb8/width=450/12684384.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UBJH8a-o9s4.00RP-;9a4n~W0Lo~.7Mx01IV", "type": "image"}, {"id": 12677645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff70a1ed-fdcc-4b39-8595-ae9066046732/width=450/12677645.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U8Lp%D~p0fIU00t74U9G00xt4:IULMt7DPV[", "type": "image"}, {"id": 12677644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd77caae-7882-408c-a801-659921fb9a99/width=450/12677644.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UXI5MtozBqbdpyaKRPbdJDxErBR-5SRP%1bI", "type": "image"}, {"id": 12677646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afbce4a0-04b8-440f-8baf-34133854c32e/width=450/12677646.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9GSZQ%45iQ+%jfmIA$J80K7L}#%E,Djz..7", "type": "image"}, {"id": 12684381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da3a2ac4-f459-4cd9-a613-923795b248b3/width=450/12684381.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UAK,dA00_M4n00-:n3Iq00x^D*.8E2Rj-;-o", "type": "image"}, {"id": 12684380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/628daf3e-d0d4-4059-8891-0553a9be4961/width=450/12684380.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U9HnHP00Bo;e00xD^*ni00_MMxJC_N-V00o~", "type": "image"}, {"id": 12684379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3239a6cb-557a-4f0b-9a92-33e82cddcf0c/width=450/12684379.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UDI=DV_N0KE33ZJAtOIV01t7#QM{R7WV#kxa", "type": "image"}, {"id": 12684386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/425087db-bfb3-46c3-87fb-fceca46792de/width=450/12684386.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "ULIhs#Md0|*0BqV@v|Nd0LD*skt8D+-nXTRk", "type": "image"}, {"id": 12684759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0d23c2b-5017-4939-86d2-8b43215ab2bf/width=450/12684759.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UBIE;P007uQS1lkDmieS00D*};%0^+$*E1pJ", "type": "image"}, {"id": 12684388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cafada9-b21f-4f9c-8bf0-d853b26ff6d8/width=450/12684388.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UFK-B?IA00-;1gIAENo#8_s:^+WB?^%MMxRj", "type": "image"}, {"id": 12684389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a633c5a-d02d-4a3a-8444-a2fbe4261ed6/width=450/12684389.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UJJ*ei4T00_N6-ROivSP4:NG$%M{Eg-;ocVr", "type": "image"}, {"id": 12684385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea6b74f7-4ddc-4803-9156-4ac0599fd5f9/width=450/12684385.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U9K^sf0000^%3s00?vi^N44T^*MxK+?FIUR*", "type": "image"}, {"id": 12684383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/140216d3-04b2-4d1c-8c32-d24fc86495ab/width=450/12684383.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "USK1ah_N0eIAK*%gxuRi?Ixa-Vt79uRjRPtR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/510836", "modelId": 413385} \ No newline at end of file diff --git a/datasets/metadata/510883.json b/datasets/metadata/510883.json new file mode 100644 index 0000000000000000000000000000000000000000..dbcaf13269dda7d5f383cd11b4b73d23df36f1c2 --- /dev/null +++ b/datasets/metadata/510883.json @@ -0,0 +1 @@ +{"id": 510883, "index": 0, "name": "red femae", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-16T20:52:23.524Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": [], "stats": {"downloadCount": 76, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 428253, "sizeKB": 34078.3056640625, "name": "510883_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T19:45:55.474Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C2A2E42D", "AutoV2": "DE293C4BA9", "SHA256": "DE293C4BA9898DDCA61C2345A70B87646422CB9A9BE6DC9A0AA4B4E3384C5DED", "CRC32": "933AE29C", "BLAKE3": "AA02BD9F18D9A384B928286E86781CEF6E0B87AF706EDED1EC52DCAD78B369EB"}, "downloadUrl": "https://civitai.com/api/download/models/510883?type=Training%20Data"}, {"id": 428360, "sizeKB": 223099.12890625, "name": "red_femae.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T20:52:00.475Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3179403F", "AutoV2": "17BF3602B0", "SHA256": "17BF3602B00F9531114EFF3FBD31F92ED473DE377248D2AA06E2AB58FCE474AD", "CRC32": "2ADB266E", "BLAKE3": "CB050BAC6276020E0FC0C995B674785F844D3169503C8218F42607BFA804B900", "AutoV3": "23EFABE838DC"}, "downloadUrl": "https://civitai.com/api/download/models/510883", "primary": true}], "images": [{"id": 12685566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d4e679a-def6-4558-b344-7e03535689c4/width=450/12685566.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UFGt.|MwYksn%%NbyDtQTyRQ%1kB=|xtRPj[", "type": "image"}, {"id": 12690582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb5e3397-778d-4681-8d26-6814a662a6e9/width=450/12690582.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UTFE=g~WXno#%g%g%Mxu9]f+%1ofxaogRkf6", "type": "image"}, {"id": 13091888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45579490-db99-4d88-81ee-7453188e6dc3/width=450/13091888.jpeg", "nsfwLevel": 16, "width": 3680, "height": 4096, "hash": "UCFDexRj0i=w0%Nbbuo01J$$^3R+}=R+NHS4", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/510883", "modelId": 459031} \ No newline at end of file diff --git a/datasets/metadata/51110.json b/datasets/metadata/51110.json new file mode 100644 index 0000000000000000000000000000000000000000..45157d85d51547274ab8cf0ca464a0838d1165c2 --- /dev/null +++ b/datasets/metadata/51110.json @@ -0,0 +1 @@ +{"id": 51110, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-20T23:55:40.775Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["fgo sprite"], "stats": {"downloadCount": 1501, "ratingCount": 294, "rating": 5, "thumbsUpCount": 324, "thumbsDownCount": 0}, "files": [{"id": 37382, "sizeKB": 871771.7451171875, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-20T23:56:42.305Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D79500EE", "AutoV2": "34E7455F2C", "SHA256": "34E7455F2C8604337EBA2C8784D67D5128C069E83BDFDB505707785CC1271DC2", "CRC32": "604E88B5", "BLAKE3": "52CBFF477B8A0CBBD1007BD3824690459153B000436328A0284A9B1B5F0BF2DF"}, "downloadUrl": "https://civitai.com/api/download/models/51110?type=Training%20Data"}, {"id": 37381, "sizeKB": 37050.92578125, "name": "fgo_sprite_lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-20T23:56:14.229Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FDBD0047", "AutoV2": "AB7E9FAC74", "SHA256": "AB7E9FAC74892BD36D929A406E47C09195CFA0EA6FCB9885F161A8FA2C7F98CA", "CRC32": "AD92574A", "BLAKE3": "BC2E8D2DEAE6996F3DDA494DC1113625C477C5D22A02190EA6A223FCC98DFC59", "AutoV3": "18BCB5BCEFA5"}, "downloadUrl": "https://civitai.com/api/download/models/51110", "primary": true}], "images": [{"id": 553521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afef98fa-eaee-42eb-8c18-5d411fb47e00/width=450/553521.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULHoOg_3I9o#?7D%_4~p-;xu%NtRMx%MWB9G", "type": "image"}, {"id": 553522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fa8914c-ed55-475b-a25a-940925d97200/width=450/553522.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCIzhm-nMb^*}=kC_1D%1kMyFytS0%njRoRj", "type": "image"}, {"id": 553572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b53e252-3f39-4c31-9b33-883fb5999a00/width=450/553572.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBJZ#,_M0x4TKfIUyWV[G[bG#R-;|toz4TVY", "type": "image"}, {"id": 553525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18b282df-2392-406c-5b04-199cdaf1e600/width=450/553525.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UhLqRx~q%M%Nxt-;WVofWAofM{s:xvaeWVof", "type": "image"}, {"id": 550272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a249d8a5-e82f-450c-94b8-2f6e75c81e00/width=450/550272.jpeg", "nsfwLevel": 2, "width": 2048, "height": 3360, "hash": "U8IpJoG};EDV9?Z;R3oY000yR4-nxwFq?]9t", "type": "image"}, {"id": 553554, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f8675c2-986d-47f5-f7b5-b18b1270d300/width=450/553554.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UAFP4]jZ9u-;~VjZD*WBxut7RPM{_3t7D%Rj", "type": "image"}, {"id": 550270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6db7b1c4-0fa7-4e5a-59c8-3e6e6dc81300/width=450/550270.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UKJaWIxZ00t7~9s:%gWBXnof0LM{-;R*M{s:", "type": "image"}, {"id": 550267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8afa425a-fbb4-4868-754c-972853d5ca00/width=450/550267.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "U9E2?=~o04025HaMI:Rj%0Ip%0%fD-n,R-xV", "type": "image"}, {"id": 550268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb444781-7fec-4be0-0de3-ad313e511100/width=450/550268.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "U6Hwikv#00Di3W0K3V?b009u=|x]{K$*}G+b", "type": "image"}, {"id": 553523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39454321-5e8c-42a9-3c50-f50fcab4a700/width=450/553523.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UGG+K|WB00IU00ofM|t700ofn%xu~qRk%LIU", "type": "image"}, {"id": 550274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe6edcb1-05e6-4f48-dd47-19e0ab94ba00/width=450/550274.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UQJ6{V-;PTbb_Nxu-pN]9ZniIUniQmR*9FIo", "type": "image"}, {"id": 550273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b4da6ae-f68f-4efa-17fe-fa980cc99100/width=450/550273.jpeg", "nsfwLevel": 1, "width": 3072, "height": 2048, "hash": "UHE:Vn~VivvNQm-ps=yDE1rrx]TLX.tl-7r?", "type": "image"}, {"id": 550269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9458705-5173-49a4-1ece-3c3628ca0b00/width=450/550269.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3360, "hash": "UMEo[Nxu~qWB-;ofM{RjxuWBNFj[t7WBofoy", "type": "image"}, {"id": 550276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fc5e959-bf63-4189-1c8e-f191e589da00/width=450/550276.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "U7F:#|xa00EfCM$%IDM|3obvv2R6~BEz8|rr", "type": "image"}, {"id": 550275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02f9a07c-6c3a-4da4-4e2a-f875f9beac00/width=450/550275.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3360, "hash": "UAHCGWr2004m00S|DS-:DhTG-W^%1GQ._MD-", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/51110", "modelId": 46489} \ No newline at end of file diff --git a/datasets/metadata/511119.json b/datasets/metadata/511119.json new file mode 100644 index 0000000000000000000000000000000000000000..9bc51e9afccc2a7e51151c15e5c93ac503743e16 --- /dev/null +++ b/datasets/metadata/511119.json @@ -0,0 +1 @@ +{"id": 511119, "index": 0, "name": "Gianna", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-17T02:55:27.012Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 189, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 428589, "sizeKB": 11994.482421875, "name": "511119_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T23:20:57.196Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7CD4439A", "AutoV2": "4DD5B667EB", "SHA256": "4DD5B667EBEDEF02E680EB2EBDC531986FA8101A1587F3E1501FABC1C36C1DF9", "CRC32": "5D52B076", "BLAKE3": "3040CBDACA6B94563E7CC03E347EFB0C14FB0C471153C1787826FBE173EF181E"}, "downloadUrl": "https://civitai.com/api/download/models/511119?type=Training%20Data"}, {"id": 428668, "sizeKB": 223106.00390625, "name": "Gianna.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T00:26:55.845Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "233CB1D1", "AutoV2": "4D76EE3414", "SHA256": "4D76EE3414EDC4181A2602F194EA490829D322E3A8AAABF707C02702C68D3102", "CRC32": "4EF5E871", "BLAKE3": "AA1B145D8A041029B67271FEF809E5751EF8E4C6A18A2E5D4D676274DEA8BA26", "AutoV3": "31EC0710ADCF"}, "downloadUrl": "https://civitai.com/api/download/models/511119", "primary": true}], "images": [{"id": 12712254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be482f68-b615-4266-b6da-3e4821d1e526/width=450/12712254.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9K0{FH=0y~V00g300_2%~t7MKbc00xa~VD%", "type": "image"}, {"id": 12712253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbccd963-4299-4cc9-9f85-2dcdb8aa7c39/width=450/12712253.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFNvlAMwyp_MRN%g%MD%K5of#:M{?vIVMd-;", "type": "image"}, {"id": 12712252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d58cb09-4112-4960-9e1f-aee751516c83/width=450/12712252.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "ULLpU4I;%#~CD%oftRIVF{$%,?Nct7kC%2xG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/511119", "modelId": 459239} \ No newline at end of file diff --git a/datasets/metadata/511132.json b/datasets/metadata/511132.json new file mode 100644 index 0000000000000000000000000000000000000000..438119d784c3ac594feb4b4a757539d3bd1a5d37 --- /dev/null +++ b/datasets/metadata/511132.json @@ -0,0 +1 @@ +{"id": 511132, "index": 0, "name": "\u2661 Hardcore Fucking \u2661 Realistic BBW Asian Women", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-16T22:50:28.729Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 352, "ratingCount": 0, "rating": 0, "thumbsUpCount": 73, "thumbsDownCount": 0}, "files": [{"id": 428500, "sizeKB": 2125.806640625, "name": "511132_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T22:25:45.909Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3C69C3BF", "AutoV2": "FE148E5873", "SHA256": "FE148E5873E949738EA0F7F8765F02A749955534EEB245A6E9AE3AC24CED24C5", "CRC32": "FDF62819", "BLAKE3": "CB100CF733A9BC9773CC9754CFF83E9A2054496A4AC058F96FBE22CE86BB489E"}, "downloadUrl": "https://civitai.com/api/download/models/511132?type=Training%20Data"}, {"id": 428533, "sizeKB": 223101.11328125, "name": "_Hardcore_Fucking__Realistic_BBW_Asian_Women-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T22:50:46.064Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8AFE95CF", "AutoV2": "1571E8EDCC", "SHA256": "1571E8EDCC06C1825A765AF1D54F8D5C3DAC1FE24FBD6CD5835117D0B3566FCF", "CRC32": "B39353F5", "BLAKE3": "C300417976BCFA1CD926318DBF62EF55AE65E6DD151A068B65EB8E37EFA3BE0A", "AutoV3": "8A85482FA554"}, "downloadUrl": "https://civitai.com/api/download/models/511132", "primary": true}], "images": [{"id": 12697157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64be72cc-2974-42f2-afcb-b87f1ad87932/width=450/12697157.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U8IqDhxtAE-p~VJ7-U^+jXRk-;%M?vxFtm9t", "type": "image"}, {"id": 12764251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf046728-32c3-4dc4-a861-44dc88bdc463/width=450/12764251.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UEH-c7~WXmtQK4%1%2bujYR*-Vxa%2NcNHxu", "type": "image"}, {"id": 12697063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/737583e8-a094-40b0-b4d5-c3673e822f32/width=450/12697063.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UDJZ_A~Apdt7IUX8bHoeNw9FxYWBIoShE2Ri", "type": "image"}, {"id": 12764118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03c1b200-b546-439c-a32d-82ad10a52455/width=450/12764118.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U9G*ZwD*GF-o~pRj-:Rk01ozv#IUD%%MM{xu", "type": "image"}, {"id": 12697113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3066c9e4-2421-4a20-93de-c9dd1b7b3bd5/width=450/12697113.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UIID:b~VJ7-Voy-pt7R*Xlxuxubb9ZIoxaxa", "type": "image"}, {"id": 12697134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cf73483-9581-43ab-accc-4e7b07a6e3b4/width=450/12697134.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U8IW}]H?Nb~BEzR*={D*0L%1~VIV^jR6tRWB", "type": "image"}, {"id": 12764354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4523b2ed-7093-4a77-b554-cf7b36bae781/width=450/12764354.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UMI4U|~VNaxao}-:%2WCI:tR%2ofWBs:t7tQ", "type": "image"}, {"id": 12697227, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbd718bd-afad-45f6-bc43-de8482c83bc4/width=450/12697227.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UDI4kd?aK3~WPA-;^*%L9ZjYniD*^PjtJ7V@", "type": "image"}, {"id": 12697162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b74ad2f5-8217-4881-af78-a2cbf2438a41/width=450/12697162.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U7H_0#00Eg-U0y9u-oNG0f?H^5E2}@RPyDtQ", "type": "image"}, {"id": 12764104, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a88294de-b5ab-4937-bf2d-651792e78680/width=450/12764104.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UQI4R;~VI;xZtlx[t7a}Efoy%1ofMyV@t7s:", "type": "image"}, {"id": 12697223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfc4a886-478e-42c4-afab-fc2a4a1589d7/width=450/12697223.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UEH^^l~VS~-:EftRxtof57RjxGxZ=|%2ozM|", "type": "image"}, {"id": 12764170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b39b1fe6-ae20-4df4-b83c-da89d87e7450/width=450/12764170.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U7Hdpi^+Bo_2y?S5t7Ip01Rj^iIBD*t8Mys-", "type": "image"}, {"id": 12764165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acb7c585-8054-45ed-bcb6-8a1d1ecfbb27/width=450/12764165.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UFI|tB~pyCW=Fv%2%1tQ9Z9Fr?n$RPRjIVM{", "type": "image"}, {"id": 12764048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae84876e-8789-4ce4-ac66-7b14da9aaac7/width=450/12764048.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UEIXHg~Vpc%Lk;-p%1NaR*IoxaxaxFRkNat7", "type": "image"}, {"id": 12764148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/849cd1ba-9f37-42d4-a0ef-8916709ec142/width=450/12764148.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U9H^|u~V5+Nx6kRj%1NG0KIVs9sn-URjEMx[", "type": "image"}, {"id": 12764134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38050c6b-d3c7-46de-9b32-2def50672a80/width=450/12764134.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UAIz-g~V0z-o?]Ef-;aK57xZ$ijH^P=|ShS$", "type": "image"}, {"id": 12764327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/463d169f-5c24-4a51-a40c-a747a891dea9/width=450/12764327.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U9IEFV_30g-U.7x]~pX8AZ%L^*Vs-o=|o}oz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/511132", "modelId": 459250} \ No newline at end of file diff --git a/datasets/metadata/511150.json b/datasets/metadata/511150.json new file mode 100644 index 0000000000000000000000000000000000000000..d5e082b5cd7d9dfaadfb09a2fdb4cf7286a881d9 --- /dev/null +++ b/datasets/metadata/511150.json @@ -0,0 +1 @@ +{"id": 511150, "index": 0, "name": "lorana character 2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-17T19:26:27.701Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 32, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 430241, "sizeKB": 223109.81640625, "name": "lorana_character_2.0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T19:26:37.813Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "56142986", "AutoV2": "39608F806A", "SHA256": "39608F806A104DC19CED65941BD4C8162CF533606723F2DA741F7BA254F48179", "CRC32": "105CA79A", "BLAKE3": "C543D36C1032D0CD3750A588ECAB71ACA5C528F13614B7377EBC42FD93540FDC", "AutoV3": "0666EB2AC0A1"}, "downloadUrl": "https://civitai.com/api/download/models/511150", "primary": true}, {"id": 428538, "sizeKB": 11057.5556640625, "name": "511150_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T22:51:17.937Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A52B7B0E", "AutoV2": "29D28AF1E2", "SHA256": "29D28AF1E23E9F6B7710E95CCC059E9644B51CB0AC997CD26AAE9844F9073330", "CRC32": "CBAB3276", "BLAKE3": "55EF87924BA28B8FC9082EE644052F846D31EED1BC59B370916DD0A5F0B8CA64"}, "downloadUrl": "https://civitai.com/api/download/models/511150?type=Training%20Data"}], "images": [{"id": 12781361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0d59a26-837a-4db3-8a5d-02bf8cc74f70/width=450/12781361.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBDdU^n400*JlAIU8wwcM_RkZg-;9FWB%Nbv", "type": "image"}, {"id": 12781362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1326c648-4940-4b9a-97b1-b5b4a9a46581/width=450/12781362.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5ALLcMd0gogC~xC00a100pI?_Me5NYP$Ta1", "type": "image"}, {"id": 12781360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d147da9e-6bcd-4924-8b13-ca5eb7366c94/width=450/12781360.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7F6X+bY0g%2ivMJ00aJy@.800IUysl9TdD%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/511150", "modelId": 459264} \ No newline at end of file diff --git a/datasets/metadata/511170.json b/datasets/metadata/511170.json new file mode 100644 index 0000000000000000000000000000000000000000..c909f46c8c6661663a5c3c07b0ddc350ee7510c5 --- /dev/null +++ b/datasets/metadata/511170.json @@ -0,0 +1 @@ +{"id": 511170, "index": 0, "name": "art photos-Vogue", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-17T01:18:17.851Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 86, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 1}, "files": [{"id": 428669, "sizeKB": 8624.4169921875, "name": "511170_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T00:26:26.975Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F34667B3", "AutoV2": "3FD305B132", "SHA256": "3FD305B132E323A0B8B575328F8C493C2CF02ACD189BA0B7D3166FBD97E28DD2", "CRC32": "F276507E", "BLAKE3": "49E2C35061FCB940FD914AAD90B0D5F48BCCE3A746C4B30DBCF6126ECF38DBAC"}, "downloadUrl": "https://civitai.com/api/download/models/511170?type=Training%20Data"}, {"id": 428737, "sizeKB": 223105.62109375, "name": "art_photos-Vouge-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T01:10:47.361Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "729021D1", "AutoV2": "08613F97BB", "SHA256": "08613F97BB9A7BEBDB4D9779CDF1C9FEDBDC17375841C575BEF105634E5CF738", "CRC32": "8A68C5F6", "BLAKE3": "91C31465C04878BB3B6EEA43D8328786AB8E1DC9C6A47FE1A2F235E2A247A1B7", "AutoV3": "6A7EC9DEAEFA"}, "downloadUrl": "https://civitai.com/api/download/models/511170", "primary": true}], "images": [{"id": 12705086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51ba32e6-9831-4a00-b970-172b044390d7/width=450/12705086.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UED0Go9G00~WRj%LIURkD%WB%MIVxuWBRjxt", "type": "image"}, {"id": 12705106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64000730-6cbc-4b23-8803-33e3f78f0e75/width=450/12705106.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQD]oA_3%M~qIUxut7M{M{RjWBfQR%WBxuof", "type": "image"}, {"id": 12705093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9eff9bdd-e9a4-4fd0-923f-80caf6718a2b/width=450/12705093.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7Ci{+~q0000004n-;?bfS-;%LM{%LRjD%M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/511170", "modelId": 459283} \ No newline at end of file diff --git a/datasets/metadata/511183.json b/datasets/metadata/511183.json new file mode 100644 index 0000000000000000000000000000000000000000..669c5d0b331532a2110a703ff01bb0fd133df8ab --- /dev/null +++ b/datasets/metadata/511183.json @@ -0,0 +1 @@ +{"id": 511183, "index": 0, "name": "Navi male face LoRA", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-16T23:48:24.500Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 68, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 428616, "sizeKB": 223099.08203125, "name": "Navi_male_face_LoRA.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T23:46:00.793Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "97A4281E", "AutoV2": "CBFE362AFF", "SHA256": "CBFE362AFF800B071BA62CD326C5C73D286E499F40A9B0639D9DE3D4CFA281FD", "CRC32": "9126BB83", "BLAKE3": "C9ED3BDCAA4C0D080F4B967AD6A5FA80D2D02AA1550ADB4212A4746CB02DE222", "AutoV3": "5BEAC1172D47"}, "downloadUrl": "https://civitai.com/api/download/models/511183", "primary": true}, {"id": 428557, "sizeKB": 7172.8701171875, "name": "511183_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-16T23:07:42.508Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3637FB0F", "AutoV2": "4D11996E7A", "SHA256": "4D11996E7A2690A374AAFEA6AAB2D539009D38FD9A74C5D65EA2357DC8DA7C32", "CRC32": "3DBE1227", "BLAKE3": "53889E486858C0832B253F53CDD2148122F3552AC7F29388B25E5E53F514451B"}, "downloadUrl": "https://civitai.com/api/download/models/511183?type=Training%20Data"}], "images": [{"id": 12761092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d14f2aa-d1a4-4e48-9c33-0582ae5d46f7/width=450/12761092.jpeg", "nsfwLevel": 16, "width": 1132, "height": 1641, "hash": "U7AKjm%g%M%$?Z_N%MtS=]?EV@H?-n%fI@8_", "type": "image"}, {"id": 12761564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f0fb1f3-df3b-4af9-8365-1ffaeb630f68/width=450/12761564.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UB9k1:s99FtR_NX99GaKrpt7RkoJMxn$S5bw", "type": "image"}, {"id": 12761579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab1ef22c-a0bf-4eae-91e0-31a9f0329660/width=450/12761579.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U79kBDROjDxW~p-;I9o~$dx]M|IA.8t6IUIU", "type": "image"}, {"id": 12761628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d6329a0-3204-4619-be64-5113897ee86c/width=450/12761628.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U58hB@4TR4%2_M8{IA.8=^M|D*?bxtRPbctR", "type": "image"}, {"id": 12761711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46969830-b597-474f-80b9-172769b76364/width=450/12761711.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U7Bpzy%M8^Di_3s:8_M|00%LTKNH~p%MNHIU", "type": "image"}, {"id": 12761867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c906380a-b6d0-4d05-b017-83006de31560/width=450/12761867.jpeg", "nsfwLevel": 16, "width": 716, "height": 947, "hash": "U8BNTQ8w,A?^?wIARPbHNHIVRkIp%gM|Vso~", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/511183", "modelId": 459296} \ No newline at end of file diff --git a/datasets/metadata/511532.json b/datasets/metadata/511532.json new file mode 100644 index 0000000000000000000000000000000000000000..b3b4c1b29f18862d56bdb630cc9722ea53abca07 --- /dev/null +++ b/datasets/metadata/511532.json @@ -0,0 +1 @@ +{"id": 511532, "index": 0, "name": "Mr. Anonymous", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-17T06:47:48.449Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 81, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 428988, "sizeKB": 3480.2568359375, "name": "511532_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T03:46:11.079Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "41BB561C", "AutoV2": "3E6B2B2613", "SHA256": "3E6B2B2613A1F3D8EEC118BBEB69A38117B5C1EBD2FBB383EF61B45271C3B80C", "CRC32": "059CE5CC", "BLAKE3": "AFFB828ED523CB66D05EF1929E2D8AB0048001BEF9D021C320A7A1BB49F9E91B"}, "downloadUrl": "https://civitai.com/api/download/models/511532?type=Training%20Data"}, {"id": 429167, "sizeKB": 223100.71484375, "name": "Mr._Anonymous.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T06:06:32.282Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1CADF53C", "AutoV2": "827650B595", "SHA256": "827650B595E81FD04EA1D5AC8BAF4F7B066F3F332AD872C57A3F5E22D4B3F634", "CRC32": "4DF4F7C8", "BLAKE3": "25E655A0AE2A9AD18A408052193F5AA9EF704E0526875CD46CA922D883B74AA5", "AutoV3": "AE5AE42106A2"}, "downloadUrl": "https://civitai.com/api/download/models/511532", "primary": true}], "images": [{"id": 12727040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8697c26-6d1d-43d3-b8ff-0841388e1856/width=450/12727040.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UXHU:|%MXn%M~Vs+R.R-%gt8-=t7-;Rk%MV@", "type": "image"}, {"id": 12727042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f7a1645-3027-4b70-b1f7-6605c35c4828/width=450/12727042.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQPGdG.8_N%Ms8bHozae~qbHD%Ri?vayM{WB", "type": "image"}, {"id": 12727044, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cbafee3-786f-4364-8cb9-bef42ba7c1ad/width=450/12727044.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UrJ[3QoLxuoe_3j[Rkay~qj@ayofkCaeWBWB", "type": "image"}, {"id": 12727390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4ba44fd-87af-4194-a2af-9b522201b7b0/width=450/12727390.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UYKnPHt7?cxu~oof%NayM~RjITf7.8s:xtj[", "type": "image"}, {"id": 12727392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/172664bc-6139-41e4-95e7-e6cc89f1c668/width=450/12727392.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UWKKi;Rk_4oy~VIAWGt7tlt6?bt7XSt7t7Rj", "type": "image"}, {"id": 12727397, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c10ec07-a7ad-4d1b-b89f-4359a64d1f62/width=450/12727397.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UzKA{6t5x^%N~pRPxut7ozRjjZRkWCayNFof", "type": "image"}, {"id": 12727399, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec492012-6507-426c-8507-131f9985ec17/width=450/12727399.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UZMt8Lt7~pxtxtofW=ay-:ayE1ay%LWVV[of", "type": "image"}, {"id": 12727401, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e99fddfa-7ed3-46a0-8e7c-9deb1afbe70a/width=450/12727401.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UeL;Nmt7~qt7xZayR+fk?bkBIVjaozays:oL", "type": "image"}, {"id": 12727403, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b40f020a-f180-4c8e-bc39-796a8c399ce7/width=450/12727403.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UXLgwuj[?v%M~pWBV[WCbdt7ITWB?boft6WU", "type": "image"}, {"id": 12727404, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2adbd92-8e42-4c38-8f98-067fcf3c136c/width=450/12727404.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UbK-Ua-:?c%M~pkD-qRjM~M_M_ju%gs:oeof", "type": "image"}, {"id": 12727405, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01a1903c-8824-4ba3-bc14-01d87e74a61b/width=450/12727405.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UtLz,4t7~qWB_2t7WEofM{RjV[j[t7t7axWV", "type": "image"}, {"id": 12727406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89f51d18-dfc8-4d51-a22d-a905ac80a873/width=450/12727406.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UgKw,$%L_4R,?ZofjJoLWYazWBj?%MWCayWB", "type": "image"}, {"id": 12727407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a793ea9-a85b-4ae4-8be9-3c25c533c43f/width=450/12727407.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UfKKi?%M?bxu~pWBRkWB_3WV-:s:j[WBM{bH", "type": "image"}, {"id": 12727440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcc5f5da-7ea1-44aa-b3b7-0c03da366d17/width=450/12727440.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UbI=3.fmo$W9~oRk%3RiWBjrRkogRQM{Rjxu", "type": "image"}, {"id": 12727445, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bca1eb2-4119-4cf6-8107-2753ab70fe9f/width=450/12727445.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UdKKTUoL~p%M?GxuIpRj-:kCRkoLxuM|f6t7", "type": "image"}, {"id": 12727472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43bb3575-31e7-480d-b296-1fc216c2503f/width=450/12727472.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UcL4Wot7~qt7~pt7Ipaz-;Rjj=oeoej[Rjj[", "type": "image"}, {"id": 12727490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34c4b5da-b014-4316-ac26-5c2ecf571a40/width=450/12727490.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEJRBM-:?uRk~BxZE2Rj?ZayIVxaNsWB-Vxa", "type": "image"}, {"id": 12727494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6b3cd9e-b01d-4734-a5b8-d2ecb8cf7ae4/width=450/12727494.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UhLD#:Io?H%M~VWCRkoLk7RkogazRkofoLWC", "type": "image"}, {"id": 12727498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8171c112-3bb5-4ea7-8cbd-1741eb3658dc/width=450/12727498.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UbJav4xa~Woz~pt6M|of%LM{V[s:a|j[WCof", "type": "image"}, {"id": 12727507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5c7acbb-b55b-49c2-8b30-da851dc39ec3/width=450/12727507.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "USJa}$tR%%t6?un%%Nt7RRRjIURjx^xuxaof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/511532", "modelId": 459625} \ No newline at end of file diff --git a/datasets/metadata/511716.json b/datasets/metadata/511716.json new file mode 100644 index 0000000000000000000000000000000000000000..434908d53df8d590358362feec67a1be0f008ac6 --- /dev/null +++ b/datasets/metadata/511716.json @@ -0,0 +1 @@ +{"id": 511716, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-17T04:55:25.039Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 150, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 429074, "sizeKB": 45377.2099609375, "name": "HighSchoolDXD_Style.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T04:51:35.445Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BC386BDC", "AutoV2": "8F48CC202A", "SHA256": "8F48CC202AACCA7C4AAB8FA13DF175BB906C6C4E642E42B1F799872A709F16F0", "CRC32": "7D03A7CF", "BLAKE3": "548E051A74F29EA90404C43F16A0F0AF5F553D28CFAB73970A7BA2100583BCA7"}, "downloadUrl": "https://civitai.com/api/download/models/511716?type=Training%20Data"}, {"id": 429073, "sizeKB": 22257.23828125, "name": "HighSchoolDXD_Style-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T04:51:32.803Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B0D7572A", "AutoV2": "3DAD605E1C", "SHA256": "3DAD605E1CAC834F64E87BAA7FBF4C411C354E0FAA5130A38BC160CF25A47E2E", "CRC32": "B15385B5", "BLAKE3": "74A52DFF4E6590D248E7517744CEBA01E7B77A39A63BB544705B99D74D6D7269", "AutoV3": "BD44FA0A7782"}, "downloadUrl": "https://civitai.com/api/download/models/511716", "primary": true}], "images": [{"id": 12721585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9899bba7-88d8-40a9-afd7-cbcea37270db/width=450/12721585.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTL|T6014.M_vdD%X9Rj~psTR.j[4.t6t7oJ", "type": "image"}, {"id": 12721592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/161b373f-62d3-4156-9f0f-764c4f4653dd/width=450/12721592.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTL|T6014.M_vdD%X9Rj~psTR.j[4.t6t7oJ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/511716", "modelId": 378176} \ No newline at end of file diff --git a/datasets/metadata/512169.json b/datasets/metadata/512169.json new file mode 100644 index 0000000000000000000000000000000000000000..14798d164a4e6f3937f1fbaafaf09adc7645ef47 --- /dev/null +++ b/datasets/metadata/512169.json @@ -0,0 +1 @@ +{"id": 512169, "index": 0, "name": "NIA", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-17T15:35:58.851Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 103, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 429655, "sizeKB": 42190.5361328125, "name": "512169_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T12:56:20.809Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3B6F03BE", "AutoV2": "E6500EA3AB", "SHA256": "E6500EA3ABD1A00A2ED8A3439C89C9727D1BC61F2AA1797D5A757167BBD6C00E", "CRC32": "89FF337F", "BLAKE3": "56A663EDEAD856B2F367B5BFD1FB4757E180C1130C293952C8DB754F0B88051E"}, "downloadUrl": "https://civitai.com/api/download/models/512169?type=Training%20Data"}, {"id": 429864, "sizeKB": 223109.71484375, "name": "NIA-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T15:26:22.574Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "28BCA598", "AutoV2": "9BB1FB5C52", "SHA256": "9BB1FB5C52DC9C86E2626041E2AACE22E51CD43223F39730268A13D3908D6471", "CRC32": "91B29476", "BLAKE3": "28F2884F3B2C270B7E89747EECF56299641F5D6E55240A0D22A4E515E98C4581", "AutoV3": "2545527E7EF5"}, "downloadUrl": "https://civitai.com/api/download/models/512169", "primary": true}], "images": [{"id": 12763363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53bff19a-8cc5-40de-b214-904e75bd62d1/width=450/12763363.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U3Cs8D~U0001C~o|^P8|0dNZ^k^kEJ-V^k9t", "type": "image"}, {"id": 12763360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe92c565-1549-4303-b769-d8bf750a49b2/width=450/12763360.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UACPz@yC0yMy_MozWAM|Sbs.rrIo%LofM|M|", "type": "image"}, {"id": 12763362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89989435-ce6a-4c4f-9fd9-b1e1b19a2384/width=450/12763362.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UBCr_[o~0e#S~Ct757M|wI$$Vt9txCs:kCNb", "type": "image"}, {"id": 12763364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9dc724cc-515d-4f5e-9558-fa27a6f9ac1b/width=450/12763364.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "U9IzYW0Kx^~B4;xaIpRjJ6jGE157Rj%L-oNa", "type": "image"}, {"id": 12763361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7010907d-a295-4657-a273-122b7c961144/width=450/12763361.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U4C6lT?^00quP.E18{rY9[ax#AbIpZ=|spEM", "type": "image"}, {"id": 12763365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/201a1f7c-1586-43c3-9520-79e6ca77e060/width=450/12763365.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U8Dc8Q~V0e4:%{tQ-VRjSuR%xH-VxsxaV]E2", "type": "image"}, {"id": 12763369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0adfe043-c022-40b7-a5d4-622e56b678b1/width=450/12763369.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "U7E_{p000L^Q_NMxnOM|58xEsCIot7WBR*WV", "type": "image"}, {"id": 12763366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22ce9270-62b6-4e2a-af94-4803d37347a2/width=450/12763366.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UOF=Bp%2RjRj~Cs:e.WBrrjZNGR*%2ofNGWB", "type": "image"}, {"id": 12763368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b48a731-d959-4606-b5b2-bef7635f7264/width=450/12763368.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UEGRet-;~Wxt9@WAELR*E0jZM{j[%Lozxbs:", "type": "image"}, {"id": 12763367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c24fae2-9b0a-43c7-ac79-32845f1e4e21/width=450/12763367.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UAD+^?^+02Io?[RjD*M{EcM{rsxatkxun5of", "type": "image"}, {"id": 12763370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0438ed54-3016-46c7-a779-4bce4253d6ad/width=450/12763370.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U7DvJ:9t0|~p.lMy%0%LE0oJiwE1x@I;nm?G", "type": "image"}, {"id": 12763371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f73965b6-abd4-4a26-be96-10d4d4f90087/width=450/12763371.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UDDJ39xu0yxu?[ozWBR*O8n%#TRko{R*eoxZ", "type": "image"}, {"id": 12763373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21cdebc8-30a4-4409-b696-bd54105e326b/width=450/12763373.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UEECgz-p9aXP_LkBRQjZ%0t6RQM{S1R*s:s;", "type": "image"}, {"id": 12763372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01c5c8d6-a15d-4163-b876-b8ba04a5727d/width=450/12763372.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UAEL{H~WABt%.kkWxu-.t1xtxaV@x[ofV]sp", "type": "image"}, {"id": 12763374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d655d97-6234-4207-a760-e5f37ff0caaa/width=450/12763374.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U3D8zt00.:_MDiAV?HD*8{={ggR5%gNH4.~B", "type": "image"}, {"id": 12763376, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34db0693-049d-45fc-a1d0-dfb3411ea3af/width=450/12763376.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "U9C$fZOq9Z-BB~ofRljGS[-nr_9u~9I:M|t8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/512169", "modelId": 460209} \ No newline at end of file diff --git a/datasets/metadata/512385.json b/datasets/metadata/512385.json new file mode 100644 index 0000000000000000000000000000000000000000..6c4eb72a46553908d3855f4aa6f66aab9914b05b --- /dev/null +++ b/datasets/metadata/512385.json @@ -0,0 +1 @@ +{"id": 512385, "index": 0, "name": "Pony version v1.1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-17T13:54:41.380Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Hex Snake"], "stats": {"downloadCount": 42, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 429739, "sizeKB": 891170.25390625, "name": "Hex_Snake_-_Pony_XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T13:56:57.342Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CC88F24F", "AutoV2": "A36A5514AE", "SHA256": "A36A5514AE2554E56228258670E10EAF1EFB61C522002752941CFA2F78FF3E94", "CRC32": "5D0A3E05", "BLAKE3": "85ACC2185EBD3B24BF3189D87ABCF76ACF0F436A36CBEA13D6A1A247E7822433", "AutoV3": "1450CB1B96CB"}, "downloadUrl": "https://civitai.com/api/download/models/512385", "primary": true}, {"id": 429736, "sizeKB": 70451.5966796875, "name": "511517_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T13:55:53.820Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2DA29487", "AutoV2": "4B39DDBDC5", "SHA256": "4B39DDBDC5BAA31EF270956F2361CC04772706896263BD02E7A8FCE373747F3A", "CRC32": "B6EE2F2F", "BLAKE3": "20A6225363E7874CFBB07F65FB4EE76DEB2B156023E1E8D053E91F9CDD634B64"}, "downloadUrl": "https://civitai.com/api/download/models/512385?type=Training%20Data"}], "images": [{"id": 12755851, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6d4a814-aee7-4673-b3f9-7483936aa9d2/width=450/12755851.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U36uecMI%P%2H=?wsqV?h}M_M_e-8^R4yDRj", "type": "image"}, {"id": 12755852, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/182ab26e-b249-4a2c-b811-ab4eb8e6a19a/width=450/12755852.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U16uVCJ:z@D4QlMyDhR*00RN9@%$VqivyYX4", "type": "image"}, {"id": 12755854, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac043f7a-af12-40d6-8e67-635733bd4624/width=450/12755854.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U27Uo4MdyE.9Dh.9ITWX00kWDhMdMcMd%haJ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/512385", "modelId": 161752} \ No newline at end of file diff --git a/datasets/metadata/512590.json b/datasets/metadata/512590.json new file mode 100644 index 0000000000000000000000000000000000000000..7a65ea314b68c6721eb45422f067aba3119c96d2 --- /dev/null +++ b/datasets/metadata/512590.json @@ -0,0 +1 @@ +{"id": 512590, "index": 0, "name": "Sara Chidouin", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-17T17:12:20.770Z", "availability": "Public", "nsfwLevel": 9, "description": "Original version. I have provided trigger words based on what was used to generate the images.
", "trainedWords": ["sara chidouin, your turn to die, orange hair, bangs, asymmetrical bangs, ponytail, crown braid, purple eyes,", "suit jacket, blue jacket, tie, green tie, checkered tie, choker, red skirt, thigh high stockings,"], "stats": {"downloadCount": 67, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 430008, "sizeKB": 5970.8564453125, "name": "512590_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T16:51:24.719Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E70B540B", "AutoV2": "D3BB8D979A", "SHA256": "D3BB8D979A9B6C1416DCF1CF0BB5FA9E026E75FE4825D7B6DB5537416C77DAA6", "CRC32": "9A8EFF59", "BLAKE3": "E755C60524459AF737321F085C76E1A4E50F0AB3947B61288E4C006D215DC94E"}, "downloadUrl": "https://civitai.com/api/download/models/512590?type=Training%20Data"}, {"id": 430036, "sizeKB": 223101.49609375, "name": "Sara_Chidouin.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T17:10:45.583Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "32A7A285", "AutoV2": "B4F8D41215", "SHA256": "B4F8D4121520C99D000B8A3C7F653ADEB62C3A80938620B9DCD8D62CF8F2B688", "CRC32": "A259AB3C", "BLAKE3": "8688CF03184AAE6B9F2137B0B2133E1B66E18A23541BBD27E7AE3E84B4C9AC32", "AutoV3": "8E2A91E59BCC"}, "downloadUrl": "https://civitai.com/api/download/models/512590", "primary": true}], "images": [{"id": 12770950, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5fb9806-501b-448b-a619-1fe844fc7485/width=450/12770950.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UoOMTZxs^zof}mWYNxayr;jESgt2NbM|xZW=", "type": "image"}, {"id": 12770949, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30c2eb83-58b1-4b2d-9694-0450b8bc1310/width=450/12770949.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UcKAy$o#?cog~AaKNbaK^6xbS#ozKPRPoKWV", "type": "image"}, {"id": 12770951, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0e52cdd-a549-4c7a-99b3-ab3c19292cb0/width=450/12770951.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGPE-xax73rX0LxtkqxG$MaeX9WB?^R,kDae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/512590", "modelId": 460584} \ No newline at end of file diff --git a/datasets/metadata/512710.json b/datasets/metadata/512710.json new file mode 100644 index 0000000000000000000000000000000000000000..8f2b6becddb6737bae080db1a79ad9c68614f0af --- /dev/null +++ b/datasets/metadata/512710.json @@ -0,0 +1 @@ +{"id": 512710, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-17T17:31:15.391Z", "availability": "Public", "nsfwLevel": 22, "description": null, "trainedWords": [], "stats": {"downloadCount": 260, "ratingCount": 0, "rating": 0, "thumbsUpCount": 37, "thumbsDownCount": 0}, "files": [{"id": 430064, "sizeKB": 223135.01953125, "name": "kittew_style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T17:25:53.063Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3D7D7ED6", "AutoV2": "68CFFEBFC4", "SHA256": "68CFFEBFC4EB83A6143FF28E04A00B2D3CDCA151B70A8F2D95B3F5E3DC3AF9B0", "CRC32": "C7AAA971", "BLAKE3": "914C9A08C9CFAD4BF73FDCC1B78B71C465CF6F77671D8AD525763217B648361A", "AutoV3": "5B2BAC954854"}, "downloadUrl": "https://civitai.com/api/download/models/512710", "primary": true}, {"id": 430066, "sizeKB": 257241.9345703125, "name": "5_kittew_style artist.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T17:26:32.424Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9CD2CB76", "AutoV2": "1B62DC390F", "SHA256": "1B62DC390FFE87AF3D6F6492F8AAE81DE480BA3F7C68AF615E00821060936C1D", "CRC32": "366C0B25", "BLAKE3": "6DEA04E121C7CFB455346117B5A49E895FBF303C586A0A52E5FA7880CA104EA0"}, "downloadUrl": "https://civitai.com/api/download/models/512710?type=Training%20Data"}], "images": [{"id": 12771875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd012909-dd54-44e8-90f1-89698979f673/width=450/12771875.jpeg", "nsfwLevel": 4, "width": 1600, "height": 2400, "hash": "U8KTGO-;_2s=zA0f7Niw0%xu+uNHGIkq}Xo#", "type": "image"}, {"id": 12772036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa5c2137-c753-4a15-99bb-9c8ae15f2da0/width=450/12772036.jpeg", "nsfwLevel": 2, "width": 1600, "height": 2400, "hash": "UBKTf4IA0g=}HrRk}b$+;R#r4TM}0KxbD~D%", "type": "image"}, {"id": 12772516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1fed14a6-caff-4aa5-8fad-aa20a8189380/width=450/12772516.jpeg", "nsfwLevel": 16, "width": 1600, "height": 2400, "hash": "UFKmh3={?t-pND-U^19u8^IoDjRkJ7Ip~B?H", "type": "image"}, {"id": 12772636, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39b6eb3a-9821-4ca9-85bb-2a72f3a9387d/width=450/12772636.jpeg", "nsfwLevel": 4, "width": 3200, "height": 2712, "hash": "URMG#7Mxw{-VyYWrV[S2~WwdayOB.mI;W;t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/512710", "modelId": 460687} \ No newline at end of file diff --git a/datasets/metadata/512837.json b/datasets/metadata/512837.json new file mode 100644 index 0000000000000000000000000000000000000000..6609e2f624cb339a8b435996964116d2d1bbc0ca --- /dev/null +++ b/datasets/metadata/512837.json @@ -0,0 +1 @@ +{"id": 512837, "index": 0, "name": "Kurdet", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-18T02:24:32.990Z", "availability": "Public", "nsfwLevel": 28, "description": "Kurdet V1, updating front images,
", "trainedWords": [], "stats": {"downloadCount": 50, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 430821, "sizeKB": 223102.10546875, "name": "Kurdet.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T02:21:22.532Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "97DAC67F", "AutoV2": "2F05B4AA32", "SHA256": "2F05B4AA32C455617335B1A8E25CE099F57AABF10D2AED013B96D8E609980ABE", "CRC32": "AE6C08E2", "BLAKE3": "8573A2BD1B47A9C7CC58276AE9A82357F4639E902C6C71AF52D39769966546A3", "AutoV3": "658EAECB8B4A"}, "downloadUrl": "https://civitai.com/api/download/models/512837", "primary": true}, {"id": 430175, "sizeKB": 10683.08984375, "name": "512837_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T18:36:12.078Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9D5E9020", "AutoV2": "A73887B87A", "SHA256": "A73887B87A9FCDDB9B0F1F76D3607B990D5B621431D57945AE666CF8698F820F", "CRC32": "5D81BE3F", "BLAKE3": "6DBAC95B21B80E83511B3BDEB984341C3657181F962864B207B18AC81F719CA1"}, "downloadUrl": "https://civitai.com/api/download/models/512837?type=Training%20Data"}], "images": [{"id": 12808000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67ace0d2-6ae3-4810-ad0c-214349b01d2e/width=450/12808000.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U9CF;d00~V4:4:?GM{kCNexWIpoz0L-UIo%M", "type": "image"}, {"id": 12807970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daf0cf7f-4945-4e6f-8160-db3ed096ac94/width=450/12807970.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UBDIk34T_MDiK*9Z,:NG00.800%gm+~WE1%2", "type": "image"}, {"id": 12807995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e658535-b0f6-43ef-bc3b-6f1f35ff7aa1/width=450/12807995.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "URHeOVg4-o_2?wS$M{?atmozNGS5JBozkCR+", "type": "image"}, {"id": 12807971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4763c187-d73e-4488-9203-e74ab464ba4d/width=450/12807971.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U6B:BUL4~pI[04IqE1R+4-#kR5-U00-6D*xF", "type": "image"}, {"id": 12807999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d95de9a-7c7f-4445-b545-4872cc748681/width=450/12807999.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UGFOAa%M~BNHD%WBRiay5SR+9a%2IUxaxZs:", "type": "image"}, {"id": 12807992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5216fc24-d86e-4ffb-b0c1-2b781d3e356d/width=450/12807992.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UABC.D9F,Btm.AVraJxv0N%1NGWB9Yo#bHRQ", "type": "image"}, {"id": 12807988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44b164f7-35bd-424d-9d97-deb68a899885/width=450/12807988.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U6DIUp00^*NH02bD=Fv#%L%10z%g00~p4:J6", "type": "image"}, {"id": 12807958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f533791-eedb-4dd2-9beb-bd086811c5ce/width=450/12807958.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UbHxKO~p%MIVNybwtR-pRjRjWCa{IUWAjYs;", "type": "image"}, {"id": 12807959, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f0dff39-5386-468f-94b1-6271f3753064/width=450/12807959.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UKF=aS_4_2T0I]%g-;S%-;X9WEoz4:M|WWkC", "type": "image"}, {"id": 12807966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3675586-5831-4bf8-8202-a7116b50fcc2/width=450/12807966.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UCGb0PxZ?F~W%hR5skxu-:9a?H-o9F%Mo#w]", "type": "image"}, {"id": 12807965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3afb2225-0634-4a34-b45f-0cffc26e87e7/width=450/12807965.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U6G*sQ-=4TnN000LJB-n0M?H4;~Vx[IArq0e", "type": "image"}, {"id": 12807973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/759714f4-f7af-4093-98fa-152e17b8b285/width=450/12807973.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UOHL6vQ-M{Vt_Nem%1ofae-:E1kCD%Ipoz%L", "type": "image"}, {"id": 12807974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e85868e-1461-4f2b-b498-55bffd84dc61/width=450/12807974.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UNGuj[_NEzIUKlOF-oaJMJ%2x^xaDio#xu%M", "type": "image"}, {"id": 12807976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/350a684b-4b07-440f-bb35-1059ddda6e6d/width=450/12807976.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UBEVB4I:00xtEO~V?GM|9Z-o~W-:xB^*%LIo", "type": "image"}, {"id": 12807977, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c3d4403-3534-41d7-b1a6-32dfb4c3494d/width=450/12807977.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UMG+8lxvxo-o.TxvIVxuNeD*%MWYE2M{tRR-", "type": "image"}, {"id": 12807982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4b42463-9b1f-4546-9edd-f13d4c75390a/width=450/12807982.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UIHxQi%0^%.7_NIBM{%M00jbMyMyDi-:M{D%", "type": "image"}, {"id": 12807985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/927cc640-8e21-40c5-bf0b-2ff60442bdd6/width=450/12807985.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UFF#w9M{~pIB584ofkM{V??a9GxuM|x]of%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/512837", "modelId": 460808} \ No newline at end of file diff --git a/datasets/metadata/512838.json b/datasets/metadata/512838.json new file mode 100644 index 0000000000000000000000000000000000000000..62bdcbd1173780143540c46ca23c69e9b742939a --- /dev/null +++ b/datasets/metadata/512838.json @@ -0,0 +1 @@ +{"id": 512838, "index": 0, "name": "STAFFBOT", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-18T10:12:22.733Z", "availability": "Public", "nsfwLevel": 17, "description": null, "trainedWords": ["staffbot"], "stats": {"downloadCount": 85, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 431421, "sizeKB": 223100.37109375, "name": "STAFFBOT.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T10:06:52.300Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8CBC8718", "AutoV2": "E4F5252774", "SHA256": "E4F5252774ACC93178F22ECC1212C0F0D141F3AD0F946F26ECFA4F2AA1376B24", "CRC32": "C71F5838", "BLAKE3": "21ABEB3F220C7F2A47B3023255CC17B9566FC99A562D442D70A7B498DE84AC7B", "AutoV3": "CD59C203C928"}, "downloadUrl": "https://civitai.com/api/download/models/512838", "primary": true}, {"id": 430177, "sizeKB": 1319.7509765625, "name": "512838_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T18:35:48.057Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "0309A9121D", "SHA256": "0309A9121D0BB5E7C42307491505EBA7D6BDD7FA6342D56F2675CF41C67AE295", "CRC32": "D7531B1D", "BLAKE3": "E2FFCBE921F855B0E5BB51C689E9748F4A26B24BB929AFC07316FF087BD61312"}, "downloadUrl": "https://civitai.com/api/download/models/512838?type=Training%20Data"}], "images": [{"id": 12838629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/114a51f4-9025-46bd-a7e3-76256214c67f/width=450/12838629.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U5G8=k?v5G?G009F00~Vrs%M_3M~E1xtRP%M", "type": "image"}, {"id": 12838628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c94c7219-9c94-43b6-bb6e-b70587babce1/width=450/12838628.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEJ[F$aytn-;5At7tRRjT0bIMxWB_NRjDi%L", "type": "image"}, {"id": 12840689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9445d94d-5580-4991-9e38-8d8cb1252b1b/width=450/12840689.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHLg@Yxu~q%3~WRj$*xuRjWBNHf6tRt6M{ay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/512838", "modelId": 460809} \ No newline at end of file diff --git a/datasets/metadata/512854.json b/datasets/metadata/512854.json new file mode 100644 index 0000000000000000000000000000000000000000..07626d9f1d2dd29c6c035c6887937f29f3c668fa --- /dev/null +++ b/datasets/metadata/512854.json @@ -0,0 +1 @@ +{"id": 512854, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-17T19:08:11.240Z", "availability": "Public", "nsfwLevel": 23, "description": "Trained on: Animagine XL V3.1 - v3.1 | Stable Diffusion Checkpoint | Civitai
", "trainedWords": ["tny-atla"], "stats": {"downloadCount": 136, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 430193, "sizeKB": 445792.01171875, "name": "tny-atla-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T18:56:10.478Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4216532E", "AutoV2": "910243B6A0", "SHA256": "910243B6A0E519300CFDDDD273EA3A83CE0682717DE4AF691DCC5FB5FD7C946F", "CRC32": "589F85DF", "BLAKE3": "0D041BEEDD51A606912CF047E5293B43C65DCD01BF615A1754098A58CD4C4DDA", "AutoV3": "DA9F4C75AB9A"}, "downloadUrl": "https://civitai.com/api/download/models/512854", "primary": true}, {"id": 430209, "sizeKB": 2083730.782226562, "name": "tny-atla-V01.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T19:02:22.039Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0D6AB6F5", "AutoV2": "CA433DB881", "SHA256": "CA433DB88106DBBB00A86C1FA99B27A318DFB02F552C7F4C12E57681822CCD77", "CRC32": "46FE4C09", "BLAKE3": "050529F28690B983C6126A5EA820FD824F16E0D636AD13B68FF5967C27D1E1E8"}, "downloadUrl": "https://civitai.com/api/download/models/512854?type=Training%20Data"}], "images": [{"id": 12778437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a124251-5e3a-49ac-9548-193937698613/width=450/12778437.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "UVIYg:-.O+EK.AoiIWR*NNog%2V@?ut6tQWU", "type": "image"}, {"id": 12778461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca1b1faf-5edb-4267-bbd4-9d8c74365eba/width=450/12778461.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1200, "hash": "UPHCT29E5O-=lnMwRia$_NV=xZayyXoZ%1M|", "type": "image"}, {"id": 12778624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44584a2d-34cc-4d45-ba8b-46276d289b1c/width=450/12778624.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1200, "hash": "UOJtbn?YM_V@~pIUIpxuX9Ips:xu~C-pWVIU", "type": "image"}, {"id": 12778700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6700f20f-6b49-45ca-8072-60658dda78dc/width=450/12778700.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "UZHdd19bNHoe^*Rks:oe~ANHxZR+%2xZR*R*", "type": "image"}, {"id": 12780920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92159bab-98bf-4eb1-abcf-2f272f0fbabb/width=450/12780920.jpeg", "nsfwLevel": 16, "width": 1872, "height": 1872, "hash": "UTIW}_~AM{wIM}ofj]ae9aRi=|j?NHs.M|Rk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/512854", "modelId": 460825} \ No newline at end of file diff --git a/datasets/metadata/512979.json b/datasets/metadata/512979.json new file mode 100644 index 0000000000000000000000000000000000000000..de8a2ed3c11bd2ef1ed9e49602aec2d9559ba14f --- /dev/null +++ b/datasets/metadata/512979.json @@ -0,0 +1 @@ +{"id": 512979, "index": 0, "name": "Sami XL - 53 Days", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-18T00:24:17.945Z", "availability": "Public", "nsfwLevel": 28, "description": "2nd iteration.
", "trainedWords": ["35 year old brown skinned woman, hairy underarms, very hairy vagina"], "stats": {"downloadCount": 77, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 430338, "sizeKB": 14806.7255859375, "name": "512979_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T20:35:55.177Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "23320FE6", "AutoV2": "C4B11534B7", "SHA256": "C4B11534B76B18BED2CCAC0B0EF33026DAFD1829DA750C3CF71591A5CE632D75", "CRC32": "DC3B2B4D", "BLAKE3": "EF6A84510A9F41CDB23F1178A5A932BFFAD1F0F8646FFCBD4DB2EB3D4572F15D"}, "downloadUrl": "https://civitai.com/api/download/models/512979?type=Training%20Data"}, {"id": 430625, "sizeKB": 223102.50390625, "name": "Sami_XL_-_53_Days.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T00:05:43.123Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B5150795", "AutoV2": "8621AA1BCA", "SHA256": "8621AA1BCA10744FB21B20E80257D017D31954DEBCC453FCF7C2EA447CDB2410", "CRC32": "609ABCC9", "BLAKE3": "C4347AC693B2C52C541C68CB8860865AB46EB4E8A8806C66CF788DBC2BBBB995", "AutoV3": "686360AEF40A"}, "downloadUrl": "https://civitai.com/api/download/models/512979", "primary": true}], "images": [{"id": 12799801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e726964-e49f-4e47-85c7-c7ed543a11d5/width=450/12799801.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UAFq{~Q+3Y;0u4;d.TrV0LS$=FNG}r5SI99~", "type": "image"}, {"id": 12970320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15a8bed1-21c0-44a9-8394-39803583fa2a/width=450/12970320.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "URIE93}l-.={f$jFxZWBDiX9R-s.oyn$s:R+", "type": "image"}, {"id": 12970319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56a87a66-d10f-4ed2-8fca-b1acbf2a2406/width=450/12970319.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UFHm}q9a0f~A4.og^*xuXnE2a0xZ^iIqE2j?", "type": "image"}, {"id": 12970321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d65d8f4-8a65-460e-986b-19a953446079/width=450/12970321.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UIINX5~A58xZ9Gbv^+%19]%2n$R+_2%2IUWC", "type": "image"}, {"id": 12970316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6df81c09-480a-466f-965a-c49b322030d2/width=450/12970316.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UBI4Ig009ZIp4m5U~W9a5rxt#k={~U-7Ipt6", "type": "image"}, {"id": 12970323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94c0a6e9-bfa6-4f2d-b465-981c9e322ccf/width=450/12970323.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U9E_,E0M00s;}=58?G9a00xZ_NV?4:=_E2-o", "type": "image"}, {"id": 12982790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bcc5106-0c87-4082-bafc-2f40a62e346b/width=450/12982790.jpeg", "nsfwLevel": 4, "width": 2048, "height": 4096, "hash": "U6D+e;@X1+00Hrx^00Eh00Nc^kxa4.9t~B=x", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/512979", "modelId": 460946} \ No newline at end of file diff --git a/datasets/metadata/513062.json b/datasets/metadata/513062.json new file mode 100644 index 0000000000000000000000000000000000000000..8b2a5670ee64d8ddb2a9961b97be32f23eb613e7 --- /dev/null +++ b/datasets/metadata/513062.json @@ -0,0 +1 @@ +{"id": 513062, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-17T21:11:02.217Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["RED EYES, AUBURN HAIR, SHORT HAIR, HAIR BETWEEN EYES,", "PINK OVERALL DRESS, WHITE SHIRT,FRILLED SOCKSZ,PINK SHOE BOW, YELLOW BOW ON SHIRT,PINK CUFFS"], "stats": {"downloadCount": 70, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 430382, "sizeKB": 192.279296875, "name": "511849_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T21:00:46.293Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "1ED0673373", "SHA256": "1ED06733734BB32CA227D016A7020AA187A4EC4631F714EDD8FF3BD2462B9DEB", "CRC32": "5534A083", "BLAKE3": "37CA941B0EFBF523B173101CAC9A9DC581BBEADC94E5222A1A873CB503B90B60"}, "downloadUrl": "https://civitai.com/api/download/models/513062?type=Training%20Data"}, {"id": 430393, "sizeKB": 223099.64453125, "name": "Celica_A._MercuryLittle_sister_Xblaze.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T21:10:47.986Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D1BF7A9C", "AutoV2": "730D39B404", "SHA256": "730D39B404851B351E478993CA4E757F4E550211124262FC27B235D1D74BCB1B", "CRC32": "0198F40C", "BLAKE3": "388E209613BF7BFEF6A0827F709C91B991FCC8487F050A69BB5DB448E9F084D0", "AutoV3": "14A5633BED11"}, "downloadUrl": "https://civitai.com/api/download/models/513062", "primary": true}], "images": [{"id": 12786660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d011eda-9afc-4774-8f52-3f01a3c4f0f4/width=450/12786660.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIM7AR_NYP4ot-bc-pVs%z?b?ukqyYbdRPRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/513062", "modelId": 461016} \ No newline at end of file diff --git a/datasets/metadata/513065.json b/datasets/metadata/513065.json new file mode 100644 index 0000000000000000000000000000000000000000..ca45ed4cf78f711f8819b86f8e5e65be9edc903a --- /dev/null +++ b/datasets/metadata/513065.json @@ -0,0 +1 @@ +{"id": 513065, "index": 0, "name": "Dr. Sierra Little XL - 53 Days", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-18T00:31:54.849Z", "availability": "Public", "nsfwLevel": 28, "description": "2nd Iteration
", "trainedWords": [], "stats": {"downloadCount": 42, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 430396, "sizeKB": 8533.87890625, "name": "513065_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T21:15:52.392Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "06268291", "AutoV2": "7060692D0F", "SHA256": "7060692D0FE3701717229D047AF6DCF8E891087E9E9940D66427DC7147BBB07C", "CRC32": "B88ABD87", "BLAKE3": "0C04174FB1A389DC8C062C1E34327D98B8248F2395B3B72429BE46928F1DFEC4"}, "downloadUrl": "https://civitai.com/api/download/models/513065?type=Training%20Data"}, {"id": 430665, "sizeKB": 223102.96484375, "name": "Dr._Sierra_Little_XL_-_53_Days.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T00:30:41.926Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "15374E94", "AutoV2": "1176AE9D8A", "SHA256": "1176AE9D8AD6D0B6F9E02C631062E6D9E625EFE0F386614D005CAE0388AC3C8D", "CRC32": "D8F44D3E", "BLAKE3": "14A2AD5DD8C5D0FE7074DC573D4106927852271D29F2A2BAF2D2E93BACB64740", "AutoV3": "18C9011205B4"}, "downloadUrl": "https://civitai.com/api/download/models/513065", "primary": true}], "images": [{"id": 12969345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76973dd0-c31f-46bf-92e9-012f205a1387/width=450/12969345.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UAD+rQ00?[?cQ,-;01-;.7IU-=xtfns:${WC", "type": "image"}, {"id": 12969349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86c8b0d7-0a00-4a46-ba87-acd5b553e71f/width=450/12969349.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UFGtEAyDtPJU-9Nv}Tnh^itQbaxZT1xtnisl", "type": "image"}, {"id": 12981965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3140b8c8-3749-4749-8261-b1289f940fa3/width=450/12981965.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "U8Fq],{h~po~vhWEKNIo0f1Hxt^kP8x]w0%M", "type": "image"}, {"id": 12988572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04ca31c5-3395-4a7a-9e60-914581f1fa66/width=450/12988572.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UTFY7LJ;%2-:~qofW=xupx$$R.tR.7M|f6t7", "type": "image"}, {"id": 12969350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b7ecef9-7f9d-4180-97aa-c992fd0b4f8c/width=450/12969350.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDDc5dEli[^+~Uxt%MoKm%Mx%gSNbDRPVrjE", "type": "image"}, {"id": 12969346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f5e51f2-b06a-422c-8a52-e5d1766142cc/width=450/12969346.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNHU,,IA.SxCMwxus.IU_NoLVsNG-poft7Rj", "type": "image"}, {"id": 12969348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97ba3f4f-8655-4103-93f6-7df3fbfa6520/width=450/12969348.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UFGIM.tQ.6?vMc%f_Mx]tlt6VYoz~qRQbct8", "type": "image"}, {"id": 12969352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75a4d96f-4b39-4c75-bb09-c9fdc0910dda/width=450/12969352.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFC?1B%1~VbE?FocWWt7IpozV[%2o#f6s-oK", "type": "image"}, {"id": 12969347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c70723e-887b-4ff0-bc62-260baf91a7d9/width=450/12969347.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U4DI?-IUt10#]}4n?b4:RO9G?v01},t6ozkq", "type": "image"}, {"id": 12988573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d8e8acf-272e-425f-8420-b0ff0308ba0d/width=450/12988573.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UYF~%QZ#ys%hCSaKO@S~57odR6R-Vfaww3jI", "type": "image"}, {"id": 12800170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd884741-fd95-4052-84ec-4feb84857ff6/width=450/12800170.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "U5Crp0D$~oMyKP-7?ai^InoMELxZIVxu9aJ8", "type": "image"}, {"id": 12981961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1457b378-4797-4529-a72a-83c04b13a45b/width=450/12981961.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UVBEH_WCx]%gx^aeR*tRt7Wrg5ofY8S6t8Rk", "type": "image"}, {"id": 12981962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8958f775-e21c-45fa-8595-59becae42aae/width=450/12981962.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9GH;$R,KiIA~pV]NZM_L2Wr%0ax*0xu}?R*", "type": "image"}, {"id": 12981964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4077bac5-05be-4054-bd20-10915038547f/width=450/12981964.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UCG%[N{{2]9]OsIU={v}0g0}WBxFslbc9uoz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/513065", "modelId": 461025} \ No newline at end of file diff --git a/datasets/metadata/513130.json b/datasets/metadata/513130.json new file mode 100644 index 0000000000000000000000000000000000000000..c19fa94a37a39cdb7f554d4a9d869d8da14b4d0a --- /dev/null +++ b/datasets/metadata/513130.json @@ -0,0 +1 @@ +{"id": 513130, "index": 0, "name": "Dr. Asshole XL - 53 Days", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-17T23:28:20.615Z", "availability": "Public", "nsfwLevel": 28, "description": "2nd Iteration for SD XL
", "trainedWords": [], "stats": {"downloadCount": 64, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 430448, "sizeKB": 5819.3232421875, "name": "513130_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T22:05:34.252Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B1D21E31", "AutoV2": "D7AA98255F", "SHA256": "D7AA98255F7246E8762926083A021CB39FE37BBCB7333C135EE9983951B13F38", "CRC32": "1950BAA9", "BLAKE3": "622E685E672FEDECEF1E61F8E5BA93F13011974F9CE0447ABD50E8CF97639F76"}, "downloadUrl": "https://civitai.com/api/download/models/513130?type=Training%20Data"}, {"id": 430565, "sizeKB": 223102.52734375, "name": "Dr._Asshole_XL_-_53_Days.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-17T23:26:14.365Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "185C1EB7", "AutoV2": "D7AD76F7F9", "SHA256": "D7AD76F7F910ED92628BE71AFB8A9F659CF06AFBCC86F615683DEADEEC44EB0D", "CRC32": "C2694C70", "BLAKE3": "35D84102F6ACF968787E4E22D620AE7714D986BEF87BD3F7A07F4235E712B896", "AutoV3": "59351A8B763F"}, "downloadUrl": "https://civitai.com/api/download/models/513130", "primary": true}], "images": [{"id": 12797750, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b041032-a08e-4e6d-ae11-02f6dd12d863/width=450/12797750.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "U3C$WN9F00~VG^xV01o}0fxY~BI@0$$*^PT0", "type": "image"}, {"id": 12797444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c88650eb-76e2-4528-9d05-1fbf1ff34c89/width=450/12797444.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U9Guad9c-:%h0Kof00M|_N4o?FxH0o%M^i%2", "type": "image"}, {"id": 12980460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35e99388-de7a-4b4c-9e2f-f8a70f862b36/width=450/12980460.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U8DI?[OtD4KQ0K0L^Ns;_#t7Pqnho#%2IqIU", "type": "image"}, {"id": 12980461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba6516a1-45a2-41ce-9334-90cf8964f135/width=450/12980461.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UBCGAKNG4TEl4m5S=Z%1]fjaYRRPNGxuVsNH", "type": "image"}, {"id": 12980676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/031b140b-73c7-4ede-b113-8a42d0d5ebd3/width=450/12980676.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U5EoDK_3000#^h5qv{,?4TIAY84.014ns=_3", "type": "image"}, {"id": 12797530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/726a333f-3c4f-4dae-902f-3d945ffccfa6/width=450/12797530.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U3Cr$X0h00^%~9E257njDOI;%MR+00%2?IM{", "type": "image"}, {"id": 12797543, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48f90114-01f4-459d-bd96-fce276cf2c34/width=450/12797543.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U7D[:~H?00~W1%RjNwTL0$xX~VOF4;x]^OR.", "type": "image"}, {"id": 12797402, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0996d4b6-b90c-4fdd-b448-f3f68311c282/width=450/12797402.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UCID,H~BI:g30|$*R%SKACNa%1xt?Z57Iot6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/513130", "modelId": 461084} \ No newline at end of file diff --git a/datasets/metadata/513446.json b/datasets/metadata/513446.json new file mode 100644 index 0000000000000000000000000000000000000000..b3f171d324db221b1ab219ac13141ed8b142a865 --- /dev/null +++ b/datasets/metadata/513446.json @@ -0,0 +1 @@ +{"id": 513446, "index": 0, "name": "Kirie Goshima", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-18T13:54:10.143Z", "availability": "Public", "nsfwLevel": 28, "description": "Mm-
", "trainedWords": [], "stats": {"downloadCount": 27, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 431701, "sizeKB": 18550.0859375, "name": "Kirie_Goshima.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T13:40:52.343Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "542FDAD5A6", "SHA256": "542FDAD5A69ADBBCD74E4577D40DBA4F940333797771110BB6E42EDC1D61A214", "CRC32": "ADBF1389", "BLAKE3": "1FCE8270D78583B8BE89055FF621AC7E199E1A67B23DB9929326E16C3980EECA", "AutoV3": "A22DC8AA1114"}, "downloadUrl": "https://civitai.com/api/download/models/513446", "primary": true}, {"id": 430763, "sizeKB": 8221.951171875, "name": "513446_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T01:35:56.368Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5EB5EDCA", "AutoV2": "886EFF3F2A", "SHA256": "886EFF3F2A80DF973D944FBF8F3F8F0D2CFCDE3874DD7C97D38A306A9ED9F9E6", "CRC32": "4D65E02D", "BLAKE3": "9E9C9120A335FE1EF62CDE7CE6A75FAF7E6EE3440FA24315E83C3C807980F39B"}, "downloadUrl": "https://civitai.com/api/download/models/513446?type=Training%20Data"}], "images": [{"id": 12852885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ea4b76e-9e9d-43ba-9dfe-cc28d1af2146/width=450/12852885.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDJR5I010001Hq58^+E2-n58~V^jx]01%0~U", "type": "image"}, {"id": 12852886, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8aa19e89-ac3b-4f74-8665-0268966e6a96/width=450/12852886.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEM@it%Moft7D%ofxu%Mt7Rjxu9F~qD%j[j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/513446", "modelId": 461385} \ No newline at end of file diff --git a/datasets/metadata/513551.json b/datasets/metadata/513551.json new file mode 100644 index 0000000000000000000000000000000000000000..f03a8c3a4ed6dc7a60eefeeefab6802e04c4d1d0 --- /dev/null +++ b/datasets/metadata/513551.json @@ -0,0 +1 @@ +{"id": 513551, "index": 0, "name": "Folami", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-19T04:53:00.107Z", "availability": "Public", "nsfwLevel": 28, "description": "Base ver. Start with .6 and move up
", "trainedWords": ["Folami"], "stats": {"downloadCount": 84, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 433142, "sizeKB": 223102.40234375, "name": "Folami.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T04:51:28.512Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B452B84B", "AutoV2": "94DF95A92A", "SHA256": "94DF95A92A15513E007D312586571A1D83C8B13215A497C3A0CB413DA0E6B933", "CRC32": "AE31BBF3", "BLAKE3": "F9489936E78197213472F60167AA01ACB5E4761222EF54030F7EC565F00E48F4", "AutoV3": "08D88E24D67D"}, "downloadUrl": "https://civitai.com/api/download/models/513551", "primary": true}, {"id": 431203, "sizeKB": 15335.603515625, "name": "513551_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T06:50:55.490Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2A69F2E8", "AutoV2": "E45096BE2C", "SHA256": "E45096BE2C062B246AF9CCC8526CF4DD449EE7DB66A16C86A05B2E79351D4A53", "CRC32": "58CB83C0", "BLAKE3": "D75403A5C92EBE9C9C9D14789EB441DFA92E936B63A9800901D9334FE879594B"}, "downloadUrl": "https://civitai.com/api/download/models/513551?type=Training%20Data"}], "images": [{"id": 12919874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/254d8adb-a2fe-45dc-8434-bff23df0a905/width=450/12919874.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6EB$|E158RQa_s:M{WB0d%200xu~CkBr@WB", "type": "image"}, {"id": 12919873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ba45af0-03a6-441a-86da-e44c9a4b71dd/width=450/12919873.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDF}.v^+?^s:?vELxtnhxZsTIVoz^ksmIoNG", "type": "image"}, {"id": 12919880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a93544d-7500-45a2-9470-b4950aa53d90/width=450/12919880.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBGt:7%2CmNH-pn$MdflNZR+v~xZrYWBo|xZ", "type": "image"}, {"id": 12919931, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4546df2-72df-46ab-9c59-2bb0cc58045a/width=450/12919931.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UDEBgN01~o8{tkD*%Lae9u%1M|bvNHt6s:Ip", "type": "image"}, {"id": 12919932, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73fc343d-7072-4ea4-9670-fb7481d0b1eb/width=450/12919932.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UuJHRHof%Mt7~pof%LofxtWVjYj[xaayM{j[", "type": "image"}, {"id": 12919933, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b734f14a-3662-40d0-b442-7ffc39380e73/width=450/12919933.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UBFqB;xGBnxt0}Wqv~e.}@ofM|jZ02ay5+NH", "type": "image"}, {"id": 12919934, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ad07ad5-e50a-4873-aef4-0a1ce51f8bef/width=450/12919934.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UCJa4gE2Bq-U~pS28_D*AaxZ4oI;^jWB9Z%M", "type": "image"}, {"id": 12919935, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/874a02fa-629e-4ab9-b17b-39eaef984101/width=450/12919935.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UDDlsxxw9Fxb#HRi%6M{x|t7-qW?E1RhVrof", "type": "image"}, {"id": 12919936, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac9a289b-d787-4338-b6d0-e118c4ce35f6/width=450/12919936.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UMIgiq9Z%M%2~pxZt8xZELWWR*t6j[NHj?t6", "type": "image"}, {"id": 12919938, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be4f16a9-a4d9-43c9-9292-7ee4ffab5aff/width=450/12919938.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "U8F}7*~p1i}[Mx+tRj575Soz}[Rn9[0f8_nN", "type": "image"}, {"id": 12919939, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/965514d0-5e3c-41df-a161-a21ba04493d1/width=450/12919939.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UMJ@Uk~qo#01_3.8IU4TS$s:9Fen%2R5ofx[", "type": "image"}, {"id": 12919941, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80b3ff3f-2089-4cf0-a636-5cdc3dd7d2cf/width=450/12919941.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U5DulLEKK+=|.8N2-:-o0dxt9uRP~W$~^*9b", "type": "image"}, {"id": 12919942, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2347b070-eec4-4300-a296-3901b52807b1/width=450/12919942.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UBK0d0Dj;0-:~A#Q?bD*^%=_t7vz.m58Q-xt", "type": "image"}, {"id": 12919945, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31c0f7da-7585-4e77-91bc-ba121cea6ad7/width=450/12919945.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "USJ@Xp~V%gt7%g-o-pWBkWayRjV@xaaeoeWV", "type": "image"}, {"id": 12919946, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc3d65e7-0914-4453-b116-4d8738efea71/width=450/12919946.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UBIh1~-8C,Kj0LkB4.WX0yR*#SspH@ni%MSg", "type": "image"}, {"id": 12919947, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba2243e5-73ba-477e-b772-92b1fc4045fe/width=450/12919947.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UFH^;gvz}rNH~VV@R*xZ-;ozIoRP-;axadIo", "type": "image"}, {"id": 12919948, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52009359-db0e-46e0-8436-6df5246d61c0/width=450/12919948.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U8HJ?h9]0M^Q0f^j~Bbw1HM|9F-:sA%2IUNH", "type": "image"}, {"id": 12919949, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/111699a8-2859-497f-affb-90e0549d68ad/width=450/12919949.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UJEeDn~V%N-pv}V@R*aKEgs;Rixa9]az%1oy", "type": "image"}, {"id": 12919951, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d6673ec-0ad6-4954-be9a-60f0a590634c/width=450/12919951.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UAKA4[-p80?I0ObHE3WrrVaeMdRkyCoe%Mof", "type": "image"}, {"id": 12919950, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bceb526-c368-4272-9bf8-a16558869530/width=450/12919950.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UIEnI^9]IBxaNwNaXSj@OXWCOYo0}@R+niof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/513551", "modelId": 461479} \ No newline at end of file diff --git a/datasets/metadata/513570.json b/datasets/metadata/513570.json new file mode 100644 index 0000000000000000000000000000000000000000..ae6840bc0b6ea39ffeaaf8ec08f0b344157cb37e --- /dev/null +++ b/datasets/metadata/513570.json @@ -0,0 +1 @@ +{"id": 513570, "index": 0, "name": "ParkdonaVT / Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-18T05:42:35.633Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["parkdona, white hair, multicolored hair, blonde hair, yellow eyes, yellow nails, short hair,"], "stats": {"downloadCount": 136, "ratingCount": 0, "rating": 0, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 430957, "sizeKB": 223117.18359375, "name": "Parkdona_VT__Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T03:55:53.009Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "49B4D03C", "AutoV2": "56E7CE9878", "SHA256": "56E7CE9878497F24F11A1515C307E6DC3EB6B6F067E45CE968D591E8242C89BD", "CRC32": "82538B57", "BLAKE3": "09D8F764ED0C4BD84B4B32809F84E2F0E8A253AA8B1F4BC6A4FC0C5A2D319378", "AutoV3": "CEFC71BBB44C"}, "downloadUrl": "https://civitai.com/api/download/models/513570", "primary": true}, {"id": 430867, "sizeKB": 10456.12890625, "name": "513570_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T02:51:01.637Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "04703688", "AutoV2": "A661B707CF", "SHA256": "A661B707CF3FEDDF15A3E1A66CE2BE42B4CF2764EC802A3101A4DF80B08F6469", "CRC32": "97F37EA2", "BLAKE3": "E7712D7A1613EBEF709F249582B96D6C3374A86C271038080629D25473F094DD"}, "downloadUrl": "https://civitai.com/api/download/models/513570?type=Training%20Data"}], "images": [{"id": 12821436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ff1c544-3d89-4c61-98fb-c93147e76db8/width=450/12821436.jpeg", "nsfwLevel": 4, "width": 768, "height": 1000, "hash": "UhRCJLof.Sxt.Tt7WCRQSho#jFofs,V?V@j?", "type": "image"}, {"id": 12821439, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79a725b5-f0b4-43d1-86d5-9cdfc3a053fc/width=450/12821439.jpeg", "nsfwLevel": 2, "width": 800, "height": 1024, "hash": "USR2ujxB_L-.?^RQRntRTeW?tSWF-Ws:MyRl", "type": "image"}, {"id": 12821435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb62d12a-f080-452c-9e25-9be98476d0d3/width=450/12821435.jpeg", "nsfwLevel": 2, "width": 800, "height": 1024, "hash": "UKQ08bx^T}-;Y7a$t7V?.To#w[aI%MWARkkD", "type": "image"}, {"id": 12821442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/993edbcb-674e-4dfb-a419-c6da64d36379/width=450/12821442.jpeg", "nsfwLevel": 1, "width": 800, "height": 1024, "hash": "UcRBtqr;XTnM.TtSrqtRX:tSjZogxuXTRmoe", "type": "image"}, {"id": 12821440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/874c9a95-aba7-420c-bbbf-a94a0e05a202/width=450/12821440.jpeg", "nsfwLevel": 16, "width": 800, "height": 1024, "hash": "UHLf?qx]00-p?^%Mn$bcEjtRRj$%~pNHR5xZ", "type": "image"}, {"id": 12821437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cf3237d-151f-4f22-870c-b6cc48dd6698/width=450/12821437.jpeg", "nsfwLevel": 16, "width": 800, "height": 1024, "hash": "UMOo^sM{57$gloxDkBtlb_bvVYRkkpIpiwxC", "type": "image"}, {"id": 12821441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/558081ff-e6e5-464a-b326-6aa5a19b38d0/width=450/12821441.jpeg", "nsfwLevel": 16, "width": 800, "height": 1024, "hash": "U#Q+Z-tRx^n$?^kCbbaeNHaynhWBs:ofadbI", "type": "image"}, {"id": 12821449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/279d4017-5e10-45dc-ab6c-5b1ccde1d385/width=450/12821449.jpeg", "nsfwLevel": 16, "width": 800, "height": 1024, "hash": "UPI;-c.80L-V.TKPNG$%9F$*$%M{wJVXM{X8", "type": "image"}, {"id": 12821454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0386f0f5-6941-4ea7-a25c-b938ae3e30d6/width=450/12821454.jpeg", "nsfwLevel": 16, "width": 800, "height": 1024, "hash": "UWPPlt%2C8krG^nOJ:X9IpofrWn$tmS#oIRk", "type": "image"}, {"id": 12821455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c07ed6a5-d67a-43e3-a882-81fe7a513ced/width=450/12821455.jpeg", "nsfwLevel": 4, "width": 800, "height": 1024, "hash": "UNLgOuWBX8-o.TRj0ME2?aNG%1oIbwWB%1of", "type": "image"}, {"id": 12821457, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe0e1651-c49a-4c8c-a076-5dab19e76662/width=450/12821457.jpeg", "nsfwLevel": 4, "width": 800, "height": 1024, "hash": "UGKwqb_22_ES6CxbMKXS1Z*0tNV?NGTfJ:xr", "type": "image"}, {"id": 12821460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16c195ff-fb73-4bfc-b289-ed30ae808c4a/width=450/12821460.jpeg", "nsfwLevel": 4, "width": 800, "height": 1024, "hash": "U9PYVN~p%W_1Y*tQ4:MzF^Rn0fxtcWoy9ZRk", "type": "image"}, {"id": 12821462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0b39547-c0fe-4cfb-80c9-8cb47f595781/width=450/12821462.jpeg", "nsfwLevel": 2, "width": 800, "height": 1024, "hash": "UZRo,3WE?^-p-;xuR*RPX9adsmo#xvWBROa}", "type": "image"}, {"id": 12821459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52fbcd9b-579f-4404-b89e-56a838203d49/width=450/12821459.jpeg", "nsfwLevel": 1, "width": 864, "height": 1024, "hash": "UALqCTOt00xu0h-T00Rj_NSi*_WV0*jE%1WC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/513570", "modelId": 461495} \ No newline at end of file diff --git a/datasets/metadata/513739.json b/datasets/metadata/513739.json new file mode 100644 index 0000000000000000000000000000000000000000..f37022279f6a77eeb71fa9d7c88e37640bc113c1 --- /dev/null +++ b/datasets/metadata/513739.json @@ -0,0 +1 @@ +{"id": 513739, "index": 0, "name": "Tina Smith", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-18T05:41:18.073Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["T1NA SM1TH", "White Skin", "Grey Hair", "Round Nose", "Short Hair", "Black Shirt", "Blue Skirt", "Miniskirt", "Pentagram on Shirt", "Thong", "Pizza Thong", "Dot Eyes"], "stats": {"downloadCount": 31, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 431102, "sizeKB": 223102.74609375, "name": "Tina_Smith.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T05:40:48.159Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "97EF9E71", "AutoV2": "9B4A03C03D", "SHA256": "9B4A03C03DD85C43EC0285E1166AAA3792A453266425ACF8CB4669CB2BDC509D", "CRC32": "369AD8DD", "BLAKE3": "45F6EBB05DAF91ECA04A0801212A6418CD16397484787E76E0BE2B5743AC67B4", "AutoV3": "E66372DDEA4F"}, "downloadUrl": "https://civitai.com/api/download/models/513739", "primary": true}, {"id": 431052, "sizeKB": 3274.00390625, "name": "513739_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T05:05:46.189Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B76869A6", "AutoV2": "4D5D132F2F", "SHA256": "4D5D132F2F7790E15B926CF7206487C68B53712EF2606D7F915761A90FE5B276", "CRC32": "5D97F8F0", "BLAKE3": "49E36126031AAEA34856487DAC4F76D7420DB037067E8D3D706242B49C7EEBCB"}, "downloadUrl": "https://civitai.com/api/download/models/513739?type=Training%20Data"}], "images": [{"id": 12906213, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe75b8d8-a12a-4d1b-8739-0e881fff7fce/width=450/12906213.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAEMOe-;009G00M{?dt7_2xt9GM|b#WBnxoM", "type": "image"}, {"id": 12906207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9943d156-13ae-4fa7-9f46-9503fc53f383/width=450/12906207.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAHL7K_M038}009G^-.7~Wxu9FRkWKRkxnxY", "type": "image"}, {"id": 12905093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4d45f5b-e859-4a89-890c-0f6cbbfa7600/width=450/12905093.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "USE:F|%M4nIn5Oj[%MWTMdjss=V[_4kCITof", "type": "image"}, {"id": 12905295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/779083e8-e6c3-45cc-83ce-2f2bc843f8c6/width=450/12905295.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "URFs9^xu4-W-BNa{xtWnDiWBjJaf~XofIUaf", "type": "image"}, {"id": 12903684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdfca4de-aade-4f00-b0cc-445be5f7b2bb/width=450/12903684.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "USMQ*Rt7x@t8SbWUs;ofD*j]oef5~WofIUWB", "type": "image"}, {"id": 12821486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c2b4bf7-0132-45f8-a598-1e1152193a22/width=450/12821486.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UsG,eL%L4.IpuPRjtPt7S}R*x]j@-=t7W:WB", "type": "image"}, {"id": 12903671, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72d9eb35-ca26-4e30-a276-0ad4d4a2dd65/width=450/12903671.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UIMaIqoyIoWC00V[-pxuM{ofj[ae~pWCIVax", "type": "image"}, {"id": 12903670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1db9af57-663d-4ad5-a38a-d3be8a82721b/width=450/12903670.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UQKdupbI00My00t7-:V]Inofn+jZ~pRkM|ay", "type": "image"}, {"id": 12903673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9db877e5-45ba-4bc6-ac7d-9a2ceacee254/width=450/12903673.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UELg-C%M00Rj00WB^ks:xtt7M|e:~WWBNGoz", "type": "image"}, {"id": 12903666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06b14cf0-1738-4b40-bebb-fb1bd81e82cb/width=450/12903666.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UFJQ{fxt00Mn4WtL~XVzJ{bXV@V]~WMzRlxu", "type": "image"}, {"id": 12903678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b15ffdd-d04d-45d4-87c6-9f055be53892/width=450/12903678.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGIq]Pxt0IRsS8a}?GjuE9R-xToJVeV@.7t8", "type": "image"}, {"id": 12903679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f68c769b-f6b7-4e55-b350-547abc20c036/width=450/12903679.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "ULL|Qjt7H:s?E1a_%Mj]OZfiITagIVay%Mf8", "type": "image"}, {"id": 12903675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ea1f01b-65f5-46a9-b4d7-a9d95e776cf6/width=450/12903675.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "URK-,^s:Xmxv%gWBs:og0KayxaWB~Wt7IUWA", "type": "image"}, {"id": 12903677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab77a737-d011-4937-afdf-e1e8a43f274a/width=450/12903677.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UXK-nOofx[t7NEayt7j[E1j@V@ay~Wj[Ioay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/513739", "modelId": 461645} \ No newline at end of file diff --git a/datasets/metadata/513795.json b/datasets/metadata/513795.json new file mode 100644 index 0000000000000000000000000000000000000000..72d9433e897bf61229090672f1ac78bb74b751d9 --- /dev/null +++ b/datasets/metadata/513795.json @@ -0,0 +1 @@ +{"id": 513795, "index": 0, "name": "Peashooter", "baseModel": "Other", "baseModelType": null, "publishedAt": "2024-05-18T07:50:06.169Z", "availability": "Public", "nsfwLevel": 1, "description": "Vg
", "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 431118, "sizeKB": 698.458984375, "name": "513795_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T05:45:47.325Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "4D5746B612", "SHA256": "4D5746B612134FDFBEC15EFCE1B0ADB9DE2229F05F8018F345BA071EB519F464", "CRC32": "6081539E", "BLAKE3": "EE3B2361863D42675037C08C310D35097C82DF7F5900BCB94B9031B6379A4911"}, "downloadUrl": "https://civitai.com/api/download/models/513795?type=Training%20Data"}, {"id": 431255, "sizeKB": 36977.5390625, "name": "Peashooter.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T07:51:19.928Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0B59B7C2", "AutoV2": "432502E702", "SHA256": "432502E702B61DD578DE2FC7EDD574C9513336066C3907F7FAD1C14030298B7C", "CRC32": "41D974F5", "BLAKE3": "DDDACD1B7D8496538591FB23FC653BBA981CD950A53157DB1792D596DC08DF51", "AutoV3": "ABF4132D3FE8"}, "downloadUrl": "https://civitai.com/api/download/models/513795", "primary": true}], "images": [{"id": 12829880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31bbdfd8-c7a2-49b0-8544-95deb2d7032e/width=450/12829880.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6B;X8ov9=oM~oWBE1t602agsEoe9Zt6-:V^", "type": "image"}, {"id": 12829879, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/034050c3-1d31-4027-b698-f0ebeae08911/width=450/12829879.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U18}f2xv*KyBtpnPrTY2=9n4F8Y4=la1I#pI", "type": "image"}, {"id": 12829877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/146cb284-0cc5-46e9-97de-ec48733b21b0/width=450/12829877.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6Dv[%tR{}%1xda#r=jZ[;n%AaWXp8k9T1X8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/513795", "modelId": 461699} \ No newline at end of file diff --git a/datasets/metadata/513867.json b/datasets/metadata/513867.json new file mode 100644 index 0000000000000000000000000000000000000000..cdf37cc12ab3f2841d143c9701e2aa6a3788ec5e --- /dev/null +++ b/datasets/metadata/513867.json @@ -0,0 +1 @@ +{"id": 513867, "index": 0, "name": "Pearly Pearlston", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-18T07:35:39.377Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["P3arly P3arlst0n", "Brown hair", "ponytail", "hairbow", "purple hairbow", "purple shirt", "purple skirt", "miniskirt", "dot eyes", "noseless"], "stats": {"downloadCount": 32, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 431189, "sizeKB": 3498.5625, "name": "513867_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T06:47:04.328Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "61ECAC28", "AutoV2": "D9831869C3", "SHA256": "D9831869C370A841AFC5E530663D87F51FF927176A3ED9D9A028057AB69928C2", "CRC32": "E2931BF6", "BLAKE3": "BDF7B5A08E649173E3F84D14833CA0CC07BCE89BE7872F995B48970F60932B69"}, "downloadUrl": "https://civitai.com/api/download/models/513867?type=Training%20Data"}, {"id": 431240, "sizeKB": 223102.08203125, "name": "Pearly_Pearlston.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T07:36:06.813Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "373469B1", "AutoV2": "6739451D94", "SHA256": "6739451D9470729352B2212C156C1934A50D3828FAFED4AA0B7104E9C58D2653", "CRC32": "9CF12284", "BLAKE3": "4C3B283B0D258F72CB37099C788F819FF0FD00E0C185CFAA04B63C527BF8CBFC", "AutoV3": "111579637288"}, "downloadUrl": "https://civitai.com/api/download/models/513867", "primary": true}], "images": [{"id": 12905390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56f52a7f-b74c-46b9-a0b8-f6a77cf4a825/width=450/12905390.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UdLDcfs-K-tS5uWY$%o#tRe-nhogSkaek9of", "type": "image"}, {"id": 12906047, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de5f0f99-9511-4cf6-97e9-824e62e365ca/width=450/12906047.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UgKwbPf,K-ofEmo0$$WBT0kCr?adxabbWWax", "type": "image"}, {"id": 12906049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1751c87f-c6e4-4981-8cb3-c2b1b6ab3173/width=450/12906049.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UeK^m#s.PXkDALbI$ya#xtjsV@f5ohj[bEfP", "type": "image"}, {"id": 12905383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b92ebc2-b743-4525-bc05-0c175bb6e7f9/width=450/12905383.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UOKAgTa*lV$wF~o#xZV@K0t6sWNH=Vn$S5kC", "type": "image"}, {"id": 12905385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b68b3b4c-790b-4a5d-ab2b-5a7c0cc99a9f/width=450/12905385.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UXOx9gNG?1=~-WS0s8wiM}WBNFs:aQjdt6bD", "type": "image"}, {"id": 12905386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94f7365a-b975-4f06-b1c9-771ec97de555/width=450/12905386.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "URK1Rkr;K-x^EnR,$%t8I[WCxWs.=roINIfP", "type": "image"}, {"id": 12905387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d75fc852-de84-413a-bd1e-d0b373bcdf80/width=450/12905387.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UWPNV$xa+on-npj[t5WWiyflIpS0R-o4s:R$", "type": "image"}, {"id": 12905388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1ee3141-ea6e-4a3c-8710-8f5a087e3d43/width=450/12905388.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UjNIIXaxxNxcamjboaoNWEj=oZj]jLfAW,j;", "type": "image"}, {"id": 12905389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08c02d31-a80f-4856-ade1-d5b25c3bdc7c/width=450/12905389.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UYLC_cf8ErxvIwWXxYohNyoIs*jdIwjYxnof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/513867", "modelId": 461767} \ No newline at end of file diff --git a/datasets/metadata/514090.json b/datasets/metadata/514090.json new file mode 100644 index 0000000000000000000000000000000000000000..bb1e8d06bec1bf16c588c4e8c310ecf99b251d24 --- /dev/null +++ b/datasets/metadata/514090.json @@ -0,0 +1 @@ +{"id": 514090, "index": 0, "name": "Zendara", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-25T09:46:19.425Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 22, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 431470, "sizeKB": 7560.4609375, "name": "514090_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T10:45:47.501Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "30C01E00", "AutoV2": "083D9CEA97", "SHA256": "083D9CEA97E1AB01E5BAAE6097BE1DFBCE938F9A66D9F8C8D2FA9E17E9F34F5A", "CRC32": "F5BF5BBC", "BLAKE3": "1F3AD7ED78F1FB6E2831B214E2AE948EC70BE2F749C3B0D2EED534896C384A47"}, "downloadUrl": "https://civitai.com/api/download/models/514090?type=Training%20Data"}, {"id": 445299, "sizeKB": 223100.83984375, "name": "Zendara.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-25T09:45:57.170Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B7D85A33", "AutoV2": "C4EAD996DC", "SHA256": "C4EAD996DC64C6AC2BA3537F1972FA723987904D0A25346F20E79DB20C5AED97", "CRC32": "188FA669", "BLAKE3": "4B0CF87F946FB987127F44A034E1D6E05865B70145BC1BDCBB827C1852179F05", "AutoV3": "77D8A7C9CB57"}, "downloadUrl": "https://civitai.com/api/download/models/514090", "primary": true}], "images": [{"id": 13524922, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e76c06cf-c5df-4bf5-973f-5fe44083c583/width=450/13524922.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UhIYIdM{.T$%cHs,IUR+NfbJxtX9IUWYt7t7", "type": "image"}, {"id": 13524924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61ef6225-169f-440c-9954-54221c9521f4/width=450/13524924.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6Dk@~2I0%}F11~90%D+MwRinOIV%0D+}lxY", "type": "image"}, {"id": 13524925, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38aa8db1-d4fa-4801-bae2-96c38f4cadb5/width=450/13524925.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UrNAF:V@_Nxa_3j]Rjt7ozofV@WBaKWBWVay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/514090", "modelId": 461966} \ No newline at end of file diff --git a/datasets/metadata/514148.json b/datasets/metadata/514148.json new file mode 100644 index 0000000000000000000000000000000000000000..5fb3f1256b63beee0902507acb0a04fc22134b0f --- /dev/null +++ b/datasets/metadata/514148.json @@ -0,0 +1 @@ +{"id": 514148, "index": 0, "name": "The Lady (Little Nightmares)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-18T16:16:52.722Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["The Lady ", "Little Nightmares ", "Red kimono ", "Porcelain mask ", "Tall woman "], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 431530, "sizeKB": 1834.8837890625, "name": "514148_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T11:46:15.963Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "D9D68755F9", "SHA256": "D9D68755F9877C285461A8B631143D79BDE6D08B707D906BCFBE2AF7235EF4D7", "CRC32": "37144A7F", "BLAKE3": "647BB80B112B87C5234FD386FD5EF291CF45DEEBF2FE1A46FBA9028D2D702540"}, "downloadUrl": "https://civitai.com/api/download/models/514148?type=Training%20Data"}, {"id": 431927, "sizeKB": 36978.5078125, "name": "The_Lady_Little_Nightmares-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T15:51:30.873Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5F2F6DBF", "AutoV2": "B8E1F31BA5", "SHA256": "B8E1F31BA5146F928BE1342A1085F50C4808A4C251E1CDE7D676671C7002F0D8", "CRC32": "09B8C35C", "BLAKE3": "B0874063C4F75D3834AD74D020CD55A04A2D62731C1F56CD05488FB74F749729", "AutoV3": "EBB59260CCEE"}, "downloadUrl": "https://civitai.com/api/download/models/514148", "primary": true}], "images": [{"id": 13817458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e40c3cb-e24d-4ce6-90a4-49942cf62ee3/width=450/13817458.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UEE.eHxucZIUFxX8$%xaOsMx=|x^~V-;EMDi", "type": "image"}, {"id": 13817460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/132e0936-1705-4ac8-9225-47ec4ec0e82a/width=450/13817460.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U69i@{^k00s:2aELMcM{4nRj^ls:vLxu.mx[", "type": "image"}, {"id": 13817457, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c699b0b-493c-49ba-918e-fa29feea4a88/width=450/13817457.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UOB3NU9a4:~V9a%2%19aRjofofRjoLWBbHt7", "type": "image"}, {"id": 13817456, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2915fb1-8b69-4b1f-a284-3dfca5fe4d57/width=450/13817456.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8BV9T~C0e4:3W%M=FaJ5PI.=z%3qaMxPT%g", "type": "image"}, {"id": 13817459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71314529-183f-4097-bd26-51da808bd89e/width=450/13817459.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "USJtbu00D%x]?^D*RPj?9FpIOEV@o}M{oMoz", "type": "image"}, {"id": 16808157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b51db62-d9b8-42ed-a926-7a0276e201dc/width=450/16808157.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U23[rLIT00?c.9RPD$x^5Qs;=|Io55t7?IIn", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/514148", "modelId": 462019} \ No newline at end of file diff --git a/datasets/metadata/514400.json b/datasets/metadata/514400.json new file mode 100644 index 0000000000000000000000000000000000000000..e2053c409ba25a8f91a2e79a607f62502775396f --- /dev/null +++ b/datasets/metadata/514400.json @@ -0,0 +1 @@ +{"id": 514400, "index": 0, "name": "condom suit", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-18T15:47:38.239Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 180, "ratingCount": 0, "rating": 0, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 431773, "sizeKB": 9839.529296875, "name": "514400_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T14:21:01.283Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C4D51757", "AutoV2": "4DE665CAF6", "SHA256": "4DE665CAF67E012A2E3603293809864C8C46CA191D2CF6BED9205692041BEF2F", "CRC32": "6A9F3CA5", "BLAKE3": "AC8DAD354C7B9F6555D366F9B0AE6F3672EFB9CBFEDEF6A181BBF13014D63BAA"}, "downloadUrl": "https://civitai.com/api/download/models/514400?type=Training%20Data"}, {"id": 431919, "sizeKB": 223100.41015625, "name": "condom_suit-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T15:46:03.812Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "88AC712B", "AutoV2": "0BAA72E59A", "SHA256": "0BAA72E59A9DF48192A7F208B8FB5E9F1284D260376548AB7C4D9F6C64805F7B", "CRC32": "69349B4B", "BLAKE3": "416D43FECAD445CE00F4832F85BE5C8F13BB5BB601756C9FE3C6E302A675ACF3", "AutoV3": "4BF9BA63A7A7"}, "downloadUrl": "https://civitai.com/api/download/models/514400", "primary": true}], "images": [{"id": 12863030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e3a4446-694f-4114-96d3-bb2237d09e1d/width=450/12863030.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UdI#ln%M?bWB~WxuWAWB?bM{M{M{t6j]R*of", "type": "image"}, {"id": 12863029, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f10e596-a09c-485e-bc92-eed305de6d13/width=450/12863029.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UTHeRjoM_NXS$hRPIoShM|WBNHWCIUt7R*R*", "type": "image"}, {"id": 12863031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab9127bd-3df5-4741-9617-fa5d28248b0e/width=450/12863031.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UQH_#]oh?b-;~WxvM_j=~qD*t6M_j]RjWBt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/514400", "modelId": 462261} \ No newline at end of file diff --git a/datasets/metadata/514451.json b/datasets/metadata/514451.json new file mode 100644 index 0000000000000000000000000000000000000000..125a55474839deea2af25d5ffae6d49fb17d1545 --- /dev/null +++ b/datasets/metadata/514451.json @@ -0,0 +1 @@ +{"id": 514451, "index": 0, "name": "JayJay (PonyXL)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-18T17:26:34.100Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["JayJay \\(Zoophobia\\)", "thigh highs", "JayJay ", "Anthro"], "stats": {"downloadCount": 79, "ratingCount": 0, "rating": 0, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 431829, "sizeKB": 13524.181640625, "name": "514451_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T14:51:15.416Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0C70940E", "AutoV2": "FF42E3CF2F", "SHA256": "FF42E3CF2F0ACB1A3E1A2B7B75E291035BFA397EAE2CF4BCE8E297A176232ECB", "CRC32": "20359420", "BLAKE3": "FC8EF80E4E76117AA60F928A9576E8E92D8A7DFAA2C12B0AB411A5DCF3373B33"}, "downloadUrl": "https://civitai.com/api/download/models/514451?type=Training%20Data"}, {"id": 432003, "sizeKB": 223105.21484375, "name": "JayJay_PonyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T16:27:07.056Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F6BDD747", "AutoV2": "EA2314B268", "SHA256": "EA2314B2688BE86F5479F388F56D4CF1A4766BD4C04261AF05C22687A5C1473A", "CRC32": "B606F91A", "BLAKE3": "41E04CA16B216A7BBE8751124B5E0B5E9FDF06C903EC1C94BB7E2C9380D087A8", "AutoV3": "43D609C5DCFE"}, "downloadUrl": "https://civitai.com/api/download/models/514451", "primary": true}], "images": [{"id": 12870715, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/072b3782-bd88-4da0-bc93-c319b89113b6/width=450/12870715.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPI3??xuEx+u~XE}Kir?pcf+t,bb=N#pcEt6", "type": "image"}, {"id": 12872126, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/411a592b-beaf-4d4d-ab2e-c94ada5f4fa4/width=450/12872126.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UMIg1r}Gq{].=f9aO[-B0_E%ExRPn2-nkoSg", "type": "image"}, {"id": 12872125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/618ab83d-95a7-40ec-a8ba-e62076a34fa8/width=450/12872125.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "ULI:;4^75Px^?w+wtmO@*09ZrskX$R9tGaJA", "type": "image"}, {"id": 12872124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06f350ee-dea9-4e29-b3e4-7be98b23192a/width=450/12872124.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UaLWn##8bctkyZrr5Xo|THJCM|oeKPTdVYrr", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/514451", "modelId": 462313} \ No newline at end of file diff --git a/datasets/metadata/514936.json b/datasets/metadata/514936.json new file mode 100644 index 0000000000000000000000000000000000000000..c11cf14410049d6ac5e564627501b596b6bc7719 --- /dev/null +++ b/datasets/metadata/514936.json @@ -0,0 +1 @@ +{"id": 514936, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-18T18:28:27.380Z", "availability": "Public", "nsfwLevel": 25, "description": null, "trainedWords": ["Baboon", "white fur", "primate"], "stats": {"downloadCount": 36, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 432222, "sizeKB": 13813.9208984375, "name": "513511_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T18:30:48.705Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "97165178", "AutoV2": "751671D6A9", "SHA256": "751671D6A990FEEAFEBB7A306667BA5348F0EBC6DB85A83D84B64B299C9B2BC6", "CRC32": "853F4393", "BLAKE3": "6E620013D21148599A10D4B8B55CF7694E43A53D7ED4816597BD30E54DBEEFF8"}, "downloadUrl": "https://civitai.com/api/download/models/514936?type=Training%20Data"}, {"id": 432226, "sizeKB": 891168.79296875, "name": "Skunk_Fu_-_Baboon.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T18:31:38.738Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "895F592E", "AutoV2": "5CE2F5B503", "SHA256": "5CE2F5B50338FF100C609FE9C957C9FBC37E06371494DC5A0BC831FF6BF7740F", "CRC32": "7E33C079", "BLAKE3": "F10446FC706551003A1CB0589450DCB2872B4A4903D4F7D34C2A67FBA4F49E95", "AutoV3": "4E1C4595A843"}, "downloadUrl": "https://civitai.com/api/download/models/514936", "primary": true}], "images": [{"id": 12875382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/265f3785-7e52-437a-8fe6-a941ea4daf50/width=450/12875382.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKI5G4j[0eoK*Jn+InWB00azbIWB00WB^jf6", "type": "image"}, {"id": 12875381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07a64e11-cf6a-4407-a3a0-3f5e6a233414/width=450/12875381.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDKBBdo}00t78Jxu#6R*00Rk^laLE1V@?ao2", "type": "image"}, {"id": 12875379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7c4ab50-8ece-4341-9149-861d2575fb99/width=450/12875379.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UOKUQ99Z0L-p~qxHs.W,9Y-qxbIV55R*%MxZ", "type": "image"}, {"id": 12875378, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21ce401c-8123-4e27-99de-cd4fb5254f94/width=450/12875378.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGJ*O{t500RkAMNHoZxa00s:tmR+01of~Bjt", "type": "image"}, {"id": 12875380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df54e4f4-c111-4826-8a64-001426b61f2e/width=450/12875380.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWLg%+tQ4nxZ%%so%1s:8_of-=a|00X9oMfl", "type": "image"}, {"id": 12875386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85f5faef-cde9-414e-afe6-816ba2420bf0/width=450/12875386.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTN0xOoz9txa_4j]RPWB00WBMxfk9FaeoMbH", "type": "image"}, {"id": 12875384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82d340d2-206d-490c-8dd7-b61221c9cbbb/width=450/12875384.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMJR5Axt9as:PqW=R#WBJyo09Gax02R*$zay", "type": "image"}, {"id": 12875385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/536d7262-0158-4d88-b641-60f3068c997b/width=450/12875385.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWJ7]yay56Rj_MWBIUof9tj[MxkCI:ofenWo", "type": "image"}, {"id": 12963558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75b8b3a5-56cb-4a53-ae94-c09c4c902372/width=450/12963558.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UQEpH7EO00^*X=NfVrxsD*xu%MM|IVogxuXA", "type": "image"}, {"id": 12963578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b216d418-14ef-4016-a044-863ef305a571/width=450/12963578.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UJF#{:~q019GRot7NGIp4-IUslWA9wNGi^xE", "type": "image"}, {"id": 12963583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c629d0f-287a-49e7-b304-1102c479f4b1/width=450/12963583.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UPF?IfRj00xak]s-IUWV9Fa#%2R%9vkC%LjF", "type": "image"}, {"id": 12963584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f80a9eec-6d44-49e3-8a7a-f968524de0d5/width=450/12963584.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UCG8=pj[00oL?way9Fof00js%MWB00WV?HoL", "type": "image"}, {"id": 12963587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db152d41-2d24-4cf7-8cbd-932baf849f2a/width=450/12963587.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UMFY=T.901D%%%.9NHIo4:S7%Moy9aM|t7nh", "type": "image"}, {"id": 12963593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d5ff744-a5f7-44dc-b04d-48e2d1b1bcdd/width=450/12963593.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "U9F=p=_40000J;~W9F0K004o~WS20LROxu%M", "type": "image"}, {"id": 12963596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5191935-1b15-4418-ba83-aed07c75c949/width=450/12963596.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "U9F=%LtR00IUX;%200R*00M|~pWB02ofx[RP", "type": "image"}, {"id": 12963599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cf96731-0377-4d2b-b41a-22a2cdcfb548/width=450/12963599.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UAFO+COa00R.9J~VENI:4,9a~Vt70%%f-Qen", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/514936", "modelId": 462750} \ No newline at end of file diff --git a/datasets/metadata/515065.json b/datasets/metadata/515065.json new file mode 100644 index 0000000000000000000000000000000000000000..ef59100388cdc7c778ca25030c70512a86a9a21a --- /dev/null +++ b/datasets/metadata/515065.json @@ -0,0 +1 @@ +{"id": 515065, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-18T19:51:23.894Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 145, "ratingCount": 0, "rating": 0, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 432340, "sizeKB": 55435.7421875, "name": "Oppai_Slider_2-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T19:45:52.197Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A767EFC9", "AutoV2": "B0BAD7F532", "SHA256": "B0BAD7F53284C812560AE35C491C3A6D172F8DF30CBD7AAD9DFAC51E30E393F8", "CRC32": "0ADF6B57", "BLAKE3": "43992BF0B642BED9947AB7D8AA41568F02C18161EAE643BAB8131CBAC9886886", "AutoV3": "7B0315E9E637"}, "downloadUrl": "https://civitai.com/api/download/models/515065", "primary": true}, {"id": 432342, "sizeKB": 53757.412109375, "name": "Oppai_Slider_2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T19:46:27.366Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "37A32FD4", "AutoV2": "816F35E579", "SHA256": "816F35E579486AF3147ABE34FFCAFA7890668FA9ACE880596E09522441CA81BB", "CRC32": "A3385C51", "BLAKE3": "CE091E6FE6547E1B342D5A3CF844FC80AC3C150FDDFAE4BCBEF59C47A2DF40FA"}, "downloadUrl": "https://civitai.com/api/download/models/515065?type=Training%20Data"}], "images": [{"id": 12881588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f807271-7196-4b18-a303-d2de3ed0f29e/width=450/12881588.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGOx?-VW.l%M1=oa.RtRAboz=yob:ooI~VxZ", "type": "image"}, {"id": 12881586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbc6c909-c886-43ce-b751-59e124fd2656/width=450/12881586.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGOx?-VW.l%M1=oa.StRAboz=yob:ooI~VxZ", "type": "image"}, {"id": 12882164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69363d42-11fa-4f76-a44a-079ed02cd114/width=450/12882164.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UYNR}+~VKg%LB+oz?H%MK4t7=|of%4NIofsq", "type": "image"}, {"id": 12882571, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e4528ef-5ecc-4422-9e36-95a2eeb52baa/width=450/12882571.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKM$b[9F9Y%ME2a#~VIV029[-VI:5TxtE2X5", "type": "image"}, {"id": 12882911, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e966a2be-1e50-40fe-b4c9-f8018b7740d4/width=450/12882911.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWM@1PMx~nxvVpR+%hV@00ocw{RiyERlITNG", "type": "image"}, {"id": 12883988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31e77c30-4a54-479f-9cc4-79dad7bffb73/width=450/12883988.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFLWeYA17#_30m.TKlRk55-=,;jFRPNKr=IV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/515065", "modelId": 462870} \ No newline at end of file diff --git a/datasets/metadata/515092.json b/datasets/metadata/515092.json new file mode 100644 index 0000000000000000000000000000000000000000..3fb5f6edba2af2daa70c090ec5ab0899a91086b3 --- /dev/null +++ b/datasets/metadata/515092.json @@ -0,0 +1 @@ +{"id": 515092, "index": 0, "name": "ETO_OCPonyXL", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-18T23:27:21.623Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 85, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 432491, "sizeKB": 32094.79296875, "name": "515092_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T21:02:17.391Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "43D8397A", "AutoV2": "AC98C44902", "SHA256": "AC98C44902CCBD409385F6BC9DD6589013150CBA0B7724E329D8297A17841556", "CRC32": "FB4E5797", "BLAKE3": "4F977EB6BFD2782F41B1765A000E3B72587E302591D34709083CAC549FF4C616"}, "downloadUrl": "https://civitai.com/api/download/models/515092?type=Training%20Data"}, {"id": 432675, "sizeKB": 223102.22265625, "name": "ETO_OCPonyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T22:55:42.787Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3FCD2407", "AutoV2": "25849A3F18", "SHA256": "25849A3F1841F2BFCCD54600FC64845B6334CC69D79446AFD0ACE24AE681505E", "CRC32": "91A81AA8", "BLAKE3": "6ADB3B2409627BEA214588D9392833BD39253CCA9D8BF7DB111C09FC5BD05457", "AutoV3": "B539AD1EBA29"}, "downloadUrl": "https://civitai.com/api/download/models/515092", "primary": true}], "images": [{"id": 12894703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02c58d02-b644-48f5-8743-c592452e93f4/width=450/12894703.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UIIXN$~Cb^IoAHE1E1t6E1Wq~B%2xaxtaeIo", "type": "image"}, {"id": 12894702, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1f50110-9af2-442c-b083-699f4fb7d85f/width=450/12894702.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8L|ZI001hxs00-;?GE1Ac%1~VMxITIpr=~W", "type": "image"}, {"id": 12894699, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96d782d9-d6b9-4eeb-a081-7e777a77ecd0/width=450/12894699.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UVHUwl%MT0of~pofxufQI;WVxZfQt7j[j[j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/515092", "modelId": 462890} \ No newline at end of file diff --git a/datasets/metadata/515120.json b/datasets/metadata/515120.json new file mode 100644 index 0000000000000000000000000000000000000000..39e9780d1cebab86f7869f2cad85a20af48a5c9e --- /dev/null +++ b/datasets/metadata/515120.json @@ -0,0 +1 @@ +{"id": 515120, "index": 0, "name": "Rhia", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-19T04:18:00.547Z", "availability": "Public", "nsfwLevel": 19, "description": null, "trainedWords": [], "stats": {"downloadCount": 67, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 432409, "sizeKB": 31369.1396484375, "name": "515120_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-18T20:31:31.167Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "37D48CD8", "AutoV2": "9AEF375516", "SHA256": "9AEF37551670E30AD463B50334B994DF78D4569562BCC7D127A2703C41AD36D7", "CRC32": "7FCEF2D2", "BLAKE3": "C684695A7667EEDEA8257AEABB8F2C47B6889B873B3742B9F6CC89C5B9E6AB1A"}, "downloadUrl": "https://civitai.com/api/download/models/515120?type=Training%20Data"}, {"id": 433101, "sizeKB": 223106.86328125, "name": "Rhia.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T04:15:59.657Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F0666839", "AutoV2": "25E9930B52", "SHA256": "25E9930B52811C768DE2110614BEE9A877E5ECE8E21ACDE597E666E1983154C5", "CRC32": "05E53163", "BLAKE3": "8FA2C11FA88A92E24C32AEAE9FF937B831C2CFD568839E468B2B5D7644C32C1F", "AutoV3": "4CB91BF5E5FC"}, "downloadUrl": "https://civitai.com/api/download/models/515120", "primary": true}], "images": [{"id": 12917650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3adb7e8a-1628-4331-ad7e-5415b29d9aaa/width=450/12917650.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEL2I~9_01af[UEfZ%%2D%RlT0%0_LM|J8R+", "type": "image"}, {"id": 12917654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5b865dc-9fb7-43c5-ab36-f41624927d24/width=450/12917654.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "ULFD3+#-EM$%}Y,;NHX8ay$g$gJAjbso$gNd", "type": "image"}, {"id": 12917651, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8d91a59-2e29-4464-b2f7-f6a46903d06c/width=450/12917651.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "USKSqhxY}?$%*I$zS}JAPAWCN_xZAIsTW=s.", "type": "image"}, {"id": 12917652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b840ea7-a825-4dc5-9f20-d6a9386ae33f/width=450/12917652.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UEJ~}dxB0Kxt?@Fxxrvz=w+],@TI$cMf9y%z", "type": "image"}, {"id": 12917655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/674fb5c6-82cd-4007-a7e8-84017ea70319/width=450/12917655.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UKI:2z?ZJ6nO}no{xt$hI--St7w}^j$%IoNH", "type": "image"}, {"id": 12917657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97459540-fd4e-4c6c-a4fe-7e4eb2594cfd/width=450/12917657.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UDJ?EZ0$00FwEKX9}@57IUxYkD$%^*M{IUK4", "type": "image"}, {"id": 12917658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cf6d78b-4688-49c4-bed4-36ca128327c9/width=450/12917658.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UFJ=yI;10LTK};9[IW-oIoEMwh$$M_X9bdxF", "type": "image"}, {"id": 12917656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f10a3586-8579-4f16-b7cd-ef81bec50b0f/width=450/12917656.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U7JFu=0$00^Q-.=sEQtlzp}tX89t|r10?b=y", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/515120", "modelId": 462909} \ No newline at end of file diff --git a/datasets/metadata/515435.json b/datasets/metadata/515435.json new file mode 100644 index 0000000000000000000000000000000000000000..2e40528d091941e3500ff214b9922ed80cd1700e --- /dev/null +++ b/datasets/metadata/515435.json @@ -0,0 +1 @@ +{"id": 515435, "index": 0, "name": "wetlook wethair wet clothes", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-19T12:23:43.286Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 413, "ratingCount": 0, "rating": 0, "thumbsUpCount": 45, "thumbsDownCount": 1}, "files": [{"id": 432762, "sizeKB": 87057.3994140625, "name": "515435_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T00:01:03.447Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9DE29DB9", "AutoV2": "7F4EE57C1C", "SHA256": "7F4EE57C1CC1601782AA1896227D98DF1C3B6002DBBC1287E3DBAA0ED86F9826", "CRC32": "B14F9824", "BLAKE3": "55496D79E4E28364AB4187798B7BAD49F55EACD068E202B080C1F01339350063"}, "downloadUrl": "https://civitai.com/api/download/models/515435?type=Training%20Data"}, {"id": 433705, "sizeKB": 223099.57421875, "name": "wetlook_wethair_wet_clothes-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T12:16:29.772Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "05D1AE5F", "AutoV2": "1750724D5C", "SHA256": "1750724D5C49BD713D28756AB6A7543A8C085A8966646069FCEC95674BB9B66C", "CRC32": "78568909", "BLAKE3": "6128333C706A678E83DC1E36AA6596747AC5F3BB3DFE40DB6682D25D23D83391", "AutoV3": "5CEA888B366D"}, "downloadUrl": "https://civitai.com/api/download/models/515435", "primary": true}], "images": [{"id": 12948927, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d436b873-4792-4dae-8fff-eca14900fe89/width=450/12948927.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U9D]6OAB0|~BylxtI.WB0.$f$xN39as:-UIV", "type": "image"}, {"id": 12949084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/048e3331-446c-4105-91bb-6b898964de5a/width=450/12949084.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U9Db=:?F01yE00t7xtImkWD%9ZkCE1%M~WIo", "type": "image"}, {"id": 12949089, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43c8d461-1659-4c46-b287-8f0614913657/width=450/12949089.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UCEext~V0L4:oaR%I.NZ0Ls.-:%29an%smR+", "type": "image"}, {"id": 12949093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cdf3856-bf59-4df5-9195-63d2d36a2ebd/width=450/12949093.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UEFh|mt90N0L4:Mxr:sQ00V[^*-;~RxuD,WE", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/515435", "modelId": 463169} \ No newline at end of file diff --git a/datasets/metadata/515494.json b/datasets/metadata/515494.json new file mode 100644 index 0000000000000000000000000000000000000000..025051026f13cfad273ea31ed8786ed652482f34 --- /dev/null +++ b/datasets/metadata/515494.json @@ -0,0 +1 @@ +{"id": 515494, "index": 0, "name": "Flumptalina", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-19T01:00:10.285Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["F1umpta1ina", "White Skin", "Light Blonde Hair", "Light Cyan Shirt", "Cyan Skirt", "Long Hair", "Miniskirt", "Microskirt", "Grey Crown", "Dot Eyes", "One Eye Covered", "1girl"], "stats": {"downloadCount": 29, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 432791, "sizeKB": 610.9296875, "name": "515494_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T00:20:41.222Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "B0F7498F80", "SHA256": "B0F7498F80158EFD5731C41F831CE40D20F0906D55ADEA11E3E06708F6E7890C", "CRC32": "F2814C5C", "BLAKE3": "C6AA633DECEC722BF89BD18D911661304DA49463B5391A17E447E2ABF7822716"}, "downloadUrl": "https://civitai.com/api/download/models/515494?type=Training%20Data"}, {"id": 432839, "sizeKB": 223099.81640625, "name": "Flumptalina-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T00:55:36.267Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7F9FA5EC", "AutoV2": "35D9B2DCBC", "SHA256": "35D9B2DCBC673AB29917A120BDE767AD0186E369AE42F114E890CE3175E4B9CC", "CRC32": "20101812", "BLAKE3": "8F4DDDF53812C2AAF27F682BD65D26BCB6C273A51064D698EE187A841CAD194A", "AutoV3": "B9F9D797C904"}, "downloadUrl": "https://civitai.com/api/download/models/515494", "primary": true}], "images": [{"id": 12904412, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8384c832-1312-45a8-a110-b89ffc38dc70/width=450/12904412.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7Epis~E0000L$rrNQItMar?p{Ez%1r^IpE2", "type": "image"}, {"id": 12904411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aaf215bd-ed96-4ca8-ace1-f3161b447af5/width=450/12904411.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U5Ef.po#00nfD4D*Xr~WirWqUHt5?bt7EKIV", "type": "image"}, {"id": 12904414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6446eaed-dcb8-4324-84a4-e254edec4f62/width=450/12904414.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UQE{^I%L00DjnMs:IpM|4Tf5yEWr~WjYE1bv", "type": "image"}, {"id": 12904413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fca863a6-e9a2-42c3-8e16-8648f248d4c5/width=450/12904413.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UMFY}fof00o3w[RjD+t700WB%god~WogIon~", "type": "image"}, {"id": 12904418, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4bda6a4-1d1c-4a21-84f7-64489b48ce04/width=450/12904418.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UIF~:E~W004nsi?H$-Ee00s,_3t6~XIUD%%f", "type": "image"}, {"id": 12904416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f88e7d28-7f28-413e-8939-ddf4445dd782/width=450/12904416.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJF6Xk-;004n#RjZD,NG00RP.8tR_NoMITbc", "type": "image"}, {"id": 12904417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d90dfc5d-622c-4914-a825-45f1092ec93b/width=450/12904417.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAGI}=z,009H4TxZ?wE2DORjtltREkRk-Axt", "type": "image"}, {"id": 12904420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c5ca0eb-9f3a-459e-933e-f334b36ba33b/width=450/12904420.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UcIOz*0000~pD$tRtRjXa0S2kWxtV@ofWVjZ", "type": "image"}, {"id": 12904425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e42b3a36-5915-463e-adac-54c0ee6f3d85/width=450/12904425.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9H.mFvJ009a4Tt5.TIq00ae.8R.0ys.}tRk", "type": "image"}, {"id": 12904423, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a133ff38-1b83-42ef-ab9c-a763f0cee202/width=450/12904423.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBH2=y_300004TRP?wxuQmV@O?X7IqWB-oxu", "type": "image"}, {"id": 12904421, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc95d527-5337-4dfe-8162-cfb49a00056d/width=450/12904421.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7Egd8^,0000QRRPX=xvReV@TxXSGEaf-Uog", "type": "image"}, {"id": 12904424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef997555-56f8-4ff6-969e-90fad7733a9f/width=450/12904424.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U5EV~O~T0000@;%05]9vu%s:G^I[xanNRPNc", "type": "image"}, {"id": 12904427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbce1780-1187-4949-ac1e-9b26ca6e264f/width=450/12904427.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U6E:3v^h0000*KxYG^I[ISR,TMjcC%Ri*fxG", "type": "image"}, {"id": 12904428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80bdec62-63ee-4b5c-a703-e47a0653813a/width=450/12904428.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U6Epy6?000008wMxXY-q$YVtG[XlxcnmRQRk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/515494", "modelId": 463221} \ No newline at end of file diff --git a/datasets/metadata/515496.json b/datasets/metadata/515496.json new file mode 100644 index 0000000000000000000000000000000000000000..3eb6f5bd2c89d41c135c2a54eda5006a621b3012 --- /dev/null +++ b/datasets/metadata/515496.json @@ -0,0 +1 @@ +{"id": 515496, "index": 0, "name": "Hyper FMG", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-19T01:21:36.235Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 222, "ratingCount": 0, "rating": 0, "thumbsUpCount": 52, "thumbsDownCount": 0}, "files": [{"id": 432799, "sizeKB": 1416.208984375, "name": "515496_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T00:26:25.760Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "9EB537F5D4", "SHA256": "9EB537F5D40CDA6688B8EB45161B0365C24B8883176E743D73BC182BD12147DF", "CRC32": "0C4EEB4B", "BLAKE3": "2A4C92199DA52C7019B0C211E796F289F1DFDFC70CC5AE0C9E5EEAF622CAF768"}, "downloadUrl": "https://civitai.com/api/download/models/515496?type=Training%20Data"}, {"id": 432866, "sizeKB": 223099.58203125, "name": "Hyper_FMG-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T01:15:47.415Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "74550FFB", "AutoV2": "26ABCF8ED7", "SHA256": "26ABCF8ED75095DC119B77964C2A703637BE3B69C6BE3AF3127846B86042B9C8", "CRC32": "4BE9F133", "BLAKE3": "A80558BE57B7804BEB5798C88780188E16B72C6A484CA765DB12331F7FC92E76", "AutoV3": "E65F6CD4EEE8"}, "downloadUrl": "https://civitai.com/api/download/models/515496", "primary": true}], "images": [{"id": 12904459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40856150-66ef-4e51-9476-a31fec711e2d/width=450/12904459.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U6KAKL%20Mxu}%Rj01ax1jR+RQbG00Rk^*oe", "type": "image"}, {"id": 12904461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68c80cc7-5898-443c-8f58-d512976eb085/width=450/12904461.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UOMGhzR-ysx]?bog9Faz%#a#RjWBu5WXtlof", "type": "image"}, {"id": 12904460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4960b62-4f8a-43ca-925c-8f2ad6bef4d2/width=450/12904460.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UUN0SWjZPpxa_NWpxGa#lUWCo#kCFzWV%1s:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/515496", "modelId": 463224} \ No newline at end of file diff --git a/datasets/metadata/515521.json b/datasets/metadata/515521.json new file mode 100644 index 0000000000000000000000000000000000000000..f166f1a268aa7c4bc9373ea45c1828b10952a1bd --- /dev/null +++ b/datasets/metadata/515521.json @@ -0,0 +1 @@ +{"id": 515521, "index": 0, "name": "Female Kira Yoshikage", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-19T08:28:10.508Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["mature female, Yoshikage Kira, short hair, blonde hair, high cheekbones, confident eyes, red-tinted eyewear, suit, shirt, tie, belt, pants, 2 hands in pocket"], "stats": {"downloadCount": 29, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 432877, "sizeKB": 9069.0341796875, "name": "515521_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T01:26:28.615Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CD9A4754", "AutoV2": "CCC54C8779", "SHA256": "CCC54C8779910E9FA72C3F7ADF5C7103D0045637CFBADE94E29559F544AD9702", "CRC32": "82A52546", "BLAKE3": "190310539C389834788AEA8AAAA15FDAD2106983C60285BE7FE00E688BCA812B"}, "downloadUrl": "https://civitai.com/api/download/models/515521?type=Training%20Data"}, {"id": 432970, "sizeKB": 223099.39453125, "name": "gyro_zeppeli-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T02:16:33.662Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9E1B6D3F", "AutoV2": "558195CDB2", "SHA256": "558195CDB2A73A4FCD94A508F51DF2761FBE94FA9D597EF5F0ED23C7AD2CEDD3", "CRC32": "B3D863DD", "BLAKE3": "736EBD59D5873DDF3BAC5ED8D25E6930A793159D3B2C834C976030DD0B003CBA", "AutoV3": "D67BAFAA368C"}, "downloadUrl": "https://civitai.com/api/download/models/515521", "primary": true}], "images": [{"id": 12913602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4229ebb5-f7f5-4163-98b1-c58d424b2c7c/width=450/12913602.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UYHUqWIoTKxu~pa#NHoebabIn%jYRPj[bbax", "type": "image"}, {"id": 12913666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/217db4cf-3cbf-47b4-aac2-a3aaa2a6f81d/width=450/12913666.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UeI4w?ozXnjF~Vt7S5WBXmofnOayRjWVW=oL", "type": "image"}, {"id": 12917522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90625559-43fd-44d6-89f9-3a1479b37995/width=450/12917522.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UbIXs$M{yDxu~pj[RloetRWCV@jYaKj[bbae", "type": "image"}, {"id": 12932376, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac1326f1-285b-44ee-bcb5-88458c671d48/width=450/12932376.jpeg", "nsfwLevel": 4, "width": 1040, "height": 1520, "hash": "UHFh#GE1AJ?G~of8IWkC9uogwuRkROkCXTnh", "type": "image"}, {"id": 12932430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/deaaa8ad-8134-43b2-b586-6ed08b818922/width=450/12932430.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "UWIh1]IUgOxu~VfRR,j?R+WCn$aeV?aybcWB", "type": "image"}, {"id": 13150531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e7342ba-aebf-4132-b517-5f7f8a5713de/width=450/13150531.jpeg", "nsfwLevel": 4, "width": 1248, "height": 1824, "hash": "UVGkn2_2K5ae~UxuShRjS$WBw]WCM{n$oMWX", "type": "image"}, {"id": 13150567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e580da7-af61-447f-9ef4-487d21cbae35/width=450/13150567.jpeg", "nsfwLevel": 8, "width": 1248, "height": 1824, "hash": "UNF5a84.F1-V~UR+NfxZNes:nhW=Ipofs,Rk", "type": "image"}, {"id": 13451839, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce1297fd-7129-4a6c-a28a-a64c84c9493c/width=450/13451839.jpeg", "nsfwLevel": 2, "width": 1872, "height": 2736, "hash": "UKKTiA%LAKIV~qWWQmniVaWCRjoyR*of%LoL", "type": "image"}, {"id": 13451850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e6c9236-cb8b-45c6-b2ff-2b1f831f7798/width=450/13451850.jpeg", "nsfwLevel": 4, "width": 1248, "height": 1824, "hash": "UPJtbmx]yYV@?^oLV@WBENfPslWBNHj[s:oL", "type": "image"}, {"id": 13451851, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e91c23f-434e-4ced-adab-2805a239b806/width=450/13451851.jpeg", "nsfwLevel": 2, "width": 1872, "height": 2736, "hash": "UKH-[Ok?5=#Q~ps8MySiMcjES5NxS4WYWY%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/515521", "modelId": 463246} \ No newline at end of file diff --git a/datasets/metadata/515667.json b/datasets/metadata/515667.json new file mode 100644 index 0000000000000000000000000000000000000000..daeabbc8b330de9c833ed0c41d56736e31659e06 --- /dev/null +++ b/datasets/metadata/515667.json @@ -0,0 +1 @@ +{"id": 515667, "index": 0, "name": "Carmen Sanchez | The Book of Life", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-19T03:16:28.920Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["carmen sanchez, floral print"], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 433007, "sizeKB": 13001.7587890625, "name": "515667_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T02:50:52.611Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C1204CA9", "AutoV2": "C05849D45D", "SHA256": "C05849D45DAD2C03556298F300A18AC5E3D9DD3C8A0A05608A53034073771337", "CRC32": "1F840A0C", "BLAKE3": "4103370EF07D1480ABBA15AB27EF14050A8A1F2D960C4DCB72C8C34BD3D7F240"}, "downloadUrl": "https://civitai.com/api/download/models/515667?type=Training%20Data"}, {"id": 433024, "sizeKB": 36979.1484375, "name": "Carmen_Sanchez__The_Book_of_Life-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T03:17:01.913Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C7367931", "AutoV2": "35C24AC831", "SHA256": "35C24AC831EF8F8ABA3E239F5DA9DB7735B237461F17126C4C22202895592B0A", "CRC32": "1A8B4FC8", "BLAKE3": "00C30D997B54F1F3DA19F9B29FAB7141A51C91E4E9036E864726C988FC0946B1", "AutoV3": "911FEAD70E62"}, "downloadUrl": "https://civitai.com/api/download/models/515667", "primary": true}], "images": [{"id": 12913679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4268095-b977-4107-93f4-e15079e47466/width=450/12913679.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8BCuh~7Dk044:,?E2O=D-9v-:=]57R.-nxr", "type": "image"}, {"id": 12913678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca14a87a-9083-44d0-b91e-168d8409804c/width=450/12913678.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UaE3P2s:adfj~VoejEj[#AjtVsj[xZjtMyf6", "type": "image"}, {"id": 12913675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c42bfb68-fa3d-450c-a340-a5b50002e733/width=450/12913675.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U89G8j}?8^0Ms:EzR*kD0L5S-;^hvgaLtSxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/515667", "modelId": 463361} \ No newline at end of file diff --git a/datasets/metadata/515968.json b/datasets/metadata/515968.json new file mode 100644 index 0000000000000000000000000000000000000000..190fb111c3bae17c9a30726062543de8b66cd72e --- /dev/null +++ b/datasets/metadata/515968.json @@ -0,0 +1 @@ +{"id": 515968, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-19T06:05:57.580Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 120, "ratingCount": 0, "rating": 0, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 433226, "sizeKB": 43049.078125, "name": "Sexy_beach.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T06:05:44.268Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "517C3465", "AutoV2": "8414F7FEBE", "SHA256": "8414F7FEBEEA6C359495D1041F05B4C859F22A97ECDB2D679455C316976A82B9", "CRC32": "F72A274F", "BLAKE3": "7801265FD9639C14C7E3FA51003A6A4C0A58A7CAA104C93854497845DCB9B57B"}, "downloadUrl": "https://civitai.com/api/download/models/515968?type=Training%20Data"}, {"id": 433225, "sizeKB": 55428.9765625, "name": "Sexy_beach-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T06:06:55.422Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D5D4DC6D", "AutoV2": "6CE772AA30", "SHA256": "6CE772AA30DAA9BE693546838E8E4CC855B3A2A3385CC3C33B787E17D29A7833", "CRC32": "C58E8CD7", "BLAKE3": "EECFDD8148F970A80588CE23628BB97EE96CC6F8B21E43DAE8F781D8BD3BA48C", "AutoV3": "B67246DD18D6"}, "downloadUrl": "https://civitai.com/api/download/models/515968", "primary": true}], "images": [{"id": 12924546, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a1ebe6e-fcbf-414f-98de-e35276531cc8/width=450/12924546.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UIOoV9NG0LV?000L9^Ip%zIU$Q%L~VR+-A%L", "type": "image"}, {"id": 12924545, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcfa3eb4-0020-48df-a459-e1ce5cd30b4e/width=450/12924545.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UIOoV9NG0LV?000L9^Ip%zIU$Q%L~VR+-A%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/515968", "modelId": 463636} \ No newline at end of file diff --git a/datasets/metadata/516358.json b/datasets/metadata/516358.json new file mode 100644 index 0000000000000000000000000000000000000000..5f3a35fc09d1713651c8c4de96b6955b45491ec6 --- /dev/null +++ b/datasets/metadata/516358.json @@ -0,0 +1 @@ +{"id": 516358, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-19T11:19:47.632Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["playing cello", "cello", "bow (music)", "instrument"], "stats": {"downloadCount": 17, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 433607, "sizeKB": 14888.001953125, "name": "516358_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T10:35:47.823Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "783FE0EE", "AutoV2": "E518BA79DC", "SHA256": "E518BA79DCA1BC48207BA94B59BFB3A29FDA5B1E4486F8FF8566A119E787491F", "CRC32": "4C0C58F6", "BLAKE3": "D33920F1C493430A2BB780B3C554380F158666393AEB593CA3435AE510A47728"}, "downloadUrl": "https://civitai.com/api/download/models/516358?type=Training%20Data"}, {"id": 433652, "sizeKB": 223107.24609375, "name": "Playing_cello.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T11:20:49.426Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "72EB1764", "AutoV2": "349784D57C", "SHA256": "349784D57C456BB059C2403CEE95067C38101B07E99D8A4DD863E8CB4E7D4742", "CRC32": "02A7B569", "BLAKE3": "5ED919A61D3F77F0CC3E9FEF8B81BAF6765CB10372E0627B4DB4B16091B63604", "AutoV3": "70D28A712016"}, "downloadUrl": "https://civitai.com/api/download/models/516358", "primary": true}], "images": [{"id": 12944846, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69c8bb94-1d50-4d54-8728-7baf1b7a83c4/width=450/12944846.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U38;JQV;00%$rR9H0K%g0vX8~Xwa00-p~pVr", "type": "image"}, {"id": 12944845, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a63ad813-38e6-45ab-b8fc-d4562bf469c4/width=450/12944845.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJEVWxD%E1M{~pD%R+WB%1IU%MxuS5M{xat7", "type": "image"}, {"id": 12944847, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8e3ff50-6cec-47ca-8e0d-93648ae64390/width=450/12944847.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDC=unt8AJRj%ja}NGofI.WBv|s:EObHxCjb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/516358", "modelId": 463987} \ No newline at end of file diff --git a/datasets/metadata/516428.json b/datasets/metadata/516428.json new file mode 100644 index 0000000000000000000000000000000000000000..5ec5a74ab8219552b85864b8ca7e9fd85da0f941 --- /dev/null +++ b/datasets/metadata/516428.json @@ -0,0 +1 @@ +{"id": 516428, "index": 0, "name": "bdsm bench and more", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-19T11:55:41.517Z", "availability": "Public", "nsfwLevel": 28, "description": "sd 1.5 should help create a spanking theme
", "trainedWords": ["diaper, spanking, bench "], "stats": {"downloadCount": 89, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 433662, "sizeKB": 7012.3935546875, "name": "516428_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T11:31:13.966Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A7AB1BF9", "AutoV2": "32AC4AB8BB", "SHA256": "32AC4AB8BB38A4E7ABB5F77545262895B0491F2ED56C8B573F5EA2265ECDB030", "CRC32": "A49D2FFF", "BLAKE3": "B9E47AFD133541EB8DF552FA02CF70284A1A26DB26CEE7E5921EE69AEC6F689D"}, "downloadUrl": "https://civitai.com/api/download/models/516428?type=Training%20Data"}, {"id": 433684, "sizeKB": 36982.3046875, "name": "bdsm_bench_and_more-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T11:50:46.581Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FA98DC4A", "AutoV2": "92F525353D", "SHA256": "92F525353D32ECDF684C6AF845FE86BD2C1BBCDF2DD27F8C18B9BE621AADBD1E", "CRC32": "FD800B16", "BLAKE3": "878EBD2218CEEFA38CBEEE68B3247AE6797ACE2D1D2CD56D14F4E5538D3162B5", "AutoV3": "7CC66A1076E0"}, "downloadUrl": "https://civitai.com/api/download/models/516428", "primary": true}], "images": [{"id": 12947610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8c59a46-2071-4417-b839-949d251868eb/width=450/12947610.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U5DIRN^*00M|0e9aEPR+0gt6~Bs:K*t7;1NG", "type": "image"}, {"id": 12947611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6540a659-0f5a-40a4-807c-8cb6b789f188/width=450/12947611.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UEC$WK4pJ7R*~VIBkWNGEMD*?GbGIpIVkD-o", "type": "image"}, {"id": 12947609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0670620b-92ad-4ff1-8686-39100db77291/width=450/12947609.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UGE2nG^+0y9s~VofEetk?H-VtQXSxvkD%L%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/516428", "modelId": 464052} \ No newline at end of file diff --git a/datasets/metadata/516559.json b/datasets/metadata/516559.json new file mode 100644 index 0000000000000000000000000000000000000000..d7ab9343c0ca43672915648e771319e6c59e656a --- /dev/null +++ b/datasets/metadata/516559.json @@ -0,0 +1 @@ +{"id": 516559, "index": 0, "name": "Pino Daeni - Oil Paintings", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-19T14:54:02.999Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 88, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 433927, "sizeKB": 223120.98046875, "name": "Pino_Daeni_-_Oil_Paintings-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T14:47:10.794Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1FF3039E", "AutoV2": "C467E9241A", "SHA256": "C467E9241A027DA9E4989F118CC83460372D63892BD63BCD65CC0BB35317CC69", "CRC32": "8CF3F470", "BLAKE3": "2AD9ADA090099163BB2EE0FCC5712AA1C093E634EA3A6020EB55D35AD27CF1AF", "AutoV3": "573FDEF5FA10"}, "downloadUrl": "https://civitai.com/api/download/models/516559", "primary": true}, {"id": 433784, "sizeKB": 2725.0419921875, "name": "516559_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T13:21:23.565Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "ADC2C916", "AutoV2": "4E2DC8E449", "SHA256": "4E2DC8E44907464F8FEFCCBE04775DC9D9E50E0912B24DD60F1300E57AC2D26F", "CRC32": "FCC39939", "BLAKE3": "5BDE7C7325176ACDA6189A10254091F9A8925A5E1EA273ACCDC781F1DF233A3D"}, "downloadUrl": "https://civitai.com/api/download/models/516559?type=Training%20Data"}], "images": [{"id": 12959767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f986de4a-43fc-4a47-b4ad-90f5ad721e3b/width=450/12959767.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGCYaln#xuI:~Dof%2W;E2o}%1xaNLoyj?xZ", "type": "image"}, {"id": 12959774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fe4a90b-af03-4efd-a9c6-73e89e5b7d28/width=450/12959774.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCE2a?WA_29t~UNH%MIUEKt7t7M|kCwKX7W;", "type": "image"}, {"id": 12959770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42295089-da65-495c-93bd-80d66aee8529/width=450/12959770.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAF5N%vy55NG_NELaixa01x^-CWA0K?HIoRl", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/516559", "modelId": 464173} \ No newline at end of file diff --git a/datasets/metadata/516604.json b/datasets/metadata/516604.json new file mode 100644 index 0000000000000000000000000000000000000000..fc74f86e03f36d0332ce89326c92f76f0783d649 --- /dev/null +++ b/datasets/metadata/516604.json @@ -0,0 +1 @@ +{"id": 516604, "index": 0, "name": "45oldsgirls2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-19T14:54:57.499Z", "availability": "Public", "nsfwLevel": 8, "description": "45oldsgirl v2
", "trainedWords": [], "stats": {"downloadCount": 27, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 433950, "sizeKB": 36980.8828125, "name": "45oldsgirls2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T14:55:56.684Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C51F2790", "AutoV2": "D738C06747", "SHA256": "D738C067477DA74F4152E18AFCF2850319CFA4FD1B4C76D48248DF4786F56748", "CRC32": "4CE4814E", "BLAKE3": "7B947314AC5FE86B091B638085AA7779CBB503EFF5A133C3DD0A28B6D05ADF3C", "AutoV3": "B26834C3D35D"}, "downloadUrl": "https://civitai.com/api/download/models/516604", "primary": true}, {"id": 433828, "sizeKB": 73692.4140625, "name": "516604_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T13:51:02.436Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "202CA1AD", "AutoV2": "192110D08B", "SHA256": "192110D08BE6487F29D8CA5FD28F9E9011BFB7BA2448B0A6D34F7ACB20C08B6F", "CRC32": "53E6D7CE", "BLAKE3": "FE8BC03979FDA8FED00051157C09AA7E29047255028C79940CA95038DD188124"}, "downloadUrl": "https://civitai.com/api/download/models/516604?type=Training%20Data"}], "images": [{"id": 12959813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/126334f0-3716-4077-93ab-99ee2993895c/width=450/12959813.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U7Bo{tE15oxa00tS9Gs:ysIo~C$%8{xaWBRj", "type": "image"}, {"id": 12959812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3268c63c-1fe7-4f5c-ae6f-877b1cd44eb7/width=450/12959812.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UCDlpDWGD~t3yZWZE1RjKSofs:RPTgj?=_V@", "type": "image"}, {"id": 12959814, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdaff72e-608e-4c7d-af38-68a97a23048c/width=450/12959814.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UKFOv0gOk=M_AI?dE0$%.Axu%2IUbwkCxGW;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/516604", "modelId": 464216} \ No newline at end of file diff --git a/datasets/metadata/516733.json b/datasets/metadata/516733.json new file mode 100644 index 0000000000000000000000000000000000000000..3a7d700e39e52711fb654e20726a521a7cf24fdd --- /dev/null +++ b/datasets/metadata/516733.json @@ -0,0 +1 @@ +{"id": 516733, "index": 0, "name": "Ralek Ver: Delta", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-19T14:52:03.517Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 46, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 433941, "sizeKB": 62578.5693359375, "name": "515307_training_data (2).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T14:50:58.347Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "84DD8357", "AutoV2": "9F2695149C", "SHA256": "9F2695149C1F9FF5CB871CCEFC542B6735F13C82317D17B97622C2B0AA985D81", "CRC32": "26F26D86", "BLAKE3": "069E059466D90731C461F73AD1E3CB228834945107F9089D17503F5C62BC7B54"}, "downloadUrl": "https://civitai.com/api/download/models/516733?type=Training%20Data"}, {"id": 433946, "sizeKB": 223130.40234375, "name": "Ralek (2).safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T14:57:17.770Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F3E566AF", "AutoV2": "AAFB0FF954", "SHA256": "AAFB0FF954AAA17216090E817081A52D03ECE21044F944899543A235EF861CAC", "CRC32": "E418AFD8", "BLAKE3": "3E7B70A86A136BAF50EC92E15BEF47F2B43D73675F49C5852066B887100D1359", "AutoV3": "7F97316EC835"}, "downloadUrl": "https://civitai.com/api/download/models/516733", "primary": true}], "images": [{"id": 12959609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c81f19ce-4c3c-4c6f-8f2f-875c457118f0/width=450/12959609.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UADurV~9I@E34?D%xZR.Obxaoexa9aIqoz%0", "type": "image"}, {"id": 12959615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df33263b-5668-4c60-8fe0-70298e414774/width=450/12959615.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UeGut9aKRPR%~qV?n+M|$*RikWn,MzNHoxxa", "type": "image"}, {"id": 12959611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/975f2327-563a-4e01-a1b4-e53950d9b724/width=450/12959611.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UhKKm5D*%MV@_4oJt7WBMxogRiogIVs:M{t7", "type": "image"}, {"id": 12959610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f9be057-6c40-4c25-a93c-324abc6e7ca4/width=450/12959610.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UlLE4;ogxt?a~qM{WVo}-;oekDNIMxxajbM{", "type": "image"}, {"id": 12959608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/227b676e-090d-4bc8-9596-c51d218d8c6f/width=450/12959608.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UjK^EOs,%1t6~pWVxut8tRoft7Rjx]f5WAj[", "type": "image"}, {"id": 12959607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6a7fc0e-e40b-4e99-9867-9ada2a446aeb/width=450/12959607.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UNM7Jlx^tmoz~q8_-;%g%%?b_3M{_NM{Mysl", "type": "image"}, {"id": 12959613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fcea03e-8777-44e9-a135-157cf4ee8bf2/width=450/12959613.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UyJa_?%0tmtR?woet8ogIufladayoeo0RjWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/516733", "modelId": 447793} \ No newline at end of file diff --git a/datasets/metadata/516735.json b/datasets/metadata/516735.json new file mode 100644 index 0000000000000000000000000000000000000000..38d2b39642e7eea078008e61e74db300f842fd5b --- /dev/null +++ b/datasets/metadata/516735.json @@ -0,0 +1 @@ +{"id": 516735, "index": 0, "name": "v2.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-19T15:04:07.905Z", "availability": "Public", "nsfwLevel": 5, "description": "Removed artist watermarks and sparkles/hearts around most characters
", "trainedWords": [], "stats": {"downloadCount": 162, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 433943, "sizeKB": 223112.08984375, "name": "purrlucii_style_v2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T14:53:04.083Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C91E043E", "AutoV2": "85093BFE4C", "SHA256": "85093BFE4CF1C43C1FBBAC5BF3F9347904F1029E73A8239F1DFEC6E641DB8066", "CRC32": "283B49E7", "BLAKE3": "62AD14746DF88ADD3F94001A1E306E7C6900A5BAC318C86690A31980B459732B", "AutoV3": "812DF3C2A766"}, "downloadUrl": "https://civitai.com/api/download/models/516735", "primary": true}, {"id": 433940, "sizeKB": 57706.8203125, "name": "3_artist purrlucii.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T14:52:50.839Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "72BB9A85", "AutoV2": "538D15408C", "SHA256": "538D15408CF3A60F78C1B5281A250DF38794B1C2340B8E7E2B420978E5B3CD5F", "CRC32": "666D0213", "BLAKE3": "DF511DE804C526FF7C8FA061994B805B8C67A3D29B606DC651926B274E6360CC"}, "downloadUrl": "https://civitai.com/api/download/models/516735?type=Training%20Data"}], "images": [{"id": 12959558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a617ed80-e7ab-4d8d-be5b-b1765e30c3c8/width=450/12959558.jpeg", "nsfwLevel": 4, "width": 1712, "height": 2400, "hash": "UHKdJL4:01-U?YIp~WRk%LoM-AM{s.adoMS4", "type": "image"}, {"id": 12959864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9daf982-4091-4d11-aafe-ccdb43a6c6c9/width=450/12959864.jpeg", "nsfwLevel": 1, "width": 1712, "height": 2400, "hash": "UOM@An%L~W%2?bNG-pt6M{t6tRj[%MWBD%of", "type": "image"}, {"id": 12960019, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/730d957c-ee09-45b2-8a03-cb41b5ec7d43/width=450/12960019.jpeg", "nsfwLevel": 4, "width": 1712, "height": 2400, "hash": "UbLW@hNH?w%NT1oei_R%IpslkCo0NxRk$%o#", "type": "image"}, {"id": 12960146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8aa6ce29-2398-4d6d-a530-62ac0bd5f242/width=450/12960146.jpeg", "nsfwLevel": 4, "width": 1712, "height": 2400, "hash": "U8MG-dPB2|=|0}w^^jJ80zofT1n~2wxGJBxF", "type": "image"}, {"id": 12960253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df283feb-ad01-4460-b675-c4e4a13dce36/width=450/12960253.jpeg", "nsfwLevel": 4, "width": 1712, "height": 2400, "hash": "UNJ@qLkDtmNG$^xD$KWB~BoJ$%R+TLof?HRk", "type": "image"}, {"id": 12960431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a680455a-e168-49e1-96d2-ab0de21ca9f7/width=450/12960431.jpeg", "nsfwLevel": 1, "width": 1712, "height": 1401, "hash": "UTK^+{WEtRnN~qNGoLE2*0xaRj-:_Nt7fk%L", "type": "image"}, {"id": 12960463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/949b32f6-a6f6-4638-b660-405708b42369/width=450/12960463.jpeg", "nsfwLevel": 1, "width": 1712, "height": 1401, "hash": "UdMQS0jFofWC?IbFWVxa.8a}j[jZ_Na#jZWW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/516735", "modelId": 462979} \ No newline at end of file diff --git a/datasets/metadata/516801.json b/datasets/metadata/516801.json new file mode 100644 index 0000000000000000000000000000000000000000..df13a76fa5091c5c4e838b87efed5cd853401233 --- /dev/null +++ b/datasets/metadata/516801.json @@ -0,0 +1 @@ +{"id": 516801, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-19T15:30:40.652Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": ["pdaerith"], "stats": {"downloadCount": 239, "ratingCount": 0, "rating": 0, "thumbsUpCount": 45, "thumbsDownCount": 0}, "files": [{"id": 434001, "sizeKB": 223102.33984375, "name": "corneo_aerith_pink_dolphin.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T15:21:34.397Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B587BB9A", "AutoV2": "983D112F77", "SHA256": "983D112F77507B34A1E51FB2C4DCED98965326413ED1C09EE57A839EEEEE96C7", "CRC32": "E8C96E13", "BLAKE3": "C31D1970E9E2A1F30F59FFE5E1A2C104A5A045A3A939953D7A52E2FEB67A9576", "AutoV3": "70879780E04F"}, "downloadUrl": "https://civitai.com/api/download/models/516801", "primary": true}, {"id": 433999, "sizeKB": 31081.7392578125, "name": "2_1girl pdaerith.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T15:21:29.355Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B08EFB7C", "AutoV2": "3A52E1A72E", "SHA256": "3A52E1A72EC491A3B7C090692A4497079CA6B99C2FC427339373C33491774878", "CRC32": "43274AE2", "BLAKE3": "01A21E514F2A009304D1DD4E8CE99B49A6B514DFCC5BF394AD1E28A6A5B2BD8D"}, "downloadUrl": "https://civitai.com/api/download/models/516801?type=Training%20Data"}], "images": [{"id": 12961970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9eebb63-3c6b-47f4-9f14-3b101b307e05/width=450/12961970.jpeg", "nsfwLevel": 4, "width": 800, "height": 1200, "hash": "UEHoE?R6CM4mGa~p%LaI?GXmv}x?0Kx]Mws+", "type": "image"}, {"id": 12961588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e7542bf-a753-421e-8a7d-6dbee6bea455/width=450/12961588.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1200, "hash": "ULJQ+n?bPRKi?]er%2tlIb,[RPX9Oa?GR6sC", "type": "image"}, {"id": 12962071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d84bdb61-4204-41dd-8cac-7b4d591203b3/width=450/12962071.jpeg", "nsfwLevel": 4, "width": 800, "height": 1200, "hash": "UUJ8FUQoO?Tw.kI;xuxu$%S$s.V[t6Rksooy", "type": "image"}, {"id": 12962195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6641cc3-9d97-4936-b550-a3eef4ce15b4/width=450/12962195.jpeg", "nsfwLevel": 4, "width": 800, "height": 1200, "hash": "UMJRBc.TyW%fBnE2D%MdM|R*DjnhtRogV@tl", "type": "image"}, {"id": 12962260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2965760e-8ca8-46ef-a558-4907fff9d147/width=450/12962260.jpeg", "nsfwLevel": 4, "width": 800, "height": 1200, "hash": "U6H_cB;e49Fw1R%fD%D%8w9a*dvNHUPBvxt,", "type": "image"}, {"id": 12962280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9aecdf0-2361-4fc4-a73f-0dee70b8836f/width=450/12962280.jpeg", "nsfwLevel": 4, "width": 2048, "height": 1416, "hash": "UXMQqunmnm-n?wbtWqj]t.s.oeWY~WV@oet6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/516801", "modelId": 464386} \ No newline at end of file diff --git a/datasets/metadata/516973.json b/datasets/metadata/516973.json new file mode 100644 index 0000000000000000000000000000000000000000..eeb229c2cc03c5fb9e8105c3de338ef934fa9051 --- /dev/null +++ b/datasets/metadata/516973.json @@ -0,0 +1 @@ +{"id": 516973, "index": 0, "name": "\u2661 Cow Girls In Meadow \u2661 Semi - Realistic BBW Asian Women", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-19T18:01:25.510Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 36, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 434189, "sizeKB": 3565.888671875, "name": "516973_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T17:16:20.045Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A3AB8366", "AutoV2": "8473490463", "SHA256": "8473490463A7EF71C54B29A1024D193212F75AED982039F725058B9E2B5CE5A4", "CRC32": "BD55C0F5", "BLAKE3": "6DFFC7D4F44C8BE8DDC31C6F7377A3C66E53D9DE83E506139A09688007C90222"}, "downloadUrl": "https://civitai.com/api/download/models/516973?type=Training%20Data"}, {"id": 434257, "sizeKB": 36981.96875, "name": "_Cow_Girls_In_Meadow__Semi_-_Realistic_BBW_Asian_Women-000019.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T18:00:43.493Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5BF65522", "AutoV2": "9D66424051", "SHA256": "9D66424051238DAA008B64CF41D10112268572FE89E2B7C4CBF7E50CDEA35ABB", "CRC32": "1688C13C", "BLAKE3": "94B1CBD975343DD7CEB29CBFC944BBF5C965FCAAACD38E883F3E76A051D83C9F", "AutoV3": "7AE1207AD327"}, "downloadUrl": "https://civitai.com/api/download/models/516973", "primary": true}], "images": [{"id": 13248950, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b294941-5a18-435e-95c9-22231726672c/width=450/13248950.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UHE.hA~AA8EL.5E2R%xFb]M~$*xb-m$%RkEL", "type": "image"}, {"id": 13249004, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d47642de-f290-4b81-ad6c-fc88c264c803/width=450/13249004.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UKECOO~UEdNa_2%1WANGT0R*xZxaxtj=s:t6", "type": "image"}, {"id": 13249353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f047f9b-1a57-48b4-98a2-7ed83cf10796/width=450/13249353.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UQD]ewt7KHM{_NoyafV@%iWrV{V@?ct7ofRj", "type": "image"}, {"id": 13248987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccba1cc2-3dbc-4f20-a28a-992b7705c704/width=450/13248987.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UBEoe@~n7AO9%_%KxaR*0xWo-W%K?GtPE2tQ", "type": "image"}, {"id": 13249057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a56ec1d7-a88c-44bc-bc32-fb3b78c2abc9/width=450/13249057.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UHE.kT~VF=NG?Hj=Rjax9YD*nh%1?HxakCbc", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/516973", "modelId": 464540} \ No newline at end of file diff --git a/datasets/metadata/517159.json b/datasets/metadata/517159.json new file mode 100644 index 0000000000000000000000000000000000000000..db1d3e5f0b1a5f73eea506aafbb34ef87f6ee590 --- /dev/null +++ b/datasets/metadata/517159.json @@ -0,0 +1 @@ +{"id": 517159, "index": 1, "name": "sd 1.5 v0.1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-19T19:46:39.027Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["see-through top"], "stats": {"downloadCount": 580, "ratingCount": 0, "rating": 0, "thumbsUpCount": 105, "thumbsDownCount": 1}, "files": [{"id": 434349, "sizeKB": 4094.779296875, "name": "517159_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T18:47:04.177Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "77B0A5D1", "AutoV2": "D3B5CB83AB", "SHA256": "D3B5CB83ABB2F8A5607EE13042FCBDABAAD3E22B4B7B03D27B494F02F80483F9", "CRC32": "4F4FDCCF", "BLAKE3": "3CAA1FEE591DF103402D42A04A58DD5D4AD12DD2C60B17478982D52726B2901C"}, "downloadUrl": "https://civitai.com/api/download/models/517159?type=Training%20Data"}, {"id": 434416, "sizeKB": 36978.734375, "name": "see-through_top.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T19:31:24.589Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A2B2E2B9", "AutoV2": "68C55A4364", "SHA256": "68C55A436475C8732E4B771D8D29B6B7E4575C45A295E401C65360D02DF77616", "CRC32": "290880CC", "BLAKE3": "F3DCD2FDD462BCC269A52DA16FFA44A683D3584FA462D9182AB2C07E71FDD04B", "AutoV3": "4889EE9FBA24"}, "downloadUrl": "https://civitai.com/api/download/models/517159", "primary": true}], "images": [{"id": 12981719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/486a2a8a-a2b3-439f-a0fd-bd2e8944ab4e/width=450/12981719.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U4Avd~E100~V01xa^jNGbHj[%1WBE*NG-A%M", "type": "image"}, {"id": 12989957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1671735d-4d89-4b6d-a02a-5a7a9f44298e/width=450/12989957.jpeg", "nsfwLevel": 8, "width": 768, "height": 1536, "hash": "U6D[z+5700^*00^jIU9Z-nR+-p$*~VVtR+XS", "type": "image"}, {"id": 12989956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25a1d047-9a3b-4be9-96df-bdd8df37968c/width=450/12989956.jpeg", "nsfwLevel": 8, "width": 767, "height": 1464, "hash": "U8FhYS0000~WO@M{4-?Ga%^k4o-:x]bHD%I:", "type": "image"}, {"id": 12989955, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cedcdf9-be20-43de-885c-ad321c0dd037/width=450/12989955.jpeg", "nsfwLevel": 8, "width": 768, "height": 1536, "hash": "U9EefK9G00~VOYIoRP%200oz^+M{9ExuXUIV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/517159", "modelId": 464715} \ No newline at end of file diff --git a/datasets/metadata/517242.json b/datasets/metadata/517242.json new file mode 100644 index 0000000000000000000000000000000000000000..dac11d036da46ae2312e5bc16001e8088772fe80 --- /dev/null +++ b/datasets/metadata/517242.json @@ -0,0 +1 @@ +{"id": 517242, "index": 0, "name": "1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-19T20:48:47.783Z", "availability": "Public", "nsfwLevel": 28, "description": "First version
", "trainedWords": ["Eddsworld"], "stats": {"downloadCount": 66, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 434433, "sizeKB": 32098.46875, "name": "517242_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T19:45:52.358Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F77CF1DC", "AutoV2": "7353A621F4", "SHA256": "7353A621F40697B98F0099186363D7A693BDFA5BD1B5662B19CE07EE9A2F7F49", "CRC32": "433ABC6B", "BLAKE3": "D43FDEB71DD525D08DD712437DF12F22B24CB44FE0BBEFCEE0B08D8AFB9121E4"}, "downloadUrl": "https://civitai.com/api/download/models/517242?type=Training%20Data"}, {"id": 434532, "sizeKB": 223131.15234375, "name": "Eddsworld_Beyond_Style_PonyDiffusionXL_TEST-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-19T20:41:51.527Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6B3BF2F3", "AutoV2": "221622B88C", "SHA256": "221622B88C98BE3F549FE6A872465272EADF1F557ED96444EA548B74C485DAE9", "CRC32": "CA77553A", "BLAKE3": "5A9BA97CD5D8485AC65A523BF048995BF80B1E94027AA7C672A8DDD39FEBEBB5", "AutoV3": "9E6A202890EB"}, "downloadUrl": "https://civitai.com/api/download/models/517242", "primary": true}], "images": [{"id": 12986033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f646203-f9ef-4872-b9f7-f8f535de7a65/width=450/12986033.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "ULN@=ZEM0hM}FKIq%0t6BT9cs.%1~SE3t5xs", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/517242", "modelId": 464799} \ No newline at end of file diff --git a/datasets/metadata/517592.json b/datasets/metadata/517592.json new file mode 100644 index 0000000000000000000000000000000000000000..2f7d98bc64133f5900fac9c6708f76e9e0345940 --- /dev/null +++ b/datasets/metadata/517592.json @@ -0,0 +1 @@ +{"id": 517592, "index": 0, "name": "Pony SDXL v1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-21T14:59:16.393Z", "availability": "Public", "nsfwLevel": 15, "description": "This is an experiment to see how well i can train pony xl
you can leave it as it is for a slightly illustrated/anime look, or use 'realistic, photorealistic' for a closer approach to the original
I wanted to train on an anime checkpoint so I don't have to keep switching parameters between models
trigger: PD3-OL
weight: 1.0
the trigger word should cover the basic features but you can also include 'dark brown hair, brown eyes' if it doesn't show up
", "trainedWords": ["pd3-ol, large breasts", "dark brown hair, brown eyes", "realistic, photorealistic"], "stats": {"downloadCount": 244, "ratingCount": 0, "rating": 0, "thumbsUpCount": 36, "thumbsDownCount": 0}, "files": [{"id": 437762, "sizeKB": 1669124.969726562, "name": "pony train 1024.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T12:59:44.979Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "88654E10", "AutoV2": "D7408B4D3E", "SHA256": "D7408B4D3EF4B0A216BBB1D2B1B3F14A0E1D63651BFDACA349B0DF23212E0842", "CRC32": "9F6E601F", "BLAKE3": "0BF441D2A1EC4F11417CD03C51236C40EFF7780B3CD3C97F827F4287EE798741"}, "downloadUrl": "https://civitai.com/api/download/models/517592?type=Training%20Data"}, {"id": 437728, "sizeKB": 83438.390625, "name": "PD3-OL-ponyv1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T12:35:54.756Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9496794E", "AutoV2": "F76EF21A07", "SHA256": "F76EF21A07DEFE1C787AF7CEF29C794A36EC0276CD10D57AC1A65E9F82BA1491", "CRC32": "1836B6B2", "BLAKE3": "288E10FFFAF784A29ADDC4AB45BCFBEFB133499AD95AD0F3F8FD0FD0DA68AD21", "AutoV3": "2F2BD3C58E24"}, "downloadUrl": "https://civitai.com/api/download/models/517592", "primary": true}], "images": [{"id": 13156394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc292fe8-c8cc-449b-9d6a-a1e304fae317/width=450/13156394.jpeg", "nsfwLevel": 8, "width": 1248, "height": 1824, "hash": "UGJHHx0LJ5waXKr?Io-:9r4:~VR+ozD*%1$%", "type": "image"}, {"id": 13156392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e4ef98f-f570-44d3-ab0a-340013d55cfe/width=450/13156392.jpeg", "nsfwLevel": 8, "width": 1248, "height": 1824, "hash": "UFIh53009Y%LI-$gEM.7D~9u~VRjS|D*-oxC", "type": "image"}, {"id": 13156393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1c4930c-5f4b-45b0-9be1-a130d1d74719/width=450/13156393.jpeg", "nsfwLevel": 8, "width": 1248, "height": 1824, "hash": "UGKmws4n0f.8BlM{-nj[RO9Z~WNGIVxu%gRP", "type": "image"}, {"id": 13156395, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f61bc73-f990-4cc3-8aff-146b639d8d8c/width=450/13156395.jpeg", "nsfwLevel": 8, "width": 1248, "height": 1824, "hash": "UDJ%^6001I?aBQIo-.%Lr;D%~pD%Iot7t6IU", "type": "image"}, {"id": 13155683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd7c81cc-98e3-4fb9-9172-5a3e44c4b744/width=450/13155683.jpeg", "nsfwLevel": 4, "width": 1248, "height": 1824, "hash": "UBH_i2EQIk_0O#~C9F0d}N0059ENj?%N-9tl", "type": "image"}, {"id": 13155681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22758471-724e-4de7-b744-517e20479164/width=450/13155681.jpeg", "nsfwLevel": 4, "width": 1248, "height": 1824, "hash": "UDHo2QD@Ik~lO}=}0L5i]{0KE5S6R:V}$*o#", "type": "image"}, {"id": 13155680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e38147c5-1da3-432a-91f5-387082205ecf/width=450/13155680.jpeg", "nsfwLevel": 4, "width": 1248, "height": 1824, "hash": "UFIE9H9tNd_2~CMd4:IUIooz%gNaNG4nof%M", "type": "image"}, {"id": 13155684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f04e25d-9eae-4f33-bfd8-7afaafd583d1/width=450/13155684.jpeg", "nsfwLevel": 4, "width": 1248, "height": 1824, "hash": "UEI4no56s7_2~CD%0KIoNHbIx]NcXT0Kof%M", "type": "image"}, {"id": 13155690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3be1c02-087f-4d43-9c9b-c6f87e6652a7/width=450/13155690.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "UMLNPrE2~q-T%3-p-;RO4TM{s:M|?Hj[IBSN", "type": "image"}, {"id": 13155691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6f20240-00ed-41f9-9b89-78ad1e74baa5/width=450/13155691.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "UHKT}V4:~W={M|-o-;IA4TMx%LM{~WjZ9FS$", "type": "image"}, {"id": 13155714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbdaa9c1-81d8-4421-a631-0c0cfebd2067/width=450/13155714.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "UAI#fU005=^+%gxa_3?b.8t7_NIUD*NG?a%2", "type": "image"}, {"id": 13155713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e336baee-c733-4f22-a300-b185b5de2d67/width=450/13155713.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "UFHo2o4-pJ?v?vDiyD%LIoR*x]-:_NV@s:Rk", "type": "image"}, {"id": 13155712, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49e91045-a5de-42c4-bc55-7671d77dd765/width=450/13155712.jpeg", "nsfwLevel": 8, "width": 1248, "height": 1824, "hash": "UFI;x7?^0fx]uO~qayJBE+TK-p%1%N=|%M.8", "type": "image"}, {"id": 13155711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3bb83dc-b4c4-49a0-ae7f-0a429b9ccbc6/width=450/13155711.jpeg", "nsfwLevel": 8, "width": 1248, "height": 1824, "hash": "UEIXmh?^0Lx[yX~qs,JQ9_kq-o-T%h-oxu.8", "type": "image"}, {"id": 13156398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81247726-12a1-4151-9b6d-45d5b66a4b3a/width=450/13156398.jpeg", "nsfwLevel": 4, "width": 1248, "height": 1824, "hash": "U9I;-H0006?a8$Q-5iM_00IU^lt6~BxAkpj2", "type": "image"}, {"id": 13156399, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fac02c7-cf9e-4de5-ae3c-661901fd3c6a/width=450/13156399.jpeg", "nsfwLevel": 4, "width": 1248, "height": 1824, "hash": "U9I}hQ000O^*IfITD~xu00RO=}Ip~CV?K5Rk", "type": "image"}, {"id": 13178372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05fecfe0-b34f-48bf-b7f2-c1298acaaf19/width=450/13178372.jpeg", "nsfwLevel": 4, "width": 1248, "height": 1824, "hash": "UHKn9,-o?^Ip5RM{=xxt^PM{9]%M?GxaR*NG", "type": "image"}, {"id": 13178373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6ce59b2-4dc2-4bb2-a140-5e161a0e5d4f/width=450/13178373.jpeg", "nsfwLevel": 4, "width": 1248, "height": 1824, "hash": "UJG+2cEM0K~W%$xu?GRjrVbbtmj]axM{bIxa", "type": "image"}, {"id": 13178374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fedd2bd-7a97-4c84-bbe1-53c502f272c1/width=450/13178374.jpeg", "nsfwLevel": 2, "width": 1248, "height": 1824, "hash": "UOJHEq~VM{E2IBRjxtR+NIxZRkR+0Kaex]W=", "type": "image"}, {"id": 13177909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a2599f0-f704-4f9d-84e5-5883e3200c65/width=450/13177909.jpeg", "nsfwLevel": 2, "width": 1248, "height": 1824, "hash": "UGHo2d~XthkV-,D*4n%fNG%Mx]IoRQNFM{RQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/517592", "modelId": 353537} \ No newline at end of file diff --git a/datasets/metadata/517739.json b/datasets/metadata/517739.json new file mode 100644 index 0000000000000000000000000000000000000000..6e84076f3b21dde934f2d4ffb9fe4e7105ef5ecf --- /dev/null +++ b/datasets/metadata/517739.json @@ -0,0 +1 @@ +{"id": 517739, "index": 0, "name": "Mori", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-20T04:07:11.878Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Mori"], "stats": {"downloadCount": 110, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 1}, "files": [{"id": 434962, "sizeKB": 5967.173828125, "name": "517739_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-20T01:00:46.329Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F1423DA5", "AutoV2": "A0131F355C", "SHA256": "A0131F355CFA037B696DEA2B61C7508C48749078339594D33BFD929C246CCB3F", "CRC32": "AC7F8B62", "BLAKE3": "115520CA5FFE1E17FDF853AC67BAEC4309ECBC6E260FDE4EAC80D48E1F569ACA"}, "downloadUrl": "https://civitai.com/api/download/models/517739?type=Training%20Data"}, {"id": 435162, "sizeKB": 223098.83203125, "name": "Mori-000012.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-20T03:36:00.673Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2CE8B1E6", "AutoV2": "5890106F2A", "SHA256": "5890106F2AB1895B1877ACB2577303DE8CEDD69A8E49A4BADA6215E1D9F4DF9C", "CRC32": "B688C6F9", "BLAKE3": "6715920EC9386AD839A42CD069D2C1902A486023EBDB58AA933BB79A88D5712A", "AutoV3": "6A501DA62C73"}, "downloadUrl": "https://civitai.com/api/download/models/517739", "primary": true}], "images": [{"id": 13014667, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4a2c07b-7dab-47b8-8182-3322bbe5a012/width=450/13014667.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "USKwX=xuy;buFqWV-CoL^*WBE1ofn6jbXQba", "type": "image"}, {"id": 13014664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/219031e5-1a84-4de4-8d4e-05ecad5315bb/width=450/13014664.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UYL;5JIU.m?bOTaewgbb^+t7E1WUsER*kTxb", "type": "image"}, {"id": 13014721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7eb08fc-ab12-49f4-9fa3-365930bfec47/width=450/13014721.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UEGb0SRj0Jo|00xb}]Rj_2V@IBof||kBFYae", "type": "image"}, {"id": 13014668, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/954f1869-e110-4e33-af01-5b565362f2f0/width=450/13014668.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UJHUkMR+Fxoz00f6t6Naxa$*56j[~CWB}[xa", "type": "image"}, {"id": 13015008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e005ec6-d2a7-4325-8332-f302da26acb0/width=450/13015008.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UGGID%X80JxaWAR*SOxa0xoL}[WVQ:j[yCWB", "type": "image"}, {"id": 13014657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3a5c78d-5ce7-4c0d-9c79-b93824a19a62/width=450/13014657.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8I#M=%}1Z^7=y9t5l}[0dD*||JPspXk}[#r", "type": "image"}, {"id": 13014661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3848fff0-f4b0-4454-bf52-82f5457c91ab/width=450/13014661.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UXMt5P%M?^NG%MRjV[xuIVRjxu%2ozt7aeM{", "type": "image"}, {"id": 13014676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2105e321-e78f-4ab4-8a9d-dd6f8300f6e7/width=450/13014676.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "URMF;8o2?^%MKKbH#=n*^Rs:NZR*ELoL-VWB", "type": "image"}, {"id": 13014719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/534d025e-6a2e-4449-adc6-646f5e44e74b/width=450/13014719.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UQOB.#-V}]jbR-oM%2S1-VNGWBxa$*WUW:of", "type": "image"}, {"id": 13014750, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a58636c7-5848-4bdd-8ce5-661b8c209690/width=450/13014750.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UIO.Xj-VtSJ$DOoI}tInEMX7x]WB}[S3o|xa", "type": "image"}, {"id": 13015024, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c14bc97-131b-43e0-afab-ff02576485e9/width=450/13015024.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UEGb0SRj0Jo|00xb}]Rj_2V@IBof||kBFYae", "type": "image"}, {"id": 13015034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88e6d8e3-0472-46e0-9baf-2c8f9b8c5b9f/width=450/13015034.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UmM?AF%2?vxaO?of%3ay~DWBR*WBw}R*NZfQ", "type": "image"}, {"id": 13015038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9765d829-a6fe-4db2-9601-ebffe786b9b9/width=450/13015038.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UKLWSLW=ys=}ELWA-WkWX-s:rXNt}[bbEfr?", "type": "image"}, {"id": 13770981, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f08946eb-01f7-4761-b941-b8350a382187/width=450/13770981.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U5C~;z%ME14.%MD%9Z%M00-VWB-p4.?b~W9Z", "type": "image"}, {"id": 13770978, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fe43c54-8537-4411-8f53-dbd602f1b729/width=450/13770978.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U79Z$WxaInIo~WoyIVV[00bFD*xH00Rj%ft7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/517739", "modelId": 465254} \ No newline at end of file diff --git a/datasets/metadata/517839.json b/datasets/metadata/517839.json new file mode 100644 index 0000000000000000000000000000000000000000..532bf0c5f3af4176f18cea6363e1f8f1b5e3c1a1 --- /dev/null +++ b/datasets/metadata/517839.json @@ -0,0 +1 @@ +{"id": 517839, "index": 0, "name": "Junko Touhou Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-20T04:37:07.229Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["junko \\(touhou\\), blonde hair, red eyes, phoenix crown, large breasts,"], "stats": {"downloadCount": 239, "ratingCount": 0, "rating": 0, "thumbsUpCount": 39, "thumbsDownCount": 0}, "files": [{"id": 435065, "sizeKB": 67529.373046875, "name": "517839_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-20T02:26:32.253Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D41D39F7", "AutoV2": "41EFF32CC0", "SHA256": "41EFF32CC029E05D619BD203C5C7F32F9B87B3FEEF19BC704A0D4E3082B23028", "CRC32": "71E4CE2E", "BLAKE3": "656168F92C903D5C938B7E5F6E27A111949BA5B67E592065F72C639044374777"}, "downloadUrl": "https://civitai.com/api/download/models/517839?type=Training%20Data"}, {"id": 435221, "sizeKB": 223112.33984375, "name": "Junko_Touhou_Pony-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-20T04:25:57.978Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7E74658B", "AutoV2": "E7874B822D", "SHA256": "E7874B822D06DBB5CEF64D525B0A53BC59272569B84FF245C1B3730E287F89B6", "CRC32": "A3E96DFF", "BLAKE3": "5258A2921741DFDDAC4FB7E14D06DD462A50C9263B1B8B193E0D582DED456453", "AutoV3": "897E354BEA94"}, "downloadUrl": "https://civitai.com/api/download/models/517839", "primary": true}], "images": [{"id": 13016788, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0be6fc1-b6cd-4187-898b-a9c72caa3071/width=450/13016788.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "USLfm%~VKQIU~pxto~xaFfsAoNS2X9xZ-obv", "type": "image"}, {"id": 13016726, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33f1a0e9-611f-4ca0-af7a-c083af65cfe4/width=450/13016726.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UFJ?Qs$%DRaM~AtQ9bIV02NGEk%20#s:?GEM", "type": "image"}, {"id": 13016722, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46c244cc-a520-4f57-a1c9-213edfe5ee8c/width=450/13016722.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "UDNS=~0%p{o}ug0fu6-:14RjE59Z01E3MxtS", "type": "image"}, {"id": 13016715, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebb0c70e-6723-47c8-bb02-72451e7a8455/width=450/13016715.jpeg", "nsfwLevel": 8, "width": 768, "height": 1024, "hash": "UQNI.|~o5St79ExYEOMyXmofM~j]W.t6xbWB", "type": "image"}, {"id": 13016721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e90185cf-8109-480f-8ddd-3303dba5d11f/width=450/13016721.jpeg", "nsfwLevel": 16, "width": 768, "height": 1024, "hash": "UIN00X015r?wpwM_tmIp9unMxvxu4oxuMxbJ", "type": "image"}, {"id": 13016724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81bbbded-7c2d-46a5-8230-0c9f2b9c8fbd/width=450/13016724.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "UYMii@~VI;i_?tx[%NbI9va#x^a~%NoMWDay", "type": "image"}, {"id": 13016717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55d007d6-964e-496e-8314-34b359c73fe8/width=450/13016717.jpeg", "nsfwLevel": 16, "width": 768, "height": 1024, "hash": "UMLWY8.80h9F~U.8t-n3K5xaxaoz-;xYM{IV", "type": "image"}, {"id": 13016719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15a3c433-4186-45c4-aa21-ef156633462f/width=450/13016719.jpeg", "nsfwLevel": 16, "width": 768, "height": 1024, "hash": "USKmnS~W0MM|^$xtR:NL9tWBxba~~p%MRQxZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/517839", "modelId": 465344} \ No newline at end of file diff --git a/datasets/metadata/517911.json b/datasets/metadata/517911.json new file mode 100644 index 0000000000000000000000000000000000000000..25c98aa0e0c6d6c0fdcd524cb84c5be5715e5072 --- /dev/null +++ b/datasets/metadata/517911.json @@ -0,0 +1 @@ +{"id": 517911, "index": 0, "name": "Darkeros style", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-20T04:19:57.699Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 104, "ratingCount": 0, "rating": 0, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 435148, "sizeKB": 24969.962890625, "name": "517911_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-20T03:25:58.440Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E8153A38", "AutoV2": "F4D41C2B23", "SHA256": "F4D41C2B2314F2C1E6391375DB0F5DF3EA2AAE1CED17A3774CCC21C0560FC613", "CRC32": "BB22FBC6", "BLAKE3": "FFA08BBBEBC75DC21B7D494A823CEAD7F20295E324492D8B285309DC893EE0DC"}, "downloadUrl": "https://civitai.com/api/download/models/517911?type=Training%20Data"}, {"id": 435218, "sizeKB": 223117.41796875, "name": "Darkeros_style-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-20T04:20:49.645Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AB0217B3", "AutoV2": "EB7C9ADA95", "SHA256": "EB7C9ADA95C755B58BEAE249AE6E6AF219A6D9B8C13156661F72E5DE8A4B1CBE", "CRC32": "539267C8", "BLAKE3": "54BD75A44EE3E73FAE84B9AEB0F2604E1EE5139BFE31DF91E29E0CCF1364601E", "AutoV3": "6E2FEFCDE2BA"}, "downloadUrl": "https://civitai.com/api/download/models/517911", "primary": true}], "images": [{"id": 13016924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa050620-174a-4901-99f2-03f731d24116/width=450/13016924.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UCEfQLxu00V^~Qn,9IRPNpa#jMxtD~V@f.%f", "type": "image"}, {"id": 13016926, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f362712-752e-46ca-a133-89e0413462ed/width=450/13016926.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "ULE47Rl9Q8rqY5o}Xnn4~qsoIWkWO@oL%LkW", "type": "image"}, {"id": 13016925, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f1cd184-b06e-446a-b4ec-b68ccfbdf415/width=450/13016925.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UDFYcGIoK6-o9|V@8^t7*0aKZ$kX%gV@xDWV", "type": "image"}, {"id": 13015739, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcaf0802-e406-4c51-a876-dfd10c89fb56/width=450/13015739.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U8H,*sMbqGkXq?_3qao#3WP8^+K0|?vhRRM{", "type": "image"}, {"id": 13015738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10adbeb6-d61a-4070-a50a-7c9333cb2a6b/width=450/13015738.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEH-ZV}^0e9@4T?HOnnirYjD%4S}s*nA-mRP", "type": "image"}, {"id": 13015737, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9832a8a1-df8c-4f5f-a009-6ae5bbdacb77/width=450/13015737.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UAIOz*E200TJ00VE_4?bWZ%zV?Dj-;S4%2tR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/517911", "modelId": 465413} \ No newline at end of file diff --git a/datasets/metadata/517926.json b/datasets/metadata/517926.json new file mode 100644 index 0000000000000000000000000000000000000000..77b94ef333f9114abe401a9d8f6932fcbd500979 --- /dev/null +++ b/datasets/metadata/517926.json @@ -0,0 +1 @@ +{"id": 517926, "index": 0, "name": "Beo 2 (testing if this is better than my 1st)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-20T05:55:50.176Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 46, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 435331, "sizeKB": 223100.36328125, "name": "Beo_2_testing_if_this_is_better_than_my_1st.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-20T05:55:47.382Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "35EB093E", "AutoV2": "5A03C578CF", "SHA256": "5A03C578CF7FC10953F9ACCE6AEA63CE6BB779CC3CFCB2190B03951D761E58D7", "CRC32": "31580C78", "BLAKE3": "08D9CE85A5B1AF0753F6081E1BBCBD10A78F152AFE67FD6421BAF44DE4200075", "AutoV3": "30423FF89523"}, "downloadUrl": "https://civitai.com/api/download/models/517926", "primary": true}, {"id": 435142, "sizeKB": 3481.3251953125, "name": "517926_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-20T03:20:57.543Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E0889A31", "AutoV2": "8F257EE93B", "SHA256": "8F257EE93BBC5E6EEE041E4437DF4DB197C23687D9800FE693A8D19AAB1278B5", "CRC32": "74867730", "BLAKE3": "1E9D7399609A37CD42F6AECEF7AFCB39BAC30DB686C947E33466E3A03F61CF7F"}, "downloadUrl": "https://civitai.com/api/download/models/517926?type=Training%20Data"}], "images": [{"id": 13021457, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d60e518-a089-43c4-b149-cb26d8b04eb5/width=450/13021457.jpeg", "nsfwLevel": 8, "width": 643, "height": 947, "hash": "UGNloTs,Te-;CmIV.8tR03Rjt7RQ?Gt6-Txu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/517926", "modelId": 465425} \ No newline at end of file diff --git a/datasets/metadata/518037.json b/datasets/metadata/518037.json new file mode 100644 index 0000000000000000000000000000000000000000..1679c0f9902cbdaa7ee1898ea566780d43d6cba1 --- /dev/null +++ b/datasets/metadata/518037.json @@ -0,0 +1 @@ +{"id": 518037, "index": 1, "name": "Elrisv2_loopback", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-20T04:37:31.289Z", "availability": "Public", "nsfwLevel": 7, "description": "This is a rather simple character to only test how LoRA training affects headwear, neckwear and clustered objects.
Recommended Strength:
0.8 ~ 1 for general usage
0.5 or use fewer keywords if you want to change the bikini type
Dataset:
Original base image at 4096 x 11040 resolution
image cropped into multiple smaller images for more detail
used faceless/face censor augmentation
Style Augmentation for reducing style bleed
Loopback training to help with outfit swapping
Observations:
Necklace and number pattern design was earliest than expected
Getting the flower next to the frills was harder than initially expected and doesn't generate all of the time
Face trains quickly
Notable Changes
Trained with prodigy optimizer
Doesn't require a trigger word
Trigger word for Elris is included along with captions for numberbikini and alternativeoutfit exist. These keywords don't seem to have much of an impact but numberbikini can help with the success rate of the flower appearing
Loopback images included
This is mostly to help with outfit removability. Added multiple outfits + nude images
Requires specific negatives such as head_out_of_frame, faceless, censored, identity_censor,face_censor in negative prompt
Issues/Difficulty:
Posing is stiff and/or requires prompt emphasis
Having separate wings is difficult
LoRA likes to place a lot of extra moles
Style Bleeding but can be mitigated with artist keywords
Face size is overtrained
Trained on: Animagine XL V3.1 - v3.1 | Stable Diffusion Checkpoint | Civitai
", "trainedWords": ["bof-sally"], "stats": {"downloadCount": 83, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 435596, "sizeKB": 1237808.4296875, "name": "bof-sally-V03.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-20T09:16:47.753Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "331ABC55", "AutoV2": "123651B395", "SHA256": "123651B39510F87519893CC89039A2831F3C7FB2CD7440EFCBF3867F834EA54E", "CRC32": "B5383082", "BLAKE3": "F18F4E110B72893DD70C8B208039B397F31F17C13557B082AFD755A28D44B68B"}, "downloadUrl": "https://civitai.com/api/download/models/518390?type=Training%20Data"}, {"id": 435580, "sizeKB": 250944.99609375, "name": "bof-sally-V03-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-20T09:06:07.205Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4B2943C6", "AutoV2": "2BA05F90A9", "SHA256": "2BA05F90A99CEB7D8951F7682CDBA666C5C65DD3FB52DBA3AB91DC84C2D5F01E", "CRC32": "64123A10", "BLAKE3": "5765E9AAE14FFB50CFE381DD3F6CFB93DDEBDFF024098088766DFC61B6C16D97", "AutoV3": "D5EA2A0FC017"}, "downloadUrl": "https://civitai.com/api/download/models/518390", "primary": true}], "images": [{"id": 13033978, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab8f54f3-3457-442a-bc60-944b684b606a/width=450/13033978.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1200, "hash": "UBJu10004n9Y01i[I.I-~ZnT%L.601M,tRER", "type": "image"}, {"id": 13033979, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2b63b58-7504-4da7-a780-3f47b6e53392/width=450/13033979.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1200, "hash": "UGNJjv9HS@~p_NNg.7Wn4:o$.8NF_3S#S5Rl", "type": "image"}, {"id": 13033999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06b2e69a-6c62-4dd9-9fb3-f1ceb7c2f29c/width=450/13033999.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1200, "hash": "U5HBxPyZ0JmP00E000-DD4$bT|Bs^Z4p.9_M", "type": "image"}, {"id": 13034005, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44740ea5-ab13-4f3b-a31d-7740a9538f7b/width=450/13034005.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "UDI}X;OjMvIA~mti${^#^}%KtRS49a4;EmT0", "type": "image"}, {"id": 13034043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe497be4-27e5-46e8-9437-49561845a9d9/width=450/13034043.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "UFI#;[k=0JpF5k??XQoe55Ev?YIV%yRkxtM}", "type": "image"}, {"id": 13034051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d461df7e-4b08-4d03-a589-c07b569be79f/width=450/13034051.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "U6IrKM=Y000000%K~mB30K.Q.3-.Im%F4nI.", "type": "image"}, {"id": 13034088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1812b60f-50fa-4920-9a36-1d1952aec7bc/width=450/13034088.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "UAI#lW00Di-;0Nxt?I0M00s*_39I?wD%00IU", "type": "image"}, {"id": 13034103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/398bd432-a75c-45dc-8c68-66154f1962fb/width=450/13034103.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "U5BpX[0@*w01IB5Y+@4.$N0L.TSh00^Pct%M", "type": "image"}, {"id": 13034123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6db960c2-335e-4290-a3f6-9902ce6261f2/width=450/13034123.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1200, "hash": "UEHx$cxw008_03tPM*Dk=n%JS*jw~ojxNHk7", "type": "image"}, {"id": 13034138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32a7a616-fd0a-42e3-abea-a430bb005c01/width=450/13034138.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "USIOnMGFDhD%Ezk=$|M__M%ebXRikWkWoeWB", "type": "image"}, {"id": 13034210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa036649-4544-4f02-9eee-ac7d042fbf4a/width=450/13034210.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "UEJHaE^~PM^j-W~2s6%JS?-O=_.6-qxU%fi_", "type": "image"}, {"id": 13034236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7801d44-2d95-4b0c-a721-d74a2a4a377d/width=450/13034236.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "UhJ@5mWTIVM|ogWBoJR+~AxZs:afIujFkVs:", "type": "image"}, {"id": 13034244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33884618-5a29-49df-a71a-9070b598732b/width=450/13034244.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1200, "hash": "UBIrQR00.XXK7L?IowIV4UVgE5a*4mxsXnxc", "type": "image"}, {"id": 13034262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7624cff-372b-400a-8e77-986139bf7a40/width=450/13034262.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1200, "hash": "UEKA}{9=NUxt3sc4OnM{0fTBu5r;PAosT1RR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/518390", "modelId": 465860} \ No newline at end of file diff --git a/datasets/metadata/518613.json b/datasets/metadata/518613.json new file mode 100644 index 0000000000000000000000000000000000000000..edecf9b2b1696c7a965994ea0897c9bb63f9a3ee --- /dev/null +++ b/datasets/metadata/518613.json @@ -0,0 +1 @@ +{"id": 518613, "index": 0, "name": "HIRO", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-20T15:47:59.410Z", "availability": "Public", "nsfwLevel": 1, "description": "Image of Bulgarian bandit rebel Hadji Dimitar
", "trainedWords": [], "stats": {"downloadCount": 26, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 435855, "sizeKB": 1867.9677734375, "name": "518613_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-20T12:41:27.942Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "ADD4CB9714", "SHA256": "ADD4CB9714EC40691AF5C99428B6C6E509405C114632FF3727A2BD2B37863136", "CRC32": "AFF7A90F", "BLAKE3": "B1AD21BA27AF0728D9DCB761FCFBB81A97422EDE1A72A6C0D4EE65B812913D1A"}, "downloadUrl": "https://civitai.com/api/download/models/518613?type=Training%20Data"}, {"id": 436108, "sizeKB": 223103.48046875, "name": "HIRO.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-20T15:41:57.507Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A0650CA7", "AutoV2": "83DEEFD2C0", "SHA256": "83DEEFD2C03D85794394DDE2E1C97A6515501D7991AB14ABF478D6B2A21283AA", "CRC32": "0F4D2235", "BLAKE3": "F0A8FB73A61D30E8207E3C3660A825C5A5989079BA3FFCCD0DA6B7E70104F6ED", "AutoV3": "B864A2EEF1B8"}, "downloadUrl": "https://civitai.com/api/download/models/518613", "primary": true}], "images": [{"id": 13063008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d00ccb13-f6b6-46db-875b-52ae3c17934f/width=450/13063008.jpeg", "nsfwLevel": 1, "width": 234, "height": 420, "hash": "UNGlL@M{xut7~qt7Rjj[D%ayM{WBD%RjWBWB", "type": "image"}, {"id": 13063007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf6f5410-db22-4b26-9560-d843488030d4/width=450/13063007.jpeg", "nsfwLevel": 1, "width": 740, "height": 416, "hash": "UQECs_9uAU~BIWVuRQV@E3xZ$*IpI.xttRM{", "type": "image"}, {"id": 13063010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee63c2e3-8bc2-402e-9e07-f53751ff4ffe/width=450/13063010.jpeg", "nsfwLevel": 1, "width": 600, "height": 400, "hash": "UAH2crxu~q-;9F9F9FD%00%MRjRjayxuxut7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/518613", "modelId": 466059} \ No newline at end of file diff --git a/datasets/metadata/518653.json b/datasets/metadata/518653.json new file mode 100644 index 0000000000000000000000000000000000000000..d198a004c33d3d2bb413984dd6700e042a4c3a9c --- /dev/null +++ b/datasets/metadata/518653.json @@ -0,0 +1 @@ +{"id": 518653, "index": 0, "name": "Portrait_1000_Girl, Faces", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-20T20:56:26.716Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 434, "ratingCount": 0, "rating": 0, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 435985, "sizeKB": 1306204.796875, "name": "518653_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-20T14:22:25.121Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "01014D97", "AutoV2": "40A3344911", "SHA256": "40A3344911EFCF3669E412ED7CD8027E1C87F2A3006A753899141E99888DA9C8", "CRC32": "A7A9A6FD", "BLAKE3": "5184F7C9CD0BA8506CCD41FECB3BD97282E243FD4D5F7655F50FB734722E72A5"}, "downloadUrl": "https://civitai.com/api/download/models/518653?type=Training%20Data"}, {"id": 436637, "sizeKB": 223104.33984375, "name": "Portrait_1000_Girl_Faces.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-20T20:46:09.076Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C0568124", "AutoV2": "FC73836D16", "SHA256": "FC73836D16077555C4C60968B1E56B0F4243EB82609B2EDE1E50327653EE1F5B", "CRC32": "B09D6DFB", "BLAKE3": "F13042D3402850045BAB0DB00C6BE9209B02CA6EB5160295E631FDF2CEA3142D", "AutoV3": "6CD431125065"}, "downloadUrl": "https://civitai.com/api/download/models/518653", "primary": true}], "images": [{"id": 13087388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f513546-f5d4-4128-958b-04a0f1cadef5/width=450/13087388.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "UCEoGL~B9uOF569]XSWC4:$$^OsS?bfkMyof", "type": "image"}, {"id": 13087376, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8085b73-ec86-47a1-b139-94b2bdc0490e/width=450/13087376.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8Fh3Lb^014:00xYXRxt?aI;}@kC0fRkbb-U", "type": "image"}, {"id": 13087295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8210c5e5-84bf-48e7-8c33-924a0dfe8683/width=450/13087295.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "U8Hm}s~V0e0Lt,E2R-w^0gNbs=NG57xt?Gt7", "type": "image"}, {"id": 13087340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/290b3139-58f0-4377-bd07-07fb40ae1a82/width=450/13087340.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "U9H1oM?b02tm0yNcIAxu.TbvxI%20fxtX9XS", "type": "image"}, {"id": 13087120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/481270b5-8f37-4085-9892-e170389f78ce/width=450/13087120.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9GbS7^*0f5RH?xt?^4nKjMye9xuE2Mx-o?b", "type": "image"}, {"id": 13087119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3456c3c2-ab4e-43c9-b505-400e77c3cbac/width=450/13087119.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8I4ne.S1|H=5%%2~ASiTzWC;LI:X,V@4;sl", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/518653", "modelId": 466096} \ No newline at end of file diff --git a/datasets/metadata/518759.json b/datasets/metadata/518759.json new file mode 100644 index 0000000000000000000000000000000000000000..7a9464ad0dc362c24f9d8dc8eb598433e55fe1d8 --- /dev/null +++ b/datasets/metadata/518759.json @@ -0,0 +1 @@ +{"id": 518759, "index": 0, "name": "Rambley the Raccoon", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-20T14:07:57.901Z", "availability": "Public", "nsfwLevel": 28, "description": "Yuh
", "trainedWords": [], "stats": {"downloadCount": 34, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 435970, "sizeKB": 36980.0703125, "name": "Rambley_the_Raccoon.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-20T14:10:53.701Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5941D175", "AutoV2": "41A4404D27", "SHA256": "41A4404D27552EE865FADC687DA97D563F80AB6511DE10B4B553C6F723BC6F01", "CRC32": "25C9050A", "BLAKE3": "2A9BB2E5F1FF69A2E6460AE68732265C3BC78F1291849CBB5AB550D86AB796F2", "AutoV3": "1A84B9C880EE"}, "downloadUrl": "https://civitai.com/api/download/models/518759", "primary": true}, {"id": 435941, "sizeKB": 6122.771484375, "name": "518759_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-20T13:50:41.806Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5F20A15A", "AutoV2": "342B47137D", "SHA256": "342B47137DFE37F7F2DDC98577D78E11F8B9C712DCF7BA9EA198D0A456CB7475", "CRC32": "6677DD72", "BLAKE3": "19948E56C0811B92DF1761EF7E5EF701794E4CB0A272DAC411D3AF3CF12C80D8"}, "downloadUrl": "https://civitai.com/api/download/models/518759?type=Training%20Data"}], "images": [{"id": 13054957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5da6b976-cc76-427d-9e65-21a6bee2a8ee/width=450/13054957.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UJACY}nO7$kDVhXTSinNGwXT$LbHbxn3V?X9", "type": "image"}, {"id": 13054955, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9734cd88-9672-44df-b02f-3f8290d659c2/width=450/13054955.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UYB~C?rqCAXoRZXTWGnNO]WrwHoLa*nNV?S%", "type": "image"}, {"id": 13054956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ba2b92e-6668-4a74-9a07-80d3effbf2d6/width=450/13054956.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UM9[=pRS7j$dZbT1V|n#KSbcwHSirZn2V?bd", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/518759", "modelId": 466192} \ No newline at end of file diff --git a/datasets/metadata/518894.json b/datasets/metadata/518894.json new file mode 100644 index 0000000000000000000000000000000000000000..74ee4c47ee6f9d5d3d03e819847363addd7cc7a6 --- /dev/null +++ b/datasets/metadata/518894.json @@ -0,0 +1 @@ +{"id": 518894, "index": 0, "name": "Soft Belly", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-20T16:03:52.425Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 58, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 436063, "sizeKB": 14179.0537109375, "name": "518894_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-20T15:11:31.959Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "11AC57C2", "AutoV2": "609171134E", "SHA256": "609171134E240E57D20B3FD9A166CBE53F470893A6451EC524B67906D5AD0737", "CRC32": "3634095B", "BLAKE3": "7108C89712CF9253E952D581530483FD832AC2A581D2CAC69460F32E52B683D4"}, "downloadUrl": "https://civitai.com/api/download/models/518894?type=Training%20Data"}, {"id": 436147, "sizeKB": 18545.09375, "name": "Soft_Belly.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-20T16:05:47.324Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "AD522CEF73", "SHA256": "AD522CEF7332655B35A55B7E5BB5D16AE92B7CBE16A19B87D123F56683E143BA", "CRC32": "1FDDED6A", "BLAKE3": "73AB3CE9EA4FBDD3FF2CF11C1AC65A53BC82516146DD8B6CB6D82ECDA376A40F", "AutoV3": "03A4AC5F908D"}, "downloadUrl": "https://civitai.com/api/download/models/518894", "primary": true}], "images": [{"id": 13064463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/865ba8ea-a76e-4ac3-90bf-c378d6284ff5/width=450/13064463.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UEKdF^00?b?H4.x?8|%39G.6es%2~oa#?Gog", "type": "image"}, {"id": 13064464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a4add04-5f4b-45e4-a728-45b210c19901/width=450/13064464.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCLzN#Mx0j%h00xZ59E2Ql?bAHD*?^9G00%M", "type": "image"}, {"id": 13064465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf4f0165-892a-473d-9bc2-abfe423d24a5/width=450/13064465.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UBI4tx~p00014oxa~VIV00D*pI?H_2oKE1%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/518894", "modelId": 466316} \ No newline at end of file diff --git a/datasets/metadata/519041.json b/datasets/metadata/519041.json new file mode 100644 index 0000000000000000000000000000000000000000..e09add9ddff4727f24b482e17da8f92316b5de6a --- /dev/null +++ b/datasets/metadata/519041.json @@ -0,0 +1 @@ +{"id": 519041, "index": 2, "name": "Pov lying on top v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-20T18:26:12.118Z", "availability": "Public", "nsfwLevel": 28, "description": "Landscape recommended
Early version planning to be more customisable in the future
This is a position Lora for Pov Lying on Top. Had best results with landscape
Prompt
Pov lying on top
", "trainedWords": ["Pov lying on top"], "stats": {"downloadCount": 521, "ratingCount": 0, "rating": 0, "thumbsUpCount": 111, "thumbsDownCount": 0}, "files": [{"id": 436212, "sizeKB": 6324.1259765625, "name": "519041_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-20T16:41:32.053Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "22B34245", "AutoV2": "816EA51EB2", "SHA256": "816EA51EB2080FE7696792DB65C4DF9BCA550166EC1F41B602B898D790F99104", "CRC32": "A7CCC3D7", "BLAKE3": "376E1754745B2177213ECB3894EE57E1CDD69B76672FB77FBEAC3D67AA8F9DBB"}, "downloadUrl": "https://civitai.com/api/download/models/519041?type=Training%20Data"}, {"id": 436389, "sizeKB": 223098.89453125, "name": "Pov_lying_on_top.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-20T18:16:00.069Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E8920FF2", "AutoV2": "A916BC8FB0", "SHA256": "A916BC8FB0B8776A1F5C1A0E904A56EE05D689F499FD00748CD76CDDFA0FC174", "CRC32": "35E915F4", "BLAKE3": "B80A5505D647006F2E06845C501E53CDD3BDFA3E737886D25AEC45DB8DA48584", "AutoV3": "243CD5436543"}, "downloadUrl": "https://civitai.com/api/download/models/519041", "primary": true}], "images": [{"id": 13075972, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d917d662-5579-4087-b297-e0ea1cdd4d7f/width=450/13075972.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UCJHBrAbKPD43Z-;rqUuR+%gDOROE,%MxDS1", "type": "image"}, {"id": 13079505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9325825e-91c2-4b39-a563-a4b7533c0b87/width=450/13079505.jpeg", "nsfwLevel": 4, "width": 1216, "height": 832, "hash": "U9F#g#000KE101^P~VRk0KXmIVM|I=-p0Kx]", "type": "image"}, {"id": 13079510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ac0a3d0-bdbc-4cd9-bd30-7fd8b175ab40/width=450/13079510.jpeg", "nsfwLevel": 4, "width": 1216, "height": 832, "hash": "UCFOZM={01-:AH-o~V%M%Mo}s:?H_3?aIU%M", "type": "image"}, {"id": 13079508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bd82a0d-eed8-4013-9cd5-ba9b9c3da1fc/width=450/13079508.jpeg", "nsfwLevel": 4, "width": 1216, "height": 832, "hash": "UCH1*|%M0f+tCTSf$Ki^D%s,Mdx]0L9Z9F%g", "type": "image"}, {"id": 13079507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10dda7de-73a0-49f3-b90a-4846de7542bb/width=450/13079507.jpeg", "nsfwLevel": 8, "width": 700, "height": 479, "hash": "U8LWV1001P0%0q_}~VAd01~8}s9z0gXjIANI", "type": "image"}, {"id": 13079506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf1f2779-f0e0-432e-a122-1672f0dcfe71/width=450/13079506.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UGH1rk~WKQ_4Y7jZxut-9^9aIU%Mb{IV9Zxa", "type": "image"}, {"id": 13079509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/314c8721-762c-4f89-b7b7-8be98490eeb6/width=450/13079509.jpeg", "nsfwLevel": 16, "width": 700, "height": 479, "hash": "UHLf:fHX0gF35A;K9aE,8_~V={O[R6flR4Ek", "type": "image"}, {"id": 13075971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08120a40-001a-42f9-b2f7-99cc174698d9/width=450/13075971.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "U8JQTO8_0hRj01v|?GE21058~VW;00jEn#RP", "type": "image"}, {"id": 13075978, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebf9483a-d6e3-4727-a811-40599688d297/width=450/13075978.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "ULJQWd_NyYbwAco~?akXOs%2s;xuE3-;kXNb", "type": "image"}, {"id": 13075970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ebdb985-58ba-4eb6-b07d-7e1f13ac5236/width=450/13075970.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UKKAmEDj0e_NL4IBrW%gksNHivbINfo}xYE1", "type": "image"}, {"id": 13079504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b7a957b-2ecc-429a-9cc0-3a6e789da378/width=450/13079504.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "U9HnW~00LM_41*00OX0h%0Hqwa-p%M8^D%?H", "type": "image"}, {"id": 13075977, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9ef43fd-bd90-4c5f-b777-7e6c166cd7b4/width=450/13075977.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "ULHBMR~W0K9FO@bwIU9FXS%2RPM|%MR+IUjZ", "type": "image"}, {"id": 13075820, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40d0be44-f5aa-4e46-8462-96d987be49bb/width=450/13075820.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKLWR^DOE2ofE2vz%2xu00?GIVtR~q%LR5kD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/519041", "modelId": 466455} \ No newline at end of file diff --git a/datasets/metadata/519045.json b/datasets/metadata/519045.json new file mode 100644 index 0000000000000000000000000000000000000000..ef531d6402b37690f3f44f4432a0d4a7dcf6af98 --- /dev/null +++ b/datasets/metadata/519045.json @@ -0,0 +1 @@ +{"id": 519045, "index": 0, "name": "HERO", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-20T17:54:19.780Z", "availability": "Public", "nsfwLevel": 1, "description": "Image of a Bulgarian revolutionary
", "trainedWords": [], "stats": {"downloadCount": 24, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 436354, "sizeKB": 223100.94140625, "name": "HERO-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-20T17:51:50.524Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C9F85848", "AutoV2": "3F18128088", "SHA256": "3F18128088EDCEE1B46F364E940AD190B2E6B3FA5DBCD7340FD42691ACCF4FD2", "CRC32": "B9059C91", "BLAKE3": "F7787169A5EE511D92AD4DF92DDB348156AC7AC2D3301913D103CE0418B1CB38", "AutoV3": "3D5CC9A0E7D3"}, "downloadUrl": "https://civitai.com/api/download/models/519045", "primary": true}, {"id": 436231, "sizeKB": 2282.0966796875, "name": "519045_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-20T16:50:40.815Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5250892E", "AutoV2": "A58BA4ECAC", "SHA256": "A58BA4ECAC12B7B0B869B01347F064445987840345B9962B780B1C694371E67B", "CRC32": "4801D3CC", "BLAKE3": "77FEE9DBDDD640B4F25C317D143DC31EE477D5C19D5CC6BBC883B887F876C8C9"}, "downloadUrl": "https://civitai.com/api/download/models/519045?type=Training%20Data"}], "images": [{"id": 13073773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4454c892-b132-4365-ac59-b4aacf7a9980/width=450/13073773.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UMGkw64@01~74;of%L%L%Mt6WAIV9HxZx[V[", "type": "image"}, {"id": 13073774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7edf3349-917b-499e-af92-3209bfc2a77c/width=450/13073774.jpeg", "nsfwLevel": 1, "width": 1920, "height": 2809, "hash": "UIGlL@~qt7?b_3M{D%of?bt7WBIU%Mxuxuof", "type": "image"}, {"id": 13073776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad215665-7d42-400c-8417-4195ea4d9e6f/width=450/13073776.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1525, "hash": "UOHn{Q%g4;xut8f,o#t8.TRkM{W?OZNGRja{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/519045", "modelId": 466458} \ No newline at end of file diff --git a/datasets/metadata/519209.json b/datasets/metadata/519209.json new file mode 100644 index 0000000000000000000000000000000000000000..d29aa80d3d6bf6be176888712a5031159037ccb5 --- /dev/null +++ b/datasets/metadata/519209.json @@ -0,0 +1 @@ +{"id": 519209, "index": 0, "name": "Zenless Zone Zero Style Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-22T05:17:19.834Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["Zenless_Zone_Zero"], "stats": {"downloadCount": 310, "ratingCount": 0, "rating": 0, "thumbsUpCount": 74, "thumbsDownCount": 0}, "files": [{"id": 439040, "sizeKB": 223102.80859375, "name": "Zenless_Zone_Zero_Style_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T04:15:56.469Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2586D7D3", "AutoV2": "0D0B110B70", "SHA256": "0D0B110B7001BFDF0F965AD0B05F511FF9CBF2F62A6F48FDC6EFD56C5CC3461C", "CRC32": "25941B32", "BLAKE3": "4B4B0C84A9B7861674B1A5CE10ECE19295DDF81B16CAF610E6F5DC00B6812C0B", "AutoV3": "B8C129384704"}, "downloadUrl": "https://civitai.com/api/download/models/519209", "primary": true}, {"id": 438964, "sizeKB": 12787.060546875, "name": "519209_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T02:55:56.847Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D84A8194", "AutoV2": "B6A4CE72D6", "SHA256": "B6A4CE72D6ABF55B322F4D3DE6B732ACC55213315DA878733242BD58EFF3005B", "CRC32": "EBF06A95", "BLAKE3": "24F53FE4E1206DAEDE7FCE584C282D006BCE392690E16BABA13A6E26CA82DE93"}, "downloadUrl": "https://civitai.com/api/download/models/519209?type=Training%20Data"}], "images": [{"id": 13218635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32a79313-9d51-4d64-8589-d0861dc9324d/width=450/13218635.jpeg", "nsfwLevel": 1, "width": 1000, "height": 1000, "hash": "UXH{}--opbxu.koznPRkX5Rjr@sA.7afWXkC", "type": "image"}, {"id": 13218640, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dea85a57-cb84-4b3a-a3bf-a8fa07068d90/width=450/13218640.jpeg", "nsfwLevel": 1, "width": 1000, "height": 1000, "hash": "UaJavI-;~pR*?bIVxaWB?aR*e.jZ%LM{E1WC", "type": "image"}, {"id": 13218641, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e72e9b45-c62c-47ff-9d99-a2f54dcfe6be/width=450/13218641.jpeg", "nsfwLevel": 1, "width": 1000, "height": 1000, "hash": "UUODB_%L_NWB~pRjD*ofyDof-pWU%MM|M{oe", "type": "image"}, {"id": 13218644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eed0010e-fb08-4991-a79c-21865e32800e/width=450/13218644.jpeg", "nsfwLevel": 1, "width": 1000, "height": 1000, "hash": "UXNvb|-o?]og_2f+IoV@%~M{%2bHyCa}nPt7", "type": "image"}, {"id": 13218576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45f6ca36-e62c-4708-868c-e3177c61af48/width=450/13218576.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "URL|rz~n9Y.6tKR%I:oeFXWUoNn,X3ofxbRj", "type": "image"}, {"id": 13218577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0368c1e4-f67f-4a28-b7a6-5303dda5c61b/width=450/13218577.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTKn0a~pIAInM^V?NH%2Ivs;R-IUIUS0jFR.", "type": "image"}, {"id": 13218636, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53d80ec9-8de4-4040-a39a-acf0ecfecbd6/width=450/13218636.jpeg", "nsfwLevel": 2, "width": 1000, "height": 1000, "hash": "UdKv,3=wRQsT~URQIWRkxZMyV[WVt7Rje.oy", "type": "image"}, {"id": 13218638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c68d85b-df88-43f9-b67f-0581dc3d2b11/width=450/13218638.jpeg", "nsfwLevel": 2, "width": 1000, "height": 1000, "hash": "UQI;SD%M0LIU^itQtlRk?^kCRjRQyDRQaKs:", "type": "image"}, {"id": 13218632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a3ec54c-c1e3-4f5e-b158-e611b545d4eb/width=450/13218632.jpeg", "nsfwLevel": 1, "width": 1000, "height": 1000, "hash": "UJHxsG_2KsM{_LV_a1WBE[M_wgt7={RkIubH", "type": "image"}, {"id": 13218645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72b2bd9a-f5de-4ac5-b3a0-f7c2de0bf5c3/width=450/13218645.jpeg", "nsfwLevel": 2, "width": 1000, "height": 1000, "hash": "UEFrnx9G9toaXARj%Lf49|%L~VM{~pIUD*t7", "type": "image"}, {"id": 13218642, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7d053cd-52e8-49f6-be1f-62827a88a566/width=450/13218642.jpeg", "nsfwLevel": 2, "width": 1000, "height": 1000, "hash": "UWKb?vVZRjoz~BE2OWX9KhIpW;f*ghVsrrxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/519209", "modelId": 466609} \ No newline at end of file diff --git a/datasets/metadata/519312.json b/datasets/metadata/519312.json new file mode 100644 index 0000000000000000000000000000000000000000..bfb2260358cb8fb2b272b6c4d4174763a1481111 --- /dev/null +++ b/datasets/metadata/519312.json @@ -0,0 +1 @@ +{"id": 519312, "index": 0, "name": "Thoth Tarot Deck Concept", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-23T17:41:02.845Z", "availability": "Public", "nsfwLevel": 1, "description": "It's really cool I promise
", "trainedWords": ["Tarot Card"], "stats": {"downloadCount": 89, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 442002, "sizeKB": 223102.80859375, "name": "Crowley_Thoth_Concept-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T17:32:16.094Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9FF2905D", "AutoV2": "175EF82475", "SHA256": "175EF82475A6E3AA1499CFAF6119051EE75431EC3E4BFAA1D232EC97C1042675", "CRC32": "3F24CCD5", "BLAKE3": "0F102AA4A11B704C264DDF951D9A74088E8FC26D0A42394D7D75CF88E4A5B802", "AutoV3": "E648ED7DA019"}, "downloadUrl": "https://civitai.com/api/download/models/519312", "primary": true}, {"id": 436482, "sizeKB": 107903.423828125, "name": "519312_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-20T19:22:13.412Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8CB07EEF", "AutoV2": "0BCD29EAFE", "SHA256": "0BCD29EAFEE837BAFA6D1500F605A6AEF028B96C8420C237CD29C6C5576EEABF", "CRC32": "E1F79303", "BLAKE3": "6F5E05EA9A0070CDEFE59DB7BAC263DD536B3603B84F1D7B2703C98DCD0F609E"}, "downloadUrl": "https://civitai.com/api/download/models/519312?type=Training%20Data"}], "images": [{"id": 13364641, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98e61065-06cb-4c44-81c0-9582a93437b5/width=450/13364641.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UEJ8Cd9a}#Rj-mjYjaWY$xae9GjY$~RkogoI", "type": "image"}, {"id": 13364656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcba53e2-bd18-482e-892d-ce564196379c/width=450/13364656.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UKJayJNH~Uxu?IRkxuRl-oja4:WB-;ofRjWB", "type": "image"}, {"id": 13364668, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1885607-fdff-44cc-91f8-51c4729730bd/width=450/13364668.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UIH^^l~BKOx^-TR.R,n$EKNKM}i_NJs+j]R.", "type": "image"}, {"id": 13364669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/125393d7-8468-4080-88ca-585b811a9c75/width=450/13364669.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UCI#cR9b}TNM^jafOIV]=ma$0%WA56R%?7kC", "type": "image"}, {"id": 13364598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e21208b-bf02-4d21-97de-d1965fd0b272/width=450/13364598.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4I#GV0J0E?G~qe-x[IV03azIRR*D%Rj%2oe", "type": "image"}, {"id": 13364648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/626d2eb7-ec45-410e-ab4a-de320fa3db8e/width=450/13364648.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UGKm%-~V03-p~B%2S4xu4nR*tlW=9tbI%gkC", "type": "image"}, {"id": 13364604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b04ce842-6c66-4957-904a-2baadb8dab87/width=450/13364604.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6G*.z4.00o#_4Io-nM|J;xaI9V@s+t6Rjae", "type": "image"}, {"id": 13364647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d19a5368-3c9f-42d5-98db-cd91eea889c8/width=450/13364647.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UFJHt7~Wvc^*_2t7Rot7VCj?NLRkV_oe%0of", "type": "image"}, {"id": 13364646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/193e5218-45ef-443c-9a76-6e1ab6c1334e/width=450/13364646.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UIN98sIB7Qad=#s.bcWX74WVV;kBxtaekUay", "type": "image"}, {"id": 13364649, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c52e3759-b8e7-405d-b500-ac087bdbac5e/width=450/13364649.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UGI#ZIE3-Lo#.TWE$eoLNejYM{WBR4oKtQae", "type": "image"}, {"id": 13364666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/440989ae-3573-4cd9-94a8-2bdcde92b560/width=450/13364666.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2688, "hash": "UNKn0gNGpHbc~9oJXAjsNcoeVsaekrWCVsae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/519312", "modelId": 466700} \ No newline at end of file diff --git a/datasets/metadata/519434.json b/datasets/metadata/519434.json new file mode 100644 index 0000000000000000000000000000000000000000..49ef9a4144d73317d0323f2f71ea77d0524fbc56 --- /dev/null +++ b/datasets/metadata/519434.json @@ -0,0 +1 @@ +{"id": 519434, "index": 0, "name": "Prismo AI", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-27T00:55:04.675Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 448513, "sizeKB": 223101.16796875, "name": "Prismo_AI.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T00:51:29.424Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "29EED078", "AutoV2": "2D03436426", "SHA256": "2D03436426E011AD90F4525D19C64A955D15D2E62D93EEEA785155620C24D6C8", "CRC32": "6EDC4A71", "BLAKE3": "A97D9F3FE1382ED88BFBFCE89E7DCE5A22F53CF764C4568E62C16B85FE156468", "AutoV3": "4D223EC68F81"}, "downloadUrl": "https://civitai.com/api/download/models/519434", "primary": true}, {"id": 436620, "sizeKB": 17700.4072265625, "name": "519434_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-20T20:40:55.073Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "88C1A370", "AutoV2": "AE1547B95B", "SHA256": "AE1547B95B5E202203A4868DA686E4F5B8E9EBB3A46FDEC7A192968A12C848CD", "CRC32": "EFE3200D", "BLAKE3": "65A484A713C5DD6E784ACD5509DE52C707B2508C19BA738A4E5F20580C4F194D"}, "downloadUrl": "https://civitai.com/api/download/models/519434?type=Training%20Data"}], "images": [{"id": 13688149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c12e44d3-05c9-4d43-a509-be48cc3bc77f/width=450/13688149.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U78||b-#FwD%~qD%ESWAE2IT$+%20LM{=x%L", "type": "image"}, {"id": 13688148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7346740d-4901-4481-9412-1e01b0387b82/width=450/13688148.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPCuSB%f2?Oq46NG_Ltksqiyn4oy^,s;8xR6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/519434", "modelId": 466811} \ No newline at end of file diff --git a/datasets/metadata/519572.json b/datasets/metadata/519572.json new file mode 100644 index 0000000000000000000000000000000000000000..b323d21d8c5938a62201cadd26e8bd11bc700d10 --- /dev/null +++ b/datasets/metadata/519572.json @@ -0,0 +1 @@ +{"id": 519572, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-20T22:04:48.239Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["sfchunlidoublebun", "Blue_turtleneck_dress_Pelvic_curtain_Spiked_bracelet_Bun_cover_Puffy_short_sleeves_White_sash_Pantyhose_Gold_trim_Pearl_earrings"], "stats": {"downloadCount": 168, "ratingCount": 0, "rating": 0, "thumbsUpCount": 40, "thumbsDownCount": 0}, "files": [{"id": 436753, "sizeKB": 37009.3203125, "name": "ChunLIV5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-20T22:00:59.755Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9496C0D1", "AutoV2": "CC60FC677A", "SHA256": "CC60FC677A4B99BE1627A307EF0102470107AE327F17BA808BD9023588CE9980", "CRC32": "94D59CAF", "BLAKE3": "A43F04AFA1EE843FD8DC17C4FD4A803FFF66AA4CBE38B2DC82F560B01AB7A3FF", "AutoV3": "5F7BB58D732F"}, "downloadUrl": "https://civitai.com/api/download/models/519572", "primary": true}, {"id": 436754, "sizeKB": 209230.7529296875, "name": "data103ChunLi.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-20T22:01:04.084Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8F45DA36", "AutoV2": "4200462B73", "SHA256": "4200462B7361A94F48A32DDDC64DF174FF0A1663B57299A2435BC8FDFC70A9D1", "CRC32": "AFDA0860", "BLAKE3": "F36D34573E0ED229C33360D962837639CD8C638AEADFA6C45B9AD17CE4CAFA3B"}, "downloadUrl": "https://civitai.com/api/download/models/519572?type=Training%20Data"}], "images": [{"id": 13091346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f946c543-eef0-4d0f-b47e-b597b2e1f1d6/width=450/13091346.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UiH-yMIox[%3~UWE%Ns:NDs;s:WBNiR%W9of", "type": "image"}, {"id": 13091097, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a652d288-62b3-46ac-b21e-4a9bf8a60216/width=450/13091097.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UYFiDk?I%eo#~WxaS5WXxTadkEj]IpRloLoc", "type": "image"}, {"id": 13091136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20efbe58-3ea4-4ec5-9c34-f3e134a73021/width=450/13091136.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UFEChH9FERah~WIU0Jxtn$Rixv-;9ZM_-pWB", "type": "image"}, {"id": 13091173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8acb9d1d-46d0-4f6a-9bac-af4fb019b034/width=450/13091173.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "ULHV0g00R2-;DhtP58t7DN%M^+V]lVXAR5Rh", "type": "image"}, {"id": 13091181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6976b2e-4d95-4216-95ed-46ca34d2e7a4/width=450/13091181.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UUI}n^~q.8%g_3D%x]Rjt3RP-pR:tTD%RO%N", "type": "image"}, {"id": 13091183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3a915c1-a040-49be-8a6c-60641e24150d/width=450/13091183.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UWI;@-~W?vx^%2D%%Ma#ENM{xtWE%NNGjYxv", "type": "image"}, {"id": 13091252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a45cfecb-3dc1-43de-bb7a-2637aaccc4ec/width=450/13091252.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UIGIf.%g?7%K_NRiE4t9$GM|9woa~1xsx^Sj", "type": "image"}, {"id": 13091274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a91757d0-ec26-4cae-9a23-faec8b59124c/width=450/13091274.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UOJtYx~X%gs8~pawtmSj01IV-oowkDR+Rjni", "type": "image"}, {"id": 13091344, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23e43d4f-e684-4223-9ab7-8a531d3766c7/width=450/13091344.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UZI;SXrr?bIp~q%MWBs:o{X8WEWANdbFxZsU", "type": "image"}, {"id": 13091296, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5037d64c-78b4-4556-adbe-ef8d0ea0d2f8/width=450/13091296.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UJJH]=~V00t8HX9aF|WA0MROs8Rk57V[v|%L", "type": "image"}, {"id": 13091315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d4b2ab3-9a3e-4302-be70-5363abecfa38/width=450/13091315.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UEI:-4Ab3D}uLL-V8_E}1Jog~Cx[MdV?x]wK", "type": "image"}, {"id": 13091339, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e34cc5da-d5f2-423c-b6f6-16342131b0a4/width=450/13091339.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UGIDq7^+Ny=|_NIU0eR*0zof%Mt70fNH?Hxa", "type": "image"}, {"id": 13091355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38ea9110-532f-4c9d-b6e5-56ccf35067b2/width=450/13091355.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "USHxaP_3bLRo~Cn$-=%M?FM{WF%3E1NE%2xt", "type": "image"}, {"id": 13091358, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6af7f116-8491-43d5-a992-0fd624336efe/width=450/13091358.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UGHUIk?I9vjI_NjX9uo#0JNHxZs,M_n$={WC", "type": "image"}, {"id": 13091362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/941206f0-12d0-48c1-9567-706f64420062/width=450/13091362.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UKJtbx~p9~tRbwNd-;$g56nh~BNG?a%1D*NG", "type": "image"}, {"id": 13091370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/043cf951-d042-47e0-9e37-e45aba986dd3/width=450/13091370.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UKG9gs4U9ET0}PoeJ;IWQ*kSbJxVGcD%?Fn$", "type": "image"}, {"id": 13091373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a57ce53-ce18-4ffd-bff5-de8627c32902/width=450/13091373.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UMI5DP~qX9Ne^+s,S$ay009Z%MxaksWBM_n%", "type": "image"}, {"id": 13091404, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddae3952-03ef-4d9f-abf6-29f6e9f7cd38/width=450/13091404.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UBHxmd0210_N5X-;ELxa9Zxte89t$wMxkDxt", "type": "image"}, {"id": 13091419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1629f0f4-9cf0-4b8d-86c8-b220475daebf/width=450/13091419.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UHHd~z8^00-p~Xs+D%9u9ukWs:WY0gs.={WY", "type": "image"}, {"id": 13091761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b2d5191-73b5-4b08-b2d8-c202d26794ff/width=450/13091761.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "URI#+Mrq_NOa~W9GtSs:$$RPM{kCD%NGozV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/519572", "modelId": 466933} \ No newline at end of file diff --git a/datasets/metadata/519807.json b/datasets/metadata/519807.json new file mode 100644 index 0000000000000000000000000000000000000000..b29a77e0eef989d1d1f4ba4843892d8dad8f4dab --- /dev/null +++ b/datasets/metadata/519807.json @@ -0,0 +1 @@ +{"id": 519807, "index": 0, "name": "Dolly Jade (Level Up)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-21T01:07:57.280Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["D0lly J4De", "Yellow Skin", "Brown Hair", "Short Hair", "Hairbow", "Pink Bow", "One Eye Covered", "Noseless", "Dot Eyes", "Purple Dress", "Eyelashes"], "stats": {"downloadCount": 31, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 436983, "sizeKB": 223101.59765625, "name": "Dolly_Jade_Level_Up-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T01:10:56.109Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C1BEDD49", "AutoV2": "40F68C2199", "SHA256": "40F68C2199D657422EDAE5B33B6E8EE0778773D22F57743FAD5250A34A079AE0", "CRC32": "8B3A39CC", "BLAKE3": "9E6DD9E03EAC5044A760EE109EE543187CE8F2E066AC1DE89E8B2B944AB9D0F3", "AutoV3": "F19E6DF352F4"}, "downloadUrl": "https://civitai.com/api/download/models/519807", "primary": true}, {"id": 436950, "sizeKB": 4847.572265625, "name": "519807_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T00:41:31.477Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CA1DA113", "AutoV2": "7AD9128A85", "SHA256": "7AD9128A85AD79314D59E82AF1915F0C6A445E116AA6D0F256798B419E6D3D22", "CRC32": "0895379E", "BLAKE3": "DB1F71EC9D7B544697453CA511A2ABFDAF6B4031198BCD1006B6E53CCA723C1E"}, "downloadUrl": "https://civitai.com/api/download/models/519807?type=Training%20Data"}], "images": [{"id": 13105885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b934529a-1ae6-4336-a834-951b7abd577b/width=450/13105885.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "USNT8exulVR*IeoM%ER%%1njM}Sg$+WDR%t4", "type": "image"}, {"id": 13104012, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8706df7f-ec1e-449e-9b32-bcd5e11d55ca/width=450/13104012.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAHnBA}t0s0*+m,^%ZOQ0;w~=WSb^%oK9cSe", "type": "image"}, {"id": 13104011, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e364aacb-4f66-4032-8ff5-b86eaeb421e7/width=450/13104011.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "ULJ*3goy7jn.RWSzx:r?T2Szrpr?-oaxIqj]", "type": "image"}, {"id": 13104013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce4f4267-c079-4f87-a58f-a205f2ca41d0/width=450/13104013.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UPLM-k$*GKI[RDsqx=R$OZWVs8oe-pWBI.s;", "type": "image"}, {"id": 13102745, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0efe9147-2185-4230-b851-b8681ec001cb/width=450/13102745.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UOIDdxw~0DNY0MxatII.aAs;xoSJ~Me=9ea~", "type": "image"}, {"id": 13102744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8712a248-f42d-4b81-901c-24e0b2d6cf3c/width=450/13102744.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UQMP~[#Fcbx]Duw4=_oz$%j1V{s+xIj]WTad", "type": "image"}, {"id": 13102743, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51c2af18-d8a9-4db5-a6c7-15776fb2029b/width=450/13102743.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCM?ei}_8bD~DM=i^=E0}c#?9tI;?uR~ITwP", "type": "image"}, {"id": 13104544, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5186fded-58ca-4dbe-a333-9a68e2d97381/width=450/13104544.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDK]u^^u9V0h#05To[^b0tOm^tnT^{%DR7IK", "type": "image"}, {"id": 13104540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c8beb98-0a07-41b6-a71c-5069314d747f/width=450/13104540.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UUJs2^~RIe9dD?RWkTs.9#a7xCou^x%EV]R*", "type": "image"}, {"id": 13104543, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5db1f1ba-1bc7-4a16-9dfd-69f741dc8757/width=450/13104543.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKN9jjxn.4nVZ?X4tdnTRXR*t2xY~9ob9cV|", "type": "image"}, {"id": 13104542, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ea0a85e-1747-4736-84a0-29be3a5f46ce/width=450/13104542.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHLy=ck.5^rdNjSv==i{9PR*xmxZ~TsoE4bd", "type": "image"}, {"id": 13105863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81b101ad-65f0-4c88-a82e-ab93eda3b62a/width=450/13105863.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UEM%7T-V.mS#IMsY-#NY^}nnD;Sd%MR+NFxr", "type": "image"}, {"id": 13105867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daa2895f-ea1b-44a7-82e5-39b37db49a00/width=450/13105867.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCL|Mw=yGwJ:Dvr{?RSu^$sDD,S2-qR+InxY", "type": "image"}, {"id": 13105878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6b530f6-e39f-4f03-9e0a-49436ed04001/width=450/13105878.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKM?^]*0burCM.%EavRW?XMzRl$|-VRjt5sp", "type": "image"}, {"id": 13105895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbce7bdb-6ea1-45ba-b2c6-a0e04466fe84/width=450/13105895.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UQM%ZV%2pyNGM-so%FNa-nV{IXtLxbWVR%s:", "type": "image"}, {"id": 13105896, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/758c3038-c5d4-44a4-b7fc-8d90c23e30c5/width=450/13105896.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UPM?CsxZN6s-0Zjvs+Rl0FjcR-Rn~Kj[WTod", "type": "image"}, {"id": 13105897, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ced345fb-c60a-401f-8c77-7a00dc859d12/width=450/13105897.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UPN]H~xZV+ofDyoLt6WV0Fj@xoax-hj?tIob", "type": "image"}, {"id": 13105898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b05cadf0-1389-4473-b067-a3cd2641a49d/width=450/13105898.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UVN09J%II_aw9SWG%EM|IaoLovWU~Ma#IXt2", "type": "image"}, {"id": 13105906, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04911134-749b-45ab-9bcf-9751c97a8be7/width=450/13105906.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UTNSo,xZIxk84~oMxnR%9KofxnWU~PoeNIbE", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/519807", "modelId": 467146} \ No newline at end of file diff --git a/datasets/metadata/519828.json b/datasets/metadata/519828.json new file mode 100644 index 0000000000000000000000000000000000000000..cc2e047de072263e92de9ade4a1f6ba09acf85be --- /dev/null +++ b/datasets/metadata/519828.json @@ -0,0 +1 @@ +{"id": 519828, "index": 0, "name": "Blonde (Friday Night Fappin)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-21T01:30:05.274Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Blonde Hair", "Long Hair", "Noseless", "Collar", "White Boob Tube", "White Skirt"], "stats": {"downloadCount": 45, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 436962, "sizeKB": 477.7509765625, "name": "519828_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T01:05:48.367Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "26AD5D8D07", "SHA256": "26AD5D8D07E16A6A5FBA7924106BD111BF25225799327530A302527B6420594B", "CRC32": "FB6BC80C", "BLAKE3": "E26EF433CAFAE0690C14AF46284E5D2A438DCC60018998F7A33A6AACDBB5C73F"}, "downloadUrl": "https://civitai.com/api/download/models/519828?type=Training%20Data"}, {"id": 437014, "sizeKB": 223100.22265625, "name": "Blonde_Friday_Night_Fappin-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T01:31:33.326Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7D48CF69", "AutoV2": "7EBB53E8B1", "SHA256": "7EBB53E8B1493984ECECB886A24FDF564D16EBAABC243E3160306C3F91326031", "CRC32": "12EA078B", "BLAKE3": "B358C7BE5E5ABF2AE78B83621A63BC2F422408019A1E2D04EBEF5706835E225D", "AutoV3": "8121BD974974"}, "downloadUrl": "https://civitai.com/api/download/models/519828", "primary": true}], "images": [{"id": 13105151, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b5cdc6f-0539-4d0a-b9fb-23e3f0b839fb/width=450/13105151.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7I#S?x]00D#0x4.~D^%HqD%%j%L$$M_tTOE", "type": "image"}, {"id": 13105149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/195ab106-3d5d-4a7e-9ea5-38a36db1a6eb/width=450/13105149.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U6IhEN~q00000c0K^n?Zv_4.xy%2=yW8t958", "type": "image"}, {"id": 13104248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4fa7b86-219e-4bd1-93e5-74510e04220c/width=450/13104248.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UFH24e_2004n00D%~XNI-DRi?a-;0,Io-OaJ", "type": "image"}, {"id": 13104247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/207a6b88-c356-4f75-90e3-0962713f547b/width=450/13104247.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UDGuOCoz00IT009F~X-:mmob~WE2F5Io-OWC", "type": "image"}, {"id": 13104246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a772fffa-269d-4f2a-9eb6-2ba3f4792c54/width=450/13104246.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEFh^u_2004.0L9G^+^*Dis,~qX9?c-o%0IV", "type": "image"}, {"id": 13105146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9af81d94-f355-4683-baca-36e87a4a6983/width=450/13105146.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UANv[6-o03S#1Foy,^j[z;oI%LnnYRax#ikD", "type": "image"}, {"id": 13105144, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5fee577-96e3-412e-8ad3-40c3ef87ff99/width=450/13105144.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJMP,mt700W90KWVD+oamQM{%hxt~pRit8t7", "type": "image"}, {"id": 13105143, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af90c8aa-73d3-47ef-8389-57bf8f7ea101/width=450/13105143.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDOynn-o0ikD2ubbj0R.Q8WBx]a~_NbIxBs;", "type": "image"}, {"id": 13105145, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc924310-e46c-4638-beb5-ad5751bf58fb/width=450/13105145.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UMMZO1%L00V@00t79aR*mkoLxvxa~pfixuxu", "type": "image"}, {"id": 13105150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f57e9228-33eb-4caa-be04-1e4166d401d0/width=450/13105150.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAH_b_~p000000E0^-t7McIT%Oo$E8Rj-oNG", "type": "image"}, {"id": 13105148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5470d205-e7a5-427f-a30f-9041778f0a64/width=450/13105148.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBHUzo%M000K4,E0~Xs;IBIn?HS6D@Io^iRj", "type": "image"}, {"id": 13105153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dec20f08-bd94-4b99-b6e2-c7c5999ac04f/width=450/13105153.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UFKK7x%100IU00R%sFE1QnRi?bj]_NNF-:xt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/519828", "modelId": 467165} \ No newline at end of file diff --git a/datasets/metadata/520023.json b/datasets/metadata/520023.json new file mode 100644 index 0000000000000000000000000000000000000000..f2f58ea57dbf3a0771a9f76957e044116ff7e74b --- /dev/null +++ b/datasets/metadata/520023.json @@ -0,0 +1 @@ +{"id": 520023, "index": 0, "name": "rui1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-21T03:31:39.144Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["rui"], "stats": {"downloadCount": 35, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 437152, "sizeKB": 27372.916015625, "name": "520023_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T03:16:35.745Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A1CD5DFD", "AutoV2": "DD0FC9CEB7", "SHA256": "DD0FC9CEB71352BD15AE5B7E44E4BD297D98AAD5D22526D5EAC682668B8C865D", "CRC32": "F98B4115", "BLAKE3": "CD82F4593A4EC87F05A1FBE4391A729C806AD18C26FD0D8524A13994F6143205"}, "downloadUrl": "https://civitai.com/api/download/models/520023?type=Training%20Data"}, {"id": 437164, "sizeKB": 36979.5390625, "name": "rui1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T03:36:33.337Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DFA9C501", "AutoV2": "87C9DBAA18", "SHA256": "87C9DBAA189AEB258EDC8BAC285A9A348788C22B2B91A756600D9F550A5C8388", "CRC32": "85A95E23", "BLAKE3": "293BB33167F12F2B4AFF595757AE98FAD90A70C912E8D4051CA6575417E0A1A2", "AutoV3": "5C5A16251210"}, "downloadUrl": "https://civitai.com/api/download/models/520023", "primary": true}], "images": [{"id": 13113030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb724f18-0d04-499c-a784-21b4c29f0699/width=450/13113030.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UAF6E%?uW?w05HyDO=nPF2pH?aD+_Ji{%eRk", "type": "image"}, {"id": 13113029, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bc7e184-779b-4e45-892b-256ce054adfe/width=450/13113029.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UEG*~G-:?wxu8wbcv|WW5qo}%2X8.S%2ENkC", "type": "image"}, {"id": 13113031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f19ff6d0-02ba-4008-8a13-b86c6a2d1b16/width=450/13113031.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UAD0lQ?t9vNe:v%eR=XT%X%L~TRkInxFQ.V[", "type": "image"}, {"id": 13113052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2372c025-1377-46fc-8f5b-8d50b9e3da86/width=450/13113052.jpeg", "nsfwLevel": 1, "width": 896, "height": 896, "hash": "UIE.R:0-0i~XJ:~W9bJBI.NG^*9t4:%M-;j]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/520023", "modelId": 467346} \ No newline at end of file diff --git a/datasets/metadata/520039.json b/datasets/metadata/520039.json new file mode 100644 index 0000000000000000000000000000000000000000..752669944df28641fead0ecec777e45753a5a4fc --- /dev/null +++ b/datasets/metadata/520039.json @@ -0,0 +1 @@ +{"id": 520039, "index": 0, "name": "sexy fox", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-21T12:40:22.224Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 34, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 437749, "sizeKB": 36978.625, "name": "sexy_fox-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T12:41:40.548Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DA6AF8B3", "AutoV2": "1D6FF32445", "SHA256": "1D6FF32445AFDDAB7CFB6B847443281194A97D21D34B4CCB61B55FE96978C08D", "CRC32": "682DEE6C", "BLAKE3": "FC5E52D6B9D1EE44D669520CF4FBAB964FC0B71476D626B1D4470B265A697050", "AutoV3": "1C3C7D633658"}, "downloadUrl": "https://civitai.com/api/download/models/520039", "primary": true}, {"id": 437160, "sizeKB": 1311.578125, "name": "520039_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T03:25:57.395Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "7E1A3C8A3D", "SHA256": "7E1A3C8A3DB075EA8981E28D5B218592CFE91B545DB7BE70EF875568B0F6420C", "CRC32": "693D121C", "BLAKE3": "755957BDF079A78D5F344369259D79D6F8C8D307A5C901DCAC9732FF2FC0BAF0"}, "downloadUrl": "https://civitai.com/api/download/models/520039?type=Training%20Data"}], "images": [{"id": 13146712, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/425d50f9-b68b-4ccc-867a-f415acf1458f/width=450/13146712.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U3F#t8-;000L00Q-^NOs1k^OM|%hib_N4:H?", "type": "image"}, {"id": 13146709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2165eae4-0903-4be7-bb41-51f07a52cfd8/width=450/13146709.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U4GRrA}?000f00EOIAwb9bIo-T?H-5xZNdbb", "type": "image"}, {"id": 13146707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d94eca1-4d88-4c7d-9191-853c9c66e5aa/width=450/13146707.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U5E.R$^i00~C010#M{%14nIUT0EL~V~B$fV@", "type": "image"}, {"id": 13172869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b940435f-84fe-4b6f-94a1-0e88b580a8d3/width=450/13172869.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHH-ux_Ng+%0tmIVR%IUE3M_$_%1o~ogM}t7", "type": "image"}, {"id": 13172876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5989f6e-5f0c-4d8f-b7e5-c097d64be6a0/width=450/13172876.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBI4Y2D%vx-Bvh~9-;=_T2aL$kaeXnN0D*Iq", "type": "image"}, {"id": 13172878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ac9d133-9c84-4866-ae1f-bd3ab7c9d4a3/width=450/13172878.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U4F5y~@r008000~Wx]4T8_9b_Nb^Z~?HIqR*", "type": "image"}, {"id": 13172880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19013983-dc4d-4df7-bdc3-2dc173b01cc4/width=450/13172880.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UGGR#YIUyZ-:IUo#56V@xvn$%0R.tlt7R*bF", "type": "image"}, {"id": 13172887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34c3a82b-ca7b-419f-9a6c-05adb5f74575/width=450/13172887.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UEJa7qXT80-p0KxYr=Ip9uaxxGxDtSRjs:oz", "type": "image"}, {"id": 13172888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/535da894-5943-4f0d-8b4e-558a307f8a8b/width=450/13172888.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U6IgvBOG2zTf00nO9G=s0n$yk?%NvyAbRPM|", "type": "image"}, {"id": 13172889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9969087-d8e8-44b1-a124-c6739324be08/width=450/13172889.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U6Hwr;ES05~U00=s9Z0#02xu^jrW?ai_xGkX", "type": "image"}, {"id": 13172895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c7b9cbc-ae1e-4daf-93a0-443261984f5f/width=450/13172895.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8IX5K?G0ox]4mtR#Qi^M{9a-;~B-pIUbwSi", "type": "image"}, {"id": 13172899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36a7ddda-ef6a-4d31-8d79-8ecb78744d64/width=450/13172899.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U6GknESj04~V00R*IAV?13oJ~CN{Z~M|NG-o", "type": "image"}, {"id": 13172905, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e1153dd-c0e9-435b-be26-04811b9fd4f7/width=450/13172905.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U4HB0w~C009^00xZwHRO009t%L-o?b579v~B", "type": "image"}, {"id": 13172934, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df7314dd-970b-4678-bc4e-c9f5a27ffd8e/width=450/13172934.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UCID~-~Bu4x[EzM{~VM|0LofIUi_NGRkae-p", "type": "image"}, {"id": 13172943, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/547d818e-f61c-4815-8653-8423686e1de5/width=450/13172943.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U7IER*%280%h00Wqv}V@IVM_jEt7~qRjD*%M", "type": "image"}, {"id": 13172949, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54694281-a5b3-4fb4-a34e-0497c05e7703/width=450/13172949.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UDIXQ-={.mkC57M{RkWCjFt7?GkBR+ofNHM|", "type": "image"}, {"id": 13172975, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a16d963-0235-4ef1-b04e-9998573b68cf/width=450/13172975.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U4GRPCxa00%M00t70L9Z-4R*~Cs:F3RPI;%h", "type": "image"}, {"id": 13172996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a0c25e4-d9d5-47ef-b183-d1b39ef65c04/width=450/13172996.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UDH1i5~AE1M_EgxZ?GNZDiM{X9xuRjNGS5M|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/520039", "modelId": 467361} \ No newline at end of file diff --git a/datasets/metadata/520149.json b/datasets/metadata/520149.json new file mode 100644 index 0000000000000000000000000000000000000000..13c50985d68b67a62fdde940ca00b4c76ea38135 --- /dev/null +++ b/datasets/metadata/520149.json @@ -0,0 +1 @@ +{"id": 520149, "index": 0, "name": "Sable Able (Animal Crossing)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-21T06:10:33.262Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 138, "ratingCount": 0, "rating": 0, "thumbsUpCount": 52, "thumbsDownCount": 0}, "files": [{"id": 437270, "sizeKB": 11138.01171875, "name": "520149_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T05:17:32.031Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B9F9FA26", "AutoV2": "AE5BD2CC06", "SHA256": "AE5BD2CC06F7C6A189E86F4703F9E9ECA900FAF8AA819F2CE6D584B993C7BB33", "CRC32": "DE8894C0", "BLAKE3": "9EE85452BF8E7362CBA3FC92C9DFE2C5316EF37385C7A41D66092BAB972F62C5"}, "downloadUrl": "https://civitai.com/api/download/models/520149?type=Training%20Data"}, {"id": 437338, "sizeKB": 223100.63671875, "name": "Sable_Able_Animal_Crossing.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T06:10:55.415Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CFBF3EB7", "AutoV2": "30994A92C2", "SHA256": "30994A92C2D585449DEB9FE54343644BD2712360502576132AE19369EB6904D4", "CRC32": "A3EBE4C5", "BLAKE3": "13B636A10767A33EB6A8820A087F139E894B5711CF07FE591AE6C857930A1365", "AutoV3": "568677AD98B6"}, "downloadUrl": "https://civitai.com/api/download/models/520149", "primary": true}], "images": [{"id": 13123292, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcb65ca7-63d3-4eeb-825d-2a3f1240eb92/width=450/13123292.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOMGbW-o*JI:xXoyM}nP-;RjRjxa%MV@ocbu", "type": "image"}, {"id": 13123294, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/159116ef-b920-4c3b-b574-7c8df4476e12/width=450/13123294.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UuLWkhR+_NxF?akCf+s:t7ayWBf6xuoJRkRj", "type": "image"}, {"id": 13123293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcf585ba-2b3c-410a-b07e-e3136e2ebde7/width=450/13123293.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9JtCz-:1,M}}=oJ9bfkb{M|-mxtt8jY%LWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/520149", "modelId": 467466} \ No newline at end of file diff --git a/datasets/metadata/520164.json b/datasets/metadata/520164.json new file mode 100644 index 0000000000000000000000000000000000000000..c6311a0e3fa7759fdc28700fdd62237a155f5439 --- /dev/null +++ b/datasets/metadata/520164.json @@ -0,0 +1 @@ +{"id": 520164, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-21T05:14:09.377Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 173, "ratingCount": 0, "rating": 0, "thumbsUpCount": 35, "thumbsDownCount": 0}, "files": [{"id": 437276, "sizeKB": 36108.3603515625, "name": "Hatsune_Shiratori_InyouchuuEtsu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T05:17:13.300Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5F15437B", "AutoV2": "4A03E31819", "SHA256": "4A03E318198B7FD57D8C7C4E55EE7E5C9D08932CC4224D0C24394D387E5AC58F", "CRC32": "4C528C04", "BLAKE3": "7C04B0B6F2AABF077E5B60FBD51580F0F40FF955566D7795FBA0615C20131BFF"}, "downloadUrl": "https://civitai.com/api/download/models/520164?type=Training%20Data"}, {"id": 437277, "sizeKB": 22250.06640625, "name": "Hatsune_Shiratori_InyouchuuEtsu-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T05:17:16.719Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E64207BA", "AutoV2": "5168D6FACC", "SHA256": "5168D6FACC85BA6654EB171BEC6E842B831F64C200FA421E2EAFC9EA8A495870", "CRC32": "15394717", "BLAKE3": "DDFBFF30CA30C62A69A5DE1786AF7C6F25FB0EFEAEFF2C117642660C3ADAA601", "AutoV3": "D816B21C0B92"}, "downloadUrl": "https://civitai.com/api/download/models/520164", "primary": true}], "images": [{"id": 13119144, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19ea736c-47e9-4392-bb50-de5d4447c32d/width=450/13119144.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNP$d=^+*J%M+sRk?]R*_NWBXkt7%NWUo{jZ", "type": "image"}, {"id": 13119146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9777ba80-6082-4f06-9a8b-b619dcc81149/width=450/13119146.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNP$d=^+*J%M+sRk?]R*_NWBXkt7%NWUo{jZ", "type": "image"}, {"id": 13119928, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92adf9f0-097f-4db6-86c6-e4cebe7fc469/width=450/13119928.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UROVM;-V9t?GMc$+t1X5Os-p%f-:~UM|M{tP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/520164", "modelId": 467479} \ No newline at end of file diff --git a/datasets/metadata/520333.json b/datasets/metadata/520333.json new file mode 100644 index 0000000000000000000000000000000000000000..1611bd02f39334c95be011c63e80199c4b9824d4 --- /dev/null +++ b/datasets/metadata/520333.json @@ -0,0 +1 @@ +{"id": 520333, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-21T07:55:09.313Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 220, "ratingCount": 0, "rating": 0, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 437444, "sizeKB": 22233.64453125, "name": "Yoshioka_Mio_SakuraSaku-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T07:50:48.550Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "882E4422", "AutoV2": "E9AF7FBA0F", "SHA256": "E9AF7FBA0F893F86B2BB4C1245E7E05D1DE784D1F6470D517D41219E78B1FA8F", "CRC32": "CABDCB9C", "BLAKE3": "22CBA8684957EA84A5689A9EC0A037BAEC6DAB8877AF3C4EB7ABBA5237B5F644", "AutoV3": "921A387AFABC"}, "downloadUrl": "https://civitai.com/api/download/models/520333", "primary": true}, {"id": 437445, "sizeKB": 6306.1884765625, "name": "Yoshioka_Mio_SakuraSaku.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T07:56:02.312Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "642A924D", "AutoV2": "88CBD9A160", "SHA256": "88CBD9A160C5ED73F510E4F9BD6FA25005AFA21DE819E162371A46550F59CD22", "CRC32": "CC4061B2", "BLAKE3": "A8290AA37419E0F79C2F6F122394996DE25555886AD25585032968E3B74AF7E4"}, "downloadUrl": "https://civitai.com/api/download/models/520333?type=Training%20Data"}], "images": [{"id": 13129600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49420987-1543-48ba-bdef-f77eb3a1b193/width=450/13129600.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZNAPJ-;~qMxMwxu-;M{E0ays:oe%hRk%1bH", "type": "image"}, {"id": 13129602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfc69f10-1898-42dd-963b-e07edd410d41/width=450/13129602.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZNAPJ-;~qMxMwxu-;M{E0ays:oe%hRk%1fk", "type": "image"}, {"id": 13129663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/842da2d9-8f53-4c18-97e4-72a2c5c333d8/width=450/13129663.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTMZwLM|~Uni$_xt-;Ip00t7?Hn%%hxGjFM|", "type": "image"}, {"id": 13129934, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/649fd12c-654d-4e51-ab21-63a49486fae9/width=450/13129934.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUMsvP.8?F=|-mj=?bt79FWB?HX9_NXTRksl", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/520333", "modelId": 467630} \ No newline at end of file diff --git a/datasets/metadata/520380.json b/datasets/metadata/520380.json new file mode 100644 index 0000000000000000000000000000000000000000..d14425dd64bce33d0d16276e86832a576075c981 --- /dev/null +++ b/datasets/metadata/520380.json @@ -0,0 +1 @@ +{"id": 520380, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-21T08:44:04.903Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 166, "ratingCount": 0, "rating": 0, "thumbsUpCount": 30, "thumbsDownCount": 0}, "files": [{"id": 437495, "sizeKB": 22235.39453125, "name": "Senaga_Saki_ClimbCrown-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T08:47:15.589Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5B0AD4AB", "AutoV2": "D7BC9DA65E", "SHA256": "D7BC9DA65E0E45871FEC13BAD068FF6A2EAB8864221CC28148ABAD11C39AEA0B", "CRC32": "FE1FDB51", "BLAKE3": "4FF1A833EDEEA6AF682ED571E81BEBAAB52D58C643B9C24C87F7F2E0F1A16343", "AutoV3": "03DDFDAA8C76"}, "downloadUrl": "https://civitai.com/api/download/models/520380", "primary": true}, {"id": 437494, "sizeKB": 8315.6025390625, "name": "Senaga_Saki_ClimbCrown.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T08:45:57.573Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DD16C793", "AutoV2": "CEEEF1C6E5", "SHA256": "CEEEF1C6E5708E5881592C3992B754ACA316B97C6404B6FE0C8DC8D141430B9C", "CRC32": "91CB72C4", "BLAKE3": "8BF8320BD8B91D1099F8AC54563C95988E5E43C4E9E624EC0593923183115D8C"}, "downloadUrl": "https://civitai.com/api/download/models/520380?type=Training%20Data"}], "images": [{"id": 13132763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b30e76f2-acae-4a9e-9882-7035105e4a4d/width=450/13132763.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYNw4s~q_Nxu4o%M?bNGtSM{w^M{%NM{-:Rj", "type": "image"}, {"id": 13132762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f349210c-fa52-4d79-8109-1da071346ba6/width=450/13132762.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYN,lL~q_Nxu4o%M?bNGtSM{w^M{%NM{-:Rj", "type": "image"}, {"id": 13133088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86f64c0a-8529-4d9d-a384-afa7219f9b44/width=450/13133088.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbNmZ*-;~q-pI=?btSg34nRj%1ni%ht7WAM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/520380", "modelId": 467672} \ No newline at end of file diff --git a/datasets/metadata/520386.json b/datasets/metadata/520386.json new file mode 100644 index 0000000000000000000000000000000000000000..b3061c8466a98af1713a536bb86301450b207884 --- /dev/null +++ b/datasets/metadata/520386.json @@ -0,0 +1 @@ +{"id": 520386, "index": 0, "name": "Old School Disney", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-23T10:17:19.995Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Old School Disney", "2D", "hand drawn"], "stats": {"downloadCount": 265, "ratingCount": 0, "rating": 0, "thumbsUpCount": 38, "thumbsDownCount": 1}, "files": [{"id": 437506, "sizeKB": 17463.5556640625, "name": "520386_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T09:05:58.002Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "15224CC8", "AutoV2": "03FE1E8651", "SHA256": "03FE1E86516CF4E3A512AC4DD98CAB103DFF5CC6834ABA241DDD1100111F7E4B", "CRC32": "6FE2264C", "BLAKE3": "FA92F8BB727575091679C5A9C9869C77D3657DF82D566E73EFED50D96900AC24"}, "downloadUrl": "https://civitai.com/api/download/models/520386?type=Training%20Data"}, {"id": 441365, "sizeKB": 223107.23828125, "name": "Old_School_Disney-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T10:01:41.210Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1D506C42", "AutoV2": "885F1353BA", "SHA256": "885F1353BA17AD00C0FFE813F2D7DDFCC9A955D6B71651450568401845B400DF", "CRC32": "F207C100", "BLAKE3": "E3E0AC837CD80B5D4E534162942F8D86A732C0EEC33D42DEE40100D4CB480690", "AutoV3": "E7BB1477A5FE"}, "downloadUrl": "https://civitai.com/api/download/models/520386", "primary": true}], "images": [{"id": 13334351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b568310-0676-4cbb-88d7-5c8295976fc9/width=450/13334351.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "USF=p+kC58ae~Wn%k;S1L1of={V[%#oLWVkB", "type": "image"}, {"id": 13334350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1994648-f780-4953-b76d-f51da06b72d9/width=450/13334350.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UTOS?Y$N|FEh}Zs.=dWVVYSgOrxDs:S2Rks:", "type": "image"}, {"id": 13334352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96ae48d1-735d-46a9-a81e-0290923414aa/width=450/13334352.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "ULL:+K~V009FyDxa~BIo9aEMM|s9IUWVNG$*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/520386", "modelId": 467679} \ No newline at end of file diff --git a/datasets/metadata/520418.json b/datasets/metadata/520418.json new file mode 100644 index 0000000000000000000000000000000000000000..e76a942c99fa974584cb1c9dc713b0b03f040569 --- /dev/null +++ b/datasets/metadata/520418.json @@ -0,0 +1 @@ +{"id": 520418, "index": 0, "name": "Dien bien phu", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-23T10:02:04.804Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 36, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 441371, "sizeKB": 36978.171875, "name": "Dien_bien_phu-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T10:01:01.960Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0323F58D", "AutoV2": "9BDDE222C0", "SHA256": "9BDDE222C0FE879694952BBF23EA3066705E153782CAE1C781C9F7F21DF11FDF", "CRC32": "D1F0E56E", "BLAKE3": "776F6D781A1CE2ABEE9711F30A04ABFE548465AB3E018A3172D2E519722DF862", "AutoV3": "3230703E73ED"}, "downloadUrl": "https://civitai.com/api/download/models/520418", "primary": true}, {"id": 439461, "sizeKB": 1014.91796875, "name": "520418_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T10:25:53.533Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "90127E906B", "SHA256": "90127E906BFD2D51249FD38AD2C0ED28DA761F4CBABE6C6C43837A0D9E6B60C9", "CRC32": "A1785B55", "BLAKE3": "0159EEA536DA334A4743E50B70F2C77384DC38B153995B4F4AC94D582AD760C2"}, "downloadUrl": "https://civitai.com/api/download/models/520418?type=Training%20Data"}], "images": [{"id": 13333751, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0fdba64-1678-465d-831b-ff15ccaa89ac/width=450/13333751.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U#O3:_j[s:of~qayayofRjayWBWBM{j[ofof", "type": "image"}, {"id": 13333752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e62aa046-27f8-451e-b1a6-94d53f0de8af/width=450/13333752.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U+K_E~%MWBj[~qt7WBj[xuM{WBofj[Rjt7ay", "type": "image"}, {"id": 13333753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d94707ab-bffd-4ea1-97a7-77429c9ce5a5/width=450/13333753.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U-MtaOWBj[of~qayayoLM{j[WBayRjayofj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/520418", "modelId": 467707} \ No newline at end of file diff --git a/datasets/metadata/520837.json b/datasets/metadata/520837.json new file mode 100644 index 0000000000000000000000000000000000000000..cdec7e06429750d8c837a46959670032c3a33d3b --- /dev/null +++ b/datasets/metadata/520837.json @@ -0,0 +1 @@ +{"id": 520837, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-21T14:18:17.579Z", "availability": "Public", "nsfwLevel": 25, "description": null, "trainedWords": ["Kurama", "Nine Tailed Fox"], "stats": {"downloadCount": 143, "ratingCount": 0, "rating": 0, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 437896, "sizeKB": 7418.68359375, "name": "520192_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T14:20:53.585Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C506E830", "AutoV2": "B8B6A23DAD", "SHA256": "B8B6A23DAD902AE294B08D630C482E3BA65D6625D93CF5EEB74FBDC58D487ADE", "CRC32": "FAE90113", "BLAKE3": "85A5F40C80CE2F5D3E63FC5069DC6B8F7519767774893A7912C0A2DA65D863C5"}, "downloadUrl": "https://civitai.com/api/download/models/520837?type=Training%20Data"}, {"id": 437900, "sizeKB": 891170.09765625, "name": "Naruto_-_Kurama.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T14:22:30.025Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "06773C7A", "AutoV2": "9A03EE116A", "SHA256": "9A03EE116A41953C27E45066242C073F61F49E33E70C43ACBDEFBEC13677094D", "CRC32": "25673F52", "BLAKE3": "A1FB1F4EDF37B53876C5377288A591BD266E81D2C452F5204DECC61B6E7A4117", "AutoV3": "6F92555C5494"}, "downloadUrl": "https://civitai.com/api/download/models/520837", "primary": true}], "images": [{"id": 13153117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab671f72-3cda-4de4-a9fa-a0d5d0c7cdc1/width=450/13153117.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCG~{%xF1IxF}?$%EgoL0$s.n+S4wcoeofof", "type": "image"}, {"id": 13153119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85d9d457-4eb3-4cb5-af03-0a265a9ffab4/width=450/13153119.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBH9dXxZI:f6}rWV5Soe0~WVEjWVWBj[S5WV", "type": "image"}, {"id": 13153120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5e9463d-f025-40a8-9875-023d8299df35/width=450/13153120.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UEC=3hbGEzWV}sayI;a|9]R+I;jtI=oLxFjt", "type": "image"}, {"id": 13153116, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/643ae53e-731e-47ae-abb0-97cff138fa4f/width=450/13153116.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAHl-P^410Eh}D^3NbI=OVxY,?I=9wEh=woe", "type": "image"}, {"id": 13153118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d65ab43-2958-4d3f-9ba9-c6f05072dba7/width=450/13153118.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3Hc45=^06}qrZ-911-804AF]RWC}XAE%J5.", "type": "image"}, {"id": 13153122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2213a446-2497-43e1-a103-5ce297dada26/width=450/13153122.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UFCq=2WpACWV}sWVI;WV9]WVjtWVI;j@xGWV", "type": "image"}, {"id": 13153125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08533f4d-d7e9-4ee8-8551-46a7db92e66e/width=450/13153125.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U5G?kM^N0PEh4?=b1Kwd0jt6^3af9wI=};AZ", "type": "image"}, {"id": 13153124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba413c71-3ee5-467d-890a-7c10a524454f/width=450/13153124.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAH9UEsVE2w_}rS3EgoL0NbGXSW;NLs.wcj@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/520837", "modelId": 468095} \ No newline at end of file diff --git a/datasets/metadata/521063.json b/datasets/metadata/521063.json new file mode 100644 index 0000000000000000000000000000000000000000..c2d5981b07cd45623d581f8535d8f85e23134eb2 --- /dev/null +++ b/datasets/metadata/521063.json @@ -0,0 +1 @@ +{"id": 521063, "index": 0, "name": "JasmineJ Lora Celeb v2 CD", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-22T04:58:04.268Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["professional", "jasminejae"], "stats": {"downloadCount": 32, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 438120, "sizeKB": 18035.58984375, "name": "521063_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T16:35:44.246Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "45EA763B", "AutoV2": "A4D691B311", "SHA256": "A4D691B311827E4F394198357410DD2EDE2A6B74581406F287101B384171EB16", "CRC32": "AEE76673", "BLAKE3": "5B27FF713FFB79D32A4DFF3231A5684EE707D7B28A02015D09E5DED48C9CF5FF"}, "downloadUrl": "https://civitai.com/api/download/models/521063?type=Training%20Data"}, {"id": 438662, "sizeKB": 223101.09765625, "name": "JasmineJ_Lora_Celeb_v2_CD.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T23:02:18.997Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A968A7E1", "AutoV2": "2B8B96939A", "SHA256": "2B8B96939A5E9DCE56A2D2BF716D40CD1DBD1117853DCF797DB355902C8C2B69", "CRC32": "B72DE057", "BLAKE3": "DBCEB0118BF74B6A72376EAE585A5A7EDD4FD79CD4EDB8EE714CD3C2195C5589", "AutoV3": "F3DE30C8E289"}, "downloadUrl": "https://civitai.com/api/download/models/521063", "primary": true}], "images": [{"id": 13192707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e91cc7a1-952a-4760-831b-d55d2904a34c/width=450/13192707.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQE|VpyE0MQlT}X9t8R4yD%LwaM{?wX9DiXA", "type": "image"}, {"id": 13192715, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a13f19a0-2805-4ded-b0a5-48f4f22e6173/width=450/13192715.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEE|kV00DSX4X[sFMPou00_MnmtQz+NE%wWC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/521063", "modelId": 468298} \ No newline at end of file diff --git a/datasets/metadata/521167.json b/datasets/metadata/521167.json new file mode 100644 index 0000000000000000000000000000000000000000..0c6864208382a1d8043027fb92741fc7c15a140c --- /dev/null +++ b/datasets/metadata/521167.json @@ -0,0 +1 @@ +{"id": 521167, "index": 0, "name": "v1.0 40p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-21T17:51:15.139Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": [], "stats": {"downloadCount": 236, "ratingCount": 0, "rating": 0, "thumbsUpCount": 37, "thumbsDownCount": 0}, "files": [{"id": 438210, "sizeKB": 22234.75390625, "name": "Agnes_Giebenrath_SeedFreedom-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T17:46:00.649Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B3CDC245", "AutoV2": "437F2F9842", "SHA256": "437F2F9842E184091452CDE8DA2B71966DC786AFC3A9027508DBAC5896A1A394", "CRC32": "6A1E811D", "BLAKE3": "9EB10F0432AD46F76185DAE115BD40100871A8F9D7BA0777BB1057A358B7E122", "AutoV3": "55334AE2A5DE"}, "downloadUrl": "https://civitai.com/api/download/models/521167", "primary": true}, {"id": 438212, "sizeKB": 8184.1123046875, "name": "Agnes_Giebenrath_SeedFreedom.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T17:46:40.734Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "28A3A592", "AutoV2": "6158CDBEE2", "SHA256": "6158CDBEE23F4F11E040F4054324383B9AB635F9FED5C70C1C46D3AD9C44D1E9", "CRC32": "F698399C", "BLAKE3": "43A4929C8169C0A8F046A628FE061AEC6B6BDCE825650B7782D8FC53D7427144"}, "downloadUrl": "https://civitai.com/api/download/models/521167?type=Training%20Data"}], "images": [{"id": 13169899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04babe22-711b-44dd-93ae-d4e721d55225/width=450/13169899.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U,JtMMoz%gt7~CkCtRofV@ayWoj[R*WBj[ay", "type": "image"}, {"id": 13169900, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8be92ea-295c-47e3-8fa0-e6f72b49d31e/width=450/13169900.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U,JtMMoz%gt7~CkCtSofV@ayWoj[R*WBj[ay", "type": "image"}, {"id": 13170194, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/397ca77f-0781-499f-aa83-66ab86e45674/width=450/13170194.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UpL|cdNF_N-p^kxutlRjrsRjNZR*RjozbGs:", "type": "image"}, {"id": 13170483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35c814ca-2549-4193-8c8c-5dcdf3cc473c/width=450/13170483.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U8L|1J4o00JCq]9Z?uVY004:uh?G00E20f9a", "type": "image"}, {"id": 13171378, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3005c5bb-6fd4-426d-8c14-3ddc1765fbd4/width=450/13171378.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U8H^n.|{00k=%ND*x[K5zq,[0e000fE1Sx56", "type": "image"}, {"id": 13172184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae74af5d-a1e9-417b-ab28-11722fe39545/width=450/13172184.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UOOVr.~V9s%gIAbvTKx]VXW=%LxuD+t7^kx]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/521167", "modelId": 468388} \ No newline at end of file diff --git a/datasets/metadata/521221.json b/datasets/metadata/521221.json new file mode 100644 index 0000000000000000000000000000000000000000..b91a6bebc9611eae2d2237d962aa712fe4864495 --- /dev/null +++ b/datasets/metadata/521221.json @@ -0,0 +1 @@ +{"id": 521221, "index": 1, "name": "v1.1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-21T18:30:29.927Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Spriggan"], "stats": {"downloadCount": 53, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 438277, "sizeKB": 223102.55859375, "name": "Wrens_Spriggans_XL_Pony-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T18:25:59.396Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "643BE1F4", "AutoV2": "91730C3051", "SHA256": "91730C3051B0E724205EFEBF1B9451CF41C089100AF2CECCC53BC64CD94B0918", "CRC32": "D5D23937", "BLAKE3": "7BC3C79978B2DFCA13ECEDE000C4570CD89ADAA053C14523D28D8431E32F49E2", "AutoV3": "FA21783469D6"}, "downloadUrl": "https://civitai.com/api/download/models/521221", "primary": true}, {"id": 438287, "sizeKB": 57373.091796875, "name": "520321_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T18:36:24.041Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D8CB7C15", "AutoV2": "1925E129B9", "SHA256": "1925E129B9F73E8BD397C10FC17E6625062E087E8C4892EC6944FCD2CAF9118F", "CRC32": "5B9A0855", "BLAKE3": "48EA219A1B886D1FFF11FD380F49CFFFAF934B94999C42718A0FDB3153F73627"}, "downloadUrl": "https://civitai.com/api/download/models/521221?type=Training%20Data"}], "images": [{"id": 13172291, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3559558-2c59-43ab-8303-9c86b21df5ee/width=450/13172291.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USK1?X_2~Woc.7IUn+WVNGj]Mzxu?bt6IVWB", "type": "image"}, {"id": 13172292, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e9c4ec6-e0bb-493d-bc03-51b582255f31/width=450/13172292.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULLM|fM|~Vsn?Ht7D*oeIpWBE2of~Uxat6M|", "type": "image"}, {"id": 13172671, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8395973e-dd23-4089-998f-4cc35993aaf2/width=450/13172671.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UHIP9%IowH-p_Mofs9M{^iaxIoRkxuo0x]xu", "type": "image"}, {"id": 13172673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb1bb851-6207-45a2-b590-208b9fb67b16/width=450/13172673.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "ULFF-?pF4Zoby+tOD.js4Zs,xsWEOTS2w4a$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/521221", "modelId": 465909} \ No newline at end of file diff --git a/datasets/metadata/521257.json b/datasets/metadata/521257.json new file mode 100644 index 0000000000000000000000000000000000000000..76a4969a7acc631eae8b11dd9373080dd3bd712f --- /dev/null +++ b/datasets/metadata/521257.json @@ -0,0 +1 @@ +{"id": 521257, "index": 1, "name": "Pov lying on top v1.5", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-21T18:47:12.487Z", "availability": "Public", "nsfwLevel": 28, "description": "Landscape recommended
In this update I spilt up the pictures into 2 different categories so it's easier to get differing results
Early version planning to be more customisable in the future
This is a position Lora for Pov Lying on Top. Had best results with landscape
Prompt
Pov lying on top, Lying sideways
Pov lying on top, Front on
", "trainedWords": ["Pov lying on top, Lying sideways", "Pov lying on top, Front on"], "stats": {"downloadCount": 1952, "ratingCount": 0, "rating": 0, "thumbsUpCount": 249, "thumbsDownCount": 0}, "files": [{"id": 438308, "sizeKB": 5856.46484375, "name": "521122_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T18:47:19.617Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D6D4FFC5", "AutoV2": "90284B4F42", "SHA256": "90284B4F42D368E900D0DA79FB9348CDB604E028B19B31155B7BDE2B0624167C", "CRC32": "6230450B", "BLAKE3": "3BC760DA917C7FDC73273105D861552B038DBF04C78021416BF314B834FFD19B"}, "downloadUrl": "https://civitai.com/api/download/models/521257?type=Training%20Data"}, {"id": 438310, "sizeKB": 223099.02734375, "name": "Pov_lying_on_top.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T18:51:35.159Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B446C945", "AutoV2": "F915C16598", "SHA256": "F915C16598922E4326B99E5713D4F3156057E9E5E9A934A6CE2480A9A7A9C8D3", "CRC32": "18326449", "BLAKE3": "7B616A935FFB78C49CA490A32AE18F34F68BCE5832667D4D443C82F2EAEA546E", "AutoV3": "791192DB7BB1"}, "downloadUrl": "https://civitai.com/api/download/models/521257", "primary": true}], "images": [{"id": 13179653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9b30295-e31f-4e26-90ae-61a54a8839b6/width=450/13179653.jpeg", "nsfwLevel": 4, "width": 1216, "height": 832, "hash": "U7JG$i2w0e4U8J00ngMcxT00R7.70000~V~V", "type": "image"}, {"id": 13179654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fe61415-860e-47ef-8bd3-008e45f91925/width=450/13179654.jpeg", "nsfwLevel": 4, "width": 450, "height": 658, "hash": "UPI4Il~WTK%gE*tR-:XSawIpM{M{IoM|V@M{", "type": "image"}, {"id": 13176818, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b219f4e2-1eca-4eba-85b4-67904fbfead2/width=450/13176818.jpeg", "nsfwLevel": 2, "width": 1216, "height": 832, "hash": "U8D+b]_400VX0O0f4n^j~A$eD*I[xts,Ioxa", "type": "image"}, {"id": 13176819, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/009742d3-4ebf-4aab-8f50-7b18ec6c8a49/width=450/13176819.jpeg", "nsfwLevel": 4, "width": 1216, "height": 832, "hash": "UPHB9_~BEgxuTK%1smX8%Mf+WCxZ9ut8-ot7", "type": "image"}, {"id": 13176817, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/382b116e-dbfc-4a3c-b875-c19a14aa3d97/width=450/13176817.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UBHw=T000eb_17Rkmjx].TI;H?wI01%MxZw]", "type": "image"}, {"id": 13176820, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4565c46-4c0a-4e4b-94e0-4b0a9ac1dfd3/width=450/13176820.jpeg", "nsfwLevel": 4, "width": 1216, "height": 832, "hash": "U7ELjU000fXn01}=^i9a%1F3-Vwc9ZS%xG$%", "type": "image"}, {"id": 13176816, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0abd1f44-2e92-482b-85e6-c4f4bf8e680d/width=450/13176816.jpeg", "nsfwLevel": 4, "width": 1216, "height": 832, "hash": "UEI4qx%MPo%L0f9FbGR+0KVsMxR+D+~pIoS5", "type": "image"}, {"id": 13176821, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24204233-408b-495f-a771-8b9e25ca325c/width=450/13176821.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UMHK;FM{5Qt8CTogr;t7tmS#MxaK0L%2s:WB", "type": "image"}, {"id": 13173894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f47e2bcc-880a-49ac-981a-4e9e72453daa/width=450/13173894.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UALDDP005;IVAW=Y-pR.0f~pIBbc00.8Z#bF", "type": "image"}, {"id": 13173892, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f08a369-bda8-4df3-b9f8-643856dc3a0e/width=450/13173892.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8Jjo900100K01I9?GIo0L~p-Uxb58.R8_%M", "type": "image"}, {"id": 13173893, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b04418f7-79ea-4aec-8579-ef867a4b5ba5/width=450/13173893.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9KAZ%57.m_301Rj^*xu00xEn4-AD*t7Vst6", "type": "image"}, {"id": 13173895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26c014af-c6b7-46f0-85e6-2edb015dd3f0/width=450/13173895.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCJt9w01PVt700R*NHxa0L-pRPt7~qaen$xt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/521257", "modelId": 466455} \ No newline at end of file diff --git a/datasets/metadata/521269.json b/datasets/metadata/521269.json new file mode 100644 index 0000000000000000000000000000000000000000..fef3f7d3e291bb60d0b0a45fc01a36f2745e608a --- /dev/null +++ b/datasets/metadata/521269.json @@ -0,0 +1 @@ +{"id": 521269, "index": 0, "name": "Vasil Levski", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-22T08:24:16.113Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 438319, "sizeKB": 2282.0966796875, "name": "521269_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T18:50:57.819Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DF9F2172", "AutoV2": "ACA80027F6", "SHA256": "ACA80027F651FF17C588ED1D4658C1FCCFCC376DB0997A87F01D7F9EC68B2F9C", "CRC32": "042E95C5", "BLAKE3": "442A0069798F3E520AA7ED1246F4D409787A77A1A111C528A6B77CDA229AB122"}, "downloadUrl": "https://civitai.com/api/download/models/521269?type=Training%20Data"}, {"id": 439319, "sizeKB": 223100.95703125, "name": "Vasil_Levski.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T08:20:52.954Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3B47BDBE", "AutoV2": "0EED7B5FCD", "SHA256": "0EED7B5FCDCBCD3A09866DC3FC16F936BDE866158EBC7897CBA5ED2B5556F857", "CRC32": "63748190", "BLAKE3": "55E6F91F4C6160658FD8E27DB94E769C7B0AEB690F046026354FB6B4781ED529", "AutoV3": "094187627258"}, "downloadUrl": "https://civitai.com/api/download/models/521269", "primary": true}], "images": [{"id": 13230080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f33481e0-3b00-4f2e-a16c-0dfe5929ac21/width=450/13230080.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCF5?WITt.TMD#_N00jE9FM|-;ITS*D%-m-;", "type": "image"}, {"id": 13230075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf42c28a-d6ea-454b-aeee-c2ea7459f034/width=450/13230075.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJJ8V0%Mt7IU%Mj[Rjof~qRjM{xuofD%ofM{", "type": "image"}, {"id": 13230079, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7f27420-e3d4-4c49-804d-56eacd2f1397/width=450/13230079.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQHLYpRjRjRj?Hxu%Mj[_NoLt7WVD%WUt7xu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/521269", "modelId": 468485} \ No newline at end of file diff --git a/datasets/metadata/521452.json b/datasets/metadata/521452.json new file mode 100644 index 0000000000000000000000000000000000000000..1dc2c71131a3f32cf4a97e0b0809a637c03407ab --- /dev/null +++ b/datasets/metadata/521452.json @@ -0,0 +1 @@ +{"id": 521452, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-21T21:05:20.903Z", "availability": "Public", "nsfwLevel": 7, "description": "Trained on: Animagine XL V3.1 - v3.1 | Stable Diffusion Checkpoint | Civitai
", "trainedWords": ["dsc-nokia"], "stats": {"downloadCount": 49, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 438497, "sizeKB": 250937.68359375, "name": "dsc-nokia-V01-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T21:05:51.215Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C603CEF6", "AutoV2": "3354AF2E88", "SHA256": "3354AF2E88C3658C7555961E08F95A269F0ADABBFBEE91234792B3AF18619240", "CRC32": "564D26E2", "BLAKE3": "CB57886160EEA8C5326A4004B48F2248AB8BECC49B768C72A0C08229357C73A7", "AutoV3": "991A1162B538"}, "downloadUrl": "https://civitai.com/api/download/models/521452", "primary": true}, {"id": 438507, "sizeKB": 1398704.243164062, "name": "dsc-nokia-V01.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T21:07:45.219Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E305D167", "AutoV2": "407CA53EC8", "SHA256": "407CA53EC88EE7211D188E899064EA8F69066F6C82497640809CBD3F61C35B08", "CRC32": "1D3ED1DD", "BLAKE3": "557EA88A9F749158D0949FC120BC5061DC6284F5C957E43A970EC663E37A904D"}, "downloadUrl": "https://civitai.com/api/download/models/521452?type=Training%20Data"}], "images": [{"id": 13183879, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/294a3a95-eb22-4540-b8b1-bec1b85d8faf/width=450/13183879.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1200, "hash": "U9IX]iIoA9~DIp^*55Rk00IAD*XlNF9FD%%g", "type": "image"}, {"id": 13183881, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21a041a9-9429-4817-b1c0-b50c2a307a60/width=450/13183881.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1200, "hash": "UDIOkON10w~X00VsOS%g_2Dhx^tP%z?bjEog", "type": "image"}, {"id": 13183927, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19e34114-4866-4fac-baf2-f66288672615/width=450/13183927.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1200, "hash": "U3I#u^0031mm0000Amd=00-:uPZg-e9aMxZ$", "type": "image"}, {"id": 13183950, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d20249e-273d-439d-b4d4-f0b6a46a5da3/width=450/13183950.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1200, "hash": "UGHx+|yD%M~W00tlInw|^vS1?biw?G%M.8R5", "type": "image"}, {"id": 13183968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/741fc6ec-65c4-44e2-8d02-6125fc445712/width=450/13183968.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1200, "hash": "UDKAsi.57z-.~B014nvfTw0K#7v#-oVX%fEg", "type": "image"}, {"id": 13183971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4c60f56-5ca5-4f20-84c3-e4006356cc34/width=450/13183971.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "UGH_.0?E_M-pcD%0?v%04-4oOYi^0K9FI:V@", "type": "image"}, {"id": 13184208, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0324202-e848-4d59-a48c-4f1b5da12fd7/width=450/13184208.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1200, "hash": "UGKw%;LKtj+L0KPA9F-p0eXU-COT~Xtls;Rk", "type": "image"}, {"id": 13184217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53b6ee16-4c87-45b7-b8e9-2f3cd6066949/width=450/13184217.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "UEFPW$8{00_NKa8{R5x^~pxWj]byx]9Z9Z%N", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/521452", "modelId": 468649} \ No newline at end of file diff --git a/datasets/metadata/521521.json b/datasets/metadata/521521.json new file mode 100644 index 0000000000000000000000000000000000000000..58e1e117688b055b8c885922fb90513cd624c92e --- /dev/null +++ b/datasets/metadata/521521.json @@ -0,0 +1 @@ +{"id": 521521, "index": 0, "name": "Christy Marks", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-21T22:34:39.924Z", "availability": "Public", "nsfwLevel": 1, "description": "this is my 3rd ever lora, you will likely get the watermark no matter what you do. I also recommend using a strength of .7, but you can do what you want, play with it.
", "trainedWords": ["christy marks", "brown hair", "large breasts"], "stats": {"downloadCount": 101, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 438562, "sizeKB": 7855.4892578125, "name": "521521_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T21:47:16.896Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "02FBC441", "AutoV2": "A4E31A1A10", "SHA256": "A4E31A1A10A34ABA71AAA36586A4904C8E16493C1115DEC18058307ED5C90781", "CRC32": "372B5BC0", "BLAKE3": "1C2FF1DFF81DBD21E6AFDBD90FC5B5B8B6E74DC535901E48FC95260AF3758783"}, "downloadUrl": "https://civitai.com/api/download/models/521521?type=Training%20Data"}, {"id": 438623, "sizeKB": 223103.02734375, "name": "Christy_Marks.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T22:31:25.182Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AD35C523", "AutoV2": "4EEDE07945", "SHA256": "4EEDE07945544EC94A9C0666B24B9282B606E8C316F61815313EFAA5E0D51A34", "CRC32": "FEA21A93", "BLAKE3": "8D8EAA376B3A111DD238294446B0B3B0061A220C4CA01F085C8A24A18A45929A", "AutoV3": "BA0E259DCB38"}, "downloadUrl": "https://civitai.com/api/download/models/521521", "primary": true}], "images": [{"id": 13190823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9192a580-0cbc-429e-8e31-a422f6691fdf/width=450/13190823.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UoMjK=t7_Nof-pWVNckCIpWBsmogaej[t7WB", "type": "image"}, {"id": 13191035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b17e915-17fe-4978-9b65-8c0e7c0c7378/width=450/13191035.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UNJayVo~_Nn#-:j]kXnhV?sSkXNxTMbb#Qe.", "type": "image"}, {"id": 13191099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8338c74b-53b4-4d0b-9587-d2a7e6e125a1/width=450/13191099.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UNJ*3f-;*0~WI9ax-nEO1RR4={IV=_xuj?tS", "type": "image"}, {"id": 13191188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97af758c-ee8d-4f2a-be53-2106fc2041b8/width=450/13191188.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOL;51t6yC-:~Vay%MWBk=ofMdRj?bayIUkC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/521521", "modelId": 468712} \ No newline at end of file diff --git a/datasets/metadata/521687.json b/datasets/metadata/521687.json new file mode 100644 index 0000000000000000000000000000000000000000..a785046d340a894fa17bd921440607f419ed8fee --- /dev/null +++ b/datasets/metadata/521687.json @@ -0,0 +1 @@ +{"id": 521687, "index": 0, "name": "Criss Xvoor - Metahuman Version Pony XL", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-22T03:48:08.949Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["criss metaxvoor"], "stats": {"downloadCount": 28, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 438726, "sizeKB": 39364.203125, "name": "521687_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-21T23:50:55.753Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6A5D8F77", "AutoV2": "96FC11189B", "SHA256": "96FC11189B853DC6699709F4A44FBED1E0D1EF617319FDB01FC046F8F2316526", "CRC32": "F0011539", "BLAKE3": "96C07E3B42924D46449AECFF71F3057AEB3381DD138D6B6954B4616A612C1AE5"}, "downloadUrl": "https://civitai.com/api/download/models/521687?type=Training%20Data"}, {"id": 439010, "sizeKB": 223103.80859375, "name": "Criss_Xvoor_-_Metahuman_Version_Pony_XL-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T03:46:04.280Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DFB28A1C", "AutoV2": "F08FA03FED", "SHA256": "F08FA03FED24DE3FB85F5507735002B73D0327C6734C057A3C7E68E3DBAFAD17", "CRC32": "5D6281A4", "BLAKE3": "57183A40ADB58475609B2D5B4CB4DC2EBDC47BAAE3AAA72F400241577E2CB618", "AutoV3": "1A21CC5EEEE2"}, "downloadUrl": "https://civitai.com/api/download/models/521687", "primary": true}], "images": [{"id": 13213989, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b8d802c-d343-44d6-8013-b3d0e8a4e9d7/width=450/13213989.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UeLNc4of?^tR%Mj[WBaeyDj[aJofbHays.ay", "type": "image"}, {"id": 13213980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21f803a6-6dde-4436-90bf-f087a56ca05e/width=450/13213980.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9D9F,nN0}Ot~qsmWANy0fbc=Ys8o#R-%L$%", "type": "image"}, {"id": 13213986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a807f7a-8981-467c-8519-9db0ba496f86/width=450/13213986.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9ELjOng14tT_4w]n#EQ0#S5=sxZbwS5-oxC", "type": "image"}, {"id": 13213987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0d7fa96-3d3c-4c21-9d4b-efdc4a0404b8/width=450/13213987.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNH_c3x]?^n4%2xtW=afyDM{nNNHf,s:xZRj", "type": "image"}, {"id": 13213988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57fee01c-0806-4a8a-9511-c410448c8cb7/width=450/13213988.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMKB8mof?^xa-;ofWBWB%hWBI9bHt7j[t7ay", "type": "image"}, {"id": 13213990, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a932805c-ee0f-4689-9d31-0d26b6e76ce8/width=450/13213990.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9EVEG9E14%O9a?HD%ENh1D*}@s:0K%MxDr=", "type": "image"}, {"id": 13213992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97392959-aa27-43fe-b026-8e2680e58246/width=450/13213992.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWLz%7tR?^nh%MofkBoe%gWBMwR*t7oLt6bI", "type": "image"}, {"id": 13213991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea1421d4-dad7-4953-abd2-5b1634d21c3b/width=450/13213991.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9E.Oy~D1j0L?wbwROr=10W;^JxCOZWV-mxF", "type": "image"}, {"id": 13213993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a3357bb-d599-4a1c-8794-9edd74333592/width=450/13213993.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UeJtuJt7.Soe~qofx]s:IpayROWB%MjZxtWW", "type": "image"}, {"id": 13215149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af7e6b6c-f00d-4d31-849b-09d7a6c800c0/width=450/13215149.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULI53._3?^n3-qX8xaxZt,n$ivIpozs,xtNI", "type": "image"}, {"id": 13213277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5210641-d4ec-4a6b-a890-0709fd4005c0/width=450/13213277.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFK-tV-;_N00xuWVWBRP~qR*MxxtxuWBRjs:", "type": "image"}, {"id": 13213278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5163246-8a53-4ee3-bc7b-ba223b95a26f/width=450/13213278.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWG[j2RP.SSi_NaxxtogS$f+i^xZ%Na~t7s,", "type": "image"}, {"id": 13213273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77116786-fbb4-492e-a28e-cd223c37119f/width=450/13213273.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4A8+bJC+P$,}^WAD~kDSNWY#hxC=zWZnLxB", "type": "image"}, {"id": 13215507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/161feb23-8a48-4ce5-a1b9-b6b570743cf6/width=450/13215507.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEEof49Gxt^+_4M{Ndt6-RozRjIU9uxuIoRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/521687", "modelId": 468867} \ No newline at end of file diff --git a/datasets/metadata/521696.json b/datasets/metadata/521696.json new file mode 100644 index 0000000000000000000000000000000000000000..b4bbd9561a54efb09e154a196ce3ede722b59e2d --- /dev/null +++ b/datasets/metadata/521696.json @@ -0,0 +1 @@ +{"id": 521696, "index": 0, "name": "demon shemale", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-22T17:07:07.311Z", "availability": "Public", "nsfwLevel": 28, "description": "this LORa is from a previous version that i create using SD 1.5 only this time i add more images in the trainning using different poses and angles and this time i use POny as a base model
As always, this is a test, am not a guru in SD and ofc if u like the assets and the model feel free to download it and fix it if thing that there is someting to fix the only i ask is to share to me ur creation to see how it goes
have fun
", "trainedWords": [], "stats": {"downloadCount": 26, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 438958, "sizeKB": 9414.1708984375, "name": "521696_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T02:50:49.452Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "827D5B4A", "AutoV2": "BC66F034B9", "SHA256": "BC66F034B9A265096B4BD6C084EFC4B0BBE16D2DBD329760500FF9A0418F5D34", "CRC32": "AEC8ADAD", "BLAKE3": "81874471573B1F1C76485D3D23F568023B7F8DEF49A13BF7E309794EAC14B36C"}, "downloadUrl": "https://civitai.com/api/download/models/521696?type=Training%20Data"}, {"id": 439096, "sizeKB": 223100.98828125, "name": "demon_shemale.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T05:06:32.006Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8598AF64", "AutoV2": "DF4D8841AC", "SHA256": "DF4D8841ACAE1965423C62207D2F5125BDE2A1E7A0693ECE39144A346EA88B38", "CRC32": "782CCD0D", "BLAKE3": "4E2DCDE9897D8E621C4129F963707A1284C04928C57B6262DDFC3CE1665EA036", "AutoV3": "8168AFE6A9E0"}, "downloadUrl": "https://civitai.com/api/download/models/521696", "primary": true}], "images": [{"id": 13247886, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92d2d2f1-cec5-4d9d-a312-b361d5a1fcde/width=450/13247886.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U270oe~EX;7N-o-q^Q$fF{%2=x-VFfxvbJr=", "type": "image"}, {"id": 13247887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf8ff0e8-0329-48b2-9f60-1f85f9d140bf/width=450/13247887.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U4Bxf|1%55^43F}v55tRNFI.=xt8[TwHOYOZ", "type": "image"}, {"id": 13247885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8448edbc-fe8f-4625-8ed5-4f7441b7954f/width=450/13247885.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6CZS4RjM_%NM_RiRjt8_Nayt7WT-=t7xuRi", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/521696", "modelId": 468875} \ No newline at end of file diff --git a/datasets/metadata/521727.json b/datasets/metadata/521727.json new file mode 100644 index 0000000000000000000000000000000000000000..c0651dbfbecdb55d72af62a2eda9f74b219b8219 --- /dev/null +++ b/datasets/metadata/521727.json @@ -0,0 +1 @@ +{"id": 521727, "index": 0, "name": "Emma Lee", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-22T01:03:04.252Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Black Eyes, Green Pupils, Eyelashes, Sharp Teeth, Dark Grey Hair, Pink Shirt, Purple Skirt, Long Hair, Miniskirt, Big Breasts, Thick Thighs, Standing, 1girl", "Emm4 L33"], "stats": {"downloadCount": 22, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 438817, "sizeKB": 223100.94921875, "name": "Emma_Lee-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T01:05:48.867Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B9186766", "AutoV2": "8298FEA66F", "SHA256": "8298FEA66FEB2D975C6F673F18E616EECFC733DE1B8E84F044859EC591A75246", "CRC32": "1C17CD79", "BLAKE3": "7D5EA7221868A67D2610FF14BF63F9249E7CCCAC15606BB2BFD11B5DACF144C9", "AutoV3": "5F0D5EC52608"}, "downloadUrl": "https://civitai.com/api/download/models/521727", "primary": true}, {"id": 438769, "sizeKB": 2024.1083984375, "name": "521727_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T00:36:31.908Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "80170BA510", "SHA256": "80170BA51049D142CBD4B54A113F57F4008AFC4C0CCF92D01AAC25C032778B45", "CRC32": "2E738213", "BLAKE3": "10572B22FFFAF536A39C10446BAED94CC28D6A30FC535B3EA0CA044C47414BF5"}, "downloadUrl": "https://civitai.com/api/download/models/521727?type=Training%20Data"}], "images": [{"id": 13202653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04135a87-7f61-4711-8a71-243749254535/width=450/13202653.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9IWNs-W0HR%0Eak}?NF0Jj;?It60MR%?HoN", "type": "image"}, {"id": 13202647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b02d3ea2-5c63-4782-86c5-8c1d2f21d931/width=450/13202647.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UFHTzU-p0C9a04a#~Ba{D$NFoz%2?FIoE1%M", "type": "image"}, {"id": 13202650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d13aca7d-2f22-4640-bf85-dbc102a90635/width=450/13202650.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UFIN8w-o07E205WC={az01R*?Gxa~SRjIoxt", "type": "image"}, {"id": 13200698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d08d1450-a0a0-488e-b6ed-bb0739d3432c/width=450/13200698.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCGj?*xa0Hno03R+~BofD#j=x^f9r}ayt0j[", "type": "image"}, {"id": 13200700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9651ff14-e6b5-4b7a-9e84-038f3a25c2cc/width=450/13200700.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAGtgs?G0H9a04Rq~Bos9EW9tSxcr~Rjorxb", "type": "image"}, {"id": 13200693, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23472d4e-7882-4442-9fdf-3c8b04c31892/width=450/13200693.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBGk6Ixc0GoM02oN~BWT9Dj?xwWDIJWB-.of", "type": "image"}, {"id": 13202648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d3db8c2-483d-4957-93dd-96d000490136/width=450/13202648.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UEG@TGoK03xb0NNH~Axs4-xa%MIoxWxaWEIo", "type": "image"}, {"id": 13202649, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/011e2297-7931-4065-9ddb-c15027415c7b/width=450/13202649.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UFFgx0xa04V{0MIq~B%K4.xH%MEL?GxuIoIU", "type": "image"}, {"id": 13202651, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a948fb99-5843-4c13-93d2-36d53c7eefc7/width=450/13202651.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAIM%1r}0Fxm0Ts;}=NY0Koc?HRkIUbF-qWC", "type": "image"}, {"id": 13202652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ecd08015-64ff-4830-b535-128ed67824ea/width=450/13202652.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBIpSz-n03IX0fWB~Aoz06oM-qNH9IRn-;xW", "type": "image"}, {"id": 13202654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/395534e5-ebeb-40fe-9934-d63b3133128b/width=450/13202654.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBIDOe$n0Gfy06n-~9R~9Zt2%2R+D+WV-pah", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/521727", "modelId": 468908} \ No newline at end of file diff --git a/datasets/metadata/521880.json b/datasets/metadata/521880.json new file mode 100644 index 0000000000000000000000000000000000000000..223f157e75b484913785349619d6c76769a969de --- /dev/null +++ b/datasets/metadata/521880.json @@ -0,0 +1 @@ +{"id": 521880, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-22T02:21:21.623Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 110, "ratingCount": 0, "rating": 0, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 438922, "sizeKB": 22251.58203125, "name": "Yuuhi_Hanabashira_isenido-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T02:21:31.284Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "50096130", "AutoV2": "925B9D88EA", "SHA256": "925B9D88EA10E0D3F7EA699D51C809211D32E5AE8F9BA522F291FB593BBB90C2", "CRC32": "ED2DC3FE", "BLAKE3": "3D9F5A92237FAF8FB5D03E3445065B8B2C66623BB0F22F8568251A4947A9C23F", "AutoV3": "4CF9952A470D"}, "downloadUrl": "https://civitai.com/api/download/models/521880", "primary": true}, {"id": 438923, "sizeKB": 41115.7294921875, "name": "Yuuhi_Hanabashira_isenido.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T02:20:54.309Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5D3C4E5B", "AutoV2": "C071BBAB23", "SHA256": "C071BBAB23AC60CF0EC6FD444375FACE24D3282BC6B96CDADA21217C9517D6EE", "CRC32": "770A1058", "BLAKE3": "994303FF4FEEC7D9709125845FDA3C2D2609FEC52E0022F21A3BAD0278784317"}, "downloadUrl": "https://civitai.com/api/download/models/521880?type=Training%20Data"}], "images": [{"id": 13206819, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8db62afd-c05f-4e1b-b13c-4fe1c3a0adc6/width=450/13206819.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UtL|cXt6_Nt7R-azX9a#%Mayxtoft7ay-pj[", "type": "image"}, {"id": 13206818, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97f998c8-cf71-4168-9130-b545f7a7bae3/width=450/13206818.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UtL|cXt6_Nt7R-azX9a#%Mayxtoft7ay-pj[", "type": "image"}, {"id": 13209114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e713bac-1233-49e3-8181-f862fc3d9a8f/width=450/13209114.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMN9,:M_10MxPVD%~qM{I@bH^+oM_MxuVst7", "type": "image"}, {"id": 13210118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fdca831-fb2a-414d-8776-f14a5f2d2b9a/width=450/13210118.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJM%TRb^ysr=00DiIANb00kWa0W=o#-pIVs+", "type": "image"}, {"id": 13210215, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e3db380-78da-434c-9376-5f1a7d140080/width=450/13210215.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UXOyhbM{.mRjE+NG-;RjNGt7-ot7^+t7RPs:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/521880", "modelId": 469046} \ No newline at end of file diff --git a/datasets/metadata/521979.json b/datasets/metadata/521979.json new file mode 100644 index 0000000000000000000000000000000000000000..56d3bdf60b4d564cce02bc823736194609ec4b34 --- /dev/null +++ b/datasets/metadata/521979.json @@ -0,0 +1 @@ +{"id": 521979, "index": 0, "name": "v1.2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-22T04:04:06.729Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Spriggan", "deer"], "stats": {"downloadCount": 95, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 439022, "sizeKB": 126386.111328125, "name": "Spriggan (2).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T04:00:47.616Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "98AA283A", "AutoV2": "AE7C5B931B", "SHA256": "AE7C5B931B811D317C0371BBD6E5E42AB00BCF71F4CC8BC92CFC91E1B46B44EB", "CRC32": "8AA04071", "BLAKE3": "21AB28B04BB8AF9B9A3FAD086018B5E6506BCD940623019239BCC8CCD1A91334"}, "downloadUrl": "https://civitai.com/api/download/models/521979?type=Training%20Data"}, {"id": 439023, "sizeKB": 223104.26171875, "name": "Wrens_Spriggans_XL_Pony_V1.2-000012.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T04:00:55.083Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CB045AAB", "AutoV2": "CE0E3B781E", "SHA256": "CE0E3B781E53D1B9932A3A83978DD42B611506C25FBB02EA263E82346B3E0B40", "CRC32": "F0BE99E6", "BLAKE3": "C440A65CB1CAFAA2508AF1AE60EB7BEC8DEECA77C0D38E6811E1F2A4E635030B", "AutoV3": "142954D545E8"}, "downloadUrl": "https://civitai.com/api/download/models/521979", "primary": true}], "images": [{"id": 13213956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03fecde3-b159-412a-92b4-9943a9b12dcb/width=450/13213956.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFK0[xox}u-V%2oLoINGIXazI:t6xtbFr]V]", "type": "image"}, {"id": 13214034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80efb46b-665c-4413-8dd6-a39f9cb196b7/width=450/13214034.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQKAo~t6~Cs:?HofM|bFI:RkRjofs:t6WVay", "type": "image"}, {"id": 13214113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef3f011f-8638-4a76-84f4-e6f8f9e0c8b3/width=450/13214113.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U1CG0W}t0C~l02I[0D_J8wMf?_NE3}R~5k8$", "type": "image"}, {"id": 13213950, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4884f531-d52d-438b-9ebf-4a36e44e4728/width=450/13213950.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCG9dRS%RPkD^%ofIUtRz-RjMxs.~VWVIUoe", "type": "image"}, {"id": 13213949, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdd6247c-4370-4215-9ac1-be4fc0be6485/width=450/13213949.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCI3T_-BDqsS-VsoNGa{4soy%cs:}EX8-UR+", "type": "image"}, {"id": 13213948, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47b3e038-2315-455b-9efa-23774abe8009/width=450/13213948.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDJ%~%tL}]=|^+NIRQNH9uxsNGt3-.NHRSM}", "type": "image"}, {"id": 13214010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27d62217-f6dd-4791-908a-653d1e2bd025/width=450/13214010.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEL|DIIV~q_3^+IWoat5E8g1slVsxr%1IWIp", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/521979", "modelId": 465909} \ No newline at end of file diff --git a/datasets/metadata/521984.json b/datasets/metadata/521984.json new file mode 100644 index 0000000000000000000000000000000000000000..d837f0d4c07a5538c2c7cdd5a2cd0968b7e979cc --- /dev/null +++ b/datasets/metadata/521984.json @@ -0,0 +1 @@ +{"id": 521984, "index": 0, "name": "v1.1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-22T04:14:33.261Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Spriggan"], "stats": {"downloadCount": 65, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 439031, "sizeKB": 223104.24609375, "name": "Wrens_Spriggans_XL_V1.1-000012.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T04:10:50.679Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E1A3BE0B", "AutoV2": "F76A167B84", "SHA256": "F76A167B84534C70AA6C64FA4D59346CC40A984ADC219BBE6CCF0609D1CE89D0", "CRC32": "EC7CB71A", "BLAKE3": "89F5A73CF9F53C125CDA62D55B8112FD362AE78ADDB9A2A0997E0FE7C8D1CFB8", "AutoV3": "461F5EF0033A"}, "downloadUrl": "https://civitai.com/api/download/models/521984", "primary": true}, {"id": 439030, "sizeKB": 126386.111328125, "name": "Spriggan (2).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T04:11:28.034Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "98AA283A", "AutoV2": "AE7C5B931B", "SHA256": "AE7C5B931B811D317C0371BBD6E5E42AB00BCF71F4CC8BC92CFC91E1B46B44EB", "CRC32": "8AA04071", "BLAKE3": "21AB28B04BB8AF9B9A3FAD086018B5E6506BCD940623019239BCC8CCD1A91334"}, "downloadUrl": "https://civitai.com/api/download/models/521984?type=Training%20Data"}], "images": [{"id": 13214749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e06d5ef1-aab1-40a1-ab5f-88083a3da0df/width=450/13214749.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U8Dlu}I:02~Tt7bsc6-o-W-.xtRQ?ZkBEKNG", "type": "image"}, {"id": 13214848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45bdb0ad-c432-4d58-b927-b0ff6bf660a5/width=450/13214848.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UFG+XXx]RjjZ?E-:D%aJ~qIVM|t7o#%MRjM{", "type": "image"}, {"id": 13214904, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16fa1030-09ea-464b-8d3f-471bd012da88/width=450/13214904.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "ULGuXHRj9I-oRkofWBoJ~pRk9GWVxuoe%1Rk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/521984", "modelId": 465792} \ No newline at end of file diff --git a/datasets/metadata/522319.json b/datasets/metadata/522319.json new file mode 100644 index 0000000000000000000000000000000000000000..a930b06ea457ba36c251e6ab451f72f13459258e --- /dev/null +++ b/datasets/metadata/522319.json @@ -0,0 +1 @@ +{"id": 522319, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-22T08:50:22.514Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 146, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 439342, "sizeKB": 22257.31640625, "name": "Elena_RevengeHarem-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T08:45:50.797Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9C31FD55", "AutoV2": "2744C3E74A", "SHA256": "2744C3E74AF2503216863E31CB57EC7D276695D71F9A691637F1470A34CCE947", "CRC32": "881B372F", "BLAKE3": "8C82D2AE39D90CC1CA221E460865C4DFE82EBB4ABCAAD8ADC5AEDE75D17C702B", "AutoV3": "E0952617E864"}, "downloadUrl": "https://civitai.com/api/download/models/522319", "primary": true}, {"id": 439343, "sizeKB": 48179.6171875, "name": "Elena_RevengeHarem.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T08:46:24.290Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "905B465D", "AutoV2": "5564C7D940", "SHA256": "5564C7D9407860C207C920C5D00A61A335512AF76668646290D93F6AA6D2C51E", "CRC32": "527405CF", "BLAKE3": "9E898C80B204901E4651EB44C282AC000EC43B2099D0642E13885B73639B9979"}, "downloadUrl": "https://civitai.com/api/download/models/522319?type=Training%20Data"}], "images": [{"id": 13231414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6065dc7d-f416-4163-bcb8-9439e6ce78dc/width=450/13231414.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBNv[I4T17Dh0JI90%VrK2oy00t600bY~Bt7", "type": "image"}, {"id": 13231416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37b6c5cb-0d0d-4182-9c75-0ff80d653aa5/width=450/13231416.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBNv[I0017Dh0JI90%Z~K3oy00t600bY~Bt7", "type": "image"}, {"id": 13231685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b40979c5-f27e-44d1-ac3a-317116f3940f/width=450/13231685.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URNS?5WT--x]}.-paJn#IUxv4UD%9uD%$+%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/522319", "modelId": 469447} \ No newline at end of file diff --git a/datasets/metadata/522331.json b/datasets/metadata/522331.json new file mode 100644 index 0000000000000000000000000000000000000000..492b334a9702faa2eaa5ea2122ceda5e76a3ed58 --- /dev/null +++ b/datasets/metadata/522331.json @@ -0,0 +1 @@ +{"id": 522331, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-22T09:04:45.040Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 139, "ratingCount": 0, "rating": 0, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 439359, "sizeKB": 22255.31640625, "name": "Isabal_RevengeHarem-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T09:05:56.208Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6BA1C056", "AutoV2": "D12FDF3C8D", "SHA256": "D12FDF3C8D98B72B074E7B748AEFBC809AED1146C3373C05C6BDF53CC1D5066E", "CRC32": "404D92E2", "BLAKE3": "5AAED84D797FDF6D01F4D9C5760EBDE560E392C572001CF0E513059E2C016DE8", "AutoV3": "5E3007A5D749"}, "downloadUrl": "https://civitai.com/api/download/models/522331", "primary": true}, {"id": 439360, "sizeKB": 43863.7978515625, "name": "Isabal_RevengeHarem.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T09:05:52.716Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "158A2B34", "AutoV2": "0042D22ED4", "SHA256": "0042D22ED4134801AD1E9C5106FA25B151C30E00CAAC55A561BFDEE7A9D24B25", "CRC32": "A60B7DF8", "BLAKE3": "458E6769FEF769BE2ACEB7A3779C4B259A7E786DAB7807A69885D768837BC3B0"}, "downloadUrl": "https://civitai.com/api/download/models/522331?type=Training%20Data"}], "images": [{"id": 13232016, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c7e9c8b-18c0-42a9-8c8d-5b2cb42762b9/width=450/13232016.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVN9wm~Vyrt7BUIo~WWV-;of%2aytR%1$%Rj", "type": "image"}, {"id": 13232021, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0966a14-2487-42de-9150-5c93d37b540b/width=450/13232021.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVN9wm~Vyrt7BUIo~WWV-;of%2aytR%1$%Rj", "type": "image"}, {"id": 13232273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f274c697-4b92-4b38-bb30-7a7cc65fd6a1/width=450/13232273.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNNm7-s9yXRnpaM_~qWBJ.E1-Ut6?bWVRjt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/522331", "modelId": 469459} \ No newline at end of file diff --git a/datasets/metadata/522352.json b/datasets/metadata/522352.json new file mode 100644 index 0000000000000000000000000000000000000000..0fe9be43bd0109ae9394dc13e877ea615483997d --- /dev/null +++ b/datasets/metadata/522352.json @@ -0,0 +1 @@ +{"id": 522352, "index": 1, "name": "LaDy_CooL XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-22T17:37:34.396Z", "availability": "Public", "nsfwLevel": 5, "description": "XL version of LaDy_CooL
", "trainedWords": ["LaDy_CooL XL"], "stats": {"downloadCount": 47, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 439385, "sizeKB": 1751.3779296875, "name": "522352_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T09:20:39.340Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "ACE8FA35C7", "SHA256": "ACE8FA35C785D0DFE7DA0DF5467530DF99364865D9ADFAF142304E0E77B447A6", "CRC32": "822AA08D", "BLAKE3": "9C6F7BFDB8C359D5A0DBB98041098967DA7D5A7E6196A6A34FE34EA204BBF09B"}, "downloadUrl": "https://civitai.com/api/download/models/522352?type=Training%20Data"}, {"id": 439489, "sizeKB": 223099.87109375, "name": "LaDy_CooL_XL-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T10:52:05.385Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EC2F64C6", "AutoV2": "42F46C52EB", "SHA256": "42F46C52EB2DBA63304D3C96D1ACBEFEE14BB830BCEDF7C6D872CBC4DF706713", "CRC32": "58AAF350", "BLAKE3": "45B12198D47D2A21793098C1B68BEAFB5C7684E4CCC95E9F456BA77AFCC3E2FB", "AutoV3": "5B3840596D81"}, "downloadUrl": "https://civitai.com/api/download/models/522352", "primary": true}], "images": [{"id": 13238168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97cdabd2-025e-48be-a17d-0b6d4e10461c/width=450/13238168.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Gk^400NFIn~CsDOV~WVt%28_x[O?%2VXMx", "type": "image"}, {"id": 13238170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/990b90cf-1e12-4fd3-a4ac-1728992c844b/width=450/13238170.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHHK|f~Bxa%M-;NaS~E1n+NGD%IVNtRQi^t7", "type": "image"}, {"id": 13238169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58964293-ed35-4cea-99cc-cd0cdbc71250/width=450/13238169.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBHnmX0f%fIV}[n3yY^+t8o{VY%2pc$+w@WB", "type": "image"}, {"id": 13434736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/826661e0-273e-4ca5-8178-060a4fa1e814/width=450/13434736.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "UDEV$o~BeTyD[UtRpIxF#SNdWVR6.RofRjX8", "type": "image"}, {"id": 13434739, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42968137-8c2e-4bca-bb76-8348bfe3a0f5/width=450/13434739.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "UBEyMQ~V.8^**{x[OWS#rqM|R6IU?vIpaebb", "type": "image"}, {"id": 13434738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0e9a888-ede9-4474-9fe7-0e341f3469a2/width=450/13434738.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "U9E{a;~Bt6.8[nb^X-ofmlM|rqMx.SkWM|OE", "type": "image"}, {"id": 13434740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1bcc9db2-3d48-4485-9880-dfb4c7788cde/width=450/13434740.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "U9E{kC^PSh?v|?tl%MS$quELM{Qmt+R+RjT0", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/522352", "modelId": 469480} \ No newline at end of file diff --git a/datasets/metadata/522592.json b/datasets/metadata/522592.json new file mode 100644 index 0000000000000000000000000000000000000000..17a9892a5ade23e1f3b7ecbf84e414f8e83ca6a0 --- /dev/null +++ b/datasets/metadata/522592.json @@ -0,0 +1 @@ +{"id": 522592, "index": 0, "name": "MarWill Style v2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-22T17:14:08.007Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 45, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 1}, "files": [{"id": 439778, "sizeKB": 132760.857421875, "name": "522592_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T14:27:00.729Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "59674D17", "AutoV2": "8927BBDE2A", "SHA256": "8927BBDE2A827DA9EA025DA4FC00319C068C86709B64F626BCCE0FFBB2F47782", "CRC32": "824D4A2B", "BLAKE3": "8D05102E641214DEAAB426A50A702D311B7E2C257479DAF000012B662855A358"}, "downloadUrl": "https://civitai.com/api/download/models/522592?type=Training%20Data"}, {"id": 440024, "sizeKB": 223118.34765625, "name": "MarWill_Style_v2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T17:11:37.543Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1C018954", "AutoV2": "F3B78A64A7", "SHA256": "F3B78A64A7F0E1D747BE641A4F567D7BE3DAEB53BA1FF89CFCB7CD64827B89E0", "CRC32": "35500B41", "BLAKE3": "58C09842DD39787F1472EAC813CCE13449A481773D39E3AD2A3A034C1A38B215", "AutoV3": "773F0A1A3E4E"}, "downloadUrl": "https://civitai.com/api/download/models/522592", "primary": true}], "images": [{"id": 13264894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5294fe46-4fe7-4f7e-b1de-4e7d658467f9/width=450/13264894.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKKwOUxa~UoextayWUj[WUj[ogayM_ay%Mj[", "type": "image"}, {"id": 13264895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d2a5353-9432-463a-b9e4-943703ab6613/width=450/13264895.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJC?+ixv.AM_jZaeo#j[o#WBadt7o~oMadWB", "type": "image"}, {"id": 13264896, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cae0e302-a6e7-4e96-8666-19cb51fe6741/width=450/13264896.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U39i||9$0V},WBxYNeax5U$$=v9wRms.s:NI", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/522592", "modelId": 469703} \ No newline at end of file diff --git a/datasets/metadata/522681.json b/datasets/metadata/522681.json new file mode 100644 index 0000000000000000000000000000000000000000..b1e3bf433638d53507754885d51f58ec7e09dbaf --- /dev/null +++ b/datasets/metadata/522681.json @@ -0,0 +1 @@ +{"id": 522681, "index": 4, "name": "Mammoth v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-22T13:39:44.941Z", "availability": "Public", "nsfwLevel": 8, "description": "This one has some issues, still trying to get the fur right, sometimes they will show as brown elephants instead of furry mammoths.
", "trainedWords": ["mammoth"], "stats": {"downloadCount": 128, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 439690, "sizeKB": 154753.240234375, "name": "521446_training_data(1).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T13:42:50.402Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F9911C5A", "AutoV2": "72971C5625", "SHA256": "72971C562576BBCE46B60F094B845FFE4A844EC0158426EEE66B8FD2A386987B", "CRC32": "2F637721", "BLAKE3": "FE46751E2DAD762465C4A773C464BBFB1895B92743C176CB41670C85D93A9F34"}, "downloadUrl": "https://civitai.com/api/download/models/522681?type=Training%20Data"}, {"id": 439691, "sizeKB": 223107.80078125, "name": "Mammoth_V2-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T13:41:08.008Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9F17B3BA", "AutoV2": "B771553847", "SHA256": "B771553847C1D415E71A114B5ED02FD1FBA652BA1EA9ABBDB9FFBAF3A2C8B4E2", "CRC32": "9AEC314F", "BLAKE3": "BB8B52CEBB32C92A3A79CD44320835BFF362594C846709C562ABDE558AD51F4E", "AutoV3": "5D4BCEACF3BA"}, "downloadUrl": "https://civitai.com/api/download/models/522681", "primary": true}], "images": [{"id": 13249080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0327e821-04a5-47ef-baea-3d762dfafde5/width=450/13249080.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UTGbesS5.T?HbxNGNHjZS%Rkt6NGENs.RPRk", "type": "image"}, {"id": 13249081, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0aeb320-b644-45bd-8fd9-4dce1605c36c/width=450/13249081.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UKF=t3Ip*0?Gt-Ipofn%59n$M{M|Em%2RPNc", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/522681", "modelId": 453689} \ No newline at end of file diff --git a/datasets/metadata/522783.json b/datasets/metadata/522783.json new file mode 100644 index 0000000000000000000000000000000000000000..ebd10e20e46cdf8b7921e5104210926fc888a878 --- /dev/null +++ b/datasets/metadata/522783.json @@ -0,0 +1 @@ +{"id": 522783, "index": 0, "name": "Bold Toon Style", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-22T23:18:32.958Z", "availability": "Public", "nsfwLevel": 3, "description": "First test...
", "trainedWords": ["bold toon style"], "stats": {"downloadCount": 326, "ratingCount": 0, "rating": 0, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 439798, "sizeKB": 140005.3681640625, "name": "522783_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T14:46:37.035Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1762A1B7", "AutoV2": "0ED4D002CC", "SHA256": "0ED4D002CC7743022A14B29F42BCAA7A7572FCE5315F1C8C92CA2672F6785286", "CRC32": "38D707C8", "BLAKE3": "AEA62388B9EDB04A93831B8B6FB306B47ED9E04722E5D95CC58DFF81E4FE2E05"}, "downloadUrl": "https://civitai.com/api/download/models/522783?type=Training%20Data"}, {"id": 440542, "sizeKB": 223195.40234375, "name": "Bold_Toon_Style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T22:15:52.922Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "38AF2791", "AutoV2": "103B79A52E", "SHA256": "103B79A52E31A009397BC8F5517EFB1D74BE204A5178F89DB0C9E66CBC58B347", "CRC32": "9B800108", "BLAKE3": "471F4E7BCB8FC26CD28A91CB8271BEB0741CD250A0967AA4596D1A154F8CF774", "AutoV3": "E629B165AA31"}, "downloadUrl": "https://civitai.com/api/download/models/522783", "primary": true}], "images": [{"id": 13287054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/818e73e7-33c0-4a6e-84a6-2ba1ef1f24c8/width=450/13287054.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "U5EfTRDj00_2|;D+9h.6F}IWVF%2~UIU9a%M", "type": "image"}, {"id": 13287300, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a299846-0176-4ff5-8363-21a25fe2ce2c/width=450/13287300.jpeg", "nsfwLevel": 2, "width": 1152, "height": 1536, "hash": "UBH_}fxCx]~9Q.tkx^=_009aWCMx$*IVR:IU", "type": "image"}, {"id": 13288131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c18bab5d-d309-494f-a699-247e2c6a2f3b/width=450/13288131.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1536, "hash": "UDIqZ6?ar[-T*JsmIoR+0PM{n#SM%3bv9ani", "type": "image"}, {"id": 13289344, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea1e910a-ea02-426d-b6a3-22870f1d5c7c/width=450/13289344.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UBI;t~0L0y%M=^NGx]M|9Za#xZIo_NRjMdX9", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/522783", "modelId": 469884} \ No newline at end of file diff --git a/datasets/metadata/52286.json b/datasets/metadata/52286.json new file mode 100644 index 0000000000000000000000000000000000000000..46d566d95f4ecb3162c5b666a3bb84a0f6303385 --- /dev/null +++ b/datasets/metadata/52286.json @@ -0,0 +1 @@ +{"id": 52286, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-22T11:46:18.806Z", "availability": "Public", "nsfwLevel": 27, "description": null, "trainedWords": [], "stats": {"downloadCount": 1636, "ratingCount": 272, "rating": 5, "thumbsUpCount": 335, "thumbsDownCount": 0}, "files": [{"id": 158296, "sizeKB": 38845.9052734375, "name": "Misako_Amamiya_Enbo.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-10-31T05:25:40.422Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DA3115A3", "AutoV2": "5D87A79706", "SHA256": "5D87A7970676B3FAD6C61B5E17875517485EC243A4BE697331EA6D39EF32F7D8", "CRC32": "D9F283BA", "BLAKE3": "98B9347186B0E028E9628B6FCFB6224D2D3E932F9867AA5C9B203F068DAEC5FF"}, "downloadUrl": "https://civitai.com/api/download/models/52286?type=Training%20Data"}, {"id": 38076, "sizeKB": 27487.298828125, "name": "MisakoAmamiya-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-22T11:46:38.434Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B37E6148", "AutoV2": "D021E3B758", "SHA256": "D021E3B7580E4D31C85E1DE3BA72961BDCC37CA1291B0235A0B6662F424B5278", "CRC32": "30F4D9EF", "BLAKE3": "772C2F7F4DA607BBCF4422D9E28293F994D835154B41040DDAF250B8DA2CF5D2", "AutoV3": "AAFED3C663CA"}, "downloadUrl": "https://civitai.com/api/download/models/52286", "primary": true}], "images": [{"id": 2823244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0dd95ba7-1861-4d8f-9271-86b8b11c8aa4/width=450/2823244.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UnMt2A~pJCof4oa$obs:IoM{sWs:NJRjt6M{", "type": "image"}, {"id": 563707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b4c771a-257a-4b7f-acef-545763df9d00/width=450/563707.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UFK-2p=z00Mc0MMx~U$%DP-T^*oi9EIUp0xs", "type": "image"}, {"id": 563655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e572343-80e8-4995-e700-a0eefa593500/width=450/563655.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UKKdh~~V02sk00s.%0xZD-9F-oR-00V@Iqt7", "type": "image"}, {"id": 563662, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a87dc9ca-324c-4981-21e8-a9e83708ee00/width=450/563662.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UAJ*3P};00sI02kY_1S#01A0cED~8^nm^,%1", "type": "image"}, {"id": 2823202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff9ec756-5c1e-4ac1-a7a8-a0b1f5f4e9e7/width=450/2823202.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAM7Pz000O~V00%M?r%2E]~W^S9G0Tb2wHog", "type": "image"}, {"id": 3285006, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4647ac4c-27fb-4ebf-8194-b0edcbae3c20/width=450/3285006.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UhNmE3~pXQ%M9Yxtt7t79FxuWraeofM{%2o#", "type": "image"}, {"id": 3285041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0189637e-4b66-427a-9227-8abb719e7b80/width=450/3285041.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UFK-2p=z00Mc0MMx~U$%DP-T^*oi9EIUp0xs", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/52286", "modelId": 47699} \ No newline at end of file diff --git a/datasets/metadata/522864.json b/datasets/metadata/522864.json new file mode 100644 index 0000000000000000000000000000000000000000..01f0b1d415a5aeb4ee4b1a0a688d6a04e8d48435 --- /dev/null +++ b/datasets/metadata/522864.json @@ -0,0 +1 @@ +{"id": 522864, "index": 0, "name": "Cyberpunk pixel", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-22T16:34:43.555Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 111, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 439879, "sizeKB": 4072.392578125, "name": "522864_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T15:41:10.227Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4E5BA798", "AutoV2": "EC4E2C665C", "SHA256": "EC4E2C665CE36B7D6BD67A9DA21F4147411BC64C66BCEF09C42D8CEF32B01E9B", "CRC32": "44163AB6", "BLAKE3": "5BCB7A4F5C86A34BA9E231E053F0B1FB03A35ED25BC47E32EF7D05A15521BFCF"}, "downloadUrl": "https://civitai.com/api/download/models/522864?type=Training%20Data"}, {"id": 439977, "sizeKB": 223100.13671875, "name": "Cyberpunk_pixel-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T16:36:43.215Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "42E1A020", "AutoV2": "9938CD3E1C", "SHA256": "9938CD3E1CF5DCD9CDC2A6F1FFC2B28EFBE0CA251139099B00851DACEC0B97BC", "CRC32": "D110C60E", "BLAKE3": "2CE1A3D50140705085A6B42EA9992A28D5485B68C132983D84E06ACDF5D7A2D9", "AutoV3": "23C6497A287F"}, "downloadUrl": "https://civitai.com/api/download/models/522864", "primary": true}], "images": [{"id": 13262098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69debdc3-154c-4d37-953c-dbf5a10c5027/width=450/13262098.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U13Rb3VUF;I*w]w+J{R#Ijo*r?bb$XX1RhkX", "type": "image"}, {"id": 13262097, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72b95417-6fc4-47b1-9108-e4e5188c3c0b/width=450/13262097.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U34nQ4WmoOAQ=jo2flJMEGsYW,ssA6o3f5$n", "type": "image"}, {"id": 13262096, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38302361-5de4-4f40-ba62-b929c7658d11/width=450/13262096.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U14Kq1J2rlAwAPNs,}Np1Cs:Od,],},vF9w%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/522864", "modelId": 469957} \ No newline at end of file diff --git a/datasets/metadata/522949.json b/datasets/metadata/522949.json new file mode 100644 index 0000000000000000000000000000000000000000..be54a949d55c273d1c8df9d9d35bd83b2c2e2f02 --- /dev/null +++ b/datasets/metadata/522949.json @@ -0,0 +1 @@ +{"id": 522949, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-22T16:24:40.948Z", "availability": "Public", "nsfwLevel": 17, "description": null, "trainedWords": ["trixie colette, 1girl, solo, demon girl, (colored skin, red skin, red eyes, colored sclera, yellow sclera, ponytail:1.3), short hair, white hair, hair over one eye, demon tail, demon horns, demon wings, hairband, choker, shirt, spikes, arm belt, (spiked bracelet, long sleeves, sleeves past fingers, sleeves past wrists:1.2), shorts, boots, knee boots,test version
", "trainedWords": [], "stats": {"downloadCount": 51, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 440156, "sizeKB": 7560.0654296875, "name": "523030_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T18:22:41.015Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8A68E5CE", "AutoV2": "8EE179A4DE", "SHA256": "8EE179A4DE3119695FE9805D5A70F42EB5666C09821FB04CB07990E882EBE212", "CRC32": "F7AFCF1D", "BLAKE3": "FE32E62D80C2B89D2F0B8D9E223AA81B2D6162D65114FDFAE6CD6CBE7D4730C6"}, "downloadUrl": "https://civitai.com/api/download/models/523030?type=Training%20Data"}, {"id": 440660, "sizeKB": 223101.35546875, "name": "Tifov1_r1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T23:51:03.332Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "879A49E8", "AutoV2": "2E7550DDA8", "SHA256": "2E7550DDA8D89280B6170F9D5F33BBEDE5E2F5355585658E1201D02A02D728C4", "CRC32": "0DD5AD28", "BLAKE3": "C41760AAC9D66053D094CFEF1C9673348FC2B92990B031ED17367AF9F2D37DA8", "AutoV3": "A5982B1639C0"}, "downloadUrl": "https://civitai.com/api/download/models/523030", "primary": true}], "images": [{"id": 13538054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9268e40f-bb1d-4ea9-a403-f91930c10c0b/width=450/13538054.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U3BMxy0000.T009E=]4n00%M?w%MDi?c-pD$", "type": "image"}, {"id": 13538045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79baebb1-6258-4ed7-83db-69c6686afe55/width=450/13538045.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7A,k7_N00n$01NGRP9FIUwI%M%MIAIpxaM{", "type": "image"}, {"id": 13538074, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d439282-6394-44e4-911f-cd45a3085efd/width=450/13538074.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UEC?M_~VE1NINeRj%2-;00D*xZWBVsf6R%Io", "type": "image"}, {"id": 13538088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3234986-ba62-47fb-9c8e-2095ed45f826/width=450/13538088.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UCDvD]M|NFt6.TSOe-M{0K^+?HM{E1%LNH-p", "type": "image"}, {"id": 13538113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1775496d-c54d-4ae2-a55b-b578688bf765/width=450/13538113.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U8By:T?w0etSE1o#RiIU4mIA%2nh=yR+R%D$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/523030", "modelId": 470105} \ No newline at end of file diff --git a/datasets/metadata/523168.json b/datasets/metadata/523168.json new file mode 100644 index 0000000000000000000000000000000000000000..501562fe6b86cebc044b8ef3ef52e7e30b88bbfc --- /dev/null +++ b/datasets/metadata/523168.json @@ -0,0 +1 @@ +{"id": 523168, "index": 0, "name": "illis style v3", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-24T07:32:37.946Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["source_illis", "by illis", "full render", "screencap", "traditional media", "sketch", "colored sketch", "rendered sketch", "lineart", "flat color", "brian griffin", "eliza rex"], "stats": {"downloadCount": 50, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 442664, "sizeKB": 50252.1796875, "name": "523168_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T01:30:49.052Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F6AC3650", "AutoV2": "942A6AF360", "SHA256": "942A6AF36042D8C727ADB88B06FE4D8B4F8E3EAC2AA37CD77B5483C27DA2C8F9", "CRC32": "AA52D734", "BLAKE3": "B8CD9774BBF29D586A70019C771D6FE5931909AF1ABFC32FB9CCD9E8DC56DF40"}, "downloadUrl": "https://civitai.com/api/download/models/523168?type=Training%20Data"}, {"id": 443093, "sizeKB": 223130.62109375, "name": "illis_style_v3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T07:26:02.602Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FF30D6D4", "AutoV2": "613CA32E39", "SHA256": "613CA32E397B78AAE2C527F080A43B276EFF66EA7034FB9934DDA98ACF9FF2A3", "CRC32": "4962DE75", "BLAKE3": "998F57DE83A69CEDB592A13604643E79FB46D521030D21E43A31B7422342414B", "AutoV3": "3C422EE0BFAD"}, "downloadUrl": "https://civitai.com/api/download/models/523168", "primary": true}], "images": [{"id": 13419945, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebc5d39b-bc27-4c3b-9e6a-e314c7fbebce/width=450/13419945.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UHHB}Eof00oe_Nay4nfQIUWVs.of9Gayofof", "type": "image"}, {"id": 13419990, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eaa52f5d-68f7-4efd-b01f-6e0cac474a96/width=450/13419990.jpeg", "nsfwLevel": 8, "width": 1920, "height": 1080, "hash": "UBCY?y^QDi~D=dv}vz=x8w+b}@v}5RTJT0JA", "type": "image"}, {"id": 13419991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/160e9911-5af9-43ab-9789-fe24379bfe62/width=450/13419991.jpeg", "nsfwLevel": 8, "width": 1920, "height": 1080, "hash": "UNH{4fmR$:XnsER5^fwaYRI:gfjc.Te-XSaM", "type": "image"}, {"id": 13419988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef7119e9-084d-4d79-8180-398322919797/width=450/13419988.jpeg", "nsfwLevel": 8, "width": 1920, "height": 1080, "hash": "U8I;9r9Y00_N[BRo$R%200gMo}j[9FXS?Grr", "type": "image"}, {"id": 13419989, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eefb49cb-58d9-4af2-b7ca-9d622f32db41/width=450/13419989.jpeg", "nsfwLevel": 4, "width": 1616, "height": 1224, "hash": "UKHUh1_NEls*9YaKE4Wo01D$,mWF%NtR%Laf", "type": "image"}, {"id": 13811970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8fda46a-212e-44ab-b3a0-533e8983b4b9/width=450/13811970.jpeg", "nsfwLevel": 8, "width": 1704, "height": 960, "hash": "UJH-DViwIAN0~BV@xFWrACX8xvba%Mt6Wnni", "type": "image"}, {"id": 13811984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/382037d3-3b45-428c-83b6-fbb993f7f513/width=450/13811984.jpeg", "nsfwLevel": 4, "width": 1568, "height": 768, "hash": "UEJRU8yX;{vL?vMxVrKQGd$z,-D$O]NHIVIp", "type": "image"}, {"id": 13812131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8c7ff63-dc1a-4447-b467-8fdc2348c668/width=450/13812131.jpeg", "nsfwLevel": 4, "width": 1568, "height": 1256, "hash": "UCI#16HXTI0l_4o#IUaKI:NzIp_2^anhxv%f", "type": "image"}, {"id": 13812320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bb19f42-7ab7-49c6-be80-b474e7fec939/width=450/13812320.jpeg", "nsfwLevel": 8, "width": 1568, "height": 888, "hash": "UFKd*x0+x]~qxuofM|Io.8xFt8IT?baKWBs;", "type": "image"}, {"id": 13812314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ccb3897-b5e3-440a-ae67-8cdbdafbe9e2/width=450/13812314.jpeg", "nsfwLevel": 8, "width": 1568, "height": 888, "hash": "UOF$w@-=_NkWOsRjRPozTdMxMdoz9YWBt7oz", "type": "image"}, {"id": 13812316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f69c4db8-2be2-476a-ae0d-96df6420d5b1/width=450/13812316.jpeg", "nsfwLevel": 8, "width": 1568, "height": 1256, "hash": "UbL;N*XT_L$yW?M}oJ%KO[jF$KW;nit6t6Rk", "type": "image"}, {"id": 13812313, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3759f346-7aed-4cbe-8490-82aef9486865/width=450/13812313.jpeg", "nsfwLevel": 16, "width": 1568, "height": 1256, "hash": "UgIg7WS2RPR*}@bHs.R*%2oJI:o0I;s.X8o0", "type": "image"}, {"id": 13812317, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d4f1465-a37a-491a-8fa2-f817ab02ab7a/width=450/13812317.jpeg", "nsfwLevel": 8, "width": 1872, "height": 1448, "hash": "ULHwS~V[01XS^*V@0LkWMxaeEfbb}Eof-;R*", "type": "image"}, {"id": 13812322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d5d658d-b609-4c3c-894f-928887cea294/width=450/13812322.jpeg", "nsfwLevel": 8, "width": 1944, "height": 1464, "hash": "ULBg0kxu00IU_NtR9FIUtlxuRPIUtRt7RPM{", "type": "image"}, {"id": 13812321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76926c15-7fad-49a3-8cc8-d0ad9acad2ee/width=450/13812321.jpeg", "nsfwLevel": 4, "width": 1568, "height": 888, "hash": "UXH-Db=|E3xb~C%2NGWCsDs-slsl^5$%xZ$%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/523168", "modelId": 470231} \ No newline at end of file diff --git a/datasets/metadata/523248.json b/datasets/metadata/523248.json new file mode 100644 index 0000000000000000000000000000000000000000..375f5a3c8530585b645c27650565df1d0c22d06f --- /dev/null +++ b/datasets/metadata/523248.json @@ -0,0 +1 @@ +{"id": 523248, "index": 0, "name": "Colonel Gar", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-22T20:41:38.296Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 27, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 440267, "sizeKB": 5306.251953125, "name": "523248_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T19:26:37.817Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E315717C", "AutoV2": "1C094BC816", "SHA256": "1C094BC816E3F86B01588365F4169E2CA24107CC0A665A041A73E45D1E9F419F", "CRC32": "0DE3D2F9", "BLAKE3": "416608D8FE85833D400FAFE5EDECCEB9BBA8CAFD67CB7CE05DF9F9B18085A8D0"}, "downloadUrl": "https://civitai.com/api/download/models/523248?type=Training%20Data"}, {"id": 440401, "sizeKB": 223099.47265625, "name": "Colonel_Gar-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T20:42:10.740Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0B5CEAA5", "AutoV2": "7082876EA1", "SHA256": "7082876EA1B8ED5982639209C6F85F78BF5ECE898FD0184F80ECE51D9734C0BE", "CRC32": "F1233466", "BLAKE3": "78B366949AD75679F86D1036800B1C759FD94AD7D2C8377086244D03573BF324", "AutoV3": "8C3F7B9F43FB"}, "downloadUrl": "https://civitai.com/api/download/models/523248", "primary": true}], "images": [{"id": 13280248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13e2a2a3-0a5f-4587-a154-51225c19d3b2/width=450/13280248.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UTKA=}pJNHxu_NV@XAo}gOVsxvn~o#jYV@o#", "type": "image"}, {"id": 13280241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27ecdd85-196f-4c2e-ba30-a9a4d0da2e0f/width=450/13280241.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "URKKf@-p.TS6-;o#NHROtSIUs.xut7jYRPtR", "type": "image"}, {"id": 13280242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb0e3a30-0674-47f4-ab42-0ab99b511037/width=450/13280242.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJKUA*IU%MR+~V%2NIRlDhNHE2xuxaxuayM_", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/523248", "modelId": 470311} \ No newline at end of file diff --git a/datasets/metadata/523403.json b/datasets/metadata/523403.json new file mode 100644 index 0000000000000000000000000000000000000000..b23035599ba9089b4f5d9816bb939162ba926d89 --- /dev/null +++ b/datasets/metadata/523403.json @@ -0,0 +1 @@ +{"id": 523403, "index": 0, "name": "pixel", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-22T21:19:28.698Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 34, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 1}, "files": [{"id": 440402, "sizeKB": 10347.6064453125, "name": "523403_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T20:46:40.675Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8A8A2195", "AutoV2": "D5D0251EAF", "SHA256": "D5D0251EAFBDFEA7E0EE3476A519D719568E67A5C5427BD22FAAF0085ACDA175", "CRC32": "0233F154", "BLAKE3": "D2C0CE9D8F7734404F78E0E228C35CBA0C59FD1D21C243EE85A9C5F6E6503A16"}, "downloadUrl": "https://civitai.com/api/download/models/523403?type=Training%20Data"}, {"id": 440462, "sizeKB": 223101.05859375, "name": "pixel-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T21:21:31.015Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2FF5B16C", "AutoV2": "71A4B45A84", "SHA256": "71A4B45A840B275006073A7FF93491FBEB56D9F713AEDF8BAEFA2425BD3B9724", "CRC32": "15D0032D", "BLAKE3": "EC0B9FE285F0056D8FC54CE09E38DF5ADA48E4A4996CD1642E9CFAAA66F157F3", "AutoV3": "79961D91E8C1"}, "downloadUrl": "https://civitai.com/api/download/models/523403", "primary": true}], "images": [{"id": 13282645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48d46948-03ab-4774-9fa8-e3ae7d02a028/width=450/13282645.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U59PNGENR6^j3BRl0~%10xt6-TIpml%0}?E2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/523403", "modelId": 470460} \ No newline at end of file diff --git a/datasets/metadata/523464.json b/datasets/metadata/523464.json new file mode 100644 index 0000000000000000000000000000000000000000..b0aeee7f0fb42bc9a10daf770fcce3be7561e412 --- /dev/null +++ b/datasets/metadata/523464.json @@ -0,0 +1 @@ +{"id": 523464, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-22T21:19:29.694Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 152, "ratingCount": 0, "rating": 0, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 440454, "sizeKB": 22232.51171875, "name": "Kaede_Saito_JiisanBaasan-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T21:15:44.987Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A2BCB5D8", "AutoV2": "0CFA0F0A25", "SHA256": "0CFA0F0A259B4F1DD815C0FA288E842A91BB32406321664655B719434820A5FB", "CRC32": "D9B0DDFA", "BLAKE3": "F81C18BA0467ABFEE6507F0260553624EE17842E3CC792B56C26BEEFAA59A35B", "AutoV3": "4457D3548C21"}, "downloadUrl": "https://civitai.com/api/download/models/523464", "primary": true}, {"id": 440455, "sizeKB": 6678.37890625, "name": "Kaede_Saito_JiisanBaasan.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T21:15:47.849Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6CBDF6CB", "AutoV2": "8C594484D4", "SHA256": "8C594484D434F2FF2106102DFBD152749476AD158AB639FC3CA1B0F7493A9208", "CRC32": "DE153B05", "BLAKE3": "7BB1451080DA6883BF99004BD8C3B92AFC5F7AAE20A44793E1E8220F2EF2DAB1"}, "downloadUrl": "https://civitai.com/api/download/models/523464?type=Training%20Data"}], "images": [{"id": 13282709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3fda7fe-5ecc-442d-a02e-e771a4353757/width=450/13282709.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UoKAsXadyDay~qjF-;ayS2j?xaj[t6j[M{of", "type": "image"}, {"id": 13282710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4369a24e-68b7-4b93-b32d-36dbde98c917/width=450/13282710.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UpKAsXadyDay~qe.-;ayS2j?xaj[t6j[M{of", "type": "image"}, {"id": 13415059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ee85c99-4b8c-4ee7-93c7-07fd897ce127/width=450/13415059.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UjLDiUni?vRk~Wxu%MoLWCRjxGxto2ayofj@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/523464", "modelId": 470519} \ No newline at end of file diff --git a/datasets/metadata/523570.json b/datasets/metadata/523570.json new file mode 100644 index 0000000000000000000000000000000000000000..d0a2ee908ca5dd02b21cba26c87b359cf432dd33 --- /dev/null +++ b/datasets/metadata/523570.json @@ -0,0 +1 @@ +{"id": 523570, "index": 1, "name": "v1.0 Adult Test", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-22T22:28:12.040Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 114, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 440558, "sizeKB": 22234.11328125, "name": "Yurin_LeCiel_GundamAge-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T22:30:52.806Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "674B15BC", "AutoV2": "B4EBBAE087", "SHA256": "B4EBBAE0870430058F9C0358DFA2C85D44405C36C8F20BFF216BE13F0C5C8A50", "CRC32": "7F9E9ABD", "BLAKE3": "44DDF05763D779D655B0FFF6E75C234650AF41D7060A056D868B6B872BC41DD3", "AutoV3": "07B1E7F31201"}, "downloadUrl": "https://civitai.com/api/download/models/523570", "primary": true}, {"id": 440559, "sizeKB": 5907.478515625, "name": "Yurin_LeCiel_GundamAge.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T22:30:53.280Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2017170D", "AutoV2": "F2AAD50804", "SHA256": "F2AAD50804E0B41F148ACAFF67E0BACC41B4A090FDE91F10E70A1F012360278A", "CRC32": "65559EC4", "BLAKE3": "91F06A729211FE71C146A263AE354871C3F16E91455893762CD7E8517B28D67C"}, "downloadUrl": "https://civitai.com/api/download/models/523570?type=Training%20Data"}], "images": [{"id": 13286781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93ea6247-ee5f-4917-85fe-5b2e8507d53c/width=450/13286781.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaK-Rqoz_Nxu?boe%fs;D*ax%2j]~qWV%2j[", "type": "image"}, {"id": 13286782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35774a55-c2a9-496a-8e8a-5c537c76fa82/width=450/13286782.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaK^:Ioz_Nxu?boe%fs;D*ax%2j]~qWV%2j[", "type": "image"}, {"id": 13288007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7e67099-4581-46d9-b3eb-c3aa0651c63d/width=450/13288007.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFH_Mz4n~WaOv$_39FIo8_IU%M?H57IU%MRk", "type": "image"}, {"id": 13288828, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67929a3a-838a-4a1f-b947-4eaab134aa7a/width=450/13288828.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "ULO3CGx[.T-p01IV?bog9{xD%1Rj?HkA-ot7", "type": "image"}, {"id": 13289073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df36705d-db94-49de-83b1-a03831ca1cf1/width=450/13289073.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UINl+4Z~?v,p02D*_2NHAcZ$^*IU~V%2?GtR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/523570", "modelId": 470622} \ No newline at end of file diff --git a/datasets/metadata/523602.json b/datasets/metadata/523602.json new file mode 100644 index 0000000000000000000000000000000000000000..e51456cf789b37fd297c424dfefc3db5e91a6e8d --- /dev/null +++ b/datasets/metadata/523602.json @@ -0,0 +1 @@ +{"id": 523602, "index": 0, "name": "Horse v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-22T22:52:01.732Z", "availability": "Public", "nsfwLevel": 26, "description": null, "trainedWords": ["horse", "mare", "stallion"], "stats": {"downloadCount": 636, "ratingCount": 0, "rating": 0, "thumbsUpCount": 94, "thumbsDownCount": 0}, "files": [{"id": 440602, "sizeKB": 495586.15234375, "name": "522930_training_data(2).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T22:56:05.533Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EEBFAA47", "AutoV2": "D40917C2CA", "SHA256": "D40917C2CAFAE8C888849B692B23BA1881092509378E39E20375B63D91657186", "CRC32": "88DB289B", "BLAKE3": "9E933AB7F74477711C37E44C6FC6943C191882050BF75E84466E429B66C85431"}, "downloadUrl": "https://civitai.com/api/download/models/523602?type=Training%20Data"}, {"id": 440600, "sizeKB": 223112.37109375, "name": "Anthro Horses Pony Lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T22:55:48.560Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F9DAE89F", "AutoV2": "B131F3E516", "SHA256": "B131F3E516CDB0F124BF5F7DF534F5E7DA4D89A9D4916113F4AE1AE8E88431EC", "CRC32": "1041266B", "BLAKE3": "E3D95E41F4BD7961444DCACBC377BE3152E671E7AA22E822F7C88EDCC32A013C", "AutoV3": "CA4D9C08E36E"}, "downloadUrl": "https://civitai.com/api/download/models/523602", "primary": true}], "images": [{"id": 13288187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dff9eee0-3eb1-4314-b1c8-c29140bd1e4d/width=450/13288187.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UAEx#2cD0z#mys58pHxGPo-o~BIoI:M{wcIU", "type": "image"}, {"id": 13288182, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d91cb07e-df4b-4997-9da3-689eb72abb23/width=450/13288182.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UACY]zr@-:5S~VM|NeaJ0LNw9aw]IUx]s,xZ", "type": "image"}, {"id": 13288184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49d83947-e3ce-47e8-9fb2-e44cf04f0942/width=450/13288184.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U8FOJs^*AcE1~qs:%LMx00IVNGEMs+SiD%?H", "type": "image"}, {"id": 13288186, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51812ca6-1b63-4f20-adcc-daaaf7b2fc73/width=450/13288186.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UIG8ctS~KK.9yZafE1%N0%-p%LNIIBNHa~M{", "type": "image"}, {"id": 13288185, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc604df9-5fb8-4ce8-b0fb-0e2565758d84/width=450/13288185.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UFG8i;o}0y%3pyo}E2xvIUE2$$S$=}oIjFr?", "type": "image"}, {"id": 13288188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f0a6ddb-a885-4e68-9251-471713a4bee3/width=450/13288188.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UAE_s?~V5,s90h%LtRxZFxEM$k%1OGMywIM|", "type": "image"}, {"id": 13288190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aefc5167-2746-4382-8ca5-ca1717571b19/width=450/13288190.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U7F=UD011HRQK+NGk;?a~Vxt~CEM^*Sh$ibb", "type": "image"}, {"id": 13288189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f634b84-7790-459f-80b6-616a328c35fd/width=450/13288189.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U5FOT1008Hbc4o01X-E20L~p^QIpAb~VIUX-", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/523602", "modelId": 470649} \ No newline at end of file diff --git a/datasets/metadata/523647.json b/datasets/metadata/523647.json new file mode 100644 index 0000000000000000000000000000000000000000..bc9e1c26e71e3b53ff79737342b897d9941afcd8 --- /dev/null +++ b/datasets/metadata/523647.json @@ -0,0 +1 @@ +{"id": 523647, "index": 0, "name": "Tiki FE 2.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-23T00:49:07.018Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 32, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 440644, "sizeKB": 6182.892578125, "name": "523647_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-22T23:36:19.785Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E17099EA", "AutoV2": "CD13E90DDA", "SHA256": "CD13E90DDA8353A1D1B57D100BD8BC81A3197D1EF9C57BCDAAD1F1DF39497530", "CRC32": "1F4EE48E", "BLAKE3": "8C61B799066896BC1E9EB9CE721268C87F41F5159E5BBC8ED1DCA8BCB416F97F"}, "downloadUrl": "https://civitai.com/api/download/models/523647?type=Training%20Data"}, {"id": 440739, "sizeKB": 223100.10546875, "name": "Tiki_FE_2.0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T00:45:57.336Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "840B792D", "AutoV2": "D2EFCD2CF2", "SHA256": "D2EFCD2CF213A6E6A51D64DA8749B6B9DFE26B27A41D360E9A8656149F08888D", "CRC32": "51ACB6B0", "BLAKE3": "56A2AC5D56025DA5F49252FC0715C103F1FB90338CBECF8C662E70D1F54A9B11", "AutoV3": "396759E652E3"}, "downloadUrl": "https://civitai.com/api/download/models/523647", "primary": true}], "images": [{"id": 13295319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/080a8560-5906-43df-9332-5504e98ba548/width=450/13295319.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UJKAmQ*JAC,?9tM_xGxu0J9YMxM|%fsEXRr^", "type": "image"}, {"id": 13295320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba3b54a7-8bb5-4a5c-8a2a-a3def3c516c5/width=450/13295320.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UXO:kXac.TyEOER*xDxaS}ofV@jZ%MjsRja}", "type": "image"}, {"id": 13295323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9f33851-7fba-4005-8283-10cc6ff6257a/width=450/13295323.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UKOM?DMJys-=sjX7o$jcYPx]s9WApJt7xukW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/523647", "modelId": 470692} \ No newline at end of file diff --git a/datasets/metadata/523708.json b/datasets/metadata/523708.json new file mode 100644 index 0000000000000000000000000000000000000000..7753fd8e4c95f03136550373fcd93313c413ae7a --- /dev/null +++ b/datasets/metadata/523708.json @@ -0,0 +1 @@ +{"id": 523708, "index": 0, "name": "pupuri", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-23T01:37:43.467Z", "availability": "Public", "nsfwLevel": 1, "description": "1.0v
", "trainedWords": [], "stats": {"downloadCount": 84, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 440705, "sizeKB": 3100.35546875, "name": "523708_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T00:25:49.313Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6BF7C2DB", "AutoV2": "6C41417E05", "SHA256": "6C41417E05968CB6FC506A8E821BC874EB78027EA46FF88A393883CE18447FA5", "CRC32": "ED667829", "BLAKE3": "F8085A8DD47AA545BFFA1FB88FE48FEC4A9BA5B6850C30F4DB90B7189E0AE105"}, "downloadUrl": "https://civitai.com/api/download/models/523708?type=Training%20Data"}, {"id": 440795, "sizeKB": 223099.69140625, "name": "pupuri-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T01:36:31.505Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A7DC7DB6", "AutoV2": "D37D56FF8E", "SHA256": "D37D56FF8E096F483C8BC7CE75DCA8C2366034875270020E835B4C1ECE0E5522", "CRC32": "7ECF86B9", "BLAKE3": "5D83065B4936B9ECF4FA0EAEE7D492C94FDCC8E08C04D968C4238DDB01F9EA63", "AutoV3": "849E4F15D195"}, "downloadUrl": "https://civitai.com/api/download/models/523708", "primary": true}], "images": [{"id": 13299241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b304afa-c747-4ed1-adef-89748bcbe885/width=450/13299241.jpeg", "nsfwLevel": 1, "width": 1176, "height": 664, "hash": "UaPr8[t7nnxu~qWBR6kBOBjFR+jFxujFnikV", "type": "image"}, {"id": 13299247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa17e3ba-25f9-4b63-8130-1eb33d28d4ff/width=450/13299247.jpeg", "nsfwLevel": 1, "width": 1176, "height": 664, "hash": "USP}r$s;t9t7_MbHMJkCo}i_Rjf5xubHi_oz", "type": "image"}, {"id": 13299250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fa3e2b3-93cb-4102-9a89-115432c1d6fb/width=450/13299250.jpeg", "nsfwLevel": 1, "width": 1176, "height": 664, "hash": "UNP#jW#oamTH~VSgH@$+TdniixRQ$ij[nibu", "type": "image"}, {"id": 13299251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00f7e46a-bf46-4ed4-ad7e-e62ee0a9f641/width=450/13299251.jpeg", "nsfwLevel": 1, "width": 664, "height": 1176, "hash": "UbP}=Jxt?a%2_MjFj?W:x]j[IoV[tQayxtn%", "type": "image"}, {"id": 13299252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfb3fabd-fd74-4e02-bd91-00add9fa06ba/width=450/13299252.jpeg", "nsfwLevel": 1, "width": 664, "height": 1176, "hash": "U9Nu-Zw}1k-p2|TJ02Ip0Jxt5Qn$01wa?awc", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/523708", "modelId": 470749} \ No newline at end of file diff --git a/datasets/metadata/523743.json b/datasets/metadata/523743.json new file mode 100644 index 0000000000000000000000000000000000000000..7411c6be5044455182ff35e97f34d4b2f0cdaf3f --- /dev/null +++ b/datasets/metadata/523743.json @@ -0,0 +1 @@ +{"id": 523743, "index": 0, "name": "Vendetta (Making Fiends)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-23T01:11:28.736Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["V3nd3tta, green skin, green hair, green dress, short hair, pigtails, 1girl", "green eyes", "green outline"], "stats": {"downloadCount": 31, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 440776, "sizeKB": 223101.20703125, "name": "Vendetta_Making_Fiends.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T01:11:33.661Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "83915DD5", "AutoV2": "63268B9772", "SHA256": "63268B9772E4A1A2007FDEE8124E6A51690F9F2ECBF89DC6C77FEA3E0D227666", "CRC32": "3F3D0B55", "BLAKE3": "6DF04C532035062EE8570FF3460D7D38F915C32C12ACD03A6E7582B81CBC2788", "AutoV3": "59E1B521E3D5"}, "downloadUrl": "https://civitai.com/api/download/models/523743", "primary": true}, {"id": 440738, "sizeKB": 4526.5751953125, "name": "523743_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T00:46:32.203Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4A176F13", "AutoV2": "F059F33A05", "SHA256": "F059F33A05EB5B107A0A7A6E65F05D600A41916B875F3545B329A18CFB99C7D8", "CRC32": "70710907", "BLAKE3": "0472BB36EA05A8EAF471D1393C0EBD163234AB9770F78185D48927D3C1BA4C45"}, "downloadUrl": "https://civitai.com/api/download/models/523743?type=Training%20Data"}], "images": [{"id": 13297087, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e449cdf1-a5e5-4f58-b9f1-730ec69ec22e/width=450/13297087.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7DLbe8q?~.r+gmoklcUzFrZTacUyRb@W=V_", "type": "image"}, {"id": 13297081, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7877426-7682-47f4-9055-0329cc6c815a/width=450/13297081.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5C+8e4=?|Qq*Pa2Q1pF#8ahTIkUv~ahX,k9", "type": "image"}, {"id": 13297082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/768a9d3e-8eaa-40b1-b63d-5acae9b2594f/width=450/13297082.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9DBrJpG.pr?~9nQySb@zskBX+af%ZX6ainR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/523743", "modelId": 470785} \ No newline at end of file diff --git a/datasets/metadata/523751.json b/datasets/metadata/523751.json new file mode 100644 index 0000000000000000000000000000000000000000..b04658b421034714e3e0ea209658321977348376 --- /dev/null +++ b/datasets/metadata/523751.json @@ -0,0 +1 @@ +{"id": 523751, "index": 0, "name": "Dolly (Object Players)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-23T01:38:21.224Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["D0lly_OP, Blonde Hair, Long Hair, Hairbow, Pink Hairbow, Dot Eyes, Red Dress, Noseless"], "stats": {"downloadCount": 26, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 440744, "sizeKB": 3887.67578125, "name": "523751_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T00:50:49.184Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6BA6562C", "AutoV2": "980AEE1A2F", "SHA256": "980AEE1A2F867A13D231F3720C2AEFE92B97E693DB88552245E65535521A87F3", "CRC32": "18B7A9D7", "BLAKE3": "5859B78B8D9EEA6C2004C7BA9F3075B50D9389B23C5DB6452349A0975EF7B2E0"}, "downloadUrl": "https://civitai.com/api/download/models/523751?type=Training%20Data"}, {"id": 440802, "sizeKB": 223100.97265625, "name": "Dolly_Object_Players-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T01:40:48.393Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B6F5D39E", "AutoV2": "A356FA3407", "SHA256": "A356FA34071DD37CBD208E8DF6BB39B08373CEFB4B72A2792069190B6998C558", "CRC32": "2E93CCDE", "BLAKE3": "DD090E683C9F2679E8DAC885A8FF25BDC8359C172C44C40F52263EC52523864E", "AutoV3": "6976A3351EFB"}, "downloadUrl": "https://civitai.com/api/download/models/523751", "primary": true}], "images": [{"id": 13299450, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ea7cef9-f53f-49d1-b5ab-f5a7bff2125b/width=450/13299450.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U9KI^z^i000gUXozu-RP1}og+vRi*PRRQ2y9", "type": "image"}, {"id": 13299449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c2bcc2a-a97c-4cc1-8485-41900c3c92cb/width=450/13299449.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UFLy}*=.0#?pLvXRqc#s9~TGs8m@v5$MY2K5", "type": "image"}, {"id": 13299448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55a07494-d893-43c8-94dd-8f915dec3314/width=450/13299448.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UHKdbp*H0p=cTv+}qJI[IJxopBM+MgOUX%jG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/523751", "modelId": 470792} \ No newline at end of file diff --git a/datasets/metadata/524085.json b/datasets/metadata/524085.json new file mode 100644 index 0000000000000000000000000000000000000000..2fbb6f4236e02009f18fb46b02f91fb53d2c18b7 --- /dev/null +++ b/datasets/metadata/524085.json @@ -0,0 +1 @@ +{"id": 524085, "index": 1, "name": "Furry Snakes", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-23T07:00:12.637Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 60, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 441081, "sizeKB": 53882.8271484375, "name": "524085_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T05:46:30.806Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B9D1EFBA", "AutoV2": "A72ADF8042", "SHA256": "A72ADF804273CB068FC50C670D96FA8F4F8CDFD813686322F67CCA1FE0E6A481", "CRC32": "EA5B0B4F", "BLAKE3": "18C12AB958D924C17C192B70D8EAD3AD16800A9FCD4B1C944DE0ED0223B1077D"}, "downloadUrl": "https://civitai.com/api/download/models/524085?type=Training%20Data"}, {"id": 441146, "sizeKB": 243979.09765625, "name": "Furry_Snakes.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T06:56:00.221Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "26CB29C5", "AutoV2": "9D2BD6C2CA", "SHA256": "9D2BD6C2CA4D059A1BD32A382A4646E7879A72B93D1EFC12BD781DAF6CD477F8", "CRC32": "DB6B6CF5", "BLAKE3": "F98CFA33D6D08AD93DD27524C36A0C6B8F59CB5979B4C9A1590A1BA2F17A72A2", "AutoV3": "7698C6A1AE4A"}, "downloadUrl": "https://civitai.com/api/download/models/524085", "primary": true}], "images": [{"id": 13322962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74676732-9154-4c16-b61a-4787d1e3c53b/width=450/13322962.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "ULIz|$.7%{rw~SNGxYjd?]M|w3NbpHxuxaX7", "type": "image"}, {"id": 13322961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d03e2be-e88b-472c-b5e9-35e3929a21a9/width=450/13322961.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCH.NIxv0KPAu2t74T9t_M-;^+oe%3Io%M%1", "type": "image"}, {"id": 13322965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/055715bb-d9f5-4cb3-b205-0a37470de86b/width=450/13322965.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U9IN]a9F00^*^F~V4obY9Y-:_4s+4oD%S6N1", "type": "image"}, {"id": 14856160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb669cdb-a85b-4e40-a051-cd24a6b8020c/width=450/14856160.jpeg", "nsfwLevel": 16, "width": 1016, "height": 1120, "hash": "UcJHs]smITE3~VRjjEIoo~t7%2oz%2xukCbF", "type": "image"}, {"id": 14856152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bb9706a-c3e6-413d-a3d3-4a0a5f96d8c9/width=450/14856152.jpeg", "nsfwLevel": 16, "width": 1016, "height": 1120, "hash": "UEG[TNR:Mw0L$z4:ng-p%cRj~q^+8{jbxuoy", "type": "image"}, {"id": 14856156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae253ace-c765-4136-934b-bb18f55daaf4/width=450/14856156.jpeg", "nsfwLevel": 16, "width": 1016, "height": 1120, "hash": "UHH-*|ofTe9a_MtR-:?Gb^~q?b^+M{xu?HkC", "type": "image"}, {"id": 14856154, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e42caa20-0db8-4a2a-a4d0-03b0e5bbaeea/width=450/14856154.jpeg", "nsfwLevel": 16, "width": 1016, "height": 1120, "hash": "UGIEtmxH9tq]?]DiV=RP_MtR-;NGsnV[RjR*", "type": "image"}, {"id": 14856155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76957e18-02cc-4087-81f6-ec1185a91287/width=450/14856155.jpeg", "nsfwLevel": 16, "width": 1016, "height": 1120, "hash": "UCG[vP#R00Vs%zVrIA^+5QDj~WE1JB=ytSI;", "type": "image"}, {"id": 14856163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1aec1770-78e3-4116-a5a0-18b9d0b1b081/width=450/14856163.jpeg", "nsfwLevel": 16, "width": 1016, "height": 1120, "hash": "UOIhKfr=sR9G~AIoIUo1-;Rj-:-:RRjYt6kW", "type": "image"}, {"id": 14856178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/549c37e4-17ed-4377-bbb5-4043545efc2b/width=450/14856178.jpeg", "nsfwLevel": 16, "width": 1016, "height": 1120, "hash": "UFJHN@x]ko^+~V~p-:NGR$-p%29ZD%Rj-pMx", "type": "image"}, {"id": 14856179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8fb4107-e6bc-4bb1-8fed-f5c8de94b55e/width=450/14856179.jpeg", "nsfwLevel": 16, "width": 1016, "height": 1120, "hash": "UHH-oaM{0KM}~V4oxZs;%L%1-paet7off+NH", "type": "image"}, {"id": 14856181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57cc7388-e7d7-4403-8bb8-4b6d72c3676c/width=450/14856181.jpeg", "nsfwLevel": 16, "width": 1016, "height": 1120, "hash": "UcIOUx-U9FS$~VoLaKaex]xaxtNGR-bbt7Rj", "type": "image"}, {"id": 14856182, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5630134d-e312-4994-979e-8e2a1432a6e5/width=450/14856182.jpeg", "nsfwLevel": 16, "width": 1016, "height": 1120, "hash": "UdJ%]^n%n}M{~VM{WAxuS4Rjt7%LoMs:axW=", "type": "image"}, {"id": 14856215, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab506239-17a6-4b20-a85e-322649def067/width=450/14856215.jpeg", "nsfwLevel": 16, "width": 1016, "height": 1120, "hash": "UiKKG_a#IU?a~Bofn$xtozoft7WBsSWoWDjZ", "type": "image"}, {"id": 14856209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f71800f8-479c-441b-b096-98550e9b1de2/width=450/14856209.jpeg", "nsfwLevel": 16, "width": 1016, "height": 1120, "hash": "UHG[i,%L-;~WIVrX^*%#GFkW.84nH?-BE1ni", "type": "image"}, {"id": 14856210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/953d19b4-bb0b-4bb2-94df-e43a5b3b5e6a/width=450/14856210.jpeg", "nsfwLevel": 16, "width": 1016, "height": 1120, "hash": "UWI;ko~pIpM|_2%M%Mt7xtxu-:WBIUWBxuNG", "type": "image"}, {"id": 14856214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efd7a8a5-5062-4026-814f-d38061d2ad26/width=450/14856214.jpeg", "nsfwLevel": 16, "width": 1016, "height": 1120, "hash": "U9I4|jMy007NP;-qtRa^pc={^+M|tR5q?F#*", "type": "image"}, {"id": 14856211, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/807a5609-bb91-4f95-a760-51f0b7e017ab/width=450/14856211.jpeg", "nsfwLevel": 16, "width": 1016, "height": 1120, "hash": "UII}t:00K6~W?^IUIBNGI;IUwcIUM{W=slt6", "type": "image"}, {"id": 14856217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55630986-ec6c-4410-8ee4-43b2482f7178/width=450/14856217.jpeg", "nsfwLevel": 16, "width": 1016, "height": 1120, "hash": "UAHxNY0LyYH=~B00xtrr0ebc_3?bIARP?HX9", "type": "image"}, {"id": 14856228, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c2e801b-9b11-4af8-b6b8-a93c617cedf4/width=450/14856228.jpeg", "nsfwLevel": 16, "width": 1016, "height": 1120, "hash": "UEIECIEf00IA~qDiMy9G-:Io?H%1Rj-Ut74:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/524085", "modelId": 471096} \ No newline at end of file diff --git a/datasets/metadata/524095.json b/datasets/metadata/524095.json new file mode 100644 index 0000000000000000000000000000000000000000..3983c3cdd3ec14f68894db348971b76719a19dea --- /dev/null +++ b/datasets/metadata/524095.json @@ -0,0 +1 @@ +{"id": 524095, "index": 0, "name": "bi mmf threesome - white top with black bottom", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-23T06:47:08.725Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 70, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 441088, "sizeKB": 9749.322265625, "name": "524095_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T05:55:51.613Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "56F773FA", "AutoV2": "625A6BC2EC", "SHA256": "625A6BC2EC7B1E3CF5A985FAF5A526F713857ED224E94C6B8F5A9234820380DA", "CRC32": "4CE1E562", "BLAKE3": "F5CAD9431B3603B3EA752ECC680AF0455B1B18D269B5727F754433EA7F16BDB1"}, "downloadUrl": "https://civitai.com/api/download/models/524095?type=Training%20Data"}, {"id": 441138, "sizeKB": 223100.39453125, "name": "bi_mmf_threesome_-_white_top_with_black_bottom.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T06:45:58.311Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B5498E94", "AutoV2": "5F81A64BD7", "SHA256": "5F81A64BD7AE13E1B16E3E40E041C0A51ACA2EC7CFD90A3B9F59F1C23DB69459", "CRC32": "3751AE88", "BLAKE3": "B8AF13BAE6DBB12B7C65BD47661E1BF63941EB3D404FFCFF52BC16AA0D09C621", "AutoV3": "9C086E2F5EC9"}, "downloadUrl": "https://civitai.com/api/download/models/524095", "primary": true}], "images": [{"id": 13322108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9585141a-b445-43cf-91d9-fb2a9ad86118/width=450/13322108.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBI}6T=F3Z0fGv9t?HRkBCIU#6rqtl-;n+%2", "type": "image"}, {"id": 13322106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2ed5895-d614-426f-a0a3-3a9ed4184c1c/width=450/13322106.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "USJj;@$MloEMtmShozt7Ipj[R5jFtRofxZjZ", "type": "image"}, {"id": 13322107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e73feb9-4fb8-42b5-988e-18af6dd8ab76/width=450/13322107.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UAHBGC^O210eTyS$xuxuFfIon3$$_NbH^+xa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/524095", "modelId": 471105} \ No newline at end of file diff --git a/datasets/metadata/524168.json b/datasets/metadata/524168.json new file mode 100644 index 0000000000000000000000000000000000000000..610fb29f09102c24f8e2ebcf182648d9c5854962 --- /dev/null +++ b/datasets/metadata/524168.json @@ -0,0 +1 @@ +{"id": 524168, "index": 0, "name": "ayanami rei X", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-23T10:18:29.778Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 103, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 441159, "sizeKB": 1542.193359375, "name": "524168_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T07:05:53.850Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "153BF09F40", "SHA256": "153BF09F40B2E4C3D6717F897DDA5230EA2759C99ED113783DE7BCB4C19E3BE4", "CRC32": "8321E63B", "BLAKE3": "5BA3E44C5A260F6AF53C9C3A872C152A6CF81ED51EAC2C8D94AAE2B42F3B4AB3"}, "downloadUrl": "https://civitai.com/api/download/models/524168?type=Training%20Data"}, {"id": 441392, "sizeKB": 223099.58203125, "name": "ayanami_rei_X.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T10:15:55.053Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "64FD8966", "AutoV2": "280F96688C", "SHA256": "280F96688C80701B198F60254430F9EBE6DC9F087B3F63ADBF21442AD150035D", "CRC32": "CF8DEFF4", "BLAKE3": "7DD9FC154E781096906CD1220EF416E62D00E17DEF4FFB86D252B1F36D610A6B", "AutoV3": "CB9128F9E444"}, "downloadUrl": "https://civitai.com/api/download/models/524168", "primary": true}], "images": [{"id": 13334466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60dc99cc-c5de-4f42-993e-468960da35e7/width=450/13334466.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBFFKxIoXf~W4oNG0K%2EMof$$f5X.oLMcNG", "type": "image"}, {"id": 13334469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8dcfe31-b1e9-48cd-94fa-b0393f418c59/width=450/13334469.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1754, "hash": "UEG8ZwAbNt=|0j-p#j9ZTdM_v}-p|E%2KQaK", "type": "image"}, {"id": 13334472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec4e1ed9-7c14-4135-bffe-79fdfaf7785f/width=450/13334472.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UJEf7{EL9^~VD%kDbuM{9[WB#lWp-=aeIUxu", "type": "image"}, {"id": 13334471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26460e89-8cd8-4629-9925-a2fb6481080d/width=450/13334471.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1754, "hash": "U5FX^[+[?C?v0=J.00Vs0?nN00TKD%Ip}m%0", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/524168", "modelId": 471180} \ No newline at end of file diff --git a/datasets/metadata/524173.json b/datasets/metadata/524173.json new file mode 100644 index 0000000000000000000000000000000000000000..aa209c258818c86702eda93661ad4972676cd649 --- /dev/null +++ b/datasets/metadata/524173.json @@ -0,0 +1 @@ +{"id": 524173, "index": 0, "name": "cartooncolorbul", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-23T09:09:54.441Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 36, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 441302, "sizeKB": 223101.74609375, "name": "cartooncolorbul.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T09:11:36.876Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EBCC9378", "AutoV2": "E163DA8DA9", "SHA256": "E163DA8DA97A4BDAEB7B88EB3E2054383FDFC03E4A9DDB6D26488C66B3D3193F", "CRC32": "6F2B60E9", "BLAKE3": "5639DA282F93F1BF01C50A59326D3FBFB3A7AF2ADFEFFF4D4BBB8C0367C6D698", "AutoV3": "D23E41F655FA"}, "downloadUrl": "https://civitai.com/api/download/models/524173", "primary": true}, {"id": 441171, "sizeKB": 1043.0146484375, "name": "524173_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T07:16:05.984Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "AEEE1DBEA9", "SHA256": "AEEE1DBEA9EB43DD52BF6FA528AEADF65774560403495C09699A5E75F57C4662", "CRC32": "FCDFD1EF", "BLAKE3": "92D79585959B0F5A2621B9D517E1C1DFA13A04421A4FA45C09585C91213C70D6"}, "downloadUrl": "https://civitai.com/api/download/models/524173?type=Training%20Data"}], "images": [{"id": 13330431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b742d2c-9ec8-4ac8-b730-57bf37da78e6/width=450/13330431.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPS~hjxu*0xu%NjuV?fPyrfkMIe:sjfktSjb", "type": "image"}, {"id": 13330434, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae862c17-2adc-451d-8823-909c81e1ecdc/width=450/13330434.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQS6Ppxu~oxu-oj[Naay_2fj4:ayOYaz$$oL", "type": "image"}, {"id": 13330435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7010670e-0a8e-4c59-b0eb-80990f3c1726/width=450/13330435.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQS=^*t7*0%Nsqafoyoe.ToMH=R%%yoeVaV]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/524173", "modelId": 471183} \ No newline at end of file diff --git a/datasets/metadata/524292.json b/datasets/metadata/524292.json new file mode 100644 index 0000000000000000000000000000000000000000..811c75facd2a3c222076c9c33ab31e6dca08335d --- /dev/null +++ b/datasets/metadata/524292.json @@ -0,0 +1 @@ +{"id": 524292, "index": 0, "name": "40oldsgirl", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-23T13:11:52.502Z", "availability": "Public", "nsfwLevel": 15, "description": "40oldsgirl 1.0
", "trainedWords": [], "stats": {"downloadCount": 35, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 441243, "sizeKB": 23473.416015625, "name": "524292_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T08:31:29.774Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "48D5C76A", "AutoV2": "9ECE67F8CF", "SHA256": "9ECE67F8CF29F7E271BA89C3A7653CE7A84368A98CCF967BB15914BE16DF213C", "CRC32": "E194199F", "BLAKE3": "8DFC53A24469E6B754CF71962F0DEA0D5C58450794B5717FAF54CD8E7B29D3DB"}, "downloadUrl": "https://civitai.com/api/download/models/524292?type=Training%20Data"}, {"id": 441596, "sizeKB": 223110.08984375, "name": "40oldsgirl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T13:11:14.503Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A09FA3E8", "AutoV2": "96E94B254F", "SHA256": "96E94B254F1B96DFF1311CF3FDB59AA241D98C880A2F30F1B8EBD3CB06E68924", "CRC32": "87D7FF4E", "BLAKE3": "BDD7013D26EC95868AC6E2D5A4D3C079942D88D1CD0B99F580794853152FB423", "AutoV3": "2519D59680F7"}, "downloadUrl": "https://civitai.com/api/download/models/524292", "primary": true}], "images": [{"id": 13345461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85f041cc-5a20-4f9c-8a35-4e9f99ba6cdf/width=450/13345461.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8Efj74T4ntT~ps,kWD%tSD%4TxuNfWBIA%M", "type": "image"}, {"id": 13345462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26210b9c-0d66-4ffc-9518-6312abc95992/width=450/13345462.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULEEZ2DOMd.m~qM{I;i^X8R5IAaxO?tRn4bc", "type": "image"}, {"id": 13345460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ba57a92-a64c-4203-9b76-130200d53014/width=450/13345460.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UBF$npIA?w%MtR4n9F%MIUIU8_t7xu-;-:M_", "type": "image"}, {"id": 13367100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3094477c-a71d-4f8b-8e57-636eb07363bf/width=450/13367100.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UCIXv8?m~l%Mt]xZ^v9d01V{4=oat7D+04?X", "type": "image"}, {"id": 13367101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9054a8bc-bd69-4349-b2b0-fc43546cb61a/width=450/13367101.jpeg", "nsfwLevel": 8, "width": 1976, "height": 1024, "hash": "UBDc8ilAFzMI_4aKNeD%0fR5-oE2o#Na?GRP", "type": "image"}, {"id": 13367102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ad957f6-b201-4fc3-8c96-97a9e3d1f22b/width=450/13367102.jpeg", "nsfwLevel": 8, "width": 1976, "height": 1024, "hash": "U5DIXgAJ01,;01-;~B?G0M%2=wIV^*-njb0g", "type": "image"}, {"id": 13367106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fab62aa9-7f7c-4b28-b768-1f5f4f80c86b/width=450/13367106.jpeg", "nsfwLevel": 8, "width": 1976, "height": 1024, "hash": "U9Ef7+rr000e00tRX9$%4.NaxZ%L~qMxD%of", "type": "image"}, {"id": 13367107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7598e6cf-3784-4ae2-8d95-1ffffd40cfc5/width=450/13367107.jpeg", "nsfwLevel": 8, "width": 1976, "height": 1024, "hash": "UVE{Ru9Goz~W-;Inj@x]x]jYofofozWBayxu", "type": "image"}, {"id": 13367104, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f011cc6-7e00-45fd-8079-626ed1e198c6/width=450/13367104.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "U89??;?b5=s:.7~WxtELyD-:^+kC-ptROX?H", "type": "image"}, {"id": 13367109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/264bb172-bae7-4a3e-b3be-e0c64789fa2e/width=450/13367109.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UJCr.ms.={?G~BjZ%1-oNHWVRjWV9ubHIpIp", "type": "image"}, {"id": 13367110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84dfe5fd-49fc-4935-9540-b958454f17c5/width=450/13367110.jpeg", "nsfwLevel": 8, "width": 1976, "height": 1024, "hash": "U8H^#J*JRL}hK6_2_NtS00ogi^W?D48wIVpd", "type": "image"}, {"id": 13367111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdbe3ba5-0c75-48f5-a176-2ef935fa3176/width=450/13367111.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "U5BC+0~q00IA*0?bE14.0MI@^+?G01xa^*Nw", "type": "image"}, {"id": 13367123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb8af717-a22a-4135-ab8b-2b0570344b52/width=450/13367123.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "U8A]sj0KAbIT^+IUEjMx0fxaxYo#01%2~BIo", "type": "image"}, {"id": 13367114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d24c854-c874-4399-9571-542d07b2a987/width=450/13367114.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "U99t18WW0L%2~qR*Di%2?vxuMxIokrxaVsM|", "type": "image"}, {"id": 13367113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb1fee36-0452-47b4-9b4d-ddfebb10f3a3/width=450/13367113.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "U7Bp2:E200~Cu5-ps99aE,kC%2xaENxu?GIo", "type": "image"}, {"id": 13367130, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb17822f-ebce-4fde-a59d-28e915a6426f/width=450/13367130.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UJC$.jxa_3xu~qayxvj[ogWBRjWBNGofWBWB", "type": "image"}, {"id": 13367131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27e8870f-fddc-49a2-9874-24f12461daf0/width=450/13367131.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "U58D%~~q57Ip-oj[E2WB0LD%r=xZ9ZRjxZWB", "type": "image"}, {"id": 13367133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77702c67-0ac8-4d55-bebb-7144b69c9cf6/width=450/13367133.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "U4ATZh9ZFz~pjE?vx]4T0KIU8_xu00IARP%M", "type": "image"}, {"id": 13367134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b9f36b5-41f8-4174-af89-96bb412b0313/width=450/13367134.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UKB:v#t74nof~qofD%oftRj[M{WVIUfQj]WB", "type": "image"}, {"id": 13367135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da7ddf68-c96d-4c87-b1f8-331c5bf26de0/width=450/13367135.jpeg", "nsfwLevel": 2, "width": 2048, "height": 2048, "hash": "ULHVC+~qK5s:%KaJMcae_4xvRjjutRWCIoRP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/524292", "modelId": 471269} \ No newline at end of file diff --git a/datasets/metadata/52437.json b/datasets/metadata/52437.json new file mode 100644 index 0000000000000000000000000000000000000000..0b17762720cebcdddbf153b24bdbe22df73e36c2 --- /dev/null +++ b/datasets/metadata/52437.json @@ -0,0 +1 @@ +{"id": 52437, "index": 0, "name": "armsnlegs3", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-22T14:30:23.962Z", "availability": "Public", "nsfwLevel": 28, "description": "Draw legs pretty horrible but know that legs should be behind
", "trainedWords": [], "stats": {"downloadCount": 1223, "ratingCount": 230, "rating": 5, "thumbsUpCount": 282, "thumbsDownCount": 0}, "files": [{"id": 38251, "sizeKB": 6087.5537109375, "name": "examples.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-22T16:16:36.316Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9B98099C", "AutoV2": "ECD3EECB14", "SHA256": "ECD3EECB143C1FD288FF396CF07767B1BCA5A27E5EF378DB77DE5731DFFA6F4C", "CRC32": "87806B6B", "BLAKE3": "2A53F28BDAD09C369D934CCC24F34A018127895B9A11EF4D6B441E7CF7B301C8"}, "downloadUrl": "https://civitai.com/api/download/models/52437?type=Training%20Data"}, {"id": 38171, "sizeKB": 73841.4462890625, "name": "exos03.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-22T14:31:38.507Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1CE17E90", "AutoV2": "1208F0B56F", "SHA256": "1208F0B56FC6CB31CA345CF9B4E2A5AAAEFD498B8A4476168EEA28FE92C87433", "CRC32": "9F72C03B", "BLAKE3": "6E12FECCB80A0385ED78D3ECF874E86FBD01CB2B96C44939FE34BDF67391289F", "AutoV3": "014FB9A4B630"}, "downloadUrl": "https://civitai.com/api/download/models/52437", "primary": true}], "images": [{"id": 565040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b706920-cbeb-4b76-15e8-4048c6975500/width=450/565040.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFELW:-p019uM^-TN2589saws;R.~BNbIs-o", "type": "image"}, {"id": 565043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/faeb66c3-8a39-409d-6cad-0a37b5f52d00/width=450/565043.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "ULM7lm-poL?H_38_V@x]~qIUM{t6RjtRxut7", "type": "image"}, {"id": 565042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8305d8d-9d0f-42db-7697-09d016b46600/width=450/565042.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U6Ee.I8w-o?I8w.Tnht5jFxa%M$fJ$I9wH-p", "type": "image"}, {"id": 565070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32a5b704-87df-4eea-1928-2845242c5000/width=450/565070.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UIG[+z-:pJoH.TMwMyH?~Bv|VrD$lVxvX9Ne", "type": "image"}, {"id": 565069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9ac9170-3de5-41dd-9617-b199b9befa00/width=450/565069.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UDLzs@00D*~C000K%MjFWBIAV[RRNy-;V@X9", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/52437", "modelId": 47815} \ No newline at end of file diff --git a/datasets/metadata/524409.json b/datasets/metadata/524409.json new file mode 100644 index 0000000000000000000000000000000000000000..094292b66abf53caf5a39caa44f980ad6a44e70b --- /dev/null +++ b/datasets/metadata/524409.json @@ -0,0 +1 @@ +{"id": 524409, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-23T09:59:27.984Z", "availability": "Public", "nsfwLevel": 3, "description": "First version
", "trainedWords": ["seeu", "cosplay"], "stats": {"downloadCount": 340, "ratingCount": 0, "rating": 0, "thumbsUpCount": 41, "thumbsDownCount": 0}, "files": [{"id": 441350, "sizeKB": 56073.82421875, "name": "seeu.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T09:50:55.594Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F6958B2F", "AutoV2": "691C747AE1", "SHA256": "691C747AE163506FFE9A260EC47E93FF3964B140FF4D266EA16100F8029FACCB", "CRC32": "7111BB8A", "BLAKE3": "1B5A7543E481812D45CCA451D97AC2EEDCCE5F93189CC53548850AD9289BEA6A", "AutoV3": "AB32FCEC27F7"}, "downloadUrl": "https://civitai.com/api/download/models/524409", "primary": true}, {"id": 441381, "sizeKB": 4068.1474609375, "name": "seeu_dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T10:06:00.529Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B6A99127", "AutoV2": "B19962D8C7", "SHA256": "B19962D8C738223816810A57CE7C93819A6ADC46FA0DE9CFD1DBBC2E98EC4B47", "CRC32": "23509F51", "BLAKE3": "04072D87EFF63A46669E5DC8AABF34F1F4815DB71F80E7800C42D0B303B2E8BE"}, "downloadUrl": "https://civitai.com/api/download/models/524409?type=Training%20Data"}], "images": [{"id": 13362345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9cfea64-ac35-4f19-a6b0-dda2d7099b09/width=450/13362345.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "UGH2A+~p4,$~00D%I]IoRPf8jKt85[NG-5bH", "type": "image"}, {"id": 13362489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82386d7f-4f7c-4e93-bb39-9ad3b07fc80a/width=450/13362489.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "U8G[i:MhLa00%b00O@8_$Sw?~B01F~^$$+W8", "type": "image"}, {"id": 13884138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1edffa25-c3cd-4a29-b74c-0ad9da3368ff/width=450/13884138.jpeg", "nsfwLevel": 2, "width": 800, "height": 1200, "hash": "U7GbF@Mu00%edoIVpIocG[%4z;XU~WROKgR%", "type": "image"}, {"id": 13333306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8109bde-22f2-4fcc-98a0-5eaf77924f78/width=450/13333306.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "UHI;-f00-.9F9}n3~VnhDg.8IVt6M_IVtmIU", "type": "image"}, {"id": 13333360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be8d575a-88e0-40da-b1ed-98213e27d38a/width=450/13333360.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "UBIh8E%M0LkW4T_NE1S5CSE2?HozEOxvRjM{", "type": "image"}, {"id": 13334626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c103ebf-e577-46d1-8bd2-787e835524f7/width=450/13334626.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "UbLgCW~qoI-;ae%M%ht7VExakXs;WCWBRiM{", "type": "image"}, {"id": 13362455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5007c81d-b21d-459c-b84b-de5554441d4d/width=450/13362455.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "UBIqQ7AcC9yEQ8-piH-p}@nO4-Rj^,In0}I;", "type": "image"}, {"id": 13362417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b2beabf-bfc9-429f-b707-8d2b3ff54f2e/width=450/13362417.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "UCGSDW%D00s=4m%c_4a$TC_1=|9Z?aM|DjjH", "type": "image"}, {"id": 13333037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3dd69551-a70a-4340-8732-cd29e0abb64a/width=450/13333037.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "UMGuH@XMJO~B.8%2obj?OH9bRPkCtmNGxGWB", "type": "image"}, {"id": 13333074, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89a03d40-7b51-4435-82e3-e1234289c0d0/width=450/13333074.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "UDHxQa$].k00OT4ncExG0PDj$SayXVD%xvM{", "type": "image"}, {"id": 13332975, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a9bc17f-5f61-4705-907a-475ca9ae650d/width=450/13332975.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "UGI}eH9Z9q?b~SROtR-=JZM{VaxH~XRkIBSQ", "type": "image"}, {"id": 13333026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/752f3caf-ae5f-4c74-9659-d94ec2f576f6/width=450/13333026.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "UAHBYjWT0K_200NH4:aL4;aOw3IU~Txa-pWE", "type": "image"}, {"id": 13333027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/145c0c65-0c10-4f57-bdf3-7d6a28bb678d/width=450/13333027.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "U6H_Y$001D=z0000GE?G05IoHt%2~XVr^,%f", "type": "image"}, {"id": 13333048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90de2a28-c7de-4e82-aa6d-062e75682b42/width=450/13333048.jpeg", "nsfwLevel": 1, "width": 4000, "height": 1341, "hash": "USHd]bWVj@bHO@j@ayof~WoLWCj[_NWBaybH", "type": "image"}, {"id": 13333030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25bcfd31-e3ed-44f3-a2af-2037c9a13c5f/width=450/13333030.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "UAI}R^M00K?vtSICDhRi~W8{~Vo}^+I94;XU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/524409", "modelId": 471363} \ No newline at end of file diff --git a/datasets/metadata/524496.json b/datasets/metadata/524496.json new file mode 100644 index 0000000000000000000000000000000000000000..1669bd61467e85ee3852748d7f76678480ce61a2 --- /dev/null +++ b/datasets/metadata/524496.json @@ -0,0 +1 @@ +{"id": 524496, "index": 0, "name": "white man with a black woman and a black man", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-23T12:01:01.460Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["white male with a black male and a black female", "bi mmf, bi male, bisexual male"], "stats": {"downloadCount": 82, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 441460, "sizeKB": 24724.1875, "name": "524496_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T11:25:51.083Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B7CD597C", "AutoV2": "773FD4C5EC", "SHA256": "773FD4C5ECDBC527984F100A2196714FB899803FFDE9E23869D49631707478F8", "CRC32": "2A59B55E", "BLAKE3": "09E661AD5A4AE3DBF91D0417C77EDB2C2D54006D019CF1541FDBF2B43F5C4D35"}, "downloadUrl": "https://civitai.com/api/download/models/524496?type=Training%20Data"}, {"id": 441502, "sizeKB": 223101.42578125, "name": "white_man_with_a_black_woman_and_a_black_man.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T12:01:34.853Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "389D6500", "AutoV2": "8B83512079", "SHA256": "8B83512079F7D4E550821133E34317B75C646536E9B339876A81D626C4E16D02", "CRC32": "635D7CE0", "BLAKE3": "0BBA8089723265F9510B7932CBC7A76E3A60BFBF152A7410BB6C22668DFB1245", "AutoV3": "D07800701495"}, "downloadUrl": "https://civitai.com/api/download/models/524496", "primary": true}], "images": [{"id": 13405966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fb6cbc6-789f-44b3-9206-1d2aa2d407a5/width=450/13405966.jpeg", "nsfwLevel": 16, "width": 1600, "height": 1095, "hash": "UJF=giZ#ELx^8caJROTKysbbz:xaRPOsIAw]", "type": "image"}, {"id": 13405965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37c02853-32c3-4f42-951e-45b2e4b77e60/width=450/13405965.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UGGR3Y;{kp0f00xtJAX9F{OY9Z$*IVM{~B$%", "type": "image"}, {"id": 13405968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e15b71e-5c5e-4d34-8e96-d704d442b3fd/width=450/13405968.jpeg", "nsfwLevel": 16, "width": 1600, "height": 1095, "hash": "UDG[1eRP9[S$~pE2M{-o?uRjDjs:aKsnIo9a", "type": "image"}, {"id": 13405967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2eba2172-63f3-4dc1-b86d-afa5db3c0612/width=450/13405967.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "U8Hn4:v}Gttl00NbD*%1pIIp00^j~B%L%fx[", "type": "image"}, {"id": 13405969, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7aecb64-42c4-41fb-8fa7-31746af2e95a/width=450/13405969.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1200, "hash": "U9GaqJIAO?579[~WWU~B_3M|,p%2RPxZR-0f", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/524496", "modelId": 471453} \ No newline at end of file diff --git a/datasets/metadata/524499.json b/datasets/metadata/524499.json new file mode 100644 index 0000000000000000000000000000000000000000..001b940b259b7fed2e1d02e9d9b3199a9012cc3d --- /dev/null +++ b/datasets/metadata/524499.json @@ -0,0 +1 @@ +{"id": 524499, "index": 0, "name": "Dual Persona", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-23T13:08:46.408Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["multiple views, dual persona, completely nude, pussy", "multiple views, dual persona", "multiple views, dual persona, panties"], "stats": {"downloadCount": 862, "ratingCount": 0, "rating": 0, "thumbsUpCount": 154, "thumbsDownCount": 0}, "files": [{"id": 441459, "sizeKB": 1972.8623046875, "name": "524499_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T11:25:50.762Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "405915FF0B", "SHA256": "405915FF0BE64D80100BDE887266ED16581D8D7EE186F8F86C8BC674912794BC", "CRC32": "78ED5688", "BLAKE3": "8DA3403B71802F5E33B49163A78FF43FFB81A7F2F5CC4AAB42C859EE3441A84A"}, "downloadUrl": "https://civitai.com/api/download/models/524499?type=Training%20Data"}, {"id": 441573, "sizeKB": 223101.51171875, "name": "Dual_Persona.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T12:55:50.357Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DF999D26", "AutoV2": "28A8346959", "SHA256": "28A834695965263C938052105BF4ADE1218A70C0E3FED9CAEAA5AA73F08CCCA1", "CRC32": "C7BE6A0A", "BLAKE3": "E999A37A9E29BD86765DB2F763899CF8B462A7B0674C72F9D6AD6FEB2C7F8F48", "AutoV3": "A86D28D4200E"}, "downloadUrl": "https://civitai.com/api/download/models/524499", "primary": true}], "images": [{"id": 13344678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18108ab4-4787-4e86-ac65-754397251a33/width=450/13344678.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UEQbe513Nb~pyEK6OZt7UGMyQm-;8wTd%zrC", "type": "image"}, {"id": 13345016, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84fb517d-4656-4167-922c-cc2305e68d28/width=450/13345016.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UMR2S$4.OE^+MJPBS$s9p{IAMebvM|WYt7x]", "type": "image"}, {"id": 13345233, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51024f79-1457-48ea-89ea-fba726bdfa75/width=450/13345233.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEQ+pW00NF~W4TF3OYs,L2DiMxi]$*ozRjMd", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/524499", "modelId": 471456} \ No newline at end of file diff --git a/datasets/metadata/524561.json b/datasets/metadata/524561.json new file mode 100644 index 0000000000000000000000000000000000000000..de54f59f49fd23360cad7acab001103ef4d69d1a --- /dev/null +++ b/datasets/metadata/524561.json @@ -0,0 +1 @@ +{"id": 524561, "index": 0, "name": "Anthro Lion v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-23T12:12:38.285Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["lion", "lioness"], "stats": {"downloadCount": 368, "ratingCount": 0, "rating": 0, "thumbsUpCount": 59, "thumbsDownCount": 0}, "files": [{"id": 441525, "sizeKB": 449523.58203125, "name": "Lion Training Data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T12:15:45.129Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "26F920BC", "AutoV2": "EC0F2D5B08", "SHA256": "EC0F2D5B08A376204279FCF7114B840A9DFD2E6938B9EBA4FAAE1FE82A08AFC6", "CRC32": "23880ADB", "BLAKE3": "06256F4035751DEF7574DC0BC41617F7535ECBA1EF1C9687C2087A71317C4C13"}, "downloadUrl": "https://civitai.com/api/download/models/524561?type=Training%20Data"}, {"id": 441828, "sizeKB": 223110.77734375, "name": "Anthro Lions Pony Lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T15:31:39.928Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2912EDB4", "AutoV2": "32174CDDF7", "SHA256": "32174CDDF7C0FE4564FE22F8DD180D0E6C636747EE505C4A8FD7EB089B0C74D9", "CRC32": "1BAEB23A", "BLAKE3": "7703AE2968187FB9A806645F81EDAB1805A6029B3424FB660F4944A7AED83A48", "AutoV3": "95417B784754"}, "downloadUrl": "https://civitai.com/api/download/models/524561", "primary": true}], "images": [{"id": 13341697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35f2f42f-db06-48b1-a129-bf2915a3f9c0/width=450/13341697.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UIHd.~~VE2R5PEtlnhRj0iWF-ToznModWC%1", "type": "image"}, {"id": 13341660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fc673a8-8024-42ac-ad89-f5c64ed9fec5/width=450/13341660.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UDExhJ-T-U9^~AofEhIpE3EMt6%1E2ozM|xD", "type": "image"}, {"id": 13341665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74477cd7-a9ee-4594-9389-4765f92b562d/width=450/13341665.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U5IDs*9w*002WZNe9a#*00JT0N-pOG%0=^%M", "type": "image"}, {"id": 13341674, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7300e532-5c3a-4567-b4c6-c3ee49332a6f/width=450/13341674.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UBE_~q.T7M=^GdT1jbxVOGw]ivRj9~RPnMV@", "type": "image"}, {"id": 13355502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13924448-7782-466f-bffd-9ff416bdd7f1/width=450/13355502.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UAIzeV1P05^j~p^+JEt6.S?GxsWr4?%L^*Ip", "type": "image"}, {"id": 13359855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb717178-a43a-4633-93ed-b64c291e46d2/width=450/13359855.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UDJGiu9v0meU?a~B9cX7x]^jxBIt9#ofxtM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/524561", "modelId": 471513} \ No newline at end of file diff --git a/datasets/metadata/524578.json b/datasets/metadata/524578.json new file mode 100644 index 0000000000000000000000000000000000000000..1c181178cd16fde8512322af84112a62645290e5 --- /dev/null +++ b/datasets/metadata/524578.json @@ -0,0 +1 @@ +{"id": 524578, "index": 0, "name": "Anthro Wolf v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-23T12:24:56.366Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["wolf"], "stats": {"downloadCount": 387, "ratingCount": 0, "rating": 0, "thumbsUpCount": 58, "thumbsDownCount": 0}, "files": [{"id": 441544, "sizeKB": 345193.9072265625, "name": "Wolf Training Data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T12:26:31.969Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D1B0FEE8", "AutoV2": "4892E35796", "SHA256": "4892E357963EC8A0C2149DE6AA4069FAE5195532306AC3BCE2B77A11C10B5A25", "CRC32": "CD124795", "BLAKE3": "64209221F71E3C3BF71AA0DCD3533D184B8B8E517CD1A6FB7E991A68BFBAAAAA"}, "downloadUrl": "https://civitai.com/api/download/models/524578?type=Training%20Data"}, {"id": 441831, "sizeKB": 223107.55859375, "name": "Anthro Wolf Pony Lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T15:36:38.402Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "55B64B36", "AutoV2": "09E1E2209C", "SHA256": "09E1E2209CF23CC03776DC5F13CBE8CD05F61FCBF2E69F473C442675540B40C8", "CRC32": "77026DD6", "BLAKE3": "8EF8EC4F0B758073FB29A2708009D2EA309F4A93E6E0867F4D6DD0E03CFC6EAD", "AutoV3": "2F5C3F7A0C48"}, "downloadUrl": "https://civitai.com/api/download/models/524578", "primary": true}], "images": [{"id": 13342517, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/419264e7-e833-4397-ae97-55ef963bada3/width=450/13342517.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UJF;[%}?-QX9t7xZWDkCIVM|IpbHnhNI%1sm", "type": "image"}, {"id": 13342522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef6d1c82-ecbd-4322-8765-f79fafbf2b05/width=450/13342522.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1754, "hash": "UHFN|,~AtPt7x^eqoJ%LF|ENRQs:-;X9EMW;", "type": "image"}, {"id": 13342535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29954da7-26ca-4231-8fba-1facd8b5d5e9/width=450/13342535.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "U8A0q3-o?F~p~WxaNH%1D*E29aIVMxoyoJRk", "type": "image"}, {"id": 13342536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f79619ae-cf33-462d-92ff-29809441276b/width=450/13342536.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UABDHC4=I:I9~pIVR*xuNFn$M|-;M{n%oJXS", "type": "image"}, {"id": 13342538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e0ef446-7d95-4270-a1ce-f88c0db1d46e/width=450/13342538.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UDBpz$Xn9@rXcbf8Mdj=ERsSm+ayNGWVxUn$", "type": "image"}, {"id": 13342539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00f35b3e-81ec-4be5-b3cc-2b01df3248b1/width=450/13342539.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1754, "hash": "UEEx-C-Q9?EO~Xwc9aNK9Zxrt6xaM{t7n$g4", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/524578", "modelId": 471528} \ No newline at end of file diff --git a/datasets/metadata/524807.json b/datasets/metadata/524807.json new file mode 100644 index 0000000000000000000000000000000000000000..1e9c35ae9444ff1952ff7d0071145e5b41868822 --- /dev/null +++ b/datasets/metadata/524807.json @@ -0,0 +1 @@ +{"id": 524807, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-23T14:58:55.671Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 213, "ratingCount": 0, "rating": 0, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 441752, "sizeKB": 22257.52734375, "name": "Rei_Suzukawa_Mankitsu-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T14:55:52.677Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2D77F16E", "AutoV2": "81B98C456B", "SHA256": "81B98C456B4142EB00A6637A40C3E69A1E10AE6E8B76FD088B54F81C194E107C", "CRC32": "12C98C82", "BLAKE3": "3785D2B24617E6F9BF418FA8CDE9B12148B92E3456D1B81532CDD2CA18D818E0", "AutoV3": "77822A03307C"}, "downloadUrl": "https://civitai.com/api/download/models/524807", "primary": true}, {"id": 441753, "sizeKB": 39130.0654296875, "name": "Rei_Suzukawa_MankitsuV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T14:55:54.510Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "32187E81", "AutoV2": "1E15CF41AF", "SHA256": "1E15CF41AFCACA9778CB72296B4673499FF14E96AB4E543A754A888A19A25A55", "CRC32": "5B8BC76F", "BLAKE3": "455A0A407AD8A60CDEE9025AE94D3C0A90AA482C4F268C53220BBD49ECCF4252"}, "downloadUrl": "https://civitai.com/api/download/models/524807?type=Training%20Data"}], "images": [{"id": 13353360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4b325b0-711a-4b40-8cb6-6e677d97da65/width=450/13353360.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWOWa2xu_Ns;axs:?ubHW@ay%0oL.8juV?f6", "type": "image"}, {"id": 13353358, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d19bcb53-44c2-4e37-a8bf-9a24484cb1a1/width=450/13353358.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWOWa2xu_Nogaxof?ubHW@ay%0oL.8juV?f6", "type": "image"}, {"id": 13826051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c9ec5ab-5fce-4269-9cf0-4490e7a6a30d/width=450/13826051.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaNTd;-;.8t7M{tQ.7WCtSWB?GV[~qj[jXRk", "type": "image"}, {"id": 13353868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d998492-9a41-49c9-8cd2-87116061b475/width=450/13353868.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMNv.5~q~Tni-:Rk_2NZ4oRkxY%L?wniD$V[", "type": "image"}, {"id": 13354797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74bca2af-24a5-4416-bfaf-3789f5e77779/width=450/13354797.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJMsZqIAK~011N0e?F9Z0$IT?Hwb~XtQMxs:", "type": "image"}, {"id": 13485191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a79d70be-a74b-4b37-ba16-2a241794cf99/width=450/13485191.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNMF^5~WOk^*JAxu-l-;9a%0%1Iq?HxBi^R*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/524807", "modelId": 45828} \ No newline at end of file diff --git a/datasets/metadata/524981.json b/datasets/metadata/524981.json new file mode 100644 index 0000000000000000000000000000000000000000..2db72ed64ea12a5098c40dc2c3f64bbe542f85af --- /dev/null +++ b/datasets/metadata/524981.json @@ -0,0 +1 @@ +{"id": 524981, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-23T16:56:16.269Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 151, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 441934, "sizeKB": 22254.29296875, "name": "Yurin_LeCiel_GundamAge-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T16:57:24.889Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E0A3D2C2", "AutoV2": "6FEE94BDDF", "SHA256": "6FEE94BDDF462F09190647EE03C7DBC71EB75C55641DDF72EF4395ED15C5D214", "CRC32": "9C6FAAAA", "BLAKE3": "FACC7085833157FA24FD6E28145E259FF226172111224375F932148DD20900E1", "AutoV3": "5B11387A5BF7"}, "downloadUrl": "https://civitai.com/api/download/models/524981", "primary": true}, {"id": 441935, "sizeKB": 37172.9677734375, "name": "Yurin_LeCiel_GundamAgeV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T16:56:05.498Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7CDF6ED2", "AutoV2": "82217AF7F0", "SHA256": "82217AF7F03EEB96D960739E42ABBC744444833936F8648197F2FDCC5339A278", "CRC32": "C882C15D", "BLAKE3": "6E6A023691BA28BDE84DEC236D10B96132C0C46ED276C9AF7B42E50C0B3419C7"}, "downloadUrl": "https://civitai.com/api/download/models/524981?type=Training%20Data"}], "images": [{"id": 13362170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b143c3a-a109-403a-afe7-73d64c9f0c1c/width=450/13362170.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCGRe{9s4;of8^NF00R%00%3~qR*%#xb~Vs:", "type": "image"}, {"id": 13362171, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdbd7f71-04ed-4df8-a9c6-d29219518309/width=450/13362171.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCGRe{9s4;of8^NF00R%00%3~qR*%#xb~Vs:", "type": "image"}, {"id": 13362388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2376d98-b003-429b-905a-1937130cb68e/width=450/13362388.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U8FhxT00-=xc00_3009F00?H^*%f0M8{~qIo", "type": "image"}, {"id": 13363098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/787766b6-b2d6-4547-bc75-f8fa15866655/width=450/13363098.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UHO{aT-;loJBBURPt7IT4UIpnht6~qD*%2Rj", "type": "image"}, {"id": 13363363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73d30523-4885-46a0-8c1c-218b30cb7ef0/width=450/13363363.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDHeC700.mD%t6Mw0KrW00Nu^kE2S5-o^i9Z", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/524981", "modelId": 470622} \ No newline at end of file diff --git a/datasets/metadata/52515.json b/datasets/metadata/52515.json new file mode 100644 index 0000000000000000000000000000000000000000..7103bc5afc7f2be54e29fc88865338c523890477 --- /dev/null +++ b/datasets/metadata/52515.json @@ -0,0 +1 @@ +{"id": 52515, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-22T16:18:56.238Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["YurikaMisumaru", "CaptainUniform", "CaptainHat"], "stats": {"downloadCount": 458, "ratingCount": 83, "rating": 5, "thumbsUpCount": 89, "thumbsDownCount": 0}, "files": [{"id": 38228, "sizeKB": 92103.390625, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-22T16:01:43.274Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "390F25B5", "AutoV2": "740E2FAE25", "SHA256": "740E2FAE251597B3F7EE90550EFE89C049A09A7118174C6AB08A9AFCE1C9FBB2", "CRC32": "53BC2333", "BLAKE3": "4370EF320B84B007BA35D9955CA1750AAAB7BB2CBE88AF2538EB6CD51F9813FC"}, "downloadUrl": "https://civitai.com/api/download/models/52515?type=Training%20Data"}, {"id": 38227, "sizeKB": 36986.5556640625, "name": "YurikaMisumaru.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-22T16:01:41.153Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E3E4C39B", "AutoV2": "254CBB080F", "SHA256": "254CBB080FEA23F2583E00A1B3C4F292BAC9E6827FADEB04FD78CC195CF6119C", "CRC32": "F2B3D2AC", "BLAKE3": "8B7D493BE0899511883B70CD87085C98015FBD856BD6C449F365C75B6CD75D74", "AutoV3": "7997DA474238"}, "downloadUrl": "https://civitai.com/api/download/models/52515", "primary": true}], "images": [{"id": 566373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43c19c6f-4ea1-41f3-1ca9-eac48c41ac00/width=450/566373.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UVLz:TIV~q?Hx^t7xYbb%0t7-;xtIVD*oLxu", "type": "image"}, {"id": 566309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea3ba665-2507-4c54-7127-82fdad408600/width=450/566309.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UbKmeS+v}u-B?w%2tkX8Iox[tktRjJxtxaSO", "type": "image"}, {"id": 566319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d19cb889-90d1-4f9f-741a-b6a7cfc64d00/width=450/566319.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UUI#ox_3_2%M_4xuRiayRQWBx[t6D%Rj-pt6", "type": "image"}, {"id": 566326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86008c0c-7cb0-4ab6-738b-eaa924948900/width=450/566326.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "URKx0b%M~pxtE4xut7azQ,9Z-;oIOtRP%LNG", "type": "image"}, {"id": 566332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3f6cae3-8be0-468a-aad6-97235a485200/width=450/566332.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UPJa[.xa?b?v_4xut2M_RoIVobxuD*IU%Lxt", "type": "image"}, {"id": 566333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f494c95-5c56-44d0-279a-aaaabcff0700/width=450/566333.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UVJafq~p~1s,~XkWoaa#9FMy%L%LIUNGxt%L", "type": "image"}, {"id": 566339, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67df0892-8882-472b-1379-b931eba15f00/width=450/566339.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "U9Iq[p00bn-=Eo004mD*00WA_N_34TxY_1M{", "type": "image"}, {"id": 566349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed69da17-0838-46bb-95cb-2d7d085e3200/width=450/566349.jpeg", "nsfwLevel": 16, "width": 512, "height": 1024, "hash": "UIIXdR;d00~Vo$t7-nxts;V@%KtRVYRjxv-o", "type": "image"}, {"id": 566401, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9eef90de-94cc-4154-3a6b-807ea115f600/width=450/566401.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UHLg#7_4WTtS00MxT0xZ0ft7McofIqS5n1tQ", "type": "image"}, {"id": 566403, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f0a837e-acc9-47f7-3c3f-80c9f1bc0f00/width=450/566403.jpeg", "nsfwLevel": 1, "width": 4000, "height": 217, "hash": "U^H{gBNLIVoK%jR.WEocN3WExaj?yFRns:jY", "type": "image"}, {"id": 566454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7633ec7-0742-44a7-8366-306763901000/width=450/566454.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UKJuJ]9*^cETO_Ipt8Iu4_M|xYIpajNgxUbF", "type": "image"}, {"id": 566505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2865fe00-4918-4ae1-2bd0-5c75c4d3ed00/width=450/566505.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UeLz8A$w}%xt=|$_WBofDhxoxubI%0oHf5fm", "type": "image"}, {"id": 566507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4a3b5c6-39da-4d8a-1d0d-aa5a9024b800/width=450/566507.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UPJa[.xa?b?v_4xut2M_RoIVobxuD*IU%Lxt", "type": "image"}, {"id": 566509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d981e46d-6922-4b25-4291-c3721d538c00/width=450/566509.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UOJ7:mxB=_=Y?wxYMxNG-pR*NGs:IAM{%MoL", "type": "image"}, {"id": 566506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27098dcc-1524-4292-7d01-76195275b600/width=450/566506.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "ULIq_w00R~Io?wM{jCays=s:R$t7DiM|%Mt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/52515", "modelId": 47918} \ No newline at end of file diff --git a/datasets/metadata/525324.json b/datasets/metadata/525324.json new file mode 100644 index 0000000000000000000000000000000000000000..98246451325d4b190cf57f766225d37b3e6805f3 --- /dev/null +++ b/datasets/metadata/525324.json @@ -0,0 +1 @@ +{"id": 525324, "index": 0, "name": "Fractal Fusion", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-23T23:35:43.735Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Detailed tree branches showing complex fractal patterns against a blue sky, tree branches, natural fractal, complex patterns, blue sky, nature", "high-resolution image of tree branches with natural fractal patterns, tree branches, natural fractal, branching pattern, nature, tree.", "image of tree branches in winter, showcasing the natural fractal patterns without leaves, tree branches, natural fractal, winter, leafless, nature", "serene landscape featuring a tree with detailed fractal branching patterns, tree branches, fractal patterns, serene landscape, nature.", "close-up of tree branches, emphasizing the natural fractal design, tree branches, close-up, natural fractal, intricate design, nature.", "fantasy forest where trees have exaggerated fractal branching patterns, tree branches, fantasy forest, exaggerated fractal patterns, natural fractal, nature.", "abstract representation of tree branches focusing on their fractal nature, tree branches, abstract, natural fractal, intricate design, nature."], "stats": {"downloadCount": 105, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 442379, "sizeKB": 12802.341796875, "name": "525324_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T21:30:44.899Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "456073F7", "AutoV2": "9D3CAF763E", "SHA256": "9D3CAF763EDCD5449FE02BFBC256377315FCFF138E732FAC1901CE9D97B2028B", "CRC32": "58AFCFC1", "BLAKE3": "63368014535F2642CD1822A59A78204CF5038C55A91814CCF30D153078BA4D32"}, "downloadUrl": "https://civitai.com/api/download/models/525324?type=Training%20Data"}, {"id": 442493, "sizeKB": 223101.66796875, "name": "Fractal_Fusion-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T23:05:53.196Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DBB95E7C", "AutoV2": "06AB08BAE0", "SHA256": "06AB08BAE0D31FC25AF8CBB2DAC1F6D2388259B55CEA4C16730C8FF784C4CD7D", "CRC32": "7FDC8541", "BLAKE3": "59757AF67BA6AD9DD7E14A7005C663C5EE5D9AE873411B8FBDB75DF9E3D4EBCB", "AutoV3": "2842352E965F"}, "downloadUrl": "https://civitai.com/api/download/models/525324", "primary": true}], "images": [{"id": 13387299, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b4a6069-a266-4895-9cd0-4bcbafb91f60/width=450/13387299.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UcEV:Yt2Q;sA#_r@KNSzN6O=O-obXUSgS^r?", "type": "image"}, {"id": 13387301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e73f8ca-7d1b-4d22-ac6f-161de6ef562b/width=450/13387301.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UB4*R_g5QGk$R]a1kXa6MZi_oPkqkZoygOi{", "type": "image"}, {"id": 13387300, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e8cf77a-451b-4be0-b829-e402ebc36611/width=450/13387300.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U58}#b%L00NG*IjFVuNGH+nmM^NFIWxut6In", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/525324", "modelId": 472218} \ No newline at end of file diff --git a/datasets/metadata/52551.json b/datasets/metadata/52551.json new file mode 100644 index 0000000000000000000000000000000000000000..2d3021f3b958017ce44efdf9acc40015d5e1d750 --- /dev/null +++ b/datasets/metadata/52551.json @@ -0,0 +1 @@ +{"id": 52551, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-22T16:20:47.747Z", "availability": "Public", "nsfwLevel": 7, "description": "Initial release.
", "trainedWords": ["cinder fall"], "stats": {"downloadCount": 1870, "ratingCount": 259, "rating": 5, "thumbsUpCount": 295, "thumbsDownCount": 0}, "files": [{"id": 38257, "sizeKB": 59660.0478515625, "name": "rwby_cinder.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-22T16:22:14.171Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B0328537", "AutoV2": "8C5253FB5A", "SHA256": "8C5253FB5AF933A5D894D5E0822F3354E636BF9AB4B77639E70AF951602BF403", "CRC32": "E13BED4E", "BLAKE3": "EB2DBB30D47237D0C903A80C138E60FC0179B11A0449A23256D55F7396DCF868"}, "downloadUrl": "https://civitai.com/api/download/models/52551?type=Training%20Data"}, {"id": 38256, "sizeKB": 36987.4306640625, "name": "rwby_cinder-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-22T16:21:41.856Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1B17A52E", "AutoV2": "6B1BD35C27", "SHA256": "6B1BD35C2729D8C61652C9B3BAF96E2E938117F7A875F5A4B1D38B238FE66C06", "CRC32": "1F1D44B0", "BLAKE3": "7580AD5F97865391C21AD5CDD4A56285C104A0E84F2E79048C7C256803170358", "AutoV3": "264CDC56EABA"}, "downloadUrl": "https://civitai.com/api/download/models/52551", "primary": true}], "images": [{"id": 566468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/946d80d3-3a2d-40ff-a0fe-20cb95596300/width=450/566468.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOE_gc-:IoIox[Rje.fj~VxaV@s.xaNGxaxa", "type": "image"}, {"id": 566471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a217a5a2-f606-4fc5-1136-c4cd14752100/width=450/566471.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U7GatU0hPU_3004o9F00~qxu-pxu00?G^js,", "type": "image"}, {"id": 566473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec13aca9-8b11-4738-7271-faaeddd4f400/width=450/566473.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNFFd7xuBQWB?]t7V@NGtRIpMx%2NGs:snay", "type": "image"}, {"id": 566469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca6e0fea-0877-476d-9fc2-52b962d4ed00/width=450/566469.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHGHo6~VKfIo^*-o?G%M-:-oVtj]Ioxt$*Rj", "type": "image"}, {"id": 566472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84626906-cffe-495c-462d-38586f555400/width=450/566472.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UUHBxfVtE1D%?bxus.IU~qWUMxRjxbfQIoj[", "type": "image"}, {"id": 566470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c6e5200-b230-47c2-3ec0-d7e65c53ba00/width=450/566470.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UcIhNs?a_NIU?bj[oLRjtQbHM{WBaxj[RjoL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/52551", "modelId": 47955} \ No newline at end of file diff --git a/datasets/metadata/525561.json b/datasets/metadata/525561.json new file mode 100644 index 0000000000000000000000000000000000000000..328846fefc471bc446bae74f990f0b930b34e629 --- /dev/null +++ b/datasets/metadata/525561.json @@ -0,0 +1 @@ +{"id": 525561, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-23T23:41:28.539Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 144, "ratingCount": 0, "rating": 0, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 442526, "sizeKB": 22255.91015625, "name": "Hiiragi_Kururu_MankitsuHappening-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T23:31:14.575Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D5893532", "AutoV2": "185C6D819E", "SHA256": "185C6D819E314E1D55F384290F435F74FB16A19549BFE3F5375C980F590EC844", "CRC32": "038A49B5", "BLAKE3": "2DDB1643878F1154FA3D4E227B9FEE6FED37BE219FAE11C67AB81B99D626FA51", "AutoV3": "1DC80A62F566"}, "downloadUrl": "https://civitai.com/api/download/models/525561", "primary": true}, {"id": 442527, "sizeKB": 37929.474609375, "name": "Hiiragi_Kururu_MankitsuHappeningV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-23T23:31:17.509Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5F44C7A2", "AutoV2": "ED684F902C", "SHA256": "ED684F902CAAAF93212D7EC4821B29AB51298FCCDAB8A9607F9FD751531DA51C", "CRC32": "D909E322", "BLAKE3": "E0474542E2BEF7E8CABC9A8FD4A3D0102F5192CF4C26364FFCE00A3A816B15B9"}, "downloadUrl": "https://civitai.com/api/download/models/525561?type=Training%20Data"}], "images": [{"id": 13387890, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a05ca91-d1a6-4058-8635-57aeb1625af1/width=450/13387890.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXNviFxH0Js:}6V@?boL^+ofoyofXkbFbIba", "type": "image"}, {"id": 13387889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/466d22bf-df1b-484f-98da-04d520469d33/width=450/13387889.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXNviFxH0Js:}6V@?boL^+ofoyofXkbFbIba", "type": "image"}, {"id": 13388306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4439eda-d90b-46da-99d0-ad8d1ed581f1/width=450/13388306.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UfLzBWR6D$9F}=Vrbw%MMdxuS5t7bY%fMyNG", "type": "image"}, {"id": 13389774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f76c69a-aa20-4429-a875-bcae5ce995ad/width=450/13389774.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U9NIpk%g004:00}r?G9u00xCFzR*Td?aMxx[", "type": "image"}, {"id": 13389779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93396d83-e5a7-481c-b053-4e414b3d6b19/width=450/13389779.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UfLzBWR6D$9F}=Vrbw%MMdxuS5t7bY%fMyNG", "type": "image"}, {"id": 13391234, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a65f1d8-704b-4d34-a56c-ae728a6c8880/width=450/13391234.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKOVv3~WKb%$F]-;D%yE;ds9X.k==yoL?ubw", "type": "image"}, {"id": 13391523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c93fa5db-9852-4968-8bd4-f627d412c748/width=450/13391523.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCO{dg^+8FI=00t600E1D4xZF|I;}XsA?]Nx", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/525561", "modelId": 48147} \ No newline at end of file diff --git a/datasets/metadata/525614.json b/datasets/metadata/525614.json new file mode 100644 index 0000000000000000000000000000000000000000..3aabf0e3cd3f1d3ff8d3a0fb8f8e8c945fe65bee --- /dev/null +++ b/datasets/metadata/525614.json @@ -0,0 +1 @@ +{"id": 525614, "index": 0, "name": "Alice Jade (Beta Dolly)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-24T00:55:21.915Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Al1ce J4d3,yellow skin, blonde hair, short hair, ponytail, hairbow, pink hairbow, dot eyes, eyelashes, 1girl, standing up", "noseless"], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 442577, "sizeKB": 4482.98046875, "name": "525614_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T00:25:52.946Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1A880F98", "AutoV2": "D714E5F6EE", "SHA256": "D714E5F6EE2F30744790B7D1E4B071A7B990E7C3962646581B8A348D0C382E44", "CRC32": "87F085DA", "BLAKE3": "B4B6689F9C5F2B55494A57B35D10B63BBAD93DC8E7EC2BCCD763D1E70426C6C5"}, "downloadUrl": "https://civitai.com/api/download/models/525614?type=Training%20Data"}, {"id": 442615, "sizeKB": 223100.73046875, "name": "Alice_Jade_Beta_Dolly.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T00:55:44.325Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "64F48DB8", "AutoV2": "0D1BFE5908", "SHA256": "0D1BFE5908BCF47C987DE1A57F52071B0F04CEE9A46DD7B2A914101A22EDDD5C", "CRC32": "4ECAEAF6", "BLAKE3": "DCFC0B6C54A4CC786FC0FC9E97A21D168E28B43905AC362DB8E8AA9BA9FA8B93", "AutoV3": "D79662C09189"}, "downloadUrl": "https://civitai.com/api/download/models/525614", "primary": true}], "images": [{"id": 13397740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adf51b46-6631-464d-ae1f-79a1eae392a3/width=450/13397740.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGKeb:GG3s]#L0Nev~$xLGahrIt2rxbHtLfk", "type": "image"}, {"id": 13397736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74d95dc6-2f7f-41bd-970c-d302db86557c/width=450/13397736.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "USQcFm,*KAThpIXURqs8aIjXSikXr@jFk8oy", "type": "image"}, {"id": 13397780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4748553b-b94c-4f62-8c34-7dfaaea287af/width=450/13397780.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UiQb?xt6PEoMtTbFbJa$K6jEa2W@-MjYWCbI", "type": "image"}, {"id": 13397738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/683ed5cd-8469-4b6e-b638-0cd7eeef926a/width=450/13397738.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UfQ9ZDbLGKxmtRWGnhs%o_bHaMjYnUj=kRa$", "type": "image"}, {"id": 13393540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae67286a-6fa4-4c6e-a88c-12d6900e92b1/width=450/13393540.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UROMykWa5_$~?8R:RpxANNbIoFjErgoIk*Ws", "type": "image"}, {"id": 13397781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2853389-103b-419a-ac40-fded72517b12/width=450/13397781.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UWPs2@tSGKxAyFkXW?s7IuW?nOnz?8j@awf8", "type": "image"}, {"id": 13397783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10f878b0-f871-49cd-b97e-7d4fcc206c31/width=450/13397783.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UgRKw2s;j7s*%4j]aPfiNZaxi{fA%GocW=V{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/525614", "modelId": 472487} \ No newline at end of file diff --git a/datasets/metadata/525659.json b/datasets/metadata/525659.json new file mode 100644 index 0000000000000000000000000000000000000000..6e85b4c456db6f910ff0a70cfee244d866561f47 --- /dev/null +++ b/datasets/metadata/525659.json @@ -0,0 +1 @@ +{"id": 525659, "index": 0, "name": "Charlotte (Making Fiends)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-24T01:46:36.087Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Charl0tte, blue skin, hairbow, blue hairbow, blue hair, blue dress, blue eyes,"], "stats": {"downloadCount": 30, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 442634, "sizeKB": 2756.775390625, "name": "525659_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T01:05:42.652Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A0364A40", "AutoV2": "3033B71034", "SHA256": "3033B710346D36245BF048871E0AB58949CCCA0109B4C21E4F4DD351E37F168B", "CRC32": "7B6DC358", "BLAKE3": "AACD1D63A939811DE046E01F2555543ECD63C13092C91583F069307E0E4F241F"}, "downloadUrl": "https://civitai.com/api/download/models/525659?type=Training%20Data"}, {"id": 442687, "sizeKB": 223103.02734375, "name": "Charlotte_Making_Fiends-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T01:50:56.470Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "26BF6569", "AutoV2": "4D07075F16", "SHA256": "4D07075F1686A45CED1CA7C823121A67076F9D8A252E61F4ABB770D4A5CDB90F", "CRC32": "CA6B0A93", "BLAKE3": "3748F13B024C24A8A5B31EAF2209399E5893E881E7D05D8E13E28231806F1D54", "AutoV3": "21845E495AB1"}, "downloadUrl": "https://civitai.com/api/download/models/525659", "primary": true}], "images": [{"id": 13397359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c223ba8-c669-46bc-934f-3739eec5f034/width=450/13397359.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDIrEG%M|m$~b_j?waW=I8adI^Nf%1bHR+jY", "type": "image"}, {"id": 13397356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63fd6804-3458-40c5-8575-608d82b8a81e/width=450/13397356.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIJH{#sk,9F4~VR+R.oIwGS5JDw[%MaeRjoz", "type": "image"}, {"id": 13397358, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f450ac35-ddd9-4296-b406-b72d21dd3fa9/width=450/13397358.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHJuQ0t8}ixZxZa#S5oJ$dj?JDWY%2j?R*Wr", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/525659", "modelId": 472530} \ No newline at end of file diff --git a/datasets/metadata/525730.json b/datasets/metadata/525730.json new file mode 100644 index 0000000000000000000000000000000000000000..b171d084a06188fb283763264b816a53b2bb9062 --- /dev/null +++ b/datasets/metadata/525730.json @@ -0,0 +1 @@ +{"id": 525730, "index": 0, "name": "Yorime/Cross-Eyed PonyXL", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-24T03:47:15.897Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["yorime"], "stats": {"downloadCount": 201, "ratingCount": 0, "rating": 0, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 442699, "sizeKB": 19111.8056640625, "name": "525730_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T02:00:58.523Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FBD2A754", "AutoV2": "0780656DB2", "SHA256": "0780656DB22F5866F70B6C4BF36E8314D1AF1BB9EAA15636ACF76C8FBCE12CBA", "CRC32": "B9F104F0", "BLAKE3": "7F63E8601B22CE14895FA3081E37F59DEEE1575DA9ABE3372F8316FA96E1A8AB"}, "downloadUrl": "https://civitai.com/api/download/models/525730?type=Training%20Data"}, {"id": 442817, "sizeKB": 223108.55859375, "name": "Yorime.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T03:25:48.118Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1A48B223", "AutoV2": "3EF9B9CCEE", "SHA256": "3EF9B9CCEE5D86A2310C9481F4B5074C5054EB950CD1C351ABB4D9159ECFE684", "CRC32": "DD61E6CF", "BLAKE3": "66D69A02B3D698BAA529D9AA792C65029C51FBA5EC2EC89F14E5CEC527038711", "AutoV3": "490F1664EA5B"}, "downloadUrl": "https://civitai.com/api/download/models/525730", "primary": true}], "images": [{"id": 13405143, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd237a49-2078-4f64-928d-732663c5d566/width=450/13405143.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDHxA@~WBB9F?b?bMdH?13S%i^$|yCIpT0tQ", "type": "image"}, {"id": 13405398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cec1349b-5cce-45b1-999f-a70e16faf78e/width=450/13405398.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "UOI4@c~qO@oz5rbwI;NH5TM}xGofVYWCxZn$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/525730", "modelId": 472599} \ No newline at end of file diff --git a/datasets/metadata/525846.json b/datasets/metadata/525846.json new file mode 100644 index 0000000000000000000000000000000000000000..588a6efdd08737e0a9ba107f9affa64318278d54 --- /dev/null +++ b/datasets/metadata/525846.json @@ -0,0 +1 @@ +{"id": 525846, "index": 1, "name": "Training Data", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-24T03:30:20.512Z", "availability": "Public", "nsfwLevel": 1, "description": "This is the training data.
", "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 442815, "sizeKB": 83238.3115234375, "name": "Tarshka Style.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T03:25:44.292Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4A36B64A", "AutoV2": "C61E029B58", "SHA256": "C61E029B5897AEF0B06F9A2F503374FFD9E8B2016A8463A4D4967804F78F9F00", "CRC32": "036F6B62", "BLAKE3": "CD4774E3917F6FA4F70E4D3C90DB462D6988C25D1EF7681528BB9A808B85FF4F"}, "downloadUrl": "https://civitai.com/api/download/models/525846", "primary": true}], "images": [{"id": 13404291, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/709fcde5-151c-4c03-8cd7-18f88abe536c/width=450/13404291.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UcO46rfQ~q-;t7ayxut7ofj[ayay%MWBWBt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/525846", "modelId": 472568} \ No newline at end of file diff --git a/datasets/metadata/525895.json b/datasets/metadata/525895.json new file mode 100644 index 0000000000000000000000000000000000000000..83c99be6dc6a86175ed77af493f892c55b061133 --- /dev/null +++ b/datasets/metadata/525895.json @@ -0,0 +1 @@ +{"id": 525895, "index": 1, "name": "EvoVisage v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-24T05:29:23.765Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 52, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 442903, "sizeKB": 70533.3955078125, "name": "525895_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T04:32:03.745Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C839D334", "AutoV2": "C006EF42FA", "SHA256": "C006EF42FA12A2B27179F0C2E4956C1D685D74DF0B44AC070B539F86E022FB21", "CRC32": "8EA75173", "BLAKE3": "BA09C4108570448CB47C6444A4B1FC8A4DB5E12644C823C0B6CBD9A56A593A70"}, "downloadUrl": "https://civitai.com/api/download/models/525895?type=Training%20Data"}, {"id": 442951, "sizeKB": 223100.10546875, "name": "Red_and_Black_Multicolored_Hair_and_Eyes_-_Character.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T05:26:21.795Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "11C43660", "AutoV2": "A10E562863", "SHA256": "A10E5628634535487D640CA38ABC6EC78B2F90A0BDBE9B518E5EAA79184D569D", "CRC32": "D4B12D9C", "BLAKE3": "4996E22B92A744CE0AD8CD42D24690C3EB4418A4F1179BC4615C1BC3B7AB2792", "AutoV3": "6393033C429C"}, "downloadUrl": "https://civitai.com/api/download/models/525895", "primary": true}], "images": [{"id": 13415414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42111e22-6928-4639-bfb4-bf1b32f9d19e/width=450/13415414.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULI;en0174~VIUjY9GRjOs-oRkR*nkR%t7M|", "type": "image"}, {"id": 13415417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ad2a408-6707-4ccf-ac70-774674db0e13/width=450/13415417.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQIER=~Vt,S34:jZWDxaE#kC-ps:-pxa%Mt7", "type": "image"}, {"id": 13415430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d757a447-0fd0-4546-811a-6b8a1ec39664/width=450/13415430.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFI#190L_N~C0g-oxGnh5S?HE2f5wIV@W;E2", "type": "image"}, {"id": 13415427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2658e6d-4843-4b51-9f9c-76974ce49302/width=450/13415427.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UgKTre~BXnbHIpSNoexaJUf+%1ofo#s:xuWq", "type": "image"}, {"id": 13415429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e99a3e8-62a4-474a-9505-5fb7545efd4a/width=450/13415429.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTJ%:}~VF2IoD*ayn$s:9[WV%1oLt8WB%Lf6", "type": "image"}, {"id": 13415428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2a93634-d715-4b2f-a17d-c638e9409f9c/width=450/13415428.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UcIz@-~VpJIpIoxtRjRjS$WVaejY$*aeoct7", "type": "image"}, {"id": 13415431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/227b2d47-3290-400f-a598-8ef4a3f85098/width=450/13415431.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URI4w^~UJ6E1%L-;RPjGSgj]oMWB%1IoNHoe", "type": "image"}, {"id": 13415433, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29f51b74-c181-454f-beae-7dac4c521034/width=450/13415433.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUIz}1~BPUNHE2%1%2%1K5t7wIs.bwj[WXNG", "type": "image"}, {"id": 13415438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad8585ea-aa49-443f-bfdd-a05c4408d154/width=450/13415438.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UfKKA^~B%gIoR-xtNHjZNxkCi{aexaWBt6og", "type": "image"}, {"id": 13415462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9868837-bbf9-4430-b0e4-2e2f45a62271/width=450/13415462.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UELNMk9Zys?H_3WBaKWC0#xarDIp=|azNGoe", "type": "image"}, {"id": 13417056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44d5e8e1-139b-4eda-9649-47086603d293/width=450/13417056.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGJ*9q~V.mgO4.WB-Vs.EhWVMdRj={axI;of", "type": "image"}, {"id": 13417057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8315bcf-1aa8-4eab-a73e-47f5ab3c892f/width=450/13417057.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USK^mWM|~q%L%2WVfRjZJBj[MxWB-os:NHRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/525895", "modelId": 472746} \ No newline at end of file diff --git a/datasets/metadata/525926.json b/datasets/metadata/525926.json new file mode 100644 index 0000000000000000000000000000000000000000..1efa1047aa32e13c7dfe662315d70bb1f5f9ef14 --- /dev/null +++ b/datasets/metadata/525926.json @@ -0,0 +1 @@ +{"id": 525926, "index": 0, "name": "Peridot (Steven Universe)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-24T05:28:18.159Z", "availability": "Public", "nsfwLevel": 28, "description": ".
", "trainedWords": ["peridot", "gem", "forehead jewel"], "stats": {"downloadCount": 194, "ratingCount": 0, "rating": 0, "thumbsUpCount": 66, "thumbsDownCount": 0}, "files": [{"id": 442928, "sizeKB": 8334.6630859375, "name": "525926_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T04:56:17.847Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7C3D1AF3", "AutoV2": "8B90859E76", "SHA256": "8B90859E766D78208A40A8B53EB64959BEE906848443FE2E1911BB8C9F76C1D6", "CRC32": "A70754A2", "BLAKE3": "DF60622D841D52DB54A4AFD59DD1A7D38306A830BAE9E7B03D4FB2A6F80DCF0E"}, "downloadUrl": "https://civitai.com/api/download/models/525926?type=Training%20Data"}, {"id": 442949, "sizeKB": 223101.69140625, "name": "Peridot_Steven_Universe.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T05:26:20.018Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5CF45CCA", "AutoV2": "91EC9E8B4F", "SHA256": "91EC9E8B4F08E5924FC22FA04A7892FD32580BDCF3300DC4311548C04D6E1178", "CRC32": "3B68A8AA", "BLAKE3": "1A064B728EF30D7719D6264BB2F1A49A2C655CBC6910C740377E83E12A4CBF5F", "AutoV3": "B01F14A833D2"}, "downloadUrl": "https://civitai.com/api/download/models/525926", "primary": true}], "images": [{"id": 13413988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f80fc531-b685-4d3b-94a9-6acc31579b6c/width=450/13413988.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UWL|=TI;%Ns.?^kDIpj?5SIoE1s:Elt7xas:", "type": "image"}, {"id": 13414270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27d452b1-bb31-4d6f-b89b-a206559f63b5/width=450/13414270.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UVKUilR-ECIp~qs:4=s-RCRlM|xGERS1R.ju", "type": "image"}, {"id": 13411800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3b0199a-01af-4111-9f21-ec798717a5f6/width=450/13411800.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USKdk,o~DkxZ~ppI9GjYrcIWNGf59aae-TV@", "type": "image"}, {"id": 13415229, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b35dbb7-985d-44b2-9c56-a6fce2981668/width=450/13415229.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPLD[L9F%%E1*0iv9zs:D,NFIokDTLi^%1Io", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/525926", "modelId": 472775} \ No newline at end of file diff --git a/datasets/metadata/526047.json b/datasets/metadata/526047.json new file mode 100644 index 0000000000000000000000000000000000000000..2d52b338ac8f072bd4fd7051ee088ef113a815c8 --- /dev/null +++ b/datasets/metadata/526047.json @@ -0,0 +1 @@ +{"id": 526047, "index": 0, "name": "Version 1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-25T03:59:58.371Z", "availability": "Public", "nsfwLevel": 28, "description": "V1.0
", "trainedWords": ["leech", "leechhead", "tan skin", "grey skin", "monster"], "stats": {"downloadCount": 98, "ratingCount": 0, "rating": 0, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 444494, "sizeKB": 223099.82421875, "name": "leech_monster_girl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-25T00:16:25.591Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6243FB07", "AutoV2": "9E386370EC", "SHA256": "9E386370EC2729B36E4F6927B7BE73EABA109A067C4FD9642D7CCC19E2A82BA4", "CRC32": "F4E96C1D", "BLAKE3": "4C72CCBD011B5D696758A158B7E9E1C432842EEBD290DA96EAF82FB72173310A", "AutoV3": "C1E2335D0852"}, "downloadUrl": "https://civitai.com/api/download/models/526047", "primary": true}, {"id": 443027, "sizeKB": 1244.296875, "name": "526047_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T06:15:43.075Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "294A3B9FAA", "SHA256": "294A3B9FAABB90F94C246E8A7FC81B20BE1BF21ED392861515FA9636EE0D457E", "CRC32": "629C8AF2", "BLAKE3": "6F93D52CDD6C06A42EAB332B5DA53733A8E8673249202721047ADDE9B57E4AF3"}, "downloadUrl": "https://civitai.com/api/download/models/526047?type=Training%20Data"}], "images": [{"id": 13503142, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/851ffa01-e62e-4f62-9388-2062fa85fb5c/width=450/13503142.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "U4DSwL%M?v%2~VWBNGaz?vV@M{t7OEof%2fj", "type": "image"}, {"id": 13503159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a008185d-520b-45a5-b0e8-9dceb0875fef/width=450/13503159.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UbGk%hof~Wt7xuj[xtofxtayWBofWBj[xaoL", "type": "image"}, {"id": 13503146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8e3b427-8ff2-4d8f-bfff-be222e044064/width=450/13503146.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "UEK1BxD*?u4.?w?u%2M{XnIoIpRk-=IpRP-o", "type": "image"}, {"id": 13503184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b500dcc7-3473-4042-a6cf-3bb95b6bcb10/width=450/13503184.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "U4Ambw?bT}%gMxt7tRof4.WBVrM{IUofjcof", "type": "image"}, {"id": 13503169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4371a19-1a3f-4664-ba66-2a569bad03c6/width=450/13503169.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "U5FrFl4.00s:00-:~V%2NZNGaKD%_3t6D*-:", "type": "image"}, {"id": 13503174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4343943c-b61a-43e5-92e0-471f828a47fd/width=450/13503174.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "U8Av:_NG00-;DNWrpdr=0#R*~Axa~WoJ4oR-", "type": "image"}, {"id": 13503156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d454bcb-54ad-481b-9a82-10cef0242d9d/width=450/13503156.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "U5B{=Yxa0%Or00f6V?jZAFS2}@w|00WBWBWA", "type": "image"}, {"id": 13503162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/275e9a4c-890c-4f09-a790-101030ef722c/width=450/13503162.jpeg", "nsfwLevel": 8, "width": 2048, "height": 2048, "hash": "U6BMY=-:000K00Io~W?H4.jZ?bkD.8X8VYrq", "type": "image"}, {"id": 13503157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6df5cb42-db95-48e4-961a-1568ffe707c3/width=450/13503157.jpeg", "nsfwLevel": 8, "width": 2048, "height": 2048, "hash": "U6AmMFt700%2oMoftQjZ00WV~VjuxaR*Rk%2", "type": "image"}, {"id": 13503163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6a33e65-94ce-4acb-8289-8ae504b87e36/width=450/13503163.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "UMMG@ps:tRjFIpxuofM{_4RjoKkC~qIURjxt", "type": "image"}, {"id": 13503144, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6997f4ec-2296-4f93-a50c-4ad2b3f924ef/width=450/13503144.jpeg", "nsfwLevel": 8, "width": 2048, "height": 2048, "hash": "U7IhHW~U%101?at7ofM{NvM|WVV@M{ofofV[", "type": "image"}, {"id": 13503140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e92eaaca-6ec7-4716-916a-a8a80fa533ed/width=450/13503140.jpeg", "nsfwLevel": 8, "width": 2048, "height": 2048, "hash": "UOM7cJjZ_N-;?bWBt7tR-=ayRPaeIAofj@Rj", "type": "image"}, {"id": 13503143, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14bfd3eb-ec36-48a4-ae15-ed6e04080f4f/width=450/13503143.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "URM744%2%Mxt?wxtxut7?aofM{kCM|WBWBj[", "type": "image"}, {"id": 13503165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5a01e2a-fe36-4fc1-be50-e1f35e3526bc/width=450/13503165.jpeg", "nsfwLevel": 8, "width": 2048, "height": 2048, "hash": "UVMtK$j[~q%M-;Rjaexux]ayRPayMxj[ayj[", "type": "image"}, {"id": 13491893, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8bfd2f8-0769-464c-a22f-46ad2c43203b/width=450/13491893.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UPKJJEoe}=xZ=^WVj[s.$yWVWXa}ItoLR+ay", "type": "image"}, {"id": 13503171, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3880ae87-7c3b-425f-831f-19ca500df233/width=450/13503171.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "U6Du#tt701xZ00WB?aWX~Wof-Aju,.oLx[oe", "type": "image"}, {"id": 13503172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75c28249-7b09-447b-bc51-a30559a67a16/width=450/13503172.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "UAFrYE%L57%M00WCxGWB?aay^+s:~Wt7WCs:", "type": "image"}, {"id": 13503177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2f3f54a-6a4d-4a44-8207-f7fed37493ca/width=450/13503177.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "UFEo3;WC0fxa01R*t6oL0LoffRjZ~Voe%2j[", "type": "image"}, {"id": 13503178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8444b501-fc0f-4077-ba9b-e9605058a591/width=450/13503178.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "UTKm-8%M?wI9%$%Nt7M{WXRjM{j?%LRjjExa", "type": "image"}, {"id": 13503179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2eff9b53-b960-4a56-87fe-ee56ff9ebf8a/width=450/13503179.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "ULK-RbIo~q-;.TRj%MtR-:t64oM{%2tRM{M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/526047", "modelId": 472890} \ No newline at end of file diff --git a/datasets/metadata/526331.json b/datasets/metadata/526331.json new file mode 100644 index 0000000000000000000000000000000000000000..e08fcc5431f9c6a6e3cfd93f0b576dfd845b8420 --- /dev/null +++ b/datasets/metadata/526331.json @@ -0,0 +1 @@ +{"id": 526331, "index": 0, "name": "Alex", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-24T10:55:53.173Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 24, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 443344, "sizeKB": 223099.51953125, "name": "Alex.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T10:55:53.176Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9BDDDC44", "AutoV2": "98633E46DC", "SHA256": "98633E46DC87DD48DE0EA82D3A0C379A4F0E7D95C16ECF5ACF6A0F80F5BB254B", "CRC32": "D0480709", "BLAKE3": "FD73046DAB6D9463CEAB4098EA3C52ADB121E61F4078CEEA517A5CC61A2C5764", "AutoV3": "42DB65D80E62"}, "downloadUrl": "https://civitai.com/api/download/models/526331", "primary": true}, {"id": 443292, "sizeKB": 3117.849609375, "name": "526331_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T10:16:22.221Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "105DB9CC", "AutoV2": "475A161A99", "SHA256": "475A161A996C471CFE0C3C4DAA2F8E3B900E0A1E238B69319647974927EFFF06", "CRC32": "8E52F6B1", "BLAKE3": "ECC75D77615C109F734033CD378E1AEBD25F52D90141556A479A5CD3DA71B0E6"}, "downloadUrl": "https://civitai.com/api/download/models/526331?type=Training%20Data"}], "images": [{"id": 13432203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c429205-f989-4050-a4c6-4c6eddb9ec36/width=450/13432203.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UFJQox^%010#00ni9cNb01oc~B9b-CjbSwo2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/526331", "modelId": 473149} \ No newline at end of file diff --git a/datasets/metadata/526415.json b/datasets/metadata/526415.json new file mode 100644 index 0000000000000000000000000000000000000000..c9075a6494c71d4751d969b76aaacfa8e9e7d379 --- /dev/null +++ b/datasets/metadata/526415.json @@ -0,0 +1 @@ +{"id": 526415, "index": 0, "name": "[STYLE] Triangle Strategy [Naoki Ikushima]", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-27T07:47:23.291Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 70, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 449017, "sizeKB": 223110.17578125, "name": "STYLE_Triangle_Strategy_Naoki_Ikushima.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T07:45:57.655Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C02BEE6C", "AutoV2": "CD3D037290", "SHA256": "CD3D03729033E830F3F9CBC0A96D9E12DDB80A48140D257422DB855180EF91AB", "CRC32": "686A2E3E", "BLAKE3": "07D748D9A27BB9D704EF8DEBE35653127D3EB34AEDA56E00856EE4D10FFCBAF9", "AutoV3": "6C28BC4FA67E"}, "downloadUrl": "https://civitai.com/api/download/models/526415", "primary": true}, {"id": 443386, "sizeKB": 286752.306640625, "name": "526415_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T11:26:34.397Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "11D51030", "AutoV2": "49B3D534A3", "SHA256": "49B3D534A3303CBA0083FCF32B367A50B11135F0ACB578B8D90AE08501FD4F3F", "CRC32": "6567A0EB", "BLAKE3": "E7449D5ED460FB0911BFAFEA531014BA4C7C8C34DA35066E6C55C1B57A318539"}, "downloadUrl": "https://civitai.com/api/download/models/526415?type=Training%20Data"}], "images": [{"id": 13714653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/982a7b94-067b-4fc3-9622-ed32a4e514be/width=450/13714653.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "UwP?%Txu~qRj-;jtM{WB-:WBIUt7Rjfkt7of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/526415", "modelId": 473229} \ No newline at end of file diff --git a/datasets/metadata/526450.json b/datasets/metadata/526450.json new file mode 100644 index 0000000000000000000000000000000000000000..0ad18caf444a37f2a29200651223a869c54e9468 --- /dev/null +++ b/datasets/metadata/526450.json @@ -0,0 +1 @@ +{"id": 526450, "index": 0, "name": "Samuel Prout", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-24T14:22:56.384Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 36, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 443453, "sizeKB": 20831.51171875, "name": "526450_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T12:15:46.654Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BF5F6634", "AutoV2": "B308622293", "SHA256": "B308622293E39ABC703790B989B067C3D40F5C840D938BCCB9237B4C18F90293", "CRC32": "17A79488", "BLAKE3": "D6338B30CE3C92BD9ECAB68D702573819670F383B960A2BAF641A9BB8985AC41"}, "downloadUrl": "https://civitai.com/api/download/models/526450?type=Training%20Data"}, {"id": 443644, "sizeKB": 223102.64453125, "name": "Samuel_Prout-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T14:21:28.098Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5239D6D6", "AutoV2": "AF9DE8F145", "SHA256": "AF9DE8F145B8CEF7C8196B090B693F47FCA517B053667F4B86636667ED66BCC5", "CRC32": "D192055F", "BLAKE3": "11E40F5C207291B2F0E93749F343260E2E57AEB5BC96376C0326872B025F5567", "AutoV3": "CB371E6BBFC7"}, "downloadUrl": "https://civitai.com/api/download/models/526450", "primary": true}], "images": [{"id": 13446799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83c354b8-25a6-4cc1-96b5-d2331ed204d4/width=450/13446799.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZGIAf-;W=t8~qkDWBt7%gR*adWB-;WBRjR*", "type": "image"}, {"id": 13448081, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/907173bf-95bb-4a3f-96d8-1d00f0881b1b/width=450/13448081.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZKJoHx]xuj[~p-oogoJo~WBoJWB%LIVRjWB", "type": "image"}, {"id": 13446801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13152875-3375-4749-ac56-23758eec0ab9/width=450/13446801.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWJth$%iIqxu_4%Ns:WBNMR.WAV?xvofM{jE", "type": "image"}, {"id": 13448029, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41141828-9ce7-4346-8c48-167e4152c35c/width=450/13448029.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaHn]G?btR%M~qxuoet7x^RjV@Rkx]RjRjWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/526450", "modelId": 473263} \ No newline at end of file diff --git a/datasets/metadata/526454.json b/datasets/metadata/526454.json new file mode 100644 index 0000000000000000000000000000000000000000..2cc219175ca9bfafd0da05b24f389e578e340d76 --- /dev/null +++ b/datasets/metadata/526454.json @@ -0,0 +1 @@ +{"id": 526454, "index": 0, "name": "v2.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-24T11:51:38.365Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 183, "ratingCount": 0, "rating": 0, "thumbsUpCount": 40, "thumbsDownCount": 0}, "files": [{"id": 443415, "sizeKB": 22258.45703125, "name": "Otona_Mitsuki_MankitsuHappening-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T11:50:49.331Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BDFCD692", "AutoV2": "867A36A5DB", "SHA256": "867A36A5DB553286128561773347D049C7EC85970A8EF4C0615052990BCB1E06", "CRC32": "778D43EF", "BLAKE3": "BB49D41ED2764E19231E182F2807A773E4EBEA6F2F2E44CB47B36B678E961090", "AutoV3": "F49CBA493B7A"}, "downloadUrl": "https://civitai.com/api/download/models/526454", "primary": true}, {"id": 443416, "sizeKB": 41506.9033203125, "name": "Otona_Mitsuki_MankitsuHappeningV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T11:50:53.224Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "72C940E1", "AutoV2": "1AA721123B", "SHA256": "1AA721123BBD4E413EC1D79AF1C5E5502A394633A0C3D2B5D37015D68783E6D5", "CRC32": "9AA534C7", "BLAKE3": "B05B68FAA4CE294E556A21763AE12F711969C04D0F84430B567EAD5003784EC2"}, "downloadUrl": "https://civitai.com/api/download/models/526454?type=Training%20Data"}], "images": [{"id": 13435871, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9dd3cfea-273a-4a64-ab69-64ba1766da3a/width=450/13435871.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMOMETt701of00Rj02WVOuoLr?f6_MkCo#of", "type": "image"}, {"id": 13435868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78fac037-3cb2-4b57-a300-8a739a3f5417/width=450/13435868.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMOMETt701of00Rj02WVOuoLr?f6_MkCo#of", "type": "image"}, {"id": 13436353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e7b7611-3797-4439-a120-98b078ac9d5c/width=450/13436353.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UENS:4?J0JyC00xC0-J700nj?EE0?wrCxaF2", "type": "image"}, {"id": 13447767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab836311-769f-4e14-a6b3-eeeb8eb7f2fb/width=450/13447767.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UQLM@h9~56~V?a%NEO%1%L-pRnxaOXNI=|%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/526454", "modelId": 48127} \ No newline at end of file diff --git a/datasets/metadata/526513.json b/datasets/metadata/526513.json new file mode 100644 index 0000000000000000000000000000000000000000..3b957560197fa374a186e94e8a8f561452f41eff --- /dev/null +++ b/datasets/metadata/526513.json @@ -0,0 +1 @@ +{"id": 526513, "index": 0, "name": "JR_V2", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-27T11:21:05.695Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 26, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 449273, "sizeKB": 223103.39453125, "name": "JR_V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T11:21:38.982Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5C599887", "AutoV2": "C2C3880ECA", "SHA256": "C2C3880ECA801AE11A6D1809DED5FA16DD0CD18893ED2B1B4AADF7D89EC2DEA9", "CRC32": "959C907C", "BLAKE3": "47A0364B255E8555CC1B054DD390743AA20189E706C3C8C35F6F79E40D52B990", "AutoV3": "AFFA01C724A3"}, "downloadUrl": "https://civitai.com/api/download/models/526513", "primary": true}, {"id": 443531, "sizeKB": 35282.685546875, "name": "526513_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T13:16:35.666Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EDCDCC3A", "AutoV2": "90E406C9A0", "SHA256": "90E406C9A0C40AC97C0822880CD6B0735AC4FD098C89FD4E48A2BF00AA3DD801", "CRC32": "2334E6AA", "BLAKE3": "713D7771272B781617D95A3391290351AC2B4C41AC94319BF6DC984995AD77DA"}, "downloadUrl": "https://civitai.com/api/download/models/526513?type=Training%20Data"}], "images": [{"id": 13726799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/361c57aa-75f8-42dd-91b2-c31903f5f19d/width=450/13726799.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaFOonxZS~WE~Vn%ahW;XUR*WBoKE,bHsmoJ", "type": "image"}, {"id": 13726800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ecdfb80c-f943-4154-9e77-eab28ffe38b2/width=450/13726800.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFHK^Mt7cWxt00s.V@NGIoRjX8ae~oozkWof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/526513", "modelId": 473321} \ No newline at end of file diff --git a/datasets/metadata/526602.json b/datasets/metadata/526602.json new file mode 100644 index 0000000000000000000000000000000000000000..6efb3a3067b55303f90ed695554990333d0e0c56 --- /dev/null +++ b/datasets/metadata/526602.json @@ -0,0 +1 @@ +{"id": 526602, "index": 0, "name": "Anthro Crocodiles for Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-24T15:08:46.753Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": [], "stats": {"downloadCount": 305, "ratingCount": 0, "rating": 0, "thumbsUpCount": 60, "thumbsDownCount": 0}, "files": [{"id": 443584, "sizeKB": 618765.232421875, "name": "526602_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T13:41:06.008Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D1AC301D", "AutoV2": "8DF4596B36", "SHA256": "8DF4596B360D9C3E8BA395F69A863EDA9C43565C9F009982E50EB3C5E9554EDB", "CRC32": "033B4C63", "BLAKE3": "B9175782ADE7CD893FCC369AD8E25257CB3ED93F7A4BD1CF4167178C59E71C5F"}, "downloadUrl": "https://civitai.com/api/download/models/526602?type=Training%20Data"}, {"id": 443734, "sizeKB": 223113.70703125, "name": "Anthro_Crocodiles_for_Pony-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T15:12:49.844Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0C795B38", "AutoV2": "700CDE2BDA", "SHA256": "700CDE2BDAA99592B34BED5A3636E754F56E07601F8B4F3BEEB387A532438793", "CRC32": "08013AA0", "BLAKE3": "086F21BF23D25B907DE5939CDEBFD2DE2CF151EF03C8BEE04F5402124935AEA2", "AutoV3": "D4B7FC309A49"}, "downloadUrl": "https://civitai.com/api/download/models/526602", "primary": true}], "images": [{"id": 13450087, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb6a3f1b-ba62-4a32-bab7-9da28b4b774b/width=450/13450087.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGDvyPyY.8%gcu%2.8OZD*9FX9xatSIVnh%M", "type": "image"}, {"id": 13449737, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38b229cd-365a-4dfc-9c92-ebf80e185f43/width=450/13449737.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJF~aDxw9~yX%%M|w^ks9bM{RNf,MzxuRhaJ", "type": "image"}, {"id": 13449736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d3b2bec-8b07-4039-8d68-5f2a9f710e38/width=450/13449736.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UMHd~c$wS$N2.T%0adX9A0xu$dxuo#n~aJbw", "type": "image"}, {"id": 13449738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ca24805-444c-4880-92f3-3c06c069ace6/width=450/13449738.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UQHeL7-QMx9]?wRkjDs9E,ozX5xCRokDR*t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/526602", "modelId": 473408} \ No newline at end of file diff --git a/datasets/metadata/526642.json b/datasets/metadata/526642.json new file mode 100644 index 0000000000000000000000000000000000000000..87f32823f4dbd7e5b118b5125f5d90461c82ddf4 --- /dev/null +++ b/datasets/metadata/526642.json @@ -0,0 +1 @@ +{"id": 526642, "index": 0, "name": "v3.0 200p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-24T14:11:38.651Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 166, "ratingCount": 0, "rating": 0, "thumbsUpCount": 34, "thumbsDownCount": 0}, "files": [{"id": 443624, "sizeKB": 22258.55078125, "name": "Sayaka_Midou_MankitsuHappening-KK77-V3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T14:15:43.821Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D202D4C0", "AutoV2": "857074B604", "SHA256": "857074B60401A06BCEB4002663A60CAAF7D71DE254CA0B22452E9A44033E5D40", "CRC32": "F38D2BF1", "BLAKE3": "EED2D6966320144EF8D957F4A6A2FB9B4BB45FF247D80BC2FD1F3FCC275E0E61", "AutoV3": "0FC45F4435C1"}, "downloadUrl": "https://civitai.com/api/download/models/526642", "primary": true}, {"id": 443629, "sizeKB": 43434.6220703125, "name": "Sayaka_Midou_MankitsuHappeningV3.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T14:17:03.555Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "803E17F5", "AutoV2": "879F662B5C", "SHA256": "879F662B5CC2B3501B56E69A1071BB2ECF67E157F7B2B1D0544D195CBA2CF036", "CRC32": "089B17A2", "BLAKE3": "979ECE111F1012522CE6E623C9D44EB39E336857532769C861F120E299D70482"}, "downloadUrl": "https://civitai.com/api/download/models/526642?type=Training%20Data"}], "images": [{"id": 13445833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff7d6c23-1a1a-4829-86c8-a79188e04046/width=450/13445833.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USQlUZ%hOsS#^$ae.A%2ysj[S7NGk9aKkEoJ", "type": "image"}, {"id": 13445834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53524357-0fd8-4123-b23f-c58f48257745/width=450/13445834.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USQlUZ%hOsS#^$ae.A%2ysj[S7NGk9aKkEoJ", "type": "image"}, {"id": 13446488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21261671-89a5-42f2-bf77-de452d3e0b0e/width=450/13446488.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEPr%ZyZ?ur:?Rwv0;t70KM|R8-T9sM{4TEe", "type": "image"}, {"id": 13447016, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b072b97-3653-48a3-a813-22542765668a/width=450/13447016.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U8M?PLNM00t800Sh01t601Nv03I9}?={=xRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/526642", "modelId": 48182} \ No newline at end of file diff --git a/datasets/metadata/526903.json b/datasets/metadata/526903.json new file mode 100644 index 0000000000000000000000000000000000000000..a913f9f0a04be8899aa0ba7e797dcc2dde8ac170 --- /dev/null +++ b/datasets/metadata/526903.json @@ -0,0 +1 @@ +{"id": 526903, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-24T16:38:08.466Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 145, "ratingCount": 0, "rating": 0, "thumbsUpCount": 40, "thumbsDownCount": 0}, "files": [{"id": 443875, "sizeKB": 22235.58984375, "name": "Irene_Claude_KenjaMago-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T16:42:13.354Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BDB132CC", "AutoV2": "15F39ED7D5", "SHA256": "15F39ED7D59B8C95492CFC3D6FA288313EBE8AF1F1CDDD7A052B508AAB871982", "CRC32": "315364D7", "BLAKE3": "E3BA456A5CFB2B4A4310D85A425821DD2F277A24701560E2CC3E1817031590CC", "AutoV3": "500AA57AEB67"}, "downloadUrl": "https://civitai.com/api/download/models/526903", "primary": true}, {"id": 443874, "sizeKB": 7640.779296875, "name": "Irene_Claude_KenjaMago.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T16:42:11.329Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A780551C", "AutoV2": "AC16A6B1C0", "SHA256": "AC16A6B1C06A39673B4E81C94C8A8D5249DC3A3E4C5B41F9929CA196125C7F1F", "CRC32": "5526E197", "BLAKE3": "5B507B9C67523F255575BD3B85EC4AA484E79009A30A8B200A2F061A0AE9CB35"}, "downloadUrl": "https://civitai.com/api/download/models/526903?type=Training%20Data"}], "images": [{"id": 13456394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74d99a64-a7ca-4fc2-b51c-b028db33331e/width=450/13456394.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPPsI:xu?v-oTyWB?GoJ%#ofrqoe~Boei^Rk", "type": "image"}, {"id": 13456396, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b973cc62-4d1d-401e-a875-d7eb0a47b3be/width=450/13456396.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPPsI:xu?v-oTyWB?GoJ%#ofrqoe~Boei^Rk", "type": "image"}, {"id": 13456685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7419b17b-95bf-49a2-8492-b99fafd570c2/width=450/13456685.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URPPyCt7.StR?vae_2tRFfWXZ~xZ~VbcIon$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/526903", "modelId": 473691} \ No newline at end of file diff --git a/datasets/metadata/526984.json b/datasets/metadata/526984.json new file mode 100644 index 0000000000000000000000000000000000000000..0aeb1fa2586993fbd68dcbb818abfc0e03a564c3 --- /dev/null +++ b/datasets/metadata/526984.json @@ -0,0 +1 @@ +{"id": 526984, "index": 2, "name": "1.5 Version (V1)", "baseModel": "SD 1.5 LCM", "baseModelType": null, "publishedAt": "2024-05-24T17:45:46.595Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 88, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 443963, "sizeKB": 36979.9609375, "name": "Largetit2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T17:41:23.242Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "97E66B07", "AutoV2": "B523270F81", "SHA256": "B523270F81EC551555C8FFE876270315A2585E220C2DCF6F693B6094C78B499E", "CRC32": "55416A12", "BLAKE3": "EB8A8497F4251E4CE7A7A6A3F1EDFFA10519B9FF5F4B1089D0B08D89C4B59D92", "AutoV3": "85762199CA54"}, "downloadUrl": "https://civitai.com/api/download/models/526984", "primary": true}, {"id": 443964, "sizeKB": 13008.9423828125, "name": "519894_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T17:40:49.784Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2E906074", "AutoV2": "966DDA7E31", "SHA256": "966DDA7E319521F9AA7797B4B7061210AD6B844C5CA41F1158B8F2458B590C5A", "CRC32": "06E4803C", "BLAKE3": "01888A038808917F259341CA7F3085B55029B8E5F10F7E2EDAC8B352AE6A316A"}, "downloadUrl": "https://civitai.com/api/download/models/526984?type=Training%20Data"}], "images": [{"id": 13460915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86c77584-aec9-4500-9ae5-896a48bc35a1/width=450/13460915.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UGFY0^NG56$*^h?a?b4.~ps-xWM|?GadEMni", "type": "image"}, {"id": 13460916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5efe5b66-8ce6-4002-a3f5-047b9d95f2f0/width=450/13460916.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UWI}Isxbx]9Z~UE0oz%MR+ozRPxYxat7R*Io", "type": "image"}, {"id": 13460913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daea6deb-1a82-4f76-913f-80cc94b5b96d/width=450/13460913.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UHHUh3_NL2%M?aD%?GM{tRRPjFNG?HkCNH%2", "type": "image"}, {"id": 13460914, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/433e23b9-c9af-4723-8257-db0e79b365ea/width=450/13460914.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UAGkaz%M00Rk00IU~V%L-?t8?Foe~9WTs=xa", "type": "image"}, {"id": 13460912, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c67b3d5-5a0d-440f-b62e-a0c7d79d3859/width=450/13460912.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U9G[G|_3%#^+.lt8%LIU%Mxu9FR%~Wx]D*WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/526984", "modelId": 460615} \ No newline at end of file diff --git a/datasets/metadata/527074.json b/datasets/metadata/527074.json new file mode 100644 index 0000000000000000000000000000000000000000..340ab6b588cd27067a8a5791f13851ab9c5c9b01 --- /dev/null +++ b/datasets/metadata/527074.json @@ -0,0 +1 @@ +{"id": 527074, "index": 0, "name": "vekkara_pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-24T19:44:17.082Z", "availability": "Public", "nsfwLevel": 1, "description": "1
", "trainedWords": ["vekkara"], "stats": {"downloadCount": 48, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 444119, "sizeKB": 223099.26171875, "name": "vekkara_pony-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T19:40:52.334Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B660A221", "AutoV2": "5E7436BC9A", "SHA256": "5E7436BC9A1A587412CE448E7E288E06DB42AD0989B3F11C124B9EAA85A98764", "CRC32": "982DBCFF", "BLAKE3": "E315C7A57F1F397EEA10107A847BEDFFF6C93EE3A2E12DDD5FC52A779D0C70D0", "AutoV3": "7401C9EB6839"}, "downloadUrl": "https://civitai.com/api/download/models/527074", "primary": true}, {"id": 444029, "sizeKB": 17354.8828125, "name": "527074_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T18:26:30.990Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "40E02D22", "AutoV2": "9707E6680C", "SHA256": "9707E6680C2C474FE3A5F4BF0F899F4BFEF7DD5195155736FC0ECA53A101E667", "CRC32": "FA99B18F", "BLAKE3": "932D50DC9A3F9F8BF1B056C62216877DFCEA77AECB662941430609FDA0EBC305"}, "downloadUrl": "https://civitai.com/api/download/models/527074?type=Training%20Data"}], "images": [{"id": 13470193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac636271-24c5-4068-ac83-052015660163/width=450/13470193.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAGah0IpHW%fcFWEWWNGIAR*IAxaE1xaxCRP", "type": "image"}, {"id": 13470102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ece71909-0771-4fb8-b84f-ef7c9fcc77dc/width=450/13470102.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4Fq{{5Y0}yD}sxuEfE101xu-pae-nE1x]-:", "type": "image"}, {"id": 13470160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1606f795-fb39-4512-a5b6-3db6621bd1a0/width=450/13470160.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeK1dqof~qxu-;fkR+j[-oj[NGj[ozjtWBfk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/527074", "modelId": 473853} \ No newline at end of file diff --git a/datasets/metadata/527311.json b/datasets/metadata/527311.json new file mode 100644 index 0000000000000000000000000000000000000000..40e46ef199ac02f8e9a5bccf75924f1c0f0d9207 --- /dev/null +++ b/datasets/metadata/527311.json @@ -0,0 +1 @@ +{"id": 527311, "index": 0, "name": "Corvina Charecter SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-25T13:51:23.729Z", "availability": "Public", "nsfwLevel": 28, "description": "Second attempt
", "trainedWords": [], "stats": {"downloadCount": 93, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 444632, "sizeKB": 44701.4296875, "name": "527311_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-25T02:00:49.859Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "61D3B923", "AutoV2": "4AF48523B8", "SHA256": "4AF48523B83401E8D1B25C7695F92BD244510B88F34C01D51580ABC9409A7755", "CRC32": "B939F323", "BLAKE3": "6DEC27A6FBC76CE93D17197AEB3CFFDA2DA70A19173ED8A5B40E149392188042"}, "downloadUrl": "https://civitai.com/api/download/models/527311?type=Training%20Data"}, {"id": 445596, "sizeKB": 223100.12890625, "name": "Corvina_LoRa-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-25T13:46:00.073Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E3DE9DB8", "AutoV2": "CC0116E079", "SHA256": "CC0116E0794910DB409039C5742418C161FAC14B9EA6E1D550A973587782207F", "CRC32": "F677F021", "BLAKE3": "2A86C679C841110D54894D4AD39A21100B5703F27E5A6FB33D61D34750088C7A", "AutoV3": "C9E49411036B"}, "downloadUrl": "https://civitai.com/api/download/models/527311", "primary": true}], "images": [{"id": 13547836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8b1a5ac-92f1-487f-bf5c-cbe855eaa847/width=450/13547836.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U7E.IWs801O=0poz^7-V01xa~W%3_ME2-m-o", "type": "image"}, {"id": 13548968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b130aa8-70aa-4fcc-9145-e77614a9aa12/width=450/13548968.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UEGRk[.800-;0*-=~CI;Di?b~qRk-;%Mn%s.", "type": "image"}, {"id": 13547517, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e370e1b-bd54-429a-b5db-8932d25e2d70/width=450/13547517.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U7GHh,5T019u$+xu?GXS00E1Os}@EeD*M{M{", "type": "image"}, {"id": 13548625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f8f0b8d-2fd3-4688-b8a3-e91cd30a9c09/width=450/13548625.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKIOU-IA_N_3$%-qNbtRMwt7IUM_t7ofRkRj", "type": "image"}, {"id": 13548314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc7f8911-7527-42d8-a4a1-8465bf113546/width=450/13548314.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UDHw=X8_0KIV4-oex]so0dI:=x-p}[xuM_Rj", "type": "image"}, {"id": 13549285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18fae512-7efc-4245-b1db-a8164c92452d/width=450/13549285.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U7Fhhj^i0K%g~U-pb]^*02EM~B^+sCt7E30L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/527311", "modelId": 474073} \ No newline at end of file diff --git a/datasets/metadata/527346.json b/datasets/metadata/527346.json new file mode 100644 index 0000000000000000000000000000000000000000..95b79a225f204439134102c5e2a98d73fe190feb --- /dev/null +++ b/datasets/metadata/527346.json @@ -0,0 +1 @@ +{"id": 527346, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-24T21:44:48.265Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Eddie"], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 444296, "sizeKB": 3060.060546875, "name": "526694_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T21:45:47.185Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7AF8EF92", "AutoV2": "64EF1D66B0", "SHA256": "64EF1D66B0706DBBDEEF58249E56A73643203099F9CD9011B5D7B71B734BB1D7", "CRC32": "77DBE2A1", "BLAKE3": "B739369D2883A41145DA1426E47F3062A7FF0FFB3F7ED5B7AAD003A2101E9964"}, "downloadUrl": "https://civitai.com/api/download/models/527346?type=Training%20Data"}, {"id": 444298, "sizeKB": 223100.83203125, "name": "Eddie_-_Chord_Progressions-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T21:45:50.679Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7A664DEA", "AutoV2": "4FC21DF62B", "SHA256": "4FC21DF62B6DEB2C511D588DEC4200BF8C2FCD043D0944826476C38CA3B51089", "CRC32": "5F2E7981", "BLAKE3": "47766CB7A9D0C0FEC5F09041E6E4E762998A1988C49FAF4D72DD749A9B0FFBBC", "AutoV3": "1948E663D653"}, "downloadUrl": "https://civitai.com/api/download/models/527346", "primary": true}], "images": [{"id": 13478744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0ba4c78-a60b-4fff-8587-676d85844ed6/width=450/13478744.jpeg", "nsfwLevel": 16, "width": 450, "height": 450, "hash": "UYIXjZM{X8ay~WRkRkofIooft7WBM|ofxtWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/527346", "modelId": 473498} \ No newline at end of file diff --git a/datasets/metadata/527445.json b/datasets/metadata/527445.json new file mode 100644 index 0000000000000000000000000000000000000000..28dd56b1d06f98a7dd8e2c7886053ecd85532e2d --- /dev/null +++ b/datasets/metadata/527445.json @@ -0,0 +1 @@ +{"id": 527445, "index": 0, "name": "Penelope Pitstop", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-25T01:17:16.268Z", "availability": "Public", "nsfwLevel": 28, "description": "this is my first version.
", "trainedWords": [], "stats": {"downloadCount": 105, "ratingCount": 0, "rating": 0, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 444418, "sizeKB": 60991.1572265625, "name": "527445_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T23:10:47.355Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4798E2EE", "AutoV2": "FAE1CBC788", "SHA256": "FAE1CBC788D2B5E0BFA8719623A3728D24DD4F7327AFA9AF699743B59FA60BA6", "CRC32": "CDD2F702", "BLAKE3": "74A00B8F73D16CE3F4BA2C0CFA9C6B6C64AFAA2F4E1F7994E22ACE5E54A6FBD0"}, "downloadUrl": "https://civitai.com/api/download/models/527445?type=Training%20Data"}, {"id": 444571, "sizeKB": 223102.48046875, "name": "Penelope_Pitstop-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-25T01:15:55.944Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D24CCA1F", "AutoV2": "5F84BB9773", "SHA256": "5F84BB977389CBBC8AE6F0D536CC0738FE2B4C4C6965D45E00752E3B89E61087", "CRC32": "D6272A94", "BLAKE3": "EEA5E2D1026AF222AF8304CEF8409ACB2C584106D9BBE236A6AE203453F06D05", "AutoV3": "0FC75909EFEF"}, "downloadUrl": "https://civitai.com/api/download/models/527445", "primary": true}], "images": [{"id": 13493040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/181cfdc7-37db-4603-82f2-50a0b5c28e9a/width=450/13493040.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJNa[Ht74Gs;HUjtvOWVNPjsR$ju,{bHjBbH", "type": "image"}, {"id": 13493219, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30582068-9750-40d5-968e-15c0da226c2c/width=450/13493219.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UTNwKCXS8J%gI[z.xtK*E-S%$yt2pKSjWUt2", "type": "image"}, {"id": 13493062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/651ea596-1261-44c6-9714-8b1cbdc7d32c/width=450/13493062.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHIrKvtR8utR#6bbO[i_L1X8zqrZO[n$wHXS", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/527445", "modelId": 474199} \ No newline at end of file diff --git a/datasets/metadata/527500.json b/datasets/metadata/527500.json new file mode 100644 index 0000000000000000000000000000000000000000..b9db02b9a90ba3a0f00f5e3024c7de42ec2738b9 --- /dev/null +++ b/datasets/metadata/527500.json @@ -0,0 +1 @@ +{"id": 527500, "index": 0, "name": "Furry Anthro Rhino for Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-25T02:31:23.042Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": [], "stats": {"downloadCount": 190, "ratingCount": 0, "rating": 0, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 444491, "sizeKB": 517187.314453125, "name": "527500_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-25T00:11:46.093Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2E08D999", "AutoV2": "79C7CE50AB", "SHA256": "79C7CE50AB00BBD6A55B2A6F4AEB76AE2104FE8EF33BFEDF76D5359297F950C8", "CRC32": "E2C9C3C1", "BLAKE3": "35CD7C7802DDA74297B9FA8270C72598A6527E5CE40FB40439B3490849217F53"}, "downloadUrl": "https://civitai.com/api/download/models/527500?type=Training%20Data"}, {"id": 444684, "sizeKB": 223116.16015625, "name": "Furry_Anthro_Rhino_for_Pony-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-25T02:31:24.619Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "43D00F4A", "AutoV2": "DC8AB73545", "SHA256": "DC8AB73545EA9E17B41E735A7910432B67C4EC84097EB37436D4FF2961DE0AD2", "CRC32": "5836D101", "BLAKE3": "A4555D1970FD003358A70033CE2C5F18768E1B8E1D2F33A34A97FE8A0B4D87A6", "AutoV3": "93A468CFF6F7"}, "downloadUrl": "https://civitai.com/api/download/models/527500", "primary": true}], "images": [{"id": 13582552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b0d8f40-b2c2-413c-b935-a07617fcffd9/width=450/13582552.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U6F#~?.9Q*ro3s~p0000^%tl#6e8?vSiIU$z", "type": "image"}, {"id": 13582744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72ac1bc5-0e52-412f-a736-c0697f6062a1/width=450/13582744.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UHF=gd9G-4-oGwnME1I;%hV?r=jZo~R*xCs,", "type": "image"}, {"id": 13582554, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac3a0063-c49c-4334-8dba-8f4cd9713229/width=450/13582554.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U9Gk?[?cx[K724V?Ot%g0MRj^OMxohR+M_Rj", "type": "image"}, {"id": 13582743, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa0369d1-0f1a-4398-84f9-01d658e1da76/width=450/13582743.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UIFreR4.$y-pL4VYE2NHOZi^wbIoj]WAs8o0", "type": "image"}, {"id": 13582553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a5b2153-04dd-493e-a4b6-3a7e56ed4607/width=450/13582553.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UPHBl9~UWAMxyZR-NGM{EQV@%1oJIVM{oft8", "type": "image"}, {"id": 13498288, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4531ffa-b294-49cb-b4f9-5d5541987fee/width=450/13498288.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHGl6R?vE*o~?^RlM|tmtmxuVYtRTKxuR4t7", "type": "image"}, {"id": 13498289, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0557b080-4f5a-4f65-a055-4fa8dd101fdb/width=450/13498289.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UTHeLG?aae?G.TSiM|S5TLofi_WEkrofV@jY", "type": "image"}, {"id": 13498287, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50eb35ec-b062-4203-bc62-f2acead418cc/width=450/13498287.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UKGRxL$KadtS_NIUs,%2KkIUo#xa%gskNJoz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/527500", "modelId": 474249} \ No newline at end of file diff --git a/datasets/metadata/527501.json b/datasets/metadata/527501.json new file mode 100644 index 0000000000000000000000000000000000000000..b3f56adece8dc5dc9a9a75e9572b79de96b1ff6d --- /dev/null +++ b/datasets/metadata/527501.json @@ -0,0 +1 @@ +{"id": 527501, "index": 0, "name": "Pov B+T+handjob pony 2.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-24T23:44:19.911Z", "availability": "Public", "nsfwLevel": 16, "description": "This is a update for a sex position Lora for pov blowjob + titjob + handjob. Head grabs have now been added to the keywords
Prompts
grabs
Head grab (should work with any pov, pov blowjob, pov titjob, pov handjob prompts)
One handed head grab (should work with any pov, pov blowjob, pov titjob, pov handjob prompts)
Pov (nojob)
Pov
Pov, cumshot (add , breast or , face to the end if you want to direct the cumshot)
Pov blowjob
Pov blowjob (add , Shallow penetration or , deepthroat to change the depth)
Pov blowjob, creampie
Pov titjob
Pov titjob
Pov titjob, cumshot (add , breast or , face to the end if you want to direct the cumshot)
Pov titjob, blowjob (add , Shallow penetration or , deepthroat to change the depth)
Pov titjob, blowjob, creampie
Pov handjob
Pov handjob
Pov handjob, cumshot (add , breast or , face to the end if you want to direct the cumshot)
Pov handjob, blowjob (add , Shallow penetration or , deepthroat to change the depth)
Pov handjob, blowjob, creampie
", "trainedWords": ["Pov, ", "Pov titjob, ", "Pov handjob, ", "cumshot,", "breasts,", "face,", "Pov blowjob,", "Pov titjob, blowjob,", "Pov handjob, blowjob,", "Shallow penetration,", "deepthroat,", "creampie,", "Head grab, ", "One handed head grab, "], "stats": {"downloadCount": 4735, "ratingCount": 0, "rating": 0, "thumbsUpCount": 594, "thumbsDownCount": 1}, "files": [{"id": 444457, "sizeKB": 223099.44140625, "name": "Pov_Blowjob__Titjob__Handjob_2.0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T23:45:55.573Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C36A38A8", "AutoV2": "51787E0EBD", "SHA256": "51787E0EBDA376FBE750BE3351031A3BA299DA7AA112EBFE73F798C34EF631EC", "CRC32": "FAA00264", "BLAKE3": "8D034B968C40C612B192826FB67446863DAA93DACCE842F4B65A9BD5150F0760", "AutoV3": "AE8CB2E31C0D"}, "downloadUrl": "https://civitai.com/api/download/models/527501", "primary": true}, {"id": 444454, "sizeKB": 32827.642578125, "name": "527252_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-24T23:46:30.057Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "22584C23", "AutoV2": "0D674BE09C", "SHA256": "0D674BE09CCE78A9623AB772F1162BBC2C27E7526CFD85E99DD522A0869C6970", "CRC32": "8576DEBD", "BLAKE3": "A3C5A5D1F0863DCD3B57A238BDB1541457F12D9F11AE6B03B696C9C8DBEAEBE6"}, "downloadUrl": "https://civitai.com/api/download/models/527501?type=Training%20Data"}], "images": [{"id": 13490076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca12c8c8-5942-482a-9dd7-ced7f7bda9b2/width=450/13490076.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UGKvvy~U02RREKadV]M}0MaL%Kxt02$*x@t6", "type": "image"}, {"id": 13490078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e74b5976-6acd-4254-bf30-80eb3296f2f6/width=450/13490078.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UEKvss~U01nm9sn}s;Ip03nh%Ja#02-o%e%1", "type": "image"}, {"id": 13490077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5128ad39-5a84-4d73-a743-ebad26a89c33/width=450/13490077.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UGJ%Uc~U02IVx:W-M}Ip9uxasnay0Mw{xrtQ", "type": "image"}, {"id": 13490084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/845dafe2-b585-43fc-92ab-53b1d8af0661/width=450/13490084.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "U6KT3#0100~U??aN0M?F0{D*$,-p000L~VS5", "type": "image"}, {"id": 13490080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1f69492-1006-4b7a-b4a9-c69ddc7f60e9/width=450/13490080.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "U5K9}d0000~U_IV_4p?G1FD*$m-.000M_1NH", "type": "image"}, {"id": 13494310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e86e8819-2b7c-4a80-af30-1711f5dcddcd/width=450/13494310.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UJINX7~UEfNa4:Rj-.Ipnhn%jFWB?HNHIVRk", "type": "image"}, {"id": 13494311, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6307a6d8-764f-4a64-ac35-1beb553e6e69/width=450/13494311.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UPID]q~VJ8IpE2IqxtNGxuWYWBRj-;I;NGae", "type": "image"}, {"id": 13494306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c9b9ebd-7aa4-4790-830b-bf4f87fbdecc/width=450/13494306.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UAJG$Z030g~U0xT1?G%L.kIrH@EM0}9u#lE2", "type": "image"}, {"id": 13494305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85272ca0-981f-4064-ae13-b8203113cc29/width=450/13494305.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UCKA1l030M?H0zS*soo|.kIrQ-9]009^?GRQ", "type": "image"}, {"id": 13494308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1f02b66-ce9f-4562-9897-1932478427b3/width=450/13494308.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UAJ%g;0302~B0KOG^*-o*HItH@EL1f58#8E2", "type": "image"}, {"id": 13494307, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea7319ad-e511-4cb8-9637-47c0b0e5f697/width=450/13494307.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UKJt0P~U5kNG9tNG-:NZt6xakCof-:WXIooL", "type": "image"}, {"id": 13494309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e12c2320-f871-4bf8-bc8c-8cc617b9c0cc/width=450/13494309.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UBJ?{L0O0g~B0KyD?b-U.RIWM|9uBo4:rqEM", "type": "image"}, {"id": 13498441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e54986fb-0218-4022-b296-8f364b5c427d/width=450/13498441.jpeg", "nsfwLevel": 16, "width": 800, "height": 1169, "hash": "USHda7~AI:Rj0gRi-nbbogxZV@WXWEa{NHWC", "type": "image"}, {"id": 13498443, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5480ec8e-6ee8-4d1f-8357-9d131f8df4bf/width=450/13498443.jpeg", "nsfwLevel": 16, "width": 800, "height": 1169, "hash": "URG*Qb~BJ7IV4;Ri%1xaNH%1sTfis:NINGWC", "type": "image"}, {"id": 13498444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9aa6378d-b2e0-486e-b0ad-539727b941c4/width=450/13498444.jpeg", "nsfwLevel": 16, "width": 800, "height": 1169, "hash": "UPH^x1~BS^Rj58M{-nt7t7xZRQWCRjoIIpxZ", "type": "image"}, {"id": 13498446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37ad941c-7786-4bb6-b633-6146031bb3f0/width=450/13498446.jpeg", "nsfwLevel": 16, "width": 800, "height": 1169, "hash": "U8H1b}010wkE00?H={xG0e=_0NN@00Ns~VIV", "type": "image"}, {"id": 13498445, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80388676-9121-4117-ad11-c189ce635903/width=450/13498445.jpeg", "nsfwLevel": 16, "width": 800, "height": 1169, "hash": "U8HnHa020^%300?HxGt60z?E9II.00JO~VE2", "type": "image"}, {"id": 13498442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4f3543c-34c7-4dab-bcc8-2dfdd1fa0449/width=450/13498442.jpeg", "nsfwLevel": 16, "width": 800, "height": 1169, "hash": "UQIp}3~AI.M{57M{-ot6j[t5jGofWBs.E3s:", "type": "image"}, {"id": 13498440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af9b4f1b-6539-4fd9-9f4d-360f8eb53559/width=450/13498440.jpeg", "nsfwLevel": 16, "width": 800, "height": 1169, "hash": "UHH^x1}?5QMx0gIU={s+n$-o-Uxs%2ozE2xa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/527501", "modelId": 446163} \ No newline at end of file diff --git a/datasets/metadata/527557.json b/datasets/metadata/527557.json new file mode 100644 index 0000000000000000000000000000000000000000..5209d700d905e4887917d6899c9a3f40b059cc12 --- /dev/null +++ b/datasets/metadata/527557.json @@ -0,0 +1 @@ +{"id": 527557, "index": 1, "name": "v1.5 Girl w/ Big Sword", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-26T00:51:46.828Z", "availability": "Public", "nsfwLevel": 7, "description": "Improved tagging. Larger training data.
", "trainedWords": ["giant_sword", "giant_long_sword", "giant_short_sword", "giant_onesided_sword"], "stats": {"downloadCount": 460, "ratingCount": 0, "rating": 0, "thumbsUpCount": 108, "thumbsDownCount": 0}, "files": [{"id": 446552, "sizeKB": 223102.44921875, "name": "Anime_Girl_w_Big_Sword_v1.5-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-26T00:51:37.727Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AAFAAC6C", "AutoV2": "BDB92EF640", "SHA256": "BDB92EF640EC42464596D5905FAAF899B28541C0704F8F18691CEDDED12656F3", "CRC32": "A09372AC", "BLAKE3": "32FD2A28EA77D114F24AD071B28711FCA08D502DD034C95E7483894214DBD552", "AutoV3": "2836F60004B9"}, "downloadUrl": "https://civitai.com/api/download/models/527557", "primary": true}, {"id": 446547, "sizeKB": 11033.9189453125, "name": "527563_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-26T00:50:57.478Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "04F72B97", "AutoV2": "8A513F566F", "SHA256": "8A513F566FDB3B161EADC78DE115B1362B2A554E3283C9F84710E5569DF05DCC", "CRC32": "5E082FFD", "BLAKE3": "B2EBB2211779DE834794F227A7009089F629CDFBF1B3B9D6AAFC19868346D320"}, "downloadUrl": "https://civitai.com/api/download/models/527557?type=Training%20Data"}], "images": [{"id": 14161703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7691803e-bcf9-4e77-844c-5c1805b14842/width=450/14161703.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGGHSiW=ogxZ01WB9uNHo}xaNGoKS2jG~BbH", "type": "image"}, {"id": 14161884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6c6e095-ced5-47c9-9b9d-0ca1ade52f8f/width=450/14161884.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6G@*|Sgoe}@01xa0LaMEMxZxtR+Ezs:=|9u", "type": "image"}, {"id": 13669591, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f920cc4-a2e9-47aa-9d82-a19fd2e14602/width=450/13669591.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UDELsd%201Ip~pR+D%xZ?aoe8{oLoMjFIooz", "type": "image"}, {"id": 14562454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e58ad475-dd1d-4e2c-ba30-e4039bbbcc98/width=450/14562454.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UUF?w.jZ?^o}4:WVIVWBxat7M_oe%goe%Lof", "type": "image"}, {"id": 13672109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65651c83-d636-445e-b1d0-2579c9889d93/width=450/13672109.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U6DlsI^+009uIAM{01jZ*JNGDO%1-oxGofbb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/527557", "modelId": 457239} \ No newline at end of file diff --git a/datasets/metadata/52758.json b/datasets/metadata/52758.json new file mode 100644 index 0000000000000000000000000000000000000000..4702410d667fde3b083440e4b53786f52196e1b1 --- /dev/null +++ b/datasets/metadata/52758.json @@ -0,0 +1 @@ +{"id": 52758, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-22T22:35:59.658Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": ["Jessica_Cruz_rwby"], "stats": {"downloadCount": 369, "ratingCount": 22, "rating": 5, "thumbsUpCount": 32, "thumbsDownCount": 1}, "files": [{"id": 38390, "sizeKB": 36979.671875, "name": "Green_Lantern_rwby-20.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-22T22:31:39.201Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0C07F1BF", "AutoV2": "3AE0AC8D98", "SHA256": "3AE0AC8D98C00E0BF31FD81972DA599671D31EC966A3C2D141CCCD3672522559", "CRC32": "E47A010B", "BLAKE3": "4693F8FEAB850C04EBB6C09FA271C8380A0E37B505FEFE72806D8969B7ADE10B"}, "downloadUrl": "https://civitai.com/api/download/models/52758", "primary": true}, {"id": 38393, "sizeKB": 18356.06640625, "name": "Green lantern full dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-22T22:36:27.222Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B5A2E8FF", "AutoV2": "6899D32A98", "SHA256": "6899D32A9857BFE29BB8FF8336766B6482105198045C66648D3E219B0303646A", "CRC32": "1B6DE2D6", "BLAKE3": "BC9789CB7969B7CFBC8183FDD5281F86C989256AE2F7FD0985130602DF87E5D8"}, "downloadUrl": "https://civitai.com/api/download/models/52758?type=Training%20Data"}], "images": [{"id": 569129, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92d697d4-78ca-4050-c76a-7ed64ab99a00/width=450/569129.jpeg", "nsfwLevel": 1, "width": 768, "height": 1088, "hash": "UHI}-D%MyFx]H^t7?vM|cEt7?Hof%hS1~q%2", "type": "image"}, {"id": 569130, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4351fdb-905c-4a5e-934c-44909063ff00/width=450/569130.jpeg", "nsfwLevel": 8, "width": 768, "height": 1088, "hash": "UCKA[]NOV$?8~X9ZOS000M-p=|X8R%%2xuNx", "type": "image"}, {"id": 569138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37b78e12-d33d-4c77-05f1-16bead5d2400/width=450/569138.jpeg", "nsfwLevel": 1, "width": 544, "height": 1024, "hash": "UEGl0C4m0K%L?u9Fx]ofRPRj~qax4ot7RkWB", "type": "image"}, {"id": 569136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58b5c6cd-5d98-493a-f60b-d36880c43700/width=450/569136.jpeg", "nsfwLevel": 1, "width": 800, "height": 1128, "hash": "UMGb*W?vWC%M_Nx]Rjt7-;xujsofM{RPRPax", "type": "image"}, {"id": 569131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be7dc4ab-bcbc-4132-14eb-41e2b7d12800/width=450/569131.jpeg", "nsfwLevel": 8, "width": 544, "height": 1024, "hash": "ULJ*3S~p%gfiK+tlkXWBF4NykDxaT1t8X8ax", "type": "image"}, {"id": 569139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cb60e48-a4b7-4819-341e-a0153f39ca00/width=450/569139.jpeg", "nsfwLevel": 1, "width": 768, "height": 1088, "hash": "UdJRaLt7j?n$pyRkfkay-VV@ogofInofozWV", "type": "image"}, {"id": 569132, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0fa349d-cc57-4f5a-e46e-03b8bf785900/width=450/569132.jpeg", "nsfwLevel": 4, "width": 960, "height": 1280, "hash": "U6F~N%OsD*^*56Shs:D%~q-Vbukq4:RORPoz", "type": "image"}, {"id": 569133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2decdd3-0e91-46c5-98d9-5e8a1ec8cf00/width=450/569133.jpeg", "nsfwLevel": 1, "width": 768, "height": 1088, "hash": "UNH_=8xuM{xu?wogRij[xaofM{WB_Nofayof", "type": "image"}, {"id": 569134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f44e9991-b8d4-4d69-cf95-6dcd0c038700/width=450/569134.jpeg", "nsfwLevel": 8, "width": 544, "height": 1024, "hash": "UTI5D69FE1xCyZe-Iof4pdxYxDNGI[R*$%j]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/52758", "modelId": 48143} \ No newline at end of file diff --git a/datasets/metadata/527709.json b/datasets/metadata/527709.json new file mode 100644 index 0000000000000000000000000000000000000000..5e6779543537fef68d917fee84f970edc6f3b279 --- /dev/null +++ b/datasets/metadata/527709.json @@ -0,0 +1 @@ +{"id": 527709, "index": 0, "name": "L1LY", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-25T04:24:14.398Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 444873, "sizeKB": 36977.515625, "name": "l1ly-000023.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-25T04:55:45.240Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "59701DCE", "AutoV2": "0D2967CF6B", "SHA256": "0D2967CF6B92D0DAEB6A0F62BB7D33397F0FBA41748E3E14B10ADD81E13CE98A", "CRC32": "470AF117", "BLAKE3": "9EB98A1F6A5F1896FA63556EBEE9D41F4D295AF70313F0358686871ED0321C3F", "AutoV3": "43636441176B"}, "downloadUrl": "https://civitai.com/api/download/models/527709", "primary": true}, {"id": 444641, "sizeKB": 1618.4111328125, "name": "527709_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-25T02:06:35.889Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "F78FD381C1", "SHA256": "F78FD381C1A3A70DBC5D2F28C18D165ACA29A12958B1274D345F58A92ADEF7BD", "CRC32": "311BBAA2", "BLAKE3": "C37A4AB07305854A541F3D8BEB35282F0EE1FABB1FDC7FFF8E6CF15D07B28AE7"}, "downloadUrl": "https://civitai.com/api/download/models/527709?type=Training%20Data"}], "images": [{"id": 13505198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16689e15-3026-4091-b5f9-99670643a13c/width=450/13505198.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U2EL?V%j00R200-.9D000ys?~HOA530K4m^w", "type": "image"}, {"id": 13505197, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0636d749-dd7f-494f-9024-55a782d1ab36/width=450/13505197.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U3C6fj?c000000-;Xr00_4jpr{NN?FWX9axa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/527709", "modelId": 474440} \ No newline at end of file diff --git a/datasets/metadata/528193.json b/datasets/metadata/528193.json new file mode 100644 index 0000000000000000000000000000000000000000..ac645d874634c6c5622c25db72467f201b56f8cf --- /dev/null +++ b/datasets/metadata/528193.json @@ -0,0 +1 @@ +{"id": 528193, "index": 0, "name": "Male Werewolf with Female Argonian", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-25T08:56:05.740Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 51, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 445115, "sizeKB": 23122.3681640625, "name": "528193_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-25T07:51:27.234Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AA708AFC", "AutoV2": "987EFC33A9", "SHA256": "987EFC33A998B0393CE3A89498A2A32310CBA527748CB8DD463C4D7683DBEA5F", "CRC32": "E59E07B5", "BLAKE3": "882754A58196616EB624A34E7DBB38A6669EA6AF73E67341369AC1708B92EA9A"}, "downloadUrl": "https://civitai.com/api/download/models/528193?type=Training%20Data"}, {"id": 445227, "sizeKB": 223103.68359375, "name": "Male_Werewolf_with_Female_Argonian.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-25T08:55:43.933Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FE9E53A6", "AutoV2": "FFCD26E2E2", "SHA256": "FFCD26E2E243028352E5901C3314EB9FDDCA2A640C1D59D97381D19AB9F1E59B", "CRC32": "ACE7A42B", "BLAKE3": "8B850963D3CC6F2E112F319B4A0DD35DA909CEF49E1E4B714F213E23D66738F2", "AutoV3": "09C607ABFD91"}, "downloadUrl": "https://civitai.com/api/download/models/528193", "primary": true}], "images": [{"id": 13522777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12978f39-5331-4f45-b747-c279dca3e99f/width=450/13522777.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UTEVye%KoeM|~pRjRjaf-;M|oKt6-pspRjf*", "type": "image"}, {"id": 13522776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5c1df2b-9988-4e6b-8608-666762ec48a1/width=450/13522776.jpeg", "nsfwLevel": 1, "width": 800, "height": 1169, "hash": "UQEyVTtQt6-.~obHf*xt%KWBM|RQXSR,aeIp", "type": "image"}, {"id": 13522775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/343c7586-12de-4ef1-82f3-3b86b36b7d2e/width=450/13522775.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UEE.|S~p_2D*NYD%4oWBD*j[V[%LogM{xubH", "type": "image"}, {"id": 13522779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9dd8766d-b122-4b4e-b8a9-6a87bb66b6aa/width=450/13522779.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "U6Ch[=~BMyEMyAELrvNcERI;Op%10~RRoy$M", "type": "image"}, {"id": 13522778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcff5693-b7dc-4f6b-b206-2f8688b50c14/width=450/13522778.jpeg", "nsfwLevel": 1, "width": 800, "height": 547, "hash": "U4B{S]%3%M9a?@0fE29b0M,txu_10NX9D%-P", "type": "image"}, {"id": 13522782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/483ad65d-73d5-4b4d-8dca-8ce128617df4/width=450/13522782.jpeg", "nsfwLevel": 1, "width": 800, "height": 1169, "hash": "U4CiQ{~WyC4nPl9G-p%24Vnj4;x]01t68{S1", "type": "image"}, {"id": 13522783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9786bf06-7196-44b5-995c-187cfa3874b5/width=450/13522783.jpeg", "nsfwLevel": 16, "width": 800, "height": 800, "hash": "UFE{we~p%gIU.7WCtQM{x]D*9GxtD%oeMy%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/528193", "modelId": 474875} \ No newline at end of file diff --git a/datasets/metadata/528332.json b/datasets/metadata/528332.json new file mode 100644 index 0000000000000000000000000000000000000000..150eb03f8a7432a1d8aff3d4b5f8d1a079d3a733 --- /dev/null +++ b/datasets/metadata/528332.json @@ -0,0 +1 @@ +{"id": 528332, "index": 0, "name": "bo doi vietnam", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-25T09:29:45.733Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 33, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 445280, "sizeKB": 36978.2265625, "name": "bo_doi_vietnam-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-25T09:31:52.664Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C709EC5F", "AutoV2": "5CF5F926DC", "SHA256": "5CF5F926DC9A2EBCF0B022E80B829E67CF5CBDB28798E05E77A28046E33958CA", "CRC32": "5E2960AF", "BLAKE3": "0BBCDA29B6268592C8A711DCC5EAC90BEB186000DAC5B089EDD6B76F1EE7F1C0", "AutoV3": "734EC2A5B2D6"}, "downloadUrl": "https://civitai.com/api/download/models/528332", "primary": true}, {"id": 445258, "sizeKB": 815.7890625, "name": "528332_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-25T09:16:26.119Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "B10E888430", "SHA256": "B10E88843075ED03C1557B1131D9F749C5ED4587A97931092DD6039B7510E33F", "CRC32": "04A3015A", "BLAKE3": "BB55C64E3059FE009201D39E04E80ACAE0284DE985B94902CA1F02B6557592E7"}, "downloadUrl": "https://civitai.com/api/download/models/528332?type=Training%20Data"}], "images": [{"id": 13523931, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86442e3c-3d5d-4502-989e-6e93f3154270/width=450/13523931.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UEFYx^xu%MfQ~qj[Rjt7ofayRjWB%MxuofM{", "type": "image"}, {"id": 13523930, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a086c5a5-4774-438d-99a2-205a69c93f0c/width=450/13523930.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UZHLl0WBofoe~qayj[ofxut7WBofxuofayj[", "type": "image"}, {"id": 13523932, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/776b558a-a485-4ff8-be45-d480025939be/width=450/13523932.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UVHeqNWBofj[~qofj[Rj?bayayt7%MofWBj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/528332", "modelId": 474994} \ No newline at end of file diff --git a/datasets/metadata/528477.json b/datasets/metadata/528477.json new file mode 100644 index 0000000000000000000000000000000000000000..eebdbd113ee4aa8d5f4481e61d89fb9d752f2e15 --- /dev/null +++ b/datasets/metadata/528477.json @@ -0,0 +1 @@ +{"id": 528477, "index": 0, "name": "Pino Daeni - Oil Paintings Part 2", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-25T13:14:31.906Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 137, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 445417, "sizeKB": 8399.19921875, "name": "528477_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-25T11:10:56.715Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D826A5E9", "AutoV2": "C38D747D82", "SHA256": "C38D747D8229E44CE8983E460AFED446E8C0264AA3C1BCC67FD0C1867CA43050", "CRC32": "FF23388B", "BLAKE3": "65DAD1A7E5BC681ABC3D96BB1EC8E371DAF612702A009F6484DFE49250735D2B"}, "downloadUrl": "https://civitai.com/api/download/models/528477?type=Training%20Data"}, {"id": 445537, "sizeKB": 223126.95703125, "name": "Pino_Daeni_-_Oil_Paintings_Part_2-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-25T13:01:33.681Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "996E7671", "AutoV2": "2D3DED187F", "SHA256": "2D3DED187F771C575FF08F0583C2BBB2EDD50CD8C368DC878EDADD4309F82673", "CRC32": "404C059E", "BLAKE3": "DC8076AD9942FEA30F4451B74C41FA61F56930C6F7FAD64C2EBA77E4B6FF89AE", "AutoV3": "66456BD7332E"}, "downloadUrl": "https://civitai.com/api/download/models/528477", "primary": true}], "images": [{"id": 13538536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b487d0f2-ecb9-48eb-a498-9e672394e0d8/width=450/13538536.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URK,,3-:pcR5t:Rko~jE%ho#Myt7kBognhkX", "type": "image"}, {"id": 13538532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/613c5f60-dbdb-4d42-b13d-4f7019e563c7/width=450/13538532.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URI#Ju?bo}IA%%NIa$xY-;xGaKbEIVM{oHWY", "type": "image"}, {"id": 13538531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04402f1d-c05f-49e4-9115-009df8f03504/width=450/13538531.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQJafqtS5R%MyZxvxbozyXM_wJRjxHV?WmRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/528477", "modelId": 475120} \ No newline at end of file diff --git a/datasets/metadata/528772.json b/datasets/metadata/528772.json new file mode 100644 index 0000000000000000000000000000000000000000..1ee778cd1c87301e1cc179063bc988951550886b --- /dev/null +++ b/datasets/metadata/528772.json @@ -0,0 +1 @@ +{"id": 528772, "index": 1, "name": "Anthro Elephant v2.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-25T15:24:00.222Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["elephant"], "stats": {"downloadCount": 204, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 445685, "sizeKB": 223132.20703125, "name": "Anthro_Elephants_Mk_2-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-25T14:51:27.149Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4179EAE4", "AutoV2": "05FA031DC2", "SHA256": "05FA031DC218E18A89FB556DAD480E4F5781214BF74D877578828FB48BFA88A2", "CRC32": "AF995A1B", "BLAKE3": "C7EA06F922FB8EDB7DB46C79E97186152C6F86CD04C18522E73A31567AEDAD62", "AutoV3": "A89D1200EC8A"}, "downloadUrl": "https://civitai.com/api/download/models/528772", "primary": true}, {"id": 445690, "sizeKB": 717729.0224609375, "name": "528569_training_data(3).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-25T14:56:38.602Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EFA7CD8A", "AutoV2": "E4284D6BFC", "SHA256": "E4284D6BFCD3F93A277A729022078122B46BB5CC6BED9DDDC62BAFFAD43B9863", "CRC32": "DB27AFE0", "BLAKE3": "A324BC976C841C013BEF978883AE2EEEBC6673DD7BF9B2E41460999B26A2199A"}, "downloadUrl": "https://civitai.com/api/download/models/528772?type=Training%20Data"}], "images": [{"id": 13585559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c9292a0-0fe7-49c7-bc6f-6a03329a9854/width=450/13585559.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UAGR-jM{r9~V1*M{4:bI0ft6icIUjX-:={Mw", "type": "image"}, {"id": 13546729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb86b210-9619-4bc8-bbc2-1df289ee69a9/width=450/13546729.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U6FFKl0WH?7M4T02~CD*01$J4:^%4n~Vxu$L", "type": "image"}, {"id": 13548018, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3bb74ba-f777-458e-8bac-504fc5ec337e/width=450/13548018.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U9G*]40L-l~VnixaM|t7s+sAD*9GIA?as.xt", "type": "image"}, {"id": 13545848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85eb114f-9367-4ce0-a4cf-119e1b8501e8/width=450/13545848.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UDF~Q_~Wx[Io5to#NyS44oo0Z#RiWYRjjEs:", "type": "image"}, {"id": 13545868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/686241b6-9321-4615-80f9-bfae2baae149/width=450/13545868.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U9E2ztIUv_~VB?R+0eE1Mx-:-5MwMxx]elIU", "type": "image"}, {"id": 13546049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9161b98c-e7d6-4fae-a61e-01e9e7cab836/width=450/13546049.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U7F=v~_NDgD%579Z00xZr:skQ-IBTJtR-=WA", "type": "image"}, {"id": 13546061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b58e6a2-3dd1-4dcd-ad31-ea1c7695f059/width=450/13546061.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UCHBoE-o;INHT}IoS4t70*RjR.R-.9RPIUxu", "type": "image"}, {"id": 13548017, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59ce4985-c114-4485-bffc-499f01e49eab/width=450/13548017.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UAGuan56NF~WRP%MniIoM_?HIV9F-oxu-:xt", "type": "image"}, {"id": 13546713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fe8a84c-c051-413d-a841-e42bd6edd54f/width=450/13546713.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UBHUkGROrU0fCAI9K6EM4=DhMy-;xvxCnMS4", "type": "image"}, {"id": 13548401, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/283ad36e-9ac1-44e2-92bc-5219a9801db6/width=450/13548401.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UDHUqXFxVE?u={oyxGS4aJr?M{Io~VtRxuRP", "type": "image"}, {"id": 13548402, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4be2fc2-9fd6-4f99-b577-079dec0690eb/width=450/13548402.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UGHeB~Orv|?b-o%2t7RjIUnOE1E1~Vt7ofWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/528772", "modelId": 453689} \ No newline at end of file diff --git a/datasets/metadata/529268.json b/datasets/metadata/529268.json new file mode 100644 index 0000000000000000000000000000000000000000..743bea8a05d9a0a4a74f9efb35bc413c3ab9f2bc --- /dev/null +++ b/datasets/metadata/529268.json @@ -0,0 +1 @@ +{"id": 529268, "index": 1, "name": "Lady nagant", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-25T21:29:16.292Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 76, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 446157, "sizeKB": 6751.865234375, "name": "529268_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-25T19:55:53.074Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "08EC13C6", "AutoV2": "D7A55B08EC", "SHA256": "D7A55B08EC86B9E92B0DC55309C3364B19EBF4270FBD2EEC9A2958AA49E17D22", "CRC32": "5511D2B8", "BLAKE3": "5551B34E0D8A9E50DD0CC9E6562DCDF4FF6D161D7671079727794BC7B05B2C4E"}, "downloadUrl": "https://civitai.com/api/download/models/529268?type=Training%20Data"}, {"id": 446298, "sizeKB": 223099.12890625, "name": "Lady_nagant.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-25T21:31:31.578Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2AD7B949", "AutoV2": "2E3333D1DA", "SHA256": "2E3333D1DA180CF7D7137981B76D9D556F71A3FFB7E933B2800CA56A8C9D8819", "CRC32": "ADCAB7F1", "BLAKE3": "82DA802C250058C2C92DAC253B98C299A620D549941131548BAF981580C28C1A", "AutoV3": "32EC711A9B40"}, "downloadUrl": "https://civitai.com/api/download/models/529268", "primary": true}], "images": [{"id": 13573242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a70ec7b-f89f-422e-a900-9711ae46e735/width=450/13573242.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBDStcIn00RVD@-:4mRj00IU~povRiM{.5%M", "type": "image"}, {"id": 13573243, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91a630df-d705-4c05-88d7-ea9eaf2fac4f/width=450/13573243.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCF5goX9?[?HI^xt9FRk00WAD$NGMfIVtLt7", "type": "image"}, {"id": 13573246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2ed798f-d235-4955-8b2c-11644933c810/width=450/13573246.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8Csao%h00-=M;V[00t700RN~nITRiof?ZRQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/529268", "modelId": 475848} \ No newline at end of file diff --git a/datasets/metadata/529320.json b/datasets/metadata/529320.json new file mode 100644 index 0000000000000000000000000000000000000000..6652600571c1d588d1c6057ea2f9f72df10edeff --- /dev/null +++ b/datasets/metadata/529320.json @@ -0,0 +1 @@ +{"id": 529320, "index": 0, "name": "BBW wifey", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-25T22:05:31.529Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 25, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 446218, "sizeKB": 18725.888671875, "name": "529320_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-25T20:40:57.384Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "69070C7B", "AutoV2": "4680A2A104", "SHA256": "4680A2A104911CDA466878EEEBE0819D0893D4E8600CFAD1479F1C645AB7AC21", "CRC32": "29651ABD", "BLAKE3": "EDA7C0E4D0B393285D0523893C9AE07F17DBF5D1802AA5AC57ACDFA4710708CF"}, "downloadUrl": "https://civitai.com/api/download/models/529320?type=Training%20Data"}, {"id": 446341, "sizeKB": 223101.51171875, "name": "Nanou-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-25T22:06:35.243Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3A2DE5AB", "AutoV2": "865F647D04", "SHA256": "865F647D04AEFE822D14A9AC09A0F480D782E0CB709069BD0C936C54A522F210", "CRC32": "4B8F8D1D", "BLAKE3": "46F99EB867B9FB4C940B02D81806EE7CD311D504C5989C112B2D7DB5590C9285", "AutoV3": "C3A389A80971"}, "downloadUrl": "https://civitai.com/api/download/models/529320", "primary": true}], "images": [{"id": 13575961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4860ea9c-65d4-4133-9706-2bd1624fdcc5/width=450/13575961.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UUJGG|DjPmI:*GNG].sotkWVRQj[^PV[EfS2", "type": "image"}, {"id": 13575960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff660ee5-f9d4-4766-9da6-a62d4a983e1c/width=450/13575960.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8H_c000EMRP~oD$~V?H00tSM|-;?bRj9ZIV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/529320", "modelId": 475896} \ No newline at end of file diff --git a/datasets/metadata/529620.json b/datasets/metadata/529620.json new file mode 100644 index 0000000000000000000000000000000000000000..a7b5d10009d6425a2fa7d19eb09c28d7a2c48d79 --- /dev/null +++ b/datasets/metadata/529620.json @@ -0,0 +1 @@ +{"id": 529620, "index": 0, "name": "Medivh (V.1)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-26T00:58:33.535Z", "availability": "Public", "nsfwLevel": 28, "description": "First Release.
Couldn't make her breast more bigger than she currently have, I need more imageset of her to be 100% more bigger boobs
1.0
", "trainedWords": ["catboy shen (bluechair)"], "stats": {"downloadCount": 31, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 447244, "sizeKB": 223100.48828125, "name": "Catboy_Shen_Character_PonyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-26T10:10:43.478Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6B8481E7", "AutoV2": "AE148D0623", "SHA256": "AE148D062318FB83950236441866FA9C7F6BF3708BCEE6D4FB11DBAC148405C6", "CRC32": "D77534EC", "BLAKE3": "FB8E8D626E30FFE8D1DF84EA5DC72A83B761EFBFC14E3CE1C7CBBF02861534B2", "AutoV3": "0F4350DF3AE1"}, "downloadUrl": "https://civitai.com/api/download/models/530149", "primary": true}, {"id": 447162, "sizeKB": 6802.62890625, "name": "530149_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-26T08:50:46.653Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B4BB35BA", "AutoV2": "980FCD7BC3", "SHA256": "980FCD7BC39C37E8A0C29D2EBC32DDCCD783AC7E74AC6394A5AE75A051FF5652", "CRC32": "2038C050", "BLAKE3": "9C41AC648B2661098D3BB4C9952DEE1A0831AE2F200A48A6B5EBE995127DA0FF"}, "downloadUrl": "https://civitai.com/api/download/models/530149?type=Training%20Data"}], "images": [{"id": 13626183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6ae1caa-17f9-4fdb-8096-a51da2cfc3f7/width=450/13626183.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMQbEr==}ft7Mcskp1t1+qoy%gIW?8NgRSt1", "type": "image"}, {"id": 13626300, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daade97d-8e21-49ba-9334-895f8f2ca91b/width=450/13626300.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULP~1JxV^VxBZLWYS9ox;Hf5.7of_KjZRRoc", "type": "image"}, {"id": 13626322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03c9c262-11da-4e96-b551-485f9f986b27/width=450/13626322.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOQlH|wF}{oOiZi_XCxUrAtnx[Rp$_oGt1Vr", "type": "image"}, {"id": 13716522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/489a4819-2bdc-4003-a6ef-c0dcb7a2ca4c/width=450/13716522.jpeg", "nsfwLevel": 8, "width": 2432, "height": 1664, "hash": "UHDtxD~V-:-:-:?H-:%MJQ-W^j%M-V-ox[xa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/530149", "modelId": 476660} \ No newline at end of file diff --git a/datasets/metadata/530328.json b/datasets/metadata/530328.json new file mode 100644 index 0000000000000000000000000000000000000000..74e603ee5b5f55768dda7ee79fd069a252301281 --- /dev/null +++ b/datasets/metadata/530328.json @@ -0,0 +1 @@ +{"id": 530328, "index": 0, "name": "Magister Patelliday (Ben 10 Omniverse)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-26T09:34:43.396Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 22, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 447176, "sizeKB": 1618.111328125, "name": "530328_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-26T09:00:41.393Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "07D29C5396", "SHA256": "07D29C5396381401AF00AB5E0C58A340CF7D26516F7A7A5926C5E0D105CF33F1", "CRC32": "5CC04433", "BLAKE3": "3EA92EBA481DF9DDA214CC39AC430B020B97C67692A76A6EBE0C4799BFE1EAA7"}, "downloadUrl": "https://civitai.com/api/download/models/530328?type=Training%20Data"}, {"id": 447203, "sizeKB": 223099.83203125, "name": "Magister_Patelliday_Ben_10_Omniverse.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-26T09:30:46.874Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "11B97F0E", "AutoV2": "8F374ABB89", "SHA256": "8F374ABB895634009C137A01E77FB01B91A92B305B477C68CD5619615709E81C", "CRC32": "9488DD27", "BLAKE3": "54C34C365074BE831D60A6665C4689C95C8E5CFAE94E6FF4238E060D8009AC14", "AutoV3": "FC04A9A1E994"}, "downloadUrl": "https://civitai.com/api/download/models/530328", "primary": true}], "images": [{"id": 13622759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0962448-8da9-476e-92f3-835538d7c653/width=450/13622759.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFC@8Lo#jEN3_MbbRPR-RQtQn}t6N4WWn$of", "type": "image"}, {"id": 13622760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78ea5bb3-fd06-496c-a0f7-b6b9d18d7dcc/width=450/13622760.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAB48zxvV?D+~pWXM{Io%LtQocoz9GRje.tR", "type": "image"}, {"id": 13622757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/996bd691-598c-4850-9332-f69dabc3f906/width=450/13622757.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U47_Zf-=--8{_Nbdn#D*rFth-.%f01M{xZ%g", "type": "image"}, {"id": 13622838, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20d18a78-9d33-4cde-8f94-637cb1d5930a/width=450/13622838.jpeg", "nsfwLevel": 1, "width": 130, "height": 148, "hash": "UAE50|?H00S_00Rj?@Sd?aR%Vyrw?t%{bFnk", "type": "image"}, {"id": 13622839, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6d1ebf5-b192-43e4-8a0b-ec602124cbdb/width=450/13622839.jpeg", "nsfwLevel": 1, "width": 200, "height": 200, "hash": "UJF?a].800Rk00D%xuf5?dMz%fxuD*kCt6RQ", "type": "image"}, {"id": 13622836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68be4b1d-bf44-4d3d-9dbc-7172c2396584/width=450/13622836.jpeg", "nsfwLevel": 1, "width": 195, "height": 259, "hash": "UGDmXD00IV.8Im-;M|WB4p%fWAWZ?dD$t7of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/530328", "modelId": 476827} \ No newline at end of file diff --git a/datasets/metadata/530335.json b/datasets/metadata/530335.json new file mode 100644 index 0000000000000000000000000000000000000000..f79566b927e0930f26d56449c2ff3a959f675b95 --- /dev/null +++ b/datasets/metadata/530335.json @@ -0,0 +1 @@ +{"id": 530335, "index": 0, "name": "Sagittarius Aiolos Pony XL v1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-26T10:14:23.854Z", "availability": "Public", "nsfwLevel": 1, "description": "", "trainedWords": ["sagittarius_aiolos"], "stats": {"downloadCount": 53, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 447189, "sizeKB": 19208.9453125, "name": "530335_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-26T09:15:55.207Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0066DFB6", "AutoV2": "D6FE88D65D", "SHA256": "D6FE88D65D0F91FDE6C79B2A57030B1BC81EC59494F437A84EB0F683CE8EF9ED", "CRC32": "2F26A511", "BLAKE3": "2D0ECA72E4287EFB2A4C412937443863CF2F67EDF2C2AADFFDA332964F43DF0C"}, "downloadUrl": "https://civitai.com/api/download/models/530335?type=Training%20Data"}, {"id": 447254, "sizeKB": 223099.77734375, "name": "Sagittarius_Aiolos_Pony_XL_v1-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-26T10:15:56.045Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7948F107", "AutoV2": "9495F6472F", "SHA256": "9495F6472F464386F7E15750B8B09B0AAD085DE304D530C52493A10C9E5A12D7", "CRC32": "3A9BBC23", "BLAKE3": "3EFE686CBC4E41B00AE64FF134A20523AACD499B25C964DB0D137FEB13A520BB", "AutoV3": "668DE498CBCC"}, "downloadUrl": "https://civitai.com/api/download/models/530335", "primary": true}], "images": [{"id": 13654727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e19c5293-6f0e-4b68-ac04-82cc04539ce1/width=450/13654727.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCFrhP~oKG0L004pt9^*01-5a6tQ~p?uITD%", "type": "image"}, {"id": 13626510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf9d33b9-5572-438a-acb8-85e99cc4f21e/width=450/13626510.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDD,1N-.0K9Z00aj^+t7.AIVrs%1IToyShs:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/530335", "modelId": 476833} \ No newline at end of file diff --git a/datasets/metadata/530488.json b/datasets/metadata/530488.json new file mode 100644 index 0000000000000000000000000000000000000000..5f93b0377cac101bd655fd7e62bf1989dca89f0d --- /dev/null +++ b/datasets/metadata/530488.json @@ -0,0 +1 @@ +{"id": 530488, "index": 0, "name": "DC Super Hero style", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-26T17:45:08.727Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 130, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 447334, "sizeKB": 1562415.490234375, "name": "530488_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-26T11:16:47.668Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F8204155", "AutoV2": "EF54B5993D", "SHA256": "EF54B5993D27C72163717776F9979A580F1AD29A6C8A191380D0B1B46D5EBB54", "CRC32": "0AE2F958", "BLAKE3": "5FC95CA012074C8789ED72B6411F0468EBEBBC1849B0FD361E70107FAB5088DE"}, "downloadUrl": "https://civitai.com/api/download/models/530488?type=Training%20Data"}, {"id": 447952, "sizeKB": 223115.30859375, "name": "DC_Super_Hero_style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-26T17:45:48.986Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "43337616", "AutoV2": "DECBE48712", "SHA256": "DECBE48712A4AA760D36D6E0CBF3192A94CB01C79AEB9666F35CCDEB9C597F55", "CRC32": "9155BFAD", "BLAKE3": "69927252EAC0B0DFB851536F4B82BB1A9D7775817A99D2DF41EB6A8331CBBF02", "AutoV3": "79B16A097402"}, "downloadUrl": "https://civitai.com/api/download/models/530488", "primary": true}], "images": [{"id": 13660652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16b850ec-2222-427f-b51a-9ecfa082c73d/width=450/13660652.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UeLW;K%M%%E45]WXXSoeI:Rio0xbp0ofs*j=", "type": "image"}, {"id": 13660647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0ecbe5e-8d6b-462a-a79c-a253527cbd49/width=450/13660647.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UeMGP9E3_Na$whD*IpxukExuoIV@t7xusmM{", "type": "image"}, {"id": 13660651, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bc8cd52-3a9d-4c43-878d-5ddcc94f9117/width=450/13660651.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UXIgyFvNUZrYp_xX%NoHTctRRkxZ-VozNZjb", "type": "image"}, {"id": 13660646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e2b083a-7455-4136-b7ab-d6355aab638d/width=450/13660646.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UcMGkpNdCQ#+qFtRs;bbXkMxE8W:R.t5n*X8", "type": "image"}, {"id": 13660648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/955f8668-b7a1-4b55-bef7-bc5b67125cc2/width=450/13660648.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "USQt=+%0^zxb^FWBOFj]9=fS$-oc?woyIUWB", "type": "image"}, {"id": 13660653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdc4a2fc-e24b-411c-b9f1-85a5d823943c/width=450/13660653.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UgP%01xa_Nt7ngniR-S3oybGRQofx]kDt5V@", "type": "image"}, {"id": 13660656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67a6637a-97e0-4cc1-88fc-c617febda720/width=450/13660656.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UrN-Jur?.Ttl-DaeNZkVk=bva^i{X-oznPWA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/530488", "modelId": 476972} \ No newline at end of file diff --git a/datasets/metadata/530972.json b/datasets/metadata/530972.json new file mode 100644 index 0000000000000000000000000000000000000000..4cbb98fbe194494f6ab6d508266a439085498a85 --- /dev/null +++ b/datasets/metadata/530972.json @@ -0,0 +1 @@ +{"id": 530972, "index": 0, "name": "1.0 (pony)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-26T18:28:17.015Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 77, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 447925, "sizeKB": 5529.3486328125, "name": "530972_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-26T17:26:35.649Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E4A83CE2", "AutoV2": "FDDE5D8D1D", "SHA256": "FDDE5D8D1DA2DE64FC8E80BF2004E06490319D2D145DBEAC4865A325187F1CA6", "CRC32": "7D49D0B0", "BLAKE3": "B2A2A59CD04E5BBCCC5EC759545976FB3D34B63D5B942F1B46637E2BE646E7D3"}, "downloadUrl": "https://civitai.com/api/download/models/530972?type=Training%20Data"}, {"id": 447987, "sizeKB": 223101.62890625, "name": "Ezra_CommandoCurry.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-26T18:20:46.451Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0F1C585E", "AutoV2": "EA9F9626A7", "SHA256": "EA9F9626A73B2C390C4D13F725DF9C0D3A2379AF85DA67904DD399FD1CEEC9F8", "CRC32": "3AC2121B", "BLAKE3": "0903EEF6EE37C9D09B682A6A5B9FFAB6F862C8354DB467EDE73816BAA70BF640", "AutoV3": "6504D3E16F33"}, "downloadUrl": "https://civitai.com/api/download/models/530972", "primary": true}], "images": [{"id": 13665561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5af89cd8-957b-4d3f-a69c-d9daf67cc3fa/width=450/13665561.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UaKU4h%L^*%2~pWBxaRj9Zt7RjM{j]xaWAWB", "type": "image"}, {"id": 13665872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ae4aaa6-8e9f-432c-af37-2cbc33faaf29/width=450/13665872.jpeg", "nsfwLevel": 4, "width": 1216, "height": 832, "hash": "ULH24r8w?^D%7Ovzx^s:-rRiD%tROGr=NGt7", "type": "image"}, {"id": 13665721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9522f34e-a080-44a3-be95-05f37a08365b/width=450/13665721.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UQI4w}9FE2E2~qxaD*ja.8aeV@ay?HofaeE1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/530972", "modelId": 477406} \ No newline at end of file diff --git a/datasets/metadata/53102.json b/datasets/metadata/53102.json new file mode 100644 index 0000000000000000000000000000000000000000..30b014a09fe6c80b82170e947aca7e39b8da9105 --- /dev/null +++ b/datasets/metadata/53102.json @@ -0,0 +1 @@ +{"id": 53102, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-23T10:07:24.278Z", "availability": "Public", "nsfwLevel": 5, "description": "Trained on anythingv3, 768x768, clip skip: 2
", "trainedWords": ["shio", "short twintails", "serafuku", "sailor collar", "sailor dress", "socks", "plaid skirt"], "stats": {"downloadCount": 869, "ratingCount": 130, "rating": 5, "thumbsUpCount": 145, "thumbsDownCount": 0}, "files": [{"id": 39383, "sizeKB": 2881.662109375, "name": "examples.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-24T21:50:37.244Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0C398523", "AutoV2": "955ABD5F6D", "SHA256": "955ABD5F6DEFAB618DE0CA51E9F7A8A256A6DDC03C95533460F87BDC2B705393", "CRC32": "7DF7B7CD", "BLAKE3": "D92AF56BF4EB545DA31E150E0A76E9333E3CCD17CA5A26E520F41E6BC5FA416B"}, "downloadUrl": "https://civitai.com/api/download/models/53102?type=Training%20Data"}, {"id": 38589, "sizeKB": 73840.8056640625, "name": "sugarlifeshio01-000099.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-23T10:07:25.149Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "540C6348", "AutoV2": "99F4C3D2B0", "SHA256": "99F4C3D2B033BF8116E9990DCD045213CC2E10222431B67FA090D05C679C58F7", "CRC32": "2C1BCCAB", "BLAKE3": "891C654111E307B4BEAFB5B12FF975B0B2A7FDF02F0C2E23F3156552B836AA9D", "AutoV3": "7A75A6D6DA17"}, "downloadUrl": "https://civitai.com/api/download/models/53102", "primary": true}], "images": [{"id": 573278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/204b0ec5-ab9c-4dc4-f772-196f83fc8600/width=450/573278.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGGk|700yB.8XAM|RPxuk;D%~qIB?IRiNb%M", "type": "image"}, {"id": 573269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47b2f462-e385-4c88-485a-e111f5043800/width=450/573269.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEGbVN%L~qMyt6V@M}RQtTWBayjFR*NGM{Ip", "type": "image"}, {"id": 573279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/907356a5-cf90-482b-ec83-65590834a600/width=450/573279.jpeg", "nsfwLevel": 1, "width": 640, "height": 704, "hash": "UGG[sO-=Mt?vD%_2_N_2?HIr^*tRfh%2D*M{", "type": "image"}, {"id": 573270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d52950d-176b-45f5-1dc9-c0bccfec1f00/width=450/573270.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "U5HeC2?w?vIo?b%g%h?v.Tr=MxE0$y%MD%E1", "type": "image"}, {"id": 573271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8abdcd89-b59e-4480-e859-920cd6656b00/width=450/573271.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKH-+5o#~oM$$2M{nhSwWFt6s;%LITD*%L%M", "type": "image"}, {"id": 573507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba53f111-4601-42aa-2f1f-270de126ad00/width=450/573507.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UHH^YUMyI-9^#l~BNGS1-O-;S59t%MIoxZ-p", "type": "image"}, {"id": 573510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d06c648-6819-4b59-afd3-b292cbfbad00/width=450/573510.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UPK+p4^P}?kC%2%1IotQv}ELEMWos.wca}Io", "type": "image"}, {"id": 589849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfc36f3f-a120-461b-3157-da1cd90dd600/width=450/589849.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UaGIo]RjtPWA?wRjxut6M|WBxtogIrjFoIax", "type": "image"}, {"id": 579030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1060b5cd-3197-4919-d2a3-1a57e4888800/width=450/579030.jpeg", "nsfwLevel": 1, "width": 3584, "height": 4608, "hash": "U|NwD?~qx[M{j@kCfkjuj?azbHjtoej[a|f6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/53102", "modelId": 48509} \ No newline at end of file diff --git a/datasets/metadata/531045.json b/datasets/metadata/531045.json new file mode 100644 index 0000000000000000000000000000000000000000..accf93fb13b54dcd745a00d5ddf50d100940233a --- /dev/null +++ b/datasets/metadata/531045.json @@ -0,0 +1 @@ +{"id": 531045, "index": 0, "name": "\u6c99\u96d5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-27T11:21:26.323Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 75, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 449278, "sizeKB": 223099.36328125, "name": "11111-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T11:20:52.812Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D2FBE85D", "AutoV2": "7E9029C435", "SHA256": "7E9029C435D38E471115832A20D5B81C5C01F459B4133EEA10F4D83E5E29955B", "CRC32": "BC45068F", "BLAKE3": "3EDAE4BF066BA42BA88DFC167DFEDFDC3DDE397A7022D0C0306A63B472BEED51", "AutoV3": "9D4F8232311E"}, "downloadUrl": "https://civitai.com/api/download/models/531045", "primary": true}, {"id": 447887, "sizeKB": 1782.765625, "name": "531045_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-26T17:10:51.264Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "18134BBB2C", "SHA256": "18134BBB2C4009599235684CB9CD56D03187E334B096136E2F381959D56B5D00", "CRC32": "A06FFE87", "BLAKE3": "84CD4E703EF7EB48513D2E3F870ED57D2A2592AB394C78BF4B1B92C0CF19EBD6"}, "downloadUrl": "https://civitai.com/api/download/models/531045?type=Training%20Data"}], "images": [{"id": 13726889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20bd07e6-522e-41ca-9c0f-48f60d1bf77c/width=450/13726889.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5F=s}%2R*~q4:%LV@M|RO%Mof%2WYofM{kC", "type": "image"}, {"id": 13726888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09d5557a-e828-4f33-9564-5e029d6d85b2/width=450/13726888.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJKBK~%2IVtRIUof-:ay~qt7ofNG-;j[RjWB", "type": "image"}, {"id": 13726887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b05210f-7a66-4a39-8211-19dda71b3288/width=450/13726887.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIJ[Fxxua}%MoMs:ofRj~qoft7WB-pWBj[of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/531045", "modelId": 477468} \ No newline at end of file diff --git a/datasets/metadata/531061.json b/datasets/metadata/531061.json new file mode 100644 index 0000000000000000000000000000000000000000..6612b5ed116dd39f5b32580004e2cdab1982f032 --- /dev/null +++ b/datasets/metadata/531061.json @@ -0,0 +1 @@ +{"id": 531061, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-26T17:17:21.576Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Spec Style"], "stats": {"downloadCount": 72, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 515265, "sizeKB": 436344.6650390625, "name": "dataset-20240626T182912Z-001.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T18:40:52.152Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "672EE04E", "AutoV2": "05EEFDBD37", "SHA256": "05EEFDBD37F738EAF4BCDDDA18642367D16013974C1245DE7808CDDC36F7F9E3", "CRC32": "145ADA9D", "BLAKE3": "66B6774DEC441590C1E88D71FD6742FD195EA41FEAA30A728E8E7EE2C17E2D49"}, "downloadUrl": "https://civitai.com/api/download/models/531061?type=Training%20Data"}, {"id": 447909, "sizeKB": 445862.17578125, "name": "Spec_Style_XL_1_0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-26T17:21:30.794Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E2BEE6D1", "AutoV2": "FBE3505447", "SHA256": "FBE3505447B4B67CBBEF173475C8C3519A444FDC9C6822D010950780565E9DCD", "CRC32": "C5D3AB5D", "BLAKE3": "42724B2CA0C7A130B571F2A8FA550CD922A3E1FE8B831FDD04B421C869E927FB", "AutoV3": "5971958271CF"}, "downloadUrl": "https://civitai.com/api/download/models/531061", "primary": true}], "images": [{"id": 13655288, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/485d4c6c-85d2-4f5f-9877-eb8903896d29/width=450/13655288.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UAE_t300%#kX^+00yEM_uPe9-UM|E*E1^PEL", "type": "image"}, {"id": 13655290, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c82bab17-3039-42ae-bdb6-2692f6c5a08c/width=450/13655290.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDA^I20i?]R:r@9a#+D+IVxY%1IoRjxCNG%L", "type": "image"}, {"id": 13655302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df9f39c7-db4f-4bb0-ae71-4a8df554c72e/width=450/13655302.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UHJIKx~m%B4q8xx-?EsD04RR-p.59Pxt5BIp", "type": "image"}, {"id": 13655289, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be5d3149-3688-4cd7-b774-8e4dad4ecd97/width=450/13655289.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "URFiPxt7%M%M~qRjxuxu?bt7oft7%MxuRjof", "type": "image"}, {"id": 13655297, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5535151d-4432-4498-9e5a-f436da79ea91/width=450/13655297.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "URP=o^_N4;wIyE?bWBs-tmxuoeR*WYV@IUj?", "type": "image"}, {"id": 13655306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6443fa27-5c08-4ecf-a052-adbed79fdb36/width=450/13655306.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UYKcLz$f}[-or_RjE5NHJjoyOYt6S7RkaKxG", "type": "image"}, {"id": 13655305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f016659-cbf9-4842-add4-2ce38ffd8167/width=450/13655305.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UKH_*Ytl0zMd~nxHEMIoO=aeVFo{J7NHQ.sB", "type": "image"}, {"id": 13655285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78b9b685-8d18-4015-be55-56dd9bc357cc/width=450/13655285.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UWJ@O6i_t7S29yM|NGWB~oNGxtxDt7aeWANG", "type": "image"}, {"id": 13655286, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/223d7d4e-b0d6-4ad6-a26e-ee2383e29d62/width=450/13655286.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U25PtI00xj8x8wo$m6VX9$.RD4%0*0S6yWRk", "type": "image"}, {"id": 13655299, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8868a722-e742-45b6-81bf-9e65bc41e919/width=450/13655299.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULQ0R8?w?wQ-=_X9T0Vs%hM{ivtS.SsmR4W=", "type": "image"}, {"id": 13655304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f63cb159-9ee4-4663-8b33-b75fc6aa93cb/width=450/13655304.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UOLgRp9F_3SO~VjEM{kC.8NGRO%1-=M{jYn%", "type": "image"}, {"id": 13655308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81957e3b-7047-49a1-a40e-df8a217e1a4f/width=450/13655308.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UJG@[P9axb?G~AWBNI%2E4xa-oV@EO%2-oNG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/531061", "modelId": 477477} \ No newline at end of file diff --git a/datasets/metadata/531067.json b/datasets/metadata/531067.json new file mode 100644 index 0000000000000000000000000000000000000000..63be907873435151b97a2b5a66791df2e477381d --- /dev/null +++ b/datasets/metadata/531067.json @@ -0,0 +1 @@ +{"id": 531067, "index": 0, "name": "Miir (OC)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-27T02:11:27.761Z", "availability": "Public", "nsfwLevel": 28, "description": "This version appears to be much more consistent and doesn't seem to have stability issues. I tweaked the training setting just a tad more and this one just works well. Plus, it has almost 800 more steps.
", "trainedWords": ["Satyr girl", "Wolf tail", "Animal ears", "Blonde", "PAWS", "Hair ornaments", "Slave collar", "Shackles", "Miir", "Horns"], "stats": {"downloadCount": 47, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 448296, "sizeKB": 13216.9423828125, "name": "531067_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-26T21:45:58.262Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6A62A280", "AutoV2": "C93A730469", "SHA256": "C93A7304698A5B38C8BCD46F6294F054D396D6761BB17417AB507C671BF213E7", "CRC32": "DB85DBF0", "BLAKE3": "66906F86D9BAE893F31F261254BCB1B2EE7AE34CD8D7BDE2E899342006039D38"}, "downloadUrl": "https://civitai.com/api/download/models/531067?type=Training%20Data"}, {"id": 448614, "sizeKB": 334447.27734375, "name": "MiirLau_the_Fae_Original_Character_r1-000018.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T02:10:47.029Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8E8DF355", "AutoV2": "475B4B2328", "SHA256": "475B4B232850513CB70AF9E0A5081A23E5C0D3586F56F52EDE7C015330D62892", "CRC32": "D3C3F8D4", "BLAKE3": "B6E1F5C585B48B7390612347985F906F2C8D390327651EED5A2E2C3CE65003D7", "AutoV3": "1FE116EDB1C3"}, "downloadUrl": "https://civitai.com/api/download/models/531067", "primary": true}], "images": [{"id": 13810201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8dc8e7a2-5502-4a0b-83cf-a70672562056/width=450/13810201.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UYKwtbM{?wt7_1xuNfkC?uRjIVfRW=t7D%WV", "type": "image"}, {"id": 13810479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/246831db-8bb4-45ed-8605-fda20e1af663/width=450/13810479.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UnK-IDkC_Nt6_3t7xuofWWayM|WB%2f6R*fl", "type": "image"}, {"id": 13810234, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e083b75-4402-415a-9d25-7a5c39be166f/width=450/13810234.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UmO3kDV?_NRP?uxujus:XTtRt7bHRPM{RjV@", "type": "image"}, {"id": 13810551, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58e6bb20-c4cb-405b-80d7-8cfcf2b13e96/width=450/13810551.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UNKAsQVrt-NH_NX9xvxD?bn$Mxo#?bNGEMIU", "type": "image"}, {"id": 17651834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7483595b-5911-40e3-8420-5ac49f3d6975/width=450/17651834.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UAFX|=0001~BGF=KEL0f-mOtvf^*yEM{0f%1", "type": "image"}, {"id": 17651884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78178549-b2d1-4282-9e2b-5649b36df369/width=450/17651884.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UOEooZaePUrW.TX9s.rqIpt7e9RiRjozV?ay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/531067", "modelId": 477487} \ No newline at end of file diff --git a/datasets/metadata/531155.json b/datasets/metadata/531155.json new file mode 100644 index 0000000000000000000000000000000000000000..3b4f5cbe793346b9792ececcc15c510b1652c34f --- /dev/null +++ b/datasets/metadata/531155.json @@ -0,0 +1 @@ +{"id": 531155, "index": 0, "name": "Mineru - zelda totk", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-26T20:09:26.576Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Mineru", "jewelry, animal ears, necklace, grey skin, short hair, white hair, earrings, blue eyes, furry, furry female, facial mark, ring, fingernails, earrings, bracelet, tall woman"], "stats": {"downloadCount": 106, "ratingCount": 0, "rating": 0, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 448012, "sizeKB": 33845.953125, "name": "531155_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-26T18:36:35.448Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6CA87B06", "AutoV2": "6347D25379", "SHA256": "6347D2537980D265DD2982ABE1BE39A3ED0F895BA8ACA3E61E2B67C1FC5CBCE5", "CRC32": "400C1C64", "BLAKE3": "A4B80FB3CAE5ECF8BEF2DA2DCFE18DC12FDA14A6C0AE729EEF587CDB5AEF350E"}, "downloadUrl": "https://civitai.com/api/download/models/531155?type=Training%20Data"}, {"id": 448140, "sizeKB": 223100.20703125, "name": "Mineru_-_zelda_totk-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-26T20:05:49.291Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9C69BFE8", "AutoV2": "A7D66931EB", "SHA256": "A7D66931EB203D5978C9EF9F1EF4138745E1F4131390355095CCCAB9BA2CD6FE", "CRC32": "5344D749", "BLAKE3": "5E19FB6B1F40C3CF6406C2F6CE97279766E4B492CAC255FC4CD8C99EE3D4A801", "AutoV3": "1D06BE22CA32"}, "downloadUrl": "https://civitai.com/api/download/models/531155", "primary": true}], "images": [{"id": 13668916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57c95152-a5f1-4396-9d65-e86c36732abc/width=450/13668916.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UBH.i_?b-B~pQ-IUE2R*rrIopIoKo}NGrrso", "type": "image"}, {"id": 13668917, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16c7dcaa-70c3-43ce-96a1-53b5c848d4d6/width=450/13668917.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUKLQ~%2_NNG?bWBNaxtWFRit7ofV@n$V@SN", "type": "image"}, {"id": 13668915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c625ddd-167f-4b3d-b63e-017da00cadca/width=450/13668915.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UIJR{jt7?vx]tRe.oLV@_NozM|oyt8WBaejZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/531155", "modelId": 477572} \ No newline at end of file diff --git a/datasets/metadata/531201.json b/datasets/metadata/531201.json new file mode 100644 index 0000000000000000000000000000000000000000..76efcc210b38e51c8a16915fef2deb8c0013406a --- /dev/null +++ b/datasets/metadata/531201.json @@ -0,0 +1 @@ +{"id": 531201, "index": 0, "name": "v0.1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-26T19:05:57.162Z", "availability": "Public", "nsfwLevel": 28, "description": "initial version, made with artificial dataset (I used latex princess and edited with photoshop krita).
Bottom part is configurable e.g. leotard
or dress
.
Jewels can have many colors, just replace red
with pink
, blue
, etc.
putting color before ev1prncs
doesn't seem to work well, color parts of the suit e.g. black leotard
.
beta test.
", "trainedWords": ["gamo chan", "orange hair", "orange eyes,", "school uniform", "white shirt", "pleated skirt", "long hair"], "stats": {"downloadCount": 331, "ratingCount": 0, "rating": 0, "thumbsUpCount": 80, "thumbsDownCount": 0}, "files": [{"id": 448289, "sizeKB": 8580.4619140625, "name": "531471_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-26T21:41:23.052Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8C50AE72", "AutoV2": "5135F1135A", "SHA256": "5135F1135AA6D5F5A7E3590438FCEF0362F9ACA4E9425021C837DA12F0BF1865", "CRC32": "31D46421", "BLAKE3": "7F608CB331A187C6F049877D413B4BBB3CD60209360884294A5BB1C6F70CBF4D"}, "downloadUrl": "https://civitai.com/api/download/models/531471?type=Training%20Data"}, {"id": 448534, "sizeKB": 223101.30859375, "name": "Gamo_Chan__Maki_Gamou___dont_toy_with_me_miss_Nagatoro__r1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T01:15:53.757Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EAFE545A", "AutoV2": "EAB6C386D9", "SHA256": "EAB6C386D9BDC70E0AB58FF8353DC820243AC204CCB4B57137357E29AF99C52B", "CRC32": "D23B89C8", "BLAKE3": "DB39C40FC2D45968A006E7781CB399BB28287A6A59D2B0B3BDDAB13919564606", "AutoV3": "9702F262A0D2"}, "downloadUrl": "https://civitai.com/api/download/models/531471", "primary": true}], "images": [{"id": 13690663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb46e13b-53b4-4eb9-97fb-bc604e36b4a1/width=450/13690663.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UcKT*;_3tkx]~B%MOZt78_V@NKRiIUadtRWV", "type": "image"}, {"id": 13691256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f842e64-28aa-4e15-8714-fdcbc947bf0c/width=450/13691256.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTJtxL570Kv#^iIpOZv}W@Io%2Mx.TR6MwjF", "type": "image"}, {"id": 13691761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1be0e4cf-4a15-4efe-a90d-088fbc8100e3/width=450/13691761.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "URLM@h00loob}?9Fb_M{EjS5NeofR5kDITxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/531471", "modelId": 477873} \ No newline at end of file diff --git a/datasets/metadata/531515.json b/datasets/metadata/531515.json new file mode 100644 index 0000000000000000000000000000000000000000..38dacc6d39ed14962f6049dede7471b0de1e147a --- /dev/null +++ b/datasets/metadata/531515.json @@ -0,0 +1 @@ +{"id": 531515, "index": 0, "name": "madmax chroma", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-27T04:31:02.515Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["madmax, grain, chrome, black and white, b&w, greyscale, 1boy, ground vehicle, male focus, multiple boys, motor vehicle, realistic, solo, weapon, monochrome, 1girl, long hair, military, no humans, multiple girls, scenery, gun, military vehicle, looking at viewer, bald, outdoors, vehicle focus, car, facial hair, ocean, short hair"], "stats": {"downloadCount": 31, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 448337, "sizeKB": 79981.0693359375, "name": "531515_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-26T22:15:49.960Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "09E131A5", "AutoV2": "E404F68075", "SHA256": "E404F680752915557C8702E6C7E9766D1E70C68E444D5B84AEDC5AAE5B6B098C", "CRC32": "4DCF01F7", "BLAKE3": "EA6CD7D7DAFDE29C45E0AF31F9BC78B01F442DB84E537C52FC8861EBD23FCCDD"}, "downloadUrl": "https://civitai.com/api/download/models/531515?type=Training%20Data"}, {"id": 448768, "sizeKB": 223109.08984375, "name": "MadMax_Black_White_Chrome.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T04:20:56.354Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E32C5468", "AutoV2": "8B0611D1A4", "SHA256": "8B0611D1A4451B682E1652E9C647FFB2F614394AE7675E4A1BB0265CD1E03A93", "CRC32": "4C46A680", "BLAKE3": "44ACA865D4C033F2A017AC5DD18E710BE1364016083153DD9A3DE81ED34074B5", "AutoV3": "2EF1A220302F"}, "downloadUrl": "https://civitai.com/api/download/models/531515", "primary": true}], "images": [{"id": 13912295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b8a5e40-e11d-4858-8941-01fcfdac1484/width=450/13912295.jpeg", "nsfwLevel": 1, "width": 1640, "height": 1205, "hash": "U4GleP_MfQ_M-:j[fQj[fQfQfQfQ-:j[fQj[", "type": "image"}, {"id": 13912292, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8da0591-e186-431b-aad7-3b4ccff3d252/width=450/13912292.jpeg", "nsfwLevel": 1, "width": 2360, "height": 824, "hash": "U4HUtqzdfQzb~WjHfQjHfQfQfQfQ~WjHfQjH", "type": "image"}, {"id": 13912293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6692a63-f6f5-426a-9d7f-6388b86c80ff/width=450/13912293.jpeg", "nsfwLevel": 1, "width": 2406, "height": 823, "hash": "U5Ii2K*HfQ.k~okBfQkBfQfQfQfQ~okBfQkB", "type": "image"}, {"id": 13912291, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/531ba190-1e6d-42cf-a926-be5f97f336a6/width=450/13912291.jpeg", "nsfwLevel": 1, "width": 1626, "height": 1203, "hash": "U4H2s2s^fQs^-;fRfQfRfQfQfQfQ-;fRfQfR", "type": "image"}, {"id": 13912294, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d676c91-fc7c-4e9d-9f85-6c8d5a2a0714/width=450/13912294.jpeg", "nsfwLevel": 1, "width": 2415, "height": 822, "hash": "U5E:V+~RfQ~R?coefQoefQfQfQfQ?coefQoe", "type": "image"}, {"id": 13702314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/163ccc21-1745-4ffc-9e30-50aecaa3f155/width=450/13702314.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U6F6x7S.fQS.xwfRfQfRfQfQfQfQxwfRfQfR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/531515", "modelId": 477913} \ No newline at end of file diff --git a/datasets/metadata/531613.json b/datasets/metadata/531613.json new file mode 100644 index 0000000000000000000000000000000000000000..b92e34d8ad56d9a0fd28ec212119f6de4e8de1d2 --- /dev/null +++ b/datasets/metadata/531613.json @@ -0,0 +1 @@ +{"id": 531613, "index": 1, "name": "Buffalo WIng (Long Gone Gulch)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-27T01:41:26.230Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Buffalo Wing from Long gone Gulch ", "Native American ", " dark skin"], "stats": {"downloadCount": 25, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 448464, "sizeKB": 5808.14453125, "name": "531613_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T00:05:47.527Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "54B720F1", "AutoV2": "A49D9F0792", "SHA256": "A49D9F07923A7A9F8E47B0D69E8550E6ED0FBBA1D4DC2A2789925A25F4494DBC", "CRC32": "499D6462", "BLAKE3": "1A38E0CF212AF0AF0A48F29D16130162C1B90CECF66DC066C231BBF960FA84E9"}, "downloadUrl": "https://civitai.com/api/download/models/531613?type=Training%20Data"}, {"id": 448571, "sizeKB": 223099.68359375, "name": "Buffalo_WIng_Long_Gone_Gulch-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T01:36:24.888Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BC18E8A2", "AutoV2": "E3D700DFDC", "SHA256": "E3D700DFDC24D5E9DC1DA11E4ACDD62F18709CC21DA96D9E6F6A2E6AA62D57E4", "CRC32": "D898AEC4", "BLAKE3": "7E184948F3A386D1FA4520069CF27A7F350C37B4D804DA2F18ABAE9D205C3E1C", "AutoV3": "41BBB844179B"}, "downloadUrl": "https://civitai.com/api/download/models/531613", "primary": true}], "images": [{"id": 13691385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bba04680-df39-4c82-911e-75d575a9c596/width=450/13691385.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Alb2N@0M$QMyofx[V[1MV[}Boy5,so=1Nt", "type": "image"}, {"id": 13691387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85f66199-5ce4-45eb-b0a0-61d1339c82ce/width=450/13691387.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8Be{%Ef02wfQ:oyXmjF5-WC}Woe1gi{;Nbb", "type": "image"}, {"id": 13691544, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c9866a8-849e-4965-91a0-ab8176127f7d/width=450/13691544.jpeg", "nsfwLevel": 1, "width": 1280, "height": 720, "hash": "U4A+]PIE000f+}%1F0EL0zE3}?^O1cJ%]-]U", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/531613", "modelId": 478000} \ No newline at end of file diff --git a/datasets/metadata/531628.json b/datasets/metadata/531628.json new file mode 100644 index 0000000000000000000000000000000000000000..12c8264dee0be0fb520c4709682a80da7c716163 --- /dev/null +++ b/datasets/metadata/531628.json @@ -0,0 +1 @@ +{"id": 531628, "index": 1, "name": "Kaa's gurlz", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-27T06:04:04.837Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 56, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 1}, "files": [{"id": 448444, "sizeKB": 51096.8134765625, "name": "531628_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-26T23:45:47.450Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A70C1FFA", "AutoV2": "0CDFC78E6D", "SHA256": "0CDFC78E6D2C0B63EE84637C572BDBA1C84B15C3B8C022EFA4E940D62AA68AB4", "CRC32": "CD55D864", "BLAKE3": "D2FA5917988A34EAF63ACC471AD2369DC4F2EC9F1189D83AC97465EA10F9F107"}, "downloadUrl": "https://civitai.com/api/download/models/531628?type=Training%20Data"}, {"id": 448905, "sizeKB": 445791.13671875, "name": "Kaas_gurlz-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T06:01:38.700Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CB557D47", "AutoV2": "A1EB77582D", "SHA256": "A1EB77582DBA93FF6E3C887EB7124B1F6A0C81EE3E3092C70F297FAB1291D53F", "CRC32": "D43BD508", "BLAKE3": "D265CC64F204C1DFFD523E4EBA0E3B8D5F0E571A674B2DCD756F10AD4C68973E", "AutoV3": "FF4DBD56E31E"}, "downloadUrl": "https://civitai.com/api/download/models/531628", "primary": true}], "images": [{"id": 13708194, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43885950-60a7-45df-bb0a-0366ea6bdcac/width=450/13708194.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDMGU,]U0RE*0L,q=ukVs@OpEKay|LF]ELM|", "type": "image"}, {"id": 13708196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a3bff3f-69c5-4e11-8630-49ec8a39a8b9/width=450/13708196.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGFiVW2n0g{n%_?GE2Mz0LZ%#XPS02i^$+Sx", "type": "image"}, {"id": 13708195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9a797c7-a876-4736-9e33-29363829ba7c/width=450/13708195.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8Bp:qEL00$jGhRkrexa00^k^+4.~CRP56og", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/531628", "modelId": 478013} \ No newline at end of file diff --git a/datasets/metadata/531707.json b/datasets/metadata/531707.json new file mode 100644 index 0000000000000000000000000000000000000000..2cfd9878c7e1ff8da46a97b98b1b025df02b5abe --- /dev/null +++ b/datasets/metadata/531707.json @@ -0,0 +1 @@ +{"id": 531707, "index": 0, "name": "Ronnie Anne Santiago (The Loud House)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-27T02:59:49.783Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["R0nni3 Ann3 Santiag0, Dark Skinned Female, black hair, ponytail, freckles, purple jacket, dark blue shorts, buck teeth, eyelashes,"], "stats": {"downloadCount": 145, "ratingCount": 0, "rating": 0, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 448524, "sizeKB": 892.26171875, "name": "531707_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T01:00:44.093Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "40B931B050", "SHA256": "40B931B05042F5A3C92A00CE5EE7DDFFBAC2496F7BDB4993ED1CD2560C1812D2", "CRC32": "ED3A997B", "BLAKE3": "7840F168812ACBE230B1A814227413261169E890B04448724A590ED8E85894D8"}, "downloadUrl": "https://civitai.com/api/download/models/531707?type=Training%20Data"}, {"id": 448667, "sizeKB": 223100.55078125, "name": "Ronnie_Anne_Santiago_The_Loud_House-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T03:01:36.076Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "07C46F9B", "AutoV2": "13967F5597", "SHA256": "13967F5597EE01DB2CCAE9865AED892790D42B8C8BDE3BB193B2CAF35A027906", "CRC32": "0765932A", "BLAKE3": "A68A5EBBF336DA5A42E52740D99AB98FAFAB60D53BBBC85AD9DF5F9384FEB7FA", "AutoV3": "1D8F4CD0CCAB"}, "downloadUrl": "https://civitai.com/api/download/models/531707", "primary": true}], "images": [{"id": 13697346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e963ab65-2099-40d8-9df3-f2250cab9557/width=450/13697346.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8HA%.%1S[IpxooKN1NI0MNH~B%14;R*~Axt", "type": "image"}, {"id": 13697344, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f079baf5-1c28-4191-b787-803209759f54/width=450/13697344.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6Izb1-l~GWGtORlV_$~0eR-~Ct3ROxs-:E4", "type": "image"}, {"id": 13697345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f3b0260-8302-4ada-b290-89fe8c78b7ce/width=450/13697345.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4Efle@e2~0e}=~8~7te0yH]+S-p0M9I^R^k", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/531707", "modelId": 478083} \ No newline at end of file diff --git a/datasets/metadata/531842.json b/datasets/metadata/531842.json new file mode 100644 index 0000000000000000000000000000000000000000..7e3c3c6667f6c7eec3e51d9ba5c1b0459c8e75d9 --- /dev/null +++ b/datasets/metadata/531842.json @@ -0,0 +1 @@ +{"id": 531842, "index": 0, "name": "Sagittarius Aiolos Pony XL v2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-27T05:09:48.683Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["sagittarius_aiolos"], "stats": {"downloadCount": 52, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 448844, "sizeKB": 223099.98046875, "name": "Sagittarius_Aiolos_Pony_XL_v2-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T05:10:47.926Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BBE7F68B", "AutoV2": "5F646EB23E", "SHA256": "5F646EB23E6A000916E739515567E7F824B15915DAF49E717D5D7CD7DB837743", "CRC32": "8A7179C8", "BLAKE3": "8FA22CC7BCB8882F0BFE69F4554AA68A6ECC8F744DC769774509F7131657DFC0", "AutoV3": "FAF48007F926"}, "downloadUrl": "https://civitai.com/api/download/models/531842", "primary": true}, {"id": 448709, "sizeKB": 11297.5283203125, "name": "531842_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T03:30:44.558Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5D0D5661", "AutoV2": "A5886C2CD9", "SHA256": "A5886C2CD967E065A3357CAC99E834E83061EAD5A57A2DA7BE37C564FA7116FD", "CRC32": "2DA82B7C", "BLAKE3": "AD113F1A1A309AF8865EB04963803F057E3F474D8F0C27E199AA7519B33E7AB2"}, "downloadUrl": "https://civitai.com/api/download/models/531842?type=Training%20Data"}], "images": [{"id": 13765274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ed9feb6-4005-46dd-8ec9-a53493d5b7d5/width=450/13765274.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6G*sDI,00Vi00It,w^c00-D}@%w]iNbAI-O", "type": "image"}, {"id": 13764270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a10b3466-44d2-4d17-bc94-10f8734a6873/width=450/13764270.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEHUtU%M02tT00j;oODjI9$w,:Sh~V%MS6K6", "type": "image"}, {"id": 13762753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55414c87-a63d-4c50-a7df-b4d69053d8a3/width=450/13762753.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFG8.pxw0,py0-VZ%M%i589E=rM|-pIoR%v|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/531842", "modelId": 478213} \ No newline at end of file diff --git a/datasets/metadata/531929.json b/datasets/metadata/531929.json new file mode 100644 index 0000000000000000000000000000000000000000..61111f5d8646fdb414900b2cd50c132c99d25eee --- /dev/null +++ b/datasets/metadata/531929.json @@ -0,0 +1 @@ +{"id": 531929, "index": 0, "name": "Monster-XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-27T18:59:58.233Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 275, "ratingCount": 0, "rating": 0, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 448746, "sizeKB": 115891.1494140625, "name": "531929_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T04:05:51.655Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "27084BC8", "AutoV2": "1027C819CF", "SHA256": "1027C819CFE74ACDA75F39A4857D640CF239D128B0D736CC93821B17A422ACE4", "CRC32": "BAC52C2D", "BLAKE3": "A08F3B0393E62844E492598E496C334DBE690FB355D169E46138F304AC81106D"}, "downloadUrl": "https://civitai.com/api/download/models/531929?type=Training%20Data"}, {"id": 450016, "sizeKB": 223107.26953125, "name": "Monster-XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T18:57:02.233Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F7D302EE", "AutoV2": "20DA2FEA40", "SHA256": "20DA2FEA409E60828CAA2231940079BECA125BA8E6AAC91902A1C548E966F427", "CRC32": "D13ECFF8", "BLAKE3": "7ECEDB0AD7DF90FA153B4AA708B4E7BC988064EBE0ED44C3715A2F4FE6C4D51C", "AutoV3": "47F7400FD5B7"}, "downloadUrl": "https://civitai.com/api/download/models/531929", "primary": true}], "images": [{"id": 13761885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9eb07e73-2493-45a5-b182-bbd24083b743/width=450/13761885.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U4HBiC0.00+E}@Vs4.r?00+?9EX:[l57vy9Z", "type": "image"}, {"id": 13761886, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e393682-b656-49b8-a3e9-594df95cb595/width=450/13761886.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDK0{X~WEd^*Ins,I.RP01jY%1WXn1M{xCNa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/531929", "modelId": 478293} \ No newline at end of file diff --git a/datasets/metadata/532105.json b/datasets/metadata/532105.json new file mode 100644 index 0000000000000000000000000000000000000000..613b21111930aa95925c7e6a1b3563c772a1d0d4 --- /dev/null +++ b/datasets/metadata/532105.json @@ -0,0 +1 @@ +{"id": 532105, "index": 0, "name": "Demiurge Top 250 v1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-28T09:42:38.187Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["demiurge250", "Full Depth Clarity"], "stats": {"downloadCount": 136, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 450532, "sizeKB": 223102.76171875, "name": "Demiurge_Top_250_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T23:55:47.915Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "89763219", "AutoV2": "84A02E4DD0", "SHA256": "84A02E4DD014CC0194BB6045BCD4A62A724512E00D66711856DBE0298D5350A5", "CRC32": "683C2CF5", "BLAKE3": "3D63AA568E888C80304784DEFFBDC346CA922C5ECB8EFCED6F47D3F9A1661BCC", "AutoV3": "993638B721BC"}, "downloadUrl": "https://civitai.com/api/download/models/532105", "primary": true}, {"id": 448915, "sizeKB": 89964.4609375, "name": "532105_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T06:16:06.997Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3A1C7F50", "AutoV2": "38525F8486", "SHA256": "38525F84860FA940A9CC761C677A824588FEDE999B2152778A4D805870B7B52C", "CRC32": "E6FBC6F7", "BLAKE3": "43E6D240B23DFA94D9D6188F12871C8A45897AF55D914C3C7F6E40C2695F2833"}, "downloadUrl": "https://civitai.com/api/download/models/532105?type=Training%20Data"}], "images": [{"id": 13824560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d9fa9ff-ba08-473f-b5f1-cf26fa654071/width=450/13824560.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UACi%E~W599a$LV@M|of00E1ib-o0LNa?Gt6", "type": "image"}, {"id": 13823922, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0c3bd8f-3a8e-44c5-8c5c-e6ea82dc2de9/width=450/13823922.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UBD]3fD%02?a5mD%Iqxu00t6~UWBIC?H^%E2", "type": "image"}, {"id": 13823843, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d53aa67-0280-496c-9e8f-56aa4abd759c/width=450/13823843.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U7Cs58~900-;%M-oIUNHo#RkaJoJEN4:IA~U", "type": "image"}, {"id": 13811516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b450e9c-c196-4ef6-8dcf-91b35678fc5d/width=450/13811516.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U48NkKOt00E100wb_NxGE2RjnNt7^iShEMS4", "type": "image"}, {"id": 13824559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b070b98-b387-421e-a13b-f2313340244d/width=450/13824559.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U48N|OOW00tl9%V|MHWB00nP.ikAJO$wS+Sh", "type": "image"}, {"id": 13800511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87ef1115-4950-4ecd-8120-4e8cae5462a0/width=450/13800511.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UJA2q?M^8w?v.lIUH@%gv:RjNZxbrEtRODVt", "type": "image"}, {"id": 13824669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/884bdcec-211d-49cb-a366-8f68af0a0b71/width=450/13824669.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UJEfA[sk0fxu_3IoM|-;~q%1IAt7yDxuM{WB", "type": "image"}, {"id": 13800698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe6da648-21c9-496a-a9fa-beb3e55f9120/width=450/13800698.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UBEfc^K64.-oKjsm9EIU9DDiaJ.84Tx^?wRP", "type": "image"}, {"id": 13818066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84d308ac-0c10-46b1-bb68-c3a456ce43f4/width=450/13818066.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U6C@Kk_3K7u40ItR^%#j00IVVtr;rlsk0M5a", "type": "image"}, {"id": 13820801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2640e414-a238-4e5b-b510-c99c3409cc30/width=450/13820801.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "USK^sg^*02xsXoxtDhWUX=xYr:t7~VoNOHoz", "type": "image"}, {"id": 13821384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a04fb6a-9c7a-46e3-95d8-3b9472b53b19/width=450/13821384.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UgLEB4-o.8%M?wxs%0xt?GxYM|WE%MRiIWs:", "type": "image"}, {"id": 13820386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cba6608d-e0ef-4d6f-842e-33b37e41e05f/width=450/13820386.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UaLgeDxb06s-~psqIDsm%joerpayV|t2RibJ", "type": "image"}, {"id": 13800064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/719de2aa-3b72-4ddb-a7ad-107c02506865/width=450/13800064.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U88#vo~AHXWr0057DNIp^*?c.9wGD$MbNLTK", "type": "image"}, {"id": 13822794, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2311d92a-4595-46b2-adb1-2248002fdaf8/width=450/13822794.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U66aVY|?@]w1x1S%jDjrRQR.K4Sz[m[oxbsC", "type": "image"}, {"id": 13800675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bd96e11-4e96-4566-b452-6fb30a380058/width=450/13800675.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UhMtU79F~q-;%gfRofWBs.kCRjaet7ofbHae", "type": "image"}, {"id": 13824765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4c635a5-a8cf-49fd-89ab-3a2ff436e283/width=450/13824765.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U89sh.-o13j=nM%NR*kC13E1}Tni0eIoxZW;", "type": "image"}, {"id": 13809539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5966f11-88c7-4cf1-90b2-12a5cb82a508/width=450/13809539.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U4AmMD9F0zm+={Di%gkCEfM|RPbw}?I:Nexu", "type": "image"}, {"id": 13802185, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85d0b9bf-12d8-4834-a3a0-3ec14c1e69fd/width=450/13802185.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U6CPqyM_5Rxt%$M{kCt7TdVsMxW=_NadVYRl", "type": "image"}, {"id": 13972630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ae68715-e75e-4195-b9c7-003a424d4071/width=450/13972630.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "U2DmB59K1K00ER05%MjA1FD@8#^~00-o~o??", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/532105", "modelId": 478459} \ No newline at end of file diff --git a/datasets/metadata/532142.json b/datasets/metadata/532142.json new file mode 100644 index 0000000000000000000000000000000000000000..bb7ae452628989c32ade503eb4eb69ce03ea0ae9 --- /dev/null +++ b/datasets/metadata/532142.json @@ -0,0 +1 @@ +{"id": 532142, "index": 0, "name": "huifood", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-27T08:31:33.663Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 29, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 448988, "sizeKB": 13552.9609375, "name": "532142_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T07:16:23.346Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2E6DD662", "AutoV2": "1C4BB4154E", "SHA256": "1C4BB4154E24EDD6948316A2A2F252FDE962A86A02FA1CEBE46A119844992CC7", "CRC32": "57922010", "BLAKE3": "6ABBBDB4AC1ACC5AA9A35F23777FDC27AB7335C3AD598BD08E742C799C36AFA6"}, "downloadUrl": "https://civitai.com/api/download/models/532142?type=Training%20Data"}, {"id": 449021, "sizeKB": 223101.98828125, "name": "huifood-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T07:46:37.676Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A5892270", "AutoV2": "D4ECC21277", "SHA256": "D4ECC21277A6103975EE9FDD7050047C09840ADC0CB85512117E8B4ECDDA4DE3", "CRC32": "5A63EDD9", "BLAKE3": "BB39DC11B3D217603C3A997415322189B71787D2C1F413D1E461C81000E549B2", "AutoV3": "0EAE1D5991D6"}, "downloadUrl": "https://civitai.com/api/download/models/532142", "primary": true}], "images": [{"id": 13717493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee8edda6-ecb6-4ea1-a406-bf16f8a740e5/width=450/13717493.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULL]1;|1{3t5$iNusBoez?$PtjWW=Jj@J8r@", "type": "image"}, {"id": 13717499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79f3341b-5fc0-4cb8-9670-6b66bb2d43e6/width=450/13717499.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGLoA{F^7WWC+tGFoya%2#I;+Pt7{^OF=dxs", "type": "image"}, {"id": 13717494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0e30652-f1db-4269-8215-c7f517e46111/width=450/13717494.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7I:zd4V0KBg0_5*%Lr^00$*Ds}[{:qx-AK0", "type": "image"}, {"id": 13717516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c63326db-32c0-44a9-bbb8-38715940b66b/width=450/13717516.jpeg", "nsfwLevel": 1, "width": 900, "height": 600, "hash": "UIG*N9_2F$b_-m9uj=xU0:t8~9%1ba=^xZI[", "type": "image"}, {"id": 13717569, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1ccd6a2-c5cf-42a0-b128-4a6543ab18ea/width=450/13717569.jpeg", "nsfwLevel": 1, "width": 608, "height": 394, "hash": "U2Le*~030A1c9~beVh]-08}s0op[+7_0EhER", "type": "image"}, {"id": 13717600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87a992ff-1335-4458-ab38-c08119363779/width=450/13717600.jpeg", "nsfwLevel": 1, "width": 1200, "height": 800, "hash": "UAEBmMM_0Qs:NgR*t7WB07oc}=NHx[aKwJX8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/532142", "modelId": 478496} \ No newline at end of file diff --git a/datasets/metadata/532207.json b/datasets/metadata/532207.json new file mode 100644 index 0000000000000000000000000000000000000000..192445bc6c18d0b49e565f05ab5afbf7daf0655d --- /dev/null +++ b/datasets/metadata/532207.json @@ -0,0 +1 @@ +{"id": 532207, "index": 0, "name": "Green_office", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-29T02:43:05.986Z", "availability": "Public", "nsfwLevel": 1, "description": "test
", "trainedWords": [], "stats": {"downloadCount": 31, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 449015, "sizeKB": 1646.46484375, "name": "532207_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T07:45:49.936Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "28FCEBFF0B", "SHA256": "28FCEBFF0B2A6423DC3591D2D3B1C58EA6B7E69E44F7E08921FD83CC6A912BD5", "CRC32": "621229A2", "BLAKE3": "E129A2FFCD944172E00456A0C73200EE570EC1A9C52D37F17879C0079DBF1CA1"}, "downloadUrl": "https://civitai.com/api/download/models/532207?type=Training%20Data"}, {"id": 449063, "sizeKB": 223099.88671875, "name": "Green_office-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T08:21:05.573Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BEC27717", "AutoV2": "BB59B47E4F", "SHA256": "BB59B47E4F895B108C62B4F9C21140338CA21347FDF92EEF12AAD825B2049B0A", "CRC32": "50C2F30A", "BLAKE3": "53C82A73E1AA50A872DE36E01D6F2DD3F0D2F85B8E2B83F2279FAC4A875D4C04", "AutoV3": "12BCCED2BEF8"}, "downloadUrl": "https://civitai.com/api/download/models/532207", "primary": true}], "images": [{"id": 13716564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd02eeb4-0a36-4c04-8e85-63a167b273f8/width=450/13716564.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMJAc0x]4-EJpIRj%N%N^BofkUoM5MoMInM{", "type": "image"}, {"id": 13716563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b23e709-3ed6-468b-8522-02df1713d20e/width=450/13716563.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USIF0stn%1nh~TjXfkkCNGt7WZkW9Fa$t7ad", "type": "image"}, {"id": 13716565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd0d8d35-9916-4a18-8f75-0f3bf6ee0d61/width=450/13716565.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUHMJg~ER7D~%y-q%Mxu,{WANYsX$,t7NXRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/532207", "modelId": 478553} \ No newline at end of file diff --git a/datasets/metadata/532232.json b/datasets/metadata/532232.json new file mode 100644 index 0000000000000000000000000000000000000000..40f42033b950826bfc31c52384d2ea3a0a50e30e --- /dev/null +++ b/datasets/metadata/532232.json @@ -0,0 +1 @@ +{"id": 532232, "index": 0, "name": "Ho Chi Minh", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-27T08:45:32.026Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 25, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 449038, "sizeKB": 733.330078125, "name": "532232_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T08:00:56.370Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "C91669C2F3", "SHA256": "C91669C2F32B12049B8F87514D4F7DAFAF977D0F369D8F0E69AADDF1961790C4", "CRC32": "63A4086F", "BLAKE3": "8DC407DC26698D8A2587A8C09AE449F11114D8AB188EA8FFE4E167A85D3FABA2"}, "downloadUrl": "https://civitai.com/api/download/models/532232?type=Training%20Data"}, {"id": 449096, "sizeKB": 36978.328125, "name": "Ho_Chi_Minh-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T08:45:53.611Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "301116F7", "AutoV2": "7E9505145A", "SHA256": "7E9505145AE9E7C6C5B4F7B94939945C7EBB1F527F23FC66F881379A898E2368", "CRC32": "2770D1E6", "BLAKE3": "28DA8D4FE377EA27B9007DFDD3BD62858450E45C4A1E07BE8094BED57326CC24", "AutoV3": "D3CA90D3E018"}, "downloadUrl": "https://civitai.com/api/download/models/532232", "primary": true}], "images": [{"id": 13718430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d34d8b7f-9b9f-4827-80cf-9c87b03f5ee5/width=450/13718430.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "URLXYo-=4-In_MadtRtR^+NG%Mxb.8s:M{ay", "type": "image"}, {"id": 13718431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/469a6245-f0c1-4db1-8121-75c7f87af23b/width=450/13718431.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UVO3:}~qNaVs%MtRS1t7IARjt7RP-;t7Rjx]", "type": "image"}, {"id": 13718432, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b99baf4c-7c5a-48a8-9672-aeee77e7d36b/width=450/13718432.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFPP}x%ME6-p_4-;.8Rj8_IUt6oe?bxuM{j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/532232", "modelId": 478576} \ No newline at end of file diff --git a/datasets/metadata/532298.json b/datasets/metadata/532298.json new file mode 100644 index 0000000000000000000000000000000000000000..693555cd1034fbabe330193cfcb5fbc8b1fed7c1 --- /dev/null +++ b/datasets/metadata/532298.json @@ -0,0 +1 @@ +{"id": 532298, "index": 1, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-27T09:44:36.241Z", "availability": "Public", "nsfwLevel": 1, "description": "Version 1.0 trained using 59 images of people and scenery.
", "trainedWords": [], "stats": {"downloadCount": 29, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 449099, "sizeKB": 83070.197265625, "name": "532298_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T08:45:58.477Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3A94884D", "AutoV2": "1BD9074634", "SHA256": "1BD9074634AE4CB97EC856290DB77D512B140A86DC4902ECB11296807C79A1B6", "CRC32": "F09776B8", "BLAKE3": "3AA10364C3BCBBAEFAA82BAACB85552DAF2118382484FB9094439C3353C33DFE"}, "downloadUrl": "https://civitai.com/api/download/models/532298?type=Training%20Data"}, {"id": 449167, "sizeKB": 223106.98046875, "name": "AMC_Pantheon-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T09:44:13.725Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F26358B0", "AutoV2": "F2D3C3AF90", "SHA256": "F2D3C3AF90B16F72010FBA524D0B486224513466B4357F23F70B8C22AD29DA41", "CRC32": "FE32040F", "BLAKE3": "B4F24642947C82C35072B647F2065FD24B3957E516BB3FECE2EC2D2B069B484B", "AutoV3": "874D173BD2C0"}, "downloadUrl": "https://civitai.com/api/download/models/532298", "primary": true}], "images": [{"id": 13721610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89219d13-749f-4afb-bb0f-626af73be3f7/width=450/13721610.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdFXh@I;RONZ}@WpS5a|sVxGW;s.WCfkxFoL", "type": "image"}, {"id": 13722232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fe315da-2e70-4278-b794-3e065647c58f/width=450/13722232.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNE.OrI[EM-n}?WVI@xZ=wayR+xY-TWCRks,", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/532298", "modelId": 478640} \ No newline at end of file diff --git a/datasets/metadata/532490.json b/datasets/metadata/532490.json new file mode 100644 index 0000000000000000000000000000000000000000..19d5e0a76046fc6dc80a4911a5d92fdec491ded5 --- /dev/null +++ b/datasets/metadata/532490.json @@ -0,0 +1 @@ +{"id": 532490, "index": 0, "name": "lith_argenta_beh1w_extrahart", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-27T12:27:23.796Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 65, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 449270, "sizeKB": 3875.2509765625, "name": "532490_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T11:15:49.424Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0D107276", "AutoV2": "D987FA97C5", "SHA256": "D987FA97C5AC21B512D14B1A21CE04BAA4ED015732D47CC93E1F91136A4D187E", "CRC32": "5F9D860B", "BLAKE3": "2C92EAD297AB168B55716A523D1CF28A2B668DC34153715CB4CF7288FF8FE180"}, "downloadUrl": "https://civitai.com/api/download/models/532490?type=Training%20Data"}, {"id": 449370, "sizeKB": 223099.04296875, "name": "lith_argenta_beh1w_extrahart.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T12:31:39.776Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E55679F4", "AutoV2": "A4A9A434BC", "SHA256": "A4A9A434BC648CCBB17A5C64DA6546C8DBC08AC6623BA594774D05CEFD57F006", "CRC32": "CAFBE90A", "BLAKE3": "5352D118190078A2243E308513733E078D97554CB81F1F0EFDA18E53C0623379", "AutoV3": "0D1BF70E3CFE"}, "downloadUrl": "https://civitai.com/api/download/models/532490", "primary": true}], "images": [{"id": 13733417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aab72eb6-bc33-4cba-9f2f-75ff8966fa55/width=450/13733417.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U$M7GiM{RjNG~pWBWBjtoyxtj[ofoLoft7j[", "type": "image"}, {"id": 13733414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99bf63ae-be26-4438-a2aa-0b857f05ac30/width=450/13733414.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U%Ms[;RkRjWB~pofayj[WVt6j[t6V[WBofof", "type": "image"}, {"id": 13733415, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bdecaab-24a6-483c-b8c3-9ab6aff7abd1/width=450/13733415.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U$ODB~IoRjWB~qt7ayjtRjoft7oyjFRkWBof", "type": "image"}, {"id": 13733416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4be7cd86-af90-43dd-ab5d-84e33411a7a1/width=450/13733416.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UzN0h,%MM{t7~poLaykCR*M|ofayoLafofay", "type": "image"}, {"id": 13733308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbda3639-cabb-4b41-ac64-92a8be6f4ad6/width=450/13733308.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UZKAQe~WIoV[RPIVRjxuo}tRofaefkazkCof", "type": "image"}, {"id": 13733309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ee665a4-9297-4387-a1db-17ec0db8527f/width=450/13733309.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UVKJ_T~W%MxuniV@IoWBE1oLs.jsofj[oeay", "type": "image"}, {"id": 13733312, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e11837b-b310-46e6-8075-cabc33937a31/width=450/13733312.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UYIz*b~VNGxuM|WBR*NGIoRjoLs:oLfQazj[", "type": "image"}, {"id": 13733310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f890b34a-dc61-4698-853d-d6fb09800d42/width=450/13733310.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UGJ%qR?H00~V9Gaz-:M|9ZWBxus:%MofIURj", "type": "image"}, {"id": 13733386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/deae3f56-5c0a-474d-9851-09ac809801f3/width=450/13733386.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UQHx4=~p-;%M-pt6M|s:M{RjWBj[WBoft7t7", "type": "image"}, {"id": 13733384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0819b939-7b01-4faa-83ce-cf0aedae4852/width=450/13733384.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UXLWw]~p%2%L_2xtRjf6D%WBRkayRjoLt7WB", "type": "image"}, {"id": 13733387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9fd342c6-4b78-4c63-9a40-61920a36ce90/width=450/13733387.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UbGkwX~p%Mxu-p%M%MofD*M{WBayRjM{M{WB", "type": "image"}, {"id": 13733385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82bc0f5d-f740-487f-9f92-2077fbe2917c/width=450/13733385.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UOJaZcyDkCkD~q?btR-;M{WBt7WBRPRjRjRj", "type": "image"}, {"id": 13733703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8985005f-dd1a-422e-88e7-91a773ede061/width=450/13733703.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UhO{%HD%9Gof_NWBjYR*t7xukCj[-pxtxas:", "type": "image"}, {"id": 13733702, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c677bf9d-756e-446b-9abe-30f71301a544/width=450/13733702.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UWPF+U_34nxu?wxuRPt7o0M{fRf+-:RkxtbH", "type": "image"}, {"id": 13734200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/104229dc-fda8-499f-b273-d2206a74d29b/width=450/13734200.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UiMQS24n9Fof~qIUV@ofa#xaj[WBxaxtofWB", "type": "image"}, {"id": 13734198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ae88fb4-e04a-4e50-b40d-17358cac05e9/width=450/13734198.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UlM@1L9G9FIo~qIURjWVIojZWCj[aeayoffQ", "type": "image"}, {"id": 13734197, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d24a6a0-b567-4461-9693-2a6970d8e5ac/width=450/13734197.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UjMjUF9F9FWB~qM{V@WBbHxuayWBxut7t7ay", "type": "image"}, {"id": 13734199, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d3d79c6-937e-46aa-9311-a612bcb91dd8/width=450/13734199.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UoN0h:D*D%WV~qRje.WBozoLWBjtRjayWBWB", "type": "image"}, {"id": 13734706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cd996bd-59ff-475f-92c9-1723136a86a0/width=450/13734706.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UAKApN00xu?a?GR*RPRj00%M%29F~Vxt9GWB", "type": "image"}, {"id": 13734707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ad74198-c94a-4f62-a3b3-3b9d356b5c28/width=450/13734707.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UVKwRn-p%Lxu~WxuWBaeD%%MozM|IURkM|of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/532490", "modelId": 478819} \ No newline at end of file diff --git a/datasets/metadata/532492.json b/datasets/metadata/532492.json new file mode 100644 index 0000000000000000000000000000000000000000..21d5502337118ea4fc4184d8cb96ef69daeef8a9 --- /dev/null +++ b/datasets/metadata/532492.json @@ -0,0 +1 @@ +{"id": 532492, "index": 0, "name": "lith_argenta_BH1r", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-27T12:29:40.217Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 56, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 449274, "sizeKB": 2296.6611328125, "name": "532492_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T11:21:27.692Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "66607C8C", "AutoV2": "3DB83BF530", "SHA256": "3DB83BF5304ED1765B3D7ACF021C14AF8F5EAFC6C0864321D9FC93A975795E5D", "CRC32": "36527C3F", "BLAKE3": "F9831AF9DE7C1430AB885907361A76D2C9EA8C689F7BC8D195CE439D181DBDC2"}, "downloadUrl": "https://civitai.com/api/download/models/532492?type=Training%20Data"}, {"id": 449374, "sizeKB": 223098.94921875, "name": "lith_argenta_BH1r.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T12:30:58.071Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7977DA94", "AutoV2": "A7A26ED303", "SHA256": "A7A26ED303744AD4C7FE342BCFA42F23C1586F481570CF635882AB24665E29A5", "CRC32": "4B9D5B41", "BLAKE3": "738965F4A8F64151D7DFF55C786E220A183BE651FF313DA3BE6F26F234192682", "AutoV3": "CB91AF38F357"}, "downloadUrl": "https://civitai.com/api/download/models/532492", "primary": true}], "images": [{"id": 13732319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f247e02c-3597-4aa5-8623-e705e3c96df1/width=450/13732319.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UPQSh$IA9FWB_NM{aekCkCxuV@ae-;t7ofae", "type": "image"}, {"id": 13732321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f23e0450-178b-465b-8ff9-4ad89719515a/width=450/13732321.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UTQ9M~IU9Gjs_NRioebHoftRaeay%Mt7kBWB", "type": "image"}, {"id": 13732320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18849d22-0b47-44b2-aea1-4503efb35743/width=450/13732320.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "USQ9Q7jED*oK_NM{V@a}t7t7WBax%MtRoyae", "type": "image"}, {"id": 13732450, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3425a301-2341-441d-9690-f08dcde58b4e/width=450/13732450.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UYQI-xIU9GV@_NRPjFazxux[ofoL%Mt7ozay", "type": "image"}, {"id": 13732451, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b99b54f0-aec9-41ba-b5a8-67604cee2f14/width=450/13732451.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UWQ9DzIU9FV@_NRPs:f6kqxuf6of%MtRj[WB", "type": "image"}, {"id": 13732449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74c3b4cc-1334-44fd-9b73-154ad87df50f/width=450/13732449.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UaPr][nOIVae_ND*V@WVx]t7V@oetRx]oyV@", "type": "image"}, {"id": 13732452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d25225f3-4d7a-4312-b6bf-fa83589503af/width=450/13732452.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UVP?5U_3D%%2_NtRaeofx[M{f5ayxuRjofWV", "type": "image"}, {"id": 13732485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2394efe9-5517-4565-8603-20cd1733defc/width=450/13732485.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UOP~yO004:M|*0IoMxWqxa%Ms:WA-p%1s:oe", "type": "image"}, {"id": 13732483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/394d866b-2eff-43b6-a3fb-54f31f0df2f6/width=450/13732483.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UQP$p[00E1M{*0E2D%NGRkkWayRj%1xZt7oe", "type": "image"}, {"id": 13732482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4c2492a-7471-4475-ab75-b55fd0a88ad7/width=450/13732482.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UGP$t0000fD%T}9ZD%NHNHo}axRi?H%1t7oL", "type": "image"}, {"id": 13732484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a1927c6-1e7c-4ebe-906a-711f796e14a9/width=450/13732484.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UTPs6JD%9Gae?wIoWBWV%M%MjYWB%Mxuofay", "type": "image"}, {"id": 13732727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f93f0714-7375-41b2-9317-ccee71697396/width=450/13732727.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U?L4NWM|ayj[~pofWBofbHxtR*ayRkR*ofWB", "type": "image"}, {"id": 13732963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae2b641f-84e4-4bca-b56d-88d6aaf313bd/width=450/13732963.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UINm7x_29G?b-;%MDjxu~pbHxaafDj9G%Mt7", "type": "image"}, {"id": 13732966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65f8ab2d-9daf-496f-9bf2-cc8292628b26/width=450/13732966.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UEPPT1jF%2_N?a019F-;I;IUWCRj8{%Lozof", "type": "image"}, {"id": 13732967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3670e759-491d-4c3a-981b-32ca6e643de5/width=450/13732967.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UZLWqu~WxuIUIV-pRjRj-:%2M|t7IUofoeof", "type": "image"}, {"id": 13732964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a506f72-c1db-49d3-a48b-7157a3dbdd1b/width=450/13732964.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "USN]wu-okBt7_2M|M|xa~pV[t7s:D%jFt7Rj", "type": "image"}, {"id": 13733027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ff45c52-75b1-46e3-a6c4-7660ca25d695/width=450/13733027.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "ULOp0%~p-;t7ofaf-:xuIUayoLRj-:M{D%jt", "type": "image"}, {"id": 13733025, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/565fdbea-48ce-4abf-9084-77f847b78fbd/width=450/13733025.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "URN]%;%M_3_3~pxtE1%L9FRjoKM{%Mxtj[WB", "type": "image"}, {"id": 13733026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94b92c72-dca8-498e-84a7-4d49f52ca412/width=450/13733026.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UYNm7v~q-;-:M{kC%Mj[ozxtIUaet7WBs:of", "type": "image"}, {"id": 13733024, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1093d68-bdca-4c26-bf1c-62012aa7bada/width=450/13733024.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UTOC~h.7~W~p^*xaD*IVNGj@t7Rkt7kCoft7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/532492", "modelId": 478820} \ No newline at end of file diff --git a/datasets/metadata/532642.json b/datasets/metadata/532642.json new file mode 100644 index 0000000000000000000000000000000000000000..a44b98e903aef7aba570ee243ff306c98115e1c8 --- /dev/null +++ b/datasets/metadata/532642.json @@ -0,0 +1 @@ +{"id": 532642, "index": 0, "name": "deep Onyx black skin woman", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-27T13:40:25.780Z", "availability": "Public", "nsfwLevel": 13, "description": "deep Onyx black skin woman'
", "trainedWords": [], "stats": {"downloadCount": 64, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 449427, "sizeKB": 163131.0615234375, "name": "532642_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T13:10:44.037Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2F6EF5E9", "AutoV2": "E9B7AC47B9", "SHA256": "E9B7AC47B90F6FD7A5141D9F6C706B71CE53A4776E37B5311492A4DE09FE67BC", "CRC32": "3462EEFF", "BLAKE3": "D81FFD284D9F635D5255E7789213C9A206EDAF64AFCE315FA8DE18B1A9A20742"}, "downloadUrl": "https://civitai.com/api/download/models/532642?type=Training%20Data"}, {"id": 449475, "sizeKB": 36981.7578125, "name": "deep_Onyx_black_skin_woman.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T13:46:45.161Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BA16E303", "AutoV2": "8F7F0AC0DD", "SHA256": "8F7F0AC0DDC54C165A8E2287DB4676096B2BC60C4A75385160B319FB74D81758", "CRC32": "E2BB56A2", "BLAKE3": "B9D52CC6C0965C2DAE31A5AEA8CD45C06A14B866BCE215950AF50F4C87A1F319", "AutoV3": "DF60A7DD12D2"}, "downloadUrl": "https://civitai.com/api/download/models/532642", "primary": true}], "images": [{"id": 13736312, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/936da3ff-ffa6-4dbe-be70-c6d5a19511f4/width=450/13736312.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U9C?yF9FEP4o~pMxo#IU00WBn#xu9FR*jEoL", "type": "image"}, {"id": 13736309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8754dfd9-22b8-4096-b4d9-2deadaef6d27/width=450/13736309.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U5C%Ee_300%M9F9Fogay4nt8?bxu~qof00Rj", "type": "image"}, {"id": 13736310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54fa77aa-3c0e-4103-a36c-c7d6b69934d8/width=450/13736310.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UAE{b1krB;ax18t7OGRj=}n%~Wj[cakCtRW=", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/532642", "modelId": 478950} \ No newline at end of file diff --git a/datasets/metadata/532679.json b/datasets/metadata/532679.json new file mode 100644 index 0000000000000000000000000000000000000000..e1ab4288ab0b0478597e304a829bebd5285cf1fb --- /dev/null +++ b/datasets/metadata/532679.json @@ -0,0 +1 @@ +{"id": 532679, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-27T13:48:22.809Z", "availability": "Public", "nsfwLevel": 7, "description": "1.0 of Celtic tat world, started making this before i started my other project, turned out way differnt that i wanted but i liked the look so i kept it xD
", "trainedWords": ["celtictatworld"], "stats": {"downloadCount": 144, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 449460, "sizeKB": 58544.720703125, "name": "CeltictatWorld.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T13:32:05.504Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "AEE78DDC", "AutoV2": "0CF3FEA061", "SHA256": "0CF3FEA061777E1511D645F296DB09C3E93FE85D4DFE68C98012E4AD66CEB2AB", "CRC32": "ABCB5040", "BLAKE3": "3D7456DBC5635E232A06BAB69E1D98DBBD6BFC5B1BE18CD70F558A2F74981125"}, "downloadUrl": "https://civitai.com/api/download/models/532679?type=Training%20Data"}, {"id": 449467, "sizeKB": 147570.9921875, "name": "CelticTatWorld1.0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T13:46:01.209Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D3549EFA", "AutoV2": "5FDF877051", "SHA256": "5FDF8770515F3FD5C0C1CECCDA80580FC1B2DC12D78922F74FAC0A742F6B9C90", "CRC32": "47977949", "BLAKE3": "03DCFDA9E0FE248D243D7859F57596616EB7935B0557FDA5A881BC43054C1908", "AutoV3": "C77DC70B0255"}, "downloadUrl": "https://civitai.com/api/download/models/532679", "primary": true}], "images": [{"id": 13735856, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47d65d72-fae1-48c7-80ed-7066d6f76dde/width=450/13735856.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UEEeiINHH?t7~BNH9at7Nbj[IpxZ={WBV@%1", "type": "image"}, {"id": 13735877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/490864ff-d6bd-4d26-9a4c-7ad08e7859b2/width=450/13735877.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UeG[yTt6~pt7%MWCayof%MWBxtt6t7j[WBay", "type": "image"}, {"id": 13735882, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4c409f3-8657-4152-8e7e-eff5ba2ccf63/width=450/13735882.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U4Ef1h@=IU0f00%#EkNa^h-:IAxD~p4oxut6", "type": "image"}, {"id": 13735955, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5638e9fc-42db-495d-a76b-7f0c368d01cd/width=450/13735955.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5Eerg-p}5Vr0OxY9aI;~Aoz9aRP9aoe-oR.", "type": "image"}, {"id": 13736266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9dad0f53-8ac3-467b-a48c-539ac0a8f7a3/width=450/13736266.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHC$P|~Anh58E3E3ayofE2jZf+%0E2j@ofoe", "type": "image"}, {"id": 13736897, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b95b2171-f36f-4176-bf28-46f6606ee5e2/width=450/13736897.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "U59%-Z%200n$PqS48_V[Ioj[MyWBtQoK%1oL", "type": "image"}, {"id": 13736899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ec92705-4bc5-4cd9-afa1-c3d6d759922e/width=450/13736899.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "U8E2k4~V004T_N-:Q,D%9ws.E2IV9|t69bE1", "type": "image"}, {"id": 13736903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4eb4170f-dbc6-4717-b78e-5197d9467754/width=450/13736903.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UDEx^UIo-nRk01bb4;of~URk?GRk9aayIVbH", "type": "image"}, {"id": 13736909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff838514-fa36-4117-84bd-6d0c49026e51/width=450/13736909.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UIEf4m~V^i%L?u-:j[?G%MxtWCjZI[9bWXE2", "type": "image"}, {"id": 13736916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34e43637-d127-4508-819c-4c8e8c03112c/width=450/13736916.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "U5E{F5?G?F-o5A%0E2020M^%01NI?F02xZ~U", "type": "image"}, {"id": 13736922, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9daf6774-f455-4ebb-98db-41afaa7f822a/width=450/13736922.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UcJHmnt6xCWB%1WBIVoe-oofIoa|~Vs:xaj[", "type": "image"}, {"id": 13736942, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aeacea31-9109-4cf4-9413-c3eb2cce07ff/width=450/13736942.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UACYmuNK,;NH04kWJ8$$NHofEMs.~9sm$$EM", "type": "image"}, {"id": 13736954, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2cb47e5-1522-41bb-9277-d52b88a971a4/width=450/13736954.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U4AwCvae?]-p^*of9Gs:00a}9GRjIpRjV@R*", "type": "image"}, {"id": 13736969, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f5fd53f-c690-4fc6-8485-afed4be67e8e/width=450/13736969.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UBDlf*~p9]=_.8%fNGRP00MerqWC0K9GNbo}", "type": "image"}, {"id": 13736989, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adc9a779-7b17-4fa2-8555-69eb71e50ffa/width=450/13736989.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTJR8Ns:_NX9~Wt7bcWBofRjRQjsoeofa}t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/532679", "modelId": 478980} \ No newline at end of file diff --git a/datasets/metadata/532681.json b/datasets/metadata/532681.json new file mode 100644 index 0000000000000000000000000000000000000000..d250450d47713d16d3b39b3940cec503f235053f --- /dev/null +++ b/datasets/metadata/532681.json @@ -0,0 +1 @@ +{"id": 532681, "index": 0, "name": "Vitolik Buteren", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-27T16:34:07.842Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["vitolik", "buteren", "vitolikbuteren", "vitolik buteren", "$vitolik"], "stats": {"downloadCount": 22, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 449501, "sizeKB": 3309.408203125, "name": "532681_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T13:57:37.475Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4C0EFB7F", "AutoV2": "6AC3E66CE5", "SHA256": "6AC3E66CE505C4271DBFDCBD67362C271A0CE46D458A83F32B295C48A0016FD2", "CRC32": "907531B8", "BLAKE3": "A355C9E1C57CA37E360021503130DE945872B84BA8EAF5B1C8AEFE40E644DEB2"}, "downloadUrl": "https://civitai.com/api/download/models/532681?type=Training%20Data"}, {"id": 449747, "sizeKB": 223100.16015625, "name": "Vitolik_Buteren.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T16:26:33.221Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0F582FFF", "AutoV2": "408497D269", "SHA256": "408497D269202912B3055A413D4BF94CB69CC993166D9F101F7873B0373270C2", "CRC32": "F59A3AAD", "BLAKE3": "B9B81A65A2DDF6EC23DA1F7E6B4683B28FAA6579B226913DEAA261D414790079", "AutoV3": "7BF5B633E412"}, "downloadUrl": "https://civitai.com/api/download/models/532681", "primary": true}], "images": [{"id": 13750021, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d7bd19c-c608-4d84-b3f8-52841dccfeb0/width=450/13750021.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBDk}eMx00%gABNvR6=x0KX9-qs.}[xGOXE1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/532681", "modelId": 478985} \ No newline at end of file diff --git a/datasets/metadata/532942.json b/datasets/metadata/532942.json new file mode 100644 index 0000000000000000000000000000000000000000..77f4a05601efad499f9f299d31d28a782a402938 --- /dev/null +++ b/datasets/metadata/532942.json @@ -0,0 +1 @@ +{"id": 532942, "index": 0, "name": "cassandra kiramman", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-28T02:00:06.643Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["cassandra kiramman", "black dress", "blue eyes", "bowtie", "blue jewelry", "1girl"], "stats": {"downloadCount": 33, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 449804, "sizeKB": 10738.8134765625, "name": "532942_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T17:00:58.987Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2EC36C16", "AutoV2": "65A8551B3B", "SHA256": "65A8551B3BDA5A4FD96FB484F6B6513FAE8F433EBCDF970D9BE3C9FD1C5F60BD", "CRC32": "ADF291D5", "BLAKE3": "1302E4A12FEF325A9730A227E40356DD977F784EF6CF7A0CF121517DCBE20CB1"}, "downloadUrl": "https://civitai.com/api/download/models/532942?type=Training%20Data"}, {"id": 450653, "sizeKB": 223101.73828125, "name": "cassandra_kiramman.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T01:16:03.043Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "675AE5E5", "AutoV2": "D194D33FD5", "SHA256": "D194D33FD5E1D3ABAF25FB3CFE08D48CB464377E7CDB0B977238822AF3B289CD", "CRC32": "7F5FE92E", "BLAKE3": "5EEC2F926575C471B4B5E2330EBFC47F4C93D780D27CD461D4519333B5FC6DDC", "AutoV3": "81E045169112"}, "downloadUrl": "https://civitai.com/api/download/models/532942", "primary": true}], "images": [{"id": 13792587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ec9bc28-520f-4405-a8a5-0468ceafdc81/width=450/13792587.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEG8+Ixs4Tt7~UxZg3n$jCR*tTt5-hn$t8of", "type": "image"}, {"id": 13792588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ac3f2be-81d1-43c3-8505-1222dd351872/width=450/13792588.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U9GR^.IUysxa?wkB%1WBIoj[xZM|V?jZozWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/532942", "modelId": 479215} \ No newline at end of file diff --git a/datasets/metadata/533163.json b/datasets/metadata/533163.json new file mode 100644 index 0000000000000000000000000000000000000000..0588683b48577e2f28f2c7cab30c325330efb4bb --- /dev/null +++ b/datasets/metadata/533163.json @@ -0,0 +1 @@ +{"id": 533163, "index": 0, "name": "Yves Tanguy Surrealism Style SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-27T19:43:53.875Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 43, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 449972, "sizeKB": 1404.859375, "name": "533163_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T18:31:32.022Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "C801833672", "SHA256": "C80183367229FFC0E62199988C8D715953D18FBE11D48516DFC949D3DB4A82BE", "CRC32": "2C93C2CA", "BLAKE3": "3EE6802053147A065B0C4669EBDEE2580E90EF7BF01DA4296126B4AD77566B2F"}, "downloadUrl": "https://civitai.com/api/download/models/533163?type=Training%20Data"}, {"id": 450093, "sizeKB": 223109.34765625, "name": "Yves_Tanguy_Surrealism_Style_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T19:42:00.833Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F3F95F70", "AutoV2": "DA969ECB5D", "SHA256": "DA969ECB5D263105578287F2E9469834A513D1EF12DD18E5D6081B2DC6A8DD24", "CRC32": "74CCC5B5", "BLAKE3": "818B1E2F18E2D0FE2C3F25CB91F4622ACACFB5A7ABAD50000162E298630C60F3", "AutoV3": "9A0EC6399C24"}, "downloadUrl": "https://civitai.com/api/download/models/533163", "primary": true}], "images": [{"id": 13765215, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b82674c-5b43-47c8-98fe-281f76982877/width=450/13765215.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZF$bEt6j[WD_4j[axof9uj[ayayI;ayWBWC", "type": "image"}, {"id": 13765212, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea1c1dbc-39f1-42fb-873e-e93609be70b1/width=450/13765212.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UfHxpHt7odWE~qofocoeIuoLa}ayM}ayWCWC", "type": "image"}, {"id": 13765214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e60e648-f805-482b-a742-fa0b8af4db76/width=450/13765214.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdHetQxaayWC_Ns;odt6I?oKayayIpaxWCay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/533163", "modelId": 479411} \ No newline at end of file diff --git a/datasets/metadata/533192.json b/datasets/metadata/533192.json new file mode 100644 index 0000000000000000000000000000000000000000..24807c2522f6fafd581df3d9d6d09fe7d2ca50a2 --- /dev/null +++ b/datasets/metadata/533192.json @@ -0,0 +1 @@ +{"id": 533192, "index": 1, "name": "SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-28T17:38:29.541Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 157, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 1}, "files": [{"id": 451976, "sizeKB": 223101.78515625, "name": "fallout_style-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T17:35:58.030Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0C3CA885", "AutoV2": "73DF44E685", "SHA256": "73DF44E6855CD07FA3160F83F90B415F499D172CDA40324C45D8A4C7B4C0C9D2", "CRC32": "E0D986EC", "BLAKE3": "4D7A5F1488FD072AFFC8F690F8E70ACC3BFE61C3EE9BBCC34DF608E3783C9540", "AutoV3": "B6285BDC8859"}, "downloadUrl": "https://civitai.com/api/download/models/533192", "primary": true}, {"id": 449966, "sizeKB": 163934.212890625, "name": "533192_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T18:30:55.823Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E8AE1E96", "AutoV2": "0919318E0D", "SHA256": "0919318E0DC09F4B70E77A51696ECABB95BDE873B1B93F539A39E8A50CEC76F8", "CRC32": "F2A233F3", "BLAKE3": "8F0C0BD80262957C12A5CE136BF76C7A69982E641B19C8B65E3C7002B20A0DEC"}, "downloadUrl": "https://civitai.com/api/download/models/533192?type=Training%20Data"}], "images": [{"id": 13858265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/875ee493-6036-4f20-99c8-5201d01f8ee1/width=450/13858265.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UQD]VeO@aJ$zyZXTV?n$JXIpsljsI]WBxaNd", "type": "image"}, {"id": 13858252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f32e604c-9525-4607-9764-b3370049ee22/width=450/13858252.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "USE.%}slnNog?wI=n$RkKRS5jEW=OaR+WBkC", "type": "image"}, {"id": 13858210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61c7a224-f05c-4982-958f-cf26050ddd7f/width=450/13858210.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UgEfg0s:Rjj[t:oej?ofT2j?t7bcXAoLozbI", "type": "image"}, {"id": 13858224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62d2b287-1a56-45ab-8a10-910d31ede3bf/width=450/13858224.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UXFr;X%LI9t6?^t7IAaytnWCIUWDx]ayWAt7", "type": "image"}, {"id": 13858221, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f90e1cf-e210-48ac-a1da-452e470f8cda/width=450/13858221.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UIE2,,E1s,t7?wRPaykCO[RjoLW=?vs:ofWB", "type": "image"}, {"id": 13858209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efb711cc-be20-483c-89f3-106322ff23e7/width=450/13858209.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UkFPQvRko#adlCWEt7RjTLWXWCj[R:afRjoz", "type": "image"}, {"id": 13858217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfc879a9-0931-411c-abc7-ab9fb7798cf9/width=450/13858217.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UEECUmYR?bpJ.T?b.8-;5U%M%2jFXSxvn~V?", "type": "image"}, {"id": 13858218, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e44af3b6-5123-49e1-85ba-3afe8bbe62b6/width=450/13858218.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UGDl[_ITr;S6?wIAbHt7ENR5ozxtIpIUozNe", "type": "image"}, {"id": 13858220, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a421acf-45a5-44b0-b9c9-fa06d3d52aba/width=450/13858220.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UHDSj*v|ROog?wZ~V?ozK7M{RPX8x]M{M{kC", "type": "image"}, {"id": 13858222, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89f8fe14-3809-4c9d-a1bc-42892c2e83a2/width=450/13858222.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "ULC~xU%1E0?G.TxEZgo}KQRjROkCkXWBRiof", "type": "image"}, {"id": 13858223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fb396e3-187c-4070-8a93-3781453ad150/width=450/13858223.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UFCr_~%156~C?^%0VDgNKQWBR5ogtRR*Inoz", "type": "image"}, {"id": 13858229, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98f1bf2c-19d2-43be-ad2a-cdbae72f4f1f/width=450/13858229.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UTFYoo=_Vq-p.Ts.R4tRt-s.ROog%gj[V@oz", "type": "image"}, {"id": 13858225, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/911dd624-d2bd-4618-8923-edaadd941a87/width=450/13858225.jpeg", "nsfwLevel": 8, "width": 1152, "height": 896, "hash": "UWF=?kT0VrE1?w%MRPRQpJt6V?s;x^xZadt7", "type": "image"}, {"id": 13858230, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/627c4084-97b2-48e3-94ad-e02c8de0fc25/width=450/13858230.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UbFFsrxuZ~%1?wogMxV@x^kCM{WBx]R*WBt7", "type": "image"}, {"id": 13858237, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7e52c13-ddbe-4da4-848d-522e69467004/width=450/13858237.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UTGbVKK7ITMw.T%MRORP%gbbRPWB%MM|xVbI", "type": "image"}, {"id": 13858238, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a853f3b-0c95-48ed-9d07-7eba809ceeb5/width=450/13858238.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UVE:3ws8%1%1u6jZRks.XoM{tQW;kXRjofWV", "type": "image"}, {"id": 13858245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5438faa9-778b-4001-ad27-8092137573b5/width=450/13858245.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "URDl{3-oVr%0%%R,MxofX:WCnNt7yER*nhkC", "type": "image"}, {"id": 13858244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cf7324a-3503-4737-a623-f0956cfdbeda/width=450/13858244.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UNE2@6s:In-:%%t6IUtRTLW=s9Rk%hozNGoe", "type": "image"}, {"id": 13858247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1c2d9ab-81d0-44c4-baa1-948b44a00bbb/width=450/13858247.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UWFFa2tSr;%2.T%LsSbIb{t7t6flg4xZxtoz", "type": "image"}, {"id": 13858259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de43ce59-7c58-4347-b4f3-f1749728ee00/width=450/13858259.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "USE{OkpJsloHyZOtWBoJFhxbR*s:Oaxaofxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/533192", "modelId": 479436} \ No newline at end of file diff --git a/datasets/metadata/533225.json b/datasets/metadata/533225.json new file mode 100644 index 0000000000000000000000000000000000000000..aef31e2f54a9b1756a48335028fac03e05bbd1a5 --- /dev/null +++ b/datasets/metadata/533225.json @@ -0,0 +1 @@ +{"id": 533225, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-27T19:38:35.731Z", "availability": "Public", "nsfwLevel": 5, "description": "1.0 of wildwest world, turned out pretty well! not what i expected but it never is xD, still i liked it a lot and had a lot of fun with it!
", "trainedWords": ["wildwestworld"], "stats": {"downloadCount": 197, "ratingCount": 0, "rating": 0, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 450003, "sizeKB": 147570.984375, "name": "WildWestWorld.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T18:46:21.726Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AC0F4BBC", "AutoV2": "086A8F0834", "SHA256": "086A8F0834A26D3C745AB235E7616D9ED71844AD10813D29659F6443E5C69C1A", "CRC32": "63084BEB", "BLAKE3": "09102B577E532F343B5D4E3F69D25819F1BE813D4AF3EFB8F3FDD27B9E04B6D1", "AutoV3": "249F7DB3B63C"}, "downloadUrl": "https://civitai.com/api/download/models/533225", "primary": true}, {"id": 450103, "sizeKB": 54799.359375, "name": "WildwestWorld.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T19:45:54.030Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5A7F5BFB", "AutoV2": "7252963C61", "SHA256": "7252963C61FEB5A3BDB180C8EE22C87437C6A6756CC1C7A2849AEC4708D84933", "CRC32": "53F762F0", "BLAKE3": "53050C6434A3E4FF935E350786AB7DA3F9403799595D6D91D3F4B5B5893BE790"}, "downloadUrl": "https://civitai.com/api/download/models/533225?type=Training%20Data"}], "images": [{"id": 13763124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/057f4763-0d61-4191-815f-bba0e9afb2ca/width=450/13763124.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTEo0w~Vt7NGtRkWt7t7tRx[ozofkWxtxaxa", "type": "image"}, {"id": 13763154, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8532f6ba-fa6f-4f6d-ad57-4daf6d909068/width=450/13763154.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIDIq8M{-n-U~pRQR*az.8slxDjZx^jFxZRk", "type": "image"}, {"id": 13763156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5eb884fc-88c9-4f4f-b10c-78208f0b06b3/width=450/13763156.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U7C?4K9]~p~VE4-p5SR*0f^j9aNHNx9anOIp", "type": "image"}, {"id": 13763179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45f8eee1-6787-436a-9e53-dbc585e8a1d4/width=450/13763179.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UNGb3PEg9a%1*0-U-TWC^+t7t6%1ShX8%2xt", "type": "image"}, {"id": 13763202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/731311d1-0ec4-494d-b329-4e0567f9cf51/width=450/13763202.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UHDk}SslRP~Bx]9bM|-:OZRjIoNyf,M|adt7", "type": "image"}, {"id": 13763209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ead6ee67-e813-49e3-91ea-67ccbcce1244/width=450/13763209.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UCDu_C~pX8NHI@%M?H-o?G?HogRk9aIVIVxt", "type": "image"}, {"id": 13763226, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/332e69c5-83c7-4a6b-b434-09d8d79ad3f5/width=450/13763226.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "U9C~C?570c-;0Qs.=ua0Mb-UXp9t}m9uOs-U", "type": "image"}, {"id": 13763254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b905972-8008-448d-acb0-e060bad8de6b/width=450/13763254.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UMIg.QNI~AxDFhjaxZIo-:xaE2t7EOE2-oxt", "type": "image"}, {"id": 13763260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60c280c8-588b-4c58-bedb-2abd54b2dd5c/width=450/13763260.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UIF=K#x[~BxF%#xuoKxt^*tQM|%LJBE2xtt6", "type": "image"}, {"id": 13763292, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9a798f0-9a6a-420a-bc3f-f20b5e7f845b/width=450/13763292.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIDIan~UxtoyxtS2%1%1={Wos:xaNHbIxas:", "type": "image"}, {"id": 13763307, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59f1cfb9-2bbf-4e47-ab37-20354181ffa4/width=450/13763307.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEDuxg~BRi9aRkkCf+%2xt-oxt-otQoy-:s:", "type": "image"}, {"id": 13763314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64f07025-4684-4f61-8ac9-98e6332dc56c/width=450/13763314.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UKIgosIpsY?G~TRkM}NG=_t7IpE2?axuahxt", "type": "image"}, {"id": 13763320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77a099b4-1d69-4e26-a010-4f0ef1961195/width=450/13763320.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UIIg.H%K%1D+~pbvogni?FxtIpn*.7%KRQIW", "type": "image"}, {"id": 13766399, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba54875c-a7ac-4ff0-9a8d-d64a500e373a/width=450/13766399.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMGa:.^jOs~VT0bI%Lxujbt7oLM|X9%2R+R*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/533225", "modelId": 479461} \ No newline at end of file diff --git a/datasets/metadata/533733.json b/datasets/metadata/533733.json new file mode 100644 index 0000000000000000000000000000000000000000..f426eff3ad36f39ada498f06dee3a97ca6451355 --- /dev/null +++ b/datasets/metadata/533733.json @@ -0,0 +1 @@ +{"id": 533733, "index": 0, "name": "gotenks", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-28T00:21:27.308Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 23, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 450482, "sizeKB": 28773.6318359375, "name": "533733_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-27T23:21:31.606Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6C9F354E", "AutoV2": "8B278E89C3", "SHA256": "8B278E89C301DA31E95F28DAEB306ED5ED58B6A8F1A5FA1E6F82E4347D230DB8", "CRC32": "3DD37323", "BLAKE3": "E30E3A9058A13539A580523939948BBE40AD71D89E75F2469165B1195C20F7B0"}, "downloadUrl": "https://civitai.com/api/download/models/533733?type=Training%20Data"}, {"id": 450568, "sizeKB": 223103.58984375, "name": "gotenks.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T00:22:03.823Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BA631E60", "AutoV2": "256F1C2274", "SHA256": "256F1C2274520CB3ED8995EDE139929FE331F178F13B489FFB449A0E9FED850E", "CRC32": "22BA896F", "BLAKE3": "E317509F718CA9738928156E411E39A278C8B8F852A132C4C50374724FF44693", "AutoV3": "4B17315BFB49"}, "downloadUrl": "https://civitai.com/api/download/models/533733", "primary": true}], "images": [{"id": 13784971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/392314ab-7a09-4bac-9273-ce382fb06355/width=450/13784971.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHP%9Y%M?[x[%0oftkayyDofIAV@toWBi]j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/533733", "modelId": 479902} \ No newline at end of file diff --git a/datasets/metadata/533831.json b/datasets/metadata/533831.json new file mode 100644 index 0000000000000000000000000000000000000000..edb8fe7ffcc284a9d29493252988eb5037a7dcc9 --- /dev/null +++ b/datasets/metadata/533831.json @@ -0,0 +1 @@ +{"id": 533831, "index": 0, "name": "Serval (Honkai Star Rail)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-28T03:28:23.366Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["serval_landau"], "stats": {"downloadCount": 171, "ratingCount": 0, "rating": 0, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 450595, "sizeKB": 47239.4443359375, "name": "533831_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T00:32:31.722Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6FC6A2BF", "AutoV2": "419E329BE9", "SHA256": "419E329BE933F830713354A95573351DCA2DAEAE6FF58152B6146032F74B241E", "CRC32": "7DD3E5C7", "BLAKE3": "ACB1111F82C55ECE0BB2D6BAB9BC4C60243CF9FB3D0429C9342C7D19A8D31E16"}, "downloadUrl": "https://civitai.com/api/download/models/533831?type=Training%20Data"}, {"id": 450828, "sizeKB": 223115.16015625, "name": "Serval_Honkai_Star_Rail.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T03:28:23.069Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2C7EF3BC", "AutoV2": "2D7EF2EE7E", "SHA256": "2D7EF2EE7ECBD3C019A0CA07900B9026916A81CB07854164B566FA1587963A07", "CRC32": "F7F8D481", "BLAKE3": "CEEE7D2931AD190D29AA18094BB8A888F5340998CE61C0FA572241A0D8D21E61", "AutoV3": "824788BA69AB"}, "downloadUrl": "https://civitai.com/api/download/models/533831", "primary": true}], "images": [{"id": 13799714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdea15fb-c20a-4ee2-97b9-75198d786824/width=450/13799714.jpeg", "nsfwLevel": 1, "width": 800, "height": 1000, "hash": "UAEoJg~A00rVMxIUNH^*0MR.-pIp9tWYng9v", "type": "image"}, {"id": 13799708, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0d56730-72c8-480e-8b55-b40f0f103780/width=450/13799708.jpeg", "nsfwLevel": 4, "width": 800, "height": 1000, "hash": "UCLW;Q01.lR.uhKlt-={16tS59M|E.sDivt7", "type": "image"}, {"id": 13799701, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff396ef0-afca-4fdb-be15-0d83fdc16c2c/width=450/13799701.jpeg", "nsfwLevel": 4, "width": 800, "height": 1000, "hash": "UFMZgu_NY6t7%e9F_3NdTyx]JWNxKQx[NGkB", "type": "image"}, {"id": 13799659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b187dc38-28ef-43a5-a143-792427d1caf2/width=450/13799659.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCIX]e%MozRjMxRjtRWB~pM{R+xuR*tRM{s:", "type": "image"}, {"id": 13799660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc2d770d-1ddd-4b9d-8d71-66a416f4cc62/width=450/13799660.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U8KdD62b^+9a00000L~B0z-=NF~BIpeTNG-;", "type": "image"}, {"id": 13799696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31395899-10cb-4a41-bee7-0e331fbf5ddf/width=450/13799696.jpeg", "nsfwLevel": 16, "width": 800, "height": 1000, "hash": "UHMP];_2L3Ip?]R*.9IotOxYn+jE~pWX4oof", "type": "image"}, {"id": 13799697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be4df688-ebe9-4ebe-9d79-9816dffbbf8d/width=450/13799697.jpeg", "nsfwLevel": 16, "width": 1000, "height": 800, "hash": "UMI|,nt7S$xa9Fxa^*t7.8xa?bWB~BNG9ajZ", "type": "image"}, {"id": 13799698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00e3542e-a4b8-48ed-bbc7-dbe19862cf71/width=450/13799698.jpeg", "nsfwLevel": 16, "width": 1000, "height": 800, "hash": "UCJ%zm={005U00?G~WMxl9%M$%e.i^I:%f9Z", "type": "image"}, {"id": 13799699, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0027b0f-1445-4eb5-83a2-370ee5304e6b/width=450/13799699.jpeg", "nsfwLevel": 16, "width": 800, "height": 1000, "hash": "UMKmhFt7IoaeNcWWj]R*00WBEMR,~Voe9akC", "type": "image"}, {"id": 13799700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a619a065-0b6d-4f81-92fd-1db0ba0e26bf/width=450/13799700.jpeg", "nsfwLevel": 16, "width": 800, "height": 1000, "hash": "UHJG$jRj57Ej0K~BxFV@4:tR-pNH?aIokWRP", "type": "image"}, {"id": 13799709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3eb332ae-ff30-4552-ab49-55a7358f6d08/width=450/13799709.jpeg", "nsfwLevel": 16, "width": 800, "height": 1000, "hash": "URLM@e~WFy-;4:oeR*E1D%Mxslt7Nat7S4WB", "type": "image"}, {"id": 13799710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23091d91-b303-4398-9837-2e98c810c8ab/width=450/13799710.jpeg", "nsfwLevel": 16, "width": 800, "height": 1000, "hash": "UVM?PQ~p9v-oOrt7NbRj4nIUn$RjoeWARjof", "type": "image"}, {"id": 13799711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e4d76d8-b5b8-43f7-834d-39bdff4ffdcd/width=450/13799711.jpeg", "nsfwLevel": 16, "width": 800, "height": 1000, "hash": "UHNSys~Wx]$zyCt5%1IAJ7-pEjt7^hV@Iox]", "type": "image"}, {"id": 13799712, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02d77881-783e-422a-baac-5c1f909b12a5/width=450/13799712.jpeg", "nsfwLevel": 16, "width": 800, "height": 1000, "hash": "UIOCy?aLh1%MysWC%gt7$$oynNof?uxaRjbH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/533831", "modelId": 479996} \ No newline at end of file diff --git a/datasets/metadata/53392.json b/datasets/metadata/53392.json new file mode 100644 index 0000000000000000000000000000000000000000..60753770b2a2e706f00af11fa748ba787ac33037 --- /dev/null +++ b/datasets/metadata/53392.json @@ -0,0 +1 @@ +{"id": 53392, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-04-23T17:31:57.512Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": ["kroliaVoltron", "kroliaArmor", "armor", "bodysuit"], "stats": {"downloadCount": 281, "ratingCount": 39, "rating": 5, "thumbsUpCount": 47, "thumbsDownCount": 0}, "files": [{"id": 38781, "sizeKB": 4441.4501953125, "name": "training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-23T17:35:41.146Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BFF8A1F5", "AutoV2": "2759A17A11", "SHA256": "2759A17A112698633171817D7F073C5AD1BA9059503249EC3735853E74517CB3", "CRC32": "66E9DFFF", "BLAKE3": "EE1548D68ACA10A96792432B63DBA3FB64A8FB34411B58FA0F78BA42282B9842"}, "downloadUrl": "https://civitai.com/api/download/models/53392?type=Training%20Data"}, {"id": 38778, "sizeKB": 36979.25390625, "name": "krolia.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-23T17:30:38.969Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "498EB7C2", "AutoV2": "9C85F1B9B1", "SHA256": "9C85F1B9B199195371004CFE8544DF7F161A6D8F22A0A4ACB62136B971B4C149", "CRC32": "A0F9D39A", "BLAKE3": "3BA31B3C345E00AFA184643B94F66DA407F4FA6915140CE70F05753B3DD8C637", "AutoV3": "9EC25A3950E9"}, "downloadUrl": "https://civitai.com/api/download/models/53392", "primary": true}], "images": [{"id": 577221, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7473440-56d8-43bb-0363-0c7d848edc00/width=450/577221.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1792, "hash": "UJH1c4l9C6-r}cKQOsxv{cS#V@R%zUs:xbk6", "type": "image"}, {"id": 577218, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b813e7b-cb03-4db6-8440-d84a5f646100/width=450/577218.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U4GlI-0072yY069F~B?v000JH=0000?G58^N", "type": "image"}, {"id": 577216, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/341f22c1-49e3-4a07-ea03-440ec8c5f300/width=450/577216.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJJagC*J^mu4Ef$iM|Hs55Vt9rV@NZS2R$ko", "type": "image"}, {"id": 577217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66897ddb-5490-49c4-7037-562c95922900/width=450/577217.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U6F5drnc9D~DR4-q?0530e5Q0cS$00ryk;M_", "type": "image"}, {"id": 577215, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/563f0781-70bf-41c6-320f-6a9cebf61700/width=450/577215.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGDbdJ%3xVxu}_^laebJ=}-WR$s:%2xHxbxG", "type": "image"}, {"id": 577219, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a496e7f-3622-4fa7-10e5-82d753d37d00/width=450/577219.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFIh%I%Lpst800IppMNb8wt8-CWB9GxtE1n$", "type": "image"}, {"id": 577220, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01ca971c-fb17-4ed1-2114-5fb2f7572600/width=450/577220.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UTIE9D~A~T?u?anhs*xu9aVsIURjaen$s.sm", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/53392", "modelId": 48804} \ No newline at end of file diff --git a/datasets/metadata/534069.json b/datasets/metadata/534069.json new file mode 100644 index 0000000000000000000000000000000000000000..172c27373288f0dc7227763e1524f3d55c96e439 --- /dev/null +++ b/datasets/metadata/534069.json @@ -0,0 +1 @@ +{"id": 534069, "index": 0, "name": "Loid Forger Pony XL v1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-28T03:55:56.869Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": ["loid_forger"], "stats": {"downloadCount": 56, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 450815, "sizeKB": 36481.4765625, "name": "534069_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T03:21:32.853Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E03D8042", "AutoV2": "F8FAE8EAE0", "SHA256": "F8FAE8EAE0742176838915EC52500F3069B1824529689B1481E47859C48F95A2", "CRC32": "F2AC0499", "BLAKE3": "E07BFDC9197583CE29F53A4BA74B31DA41D7210166AF76D1D9196E13ABE6DF9D"}, "downloadUrl": "https://civitai.com/api/download/models/534069?type=Training%20Data"}, {"id": 450883, "sizeKB": 223099.64453125, "name": "Loid_Forger_Pony_XL_v1-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T03:55:58.532Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "68A6B991", "AutoV2": "056F07CC9A", "SHA256": "056F07CC9AF41947C570AFBEC1A416645D547872531A097DBF70D867511538EA", "CRC32": "37F7F751", "BLAKE3": "EDEE374A55D7858E611A9ECC1A3CD08F1012A4B2998BC730EDD2EC8E580D5EF9", "AutoV3": "709C08671C5D"}, "downloadUrl": "https://civitai.com/api/download/models/534069", "primary": true}], "images": [{"id": 13832148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b3fc38c-3f90-4d1d-8514-1f09bc08ef1f/width=450/13832148.jpeg", "nsfwLevel": 8, "width": 1459, "height": 1459, "hash": "UKK]x~0NDiyC~VNbIWNv03%KS#VtR;RjW,xZ", "type": "image"}, {"id": 13833210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0dd398ef-a058-4e6e-ab4b-7e90b1166bfc/width=450/13833210.jpeg", "nsfwLevel": 8, "width": 1459, "height": 1459, "hash": "UkJH5M-oE1jG~Vxtn*n%NeWXWEj?E4V]M|R*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/534069", "modelId": 480222} \ No newline at end of file diff --git a/datasets/metadata/534089.json b/datasets/metadata/534089.json new file mode 100644 index 0000000000000000000000000000000000000000..3d30f568c62a76427a6a52dd05c7057ec687cbd4 --- /dev/null +++ b/datasets/metadata/534089.json @@ -0,0 +1 @@ +{"id": 534089, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-28T03:23:53.201Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 118, "ratingCount": 0, "rating": 0, "thumbsUpCount": 30, "thumbsDownCount": 0}, "files": [{"id": 450824, "sizeKB": 22252.41015625, "name": "Sicily_Claude_KenjaMago-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T03:28:50.393Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "85C8D70B", "AutoV2": "59AEE7A588", "SHA256": "59AEE7A58828838FFC4A8C57EB7049A04285EE0E0DBA3954ABBBF61EDE6A1FF9", "CRC32": "9A0231D3", "BLAKE3": "0364E7508EF3F6FBB3BEC16059B139F72EA3D51C0702FC2603FEBB72D154E60C", "AutoV3": "EC4EA9B363ED"}, "downloadUrl": "https://civitai.com/api/download/models/534089", "primary": true}, {"id": 450825, "sizeKB": 39023.494140625, "name": "Sicily_Claude_KenjaMago.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T03:28:59.274Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "AF739762", "AutoV2": "83539C812B", "SHA256": "83539C812B860264C595F876961CFAB59D47604D5C99B931E35105321C246435", "CRC32": "DE3CA368", "BLAKE3": "F740F6131CBE26B368BE6C58780B172D4CD5BEDB35D5C7EC3E7118EC91C2D366"}, "downloadUrl": "https://civitai.com/api/download/models/534089?type=Training%20Data"}], "images": [{"id": 13799459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/463249e4-2622-4693-9892-b0b81743e4ef/width=450/13799459.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWN0_4~qrp-;ELx]-TxaxuRjivV@w]RjxZRj", "type": "image"}, {"id": 13799466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ea6cbea-0c8e-41dd-a7c5-1f5f4885cf84/width=450/13799466.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWN0_4~qrp-=ELx]-TxaxuRjivV@w]RjxZRj", "type": "image"}, {"id": 13800799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af2b5bcb-f8ec-49a3-bf77-7320008c2857/width=450/13800799.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQL;Kt~AI9-:0fxCrVNG9]S6n3og={X8ROs8", "type": "image"}, {"id": 13801446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8967b6a-5aa6-4ded-8a69-4fc6276ddabd/width=450/13801446.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBK^~q8w=C4.rT9E}iI94n.9rBwIrp?vkEox", "type": "image"}, {"id": 13801945, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2636a324-8034-4844-a82f-b7ee38fc04bb/width=450/13801945.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULMH13~A00-;00-pvytRBDx]-9%1~VNdV@i^", "type": "image"}, {"id": 13802603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/171407cc-1395-4485-823b-2e3210578d5b/width=450/13802603.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTLz%Dx]8^-T4.%1MdsSEMxZ,:XS~pbHn+oL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/534089", "modelId": 480241} \ No newline at end of file diff --git a/datasets/metadata/534128.json b/datasets/metadata/534128.json new file mode 100644 index 0000000000000000000000000000000000000000..2c2027ec0e75941ad3e8b3ac362eb09f4272eded --- /dev/null +++ b/datasets/metadata/534128.json @@ -0,0 +1 @@ +{"id": 534128, "index": 0, "name": "Jujunaught", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-03T01:25:59.925Z", "availability": "Public", "nsfwLevel": 16, "description": null, "trainedWords": [], "stats": {"downloadCount": 55, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 450896, "sizeKB": 28173.896484375, "name": "534128_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T04:06:39.846Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E2C7BDB5", "AutoV2": "28574CEE31", "SHA256": "28574CEE3171319EE4C9EED5C5BD7425811635842F7FB36E9F5E1A5332EE7371", "CRC32": "279FED90", "BLAKE3": "943D69A7791AEA5F2FCD35679961406CD5506E7E03929DED975F139381272C79"}, "downloadUrl": "https://civitai.com/api/download/models/534128?type=Training%20Data"}, {"id": 463261, "sizeKB": 18547.390625, "name": "Jujunaught.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-03T01:26:19.977Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "31FF6E4CED", "SHA256": "31FF6E4CED0CEA9CFB14C305CD9D5203E5454234C5ED86558530C86C64272566", "CRC32": "6410C6FD", "BLAKE3": "7370FE1BFC0BAFDB9C99A2D3F9E2466825FAF704A5B853A88BDFA3A49DA4962D", "AutoV3": "C2C70DEC79CE"}, "downloadUrl": "https://civitai.com/api/download/models/534128", "primary": true}], "images": [{"id": 14414683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c268479-0752-4d48-9250-fc3557800e45/width=450/14414683.jpeg", "nsfwLevel": 16, "width": 1280, "height": 1810, "hash": "UDFXSO0K5m9s}r~B0ekDNaNw-UWU0fNG^kWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/534128", "modelId": 480282} \ No newline at end of file diff --git a/datasets/metadata/534136.json b/datasets/metadata/534136.json new file mode 100644 index 0000000000000000000000000000000000000000..171645bcfdeb70d0ed9b05301fb5e3faec05f999 --- /dev/null +++ b/datasets/metadata/534136.json @@ -0,0 +1 @@ +{"id": 534136, "index": 0, "name": "Version 1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-30T05:31:35.571Z", "availability": "Public", "nsfwLevel": 28, "description": "Version 1
", "trainedWords": [], "stats": {"downloadCount": 127, "ratingCount": 0, "rating": 0, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 455129, "sizeKB": 223100.98828125, "name": "Female_Headcrab_Zombie.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-30T05:20:52.746Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "50BF9663", "AutoV2": "B8186EAF35", "SHA256": "B8186EAF359B4544F965AAC94450123861B01A4C527B203F48EE5E9FA646F3A9", "CRC32": "70FA1069", "BLAKE3": "D22AB31E1445949A309D63F21192B48B545EA73E00D4671E4240128290594D51", "AutoV3": "D0FB674D9418"}, "downloadUrl": "https://civitai.com/api/download/models/534136", "primary": true}, {"id": 450888, "sizeKB": 7415.1396484375, "name": "534136_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T04:01:40.047Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "501084B4", "AutoV2": "A9C995B45D", "SHA256": "A9C995B45D43084AC549850A5F014407EA005ED4839B3B7B6C971A90CBC274D0", "CRC32": "AC7185F5", "BLAKE3": "26B611DFD5287467D6DB4281BC455C11A00BD2752DE1B38B262CB9FB266B0483"}, "downloadUrl": "https://civitai.com/api/download/models/534136?type=Training%20Data"}], "images": [{"id": 14012906, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af154278-9a47-4043-bee7-727cc053f60a/width=450/14012906.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U8Iz|g~800El00xunP9GR5EM-Bs.o}niIV%L", "type": "image"}, {"id": 14013028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afd06b5e-5c89-4550-9723-b11a7e5ee39d/width=450/14013028.jpeg", "nsfwLevel": 8, "width": 2048, "height": 2048, "hash": "U6F}$J_1Q6$g_LIV?FNa01M|v#of$it7E3of", "type": "image"}, {"id": 14013036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c77ee34-4446-4f6c-86ce-4bdaadab0bd7/width=450/14013036.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "UHGu2N-p_N-:T0V@smNI%La}NGS3^jafNHt7", "type": "image"}, {"id": 14013040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4087185f-2c13-4ec5-87f3-fb460a17eaff/width=450/14013040.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "U5Fg]$9x0M0g02=_9uM|-:-UE2EM~UspE3NH", "type": "image"}, {"id": 14013046, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9424ccf4-4f5f-4c9a-95bc-b8bd18a5a39c/width=450/14013046.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "U4DH~60.04580i#m=_W?0i^Ot7Rk}=OX59I;", "type": "image"}, {"id": 14013043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aae5d1ba-be13-4fec-be22-02959672f94d/width=450/14013043.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "UCFhV0Mx*JEMAHD%s;VtrqXTIVWq=_t6E3xZ", "type": "image"}, {"id": 14013029, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e62af2e4-6894-48fa-8294-a65904258887/width=450/14013029.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "U7B.ooIp0}}?0#9vNJxZ^jI;E3t6Ip=_xZxZ", "type": "image"}, {"id": 14013038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e512b8a-ee01-40dc-b0fa-8099c4da7aec/width=450/14013038.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "U59sx7IpEM-o5mayWBoz~BNHM|kCIos:E3xa", "type": "image"}, {"id": 14013034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1b84d96-84e5-4997-a371-2d651b995332/width=450/14013034.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "U5A]H45S0#}?0~RlRlof}?jZIp%0xFR,E3%1", "type": "image"}, {"id": 14013048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2e787ba-72c3-436d-ba64-c994e5e65e8f/width=450/14013048.jpeg", "nsfwLevel": 8, "width": 2048, "height": 2048, "hash": "U4AJ$WN_01vyI_n$m,X80zi|}?NG=^RjOFjZ", "type": "image"}, {"id": 14013056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f751967f-0216-47f9-ba03-00e69baf9f52/width=450/14013056.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "U4EU}k~V000100JC^k^kIwwb}r0L?wJ.4.=t", "type": "image"}, {"id": 14013030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64338887-879f-49d0-82a5-fdb70ccb042a/width=450/14013030.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "U4BV@I?GO?rr2bI;o}xF00Ip-TXS}9={MxI;", "type": "image"}, {"id": 14013047, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30f65443-3108-4344-aaea-ff4aec483e3f/width=450/14013047.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "U2AvUS$k020301$P}?-V=eAG=xn%9v=_ENi{", "type": "image"}, {"id": 14013053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/528d79fd-d42a-4698-8b30-425272a7dba2/width=450/14013053.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "U8B:Z{wI1ONb00E2oet6%%o}$*sm#5nOIWof", "type": "image"}, {"id": 14013027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c55e31b9-4f70-47b7-acf6-5222ea2c862d/width=450/14013027.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "U4BMY#~V0M0L0~I:?G-U01R*}@-V%Mf+R*t6", "type": "image"}, {"id": 14013037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/868efa2e-30df-4171-bb91-17d0cbfc7f81/width=450/14013037.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "U5Byma}r00009_4:ni-U4:xa}@?Gs:t7D*E2", "type": "image"}, {"id": 14013058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d41ef1f-bb4b-44f6-9c54-6fbf99be6411/width=450/14013058.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "U4Avn7xt020f02sn%0s-DkS$}@xGS~s.9aR*", "type": "image"}, {"id": 14013052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/baf7e290-7528-4f12-9e7a-8f98767859a3/width=450/14013052.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "UABopjjb5RxZ0#NbNHR+r@%1}@IpX8NHEMxZ", "type": "image"}, {"id": 14013055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f43dfecd-09b9-421b-8013-727f563d68fc/width=450/14013055.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "U7B.+7xaEg%20~IpEMIp4;%1^iE3~AxtoMxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/534136", "modelId": 480288} \ No newline at end of file diff --git a/datasets/metadata/534332.json b/datasets/metadata/534332.json new file mode 100644 index 0000000000000000000000000000000000000000..3a52883e90958b4da8d2a7e22a2e3920982f53e5 --- /dev/null +++ b/datasets/metadata/534332.json @@ -0,0 +1 @@ +{"id": 534332, "index": 0, "name": "EvoStyle - Dark v2.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-28T09:05:42.236Z", "availability": "Public", "nsfwLevel": 1, "description": "This version can produce NSFW, but it was intended for SFW. Previous version was way too bright for me.
", "trainedWords": ["zyrnox style"], "stats": {"downloadCount": 78, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 451295, "sizeKB": 232408.3251953125, "name": "534376_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T09:00:56.628Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E9AFE48B", "AutoV2": "19A3B176D6", "SHA256": "19A3B176D617890B92B8A5F92244DC1B7A23512C42C5A7B7955C018A01474A56", "CRC32": "5394B23C", "BLAKE3": "B0AC0AB8566A955455F5836E0275D7C2277CAF6963B8F5209E596792404A8776"}, "downloadUrl": "https://civitai.com/api/download/models/534332?type=Training%20Data"}, {"id": 451294, "sizeKB": 223102.20703125, "name": "Dark_v2.0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T09:01:01.494Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4BE2368D", "AutoV2": "4240A5D356", "SHA256": "4240A5D3567220590C1D155F9BD86FE75CC55990306849EC9BEC74DDFABCCB5D", "CRC32": "B8640075", "BLAKE3": "75BCEA04D28529C69A35A517D7CD707950233FC4DE6B3DC12E1051892FC33BE1", "AutoV3": "96A9E2E9BBBC"}, "downloadUrl": "https://civitai.com/api/download/models/534332", "primary": true}], "images": [{"id": 13928500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bb55ec5-b624-4920-8add-613bf8f28612/width=450/13928500.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEF=:l?H.TX90:NH%Ms:8_jZ8_V@=^V@MxWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/534332", "modelId": 477239} \ No newline at end of file diff --git a/datasets/metadata/534525.json b/datasets/metadata/534525.json new file mode 100644 index 0000000000000000000000000000000000000000..9bf18f326aec69bc6f6da48f930367834b2e59d4 --- /dev/null +++ b/datasets/metadata/534525.json @@ -0,0 +1 @@ +{"id": 534525, "index": 1, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-28T09:04:04.332Z", "availability": "Public", "nsfwLevel": 14, "description": "initial version. Specifying color of parts of the outfit can help with consistency.
", "trainedWords": ["black srvnt-outfit, red srvnt-jewel", "panties", "buruma", "short shorts", "short skirt", "crop top, elbow gloves, thighhighs"], "stats": {"downloadCount": 215, "ratingCount": 0, "rating": 0, "thumbsUpCount": 39, "thumbsDownCount": 0}, "files": [{"id": 451255, "sizeKB": 56158.802734375, "name": "evil-servant-ot6.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T08:25:59.966Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BDD7FB6F", "AutoV2": "61D02CE2FF", "SHA256": "61D02CE2FF4791609DFD24A4B4A071A7C67B66675A9353AC156DF8ECD163EA4D", "CRC32": "5031708C", "BLAKE3": "D589E35C01D4D194EE1F138B6DA867669FD45BE61DD298CA8D1E2E1FE75BAFEC", "AutoV3": "9632E529A861"}, "downloadUrl": "https://civitai.com/api/download/models/534525", "primary": true}, {"id": 451256, "sizeKB": 59258.169921875, "name": "images6.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T08:25:59.795Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8773554C", "AutoV2": "BF7B58CBB8", "SHA256": "BF7B58CBB8740D3974CAAEE008398177BE0E83723AD7E2442472739A9CBE5624", "CRC32": "21D6BF9A", "BLAKE3": "1AB7CC6530488E2B8E250B01A76FB7CAE2711C57DC0D64183C6686D2FA550402"}, "downloadUrl": "https://civitai.com/api/download/models/534525?type=Training%20Data"}], "images": [{"id": 13822125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8f0f39c-6141-4dbe-9c4a-a74cad3443bc/width=450/13822125.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "U9Hx+$0N1s.T1kpI$+aL6[%3wGsA~p-qInIt", "type": "image"}, {"id": 13823480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20fe397d-e11a-484d-b483-b39c4e044e13/width=450/13823480.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "UAI5D0DO1F%#LNITH?ERK?4:vfai_2IUn~Z*", "type": "image"}, {"id": 13822886, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f95725cb-b867-42c2-b9e0-cea350ec02d7/width=450/13822886.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UIHCQ3tQE^%Npya%nNWFP8Rkw@kCxvfhV?M{", "type": "image"}, {"id": 13820800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24882cb4-72bb-44a5-b7d8-91b902abd026/width=450/13820800.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "U9HLJD009t*0-FVrvMOG=EH=;^E2?J;2nPAG", "type": "image"}, {"id": 13820856, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81923849-128a-44cd-b735-a1830598a898/width=450/13820856.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UKIOkJVr62%$?wi_RkJBpHR%jEM|?cS1R*Rj", "type": "image"}, {"id": 13820888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9504c531-c051-4739-89b8-117a230155bd/width=450/13820888.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "UBI5Si8^0y?w%%Z#V{ERc7bCIUE2~WRh4:WF", "type": "image"}, {"id": 13820923, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6b4c351-5088-4765-9640-2e2de38d1eea/width=450/13820923.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UIJHw3tl0}%#_4o~N1XT9Zpc$MogS%pJxZs;", "type": "image"}, {"id": 13820971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53273c5a-85ba-4f06-946e-413a15d2674e/width=450/13820971.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UAHC7g_M0_D#ThWHm.t69q-;IT-.9Fx]Vr?Z", "type": "image"}, {"id": 13820983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4633c67-cf29-4363-a405-bced1663b5be/width=450/13820983.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UHIrEF%#yp_MAM%hbdR.Myxc$*jGo_xvInof", "type": "image"}, {"id": 13820995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c1e763b-38b6-4ee4-bda1-1c6c884f4af4/width=450/13820995.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UHJj}4EkAu~p^7tmRWaK%K%#EN%L-=pcOEkD", "type": "image"}, {"id": 13821036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4d6332c-a4f4-4019-964e-24837a664637/width=450/13821036.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UNH_[A_NP8b[t.bdxbx]E2t7xuxu%1xuj[t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/534525", "modelId": 480631} \ No newline at end of file diff --git a/datasets/metadata/534702.json b/datasets/metadata/534702.json new file mode 100644 index 0000000000000000000000000000000000000000..ea398aa259b89d316693380d213c8d2ae4da2673 --- /dev/null +++ b/datasets/metadata/534702.json @@ -0,0 +1 @@ +{"id": 534702, "index": 0, "name": "Loid Forger Pony XL v2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-28T18:22:06.863Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": ["loid_forger"], "stats": {"downloadCount": 103, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 451446, "sizeKB": 33802.78515625, "name": "534702_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T11:25:54.919Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C2152038", "AutoV2": "40DC037FB6", "SHA256": "40DC037FB615C36D78B80B8EEB7E3A951DF2DC95DF134DE01F912B596ADBD18D", "CRC32": "0441870B", "BLAKE3": "32ED55DE23DF2B69ED46647EAE75D11502F1FBD1BB0C5ABBC649598E512633E8"}, "downloadUrl": "https://civitai.com/api/download/models/534702?type=Training%20Data"}, {"id": 452076, "sizeKB": 223100.56640625, "name": "Loid_Forger_Pony_XL_v2-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T18:25:47.392Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "82FE0BE9", "AutoV2": "41C25AEE94", "SHA256": "41C25AEE94C82506B9333033ECE61A2707A99D6C14AC86D7E7A945D0334C45CF", "CRC32": "82C5CB8C", "BLAKE3": "D7E97F8259D987F8678C38F6104B9ED75A876A30EA6091CFD8B90BF70C56A786", "AutoV3": "B6C5C2F468C2"}, "downloadUrl": "https://civitai.com/api/download/models/534702", "primary": true}], "images": [{"id": 13972836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/861ac767-d98c-43c2-8656-231785846a7a/width=450/13972836.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UXEf4y?FIUWB~C$~R*s,-UxsxajY-:%1xZoK", "type": "image"}, {"id": 13918731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94801024-576a-493c-8f8a-2eafdc53208b/width=450/13918731.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "URGSAf?GO[ER%%RjxvtR5Uj?V[ozIvxtIVNG", "type": "image"}, {"id": 13875409, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06cef609-8b8f-4bdd-b450-1172aa7757c9/width=450/13875409.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UFDb~OE400-:I]M{t7xa01$y?GE2~AxY9aM|", "type": "image"}, {"id": 13937806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69d4fb36-7764-44ba-b91a-62c35977113a/width=450/13937806.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UGH_3;M{01E20f^*Rj9a00xu~BM{?Gt7NGxZ", "type": "image"}, {"id": 13861133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96d6e2ec-5862-4150-aee0-f657a900feae/width=450/13861133.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAMjEi_3004;.k01?HNI9G?Fxb%L?Ft8IU9a", "type": "image"}, {"id": 13861134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d5271d7-7266-4430-bece-65f225f2da6f/width=450/13861134.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGLWR+0100yCjDem~Wf6o}R*a#ax-ps:M{M|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/534702", "modelId": 480793} \ No newline at end of file diff --git a/datasets/metadata/535261.json b/datasets/metadata/535261.json new file mode 100644 index 0000000000000000000000000000000000000000..c304929f5c510951589d6e75ad45a53699d1fd4b --- /dev/null +++ b/datasets/metadata/535261.json @@ -0,0 +1 @@ +{"id": 535261, "index": 0, "name": "The Deep Dark Forest", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-28T18:31:17.667Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 199, "ratingCount": 0, "rating": 0, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 451909, "sizeKB": 300909.3671875, "name": "535261_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T17:02:55.249Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "45A158D5", "AutoV2": "1D8D8B8008", "SHA256": "1D8D8B8008C931CED08AC74F2091BDB129DAAB04537ADEA08883C744C92B4FDA", "CRC32": "01F6F59D", "BLAKE3": "35637B37DFA3B6F4E532215829F34FF0A529731D419278F4F3CE1792D941467D"}, "downloadUrl": "https://civitai.com/api/download/models/535261?type=Training%20Data"}, {"id": 452091, "sizeKB": 36980.3671875, "name": "The_Deep_Dark_Forest.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T18:30:52.618Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "098F67B6", "AutoV2": "853476E5D5", "SHA256": "853476E5D5E351E8004B1E3F6978A8020252CA3024E8169ABA07263CB605FE37", "CRC32": "B55A2768", "BLAKE3": "68D07D2FBF1B6BE114DF2E6FA843FFAE22C7E513B1789D0867B990AF607096A3", "AutoV3": "8797FDE7863E"}, "downloadUrl": "https://civitai.com/api/download/models/535261", "primary": true}], "images": [{"id": 13861773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7eb32323-6e5f-4da5-83d2-36b9e39956ce/width=450/13861773.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U34fmrpH00M0*IozHsVsQSV[pIo}tlV@Vso}", "type": "image"}, {"id": 13861775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49d1b2b5-541b-425a-82cf-5d590131fe36/width=450/13861775.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UeC%phV@M{of_NWURjj[xukCa{afofkCfkay", "type": "image"}, {"id": 13861772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/702b8b16-603d-4dff-aba2-120333c6582d/width=450/13861772.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U55}{oIUDOtR?^D%MwogxtRjjZWBt6azx]ax", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/535261", "modelId": 481288} \ No newline at end of file diff --git a/datasets/metadata/535354.json b/datasets/metadata/535354.json new file mode 100644 index 0000000000000000000000000000000000000000..a4788cf22ff4cbc37373d2be6bc3481cd37b33c0 --- /dev/null +++ b/datasets/metadata/535354.json @@ -0,0 +1 @@ +{"id": 535354, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-28T17:52:54.121Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Shen"], "stats": {"downloadCount": 64, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 452018, "sizeKB": 223109.52734375, "name": "Shen.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T17:57:15.221Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C9D17E56", "AutoV2": "75D245BBE1", "SHA256": "75D245BBE1893351E582054B4B8A708212D94BEEBE73B2B6A1EF8C6379AC935A", "CRC32": "8293F577", "BLAKE3": "235D5AF304B1ECA21AFBE98CC6053985DDC7DD8C18A17A861439A29B569A168A", "AutoV3": "73DE3B80CA9C"}, "downloadUrl": "https://civitai.com/api/download/models/535354", "primary": true}, {"id": 452013, "sizeKB": 29329.7109375, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T17:57:05.396Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "13113637", "AutoV2": "D81ACC3B8F", "SHA256": "D81ACC3B8F35AB01674EB90422FC3D16074887CC924EB4B82EE0636555B06B04", "CRC32": "E01D9F22", "BLAKE3": "11351B738F7D1233876BE665576697030F80CB0010FB67E702E11BC8278609DB"}, "downloadUrl": "https://civitai.com/api/download/models/535354?type=Training%20Data"}], "images": [{"id": 13859273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56ab1871-0c39-4421-9d4d-23c721f066dc/width=450/13859273.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UVF5]_R5?IS5-@-rIUx]xvWBNGRkrYocRiRP", "type": "image"}, {"id": 13859277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa8d8c17-0637-4215-b573-c9cf68a9f903/width=450/13859277.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "ULDvyVMwyDMc?wDiK6Vs9EaKWCxu00-pnNtR", "type": "image"}, {"id": 13859275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2295ce30-5686-4324-9431-31af19740798/width=450/13859275.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UPH_oUIV-;kC^jWBWUofi^t7IUt7~pR+ofWB", "type": "image"}, {"id": 13859274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7081f5e-6fb5-4daa-8727-7055bf510346/width=450/13859274.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UGDJ6VEN}-xC=X%0t7t7=|NGt7xZ-TkWNIt7", "type": "image"}, {"id": 13859276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e93a89a0-995f-4c2a-99a5-424815d1dcf2/width=450/13859276.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UZLzNvof~V%1oMfkoIj@-oofIVRkt6aya#j[", "type": "image"}, {"id": 13859282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23d3a677-aa16-4499-893c-2c888743bfd3/width=450/13859282.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UFF5:FW?_MNH%1xD9Z%1~UNbxu%2$zxZR*a}", "type": "image"}, {"id": 13859281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd5cb20c-11f0-4cfb-b81d-06e860dec92b/width=450/13859281.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UB7_QLv%%~i{?^w}%#WYIVpcw}ozMdcYR5XT", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/535354", "modelId": 481374} \ No newline at end of file diff --git a/datasets/metadata/535462.json b/datasets/metadata/535462.json new file mode 100644 index 0000000000000000000000000000000000000000..8753a8218490c43c2ab2b583b2379099057560e3 --- /dev/null +++ b/datasets/metadata/535462.json @@ -0,0 +1 @@ +{"id": 535462, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-28T18:48:09.667Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": ["imac_girl"], "stats": {"downloadCount": 56, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 515260, "sizeKB": 95684.1640625, "name": "dataset-20240626T182958Z-001.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T18:35:40.901Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A6EC6D35", "AutoV2": "1C88BFE17B", "SHA256": "1C88BFE17BC5FBB6211C55EE04EC7263DEABAD346D7E18ECEA1AEF54FCA6F75F", "CRC32": "D7D597BD", "BLAKE3": "9DD6D2F616B7A8692A327073C9A8AB28827EFFFD828A920D303B5D4BB5FD5B45"}, "downloadUrl": "https://civitai.com/api/download/models/535462?type=Training%20Data"}, {"id": 452126, "sizeKB": 18545.328125, "name": "imac_girl-08.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T18:51:32.060Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "90646A096C", "SHA256": "90646A096CA52A546827EE65C068FEFD6541D56BF208329A9C936C857E652457", "CRC32": "B4E3A4AE", "BLAKE3": "6545BDE34F8E3BA33E3821BBE93DBC955CD0280310BBE44CB6712422325BED12", "AutoV3": "4751C1DFF7F5"}, "downloadUrl": "https://civitai.com/api/download/models/535462", "primary": true}], "images": [{"id": 13862969, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a3481d5-8826-4901-b0cc-38aef54abd00/width=450/13862969.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1800, "hash": "UHE3MP.T0JNH5RS~-qV?DiM_xaXRV=g3s,i{", "type": "image"}, {"id": 13862971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4663050d-64e2-4d00-bd97-46966fa4fd86/width=450/13862971.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1800, "hash": "USI}u4.S9sbuGuk?bcxZ?w-=%3xaJPNFs9kB", "type": "image"}, {"id": 13862972, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d2dd6c5-933b-44cd-9cfc-c5bb5d10bf7e/width=450/13862972.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UNIE;X~CCPBS00R6rERQITXmtR-VXTIo$%ad", "type": "image"}, {"id": 13862968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05a924c5-af9d-4bda-a05c-df8c26265eab/width=450/13862968.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1800, "hash": "ULI5i2^-0wITUYOFsAR}FvyC#r$x?u-qrrsl", "type": "image"}, {"id": 13862970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6a24cfc-e4c3-4283-8baa-12233c475393/width=450/13862970.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1800, "hash": "UJI}S6}]6x5%F2I.?H=}0KR%IA%2D%xurrIU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/535462", "modelId": 481477} \ No newline at end of file diff --git a/datasets/metadata/535651.json b/datasets/metadata/535651.json new file mode 100644 index 0000000000000000000000000000000000000000..bdb46111aa9a8ac7021b7c344d46497c82000790 --- /dev/null +++ b/datasets/metadata/535651.json @@ -0,0 +1 @@ +{"id": 535651, "index": 3, "name": "V1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-28T22:49:55.758Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["COLOR square", "COLOR border"], "stats": {"downloadCount": 35, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 452423, "sizeKB": 18545.4609375, "name": "geometrics.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T22:30:49.836Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "019BF73F8C", "SHA256": "019BF73F8C477895333AEB0F1FFFF197060868C333FFD429C25AA6CC24FD3381", "CRC32": "D70B791E", "BLAKE3": "26BBB7B8912DFA8DD9D6EBA434D641E674589D765002DED5A54D2E31313FF109", "AutoV3": "DCEA65780B7D"}, "downloadUrl": "https://civitai.com/api/download/models/535651", "primary": true}, {"id": 452311, "sizeKB": 12.2802734375, "name": "535651_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T21:01:32.401Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "2C04BDEC5E", "SHA256": "2C04BDEC5E33A052855D02C59B3E707C31EAD138F793E4A647A1FF06CE10DAAE", "CRC32": "E0422192", "BLAKE3": "55808A557EE3AC5D6CBA7D09204E8DACB63D7613325977B29516F38397C84B52"}, "downloadUrl": "https://civitai.com/api/download/models/535651?type=Training%20Data"}], "images": [{"id": 13881248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18430eaf-870f-4dc9-b857-4caa131da72c/width=450/13881248.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UJLwaaxE0loKxEfQWWfQ0lWW}Va|oKfQazfQ", "type": "image"}, {"id": 13881246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c663a78-ac17-40de-9e69-566fe13ea04e/width=450/13881246.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U600d:fZfdfYfYfRfPfPfafOfTfOfYfRfQfR", "type": "image"}, {"id": 13881247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b2f2321-d04e-4b20-a701-07c821896b30/width=450/13881247.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCS|{i=|L#-V=|j[WBjtL#WBuiae-VjtWBjt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/535651", "modelId": 481649} \ No newline at end of file diff --git a/datasets/metadata/535656.json b/datasets/metadata/535656.json new file mode 100644 index 0000000000000000000000000000000000000000..d4f0f6588f6e98ed6dd0804647fc754f81811e30 --- /dev/null +++ b/datasets/metadata/535656.json @@ -0,0 +1 @@ +{"id": 535656, "index": 0, "name": "BOY", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-29T06:26:51.068Z", "availability": "Public", "nsfwLevel": 1, "description": "1.5
", "trainedWords": [], "stats": {"downloadCount": 56, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 452342, "sizeKB": 9572.5166015625, "name": "535656_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T21:20:41.031Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "62B90B18", "AutoV2": "E1257CD897", "SHA256": "E1257CD8977EECFF0DF501BB22FCE10D164387E85FFB062272FB1D6E94F70974", "CRC32": "ECA711EA", "BLAKE3": "6B2049C92594352CF36445ED089816A45A384BE1A6080495382AEFC4A0F50DEB"}, "downloadUrl": "https://civitai.com/api/download/models/535656?type=Training%20Data"}, {"id": 453086, "sizeKB": 18555.5, "name": "BOY.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-29T06:20:53.475Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "EF767D02EC", "SHA256": "EF767D02EC4D28E4976A4859601F636C270BC76B0C0A2851A030998203DE24EC", "CRC32": "6AAA0315", "BLAKE3": "1198139D21751A9588E224AEF56AAB741D1A072CB4A03CE046021F8EE37FA52F", "AutoV3": "2339FB7E2E6D"}, "downloadUrl": "https://civitai.com/api/download/models/535656", "primary": true}], "images": [{"id": 13961946, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4711eafd-fcf0-45a8-9eba-d45df51f64f2/width=450/13961946.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "UcKe1Soz~q?bDi%MofWA~qs:RjM{j[t7j[ay", "type": "image"}, {"id": 13962084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11e24f0e-f8be-4672-ba0d-211b4bc6dcdf/width=450/13962084.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "UXHVk?xu~qxuD%RjRjWB~qayITafE0oLRjof", "type": "image"}, {"id": 13962178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6620ecc0-34f9-4254-b744-e398e5c5fb3b/width=450/13962178.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "UcLE7@?b?bIos:bHt7RP~q9FRjo2%Mj[WVof", "type": "image"}, {"id": 13962362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/744a4a38-226e-45d1-b239-f66bbd4f4ff4/width=450/13962362.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "UoNwcqt7~qtQIUs:IUR%xut7D%RjW;RjoLoM", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/535656", "modelId": 481653} \ No newline at end of file diff --git a/datasets/metadata/535657.json b/datasets/metadata/535657.json new file mode 100644 index 0000000000000000000000000000000000000000..bb79cc1ce60c2fd156fe54c8925508fc748349db --- /dev/null +++ b/datasets/metadata/535657.json @@ -0,0 +1 @@ +{"id": 535657, "index": 0, "name": "Heartsteel Sett", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-29T00:52:59.474Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 28, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 452309, "sizeKB": 4045.66796875, "name": "535657_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T20:55:52.248Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "32605F47", "AutoV2": "E44973281B", "SHA256": "E44973281B81E77B8F06038962A1E9BDEED0478C5CC25D4E3D5A0B9276F7E5F7", "CRC32": "264F04FC", "BLAKE3": "3FD75C3643C433189BD26667AA26FF3A6FC5537B7C0F0EB6BFC027CAAC55F406"}, "downloadUrl": "https://civitai.com/api/download/models/535657?type=Training%20Data"}, {"id": 452667, "sizeKB": 223099.94921875, "name": "Heartsteel_Sett.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-29T00:55:59.840Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "08E7ACD3", "AutoV2": "893D80EB10", "SHA256": "893D80EB10238D9DFE088CCD69879A8B215484896C6D070FE7F4537033A50AE1", "CRC32": "C8C9805F", "BLAKE3": "0D89FBBDC79DE80D3D60A3B443025F064BEFFD402FC2D0E34033232040F8E7A2", "AutoV3": "3551F8752ACF"}, "downloadUrl": "https://civitai.com/api/download/models/535657", "primary": true}], "images": [{"id": 13889981, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdf8b628-ef3c-44df-ac22-ac9966cef69e/width=450/13889981.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOL:Aw$i*In$SkM|%fNH?ajaM_xa%#t6VtM|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/535657", "modelId": 481654} \ No newline at end of file diff --git a/datasets/metadata/535664.json b/datasets/metadata/535664.json new file mode 100644 index 0000000000000000000000000000000000000000..f5e9f0c1698e179b7ea3c119946539f449a963c2 --- /dev/null +++ b/datasets/metadata/535664.json @@ -0,0 +1 @@ +{"id": 535664, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-28T22:29:19.660Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 120, "ratingCount": 0, "rating": 0, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 452318, "sizeKB": 45829.4892578125, "name": "Creak_Maid.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T21:02:03.667Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "190AD39A", "AutoV2": "88231B53B1", "SHA256": "88231B53B1D34B68E9BFB95227C45B8F03B030CC1BBDE89F22C11C0A4ABDC12D", "CRC32": "550C1343", "BLAKE3": "7111534A019E5F046A436D766B2B9D04D1E91E80258E76DF9429ADEE89B201B2"}, "downloadUrl": "https://civitai.com/api/download/models/535664?type=Training%20Data"}, {"id": 452317, "sizeKB": 22248.63671875, "name": "Creak_Maid-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T21:01:31.469Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A84323B2", "AutoV2": "252C452799", "SHA256": "252C45279951D6F3012E0BF487834905C97C373525A56300F8B996F773D19BDF", "CRC32": "FA12CABC", "BLAKE3": "34BAD044E0E03464C716BB0B22D6627305A96D49FD7F78E1CB927C280DDECD49", "AutoV3": "F0E064C8CA7E"}, "downloadUrl": "https://civitai.com/api/download/models/535664", "primary": true}], "images": [{"id": 13879811, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9a7d85c-8a63-4c1d-abdf-142201cc7097/width=450/13879811.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJJ*PEkXL2?a~q-;?HRjE#M_$iRj_3DiIVt6", "type": "image"}, {"id": 13879812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/320da987-cace-4a1e-bd20-017c5ac24684/width=450/13879812.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJJ*PEkXL2?a~q-;?HRjE#M_$iRj_3DiIVt6", "type": "image"}, {"id": 13880057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9552827-4218-4820-b9ac-acf2e6c5560a/width=450/13880057.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEEy3=M|00XT9ExZS$Rj4:kq-6Mx_NxC9FSi", "type": "image"}, {"id": 13881250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e396b085-a4ed-4cb6-ab99-fbbb7ab558c3/width=450/13881250.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UbKA]7~qtltRx[oftRNGNHozxas.xuIURj%3", "type": "image"}, {"id": 13881825, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc56ecb9-883a-4ff0-81e1-3d67b0d3f56f/width=450/13881825.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDHK|Z~C0K8_9E9Z57-;0fIU}@?b~pt7D*IA", "type": "image"}, {"id": 13920466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e23ee9ae-d4cc-41c7-86bd-7d24f7b3a7db/width=450/13920466.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UeLgnj$*_Nx^?bV[xuX9xvozWB?HocofbHe.", "type": "image"}, {"id": 13920633, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f568749-9130-4f02-9705-a874454afe5e/width=450/13920633.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNHLJAM_bDR*~V9F?vV@xDD%x]M{?bWAROxu", "type": "image"}, {"id": 13921272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99beec37-af10-4573-8982-2d052b8485b1/width=450/13921272.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBFrVBtm00iw;001pd-;jFenDi000K?H~WXT", "type": "image"}, {"id": 13921277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f959ab8-a1cb-47db-b0f3-9297e479d48d/width=450/13921277.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHGu2V0L0K~V~TE3krs-OrIp?GW;?a4.?G%M", "type": "image"}, {"id": 13922475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57ef585d-d200-4264-b1a2-a52aebd1501c/width=450/13922475.jpeg", "nsfwLevel": 4, "width": 6144, "height": 9216, "hash": "UHHeB^~qOBIU?w-;0KnN?v_2xWbupJ9a$fIU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/535664", "modelId": 481662} \ No newline at end of file diff --git a/datasets/metadata/535785.json b/datasets/metadata/535785.json new file mode 100644 index 0000000000000000000000000000000000000000..7a10d4f98ff27ffaddfd144c61c0309f60f27b48 --- /dev/null +++ b/datasets/metadata/535785.json @@ -0,0 +1 @@ +{"id": 535785, "index": 0, "name": "Diego Rivera Style SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-28T23:41:39.102Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 84, "ratingCount": 0, "rating": 0, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 452410, "sizeKB": 3442.5517578125, "name": "535785_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T22:20:59.162Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FC401859", "AutoV2": "680950B53A", "SHA256": "680950B53AFDCEDD1438C3BBC1DA2762BE08167E81D6E67712AA8D8E14620FDD", "CRC32": "7DAFD94F", "BLAKE3": "BA8D2C10B5E54102CD727F93DDBF60114BEAA2AA34C826F152D3D684C5F69CB0"}, "downloadUrl": "https://civitai.com/api/download/models/535785?type=Training%20Data"}, {"id": 452527, "sizeKB": 223107.63671875, "name": "Diego_Rivera_Style_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T23:36:59.395Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "30C35C69", "AutoV2": "496C62DCC6", "SHA256": "496C62DCC661076B15D457E829164713F962EB83767E915EC9B2B07015E15B5E", "CRC32": "91CBC30C", "BLAKE3": "37D26EB5D92B32A19FF689D9603578CFECAFB0CA96CDCBEE53DD00C4927C8B64", "AutoV3": "0F652762C397"}, "downloadUrl": "https://civitai.com/api/download/models/535785", "primary": true}], "images": [{"id": 13884744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ed66197-0716-45c8-bf5a-ce77e8eca597/width=450/13884744.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3Gu27?H~U$}009GxF%200S0E2E3%M^%^%E3", "type": "image"}, {"id": 13884743, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09ef9648-7bd4-4391-8aa8-129b67b680e6/width=450/13884743.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEIW+7?CFz$S~SE9Iv-m5Nj1w6bo5A-nxnNG", "type": "image"}, {"id": 13884742, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f0f36ad-3ca0-4718-a326-7eaf331cef34/width=450/13884742.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCMifb~mD-t:C8^h?H%200R:9#H@+tElQ,IU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/535785", "modelId": 481767} \ No newline at end of file diff --git a/datasets/metadata/535887.json b/datasets/metadata/535887.json new file mode 100644 index 0000000000000000000000000000000000000000..9177e4d73d4a8b57939e7a34b51063720840178a --- /dev/null +++ b/datasets/metadata/535887.json @@ -0,0 +1 @@ +{"id": 535887, "index": 0, "name": "v0.1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-28T23:20:26.575Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["FioraDE"], "stats": {"downloadCount": 90, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 452507, "sizeKB": 38163.0625, "name": "1741347814610698953.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T23:20:56.949Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C3D52F46", "AutoV2": "16C9D12C60", "SHA256": "16C9D12C609A84F46D175F35EB5F69BEF85944AD426AC23780AB83D7B25272B8", "CRC32": "1F5B6889", "BLAKE3": "D41CDF25C50A6E439B494FA9C319B386674A3372EAF9C0731B7705782F1F2C0D", "AutoV3": "B3DEE8F21E4A"}, "downloadUrl": "https://civitai.com/api/download/models/535887", "primary": true}, {"id": 452561, "sizeKB": 191582.9462890625, "name": "training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-28T23:51:30.700Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9F8CB45C", "AutoV2": "585F070DC9", "SHA256": "585F070DC91EB4B7F297D1957A586D926E92EFD17C5CB2A4922B3F369EA65FA7", "CRC32": "96E06A8E", "BLAKE3": "E8530826E50BA73ECB7FB6A923FB6D7430493C8A48470F09A5EA598E4CC43BF5"}, "downloadUrl": "https://civitai.com/api/download/models/535887?type=Training%20Data"}], "images": [{"id": 13885596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52d7e46b-8407-4ebf-b9ba-48c808a994df/width=450/13885596.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UhNvui%M.ToL_2RjW?tRjYaekCbIozj]ofjs", "type": "image"}, {"id": 13883346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53d5f8f7-fba0-45ed-9b8e-2e373adabe90/width=450/13883346.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "ULO3qdR**04T?uMx_3t7EMMx%2tlV?a}x]oK", "type": "image"}, {"id": 13883345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6cf3e48-6e7c-4d20-850e-25e98f83f360/width=450/13883345.jpeg", "nsfwLevel": 4, "width": 864, "height": 1304, "hash": "UROMvyo0.TDixu9F%MozJVozxvkrR+X9tRnh", "type": "image"}, {"id": 13883347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7674fa2-94e3-4e21-8cd0-d2bcfc2e9026/width=450/13883347.jpeg", "nsfwLevel": 2, "width": 864, "height": 1304, "hash": "UZKb?nRVv#M}|rr?-9t6D*t6xbWURkOES5s,", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/535887", "modelId": 481842} \ No newline at end of file diff --git a/datasets/metadata/535898.json b/datasets/metadata/535898.json new file mode 100644 index 0000000000000000000000000000000000000000..840806f75a92ff46caabd30e6146d03089ebd676 --- /dev/null +++ b/datasets/metadata/535898.json @@ -0,0 +1 @@ +{"id": 535898, "index": 0, "name": "tyunre - art style (Inky poss)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-29T02:45:59.705Z", "availability": "Public", "nsfwLevel": 28, "description": "180 images handpicked
95% furry character used as reference
Latin French Lora
", "trainedWords": [], "stats": {"downloadCount": 69, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 456576, "sizeKB": 87170.7509765625, "name": "536481_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-30T23:20:43.830Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FD303AB8", "AutoV2": "98B605B62A", "SHA256": "98B605B62AA89421DF0F8ADA96696A226FE73FDC0DE5DB7DFDEDB77B16245027", "CRC32": "6C96C6CD", "BLAKE3": "275AD9F493EC423FD8176D32C1E25991E98A6399AC016ED549FEA9A4C8DF9A09"}, "downloadUrl": "https://civitai.com/api/download/models/536481?type=Training%20Data"}, {"id": 457031, "sizeKB": 223101.60546875, "name": "Madeleine_Innocent.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T05:11:35.899Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "35CD6172", "AutoV2": "C9C771FB59", "SHA256": "C9C771FB59F74C81619605D9B791484B13648E6384E6A154DC23DAE8D2065C39", "CRC32": "00BB51DE", "BLAKE3": "A2F121C6444F43E53767B1C795A5B530E4FA0EB12E3DBBA7E76FDEB437D0FE61", "AutoV3": "75501779D369"}, "downloadUrl": "https://civitai.com/api/download/models/536481", "primary": true}], "images": [{"id": 14105607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93bcf5c2-9795-470a-83eb-b8b18f11998a/width=450/14105607.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UQK0]G%g_N-;.SNH-:%2X.xasRWqkWR*Rjof", "type": "image"}, {"id": 14105605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bef12fa5-52bc-4d40-99ba-ab16df4f134f/width=450/14105605.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "ULJjoBIU_Nx]?^E2%MxuTeM{kDx]oyI=aJxt", "type": "image"}, {"id": 14105606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/810da91f-99a4-4fda-9ee6-a2b89ac9424c/width=450/14105606.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UXI#P=%M_Nt7~otR-;WUpdkCaJj[WUWXWEog", "type": "image"}, {"id": 14105609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a6188d1-ae17-401f-9925-51425887a31e/width=450/14105609.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UgIhNyX9kAx]_2RPogoe.Ta~V?jZxvozkDWX", "type": "image"}, {"id": 14105615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4dee953f-450f-42dd-9d90-6db759579e65/width=450/14105615.jpeg", "nsfwLevel": 8, "width": 848, "height": 1704, "hash": "UbKdVsM|yDx[~pIpofxt%gITROs:%Lo~M|Rk", "type": "image"}, {"id": 14105614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d462bf44-ee0b-4b8b-9b91-55395775ecc3/width=450/14105614.jpeg", "nsfwLevel": 8, "width": 848, "height": 1704, "hash": "UQJj-zxv_N-;_NWW-;%LX.oJr=a{bwkDM{of", "type": "image"}, {"id": 14105612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10a59c23-2d6b-42d9-a008-07235ca6a538/width=450/14105612.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UGJ@az?v%$~qKitSR%_27i-=MxkXD%-;R5Rj", "type": "image"}, {"id": 14105618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2eed52cc-8a2b-418f-ba6c-b783e3ab0c9b/width=450/14105618.jpeg", "nsfwLevel": 16, "width": 512, "height": 744, "hash": "UBH1b=0L*J^*F{-:x]^*9_WE-U4:0fx]x]%2", "type": "image"}, {"id": 14105619, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ab5c8f4-59bb-4b5b-94f1-a89297748732/width=450/14105619.jpeg", "nsfwLevel": 8, "width": 512, "height": 744, "hash": "UMH_A8^+?^Rk5?I;x]NH5XX8NK%2bJxFD%M{", "type": "image"}, {"id": 14105621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a3bed32-cb21-492e-a6b5-905736a3ac8d/width=450/14105621.jpeg", "nsfwLevel": 4, "width": 512, "height": 744, "hash": "UWIEOv~pt,jZF|Shj[RP9}M|afxYx^o#NIf,", "type": "image"}, {"id": 14105622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1240f753-96d3-433a-a20b-2c44ee2a05c7/width=450/14105622.jpeg", "nsfwLevel": 8, "width": 512, "height": 744, "hash": "UbIXs*%2_NShTLM|WBf+K8tRS6t7x^ocbIae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/536481", "modelId": 482390} \ No newline at end of file diff --git a/datasets/metadata/536590.json b/datasets/metadata/536590.json new file mode 100644 index 0000000000000000000000000000000000000000..7cefedfeda33b6be84dc4ff6e9beb7b4f335e7cd --- /dev/null +++ b/datasets/metadata/536590.json @@ -0,0 +1 @@ +{"id": 536590, "index": 0, "name": "v2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-29T08:05:03.987Z", "availability": "Public", "nsfwLevel": 28, "description": "Different epoch version.
", "trainedWords": ["Buffalo Wing from Long Gone Gulch", "native american", "dark skin", "dark-skinned female", "green hair", "headband", "twintails "], "stats": {"downloadCount": 19, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 453195, "sizeKB": 5811.98828125, "name": "536491_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-29T08:05:59.599Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9ACB6A3E", "AutoV2": "6ABCD2F045", "SHA256": "6ABCD2F04559453DDB5A50B1F3D958CDF7092BC2EB89339D60FCADF864B1D7C0", "CRC32": "64EAF1A9", "BLAKE3": "2E5ACDADE9D6C3176578892CFA4208A1D1E9612C8749EB3167CC43AF8D84C074"}, "downloadUrl": "https://civitai.com/api/download/models/536590?type=Training%20Data"}, {"id": 453196, "sizeKB": 223099.97265625, "name": "Buffalo_Wing__BW_Long_Gone_Gulch-000023.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-29T08:06:27.427Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "037B0645", "AutoV2": "9642E52510", "SHA256": "9642E52510E044B07A270F79CED3558771FE784AEE926DFAED26C892163A3F48", "CRC32": "214AFC2B", "BLAKE3": "8857AAC1DC7B0727751794387D5B16FE3E0E65EC3A9D78AE7B715CFECD01DCA2", "AutoV3": "4D11E2E017B8"}, "downloadUrl": "https://civitai.com/api/download/models/536590", "primary": true}], "images": [{"id": 14313950, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8aff8832-ec45-4442-8066-14cc75f2e894/width=450/14313950.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UaJuI|xZ*Ebr4=j?NdR-g4RksCt5t*kCw{n%", "type": "image"}, {"id": 14313430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96b6b0c5-6cd5-44b7-8555-abc3c5d9bbd0/width=450/14313430.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UPJHTy%L.jo28FSeOqR+Acj]Vat6s:M|rZbH", "type": "image"}, {"id": 14313301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43c9ed51-a8ed-40b1-9c58-30eee40b8c26/width=450/14313301.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U9F$IlyE_4$1_3%gRPs8JCxYnhJBNfivo#OY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/536590", "modelId": 482398} \ No newline at end of file diff --git a/datasets/metadata/536845.json b/datasets/metadata/536845.json new file mode 100644 index 0000000000000000000000000000000000000000..a538f68cf00a6356751a6dae2132c66f2a3e5e91 --- /dev/null +++ b/datasets/metadata/536845.json @@ -0,0 +1 @@ +{"id": 536845, "index": 1, "name": "Canalside alpha", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-29T13:06:23.701Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 61, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 453481, "sizeKB": 17211.26953125, "name": "536845_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-29T11:56:18.313Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3A880FDF", "AutoV2": "BA5FA3DB36", "SHA256": "BA5FA3DB36C1C6938948CA04429628E1FDACE4564047B6AB8BB62CE69EBE3072", "CRC32": "5F25C156", "BLAKE3": "81C051B68166C482AC2872810EF0EEB19D6B46B3E09DF8F17C4246DF34B8D7FB"}, "downloadUrl": "https://civitai.com/api/download/models/536845?type=Training%20Data"}, {"id": 453553, "sizeKB": 223102.81640625, "name": "Canalside-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-29T12:46:00.021Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "25D4A8EF", "AutoV2": "7803761AEF", "SHA256": "7803761AEF30DF07F73BA4D01D5F19BCB2FCE2AE3989647398CCF9DF901114EB", "CRC32": "C3BE29C3", "BLAKE3": "A454417EABBDD1B0A15B5DE71023DE99CA0EB69F4FAE52D32C45D95E04B8F29C", "AutoV3": "9AF9E475315F"}, "downloadUrl": "https://civitai.com/api/download/models/536845", "primary": true}], "images": [{"id": 13946436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73a6ed23-5a15-4db8-8335-34d2c33fb175/width=450/13946436.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URJalxS~~8r;%1RjozS4v{aJJWo}OGozngs9", "type": "image"}, {"id": 13942908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c6215c5-1b41-4cf4-9a9c-080d8fec92fc/width=450/13942908.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDIECKIAMzaK_49FW=n%.SVstkWXtmM{%MX9", "type": "image"}, {"id": 13945342, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f572ff00-7eda-4092-864c-258ef448672c/width=450/13945342.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEF~d6o=9E=~%z9?MwWH~XJ4D#tR?caes%xu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/536845", "modelId": 482720} \ No newline at end of file diff --git a/datasets/metadata/536901.json b/datasets/metadata/536901.json new file mode 100644 index 0000000000000000000000000000000000000000..40e8b1d8db29ecfe7166fd7c302776265f6939f7 --- /dev/null +++ b/datasets/metadata/536901.json @@ -0,0 +1 @@ +{"id": 536901, "index": 1, "name": "Expressive templar v0.1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-29T13:49:03.961Z", "availability": "Public", "nsfwLevel": 5, "description": "Portrait version.
Side view is lacking.
", "trainedWords": ["Templar"], "stats": {"downloadCount": 84, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 453514, "sizeKB": 43145.419921875, "name": "536901_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-29T12:27:36.352Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A52CB45D", "AutoV2": "606625CD38", "SHA256": "606625CD38027B9554476126AB1AA072D55DC4A9F1AB7EB76A7575D4911625D5", "CRC32": "B64291D1", "BLAKE3": "2134D2E0F95ED08C073872BCA145122071221F4AD73CD0E9C3C7D3658DA32419"}, "downloadUrl": "https://civitai.com/api/download/models/536901?type=Training%20Data"}, {"id": 453642, "sizeKB": 223099.89453125, "name": "Expressive_templar.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-29T13:36:23.154Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "68CB2E61", "AutoV2": "551596F24E", "SHA256": "551596F24EA904F345A4AFABA48C4FB52FF38EB22CC0F9E20CC3ACAC2C80CFA1", "CRC32": "CCA27855", "BLAKE3": "76229824E452EE03FB86419A25EED27057C537E427D6733D6D48013AC18D3F43", "AutoV3": "4B3DA9695791"}, "downloadUrl": "https://civitai.com/api/download/models/536901", "primary": true}], "images": [{"id": 13941721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04578315-34a8-4c85-a8b6-7c545b001d8a/width=450/13941721.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDH24b4o_N?G9~-:DjozIoaeE1Wr_3D*xZxt", "type": "image"}, {"id": 13941838, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66519211-554f-461b-a313-eedb8e3f0e4e/width=450/13941838.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAG8o;~p?^IVEPD*D%V@s,t7D*WB_3-:$*M{", "type": "image"}, {"id": 13941839, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0f39c4a-2c08-4c70-8a9a-10739a548308/width=450/13941839.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEHeB[-:?cM|IuRjnjazsSRj4.Rj~p-:xZM|", "type": "image"}, {"id": 13941841, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8740ca46-6977-48f4-b61d-762db78c41af/width=450/13941841.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCG8r}~pEl0LNwIU4.RjR*ofIUad?v-pw]M{", "type": "image"}, {"id": 14931418, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de107363-bfcc-48b6-bf4d-91f284839b5c/width=450/14931418.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9KKZk%2?bof-naea#j[?wkBRkWBOZkBj[of", "type": "image"}, {"id": 15415757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/761c6d1e-b7d8-4b49-a81d-b25f4e704186/width=450/15415757.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "UBFh|rM|Ns?a02WB0Moe~UoL-oWB4:t7j=M|", "type": "image"}, {"id": 15499836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/666c1908-d8cf-4772-93d3-874cddacb4e9/width=450/15499836.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "U3BWY+bI00~V01xunND*xCD*Vrxvs+-pNFM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/536901", "modelId": 482767} \ No newline at end of file diff --git a/datasets/metadata/537016.json b/datasets/metadata/537016.json new file mode 100644 index 0000000000000000000000000000000000000000..dc15150fd893e1ff789470453fc657d3ccf1647a --- /dev/null +++ b/datasets/metadata/537016.json @@ -0,0 +1 @@ +{"id": 537016, "index": 0, "name": "Stormy", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-30T01:38:47.359Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 32, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 453621, "sizeKB": 209065.5458984375, "name": "537016_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-29T13:26:29.893Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "35D16F35", "AutoV2": "28B24C07E1", "SHA256": "28B24C07E186FE742E48FD2D207A51A54953D9CFDD9A9AE5F0E4E6BF92DF0FCE", "CRC32": "CFB492C7", "BLAKE3": "2691BF5B15D7DBF787DB3D29C24A710DB11EC497116EB04400678F4C572CDA58"}, "downloadUrl": "https://civitai.com/api/download/models/537016?type=Training%20Data"}, {"id": 454650, "sizeKB": 223102.51171875, "name": "Stormy.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-29T23:42:41.234Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "972001A0", "AutoV2": "F5AA5665B7", "SHA256": "F5AA5665B7A9FEF9781C54527B9D3E2C2F9B221794A29315BDDBF8A69E8B25E4", "CRC32": "1CFEB46B", "BLAKE3": "0BC2165F68B2D9E1CDD3205B498503CC90503710F93ADC81328ABFE60468B665", "AutoV3": "167FBD72AE32"}, "downloadUrl": "https://civitai.com/api/download/models/537016", "primary": true}], "images": [{"id": 13991080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c84c8d5-4a8b-409a-b425-f3bc68bae5fc/width=450/13991080.jpeg", "nsfwLevel": 2, "width": 1792, "height": 2304, "hash": "UQF=R29GXS-p.TV?I=Nf?HNJt6ofxZXAf8WA", "type": "image"}, {"id": 13991076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51914732-a0ad-4d6f-bb13-ae18d4b8680c/width=450/13991076.jpeg", "nsfwLevel": 2, "width": 1792, "height": 2304, "hash": "U8FOr%xU00=_Mx^i%hxtR5-n_N%Mu5xC#ko}", "type": "image"}, {"id": 13991081, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36c2adfc-24d2-4a5f-970e-506fc3d5db0f/width=450/13991081.jpeg", "nsfwLevel": 4, "width": 1792, "height": 2304, "hash": "ULExw?~Wk=%L%go~tRxub_x]-pxtt7s:flkC", "type": "image"}, {"id": 13991079, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4b771a1-9a00-4bb4-a11d-05374d41e5af/width=450/13991079.jpeg", "nsfwLevel": 8, "width": 1792, "height": 2304, "hash": "UAFOu=$fuPNH?G%MoffkjW%2MxE2?a%2R-NG", "type": "image"}, {"id": 13991075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1c1cae3-2e77-4691-baea-87985c881a7d/width=450/13991075.jpeg", "nsfwLevel": 4, "width": 1792, "height": 2304, "hash": "U9GI7TV@p{xuSeo}nhRPD*V@smS4_NaeofbH", "type": "image"}, {"id": 13991078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e3f3999-0924-4b2a-91f4-ba9959418a51/width=450/13991078.jpeg", "nsfwLevel": 8, "width": 1792, "height": 2304, "hash": "UEI#7I0K*0MwX7RjM_V[Efxa%2j[.8ayoIof", "type": "image"}, {"id": 13991077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59032fa2-0146-45db-9dba-b872fe9e4f3c/width=450/13991077.jpeg", "nsfwLevel": 8, "width": 1792, "height": 2304, "hash": "UFI4U}.S5+RP~ptlkXi{?a^+^+xa~Wx]nNjE", "type": "image"}, {"id": 14044447, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf7edb09-0400-4ab7-9f37-f10cdb901772/width=450/14044447.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "UGFYie0$BD,Bt:?bRQs+.ARjxuR%b_oLxaNH", "type": "image"}, {"id": 14044441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52d8e18b-a1f4-4afe-8f6d-ea475a524010/width=450/14044441.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "URFFmhIUOtxa.AM{ogoMtSadsnX9NdoenhWY", "type": "image"}, {"id": 14044614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6b2eef9-488e-43b1-a47c-8bd60a9e2c96/width=450/14044614.jpeg", "nsfwLevel": 4, "width": 2432, "height": 1664, "hash": "URGIQ7n3NbX-?wozs:t7kqt7jFRPWVWBWAae", "type": "image"}, {"id": 14044444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d36f45fc-9488-457f-9ee5-4c9c8777588d/width=450/14044444.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "UMJHR3I;.T-:ROR*M{IUn$oLt8R*I;ofxGt7", "type": "image"}, {"id": 14044642, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0225e0fa-f2bd-4741-a6d4-c7f1902cf1ac/width=450/14044642.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "UOIEbExYPB%2K-aeNKW=%1s.wHNHbaxDadjF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/537016", "modelId": 482868} \ No newline at end of file diff --git a/datasets/metadata/537204.json b/datasets/metadata/537204.json new file mode 100644 index 0000000000000000000000000000000000000000..5a72dd0283eb3aab9879b11065178ef3a24d53f9 --- /dev/null +++ b/datasets/metadata/537204.json @@ -0,0 +1 @@ +{"id": 537204, "index": 0, "name": "YAciriL", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-29T19:21:31.030Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["YAciriL"], "stats": {"downloadCount": 210, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 453817, "sizeKB": 3443.1982421875, "name": "537204_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-29T15:05:45.275Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2A5B5275", "AutoV2": "80C1F15E5F", "SHA256": "80C1F15E5FE7DF4BD7E5109D8AD7E60E060BA98C3BEE67BC27230CE79B8866E6", "CRC32": "02263D67", "BLAKE3": "C50CF3E09FFD687418F14068880173BE49B743C092C6D8B7BEE68FB72BCE9863"}, "downloadUrl": "https://civitai.com/api/download/models/537204?type=Training%20Data"}, {"id": 453977, "sizeKB": 223106.91015625, "name": "YAciriL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-29T16:45:51.117Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AC4E2348", "AutoV2": "A59792E443", "SHA256": "A59792E4430E0AC7F2103D55339A632FC0509D294CA5110980E60B501BC433B2", "CRC32": "3C5F0D10", "BLAKE3": "B4172D62E3855EC8D91B3BF3D60BFCFCD1D55A3D9B5A49627C441321207FAE57", "AutoV3": "45247702A313"}, "downloadUrl": "https://civitai.com/api/download/models/537204", "primary": true}], "images": [{"id": 13963941, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e44cbc3-2bbf-45a5-aa82-ce65c48c91c4/width=450/13963941.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U7Gak7?v9Y5RWB9u?FEM004:R+xZ~WE20Kr@", "type": "image"}, {"id": 13966753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9062c0c0-6df8-4365-96af-5a7301e2bb87/width=450/13966753.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UBGHYq%M4.01M|Rk-:EM0fI:E2$*~VxuMxM{", "type": "image"}, {"id": 13967531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1abf6480-f627-4cde-b611-bfdac02d40af/width=450/13967531.jpeg", "nsfwLevel": 4, "width": 1216, "height": 832, "hash": "U6FY7WSt4.u60=-N-:T203iaIT9a00?HofIA", "type": "image"}, {"id": 13967996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d492e546-ece5-409f-8bb2-fbc76b708f02/width=450/13967996.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCD+0:-49E0%B@$dD$Oa16E1-mg4-;%2wcaK", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/537204", "modelId": 483032} \ No newline at end of file diff --git a/datasets/metadata/537363.json b/datasets/metadata/537363.json new file mode 100644 index 0000000000000000000000000000000000000000..9f07c039df0b35f54ef8679cbb49a841e7d42774 --- /dev/null +++ b/datasets/metadata/537363.json @@ -0,0 +1 @@ +{"id": 537363, "index": 0, "name": "Pov AtW pony version", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-29T18:20:17.630Z", "availability": "Public", "nsfwLevel": 28, "description": "This is a pov sex position Lora to have the character lean against a wall
SFW prompts
Pov against the wall, no sex
Pov against the wall, no sex, people in the background
NSFW prompts
Pov against the wall, one leg up
Pov against the wall, standing
Pov against the wall, standing doggy
Pov against the wall, straddling man
Prompts to use with the above
people in the background
creampie
Testing something new with the grabs. I'm seeing how well they work without being in the training data so we'll see how consistent it ends up being \ud83e\udd1e
Grab prompts
breast grab:1.3
butt grab:1.3
arm grab:1.3
torso grab:1.3
waist grab:1.3
Head grab:1.3
Model was trainned with 60+ images !
Each image was handpicked from the anime series and resized properly!
First version
", "trainedWords": [], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 454554, "sizeKB": 244278.9560546875, "name": "537674_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-29T22:51:29.190Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "99BF083D", "AutoV2": "268AA5B7CD", "SHA256": "268AA5B7CDF3770D881C2BE8CDF0375DEA66C6E982AC6F46C2878B57DA8B7C88", "CRC32": "B36C2340", "BLAKE3": "77089BE866FF942A3813F5D61FF3507D2C624D88D81717333F9C7CC466150134"}, "downloadUrl": "https://civitai.com/api/download/models/537674?type=Training%20Data"}, {"id": 458441, "sizeKB": 223109.49609375, "name": "Gabriel_Thomas.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T19:41:33.270Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F7A61952", "AutoV2": "0AB4B246ED", "SHA256": "0AB4B246ED81728CBB16C3B15770331098E9951866A64F566BA7FE4D962D4781", "CRC32": "226EBF07", "BLAKE3": "82675CCD229C6E53D31018DA7241D53F375A1D277180ED32AF924B16644C718A", "AutoV3": "C60D439E2DF6"}, "downloadUrl": "https://civitai.com/api/download/models/537674", "primary": true}], "images": [{"id": 14171316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c42058dd-a7ec-433e-a774-417e84045b92/width=450/14171316.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEIhssE1IU00?w%LRjD%x^DiM_?ax]4nIU-;", "type": "image"}, {"id": 14171317, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b8bcb86-f13a-43e0-97c6-bb4901617cc9/width=450/14171317.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHEfZ*.74mof4mRmobIU9FahWBbH~q%1IUt8", "type": "image"}, {"id": 14171318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26b400c7-a307-4f3d-a547-76d05e1dcb15/width=450/14171318.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7Ih%200E0~q00IA4mRi00%fafM{4mt7_N%N", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/537674", "modelId": 483441} \ No newline at end of file diff --git a/datasets/metadata/537952.json b/datasets/metadata/537952.json new file mode 100644 index 0000000000000000000000000000000000000000..d7cf0002ad1fd3bb53b32347d2a02ad80ce1ee44 --- /dev/null +++ b/datasets/metadata/537952.json @@ -0,0 +1 @@ +{"id": 537952, "index": 0, "name": "Pixelite", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-29T23:53:32.907Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 40, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 454544, "sizeKB": 5616.2109375, "name": "537952_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-29T22:37:09.299Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C0566C7F", "AutoV2": "6C3197E792", "SHA256": "6C3197E792350FCDC303277893F91BC4F13550CC1720B333BCC7259FF490A7AB", "CRC32": "6BE453A5", "BLAKE3": "6B4021425C5520CB74BD2E1C6B527771B380CFE54E3C3A0B710D9A47FC81DC60"}, "downloadUrl": "https://civitai.com/api/download/models/537952?type=Training%20Data"}, {"id": 454665, "sizeKB": 223105.81640625, "name": "Pixelite.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-29T23:51:59.187Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C6414123", "AutoV2": "373FABF63D", "SHA256": "373FABF63D5D2F7487B9EE00BB0A192A6D4BA069B279D28D3283FD6547DC1082", "CRC32": "7D47DE80", "BLAKE3": "46174F8C240FEFA211D20F60306F5BD478C726F5B05AE84AED11B0127191E1B5", "AutoV3": "C8CD3E916457"}, "downloadUrl": "https://civitai.com/api/download/models/537952", "primary": true}], "images": [{"id": 13989454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2591c75-6cb1-4fd6-aa62-2b8cf7d5baa8/width=450/13989454.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UONKM4xuu6xu1RWWE2ayu6R*Dij]xtj]njof", "type": "image"}, {"id": 13989456, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/897673f4-3ba1-4c34-a90a-e1993aece273/width=450/13989456.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAHw.wxuRmnSx^j]WBagj7jIt6ozn2WAt7ox", "type": "image"}, {"id": 13989451, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e103a314-93b6-4564-84db-1209f03a9a59/width=450/13989451.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6GtTj};3D9v0$?a9]Ehz:9|$N=w0o4:}r-S", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/537952", "modelId": 483696} \ No newline at end of file diff --git a/datasets/metadata/538009.json b/datasets/metadata/538009.json new file mode 100644 index 0000000000000000000000000000000000000000..78d00f3e592c21a9a5a0c5dd9cf3912762bb9690 --- /dev/null +++ b/datasets/metadata/538009.json @@ -0,0 +1 @@ +{"id": 538009, "index": 0, "name": "Eleanor(JustAdrain)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-30T00:18:17.937Z", "availability": "Public", "nsfwLevel": 28, "description": "v.1, test to see how it works
", "trainedWords": ["Eleanor, Vampire Girl, pointy ears, black hair, red hair, multicolored hair, hair bun, split bands, pale skin, slender body, cute, rosy cheeks, white turtle neck, long sleeves, black skirt, suspenders,", "Eleanor, Vampire Girl, pointy ears, black hair, red hair, multicolored hair, long hair, split bands, pale skin, slender body, cute, rosy cheeks, naked"], "stats": {"downloadCount": 48, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 454700, "sizeKB": 223105.34765625, "name": "EleanorJustAdrain.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-30T00:10:47.123Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A6EB5337", "AutoV2": "DECFAB4804", "SHA256": "DECFAB4804D78E8816BAADEC6403AB3FD47510D7671B06EDF63FD9DC1C548E4F", "CRC32": "B6740D8F", "BLAKE3": "1963D0DB2AF560DC6192ECA7926D4BD9DBD8B34E26DD03B041B57559F24A4947", "AutoV3": "792DDA30D403"}, "downloadUrl": "https://civitai.com/api/download/models/538009", "primary": true}, {"id": 454564, "sizeKB": 44563.873046875, "name": "538009_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-29T22:50:53.022Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EB19475A", "AutoV2": "D2B69D91BF", "SHA256": "D2B69D91BFC4777D33D4A718CBCCAF8A8C1F49DA08D1F0F7E0F530B8A3B1BE59", "CRC32": "7DC43219", "BLAKE3": "6B94A094D17BC2B031731A401C169591F8BAF4B52B33295B2FE66BD6905C537C"}, "downloadUrl": "https://civitai.com/api/download/models/538009?type=Training%20Data"}], "images": [{"id": 14426516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63fd37b4-dc46-40ff-a0a4-79c9ca4aa119/width=450/14426516.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UwLO7#a#_Nxu-:ayR*t7MxayxuoLo#WBs:oz", "type": "image"}, {"id": 14426534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a463c477-636f-4bfc-bed2-c3c0367af32f/width=450/14426534.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UIL;ES-;.lX9$esl-p%1-.t4so%2yDockXxZ", "type": "image"}, {"id": 14426500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6044d081-9916-4e1d-9748-5322a512d841/width=450/14426500.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UgO{{wVs_M%gV?X8t7smtlofniWVtRe.aKbI", "type": "image"}, {"id": 14426993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b750bc01-f8a2-4ca6-904d-204508a15253/width=450/14426993.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UNJ8kj0MlolA1+-TtmT15ZnMVsog%2M|%1kD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/538009", "modelId": 483747} \ No newline at end of file diff --git a/datasets/metadata/538075.json b/datasets/metadata/538075.json new file mode 100644 index 0000000000000000000000000000000000000000..e7ef4ad16517648f906dbeb174adfd135d9a60be --- /dev/null +++ b/datasets/metadata/538075.json @@ -0,0 +1 @@ +{"id": 538075, "index": 0, "name": "Jos\u00e9 Clemente Orozco Style SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-30T10:12:07.059Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 55, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 454625, "sizeKB": 6352.1708984375, "name": "538075_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-29T23:30:35.903Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9398DC94", "AutoV2": "F7DCE740D0", "SHA256": "F7DCE740D09C6294E0AC815D4FA6BE20EB8C6994995E7AC930684FCB9B7A1732", "CRC32": "DC5CC447", "BLAKE3": "AC0C3E149E5CEDD5BEA99AEF88F88585AD239BA1D21F317FE25D01C46D1533F9"}, "downloadUrl": "https://civitai.com/api/download/models/538075?type=Training%20Data"}, {"id": 455462, "sizeKB": 223112.73828125, "name": "Jos\u00e9_Clemente_Orozco_Style_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-30T10:05:49.781Z", "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/538075", "primary": true}], "images": [{"id": 14030493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8354eae-cb72-4268-9307-593a88b27aee/width=450/14030493.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAG*A:~BR;-B{a-TNfxZv%M|0LjEVXIot8Rk", "type": "image"}, {"id": 14030492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/618b3199-333a-4ef5-91f3-94540e6b15a2/width=450/14030492.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9H10n-VE3D+_}aK%Nah=|a$4:-nQ,R-kXxt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/538075", "modelId": 483805} \ No newline at end of file diff --git a/datasets/metadata/538164.json b/datasets/metadata/538164.json new file mode 100644 index 0000000000000000000000000000000000000000..0518f55a37311de56f3e826c6b203016ce453a76 --- /dev/null +++ b/datasets/metadata/538164.json @@ -0,0 +1 @@ +{"id": 538164, "index": 0, "name": "Miss Hina (Genshin Impact) Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-30T02:53:29.084Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["MissHina, dog ears, green kimono,"], "stats": {"downloadCount": 212, "ratingCount": 0, "rating": 0, "thumbsUpCount": 56, "thumbsDownCount": 0}, "files": [{"id": 454722, "sizeKB": 51267.5966796875, "name": "538164_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-30T00:25:52.932Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1ADC2448", "AutoV2": "EA7E17C55B", "SHA256": "EA7E17C55B7A4D635EB1BBDF2D8AC52212D994EB6FCAE816FF9844EC5C6C2F60", "CRC32": "84C1D10D", "BLAKE3": "48A416B94539BBCEA951A23AE785A3A6324874C5A63B96F065F4CC449D29EF1D"}, "downloadUrl": "https://civitai.com/api/download/models/538164?type=Training%20Data"}, {"id": 454865, "sizeKB": 223109.37109375, "name": "Miss_Hina_Genshin_Impact_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-30T02:01:36.980Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "22D13992", "AutoV2": "D0FEF6E528", "SHA256": "D0FEF6E528D991FED0ADD68FB425D7016B9CC7A5711343E2224A362FB4878E1F", "CRC32": "1B3EFDCA", "BLAKE3": "62F22D6AD7A689E62135531F57288107CF074CBA70AF39336BD50CCCC5445FB6", "AutoV3": "73ABDAA05196"}, "downloadUrl": "https://civitai.com/api/download/models/538164", "primary": true}], "images": [{"id": 14002303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afc97b8c-97dc-431e-83dc-70c464fdbf72/width=450/14002303.jpeg", "nsfwLevel": 2, "width": 800, "height": 1000, "hash": "UOG8[u_ME+Iq~V%gEQbcOY-:tSWBENt7%2t7", "type": "image"}, {"id": 14002289, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f2d3eca-bd1a-4e1c-a52b-74d77f6268b8/width=450/14002289.jpeg", "nsfwLevel": 1, "width": 800, "height": 1000, "hash": "UnIrEFt6tlW=~WWBNdX9bvWBNGWXIVs.aKjF", "type": "image"}, {"id": 14002305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bf7fcda-22db-4e6f-b11a-f6dbb52166f1/width=450/14002305.jpeg", "nsfwLevel": 2, "width": 800, "height": 1000, "hash": "UOF~U2%#SiD%~WtlEMRPJC-;Neoe9ao2xaxu", "type": "image"}, {"id": 14002304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23b8eac2-c35d-4115-b184-794ca4af9e1d/width=450/14002304.jpeg", "nsfwLevel": 4, "width": 800, "height": 1000, "hash": "UKMjEr01pxtR-;of~q?GOts:E1f,SiIUM|WC", "type": "image"}, {"id": 14002290, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28ad597b-2aa1-44c1-b094-ddd72869949c/width=450/14002290.jpeg", "nsfwLevel": 16, "width": 1000, "height": 800, "hash": "UYI}S400EhV@~VNJ%MRPt8%Mn%Rk%NxZNGo#", "type": "image"}, {"id": 14002288, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f598192-9f34-4505-a98f-d8f4374143e2/width=450/14002288.jpeg", "nsfwLevel": 16, "width": 800, "height": 1000, "hash": "UVKA.[4:IpMx~UtSXTwbS%WY%2jE%gMxRQS$", "type": "image"}, {"id": 14002301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3773bbc-e199-43a0-871a-0eed07174a83/width=450/14002301.jpeg", "nsfwLevel": 4, "width": 800, "height": 1000, "hash": "UNK-OT^+Gv-q~p=|.8EkELofnN%2?aNHn$$*", "type": "image"}, {"id": 14002300, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f083c73-6dc6-412e-a437-4b59cca15756/width=450/14002300.jpeg", "nsfwLevel": 4, "width": 800, "height": 1000, "hash": "UQJkikNgT|tR~pIpI[nO01MywJjGxHozw]bw", "type": "image"}, {"id": 14002298, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f6c5bd8-fcf7-4958-a585-f0091125fe72/width=450/14002298.jpeg", "nsfwLevel": 16, "width": 800, "height": 1000, "hash": "UIJj;+?a00-TF2TJ9Z4n^*9a9Zs8tR~C-:NZ", "type": "image"}, {"id": 14002299, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc9c8495-3f4b-4ac6-bda6-88829caf9123/width=450/14002299.jpeg", "nsfwLevel": 16, "width": 800, "height": 1000, "hash": "UhJQ=wSLEjM{~VW;o#M{9^R*%MRkt7RjX8t6", "type": "image"}, {"id": 14002295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58500bdf-4fe1-4983-9758-7aa572756db4/width=450/14002295.jpeg", "nsfwLevel": 16, "width": 800, "height": 1000, "hash": "ULIXT{~WEhpI_3K6og?G5TXTx]tRJV%Mo#Ip", "type": "image"}, {"id": 14002296, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/581bd037-76d5-4f3b-8397-7f5a503b06f6/width=450/14002296.jpeg", "nsfwLevel": 16, "width": 800, "height": 1000, "hash": "UGLDfJ005mt80#9GOFbv~BkD-pxu0zIoxZoz", "type": "image"}, {"id": 14002292, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d004098-abe9-483d-a11a-0aa266d86d03/width=450/14002292.jpeg", "nsfwLevel": 16, "width": 1000, "height": 800, "hash": "UYJ7m=nOOFRkXT9Z-:xZ-=M{%Mof~WsSIoWC", "type": "image"}, {"id": 14002293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0256aeb7-f294-4d2a-bb0e-70daa1437d65/width=450/14002293.jpeg", "nsfwLevel": 16, "width": 800, "height": 1000, "hash": "UCKd9@010f%M~q4:?H%M00I;xuxu~pa#4:t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/538164", "modelId": 483885} \ No newline at end of file diff --git a/datasets/metadata/538392.json b/datasets/metadata/538392.json new file mode 100644 index 0000000000000000000000000000000000000000..005412618e3845866c441cdc269140f76fa357ea --- /dev/null +++ b/datasets/metadata/538392.json @@ -0,0 +1 @@ +{"id": 538392, "index": 0, "name": "SAFA KABIR - Realistic", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-30T17:11:12.349Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 455095, "sizeKB": 49547.828125, "name": "538392_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-30T04:56:28.305Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E8F241A9", "AutoV2": "61FC793DD3", "SHA256": "61FC793DD38759A5D362710899BCC5D7ADB800FF3F8EE423A21CCA79B3EA86DA", "CRC32": "C29E2256", "BLAKE3": "928460E7CD5AD8FE94505216E14319C8FA082E4270F18F61318234E3C48E5980"}, "downloadUrl": "https://civitai.com/api/download/models/538392?type=Training%20Data"}, {"id": 456037, "sizeKB": 36988.0390625, "name": "SAFA_KABIR_-_Realistic-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-30T17:12:06.776Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "51390F23", "AutoV2": "9F547166AC", "SHA256": "9F547166AC7AECD6491C1D61105D1EC63DA88B0D44497FFEF13C2A2ED0763D42", "CRC32": "7C09B2B3", "BLAKE3": "09992CB54620F79977BDD44B02ED97B929DDC9BA865E7BCEA8E60735FA7A2926", "AutoV3": "FB156A2B0026"}, "downloadUrl": "https://civitai.com/api/download/models/538392", "primary": true}], "images": [{"id": 14056653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3029331d-2338-475d-994f-d56d658836c9/width=450/14056653.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UFKA1tE000^80dkq~XMx5=,JvgO+.7RiV@Os", "type": "image"}, {"id": 14056650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b099034-c777-4418-8aeb-52b6d4f94070/width=450/14056650.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UeLpQr~TtI$^o?xoIds=%0M}t4WVxuocj:WT", "type": "image"}, {"id": 14056655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23fb0cde-9c6b-4d65-bb25-ab2eb4a49e69/width=450/14056655.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHNlYj*GQB.S^St,R8klyCtknMVs?AxZI=IW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/538392", "modelId": 484097} \ No newline at end of file diff --git a/datasets/metadata/538428.json b/datasets/metadata/538428.json new file mode 100644 index 0000000000000000000000000000000000000000..3077a8f31d01b4d00a168272d5d464b3a09bc2cc --- /dev/null +++ b/datasets/metadata/538428.json @@ -0,0 +1 @@ +{"id": 538428, "index": 1, "name": "anal through clothes", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-30T16:42:38.812Z", "availability": "Public", "nsfwLevel": 28, "description": "trainned with 90+ images! Multiple different artists and positions!
", "trainedWords": ["READ DESCRIPTION", "th_cl,anal,anal through clothes,penetration through clothes,through clothes", "th_cl,stretched anus,after anal,after anal through clothes,through clothes", "th_cl,anal,anal through clothes"], "stats": {"downloadCount": 436, "ratingCount": 0, "rating": 0, "thumbsUpCount": 104, "thumbsDownCount": 0}, "files": [{"id": 454980, "sizeKB": 80042.142578125, "name": "538428_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-30T03:20:49.924Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C0BD3BBA", "AutoV2": "42A295EB85", "SHA256": "42A295EB8576A3B6D3D9808AD994C7E7BA0D505B3ABBD21D78446D9D816767C9", "CRC32": "8B442FBB", "BLAKE3": "2152F1982673C6272CDF7AA38A2A475AB3B1837EF160820A42079C1A3485CEF9"}, "downloadUrl": "https://civitai.com/api/download/models/538428?type=Training%20Data"}, {"id": 487309, "sizeKB": 334451.50390625, "name": "anal_through_clothes-000018.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T06:05:57.366Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A0262E41", "AutoV2": "48EBE67C3C", "SHA256": "48EBE67C3CA9BAA9DEE0CE3C366C1EB7EE4D07200796FADD01A688AE84B2D51F", "CRC32": "9CDE0FFC", "BLAKE3": "60E654B0D84E8238DEC2EF087E6D84211F0D359EC2036C935DC68C0B6F88D955", "AutoV3": "9B13D2EA7EA5"}, "downloadUrl": "https://civitai.com/api/download/models/538428", "primary": true}], "images": [{"id": 14055665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19edabd9-3a6c-4d03-b0ae-a03347467b96/width=450/14055665.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UYIE-8t7x]Rj%gofs;Rj~qofWBV[Rjj[M{WB", "type": "image"}, {"id": 14055669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39c08fb3-ff94-41b1-b555-5141868afd36/width=450/14055669.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UMJ8InIU_N9Z~qt8DiIU_4xuRit7xtRjD%Rj", "type": "image"}, {"id": 14055752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab49a5ca-cf18-4816-a327-180694a26157/width=450/14055752.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBG@*]s:I:xaAIWCIVoL~AoLR*of0LayNdj[", "type": "image"}, {"id": 14057058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92ea2f89-2c1f-4d32-8954-81815c2d7cf6/width=450/14057058.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDJG=*t6~8xaGIayWtj[~Bay4;WCM{f6%0js", "type": "image"}, {"id": 14057935, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10b2d654-ff6a-470f-b13f-e1763c3e9600/width=450/14057935.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U5Lf]h-o4T%2E:js~9fk01s,IwIrHqs,~pNH", "type": "image"}, {"id": 14131747, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/537d0d0a-23ab-46c5-aff2-ba866f5a897b/width=450/14131747.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U9HK|W-q_4X5OrIrnM?G%MjJRiW;9as;t3kB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/538428", "modelId": 484133} \ No newline at end of file diff --git a/datasets/metadata/538475.json b/datasets/metadata/538475.json new file mode 100644 index 0000000000000000000000000000000000000000..24e50ef744aa529ea94096441cf2ffc010dbe986 --- /dev/null +++ b/datasets/metadata/538475.json @@ -0,0 +1 @@ +{"id": 538475, "index": 0, "name": "Riddhe Marcenas Pony XL v1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-30T04:59:03.034Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["riddhe_marcenas"], "stats": {"downloadCount": 56, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 455035, "sizeKB": 39787.3798828125, "name": "538475_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-30T04:06:26.280Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2897B2B9", "AutoV2": "BDAF684B8A", "SHA256": "BDAF684B8A4B028F580CFE5BF9DA1D80B1D762C8C8349175387C743A47841DE5", "CRC32": "5A096AAB", "BLAKE3": "69456EEAEA9E44A17046A1248AA051261751C3BF6C3F7A75B86A35FEB5541C33"}, "downloadUrl": "https://civitai.com/api/download/models/538475?type=Training%20Data"}, {"id": 455097, "sizeKB": 223099.91015625, "name": "Riddhe_Marcenas_Pony_XL_v1-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-30T04:55:58.793Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C9A669AC", "AutoV2": "CAA4E76412", "SHA256": "CAA4E764123B30520138DA4C36DB0A5B1C37D60DB6D778B41B22A4CF7C15F4AA", "CRC32": "1B6330F3", "BLAKE3": "AD32F0C7DBCC63591FF4C4EBE8E7501AA3F553738D6ED434FCBFD6B13BFD5750", "AutoV3": "99F194196F9B"}, "downloadUrl": "https://civitai.com/api/download/models/538475", "primary": true}], "images": [{"id": 14117715, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98ae71d0-4d36-47e9-8346-5ffb81b8842f/width=450/14117715.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPHm},0iaPxt}[NIE4%KAG$$Iqod5Rn$bcRj", "type": "image"}, {"id": 14119002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/305c0a5b-c231-4039-975a-806837bc7b0d/width=450/14119002.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UIJH]#.83ZIoDRwhEANN00jDv|EL9ctnVrxa", "type": "image"}, {"id": 14119004, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0be13400-3dd7-4d7c-9fc1-9a57acd53220/width=450/14119004.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFKn9.~T00wa00%NTLIu9@D%IA9aX8NH%2-o", "type": "image"}, {"id": 14016350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b119459-2a04-4132-8092-eb1ee6af806e/width=450/14016350.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UWD]*vt.AJxv?d%OJCo#NfRPi_NG9bIUw[a#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/538475", "modelId": 484175} \ No newline at end of file diff --git a/datasets/metadata/538863.json b/datasets/metadata/538863.json new file mode 100644 index 0000000000000000000000000000000000000000..3f70f183bed8c081f702bdae1bebf59143f124ca --- /dev/null +++ b/datasets/metadata/538863.json @@ -0,0 +1 @@ +{"id": 538863, "index": 0, "name": "SangoV2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-30T09:24:04.320Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["Sango, 1girl, solo, brown eyes, brown hair, black hair, long hair, ponytail, makeup, bangs, armor, shoulder pads, anime coloring, retro artstyle"], "stats": {"downloadCount": 125, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 455372, "sizeKB": 223105.75390625, "name": "SangoV2_e20.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-30T08:55:51.432Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3E7014F9", "AutoV2": "52DA009F21", "SHA256": "52DA009F21D89CCDBDD97AD6E37461E45F34F7D6C080674D22E6EFF0F67C9CAD", "CRC32": "3DB25904", "BLAKE3": "9805CA7561C9EC54CE5A29C381A4DB30F883A10AF05DF01FBF539BD1F659BA80", "AutoV3": "E84B18A9E9B1"}, "downloadUrl": "https://civitai.com/api/download/models/538863", "primary": true}, {"id": 470195, "sizeKB": 157072.9423828125, "name": "training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T07:36:23.482Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F44BFD75", "AutoV2": "9A58D45EA5", "SHA256": "9A58D45EA51642F8C6DD5E35456E84697D21C859D44DB6853924B925D106142E", "CRC32": "38EF764A", "BLAKE3": "B2EE4781C9F5416359ABCBFB7C50AE9710A8E01BB023C501BA641156C505F2AD"}, "downloadUrl": "https://civitai.com/api/download/models/538863?type=Training%20Data"}], "images": [{"id": 14026318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5525656f-44b5-437a-b915-96afddb0dd0b/width=450/14026318.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCEe9}kX0LIVrqM~bYNG0eR*}@xZ?HWCRi%0", "type": "image"}, {"id": 14026321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad6f0fa1-6f5f-4dc0-935e-a2c681d5e4f0/width=450/14026321.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEGI^@NXP@,1vXRRD,RR4-RC=$S[%Kx:?YRn", "type": "image"}, {"id": 14026320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7def6f42-bca6-4944-a450-0085b7ca1604/width=450/14026320.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFIh4|RQB~%E57NW_4-.5G.7V]IBVZNO-;IV", "type": "image"}, {"id": 14026319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc277d7a-4e77-4264-bf42-354ce3c1fb4b/width=450/14026319.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULG+R6s:B#VXTNWA-?xVpexu?Ha^-@%gM}M_", "type": "image"}, {"id": 14026322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/687c6fbf-92c8-40bd-bfcc-905994a2f862/width=450/14026322.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UjE:f4s:caR.xzV?RrR:9ZROact8D*kCxVxH", "type": "image"}, {"id": 14026438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d8b89d1-b7a1-4ac8-9235-f5d697180c16/width=450/14026438.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UgD^iY%JlTX3xztPs@sAj3sEt9kWIWjcxts;", "type": "image"}, {"id": 14026440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba051b26-a3a7-47b7-aba4-809d0ccce1cc/width=450/14026440.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNIp^gNa~S-U~WNK%2t60q%0ERR-0nnmxYNI", "type": "image"}, {"id": 14026439, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1110f307-1c62-4590-b174-9128810ac753/width=450/14026439.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U45=Cawa00S,tpn#OHNM0fNG?Jxt9Gad^*xY", "type": "image"}, {"id": 14026441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99e44a57-c046-4b5d-9c19-51b77fd96a6b/width=450/14026441.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Av5wxs0N9w%1-TNINH0gnP}?^iD+NH}?s.", "type": "image"}, {"id": 14026523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1a800bd-85a7-44ef-a7e3-63e1848a726b/width=450/14026523.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGHK5o$x-jsp~VIp-UNLK8M}ElS6x]$~-nxt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/538863", "modelId": 467347} \ No newline at end of file diff --git a/datasets/metadata/538911.json b/datasets/metadata/538911.json new file mode 100644 index 0000000000000000000000000000000000000000..a2609f9fddfb72957e7cefb0f74471bf9fb6b2c9 --- /dev/null +++ b/datasets/metadata/538911.json @@ -0,0 +1 @@ +{"id": 538911, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-30T09:36:22.865Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 131, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 455413, "sizeKB": 22255.20703125, "name": "Sylvia_Russell_Mecharashi-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-30T09:25:47.176Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F36EA240", "AutoV2": "D698E36297", "SHA256": "D698E3629744145B367B99E9DC9B5F7873A3992D8E8CD726D50ED2460AEA4AD6", "CRC32": "3181F7D5", "BLAKE3": "FD47CBC020154DA9678C908B802FCC5793538109C09876FB6848DF22938DD661", "AutoV3": "7F9BF3CB621D"}, "downloadUrl": "https://civitai.com/api/download/models/538911", "primary": true}, {"id": 455414, "sizeKB": 42692.19921875, "name": "Sylvia_Russell_Mecharashi.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-30T09:25:54.909Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C51886AA", "AutoV2": "DB04D32D81", "SHA256": "DB04D32D812824D66ED62B216E85928F5E66A71F9C24652820E85E720080E5FC", "CRC32": "F59F8C88", "BLAKE3": "D0269928E99C2C6982BB4567FB508C231B47C6E19EC166652A5D62899C4986A3"}, "downloadUrl": "https://civitai.com/api/download/models/538911?type=Training%20Data"}], "images": [{"id": 14028997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cac9932-d323-4601-9c68-807d9ee62c73/width=450/14028997.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UlMQCm~qAc%Mou-;%MoftRbHnOV@NcWBWYRj", "type": "image"}, {"id": 14028996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/474b7691-6335-41b2-a4bd-8f8649055195/width=450/14028996.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UlMQCm~qAc%Mov-;%MoftRbHnOV@NcWBWYRj", "type": "image"}, {"id": 14029565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f821a104-5f45-40e9-8ce4-f0f2776bc3be/width=450/14029565.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUH24ni^E2Io~VoLD*W=M^W=RkxuX8M{xvjr", "type": "image"}, {"id": 14029945, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/087bdb65-14c1-4396-832e-6b576d451817/width=450/14029945.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULF5N+?H4:NH~B-pE2j]IUxa%2NGNHoz-pt7", "type": "image"}, {"id": 14030981, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1713a1da-ef34-4d18-b1b0-19189a1510f7/width=450/14030981.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFM6@$9G00tS+=nN9]a{k=RjjFNF?vIB~CWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/538911", "modelId": 484576} \ No newline at end of file diff --git a/datasets/metadata/539006.json b/datasets/metadata/539006.json new file mode 100644 index 0000000000000000000000000000000000000000..507bb589ffa007a211478dcb5005008ba7a6dd5d --- /dev/null +++ b/datasets/metadata/539006.json @@ -0,0 +1 @@ +{"id": 539006, "index": 0, "name": "lith_agfa_broviraBN119", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-30T13:30:04.285Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 52, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 455497, "sizeKB": 8503.90234375, "name": "539006_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-30T10:41:27.457Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FEFB9567", "AutoV2": "5490AEE552", "SHA256": "5490AEE5528A3EDE5195528792EC1BAA6FEEA7E8C75582B1188C073FFEAADC6F", "CRC32": "009EC17E", "BLAKE3": "0B979AC50E89C78A6941AD0A9859E11260951295DB3B8750D18C3C5E25DAAF46"}, "downloadUrl": "https://civitai.com/api/download/models/539006?type=Training%20Data"}, {"id": 455724, "sizeKB": 223098.96484375, "name": "lith_agfa_broviraBN119.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-30T13:31:27.598Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7CD689FA", "AutoV2": "35F54FA30C", "SHA256": "35F54FA30CE090A2C9B47076803CE26F79FFADD96D52E362DE675A21C643B992", "CRC32": "5B263047", "BLAKE3": "C686403B6D48060E20B94349711EF7B8DE3BAB67C1CCD95BF02766E4DFAAAA45", "AutoV3": "5AC706C3AF3C"}, "downloadUrl": "https://civitai.com/api/download/models/539006", "primary": true}], "images": [{"id": 14237324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd169d95-e3e6-4fd3-a984-25235029bd04/width=450/14237324.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UQLgX~8{9ZRj_4V@adR*D%kDa}WBxuM{ofWC", "type": "image"}, {"id": 14237321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf2013e3-a44b-48ef-b8d3-9230b4bcc989/width=450/14237321.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UjKdlA-;Iot7~qtRRjofNGRjayj[V@jskCay", "type": "image"}, {"id": 14237328, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4201f1c5-8c68-4da0-9c76-9f9579b75158/width=450/14237328.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UXLD+3DiIUNG~qRjRjfPE1ozkCWBayM|kCRj", "type": "image"}, {"id": 14237325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7e419e8-137b-4cd5-87b3-01ee7e45e565/width=450/14237325.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UVL4Nc_2IUs:~qa}Rjt7IUo0WBt7Rjt7fkj[", "type": "image"}, {"id": 14237417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/635aac04-6c66-42df-80ec-594388d23ebf/width=450/14237417.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UZLzgV9FD*R*_NRjV@WVM{ozWVaet7R*ofay", "type": "image"}, {"id": 14237419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd59dcfc-6691-40ca-b5a0-73cb9051fd99/width=450/14237419.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UfKde]a}Ioj@~qfjaxayNGWBbHayRiayayj[", "type": "image"}, {"id": 14237421, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/879768f8-593e-445d-b214-033b1752363b/width=450/14237421.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UhK^vvx]M{s:~qt7jZfPRkWBWBWBWAWBfkof", "type": "image"}, {"id": 14237487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36cba797-c944-4f66-a592-ba45b76ff451/width=450/14237487.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "ULE{FN-;D%4.~qWBM{WB%MfkM{RjkCofRjM{", "type": "image"}, {"id": 14237489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efe0101d-ba0b-4794-b718-7ae7c2915855/width=450/14237489.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHDc5b4noL-;~pMxayozxuM{WBt6t7RjWBt7", "type": "image"}, {"id": 14237490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9bf8948-798d-490c-aeb7-758ab59eef61/width=450/14237490.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGEy0xni00E1~pM{RPofozM|M{j[WBkCM{WB", "type": "image"}, {"id": 14237488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c8fa898-48cc-4822-af94-da5d69564f3b/width=450/14237488.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHD]MF4Us:_3~pMxofxuxuM{a|oft7WBays:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/539006", "modelId": 484663} \ No newline at end of file diff --git a/datasets/metadata/539017.json b/datasets/metadata/539017.json new file mode 100644 index 0000000000000000000000000000000000000000..471fb60351c4feb9867a68e10cc10d47191e7db3 --- /dev/null +++ b/datasets/metadata/539017.json @@ -0,0 +1 @@ +{"id": 539017, "index": 0, "name": "lith_fomaspeeds311", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-30T13:25:20.465Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 55, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 455507, "sizeKB": 2164.0517578125, "name": "539017_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-30T10:50:52.340Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B41361B0", "AutoV2": "BF548FA4A3", "SHA256": "BF548FA4A38E46ECD3D1A976EBB7DAF2C45310B1C166B565AEE7093BFE57C224", "CRC32": "3542692A", "BLAKE3": "ADE9BF6F0E1C64F98D58EEDD69C041D4503564562D48AA4551AC1C2364309C9B"}, "downloadUrl": "https://civitai.com/api/download/models/539017?type=Training%20Data"}, {"id": 455715, "sizeKB": 223098.90234375, "name": "lith_fomaspeeds311.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-30T13:25:54.670Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5F825DFE", "AutoV2": "1F20B2558B", "SHA256": "1F20B2558B97F286F879157CC4450D1C0086A15CE538C7AB608CDCF5C1F18871", "CRC32": "0EBC12A1", "BLAKE3": "61F940A1D39BE575F02515CB5669E96E9F49EAA063957A72A7F636F5BF9C4730", "AutoV3": "8CDC4CCE0459"}, "downloadUrl": "https://civitai.com/api/download/models/539017", "primary": true}], "images": [{"id": 14236706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b675b55-a96e-4c88-80cf-eecd24d85492/width=450/14236706.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDBf|X00?b?a~q9Fogfl_3D%WCof?aM|WBof", "type": "image"}, {"id": 14236703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb291e26-9ac5-40bd-983c-cc526c662117/width=450/14236703.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UF9@O@9Fsm~p?bIURj%M?bMyRj%M-;M{Rjxu", "type": "image"}, {"id": 14236702, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49130be0-d3e5-487b-a479-ae193c23755f/width=450/14236702.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDB3ylt700%2~pxt9FM{~pt79Fj?t7t7j?M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/539017", "modelId": 484674} \ No newline at end of file diff --git a/datasets/metadata/539109.json b/datasets/metadata/539109.json new file mode 100644 index 0000000000000000000000000000000000000000..70571dc71021048ed432bdfc4853278a21098866 --- /dev/null +++ b/datasets/metadata/539109.json @@ -0,0 +1 @@ +{"id": 539109, "index": 0, "name": "chillflat", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-30T22:07:41.786Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["chillflat"], "stats": {"downloadCount": 38, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 456401, "sizeKB": 223101.83203125, "name": "chillflat-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-30T21:10:48.322Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A26277E7", "AutoV2": "E4CE74BE3A", "SHA256": "E4CE74BE3A4E918EF69801A46F4D4B7150001E118D927AF2AA0728E5A186294F", "CRC32": "E732E9EB", "BLAKE3": "44127216B199EAF7BED4E4B386458AC002EA191FDAADCB2634763E6364EDD756", "AutoV3": "51128FBBA2A0"}, "downloadUrl": "https://civitai.com/api/download/models/539109", "primary": true}, {"id": 455598, "sizeKB": 4801.01953125, "name": "539109_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-30T11:55:54.870Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D9DAB2B9", "AutoV2": "71B9DBD05B", "SHA256": "71B9DBD05B19F4D009D704A38DC8B3184B7F42B188F5A82FC117886078A623FE", "CRC32": "03D88D73", "BLAKE3": "AA44C7AF29B8110A0A761D3A589B3BE460A98B8D9D1A29A1255DFCA99DE904E7"}, "downloadUrl": "https://civitai.com/api/download/models/539109?type=Training%20Data"}], "images": [{"id": 14073644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/952e33b7-a5c0-45d1-a3eb-2c07f2317f80/width=450/14073644.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULCb#}s;49P9vpnhK%ShATWp;MoeGGWXxaof", "type": "image"}, {"id": 14073642, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/785e52d1-75a5-4a29-b10b-38b40f6ac7f2/width=450/14073642.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOA^L,$%1UA0-?skIoNf5QR-=vxYAKS5$*s+", "type": "image"}, {"id": 14073643, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b55f033-c7c7-4409-8518-223542a87592/width=450/14073643.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UxPDubs:}vs;-VS2NZsUNHsos:S2$*bIWUjY", "type": "image"}, {"id": 14176540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12b3838b-6ffb-472b-be03-58b5f88c000b/width=450/14176540.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UeP|xcxa}]jZwJafw|jtw|a{J6ofxaj[WUay", "type": "image"}, {"id": 14176254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb3a982d-f8de-4af5-a311-d3bb8d26e1b1/width=450/14176254.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZBz|yog77S6XUoIn$WC9uay-Qj]x_j@NGWV", "type": "image"}, {"id": 14176484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e2124b2-8889-47fa-b5c0-431fb488679e/width=450/14176484.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGB:m|I^5c$_?dw]9ut59~WZxbW=9]NG#*g3", "type": "image"}, {"id": 14176547, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97819746-adb8-4b5d-94a6-7becf59c6a8b/width=450/14176547.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UV7DO;ogKnOGx_n#NFSPR+ays+ofI[Wr$$s+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/539109", "modelId": 484756} \ No newline at end of file diff --git a/datasets/metadata/539162.json b/datasets/metadata/539162.json new file mode 100644 index 0000000000000000000000000000000000000000..6b4c84f1c022e0c3edd8968b425d345c3cffe9db --- /dev/null +++ b/datasets/metadata/539162.json @@ -0,0 +1 @@ +{"id": 539162, "index": 0, "name": "lith_argenta_BromBN1w", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-30T18:27:42.602Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 49, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 455640, "sizeKB": 3203.58203125, "name": "539162_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-30T12:35:28.744Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0EC211E2", "AutoV2": "C8D4B1E71F", "SHA256": "C8D4B1E71F9146D89A5FEF1726ACAA387705E75C3C0EABC3C720BE15A1CD2268", "CRC32": "BF7EEF74", "BLAKE3": "EF2E6898D85EE5838D7F912D84868BB81F4BF2A4CD6DE1AA630C174EBCA1F93E"}, "downloadUrl": "https://civitai.com/api/download/models/539162?type=Training%20Data"}, {"id": 456161, "sizeKB": 223098.95703125, "name": "lith_argenta_BromBN1w.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-30T18:31:34.812Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4776A04C", "AutoV2": "6462E1FA13", "SHA256": "6462E1FA13C541301B9C962352937E0D61B032370EE3C93037BACD20E4B9ACD8", "CRC32": "9A2B26BA", "BLAKE3": "012CC78ECE2D36AFDCD115CAE8A1EB3F6A6728BC4A9F656B9B2A10E11DE2C2FC", "AutoV3": "AD91EF576748"}, "downloadUrl": "https://civitai.com/api/download/models/539162", "primary": true}], "images": [{"id": 14063086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7d8f537-7185-4476-9689-6f5993a16470/width=450/14063086.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEM?MJ%M~qxu-PofofWVRkR*E1s:~VRkE1j@", "type": "image"}, {"id": 14063085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41a48044-0a13-45ae-afb1-8f6a5de95304/width=450/14063085.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEL3ZD-;~qt7~At7NHbHR+WBIoWC-pa}M|oL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/539162", "modelId": 484802} \ No newline at end of file diff --git a/datasets/metadata/539164.json b/datasets/metadata/539164.json new file mode 100644 index 0000000000000000000000000000000000000000..9645a4774e5168b9c68b1c13841f1d3ef8f57f85 --- /dev/null +++ b/datasets/metadata/539164.json @@ -0,0 +1 @@ +{"id": 539164, "index": 0, "name": "Furry Anthro Hyena for Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-30T18:54:39.839Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 392, "ratingCount": 0, "rating": 0, "thumbsUpCount": 75, "thumbsDownCount": 0}, "files": [{"id": 455659, "sizeKB": 747198.677734375, "name": "539164_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-30T12:46:49.506Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7162A4BA", "AutoV2": "739FB9129D", "SHA256": "739FB9129D8C24D541965BCEA01FE8F867D6E1E318FC0491387EA2A78356DD07", "CRC32": "2F434AEF", "BLAKE3": "95DBD6DA54467D276AA550251E4D92591E22DC2838EDBF0A0417732B45FA44BB"}, "downloadUrl": "https://civitai.com/api/download/models/539164?type=Training%20Data"}, {"id": 456167, "sizeKB": 223119.55078125, "name": "Furry_Anthro_Hyena_for_Pony-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-30T18:35:50.426Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4F4E88AC", "AutoV2": "647ECECCB1", "SHA256": "647ECECCB1A09F0E6E11AEE35FD2FDBCB7E88E74A51AC4D00843C84922112C20", "CRC32": "3DF09F93", "BLAKE3": "5A6BA515D474332FF2AC4884CD3445DDDB5E71BB994725D5EF6CF36E9BF6F1F9", "AutoV3": "9C4031D7924F"}, "downloadUrl": "https://civitai.com/api/download/models/539164", "primary": true}], "images": [{"id": 14065550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92c3d9b5-6be0-4b3e-b8fa-99baf9728734/width=450/14065550.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UDG[K3EgAI?wA_%1WYKQ02wbrqIVmkIoodZ~", "type": "image"}, {"id": 14065259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea84b0fe-9f5d-4a8f-aafa-a7863c60dc82/width=450/14065259.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UDIEU%0LBo~UTzwGOs9GD*D*?GV?T1r;R+kC", "type": "image"}, {"id": 14064897, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38e6ca7e-b9e6-429e-a338-c186c5bec8c3/width=450/14064897.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U9HL9x0L3E~pKmDi?HIp00xF#Q4oJB-;Di=_", "type": "image"}, {"id": 14064901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/835e288c-6d2b-4730-8668-9cebda31c235/width=450/14064901.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UKHL9+_3Xn%M~qS$TKx]D%NF-:%LaejujvM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/539164", "modelId": 484804} \ No newline at end of file diff --git a/datasets/metadata/539281.json b/datasets/metadata/539281.json new file mode 100644 index 0000000000000000000000000000000000000000..4c88ab3269fbcdc62c4d6881800a55a8147daa2d --- /dev/null +++ b/datasets/metadata/539281.json @@ -0,0 +1 @@ +{"id": 539281, "index": 0, "name": "sage_2.0_Nsfw", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-30T19:43:34.746Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 195, "ratingCount": 0, "rating": 0, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 455753, "sizeKB": 12609.671875, "name": "539281_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-30T13:50:55.133Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A2F08845", "AutoV2": "A2F42EA8EB", "SHA256": "A2F42EA8EB85A051F7C407E44B977B4FB0B6105BAAC805F790821D7012F01870", "CRC32": "68586CF0", "BLAKE3": "4134968BD87B4041FB60B1C23A29B604CF3D580EB9318AF3521CB5C0E01E3832"}, "downloadUrl": "https://civitai.com/api/download/models/539281?type=Training%20Data"}, {"id": 456282, "sizeKB": 223106.14453125, "name": "sage_2.0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-30T19:36:35.409Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4C6703CB", "AutoV2": "FCD830B2FF", "SHA256": "FCD830B2FF8EAD61FE2A981FAC0CD1D2CF6A6ABD3671AC8908099797C7B2E3D6", "CRC32": "F88BC028", "BLAKE3": "3216726702134EC50A7DCC5CAD3A6BF97B4EAA666B31B45C5AB764EF70BB8820", "AutoV3": "86BF64251D7B"}, "downloadUrl": "https://civitai.com/api/download/models/539281", "primary": true}], "images": [{"id": 14068727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3591b9be-be18-4d5c-8241-265342de0b88/width=450/14068727.jpeg", "nsfwLevel": 4, "width": 816, "height": 1216, "hash": "UBF#H,o|0eSd56jc%1E29Z-V-oxZ^*NZ-U~B", "type": "image"}, {"id": 14422141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e330840-0430-48db-b63f-4c071632234b/width=450/14422141.jpeg", "nsfwLevel": 16, "width": 816, "height": 1216, "hash": "UAHBJL:jt200~VENAbX7O@0fOY-;yDNGROWB", "type": "image"}, {"id": 14469523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d34b477a-d97c-4374-ab0f-260d163eaf91/width=450/14469523.jpeg", "nsfwLevel": 16, "width": 3264, "height": 4864, "hash": "U9Fz=~5q9[-o0$=dnNR%00E1njnj}=S1Xn?H", "type": "image"}, {"id": 14471487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2087cefb-4ea8-496e-a06e-7879871712d1/width=450/14471487.jpeg", "nsfwLevel": 2, "width": 3264, "height": 4864, "hash": "U7G*+-^+Im%fDO00AFOs^#Rk.9_300S3}r$L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/539281", "modelId": 484914} \ No newline at end of file diff --git a/datasets/metadata/539323.json b/datasets/metadata/539323.json new file mode 100644 index 0000000000000000000000000000000000000000..187f3a91f5e61318ba60750a4107761cf8598a27 --- /dev/null +++ b/datasets/metadata/539323.json @@ -0,0 +1 @@ +{"id": 539323, "index": 1, "name": "Megaman Legends 2 v1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-30T14:17:28.079Z", "availability": "Public", "nsfwLevel": 1, "description": "A bit more Stable than MML1 Likely due to more varied Minor and major characters fed to it and a lot more environments from the game (Forests/Dungeons/city isn't that great of a spread but just adding Desert and Snow is helping) also more Bot and Airship types are seen, So far I may have mix the Two Training sets for the games for an even more Accurate one. Though I think I may just Boot up my Mister to get Better Images Than using the Dazzle on PS1 hardware. Might look for Codes to disable the HUD for even greater Flexibility, Got plenty of saves to get to important parts of the game.
Definitely will Take longer for Either route. Do what you will with this model and Have fun. This time Training Data should be Available for the model... I Seriously need to Read checkboxes. Apparently if you don't say you own the TD before training it locks it away so its not a toggle Post Training.
Works with other Loras better, Airships are still loved, And due to the res of how I Captured minor Pillar boxes may show up. Highly recommend Against Dazzles for dataset gathering.
Trainned with 5 colored images + 45 manga images! all hand picked!
", "trainedWords": ["READ DESCRIPTION", "kuroi tasuku,beast form,animal ears,medium hair,black hair,blue eyes,medium breasts,black lipstick,piercing,tattoo on face,black fur,fur on arms,fur on neck,black strapless top,black skirt,metallic belt,black pantyhose", "kuroi tasuku,medium hair,black hair,black eyelashes,blue eyes,thin eyebrows,black lipstick,piercing,collar,white skin,tattoo on face,tattoo on arm,medium breasts,black strapless top,black skirt,metallic belt,black pantyhose"], "stats": {"downloadCount": 59, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 457251, "sizeKB": 18276.3291015625, "name": "540927_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T08:02:42.803Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "42C4A21C", "AutoV2": "BBE2276E81", "SHA256": "BBE2276E8178CE6160DF4386FACFEDF402CB93424598F57A541D1F3619CEABE9", "CRC32": "6F63728F", "BLAKE3": "A11E2833EC3DB1784D45727093F4D81D56F114CDD92A4D777A0016A63FE04267"}, "downloadUrl": "https://civitai.com/api/download/models/540927?type=Training%20Data"}, {"id": 457369, "sizeKB": 334452.30078125, "name": "kuroi_tasuku_-_killing_bites_follower_suggestion-000018.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T09:35:45.847Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "41B5306A", "AutoV2": "F74397286B", "SHA256": "F74397286BEE5A19986F4D946E8453FBB57F5E2A37D589AD1D79D6C18E2BCCE4", "CRC32": "2232F743", "BLAKE3": "FA1B2B0F855E998CB3E169F173803549B7F84A8F78B21791502FC029115D2A42", "AutoV3": "6C3F83A902D7"}, "downloadUrl": "https://civitai.com/api/download/models/540927", "primary": true}], "images": [{"id": 14125629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd64de9e-18fc-4076-b266-650c19fb0b47/width=450/14125629.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UIH1-_~WE29b~XI:RjxuxvxsRPae59xuIos,", "type": "image"}, {"id": 14126406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b28caae-54ec-48cb-aca6-b7a706487e39/width=450/14126406.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UDK^jNAHOs%g004.=_~VNxxY9aIo~Wo~9Zbb", "type": "image"}, {"id": 14125589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/affae08c-c68c-4045-bb24-37c3cb6001e1/width=450/14125589.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKM7Jonh*0X900bIjYNb$xofMxslE3Rj?Hxu", "type": "image"}, {"id": 14126032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86003466-dc13-4e92-b581-29c3f7dbd698/width=450/14126032.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWJ8R[~qof_3xuxu-;t7M{t7%MWBj[ayRjRj", "type": "image"}, {"id": 14126048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fbb802d-4e37-404f-bad0-63c6f861c8a2/width=450/14126048.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOIEhP~qTL?bR.M{?GIUE1NG?GRP?H%MIoM|", "type": "image"}, {"id": 14125037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6df08972-8a27-4d06-8059-9dd3c713caed/width=450/14125037.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMH2K4o#%hng~qe.ofM{IqjF-oNHxuayofWB", "type": "image"}, {"id": 14125619, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49df1358-d4f3-4bc8-810c-72fad91879af/width=450/14125619.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UJK^$=Vsu5tm_ND%-p-;0ft7={of%MIoa}%2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/540927", "modelId": 486452} \ No newline at end of file diff --git a/datasets/metadata/541007.json b/datasets/metadata/541007.json new file mode 100644 index 0000000000000000000000000000000000000000..837a4d990015d5e4d51dbccf2bd4d6b9b2716c08 --- /dev/null +++ b/datasets/metadata/541007.json @@ -0,0 +1 @@ +{"id": 541007, "index": 0, "name": "v3.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-31T08:58:26.773Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 172, "ratingCount": 0, "rating": 0, "thumbsUpCount": 37, "thumbsDownCount": 0}, "files": [{"id": 457310, "sizeKB": 22254.82421875, "name": "Katsuragi_Shouko_JitakuKeibiin-KK77-V3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T08:49:07.054Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2BCEE1C1", "AutoV2": "45E1CA5858", "SHA256": "45E1CA5858E33407C772296DB9FA0330B8A9ACE20C4311F4F6DAEB7B4271FAD2", "CRC32": "EEFFDB12", "BLAKE3": "9CA78E694AD0C344C767B639E961A3D343A775EACF1D2BC83A60742442823EB8", "AutoV3": "5B71AFE0EEDC"}, "downloadUrl": "https://civitai.com/api/download/models/541007", "primary": true}, {"id": 457311, "sizeKB": 36184.2509765625, "name": "Katsuragi_Shouko_JitakuKeibiinV3.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T08:50:02.105Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "01A701F8", "AutoV2": "81D72AFFD1", "SHA256": "81D72AFFD17A9F8333E97F09EEE9222E5AB9E198986A969BC949D41A212BCF5D", "CRC32": "2CA71158", "BLAKE3": "DC587C2F8760B64051D79B96BFDEC820665F72C564770D21BB479BBF5E7250A7"}, "downloadUrl": "https://civitai.com/api/download/models/541007?type=Training%20Data"}], "images": [{"id": 14122099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f581b01-2472-4a7e-884d-80d584166b41/width=450/14122099.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USMG*B00OENGDR4o-:Rj0wR*-ooL~Ds:xut7", "type": "image"}, {"id": 14122100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cf62b0f-0c3f-4836-adbf-69423b1e3f89/width=450/14122100.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USMG*B00OENGDR4o-:Rj0wR*-ooL~Ds:xut7", "type": "image"}, {"id": 14122428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/439e3903-956e-4c19-b325-6fe379f6e4cb/width=450/14122428.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTK^]7~pkq?b=#^+%gxu00og-pRjyBNZn%of", "type": "image"}, {"id": 14122860, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7430386-ceb6-4a06-bc04-ab2383ead998/width=450/14122860.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USN0ME-;Sz-UD#t7%fxu9axu?HNH~WtRRjRP", "type": "image"}, {"id": 14125635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4c88041-08b8-4951-b2e0-b82d64a9c1c8/width=450/14125635.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKHnKfOX0L~VN@-pxt-:4:-:?aI:56oL-oWA", "type": "image"}, {"id": 14125988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bedd950-286a-44ad-a98f-dc6ca2e4f726/width=450/14125988.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDG8Av0L00-poxoM4:t700-p~WM{01-p?GM{", "type": "image"}, {"id": 14126154, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00ae1a4c-0d2e-4879-b790-25f218474b83/width=450/14126154.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UGGt{Qt700j@?GWV4:R*00oe~WWC02f7?Gof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/541007", "modelId": 44212} \ No newline at end of file diff --git a/datasets/metadata/541137.json b/datasets/metadata/541137.json new file mode 100644 index 0000000000000000000000000000000000000000..e8735eef258a9d7e92e89e8b7e5cd3b6fc8bbb49 --- /dev/null +++ b/datasets/metadata/541137.json @@ -0,0 +1 @@ +{"id": 541137, "index": 0, "name": "LegendofZeldaOcarinaOfTimeNDS", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-31T15:39:24.852Z", "availability": "Public", "nsfwLevel": 1, "description": "My first lora
", "trainedWords": ["Link's House, Saria's House, Twins' House, Mido's House, Know it all's House, shop, waterfall, training ground"], "stats": {"downloadCount": 17, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 457532, "sizeKB": 59607.611328125, "name": "541137_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T11:30:57.098Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FD796E12", "AutoV2": "E2C137E33C", "SHA256": "E2C137E33CB766B714F72C5C153F5EB95A7DBB97090202FB1C8C0170B598F780", "CRC32": "CC2DEB72", "BLAKE3": "13053EB0863A3378E7584217A7BF794832C98D25C3ACBBBD50C07F18D1C2B65A"}, "downloadUrl": "https://civitai.com/api/download/models/541137?type=Training%20Data"}, {"id": 457708, "sizeKB": 36979.6015625, "name": "LegendofZeldaOcarinaOfTimeNDS.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T13:11:31.289Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "ABFCE7E7", "AutoV2": "1ED35160E7", "SHA256": "1ED35160E74600AE4DF5E23BBE4F3BA368F95D3FEB7FDDBE083C1594A931F5AC", "CRC32": "342FB849", "BLAKE3": "8FB739CF7587F2E2A69BF4BC3B885904114F14FA9DC5424FB07C32AAEB815944", "AutoV3": "EBD7BE754AE5"}, "downloadUrl": "https://civitai.com/api/download/models/541137", "primary": true}], "images": [{"id": 14151389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/197a3e74-d176-4142-8e5b-e5893451e4d9/width=450/14151389.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U36HrwXk00xB4yn.j:E1D~-j-qNfDi9a?b_2", "type": "image"}, {"id": 14151384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19eff26c-0c84-40e1-976c-2f25317de877/width=450/14151384.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U042CnyE0O0P0I~BbVx?^~0jw_=^0O==%JIq", "type": "image"}, {"id": 14151398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65dc4df7-fdf1-453b-aab1-35a6cd1aa1a5/width=450/14151398.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U26*Hh?a0OE20Dxc}?M{?Ft8S5s+x?NakA%1", "type": "image"}, {"id": 14151417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10423eba-fd52-43f8-b5ab-1612b06c8494/width=450/14151417.jpeg", "nsfwLevel": 1, "width": 3072, "height": 1728, "hash": "U67njx_2jcRlM:tU%Ms+.k%eofR+8|M~t8s:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/541137", "modelId": 486645} \ No newline at end of file diff --git a/datasets/metadata/541356.json b/datasets/metadata/541356.json new file mode 100644 index 0000000000000000000000000000000000000000..a0908940aa6dcb45728899d004fece1672cc8930 --- /dev/null +++ b/datasets/metadata/541356.json @@ -0,0 +1 @@ +{"id": 541356, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-31T13:03:42.981Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 118, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 457670, "sizeKB": 7654.69921875, "name": "Yukari_milfx3.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T12:55:53.463Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7D516A7E", "AutoV2": "39E4E49BD4", "SHA256": "39E4E49BD423E312EE80DB4D1AAF1D78A74E4770A6E19A12B13C2B5E802E466A", "CRC32": "BEAEB5B9", "BLAKE3": "A47EC5BDA83E42691C4A058F61FF01B5F965919BE22952C45E51A184064C14E9"}, "downloadUrl": "https://civitai.com/api/download/models/541356?type=Training%20Data"}, {"id": 457671, "sizeKB": 22234.63671875, "name": "Yukari_milfx3-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T12:55:56.512Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DAFC32B8", "AutoV2": "5DFC99E1B8", "SHA256": "5DFC99E1B8B1A3FEB4EE2635A5D98B660ADC17D6CB0232A4A8F8A09D008B9248", "CRC32": "772D9F94", "BLAKE3": "54BEAC46BBD12FDAD8B9EF9694A8E848F593BD2DCEC9B522690FCA7C9E869F70", "AutoV3": "F4FBBA78E0D3"}, "downloadUrl": "https://civitai.com/api/download/models/541356", "primary": true}], "images": [{"id": 14139093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54f75a90-df1c-46e0-bd64-383dae5a890d/width=450/14139093.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UhOpJjxu.TxuInoL.7kC%hWBslWCofazt7oL", "type": "image"}, {"id": 14139098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c09d67cf-194f-426a-a4d4-00fb97328507/width=450/14139098.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UhOpJjxu.TxuInoL.7kC%hWBslWCofayt7oL", "type": "image"}, {"id": 14139640, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60578120-efb9-46f2-9fff-f60a39039574/width=450/14139640.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UROC,DVX.8-pxVR4_3aJ9vWCxFxu~pxuRjkD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/541356", "modelId": 486840} \ No newline at end of file diff --git a/datasets/metadata/541379.json b/datasets/metadata/541379.json new file mode 100644 index 0000000000000000000000000000000000000000..5a01668cf8f3a3d42fa0468b6b8efc1adc2eec08 --- /dev/null +++ b/datasets/metadata/541379.json @@ -0,0 +1 @@ +{"id": 541379, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-31T13:15:10.492Z", "availability": "Public", "nsfwLevel": 7, "description": "v1.0, turned out really nice, better than i expected!,
", "trainedWords": ["elvenforestworld", "branch", "leaf", "vines"], "stats": {"downloadCount": 152, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 457697, "sizeKB": 51505.1240234375, "name": "ElvenForestWorld.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T13:05:58.072Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DF500E71", "AutoV2": "9E141BCB63", "SHA256": "9E141BCB6301C2A350B6C969B3C801CD33E0893BD5FC2DD19C3289EB33D7AF3E", "CRC32": "1D146499", "BLAKE3": "C4CE8098E0EAEC9DBCE783DFD7B766219EF51CB21D84CCBC1ABA46086E7E8463"}, "downloadUrl": "https://civitai.com/api/download/models/541379?type=Training%20Data"}, {"id": 457701, "sizeKB": 147571.28125, "name": "ElvenForestWorld.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T13:06:04.905Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DB547D0E", "AutoV2": "9934065418", "SHA256": "9934065418840E0D3C91E11D7803FC0D44C1911F86664073EBC9C99C20D9B85B", "CRC32": "0E5CEF1F", "BLAKE3": "F9955642E03E8631C2F8507C788F388EEDEB560EE81110603501EE3B5EE0332C", "AutoV3": "D1B872F96993"}, "downloadUrl": "https://civitai.com/api/download/models/541379", "primary": true}], "images": [{"id": 14139072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b01b33b-c4a2-4a21-bf9e-52b82218972b/width=450/14139072.jpeg", "nsfwLevel": 2, "width": 1152, "height": 1728, "hash": "ULEV+xD*cEt6~pIBWXV@ofR*M{oet7WBRjx]", "type": "image"}, {"id": 14139110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81353495-011f-4b4a-9f52-29466c5991fc/width=450/14139110.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "U3A^8s]N2w57+sNd00IU0LOsIA~pERtl$Mvz", "type": "image"}, {"id": 14139181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13254892-d56e-466a-94d2-dfd0d2a2edf5/width=450/14139181.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1728, "hash": "UGFi#%M{kXyD_MM|ozV@e-WY8{nh.8kCIBof", "type": "image"}, {"id": 14139552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39f435d0-d38f-44c9-91bd-c31dee806fdd/width=450/14139552.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1728, "hash": "U89@t-~o.8R5%}t6%MoIDNRP9GkVMdaKIAR*", "type": "image"}, {"id": 14139562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1937fe91-8957-4d03-b5cc-de8f6447185e/width=450/14139562.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UbGIlgM{NHof_MM|R*jZofRkM|t6NGj[Rjxu", "type": "image"}, {"id": 14139567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d4a2997-bfc6-47af-a0d1-89f129a38234/width=450/14139567.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "U5B._h9d~TV?Fz-n}?I:$f9byA$QnTRk=_E2", "type": "image"}, {"id": 14139572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2df273b9-1106-4573-8fa9-9137ec598ed1/width=450/14139572.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UCBMVr~U-:bvx]%2?F-.%L%LtQt7t7f+ofj[", "type": "image"}, {"id": 14139587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bd8acc5-72eb-4a6e-a70b-3f88d6ed55eb/width=450/14139587.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UHCsy[-;R5R5_N?Fi^RQbJWBV@%1t7IVV@tQ", "type": "image"}, {"id": 14139618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63aad5d6-2ce4-4a91-844b-cc57d31474b9/width=450/14139618.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U6BM*x0N00tQ.mxG4TENxTWVK6=_Ipo2%1Iq", "type": "image"}, {"id": 14139634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73126e7c-3318-4e70-81b1-28bacdfa4d2d/width=450/14139634.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U8Csv$o}008_*0-nrqD+00E1%L?Z00D*%Ltl", "type": "image"}, {"id": 14139641, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/379f6268-75cb-4759-bfcc-9435f562dbce/width=450/14139641.jpeg", "nsfwLevel": 1, "width": 3488, "height": 1152, "hash": "USC@QkxuWEWY?^xts.xZtRofflt6R4axfkWC", "type": "image"}, {"id": 14139646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b0396e4-72ec-4512-a0df-0296493cd574/width=450/14139646.jpeg", "nsfwLevel": 1, "width": 2592, "height": 1152, "hash": "U37Ur6%%vg+Z3FtmxUOtL~S5Sjt--:V?IArq", "type": "image"}, {"id": 14139659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9e78801-7e7b-4207-a611-bebdf8f93817/width=450/14139659.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U5C6JZb;0L0M6%^$t74;D+S#x@t69HIWRj~T", "type": "image"}, {"id": 14139663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/648d8a3f-7698-478b-a0bb-eb69191bf0e5/width=450/14139663.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U8C6AA?ab^%L5T%1~A-.9HV@E2D+D*IV9H9b", "type": "image"}, {"id": 14139665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/274dcdbc-0930-4f85-b237-77fdca982e8a/width=450/14139665.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U6AT7YEg02Dk9]-UsoE39GIpx[~T4qe.-.o|", "type": "image"}, {"id": 14139672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f643867-bf9d-4169-b61c-aef3fcd29ee1/width=450/14139672.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U6BW0fS~01rD59^$~A9b01IVpI_1D*E2Ipxu", "type": "image"}, {"id": 14139681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/548e2491-e3f9-4538-ad6b-8f8b3fee91d3/width=450/14139681.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UAAA{gxY4WcE_Kj@IDbIH@xtDkIBkWtRDkIC", "type": "image"}, {"id": 14139698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80ea69b4-6054-4921-b0ad-829760ef8c0b/width=450/14139698.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UAAA~nt602IW?Axt9INIr=tQDkM}?[V[ICIC", "type": "image"}, {"id": 14139703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccb66606-7852-4c00-9cad-d525eed3951b/width=450/14139703.jpeg", "nsfwLevel": 4, "width": 1152, "height": 1728, "hash": "UVF=s:~pb_R.-;%LxtWBn$V@Rjj[ofRjRjt7", "type": "image"}, {"id": 14629238, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/133a1135-d2a8-4609-87d6-862c20de8247/width=450/14629238.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "UQGSDTE3%$%g~oIVt7n$NGofMxaeIot7Myae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/541379", "modelId": 486856} \ No newline at end of file diff --git a/datasets/metadata/541427.json b/datasets/metadata/541427.json new file mode 100644 index 0000000000000000000000000000000000000000..62c522aeadc2aa3349c1de3b2f85c86393e07d60 --- /dev/null +++ b/datasets/metadata/541427.json @@ -0,0 +1 @@ +{"id": 541427, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-31T13:45:11.621Z", "availability": "Public", "nsfwLevel": 5, "description": "v1.0, turned out great, not what i expected but thats normal now,
", "trainedWords": ["dwarvenworld", "copper", "geometric", "underground", "cut stone", "gold"], "stats": {"downloadCount": 189, "ratingCount": 0, "rating": 0, "thumbsUpCount": 43, "thumbsDownCount": 0}, "files": [{"id": 457742, "sizeKB": 56016.8349609375, "name": "DwarvenWorld.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T13:36:32.490Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "840CA571", "AutoV2": "AEE19DE7E5", "SHA256": "AEE19DE7E5ECCBF162B4D0C482B484A5C6B3D42F8CD25F4C8A939EB7F6A466F0", "CRC32": "E8B4F7BA", "BLAKE3": "ABCCE1CA8A0555FCAE7FF4DBDB398613B18250429A3955A6BDF0E52F5108B69C"}, "downloadUrl": "https://civitai.com/api/download/models/541427?type=Training%20Data"}, {"id": 457752, "sizeKB": 147570.953125, "name": "Dwarvenworld.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T13:37:18.450Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1EEC6CC8", "AutoV2": "77C03C39E5", "SHA256": "77C03C39E5B72CFB99DD891FBAC7015D7215ECABEDA58405791215CB100284EB", "CRC32": "8B259507", "BLAKE3": "B78BC6A8790F43BF5D5E06D220D6BF06A217CC2643CC57D2E9E9E9448DF366D3", "AutoV3": "F714FF5883B9"}, "downloadUrl": "https://civitai.com/api/download/models/541427", "primary": true}], "images": [{"id": 14141695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b713829b-8008-48fd-86af-c0d7a1529322/width=450/14141695.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U3BC+20#0e~BNz^30L-p009t~BI;0LtQjEMx", "type": "image"}, {"id": 14141726, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a09d73d-030f-4391-a1e2-c3ff6df897c9/width=450/14141726.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U5BV;P1P1PyD#kM{D$IU02oe}?aKRPRP,o9u", "type": "image"}, {"id": 14141777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/021adb58-c276-4563-804a-c29053a17954/width=450/14141777.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U4D9P25r01=|00IV%z%100-U0LEMF|?F|=^O", "type": "image"}, {"id": 14141826, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a804a82d-80d8-4700-ace1-7e84ade8d7ee/width=450/14141826.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U69@hiG^@@Qm2_%fKkENI9X8kXkD@XMy,oo}", "type": "image"}, {"id": 14141855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4feb9f15-8c7b-4f86-b2ba-44acead2efca/width=450/14141855.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U6EByx~B}S0f0O-p=s9u%fS50h9aNyI;4:IV", "type": "image"}, {"id": 14141867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c597862-cd54-4a04-97c8-ef85447c8b21/width=450/14141867.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U2CPO#0601Ej00-nnN,B{H9b?GE+*wRiXn=Z", "type": "image"}, {"id": 14141871, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4235c747-ebc2-47c6-b62e-f9debc7c9aac/width=450/14141871.jpeg", "nsfwLevel": 1, "width": 2592, "height": 1152, "hash": "U49%-a?].73s0;-TS~^%HXIV=w$e_~Vs9_BD", "type": "image"}, {"id": 14141876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68fb0216-6ef7-429d-b6ee-f669683d40ac/width=450/14141876.jpeg", "nsfwLevel": 1, "width": 2592, "height": 1152, "hash": "U4AcPckrPBO@0itROX}SH=RPnNni@X9uI;JV", "type": "image"}, {"id": 14141926, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35e682c3-fc83-4d88-9fd5-68d74497ee1a/width=450/14141926.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U6F}_;014n~p4:9H_2M|?bxs4o-:IV?a01M{", "type": "image"}, {"id": 14142041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2adbcdef-3bab-4cd4-9e22-ae2da2e8acc3/width=450/14142041.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U6EB]M570LIq0g9a%1-:Di-:%LIVR5~V9aM{", "type": "image"}, {"id": 14142050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6aac7bf9-4777-4c8d-b33d-3be254d97baf/width=450/14142050.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U2EC8#0000m,00_2?G0100-oI@.7009u5q~q", "type": "image"}, {"id": 14142058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49abc244-aafd-4a2c-b436-d225b9dd2c9f/width=450/14142058.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U8CP9R5T4:~AENNH-TM{D%adozRj0z-Ut7of", "type": "image"}, {"id": 14142061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f716624b-aea5-430f-8117-99fc31a04752/width=450/14142061.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "U6C?Dj~Ucr02010MVs=_IU9Z=y$*tRMx-:kV", "type": "image"}, {"id": 14142081, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d081b466-a4a6-421e-9ddf-01322b7d2338/width=450/14142081.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "U1B.+QX-007~1+0MRQ?Hy@009w}s4o4:}?^2", "type": "image"}, {"id": 14142085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c432fb1e-9842-4c5b-9995-d4298733fe50/width=450/14142085.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U49s#T|=O?Aa4;I;KPbb4T%fvf$iGaE*rWMy", "type": "image"}, {"id": 14142091, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb9962fb-b3f6-4bac-b6de-43e7a731f7f3/width=450/14142091.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U28zle:*009F0PGG#Rz:HXt,-ANa8cm,:*-U", "type": "image"}, {"id": 14142129, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74d595dd-25f2-4a0d-816b-6a36f225f07e/width=450/14142129.jpeg", "nsfwLevel": 4, "width": 1152, "height": 1728, "hash": "U9Ex|nD%0NcZ0fvzn4%g58$fNGxt~VE+IAM|", "type": "image"}, {"id": 14646120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b16c0df6-56e9-4e2b-8fb5-ab73b97c0a71/width=450/14646120.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "U5EfvXvz00HrG^-;9tM{Q8O?8wx]7~Z$zosm", "type": "image"}, {"id": 14646130, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/448eb7bf-155f-4bdc-b5b1-66b3c94231c8/width=450/14646130.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "U1CQ0$0016y@icEM5;^P00xuHX.S3r{dHXC8", "type": "image"}, {"id": 14646142, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f120c338-86f7-44ce-92bc-6d3a04277738/width=450/14646142.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "U47eS4oJ00WXQmofIpRQ6*kWZ3V@*Jaeq]s:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/541427", "modelId": 486898} \ No newline at end of file diff --git a/datasets/metadata/541468.json b/datasets/metadata/541468.json new file mode 100644 index 0000000000000000000000000000000000000000..499e10cd7fd481ac0b108c0f4687e16af9f7fdba --- /dev/null +++ b/datasets/metadata/541468.json @@ -0,0 +1 @@ +{"id": 541468, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-31T13:56:29.464Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 112, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 457795, "sizeKB": 22234.37109375, "name": "Mio_milfx3-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T13:55:42.606Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D2D6F3CE", "AutoV2": "66F620223A", "SHA256": "66F620223A4B46CD84D79381F95D0CBD1D2307E0E281973E51C1A37A8FB98820", "CRC32": "D53DAA02", "BLAKE3": "D9B821894C96CC22719ED25E5F4ABF29063C55DD4E1FFF0F670C9D820B8DD971", "AutoV3": "4D7830CB5B65"}, "downloadUrl": "https://civitai.com/api/download/models/541468", "primary": true}, {"id": 457794, "sizeKB": 8117.8037109375, "name": "Mio_milfx3.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T13:56:26.254Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "031024FF", "AutoV2": "89C8EF7588", "SHA256": "89C8EF7588AC2093DA86E9F052A2B2932865CE8D6BA82C9AC756C92BC9BF2D1C", "CRC32": "DF9387CA", "BLAKE3": "E97337DB977E524C76C43FC68601C39C89A0F1A44099C0D98E14B2154F3EA8D3"}, "downloadUrl": "https://civitai.com/api/download/models/541468?type=Training%20Data"}], "images": [{"id": 14142878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22b9b2e2-7504-4ba3-b66d-b50dec91056f/width=450/14142878.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UcQ9N9xa*0xu%eay%gofkqayRQaz?aoLM|fP", "type": "image"}, {"id": 14142880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e1aaadc-3491-4834-a94a-4e96e9105038/width=450/14142880.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UdQI*xt7*0xu%eay%gofkqayRQaz?Hj[M|fP", "type": "image"}, {"id": 14142944, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95f4f8c4-6c51-4195-a8e9-e113be4a8543/width=450/14142944.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UZOV[fR4bas-?DVr%Ns+NaWAxvjE~qt7M{og", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/541468", "modelId": 486936} \ No newline at end of file diff --git a/datasets/metadata/541469.json b/datasets/metadata/541469.json new file mode 100644 index 0000000000000000000000000000000000000000..cbc7a11b10f58f2678a885e5e30ff30bf933a926 --- /dev/null +++ b/datasets/metadata/541469.json @@ -0,0 +1 @@ +{"id": 541469, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-31T14:04:04.230Z", "availability": "Public", "nsfwLevel": 7, "description": "v1.0 turned out pretty well,
", "trainedWords": ["atlantisworld", "seashell", "coral", "kelp", "gold", "smooth", "cut stone"], "stats": {"downloadCount": 114, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 457802, "sizeKB": 51474.958984375, "name": "AtlantisWorld.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T14:01:29.719Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0E8534B7", "AutoV2": "28AD574B9E", "SHA256": "28AD574B9E6DC35E8023B92A918E4055231D65ED93977C42A92A9BD6ECE3553A", "CRC32": "EE645FD2", "BLAKE3": "5A02417C1F54DDD9E4DF4A4C7C4FDC9E3ED2A74914FC61F25813F322204F6BB3"}, "downloadUrl": "https://civitai.com/api/download/models/541469?type=Training%20Data"}, {"id": 457806, "sizeKB": 147571.203125, "name": "AtlantisWorld.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T14:02:08.758Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2FED5BFD", "AutoV2": "2A665D192F", "SHA256": "2A665D192FC029769CCA0A42D0578D6E34840F977FC3DDA4B166865797BA2E7A", "CRC32": "21F5DE16", "BLAKE3": "9B0C07CA56150B029B9AA8525E8D6C3F07C683501630049213E146DD7F71AC5C", "AutoV3": "6480373A1971"}, "downloadUrl": "https://civitai.com/api/download/models/541469", "primary": true}], "images": [{"id": 14143140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/979aa2b8-ab5c-4bda-a2d9-4b64ca8eb843/width=450/14143140.jpeg", "nsfwLevel": 2, "width": 1152, "height": 1728, "hash": "UVG8_v~UxtS5?a%LjEWBNIR+Vss.XSWVRPae", "type": "image"}, {"id": 14143149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/839532d4-13fa-4ac0-aceb-07f6af4894d9/width=450/14143149.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "UCB:?C$LM}Ip?]slD*bItlS#Z$n%X-xZRPV@", "type": "image"}, {"id": 14143153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b16244b8-d39a-4e71-94ba-233180867194/width=450/14143153.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1728, "hash": "U8FF+~0Ne8~UPV9GyY?F=_wc8{RkPUI@-QS4", "type": "image"}, {"id": 14143180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c27d8a72-0f2d-42f3-8f8c-34bfcfdc9d57/width=450/14143180.jpeg", "nsfwLevel": 1, "width": 2592, "height": 1152, "hash": "U8BD{9uORj}+0o.7?sg$$^WBNINL+uRRn%w[", "type": "image"}, {"id": 14143194, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61f82741-32cc-4853-9b36-a2c375cc3fe5/width=450/14143194.jpeg", "nsfwLevel": 1, "width": 2592, "height": 1152, "hash": "UCE3VP%IIX}Q0:^#~Uxt=?RkIto}n4a#jHn4", "type": "image"}, {"id": 14143202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0438037e-851e-4d3a-a17a-94aa61dd04e6/width=450/14143202.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UDGbVKMeL#Aw08xY#PXAwZEh5s%0}-oLxFNH", "type": "image"}, {"id": 14143221, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cce2208-1df6-4fdd-9faa-a26bbe4ca1fb/width=450/14143221.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UNGbt{~TpHXm5Xo|x@xtMxNIIVjFrXr=%LkW", "type": "image"}, {"id": 14143259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68ec8a81-0182-4534-9fb4-ef2b913c86db/width=450/14143259.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UBGH^[^*ENof%f~9~Vxu0MxtxDM|,.MyD*Iq", "type": "image"}, {"id": 14143273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f6a71b4-8d05-44f5-8337-9530db48df40/width=450/14143273.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UEHBC.~URm?Gtk%2-.-o03M|E39arDWA9aD+", "type": "image"}, {"id": 14143291, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84b965be-2f22-48aa-9831-808edc2923a0/width=450/14143291.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UAIq0]~U03xt~9~A%1E202IV58xZMdV@%K-U", "type": "image"}, {"id": 14143297, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60c88154-9a92-440a-8782-0a0b011fe9e8/width=450/14143297.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UAG*.y~U03%f-T^%_LNI01s:r=9aRODjD*x[", "type": "image"}, {"id": 14143303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebb75980-499b-4887-a483-e1d34e897e63/width=450/14143303.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UKEe}S^in5M|59V@xD%1RkofIpbH~9xt%Lof", "type": "image"}, {"id": 14143323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e1f1fe7-b23a-4ece-a857-286f7facb627/width=450/14143323.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U9D9^q~TV[Iq1j-.^%xD^h%L4;jY%LVs-nx[", "type": "image"}, {"id": 14143336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1948c8a-bc42-42aa-932b-d3fe7f12ab1f/width=450/14143336.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "ULEpfy};xtpI}n?EyqtR-UyCIURj%2x[iwR*", "type": "image"}, {"id": 14143338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db32f32d-caa3-47c8-bf32-b2e84bf6495b/width=450/14143338.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UBCaoCE200%MLNafD*#l~no}D4V@lVV[vfX8", "type": "image"}, {"id": 14143345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/588d691c-c6bd-4fa2-b043-817b09311a49/width=450/14143345.jpeg", "nsfwLevel": 2, "width": 1728, "height": 1152, "hash": "UXIYa#IBICNH*ID*sos,tPIqaKxCtQRksSR*", "type": "image"}, {"id": 14143351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6632d2bf-156c-4069-9679-5a527a2ced8f/width=450/14143351.jpeg", "nsfwLevel": 4, "width": 1152, "height": 1728, "hash": "U7EC%pIY02ysELVY74og64e8:%#Q?FOFsBJB", "type": "image"}, {"id": 14642346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb7d83a5-fad2-47fd-b13b-c21bf184bbfc/width=450/14642346.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "UHFZ+rID05p]8cVaOsX+%EV^R7xWcXR-,nae", "type": "image"}, {"id": 14642348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9ddd480-bdee-479f-8763-e3fdf403e898/width=450/14642348.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "UEA-^nH[9i%LC9MyOEx[.kw0MdbuC8nj$xR*", "type": "image"}, {"id": 14642381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9bfb3382-6d44-4965-bf2c-341869333815/width=450/14642381.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "UH8i*ARkDlo}.5fRE,n$yWjtIAj[*IbIV[bb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/541469", "modelId": 486935} \ No newline at end of file diff --git a/datasets/metadata/541481.json b/datasets/metadata/541481.json new file mode 100644 index 0000000000000000000000000000000000000000..8635c28b4ea64b9db99f9f7759cdd8969a82d659 --- /dev/null +++ b/datasets/metadata/541481.json @@ -0,0 +1 @@ +{"id": 541481, "index": 0, "name": "Bondage: Girls tying up girls", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-31T16:46:24.468Z", "availability": "Public", "nsfwLevel": 28, "description": "Girls tying up other girls
", "trainedWords": ["rope", "tying up", "shibari"], "stats": {"downloadCount": 176, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 457925, "sizeKB": 4447.412109375, "name": "541481_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T14:55:53.917Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B75DED58", "AutoV2": "C1CD663FCA", "SHA256": "C1CD663FCA40FED7FE2DAE3B5BBBB7ADED689DA27655B6223C2179F524ED6A81", "CRC32": "9ECB9F21", "BLAKE3": "907D378DED8371F771D5C54EE1730876B146F39114BA79D92C83EF62763A3819"}, "downloadUrl": "https://civitai.com/api/download/models/541481?type=Training%20Data"}, {"id": 458155, "sizeKB": 36979.4375, "name": "Bondage_Girls_tying_up_girls-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T16:47:08.743Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6BEBAEB4", "AutoV2": "B6361F20CC", "SHA256": "B6361F20CC375516B8EB853F0E8658BF13D5C562528162A37476DF791909C14A", "CRC32": "BC438B34", "BLAKE3": "A93794D2A080BBD912BCD110C3E747939A1C966E811681C11DA82D3BFACD760A", "AutoV3": "3CB7FDDAF03D"}, "downloadUrl": "https://civitai.com/api/download/models/541481", "primary": true}], "images": [{"id": 15107168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5187efd-4cf9-47c2-b518-b025d7284798/width=450/15107168.jpeg", "nsfwLevel": 4, "width": 450, "height": 450, "hash": "UJHBxd_3?un$_Nt6-qbbo}M{D%n~?GofIojb", "type": "image"}, {"id": 15107164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3720d78-03f1-495b-8505-9f586e60e07c/width=450/15107164.jpeg", "nsfwLevel": 16, "width": 450, "height": 675, "hash": "U5F;~85k00Dj00~CNtRj004o?a-;00-n-WNb", "type": "image"}, {"id": 15107111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2309087f-ea21-4250-8050-c15bae4f681c/width=450/15107111.jpeg", "nsfwLevel": 1, "width": 450, "height": 675, "hash": "UKF=Hx~VInIT-mS2x[%29ED*s:%2$fV@j[tR", "type": "image"}, {"id": 15107138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/172ddd4a-6739-4eb0-b5db-aa77ba333977/width=450/15107138.jpeg", "nsfwLevel": 4, "width": 450, "height": 675, "hash": "U3ELKQPW01000gs.-Bxb00Ql?a_3~Boz4:9Z", "type": "image"}, {"id": 15107145, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3b55398-d6fc-4a03-8dbb-f5820a004204/width=450/15107145.jpeg", "nsfwLevel": 4, "width": 450, "height": 675, "hash": "UFGRVExWt+Vt~pS$ofni~VxaxZIpyCt6sAnP", "type": "image"}, {"id": 15107147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2052da8-83fe-4ebc-aac8-284e0674c0c3/width=450/15107147.jpeg", "nsfwLevel": 16, "width": 450, "height": 675, "hash": "U5DH{K{[0zlB0OxFwd9v[8tmbvE0-*M}^5%1", "type": "image"}, {"id": 15107176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b61d1369-7358-4fe5-b61e-2c81a7b2877e/width=450/15107176.jpeg", "nsfwLevel": 16, "width": 450, "height": 675, "hash": "UCDI,swJ00.89E9u?b$%}=^*Na009^Vs$fT0", "type": "image"}, {"id": 14157367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e3580e5-1c8a-4fc2-a99c-534d1295969b/width=450/14157367.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U3G7k}0g0h-V49M{NaIq00$%=^M{Y4o}I=nh", "type": "image"}, {"id": 14157369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/871f14fd-5e4b-4460-a238-dfe65316fcba/width=450/14157369.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U8E2k8-=NDs*_MNHxCW;MHIA%gt70Js+-qs:", "type": "image"}, {"id": 14157641, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/226249f6-a48c-4004-b43a-7881a08e2b1c/width=450/14157641.jpeg", "nsfwLevel": 16, "width": 450, "height": 675, "hash": "U5DH{K{[0zlB0OxFwd9v[8tmbvE0-*M}^5%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/541481", "modelId": 486946} \ No newline at end of file diff --git a/datasets/metadata/541569.json b/datasets/metadata/541569.json new file mode 100644 index 0000000000000000000000000000000000000000..1e847231ac67f2fe1ad475e4228ccf048a9e170f --- /dev/null +++ b/datasets/metadata/541569.json @@ -0,0 +1 @@ +{"id": 541569, "index": 0, "name": "Sophie Kane", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-31T17:29:09.936Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Sophie"], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 458131, "sizeKB": 1714.650390625, "name": "541569_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T16:32:24.127Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "906F075871", "SHA256": "906F075871E0ABBB092B476FB3029654F5222D6B8F2D9B22E7B7029ECD8532B4", "CRC32": "6ED76EB2", "BLAKE3": "9D3FE24B70ACD5650B5224EBF1961769B2ACC9AE5E1260AF089EBB9D2033BE85"}, "downloadUrl": "https://civitai.com/api/download/models/541569?type=Training%20Data"}, {"id": 458226, "sizeKB": 223101.12890625, "name": "Sophie_Kane.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T17:25:54.692Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DB0CF38F", "AutoV2": "6A3BA31C39", "SHA256": "6A3BA31C39427C6EE0F1AC4D90CF360E0014C354DE28A9F854385948FACC41FE", "CRC32": "BD83B177", "BLAKE3": "30B393170D667CDB2025208C78883BABDC5ED142A0239A71265D084808FAD0D7", "AutoV3": "2AA59DEB86F3"}, "downloadUrl": "https://civitai.com/api/download/models/541569", "primary": true}], "images": [{"id": 14561699, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cda3b3b-0ee4-4114-b2c2-87e0d772fb79/width=450/14561699.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1312, "hash": "U9Db$y^k004o1HI:IoOr=zWXR4-Buit7DhRP", "type": "image"}, {"id": 14561700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e351f4f7-472b-4b4d-998c-040b550c8461/width=450/14561700.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1312, "hash": "U9He5*ae00%g6$x]}[Vs7yM{Q8xa8wsoc@I:", "type": "image"}, {"id": 14561701, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df8fd8a8-ffbe-43ed-a29d-5467db28dee6/width=450/14561701.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1312, "hash": "U6I;P2IA00-;00%M00xa{Js:pJ9ZUb%2_Nt6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/541569", "modelId": 487027} \ No newline at end of file diff --git a/datasets/metadata/541577.json b/datasets/metadata/541577.json new file mode 100644 index 0000000000000000000000000000000000000000..41a3d32b4c797bd8629ede431b141ced83118ff0 --- /dev/null +++ b/datasets/metadata/541577.json @@ -0,0 +1 @@ +{"id": 541577, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-31T14:41:07.388Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 119, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 457903, "sizeKB": 8272.396484375, "name": "Asagi_milfx3.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T14:46:25.461Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2D4F8B6E", "AutoV2": "7033530F48", "SHA256": "7033530F480C196FEC1692EF0FF4884B3A23A204B295FB056D7FB99439FBF84E", "CRC32": "5298AEC1", "BLAKE3": "F7988482ED54E707D5A557EB009EE051821952868EFC69C68C24E6B14E0964D8"}, "downloadUrl": "https://civitai.com/api/download/models/541577?type=Training%20Data"}, {"id": 457904, "sizeKB": 22234.04296875, "name": "Asagi_milfx3-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T14:46:24.549Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C8D7D0AE", "AutoV2": "F151B23EF6", "SHA256": "F151B23EF6AAA9BED217E25B0D4A0D3C9BABB5B4BA25730DA01043C3B7D0AB7D", "CRC32": "FDA68003", "BLAKE3": "8A994062CD205E363610AD29D79F555E29C642368AA84FC173FC7117AA146FF0", "AutoV3": "EF675AA04828"}, "downloadUrl": "https://civitai.com/api/download/models/541577", "primary": true}], "images": [{"id": 14146084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b8952bb-9ea2-4326-90b0-49fb0bcd2233/width=450/14146084.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UbOW87?b*0xuE#t7^*WBo}M{xGWB%MM|s:ay", "type": "image"}, {"id": 14146086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/237fc513-5c79-484c-8b81-73c7acdbb9f7/width=450/14146086.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UcOWBE?b*0xuE%t7^*WBo}M{xGWB%MM|s:ay", "type": "image"}, {"id": 14146329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/029ff279-0571-4819-9448-e52c0c35fafd/width=450/14146329.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNN,Vz?H_Lkr.6%2~qad0gE2^+js_NRjV?oz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/541577", "modelId": 487037} \ No newline at end of file diff --git a/datasets/metadata/541656.json b/datasets/metadata/541656.json new file mode 100644 index 0000000000000000000000000000000000000000..ba25c9bc686b50e690d1f3410273aaec640a152e --- /dev/null +++ b/datasets/metadata/541656.json @@ -0,0 +1 @@ +{"id": 541656, "index": 0, "name": "v2.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-31T16:39:45.399Z", "availability": "Public", "nsfwLevel": 6, "description": "New Prompting:
<color> srvnt
for outfit
<color> ev1l-gem
for gems. Optional now.
panties
, shorts
, buruma
, skirt
as bottom options
Optional bodystocking
Added some additional tags, for wrist deep fisting, leg up and head down ass up concepts. This should give more predictable results.
This version seems to have lost the anal stretching concept, unless you include \"prolapse\", which is weird because the preview pic on the epoch looked really good. For stretching, I'd recommend sticking with the alpha version
Secret ability: because there were a couple pics of girls licking prolapse, it can gen that if you use \"prolapse licking\". Works best with no other tags from this lora, but can with the 4nal_stretching concept. So there you go. Wild butt stuff.
", "trainedWords": ["4nal_f1sting", "To_wr1st", "Head_down_ass_up", "Leg up", "4nal_stretching"], "stats": {"downloadCount": 1027, "ratingCount": 0, "rating": 0, "thumbsUpCount": 149, "thumbsDownCount": 0}, "files": [{"id": 458075, "sizeKB": 223100.62109375, "name": "Anal_fisting_and_stretching_beta-1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T16:05:57.308Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "12584AB2", "AutoV2": "0DB0C012C3", "SHA256": "0DB0C012C3FE01A550C3993E2135B7D0DC705DF9424835C49BCB76F3B31FFE2E", "CRC32": "334E03D5", "BLAKE3": "AD2F9A1960F42975ED31C397FF21590F2EC7083FFC1006323B0EDF61359691FA", "AutoV3": "2562A812735C"}, "downloadUrl": "https://civitai.com/api/download/models/541717", "primary": true}, {"id": 458102, "sizeKB": 21869.9326171875, "name": "540692_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T16:16:00.409Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D9D61084", "AutoV2": "B292957F71", "SHA256": "B292957F71D1BEB923ADB847A7489AB89CC06563D578431F299C8F4D9169A535", "CRC32": "6E08DEDA", "BLAKE3": "C9C529A1151C4DEB2B79B9795EEC8C9D88BFC11911A26258BBA7AB65BC1DDA7D"}, "downloadUrl": "https://civitai.com/api/download/models/541717?type=Training%20Data"}], "images": [{"id": 14154346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/232743db-5426-4ffb-af35-3e4404a85505/width=450/14154346.jpeg", "nsfwLevel": 16, "width": 1536, "height": 1536, "hash": "UAJ72MxZ2vpH00xb4oRP0hSh}@xZ-o9aS$a0", "type": "image"}, {"id": 14154359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f93dabb1-be1c-4a8b-b0af-2bb182502f16/width=450/14154359.jpeg", "nsfwLevel": 16, "width": 1536, "height": 1536, "hash": "UCHwMw}U2c0LGa56={IA0foz={-pDit7D*-:", "type": "image"}, {"id": 14154349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e21c8d85-20af-4c98-91f9-b9ab2bafbdb3/width=450/14154349.jpeg", "nsfwLevel": 16, "width": 1536, "height": 1536, "hash": "U5LC#AVs3YV=0e0M9GNH03_N=v%g00Mx$*WB", "type": "image"}, {"id": 14154347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18a98d22-4126-4e17-a50b-9988f33d08a7/width=450/14154347.jpeg", "nsfwLevel": 16, "width": 1536, "height": 1536, "hash": "U9Kvy;xC10#Q9[_N01i_0g0L^3ozMe4oIpXR", "type": "image"}, {"id": 14154360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/953a3131-31a6-4f7c-bd34-75200b1091e8/width=450/14154360.jpeg", "nsfwLevel": 16, "width": 1536, "height": 1536, "hash": "UDGG%@}@0z57S~J8t6xZ0MIow{xZMys9NHS4", "type": "image"}, {"id": 14154354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6532b270-5d73-48b0-989c-f13752f999c7/width=450/14154354.jpeg", "nsfwLevel": 16, "width": 1536, "height": 1536, "hash": "UOI3]#RkEMWC}@R+%LWBO@a}M{oM9as:jGj@", "type": "image"}, {"id": 14154351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc2d6c61-ba1e-46e5-bdc0-f7577974c045/width=450/14154351.jpeg", "nsfwLevel": 16, "width": 1536, "height": 1536, "hash": "UCI:tO{v0eE20f%z56E2Eg9uNH%2bwaK$$tQ", "type": "image"}, {"id": 14154350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/221ae790-9723-4528-a869-1915b9fc9208/width=450/14154350.jpeg", "nsfwLevel": 16, "width": 1536, "height": 1536, "hash": "UKJ7Bs~WTxSNNHIoIVIU0fNHrqn$M{bGRjs:", "type": "image"}, {"id": 14154348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5baeed7-2620-4368-a2b1-485d078e7db6/width=450/14154348.jpeg", "nsfwLevel": 16, "width": 1536, "height": 1536, "hash": "UGIM~0~W68-:0fD*RPNb0goew^E1M{NH%2WC", "type": "image"}, {"id": 14154355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/968930d1-3958-461a-9480-caf089f5b496/width=450/14154355.jpeg", "nsfwLevel": 16, "width": 1536, "height": 1536, "hash": "ULKce9~V0~J8%LIpRjRkAHx]%1n%WCt7R*s.", "type": "image"}, {"id": 14154356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/055d2190-0ca7-4685-8388-34a01080ed1a/width=450/14154356.jpeg", "nsfwLevel": 16, "width": 1536, "height": 1536, "hash": "U7J7Bu00038_8wTK1g^P1J~q00-:0#Rj^j9G", "type": "image"}, {"id": 14154358, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4eeb8fd7-1a16-4c64-871a-539b7750404e/width=450/14154358.jpeg", "nsfwLevel": 16, "width": 1536, "height": 1536, "hash": "UCH,x7Di0}~B9t-pD%%11KEg={xZM|M|oJkC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/541717", "modelId": 483771} \ No newline at end of file diff --git a/datasets/metadata/541959.json b/datasets/metadata/541959.json new file mode 100644 index 0000000000000000000000000000000000000000..9cca09e2a1d6d1a805b84761d7b724aaf4f64a87 --- /dev/null +++ b/datasets/metadata/541959.json @@ -0,0 +1 @@ +{"id": 541959, "index": 0, "name": "Goddess Hestia", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-05-31T20:22:18.519Z", "availability": "Public", "nsfwLevel": 28, "description": "Man
", "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 458523, "sizeKB": 223105.26171875, "name": "Goddess_Hestia.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T20:26:04.524Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4FF44F1A", "AutoV2": "EDFB88AD22", "SHA256": "EDFB88AD22B3E32A767E44B4A5003D9E7EBC59D75A222D25D433E46E7C07D304", "CRC32": "B7D87A6A", "BLAKE3": "F11D8E5F23AE1A411A67360CE74B60C1ECCF4619AE6A3F67F9F1A55931E99511", "AutoV3": "6F1FBE6080DE"}, "downloadUrl": "https://civitai.com/api/download/models/541959", "primary": true}, {"id": 458421, "sizeKB": 10178.68359375, "name": "541959_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T19:30:47.403Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9610A1AD", "AutoV2": "B8847B4C1D", "SHA256": "B8847B4C1D728EC9B3122BD5B49A2A7A7C519B7348E4656F855DC0BC16EA94F2", "CRC32": "AF46F5E5", "BLAKE3": "3E4E7B7CF1DD1EA1B03937C0FAD191F6066E7493D669D1AF734FB76D7B76EACB"}, "downloadUrl": "https://civitai.com/api/download/models/541959?type=Training%20Data"}], "images": [{"id": 14174471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b82450b0-539a-4e62-9c3b-88bce569cf91/width=450/14174471.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8GbI:%200o}00WB-:IT9aog~W%2-;M_IUx]", "type": "image"}, {"id": 14174472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eee8fa14-faf2-471b-a904-0c34daebacf5/width=450/14174472.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UTHK|C~TShxt?ZobWWs.-n$}xatQ-;t7R*ae", "type": "image"}, {"id": 14174473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4144eb4-1387-46c4-9df4-5cedfdfd3846/width=450/14174473.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7HUB:?4MNOJ02Mm5nKO4nEmr;v|x8~8-nnh", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/541959", "modelId": 487372} \ No newline at end of file diff --git a/datasets/metadata/542039.json b/datasets/metadata/542039.json new file mode 100644 index 0000000000000000000000000000000000000000..486f499fb76c9050a9df3c77110a9a1a43fdc450 --- /dev/null +++ b/datasets/metadata/542039.json @@ -0,0 +1 @@ +{"id": 542039, "index": 0, "name": "Banagher Links Pony XL v6", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-05-31T20:33:43.459Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": ["banagher_links"], "stats": {"downloadCount": 51, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 458389, "sizeKB": 39079.474609375, "name": "542039_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T19:06:38.221Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "294D63D8", "AutoV2": "264303986F", "SHA256": "264303986FBDC073B54F28962B9235348BBD7AF396972A7C47E8C9815FB0B521", "CRC32": "8198EB3D", "BLAKE3": "EF4AD4EF20C6A0148D31F61D28EB276EB6DE02BF2640BE288CAA929AB6B311BE"}, "downloadUrl": "https://civitai.com/api/download/models/542039?type=Training%20Data"}, {"id": 458536, "sizeKB": 223100.08203125, "name": "Banagher_Links_Pony_XL_v6-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T20:36:48.649Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "839C475D", "AutoV2": "3493AFA1F7", "SHA256": "3493AFA1F761CAAA30B2409FE994F181ED7F7F475D3C07408AD30F8A11017AE4", "CRC32": "A913023C", "BLAKE3": "A9A4640091E0989F4EC0DC5DC1F2BA339B054FD72FAEC704DF025A462A973595", "AutoV3": "CC0A065E32C7"}, "downloadUrl": "https://civitai.com/api/download/models/542039", "primary": true}], "images": [{"id": 14304120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a58d9eaa-6791-423e-adbd-31c543244081/width=450/14304120.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOIW_,~9IB-A=G%1?G%24@It%2WB?GNHR-R-", "type": "image"}, {"id": 14194184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abab76d4-4a54-4bbb-bb4d-73cd8f49c841/width=450/14194184.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UVKw5;}?Waw|xuIox]t60gM{t7R+E2oIsos.", "type": "image"}, {"id": 14193983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/056a1c80-fe91-4bc1-a3a3-4257c23142c8/width=450/14193983.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAK0]A-p^,^j%O9v~qNe03s*E7t6?u-nRPjF", "type": "image"}, {"id": 14417728, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8d62bbb-9ff4-47ef-ba74-82a31e6eeee7/width=450/14417728.jpeg", "nsfwLevel": 8, "width": 888, "height": 1298, "hash": "UAJ72P0102-n06xu~B5600^%$*~A-.$*R%EN", "type": "image"}, {"id": 14417725, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3374ad30-a6d5-4f4b-8bdc-1980f5f1479d/width=450/14417725.jpeg", "nsfwLevel": 8, "width": 916, "height": 1339, "hash": "UDL3cD~V00-U={^j^k%14qMy%3IoNN0gIqt5", "type": "image"}, {"id": 14417726, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46f2bc04-c546-4b73-b8f3-d2b8259e0b0c/width=450/14417726.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UEL.@*030fxaDj9x~AM|02K4ae^O;l%KMz$%", "type": "image"}, {"id": 14417727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1cfb9e5-a6a7-4174-ae64-5c63f5f1b2fc/width=450/14417727.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UPM$rG~B02xH9G-VS5jGRjENNfIq?aNwSixu", "type": "image"}, {"id": 14417729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4948d8a7-578e-4f43-91d3-9df94470d21d/width=450/14417729.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UDJZ-t000N^$~m0M^jJmAH9u-osl$kt2NHaN", "type": "image"}, {"id": 14417730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8a95d8f-e05f-4720-816c-08d80b6a67ff/width=450/14417730.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UYM$uR~B4;xZNHRQkDxZ9wIpogocNMI?bIay", "type": "image"}, {"id": 14417731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f173b31f-7e36-4580-a859-baaafc70ce22/width=450/14417731.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UJMY.z9aEgs;9$W=~BtR04NdIW%LxvxtozWX", "type": "image"}, {"id": 14417732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/706c9401-e85b-4608-b8a8-47838ea5341e/width=450/14417732.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UAM~,=0,02RpxeN{^-9c00?FN2bv0gIn0gtR", "type": "image"}, {"id": 14417733, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d231a84-773b-4ab1-8ebb-5c8067dade07/width=450/14417733.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UNK^4@^*0#V@?c-o~BIVE-9v%2axxwNINakB", "type": "image"}, {"id": 14615501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31d26c2b-13c8-4a75-9754-899e4dbb6019/width=450/14615501.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U8MZ8h000SEBW0-pIF5t01~n^Q9b0k$0D*-.", "type": "image"}, {"id": 14417735, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/557db967-3979-4888-8845-d1308bc8bc0c/width=450/14417735.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UHJ%Xv9a0i%00;-U~WV?0NaiS%skofE3WBI:", "type": "image"}, {"id": 14417734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75fcfdf2-ec38-4e1f-a161-84ac85d73304/width=450/14417734.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UKLy.j~U0g-W%Os*?HI@059aR+kCJEt7R%NH", "type": "image"}, {"id": 14417738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/494bc093-1278-4c85-83ea-72bf648563f0/width=450/14417738.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UGKA1k~B0#4:t9^j~BxC5AxZ^*S1=}9bIqNG", "type": "image"}, {"id": 14417736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34397839-c22a-4512-8da4-016c8edd1104/width=450/14417736.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "ULKv]Y~W02IpWC%Mbd=|9a-V%3M|-U57M}jt", "type": "image"}, {"id": 14417737, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6a23bc8-8ea2-428f-a66a-e2011eb614a0/width=450/14417737.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UNKme0^*Ab4:.mgN?a#l1QtR%MM{EmtQS5R%", "type": "image"}, {"id": 14417739, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c35997e-911c-4012-9514-5394dc7a38f0/width=450/14417739.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U8M6P8000htlrx~pM--p0N%20h%1144:TKnh", "type": "image"}, {"id": 14417740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b77e63a3-2d76-4054-9346-80b2199c0603/width=450/14417740.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UFK0g1~A0OWC0P-V^+%L02I=%2I=-nE3NGt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/542039", "modelId": 487441} \ No newline at end of file diff --git a/datasets/metadata/542117.json b/datasets/metadata/542117.json new file mode 100644 index 0000000000000000000000000000000000000000..7bf0a9a816007f273d323d977614204d90c088f0 --- /dev/null +++ b/datasets/metadata/542117.json @@ -0,0 +1 @@ +{"id": 542117, "index": 0, "name": "rapscallion style", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-01T07:39:56.443Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 1043, "ratingCount": 0, "rating": 0, "thumbsUpCount": 313, "thumbsDownCount": 0}, "files": [{"id": 459430, "sizeKB": 223129.48046875, "name": "rapscallion_style-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T07:36:26.428Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7B326E86", "AutoV2": "99AD8B2FC1", "SHA256": "99AD8B2FC1B21DC7531E849607D9EF98AB519F6DAA5B468C6EB1CC7A64C3125C", "CRC32": "2B6255B1", "BLAKE3": "6F4A24C75E0742FF0641810440FA9D9287EBE79CDA54A59F976E77006BFAAA74", "AutoV3": "4FAB56B72F8E"}, "downloadUrl": "https://civitai.com/api/download/models/542117", "primary": true}, {"id": 459267, "sizeKB": 1731795.364257812, "name": "542117_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T05:47:12.094Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "32CABE61", "AutoV2": "82D27DB852", "SHA256": "82D27DB852A0C2FB02EFB0DB3BBEB5682BD8E3D86A9C1C8DE88801E2029FFEA1", "CRC32": "0129C16C", "BLAKE3": "EE12F38B627BEADDC23EA63BE2409BCE90415B968AFD71D00E38B395E60609A3"}, "downloadUrl": "https://civitai.com/api/download/models/542117?type=Training%20Data"}], "images": [{"id": 14227125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79b6b37e-c3a0-4a0d-90bc-26428991874a/width=450/14227125.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UMJkJz%My?t7buV@9GWqM|kWs9n$%gRkM{oL", "type": "image"}, {"id": 14233596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21330785-f07c-4050-982a-bfe34e2b1aad/width=450/14233596.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UPHK:}D*58t7~UM{R*xa4ot7-:NH4;X8xtR*", "type": "image"}, {"id": 14227140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87a8613e-f240-4c2d-957c-30a2322065ac/width=450/14227140.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UNI}-LaK*J%g9ae.NGX8b^WBeTWWM{oftRWW", "type": "image"}, {"id": 14227151, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fbe1a51-2566-49e3-ab07-25f7155c4b14/width=450/14227151.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UKJa+LRQ.T?aTyV@fktR9eax%Iofo}bIaej[", "type": "image"}, {"id": 14227160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acf9460b-8fe2-4187-bd63-b5953ab41e15/width=450/14227160.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UCIEa~01LN?b^*Mx9uo~01?G~BI[OCRjn4r=", "type": "image"}, {"id": 14227163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17e51366-9ec0-47bf-84a9-ef845f1efe25/width=450/14227163.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UVH.4jM|NM%f_NRj-ox[ItaxxtkCW=j?WCRk", "type": "image"}, {"id": 14227170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efc6ecfa-5222-4e83-97bf-184c023f97e5/width=450/14227170.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U9Ey3j~U0A9b00NHMwsm0P9H~n?ZIURjIVt7", "type": "image"}, {"id": 14227171, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c6cc2fc-2634-48fd-86ec-7d80c0b0e9ce/width=450/14227171.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UHHL6h4:_4bI9bD+xUR*%3bF?ZM}bvxtaeIW", "type": "image"}, {"id": 14227174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c21811f5-c032-4078-8a28-eb20269cc101/width=450/14227174.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "USJRgNkV%%s;k?jFozxuRpWCV=ayROj=t6oM", "type": "image"}, {"id": 14227178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35825c98-061f-4074-9eb9-561309b420b0/width=450/14227178.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U8G*Zq?H00D*.8-o004:00W=~AIVNebbxDRQ", "type": "image"}, {"id": 14227179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e12f4d33-9431-40a5-af86-48f24ef14507/width=450/14227179.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "ULF5Q#a#0gt6-ofkR*j[0gj[~UfRbvays:j[", "type": "image"}, {"id": 14233610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05987817-e437-4356-bb7c-5f6801567947/width=450/14233610.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UIHVF-pIYkyD.TozOsWr0gVs={r=KPeTxao0", "type": "image"}, {"id": 14820571, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b96f1ab9-0a6b-434d-bfd6-c51a1ccafb31/width=450/14820571.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UTGbbU%f0MWB~pWVIUV[EhM{VYaKIpWBV@t7", "type": "image"}, {"id": 14820635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35631a13-357d-4e46-8973-5a190d39792e/width=450/14820635.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UMG*[[%L0ztQ~pfkWBt69GRknioJvzxZIpRk", "type": "image"}, {"id": 14820490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6b5f11c-fb48-4621-9d88-51b4dc66d347/width=450/14820490.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UDF=v_~VCRyr_MxttlyD01M|RPbaD*S5tQsl", "type": "image"}, {"id": 14820449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c94e9a74-c32c-470c-bae1-ec063bb38085/width=450/14820449.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UIGRxFD*58%f_Me.a1o}4:spVtWVROs:WVIo", "type": "image"}, {"id": 14820466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07ba4eb9-c5a8-4014-9c77-6266223cc977/width=450/14820466.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UNG+UADP9ut,_NVsozNb4:RksoRijFRkWUni", "type": "image"}, {"id": 14820528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/790cef88-7856-4641-8309-bd2ba7cfa1ce/width=450/14820528.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UFEf1et+01iJ~Vt7D*M{02s9rrNw4:n$j[kC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/542117", "modelId": 487518} \ No newline at end of file diff --git a/datasets/metadata/542258.json b/datasets/metadata/542258.json new file mode 100644 index 0000000000000000000000000000000000000000..c8186fc91511eac5b2b978a308d1db7fd68e5546 --- /dev/null +++ b/datasets/metadata/542258.json @@ -0,0 +1 @@ +{"id": 542258, "index": 0, "name": "Hirena Light up handbag", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-31T21:56:19.764Z", "availability": "Public", "nsfwLevel": 1, "description": "1.0
", "trainedWords": [], "stats": {"downloadCount": 34, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 458631, "sizeKB": 1570.1962890625, "name": "542258_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T21:26:34.228Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "E75B408E20", "SHA256": "E75B408E209EF30948AB77DC592A330FCD2070DD2C4F5FF40E64D2CD6B7B4D61", "CRC32": "A47B757E", "BLAKE3": "5E3BD7A0D15B3D133B3F80FF4CF659FB48499BB986789879F8C3771DDCE036DB"}, "downloadUrl": "https://civitai.com/api/download/models/542258?type=Training%20Data"}, {"id": 458679, "sizeKB": 36979.9609375, "name": "Hirena_Light_up_handbag.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T21:51:04.271Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2552A3FA", "AutoV2": "97B7FB63AA", "SHA256": "97B7FB63AA6B2187DADC46F586839741A6163FF4A377B3706EE5489C26948044", "CRC32": "EA4166FF", "BLAKE3": "94574EEAE5AF6551CF283F5820A0245A103687A575E05E7BA1AEB24F51C6F808", "AutoV3": "06264A421039"}, "downloadUrl": "https://civitai.com/api/download/models/542258", "primary": true}], "images": [{"id": 14182767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0752d0ad-0634-41e5-a269-84f298b781d0/width=450/14182767.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBB;X?V=I9DNyZM{t8M^00Vr%$j[jDj[t8WA", "type": "image"}, {"id": 14182765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec41bfac-e96f-4778-ac7e-bca148a06fb9/width=450/14182765.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9BzhKQ+8^DhE+D$%gs-00jE.TWAMcV@j]oe", "type": "image"}, {"id": 14182768, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d15750c7-83b2-403d-bb2e-dea62c7dd8bb/width=450/14182768.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBA-SUnNDNDhyZITkCV?8wj?%gWCaJogoLkD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/542258", "modelId": 487648} \ No newline at end of file diff --git a/datasets/metadata/542286.json b/datasets/metadata/542286.json new file mode 100644 index 0000000000000000000000000000000000000000..7bb7fb2b51707a93ec2d0b77a0ecc3116cdc72ac --- /dev/null +++ b/datasets/metadata/542286.json @@ -0,0 +1 @@ +{"id": 542286, "index": 1, "name": "Anni v1.0", "baseModel": "SDXL Turbo", "baseModelType": null, "publishedAt": "2024-05-31T21:14:37.855Z", "availability": "Public", "nsfwLevel": 28, "description": "v1.02
", "trainedWords": [], "stats": {"downloadCount": 23, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 458614, "sizeKB": 223105.80078125, "name": "Anni-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T21:16:41.543Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "08E08394", "AutoV2": "F789E912A0", "SHA256": "F789E912A078FF826D2DE6979846EBDD24DC709D631BC133CD92BA3885D9A87B", "CRC32": "08987B90", "BLAKE3": "1E6AA5FBFB88C01DA8109771D49FCF1782409070164CB69A9071BB9CA2A323B8", "AutoV3": "DC172E4D619F"}, "downloadUrl": "https://civitai.com/api/download/models/542286", "primary": true}, {"id": 458611, "sizeKB": 14149.859375, "name": "542180_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T21:17:53.175Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "36774A52", "AutoV2": "EBEBD8285B", "SHA256": "EBEBD8285B64AE81052457818B667D5A8030ABE8FF87A2C62686FCA9CDFDF765", "CRC32": "0F6C1F34", "BLAKE3": "6B183F51D0A02F5EFCA59C254EB409D0D680466632F68B00113A49ACBDCE34DA"}, "downloadUrl": "https://civitai.com/api/download/models/542286?type=Training%20Data"}], "images": [{"id": 14179678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45acd03c-7876-48f5-b3d0-8fd526035d84/width=450/14179678.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U4DSdv4T0%Tf4:NaVCIq00pJt6,B*0Z~_2?b", "type": "image"}, {"id": 14179683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a5cb4f2-0145-4ef2-8a99-da4f6c883ac9/width=450/14179683.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U4E.Lk000Q10BpS4^j-V01ROwbxFE2Nb~BWX", "type": "image"}, {"id": 14179680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c54983e-3af7-4d2f-80d6-26ee1e98ce56/width=450/14179680.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U6FrS00015?v73-V~Vxu57-;={bvIVIpxZr=", "type": "image"}, {"id": 14179689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11f12a9c-6668-4325-b009-8ba5a5d5a427/width=450/14179689.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U3Db]40001~q0KkX}?$g00wHkC9Z01sl?HOF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/542286", "modelId": 487572} \ No newline at end of file diff --git a/datasets/metadata/5423.json b/datasets/metadata/5423.json new file mode 100644 index 0000000000000000000000000000000000000000..0c5c51af8481b66c592ba5dcc125f6d10630e020 --- /dev/null +++ b/datasets/metadata/5423.json @@ -0,0 +1 @@ +{"id": 5423, "index": 0, "name": "kda_all_out_seraphine_lora", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-01-18T07:06:39.876Z", "availability": "Public", "nsfwLevel": 1, "description": "LORA version
", "trainedWords": ["kda all out seraphine"], "stats": {"downloadCount": 1291, "ratingCount": 149, "rating": 5, "thumbsUpCount": 160, "thumbsDownCount": 0}, "files": [{"id": 7538, "sizeKB": 2327.27734375, "name": "kda_all_out_sera.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-03T00:24:14.959Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AFA61ED9", "AutoV2": "509C5EF3A5", "SHA256": "509C5EF3A5BDC1A5377CE2DA06CDD88DC4D2576A499C1C9F4D50F4A6EF759031", "CRC32": "1DF2D06C", "BLAKE3": "AE3FE71CE72D7E62E9C4BA6B2CB6A70869A3067A923B51415BD665A4BF881A01"}, "downloadUrl": "https://civitai.com/api/download/models/5423?type=Training%20Data"}, {"id": 5585, "sizeKB": 147533.759765625, "name": "kda_all_out_seraphine-000048.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-01-18T07:13:26.555Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "62118055", "AutoV2": "853013E9C5", "SHA256": "853013E9C544198BDA55604CB3C4555F5D67668C9C3CB61C92CD4E9A109A9CD4", "CRC32": "89887CD7", "BLAKE3": "4ACF56E33A8DB4ADE09EC34A62FEBCAD98D805583423E997DFF86F9DE05E4700", "AutoV3": "72455325A239"}, "downloadUrl": "https://civitai.com/api/download/models/5423", "primary": true}], "images": [{"id": 42782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b43b2330-0fbb-4bc6-add1-be2322b2e300/width=450/42782.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UBE3byNEt1~qpeVc9HRi00MwI9xuIWXQxH%M", "type": "image"}, {"id": 48451, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5176662-14b8-4f45-21ab-104d520c3800/width=450/48451.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9D,7q8w4,?w0J9aD*?G4-%M$+Syxu?H%2Io", "type": "image"}, {"id": 42781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/035fce38-b646-47b0-3038-ab9692105500/width=450/42781.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UJEf{T8^%h%MYRxaNyn%R6kVnjxv9GRii_NG", "type": "image"}, {"id": 42780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e453a07-0502-464e-0da7-9b2348f27b00/width=450/42780.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UKFGFJ4m.8RSh2sjM{%NnOjFafR-E1V?f5M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/5423", "modelId": 4537} \ No newline at end of file diff --git a/datasets/metadata/542339.json b/datasets/metadata/542339.json new file mode 100644 index 0000000000000000000000000000000000000000..dee8cab6a549b11292a4afa46c31f385ee7d8137 --- /dev/null +++ b/datasets/metadata/542339.json @@ -0,0 +1 @@ +{"id": 542339, "index": 0, "name": "v1.02", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-31T21:36:34.194Z", "availability": "Public", "nsfwLevel": 28, "description": "v1.02
", "trainedWords": [], "stats": {"downloadCount": 37, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 458658, "sizeKB": 14149.859375, "name": "542180_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T21:35:50.190Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "36774A52", "AutoV2": "EBEBD8285B", "SHA256": "EBEBD8285B64AE81052457818B667D5A8030ABE8FF87A2C62686FCA9CDFDF765", "CRC32": "0F6C1F34", "BLAKE3": "6B183F51D0A02F5EFCA59C254EB409D0D680466632F68B00113A49ACBDCE34DA"}, "downloadUrl": "https://civitai.com/api/download/models/542339?type=Training%20Data"}, {"id": 458659, "sizeKB": 223105.80078125, "name": "Anni-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T21:37:12.345Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "08E08394", "AutoV2": "F789E912A0", "SHA256": "F789E912A078FF826D2DE6979846EBDD24DC709D631BC133CD92BA3885D9A87B", "CRC32": "08987B90", "BLAKE3": "1E6AA5FBFB88C01DA8109771D49FCF1782409070164CB69A9071BB9CA2A323B8", "AutoV3": "DC172E4D619F"}, "downloadUrl": "https://civitai.com/api/download/models/542339", "primary": true}], "images": [{"id": 14181264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee90683f-afc2-4325-baf0-2cfc8a71a8b9/width=450/14181264.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U4E.Lk000Q10BpS4^j-V01ROwbxFE2Nb~BWX", "type": "image"}, {"id": 14181263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e1332c2-c868-4f13-9c5c-4547891f7747/width=450/14181263.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U6FrS00015?v73-V~Vxu57-;={bvIVIpxZr=", "type": "image"}, {"id": 14181260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d3efe0d-568b-4edb-9e1e-149a22947602/width=450/14181260.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U4DSdv4T0%Tf4:NaVCIq00pJt6,B*0Z~_2?b", "type": "image"}, {"id": 14181259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d382db33-aacd-49b7-b35b-184de32a5db1/width=450/14181259.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U3D]6w000P%$0K_3}?Io00tR?H-S0#IpxC%N", "type": "image"}, {"id": 14181262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac86a201-d21f-47cc-86f9-80b98a6b9610/width=450/14181262.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U3Db]40001~q0KkX}?$g00wHkC9Z01sl?HOF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/542339", "modelId": 487572} \ No newline at end of file diff --git a/datasets/metadata/542442.json b/datasets/metadata/542442.json new file mode 100644 index 0000000000000000000000000000000000000000..f5c965a01ae54ea1d8a48d3254ef056294ffa59d --- /dev/null +++ b/datasets/metadata/542442.json @@ -0,0 +1 @@ +{"id": 542442, "index": 0, "name": "Kooleen", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-05-31T23:32:05.461Z", "availability": "Public", "nsfwLevel": 4, "description": "Use trigger words (kooleen) to activate the style
", "trainedWords": [], "stats": {"downloadCount": 20, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 458755, "sizeKB": 14644.9365234375, "name": "542442_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T22:56:34.897Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "15780451", "AutoV2": "4FF915CCB1", "SHA256": "4FF915CCB116D3F462C62CA522215AB259E8A6CE9E1F57383DFD3910625733CE", "CRC32": "17096735", "BLAKE3": "A19DCBE78EA21BD5EE1872274B978C4939A28AC240FB9385C799BB828BE403A3"}, "downloadUrl": "https://civitai.com/api/download/models/542442?type=Training%20Data"}, {"id": 458801, "sizeKB": 223101.66796875, "name": "Kooleen-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T23:30:53.788Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "536912F1", "AutoV2": "757A175CC4", "SHA256": "757A175CC475AD7818E87BAEE7E62A6280E5FC1885939B56F61ADD37FAB6089E", "CRC32": "259BDDF5", "BLAKE3": "72783EE849BC822C6C4849C392CD5A2367B81BD3F3B7FD7D1E0E2297E6778B8A", "AutoV3": "EAB0237E673D"}, "downloadUrl": "https://civitai.com/api/download/models/542442", "primary": true}], "images": [{"id": 14189308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a45c061-417b-46f3-9fcf-473e583f2023/width=450/14189308.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U3Al320}D3v33pm,].0|0zozIUsA00^j56^k", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/542442", "modelId": 487819} \ No newline at end of file diff --git a/datasets/metadata/542493.json b/datasets/metadata/542493.json new file mode 100644 index 0000000000000000000000000000000000000000..821f7ebfb44e3f3530845f77db84870644fcb31f --- /dev/null +++ b/datasets/metadata/542493.json @@ -0,0 +1 @@ +{"id": 542493, "index": 0, "name": "Jacob Lawrence Style SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-01T09:47:43.676Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 46, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 458805, "sizeKB": 2105.7548828125, "name": "542493_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-05-31T23:35:49.541Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8F11B04B", "AutoV2": "FB5CA237A0", "SHA256": "FB5CA237A0BAD972820841FE8FB87D3DCCCBF925523B97B5B72CD03B4459201C", "CRC32": "94735480", "BLAKE3": "03429AE7C853B98C5EE3D7D1A8ACC916FB9A407D395E861978412A1F395C5577"}, "downloadUrl": "https://civitai.com/api/download/models/542493?type=Training%20Data"}, {"id": 459585, "sizeKB": 223108.57421875, "name": "Jacob_Lawrence_Style_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T09:42:14.932Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BAD0D7CF", "AutoV2": "4681AAB089", "SHA256": "4681AAB0890F7E012E241BD65F1E40B2CFE6D662236E3D4B93F01627694BE074", "CRC32": "18E2A969", "BLAKE3": "41E17C6CC238953791F5545D7569465AA6FD5408D8696040209DC2F486A4CE8F", "AutoV3": "E5E5A2AD756E"}, "downloadUrl": "https://civitai.com/api/download/models/542493", "primary": true}], "images": [{"id": 14233981, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cd59759-eec9-4177-b908-61500156a5fd/width=450/14233981.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U48;3f-mW;oe~Rs.azfQ^gs.ayWV^#s.bGay", "type": "image"}, {"id": 14233982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28c22759-098c-48e9-a869-5b9e93670bfa/width=450/14233982.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U58zPen%E8Is^zj?E5WD=?xYIsR+~7xYEONJ", "type": "image"}, {"id": 14233983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2488d574-a519-4952-9439-ba73160d3678/width=450/14233983.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U88zrp%1xZaJ^vS2bFoyx,axNHt8~8-Us+jE", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/542493", "modelId": 487866} \ No newline at end of file diff --git a/datasets/metadata/542539.json b/datasets/metadata/542539.json new file mode 100644 index 0000000000000000000000000000000000000000..f49d5b6804be5c3f304d9a249ee25dc943be133e --- /dev/null +++ b/datasets/metadata/542539.json @@ -0,0 +1 @@ +{"id": 542539, "index": 0, "name": "Kaela (Hololive ID) Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-01T03:56:16.699Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Trigger: KaelaPony, red eyes, eyewear on head, blonde hair, gloves, white dress, large breasts,"], "stats": {"downloadCount": 176, "ratingCount": 0, "rating": 0, "thumbsUpCount": 34, "thumbsDownCount": 0}, "files": [{"id": 458850, "sizeKB": 117251.0419921875, "name": "542539_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T00:10:49.715Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A96B06C9", "AutoV2": "985F9DB300", "SHA256": "985F9DB30049BCC9E225AA20C9849852C9A71859D1564CBAAE4E136FA580F14D", "CRC32": "8E80A8E0", "BLAKE3": "A32502BD11872C9374471686873E9724E4E7852775194E2B51980D874CAB508B"}, "downloadUrl": "https://civitai.com/api/download/models/542539?type=Training%20Data"}, {"id": 459073, "sizeKB": 223115.12890625, "name": "Kaela_Hololive_ID_Pony_r1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T03:20:47.928Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2D7FE603", "AutoV2": "DCA04B7EEE", "SHA256": "DCA04B7EEE41F007198910575544C9A41C9928CA22113C02CB2DCA716A0F5F22", "CRC32": "D1F544D7", "BLAKE3": "CF4F8007D9918506F79FB2DA7235B4751F0EF641C502A2DDAE7B4F8EB3454EFE", "AutoV3": "04A604C006C1"}, "downloadUrl": "https://civitai.com/api/download/models/542539", "primary": true}], "images": [{"id": 14210213, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8eb1c279-c5fb-4e04-a137-ae785e708b36/width=450/14210213.jpeg", "nsfwLevel": 1, "width": 728, "height": 1000, "hash": "UHJ@m]00t*-=~SRVEkI.Ef9GWaR%9Y%1a0oJ", "type": "image"}, {"id": 14210212, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e0e63a1-e6e4-4db5-961a-2739d882cd0b/width=450/14210212.jpeg", "nsfwLevel": 2, "width": 728, "height": 1000, "hash": "UFK-OOyD5hDj~o4-EisSJXs=R8M_yW-nMvoL", "type": "image"}, {"id": 14210207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7659516f-0fa1-45bf-9eb7-febd3de4f6c1/width=450/14210207.jpeg", "nsfwLevel": 16, "width": 728, "height": 1000, "hash": "UJM%7a^O9F~C1u9vVuMf9s4:bw%3I:i^9aEN", "type": "image"}, {"id": 14210215, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/197ea6b7-6b61-41df-8072-2e28d9880909/width=450/14210215.jpeg", "nsfwLevel": 4, "width": 728, "height": 1000, "hash": "UAK^sY9Z00x0oDD*TfD*.Txs8|V?5Ot6bWi_", "type": "image"}, {"id": 14210206, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d93c489-b5ba-473c-bad6-cb0bd9fb1b04/width=450/14210206.jpeg", "nsfwLevel": 16, "width": 728, "height": 1000, "hash": "UCL:_t=_0dNL11IT5+JD}tD$-rXTu6-oMeWE", "type": "image"}, {"id": 14210201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/658615ad-a9f9-4a0f-9908-a8354e431902/width=450/14210201.jpeg", "nsfwLevel": 4, "width": 728, "height": 1000, "hash": "UjNv-{-;.TRj%Mf6WZt7%0s-sAozK5R+ozWU", "type": "image"}, {"id": 14210211, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20db5bdf-b627-45f7-9e93-438d1fdd454e/width=450/14210211.jpeg", "nsfwLevel": 4, "width": 728, "height": 1000, "hash": "UTNcc-9Zy?yDOWM{9aJBELnijJRjkWsWbcae", "type": "image"}, {"id": 14210200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe987468-221b-4627-9c13-75531a6ba9cc/width=450/14210200.jpeg", "nsfwLevel": 4, "width": 728, "height": 1000, "hash": "UMOMd1x].myDk=9aT0I=E2tlD*Ip9uNGxuxu", "type": "image"}, {"id": 14210199, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df82760d-dd13-4a86-a597-5b2dfe8d1b78/width=450/14210199.jpeg", "nsfwLevel": 16, "width": 728, "height": 1000, "hash": "UFO.m%tQ.mRU?uRj%gS%ISaxnPkD~VtRtlrr", "type": "image"}, {"id": 14210195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fab00ba2-98f6-49fc-b7de-b65d3779f6c0/width=450/14210195.jpeg", "nsfwLevel": 2, "width": 728, "height": 1000, "hash": "UfKT}Qt79]V@~VR,E2M{E1ozxaadf,kCNGjs", "type": "image"}, {"id": 14210198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec68a56c-3263-445c-a21c-dc4a88e21149/width=450/14210198.jpeg", "nsfwLevel": 2, "width": 728, "height": 1000, "hash": "USKdVpD%yDaK~VIUS$%24nWBs;NHIpkDM{V@", "type": "image"}, {"id": 14210193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd5d0dd2-accd-4c43-ae21-b6bbc387626a/width=450/14210193.jpeg", "nsfwLevel": 16, "width": 728, "height": 1000, "hash": "UPK,?Otm0f%M~V-nI?I;a]Io?H%2tmoMRkV@", "type": "image"}, {"id": 14210197, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6504cfd-ead5-4640-8ffb-8f2179668193/width=450/14210197.jpeg", "nsfwLevel": 16, "width": 728, "height": 1000, "hash": "UPN]hHoJO[ofpdWBERoz4oRkD*X8~Vs:xGoM", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/542539", "modelId": 487910} \ No newline at end of file diff --git a/datasets/metadata/542567.json b/datasets/metadata/542567.json new file mode 100644 index 0000000000000000000000000000000000000000..74774d5718d5040ed6fd57453aac82d49f081368 --- /dev/null +++ b/datasets/metadata/542567.json @@ -0,0 +1 @@ +{"id": 542567, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-01T13:44:04.516Z", "availability": "Public", "nsfwLevel": 1, "description": "Version 1.0
", "trainedWords": ["edd (eddsworld), 1boy, solo, round chin, short hair, brown hair, grey shirt, green hoodie, green drawstrings, brown khakis, green shoes, grey laces"], "stats": {"downloadCount": 33, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 459771, "sizeKB": 10011.76953125, "name": "542567_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T12:01:23.097Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A69DDAD7", "AutoV2": "DD09B24C26", "SHA256": "DD09B24C26641ACEE8DA3545CF710FAE9A14B940412621DE0FFF806D20ECD664", "CRC32": "643B54DA", "BLAKE3": "9EC79A1E06B28C93E700F6D88BBA968838F349C77839E76507BA0F8A164BCBD9"}, "downloadUrl": "https://civitai.com/api/download/models/542567?type=Training%20Data"}, {"id": 459903, "sizeKB": 223102.69921875, "name": "Edd_Eddsworld__PonyXL-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T13:36:33.453Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "863E57F2", "AutoV2": "857D197C6F", "SHA256": "857D197C6F7B8C16FF6EC16883CA7FC50EF81FD32E2F2577273D918C8968F6EF", "CRC32": "25D081CF", "BLAKE3": "5DF2EC2E1751116DDEB77F0169336F99A739D81129CBEEF153180EDB17BF5E53", "AutoV3": "F2FE777A7948"}, "downloadUrl": "https://civitai.com/api/download/models/542567", "primary": true}], "images": [{"id": 14250593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9923e1d5-9798-444c-bb58-443d42b04c7d/width=450/14250593.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UbG9J|XlU~xH}[nmOmbt#raeXMaetiWUxFs.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/542567", "modelId": 487936} \ No newline at end of file diff --git a/datasets/metadata/542647.json b/datasets/metadata/542647.json new file mode 100644 index 0000000000000000000000000000000000000000..f07f8ba02d0fdd1318e97c095a030efa0a8def61 --- /dev/null +++ b/datasets/metadata/542647.json @@ -0,0 +1 @@ +{"id": 542647, "index": 0, "name": "Karina Hart", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-01T04:03:42.066Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 99, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 458991, "sizeKB": 511437.7109375, "name": "542647_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T02:06:00.039Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2CDC8C53", "AutoV2": "7CD6642F36", "SHA256": "7CD6642F363BFF68E1A717AD00D80862641C65279953D238FEE58B196DD4A9DD", "CRC32": "0F85BE0C", "BLAKE3": "FAA4AF04F78530B7FD2C823B1F7A35C70F23166D7CE69A49FAE2DCA83A3BAEA7"}, "downloadUrl": "https://civitai.com/api/download/models/542647?type=Training%20Data"}, {"id": 459108, "sizeKB": 223108.21484375, "name": "Karina_Hart.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T03:42:16.251Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "86563F84", "AutoV2": "9C25CF93EF", "SHA256": "9C25CF93EF320200BEC0F048C31491B8E7B5D40BD223950D2D90491241008185", "CRC32": "1A6AF0D8", "BLAKE3": "8240A62050AD002981786A93B1F4DC6CF829B49077E50136763FC7BC3DD60722", "AutoV3": "7D3F6CBF8C6B"}, "downloadUrl": "https://civitai.com/api/download/models/542647", "primary": true}], "images": [{"id": 14210675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bda826af-b798-43ec-a955-1b2e9c55aca4/width=450/14210675.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6D]J9%M00NG00ae_3Rj00M{~CxaPqxu[-R%", "type": "image"}, {"id": 14210680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed818889-8e9a-440c-abbc-0f69ab116332/width=450/14210680.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCG*g1?I0f^+00D%0K0K01^*~Boz%$Ny?H%2", "type": "image"}, {"id": 14210697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5f8c60c-68c7-4bad-8fa1-444ef88c5db5/width=450/14210697.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UIJ@5w=|00Rk009aNd-oPCX8}@xa00%2-;9a", "type": "image"}, {"id": 14210701, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/532fa4a2-b4ab-4787-a9d0-56e93157e737/width=450/14210701.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHIg=lWA00-U00JA%#$%9ZV@?G%M_Ns.n49u", "type": "image"}, {"id": 14210700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc59a973-b192-430b-a476-7aebeb2f2ec9/width=450/14210700.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPKAf~xa01NG00j[gORk9ZWB$Mof~qj[$*oe", "type": "image"}, {"id": 14210699, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68fb085a-3e46-4e14-8b9d-a2833139e927/width=450/14210699.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMIgo:-p0#E200Rj9Zt7X.oz~BWB9Zjs%MWC", "type": "image"}, {"id": 14210708, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/181f468f-26a4-42a6-a888-ca1f7e693e77/width=450/14210708.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UACsHz4.00~q+?kWEnZ~00-o-=ENRPozxZRP", "type": "image"}, {"id": 14210706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b397216a-9dd2-40ef-963e-6e3e30105f84/width=450/14210706.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9Exntbv00vh00xb~qI.2uIU+ayCxaWVt7%1", "type": "image"}, {"id": 14210717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bd8761e-9399-4730-881a-f7bbbbaf1f4c/width=450/14210717.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAD+;[%M00a0rWo00gNG00M{L3S~?wae]#xu", "type": "image"}, {"id": 14210711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/400e1ddc-0f35-4255-8f4e-668e224becf8/width=450/14210711.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCF}y7-:009H0oR.?8oH01jY~UNJWAjYWFj]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/542647", "modelId": 488007} \ No newline at end of file diff --git a/datasets/metadata/542659.json b/datasets/metadata/542659.json new file mode 100644 index 0000000000000000000000000000000000000000..add8ad911f7e3e6f74b171188d92d425e29e481d --- /dev/null +++ b/datasets/metadata/542659.json @@ -0,0 +1 @@ +{"id": 542659, "index": 0, "name": "Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-01T01:53:40.255Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["eating ramen"], "stats": {"downloadCount": 154, "ratingCount": 0, "rating": 0, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 458964, "sizeKB": 20887.1630859375, "name": "542490_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T01:45:47.600Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E877AA59", "AutoV2": "411042F725", "SHA256": "411042F725F49E4D9DC4C8F2A5B9F88CFCF9A9B903E2B1EB492EC38AC2CC6AD8", "CRC32": "6E2311DD", "BLAKE3": "FF38CBCAFD752E8B75BA3FB17A5CA881C9E74D31B073117B46A03ADE0AF63BE1"}, "downloadUrl": "https://civitai.com/api/download/models/542659?type=Training%20Data"}, {"id": 458980, "sizeKB": 223113.78515625, "name": "Ai_Drawing_Anime_Characters_Eating_Ramen_Meme_Diffusion_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T01:55:55.800Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6361429E", "AutoV2": "475B2F3A35", "SHA256": "475B2F3A350A1CF2E0F2698D81819590F0A43C3DA4283C4CE9628C191BF931F4", "CRC32": "A4C46B72", "BLAKE3": "9DBD7D2E26FCAE8E4055751CC0F92E9C58E7AE0DFA852DF01298611A95F6B90B", "AutoV3": "E78C843C4C7A"}, "downloadUrl": "https://civitai.com/api/download/models/542659", "primary": true}], "images": [{"id": 14202048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09f8bd0b-5733-4446-9886-807d66b16872/width=450/14202048.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UYMGYUx]-Xx]?wbb_MkCGGV@-:V@IoM{sAad", "type": "image"}, {"id": 14202049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23831933-6e64-41df-9e57-4f0ebf4e7a54/width=450/14202049.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBLDfE8yElIU%dDj_K~VB-Kj~VKM02NGtS?H", "type": "image"}, {"id": 14202051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/799784ee-952c-4101-94ed-6c6a503ff32a/width=450/14202051.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHK9+EOsq_v#{MIo+^#:z:OBnh-U0hkXxtxa", "type": "image"}, {"id": 14202050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2ce5636-bc19-4d0e-8354-6e90b02d0125/width=450/14202050.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6J7O3I:00MI00-p}?%M000K~V#,0Ls=kpEf", "type": "image"}, {"id": 14202047, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8999fd21-cfcd-4151-8a7b-1a3918f9665f/width=450/14202047.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCLC@jnOiIw^_0kW~os+14XR-Nx[$#V[=ze.", "type": "image"}, {"id": 14202044, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de78b369-7e12-4fd7-9e05-8554b92b1451/width=450/14202044.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6LfXBL?000d004plk~V0e0jx=EK0i-W=W$y", "type": "image"}, {"id": 14202052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0ab8a3b-21fa-4d88-ab5e-0e04b989a03f/width=450/14202052.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6LfBi?G00DP00S5ozT0010z_Lv~~C^jvL^P", "type": "image"}, {"id": 14281715, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/835b6a71-b0f5-42a2-9b38-fd2b932043cc/width=450/14281715.jpeg", "nsfwLevel": 1, "width": 2341, "height": 1396, "hash": "UbJtr9xHr=VtMxV@-;nj~qWnM{R*tRWBWqWB", "type": "image"}, {"id": 14202046, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d00f271a-3ea0-4e59-bf1d-80702aeed2ae/width=450/14202046.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBKm2z~S048~=x^hElrr8xSz.O~9%exsS#Sg", "type": "image"}, {"id": 14202043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22c231df-f5f3-4659-9919-eb9cacbea800/width=450/14202043.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGLD0?-;;1w0~DIV~9-n17JDroi^-oJC,--7", "type": "image"}, {"id": 14202041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44896c72-1f22-4cf3-872c-580fc988cce1/width=450/14202041.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEIz-tCT01#ivM-QXTj?L}ibAcO@B?JWsXOr", "type": "image"}, {"id": 14202038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/724cc5c1-26ef-461d-a04c-106562de16c5/width=450/14202038.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9K,1*#X02?ZDPMy02K602+c*HOotLRQ-.Tc", "type": "image"}, {"id": 14202040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebc92c5e-9bbb-49bd-adb2-53b70c701788/width=450/14202040.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U5IWvC]#00My02?b0$9^5656qEE1_M$*@@?G", "type": "image"}, {"id": 14202042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6a22a71-a0b2-4c2e-a6ef-463a48021db9/width=450/14202042.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8INv[q}01R40z~BQ6M}1Q0{5TBU05F_+0-S", "type": "image"}, {"id": 14200007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab1dddb0-95a7-40a9-8456-c377d487751c/width=450/14200007.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWN0#C$|jU%0?;j=$%oz=qR-jJW=+uRkI@kB", "type": "image"}, {"id": 14200006, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a492e3b-6e95-49fb-8de3-7e78afa72938/width=450/14200006.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEL3fbt7_OxG]$oKm-jF$+fkM_WB9ZWB?aoy", "type": "image"}, {"id": 14200008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1752ef9-2b0e-4cd6-856d-9660b20d57e5/width=450/14200008.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8LW^e4Td@My^68wKj0z00%29tO?0e_N=dR6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/542659", "modelId": 487917} \ No newline at end of file diff --git a/datasets/metadata/542736.json b/datasets/metadata/542736.json new file mode 100644 index 0000000000000000000000000000000000000000..2beed92e74379054e5a34878d85a95bafbc3c21e --- /dev/null +++ b/datasets/metadata/542736.json @@ -0,0 +1 @@ +{"id": 542736, "index": 0, "name": "Alex Young", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-01T05:50:25.676Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 459074, "sizeKB": 5291.3837890625, "name": "542736_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T03:20:47.396Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BE964D86", "AutoV2": "A7AA74F42B", "SHA256": "A7AA74F42BC668613D600B4170C912BCC561C6B4F3E82A6D0FC456A680FE6095", "CRC32": "2F951020", "BLAKE3": "F18DF8E9E902D73A3CD5C0DD60732967DF921D52B5C3D504E19D247C24F1AAF6"}, "downloadUrl": "https://civitai.com/api/download/models/542736?type=Training%20Data"}, {"id": 459263, "sizeKB": 36983.84375, "name": "Alex_Young-000029.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T05:42:10.912Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A377091C", "AutoV2": "EF383370A7", "SHA256": "EF383370A7BE92CA7D8627C74C12923BCD54F2E3D714A37184FB972D50226D92", "CRC32": "BD8CD2BF", "BLAKE3": "502E57436BF3546A43898E920C6AC38770E9AAFEFED107FFE6C89429BAC0A305", "AutoV3": "60D75F04F601"}, "downloadUrl": "https://civitai.com/api/download/models/542736", "primary": true}], "images": [{"id": 14217056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/492236e5-fc14-4e2c-86a3-8c0acb378511/width=450/14217056.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UEH-.DI;.6v}_MXA-p%1o^RjjG%2~pRPRkbv", "type": "image"}, {"id": 14217054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a252382b-40ef-45d9-9a06-6dca0bde1bb4/width=450/14217054.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UHHxZ.ofyCnP~pt6R%WB.7M{Mxax?aRPj]Rj", "type": "image"}, {"id": 14217055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c569a601-0782-4809-a708-aaa5ba234f31/width=450/14217055.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UMF~XC-;ITxZ_Nxut6t6xuNGRjt7M_aeV[kB", "type": "image"}, {"id": 14217104, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf0de807-ed6c-4764-8afa-06588345bf0c/width=450/14217104.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UEH-.I9Z_MIA_3IUOT?b.7RQV@k8~pjbRkxt", "type": "image"}, {"id": 14217105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3b008ec-9229-443c-a272-a322f080e500/width=450/14217105.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UHHxZ;00Eet7~q4nNHV@x[t7xFRQo}t7IUtR", "type": "image"}, {"id": 14217107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/515ec56a-81c2-4507-babe-6796abbec851/width=450/14217107.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UNFr|z%Mx]%M_N%LozWB%1RPIVj?%NNGV@M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/542736", "modelId": 488085} \ No newline at end of file diff --git a/datasets/metadata/5428.json b/datasets/metadata/5428.json new file mode 100644 index 0000000000000000000000000000000000000000..f5af64db23a13ad66725bd7cf5865a54838cc219 --- /dev/null +++ b/datasets/metadata/5428.json @@ -0,0 +1 @@ +{"id": 5428, "index": 0, "name": "kda_all_out_ahri_lora", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-01-18T08:20:59.965Z", "availability": "Public", "nsfwLevel": 3, "description": "LORA model
", "trainedWords": ["kda all out ahri"], "stats": {"downloadCount": 5111, "ratingCount": 766, "rating": 5, "thumbsUpCount": 833, "thumbsDownCount": 0}, "files": [{"id": 7537, "sizeKB": 5620.3544921875, "name": "kda_all_out_ahri.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-03T00:24:18.575Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3D17EA60", "AutoV2": "81E3744639", "SHA256": "81E37446394AC06FE36B6AA1D6F8F173213592B661667E7271817C7D6D136E94", "CRC32": "891989C9", "BLAKE3": "DC3F07B3D5CA317BD83A5FDE3CE2E3467FBE34F2F4082AFA04ECB23FB7506EF1"}, "downloadUrl": "https://civitai.com/api/download/models/5428?type=Training%20Data"}, {"id": 5591, "sizeKB": 147533.7607421875, "name": "kda_all_out_ahri-000035.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-01-19T08:34:05.610Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "ECC9BD44", "AutoV2": "255EC25344", "SHA256": "255EC25344EB02C961EF1CA25DFEF01789CB1E2FB999180C2CFD5A055DA06711", "CRC32": "74D58A2D", "BLAKE3": "71CA13BB0FBAD5376E5AC71F38036B6EDDBFFB0BAF2BB7DCF1F423C2BF8DD972", "AutoV3": "D38560E54088"}, "downloadUrl": "https://civitai.com/api/download/models/5428", "primary": true}], "images": [{"id": 42811, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9ee1c2a-f7b7-4284-6e0c-41bb2b8b0200/width=450/42811.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UbJH%aS}yD-p.T$*Ott8I@xtIUNGeog2jEs:", "type": "image"}, {"id": 42810, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e71e728b-94ed-464f-d4c8-180399808200/width=450/42810.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "ULI#u}Z~u5_4A1-:5UEhx]ogivN_9GtRM{iw", "type": "image"}, {"id": 42809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58346c44-4ea6-4e69-8189-368e67f92500/width=450/42809.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UPIYOq-;*0-pRqt7E4%M-p-pRjWBE3bvM{og", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/5428", "modelId": 4121} \ No newline at end of file diff --git a/datasets/metadata/5430.json b/datasets/metadata/5430.json new file mode 100644 index 0000000000000000000000000000000000000000..1975dd7d4aefa38a4b5398b4e887a95e92559d03 --- /dev/null +++ b/datasets/metadata/5430.json @@ -0,0 +1 @@ +{"id": 5430, "index": 0, "name": "kda_all_out_kaisa_lora", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-01-18T09:03:33.798Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": ["kda all out kaisa"], "stats": {"downloadCount": 4053, "ratingCount": 596, "rating": 5, "thumbsUpCount": 648, "thumbsDownCount": 0}, "files": [{"id": 7535, "sizeKB": 5081.912109375, "name": "kda_kaisa.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-03T00:17:12.095Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CAE0C61F", "AutoV2": "3EAC98FF02", "SHA256": "3EAC98FF022BCBB6026A6606CF19172F9E33C65707E38AF568A6A90327B9671B", "CRC32": "4B3FEE06", "BLAKE3": "308FB87CCDD129E4FC196FC1511A8DE70F2B0FAC95DF2EA6F39947C6C9852E94"}, "downloadUrl": "https://civitai.com/api/download/models/5430?type=Training%20Data"}, {"id": 5594, "sizeKB": 147533.7607421875, "name": "kda_all_out_kaisa-000034.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-01-18T09:07:46.215Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "4A7CB3C5", "AutoV2": "69404F0F92", "SHA256": "69404F0F92ADCEA94578E4DC2068842694BB418FD8EE705A72A005ED2B902412", "CRC32": "82E30632", "BLAKE3": "94C51ACCEC26248FB88506AC4A83156AB25019851B94FABDBA39D208BDD5FD64", "AutoV3": "D131541BADF8"}, "downloadUrl": "https://civitai.com/api/download/models/5430", "primary": true}], "images": [{"id": 42817, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/118375d6-f624-4262-8398-3786a310ca00/width=450/42817.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UDG[+*9Zys~q0MniohDh4.%LIoNF0fkWIUtS", "type": "image"}, {"id": 42819, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e529f48-c8e4-46fd-c4f4-caaf3bc85f00/width=450/42819.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UNGb-j0K?v_4_4Rj%NtRE1t7E0ozIUs:xuM{", "type": "image"}, {"id": 42818, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4453af1-4809-4a3f-af23-4f214aa4d400/width=450/42818.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "UXH__YD%~q-;?cWro#j]t6aze.WV%2oJ%2Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/5430", "modelId": 4744} \ No newline at end of file diff --git a/datasets/metadata/543096.json b/datasets/metadata/543096.json new file mode 100644 index 0000000000000000000000000000000000000000..5afd131db35c02756e4d6a680823f206d467b231 --- /dev/null +++ b/datasets/metadata/543096.json @@ -0,0 +1 @@ +{"id": 543096, "index": 0, "name": "Hentai Elves", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-01T09:38:54.635Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": [], "stats": {"downloadCount": 114, "ratingCount": 0, "rating": 0, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 459579, "sizeKB": 223099.26171875, "name": "Hentai_Elves-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T09:41:27.136Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "82F1CC6D", "AutoV2": "3D0C15E644", "SHA256": "3D0C15E64454CD347194CF9BD585EC47AD879CBFC4EE7B983D7760A75A4B1B8C", "CRC32": "3C522C81", "BLAKE3": "39F114F0EEEFC47812F6A83B2F3540C876062121CEFD57FFD896F815440580FF", "AutoV3": "B86C0CA4F160"}, "downloadUrl": "https://civitai.com/api/download/models/543096", "primary": true}, {"id": 459469, "sizeKB": 30031.4990234375, "name": "543096_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T08:10:47.896Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "53ADCC9B", "AutoV2": "4F1C96E753", "SHA256": "4F1C96E753248CBC1AB9E94A16289AF20A45C772D0B5392264BC28179C8FD7AD", "CRC32": "4A727BFF", "BLAKE3": "969F7A877072B36FEFDA84B2124341CCCD06025B26964620B7F57D51537501AD"}, "downloadUrl": "https://civitai.com/api/download/models/543096?type=Training%20Data"}], "images": [{"id": 14233525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64d1c68b-f462-4a18-b956-753778546679/width=450/14233525.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U4J@Xk?G00?au5IV}?oL?wj@^*of$jofELWB", "type": "image"}, {"id": 14233524, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1df1343-e0b6-4138-8452-d81b08252aa8/width=450/14233524.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UOKTlJ~WtS?aE1RP-oM{Rjj@t7WB%MayE1t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/543096", "modelId": 488408} \ No newline at end of file diff --git a/datasets/metadata/5431.json b/datasets/metadata/5431.json new file mode 100644 index 0000000000000000000000000000000000000000..bc449aeb7e6db3f2eaeef0adca777d24d05d3580 --- /dev/null +++ b/datasets/metadata/5431.json @@ -0,0 +1 @@ +{"id": 5431, "index": 0, "name": "kda_all_out_evelynn_lora", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-01-18T09:07:48.226Z", "availability": "Public", "nsfwLevel": 3, "description": "new LORA model
", "trainedWords": ["kda all out evelynn"], "stats": {"downloadCount": 1529, "ratingCount": 171, "rating": 4.99, "thumbsUpCount": 190, "thumbsDownCount": 0}, "files": [{"id": 7533, "sizeKB": 7096.0166015625, "name": "kda_eve.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-03T00:16:53.756Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FE848C1E", "AutoV2": "E8541D7E29", "SHA256": "E8541D7E294922B6B7772374CC09F843F2EDC8632745026E8F8EB5A330AECA5B", "CRC32": "21200FFB", "BLAKE3": "8742E0833454A3FF2A48079CD8F3BB75E130C396988F643F554F15CFC3A4D0F0"}, "downloadUrl": "https://civitai.com/api/download/models/5431?type=Training%20Data"}, {"id": 5595, "sizeKB": 147533.7607421875, "name": "kda_all_out_evelynn_v2-000037.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-01-18T09:13:15.682Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "E5F9FC87", "AutoV2": "3B41998C8B", "SHA256": "3B41998C8B616A304310D1F25E536D39DEB339482ED1071765AF80D544A2A413", "CRC32": "6484B9F4", "BLAKE3": "28406A45A54CE4C7440146CE6F70B99DB2923D23DD5D817658DE06B475E2D80D", "AutoV3": "B13DAF38FD62"}, "downloadUrl": "https://civitai.com/api/download/models/5431", "primary": true}], "images": [{"id": 42821, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e64ea1a-5d8a-4429-954d-70430f550500/width=450/42821.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "ULF6X?D%_N%gT3V@M_RjIUxuIAadx]Rj%Mt7", "type": "image"}, {"id": 42820, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5e60b07-c249-444b-e996-ca1975354f00/width=450/42820.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UNEWOO-:?^%#ThV@9aS%M|kCIoRjt7kWt8aK", "type": "image"}, {"id": 42823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6d08a72-7aa9-4ca2-8bc6-24fa12944200/width=450/42823.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UKF$t|be_NNLyGDiM^tlM|sCI9ITs;ozxZ$|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/5431", "modelId": 4635} \ No newline at end of file diff --git a/datasets/metadata/543133.json b/datasets/metadata/543133.json new file mode 100644 index 0000000000000000000000000000000000000000..a7985b6e99414ebf2b731f52d945e58f33f24607 --- /dev/null +++ b/datasets/metadata/543133.json @@ -0,0 +1 @@ +{"id": 543133, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-01T08:05:06.093Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 133, "ratingCount": 0, "rating": 0, "thumbsUpCount": 35, "thumbsDownCount": 0}, "files": [{"id": 459453, "sizeKB": 11986.5732421875, "name": "Elisabeth_Barutoraju_Kijoku.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T08:01:19.414Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D8886FFC", "AutoV2": "44A9C079C3", "SHA256": "44A9C079C3F4652BD90AB013D7B54E8DDF08593C93E8DC0ACA579869473725C0", "CRC32": "8F15BFCA", "BLAKE3": "D42453ADDD9003B601C3A5EC11F70AB4842EEA04348DABEE70624A9B880ABEA8"}, "downloadUrl": "https://civitai.com/api/download/models/543133?type=Training%20Data"}, {"id": 459451, "sizeKB": 22238.65234375, "name": "Elisabeth_Barutoraju_Kijoku-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T08:02:00.954Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CC2DC6FC", "AutoV2": "AD8953D101", "SHA256": "AD8953D101AE2E7B211B85F8DE72D813004D2D364D4A75A7136B8B4973A74F25", "CRC32": "E31B104E", "BLAKE3": "980B20877EEBCE096A24ED4D5F38AF6FB48BD62BA2A083FCA9D3EC9F17A1EE1B", "AutoV3": "FF60B49C054C"}, "downloadUrl": "https://civitai.com/api/download/models/543133", "primary": true}], "images": [{"id": 14227564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76692051-7c72-49fb-a31b-232ff6de5eb0/width=450/14227564.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UwNJOQt7TKt6~pkC%gofJ:azt7ay%Mj?M|js", "type": "image"}, {"id": 14227563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae3c6678-9ef1-47c6-9080-ded1321acc38/width=450/14227563.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UxNJOQt7TKt6~pkC%gofJ:azt7ay%3j?M|js", "type": "image"}, {"id": 14228380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8f4c0a6-66e8-4501-92ad-e294eafa9ba9/width=450/14228380.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UlMjBqS4X.Nd~pMyXnn~E2M{s:oJ%LxaMyS5", "type": "image"}, {"id": 14229592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3afb200c-ac70-44df-bfd9-580f350277f1/width=450/14229592.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPO.{-~WK+?Ht1%gS$x^F3xt%MkW?bWCIVn%", "type": "image"}, {"id": 14229589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad16efa4-b18b-40bb-8eb1-889b829b58af/width=450/14229589.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPO.{-~WK+?Ht1%gS$x^F3xt%MkW?bWCIVn%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/543133", "modelId": 488439} \ No newline at end of file diff --git a/datasets/metadata/543426.json b/datasets/metadata/543426.json new file mode 100644 index 0000000000000000000000000000000000000000..eeec7278340b0a01f7c818e11438db9af69af623 --- /dev/null +++ b/datasets/metadata/543426.json @@ -0,0 +1 @@ +{"id": 543426, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-01T12:17:56.733Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["ElementWind"], "stats": {"downloadCount": 166, "ratingCount": 0, "rating": 0, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 493015, "sizeKB": 30583.2333984375, "name": "ElementWind Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:32:17.422Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2E1AA4FD", "AutoV2": "CD5812F36D", "SHA256": "CD5812F36DBB95E684A5648F46F0C7E1DF0764AAB24F57758679FF195B232DA0", "CRC32": "F53630E3", "BLAKE3": "A8D87B0A7842E7F64136F5BA11EB3BD1316F7A86A3372FDCD87CF254F8CF394F"}, "downloadUrl": "https://civitai.com/api/download/models/543426?type=Training%20Data"}, {"id": 459739, "sizeKB": 36979.546875, "name": "ElementWind.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T11:41:01.802Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "075431D4", "AutoV2": "DB1B031D3A", "SHA256": "DB1B031D3A647666B51F177C804AB47C35262D85B9CEF057CF5B72BFB3028553", "CRC32": "426CDDB9", "BLAKE3": "EC5C8101E1634C69E2937F46D01DB25B810F0D8D41211AFE01B8BCACF407F0E3", "AutoV3": "61D95FD5C5C4"}, "downloadUrl": "https://civitai.com/api/download/models/543426", "primary": true}], "images": [{"id": 14241894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfb7c38b-609c-468d-8af3-7a1135c6789b/width=450/14241894.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UAF~8FgNHrD*E8~9~U%2Mx$#Sh?G%L%KS5V[", "type": "image"}, {"id": 14241877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bba752e0-887b-4c00-81b7-0eb2febc1991/width=450/14241877.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHGk,h?HMywI_3~V-BVsMy-:$*nOIpIpe;%1", "type": "image"}, {"id": 14241908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c0a21cb-319c-402f-b3f7-d7ddb72f2558/width=450/14241908.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBCPt*~V~V_2?b-p~V_2WB?GkDWC9GNGR*IU", "type": "image"}, {"id": 14241870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f65200a-1501-4fdf-9df2-413dd245bcf9/width=450/14241870.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UAFOlY-o~U-:^*Rk-o%10$9a-p?a9bM|M|M|", "type": "image"}, {"id": 14241872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e70cd11f-97ee-4dca-891f-a2ac9f61ea4b/width=450/14241872.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UAF;.p1Q^5%L}-9b0$K5m,e.NG9uEQ};};E2", "type": "image"}, {"id": 14241874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b13a40d5-d716-4021-ad4a-dfad6a3d3e40/width=450/14241874.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8HULM~pGH9I06IC0g%JEg58RQ^ir=^N}s-U", "type": "image"}, {"id": 14241878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/882ff86c-cc99-4812-8b06-09c7ef679123/width=450/14241878.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U7GSP@?v%M%M01_3~p-:#kkC_2x]D%ITIU9G", "type": "image"}, {"id": 14241881, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4432f17f-feff-46cb-9d97-f54b7cc897bc/width=450/14241881.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U5DSt8~V009G0jOFNGV@.7FM9uIUM|-n=_D%", "type": "image"}, {"id": 14241886, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/387bacb5-174d-4d8d-bcc0-8f56d1745dc8/width=450/14241886.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UIGR-c?u4:xaS%kXWC%1~V-;tSs:bIt7f+R+", "type": "image"}, {"id": 14241897, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5f10772-5699-4892-9589-f84a098fab62/width=450/14241897.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDFYiP_NE2kCBW^*^*tRIA9uWX%1NGRPD%IV", "type": "image"}, {"id": 14241901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69288425-c160-4cab-ac8f-128bd46dac02/width=450/14241901.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U6E_]YxuR4^j9#-o-6%L}?-U-TE2EgxD9GIp", "type": "image"}, {"id": 14241903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6c77977-ed45-45b8-9cf3-ae3564e09d93/width=450/14241903.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UEDSXYWBZ~WC0*NHbHxt~Bt6RjW=b_%Mn$n$", "type": "image"}, {"id": 14241904, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9589b06d-8c43-4b0a-a044-78e431d61691/width=450/14241904.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U4EfHAtU8w5m00%N~WpI@@EN%3Nxm7+v^j4:", "type": "image"}, {"id": 14241907, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91d55b10-7d1d-433b-823f-436b94735c68/width=450/14241907.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U9Bz5+~URPRQDOaKs:t7$*o2M|WpNGxtWWIV", "type": "image"}, {"id": 14241909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c66906ee-4260-4750-88bf-48ff8f78ab5b/width=450/14241909.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UAEfD_o~%f%2PWI[xu%100M{aKax}?R*xW%1", "type": "image"}, {"id": 14241910, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/986a4b36-0b77-49d3-b9e6-6dcc1fa2ea71/width=450/14241910.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U6CFq$xu9G~UK+NxXS$*04%0?Gn%-nnhNH?G", "type": "image"}, {"id": 14241911, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/baec56a2-997b-4fa2-a591-65d605c8990d/width=450/14241911.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U5G[K4~V0K020DEg00#k#jI;rvs.GvsR~BNJ", "type": "image"}, {"id": 14241913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5252369-690c-4c99-a9d3-64186141e641/width=450/14241913.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UAGk:q?HnNRi?^xuxts,^jxuNxxt.8oJIpbb", "type": "image"}, {"id": 14241912, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ff6e5c9-e0af-451f-b07b-b28dbbefcdb4/width=450/14241912.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U9C?il.TDi?G0%EkK5xC}7IADjR5t-b^$%%1", "type": "image"}, {"id": 14241914, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93aa6d2b-3da1-4b35-a336-07790a33ad2d/width=450/14241914.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U4Du_N%#0000P;_4ic00@rwNtSJ*00z:-PPB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/543426", "modelId": 488703} \ No newline at end of file diff --git a/datasets/metadata/543434.json b/datasets/metadata/543434.json new file mode 100644 index 0000000000000000000000000000000000000000..c3cb544d49309845bfa15361cfd490e82b24b05a --- /dev/null +++ b/datasets/metadata/543434.json @@ -0,0 +1 @@ +{"id": 543434, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-01T12:17:58.259Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["ElementWind"], "stats": {"downloadCount": 231, "ratingCount": 0, "rating": 0, "thumbsUpCount": 41, "thumbsDownCount": 0}, "files": [{"id": 493016, "sizeKB": 30583.2333984375, "name": "ElementWind Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:32:22.818Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2E1AA4FD", "AutoV2": "CD5812F36D", "SHA256": "CD5812F36DBB95E684A5648F46F0C7E1DF0764AAB24F57758679FF195B232DA0", "CRC32": "F53630E3", "BLAKE3": "A8D87B0A7842E7F64136F5BA11EB3BD1316F7A86A3372FDCD87CF254F8CF394F"}, "downloadUrl": "https://civitai.com/api/download/models/543434?type=Training%20Data"}, {"id": 459746, "sizeKB": 223101.03515625, "name": "ElementWindSDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T11:46:34.229Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C7996DBA", "AutoV2": "21F26C3597", "SHA256": "21F26C3597B282DACF3452708D6D0776CF91AE1A8596C9D2740F45198B270CC8", "CRC32": "A4FF97EB", "BLAKE3": "96F086D82A1E68C89C20E2E68E7AB07E8CD29174DFCE2922743AB4C339745AFE", "AutoV3": "0A704E9FA413"}, "downloadUrl": "https://civitai.com/api/download/models/543434", "primary": true}], "images": [{"id": 14242312, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba4fc7b9-cb6c-41d7-8583-9b43c38f9df2/width=450/14242312.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U9E{nQ~AjFR4.R-.RO%1rrXmxu^+M{R%?v?a", "type": "image"}, {"id": 14242311, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ae2795e-0766-49fc-a3bc-56d645c38081/width=450/14242311.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCDAGZ?v8wDiKR.8aJDji^%LR.R-~otRoIxu", "type": "image"}, {"id": 14242313, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e06d7e5c-7592-4ed6-910c-c6a34df28a08/width=450/14242313.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHF$2~~AxuR55m9axDIpM{%2aKxurXozIpaJ", "type": "image"}, {"id": 14242320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28122b3d-513a-4465-8f48-f5812959bdbd/width=450/14242320.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UCEM8r^y9t4:~Us9jZE3%LIVsAt6~oRj4:M}", "type": "image"}, {"id": 14242315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d445c74-c12f-4b9f-ad0b-f128f6e738c7/width=450/14242315.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U6DJnyK9XR~V00xv9GIo4p~U8{D%^%D*?ani", "type": "image"}, {"id": 14242317, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd8d7bf5-16de-444a-bd15-7e823eab80d7/width=450/14242317.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U9G[=zET.7~T0NIqM_Rj01$zD*%2vLxurpIp", "type": "image"}, {"id": 14242319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53fe9041-8a0c-46d3-8f11-4f69c87a8263/width=450/14242319.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U6ECwO07S#~9?u9HwIIV8^Rj8|IoEQ9cNf%g", "type": "image"}, {"id": 14242310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1529884f-25c0-47d8-b742-738edf0347d7/width=450/14242310.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UACsjj|.tREls=4oV?f+BC9vxC={ROI[I?IU", "type": "image"}, {"id": 14242323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05d869cf-9217-4019-aca3-57239b2cc764/width=450/14242323.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBFsPh%2E2?Gk?4=%h%Lxu-oNGbc_N?G4TWB", "type": "image"}, {"id": 14242326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/291124fb-f878-4d1b-819f-6261630f6351/width=450/14242326.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UMFif6R.~p%Lu5o0N{sTD%xuIUjZ%1%L%0R*", "type": "image"}, {"id": 14242322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/beca9d8d-6e48-4618-81e6-7d1ae649b437/width=450/14242322.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UJH1#k~VkXx]Xn-p-:t79GE2oLaxD%IUV@ax", "type": "image"}, {"id": 14242321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12d5ed29-f5d0-429f-b41c-32fe3f6356c3/width=450/14242321.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U6Aw*ZV_J:x[58xGWnRlI9Mw%gDjadNH?^xt", "type": "image"}, {"id": 14242325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0d3845a-6d2a-4b48-b09d-a0df3b49347c/width=450/14242325.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDD]6zE011-oQlXnE3sk0%r=~AE20gn#?GXT", "type": "image"}, {"id": 14242327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d371b3ae-cdfd-439a-a170-bca4c13a85a6/width=450/14242327.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U4D9q^0101~A}k009FjF4n?HIUyE4:%LafyD", "type": "image"}, {"id": 14242329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bf5b5ed-03e4-4815-8836-62149a4062f2/width=450/14242329.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U4FiV,~pxtxu009G00NG8{_34o9G9GE1~p-:", "type": "image"}, {"id": 14242330, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcc7345d-5b84-4d1e-83d6-11027d8c06e0/width=450/14242330.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8Ex^r0UPX?a]~RjD%W=01}+MID+0jNZ^*V[", "type": "image"}, {"id": 14242328, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/508dc391-99ab-451f-9cc8-e1fe218e0e89/width=450/14242328.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U5D]YjPV~8@r9GVWE2F400+]-;PV+ZyD%KDj", "type": "image"}, {"id": 14242331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e47c672-185b-4d7c-928c-df9d7c77362b/width=450/14242331.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "URHUIK^IRPt6}@-ToIt5D*Rkofs:juNHRkj]", "type": "image"}, {"id": 14242332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d3394ad-6d55-4dd2-aac9-14f4c999e372/width=450/14242332.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U7GvYC_3?^Md01DjpIIVv2^iDO%gTdtR=_%K", "type": "image"}, {"id": 14242457, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b2c746b-609e-4154-9500-74ff17a7e96c/width=450/14242457.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UAF62t00I9_Np100s;%MDi-nx^Rj4nR-%MkC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/543434", "modelId": 488713} \ No newline at end of file diff --git a/datasets/metadata/543444.json b/datasets/metadata/543444.json new file mode 100644 index 0000000000000000000000000000000000000000..4d0b709d93b67390b44b7b5e508cf564bd62fb82 --- /dev/null +++ b/datasets/metadata/543444.json @@ -0,0 +1 @@ +{"id": 543444, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-01T12:15:00.000Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["ElementWind"], "stats": {"downloadCount": 133, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 493017, "sizeKB": 30583.2333984375, "name": "ElementWind Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:31:34.898Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2E1AA4FD", "AutoV2": "CD5812F36D", "SHA256": "CD5812F36DBB95E684A5648F46F0C7E1DF0764AAB24F57758679FF195B232DA0", "CRC32": "F53630E3", "BLAKE3": "A8D87B0A7842E7F64136F5BA11EB3BD1316F7A86A3372FDCD87CF254F8CF394F"}, "downloadUrl": "https://civitai.com/api/download/models/543444?type=Training%20Data"}, {"id": 459754, "sizeKB": 223101.04296875, "name": "ElementWindPDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T11:51:04.743Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "ABEDFDC7", "AutoV2": "38FD4BC9AF", "SHA256": "38FD4BC9AF015F6439AD7C303C8133C9F2F2E65BFB8E529A3E18CAC0612B9397", "CRC32": "8777DA68", "BLAKE3": "FBD24A3801842060C34DCA43D03AD616C42F39361F72A6FD4B245967761D9F9B", "AutoV3": "419799135C5F"}, "downloadUrl": "https://civitai.com/api/download/models/543444", "primary": true}], "images": [{"id": 14242829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7a90bc8-2553-479d-ba0d-54b70cd76b87/width=450/14242829.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBD,4P4=01~ByFR4NFS80fnN=xEkTbng-VJ:", "type": "image"}, {"id": 14242817, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a12f414a-2c08-499c-9148-35843a860372/width=450/14242817.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBECh29Ym.}srXIAXSbv0%D%xvJjO@#R=xVs", "type": "image"}, {"id": 14242824, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99c57d3c-0c77-4a8f-928a-aa7f3f3738bf/width=450/14242824.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U7EMOXH@0069*#nTXOKO00%$Kk[n0M~XOY;_", "type": "image"}, {"id": 14242815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cd6ebe1-0343-45e7-af98-0a50480ae753/width=450/14242815.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UIDlTW9u57#k~CkB9ai_RQNZVstQV?9^xD%0", "type": "image"}, {"id": 14242814, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ede2192d-186c-45a5-8056-25ca7b8f76e6/width=450/14242814.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDG926~VDi8{x?xo.7nP5C9t9G=_04IpV^xZ", "type": "image"}, {"id": 14242813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d136c2b2-683c-4c55-bc54-9853fa2e13b5/width=450/14242813.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBEC:^M_00kXvURhEeM{dVI.OtxH_LE1M}~C", "type": "image"}, {"id": 14242820, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adef9a29-98fb-4c81-8260-90a3c8ccf01e/width=450/14242820.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8G[[[$-4U_M4sE9~V5,QB[n=|Sk-,EeIbM_", "type": "image"}, {"id": 14242818, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a69f8a1-2bc6-4ec9-a2d0-1924ed4ad940/width=450/14242818.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UAEVc_kEDi%f^,%MMxsm0M]}-;NKd;i_~W%2", "type": "image"}, {"id": 14242825, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44e9b6cc-e55d-4e5c-bc4c-92d7d7859730/width=450/14242825.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8GbhvqaQUL2p2^0=y4:8w_4?w#7pJXU}[^j", "type": "image"}, {"id": 14242821, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1704c49f-7ffc-4a74-88d9-8fbecd909d3b/width=450/14242821.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKGR#X=|N29ua1jZRkNFVYs8aMa_*0S~jEV?", "type": "image"}, {"id": 14242823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91fb007b-f0a3-49bf-9057-ad029e74e54e/width=450/14242823.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCDcE,0f+s%2}v0yxuwI^PEL%LV@TeE0-Ut7", "type": "image"}, {"id": 14242822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51335886-8958-40d6-9642-a72a641fb835/width=450/14242822.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U9E{%_DAvgyC04~C-n9uuj~qxxrV^}0z=}id", "type": "image"}, {"id": 14242828, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29ac08c2-673d-4607-8013-565088517b94/width=450/14242828.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UJGbbioN4m%1}vIwF3rpMdnhTJxGx]xYM{W;", "type": "image"}, {"id": 14242830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6cb3ded-a4c6-45a6-acd5-2f30a0867a22/width=450/14242830.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U6DJkt0400~UZWR:BoOr[B$$S4+[pHEyrCI]", "type": "image"}, {"id": 14242834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18e8282c-5496-4990-a77e-f91d431f4d07/width=450/14242834.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBFiiSNkx_=w04~VVXSi00oaRlI@q?M|~q-T", "type": "image"}, {"id": 14242833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c4d6704-af9f-4ee7-bb27-ec7cd26967df/width=450/14242833.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UAGlCsz[01TJHYv$P9OF{c_39bwbOtFyv#k8", "type": "image"}, {"id": 14242832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79c5f261-0a5b-4e81-acba-5f1e0c724d34/width=450/14242832.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UEHB#qyD00VY;L~C-;ozTzMc;K-oJ.EN-oD%", "type": "image"}, {"id": 14242835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ba8c581-b874-4940-95c7-3f3aba06c148/width=450/14242835.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UIGk]{~Va1D*yY%K-otRD$EkENS#00M}t7bb", "type": "image"}, {"id": 14242836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c500ffa4-d072-4fd4-aa9a-3ac48e58f6b7/width=450/14242836.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U7B48t9EMJ?IPE9tRN%2m-xtDho#TfrDi^jY", "type": "image"}, {"id": 14242837, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9ff4f9a-4a1e-49e7-b2af-cf9b05576857/width=450/14242837.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UAF=jlrymo%IDS,]xH9ump~U.7IC}%57=|S2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/543444", "modelId": 488722} \ No newline at end of file diff --git a/datasets/metadata/543458.json b/datasets/metadata/543458.json new file mode 100644 index 0000000000000000000000000000000000000000..e9cebe73f7c2a986affa7349442eeeec92755c7a --- /dev/null +++ b/datasets/metadata/543458.json @@ -0,0 +1 @@ +{"id": 543458, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-01T12:17:59.509Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["ElementFire"], "stats": {"downloadCount": 185, "ratingCount": 0, "rating": 0, "thumbsUpCount": 34, "thumbsDownCount": 0}, "files": [{"id": 493014, "sizeKB": 30998.6064453125, "name": "ElementFire Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:33:02.852Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "445EFB50", "AutoV2": "376E7C4AAC", "SHA256": "376E7C4AACD7330C251F3EAB9F38A6C717F214646356A00DF8BAEBEA97211DDF", "CRC32": "37E265F6", "BLAKE3": "2C33F6BFFB612C079CC4BA7581262D891D87F55CED6FF093F154F1F2348259E4"}, "downloadUrl": "https://civitai.com/api/download/models/543458?type=Training%20Data"}, {"id": 459769, "sizeKB": 36980.1875, "name": "ElementFire.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T12:01:19.710Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6B968839", "AutoV2": "F85F841ED6", "SHA256": "F85F841ED6DDAB78AD0C55E66A30D3E8BC3E1538E9FD9BFA3235A106247F2581", "CRC32": "08FCCC64", "BLAKE3": "2ED3AEC1843EC3679E1041256F2C9A3F624F6DA38F610275DAD5EB6061F5463A", "AutoV3": "DE91D3C6975F"}, "downloadUrl": "https://civitai.com/api/download/models/543458", "primary": true}], "images": [{"id": 14243339, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bdbb264-475d-48d3-9c12-dd5e64ca00f2/width=450/14243339.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "U7DRTj:Q57~U10R.0hoz+tXltQnhOrIVo}t6", "type": "image"}, {"id": 14243336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07f50bf2-91d4-4f3d-b4ed-6e621dec2383/width=450/14243336.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U4B_^.^%03Me1MIpE2t61goyNHE3}q-T5TEN", "type": "image"}, {"id": 14243322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7dd6bfe-39a6-4916-aab9-69e939fc739e/width=450/14243322.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U4F|[22301*y3YGa04{_:*}XGG]~tkw{^4+[", "type": "image"}, {"id": 14243324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d149022-628e-46a3-b2f3-75503041a243/width=450/14243324.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U5GjZ;}X4VoN0PS~F2]iPA5l#+Tc68}WoI-A", "type": "image"}, {"id": 14243325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce3e7927-f57c-47da-8deb-5c9b0738b469/width=450/14243325.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U4E_{i0$00Gu01F27~8{:O}=IorXJBb^#kI?", "type": "image"}, {"id": 14243327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbf834aa-ea8d-41de-ab11-12e440af604d/width=450/14243327.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U6DR=]_%0#5=Q74pJBrrt+n4b^IVxt9b^Os.", "type": "image"}, {"id": 14243326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20dc3af3-fcf8-4d21-a8c1-81a03d648a61/width=450/14243326.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U5DIwT?^4Tm+0z-U+[H?8wD*O[%M%2xF=at7", "type": "image"}, {"id": 14243329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45d249d6-f983-485e-847a-86a51de8a7b2/width=450/14243329.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U2Edbd7g00*ef|}r0p5B001M19%f17|G[UGF", "type": "image"}, {"id": 14243328, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/068b28dc-886a-4e60-afd2-f8c9b66c3ed2/width=450/14243328.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U9EnIs^N035V0o#S,-KP}@$y%KOYENI;V[w|", "type": "image"}, {"id": 14243330, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a86489b-bc57-475e-aef3-4115205ff828/width=450/14243330.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCFXS2-U03E*5SI;IVaL0hJA~9$f$gSgxZxZ", "type": "image"}, {"id": 14243331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f2ebc8f-0b39-45fc-80aa-a78f463b6c85/width=450/14243331.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCEfA@D4IBksp{IAV@x^Qmxa%2R+9Fxt%gIU", "type": "image"}, {"id": 14243332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fe729ed-a89a-4a26-b287-21c4feb6ebd4/width=450/14243332.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UAGZ{R[B02GaCPR%4;?F}UEh-9%0-nV[wK=x", "type": "image"}, {"id": 14243333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b88ed553-8ba8-4a67-a39d-e39cbff757fc/width=450/14243333.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHG%[DOr%1IU0hEMRlt6DkEMIp^i~9kWsmWB", "type": "image"}, {"id": 14243334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f107f5b-ad39-4fb6-bfff-c796b5d50841/width=450/14243334.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U6H,kf~U0N0M00ICXS13?ur@^0-Qx[?a-T=G", "type": "image"}, {"id": 14243335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02659bd4-ef2c-450b-ba7d-79778a5cdc50/width=450/14243335.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U7Gja1K*v2ib7gjbRi}::$Rjpbs:4=5TaKW?", "type": "image"}, {"id": 14243341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/860db7a2-7aa3-4cee-9138-aec758105f8a/width=450/14243341.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U7J6p2}W^0-:02D*+[s:%J^i^NSe7|XSw{oy", "type": "image"}, {"id": 14243343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15f6d601-a92d-4c8b-aa95-911a2807e31b/width=450/14243343.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U7EBHQ%L0MVtL15.9H#mElxZ}SI:OsJAW--6", "type": "image"}, {"id": 14243342, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98c3fdf5-0270-4983-a7a0-7b5df291d3c8/width=450/14243342.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHIz|+_N-UIU4:%LtljYOtx[-og3%fWX-:xa", "type": "image"}, {"id": 14243351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/969c8b59-1763-407d-9003-6004044c6b22/width=450/14243351.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UEG7}C^*IpTJC,cEEkkWtlkqW=I?TJ=w$Ms9", "type": "image"}, {"id": 14243355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a47bdf4-bef9-4e75-931b-2aedce8d5bc1/width=450/14243355.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U5HdW*^N00.R01-.%f0NH?9}xa$L1$JU-n~9", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/543458", "modelId": 488734} \ No newline at end of file diff --git a/datasets/metadata/543467.json b/datasets/metadata/543467.json new file mode 100644 index 0000000000000000000000000000000000000000..03df0fed9b315e66c0d2fda12907b601fbfc2954 --- /dev/null +++ b/datasets/metadata/543467.json @@ -0,0 +1 @@ +{"id": 543467, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-01T12:15:00.000Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["ElementFire"], "stats": {"downloadCount": 190, "ratingCount": 0, "rating": 0, "thumbsUpCount": 38, "thumbsDownCount": 0}, "files": [{"id": 493013, "sizeKB": 30998.6064453125, "name": "ElementFire Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:32:16.765Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "445EFB50", "AutoV2": "376E7C4AAC", "SHA256": "376E7C4AACD7330C251F3EAB9F38A6C717F214646356A00DF8BAEBEA97211DDF", "CRC32": "37E265F6", "BLAKE3": "2C33F6BFFB612C079CC4BA7581262D891D87F55CED6FF093F154F1F2348259E4"}, "downloadUrl": "https://civitai.com/api/download/models/543467?type=Training%20Data"}, {"id": 459776, "sizeKB": 223101.66796875, "name": "ElementFireSDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T12:06:29.899Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "015544F7", "AutoV2": "C1987DE1EC", "SHA256": "C1987DE1EC307595A0C8DE19339BA7C735001995A0A0B498F03F208FC94B43F7", "CRC32": "D05F2942", "BLAKE3": "4DB386E556BC54B042166EDD335199B4440A36DA1EE3D377914C3E890D36435A", "AutoV3": "6DDCF1886755"}, "downloadUrl": "https://civitai.com/api/download/models/543467", "primary": true}], "images": [{"id": 14243687, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efbd7cdb-306a-42f1-a6d9-b1cd09bc7f67/width=450/14243687.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UCFqO3M0Ri-:~ARQ9uOs0gOs5Sr?FKt5-Ua0", "type": "image"}, {"id": 14243695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a86fc85-c4e2-41f2-98fe-9d1737111574/width=450/14243695.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBDuVZO@I]?FF{kW%K={0NIp=^NH}8E2E3E2", "type": "image"}, {"id": 14243694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b68f9979-2f34-4ed0-b2a6-1b1a38955725/width=450/14243694.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U5EnLc.50hv$}8-6I;$$039w6RKOxs5mNe11", "type": "image"}, {"id": 14243661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b38b177-b181-4cd8-950a-ff3fd1c6197c/width=450/14243661.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "U4EUY{~C0NE11O2I03Vs03]PS~%1Xmx]~A5S", "type": "image"}, {"id": 14243668, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad08b224-d498-473d-91bc-b56a573c574e/width=450/14243668.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCGtA@rxsA~9-As9$fEN03S_EhE3IW=_Ekso", "type": "image"}, {"id": 14243669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f180b46-56a3-416c-9af4-dd036161b503/width=450/14243669.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "U7DlNAUa0000%g%MR6VX57-p#lM{tl9|$yEg", "type": "image"}, {"id": 14243672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1af63b6b-1e46-4598-8b4c-976dd3edb254/width=450/14243672.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDE2%w~pD%R4K+krIpIV%Lxuay$zoz%2ogE3", "type": "image"}, {"id": 14243676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33c24b8e-aa4a-4c07-84b5-52d074b3da57/width=450/14243676.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFGag:_N={kC%$%ho#%1F#XTs8r;-UOY=_NG", "type": "image"}, {"id": 14243685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac03b0aa-807e-4e86-a0a7-c480f2822367/width=450/14243685.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8EeraIU$z^+1M4:M|kE01}:ozVtr=tlt7RP", "type": "image"}, {"id": 14243692, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/118c3933-a9ea-4368-9e07-3d76b818692e/width=450/14243692.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U9CZIe.lOl%go%AJ%M-V0Lk?-qXSjy_2yWGG", "type": "image"}, {"id": 14243681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cd71c4a-438a-4227-a275-be57adcc4874/width=450/14243681.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U7FqH.2^DjMdNZ5T0-}p0L;LXn%gXR%K=v9v", "type": "image"}, {"id": 14243690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/032024ac-389c-460e-be82-4afda5accfa9/width=450/14243690.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U696mtEj02}nn$S4W=xD$zR+I@%0r@R+Sz$i", "type": "image"}, {"id": 14243686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37d0e7ed-eef7-460d-97c4-10686cd476e3/width=450/14243686.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UDGjc]:*IA%gwcn%5WkV0gxGR:I:~AxFrraK", "type": "image"}, {"id": 14243674, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a16968fa-646f-4a50-9d61-0dd33611f3b9/width=450/14243674.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8B{P$,-0f}@tSNZ9uOY5?$y-Q9}xp-A}sRk", "type": "image"}, {"id": 14243663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5dbc497-b8b8-40a9-81ed-e5f476da62a3/width=450/14243663.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UGGugwS%0L~V4T9bt6?aDiE2V@D*-;M_?GW=", "type": "image"}, {"id": 14243678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/727b5190-1d37-47e2-acd8-df1ec8ebd250/width=450/14243678.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8F4}%169a#k0,5T~9%08{r=NfNL4nIV-TJC", "type": "image"}, {"id": 14243677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9355d24-2bcd-471c-bbcd-a1836e705047/width=450/14243677.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UTF?O%e7aMyE%jW9MykXHtnzRiXAVYWBobw{", "type": "image"}, {"id": 14243673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d33d498-c1bb-415d-bfb4-02cce78fdd67/width=450/14243673.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UADcj%*00000K6Xn0Mz.zU-TxuJp69Ip}=X.", "type": "image"}, {"id": 14243664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb06c23e-d7dc-4740-9fbd-b1c496029a90/width=450/14243664.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "ULFiDNEO0:~U+PBfF3,]q{Nsr=sm%xIqxat2", "type": "image"}, {"id": 14243683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c28317ea-9498-488c-8e42-5d6cde7e2a39/width=450/14243683.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U6E-px000=}jSf0$ag^i4.X.;1~ADjo#Z$x]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/543467", "modelId": 488743} \ No newline at end of file diff --git a/datasets/metadata/543480.json b/datasets/metadata/543480.json new file mode 100644 index 0000000000000000000000000000000000000000..e46fa94e7915b68485a2e2b5f622d34a914ac40c --- /dev/null +++ b/datasets/metadata/543480.json @@ -0,0 +1 @@ +{"id": 543480, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-01T12:15:00.000Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": ["ElementFireXL"], "stats": {"downloadCount": 123, "ratingCount": 0, "rating": 0, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 493012, "sizeKB": 30998.6064453125, "name": "ElementFire Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:32:03.163Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "445EFB50", "AutoV2": "376E7C4AAC", "SHA256": "376E7C4AACD7330C251F3EAB9F38A6C717F214646356A00DF8BAEBEA97211DDF", "CRC32": "37E265F6", "BLAKE3": "2C33F6BFFB612C079CC4BA7581262D891D87F55CED6FF093F154F1F2348259E4"}, "downloadUrl": "https://civitai.com/api/download/models/543480?type=Training%20Data"}, {"id": 459793, "sizeKB": 223101.67578125, "name": "ElementFirePDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T12:12:10.668Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1C156C7B", "AutoV2": "3533FFE569", "SHA256": "3533FFE5697B4ADF07820612D6C9E4E6F367C5D4E7361632780C9C80247A9B50", "CRC32": "BF65B7A3", "BLAKE3": "77B03E18C5A82BDC57E14455D81756559B1FABBF9B9BB6DAF747EAF57550E438", "AutoV3": "FDE74335CAE4"}, "downloadUrl": "https://civitai.com/api/download/models/543480", "primary": true}], "images": [{"id": 14244170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df3f1d54-7734-4226-b46e-0471792ee1ce/width=450/14244170.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDGaOM0:4o}74;ELxZ-.vzNdT1JBxHt7^h9w", "type": "image"}, {"id": 14244175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7d34b8b-4806-4aec-afa3-91742105f1a2/width=450/14244175.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "UBG[A+^4L$=x0N=Z5rNHu%rqslt702kX~9=@", "type": "image"}, {"id": 14244178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb1ca04b-43a6-43eb-a5a6-d891ce98b828/width=450/14244178.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "U8I;I$3Z8wEO04TL%#NI00DjXS]~0hIoMxEL", "type": "image"}, {"id": 14244159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9a79c07-9764-4272-886b-d390ffda52a8/width=450/14244159.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFHKC310Dj}m0LI:Nc-UrDoet7Iq13S~?FNa", "type": "image"}, {"id": 14244163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae81f8a5-5253-4806-bb29-7c672cf32b3e/width=450/14244163.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCH1;@Q+dp?H0f]}?vn4O@s8ENH?}k9v?Hw[", "type": "image"}, {"id": 14244161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92cd9f35-d412-4403-aeb3-8ddba6d8d655/width=450/14244161.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCDvf:1+00};?btR$$kDW+^IM{ENQlSz,,Mw", "type": "image"}, {"id": 14244162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73823744-f64a-4519-9517-d493a20481a3/width=450/14244162.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U9GIDe4V3Zkp8|o}4:?G00%f9G,BS~Ej_2WC", "type": "image"}, {"id": 14244160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92f07f17-bcd9-4c33-bac5-b7fcab4f8b7f/width=450/14244160.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFC=SLEM0i}=0gW=s.WWEN-8-S9wtRWXoMWX", "type": "image"}, {"id": 14244171, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bc20703-b283-487a-8500-9572c3d31648/width=450/14244171.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UAHAX@0L{I~B10OTR*={:%%30i=F6AM{EMNa", "type": "image"}, {"id": 14244164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae967068-1896-4b72-b145-73ad3aea0789/width=450/14244164.jpeg", "nsfwLevel": 8, "width": 1080, "height": 1920, "hash": "UEGHe,2dD*{w14R.Ip$~E0xvafM|AwXn-oD*", "type": "image"}, {"id": 14244166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53e57333-8384-43bd-af8b-9a94859cd3c0/width=450/14244166.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UEEoJZq[03~99]MdK6Eg9^xt={RiDiXTtRRP", "type": "image"}, {"id": 14244165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd349563-1baf-45ee-80e4-67aae349d75f/width=450/14244165.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U9Ipek0zQ8?G0*-.-8}?$0%2jJ%0*{w]^Pi_", "type": "image"}, {"id": 14244169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84adb079-8620-4c3f-8f79-3d975785f862/width=450/14244169.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFGj?4}RM_xG0L={SiNaoeEhWCxZ9aS4={xF", "type": "image"}, {"id": 14244167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ccfbb51-7dbb-4266-a821-e63b954d79aa/width=450/14244167.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFIzFn590N~9=GE30%tjvLv~t6tQGHMy=_t6", "type": "image"}, {"id": 14244168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44667ba6-157f-4a98-b29c-a1b86df3cf9e/width=450/14244168.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U9EoPlzA043F02={KOD*00Gu}q}RKkMx-O-o", "type": "image"}, {"id": 14244177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07ee95ac-8b53-40e6-a758-d18356f47ff1/width=450/14244177.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8JtFsRj4T^h01M|T0ShD4%L}=E201n~~oxG", "type": "image"}, {"id": 14244173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/659991ea-9b21-4ba4-b408-a94d4d57cb18/width=450/14244173.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCHnNe1R0M?H02O[GI%2^4_2%fR:0Ts:~VK6", "type": "image"}, {"id": 14244176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0717179-1ff5-484f-b79e-b0ea81991d94/width=450/14244176.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "U9Ig}[5Y2|+E00@r7~Bpuj#*#5RO=Fk?56ng", "type": "image"}, {"id": 14244180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4251fc3b-361c-4ee6-b916-932765c7a294/width=450/14244180.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "U9F55K+GMH%h4q%fo^Af0MrBP9E+%go}vz{^", "type": "image"}, {"id": 14244181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e314e2ba-95c6-4b40-8a06-3c8ce1a95656/width=450/14244181.jpeg", "nsfwLevel": 1, "width": 960, "height": 536, "hash": "U7Gt{8?_0C2b00yCGuDjIBtk[SX-0MkV^P}l", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/543480", "modelId": 488755} \ No newline at end of file diff --git a/datasets/metadata/54360.json b/datasets/metadata/54360.json new file mode 100644 index 0000000000000000000000000000000000000000..30f266a7e484981761d8cea44627f0c08a37b414 --- /dev/null +++ b/datasets/metadata/54360.json @@ -0,0 +1 @@ +{"id": 54360, "index": 1, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-04-24T18:18:52.431Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": ["isaCrossing", "isaClothes"], "stats": {"downloadCount": 498, "ratingCount": 68, "rating": 5, "thumbsUpCount": 68, "thumbsDownCount": 0}, "files": [{"id": 39292, "sizeKB": 40007.46875, "name": "isabelle.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-24T18:20:43.264Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3E0108B7", "AutoV2": "3C51B1FB31", "SHA256": "3C51B1FB31780A6D4618695F9B39932E0EF4F213E37ABCD5665A88B1AD9B2387", "CRC32": "40F47400", "BLAKE3": "B80AE9F5A928D83141E23E433BB9CDDEDF7F4B700B6B0D1E4E6312E93C22C107"}, "downloadUrl": "https://civitai.com/api/download/models/54360?type=Training%20Data"}, {"id": 39291, "sizeKB": 36986.6923828125, "name": "isabelleAnimalCrossing.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-24T18:20:41.860Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1A0B2CDB", "AutoV2": "2807611DBE", "SHA256": "2807611DBE497BD58490FDF1B647F09035E80BDC078E00C60E443C054ED65575", "CRC32": "E0AC936A", "BLAKE3": "13527B140955692B61CAE240939902B359F02830305DF9B446B4E9430E8E5BD3", "AutoV3": "ED6FB8F236CE"}, "downloadUrl": "https://civitai.com/api/download/models/54360", "primary": true}], "images": [{"id": 587778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11c43af9-ac82-4493-37cc-b6168ba5ac00/width=450/587778.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1408, "hash": "UcJurx^etpt9?IRP9[R-I:WBjbkCkqofn*R+", "type": "image"}, {"id": 587775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5caad059-c8d9-4e9d-e0ee-1d4b61795a00/width=450/587775.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCGR#Y9G4;.T^+X9r;R.?IxYIpNL_2ITIUXA", "type": "image"}, {"id": 587772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76862801-0742-4aa7-0b88-8e70b2f17600/width=450/587772.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNI53$xa01S2D4obEkjYGcM~~9kCDOWAE4jF", "type": "image"}, {"id": 587779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15c72478-8469-48c8-6b8f-77fb9350bc00/width=450/587779.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1408, "hash": "UBI|?jyD8w$z_#IUBrE3K*I[I[Nf^%tkR.wb", "type": "image"}, {"id": 587776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cbc524f-b1b4-4675-3b24-bb1e2621c800/width=450/587776.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UeG[$VIBb]tlk]aIS5kXTMRjn,NL%NNb%1ah", "type": "image"}, {"id": 587774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f78e6507-938a-43f0-894b-644c692db600/width=450/587774.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJFZ1@t8%jxa%LbINIjYxvjYM{WBofflofoL", "type": "image"}, {"id": 587780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/924bdbdf-8a7f-438a-4535-f52251aca300/width=450/587780.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNG[K69F9G~p~WM{9Zx]t79Gt7X9xZaJt7-o", "type": "image"}, {"id": 587777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84e0be8b-e3a1-4b93-fbd5-397b6cc5af00/width=450/587777.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U6FFHa00j^~VMd%20y9Z00t50LS$%gsoR5-;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/54360", "modelId": 49824} \ No newline at end of file diff --git a/datasets/metadata/543958.json b/datasets/metadata/543958.json new file mode 100644 index 0000000000000000000000000000000000000000..3bf8b2fb6895b2570313cafb8f4070460b6bc92d --- /dev/null +++ b/datasets/metadata/543958.json @@ -0,0 +1 @@ +{"id": 543958, "index": 0, "name": "Juan Gris Style SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-01T18:54:25.449Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 45, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 460257, "sizeKB": 1915.72265625, "name": "543958_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T16:50:47.989Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "21A4B3D71D", "SHA256": "21A4B3D71D754D450D3CA23C607A3AF550E0C74EDDB48410A1D3F66CF33CB048", "CRC32": "C25A3C74", "BLAKE3": "5F034BF8C2E8D6DA7BBE662074824B1FE5C61FF0802188B2F0E0A57FEBE84115"}, "downloadUrl": "https://civitai.com/api/download/models/543958?type=Training%20Data"}, {"id": 460473, "sizeKB": 223105.23828125, "name": "Juan_Gris_Style_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T18:51:40.863Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "15A11DC6", "AutoV2": "49914ED048", "SHA256": "49914ED0482A5DC22100EC3B3BAEEA2F1164986D793A8F0D5B71267A19E2F459", "CRC32": "72A9C0B6", "BLAKE3": "B3899B2EAF5F3180E407CB3A3572F66A99341B6DA1DBAB9964FAB9EFAB04CFA1", "AutoV3": "2BEEFD361821"}, "downloadUrl": "https://civitai.com/api/download/models/543958", "primary": true}], "images": [{"id": 14273787, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e51a5e0-245e-40a2-93e8-7bd846064a6e/width=450/14273787.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6HUzv%gUuNf]~ab$,j]00%M.AxtMwI]9vE1", "type": "image"}, {"id": 14273788, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4df9b988-ca55-4ed6-ad3d-794bf5664b43/width=450/14273788.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9GatK%1}PIo?c-4rqENMd#OEnXTvz9ZI[-:", "type": "image"}, {"id": 14273786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8e97e11-a419-438d-8cb1-f1d0bc3f59fd/width=450/14273786.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7F=N?~9mir@iaR-NFsl0L-oozjEax579t%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/543958", "modelId": 489188} \ No newline at end of file diff --git a/datasets/metadata/544000.json b/datasets/metadata/544000.json new file mode 100644 index 0000000000000000000000000000000000000000..833b11117549fce98e5e4b43ba607c328c068353 --- /dev/null +++ b/datasets/metadata/544000.json @@ -0,0 +1 @@ +{"id": 544000, "index": 0, "name": "Takashi Murakami Style SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-01T19:01:27.570Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 47, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 460302, "sizeKB": 2759.9326171875, "name": "544000_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T17:10:55.134Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4642AAFE", "AutoV2": "A858B05C98", "SHA256": "A858B05C985349661F57B34E7F4F417140A072D54E44A81E173D9EAE8788BDDF", "CRC32": "36E62B8F", "BLAKE3": "A3DC0163C5371FAD980D29F33C86E906E08FBA61EDC5E2F7D4B76D42417FD215"}, "downloadUrl": "https://civitai.com/api/download/models/544000?type=Training%20Data"}, {"id": 460500, "sizeKB": 223107.26171875, "name": "Takashi_Murakami_Style_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T19:01:23.236Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "352A3888", "AutoV2": "DF1921C765", "SHA256": "DF1921C7651F60594A2F87C45ED7FCB1AC0616193663BFF2C1C8319F45A6AA03", "CRC32": "1A549EB5", "BLAKE3": "50F827E580BCDC6D4406E7ECF9BE23272481E97EBA4E624A35C48018737DE227", "AutoV3": "300E15FABA41"}, "downloadUrl": "https://civitai.com/api/download/models/544000", "primary": true}], "images": [{"id": 14274406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c31371a-7809-4ccf-b360-1f8ea57bf789/width=450/14274406.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaL4j7NH_4xW-:ozIVn$?vV@xas:t7ofxubF", "type": "image"}, {"id": 14274407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92e8a231-2345-4124-bcd3-7adda6f10a95/width=450/14274407.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6N,|@?a~oxu_1og-:t6_2WARjxt-:WBxaWB", "type": "image"}, {"id": 14274405, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cc46d9d-b31b-456a-88cf-8cc8b21d5de8/width=450/14274405.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUJQvIn-Mzs7=gs+RiRl]-oIEjNH}nV{kExr", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/544000", "modelId": 489224} \ No newline at end of file diff --git a/datasets/metadata/544019.json b/datasets/metadata/544019.json new file mode 100644 index 0000000000000000000000000000000000000000..2d62dd25882c1a011cd4a914df924f08e9ea23c0 --- /dev/null +++ b/datasets/metadata/544019.json @@ -0,0 +1 @@ +{"id": 544019, "index": 0, "name": "DAFRAH", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-15T18:26:37.971Z", "availability": "Public", "nsfwLevel": 1, "description": "0.11v
", "trainedWords": [], "stats": {"downloadCount": 66, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 460386, "sizeKB": 39840.1162109375, "name": "544019_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T18:05:48.695Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A7B635AB", "AutoV2": "8C8FEDC6EC", "SHA256": "8C8FEDC6EC2DC2B7A1A7D4B3E1E5ECD763BBFDA413D2B14EED4DD6BBCC9FF327", "CRC32": "0D2E79E8", "BLAKE3": "474B22636653F97F6DA7E018D7F235835580C5BDB9335359FC7657E8BA8E01DF"}, "downloadUrl": "https://civitai.com/api/download/models/544019?type=Training%20Data"}, {"id": 461640, "sizeKB": 223104.92578125, "name": "DAFRAH-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T08:32:08.219Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5A8864D6", "AutoV2": "C92E22B750", "SHA256": "C92E22B750C7A7C79AC5D9AB7DDA427676C83ED639F3D9C571CF2A1D982DACC2", "CRC32": "B7F5A5ED", "BLAKE3": "A9E7D49A4A6F84B0E420892FB721E46DE7768CACD019838626D11939F187C278", "AutoV3": "D1639F17B343"}, "downloadUrl": "https://civitai.com/api/download/models/544019", "primary": true}], "images": [{"id": 15912266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66ad6c6b-cb4d-4c34-8a28-7d9b8075bc3a/width=450/15912266.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAH19@]~AEM|%g0L-oIq_M9G}@t6.8R5^kR-", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/544019", "modelId": 489241} \ No newline at end of file diff --git a/datasets/metadata/544148.json b/datasets/metadata/544148.json new file mode 100644 index 0000000000000000000000000000000000000000..f9c04e75ba9799ac65e918eea9121258535a0f09 --- /dev/null +++ b/datasets/metadata/544148.json @@ -0,0 +1 @@ +{"id": 544148, "index": 0, "name": "Natalia Garnet - Levius", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-02T03:03:38.305Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": ["nataliagarnet"], "stats": {"downloadCount": 42, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 460471, "sizeKB": 30750.1181640625, "name": "544148_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T18:51:28.136Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A7FE913C", "AutoV2": "E6EA5FF090", "SHA256": "E6EA5FF0902B67F428E976B86C22C31C7E898C31D75492FCE46F60F778D789D3", "CRC32": "7FE0D4AC", "BLAKE3": "79E29435144A1ADA1DD9A334C9867F817786CB07D68A7938D3F3226D3EA3B707"}, "downloadUrl": "https://civitai.com/api/download/models/544148?type=Training%20Data"}, {"id": 460673, "sizeKB": 223102.02734375, "name": "Natalia_Garnet_-_Levius.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T20:41:35.347Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "161742E8", "AutoV2": "B9999744D0", "SHA256": "B9999744D08498CE661C79C9261FEFCE5C2FF455848544229D531E1181DE5F73", "CRC32": "23FB6731", "BLAKE3": "766EC9B61A6F89A5447AD34C03B913D4A196B23527F1AA40FF776D8EB11A8A2A", "AutoV3": "6F50BE23B5C7"}, "downloadUrl": "https://civitai.com/api/download/models/544148", "primary": true}], "images": [{"id": 14307885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ba26287-7715-4e20-ab6d-79d2a0406b13/width=450/14307885.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "UEJ@%s^+00~p4m-;-?of009F9FMxOaRPrWs:", "type": "image"}, {"id": 14307867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/278f1127-142f-41d6-baa5-f99fbeaad656/width=450/14307867.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "UHLzaN~W02Rm~U%M?b-:act6t7NGyEWVwbxZ", "type": "image"}, {"id": 14307884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d28cff6-9447-411b-ade0-20d00f73de4d/width=450/14307884.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "U8G87rMy00~ptxS201$i0eX8.8I:D5sp-oNG", "type": "image"}, {"id": 14284682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91ea71ce-790b-451c-96be-60afbdad0931/width=450/14284682.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "UFJ*C+0100t6?^9FM~IU00jE.9V?01-:D*%M", "type": "image"}, {"id": 14307881, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3d69390-218e-4eda-98d1-7e9209d77dd2/width=450/14307881.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "U7I4@g0L00X500Ip%i^*I.xu?IRj%%E1$dWC", "type": "image"}, {"id": 14307899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09418538-1f48-4f99-aed1-633301d44cdd/width=450/14307899.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "UQMs+iE29ZIU~8IU-;xt9Zt7xZV@xvofoMNH", "type": "image"}, {"id": 14307903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9813a3e3-ac90-4137-a12e-d992b0ec7bc3/width=450/14307903.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UDM7Dg000nRi_MNL^,$%WAoft7bHSiRj%2Ip", "type": "image"}, {"id": 14310302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c15000b-3499-4cf9-ae1a-53f1af55fedc/width=450/14310302.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UHL:=s9a004n_M4o_3oc%e%Mo~adx]-:NHIV", "type": "image"}, {"id": 14310754, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b478151e-6728-415f-907c-ba1fcf5e3a80/width=450/14310754.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "USLWqv~W0LRjIp-pR+xa9Gs:t7Rj%LD*WBWA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/544148", "modelId": 489359} \ No newline at end of file diff --git a/datasets/metadata/544198.json b/datasets/metadata/544198.json new file mode 100644 index 0000000000000000000000000000000000000000..5e89d736c278b57141b43c2c0fc0826ec0a5094c --- /dev/null +++ b/datasets/metadata/544198.json @@ -0,0 +1 @@ +{"id": 544198, "index": 0, "name": "Imaginary Asian Girlfriend", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-02T15:05:31.015Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 50, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 462256, "sizeKB": 223099.37109375, "name": "Imaginary_Asian_Girlfriend-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T15:02:20.508Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "53931EB9", "AutoV2": "D2F8D2B722", "SHA256": "D2F8D2B722CD6DA3F9080E3EA698FFCBB3B3B10F28FC813419521EEEE40FDDC9", "CRC32": "274AAAB1", "BLAKE3": "44DD950AB8CB34A6539AEEBCC998E36544BC913DE99ADBC4C40921225F3CE6F5", "AutoV3": "16D8AD685952"}, "downloadUrl": "https://civitai.com/api/download/models/544198", "primary": true}, {"id": 460502, "sizeKB": 9722.9638671875, "name": "544198_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T19:02:38.927Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6402D9FF", "AutoV2": "5BA4183020", "SHA256": "5BA41830203BD9103C1F2193101860C1C5AC8CFAA55B72D4DDDE1443B6DFD0A2", "CRC32": "2FDE0A95", "BLAKE3": "EE383AB112FB8413B4F5DF4E874ACCDF2BF327F12B9C586124F4959A9479E542"}, "downloadUrl": "https://civitai.com/api/download/models/544198?type=Training%20Data"}], "images": [{"id": 14367852, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d14ec40-985c-480c-9f88-fd5f56003b1e/width=450/14367852.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGEn@QNepG%1^$j]~AEM4:E2$fxF02IpIVoL", "type": "image"}, {"id": 14367850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0916e840-3336-4441-843e-4a1fbdfe4684/width=450/14367850.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8ExRv0-G?%Lu2r_~UEL024:H@-U00D%DjM{", "type": "image"}, {"id": 14367851, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d434d43-470b-46d8-a98e-90619f9e7965/width=450/14367851.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAE-]hSdF=^j_2={^dI[17xt}=X90A-Q9b=_", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/544198", "modelId": 489400} \ No newline at end of file diff --git a/datasets/metadata/544278.json b/datasets/metadata/544278.json new file mode 100644 index 0000000000000000000000000000000000000000..4a3327524adce51066a669699ac31d4aa154df99 --- /dev/null +++ b/datasets/metadata/544278.json @@ -0,0 +1 @@ +{"id": 544278, "index": 0, "name": "Yayoi Kusama Style SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-01T21:22:02.908Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 63, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 460580, "sizeKB": 3779.88671875, "name": "544278_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T19:40:41.006Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F7C7818B", "AutoV2": "2F599512A0", "SHA256": "2F599512A0DBC7D4208806D4B73E7F8200C29FA5DE520A473E51EBDA5CFD31D2", "CRC32": "ED3CB791", "BLAKE3": "D9172BE8C1142CFE5F5588A00DEB65BC9AD4B363DD60351E61E08CDD321EAB28"}, "downloadUrl": "https://civitai.com/api/download/models/544278?type=Training%20Data"}, {"id": 460747, "sizeKB": 223107.91015625, "name": "Yayoi_Kusama_Style_SDXL-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T21:22:31.015Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FD80BF02", "AutoV2": "913D4B0C9D", "SHA256": "913D4B0C9D0DC49FA6F3ECBC78EEB8AF95D459E02038F624ECEB2286FF60DF1D", "CRC32": "1E49B16D", "BLAKE3": "4E4948F34EFBBCE0987DC142993A32D7AC83904DB9BA3C0C44DCDDB0676DEC2F", "AutoV3": "04CE56460B8E"}, "downloadUrl": "https://civitai.com/api/download/models/544278", "primary": true}], "images": [{"id": 14285317, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85598283-e0e9-46ec-9605-2059a56c1cf9/width=450/14285317.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBLpBdxG9w-:_OxuFzRiHraKkXs9cZoLiwWV", "type": "image"}, {"id": 14285319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0910ed6a-61c7-468f-bc80-a0981ae8fcb7/width=450/14285319.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7H9_}f8M%xX[H=uRmRm08Is-RI?~i$#$ONc", "type": "image"}, {"id": 14285318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ba76b20-5cbf-4b4f-867a-ae6ee4b2421c/width=450/14285318.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9LyAw%10M-pD4oLJ-Rj%%ofjENH-UR*jFxG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/544278", "modelId": 489466} \ No newline at end of file diff --git a/datasets/metadata/544283.json b/datasets/metadata/544283.json new file mode 100644 index 0000000000000000000000000000000000000000..ea9d836210785ab99190ff6569f56bd65ff63024 --- /dev/null +++ b/datasets/metadata/544283.json @@ -0,0 +1 @@ +{"id": 544283, "index": 0, "name": "Lynn M", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-02T00:19:00.057Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 51, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 460938, "sizeKB": 18545.859375, "name": "Lynn_M-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T23:40:53.764Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "969211A545", "SHA256": "969211A545A936C436D15BA68D0DBAEACC0BF99A4C7751E01E260A0D077DAD75", "CRC32": "4D98D746", "BLAKE3": "10849B92D5868B8292616FA89DC631A50A54E81F8318D0CB1C7A0254A33B27B5", "AutoV3": "3B0A18CFE609"}, "downloadUrl": "https://civitai.com/api/download/models/544283", "primary": true}, {"id": 460679, "sizeKB": 9666.44140625, "name": "544283_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T20:47:04.048Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "024135C9", "AutoV2": "1E30D38225", "SHA256": "1E30D382251AA91FB9DBA76E22AA8BA039341AF7D8472E3FB6032CA44A736D50", "CRC32": "8A8D235F", "BLAKE3": "3638F65EB17FD2DD16B33AB55ADA3BB1C68DA00603C159F13DCA810329914AE3"}, "downloadUrl": "https://civitai.com/api/download/models/544283?type=Training%20Data"}], "images": [{"id": 14297335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88f12805-f6a1-4f63-9926-8ce678d5f78a/width=450/14297335.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UPJtVUxB0e~WSg%1?Gxu4ot7ozRj4:WB%2V@", "type": "image"}, {"id": 14297337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70973ef7-2a5b-471c-a214-d2652807e397/width=450/14297337.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UZGuXj?ai]x]~B-:tRxtITt8x]oeNHM_WCt7", "type": "image"}, {"id": 14297336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f829cea1-6804-483d-8cf2-90e83667246f/width=450/14297336.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UHIXp%%100$x8^tRR+I@DO%M%g$z~qoyRkxE", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/544283", "modelId": 489471} \ No newline at end of file diff --git a/datasets/metadata/544296.json b/datasets/metadata/544296.json new file mode 100644 index 0000000000000000000000000000000000000000..a3380faf9e064dd27495f1e56836f326b2aeffef --- /dev/null +++ b/datasets/metadata/544296.json @@ -0,0 +1 @@ +{"id": 544296, "index": 0, "name": "IBEXCGdrone_style", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-01T22:48:45.347Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 66, "ratingCount": 0, "rating": 0, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 460705, "sizeKB": 57873.5703125, "name": "544296_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T20:56:35.455Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E3084437", "AutoV2": "5AED976FD8", "SHA256": "5AED976FD85B2318EBA5F36774127A275FEB03E8D8778DC54E5FFBAE4FB2CC72", "CRC32": "04236581", "BLAKE3": "9426CE0E33D1F3CFDE00DB0C0C2EEB551BB3975390BE0BED22513CEAFE50CEA3"}, "downloadUrl": "https://civitai.com/api/download/models/544296?type=Training%20Data"}, {"id": 460868, "sizeKB": 223118.30859375, "name": "IBEXCGdrone_style-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T22:47:09.960Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5FE209E9", "AutoV2": "B0625E6D47", "SHA256": "B0625E6D47B62F6CA8369693D394BDAA21988D83AE1FF5BBD0FC06C4FAE35A69", "CRC32": "73256983", "BLAKE3": "1C2E155109DE64014E4A61C781FE61E609FE1AFA28409A40C6A03A4517FB154F", "AutoV3": "B357432CEE10"}, "downloadUrl": "https://civitai.com/api/download/models/544296", "primary": true}], "images": [{"id": 14294169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acce376d-b376-4150-afe7-c1d0dd0e3966/width=450/14294169.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UOHUFT}?rVn*o~ayROaz9ZNHbIofV?j[xuoL", "type": "image"}, {"id": 14294252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25d6df97-342e-4bc0-af9c-54143969f63d/width=450/14294252.jpeg", "nsfwLevel": 16, "width": 800, "height": 800, "hash": "UcLV2]%0vgrr-.s,V@jG}:X8IWWCA9axb0ah", "type": "image"}, {"id": 14294278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2265317c-5b26-4e85-919a-61fb2095f87b/width=450/14294278.jpeg", "nsfwLevel": 8, "width": 800, "height": 800, "hash": "UHH.1uD*?]xt_3xuxsD%TKNHrWWB-nRjS5tR", "type": "image"}, {"id": 14294441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/441faeab-c095-478b-b346-bd0366c74f72/width=450/14294441.jpeg", "nsfwLevel": 8, "width": 800, "height": 800, "hash": "UFF=8+~C0{g1BYR~pH-;7eRQ^mob^z%39KRQ", "type": "image"}, {"id": 14294447, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe6cc4c4-3823-4737-a87c-9e956c128d23/width=450/14294447.jpeg", "nsfwLevel": 16, "width": 800, "height": 800, "hash": "UHG@o+nOH=%3%Oxbi]oL}t%3-VkCt:oN-pkX", "type": "image"}, {"id": 14294448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be1bd272-3eaa-403b-8dfd-76530d694a59/width=450/14294448.jpeg", "nsfwLevel": 4, "width": 800, "height": 1169, "hash": "UDHwJ_kE[,jH0,XAR4n$}sW9NLs.0dW?JWbI", "type": "image"}, {"id": 14294458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d51abdff-7939-455d-bce7-6e3ace8af0c4/width=450/14294458.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "U9DSa?]i0000U[$-SdyZ8_.8-?9DtlIURj$,", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/544296", "modelId": 489481} \ No newline at end of file diff --git a/datasets/metadata/544474.json b/datasets/metadata/544474.json new file mode 100644 index 0000000000000000000000000000000000000000..72078469d3753dd1a047b84231b0d28e07cde533 --- /dev/null +++ b/datasets/metadata/544474.json @@ -0,0 +1 @@ +{"id": 544474, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-01T21:39:12.993Z", "availability": "Public", "nsfwLevel": 15, "description": "Model based on Street Fighter 6, primarily trained with full-body pictures, has issues generating faces.
", "trainedWords": ["sf6"], "stats": {"downloadCount": 46, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 460774, "sizeKB": 135356.029296875, "name": "SFVI.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T21:36:34.009Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CD19352C", "AutoV2": "D733006DCA", "SHA256": "D733006DCA21AC2BC031BD1539E22B915EFA1DD593A2742B5C1E05E49D4A8FC3", "CRC32": "42EBF518", "BLAKE3": "F173D492695C8225771A28A7FB0EE8615F48DB7915BB750645D89961C25F73C1", "AutoV3": "22966077AD45"}, "downloadUrl": "https://civitai.com/api/download/models/544474", "primary": true}, {"id": 460796, "sizeKB": 65127.318359375, "name": "dataset (3).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T21:50:48.653Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E99E65A3", "AutoV2": "A2DCB8C0BB", "SHA256": "A2DCB8C0BB928AD19F4F67CF8C393A9EFD1411F67776A4523467EE6900FD152B", "CRC32": "0C803DF6", "BLAKE3": "05EA9B76A8D5456F562831D9DAF54EECF57253D8B2FCEF91C3EA3FE45BFD06FD"}, "downloadUrl": "https://civitai.com/api/download/models/544474?type=Training%20Data"}], "images": [{"id": 14286139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0396675-b30b-4be0-9d1b-a059a7633dc5/width=450/14286139.jpeg", "nsfwLevel": 1, "width": 440, "height": 512, "hash": "UBDmBqmPm$KnzmXp0hxWD$R.D,-jT1R-$xM_", "type": "image"}, {"id": 14286140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb39c60c-18ca-44f5-8e9b-eb4034e3cfc5/width=450/14286140.jpeg", "nsfwLevel": 1, "width": 440, "height": 512, "hash": "UFFYAT%i=Yn2}jnME3NKIUoJI;oJNMR-flxu", "type": "image"}, {"id": 14286224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29d5c53b-424d-446e-8c8a-9e13f872cc10/width=450/14286224.jpeg", "nsfwLevel": 4, "width": 416, "height": 512, "hash": "UIKK1r4o00RjXexUAL-n-WoIxvRh?wIU}?D%", "type": "image"}, {"id": 14286225, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e28dc79f-ee87-4d2b-9cb0-e0786a507fbc/width=450/14286225.jpeg", "nsfwLevel": 4, "width": 512, "height": 472, "hash": "UIIzVK^NIo%1yZslNejtAKRjx^a}O[WBW?s:", "type": "image"}, {"id": 14286222, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9efbf58f-2e75-43fd-b32a-d1b65c1e54cc/width=450/14286222.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UUIzw-RU~9WG%HE34;oxV[xtV]kB9voLt7Rk", "type": "image"}, {"id": 14286184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2dd598af-3d73-46f8-9d5e-884ebf7a3a40/width=450/14286184.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "USGc1G-oI;.TyZxGD*I=MxogM{M{WYNct8oL", "type": "image"}, {"id": 14286228, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2926c57-1aa6-4c6b-a791-44a28e14d2fc/width=450/14286228.jpeg", "nsfwLevel": 4, "width": 504, "height": 512, "hash": "UlHozgWWPXt-uPRktl%1EUiwSJSdXAsWM~I@", "type": "image"}, {"id": 14286226, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b769a839-826c-4b4a-b7b4-254af83e8af7/width=450/14286226.jpeg", "nsfwLevel": 4, "width": 504, "height": 512, "hash": "UQHnjT%gAo-=.T%MI:xvTyxv$+XS.8ozogoz", "type": "image"}, {"id": 14286223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3c7d362-4c5b-4d21-ba62-47dd95d6220c/width=450/14286223.jpeg", "nsfwLevel": 1, "width": 392, "height": 512, "hash": "UOJQE7~U5l586+-5n4IuDOf+tlWrkVIpM|s9", "type": "image"}, {"id": 14286231, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cea92bd1-8b9a-4926-a0ab-7b642b5b65aa/width=450/14286231.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UKGHb+~C1jFz0zIom+jYEKWB#nwc+bxFX,Sg", "type": "image"}, {"id": 14286229, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1529666-f671-4581-88be-8884bfe4a908/width=450/14286229.jpeg", "nsfwLevel": 1, "width": 512, "height": 480, "hash": "UEFYcfRU00?ut+j:M~Ng00t8~UD$z-WB%NxW", "type": "image"}, {"id": 14286227, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/950fee9f-6006-4a24-af23-3c20674e06d9/width=450/14286227.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UCIXBN001i00TeM_sm01E2S$Z~~BE3n$t6Ip", "type": "image"}, {"id": 14286230, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58b2edc4-cd9c-41cb-a88f-48653077824c/width=450/14286230.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UOGkaq~p9}J8%2%3pI-;t8-;_2tR?G%M%2t6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/544474", "modelId": 489639} \ No newline at end of file diff --git a/datasets/metadata/544594.json b/datasets/metadata/544594.json new file mode 100644 index 0000000000000000000000000000000000000000..62aac00c83dec93a93f58099da69bdff590ec09a --- /dev/null +++ b/datasets/metadata/544594.json @@ -0,0 +1 @@ +{"id": 544594, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-01T23:18:39.827Z", "availability": "Public", "nsfwLevel": 5, "description": "v1.0 (technicly 2) but i'll ignore that fail, turned out pretty well, could be better but i do not know how to make it better
", "trainedWords": ["neofalmerworld", "chitin", "rough jagged texture", "scifi", "dark blue exoskeleton", "green eyes", "green glow", "underground", "fleshy joints"], "stats": {"downloadCount": 140, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 460876, "sizeKB": 9328.71875, "name": "NeoFalmerWorld1.0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T22:55:46.607Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F314F035", "AutoV2": "2A0A7D4114", "SHA256": "2A0A7D411499C8F5F5430A4BD9925DCC8FDD959D3F06AEA128A7F5E5CEE7431D", "CRC32": "987CB99D", "BLAKE3": "EA6286F810DF677E53D96B6D3DE5D7E4568BBD644A4F6685214462F9554A546B", "AutoV3": "4109C2BFF198"}, "downloadUrl": "https://civitai.com/api/download/models/544594", "primary": true}, {"id": 460880, "sizeKB": 77643.8671875, "name": "NeoFalmerWorld.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-01T22:55:47.105Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "04577D5E", "AutoV2": "1C8186C4B6", "SHA256": "1C8186C4B6461EF015C1BFD72FD61B9AAA15C25AF3671AE00D8CFEDB9D6EA799", "CRC32": "93BE0ECD", "BLAKE3": "16D64D523B26ABD7E51BFC8F3773A77C984471EAA3A6D90F5A2B487B202A16A7"}, "downloadUrl": "https://civitai.com/api/download/models/544594?type=Training%20Data"}], "images": [{"id": 14291057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6ffd71a-9fad-4ade-bd74-2cfcd0af8e20/width=450/14291057.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "U47_f*S%?^?wDORP8{WB00xt8_Ri_MRj?btR", "type": "image"}, {"id": 14291170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/234359f7-ad2f-4f34-811b-c9ca1a1b68de/width=450/14291170.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "UQE3YgoL_3?b_Nt7xujs.8RPaeWC-;RjRjxu", "type": "image"}, {"id": 14291202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03dee2cc-ef38-4b1e-9be9-52c3bcc140dc/width=450/14291202.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U5AA~?4o-;_N00DiDO8_eS.74U_1o}yCxa%2", "type": "image"}, {"id": 14292229, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d967361c-32ae-41b8-8244-c7182b16a4cd/width=450/14292229.jpeg", "nsfwLevel": 1, "width": 2592, "height": 1152, "hash": "U35$iE8_%#kstoRPxvRl8w%MD$%gDNx]R5t8", "type": "image"}, {"id": 14292259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa9ce47c-5916-4df1-b9ca-86c80be0cc36/width=450/14292259.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U24MI;Vvhyd:8^k=OAHqL#sCoH*0s%OXrwY4", "type": "image"}, {"id": 14292292, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2135db66-8c0a-48ba-8843-3e77ff7d198d/width=450/14292292.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U35Yf{T{HXInJj-;F2$+v#NGf$u3?^xaDia1", "type": "image"}, {"id": 14292421, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9892a62a-64ad-47ab-9096-474dc2ae1d3e/width=450/14292421.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U27-c$PC008w1t%eDO4p:$K5Fxbp~p^PMND*", "type": "image"}, {"id": 14292423, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e526993a-97fd-41b2-8262-b3bf3398f5b3/width=450/14292423.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U35O$.0{q[y?4-;9E2w2z;Kg%gM_tSnPMxsE", "type": "image"}, {"id": 14292716, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6b43616-11f6-4519-8d15-ca677f9c1a72/width=450/14292716.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U15~5-01+GZi00~C%z9Z4TEJ9a_3L%gF4V%L", "type": "image"}, {"id": 14292746, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2681a535-a298-43ac-864f-16a4d7bcea02/width=450/14292746.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U45=wuDODN_NMxt7t8M{H@IojJ%h8_x]ofIA", "type": "image"}, {"id": 14292750, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b794fc8-1f3d-40eb-96fe-41d8d563bcc1/width=450/14292750.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U66l3:I@?w%gkBWBtQWB4TVYDiM{DP%MM{WA", "type": "image"}, {"id": 14292759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9ca61a4-1e68-4e96-9bf2-74508ca2ff88/width=450/14292759.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U25~IN00DO.9?wMeyWIARmH?yCogt,D$%4%M", "type": "image"}, {"id": 14292884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c4d2530-24ee-4bf1-83e5-d38c445455c0/width=450/14292884.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UOE{qY?b~pxu4nIUIBRj?Gs:IVWC9Fs:xvxu", "type": "image"}, {"id": 14292887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d88d5bdd-66c3-469e-a5de-03e7a618757d/width=450/14292887.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "U57n8u~V=GM{0f4;E2NaVqnhN{tRx[%1={%2", "type": "image"}, {"id": 14293039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea16b848-d6fa-4922-9974-6e9008571cdd/width=450/14293039.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UA7x{]?^tPgMMzkDxatR8_DiH=ba%~kCMdMe", "type": "image"}, {"id": 14293044, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdf6b470-2417-4b71-9639-676c966b9960/width=450/14293044.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UB7fDLDis;x^H?tkogaM8wxuMdR%.mMebEo|", "type": "image"}, {"id": 14293048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/943b9be7-a2e5-4222-be48-92994182e6d4/width=450/14293048.jpeg", "nsfwLevel": 4, "width": 1152, "height": 1728, "hash": "U99kjGDjE4_NpIH?eT.8DiMyQ,yC_2W=Orr=", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/544594", "modelId": 489745} \ No newline at end of file diff --git a/datasets/metadata/544679.json b/datasets/metadata/544679.json new file mode 100644 index 0000000000000000000000000000000000000000..38477432040233c91148859dd02a9b288d623c02 --- /dev/null +++ b/datasets/metadata/544679.json @@ -0,0 +1 @@ +{"id": 544679, "index": 0, "name": "BrittbakerSDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-02T01:03:22.332Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 42, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 460984, "sizeKB": 33934.556640625, "name": "544679_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T00:12:10.109Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8199A637", "AutoV2": "88FC423FDE", "SHA256": "88FC423FDEC90ABF42270734F05F106868BF23FD2CCCDBD5BD8D3A4ADA2B7B60", "CRC32": "77A6BE76", "BLAKE3": "3D3A8E373C8B4E4A75F055B4CE8C4ABAD8F3ADADB664F368344E5BDADC390EA5"}, "downloadUrl": "https://civitai.com/api/download/models/544679?type=Training%20Data"}, {"id": 461056, "sizeKB": 223100.62109375, "name": "BrittbakerSDXL-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T01:06:03.328Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "79232C64", "AutoV2": "15D3847700", "SHA256": "15D384770011EC92194B40BBACFD07917750EA94AA23DB99936A8D4717B94C03", "CRC32": "41E68E7D", "BLAKE3": "9D79BD4CFDE87FAA85B67BC5F2679672EBA873E45526C10A3C45C4F132529C14", "AutoV3": "6373D9E7AE2D"}, "downloadUrl": "https://civitai.com/api/download/models/544679", "primary": true}], "images": [{"id": 14301531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b38b737-bd01-4f65-9475-11a5d173d2f5/width=450/14301531.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJLXPjRP_N_3_2t69ZNGITof%NaeNGj]%2WA", "type": "image"}, {"id": 14309961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f842fe3-1c9a-4c6f-9200-14b83971df7d/width=450/14309961.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UXN^6#%L~p%M%1xutRR*ITog%MV@?ckCIARj", "type": "image"}, {"id": 14309960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9daf9860-2125-4042-a722-f44c991e7f0b/width=450/14309960.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UKJ837?ZEJIoMb_3.StRD%xvozIU_4M_MwNF", "type": "image"}, {"id": 14309958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b19948c3-8137-462c-b3c7-9219775802f3/width=450/14309958.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UGKdb*8{J301iZ%2?^o~I9%g%3I9?wjYD$X9", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/544679", "modelId": 489827} \ No newline at end of file diff --git a/datasets/metadata/544714.json b/datasets/metadata/544714.json new file mode 100644 index 0000000000000000000000000000000000000000..3536f8a46117dc84ee7e8539dede4ff951fb4eb5 --- /dev/null +++ b/datasets/metadata/544714.json @@ -0,0 +1 @@ +{"id": 544714, "index": 0, "name": "clifford", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-02T02:38:24.801Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 32, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 461020, "sizeKB": 14753.2607421875, "name": "544714_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T00:36:16.657Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9D980F86", "AutoV2": "2C849F4080", "SHA256": "2C849F40800901C650096792AA0330FDB7ECE3CB2DD7905D8F534D5A2162146E", "CRC32": "511AD121", "BLAKE3": "5A9089BCB457DF8DB2BB724A8B7AA4E702BE71DB433DC6267B2C01DFF172F351"}, "downloadUrl": "https://civitai.com/api/download/models/544714?type=Training%20Data"}, {"id": 461081, "sizeKB": 223100.69140625, "name": "clifford.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T01:25:56.739Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A8B82D47", "AutoV2": "DD7F9393FC", "SHA256": "DD7F9393FC15FF905ED005B680BEB04EB8F2C50612975F1125E63236B88F0D06", "CRC32": "B017DDF7", "BLAKE3": "2C65FE0223778668B57F9C0F7262C62C82E721C136824E69D2D589F9893022A0", "AutoV3": "3617798951FB"}, "downloadUrl": "https://civitai.com/api/download/models/544714", "primary": true}], "images": [{"id": 14347830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/385e9a01-3940-48c1-aaaa-d30a9f34de03/width=450/14347830.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UyEM%lbcozn$t:bIf,axb{V[j]j[WEaej[a#", "type": "image"}, {"id": 14347943, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5b4b726-4461-459a-a800-9a81e65764c0/width=450/14347943.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UYHo2NV@NENHGwRka0bFpM$%RQj[yEfhWAbH", "type": "image"}, {"id": 14347833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b8c1a22-9c2e-4201-9e35-dd206f07c30c/width=450/14347833.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UYGIP~slxYS5PXRjR%ozyFslNGt7-;Rkn~WC", "type": "image"}, {"id": 14347946, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99736208-5f88-4134-a54b-67853a78279b/width=450/14347946.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UoE:n{bwbqxut:ozWBt7XUR.RQbbkUWXoHWC", "type": "image"}, {"id": 14347849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d821f0b1-c490-4766-a915-4ec8ff87d582/width=450/14347849.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UcD0r{jYn2jYpfj?MwWAfnWURiaxt9aeofa}", "type": "image"}, {"id": 14348091, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03099486-e59f-40a7-a64c-d4417ed907f4/width=450/14348091.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "USHB#qM_s8I@CAadRPt7.9xtRjjEx^t7o0IU", "type": "image"}, {"id": 14348610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2dc8140-5387-461d-95ee-abb0a95208de/width=450/14348610.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UVA1eWogMvRjcuWXros.tUofadWVN#f+s:jE", "type": "image"}, {"id": 14348645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11e222bf-0e2b-4c6f-819a-f6767558320f/width=450/14348645.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UV98Mbf,R3V@T}W=n2snp0oKoIW=NfbIozo0", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/544714", "modelId": 489863} \ No newline at end of file diff --git a/datasets/metadata/544936.json b/datasets/metadata/544936.json new file mode 100644 index 0000000000000000000000000000000000000000..389ed955b1de60a96c67b8bed598ada9493c696e --- /dev/null +++ b/datasets/metadata/544936.json @@ -0,0 +1 @@ +{"id": 544936, "index": 0, "name": "Ultragirl Yulia", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-02T07:25:05.134Z", "availability": "Public", "nsfwLevel": 1, "description": "you can\u3000also join nsfw prompts :restrained, bound, bondage, bdsm, tentacles sex, milking machine, blindfold, hetero, sex,
This is a sex position Lora for pov cowgirl with 4 trained positions
Prompts
Pov cowgirl amazon, about to penetrate
Pov cowgirl amazon, default
Pov cowgirl amazon, leaning backwards
Pov cowgirl amazon, leaning forwards
Next thing I'm going to try to do is to try to make this LoRA but with a female pov and a futanari on top which can be hard to make consistency. Hopefully with this base model I'll have more success
", "trainedWords": ["Pov cowgirl amazon, about to penetrate, ", "Pov cowgirl amazon, default, ", "Pov cowgirl amazon, leaning backwards, ", "Pov cowgirl amazon, leaning forwards, ", "Creampie, "], "stats": {"downloadCount": 863, "ratingCount": 0, "rating": 0, "thumbsUpCount": 143, "thumbsDownCount": 0}, "files": [{"id": 461297, "sizeKB": 11445.1943359375, "name": "545010_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T04:15:56.681Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "84ABFB21", "AutoV2": "D4E014DAE6", "SHA256": "D4E014DAE6C401830C3122BD7376C2489972962474827F83FF0D7D996A99F065", "CRC32": "0DC7162D", "BLAKE3": "381CAEEB62B4DCFB1022373EC5EA43101ABC50D06B48B0B5D62C5D19A0B12C47"}, "downloadUrl": "https://civitai.com/api/download/models/545010?type=Training%20Data"}, {"id": 461740, "sizeKB": 223099.19921875, "name": "Pov_cowgirl_amazon_1.0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T09:35:44.632Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "073B843B", "AutoV2": "A379A7F30D", "SHA256": "A379A7F30D7235B356D91DD142C7F0F4E8C78E577FFB171CE4437C0C2C616D6C", "CRC32": "AC9BADDD", "BLAKE3": "F71C137D1929478F7DC074617B5D54170B58C435773B3B780B570858216DCAC6", "AutoV3": "91B216B2174E"}, "downloadUrl": "https://civitai.com/api/download/models/545010", "primary": true}], "images": [{"id": 14347241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b75cbe4-5fdf-40e1-a0eb-17d9f40ee2cf/width=450/14347241.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UKG[KGOH0$o#9uV@D%jYRiaJ$ys+~pW?E2kD", "type": "image"}, {"id": 14366147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c06e5d1-2298-4791-8026-d6160201b9b5/width=450/14366147.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UGKwRkMx9tslBqWA4:bI~pRjM|t7_3M{yDWB", "type": "image"}, {"id": 14366149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b62af85f-0c0b-4cce-96df-44df208520a4/width=450/14366149.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "U9J7gr000e~W0~E301t7{b_3XoRPB:s:~CbH", "type": "image"}, {"id": 14366146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f40021d1-79eb-465b-8a11-56507e52c9c0/width=450/14366146.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UEKK1k~pTcE10#-o0fIp*wDiIqxuOsX8-;s:", "type": "image"}, {"id": 14344361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa07ccae-2b7b-4e78-8972-b0e74230c80e/width=450/14344361.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "U4DbvaAK000e029#}is%NH$giu-o03^h?Xsp", "type": "image"}, {"id": 14344360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9aed239e-9b47-4283-8b71-92c82176fb68/width=450/14344360.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "U7EU=V~U54:#01jF,,^%8_Rj%h5s049wNy0M", "type": "image"}, {"id": 14347240, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34b1116d-92fa-4037-b3c5-a758ade6278d/width=450/14347240.jpeg", "nsfwLevel": 16, "width": 1600, "height": 1095, "hash": "UDGknA={0e9G0Ns:$exs4:t7%K%2~pV@E1Rk", "type": "image"}, {"id": 14347243, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe51cfd6-aeae-4f28-b325-4a293baca427/width=450/14347243.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1200, "hash": "UBH1[A~p0e4n0Me.4okD0LDj%1Si_3tQxYoy", "type": "image"}, {"id": 14344354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43f323dd-3343-493b-90ac-60de0ca986a7/width=450/14344354.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "U5ELW^yE0z0000xtIU%L}Sr;^kt7E,-o?GRQ", "type": "image"}, {"id": 14344355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e672f405-1d60-44df-8cec-8dfdcd72b296/width=450/14344355.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UCDb+-~WODMd0*E4o0s+9HV@9aN_A0X9M{aK", "type": "image"}, {"id": 14344356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7dc66c59-e0dd-4d90-a760-0647adea3152/width=450/14344356.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UADv1hPXK50204S8IrtSIv%2-W-;Acbvozsm", "type": "image"}, {"id": 14347254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1db8764-5345-458c-b976-6603c12523cf/width=450/14347254.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UDFh-e_30M9GEMxVD%M{M^==~9bcl9%2xuNK", "type": "image"}, {"id": 14347253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a0eea6d-364e-461a-af87-07b54f1d8c94/width=450/14347253.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "U7HUh55Y00RPB=of9YR+-p%1?Hnh.mS6~9ax", "type": "image"}, {"id": 14347249, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/295b7732-b4e7-4ed4-a87c-a3b454e49d50/width=450/14347249.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UAGbF*t7009G01WBROxFMx%L^+W;13xa~UD*", "type": "image"}, {"id": 14347250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18e5e122-9bef-46b3-8da3-6e13a8617c7f/width=450/14347250.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UAGkqH}?014n16oyRNM{Nb-;=sbb_NxZIUjF", "type": "image"}, {"id": 14341974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8117e48-31f8-4d2e-9f36-327bb23aee49/width=450/14341974.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U8HdjW~q0z0000v#ELo}4TMwI:.7PB?b-:IU", "type": "image"}, {"id": 14341976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19a45748-3ebe-4ef9-9a7a-0f048edee94d/width=450/14341976.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHGRbn~V0y0z01IUE1W;D%oJ-pof.7t7tRS2", "type": "image"}, {"id": 14341802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b783596-dae2-4a84-8d6a-3bfc0383a788/width=450/14341802.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U5H^q,~U000001^P01RSD#oz9}X95Qs+$*0M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/545010", "modelId": 490129} \ No newline at end of file diff --git a/datasets/metadata/545054.json b/datasets/metadata/545054.json new file mode 100644 index 0000000000000000000000000000000000000000..1368bbe4a357fc2e25ff3056ecc08d0affcaa204 --- /dev/null +++ b/datasets/metadata/545054.json @@ -0,0 +1 @@ +{"id": 545054, "index": 0, "name": "SAFA KABIR - Realistic", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-02T06:59:18.372Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 25, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 461347, "sizeKB": 13821.2294921875, "name": "545054_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T05:00:56.534Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E15E2669", "AutoV2": "A5FF440DB9", "SHA256": "A5FF440DB9FEC838EAA7612820973294F1E60C79399B084CADC343A713FFF132", "CRC32": "B705971A", "BLAKE3": "721D9411D453A8F548F2759A86651CD8FFBAC593F7C7040E114750B6A12B1DA6"}, "downloadUrl": "https://civitai.com/api/download/models/545054?type=Training%20Data"}, {"id": 461512, "sizeKB": 73844.9453125, "name": "SAFA_KABIR_-_Realistic-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T06:56:36.921Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D8A3BC4D", "AutoV2": "5D0D5DDDD0", "SHA256": "5D0D5DDDD013D565BE3712F8830A58508F07C802874B1E29BB4B2B1479995A55", "CRC32": "195BBE80", "BLAKE3": "8B85B85707D4B28D26C9BCD94623E1F55A2A7BA79D95740CA36ED1A22629A256", "AutoV3": "BA92ACA685BB"}, "downloadUrl": "https://civitai.com/api/download/models/545054", "primary": true}], "images": [{"id": 14329002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba9cab19-e112-4af4-bca5-a25f20a430b1/width=450/14329002.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1350, "hash": "UNK1E[~BE3w^00Ej.9xu.9aJrCxtR*-pae9Z", "type": "image"}, {"id": 14328994, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/209bb2d5-feaf-4600-9a65-8baac1d50b4c/width=450/14328994.jpeg", "nsfwLevel": 1, "width": 1134, "height": 1134, "hash": "UiKB2S4n?^SO%h%L%Ms:OZt7sAxa-;Rks:kC", "type": "image"}, {"id": 14329001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4458f7e9-0dc4-48cc-9421-a0b09600d533/width=450/14329001.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1350, "hash": "UJI#GZ01T}rq-r^*?vW..m%1^+Nd%NbJ?aof", "type": "image"}, {"id": 14328996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef5495ff-abdb-40d7-bd77-893932eb2557/width=450/14328996.jpeg", "nsfwLevel": 1, "width": 1025, "height": 1025, "hash": "UZI}-TR4_N?vI=%NtRR-.9IUi_xbtSR*WBof", "type": "image"}, {"id": 14329000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37eb4b7e-416a-451a-a3d1-34270b6bd647/width=450/14329000.jpeg", "nsfwLevel": 1, "width": 432, "height": 648, "hash": "UNF}.=AyyG~B0pOuIwIokXV@ivWTbX$%%Knh", "type": "image"}, {"id": 14328999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4635c29a-006c-4162-8597-9315c2bced52/width=450/14328999.jpeg", "nsfwLevel": 1, "width": 596, "height": 894, "hash": "UJJR2B00EL?Ioa-;?v%M?^%2r;bwM_bc%Laf", "type": "image"}, {"id": 14328997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c22a3543-2fe8-4853-8d61-3a33cd800696/width=450/14328997.jpeg", "nsfwLevel": 1, "width": 963, "height": 1443, "hash": "U8E_v_~B00-:00t7tS575nRj#+56-:9awI^k", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/545054", "modelId": 490169} \ No newline at end of file diff --git a/datasets/metadata/545194.json b/datasets/metadata/545194.json new file mode 100644 index 0000000000000000000000000000000000000000..d2a3319f90f04b8ea7f0081d7972be2a5f486729 --- /dev/null +++ b/datasets/metadata/545194.json @@ -0,0 +1 @@ +{"id": 545194, "index": 0, "name": "v1.0 50p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-02T06:15:18.443Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 211, "ratingCount": 0, "rating": 0, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 461452, "sizeKB": 22236.15234375, "name": "Dorothy_Catalonia_WGundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T06:16:34.613Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "39F78EB7", "AutoV2": "C9953201F1", "SHA256": "C9953201F19EE6F710387B72B6E5CE6C405A13B9921FB518934A70FCC9286345", "CRC32": "902E8DB4", "BLAKE3": "8574D22D000CCA8FE82C07AF486CC06FBC3929639AD2A1984A3E8446E0A40089", "AutoV3": "4508882FCBF3"}, "downloadUrl": "https://civitai.com/api/download/models/545194", "primary": true}, {"id": 461454, "sizeKB": 10801.6171875, "name": "Dorothy_Catalonia_WGundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T06:16:32.111Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A7E44EED", "AutoV2": "2C0196FAAF", "SHA256": "2C0196FAAF86680C4DC1085774B7058D609063D09DEFD6DAB7C15232E8B9C36D", "CRC32": "91C0F150", "BLAKE3": "D219CB27B1CFFD298773672B0A0479B9DC01CF334CADFD6DA6B1C9642F195298"}, "downloadUrl": "https://civitai.com/api/download/models/545194?type=Training%20Data"}], "images": [{"id": 14325674, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd9d2b69-b1f4-4a8f-9793-2fd68768587b/width=450/14325674.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIF5pt-p00M|~VR*0Kjs56M{ent7EMt7?GWB", "type": "image"}, {"id": 14325675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f95a8bf-27b8-449b-9dc8-51689847c40f/width=450/14325675.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIF5pt-p00M|~VR*0Kjs56M{ent7EMt7?GWB", "type": "image"}, {"id": 14325987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/090d76e2-ca8a-4924-9ff5-2b75d18690bf/width=450/14325987.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJDI?=NG00Rk~Vxa0KWVt5ofRjM|I=s:xaRj", "type": "image"}, {"id": 14329189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/362a9bd4-bff9-46ec-a14a-d0eaaa85230d/width=450/14329189.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGK-LQs701t80JIA0MMx00%L%LxV~qa$Mc.7", "type": "image"}, {"id": 14329889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ddeebef-62eb-4ab6-ac1f-0cbba1d84964/width=450/14329889.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNKm%@x]00~VJ6?aEMM|56IUnNRk-p4:IVxZ", "type": "image"}, {"id": 14330462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0fc419c-ed74-434f-8bfa-3b0e4c6ebf55/width=450/14330462.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOLzEc-p00EM9t%2E2IoELf+-UM|~V%2IVRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/545194", "modelId": 490292} \ No newline at end of file diff --git a/datasets/metadata/545342.json b/datasets/metadata/545342.json new file mode 100644 index 0000000000000000000000000000000000000000..e509d2f051958a25f7387ae6c621e402d3bb155c --- /dev/null +++ b/datasets/metadata/545342.json @@ -0,0 +1 @@ +{"id": 545342, "index": 0, "name": "three-headed hydra", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-03T05:37:06.410Z", "availability": "Public", "nsfwLevel": 28, "description": "Initial version
", "trainedWords": ["Hydra "], "stats": {"downloadCount": 125, "ratingCount": 0, "rating": 0, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 461604, "sizeKB": 7396.7001953125, "name": "545342_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T08:10:51.466Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8027811C", "AutoV2": "EAA698CDCE", "SHA256": "EAA698CDCE92C9C9A4545E0FF81B2424721187F967185BBF1DDF96984C551127", "CRC32": "84B09824", "BLAKE3": "95178DEF0F6FFB0CED9477E014EC23F6A813B517F6A9F52D6AC1860E0B996E90"}, "downloadUrl": "https://civitai.com/api/download/models/545342?type=Training%20Data"}, {"id": 463586, "sizeKB": 223100.23046875, "name": "three-headed_hydra-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-03T05:31:00.738Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "82053FA2", "AutoV2": "F7991452D9", "SHA256": "F7991452D98E45EAE9C57E829C9232F1F4464CA1A4D94C013908E3C29AA991EA", "CRC32": "B4C2F35E", "BLAKE3": "E8CD6B904419D70E548B7D0931EAA984688EBB081643A86672245158D56C5162", "AutoV3": "2333C4A19649"}, "downloadUrl": "https://civitai.com/api/download/models/545342", "primary": true}], "images": [{"id": 14437005, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9f7da62-5605-4396-80ae-296d89d466d0/width=450/14437005.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1754, "hash": "UdK18qD*yDo0~BtQt7RjMxoee-RkOYs9RkWB", "type": "image"}, {"id": 14437135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab51cec7-e64e-4dbf-b3f1-ee2e8d8e04db/width=450/14437135.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1754, "hash": "UVK1g_XoPCV@G1IXN|oeMgRPwIS4O@IUf#tR", "type": "image"}, {"id": 14435209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02d420aa-9085-4db2-9e8e-dd7c192b668e/width=450/14435209.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOGb*ds:PWg4_NbbogniXojYxVWVXoafs+t7", "type": "image"}, {"id": 14435210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44d72a61-bad4-4246-ab9e-a01d90af8d1d/width=450/14435210.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJJRBIof~Tt7%Ks:R+WC-nofR.ayofRkoej@", "type": "image"}, {"id": 14435212, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa9b5e31-f970-43e2-8f0c-c06f01d81f9d/width=450/14435212.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UVJHmtIq~Rxp?FxZoeRk$_WBWZofoIs.WYa#", "type": "image"}, {"id": 14437012, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21985a55-160b-4495-b3b9-e85c44ed46e1/width=450/14437012.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "UYINapt6PBR.%%xZXUs;IWkBxaX85rtR%LtR", "type": "image"}, {"id": 14437007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b9cb4ad-d75a-4dff-bc8c-be68fedb62ea/width=450/14437007.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "UKGR[4v~T}OYF*xuESof4oIp-poeAJWBNHs:", "type": "image"}, {"id": 14452611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aeb8a2e3-d7ff-4445-b6f7-d12d92fbc44c/width=450/14452611.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UFGaqWx]01EfUH$%RPR*ITK4t8kW7et7m+R*", "type": "image"}, {"id": 14452610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84924214-67eb-48db-8911-b4e3984c7438/width=450/14452610.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UCE{kRwy0K%28JSym7Ipv0NGS$$*EdxZz:j[", "type": "image"}, {"id": 14455712, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59e65c36-14b2-4519-a70d-2d8c3bfe2d95/width=450/14455712.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U5Dd0B?w00IV?l4n00M{00-:,[^%s5tmKTIp", "type": "image"}, {"id": 14455713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17f614ca-9d7b-4d70-b755-f4fabfe4219f/width=450/14455713.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UIJkDWo#14bay?WBD*RQVDRPRPs,yCaiRQRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/545342", "modelId": 490429} \ No newline at end of file diff --git a/datasets/metadata/545374.json b/datasets/metadata/545374.json new file mode 100644 index 0000000000000000000000000000000000000000..201a6ac413a06e866d57f80de5394b358a4f54e9 --- /dev/null +++ b/datasets/metadata/545374.json @@ -0,0 +1 @@ +{"id": 545374, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-02T08:26:04.587Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 152, "ratingCount": 0, "rating": 0, "thumbsUpCount": 38, "thumbsDownCount": 0}, "files": [{"id": 461630, "sizeKB": 22237.44921875, "name": "Maou_Maoyuu-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T08:30:54.436Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "464C2402", "AutoV2": "F43EEE4C38", "SHA256": "F43EEE4C387D482E09ABE07341E008449802E3B2FB181662D8B8C354A333D808", "CRC32": "8C71A70A", "BLAKE3": "7B4B144615714EB09F6C5812BF8C591A67521B21C64DFDCDB2B13FA21F045E29", "AutoV3": "05510A4423C0"}, "downloadUrl": "https://civitai.com/api/download/models/545374", "primary": true}, {"id": 461631, "sizeKB": 32675.7197265625, "name": "Maou_Maoyuu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T08:30:51.247Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "919456C8", "AutoV2": "5E1ED40A49", "SHA256": "5E1ED40A4994887DAD6FF04109E3D7488A63FE6AEBFE2686069A61588CD71384", "CRC32": "D84A76D0", "BLAKE3": "889F02E386607451B031DBFC7E86AC922D2E91D895C6BA0F2FA8D53E53C033BC"}, "downloadUrl": "https://civitai.com/api/download/models/545374?type=Training%20Data"}], "images": [{"id": 14335520, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd487916-27e6-42c8-9889-b212f7c95498/width=450/14335520.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWNcTrxuPot8?wjZ?bof~WWVxts:NaayD%WB", "type": "image"}, {"id": 14335522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3698ae2a-3797-44cc-bdc8-a3f835c5db44/width=450/14335522.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWNcTrxuPot8?wjZ?bof~WWVxts:NaayD%WB", "type": "image"}, {"id": 14335765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8224f15a-3820-47cb-bfef-faae9dd4eca8/width=450/14335765.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPLD0=MxTv9GMxNIS0jb9G4:tRkC~VxuNHR*", "type": "image"}, {"id": 14336074, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c399d6d-31c0-45dd-b27a-3cad3d4b9d72/width=450/14336074.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UMKJ=CJBGF^+%2xaIoEL01-;NGRP~WNGNHs:", "type": "image"}, {"id": 14337179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1263ad0-eb77-4694-b38a-75805252e4b2/width=450/14337179.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUN9zt?byY?v_4Md.8NGx]D%xZIo~WS4Io-;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/545374", "modelId": 490456} \ No newline at end of file diff --git a/datasets/metadata/545443.json b/datasets/metadata/545443.json new file mode 100644 index 0000000000000000000000000000000000000000..52b7124433177b6b37dd05bae34e7ef4801a9b69 --- /dev/null +++ b/datasets/metadata/545443.json @@ -0,0 +1 @@ +{"id": 545443, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-02T09:48:55.980Z", "availability": "Public", "nsfwLevel": 1, "description": "v1.0
", "trainedWords": ["lila (spooky month), 1girl, solo, white skin, long hair, straight hair, purple hair, eyelashes, purple dress, detached sleeves, breasts, purple skirt, purple pantyhose, black boots"], "stats": {"downloadCount": 39, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 461700, "sizeKB": 48303.5732421875, "name": "545443_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T09:16:36.800Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E45ED633", "AutoV2": "2A95EA65E2", "SHA256": "2A95EA65E24130EE15E613BC5A2E733241C5C2AC92993E39E903CEBBD543B351", "CRC32": "777E4029", "BLAKE3": "CF23154196ED73EACFCDAC355F593A1168A0B0A95A0EEF9A02482DB527FBEE79"}, "downloadUrl": "https://civitai.com/api/download/models/545443?type=Training%20Data"}, {"id": 461763, "sizeKB": 223103.03515625, "name": "Lila_Spooky_Month__PonyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T09:46:33.115Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DD0A30A8", "AutoV2": "D4A203C91D", "SHA256": "D4A203C91D215446165BE667954EBEFA00C3D7B06BE3DCB31C0B57BFB2C16D89", "CRC32": "A1839440", "BLAKE3": "671BB743CD47204448E4225ACCE9D640CB9AE3FF489D4177F5DE187477115032", "AutoV3": "EB058A54CCBF"}, "downloadUrl": "https://civitai.com/api/download/models/545443", "primary": true}], "images": [{"id": 14344802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8f90b7e-9ae1-4339-9c65-90aa1c33c949/width=450/14344802.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "U6BMuv~q9Ds$0MI]9FZ~ggE3x_xH4n-m%2NI", "type": "image"}, {"id": 16800949, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9751b55-2544-4e11-b493-5186ec4917c1/width=450/16800949.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UDH,}DI70JyGs7g55Sr;00yG=~iaVEM^%Nbe", "type": "image"}, {"id": 16800958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55695c99-5f65-458d-a17d-c6fca9c6d2a1/width=450/16800958.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UFI;MMaa0Jxc=sem16Si00tA^UNs4U%1^~V@", "type": "image"}, {"id": 16800951, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6d176f3-9469-4b75-9efa-4bfae20db504/width=450/16800951.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UXJ~$wRDBM#k4,J5R;t70wtQrts:%7w~oaWA", "type": "image"}, {"id": 16800950, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72cf41b5-816c-4df1-8fb7-1ff38185aeed/width=450/16800950.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UHE.6T$-0cIRE3KOr@r=00IT~ExxVtwcXSS~", "type": "image"}, {"id": 16800962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e99c2b28-b70a-48e1-8ff6-a9154aa21665/width=450/16800962.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UIHT]rH;0_.T-foMEmOr00%$$TH=VOtM%DZ%", "type": "image"}, {"id": 16800957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51f9b8cb-e14c-4fe4-9446-7c4a49ee0b0b/width=450/16800957.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UFF}Qm?J0cR20JEL$-$R00IT^R%h-a,]oEEx", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/545443", "modelId": 490518} \ No newline at end of file diff --git a/datasets/metadata/545475.json b/datasets/metadata/545475.json new file mode 100644 index 0000000000000000000000000000000000000000..84b6a8656407d68e5e3817cd421252f6406da05e --- /dev/null +++ b/datasets/metadata/545475.json @@ -0,0 +1 @@ +{"id": 545475, "index": 0, "name": "Demon slayer", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-02T10:06:46.773Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 32, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 461795, "sizeKB": 223101.71484375, "name": "Demon_slayer-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T10:12:02.954Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F41EE421", "AutoV2": "EEB1FCC480", "SHA256": "EEB1FCC480AB9B7BF88501F859869CB885A806AEE360787138A3400558366E72", "CRC32": "D6BE6531", "BLAKE3": "9C391B467D1B89DACF59DB83720D368374FB7DE558D85E7D6E1C4CB241598BE3", "AutoV3": "117CA54CE0E9"}, "downloadUrl": "https://civitai.com/api/download/models/545475", "primary": true}, {"id": 461735, "sizeKB": 2700.51171875, "name": "545475_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T09:31:36.797Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "454649FC", "AutoV2": "CEF3982AF6", "SHA256": "CEF3982AF6915BD5188B7E5DD42298ECA215A52C7956871E352EE1DC7656DA1D", "CRC32": "2F1BC8F8", "BLAKE3": "4A8B1C8F3F4A07ED8767F5041B30CFF1F92475053FE6BE3EFD355FC3ABB3479B"}, "downloadUrl": "https://civitai.com/api/download/models/545475?type=Training%20Data"}], "images": [{"id": 14343031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32de12d9-b739-4ed0-b819-3bfedc34ecf0/width=450/14343031.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDDH:XNs0c$+0^sp-CR*0eWV}]WB]Xj[E_of", "type": "image"}, {"id": 14343028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b6e228d-a6e9-4523-b95f-48fc40c107b7/width=450/14343028.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHDl+z4nIU^+~q0JD%_3tQM{M{xut7xb%2t8", "type": "image"}, {"id": 14343032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/444371c5-dfa2-4317-90fc-669b18d92302/width=450/14343032.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDIzPsWr00+$1EjZE1E{0K-ptQWB}^WBs,Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/545475", "modelId": 490547} \ No newline at end of file diff --git a/datasets/metadata/545528.json b/datasets/metadata/545528.json new file mode 100644 index 0000000000000000000000000000000000000000..03a4c79b89a603842906a8cb3b4f3239dbd93975 --- /dev/null +++ b/datasets/metadata/545528.json @@ -0,0 +1 @@ +{"id": 545528, "index": 0, "name": "Burnin / Moe Kamiji", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-02T10:48:47.244Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 121, "ratingCount": 0, "rating": 0, "thumbsUpCount": 47, "thumbsDownCount": 0}, "files": [{"id": 461849, "sizeKB": 223099.16015625, "name": "Burnin___Moe_Kamiji-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T10:50:48.828Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CEED9FFE", "AutoV2": "7D8B5CA683", "SHA256": "7D8B5CA683D20A495C31A95E26F569E5964DBB1A5F7360CC0D7EA0D7BA12FD58", "CRC32": "AF3CE2FB", "BLAKE3": "3C40B76E781FCD20C95C9D564CCDCDED2BBAA2AAB4A0235A2B5D7EE619F4C7AA", "AutoV3": "251FB18205A1"}, "downloadUrl": "https://civitai.com/api/download/models/545528", "primary": true}, {"id": 461805, "sizeKB": 439.46484375, "name": "545528_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T10:16:50.051Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "FA9E878327", "SHA256": "FA9E878327A1B0A46CE57BCE2AEC4F08835EE0CB888F20A178CC1E23D70E0263", "CRC32": "C482F51F", "BLAKE3": "09BFBB013147E7EC7809694A4BD5EE81D0436E780E68C0C9BC98633E896151CD"}, "downloadUrl": "https://civitai.com/api/download/models/545528?type=Training%20Data"}], "images": [{"id": 14346200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a860374e-f3bd-4e58-b13a-11d1b6f97bb0/width=450/14346200.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYL#aYtQ-?ohYpj;NGt5OQnos+R,wQoJj1oM", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/545528", "modelId": 490595} \ No newline at end of file diff --git a/datasets/metadata/545571.json b/datasets/metadata/545571.json new file mode 100644 index 0000000000000000000000000000000000000000..4241dab037ba08e31fd342baae8624c1b989415a --- /dev/null +++ b/datasets/metadata/545571.json @@ -0,0 +1 @@ +{"id": 545571, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-02T11:13:48.410Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": ["ElementWater"], "stats": {"downloadCount": 150, "ratingCount": 0, "rating": 0, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 493027, "sizeKB": 33590.8671875, "name": "ElementWater Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:36:06.483Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DBFBE2BB", "AutoV2": "4A2C9EA8A7", "SHA256": "4A2C9EA8A746758B8C18D65D5452D666DE162DBB24E6212E3AD7471E27D73B08", "CRC32": "39E09603", "BLAKE3": "121DE97176F4CDD20489BFE0857959C2C3B0AA79ACA5DFA29C037AE95139FA44"}, "downloadUrl": "https://civitai.com/api/download/models/545571?type=Training%20Data"}, {"id": 461827, "sizeKB": 36979.46875, "name": "ElementWater.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T10:36:37.548Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FDB78872", "AutoV2": "6E6C33326A", "SHA256": "6E6C33326A5AC76AABA28B87E426B3AF25308855C96B1C04F747EECF6146C542", "CRC32": "88A15222", "BLAKE3": "A9E73A9A1E8C79D4010AF4958959D33CDA1647A9CA976525525D782E6A640953", "AutoV3": "9EC71035D0F6"}, "downloadUrl": "https://civitai.com/api/download/models/545571", "primary": true}], "images": [{"id": 14345216, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3186e833-deb1-4b7a-9e71-c3070a143a2f/width=450/14345216.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCBW-^RPR5M{+GIUE2x]Djx]ShxZ*0xFxZIV", "type": "image"}, {"id": 14345237, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90e1cc3a-1ae8-45bc-acb4-5a9a6fa5e960/width=450/14345237.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U47.XNDjL#ys00-o8wn$zTIp$%RPTyn$.8X9", "type": "image"}, {"id": 14345217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ee63c4b-847a-4ab8-90bb-48a4f7b403b2/width=450/14345217.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBDJhfIB}?%LENWCs+WC4oXTD*IV=_tl%1RP", "type": "image"}, {"id": 14345221, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db2fc6bf-7af4-4fc3-8adc-226af868d571/width=450/14345221.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U38#QhE300Vs=XkrV@V[~VMxKR%gIptSsRoz", "type": "image"}, {"id": 14345226, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc90ce5f-6ee2-4e16-8545-76c83f031e45/width=450/14345226.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UkG[[#NHR5Xm~UIqIpbv+@M|M}s.m,aLSOt6", "type": "image"}, {"id": 14345231, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48d82500-9786-4a7d-a04b-3df4641c6a20/width=450/14345231.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UADJVA?F8^Z$.S#kwI~Vxu=v%1x]t7E2#R-:", "type": "image"}, {"id": 14345233, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e9e83a0-fb34-46e4-8901-b5000d65aa35/width=450/14345233.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "URDTbHM|9Gt7~oRkNHjZ-nWVNGbI-oWBIVoz", "type": "image"}, {"id": 14345238, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c7105c3-0f19-4195-80f7-359d56bac272/width=450/14345238.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UIB|g3V@H=kW~oRkV@oe=sRkXmoLn3kCtRV@", "type": "image"}, {"id": 14345240, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dacf6dbd-3e41-4151-a847-403b795cb45b/width=450/14345240.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "UMGSZ9-pD%M|~o%Ms.WBtl-;VtxZjYs;M{xt", "type": "image"}, {"id": 14345242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19120a62-ec23-4559-89d7-763724f506c4/width=450/14345242.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UbC?$NI;V?t7?dNeofjYJYoMt7Rk9zs.ofR*", "type": "image"}, {"id": 14345249, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44865c0b-b9e1-461e-b4b7-655a6eac6494/width=450/14345249.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UA5?e:WBD4o#T}fkQmkC*0kWR5adNGozaKRj", "type": "image"}, {"id": 14345248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da3db0cf-0777-48e3-a113-f49e4cd075a7/width=450/14345248.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDCjkSeo00yD00Rj9Gt6H@t6_NV[ICoykSM|", "type": "image"}, {"id": 14345250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73994aca-fd14-40bf-806c-efcbaa05e761/width=450/14345250.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UOF~:N~q={NFE1xuIAt7-p%MtRRj$*og.8oM", "type": "image"}, {"id": 14345254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7189e82b-f51e-45bc-8905-579a228775da/width=450/14345254.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UIDJkl%K00NH~pW=9Fs-^*RkD*t6ROR*tRxa", "type": "image"}, {"id": 14345257, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3d93cc0-3f9e-4c05-8b50-74199c578f6c/width=450/14345257.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UA8=1joz8wD*~TnNRoD*QR%h.SE2DOx[%Lo~", "type": "image"}, {"id": 14345260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/352ff99a-304a-43f7-8904-787c1c4c0d3d/width=450/14345260.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHGIfZ~VH?_2?bR-E1e.=ZWBkWIUxvoJxZNG", "type": "image"}, {"id": 14345259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6283ddd2-aa9b-4a80-8fbf-c833bb40c55e/width=450/14345259.jpeg", "nsfwLevel": 8, "width": 1080, "height": 1920, "hash": "UJF$R*4nw]Ej~VIVIVR,t7WBE2t7n$ofNGt6", "type": "image"}, {"id": 14345261, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b6110b3-35f4-471c-8952-990c8ddfbc33/width=450/14345261.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U78N|D03DP~9^L58NJ?FD4pbyWs;Ad$e$yOY", "type": "image"}, {"id": 14345262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d725ccb0-72ad-4aeb-bb83-6fd69a8f157c/width=450/14345262.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U49ky*8w4TkrB;t68wx]I@Mx?vRQyXof?^IU", "type": "image"}, {"id": 14345265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc02ba04-f4b8-4ad6-9204-36ae1a7b865c/width=450/14345265.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U98hwYaK8wW;?^jsDhof?HkCTJni-pkCI:ad", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/545571", "modelId": 490631} \ No newline at end of file diff --git a/datasets/metadata/545578.json b/datasets/metadata/545578.json new file mode 100644 index 0000000000000000000000000000000000000000..1be05e2a956a375da33804dab345d6610f90d374 --- /dev/null +++ b/datasets/metadata/545578.json @@ -0,0 +1 @@ +{"id": 545578, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-02T11:13:49.284Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["ElementWater"], "stats": {"downloadCount": 300, "ratingCount": 0, "rating": 0, "thumbsUpCount": 42, "thumbsDownCount": 0}, "files": [{"id": 493026, "sizeKB": 33590.8671875, "name": "ElementWater Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:35:46.014Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DBFBE2BB", "AutoV2": "4A2C9EA8A7", "SHA256": "4A2C9EA8A746758B8C18D65D5452D666DE162DBB24E6212E3AD7471E27D73B08", "CRC32": "39E09603", "BLAKE3": "121DE97176F4CDD20489BFE0857959C2C3B0AA79ACA5DFA29C037AE95139FA44"}, "downloadUrl": "https://civitai.com/api/download/models/545578?type=Training%20Data"}, {"id": 461836, "sizeKB": 223100.95703125, "name": "ElementWaterSDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T10:41:47.696Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "610A4D2B", "AutoV2": "BC056D43F8", "SHA256": "BC056D43F8BB3C046D9970A95C9F02B50BEA79C919F190DCF64EB3E49A064B39", "CRC32": "DF060F2A", "BLAKE3": "5F4AD5A99628952A6B4F068D2D4682BDF1C5C02CD7C633FBB42DC4A0F606C455", "AutoV3": "7CBD710AE9E9"}, "downloadUrl": "https://civitai.com/api/download/models/545578", "primary": true}], "images": [{"id": 14345486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd0550f8-f783-415f-b008-1b1bea4bc5e3/width=450/14345486.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UEDJw{E5E1?u~TNG9bs.MdNHIBa0?sESrqxt", "type": "image"}, {"id": 14345480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d28a7dd-82a8-4f0f-863e-d1bdcd665162/width=450/14345480.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U47.aY9cD4-;L#00x]w[y@E2?]-;TKOt-Aj]", "type": "image"}, {"id": 14345488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a7c81af-73ac-4b8f-bab7-f4617a941507/width=450/14345488.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U58#NX%h00n34TIAD*xu01s:~oT0Bqxu~VM{", "type": "image"}, {"id": 14345493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a352823f-38ec-4eaf-9587-4e9013792d6c/width=450/14345493.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U89kQx8^H?.TiZD%D%%MU]XTNIr;yEoz%#t7", "type": "image"}, {"id": 14345489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58a03d3d-0cd7-4984-bf62-143db7e9bc43/width=450/14345489.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U38h,$-o8w4T8^Mc4TNdq[M|.T.S8wx]t3Mc", "type": "image"}, {"id": 14345490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e0c5e60-e13b-41f1-99c0-f25fef8fce72/width=450/14345490.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U7A-YL~8Xl9a=Ax@4TItE0yDIXRo.7rpMdE1", "type": "image"}, {"id": 14345492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f27e93e-ec77-4981-b75a-03366df26054/width=450/14345492.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDA-L{Mx9a?^+ZjGD%W.IB%MtkD%ELt6yDR*", "type": "image"}, {"id": 14345491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/309d5844-a3da-47ba-842e-ae87fefcb806/width=450/14345491.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHA.0@OZVWvz?^IVH?xZR6RjR5yCXOs.n4ox", "type": "image"}, {"id": 14345498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07a3b146-d579-446d-a0d0-3f652d6852d7/width=450/14345498.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U79a%1_4HqMw8^9FMxRkiuR5o~%hMJxu.St6", "type": "image"}, {"id": 14345495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce05d688-cda8-4075-b87a-b0622822c24d/width=450/14345495.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UREpZms:VXoy~pofIVay_3f,kqofx]ofjYs.", "type": "image"}, {"id": 14345497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e615e1f-9287-41b6-b7aa-98fb3ce3a5ef/width=450/14345497.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U45r[EaJ00pJ4TV@T1ozyEg3.TVXIUoewHWr", "type": "image"}, {"id": 14345496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/655019f4-db7d-4c0f-a002-189eab534f8f/width=450/14345496.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U6BWub~U0%ES8wE24nxC1S9b-:-o00$~?GNI", "type": "image"}, {"id": 14345500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40c34730-e9d3-434f-9106-2a45c4a47efc/width=450/14345500.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U38El800Pq~U4TMxDN-:0$-o#Q589u?a.89a", "type": "image"}, {"id": 14345499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8fed0f1-7f18-4c59-b3a4-8b1164513b1e/width=450/14345499.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "UFEyue4:pI?b~pIA9Z-;cFM{ROs,tlM{rWM{", "type": "image"}, {"id": 14345501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/168ff783-9072-4c0d-8580-6c8cb7135ae2/width=450/14345501.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UQC@d3IoZ~fS_MNGRPR+-ooeadoyxuRPozoz", "type": "image"}, {"id": 14345504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d25c9b42-bf60-4b73-8f8c-254b46355fa5/width=450/14345504.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UMD,v8R:-osl_MS5s,V@*0NMW=WBt-bIWEoz", "type": "image"}, {"id": 14345505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5fccabbe-4fba-4470-9de0-4aed3b192ec5/width=450/14345505.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U7ECH{1J^Z~8{b9bER%00=9J58Ip0J?DTJjH", "type": "image"}, {"id": 14345534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cf2d89f-d827-4cdc-8096-e4f530d33fd8/width=450/14345534.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UF9k,1NcKktS%zRjM{nNpdenrXX9*JayaKRj", "type": "image"}, {"id": 14345503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a73b3ae7-3aab-48ab-9fec-414be22f887d/width=450/14345503.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U59[9~-zDN.7MO.7eUxux.VYxxRWQ*-.?]s+", "type": "image"}, {"id": 14352309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/077c88a5-4ba4-4133-b478-86fe7b02a122/width=450/14352309.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCA-*HS%00-S~oDi4o?uvfIVR,%fr;S$tlsk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/545578", "modelId": 490637} \ No newline at end of file diff --git a/datasets/metadata/545580.json b/datasets/metadata/545580.json new file mode 100644 index 0000000000000000000000000000000000000000..5a6b7bf61d077f04d4b36a3b78b011af2884ed67 --- /dev/null +++ b/datasets/metadata/545580.json @@ -0,0 +1 @@ +{"id": 545580, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-02T11:13:50.188Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["ElementWater"], "stats": {"downloadCount": 132, "ratingCount": 0, "rating": 0, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 493025, "sizeKB": 33590.8671875, "name": "ElementWater Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:35:40.217Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DBFBE2BB", "AutoV2": "4A2C9EA8A7", "SHA256": "4A2C9EA8A746758B8C18D65D5452D666DE162DBB24E6212E3AD7471E27D73B08", "CRC32": "39E09603", "BLAKE3": "121DE97176F4CDD20489BFE0857959C2C3B0AA79ACA5DFA29C037AE95139FA44"}, "downloadUrl": "https://civitai.com/api/download/models/545580?type=Training%20Data"}, {"id": 461838, "sizeKB": 223100.96484375, "name": "ElementWaterPDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T10:40:58.143Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "976DF074", "AutoV2": "90BCDBBCA7", "SHA256": "90BCDBBCA7FAD65A6E5CCC5C6D8FFD273143FA3C14E47DB3191B7D708033AC24", "CRC32": "A3CA934A", "BLAKE3": "D2EA4F644FEAF32D60964B219723B7A4004EE4D06BAF4363A65BA25FE40C59CD", "AutoV3": "BD8F9E42FE24"}, "downloadUrl": "https://civitai.com/api/download/models/545580", "primary": true}], "images": [{"id": 14345605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36f60a07-b994-4a39-8ea6-23f911be1989/width=450/14345605.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UEF$uC01#Q%hwO9b?GRQNsi^RiV@~WIoM_xC", "type": "image"}, {"id": 14345608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c247f77e-2d1e-452e-8d12-21fb02c8211d/width=450/14345608.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHE3htx[AC#900WW%LFyNOIX=G#S~8Rk9^kV", "type": "image"}, {"id": 14345604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5316b74e-703a-447d-9d91-d57b208bb182/width=450/14345604.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHHwWHM}H?-;{dI@%2%24n$LX8WE0$-9EhVt", "type": "image"}, {"id": 14345606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed4c0ba3-efe4-46f8-959c-50258a0ea609/width=450/14345606.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UJL|rx=@00Oa~8M{E2t8RhXAD+nNwIX9NGsR", "type": "image"}, {"id": 14345607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/845f732b-b35a-4802-a9b5-a449a75a004c/width=450/14345607.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UAD^lbDg00?w@rpK0MVY%9%JM|Ip?GM|Rpt7", "type": "image"}, {"id": 14345609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb5c039f-de52-43bd-af21-fbcb34694fb6/width=450/14345609.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFGt?Y4;|E^*]zI=?HR50{v}Egbv01s+IUNH", "type": "image"}, {"id": 14345610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4357e008-679a-4b19-bbfd-d34d0f56b370/width=450/14345610.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBLE4%Td009G?6r^xFx[?]t64rDiI7IT0Lt7", "type": "image"}, {"id": 14345611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0f84ab7-ab1c-40a3-bf91-87628f7d0d8e/width=450/14345611.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBH2vEKS00~o[V4oEL-:Io%g0001xs?aK7E2", "type": "image"}, {"id": 14345612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fe5b18c-8290-4a68-9aed-b4f1668d4607/width=450/14345612.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDEp4j~URO=v}j_1Ip-9_3^*]haitm-U=_R.", "type": "image"}, {"id": 14345614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6453c2a-dae3-4c83-8ec9-7432d736e592/width=450/14345614.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKHMDZtPMH9u}QxZ9aM{?F_2O@MwNZ%1$LS1", "type": "image"}, {"id": 14345617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad116f2d-21e1-4f02-aabf-cf867206e37f/width=450/14345617.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UREDO~^+VWE2_N-;oJR*s=tmo#s,DjNKo}xt", "type": "image"}, {"id": 14345618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17016e3f-cb7b-4c5b-8528-99c1de42dbe9/width=450/14345618.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UXIYLSD%ae-;~VR*t6%LNyWDIUjZ4;WCM{ay", "type": "image"}, {"id": 14345620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90af9c63-466e-4d49-8aea-6af5454903ba/width=450/14345620.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UPIrgGM_009a~qIUofRjroD*oz%Mm+NHoJ%L", "type": "image"}, {"id": 14345619, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bd3730c-a042-4fea-9ecd-2a8b719cf273/width=450/14345619.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "UIF$-H=]FxDi}=#%xZtQROi^-o%1?ux[-:w[", "type": "image"}, {"id": 14345621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12b7cfe9-b111-479f-b6b0-1b9caad91d04/width=450/14345621.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UPH2r}9G#TtRA0w^jFoy0*s:odNG}pNxI:sn", "type": "image"}, {"id": 14345622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d74b28f-3336-413b-983e-2713beeb74ff/width=450/14345622.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UJHLSc}qi_%2}ZxFtRxa0MERIps-%OE2I;kW", "type": "image"}, {"id": 14345623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6707e887-3853-4410-ba16-1ed25e35259a/width=450/14345623.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UXEOfQtST1NIAOj]s,ogEVM|R6ocMLV@odof", "type": "image"}, {"id": 14345624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d49c03e3-635f-4bc9-9bd0-daac3cd99630/width=450/14345624.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8H1.D~W00E2^~s+MKr?0^IpD%xZ00D+Tax]", "type": "image"}, {"id": 14345625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa8626fe-29d0-4025-b4f4-37d9ab78cea1/width=450/14345625.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UQIPkz^%?YeT_NVtMyt7CRo{NLo}K7jE-pjF", "type": "image"}, {"id": 14345626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34f5b6f1-b776-4d6c-bb7f-5bf20d528e48/width=450/14345626.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UQGdQc?t*JtR.RWUIpWCp^M|RPkVXlt6$%jG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/545580", "modelId": 490641} \ No newline at end of file diff --git a/datasets/metadata/545587.json b/datasets/metadata/545587.json new file mode 100644 index 0000000000000000000000000000000000000000..c3004d034dcdf7254ccf7b40644623c4a675ed9a --- /dev/null +++ b/datasets/metadata/545587.json @@ -0,0 +1 @@ +{"id": 545587, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-02T11:13:51.274Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["ElementEarth"], "stats": {"downloadCount": 132, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 493021, "sizeKB": 44630.70703125, "name": "ElementEarth Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:32:46.300Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "71F5D616", "AutoV2": "1240EDE604", "SHA256": "1240EDE604E426D70F4AAC507B391445879763800B9878979C6E414E5EB189C0", "CRC32": "0096A487", "BLAKE3": "9E57D012E6341A3F20B42E50A6B977D29A6C4F5626B339086C2CABB8C70A5E49"}, "downloadUrl": "https://civitai.com/api/download/models/545587?type=Training%20Data"}, {"id": 461845, "sizeKB": 36979.6171875, "name": "ElementEarth.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T10:46:19.025Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B50EDEE1", "AutoV2": "1D4A0C9F70", "SHA256": "1D4A0C9F70C2CF5664F4808B2177E4376F17E9CFD54DCF407DFEC0ECA9E15921", "CRC32": "190A75D4", "BLAKE3": "98B040AD049DC0350879552ADE5F53796ACFBA1695A83AC2B1A409598BC54032", "AutoV3": "C5C4F3B8CCF3"}, "downloadUrl": "https://civitai.com/api/download/models/545587", "primary": true}], "images": [{"id": 14345773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/836f776d-2c09-4482-b8c3-9da12ac2d486/width=450/14345773.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UQFP1pWBD*Ip?]xFMyIpNKt6aJW=IpWVVsxt", "type": "image"}, {"id": 14345805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d63f2832-cdd5-4cae-9685-aa9ab930ad58/width=450/14345805.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U3C=x9^j0^5k16x=^Ot29I0~}[^Pbt=]nPI;", "type": "image"}, {"id": 14345819, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a15650f-9ade-4e71-8056-4ea2f98a69b3/width=450/14345819.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U6B{ok?GEM4=*J%0xGEO-Qn$?E-o0fIq-j?D", "type": "image"}, {"id": 14345823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d4fc852-487a-452e-9fe4-2469d1cd7af8/width=450/14345823.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKDR_?EMIq$%~8soM}WWoJoeV]S2RlfRNHxZ", "type": "image"}, {"id": 14345822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04de9e04-c9d9-4e2f-a2c9-d3a99851e303/width=450/14345822.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UOF#s;D*ayxZb_o0xZs:~UoJV@S2tQoLRQRk", "type": "image"}, {"id": 14345824, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff0bbecf-dc7b-428d-80e1-32336d25825e/width=450/14345824.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDFiGMVY00-:%$s-IUR+~UkC9GRj.SoJ9FR,", "type": "image"}, {"id": 14345820, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7eabac7a-c621-408f-bd49-608c3b028463/width=450/14345820.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U7Db=j0zsFXS*C={ifRk01~8MJWBKT4;z?xY", "type": "image"}, {"id": 14345828, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3e1c8c3-544d-42f9-9258-0d98188bb4a7/width=450/14345828.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UABV|PE2Efxu0N-Te:I:~9t5sDoIJQIp$|xa", "type": "image"}, {"id": 14345826, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a3e8f94-a245-4b48-8797-31c0844c4814/width=450/14345826.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCC63.~8%K%1yCtQxrxsIbjb-Tox9]$ysCNH", "type": "image"}, {"id": 14345831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d779f42f-03bb-4a11-bd9c-52fa79b819b8/width=450/14345831.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHF5pdI[4:r=*Jt8R5aJXm%Mi^MxpHozs-IV", "type": "image"}, {"id": 14345829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35053489-52fa-48d9-b035-26be09f16282/width=450/14345829.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U8Cru,^gWBb=Lut3Iqt3=^9^E4%JOXw^i|-m", "type": "image"}, {"id": 14345827, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d13a13ef-d214-40ab-8fa8-9f558642fcf1/width=450/14345827.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDC5*L~9?F-oOrxs-U={=xxsxZt7JAoLxZNc", "type": "image"}, {"id": 14345835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a958d5d-ee4f-4eb0-a301-96fe6f6b400f/width=450/14345835.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U49Z_,^%EM9aEV024o-n~9x9%LM}.A%N-p9Z", "type": "image"}, {"id": 14345837, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e84d5e98-c676-4913-9b90-e26c14d71338/width=450/14345837.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UGE2Ub~90}IpE%oJ%LR-InWW-Vxt9bWWxZof", "type": "image"}, {"id": 14345840, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61f6fe0d-4d11-4b79-b14e-1fc3267dac99/width=450/14345840.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U6ELyZ4?00~B06xU}mx]^S-mIUOr.5NHNF%K", "type": "image"}, {"id": 14345839, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a883b5ed-12fd-4df1-8054-ae8e752c5283/width=450/14345839.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "U7D+VX5S62^%EfN2Xnt700ODx@-o~VogIqX4", "type": "image"}, {"id": 14345838, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5840f40-a83e-4bf2-b86e-71cb0130c5c1/width=450/14345838.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U6CY]n0L1b-:CmVsI[xvk:wc$xWE0$x?^NNH", "type": "image"}, {"id": 14345843, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dceb5393-ca08-4a59-9e7f-b1385f118e9d/width=450/14345843.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U6BW9=1QDiMzGw#bnME|4b~SEeIVrapF9aR4", "type": "image"}, {"id": 14345841, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c50c0f1f-fad9-4124-bd12-834cc30363da/width=450/14345841.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U9C=@q~m^#~U*FyB--%M?Y%KbvNf^$$%NHM}", "type": "image"}, {"id": 14345844, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28c9d96b-0a7d-4036-9cca-198af2a15c75/width=450/14345844.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U7C$}s9a4T~V.9M{01-;^dE2Ip?H%MRPk7x]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/545587", "modelId": 490645} \ No newline at end of file diff --git a/datasets/metadata/545592.json b/datasets/metadata/545592.json new file mode 100644 index 0000000000000000000000000000000000000000..1c0b87566e7eda99c13870f76132a5eb8245cb2d --- /dev/null +++ b/datasets/metadata/545592.json @@ -0,0 +1 @@ +{"id": 545592, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-02T11:13:52.069Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["ElementEarth"], "stats": {"downloadCount": 256, "ratingCount": 0, "rating": 0, "thumbsUpCount": 38, "thumbsDownCount": 0}, "files": [{"id": 493023, "sizeKB": 44630.70703125, "name": "ElementEarth Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:32:33.264Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "71F5D616", "AutoV2": "1240EDE604", "SHA256": "1240EDE604E426D70F4AAC507B391445879763800B9878979C6E414E5EB189C0", "CRC32": "0096A487", "BLAKE3": "9E57D012E6341A3F20B42E50A6B977D29A6C4F5626B339086C2CABB8C70A5E49"}, "downloadUrl": "https://civitai.com/api/download/models/545592?type=Training%20Data"}, {"id": 461850, "sizeKB": 223101.14453125, "name": "ElementEarthSDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T10:51:35.930Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "48D57A65", "AutoV2": "B679D594E6", "SHA256": "B679D594E6F83E025628799139787979EF66F43784677861CBED541E3EBD398E", "CRC32": "B0DB3FD7", "BLAKE3": "23A572B1452F502324BBF65E7CB70CE04814B393EC22285956CA5708B120695F", "AutoV3": "B311943A600B"}, "downloadUrl": "https://civitai.com/api/download/models/545592", "primary": true}], "images": [{"id": 14346206, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9b7e933-cc1b-457e-b4ac-f344e896b09e/width=450/14346206.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UDAwIw-.IUM{.kbbD*RQk;W.IVs-x@s.ixoJ", "type": "image"}, {"id": 14346229, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e690289-b050-4840-9250-d64567fcf6bf/width=450/14346229.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U9B4HvRP4Uxv*Hkp8|R6%y%LDPD*.6M|Mykq", "type": "image"}, {"id": 14346246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9221b1f1-3017-4d5f-834b-d4a1c0b60cc7/width=450/14346246.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UQC#@-j[Iqj[}?WWIqoe=_ayIqoe=_azNHoL", "type": "image"}, {"id": 14346262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f09bbb51-82d4-49bf-8823-1cdee56abd40/width=450/14346262.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UGDc2HEQ4n-:_NxtIAxupI-oIVWB?Zt7IoWB", "type": "image"}, {"id": 14346259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b62efea9-0678-4756-850f-05628a6d8ee0/width=450/14346259.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U6A0af9G00_N.SRjVDpJ2dV@VEx]Kks99G%M", "type": "image"}, {"id": 14346251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4740c90-7c60-4a28-95f3-a24da181d76a/width=450/14346251.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U78;xk$f8wb]uinQHYI;AbWBIVofxoWoWB-n", "type": "image"}, {"id": 14346242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/672a26ce-975d-4aac-95a1-90e3bc829cd6/width=450/14346242.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UJE25w~Uo{xttMouW,xYbv-U%1t69_sp-BNd", "type": "image"}, {"id": 14346265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b02e7c13-bb45-415c-8965-790e243e3552/width=450/14346265.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UGEyJKM_D%={?wRPMx$*oNa0Mxbc?^VsR4o}", "type": "image"}, {"id": 14346273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4166bcba-a001-4572-817b-3bda68c0e9c1/width=450/14346273.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U3BfFH%K02^R~oI:v%~B5koe^PRR-*xt9b4;", "type": "image"}, {"id": 14346275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18ae8524-6005-4af6-b0e0-815b55af8294/width=450/14346275.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U49GU0Nu9GxZ~UNxIWSgM_R+$+%1I:R*NHwg", "type": "image"}, {"id": 14346280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a6c1995-8d58-4923-83a4-05c60e47256c/width=450/14346280.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFCi?S9Gx[o#_ME2oct7%fM{D%xu-.M|Djxu", "type": "image"}, {"id": 14346286, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3820dd19-d1f5-4994-ba39-f0716e69fb56/width=450/14346286.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U58XB^?a9FaK*JX88{D*?vt7DiaKk;oxivxZ", "type": "image"}, {"id": 14346277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d3902b9-e03c-476f-aebe-f33deac747be/width=450/14346277.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UABo,D9u9u~Ai^$%xts-J8Rj-okC^*oLM{Nb", "type": "image"}, {"id": 14346288, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33b2c67b-8d4d-45ae-b87d-b46e01a34895/width=450/14346288.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U59k1z06Mh?YGtQ;NgyBFww0m+TDy;IBmSl6", "type": "image"}, {"id": 14346283, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96d085f6-8e44-457b-8f2b-05c2722d067a/width=450/14346283.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U99tAGixOV9H_Mr?kAM|10ob$i%158I:$%%1", "type": "image"}, {"id": 14346296, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8c0cfbd-ac2c-4797-bd15-8d45c43fdb19/width=450/14346296.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBAc*g%2IBxt.ltQIUbbX,bbRQWB=_oejZjY", "type": "image"}, {"id": 14346291, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5eda2b3-1fc1-4307-9573-eef5eb912870/width=450/14346291.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U4B.r+$|RP9v0p9vE2EMq]~Afi=_000h-o%K", "type": "image"}, {"id": 14346293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e464434e-3907-4248-ae88-597f3e54621d/width=450/14346293.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBC~*R~C?utQ014pD*RP_2ozaL%24pV@x[NI", "type": "image"}, {"id": 14346294, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/232ec7db-5fcb-46d7-a18c-9a158f59c664/width=450/14346294.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UAATJ,^%589a?[tQM|RjS5bb%1%0IVxa-ooy", "type": "image"}, {"id": 14346300, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e479ef69-821f-46eb-b867-41aceb11e79b/width=450/14346300.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U98EC?j[8_t6.mWX8{oL.8j[D%ae%fafnNf6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/545592", "modelId": 490650} \ No newline at end of file diff --git a/datasets/metadata/545597.json b/datasets/metadata/545597.json new file mode 100644 index 0000000000000000000000000000000000000000..62a9cd252cec3969494d3a5614bfdb179b820efd --- /dev/null +++ b/datasets/metadata/545597.json @@ -0,0 +1 @@ +{"id": 545597, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-02T11:13:52.972Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["ElementEarth"], "stats": {"downloadCount": 117, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 493024, "sizeKB": 44630.70703125, "name": "ElementEarth Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:32:48.664Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "71F5D616", "AutoV2": "1240EDE604", "SHA256": "1240EDE604E426D70F4AAC507B391445879763800B9878979C6E414E5EB189C0", "CRC32": "0096A487", "BLAKE3": "9E57D012E6341A3F20B42E50A6B977D29A6C4F5626B339086C2CABB8C70A5E49"}, "downloadUrl": "https://civitai.com/api/download/models/545597?type=Training%20Data"}, {"id": 461858, "sizeKB": 223101.15234375, "name": "ElementEarthPDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T10:52:17.566Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6080901C", "AutoV2": "87433CA084", "SHA256": "87433CA084E3C3D6390F7111CA2B07C132A3983ED0ED9455EA9507162FA288BF", "CRC32": "E099D0BE", "BLAKE3": "2BB407360CA1C4B47A96271E9645F8F35496FB6FC5DF32D8F5A41FA4F2E09FD3", "AutoV3": "9068F97536F3"}, "downloadUrl": "https://civitai.com/api/download/models/545597", "primary": true}], "images": [{"id": 14347393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c52ad6d8-891b-4346-943d-e96a825402e1/width=450/14347393.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "URHB#ct60KR+?]RkDjodWAR*9aRjMxs:t7oJ", "type": "image"}, {"id": 14347390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25f769c7-134b-40c2-817f-ba45f6c89fa3/width=450/14347390.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHDSgotQ9FIn_Mt7DjRiyCR+Mxt5_1%1Iot5", "type": "image"}, {"id": 14347406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abd123be-124b-4db1-859e-83cee01504c6/width=450/14347406.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UUIhQp-;8{M{_N-:r?a#E2t6-:%Mbvt6%1W=", "type": "image"}, {"id": 14347413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0ca0be8-6663-4b0c-bae3-14bbf8aa64c8/width=450/14347413.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHEMUPs*4mbG_MofDiox^gtRE2xZ~o%MIUoy", "type": "image"}, {"id": 14347405, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d34aa259-fbbb-4f40-9615-9d56d1cdcc49/width=450/14347405.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFFi7301_2tQ?^9H-og34.iw9FX8XnIAI9a}", "type": "image"}, {"id": 14347407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80359843-868a-414f-8f43-665473672ad5/width=450/14347407.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U9F=,I000K~VTx9GH?oz00?F%LE2yX^i9aoz", "type": "image"}, {"id": 14347414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36d99b1a-35b4-434d-8dca-f3c375ed639c/width=450/14347414.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UPEyC{xuE1Mx_Mt7M{NG%Lt7jF%2%K%Ln+tQ", "type": "image"}, {"id": 14347416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/660bbaa8-3097-4672-b40e-6f842ef05927/width=450/14347416.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UAB3vkD*IUIT%hD%-;RjIA9E?HT0~qRPw[9u", "type": "image"}, {"id": 14347420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/836e895a-d535-4ca4-9376-b566ff72c183/width=450/14347420.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKFO_e4oIo%L_MD%aLoyE1RPWFNGM_M|%MWA", "type": "image"}, {"id": 14347421, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f18deafd-82d1-4aac-a551-6a3abdea1b4e/width=450/14347421.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UNEyYr-:9Fk9_M-pM{ax%1x]t8V@~V-oMxWB", "type": "image"}, {"id": 14347417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3f40b63-e9ec-4961-bc7d-b05773525260/width=450/14347417.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1920, "hash": "UNG+5L9G9Z?a_M9ZMyt8t6IVRkR--:IUs:xu", "type": "image"}, {"id": 14347419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58916d64-71cc-412c-ab1e-2ad084b62c12/width=450/14347419.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "USFYiI9GD%%M_MIBRjxux[M{WCbc?aM{Myt7", "type": "image"}, {"id": 14347422, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17ce62aa-117c-4d00-8680-020f82b28469/width=450/14347422.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UJGRbXbbRiM|~VWBnOWBIXWB9Ht69boeNHoe", "type": "image"}, {"id": 14347425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c6a7523-2dee-4bbf-87a3-726ec5d43bf6/width=450/14347425.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "UNHem,R+O9ax_MRkM|s:D%WBD+t7NYWCIVof", "type": "image"}, {"id": 14347423, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15cf87f0-045a-4083-bddd-4444b30ac140/width=450/14347423.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UEF$5~4;00-:?]ofDjWV9b-:NbD*^*ofD*Rj", "type": "image"}, {"id": 14347426, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/633dab1b-7056-422b-a2b4-028b8d2aefed/width=450/14347426.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UQJtYeslE3t6_3Ri9Ft7t7M{M{x[~WIo%MoJ", "type": "image"}, {"id": 14347427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93420c3f-494a-48c9-82a8-3345205b8c9a/width=450/14347427.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHHet64:AU-oy;Rl%0R*00%2NKR*0MM{e:xZ", "type": "image"}, {"id": 14347581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/188795ea-f28e-40fb-a0f0-0e0709ea66df/width=450/14347581.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UGHd?E00I.^*~AM|ozj=9ssqog9a?uIVt7Io", "type": "image"}, {"id": 14347580, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/939b4ab9-560d-494d-9dd1-5243377baa99/width=450/14347580.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UAC~*X~A0258?b%MENIpMeK7Na={XTxu?Z-o", "type": "image"}, {"id": 14347579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ebb8f5f-e452-41ff-9604-e3d8f9792adb/width=450/14347579.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UNH1oEtkELj?~VbIE2R%9[%KIVNG?G$*E2Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/545597", "modelId": 490654} \ No newline at end of file diff --git a/datasets/metadata/545688.json b/datasets/metadata/545688.json new file mode 100644 index 0000000000000000000000000000000000000000..dcf324f339e0168b7d81e41bc63c8f7538d73c22 --- /dev/null +++ b/datasets/metadata/545688.json @@ -0,0 +1 @@ +{"id": 545688, "index": 0, "name": "v2.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-02T12:15:07.912Z", "availability": "Public", "nsfwLevel": 1, "description": "Massively improved tagging. Improved dataset selection and cut-out unneeded access images.
Main trigger tags:
giant_sword - Use for generating a giant sword.
giant_long_sword - Use for generating a particularly long giant sword.
giant_short_sword - Use for generating a shorter in length but still giant in width sword.
giant_onesided_sword - Use for generating a giant sword with a single edge/sided blade.
katana - Use for generating a giant katana.
Secondary tags:
flat blade - Will give the sword a rectangular/box-cutter type look.
spiked blade - Will give the blade jagged/spiked edges.
hook blade - Will give the end of the sword a hooked/jagged tip.
broken blade tip
b&w blade
Sword Position/View-point tags:
pointing down
pointing up
pointing right
pointing left
rotated down
rotated up
rotated left
rotated right
angled
semi-angled
side view of blade
reverse grip
high view
low view
semi-low view
semi-high view
high overhead view
map view
worms-eye view
back view
front view
Other tags:
an arm grabbing the handle of a
two arms grabbing the handle of a
an arm loosely grabbing the handle of a
gripping sword handle
fantasy
medieval
", "trainedWords": ["giant_sword", "giant_long_sword", "giant_short_sword", "giant_onesided_sword", "katana"], "stats": {"downloadCount": 166, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 461935, "sizeKB": 223103.79296875, "name": "Giant_Fantasy_Swords.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T11:56:27.085Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2600696C", "AutoV2": "69759BBB14", "SHA256": "69759BBB147C008308C44F078360B8615891AAEA9E612EED0510BFF01039BE75", "CRC32": "B4EC5C8E", "BLAKE3": "C51510F53DABD085EAC2EB1A52672F05B0958965AE10514BB4E6B71F94EFAC7F", "AutoV3": "F39C05B6C4DC"}, "downloadUrl": "https://civitai.com/api/download/models/545688", "primary": true}, {"id": 461950, "sizeKB": 9243.5537109375, "name": "542059_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T12:11:18.922Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E364F6AC", "AutoV2": "7331118A22", "SHA256": "7331118A22AA39B7697626FDC202C4BD1048A38D685A9FFA656BF3A154D803C4", "CRC32": "6FA40DED", "BLAKE3": "EBA73C891CEA800282AFF557E4B4946A17860D5E2934B48A762D9E23296E220A"}, "downloadUrl": "https://civitai.com/api/download/models/545688?type=Training%20Data"}], "images": [{"id": 14352839, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca71141d-04b3-41e9-bcc5-f2e8af564488/width=450/14352839.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAM*5CWB_N?bxuDiM{?b.8xu9FD%?b%Moz9F", "type": "image"}, {"id": 14352835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/632193a4-ead2-442c-b420-4f6c68a391bf/width=450/14352835.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6MaR{-;~q-;?IWAxuxv%NWBD$t7_3t7IUM_", "type": "image"}, {"id": 14352837, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2036eaa7-feea-4e7c-b598-872a9d938a7c/width=450/14352837.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Nm+w-;~qxu-:a{WAj[xuayIUof-;j[RjfQ", "type": "image"}, {"id": 14352836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9aeeea30-4d26-4c80-8100-7beba762451c/width=450/14352836.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDNwTWxu~q-;%Mj[WBay%MkCIURj%Mj[WBay", "type": "image"}, {"id": 14353228, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cce0be9-e8b1-44ad-a5c8-7da6cef38c18/width=450/14353228.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6K1q9%3_N-;%gj[nijZ-;j[D%WB-pjuWVj[", "type": "image"}, {"id": 14353231, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b88ee88c-8e4f-4495-94f6-59fca0067c6b/width=450/14353231.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3KBRE_3%gxtxu-;xuIA.8ofIAWU~qDiIT?v", "type": "image"}, {"id": 14353229, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b21e94ff-2af4-4dbd-bd54-592d3ca581fa/width=450/14353229.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCOWyu%M_4xu%MRjae%MtRj[M{ae%MofWBRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/545688", "modelId": 486863} \ No newline at end of file diff --git a/datasets/metadata/545724.json b/datasets/metadata/545724.json new file mode 100644 index 0000000000000000000000000000000000000000..c988fdaf15a5848bc6ad68662180b596182db050 --- /dev/null +++ b/datasets/metadata/545724.json @@ -0,0 +1 @@ +{"id": 545724, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-02T12:28:51.179Z", "availability": "Public", "nsfwLevel": 28, "description": "more like and more best style\uff0cbut have unnecessary speech bubble,doujinshi,doujin cover,title.
Negative Prompt:
((speech bubble,doujinshi,doujin cover,title,monochrome,comic,bar censor, censored,greyscale,)),futa,gay,bl,negativeXL_D,source_furry, source_cartoon, 3d,realistic,artist_name,
", "trainedWords": ["haitukun_style", "netorare", "mature", "mature_female", "housewife", "rating_explicit", "hetero", "cheating/(relationship/)", "contrast"], "stats": {"downloadCount": 314, "ratingCount": 0, "rating": 0, "thumbsUpCount": 62, "thumbsDownCount": 0}, "files": [{"id": 462000, "sizeKB": 34459.044921875, "name": "542773_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T12:35:52.002Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F3655A67", "AutoV2": "2C7B66277A", "SHA256": "2C7B66277AAC72FE8D225669008CA287CD98107CDCBA300799E6B0772311CE27", "CRC32": "2C86AA5F", "BLAKE3": "7CC66D054E51AE8C537A8C5BB7CE82FCECC320B6DCE8A4507309C3A812010006"}, "downloadUrl": "https://civitai.com/api/download/models/545724?type=Training%20Data"}, {"id": 461972, "sizeKB": 223113.08984375, "name": "Haitukun_style (1).safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T12:21:01.398Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "972516E7", "AutoV2": "06852D19E2", "SHA256": "06852D19E26BC1C7BB5B9B1B4D137C81A389410EF09B84E1AD97FC75B380CD50", "CRC32": "CF434875", "BLAKE3": "377C664FB6DFC26A0256C39D74CF305D3BCCB9C3C26949A3682C54E03BB7AC64", "AutoV3": "6D4AA91D9DC7"}, "downloadUrl": "https://civitai.com/api/download/models/545724", "primary": true}], "images": [{"id": 14354409, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5e1fc76-3c14-4589-9064-f9b721ff7f14/width=450/14354409.jpeg", "nsfwLevel": 16, "width": 1064, "height": 1168, "hash": "UGK^W#%2TW%1%#xu~Bo{Xmafj^WA~okD9ZX7", "type": "image"}, {"id": 14354405, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79c92a81-0209-4660-b4c2-b76108aa2a20/width=450/14354405.jpeg", "nsfwLevel": 16, "width": 1064, "height": 1168, "hash": "UHL|.VHq~U%g]$D%.TNG0#xu,.NHcEM{a0xu", "type": "image"}, {"id": 14354408, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a6b1f7f-1360-42c3-b295-271f4c75445e/width=450/14354408.jpeg", "nsfwLevel": 16, "width": 1064, "height": 1168, "hash": "UMLzjgMJu4_NwGRPxuNIaKtSRjs.%hr?s+Xm", "type": "image"}, {"id": 14354407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf213799-8e5a-4226-b53b-4b62fabebb70/width=450/14354407.jpeg", "nsfwLevel": 4, "width": 1064, "height": 1168, "hash": "URN,G7aeK2V@_Nofs;oeIoof-of+%1ofS5kC", "type": "image"}, {"id": 14354406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1bc30140-8e29-4610-8306-ead10dced579/width=450/14354406.jpeg", "nsfwLevel": 4, "width": 1064, "height": 1168, "hash": "UNMG#CR55+v#_NWAnhe.E2oJ-UW;%MoLayay", "type": "image"}, {"id": 14354410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fc3141a-7116-43ed-acff-f2a969c980d8/width=450/14354410.jpeg", "nsfwLevel": 1, "width": 1064, "height": 1168, "hash": "URMs.sDO?^4n%2%2NHIVt-%LwIRkEMWB$%kC", "type": "image"}, {"id": 14354416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8959b59-17be-40a0-a02d-1271feaf248f/width=450/14354416.jpeg", "nsfwLevel": 8, "width": 1064, "height": 1168, "hash": "UNMjaLAD0eRP?]-:Ion$IuRk-VR*$ys:WUof", "type": "image"}, {"id": 14354414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efe945b7-d0fe-48be-9fc2-fdba01ede3f7/width=450/14354414.jpeg", "nsfwLevel": 16, "width": 1280, "height": 1536, "hash": "UDL|MyD+0~,W0f0LS#r=00xZ}@RjMy%2fPxu", "type": "image"}, {"id": 14354412, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/931e1df8-518e-46cb-abb8-a82803c4031e/width=450/14354412.jpeg", "nsfwLevel": 16, "width": 1064, "height": 1168, "hash": "UAKm,_t:0eqyPpEh-7s.0yE3-URP~o^OsQM{", "type": "image"}, {"id": 14354413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee7404da-b7aa-4f9a-bc8c-6c629eb4eee8/width=450/14354413.jpeg", "nsfwLevel": 16, "width": 1280, "height": 1536, "hash": "ULL:$9~W1f^kFsR%ows902Ip=|R*V@aKRiWA", "type": "image"}, {"id": 14354411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4127b7cd-53b4-449c-8ee4-7e403b5ddbc5/width=450/14354411.jpeg", "nsfwLevel": 16, "width": 1064, "height": 1168, "hash": "UHM%N44:7ME2Kjv}$$9a0eMx=wsl~WWBRQNG", "type": "image"}, {"id": 14354415, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b998008-e61f-482f-ac63-31af68420556/width=450/14354415.jpeg", "nsfwLevel": 16, "width": 1280, "height": 1536, "hash": "UGNJF0xal.%MyYs9$~tQKPog-Vj[~pS4t6WC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/545724", "modelId": 468438} \ No newline at end of file diff --git a/datasets/metadata/545734.json b/datasets/metadata/545734.json new file mode 100644 index 0000000000000000000000000000000000000000..2823d481e09c0bff083c0fc31db83fe7c475452a --- /dev/null +++ b/datasets/metadata/545734.json @@ -0,0 +1 @@ +{"id": 545734, "index": 3, "name": "v2.0 Giant Fantasy Swords", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-02T12:39:32.923Z", "availability": "Public", "nsfwLevel": 1, "description": "Massively improved tagging. Improved dataset selection and cut-out unneeded access images.
Main trigger tags:
giant_sword - Use for generating a giant sword.
giant_long_sword - Use for generating a particularly long giant sword.
giant_short_sword - Use for generating a shorter in length but still giant in width sword.
giant_onesided_sword - Use for generating a giant sword with a single edge/sided blade.
katana - Use for generating a giant katana.
Secondary tags:
flat blade - Will give the sword a rectangular/box-cutter type look.
spiked blade - Will give the blade jagged/spiked edges.
hook blade - Will give the end of the sword a hooked/jagged tip.
broken blade tip
b&w blade
Sword Position/View-point tags:
pointing down
pointing up
pointing right
pointing left
rotated down
rotated up
rotated left
rotated right
angled
semi-angled
side view of blade
reverse grip
high view
low view
semi-low view
semi-high view
high overhead view
map view
worms-eye view
back view
front view
Other tags:
an arm grabbing the handle of a
two arms grabbing the handle of a
an arm loosely grabbing the handle of a
gripping sword handle
fantasy
medieval
", "trainedWords": ["giant_sword", "giant_long_sword", "giant_short_sword", "giant_onesided_sword", "katana"], "stats": {"downloadCount": 83, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 461980, "sizeKB": 9243.5537109375, "name": "542059_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T12:28:58.927Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E364F6AC", "AutoV2": "7331118A22", "SHA256": "7331118A22AA39B7697626FDC202C4BD1048A38D685A9FFA656BF3A154D803C4", "CRC32": "6FA40DED", "BLAKE3": "EBA73C891CEA800282AFF557E4B4946A17860D5E2934B48A762D9E23296E220A"}, "downloadUrl": "https://civitai.com/api/download/models/545734?type=Training%20Data"}, {"id": 461991, "sizeKB": 223103.79296875, "name": "Giant_Fantasy_Swords.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T12:31:04.755Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2600696C", "AutoV2": "69759BBB14", "SHA256": "69759BBB147C008308C44F078360B8615891AAEA9E612EED0510BFF01039BE75", "CRC32": "B4EC5C8E", "BLAKE3": "C51510F53DABD085EAC2EB1A52672F05B0958965AE10514BB4E6B71F94EFAC7F", "AutoV3": "F39C05B6C4DC"}, "downloadUrl": "https://civitai.com/api/download/models/545734", "primary": true}], "images": [{"id": 14354348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42bad3e7-4c76-4afb-8d3e-435decbb0066/width=450/14354348.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDNwTWxu~q-;%Mj[WBay%MkCIURj%Mj[WBay", "type": "image"}, {"id": 14354351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bee49f3d-d63d-4522-8b67-eeb7c0f02770/width=450/14354351.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Nm+w-;~qxu-:a{WAj[xuayIUof-;j[RjfQ", "type": "image"}, {"id": 14354350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a978780-bf14-4b0c-9fa2-623ae5e6e6ac/width=450/14354350.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6MaR{-;~q-;?IWAxuxv%NWBD$t7_3t7IUM_", "type": "image"}, {"id": 14354352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/791d752a-30a9-473e-ad9c-9b18d5fcb9f2/width=450/14354352.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAM*5CWB_N?bxuDiM{?b.8xu9FD%?b%Moz9F", "type": "image"}, {"id": 14354349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/646f28ed-44ff-4b76-a596-e00a5afa6449/width=450/14354349.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6K1q9%3_N-;%gj[nijZ-;j[D%WB-pjuWVj[", "type": "image"}, {"id": 14354353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b070c6b4-582f-4092-b997-9abc2f21a7ec/width=450/14354353.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3KBRE_3%gxtxu-;xuIA.8ofIAWU~qDiIT?v", "type": "image"}, {"id": 14354354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fbfdbaa-2e60-4f44-85d0-161ccf4eb4ef/width=450/14354354.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCOWyu%M_4xu%MRjae%MtRj[M{ae%MofWBRj", "type": "image"}, {"id": 14354558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afdccfad-d2b8-474c-81d7-9c8d4ab7d767/width=450/14354558.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6MaR{-;~q-;?IWAxuxv%NWBD$t7_3t7IUM_", "type": "image"}, {"id": 14354572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3724862e-70d1-46dd-9d91-18c055047bb7/width=450/14354572.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAM*5CWB_N?bxuDiM{?b.8xu9FD%?b%Moz9F", "type": "image"}, {"id": 14354548, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8578a3db-6ee5-427d-ba01-3d0aa8177d78/width=450/14354548.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6K1q9%3_N-;%gj[nijZ-;j[D%WB-pjuWVj[", "type": "image"}, {"id": 14354569, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ef7ab95-3bb1-471c-ae0e-fdad7ed83501/width=450/14354569.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3KBRE_3%gxtxu-;xuIA.8ofIAWU~qDiIT?v", "type": "image"}, {"id": 14354570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d5b506b-c144-46b4-a641-6850d2e6d333/width=450/14354570.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCOWyu%M_4xu%MRjae%MtRj[M{ae%MofWBRj", "type": "image"}, {"id": 14354549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c627dc4-99b1-4785-a5fa-285a9f674096/width=450/14354549.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDNwTWxu~q-;%Mj[WBay%MkCIURj%Mj[WBay", "type": "image"}, {"id": 14354550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7e64e73-f7cb-4771-b2dc-3fd6dccc93fa/width=450/14354550.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Nm+w-;~qxu-:a{WAj[xuayIUof-;j[RjfQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/545734", "modelId": 457239} \ No newline at end of file diff --git a/datasets/metadata/545942.json b/datasets/metadata/545942.json new file mode 100644 index 0000000000000000000000000000000000000000..a29c195d38ba921aa0e91264f62f1b0ebd4cd04f --- /dev/null +++ b/datasets/metadata/545942.json @@ -0,0 +1 @@ +{"id": 545942, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-02T14:17:35.961Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 139, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 462177, "sizeKB": 22244.94140625, "name": "Kathy_Po_frozenteardrop-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T14:17:06.617Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5D2A7ED7", "AutoV2": "AC219DE781", "SHA256": "AC219DE781F3448E7104E0A72AEE470E0805D4A64D47C520643980BC06B377AA", "CRC32": "C98D32DA", "BLAKE3": "CF7DB9F5DA86C05BCAC89D83BBDF765F3DC6A91085F1B60ABE31C394D60C88E5", "AutoV3": "E9D486CDC4C1"}, "downloadUrl": "https://civitai.com/api/download/models/545942", "primary": true}, {"id": 462178, "sizeKB": 38652.1572265625, "name": "Kathy_Po_frozenteardrop.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T14:17:08.184Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "934F4EBE", "AutoV2": "0AFC1334A3", "SHA256": "0AFC1334A3649E6B4B11723AEC128D70D16A4BCABC0E15F6F03AAE8DBCB50B32", "CRC32": "4F4E6F8F", "BLAKE3": "1A2A9A6272C5B1CB1E7E26CC045BA9ED208CFF4690EB34193F5596FAE09B41A6"}, "downloadUrl": "https://civitai.com/api/download/models/545942?type=Training%20Data"}], "images": [{"id": 14364246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ae477b4-de13-4c3d-89bc-a309f60b23fc/width=450/14364246.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USMZahxuJV%M~pt7.8tR-;xuNGozofWBxuWB", "type": "image"}, {"id": 14364245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ed006a9-1a98-419b-83ea-861aa771be5a/width=450/14364245.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USMZahxuJV%M~pt7.8tR-;xuNGozofWBxuWB", "type": "image"}, {"id": 14364801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a242b3bc-dc42-470e-8e18-fbd006d6e3bf/width=450/14364801.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UpLzU1t7?wxu~qj[tSt7t7RjRjazs:ofkCbI", "type": "image"}, {"id": 14365600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2bd2e33-4d22-4633-8b26-af23d84f4f78/width=450/14365600.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UlNA0Sae?v%M~poftSWBX8t7W=Rj-pRjM|t8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/545942", "modelId": 490966} \ No newline at end of file diff --git a/datasets/metadata/545967.json b/datasets/metadata/545967.json new file mode 100644 index 0000000000000000000000000000000000000000..47eceede8b4c0ab35eef8d67ea89a66d8afbbdc0 --- /dev/null +++ b/datasets/metadata/545967.json @@ -0,0 +1 @@ +{"id": 545967, "index": 0, "name": "LinikuSDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-02T16:55:47.565Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 44, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 462217, "sizeKB": 30910.896484375, "name": "545967_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T14:41:36.008Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4320B7BA", "AutoV2": "B209B875A6", "SHA256": "B209B875A6BED2D4234EAF9B871D4FF57CC9199B96E89064ABAFBAB9920E2B87", "CRC32": "D306C9D4", "BLAKE3": "9658AB1E8D053C02EED9443BE793C7FD45133180F4E1257D36EFC7135040A99F"}, "downloadUrl": "https://civitai.com/api/download/models/545967?type=Training%20Data"}, {"id": 462430, "sizeKB": 56078.69921875, "name": "LinikuSDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T16:56:05.392Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "09D82693", "AutoV2": "200AA26D33", "SHA256": "200AA26D3348FC15D77075EF5BF755CD70E743E8E0576291E4522EE49874BE2A", "CRC32": "DEF617AB", "BLAKE3": "18A16B340BF8C01BC74FFBB15BEAF332085D877E65BB44005E6E47AECF80612A", "AutoV3": "01A5B339C19C"}, "downloadUrl": "https://civitai.com/api/download/models/545967", "primary": true}], "images": [{"id": 14376557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d4297a5-c5ac-436d-ab3a-e1531fa7af4e/width=450/14376557.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UIHwrk?G0|M{00M{=_bvtmW?}@xaELNHNIni", "type": "image"}, {"id": 14376558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e34bf476-9276-4fe5-af6b-7e033a2f2955/width=450/14376558.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UEFOrZM#1W-o02Ip~BVuK5%1={I;S0ouozou", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/545967", "modelId": 490991} \ No newline at end of file diff --git a/datasets/metadata/546074.json b/datasets/metadata/546074.json new file mode 100644 index 0000000000000000000000000000000000000000..44f450a45bb0f2b9064afc8ab486a4c85af44ced --- /dev/null +++ b/datasets/metadata/546074.json @@ -0,0 +1 @@ +{"id": 546074, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-02T15:28:48.192Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 248, "ratingCount": 0, "rating": 0, "thumbsUpCount": 47, "thumbsDownCount": 0}, "files": [{"id": 462304, "sizeKB": 9957.4306640625, "name": "Relena_Darlian_frozenteardrop.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T15:31:30.664Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "370EB649", "AutoV2": "2825F6FDD6", "SHA256": "2825F6FDD6C4D380C742B06F7D8C875319F099E754D6B2764DCCA47A4725F57E", "CRC32": "8C2F6EEA", "BLAKE3": "B8F91B74D12A7E36DF17E2613A5548BD8E072BD8AAC7BB39532308A52690F666"}, "downloadUrl": "https://civitai.com/api/download/models/546074?type=Training%20Data"}, {"id": 462305, "sizeKB": 22236.58203125, "name": "Relena_Darlian_frozenteardrop-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T15:31:33.531Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "68CCE816", "AutoV2": "FF42637486", "SHA256": "FF426374865CE796A7993E09B73C52512498D63C62CB13D07F8CA04D0D22375C", "CRC32": "57F5F076", "BLAKE3": "8FBAC663809D855E338E3D2C68E9F4D7A69F171C32EDCBAD10F65D06D414746C", "AutoV3": "5F83C56B302F"}, "downloadUrl": "https://civitai.com/api/download/models/546074", "primary": true}], "images": [{"id": 14369937, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0e2d782-1af0-4556-b17a-c60653958e3e/width=450/14369937.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIO3Uz00x^IB~TR4yDs,_4RjD,axELRj$$R+", "type": "image"}, {"id": 14369930, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23fec3de-4149-490c-903f-511c55e14464/width=450/14369930.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJO3Uz00x]IB~TR4yDs,_4RjE3axIoRj$$R+", "type": "image"}, {"id": 14371937, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18f80de3-6bbb-48da-af90-0fd2bc7d6036/width=450/14371937.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UINA6k00pdIV~o4nOGIpIVx]M{Ri~pIVIUoI", "type": "image"}, {"id": 14372150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07afdc56-99ff-4ac5-92ac-3dd9cfcc00f7/width=450/14372150.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMKT}Vxv4:~q-g_2EOWot7%Mo#kD%NM{jY%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/546074", "modelId": 491083} \ No newline at end of file diff --git a/datasets/metadata/546291.json b/datasets/metadata/546291.json new file mode 100644 index 0000000000000000000000000000000000000000..3e7374a59ce01d547d4aa997f3733774a23ebd7d --- /dev/null +++ b/datasets/metadata/546291.json @@ -0,0 +1 @@ +{"id": 546291, "index": 0, "name": "Jean-Francois Jonvelle Style SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-02T19:01:08.527Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 80, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 462512, "sizeKB": 3024.5068359375, "name": "546291_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T17:41:04.816Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BA0CE180", "AutoV2": "445EA1C4BC", "SHA256": "445EA1C4BC9F3F7F4019AE6FAAECA2176C52E2BDAD3E26BE3D78BB2EF1ECC410", "CRC32": "32C9869C", "BLAKE3": "BEC1EDD7A8DBAA54BBFE45B0628711CDD5FF27E7BB2A609FAC5B60BCBDC93419"}, "downloadUrl": "https://civitai.com/api/download/models/546291?type=Training%20Data"}, {"id": 462639, "sizeKB": 223113.86328125, "name": "Jean-Francois_Jonvelle_Style_SDXL-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T18:52:04.803Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "163D1D6F", "AutoV2": "E1245BE6CC", "SHA256": "E1245BE6CCB7D668801FB7BBB6E22E558E4784513660642438CEBCC3B4561EFA", "CRC32": "775CFA8A", "BLAKE3": "1508EE2BF0C8387138280C33E4CC01C72E311D14F0CF21DBD80434558DCF78AE", "AutoV3": "0B1A014DE32D"}, "downloadUrl": "https://civitai.com/api/download/models/546291", "primary": true}], "images": [{"id": 14385835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ac033c3-df51-4dfb-992d-1ace756aa2ee/width=450/14385835.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U7F?654n_300~q_3M|M{IAV@ofRj_3?bt7WB", "type": "image"}, {"id": 14385833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/374fcb89-dc3e-4733-8de2-4535b793f762/width=450/14385833.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U7HVC+~q-;~q00%MkCM{t79F%MIU-;IURj-;", "type": "image"}, {"id": 14385834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9df77ced-a7c1-4154-aa01-0f50297d9483/width=450/14385834.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U4Fr@f9F~q9FD%xu~q9F8_?b?bRj_3ayD%WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/546291", "modelId": 491278} \ No newline at end of file diff --git a/datasets/metadata/546367.json b/datasets/metadata/546367.json new file mode 100644 index 0000000000000000000000000000000000000000..d741caf03f3b5fcf2402eab211ef306fe0093ce4 --- /dev/null +++ b/datasets/metadata/546367.json @@ -0,0 +1 @@ +{"id": 546367, "index": 1, "name": "XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-02T18:37:03.652Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["eating ramen"], "stats": {"downloadCount": 50, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 462597, "sizeKB": 20887.1630859375, "name": "542490_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T18:25:47.445Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E877AA59", "AutoV2": "411042F725", "SHA256": "411042F725F49E4D9DC4C8F2A5B9F88CFCF9A9B903E2B1EB492EC38AC2CC6AD8", "CRC32": "6E2311DD", "BLAKE3": "FF38CBCAFD752E8B75BA3FB17A5CA881C9E74D31B073117B46A03ADE0AF63BE1"}, "downloadUrl": "https://civitai.com/api/download/models/546367?type=Training%20Data"}, {"id": 462612, "sizeKB": 223113.60546875, "name": "AI_Drawing_Anime_Characters_Eating_Ramen_Meme_Diffusion_XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T18:36:29.454Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5F97B09C", "AutoV2": "4D65DA9393", "SHA256": "4D65DA9393D15C99A85C46C82ED07BF828FC99114BB94C53D6ECE825ECCB2E27", "CRC32": "21E7F1DB", "BLAKE3": "72A682CBA36E484523A1F25940993AE1E5C5553B72F2E1AF25878A0012F8202E", "AutoV3": "1EF3015FFF56"}, "downloadUrl": "https://civitai.com/api/download/models/546367", "primary": true}], "images": [{"id": 14385407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/859ce2c8-c482-4259-b737-40b189d63387/width=450/14385407.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UdLM@R$x?HIp%$R+SiS4~BRknNxYT1WBWAxZ", "type": "image"}, {"id": 14385405, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/709c5a82-9ae3-4a2e-98da-27c5a32c8ae0/width=450/14385405.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UcKTD3rp$kD*Y7NGOrM|~BR*r=xZOZR*Rkxa", "type": "image"}, {"id": 14385408, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cf66ece-9922-43bd-8f8d-20df8cecaaf1/width=450/14385408.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UYINEV-PRPEME-NIEjNG~ANGsks.J:NGWCxs", "type": "image"}, {"id": 14385403, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34dac4c4-308b-4f56-8753-9caa1c996ea8/width=450/14385403.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UNI;bQVqxv9a_4M_tQIo~VIpRQ%1S$j[WB%2", "type": "image"}, {"id": 14385406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb6e3403-c2e3-4172-abf0-2ee486ccf0d4/width=450/14385406.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UQKdoI-;tmkC~qR*s:f6w]M{NGofS$t6t6t7", "type": "image"}, {"id": 14384184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80bb6481-cfe5-45e9-b435-1b64ce5ee217/width=450/14384184.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UzQSuJt7_Ns:yEofe.WBRjWBs:ofs:jZWBfQ", "type": "image"}, {"id": 14384191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19671113-e3ce-4a68-b08d-04c8a2eae607/width=450/14384191.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USPseb${_3x]~poeR:bdxroyNKW@-:RmjEob", "type": "image"}, {"id": 14384183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9285aac4-5733-45f0-8527-25c05e69a1fc/width=450/14384183.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZNTj[x^?ws.4nsoM{R+D*RjxWs:%fWCWCbH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/546367", "modelId": 487917} \ No newline at end of file diff --git a/datasets/metadata/546499.json b/datasets/metadata/546499.json new file mode 100644 index 0000000000000000000000000000000000000000..bbb728f4a1ea9cef6da6473a06f4adacbf57595d --- /dev/null +++ b/datasets/metadata/546499.json @@ -0,0 +1 @@ +{"id": 546499, "index": 0, "name": "Talion", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-02T23:17:13.481Z", "availability": "Public", "nsfwLevel": 28, "description": "Ver 1. Pony, I recommend strength .3-.9. Just another femboy lol
", "trainedWords": ["Talion", "(robotic femboy, trap, crossdressing, long silver wig, glaring red eyes)", "Robotic femboy", "long silver wig", "glaring red eyes"], "stats": {"downloadCount": 43, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 462724, "sizeKB": 20750.7763671875, "name": "546499_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T19:45:58.739Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D540B65D", "AutoV2": "9132A653A3", "SHA256": "9132A653A387F8AEBF00674845FDD9BCB8020698FDD8EC8A75D360B63F71EB63", "CRC32": "54ADC080", "BLAKE3": "B382CFCC0D5AC54EDCD30A8650B49E868D03C5CFE7ACC2C9AE49341614CDD423"}, "downloadUrl": "https://civitai.com/api/download/models/546499?type=Training%20Data"}, {"id": 463057, "sizeKB": 223106.01171875, "name": "Talion-000019.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T23:12:14.394Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "ACD7CB1A", "AutoV2": "BFCAB98E75", "SHA256": "BFCAB98E750034D66DF4BDD7BA1BF929DAC7C2864487AE86C95E685BF1A3067F", "CRC32": "D48F2B32", "BLAKE3": "CC9C85886421CE38B1AC3AA92B5F9E92E46065F4A31FCC57EA19D7ED3349EE38", "AutoV3": "CE0CB25FA73A"}, "downloadUrl": "https://civitai.com/api/download/models/546499", "primary": true}], "images": [{"id": 14404280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/619e62f6-c917-49d3-9f64-79d8498b14d4/width=450/14404280.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEIqDu$+~W_3%L?aIp%M00-VocV@_38{-VsC", "type": "image"}, {"id": 14404279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7168fec6-6190-4887-a0a8-19648a824ca4/width=450/14404279.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDGHSgF_E1wd~qRj9FxZ6RwI9GXR%#9tV@OY", "type": "image"}, {"id": 14404281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64449858-615a-4389-b8aa-4dd655f2715a/width=450/14404281.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UXIzhzK5xG-o~W-UE2t7?bj[V@W;~VNae.xZ", "type": "image"}, {"id": 14404381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e89349f7-3c78-4f00-8f41-a6c7db29866f/width=450/14404381.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UKHUFL5m9ZJ._NR-IVOY%1K5r=nO-:Egwc$f", "type": "image"}, {"id": 14404387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/959e82dc-7920-4a24-98d4-3ad47460a2ca/width=450/14404387.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U7H-Gi4:~VtR9a~V9tEMEMt70e?H%N000LIo", "type": "image"}, {"id": 14404384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d32b20e-3db4-4547-8b8d-906db6468bb3/width=450/14404384.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UFIf#z^+pvTK?a%LR%9tK4^jV@-A%#^*~C%M", "type": "image"}, {"id": 14404391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bdc87e3-d75a-4006-b356-e2b475b7264d/width=450/14404391.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UMI4eX?wpc%M_3-;EfE19[WUD%VsIUMdIAjF", "type": "image"}, {"id": 14404390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0177313a-451d-470a-9b47-e18502803fdf/width=450/14404390.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UGIXaK00t,0y_3o#IAxa_NV@xuIUTKD*t7oc", "type": "image"}, {"id": 14404395, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2185d5a2-a3b9-477d-8ed7-e39c582a97d9/width=450/14404395.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "URI#AM%1~8-oXSEMD*%1S4M|IUoI=^9aR.NH", "type": "image"}, {"id": 14404394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a5a895a-854d-423f-83e2-1c1d2443c706/width=450/14404394.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UTIER?t6kWMx?bRkx]t7%2WBxat7~qn%j[V@", "type": "image"}, {"id": 14404399, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd3662f6-4997-4af4-9370-b3a6dd58a933/width=450/14404399.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UFHT?VMLInIn_20#S~9a0eNewfIV+H~BVXIp", "type": "image"}, {"id": 14404400, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd76dfc4-1cb1-421c-a9d2-89815804a856/width=450/14404400.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UGJZc2^On5~WE3Rh^j^k0dI:R+er$+R*s:I:", "type": "image"}, {"id": 14404402, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b41fd09-ff73-4e09-8bca-0ff39c68b69a/width=450/14404402.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UMLD.Ii_x]o}?HtRIUIB_MD%tQxu~Wo2W;f+", "type": "image"}, {"id": 14404403, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/331c4e90-9c7c-4942-8134-4a8dd7a6ac13/width=450/14404403.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UFHUU,VHyW-=Y%L~%0F0B-VYsEtPto={9dIo", "type": "image"}, {"id": 14404404, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1a3a81a-49a6-4497-ad0b-c2fd19e7f041/width=450/14404404.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U9J@OT4:F:={~nM{4T-ot,%2R5t7^+xan5Nb", "type": "image"}, {"id": 14404405, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19779188-182b-454d-97d6-2870dcbc30c0/width=450/14404405.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UYMPtEEN-nxZ~UxZNHxsNwIW9bt69bWVRkWB", "type": "image"}, {"id": 14404407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b578708-1f17-4f6f-b8c6-23eb509b55a0/width=450/14404407.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "U7IzbX8^0M9%%M9E~C0j1j59-qv~02jc-ot2", "type": "image"}, {"id": 14404408, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12ebcde9-74f5-4b20-b23d-7127a9140235/width=450/14404408.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U6HxEKMd*J.9$RIU%h9F1J?v00^QNuIoMxrq", "type": "image"}, {"id": 14404409, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c77865d-991b-4054-aea1-313f921337e9/width=450/14404409.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UjJ@k8IUI;t7_Nsosobbxut7M{s:aeozRjja", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/546499", "modelId": 491469} \ No newline at end of file diff --git a/datasets/metadata/546504.json b/datasets/metadata/546504.json new file mode 100644 index 0000000000000000000000000000000000000000..fbdd68ff8c80f48f715ddc324d7c0e91d7702941 --- /dev/null +++ b/datasets/metadata/546504.json @@ -0,0 +1 @@ +{"id": 546504, "index": 0, "name": "Becky moose (Johnny bravo)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-02T23:32:11.116Z", "availability": "Public", "nsfwLevel": 8, "description": "v1.0
", "trainedWords": ["moose", "becky moose", "johnnybravo", "female", "antler", "brown fur", "large butt"], "stats": {"downloadCount": 28, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 462876, "sizeKB": 213.4326171875, "name": "546504_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T21:15:50.400Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "E19E986AD3", "SHA256": "E19E986AD3E1F5148C2A3117EF4BE8343980B74C5181636332134ECB447DE876", "CRC32": "A8D64EEE", "BLAKE3": "291CA043D855644FDFAA01FC72E59BB74CFEBD1298BF2056B3ABA402E7215FE4"}, "downloadUrl": "https://civitai.com/api/download/models/546504?type=Training%20Data"}, {"id": 463034, "sizeKB": 223100.14453125, "name": "Becky_moose_Johnny_bravo-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T22:56:42.697Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7AC41D03", "AutoV2": "12371B283A", "SHA256": "12371B283A6408B50AD36F8AD4B4F1B5311F80BEF73003D9E51185728300D753", "CRC32": "E36D71F1", "BLAKE3": "CA9D0A23427957D0603894281811317A0307DB7D88D7377DBEC011AF025FE206", "AutoV3": "9BBAA969AEEA"}, "downloadUrl": "https://civitai.com/api/download/models/546504", "primary": true}], "images": [{"id": 14405014, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/396f01b0-94d6-439d-80d4-9fe2612bc66c/width=450/14405014.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCJGsFvy2dBW8JE+[9#kL2-BT1ogvMxvxHxD", "type": "image"}, {"id": 14405015, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2b08fe5-61f5-41dc-805e-7a33fb48bdf7/width=450/14405015.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJJaDhs;1+xZC8s8#QOFC8N_Rjs-}lkDnis9", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/546504", "modelId": 491474} \ No newline at end of file diff --git a/datasets/metadata/546507.json b/datasets/metadata/546507.json new file mode 100644 index 0000000000000000000000000000000000000000..80083487ce011e0a9c92eec8627d3a80bade7ca9 --- /dev/null +++ b/datasets/metadata/546507.json @@ -0,0 +1 @@ +{"id": 546507, "index": 0, "name": "Kai", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-03T17:26:19.052Z", "availability": "Public", "nsfwLevel": 28, "description": "Ver 1. I recommend just using the strength of .5 to start with first.
", "trainedWords": ["Kai", "Chubby, curvy, Indian, Brown skin, wide hips, glasses, femboy, nonbinary,"], "stats": {"downloadCount": 125, "ratingCount": 0, "rating": 0, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 464601, "sizeKB": 223105.00390625, "name": "Kai-000023.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-03T17:15:53.111Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2F943247", "AutoV2": "5E98D6E8BB", "SHA256": "5E98D6E8BB84F0FAA89DE1B5278ABA5FFCB66DBBA4DC4E2D9D5EDC98241979A3", "CRC32": "82E15D45", "BLAKE3": "02C8E7F7C6691D0C3968F338671F0C17BEA54ED6EC3C762F723CC66E29DA022C", "AutoV3": "31F47AF40148"}, "downloadUrl": "https://civitai.com/api/download/models/546507", "primary": true}, {"id": 462731, "sizeKB": 23548.5673828125, "name": "546507_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T19:50:36.641Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "090F2501", "AutoV2": "503687ADD3", "SHA256": "503687ADD3C2810D772B5842B3624300C8A771FF47385D7DD1F308696916851D", "CRC32": "1E54A6A5", "BLAKE3": "8DAAB7EBBC7AE292BFE74E3F3C97D5722A64720219C3526EBD671F01919ED624"}, "downloadUrl": "https://civitai.com/api/download/models/546507?type=Training%20Data"}], "images": [{"id": 14484808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a03cd592-b124-4000-9b0c-5ba13cb6658e/width=450/14484808.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UOKdrVIU.8-;~W%MkDM{?HIU%Mx]0KIooft6", "type": "image"}, {"id": 14484823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/291f8090-1369-436d-a620-f589e16e3185/width=450/14484823.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UCI4@UyYuP4T?um+0$xtH?VYMy9u9G.7%Mwc", "type": "image"}, {"id": 14484847, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45a2c8c1-f70f-48d3-a5bf-cbfc1204a233/width=450/14484847.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UVJtM6%1tmM{~V-:RjM|ENWAs:WWozoextt7", "type": "image"}, {"id": 14484449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1039cc41-98b9-4b74-abf3-da25d7149fc1/width=450/14484449.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U9I:tV?^^*|=@Z5RRQ}q0KV@+b$j01-oVEIp", "type": "image"}, {"id": 14484819, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aaa2265f-574e-4647-9c2c-30087b78fef6/width=450/14484819.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UNIqZBo|_Mjboft7D*D*S}RQ$4xu9GnOjFkp", "type": "image"}, {"id": 14484833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff7e32e2-c7f0-4521-87c0-b49498b15a08/width=450/14484833.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UEKJ+2?G.mo$?s%1RkR%X,WAR5IU-q%LRjxa", "type": "image"}, {"id": 14484809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18a5c4f1-0259-4743-a56a-2417264342e6/width=450/14484809.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UPK0KtGD~W%Mt9k.V?%2E9IpE2SiEgxAXSV@", "type": "image"}, {"id": 14484451, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ccf7b25-194c-44ab-9e62-94b380485530/width=450/14484451.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UIH_AKM_P9%M~UDjE2x]Y2t7M$tPXA%gt2R5", "type": "image"}, {"id": 14484811, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cffb394d-bb21-4d34-89a3-d61a80206ef4/width=450/14484811.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UIIh4}4:?^-p~Bx[yDMy?HxtIVofkWRjMyxu", "type": "image"}, {"id": 14484814, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e052efd-64b5-461e-b9b6-7e6ddef1554d/width=450/14484814.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHKdC{s,?bxu~V9G9ax[o}kCM|f50fXS-oxZ", "type": "image"}, {"id": 14484815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/383a31bb-7827-4445-a39d-6200f3bcd23b/width=450/14484815.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UHGt.{nj0,$*_MOEDiWV%1oLn4xY?aRjKPSh", "type": "image"}, {"id": 14484840, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d48743e4-0521-4ff5-a925-df9c00046030/width=450/14484840.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UdF#H,I;WC%1~AR+WBt7oyoeNGWqR+j?NHju", "type": "image"}, {"id": 14484818, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e01ed97-de1b-4580-968e-746f213da3de/width=450/14484818.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UHI4nu%2?^Rj~q?vxaxZ_3ozxaIUs;#,%1J8", "type": "image"}, {"id": 14484828, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14c631d4-bf56-4643-8f41-2a67223e991e/width=450/14484828.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UJKANVxI~Vs9IARj9bog0joy4;Rk02S4tjn$", "type": "image"}, {"id": 14484827, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88f7d91e-48c4-4a29-b1fb-20c65ceaddc1/width=450/14484827.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UEBL;h-U}S-UEmI:IoW?5Rn}I;S5EfbcI:NG", "type": "image"}, {"id": 14484844, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f638b4c-b3e8-4aa4-86c7-6462d8ee9eb1/width=450/14484844.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "ULD[wqjuIpt6~AR*9aof%KoLM|s:5RayR*j[", "type": "image"}, {"id": 14484851, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dea3363f-764a-4f31-aff2-858de512e4ad/width=450/14484851.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "ULFP4?RRY$yCXAMxnmRRDiyBiLx]rLXSWAMx", "type": "image"}, {"id": 14484852, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ebc4ffd-d9e7-4e6d-ab78-a33bfaaec7d4/width=450/14484852.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UPI4-6RR~oXn5Z%K9Hxt59%LwJ$$-TWB--IV", "type": "image"}, {"id": 14484820, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b9d8826-8f41-44e9-b476-4bffdb177e13/width=450/14484820.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UeI#M$t7~qogt7RjRkayIoayRjxaafRjWBof", "type": "image"}, {"id": 14484848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a004d2e4-4bf6-46ab-80a2-65ffdbcf0001/width=450/14484848.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UMEnn_IoNKt8}@WVR-ay%1t7aeNG$$ofWAWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/546507", "modelId": 491477} \ No newline at end of file diff --git a/datasets/metadata/546510.json b/datasets/metadata/546510.json new file mode 100644 index 0000000000000000000000000000000000000000..6cfe2106b85b6e4ab94a82c3f51702ff177d4947 --- /dev/null +++ b/datasets/metadata/546510.json @@ -0,0 +1 @@ +{"id": 546510, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-02T19:51:45.723Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 130, "ratingCount": 0, "rating": 0, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 462728, "sizeKB": 22235.50390625, "name": "Hilde_Schbeiker_WGundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T19:45:54.113Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C51D3AC9", "AutoV2": "040F05A787", "SHA256": "040F05A787FC767C6F4C5218D618DE0E84ABFC422501493023964E7B48DED9A3", "CRC32": "6B49BF56", "BLAKE3": "AC4B4FCF56138860CA80389BA73DEF270A73028DE0DAEF11D36F75276B69DDF1", "AutoV3": "0E57F30E8BF3"}, "downloadUrl": "https://civitai.com/api/download/models/546510", "primary": true}, {"id": 462727, "sizeKB": 8817.92578125, "name": "Hilde_Schbeiker_WGundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T19:45:52.369Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "AA766B75", "AutoV2": "675F15A50B", "SHA256": "675F15A50B5A47B202E4116E500D290E4076A1FA3209A9B7C1573BCAB373D1DE", "CRC32": "57D4F5D0", "BLAKE3": "F9351645376126605CA5ED064554CAA7EB8076CF813F6F3348B7E1A7A513CFB3"}, "downloadUrl": "https://civitai.com/api/download/models/546510?type=Training%20Data"}], "images": [{"id": 14389318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/314e3cae-8d26-41f0-9c59-e57ea28ff663/width=450/14389318.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URO:U~of.T%M_NbI_Nt7S$f6,.of0fa|IoWB", "type": "image"}, {"id": 14389320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81f78d72-250e-49b6-b04d-9b062e573ab2/width=450/14389320.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URO:U~of.T%M_NbH_Nt7S$f6,.of0fa|IoWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/546510", "modelId": 491480} \ No newline at end of file diff --git a/datasets/metadata/546620.json b/datasets/metadata/546620.json new file mode 100644 index 0000000000000000000000000000000000000000..d10723fbf2277eb7e8cd864773cb39844910622c --- /dev/null +++ b/datasets/metadata/546620.json @@ -0,0 +1 @@ +{"id": 546620, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-02T20:49:08.603Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 135, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 462836, "sizeKB": 8189.271484375, "name": "Catherine_Bloom_WGundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T20:50:55.388Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "47AB01FC", "AutoV2": "9AD622BBEF", "SHA256": "9AD622BBEF659C4963F59FB34369F0B9978F3C3E7B39116728842ADBDB5F5945", "CRC32": "F36BB837", "BLAKE3": "4596278AEC92D6101FF7E69BE91ED05533B5F925F8C0AFD362B1521C62492E83"}, "downloadUrl": "https://civitai.com/api/download/models/546620?type=Training%20Data"}, {"id": 462834, "sizeKB": 22236.21484375, "name": "Catherine_Bloom_WGundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T20:51:24.897Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7C4F30EC", "AutoV2": "CA68F8D703", "SHA256": "CA68F8D703DC5C5A84BDC6F66130635E068EDD1792DC0BC6D502C60A9403704D", "CRC32": "B9955511", "BLAKE3": "29AE407315E6EA3FDEFD5360FC4DA441BC58399F49C8DF41763A4307060DF911", "AutoV3": "96EB40131315"}, "downloadUrl": "https://civitai.com/api/download/models/546620", "primary": true}], "images": [{"id": 14759802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50ba8ef0-47c6-470c-9654-64d3ef86aece/width=450/14759802.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UON9e4%Mu5xGu3of~pR*_4Rk%1R*-;WC%3of", "type": "image"}, {"id": 14759805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33f1d696-921e-40d4-a64c-cddef9d0d43c/width=450/14759805.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UON9e4%Mu5xGu3of~pR*_4Rk%1R*-;WC%3of", "type": "image"}, {"id": 14395178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4da9b11f-8e8a-4039-bbf0-a807527a55ef/width=450/14395178.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UMLDu,-p0#NG00RjNZay_Nj[wct7?vt7?aR*", "type": "image"}, {"id": 14394133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09f36a02-0f3a-4934-a6d8-35e7de9fcd29/width=450/14394133.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UhLy=+xakrjY_Moe-;axtSWV%Lay-payV[a|", "type": "image"}, {"id": 14395181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6dd93a3d-e867-4c8b-9b8f-c3c25cec75ec/width=450/14395181.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UMLDu,-p0#NG00RjNZay_Nj[wct7?vt7?aR*", "type": "image"}, {"id": 14394102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e61930e-0a9f-4d15-a43a-dcb8efff2a27/width=450/14394102.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UhLy=+xakrjY_Moe-;axtSWV%Lay-payV[a|", "type": "image"}, {"id": 14394435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcf01eec-2960-4837-bd37-168a2099cd08/width=450/14394435.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVM6-n4nk=RQS~IUtSIVE1M{$*xa~WWAIoWX", "type": "image"}, {"id": 14394974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b22dba6-f9c7-4d1e-bf1a-4bd1ad5644b7/width=450/14394974.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNKm@IxuEyR64nE1S$M|4:xa?GI;~qWXM{xF", "type": "image"}, {"id": 14760552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41a044f1-7b50-40dc-973d-b46c68a2121a/width=450/14760552.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJMjR7Ef3p0LK+4ns=v#D*xu-VNZ~WS2^*Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/546620", "modelId": 491583} \ No newline at end of file diff --git a/datasets/metadata/546660.json b/datasets/metadata/546660.json new file mode 100644 index 0000000000000000000000000000000000000000..3fdb33521c5330e24e98151689e21795af2ed433 --- /dev/null +++ b/datasets/metadata/546660.json @@ -0,0 +1 @@ +{"id": 546660, "index": 0, "name": "disco elysium", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-03T10:19:23.696Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 59, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 463926, "sizeKB": 36980.265625, "name": "disco_elysium.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-03T10:20:57.932Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AE1918BA", "AutoV2": "EDDAF63034", "SHA256": "EDDAF630347462E64F06BBF7B8EB45A155B032151D349F5119C83ED990708D4C", "CRC32": "78A7AC74", "BLAKE3": "3A846EE991D1ED7DA0F11466189C044D399CB0F8FC1D3204BCD1CC3863E70F39", "AutoV3": "E66F941D0F58"}, "downloadUrl": "https://civitai.com/api/download/models/546660", "primary": true}, {"id": 462927, "sizeKB": 59457.7509765625, "name": "546660_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T21:50:39.338Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0520EAE4", "AutoV2": "D328E824BD", "SHA256": "D328E824BDFDB1134030CCB1B7ABB4D882E585E781FAF8320FF622B2490CE614", "CRC32": "84BDEC62", "BLAKE3": "8D302E86EDAC2FAC12760F429554BA284998EB4612325C7E7FD46393A3D267B7"}, "downloadUrl": "https://civitai.com/api/download/models/546660?type=Training%20Data"}], "images": [{"id": 14453203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/888e2cd1-aa40-4d9a-9c3d-14edd7162fa3/width=450/14453203.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U28|^l?box-;_3j[D%M{9Fj[_3xu9FRj~qxu", "type": "image"}, {"id": 14453201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30443eaa-1a43-42c4-a6c0-0dda40f85c91/width=450/14453201.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UdLqRpkC~qxt-;j[oea}W=WBRjt7xufkWBj[", "type": "image"}, {"id": 14453202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3139f676-42d0-48ab-bf0a-a931abf4e58e/width=450/14453202.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UZO:*3_3?vM{_3xuxtM{bHIURPxt~qM{WB%2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/546660", "modelId": 491620} \ No newline at end of file diff --git a/datasets/metadata/546683.json b/datasets/metadata/546683.json new file mode 100644 index 0000000000000000000000000000000000000000..6c51ea7a300e9b6ad80d9f8b12451dd231d90ac6 --- /dev/null +++ b/datasets/metadata/546683.json @@ -0,0 +1 @@ +{"id": 546683, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-02T21:28:55.458Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 155, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 462904, "sizeKB": 8124.3564453125, "name": "sally_po_WGundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T21:30:53.336Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "65996ADE", "AutoV2": "EB6826960B", "SHA256": "EB6826960BF6C6D92DA6C8FFFD9EDBDCF2AC8369558A6896F28A8182DE6BA3F1", "CRC32": "C98E5020", "BLAKE3": "CC6203467318531D12C06B1CC495C14981B01410FA72F667A17840CF19311B2B"}, "downloadUrl": "https://civitai.com/api/download/models/546683?type=Training%20Data"}, {"id": 462905, "sizeKB": 22234.78515625, "name": "sally_po_WGundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T21:30:53.950Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B67C9452", "AutoV2": "CF3D94D755", "SHA256": "CF3D94D7559104CC8E66292ED84A28561BE6A078F5BDE15285705EC9162C1EAD", "CRC32": "D52F9665", "BLAKE3": "8B52DDAFFA4CFA0CEA40C12A6EF0E83D14302E2D1A28A5B405D4AA92647457C6", "AutoV3": "6C831834356A"}, "downloadUrl": "https://civitai.com/api/download/models/546683", "primary": true}], "images": [{"id": 14397162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b89c6f0f-8b77-4aa1-b024-c7902b99b387/width=450/14397162.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVHUOf%MENbI~BofEMWB0fM{RPR*IUWB%2oe", "type": "image"}, {"id": 14397163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb6e9c3e-42a4-4b4f-8fd1-7c106785853b/width=450/14397163.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVHUOf%MENbI~BofEMWB0fM{RPR*IUWB%2oe", "type": "image"}, {"id": 14397313, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2403969-3ff0-47ce-9ef1-76fbf80361e7/width=450/14397313.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UsMZ%WRO%#M{~WoMtRs,xuayRjofR*ofjZR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/546683", "modelId": 491641} \ No newline at end of file diff --git a/datasets/metadata/546745.json b/datasets/metadata/546745.json new file mode 100644 index 0000000000000000000000000000000000000000..4b18b13b651a637fd87ab23547c7de9f5694f129 --- /dev/null +++ b/datasets/metadata/546745.json @@ -0,0 +1 @@ +{"id": 546745, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-02T22:13:34.018Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 142, "ratingCount": 0, "rating": 0, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 462955, "sizeKB": 22237.05078125, "name": "Lucrezia_Noin_WGundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T22:10:44.569Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "285D276D", "AutoV2": "8A91C9CCB2", "SHA256": "8A91C9CCB2577D4348228507910767FF658E12114AAD365CF370FAC6922B5AF8", "CRC32": "DE57671D", "BLAKE3": "FFFB39D96A6E9F92B818F998447DCF55AD5AD8FBB6E50F2DA0D013C03C5854F7", "AutoV3": "485110B3177C"}, "downloadUrl": "https://civitai.com/api/download/models/546745", "primary": true}, {"id": 462956, "sizeKB": 10790.0478515625, "name": "Lucrezia_Noin_WGundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T22:11:28.927Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "30A01BD5", "AutoV2": "4DAE2B2371", "SHA256": "4DAE2B2371701FBA19E8016CF83256684B843CE66BC8DD6F5ED49B55E16ACEF5", "CRC32": "24500425", "BLAKE3": "B8FC99D031F767988CD1F7249E97B4081C1242A476CEC440DAAF5299B6226ECE"}, "downloadUrl": "https://civitai.com/api/download/models/546745?type=Training%20Data"}], "images": [{"id": 14400137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d35a755-9ad2-4ed9-a123-78faf5ba9e0c/width=450/14400137.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UMO3a^Rj%#-oTeIo~q$%.Tt6={axRPxa%1Io", "type": "image"}, {"id": 14400136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99a6a5c9-59b5-4f91-b3c9-52e615586c86/width=450/14400136.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UMO3a^Rj%#-oTeIo~q$%.Tt6={axRPxa%1Io", "type": "image"}, {"id": 14400333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32ca463a-219d-4738-9408-3fcbfb25beaf/width=450/14400333.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UkNTaoof_Nbc_3j[%gxuIpRPaes.xat8V@R+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/546745", "modelId": 491699} \ No newline at end of file diff --git a/datasets/metadata/546802.json b/datasets/metadata/546802.json new file mode 100644 index 0000000000000000000000000000000000000000..b877efca551d7312ca645889f56dc88d911ae0da --- /dev/null +++ b/datasets/metadata/546802.json @@ -0,0 +1 @@ +{"id": 546802, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-02T22:47:36.199Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 112, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 463024, "sizeKB": 12230.158203125, "name": "Soris_Armonia_GUnit.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T22:51:27.659Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A0EA6CA8", "AutoV2": "0BA39ED78D", "SHA256": "0BA39ED78D144AC7251282F2C996B3D28C33ADB80524E27FACB79D0E6B93849A", "CRC32": "BE3F62C0", "BLAKE3": "5E08AAA91554515BBDE1D209CA1966B92355E543EA8D23FCF35CB1B4F7278044"}, "downloadUrl": "https://civitai.com/api/download/models/546802?type=Training%20Data"}, {"id": 463023, "sizeKB": 22236.21484375, "name": "Soris_Armonia_GUnit-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T22:50:50.832Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7C4F30EC", "AutoV2": "F30122C215", "SHA256": "F30122C215F2FB95AC47471FF2D3226B13A971CE86D5ABFEB433E124ADA6CB2C", "CRC32": "3E570963", "BLAKE3": "7350A49DDC40F63D03195C5427FBFAFD9E3D97997FA32E68D2E9E1589243FF8C", "AutoV3": "0648D46EDFAC"}, "downloadUrl": "https://civitai.com/api/download/models/546802", "primary": true}], "images": [{"id": 14402311, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e389812-eba7-438c-8847-9210efef2a86/width=450/14402311.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U$OoYMWCpIt7?]oLtSofo}oKWYj]s:fRRPay", "type": "image"}, {"id": 14402310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93d40ad9-9b1a-45d6-baef-302c0e2a4291/width=450/14402310.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U$OoYMWCpIt7?]oLtSofo}oKWYj]s:a}RPay", "type": "image"}, {"id": 14406512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/200152fe-6ffe-403d-bd59-0ff549dd14a8/width=450/14406512.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UkO.:ko}%$sp_Msoo#tRX-ITjGR+-:xuRjV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/546802", "modelId": 491750} \ No newline at end of file diff --git a/datasets/metadata/546846.json b/datasets/metadata/546846.json new file mode 100644 index 0000000000000000000000000000000000000000..c3f3387561ff47bc4dea1dfd43623b451a2d306f --- /dev/null +++ b/datasets/metadata/546846.json @@ -0,0 +1 @@ +{"id": 546846, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-02T23:18:55.137Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 106, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 463076, "sizeKB": 11127.0185546875, "name": "Lucille_Aisley_GUnit.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T23:15:42.649Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6CC9AA96", "AutoV2": "2D2576ABBC", "SHA256": "2D2576ABBC95A5A63BF2FA22A3DE9D7D7CB94D5C2EE0136C6A52FB124589DAFD", "CRC32": "C2210AA7", "BLAKE3": "10FCAD562A04497948F7B4757405F270DC5B91922A2C2933157D3EFE02DE50BF"}, "downloadUrl": "https://civitai.com/api/download/models/546846?type=Training%20Data"}, {"id": 463075, "sizeKB": 22233.71484375, "name": "Lucille_Aisley_GUnit-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T23:16:57.886Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "93447CA3", "AutoV2": "BBBF764059", "SHA256": "BBBF7640599D0310DDDDB50B1BB77313CB663FEAC27AA4F9BA0A0FE03DAA83BB", "CRC32": "90057B9E", "BLAKE3": "39ADE1B93FA7ABB21E631CDE85A66C315BF148BDC3196B78FF624705C3848A29", "AutoV3": "B076E0E5BFC8"}, "downloadUrl": "https://civitai.com/api/download/models/546846", "primary": true}], "images": [{"id": 14404488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77ad58a3-5954-4bf7-9a85-2d82c9d8ca72/width=450/14404488.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcO2:FxuyXxuu6t7.8ofx]WBbJWC?GV@${ae", "type": "image"}, {"id": 14404487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf08d02c-d5a2-4ee9-8975-0e794479265b/width=450/14404487.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UdOCT%xuyXxuu6t7.8ofx]WBbJWC?GV@${ae", "type": "image"}, {"id": 14406519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c8a8f49-515b-4727-a860-f8bac5a8f741/width=450/14406519.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVM$#dr=%fM{^+sl?Gf6AEV@xbt7~Uo0NHt5", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/546846", "modelId": 491794} \ No newline at end of file diff --git a/datasets/metadata/546884.json b/datasets/metadata/546884.json new file mode 100644 index 0000000000000000000000000000000000000000..e5ca9e9af4700e5783160e4dcbe654ccf42207b6 --- /dev/null +++ b/datasets/metadata/546884.json @@ -0,0 +1 @@ +{"id": 546884, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-02T23:49:57.771Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 103, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 463115, "sizeKB": 7357.353515625, "name": "Tricia_Farrell_GUnit.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T23:50:48.848Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4802825F", "AutoV2": "8EB3B15C6A", "SHA256": "8EB3B15C6AAF58D8075D77816E5EE899A54E84692DC62BAE33B6213BAB742B15", "CRC32": "8291702B", "BLAKE3": "75D8B4106264EF727FF91411B2781A8C88EF57AD5ABFF33DA1DAA095180D6B22"}, "downloadUrl": "https://civitai.com/api/download/models/546884?type=Training%20Data"}, {"id": 463114, "sizeKB": 22233.02734375, "name": "Tricia_Farrell_GUnit-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-02T23:51:03.533Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "72C363E3", "AutoV2": "7B1DE99611", "SHA256": "7B1DE99611FA69DDE862911E3DDCDB18B91F0488143E6D1CDBA8C1110608A0F1", "CRC32": "0827C28B", "BLAKE3": "BD25ECCFAAA2E416F650097B7449F62F558868CB9E55A6597FA81FC2B8F6448E", "AutoV3": "0FB82E0F40C9"}, "downloadUrl": "https://civitai.com/api/download/models/546884", "primary": true}], "images": [{"id": 14406195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2b3cc3e-088a-48b1-9d61-65d7765b6d7d/width=450/14406195.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPRCxj-;yZxu=Cog.AV@ITj]M}oe.8ayVtbG", "type": "image"}, {"id": 14406203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bddb1fcc-b83e-4bd9-b280-a8770913d255/width=450/14406203.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPRMJB-;yZ%2=Cog.AV@ITj]M}oe.8axVtbG", "type": "image"}, {"id": 14406365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d07795f0-039d-4a3c-bb90-d08f106079fe/width=450/14406365.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USRMSat7.Toz=qxtyEofD$M{kYj[%Mt7Rkaf", "type": "image"}, {"id": 14596559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c466d18f-9e2d-4fc3-a61b-bc64416c6166/width=450/14596559.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEP~TOMKD3PAHAWBOEKO0KVYO@J8Mx$*#SRP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/546884", "modelId": 491836} \ No newline at end of file diff --git a/datasets/metadata/546913.json b/datasets/metadata/546913.json new file mode 100644 index 0000000000000000000000000000000000000000..0a3d1bf4c1a85b6028e9c2f72ca5e66b1214dfe1 --- /dev/null +++ b/datasets/metadata/546913.json @@ -0,0 +1 @@ +{"id": 546913, "index": 0, "name": "Jean-Fran\u00e7ois Jonvelle Style SDXL v2", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-03T10:19:00.665Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 76, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 463921, "sizeKB": 223113.51953125, "name": "Jean-Fran\u00e7ois_Jonvelle_Style_SDXL_v2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-03T10:15:13.421Z", "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/546913", "primary": true}, {"id": 463142, "sizeKB": 5507.0029296875, "name": "546913_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-03T00:11:24.661Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "446CC689", "AutoV2": "42AF815135", "SHA256": "42AF81513573A5B2D6E5A64F31E2427B0FBA1836248CF07295315F175B20D6D4", "CRC32": "76568BAF", "BLAKE3": "F653351A948780E6212D884EE591DE62031203A433575076D99B489F864B3E33"}, "downloadUrl": "https://civitai.com/api/download/models/546913?type=Training%20Data"}], "images": [{"id": 14453196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5e75370-f7d0-47fa-94e4-0f03dffbb50b/width=450/14453196.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAH_=DD%IU00~qofM{M{s;t7M{-;M{IUxut7", "type": "image"}, {"id": 14453198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4eb495d-699e-49c3-9105-76cdee98ea5c/width=450/14453198.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKDcaZMy01D%DjWBt7t79FD*~qt7%MWBt7Rj", "type": "image"}, {"id": 14453197, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3745e924-d0f5-493e-891f-42dce3d95b9a/width=450/14453197.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U7Eyf1_3xvof_3fPM{of~qay%Mof4nof%NM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/546913", "modelId": 491863} \ No newline at end of file diff --git a/datasets/metadata/546924.json b/datasets/metadata/546924.json new file mode 100644 index 0000000000000000000000000000000000000000..312486950b1a66709b8957370b785bcaacd372cb --- /dev/null +++ b/datasets/metadata/546924.json @@ -0,0 +1 @@ +{"id": 546924, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-03T00:17:56.480Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 76, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 463149, "sizeKB": 22232.63671875, "name": "Alyssa_Walker_Gunit-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-03T00:15:45.160Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0D27F672", "AutoV2": "544810776D", "SHA256": "544810776D9D3B64712907739345C4512D75F3A500FF5BD4872FD5B26F282B4F", "CRC32": "BC939464", "BLAKE3": "83E61AE6DE8BB68F564CF806F7DCCE4C4E2F50DA7FE59C36CE627D5CA807ECDA", "AutoV3": "FAA3AA653D14"}, "downloadUrl": "https://civitai.com/api/download/models/546924", "primary": true}, {"id": 463148, "sizeKB": 5528.8857421875, "name": "Alyssa_Walker_Gunit.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-03T00:15:52.295Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7A52851D", "AutoV2": "30E28A6B02", "SHA256": "30E28A6B0228C03B10606037811CD2968505B75EB2CC1C2960BA2281E8463072", "CRC32": "361B2CB4", "BLAKE3": "90BDA6CC86CD93B3020EF9BE904C163C120FC6234B2E0729CD9B08E123DB46C4"}, "downloadUrl": "https://civitai.com/api/download/models/546924?type=Training%20Data"}], "images": [{"id": 14408276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdd543a5-646f-494f-9160-60c34b6db9a0/width=450/14408276.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVP$m^sWyXx[-AV@?^oyD*V@Neoy+@V?IAbH", "type": "image"}, {"id": 14408277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/958cc8df-c03d-4ec1-abcb-5413a44aff3c/width=450/14408277.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVP$m^sWyXx[-AV@?^oyD*V@Neoy+@V?IAbH", "type": "image"}, {"id": 14408420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06045570-0fcc-4a3d-8bca-450408733c11/width=450/14408420.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UjNJRgI;_N-o.mxa%MX7R:V@adSgIBS$s.w]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/546924", "modelId": 491873} \ No newline at end of file diff --git a/datasets/metadata/546952.json b/datasets/metadata/546952.json new file mode 100644 index 0000000000000000000000000000000000000000..3736b484352c8e0563f47dce759c11a566405ea8 --- /dev/null +++ b/datasets/metadata/546952.json @@ -0,0 +1 @@ +{"id": 546952, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-03T00:43:29.708Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 118, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 463205, "sizeKB": 10200.1083984375, "name": "Luna_Armonia_GunitV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-03T00:45:42.365Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A0483960", "AutoV2": "8D2A542E6F", "SHA256": "8D2A542E6F154863F866E5E001C313AB70E5D582D5990DC4AB33345F6684FB40", "CRC32": "32B87B6D", "BLAKE3": "FA60A3D479544C5F9E477F257CFC4D9136820E3E7C180FCF82D0D907E43FEA07"}, "downloadUrl": "https://civitai.com/api/download/models/546952?type=Training%20Data"}, {"id": 463206, "sizeKB": 22234.61328125, "name": "Luna_Armonia_Gunit-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-03T00:45:46.753Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A67E95A6", "AutoV2": "0841950297", "SHA256": "0841950297EE62011B67EB9C8F7AD107DF9ABA9AD987965FAA5E30D4EE843422", "CRC32": "60E6AEEC", "BLAKE3": "ECD86559E2C28D45A78D03D3E8C79F4FE7B2E6B15ABC8AA1ABC826EA7E2D212A", "AutoV3": "F981570545B5"}, "downloadUrl": "https://civitai.com/api/download/models/546952", "primary": true}], "images": [{"id": 14410324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/648a9a03-0741-48b3-9db7-f5da0a2b2875/width=450/14410324.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UeNcpOjb%Nt7%#kC_Nt7R.ayaLjZ%2azROkB", "type": "image"}, {"id": 14410323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46f04a82-ddde-4371-bf01-086cb2550ca1/width=450/14410323.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UeNcpOjb%Nt7%#kC_Nt7R.ayaLjZ%2azROkB", "type": "image"}, {"id": 14410748, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60c5e6f5-364c-4b93-af7c-a4601ba94966/width=450/14410748.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UnNcvg%M_NVt%zV@%NtRNHRis:oz%3tRWBV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/546952", "modelId": 66945} \ No newline at end of file diff --git a/datasets/metadata/547107.json b/datasets/metadata/547107.json new file mode 100644 index 0000000000000000000000000000000000000000..58cc212a67868c5aeae234c58738cd7f3fa43bbd --- /dev/null +++ b/datasets/metadata/547107.json @@ -0,0 +1 @@ +{"id": 547107, "index": 0, "name": "Nessie the loch ness", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-03T05:12:33.002Z", "availability": "Public", "nsfwLevel": 8, "description": "v1.0
", "trainedWords": ["nessie", "red hair", "purple scales", "light purple underbelly", "blue eyes", "large female", "tail", "3 fingers", "large hips", "large butt"], "stats": {"downloadCount": 33, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 463367, "sizeKB": 35539.423828125, "name": "547107_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-03T02:46:10.347Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1A729090", "AutoV2": "D8D59F0428", "SHA256": "D8D59F04285C4B458C38ED83599BBEC39C6E2839650122E163E36EDCB4494170", "CRC32": "E64E12CD", "BLAKE3": "DBAC3FE251ACE3A927F452F744C78919FBE6139D158F41EF000FB58AADE86F48"}, "downloadUrl": "https://civitai.com/api/download/models/547107?type=Training%20Data"}, {"id": 463557, "sizeKB": 243978.07421875, "name": "Nessie-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-03T05:12:06.439Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DD27CFA0", "AutoV2": "3B89CAD5F2", "SHA256": "3B89CAD5F29B6EA3354758ABCBE2B6128599752A3FAAB4863B7225AE61FD5744", "CRC32": "32E5692F", "BLAKE3": "6213E78C5D80816C1FFAB97284457167F917F746A9CD96695B60FD51A866E9BA", "AutoV3": "088B91CB049F"}, "downloadUrl": "https://civitai.com/api/download/models/547107", "primary": true}], "images": [{"id": 14433394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc7d0479-bae3-4ccd-b3aa-17c0353bdb42/width=450/14433394.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UEFiJuER2xxv_4R%ItsqKhf7n9R%Ixr@xGNa", "type": "image"}, {"id": 14433395, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa830be2-5cbd-4e42-a00b-25339d5af8ce/width=450/14433395.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBE{w|^k1R0{yGi^V_XS119rvV^SvupFMyVx", "type": "image"}, {"id": 14433396, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/160928f1-5d85-4e6a-b86f-072fcd4d890a/width=450/14433396.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UFHU%{ElB_-pu6X4tTw|2T%2w6In?0kDE0NF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/547107", "modelId": 492047} \ No newline at end of file diff --git a/datasets/metadata/547710.json b/datasets/metadata/547710.json new file mode 100644 index 0000000000000000000000000000000000000000..030409c99a0720769340a661115887a7da14c46d --- /dev/null +++ b/datasets/metadata/547710.json @@ -0,0 +1 @@ +{"id": 547710, "index": 0, "name": "NoBalls-Futanari-Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-03T17:01:57.587Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["futa", "no_balls"], "stats": {"downloadCount": 629, "ratingCount": 0, "rating": 0, "thumbsUpCount": 101, "thumbsDownCount": 0}, "files": [{"id": 464086, "sizeKB": 334698.79296875, "name": "547710_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-03T12:06:27.291Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "103362AF", "AutoV2": "7935D743D8", "SHA256": "7935D743D83FDDBE9FEEC3E50A55C56A6681E3D7BE6BD88FB6589A2A07C0402D", "CRC32": "D479D5E8", "BLAKE3": "405B949A4158319DC522CD0F9F1FDBAA6A3ED902ACF9BFE5102AE1E93551EAE2"}, "downloadUrl": "https://civitai.com/api/download/models/547710?type=Training%20Data"}, {"id": 464535, "sizeKB": 223107.12109375, "name": "NoBalls-Futanari-Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-03T16:36:10.422Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "312AA93D", "AutoV2": "8A747469DD", "SHA256": "8A747469DD2A2C91392F576663D17FC04845EFB9E506F94DDDA9399C0FD978AA", "CRC32": "119BB6A2", "BLAKE3": "078172CC15CEF0F07D29F294E873847BD7092094F3CC806132220F5609CAEE04", "AutoV3": "366D2A32544F"}, "downloadUrl": "https://civitai.com/api/download/models/547710", "primary": true}], "images": [{"id": 14482194, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22debe31-4e00-4a27-b02d-1d94a110b964/width=450/14482194.jpeg", "nsfwLevel": 16, "width": 1000, "height": 1600, "hash": "UAINs?OX0KIA0zWCR*xu00Iot7%g~VWB-oD*", "type": "image"}, {"id": 14481303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f90f638-e253-42b1-b2e9-540d2738673f/width=450/14481303.jpeg", "nsfwLevel": 16, "width": 1000, "height": 1600, "hash": "ULJ*3UD%yDSM~qMx%gRiS$s9M{RjD%ozenRj", "type": "image"}, {"id": 14481351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b9a63c9-1c71-4b57-ae7b-415fd9d9c192/width=450/14481351.jpeg", "nsfwLevel": 16, "width": 1000, "height": 1600, "hash": "UYJ@qEt7o}x]~qoLozxu%gV@RjkCIoV@V@jZ", "type": "image"}, {"id": 14481361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46cd38b3-ee90-43f5-91ea-0d38a3f6920a/width=450/14481361.jpeg", "nsfwLevel": 16, "width": 1000, "height": 1600, "hash": "UDGRYcEhOsrq~ptRozi_01xawINGsnM{jFNw", "type": "image"}, {"id": 14481372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47711efc-1ad0-4e60-b905-770d15b84d4e/width=450/14481372.jpeg", "nsfwLevel": 16, "width": 1000, "height": 1600, "hash": "UFFrV90L0KVs_ND%WUM{0f$j?aI:i_R*tRjF", "type": "image"}, {"id": 14481392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6acd00a9-a07e-41ad-b181-f362b65263c6/width=450/14481392.jpeg", "nsfwLevel": 16, "width": 1000, "height": 1600, "hash": "U5Ci?b0000_N1O8{.7_2_2#l.79^?G4nxuxu", "type": "image"}, {"id": 14481521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cabe6e4-7e37-4c9a-816a-8152e2b39e9e/width=450/14481521.jpeg", "nsfwLevel": 16, "width": 1000, "height": 1600, "hash": "UJGuUU9ZELaK~qM|xtMyxZt8-;IU-oxaShWA", "type": "image"}, {"id": 14481644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc195000-d9c0-4eb0-b283-c6c147ae4246/width=450/14481644.jpeg", "nsfwLevel": 16, "width": 1000, "height": 1600, "hash": "UTJQ.o?bI@xa~qx]%gs:b^Rks:t7D%jF%2kC", "type": "image"}, {"id": 14482197, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72b4eb7a-33ae-4813-9f60-907ff7940615/width=450/14482197.jpeg", "nsfwLevel": 16, "width": 1000, "height": 1600, "hash": "UMI}089GOEM|~WIVo}bb.8Vst7WC9aRjt6f+", "type": "image"}, {"id": 14482474, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40572286-6ea3-4a95-9006-56ab7749e4e4/width=450/14482474.jpeg", "nsfwLevel": 16, "width": 1000, "height": 1600, "hash": "U5Jj}D%M0000C8%L-:NF00Q,ni_N.m0KE100", "type": "image"}, {"id": 14482473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c20cf7c-5491-4bfd-a133-3af68209f0b3/width=450/14482473.jpeg", "nsfwLevel": 16, "width": 1000, "height": 1600, "hash": "UAINs?OX0KIA0zWCR*xu00Iot7%g~VWB-oD*", "type": "image"}, {"id": 14484832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6f6da89-00db-4bd6-8e95-8eb5b375df37/width=450/14484832.jpeg", "nsfwLevel": 16, "width": 1000, "height": 1600, "hash": "U4I:,y010z0g100L~V0|029a,?#-_29u~VrE", "type": "image"}, {"id": 14484831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee4a3b00-8e2e-456c-8dd2-18d9ddc16e2c/width=450/14484831.jpeg", "nsfwLevel": 16, "width": 1000, "height": 1600, "hash": "U7Hwu;580|MJln4:^j9F01My$%0L~BIp~CI:", "type": "image"}, {"id": 14484839, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c520613-fd9f-4026-b8b3-dfa9e447e981/width=450/14484839.jpeg", "nsfwLevel": 16, "width": 1000, "height": 1600, "hash": "U8HKX^x]0fU_5m9as:R60fW;RQIV~BE2xuIo", "type": "image"}, {"id": 14484834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03ecdae5-a507-46b6-89ea-0dd1c2097b04/width=450/14484834.jpeg", "nsfwLevel": 16, "width": 1000, "height": 1600, "hash": "UBH1Svxa0#I;0#IUK5OD01-oS5so}@tQtRrr", "type": "image"}, {"id": 14484837, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b52ae27e-7eca-4eae-9ea9-f117f76431c1/width=450/14484837.jpeg", "nsfwLevel": 16, "width": 1000, "height": 1600, "hash": "U8JGm4%0034;S^Vs5A5700j[D+xa-n?HNL~B", "type": "image"}, {"id": 14484845, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb2e8f14-3589-46ae-bef2-342a85f37b05/width=450/14484845.jpeg", "nsfwLevel": 16, "width": 1000, "height": 1600, "hash": "U8HnBD~V00010M9Z=|9]0L4:=|=|-px]Ipv$", "type": "image"}, {"id": 14514056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/347f34b1-8b14-4625-ad71-690d553d0f7f/width=450/14514056.jpeg", "nsfwLevel": 8, "width": 1000, "height": 1600, "hash": "U7Ih5BEMrU9$8058%0?G010LAd=r:%={59D*", "type": "image"}, {"id": 14514063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ac402f9-16b0-4be6-98d8-a0eb255ed848/width=450/14514063.jpeg", "nsfwLevel": 8, "width": 1000, "height": 1600, "hash": "UCGkn8?GpIt7K5~VN_g3Dj56I:Io^Pxa0LIV", "type": "image"}, {"id": 14514110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5aeb1e40-753a-4484-be53-35a5056acd27/width=450/14514110.jpeg", "nsfwLevel": 16, "width": 1000, "height": 1600, "hash": "UBHe5%NG004o.SWVVs4n4:WB-o-V~B-p5Rxt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/547710", "modelId": 492611} \ No newline at end of file diff --git a/datasets/metadata/547943.json b/datasets/metadata/547943.json new file mode 100644 index 0000000000000000000000000000000000000000..ccc4da0e354cb02566d464ee4f6122defa5005fb --- /dev/null +++ b/datasets/metadata/547943.json @@ -0,0 +1 @@ +{"id": 547943, "index": 0, "name": "Buzzy", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-03T14:20:28.266Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 23, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 464122, "sizeKB": 30029.6728515625, "name": "547943_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-03T12:32:52.147Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "60B8E057", "AutoV2": "60E4752576", "SHA256": "60E4752576EF9D188C0960486B086C8D00D4625D7FA19AD1A9035503B18ED53F", "CRC32": "AEBE6154", "BLAKE3": "3EE00BDB6B92BCCBD4B1E95284E90A0AB807B97CCFFFE55EF24656D02C06BC50"}, "downloadUrl": "https://civitai.com/api/download/models/547943?type=Training%20Data"}, {"id": 464289, "sizeKB": 223099.67578125, "name": "Buzzy-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-03T14:21:25.680Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A5BEC7CB", "AutoV2": "12F20F30FD", "SHA256": "12F20F30FDB1746D505189893D9F1627C6286102067D1159FBD2494BFD0DFD37", "CRC32": "7BB0FFE0", "BLAKE3": "CED8F2897BFAB59EC39E9FEBCF17D98334D2A9D6D8C19D3731DE6BE18125BCF0", "AutoV3": "7B325ED0CD16"}, "downloadUrl": "https://civitai.com/api/download/models/547943", "primary": true}], "images": [{"id": 14470657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a245d476-a26b-4774-a54f-9123e87b410d/width=450/14470657.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOJ@:z-pE2?GOH-o8^WX%jMxr:IW%MR*M{ay", "type": "image"}, {"id": 14470660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64252d96-b1d0-4418-8eda-c2fd86e69417/width=450/14470660.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEMsM*^*yr~T9s9bD*t7T}t7x[9uDQ$~D+o0", "type": "image"}, {"id": 14470664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3dbfcc43-1d50-4398-8c1c-cf32446d5b75/width=450/14470664.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKKKTLNLEg,mB?V?IAxZpfV=wG9b?cIUsTM}", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/547943", "modelId": 492823} \ No newline at end of file diff --git a/datasets/metadata/548318.json b/datasets/metadata/548318.json new file mode 100644 index 0000000000000000000000000000000000000000..810de87accf917e8032739c21de6b856d4144783 --- /dev/null +++ b/datasets/metadata/548318.json @@ -0,0 +1 @@ +{"id": 548318, "index": 1, "name": "mega booty", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-03T19:43:51.493Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 45, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 464812, "sizeKB": 36982.21875, "name": "mega_booty-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-03T19:45:54.320Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D0D58A1B", "AutoV2": "6F13680B9D", "SHA256": "6F13680B9D65D6A1510A8D2F20A54DD76CBCEE44C4ABA4C8A26A1A4B8937C34B", "CRC32": "590F6CC3", "BLAKE3": "7F084667BEFC213E67F35A740323A3BCEE02B2430B7AD5A56A8CCBCB9B17AFA0", "AutoV3": "4C874B304196"}, "downloadUrl": "https://civitai.com/api/download/models/548318", "primary": true}, {"id": 465308, "sizeKB": 5587.4013671875, "name": "548318_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T01:10:53.492Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CD1BD011", "AutoV2": "28194EE880", "SHA256": "28194EE880460BD7A4FEDEA3171088739A0BBF012DBFB178D640816E49E52209", "CRC32": "7D3DE10C", "BLAKE3": "ADDD2C272BEA6880D4CF70F998CBBE702EF405669C357C18287E22C74573E738"}, "downloadUrl": "https://civitai.com/api/download/models/548318?type=Training%20Data"}], "images": [{"id": 14494580, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9fc4cf9f-310b-4690-84ef-1cee12a01be7/width=450/14494580.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UMKK]0NH,--;u6t7IAIppdozi^oftSoen$Rk", "type": "image"}, {"id": 14494581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba11a775-4d07-43d3-af9e-e4c9bca35b46/width=450/14494581.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UELDiSt7D3t7^8af6%W;EObHRQRjT0W;oMo1", "type": "image"}, {"id": 14494579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c4483ca-76a6-4c9d-9bc7-a5fd32b85465/width=450/14494579.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UFKde]I9Gb^+pH_NZ~WW.9M{%1D%RPt6IUtQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/548318", "modelId": 493185} \ No newline at end of file diff --git a/datasets/metadata/548419.json b/datasets/metadata/548419.json new file mode 100644 index 0000000000000000000000000000000000000000..4677d3739a79096079b0fa2e517fa11b08618916 --- /dev/null +++ b/datasets/metadata/548419.json @@ -0,0 +1 @@ +{"id": 548419, "index": 1, "name": "v1.0 50p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-03T17:00:29.797Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 90, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 464581, "sizeKB": 22237.26953125, "name": "Christina_Mackenzie_0080-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-03T17:00:51.012Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FA3A8409", "AutoV2": "2C7DCB5A66", "SHA256": "2C7DCB5A66508F81CAC75DB9203918724931044522EF7C11B85F93514BDEE41C", "CRC32": "8618D00A", "BLAKE3": "F2A861497CF6DA02CEB22DF8FBEC57C1725D74289E510C7433073C08A59F69E7", "AutoV3": "EC3E4F9D3978"}, "downloadUrl": "https://civitai.com/api/download/models/548419", "primary": true}, {"id": 464580, "sizeKB": 9818.02734375, "name": "Christina_Mackenzie_0080.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-03T17:02:01.661Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1DDA7EA1", "AutoV2": "7EACC84659", "SHA256": "7EACC84659DD2A3497ABFAA1CFA4E40208E9FC32385F89B2335650D28063D2D2", "CRC32": "41D32803", "BLAKE3": "F8DD0C6AB879610EC5B721B41EB0C3C9C023F9A192C107FB2AEBA30D264BEE6D"}, "downloadUrl": "https://civitai.com/api/download/models/548419?type=Training%20Data"}], "images": [{"id": 14485446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a511470-c0f2-4b36-be31-aa0fd1f4b0a6/width=450/14485446.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZJHBwIo5RIU~AM{x]Rj9aofxZofIot7E1oz", "type": "image"}, {"id": 14483161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a398e90a-e55c-4065-91e5-e7e0016f3e75/width=450/14483161.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZP~QFxu.Rxa-@fR*0ozbwWCn$oe?Fj?V=WB", "type": "image"}, {"id": 14487325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/573d890b-f740-41d3-b2a5-b8a2bece6db9/width=450/14487325.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UdK^ER~WJU%2%N%Mx]ozE2t7xujtazoLWBae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/548419", "modelId": 493280} \ No newline at end of file diff --git a/datasets/metadata/548514.json b/datasets/metadata/548514.json new file mode 100644 index 0000000000000000000000000000000000000000..be966c05f7b21092980e6ae99d6bb5cbebdba029 --- /dev/null +++ b/datasets/metadata/548514.json @@ -0,0 +1 @@ +{"id": 548514, "index": 0, "name": "playdate", "baseModel": "SDXL 1.0 LCM", "baseModelType": null, "publishedAt": "2024-06-04T05:33:00.812Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 24, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 464796, "sizeKB": 630023.33203125, "name": "548514_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-03T19:30:53.919Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5D44EB09", "AutoV2": "3497B4413A", "SHA256": "3497B4413A95EEBE21F14286F1E578D02F90388B6A4D577F860F49B1FE2DD0F1", "CRC32": "89A570FB", "BLAKE3": "383B506D0CD28A1BD945DE5A148273C39AD0E8A051D776D523B9BBF2A50D4B06"}, "downloadUrl": "https://civitai.com/api/download/models/548514?type=Training%20Data"}, {"id": 465643, "sizeKB": 223104.67578125, "name": "playdate-000096.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T05:35:53.166Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B5A42311", "AutoV2": "7118723EB8", "SHA256": "7118723EB8F6741CE5E8ABF5C35754E17CC732F973CFF7EC7F38500249EAD51E", "CRC32": "FB841184", "BLAKE3": "6089FFAF3A752C58E24CBCEEA7D2CA3631ECE609003D7363D27301D45532232C", "AutoV3": "344D32A049A0"}, "downloadUrl": "https://civitai.com/api/download/models/548514", "primary": true}], "images": [{"id": 14543087, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36da20a0-d926-4687-94dd-ff1239cefc8a/width=450/14543087.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCBz:g.7Mxiyxg%gMyM|?v-;V?R$u3%NV@Rj", "type": "image"}, {"id": 14543089, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc7c779d-7cc8-46bf-80f5-01bf696c7116/width=450/14543089.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UED]o34o?I%2~WE2?aR*x]NK-ot8S}jbIoxt", "type": "image"}, {"id": 14543088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/442cdbe3-cf9c-4152-8ea8-d58a4e8d2b6c/width=450/14543088.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCC6Z1?GsCNJ~p%gozs-%3tRbuNGs,jYR-NG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/548514", "modelId": 493367} \ No newline at end of file diff --git a/datasets/metadata/548920.json b/datasets/metadata/548920.json new file mode 100644 index 0000000000000000000000000000000000000000..1cbf38ffe0d766b19e7e0c7b1ddd47484d8cf0db --- /dev/null +++ b/datasets/metadata/548920.json @@ -0,0 +1 @@ +{"id": 548920, "index": 0, "name": "Ruth Bernhard Style SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-03T23:18:04.024Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 53, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 465084, "sizeKB": 7490.068359375, "name": "548920_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-03T22:36:27.365Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C82E3B33", "AutoV2": "1F624E19F2", "SHA256": "1F624E19F267C6D1F7F162FB99CD261F70C78B9ACB828715520C3979812239B5", "CRC32": "07ED4057", "BLAKE3": "3791264624CE85CBB7180DE1DDA107D9A8DCC7AB1D00EE3E007F13AEF65A8EA0"}, "downloadUrl": "https://civitai.com/api/download/models/548920?type=Training%20Data"}, {"id": 465144, "sizeKB": 223121.12109375, "name": "Ruth_Bernhard_Style_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-03T23:16:57.428Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "997C77C6", "AutoV2": "AB28E140EA", "SHA256": "AB28E140EAF176D9E2514740A149D6FCE0C3BCA6FAE97D57A0AC636EB6F7A449", "CRC32": "DC67930D", "BLAKE3": "79B676F8965D969A5C009ED53B402E4878C213D64B49CC83E34905A66ECABC2B", "AutoV3": "1A3B90B97FCF"}, "downloadUrl": "https://civitai.com/api/download/models/548920", "primary": true}], "images": [{"id": 14512647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60061fd9-4a3b-4e80-92c6-283f7ff0557f/width=450/14512647.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDGSDbRj00xu~qxu9Fay00xuD%M{9FM|-;Rj", "type": "image"}, {"id": 14512648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe5c0a16-1d82-4392-80ec-22600c426a57/width=450/14512648.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UABph8%L9GD*~pofD%WCD*M{D*xuD*Rjxuof", "type": "image"}, {"id": 14512646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f2d3a23-7da2-45d0-9e5c-e961e09bb45a/width=450/14512646.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7Ju170000M{9G%M00IU00E1t79Fo#M{-;~q", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/548920", "modelId": 493741} \ No newline at end of file diff --git a/datasets/metadata/548947.json b/datasets/metadata/548947.json new file mode 100644 index 0000000000000000000000000000000000000000..aa6ccbc8bb6e6df9c6d4ed96677156183b3ab8ec --- /dev/null +++ b/datasets/metadata/548947.json @@ -0,0 +1 @@ +{"id": 548947, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-03T23:01:56.310Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["ElementsMix", "fire", "water", "wind", "earth"], "stats": {"downloadCount": 433, "ratingCount": 0, "rating": 0, "thumbsUpCount": 79, "thumbsDownCount": 0}, "files": [{"id": 493028, "sizeKB": 279708.650390625, "name": "ElementMix Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:36:40.301Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "301DC3FE", "AutoV2": "109CD0FA66", "SHA256": "109CD0FA66E8003002F4CCA8B5142C24E66FC00D09995EC5FEE9759C7FF51859", "CRC32": "AFD8C44A", "BLAKE3": "5BE618B45488D70D8662F75B56128D83E78CA2D070731AF76467ABEC51A5C30F"}, "downloadUrl": "https://civitai.com/api/download/models/548947?type=Training%20Data"}, {"id": 465119, "sizeKB": 223108.91015625, "name": "ElementsMixSDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-03T23:00:49.575Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BE5C39A7", "AutoV2": "12C3D9D312", "SHA256": "12C3D9D3124A5EC03717269EF31C06BBCAA5D313A968AA171F36F04921ECEC8C", "CRC32": "4DAFEA40", "BLAKE3": "458DA918F1124C639D36DC30FFA943E33B9BE54CDD06F123B094019BB5A85CE4", "AutoV3": "54CBF352D26B"}, "downloadUrl": "https://civitai.com/api/download/models/548947", "primary": true}], "images": [{"id": 14511084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8634dab8-1c8b-46f7-b3df-1f38485c106a/width=450/14511084.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UGCsU0}RIoKk}o,nNGOFOGIqS$s:9]E+tmsS", "type": "image"}, {"id": 14510564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ecf41d2-cfb1-447b-8a96-57098a8afd6d/width=450/14510564.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U5Amo30000~q-9S#McawQlo#?GDi=yE1L3%2", "type": "image"}, {"id": 14510554, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc951bae-c053-4eab-9c63-e49e04e6fca2/width=450/14510554.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U5EL~W0:uPlAqGo}4.W@zmIB0gV?4TEKKQ,.", "type": "image"}, {"id": 14510555, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa7c0d9d-332c-4837-89be-8a9a5a169ed4/width=450/14510555.jpeg", "nsfwLevel": 2, "width": 1080, "height": 1920, "hash": "U5CGA6_}ET$$}H[lkXxC-Q-5?a={6B57?F-T", "type": "image"}, {"id": 14510549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4db99dfd-9a43-43d1-8696-ccfb68f4cf91/width=450/14510549.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCCs%9+GS$O?}?,CNKJADj?FMJn*E1x[$ewI", "type": "image"}, {"id": 14510552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95e4892c-c8f3-4cfe-9606-a284caf0ffa2/width=450/14510552.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UJFr*8E3Os%1~VNzpIn%9GxakDs:AJ$zR5kW", "type": "image"}, {"id": 14510551, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f976d252-d54c-4847-91b2-a89b37036b70/width=450/14510551.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U89[3}}6rqEQzA+YWA9vQkcFF4I[KQE+K6o~", "type": "image"}, {"id": 14510556, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/353bdf93-167a-4b80-ad02-84d0f02323f5/width=450/14510556.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U9Dv7j5TnMkX}7E+M_xuOY%M-pE2NGRO-U9u", "type": "image"}, {"id": 14510553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdd234bd-6065-42a7-99f2-17ba0be35442/width=450/14510553.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U6D+F}0OxI%Op{XmRRpJD6=^OVNG00;d%Ij;", "type": "image"}, {"id": 14510568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2c2eab2-680a-4f6d-9f85-e9f6194c8bb0/width=450/14510568.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UB8}Pju4IV%1~pNHD*$$Z$M}Ipv}Dip0yDxY", "type": "image"}, {"id": 14510566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e22e6d54-1fa2-4506-a403-454509058d13/width=450/14510566.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U59G{$Kk00:jD%E,-U;d1$xu}qOB;^-85r9}", "type": "image"}, {"id": 14510567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8777406-3ce5-4df3-bdd8-31de1662db70/width=450/14510567.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UACsv|~qxA-:~pOrIonP0fRPjeOs00#7nP6,", "type": "image"}, {"id": 14510557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4caea5d-b305-4fa5-9da1-0764bbd5d060/width=450/14510557.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "U7D,Aj0.$%594WkW.8M}0M^hNe%L?]Mynit7", "type": "image"}, {"id": 14510565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e2d984b-087e-48cd-87cb-9657633c06b1/width=450/14510565.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UIE2%u}-R.E1^j=^-ot6Mdw[xut6n3ozR*WU", "type": "image"}, {"id": 14510558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03bdcf8b-d56e-48a1-8494-4ee7d3b91142/width=450/14510558.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "U7DI|5~90=En0L4.zo?b00X9Mxr=={_3J.M|", "type": "image"}, {"id": 14510561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9984372e-90d2-40f2-a4d2-84d35173c899/width=450/14510561.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "U7Cis^Y403*{020LWA~AD4-V_2El1NxZ={9b", "type": "image"}, {"id": 14510562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1957f977-a504-4bfd-a3e3-71ecdf3b9780/width=450/14510562.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "U3A0XW4;00=:02%gwcrWtk8^~UyD:4r=5qyD", "type": "image"}, {"id": 14510559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efca61b4-939d-415d-a8fc-1bb9363ac2c0/width=450/14510559.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "U8CsBV.702BpIcIU9u%g17n3$f-piuk9~Vo|", "type": "image"}, {"id": 14510563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8256f99-bea2-40b7-803e-2dbd38a6c4b4/width=450/14510563.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "U3BMlJ00nVE203?u01-;01Ef_MDi00w}=|kq", "type": "image"}, {"id": 14512276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1fe17f96-2f89-4982-b105-f234f6db0e60/width=450/14512276.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U597*3%~L#4o0:v}Int7_hSOK*tlNZax,qD*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/548947", "modelId": 493764} \ No newline at end of file diff --git a/datasets/metadata/548950.json b/datasets/metadata/548950.json new file mode 100644 index 0000000000000000000000000000000000000000..2d3f278c565288eb22aadf9808e2cf00ba92124b --- /dev/null +++ b/datasets/metadata/548950.json @@ -0,0 +1 @@ +{"id": 548950, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-03T23:01:54.844Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": ["ElementsMix", "wind", "water", "earth", "fire"], "stats": {"downloadCount": 132, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 493034, "sizeKB": 279708.650390625, "name": "ElementMix Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:36:38.058Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "301DC3FE", "AutoV2": "109CD0FA66", "SHA256": "109CD0FA66E8003002F4CCA8B5142C24E66FC00D09995EC5FEE9759C7FF51859", "CRC32": "AFD8C44A", "BLAKE3": "5BE618B45488D70D8662F75B56128D83E78CA2D070731AF76467ABEC51A5C30F"}, "downloadUrl": "https://civitai.com/api/download/models/548950?type=Training%20Data"}, {"id": 465121, "sizeKB": 223108.91796875, "name": "ElementMixPDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-03T23:02:13.748Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A0FEE04E", "AutoV2": "24CD697EB5", "SHA256": "24CD697EB568B672CB5F4BC06B8933F5FFE45F2B3076775C1D3B0E64BA91E311", "CRC32": "32FBFC5A", "BLAKE3": "808FADA550EFBB83D365904519108FD094B87B0992C1A565C3FEBF188D837279", "AutoV3": "45A3AE16CE97"}, "downloadUrl": "https://civitai.com/api/download/models/548950", "primary": true}], "images": [{"id": 14510577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e33149ca-a805-4d34-b32a-277d80503f84/width=450/14510577.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UGFXq]Rja2t80%TIAES$0MSh%1s,aeRk}@v}", "type": "image"}, {"id": 14510590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bb305f4-9900-4417-bb84-51ea2c1ae16f/width=450/14510590.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U6IEwqMdmP?G0kEl~oXm^b8{015T00xtrXIA", "type": "image"}, {"id": 14510572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3b0764a-f9b3-4322-96bc-37c3bfd2f61b/width=450/14510572.jpeg", "nsfwLevel": 8, "width": 1080, "height": 1920, "hash": "UND+#kJWEQxt|pi_E,%1+[SgIVnNNHNHaxt7", "type": "image"}, {"id": 14510584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e01cb46-3302-4b42-95f8-b44167827044/width=450/14510584.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UNF5?CR%xpkX?FoeIpogs8jGIBo|~UIpV]W=", "type": "image"}, {"id": 14510575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/948733bd-f485-419b-baea-62b48660105e/width=450/14510575.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U79tlk4nHrlT0$%ME+tR6B-U~An5mRGG.7H?", "type": "image"}, {"id": 14510570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81bab786-cba0-4a99-adb1-4be4b75f0d65/width=450/14510570.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFDl7zENqts:QSxsO@wJ}SNb5mWC.8E*IVt6", "type": "image"}, {"id": 14510574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c9326f5-f8c1-4261-a352-ad5a4d2f3dab/width=450/14510574.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U7BgVe1500@q9IAI-P${u*X7VDx].mM_rCEN", "type": "image"}, {"id": 14510573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2658ab0e-3a9a-4ba1-8269-ed78f9a32cf5/width=450/14510573.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCFFB45A00}nKjJBM}$y0MkC^hEj0k,:==Ab", "type": "image"}, {"id": 14510571, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f19cf9ed-7909-48b3-9815-99eef9203708/width=450/14510571.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UIEn;P[.RPv~9uX8$%-U0MJVWroK}?wIoLI=", "type": "image"}, {"id": 14510576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c949427-40ae-48bc-8aa1-d83a6555976e/width=450/14510576.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBEoVxiy00x?0?ni}5R%7jadI-jF~Rog0%nM", "type": "image"}, {"id": 14510579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0434e027-1fb8-4f8c-bf64-f8cb8c85c82c/width=450/14510579.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBCr[*RjrW=tvzJB58WW4:I;NeS54;t6~BR-", "type": "image"}, {"id": 14510580, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9acd17ca-5801-45f7-a7e9-85f6a05929b9/width=450/14510580.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U98#=^m+DiKQ4pHXk=%L?^xVniXTBWM_nOrq", "type": "image"}, {"id": 14510578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6136eab1-c127-44d1-9fab-0526f6a6d2af/width=450/14510578.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UFDIj?5?4;=t=GOs9x#kJVo#$esl16xG}=JV", "type": "image"}, {"id": 14510585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ee04c08-e380-4ecc-85e9-639e8a6b46d8/width=450/14510585.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "U5Cj@N4;00ml0.?wQ:Xn00Q,Q8.8HqIA~TIV", "type": "image"}, {"id": 14510581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b17bb4a-d745-4a03-a7ad-c983df410396/width=450/14510581.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCEyYzVX*d,BGcVr0goz_2EkDiNH~pVsDit7", "type": "image"}, {"id": 14510582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a564a107-27ca-42be-a87e-2a6c88812103/width=450/14510582.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKEL+?NL0MxGR:oyEkn,IUbc$*X80$nP}nX8", "type": "image"}, {"id": 14510589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2eea92b2-5986-4d04-b3f1-65c8d67946c3/width=450/14510589.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UBE.^UF4L#]#59ElyDRO00#RA]xY~p};4p=_", "type": "image"}, {"id": 14510586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c24aead-3080-4dbb-b1f6-981ba088a04d/width=450/14510586.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UQExX_jF58oeXAWBs+baIVoLV@bH}SoeE3fk", "type": "image"}, {"id": 14510587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdcafa90-c008-45c6-a12f-34fe9053b513/width=450/14510587.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKHK@MAIQSs:7%OFxss901WXXnsm[-ShjGR+", "type": "image"}, {"id": 14510588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7a7ac9a-de2c-4204-a7dd-ea5ae8b1ff13/width=450/14510588.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UCFFgINy01m+.St69]rr04W?}RSz0Ms9*_x]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/548950", "modelId": 493769} \ No newline at end of file diff --git a/datasets/metadata/548977.json b/datasets/metadata/548977.json new file mode 100644 index 0000000000000000000000000000000000000000..f06c3cb4573d8b0152c9859cdf8b9a00e36e6ea7 --- /dev/null +++ b/datasets/metadata/548977.json @@ -0,0 +1 @@ +{"id": 548977, "index": 0, "name": "Renet 2012", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-04T00:52:58.829Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 36, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 465143, "sizeKB": 225766.7060546875, "name": "548977_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-03T23:11:04.638Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2A3DAEB6", "AutoV2": "77FC4E906F", "SHA256": "77FC4E906FD990B061A5AB0BD1BFBCCCA8A31CA22E54B83B8653BB38880AB1FB", "CRC32": "363533C6", "BLAKE3": "22C060CEDCAE689720EF41B30BAC62591E51B91D42B989013F62FBBDEA90FAF9"}, "downloadUrl": "https://civitai.com/api/download/models/548977?type=Training%20Data"}, {"id": 465267, "sizeKB": 223103.66015625, "name": "Renet_2012.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T00:42:10.952Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D4D1904C", "AutoV2": "9720103444", "SHA256": "9720103444EC30ED6F57D2D1193F70021DC416B9B7AFD328CF0B6B14A57892D0", "CRC32": "46F77AE8", "BLAKE3": "B99923866BB9D63D069C3F03F2AE5B4088C972769A9B1888D29AC7E99091B23A", "AutoV3": "A4A78C6F4176"}, "downloadUrl": "https://civitai.com/api/download/models/548977", "primary": true}], "images": [{"id": 14519552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/233e90f0-4931-4b7f-96a4-0ffadbf5cfa0/width=450/14519552.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UNGHiN^%}ssT9KM_59RoJ7I.JPt8X0tL${WB", "type": "image"}, {"id": 14519549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db66cbbf-f507-4d16-bcf9-34233a78590d/width=450/14519549.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UGF;z1-e}0$e999p0.E3pAXMKG%2D|-XnzM{", "type": "image"}, {"id": 14519548, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adc99f6e-0140-4c19-bd32-d2b4451997c3/width=450/14519548.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UeL{##xu~DjF=|ayIooLs;oLRjWqkCaysofk", "type": "image"}, {"id": 14519550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30bca5fa-6cbb-49fe-a407-e6d77b3291a0/width=450/14519550.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UhKb@fxI}dbY^RjuNbj@xHWCNFj?oMj[WnW-", "type": "image"}, {"id": 14519554, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da345b7c-963a-42fa-916e-8f38101f25bf/width=450/14519554.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UYK^mUt6~Vxu~VWCIpWBjsxuM{ayozWBV[j@", "type": "image"}, {"id": 14519553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0980bf40-8c89-4278-92dc-b96bd12a4d9d/width=450/14519553.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UjL3l%xu~Cn$^kWUNHayRjn%M{bHkDa#oLay", "type": "image"}, {"id": 14519557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfe3f93f-e7f6-4807-adf7-06cb47bcc65c/width=450/14519557.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UmL{*@xa}]s;^ks:NGR*RjWVNGaexaa{f6s:", "type": "image"}, {"id": 14519556, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdcb6823-b539-458a-8a34-17b97c560853/width=450/14519556.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UsMispxu~Do2?HoLNGWBafWBNGj]offkjZj[", "type": "image"}, {"id": 14519555, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e908a63-aa81-429e-be2c-0e98e7ca8c66/width=450/14519555.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UbJ?,kt7}vxH^kWUNGs;njf6NFkBt7oLaybF", "type": "image"}, {"id": 14519559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c1eb80d-a0ba-4a08-9778-c6592f99a241/width=450/14519559.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UYKKWnae~V%M~CfQIpoft6WVM{oLt7ofn+WB", "type": "image"}, {"id": 14519560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85b4a145-288a-4e20-af7f-0fcd885b3e85/width=450/14519560.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UEKdSjMxKO~px[WB-;xa-os:E1NGx^ofVsof", "type": "image"}, {"id": 14519561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d85b1c39-3493-4781-bb34-2ed58d9263a9/width=450/14519561.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UNKwd~RQ~U-;-noebvt7^+RjE1xa9Zj?-oRk", "type": "image"}, {"id": 14519562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc3f9a55-f30c-487b-9a4d-b32a86b8acfc/width=450/14519562.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UHL|Gs_2~pD*x]j[sAayrrRjIpf+x]s:$%Ip", "type": "image"}, {"id": 14519564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/682c2554-45b0-4dcc-b054-344ec2a5af89/width=450/14519564.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UGMGYU~V.SI?VYIVR-R+Mcs9Ncx]k?Rk$iRj", "type": "image"}, {"id": 14519567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77496c35-2458-4b10-ab39-41012c9badff/width=450/14519567.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U9LWqz~q.SIA?F%2b_M|VDIU9ubcF2Rl={%1", "type": "image"}, {"id": 14519563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/738f8db1-8283-4880-8c76-1f641c8ec0b6/width=450/14519563.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "ULMjBlM{~o^+=_ofxuoeR5kC9uRj%MjZRjof", "type": "image"}, {"id": 14520389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2741823b-300e-4db9-94f9-1efa149afc40/width=450/14520389.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UJD97L-mnEM|swi[0%NHD|S6xSohI+Oa#$sD", "type": "image"}, {"id": 14519565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d098c48-9134-45f0-8f5a-04eb4f1385d1/width=450/14519565.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UAL3=b~W9}9arqRPyEb^,;WBE2xa5SNH-As9", "type": "image"}, {"id": 14519985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/531ce277-6bd1-4cb4-b649-ffe0e57cd679/width=450/14519985.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8D[xOD|:0~D0Gw.0TAK^aJW%W=y4m?0RQE2", "type": "image"}, {"id": 14520390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1306292-e5b4-4252-b6d4-7a4b2ae243c4/width=450/14520390.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPG+qKsqB@J=x2MJ5ANLD,%fnlniIVW,niad", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/548977", "modelId": 493793} \ No newline at end of file diff --git a/datasets/metadata/549081.json b/datasets/metadata/549081.json new file mode 100644 index 0000000000000000000000000000000000000000..6e8828ce0eafdf8bed5e80eb2d1f10fe20797c3a --- /dev/null +++ b/datasets/metadata/549081.json @@ -0,0 +1 @@ +{"id": 549081, "index": 0, "name": "v0.1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-04T01:48:24.367Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["kameksmm, glasses, robe, ", "kameksmm, glasses, dress, pink lipstick,"], "stats": {"downloadCount": 72, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 465251, "sizeKB": 5976.27734375, "name": "547557_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T00:37:06.559Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7A008B79", "AutoV2": "CDFE3F3B68", "SHA256": "CDFE3F3B68E76AF82A923AEA5C4A572B5DEC0A41CBA9F305EA44E25B215E9D21", "CRC32": "7DCD87F1", "BLAKE3": "26B12D28369938B5F8264F51CD86C822F3433770610BD74EB9F09F23E37333DB"}, "downloadUrl": "https://civitai.com/api/download/models/549081?type=Training%20Data"}, {"id": 465257, "sizeKB": 223100.85546875, "name": "KamekSMM.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T00:36:32.050Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BD80490D", "AutoV2": "807B570926", "SHA256": "807B57092603415904761CAECABE843A21339AFF9408DBB5D82379CAEBA2BD58", "CRC32": "F55B8AC8", "BLAKE3": "B078E0F74581B4CF546CDF402802A446099E739A904ECCC79EABAD5E6F67F064", "AutoV3": "80DDE1C7F4E8"}, "downloadUrl": "https://civitai.com/api/download/models/549081", "primary": true}], "images": [{"id": 14518579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2afc8bc-17c8-4b88-b106-55deefcc56f3/width=450/14518579.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9F{@o580M^%?=RQD-x@-pNHr?xGXTNGSwoM", "type": "image"}, {"id": 14524099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b889b06-d214-4953-bdcc-ebd6d32e1b20/width=450/14524099.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBF4vB00~p9F%}4o^*9G02tRVskCZi.7IB?H", "type": "image"}, {"id": 14524775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a6309f0-9508-4aff-9a70-1faaa8299bc0/width=450/14524775.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UEJFJZ=_1J}s?Z$$i_$*0hIpRQR+n}IqEPR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/549081", "modelId": 493877} \ No newline at end of file diff --git a/datasets/metadata/549082.json b/datasets/metadata/549082.json new file mode 100644 index 0000000000000000000000000000000000000000..9a8ce8b49c70230792deacb5856b3d6ac88ba837 --- /dev/null +++ b/datasets/metadata/549082.json @@ -0,0 +1 @@ +{"id": 549082, "index": 0, "name": "Honeysada", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-04T06:13:13.200Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 35, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 465698, "sizeKB": 223099.98828125, "name": "Honeysada-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T06:15:55.353Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2CDAF3A1", "AutoV2": "537D2B8633", "SHA256": "537D2B8633BE87E899CAA81CB77080276C97E2A5D958D073EF0D987DBC916223", "CRC32": "84CA85AC", "BLAKE3": "99B4EBCEDEA76173785A45AA85B92C254D4EFD2A015F4F6E95C5C4F39341E76F", "AutoV3": "E9C941CF9442"}, "downloadUrl": "https://civitai.com/api/download/models/549082", "primary": true}, {"id": 465255, "sizeKB": 32607.3046875, "name": "549082_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T00:36:20.525Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F857F756", "AutoV2": "94BDA6AEB9", "SHA256": "94BDA6AEB95E8255CCB8D86065FFC1695E337B48985372CEF14DAB847415A811", "CRC32": "48F6DA01", "BLAKE3": "A851EF4ADD4F44709092D9CE9801C0678F698F88761DEA3055DCF79D3756A641"}, "downloadUrl": "https://civitai.com/api/download/models/549082?type=Training%20Data"}], "images": [{"id": 14546039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c76df04-70c6-4353-ac26-b0364c5fa891/width=450/14546039.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGEf4,M_JCM{C9-Vf5ShBF9Z%2xt~XNGI@iw", "type": "image"}, {"id": 14546041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b48dfda-9b66-474e-b294-75fa90709065/width=450/14546041.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMLzW|4:JBt7*0ozV@jF5tw@RPX8m*R+xuxa", "type": "image"}, {"id": 14546040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f291297-9213-48c8-afc5-19fdb86909fc/width=450/14546040.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URNJdj0LNYxY?w${w@tQx[skWESPvxo}o~V@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/549082", "modelId": 493885} \ No newline at end of file diff --git a/datasets/metadata/549142.json b/datasets/metadata/549142.json new file mode 100644 index 0000000000000000000000000000000000000000..9290158e0e068262a9029e06f4c727a33535cd43 --- /dev/null +++ b/datasets/metadata/549142.json @@ -0,0 +1 @@ +{"id": 549142, "index": 0, "name": "Dio", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-04T01:50:46.175Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 51, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 465368, "sizeKB": 223099.97265625, "name": "Dio.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T01:51:21.884Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3D07D41D", "AutoV2": "76B80E24B5", "SHA256": "76B80E24B55FB43E467B4466343A1158EA529A4F1C312F3A3863A1718896C1C5", "CRC32": "1B700E32", "BLAKE3": "206E6539C7EAAC537BDEB020F58FB0FEDC11C42DB316EE73CA72545E8196376E", "AutoV3": "FA6B679C9A05"}, "downloadUrl": "https://civitai.com/api/download/models/549142", "primary": true}, {"id": 465303, "sizeKB": 3699.33984375, "name": "549142_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T01:05:42.531Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "242119EE", "AutoV2": "A6697F4C2F", "SHA256": "A6697F4C2FAE2DC5AA0D3F9C0B8809A1F68E362D5362AD13F4549B0B5CA9049E", "CRC32": "06ADFE7B", "BLAKE3": "AF0D148877F75C2CB2935F3F541B93FA36F9FBB93361F75881819970CCF8EF99"}, "downloadUrl": "https://civitai.com/api/download/models/549142?type=Training%20Data"}], "images": [{"id": 14526164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5f2557f-9444-4cb8-8ae6-454fdaa06058/width=450/14526164.jpeg", "nsfwLevel": 1, "width": 620, "height": 669, "hash": "UYN,JA-;?ws+?FD%kYjFE1ocxutR~WtSSio#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/549142", "modelId": 493936} \ No newline at end of file diff --git a/datasets/metadata/549146.json b/datasets/metadata/549146.json new file mode 100644 index 0000000000000000000000000000000000000000..c226f9782936f783e14e60c0146e6e8131095358 --- /dev/null +++ b/datasets/metadata/549146.json @@ -0,0 +1 @@ +{"id": 549146, "index": 0, "name": "Shinigami 2012", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-04T02:44:39.133Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 59, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 465312, "sizeKB": 185391.794921875, "name": "549146_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T01:15:55.061Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2DABF250", "AutoV2": "0A5F8515B0", "SHA256": "0A5F8515B02E9C9EFD9C5A3AC5BAE89C0C6EBE750CF92C48969F256BB92B75D2", "CRC32": "8FD0599A", "BLAKE3": "D3051C562A2CDF6A547A7FD8A1DC0E358075C647BB548A401D1456DAB9A617E1"}, "downloadUrl": "https://civitai.com/api/download/models/549146?type=Training%20Data"}, {"id": 465418, "sizeKB": 223105.64453125, "name": "Shinigami_2012.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T02:35:48.736Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8F03D57C", "AutoV2": "552AD3B460", "SHA256": "552AD3B4605EAB3BB288520536CC59173A98235AAB925E6C7B67F224B808DE14", "CRC32": "938D531E", "BLAKE3": "8E87813DADCDCF36F7B90CC332A87869DB361AE91C358957F7C0D5EE8C4E0C41", "AutoV3": "73F7761A9197"}, "downloadUrl": "https://civitai.com/api/download/models/549146", "primary": true}], "images": [{"id": 14530064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2da32f62-d13a-489d-a195-2b55a4a6cec6/width=450/14530064.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UNF5z4oz?v_3_3M{-;t7o|jb^+W.~qt7?b%M", "type": "image"}, {"id": 14530080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/677b59f8-3e56-4bec-8d6a-427d0f9c6aa0/width=450/14530080.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UaJZ_vog^-xb$nWAM_s;xcs;NFRjRjf8j?a_", "type": "image"}, {"id": 14530173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46de2abf-75d7-463a-908b-879745c0ec8b/width=450/14530173.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UmKm;Iof~Xt7%2s:oLofM|ofRkM|xaWBoLaz", "type": "image"}, {"id": 14530171, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd363e7f-2aba-4a75-b731-39e350cea1bb/width=450/14530171.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UgKdY+az~p%2-qfQNFj[xaofRjWBxuf6aebH", "type": "image"}, {"id": 14532676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/650f8a67-d9a8-4954-8318-4ec1eb1e8920/width=450/14532676.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UHL:}]-p?c?HM{x]-;M{?woM?aIV9ZjZt7j[", "type": "image"}, {"id": 14532679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e1a2dad-e374-43df-a15e-445dcde9eb76/width=450/14532679.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "USHdn1j]?1xbj1juIUWUWZofocR*ITfPofWB", "type": "image"}, {"id": 14532678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da8fa7b0-dfdc-4410-8e38-4ef75d88e6e5/width=450/14532678.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UAMQL=001J?].S004.WB1g-;~Ckq^*%Mv~%M", "type": "image"}, {"id": 14532675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c3e6363-4faf-41c2-9feb-cea7de735dfc/width=450/14532675.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UGLMuKxWNjxwR=Rkxbj^0Mt5^isl~VRoj@of", "type": "image"}, {"id": 14532677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca1358ae-4e90-43d2-83f9-ce0fc370c241/width=450/14532677.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UGM?;.-:?]WB%gx[oJNGIVIV$jxu?b$jNGNa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/549146", "modelId": 493940} \ No newline at end of file diff --git a/datasets/metadata/54923.json b/datasets/metadata/54923.json new file mode 100644 index 0000000000000000000000000000000000000000..8175643abaee1016b6f3ccfd7b30d8ac6bc84599 --- /dev/null +++ b/datasets/metadata/54923.json @@ -0,0 +1 @@ +{"id": 54923, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-28T03:55:09.829Z", "availability": "Public", "nsfwLevel": 1, "description": "Initial release.
360 Images from Diffuse Texture from polyhaven while respect polyhaven tags.
v1.0 tags
v1.0
", "trainedWords": ["ice_age", "blue_skies_studio"], "stats": {"downloadCount": 47, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 465827, "sizeKB": 42984.8505859375, "name": "549572_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T08:00:46.866Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A133EF2B", "AutoV2": "105AFB6C8A", "SHA256": "105AFB6C8AD0F5EC85371FA3B6C5A4977C2CB54036BCCDD2A3661B87C1169A9B", "CRC32": "E2889A74", "BLAKE3": "5403EF355F12DD39844F8838C8B1C224D2944329E609BAE1BA99B89331637A6D"}, "downloadUrl": "https://civitai.com/api/download/models/549572?type=Training%20Data"}, {"id": 466571, "sizeKB": 223105.57421875, "name": "Ice_age_style-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T15:57:09.110Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "45AF1FE2", "AutoV2": "0B43DCAEAC", "SHA256": "0B43DCAEACE7530E6EA568ABEAB085BAD5FD834437ACFCC854CC749EE3787C73", "CRC32": "F501928C", "BLAKE3": "21165D4C8C7D201A02C5B2259EDA63B970C8C814F9BFF4666E4759A2DBE55728", "AutoV3": "1B42FCED8016"}, "downloadUrl": "https://civitai.com/api/download/models/549572", "primary": true}], "images": [{"id": 15089033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6013689-c083-4132-ac40-528dd476aead/width=450/15089033.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "U7HU8U0-0hu,Yy0PZQZjC5DR[ub]otqxTc%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/549572", "modelId": 494324} \ No newline at end of file diff --git a/datasets/metadata/549647.json b/datasets/metadata/549647.json new file mode 100644 index 0000000000000000000000000000000000000000..7ee4e4c51fbebbebda929df014ecef430167bcec --- /dev/null +++ b/datasets/metadata/549647.json @@ -0,0 +1 @@ +{"id": 549647, "index": 0, "name": "Kagura Mikazuchi for PONY XL", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-04T15:10:34.158Z", "availability": "Public", "nsfwLevel": 28, "description": "Trained on Pony models
", "trainedWords": ["mikazuchi", "kagura mikazuchi", "1girl, solo, necktie, long_hair, gloves, skirt, white_gloves, brown_eyes, purple_hair, pantyhose, red_necktie, uniform, hairband, bangs, jacket, serious, white_skirt", "1girl, long_hair, brown_eyes, purple_hair, white hairband, bangs"], "stats": {"downloadCount": 43, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 465808, "sizeKB": 929.1328125, "name": "549647_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T07:45:50.599Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "92FEC18F85", "SHA256": "92FEC18F85335CAF8D0257AA7ED73F4BF58BF02E51BA64381EE8EBBD2ED6B4C6", "CRC32": "FAC99148", "BLAKE3": "71F84F8F3CCE769430043354DD763A0336E7FC5D7314D38E56C13DA9EC7F8220"}, "downloadUrl": "https://civitai.com/api/download/models/549647?type=Training%20Data"}, {"id": 466461, "sizeKB": 223101.89453125, "name": "Kagura_Mikazuchi_for_PONY_XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T15:05:47.528Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "63C15C39", "AutoV2": "DC352806B9", "SHA256": "DC352806B9B9E5FECA35B8864B117C9E108A5E86DAB928055C2E1B029A58E5BC", "CRC32": "91AE1A0F", "BLAKE3": "C5D5807515CC215A1DD5E3A617614F975925B330A07B61CC5E5090544630293E", "AutoV3": "65436A124E61"}, "downloadUrl": "https://civitai.com/api/download/models/549647", "primary": true}], "images": [{"id": 15128174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3e55b11-75ae-4848-98e5-26eee0eb0ea5/width=450/15128174.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "ULGbCy_40ewG_4%htR$%EQtm%MIUjbR*Rkso", "type": "image"}, {"id": 15127617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb5dc42f-25e2-40b5-922f-43f0e367cd2d/width=450/15127617.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UGGH;:R400?b~WR5j?%g0fRP%Log9GR-xvIV", "type": "image"}, {"id": 15127614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39f04dbe-21fd-4f05-b362-3109c3f01293/width=450/15127614.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U4Dv4kIV00wH00D*t0~W0M-:^+EM~qMxrXE1", "type": "image"}, {"id": 15127615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae8f3daf-1fcb-4cc4-a5c4-ee284a134490/width=450/15127615.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U7Db~G^j00EM00Io~oad9Gxu-pIV-;M|Mx%2", "type": "image"}, {"id": 15127616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/983452a3-dae7-4e52-9cff-cd3a2512528e/width=450/15127616.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDG8Zb~V00RQ004.t6xu0Kt7xat8~ptQspRi", "type": "image"}, {"id": 14583347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5946f7e5-8469-4a24-967c-e074d3617413/width=450/14583347.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UDGk?=lB00p0o~.A_NIpRPbx%2R.nhR5RPM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/549647", "modelId": 494395} \ No newline at end of file diff --git a/datasets/metadata/549885.json b/datasets/metadata/549885.json new file mode 100644 index 0000000000000000000000000000000000000000..fcb1ec48da7eed85e45f1e1378b6183e923fccb8 --- /dev/null +++ b/datasets/metadata/549885.json @@ -0,0 +1 @@ +{"id": 549885, "index": 0, "name": "Tamara de Lempicka Style SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-04T12:10:36.237Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 58, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 466049, "sizeKB": 6592.83203125, "name": "549885_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T10:41:34.853Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "36072D5F", "AutoV2": "9DAC7E1A7C", "SHA256": "9DAC7E1A7C3403B147F3F32CB116E04B93466D969A1105840C0EAD05F0567DB2", "CRC32": "38A62F73", "BLAKE3": "24EC7D3BCA32C6EEAF20C443183BA04BB027A81A3A11364AC9DD7B0FE8F42E1D"}, "downloadUrl": "https://civitai.com/api/download/models/549885?type=Training%20Data"}, {"id": 466183, "sizeKB": 223114.54296875, "name": "Tamara_de_Lempicka_Style_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T12:06:09.274Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "60B780D0", "AutoV2": "F4F6EC531A", "SHA256": "F4F6EC531AB2DA735150281B3E33FA6007E604F575E84652D7CE0D6D90391512", "CRC32": "1B84228C", "BLAKE3": "D977B1C28F82A454280D43BD452D3F4E2CF32788B657F12DF6AEF040B6D712FF", "AutoV3": "91D89430DF15"}, "downloadUrl": "https://civitai.com/api/download/models/549885", "primary": true}], "images": [{"id": 14570235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5624b2c8-cbd2-4e56-89cd-4f4167f544ba/width=450/14570235.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5DSR7z,PWVr~Vi_9wxa9tMxD%I]M|nj}m-O", "type": "image"}, {"id": 14570238, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/130442ee-adb0-44eb-9d37-3ab2f94815e5/width=450/14570238.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEFYlf_N0000tRMwIpM|-:R+s.xa?wozROV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/549885", "modelId": 494612} \ No newline at end of file diff --git a/datasets/metadata/549956.json b/datasets/metadata/549956.json new file mode 100644 index 0000000000000000000000000000000000000000..5985ebf9439f66e88d9d8317770548e0adc9f3fd --- /dev/null +++ b/datasets/metadata/549956.json @@ -0,0 +1 @@ +{"id": 549956, "index": 0, "name": "v2.0 40p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-04T11:23:10.893Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 147, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 466123, "sizeKB": 22235.12890625, "name": "Berah_Ronah_F91v2-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T11:20:50.609Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9CD91D77", "AutoV2": "ED6D4E6D68", "SHA256": "ED6D4E6D68138E018568569F8DF160844F711D51CEF38E572897AEEABAF20CDD", "CRC32": "796BDD29", "BLAKE3": "F014E3C49587B0E554E020DC92C408C7CB679FBF8BA9721A07C95AE62858D0E1", "AutoV3": "862784F2C3E5"}, "downloadUrl": "https://civitai.com/api/download/models/549956", "primary": true}, {"id": 466122, "sizeKB": 6037.208984375, "name": "Berah_Ronah_F91v2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T11:21:04.241Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3432F227", "AutoV2": "DAB7543366", "SHA256": "DAB754336650496B289819F5E2753AB1E7ED699687D75FF3B856F689FE027109", "CRC32": "543820C2", "BLAKE3": "8C6CEA59CC3F937A65B4D085F495CC57EB2A985F476033E082452A070355CC15"}, "downloadUrl": "https://civitai.com/api/download/models/549956?type=Training%20Data"}], "images": [{"id": 14629142, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ea4ff72-6ec1-40cd-8668-5852ecaeb151/width=450/14629142.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeM=ImsoJ.s:?]WVS4bIi_jtNaa|#Sj[n$ay", "type": "image"}, {"id": 14629139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36c5b05f-cc8e-4a4e-8c6e-2f9903577c61/width=450/14629139.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeM=ImsoJ.s:?]WVS4bIi_jtNaa|#Sj[n$f6", "type": "image"}, {"id": 14628842, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf931ab1-fafc-4ad9-9296-fc280bc22ecb/width=450/14628842.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UvOBcrs:yDt7_Nj[x]kCoJjtSgazrrfQjZay", "type": "image"}, {"id": 14628843, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c672518-b3de-4ee3-9b12-e844cc42899e/width=450/14628843.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UvOBcrs:yDt7_Nj[x]kCoJjtSgazrrfQjZay", "type": "image"}, {"id": 14567085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e8ed267-eb47-4436-a4c5-eb6320c7f0f7/width=450/14567085.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U,Oen}so%#t7?^bGx^kCn4jsR*WWM{fknhjZ", "type": "image"}, {"id": 14567086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b12916ac-0603-43f4-8e45-594a18e37da6/width=450/14567086.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U,Oen~so%#t7?^bGx^kCn4jsR*WWM{fknhjZ", "type": "image"}, {"id": 14567315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfd76dd6-50b4-4b34-a08b-d0857174ba04/width=450/14567315.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UsO.E;nO.Txu?^kCo~ozx]RPX9bIZ$t7Sgbb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/549956", "modelId": 67879} \ No newline at end of file diff --git a/datasets/metadata/550026.json b/datasets/metadata/550026.json new file mode 100644 index 0000000000000000000000000000000000000000..f66dbc694c7589d4c3588f0dcd075f288250074f --- /dev/null +++ b/datasets/metadata/550026.json @@ -0,0 +1 @@ +{"id": 550026, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-04T12:11:52.408Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 163, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 466193, "sizeKB": 10889.7607421875, "name": "Cecily_Fairchild_F91.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T12:11:20.487Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B430359D", "AutoV2": "5E66F2FD33", "SHA256": "5E66F2FD33D03076C569045E16398691DD20B3EF6263241872AD22F722109619", "CRC32": "4418ACC3", "BLAKE3": "E983D196B1049FC7F5002A54E76D136D0E2D47BF1D4ECB5F80CEE64537B25E1F"}, "downloadUrl": "https://civitai.com/api/download/models/550026?type=Training%20Data"}, {"id": 466194, "sizeKB": 22233.92578125, "name": "Cecily_Fairchild_F91-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T12:12:59.671Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7D10A559", "AutoV2": "93655DA0E0", "SHA256": "93655DA0E0C026A5FDCBDF1540523C64CCCDA07668B1E4DAA5BC53C3D771F950", "CRC32": "018E6867", "BLAKE3": "18E7C1E4C6A8B629476331B3BC8012E44244F74C84CDF2CACA4CB65C5F334ACC", "AutoV3": "CB9B3359B6A7"}, "downloadUrl": "https://civitai.com/api/download/models/550026", "primary": true}], "images": [{"id": 14570423, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/482420c8-d0f0-4355-8792-e763b8076171/width=450/14570423.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U%Onzft7yXt7_MkBpIkCt7ayR+j[WBayn%f6", "type": "image"}, {"id": 14570427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/991365ad-7bb8-4dcc-b877-a82fce9c1a91/width=450/14570427.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U%Onzft7yXt7_MkBpIkCt7ayR+j[WBayn%f6", "type": "image"}, {"id": 14570782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfdd705a-33e2-4757-8885-52f6a5ab7c3a/width=450/14570782.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UzN[,Xxa%~t7_Mofo~j[o}RjRjjuw|e.bHbb", "type": "image"}, {"id": 14596267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef8f7654-d004-4537-905a-3adadb9acd6b/width=450/14596267.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UQN]kS~B7~N|GHRPTLgi4:xZSPI[xvax$+kX", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/550026", "modelId": 494739} \ No newline at end of file diff --git a/datasets/metadata/550247.json b/datasets/metadata/550247.json new file mode 100644 index 0000000000000000000000000000000000000000..fece6a647861ec741bb6b71267b9738af2eee664 --- /dev/null +++ b/datasets/metadata/550247.json @@ -0,0 +1 @@ +{"id": 550247, "index": 0, "name": "Charlotte (Making Fiends) V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-04T15:46:05.924Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["charlotte-mf,blue skin, blue hair, curly hair, hairbow, blue hairbow, blue dress, wide eyes"], "stats": {"downloadCount": 27, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 466412, "sizeKB": 26893.505859375, "name": "550247_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T14:35:58.890Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "17B64338", "AutoV2": "5584DF1424", "SHA256": "5584DF1424876EA7E67AE00D6D464022C3E30A44C095356DBA8026F2C209F4FB", "CRC32": "FA7721F3", "BLAKE3": "2F5A16C10166A614DED8D752ECF9F7F6A336FCA2988D04B8601E8651C7A0D87F"}, "downloadUrl": "https://civitai.com/api/download/models/550247?type=Training%20Data"}, {"id": 466553, "sizeKB": 223103.06640625, "name": "Charlotte_Making_Fiends_V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T15:46:30.876Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "46D9DDB2", "AutoV2": "86F939627F", "SHA256": "86F939627F48BD69F9F28920B4BDC19EF61D3071CF5C771900B92B51FCE9EAA4", "CRC32": "245F720F", "BLAKE3": "2ECD5E99B546052B7B8349CCEE2DCEFEE8F468531BB0F38C0958BC58AD8CB7EF", "AutoV3": "288357388A74"}, "downloadUrl": "https://civitai.com/api/download/models/550247", "primary": true}], "images": [{"id": 14586225, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6c0a90e-5acf-4f5d-8608-40f2c8ef0b1d/width=450/14586225.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOE4o#-1{aOv=SoeTMR-#hS7NNjE$va}XAj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/550247", "modelId": 494944} \ No newline at end of file diff --git a/datasets/metadata/550391.json b/datasets/metadata/550391.json new file mode 100644 index 0000000000000000000000000000000000000000..050a0b447c374c307e14610c25515714e8b8dc1f --- /dev/null +++ b/datasets/metadata/550391.json @@ -0,0 +1 @@ +{"id": 550391, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-04T15:45:19.728Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 100, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 466535, "sizeKB": 8329.625, "name": "Dorothy_Moore_F91.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T15:40:40.610Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "46000B65", "AutoV2": "74A00C276D", "SHA256": "74A00C276DE6BF2987B747B6B028683D456B342FD4491096C49F303DC2D71F89", "CRC32": "C757FE26", "BLAKE3": "D51E9FC4103099FF37100E25927336309CA7685A216D05ED66EC1ED2BBF229DE"}, "downloadUrl": "https://civitai.com/api/download/models/550391?type=Training%20Data"}, {"id": 466536, "sizeKB": 22232.54296875, "name": "Dorothy_Moore_F91-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T15:41:18.129Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5DDCDE1B", "AutoV2": "BFC11CD585", "SHA256": "BFC11CD585D8440A58BB1CD6624CE643476B77FA2B2F55EF61E7E3A9C81751C7", "CRC32": "091F789A", "BLAKE3": "A4CADBA6D1B340C9113708CE9C08883B32A7609805AB6D3247BFBC94EAD55E0D", "AutoV3": "8EA3063C1E39"}, "downloadUrl": "https://civitai.com/api/download/models/550391", "primary": true}], "images": [{"id": 14586204, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e6054be-fa86-4f70-bf5c-bb46604e0924/width=450/14586204.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UtOVW3s:?vt7~qoLPBofIpa#WDa}xBjZnhjZ", "type": "image"}, {"id": 14586201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e986c17-fed9-4183-89d2-34c08e8a7cc9/width=450/14586201.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UtOVW3s:?vt7~qoLPBofIpa#WDa}xBjZnhjZ", "type": "image"}, {"id": 14586482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89490556-c9df-4f72-98ca-6db197ada6fe/width=450/14586482.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZJtk;D%O@T0}pbb9^Rjn3RjR+%1X9smbbNd", "type": "image"}, {"id": 14595901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf84adb0-a394-4989-8aa5-97e1a2f34b31/width=450/14595901.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UAPrwJKj4S1i1a4:F|1N0Kvhx^OZIBwc%2JC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/550391", "modelId": 495077} \ No newline at end of file diff --git a/datasets/metadata/550475.json b/datasets/metadata/550475.json new file mode 100644 index 0000000000000000000000000000000000000000..07489b39a6a10bff20061556b578faff1000b27f --- /dev/null +++ b/datasets/metadata/550475.json @@ -0,0 +1 @@ +{"id": 550475, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-04T21:13:34.285Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 118, "ratingCount": 0, "rating": 0, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 466628, "sizeKB": 52302.625, "name": "550475_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T16:35:55.663Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "074EED57", "AutoV2": "AA1FD30C76", "SHA256": "AA1FD30C763721374DE7F77A1BA4D534A552C8391F45E6191FBD8E3885DC86D8", "CRC32": "8CBE30FF", "BLAKE3": "80E8C0C7D19D857D26EBA48EC518D60448C2A6626F13363CEC50FC30C464E219"}, "downloadUrl": "https://civitai.com/api/download/models/550475?type=Training%20Data"}, {"id": 467054, "sizeKB": 223102.36328125, "name": "Candy_Kong_Donkey_Kong_LoRA.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T20:52:13.116Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6D1FEEFE", "AutoV2": "4243537840", "SHA256": "424353784006A7E850A69576D902A3C01CD2D6976C04C9198AD794680DE0FE55", "CRC32": "418B0273", "BLAKE3": "E42E67CE9F95E625BC5A4F76DD39DFA041861FB6060F395AF0E39565E399EB64", "AutoV3": "19D01134C3D9"}, "downloadUrl": "https://civitai.com/api/download/models/550475", "primary": true}], "images": [{"id": 14615770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7c5e63f-dc68-4d93-aad4-6e7ddec427df/width=450/14615770.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UIL4g4vfTyp{VqxYItIqyWkqV@VtOsR+s9w|", "type": "image"}, {"id": 14615909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c80b1a94-4c5e-49de-a8fb-ac96fc9ac6f2/width=450/14615909.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U5GS1JyE3?,:Q8WB0goIKhRPz=tlEzt7=yR*", "type": "image"}, {"id": 14615742, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb17aaf1-e2f1-45da-a4a0-7e4ef700b497/width=450/14615742.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGM6en%2PBkW}kR.bIozy=Newcs:otRQofjF", "type": "image"}, {"id": 14615685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3033a947-c019-4818-bc9e-ba2da5f6e767/width=450/14615685.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U9K1OE?HP;XS00ae57W=t*kWMeR6b_Rjr?xu", "type": "image"}, {"id": 14615693, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1bc57995-f147-48df-890a-f412a363f5e7/width=450/14615693.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UIL:.ev~T1xC=rxDWYWAy?aJnOkXT0R%k9oM", "type": "image"}, {"id": 14616003, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56166428-80d1-48b6-9fb5-b4d2934a0b96/width=450/14616003.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UDL|lu%1t-%1^hodR-n$*IW;WBX8O=bbnifk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/550475", "modelId": 495154} \ No newline at end of file diff --git a/datasets/metadata/550488.json b/datasets/metadata/550488.json new file mode 100644 index 0000000000000000000000000000000000000000..162e118db9f1874b5224456a4c1c4e1bfa28ccc3 --- /dev/null +++ b/datasets/metadata/550488.json @@ -0,0 +1 @@ +{"id": 550488, "index": 0, "name": "peg pete", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-04T18:35:11.964Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 23, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 466830, "sizeKB": 223099.03515625, "name": "peg_pete.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T18:36:28.218Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7A371721", "AutoV2": "5D9AE188AE", "SHA256": "5D9AE188AED1863FFDBF29C3AEA78F0F0C808192665E7230AC099215270C2284", "CRC32": "5BDBC7DA", "BLAKE3": "654A6626D610898CA33A06161A949E090134FFEDE047BB45BF2BCDE9BEDEE7D9", "AutoV3": "F60105B93297"}, "downloadUrl": "https://civitai.com/api/download/models/550488", "primary": true}, {"id": 466656, "sizeKB": 1522.419921875, "name": "550488_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T16:46:01.100Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "1158D7107F", "SHA256": "1158D7107FB02B0424A8E4AC5762236DECDFA28CCCF2E36BF8ACED710E336B6E", "CRC32": "E2F439E3", "BLAKE3": "37C8724B81EAA4F3E08A3A884C693E6CD752BE1F28655ABBEE857C6CD1652A18"}, "downloadUrl": "https://civitai.com/api/download/models/550488?type=Training%20Data"}], "images": [{"id": 14601628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7fff205-a761-40a5-8609-327291837a4f/width=450/14601628.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UWL#g:AO477OJVJEt%S%moxUi_vzaNNfS1jc", "type": "image"}, {"id": 14601637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6aa1dcd9-b6cf-4579-a285-365bf442d685/width=450/14601637.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGG[ou{D0#TGX*:b{ToyAU#FbqXQ-:sCFESz", "type": "image"}, {"id": 14601612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7280cc3-1c05-42d5-ba3e-e3755e9167bf/width=450/14601612.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "URI3do}uNMaO=2xZX8NH5RV[w|WXsCr^$Qs:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/550488", "modelId": 495162} \ No newline at end of file diff --git a/datasets/metadata/550502.json b/datasets/metadata/550502.json new file mode 100644 index 0000000000000000000000000000000000000000..40675214fff8b4cd76a1e840fb503f78439e1ea4 --- /dev/null +++ b/datasets/metadata/550502.json @@ -0,0 +1 @@ +{"id": 550502, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-04T16:37:32.377Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 225, "ratingCount": 0, "rating": 0, "thumbsUpCount": 43, "thumbsDownCount": 0}, "files": [{"id": 466645, "sizeKB": 22239.14453125, "name": "Roux_louka_ZZ-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T16:40:54.139Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2B8EE868", "AutoV2": "DBB613FCAB", "SHA256": "DBB613FCAB4E1166288AF84F5DBFB9FD1BED0003B62C2F0C2D2BF9D7CA8C3649", "CRC32": "A1090076", "BLAKE3": "6A11799B8F1E741C1914E54B5A03E193CFA90E4CB3E568B50DF66FF32FC93919", "AutoV3": "3B1072C53AE9"}, "downloadUrl": "https://civitai.com/api/download/models/550502", "primary": true}, {"id": 466644, "sizeKB": 8914.1005859375, "name": "Roux_louka_ZZ.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T16:40:54.712Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3AA963D8", "AutoV2": "51D0BF71EA", "SHA256": "51D0BF71EA3FFBF5BCEB42AFBB00DDAC488BD623B161E75DD9CA7E23AF089081", "CRC32": "A6FFD5D0", "BLAKE3": "8E4C7F1EA406155565B3F603F9AD93FC46F651388AD7F492EBBA6D8AFB6C3F23"}, "downloadUrl": "https://civitai.com/api/download/models/550502?type=Training%20Data"}], "images": [{"id": 14590652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b28de181-82a0-4169-94a9-89f067f69bcd/width=450/14590652.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UoN,0-s:.Rt7?waztlofS$jus8j@-pj[Riay", "type": "image"}, {"id": 14590653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3604194f-eb03-4d91-a1fb-1c035308affb/width=450/14590653.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UoN,0-s:.Rt7?wayx]ofS$jus8j@-pj[Riay", "type": "image"}, {"id": 14590790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7b2c91b-d24c-4781-8bf7-1959e9664c3f/width=450/14590790.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UpNv+0xu_MtR-;aKo|a#t9WCWTxZ-pofRiNG", "type": "image"}, {"id": 14595413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/952d7099-ce6a-4842-bcfb-6cf4cf6000e9/width=450/14595413.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U8OCppIH4R1M0V+[BAuN00VuKi0f0O,:;_Z~", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/550502", "modelId": 495175} \ No newline at end of file diff --git a/datasets/metadata/550562.json b/datasets/metadata/550562.json new file mode 100644 index 0000000000000000000000000000000000000000..e9f1bfb976d98f573a63a5fe68b7f5579b39114c --- /dev/null +++ b/datasets/metadata/550562.json @@ -0,0 +1 @@ +{"id": 550562, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-04T17:11:17.659Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 165, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 466701, "sizeKB": 22236.11328125, "name": "Elle_Vianno_ZZ-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T17:15:54.911Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D1CD9D04", "AutoV2": "61F50D4C6A", "SHA256": "61F50D4C6A8A4969E079CE354295A88B612D9CCD91B302974FB5F33B0951E231", "CRC32": "02B0B8F7", "BLAKE3": "93102A872E1922DB7A791009CBF1A6D4E42361BCDB6699AE991E417F1CA619B6", "AutoV3": "9CFFC9AF5AF4"}, "downloadUrl": "https://civitai.com/api/download/models/550562", "primary": true}, {"id": 466700, "sizeKB": 9704.34375, "name": "Elle_Vianno_ZZ.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T17:15:51.607Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3B227FF7", "AutoV2": "83B4D9C8CC", "SHA256": "83B4D9C8CC90E747EBDE44EB3A2E36A5F1C3834BF4D75E82208A83EE9A353467", "CRC32": "81435195", "BLAKE3": "0158392080F0CC0BA1FA74F6A3152B8AE175F083F026A0BDF9625EEEE016BC78"}, "downloadUrl": "https://civitai.com/api/download/models/550562?type=Training%20Data"}], "images": [{"id": 14593765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fde37124-36dc-4e69-bea0-1b6b4929931b/width=450/14593765.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UpPYk@%Ma%nP_LkC%$WqXTWAaKaewfjFR6ax", "type": "image"}, {"id": 14593767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f2fedb1-e054-4d74-b02a-c1754414bc22/width=450/14593767.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UpPi6e%Ma%nP_MkC%$WqXTWAaKaewfjFR6ax", "type": "image"}, {"id": 14593978, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb68ecd5-1c43-482d-9145-e702f6101318/width=450/14593978.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UxOCmix^XoR5_MjE%NkXOUWBn,fkxZoyM{V@", "type": "image"}, {"id": 14595736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84f96c23-72b4-4707-af51-16b5b5e0c48c/width=450/14595736.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMO.%L~UCQWs2[r;EOOs0#xsT1I[Iof+rrNx", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/550562", "modelId": 495230} \ No newline at end of file diff --git a/datasets/metadata/550577.json b/datasets/metadata/550577.json new file mode 100644 index 0000000000000000000000000000000000000000..aae10104513e95f6ced4ea6b8dca4e1140ba5418 --- /dev/null +++ b/datasets/metadata/550577.json @@ -0,0 +1 @@ +{"id": 550577, "index": 0, "name": "Hentai Elves 2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-04T19:20:07.961Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 76, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 466753, "sizeKB": 34983.95703125, "name": "550577_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T17:51:34.462Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4F49C8A9", "AutoV2": "84B8457ACB", "SHA256": "84B8457ACB230E07B0E8D090EA447A1597DA01A64DE69195EE9DB0753E5DB168", "CRC32": "5A5D89B7", "BLAKE3": "B0671E9EBB9E177D0C1FC53CAD92DF7D26DDA07D2435EC1C6F8EBA5D52D44A9B"}, "downloadUrl": "https://civitai.com/api/download/models/550577?type=Training%20Data"}, {"id": 466902, "sizeKB": 223105.42578125, "name": "Hentai_Elves_2.0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T19:20:53.363Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C223EC6D", "AutoV2": "28F1C37D8B", "SHA256": "28F1C37D8BEBD71ECC523E1D9FF83BC5E3CA4F3C420A3486090CA1964B8FDE00", "CRC32": "25A9B156", "BLAKE3": "13E5BA49CFA7F6915EE8691749D6AB905C0CE75B38D63538BACCFCB9A9CC8F89", "AutoV3": "563645AEEE49"}, "downloadUrl": "https://civitai.com/api/download/models/550577", "primary": true}], "images": [{"id": 14605807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5210e99-914e-4c82-87f9-57f6fd8cc0e7/width=450/14605807.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCA104nhG]V?}?t7IAS~xvoyH?adx]nOWBen", "type": "image"}, {"id": 14605809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27272b66-bcca-4227-a858-42a756865693/width=450/14605809.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKJ8CW9a004o~pIV%LjFIUoftRf69aM|o0t6", "type": "image"}, {"id": 14605808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6c34a2c-6bc6-424b-9859-5750c255e253/width=450/14605808.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGFYAK?a004:~WXA0fRiE2xvo#Ri?F%2xWWU", "type": "image"}, {"id": 14605891, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbbee752-09d1-4c4d-9c42-b9fa82a6d92e/width=450/14605891.jpeg", "nsfwLevel": 16, "width": 1280, "height": 1280, "hash": "UDI4eN0L0}-V_M4n-;I:009FxaRkDjt69uV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/550577", "modelId": 495243} \ No newline at end of file diff --git a/datasets/metadata/550661.json b/datasets/metadata/550661.json new file mode 100644 index 0000000000000000000000000000000000000000..5c7d3ee25fa7e057bec09c94a8aad96ffaad1bc5 --- /dev/null +++ b/datasets/metadata/550661.json @@ -0,0 +1 @@ +{"id": 550661, "index": 0, "name": "Kyushu and Forest", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-04T20:04:47.695Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["forest the fox", "kyushu the slime dragoness", "goo creature", "red fur, white fur, black fur, green eyes", "dark purple slime, glowing red eyes"], "stats": {"downloadCount": 22, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 466841, "sizeKB": 5069.64453125, "name": "550661_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T18:45:49.565Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E52C9F6E", "AutoV2": "68D8DA8D27", "SHA256": "68D8DA8D2786FF5E8841B126CF82A92B7F8A5BE714BE029EF171B6336E2008C5", "CRC32": "EC30922C", "BLAKE3": "6507791175C77142A53FE22A36D4B6601F7105DD1339973CE23CDF48761166E4"}, "downloadUrl": "https://civitai.com/api/download/models/550661?type=Training%20Data"}, {"id": 466977, "sizeKB": 223104.44140625, "name": "Kyushu_and_Forest.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T20:01:30.582Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4095E560", "AutoV2": "E86BCD04D8", "SHA256": "E86BCD04D88A5864155E3FB8C1BF0892EB63775D03FED35BF405005FAF27E10E", "CRC32": "9DAED4A9", "BLAKE3": "669AB1891C72F37240785615E4C3FCC8DE61E45ABD2B47E5F324E348EFA78E02", "AutoV3": "CE2D3B0FD46E"}, "downloadUrl": "https://civitai.com/api/download/models/550661", "primary": true}], "images": [{"id": 14610452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40c0c7a2-4068-4904-9386-ddd35b537f76/width=450/14610452.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U69Pm$=kkVAm%CssI+xcS:Sd$,nlo@xbt1sD", "type": "image"}, {"id": 14610453, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3db97324-018e-4e62-96c5-a00c7f6f8a40/width=450/14610453.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U3BUL~_9PFBw3@^ktK-W5yZ?Ipoe0c0e55NE", "type": "image"}, {"id": 14610462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b6a9db1-bb03-4240-8d85-fd9edceb3cfc/width=450/14610462.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U4A[gNp|Ix9Q3H%5Et9r4nd+R$t753D~o6-Y", "type": "image"}, {"id": 16377166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df1d68db-16e8-45e8-afde-3d44ffd47908/width=450/16377166.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "U8C4;:}v57ESpz^AM+NDtZT9s=$*=gj:S^-W", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/550661", "modelId": 495320} \ No newline at end of file diff --git a/datasets/metadata/550798.json b/datasets/metadata/550798.json new file mode 100644 index 0000000000000000000000000000000000000000..136c98e255d93e06553481cf196dc381f926e26b --- /dev/null +++ b/datasets/metadata/550798.json @@ -0,0 +1 @@ +{"id": 550798, "index": 0, "name": "1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-04T20:17:42.157Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["ethan_clade", "strange_world", "dreadlocks", "fat", "black_skin", "big_nose", "1boy"], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 466916, "sizeKB": 3259.8037109375, "name": "550798_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T19:26:28.424Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "89858559", "AutoV2": "DCB3AE3AD6", "SHA256": "DCB3AE3AD69F2A8A3C8EEA3DF5F64031AC43B56C160CAC7681376BD76A7B6FBA", "CRC32": "3BF14D1D", "BLAKE3": "88FBE598E96392CB2BFD442A4A95769AEA7069EC8E0296BF2A057E6B7696E76A"}, "downloadUrl": "https://civitai.com/api/download/models/550798?type=Training%20Data"}, {"id": 467005, "sizeKB": 36978.5625, "name": "Ethan_Clade__Strange_World.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T20:20:44.150Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5B8A2BBA", "AutoV2": "E304EDE393", "SHA256": "E304EDE393A38BDA6D699A0D6C009A10E73FC5F6C87B8E2C3B783F1806E8915E", "CRC32": "66AD69DF", "BLAKE3": "F0B20070056CFB19F015591D11941673579543EC157893ECC9E0A2AAB1E8EB8A", "AutoV3": "E31C8161A9A8"}, "downloadUrl": "https://civitai.com/api/download/models/550798", "primary": true}], "images": [{"id": 15325436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa2e7d65-9785-44d0-8f99-aab0ead0d134/width=450/15325436.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U471ZaD*9t~BkjW=Egf4IVt6-TIV9Is:-UIp", "type": "image"}, {"id": 14678153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2b9e0e4-09af-4ac3-b158-f7dbd2b9defd/width=450/14678153.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7AAEz4og$#??]ixyWMyTCt7%MRORPo}xCsk", "type": "image"}, {"id": 14806644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/302da9b4-a22c-4ae1-928e-01b94ab83a46/width=450/14806644.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U48|eb0f%|^k_NM~-pOT0#oxrcM{0W-mE2Ip", "type": "image"}, {"id": 14806645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7123664-321b-4216-8ae7-cea4667007e6/width=450/14806645.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U47U3aRP00t7^+Rj4:xt00WD~Vxt01t7~VM{", "type": "image"}, {"id": 14611733, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/255df131-d80d-4fcb-8ca5-718db22f08a5/width=450/14611733.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UJGjdu0h=*%OW0Na=XEN.8Ipt0xb-CR-NFsk", "type": "image"}, {"id": 14611734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/922ff04b-d9e6-41c5-81d2-493b9e9cca87/width=450/14611734.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UO98Sm%MPRI_T}XftJxVTNkVa1j^tmsrRkR+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/550798", "modelId": 495449} \ No newline at end of file diff --git a/datasets/metadata/550805.json b/datasets/metadata/550805.json new file mode 100644 index 0000000000000000000000000000000000000000..dc5fa1b58ff93bd32057ee3d92b6960c756fba4f --- /dev/null +++ b/datasets/metadata/550805.json @@ -0,0 +1 @@ +{"id": 550805, "index": 0, "name": "Arbuz budesh - (PriceF_D)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-04T22:50:39.159Z", "availability": "Public", "nsfwLevel": 28, "description": "Trainned with 240+ images hand picked!
", "trainedWords": ["ar_bd"], "stats": {"downloadCount": 148, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 466936, "sizeKB": 127422.560546875, "name": "550805_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T19:36:31.397Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "235981EB", "AutoV2": "9A8309C347", "SHA256": "9A8309C347D15A27BA387616A660C2B639A92DDECBB5C42D25C4920F9B8DFAFF", "CRC32": "8BA8B7C4", "BLAKE3": "029C66C547729757158C16A4EA0FAFCD6B4CB6EDD3C7C2B8956B61F655CFF760"}, "downloadUrl": "https://civitai.com/api/download/models/550805?type=Training%20Data"}, {"id": 467248, "sizeKB": 445821.62890625, "name": "arbuz_budesh_-_art_style_Price_or_Freedom.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T22:46:46.725Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9FF6C798", "AutoV2": "0B96096619", "SHA256": "0B9609661973201E199C62DD986EA0F5A2A5244604F0D6AECD980AF2B1A0C976", "CRC32": "AE156EE5", "BLAKE3": "FF5D4EBB05D0777D68C645C291091BF06E7A635D3D7017D494B1211A1BC29601", "AutoV3": "28826A19BEBE"}, "downloadUrl": "https://civitai.com/api/download/models/550805", "primary": true}], "images": [{"id": 14624683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0f33081-4096-46c4-90fe-335f04fa5bfa/width=450/14624683.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8E_v^=?xt~p=|-U?a?a0K-;R5IU8_x]tR9F", "type": "image"}, {"id": 14630247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06e4099b-c001-44fb-9e2e-ec71680b65d3/width=450/14630247.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U6K-F7t8Cmx]T|s:?GR*?bM|IU%MJVWB^*ae", "type": "image"}, {"id": 14625325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/792458ac-56cf-489d-88b1-280bb4665a76/width=450/14625325.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UDI;I:?H00og9t%M9ubb56xa~CIoIpNGE1M{", "type": "image"}, {"id": 14625321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1025a1b5-b602-44a7-af49-987f0055eb7d/width=450/14625321.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UNLW;Qt6%~%M_NkCMxf6bbofWBWAkBjtt7bH", "type": "image"}, {"id": 14625318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/664d1408-3e29-4c12-8fc2-77fdb84f2831/width=450/14625318.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UENTRS-;pvnk?]j@xaRj4nV[%2kC-CkCM{t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/550805", "modelId": 495456} \ No newline at end of file diff --git a/datasets/metadata/550871.json b/datasets/metadata/550871.json new file mode 100644 index 0000000000000000000000000000000000000000..980083a30f9266b1101b65349fb5bc7bca7fb3a4 --- /dev/null +++ b/datasets/metadata/550871.json @@ -0,0 +1 @@ +{"id": 550871, "index": 0, "name": "Hilichurl (Genshin Impact) Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-05T03:09:47.130Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["HilichurlNSFW, monster, colored skin, mask,"], "stats": {"downloadCount": 387, "ratingCount": 0, "rating": 0, "thumbsUpCount": 72, "thumbsDownCount": 0}, "files": [{"id": 467719, "sizeKB": 223101.34765625, "name": "Hilichurl_Genshin_Impact_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T03:06:39.526Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C61FBC59", "AutoV2": "48DA66B3E8", "SHA256": "48DA66B3E88791805C70774FA3917C547198073DDF25DC436AAF6C994C32963F", "CRC32": "ACBF687D", "BLAKE3": "D6838E96E86C4E1F03A060736A9D6F7B9D96A50C000E2E706C7E4664D5755DDB", "AutoV3": "6E37C4CC2800"}, "downloadUrl": "https://civitai.com/api/download/models/550871", "primary": true}, {"id": 466991, "sizeKB": 5817.3642578125, "name": "550871_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T20:11:30.415Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D2391BCB", "AutoV2": "389DA72F17", "SHA256": "389DA72F179E353A330BEEE654CC7C4F84B140B5E9F88783E76DD705F214C9FD", "CRC32": "F1DCD037", "BLAKE3": "85DC74C56D83D3AD4258B24B72EF321564A5C10833257A60ED4579B63A443444"}, "downloadUrl": "https://civitai.com/api/download/models/550871?type=Training%20Data"}], "images": [{"id": 14649484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdb0436f-ae3c-4a9d-a8cf-49e6dbb66cc1/width=450/14649484.jpeg", "nsfwLevel": 16, "width": 1016, "height": 728, "hash": "UOI::*~A9Z%MOr%L?GRk0LIpxas:n$IVIV-o", "type": "image"}, {"id": 14649486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b846cf41-3c97-4347-84aa-4c43c6df9619/width=450/14649486.jpeg", "nsfwLevel": 16, "width": 1016, "height": 728, "hash": "UCI|wI0L0$IU00%M}?og14Nb^jS$Mx9vEMxt", "type": "image"}, {"id": 14649483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5050aa40-a97f-4e40-9abe-0062cb69b1cc/width=450/14649483.jpeg", "nsfwLevel": 16, "width": 1016, "height": 728, "hash": "USGHk|~BOYf+WBadn$s,OExu%1j]E2IpM|M|", "type": "image"}, {"id": 14649485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e7dfd04-268c-4b8f-ace3-4f1c5f6f1eb5/width=450/14649485.jpeg", "nsfwLevel": 16, "width": 1016, "height": 728, "hash": "UGH-GY4:0LbI4:xuE1NG01kC~Vs:?GIoNH%2", "type": "image"}, {"id": 14649488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33ba6965-74cc-4ac0-b769-795ef9dd5dcc/width=450/14649488.jpeg", "nsfwLevel": 16, "width": 1016, "height": 728, "hash": "UOHnTx~V0fs+0LD%s:-oxubcxZxFxFjuNHoz", "type": "image"}, {"id": 14649489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/308b7ca4-bbf2-4d49-ba10-3e1e294b7657/width=450/14649489.jpeg", "nsfwLevel": 16, "width": 1016, "height": 728, "hash": "UPIX24~V5Rt7IoD%V@slE2R*%2niX8s:R+xa", "type": "image"}, {"id": 14649492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51a68df2-c190-491a-9ab6-2364bbee4a71/width=450/14649492.jpeg", "nsfwLevel": 16, "width": 1016, "height": 728, "hash": "U9IX8J-p00xa000L~B%2Ac9u?G^*4.JBI:t6", "type": "image"}, {"id": 14649491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/598927be-5004-42a5-9500-f538945a3a31/width=450/14649491.jpeg", "nsfwLevel": 16, "width": 1016, "height": 728, "hash": "UHKJ_Ti^0g={D%~V^j?H0Ljb-o?GxDRkM{Nd", "type": "image"}, {"id": 14649493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8d71a71-69e3-42fc-849a-c8131a518867/width=450/14649493.jpeg", "nsfwLevel": 16, "width": 1016, "height": 728, "hash": "UYJQp5~V4:t6E1RPxGoeIoNHxts.s.WBf6t7", "type": "image"}, {"id": 14649494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa10eacc-ae49-4a41-8a93-87718b22ba20/width=450/14649494.jpeg", "nsfwLevel": 16, "width": 1016, "height": 728, "hash": "UIIX5B9Y58~B9ExaIoI:t,%1xaE24:EMxaWB", "type": "image"}, {"id": 14649495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9be5278f-5d85-4ee4-80d2-5eeff8de599d/width=450/14649495.jpeg", "nsfwLevel": 16, "width": 1016, "height": 728, "hash": "UFH-Z10L0f$*D$~BIp0Lbv^+RP0fxZM|NHoJ", "type": "image"}, {"id": 14649496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2196cc9-50d1-40a2-8f28-fe04c1bdf083/width=450/14649496.jpeg", "nsfwLevel": 16, "width": 1000, "height": 720, "hash": "UCJaG.000MkCE1~A^*0Mbv?GxZ9u-:-pE2IV", "type": "image"}, {"id": 14649498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29952fab-1006-47fd-9611-5f6dbb5dfe21/width=450/14649498.jpeg", "nsfwLevel": 16, "width": 1000, "height": 720, "hash": "UHJjrGD%9^~V?E?GaK4:oc?GxZD*-p-pNGxt", "type": "image"}, {"id": 14649499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce7e7a78-7405-411b-b7dc-8bb173b262b2/width=450/14649499.jpeg", "nsfwLevel": 16, "width": 1000, "height": 720, "hash": "U7I4Y40001,p00_2=x57_NIV-V0f4.9aba?H", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/550871", "modelId": 495517} \ No newline at end of file diff --git a/datasets/metadata/550929.json b/datasets/metadata/550929.json new file mode 100644 index 0000000000000000000000000000000000000000..1293900ae31ac3e0e8183b854acd44358fad30b3 --- /dev/null +++ b/datasets/metadata/550929.json @@ -0,0 +1 @@ +{"id": 550929, "index": 0, "name": "Fenyr V4", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-05T02:54:14.365Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 25, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 1}, "files": [{"id": 467180, "sizeKB": 57743.8388671875, "name": "550929_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T22:05:49.741Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "362912EF", "AutoV2": "A49FB964C3", "SHA256": "A49FB964C30B7986E6FE656A4AF6172DD29C36A29344C823D0D686A0DBC37968", "CRC32": "9830C7D8", "BLAKE3": "38BC2C257FAEE5ACB35C51CFA0AC18BC8D89A8A45C4B013A1A4E6CDC69C4D2FB"}, "downloadUrl": "https://civitai.com/api/download/models/550929?type=Training%20Data"}, {"id": 467698, "sizeKB": 65780.9609375, "name": "Fenyr_V4.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T02:55:55.410Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "48A93DFE", "AutoV2": "380633729E", "SHA256": "380633729E1717023265C623C91D3D871D12AFEAE797A5A14F784B3168E0B87A", "CRC32": "AF9D9AC1", "BLAKE3": "B7E582D51A3066BD1C4E48DE1F58507C49CF838C2CC6BDD896F465242C4D9077", "AutoV3": "4ACB1F67C100"}, "downloadUrl": "https://civitai.com/api/download/models/550929", "primary": true}], "images": [{"id": 14648191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de7a3e3f-0cf7-47f5-8864-f6065bb994c3/width=450/14648191.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UJGvL*xUV?xa~RxvMxoe.9M_NMt7yFNHoxax", "type": "image"}, {"id": 14648189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/725a33ff-35fb-4618-bbbd-e85d4c1a5fac/width=450/14648189.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UaGJ21xCVqWX?ws,WAofcGjEjIogTNxanzju", "type": "image"}, {"id": 14648190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2afc8d1e-da43-4668-a551-99a91c64c537/width=450/14648190.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGHCQAsS9E-:_Nt8obt7X;xZT1NL%3WAW?%N", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/550929", "modelId": 495567} \ No newline at end of file diff --git a/datasets/metadata/551043.json b/datasets/metadata/551043.json new file mode 100644 index 0000000000000000000000000000000000000000..9e75aa22786d975d0e6704d6eae1e473ed31b7a6 --- /dev/null +++ b/datasets/metadata/551043.json @@ -0,0 +1 @@ +{"id": 551043, "index": 0, "name": "Vendetta (Making Fiends) V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-04T23:08:00.699Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Vendetta_MF, green skin, pigtails, 1girl,", "green dress, wide eyes"], "stats": {"downloadCount": 22, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 467159, "sizeKB": 22914.009765625, "name": "551043_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T21:51:26.853Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0941219D", "AutoV2": "6A838DDE5C", "SHA256": "6A838DDE5C2FB45318F464E4B2E319CE07222F900F227990A96A0F9A86AE5D7C", "CRC32": "D7DFFB8F", "BLAKE3": "1A3A3D19F588B686C6C7668E3C491FACE175F0A2507802FA89ED257B2D54985E"}, "downloadUrl": "https://civitai.com/api/download/models/551043?type=Training%20Data"}, {"id": 467285, "sizeKB": 223102.86328125, "name": "Vendetta_Making_Fiends_V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T23:10:45.954Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DF732077", "AutoV2": "A508D46A45", "SHA256": "A508D46A45D1888194B8557302DBBECCD1D095D03E40B1A653C82A8446C30F16", "CRC32": "430C1DC1", "BLAKE3": "41D4512107FDEB7AF5A9CE5ED17895746A0D87F822A0C3A94D75214C96FAD0FA", "AutoV3": "56722ED9047F"}, "downloadUrl": "https://civitai.com/api/download/models/551043", "primary": true}], "images": [{"id": 14626027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/314e1589-96e4-41d7-a8fc-ec42d50f346c/width=450/14626027.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U49,r}rM8=psz9uIy:VLQLVukla5QeRRpVnm", "type": "image"}, {"id": 14626026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b04270c0-52dd-4ffd-8a31-cc8bb881a5be/width=450/14626026.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAC]5Cx@.rn+{-ra?rkUzboxbFWV$QXQcBX7", "type": "image"}, {"id": 14626025, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4420a26f-62b6-4ded-be34-7d5d6f3280e6/width=450/14626025.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFD_iYyB_fw6[hrL-:kUz#j[nmX4#HXNkUay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/551043", "modelId": 495670} \ No newline at end of file diff --git a/datasets/metadata/551123.json b/datasets/metadata/551123.json new file mode 100644 index 0000000000000000000000000000000000000000..bd5638aca4d55631ee450a1b964953565339e907 --- /dev/null +++ b/datasets/metadata/551123.json @@ -0,0 +1 @@ +{"id": 551123, "index": 1, "name": "allblck", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-04T23:57:52.964Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 98, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 467254, "sizeKB": 7031.287109375, "name": "551123_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T22:51:30.318Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "792AE360", "AutoV2": "4C663C31FA", "SHA256": "4C663C31FAF11F05AB4B7A2F4F84A73C6754CB6996C26C247D174FF8E43BAA8A", "CRC32": "8439353E", "BLAKE3": "CB1CC1CDFCC47594068054D613DA6AB6F4DC7A6099B4DFE9D240ABE0478E2E3D"}, "downloadUrl": "https://civitai.com/api/download/models/551123?type=Training%20Data"}, {"id": 467380, "sizeKB": 223110.68359375, "name": "allblck.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T23:57:02.825Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EEC2F876", "AutoV2": "B2F428C4BB", "SHA256": "B2F428C4BB453A0DC02E8390088A4AD25CA6519A65A50C04E31BC84EA6A867D5", "CRC32": "BA758AE2", "BLAKE3": "A601481D9359550BBBE1F897AC8A7D6B32F57AEB0BBD059D81EE38BB758E366B", "AutoV3": "C2F3C02CD7E1"}, "downloadUrl": "https://civitai.com/api/download/models/551123", "primary": true}], "images": [{"id": 14629764, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1fa6f909-853a-47a2-9afc-7b08e418945f/width=450/14629764.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDF}{P9s04_4O^oc?0R.00xaxVRjR.RkV@t8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/551123", "modelId": 495746} \ No newline at end of file diff --git a/datasets/metadata/551148.json b/datasets/metadata/551148.json new file mode 100644 index 0000000000000000000000000000000000000000..118c83363596a75d6e491b0a020c628bfb25fcfb --- /dev/null +++ b/datasets/metadata/551148.json @@ -0,0 +1 @@ +{"id": 551148, "index": 0, "name": "Dudes", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-05T00:48:39.570Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 40, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 467457, "sizeKB": 223100.94921875, "name": "Dudes-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T00:51:40.522Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "01FBB8DA", "AutoV2": "90A8AD7D91", "SHA256": "90A8AD7D9191FF89AD95323A4909568985696638C74D0EE6C3D8F4B4DAA4BB30", "CRC32": "D43331FE", "BLAKE3": "E0FDF8A2174043239DE7B4FD106AF3848263B3321E0E9A77F114A88DC02B9997", "AutoV3": "C54673A66368"}, "downloadUrl": "https://civitai.com/api/download/models/551148", "primary": true}, {"id": 467351, "sizeKB": 21107.701171875, "name": "551148_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T23:40:54.647Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6EB760B4", "AutoV2": "A5125D5B20", "SHA256": "A5125D5B20DF9BDD4354CB69D6BEA38B65FC11179A529730722DEDD889BACB74", "CRC32": "5D29BB47", "BLAKE3": "5A3B4CBE74FA9E48ED3A22600CC9738DDF9C148047BF670BDA4037AE5C324593"}, "downloadUrl": "https://civitai.com/api/download/models/551148?type=Training%20Data"}], "images": [{"id": 14635101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1704a27c-c347-4af3-884e-ca5b7b6fa41c/width=450/14635101.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UbFO$5X9_2-:~pt7-;x[-;RjbbofxuIooeWX", "type": "image"}, {"id": 14635103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e9ca0c1-620c-4bf9-87eb-beebb8c4d4c3/width=450/14635103.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGHLh~t7_4oM%Mj[D%RjIURjM{t8t8t7IUM{", "type": "image"}, {"id": 14635104, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b54d79a-5f21-4300-ad3b-57184edabcd6/width=450/14635104.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8BDQY000L^+W?M{oftR0L-:s:Io~qE1nixt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/551148", "modelId": 495768} \ No newline at end of file diff --git a/datasets/metadata/551193.json b/datasets/metadata/551193.json new file mode 100644 index 0000000000000000000000000000000000000000..1aa4a9c0a84f3fc9d4ebb040a10801a9f1a5454a --- /dev/null +++ b/datasets/metadata/551193.json @@ -0,0 +1 @@ +{"id": 551193, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-04T23:29:09.223Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 123, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 467311, "sizeKB": 6778.3642578125, "name": "Lupe_Cineau_VGundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T23:20:44.923Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "431214D2", "AutoV2": "8EE10BB28A", "SHA256": "8EE10BB28AE7DE31D7BD51659F58887986AF0681BD6B8EF86C260EC0C50F1842", "CRC32": "C2972EC9", "BLAKE3": "054D4481314FD812573903BDE4A166EED8DB7D616FB5374F640FF10F9678BE92"}, "downloadUrl": "https://civitai.com/api/download/models/551193?type=Training%20Data"}, {"id": 467312, "sizeKB": 22233.76171875, "name": "Lupe_Cineau_VGundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-04T23:20:51.683Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EA3C4392", "AutoV2": "320373F95E", "SHA256": "320373F95ED85BEC640501CD27E270E3956670453E656C578B1BA7C75BC55B59", "CRC32": "0BD4599A", "BLAKE3": "1ED8BFCA89D7BB695A14FAF50ADB45A7B513A735CCE60BEECD3479A498511CA0", "AutoV3": "2D898CEF3548"}, "downloadUrl": "https://civitai.com/api/download/models/551193", "primary": true}], "images": [{"id": 14627576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7b09684-df42-4cae-9bcb-22dd6aefae91/width=450/14627576.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U*O.%Pof.8t7*0j[x]kCiwf6smoKE1aysmfP", "type": "image"}, {"id": 14627577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/697a6efb-d178-4e4a-a56a-0437b78467c2/width=450/14627577.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U*O{N@of.8t7*0j[x]kCiwf6smoKE1aysmfP", "type": "image"}, {"id": 14628171, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b0e4fe6-dca1-4fe4-bb77-cf435bbf0cf5/width=450/14628171.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZM?V#9EPBD%.lIUxvIo9sa}$*WBR6tQWAWB", "type": "image"}, {"id": 14629613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ef7ef48-412e-4182-8de6-e9d29a1e8eb3/width=450/14629613.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJNJLJ-;Xk~B-.xu?axt01$*-VIpVsx]RQIU", "type": "image"}, {"id": 14629916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8afd477-6d59-40e7-a0a2-655603e44f76/width=450/14629916.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGNSshMc0dR%WR9Gt6W.5SM{^P^+~q9Fjc-:", "type": "image"}, {"id": 14632730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3803122b-fb6b-45fd-9193-5e13d8c390c0/width=450/14632730.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UCM%Au?w0e%g-MJW~q-:0LIo=xad4nxE-;-:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/551193", "modelId": 495809} \ No newline at end of file diff --git a/datasets/metadata/551576.json b/datasets/metadata/551576.json new file mode 100644 index 0000000000000000000000000000000000000000..56386cd903ace83a110393c6cebd3502a2a0cc6c --- /dev/null +++ b/datasets/metadata/551576.json @@ -0,0 +1 @@ +{"id": 551576, "index": 0, "name": "Edinson Cavani", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-05T04:08:45.234Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["cavani"], "stats": {"downloadCount": 24, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 467737, "sizeKB": 8453.021484375, "name": "551576_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T03:21:13.388Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8B0C321B", "AutoV2": "1952AEBCD7", "SHA256": "1952AEBCD747D39A0A232FE6ECE0FA7C8485E3700DF85AC2BD7FE63A2BE398EC", "CRC32": "E23DA0E0", "BLAKE3": "C56E63F7B32EFC67E8ECEAF347AC97945355C7554B722B48A2D8D6FD751F49CA"}, "downloadUrl": "https://civitai.com/api/download/models/551576?type=Training%20Data"}, {"id": 467802, "sizeKB": 223099.12109375, "name": "Edinson_Cavani.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T04:06:19.257Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "689A01CD", "AutoV2": "C172485AA3", "SHA256": "C172485AA309902BEF03EDE51CE5AC2A9DF262074E729042B20404F6DF9AB303", "CRC32": "EF192AF4", "BLAKE3": "30B2765001FE12329116D23A18A5EA14BAE097C52250075EBAC119AA1F4C5D91", "AutoV3": "7A42D1990B44"}, "downloadUrl": "https://civitai.com/api/download/models/551576", "primary": true}], "images": [{"id": 16422759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04969d27-9445-4a9b-9828-c70bea70736f/width=450/16422759.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "ULF?2wD@.3-:~T-:M-oyoptlOGWA%MI.jKxH", "type": "image"}, {"id": 16422760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/332847f2-ab3c-421f-ab0c-895b3b3ec28e/width=450/16422760.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "U6Ey0%5IYO~S?8#O?GI;00I9ETby8{OZn#RR", "type": "image"}, {"id": 15967119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8aec6111-602d-4ba2-98b1-0b2935d68f8f/width=450/15967119.jpeg", "nsfwLevel": 1, "width": 1600, "height": 1095, "hash": "UDDS2Q4=Ev%JMKjD0pRnk;E2~AxtcEM|^JoJ", "type": "image"}, {"id": 15967180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a034fa9-9033-498a-89e5-777a0f586a7a/width=450/15967180.jpeg", "nsfwLevel": 1, "width": 1600, "height": 1095, "hash": "UGDb1n}Rro~BZ~5W5sa00~I?t7V@b^-Q-5XT", "type": "image"}, {"id": 16422985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efde818a-ed13-4782-a705-52ac03c088d6/width=450/16422985.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1754, "hash": "UHF$6OV[^tIcvc,nR+r=rVM_A1$vOu~V$dJW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/551576", "modelId": 496141} \ No newline at end of file diff --git a/datasets/metadata/551730.json b/datasets/metadata/551730.json new file mode 100644 index 0000000000000000000000000000000000000000..72f12cf26e0e6296a6ccadb7d6d1d161eb3c5de7 --- /dev/null +++ b/datasets/metadata/551730.json @@ -0,0 +1 @@ +{"id": 551730, "index": 0, "name": "Snorlax - Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-05T09:57:27.045Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 74, "ratingCount": 0, "rating": 0, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 467889, "sizeKB": 45107.4091796875, "name": "551730_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T05:21:43.729Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D4F76168", "AutoV2": "59528B5B77", "SHA256": "59528B5B770FB6939BE074D082F10D62281BEED096003B78DF2087E340AF2025", "CRC32": "1E8704F4", "BLAKE3": "488D02006610C7257A1F4AB5C354399B635545968ECDEADA61A6D7A5F837C3DA"}, "downloadUrl": "https://civitai.com/api/download/models/551730?type=Training%20Data"}, {"id": 468251, "sizeKB": 223100.29296875, "name": "Snorlax.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T09:56:28.990Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5EDE15AF", "AutoV2": "B4B784EE2E", "SHA256": "B4B784EE2E608830FC5D239E624085474ECAC1D29908725FA856A6F413AE664F", "CRC32": "F253E720", "BLAKE3": "37BA9F1E77ED156B5A611039E169BCDE7160ED8394A38BFD79E5BA1FF919F04C", "AutoV3": "7DA638DBBEE8"}, "downloadUrl": "https://civitai.com/api/download/models/551730", "primary": true}], "images": [{"id": 14682987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d16c3ad2-a11f-4163-b35f-c18191505aa7/width=450/14682987.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UsI=72jZS%of~qj[t8j[x^ofs:ayt8j[ocjt", "type": "image"}, {"id": 14682991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d49d8f56-3362-4520-bf7c-1605ecbe78d9/width=450/14682991.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UHG+W,xUXdNF~pMxEmxBXyVq^j$%9*Mwr_t7", "type": "image"}, {"id": 14682989, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50a29f34-de4d-44af-ad76-45a779f33da5/width=450/14682989.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UuLzv.aykrt7_NWAxat7NyWVs,s:s:ofM{V@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/551730", "modelId": 496291} \ No newline at end of file diff --git a/datasets/metadata/551748.json b/datasets/metadata/551748.json new file mode 100644 index 0000000000000000000000000000000000000000..30c18266c5903f3113c280ec27791b5470a9c42f --- /dev/null +++ b/datasets/metadata/551748.json @@ -0,0 +1 @@ +{"id": 551748, "index": 0, "name": "Stevonnie Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-05T18:32:48.388Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 83, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 469128, "sizeKB": 223109.69921875, "name": "Stevonnie_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T18:30:58.806Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B35D0FAD", "AutoV2": "9C7D56E517", "SHA256": "9C7D56E517738A0A0E0C1F2AF94485082AC1D91AA02323FB5CE73473B4F27F9F", "CRC32": "7616CAC6", "BLAKE3": "5439D53950E3E396D959AA2A05B326123D2A66FB9C98473CBCD132301D38E291", "AutoV3": "C7AF4FC334F5"}, "downloadUrl": "https://civitai.com/api/download/models/551748", "primary": true}, {"id": 467911, "sizeKB": 189717.064453125, "name": "551748_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T05:30:49.609Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9D93F8B4", "AutoV2": "A9825BB27C", "SHA256": "A9825BB27CA8B6C24B73C9BDBF8694E7F9CFC57A9C3E5CE19DFF7D8F4AFFC4E7", "CRC32": "F30CECDE", "BLAKE3": "72B4C2585A995B418AC31C71344298E1A54F837B0835B0E72F5C3911413AF014"}, "downloadUrl": "https://civitai.com/api/download/models/551748?type=Training%20Data"}], "images": [{"id": 14726495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2141a6e7-8115-45fc-8bd6-ff8f6c07dbc9/width=450/14726495.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UdLy]ARitp-pF^bc%ft7-;xb,.kC.9Rio~oz", "type": "image"}, {"id": 14726496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f0123cf-474d-47e7-af2c-149cf64a246f/width=450/14726496.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UhLq99t7_Mofxst7X9R*Ioj[xDe.XSa{eoWC", "type": "image"}, {"id": 14726492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c3269fd-bafc-40c1-8bdd-ed7df72c355b/width=450/14726492.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U*OW1_Ri?]xutPRQfAxuTJtQxGa#M|WBjsae", "type": "image"}, {"id": 14726494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cafa208d-8e36-4b95-b252-f4a0e8ede84e/width=450/14726494.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UYQQ|6M{^n-qIrInoHxbsDflX7ad-qxajER%", "type": "image"}, {"id": 14726497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d1b5263-e9bc-4f86-aea9-867eeee1560f/width=450/14726497.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UPHnj?tS2|NG00ngvyNxStba=yjEI.NbS5xa", "type": "image"}, {"id": 14726576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d429606b-95cb-4ace-9483-34a151acc628/width=450/14726576.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UlNJd}xu?voK.QM{t6oz-?ofn4s:~pxuOXRj", "type": "image"}, {"id": 14726574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef1a7133-e818-4bc9-9f6f-b66c6144e327/width=450/14726574.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UlM6iVRi^--qx]bFR.og-soMs6ae?HfkI=bI", "type": "image"}, {"id": 14726577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8d7f1d6-74a9-441a-82bb-911f4b7fe4b4/width=450/14726577.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U*O|FYxb~ooct2t6WZM}VrWVo}oIo#f+nhjF", "type": "image"}, {"id": 14726578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7e98763-e51e-4ec6-815f-c155dc323865/width=450/14726578.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UXM77VWB_M-;%fkBa#kCt*RQepofS6a#R5t6", "type": "image"}, {"id": 14726580, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c6b8c2c-40bf-4068-b880-78b06721899f/width=450/14726580.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UfMZq5%M_Nn%XOxuSiW;9}azw[t6s9Rjs8s:", "type": "image"}, {"id": 14726583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ff3800e-b801-44f4-8457-10ab956d9dc2/width=450/14726583.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UaLDu=t7_Moz-.j[kDbFXMofs:WB9vj]w^Rj", "type": "image"}, {"id": 14726584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92262e4e-d0e8-4ec8-b22d-f7d375cdc69a/width=450/14726584.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UjOfcWs:?]tRSwaesqf+OkWVt8oMOsWoxEoL", "type": "image"}, {"id": 14726581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f9907d1-71a0-4397-a6fe-8048c3f12150/width=450/14726581.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UwO{%Oxu~pjZkVofjbWB$*WBR+kDSOfQs.fk", "type": "image"}, {"id": 14726582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f0d2a41-d5a9-4649-9c0e-3a6acfc7a22b/width=450/14726582.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UyO:Ioxa_MWCW,RQj^ofX9xuslRko#xut7Rj", "type": "image"}, {"id": 14726586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54db0e9e-869e-4531-ad32-8af2c71ee51b/width=450/14726586.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U*PPN4RP.mx]O?Rjs9t7RiRjV[ofo}jZoJkC", "type": "image"}, {"id": 14726585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f03ec01-3943-4a24-b3ea-d9c58f6d2c9c/width=450/14726585.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U.P65kjZysxvK4WUxGofSdayn+j[kDj[oLay", "type": "image"}, {"id": 14726587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fad7cd4a-452f-4764-8c78-b6049955adb2/width=450/14726587.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U+Lo~}s;G1fmNGj[xEaxAIflj]WBS7bIofj?", "type": "image"}, {"id": 14726588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a25642e2-0889-49d1-b759-461d36004675/width=450/14726588.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UhMip}s=tpog11bIkEWAbXj^s+W9WYaxs:fm", "type": "image"}, {"id": 14726589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56d2144d-bb54-473b-9ab8-0ce0f4b58884/width=450/14726589.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UvQ91bWB_NxuNdRjxFt7NFa#oMe.ogoLn$WB", "type": "image"}, {"id": 14726593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7230518-d2f7-4f3f-b47d-e2496ae07eba/width=450/14726593.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UfR{V^t7.m%3NGbHxuoLXmaznOofxtj[WCae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/551748", "modelId": 496309} \ No newline at end of file diff --git a/datasets/metadata/551898.json b/datasets/metadata/551898.json new file mode 100644 index 0000000000000000000000000000000000000000..e5e5656b1d8940fb34fd69a199aa3f61c5e9966f --- /dev/null +++ b/datasets/metadata/551898.json @@ -0,0 +1 @@ +{"id": 551898, "index": 0, "name": "Adena (EWGENGSTER)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-06T00:05:54.646Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Adena, red scalie skin, long hair, black hair, horns, yellow sclera, brown eyes, tail, jewelry, golden crosses on the horns, waist-length hair, seductive look"], "stats": {"downloadCount": 55, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 469519, "sizeKB": 12928.8046875, "name": "551898_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T22:55:54.663Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2FABC662", "AutoV2": "9A4D1B07A8", "SHA256": "9A4D1B07A85D698E0127D8F45F1AB58F27454DB99DFA65DE16D39580260B8E90", "CRC32": "4DC97B40", "BLAKE3": "CB96750A8EB207A6FAE1B56FF5FBB16191F82CFEB58CF0A22591CAFDEC908B76"}, "downloadUrl": "https://civitai.com/api/download/models/551898?type=Training%20Data"}, {"id": 469597, "sizeKB": 223100.19140625, "name": "Adena_EWGENGSTER.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T23:53:09.763Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F07F3E68", "AutoV2": "859347F481", "SHA256": "859347F481DC6A3AA82C9F52D66ED266FC238E8DB049B35942C5C4EDB6709758", "CRC32": "37990A91", "BLAKE3": "E5ABCB718DC567C2B11A92708851EFE5DFF32C587F95BC684507A34403283DEA", "AutoV3": "592072900D03"}, "downloadUrl": "https://civitai.com/api/download/models/551898", "primary": true}], "images": [{"id": 14753889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57d6368b-2b79-411d-9e64-d8744f9e34e1/width=450/14753889.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBGZ]c}Z4-ACOsNu57oM0KAV-;-B0}sp^6wJ", "type": "image"}, {"id": 14753890, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51b716b3-3de3-4790-b8e9-d9e2bcb72973/width=450/14753890.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UANI29_M7M~W00Sgj=jX8yDj]QIo~Us.SeNe", "type": "image"}, {"id": 14754187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f26d3af-fa0a-4b58-8b07-c8d275e3a809/width=450/14754187.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGD*nmAZmSn#Fdxt9[9t9]}EOXi_-71I%2%L", "type": "image"}, {"id": 14754208, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8e3c3b5-43b8-43d4-b4a8-eb93e4ead8c2/width=450/14754208.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UBJGZxYP={E2%%KO5SxG1av~=x?F1g#8IVI:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/551898", "modelId": 496452} \ No newline at end of file diff --git a/datasets/metadata/551955.json b/datasets/metadata/551955.json new file mode 100644 index 0000000000000000000000000000000000000000..6e5c53b2886dc98f88a9333d3a2fbc13ea1c4841 --- /dev/null +++ b/datasets/metadata/551955.json @@ -0,0 +1 @@ +{"id": 551955, "index": 4, "name": "Cumtrail Anus to Penis", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-05T19:51:54.581Z", "availability": "Public", "nsfwLevel": 28, "description": "This is the first version to collect data, use with caution, thank you! \ud83d\ude02\ud83d\ude18
", "trainedWords": ["cumtrail anus to another penis"], "stats": {"downloadCount": 105, "ratingCount": 0, "rating": 0, "thumbsUpCount": 42, "thumbsDownCount": 0}, "files": [{"id": 469219, "sizeKB": 223099.07421875, "name": "Cumtrail_Anal_to_Penis-000014.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T19:35:50.647Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2C200132", "AutoV2": "7B198193BE", "SHA256": "7B198193BEDBC7160CF66DFFD0C543A4909CE84B54AEA2368BFD69652286A4A3", "CRC32": "B9F6300B", "BLAKE3": "3A34A52CE14907F519814F8F54E0D29BF8DC156FFC4473FD3440E2AF07B23350", "AutoV3": "701F0077FE28"}, "downloadUrl": "https://civitai.com/api/download/models/551955", "primary": true}, {"id": 468273, "sizeKB": 13360.0576171875, "name": "551955_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T10:11:03.711Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B1A4ED92", "AutoV2": "AC32D628FF", "SHA256": "AC32D628FF7746112308B7FE92D15B8E4671C9AC9874F278AB400C84DF8B0782", "CRC32": "47506E97", "BLAKE3": "396B0891C2EED6420D1AA8B7C90F2D5EA776199BA05A5A9E889A60F50E009F64"}, "downloadUrl": "https://civitai.com/api/download/models/551955?type=Training%20Data"}], "images": [{"id": 14732544, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad7b2649-f45e-42ae-9803-3de8206759c4/width=450/14732544.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U8Nlb^_20J^$004:be4;00~on28{4=^i4oi_", "type": "image"}, {"id": 14732546, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18fce2ea-62c4-442c-ad21-ede74c0411fe/width=450/14732546.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBNJI7xH0f-:00wc=wWA0m~B~VMy00?a9uNH", "type": "image"}, {"id": 14732548, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3489f38c-e34a-465e-ab99-4447de5d007e/width=450/14732548.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGOVfPVZ9EtQYRVsxaSh0z%1n3D%_NxDIUR+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/551955", "modelId": 496502} \ No newline at end of file diff --git a/datasets/metadata/552046.json b/datasets/metadata/552046.json new file mode 100644 index 0000000000000000000000000000000000000000..c8dbfee46b3ff1c3ad04e7d0f89c793d8760f198 --- /dev/null +++ b/datasets/metadata/552046.json @@ -0,0 +1 @@ +{"id": 552046, "index": 0, "name": "heterochromia", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-05T13:22:48.278Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["heterochromia"], "stats": {"downloadCount": 121, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 472430, "sizeKB": 1306.6357421875, "name": "552046_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T08:56:32.356Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "27C99627C5", "SHA256": "27C99627C5278CD98479BFF579B681C095666F6A6D17C7575ED779C692F354EA", "CRC32": "0DC0DE1A", "BLAKE3": "E43B0735AC2826725AB810FD09B92C6D78DFDEE592687FD691261E577D2DCFCB"}, "downloadUrl": "https://civitai.com/api/download/models/552046?type=Training%20Data"}, {"id": 468421, "sizeKB": 223101.21484375, "name": "heterochromia.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T12:16:26.054Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "18D9D21E", "AutoV2": "EAC5576D39", "SHA256": "EAC5576D39BD9B480953678B0B2B0F4B1AC08D582897DBFF45DBC0988ED4A941", "CRC32": "D515C9FC", "BLAKE3": "F799C4635F694B2F625D8C46803A6BFEC4B0B262D56EB03D80B70BD97D5C1D33", "AutoV3": "0855DCEB9D01"}, "downloadUrl": "https://civitai.com/api/download/models/552046", "primary": true}], "images": [{"id": 14697830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9bbbc835-7e01-4421-abed-1543e7b5a0ea/width=450/14697830.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UDIg+Q[-*6_M0P%L8}5U0cEmw6RP,uxmNt=d", "type": "image"}, {"id": 14698271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a481a780-c303-47d7-a867-276c2353e5c3/width=450/14698271.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UdJ6pd~CGDXkyC%L%LozXltQ$*t7WUj]oMn+", "type": "image"}, {"id": 14698274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a4c302e-eb81-40e7-8397-fd22ec4d80d3/width=450/14698274.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCD[VA^k0vr=5PShEMIo5~e.+~jY}ts.S~t8", "type": "image"}, {"id": 14698273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f658fe05-a34b-4b9c-b98f-ef1b7f3805b7/width=450/14698273.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDE.3VxL00s=3DShMds;0eRg}%bW9tjW-4R.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/552046", "modelId": 496586} \ No newline at end of file diff --git a/datasets/metadata/552061.json b/datasets/metadata/552061.json new file mode 100644 index 0000000000000000000000000000000000000000..cbe514b6c9ab549621a4eb6f7e1db1a35231ad6c --- /dev/null +++ b/datasets/metadata/552061.json @@ -0,0 +1 @@ +{"id": 552061, "index": 0, "name": "Riddhe Marcenas Pony XL v3", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-05T10:29:08.090Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": ["riddhe_marcenas"], "stats": {"downloadCount": 48, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 468229, "sizeKB": 56358.7265625, "name": "552061_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T09:41:27.178Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "190ED6D1", "AutoV2": "7F2141264C", "SHA256": "7F2141264CA4FADF2A85544A503A01D200F1ECF835418AC35140B081652DB84C", "CRC32": "FC12D058", "BLAKE3": "4FFA7BD4445A5445B75B23FA69A825EF29AE2DDE2DA5EF7F23DA4667180EAC7E"}, "downloadUrl": "https://civitai.com/api/download/models/552061?type=Training%20Data"}, {"id": 468299, "sizeKB": 223100.23828125, "name": "Riddhe_Marcenas_Pony_XL_v3-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T10:30:50.364Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3936AD39", "AutoV2": "AF85B4B8A3", "SHA256": "AF85B4B8A369ADFDC6D07EA8774ACA2704F4103B9C99A74078C11959253130C9", "CRC32": "8D023164", "BLAKE3": "0638F3AE48B8D7906E806DB4B56AAA9DD5DA5508D3A72662B16899CBD182F884", "AutoV3": "B8B6D54DA932"}, "downloadUrl": "https://civitai.com/api/download/models/552061", "primary": true}], "images": [{"id": 14689346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a33a388d-59fa-4698-bdbb-33a457eebdee/width=450/14689346.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOI4bN5A9$%2~BIq9cxZ5PxXIpodI:RjtRV@", "type": "image"}, {"id": 14687165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2e103ea-a522-49eb-a7f5-3b72868dc5ac/width=450/14687165.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "URJ*Ct?w0-XoEL^jofEN9ER5wcIV-AM|WCoI", "type": "image"}, {"id": 14687923, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e6baa19-5cf2-4683-b8fb-8c0851561173/width=450/14687923.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UBHx4:0L00RjXmi^9w%L0Kw?-pIp-m~90gNI", "type": "image"}, {"id": 14685302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57215360-9f42-4a4a-b428-8847ca7492bc/width=450/14685302.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCLNJR~q010PD$M{^,9w00=W4U4oD$^h9aVs", "type": "image"}, {"id": 14685305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30cd40a6-494f-46d9-b9b4-140e4e5ebe49/width=450/14685305.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKLp?Y.T04IWIo^+%hg400j]ERXT?HENNLNe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/552061", "modelId": 496601} \ No newline at end of file diff --git a/datasets/metadata/552132.json b/datasets/metadata/552132.json new file mode 100644 index 0000000000000000000000000000000000000000..ccbb6d73990fc7ae7d26718c4eeaeb900c283f2a --- /dev/null +++ b/datasets/metadata/552132.json @@ -0,0 +1 @@ +{"id": 552132, "index": 0, "name": "Chara | Storyfell-Undertale", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-05T11:18:04.028Z", "availability": "Public", "nsfwLevel": 3, "description": "20+ images
", "trainedWords": ["charaSF, 1girl, solo, short hair, brown hair, red eyes, collar, black jacket, off shoulder, fur trim, red sweater, ribbed sweater, turtleneck, shoulder cutout, long sleeves, black shorts, blush,That was a lot harder to get the training data generated than I thought it would be... At least I got there in the end
This is a sex position Lora for female pov cowgirl amazon with a futanari (or should it be missionary? Too late now already as I already trained the prompts on cowgirl \ud83d\ude05).
3 trained positions and one trained grab
Prompts
Female Pov Futa cowgirl amazon, default
Female Pov Futa cowgirl amazon, about to penetrate
Female Pov Futa cowgirl amazon, leaning forward
Trained grab prompt
pov breast grab (trained with the leaning forward and about to penetrate)
General prompts
Creampie
Breast grab:1.3 (not been trained but hopefully will result in a self breast grab)
", "trainedWords": ["Female Pov Futa cowgirl amazon, default, ", "Female Pov Futa cowgirl amazon, about to penetrate, ", "Female Pov Futa cowgirl amazon, leaning forward, ", "Creampie, ", "Breast grab:1.3", "Female Pov Futa cowgirl amazon, about to penetrate, pov breast grab, ", "Female Pov Futa cowgirl amazon, leaning forward, pov breast grab, "], "stats": {"downloadCount": 577, "ratingCount": 0, "rating": 0, "thumbsUpCount": 99, "thumbsDownCount": 1}, "files": [{"id": 468848, "sizeKB": 4977.357421875, "name": "552711_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T16:02:45.252Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C2998EB7", "AutoV2": "59C251E490", "SHA256": "59C251E4906648C6317A42527F466E6182A3770DAD1BE60A9BD39110F692F2E7", "CRC32": "63092472", "BLAKE3": "767D3F3EB635D619906FA24CBA9E50085111DE277A9855E699CBE591356D61C9"}, "downloadUrl": "https://civitai.com/api/download/models/552711?type=Training%20Data"}, {"id": 469599, "sizeKB": 223099.12890625, "name": "Female_Pov_Futa_cowgirl_amazon_1.0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T23:52:13.409Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9BB33D5D", "AutoV2": "68A0ADEC11", "SHA256": "68A0ADEC115DDE8D5DBA37173A7821AD53D521946F91901008F0C268D0533540", "CRC32": "3BF75870", "BLAKE3": "FD7AC1B31C3488D4C9F6CF07AD118549BD222B95F7013BF5AE7333F0E3FBB1A3", "AutoV3": "45F88B8306CE"}, "downloadUrl": "https://civitai.com/api/download/models/552711", "primary": true}], "images": [{"id": 14768072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a71fc69-deb0-4e97-bf8f-547ebb626e65/width=450/14768072.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "U9KAf}M|AGogx]Rj4noLTLt7?Hs:~qM{^iIV", "type": "image"}, {"id": 14768069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6db77c08-21bf-4bab-9469-b7137e612155/width=450/14768069.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UBL3}y01.TRk02IU-;RP01%MrrW=Egxt^kxa", "type": "image"}, {"id": 14768070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/616c8d52-2521-4b1d-9775-a8cb45ac60e4/width=450/14768070.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "U4LgFX?HLg^+0y9G8wIV00WBrZtRIWj]4T%2", "type": "image"}, {"id": 14768076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec95fc77-47c0-407a-b811-7c2f19f40118/width=450/14768076.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "U5LNAB-W03-=%~4.}sae4:M{MeIobct700t7", "type": "image"}, {"id": 14758930, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a57be89-5eb1-46ad-9695-1ae89140143e/width=450/14758930.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "U9KAZ@EN0O?H00WE01tR.8%2o$NH0MWX~WjY", "type": "image"}, {"id": 14758929, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76877dae-8e79-42ea-b21a-6116dae0b638/width=450/14758929.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "U9J%%[~D1T0g00tm0hM{%K4.D%-o4Txt_1WV", "type": "image"}, {"id": 14758934, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e69690f0-175e-4e0f-8c23-cfac663d177f/width=450/14758934.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UAKw2~WG1-%M00R.02jZxooIR4s.9Yoe^%oy", "type": "image"}, {"id": 14758932, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb9338a7-5d65-4d03-bfb7-31365fb6720b/width=450/14758932.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "U8K^BRWF1n%M00W=01Rk-mn$VYt6IToe?Zt7", "type": "image"}, {"id": 14758931, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14960b8e-7a76-4598-a576-ac9f5ac43ff5/width=450/14758931.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "U7Kd0;?w0EpJ009u0NrW}NRi-5?G00WE.5t8", "type": "image"}, {"id": 14756310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0314eb6d-8097-4d95-8eb9-eec6c477014b/width=450/14756310.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "U9L:fh%L%~%2GFM|R5RjOFt74oju_2jZ~Bof", "type": "image"}, {"id": 14756305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/664560af-f06a-48ab-aff0-294c4bf7a03c/width=450/14756305.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "U8LWV0%M5?xb0LM{niV@o~xuIUof-oRj~VR*", "type": "image"}, {"id": 14756304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aedfbb69-4cab-49d9-b1e6-26092ac0401f/width=450/14756304.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "U5L|M-xvGbnj01IV8xIU%Nt701-;~VIUIU%2", "type": "image"}, {"id": 14754341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee2393b0-77ed-4548-8871-fdbf1fc498a6/width=450/14754341.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U3LgCOxu0DVs00S4+sIU00xZ#7x]00ni~VSh", "type": "image"}, {"id": 14754336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15c05871-4d32-48e5-8d15-fb2477792398/width=450/14754336.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7M6xL-:0gX800aK$*n$0zx[~V%M0KIU?aM{", "type": "image"}, {"id": 14754342, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26336513-806f-4547-b944-02a0acd50de0/width=450/14754342.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U4L3cc0M0:^+00?b}wn$00%L9XE22,V@~o-p", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/552711", "modelId": 497201} \ No newline at end of file diff --git a/datasets/metadata/552888.json b/datasets/metadata/552888.json new file mode 100644 index 0000000000000000000000000000000000000000..2dae8423d26c89d15572c723958c68a2770453e4 --- /dev/null +++ b/datasets/metadata/552888.json @@ -0,0 +1 @@ +{"id": 552888, "index": 0, "name": "Mares And Dragons Difusion V2 Lesbian Update", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-05T20:34:11.859Z", "availability": "Public", "nsfwLevel": 28, "description": "added lesbian positions
", "trainedWords": [], "stats": {"downloadCount": 174, "ratingCount": 0, "rating": 0, "thumbsUpCount": 35, "thumbsDownCount": 0}, "files": [{"id": 469203, "sizeKB": 10102.779296875, "name": "552888_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T19:20:54.624Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F0DE3635", "AutoV2": "F975CB4AB8", "SHA256": "F975CB4AB87A4E29E2C33D5810921FB971D7BAE5CCFDFFB462FCDBF54877F711", "CRC32": "3859EB2B", "BLAKE3": "5C6F8208DAE03F8F15E576BC84E7B06BA717C5DB8BE93B9847663608BE0A075A"}, "downloadUrl": "https://civitai.com/api/download/models/552888?type=Training%20Data"}, {"id": 469283, "sizeKB": 223108.42578125, "name": "Mares_And_Dragons_Difusion_V2_Lesbian_Update-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T20:27:12.559Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FD256511", "AutoV2": "AF39845652", "SHA256": "AF39845652EEE8436963DCC7FF4EC810F8D8EA6365EBA04EDA17EA2C70BC6C0B", "CRC32": "12D40F6A", "BLAKE3": "094232FB61DB00DCC03B88003CFC04572DB793FE9DD76ED6713253FDFAE94294", "AutoV3": "DC3E7920CC05"}, "downloadUrl": "https://civitai.com/api/download/models/552888", "primary": true}], "images": [{"id": 14736782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9a1e243-dd13-48be-9e20-ba32f3615897/width=450/14736782.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UHHnH54?o|^i9Hoz9vWB-.xtRR%1~TWE%1xt", "type": "image"}, {"id": 14736756, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9622556-8005-47c0-9d66-23a9a528471d/width=450/14736756.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDGtyY?FX,-nMej[4=NH~oxt%1R*%fxZM|R*", "type": "image"}, {"id": 14736767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29761efe-02c2-4c3e-87e9-6a3f8e697529/width=450/14736767.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "ULF$97R$S#%10gn#bcRkpJRQVvt7_NWTn,WX", "type": "image"}, {"id": 14736770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e617b2fc-c57d-4202-a67b-02c74e2a0406/width=450/14736770.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDHx7-xW0Koz9~M|oet6AMIVIBxt%%xraJRk", "type": "image"}, {"id": 14736769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7048069-75e3-4685-8d1a-e99a786c9351/width=450/14736769.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDHKkBvzX-R*DkVY5SkXOZROEMS$_MIUR+Ne", "type": "image"}, {"id": 14736777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/341ea432-3e88-40a4-b493-49359fab703a/width=450/14736777.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGG@[0^KELxtm,?FNHIV~Vs.NHNG-o-QIpR-", "type": "image"}, {"id": 14736774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64ffa02a-e649-4dd2-bada-2ad501c4b63d/width=450/14736774.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGHKg]M|~9-T03xZS5WER-xt9aE3-.NH-nWp", "type": "image"}, {"id": 14736751, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9d0a43b-db75-4d01-b1fe-b933b4505f3f/width=450/14736751.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UQKw8rRS~TV_xug1M}t6=_%1E3t5NIIpt3WE", "type": "image"}, {"id": 14736754, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ed597bc-a387-4dc4-87f6-d0110696fd0a/width=450/14736754.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6KdDN:NrfED|9kF?wOb00T2.moJ-,t7Rhsi", "type": "image"}, {"id": 14736766, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba8145db-b8e9-4a57-9eb9-aa6e7c668fc5/width=450/14736766.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "URM6;$EMD%ix~9xFr;%1DNs;xYoxs;bFbwM{", "type": "image"}, {"id": 14736771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60283f20-cd15-46ba-9a86-f1fd65d38d9b/width=450/14736771.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "ULMZFEajML-.}Zi_#,jc;8R*-nM}xVX8XSNH", "type": "image"}, {"id": 14736772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c7b5f5c-3b86-4869-9ce3-a453082b01b4/width=450/14736772.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "URMi+i$k~Bw}}qIon$$*_3OXE3%K;{RkNGWW", "type": "image"}, {"id": 14736780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca2a1251-49c7-4f08-9053-32401c60148c/width=450/14736780.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6KdDN:NrfED|9kF?wOb00T2.moJ-,t7Rhsi", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/552888", "modelId": 497360} \ No newline at end of file diff --git a/datasets/metadata/552890.json b/datasets/metadata/552890.json new file mode 100644 index 0000000000000000000000000000000000000000..30949340613243231855801d96fd97e9e2004633 --- /dev/null +++ b/datasets/metadata/552890.json @@ -0,0 +1 @@ +{"id": 552890, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-05T17:30:10.033Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 215, "ratingCount": 0, "rating": 0, "thumbsUpCount": 38, "thumbsDownCount": 0}, "files": [{"id": 469010, "sizeKB": 22236.19140625, "name": "Marida_Cruz_Unicorn-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T17:31:35.639Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AC0DD636", "AutoV2": "BB62B5B889", "SHA256": "BB62B5B889B5986D399E03389C63D718E26A9DCA2E33957743398041BD7C32C7", "CRC32": "24AE75E1", "BLAKE3": "472B2F9941B0A45A89856EDC565A469F267B81219A0F0B9DFE1C19388FF3234E", "AutoV3": "21DD505D5BAE"}, "downloadUrl": "https://civitai.com/api/download/models/552890", "primary": true}, {"id": 469011, "sizeKB": 7301.1904296875, "name": "Marida_Cruz_Unicorn.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T17:31:26.024Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "43DFC96B", "AutoV2": "AE34876EC3", "SHA256": "AE34876EC3917FFC2DE20BF060E1D50E50A4E3C96883F591CB175F297924598E", "CRC32": "FDAA6924", "BLAKE3": "516982CB32FD22EBDBEAC78CA04A45B3A66277262B2EDDDDF15AD21B5D6BB5DF"}, "downloadUrl": "https://civitai.com/api/download/models/552890?type=Training%20Data"}], "images": [{"id": 14720452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c65ec028-39ea-4a00-80ad-ae6f2c435227/width=450/14720452.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U@J%;2xa%gof~Wogtlj[kCWVW:f6RkWBoKay", "type": "image"}, {"id": 14720446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ff8a765-7cca-40ba-b6bf-86baa42c6e35/width=450/14720446.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U[J%;3xa%gof~Wogtlj[kCWVW:f6RkWBoKay", "type": "image"}, {"id": 14720815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5ac7673-bbd2-48a0-acfb-5cc8b1d5b251/width=450/14720815.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UmJaK5.8.8xu~W-:o}RjxFWCNGWVIoofofof", "type": "image"}, {"id": 14725247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c613802f-ea74-451e-a781-ee5421dd9e16/width=450/14725247.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXNcQhRP%zjE~BMdyDxtX9xZt7R+-;bcM{RQ", "type": "image"}, {"id": 14725277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/583d0aae-03dc-47e1-bf14-4911f32e9761/width=450/14725277.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UQN,3*E4P;Ny0,V[5UM{58xZcEt7RnjFM|S3", "type": "image"}, {"id": 14726073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04f17c8e-efb2-4df6-9a80-e8f0ec75ec11/width=450/14726073.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJO3918wp]$z~BwHyDn3OGRi?Hnh~VRkELE1", "type": "image"}, {"id": 14726503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/046b7709-e3ed-4d5c-a497-e9448967f63e/width=450/14726503.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UGNvGO-q7M-=Dhx]9FofH?9Z-;Mx~W4:x]kD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/552890", "modelId": 497361} \ No newline at end of file diff --git a/datasets/metadata/552948.json b/datasets/metadata/552948.json new file mode 100644 index 0000000000000000000000000000000000000000..f21905b3cc4bdc01d4cbe6436c0ac6f87e8d926c --- /dev/null +++ b/datasets/metadata/552948.json @@ -0,0 +1 @@ +{"id": 552948, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-05T18:01:02.991Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 219, "ratingCount": 0, "rating": 0, "thumbsUpCount": 34, "thumbsDownCount": 0}, "files": [{"id": 469070, "sizeKB": 22236.98828125, "name": "Elpeo_Ple_ZZ-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T18:05:44.340Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7852BF52", "AutoV2": "C7D119CD6E", "SHA256": "C7D119CD6E050445183677E0560E269C3A485762B65D117DD6286397BBE981C9", "CRC32": "761E52DA", "BLAKE3": "33C7EDDB492E6D066476A1AFE6875EE66D5DA071967703CFF676C656D0C49C32", "AutoV3": "857B39F824AE"}, "downloadUrl": "https://civitai.com/api/download/models/552948", "primary": true}, {"id": 469071, "sizeKB": 7778.02734375, "name": "Elpeo_Ple_ZZ.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T18:05:45.870Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2467B849", "AutoV2": "003C25E019", "SHA256": "003C25E0191BC112BA683A5151383D503D5691F4884D3AF8324B7BC0AD754A22", "CRC32": "049A5BB9", "BLAKE3": "93888BCBAB8F61544F72E3ADFEA32CE21F71D5118DD5FA6698F79BEF8D7659AA"}, "downloadUrl": "https://civitai.com/api/download/models/552948?type=Training%20Data"}], "images": [{"id": 14723499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a387f6a8-74f1-4e71-bdf1-9c0b807d151e/width=450/14723499.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULNmG|~pLM?b*|xuY6ozrXjYD%R%0_NFMxRi", "type": "image"}, {"id": 14723498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8be15e53-7a6a-41dd-8e3d-56a79b462132/width=450/14723498.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULNmG|~pLM?b*|xuY6ozrXjYD%R%0_NFMxRP", "type": "image"}, {"id": 14723805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22630ba2-b135-46d4-bd63-f1a2bf2047c2/width=450/14723805.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIJ*9bDN%h~U:k=_0fITHsD*FeNGKiD%t9%M", "type": "image"}, {"id": 14724002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/160a8c3a-4261-4f77-9986-0054b7e6e754/width=450/14724002.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UVOybK~puP-psAt8O@ae4os9VsR*-8IUNHxa", "type": "image"}, {"id": 14725295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/289dfefa-fae0-410c-bb36-ce1afaa2dd77/width=450/14725295.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UGNcTk~ULMxaTywI7$TK0L$$AvIq14t6MyXn", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/552948", "modelId": 497410} \ No newline at end of file diff --git a/datasets/metadata/553094.json b/datasets/metadata/553094.json new file mode 100644 index 0000000000000000000000000000000000000000..c74c2bd3feb453082c17cf1e24b07113550938ec --- /dev/null +++ b/datasets/metadata/553094.json @@ -0,0 +1 @@ +{"id": 553094, "index": 0, "name": "Banagher Links Pony XL v7", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-05T21:26:10.435Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": [], "stats": {"downloadCount": 51, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 469278, "sizeKB": 67165.193359375, "name": "553094_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T20:15:53.181Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4A26BEB2", "AutoV2": "C7B175137A", "SHA256": "C7B175137A1A257E07FE925D4ED16BE3D71903D3214133B59E28176C57ED3DFF", "CRC32": "02CAEDEB", "BLAKE3": "D14BD9705C863805212ECE3929370CA645D2FECB1F8F3DAE6981C1AB7E27C433"}, "downloadUrl": "https://civitai.com/api/download/models/553094?type=Training%20Data"}, {"id": 469384, "sizeKB": 223100.26171875, "name": "Banagher_Links_Pony_XL_v7-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T21:25:57.447Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8AA75106", "AutoV2": "C151A7AF89", "SHA256": "C151A7AF89E9577AC7B5BF4BBC8B293F5227AB5D3500ECB4B5069CEEAC6EA7D1", "CRC32": "239F0F6C", "BLAKE3": "D0AE67718DF7992BF6AC5941FB54926DC08C2AB9ADF304A3B05705F490D059F5", "AutoV3": "75FE932F2376"}, "downloadUrl": "https://civitai.com/api/download/models/553094", "primary": true}], "images": [{"id": 14743825, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27ed0f95-41c6-4d56-b9b4-7e8af8dadad3/width=450/14743825.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHGk]|S%0N%h9*xv_NOaElaM?HtS%hRislxu", "type": "image"}, {"id": 14746295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f760f293-02ad-4c2e-ae30-81001ade49a0/width=450/14746295.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UJHn]8IW1ztRAdxu-UtR5ZbI-UWE~pRntPjs", "type": "image"}, {"id": 14742016, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b0c9bee-fea5-4650-8c92-cb6f0967ed2b/width=450/14742016.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UNLpBP?G~Vt603ayi|oeI]afX9M|~VSgIptQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/553094", "modelId": 497525} \ No newline at end of file diff --git a/datasets/metadata/553137.json b/datasets/metadata/553137.json new file mode 100644 index 0000000000000000000000000000000000000000..63f8b0d64541026c7ca86cfdd035b2c8a2e3a404 --- /dev/null +++ b/datasets/metadata/553137.json @@ -0,0 +1 @@ +{"id": 553137, "index": 0, "name": "Katara", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-13T15:46:21.692Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 486058, "sizeKB": 223099.30078125, "name": "Katara-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T15:46:26.643Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "52858EDC", "AutoV2": "DD9E0D7656", "SHA256": "DD9E0D7656ADD1D877CB975D6E2E05A5D55E506C6551242B85ADBD976A56C82D", "CRC32": "C957A137", "BLAKE3": "F9887DD5001FA8D5C2BC190903D4B860831582CF8C6E9B9C19CFB6D0D50822C5", "AutoV3": "5C4B73667CDD"}, "downloadUrl": "https://civitai.com/api/download/models/553137", "primary": true}, {"id": 485741, "sizeKB": 2785.654296875, "name": "553137_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T12:06:24.431Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5FE233D3", "AutoV2": "66900259D4", "SHA256": "66900259D4E10C9CCE97E8A438FE57A3572B43127B8AEA97B195F0AFCA7E5577", "CRC32": "C554C618", "BLAKE3": "F1B5E117A5C710A21C939C4ED93BA380F23146BB1DE60D15D013FAF30C28E04F"}, "downloadUrl": "https://civitai.com/api/download/models/553137?type=Training%20Data"}], "images": [{"id": 15657527, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ceb7a959-732a-40f2-9232-23283bf4efc6/width=450/15657527.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U671p6M_4m%MyZV?I8tSNdRjaItS^kRjM{xv", "type": "image"}, {"id": 15657530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db6ef1e8-26d9-4df8-a2a3-73173d6c5e3c/width=450/15657530.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U6B48+?w0000TLx]ZMDh57oz^jM_t.f+rpnh", "type": "image"}, {"id": 15657528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/042e02bd-5138-433a-984a-fe2f6438af41/width=450/15657528.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UjODqGIrKkXTtwWBjCoH-;R:nijZRvWZRXWF", "type": "image"}, {"id": 15657556, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcb81831-2b30-4480-8700-34197e652311/width=450/15657556.jpeg", "nsfwLevel": 2, "width": 1920, "height": 1080, "hash": "U8BM}jt900M_T#tSveMwEmof-mV@.TkCH=jE", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/553137", "modelId": 497565} \ No newline at end of file diff --git a/datasets/metadata/553168.json b/datasets/metadata/553168.json new file mode 100644 index 0000000000000000000000000000000000000000..0ae61d15c73b1474035b5162f45b7da07a71c582 --- /dev/null +++ b/datasets/metadata/553168.json @@ -0,0 +1 @@ +{"id": 553168, "index": 0, "name": "Aniyah_XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-05T22:26:23.317Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 114, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 469262, "sizeKB": 12709.814453125, "name": "553168_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T20:05:39.497Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5E022DE5", "AutoV2": "AA27A16B74", "SHA256": "AA27A16B749856ECBE412B34184801C9003FEFA915F281C1943F1305E0000697", "CRC32": "BF213D85", "BLAKE3": "006FB14373BE19DD180D40B890FE5760A6B77C81580F540E42B219009853F547"}, "downloadUrl": "https://civitai.com/api/download/models/553168?type=Training%20Data"}, {"id": 469452, "sizeKB": 223101.36328125, "name": "Aniyah_XL-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T22:20:51.003Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EC6C8415", "AutoV2": "6E2F3C323C", "SHA256": "6E2F3C323CEEB67847E6E15515C6BEA857E49DDE120F20867D6DD3652BA25867", "CRC32": "8765A2C1", "BLAKE3": "D4265D362DEB3E6AA2FFC62374949FADCDB182A6E12B215C42F38BA93F70FEEC", "AutoV3": "A74C025E291B"}, "downloadUrl": "https://civitai.com/api/download/models/553168", "primary": true}], "images": [{"id": 14746700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f63f2b55-d9e2-4169-9f3f-473b37875f1a/width=450/14746700.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U9G@}b0080I8GHMcx^0100-p}rIV-n9~-o^+", "type": "image"}, {"id": 14746633, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4e4345e-cb2c-42ee-a43a-d6eb6902e4bc/width=450/14746633.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UBIW+UM_00^j00~A.7?FS#?G-Qof~UNG=|NG", "type": "image"}, {"id": 14746675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acbaa746-e6fe-470b-8e65-9409f7e3b9fa/width=450/14746675.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "USH_3{?^5s%LpJ-;%1Rj9uj[%1RPt8kCWBoL", "type": "image"}, {"id": 14746644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/987d169e-8a1f-49e3-9884-e99e76a9ec28/width=450/14746644.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UIJ7H*^$0z-UE#?F~V%1IoxtxDs:-ooJr=S2", "type": "image"}, {"id": 14746656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3afc523b-e2a4-4ca4-8e28-345804d33a64/width=450/14746656.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UEI|m;?G0yI:9[-:~U%2tQxu%2s:^%R*sDof", "type": "image"}, {"id": 14746660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07a88efa-e053-41ad-bbcb-fe747581ba9a/width=450/14746660.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U9Gjy+0L00$+00}@={-o0f%2={9u~UE1xaIp", "type": "image"}, {"id": 14746725, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f041d9df-0da8-4d66-93d5-76efddd5b350/width=450/14746725.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U7H^;W010rD$00v|vxIoI[of^kE3_3Ip~WsS", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/553168", "modelId": 497594} \ No newline at end of file diff --git a/datasets/metadata/553177.json b/datasets/metadata/553177.json new file mode 100644 index 0000000000000000000000000000000000000000..f6cd798dbf69d635665e3510dc186aa126a2b24d --- /dev/null +++ b/datasets/metadata/553177.json @@ -0,0 +1 @@ +{"id": 553177, "index": 0, "name": "Aurenn - (Xpray Character)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-05T23:48:14.349Z", "availability": "Public", "nsfwLevel": 28, "description": "trainned with 40+ images
", "trainedWords": ["aurenn,head fins,inner purple head fins,blonde hair,pony tail,long hair,blue eyes,pink lipstick,yellow-greenish skin,big tail,4 breasts,multi breasts,huge breasts,big penis,big butt,veiny penis,big balls,pink nails,bracelet,tail bandana"], "stats": {"downloadCount": 60, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 469458, "sizeKB": 23165.4208984375, "name": "553177_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T22:25:54.299Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A5F24D5B", "AutoV2": "CAD3FF4353", "SHA256": "CAD3FF4353DC36054B9943CBD100FC518C4A8F5F7799950BD80849D64C6A1B85", "CRC32": "FB656C9D", "BLAKE3": "6CA1294B5C5006DCEAA508488A0A1A8352761E2DF3A93C8ABBB567D22D610E79"}, "downloadUrl": "https://civitai.com/api/download/models/553177?type=Training%20Data"}, {"id": 469580, "sizeKB": 334454.33984375, "name": "Aurenn_-_Xpray_Character.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T23:47:04.736Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7A2B88C3", "AutoV2": "D71AEB8537", "SHA256": "D71AEB853708F0DE13B03FDF7D357C21C897F0A1CE720D057E38E6D157E9A5B2", "CRC32": "5A7762A3", "BLAKE3": "BA7C08E1111EBB08332F0ADA337F6DFE418A9F2BBA49116E0D3DF880CED1592D", "AutoV3": "672CAEBF8E51"}, "downloadUrl": "https://civitai.com/api/download/models/553177", "primary": true}], "images": [{"id": 14785315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ef1fd93-1f55-46bd-9798-a7369f3ad267/width=450/14785315.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U5J7y{~W008{E2aeE2-o9WIU~o?Z039IE7NI", "type": "image"}, {"id": 14785248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74279525-8440-4c3a-88f0-a2b5311ff962/width=450/14785248.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGH1rI^*I:-nW[%L9|oJ0hRn-VWC~nWXVts:", "type": "image"}, {"id": 14788370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/331c68b6-d9ff-497d-8ef4-a15ccabffc5a/width=450/14788370.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "USHxA%E34:Iq~UocIWRlM}RlWFxsRkIWs;WC", "type": "image"}, {"id": 14785245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20200ece-cbc1-4ffa-839b-78eab5c616ad/width=450/14785245.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHHw.0kEEf-nIuNLI[xt9^WEVw?F~mxtnP-o", "type": "image"}, {"id": 14752736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb7c1868-d5b1-41a1-8ee5-30cba33647bb/width=450/14752736.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBHo5U~m049hN%xVD-D=4ToaxVxV-fE7MyV@", "type": "image"}, {"id": 14752737, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a844500a-477b-4abf-80c3-f6fbf70540cf/width=450/14752737.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UAFreM-$009P^-Iq9a%J0MRp-,xobnxtRkM|", "type": "image"}, {"id": 14752731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c0d3269-07db-42e5-9758-851bd89c0f4a/width=450/14752731.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UAHxZeRQ02-;~j9PId-*04-:^{?ERq%ID+kD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/553177", "modelId": 497601} \ No newline at end of file diff --git a/datasets/metadata/553183.json b/datasets/metadata/553183.json new file mode 100644 index 0000000000000000000000000000000000000000..f2400efd8822ccc2c37158c736ec91ca1d3b161a --- /dev/null +++ b/datasets/metadata/553183.json @@ -0,0 +1 @@ +{"id": 553183, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-05T20:12:50.693Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 142, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 469274, "sizeKB": 22235.88671875, "name": "Katejina_Loos_VGundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T20:16:12.454Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2496A876", "AutoV2": "A8CC78886B", "SHA256": "A8CC78886B3EA53FE3F4A61E5AD120E89DB8CF9F75CE60F05385E5BE7A333EE1", "CRC32": "76CFB15E", "BLAKE3": "0B36AEB49086BDF31FAC98C3B9EDE0066F258484A7AEC4116AA838285CFFE595", "AutoV3": "E429F7D834EC"}, "downloadUrl": "https://civitai.com/api/download/models/553183", "primary": true}, {"id": 469273, "sizeKB": 10704.5654296875, "name": "Katejina_Loos_VGundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T20:16:14.980Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8E363EBF", "AutoV2": "BC1A5B0AF8", "SHA256": "BC1A5B0AF8DE1D33BC2C36291328AC0D099AD4DA65B23B7681B521D3C31BA59C", "CRC32": "DEFC9F37", "BLAKE3": "0D11387DC626A137825098AE5540070F53CD81DF68C815DE94549EF8EFEEB148"}, "downloadUrl": "https://civitai.com/api/download/models/553183?type=Training%20Data"}], "images": [{"id": 14734686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/620c129c-db84-483a-a313-dc7e05d2fb41/width=450/14734686.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQLWkr~W0h-pMas,I;n$EmWCr=of%MRjbdoe", "type": "image"}, {"id": 14734687, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9615d0f0-6fa8-4e05-a3bf-992d36a68309/width=450/14734687.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQLWkr~W0h-pMas,I;n$EmWCr=of%MRjbdoe", "type": "image"}, {"id": 14734931, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/485213a8-f9c0-4b74-be52-0b6818125715/width=450/14734931.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCKKKN000M00}y4nGJI90Ls.-VIp?d%KROS*", "type": "image"}, {"id": 14735806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84f79209-f7c0-4759-9bbb-e905f16e9897/width=450/14735806.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDIgff~B009a9rt54;9uE1%2o#D*-:9aIV?G", "type": "image"}, {"id": 14736352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf31a24a-727c-4d03-a118-f69fdc2365a5/width=450/14736352.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U7I|%f0L00~p0{tQD*R50eof^+%L~AjFE2Sg", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/553183", "modelId": 497606} \ No newline at end of file diff --git a/datasets/metadata/553305.json b/datasets/metadata/553305.json new file mode 100644 index 0000000000000000000000000000000000000000..e9f3c7f8949497ebcc2241765f4bc4cf724cdc5b --- /dev/null +++ b/datasets/metadata/553305.json @@ -0,0 +1 @@ +{"id": 553305, "index": 0, "name": "Horst P. Horst Style SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-05T22:58:13.905Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 67, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 469507, "sizeKB": 223123.12890625, "name": "Horst_P._Horst_Style_SDXL-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T22:51:19.333Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9E3B3D98", "AutoV2": "D098F5E88F", "SHA256": "D098F5E88F79D4CF3CFAC439F3D9DE263AFE2B5BD878303E1F35F2CC81F26C1B", "CRC32": "67D98F2E", "BLAKE3": "A7042E38CACA1D97B464565C78276C56CA929392B824BCFEE0967F64C370EF9B", "AutoV3": "2D1E5C1183B8"}, "downloadUrl": "https://civitai.com/api/download/models/553305", "primary": true}, {"id": 469399, "sizeKB": 6537.8349609375, "name": "553305_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T21:40:54.514Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EC51B1AE", "AutoV2": "975606C491", "SHA256": "975606C491E3313A4CBE74382D98F330BFC395DF994C310D4A896F1FD0599D17", "CRC32": "E38FADA6", "BLAKE3": "A2CA7250E9BEA009A65E56033FE755D87B7FEF2453D784D7ADD5C109DCA0092E"}, "downloadUrl": "https://civitai.com/api/download/models/553305?type=Training%20Data"}], "images": [{"id": 14749337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24d6152e-d191-49b4-a3a1-7485544bfe29/width=450/14749337.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U17d,z-;00of_3D%00-;009F_3t700xu?bRj", "type": "image"}, {"id": 14749338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5edf991-9497-4867-904c-907216d66003/width=450/14749338.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7AwI|-;00IU~qM{00ay00WB-;%M00M{_3xu", "type": "image"}, {"id": 14749335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60fdec67-b167-4896-9162-12f5facdd1b0/width=450/14749335.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6CP@f_300of004T-;%MIUD%WAof?b~qRj9E", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/553305", "modelId": 497720} \ No newline at end of file diff --git a/datasets/metadata/553408.json b/datasets/metadata/553408.json new file mode 100644 index 0000000000000000000000000000000000000000..f00002c6eb76a00bbd83eb6a59d3d6d071d5f726 --- /dev/null +++ b/datasets/metadata/553408.json @@ -0,0 +1 @@ +{"id": 553408, "index": 0, "name": "Doll Eyes XL | Eye Contacts", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-06T04:57:52.303Z", "availability": "Public", "nsfwLevel": 1, "description": "", "trainedWords": ["GREEN EYES, GREENIRIS", "BLUE EYES, BLUEIRIS", "GREENISH BLUE EYES, TEALIRIS", "DARK EYES, BLACKIRIS", "BROWN EYES, BROWNIRIS", "PINK EYES, PINKIRIS", "ORANGE EYES, ORANGEIRIS", "RED EYES, REDIRIS", "GRAY EYES, SILVERIRIS", "PURPLE EYES, PURPLEIRIS", "EYETEXTURE"], "stats": {"downloadCount": 568, "ratingCount": 0, "rating": 0, "thumbsUpCount": 120, "thumbsDownCount": 0}, "files": [{"id": 469510, "sizeKB": 94978.2958984375, "name": "553408_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T22:56:18.967Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FBB91D56", "AutoV2": "4F2E561241", "SHA256": "4F2E561241B0D579CEC2A6E00C65A648B0774724CD6E561371D1C8BD5B8CC02D", "CRC32": "84E23203", "BLAKE3": "56DAB3E9E0FE9039229C2BDBF2F464CA232274AC87D49DB9DEE10437CD639FD1"}, "downloadUrl": "https://civitai.com/api/download/models/553408?type=Training%20Data"}, {"id": 470000, "sizeKB": 223100.23828125, "name": "Doll_Eyes_XL__Eye_Contacts-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T04:55:51.654Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DB15545F", "AutoV2": "2C4DC1A5CC", "SHA256": "2C4DC1A5CC408D39339B824CD5DB641B4FC9C18809943B8D00A0C83D20D2EB65", "CRC32": "481B7534", "BLAKE3": "FFF0E704EA79FE87AD8C4778CAE535EAE6920BC1D5A3ED1DFE3D3940FCC0A3C1", "AutoV3": "14092889F4F2"}, "downloadUrl": "https://civitai.com/api/download/models/553408", "primary": true}], "images": [{"id": 14781483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eef8e7b9-ce39-4fa9-9ee8-12407881a20b/width=450/14781483.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UPL:l+V@M|9FIA%2ofxu0KNHkVWD~Vs.f6R6", "type": "image"}, {"id": 14781570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2458681a-fc2e-41ba-8be8-bc7db540139b/width=450/14781570.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U67T|Qk901af~Wog9EX7lSn$D%e;%4WXEhr?", "type": "image"}, {"id": 14781573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3058d4f-13fc-48ae-bb43-ce021d9c2d2e/width=450/14781573.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGJQf:_400tR00nMofIA5REN_NkWaw-pt8x]", "type": "image"}, {"id": 14781897, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/996cfdb8-b0b7-4019-96a7-f0e176388ec7/width=450/14781897.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHG@[P^,00bH#SRjNwM{00NG~qWV_3xvW@%M", "type": "video"}], "downloadUrl": "https://civitai.com/api/download/models/553408", "modelId": 497817} \ No newline at end of file diff --git a/datasets/metadata/553479.json b/datasets/metadata/553479.json new file mode 100644 index 0000000000000000000000000000000000000000..8a1b833892116487cfb98ba2e49fe1bf934e9e88 --- /dev/null +++ b/datasets/metadata/553479.json @@ -0,0 +1 @@ +{"id": 553479, "index": 0, "name": "Hyper FMG (2.0)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-06T00:51:36.105Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["muscle growth", "hyper muscles", "extreme muscles", "female muscle growth", "hyper breasts"], "stats": {"downloadCount": 139, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 469665, "sizeKB": 223099.80078125, "name": "Hyper_FMG_2.0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T00:51:00.980Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C290BFF7", "AutoV2": "EAFDF1390E", "SHA256": "EAFDF1390EEEDF8ABB408B29F402C8CDFAE57AE22E052F0972697F87E58963DD", "CRC32": "C630117E", "BLAKE3": "179DC0AF6F9A15D84C30BCD3ADBA427A61E17CC8FBF5946050467C312DCC88B1", "AutoV3": "82EE5D97C9F7"}, "downloadUrl": "https://civitai.com/api/download/models/553479", "primary": true}, {"id": 469589, "sizeKB": 3416.267578125, "name": "553479_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-05T23:52:34.206Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B3000D31", "AutoV2": "21133401A8", "SHA256": "21133401A856863A1DF12BCD4A683DBD860C96ACB2818762CE022F0020FBF252", "CRC32": "AED0A4F4", "BLAKE3": "2476BC669E4D268082E83C562D3AF6E60C41B759012D0D4C69582F2C99A6A8C7"}, "downloadUrl": "https://civitai.com/api/download/models/553479?type=Training%20Data"}], "images": [{"id": 14759316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bdc5f68-8c0a-4f30-9c9b-76cb13089f44/width=450/14759316.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UON0G4s:K*t7~WkBR6oLpcofIobH.mayx]kC", "type": "image"}, {"id": 14759315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32d54acf-bea1-450a-84f2-f31dd654eac9/width=450/14759315.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U5K^No?H00xv~TbG:jxG00Rj-;kC00R*.7WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/553479", "modelId": 497887} \ No newline at end of file diff --git a/datasets/metadata/553521.json b/datasets/metadata/553521.json new file mode 100644 index 0000000000000000000000000000000000000000..ec7b40984b1457d7596dc55252fb5174bbd48c2b --- /dev/null +++ b/datasets/metadata/553521.json @@ -0,0 +1 @@ +{"id": 553521, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-06T00:14:24.650Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 153, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 469626, "sizeKB": 7713.8486328125, "name": "Matilda_Ajan_0079.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T00:15:51.688Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B22DF468", "AutoV2": "2DB3C6FB8E", "SHA256": "2DB3C6FB8E631253B55C38CA31D9BE0167DAFECF9A51113B5B1A7D3D644F9AEA", "CRC32": "21F51602", "BLAKE3": "4BE7AEEB8808C83EADD01E062FB15987F88980BE1D14E5DFEAE9036E4A5750E2"}, "downloadUrl": "https://civitai.com/api/download/models/553521?type=Training%20Data"}, {"id": 469627, "sizeKB": 22235.87109375, "name": "Matilda_Ajan_0079-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T00:15:55.328Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5AB10BED", "AutoV2": "15B800E3D6", "SHA256": "15B800E3D6F74E82EAFFF88743993C4D2841D77221847BE9EA5FB3223CEE4346", "CRC32": "8DCEAC7B", "BLAKE3": "C3B10106BD3AF1BA63D3D3B548C70F2E889E04B01DB58A7077614D5340B4E50E", "AutoV3": "DA0D84862F39"}, "downloadUrl": "https://civitai.com/api/download/models/553521", "primary": true}], "images": [{"id": 14755255, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2af1602a-a9ce-489b-b893-e7229b7612d0/width=450/14755255.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UlNTI1of_Nxu-;fk%gs:t7ayV@j[9Zay$%fk", "type": "image"}, {"id": 14755256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82789e97-cecf-4231-87bf-8637f068dd7c/width=450/14755256.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UlNTI1of_Nxu-;fk%gs:t7ayV@j[9Zay$%fk", "type": "image"}, {"id": 14755468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67558810-a37e-49ec-a41c-2540dc680747/width=450/14755468.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UUM%G??c?^-==|?Ht,tRIARjNaWV-;s.RjWC", "type": "image"}, {"id": 14756179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bce6ea3-5dff-4292-974d-4c092adc0767/width=450/14756179.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UzM7P?%M?woe~WWBkqj[xaofR*aeM{R*oeof", "type": "image"}, {"id": 14758441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfd0b74b-c203-4fb2-8160-d7ae5f24567c/width=450/14758441.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJOMT,_N1It7u6NeR+%M%2-o?as.%MM{%fW=", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/553521", "modelId": 497924} \ No newline at end of file diff --git a/datasets/metadata/553522.json b/datasets/metadata/553522.json new file mode 100644 index 0000000000000000000000000000000000000000..99e8615f40eb354339612c1c0a943dddddae1d14 --- /dev/null +++ b/datasets/metadata/553522.json @@ -0,0 +1 @@ +{"id": 553522, "index": 0, "name": "Violetta (Making Fiends)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-06T01:36:04.484Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Violetta_MF, lime skin, short hair, space buns hairstyle, lime dress,"], "stats": {"downloadCount": 25, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 469715, "sizeKB": 223100.83203125, "name": "Violetta_Making_Fiends-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T01:35:48.333Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9FE71042", "AutoV2": "D839C96968", "SHA256": "D839C969685337B79FB2047635279211A1F8BCE2B18492FF8121A86B0C4F05B5", "CRC32": "09B76D65", "BLAKE3": "C0C9A12A659A99B2349834CCDD9EAB62584DAC89A553794B58BC758107D7E6B4", "AutoV3": "168DCEB7A4E8"}, "downloadUrl": "https://civitai.com/api/download/models/553522", "primary": true}, {"id": 469638, "sizeKB": 15120.138671875, "name": "553522_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T00:25:48.030Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "637699AF", "AutoV2": "412EA7FE81", "SHA256": "412EA7FE81B035A0159C1FECF7C8DA63EE1417CAB062BCF9CDE8DD42AB4C5DC4", "CRC32": "4DAE8793", "BLAKE3": "B8DE318754FC68B9F3D49939DC8E3E2859E5986DE363A80F9BF8B0200C61A0BE"}, "downloadUrl": "https://civitai.com/api/download/models/553522?type=Training%20Data"}], "images": [{"id": 14764406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cab40b3-fbd7-4287-8f2d-4c85b7cf0e47/width=450/14764406.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8D0-q%+4k8@_Jo=kDRXH*REx:%W--s:RDaP", "type": "image"}, {"id": 14764405, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/761e39c8-566f-4e98-aff9-4d165bc0b778/width=450/14764405.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMCHG7?%Ro96nmV[jat3RTfkodocV^V_afj?", "type": "image"}, {"id": 14764404, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27a92397-1da1-4f07-a891-a74d1008863a/width=450/14764404.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UADTj+?#8[Db%MMmV$x:I0n,%XtKx?ouWCRS", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/553522", "modelId": 497925} \ No newline at end of file diff --git a/datasets/metadata/553571.json b/datasets/metadata/553571.json new file mode 100644 index 0000000000000000000000000000000000000000..1438f1ee480617e15824351c524a0c36fa542935 --- /dev/null +++ b/datasets/metadata/553571.json @@ -0,0 +1 @@ +{"id": 553571, "index": 0, "name": "Emilie (Genshin Impact) Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-06T04:36:03.312Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["EmilieGI, short hair, blonde hair, purple eyes, multicolored hair, glasses, hat,"], "stats": {"downloadCount": 154, "ratingCount": 0, "rating": 0, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 469685, "sizeKB": 23300.0048828125, "name": "553571_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T01:15:56.628Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5DC126A7", "AutoV2": "89AE3AEFF4", "SHA256": "89AE3AEFF44963E22B8BAFBA39A4DA4C64CF1ADE1DF350736BFEE8419EB7B4D5", "CRC32": "574D95B6", "BLAKE3": "42AB4BA9BB198E53F80E54907776CDBDA4E70819AF7230C13E187E6F3982171C"}, "downloadUrl": "https://civitai.com/api/download/models/553571?type=Training%20Data"}, {"id": 469975, "sizeKB": 223105.48046875, "name": "Emilie_Genshin_Impact_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T04:35:50.665Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6DAF1FDF", "AutoV2": "2693E217C8", "SHA256": "2693E217C8EFBE6939CE6C95632C03BF1BDB6AA107A532AA66CDDC9724069DA9", "CRC32": "2E06045F", "BLAKE3": "624CA009D4692063E166672AE5B2DE2B465A5892CD211C37FFF4FEAA23B3D53D", "AutoV3": "B5F48E01535F"}, "downloadUrl": "https://civitai.com/api/download/models/553571", "primary": true}], "images": [{"id": 14779721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bd31e01-baae-486b-99be-ecad0b2ac55d/width=450/14779721.jpeg", "nsfwLevel": 1, "width": 728, "height": 1024, "hash": "UmL}BBkD_Nfk-oM{j^xtSetR%Lt7Ipt7%2ae", "type": "image"}, {"id": 14779722, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aaa2f968-0e78-4031-a423-a15f79675eed/width=450/14779722.jpeg", "nsfwLevel": 1, "width": 768, "height": 1080, "hash": "UIGSMj0155_2~mRUtQIo?Z9axa%1JTIV-Vt7", "type": "image"}, {"id": 14779718, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d51d82f-b2ff-4979-8845-0d876121dcd9/width=450/14779718.jpeg", "nsfwLevel": 8, "width": 768, "height": 1080, "hash": "UHKKTb005UW=0eX9xF%L4TSh%M%1~Vt7IVM{", "type": "image"}, {"id": 14779716, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1aa72415-75e5-4abf-898c-cf4d8f9c5a96/width=450/14779716.jpeg", "nsfwLevel": 8, "width": 768, "height": 1080, "hash": "UYJaZb~pJ.%L4:M{xGofV?f6V@Rj?GxtWXs.", "type": "image"}, {"id": 14779720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5340534-adba-4aca-b3e1-f1204531bee1/width=450/14779720.jpeg", "nsfwLevel": 16, "width": 768, "height": 1080, "hash": "UDKApD0100JQptMyIBtk009a%3S#~Vx]MyjF", "type": "image"}, {"id": 14779719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc91ce7c-b288-4f0b-8da2-fd17cc032786/width=450/14779719.jpeg", "nsfwLevel": 16, "width": 768, "height": 1080, "hash": "UOK^vg4p9t-:G7D+kVR*D~NGoMj=~Woyr@ax", "type": "image"}, {"id": 14779714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c34c977-e7b5-4610-a08b-503772d0bfce/width=450/14779714.jpeg", "nsfwLevel": 16, "width": 768, "height": 1080, "hash": "UTK^mV~WKQ-;4:ofR+RjIAIU$%%2ob%LbcV[", "type": "image"}, {"id": 14779717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/234ccda3-2db5-4f7f-b9de-8ceb7b122f6b/width=450/14779717.jpeg", "nsfwLevel": 4, "width": 768, "height": 1080, "hash": "UKJuM+4oB;lAGw-Ao$El9Js,Mzw|^+WVxaso", "type": "image"}, {"id": 14779715, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3308bf7-ec9e-431f-b0ea-fbae949ba458/width=450/14779715.jpeg", "nsfwLevel": 16, "width": 768, "height": 1080, "hash": "ULMQ9P_M.7X-pH9aIpJB5lIoRnS5k?fmr]Rk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/553571", "modelId": 497970} \ No newline at end of file diff --git a/datasets/metadata/553618.json b/datasets/metadata/553618.json new file mode 100644 index 0000000000000000000000000000000000000000..cd6df5f1eeaeba4d8d133fcb19e5699c4a40f8e2 --- /dev/null +++ b/datasets/metadata/553618.json @@ -0,0 +1 @@ +{"id": 553618, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-06T01:44:40.174Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 185, "ratingCount": 0, "rating": 0, "thumbsUpCount": 30, "thumbsDownCount": 0}, "files": [{"id": 469730, "sizeKB": 22234.63671875, "name": "Selene_McGriff_STARGAZER-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T01:46:33.426Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DAFC32B8", "AutoV2": "0DDFB1E39C", "SHA256": "0DDFB1E39C8BBDEF1480A0B4D1C781CB3B72BA85AD2B860491F03A98D7E93A2B", "CRC32": "730BA5C3", "BLAKE3": "6C7DA00D47012DB55BF5546C02E2EAC0EA978A4FF3C041DA9B348C2FE5039272", "AutoV3": "E06CA34693B7"}, "downloadUrl": "https://civitai.com/api/download/models/553618", "primary": true}, {"id": 469731, "sizeKB": 7854.2177734375, "name": "Selene_McGriff_STARGAZER.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T01:46:40.395Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "195E5FB5", "AutoV2": "8CDC8B6205", "SHA256": "8CDC8B6205032A6074CDCF635CE315A28BF0F0264D9FE94E3A258D2C01245179", "CRC32": "94A286B3", "BLAKE3": "605D00F674FA9BFC233E9B19C637BCEBC04E74CF896CBCB43D528F6820007D72"}, "downloadUrl": "https://civitai.com/api/download/models/553618?type=Training%20Data"}], "images": [{"id": 14765245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d52495c-97a8-457b-8217-27e07dd2ad2c/width=450/14765245.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeKKsE.8~W%M^,t7tkoMx[WBniaykWWV$jj[", "type": "image"}, {"id": 14765244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ee93f4d-c6f8-481e-b233-2f6a8e62f769/width=450/14765244.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeKKvL.8~W%M^,t7tkoMx[WBniayozWV$jj[", "type": "image"}, {"id": 14765534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0eb99921-6bbc-4a2f-a38a-32844f70c7d7/width=450/14765534.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UtKw|Mog~qxu_3oL%MWWX9WBNGWBocW;n%t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/553618", "modelId": 498016} \ No newline at end of file diff --git a/datasets/metadata/553698.json b/datasets/metadata/553698.json new file mode 100644 index 0000000000000000000000000000000000000000..208a24246af5fe619b021395336797d6063b3d96 --- /dev/null +++ b/datasets/metadata/553698.json @@ -0,0 +1 @@ +{"id": 553698, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-06T14:26:07.201Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 98, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 470626, "sizeKB": 223136.62109375, "name": "NightFaux_Style_Lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T13:05:46.554Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "ACD82B8C", "AutoV2": "113B62E998", "SHA256": "113B62E998EBCF94D2224F2834820EE7C4AC5ADF706D610734A80FAA744709B3", "CRC32": "713AFD7C", "BLAKE3": "7774900EE9C127237974CD613EC59E79BD8046860DB3604BF320F11AFA2C58E3", "AutoV3": "AD055571AB9B"}, "downloadUrl": "https://civitai.com/api/download/models/553698", "primary": true}, {"id": 470019, "sizeKB": 756928.3408203125, "name": "553698_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T05:20:53.472Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F8C5E567", "AutoV2": "5EA2E82806", "SHA256": "5EA2E82806ED0A1A0C2195063E579D83DBD2F2AC6FC2FB0BA3560BD86EDEF342", "CRC32": "142DD1E1", "BLAKE3": "4E7FC9BDF5A6157F5C16B069E0D329B8074D617C50D091FE9CFD688CC42EE697"}, "downloadUrl": "https://civitai.com/api/download/models/553698?type=Training%20Data"}], "images": [{"id": 14829531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42cdbed5-41ed-40f5-aaed-93d7a1bd489d/width=450/14829531.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCEL~Zs+_2~q_20K9atRRPM_RjIV-;-;%MIV", "type": "image"}, {"id": 14829467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58dd8feb-4ad9-4096-9efe-c2a0284e362e/width=450/14829467.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UMG[QQ~V.7-W_M?G-VSh$gxuXSRPTKxbt7I.", "type": "image"}, {"id": 14829538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/177db99d-71bb-43a9-b382-b287ac2e5d17/width=450/14829538.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UQHeF5^+.mR*-=-;xtt7tlxuxuV@xaoJj?f+", "type": "image"}, {"id": 14829578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44c7ec7d-9d19-49a8-b428-ba84558b2d06/width=450/14829578.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U6J[3Q_300t700WB00IU00Rj~qs:~qj[D%j]", "type": "image"}, {"id": 14829587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3e9f40d-a43e-4728-bf3b-17d8e22302e8/width=450/14829587.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UFHn+_~p_3tR%2%MX9_39]oz9F9F4:jF-:D*", "type": "image"}, {"id": 14829518, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f01b371-90d5-4025-ba9d-4dafb8a39c7e/width=450/14829518.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UJGR-oRj4nxu~pWB4.of0Lof-;WBD%j?-;ay", "type": "image"}, {"id": 14829549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3c64d84-0644-4d48-a0ee-9bcd5e8be41e/width=450/14829549.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "ULJ[CrM{ITayD*WBofWB00WB-;Rj~qt7RkM{", "type": "image"}, {"id": 14829581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9edfd733-b055-4338-96aa-e00c7447ca09/width=450/14829581.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UACGPvxu~qt7_3t7IUof-;oft7j[%Mj[M{j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/553698", "modelId": 498095} \ No newline at end of file diff --git a/datasets/metadata/553705.json b/datasets/metadata/553705.json new file mode 100644 index 0000000000000000000000000000000000000000..9d77c5daa37480d2d44c52b66c3f833d357ce6b2 --- /dev/null +++ b/datasets/metadata/553705.json @@ -0,0 +1 @@ +{"id": 553705, "index": 0, "name": "SCP-1471 Mal0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-06T07:01:48.410Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["SCP 1471", "Mal0"], "stats": {"downloadCount": 33, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 469814, "sizeKB": 12364.912109375, "name": "553705_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T02:36:28.377Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D74D6222", "AutoV2": "6D74C12EDC", "SHA256": "6D74C12EDC8043EA65A309CB893FEBD15A81826BBC40FE9F74E6D6516E57E069", "CRC32": "35CFDE77", "BLAKE3": "743B69DCB78C775AD9F07DBAF1D5C0FFB082527917E970F4BFDB77D1124ACF46"}, "downloadUrl": "https://civitai.com/api/download/models/553705?type=Training%20Data"}, {"id": 470138, "sizeKB": 243982.80078125, "name": "SCP-1471_Mal0-000017.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T06:50:58.677Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "87FF8779", "AutoV2": "BF4B038CB0", "SHA256": "BF4B038CB0BAD3750FADEF0D8CFA07BC6DC88FDB347BCE3A81AC442007D2A6C9", "CRC32": "2175B0D2", "BLAKE3": "5602E3BFA1AB18B260A0BCE429F281B291EE78522207239B8B1A90575F1DBA15", "AutoV3": "86FF05DC7E9B"}, "downloadUrl": "https://civitai.com/api/download/models/553705", "primary": true}], "images": [{"id": 14791063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8909b2ce-a4aa-471f-97a3-2320c9b07baf/width=450/14791063.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U8AuFT=~F:sE%O}x=iR%-X-F,_W-$m$,ScjI", "type": "image"}, {"id": 14791066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/005008ab-0728-4768-9424-60715b0a621c/width=450/14791066.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U13[uU9DDg.T.7M{D$x^9DkZV@oG%NInt8xu", "type": "image"}, {"id": 14791068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61435381-0ca9-409c-892e-c90011ba7aaf/width=450/14791068.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U05Og700qF4U_%D3UbGrp]@ZG[}@00.m4T_N", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/553705", "modelId": 498102} \ No newline at end of file diff --git a/datasets/metadata/553738.json b/datasets/metadata/553738.json new file mode 100644 index 0000000000000000000000000000000000000000..e7f32638060b66420f8a5f939a05d625a11667e1 --- /dev/null +++ b/datasets/metadata/553738.json @@ -0,0 +1 @@ +{"id": 553738, "index": 0, "name": "midjourney style", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-06T03:52:25.720Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 469852, "sizeKB": 24143.34375, "name": "553738_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T03:06:17.767Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F4445AD8", "AutoV2": "65FEA850A7", "SHA256": "65FEA850A7D5CDF2219515A7373C922B179886C16477C869FB22004FFB1C6C91", "CRC32": "BE44AECC", "BLAKE3": "BDAE87711B75CFD4D72CC0ED7C8B5CC926F52A32F9963E016132764394BF871B"}, "downloadUrl": "https://civitai.com/api/download/models/553738?type=Training%20Data"}, {"id": 469908, "sizeKB": 37006.171875, "name": "midjourney_style-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T03:45:45.879Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7AB862BE", "AutoV2": "0AAD44368E", "SHA256": "0AAD44368E3ECB7EA0A88023982AFB94C729E40328D19ADF5DD07056F4C4039F", "CRC32": "DFC1D61E", "BLAKE3": "1B530E2129142367E300154AA6918175E9401782C36275072283CF9BC07A6560", "AutoV3": "F01C57048923"}, "downloadUrl": "https://civitai.com/api/download/models/553738", "primary": true}], "images": [{"id": 14775762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c3db3d2-86c6-42db-9e51-c42bb47b4318/width=450/14775762.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8GPXDkX0z]j%Kw^IpAD4;}Bxa1JIoBAS#;N", "type": "image"}, {"id": 14775763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acccb635-2e25-4a1b-bfb6-d250d128f169/width=450/14775763.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UoK_%HtQ~paejskCNGRj%2ofafWBt7t7s:R*", "type": "image"}, {"id": 14775764, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6b0ce21-de17-4476-a89e-afdf4c39a29a/width=450/14775764.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFHS}-Se0Nw{}EjZ5SkB4;WWofo1?YbaIqnj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/553738", "modelId": 498131} \ No newline at end of file diff --git a/datasets/metadata/554091.json b/datasets/metadata/554091.json new file mode 100644 index 0000000000000000000000000000000000000000..5072423dd74fbc283cb162cf4a63b5e7dece10d0 --- /dev/null +++ b/datasets/metadata/554091.json @@ -0,0 +1 @@ +{"id": 554091, "index": 1, "name": "V1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-06T08:59:33.230Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Densantra", "deathhydra", "Snake", "Cobra"], "stats": {"downloadCount": 89, "ratingCount": 0, "rating": 0, "thumbsUpCount": 35, "thumbsDownCount": 0}, "files": [{"id": 470202, "sizeKB": 50672.1220703125, "name": "554091_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T07:41:10.151Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0BB9F220", "AutoV2": "C58E7FEBDA", "SHA256": "C58E7FEBDA0E42D7F4A629F3D6E38CFFB78FD91618DD73970DCE174C12A39ECB", "CRC32": "64191C76", "BLAKE3": "25376A18429B2D4479CFC7913B71BC5EEF78B96F8BAD18B7E863FC07BC8A253C"}, "downloadUrl": "https://civitai.com/api/download/models/554091?type=Training%20Data"}, {"id": 470308, "sizeKB": 223108.29296875, "name": "DensantraRose_by_deathhydra-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T08:55:48.723Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "34969FF9", "AutoV2": "7C57B24A74", "SHA256": "7C57B24A74D0B78B58095E5BBB4FFE8EC7F6F135108AC69D2AAE7D7EC0D1E029", "CRC32": "38618DFE", "BLAKE3": "A5207F32F44388F1B6687D64A9977779F7F2F179DC5C10074066069386024B30", "AutoV3": "470427ECC5C8"}, "downloadUrl": "https://civitai.com/api/download/models/554091", "primary": true}], "images": [{"id": 14804296, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c61ca9dc-10b4-490b-8ebc-9c1b82032f16/width=450/14804296.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UNC=ioE1%QR*yFRkXUS0N;#?Ecs:O7r^jEs:", "type": "image"}, {"id": 14804301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2596bced-d278-48de-ab88-81b4df432d37/width=450/14804301.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UPCOz*|O;ot6=f,]w1X8NYNaRjjGKMR%S1og", "type": "image"}, {"id": 14804302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c7975d4-93ed-4b98-8c7c-859de372eced/width=450/14804302.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UGCOhc;M]u,H[yxHw5s;A7OFNYS2KZS5J4S2", "type": "image"}, {"id": 14804299, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/413f2677-4dec-4f4f-920c-d536e7fb1870/width=450/14804299.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UECPI^}F}uAlCeITWU=~Bir{E0OY?HW,w0A9", "type": "image"}, {"id": 14804394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c57ea74-b339-4cea-98a5-5a923be67873/width=450/14804394.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U$JYe:sp|}$k-AW.rrsAxaOAjFSKxGsWWoj[", "type": "image"}, {"id": 14803197, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ad9699e-2b92-44f1-b3b9-ebca6aef3b77/width=450/14803197.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "ULFX77S.wR^N-SESIp$w^l9~Ehxp$wr]WBov", "type": "image"}, {"id": 14803198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc410f63-62af-48a7-910b-58c9ff763fc5/width=450/14803198.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UHH00fs%{~w618bCrX$8-E$Lr=-B={,s$PW.", "type": "image"}, {"id": 14803196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/340fa07d-3e13-4648-b8c9-b684162457d1/width=450/14803196.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UBE^W+sG[W-33DI]rX=r}ZNHRi-T-7wcR*xF", "type": "image"}, {"id": 14803200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9453402-69ef-48e8-911e-e7d2d19f24c9/width=450/14803200.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UMGP:@Io||F0|$NtaKxGvg-VI:nOI.RjkC$l", "type": "image"}, {"id": 14803199, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4fe7f84-efce-4f69-897c-627cdf9ec244/width=450/14803199.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UGBenR5Q}_NH,^kEV?WU$nkBWAkBsrbFR%R%", "type": "image"}, {"id": 14803203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/893e7c8b-3d79-4a6d-8e17-1253820fb91b/width=450/14803203.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UCA0d}e8OsEJ?Ks;J6I-xyM{NFo#9Za~Rht7", "type": "image"}, {"id": 14803202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a6c5835-4431-4258-92d0-2381c45ffce1/width=450/14803202.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UJE^{hEJ=}KMz=ogInAT}cjYE0gMwNxH%3WU", "type": "image"}, {"id": 14803204, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/993c493a-8623-4b79-a62a-3b4ac75dd6e3/width=450/14803204.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UIDRz7S%}^^SrVkqD$R5%NInNGi_AA%2OqWB", "type": "image"}, {"id": 14803201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37b2e486-a909-489b-8733-9399f5ab03e0/width=450/14803201.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "ULGjOH=y}^WARqRiEy-VnCIn9@InRUj]bYn,", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/554091", "modelId": 498447} \ No newline at end of file diff --git a/datasets/metadata/554287.json b/datasets/metadata/554287.json new file mode 100644 index 0000000000000000000000000000000000000000..9b3b6107158938bb7335f381b13eff09621d8355 --- /dev/null +++ b/datasets/metadata/554287.json @@ -0,0 +1 @@ +{"id": 554287, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-06T10:00:04.799Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 159, "ratingCount": 0, "rating": 0, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 470393, "sizeKB": 22234.38671875, "name": "Eileen_Canaver_Seed-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T10:01:19.564Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DF2248B0", "AutoV2": "7D7F538C65", "SHA256": "7D7F538C6522CFC307BC859E0112AF5E15D4C18E18373C77655D2C86EE2EF17F", "CRC32": "DE866392", "BLAKE3": "EF98C49C6FF69979DC8095C89AAF7767B6802BCE9B64128760C5CE84B3E8C85D", "AutoV3": "97E558BD5C53"}, "downloadUrl": "https://civitai.com/api/download/models/554287", "primary": true}, {"id": 470392, "sizeKB": 6355.7529296875, "name": "Eileen_Canaver_Seed.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T10:01:11.004Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6F83D4C9", "AutoV2": "40680EE0FD", "SHA256": "40680EE0FD5B604D6CDB3777E0CA3D7E2B8F8AC3244C18F4B58C5A7E7EB88C9A", "CRC32": "B35390DD", "BLAKE3": "E4F1F344106D2C1C4CF19D1A2984B6A9345FB950688DF781893E68BEC83E2F63"}, "downloadUrl": "https://civitai.com/api/download/models/554287?type=Training%20Data"}], "images": [{"id": 14806341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89eef534-d715-41cf-abfd-fd9da5ef3d18/width=450/14806341.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U.MsyXt7TKof~Wj[%NofS#ayoMj[ogfQM{az", "type": "image"}, {"id": 14806343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d937fa6d-bafd-4189-8754-05cb12fde674/width=450/14806343.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U.MsyXt7TKof~Wj[%NofS#ayoMj[ogfQM{az", "type": "image"}, {"id": 14806785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fa704e7-bb7e-4084-aad1-6b0373aab141/width=450/14806785.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UbKwUwD%t,V[~BIVI=R+Iox]n+W=IpNGRQxZ", "type": "image"}, {"id": 14806975, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29af8668-384a-46e3-8eb9-1b0143bee896/width=450/14806975.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UHLC;j%L00%29?R*9uR+01E1xuMy~V%2wgxu", "type": "image"}, {"id": 14807231, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/857df43a-5636-4f84-b758-33394bde75ce/width=450/14807231.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UAMPB--q00IV0^0eAHE200s:KPIo~D-nQ.?H", "type": "image"}, {"id": 14923371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/720c969b-bfc6-4a2c-9c44-544ca6f04126/width=450/14923371.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UnPi#Oxu_NV?-;o~RkZ~-poLM|NGxuWBays:", "type": "image"}, {"id": 14927332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbd6dfe9-8e57-41a2-b692-60b3f58a0ea4/width=450/14927332.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USL|T7x]?^t8_2x]Nx%LD$jYxaoewbj?R+WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/554287", "modelId": 498629} \ No newline at end of file diff --git a/datasets/metadata/554350.json b/datasets/metadata/554350.json new file mode 100644 index 0000000000000000000000000000000000000000..b416b963a0e73d5e2717c63f9d6e5ce03929573a --- /dev/null +++ b/datasets/metadata/554350.json @@ -0,0 +1 @@ +{"id": 554350, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-06T10:49:47.636Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 171, "ratingCount": 0, "rating": 0, "thumbsUpCount": 30, "thumbsDownCount": 0}, "files": [{"id": 470445, "sizeKB": 22236.16796875, "name": "Ezalia_Joule_Seed-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T10:50:43.392Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D5BE87B5", "AutoV2": "391C734411", "SHA256": "391C7344115AECB89F057F4A952E1550DF00ABE1B0A9C1CB6F99C6A0E9AA8948", "CRC32": "A6467C4D", "BLAKE3": "D505B4C0B6EE30EF06DF949898F3330AF1FF9AE979C6C1E48AB5881C8EED19F2", "AutoV3": "ACE99A70A7D5"}, "downloadUrl": "https://civitai.com/api/download/models/554350", "primary": true}, {"id": 470444, "sizeKB": 10252.7158203125, "name": "Ezalia_Joule_Seed.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T10:51:20.129Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "65D1B222", "AutoV2": "33435E0F7F", "SHA256": "33435E0F7F732EF58F0AE6D9F1638AFF17FAD261E3BF1E0E088412068F0E0A82", "CRC32": "98CB2272", "BLAKE3": "CE6FE5ECD90B29A64D628CFB7F231DC4CD54CA6BDA801BB4076E14B80407B2A0"}, "downloadUrl": "https://civitai.com/api/download/models/554350?type=Training%20Data"}], "images": [{"id": 14809817, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75c0d02f-b73a-4ac5-8e95-3c3ed75ccc08/width=450/14809817.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZNA6pRQ0}WB?^NG^+s._3t7slj[xut7M{WB", "type": "image"}, {"id": 14809813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e48d6c40-d314-4de4-b10b-129fcb1d4b34/width=450/14809813.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZNA6pRQ0}WB?^NG^+s._3t7w]oLxut7M{WB", "type": "image"}, {"id": 14809967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f2849d1-7576-4a0d-a7b1-e6d24ca7b6c1/width=450/14809967.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UeLp{*$*kWIp~pRkoyxttRIV$%s.%N%2RPIp", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/554350", "modelId": 498691} \ No newline at end of file diff --git a/datasets/metadata/554534.json b/datasets/metadata/554534.json new file mode 100644 index 0000000000000000000000000000000000000000..615147583435aef0532de2b98b1565c119f5bb72 --- /dev/null +++ b/datasets/metadata/554534.json @@ -0,0 +1 @@ +{"id": 554534, "index": 0, "name": "Klimt x Picasso (Amalgamation) Style SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-06T15:15:54.140Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 82, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 470616, "sizeKB": 7092.39453125, "name": "554534_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T12:58:49.318Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AE6553B2", "AutoV2": "230229C066", "SHA256": "230229C0664DD0D162E765C7C6D96077F17242B45CAFC945D4A82CCE8C19819E", "CRC32": "5EAEA307", "BLAKE3": "A4CC145736487EF57489D2217D6B5469C6907EA94D2AA4C5C00C03848DBBE660"}, "downloadUrl": "https://civitai.com/api/download/models/554534?type=Training%20Data"}, {"id": 470846, "sizeKB": 223113.48046875, "name": "Klimt_x_Picasso__Amalgamation_Style_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T15:10:55.930Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7F51EFDA", "AutoV2": "26BAFAA199", "SHA256": "26BAFAA199597D3217905D474CD7E7A49712F8F4B06E2CD679D07C4F08482C84", "CRC32": "E4D14FDE", "BLAKE3": "79D1E24CB7D20B75661F07356FE31E3B30BA15E8D7FAB208F0C977FACF601B8C", "AutoV3": "B615F352841F"}, "downloadUrl": "https://civitai.com/api/download/models/554534", "primary": true}], "images": [{"id": 14834231, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/929d124a-819b-432b-83f8-674dc161d455/width=450/14834231.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9ExF%3Cy@+c|=BVxsw013V_73WZrDwI=|oz", "type": "image"}, {"id": 14834233, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e64d0f8-715a-4d60-8d14-daacd82927c3/width=450/14834233.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCHn7@1K0IN3xwxTxbM~9xjFo|$^EBIv-i%F", "type": "image"}, {"id": 14834232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3272636f-ded9-471c-a23a-bc5af1fd522a/width=450/14834232.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIL:JVxZ]c$_~JjINHob9JS4Ice:kos.-,WD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/554534", "modelId": 498865} \ No newline at end of file diff --git a/datasets/metadata/554561.json b/datasets/metadata/554561.json new file mode 100644 index 0000000000000000000000000000000000000000..0c801dd6693304558f3590dd451ce909d4e4dbc9 --- /dev/null +++ b/datasets/metadata/554561.json @@ -0,0 +1 @@ +{"id": 554561, "index": 0, "name": "Charlene (Making Fiends)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-06T14:09:27.634Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Charlene_MF, light blue skin, short hair, curly hair, hairbow, 2hairbows, eyelashes, light blue dress,"], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 470745, "sizeKB": 223101.91015625, "name": "Charlene_Making_Fiends-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T14:11:30.775Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4DE1E70A", "AutoV2": "22262E0618", "SHA256": "22262E06187ACFCDB8A4A4686743D8C1E16A9F5EEF26F9C0A994C3F3AE6A5720", "CRC32": "46F64A37", "BLAKE3": "A87BA2646431DD23E50488CA122B4AB77D78CB9305546F8A13793C93BC8C2FC6", "AutoV3": "E95678B3120C"}, "downloadUrl": "https://civitai.com/api/download/models/554561", "primary": true}, {"id": 470647, "sizeKB": 10162.6962890625, "name": "554561_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T13:15:57.140Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C72D2247", "AutoV2": "DE87F27FBD", "SHA256": "DE87F27FBD35DDD06AEC9FF3EDE9CB8AA6912EE042897BF73A8B15A54E82AEED", "CRC32": "D1D2822C", "BLAKE3": "E161784B730CC95905CF633F4094699C269ADCE87A26A0A94F25DC9B18D6DB41"}, "downloadUrl": "https://civitai.com/api/download/models/554561?type=Training%20Data"}], "images": [{"id": 14828430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f693f1b-69dc-415b-8530-52dbbf057eae/width=450/14828430.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8B=rAt:4TVpR1aKtlkDL}V?t:o#tPkCV=ad", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/554561", "modelId": 498893} \ No newline at end of file diff --git a/datasets/metadata/554667.json b/datasets/metadata/554667.json new file mode 100644 index 0000000000000000000000000000000000000000..785937a23544a214118d5c69cf5785944b294328 --- /dev/null +++ b/datasets/metadata/554667.json @@ -0,0 +1 @@ +{"id": 554667, "index": 0, "name": "Lana", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-06T19:48:54.651Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 470977, "sizeKB": 145861.5126953125, "name": "554667_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T16:35:48.737Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "53DAF431", "AutoV2": "BED0C38AB5", "SHA256": "BED0C38AB5B0433BD4044CB2F32ED8EA3AEBC05A4A9767AA1C81E2BB3E1594DE", "CRC32": "32B5A489", "BLAKE3": "67D91E2D3ED88DB4B89D76977F22C204D50A647C3727E88C480DF35E8B2EB434"}, "downloadUrl": "https://civitai.com/api/download/models/554667?type=Training%20Data"}, {"id": 471286, "sizeKB": 223120.61328125, "name": "Lana-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T19:50:48.707Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7129A386", "AutoV2": "E410E4B662", "SHA256": "E410E4B6625C755DBA6E0F2C7EA15AEBC0B41EA40487E1C88D1340A92712B996", "CRC32": "453A6CB6", "BLAKE3": "BAFB867DC0C082E4667AC951D8BF690CC549075B47B8FD9DFC2AF31430FC4FD2", "AutoV3": "5CFFFB936630"}, "downloadUrl": "https://civitai.com/api/download/models/554667", "primary": true}], "images": [{"id": 14858854, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3e097d7-d9c2-4d41-937a-02429e5f90c1/width=450/14858854.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "USL{l2%NE*%2*0b_xtj]I^S2={S4={n$t6oz", "type": "image"}, {"id": 14858852, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59daaa46-961d-4bd6-a096-0b7bde56edb9/width=450/14858852.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UUL|$G%MFgcF_NozxFspJBWC$zt7xbX9bHrq", "type": "image"}, {"id": 14858853, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d785507-2a26-43b4-8c8d-8e61f6b96104/width=450/14858853.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UFNImXtRXp~Bt-M_$M-=6BT0-Q-p?INKaK-n", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/554667", "modelId": 498986} \ No newline at end of file diff --git a/datasets/metadata/554859.json b/datasets/metadata/554859.json new file mode 100644 index 0000000000000000000000000000000000000000..d5deda64c19d6e90d8d142cc9809f71118899462 --- /dev/null +++ b/datasets/metadata/554859.json @@ -0,0 +1 @@ +{"id": 554859, "index": 0, "name": "Yuuka Kazami (Yuuka: Scattered Shards Of The Yokai) Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-06T19:45:45.929Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["YuukaAmazon, short hair, green hair, huge breasts, red eyes,", "collared shirt, red vest, open vest, red ribbon, plaid skirt,"], "stats": {"downloadCount": 260, "ratingCount": 0, "rating": 0, "thumbsUpCount": 58, "thumbsDownCount": 0}, "files": [{"id": 470919, "sizeKB": 33801.9365234375, "name": "554859_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T16:00:56.328Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0B86105B", "AutoV2": "1236DD4E92", "SHA256": "1236DD4E92BB6BB81082BC26CEADEBAD5C981D14D35DE315B11B55221597571C", "CRC32": "7AF43719", "BLAKE3": "6535B665456576E2206754C654047DCA7BCF7C7ABF4FA564487137D220FED82A"}, "downloadUrl": "https://civitai.com/api/download/models/554859?type=Training%20Data"}, {"id": 471196, "sizeKB": 223108.24609375, "name": "Yuuka_Kazami_Yuuka_Scattered_Shards_Of_The_Yokai_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T18:56:31.046Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CC8527FF", "AutoV2": "7A05321C1E", "SHA256": "7A05321C1E1211A574D4D7B39FB3FE9EE73ACC19C34516D9A2D21B3DACB51068", "CRC32": "0B54E257", "BLAKE3": "EEBB844E4EF5C575D52AD4D08EA2DA966E1A0BCF3E65BC9DB821BEAE99E17417", "AutoV3": "B18092574CFE"}, "downloadUrl": "https://civitai.com/api/download/models/554859", "primary": true}], "images": [{"id": 14858591, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c44089a-d8ed-47ce-a604-f5711ff9e975/width=450/14858591.jpeg", "nsfwLevel": 1, "width": 728, "height": 1000, "hash": "UYJQv9j=RgRk~nxZwIj[M_WC%MWVyDa}jZR*", "type": "image"}, {"id": 14858589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0001c074-1604-4cd1-9f6e-ead12047005d/width=450/14858589.jpeg", "nsfwLevel": 1, "width": 728, "height": 1000, "hash": "UIK-B|%f_NH=.Qxanmx]0Ki{-VS~_3xuRPD%", "type": "image"}, {"id": 14858584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11cdd62d-55f9-467b-ba3c-e07a40ce21f2/width=450/14858584.jpeg", "nsfwLevel": 2, "width": 728, "height": 1000, "hash": "UoJHmwxu%MWB~Vodt7RkIoj[spWBR+axjbW=", "type": "image"}, {"id": 14858582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e114e839-6960-41dc-9874-9507f34bdfff/width=450/14858582.jpeg", "nsfwLevel": 4, "width": 728, "height": 1000, "hash": "UUL|W4t79wof5-j[%2a{0Ljt$%WV~oj[nia|", "type": "image"}, {"id": 14858586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c1cbc3a-a1b0-4dc5-b466-dab401f2ac07/width=450/14858586.jpeg", "nsfwLevel": 4, "width": 728, "height": 1000, "hash": "UjKKf,NGS5ax~pxaoMoeEMs:-oW;aej[WCay", "type": "image"}, {"id": 14858585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afd8cee9-b4f3-4555-afec-112364894df9/width=450/14858585.jpeg", "nsfwLevel": 4, "width": 728, "height": 1000, "hash": "UJN10{tkQ7t73Xj]-qWB0ze.rXWB0hWXS5bH", "type": "image"}, {"id": 14858581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14bea8a9-348d-4e47-8a89-d9d50405a1b8/width=450/14858581.jpeg", "nsfwLevel": 4, "width": 728, "height": 1000, "hash": "UFMjv^tl3?xu1lbI%Na}0zni;yWB0MbHNyS2", "type": "image"}, {"id": 14858583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54763c54-ec9b-4ac7-bef7-b62271048172/width=450/14858583.jpeg", "nsfwLevel": 16, "width": 728, "height": 1000, "hash": "UKMGhhocXSRjy?WVR-NGI9oMieR%~9o2^PR+", "type": "image"}, {"id": 14858558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da0bc4be-b22d-4322-920c-12cf3f17c20a/width=450/14858558.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UIL47#o001fi01WBn5WB0eaz~BofI:aysAay", "type": "image"}, {"id": 14858590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5d24991-bdfa-4d80-b428-0cbfa82a0df5/width=450/14858590.jpeg", "nsfwLevel": 16, "width": 728, "height": 1000, "hash": "UCMscjNH01ae03RkMzRj0gs.~BRj5QxZ-Vxt", "type": "image"}, {"id": 14858587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/519525f5-67ff-42cf-a8b5-474ac4637b75/width=450/14858587.jpeg", "nsfwLevel": 16, "width": 728, "height": 1000, "hash": "UDLg8~IV0L$i00t7RQNG0LDj^QOX.k-p$P?Z", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/554859", "modelId": 499157} \ No newline at end of file diff --git a/datasets/metadata/555026.json b/datasets/metadata/555026.json new file mode 100644 index 0000000000000000000000000000000000000000..0ffa16a2808cbeeb9646913f1cf3ce1e7eb39723 --- /dev/null +++ b/datasets/metadata/555026.json @@ -0,0 +1 @@ +{"id": 555026, "index": 0, "name": "sayai2", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-06T19:22:32.472Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 471119, "sizeKB": 18443.287109375, "name": "555026_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T18:03:00.106Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DA67CCE8", "AutoV2": "696D702D36", "SHA256": "696D702D36C0C3480DA0C225BEEE5D8AD34659125D871E4A60A8A18946716D0B", "CRC32": "10F10961", "BLAKE3": "1D94789DA9A6F91598BBE62B15463CAC963B64A567413F0439F7D304BCDBF506"}, "downloadUrl": "https://civitai.com/api/download/models/555026?type=Training%20Data"}, {"id": 471228, "sizeKB": 223100.51953125, "name": "sayai2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T19:25:49.429Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E615F81A", "AutoV2": "39EF59F9E6", "SHA256": "39EF59F9E635010BA60004825B3ADDAF7CC1CEC0A0F9FA8DE0CBDDD967B818C8", "CRC32": "6FFC8276", "BLAKE3": "27AB9160AC7B0B2CCE8975B07E166079293C73D52342D49D509E56FE4ECFDD42", "AutoV3": "F52FE49557E0"}, "downloadUrl": "https://civitai.com/api/download/models/555026", "primary": true}], "images": [{"id": 14856869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1af12cb7-272b-4ce3-960f-b67ac17ba10f/width=450/14856869.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UeE:6vIU%Lt7~pIVozoL%MRjM{ofxvaxRit7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/555026", "modelId": 499309} \ No newline at end of file diff --git a/datasets/metadata/555036.json b/datasets/metadata/555036.json new file mode 100644 index 0000000000000000000000000000000000000000..7033a3ace6a71db94674fca783744e32a10f0153 --- /dev/null +++ b/datasets/metadata/555036.json @@ -0,0 +1 @@ +{"id": 555036, "index": 0, "name": "Submarine Screw Style (test)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-08T05:43:13.567Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 474284, "sizeKB": 223110.19140625, "name": "Submarine_Screw_Style_test.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T05:30:52.541Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6400931E", "AutoV2": "F93E8ECC0D", "SHA256": "F93E8ECC0DB3D1492BC6168A4C3295AB0118B9E79F1F77615D98A05CCEBF70BA", "CRC32": "0C7C46DA", "BLAKE3": "83D5911CA381EF9A0A42F5F7A4D70FE6204C8411980394C0D0B06EDA0521B0A2", "AutoV3": "EB87E6D1DD67"}, "downloadUrl": "https://civitai.com/api/download/models/555036", "primary": true}, {"id": 473960, "sizeKB": 11343.4091796875, "name": "555036_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T01:56:31.043Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "13CED61A", "AutoV2": "A7A82D3605", "SHA256": "A7A82D3605D37593E6237C307D7BDBFBFBC9E4ED9DB0F74668C739BA9CDA3045", "CRC32": "816F7969", "BLAKE3": "B26919D09C2664A27529A95BF8DF07F9B18B4B131F89888F5A2CDBCCE6B64B80"}, "downloadUrl": "https://civitai.com/api/download/models/555036?type=Training%20Data"}], "images": [{"id": 15023635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccf4dc1b-1905-4f72-a5be-6ee81265359a/width=450/15023635.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U77KiG-tDzNCxuofRiWAD|Rzs[RpWFf9ofju", "type": "image"}, {"id": 15023698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/236a2092-58b3-4d66-bc10-260351012d58/width=450/15023698.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBJ8CRo}009ETxNFD*IoMuM}~VxEJQai-p%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/555036", "modelId": 499321} \ No newline at end of file diff --git a/datasets/metadata/555182.json b/datasets/metadata/555182.json new file mode 100644 index 0000000000000000000000000000000000000000..ec015e9ba275cbe95a48af482bbf8a85202cfe9a --- /dev/null +++ b/datasets/metadata/555182.json @@ -0,0 +1 @@ +{"id": 555182, "index": 0, "name": "Angie diaz", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-07T04:35:36.546Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 22, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 471238, "sizeKB": 2805.6083984375, "name": "555182_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T19:32:13.894Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F8FCD9E5", "AutoV2": "2657563456", "SHA256": "2657563456A72C4D078E66F05E568B27CA158C0227033E4EB45A5BD161D4456B", "CRC32": "405256B3", "BLAKE3": "9F4CED3C95E3189B5ACF2B49B1057AB4FA710B541CCEB4AF156ADE474467E300"}, "downloadUrl": "https://civitai.com/api/download/models/555182?type=Training%20Data"}, {"id": 472078, "sizeKB": 223099.44140625, "name": "Angie_diaz-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T04:35:59.144Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "85948A5A", "AutoV2": "C6A763ECC3", "SHA256": "C6A763ECC36F19841ECC0581DBD9967C681A8BF699CAD8984D86596B2CDDEC59", "CRC32": "47226B47", "BLAKE3": "F8F63F5FC615E1A1FECDBFDBF63320B66A1F41ABB792EC7059AD7EBDB04E64CE", "AutoV3": "77815F67A57E"}, "downloadUrl": "https://civitai.com/api/download/models/555182", "primary": true}], "images": [{"id": 14902139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18f34490-d951-4519-9062-48a5554591d3/width=450/14902139.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UYPq4_-A|@bvE2s:%2R*s:WBofX7rrofozRj", "type": "image"}, {"id": 14902137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31501792-c7fe-40c0-b29f-83f69755160e/width=450/14902137.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UbPXa]ni{{xZIpWC-Uof-nj?IqflsojtbHaz", "type": "image"}, {"id": 14902140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10410aec-453a-47db-84f8-ec39bd91edac/width=450/14902140.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UpOd^0s:}says:NHoLxGI:s.xaS2xFayfks:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/555182", "modelId": 499463} \ No newline at end of file diff --git a/datasets/metadata/555279.json b/datasets/metadata/555279.json new file mode 100644 index 0000000000000000000000000000000000000000..2f47598a746cccebb8cb96b2e25b21810cfcabca --- /dev/null +++ b/datasets/metadata/555279.json @@ -0,0 +1 @@ +{"id": 555279, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-06T20:13:01.398Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 108, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 471324, "sizeKB": 7926.0419921875, "name": "Gigi_Andalucia_SDG.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T20:16:12.534Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C31C9359", "AutoV2": "D62CD324AE", "SHA256": "D62CD324AE70037AD4C7097B825627A53D1A4C74760516D9F01843A51C2301C1", "CRC32": "781B6B2D", "BLAKE3": "D065B80991D7176A8D85DC273E9965A486EB7BA75E21CBDFA7D40044CA477BFA"}, "downloadUrl": "https://civitai.com/api/download/models/555279?type=Training%20Data"}, {"id": 471325, "sizeKB": 22233.94921875, "name": "Gigi_Andalucia_SDG-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T20:15:46.169Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0A91845E", "AutoV2": "CB78BBC98A", "SHA256": "CB78BBC98AB8EBEA2E4392DF0B9169AE9B28147D21005638FBF53EC592CE4E75", "CRC32": "B144B781", "BLAKE3": "8CE0262F51D4C6A0E61B4C2B3690C45BEF533211A7ABED319CB7167EE79042CC", "AutoV3": "67C9D7012EFB"}, "downloadUrl": "https://civitai.com/api/download/models/555279", "primary": true}], "images": [{"id": 14860680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c212c9b9-5373-409b-9a83-d176537057fc/width=450/14860680.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYQc3Z-.yZbe_2Rl%gn$o~oMVsoyo}axRjkC", "type": "image"}, {"id": 14860683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03bcd677-1cb3-4cdf-9c7a-f0a3862207fd/width=450/14860683.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYQc3Z-.yZbe_2Rl%gn$o~oMVsoyo}axRjkC", "type": "image"}, {"id": 14860866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1960b11-2a7b-44b5-8a04-93a80b3b6a17/width=450/14860866.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEN,b;sF0PcX9WWAEpxV9FWCDjjv_N%2ivIu", "type": "image"}, {"id": 14861205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2fa5a85-64aa-4a57-9ae3-9576a010afa8/width=450/14861205.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UMOo|v}*S@k=7et6$$k?9bX5xCR6-;o~aKjJ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/555279", "modelId": 499552} \ No newline at end of file diff --git a/datasets/metadata/555368.json b/datasets/metadata/555368.json new file mode 100644 index 0000000000000000000000000000000000000000..880d62cc5e58411d99544ce5a1206287cccd0669 --- /dev/null +++ b/datasets/metadata/555368.json @@ -0,0 +1 @@ +{"id": 555368, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-06T20:56:48.476Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 120, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 471421, "sizeKB": 6746.865234375, "name": "Twink_Stella_Crossbone.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T21:00:40.750Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C3093205", "AutoV2": "47E8B86D6E", "SHA256": "47E8B86D6E9EE9B977026B0E3CF67FE934DBCF27A513939527C39640C0CDA9EC", "CRC32": "107D5611", "BLAKE3": "BA346555E58B2B6C346B6E3424591AAE9D07CCD2C5B7599DE202F00141C540B0"}, "downloadUrl": "https://civitai.com/api/download/models/555368?type=Training%20Data"}, {"id": 471422, "sizeKB": 22234.16796875, "name": "Twink_Stella_Crossbone-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T21:00:40.981Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A874FDB7", "AutoV2": "BFD7901D2A", "SHA256": "BFD7901D2A419A2D1AE2CD48D4482EDA0DE95A328ACA76603FE9704C1ED0861E", "CRC32": "AB1E0AC3", "BLAKE3": "135D584703B2064101FD741F3510ABB0E530682B42426DC618FC5037D3B2238B", "AutoV3": "9DAEE6895D7F"}, "downloadUrl": "https://civitai.com/api/download/models/555368", "primary": true}], "images": [{"id": 14863920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/507bf77f-ff6b-4cc6-96bd-60fea2fa7ad8/width=450/14863920.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UUOC:N?v_N%MBpkX_2aeyERkv|jY?FbbxXWV", "type": "image"}, {"id": 14863921, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/868a4d76-2c43-4f82-aa10-4abbb46c0d71/width=450/14863921.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UUOMT=_3_N%MF|kX_2e.yERkv|jY?FbbxXWV", "type": "image"}, {"id": 14864081, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d730dfa7-2fb9-4c38-aaac-2c7e63a895f7/width=450/14864081.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPOMW^_N?^%gAv%M%MbG5rNH=u-o?HbcR5n$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/555368", "modelId": 499635} \ No newline at end of file diff --git a/datasets/metadata/555428.json b/datasets/metadata/555428.json new file mode 100644 index 0000000000000000000000000000000000000000..685408c23d290cfae236d667fef8d9d8213333d4 --- /dev/null +++ b/datasets/metadata/555428.json @@ -0,0 +1 @@ +{"id": 555428, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-06T21:42:44.600Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 122, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 471482, "sizeKB": 9938.650390625, "name": "Bernadette_Briett_Crossbone.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T21:36:25.376Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C803AF03", "AutoV2": "6C14BACA9C", "SHA256": "6C14BACA9CD2C2E7EE0ACF2C62949D509D98C8F58BF1FCD83B7058D45F2B7673", "CRC32": "A2C2CFE8", "BLAKE3": "ABF748BACED576CFD537EC26BA140458E5BFF98D85D6973A8FBC39AB01FB49EC"}, "downloadUrl": "https://civitai.com/api/download/models/555428?type=Training%20Data"}, {"id": 471483, "sizeKB": 22238.07421875, "name": "Bernadette_Briett_Crossbone-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T21:36:29.432Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8298D016", "AutoV2": "10DA78DA9C", "SHA256": "10DA78DA9CC9561B906F5B1BF5F4640C585A93352D65D45E53A38727E3BEC267", "CRC32": "D42B42F4", "BLAKE3": "6F8B8C7790E3541AA343068C3C2B44413C85527CFD679F2385601E70E727C27C", "AutoV3": "F4C72AAA4C8B"}, "downloadUrl": "https://civitai.com/api/download/models/555428", "primary": true}], "images": [{"id": 14867625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ee0efc0-a350-4eb1-86ba-e213dd939434/width=450/14867625.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UiP?H*xayYt7_Mj@tmofbEj[V@WBj]j[RPWB", "type": "image"}, {"id": 14867624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6371b6c8-24cd-4cd3-8555-8643aeda06c7/width=450/14867624.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UiP?H*xayYt7_Mj@tmofbXj[V@WBj]j[RPWB", "type": "image"}, {"id": 14868212, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc0ed1a1-8070-4b4c-af64-fae2442cd22f/width=450/14868212.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTO32t%2%hwH~mxtXBtSk7oyxIt8%MV@IpIV", "type": "image"}, {"id": 14868783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fd4990e-0fbc-4338-a815-424da9f2f4dd/width=450/14868783.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U6O3ILLg0*0g0hWI01?bE1^k}vw0~W%$?Ix]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/555428", "modelId": 499693} \ No newline at end of file diff --git a/datasets/metadata/555525.json b/datasets/metadata/555525.json new file mode 100644 index 0000000000000000000000000000000000000000..51db39f37597df964cba6574ca10472e1361c7b7 --- /dev/null +++ b/datasets/metadata/555525.json @@ -0,0 +1 @@ +{"id": 555525, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-06T22:34:36.007Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 122, "ratingCount": 0, "rating": 0, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 471580, "sizeKB": 7663.9951171875, "name": "Yona_Crossbone.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T22:35:53.219Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "266115D8", "AutoV2": "ADEC288856", "SHA256": "ADEC288856DD5D831D4B9B5F180D0992F0C52735CBF48576E4EF8533D28DBCCE", "CRC32": "33454E18", "BLAKE3": "306A681E32844CBC772BDB00FE387A0F4EAEA0F21ED7480A7863F3A42CDD3EAD"}, "downloadUrl": "https://civitai.com/api/download/models/555525?type=Training%20Data"}, {"id": 471581, "sizeKB": 22234.70703125, "name": "Yona_Crossbone-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T22:36:01.847Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DB299A5D", "AutoV2": "9BB3E654EC", "SHA256": "9BB3E654EC3C0EEA573688AAA1671946817815561DA52C1DF7A54E8C39F5F6BC", "CRC32": "52C4354B", "BLAKE3": "AED1F1623A41F9B100F365B8B3DA6C6226D40B4C644502AE9D8593364363A6E7", "AutoV3": "A771A7C865F3"}, "downloadUrl": "https://civitai.com/api/download/models/555525", "primary": true}], "images": [{"id": 14871919, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffd464e8-4e3f-4a8c-9bf6-149800a353ef/width=450/14871919.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEQ+7.?aKj%2uiaetkRj%hayH?ae~BayrXj@", "type": "image"}, {"id": 14871920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/570a94b7-548e-4e5a-ac74-ec673b3c9532/width=450/14871920.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEQ+7.?aKj%2uiaetlRj%hayH?ae~BayrXj?", "type": "image"}, {"id": 14872170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc8a0593-ef65-4f77-84c3-463f537ccf7c/width=450/14872170.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEP=.%I9BoRO.RMJyEad0gkXQ,oM~UX99Gbc", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/555525", "modelId": 499779} \ No newline at end of file diff --git a/datasets/metadata/555528.json b/datasets/metadata/555528.json new file mode 100644 index 0000000000000000000000000000000000000000..e2968826460f6f409ed17bd1a156c222c16ab63c --- /dev/null +++ b/datasets/metadata/555528.json @@ -0,0 +1 @@ +{"id": 555528, "index": 0, "name": "Irving Penn Style SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-06T23:27:27.590Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 65, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 471588, "sizeKB": 8267.2900390625, "name": "555528_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T22:41:17.647Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6B93E426", "AutoV2": "729ACEBA44", "SHA256": "729ACEBA4469989B01A79AFB842E37B47E51A10847BB9C52AF67BBF3845C8CA8", "CRC32": "D53D8906", "BLAKE3": "3C6449A0EA5BB6940AEDA0EAD04C4500A1F4CCDA926DBE97F147670FA9AD98F8"}, "downloadUrl": "https://civitai.com/api/download/models/555528?type=Training%20Data"}, {"id": 471648, "sizeKB": 223126.23046875, "name": "Irving_Penn_Style_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T23:26:58.317Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "396F447E", "AutoV2": "C39CCB2C2D", "SHA256": "C39CCB2C2DEAE814F6F80DF1952ACBDF2A00B282820C400ACE0602507C8D8F24", "CRC32": "2B152DCD", "BLAKE3": "08B443A4CC1996CEC47629C0F9D659B995A38527D012002E0F75069D82095928", "AutoV3": "ABBA4099BCAF"}, "downloadUrl": "https://civitai.com/api/download/models/555528", "primary": true}], "images": [{"id": 14875448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21f5145c-08bd-4dd5-a951-045806cc4991/width=450/14875448.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4E.|d.800_300-;xu0000IU%M9F~W9Fa|~q", "type": "image"}, {"id": 14875449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3dd431af-3a85-40cf-a915-4463d999ec81/width=450/14875449.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4E:3xMx000000D%~q%M00D%Rj_3D%M{%M?b", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/555528", "modelId": 499781} \ No newline at end of file diff --git a/datasets/metadata/555612.json b/datasets/metadata/555612.json new file mode 100644 index 0000000000000000000000000000000000000000..78ef5f9787de2e804ddfe729b71216d62ad8f354 --- /dev/null +++ b/datasets/metadata/555612.json @@ -0,0 +1 @@ +{"id": 555612, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-06T23:38:12.130Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 109, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 471685, "sizeKB": 22233.91796875, "name": "Onmo_Crossbone-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T23:40:56.023Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2AA0DF02", "AutoV2": "91E4ED0911", "SHA256": "91E4ED0911B4375A9BB7A33FACC882A244A313ED963220013AD9E918526B31BE", "CRC32": "EE7CDDBF", "BLAKE3": "B591FFF9511EFC82BFA2ECE70283BFC1C103887D1FF14A1C6DAB08C755C89A47", "AutoV3": "535C5758167A"}, "downloadUrl": "https://civitai.com/api/download/models/555612", "primary": true}, {"id": 471684, "sizeKB": 6394.6533203125, "name": "Onmo_Crossbone.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-06T23:41:28.446Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "508C05BC", "AutoV2": "40B6741D3A", "SHA256": "40B6741D3A3F67470F63B0B51A8D0E86834FF793727EE0D376110C6EB785A61A", "CRC32": "D98297EA", "BLAKE3": "E8757997CCD03727EB4F824F5DA1BB9E55D93BA30CC47F972F1D6C0AB42F1194"}, "downloadUrl": "https://civitai.com/api/download/models/555612?type=Training%20Data"}], "images": [{"id": 14876497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49bd821c-c2c9-4f5f-b756-e3d9fb60a1b3/width=450/14876497.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9LeEA-B^f-BO=NG00M|D6bv1gbb0zoe~pkC", "type": "image"}, {"id": 14876496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9913973b-1502-484e-a015-58118e13def2/width=450/14876496.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9LeEA-B^f-BO=NG00M|D6bv1gbb0zoe~pof", "type": "image"}, {"id": 14876843, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13254905-7463-404b-9973-ef2623e3c1be/width=450/14876843.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U8IC~O000K}@pb^k000}].t79[XS}[0f%y$*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/555612", "modelId": 499849} \ No newline at end of file diff --git a/datasets/metadata/555641.json b/datasets/metadata/555641.json new file mode 100644 index 0000000000000000000000000000000000000000..282fd221cf08b79999cf79fe0e030b46492f1233 --- /dev/null +++ b/datasets/metadata/555641.json @@ -0,0 +1 @@ +{"id": 555641, "index": 0, "name": "Hanna Wolf", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-07T01:36:43.866Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 471712, "sizeKB": 1309.2392578125, "name": "555641_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T00:05:40.665Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "9CFC9FD4E3", "SHA256": "9CFC9FD4E30CB22299F4166BCB81878E07D232FE07E528464B370D2BEC9C8709", "CRC32": "8C49A884", "BLAKE3": "D38B9B49221ED983E0630354673DA5116AD9B35364E4A0106DA09427AF3CE336"}, "downloadUrl": "https://civitai.com/api/download/models/555641?type=Training%20Data"}, {"id": 471828, "sizeKB": 223099.58984375, "name": "Hanna_Wolf-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T01:36:02.088Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FAFADE5E", "AutoV2": "0B24B20925", "SHA256": "0B24B20925FF742B85A4530F57ECF83318F489CDAB923491864F38BBE0A1A77C", "CRC32": "15E08E7B", "BLAKE3": "C093CE15B6B714620B8F2D0BC77C841E898B1D3CF20382EC644DCAEA2210A242", "AutoV3": "983F15C75EFC"}, "downloadUrl": "https://civitai.com/api/download/models/555641", "primary": true}], "images": [{"id": 14887560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05b120d0-91ab-4f66-aa6f-540f5c5303fd/width=450/14887560.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UhIprgbFxJoc}ca#nlfi$*j]jrWV$+bEWUfR", "type": "image"}, {"id": 14887559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc0269fc-edf5-4390-ada7-86d47e9a7296/width=450/14887559.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UxKT7MozxcoM~Bbbs.oJx[X5jYjstQj]WUfi", "type": "image"}, {"id": 14887561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f647df9f-68b9-4c71-a8f0-fbd5c9f25c6e/width=450/14887561.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UeLLVFJ|#a#s}uSwr]wh-psEt7f$oysWs:X4", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/555641", "modelId": 499874} \ No newline at end of file diff --git a/datasets/metadata/555659.json b/datasets/metadata/555659.json new file mode 100644 index 0000000000000000000000000000000000000000..22de0484568116b940d4e6ffa7703d3c4d6791b9 --- /dev/null +++ b/datasets/metadata/555659.json @@ -0,0 +1 @@ +{"id": 555659, "index": 0, "name": "Charlene (Making Fiends)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-07T01:11:26.865Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["charlene_mf,light blue skin, short hair, curly hair, hairbow, black eyes, light blue hairbow, eyelashes, wide eyes"], "stats": {"downloadCount": 23, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 471728, "sizeKB": 20334.48046875, "name": "555659_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T00:20:55.267Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F4631608", "AutoV2": "F4323E1B17", "SHA256": "F4323E1B1718441FFB7743485E3EE39B234410695DAD6D9560DE3D5F412B6B5C", "CRC32": "45D124B1", "BLAKE3": "570F5199EF6B99C79C37A22440731B13207FD5F53728918B39458D7CAAAFCC41"}, "downloadUrl": "https://civitai.com/api/download/models/555659?type=Training%20Data"}, {"id": 471792, "sizeKB": 223102.87890625, "name": "Charlene_Making_Fiends-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T01:15:45.897Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "20F85763", "AutoV2": "B01BD6AB0F", "SHA256": "B01BD6AB0F948F67059E23E0CE00684D62B3C2D2EF9FE319A18668DE5178E388", "CRC32": "66FEC89F", "BLAKE3": "0ED8E83F4E5DBA5AE8BFCBB3297A0EB59578687F772B366B0E28EFF6DB247A11", "AutoV3": "3309A876C2AF"}, "downloadUrl": "https://civitai.com/api/download/models/555659", "primary": true}], "images": [{"id": 14884703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de7c7485-3aa2-4a37-b2d5-c6526eb239ca/width=450/14884703.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8FQd,x].ns*vcjDThXVvJa#cHf+#gf,XVel", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/555659", "modelId": 499891} \ No newline at end of file diff --git a/datasets/metadata/555686.json b/datasets/metadata/555686.json new file mode 100644 index 0000000000000000000000000000000000000000..43776392fac9a7e947447005369044e062d90167 --- /dev/null +++ b/datasets/metadata/555686.json @@ -0,0 +1 @@ +{"id": 555686, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-07T00:35:48.510Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 163, "ratingCount": 0, "rating": 0, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 471742, "sizeKB": 22235.19140625, "name": "Rondo_Mina_Sahaku_Astray-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T00:35:37.856Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8018FDCE", "AutoV2": "D2D3437195", "SHA256": "D2D3437195AD6FDE0EB802E731BDEC3834233E92FC1A164FC6821D70C7889A7B", "CRC32": "C0658A37", "BLAKE3": "A6479DC8670B91EBE556B8085A7636E7A92E918FBED19B883D28BB2AA2E4133C", "AutoV3": "556DF6365D35"}, "downloadUrl": "https://civitai.com/api/download/models/555686", "primary": true}, {"id": 471741, "sizeKB": 8078.1259765625, "name": "Rondo_Mina_Sahaku_Astray.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T00:35:37.758Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "85DFFC88", "AutoV2": "53E6D88989", "SHA256": "53E6D889890455F570A4C4F4B0D258F1C8271020EB178970A7BECA6F6DEE3456", "CRC32": "3160E45B", "BLAKE3": "4D212749E9AB17A0ADDDED538CD923476C59E0E2561D325C9B71DA100BCCFE9E"}, "downloadUrl": "https://civitai.com/api/download/models/555686?type=Training%20Data"}], "images": [{"id": 14880784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cbc6572-1dc8-41dd-8dfc-d20627caf5be/width=450/14880784.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZLgklxu.Qoz?tf6_4oM?vt7i{kCICWBs*WB", "type": "image"}, {"id": 14880786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f27c1440-2686-4f6c-9be8-8113f47e2290/width=450/14880786.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZLgklxu.Qoz?tf6_4oM?vt7nPkCICWBs*WB", "type": "image"}, {"id": 14881438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3cd774f-6975-463f-ae6e-7d1dfd00f535/width=450/14881438.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UdKKpQ?b_MNF~pM{_3x]XQRjVtaft8xujYax", "type": "image"}, {"id": 14882037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae3d892e-4e23-45aa-a06e-e8e9918f4cfb/width=450/14882037.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "URNTH~E1uhtQ1hR%M|RP5TaJxas.M}r=%1ae", "type": "image"}, {"id": 14883336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fae746c-19df-4a39-8cf7-1924aab4ac3e/width=450/14883336.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOLg9O%M5qxu%~oy~Wt70Layxaa}?HWBVss:", "type": "image"}, {"id": 14883778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb90aead-aa0b-4ebc-821e-c896ed564201/width=450/14883778.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UGJG+xD%0MtR00xaM_of00oz?GRk~qV@R5M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/555686", "modelId": 499915} \ No newline at end of file diff --git a/datasets/metadata/555804.json b/datasets/metadata/555804.json new file mode 100644 index 0000000000000000000000000000000000000000..6c2f6062d038dcd9121d20b16ce65859f36f99d9 --- /dev/null +++ b/datasets/metadata/555804.json @@ -0,0 +1 @@ +{"id": 555804, "index": 0, "name": "FF7 Rebirth Jessie Rasberry Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-07T04:21:47.539Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 210, "ratingCount": 0, "rating": 0, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 471930, "sizeKB": 73365.884765625, "name": "555804_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T02:45:56.221Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E576A79D", "AutoV2": "C7979C1D22", "SHA256": "C7979C1D2293B4C58C61289404DC84765538F0E6B1DDC7E846574FC456D60ECF", "CRC32": "CE099DBD", "BLAKE3": "FC9F7DD2426A60154728EE289930F74FDF66C091F39307C5D42D060E0342D6B5"}, "downloadUrl": "https://civitai.com/api/download/models/555804?type=Training%20Data"}, {"id": 472058, "sizeKB": 223116.05078125, "name": "FF7_Rebirth_Jessie_Rasberry_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T04:15:50.798Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "695D76F8", "AutoV2": "1FF109C61E", "SHA256": "1FF109C61E38BE86BC5EB2EC95EEE9606EA801AD3B2FBF814F85F0DDE5492949", "CRC32": "72A59A58", "BLAKE3": "2FFE88000B777B5004847FAABBB5F6655F209376EB5D36849739C2D2AB1CAFFC", "AutoV3": "3FB30D332D6D"}, "downloadUrl": "https://civitai.com/api/download/models/555804", "primary": true}], "images": [{"id": 14901031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd7d837a-beac-4351-9fa5-ec9a6c75e8f5/width=450/14901031.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UINJ,pxa_N-;sUoeozRkg3kCi_V[t7fQs:j[", "type": "image"}, {"id": 14901126, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52fa4fad-49d7-4a5f-8bb2-996754f20b32/width=450/14901126.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UQLpw8?Hu6I;.8bbxaada$afxts:s:j[kCWC", "type": "image"}, {"id": 14901033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4052bc51-1e06-4f42-98ef-16892dbc034a/width=450/14901033.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UTKK{Es:*0xv%2ofShWBNIkCnhadf,WVs.oe", "type": "image"}, {"id": 14901034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daa40cab-abe1-4e49-a316-ff27c3461332/width=450/14901034.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UhLW^jxu~ps;-;%MW;RjxBRQXTRjt7a}oeoz", "type": "image"}, {"id": 14901032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73885d3a-285c-421d-a79d-bb4a5b384ee3/width=450/14901032.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UeLNJh%M~qt7%3%MR*M|r;WBSPRjj]R*t7j?", "type": "image"}, {"id": 14901036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a22e9205-a7b1-453f-9344-b4d56865e33d/width=450/14901036.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UVLD$4-;~qRP?Ht7kWM{s9t8X9ay%MRjV@WB", "type": "image"}, {"id": 14901035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a79367c0-92be-41cb-a924-41b9f3e5890f/width=450/14901035.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UlMs~Exu_Nt7%gt7t6RjxDayNbf6axWBj[of", "type": "image"}, {"id": 14901038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/003578eb-82fa-43da-8d71-3782ead5c99b/width=450/14901038.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UeKdVp-p_NRk%Mx[baRQROV@W=WBoLNGofxu", "type": "image"}, {"id": 14901037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f082246-107a-416c-b172-8b581dd53073/width=450/14901037.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UjMG;sxu_NRkx]t7jtV@nOjsNHWBRkRjj[t7", "type": "image"}, {"id": 14901039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68791a1d-eaf2-4830-bfd7-28ec24c38048/width=450/14901039.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UqL|y6xu_NWBxvofWBR*adaykCfkxZWBS4t7", "type": "image"}, {"id": 14901040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/400e5f45-8644-4a79-8d59-20b73778d2ff/width=450/14901040.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UmL;EcM{_N-;xvRjRjtRaJozR,WBxut7j]Rj", "type": "image"}, {"id": 14901041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc14483b-3ef8-4d5f-8194-ffe478e9fea7/width=450/14901041.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UVK0,C%1G^NepIS5enxZF1WBr]X9NfoKt7S4", "type": "image"}, {"id": 14901042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa0b825d-1dfa-43ca-af0d-652ca6a64318/width=450/14901042.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UdNb_h%M*JNG%zofsCWBOrtQsAM{s;WBxut6", "type": "image"}, {"id": 14901044, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17ba5377-18d2-40a4-9dd3-6eae98890ef6/width=450/14901044.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UeMPwa$*ysS$k=S4jFxuKOn$sAV@W=jutQni", "type": "image"}, {"id": 14901043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22a6ad41-1b35-4a0f-8a9d-05943ade1900/width=450/14901043.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UDJ*;vxa3?={IT-9x^EL5RKP%hog7iIo-m%g", "type": "image"}, {"id": 14901045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e734871-afb2-4cb4-8e5c-15e7e41592fb/width=450/14901045.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UjL;EZNF?btS~qV@kW-:V?WCRkX8R+t6o1RQ", "type": "image"}, {"id": 14901046, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d027618-6c28-4343-92ed-f8bcb26ae800/width=450/14901046.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UQL|lz4.~p-p?c-:ogxuDhIpNLs.R*sl%MNG", "type": "image"}, {"id": 14901047, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4e17b49-10f5-4923-8493-afba6d68d524/width=450/14901047.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UcLW^toz~qoJ_3%2tSRkI9M{S5ofozWB%2WC", "type": "image"}, {"id": 14901048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b05d269b-85cc-46e7-b00e-f38fbe674b4d/width=450/14901048.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UgLD=OX9tlVs~q%2-;M{ROkCR.xaM|ayoLay", "type": "image"}, {"id": 14901049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a1d0788-ad9f-45c2-9fdc-2c0f5b35f9ca/width=450/14901049.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UlMQP3og*0ogt8ofofRkNHbbt6smt7WCj[t6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/555804", "modelId": 500023} \ No newline at end of file diff --git a/datasets/metadata/556096.json b/datasets/metadata/556096.json new file mode 100644 index 0000000000000000000000000000000000000000..7032588f1a24d32da02a90ce395c84753e2c13a5 --- /dev/null +++ b/datasets/metadata/556096.json @@ -0,0 +1 @@ +{"id": 556096, "index": 0, "name": "Shiva", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-08T21:08:59.287Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 31, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 475759, "sizeKB": 39678.154296875, "name": "556096_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T20:36:39.016Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "661F0911", "AutoV2": "A2D31944A7", "SHA256": "A2D31944A7491787CADF3ACE46BF98DEEAC1E79E8DCD4C29508FAB3CA834AA59", "CRC32": "1C7EEB81", "BLAKE3": "2E6D5F304DF0A49ABBC381BC9519BB27663D1AD24B957E4DFA3F1C19628A263C"}, "downloadUrl": "https://civitai.com/api/download/models/556096?type=Training%20Data"}, {"id": 475804, "sizeKB": 36999.328125, "name": "Shiva.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T21:10:39.364Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0ED114D3", "AutoV2": "6C1A0F1137", "SHA256": "6C1A0F113764A8A167447038E6B83CF96A6D9CFABE7C7DB90F1D9D8FD1BE99F6", "CRC32": "6901A1D5", "BLAKE3": "8E19039B53C3084EA7E9E2AF506E043DE0239331E4EE438A76EB38289ABBB4EC", "AutoV3": "4FA24FF77BFE"}, "downloadUrl": "https://civitai.com/api/download/models/556096", "primary": true}], "images": [{"id": 15097991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc375ba3-88fa-4baf-80b9-5da9aa8aed08/width=450/15097991.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UJHB6h9#=@E+}mEMxCOFxEkAE4ni5TV@Si$z", "type": "image"}, {"id": 15097990, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d7c4687-4f35-449e-9b97-52ff231964c9/width=450/15097990.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UEI;ty4oMc^%xt=^4ooz~9aeElS4NIt7IVM|", "type": "image"}, {"id": 15097992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b17ecc2b-40aa-4e5c-8015-b3f401e6c076/width=450/15097992.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UQGIDV%0IAjZ~Un~M|snobWVNHj[NfNHnhj?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/556096", "modelId": 500279} \ No newline at end of file diff --git a/datasets/metadata/556232.json b/datasets/metadata/556232.json new file mode 100644 index 0000000000000000000000000000000000000000..ebb2d0ca019019376d689bd7bcd698b3833f04f6 --- /dev/null +++ b/datasets/metadata/556232.json @@ -0,0 +1 @@ +{"id": 556232, "index": 0, "name": "V2, 10th Epoch", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-07T06:53:31.725Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["willsmith"], "stats": {"downloadCount": 51, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 472252, "sizeKB": 166547.07421875, "name": "willsmith_pxl_v2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T06:55:56.943Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "77AAA32E", "AutoV2": "0FC0D0E379", "SHA256": "0FC0D0E379895F50AE5252EA82BA4524A3873DAF2BCDB612922A02E72C9EEAD8", "CRC32": "7DD5F10D", "BLAKE3": "3A65112B384D1D3DB56617B4720F924535D9102320F9E990734EB72E2CF47292", "AutoV3": "71CBCDFF315A"}, "downloadUrl": "https://civitai.com/api/download/models/556232", "primary": true}, {"id": 472255, "sizeKB": 38041.048828125, "name": "5_a.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T06:56:30.873Z", "metadata": {"format": "Diffusers"}, "hashes": {"AutoV1": "5053F43E", "AutoV2": "F8C6400BAC", "SHA256": "F8C6400BAC7C4BE741969541FD73CC92DF2F243E4898231123760478E9B31FC1", "CRC32": "FEC0A658", "BLAKE3": "3C9E23013D041B167B93B951BFC86148C5C7133B656E00AADFE405603C3B021B"}, "downloadUrl": "https://civitai.com/api/download/models/556232?type=Training%20Data"}], "images": [{"id": 14912416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10899a6b-4a4a-4aa8-b0a5-f3abf664c7ad/width=450/14912416.jpeg", "nsfwLevel": 1, "width": 768, "height": 1248, "hash": "UOCsatIm-@NfM_xuM{NI%MITM^WCNLxvfmt9", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/556232", "modelId": 500400} \ No newline at end of file diff --git a/datasets/metadata/556311.json b/datasets/metadata/556311.json new file mode 100644 index 0000000000000000000000000000000000000000..df3af39e8b60daf5286a6a47356017c501a1435e --- /dev/null +++ b/datasets/metadata/556311.json @@ -0,0 +1 @@ +{"id": 556311, "index": 0, "name": "s1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-07T09:33:25.978Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 31, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 472361, "sizeKB": 7520.03515625, "name": "556311_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T08:06:30.291Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CC9B030B", "AutoV2": "A6F9739D12", "SHA256": "A6F9739D1243F03716DEDC417E4F08A710D9C3EC3276FC704C6DAF3C26CE0CE4", "CRC32": "D52234CB", "BLAKE3": "5ED312B0E4B8208D5BD742A74B080F151A39003987639BE3708E0561D9A986CE"}, "downloadUrl": "https://civitai.com/api/download/models/556311?type=Training%20Data"}, {"id": 472490, "sizeKB": 223103.01171875, "name": "s1-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T09:36:07.458Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "80D41350", "AutoV2": "93D3230AEE", "SHA256": "93D3230AEEBB668DFF7CD7F322295D16AFBB8687D32C95E232A8F93443AA9D76", "CRC32": "E9654138", "BLAKE3": "4855082E9DFFA6FD1FF1A978181EE069C663A76233540E3B17D34C59257B0C17", "AutoV3": "0E4D12FD4525"}, "downloadUrl": "https://civitai.com/api/download/models/556311", "primary": true}], "images": [{"id": 14925156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ae097cd-7ddf-4521-9539-4ef6b0fbf5ff/width=450/14925156.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULJ@zm~qyCVr%JxuXT%24.R+-pt6NfxWxZbw", "type": "image"}, {"id": 14925155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df4461db-c7c7-4c2b-9cba-e00be75cf506/width=450/14925155.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEID]+%M0KWBF|%MELM|9tWVS3xa~WoL-Tod", "type": "image"}, {"id": 14925157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba6fa8af-92e4-476f-9adf-9616f52233a5/width=450/14925157.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UMH-x-~V0KE1_2%f%1o0n#x[t6xFM{xt%Ls:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/556311", "modelId": 500473} \ No newline at end of file diff --git a/datasets/metadata/556408.json b/datasets/metadata/556408.json new file mode 100644 index 0000000000000000000000000000000000000000..1a9bf579d75abd8f0b34d1d4133c6d1f27604de9 --- /dev/null +++ b/datasets/metadata/556408.json @@ -0,0 +1 @@ +{"id": 556408, "index": 0, "name": "SAFA KABIR", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-07T18:13:15.721Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 32, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 472483, "sizeKB": 9213.7529296875, "name": "556408_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T09:30:51.340Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3674A245", "AutoV2": "D7084E23F6", "SHA256": "D7084E23F6433BD6A305CC6D06EBC83AD832526AF83CAE2873531FAF5FF5B93B", "CRC32": "944C8A64", "BLAKE3": "D6495EDE8DDCC132FD356BC57FEE561C6BDAF1347F56C76DBA610C2742F61F3B"}, "downloadUrl": "https://civitai.com/api/download/models/556408?type=Training%20Data"}, {"id": 473277, "sizeKB": 36979.40625, "name": "SAFA_KABIR-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T18:12:29.650Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E5716375", "AutoV2": "07D10FBC75", "SHA256": "07D10FBC7535B3FC2ED716C6A0D73CE91B934D810D62B6387166C5B649611B33", "CRC32": "1C2C3B3C", "BLAKE3": "2B7FA268250D638168CF6C0F7DD95886D7F25102031BCCFC6B2DB2C2E5EE92E3", "AutoV3": "7DA167AE467D"}, "downloadUrl": "https://civitai.com/api/download/models/556408", "primary": true}], "images": [{"id": 14967898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a711049-881c-42e9-a169-2c08fcd5e4f0/width=450/14967898.jpeg", "nsfwLevel": 1, "width": 370, "height": 555, "hash": "UOI}R|~p%~9uBtM}T1t7o@IA-UxGO]WA%MWB", "type": "image"}, {"id": 14967931, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf10d173-d7bf-429a-962e-478def0b685b/width=450/14967931.jpeg", "nsfwLevel": 1, "width": 864, "height": 1296, "hash": "USLE7:00%#-;%1-;?bM{?^ROMwNG%Mogxtxt", "type": "image"}, {"id": 14968040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfceb0be-c352-4c7f-8757-72c1577159a6/width=450/14968040.jpeg", "nsfwLevel": 1, "width": 483, "height": 723, "hash": "U9C6.DIo00.A00oh_NDh1Nf#=Fr_rXIBt-?v", "type": "image"}, {"id": 14968038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2cc4526-7e18-489a-b143-2d66a2f8cbf7/width=450/14968038.jpeg", "nsfwLevel": 1, "width": 432, "height": 648, "hash": "UOG8TeA{yG~A0pOuI^IokXV@ivWTbX$%%Knh", "type": "image"}, {"id": 14968039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/468aa26d-f3e2-4a5b-ba85-9500c01a7374/width=450/14968039.jpeg", "nsfwLevel": 1, "width": 651, "height": 976, "hash": "UAFi3*0M0wVY00%MTZ-;uh$z~A5SAAM{$gIU", "type": "image"}, {"id": 14968041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0c82070-4807-4341-ba34-0e7d1d356b0b/width=450/14968041.jpeg", "nsfwLevel": 1, "width": 998, "height": 1496, "hash": "UGJZS=CGt,?I.avo=gI.=~?b%LNw-rEJZ%kC", "type": "image"}, {"id": 14968037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c062d50-b5eb-46fc-a7ae-862e3872801f/width=450/14968037.jpeg", "nsfwLevel": 1, "width": 540, "height": 809, "hash": "URH1Yz~C57IVEKELNGtQ5RWF={w^IUjFxtR+", "type": "image"}, {"id": 14968042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62115b20-c9e4-4142-b35a-10137f537476/width=450/14968042.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1350, "hash": "UJI;x201T}rq-r^*?vW..m%1^+Nd%NbJ?aof", "type": "image"}, {"id": 14968043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6cbb355-5119-4a01-b2b1-fddbadf633df/width=450/14968043.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1350, "hash": "UNK1E]~BE3w]00Ej.9xu.9aJrCxtR*-pae9Z", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/556408", "modelId": 500564} \ No newline at end of file diff --git a/datasets/metadata/556526.json b/datasets/metadata/556526.json new file mode 100644 index 0000000000000000000000000000000000000000..06869e6921556de49fd21c5359d906cede5007d4 --- /dev/null +++ b/datasets/metadata/556526.json @@ -0,0 +1 @@ +{"id": 556526, "index": 0, "name": "Bryan Liston Fashion Photography Style SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-07T12:31:40.377Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 101, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 472566, "sizeKB": 7230.6572265625, "name": "556526_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T10:31:19.564Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B1ED5618", "AutoV2": "C27E051007", "SHA256": "C27E05100754320C391897B7CCE786754A080327F5B55D18324A6C3F8C099119", "CRC32": "979F7EDC", "BLAKE3": "A510E63DDB6B7862CE73FFC025F49AFF0E60A94ACEB76901CCF382E4D32D1290"}, "downloadUrl": "https://civitai.com/api/download/models/556526?type=Training%20Data"}, {"id": 472738, "sizeKB": 223115.08984375, "name": "Bryan_Liston_Fashion_Photography_Style_SDXL-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T12:26:56.397Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8D27BF89", "AutoV2": "AEE5148A02", "SHA256": "AEE5148A024D8565AB6C34381403AFE15A6997F0C53BE379F66233BC38374B36", "CRC32": "486CC0E7", "BLAKE3": "D311F9EF0C11751B1F02F1CE44EC8AEBC818C102650008E6376A963BD87D6420", "AutoV3": "5F2EF2062FAE"}, "downloadUrl": "https://civitai.com/api/download/models/556526", "primary": true}], "images": [{"id": 14940425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ca4af4c-cbaf-431b-8329-8cd346843446/width=450/14940425.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UnHoI7~q%Mxut7j@ofj[WBxut7Rjt7t7ayay", "type": "image"}, {"id": 14940423, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef553b99-2e2a-4ae3-a077-a9eb160207cf/width=450/14940423.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7BzC4-;00~q-;_3~q%M00-;t74nD%9FD%9F", "type": "image"}, {"id": 14940424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d0fcf88-fa14-4dd8-9e81-627cb206baea/width=450/14940424.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UhNTzYj[?bxu~qWBWBofRjayM{ayxufQRjRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/556526", "modelId": 500675} \ No newline at end of file diff --git a/datasets/metadata/556563.json b/datasets/metadata/556563.json new file mode 100644 index 0000000000000000000000000000000000000000..0b0647c780ed29f760516318eff80bb4e81ba01e --- /dev/null +++ b/datasets/metadata/556563.json @@ -0,0 +1 @@ +{"id": 556563, "index": 2, "name": "V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-07T10:59:21.561Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 472615, "sizeKB": 45929.400390625, "name": "556121_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T11:01:22.695Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C7AF15C9", "AutoV2": "83E005B413", "SHA256": "83E005B4137F79A35532593C70B67F59DE6E731EEB935432B5E8A4BD988C524B", "CRC32": "F90AC34D", "BLAKE3": "C25CBC504C8318E9AFB2C629D42D30F5624E8242627A11777B1F45E1DBC9D7CA"}, "downloadUrl": "https://civitai.com/api/download/models/556563?type=Training%20Data"}, {"id": 472613, "sizeKB": 175735.7060546875, "name": "SCB_LTX__IWM_V2_Pony.zip", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T11:00:50.691Z", "metadata": {"format": "Diffusers", "size": null, "fp": null}, "hashes": {"AutoV1": "E0740434", "AutoV2": "ABAEE01087", "SHA256": "ABAEE010870A9B35AB96D4C602825A315BA581BDAEB19D396DC102A35CEDD0E9", "CRC32": "49A2AB56", "BLAKE3": "E661A7DA286182835A778A575114CFA6C451BEEE57CA22A5BD2874080DCFFAC4"}, "downloadUrl": "https://civitai.com/api/download/models/556563", "primary": true}], "images": [{"id": 14932521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c128d7f-c3e6-4c23-88f2-1bc2f8dc6740/width=450/14932521.jpeg", "nsfwLevel": 8, "width": 450, "height": 450, "hash": "USG[vOxu~Vt6~Wofxaju%LayRjj[%LfQR*oL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/556563", "modelId": 498426} \ No newline at end of file diff --git a/datasets/metadata/556578.json b/datasets/metadata/556578.json new file mode 100644 index 0000000000000000000000000000000000000000..5066e183a8d33b854390262308b87a6228a7a764 --- /dev/null +++ b/datasets/metadata/556578.json @@ -0,0 +1 @@ +{"id": 556578, "index": 1, "name": "V4", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-07T11:09:03.680Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 20, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 472626, "sizeKB": 33799.423828125, "name": "556321_training_data 3.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T11:11:31.086Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "676D0186", "AutoV2": "6C87E5EF00", "SHA256": "6C87E5EF00B5088D5542B0935C3C175D24D2E4C1A452EB8550BFED478E65D769", "CRC32": "69839F58", "BLAKE3": "6136627A5132105FE4B82DE055D61166CF6C3B9A9B66BD6001A83D01F67EEB50"}, "downloadUrl": "https://civitai.com/api/download/models/556578?type=Training%20Data"}, {"id": 472627, "sizeKB": 176138.0185546875, "name": "SCB_LTX__IWM_V3.zip", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T11:11:32.269Z", "metadata": {"format": "Diffusers", "size": null, "fp": null}, "hashes": {"AutoV1": "D33C9579", "AutoV2": "C97B17FF45", "SHA256": "C97B17FF4510499BDB84C7962172BC20743CCE1195881C9269661F05E2515C3D", "CRC32": "572664BB", "BLAKE3": "E95AFC835176DFF4C38F12AB9E7592DD56D873E342AEE9398063A62B581DF2CE"}, "downloadUrl": "https://civitai.com/api/download/models/556578", "primary": true}], "images": [{"id": 14933620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac9c5fe6-c6fb-49e6-a125-a7427eb15a5d/width=450/14933620.jpeg", "nsfwLevel": 8, "width": 450, "height": 450, "hash": "UHF5,A~A-nt6bdkDM{bco~WCD*M|bHoLayo0", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/556578", "modelId": 498426} \ No newline at end of file diff --git a/datasets/metadata/556592.json b/datasets/metadata/556592.json new file mode 100644 index 0000000000000000000000000000000000000000..b5500dfb927bf9baa0cd91f88675307959f2fe8b --- /dev/null +++ b/datasets/metadata/556592.json @@ -0,0 +1 @@ +{"id": 556592, "index": 2, "name": "V5.2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-07T11:26:03.432Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 472648, "sizeKB": 176155.373046875, "name": "LTX_SCB_V5.2_pony.zip", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T11:31:31.611Z", "metadata": {"format": "Diffusers", "size": null, "fp": null}, "hashes": {"AutoV1": "C694B33C", "AutoV2": "B2146CC5FA", "SHA256": "B2146CC5FA35E8475AC6600F595504E98BD9AC621CC202AD3D1BC4B22ECE298F", "CRC32": "AD7DAA2D", "BLAKE3": "AB9FFCADCAEC08C5303E7D543BEB27685B8928F5CA7C2A2415786B9DC39558E4"}, "downloadUrl": "https://civitai.com/api/download/models/556592", "primary": true}, {"id": 472647, "sizeKB": 5513.2109375, "name": "493432_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T11:31:31.620Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "19E6DA2C", "AutoV2": "A84747E876", "SHA256": "A84747E87681EC16CA31A90FA3CB2842EBA943A9714648721EAEC1B9FBC78869", "CRC32": "EE7CD993", "BLAKE3": "76C5AEB554E072A504EE5C462637FD1DB349D245C615611BCC033991FAD5993B"}, "downloadUrl": "https://civitai.com/api/download/models/556592?type=Training%20Data"}], "images": [{"id": 14935284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8348233f-f2ec-455e-9097-8372518386a6/width=450/14935284.jpeg", "nsfwLevel": 1, "width": 450, "height": 450, "hash": "UfOgTlD%-;-;-;M{V@R*~q%MIoV@xus:j]xu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/556592", "modelId": 442589} \ No newline at end of file diff --git a/datasets/metadata/556610.json b/datasets/metadata/556610.json new file mode 100644 index 0000000000000000000000000000000000000000..6930e2e84cdb8f03c9cd4b54cf2e5a4b8efada49 --- /dev/null +++ b/datasets/metadata/556610.json @@ -0,0 +1 @@ +{"id": 556610, "index": 1, "name": "V5.3", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-07T11:30:23.996Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 472659, "sizeKB": 175988.380859375, "name": "SCB_LTX_V5.3._Pony.zip", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T11:30:43.541Z", "metadata": {"format": "Diffusers", "size": null, "fp": null}, "hashes": {"AutoV1": "B5B10996", "AutoV2": "B52C2923C8", "SHA256": "B52C2923C8EBFF3E647C1D0478C03736EF86E5CF51B5630398B6B06FE8EAF233", "CRC32": "64901582", "BLAKE3": "29D194C0AB79A2D785E7CD4A76F7BE3D3C5ADEA5117E1766194BC7147B6E6F3A"}, "downloadUrl": "https://civitai.com/api/download/models/556610", "primary": true}, {"id": 472658, "sizeKB": 5513.2109375, "name": "496940_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T11:32:06.774Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FBBAFD92", "AutoV2": "A9260E7660", "SHA256": "A9260E766079CECA1FCFB995D84A3AEB850B78953BF4073F7353E0DEB6440E29", "CRC32": "37553697", "BLAKE3": "4F6494ECD1232883B6A0BFF74225708297DB76929DD46517A39B52E5FBCE02F5"}, "downloadUrl": "https://civitai.com/api/download/models/556610?type=Training%20Data"}], "images": [{"id": 14935643, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80cfc915-fd80-4ff3-a71a-35c5c132c947/width=450/14935643.jpeg", "nsfwLevel": 8, "width": 450, "height": 450, "hash": "USHBrEM|?Dxs~VRkjZxZ-oWCNHt6%Lj[R*j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/556610", "modelId": 442589} \ No newline at end of file diff --git a/datasets/metadata/556624.json b/datasets/metadata/556624.json new file mode 100644 index 0000000000000000000000000000000000000000..a32530690bececb971da4f181dba1ae9d551b308 --- /dev/null +++ b/datasets/metadata/556624.json @@ -0,0 +1 @@ +{"id": 556624, "index": 0, "name": "V5.4", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-07T11:35:21.677Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 23, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 472666, "sizeKB": 5513.2109375, "name": "497147_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T11:36:52.182Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "989C887A", "AutoV2": "E95571AA3A", "SHA256": "E95571AA3A3C0828E077871B83BA1F4AF72071EBAFB91CEBF09CAFD180994C07", "CRC32": "822D649A", "BLAKE3": "A32360D2CF71B5AFF501B3D95160D0F9DFE7D42CFB115E15D7F94249096A726C"}, "downloadUrl": "https://civitai.com/api/download/models/556624?type=Training%20Data"}, {"id": 472667, "sizeKB": 176476.560546875, "name": "LTX_SCB_V5.4_pony.zip", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T11:36:29.736Z", "metadata": {"format": "Diffusers", "size": null, "fp": null}, "hashes": {"AutoV1": "DD6FDC69", "AutoV2": "9A0AD083AB", "SHA256": "9A0AD083AB78325F85CAFCDA5D52EB85F7F192DF5F8787CD2F3F9EA3E412FFC8", "CRC32": "A49988B4", "BLAKE3": "15BFBC57C21BE9EF0826545CB691C24159E89E52306A0CBC4E03A5806016FE84"}, "downloadUrl": "https://civitai.com/api/download/models/556624", "primary": true}], "images": [{"id": 14936030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1ff5ad8-dc4b-45d9-adf1-77e5aff25dd0/width=450/14936030.jpeg", "nsfwLevel": 1, "width": 450, "height": 450, "hash": "U4HoI5%M%M%MoJayozxu~qaybFt7?bRjayWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/556624", "modelId": 442589} \ No newline at end of file diff --git a/datasets/metadata/556630.json b/datasets/metadata/556630.json new file mode 100644 index 0000000000000000000000000000000000000000..c861c906d1ad87e7da2f870afdbb23f3a48acf1d --- /dev/null +++ b/datasets/metadata/556630.json @@ -0,0 +1 @@ +{"id": 556630, "index": 0, "name": "V3", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-07T11:44:30.517Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 31, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 472679, "sizeKB": 46205.88671875, "name": "556125_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T11:45:59.234Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "91D4B24B", "AutoV2": "4747AD3FFA", "SHA256": "4747AD3FFACC5F624E440E33DA9941F3B83B46443E4185D12819011C0D1C402A", "CRC32": "69EFEC49", "BLAKE3": "7BFA50243A1F68B6F59986AEA952761D9F428B499A074CDE875E530D44FF57E1"}, "downloadUrl": "https://civitai.com/api/download/models/556630?type=Training%20Data"}, {"id": 472680, "sizeKB": 176359.041015625, "name": "SCB_LTX__IWM_V3.zip", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T11:46:03.799Z", "metadata": {"format": "Diffusers", "size": null, "fp": null}, "hashes": {"AutoV1": "70774A8E", "AutoV2": "9E73444263", "SHA256": "9E7344426325618D072414B1F0CD456538A1C804CBAE6A8BBD1EC0BF7C52E058", "CRC32": "E9472F32", "BLAKE3": "53F9BD490631DF0DE73AEDA0AE956C9221155789492B7DE8B21C43B31701EBDE"}, "downloadUrl": "https://civitai.com/api/download/models/556630", "primary": true}], "images": [{"id": 14936788, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ac6ac8b-aa1c-4b71-bf5f-463da60850a1/width=450/14936788.jpeg", "nsfwLevel": 8, "width": 450, "height": 450, "hash": "UkLEH4xF~pxZo~r=R-s.t7aeIVayRkR*RQR+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/556630", "modelId": 498426} \ No newline at end of file diff --git a/datasets/metadata/556922.json b/datasets/metadata/556922.json new file mode 100644 index 0000000000000000000000000000000000000000..bad75911f88ec0c3517dbf4af1efb361d90c3885 --- /dev/null +++ b/datasets/metadata/556922.json @@ -0,0 +1 @@ +{"id": 556922, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-07T14:36:48.140Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 144, "ratingCount": 0, "rating": 0, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 472947, "sizeKB": 7475.7802734375, "name": "Abbey_Windsor_SeedFreedom.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T14:37:09.497Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D1C8C936", "AutoV2": "9F778923D1", "SHA256": "9F778923D126060DDE979E40C3FE89B97E85D07628F32C05D47D7882825BD829", "CRC32": "EEEFF4FC", "BLAKE3": "EDB46A65BC3EAD33C60F883C06B1081F1961F81735BA2D560839A0ED2B3D6426"}, "downloadUrl": "https://civitai.com/api/download/models/556922?type=Training%20Data"}, {"id": 472946, "sizeKB": 22234.57421875, "name": "Abbey_Windsor_SeedFreedom-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T14:37:11.377Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "466183D0", "AutoV2": "02F59A04BC", "SHA256": "02F59A04BC8ACADB0117A3E717C87D1C56C8E99DF9237389E26449ECCB90CD69", "CRC32": "0C906311", "BLAKE3": "5F7EB1EBEE107C015E44DC75761B6F26705439D92F93E396D52F44F50E148ECA", "AutoV3": "542198323248"}, "downloadUrl": "https://civitai.com/api/download/models/556922", "primary": true}], "images": [{"id": 14950585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/963d465f-a3cf-45e6-a265-65422da6aa73/width=450/14950585.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOK^sn~WJC-p~7s,9bt601M|MyRkyERknhIo", "type": "image"}, {"id": 14950588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14263f86-6cb7-4116-9775-d9597def463f/width=450/14950588.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOK^sn~WJC-p~7s,9bt601M|MyRkyERknhIo", "type": "image"}, {"id": 14950807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c12883f-1882-4903-af2b-b0f04c24bdf4/width=450/14950807.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULMjXTD*%h?a};%M4;IoD$t6E4NHI]Rjnhxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/556922", "modelId": 501038} \ No newline at end of file diff --git a/datasets/metadata/556973.json b/datasets/metadata/556973.json new file mode 100644 index 0000000000000000000000000000000000000000..93865583215db8adefb8e6c6b09f4d142a4c4962 --- /dev/null +++ b/datasets/metadata/556973.json @@ -0,0 +1 @@ +{"id": 556973, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-07T15:02:06.874Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 132, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 472999, "sizeKB": 9328.744140625, "name": "Erica_Simmons_Seed.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T15:00:48.149Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "54CF127F", "AutoV2": "3E7EE20D80", "SHA256": "3E7EE20D80A466CABA7A3E240D7CA757C3EEF8E9D46D09B4C86F7AAAF1924FC2", "CRC32": "93A28DC9", "BLAKE3": "32DE5A832B17C71866E1296E8F5B34905559E128DEC23F1D85885678B7D10997"}, "downloadUrl": "https://civitai.com/api/download/models/556973?type=Training%20Data"}, {"id": 472998, "sizeKB": 22237.18359375, "name": "Erica_Simmons_Seed-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T15:01:26.930Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E15714FF", "AutoV2": "D5B03811A6", "SHA256": "D5B03811A6AD529FF73B0E77DE2725D46B8A935E1710907A7F653E68573E9521", "CRC32": "DA01E851", "BLAKE3": "8CC8A7D46CE8158A3582CA5805B3804C64098CFF38986A7B71086B0134C51281", "AutoV3": "D534E37530AF"}, "downloadUrl": "https://civitai.com/api/download/models/556973", "primary": true}], "images": [{"id": 14952352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f769fe0-a831-4df1-a3b7-2e07e71368e4/width=450/14952352.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAKRzW$700M{yqE#QmVZIAj[X-j@:5e.~Vxt", "type": "image"}, {"id": 14952351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93961ca5-2973-43a0-bd91-1394daf66251/width=450/14952351.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAKRzW$700M{yqE#QmVZIAj[X-j@:6e.~Vxt", "type": "image"}, {"id": 14952477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e19fc9bc-26e1-4ce1-8b6a-ef0680012797/width=450/14952477.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFHc_-.S014n9sIA57bwBo%2xas,}AbvS$IU", "type": "image"}, {"id": 14953104, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b08cd473-e882-4ade-9da6-f3b5f40d1a50/width=450/14953104.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNOfV~~Wys?aJUxuyDof00ayIAR+^+V?V@ae", "type": "image"}, {"id": 14954746, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8638451a-6a5a-4df7-a2cd-637ee2afa9ee/width=450/14954746.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "URN]%^EOLLRkLNI@xwxa0N%2WGjr?GxC-ps,", "type": "image"}, {"id": 14954744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2091bcdc-2b21-4b8e-b314-b9d3d4f8f7e8/width=450/14954744.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UENJF2~V1OtS0MkoA0Eh00IW?HIqo#ofMxae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/556973", "modelId": 501085} \ No newline at end of file diff --git a/datasets/metadata/557072.json b/datasets/metadata/557072.json new file mode 100644 index 0000000000000000000000000000000000000000..d22fde1109a36ee7a22a4f51ba0b1a0c963b7f92 --- /dev/null +++ b/datasets/metadata/557072.json @@ -0,0 +1 @@ +{"id": 557072, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-07T16:10:34.577Z", "availability": "Public", "nsfwLevel": 7, "description": "v1 of rose world, turned out pretty good, bit of trouble with the birds when doing citys and stuff but other than that all good,
", "trainedWords": ["roseworld", "vines", "thorns", "((red))", "((blue))", "((yellow))", "((green))", "((purple))", "((pink))", "((brown))", "((white))", "((black))", "((rainbow))"], "stats": {"downloadCount": 124, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 473102, "sizeKB": 9328.46875, "name": "RoseWorld.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T16:02:18.914Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2AD679F3", "AutoV2": "068FF68D77", "SHA256": "068FF68D7791021F2B50A67B707976E4DE8C4ACA4F1AFFEE05DAACF2C20794C7", "CRC32": "893B8020", "BLAKE3": "0E642F813B70F8C81179C6165303AAAA4BA9A0B77EE00312E737636FA6FBF905", "AutoV3": "64082AB95407"}, "downloadUrl": "https://civitai.com/api/download/models/557072", "primary": true}, {"id": 473106, "sizeKB": 59291.9052734375, "name": "RoseWorld.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T16:06:37.789Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6DD6F11F", "AutoV2": "EAF1ADB5B4", "SHA256": "EAF1ADB5B4BC0CE6B4D8FB442C0EEF677639C9DE4F8727C2DF0F070CCE69B9B7", "CRC32": "3E99C2DB", "BLAKE3": "7A9E9B2894106E97C8E73459AB493437B5BD2F3B2C2394525D9A84DA33218282"}, "downloadUrl": "https://civitai.com/api/download/models/557072?type=Training%20Data"}], "images": [{"id": 14956887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d93a476-06c0-4274-8346-82734d9d6533/width=450/14956887.jpeg", "nsfwLevel": 2, "width": 1152, "height": 1728, "hash": "UOHLC#9ax[?F~pNGWVt64:s:9GbbIVs:M{WW", "type": "image"}, {"id": 14956899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c23d5ca3-2304-4df7-b765-df6a4efd4765/width=450/14956899.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "UWE.%$S2%fx[_La{tQt6OEjbNHbHRkS4M|NG", "type": "image"}, {"id": 14956902, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b54c2f0-7c52-4344-9d37-82ecc612a1ad/width=450/14956902.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UWJt#O?Z?utR~p%2%ft6SgoyIpM|xut6M{oL", "type": "image"}, {"id": 14956921, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ff9caa0-12fa-49ab-8f53-36bee19f22a2/width=450/14956921.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UEEoGD02Md~p?vIUM_yDK6V?D*bwtRNGVtxu", "type": "image"}, {"id": 14956932, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb13a9d0-5d20-40a1-87fe-2572e4e502fa/width=450/14956932.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UDC$pE00M_~X_4D%Ri-;R-t5E1xu%2WXRSxa", "type": "image"}, {"id": 14956937, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf1959c7-5a0d-4b8e-b537-54d2144ebfaa/width=450/14956937.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UQH-*:4pn5tQ?]M|V[j?5SxDaKxt9aoexZWV", "type": "image"}, {"id": 14956939, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5dae840-01f0-40b3-bd45-d50ecf6dfe3d/width=450/14956939.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UQE:@^9GZ~t6_MIBt7j[9FWAjYjZ9HjFkCbI", "type": "image"}, {"id": 14956947, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27c15bab-30ac-4763-ae1b-29c93ac8b353/width=450/14956947.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UDEU[S9bQ.%2~o%KI=E2l8-nR+EM~9%1s:n%", "type": "image"}, {"id": 14956950, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38f4bac6-ce96-4178-9851-7a2eaca8af32/width=450/14956950.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UIDSLKEfIUr=~DxBOAxa=|$zx]bs^joe%3oH", "type": "image"}, {"id": 14956968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4d0c574-2d39-4083-b179-7b52b1cd9968/width=450/14956968.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U3CZOmIx00}??c_2?akV00#=xt9H004ou3%L", "type": "image"}, {"id": 14956971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f97080db-7740-40dc-befa-d7f35cf0a2d4/width=450/14956971.jpeg", "nsfwLevel": 4, "width": 1728, "height": 1152, "hash": "U6FYPa-;5stj.kRl^Q^%00D+NFD+00r;9IE2", "type": "image"}, {"id": 14956981, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56f42e30-e170-491c-9660-ae57df2c460e/width=450/14956981.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U7ELpa0201+u0K}@-p0g02.6wK$%9HInTI^*", "type": "image"}, {"id": 14956991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6a8e9c2-5c4b-4746-8c7a-7cb80a583394/width=450/14956991.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UOFh*C^$-n9v~UxsW.n%^%-mxtxtRkjF%1s,", "type": "image"}, {"id": 14956998, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56bd4803-1b91-43f1-98b0-ee4b5ee6f860/width=450/14956998.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U6AT4r=T^RIS4:Mxxt?G8^~V%K-Vt-FYES9t", "type": "image"}, {"id": 14957014, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e1fa29f-1265-415c-9df0-4051aa6ca89d/width=450/14957014.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UKF~EVxt00-n?]-nH@Rkx[ozMyD+-.tQIWIV", "type": "image"}, {"id": 14957030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4157b8fd-973e-4141-a34a-3f74006b0cc0/width=450/14957030.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U59@3Q019Z~pxat6E1-p9FWBMxja0e%2r[I:", "type": "image"}, {"id": 14957041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5a1ff31-e74e-40d2-a4a0-a0e9c03fbfd2/width=450/14957041.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U17ThH9[D4IA0Jt8=|X900s:gMpI49wIV?Vr", "type": "image"}, {"id": 14957507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbc41849-9e9b-44da-a7af-7960093867f5/width=450/14957507.jpeg", "nsfwLevel": 4, "width": 1152, "height": 1728, "hash": "URHeOI4ox[xG_MVss:t6I:%2D*t6o|j]MyM|", "type": "image"}, {"id": 14959468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef28f1b3-7f97-4272-b990-80226f3ed354/width=450/14959468.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "UYDv=dWBahj[_MWBayaztjayRQafo2azRPay", "type": "image"}, {"id": 14959473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c5c5b5e-af48-4eba-b2d1-46a29eaf0d6e/width=450/14959473.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "UNGk,wD%XOae~qRjNaofxukCD%xu.8juDjof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/557072", "modelId": 501163} \ No newline at end of file diff --git a/datasets/metadata/557162.json b/datasets/metadata/557162.json new file mode 100644 index 0000000000000000000000000000000000000000..a0e1348d5ecbe726ccad45d1ebe4bde71cf7fc6c --- /dev/null +++ b/datasets/metadata/557162.json @@ -0,0 +1 @@ +{"id": 557162, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-07T16:48:01.178Z", "availability": "Public", "nsfwLevel": 34, "description": null, "trainedWords": [], "stats": {"downloadCount": 146, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 473176, "sizeKB": 22237.19921875, "name": "Fa_Yuiry_Z-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T16:52:01.774Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D49809BA", "AutoV2": "592CFF5B94", "SHA256": "592CFF5B941EC88F71225763B46D1AA5824AD7E43CE78133CDC9D31A4BAAB355", "CRC32": "1B330BED", "BLAKE3": "737EE6624910E900F5685228419E7C677F963096F59A4F01555B38B6B359C69B", "AutoV3": "3D292B5EDD12"}, "downloadUrl": "https://civitai.com/api/download/models/557162", "primary": true}, {"id": 473175, "sizeKB": 7567.2333984375, "name": "Fa_Yuiry_Z.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T16:50:55.804Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7FC58A32", "AutoV2": "6A02FE97A3", "SHA256": "6A02FE97A31D815CBDACA9FD79134FE065705F96BA6AAB5CFD71EC223559379F", "CRC32": "700A91D5", "BLAKE3": "256A21DF245D97D27C6074B3AFD6F385DAD2FAE1689E935FFEDD3BD7EC1884E4"}, "downloadUrl": "https://civitai.com/api/download/models/557162?type=Training%20Data"}], "images": [{"id": 14960923, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9608f59a-0f48-4c37-a8be-96c4a8762b60/width=450/14960923.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVQH?x%e~9xs5Wf+^cbGXRkCnmj[%0agxuay", "type": "image"}, {"id": 14960924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3257094e-5a45-47cf-9755-0a6fadea5965/width=450/14960924.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVQH?x%e~9xs5Wf+^cbGXRkCnmj[%0agxuay", "type": "image"}, {"id": 14961232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40c3ff96-4c32-4fa5-bcaa-2799c757ebef/width=450/14961232.jpeg", "nsfwLevel": 32, "width": 1024, "height": 1536, "hash": "UQO__s^%~Ut6K4XA~8Rj0hj]-nxu?YIpRns,", "type": "image"}, {"id": 14961413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2467e3d6-ec56-40a3-922d-a0338fe09920/width=450/14961413.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQO__s^%~Ut6K4XA~8Rj0hj]-nxu?YIpRns,", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/557162", "modelId": 501258} \ No newline at end of file diff --git a/datasets/metadata/557186.json b/datasets/metadata/557186.json new file mode 100644 index 0000000000000000000000000000000000000000..504bb30c29a207404a9a16fc83580dc1b7a980fa --- /dev/null +++ b/datasets/metadata/557186.json @@ -0,0 +1 @@ +{"id": 557186, "index": 0, "name": "v2.0 | SD", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-09T18:29:24.027Z", "availability": "Public", "nsfwLevel": 1, "description": "This version is a merge of some images from my other LoRas plus for stable diffusion. Needs finetuning in the future.
", "trainedWords": [], "stats": {"downloadCount": 52, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 477760, "sizeKB": 18551.2421875, "name": "EvoNexus_v2.0-000023.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T18:16:14.136Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "9520281E26", "SHA256": "9520281E2668D5C64AB917AEB838AE01FB80C6AADAC225E9DA4FB407AD597552", "CRC32": "461380AE", "BLAKE3": "5B9623CFAE343E9DB929CF8E24F134BF5D01D0ED3A3474C7506A2AD3CE703AC3", "AutoV3": "39680297607A"}, "downloadUrl": "https://civitai.com/api/download/models/557186", "primary": true}, {"id": 477764, "sizeKB": 597202.5478515625, "name": "561095_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T18:21:00.144Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "26CCC3A9", "AutoV2": "A41C3F40AB", "SHA256": "A41C3F40AB6784ACBB52CAD813AB6FE72BBA64918F0928F2F4826C4D6A7B4BE9", "CRC32": "F4F1D39C", "BLAKE3": "E8A78FDCA7C1494D43B04E77DAB1F521B94B0A40E6822E2176E36174DB79B623"}, "downloadUrl": "https://civitai.com/api/download/models/557186?type=Training%20Data"}], "images": [{"id": 15204462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0200ec4e-1d5f-421f-ba0f-5cc38180a7f2/width=450/15204462.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UNKn3+~VNHInWAbHkXj?Xno0MxWBngjZofj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/557186", "modelId": 491247} \ No newline at end of file diff --git a/datasets/metadata/557209.json b/datasets/metadata/557209.json new file mode 100644 index 0000000000000000000000000000000000000000..c61e5d44e27d1b9a3e48d705094bdd458d96b601 --- /dev/null +++ b/datasets/metadata/557209.json @@ -0,0 +1 @@ +{"id": 557209, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-07T17:30:27.483Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["toadstoolworld", "vines"], "stats": {"downloadCount": 100, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 473220, "sizeKB": 9328.6640625, "name": "ToadstoolWorld.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T17:25:46.858Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E3623662", "AutoV2": "4BA678F8B0", "SHA256": "4BA678F8B05A95F86B8335F296487A8273656EBC8BB5E0903D52FD528977FBFA", "CRC32": "5D8F3143", "BLAKE3": "291E04FC593E3040C2AFEE30F434F56987C35249CD9CF2B163DA2FB5F5407990", "AutoV3": "C61680B67A9B"}, "downloadUrl": "https://civitai.com/api/download/models/557209", "primary": true}, {"id": 473223, "sizeKB": 59000.03125, "name": "ToadstoolWorld.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T17:26:57.616Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E6C9E401", "AutoV2": "BA1C47B53C", "SHA256": "BA1C47B53CAE18775D57BDD9C300C8A8BA1E5D6BE3393B4A8A6E80E5656A379A", "CRC32": "D9EEF4CA", "BLAKE3": "A7B19F8D8BCC1340094BDE206828FB1470CF17E10287041E9C9CB1D207FBA711"}, "downloadUrl": "https://civitai.com/api/download/models/557209?type=Training%20Data"}], "images": [{"id": 14964047, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e0cf348-1ec7-427a-91c0-7d4fa537204f/width=450/14964047.jpeg", "nsfwLevel": 2, "width": 1152, "height": 1728, "hash": "UPDvlx~ptlRk%f%LozWCIAM{aeoyxZxtWBNG", "type": "image"}, {"id": 14964065, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7808b6a4-84b5-4a41-bbc6-5eedb1553be8/width=450/14964065.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "U29Q:Dvf003G01OtC,0Muj~VEKHr.94VQ8.6", "type": "image"}, {"id": 14964073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94a3031e-cb6f-42be-aa44-9cb76e36d6bb/width=450/14964073.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1728, "hash": "UED0c5_MyCWYxtt5yCW=H@RPIVNH%2xtockV", "type": "image"}, {"id": 14964111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39e994e3-5210-4b61-837a-58d8eb2034de/width=450/14964111.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UBEo@]%z0103_N?Foa9bM_s:XTjFxuoyxsIW", "type": "image"}, {"id": 14964138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab0520f6-5e22-45f5-92c7-412f9b38df67/width=450/14964138.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UEDThM_M-6D+?^-:%0of9GRkj[s:9bbbozoL", "type": "image"}, {"id": 14964152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1dd04b97-9c99-49ef-9097-9e01ca67d165/width=450/14964152.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UAE2^2h14;4T?wx[t6D*RNROE2x^=sS~Mzof", "type": "image"}, {"id": 14964157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/322abc0d-ffb4-4163-8201-399ea647a31b/width=450/14964157.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U6BMcD~otb%K01Io-p?bxlxbRlE1IaM{IUE0", "type": "image"}, {"id": 14964166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e9df946-926a-4707-8b27-34b6f631b551/width=450/14964166.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U88qNb~oWU9HtkxtbbWCMyWXt7aeIVD*E1%L", "type": "image"}, {"id": 14964174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/746a971b-dfdc-49bc-8acf-8f35b9816619/width=450/14964174.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UEB:g0?GxZ~oIp%1^%tQICIp9bIVIVM|oKV@", "type": "image"}, {"id": 14964202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9151d1f3-2788-4ebf-9eb1-3df123298998/width=450/14964202.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U7CZU*vNOn4TP;OE024T?YyD4UR6~Tae?Fnl", "type": "image"}, {"id": 14964263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6e01e41-9f7f-4b37-95ac-777090549904/width=450/14964263.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "UTH.sJM{W-Rj_NRkIVM|%1%MMxxut6M|j=xu", "type": "image"}, {"id": 14964266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0af26c6a-5c01-4b45-af1e-854778a8dc47/width=450/14964266.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UHC6fQ~V55IVozoyx@-;xbxbxtt7tRozNGIo", "type": "image"}, {"id": 14964275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e359b0d8-03fb-4a08-aa9a-45f649b069fd/width=450/14964275.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "U6E.B]02T}^b16Djt80M9J0M%J0M?Z^$-V^%", "type": "image"}, {"id": 14964283, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2c54c89-1d39-4195-a8d0-8f97aa226394/width=450/14964283.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UCDIwWbq0L}[JAj]E2My$gocIoD*-;o|E1wK", "type": "image"}, {"id": 14964651, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06f18eda-058e-40c5-b727-556c801f6d09/width=450/14964651.jpeg", "nsfwLevel": 4, "width": 1152, "height": 1728, "hash": "UCCGlF~pPUGGIVaeoJtR00D*Z$Mx={ofIpD*", "type": "image"}, {"id": 14970075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d79ffec-792d-415e-a238-54bdb19709b1/width=450/14970075.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U17m$;w32[Le8wL0K$zV1cE}:6#88vIB;Ncr", "type": "image"}, {"id": 14970082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/947d77c7-d15e-4bae-bf5f-bb4a4c24dcf7/width=450/14970082.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1152, "hash": "U45Z8S.kD48w*Hx[IBMKs+t+e.Q.o|oxtka$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/557209", "modelId": 501300} \ No newline at end of file diff --git a/datasets/metadata/557269.json b/datasets/metadata/557269.json new file mode 100644 index 0000000000000000000000000000000000000000..10e764d58938817e945043a76214b9b40bf1c843 --- /dev/null +++ b/datasets/metadata/557269.json @@ -0,0 +1 @@ +{"id": 557269, "index": 0, "name": "1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-07T18:40:37.696Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["bow_music", "bow_instrument", "holding a bow"], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 473273, "sizeKB": 232.4208984375, "name": "557269_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T18:10:55.126Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "5DF23812C3", "SHA256": "5DF23812C3F899046BC27269DB869D04EA0650420C581C4B02851E0241D65944", "CRC32": "1EA51176", "BLAKE3": "802B2E03F52FF57FB8B42C6D9F54A751BAB3B9158B3EFADB9E2706E3647577D2"}, "downloadUrl": "https://civitai.com/api/download/models/557269?type=Training%20Data"}, {"id": 473338, "sizeKB": 223099.62109375, "name": "Bow_Music.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T18:46:30.164Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "534E26B8", "AutoV2": "FC1A308E67", "SHA256": "FC1A308E67210A01F2D8207AC5D15505B9BFD0A80CBAA0341F212D65F101B340", "CRC32": "5A655248", "BLAKE3": "6EF83393092F486DB769CBB09C8F6D14989DDCF4B0FB81AEB170485A2FE3B339", "AutoV3": "15C9AA3BA1F3"}, "downloadUrl": "https://civitai.com/api/download/models/557269", "primary": true}], "images": [{"id": 14970500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07e0ee4e-da1c-4500-83eb-dd8211107cf1/width=450/14970500.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8Ss4~?bxu?b~q_3Mxa#WCIUDixv_3t7t8%M", "type": "image"}, {"id": 14970499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b4fe5d5-947d-434a-ae9c-2d0a9f7807bb/width=450/14970499.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7S?AN_3Rk-;~q4mV@ogRkxu9EM{?bogxv9F", "type": "image"}, {"id": 14970501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/faa0ae89-5451-4aa9-993d-dfed3d826556/width=450/14970501.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6S$ov_3IU?b~qIT%Lof%Mxu9EtR-;D%IU9F", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/557269", "modelId": 501355} \ No newline at end of file diff --git a/datasets/metadata/557327.json b/datasets/metadata/557327.json new file mode 100644 index 0000000000000000000000000000000000000000..ecce87e924b744b4fa92ff401da07e8d81299ab4 --- /dev/null +++ b/datasets/metadata/557327.json @@ -0,0 +1 @@ +{"id": 557327, "index": 0, "name": "Hotmama", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-07T19:59:48.816Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 76, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 473422, "sizeKB": 19953.0693359375, "name": "557327_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T19:31:00.556Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4AB41D4D", "AutoV2": "C2BD791E3D", "SHA256": "C2BD791E3D557B4B41BF4D47661C5D906895B80CC7651297DEB591FCFFEC5975", "CRC32": "F665D8CA", "BLAKE3": "721032FA95B5E3C062A53FE70920EF81E846597A01F64BBE918FFF02357B6AE4"}, "downloadUrl": "https://civitai.com/api/download/models/557327?type=Training%20Data"}, {"id": 473461, "sizeKB": 36979.2265625, "name": "Hotmama.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T19:55:49.840Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C9CE2100", "AutoV2": "5F42A51E94", "SHA256": "5F42A51E94DDD20D1FF229639FF41A161030F58E72D8D4EC99A4AC0B5B32A9C6", "CRC32": "1986A0D3", "BLAKE3": "CED6596A165A642938A8B2C787AE85B82EDFE198645ED60253077E2E035C1ECF", "AutoV3": "A1B772ED6B19"}, "downloadUrl": "https://civitai.com/api/download/models/557327", "primary": true}], "images": [{"id": 14976413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8584c43e-033d-4877-8525-b8ebd8a4d984/width=450/14976413.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "U#NmWoWB?^tRXTRjt6aeWBj@M{ofozkCs:jZ", "type": "image"}, {"id": 14976414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c62c156-840e-4480-b9fc-1a61a3b50775/width=450/14976414.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UJI}VAtQp{RitRNGR-nh0fxFxDNd-UWrW=oy", "type": "image"}, {"id": 14976409, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98e42d47-e51f-474d-a256-87cadabceaca/width=450/14976409.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UNIq=cxs.mNGWAWXW=V?IoadVstRtlRjxat7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/557327", "modelId": 501403} \ No newline at end of file diff --git a/datasets/metadata/557456.json b/datasets/metadata/557456.json new file mode 100644 index 0000000000000000000000000000000000000000..2fb430dadfcaff802663192f5922566af51b3732 --- /dev/null +++ b/datasets/metadata/557456.json @@ -0,0 +1 @@ +{"id": 557456, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-07T19:44:48.863Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 194, "ratingCount": 0, "rating": 0, "thumbsUpCount": 37, "thumbsDownCount": 0}, "files": [{"id": 473445, "sizeKB": 22236.41015625, "name": "Natarle_Badgiruel_Seed-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T19:46:19.752Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "53CF21A7", "AutoV2": "6D8B01356A", "SHA256": "6D8B01356A96DD7A6CEC9203860A97251139CFB8EC0216E4C0AD89C08620E7FA", "CRC32": "F5394183", "BLAKE3": "C3671E0AA55C67765811A001353CFD035C1302A600455D463E35F00010015C33", "AutoV3": "551BBE444BD9"}, "downloadUrl": "https://civitai.com/api/download/models/557456", "primary": true}, {"id": 473446, "sizeKB": 8986.3583984375, "name": "Natarle_Badgiruel_Seed.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T19:46:47.810Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E6F6FF9A", "AutoV2": "9CB3C98A90", "SHA256": "9CB3C98A905BF8FF202076F35878783F790FC641B4A24B01D6EE88303C53ED51", "CRC32": "BBC91F3A", "BLAKE3": "71218BD27E66F43790137F3F5D14CF4F73FEDD9CD9836A135117829E70915098"}, "downloadUrl": "https://civitai.com/api/download/models/557456?type=Training%20Data"}], "images": [{"id": 14975473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69723fff-121c-409b-9e3a-56ef7b639990/width=450/14975473.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAK^sp-;01~W00t7?b?HpdIUQ-M{ElV@^jD%", "type": "image"}, {"id": 14975472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c99f6e3b-6191-4d25-ade4-f6ee1427de86/width=450/14975472.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAK^sp-;01~W00t7?b?HpdIUQ-M{EmV@^jD%", "type": "image"}, {"id": 14976079, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7804fae-e9b3-43ea-953a-0f7d90b9d046/width=450/14976079.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTI}YMIU56E100%MIoxu0KM{-;kB~qt7i_a}", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/557456", "modelId": 501526} \ No newline at end of file diff --git a/datasets/metadata/557576.json b/datasets/metadata/557576.json new file mode 100644 index 0000000000000000000000000000000000000000..8d43d007c76b722404c0c880165b9db9085d29fc --- /dev/null +++ b/datasets/metadata/557576.json @@ -0,0 +1 @@ +{"id": 557576, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-07T21:00:02.355Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 233, "ratingCount": 0, "rating": 0, "thumbsUpCount": 44, "thumbsDownCount": 0}, "files": [{"id": 473554, "sizeKB": 8933.611328125, "name": "Murrue_Ramius_Seed.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T21:00:52.481Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3E5C29BF", "AutoV2": "1C12543876", "SHA256": "1C12543876B326A72B030003263D54F20FD459DD1D5E1F5DAF48C46D66A45829", "CRC32": "A42B04CB", "BLAKE3": "E655A684A8B14A786DE2631B042D083093FB82392E81F87F133F37CFC3D73C37"}, "downloadUrl": "https://civitai.com/api/download/models/557576?type=Training%20Data"}, {"id": 473556, "sizeKB": 22236.66015625, "name": "Murrue_Ramius_Seed-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T21:01:47.313Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "33CA4B4F", "AutoV2": "019A49FB53", "SHA256": "019A49FB537FA0C9EA9153154A357222B12F1A420CE38CF6979F61FA02300796", "CRC32": "4D3DDDF2", "BLAKE3": "647FB2C7A004108823C8C68A9D10569234F1B47FBC09E6A14D289C12E31D6865", "AutoV3": "CCE19E53F590"}, "downloadUrl": "https://civitai.com/api/download/models/557576", "primary": true}], "images": [{"id": 14982175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b7143bf-142b-4ea6-a18e-c36fadc70243/width=450/14982175.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNK,~rRk00xa00NFXTt7_NoMniof%MkC$Lj[", "type": "image"}, {"id": 14982176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39eed9eb-e9d1-4bc3-89dd-aef59031f6dc/width=450/14982176.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNK,~rRk00xa00NFXTt7_NoMniof%MkC$LoL", "type": "image"}, {"id": 14982457, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/962f8894-95b8-4259-bd39-020ee2db35ef/width=450/14982457.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFKwnU00Ab9G00xaNyS500IT-;xu~q-;IAt7", "type": "image"}, {"id": 14982916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea78423b-801e-4766-b566-8fa072002655/width=450/14982916.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UCN,GCyY0f?v0qERo$$R0$~C^k%2_3D%~WI:", "type": "image"}, {"id": 14983417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c14099d9-05c0-43f0-82d3-bbd3326efd94/width=450/14983417.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJNvb{9aK%X.0#R5XmER0NwK-pjJ~q%KMy-;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/557576", "modelId": 501638} \ No newline at end of file diff --git a/datasets/metadata/557637.json b/datasets/metadata/557637.json new file mode 100644 index 0000000000000000000000000000000000000000..0712357534624d6dba035bdddf5591361dfde2a3 --- /dev/null +++ b/datasets/metadata/557637.json @@ -0,0 +1 @@ +{"id": 557637, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-07T21:48:41.721Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 197, "ratingCount": 0, "rating": 0, "thumbsUpCount": 40, "thumbsDownCount": 1}, "files": [{"id": 473627, "sizeKB": 8217.1748046875, "name": "Talia_Gladys_Destiny.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T21:46:30.522Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "617093AE", "AutoV2": "8F4B397A0A", "SHA256": "8F4B397A0A718D7E80EDBC1E9D3D66F1613970B0426D970DCE678F5B501BB94F", "CRC32": "2EA5C24F", "BLAKE3": "A460CA4B5083E35018B5D32F238C08AF8E0FF2ECF60769FF82D1428E86C7C126"}, "downloadUrl": "https://civitai.com/api/download/models/557637?type=Training%20Data"}, {"id": 473628, "sizeKB": 22235.51171875, "name": "Talia_Gladys_Destiny-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T21:46:51.664Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F79BFC38", "AutoV2": "3C366DA088", "SHA256": "3C366DA088F71B1F992841785C9BF0A02D3722FE87F0D5805483CEE953BD6406", "CRC32": "2101A1AA", "BLAKE3": "D1828E7F763D8392B8F18AD582DCF2D1A4AC5125BCC03765A0B55AE93D4CF8B8", "AutoV3": "BA5B489792A5"}, "downloadUrl": "https://civitai.com/api/download/models/557637", "primary": true}], "images": [{"id": 14986324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3d6d288-5b10-4a23-98b1-f905ef7fb608/width=450/14986324.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUNmm8xu?wt7xtxu~qWB-=ayenay%gRjRPWB", "type": "image"}, {"id": 14986323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1fd8caba-a9ca-4c4c-8f9e-485cdfa39595/width=450/14986323.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVNw7vxu?vt7xtxu_NWB-=ayaday%gRjRPWB", "type": "image"}, {"id": 14986701, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5fe74b4-250a-4a74-bad2-aab8cc61c950/width=450/14986701.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTM?oE~W9]t70K%MXTR+Nd-p?Ht7~ptRxaxu", "type": "image"}, {"id": 14987197, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6ff4b6d-2a16-4b98-93d5-bc9238bfcac1/width=450/14987197.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UGM$[2_N01Mw00RQE2M|0K%L?Ht6ITIUo#NI", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/557637", "modelId": 501695} \ No newline at end of file diff --git a/datasets/metadata/557726.json b/datasets/metadata/557726.json new file mode 100644 index 0000000000000000000000000000000000000000..da732ad128fa176ff12b493c77257ef21177c5e2 --- /dev/null +++ b/datasets/metadata/557726.json @@ -0,0 +1 @@ +{"id": 557726, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-07T22:39:53.702Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 138, "ratingCount": 0, "rating": 0, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 473700, "sizeKB": 22233.51953125, "name": "Sala_Tyrrell_GX-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T22:40:46.637Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CAABD65D", "AutoV2": "557E9CB124", "SHA256": "557E9CB1245C41BA625A92D9E19B0108421B173A2DEF52E9D223C7B12782B298", "CRC32": "68CFA686", "BLAKE3": "7B1BAC5F19D84FACB2C303B00EF5985537826950B442D92C504E77632F86A687", "AutoV3": "D02880079155"}, "downloadUrl": "https://civitai.com/api/download/models/557726", "primary": true}, {"id": 473699, "sizeKB": 6784.1328125, "name": "Sala_Tyrrell_GX.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-07T22:40:49.366Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "251C6A3F", "AutoV2": "EC7D65ADD0", "SHA256": "EC7D65ADD0BD1B84CDBCE6AEBE59DAE4BFC4A727BABD3EE6F6C77244B7FD4A86", "CRC32": "79499707", "BLAKE3": "28A1BD9DF3DFD46D607291A9367BCD6E94FAA8FC352261C4A13C8C1B8013DD8F"}, "downloadUrl": "https://civitai.com/api/download/models/557726?type=Training%20Data"}], "images": [{"id": 14989946, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/000325fe-5994-4e22-9824-d102d2612df1/width=450/14989946.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNLy+rRk0#tQ1YkCFwt7H[oLn4ay}]jZ#Xs:", "type": "image"}, {"id": 14989947, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7bddaf0-ebb5-495d-b400-0fabe8624b3e/width=450/14989947.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNLy+rRk0#tQ1YkCFwt7H[oLn4ay}]jZ#Xs:", "type": "image"}, {"id": 14990134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1822dc28-6328-4157-bf0f-33113e1883db/width=450/14990134.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNK9}$IU0fD*60t79bxt56Rj-Vxa~CoyRjM|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/557726", "modelId": 501776} \ No newline at end of file diff --git a/datasets/metadata/557932.json b/datasets/metadata/557932.json new file mode 100644 index 0000000000000000000000000000000000000000..4840345624328dac54fb843cee8aa156c41e4f1e --- /dev/null +++ b/datasets/metadata/557932.json @@ -0,0 +1 @@ +{"id": 557932, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-08T01:11:30.868Z", "availability": "Public", "nsfwLevel": 23, "description": null, "trainedWords": [], "stats": {"downloadCount": 268, "ratingCount": 0, "rating": 0, "thumbsUpCount": 46, "thumbsDownCount": 0}, "files": [{"id": 473900, "sizeKB": 12382.5859375, "name": "lacus_clyne_seedfreedom.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T01:15:52.300Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BE65DA4B", "AutoV2": "525E1E2AC4", "SHA256": "525E1E2AC4602F71CF3FE31DE225D88B4ABF568554D5795395F4F2E0E0483674", "CRC32": "0643ECB0", "BLAKE3": "7EFED899CED738B41AE15E96D8433E9D7CB29B3B38214553A20DB446260B09AC"}, "downloadUrl": "https://civitai.com/api/download/models/557932?type=Training%20Data"}, {"id": 473899, "sizeKB": 22237.48828125, "name": "lacus_clyne_seedfreedom-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T01:16:04.103Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8BAE6CDA", "AutoV2": "6DA293975B", "SHA256": "6DA293975B849579146C2CFF2DAB4282E4BD39BDE1DC44C48F941E20008CC4C9", "CRC32": "1D5F62A4", "BLAKE3": "C594ED7A1F33D7F63392D01F4D631E6A5B505D1DA9DCA810408969B4485598F5", "AutoV3": "4540FE9226EA"}, "downloadUrl": "https://civitai.com/api/download/models/557932", "primary": true}], "images": [{"id": 15000356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfe71347-7077-40c3-bbff-87b3e822e2c1/width=450/15000356.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDH1DJt70d%1=dNG00oM0fWCxtR%w}t6~psp", "type": "image"}, {"id": 15000357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c414c300-3fb8-4277-97fb-7d3bae30b544/width=450/15000357.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDH1DJt70d%1=dNG00oM0fWCxtR%w}t6~psp", "type": "image"}, {"id": 15000659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/741a9edd-d93d-44e8-bcdd-c898fd528968/width=450/15000659.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U6G*1#0200]j]j-.00#p8x^Q9[EfK501~W%e", "type": "image"}, {"id": 15001305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/639cdeea-9ca5-44c6-821b-9337eaaaba94/width=450/15001305.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UOP$2gsB_NM|kqD%S$jZ$%VsE1M{%gRj%LWB", "type": "image"}, {"id": 15002804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/386ba820-00b6-4ad2-9d47-0558d7f3abe6/width=450/15002804.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UFM6PI-p00xG00M{0ej[IVt6-:j[~VWBIUbH", "type": "image"}, {"id": 15003891, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d757d6bb-690a-4296-96b1-9c014439929e/width=450/15003891.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U9Jjb%0L00?uEgtRNZMdD*WBxu%M~BjFNZS3", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/557932", "modelId": 501963} \ No newline at end of file diff --git a/datasets/metadata/558215.json b/datasets/metadata/558215.json new file mode 100644 index 0000000000000000000000000000000000000000..23968a35cc1dd1697487bb0396f23527f1daf80a --- /dev/null +++ b/datasets/metadata/558215.json @@ -0,0 +1 @@ +{"id": 558215, "index": 0, "name": "Seira (silverhead braided girl)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-08T05:51:24.292Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": ["Seira"], "stats": {"downloadCount": 81, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 474214, "sizeKB": 124274.0146484375, "name": "558215_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T04:41:29.294Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A85789A5", "AutoV2": "035DB8E249", "SHA256": "035DB8E249A32D12516A7462CEEF2D55CDF97095B99FD9F3ED508F176373EA81", "CRC32": "3A371E00", "BLAKE3": "9258A3B3223E9B401EC3B65438F0173875090C249DAA6BCE117229F58A6424E7"}, "downloadUrl": "https://civitai.com/api/download/models/558215?type=Training%20Data"}, {"id": 474314, "sizeKB": 223099.30078125, "name": "Seira_silverhead_braided_girl-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T05:57:05.565Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "204DE0AE", "AutoV2": "D6D1C8C383", "SHA256": "D6D1C8C3835EABA1BDCDDAD8B327084C851299B77312E3B3E315496093D23BF7", "CRC32": "7F1FF489", "BLAKE3": "BE1A8D94F7AB6015280196EA88411AAE1448A495954DACB6B65E5360338D2E4A", "AutoV3": "CD9FAA6AB594"}, "downloadUrl": "https://civitai.com/api/download/models/558215", "primary": true}], "images": [{"id": 15024750, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6639ddb7-f00b-4213-9db8-e7d943be01ca/width=450/15024750.jpeg", "nsfwLevel": 4, "width": 1792, "height": 2688, "hash": "U$O{{ux]?wt6%Mt7R*WBRjWAjFWWxukCR+j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/558215", "modelId": 502227} \ No newline at end of file diff --git a/datasets/metadata/558514.json b/datasets/metadata/558514.json new file mode 100644 index 0000000000000000000000000000000000000000..2ddee0d960f093422aef4b824a6b3ff8e44f2cc0 --- /dev/null +++ b/datasets/metadata/558514.json @@ -0,0 +1 @@ +{"id": 558514, "index": 0, "name": "Omar Ortiz Hyperrealist Painting Style SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-08T10:46:01.601Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 44, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 474483, "sizeKB": 7957.03125, "name": "558514_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T08:10:50.201Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BB727873", "AutoV2": "AA39B622AD", "SHA256": "AA39B622AD0CB00A8FE5B8DF0C918F90CBB19670D6BCBDC02FD610DA27940B15", "CRC32": "7717D418", "BLAKE3": "280C948ADE02EC65B8233D3E8465F5A01C4D2F3477654321B3072862B06F74DE"}, "downloadUrl": "https://civitai.com/api/download/models/558514?type=Training%20Data"}, {"id": 474693, "sizeKB": 223122.84765625, "name": "Omar_Ortiz_Hyperrealist_Painting_Style_SDXL-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T10:41:26.956Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1F5487F1", "AutoV2": "581F7F7D42", "SHA256": "581F7F7D42F0D54989F2F014C05130A5FB54CE79D27CC8E9939860C43926F175", "CRC32": "B44C59F9", "BLAKE3": "55A7DC7A2B869200EB976B2F0F317150FC0387D9E69CCB5962268024CA305F28", "AutoV3": "E8A99D90A58E"}, "downloadUrl": "https://civitai.com/api/download/models/558514", "primary": true}], "images": [{"id": 15046339, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a5e3289-6a0b-49db-b349-d531e1f69b70/width=450/15046339.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCCGGSoL9Zof~qkCWCf6V@kCxuWB9ZfkRjWC", "type": "image"}, {"id": 15046338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6a6be72-be73-496d-9af8-fb173ecede94/width=450/15046338.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UbJ?1_xapIS~{yn%wKR*MxWUrDaen4oKW.bb", "type": "image"}, {"id": 15046334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7dbd6c5-c8a9-479d-9d6b-0daa6ae337d9/width=450/15046334.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIG@_Kx]^kMe~VMyx]x]D+ofM{ozidbIaJaK", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/558514", "modelId": 502497} \ No newline at end of file diff --git a/datasets/metadata/558558.json b/datasets/metadata/558558.json new file mode 100644 index 0000000000000000000000000000000000000000..7f00078d21347cdd4adacf4cbaa2d40791658324 --- /dev/null +++ b/datasets/metadata/558558.json @@ -0,0 +1 @@ +{"id": 558558, "index": 0, "name": "Goache Eyes XL | Eye Contacts", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-09T06:10:36.758Z", "availability": "Public", "nsfwLevel": 1, "description": "", "trainedWords": ["GREEN EYES, GREENIRIS", "BLUE EYES, BLUEIRIS", "GREENISH BLUE EYES, TEALIRIS", "DARK EYES, BLACKIRIS", "BROWN EYES, BROWNIRIS", "PINK EYES, PINKIRIS", "ORANGE EYES, ORANGEIRIS", "RED EYES, REDIRIS", "GRAY EYES, SILVERIRIS", "PURPLE EYES, PURPLEIRIS", "EYETEXTURE"], "stats": {"downloadCount": 316, "ratingCount": 0, "rating": 0, "thumbsUpCount": 53, "thumbsDownCount": 0}, "files": [{"id": 474525, "sizeKB": 141766.767578125, "name": "558558_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T08:46:28.489Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "674655BE", "AutoV2": "5EF5B2B37A", "SHA256": "5EF5B2B37AD2D03E4EACAA55A064B7FFDB3BA83D1464CC4BF70984FA6B65D363", "CRC32": "5E082C2A", "BLAKE3": "2221548F6EB199D9E2B29ABC86250A93475685F8C853AEE4A17202E32CF9F515"}, "downloadUrl": "https://civitai.com/api/download/models/558558?type=Training%20Data"}, {"id": 475182, "sizeKB": 223100.24609375, "name": "Goache_Eyes_XL__Eye_Contacts-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T15:25:42.417Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5757AD6B", "AutoV2": "291B9D24F1", "SHA256": "291B9D24F198D96F76733B9FD1E175522A4CDD736F6BA5696711E11DEE8F64D9", "CRC32": "C9E836C9", "BLAKE3": "5CD70AE096FA4DE4CB26865B6BB9FE9C66D5A466FA49F39B1210A634657817EB", "AutoV3": "7F25B2DDF93C"}, "downloadUrl": "https://civitai.com/api/download/models/558558", "primary": true}], "images": [{"id": 15141531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87cbf7f7-aa93-45d9-b180-834b59dc5596/width=450/15141531.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UULMO{?Go#~prCaeWWIU0KM{RjMx-:t7s:tR", "type": "image"}, {"id": 15141530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/685f287d-8724-4ae7-b292-c7b807a6582f/width=450/15141530.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U49QdV?G004o_2tR8^t554E1M#-q-tM%AIOm", "type": "image"}, {"id": 15176889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65cefc07-58f9-4932-98cd-68286b9470a7/width=450/15176889.jpeg", "nsfwLevel": 1, "width": 900, "height": 900, "hash": "UELMbX%#01$j009u57xv~Wt7?vRP4Txu.8W=", "type": "image"}, {"id": 15141508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac585ee6-c6e8-4003-8e6f-d959075c539a/width=450/15141508.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "USH0|vJo0f%2}@NxI=s:9Fbb-;RjV@flt8ax", "type": "video"}], "downloadUrl": "https://civitai.com/api/download/models/558558", "modelId": 502537} \ No newline at end of file diff --git a/datasets/metadata/558594.json b/datasets/metadata/558594.json new file mode 100644 index 0000000000000000000000000000000000000000..9741f55a548c8c3af0e4721f26952d83acc4bda9 --- /dev/null +++ b/datasets/metadata/558594.json @@ -0,0 +1 @@ +{"id": 558594, "index": 0, "name": "Smire (green eye dream girl)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-08T10:42:35.147Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["Smire, black hair, anime, beautiful, green eyes, ponytail bride, green bow on bride, green bracelet on hand"], "stats": {"downloadCount": 172, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 474603, "sizeKB": 144762.0546875, "name": "558594_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T09:51:23.490Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "24EE6358", "AutoV2": "70AACD6554", "SHA256": "70AACD65545EC1B3D7C606940CBDFDE7701A7D2415F818A249ADF31F60543903", "CRC32": "C980961E", "BLAKE3": "865AB9F914AB4D7F9948E1BC2C4A09DD69508A99D1CF673DFCB40F00A0CD2F7D"}, "downloadUrl": "https://civitai.com/api/download/models/558594?type=Training%20Data"}, {"id": 474690, "sizeKB": 223102.35546875, "name": "Smire_green_eye_dream_girl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T10:41:37.160Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "632F7C46", "AutoV2": "027A87EE72", "SHA256": "027A87EE72BFAF12212184B5E21D3856AC46B796FA341E8FA4889B65F4FEC042", "CRC32": "FD808D81", "BLAKE3": "CE86C070E06131762696BEDB86DF0D0E70CC430910D1DAC5F045FDDFDF821AC9", "AutoV3": "22CF971F937E"}, "downloadUrl": "https://civitai.com/api/download/models/558594", "primary": true}], "images": [{"id": 15046117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffc5b228-2c84-42b2-9fae-b3c00a189fa3/width=450/15046117.jpeg", "nsfwLevel": 4, "width": 1792, "height": 2688, "hash": "U%L|o$t6_Nt7%gofo#WVbcayoKa}t7WVn%of", "type": "image"}, {"id": 15046187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccfb60f7-c324-471f-962f-b689115a348a/width=450/15046187.jpeg", "nsfwLevel": 2, "width": 1792, "height": 2688, "hash": "U%MjzF%M_Nt7t7%MofM{NFM{ofWBt6s;a}t7", "type": "image"}, {"id": 15046184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/713ced37-220e-40b6-8268-9dd400886ab5/width=450/15046184.jpeg", "nsfwLevel": 2, "width": 1792, "height": 2688, "hash": "UqNc~PV?_NM{ocIUbIxuo#xut6xat7ogt8of", "type": "image"}, {"id": 15046158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d8513be-8d50-478b-a6f8-189edc16d449/width=450/15046158.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2688, "hash": "U=NJ|6M{~q%MxuWBa~t8a#axayaft7s:ofWB", "type": "image"}, {"id": 15046188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b68bfe5a-7849-4c3b-80e6-a5e513e0794b/width=450/15046188.jpeg", "nsfwLevel": 2, "width": 1792, "height": 2688, "hash": "U$Mjs{t8_N%LtR%Mt7R*xuRit7M{R+WBofkC", "type": "image"}, {"id": 15046180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2afd4f62-20e8-4ded-9352-8d99520d6805/width=450/15046180.jpeg", "nsfwLevel": 2, "width": 1792, "height": 2688, "hash": "UYK-Res:_Nof.9kCt7bHSij[xuj[?uof%2s:", "type": "image"}, {"id": 15046175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f25cd8fa-e864-4eca-ad7b-40b858cda166/width=450/15046175.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2688, "hash": "UuMQI#Ri_Nxax]R*bcxuIokCt6n%NGoJxaR*", "type": "image"}, {"id": 15046214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a87a0115-ef78-406b-9e2b-9d0dd93d3657/width=450/15046214.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2688, "hash": "U$KnPRM{_NWB%Mofx[%Mf6t7bGM{NGofs:Rj", "type": "image"}, {"id": 15057515, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eafb6af7-1920-488c-af1a-afde834fbce0/width=450/15057515.jpeg", "nsfwLevel": 2, "width": 768, "height": 1536, "hash": "UEE{C5xuI9xA~8RjRj$|$vIVbY%MxSE3?HjY", "type": "image"}, {"id": 15057561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dafb6757-7b53-4777-a5b3-009e11d151ce/width=450/15057561.jpeg", "nsfwLevel": 1, "width": 768, "height": 1536, "hash": "UDC#}HSM?G^O_3s.6R-T~Ws-^Q$%K+I;%2Eg", "type": "image"}, {"id": 15057558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/565e67ce-0161-43b6-9a74-369fc067c7fa/width=450/15057558.jpeg", "nsfwLevel": 1, "width": 768, "height": 1536, "hash": "UMJ[Ch00t8~q-:%2s,%LIoxuIVNGF14:9Zt6", "type": "image"}, {"id": 15057560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6dea0fb9-ac3d-4522-adc5-d4f332014da4/width=450/15057560.jpeg", "nsfwLevel": 1, "width": 768, "height": 1536, "hash": "U15g-Q.7k;J,cY^j67AD={NH-URkI;RQ=do2", "type": "image"}, {"id": 15057562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3d7bce6-db3a-44ce-bc55-50acc5ee9560/width=450/15057562.jpeg", "nsfwLevel": 1, "width": 768, "height": 1536, "hash": "U3AAHz]$0mIpCQ$z%gEP0KK0;2?b5Q57-B}S", "type": "image"}, {"id": 15057565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dabdd2c6-da0e-46d4-96ad-718e6973b081/width=450/15057565.jpeg", "nsfwLevel": 4, "width": 768, "height": 1536, "hash": "UIEw{x0N}=59yB9b-nIq9vjEoy-TniSxi{t6", "type": "image"}, {"id": 15057567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f050c12-3cb1-4af9-a37d-b923843b7cb5/width=450/15057567.jpeg", "nsfwLevel": 1, "width": 768, "height": 1536, "hash": "U48;Po_N^jxbyCbcIVM|?Zt7IWjGl9ozxIxH", "type": "image"}, {"id": 15057568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2c8551b-49bb-4bc4-ba15-f4e2164e996c/width=450/15057568.jpeg", "nsfwLevel": 1, "width": 768, "height": 1536, "hash": "UBDAMj?^0fKJD$jFImIV0yS|~poelQRP;A.8", "type": "image"}, {"id": 15057566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de310507-c933-42b5-b97e-eba46408cd85/width=450/15057566.jpeg", "nsfwLevel": 1, "width": 768, "height": 1536, "hash": "UXGIWF%M~q%MxuIUNHe.S#IURkMy%M%L-pNH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/558594", "modelId": 502566} \ No newline at end of file diff --git a/datasets/metadata/558686.json b/datasets/metadata/558686.json new file mode 100644 index 0000000000000000000000000000000000000000..b704c043305d5cfc360e718c08a94cf902c01693 --- /dev/null +++ b/datasets/metadata/558686.json @@ -0,0 +1 @@ +{"id": 558686, "index": 0, "name": "Tomoki Iwahashi Pony XL v1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-08T11:58:04.990Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": ["tomoki_iwahashi"], "stats": {"downloadCount": 35, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 474819, "sizeKB": 223099.76171875, "name": "Tomoki_Iwahashi_Pony_XL_v1-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T12:07:18.176Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0A287E0F", "AutoV2": "88660C934F", "SHA256": "88660C934F4F8B1D69D682A6F9A7DEE4F6CB3E6FB25B438753E71F265B491E20", "CRC32": "503C9A54", "BLAKE3": "2A322BE5A06CB0C67BFEAE4596A987FE3702C7545E5D12AFF92BD642562584F3", "AutoV3": "2637D0E60F5B"}, "downloadUrl": "https://civitai.com/api/download/models/558686", "primary": true}, {"id": 474707, "sizeKB": 79301.3291015625, "name": "558686_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T10:52:09.539Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7621E1C4", "AutoV2": "7D41CA8091", "SHA256": "7D41CA809192B3DC5A37469F0ABDDFC266AE432372AE923B47C64B6D4ED32473", "CRC32": "FB3367A5", "BLAKE3": "F420B03E23E3DE71423873AFBE8A20B6C7D1D0A37A827A6ED1F9944124F5C1B8"}, "downloadUrl": "https://civitai.com/api/download/models/558686?type=Training%20Data"}], "images": [{"id": 15084793, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a7f153b-7291-4272-ad7e-2dd011f0e922/width=450/15084793.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UdHd~ioeIARQ~WoINGbH^*s-t6oe-poexZoe", "type": "image"}, {"id": 15054858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3563a01-9790-4ff7-84f0-b599d8a80b2d/width=450/15054858.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8Bf#HAH9$AKPq]fEkR*,:X1wGXABE-qInnN", "type": "image"}, {"id": 15083083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2778d090-fa03-4ce7-bb05-e81b01c8dedf/width=450/15083083.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UQB45?S8D%VryGkEV=ngJDo#ngV?o#R.V@V[", "type": "image"}, {"id": 15091076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/667ca301-ec33-4d54-9227-94dd05848408/width=450/15091076.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1754, "hash": "UCBNEKby00MxThtTIARO9_xvwaMx?co~V?Mx", "type": "image"}, {"id": 15052358, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9968b79a-b8d2-481c-829e-73eab2199140/width=450/15052358.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDJa=p~o00s*8^xt4nV@03D,M}M{T3Ipsqaz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/558686", "modelId": 502653} \ No newline at end of file diff --git a/datasets/metadata/558796.json b/datasets/metadata/558796.json new file mode 100644 index 0000000000000000000000000000000000000000..6685dfe703a02821daa26bcdaf4c584383da7f4a --- /dev/null +++ b/datasets/metadata/558796.json @@ -0,0 +1 @@ +{"id": 558796, "index": 0, "name": "soaked_brand_pfeffi_KB", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-08T12:42:09.405Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 71, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 474879, "sizeKB": 223098.91015625, "name": "soaked_brand_pfeffi_KB.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T12:45:56.067Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A58CE439", "AutoV2": "34EB79EB7D", "SHA256": "34EB79EB7DFF0B73BF6D4D3798C4C7FDF4C5A9BD7965138641BD855A77629C06", "CRC32": "6794B401", "BLAKE3": "ED3991FCC0F9BA167B5776358777E63FB5104FDCFD03D2FF1E3F9C2F45253BB0", "AutoV3": "D63F7D03C354"}, "downloadUrl": "https://civitai.com/api/download/models/558796", "primary": true}, {"id": 474764, "sizeKB": 16413.4111328125, "name": "558796_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T11:25:55.714Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9E1F9F2E", "AutoV2": "3E9A21515D", "SHA256": "3E9A21515D5A9D8BE1F5FE4DCA15A0FF511C5802C2B18CA636182F4225084357", "CRC32": "DA4446F9", "BLAKE3": "BE9C18149088375CC4EA86ABC5B8C12B5DE3C2C2306136340CBAB7D6DFC9BE71"}, "downloadUrl": "https://civitai.com/api/download/models/558796?type=Training%20Data"}], "images": [{"id": 15057736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97730315-8fe0-4e1a-9059-4c65d9c87361/width=450/15057736.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UZG]5NIoRQj]_NRjj[a#IBaeofayRPWBWBa{", "type": "image"}, {"id": 15057735, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d113c29-4f2b-4167-90c2-3eb7db122a77/width=450/15057735.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UcF~?WxtaKof?^kCoeofjFaykCj[s9ayWUa{", "type": "image"}, {"id": 15057738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fc52610-3c47-4a82-9079-4cbaffd2bd0d/width=450/15057738.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UYH2$UNHnjoy_Nj@ofj[R5s:bHf6niayayf6", "type": "image"}, {"id": 15057734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09260794-510f-495f-8cb0-af7aa81312d1/width=450/15057734.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDFP+?%MQ.xu7%IoflW;00f5S1WArrofoLof", "type": "image"}, {"id": 15057803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43720685-71ac-4cfe-8f3d-00ddc8c34d1a/width=450/15057803.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UcFsA3IWj[kC~pM|RkWCIUWBRjWBM{t7t6oe", "type": "image"}, {"id": 15057801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05d0aa24-b982-4ffd-9e9c-1abdc200a0b6/width=450/15057801.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UdF6a.%goct6_NWWjZoeRiMyj[j[V@afofa#", "type": "image"}, {"id": 15057798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9e63440-c3f2-490d-b5eb-c83ea120be6d/width=450/15057798.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UjGI.SRkt7of~pkCj[oeRPt7RkaeRQaykCaf", "type": "image"}, {"id": 15057802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2433fbbd-d2f6-47f3-9a63-23258cf25be1/width=450/15057802.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBFZE9_NwIsp039ZM{Rk_3MxWDt7~pM_x[kV", "type": "image"}, {"id": 15763618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99022263-0f88-4669-a992-bc004c263101/width=450/15763618.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPB5Faofj[oz.mj[V@j[R5fPaeaftRj[j[j[", "type": "image"}, {"id": 15763615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e7840d2-b194-43d7-a869-2b36d223fb3e/width=450/15763615.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UNB#Cux]x]RP?^f6ayaeRPbGWBogx[fQfkj[", "type": "image"}, {"id": 15763614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ac95514-e440-454a-9fea-e171e40df677/width=450/15763614.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UTA-@oofo}o}.mofaekCVsa{V?ado#fRfPj[", "type": "image"}, {"id": 15763617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ec456d6-4b15-4bcf-adb4-266c323fed9d/width=450/15763617.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOB}8ttRtloz?^f6afj[Vtf6V@fkx]j[ayj[", "type": "image"}, {"id": 15763859, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3528823c-e3ff-41c6-b158-dee0fd1ff471/width=450/15763859.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UQBXQAx[ozx]?^ofjtozr@jZWBaetRkCWBbG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/558796", "modelId": 502751} \ No newline at end of file diff --git a/datasets/metadata/558801.json b/datasets/metadata/558801.json new file mode 100644 index 0000000000000000000000000000000000000000..38735689fcaff7b4006d98c8a8639070f94d1a9d --- /dev/null +++ b/datasets/metadata/558801.json @@ -0,0 +1 @@ +{"id": 558801, "index": 0, "name": "soaked_brand_pee", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-08T12:39:40.970Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 69, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 474769, "sizeKB": 12550.400390625, "name": "558801_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T11:26:30.559Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DB10BFBB", "AutoV2": "57B1488AD2", "SHA256": "57B1488AD2B149D33407C22DA304712E9A45510D24B36B506F816D22FB0811CE", "CRC32": "48682902", "BLAKE3": "B75589CEA87A85E7925C08A7E0EB0B4E371D0018090B6FEB55E256F5D8F4A46A"}, "downloadUrl": "https://civitai.com/api/download/models/558801?type=Training%20Data"}, {"id": 474877, "sizeKB": 223098.88671875, "name": "soaked_brand_pee-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T12:41:20.518Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C5D2848F", "AutoV2": "ABB90D8EB5", "SHA256": "ABB90D8EB5DCB420BBD76658134FAB0C17FBBCCF1BD41A3AADA1BCA1991C076D", "CRC32": "E127DB30", "BLAKE3": "EFC3D34E5EF78035794DFBAA2A9DE4DF1C6FB6EE914405848672F863072D97E3", "AutoV3": "23A73EE36422"}, "downloadUrl": "https://civitai.com/api/download/models/558801", "primary": true}], "images": [{"id": 15057103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b9622ec-673d-41d3-93ca-d1173d898dd9/width=450/15057103.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "URH2D#_NTdi_X-tRx[of9ZMxV@bGtkozs:Rj", "type": "image"}, {"id": 15057104, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/994ff8af-355a-4e0d-8305-18556f78f21f/width=450/15057104.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UIGI4M9G0}%h?^i_%foeKNtR-;M{tQW=%Mt7", "type": "image"}, {"id": 15057101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ba37725-7b61-42c6-86ee-ff743c160e9e/width=450/15057101.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8Hd?J_N004T00t74TM{KKIU?vofE0-;-:x]", "type": "image"}, {"id": 15057105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49abb55c-5985-4e3b-9408-f5d5bb54fdbf/width=450/15057105.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHHUzs00*J%fJ8ROs.Rj0LjEnjn%.8Rj%Mt7", "type": "image"}, {"id": 15057132, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad5046f8-8ab1-42cd-ac56-dff6d3a56784/width=450/15057132.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UsHoL6RjRkt7~qWBofofj^j@j[RkM|ayRjWB", "type": "image"}, {"id": 15057134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7774dcf0-82c0-4d17-9215-cab188babce3/width=450/15057134.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UvHC7aR+ozkB~qWBfRbGj[WARkayM{ayayfk", "type": "image"}, {"id": 15057131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36cb4f48-af5a-491e-990a-7d74e7bc7fcb/width=450/15057131.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKHCGy-;8{s:*09aozof~pWBtRof_NtRRjay", "type": "image"}, {"id": 15057133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cb45d02-f272-4a87-8b36-22f6cb8a5ef5/width=450/15057133.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UqGu,btRf8of~pkCaeofxuRjbFj[WCaxofaz", "type": "image"}, {"id": 15057177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76c4b423-b54b-415e-aac1-b919c1e0ea4b/width=450/15057177.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UsKKsFM}V[of_NWBfkj[RRoJbHayadWVfQfk", "type": "image"}, {"id": 15057181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c40e397e-5fa3-4bbf-8f88-192ac7af1956/width=450/15057181.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMJH{v%MR6xuPXM}WYa#00ozozaeM_ofoJkC", "type": "image"}, {"id": 15057175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c42b579f-c110-457c-ad2c-873690865ae8/width=450/15057175.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UoKnVa-pV[t7_Nt7ayofMyf5kBayadoeayf6", "type": "image"}, {"id": 15057176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fa04d85-8fb5-41a9-8ea3-0f9b7ba63e8c/width=450/15057176.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UrMH0=ogV]s:?wj[ayj[M{f6a{fPs.j[j[j[", "type": "image"}, {"id": 15057180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a10ee341-4275-4643-a97e-33346283b3c3/width=450/15057180.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UoLgwyNHV[of_4jZa|j[RPe.fkfPs-ayf7fk", "type": "image"}, {"id": 15057178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea8f4ae8-68b5-459c-8583-8958d20b2060/width=450/15057178.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UVLX6-xvMxt7PXWEj[kCDjRit7WBoeRkofay", "type": "image"}, {"id": 15057182, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66a60eb9-d166-475d-8f20-4765e1dc3fe1/width=450/15057182.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UaNmct_3IBxt%%%MNGofVsRifiof-:Rjoeof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/558801", "modelId": 502755} \ No newline at end of file diff --git a/datasets/metadata/558807.json b/datasets/metadata/558807.json new file mode 100644 index 0000000000000000000000000000000000000000..1aa9e68b44c1531c11e3d90006ec674f20b36d5c --- /dev/null +++ b/datasets/metadata/558807.json @@ -0,0 +1 @@ +{"id": 558807, "index": 0, "name": "soaked_beer", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-08T13:04:17.113Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 54, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 474778, "sizeKB": 18405.369140625, "name": "558807_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T11:32:11.294Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C66D0552", "AutoV2": "2204A6EA5B", "SHA256": "2204A6EA5BE46A7A73980271BEB0CBBFF845F832B5851C74666BE26D513CAF09", "CRC32": "215318BE", "BLAKE3": "42270655366F91E3CB77602954086FA097A8E232EDC5CC941B54306B6747D607"}, "downloadUrl": "https://civitai.com/api/download/models/558807?type=Training%20Data"}, {"id": 474917, "sizeKB": 223098.87109375, "name": "soaked_beer.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T13:06:38.320Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A0F125A5", "AutoV2": "17C93B45C4", "SHA256": "17C93B45C42B6594662EFDD300EFAB316ECE7FE156C807C0089D42D749B2577A", "CRC32": "0C65A6CF", "BLAKE3": "23C43891648741763AE2BD9712378502CC5B4AAE117836C92D50D3BA426E27BA", "AutoV3": "94168E0EFED8"}, "downloadUrl": "https://civitai.com/api/download/models/558807", "primary": true}], "images": [{"id": 15058537, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05e71e99-8f52-4045-ad45-18eb4aa5d599/width=450/15058537.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UhFr@iIWNGoy_NRjofj[bXoyogV[RkofRjay", "type": "image"}, {"id": 15058536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a19aa0d-b07e-4b38-8e20-4e6d6258dbfd/width=450/15058536.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UcEfWuIqNFbG_MM|azkBoZaxt7kCWCt8ayf6", "type": "image"}, {"id": 15058535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89f38429-f8ae-43f0-8895-5f158aa71ce0/width=450/15058535.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UsI5Pbt8odod~pbHWBoe%JRjofofV@afofay", "type": "image"}, {"id": 15058579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ccc11d6-430b-4c4b-8e75-c7d97a25e0a8/width=450/15058579.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UtLzmnt8obt6_NWXafofWCadoff6nOj?fkay", "type": "image"}, {"id": 15058580, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03a37c6e-da1e-4f7b-bc15-fae789c8f168/width=450/15058580.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UhKUAzE3R*kB?^ada#oLD%WVoff6i^WDWWay", "type": "image"}, {"id": 15058578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/709b6e62-4342-47b2-9722-b38f443e86bc/width=450/15058578.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGLz~qN3m,%M2|M|SiWW00n*ozax9GaLslof", "type": "image"}, {"id": 15058577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22da746d-5dd4-46a9-9a47-44ae7921ba24/width=450/15058577.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UjJ*VRE3R%bH?^WUWCfkIUWUj]ayaKRkayf6", "type": "image"}, {"id": 15058605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bd45ef2-1872-4d68-a51f-55caefd1033e/width=450/15058605.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UND0GvIVIn%M_NRkj[t7MwoyxuWAR+ofoej[", "type": "image"}, {"id": 15058607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6dabadb-1f1d-4382-8ce3-7fea3ea5da34/width=450/15058607.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UQDl[~ah9FRj_NaeRjWBacWBxuj[t7ayoJWU", "type": "image"}, {"id": 15058606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5eb298c-7a15-4d93-8e1c-37911a38eb0e/width=450/15058606.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHB:po-=9YIn_N%MM{WBnxoH%Nj^s.j?ofj[", "type": "image"}, {"id": 15058624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9acd53aa-b81e-4c87-9285-74c1f0bd1bfe/width=450/15058624.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UND0GvIVIn%M_NRkj[t7MwoyxuWAR+ofoej[", "type": "image"}, {"id": 15058623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/487097be-f5fe-449a-8232-53fda69c24ac/width=450/15058623.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UID0Do-W9EV@y?J9RPR*$IxCxvoeR.NHW;ay", "type": "image"}, {"id": 15058622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91b621d4-3ea5-41a7-ac21-d7cf5972d214/width=450/15058622.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UQDl[~ah9FRj_NaeRjWBacWBxuj[t7ayoJWU", "type": "image"}, {"id": 15058621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31b60de0-8dad-41ac-ba9a-2a202edbb7b0/width=450/15058621.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHB:po-=9YIn_N%MM{WBnxoH%Nj^s.j?ofj[", "type": "image"}, {"id": 15058673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65e0e39b-7868-4342-9c9e-1e523b6d5e27/width=450/15058673.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOFr#B019E.8~pIUM{baE1sRt7V_R.WVoJs.", "type": "image"}, {"id": 15058674, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9def7414-a917-43ab-b83d-725ef7149a08/width=450/15058674.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UWHB#w?vI9IB_L%eRRaiXMkStRt7oNkCW-W.", "type": "image"}, {"id": 15058672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cb8876a-7d57-426e-b6b0-f570f7145f5b/width=450/15058672.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKF$O$~q008|%$T1IpkBN[%L%Lj]tRbcNHoy", "type": "image"}, {"id": 15400355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cde609e5-5b32-47ca-968f-35baa92e4451/width=450/15400355.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UvIOnTt7jbay~qofj[ayxYjrbGa}WAWBayof", "type": "image"}, {"id": 15400351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbb65556-c37c-4686-822a-163f95996219/width=450/15400351.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UzHx+:ozV[oL_4a#ayj[xtaekBj[n#aybHj[", "type": "image"}, {"id": 15400352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16ba1c46-c73b-41b7-b88d-0dca781a7876/width=450/15400352.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UtKBO5tRo3oe_NfkaxfQoZRjaya#aeWDWVof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/558807", "modelId": 502761} \ No newline at end of file diff --git a/datasets/metadata/558817.json b/datasets/metadata/558817.json new file mode 100644 index 0000000000000000000000000000000000000000..4d21f3fd32d3301b00b84d27de0696dde2abbdc1 --- /dev/null +++ b/datasets/metadata/558817.json @@ -0,0 +1 @@ +{"id": 558817, "index": 3, "name": "soaked_pee", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-08T12:30:21.899Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 42, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 474786, "sizeKB": 2502.4912109375, "name": "558817_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T11:36:02.563Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "31A4AB71", "AutoV2": "EB1B7C9B9C", "SHA256": "EB1B7C9B9CE417960CFBE43709A75212C9D41F9B3B1CAEA5A7177A4B3D6B4B08", "CRC32": "C2BD31A1", "BLAKE3": "324BD46BD493374B0D8D642811A61724D42AA1A760415A378484A9B76A12AF5E"}, "downloadUrl": "https://civitai.com/api/download/models/558817?type=Training%20Data"}, {"id": 474863, "sizeKB": 223098.87109375, "name": "soaked_pee.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T12:31:26.189Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "713EB29E", "AutoV2": "6487850FB3", "SHA256": "6487850FB349C3B7E7008CAE78382B6197BFBC05BFF0C10AEB8CBA7D913D8C37", "CRC32": "E2705ACC", "BLAKE3": "6E133C15D1DC507A4E4CABBE76391DC808A158D80B7854E280B6EE9B1F247FAF", "AutoV3": "F490E6C5B032"}, "downloadUrl": "https://civitai.com/api/download/models/558817", "primary": true}], "images": [{"id": 15055572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/616af7bc-474f-47f0-8d06-df2d157e8fce/width=450/15055572.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKKduOtTnQs;77x]oeax00t7oyV@MdkEj[WC", "type": "image"}, {"id": 15055570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff2c4604-2a8a-4173-8533-7373b02b16f7/width=450/15055570.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UjLNxrIVV]s;%%aeofj[Mxe:bHayM{NGayj[", "type": "image"}, {"id": 15055571, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70ec3211-f1e4-4fe6-a2d5-6a103c1b2f2d/width=450/15055571.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UiM?@..9aKof.T-;M{jsIWxaNGoJoys:WCj[", "type": "image"}, {"id": 15055462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64fbe144-d53d-4865-b626-631f3051d699/width=450/15055462.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UuNJzXM|WBs:.TWBayWWV[ayWqa#t6kCj[oe", "type": "image"}, {"id": 15055461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0faf6b60-0e7f-458e-a523-ae48ecd9c248/width=450/15055461.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UWLW^Sx^Vst7L4%MWAfkDjWXW=aeaJbGt6f5", "type": "image"}, {"id": 15055464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07b71ee0-02c8-4bab-8a93-75a724c8b667/width=450/15055464.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UhNJj?-?V@xt*0-;M{flM|s:NHs.xuf6WBof", "type": "image"}, {"id": 15055460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/076da1fc-d63b-4ce7-b1db-bd5591b6f1a7/width=450/15055460.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UvMs}{SijGof?wxZoKofR.oIWVa}oLa#bHa{", "type": "image"}, {"id": 15055514, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27e00ab6-b91d-4043-bd7a-38166dc86357/width=450/15055514.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UdGlS2NHV@t7_Nj@s:of%Mx[ofaf%MxuRQae", "type": "image"}, {"id": 15055517, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54f8e345-b6b7-442e-a048-e020bab42be0/width=450/15055517.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UZGlVAE2f8j[_NIUj[az9GM{bHj[D%kCt6js", "type": "image"}, {"id": 15055513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ee2dade-4d70-46b2-bfdb-e05ffbe24df4/width=450/15055513.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPFF+_.7WBn%01Ipj=axt5.7ozjZ_MS5V@oe", "type": "image"}, {"id": 15055515, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec4e8d71-45d6-459e-98f1-b1feb76823d8/width=450/15055515.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UYGbn?_3o2xa?^%MaeofM}M{R*ofRjWBxaj]", "type": "image"}, {"id": 15299900, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2ec0048-0be3-4955-880d-17b659efb92c/width=450/15299900.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPJlHU.7VsI@0[tmxY%LIZoea}e:#SxtoyM|", "type": "image"}, {"id": 15299902, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0b3b1bb-6312-4c89-924d-404ad85b4327/width=450/15299902.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UWLXVqaynhtQGwxtWBf+58xuRkbHESWCxaoL", "type": "image"}, {"id": 15299901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70bb063a-6e17-4cfd-8968-fc24ed6e8815/width=450/15299901.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UZKB%O%0R5ja1--osla#xwNeWCoz-px]xuj]", "type": "image"}, {"id": 15299903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fae1c56d-fdba-4329-b258-a1021153be3b/width=450/15299903.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UhH3po~VxutR6CX9s9s,O]E1R,V[yDs,R%og", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/558817", "modelId": 502769} \ No newline at end of file diff --git a/datasets/metadata/558821.json b/datasets/metadata/558821.json new file mode 100644 index 0000000000000000000000000000000000000000..0ca2d428deeb0f1132c60a88bc629a4b670aa8c3 --- /dev/null +++ b/datasets/metadata/558821.json @@ -0,0 +1 @@ +{"id": 558821, "index": 0, "name": "soaked_rum", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-08T13:13:36.718Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 51, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 474788, "sizeKB": 4218.3740234375, "name": "558821_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T11:35:54.320Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "406F550E", "AutoV2": "51EC41FCEB", "SHA256": "51EC41FCEB39124B3C334AEE2A111DB9E2FBBB6B6512FBC7388A44C4C0E6E737", "CRC32": "49DE15DD", "BLAKE3": "D7C1B599DFD34DAB668032F00DAC61E4826BB758894D977D67E5987AB7432D61"}, "downloadUrl": "https://civitai.com/api/download/models/558821?type=Training%20Data"}, {"id": 474935, "sizeKB": 223098.87109375, "name": "soaked_rum.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T13:16:54.260Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2A86C97B", "AutoV2": "077D9C26C7", "SHA256": "077D9C26C7C8AA23CBEB18168E1787BA3C6A99F2C94E5B1CCA24EEE5A5DD39FB", "CRC32": "A4D607C8", "BLAKE3": "6675760C70D05ED398304EF3F6229C9B1BE3E071D7DAC39784AD83568BB6005A", "AutoV3": "3DA39A7B8AC6"}, "downloadUrl": "https://civitai.com/api/download/models/558821", "primary": true}], "images": [{"id": 15059653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2789a34-2d20-422d-9b33-f67fff020c1e/width=450/15059653.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UAKBL2lVDtxc04vxNJNG00i{%fSN^iE--Ot5", "type": "image"}, {"id": 15059654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db7b4184-1cbb-4475-9c08-58ac5651f596/width=450/15059654.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UvKB5gM|xuWX~WV[RkjuD*R*NGoLM{WWt7bH", "type": "image"}, {"id": 15059652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f920c28d-58c2-419d-883a-e5bed52e445f/width=450/15059652.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UpL;T[~qozt7_4WURjj?E2Rit6ofWBt7bHWB", "type": "image"}, {"id": 15059651, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13c53645-e2c2-4acc-a948-90bb3230fc62/width=450/15059651.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UjJRN^_3NGt7.TxaRjj[9aMxs:a{sooet7j[", "type": "image"}, {"id": 15059774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdae14ca-1a38-40e1-8d07-14b7c888b853/width=450/15059774.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UjOMgG?bs;tQuPtQbHkBMxnia{j@j@j[azfk", "type": "image"}, {"id": 15059772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bca4f27-8944-4341-ba4d-ff9fafd79b39/width=450/15059772.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UZMjXP_4ahx]CT%2V@kCH?ROxaRjoLkDozax", "type": "image"}, {"id": 15059770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19a50586-6717-423a-9c38-fc67a7d757f6/width=450/15059770.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UbNc=~ENt7t7L4ay%1jsIAaeofjuIoNIf5j[", "type": "image"}, {"id": 15059773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a67f68a5-2933-4085-8c8e-c2d6320393c1/width=450/15059773.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UNL;NotSVvt724M{WFWCE2oLf*a}-VkDj?j[", "type": "image"}, {"id": 15059771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/530943b8-32c9-457f-a8cb-311926b8b8f7/width=450/15059771.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UmN]|c?bs;t7.Tt7f+bHMxn$WUj@j[jsa|j[", "type": "image"}, {"id": 15059776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bd0b66f-0e32-404d-a7db-985f20817103/width=450/15059776.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UjNAM2Ipa$ofyZoLt6j[a0jZfkayR*NHWCj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/558821", "modelId": 502774} \ No newline at end of file diff --git a/datasets/metadata/558828.json b/datasets/metadata/558828.json new file mode 100644 index 0000000000000000000000000000000000000000..70b02d9e852d2751f648aea50987154afa84ac8e --- /dev/null +++ b/datasets/metadata/558828.json @@ -0,0 +1 @@ +{"id": 558828, "index": 0, "name": "soaked_seasalt", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-08T13:07:30.096Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 52, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 474796, "sizeKB": 16072.353515625, "name": "558828_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T11:41:45.617Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1B839BD2", "AutoV2": "3A8ACAACA0", "SHA256": "3A8ACAACA03D8D693E668E63D6FED441348103E859293EF13777920B9BE7A199", "CRC32": "722AA9C4", "BLAKE3": "769696EFFE7204DC2D693B601C4EDD89E54E3B14012758CAD5E4181BEDFD2776"}, "downloadUrl": "https://civitai.com/api/download/models/558828?type=Training%20Data"}, {"id": 474924, "sizeKB": 223098.88671875, "name": "soaked_seasalt.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T13:11:46.043Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FA9F8BD8", "AutoV2": "3EE79DAE06", "SHA256": "3EE79DAE063403DA31740E2C10FDC0F5294D17CB9982E2AE9E87AD856A722223", "CRC32": "C0200C6D", "BLAKE3": "02EBF47B2E5439ACA3680371E88D90D7828E2E09471ABB46ECDB9CFD5AB5573B", "AutoV3": "3661BC01883E"}, "downloadUrl": "https://civitai.com/api/download/models/558828", "primary": true}], "images": [{"id": 15058972, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29533d02-64cb-44ee-932c-96c4ac0f75d3/width=450/15058972.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UeH_=AE2axof?^WXWCbHIVbbkCazM|afofj[", "type": "image"}, {"id": 15058970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0702f67f-c441-4fe3-886b-f422646f6e0a/width=450/15058970.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UmI#x{ozVtof_Nfkjbj[M{aykCayaKj[ayfQ", "type": "image"}, {"id": 15058971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24a91674-679f-4c95-9c31-e0d816ec0686/width=450/15058971.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UkI=PzM~RQfR_NWEa#j[D*ofofj[RQWXbHfk", "type": "image"}, {"id": 15058973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/155943bd-9a91-45e8-874b-a162986cc001/width=450/15058973.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOIrNmt7MexuT#WXWFbI00aytRWBR5f6kBkB", "type": "image"}, {"id": 15059010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bc4308a-bf55-4411-ae8f-a5e43c93683a/width=450/15059010.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPFY_mxZVrt6YRIpRkS2oyt8t8jut8x]ozof", "type": "image"}, {"id": 15059008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca86e0dd-4772-41b8-829d-93789d700bcd/width=450/15059008.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UwIYC7IVWBkC_NWEagj[R%tQa}f8M|kCkBfQ", "type": "image"}, {"id": 15059009, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08feffa7-ba80-465c-b1e8-58e158231258/width=450/15059009.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UiG+m,D+WBkC_NRlaykCM{ozofbHkDkCoeay", "type": "image"}, {"id": 15059011, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cca6e5e2-1742-442f-a705-5f2c7b3d8928/width=450/15059011.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UvHoauxvaeof_Nj[aykBt3Rij[j@jFjtofay", "type": "image"}, {"id": 15059098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6f05ca6-eaff-47cc-97d9-b0ee79e9f305/width=450/15059098.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "URDm5UM|RPxu_NR+jYt7rqt6ozoKR%oLofj@", "type": "image"}, {"id": 15059096, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f592899-6f6e-4a8c-9e66-04a222b9a916/width=450/15059096.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UTD]#fRjD%j@_NayRjWBnOt6t7R*bIj[ofax", "type": "image"}, {"id": 15059097, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b754d7f2-5bfb-4af6-bf28-fe4482e15ddd/width=450/15059097.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPCQ73xuD%t6?^t7V@oew]oetRayjrkBoyj]", "type": "image"}, {"id": 15059095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1cecc22-adf1-479f-870b-bcca73342c5d/width=450/15059095.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UQDl~FofD%WB?^W=RjWVwIoLkWfkRjWVofj@", "type": "image"}, {"id": 15797328, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba0d7ca2-9a4c-446d-89c5-74ce0612fd47/width=450/15797328.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UWBW.1xZS6M|?wVrR-WBV_MwR*kCD%M{t7t7", "type": "image"}, {"id": 15797326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1f6e4ed-0b5d-46ae-b797-49827245a5c6/width=450/15797326.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UvDwR6%fMxM|?wxuWBfkx^j[bIt7bcRkays:", "type": "image"}, {"id": 15797327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8861f03d-a4a3-4317-9078-d08b5446a0c4/width=450/15797327.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U$Fsu*xuR:WX_4oJRlbItSj]M_WBIqofR*a}", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/558828", "modelId": 502780} \ No newline at end of file diff --git a/datasets/metadata/558946.json b/datasets/metadata/558946.json new file mode 100644 index 0000000000000000000000000000000000000000..639a3a3e272460a13f26a05a7f1e37dfe389ed62 --- /dev/null +++ b/datasets/metadata/558946.json @@ -0,0 +1 @@ +{"id": 558946, "index": 0, "name": "Bondage: Boys tying up girls", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-08T13:46:41.891Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["rope", "tied up", "shibari", "bondage"], "stats": {"downloadCount": 139, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 475003, "sizeKB": 36980.1328125, "name": "Bondage_Boys_tying_up_girls-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T13:47:05.027Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "092C1B26", "AutoV2": "40B70C3103", "SHA256": "40B70C3103475A8AD077CD74BA7CA974F6CBD68FCFA9181F7585ED0D0CED0A45", "CRC32": "B3091EE1", "BLAKE3": "EB7032B3464F529AA75E7F2EF06F3BF936E4432AA7AEBE4896D54BC9E23C5996", "AutoV3": "2C65D34779B6"}, "downloadUrl": "https://civitai.com/api/download/models/558946", "primary": true}, {"id": 474950, "sizeKB": 6073.015625, "name": "558946_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T13:25:49.766Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0E816F0C", "AutoV2": "DE2C7F45BD", "SHA256": "DE2C7F45BD11A345870A9086F128724C6A1F438EA533F3F5EC24CF42E2B25CBB", "CRC32": "3FFB791D", "BLAKE3": "35D99694C5B323B2B74CA61E10A2E5DE9A31BD1756624BCFD3401020DF9ED744"}, "downloadUrl": "https://civitai.com/api/download/models/558946?type=Training%20Data"}], "images": [{"id": 15106834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4f9ce3a-7116-4886-8d01-6ff9c243d390/width=450/15106834.jpeg", "nsfwLevel": 4, "width": 450, "height": 675, "hash": "UAB{7B9^5Q}=EzxG$%9uw[Sh-on$%1aeIpxt", "type": "image"}, {"id": 15106880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41d8e1a2-8693-4a97-b808-bfa1315f4dad/width=450/15106880.jpeg", "nsfwLevel": 2, "width": 450, "height": 675, "hash": "U7CF6D5T0O}=$%-nNws.9vof=_soI=NH-Tt6", "type": "image"}, {"id": 15106898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5be43f32-274e-4184-a906-4afb9155ee1b/width=450/15106898.jpeg", "nsfwLevel": 4, "width": 450, "height": 675, "hash": "U5Dk-*+a0g03%}Io}?oIxB9v?Z~AwHRlJCR+", "type": "image"}, {"id": 15106857, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8978713-172c-4955-b8ab-24bbdf2c0b55/width=450/15106857.jpeg", "nsfwLevel": 4, "width": 450, "height": 675, "hash": "U3E-pv-62t9bLfI=^i,:^%9v%yS1PT}r5S0g", "type": "image"}, {"id": 15106899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31a7ad41-aa47-497a-bb3a-a03da5f0d9e5/width=450/15106899.jpeg", "nsfwLevel": 4, "width": 450, "height": 675, "hash": "U7GazXmm0wEg-~IB~Vo{6S0#4p-os,IWxZ^i", "type": "image"}, {"id": 15106908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6381eb2e-a4b0-4a51-b632-4a0014332c4b/width=450/15106908.jpeg", "nsfwLevel": 4, "width": 450, "height": 675, "hash": "U7F#N]^OAE57TxEk}?w^x]xuEMxW-:-UNH0g", "type": "image"}, {"id": 15106917, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d667ff3-944c-4016-bce5-048138a8fc76/width=450/15106917.jpeg", "nsfwLevel": 16, "width": 450, "height": 675, "hash": "U7Crfo%30LwG9_I=EM57vz${~Bo#0ME2ENtS", "type": "image"}, {"id": 15106943, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f798664-2ba1-423a-935e-db6ad7ddc645/width=450/15106943.jpeg", "nsfwLevel": 16, "width": 450, "height": 675, "hash": "UMG*f@_N?c?Gof$*xaX80LIAIUIoi_RiNGRk", "type": "image"}, {"id": 15106944, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44db52ba-b7d9-453c-94f8-14cfcb8c1807/width=450/15106944.jpeg", "nsfwLevel": 16, "width": 450, "height": 675, "hash": "U5DbTaAC0L~B0y?F-oEM02=y0f0f0f9uso-U", "type": "image"}, {"id": 15106980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3db02853-1fa3-4746-a87e-e893eaa38b83/width=450/15106980.jpeg", "nsfwLevel": 16, "width": 450, "height": 675, "hash": "UADIj=4.yE}m?bM{%3Io9Z^jIU9u01o#9ZNI", "type": "image"}, {"id": 15106987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbc6b2bc-f3cf-4caf-9d7a-64c6237cfb88/width=450/15106987.jpeg", "nsfwLevel": 16, "width": 450, "height": 675, "hash": "U5C$T5015,0#0fRj=_xb9~-n~ARk4oE258X9", "type": "image"}, {"id": 15106989, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7fba3cb-79f4-4352-a0d0-569fb552072e/width=450/15106989.jpeg", "nsfwLevel": 4, "width": 450, "height": 675, "hash": "UKDbm3~AoJxZ%2R%RjbGof-o={of9uWUxtoL", "type": "image"}, {"id": 15107002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac6d875c-3712-42e8-8f57-4501c29b4a53/width=450/15107002.jpeg", "nsfwLevel": 1, "width": 450, "height": 675, "hash": "UAEoStTf0K#jPC~WNG9F00xE?bE2008_R*yE", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/558946", "modelId": 502888} \ No newline at end of file diff --git a/datasets/metadata/558985.json b/datasets/metadata/558985.json new file mode 100644 index 0000000000000000000000000000000000000000..5e37d8dca809dc5118e21520df63bf96003cc307 --- /dev/null +++ b/datasets/metadata/558985.json @@ -0,0 +1 @@ +{"id": 558985, "index": 0, "name": "Lilith", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-08T18:22:13.861Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 38, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 474963, "sizeKB": 100.4453125, "name": "558985_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T13:32:02.240Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "69C6E23449", "SHA256": "69C6E23449A19D890AB79661CD0AB4606CC73B503A117CD3D378999AF2F380FC", "CRC32": "57095649", "BLAKE3": "02633CDAA95FB6A7CC4C1A2199FFAF0A53C6A7DF43FC582DB236CCB1EC08B9CC"}, "downloadUrl": "https://civitai.com/api/download/models/558985?type=Training%20Data"}, {"id": 475485, "sizeKB": 223099.72265625, "name": "Lilith-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T18:21:29.326Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "74DAD260", "AutoV2": "189C6C9E65", "SHA256": "189C6C9E65CE55E85FBE4A33B9BF10F9C46F67A48847185AF38CCB1CA931F09E", "CRC32": "FB0B23B6", "BLAKE3": "62F83D270C66CFBA247832143CEB8379D9ADAFC0EB9E9C9DCD9F4E445009EBAA", "AutoV3": "D405B041BD1B"}, "downloadUrl": "https://civitai.com/api/download/models/558985", "primary": true}], "images": [{"id": 15084374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df89fdd6-6681-45af-9d15-8838ac30a1db/width=450/15084374.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaHJ~;$6OWo}~VoeR*t7tktRWBoyJ7t7jGay", "type": "image"}, {"id": 15084376, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/418fb4ed-4a8d-4f01-9b95-559c54b240a2/width=450/15084376.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UcG*4.$*OBXR~VofR%ofxuozWBkCELofn%jt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/558985", "modelId": 502923} \ No newline at end of file diff --git a/datasets/metadata/558997.json b/datasets/metadata/558997.json new file mode 100644 index 0000000000000000000000000000000000000000..fe3ec4b5f5bba30ee45f2bf4752a764662190e6f --- /dev/null +++ b/datasets/metadata/558997.json @@ -0,0 +1 @@ +{"id": 558997, "index": 0, "name": "furbyboom", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-08T14:14:19.465Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 26, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 474967, "sizeKB": 4330.0478515625, "name": "558997_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T13:32:44.575Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CE791A0C", "AutoV2": "EEFD57B106", "SHA256": "EEFD57B10629A3B86F44E5DFD1DB54C70BC084B85819F950C8F90E19528B0C79", "CRC32": "0F08ADE7", "BLAKE3": "7470D4C2116061F7C6D900CDB18069E5E0B43A10D925BFEC3E5E69049171ED71"}, "downloadUrl": "https://civitai.com/api/download/models/558997?type=Training%20Data"}, {"id": 475044, "sizeKB": 36982.9765625, "name": "furbyboom.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T14:15:47.849Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "43797D86", "AutoV2": "8A506D563E", "SHA256": "8A506D563E47957AC84216732D9754D149BC94223560658ED50A2BE6534E1285", "CRC32": "10FB3796", "BLAKE3": "B935C1C9C59E0410EFE7A9850B8C80A99EDABB189A8F6C75841C7FA5BF379950", "AutoV3": "22CF7698D4BC"}, "downloadUrl": "https://civitai.com/api/download/models/558997", "primary": true}], "images": [{"id": 15063540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abd9ffb1-f377-4e75-ae4b-62de1bab9aec/width=450/15063540.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6EeGE^Q00Io34ENxAV[R4k8_JxZ0AxttPWU", "type": "image"}, {"id": 15063527, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d5f02d5-4c6f-474e-9319-25d4fcdb124d/width=450/15063527.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UOJ*VUQlk;o}?b%Lt,o|?]WUIAkCx[aJv~X9", "type": "image"}, {"id": 15063539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8decb947-d4e2-4f9b-b080-0f3e9e5824f3/width=450/15063539.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEJGH7]:0056Pn9u#n-mtuIp,^xa}WIrTEo{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/558997", "modelId": 502936} \ No newline at end of file diff --git a/datasets/metadata/559039.json b/datasets/metadata/559039.json new file mode 100644 index 0000000000000000000000000000000000000000..4079d46469ab7627b6975bc28042652d3b54ec45 --- /dev/null +++ b/datasets/metadata/559039.json @@ -0,0 +1 @@ +{"id": 559039, "index": 0, "name": "panties", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-08T20:32:56.641Z", "availability": "Public", "nsfwLevel": 28, "description": "panties
", "trainedWords": [], "stats": {"downloadCount": 310, "ratingCount": 0, "rating": 0, "thumbsUpCount": 44, "thumbsDownCount": 0}, "files": [{"id": 475127, "sizeKB": 7799.8271484375, "name": "559039_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T15:00:45.684Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "54918351", "AutoV2": "CFB57E1316", "SHA256": "CFB57E13165E86AF3D782B7BB6F8DF0EF585BD4BF8EC5A9C2BFF8D41DBFD1246", "CRC32": "94FC01D9", "BLAKE3": "D4D795BECF6878827AC17E18CD2659D6BE506B4FD9B5BD6307C836C20020C597"}, "downloadUrl": "https://civitai.com/api/download/models/559039?type=Training%20Data"}, {"id": 475643, "sizeKB": 18547.125, "name": "panties-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T19:36:38.484Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "8FF62956BD", "SHA256": "8FF62956BD7CB66B3669E040662D437C7BCE0DAC39A1F15B743E9B1F1F5825F3", "CRC32": "BC520501", "BLAKE3": "893058ACFF267DE3C7494D7E2DEAFC5FFC8B16E5FF45EE4F33FED884182C2386", "AutoV3": "EF2B64D2C5D8"}, "downloadUrl": "https://civitai.com/api/download/models/559039", "primary": true}], "images": [{"id": 15094034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9dd5fb01-03b6-4af1-9a73-d7609d754d8a/width=450/15094034.jpeg", "nsfwLevel": 4, "width": 512, "height": 840, "hash": "UXMO~r~CXmt8JBxutktRI=IpozM|tRRjRPaK", "type": "image"}, {"id": 15093732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38bb7968-8526-4a5a-b48c-19d201385eef/width=450/15093732.jpeg", "nsfwLevel": 4, "width": 512, "height": 840, "hash": "UUM4,QoM:RRP}YRQ=dxabtnibHbbn%WVs:s:", "type": "image"}, {"id": 15094078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcf85cba-6281-445b-a2bc-02fd22119648/width=450/15094078.jpeg", "nsfwLevel": 4, "width": 512, "height": 840, "hash": "UELfq34:0i~pEl-UIUIVIBS#n$r=ozniRkbc", "type": "image"}, {"id": 15094069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f64e98fc-cdf5-4098-82a1-e2dd0f3fb426/width=450/15094069.jpeg", "nsfwLevel": 4, "width": 512, "height": 840, "hash": "UIJGyx^**0R-0.S$NNI=ERWYbdNH9aNI4:wc", "type": "image"}, {"id": 15095115, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/442bd93c-0b86-4b1d-93b8-295d7834e809/width=450/15095115.jpeg", "nsfwLevel": 4, "width": 512, "height": 840, "hash": "UQM60n~W68xu$$x]I-adF1buTINH%Mo}RiRj", "type": "image"}, {"id": 15093894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcd7bd28-c02f-478f-8b94-0fab1410c446/width=450/15093894.jpeg", "nsfwLevel": 4, "width": 512, "height": 840, "hash": "UUK]fm~VyCx]%f%Mt7xuOXxuxv%2xvX8RjfS", "type": "image"}, {"id": 15095109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f8e9efc-b1cd-4888-8e56-27ee619a0df8/width=450/15095109.jpeg", "nsfwLevel": 4, "width": 512, "height": 840, "hash": "UOH-=W~VObENIWIpEMnNM|Rii^t7b^V@nN%2", "type": "image"}, {"id": 15094894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd098969-5ac7-48c9-afe2-1dc4f0d5661f/width=450/15094894.jpeg", "nsfwLevel": 4, "width": 512, "height": 840, "hash": "UUI=GjDjc[S%_3bv?axtRlxt-8Nbbcae$$jv", "type": "image"}, {"id": 15093665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48f92cd3-dd68-4fa9-a5d7-ccaf2fb72426/width=450/15093665.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UQRx$EE|s=?^L29FWT-;IoMdVsnjtSR*a|s:", "type": "image"}, {"id": 15093664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84c9587b-2d95-42aa-9aba-6e7cc17d2d8e/width=450/15093664.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U6NJXt000NCS004T#R0g4T0#~V}S~qxZR+bd", "type": "image"}, {"id": 15093666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/793c7d5f-7260-48e0-89d8-3b3ed83968a6/width=450/15093666.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UBNJk48{1bk;xcD*_M%LquaKT{o};*NGTc%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/559039", "modelId": 502974} \ No newline at end of file diff --git a/datasets/metadata/559256.json b/datasets/metadata/559256.json new file mode 100644 index 0000000000000000000000000000000000000000..15c8be9cfc3181e883e7e6675cbce40f9e91420c --- /dev/null +++ b/datasets/metadata/559256.json @@ -0,0 +1 @@ +{"id": 559256, "index": 0, "name": "Helena (HSTutor) Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-09T00:32:25.569Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["HelenaHSTutor, large breasts, brown hair, Blue eyes,"], "stats": {"downloadCount": 34, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 476117, "sizeKB": 223105.55859375, "name": "Helena_HSTutor_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T00:31:24.467Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B25BF666", "AutoV2": "4B5B95B582", "SHA256": "4B5B95B5823140784539598335B74FD011CDCF9E3334011432AE55F3DEF2291B", "CRC32": "49977B75", "BLAKE3": "B8C99C1C46BC664590D4F67EE1F8D7FB4B0CBE7F389FF3A4033F0D548E0FD038", "AutoV3": "7A06C3AC421F"}, "downloadUrl": "https://civitai.com/api/download/models/559256", "primary": true}, {"id": 475253, "sizeKB": 29413.2255859375, "name": "559256_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T16:06:17.187Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B921FC8E", "AutoV2": "0C64968443", "SHA256": "0C64968443A3CB53FEE8ED2FE90551CEDDECDB234307D5CE231DC2878BA2E342", "CRC32": "EE4E94F4", "BLAKE3": "CCD7E096BDDAFC0676C5FCC218AC161A8DB115D2883A9AC6DF8892D6A7A62522"}, "downloadUrl": "https://civitai.com/api/download/models/559256?type=Training%20Data"}], "images": [{"id": 15113864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82366c49-4f20-4c10-a444-1fb43853df5e/width=450/15113864.jpeg", "nsfwLevel": 1, "width": 720, "height": 1000, "hash": "UHL|}_}?D4^j~9%$%$MI0fXSxtE3xvxvt8xt", "type": "image"}, {"id": 15113866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/207cfe26-5fb6-4239-8947-580a7ce96e0a/width=450/15113866.jpeg", "nsfwLevel": 16, "width": 720, "height": 1000, "hash": "UNLqOv^+IAxZ}=tS.TWCyDt7-;RPnht7M{W=", "type": "image"}, {"id": 15113871, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83e0b480-67e0-46be-8e5d-3c9061f6112d/width=450/15113871.jpeg", "nsfwLevel": 4, "width": 720, "height": 1000, "hash": "UMMPwV~W02=|00D*o#Rj9Zs:xubIIpoyt7oL", "type": "image"}, {"id": 15113865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35a5b2fc-f103-4181-9464-9a6a59e0343d/width=450/15113865.jpeg", "nsfwLevel": 8, "width": 720, "height": 1000, "hash": "UJOCpt*0L4R516so%hVrMxs:xZWB?GWqjES5", "type": "image"}, {"id": 15113867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19410f12-02f2-4340-b6e2-cdfadb8020a3/width=450/15113867.jpeg", "nsfwLevel": 16, "width": 720, "height": 1000, "hash": "UDOL$J?w0-?b03s9kqoz00IA-TD%I:f+x]w]", "type": "image"}, {"id": 15113870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57720c89-4f98-4908-9a39-2d6e0301f4b6/width=450/15113870.jpeg", "nsfwLevel": 16, "width": 720, "height": 1000, "hash": "UNOokv~qXV^+0hs.xb-;JPXT%LD*I:V@S$bH", "type": "image"}, {"id": 15113872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c7ae170-801d-419a-9589-19be8d53ba81/width=450/15113872.jpeg", "nsfwLevel": 16, "width": 720, "height": 1000, "hash": "UGO.t4*0pd=tB;j[x]M_U[=s-T9a_1-owbNK", "type": "image"}, {"id": 15113868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e73fd362-3043-471a-8189-2503cb269024/width=450/15113868.jpeg", "nsfwLevel": 4, "width": 720, "height": 1000, "hash": "UEN]Ld01F{~V~CI;4:IU0fIV%1xZ-pV@M|oK", "type": "image"}, {"id": 15113869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b4c096f-bb39-4ab6-9c43-f56dc64b977a/width=450/15113869.jpeg", "nsfwLevel": 4, "width": 720, "height": 1000, "hash": "UROoeV~px]xaS#Rk?HR*S#WBs:V[r@jYkCtR", "type": "image"}, {"id": 15113873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c7b250f-384e-4177-8df4-0a6787c83bd5/width=450/15113873.jpeg", "nsfwLevel": 4, "width": 720, "height": 1000, "hash": "UANviB9]LgxH0h0,_3oe1kM{M#E1029Ftlad", "type": "image"}, {"id": 15113876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa9dc2bb-f599-4782-a079-ff7a5fc19b4a/width=450/15113876.jpeg", "nsfwLevel": 16, "width": 720, "height": 1000, "hash": "U8Oy3C3Z9zyF0e00-SpIDN^$-S?alo5Ttl%L", "type": "image"}, {"id": 15113874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9e077b7-efc7-4c24-9b13-7288993307ca/width=450/15113874.jpeg", "nsfwLevel": 16, "width": 720, "height": 1000, "hash": "UMMsQSTMGw?u0jT1tSn~0gkYVsVrE3Xnt6t6", "type": "image"}, {"id": 15113875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/328b7b8f-00b6-42d0-bb56-ac1132e2c865/width=450/15113875.jpeg", "nsfwLevel": 16, "width": 720, "height": 1000, "hash": "UGNv0z-SEN~AuO%$M{D*Sf?bIB9a%M^*RjIA", "type": "image"}, {"id": 15113879, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b091ad7f-b4b6-40fc-8baa-82279396b509/width=450/15113879.jpeg", "nsfwLevel": 16, "width": 720, "height": 1000, "hash": "UDNvMaLN*J$y0gEL%hDj00AJt8V?tSIVM{o}", "type": "image"}, {"id": 15113878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8db4d70-ec5c-46bd-bdbb-26c27added60/width=450/15113878.jpeg", "nsfwLevel": 4, "width": 720, "height": 1000, "hash": "UKO3915TuP$%-.-n?Gxu0LD+tSR+E2S#ofRP", "type": "image"}, {"id": 15113880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f296016c-1671-4a5f-a897-5a43120a4440/width=450/15113880.jpeg", "nsfwLevel": 4, "width": 720, "height": 1000, "hash": "UCNl.60hCm-;0#O??btQ025V.9E29aIoMyt6", "type": "image"}, {"id": 15113884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/864cda60-f386-4581-ab40-741886ac830c/width=450/15113884.jpeg", "nsfwLevel": 16, "width": 720, "height": 1000, "hash": "UGN]Opyryr_N0g9a-;o~0MMytRJAk=bcE29]", "type": "image"}, {"id": 15113883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45462db5-b302-43f1-8d39-cbb8ff7a5d0e/width=450/15113883.jpeg", "nsfwLevel": 16, "width": 720, "height": 1000, "hash": "UDO.m*?bAEIBKi_NWD4o0eIpS6E3%M,;xuD*", "type": "image"}, {"id": 15113889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf9eef6c-8331-451f-b47d-eedf8fe9e09d/width=450/15113889.jpeg", "nsfwLevel": 16, "width": 720, "height": 1000, "hash": "UOM6*f_NEkxu-;S5.9-;Io$*?HS4-;R*E1M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/559256", "modelId": 503163} \ No newline at end of file diff --git a/datasets/metadata/559349.json b/datasets/metadata/559349.json new file mode 100644 index 0000000000000000000000000000000000000000..ff683a950ce577d36627168635591745a32490b2 --- /dev/null +++ b/datasets/metadata/559349.json @@ -0,0 +1 @@ +{"id": 559349, "index": 0, "name": "Kate Sweeney Photography Style SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-08T18:17:25.538Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 82, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 475339, "sizeKB": 11330.65234375, "name": "559349_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T16:56:25.264Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "19FCDAD1", "AutoV2": "28FE996B7E", "SHA256": "28FE996B7E667D6DA77B8640AA3C45E2987B865EAAD3467AC927C875BF7AA5A2", "CRC32": "7ED1B92E", "BLAKE3": "07B1A6B9168FFDEBE8FA61EA6FB022B0A20AC19DF09F31BA8123954E0BD521C2"}, "downloadUrl": "https://civitai.com/api/download/models/559349?type=Training%20Data"}, {"id": 475466, "sizeKB": 223114.37890625, "name": "Kate_Sweeney_Photography_Style_SDXL-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T18:16:15.205Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7B85F945", "AutoV2": "A6DEC04FFA", "SHA256": "A6DEC04FFA6ED21AEC34FC47430C91BEE91114EF8BF839636CA899BD29BCE68C", "CRC32": "B5BDFC03", "BLAKE3": "9C2BD9E27DF6DE9DAB56ED39BEBBEE6D912D6F4F2CC3E03F7AF135EE421633DA", "AutoV3": "A48C96CAFF48"}, "downloadUrl": "https://civitai.com/api/download/models/559349", "primary": true}], "images": [{"id": 15084032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3b203a1-c924-4d52-b200-fcb61a4bd5b6/width=450/15084032.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U49Qmr00D%~q~q-;9Fay00?bRjIUIUj[ofM{", "type": "image"}, {"id": 15084035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1843cdb-3baa-4922-badf-a12f266da37d/width=450/15084035.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U56SN7$+009ZD#Vt*IpbKkS}#7$gtPofWFaL", "type": "image"}, {"id": 15084017, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/faddb756-a717-4a59-b6ef-f91ef4f56696/width=450/15084017.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFEn@i015QEy_M4.sVsp0zSw$*,[H[^kSeEe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/559349", "modelId": 503248} \ No newline at end of file diff --git a/datasets/metadata/559985.json b/datasets/metadata/559985.json new file mode 100644 index 0000000000000000000000000000000000000000..17235b586fbdca1e73b6b39be9416e39449ccb3d --- /dev/null +++ b/datasets/metadata/559985.json @@ -0,0 +1 @@ +{"id": 559985, "index": 0, "name": "Rene Gruau Illustration Style SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-08T23:50:28.768Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 45, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 476050, "sizeKB": 223119.47265625, "name": "Rene_Gruau_Illustration_Style_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T23:47:20.482Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "75D4A941", "AutoV2": "C10528C796", "SHA256": "C10528C79657CFA942FF549C1BFC22BF6EADCAAA5B822E4F61BECA02321CB6BE", "CRC32": "D19C6976", "BLAKE3": "56D9928B00E069D48BC6AEBA70DB62918EDA623E0A2DE4D2701082446EEED640", "AutoV3": "B1021C13DCB6"}, "downloadUrl": "https://civitai.com/api/download/models/559985", "primary": true}, {"id": 475955, "sizeKB": 8642.978515625, "name": "559985_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-08T22:40:45.597Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "624C5DFA", "AutoV2": "13F91EDB40", "SHA256": "13F91EDB4018C85248432791BCDAD04A1781649CE0C2BD1F374D797BA50AC1E4", "CRC32": "EB3F2956", "BLAKE3": "8582B77CF31D40C66205CBFC46A3D112B5076C9907D910612B5AEC937B2CC47B"}, "downloadUrl": "https://civitai.com/api/download/models/559985?type=Training%20Data"}], "images": [{"id": 15109490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88a4b73e-65cc-4663-abfe-9b40bdce347d/width=450/15109490.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGFrqM=|l%6202RQOnbaPQt6vja1Keso%0WU", "type": "image"}, {"id": 15109485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97ee1100-1763-4412-99d2-03d5929e677d/width=450/15109485.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNJ$%Nwa@^nn4RodIpOE$ksD6MOBwba~#:jF", "type": "image"}, {"id": 15109488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fb70929-727b-4b30-b252-885e4ea04fd2/width=450/15109488.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHEVG_~9010N01sT^*S#EoE4jC-lInbaWaRR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/559985", "modelId": 503776} \ No newline at end of file diff --git a/datasets/metadata/560304.json b/datasets/metadata/560304.json new file mode 100644 index 0000000000000000000000000000000000000000..351242c43d10a791daf925203b6409481f6ef757 --- /dev/null +++ b/datasets/metadata/560304.json @@ -0,0 +1 @@ +{"id": 560304, "index": 0, "name": "Debbie Turnbull", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-09T02:48:29.034Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Debbie_Turnbull,female, 1girl, square head, tan skin, orange hair, short hair, red shirt, sleeveless shirt, midriff, purple jeans, solo, standing"], "stats": {"downloadCount": 74, "ratingCount": 0, "rating": 0, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 476285, "sizeKB": 16755.33203125, "name": "560304_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T02:05:46.502Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3CF12B12", "AutoV2": "549ECD0FB4", "SHA256": "549ECD0FB4C552466EA857E07D7F39C705D85913C962003FC53FEB7B75302CA7", "CRC32": "F7522085", "BLAKE3": "4DE1D6ED7101148FA60E0157BED4585A77980CF09D91920CAD0D78C492175CCF"}, "downloadUrl": "https://civitai.com/api/download/models/560304?type=Training%20Data"}, {"id": 476369, "sizeKB": 223101.62890625, "name": "Debbie_Turnbull-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T02:50:49.107Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CE41FBF2", "AutoV2": "DFA9D24217", "SHA256": "DFA9D24217709AF4ED8A78215862756F8819F27492EC97970ADD09FC419FD54D", "CRC32": "CAC5FF0F", "BLAKE3": "B9A8A4756ADFDF2A48D0DFB0A89E12B360D23096E67B079FA74BAE039F20E372", "AutoV3": "27C3D275BDEE"}, "downloadUrl": "https://civitai.com/api/download/models/560304", "primary": true}], "images": [{"id": 15126141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcdc97a5-a482-4565-ae82-21e72d26f019/width=450/15126141.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMLyDgtl7G%I|?SxF2whwKbIS#f5aKoJbvay", "type": "image"}, {"id": 15126140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6afce7c-1118-4d8f-ad5e-d23771fe89a7/width=450/15126140.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDMFXewc66t+01nh5:OZ~TaxX9og0Nbb$$a0", "type": "image"}, {"id": 15126139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e980184-44cc-482c-b6a5-47de84538d09/width=450/15126139.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGK+Ak9aEM^*#R9^I==w}=X9S#nO9HkUkVnQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/560304", "modelId": 504064} \ No newline at end of file diff --git a/datasets/metadata/560584.json b/datasets/metadata/560584.json new file mode 100644 index 0000000000000000000000000000000000000000..743f2b28d28d0f37f7c9bbd9fc2a57808271e97f --- /dev/null +++ b/datasets/metadata/560584.json @@ -0,0 +1 @@ +{"id": 560584, "index": 0, "name": "Perfect Male", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-09T05:28:48.945Z", "availability": "Public", "nsfwLevel": 28, "description": "1.0
", "trainedWords": [], "stats": {"downloadCount": 79, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 476550, "sizeKB": 403.607421875, "name": "560584_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T05:10:47.802Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "A0C733AA8D", "SHA256": "A0C733AA8DCD7F315EB892A445D72570749643A6354DE992F60663EBBF159C73", "CRC32": "04833B68", "BLAKE3": "771F5C53128DAC6D4E7FF981880BDC9889D3E5857C3FDB8EDB162FDDA3935944"}, "downloadUrl": "https://civitai.com/api/download/models/560584?type=Training%20Data"}, {"id": 476579, "sizeKB": 36977.5546875, "name": "Perfect_Male.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T05:30:44.087Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "077B12B1", "AutoV2": "03D5E60452", "SHA256": "03D5E60452BA834494F0ABEE6711EB6A79AFA6A2E5539EB64429107705BE5915", "CRC32": "EEB2E685", "BLAKE3": "3D6D2CBE4D0D14F5445F9CDA222EECD1646AE76F5C42D910EF889F13CE2E663C", "AutoV3": "9272306ECEB3"}, "downloadUrl": "https://civitai.com/api/download/models/560584", "primary": true}], "images": [{"id": 15138510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e13ccb50-af01-4bd4-a96b-267fa5bdf531/width=450/15138510.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U3CPCc~q00?FYk.8sls900oJ=v4:00Mxs9D%", "type": "image"}, {"id": 15138583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aebfd043-6515-4136-9cd6-496b31cd0c10/width=450/15138583.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U6Cr~3I=00^*K*%2VsE101-p~BIU^kxuE1Io", "type": "image"}, {"id": 15138584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e95d539f-9cbc-4d7e-910a-2b99a5a240b8/width=450/15138584.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UHDl$m%g4:%L*0xvR*ozJCxuw]IV%1t6smRj", "type": "image"}, {"id": 15138587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33d1cb92-9cee-4bf1-a8c4-5c8192e13ca0/width=450/15138587.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UAD+Yw5701~V%MWXIooK00-o-V9aV@xZs:Nb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/560584", "modelId": 504320} \ No newline at end of file diff --git a/datasets/metadata/560600.json b/datasets/metadata/560600.json new file mode 100644 index 0000000000000000000000000000000000000000..713fab388b4da92fe50e48b06164bb5fb4edd0f8 --- /dev/null +++ b/datasets/metadata/560600.json @@ -0,0 +1 @@ +{"id": 560600, "index": 0, "name": "Ketesh (cursed girl)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-09T08:09:03.190Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 101, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 476607, "sizeKB": 65332, "name": "560600_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T05:50:56.161Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DAB7B2FC", "AutoV2": "B3A17CC78F", "SHA256": "B3A17CC78FBBF97B03EF1FC30BF0ABBD20C5D62B46BF85789BE689F806D62A31", "CRC32": "BE38915B", "BLAKE3": "45DB5A9A20A02230432E8B4C41F85C6189B7117EE2EFEBFCE9CAF8B53EC91806"}, "downloadUrl": "https://civitai.com/api/download/models/560600?type=Training%20Data"}, {"id": 476766, "sizeKB": 223100.50390625, "name": "Ketesh_cursed_girl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T07:56:22.724Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5BBB766D", "AutoV2": "4AD643055A", "SHA256": "4AD643055A401149F1AEB7A64F9CA9F52B5DECBEB8C8CD1756035F96AA7409F4", "CRC32": "60E54326", "BLAKE3": "002C8C072B0F5896A7CE95A23BB2763531122CA1330E75C08A919C8762E75D8D", "AutoV3": "5BFF902A3FBE"}, "downloadUrl": "https://civitai.com/api/download/models/560600", "primary": true}], "images": [{"id": 15151877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88ad8d3e-c922-4c9b-95a6-565a0f68d9f5/width=450/15151877.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UfN[tE-o?^Io^kx]S~j[yrSh%gxG%2RjM{M{", "type": "image"}, {"id": 15151826, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79a6f304-7d35-4267-ba58-1c883b57183f/width=450/15151826.jpeg", "nsfwLevel": 1, "width": 768, "height": 1536, "hash": "UjLo~P^+.8yC~CRPOEVt.7IoozjF?vxuW:bu", "type": "image"}, {"id": 15151869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e6f41fc-92ca-4c64-b466-3b1e31e04919/width=450/15151869.jpeg", "nsfwLevel": 4, "width": 768, "height": 1536, "hash": "UVJsV1-WXm%M~CI:xvxv.8ahXTWA?bR4I:s;", "type": "image"}, {"id": 15151870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00b22cb3-fda2-450f-a660-0a9d555be94c/width=450/15151870.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UyQIb]t7?^xu-;ofM{ayu4afnij[%NaeM{a|", "type": "image"}, {"id": 15151878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/440f9998-accd-4947-ba42-5ae4215c7f18/width=450/15151878.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UoM?0,kC_N%M=xt7S~ni%zNGpHofkWt7kDWV", "type": "image"}, {"id": 15151880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/780fa8c8-dc11-414a-9078-4847a6d585f6/width=450/15151880.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "U[K,dP~qyDxuIUi^xakW$*kCNHWBWpofofbb", "type": "image"}, {"id": 15151884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff32203b-36b9-4d6d-bfb1-5803a32beae6/width=450/15151884.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "U7HJRN01@E%#mk0|%ga0zVPB}[Hr=_5QFI%M", "type": "image"}, {"id": 15151944, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d5205f6-18fa-438e-944b-27fc995d0aad/width=450/15151944.jpeg", "nsfwLevel": 4, "width": 896, "height": 1344, "hash": "UgLo+%IA~W=|-VIUWBrrX8%MtRW;tRRPtlo0", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/560600", "modelId": 504334} \ No newline at end of file diff --git a/datasets/metadata/560617.json b/datasets/metadata/560617.json new file mode 100644 index 0000000000000000000000000000000000000000..1f18e2d8e36274b6d6c12c04b6128b5531f685f4 --- /dev/null +++ b/datasets/metadata/560617.json @@ -0,0 +1 @@ +{"id": 560617, "index": 1, "name": "Nights - Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-09T07:06:25.600Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Nights", "Jester", "Purple eyes", "Purple bodysuit"], "stats": {"downloadCount": 90, "ratingCount": 0, "rating": 0, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 476590, "sizeKB": 1119.109375, "name": "560617_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T05:36:28.367Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "3257A14391", "SHA256": "3257A143918A533DA93D75B806A988A305074128FD1D165541B5847C62CF1DE6", "CRC32": "8E9BCAC7", "BLAKE3": "6C33D14A92084CC7F72686BF786D448FF88C07383A08CAB17D05FF683D074B5F"}, "downloadUrl": "https://civitai.com/api/download/models/560617?type=Training%20Data"}, {"id": 476693, "sizeKB": 223100.37890625, "name": "Nights_Nights_into_Dreams_PonyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T06:51:01.474Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2989BEEE", "AutoV2": "24EF2A6AF7", "SHA256": "24EF2A6AF73822EE4A9039F5B2DD787E23634E92A120AAACE4F54444F626A146", "CRC32": "7C5B604B", "BLAKE3": "600110531206886C7A722A5558FFECCEBDEFD752130E850B60F888C8713290C4", "AutoV3": "19CF0BD2C33C"}, "downloadUrl": "https://civitai.com/api/download/models/560617", "primary": true}], "images": [{"id": 15274285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b2be4f9-25a2-42ac-a13e-30b94412bdd8/width=450/15274285.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1754, "hash": "UHE_zy9gk.siGKDiXCt2aGD%$]g2XLV[$dNH", "type": "image"}, {"id": 15274292, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/124de193-f372-4e28-94e7-3e79f9ca7782/width=450/15274292.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1754, "hash": "UIFhc7Oa5OMzGwR4Ie-n-4M_xCx]9Hs,W6kU", "type": "image"}, {"id": 15274282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/388b09de-0803-4013-a5fa-2a737520e2fd/width=450/15274282.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "UBE-;K%f0J95B@?JIhISr=w=i[%24,D*ehNr", "type": "image"}, {"id": 15270696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d5cdc67-aa23-47ee-8def-56b104331a4d/width=450/15270696.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPE--I-qNKIWx|-mIwIVtH%IRiIV-hxaROsC", "type": "image"}, {"id": 15270690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52137612-855e-494b-a7ec-54a08987a1dd/width=450/15270690.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHEn#^9~0Kxd*0Vr9Z-n$[W9IX$|MvR.X2o4", "type": "image"}, {"id": 15270698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abb418f7-3681-43f5-9195-3dd351a0878a/width=450/15270698.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UIEec.?b4mDs*0-o9b9ax+xmRRROrUNGX2NZ", "type": "image"}, {"id": 15270695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e02a944d-5f75-4adb-b621-3245dfc7b80f/width=450/15270695.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPF#e8S*4;N1_Nxt9bsp-yV@RkxZIDNIk7t7", "type": "image"}, {"id": 15270691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d6cec0e-f15a-400f-8003-41d58f2804db/width=450/15270691.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBD*iQVhTdWY3G0dcIVrxhVV^aoO?8D%xTA0", "type": "image"}, {"id": 15270694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee8d1aa6-36ae-4cfc-9c8d-7cce4afdb0c6/width=450/15270694.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPEK,NEKt8I^KUn6Szs:NFIm$+odI,RjoZV@", "type": "image"}, {"id": 15274290, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5676efd-8bb9-4835-8800-09e8be3409c9/width=450/15274290.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1754, "hash": "UQFEW=tSR+j1o,$*xaW=I[N@WDRU9]%2WRNF", "type": "image"}, {"id": 15274281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a216816-7fd9-4618-bb4c-f17fb01d8875/width=450/15274281.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1754, "hash": "UNF;]k~nxlD+~X?ZbyaKA0$wxv%KD+Iqx9kU", "type": "image"}, {"id": 15270699, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6064a78d-617d-49bb-ba24-2352c01c67b2/width=450/15270699.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGCPPiN5b_R.7QR4s?xvR3M^WXkWM^slxUnh", "type": "image"}, {"id": 15162631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a06d7197-d37f-4874-bd33-976547aa6ca0/width=450/15162631.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UdLgqwt8_MM{MyRjNGRjE2RQxZozx]t7V@WU", "type": "image"}, {"id": 15162630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7c34117-3543-4530-ad62-8fefc8eac4f5/width=450/15162630.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UADmE#T134+[v$j]D+nQ01wK~UO?TebZ#*o|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/560617", "modelId": 504350} \ No newline at end of file diff --git a/datasets/metadata/560639.json b/datasets/metadata/560639.json new file mode 100644 index 0000000000000000000000000000000000000000..48f22c257df29904ccf03e7445728622be024782 --- /dev/null +++ b/datasets/metadata/560639.json @@ -0,0 +1 @@ +{"id": 560639, "index": 0, "name": "serafuku265", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-09T11:34:43.712Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 83, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 476632, "sizeKB": 3544.158203125, "name": "560639_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T06:07:01.730Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "11494C46", "AutoV2": "313DFEA781", "SHA256": "313DFEA781749931098295C110F79FFECEDDCA09FC43F3C8871BD4216DAE4B9B", "CRC32": "FB131D68", "BLAKE3": "28A422C82D914AA5FDA7A33BA44C42EBC9FD968A6C1D0907BEAE19831318BBA1"}, "downloadUrl": "https://civitai.com/api/download/models/560639?type=Training%20Data"}, {"id": 477077, "sizeKB": 223101.66796875, "name": "serafuku265-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T11:35:56.954Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B8FC317F", "AutoV2": "911997EB09", "SHA256": "911997EB0915285DE2BBBEED860635842374CA700A5B4D9C7268EFE6F12F9CB8", "CRC32": "1724A7D8", "BLAKE3": "951CFDB788E09D3C769958A120DE2EF2C54AFCC1FAD59DC5695EC0BD17BE1D0B", "AutoV3": "2B4CE64F63FD"}, "downloadUrl": "https://civitai.com/api/download/models/560639", "primary": true}], "images": [{"id": 15167612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc82fad1-ed72-42fd-a811-1a8165d4562b/width=450/15167612.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8Lg^f00_N000UxtD%_200-htS?bPEtmDiMw", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/560639", "modelId": 504371} \ No newline at end of file diff --git a/datasets/metadata/560676.json b/datasets/metadata/560676.json new file mode 100644 index 0000000000000000000000000000000000000000..1ce96ebe4968eb67152a88dde29f525d40bd89a5 --- /dev/null +++ b/datasets/metadata/560676.json @@ -0,0 +1 @@ +{"id": 560676, "index": 0, "name": "Sofi (PonyXL)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-09T07:22:28.810Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["anthro, furry, dog, dog girl, living inflatable, Sofi, pink and light cyan skin color, two-tone skin, light cyan shins, light cyan fore-arms", "light cyan inner part of ears, emerald eyes, blonde hair, short hair, big breasts, wide hips, bubble butt,"], "stats": {"downloadCount": 42, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 476672, "sizeKB": 9030.123046875, "name": "560676_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T06:36:23.765Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3F29FC91", "AutoV2": "B787ACDEEF", "SHA256": "B787ACDEEFD1115F414E2FDCCEBC9C13DB1128DF0FF22B3D728A6A9283149793", "CRC32": "F18BB869", "BLAKE3": "8FB9E2BB66606FDCD35D755AC20F1462738960950F003BB0DD3B39322BD7B799"}, "downloadUrl": "https://civitai.com/api/download/models/560676?type=Training%20Data"}, {"id": 476718, "sizeKB": 223102.56640625, "name": "Sofi_PonyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T07:21:01.658Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AB3883D1", "AutoV2": "27122E6CF7", "SHA256": "27122E6CF7D3F73B6492BDC00F84D0314C5F674C1E3D02566A489E542962387B", "CRC32": "0893A016", "BLAKE3": "C9ADA4C74B829B011B31D27964F0B9C07B5DAD043315356C50CCDCACC74993D4", "AutoV3": "20554090DBF0"}, "downloadUrl": "https://civitai.com/api/download/models/560676", "primary": true}], "images": [{"id": 15147239, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a13ca888-db07-48d1-8d22-ebd0285ac881/width=450/15147239.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UML4${YFtuXULdi^IqNy3g#HafI[rko|V_wa", "type": "image"}, {"id": 15147240, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f967488d-11c6-47c8-8b9e-a809a5e5b3ed/width=450/15147240.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "USJ90sXQ9t#a{+RON3a*F.Z%n5THTdm-k5bD", "type": "image"}, {"id": 15147326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c68aab9c-31e5-4ce6-a012-d7294f5c84d3/width=450/15147326.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UIE2bMWC00TY9;sERVbW9=Rk-Et6|~W=ExV?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/560676", "modelId": 504408} \ No newline at end of file diff --git a/datasets/metadata/560708.json b/datasets/metadata/560708.json new file mode 100644 index 0000000000000000000000000000000000000000..156ee8e01d802225dff3e60de9629a7e73f6be68 --- /dev/null +++ b/datasets/metadata/560708.json @@ -0,0 +1 @@ +{"id": 560708, "index": 0, "name": "serafuku1192", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-09T09:09:29.214Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 66, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 476683, "sizeKB": 7854.9736328125, "name": "560708_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T06:46:35.013Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "75C9D08D", "AutoV2": "AEA6AB458E", "SHA256": "AEA6AB458E35D939726FB8FA334FDF1B41E8C4B8FDBCFF2EAF698BE316F95E83", "CRC32": "7365B3AA", "BLAKE3": "540FCA7E3AB07C3129BB5E003111CF3122444EC3158E31186C7EC62967ED3413"}, "downloadUrl": "https://civitai.com/api/download/models/560708?type=Training%20Data"}, {"id": 476859, "sizeKB": 223102.44140625, "name": "serafuku1192-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T09:00:48.232Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "11411158", "AutoV2": "FE8680C2E0", "SHA256": "FE8680C2E007953C955954024817294AE7B77E57908EC7D48789142517F6E295", "CRC32": "91913184", "BLAKE3": "8CE3A8B67D3920894B3C52A10286DDEE9FBF970E44DC096CA039EADA1DA47B0B", "AutoV3": "931E8CAC7184"}, "downloadUrl": "https://civitai.com/api/download/models/560708", "primary": true}], "images": [{"id": 15156800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc712ac6-f183-439e-9ce6-0fe4dea06e33/width=450/15156800.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPKUQG00^$?c_NX9D*ofngRPIUWBxuWCWCae", "type": "image"}, {"id": 15156799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c41a004-efcc-43fd-9323-e8a078cba47b/width=450/15156799.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UhIF3r%2I;R*_Nt7NGWWx]kCWCof%2WVxus:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/560708", "modelId": 504438} \ No newline at end of file diff --git a/datasets/metadata/560719.json b/datasets/metadata/560719.json new file mode 100644 index 0000000000000000000000000000000000000000..74c4e1b3e80be5546675a570f285a2993868d84e --- /dev/null +++ b/datasets/metadata/560719.json @@ -0,0 +1 @@ +{"id": 560719, "index": 0, "name": "Courtney Gears", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-09T06:57:49.097Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 19, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 476688, "sizeKB": 248.873046875, "name": "560719_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T06:47:03.262Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "4DFC81FAF4", "SHA256": "4DFC81FAF4935258D5B18E73B751EA371E704A7F5C304902EDC134502D5ED140", "CRC32": "1E0E6B89", "BLAKE3": "F72E4C3E472601DF95B4DDD20AE8BCB0D053D9407F2B48D485C6094D71F735EA"}, "downloadUrl": "https://civitai.com/api/download/models/560719?type=Training%20Data"}, {"id": 476697, "sizeKB": 36977.9140625, "name": "Courtney_Gears-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T07:00:47.505Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3434861C", "AutoV2": "2D0C2A455B", "SHA256": "2D0C2A455B16A060D8A02D1D0DA95E9630E8A0C0CDFD8ED4D54C2E957A03BB90", "CRC32": "5590A219", "BLAKE3": "B10C39306A39C7EBC6055144B763D63F6FF20C81D7974A2FC0FA7A9CED164D58", "AutoV3": "C0E6C70C111D"}, "downloadUrl": "https://civitai.com/api/download/models/560719", "primary": true}], "images": [{"id": 15145176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf31e4cf-7c79-4ca6-a9be-0d5d93a2577e/width=450/15145176.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U49ZsJlV00:hEgrXM|KNV;E0a5$l=}kXJ5$j", "type": "image"}, {"id": 15145178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df9619e9-46ed-44f1-828a-8357117096a6/width=450/15145178.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U39a8V.A00$w5;%N8w9GXRI9?HtSiHx^TJs%", "type": "image"}, {"id": 15145179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b15e0855-e16b-4ec3-85b6-66cd05e947da/width=450/15145179.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U38Ntx?w00VstRxv8_E0ITIT-qxaM{t8V?s;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/560719", "modelId": 504448} \ No newline at end of file diff --git a/datasets/metadata/560725.json b/datasets/metadata/560725.json new file mode 100644 index 0000000000000000000000000000000000000000..bc1f8c3720dd2f39d3a6c77efbca8f655c136ef1 --- /dev/null +++ b/datasets/metadata/560725.json @@ -0,0 +1 @@ +{"id": 560725, "index": 0, "name": "Purugly - Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-09T11:51:49.260Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 23, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 476711, "sizeKB": 21023.880859375, "name": "560725_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T07:10:55.617Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BDDCA661", "AutoV2": "7085CBB1CE", "SHA256": "7085CBB1CE1FD1A7FA656E0BD6C5B8FB9F7C1A5351E62B3675451EEBAEFF4E5E", "CRC32": "FB83ED12", "BLAKE3": "3348476AB624775DFE2689CEE14F85DCBDE7BF77D9D0B93E875A789085101962"}, "downloadUrl": "https://civitai.com/api/download/models/560725?type=Training%20Data"}, {"id": 476957, "sizeKB": 223100.51953125, "name": "Purugly_-_Pony-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T10:11:31.617Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C16CCE1B", "AutoV2": "60609ECDC0", "SHA256": "60609ECDC013D8A59782AB218F22E837F4764C9C93DE22EBA5D06D6007A7A75E", "CRC32": "321022F2", "BLAKE3": "C2C7B2B4087C55FC412F8F940CFC9106FC7E85E1FF65B174308C92757207A0C6", "AutoV3": "D1778F1E1CF3"}, "downloadUrl": "https://civitai.com/api/download/models/560725", "primary": true}], "images": [{"id": 15168909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/357d2249-8e69-4a38-97d6-ee15b30236e5/width=450/15168909.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBHV0mxa00-r4Txu-=xI00Io~q-;56I.-pV[", "type": "image"}, {"id": 15168908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/809ac9e1-7f00-4116-9f5f-68708386c3c2/width=450/15168908.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBJHtF~qrBR6+tRjE1V[00M{ShIU-rRPtR?b", "type": "image"}, {"id": 15168907, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8610bb26-0cec-4fb9-8035-a489421d3a34/width=450/15168907.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8I#Ab$%D4s;|qS%Ioad00nh%$X95]WCyEoe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/560725", "modelId": 504454} \ No newline at end of file diff --git a/datasets/metadata/56097.json b/datasets/metadata/56097.json new file mode 100644 index 0000000000000000000000000000000000000000..efa7d217b10388196a7a5e0ab3cf32889c038c43 --- /dev/null +++ b/datasets/metadata/56097.json @@ -0,0 +1 @@ +{"id": 56097, "index": 0, "name": "v1.0 A (alpha)", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-26T18:19:57.148Z", "availability": "Public", "nsfwLevel": 27, "description": null, "trainedWords": ["Btflindngds", "brown eyes", "Indian"], "stats": {"downloadCount": 5682, "ratingCount": 5, "rating": 5, "thumbsUpCount": 38, "thumbsDownCount": 2}, "files": [{"id": 45936, "sizeKB": 8525.775390625, "name": "IDL Training data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-08T09:30:56.378Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "48C4FE35", "AutoV2": "0F039EF199", "SHA256": "0F039EF199EFEDB1B38D6FF9DE5BBC010A075CD4EA3C47E23D4BC30F865820AC", "CRC32": "DED8B7C2", "BLAKE3": "C04AE6EC767D27ADDE510E4C82FE07854F09AB826EFB4DE49D06B0E0A8A9323E"}, "downloadUrl": "https://civitai.com/api/download/models/56097?type=Training%20Data"}, {"id": 40204, "sizeKB": 36983.9248046875, "name": "IndianDollLikeness-A v1.0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-26T18:16:18.019Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5EEE1490", "AutoV2": "60529F6383", "SHA256": "60529F6383F35A5F64B4065D397DD85E3A1B28776D966C97F9E4A58AE1A4CC5F", "CRC32": "FAF421E1", "BLAKE3": "C52A60CC68B92E44CAFD3707A016CA75DED2AC1AAB43CDAF1F1A62DBD8D169AE", "AutoV3": "A1F574478C8C"}, "downloadUrl": "https://civitai.com/api/download/models/56097", "primary": true}], "images": [{"id": 611016, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1fa81eac-032b-4b53-49a3-f78eaa2b7d00/width=450/611016.jpeg", "nsfwLevel": 2, "width": 512, "height": 760, "hash": "U7D[X.9Z015R%gwf9[E20g~A={57^*57%2of", "type": "image"}, {"id": 607838, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb1a9b1f-c87a-47ef-25a9-df87089e1800/width=450/607838.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBBf2?j]EM-V?F0gE2fk%LWC}@-oS29uxGbb", "type": "image"}, {"id": 607844, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06f47d6b-2481-4a6b-4a45-973c88b49900/width=450/607844.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UCD+C?0202~B01^%%LV@%eM|$%EMWYjZWBxa", "type": "image"}, {"id": 607850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6bc5bdf-a883-4d28-37ea-2e91009b4400/width=450/607850.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UcF#Ew~At7xa%2xtkCW=EMNcWWNHn*s:s:jZ", "type": "image"}, {"id": 607848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89e8f5ba-42e9-4a38-e792-461eaac1c900/width=450/607848.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "U9Dk-{010M^j01~B9a-o^kIo-U9uELWBt8oc", "type": "image"}, {"id": 607847, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c2f2d86-39cd-42ee-f522-718fdb62ea00/width=450/607847.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBEn*A~B02010zEM$%={57oe-o-o57NaWBt6", "type": "image"}, {"id": 607845, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca4b25b5-cae4-4f84-5206-6e62c60ea000/width=450/607845.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDCYs~9Z0zOEtQ$%I:NHEh9t~B%LEMs-t7of", "type": "image"}, {"id": 607849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbadef31-a863-4ada-2ba9-33abdbd3da00/width=450/607849.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8BCc8Rk0z0f0eof57}[-Vn+xCE2S#WU=|R+", "type": "image"}, {"id": 607863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe66ac48-1415-4199-f52c-8a2fcddb4300/width=450/607863.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UMHUB}_N_M~C0#xFE2NGs.t7xZW=-:xuxat7", "type": "image"}, {"id": 607877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0316218f-c33b-4c5c-df29-0760249b1d00/width=450/607877.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6C~F;~CuO=|yD57%M9t019G#R9Z01WCD%WX", "type": "image"}, {"id": 607878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2021d238-d5c0-476d-7647-e8390f2fbd00/width=450/607878.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7ByKr~V0g0157-U={ShF0Sgr?sn9aIo%2%L", "type": "image"}, {"id": 608149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23f20ad3-fdf5-4eff-a64d-1d4ae70cc700/width=450/608149.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFF#jv00~pjc01S~M{IB.7r=%L%L9aozRPj[", "type": "image"}, {"id": 608148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c122585b-7a02-4fcd-3e21-9d51dc01ea00/width=450/608148.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "URH1rS9F~pRP?bIU-;RjW=s.RkoyR+js%1NG", "type": "image"}, {"id": 608150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf73027b-fa59-47a9-a64d-50f2f24dda00/width=450/608150.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHFX-d0f~p%20fNHIoM{OD-o-Ut7%2M|oLt7", "type": "image"}, {"id": 608152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0214934-a393-4b97-fbbd-de47d6659400/width=450/608152.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UKE2LT01-:EM~W9G-okC%gMxt7xatlM{%1kC", "type": "image"}, {"id": 608147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0dac6fa7-d8da-469a-0c1c-e92feb138a00/width=450/608147.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UJC$M|~VO@x]E+tS?a-p?G%LofozR-t7xtWX", "type": "image"}, {"id": 614375, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9b423d6-6d5d-4dcd-5f95-ba2ca3854c00/width=450/614375.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UGGR6oIp0$~B00xZM_ELxv$*?HE2sRWV4:xZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/56097", "modelId": 51621} \ No newline at end of file diff --git a/datasets/metadata/560999.json b/datasets/metadata/560999.json new file mode 100644 index 0000000000000000000000000000000000000000..6d4142f97c083fa80ff480b799b361b2a12490e5 --- /dev/null +++ b/datasets/metadata/560999.json @@ -0,0 +1 @@ +{"id": 560999, "index": 0, "name": "Tomoki Iwahashi Pony XL v2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-09T11:34:33.958Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": ["tomoki_iwahashi", "armor", "red coat with black and yellow lining"], "stats": {"downloadCount": 42, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 477081, "sizeKB": 223099.93359375, "name": "Tomoki_Iwahashi_Pony_XL_v2-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T11:35:51.467Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9230D3B8", "AutoV2": "AD1CEAF6B6", "SHA256": "AD1CEAF6B60E2C68A0CF77692516BB6977BDFE010F9FBD3CF6254A3FB9D2DBDD", "CRC32": "76413D1E", "BLAKE3": "333F530B81705A50F9147DF09FB61AFE8E277FBB7444E81B37D44BD5E4B13C7A", "AutoV3": "39CBB4B27FC2"}, "downloadUrl": "https://civitai.com/api/download/models/560999", "primary": true}, {"id": 476984, "sizeKB": 37369.994140625, "name": "560999_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T10:31:11.593Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B821682B", "AutoV2": "BD485CC9E4", "SHA256": "BD485CC9E438469C64892741AF526FD8BF25342E82FC1C3253B1C8D7FFADE85E", "CRC32": "E789FE9B", "BLAKE3": "C507D46084098AFECF1651E228B255B34331996CD7BA2A5F16EA167C60AA869D"}, "downloadUrl": "https://civitai.com/api/download/models/560999?type=Training%20Data"}], "images": [{"id": 15280825, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ee6e6f1-2538-4c24-bcfc-512ff76d8b47/width=450/15280825.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1754, "hash": "UAF6CH.A01N3?d.90LNHpe?vxAofcGNe_2M|", "type": "image"}, {"id": 15246975, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8399aa5-75f2-403c-81f8-942b124307cf/width=450/15246975.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "ULD9-#o$0Mxu_4o#E2xtE2WZM}t69bNHRiWD", "type": "image"}, {"id": 15261215, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a79e5d8f-9ea4-4aa6-ba95-34b8729dff19/width=450/15261215.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UaIg[oNLrqWE~UIVaxM{x[V@ockCtlNHM{j]", "type": "image"}, {"id": 15247453, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c21fd69-ba19-4986-b19f-00738bfb63c8/width=450/15247453.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UMFiT1Vp02WYpMMwIVxt0NM_xZj]~pRixXWB", "type": "image"}, {"id": 15247964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebe7ea07-4106-4cd8-9c68-609335a2615a/width=450/15247964.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UMEfNf%00Lt8.ARiV?M}0jM_xZIVt9%1obof", "type": "image"}, {"id": 15212068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02ef7219-c6d8-47ae-a742-351e66dce1e0/width=450/15212068.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UIC~}Cx]Dh4;GdoN4:MysD%1xERk9cNdnhxZ", "type": "image"}, {"id": 15167628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fda80e01-b25a-4fb1-883a-3e5fd651b678/width=450/15167628.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCHLYlM{4mIUroNH4:Rj4n%LM|oI~qae?Zad", "type": "image"}, {"id": 15167627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b347833-fadf-43c2-b32f-8cbebd6cf312/width=450/15167627.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UIOpPhs;IT-pGbIUw@WB?wxtxCWD%fs:o0NG", "type": "image"}, {"id": 15167626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/431a7d52-0980-49f1-a4b7-4db218e13c78/width=450/15167626.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJOWHB-qD%xVTy-;%0M_cFS6%1n#~qoeM{xZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/560999", "modelId": 504703} \ No newline at end of file diff --git a/datasets/metadata/561001.json b/datasets/metadata/561001.json new file mode 100644 index 0000000000000000000000000000000000000000..716b37d207dca1da5c6b2848e1eac1aaafa90bea --- /dev/null +++ b/datasets/metadata/561001.json @@ -0,0 +1 @@ +{"id": 561001, "index": 0, "name": "Adarel (girl in red)", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-09T12:21:53.712Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["Adarel, blonde hair, straight hair, very long hair, green eyes, red cropped t-shirt, red skirt, slender body, gorgeous"], "stats": {"downloadCount": 77, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 476990, "sizeKB": 68743.5869140625, "name": "561001_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T10:38:37.475Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D76F46B5", "AutoV2": "A20B916F5B", "SHA256": "A20B916F5BBE81020AC7FAD0E5D59D0596251F65F6286ECD3992C315E61FAA94", "CRC32": "4FF1F575", "BLAKE3": "C6ED19441A002DBECAE1756962A33FA0E895F299CD952AD3B23809E115F7ADBF"}, "downloadUrl": "https://civitai.com/api/download/models/561001?type=Training%20Data"}, {"id": 477157, "sizeKB": 223100.72265625, "name": "Adarel_girl_in_red.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T12:16:35.223Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D9FF3DA0", "AutoV2": "B908F4BFDB", "SHA256": "B908F4BFDB8A615B7FD0BAC389E95EC4C6C9DABED0041A661DCACF1C5C66F18D", "CRC32": "A6FCEA8D", "BLAKE3": "46F759A66F028F503D395D7DBEC39A3A87E7F815D6886C8311F0A1AEA9DEE1CE", "AutoV3": "1EBDF658AD6C"}, "downloadUrl": "https://civitai.com/api/download/models/561001", "primary": true}], "images": [{"id": 15171353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5745e3ee-346c-4024-9c24-f42c338afdd8/width=450/15171353.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UuOVltxa.may%gaeaeofyDkqxasntRV@WBj[", "type": "image"}, {"id": 15171433, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/570caade-44d9-47bb-9338-655b4844fdec/width=450/15171433.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "U*QIe]tR*J%Mx]oznkV[o}MxoLf,xat7WBf8", "type": "image"}, {"id": 15171418, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0f32529-35b4-4628-9965-dccc36b4e1e6/width=450/15171418.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UoPFN5Rj.mxv.8tRjbt7pwV@xbt6w|V@NGWU", "type": "image"}, {"id": 15171431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf4b07f9-a4e3-4abf-a7d0-10edc77d8af9/width=450/15171431.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UwPYk]xu.mnNx]RPaKkByDtRt7jYxua}ofoy", "type": "image"}, {"id": 15171435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/804407bc-5121-4382-812d-55fdf19cc78c/width=450/15171435.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "U,PiF+of.mxu%gt7oMjFtlM{n%oet7t7ayju", "type": "image"}, {"id": 15171419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e84b4db-6ea7-4ad7-947a-3df66ae1bdbb/width=450/15171419.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UxPYevo#.T%M%gV@V@t7yDjEt7R+tRRPaet7", "type": "image"}, {"id": 15171441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f20204a-0357-46d6-852b-ea5043586efd/width=450/15171441.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "U-PYo0og.Taxx]ogjboeb^t7sojYr?RjSej@", "type": "image"}, {"id": 15171453, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d6fe003-94e2-4482-980e-2675e8c45fc5/width=450/15171453.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UxPFTKtR.mn%yWaKo3bb%Mkqt7s:kWV@WVof", "type": "image"}, {"id": 15171456, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/164d0f5b-d2da-463e-b8fe-60b6ae01c5dd/width=450/15171456.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "U%P68QWX.mxayCofnjj[x]s:t7bHf+W;jFn%", "type": "image"}, {"id": 15171459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2915ab45-61a4-49a4-8b78-0e1dd0a1cea2/width=450/15171459.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UmM?PXW=*0xt.RWDoft6x^jFtRt7t7WVV@n%", "type": "image"}, {"id": 15171460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b466065f-9994-486d-9016-12388e50f4cc/width=450/15171460.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UiOo*M?H.mxH?vNHx^%2%#Mxn5IoW-xtVst7", "type": "image"}, {"id": 15171458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef898f4b-3f11-489e-8bde-9f6fb670c470/width=450/15171458.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UhNcg2Vs?wt7_ND%Rkx]yDxuMxt7%gt7ofWV", "type": "image"}, {"id": 15171463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cf8cf00-32e7-4d85-b38f-dd2997273d9a/width=450/15171463.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UaMrlVR.TetR*JkptSnOwJnOozR%o1Rk%1xt", "type": "image"}, {"id": 15171465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7626c5c1-a45f-4a5a-a340-f7972f26e648/width=450/15171465.jpeg", "nsfwLevel": 1, "width": 768, "height": 1536, "hash": "UzNvGOt7pco}_Nofxbs;k=WBj@Rjxun+RPt7", "type": "image"}, {"id": 15171495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afd05597-52b5-4f5c-b56b-f9308e9eed14/width=450/15171495.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UnOo*Qxv%hxt.mjZ%Mofn5RjR*WB%gofs9og", "type": "image"}, {"id": 15171492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a2ac902-0672-4af4-8ded-941499f12ef1/width=450/15171492.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UsNT5utR?^xu?uNGo#xab^xaaKRkxukCs:kC", "type": "image"}, {"id": 15171501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af4e238e-fce5-4878-bb63-7532b73abe4b/width=450/15171501.jpeg", "nsfwLevel": 2, "width": 768, "height": 1536, "hash": "UYM$JUsByYW;_Nx]xvt7PUR*%gn%w|t7S#kW", "type": "image"}, {"id": 15171502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/660b46e5-2c1f-4f0e-a1eb-163acf1b95b4/width=450/15171502.jpeg", "nsfwLevel": 2, "width": 768, "height": 1536, "hash": "UlNSa2={?^NH%#ozbvR+u4NG%MX9xGofRjs:", "type": "image"}, {"id": 15171500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25c4173d-5588-42fe-aa32-967456fb881c/width=450/15171500.jpeg", "nsfwLevel": 2, "width": 768, "height": 1536, "hash": "UjM?GDbw?^tQ.SVttRjEyEx]%2xa%MayWBoL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/561001", "modelId": 504706} \ No newline at end of file diff --git a/datasets/metadata/561088.json b/datasets/metadata/561088.json new file mode 100644 index 0000000000000000000000000000000000000000..50514dd0da3b4d462f2d04040aab0a722fc2fb09 --- /dev/null +++ b/datasets/metadata/561088.json @@ -0,0 +1 @@ +{"id": 561088, "index": 2, "name": "Combo 01 v2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-09T11:08:14.519Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["mejiro mcqueen \\(umamusume\\)", "satono diamond \\(umamusume\\)", "kitasan black \\(umamusume\\)", "rice shower \\(umamusume\\)", "tokai teio \\(umamusume\\)"], "stats": {"downloadCount": 388, "ratingCount": 0, "rating": 0, "thumbsUpCount": 56, "thumbsDownCount": 0}, "files": [{"id": 477042, "sizeKB": 9448.4072265625, "name": "Uma.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T11:06:13.053Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "57789FD1", "AutoV2": "749422FED3", "SHA256": "749422FED3B28F1406355BB61E54EF6C9AD0104E3E483DB9183BDD073DFDCB24", "CRC32": "FD365EEB", "BLAKE3": "8E0DF8F85AFDA195DEFB48B792101F33C28B089A45630C14F7C7DC7ADBB75876"}, "downloadUrl": "https://civitai.com/api/download/models/561088?type=Training%20Data"}, {"id": 477046, "sizeKB": 334447.02734375, "name": "Uma_01.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T11:06:53.881Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "86A373E2", "AutoV2": "CCDFCF797C", "SHA256": "CCDFCF797C3B0981D0134F4C40446C52BFFC5E4322A7E1ACBDE017F119BCEDE5", "CRC32": "4B456F39", "BLAKE3": "642FF33287A8F70681248A1F70C6DFFBEBA6FE3BB5003418CAF8082B5A5E25CB", "AutoV3": "B6C33CF65E77"}, "downloadUrl": "https://civitai.com/api/download/models/561088", "primary": true}], "images": [{"id": 15164947, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fc1556a-4334-4a88-8d83-c7bf98137e35/width=450/15164947.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UOJa.m-=NDTH_NtSt7InNGRkxHM{XSIoIUM{", "type": "image"}, {"id": 15164946, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31b36522-49f0-41df-bd64-5404dac32fa5/width=450/15164946.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UNJ8FfInM__M~pD%IVt7ITD%n-M|-;D%WVa$", "type": "image"}, {"id": 15164949, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88537c44-d3ef-42aa-bc4a-98991408be0c/width=450/15164949.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UPKwtf~q9F-:?v?bo#xuxss:R:x]x]WXIUM{", "type": "image"}, {"id": 15164945, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1328768d-a6c1-4d70-92f3-d80e8534363f/width=450/15164945.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UEJayP_N4m00?H%MRPE100-qnmW,_3xb9FaJ", "type": "image"}, {"id": 15164948, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c7af2c4-11d3-4482-8f5f-576287cb5558/width=450/15164948.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UIJa$V.mIn9Gxux[T0%M00%Nx^-o^+XAt7RP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/561088", "modelId": 357471} \ No newline at end of file diff --git a/datasets/metadata/561182.json b/datasets/metadata/561182.json new file mode 100644 index 0000000000000000000000000000000000000000..805c69f120aa34bb723e53beaa7c5252a38362df --- /dev/null +++ b/datasets/metadata/561182.json @@ -0,0 +1 @@ +{"id": 561182, "index": 0, "name": "Gen Stickers", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-09T13:23:32.491Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 29, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 477182, "sizeKB": 3356.5693359375, "name": "561182_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T12:30:41.087Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EE959733", "AutoV2": "7EC6024069", "SHA256": "7EC6024069B2F8229113F277B704D0777D446EAB10C4A88EA8808C2A25DA249D", "CRC32": "8B230E7B", "BLAKE3": "C3AFF2DB48DBAB579A8B8905277E244161F23DF9BFB1CE1E4556DCC59BC3F8FE"}, "downloadUrl": "https://civitai.com/api/download/models/561182?type=Training%20Data"}, {"id": 477267, "sizeKB": 18546.9921875, "name": "Gen_Stickers.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T13:26:30.656Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "54F83565DC", "SHA256": "54F83565DC35A90B49B049ED556FB855CA528ABF229B0800DC3979E71663B061", "CRC32": "742F93B0", "BLAKE3": "9E40F0F339043CC6F799764FF8CB370BE01E4574FA72EAD7B2F5D87B21C652B5", "AutoV3": "F9DBA7A58678"}, "downloadUrl": "https://civitai.com/api/download/models/561182", "primary": true}], "images": [{"id": 15176833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef21e3ec-33f3-4f85-b35e-33a888e685cb/width=450/15176833.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIPi*Oxt~WxuxaaybHoL%MayWBoL%Ma|jZj[", "type": "image"}, {"id": 15176842, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/850e10ac-0822-4cba-b243-fb9cdff3a04d/width=450/15176842.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UKI7T~s:yso~ozj[j]aztlX8WBj@o}jtkBfk", "type": "image"}, {"id": 15176849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29f2284f-4c6a-4dbb-8ed0-71cf0ff146f9/width=450/15176849.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UOKyM+oy.mxvjYjsj[jux^jsV@ayozjZkCfP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/561182", "modelId": 504871} \ No newline at end of file diff --git a/datasets/metadata/561244.json b/datasets/metadata/561244.json new file mode 100644 index 0000000000000000000000000000000000000000..39b202c380ee0068ee59c26a7bff077d30f12a3b --- /dev/null +++ b/datasets/metadata/561244.json @@ -0,0 +1 @@ +{"id": 561244, "index": 0, "name": "Adarel (girl in red) (pony)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-09T14:54:32.946Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": ["Adarel, blonde hair, straight hair, very long hair, green eyes, red cropped t-shirt, red skirt, slender body, gorgeous"], "stats": {"downloadCount": 80, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 477445, "sizeKB": 223102.76953125, "name": "Adarel_girl_in_red_pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T14:56:29.300Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FE52E426", "AutoV2": "6B29E21626", "SHA256": "6B29E2162692833C9819D8AA7DBC829CDCE50E51BD479A7CAA54491D3461ECE2", "CRC32": "DB6BB9BF", "BLAKE3": "AF903F8C9F244B121F6991206C1BCEF0029B571F2BABE7E0A14A3973F46A7AAD", "AutoV3": "D58915C8C7BB"}, "downloadUrl": "https://civitai.com/api/download/models/561244", "primary": true}, {"id": 477350, "sizeKB": 71241.98046875, "name": "561244_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T14:05:44.636Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4609CCBA", "AutoV2": "F1EFF5617E", "SHA256": "F1EFF5617E68CD7DA8AB08D2685C638369BEB090F57BA30677CA80457AB2643A", "CRC32": "1542FCDB", "BLAKE3": "11FC74E1C3027D19A683ECF9FF9FC1568BE003E5C2D0AD22FA96CA19A2181BDB"}, "downloadUrl": "https://civitai.com/api/download/models/561244?type=Training%20Data"}], "images": [{"id": 15184578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99de7654-4664-4e73-bc5b-61bbb7ed286c/width=450/15184578.jpeg", "nsfwLevel": 2, "width": 768, "height": 1536, "hash": "UaNbu;tS.T-p.RR5a#SLu4kW%gxbx]oJkCNb", "type": "image"}, {"id": 15184574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90e4389c-adcd-4000-9394-de18207e5dcc/width=450/15184574.jpeg", "nsfwLevel": 4, "width": 1536, "height": 768, "hash": "UTK^KiDj*JofELo}i_jbELROrXV[-;kqyDtR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/561244", "modelId": 504929} \ No newline at end of file diff --git a/datasets/metadata/561974.json b/datasets/metadata/561974.json new file mode 100644 index 0000000000000000000000000000000000000000..6c9b1eded400689efa2817c62e70b0594d0fe523 --- /dev/null +++ b/datasets/metadata/561974.json @@ -0,0 +1 @@ +{"id": 561974, "index": 0, "name": "Zofia Blazko Painting Style SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-09T21:32:52.839Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 46, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 477920, "sizeKB": 5302.642578125, "name": "561974_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T19:31:26.317Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2EA8BE35", "AutoV2": "90B6E14822", "SHA256": "90B6E148227A987AFDCDA4FBB022E62547B078480956B45C9D1A1C3CDF9A5F3F", "CRC32": "1E7788CA", "BLAKE3": "A96BE50220F3905BB87B53AAEFAFF6E80A0AF8A1D744272E038A91849EADEE21"}, "downloadUrl": "https://civitai.com/api/download/models/561974?type=Training%20Data"}, {"id": 478120, "sizeKB": 223111.42578125, "name": "Zofia_Blazko_Painting_Style_SDXL_r2-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T21:26:02.099Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E18EE2F4", "AutoV2": "EFBA246D78", "SHA256": "EFBA246D78BBACCDD4265BA8DE624D77277B8868ABCF1383C2213182486040C3", "CRC32": "9D1AA4D0", "BLAKE3": "342EDF909E50F8A8F7C8CB21D2E11F52E38ABBD3D68669689BEFED27E868FCEE", "AutoV3": "7B6DF92B7E68"}, "downloadUrl": "https://civitai.com/api/download/models/561974", "primary": true}], "images": [{"id": 15220606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da29e12d-3c54-4ab0-a7c5-590c77068623/width=450/15220606.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCEyDB0y9GH?^P.7ELVZ0K}YEftRGaZh-BI:", "type": "image"}, {"id": 15220611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb47f8a8-fc08-4298-95f0-a39879969f83/width=450/15220611.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7J[0C_M1Q^k00V@H=x]00WB4;IV-:tRt8Dh", "type": "image"}, {"id": 15220605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/145d2b76-5e5e-40bf-a926-b553be669103/width=450/15220605.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3L;v@00PXHX00?v004n00I94m%M00%MpIxD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/561974", "modelId": 505585} \ No newline at end of file diff --git a/datasets/metadata/561982.json b/datasets/metadata/561982.json new file mode 100644 index 0000000000000000000000000000000000000000..f5fb5464e31a574465d18ecc2519d9ae0106daa3 --- /dev/null +++ b/datasets/metadata/561982.json @@ -0,0 +1 @@ +{"id": 561982, "index": 0, "name": "Cleopatra (Clone High)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-09T20:44:30.740Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Cl3o, light skin, black hair, short hair, blue headband, white tank top, black skirt, eyelashes, earrings, red lips"], "stats": {"downloadCount": 73, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 477946, "sizeKB": 24901.544921875, "name": "561982_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T19:51:23.498Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B69DCCD5", "AutoV2": "95475E446B", "SHA256": "95475E446BE19FC5D7F8277FC0B9503B20046BF7443241701EA4BE36994B0B91", "CRC32": "46CD8BEA", "BLAKE3": "455CF9AD8D427272965676232CBFE2E4EC9C8C701116B7A204FB921A3515EAEA"}, "downloadUrl": "https://civitai.com/api/download/models/561982?type=Training%20Data"}, {"id": 478052, "sizeKB": 223101.66015625, "name": "Cleopatra_Clone_High.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T20:47:09.838Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F618416A", "AutoV2": "D04A252DA7", "SHA256": "D04A252DA7ADB2D03F3FB443C2BC3211749F76A4229EE0952FB476CFE5DB8E75", "CRC32": "3E12DC54", "BLAKE3": "744A0E6BF757C7DB7B631036D16FA317BB541C9A11BDBD0A5868676FE904BC3A", "AutoV3": "5C33F6F9AE99"}, "downloadUrl": "https://civitai.com/api/download/models/561982", "primary": true}], "images": [{"id": 15216165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd1c5295-c109-4066-82f3-b2c0caa52125/width=450/15216165.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UGJQ+G~UEbOX00xX_2IV~pE3rot6RPNHxu={", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/561982", "modelId": 505593} \ No newline at end of file diff --git a/datasets/metadata/562207.json b/datasets/metadata/562207.json new file mode 100644 index 0000000000000000000000000000000000000000..1930467d60bfbf695c39323591694f772dc883cd --- /dev/null +++ b/datasets/metadata/562207.json @@ -0,0 +1 @@ +{"id": 562207, "index": 0, "name": "Catti (Deltarune)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-09T22:56:40.809Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 62, "ratingCount": 0, "rating": 0, "thumbsUpCount": 30, "thumbsDownCount": 0}, "files": [{"id": 478261, "sizeKB": 223100.26171875, "name": "Catti_Deltarune-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T22:56:10.738Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FC914136", "AutoV2": "12D894D985", "SHA256": "12D894D985982D8348746D4233DB84EE57CDBED7C9C6F851B5492EDD30949153", "CRC32": "5DD24911", "BLAKE3": "C8C34187357D691AF2C0C97CF47A0ABCF58BED80D788E7B0E775EE59FF2B6402", "AutoV3": "F26ABE719995"}, "downloadUrl": "https://civitai.com/api/download/models/562207", "primary": true}, {"id": 478189, "sizeKB": 36942.4013671875, "name": "562207_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T22:11:33.444Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "22DAFCF8", "AutoV2": "702ED8B49D", "SHA256": "702ED8B49D8E6D480D4BCF988DAC8DC0E82A916354EDB8C42D10CDC27B3649A3", "CRC32": "E3EF2DD6", "BLAKE3": "5C688CAD5978D9167F948E912F44F720C2DA5E5EFA8AE1B74C5D33BB3512C026"}, "downloadUrl": "https://civitai.com/api/download/models/562207?type=Training%20Data"}], "images": [{"id": 15227836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2950779-19fb-4061-a72a-8ba2dcf76a9a/width=450/15227836.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "URJPr%xaOptQA9tQ=fae~Bs:E1t6#ANGOAja", "type": "image"}, {"id": 15227835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60df35cd-971e-4807-9c94-3824c2efd120/width=450/15227835.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMHdsga#RjxY}ToeM|V@Mej[M|n%=yoJo}xa", "type": "image"}, {"id": 15227834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58ae787c-d30f-41f5-9912-b961e38657f0/width=450/15227834.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UMNv73IUt,%2?]jGxux]Djozr?V@.Rs:t7V@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/562207", "modelId": 505806} \ No newline at end of file diff --git a/datasets/metadata/562389.json b/datasets/metadata/562389.json new file mode 100644 index 0000000000000000000000000000000000000000..495cd3048ee2d669c03b42a752941586802cb95a --- /dev/null +++ b/datasets/metadata/562389.json @@ -0,0 +1 @@ +{"id": 562389, "index": 0, "name": "v56", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-10T10:36:15.517Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["a realistic 20-year-old kmw woman", "freckles"], "stats": {"downloadCount": 115, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 478334, "sizeKB": 79265.046875, "name": "562389_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-09T23:38:03.372Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7B6A063B", "AutoV2": "D1EF051B46", "SHA256": "D1EF051B46B882E04AA69F7A2F327EA4075C4123D487C3732C66ACB2C909F8E1", "CRC32": "5DC8F620", "BLAKE3": "9CE0C6FC0E1588262010775A3AA2F42DE691E6E6E46A596A3F2F67E30D20CB8C"}, "downloadUrl": "https://civitai.com/api/download/models/562389?type=Training%20Data"}, {"id": 479133, "sizeKB": 223105.57421875, "name": "kmw_v56.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T09:41:27.541Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B2AD2ED3", "AutoV2": "2A2837B787", "SHA256": "2A2837B787C2D6C609A6AF8A6B9086248F9AF15459979C5E65626AA64F7EADEE", "CRC32": "27BBFF9B", "BLAKE3": "44633B07C41B5C6257D44AD58BE85DD34EF8F01C04B69B90B8239044B8E7983D", "AutoV3": "7036927D40AE"}, "downloadUrl": "https://civitai.com/api/download/models/562389", "primary": true}], "images": [{"id": 15282279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af8901ba-7bd4-4e0a-b6fc-feee02ec5988/width=450/15282279.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UDEx-9TJOS^*?b%gE1?G~q^+x]D%%g-;xuM{", "type": "image"}, {"id": 15282293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f42d431-2eff-4210-bab6-8c5e53157e68/width=450/15282293.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UFFYW1^jYk0ft.xayE-:~W?HNIa{TKIpx]NG", "type": "image"}, {"id": 15279804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/553bcd6d-982a-40f8-8ca2-e27fa9819344/width=450/15279804.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UKEy0f~VE1IoibIVIoM{S^IpRkxaxu%Mo#oz", "type": "image"}, {"id": 15282287, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/513bb6d0-4b7e-4940-a5ce-7a3f75432516/width=450/15282287.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U7ELg7;_cE4n~UwH010LD%%MWBJB-o-:?bNx", "type": "image"}, {"id": 15282985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f24e1c8f-c1c1-4ce9-bd6e-c4c281f1a9b5/width=450/15282985.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UBDvAtIUIn~p$jxvEfIU00WXW?IUNaVriwxt", "type": "image"}, {"id": 15282292, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ada65c46-901a-4720-8951-806c0a7fbe74/width=450/15282292.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UHGIAR%M+s9FiG9I%2oz~UM|x[R%x@=_RQxD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/562389", "modelId": 505976} \ No newline at end of file diff --git a/datasets/metadata/562528.json b/datasets/metadata/562528.json new file mode 100644 index 0000000000000000000000000000000000000000..ac00b03f026890d29395518b536ff7cbdc9d2096 --- /dev/null +++ b/datasets/metadata/562528.json @@ -0,0 +1 @@ +{"id": 562528, "index": 0, "name": "Hinata", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-10T02:47:39.441Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 20, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 478484, "sizeKB": 10821.8544921875, "name": "562528_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T01:36:20.856Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D235A316", "AutoV2": "4523EF846C", "SHA256": "4523EF846C801283B238FB497B3A87BAD41F7D6F54F6BA79F69CFF5C6569B6DF", "CRC32": "7EDBCD94", "BLAKE3": "D386796C4F1A6E05B55C3A6E9B3A44180D53BAD338BC8B25C62D50EBBE4F1E79"}, "downloadUrl": "https://civitai.com/api/download/models/562528?type=Training%20Data"}, {"id": 478594, "sizeKB": 36980.6953125, "name": "Hinata-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T02:45:45.726Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "91A08172", "AutoV2": "D5FA5D657B", "SHA256": "D5FA5D657B159A78F4950D8A6B01AB8180D0DDC99D1B9B22ACB592404C20709A", "CRC32": "F4049667", "BLAKE3": "8899D0D0A94889F700B606344E391722AD1B5EE8BDDD755F4D15A57E864D161D", "AutoV3": "457CB80B4561"}, "downloadUrl": "https://civitai.com/api/download/models/562528", "primary": true}], "images": [{"id": 15248291, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/541478fd-4078-4e59-8ea2-4dded9c1bf40/width=450/15248291.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UAGRew%#009[00NG?HIoIBoKR*M{~qRkIAt7", "type": "image"}, {"id": 15248292, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16426a13-dc46-4fa5-b736-9273a520374d/width=450/15248292.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8FFmiRk00%NMcD%?w-=00ozM{RPE1%gIAIA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/562528", "modelId": 506106} \ No newline at end of file diff --git a/datasets/metadata/562748.json b/datasets/metadata/562748.json new file mode 100644 index 0000000000000000000000000000000000000000..91bbbcf6c0caeb20c0e6f3764b30c2dc4c9ea02f --- /dev/null +++ b/datasets/metadata/562748.json @@ -0,0 +1 @@ +{"id": 562748, "index": 0, "name": "Vintage Found Photos", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-10T05:59:04.071Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["tcc_foundphotos"], "stats": {"downloadCount": 217, "ratingCount": 0, "rating": 0, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 480153, "sizeKB": 80238.09765625, "name": "vintagephoto_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T19:20:50.765Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "16C92509", "AutoV2": "5A49B30F35", "SHA256": "5A49B30F35C5CAE684ED255AB8F319DC72DD063A8E2BE0D99E63400C23473F3A", "CRC32": "6DCC5222", "BLAKE3": "046D1BEEEAEE2514D806542F77BC7626FA170C13D08D9B8EA6AAD016794BFC8E"}, "downloadUrl": "https://civitai.com/api/download/models/562748?type=Training%20Data"}, {"id": 478856, "sizeKB": 223235.04296875, "name": "Vintage_Found_Photos.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T06:01:24.106Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "628BBFDE", "AutoV2": "E22BD3EB65", "SHA256": "E22BD3EB658CAA482620381C5CEDF1F1F78C3CA90CF8B5297EE2E7AE5DCE6C53", "CRC32": "1DB7BB51", "BLAKE3": "DDFA1418B525A72B9B8798D3B3CAC43E7AE9EFF74DD3894A1713948B881EB026", "AutoV3": "D2193558A4F7"}, "downloadUrl": "https://civitai.com/api/download/models/562748", "primary": true}], "images": [{"id": 15262900, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0acce9ad-cce0-4f6f-b127-ea8594ce4436/width=450/15262900.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USL4vQ-:-;xa~pM|j[Rj_3WBjsV@-;t6j[j]", "type": "image"}, {"id": 15262899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cf514c0-d730-46ea-bfd1-46ae314e7366/width=450/15262899.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJOM+$jF~p-;4p-;.7bGjFxtM_Rjs+oftRt7", "type": "image"}, {"id": 15262901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/771c711b-0810-45d6-9e35-9062acb33c7d/width=450/15262901.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UkKU4jWBRjof_NRjWBWVcDj[s:oejJkCt7ay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/562748", "modelId": 506302} \ No newline at end of file diff --git a/datasets/metadata/562778.json b/datasets/metadata/562778.json new file mode 100644 index 0000000000000000000000000000000000000000..dbb92310384217e3e0fd6c0551d33456b3ed9acc --- /dev/null +++ b/datasets/metadata/562778.json @@ -0,0 +1 @@ +{"id": 562778, "index": 0, "name": "Isabella (girl with passion)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-10T05:44:38.993Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": ["Isabella, perfect body, big breasts, thin waist, black hair, wavy hair, blue ribbon on the neck, blue blouse, blue skirt, blue eyes"], "stats": {"downloadCount": 58, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 478734, "sizeKB": 26678.232421875, "name": "562778_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T04:21:26.327Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1D3AE85A", "AutoV2": "83C83BA76C", "SHA256": "83C83BA76C23C14A61B3A51D3D604A85A912F034E4705E311D3795BE773F0E8C", "CRC32": "64FC1646", "BLAKE3": "69091BBCEF7216EB3129E67BCCBFA99B3ED05E8E200577204664EAF450659C02"}, "downloadUrl": "https://civitai.com/api/download/models/562778?type=Training%20Data"}, {"id": 478838, "sizeKB": 223100.98046875, "name": "Isabella_girl_with_passion.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T05:45:54.088Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F1194C1B", "AutoV2": "6BA2FCFEB5", "SHA256": "6BA2FCFEB50A6A4D235E7D95E3A2E4A9D8A00FCF149068865ADAFBE1FECE1E49", "CRC32": "523DE2F5", "BLAKE3": "AA22C635C8CF31C923E7419CC18FF1AA856117A1E3BB4B718E2CFC786E62E8A1", "AutoV3": "E79930D94499"}, "downloadUrl": "https://civitai.com/api/download/models/562778", "primary": true}], "images": [{"id": 15262037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f102c116-b68f-49e7-8d3e-61dd99a5521e/width=450/15262037.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UtL4srt7~p%MxUj]SjoJ%2WB%MWqx]t6xuR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/562778", "modelId": 506331} \ No newline at end of file diff --git a/datasets/metadata/562840.json b/datasets/metadata/562840.json new file mode 100644 index 0000000000000000000000000000000000000000..250e347860a89f1eb51102047c7b10dd451d5091 --- /dev/null +++ b/datasets/metadata/562840.json @@ -0,0 +1 @@ +{"id": 562840, "index": 0, "name": "v3.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-10T04:53:53.097Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Husk(hh)", "Husker(hh)", "Husky(hh)", "black sclera, yellow eyes, tail, wings, animal ears, paw print, tail, cat tail, paws, no humans, furry male, Poker themed heart ear detail, animal hands, cat ears, anthro, 4 toes, white belly, wings, 2wings, Poker themed heart wing detail, (Male anthro cat:1.3)"], "stats": {"downloadCount": 63, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 1}, "files": [{"id": 478784, "sizeKB": 223115.77734375, "name": "fsd.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T04:57:01.221Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1BB8E7A8", "AutoV2": "E47A68EB56", "SHA256": "E47A68EB565F0F87EE842849081ADF27E08DE26B94435101B5C06BD03779305D", "CRC32": "9310815C", "BLAKE3": "00F1E98657D717A0EA20DAA05CB98C3BFC096CF477E8D342E0F4B2F4C364E13E", "AutoV3": "41F56BAF7FC6"}, "downloadUrl": "https://civitai.com/api/download/models/562840", "primary": true}, {"id": 478781, "sizeKB": 60233.677734375, "name": "561358_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T04:55:54.764Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "16C83FB4", "AutoV2": "A4C09117AC", "SHA256": "A4C09117AC41882F9BC1A527C67DB095115AA35FAFF5D23091E09A839D7E6AF8", "CRC32": "7CF4D849", "BLAKE3": "CDBE1DE42D3CCA8FD8391CB0FC7D9E15F6B576509F83AED22E92FA7A7EBA234C"}, "downloadUrl": "https://civitai.com/api/download/models/562840?type=Training%20Data"}], "images": [{"id": 15259113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5be112ff-7cdf-487d-8ffd-f576f5bebd48/width=450/15259113.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGA]c[%1E1s-~9t6RjoJnzoes:afs+kBafR*", "type": "image"}, {"id": 15259102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb3f59e1-6977-469e-a69a-36a251af459a/width=450/15259102.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UEBVngx]9Z9Z~UkWV@M{bDWUxG%1MxV@ofxu", "type": "image"}, {"id": 15259184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/209a634c-5012-45f9-b42d-4843e6451f57/width=450/15259184.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCGQ|U_200E18wIo~Cxa?ZxZsqxtD%spK4M{", "type": "image"}, {"id": 15260266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/898da393-8922-4b17-bf5c-c1fbae16f13d/width=450/15260266.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U68Nb5=G00%OMeEfO@%1Hq$*_NV@Y5S2IAM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/562840", "modelId": 393975} \ No newline at end of file diff --git a/datasets/metadata/563127.json b/datasets/metadata/563127.json new file mode 100644 index 0000000000000000000000000000000000000000..02d1f3f84fc97914cbe85370b229420ebaa7743e --- /dev/null +++ b/datasets/metadata/563127.json @@ -0,0 +1 @@ +{"id": 563127, "index": 0, "name": "Lady_Cool_pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-10T13:22:14.331Z", "availability": "Public", "nsfwLevel": 28, "description": "Pony version of LaDy_CooL
", "trainedWords": ["Lady_Cool_pony"], "stats": {"downloadCount": 23, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 479028, "sizeKB": 1751.3779296875, "name": "563127_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T08:16:18.397Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "0CA41AE925", "SHA256": "0CA41AE925B14B1D5F772AA6FE6F2EF5A333DB47BDF5F7D983B617BBFDEBAC76", "CRC32": "EAC7439C", "BLAKE3": "5B15B173682D6D0866ADCA6DEBF70889815D80E12EE336E75E3D0CB6AE616CF7"}, "downloadUrl": "https://civitai.com/api/download/models/563127?type=Training%20Data"}, {"id": 479405, "sizeKB": 223099.87890625, "name": "Lady_Cool_pony-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T12:51:41.960Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "ABB6082B", "AutoV2": "02DA0D88E2", "SHA256": "02DA0D88E2F4C105A0F105F9E452FFBB1A30EB564D3FC5FB314005E01161A642", "CRC32": "51C6F348", "BLAKE3": "B64CB1E01B9EF951A2414C936C3AC3D0812896CB5052A002814CD8A17DB5B323", "AutoV3": "2EFEEFDE08BB"}, "downloadUrl": "https://civitai.com/api/download/models/563127", "primary": true}, {"id": 479406, "sizeKB": 223099.87890625, "name": "Lady_Cool_pony-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T12:53:17.261Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "ABB6082B", "AutoV2": "02DA0D88E2", "SHA256": "02DA0D88E2F4C105A0F105F9E452FFBB1A30EB564D3FC5FB314005E01161A642", "CRC32": "51C6F348", "BLAKE3": "B64CB1E01B9EF951A2414C936C3AC3D0812896CB5052A002814CD8A17DB5B323", "AutoV3": "2EFEEFDE08BB"}, "downloadUrl": "https://civitai.com/api/download/models/563127?type=Model&format=SafeTensor"}], "images": [{"id": 15292221, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0725c1a-04d1-4ce3-b1fd-439bba6fa622/width=450/15292221.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIGRe%~Bxu-p?Go|o|IpnhRjVrNGS#R+j?kD", "type": "image"}, {"id": 15292220, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f337a43f-d8b4-4bab-98c8-66ebeef6cfcc/width=450/15292220.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGGbSI~VD%%2nhS2x]ELr?RkIAD*bwM{nO%g", "type": "image"}, {"id": 15292224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cbcebf3-cd42-4438-b31f-29a353f7e798/width=450/15292224.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHHUtd~VXRxu={f*bvE1kVNGIUM{bvM{nht7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/563127", "modelId": 506647} \ No newline at end of file diff --git a/datasets/metadata/563135.json b/datasets/metadata/563135.json new file mode 100644 index 0000000000000000000000000000000000000000..a3afd9ef54df583c9ff29c87d4578c55bf84a81d --- /dev/null +++ b/datasets/metadata/563135.json @@ -0,0 +1 @@ +{"id": 563135, "index": 0, "name": "George Hurrell Hollywood Glamour Photography Style SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-10T09:14:03.672Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 104, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 479032, "sizeKB": 5638.82421875, "name": "563135_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T08:20:55.831Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "17759704", "AutoV2": "53F41376E3", "SHA256": "53F41376E370364283119ACC493FB5036778C93B0745E1DC4E7C4D29BCC7A118", "CRC32": "B0D71BC9", "BLAKE3": "01CF1568EB7686BA7AB5928A3773EB170F372B70CAE4EF6E23DFF2377EE6591B"}, "downloadUrl": "https://civitai.com/api/download/models/563135?type=Training%20Data"}, {"id": 479095, "sizeKB": 223112.14453125, "name": "George_Hurrell_Hollywood_Glamour_Photography_Style_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T09:10:53.568Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E386890D", "AutoV2": "1B4E78D58C", "SHA256": "1B4E78D58C996E8534B210A389F2C562C2453404EDFCD2E019465038139D76B4", "CRC32": "FB8E1A57", "BLAKE3": "18C86AF41CD5E55B52CF880BBE5A88095BA91BBB4834CD4E2FDCBD61804B1B99", "AutoV3": "5F13BD5152A0"}, "downloadUrl": "https://civitai.com/api/download/models/563135", "primary": true}], "images": [{"id": 15277621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/857c5e5c-e44d-4307-b70a-47af5f0e0416/width=450/15277621.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHHx$#IU9F_3~q-;Rjt7IUxuRjj[-;IU4nIU", "type": "image"}, {"id": 15277620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/857dc9a4-4817-4da1-aee7-c9f9803a6545/width=450/15277620.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5E36j-;00~qRn_20000009F004n~pt7-:-;", "type": "image"}, {"id": 15277623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1a4747a-bd58-4505-a5dd-4c186074e8a1/width=450/15277623.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U38ziO9H009b01~Voz01Iuads-?G%1D*%L-p", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/563135", "modelId": 506656} \ No newline at end of file diff --git a/datasets/metadata/56327.json b/datasets/metadata/56327.json new file mode 100644 index 0000000000000000000000000000000000000000..b76729cf73ad218f0e4093dd82680bc733b50040 --- /dev/null +++ b/datasets/metadata/56327.json @@ -0,0 +1 @@ +{"id": 56327, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-04-27T00:58:51.779Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["strelizia", "delphinium", "genista", "chlorophytum", "argentea"], "stats": {"downloadCount": 645, "ratingCount": 145, "rating": 5, "thumbsUpCount": 156, "thumbsDownCount": 0}, "files": [{"id": 40325, "sizeKB": 105354.2939453125, "name": "franxx.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-27T01:01:24.402Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3AA54CDB", "AutoV2": "E22971E22A", "SHA256": "E22971E22A55B9F445BB2EF94DFFFA3D742E56315007CB8F2EA1DAC7263BD9F1", "CRC32": "AB48792F", "BLAKE3": "E6B09AE1ADB56F50AC7C127B8A0A61ACC3B25A7EF31FC5EA02FA54FA552D1AA6"}, "downloadUrl": "https://civitai.com/api/download/models/56327?type=Training%20Data"}, {"id": 40324, "sizeKB": 36994.107421875, "name": "franxxDarlings.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-27T00:56:17.818Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FD889DE4", "AutoV2": "4345146E0F", "SHA256": "4345146E0FD5A83553CA315C198A9C2AD54A612D9A52F3D55D95BF93A5DF60B7", "CRC32": "3413DA07", "BLAKE3": "2DCF6E681AFA2122C20FE66D1F23D0FCA852720F9A610A779D5BCD4EDE632F12", "AutoV3": "7061D77F9960"}, "downloadUrl": "https://civitai.com/api/download/models/56327", "primary": true}], "images": [{"id": 610536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d993e36-dec8-4d1b-9689-a0e837235700/width=450/610536.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9G+Ew0MEO?v?doftSD+D$M{E1NH%M%2IpnN", "type": "image"}, {"id": 610540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e139b291-3c70-4eed-3f5e-9fdc288e5300/width=450/610540.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIF$Y7009Ft7~qD%M{kBWB-;9Ft7xut7M{Rj", "type": "image"}, {"id": 610538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abf07088-bfa0-4fcc-9232-57b48a19f100/width=450/610538.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9F?Iq_4Ne4n00M_S%xw5HIV4:-p8^RP_3My", "type": "image"}, {"id": 610534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ab3d837-e9cd-4600-7b3a-94c1fb281800/width=450/610534.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UII#W6}i4T_3^*?bt5IqRj-.%Lt7~p%Ls,WB", "type": "image"}, {"id": 610535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06ad5b97-60b3-4192-7a7f-543b2d42d800/width=450/610535.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHE{au%2E0%Y~nRUD*otNXx?tO%JM|k9xtof", "type": "image"}, {"id": 610532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/895e32d6-1568-4333-99a1-11d349038600/width=450/610532.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWFF~o$K_3r=%%nMS%Ri%hxss;oeMybdM_W;", "type": "image"}, {"id": 610539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60fe39e3-253d-4cac-175a-15f6f3d1fa00/width=450/610539.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNGITMIoI9E0?dt2WFk8M{ozj@WVWUo4NFRk", "type": "image"}, {"id": 610537, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18b8bb8d-6b65-47aa-7068-a4474e266f00/width=450/610537.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U8HeCG9b00R#D*Rkoa~W01%L%29G?ak8-rNG", "type": "image"}, {"id": 610533, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad307be7-dc15-4bf2-ce00-a876cc5eed00/width=450/610533.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UIJ%LZ.AKP^*?c%$pJKJI;lTxbxZ^jj[WUT0", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/56327", "modelId": 51861} \ No newline at end of file diff --git a/datasets/metadata/563411.json b/datasets/metadata/563411.json new file mode 100644 index 0000000000000000000000000000000000000000..cff4437717c860e9ff8e8f37ee060a964c2c6706 --- /dev/null +++ b/datasets/metadata/563411.json @@ -0,0 +1 @@ +{"id": 563411, "index": 0, "name": "Flora of Jayce and The Wheel Warriors 2", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-10T15:26:03.203Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 49, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 479408, "sizeKB": 223100.94921875, "name": "Flora_of_Jayce_and_The_Wheel_Warriors_2-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T12:52:03.071Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B4344788", "AutoV2": "0156C96E4B", "SHA256": "0156C96E4B69D71F94712E748B3CD009B27EE1FD8BA1AF56D7140C241F201423", "CRC32": "EC849360", "BLAKE3": "0DA352BBD1A938CFB077F64D5512EACDBD9E1AC0F7B1ABC88D488A48205F8D76", "AutoV3": "948F2BAAF6C3"}, "downloadUrl": "https://civitai.com/api/download/models/563411", "primary": true}, {"id": 479410, "sizeKB": 223100.94921875, "name": "Flora_of_Jayce_and_The_Wheel_Warriors_2-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T13:02:54.181Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7852B634", "AutoV2": "7ED1E759FC", "SHA256": "7ED1E759FC7990C6B3AE88D4DECA205B1F1F4E57BE8CE98C43BFD5B7DCB62FA3", "CRC32": "0E1A9A88", "BLAKE3": "B2551276F8375C4471B5AD3F20F17EF04DC4DC4F6E9DC94C8891C9E30A6ADA39", "AutoV3": "6E3858890678"}, "downloadUrl": "https://civitai.com/api/download/models/563411?type=Model&format=SafeTensor"}, {"id": 479423, "sizeKB": 223100.94921875, "name": "Flora_of_Jayce_and_The_Wheel_Warriors_2-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T13:06:20.129Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AEBFEBED", "AutoV2": "87150F7756", "SHA256": "87150F7756D3592955004714818A3B14411714758F304F6DABA348C59B1F539B", "CRC32": "38C2B747", "BLAKE3": "27A5A1298D2D701C9CAA093B4C505AB17FA7EC2815C44A630ED27382B431A67B", "AutoV3": "7F08C023B39A"}, "downloadUrl": "https://civitai.com/api/download/models/563411?type=Model&format=SafeTensor"}, {"id": 479302, "sizeKB": 15178.3828125, "name": "563411_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T11:40:52.934Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B449ECE0", "AutoV2": "6264EBDE73", "SHA256": "6264EBDE73E953EA6D1E18D2E3F7A9E3DCE8295088D1E5BAD81CEE058BDAD52D", "CRC32": "92C40A81", "BLAKE3": "A8EEE4AC28FA4857085BE6E369C2E482F1D878A9097F9FB4603F184C3E14D4EE"}, "downloadUrl": "https://civitai.com/api/download/models/563411?type=Training%20Data"}, {"id": 479424, "sizeKB": 223100.94921875, "name": "Flora_of_Jayce_and_The_Wheel_Warriors_2-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T13:05:50.885Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AEBFEBED", "AutoV2": "87150F7756", "SHA256": "87150F7756D3592955004714818A3B14411714758F304F6DABA348C59B1F539B", "CRC32": "38C2B747", "BLAKE3": "27A5A1298D2D701C9CAA093B4C505AB17FA7EC2815C44A630ED27382B431A67B", "AutoV3": "7F08C023B39A"}, "downloadUrl": "https://civitai.com/api/download/models/563411?type=Model&format=SafeTensor"}], "images": [{"id": 15303047, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb84ae8e-6fd2-4ebf-bf4c-51737a99453d/width=450/15303047.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UkNS%GShYk%2IsS6Nyadn4WYozV[oejER*bc", "type": "image"}, {"id": 15303044, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/820be2ba-860d-4381-a008-467a9c692c9d/width=450/15303044.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaJI3Fo#T}ofJ:R%NIofM{xFxuShsoWANIjb", "type": "image"}, {"id": 15303706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b495d7c3-66d3-4cc9-92a3-327240e247f6/width=450/15303706.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UVO.]?rY.T$+=wMxt7RP-:xuRjozS%V[o#e.", "type": "image"}, {"id": 15303707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1d6d559-13a1-450f-9f81-63128610c2f5/width=450/15303707.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UcMjXOE2?^VsM|I]JBkDxaV[kDxtRknOxaWB", "type": "image"}, {"id": 15303711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7885fd8-87ad-43c9-b212-5c695b923e8b/width=450/15303711.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UTPY;$ad?^$+s7xbo~R%.8kBI:t6%gj=xuS2", "type": "image"}, {"id": 15303705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f936560f-714b-4e7f-80d0-7698676fcf8f/width=450/15303705.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UTM%TUE3?^%1viM|NMM|jLWqMfW=9aM|xtoc", "type": "image"}, {"id": 15303709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bce5e8b9-2f4b-4b67-8449-44729bc171b2/width=450/15303709.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UTPPDu%g_N?u#kIUNHt7.8ROR.aeozVrx]kX", "type": "image"}, {"id": 15303710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d63c543-d7a5-4727-a177-d555a122502f/width=450/15303710.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "URMjzN4=p{x^00IWD*RPvz$%VsjYg3k9$ht6", "type": "image"}, {"id": 15303712, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9814165-bb0c-4423-b908-26faa229211f/width=450/15303712.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UXO{]s-;*JsDMzr=9uS$DiX5M}tRx^odjHkB", "type": "image"}, {"id": 15303713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ff819c0-49bd-4f23-985b-f3f77b58f00f/width=450/15303713.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UhPZDZxu?^fS$%WBShofs:WBRkozWBj[s:WB", "type": "image"}, {"id": 15303714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c3082a6-ad03-4471-ab2d-332e8917e108/width=450/15303714.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UiP?UDt7?^%2xtjZWqbHxuofRkWBogWBs.of", "type": "image"}, {"id": 15303729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da8b0f89-b9e0-459b-a3e1-7c476b60b0ca/width=450/15303729.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UOLp]rx[*J$*00nh9vNb9FIURnkBVqt6rWR*", "type": "image"}, {"id": 15318489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efb16f1f-8e55-4978-b55a-3006446cebcf/width=450/15318489.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaQ9A+Vs.mxu+GtRJBjFIAaeWARP%gWXbvxt", "type": "image"}, {"id": 15318497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d635c54-402e-4847-bd64-99ab0ec5f77c/width=450/15318497.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaO39GMyy?o{RO%#Nfr?DiM{E2RkM|IUt7t7", "type": "image"}, {"id": 15318492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cda4b8c3-08f2-4585-a760-94544e5f06b3/width=450/15318492.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UVPPTK=|ui%#^+t4I:xuNGkBoeWCVXjFbwRj", "type": "image"}, {"id": 15318495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2277e3f1-4cac-4a19-8df3-eb2ba05c7c8d/width=450/15318495.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDJ@%-~W3sw]*diwL39a;|oII8-;T0o#o~Io", "type": "image"}, {"id": 15318507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7899846-a027-45a9-b82f-4958ff34a8b0/width=450/15318507.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UVPPiyt8UHWn-qS29Zw|XOkC%3RPR5jbS5bH", "type": "image"}, {"id": 16873119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d867600-cc75-4d2d-95d6-525903ba5451/width=450/16873119.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U6Hw#{~V000~020L01F201$fIV_2^iIo^*-o", "type": "image"}, {"id": 16873118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a954bf68-6449-4ad4-9cdd-9b91eb79bea1/width=450/16873118.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UUIW_=~VJ#Io^jt6bcR+InM{aiWEI:fk$%ax", "type": "image"}, {"id": 15318514, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8467017f-7ebb-4c39-92f8-2234fdc2b52c/width=450/15318514.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UlQvI7xa.mS5-TRjNdtRMxafxubHxaofS2aK", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/563411", "modelId": 506906} \ No newline at end of file diff --git a/datasets/metadata/563469.json b/datasets/metadata/563469.json new file mode 100644 index 0000000000000000000000000000000000000000..bc80476394f898da686a14ce0ccde02f032ae038 --- /dev/null +++ b/datasets/metadata/563469.json @@ -0,0 +1 @@ +{"id": 563469, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-10T20:52:12.435Z", "availability": "Public", "nsfwLevel": 25, "description": "v1.0 - First version
34 images from Rishi's Saber's sprites were added
(in testing mode)
", "trainedWords": ["1girl", "rosie from hazbin hotel", "red dress", "hat", "grin", "all-black eyes", "no pupils", "smile", "wide hips"], "stats": {"downloadCount": 29, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 480031, "sizeKB": 223101.69921875, "name": "Rosie_Hazbin_Hotel.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T18:15:59.259Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F6F36332", "AutoV2": "11F9935240", "SHA256": "11F993524070EE350573579900D4E69D312309A69CB3108393F29DCE4FB92ED1", "CRC32": "492E8ECC", "BLAKE3": "74CF5293CF0220C9F621C9AD2A24D904079DA1F839AF12B58A0A733265FD81BD", "AutoV3": "85BE227DA103"}, "downloadUrl": "https://civitai.com/api/download/models/564059", "primary": true}, {"id": 479918, "sizeKB": 11136.6865234375, "name": "564059_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T17:16:14.555Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C395B3E5", "AutoV2": "6BD5C0E8A9", "SHA256": "6BD5C0E8A9D46C8C0FD7E96ABD40AF165AFEF5A88E097EDCBE2D5F7FD3FD0E20", "CRC32": "95AC5D7A", "BLAKE3": "434D88435A1FF1912106845CB9557398DD9134D3BE095F52A2269F32C104847D"}, "downloadUrl": "https://civitai.com/api/download/models/564059?type=Training%20Data"}], "images": [{"id": 15597652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0c21df7-72ef-46a6-b3b3-16b87b9b2fc5/width=450/15597652.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMKl%O#;}?4.#W$jMy9ZDP$jI:xu}X$*%MtR", "type": "image"}, {"id": 15601455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bdcf187-86a5-4aae-8a19-e89ee59700e5/width=450/15601455.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UWJ~Zc}[9FIU,@-BOYS1IoV@SeS}^7s:I.M{", "type": "image"}, {"id": 15597666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4bfef6b-f3c5-4b7b-bdc1-629ab2e93e46/width=450/15597666.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGIyw#t,[r8{~C,@IADi+H;N%g-V{zV@_3=|", "type": "image"}, {"id": 15601734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30b58b05-9708-4fc0-a83c-d5d35d15f320/width=450/15601734.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UQK[#z#T4nk=IA$*XSRj5+kCAVRj}skCJ7I:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/564059", "modelId": 507500} \ No newline at end of file diff --git a/datasets/metadata/564099.json b/datasets/metadata/564099.json new file mode 100644 index 0000000000000000000000000000000000000000..876fb84e95d3b481c25fe963b841699bf030a36d --- /dev/null +++ b/datasets/metadata/564099.json @@ -0,0 +1 @@ +{"id": 564099, "index": 1, "name": "Combo 02", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-10T17:19:18.766Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["agnes digital \\(umamusume\\)", "sweep tosho \\(umamusume\\)", "matikanetannhauser \\(umamusume\\)", "smart falcon \\(umamusume\\)", "mayano top gun \\(umamusume\\)"], "stats": {"downloadCount": 360, "ratingCount": 0, "rating": 0, "thumbsUpCount": 41, "thumbsDownCount": 0}, "files": [{"id": 479928, "sizeKB": 26127.0302734375, "name": "Uma.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T17:21:53.608Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2C86CFDE", "AutoV2": "0D1F2DB42A", "SHA256": "0D1F2DB42A6033509792D5C75347B78F9A4841EADF7680863844DD0D5A39FA82", "CRC32": "429FFCCE", "BLAKE3": "4FE9345793B0D614E360E71C46A2FF5A213AA4D048A13A6965A72DD3E4E810FC"}, "downloadUrl": "https://civitai.com/api/download/models/564099?type=Training%20Data"}, {"id": 479931, "sizeKB": 334447.02734375, "name": "Uma_02.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T17:22:11.780Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F028FD5F", "AutoV2": "BAFA587406", "SHA256": "BAFA5874065BBB8728D1A3C15A02FF6822959B468E380C4DB098F4641DD5C7A2", "CRC32": "2573298C", "BLAKE3": "CC9C3FE587F6FAFCE86A5F4DDF4083F1C353CFA0D604A0C8381AA651634A82FB", "AutoV3": "10C595DFCC54"}, "downloadUrl": "https://civitai.com/api/download/models/564099", "primary": true}], "images": [{"id": 15311144, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6212094b-a760-4547-9cba-0a64ed85a84c/width=450/15311144.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UOKKNInOx8tR_NjExokCxtjY-oa#K8WVRQj]", "type": "image"}, {"id": 15311139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c81950b2-a737-4643-9795-d479ac33f304/width=450/15311139.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UAIX{mt800xCHDWXO;s:E2a#$%bG?cs.R4Sg", "type": "image"}, {"id": 15311141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53a729a6-344e-4e7f-8ad2-89757146e1cc/width=450/15311141.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UBJai-IA00%zt:iv$%N_E3M|xGRjRrNHR4%1", "type": "image"}, {"id": 15311143, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1eac7d1-e637-4fcd-95fe-0410e37738d0/width=450/15311143.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UQI#T1DkM_ofu6MxX9kCt7M_%Lt7NgaxV@ay", "type": "image"}, {"id": 15311140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e4ef8e7-dce4-4c32-ae98-45ca33798415/width=450/15311140.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "U9I#fT~D00%}pxxvK#yBE3W.%3bdtnofQ-IU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/564099", "modelId": 357471} \ No newline at end of file diff --git a/datasets/metadata/564197.json b/datasets/metadata/564197.json new file mode 100644 index 0000000000000000000000000000000000000000..dedcc8358c28784c09d5568a2918fa7622ac92e7 --- /dev/null +++ b/datasets/metadata/564197.json @@ -0,0 +1 @@ +{"id": 564197, "index": 0, "name": "Cookie Falcone", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-10T19:09:38.448Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Cookie_Falc0ne, Red hair, red lips, blue earrings, golden necklace, purple tank top, purple pants,"], "stats": {"downloadCount": 28, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 480073, "sizeKB": 19089.41796875, "name": "564197_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T18:36:19.961Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A8AAC5B0", "AutoV2": "71FC521402", "SHA256": "71FC5214029C7C7212D607BB9FDE7B842BF600977D9983CD183CFB30A5708D69", "CRC32": "0C6F9CFF", "BLAKE3": "CB232D090425A234CD951E981A20D417DCE1FB7E5E7483F0171C4FBCE8269008"}, "downloadUrl": "https://civitai.com/api/download/models/564197?type=Training%20Data"}, {"id": 480139, "sizeKB": 223102.21484375, "name": "Cookie_Falcone-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T19:11:29.755Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0ED74CB5", "AutoV2": "6D42430732", "SHA256": "6D42430732DA16421B8161753553DB2DCD0DFF49C6E6262C6B4DD98B64A9DB3C", "CRC32": "78C9E0B6", "BLAKE3": "7CD7AAB47A1E3BDF68FA3D7FCAD78EE3EFBC1AD1067470FE62E357E57F0C3DDA", "AutoV3": "912D3BBAB14D"}, "downloadUrl": "https://civitai.com/api/download/models/564197", "primary": true}], "images": [{"id": 15321613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0748a62-32e2-4d2b-a8d4-81873f27b06b/width=450/15321613.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UIKmeNlJy-=5%BIxEU=,8|X3xut8o#t3-jIb", "type": "image"}, {"id": 15321615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1bfdd8f1-644c-4203-b9c6-41080881d836/width=450/15321615.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "USK,K+}?p+=Z#gITI{R8IdofyBoyxbR6oHtP", "type": "image"}, {"id": 15321614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e173d9e3-8193-4e40-89f4-4a8b62cf5d5c/width=450/15321614.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UCJQKUPMB]iD~YO_A3x+75u4g%sp4qf{x@N4", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/564197", "modelId": 507624} \ No newline at end of file diff --git a/datasets/metadata/564203.json b/datasets/metadata/564203.json new file mode 100644 index 0000000000000000000000000000000000000000..566c29b4fe3a79257d828333980a6614f80e400e --- /dev/null +++ b/datasets/metadata/564203.json @@ -0,0 +1 @@ +{"id": 564203, "index": 0, "name": "Nel Zel Formula Style for Pony XL", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-10T19:17:18.128Z", "availability": "Public", "nsfwLevel": 26, "description": null, "trainedWords": ["nel zel formula"], "stats": {"downloadCount": 149, "ratingCount": 0, "rating": 0, "thumbsUpCount": 34, "thumbsDownCount": 0}, "files": [{"id": 480051, "sizeKB": 5052.140625, "name": "564203_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T18:22:18.439Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EEF75A41", "AutoV2": "77DB701F10", "SHA256": "77DB701F10EDEA6771EE9FF01780D271DFCE769335756558CD60780B987AA5F6", "CRC32": "783F076D", "BLAKE3": "4E9F8B77717D7C0C3D14DF5367566907C6AAE28E87D8C39338ECAE20B1336E1A"}, "downloadUrl": "https://civitai.com/api/download/models/564203?type=Training%20Data"}, {"id": 480155, "sizeKB": 223104.11328125, "name": "Nel_Zel_Formula_Style_for_Pony_XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T19:20:47.135Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "26EC4E03", "AutoV2": "30338111F6", "SHA256": "30338111F69C06A69CD10FC2BC4FB8942650014A1D56512C3E37B3F923EDE157", "CRC32": "BFE2C170", "BLAKE3": "A372A89D5DD226E52A3BF61F7601AD0F4D03F86AF34AD3904E70C91168B5CBBC", "AutoV3": "0C5FA61788D8"}, "downloadUrl": "https://civitai.com/api/download/models/564203", "primary": true}], "images": [{"id": 15325586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32668334-0d6f-4c82-9532-4f062a1c0231/width=450/15325586.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UgOd0v#azlS^-qbY,ojF$+k8K0WF%LbHV[oK", "type": "image"}, {"id": 15325592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/875f8252-0922-419c-a33c-7e19e3ba1b70/width=450/15325592.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UURn+a-;_4nhj^X7xZn%tlS2k9sonis:WBRk", "type": "image"}, {"id": 15325590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b38051b6-5f7e-4387-ada3-7932280dd35c/width=450/15325590.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UFRwxk?c.qrY?]t,.RMxt+pIK0ae=}ShMyxa", "type": "image"}, {"id": 15322388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58e13172-4685-4dec-9de3-6e05b37f667f/width=450/15322388.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UMPG88VtMyq^M1-q%3nl-qkpTItk}^IUkWNY", "type": "image"}, {"id": 15325593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3478b096-3cb1-414f-8646-ce0a912658d6/width=450/15325593.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UMPYMF?c-?$^9-xvo#V=02Rks6sS?wbEW,n,", "type": "image"}, {"id": 15322391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75ecb3d4-46cc-47d5-9d50-eb1524d886fe/width=450/15322391.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UTMsl^-:O8xF}ZM{nPX9IaX8PAR-Tes;oLxC", "type": "image"}, {"id": 15325587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36d886ed-1556-498c-a76f-dc7d70023d6d/width=450/15325587.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UcPiD8xwtps%D?xta^W9xtxqt1flxvt3WAoz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/564203", "modelId": 507629} \ No newline at end of file diff --git a/datasets/metadata/564230.json b/datasets/metadata/564230.json new file mode 100644 index 0000000000000000000000000000000000000000..8575fafa6b4471eb5af11b28e384ffbc52efc8d3 --- /dev/null +++ b/datasets/metadata/564230.json @@ -0,0 +1 @@ +{"id": 564230, "index": 0, "name": "Pibby (Learning With Pibby)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-10T19:21:35.815Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["P1bby, Cyan Skin, Purple Hair, Short Hair, Space Buns Hair, 1girl,", "wide eyes"], "stats": {"downloadCount": 35, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 480093, "sizeKB": 16574.185546875, "name": "564230_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T18:46:06.361Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3F995A84", "AutoV2": "36041E7D42", "SHA256": "36041E7D428EE0132C4F81111DC187C09ED7D88A2150B30B3CE73389EEF899D6", "CRC32": "4B68515A", "BLAKE3": "D11AB8988111E3A08FEAAE6AFBB43EE246CF63DA3D10966CF45153BF9D64CA14"}, "downloadUrl": "https://civitai.com/api/download/models/564230?type=Training%20Data"}, {"id": 480160, "sizeKB": 223101.26171875, "name": "Pibby_Learning_With_Pibby-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T19:21:23.240Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7230210E", "AutoV2": "C746B47D60", "SHA256": "C746B47D60B0348419222DEECA68FC25D1ABB00228FFF9AFC7083AC3B3C16836", "CRC32": "0E1DD7A0", "BLAKE3": "0AB6937AD5FD177849A284926C6A90B4C39FE88064F882563AEE177F8C22AD63", "AutoV3": "7A5438E746B8"}, "downloadUrl": "https://civitai.com/api/download/models/564230", "primary": true}], "images": [{"id": 15325019, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3df8aef-678b-4adb-b8ff-f16eb37e53c6/width=450/15325019.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UIEf26rE8w*0[Ps=S~a0Uco#yrVr9qR~o{oh", "type": "image"}, {"id": 15325017, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffad5824-0506-4535-9657-92d2fbfc7c66/width=450/15325017.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UME:DNbW8wjE%7R~M_W-qgS0l9W-M}WUo{Wn", "type": "image"}, {"id": 15325018, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0423a3d2-343d-4c4f-89fd-70fc3182ba9e/width=450/15325018.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UJEV:LYP4TL}-HX7I-bwzGiwu3tmMMaitQad", "type": "image"}, {"id": 15325015, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30c5acd3-7e03-4dd3-bfa3-c9e438f6892e/width=450/15325015.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UEE{kzxvD4rtq.oNTdjJy[WCysogE,NYbWbZ", "type": "image"}, {"id": 15325027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5494c7a6-d271-455e-b947-aa9b8f338264/width=450/15325027.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UXDduBV@L#pHvna}Vvf+u-n+tTV?yGo#ozad", "type": "image"}, {"id": 15325025, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73f61a79-4b1a-41db-a21e-5768076154cc/width=450/15325025.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "ULDmXkyZQ8Z3MNs?TIVtmAn6TxkrpKjdnMo}", "type": "image"}, {"id": 15325022, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6152ee88-2470-4b38-9492-bfa073a3228f/width=450/15325022.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UGALqww@ujiI:cX,K4jb**acTxb_X=Z~kRkX", "type": "image"}, {"id": 15325024, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65a4d7b6-ae7e-4f04-953c-7fa9230e368c/width=450/15325024.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UBAeX8s+*KquVObvEcVt?_XnQ7j^Odn3X2Xo", "type": "image"}, {"id": 15325032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1e0a854-ee15-404b-ba29-1a50df63b700/width=450/15325032.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UGDwOBMc8w%gnCR3KZtlHXXglmaK%7WAtLe-", "type": "image"}, {"id": 15325033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/826da783-3e6a-4168-a172-03f288ca3996/width=450/15325033.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UXD-8hx]HXidq_bHR$jvmTkBggkW%jaKg2kD", "type": "image"}, {"id": 15325034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63d303c7-4083-443e-8130-52ea3218ae31/width=450/15325034.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UKC*02V}8wyq*;R4TEkqQ8WmpbVYyZk=bXnA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/564230", "modelId": 507649} \ No newline at end of file diff --git a/datasets/metadata/564358.json b/datasets/metadata/564358.json new file mode 100644 index 0000000000000000000000000000000000000000..846582faecf3cb559d4d67b04e4f64abe2f2a675 --- /dev/null +++ b/datasets/metadata/564358.json @@ -0,0 +1 @@ +{"id": 564358, "index": 0, "name": "Mox (DIBS, Deep in Brixen Space)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-10T20:37:06.605Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 38, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 480234, "sizeKB": 5309.84765625, "name": "564358_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T20:05:44.284Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3772CDDE", "AutoV2": "F35BE3B906", "SHA256": "F35BE3B906025E9C039878B57EB1BBE393502AEACBCE1AE8EF62150B8168E58C", "CRC32": "8F446AB0", "BLAKE3": "38006C372C805631436C25D597351067A71CA60B699CD23443ADBC2AAFFF7235"}, "downloadUrl": "https://civitai.com/api/download/models/564358?type=Training%20Data"}, {"id": 480283, "sizeKB": 223100.73828125, "name": "Mox_DIBS_Deep_in_Brixen_Space.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T20:35:52.164Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C13A8511", "AutoV2": "3156F2C7AE", "SHA256": "3156F2C7AE0F92A5B25D4544036C4DD73E4AB19463BF76E942006FA605B63C91", "CRC32": "906AE732", "BLAKE3": "120ABAD9AA0B0E1C363271173A00BF842805C7ABE27DE2D070A4BEC39CFDE934", "AutoV3": "0A7B864C2B20"}, "downloadUrl": "https://civitai.com/api/download/models/564358", "primary": true}], "images": [{"id": 15442800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbce328b-98a6-437f-9416-a46f5097f34b/width=450/15442800.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UCB{vW}]XHRl?YK51QI:zmawAMo#:h,;W+Rn", "type": "image"}, {"id": 15442796, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3728cfef-c042-4633-a178-56ae1499fc40/width=450/15442796.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U8DcR0Vt00?A]_Os0Ws8qG$yyGi|lP9[PRK5", "type": "image"}, {"id": 15442799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f02967d-c6f8-4881-b802-6d7f858eb3d8/width=450/15442799.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "U6Bp|FxT2hx^@;Or0rvgD4aKNln+?^V#%-x-", "type": "image"}, {"id": 15442797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9e1ab85-5d0a-4629-a939-4843b488dd7c/width=450/15442797.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U79kHfKP4T=q]e-B5JEMl:r?BaR:TISuboo$", "type": "image"}, {"id": 15442819, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ae95ca4-f3cb-466d-835d-9f6be871bc14/width=450/15442819.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "U7A^8qEK00-Y=JM#OX=@9DXA%jicVYNHKON4", "type": "image"}, {"id": 15442818, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f54b8a5a-8f36-4fea-b0cc-10e77e679c58/width=450/15442818.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UBC?72xo0htRk9$PxGNv04xG};I;oIEgN^-S", "type": "image"}, {"id": 15442825, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6b995af-05a1-4395-bcf5-a878806a0ea9/width=450/15442825.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCE2q5o|04NE}Ts+EfIu0LRU~9Si0OX5-or=", "type": "image"}, {"id": 15442821, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90236207-6bcc-4a17-bf83-c93e277e3861/width=450/15442821.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "U6AAN|x]00rEQ.R~fm?H00M|?d-n^QRrAGIS", "type": "image"}, {"id": 15442823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8baf869-cffa-4b55-955d-b9c8e082d0c3/width=450/15442823.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UBCiW:Eg05Ib+u9#og=?04bY};-SE+=sSc5r", "type": "image"}, {"id": 15442831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a89f5a78-31d8-42ba-b955-fe4d4362e662/width=450/15442831.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UDEoh=5901^%RNRjt8-n02tj~TR6={N19bj;", "type": "image"}, {"id": 15442827, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b81dea9-d86e-4b1c-893c-ec070b8e74f8/width=450/15442827.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U8Cs1#WV02s-#Cj=F1X803js}?ShMza#?Ejs", "type": "image"}, {"id": 15442828, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b05bfac7-6a21-4097-9032-3d03e03fa1f9/width=450/15442828.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U6C?DQml03Oj=3v|.69H03IB~VM{VNRiF{aL", "type": "image"}, {"id": 15442829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c0d74a3-55a0-4983-8456-1984c201e37b/width=450/15442829.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UADmE87c01#?MMD+}qo}4mJ,_2=?IqxcIFvy", "type": "image"}, {"id": 15442830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49e4080a-349b-40be-971f-672ff927faef/width=450/15442830.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UFD]ecJP02-ommIpOTxb02t7yDaK~Q-nIqV=", "type": "image"}, {"id": 15442833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2771ec8-df5a-42d8-9307-2b5ac3e87950/width=450/15442833.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UAF}cTEN01FfE0=d5qxr029]~TI@$+=d9_Ip", "type": "image"}, {"id": 15442832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa3097e9-34c9-4ca3-a4ab-6d09acc26027/width=450/15442832.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UDD99FE405-Qs9RRogS#0Nt5~8V@t6W=NIr?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/564358", "modelId": 507765} \ No newline at end of file diff --git a/datasets/metadata/564401.json b/datasets/metadata/564401.json new file mode 100644 index 0000000000000000000000000000000000000000..1938f297bd2da712c23b27c27c92add0ab4c6118 --- /dev/null +++ b/datasets/metadata/564401.json @@ -0,0 +1 @@ +{"id": 564401, "index": 0, "name": "Raven (vampire girl)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-11T02:44:59.178Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["RavenV, girl, vampire, slender, pointed ears, red lips, red eyes, pale skin, black hair"], "stats": {"downloadCount": 110, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 480279, "sizeKB": 16155.685546875, "name": "564401_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T20:30:37.156Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C8E4506A", "AutoV2": "CDDA15F61F", "SHA256": "CDDA15F61F1380561C8709E8343CD4657F4DB5D65DCDD679F9AE984D3214834B", "CRC32": "0530C8C3", "BLAKE3": "CEABC27050860A0EED19300FEB25F095E0623FECCA4CAEB1E5CEBF504E4C3D90"}, "downloadUrl": "https://civitai.com/api/download/models/564401?type=Training%20Data"}, {"id": 480836, "sizeKB": 223100.97265625, "name": "Raven_vampire_girl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T02:40:53.281Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BF138A6A", "AutoV2": "7CDF02F4E3", "SHA256": "7CDF02F4E3B6B8C57CE60E0FA394551841B934C06248D6777807B2211CE1BF9C", "CRC32": "00C1EA2B", "BLAKE3": "A839F0C083898C3BDEEB40DDF2F0E83A37D9779D9D7756EF7CACD810C425DF65", "AutoV3": "ED1C2DB43EE9"}, "downloadUrl": "https://civitai.com/api/download/models/564401", "primary": true}], "images": [{"id": 15358029, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5467a627-ed22-418b-9872-a30856e3c7db/width=450/15358029.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UxIrBDMy~qWB-;oft7xuWVofoft7xuoMt7WB", "type": "image"}, {"id": 15358030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0412932-2caa-4664-aa73-1999a19b7510/width=450/15358030.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "U#JRaMt7~qWV?bxuxuofxuRjofRjWBWBWBof", "type": "image"}, {"id": 15358031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44a7a6dc-12a5-4d3a-b998-60a0a30ffbf7/width=450/15358031.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UtIrBD?b~qxu?bM{xuayt7V@t7RjtRoft7WB", "type": "image"}, {"id": 15358032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4596a91-c9ed-4da9-85b8-5760c20eebe8/width=450/15358032.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UvJ8R[Rj~qxu_3t7xut7%MM{f6ayt7WBjtof", "type": "image"}, {"id": 15358033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b047ca86-cd72-497a-867f-aaa84301b728/width=450/15358033.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UrIE@R-;~qxu_3Rj%MWBoyRjt7j[ofWBWBfj", "type": "image"}, {"id": 15358034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/498c8159-6e43-4430-87ed-cdac81b9b26f/width=450/15358034.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UoHLl1~q~q%MxuM{xuRjj[RjxuRjofRjt6j[", "type": "image"}, {"id": 15358036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4304f470-dba5-42ae-9372-7ce8d4b5bf4e/width=450/15358036.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "U%IOb1xu~q%M-;RjxuWBxuRjt7ofj[j[j[t7", "type": "image"}, {"id": 15358035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d1d33ca-1613-48ab-8902-06b272f898eb/width=450/15358035.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UeHLbz00~qIU-;t7tR%Mozt7xus;xuWBxut7", "type": "image"}, {"id": 15358039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8d93fac-8cc9-40d3-b259-8bb11d786b45/width=450/15358039.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "U*Ir88-;~qxu-;Rj%MRjofRjjts;ayofofof", "type": "image"}, {"id": 15358037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3d81aa6-6589-40a8-829d-177a99e1eec9/width=450/15358037.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UcJ*k:00~qtRxuxu%Mxu%Mxut7%2-;WBs:xu", "type": "image"}, {"id": 15751165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e8d7ba1-7b9b-43b2-a515-bbd7a33178c1/width=450/15751165.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMGIDw-p%#Wq?wR*%hWVBVWV%Nt7NIayE1WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/564401", "modelId": 507806} \ No newline at end of file diff --git a/datasets/metadata/564471.json b/datasets/metadata/564471.json new file mode 100644 index 0000000000000000000000000000000000000000..b28230c1ca7e53f029a7b29bc4b32d2a7b211dc9 --- /dev/null +++ b/datasets/metadata/564471.json @@ -0,0 +1 @@ +{"id": 564471, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-10T21:13:28.730Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["yaomomo", "Red_leotard_plunging_neckline_sleeveless_open_clothes_halterneck_Brown_chest_strap_Brown_wide_belt_navel_groin", "cheerleader_orange_crop_top_orange_miniskirt_green_choker"], "stats": {"downloadCount": 107, "ratingCount": 0, "rating": 0, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 480335, "sizeKB": 219734.919921875, "name": "data107Yaomomo.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T21:00:58.916Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "29F4D823", "AutoV2": "EF783AEC1B", "SHA256": "EF783AEC1BA5D8A643C587D1EAD9A7DEB988EB2A17CF603A0AF2B69CCDB53F22", "CRC32": "607EB3EA", "BLAKE3": "8DF96FC9F4983927C6E4190DF648E1786F43A41C05CBCC5F01E87712939E0E42"}, "downloadUrl": "https://civitai.com/api/download/models/564471?type=Training%20Data"}, {"id": 480334, "sizeKB": 37013.0078125, "name": "YaomomoV5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T21:01:29.248Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4AF80BC5", "AutoV2": "8511E25655", "SHA256": "8511E25655328ADB71D55EF7F144B8F7CDAC571C193609EC97CDE4EF4181E1AA", "CRC32": "0A19D56F", "BLAKE3": "2325A883F4AA249C2893B6B3F9A16890B9DB17819B4C1F6A4FA7452090EF14D7", "AutoV3": "95ABEABBA7FA"}, "downloadUrl": "https://civitai.com/api/download/models/564471", "primary": true}], "images": [{"id": 15330475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9732fe98-208b-4ff4-b10d-f3f754ffdf4f/width=450/15330475.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UVKJG+$*GwTKu4IUIAxbcFIoROxaEdNZaJs:", "type": "image"}, {"id": 15330160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4071d930-ec16-43ad-a6db-562e8c11059a/width=450/15330160.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UQI}6$Mv0[tS5R-V$yD,55O9ibox9Ztn-qxa", "type": "image"}, {"id": 15330168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e2984df-b1cc-47c6-89c7-3bf7574cc0a6/width=450/15330168.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UXM6*kkr.T?HOYxaM{R*EfRP$*oyNGt7t7Rj", "type": "image"}, {"id": 15330159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/530e0168-1126-41b4-aeb3-e7e84c29b5de/width=450/15330159.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UCJG+:5B1,~X00-;00Io5jH?^iX30Lx@Xmsl", "type": "image"}, {"id": 15330188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c85708c-500e-4126-987b-c679054db781/width=450/15330188.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UFIX2P.A0R9|00MxznR5D$%0X9NvD%t6sqIV", "type": "image"}, {"id": 15330200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/731a3177-e9bc-4974-b25a-8674dad0cf25/width=450/15330200.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "ULKv:gOt3Znn*0^+=|IpT}yD?caeo]s,$fIo", "type": "image"}, {"id": 15330218, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/194beba1-824b-448e-b065-816129015127/width=450/15330218.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UJK0:O?b0[It00spq@E2OQ%2waIoVXXnbwIT", "type": "image"}, {"id": 15330223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be8ad7e0-55f9-4928-a173-25ce74772473/width=450/15330223.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "U9HwWF~W010L%$E1aL=|1d%Lv#9t00Rj%MyD", "type": "image"}, {"id": 15330231, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d465548-4054-4990-878c-1ad83742cff7/width=450/15330231.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UQH^#N~U0g9a0$InsCozN{M_oJaKIUnMWVbb", "type": "image"}, {"id": 15330263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7bdcb96-1a8b-413e-9538-8eef3f792524/width=450/15330263.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "URD,c$?wK+N{U]Mx4mRjxUi^WAW9S$bbspoK", "type": "image"}, {"id": 15330285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d60ef02d-056c-4bd7-99b4-ee1127bb5864/width=450/15330285.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UUD].4-=lCkDDgM{Dha~-jt6R%RiIpWV%Mof", "type": "image"}, {"id": 15330289, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb2d4444-73a3-4cc7-a12b-f69ab420545d/width=450/15330289.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UGE.-T?w019FJCM_E2WYmjVpbcNF00bJ?Hs*", "type": "image"}, {"id": 15330310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1a3f0bf-c141-44f6-a88f-fd88184b3be8/width=450/15330310.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UNE.@l%23YI;p{Y6Rn$jE0%#VDNGabnhr=V?", "type": "image"}, {"id": 15330325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f03bc37-d4ce-4a48-9d88-afd18dcdf192/width=450/15330325.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UkK-68W?~p?Gf}s:IWM|xss:afWCRjt6ogWB", "type": "image"}, {"id": 15330353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/224143c9-4069-4dc9-8a7f-52bbb5165347/width=450/15330353.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UBH1fM~V1TH@000L00~W?^^*?Go300Ri?H-:", "type": "image"}, {"id": 15330442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10baf6d5-ba36-4316-ac0d-a0a38e07ecc8/width=450/15330442.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UEH^uB}=W|yWD~$*04,-0O4=%e5A4mTZ-;o[", "type": "image"}, {"id": 15330452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7ec98bb-5725-422b-acc7-80fbe31d5ef5/width=450/15330452.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UbJ7h8tSCTVt?axurWMx.Ssp-;ODR+a~xuf6", "type": "image"}, {"id": 15330457, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b40c7946-096b-44e1-8364-52aa28f7eb41/width=450/15330457.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UKG+2kSi?vxu_N?Go#D*-:WBM|j]Vr%MNbM|", "type": "image"}, {"id": 15330586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9adc9ee0-1bd5-4375-a7cd-8326d6f451e3/width=450/15330586.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "USI|YAiZ1nb{AB-B-SE29[TEiIngIBgk%N$l", "type": "image"}, {"id": 15330861, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8833b5c9-f8f2-4436-97c1-dd7f6aba5d09/width=450/15330861.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UIDm8h%N01IVM{MwSex[m+RjInnh01X9~Cxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/564471", "modelId": 507868} \ No newline at end of file diff --git a/datasets/metadata/564542.json b/datasets/metadata/564542.json new file mode 100644 index 0000000000000000000000000000000000000000..5d4165fd45210d48f4300ad2767e1164504e2c68 --- /dev/null +++ b/datasets/metadata/564542.json @@ -0,0 +1 @@ +{"id": 564542, "index": 0, "name": "fl0rRos1ta_XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-11T01:06:41.173Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["fl0rRos1ta flower bush"], "stats": {"downloadCount": 19, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 480472, "sizeKB": 223099.45703125, "name": "fl0rRos1ta_XL-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T22:30:45.670Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "39260593", "AutoV2": "7D65309B63", "SHA256": "7D65309B630BEF564EFC9D4D902BE9FAF416ED1820ACA264B1A5CA4D089AB6AE", "CRC32": "32496DA8", "BLAKE3": "4154EA9F127C509A3EAC02B60245DB6774F0716113767519DD378AC6E08DF674", "AutoV3": "C0EA74889579"}, "downloadUrl": "https://civitai.com/api/download/models/564542", "primary": true}, {"id": 480394, "sizeKB": 8488.970703125, "name": "564542_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T21:46:13.610Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1C39A974", "AutoV2": "993B8CDA95", "SHA256": "993B8CDA959939F122DC14679AF74241FB78D63612E0E7944C358381D1937670", "CRC32": "4D977546", "BLAKE3": "ADBA7BFF7079A5AAC3D100A4BEB26F804BDEA005F23FA48215CF669966DEA32D"}, "downloadUrl": "https://civitai.com/api/download/models/564542?type=Training%20Data"}], "images": [{"id": 15337385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40bae22c-450a-420c-81b6-df44ae7738bd/width=450/15337385.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7D,oY~X4-4nvXHvRS%M5554VN^A??Io9YD%", "type": "image"}, {"id": 15337386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fb59b1e-74ad-4dd5-adb3-780dfa1ab223/width=450/15337386.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBFr|b_20Jym[OsDS@i}00NE}xw4GgNY$,%L", "type": "image"}, {"id": 15337384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbff9583-a929-4709-a455-71d6e8087664/width=450/15337384.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHFF._x:9F-;ssITx[RnGiE0wQS{^nRiOkr{", "type": "image"}, {"id": 15493443, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/869daa42-510f-4c9b-a0c2-76a158cbe7f4/width=450/15493443.jpeg", "nsfwLevel": 1, "width": 4000, "height": 380, "hash": "UvFPKXR+j?kC~qkCayof?vs:ayj[_3oLf7j[", "type": "image"}, {"id": 15726885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/478d37d2-79ad-4f0f-b424-b152ea65793f/width=450/15726885.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UDG8.Ore0^i{;qnSyBs:0cIC}KWUBeTDWEO8", "type": "image"}, {"id": 15726902, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cef6d320-074a-4f44-85fa-a2862a9ca970/width=450/15726902.jpeg", "nsfwLevel": 1, "width": 1824, "height": 1248, "hash": "UCFYGo%O5%G8,5NdNGwP009==3+}53rYwJ9Y", "type": "image"}, {"id": 15726912, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8615ba45-d634-4c71-986f-8412eb8ea34d/width=450/15726912.jpeg", "nsfwLevel": 1, "width": 1824, "height": 1248, "hash": "U48ErNgk00MIEEV?rC%N1Eu2[FQ-_MrLISB3", "type": "image"}, {"id": 15726938, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cf3a2a9-43c3-47e7-9b92-62e0aaaae1a5/width=450/15726938.jpeg", "nsfwLevel": 1, "width": 1824, "height": 1248, "hash": "UYIOLUspNtt7^-a{I.jGyWt7xHbaKcWVnPWW", "type": "image"}, {"id": 15726942, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4875c4b-9c61-4f14-bc15-6a43f884b729/width=450/15726942.jpeg", "nsfwLevel": 1, "width": 1824, "height": 1248, "hash": "ULJZb%-pv~wc}w-WNYX5-qo}wLw4Pnt7V@ay", "type": "image"}, {"id": 15726950, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd501cb1-ce7e-4178-9b5f-4fcef79715c2/width=450/15726950.jpeg", "nsfwLevel": 1, "width": 1824, "height": 1248, "hash": "UHF=v@M{0dkW~pICRj%M30S0=Ow}XeRQo4XN", "type": "image"}, {"id": 15726964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82f2dbf8-3fe0-4e12-a315-739952d76572/width=450/15726964.jpeg", "nsfwLevel": 1, "width": 1824, "height": 1248, "hash": "UKG[f_~DiFrV^l$%S@kSH[Q-jCxwS~M}rsaj", "type": "image"}, {"id": 15726982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d83dcc44-18dd-4c44-9264-5f75a8de4d05/width=450/15726982.jpeg", "nsfwLevel": 1, "width": 1824, "height": 1248, "hash": "U4BM-#re8y?W%oD+8~_1*ID*9Y%f-Z$l-EJ5", "type": "image"}, {"id": 15726990, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cbd4fe0-e008-4cbe-be35-df71490679d0/width=450/15726990.jpeg", "nsfwLevel": 1, "width": 1824, "height": 1248, "hash": "UIFY*nZ%9aM,~DRPD+Na.7StD*oM~V$jM{RR", "type": "image"}, {"id": 15727036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7dfff50-3b8c-4e2a-9ad7-4a1b415ed27b/width=450/15727036.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "UNH^klo$-poy$VO?o}s;.QtR%Mso}[o#NdR%", "type": "image"}, {"id": 15727045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba5b1597-f70f-49fa-817a-a315e32d8a5b/width=450/15727045.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "UCG94.?H0J5O~qpBDkMgCEWr$Srxy8-WM|I.", "type": "image"}, {"id": 15727052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91ec8a8a-a232-4b9c-a914-e059dd766b78/width=450/15727052.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "UIIN~=H@Dio}~A9bSxn,:T9Fb]s;.7IBngxv", "type": "image"}, {"id": 15727083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39fd26e3-7e8e-4ad9-bb9c-5fea9c9ad09b/width=450/15727083.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "U4B:1,-hIVV#O[$kJ#9[01xtwbNH|E%K=g-V", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/564542", "modelId": 507933} \ No newline at end of file diff --git a/datasets/metadata/564621.json b/datasets/metadata/564621.json new file mode 100644 index 0000000000000000000000000000000000000000..acd149148a792a2c64e42d00a18e479fe4bfa6b1 --- /dev/null +++ b/datasets/metadata/564621.json @@ -0,0 +1 @@ +{"id": 564621, "index": 0, "name": "Karen (Detnox/Sketchyboi)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-10T23:21:06.191Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["K4ren, peach skin, light brown hair, earrings, glasses, mole on cheek, green shirt, blue jeans, pearl necklace,"], "stats": {"downloadCount": 47, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 480514, "sizeKB": 13540.41015625, "name": "564621_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T22:51:49.271Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B55E0A72", "AutoV2": "8AC1D62FAE", "SHA256": "8AC1D62FAE00485EDE6C6875BA1172C44851821C8111EAD387E889824248348C", "CRC32": "5CB1E3C8", "BLAKE3": "F5B0204FACED8193B1F81E01AB61B979684CD1602CA9D63140BDFCD45F7EC0DD"}, "downloadUrl": "https://civitai.com/api/download/models/564621?type=Training%20Data"}, {"id": 480557, "sizeKB": 223103.68359375, "name": "Karen_DetnoxSketchyboi-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T23:20:54.401Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9AACC019", "AutoV2": "E985CEBF9E", "SHA256": "E985CEBF9E4185552A1104F24441C4E322CEA24741FDB0FC8B3E09BB3A103860", "CRC32": "6428225A", "BLAKE3": "0408ABD5622FD587EFA87DA0D0C3F1B4DB1240F6F83E65E45FCC4411E7A631CD", "AutoV3": "528087AEAC87"}, "downloadUrl": "https://civitai.com/api/download/models/564621", "primary": true}], "images": [{"id": 15341122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ba08e25-a159-46c7-a702-08bfaac2d244/width=450/15341122.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJLyH2}@6TIp0NI;xuJAxYNG%1$%-Us:bb%1", "type": "image"}, {"id": 15341120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f45af95-5805-45b3-aceb-5ca6feed7839/width=450/15341120.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNJHO9Ev=}-E~B-ANGNIsHRSouoyRpM}bXt6", "type": "image"}, {"id": 15341123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2dca53ca-c8f0-4665-bcd7-8b48618fee4e/width=450/15341123.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UYK]it}@0}OF0}S#-pbvShoz%2xu-oxtt7%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/564621", "modelId": 507999} \ No newline at end of file diff --git a/datasets/metadata/564632.json b/datasets/metadata/564632.json new file mode 100644 index 0000000000000000000000000000000000000000..e74e283b16346d94427efd0742c2ab2316503f28 --- /dev/null +++ b/datasets/metadata/564632.json @@ -0,0 +1 @@ +{"id": 564632, "index": 0, "name": "Pai Chan (Virtua fighter) Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-23T18:54:45.433Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["Pai Chan,1girl, female, Chinese clothes, black hair, brown eyes, twin braid, double bun, sash, "], "stats": {"downloadCount": 67, "ratingCount": 0, "rating": 0, "thumbsUpCount": 30, "thumbsDownCount": 0}, "files": [{"id": 480585, "sizeKB": 223101.15234375, "name": "Pai_Chan_Virtua_fighter_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T23:51:15.545Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2BE48A35", "AutoV2": "CA98C804DA", "SHA256": "CA98C804DA03B6034D4AC61608657F9658360FDC919251EA6181F86A8138C15E", "CRC32": "641950B2", "BLAKE3": "32C0B2BBC11C77F8C3A0BEE5289783941AE38C8F6F990B83F5066374FAA1C67D", "AutoV3": "C673F36D4FFB"}, "downloadUrl": "https://civitai.com/api/download/models/564632", "primary": true}, {"id": 480528, "sizeKB": 3442.4638671875, "name": "564632_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-10T23:01:06.918Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E4E6F3C0", "AutoV2": "C8734C369C", "SHA256": "C8734C369C65E3AC71A3EBD960D604C52AD694436CE2D695B41273BC71510086", "CRC32": "F60AF15F", "BLAKE3": "18465684441277BB4EDDB2AFD4EEE2563731509259A2DE78D7E9DF3243FC7C60"}, "downloadUrl": "https://civitai.com/api/download/models/564632?type=Training%20Data"}], "images": [{"id": 15354563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca2ae3f2-8abb-46f9-8a8d-baf1a2d44eea/width=450/15354563.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UQEe}g~V.7x]?vxuT0tRI[IpS6j]JCRjofWC", "type": "image"}, {"id": 15354561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/009aabfc-da7b-48ee-ae24-08471f096e2d/width=450/15354561.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UED+oF_3-:JC?^A0o#t8xZX9xvxZ5qT0xat7", "type": "image"}, {"id": 15354560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3031cfdf-7208-44b5-b295-8b215b533bae/width=450/15354560.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMEVjAK+KP?G_No~o#R-JDxabcNeE4xakWbI", "type": "image"}, {"id": 15354562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e864a99c-d74d-4d78-8267-0615110d48f7/width=450/15354562.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UIGI7W9]nM$j~orrEja$1N%gM|M{-m$%-UnO", "type": "image"}, {"id": 15354559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fed1732f-f23b-4e4c-81ad-5bc6f86f93ab/width=450/15354559.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UNGuUYJBT0%Np{ogXoR*pI%0XTIp9zNGxus8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/564632", "modelId": 508009} \ No newline at end of file diff --git a/datasets/metadata/564724.json b/datasets/metadata/564724.json new file mode 100644 index 0000000000000000000000000000000000000000..95ad25a644d3f92868d8c305d8c2791f0e19f2e4 --- /dev/null +++ b/datasets/metadata/564724.json @@ -0,0 +1 @@ +{"id": 564724, "index": 0, "name": "Anonymous8055's Style", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-11T01:53:42.972Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["muscle growth", "extreme muscles", "female muscle growth", "extreme breasts", "hyper muscles"], "stats": {"downloadCount": 75, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 480611, "sizeKB": 28649.57421875, "name": "564724_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T00:10:41.573Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FDD12DD9", "AutoV2": "633F051D78", "SHA256": "633F051D78A12B360B8DC5B7C2BF66D553C63C2A57C4D7518F3379A8D60E96BD", "CRC32": "8A40B6C5", "BLAKE3": "016742B5ED1DF27C21BCD843274834E69D0580D7D69C10F178C786C4B7CF6B0D"}, "downloadUrl": "https://civitai.com/api/download/models/564724?type=Training%20Data"}, {"id": 480742, "sizeKB": 223100.18359375, "name": "Anonymous8055s_Style-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T01:51:55.612Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3201EE8E", "AutoV2": "0FC15D8FE2", "SHA256": "0FC15D8FE2C8982D66F7B45368926B843B00643356D5442406297F7A4E0C9217", "CRC32": "4972C3AF", "BLAKE3": "365C1D1A26F55D6CFFC623D95B182A0D18C9857DEA6E5E0D841953A249688EED", "AutoV3": "ADC13029A0B9"}, "downloadUrl": "https://civitai.com/api/download/models/564724", "primary": true}], "images": [{"id": 15353513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e6070ba-9263-4483-bf14-6faf4479a045/width=450/15353513.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UYLyo{ogEQof~UtQV[t7Ehofx]of57j]x[of", "type": "image"}, {"id": 15353514, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7620cb0b-568b-4799-a602-3a18f139aaba/width=450/15353514.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UPNSmQt70es.^%fkD%jZ?^j[i_of00aeS~WV", "type": "image"}, {"id": 15353510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/966626dc-672c-4e3b-933a-bff33a1a7a52/width=450/15353510.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJF~En~q9tNHxvV@s-oeR*IUxZWV57oz?bof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/564724", "modelId": 508092} \ No newline at end of file diff --git a/datasets/metadata/564801.json b/datasets/metadata/564801.json new file mode 100644 index 0000000000000000000000000000000000000000..a486749ed99017d78debb428f4ef5b5b35c81334 --- /dev/null +++ b/datasets/metadata/564801.json @@ -0,0 +1 @@ +{"id": 564801, "index": 0, "name": "v1.5 Masked Loss", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-11T00:46:17.665Z", "availability": "Public", "nsfwLevel": 28, "description": "Just an experimental version to test masked loss. The result seems to be better than the original, it is less overcooked and the masked loss removed a bit of the overwhelming background.
", "trainedWords": ["lara_croft"], "stats": {"downloadCount": 94, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 480655, "sizeKB": 24402.67578125, "name": "data69BLara.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T00:41:17.023Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "632BBF2A", "AutoV2": "998F42451E", "SHA256": "998F42451E1A94096FC710666B8E32E97154D99CFAC9499A24B06F32745DCEFF", "CRC32": "CF520CF0", "BLAKE3": "755F99C1E22DC1F67DE4FD97EF463C0A1D50B5CA92F1FEEF34C116E6CD7F5CC2"}, "downloadUrl": "https://civitai.com/api/download/models/564801?type=Training%20Data"}, {"id": 480656, "sizeKB": 36976.4375, "name": "lara_croftV5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T00:41:14.179Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CB741BF6", "AutoV2": "60F4F87200", "SHA256": "60F4F872008A8DBA6ADCF0777DCDB42443856BECBEDC326EB57F8E9DC858D707", "CRC32": "7CA11A91", "BLAKE3": "09AA3FF20098BC7EACE07E9B0004E98AD8B956D93EAD64C7711C11717DD98736", "AutoV3": "01FA7660FC0E"}, "downloadUrl": "https://civitai.com/api/download/models/564801", "primary": true}], "images": [{"id": 15347497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06a01b80-efb7-457d-9820-72cd8113d229/width=450/15347497.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "U3A0L9WY0#?H?c%N0zE1R,JV0fw^01~WE29Z", "type": "image"}, {"id": 15347496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/758db4dc-938e-413d-8815-c7d397185e5d/width=450/15347496.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "U5C67H-;5U=|0g~AtR01#T0L0K-:00V@xa9a", "type": "image"}, {"id": 15347184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1669feb-b0af-4cb7-8026-361c8d42ac2f/width=450/15347184.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UCCr+jb^5R~C%h?H-p9]xuS$Xm%M0fxu?Ho}", "type": "image"}, {"id": 15347204, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab231874-a210-40e6-8383-7b546f6fce16/width=450/15347204.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UIC~bn~V%gaz%M-;kW%MkWt7xuW=X8NGWXs:", "type": "image"}, {"id": 15347210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa67d398-959e-4968-9630-a559ab71126e/width=450/15347210.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UEC?1K~B~qS$ER-:9vNJR59aInR-9tWBayt6", "type": "image"}, {"id": 15347420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/228c5c59-56aa-4ecb-b6cd-333bcd55c16e/width=450/15347420.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UBC$WS000z-U~W9Go#ad0Ln$~CE1E1ofxuM{", "type": "image"}, {"id": 15347480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72850a98-1e66-4e6f-8cdb-51bbc269b9cd/width=450/15347480.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "U5Bo?e5700^+_2jZ56t700oz~V%10eoyM|xa", "type": "image"}, {"id": 15347639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b1d51c9-bb0a-49fd-9251-f31add40fd15/width=450/15347639.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UAC6M,H=TL~VtnM_E3t70Kx]IoNH9Z-=o#M|", "type": "image"}, {"id": 15347690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc8732f2-41b5-476a-89c2-680f87e50085/width=450/15347690.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "U8CiR7~BTz0M0Oofxc~VV@RkE1574.Iq$fR*", "type": "image"}, {"id": 15347692, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53b8ffa5-9503-44e0-b909-80a67a08ebb0/width=450/15347692.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UGDli~58%h~Bca?G%NE1?bIUI=xDI@nNt8Rj", "type": "image"}, {"id": 15347908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7b8734d-2a7c-4e38-8085-3cc61bf1a32d/width=450/15347908.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UJDSdz.TJX%OWE$%xuIp#+MwIot757WB-poz", "type": "image"}, {"id": 15347901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5a46753-51c5-4308-9980-3198fe5d2898/width=450/15347901.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U6CiaW56yYnO0e~W009t$+IATKRP00-oR5I;", "type": "image"}, {"id": 15347905, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6f58e50-a604-4c52-b090-d7a4c8ba8555/width=450/15347905.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "U7B{o#?v019t.9tSSi%200xb~Wxv4:S5-;?H", "type": "image"}, {"id": 15347896, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c026c9f4-86f9-4d94-9d09-38fe0a9e989e/width=450/15347896.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UGDlNK4.kr^+~WD%S3%M%MIoNaozNxn$%2S4", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/564801", "modelId": 161778} \ No newline at end of file diff --git a/datasets/metadata/564872.json b/datasets/metadata/564872.json new file mode 100644 index 0000000000000000000000000000000000000000..50d83c247a0072a261f807a484a3e8be29551d61 --- /dev/null +++ b/datasets/metadata/564872.json @@ -0,0 +1 @@ +{"id": 564872, "index": 0, "name": "Snorlax", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-11T03:08:08.567Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 27, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 480711, "sizeKB": 1265.294921875, "name": "564872_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T01:30:50.015Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "D0420E7AFF", "SHA256": "D0420E7AFFA7D40F5513823A25D4A8B324559641A5E2B67667DBC2A909230267", "CRC32": "72AAC7BC", "BLAKE3": "591F9F55FCF4D60DD819B8C5190D8DFF1CC6BAEBCE66B0DA6F90AB7685D6FE6F"}, "downloadUrl": "https://civitai.com/api/download/models/564872?type=Training%20Data"}, {"id": 480879, "sizeKB": 223099.41015625, "name": "Snorlax.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T03:10:52.247Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E98F3208", "AutoV2": "B9D55B2B0B", "SHA256": "B9D55B2B0B3D809CE487199D629458BFEC3F18C8539B876FC2905193BD902359", "CRC32": "07DD6C5E", "BLAKE3": "8265D64C767AD2132FB05BCE4BD4293FC6F22BEDB0D451676531FAC3EC389946", "AutoV3": "F9460E38A72B"}, "downloadUrl": "https://civitai.com/api/download/models/564872", "primary": true}], "images": [{"id": 15360290, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/134cc795-945a-498d-8060-aed77f1de8e9/width=450/15360290.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7KL5LNLDOE1000M=_EKtlEl~W%gyY?b4:_2", "type": "image"}, {"id": 15361400, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5861e530-19c4-4f2a-8d46-b664b82efb5c/width=450/15361400.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEHBr90h00~Ux_%1$*589xxF^%Ip~9M|Na?F", "type": "image"}, {"id": 15361073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8949b4e5-34fc-4897-863b-7491a9dd2df2/width=450/15361073.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "USH{7u?aJEIp~qRkkCn$S%Rj-.s.ozayRjWC", "type": "image"}, {"id": 15361399, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64d89c56-7e76-4e12-8a34-2977b372e273/width=450/15361399.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UAGR|+^*009G9vR*~U-pR~Rj%LbI~Ujb9HM|", "type": "image"}, {"id": 15362406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b77742a5-81e2-43f1-8c59-cd605e3f7c25/width=450/15362406.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "USGS7F-:IUW;~pt7WBt6bIt7agWBWUofWBRj", "type": "image"}, {"id": 15362407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f20208a0-6296-4caf-835e-6a39120311e5/width=450/15362407.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "USHn~HM|M^s:~ojaRPRk${xaWCaz$|RkIp%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/564872", "modelId": 508231} \ No newline at end of file diff --git a/datasets/metadata/564885.json b/datasets/metadata/564885.json new file mode 100644 index 0000000000000000000000000000000000000000..3c7adea90485516d08efc4140733b64da93816ef --- /dev/null +++ b/datasets/metadata/564885.json @@ -0,0 +1 @@ +{"id": 564885, "index": 0, "name": "Robin Fire Emblem - Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-11T07:34:33.031Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["1girl, solo, long hair, twintail, robe, medium breast, grey eyes, "], "stats": {"downloadCount": 124, "ratingCount": 0, "rating": 0, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 480733, "sizeKB": 3822.15234375, "name": "564885_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T01:46:30.520Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8D488059", "AutoV2": "20B4993FA3", "SHA256": "20B4993FA332C4EF810867A48118DE5FC2C30B2E912BC162A48824E738674F04", "CRC32": "DCC5FC41", "BLAKE3": "538DC68C309A9C1EB075E5FA29E5083257900164C8F95EDAFE30B8F2A16E624E"}, "downloadUrl": "https://civitai.com/api/download/models/564885?type=Training%20Data"}, {"id": 481147, "sizeKB": 223102.49609375, "name": "Robin_Female_Fire_Emblem_Awakening.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T06:07:09.802Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CCF7124B", "AutoV2": "BAEC7A0825", "SHA256": "BAEC7A08253B1ACAA3E1C582121CF5D01BA05C7CF2F0CC267271CBD45B6B5A47", "CRC32": "BCD21166", "BLAKE3": "263C23B5F581327BA27FAAFA2B84D8617DEF0517AFAFC1C399B208CAA3ABC47D", "AutoV3": "D90277498FE0"}, "downloadUrl": "https://civitai.com/api/download/models/564885", "primary": true}], "images": [{"id": 15397507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3efca2de-3a24-48a0-88ec-be22872b46ef/width=450/15397507.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDF5gaE3EQS$?dRj01%157xaROofIUofxCRk", "type": "image"}, {"id": 15397503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4f738cb-4b64-4eb7-abf0-769e5c1214fc/width=450/15397503.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U7Fh#NrXTLtRt:?H00NG01Xnro0LRPxuxCMx", "type": "image"}, {"id": 15397490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d23649fc-1d26-46d2-ba90-dc471f4fcd34/width=450/15397490.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UUGReu~Vob-p^+t8NGbIRkoLs.xaIoRjNGWB", "type": "image"}, {"id": 15397491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06305e92-ffaa-450a-9778-7dd63f103daa/width=450/15397491.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UaGI4N~VNZoy_2-:k9t7R,a#ofxaR*R*RkWV", "type": "image"}, {"id": 15397509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f78bb494-2c0c-40e7-be4b-c7f939f89940/width=450/15397509.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UWEL,6%gIpW=_4XTNGogtTogaet6XAWXM{Rj", "type": "image"}, {"id": 15397510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f49b1da7-736b-47a9-9353-a5d6f35362fe/width=450/15397510.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "USF5z0?cNaR,?wT1WXs;o~kDoJs:R.R*RPRj", "type": "image"}, {"id": 15397511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba245664-6a6e-4382-a3fd-3e10d95c29ad/width=450/15397511.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UPGRuQ?c9^EO?wNzt8fm%NRlE1V@t8s:ITM{", "type": "image"}, {"id": 15397513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12925782-90c8-4046-995e-6c2254107a5c/width=450/15397513.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UPIEeT_358NHlVkXo~t7tnt7RPoe%Nt6IUV@", "type": "image"}, {"id": 15397514, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3fe8550-0452-4613-8e52-f96344fa1522/width=450/15397514.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UYGuRZx^9uNI.TS%xuogI]R+xZt7o~s:MxRj", "type": "image"}, {"id": 15397494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78a7ebd0-cc87-4d6c-8e34-7067fbb4c806/width=450/15397494.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UIFhn*Rj9Y_2J:^kxGM|~VoL0K%LNbR%xDo0", "type": "image"}, {"id": 15397508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccd49f37-a0ea-4f73-8a83-f5372b777bb1/width=450/15397508.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "USIg}:~p4.M{.8?at6W;xYxuXTazShbHt7xu", "type": "image"}, {"id": 15397520, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0f7b722-65cc-4dba-9154-1b87e14733b8/width=450/15397520.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UUIqGq~V9tNG?b%Ms9jZXSt7f6oLS2WBaebH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/564885", "modelId": 508241} \ No newline at end of file diff --git a/datasets/metadata/565005.json b/datasets/metadata/565005.json new file mode 100644 index 0000000000000000000000000000000000000000..0f5382c224f676b632418e51cf4906890b7d1933 --- /dev/null +++ b/datasets/metadata/565005.json @@ -0,0 +1 @@ +{"id": 565005, "index": 0, "name": "Alice / I\u2019m the Max-Level Newbie", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-11T06:26:40.014Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": ["aalice,white hair,long hair,red eyes,"], "stats": {"downloadCount": 123, "ratingCount": 0, "rating": 0, "thumbsUpCount": 30, "thumbsDownCount": 0}, "files": [{"id": 481142, "sizeKB": 223104.33203125, "name": "alice-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T06:06:33.082Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "707A3083", "AutoV2": "06112646C9", "SHA256": "06112646C9FA02011893A3744825CB58D5FA4D67E4A456F3B7AD87EFB139427C", "CRC32": "086B3F36", "BLAKE3": "2D4FD6CD356114C27167FBA3366C05C5FE3B7FD2BA89BE10141A19FF9B54DF0F", "AutoV3": "EC7744AA9D07"}, "downloadUrl": "https://civitai.com/api/download/models/565005", "primary": true}, {"id": 481174, "sizeKB": 87980.5654296875, "name": "564920_training_data (1).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T06:30:55.182Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "61B48EE7", "AutoV2": "8D36100E17", "SHA256": "8D36100E17269D84D5DBB5483CE70AA9EFD44A3F988A88F7816771F60C8BD0F8", "CRC32": "FFA6B324", "BLAKE3": "6FE58C4AD81C3DDF48B561ADDA3C416177BCD24AA38A2813DE1BA57E64450272"}, "downloadUrl": "https://civitai.com/api/download/models/565005?type=Training%20Data"}], "images": [{"id": 15376525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ced15977-5294-4ff2-87ae-c2f632013043/width=450/15376525.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U8Av:^4;8_-p?wt7019aIU-:VsD%4:-ot7V?", "type": "image"}, {"id": 15376554, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9de31965-954d-41c9-b13e-627378aa613f/width=450/15376554.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAE{CD%M00~B?vsl9FIV009ao}IqDh%M~Vax", "type": "image"}, {"id": 15376560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bfd2cf4-d4e1-4e04-babc-6b7d47eaf7c8/width=450/15376560.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBC~-mn300WA_49a0Kxv4:%MRj%2RP-U%2M_", "type": "image"}, {"id": 15376661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/749a5023-6acf-49d0-88b0-03987cf95201/width=450/15376661.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UGGu|DIU0XkE1Ut7ETo}I]ofm*M{?cjt%0xu", "type": "image"}, {"id": 15376689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11680cb8-b41f-406a-b47d-bd3a502c0900/width=450/15376689.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UQHoF0~q01t79FD%IURjkWR*nhofM{xuxuRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/565005", "modelId": 508349} \ No newline at end of file diff --git a/datasets/metadata/565050.json b/datasets/metadata/565050.json new file mode 100644 index 0000000000000000000000000000000000000000..84157c7832b53165d9678fdad987cff05778f569 --- /dev/null +++ b/datasets/metadata/565050.json @@ -0,0 +1 @@ +{"id": 565050, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-11T03:06:27.153Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 123, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 480877, "sizeKB": 6749.9833984375, "name": "Cecilia_Irene_0079.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T03:05:47.696Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4DFFC113", "AutoV2": "D2E7A7F9F8", "SHA256": "D2E7A7F9F89B2644BEF347C5158EA4552867DBE1E9126BD8D1E487146516E722", "CRC32": "187671FA", "BLAKE3": "DB06EB312130D98A76E0ECBED8496EA4F1BBC6D400CE2655E268F28F77EDD0C0"}, "downloadUrl": "https://civitai.com/api/download/models/565050?type=Training%20Data"}, {"id": 480878, "sizeKB": 22236.08984375, "name": "Cecilia_Irene_0079-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T03:05:51.980Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3CAC82D7", "AutoV2": "20BA2293EC", "SHA256": "20BA2293EC406F29FDE63F0C7EECC1B3757415181B89F2C031832FB2511D6F9F", "CRC32": "65156FAA", "BLAKE3": "BA6F9C2E8105C4EFA1047EAB1EDF9D9059002D3D5659ECBF450491EB1D312B4F", "AutoV3": "720985097234"}, "downloadUrl": "https://civitai.com/api/download/models/565050", "primary": true}], "images": [{"id": 15360094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e795bb4-ce38-4234-bc2e-4bfff7203370/width=450/15360094.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHL2@xWB00agyWfk4oofr=ofM|Rk~AaytRoL", "type": "image"}, {"id": 15360095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c9f7c46-10f2-455c-a9bc-2775ee9368d5/width=450/15360095.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHL2@xR*00agyWfk4oofr=ofM|Rk~AaytRoL", "type": "image"}, {"id": 15361562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c621df26-cfae-487f-8f3f-89fcdf05edb4/width=450/15361562.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URLovH_2Eg%2~p%MIpxtOEoeRQba=_xaR-V[", "type": "image"}, {"id": 15377063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a97cb5de-ba0a-4137-95c7-2f1a42493214/width=450/15377063.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEN]@D5P3U9s7#8_9HrX9w^Pw}Mx~WIn-pNG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/565050", "modelId": 508391} \ No newline at end of file diff --git a/datasets/metadata/565217.json b/datasets/metadata/565217.json new file mode 100644 index 0000000000000000000000000000000000000000..efdff4bb6f5699ac90f071d12d46cb7d0806206e --- /dev/null +++ b/datasets/metadata/565217.json @@ -0,0 +1 @@ +{"id": 565217, "index": 0, "name": "Digby (Animal Crossing) - Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-11T05:41:43.455Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 38, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 481108, "sizeKB": 223100.58984375, "name": "Digby_Animal_Crossing_-_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T05:40:59.950Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "872AC2E1", "AutoV2": "F2E4530B35", "SHA256": "F2E4530B35C47534EC2E01ACA1826089B183ADACBA912F965F391271A69A7CCD", "CRC32": "9B26C39E", "BLAKE3": "7AA43C336B56BC6830785507824949E011ED84196CF1C9202509806B5F43FD79", "AutoV3": "C3650E2227ED"}, "downloadUrl": "https://civitai.com/api/download/models/565217", "primary": true}, {"id": 481052, "sizeKB": 19943.1181640625, "name": "565217_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T05:01:24.550Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E5DBC001", "AutoV2": "EF8CE0BD72", "SHA256": "EF8CE0BD727CF14CCC3209BD78F289030F0B29395101A41D775818865805F0E9", "CRC32": "3727DCD2", "BLAKE3": "471548DD221A52DCCCB56117CAA30C14B92FA279A9FF3AB5EF85AAC7237F436A"}, "downloadUrl": "https://civitai.com/api/download/models/565217?type=Training%20Data"}], "images": [{"id": 15372852, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84848a11-a3e3-49cb-9833-2104cf9d2a62/width=450/15372852.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UuM%D%%M_NV@?HR*Nbs:tljai_kBbaadenbb", "type": "image"}, {"id": 15372854, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95bf77a5-4644-4e58-bc78-0e68cc93159a/width=450/15372854.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UgO:66%M?^e-%Mt7ogRPtSRjjEf+xZWCWBay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/565217", "modelId": 508550} \ No newline at end of file diff --git a/datasets/metadata/565230.json b/datasets/metadata/565230.json new file mode 100644 index 0000000000000000000000000000000000000000..5cb74aaab9799dfb25fc5a5d57e669d732f364d9 --- /dev/null +++ b/datasets/metadata/565230.json @@ -0,0 +1 @@ +{"id": 565230, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-11T04:56:14.429Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 117, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 481050, "sizeKB": 6600.9775390625, "name": "Zenna_Zabi_0079.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T05:00:52.957Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5BF3B340", "AutoV2": "7E106C1E18", "SHA256": "7E106C1E183EBAF537A43D6D7C390BF0BB6B425A2CA04E0F2BEFBCC31589B155", "CRC32": "7480ED18", "BLAKE3": "86EB16E16A0F79B337F6104ABFB097965DD8654BA72EDC7ACE5F744093183EAA"}, "downloadUrl": "https://civitai.com/api/download/models/565230?type=Training%20Data"}, {"id": 481051, "sizeKB": 22235.19921875, "name": "Zenna_Zabi_0079-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T05:01:14.960Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "349CA8D8", "AutoV2": "938F91AA12", "SHA256": "938F91AA125ADDCBB7BE9B8CC357A7AE89536610EEED790B7A81AEAECCFD7140", "CRC32": "591CFB6B", "BLAKE3": "1B0C28B8D5E12C0C34AD04854E020C6AE4C11151D039B89320E7EA66DB31A51E", "AutoV3": "F7739C651F67"}, "downloadUrl": "https://civitai.com/api/download/models/565230", "primary": true}], "images": [{"id": 15369544, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc132155-5eb8-4321-a360-c330a34cc119/width=450/15369544.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UlO:nkogyFt7~Uofx^ofozfQaKayIqayM{ay", "type": "image"}, {"id": 15369545, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edb8af39-f172-490e-9b74-e6b5805aaec5/width=450/15369545.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UmO:nlogyFt7~Uofx^ofozfQaKazIqayM{ay", "type": "image"}, {"id": 15369908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78c7228e-7dd2-4e06-a030-5e0a2afc0269/width=450/15369908.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcP%6MRk?wxu~AxtpJoyWARjM}Rkxus:n%t7", "type": "image"}, {"id": 15377055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78a57ff6-6c0c-4ba1-bb03-ce52e6136aee/width=450/15377055.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNNcc#0M5QwJn19GEMoz0KM|%MX9~WShMznh", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/565230", "modelId": 508564} \ No newline at end of file diff --git a/datasets/metadata/565290.json b/datasets/metadata/565290.json new file mode 100644 index 0000000000000000000000000000000000000000..9795d5a002bb631b1a6737bf6e04f46946d72c8b --- /dev/null +++ b/datasets/metadata/565290.json @@ -0,0 +1 @@ +{"id": 565290, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-11T05:47:51.007Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 126, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 481116, "sizeKB": 5103.1494140625, "name": "Monique_Cadillac_MSIGLOO.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T05:51:17.464Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8F937E26", "AutoV2": "2C8F10E9C8", "SHA256": "2C8F10E9C839550BC12C533D326B7E814DA05D9943FCBB18040A2C951D779A91", "CRC32": "387D4D79", "BLAKE3": "5CE9138F7E98B2846AA6A5F31CB154E5B3D5794EBE88FD43B78F4FEC2313F6C7"}, "downloadUrl": "https://civitai.com/api/download/models/565290?type=Training%20Data"}, {"id": 481117, "sizeKB": 22235.66015625, "name": "Monique_Cadillac_MSIGLOO-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T05:51:19.250Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A4003F47", "AutoV2": "44B3DEF96B", "SHA256": "44B3DEF96B7E56973A682BFF41661F7FAC9530B0DA97D0BF7F33B5821BDE5814", "CRC32": "20ABA861", "BLAKE3": "EF6FDB28576C3ED106260C966D8732F49A233AB7E94A22354FA668CFE4808DF9", "AutoV3": "EC89CD306BDA"}, "downloadUrl": "https://civitai.com/api/download/models/565290", "primary": true}], "images": [{"id": 15373389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fec686b-48e5-4487-9f2e-c7ba703e6b03/width=450/15373389.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U.N,0vt7%#jF_Nofx]ayIUayWBjZRPays.j[", "type": "image"}, {"id": 15373388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/053a31df-3cd5-494b-92ee-c4976d88e9c7/width=450/15373388.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U.N,0vt7%#jF_Nofx]ayMxayWBjZRPays.j[", "type": "image"}, {"id": 15374332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/055ea54d-8724-48bd-9d5d-bbf28117bc62/width=450/15374332.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UpM%D.s:_Ne:~qx]x]RPozRiWBoLMxofoyoL", "type": "image"}, {"id": 15377032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17932d16-3fa7-402b-918f-1b1627d22a33/width=450/15377032.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOLD46~p0~_20f$*OXX84oD*sTIo%2xZofxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/565290", "modelId": 508621} \ No newline at end of file diff --git a/datasets/metadata/565376.json b/datasets/metadata/565376.json new file mode 100644 index 0000000000000000000000000000000000000000..c19ae84ee3953fd3ea0a89279524c50c91b05b05 --- /dev/null +++ b/datasets/metadata/565376.json @@ -0,0 +1 @@ +{"id": 565376, "index": 0, "name": "Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-11T07:02:39.316Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["sausage", "wiener"], "stats": {"downloadCount": 33, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 481229, "sizeKB": 223101.75390625, "name": "Sausages.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T07:05:50.283Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E990F694", "AutoV2": "F7C349F958", "SHA256": "F7C349F9588D1E6072B98A33E57AD3CB455A93447DCC926C594905E1FAD0C50C", "CRC32": "FF946A35", "BLAKE3": "9219AA25A87ED16CAF224DB88C6E0AA8B21DCBEEE7861979B149232343DD6D17", "AutoV3": "734A1BB532DD"}, "downloadUrl": "https://civitai.com/api/download/models/565376", "primary": true}, {"id": 481226, "sizeKB": 8408.6455078125, "name": "560816_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T07:06:19.805Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4BAD4879", "AutoV2": "5A8FA25F60", "SHA256": "5A8FA25F60770BB73FEA8233E302426DC14B200B37327CF81ECDE3D9D80B6A52", "CRC32": "B2A0D4D5", "BLAKE3": "801F1AB7DCA864BB360A1B33DE97D34CB30917E6923515A1DCF6585165E352E3"}, "downloadUrl": "https://civitai.com/api/download/models/565376?type=Training%20Data"}], "images": [{"id": 15379528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/021e2ed2-32bd-45fa-9f69-9e223dfc7cfa/width=450/15379528.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "U3E1jb0021#Q=aOY=Z$i0D^3}AS4^3j[$fn%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/565376", "modelId": 507666} \ No newline at end of file diff --git a/datasets/metadata/565585.json b/datasets/metadata/565585.json new file mode 100644 index 0000000000000000000000000000000000000000..bdbc154a48f1208e4f46d56614007200c1c5a789 --- /dev/null +++ b/datasets/metadata/565585.json @@ -0,0 +1 @@ +{"id": 565585, "index": 0, "name": "Dracozolt (Pokemon)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-12T04:43:18.253Z", "availability": "Public", "nsfwLevel": 28, "description": "V1.0
", "trainedWords": ["Dracozolt", "bottom heavy", "Pokemon"], "stats": {"downloadCount": 89, "ratingCount": 0, "rating": 0, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 483221, "sizeKB": 223103.35546875, "name": "Dracozolt_Pokemon-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T04:35:56.140Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE9BBB13", "AutoV2": "C9F9D11774", "SHA256": "C9F9D117749B4A7D20A3C2939DD7ABACC876A3DAAE2020F3187541DC28CCAFDA", "CRC32": "376AF0A9", "BLAKE3": "1ACEB2D1DA527D217EEF274C62A060B1585E561AA5447626B4D877CD71D9D844", "AutoV3": "2424AD6E740F"}, "downloadUrl": "https://civitai.com/api/download/models/565585", "primary": true}, {"id": 481607, "sizeKB": 4905.9462890625, "name": "565585_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T11:47:16.302Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "86C49C8D", "AutoV2": "BB73455A21", "SHA256": "BB73455A21F500EA6164F5BDBB30B87928639FE7C353ABC0A28CE9F5C92F5B12", "CRC32": "F30E1240", "BLAKE3": "274EE0159CB25B3728A29EE8816ED4601474921BA7189EF7B806F88728BA0F05"}, "downloadUrl": "https://civitai.com/api/download/models/565585?type=Training%20Data"}], "images": [{"id": 15491195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93d60e4e-1f1c-4ff8-8261-61db77cb3d95/width=450/15491195.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "URGARlR.t.$w.A-pNMwG%gcFM{n}4;Vraho#", "type": "image"}, {"id": 15491839, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3611fa7f-216f-4cd4-a260-7f10c9f54908/width=450/15491839.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UQGS.8.m-qIuCSK69bxbxdt6IUa1%3Vs-.xu", "type": "image"}, {"id": 15491194, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b431260-2ce5-4380-a8da-7c03ffa3a930/width=450/15491194.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "ULKnhspw.8OsLg^js;tR^%=x02ofK%9awut6", "type": "image"}, {"id": 15491193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bfa3a20-bb6c-4fbf-abea-1f37b48579ea/width=450/15491193.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UPGTa1OspdWGY8RkRoWY?vofn4XT15RjX9SM", "type": "image"}, {"id": 15488290, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b02f463-6c45-4b66-af65-5dae60958bf7/width=450/15488290.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEF?CBkn=*j1^Nt6I^RW}]s.5QI;%3V@R+s;", "type": "image"}, {"id": 15488285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28d98418-b060-4525-8701-e35d792f08ca/width=450/15488285.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UKI}#0%h-sxm~UM|E3${?bRQE1t3EKoz-BSg", "type": "image"}, {"id": 15499545, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08fe714d-da1b-43c0-8838-78df91f6e739/width=450/15499545.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UhG0wj.8ohoepykqo#jFXpRjIoV@5DRjk8xt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/565585", "modelId": 508897} \ No newline at end of file diff --git a/datasets/metadata/565871.json b/datasets/metadata/565871.json new file mode 100644 index 0000000000000000000000000000000000000000..b722f708f8aff3cd747e175c5e8bef060168488a --- /dev/null +++ b/datasets/metadata/565871.json @@ -0,0 +1 @@ +{"id": 565871, "index": 2, "name": "Maizy", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-12T13:23:58.478Z", "availability": "Public", "nsfwLevel": 23, "description": null, "trainedWords": ["Mouse", "glasses", "Maizy", "skirt"], "stats": {"downloadCount": 87, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 481724, "sizeKB": 80090.892578125, "name": "565871_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T13:02:33.530Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "36EE219D", "AutoV2": "6DDA6365A3", "SHA256": "6DDA6365A3CCB387C3F1172A34F73C476A15A0A9A2787B9D0BD0E557F440452F", "CRC32": "1E265FDB", "BLAKE3": "0276F883D701186BAFA1377361D764904A58B273CFD0F0DAAB7F8230596D82F4"}, "downloadUrl": "https://civitai.com/api/download/models/565871?type=Training%20Data"}, {"id": 483773, "sizeKB": 223100.79296875, "name": "Maizy.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T11:40:53.303Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "25E9973F", "AutoV2": "7D7C46E86F", "SHA256": "7D7C46E86F689BB4AA1A2A4379307EE1D9D9F88A2657B1645DC20A747CA4CABD", "CRC32": "B305238C", "BLAKE3": "90EB082DA1AFAF7FD8362DFC4E382C79ECCD696D27DE8F92AF10E43846ECC954", "AutoV3": "63CA79513171"}, "downloadUrl": "https://civitai.com/api/download/models/565871", "primary": true}], "images": [{"id": 15523573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0a46810-a873-4ef2-bcdb-d7931b9b4e52/width=450/15523573.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1600, "hash": "UILDL|9b~I?G0n%05SNI03NLA1xV0VIp$|xa", "type": "image"}, {"id": 15524318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5483e2bd-9371-4efe-8a80-ef1372e582c8/width=450/15524318.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1600, "hash": "UCE_LbVt0P-.{=xv$-M}7[bVV=xIG2V@Fob0", "type": "image"}, {"id": 15525216, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72d8136f-96d3-4034-be93-c1df1d5c9803/width=450/15525216.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1600, "hash": "U8D,M@nB8_IUxx}?%~E15i4;?Hxu00OUI:xa", "type": "image"}, {"id": 15525817, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f13dc875-d3ae-4d49-a5b7-7541e5179575/width=450/15525817.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1600, "hash": "UOF*7Rt2uM^jUaR5EkVYIps:xuX8XlV[o}Wp", "type": "image"}, {"id": 15527193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81620cdd-b77c-422b-b99a-523c68590be1/width=450/15527193.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1600, "hash": "UaD,QRozNeR+lCt6x^bIwaWqo$ofDOs:n$ax", "type": "image"}, {"id": 15530214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b082b5c7-3705-4b5b-91fc-767d601b772e/width=450/15530214.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1600, "hash": "U8F=~uUb9p-:}jE}^~=e00E2?cxa060y5Y#r", "type": "image"}, {"id": 15531885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09a9bba9-b096-409c-b89e-f024fe9d2320/width=450/15531885.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1600, "hash": "UnGl*3?]oxnOyDX,OBi_NaS2xtxaX8j[RjV@", "type": "image"}, {"id": 15531946, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2cf79ae-6352-46ab-8ec2-b26d212474eb/width=450/15531946.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1600, "hash": "UIDcaa?wI@~V.9TLJCxDE3o~-pRjbbM|RjbH", "type": "image"}, {"id": 15532824, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/034d7712-e1fe-49f9-a5ce-63ae970633d1/width=450/15532824.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1600, "hash": "UeIORg~ps,r=.7kqNur?bvX8xtxttRS2M{WB", "type": "image"}, {"id": 15533150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65b6470a-2bdd-4c57-9aab-d9779e79a61b/width=450/15533150.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1600, "hash": "UcIX{j.T$zvz~VOYW:WAW.IVxZtR%MNJRPjF", "type": "image"}, {"id": 15585957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9138dc68-4c27-4d0a-8c0b-267591d74182/width=450/15585957.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1600, "hash": "ULIOC58{_M$i~q01OYVs00-VR*NG00WXRjof", "type": "image"}, {"id": 15586219, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a39a1a15-c9f8-4438-9159-a2eaf82cb273/width=450/15586219.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1600, "hash": "U6EB$[WBnf~p~VWn5Q=|00s:0MD%,C4:IVIp", "type": "image"}, {"id": 15739458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b32a6cb6-5e25-47bb-a418-d20c5acd16c6/width=450/15739458.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1600, "hash": "UGD1HUn25jyXLN-jghoz^PV@BWiw8wIV%NrD", "type": "image"}, {"id": 15739470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a08d139-74c8-4998-9083-f6e47f211948/width=450/15739470.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1600, "hash": "UDDTkmC95Q#8C8,[?v4:L2%1pJxH?wIoJBw]", "type": "image"}, {"id": 15739441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/046dde16-0d5d-4ed9-b24b-0ca50c40445c/width=450/15739441.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1600, "hash": "UBG9T|-;D~%f~XgOyWM_,mn-ESnQHXv}9wxI", "type": "image"}, {"id": 15739431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/075b4658-a063-4f67-bfdd-9cec0b060d68/width=450/15739431.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1600, "hash": "U8FiPz^kLgQmB=-oPo-V=|w[kCD%qZ000Kwc", "type": "image"}, {"id": 15739655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b92efe54-984f-4897-8557-0acaaf299e0c/width=450/15739655.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1600, "hash": "UBJQ$A~T9WIT02$_A2%L04039HR;.4xt}*s8", "type": "image"}, {"id": 15739669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/605d5bea-172b-4b65-8f60-aa36854e2012/width=450/15739669.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1600, "hash": "UPJtn*~T9ZtT02M%t8t258f$IWNG%JWTxtoM", "type": "image"}, {"id": 15739676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/faffc292-b348-4119-aae8-92a9f281fbad/width=450/15739676.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1600, "hash": "UBG+aTq^0M%Y00OZ9Gpa00=|KiZ$}]9F?G-V", "type": "image"}, {"id": 15739710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05a0df21-abc7-481f-b6c7-365eea3c7e57/width=450/15739710.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1600, "hash": "UAI5be020cK0x0Q;W0IS01IV_MM+_L4o-{%6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/565871", "modelId": 509161} \ No newline at end of file diff --git a/datasets/metadata/566019.json b/datasets/metadata/566019.json new file mode 100644 index 0000000000000000000000000000000000000000..87515a42230d1410035c8c1d5b69680b69f09c04 --- /dev/null +++ b/datasets/metadata/566019.json @@ -0,0 +1 @@ +{"id": 566019, "index": 0, "name": "legs up missionary", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-11T14:48:17.584Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["1girl, 1boy, legs up, legs grap, sex"], "stats": {"downloadCount": 1432, "ratingCount": 0, "rating": 0, "thumbsUpCount": 215, "thumbsDownCount": 0}, "files": [{"id": 481838, "sizeKB": 678.8359375, "name": "566019_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T14:06:30.146Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "B142015F04", "SHA256": "B142015F04D325A5C3768AB78F85A7057D0301EC8FFB9FDE787B7438226A5364", "CRC32": "04F26FAB", "BLAKE3": "98C14A8F0FD4AB47F708BD9EDC0EF0807900F0DA465C0D1D7208148BE547A536"}, "downloadUrl": "https://civitai.com/api/download/models/566019?type=Training%20Data"}, {"id": 481931, "sizeKB": 223099.09765625, "name": "legs_up_missionary-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T14:51:36.986Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AC9A726D", "AutoV2": "259B85FB4E", "SHA256": "259B85FB4EE87A72BE7EE2CB8DABD9822B6D8A90F697B7A389EC0608F912FE33", "CRC32": "CB3705DA", "BLAKE3": "EC29F0747855CE86903CF48B956E2CFFC1A16442E8501682514BE388309225CE", "AutoV3": "134A7EF34B70"}, "downloadUrl": "https://civitai.com/api/download/models/566019", "primary": true}], "images": [{"id": 15418136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22c4686e-8f3a-44db-91b3-f9ffe66263ae/width=450/15418136.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJLf?u%20KNH9as:-;Na00aekqRk~pbHniWB", "type": "image"}, {"id": 15418138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1ea763f-88d9-4231-9713-23e87aa2e525/width=450/15418138.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDJ@Xo0L9Z-UT1I:~Voz00WByD?a.7RjRkMy", "type": "image"}, {"id": 15418137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da66d162-bd9a-4c64-8adf-cbab5a668dd5/width=450/15418137.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFKTrb0Le:%1JV9t~Wxb9FIVcD%1?a9ZR69Z", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/566019", "modelId": 509302} \ No newline at end of file diff --git a/datasets/metadata/566046.json b/datasets/metadata/566046.json new file mode 100644 index 0000000000000000000000000000000000000000..8aaafa6682f920d0737b944a5116164c6fffa798 --- /dev/null +++ b/datasets/metadata/566046.json @@ -0,0 +1 @@ +{"id": 566046, "index": 0, "name": "Sunset boulevardez", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-11T14:56:23.620Z", "availability": "Public", "nsfwLevel": 1, "description": "Sunset boulevardez she is tall and has brown hair and brown eyes. She wears golden triangular earrings with matching bracelets on her left wrist, a red sweater, tight maroon pants and red high heels
", "trainedWords": [], "stats": {"downloadCount": 29, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 481880, "sizeKB": 2169.62890625, "name": "566046_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T14:23:05.832Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7154437B", "AutoV2": "649B954EFA", "SHA256": "649B954EFAB01391C25DAA20F29FE6141E29FE5E7595A94191AC61C1AFFA432D", "CRC32": "36923296", "BLAKE3": "2D607D1F0A691A8FDDD9A5E4E0FBBEF52FA74E547501886D0DC2003CE2434E93"}, "downloadUrl": "https://civitai.com/api/download/models/566046?type=Training%20Data"}, {"id": 481927, "sizeKB": 18545.46875, "name": "Sunset_boulevardez.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T14:46:22.133Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "DD4E60F878", "SHA256": "DD4E60F87826A4D8AA048B0701AD32A65669762F530B949A48D9FCCCF8F456C1", "CRC32": "6AD9E2BB", "BLAKE3": "DE92DE15EA6926C2CEB029325BCD35BBB7AB60602465AFAB4D48CE02D99E7922", "AutoV3": "E27530CD5FD5"}, "downloadUrl": "https://civitai.com/api/download/models/566046", "primary": true}], "images": [{"id": 15418541, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0f2d977-ccc3-4ac1-865a-f4ab82c54b2d/width=450/15418541.jpeg", "nsfwLevel": 1, "width": 620, "height": 900, "hash": "USK0Z~-U.T?bpH?bV[so?vE1$$xa$kWBNFSf", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/566046", "modelId": 509322} \ No newline at end of file diff --git a/datasets/metadata/566082.json b/datasets/metadata/566082.json new file mode 100644 index 0000000000000000000000000000000000000000..77a3e35f7e8395d8e03dd2ed74467bbe58f8da79 --- /dev/null +++ b/datasets/metadata/566082.json @@ -0,0 +1 @@ +{"id": 566082, "index": 0, "name": "Gaz Membrane", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-11T15:26:31.606Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["G4z_Membr4ne, closed eyes, teal shirt, black skirt, purple hair, short hair,"], "stats": {"downloadCount": 104, "ratingCount": 0, "rating": 0, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 481933, "sizeKB": 63153.984375, "name": "566082_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T14:51:26.879Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4785C255", "AutoV2": "81E22A1340", "SHA256": "81E22A1340DB758755DA0C6CF9836246370E5347BB087764734F9A1B3C210BE5", "CRC32": "D38DCF95", "BLAKE3": "656534050BBF080AF17F895A1D24D26F6268E68E42D90D26C9ABFD6E1C744E9C"}, "downloadUrl": "https://civitai.com/api/download/models/566082?type=Training%20Data"}, {"id": 482005, "sizeKB": 223105.23046875, "name": "Gaz_Membrane.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T15:31:47.737Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C3A24A0D", "AutoV2": "1EB912D045", "SHA256": "1EB912D045FEBC966410416DC624FBED78D9295F0EC7D656BDA1A370C0E3C3A0", "CRC32": "2F22A8EC", "BLAKE3": "EFCF348DE8C2841DC0B2CB6D2591F5DF0F1B59D48AECB464930236A4FF381DA9", "AutoV3": "F991702519EF"}, "downloadUrl": "https://civitai.com/api/download/models/566082", "primary": true}], "images": [{"id": 15421499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f494eb4e-24bb-4544-8580-01f1d0a6dc3f/width=450/15421499.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIKI}Mt7{~nPRpW;ScR%MeRkx[xtaKRk%2xt", "type": "image"}, {"id": 15421498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17a403fb-4e69-4411-ad87-3a67604f7d11/width=450/15421498.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UgJiMUnPRMafx|V[OTjYNZRQx^t6X3RjxHs.", "type": "image"}, {"id": 15421497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48268ed5-b581-4a0d-8a39-6cf8b23d57f1/width=450/15421497.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFKleJxZ}ysqVlWFOQobNARo-Zt2xlWD$Ts:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/566082", "modelId": 509356} \ No newline at end of file diff --git a/datasets/metadata/566300.json b/datasets/metadata/566300.json new file mode 100644 index 0000000000000000000000000000000000000000..8a3746fc7b511b0dac255d18a3d70b47c6be22d9 --- /dev/null +++ b/datasets/metadata/566300.json @@ -0,0 +1 @@ +{"id": 566300, "index": 0, "name": "v1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-11T18:19:43.606Z", "availability": "Public", "nsfwLevel": 1, "description": "Fairly good dataset provided, for once...
", "trainedWords": [], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 482242, "sizeKB": 13413.5244140625, "name": "566300_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T17:56:11.435Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E86BDD57", "AutoV2": "3A0DFA7A73", "SHA256": "3A0DFA7A73F35F5D41853D30CC56DA7A0378B914BA5A8C7DEC70544EE68F640B", "CRC32": "76D53C92", "BLAKE3": "C39CEC17DF6B9112F103C1A8A978373D2593599BA8DD58686CF1E254049406F3"}, "downloadUrl": "https://civitai.com/api/download/models/566300?type=Training%20Data"}, {"id": 482265, "sizeKB": 36978.9375, "name": "Octavia_Paine_Martin_Mystery_LoRA-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T18:12:10.789Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "29DA3983", "AutoV2": "D810FB0A29", "SHA256": "D810FB0A29073E083E3717CDBCF613C4BFA25DD3CFBAE0911BCD913249E2388D", "CRC32": "AA579E15", "BLAKE3": "3ED778EA6A046525EFC3CDB988D2C55BFB3D01A943E103BC030E5445938FA706", "AutoV3": "C6D72A311F22"}, "downloadUrl": "https://civitai.com/api/download/models/566300", "primary": true}], "images": [{"id": 15436067, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20fd6a39-ea74-48c6-9d6e-120f57c83111/width=450/15436067.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "Ub8GR4rpPXT1X;XAV?oLR+bcrqi^kDjFodWU", "type": "image"}, {"id": 15436066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/532fdb49-b3ee-4f59-b954-665a08de308a/width=450/15436066.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UKFh|:$y1AEN~poy4;V[k;ofV]W.Myn%$*Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/566300", "modelId": 509551} \ No newline at end of file diff --git a/datasets/metadata/566324.json b/datasets/metadata/566324.json new file mode 100644 index 0000000000000000000000000000000000000000..74716cdb7b29e880995bdc6f59c05b055187a7e1 --- /dev/null +++ b/datasets/metadata/566324.json @@ -0,0 +1 @@ +{"id": 566324, "index": 0, "name": "Aendra (winged angel girl) m2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-11T18:26:33.016Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["Aendra, angel, slender, pale skin, angel wings, wings, white wings, white hair, white eyes, glowing eyes, white dress with golden pattern"], "stats": {"downloadCount": 116, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 482212, "sizeKB": 191586.0791015625, "name": "566324_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T17:37:00.548Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "665BCA84", "AutoV2": "C75012687F", "SHA256": "C75012687F49DC0E5660C2E94E5D69ADE4218AEBC0ECDD2DF8F378462217F838", "CRC32": "A003A5F0", "BLAKE3": "A3FB8EAA7D7F38DFB0D74927975876AA70AC5797DDF05A53F2B36AD25DA50C01"}, "downloadUrl": "https://civitai.com/api/download/models/566324?type=Training%20Data"}, {"id": 482282, "sizeKB": 223100.45703125, "name": "Aendra_winged_angel_girl_m2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T18:21:32.589Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "11EE9AEE", "AutoV2": "BAD8614F53", "SHA256": "BAD8614F537CBB0CEA79DCE4B9604CD56B8D9DB6A4222F3AB8D94B8119EC2154", "CRC32": "B014325C", "BLAKE3": "33C16BF1FB9F34E64584D95F4A492D31FDE3DB5176AD24050FCE69FC11DE4779", "AutoV3": "D3945FE656CE"}, "downloadUrl": "https://civitai.com/api/download/models/566324", "primary": true}], "images": [{"id": 15436446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38d30628-2229-42b3-8497-49f64bbf43e8/width=450/15436446.jpeg", "nsfwLevel": 2, "width": 1792, "height": 2688, "hash": "UPIFA300-=%N_NWBtR%L.8%MjG%g?bxtMxRj", "type": "image"}, {"id": 15436584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f27c13e0-6d31-47bd-8547-442903389190/width=450/15436584.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2688, "hash": "UiJ8*K-pWEbb_NxtMxRj.7oIofxuxuoeWBkC", "type": "image"}, {"id": 15436575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10071cb3-ea15-409b-8cbe-856cea181d8f/width=450/15436575.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2688, "hash": "UNJ[M64n_NV@~p%MR*V@?^%fxuxu?vV@M{kC", "type": "image"}, {"id": 15436582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34bb0a4e-5d52-450c-b152-2a07e1c3bdb0/width=450/15436582.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2688, "hash": "UXI}|.4n%gt7_NRjt7oL%hxuoeoz%fRjRPWB", "type": "image"}, {"id": 15436607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7a7e854-d599-4cc2-91c4-e44be4f0a1a0/width=450/15436607.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2688, "hash": "UgJkyKD%.8.8~qa#oyt6%MxujZWVxua{MxWB", "type": "image"}, {"id": 15436580, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee23dc88-f538-4fcd-a3ac-e93b1d208114/width=450/15436580.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2688, "hash": "USIFGJ00yDxa~qM|V@RP%gozxtIUt6WBM{V[", "type": "image"}, {"id": 15436668, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58593cf0-f8fe-4971-bff9-b07da5ff35ed/width=450/15436668.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2688, "hash": "UZIhy~_N%gRk?bx]kB%Mx]WBn$axx]t7Rjof", "type": "image"}, {"id": 15436683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fb65061-9535-4ff0-9549-c9105bd3b03b/width=450/15436683.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2688, "hash": "UhIrT;~qx]WC.8oIofWX%gV@o0jZ%gWBRjof", "type": "image"}, {"id": 15436669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3178571b-3228-41c3-b23b-308433645d06/width=450/15436669.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2688, "hash": "UbK1|6?ux]tR_NRiIUj]%#WBRPM{x]aeRQt7", "type": "image"}, {"id": 15436670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/962e18a3-706e-434c-b4a3-2801d2da09f0/width=450/15436670.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2688, "hash": "UIJR%O00S#_3_N%NRj%L_NtR%Mof_NWCVsad", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/566324", "modelId": 509574} \ No newline at end of file diff --git a/datasets/metadata/566397.json b/datasets/metadata/566397.json new file mode 100644 index 0000000000000000000000000000000000000000..51de83da39c4ad9b0aee3c3be655029a8228c0f1 --- /dev/null +++ b/datasets/metadata/566397.json @@ -0,0 +1 @@ +{"id": 566397, "index": 0, "name": "Anthro African Wild Dog Lora", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-11T20:19:52.795Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": ["african wild dog"], "stats": {"downloadCount": 210, "ratingCount": 0, "rating": 0, "thumbsUpCount": 38, "thumbsDownCount": 0}, "files": [{"id": 482348, "sizeKB": 202643.421875, "name": "566397_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T19:01:34.447Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6DD749D7", "AutoV2": "FB4BB47EA3", "SHA256": "FB4BB47EA3D11929C6C278650FDD4C525834200780175DBF90FBB9A9A9D2E622", "CRC32": "F3CD4712", "BLAKE3": "0418037F3BA3CD33F6AA5133DB6C6F0F6DA1CBF7F49BBE06621ED42D22426A0D"}, "downloadUrl": "https://civitai.com/api/download/models/566397?type=Training%20Data"}, {"id": 482468, "sizeKB": 223104.24609375, "name": "Anthro_African_Wild_Dog_Lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T20:16:03.998Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A7A60D1A", "AutoV2": "CCAA91926D", "SHA256": "CCAA91926D220FDFA72950AC84A5443606357C4EFFDB5E0EF52EABBCF6D29B90", "CRC32": "C35D5843", "BLAKE3": "2D64E2F22F19133B84DF75640C434075F612660ADD75EA26EE41E34DDDE0AAB5", "AutoV3": "806B402515FB"}, "downloadUrl": "https://civitai.com/api/download/models/566397", "primary": true}], "images": [{"id": 15445923, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b38acb4-b563-40f9-a577-20dd08e5eff8/width=450/15445923.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UJHLC-tRSxnN~WniEMX8IAn$yCT0T0NHaK$M", "type": "image"}, {"id": 15445924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe7d573c-9d82-4635-9ba2-2ee2c9d344d7/width=450/15445924.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UGH-xv9b01~UtU-Usk9b?Z%LD*NGPWNbMxxu", "type": "image"}, {"id": 15445512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44270cdd-95bf-4787-a5cc-640bdfb74de7/width=450/15445512.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGHdsj9^EK?HysxFVrtR0*%1MxM{D*I=s*wc", "type": "image"}, {"id": 15445513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f4acb63-a59f-4c71-8cd8-c67d6cf1d787/width=450/15445513.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDGuL2E1Ee$fCARi%1RPXAbG%MnNEMs.IpNa", "type": "image"}, {"id": 15445511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42cd28ac-2fee-4b92-b02b-36839ed4420d/width=450/15445511.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UEG[TdEM%Km+7QNZMwMx00oIiabx={V@NZx^", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/566397", "modelId": 509640} \ No newline at end of file diff --git a/datasets/metadata/566546.json b/datasets/metadata/566546.json new file mode 100644 index 0000000000000000000000000000000000000000..0a5c7141043119d6598e7c4ef4e17aa47d845b38 --- /dev/null +++ b/datasets/metadata/566546.json @@ -0,0 +1 @@ +{"id": 566546, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-14T00:59:24.882Z", "availability": "Public", "nsfwLevel": 7, "description": "First release :3
", "trainedWords": ["bold, thick outlines, comic character, punk"], "stats": {"downloadCount": 126, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 486772, "sizeKB": 223114.35546875, "name": "LizzyRascal_Style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T23:56:26.787Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A436285D", "AutoV2": "70E2676C9A", "SHA256": "70E2676C9A47F93704E6688D8BDC9F4324A87D1A9FFEFED9BC83CB895D9BAB8C", "CRC32": "6E4C34E9", "BLAKE3": "D40B5738AC97253AD4B42265D27B50E062C1A8CC004B13A8B3C857D11A0E140A", "AutoV3": "F568527D7F6B"}, "downloadUrl": "https://civitai.com/api/download/models/566546", "primary": true}, {"id": 482428, "sizeKB": 21062.6064453125, "name": "566546_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T19:46:01.523Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D123C96F", "AutoV2": "B922D4E61C", "SHA256": "B922D4E61C363874A238443AB44330C11EFB69AF603AE618DB12AC6712CA6C15", "CRC32": "805CB25A", "BLAKE3": "236C26CCEB1985C489DAC507698612B64461A58EEBEE3C5559E761E00644519E"}, "downloadUrl": "https://civitai.com/api/download/models/566546?type=Training%20Data"}], "images": [{"id": 15705063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b8c580e-66d9-44d9-94ee-a1ac698a960e/width=450/15705063.jpeg", "nsfwLevel": 1, "width": 840, "height": 1096, "hash": "U9D^Za:[0@nhL]%QqGEL0YV~?w-;J7W=%Wro", "type": "image"}, {"id": 15705062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ec34380-e4c1-4779-9c66-b85045115d6b/width=450/15705062.jpeg", "nsfwLevel": 1, "width": 840, "height": 1096, "hash": "UFE_ztNG02xXs^R$EJj;0eoL=?j^f:WA-USJ", "type": "image"}, {"id": 15705061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09bd8d28-566c-4a33-95ca-d4b4ab9e5b0b/width=450/15705061.jpeg", "nsfwLevel": 1, "width": 840, "height": 1096, "hash": "UMK,2go~06E~|zMwNXWA0dt7XyM{I^Scxcxt", "type": "image"}, {"id": 15705065, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60d10da2-2325-4133-89b3-fef90d0ff5ee/width=450/15705065.jpeg", "nsfwLevel": 1, "width": 840, "height": 1096, "hash": "UhNSs]s:xIxa^noLW9n+9HoetPWU#tkAxubF", "type": "image"}, {"id": 15705066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3e20ea3-0c1b-4f24-b55a-b66a2a8e7297/width=450/15705066.jpeg", "nsfwLevel": 1, "width": 840, "height": 1096, "hash": "USLpRbs=^-sq^6soE0oK$mWB%3jbkYof-;af", "type": "image"}, {"id": 15705067, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b568ec2-6e2b-400b-9123-bba08a0a89cc/width=450/15705067.jpeg", "nsfwLevel": 1, "width": 840, "height": 1096, "hash": "UFIOzWOE01?atlxZraR*uDaPvpM|}_NG9r%L", "type": "image"}, {"id": 15705068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6a1522f-93a9-434f-a159-901c3e8db923/width=450/15705068.jpeg", "nsfwLevel": 2, "width": 840, "height": 1096, "hash": "UVMFt|r_,_oc}$xC$*Rk-mn~xTn,R6RR9IWF", "type": "image"}, {"id": 15705070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14aef1ea-91db-48a4-aebb-0384ab8b4af1/width=450/15705070.jpeg", "nsfwLevel": 1, "width": 904, "height": 1096, "hash": "URJ?:mOt0Lwh|*R%brW=4oSgxsS5Y3JPIVrr", "type": "image"}, {"id": 15705069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b4ebe77-ca26-4f0f-ab5c-6c0c73fc459d/width=450/15705069.jpeg", "nsfwLevel": 1, "width": 904, "height": 1096, "hash": "UGJ@qQ}#00EBD,xV$|9$00EB%g%3^9I:E+wF", "type": "image"}, {"id": 15705072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06fcb7d9-e48d-45c6-a578-fb087786bb1b/width=450/15705072.jpeg", "nsfwLevel": 1, "width": 840, "height": 1096, "hash": "UMNImXxYGZg4x{X9K+ox7NS5pxNLCAR-a0n$", "type": "image"}, {"id": 15705071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/220b0a57-bead-4915-b107-0427e488951b/width=450/15705071.jpeg", "nsfwLevel": 1, "width": 840, "height": 1096, "hash": "UTJQ7|VyZp-WrgRl%3%10Nxa$,M{}]xZeUIp", "type": "image"}, {"id": 15706660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0c058c0-6e7c-44d0-9d95-4c81125b78bf/width=450/15706660.jpeg", "nsfwLevel": 1, "width": 904, "height": 1096, "hash": "UELzKr?.00x^z,y4rz9w005ZnrMx~X0gI]W6", "type": "image"}, {"id": 15726519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9105b896-2dcd-4f30-a8aa-fabb9e092c17/width=450/15726519.jpeg", "nsfwLevel": 4, "width": 840, "height": 1096, "hash": "UJM@4VcX7$ohEJT00;N29bbWZgRO_Ns+n2$K", "type": "image"}, {"id": 15726515, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43dd1a64-94db-4f9a-aeeb-85b252b3c743/width=450/15726515.jpeg", "nsfwLevel": 4, "width": 840, "height": 1096, "hash": "U8N];7000yH;16s#2g+:16-f18^a0G9ErBXh", "type": "image"}, {"id": 15771279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/771c2321-e334-41c4-9054-53c2e58789c4/width=450/15771279.jpeg", "nsfwLevel": 1, "width": 840, "height": 1096, "hash": "UEN+wy=]Dz^jEwaKxCT0p{n+MykW}Os+rpRO", "type": "image"}, {"id": 15771278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dff0c2c4-485d-432d-867c-704f878f1bf1/width=450/15771278.jpeg", "nsfwLevel": 1, "width": 840, "height": 1096, "hash": "UKMGCeE19s-p~3OtS~E3obIp=yi|;^IpeSxu", "type": "image"}, {"id": 15771280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a34d0643-d8a1-40ca-9e93-c4b53c9316f8/width=450/15771280.jpeg", "nsfwLevel": 1, "width": 840, "height": 1096, "hash": "UEMsDwO?00=XKtRP59XTrTs,?wwu~9XSR5W.", "type": "image"}, {"id": 15828760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c3c3c0b-ddf0-4097-bb42-58224ba228da/width=450/15828760.jpeg", "nsfwLevel": 2, "width": 840, "height": 1096, "hash": "ULNTL6NG01%069Ipk?ng%%em%NIpO[r;VsRj", "type": "image"}, {"id": 15828762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44c9f8f6-e365-4751-811e-26dbedfa4a25/width=450/15828762.jpeg", "nsfwLevel": 2, "width": 840, "height": 1096, "hash": "ULNcm4R500%M~TbX9bRProRPw~T0-BogE1S6", "type": "image"}, {"id": 15828761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/deca8929-1aef-405a-988b-6ecd1ec11f5d/width=450/15828761.jpeg", "nsfwLevel": 2, "width": 840, "height": 1096, "hash": "UNMso_X900xv^aIpE2xuVqogxwNF~VfkD*NG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/566546", "modelId": 509779} \ No newline at end of file diff --git a/datasets/metadata/566644.json b/datasets/metadata/566644.json new file mode 100644 index 0000000000000000000000000000000000000000..932f2212b751619412253e639d37b589370a0388 --- /dev/null +++ b/datasets/metadata/566644.json @@ -0,0 +1 @@ +{"id": 566644, "index": 0, "name": "HaerinSDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-12T03:42:43.275Z", "availability": "Public", "nsfwLevel": 1, "description": "", "trainedWords": [], "stats": {"downloadCount": 164, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 482639, "sizeKB": 39016.1435546875, "name": "566644_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T21:51:00.107Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D3592668", "AutoV2": "3DB937B8D5", "SHA256": "3DB937B8D5EDA32B7B1CBD1C96BA7BD2A6EC3AB16C27123E4658065D9EDFE21D", "CRC32": "3E0905E2", "BLAKE3": "2E22C758EA7E1CF1EAFB3C218E7A707D5A9D54BF05271591C957E976B3BFB239"}, "downloadUrl": "https://civitai.com/api/download/models/566644?type=Training%20Data"}, {"id": 482889, "sizeKB": 223102.23828125, "name": "Kang_Haerin.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T00:22:36.170Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9D876C1D", "AutoV2": "DDC3D905FC", "SHA256": "DDC3D905FCC7CDEDE1A451B27C62D6420EA24AE6D8102AAEE5FCA15A1D722819", "CRC32": "2F2061BD", "BLAKE3": "D5A5337693810807477B18898E4837123CEBE56816B8DACE12E6984DAEA97295", "AutoV3": "85945CD4FD1E"}, "downloadUrl": "https://civitai.com/api/download/models/566644", "primary": true}], "images": [{"id": 15483526, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0e8f8e1-d09b-4327-9cac-e07620256eb0/width=450/15483526.jpeg", "nsfwLevel": 1, "width": 896, "height": 1088, "hash": "UEDSB+of00I;-=-VM_s;EN9u~B^kM{s.NHxa", "type": "image"}, {"id": 15483848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53b21988-7ca9-414f-ae0f-746e7b813b58/width=450/15483848.jpeg", "nsfwLevel": 1, "width": 896, "height": 1088, "hash": "UUDJVYS%F~xut:o#OaS59bs-$ejFM{M{Z~s.", "type": "image"}, {"id": 15483709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69697d57-ee88-4cbc-9bb9-1aac8401afe9/width=450/15483709.jpeg", "nsfwLevel": 1, "width": 896, "height": 1088, "hash": "UDHKhC_N1$~C0M%fxuxu%NWr=|NGI9$%-UNa", "type": "image"}, {"id": 15483754, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fa924c7-3bd5-4d74-aa56-c2b138695bc9/width=450/15483754.jpeg", "nsfwLevel": 1, "width": 960, "height": 1088, "hash": "UEIOCC$LuPK69F%M?aEL.S9F$z^kXmkX%M-p", "type": "image"}, {"id": 15483781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dddff6c7-7743-489a-97e7-1a6e7d2820be/width=450/15483781.jpeg", "nsfwLevel": 1, "width": 896, "height": 1088, "hash": "UWGc4ONLK+a#GKWBcGW=I_i^n3jungV@r:t6", "type": "image"}, {"id": 15483826, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f6363db-907b-425c-a532-996409f0b956/width=450/15483826.jpeg", "nsfwLevel": 1, "width": 896, "height": 1088, "hash": "UcIOhHs;?woz?cRjWqWqx]t7V@t7%gbHxts:", "type": "image"}, {"id": 15483601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dba4fc4d-e5ea-4633-a2e0-d5fb5c88e318/width=450/15483601.jpeg", "nsfwLevel": 1, "width": 896, "height": 1088, "hash": "UBHx7|%10L5600xaXnE2_4R-^3$%9uRjo#%M", "type": "image"}, {"id": 15483612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a99bf51e-26b5-4be5-9200-3694c8aab4e3/width=450/15483612.jpeg", "nsfwLevel": 1, "width": 896, "height": 1088, "hash": "UDHUa]?b0LEN00IUD*Io.TM{={xaEL-;xu-q", "type": "image"}, {"id": 15483776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f6c4375-3e47-4d86-b8b5-740d46eeb620/width=450/15483776.jpeg", "nsfwLevel": 1, "width": 896, "height": 1088, "hash": "UiJRHvt7TKkD=_t6-oRP?wkC-VbI%gofW?of", "type": "image"}, {"id": 15483819, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c9809d3-1273-4636-9a51-feb11bec4d74/width=450/15483819.jpeg", "nsfwLevel": 1, "width": 896, "height": 1088, "hash": "U7GutD0000F300IV_NRjF5tR^kxC.TIpH?^+", "type": "image"}, {"id": 15483673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad8f2474-516c-4279-bbd9-fc8e472cf3c9/width=450/15483673.jpeg", "nsfwLevel": 1, "width": 896, "height": 1088, "hash": "ULFr@d~qOWOBHqt7xu%MEfWBsoRiyDM{V@%2", "type": "image"}, {"id": 15483840, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d71bfff-81b2-4a6c-b668-64ed2cb1a44c/width=450/15483840.jpeg", "nsfwLevel": 1, "width": 896, "height": 1088, "hash": "U8B|87nh00IUH=xt?w9ZX.ofQ,kC4.NG?H-o", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/566644", "modelId": 509863} \ No newline at end of file diff --git a/datasets/metadata/566680.json b/datasets/metadata/566680.json new file mode 100644 index 0000000000000000000000000000000000000000..d926a47ea54bb1c50bc4667b34d195e09c4456e1 --- /dev/null +++ b/datasets/metadata/566680.json @@ -0,0 +1 @@ +{"id": 566680, "index": 0, "name": "Carnaval", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-11T21:46:29.817Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 32, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 482525, "sizeKB": 10976.2060546875, "name": "566680_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T20:50:44.537Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "07D44881", "AutoV2": "E85B8DA146", "SHA256": "E85B8DA1467D8145B9A9B1D8BBE7DD56C4DD8E99516E7FDE7B238A7FB80F0B75", "CRC32": "95D8DDD5", "BLAKE3": "CA1F1749EE9B1F34D4F096A6D6D47F95292EF3C2BC08696490E282101E12E5D2"}, "downloadUrl": "https://civitai.com/api/download/models/566680?type=Training%20Data"}, {"id": 482637, "sizeKB": 36980.8984375, "name": "Carnaval-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T21:50:46.692Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FFCDF955", "AutoV2": "64DDEED5BF", "SHA256": "64DDEED5BF01E2E21ECFD2BEE686A03C3BD7A9B26583DDE93743E41025620A30", "CRC32": "6207C696", "BLAKE3": "FE86B400FB309C50A064B5AC7F1A0A5B3A6225D26945B1A3DD60B301DCC82795", "AutoV3": "BA279DB39CCC"}, "downloadUrl": "https://civitai.com/api/download/models/566680", "primary": true}], "images": [{"id": 15453017, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb242460-7e04-4c26-9379-e6593ee53376/width=450/15453017.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UeHBxnoNM_o2h2t7Rij[x^oet6WCs=WAo#js", "type": "image"}, {"id": 15453015, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac664961-813e-48bf-b84e-5d3abc669919/width=450/15453015.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDKSeMFy57t81lD%z.R*8cW=E2r=F#t1,lNf", "type": "image"}, {"id": 15453018, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30cf760c-09d0-44a2-9958-a7853e219e73/width=450/15453018.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U4KS6C01Vq0L1R%N0M=s0%~Tx_EL0yT0{|JA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/566680", "modelId": 509893} \ No newline at end of file diff --git a/datasets/metadata/566752.json b/datasets/metadata/566752.json new file mode 100644 index 0000000000000000000000000000000000000000..3f9e00e5b550bb8bf8fe0f80f838e5689a186732 --- /dev/null +++ b/datasets/metadata/566752.json @@ -0,0 +1 @@ +{"id": 566752, "index": 0, "name": "Anthro Fox Lora for Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-12T12:29:53.586Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": [], "stats": {"downloadCount": 280, "ratingCount": 0, "rating": 0, "thumbsUpCount": 44, "thumbsDownCount": 0}, "files": [{"id": 483841, "sizeKB": 223103.84765625, "name": "Anthro_Fox_Lora_for_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T12:27:01.016Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A5B97D0D", "AutoV2": "6E05B4570D", "SHA256": "6E05B4570D580C88E9C563F11FA0288C179771E91B72298B11DA0471115BD786", "CRC32": "20C909E0", "BLAKE3": "0F60A51D602106344ACC02B6CDF8DCE4C710999715C4C2B76D44D81B1424DD88", "AutoV3": "8599DFB4C16F"}, "downloadUrl": "https://civitai.com/api/download/models/566752", "primary": true}, {"id": 482617, "sizeKB": 153128.9306640625, "name": "566752_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T21:41:30.844Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2582F818", "AutoV2": "5B7EEC6A6B", "SHA256": "5B7EEC6A6BF57131E59D772163A78E6536F907FA659A33C5279C847690F42138", "CRC32": "03D90D18", "BLAKE3": "46A07800D59DFCE30F33BB649AB3365478C929848648B672B0FB7B3F524141D2"}, "downloadUrl": "https://civitai.com/api/download/models/566752?type=Training%20Data"}], "images": [{"id": 15525235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47cf945b-9aa2-474e-b5c7-d4dfc20c9d1a/width=450/15525235.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UFIgvCtS0LM{?dNHI:WAPBV?sCniTLRPxut7", "type": "image"}, {"id": 15524911, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9dd09c3f-9a4d-4f75-9613-ff8375add3bf/width=450/15524911.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UIKvKv5?1Nx[lBTK~BRP0MOYxCROxCI=DiIo", "type": "image"}, {"id": 15524912, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63c50bce-d8bd-410d-91db-da63595922ea/width=450/15524912.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UPIzhzOG0e.8uPsDRPkr9be.$%NeE2I:nhnh", "type": "image"}, {"id": 15524913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3b2cd26-b627-4193-af84-3e5a17fd76ac/width=450/15524913.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBKcR;Y502-U1-sC?aeo028_+@PAI9rVZgkW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/566752", "modelId": 509950} \ No newline at end of file diff --git a/datasets/metadata/566754.json b/datasets/metadata/566754.json new file mode 100644 index 0000000000000000000000000000000000000000..c7c41552498be62958fccc107c0c369b4621af3e --- /dev/null +++ b/datasets/metadata/566754.json @@ -0,0 +1 @@ +{"id": 566754, "index": 0, "name": "Yogiri Takatou Pony XL v1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-11T22:23:13.703Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["yogiri_takatou", "white collared shirt", "blue necktie", "grey blazer", "pajamas"], "stats": {"downloadCount": 48, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 482608, "sizeKB": 59858.1484375, "name": "566754_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T21:30:43.962Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "ADB0DF4F", "AutoV2": "DE07B7902B", "SHA256": "DE07B7902BE4B24373E7D8CFF2B7C07DEB5056F5D7458A535E97A62C3921973C", "CRC32": "9EA4066E", "BLAKE3": "8D6FF44A45D6A8EDFCB0DA02A3818156ED330263604E1632525D12E1C86BECB1"}, "downloadUrl": "https://civitai.com/api/download/models/566754?type=Training%20Data"}, {"id": 482703, "sizeKB": 223099.73828125, "name": "Yogiri_Takatou_Pony_XL_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T22:25:52.643Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AF5AE917", "AutoV2": "6117849C2E", "SHA256": "6117849C2E8413BC5039DA636B485B8D8927B312C9692C0759FA8808BB469C35", "CRC32": "756DFC10", "BLAKE3": "F0D00D7ADCFE0E56ED82C96274BAF116AF848962CEFC2E7DB85E72BD4C375F8D", "AutoV3": "C8B82D3B30C3"}, "downloadUrl": "https://civitai.com/api/download/models/566754", "primary": true}], "images": [{"id": 15505006, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/462f56a4-e9e2-4c4c-8037-7d375da36b24/width=450/15505006.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1754, "hash": "UHH-[XE2*Ig3rlRj-P%09GM|,pnjxcbHo#oK", "type": "image"}, {"id": 15484318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4fbc230-2e32-414c-9969-7f708785badf/width=450/15484318.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UDH-=R$duhxZ,Rt0-9xBI-Rk^jofM{IuxtoM", "type": "image"}, {"id": 15456682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e16034f-85eb-460d-9ac5-4b975d03ab38/width=450/15456682.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKK^BHRO^fIt}Pxu?GE2E1jFxDxZ%ibaa$t6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/566754", "modelId": 509954} \ No newline at end of file diff --git a/datasets/metadata/566834.json b/datasets/metadata/566834.json new file mode 100644 index 0000000000000000000000000000000000000000..2dff2f2f2a07f99afac0e94b63d808395c582625 --- /dev/null +++ b/datasets/metadata/566834.json @@ -0,0 +1 @@ +{"id": 566834, "index": 2, "name": "SD 1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-11T22:09:21.596Z", "availability": "Public", "nsfwLevel": 31, "description": "This is a LoRA for SD1.5
Trained on screencaps + sfw + nsfw images
Use prompt \"spicy\" for better hentai results.
", "trainedWords": ["BTTina, Tina Holly", "maid outfit", "nude", "spicy"], "stats": {"downloadCount": 110, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 482669, "sizeKB": 18550.3046875, "name": "TinaHolly2D_SD15.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T22:05:50.913Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "9FFC7E568A", "SHA256": "9FFC7E568AF53EE01000141E0E7BB11DC3D1628A0200E1827BD886E118E58797", "CRC32": "723D3807", "BLAKE3": "E84E7B2EE8033104AF67E8E4A937678183314C2917371CF95C159EFC5E562BD7", "AutoV3": "146E9A878023"}, "downloadUrl": "https://civitai.com/api/download/models/566834", "primary": true}, {"id": 482672, "sizeKB": 238136.76171875, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-11T22:06:28.444Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F39336FC", "AutoV2": "C7554110A6", "SHA256": "C7554110A680CD933F36E760BF0FD9B5FEAD6B515A6A4C28B8F5A0C180C04E04", "CRC32": "6E09DE43", "BLAKE3": "F88581550590F35D7E19F399EFB61B0C6DEAD4E0660E2C1E66FD0CAC945B7EDC"}, "downloadUrl": "https://civitai.com/api/download/models/566834?type=Training%20Data"}], "images": [{"id": 15454438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/951dfe4b-99c4-4c95-94a2-3c95075344cb/width=450/15454438.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UUKUK4~qRP?b_3t7RjM{D%D%Rjxu-pM{RP%M", "type": "image"}, {"id": 15454445, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b396abb0-e563-4703-8a5f-cedd3dd6647c/width=450/15454445.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U6GuXZtR0L%1-o-o00M|ItRj=_Ip~Bt7jE$%", "type": "image"}, {"id": 15454482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2567709-6499-4f00-b2bd-b533ce420039/width=450/15454482.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFJkWJ00W:4n0K?a%2%MDiD%M{~p%MxuM{D%", "type": "image"}, {"id": 15454481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03f2cab3-d44c-4747-808b-8156612e7451/width=450/15454481.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UGHBoHRk00V@?bM{Iot7x]oKD*t7~VkWRPD*", "type": "image"}, {"id": 15454479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33288f22-b12b-4fb5-bd02-4e0d4639f5c3/width=450/15454479.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8F$CV009E00VXbwNGxu9FWVg3of_N^+009Z", "type": "image"}, {"id": 15454483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c013090-4eb6-42f1-b63f-3cb212be9cd8/width=450/15454483.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "USE{Olt79FoztRRjIoxa%2xaxuof~pt7IUM{", "type": "image"}, {"id": 15454484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbcfd9c2-4bff-4878-ac9b-687fc882ffa7/width=450/15454484.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UfK-ReW=e-t7~q%MWBt7bcx]M|WB-;t7M{WB", "type": "image"}, {"id": 15454485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6d8cf09-bf90-4b51-938e-3f4185dacd70/width=450/15454485.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAI#iW~p004ns7_3R*R*IU-:M{9F~pxtITIU", "type": "image"}, {"id": 15454486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdd1b7f1-41f4-483a-b3d0-4de3076921c6/width=450/15454486.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGI#P+xt4mD%~V9FR+?b^+4o%MR+?bxu4nIU", "type": "image"}, {"id": 15454487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52368371-e01e-444f-970b-3de3e518f290/width=450/15454487.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOKwtdbw9FIUIU~pM{Rj~qWBIoM{WBIUIUIU", "type": "image"}, {"id": 15454488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73ea75dd-bfcd-4ae1-a6db-a979dab7cc9c/width=450/15454488.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPJ8U_?b9F-o_NxuaxM_x^a$IUoLx]-qRPWB", "type": "image"}, {"id": 15454489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca9a323e-9785-45fa-b183-732c7dec59bf/width=450/15454489.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UII;;eE3ac8_~V9Ft6R*xuxuIoR*^+RkIUV@", "type": "image"}, {"id": 15454491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/090e63bd-61bd-43d1-9aa0-5c7327b7f8f5/width=450/15454491.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBIE%~~W000L0K-;014.tTxu={V@T1xuVYIU", "type": "image"}, {"id": 15454524, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce6bc43a-a09b-4286-b9b8-1151f876d411/width=450/15454524.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1024, "hash": "UBJ*9k~p00I:5T-;8_E1.9bc={RPvfn$E2ni", "type": "image"}, {"id": 15454521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ecffdda-b7fd-453f-8e32-3b14a767d8e2/width=450/15454521.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UHPF_$iGEz%L_Nxu-URiTLWBs.t7-;t7t6WB", "type": "image"}, {"id": 15454523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3bdc4088-e740-44b4-9c39-e9544f8ad93c/width=450/15454523.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UKLNfAoz01%gYR$*jEIpt.E0%Lt74.IAD$RP", "type": "image"}, {"id": 15454525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f7ef646-9ba9-44fb-8b56-9c19c0626bcd/width=450/15454525.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UPM6|[_30Kf8~qt6={%2E2RjjERjs;ofjYt7", "type": "image"}, {"id": 15454539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3a99c63-f276-40aa-aecb-ae811f4e6d0e/width=450/15454539.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "ULO3qY-:C8t7hLfkR*of-qWB=_ofb_j[Ioay", "type": "image"}, {"id": 15454633, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f902a5d2-9369-4ae4-bf38-94172a6af623/width=450/15454633.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UNM%Dz-:0L%M~q%M%1%29uaexDRj-;afM{j[", "type": "image"}, {"id": 15454540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c98629d-c141-4a9c-b3be-fd37fc4bba89/width=450/15454540.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UKP6X6~pPU?a%h-ps8xt4o%Lg3of?Gj[VYRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/566834", "modelId": 510016} \ No newline at end of file diff --git a/datasets/metadata/56694.json b/datasets/metadata/56694.json new file mode 100644 index 0000000000000000000000000000000000000000..9434ac0538deaa7f4adc02c229040fc31dd512ba --- /dev/null +++ b/datasets/metadata/56694.json @@ -0,0 +1 @@ +{"id": 56694, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-27T15:34:57.010Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["TamakiKousaka, red_hair", "KaiyoSchoolUniform"], "stats": {"downloadCount": 359, "ratingCount": 63, "rating": 5, "thumbsUpCount": 65, "thumbsDownCount": 0}, "files": [{"id": 40531, "sizeKB": 57535.3828125, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-27T15:31:23.725Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "92684DB1", "AutoV2": "B298A6E71E", "SHA256": "B298A6E71E1218C72406901782919E02EE514CCC226430EEE4CD535F5BB237E3", "CRC32": "E8DB98E3", "BLAKE3": "80D3E9BDBBB483EA8F84FCF2534E06237C2E9645B33C9079E4960B3A878505A7"}, "downloadUrl": "https://civitai.com/api/download/models/56694?type=Training%20Data"}, {"id": 40530, "sizeKB": 36991.8271484375, "name": "TamakiKousaka.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-27T15:31:18.629Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D03B0BC6", "AutoV2": "C99E54ED19", "SHA256": "C99E54ED19CDED9B697D0C4F313E4B2AADE1B43949894FA2501DB4B173909B49", "CRC32": "C1DD0A24", "BLAKE3": "D5467EA9EB49D6E55DDDDABA913C79A6D695719FDE50DFF979AAD1453D064A39", "AutoV3": "CEB0767072BF"}, "downloadUrl": "https://civitai.com/api/download/models/56694", "primary": true}], "images": [{"id": 614573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9d8c2fb-c75c-48cb-2027-4fdeb90e1100/width=450/614573.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "ULLV|900Uaqu%}Z#-po#HqJ5x]#n-?xan}xu", "type": "image"}, {"id": 614568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eec38975-df6f-41bf-cf94-c2eafb34c400/width=450/614568.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UQLWL^5PTwQ,.TIntRMyIRnhyDtlW@%gx[R.", "type": "image"}, {"id": 614559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3079227a-0a5b-4495-9d4b-9d59a8faf600/width=450/614559.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UUL3QJoPUHT0TNTK5@nhI9%LxtwH%gtQtObb", "type": "image"}, {"id": 614563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59837dff-4a3d-4879-36ad-8d21c99b0900/width=450/614563.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "ULI3^9Ee62}tKhZ~E2OW4mRNocbax_ohxaso", "type": "image"}, {"id": 614572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cbb782c-fccb-443b-b702-de0cb438d100/width=450/614572.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UnJ%tj~WyDx]x]tRt8oyInjZs:R*xvozbFj?", "type": "image"}, {"id": 614575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c305f535-07b5-4531-d1d9-821d8c568600/width=450/614575.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UCKJrv4n8H4:~p4.?^I;00-qWF9Fxxw]xp%h", "type": "image"}, {"id": 614565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54b1d0c8-67be-4500-553e-ad06111fb200/width=450/614565.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UGJ%wu%$G[?b~W%Lt+nj9EOE.8VYVbRjoukD", "type": "image"}, {"id": 614557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c941d922-ab95-4a87-af91-022362daf600/width=450/614557.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UAJG$s#n0f9uohIV_MWC.QbcIVRj00R5_MXm", "type": "image"}, {"id": 614567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d937fdc-c46c-42a1-d888-f4b3c6047c00/width=450/614567.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UZMZUktmUH-;E.XAj_MyD%IVbeMxr|RjtQxu", "type": "image"}, {"id": 614560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab4f0115-fbea-4650-dd78-e5c2a14e8200/width=450/614560.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UcJHL1~ql9tS_3-;tlX8V?xGs;s9o#oLRiR*", "type": "image"}, {"id": 614576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6e1f671-d455-466c-18a2-f80174dc7c00/width=450/614576.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UPLpp@W9-,Mx$xIU_NR%WTM_S~.8$,%3IUR%", "type": "image"}, {"id": 614570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfaf44e6-c7c2-4fce-3ff6-15443e744a00/width=450/614570.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UMK0pa0eYOM{~Vw]%~Io0LWC%M%M?Gf9M{t7", "type": "image"}, {"id": 614577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d14e591a-9e74-42bd-ac3f-5d5cd2fae800/width=450/614577.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UQIM{Fml?^OD_NE1tRxa%gt7ozXSR*tRNaX8", "type": "image"}, {"id": 614571, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f311c68f-9434-42d0-ce22-42a2f31c1000/width=450/614571.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UMKTiF4nX*-W}?Rk%#IA0KXmx]soMxx]bFs:", "type": "image"}, {"id": 614558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/088d1142-7d58-41f9-4dbd-247987468200/width=450/614558.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UFI;Ycx@0|R5-6o#.TMvETIA%gRP9b={-.Nd", "type": "image"}, {"id": 614566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9754876-50a5-4551-9d02-758610873600/width=450/614566.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "USF~K:-;%#tQ?wxbOYS39_RjaJWBI;oLr=s:", "type": "image"}, {"id": 614574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/119a1044-641b-43d5-e4ee-9e906bee6e00/width=450/614574.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UnI}9nIUys-Ap0x]OZX9n4bwWVsAIpRjxZnO", "type": "image"}, {"id": 614561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4f401a8-7a94-4fb6-e44f-df80f7853800/width=450/614561.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UDHT{s9YY2E0}r%K62%200sl?vjJw0j=NZog", "type": "image"}, {"id": 614564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/718caaf5-739d-40a9-6c61-8ef794a4ac00/width=450/614564.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UXJ@LG~9y;-SpHRhkVWAE0M{R%t7tQbFofxG", "type": "image"}, {"id": 614562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ad347b1-9269-401d-f709-0778fb454200/width=450/614562.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "U8INaQ0039Dj55D*Xg%300?Iov?I9@4o~VD*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/56694", "modelId": 52254} \ No newline at end of file diff --git a/datasets/metadata/567037.json b/datasets/metadata/567037.json new file mode 100644 index 0000000000000000000000000000000000000000..6947377f3b4116aa442aa01e1f182e78d3ff5671 --- /dev/null +++ b/datasets/metadata/567037.json @@ -0,0 +1 @@ +{"id": 567037, "index": 0, "name": "Rachel Casich Cyberpunk 2077", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-12T03:44:26.782Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 79, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 482895, "sizeKB": 209194.505859375, "name": "567037_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T00:25:47.150Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FF82FD9C", "AutoV2": "02B826F855", "SHA256": "02B826F855365F8E44C50EF9EC8C365F7E8C2B1515941C97302089A323844DC5", "CRC32": "336395A8", "BLAKE3": "B8944385CDC3E2B12FCD4ED3E31753371C95036E5C5D519F029FC20D831BEFDC"}, "downloadUrl": "https://civitai.com/api/download/models/567037?type=Training%20Data"}, {"id": 483152, "sizeKB": 223106.89453125, "name": "Rachel_Casich_Cyberpunk_2077.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T03:45:51.343Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "578EC721", "AutoV2": "0D3CCDADA9", "SHA256": "0D3CCDADA93D6EEBDCC6557379A2F834F29146D74B9359920559951F0777D624", "CRC32": "4295D645", "BLAKE3": "DAAF5A68DEF90217AA6FA555975F3F8406176A1597D5D60667B92CF185E04DF4", "AutoV3": "E06B18E7679C"}, "downloadUrl": "https://civitai.com/api/download/models/567037", "primary": true}], "images": [{"id": 15484013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db76bedb-c951-4b82-8f2d-303e3313c449/width=450/15484013.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9ATp2V@0MXT_NxZ5mNHE,R*%0s:EfX8-oi_", "type": "image"}, {"id": 15484011, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff63bb16-fa5c-4134-b902-eef379f70ffc/width=450/15484011.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UdMGk,NG.Sxu_NRkXTs:WDoLr=WBRkWVkWae", "type": "image"}, {"id": 15484010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6708604-f748-4ea2-8d99-5e0a6bdedbec/width=450/15484010.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UbMZw6j[~p%L^*ofNGR*xZayIoj[IVaz%2ay", "type": "image"}, {"id": 15484193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4929d98-fce7-4606-9e55-600db44b19a5/width=450/15484193.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "ULJtSXe.B;kWyZxttlR+0Mozensm;{NHnhnh", "type": "image"}, {"id": 15487911, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/106be4a1-30c7-41c2-a23c-7ed5fa212dd7/width=450/15487911.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UIM?er~p?[-;xsM{M{Mxp9tQMyIoD%oz%Lxu", "type": "image"}, {"id": 15487923, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e6d3652-ac36-4e78-b7c4-336d462f89e8/width=450/15487923.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UGJ7qM00PCIUp0WCj^-qYRM}wb%M9FofX8IU", "type": "image"}, {"id": 15487914, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc9340f5-d020-445a-b418-00204eefb950/width=450/15487914.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U5E{3E^-0q^R-oM_57Rh01s;v{5600Nd^hx^", "type": "image"}, {"id": 15487916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b55a62d-f4d4-4ae0-8214-937e93617f28/width=450/15487916.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UAJt0:IBGK-q9RxvIpoLBZt7roayD4Wos*M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/567037", "modelId": 510192} \ No newline at end of file diff --git a/datasets/metadata/567074.json b/datasets/metadata/567074.json new file mode 100644 index 0000000000000000000000000000000000000000..04b47c4bcee40192a48f979a1c19764e1a6ccc18 --- /dev/null +++ b/datasets/metadata/567074.json @@ -0,0 +1 @@ +{"id": 567074, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-12T00:36:36.653Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 112, "ratingCount": 0, "rating": 0, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 482902, "sizeKB": 5842.5009765625, "name": "Arlette_Almage_twilight.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T00:31:17.680Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0DBEDE68", "AutoV2": "FC80CCB780", "SHA256": "FC80CCB780E412C6933B45AA4DDD41FB543186C205F0A0692562BA78378BCD21", "CRC32": "FB19516B", "BLAKE3": "BB8656AC366865E84119BFC7BAB8BB3801FA5420CE8599BF193BC034A8EE212B"}, "downloadUrl": "https://civitai.com/api/download/models/567074?type=Training%20Data"}, {"id": 482903, "sizeKB": 22234.15234375, "name": "Arlette_Almage_twilight-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T00:31:28.340Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "607EA954", "AutoV2": "0AFD2AF543", "SHA256": "0AFD2AF54362AC44BCEE33CDFC7250E6BE18120B41F368B6E652D1B9C79209BE", "CRC32": "0BD47B1F", "BLAKE3": "5C73963F63F84FFC27CE325BDFCE8CEF9054ED2F85D94C080231C3AA5A8C27DE", "AutoV3": "D27469EEB7D6"}, "downloadUrl": "https://civitai.com/api/download/models/567074", "primary": true}], "images": [{"id": 15466612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/116788ad-6f53-4c80-8ef0-44e2f7a6b677/width=450/15466612.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIQSC@a0%$%2M_RP?^M_?^t7Vtof_MWBt7xu", "type": "image"}, {"id": 15466614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d8a5189-3248-4a96-8f9b-6eab0b42b9df/width=450/15466614.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIQSC@a0%$%2M_RP?^M_?^t7Vtof_MWBt7xu", "type": "image"}, {"id": 15467426, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/903332fa-a212-4c2e-8a3b-433776e979e5/width=450/15467426.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJPPAe_N%fwH$c.7O@XS4nIB%M%2-;ba9FRQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/567074", "modelId": 510219} \ No newline at end of file diff --git a/datasets/metadata/567318.json b/datasets/metadata/567318.json new file mode 100644 index 0000000000000000000000000000000000000000..abe29e1cf63f72752ceaf3246daccfb7b9cadf51 --- /dev/null +++ b/datasets/metadata/567318.json @@ -0,0 +1 @@ +{"id": 567318, "index": 0, "name": "Riendonut Style", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-12T04:41:09.259Z", "availability": "Public", "nsfwLevel": 28, "description": "Just as is Currently, update notes will go here when there is an actual update to the style model.
", "trainedWords": [], "stats": {"downloadCount": 58, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 483156, "sizeKB": 25435.4365234375, "name": "567318_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T03:46:17.041Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "65645506", "AutoV2": "6323182852", "SHA256": "6323182852B086EACF54D467C485DAA2E7F5FE316A09F3C641DA3CCD00C550BB", "CRC32": "B374B082", "BLAKE3": "FFD3990A90E62FB33B6109B518763DC070810EE0DFF27601ED14AF644C4233B2"}, "downloadUrl": "https://civitai.com/api/download/models/567318?type=Training%20Data"}, {"id": 483224, "sizeKB": 223105.35546875, "name": "Riendonut_Style-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T04:41:06.057Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "78760220", "AutoV2": "BB1243162F", "SHA256": "BB1243162F2EF3E9E5CF2BA6825BA0B23DB54D416D4353642D80D2AF0F2C342C", "CRC32": "D379C27E", "BLAKE3": "53481868F821301045CE9DDE38D62A8719E2434A0B03BACB7E8ED0ADD1641AE8", "AutoV3": "3D20FCE39D3C"}, "downloadUrl": "https://civitai.com/api/download/models/567318", "primary": true}], "images": [{"id": 15488059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cf37bf1-c71a-4f1f-9adc-17b32b995c30/width=450/15488059.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UkNIEe-o?Xt6.lSg=@bFtRRkWUr?XlagaLoe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/567318", "modelId": 510451} \ No newline at end of file diff --git a/datasets/metadata/56752.json b/datasets/metadata/56752.json new file mode 100644 index 0000000000000000000000000000000000000000..ebc8cce4ba403d5ba06deadfce3e06728f7f1dcc --- /dev/null +++ b/datasets/metadata/56752.json @@ -0,0 +1 @@ +{"id": 56752, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-27T17:08:36.911Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": ["jakuzure nonon", "jakuzure nonon, black soft hat, holster, black gloves,utility belt,shoulder holster", "jakuzure nonon, heart, heart pad, orchestra suit, strapless bottom, underboob, speakers wings", "(jakuzure nonon), shako cap, uniform, tassel", "jakuzure nonon,pink soft hat, track jacket, red buruma"], "stats": {"downloadCount": 2193, "ratingCount": 251, "rating": 5, "thumbsUpCount": 298, "thumbsDownCount": 0}, "files": [{"id": 50852, "sizeKB": 133935.8115234375, "name": "jakuzure_nonon_tags_fix.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-17T17:16:10.376Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3F6703A0", "AutoV2": "EA824C066C", "SHA256": "EA824C066C642974D56BBDACF32CB3DC009C08EB715FB5D57E1A73FA83D857B5", "CRC32": "89B6E8E4", "BLAKE3": "1931976E24EF40FF7843B8E4199C9AD029B56F16476D1659DC94E52BC391CE09"}, "downloadUrl": "https://civitai.com/api/download/models/56752?type=Training%20Data"}, {"id": 40567, "sizeKB": 36994.2275390625, "name": "jakuzure_nonon-20.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-27T17:11:17.553Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B76A4685", "AutoV2": "EA82917211", "SHA256": "EA829172119D60293411900C38AF335AB8A42882D5F6CF3C070E37898B6481BE", "CRC32": "579482BE", "BLAKE3": "F93EE0AC71BA49564B0622F1D9724BBBA480425F16C71E6A0BDCB02C2E2AEAB6", "AutoV3": "6E14D82C28A8"}, "downloadUrl": "https://civitai.com/api/download/models/56752", "primary": true}], "images": [{"id": 615393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80b5b487-4c32-4109-f484-a6995423f800/width=450/615393.jpeg", "nsfwLevel": 4, "width": 512, "height": 824, "hash": "UHKdSje.0fbb-WjFELNG4ot7x[R*~WR+NGM|", "type": "image"}, {"id": 615392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97d9a741-6a0a-4ece-6738-0d2fad64fc00/width=450/615392.jpeg", "nsfwLevel": 1, "width": 512, "height": 824, "hash": "UHI5MX~q4.%f?uxvs:-:%1s:Rjt7ShR*nhaK", "type": "image"}, {"id": 615398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55a54594-a466-470d-4cb2-f4fae678e000/width=450/615398.jpeg", "nsfwLevel": 1, "width": 512, "height": 824, "hash": "UEI4|i000y0e-;9Gxtx[oeNG%2Rj~pM{E1ay", "type": "image"}, {"id": 615390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/583f52ef-3c86-43e7-71a8-8b001af57700/width=450/615390.jpeg", "nsfwLevel": 8, "width": 512, "height": 824, "hash": "U6IX%3MJGY0L_30L_MofMxxux[R*~pD%_3%M", "type": "image"}, {"id": 615399, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f29b5a6-73f4-4482-b71d-e33d804e0f00/width=450/615399.jpeg", "nsfwLevel": 4, "width": 512, "height": 824, "hash": "UCMG@yTJ3ZI[00vxMwIUxr9wf3I?$ca2-:bv", "type": "image"}, {"id": 615394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2a65812-1a29-4206-7570-d741e20cfd00/width=450/615394.jpeg", "nsfwLevel": 4, "width": 512, "height": 824, "hash": "ULI;#H~W5QS4%2ozNa%LsCxaxut7oLWBM|Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/56752", "modelId": 52314} \ No newline at end of file diff --git a/datasets/metadata/567633.json b/datasets/metadata/567633.json new file mode 100644 index 0000000000000000000000000000000000000000..6c4b699d26850f6c0dfbfe57e5dd736bec1c5d9b --- /dev/null +++ b/datasets/metadata/567633.json @@ -0,0 +1 @@ +{"id": 567633, "index": 0, "name": "Underbun / Underbutt", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-12T15:37:37.014Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["Underbun", "Underbutt"], "stats": {"downloadCount": 290, "ratingCount": 0, "rating": 0, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 483470, "sizeKB": 1433.265625, "name": "567633_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T07:41:29.569Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "17A499698D", "SHA256": "17A499698D654F5D394B16DA42C9B5417347364C8114D99C861DCA22793F3552", "CRC32": "2FB224C2", "BLAKE3": "83AB542D435745D6D024B8881D498FF10AE44F7C25B04C744B1EFDB0663029F7"}, "downloadUrl": "https://civitai.com/api/download/models/567633?type=Training%20Data"}, {"id": 484014, "sizeKB": 223100.26953125, "name": "Underbun__Underbutt.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T14:20:56.917Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "536F8A29", "AutoV2": "7AD13769E1", "SHA256": "7AD13769E1713FAD6D3D0E8C00482C6A7C945D879CFF0C08BDE9848436539A39", "CRC32": "05396B88", "BLAKE3": "5E258F16347102F255EE0AD385CECAF7CF638724D544E124428D5A10AEF5954F", "AutoV3": "83A4ED537D21"}, "downloadUrl": "https://civitai.com/api/download/models/567633", "primary": true}], "images": [{"id": 15769860, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2fc8694-f087-4c85-b02e-1343df15fd9b/width=450/15769860.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UCGugx?Hp7M_8xaeDlM|}YRiXV-;0KRjnLt6", "type": "image"}, {"id": 15550035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/722944ca-84f8-475c-9405-453a542b15f5/width=450/15550035.jpeg", "nsfwLevel": 2, "width": 450, "height": 658, "hash": "UPH_Y-IT%L-oA^MwE2R+_4xCR-R+.9IUniWC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/567633", "modelId": 510734} \ No newline at end of file diff --git a/datasets/metadata/567643.json b/datasets/metadata/567643.json new file mode 100644 index 0000000000000000000000000000000000000000..434040cd3502e460f9b32db4eeb103580ecd8b5d --- /dev/null +++ b/datasets/metadata/567643.json @@ -0,0 +1 @@ +{"id": 567643, "index": 0, "name": "V1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-12T14:04:07.081Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Mini dress", "Underbun", "From behind", "Facing away"], "stats": {"downloadCount": 289, "ratingCount": 0, "rating": 0, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 483479, "sizeKB": 1702.6650390625, "name": "567643_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T07:50:41.014Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "6596E79EB5", "SHA256": "6596E79EB52A578668E3F2463D23A3650E1CC397D8EC100C4DA4DBC229BEFB19", "CRC32": "A22C47E0", "BLAKE3": "B5685AF0E537B67E4AE48C704931E637750976D75EDDF75C4A79BD28AE5D265A"}, "downloadUrl": "https://civitai.com/api/download/models/567643?type=Training%20Data"}, {"id": 483982, "sizeKB": 223101.12890625, "name": "Mini_dress_from_behind_underbun.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T14:06:17.572Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0223BBB2", "AutoV2": "27EFB1A95D", "SHA256": "27EFB1A95D7944EA91359D5BAE73D8AFA7DD3F0DC8D9ED021FF5B603358CF2D7", "CRC32": "45150D5F", "BLAKE3": "2A730BCD65E4D2B1354D6AEABD39F0329F8756E5178C60D4EF0BC00929BE23A6", "AutoV3": "0F4828BF8C83"}, "downloadUrl": "https://civitai.com/api/download/models/567643", "primary": true}], "images": [{"id": 15533563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/634c144f-8c9b-431f-9a18-4dfa256f5984/width=450/15533563.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UNLX0x00*0$$-lbcxZM{EM%MsURk-;n$MxX8", "type": "image"}, {"id": 15533564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0dc96807-abe2-4509-9b78-1c55ac67853f/width=450/15533564.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEKlv=0g00={H=bb-;i_8_s.?aWX*0nhmkb^", "type": "image"}, {"id": 15533561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d1dd444-8806-4d34-94eb-8dc517616896/width=450/15533561.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFHTa1-T~ANH-Us:oJRk=_WCEMR*xZR+xFxZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/567643", "modelId": 510745} \ No newline at end of file diff --git a/datasets/metadata/567668.json b/datasets/metadata/567668.json new file mode 100644 index 0000000000000000000000000000000000000000..450202ae3b196447894cbfc5d0ba56483a35fb93 --- /dev/null +++ b/datasets/metadata/567668.json @@ -0,0 +1 @@ +{"id": 567668, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-12T08:43:40.680Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["m4gg13s"], "stats": {"downloadCount": 75, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 483558, "sizeKB": 17744.5439453125, "name": "images.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T08:51:42.599Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5FF3E974", "AutoV2": "9BAB5B0387", "SHA256": "9BAB5B03876FCABD283D574040C0231B62488FF38222E604063201FEE83045EA", "CRC32": "085AD6A2", "BLAKE3": "A6E8E01ACC36AD31667286872D6B6F02BD28679794741C69B9570264BE1786FA"}, "downloadUrl": "https://civitai.com/api/download/models/567668?type=Training%20Data"}, {"id": 483551, "sizeKB": 36978.3515625, "name": "m4gg13s.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T08:46:37.066Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D5C3ED3F", "AutoV2": "36A2A95E1E", "SHA256": "36A2A95E1E18AC6A6FE3B3BE1C8DB2029676CEEBF50E061998E452F4EEFD6936", "CRC32": "C2BD1F5D", "BLAKE3": "F09AD5C5136678B07C7E144C9FD56AA3302CE3352922F8207163D044749866F7", "AutoV3": "9BEF86C88C6B"}, "downloadUrl": "https://civitai.com/api/download/models/567668", "primary": true}], "images": [{"id": 15507473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/708a58c9-fa68-4ad1-9e57-cd02abb816d6/width=450/15507473.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UaIgvDWAGGof?woe?Ibbt,R*-o%2%NoJxaof", "type": "image"}, {"id": 15507488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/740d7f04-dfd6-43fc-b2be-c52d50c6e4c2/width=450/15507488.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UfGIl#?b~q-;-;xuozofM_IUIUM{WBRjRjax", "type": "image"}, {"id": 15507474, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c3161d4-127e-4c7c-a229-354ca6441b88/width=450/15507474.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UUD8%S=_t6j[~8-mxZoe-n%0s-a}ofs.j@WW", "type": "image"}, {"id": 15507483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/267ba291-26d7-417c-9c06-ccaab378a029/width=450/15507483.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UpH-$3-;Y5-p?wxtxuxatSaeRjWBtRjuRPof", "type": "image"}, {"id": 15507470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab64d2a4-8721-42ad-809b-e4c442b6672c/width=450/15507470.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "U45}v@NZ%%R$I]IUkCWB8^r?9E%3oz.8oxj^", "type": "image"}, {"id": 15507471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d575116-0350-4fb1-91cf-633f235345b0/width=450/15507471.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UXEMavs:.9a}_4ogtRj[aeazMxj[t8WBWAf6", "type": "image"}, {"id": 15507478, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1672e001-09c5-4a1d-8547-0dfe1eb6eda4/width=450/15507478.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "U296zJE300~B8x$i0zIpMfJ8~o=xKgj@,GRj", "type": "image"}, {"id": 15507472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7416f417-4364-45a5-88c4-2e4739871688/width=450/15507472.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UGAm3T~UxtIV-:xukCM|WBRkoft79aE3of%K", "type": "image"}, {"id": 15507476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bb2858b-2ff6-4223-9a28-a8eefa673fa2/width=450/15507476.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "U88D-6?b01E1D%E1NGax4:t7~W-pWVRjRPWB", "type": "image"}, {"id": 15507477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55ed7e49-a33d-4b84-87bd-2c3c300a6c82/width=450/15507477.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "U24BtT8c%hBo?vG]-pEzjdF{=KEL+GIUvzAC", "type": "image"}, {"id": 15507486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a742a19-1fc9-42bd-bae2-14f6a1a7c5c0/width=450/15507486.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UWIzh;M{u5$*_NkC.8ofS$xu-oo}yDj[s:kC", "type": "image"}, {"id": 15507479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f293d4d8-a53a-4e63-813a-dc9d711bdbe5/width=450/15507479.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UA68:F.Tx]V@tRj[WBV@MwIARPe.RPV@a}ay", "type": "image"}, {"id": 15507480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48ee3b41-61fc-42e0-8c72-10f5f5e70f6a/width=450/15507480.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UXDI?-%1WUs.~BxajYoe?Gs:t7t7x]kCaejs", "type": "image"}, {"id": 15507481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12e490e3-b364-4699-90a2-15338ab90f41/width=450/15507481.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UWGkH{,oNEW.~UnNNHt7kURPs:%2?GaJnht7", "type": "image"}, {"id": 15507482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d78a9165-2c1b-45cf-9a45-08440dce1548/width=450/15507482.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UMBMoS?GE19Z~V%LD*D*_2xuIVM{-:t7M{ax", "type": "image"}, {"id": 15507484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6934e885-6e74-4db2-8249-091aa974129e/width=450/15507484.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UYGl3Mt8tRxa~qxajYayNJjYM{R*RPRkWBoK", "type": "image"}, {"id": 15507487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a1a8a88-aacd-418c-82a1-63e887fd5186/width=450/15507487.jpeg", "nsfwLevel": 1, "width": 2048, "height": 3072, "hash": "UVM77QIAp{?HyYbb^+WUOD%MVrWV.9RPxabb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/567668", "modelId": 510769} \ No newline at end of file diff --git a/datasets/metadata/567764.json b/datasets/metadata/567764.json new file mode 100644 index 0000000000000000000000000000000000000000..41272f8440ff7d12d6c9106299be20b6b858a28a --- /dev/null +++ b/datasets/metadata/567764.json @@ -0,0 +1 @@ +{"id": 567764, "index": 0, "name": "Paigraph/Sepiascribe/matsu-sensei sketch style", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-12T12:21:39.610Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": [], "stats": {"downloadCount": 65, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 483613, "sizeKB": 17695.8115234375, "name": "567764_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T09:31:26.861Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "86585A11", "AutoV2": "15CEE50083", "SHA256": "15CEE5008346EC4CFFC847D7FFEE148EBCE6F7A2F9E54547E8A11BF16F5AEDD3", "CRC32": "E4318701", "BLAKE3": "4FA2DD33D5BBFC598A3FC3AB4032B0C6549EECB9557DBAC122D6A2FC18428EBF"}, "downloadUrl": "https://civitai.com/api/download/models/567764?type=Training%20Data"}, {"id": 483832, "sizeKB": 223114.80078125, "name": "PaigraphSepiascribematsu-sensei_sketch_style-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T12:20:56.373Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0E8B17C6", "AutoV2": "10E1131361", "SHA256": "10E11313611B68806CE8CB4C4982C7FC23AE5412620030BADEE2E314B51FEEB1", "CRC32": "0452076F", "BLAKE3": "D0CD6D2450CBD6900D26CFDA8D2782AD859CD0B73F2C022210D0779D2D5FCD21", "AutoV3": "22F08A7E2EFB"}, "downloadUrl": "https://civitai.com/api/download/models/567764", "primary": true}], "images": [{"id": 15524500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/368bd23f-bf7d-445a-b2ad-3b634b67cc95/width=450/15524500.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UYI#iO%3%zt6~qs;t8oJNeM{S5R+-pRiIoWB", "type": "image"}, {"id": 15524501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9064acb0-61ed-4645-bc86-118023b849f0/width=450/15524501.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7IhaE.m3=^P.SVa00=t0LJ.OsRO0000.9wH", "type": "image"}, {"id": 15524499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7ae3214-89bd-4b15-9363-1777a64c37de/width=450/15524499.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKHeg+S5u4t6~DkCEgRjImad4obbS~MyRO%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/567764", "modelId": 510853} \ No newline at end of file diff --git a/datasets/metadata/567849.json b/datasets/metadata/567849.json new file mode 100644 index 0000000000000000000000000000000000000000..ae97f26766c73e418f186c9b26fcb7e7d78acd8c --- /dev/null +++ b/datasets/metadata/567849.json @@ -0,0 +1 @@ +{"id": 567849, "index": 0, "name": "soaked_kaffee", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-12T11:05:53.516Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 58, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 483685, "sizeKB": 14522.494140625, "name": "567849_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T10:30:42.942Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0013CE72", "AutoV2": "D6A0BB552B", "SHA256": "D6A0BB552B00866001BF76E65461AA5261059F2EB1BC9C511AEDFD6F7CE18825", "CRC32": "3845FD54", "BLAKE3": "BABDA12233B7D77B708BCFFF89C0EEB58C44019F6A53D3C60E2FBEBDBA7F442B"}, "downloadUrl": "https://civitai.com/api/download/models/567849?type=Training%20Data"}, {"id": 483727, "sizeKB": 223098.87890625, "name": "soaked_kaffee.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T11:05:58.464Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9ABA173B", "AutoV2": "7BC0318C5D", "SHA256": "7BC0318C5D313B2AE8DF9B3AE0A9D7E0AF6C308F72CA047B309481A0B283596B", "CRC32": "6BEEF7E0", "BLAKE3": "EB9FC8A0C8FD8F35ED233EE71019BCC9FE2B0DD4DF992EC0EA838756BB232A44", "AutoV3": "ECCBB27568A5"}, "downloadUrl": "https://civitai.com/api/download/models/567849", "primary": true}], "images": [{"id": 15516883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33706f6d-a1db-45fb-a178-80fee489a64a/width=450/15516883.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UcL}1]RiIBt7.T%Lt7WCIAR+kCoLWYWAWBay", "type": "image"}, {"id": 15516884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f701c799-0e33-45e8-9d2a-ede16ecccc51/width=450/15516884.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UVKxF|f-Mzf9pfD%j[oz4UxtoeWBWFR+aeof", "type": "image"}, {"id": 15516887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfcd3acf-2b90-466d-b60c-5625fdd71f31/width=450/15516887.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UfJ[P4fmMyof.AD*ofofIBoKt6WBj[j]Rjof", "type": "image"}, {"id": 15516886, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6540076f-5763-4017-b4ff-2af6d0416d5c/width=450/15516886.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UkLz~u-;WBaf?wIoRjoyIUoJt6f6Rjt7WVWB", "type": "image"}, {"id": 15516991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ba6a53f-b838-46d8-ac52-bf2a59d0f336/width=450/15516991.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UzI#x_t6spof~qofj[j]xtbHRjj[R*f7WBay", "type": "image"}, {"id": 15516997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5046a5ad-a5bc-48e7-b0c9-12403e293e1b/width=450/15516997.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U#IF0okCagt7~qj[j[j[xaoJfPWBWna#WBa|", "type": "image"}, {"id": 15516992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/696dec85-cb17-4a08-b721-4368cf04467d/width=450/15516992.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UmH.j7Ipe=t7?wRjj[j[9GkCayWBIpWCayoL", "type": "image"}, {"id": 15516990, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c92ca5f-cf5a-4b3f-acdf-b0a126fd6198/width=450/15516990.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UsHoI2j]s;of~qjuWBkBxuoea{ayWBj[WBay", "type": "image"}, {"id": 15517156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5b14231-bac7-4a5b-aa9e-5114735d732a/width=450/15517156.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UgF?CORjD*xu_4flRjs;V[ogayj[kCofRja{", "type": "image"}, {"id": 15517154, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c6023fc-ddc1-47a0-bb80-6b5b3e2254e8/width=450/15517154.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UcFF~jt7IUt7_4ofWBofV[s:ofoMozs;WBof", "type": "image"}, {"id": 15517155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84b7e265-e9b4-4a1a-b292-6385ef7a5931/width=450/15517155.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UZEff|%NM|IU_4xbRjRjV[WUt7ofa|ofofju", "type": "image"}, {"id": 15517158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df9219b8-7571-47b0-8b4d-6ad69b7758f7/width=450/15517158.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UeFPZ|xuD%a#_4t7RjRjV@ofofRjozofWBWV", "type": "image"}, {"id": 15521528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91a1215c-d39c-43d9-b37b-86d106799fa4/width=450/15521528.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCE{U=9v8|?c~K9Y4ox^%1s*IVM|xt%2x^oN", "type": "image"}, {"id": 15521526, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74075245-3e7f-444a-a76b-063e368cd994/width=450/15521526.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGEooa~pE4Rn?A?FIuIq-pW,bJbJ?bo#M|Rj", "type": "image"}, {"id": 15521525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/396cba6e-15e3-4218-93aa-45856e9c9f29/width=450/15521525.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDEfKL_MrB8w_L%HIAM$.8ousor]k@x]sRnO", "type": "image"}, {"id": 15521938, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0a63994-bb16-4315-8942-9410efa94d92/width=450/15521938.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UpKw|K~qRkR*x_xuWAWBt7M{RjoLxufkWVj[", "type": "image"}, {"id": 15521939, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8dfe876b-22bc-433e-9e78-e8386f15f7d3/width=450/15521939.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UcJ[P2W@D*t8pfE1oefkIARPxtWBRlt7WAa{", "type": "image"}, {"id": 15521937, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25edb19d-58cc-4513-8e9a-9fa27110f7c8/width=450/15521937.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UjLqU#~qIVkCyF%3RjWV%1M_RjofxuWXbIof", "type": "image"}, {"id": 15521940, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b86952d-b8f7-467b-ad3c-9b69e5b54109/width=450/15521940.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UlKBO5?bD*t7.AR,WAofsTRPozayxua#azj[", "type": "image"}, {"id": 15522343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9c5c1e7-6729-44b0-b448-326bb28f2d6f/width=450/15522343.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UiJHzHV?IVWW.TRkRjaxNNWVaxaz~Wt7a}j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/567849", "modelId": 510927} \ No newline at end of file diff --git a/datasets/metadata/567853.json b/datasets/metadata/567853.json new file mode 100644 index 0000000000000000000000000000000000000000..812e72b7dbf3f1d378247274db71fdd5481a740f --- /dev/null +++ b/datasets/metadata/567853.json @@ -0,0 +1 @@ +{"id": 567853, "index": 0, "name": "soaked_mundwasser", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-12T11:10:21.228Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 67, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 483687, "sizeKB": 4571.1064453125, "name": "567853_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T10:30:47.069Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "63AA8A35", "AutoV2": "550090AAD3", "SHA256": "550090AAD3661227B09C02EE4BA68FD390803CD249F01FB1A6EE0A05BFA98254", "CRC32": "2D507233", "BLAKE3": "EC9F0E86AC6B20620CB4767DC6746CC53C0130D9E072199A24DC7A5D7935A44A"}, "downloadUrl": "https://civitai.com/api/download/models/567853?type=Training%20Data"}, {"id": 483736, "sizeKB": 223098.89453125, "name": "soaked_mundwasser.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T11:11:55.557Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EC049687", "AutoV2": "C6077A3A45", "SHA256": "C6077A3A454FE40CE6269B33E313BCB9CA139A5862E7A3B6DE5F563AD184BA4A", "CRC32": "5705EE6F", "BLAKE3": "03962FDE5CF44A2D6C3752595458F7A07E12EE1FFA0A3C22CB201DDF95EC7CD6", "AutoV3": "50D336C9E1CE"}, "downloadUrl": "https://civitai.com/api/download/models/567853", "primary": true}], "images": [{"id": 15517590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e67cbe1-0917-48fa-be10-41e5b8ec4041/width=450/15517590.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UeF?twbJH@xu?wayV[ofR5ofozaeo}ogaLkB", "type": "image"}, {"id": 15517587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca28d9fe-f044-4be7-9e0a-9198b54ff295/width=450/15517587.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UdE|9$x^IBV[?^tQRjWVxtoxozkBxtoMj[j?", "type": "image"}, {"id": 15517585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f68eb2d6-59e0-4adb-8e07-f66faa2f508f/width=450/15517585.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UbFPvp%#R6RP?^xuWUWoxGe.tRozxukCofjZ", "type": "image"}, {"id": 15517586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42dfc12a-bd2d-45f0-86ad-dff247a68034/width=450/15517586.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UcFG8-RkDjxu?^R+Rjt7xFt7ozR*tRozjZWB", "type": "image"}, {"id": 15517768, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3db3a03-299a-45a1-9b5e-f0980c157a5d/width=450/15517768.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UfJ*|_%gVZt7*0x[ofkCMxaxayayMxa}j@az", "type": "image"}, {"id": 15517764, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0e6e2d0-2284-4537-93e5-83dd610674ef/width=450/15517764.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UdJk.eo#IAt7?wRkoLayrqRPt7bFodt7WBay", "type": "image"}, {"id": 15517765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7777d5dd-9539-4cce-b3f0-cefc32c639b1/width=450/15517765.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UiJufckXMyoM.TRjofj[elV@oyayRjkCWBaz", "type": "image"}, {"id": 15517766, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2815a848-ad7a-4f5a-aedb-2e681e66ffbb/width=450/15517766.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "ULIP9.9IMfxbL4IBxufk8ws9fiWBt8f+V@kC", "type": "image"}, {"id": 15517883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a3759ef-6957-4bc9-9a51-6d191bfe81ee/width=450/15517883.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UgGJgNNLVts;.TMyj[kCH@RjozWBM|t7V@af", "type": "image"}, {"id": 15517885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c672bf8-f7ca-4678-8b19-82ac3e79a1f5/width=450/15517885.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UjGcW0S6VtoL?^Rkofof%1aekCWVIUWWazaf", "type": "image"}, {"id": 15517886, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ba100dd-c912-4686-a219-256e739501e2/width=450/15517886.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UmHok0o#RQt7_NRjj@j[%1Rjozay%MogV[ae", "type": "image"}, {"id": 15517884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c290076a-18e9-40bd-92d5-66a140e6108e/width=450/15517884.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UsHVxO%MeVof_Nt6fkofxaWBbHj?M|WBaeay", "type": "image"}, {"id": 15518608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9060012-2fb8-4831-8688-95babc9e545e/width=450/15518608.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKFZKH*0ivMwUDXljGbX.8yDRns:rws=o}WV", "type": "image"}, {"id": 15518607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a46287a1-b588-4e40-8493-6332e6f1622b/width=450/15518607.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKFsV*eCU]%#y=VsZ%o}H=V?WDni?HogV@i_", "type": "image"}, {"id": 15518606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d21968f-9470-4d68-a165-dafe342a562a/width=450/15518606.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOF6a$*JMJodTXtPjckV%$tmV[adr_eqbFba", "type": "image"}, {"id": 15518605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b42b0431-2996-48e5-97e6-96001ba5f873/width=450/15518605.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCFZ4y%y8w?]LwEfH@%M_NxVIUV|~q.7XSRQ", "type": "image"}, {"id": 15519067, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30e3f46c-0e5e-4503-8a28-1560b65ef302/width=450/15519067.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "USC@T-WER5x]?^a|aet7n3ofozn$t7ofjZof", "type": "image"}, {"id": 15519066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7faa83aa-c62f-4bdf-bcc1-b4dfab1eabd3/width=450/15519066.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UQCZ;PkDIAxv?wa#Rjt7w[oKbco0n$ofofju", "type": "image"}, {"id": 15519065, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/653385e5-0509-4914-9b7a-6e27901686a2/width=450/15519065.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOB;F5o~MwRO.TogWARjxBadozkDs,WBozkC", "type": "image"}, {"id": 15519068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6828a895-7694-46d2-b31c-b481ea17f74b/width=450/15519068.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMC%gLyCMKt7.Tt8aKof${oxW=oeaJjGkVfj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/567853", "modelId": 510931} \ No newline at end of file diff --git a/datasets/metadata/567891.json b/datasets/metadata/567891.json new file mode 100644 index 0000000000000000000000000000000000000000..c265cdd305c8bece3db85118f4549c03dd784456 --- /dev/null +++ b/datasets/metadata/567891.json @@ -0,0 +1 @@ +{"id": 567891, "index": 0, "name": "Kira Yamato Pony XL v2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-12T16:50:38.133Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": ["kira_yamato", "uniform"], "stats": {"downloadCount": 73, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 483765, "sizeKB": 44591.9453125, "name": "567891_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T11:30:53.809Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2DF873AA", "AutoV2": "7132EE1217", "SHA256": "7132EE121743C66652FAD4D03097FB3E14682911024C351B5217FD4F9C65325B", "CRC32": "93985FD1", "BLAKE3": "3A18B2116ACC59E2A9163F117FBBD90AF2E1A113508C9C91DFABCB2EEF014CE9"}, "downloadUrl": "https://civitai.com/api/download/models/567891?type=Training%20Data"}, {"id": 484254, "sizeKB": 223100.33984375, "name": "Kira_Yamato_Pony_XL_v2-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T16:50:41.655Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "799EE628", "AutoV2": "BB5CCE1D99", "SHA256": "BB5CCE1D991DB1B3D85D341E2A94E7515EFE8BE202F7AEFF49278CB0BF671CA3", "CRC32": "854E207B", "BLAKE3": "5B6A4A6D2D783931A19A2D3336EC4ECF33E8D878B4EF57EE913B1BB68C19BAB9", "AutoV3": "3AD676C15291"}, "downloadUrl": "https://civitai.com/api/download/models/567891", "primary": true}], "images": [{"id": 15549501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfb5c50b-5c63-47dd-8f81-77a759428dc3/width=450/15549501.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKGk,un4xT},DNNHogn~0MSiXAERI_j=IoM|", "type": "image"}, {"id": 15553212, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c5f8c2f-c40e-4214-9d1d-5828d1777d50/width=450/15553212.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6Jt3U57^r}@Ub^jR?=_00xt0:584~E4AV$*", "type": "image"}, {"id": 15981188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c1e33f7-a5ef-4635-829b-0362e6001c77/width=450/15981188.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1754, "hash": "U8DJCvDh00-;00ngk[RO00M__2f,~Xxt$fkX", "type": "image"}, {"id": 15550444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adae0f45-7a2f-4803-b803-1685cb9b3d32/width=450/15550444.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDE_T?0*~Ajcv#OZRPR-ELE3sANH0haxt7M|", "type": "image"}, {"id": 15552314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a87f2b32-f715-409c-81eb-c96772679895/width=450/15552314.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDGaqA?CTwK3}@xY-V$i%L$%^j-U-i^jt3Ip", "type": "image"}, {"id": 15962808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a257fc42-892a-4826-94d1-9b31b0ea77fa/width=450/15962808.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBAJWqXn1Q%3%itSb_tR0$xu}@bcNHt6$zof", "type": "image"}, {"id": 15557943, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da74d457-2ea0-441d-a377-c947a054fcd5/width=450/15557943.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UPMiTGET.7Si~7M|-QxCRooysA%14@J7s;WU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/567891", "modelId": 510965} \ No newline at end of file diff --git a/datasets/metadata/567949.json b/datasets/metadata/567949.json new file mode 100644 index 0000000000000000000000000000000000000000..f0db4ab29feecff50fb2db346000e7e8eeb29203 --- /dev/null +++ b/datasets/metadata/567949.json @@ -0,0 +1 @@ +{"id": 567949, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-12T13:19:23.051Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": [" 1girl, 1boy, buttjob, covered_buttjob, penis, looking at viewer"], "stats": {"downloadCount": 875, "ratingCount": 0, "rating": 0, "thumbsUpCount": 167, "thumbsDownCount": 0}, "files": [{"id": 483786, "sizeKB": 2030.2666015625, "name": "567949_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T11:51:11.237Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "FC06B31DE2", "SHA256": "FC06B31DE27A4AD171DFD4347EF8BAE308A78EE63CDE44F9E05F737CF300A222", "CRC32": "87167768", "BLAKE3": "BB14223EB8E922CE85F91AEC72926CC576AAFF23A491630F8DC207B350D0BF2D"}, "downloadUrl": "https://civitai.com/api/download/models/567949?type=Training%20Data"}, {"id": 483915, "sizeKB": 223099.18359375, "name": "hot_dogging__sumata__buttjob.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T13:20:42.641Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4420E1A6", "AutoV2": "86A85886D9", "SHA256": "86A85886D9164039F948A74B2D57B8ED59781D1477E93B56A0155871AB8E2E05", "CRC32": "71C97EB8", "BLAKE3": "D530BBC28DEC600819A394EDC93220B3195DDC40825A78EFDE3837A531359DDD", "AutoV3": "02AEBBC34232"}, "downloadUrl": "https://civitai.com/api/download/models/567949", "primary": true}], "images": [{"id": 15529829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2ca84ad-ca42-4b53-be2c-7e8de92014ed/width=450/15529829.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "ULKU7%-;t9R+0gof%MozZ~IUaJ-;~qIU9a%N", "type": "image"}, {"id": 15529803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b676cc16-d370-4d74-b9bc-723f535b2836/width=450/15529803.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBD[-D%2~CfSJ;s:ELj]-9NGV?xa-qR*Rjxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/567949", "modelId": 511017} \ No newline at end of file diff --git a/datasets/metadata/568020.json b/datasets/metadata/568020.json new file mode 100644 index 0000000000000000000000000000000000000000..1fb2530f1bbbad62f425796479d0ae8b4b489bd8 --- /dev/null +++ b/datasets/metadata/568020.json @@ -0,0 +1 @@ +{"id": 568020, "index": 0, "name": "Gokudera Hayato_HITMAN REBORN!", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-12T13:34:03.586Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["male focus, grey white hair, Gokudera Hayato_HITMAN REBORN!, blue green eyes, 1boy"], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 483852, "sizeKB": 13194.7998046875, "name": "568020_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T12:35:42.987Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "72C79B70", "AutoV2": "E129122521", "SHA256": "E129122521DA51031DA511B22E7A5E08DE9672530BA07EC71F032671ED49C933", "CRC32": "7E889155", "BLAKE3": "695555ACB5CCC484883FF6C4B872E53AF9913527DA9E91044008B8BAA2507D4E"}, "downloadUrl": "https://civitai.com/api/download/models/568020?type=Training%20Data"}, {"id": 483940, "sizeKB": 223099.91796875, "name": "Gokudera_Hayato_HITMAN_REBORN-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T13:35:53.265Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C03EBD0D", "AutoV2": "0BE1E996E8", "SHA256": "0BE1E996E858C61BCA0B9C9B1DA12EB4A9FCBDF3DB5E879CDED66C4295ED8B25", "CRC32": "7B67C72C", "BLAKE3": "0D626E333D211421C88C92027584007F7D8D9C07373107A63B3ED3E9A74D0CDB", "AutoV3": "6F16D1C63835"}, "downloadUrl": "https://civitai.com/api/download/models/568020", "primary": true}], "images": [{"id": 15531010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37d471fe-6481-43a2-8e82-6f4fdf488eca/width=450/15531010.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHMG|+tmgjsm?^R.xBM{Djjsoeoz.8V?NKs.", "type": "image"}, {"id": 15531008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61a0fb3b-1143-44b2-8acb-ff604311f4fe/width=450/15531008.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGL4jC%L5Voz.TaeZ~j[IAbIs.oJ%LofNHM|", "type": "image"}, {"id": 15531009, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/433418fe-5fb9-4d41-b812-d302e381c62b/width=450/15531009.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBM7iYtS0-%0yst7$KNG4UV@-:o#?aRjE2%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/568020", "modelId": 511082} \ No newline at end of file diff --git a/datasets/metadata/568092.json b/datasets/metadata/568092.json new file mode 100644 index 0000000000000000000000000000000000000000..aca6793b9ac296bc4a47fa3a71c3172377936907 --- /dev/null +++ b/datasets/metadata/568092.json @@ -0,0 +1 @@ +{"id": 568092, "index": 0, "name": "LuckyBone (realistic)", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-16T17:43:32.839Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["luckybone", "LuckyBoneYt"], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 492294, "sizeKB": 45927.3876953125, "name": "568092_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T15:01:26.845Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CFF801A0", "AutoV2": "73C5A33E2B", "SHA256": "73C5A33E2B732433A391332A2BCA8831FE4D990A43EBD51B3B9859EE4FDD9FF6", "CRC32": "1CBEDB60", "BLAKE3": "46AF8530C72652FAC840A994FB0095100DD41432258AFC202D1818DC37FB12CE"}, "downloadUrl": "https://civitai.com/api/download/models/568092?type=Training%20Data"}, {"id": 492646, "sizeKB": 223105.15234375, "name": "LuckyBone_realistic.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T17:36:50.735Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9A8B9A5B", "AutoV2": "213366110F", "SHA256": "213366110F87DE8D5C636692C1E00443736B3A843170B2AA7168E193ABB626C5", "CRC32": "0ED1910A", "BLAKE3": "D85B0BE6B0CE47219B6B43EF16F2E8818E3D971B8AB5E26D2DFD2EE97EAE3E7B", "AutoV3": "08011608CB78"}, "downloadUrl": "https://civitai.com/api/download/models/568092", "primary": true}], "images": [{"id": 16029230, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fef1c177-59d3-4705-9c0a-cacc7a0a16b0/width=450/16029230.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UoO|U^xu?^jsW@WXW=WBtmaxMdofx]WBn$kC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/568092", "modelId": 511146} \ No newline at end of file diff --git a/datasets/metadata/568197.json b/datasets/metadata/568197.json new file mode 100644 index 0000000000000000000000000000000000000000..e5d12a06d3c992b48f7e61de081bf42f4a328712 --- /dev/null +++ b/datasets/metadata/568197.json @@ -0,0 +1 @@ +{"id": 568197, "index": 0, "name": "bustprins", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-06T05:29:50.008Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 48, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 484022, "sizeKB": 38129.505859375, "name": "568197_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T14:31:26.610Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2AEC3020", "AutoV2": "B8C033F0CD", "SHA256": "B8C033F0CD7F94B5FD5D3CCAB05829FD9ACD67AC2BBBC8869193D9B6B926E476", "CRC32": "BE417984", "BLAKE3": "EBD9658E3CDCFBFC8B9FEDD963D53EE4FBA211A1D77C59844542C528502900DE"}, "downloadUrl": "https://civitai.com/api/download/models/568197?type=Training%20Data"}, {"id": 484367, "sizeKB": 223114.65234375, "name": "bustprins.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T18:11:29.688Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2739C34C", "AutoV2": "C93A6A0A20", "SHA256": "C93A6A0A2078F938D957F3303238976A98E867678803AAC5FCDD57B05E8EDBE3", "CRC32": "9087F5A3", "BLAKE3": "64F8D583B77D48F0D3AD95A3CB5AA9718E3BDFF2BD9C6D269EF493FBF593E4A9", "AutoV3": "1F4667A67B0E"}, "downloadUrl": "https://civitai.com/api/download/models/568197", "primary": true}], "images": [{"id": 18642873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc4c8805-c0c4-412c-9e39-e6faf31da67e/width=450/18642873.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UXH1xqIonit7?wNHaKkD%NxZM{bI?Ht7RjoL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/568197", "modelId": 511239} \ No newline at end of file diff --git a/datasets/metadata/568435.json b/datasets/metadata/568435.json new file mode 100644 index 0000000000000000000000000000000000000000..790d671b7f442be5bd1a9cb79724349dfecf2264 --- /dev/null +++ b/datasets/metadata/568435.json @@ -0,0 +1 @@ +{"id": 568435, "index": 0, "name": "Mission Hill 1999 PonyXL", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-12T22:52:15.708Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 91, "ratingCount": 0, "rating": 0, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 510099, "sizeKB": 104797.5732421875, "name": "568435_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T10:40:57.705Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "84B1985B", "AutoV2": "8E38CF7C88", "SHA256": "8E38CF7C885BAC00F2B7B5DE093DF4EBC25162718387761556A31EE8E3413B30", "CRC32": "1CE8A6B2", "BLAKE3": "66F77909C2A7CD5C149F5FBA4C6FBB9FA7F834AD42271A13F8AC7FEA9AA558DA"}, "downloadUrl": "https://civitai.com/api/download/models/568435?type=Training%20Data"}, {"id": 484713, "sizeKB": 223108.55859375, "name": "Mission_Hill_1999_PonyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T22:45:59.951Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2764C0DA", "AutoV2": "46AC106077", "SHA256": "46AC106077B50D7B55DF5CA07DC79ACD05DD44C7DBAC9D29BE262A7EC1464B49", "CRC32": "3A13A25C", "BLAKE3": "5D034CD53AF4BD5E6C6396D14A997F445956EC6E3E29C0336A8546AAD60121E5", "AutoV3": "124481145E53"}, "downloadUrl": "https://civitai.com/api/download/models/568435", "primary": true}], "images": [{"id": 15575960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15589081-6614-4c55-aa24-5aa18cac184a/width=450/15575960.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBDl$yKj0v_4IoM--ayC0Kbw%ONL5Sx@boI=", "type": "image"}, {"id": 15575961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/225879b7-44e0-4317-94b9-93db1edfd6f3/width=450/15575961.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULG9O4-pNMkX00R.sQoIx|jXR%WB$z%2t8kD", "type": "image"}, {"id": 15575957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/257ab401-5970-4264-abfd-20a699effc41/width=450/15575957.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMNnEt}=g*X9tLWANLS4-p%0w[ofyF-T$vS5", "type": "image"}, {"id": 15575963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/391bf211-8862-41a5-bb98-c33d5b9c0c4a/width=450/15575963.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "U~H;5{oabHozyZoej@bHRkozayademayjbf6", "type": "image"}, {"id": 15575958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d365056c-1318-4360-ba7f-74890b5561e3/width=450/15575958.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UF7MK:j_HqjsrRogOmado*b0nMa}X:kBr?ax", "type": "image"}, {"id": 15575962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b482894-3e4f-47bf-b8bf-1e9a5bb04bbd/width=450/15575962.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UlA5j~b]m+S#Lzn$T1bvl5X9afr=Vse:sknh", "type": "image"}, {"id": 15576129, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e6e9718-4acd-4e61-863d-82cb763e18f7/width=450/15576129.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URIrgZwaIU+$]b-WJzkXK8rgacgN-?O@kZnT", "type": "image"}, {"id": 15576124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cac6e6d-e3e2-4e28-9c1f-4b821cfa9605/width=450/15576124.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U*KV8ps9CTOtXnj[nOe.R:WroHn~W?a#oIj?", "type": "image"}, {"id": 15576128, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1289f59a-b73f-4806-826d-b85e91bf2b53/width=450/15576128.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UxK_Xmn$S%kC?wjZW?bHtRkDs.oLNekCn$oL", "type": "image"}, {"id": 15576127, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30bb9b25-e6df-4eca-95aa-d006dcb2bb8a/width=450/15576127.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USL5UpXnLz#Ro@ogV}V?tSadVsozp0jYs8W?", "type": "image"}, {"id": 15576126, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ace34907-f562-4c06-9766-ec235c44966b/width=450/15576126.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWN0*lE3pI={4TkXI:Q._NkXxu,@tRMxX8bc", "type": "image"}, {"id": 15576130, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9bd5f939-589c-4347-b85b-46f7ae1726d2/width=450/15576130.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOI}PN%NIV%NPDt8ITo#~DWAf*WV4nfloen$", "type": "image"}, {"id": 15576133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20e83031-dd0c-4e0e-8271-c439603f91c8/width=450/15576133.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UgLPf;njqDtkxaj[XPaeo}f*Riaek:f6nTkC", "type": "image"}, {"id": 15576132, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0dc93d6e-3acd-4d23-b204-7974e1135780/width=450/15576132.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWQlz1WB~V-:^*oLNGa{xaoeIpR*tQj[jIaf", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/568435", "modelId": 511452} \ No newline at end of file diff --git a/datasets/metadata/568492.json b/datasets/metadata/568492.json new file mode 100644 index 0000000000000000000000000000000000000000..af8f6504f6fe03decc388b791f4d46abeccfdc5f --- /dev/null +++ b/datasets/metadata/568492.json @@ -0,0 +1 @@ +{"id": 568492, "index": 0, "name": "DDD", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-13T07:56:09.764Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 148, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 485440, "sizeKB": 36979.7578125, "name": "DDD.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T07:58:33.076Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "34BB61DD", "AutoV2": "2FD60ACD39", "SHA256": "2FD60ACD397BAE2784B39C4F89C8B1C758AEE624967C8D6A43C61CDF6CAB862A", "CRC32": "367CC542", "BLAKE3": "F94CA6DEE01FD0CDD0123521CE33DC2E8A1F75E320A8C894F0B876FCE882257C", "AutoV3": "826F2508B683"}, "downloadUrl": "https://civitai.com/api/download/models/568492", "primary": true}, {"id": 484340, "sizeKB": 129351.548828125, "name": "568492_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T17:47:11.221Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E840008C", "AutoV2": "CD051D0A5A", "SHA256": "CD051D0A5A0895F6E2ED3EDF09719869F8841835647781E734F897499228BD4A", "CRC32": "1FCDF89B", "BLAKE3": "F868295A9FAC3392943271443E09C90F281B1A59D4F90B30EE456C9C92A03462"}, "downloadUrl": "https://civitai.com/api/download/models/568492?type=Training%20Data"}], "images": [{"id": 15622255, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee4e7ca7-82fa-4042-b776-49d528e8c7c4/width=450/15622255.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UIGI1G9axt~p%2ofoz%L4oSOozs.4:-:R*M{", "type": "image"}, {"id": 15622256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b53b5b3-66bc-4746-a63e-133b5bc8cb26/width=450/15622256.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UNHn?B4nE2xaIUR*tRs:E2t6%2RP~pWBD%ay", "type": "image"}, {"id": 15622254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7728c946-69e9-4f69-9927-99a76e460796/width=450/15622254.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBHUqU0001RO_N-UM|00?b01?H4o9Zae-;oI", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/568492", "modelId": 511506} \ No newline at end of file diff --git a/datasets/metadata/568634.json b/datasets/metadata/568634.json new file mode 100644 index 0000000000000000000000000000000000000000..bacd3abcabdd9f5686ef80a9ef0f6ba1294eebf6 --- /dev/null +++ b/datasets/metadata/568634.json @@ -0,0 +1 @@ +{"id": 568634, "index": 0, "name": "Vendetta (Making Fiends Webseries)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-12T20:50:23.700Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["W3ndetta, green skin, pigtails, wide eyes, green dress, "], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 484449, "sizeKB": 19279.37109375, "name": "568634_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T18:56:54.908Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5564F91E", "AutoV2": "0A5EFBBF2C", "SHA256": "0A5EFBBF2C753512F5F9559CA22346B2164C0BB3EE562BBB2489F7181A5061DA", "CRC32": "C95367D9", "BLAKE3": "D21B4BD808AAE910E66B22CD637DCFE61D9DBA2248AC5A8A4C36B3CA6DB67E20"}, "downloadUrl": "https://civitai.com/api/download/models/568634?type=Training%20Data"}, {"id": 484580, "sizeKB": 223103.22265625, "name": "Vendetta_Making_Fiends_Webseries-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T20:50:46.121Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C017B7A2", "AutoV2": "B6BFCFC511", "SHA256": "B6BFCFC51170A6D9E2A771C5F266E7F62672E5BCD28F8E1CC6DC99403DAEE54B", "CRC32": "0497C6DF", "BLAKE3": "4859803E0309F8571DB0D2C9129FC4519F34B7CD212B4F26BCFA7583558FC72B", "AutoV3": "F81848B72DD1"}, "downloadUrl": "https://civitai.com/api/download/models/568634", "primary": true}], "images": [{"id": 15567830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e0a0da5-3bc8-487d-8cce-bdc7d2075b9b/width=450/15567830.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFE5n[UV*Ny{TuR-v$ag;LVbt~t$kUownjn6", "type": "image"}, {"id": 15567828, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85c4e02b-2eeb-4f20-ad9e-7487a5adad3e/width=450/15567828.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8CmC:w0.pYyTbbtr@n6unb[YyZly9i|a3gL", "type": "image"}, {"id": 15567829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e54816e-7fc3-48d9-8891-07581d3fa2ba/width=450/15567829.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9A4VzoeQApZd]kUpYa3UgjGq9kBpYaya3kB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/568634", "modelId": 511636} \ No newline at end of file diff --git a/datasets/metadata/568741.json b/datasets/metadata/568741.json new file mode 100644 index 0000000000000000000000000000000000000000..67fe981b2c15bf47c8db822cd47226540a28c994 --- /dev/null +++ b/datasets/metadata/568741.json @@ -0,0 +1 @@ +{"id": 568741, "index": 0, "name": "Glacia", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-12T21:12:46.352Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 53, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 484520, "sizeKB": 12787.060546875, "name": "568741_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T20:05:50.688Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5371E408", "AutoV2": "20628D0946", "SHA256": "20628D094663ED0AB2C9BCC93A88E1F032D4DD66BC0EEDFB8A723AC63128901C", "CRC32": "D5231B60", "BLAKE3": "56E350408C555FB0129A4DF9592EE657C194823358512776F833FE401686EAE0"}, "downloadUrl": "https://civitai.com/api/download/models/568741?type=Training%20Data"}, {"id": 484583, "sizeKB": 18545.484375, "name": "Glacia-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T20:56:01.970Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "8ED4845C8A", "SHA256": "8ED4845C8A5D7974FBEA861D65D0641C8C1CA76E6E79B4A4540907D1F1CD0B4E", "CRC32": "AE3B4D01", "BLAKE3": "27B9833F3AAE490A261FF1548C55774650585F88B81B435DFB85B543C61E7703", "AutoV3": "B4E490FE5FFC"}, "downloadUrl": "https://civitai.com/api/download/models/568741", "primary": true}], "images": [{"id": 15568487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e307537d-933e-4cbc-9f55-ea449fe5fb64/width=450/15568487.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNE{@Ot-%3?^x^WYRkW=I:M|M{s.IBE1e.WA", "type": "image"}, {"id": 15568483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71b10f78-6bf1-41de-bfda-6e43ca526015/width=450/15568483.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAF$*B00cY-W~qI901~p?a%gxaE2R*9FM{%M", "type": "image"}, {"id": 15568485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eae53e9a-8c1b-49e8-959d-927df63520e4/width=450/15568485.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJF6e400S$of~pE1D%xa-;9Zt7xa?bIUjFof", "type": "image"}, {"id": 15568484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/871b64a5-5185-4d3b-924c-50b37b99721f/width=450/15568484.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJE{;C_3JT9a_Nx]IUR-NGo#RQjF?vt6M{xu", "type": "image"}, {"id": 15568486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96707f4e-e73a-436c-9b46-be5c8e55a3d5/width=450/15568486.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UeGI}]D*kWxu_NM{Rjt7xujZRjWU%Mbbt7Rj", "type": "image"}, {"id": 15568493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a2be4a0-ba7a-45b8-80d8-999f703c6677/width=450/15568493.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQFilh~qkrXS-;f+E1tRRjRkj]%LozNGRP%2", "type": "image"}, {"id": 15568496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abefa29a-08a5-4193-bb29-94d55dae5971/width=450/15568496.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBE{-5^+Ff9woL9Z00D%D%.8aK~qM|RjIU.8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/568741", "modelId": 511734} \ No newline at end of file diff --git a/datasets/metadata/568769.json b/datasets/metadata/568769.json new file mode 100644 index 0000000000000000000000000000000000000000..f67b30cab2f24bcf435f33621008e0ca06b5a1bd --- /dev/null +++ b/datasets/metadata/568769.json @@ -0,0 +1 @@ +{"id": 568769, "index": 0, "name": "XxXNossaXxXSXDL_V0.1_Babes V4 Instagram", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-19T21:22:29.734Z", "availability": "Public", "nsfwLevel": 28, "description": "V0.1_Babes V4 Instagram
", "trainedWords": [], "stats": {"downloadCount": 32, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 484547, "sizeKB": 1164.2255859375, "name": "568769_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T20:21:50.932Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "91C612FE6A", "SHA256": "91C612FE6A6C568EF3DEF76702B61571317A2A1A722099BC0A564B8A9B68E456", "CRC32": "D31AFD36", "BLAKE3": "AA05FA3C40837B64671E7BD23BF80747E72BFF89FDF6AFF69E904281384640E3"}, "downloadUrl": "https://civitai.com/api/download/models/568769?type=Training%20Data"}, {"id": 484702, "sizeKB": 147572.7734375, "name": "XxXNossaXxXSXDL_V0.1_Babes_V4_Instagram.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T22:31:20.463Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1FB760D9", "AutoV2": "25F2048374", "SHA256": "25F204837460B3E9C0373DED1061C404F47F453328E911F2A41A407B9FC075BC", "CRC32": "49AF8533", "BLAKE3": "25482088223AF0301F637CEE1B7AD5A96E71ABAAEE649BF2C51EB7A6CD80E53D", "AutoV3": "71C5CF60A0BB"}, "downloadUrl": "https://civitai.com/api/download/models/568769", "primary": true}], "images": [{"id": 16398041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67e918d1-5e7b-4723-892c-5a5dba4d3adf/width=450/16398041.jpeg", "nsfwLevel": 1, "width": 1066, "height": 1600, "hash": "URJ*k;t7_NtRxaj[kCWVxvayM{oeogazj?oe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/568769", "modelId": 511762} \ No newline at end of file diff --git a/datasets/metadata/568827.json b/datasets/metadata/568827.json new file mode 100644 index 0000000000000000000000000000000000000000..b5443c1dbb7ec91cc5e4f89ba0f761cdc773f2db --- /dev/null +++ b/datasets/metadata/568827.json @@ -0,0 +1 @@ +{"id": 568827, "index": 0, "name": "Anthro Zebra for Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-13T02:30:39.478Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": [], "stats": {"downloadCount": 238, "ratingCount": 0, "rating": 0, "thumbsUpCount": 47, "thumbsDownCount": 0}, "files": [{"id": 484680, "sizeKB": 200777.744140625, "name": "568827_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T22:05:44.001Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "639E0923", "AutoV2": "EC325C8F35", "SHA256": "EC325C8F356ED9437ECB6F55DD7A350567BB3645F1844D603C77B962C70C8862", "CRC32": "B230F2E4", "BLAKE3": "D8657EF96F76BB625787AC3E249272F91D36C3E106C438116841F15B2983BF89"}, "downloadUrl": "https://civitai.com/api/download/models/568827?type=Training%20Data"}, {"id": 485012, "sizeKB": 223102.97265625, "name": "Anthro_Fox_Zebra_for_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T02:26:23.777Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "93BCFA60", "AutoV2": "C871543B42", "SHA256": "C871543B428005DD8334656C3DBB59B85069753656ABE5F8F9151D8E3B499DB1", "CRC32": "6A67EEC6", "BLAKE3": "035756155DD3DED6A85A55342AC461D6E2C02F5D4BF85B11577FFAE2864D9F77", "AutoV3": "230A8D02D5A2"}, "downloadUrl": "https://civitai.com/api/download/models/568827", "primary": true}], "images": [{"id": 15594149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/defbab57-9bc4-401e-b339-c10c991bee6c/width=450/15594149.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UCG*=#IU0c%2}[Me0htlK1sl#+bayrxuMKIV", "type": "image"}, {"id": 15594075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb23bc38-8bdb-41d0-8125-09a7f1029501/width=450/15594075.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "URIER?ITD%jEu6ROWBV?9ZaJkXRkR5RPxax]", "type": "image"}, {"id": 15594076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1acf79c-a984-4322-aa4c-915e209e6b84/width=450/15594076.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGHBYzI9H=tRGwVDS5XT0gr;ElE2Q,xtSirW", "type": "image"}, {"id": 15594077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55698565-1201-45ab-bda6-8378d24e08a3/width=450/15594077.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UTGIQCt8Mcx]u6XTNFXTJDRjaeS5xGRP%0V[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/568827", "modelId": 511820} \ No newline at end of file diff --git a/datasets/metadata/568914.json b/datasets/metadata/568914.json new file mode 100644 index 0000000000000000000000000000000000000000..7d993970d8e8aff9e28f88ba6c5183822289e656 --- /dev/null +++ b/datasets/metadata/568914.json @@ -0,0 +1 @@ +{"id": 568914, "index": 0, "name": "Anthro Fox Giraffe for Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-16T04:15:51.614Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": [], "stats": {"downloadCount": 179, "ratingCount": 0, "rating": 0, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 491109, "sizeKB": 148258.427734375, "name": "568914_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T01:31:30.695Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D0A57F15", "AutoV2": "A2D52E5C78", "SHA256": "A2D52E5C7834005A364D4EE89C27CB533CABE6FAC8ACDBB94154AC09CFA1A5FE", "CRC32": "0F6A3526", "BLAKE3": "297559681F9A71FD8FFD9F91E5337D081A964CB2CF46284A2FDB473886A2FC6B"}, "downloadUrl": "https://civitai.com/api/download/models/568914?type=Training%20Data"}, {"id": 491327, "sizeKB": 223104.37109375, "name": "Anthro_Fox_Giraffe_for_Pony-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T03:56:18.549Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "077C8F62", "AutoV2": "F2F807F43E", "SHA256": "F2F807F43E9FC10901E19757891D978A798880E90A516AB07273499366762764", "CRC32": "B2CF954F", "BLAKE3": "02F57B5773DCF71E6BC0ED4B14F0F18BF1E876B3D9C3A95DFD935F4DD5F41B2E", "AutoV3": "9D3F6CC85385"}, "downloadUrl": "https://civitai.com/api/download/models/568914", "primary": true}], "images": [{"id": 15963740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7284b90-d8bb-4417-a70e-8639de64e657/width=450/15963740.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UCGa,s~V00S^_3o#4:Io0gxa-7M{MxRko}xu", "type": "image"}, {"id": 15963276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/142fe8aa-a5e8-4c7d-ac56-a49fb83f5a0f/width=450/15963276.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "ULELmUxbE1Z~u6kW$eRiEQozs;xZMwa~W?oz", "type": "image"}, {"id": 15963279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4911e53-2974-46cc-a445-476860d3da0b/width=450/15963279.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "URE.Lnt7D%RPyZbcV?jEE-kC%1slV@azxuj?", "type": "image"}, {"id": 15963274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/332e673c-2508-4313-81ee-60734cfae7df/width=450/15963274.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "USGtyrj?E2w]*0R*nhniBEo0r=S2NKW;WBxY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/568914", "modelId": 511902} \ No newline at end of file diff --git a/datasets/metadata/569031.json b/datasets/metadata/569031.json new file mode 100644 index 0000000000000000000000000000000000000000..c80744c0df3572a26de779757f61b06684cbceaf --- /dev/null +++ b/datasets/metadata/569031.json @@ -0,0 +1 @@ +{"id": 569031, "index": 0, "name": "Charlotte (Genshin Impact) Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-13T01:09:54.521Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["CharlotteGI, pink hair, large breasts, aqua eyes, hat,"], "stats": {"downloadCount": 170, "ratingCount": 0, "rating": 0, "thumbsUpCount": 45, "thumbsDownCount": 0}, "files": [{"id": 484783, "sizeKB": 121602.4248046875, "name": "569031_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-12T23:26:27.435Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7F2BC043", "AutoV2": "D4D312AB96", "SHA256": "D4D312AB96496D334DE5AAD5DB54E1C059DAF6C9A67239B22EABB795F9232208", "CRC32": "C0891EBB", "BLAKE3": "1E21B71F95D8BB0B2F5510644202B3163AC255236A516618E1B088A629854480"}, "downloadUrl": "https://civitai.com/api/download/models/569031?type=Training%20Data"}, {"id": 484903, "sizeKB": 223113.62890625, "name": "Charlotte_Genshin_Impact_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T01:05:45.069Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "216ADE6E", "AutoV2": "DB220C8295", "SHA256": "DB220C82958BB3A32FECDBE8FFD57FBC040DC839B7C1458DCF279572A20F1EC2", "CRC32": "9CFCCC6C", "BLAKE3": "5336B3EBA8822908FBA8EBA88660232318241A83B7483A9037DF4583EEF446A3", "AutoV3": "6C8FF7D139C7"}, "downloadUrl": "https://civitai.com/api/download/models/569031", "primary": true}], "images": [{"id": 15586757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8ee23c1-b886-42b3-b8e4-d7ba67425aa7/width=450/15586757.jpeg", "nsfwLevel": 4, "width": 720, "height": 1000, "hash": "UCJa4d_1G7$j%2WA9t%10L%2~pSh9vRPH?I;", "type": "image"}, {"id": 15586753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43146c37-c80d-4bee-aaa9-53871ff0fb0f/width=450/15586753.jpeg", "nsfwLevel": 16, "width": 720, "height": 1000, "hash": "UIKTlVC8GGxCT}.9b_Rj9aO[t7%M0L%g-pen", "type": "image"}, {"id": 15586752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17086d0a-25eb-4ce3-93cc-2fb684a93153/width=450/15586752.jpeg", "nsfwLevel": 16, "width": 720, "height": 1000, "hash": "U9K]_zPWGr001j%355$_={.9EL,-000L~C-n", "type": "image"}, {"id": 15586754, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3d9ccb3-45f1-4cf5-bf23-41ec4da1af97/width=450/15586754.jpeg", "nsfwLevel": 16, "width": 720, "height": 1000, "hash": "UAKc|q8wLzHX18I70fmlnU#*?bxt10^+~A9[", "type": "image"}, {"id": 15586759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5336057b-b9e8-422d-9ce0-f08052e42ec2/width=450/15586759.jpeg", "nsfwLevel": 4, "width": 720, "height": 1000, "hash": "USNJa$9ay?-;B=t8TKNd0hRjR.V[I]xZ%1xZ", "type": "image"}, {"id": 15586762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bca7e699-c8c9-4f79-9e05-dcdb95158082/width=450/15586762.jpeg", "nsfwLevel": 16, "width": 720, "height": 1000, "hash": "ULN0G0PCpw-V80JWpcs:0Mnmt7Mx%4?Gv~xa", "type": "image"}, {"id": 15586755, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7e537c8-70c4-4814-ae33-fe15282e79ea/width=450/15586755.jpeg", "nsfwLevel": 4, "width": 720, "height": 1000, "hash": "URKwkWt-HD-6BrNfkYivW@t7MyjY4oV@xuR*", "type": "image"}, {"id": 15586758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f47836f-48e9-4327-a77b-c85337dac3ef/width=450/15586758.jpeg", "nsfwLevel": 4, "width": 720, "height": 1000, "hash": "UVMPqH%fAD$*~WpHS#V@9as.%2ofx[NGM{of", "type": "image"}, {"id": 15586760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d9f5ac8-7ce0-4983-8873-a25109a33b11/width=450/15586760.jpeg", "nsfwLevel": 16, "width": 720, "height": 1000, "hash": "UZMsQV4nEzVs~WNGx]n%JB%2t6f+-:j]NGbH", "type": "image"}, {"id": 15586761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12ac1c52-43d3-4f42-aa0c-3ed4599cd4dd/width=450/15586761.jpeg", "nsfwLevel": 16, "width": 720, "height": 1000, "hash": "UENu|y~V0|^573.89]ic00x[%fxb%0Diw]kX", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/569031", "modelId": 512011} \ No newline at end of file diff --git a/datasets/metadata/569098.json b/datasets/metadata/569098.json new file mode 100644 index 0000000000000000000000000000000000000000..36944a7950af0604354b7d76a0fd4ac5a35d84eb --- /dev/null +++ b/datasets/metadata/569098.json @@ -0,0 +1 @@ +{"id": 569098, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-13T00:36:00.468Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["loona", "hellhound", "loona crop top", "holding phone", "off-shoulder shirt", "claws", "fingerless gloves", "torn clothes", "thigh highs"], "stats": {"downloadCount": 106, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 484838, "sizeKB": 17725.5712890625, "name": "566514_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T00:16:08.285Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B013F9D0", "AutoV2": "E17D929E2E", "SHA256": "E17D929E2EDECB196380482579DE476E5B17196B9B9EAA23E1630C1CB7058226", "CRC32": "4B32ACA7", "BLAKE3": "F0262F9066D12BA5E510F6334ECEFD26F60205510C3CDCE4987C488EC2893B6E"}, "downloadUrl": "https://civitai.com/api/download/models/569098?type=Training%20Data"}, {"id": 484844, "sizeKB": 223101.58203125, "name": "Show Accurate Loona_epoch_1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T00:20:50.558Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "49E44818", "AutoV2": "8772CCEDBF", "SHA256": "8772CCEDBFDFEB88ACCFCF14AFE7B3984667A6A76513501B288035E49B8BD3D6", "CRC32": "7BA678BD", "BLAKE3": "09C48483A8190831F7AC9C59D3D929D7529A3696422051E065636922703FAAD6", "AutoV3": "CAF292623D02"}, "downloadUrl": "https://civitai.com/api/download/models/569098", "primary": true}], "images": [{"id": 15586101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/565db25e-366f-4293-b739-8d9ec76a2692/width=450/15586101.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UNKmLw0KL~X.~BIVxZWCnNNxNbxFVsNbkCWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/569098", "modelId": 512059} \ No newline at end of file diff --git a/datasets/metadata/569190.json b/datasets/metadata/569190.json new file mode 100644 index 0000000000000000000000000000000000000000..32acad5e234a1b2e4711c9779a043354231bb6ed --- /dev/null +++ b/datasets/metadata/569190.json @@ -0,0 +1 @@ +{"id": 569190, "index": 0, "name": "Lino", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-13T01:47:23.798Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 484933, "sizeKB": 677.0400390625, "name": "569190_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T01:35:45.012Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "79D2A7ED0E", "SHA256": "79D2A7ED0E17859C58DDEC3382EFA1FD4AA8C58942D7A248CDDF4186AEBE7397", "CRC32": "79EA3D91", "BLAKE3": "F599DDC57EEC46EB4BE79ECE389B66F3357A3FDA2D7F903D81DD6543187930CF"}, "downloadUrl": "https://civitai.com/api/download/models/569190?type=Training%20Data"}, {"id": 484947, "sizeKB": 18546.5, "name": "Lino.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T01:45:46.180Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "62EDC7CE76", "SHA256": "62EDC7CE76A84B7B90BCE268C2BA4F5E2D85560BEFB3F208E3061E0FCC333FD2", "CRC32": "97A7F9BF", "BLAKE3": "46D60994DA445E9D997BC7C0B56C02EB85F6F0CF31E81CE3FCB78EDCACAD1509", "AutoV3": "E6EE74B079E8"}, "downloadUrl": "https://civitai.com/api/download/models/569190", "primary": true}], "images": [{"id": 15755738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e46972f-45dc-4596-95f4-534ce86afca4/width=450/15755738.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UADI~^~XTd-C-$%1RP-AnB}]^k-p[w#keVNZ", "type": "image"}, {"id": 15756199, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/367307ca-e96c-4d35-8c0a-bb395cca78db/width=450/15756199.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U2EL+Stm7VkN4lY3RZrK0BIdVi~80H]r0_0_", "type": "image"}, {"id": 15756198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63ac1b14-8a35-4a34-a2e9-cc29e443acdf/width=450/15756198.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9E1]b$%r_og0r$%ElI?D4soobWB}OxD$KWV", "type": "image"}, {"id": 15590347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7eb32bf-5854-4925-80b5-84d92c26e826/width=450/15590347.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFFQd9%iCg-r0cs~InrV-@Inr_XlxU?J$,Rk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/569190", "modelId": 512160} \ No newline at end of file diff --git a/datasets/metadata/569212.json b/datasets/metadata/569212.json new file mode 100644 index 0000000000000000000000000000000000000000..f51200e8f734778bb56868d6637c0861e91f29ba --- /dev/null +++ b/datasets/metadata/569212.json @@ -0,0 +1 @@ +{"id": 569212, "index": 0, "name": "anime", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-13T04:02:01.402Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["yuto, black hair, male focus, multicolored hair, purple hair, grey eyes, spiky hair,", "choker, cape, shirt, green shirt, pants, black pants,"], "stats": {"downloadCount": 71, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 485143, "sizeKB": 223110.74609375, "name": "yugioh-yuto-anime-ponyxl-lora-nochekaiser.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T03:55:41.005Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "872D1ECD", "AutoV2": "9F7DCA0427", "SHA256": "9F7DCA042767C79C1B2567CA50B86571BB464228527142FFFB412CE504759971", "CRC32": "99731438", "BLAKE3": "E7FB80A1DC826A131B160D99BB59060226CE44B545B6854ADAAAFBE016105A87", "AutoV3": "7AE440F9C11D"}, "downloadUrl": "https://civitai.com/api/download/models/569212", "primary": true}, {"id": 485151, "sizeKB": 274103.96875, "name": "yugioh yuto anime.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T04:06:23.520Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0937D396", "AutoV2": "E1028E2051", "SHA256": "E1028E205164B13D963991825D0CBC6735C84517DF4A7842EFAE53D975A8032B", "CRC32": "8CD952E3", "BLAKE3": "F78B4B19780C6D219B96B8F0D9FE035971087CED644B5EB6C300AE7FB5D62234"}, "downloadUrl": "https://civitai.com/api/download/models/569212?type=Training%20Data"}], "images": [{"id": 15601997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc2a2be7-5222-4196-89f5-feaa9a26729f/width=450/15601997.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UNEyb^~q.8?a_N-;SxbvnQM{RPs,IpWCxZof", "type": "image"}, {"id": 15601999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36b4a9a0-04b1-4ef5-abc0-55985cae16a8/width=450/15601999.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UNF6FD-;%gx[_NofNZba4oM|MwV@9aofs,s:", "type": "image"}, {"id": 15602001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f7d90d3-a5ef-47ec-8630-6d2191720262/width=450/15602001.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UWHL;,x]Nb8__NM{D%RPD%V@Mx-;bbt7xafl", "type": "image"}, {"id": 15601998, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdc11088-e720-4edb-9939-219b66cdd8f3/width=450/15601998.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UOEo#%M{~pRjNHxuIot79GofD%WCozoLxts:", "type": "image"}, {"id": 15602000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c10ff71-e727-4ed8-afeb-9e1ce9c6a34b/width=450/15602000.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UMF~N-00~pIVNHozE1%24o%LE1IpNIxt%1of", "type": "image"}, {"id": 15602009, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a7c695e-c9f0-45d8-9177-50bad3f9f4fb/width=450/15602009.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UMGbek?H~pNGIU4UD*adIV-;IVbYD*-;s.%L", "type": "image"}, {"id": 15602003, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61d0609d-3422-4ebf-b58f-6e18d595ee16/width=450/15602003.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UHFrnw00~VIV~WD*J6bI01?a9YoM0Lof%1R*", "type": "image"}, {"id": 15602006, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90b372ef-9950-47c8-90f0-16e2bd359bd5/width=450/15602006.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "U7C?WGOs^j560g8|9t%K9G_2MxE14ob^s.~B", "type": "image"}, {"id": 15602007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82450a46-ea20-47d6-9245-fa792513617a/width=450/15602007.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UBB{[fRj~osT9bxa9GI:0LR+9ZxatQNG?Gt6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/569212", "modelId": 512182} \ No newline at end of file diff --git a/datasets/metadata/569269.json b/datasets/metadata/569269.json new file mode 100644 index 0000000000000000000000000000000000000000..a65ccbafbf8d8b80de3fd81c60e7f4f565f890f3 --- /dev/null +++ b/datasets/metadata/569269.json @@ -0,0 +1 @@ +{"id": 569269, "index": 0, "name": "whygena artstyle", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-14T01:09:30.507Z", "availability": "Public", "nsfwLevel": 28, "description": "I barely know what I'm doing, I appreciate feedback on how to improve the model.
", "trainedWords": [], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 485124, "sizeKB": 4315.376953125, "name": "569269_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T03:42:02.391Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8227673F", "AutoV2": "0BC710A20E", "SHA256": "0BC710A20EDA606AF55E9C55415E109BA5F0B5CD7C24FD6708689E064965EA26", "CRC32": "B421617B", "BLAKE3": "5D0D626E9F8256B454D535F812B5C2A6B18E33384B3636AE7608DDF251AEB700"}, "downloadUrl": "https://civitai.com/api/download/models/569269?type=Training%20Data"}, {"id": 486852, "sizeKB": 223106.42578125, "name": "whygena_artstyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T00:55:50.222Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B62A869E", "AutoV2": "8ECA36D751", "SHA256": "8ECA36D751E15A86311D016DD17D050D7447D70E56A67C629665A1F5AEAAB63A", "CRC32": "7B123CFD", "BLAKE3": "77718EBEE0AE5530833ED83753A8BCF55B703A4AB44F1142B263D509092A5885", "AutoV3": "1034F6A14470"}, "downloadUrl": "https://civitai.com/api/download/models/569269", "primary": true}], "images": [{"id": 15707496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4246e63c-8aec-4ceb-b8b9-74dd4a2a6aeb/width=450/15707496.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U3C}[cal%4xLj^oMR%WT-tj?ImWmohkBt7og", "type": "image"}, {"id": 15707687, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51b49d7a-e024-4814-8312-f1542511acab/width=450/15707687.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UPP#H:~owJ9H%2Ron5xH$kr_r@M{#CnPSxXl", "type": "image"}, {"id": 15707498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c54f0dbb-0d89-4144-8f3e-486738d290f8/width=450/15707498.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "ULM$J}00^k~V^l-WNFI:^QRj9tg2#FTIn$r]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/569269", "modelId": 512238} \ No newline at end of file diff --git a/datasets/metadata/569439.json b/datasets/metadata/569439.json new file mode 100644 index 0000000000000000000000000000000000000000..1c6b271391624c94b058082b038cc6b0f257cf3e --- /dev/null +++ b/datasets/metadata/569439.json @@ -0,0 +1 @@ +{"id": 569439, "index": 0, "name": "ferres-naked-earth", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-13T08:19:38.453Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 485287, "sizeKB": 37258.7890625, "name": "569439_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T06:05:45.956Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5F420F56", "AutoV2": "90BC4BE54B", "SHA256": "90BC4BE54BE6B02036D1FD5F5DEBAC7ECA6DDD46FD9CC0FAD9AB491A813F843B", "CRC32": "2413ACA7", "BLAKE3": "BB9DC020874FF5B6A2E8A6A02D33DEA51F09E9DFA518B6C932A2C1EF1EC7DD5D"}, "downloadUrl": "https://civitai.com/api/download/models/569439?type=Training%20Data"}, {"id": 485452, "sizeKB": 223112.76171875, "name": "ferres-naked-earth.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T08:12:06.540Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "22899D5A", "AutoV2": "6087811EC8", "SHA256": "6087811EC8D80FB445278290BEF1D22B1C7A4A29DBDDC21D27465B97F53C75DD", "CRC32": "39B4E657", "BLAKE3": "F721109BDB8869BB040CBF8C000B3BD5D3BE7B6311AAF44FD5B3BD4BAD2A11AB", "AutoV3": "C6CA918874B3"}, "downloadUrl": "https://civitai.com/api/download/models/569439", "primary": true}], "images": [{"id": 15624028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3c73613-58a1-4b03-981d-846f86dc71af/width=450/15624028.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFLNS?-;u6?H8{k@Os-=-OIVIAt6Xo$Kg4xt", "type": "image"}, {"id": 15624030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7ebe387-bc01-4b08-ac90-0ade3c7aae93/width=450/15624030.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U29tGo_3xuxu9F4nxu%M-pMxIUM{xu?bxu-;", "type": "image"}, {"id": 15624027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6046203-b347-4c9d-ad13-0d79fa359e05/width=450/15624027.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U4B{Aa9u0N={ozX6%2xa02$k~A%1~BIV57-T", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/569439", "modelId": 512386} \ No newline at end of file diff --git a/datasets/metadata/569474.json b/datasets/metadata/569474.json new file mode 100644 index 0000000000000000000000000000000000000000..1ce9fecfd1e2fd42018cf069c365ed53e41e9dcb --- /dev/null +++ b/datasets/metadata/569474.json @@ -0,0 +1 @@ +{"id": 569474, "index": 0, "name": "F.E.L.I.X. The Slime Gryphon", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-13T06:41:22.032Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["f.e.l.i.x. the slime gryphon", "green and blue slime", "goo creature", "goo", "slime", "gelatinous", "oozing", "gooey", "slimy", "green and blue goo"], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 485239, "sizeKB": 2156.197265625, "name": "569474_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T05:35:48.096Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9C5669EE", "AutoV2": "EFEFB6FB03", "SHA256": "EFEFB6FB03B8453854EEDAFFFCF14049D420080CC7D7CDFA62DE8B4AF219F4BB", "CRC32": "ACC4D8EB", "BLAKE3": "C3D6F25C86C8CC8DC6B695D2DE5597B5C598B11C8E595B798E774F8552FEB809"}, "downloadUrl": "https://civitai.com/api/download/models/569474?type=Training%20Data"}, {"id": 485327, "sizeKB": 223101.35546875, "name": "F.E.L.I.X._The_Slime_Gryphon.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T06:35:46.270Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CFB122F5", "AutoV2": "CF01DCE944", "SHA256": "CF01DCE944330FAFF0E4017ED623E5BC972CA340FFFA202140B9E2ABB4D10289", "CRC32": "923ABC75", "BLAKE3": "9E79C1D0A11D0C53F131C29B47C15FEF90D945A58030F32F4D3D28428E144A1E", "AutoV3": "D24F2AB60004"}, "downloadUrl": "https://civitai.com/api/download/models/569474", "primary": true}], "images": [{"id": 16298553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5507ee27-2ba9-4393-8bcb-fad213602f6f/width=450/16298553.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEEf+gxGv0%L{qjIyBn%#XV[npWY_.XQt9i_", "type": "image"}, {"id": 16425450, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8208e33b-6894-4fd0-8226-db5437155b9c/width=450/16425450.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "UIHLb-kk_u$+:ejJKcaf-BkBO;bH:to2S}WB", "type": "image"}, {"id": 15615765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c9de20b-716d-43a1-b56b-aa46ce5335a4/width=450/15615765.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJEzGxxIIRtP{;agY3ovvPR*xcNu;Urswiog", "type": "image"}, {"id": 15615761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf98384b-e906-4238-833a-7663cd74be17/width=450/15615761.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UhNK^Xt1~EWqXAf5oft8=~RkInobxaWBWFof", "type": "image"}, {"id": 16320874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3edd68f-15ba-4ac8-bba7-c2bb0311baea/width=450/16320874.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UlNBY#=~~ExtNEt8f6oM?Ik7WCM{-qa^s;WB", "type": "image"}, {"id": 16321413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41435005-0fc5-4fb7-9e45-f8cf2e8bc97d/width=450/16321413.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIED9Y#sVD,@{:r_t*s:icrvt9N_,uV@bdbb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/569474", "modelId": 512416} \ No newline at end of file diff --git a/datasets/metadata/569700.json b/datasets/metadata/569700.json new file mode 100644 index 0000000000000000000000000000000000000000..d0b363b22419842b98f5ce358bbfc4f0e5f56514 --- /dev/null +++ b/datasets/metadata/569700.json @@ -0,0 +1 @@ +{"id": 569700, "index": 0, "name": "Animated Nightmares Style Pony XL Lora", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-14T23:53:57.061Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["Animated Nightmares Style"], "stats": {"downloadCount": 99, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 488856, "sizeKB": 223125.21484375, "name": "Animated_Nightmares_Style_Pony_XL_Lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T23:45:50.503Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "65206C6C", "AutoV2": "23C25BC95E", "SHA256": "23C25BC95E789AE3C1C20D096E40B0FAE738FFF3611DB103446958387C61A189", "CRC32": "AA79CFD6", "BLAKE3": "902AB3A041B03074987DCF49BC977CD12A11449A0966EBBE7F05AC5544C9FD4E", "AutoV3": "1CFBBF96BB75"}, "downloadUrl": "https://civitai.com/api/download/models/569700", "primary": true}, {"id": 488882, "sizeKB": 324266.0830078125, "name": "569700_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T00:01:10.490Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "62E04ED5", "AutoV2": "3F01B9C112", "SHA256": "3F01B9C112B3817EF266111BFEAE6E5C06F6AF0234DC797217C92E1DD2F4F385", "CRC32": "2FB8B967", "BLAKE3": "973BCD378F3EE5875605EA47105DBA43C530AE85E7FADE6E49A3B9AEAE8F5BA4"}, "downloadUrl": "https://civitai.com/api/download/models/569700?type=Training%20Data"}], "images": [{"id": 16730091, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c7a99a5-bbfc-4d8c-912a-1b2f5c108b0e/width=450/16730091.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UPGI7bEM~WkCD%WBE1RjayxZRis:M{j?bbWB", "type": "image"}, {"id": 16730426, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cdb878a-d8cb-48ae-86b3-799d91df69dc/width=450/16730426.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UQDI%l^*baM|~V-pIoIVs.%1IoIVxtt7j[Rk", "type": "image"}, {"id": 15818963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6703f21-5772-476d-be85-9b0221dc590a/width=450/15818963.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOGbbgNI~qt7IBax0KWBIUs:D%WBM{oeIoj[", "type": "image"}, {"id": 15820449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6283342-0333-4d46-8cf3-8388a99d48c6/width=450/15820449.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "UPA-SRaJIUs:?wWBIAofbbX9DikCWUj?RPoK", "type": "image"}, {"id": 15818874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c8c8e01-b681-42cb-bddd-095729af1775/width=450/15818874.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGHBGIWVEM~C~WspEf$*9anlIoR*R.RQwfo3", "type": "image"}, {"id": 15818876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e7fcb02-ebc1-44db-a964-2f292fd9febe/width=450/15818876.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGIO2]jcE0-;%0Rk0LM|WA%Lt7a#~qRkD%M{", "type": "image"}, {"id": 15819122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed9967b5-e0a8-41a0-9d94-a3e608fa3abe/width=450/15819122.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UVIhBHWCxZIq.8Rj9FM|_Nxvsls,R-s.IVWB", "type": "image"}, {"id": 15818873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7902e4ee-930a-43a0-8155-78acde706950/width=450/15818873.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UUE.kX4.V@xu~pE1R*xu%MR*M{xaIoxtRQt6", "type": "image"}, {"id": 15819121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e98a067-aef9-421a-aee3-455c20790f2f/width=450/15819121.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UNHBh|R5?G9u?wNGD*IV.9S$t7niXToJM{Rj", "type": "image"}, {"id": 15819234, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cef491b-9304-4492-9642-5a30d1645946/width=450/15819234.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UQGbF@~V?bx]%2-:%1RjIVjvNGR*s:VtE1Rk", "type": "image"}, {"id": 15819622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0a41b54-7bac-495f-94e7-6bcaa8aee603/width=450/15819622.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U7Acua.A.89%}@rwS5Is00R5ROng0|KNt1o_", "type": "image"}, {"id": 15819302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65a8175a-6d82-4a38-9daf-6ca110c80ce4/width=450/15819302.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UJGHuV=dpIWC~qt7o|W;Ekbv0ea#X8R+4nRj", "type": "image"}, {"id": 15819621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9719f521-6b96-40a7-ac89-a48ed1796e73/width=450/15819621.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6A9]8?G?I-:}ZxbIWM}00a7IWRW0yIo=wxb", "type": "image"}, {"id": 15818875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b63b68a3-3da6-401c-99b7-f2af512a2000/width=450/15818875.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UJF}$i?IoJ9]~Wt7ELNb57s,I:t6Ne%LspM{", "type": "image"}, {"id": 15818022, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a64531ae-e85d-42c7-bf6a-c7839dc26d1d/width=450/15818022.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFFOv7rw9F}[~D$kD*-WE1xGSejItQNaWAIo", "type": "image"}, {"id": 15818124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ca339e4-cc82-485c-856e-ddaeaecab5cc/width=450/15818124.jpeg", "nsfwLevel": 1, "width": 564, "height": 552, "hash": "U9Cs5U+]nh~X-WMyJA%300I;NGNZNt-h?GSu", "type": "image"}, {"id": 15818023, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4b1a2eb-6ec8-4ce0-860b-cd834610cfe2/width=450/15818023.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHD+*%J8NFxa~WNHIoxZ-Vs:IVw^?HR+NaxZ", "type": "image"}, {"id": 15819780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3592657-4c62-4f8a-8bdb-0bfd57011b37/width=450/15819780.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "ULBf^QWXD*WC~WWC9ZR+%LWBD*WBxts:M|oe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/569700", "modelId": 512627} \ No newline at end of file diff --git a/datasets/metadata/569814.json b/datasets/metadata/569814.json new file mode 100644 index 0000000000000000000000000000000000000000..dba9f79b915adf5bfa244f2e1fb0f9d421153eb4 --- /dev/null +++ b/datasets/metadata/569814.json @@ -0,0 +1 @@ +{"id": 569814, "index": 0, "name": "soaked_mundwasser_pee", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-13T10:37:33.656Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 105, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 485531, "sizeKB": 2901.7421875, "name": "569814_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T09:10:50.898Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D1B28836", "AutoV2": "F0659760CA", "SHA256": "F0659760CA9775BF04F01C51DC22123E1B8935B20C763AAFBD8AFD57E7AB6AFF", "CRC32": "1BF463E8", "BLAKE3": "159E62711E7A55D28516E6F6C6F33B897CDD4E899FAC856CA64B142AF1F3D1CE"}, "downloadUrl": "https://civitai.com/api/download/models/569814?type=Training%20Data"}, {"id": 485634, "sizeKB": 223098.91015625, "name": "soaked_mundwasser_pee.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T10:40:53.485Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EE7CB062", "AutoV2": "DA4A6F47D3", "SHA256": "DA4A6F47D3C3241AE8E7A1B8469E36D3303EA20BA142AE31F6DDE6A7DA452792", "CRC32": "8B4C761F", "BLAKE3": "96AD54274E10EC1327C2690103F3C9230167AAF606A9CA20C31888BDD871B31D", "AutoV3": "D787536FD157"}, "downloadUrl": "https://civitai.com/api/download/models/569814", "primary": true}], "images": [{"id": 15634191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01a24477-dafc-489b-a151-2a61556c36fb/width=450/15634191.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UbK1OTMwD%of%%NHRij[acxvogae%Ms:ofa#", "type": "image"}, {"id": 15634190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/689a113f-ffb4-46f3-a307-48bb11a35b69/width=450/15634190.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UfK1XrMwD%of%%NGM{WBROxujuWBs:jEfiay", "type": "image"}, {"id": 15634189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/089b5574-0909-40a8-a718-611446258dbd/width=450/15634189.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UgK-C9MwE1og%%RkRjayn~xvogWB%2t6ofof", "type": "image"}, {"id": 15634193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e09ebc6b-c161-4dcc-8da2-c4cadb207c97/width=450/15634193.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UdJ@|N%NE1s;.AayV@j[aKRibIayt8bIoLa|", "type": "image"}, {"id": 15634278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7174db3-f25a-4bdf-a96c-a268a7f923d5/width=450/15634278.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UnG8Z$nmNGj[%%NGWBj[W?Rjaxa{M_jrj?ay", "type": "image"}, {"id": 15634280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a7a3ab3-1c94-4e9f-9ef0-eb7f0da3cf7d/width=450/15634280.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UmF$3OM{M{of.TRjV@j[yCs;e=WUtQogahjs", "type": "image"}, {"id": 15634281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d129baea-e956-47cd-8f86-41cb6ea9eb1d/width=450/15634281.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UoG8m6WBM{of?dWBaeof%Nofjcj[x[ogWCfi", "type": "image"}, {"id": 15634279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/291a8adb-6240-4add-8091-d7542b677368/width=450/15634279.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UiFO+c%4NGog?dxuR*fl%Nk9WBjbx]a_Rjf8", "type": "image"}, {"id": 15634415, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17a5c026-5693-4d23-9e69-0331f87a3a55/width=450/15634415.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UiECwp%NNGj]^-xuR%jb%3ocRjafxuWBRjf7", "type": "image"}, {"id": 15634416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92a2ed2a-6e39-48af-8657-7a2a6940fa26/width=450/15634416.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UnEfKbM{M_of?dRjV@j[tkogjJWUtPogWCay", "type": "image"}, {"id": 15634412, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/307fcd97-2d09-4514-9e92-02e3a331cbb4/width=450/15634412.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UkEfEKj^Inj[^-a#RjoM%MfkjIfQtQj[jbay", "type": "image"}, {"id": 15634413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0755d6d2-5a47-41f3-97d3-28fd27a62f57/width=450/15634413.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UqFYcgNFM{kB?dRjRjj[xuoNWBj[kSofafay", "type": "image"}, {"id": 15634550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88c04e54-16b0-4636-b5b6-6c130d1a326e/width=450/15634550.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UjE3h^IURiof.AM|WUfktPoNa$WVoyoMj[fP", "type": "image"}, {"id": 15634553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6226f99b-d871-47f9-942a-48b894ac0dd1/width=450/15634553.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UpEDJ5M|Rjof-@RkaxjuRia#ayayM_fij?j@", "type": "image"}, {"id": 15634552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed2593ea-c481-4a96-8227-64c908f42d3d/width=450/15634552.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UlDTnsxvRQof^nt7WBoM-pj=WBj[%2WBWBfP", "type": "image"}, {"id": 15634549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56fffaec-94b5-4b3f-9ca2-6bcfa45b6cf1/width=450/15634549.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UpEM%%xtWAfk?dxak9j[xst7j]ofR*j?ayoL", "type": "image"}, {"id": 15764382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/701b8dc4-f95a-4bf4-bc0b-23c810b29f30/width=450/15764382.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UXCj-9o#o#tR.TaejbkCVsf7WBWBogkCayj[", "type": "image"}, {"id": 15764384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04136c1f-cf7f-4de7-8acc-34f8a73b8d30/width=450/15764384.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UUBqSgyEkDfj.TjZWAf6adfiaeofadflbHkC", "type": "image"}, {"id": 15764381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5752000-b5a0-4429-9b7a-de88779e7a08/width=450/15764381.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UbD0o:tSo#x]?wf8j[ogjGV@axV@ozfkbHa{", "type": "image"}, {"id": 15764383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d34bd6f1-12d4-4346-8d7f-feb930b189ff/width=450/15764383.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UXA-u9aeogog*0ozaykCjYogWBfQaeaeaxay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/569814", "modelId": 512730} \ No newline at end of file diff --git a/datasets/metadata/569849.json b/datasets/metadata/569849.json new file mode 100644 index 0000000000000000000000000000000000000000..7ba05f5c75fcc81530e150697786eb2a28331d5b --- /dev/null +++ b/datasets/metadata/569849.json @@ -0,0 +1 @@ +{"id": 569849, "index": 0, "name": "soaked_tea_brand", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-13T10:51:08.844Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 65, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 485573, "sizeKB": 2637.30859375, "name": "569849_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T09:45:52.797Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "396BAB67", "AutoV2": "880C82C3CC", "SHA256": "880C82C3CC2750D71675891768A661AA1DC0D85FDDBC82F860C005F49FEC1A6E", "CRC32": "AC5FBAEF", "BLAKE3": "030CBE1D388BEB78C1C33B848921079A3AEC9AA259E88C944ED3C0AC60CD742F"}, "downloadUrl": "https://civitai.com/api/download/models/569849?type=Training%20Data"}, {"id": 485645, "sizeKB": 223098.89453125, "name": "soaked_tea_brand.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T10:50:52.465Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FB977CB1", "AutoV2": "2D74D29A31", "SHA256": "2D74D29A313B4F25094ABBB6D79C6A4AF2D38EBEEF0A5891F9FE1AD5471D39C5", "CRC32": "1F27A973", "BLAKE3": "AE8A7D4BB336BE37168766AB06EC465C8723B85744D0FD9A8B58B09AC37C8061", "AutoV3": "2452B2299E10"}, "downloadUrl": "https://civitai.com/api/download/models/569849", "primary": true}], "images": [{"id": 15634755, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c0ce533-bfd6-4379-a6f9-7feacdaf5b2a/width=450/15634755.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UmEzG;xajbof.At6s:j]nns:j@j[ozt7WBfj", "type": "image"}, {"id": 15634753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64eb2a55-127f-4438-a9e2-cbf4bf58a045/width=450/15634753.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UoE|C^IURjoz-@Rjfjj[RoogofWBj[j]j[ay", "type": "image"}, {"id": 15634756, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b418e4a-95af-409d-bdae-2a3f33b91381/width=450/15634756.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UhDwT@%3RQkC?dxuW.fR%3ofa#ay%MkAWBay", "type": "image"}, {"id": 15634754, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90444eda-1de6-4755-b4b9-f0e4de71bae4/width=450/15634754.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UpDm,VRkV_of%QWBoff8N1WBaxayR$jZWAfi", "type": "image"}, {"id": 15634867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/116e23b9-2aab-4b6d-accd-b1e43b004f53/width=450/15634867.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UbHoqOM}Mxt7T#Rko2a#Mxt7f+WBM{WAaykB", "type": "image"}, {"id": 15634869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68221716-b366-41c3-aa26-6938824437e0/width=450/15634869.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UVH2[|I;R6t7PEbIn%WCDioMbFayRiWBoekB", "type": "image"}, {"id": 15634868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcdc7d61-e12c-4ded-947d-143d499a7808/width=450/15634868.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UVHCWZ-;Vtt8T#xuj[j]IBRibFWUV@kCkBj[", "type": "image"}, {"id": 15634866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21e42e96-b791-48e6-8f0e-7bcaede2ac7c/width=450/15634866.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "USHf3k-;RPt8Y8xuoJj[9ERkWoaxW=ofj[j[", "type": "image"}, {"id": 15634932, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/432971ad-934c-4362-8dae-63fe814d453b/width=450/15634932.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UaHCTRM}RQogpfM}o0fkIUofj@ayadoea{a{", "type": "image"}, {"id": 15634928, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72f233cb-a6e1-472f-b332-53162b3ef3df/width=450/15634928.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UaHVbxNGR6oflCRkjZfRD%ofkAf6WAj@fiay", "type": "image"}, {"id": 15634933, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71caeb2d-6f21-4544-983b-44b0a8c72d09/width=450/15634933.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UlF?U}t8aeog-@t7WBj]IURjoeayR%offQj[", "type": "image"}, {"id": 15634931, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0722a195-5b38-4af1-ad45-be56ef0a47fb/width=450/15634931.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UbHod[%MRPog%jt7j?f8D%WCf%a{a$j[a{a|", "type": "image"}, {"id": 15636556, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ac9fe54-9d00-4fa3-811b-e7607f628174/width=450/15636556.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKCjk^O+XG-EPqbXnURkKVrynsNr-HaQSst1", "type": "image"}, {"id": 15636558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2343f47-f4b8-412e-859d-a963eabda920/width=450/15636558.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UkEz4}xpixs;^-xZWAfP-DxZX7bH$xbYadog", "type": "image"}, {"id": 15636560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ae9c513-3cd6-4845-838c-f51e69d6f82b/width=450/15636560.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UhEMeM-hr^oz?1$_k6jZ$VxZX4a_Xme?nmkC", "type": "image"}, {"id": 15636559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af76ad3d-8c25-4d50-a3db-e548a85d5248/width=450/15636559.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UmD]=WI^a1oN-@NLW9fkwGR.X4a^x9axahj[", "type": "image"}, {"id": 15636557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a02bf29d-1922-45a0-92c8-c5abe5684724/width=450/15636557.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "URDAQIOpSs%3L4WBn-R*FTsDnWR$$-ShW8xH", "type": "image"}, {"id": 15636562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f33f3b10-8768-4775-acbe-29ca8887e61f/width=450/15636562.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UyF~FH-TxGt7?1$zk7j@nna}SKWBOqR.jIkC", "type": "image"}, {"id": 15636564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15b3d5b6-ecfe-4fdb-b0b5-cbf4707bb3bb/width=450/15636564.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UoF6w|xrnQs:~ExWWTj@=zxYX8f+-mkUWBof", "type": "image"}, {"id": 15636561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d74b961-0c17-4f04-abb1-25a2fb2d5cb1/width=450/15636561.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UuEyl-I]i{og-tNKaca#r;WEW,WTsjWBjbj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/569849", "modelId": 512759} \ No newline at end of file diff --git a/datasets/metadata/569912.json b/datasets/metadata/569912.json new file mode 100644 index 0000000000000000000000000000000000000000..c37217c927cd3fdf41c6839c92367cda3294540e --- /dev/null +++ b/datasets/metadata/569912.json @@ -0,0 +1 @@ +{"id": 569912, "index": 0, "name": "Truong_Chinh", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-18T09:16:25.426Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 496308, "sizeKB": 36977.5, "name": "Truong_Chinh.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-18T09:21:15.462Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "08F0CEE2", "AutoV2": "CF864305F7", "SHA256": "CF864305F7E15235A74BCA8C1A9A3C5446C2DC5D01243702D502DFA93463630C", "CRC32": "0C4EB32B", "BLAKE3": "E93030B65075657AF3107209EFA4635685F249BB614076AE31C031348510DE34", "AutoV3": "6EB797EABD17"}, "downloadUrl": "https://civitai.com/api/download/models/569912", "primary": true}, {"id": 485630, "sizeKB": 171.73828125, "name": "569912_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T10:30:42.710Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "A07D267081", "SHA256": "A07D2670818ED1545BCF32A5496BC8F42FE6EAD2FBCCC63F8B221815E0C7A49F", "CRC32": "8D6114C1", "BLAKE3": "2467B03C90C084FE56DF2CCF5361A7E4D630C346171E162497E911FE84CADED7"}, "downloadUrl": "https://civitai.com/api/download/models/569912?type=Training%20Data"}], "images": [{"id": 16222215, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3888d45-3ab2-4399-864d-574acd624038/width=450/16222215.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UoIE|g~qM{ay-;%MofWBIURjofayj[t7t7of", "type": "image"}, {"id": 16222212, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce7ebd69-ebac-45b9-a607-04a81eb3ded5/width=450/16222212.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UTN1Ab_3~q9F%MofofWBIURjWBt7-;Rj%Mof", "type": "image"}, {"id": 16222213, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5dc2eb67-f982-482b-a7cc-208278b46665/width=450/16222213.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UbMHJj-;~qD%_3t7fQRj4nRjRjxu?bRjxuof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/569912", "modelId": 512817} \ No newline at end of file diff --git a/datasets/metadata/569971.json b/datasets/metadata/569971.json new file mode 100644 index 0000000000000000000000000000000000000000..a82aee885a127ff500e937000cf24e61edad2b85 --- /dev/null +++ b/datasets/metadata/569971.json @@ -0,0 +1 @@ +{"id": 569971, "index": 0, "name": "Rin Okumura Pony XL v1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-13T18:41:55.121Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": ["rin_okumura", "white collared shirt", "necktie", "beige sweater", "blue fire", "tail"], "stats": {"downloadCount": 59, "ratingCount": 0, "rating": 0, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 485718, "sizeKB": 44562.7607421875, "name": "569971_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T11:51:17.725Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3CA110A2", "AutoV2": "6AF860AE50", "SHA256": "6AF860AE506969DCBE7BFAD16BAB78C82260D9F42836A9373DC93172B033A078", "CRC32": "A34C4E31", "BLAKE3": "6A3D2F840C060D3044B12CB12C4E841B89350489A6BEBF3017DFD8FB6F2ACF5F"}, "downloadUrl": "https://civitai.com/api/download/models/569971?type=Training%20Data"}, {"id": 486306, "sizeKB": 223100.11328125, "name": "Rin_Okumura_Pony_XL_v1-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T18:45:45.695Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5B4FD5A3", "AutoV2": "42B6576B08", "SHA256": "42B6576B088F60B484E24C1C0C4B33AEBA1132354F38C11397784BEB8EEE0C88", "CRC32": "4993137C", "BLAKE3": "1738319F4ED3FACAC380ED175738EAA94683751EF9EE225628DE592E3FB921B9", "AutoV3": "8AF97208A47C"}, "downloadUrl": "https://civitai.com/api/download/models/569971", "primary": true}], "images": [{"id": 15686159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4389d9f-10bb-47f1-8627-0e882aaa50d2/width=450/15686159.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UIIrB4^I0*nlcu#jXmxW?^VqtRt2yEIUE2E2", "type": "image"}, {"id": 15688135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68ecbda4-4ce9-4ce6-a4fb-c6f077df5f81/width=450/15688135.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBIX%1J;O[_2OuIV^*?GIUt7wbRQ_N_2xuIU", "type": "image"}, {"id": 15687508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f033637f-b914-4cc8-b0ec-13dc010c2404/width=450/15687508.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKI#=XtnMc-TPqE,-os90*o$vyxC.T-pnNNF", "type": "image"}, {"id": 15686690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb476584-ff2b-42bc-92c3-ccc9106dc5a0/width=450/15686690.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UQI#r%KkEgnOLNOt%2-6Fz%M$zaK.9bdnhM{", "type": "image"}, {"id": 15687782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4723f5eb-e4b4-49db-9fec-acc4257861de/width=450/15687782.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOLDV^~VxsRkxT%MtRNGbutR={od?voz-ot6", "type": "image"}, {"id": 15682353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14ab9e65-f1b7-4fbb-84e8-9fb883f32ae4/width=450/15682353.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UeHe|UJC%gbwT#nh$fa#E-xY$xRjtTJ:Nbn,", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/569971", "modelId": 512872} \ No newline at end of file diff --git a/datasets/metadata/570037.json b/datasets/metadata/570037.json new file mode 100644 index 0000000000000000000000000000000000000000..f23b2c56e69fe849c7cbb654cf95fe8311a19ead --- /dev/null +++ b/datasets/metadata/570037.json @@ -0,0 +1 @@ +{"id": 570037, "index": 0, "name": "EMIKIKUSREAL", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-13T22:47:44.331Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 72, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 485752, "sizeKB": 67870.580078125, "name": "570037_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T12:15:43.743Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EA23DFB7", "AutoV2": "6ADF852A36", "SHA256": "6ADF852A366B9016C71FC41651E31C7A13234B00E2D104FB4C48DAC83716E16A", "CRC32": "14410024", "BLAKE3": "3AC14C564B7CBB84D3F67ADBABFEABC1736F80B7B849FD4D180A53879010507F"}, "downloadUrl": "https://civitai.com/api/download/models/570037?type=Training%20Data"}, {"id": 486686, "sizeKB": 36978.6796875, "name": "EMIKIKUSREAL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T22:50:39.633Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9C1170CB", "AutoV2": "29AAF633EF", "SHA256": "29AAF633EFA7D0446C2DE537F3E67F2C86F354983AF247D6DBD3B5CEFB384ACA", "CRC32": "F81F641C", "BLAKE3": "0EA3633B983A4004F6C10511A2AD5328A7310C28785D82C99D82AF11A55C8943", "AutoV3": "C0751609A708"}, "downloadUrl": "https://civitai.com/api/download/models/570037", "primary": true}], "images": [{"id": 15695011, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e4fb244-d819-43d2-a3fc-7e48feff4274/width=450/15695011.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHH-x$RiXS,@E*E2%M4.~V^*n$M{x]o}IU%M", "type": "image"}, {"id": 15695010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc5d7145-7205-4830-a3db-f1057e6f7a50/width=450/15695010.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7DvD$4o0Log019Zt7-o^i%L_ND*%#xt4T%2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/570037", "modelId": 512934} \ No newline at end of file diff --git a/datasets/metadata/570088.json b/datasets/metadata/570088.json new file mode 100644 index 0000000000000000000000000000000000000000..a9e9071da239937cb67e1d53be5faea1d98e1c57 --- /dev/null +++ b/datasets/metadata/570088.json @@ -0,0 +1 @@ +{"id": 570088, "index": 0, "name": "DX_TER", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-13T20:05:38.388Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 89, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 485785, "sizeKB": 2995.318359375, "name": "570088_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T12:45:51.555Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AB9A721D", "AutoV2": "C9F075EC7F", "SHA256": "C9F075EC7F5A44788DC5E0BE517948BB6108EA11973B6755D88A3849BF5A2558", "CRC32": "FBECCB21", "BLAKE3": "DFF36C2E8467A2C192405FF6B63CB3C375359A3F46B376FED614F9CE932E63CC"}, "downloadUrl": "https://civitai.com/api/download/models/570088?type=Training%20Data"}, {"id": 486426, "sizeKB": 223101.26171875, "name": "DX_TER.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T19:55:49.439Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D3905974", "AutoV2": "82D58C6744", "SHA256": "82D58C6744433F34D3D3C13DA04F53EF03B9D24E98B419ED37CE93B38B87E406", "CRC32": "694993FB", "BLAKE3": "C350606E55C36BB00B6BFFD48FAA549F7DE1BEC6F007FBDD91B144971089AA40", "AutoV3": "BBC3E8468186"}, "downloadUrl": "https://civitai.com/api/download/models/570088", "primary": true}], "images": [{"id": 15682943, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abd5637d-fb21-41b8-9a9b-57a68ad201ad/width=450/15682943.jpeg", "nsfwLevel": 1, "width": 576, "height": 1024, "hash": "UHJ?]M#S0Lxt}[%1J-t79Dt5yXM|R$JC%KR*", "type": "image"}, {"id": 15683172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3219a938-d866-4e2f-8432-fb52e460216a/width=450/15683172.jpeg", "nsfwLevel": 1, "width": 1152, "height": 2048, "hash": "UDIq7n~A1074wFEOr;I^009b%Mrr0N;dtiRP", "type": "image"}, {"id": 15684208, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b55c369-4ded-442e-af94-18e4c695ea01/width=450/15684208.jpeg", "nsfwLevel": 1, "width": 1152, "height": 2048, "hash": "UJK0~d}r0ft6w?MxO@M}00NH?bo}-=yDD%kC", "type": "image"}, {"id": 15684892, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55cb3d3a-f4bc-4f2c-82b5-703b65ee95a7/width=450/15684892.jpeg", "nsfwLevel": 1, "width": 1152, "height": 2048, "hash": "USPsVDxa?^%M$Mj[S$aytmozVsV@?^kDMdjY", "type": "image"}, {"id": 15684894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03b71f46-bfb5-47df-beac-cda25d9c58ad/width=450/15684894.jpeg", "nsfwLevel": 1, "width": 1152, "height": 2048, "hash": "UED0TSEN0f={~BNGIosT0hxa={IpJ.sAwbT1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/570088", "modelId": 512983} \ No newline at end of file diff --git a/datasets/metadata/570250.json b/datasets/metadata/570250.json new file mode 100644 index 0000000000000000000000000000000000000000..f804eafc42f3ab65c8c11fbd8e9f039120233cf4 --- /dev/null +++ b/datasets/metadata/570250.json @@ -0,0 +1 @@ +{"id": 570250, "index": 1, "name": "v2.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-13T14:46:51.666Z", "availability": "Public", "nsfwLevel": 1, "description": "8x8 training images (8 square color on 8 border color. The orgy !), each with its caption file.
", "trainedWords": ["geometrics", "COLOR square", "COLOR border", "COLOR gms_square", "COLOR gms_border"], "stats": {"downloadCount": 24, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 485928, "sizeKB": 35.5126953125, "name": "Archive.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T14:21:24.421Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "315F2288EC", "SHA256": "315F2288ECC4A0CAF1847E81D9BAB2065D5BA1AB6E8BD82B37B899549E9D3F5B", "CRC32": "BD6C83B1", "BLAKE3": "6D280ECA0502D656DEE69F69295B50C46171DCDA603E35E3E3BC7840C0C81216"}, "downloadUrl": "https://civitai.com/api/download/models/570250?type=Training%20Data"}, {"id": 485930, "sizeKB": 36978.8046875, "name": "Geometrics_V2.5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T14:21:56.870Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "80469B49", "AutoV2": "FEBE721B9A", "SHA256": "FEBE721B9AEFA00DA6D1814932FB2D4B3F95B30D4D5E8E90F8D2E72796B3F703", "CRC32": "F54A857E", "BLAKE3": "59FACCF26BB2A3EFE41AF072DC129C5167EC80F259B29B25898C64216DA5F04C", "AutoV3": "607235072796"}, "downloadUrl": "https://civitai.com/api/download/models/570250", "primary": true}], "images": [{"id": 15650777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/facc7765-a799-469c-a65d-42b8332a9783/width=450/15650777.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "U7QZ9i0nL-,;{N-Py+ox~Q^{KKWC=woeayjZ", "type": "image"}, {"id": 15652049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b638410-3111-4a50-8f85-e025807592e8/width=450/15652049.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UBGPhK,dhf#Tzo#;?FSiv6Wr~DxGwgo2W?Sh", "type": "image"}, {"id": 15652050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c1023b9-53c0-4b98-a5c9-037630492b85/width=450/15652050.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULC$b+i{0TX7xDoeRloK08kB~5jGE6WDxrWC", "type": "image"}, {"id": 15652052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de8e0609-2d39-48e0-8493-1a127dfa13a1/width=450/15652052.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4CEOe033-nQtQRkIW-.1Utk{NxtIC-ooeVa", "type": "image"}, {"id": 15652051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e731a7c-e4d1-428d-9a29-9ed27b7aa987/width=450/15652051.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U99GXp00tM$.?KITa]j_tKe[E0%MI,-XE0%M", "type": "image"}, {"id": 15652056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d75d307-eb2a-4cfa-bae3-8e9744ead5c0/width=450/15652056.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UbCtd=VrQ,bePXITR3t9gk$xM_NLXls:xZae", "type": "image"}, {"id": 15652054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9b026be-518c-45fc-a600-ad5c9f9ddd9d/width=450/15652054.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULByBlo~W;t6PXxvoeofTg-Vs.W=O]OZ$$so", "type": "image"}, {"id": 15652053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ae1f744-2f7e-4887-94b7-19830f057f70/width=450/15652053.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEDs,=Ek#9-9EcjYoMoJIx$i$fNc}SWXR-j[", "type": "image"}, {"id": 15652055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2293ef06-de6d-426a-8a64-22472b77b5c2/width=450/15652055.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8A,dT06,[-|0%~TJ6R7MVy5tN4sELnl#;tM", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/570250", "modelId": 481649} \ No newline at end of file diff --git a/datasets/metadata/570417.json b/datasets/metadata/570417.json new file mode 100644 index 0000000000000000000000000000000000000000..b6c2af6b984bb609eb49a5012a0e7eda375e6d1a --- /dev/null +++ b/datasets/metadata/570417.json @@ -0,0 +1 @@ +{"id": 570417, "index": 0, "name": "Jilly (village girl)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-13T19:06:46.295Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["Jilly, long hair, silver cross necklace, silver cross earrings, yellow cropped top, yellow shorts"], "stats": {"downloadCount": 87, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 486231, "sizeKB": 87954.4970703125, "name": "570417_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T17:51:46.605Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "459C52B7", "AutoV2": "45C84E0130", "SHA256": "45C84E01306ECF00D83E3498DFD46AFAA89E51EBAE4A9FECD0BCC3D6642A76B4", "CRC32": "1DF732D5", "BLAKE3": "53658717CFEF16A1DA9B3C98B02730542EBFD07370B270385A229521C25290C6"}, "downloadUrl": "https://civitai.com/api/download/models/570417?type=Training%20Data"}, {"id": 486350, "sizeKB": 223100.46484375, "name": "Jilly_village_girl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T19:06:25.846Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7D9F73E2", "AutoV2": "280474F0B5", "SHA256": "280474F0B5694E0FC73DF4FE60C7ED13BAF9441357D55C8B74F000A4B1CF04DD", "CRC32": "BAD60463", "BLAKE3": "37E69FC51A7FDBCC68FD2CD16050FA3FBCEAF8E44DEC2E2722407BF482AD70DD", "AutoV3": "E1D5F1B95F0D"}, "downloadUrl": "https://civitai.com/api/download/models/570417", "primary": true}], "images": [{"id": 15678353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b118e703-d37c-406f-9858-c66a47c241e7/width=450/15678353.jpeg", "nsfwLevel": 2, "width": 928, "height": 1232, "hash": "UOI;hp_3yXIn.mtR_3R-ERV_-;WB^*s:sqRj", "type": "image"}, {"id": 15678380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e166f155-dc7d-4544-a055-28bab54078c7/width=450/15678380.jpeg", "nsfwLevel": 2, "width": 928, "height": 1232, "hash": "UnN,b=og?^jZ?bae%2j@Orj]t6ofxvofogof", "type": "image"}, {"id": 15678382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98720a64-115f-4a43-83ce-77e01e477ee2/width=450/15678382.jpeg", "nsfwLevel": 4, "width": 928, "height": 1232, "hash": "UKIqil.TC7?uPXOGxaS5X:tS?Hxvx]IpM|R-", "type": "image"}, {"id": 15678379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1682393a-8492-49a2-8882-918b77338863/width=450/15678379.jpeg", "nsfwLevel": 4, "width": 928, "height": 1232, "hash": "UNJR2G%23XIV0zR*-NbacEniW@a#?wxuw|Rj", "type": "image"}, {"id": 15678381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9103f9b-f467-4016-acbf-504d138be256/width=450/15678381.jpeg", "nsfwLevel": 1, "width": 928, "height": 1232, "hash": "UaHL3n~pXnR*yEXTofjFxv%2$*ofkDWYM|ae", "type": "image"}, {"id": 15678378, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b29174c-8b36-46b7-be7d-fd884a094a21/width=450/15678378.jpeg", "nsfwLevel": 2, "width": 928, "height": 1232, "hash": "UfI5Mm-opxRlPEt6xvofI]aes8j?Rkofe,s-", "type": "image"}, {"id": 15678397, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d34886f8-e769-4837-9c8e-c9d19694cddc/width=450/15678397.jpeg", "nsfwLevel": 2, "width": 928, "height": 1232, "hash": "URJk4XnNGv-;PqRj%fbxKRo#%Nt8xvW?xbf9", "type": "image"}, {"id": 15678394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fa9ffd4-578c-4a37-aaab-20f19af83526/width=450/15678394.jpeg", "nsfwLevel": 4, "width": 928, "height": 1232, "hash": "ULGI$K?b0e9FlVR-Q,V?l9s8VXkqSiRiROtR", "type": "image"}, {"id": 15678391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65f38ea0-13ef-4adf-b335-9bfcb4c6f4c4/width=450/15678391.jpeg", "nsfwLevel": 1, "width": 928, "height": 1232, "hash": "UMHee0?bL4I]Gw%M%gxvOanz-rWA?IxUM{M_", "type": "image"}, {"id": 15678407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0101941b-a80e-49b6-9efa-6ec32c929904/width=450/15678407.jpeg", "nsfwLevel": 1, "width": 928, "height": 1232, "hash": "UJGum~8w0e_NcaITrXx^TLRiv~xuOUxtMxR,", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/570417", "modelId": 513263} \ No newline at end of file diff --git a/datasets/metadata/570543.json b/datasets/metadata/570543.json new file mode 100644 index 0000000000000000000000000000000000000000..47385c558f017641cd62756d4f79fe3f99d991d2 --- /dev/null +++ b/datasets/metadata/570543.json @@ -0,0 +1 @@ +{"id": 570543, "index": 1, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-14T00:56:36.758Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 107, "ratingCount": 0, "rating": 0, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 486787, "sizeKB": 223121.88671875, "name": "Fellatrix_Furry_Style_LoRA.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T00:15:41.979Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EE62CE9F", "AutoV2": "F81E05E85C", "SHA256": "F81E05E85C30B6931F23F025F04FCE6C69B0615C6A9FDF218D59F5F228AE4EB8", "CRC32": "6795617A", "BLAKE3": "361A56A18AB902B2FDDEB1BDCDFFB624F832056ADF35D4EED39487A8BC544072", "AutoV3": "CC8674E907D4"}, "downloadUrl": "https://civitai.com/api/download/models/570543", "primary": true}, {"id": 486196, "sizeKB": 40926.6748046875, "name": "570543_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T17:20:42.086Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AC42C463", "AutoV2": "CAF96E674D", "SHA256": "CAF96E674D2281813760D058326EDF6C45E1EE7EFF9E3D24E6C2C603A12A642F", "CRC32": "93F8F612", "BLAKE3": "75EAE8FC40FC1FE23670875ABF8B0C54DDC03C190109435E9B00307AF79B645E"}, "downloadUrl": "https://civitai.com/api/download/models/570543?type=Training%20Data"}], "images": [{"id": 15705177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3761ad9-6ca6-4de5-bbc9-e70dd530a29b/width=450/15705177.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDJ6m2?]7gkX02IU9bsT00Div{V?%#.8?akp", "type": "image"}, {"id": 15705176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fafd2e0-f826-4445-aff4-d22b735a4ce9/width=450/15705176.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UNJZh??^7z~W1jx^x^%M4:Myr=NGEKRPs*Rj", "type": "image"}, {"id": 15705175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92463763-8129-4e71-812a-2f0d0c49f44a/width=450/15705175.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UYJG=s?[6%x[5Xxb-Vof0LDjV@RkM_M_aJRj", "type": "image"}, {"id": 15710863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6b4aca7-e13e-46c6-995c-df3a796bc7b3/width=450/15710863.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UgIMiz~9ouxZxtkVWXWXt5xaofRkRkofxasm", "type": "image"}, {"id": 15710862, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99beab56-0c35-44ab-9e45-10b3b29012bf/width=450/15710862.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UhJQ$VofTJf6*0ozNeae.9of$*jsyDWCxaay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/570543", "modelId": 513380} \ No newline at end of file diff --git a/datasets/metadata/570800.json b/datasets/metadata/570800.json new file mode 100644 index 0000000000000000000000000000000000000000..20607fd616b678d2ed0dbc273c4e8796515b73c9 --- /dev/null +++ b/datasets/metadata/570800.json @@ -0,0 +1 @@ +{"id": 570800, "index": 0, "name": "ballet-heels-alt", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-14T06:17:30.639Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 61, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 487156, "sizeKB": 38872.7890625, "name": "570800_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T04:15:36.562Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "87BB9A1D", "AutoV2": "CCEA928E1D", "SHA256": "CCEA928E1DEB1E4445C28C22E34F4D6762D0E8243E6E3C3B628C12396F5FBBCC", "CRC32": "B05628F8", "BLAKE3": "7E0B76A4EBF360F9AC20E90D27F70E75876FB7714A2D2414B06B1D3E7E44ACF0"}, "downloadUrl": "https://civitai.com/api/download/models/570800?type=Training%20Data"}, {"id": 487332, "sizeKB": 223113.38671875, "name": "ballet-heels.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T06:20:48.390Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7DA7347A", "AutoV2": "29DD4EF053", "SHA256": "29DD4EF053E44A0DC4F2C780EA6F25EF37E0CD63EC9FA3CFCFB673649C673E65", "CRC32": "DAF68904", "BLAKE3": "A3ABCAF36DC6E25236F6B9190ADACB7E209E2D35203DB194A4634F44CD8496D8", "AutoV3": "C709AA4FBF24"}, "downloadUrl": "https://civitai.com/api/download/models/570800", "primary": true}], "images": [{"id": 15735300, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c0f1171-4cc6-42ca-99b5-ef41f0a00865/width=450/15735300.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UNC%8JIU~qIUM{M{RjWBayM{ayRjWBofj[of", "type": "image"}, {"id": 15735304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc32b651-d24b-4234-bb45-f4197d33b7fe/width=450/15735304.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGIp}GH[0x%Y+H-qEKt52:OS}um[1FRi$SRU", "type": "image"}, {"id": 15735303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81e11e97-b9e4-49c0-96d9-aeb9a42bfe39/width=450/15735303.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UZHeUls:tSM_~qj[WCV@ShWCVsofkXaxs:WW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/570800", "modelId": 513627} \ No newline at end of file diff --git a/datasets/metadata/570819.json b/datasets/metadata/570819.json new file mode 100644 index 0000000000000000000000000000000000000000..d1aa3a416bedb8fad57569990ffc78cf36b34982 --- /dev/null +++ b/datasets/metadata/570819.json @@ -0,0 +1 @@ +{"id": 570819, "index": 0, "name": "Borscht", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-15T02:52:02.312Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 40, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 488452, "sizeKB": 134045.1982421875, "name": "570819_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T19:01:24.409Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DAA2830D", "AutoV2": "D07E7E6BAF", "SHA256": "D07E7E6BAF012DA89056FAFC10A6887779C14D97C346AC820B6B84378DEEEED7", "CRC32": "60915B42", "BLAKE3": "69E47AB16DDCE27772F1362E64CD69A30C2529738E993A7AD97C9BB15FF3920D"}, "downloadUrl": "https://civitai.com/api/download/models/570819?type=Training%20Data"}, {"id": 489167, "sizeKB": 223114.01171875, "name": "Borscht-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T02:55:43.507Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6F7B1803", "AutoV2": "60E92C59CB", "SHA256": "60E92C59CB48F9CEB38C263CBD04BD4B5E3801747BA9BAB2BC9526A22537C969", "CRC32": "0BD0000A", "BLAKE3": "02074470FE0B6FC65D8E84F482DDA7F36CBA884589BAAED4EFB91DCBC51B75CF", "AutoV3": "846CBDACA4BA"}, "downloadUrl": "https://civitai.com/api/download/models/570819", "primary": true}], "images": [{"id": 15833764, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/226fd156-f2d4-419a-8a8e-629cffa99e8d/width=450/15833764.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9IOLKvL00Tx3sDjQR?v0jVq=__N*{$$9vO[", "type": "image"}, {"id": 15833763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4f7080d-2b53-4c95-9513-fde1d12f8065/width=450/15833763.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5DR{O_4?J?c;YR%xZSz3x4,D#4-00MeR+rX", "type": "image"}, {"id": 15833760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d285d487-0fe2-413a-ada2-80c7e884a043/width=450/15833760.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCH1byIq0g%0~7E2Sd-U0O9b-o-nRWRkIuR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/570819", "modelId": 513646} \ No newline at end of file diff --git a/datasets/metadata/570853.json b/datasets/metadata/570853.json new file mode 100644 index 0000000000000000000000000000000000000000..6a1e5d99ba029c18023690d382eec0759bd70202 --- /dev/null +++ b/datasets/metadata/570853.json @@ -0,0 +1 @@ +{"id": 570853, "index": 0, "name": "Ukrainian embroidered shirt", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-14T07:34:55.606Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Vyshyvanka, Ukrainian embroidered shirt, embroidered shirt"], "stats": {"downloadCount": 87, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 487352, "sizeKB": 44621.2646484375, "name": "570853_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T06:30:41.520Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "268516C1", "AutoV2": "19A40C031A", "SHA256": "19A40C031A656CC1B438B18DC6AB444BA1DAE58F3C73B0574390D372E9886641", "CRC32": "E25C66BC", "BLAKE3": "56CBEC91776AC280739078CDEF1062FF4819A9C1D1D8FC728C094DE977838B0C"}, "downloadUrl": "https://civitai.com/api/download/models/570853?type=Training%20Data"}, {"id": 487432, "sizeKB": 223100.08203125, "name": "Ukrainian_embroidered_shirt.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T07:26:24.215Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F2F9F41D", "AutoV2": "9757608A92", "SHA256": "9757608A92BEEC79A20FB61D4F1325FAF618623881BC0833C32209EAC6ADD5D7", "CRC32": "CA34E871", "BLAKE3": "CDD38FCB108FC504270A4C874602A415C15DF3340360A4BA1E6194E25BD67759", "AutoV3": "3879C953639B"}, "downloadUrl": "https://civitai.com/api/download/models/570853", "primary": true}], "images": [{"id": 15750621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb9204ba-c525-4562-939d-cb4de36cb06f/width=450/15750621.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UJJZGF0MuN-C~DEMu5r@17$%XooL~WVtJQ%2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/570853", "modelId": 513680} \ No newline at end of file diff --git a/datasets/metadata/571077.json b/datasets/metadata/571077.json new file mode 100644 index 0000000000000000000000000000000000000000..33c265f661b3adef20b3b305023266231ca3d182 --- /dev/null +++ b/datasets/metadata/571077.json @@ -0,0 +1 @@ +{"id": 571077, "index": 0, "name": "Rebel Flag Bikini", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-14T06:12:11.373Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 46, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 486929, "sizeKB": 19008.89453125, "name": "571077_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T01:41:37.732Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "243A855A", "AutoV2": "E83B759168", "SHA256": "E83B759168FB8FBEE9558F4EF04DA0497E64592CF648CC3AF5418E05A51E4D22", "CRC32": "867CADA6", "BLAKE3": "BBF53A1CD54A51EAC4CD13538FA35A28704064EC82429A54288B6F93C460D836"}, "downloadUrl": "https://civitai.com/api/download/models/571077?type=Training%20Data"}, {"id": 487324, "sizeKB": 223105.98046875, "name": "Rebel_Flag_Bikini.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T06:16:03.578Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0C57E339", "AutoV2": "94E7CF14BA", "SHA256": "94E7CF14BAF2162F4D91B701AE02F1D61A3EC2D046E0CD844FB1457853DF9FCA", "CRC32": "8191F229", "BLAKE3": "82F28FBAB2182DA48445FE817BBE620B0181316D906C5636BAFEAD0AAFF467E6", "AutoV3": "DB2D8BE8352E"}, "downloadUrl": "https://civitai.com/api/download/models/571077", "primary": true}], "images": [{"id": 15734748, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d15f9860-2199-41cd-b5c0-60e65619d9a1/width=450/15734748.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U9BC_h?GBpE*~CxaNdNdJRbvwdr=AENH$i-U", "type": "image"}, {"id": 15734747, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88fdbf90-ca3e-4747-a528-1b4c35b134f1/width=450/15734747.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UaQvm[xa_4t7K0jcw}tRkrf6oMoMxuRjf9of", "type": "image"}, {"id": 15734749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7ad90e5-a42e-4a0a-b02e-cef08bcb7b07/width=450/15734749.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFNmA{sn00Hr*J9tNGInE3IA,@D%S~IoS#%f", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/571077", "modelId": 513886} \ No newline at end of file diff --git a/datasets/metadata/571102.json b/datasets/metadata/571102.json new file mode 100644 index 0000000000000000000000000000000000000000..d4e349ef7cef039703fddfae83d7fb489b45ce41 --- /dev/null +++ b/datasets/metadata/571102.json @@ -0,0 +1 @@ +{"id": 571102, "index": 0, "name": "Ange Venus", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-14T06:42:58.611Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 57, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 486920, "sizeKB": 9614.41796875, "name": "571102_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T01:35:35.908Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EB01800F", "AutoV2": "A41640740A", "SHA256": "A41640740A7E312549BB555FA45B1E5FA404097086011465DD387D0C855A6FAD", "CRC32": "18623C74", "BLAKE3": "7AA995A5DFE9EDE77064F388779EC2450DFB2EA6FD1D76FA9D5CF417D5622029"}, "downloadUrl": "https://civitai.com/api/download/models/571102?type=Training%20Data"}, {"id": 487370, "sizeKB": 223105.76171875, "name": "Ange_Venus.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T06:47:05.388Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "30B85F4B", "AutoV2": "312399A815", "SHA256": "312399A815ADC0B84E7938B93597EF8C2A7C659610FA2FA6D3F41F9D37A2A16E", "CRC32": "CAE41551", "BLAKE3": "34AB9A190D3C17F23A7E46869E65B18D0F02E553FDAF4B5BD4F22A18D2E94254", "AutoV3": "34D03398DDCD"}, "downloadUrl": "https://civitai.com/api/download/models/571102", "primary": true}], "images": [{"id": 15737423, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7144cb2-e13a-4d78-8254-40148ad0604c/width=450/15737423.jpeg", "nsfwLevel": 1, "width": 300, "height": 472, "hash": "U7Kl{*0J00J;9x^P}@-V0JR.=}xD00%M-;Wq", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/571102", "modelId": 513911} \ No newline at end of file diff --git a/datasets/metadata/571139.json b/datasets/metadata/571139.json new file mode 100644 index 0000000000000000000000000000000000000000..c4708c1ac74e9392915241a57fd17f7fe5596434 --- /dev/null +++ b/datasets/metadata/571139.json @@ -0,0 +1 @@ +{"id": 571139, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-13T23:44:51.946Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 127, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 486761, "sizeKB": 9470.779296875, "name": "Meyrin_Hawke_SEEDFreedom.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T23:46:29.887Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D7F896E8", "AutoV2": "143F6D4420", "SHA256": "143F6D44202760FB1147CBFB686FADB97A20D121FC45133A4C33F6410CA12A54", "CRC32": "68516890", "BLAKE3": "9FE1CA8DE83330B824EB5990246F73501B8C06B1E1EF10CA4A7340008290CD6B"}, "downloadUrl": "https://civitai.com/api/download/models/571139?type=Training%20Data"}, {"id": 486762, "sizeKB": 22235.37890625, "name": "Meyrin_Hawke_SEEDFreedom-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-13T23:46:31.404Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EB98F97E", "AutoV2": "4591FFDAE0", "SHA256": "4591FFDAE0EF9BA6FB7CA91F83BD521F72F330EB9EC1DC6FEFE5C0641A6D7BF9", "CRC32": "C4B3EE5C", "BLAKE3": "163AA68C4CDEC7B13A79BE75F0943641B6D37A0923B0D6ABFE4697A1B92281E9", "AutoV3": "310F9B5F1093"}, "downloadUrl": "https://civitai.com/api/download/models/571139", "primary": true}], "images": [{"id": 15699456, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e00261b-75fc-4235-a081-643fe477583f/width=450/15699456.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNPFDjt6t,ayThM|.7NH?an%jas.?Yaxt7jZ", "type": "image"}, {"id": 15699454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a890021-8b08-4cf1-a7e8-c7049c7b6986/width=450/15699454.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNPFDjt6t,ayThM|.7NH?an%jas:?Yaxt7jZ", "type": "image"}, {"id": 15700079, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0d071be-4ca5-4a4f-a46f-5973130031ea/width=450/15700079.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULOVGZx[Y6Ip%jIV?aRjN3R6-.t6~TWBN0tR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/571139", "modelId": 513945} \ No newline at end of file diff --git a/datasets/metadata/571322.json b/datasets/metadata/571322.json new file mode 100644 index 0000000000000000000000000000000000000000..6a00cac02702c7aa7cd54d67d8d1c7d13e1c3b58 --- /dev/null +++ b/datasets/metadata/571322.json @@ -0,0 +1 @@ +{"id": 571322, "index": 1, "name": "More Sheet Than Naked", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-14T01:47:38.499Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["naked sheet"], "stats": {"downloadCount": 330, "ratingCount": 0, "rating": 0, "thumbsUpCount": 45, "thumbsDownCount": 0}, "files": [{"id": 486936, "sizeKB": 223121.67578125, "name": "Naked_Sheet_Covered_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T01:46:21.444Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "20D39EFF", "AutoV2": "3664295DBB", "SHA256": "3664295DBBC9D3686D5ECBEE1A0E3191161DD85D288B98720B99F6D6F476390C", "CRC32": "14A1ACD1", "BLAKE3": "A2BC139A0BC6F992A6CB35AB05FEB4F5FA07A842A0434ACC3F9AD570212FA394", "AutoV3": "9B20BA82A469"}, "downloadUrl": "https://civitai.com/api/download/models/571322", "primary": true}, {"id": 486937, "sizeKB": 152040.87109375, "name": "570835_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T01:46:27.211Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "793C91D7", "AutoV2": "661FFC2F43", "SHA256": "661FFC2F43E8F7E929632B30D2FA4196F366A28E5F712B04EB7848D3EF6282CE", "CRC32": "A894A0F4", "BLAKE3": "97D55EA24D19BBEE8613AFB5C3334FD9CB68CE2FFBFA68A666A7EDDB4CF9D860"}, "downloadUrl": "https://civitai.com/api/download/models/571322?type=Training%20Data"}], "images": [{"id": 15712315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/785ee633-6527-4aa1-bd05-28f8392f993a/width=450/15712315.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UCK^d98{00GH%d#700_2T{_N8_nO9b4.obIU", "type": "image"}, {"id": 15712323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20eb8902-9663-434e-b41e-cde3c47393bd/width=450/15712323.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UBK,,E0100Ac?D=E00^*0#_NDN?GsSNGaw9G", "type": "image"}, {"id": 15712345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5707566a-62e6-4bd8-9292-4376c1a87d52/width=450/15712345.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UEJZ}SH?02%z}}V[02%L1J%gDiIU00S}t,M{", "type": "image"}, {"id": 15712375, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e53faa43-bd52-4424-9a2b-e1b040e5eca8/width=450/15712375.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UHJQsHNI01.9~RIA4:%LAIx^Dixa4oS#W.WF", "type": "image"}, {"id": 15711919, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ad4ba96-80a6-4dc8-9400-3bf94dba88a5/width=450/15711919.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UQG[$gMx01x]~oRk9FxtTKozIAoLIVkBNGaf", "type": "image"}, {"id": 15711924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d45110e-2a48-4382-9db7-cecdbb9c5a09/width=450/15711924.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UIGb9WVZ02%L~mRP9I-:T^xu8|V@9aNuM|s:", "type": "image"}, {"id": 15711930, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5ed6818-5fe3-41d8-b980-22275db9051d/width=450/15711930.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UdHd]Ii_0MtR~UWBD*t7OqX8M{WCIVf+ShV[", "type": "image"}, {"id": 15711935, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ed2f34c-66d6-43b3-93d5-fbb079d13a6a/width=450/15711935.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UWGI4IRP4:x[~oV@9GxuTJbbIAs:E3bbRkaf", "type": "image"}, {"id": 15711375, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a132e443-2642-4f56-b2da-f081d851f708/width=450/15711375.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UFIXdd%Nx{xan6MxIAof0Mxu~UR*bbofw^WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/571322", "modelId": 512462} \ No newline at end of file diff --git a/datasets/metadata/571357.json b/datasets/metadata/571357.json new file mode 100644 index 0000000000000000000000000000000000000000..df487ea449fc62c73258fb22c0510242c6d6f6a1 --- /dev/null +++ b/datasets/metadata/571357.json @@ -0,0 +1 @@ +{"id": 571357, "index": 0, "name": "Rin - Catherine", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-14T06:46:31.545Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 29, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 486978, "sizeKB": 5303.5419921875, "name": "571357_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T02:10:44.209Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3DD8C5D2", "AutoV2": "CDCCA74DEE", "SHA256": "CDCCA74DEE48373D02E96514B009A7E80ACBFF0251A9410FE17086BD27516EF3", "CRC32": "47C57CE1", "BLAKE3": "1266507EB530B484DB552EADD4ADAD8E9CC4F85EC61D9DE0F4247B25B8158923"}, "downloadUrl": "https://civitai.com/api/download/models/571357?type=Training%20Data"}, {"id": 487378, "sizeKB": 223103.21484375, "name": "Rin_-_Catherine.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T06:46:40.625Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "17B8B24B", "AutoV2": "07D784D0F2", "SHA256": "07D784D0F2BDCC309030F24AF46E3C1FAFE3898849DBC441B8CCE19CD5F75CEE", "CRC32": "10A9DD92", "BLAKE3": "22F9B8C9752991D7F3A066E5F488385F3178225444E10F1D96049F3891650FE6", "AutoV3": "E1172C34B638"}, "downloadUrl": "https://civitai.com/api/download/models/571357", "primary": true}], "images": [{"id": 15737660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccbe4bf0-da8f-47fc-aba9-95af669bd07b/width=450/15737660.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UULNDJ~pNL%M-O-ot7s:0K$*WTM{-=xuWXX8", "type": "image"}, {"id": 15737658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6ad363a-0821-4b37-add9-92b5ef66442c/width=450/15737658.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UWOnL;~DIUEK?byCjbs;~DRjaexbR+oMM{kV", "type": "image"}, {"id": 15737659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1af13d37-c96f-476e-86e7-18448aacbef0/width=450/15737659.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "ULO^7^}^0w9E-XoMXS-q-Ex^s;s=.8oxt3S^", "type": "image"}, {"id": 15737663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c017980-7e3f-4945-9c75-a533e7eae03f/width=450/15737663.jpeg", "nsfwLevel": 1, "width": 433, "height": 650, "hash": "UKI:e81FAC-W{oBNEzw#}vAUw[nmxbrrKJ$+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/571357", "modelId": 514141} \ No newline at end of file diff --git a/datasets/metadata/571377.json b/datasets/metadata/571377.json new file mode 100644 index 0000000000000000000000000000000000000000..bdb63669dc105920e287763fd5e43af613381275 --- /dev/null +++ b/datasets/metadata/571377.json @@ -0,0 +1 @@ +{"id": 571377, "index": 0, "name": "Akainu | One Piece", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-14T04:19:25.194Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Akainu"], "stats": {"downloadCount": 46, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 487062, "sizeKB": 869.7333984375, "name": "571377_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T03:01:44.259Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "5A22CD06C2", "SHA256": "5A22CD06C27B54783C0A8502D3E3E1C4805656C0756F80F5207583B4B15E05E8", "CRC32": "E31B0A88", "BLAKE3": "30A709342F5F2910077A54DFFD909F28954975634DC4578F876F2DA098B155EB"}, "downloadUrl": "https://civitai.com/api/download/models/571377?type=Training%20Data"}, {"id": 487148, "sizeKB": 223100.37109375, "name": "Akainu__One_Piece-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T04:10:53.524Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3E4EF238", "AutoV2": "93F2DEFF06", "SHA256": "93F2DEFF06AD5FBBDECCBFA03F270B5935925CA8BC23D934ECCED4F70A520829", "CRC32": "C350578B", "BLAKE3": "C700F69163F1E4648355256C2FD8364FABDA86875B50C2ED96A3BDD1D1517488", "AutoV3": "17D9DCDFBE98"}, "downloadUrl": "https://civitai.com/api/download/models/571377", "primary": true}], "images": [{"id": 15724528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65dbd977-060d-40cf-9538-4cdc55d0def8/width=450/15724528.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UkKw;CS%W@n#ENW?bIsl?^WEIUWBv}ozV[kW", "type": "image"}, {"id": 15724527, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df9419d3-21d9-4eb9-be61-2dd8293cf68c/width=450/15724527.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U9Ji-3$w0.R;ICjD.9Si-;I^~B-TTJNHM|W9", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/571377", "modelId": 514155} \ No newline at end of file diff --git a/datasets/metadata/571390.json b/datasets/metadata/571390.json new file mode 100644 index 0000000000000000000000000000000000000000..3f069923e8196a088454d7c6044b01c18d92f0fe --- /dev/null +++ b/datasets/metadata/571390.json @@ -0,0 +1 @@ +{"id": 571390, "index": 0, "name": "Dumptruck Ass", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-14T06:15:05.308Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 36, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 487018, "sizeKB": 8426.1953125, "name": "571390_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T02:31:47.392Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6C4246B3", "AutoV2": "C7FDA90E41", "SHA256": "C7FDA90E4178E2FDEFC46516E09095363A5F1661A589F24DDBD3F6FB3F74366B", "CRC32": "D7025B79", "BLAKE3": "D1BC61D98DA2D6DD38FFE7AC434A3EE08CDECF4F2A31F20C91E90C7C68A74133"}, "downloadUrl": "https://civitai.com/api/download/models/571390?type=Training%20Data"}, {"id": 487329, "sizeKB": 223103.19921875, "name": "Dumptruck_Ass.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T06:16:01.708Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C3CD9422", "AutoV2": "572F98199D", "SHA256": "572F98199D471A33444983DE77FE17C906AF03B4F76CF613F278342B009965CA", "CRC32": "B0661C92", "BLAKE3": "80A51706059AA31A0C4DAFDE327C53B6EFFA418A05533F12193E9A07670DCE9D", "AutoV3": "896A6C8924B4"}, "downloadUrl": "https://civitai.com/api/download/models/571390", "primary": true}], "images": [{"id": 15735135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34dde94d-5276-4e2d-a5d2-a9cfd69dce1f/width=450/15735135.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UNJ[9lIqIq%M~ot7xvD%E1M_t5t7-=D%M{-:", "type": "image"}, {"id": 15735134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/080c9f40-0c0d-4e73-a86c-2a7a1a53a0fb/width=450/15735134.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UfOo^+~CR*NG~WIUkCt7ozRjkCs:x]tQfkWB", "type": "image"}, {"id": 15735133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9aa57211-e298-442c-b90a-6cd62956dfea/width=450/15735133.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UANAk=.A00~B024m-;D*009aR*r;D%D$WBtR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/571390", "modelId": 514164} \ No newline at end of file diff --git a/datasets/metadata/571728.json b/datasets/metadata/571728.json new file mode 100644 index 0000000000000000000000000000000000000000..217b2ff888bbd49a70468c53319b31cc44281847 --- /dev/null +++ b/datasets/metadata/571728.json @@ -0,0 +1 @@ +{"id": 571728, "index": 0, "name": "v2.0 (fix suggestions)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-14T06:07:48.488Z", "availability": "Public", "nsfwLevel": 28, "description": "200+ images with more positions and clothes avaliable
", "trainedWords": ["th_cl,through clothes", "Read Description!"], "stats": {"downloadCount": 800, "ratingCount": 0, "rating": 0, "thumbsUpCount": 155, "thumbsDownCount": 0}, "files": [{"id": 487312, "sizeKB": 334447.70703125, "name": "Anal_Through_Clothes_NEW-000016.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T06:12:10.038Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D86F3411", "AutoV2": "98C5D1B998", "SHA256": "98C5D1B998A1C63593145A6F44368A970910309B839FDA6A26795746365BF807", "CRC32": "6A153CF9", "BLAKE3": "3C44E2872D4B7DC11F4F600198A2D1FAB99A277925A6D24BE29F761F73BAD0FA", "AutoV3": "C4B9136C5F16"}, "downloadUrl": "https://civitai.com/api/download/models/571728", "primary": true}, {"id": 487313, "sizeKB": 467548.81640625, "name": "analThroughVersion2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T06:11:39.545Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B43CD0E3", "AutoV2": "B7969D1BEF", "SHA256": "B7969D1BEF47A22426FDBF53FE69BD476AB2915C6D919D5665E913DA320F6176", "CRC32": "DE0537A3", "BLAKE3": "4256427B1761F57E227D676DC5EC6F4FF8A919A393D38BA8ADDF1EBB41455728"}, "downloadUrl": "https://civitai.com/api/download/models/571728?type=Training%20Data"}], "images": [{"id": 15734436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0c93de5-2cb5-4667-8c76-48e785d3fbc1/width=450/15734436.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U7F;]102{v^L?vD*t7X7HXTKKRxCVX-;NIM{", "type": "image"}, {"id": 15734449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c40b0256-aae5-42b8-bc48-2f4a0e8ca9eb/width=450/15734449.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U8LWIp-p00%2Q8s,BWay00f6OXRjG^kC0KS3", "type": "image"}, {"id": 15734457, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2ead7ab-e64e-40d9-abcd-9b3d6e60042b/width=450/15734457.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "USJtrD~p~W-o0g%1MxRjMxM_IUM{s,M{RiRj", "type": "image"}, {"id": 15734238, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc9825a0-c9b2-4e4d-a932-7685087ce9d0/width=450/15734238.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U7F;]102{v^L?vD*t7X7HXTKKRxCVX-;NIM{", "type": "image"}, {"id": 15734243, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9550398b-eca7-4fda-846f-310be476a5ac/width=450/15734243.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U8LWIp-p00%2Q8s,BWay00f6OXRjG^kC0KS3", "type": "image"}, {"id": 15734262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f24267c7-a85f-490a-8c58-c22126f4f01c/width=450/15734262.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "USJtrD~p~W-o0g%1MxRjMxM_IUM{s,M{RiRj", "type": "image"}, {"id": 15734264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f16a6878-be8a-4250-9330-9726ab419222/width=450/15734264.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "USJtrD~p~W-o0g%1MxRjMxM_IUM{s,M{RiRj", "type": "image"}, {"id": 15734268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99caa629-b8e0-41a8-b71a-af429384c385/width=450/15734268.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UDMZE,xa0f%M[8RPtmn$TyWBI=Rj.TRj9aoz", "type": "image"}, {"id": 15734269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a96fac02-38fd-45ee-b6fe-0a6136f8255e/width=450/15734269.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UDMZE,xa0f%M[8RPtmn$TyWBI=Rj.TRj9aoz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/571728", "modelId": 484133} \ No newline at end of file diff --git a/datasets/metadata/571745.json b/datasets/metadata/571745.json new file mode 100644 index 0000000000000000000000000000000000000000..7013a47dbe877b1554915c9f425c57c910ac4d41 --- /dev/null +++ b/datasets/metadata/571745.json @@ -0,0 +1 @@ +{"id": 571745, "index": 1, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-19T18:20:55.287Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 190, "ratingCount": 0, "rating": 0, "thumbsUpCount": 51, "thumbsDownCount": 0}, "files": [{"id": 487854, "sizeKB": 41122.6611328125, "name": "571745_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T12:40:34.794Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7B9314C8", "AutoV2": "781F6A58BA", "SHA256": "781F6A58BAE66519FA6B54F84AC9472EA7DE4360C07FDB10592B1B565B5EDAAE", "CRC32": "00C18351", "BLAKE3": "172B893A616C8FC5899961AD38478115E902138BB9FB2F379198BBA3BEBCC9D4"}, "downloadUrl": "https://civitai.com/api/download/models/571745?type=Training%20Data"}, {"id": 499342, "sizeKB": 223118.42578125, "name": "Penis_Plus_-_cockring_piercing_pump_veins.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T18:07:11.113Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0633265B", "AutoV2": "1372979CA2", "SHA256": "1372979CA27A942A92CB91CB23259C9872C5B6F2A61335F17CEFA504E08F79F1", "CRC32": "7AE464F4", "BLAKE3": "E20A155399E0CF44EACC17D80EA161286A656F0A5B704A89A6B66748C8231C11", "AutoV3": "0E0BB9AAEB85"}, "downloadUrl": "https://civitai.com/api/download/models/571745", "primary": true}], "images": [{"id": 16495573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81d65768-894d-4b12-a2d6-fc2b41b7673e/width=450/16495573.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "U37^*=7#Ty%2.m5;pcTJ0eIonhxGrqrrvz#S", "type": "image"}, {"id": 16495949, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5507e301-0b20-4b59-9532-d67e4556226d/width=450/16495949.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UIFhekt7KOV@~CbHIos:X-Nat7bHT0WBEfR*", "type": "image"}, {"id": 16495608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c119bb9a-8bf2-4af4-8350-f69d4b04bcf0/width=450/16495608.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UGIy*15Qpd}T%HaztRRk0h-UxaIoEKEyNHxv", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/571745", "modelId": 514474} \ No newline at end of file diff --git a/datasets/metadata/571819.json b/datasets/metadata/571819.json new file mode 100644 index 0000000000000000000000000000000000000000..b93ab41a202fd50342ac20194a26428ceb2a4715 --- /dev/null +++ b/datasets/metadata/571819.json @@ -0,0 +1 @@ +{"id": 571819, "index": 0, "name": "Ange Venus V2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-14T08:21:07.614Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 487459, "sizeKB": 30149.13671875, "name": "571819_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T07:50:49.789Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "43344243", "AutoV2": "FEA161AC71", "SHA256": "FEA161AC71AB8B25789EF00E8D2CA0A3C8FA2812F308056D01146F37C83A1B64", "CRC32": "B96F329E", "BLAKE3": "AD61B8EA432B7A85506276C2F273478AE0C7382A1676ABB8F1E7ABAE0A365A9F"}, "downloadUrl": "https://civitai.com/api/download/models/571819?type=Training%20Data"}, {"id": 487504, "sizeKB": 223103.25390625, "name": "Ange_Venus_V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T08:26:15.743Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6CF4A2C3", "AutoV2": "380F469017", "SHA256": "380F46901724E4DB4423169EAB19653C33AC9D7E0CF15D77758020EB801D9B4A", "CRC32": "F8DFF39C", "BLAKE3": "0C18E685C7AD9DF0871AA79EB9CA78C7CAD24405685AB091E8D6A4D263BAF84C", "AutoV3": "4C3D3D1BE35C"}, "downloadUrl": "https://civitai.com/api/download/models/571819", "primary": true}], "images": [{"id": 15745958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54bbe834-5e28-4c32-8838-21f6fe6e450a/width=450/15745958.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEFEZVJ600~B2A$*=fJ6V{Wo%LsV^QR*Ioah", "type": "image"}, {"id": 15745959, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58f2fd0e-f88a-48f9-b67d-bdb1a02b0ac4/width=450/15745959.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UOJ@g]D$0fRP}=IUwbr=wvoe-ooM?Gs.bIaf", "type": "image"}, {"id": 15745957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24bffd0d-4ffd-4598-a828-12f8df8d153a/width=450/15745957.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U6F}yS-;0000009FY5?b~q%zQmaJ_Mr@?bD*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/571819", "modelId": 514541} \ No newline at end of file diff --git a/datasets/metadata/571889.json b/datasets/metadata/571889.json new file mode 100644 index 0000000000000000000000000000000000000000..fecac7156f98336cfac63f6aff00c512e36bf2cc --- /dev/null +++ b/datasets/metadata/571889.json @@ -0,0 +1 @@ +{"id": 571889, "index": 0, "name": "Alexandre Montoya Hyperrealist Painting Style SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-15T01:10:36.965Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 36, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 488982, "sizeKB": 223111.93359375, "name": "Alexandre_Montoya_Hyperrealist_Painting_Style_SDXL-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T01:06:51.308Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5197BE36", "AutoV2": "5995C3318E", "SHA256": "5995C3318E5C8D60A00FE8E37B792B1575114C8DB948F09E2EB6FE0E22AA28E0", "CRC32": "47304DFD", "BLAKE3": "9C542676DCE7A8501A4823C3B04EF567FDAD057C0ED5FAFA5CFE6A00890D032C", "AutoV3": "0F37D6C002C8"}, "downloadUrl": "https://civitai.com/api/download/models/571889", "primary": true}, {"id": 487467, "sizeKB": 4563.9892578125, "name": "571889_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T07:56:24.593Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C21FADE3", "AutoV2": "8CB48AD439", "SHA256": "8CB48AD439297568D770B6E75A48EBDF9DCB53FB8D4FF41A06FEA4C6806068B1", "CRC32": "FA8F3166", "BLAKE3": "D3F0D14DF688A0478887BBA84B76BDDF5DEFF7C15C8F4A9D6E689FFAB4B5492C"}, "downloadUrl": "https://civitai.com/api/download/models/571889?type=Training%20Data"}], "images": [{"id": 15824371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2255410e-5846-4952-8410-42e273ba2dd3/width=450/15824371.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9H2TWQk00?I~VIT%Me-8^%hIUM{MbIAtTt8", "type": "image"}, {"id": 15824374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d217762-1bd5-40a6-8330-011e308f8b82/width=450/15824374.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UOH.1nkW9ED%~TbbxvIU%Mf6RiRjIUxuWrof", "type": "image"}, {"id": 15824375, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebda7211-170f-4683-921d-51cb8500d8e2/width=450/15824375.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7F=aQVW0e-pI9~VWBNF9E^+-pIUNG9Zxuxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/571889", "modelId": 514609} \ No newline at end of file diff --git a/datasets/metadata/572073.json b/datasets/metadata/572073.json new file mode 100644 index 0000000000000000000000000000000000000000..8c2ad37829d827a70210e824d8acfc748466fc8f --- /dev/null +++ b/datasets/metadata/572073.json @@ -0,0 +1 @@ +{"id": 572073, "index": 0, "name": "13 kart", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-14T16:23:28.642Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 40, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 488202, "sizeKB": 223106.86328125, "name": "13_kart-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T16:20:47.085Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "75409C3D", "AutoV2": "1B08BB7E53", "SHA256": "1B08BB7E53B5F8065EA175063A2EC2D2E64BF6CA32653715E0F08F5DA09C0892", "CRC32": "EBC9FC98", "BLAKE3": "0589440D6D52DA8BC853F4059B86592AF00630A8D27B8484042BB3FBF9FC2C4A", "AutoV3": "7DCA93F64610"}, "downloadUrl": "https://civitai.com/api/download/models/572073", "primary": true}, {"id": 487661, "sizeKB": 417039.5830078125, "name": "572073_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T10:25:58.504Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0615C4B9", "AutoV2": "33AAC4CBEB", "SHA256": "33AAC4CBEBD565A2535B39EFB5C595E53E4D31FD1DED92283B104484E41C9117", "CRC32": "D2C4DE1E", "BLAKE3": "B484620F6065A97647D1968F101BCA940EE9831FB0EBADD454F781CAC81FC859"}, "downloadUrl": "https://civitai.com/api/download/models/572073?type=Training%20Data"}], "images": [{"id": 16109372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7025ce07-fba5-43ab-ae72-db8c8c58688b/width=450/16109372.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UoJ6Qd}p+wxHNrX8wgn~NLR*t6ofw1xFouS2", "type": "image"}, {"id": 16109371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bb572ea-2613-4dda-b9ae-217df0fdf9a0/width=450/16109371.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDKl:u00_VORPnsS#8V{.=Ee.7-W*~NGx]t3", "type": "image"}, {"id": 16109374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1710fdb-189f-42ae-9354-943a710fc2ad/width=450/16109374.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTK0pa+Z}re9i^V@V[%LOaIq%Joy^P,:wHt5", "type": "image"}, {"id": 15784636, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/809ca307-19fc-4ad5-82f4-5e2b1bea1628/width=450/15784636.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMJ*P2y3_$$J1GwN-jkX#GKN]OsD,BWF=sWF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/572073", "modelId": 514766} \ No newline at end of file diff --git a/datasets/metadata/572487.json b/datasets/metadata/572487.json new file mode 100644 index 0000000000000000000000000000000000000000..ce5ecb6190e2e21e3061c731c3b0b02ac09040db --- /dev/null +++ b/datasets/metadata/572487.json @@ -0,0 +1 @@ +{"id": 572487, "index": 0, "name": "Combo 03", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-14T14:31:40.859Z", "availability": "Public", "nsfwLevel": 7, "description": "Had to edit the names to stop it from always generating grass
", "trainedWords": ["gras wonder \\(umamusume\\)", "spe wk \\(umamusume\\)", "el condor pasa \\(umamusume\\)", "seiun sky \\(umamusume\\)", "silence suzuka \\(umamusume\\)"], "stats": {"downloadCount": 366, "ratingCount": 0, "rating": 0, "thumbsUpCount": 41, "thumbsDownCount": 0}, "files": [{"id": 488032, "sizeKB": 334446.89453125, "name": "Uma_03.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T14:43:39.340Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CA0741A9", "AutoV2": "828F6ED6A8", "SHA256": "828F6ED6A811AD75292AA3EEB241BCA91B505BE7F7D6F96BEB042B9CBC994227", "CRC32": "F1CA8E0D", "BLAKE3": "F0D204173B51DC61853AF479E339EDD7487D505269DF07FED6FD0EA2D49F589E", "AutoV3": "B251A50C00D5"}, "downloadUrl": "https://civitai.com/api/download/models/572487", "primary": true}, {"id": 488029, "sizeKB": 24041.7880859375, "name": "Uma.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T14:43:10.402Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7C07D696", "AutoV2": "4FE05A1A78", "SHA256": "4FE05A1A78BEED6E89FBE0E906879599B25229965C1B9E34497D3159AA86530F", "CRC32": "68FA6D49", "BLAKE3": "067CC569213628AFD237A42139E39C7DD8A30B3D127D21E6775A8159ACE97FE6"}, "downloadUrl": "https://civitai.com/api/download/models/572487?type=Training%20Data"}], "images": [{"id": 15773240, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cfadf48-7387-4f86-aa69-dd6169d8d969/width=450/15773240.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UNJ*F:xuITIB~qWBo#xZI=a#xHjr%hj[DiRj", "type": "image"}, {"id": 15773237, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e30dc17-e2c6-4875-ac66-07a6be1a2b8d/width=450/15773237.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "USJ@%tR5R3%#_NaK$LXnE1t6-pRlxvj?jXV[", "type": "image"}, {"id": 15773243, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0492e51-03c9-4d74-aa4c-d7d1d4f5750c/width=450/15773243.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UHI#M#o#ITRO_4X9tlxZ8_-;o~t69H-:IURP", "type": "image"}, {"id": 15773238, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c020230-ad8c-410b-8fa3-6a9f1f69e2b2/width=450/15773238.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UQJ8IsXUVWXn?^Nf%1S%9vaexuRo%NofMxV@", "type": "image"}, {"id": 15773239, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f354384-e163-49fa-9765-4ecac0e2e3e1/width=450/15773239.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UII}YHDhbV?a_NIUyEn#E0adx_s,?HITM{bc", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/572487", "modelId": 357471} \ No newline at end of file diff --git a/datasets/metadata/573136.json b/datasets/metadata/573136.json new file mode 100644 index 0000000000000000000000000000000000000000..c520f3bb8d8059840a123d799adbd44819c45ba7 --- /dev/null +++ b/datasets/metadata/573136.json @@ -0,0 +1 @@ +{"id": 573136, "index": 0, "name": "v1.1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-14T21:00:24.900Z", "availability": "Public", "nsfwLevel": 28, "description": "Trained with a AI images from the previous version, works the same way as the previous
", "trainedWords": ["angelyeah", "2d", "anime", "cute face"], "stats": {"downloadCount": 515, "ratingCount": 0, "rating": 0, "thumbsUpCount": 85, "thumbsDownCount": 0}, "files": [{"id": 488624, "sizeKB": 223105.95703125, "name": "AngelYeah_Style_v1.2-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-14T21:01:19.736Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C6A7EA14", "AutoV2": "ED1F7E717E", "SHA256": "ED1F7E717EA0379A4D30DA30361E7CB97F38A66220C6BA70640D58C07E6BE149", "CRC32": "B68B3899", "BLAKE3": "02FDD473C62222B4F6D297EC01A29F25D40C5D1A87159C9350981E6BF97EA5A7", "AutoV3": "38341E338286"}, "downloadUrl": "https://civitai.com/api/download/models/573136", "primary": true}, {"id": 489001, "sizeKB": 4267.9580078125, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T01:11:17.601Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5A36C40F", "AutoV2": "61D7447FAF", "SHA256": "61D7447FAFAACD9DDFFD98AFB8AF567761AF6AA05112D9B8BB9BE4C76D4BE8C5", "CRC32": "68FA19C2", "BLAKE3": "048D0D7B1BCA3D971BCC7759751ADE7B23E34E35A1E17781C9A8481073343184"}, "downloadUrl": "https://civitai.com/api/download/models/573136?type=Training%20Data"}], "images": [{"id": 15805317, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c194688-71a5-4bba-8d42-ff9a8acb3e17/width=450/15805317.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UNNR=b4:Lgr=4nN_E2s99|t6xYxZV[kCS4e.", "type": "image"}, {"id": 15805319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b60843e-2596-4cba-a75c-39f6e1ef0236/width=450/15805319.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGELTw~AWm%L_2?axar?kD?Ho#9u_3xuM|oe", "type": "image"}, {"id": 15805503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c9f54d6-b627-42f3-a9b9-6cabcb9f8bbd/width=450/15805503.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UGKA1wM{0Pfk00bH~Aa|0zj[-Va#~BayV@s:", "type": "image"}, {"id": 15805583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0866faf-5776-4175-9a57-7e86090b2567/width=450/15805583.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UCMr.2007#={009u}?xa0L-V-AI:^kkD-Uay", "type": "image"}, {"id": 15805653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/124830bf-d241-404f-89de-282c0f844e65/width=450/15805653.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UEHwo:~C4pt800EL-Qs+~CNZIpWVoy-osoR,", "type": "image"}, {"id": 15805652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70761b21-7b9f-4be5-af59-3ac90da18175/width=450/15805652.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U9MO+z0217T01J}n0g9^01?a9aEM5,I;xa,:", "type": "image"}, {"id": 15805650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1dd2ae99-655c-46a2-b8e5-90741f83a5d7/width=450/15805650.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UFJZoP.8?u~V01%KEgjE6Axu={%2Xnoz=voy", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/573136", "modelId": 497163} \ No newline at end of file diff --git a/datasets/metadata/573447.json b/datasets/metadata/573447.json new file mode 100644 index 0000000000000000000000000000000000000000..8da37d2df8fe64f18b3b01de2246d1872640fc18 --- /dev/null +++ b/datasets/metadata/573447.json @@ -0,0 +1 @@ +{"id": 573447, "index": 1, "name": "Pony 2D", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-15T00:58:43.186Z", "availability": "Public", "nsfwLevel": 31, "description": "This is my first pony LoRA, and the first LoRA I trained locally. Lots of trial and error
Tina Holly from Beast Tamer for Pony (XL). I wanted the reliability and versatility of pony without losing the original 2D look
Trained on SFW and NSFW images
use the tag \"spicy\" for more reliable NSFW results
trained on the SD1.5 dataset plus additional generated images
use \"maid headdress\" to keep the hat on when nude
", "trainedWords": ["BTTina", "a woman in a maid outfit, maid, black dress, short puffy sleeves, white gloves, black cufflings, frilled white apron, (white pantyhose, black footwear, small cutout):0.75", "a naked woman, nude, maid headdress"], "stats": {"downloadCount": 182, "ratingCount": 0, "rating": 0, "thumbsUpCount": 44, "thumbsDownCount": 0}, "files": [{"id": 488915, "sizeKB": 208588.796875, "name": "Pony2D_Dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T00:21:41.718Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "428B4CAA", "AutoV2": "37FAED0970", "SHA256": "37FAED09706AADC5D71C4EEE6759A25647D699660DCA079E07BFA1DD7E2DB9C3", "CRC32": "68A3385D", "BLAKE3": "3F5772E30FA890BC6DEA033C178543D66E736DF76E71923F4E92DCC6B80C2B0B"}, "downloadUrl": "https://civitai.com/api/download/models/573447?type=Training%20Data"}, {"id": 488916, "sizeKB": 668479.09765625, "name": "BeastTamer_TinaHolly_Pony2D.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T00:26:24.516Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "51576DCA", "AutoV2": "44C10FACEF", "SHA256": "44C10FACEF6F9ED0A8F15A98B5B89695072AA4F2820551258A610286E7350657", "CRC32": "E90307F7", "BLAKE3": "6DFEF1188C38B32010232BF185E40B886EC342CE35FD5A148378A0400ECB76BA", "AutoV3": "1E7561573276"}, "downloadUrl": "https://civitai.com/api/download/models/573447", "primary": true}], "images": [{"id": 15819678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55a8678b-2ef1-41b7-ba63-4b23490b94ca/width=450/15819678.jpeg", "nsfwLevel": 2, "width": 1432, "height": 1432, "hash": "UPJ837_NtR?b-o%gkDxuWUNHtRxa%MIUD*oz", "type": "image"}, {"id": 15821181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b77d92f-a178-4ea9-9b28-101ff5d4572e/width=450/15821181.jpeg", "nsfwLevel": 1, "width": 1072, "height": 1432, "hash": "UQHBl8-oI9V?~Voes-s.4.M{S5xu%MWCM{xu", "type": "image"}, {"id": 15819756, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/feef34e3-a976-4197-897e-6e068cb49f22/width=450/15819756.jpeg", "nsfwLevel": 1, "width": 1072, "height": 1432, "hash": "UJFrO[?b9Fr=~q%NocV@-;-;o}NGK6tRIpR+", "type": "image"}, {"id": 15819771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5f223db-e39f-4f57-9d23-403df5cc6885/width=450/15819771.jpeg", "nsfwLevel": 16, "width": 1432, "height": 1432, "hash": "U9I}YH0000~VyYwZ00%NVXRO$$o#%M-:0KtS", "type": "image"}, {"id": 15819777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2391fc21-d215-4084-80c0-68a14a4203d8/width=450/15819777.jpeg", "nsfwLevel": 1, "width": 1072, "height": 1432, "hash": "UDKwhCo~0K00DOT09G4n~WE1t7r;00xu%N%L", "type": "image"}, {"id": 15819865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7976d5e7-da22-40a0-bfbf-b74ad04ea158/width=450/15819865.jpeg", "nsfwLevel": 1, "width": 1072, "height": 1432, "hash": "UWMaL#WX_NNG_Nj[ozozt7RjM{xu9Zs:E1Rj", "type": "image"}, {"id": 15819869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bfe7880-cca5-4f4c-ac52-0b59637f3e08/width=450/15819869.jpeg", "nsfwLevel": 16, "width": 1536, "height": 1024, "hash": "UNHn?H?b00x]%hIoDiWB~W%MIVayI@xts,WB", "type": "image"}, {"id": 15819915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a5c2a00-0167-4862-a6e5-92f2b2cb549c/width=450/15819915.jpeg", "nsfwLevel": 16, "width": 1432, "height": 1432, "hash": "UQIEnhxuSg~W0LE1IUxunhD%oKWBE1-pt7WB", "type": "image"}, {"id": 15821115, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee9c7733-9123-45a0-9295-d0fa2b9e6244/width=450/15821115.jpeg", "nsfwLevel": 1, "width": 1432, "height": 1072, "hash": "UcO3,{oJ~qbH%Mf5WBNG-;RkD%oeozfls:xa", "type": "image"}, {"id": 15821138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/beee64db-8372-4364-b3d6-1a4b1cc11d80/width=450/15821138.jpeg", "nsfwLevel": 1, "width": 1072, "height": 1432, "hash": "UHI}VA?bMv9Z~V4.W.t7x]V@E2xaofIp9FM|", "type": "image"}, {"id": 15821140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5865ca1f-e87e-4bf9-9a9a-91ee2028b8b4/width=450/15821140.jpeg", "nsfwLevel": 4, "width": 1432, "height": 1072, "hash": "UUKUG|SixZRj%NxuRjRj_Nxa?aoLxbM{Ioay", "type": "image"}, {"id": 15821141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/570082ba-21c8-47d2-93ee-50787dd9223b/width=450/15821141.jpeg", "nsfwLevel": 16, "width": 1072, "height": 1432, "hash": "UAMQ3L5U00~XGIV?00InF0V?DhSi4.D$^%?H", "type": "image"}, {"id": 15821147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/617aae11-b76d-4008-815d-d6806235fbe1/width=450/15821147.jpeg", "nsfwLevel": 1, "width": 1432, "height": 1072, "hash": "UjMQks%M%Mae~pxuIUoet7kCRjt7-;a}oefl", "type": "image"}, {"id": 15821158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14699a5f-2a81-4cbc-bd04-12499dabf49e/width=450/15821158.jpeg", "nsfwLevel": 1, "width": 1072, "height": 1432, "hash": "UWJao{9FkBoK~pD%IoRj9ZM{D*WB%Mj?t7o0", "type": "image"}, {"id": 15821164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2558fe27-bce6-4f83-b55a-f80a18dc0b92/width=450/15821164.jpeg", "nsfwLevel": 4, "width": 1072, "height": 1432, "hash": "UIIXs$00tRxa~CIoM{M{00t79FRj?bRjWAt8", "type": "image"}, {"id": 15821189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/380d7dbe-f490-40b1-a5ea-b203c95755e3/width=450/15821189.jpeg", "nsfwLevel": 1, "width": 1072, "height": 1432, "hash": "USIq$D~qW.%M_3?HW;ozE1s:RjM{E1tR-;a|", "type": "image"}, {"id": 15821190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20e0dfb0-e088-4ab4-9c6d-9d483cbd27a7/width=450/15821190.jpeg", "nsfwLevel": 1, "width": 1072, "height": 1432, "hash": "ULIN~,~qIAkX-oozxu%M9usm9ZRPM|M{9FjY", "type": "image"}, {"id": 15821559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e598e99b-1435-4574-aab2-cc1e3801f397/width=450/15821559.jpeg", "nsfwLevel": 2, "width": 2048, "height": 2048, "hash": "UCI}V9xZ~q4m_MMxo#0K8wtQE1wIyCNF~W_3", "type": "image"}, {"id": 15823149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cfa97d6-f848-4efb-91b3-2abd4853709a/width=450/15823149.jpeg", "nsfwLevel": 8, "width": 1632, "height": 1632, "hash": "UEK1OB4TEgE1%gMx~VMx00x^RPV@R*Rj%LM{", "type": "image"}, {"id": 15823172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96a9541a-24e1-4482-be38-80d4ed54356f/width=450/15823172.jpeg", "nsfwLevel": 16, "width": 1632, "height": 1632, "hash": "U6L3_hIp00NH01I;00NH00X7bcn$~Bxu^jn~", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/573447", "modelId": 510016} \ No newline at end of file diff --git a/datasets/metadata/573482.json b/datasets/metadata/573482.json new file mode 100644 index 0000000000000000000000000000000000000000..4bcb7a60988e5df3cfa4bbc9a4893ed50efda706 --- /dev/null +++ b/datasets/metadata/573482.json @@ -0,0 +1 @@ +{"id": 573482, "index": 0, "name": "Bimbo", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-15T01:22:56.130Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 85, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 488958, "sizeKB": 13034.6748046875, "name": "573482_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T00:53:30.215Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AFE8F300", "AutoV2": "C819A3A6BE", "SHA256": "C819A3A6BEB1E92ECF2BD69FD1E31E9839F98C443832FBDBA72A79389517904A", "CRC32": "D3A8E8EF", "BLAKE3": "47EDE5A8831223D2E2DE2F369A88E83C72A6828C4125EE7B85579F2E4AB0DF49"}, "downloadUrl": "https://civitai.com/api/download/models/573482?type=Training%20Data"}, {"id": 489031, "sizeKB": 223102.42578125, "name": "Bimbo.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T01:25:42.384Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E456DF43", "AutoV2": "185E69C31F", "SHA256": "185E69C31F7D63D92F78EF4C186A49582D7211B679F337F69527F88943EC5789", "CRC32": "CF931D08", "BLAKE3": "C34EF6A94E31F28A3AD6FE171EB7A443B279F16AD14D4B6EF6800EBF35786150", "AutoV3": "956D86F57D2D"}, "downloadUrl": "https://civitai.com/api/download/models/573482", "primary": true}], "images": [{"id": 15825960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb839e49-ebe9-48bc-af64-8bcf62fd01a9/width=450/15825960.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UCEK+cEI0~9Z~WEKRCInG8OX+KnhMeb^E0$%", "type": "image"}, {"id": 15825962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c8db390-7ac7-4942-8b82-e11a9dd36839/width=450/15825962.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UMGR-x$zG^XU6XWUN2RnTgWBrsoMS*sms.S#", "type": "image"}, {"id": 15825961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8da505d5-82b3-4419-96ec-4b7d08dfc424/width=450/15825961.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UQIDaZ%21b~A.R-V#qxtI]J7I:NHSdIpM|W;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/573482", "modelId": 516079} \ No newline at end of file diff --git a/datasets/metadata/573485.json b/datasets/metadata/573485.json new file mode 100644 index 0000000000000000000000000000000000000000..f0272a307c1221c2efe376c73856ff566dceec45 --- /dev/null +++ b/datasets/metadata/573485.json @@ -0,0 +1 @@ +{"id": 573485, "index": 0, "name": "Jennifer Sh'reyan Star Trek Lower Decks", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-15T04:44:07.554Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [" jennifer sh'reyan"], "stats": {"downloadCount": 107, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 488988, "sizeKB": 388953.82421875, "name": "573485_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T01:06:20.452Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A503BCB5", "AutoV2": "40B0C832AA", "SHA256": "40B0C832AADFEFDD6E6B29EAC1AC50C2343427B024FC7ED6CDBA84012362F173", "CRC32": "407AD801", "BLAKE3": "F0264C9CCBC3945F50502601DD7F5A1612CA1E1CF767455785F09499BBB73EF9"}, "downloadUrl": "https://civitai.com/api/download/models/573485?type=Training%20Data"}, {"id": 489300, "sizeKB": 223106.20703125, "name": "Jennifer_Shreyan_Star_Trek_Lower_Decks.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T04:41:32.722Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8DC4A47E", "AutoV2": "80132B49A8", "SHA256": "80132B49A88249742E4D68D32FBAFF5875C8379612847AF2C0283117F2259B8F", "CRC32": "4829818C", "BLAKE3": "F4ADCA66C614F6356269744ECF72CDD7F0608F19483E97677C3FA6221038CA69", "AutoV3": "DFE7D181C1B0"}, "downloadUrl": "https://civitai.com/api/download/models/573485", "primary": true}], "images": [{"id": 15843036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2228b043-2379-40df-b88a-e2b36a7d7e02/width=450/15843036.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UVIrpetQ#jofG^jbMza#UwR*PAofS#s.xuWC", "type": "image"}, {"id": 15843213, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5528cd39-032b-45a9-b3df-fbbe41af8e69/width=450/15843213.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UiL#qI%L}lWU-5kVR:aLxHRjX8t7xuaeS2oz", "type": "image"}, {"id": 15843253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed532b20-e793-49f7-9d23-bd0847fa82a0/width=450/15843253.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UfLgbJ-;%#%M?]ofn4t7Kiofv~WB=HoMKOWB", "type": "image"}, {"id": 15843254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b14826b-3121-4bf5-a48b-d51aff05c533/width=450/15843254.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UjLqz*of}p%2^jWBSit7xCo1R.Wot8ofk9Rk", "type": "image"}, {"id": 15843287, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdcba77b-f980-45a0-9e44-93f1853fe1f9/width=450/15843287.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UWKVR0oz}tozZjjaIpjan4jsXSj[kXayWTj]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/573485", "modelId": 516080} \ No newline at end of file diff --git a/datasets/metadata/573503.json b/datasets/metadata/573503.json new file mode 100644 index 0000000000000000000000000000000000000000..3e8ae89200276a6b9fa1d6142db6d920c3657db2 --- /dev/null +++ b/datasets/metadata/573503.json @@ -0,0 +1 @@ +{"id": 573503, "index": 0, "name": "Fat ass with cellulite", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-15T01:46:57.509Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 67, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 488977, "sizeKB": 9581.1201171875, "name": "573503_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T01:01:05.246Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2E14EEF7", "AutoV2": "0867E13B25", "SHA256": "0867E13B25B193F14C3261491C0146150AEC74620AC99D7FF9AF63B2F73F9224", "CRC32": "975DB3B6", "BLAKE3": "FF148E6772F9E539A321BE6C0B9A53B5000B4D243C847866E27204B1EED4D453"}, "downloadUrl": "https://civitai.com/api/download/models/573503?type=Training%20Data"}, {"id": 489059, "sizeKB": 223102.22265625, "name": "Fat_ass_with_cellulite.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T01:50:50.959Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "966C2E3E", "AutoV2": "77FF6D898E", "SHA256": "77FF6D898E546298B143E44C8A4CCED51135B008A69B60A3772E1A748796B858", "CRC32": "60ABAA12", "BLAKE3": "F1929A1B1DCDBB8C894A24AEA9F379C379C830CC214A7F5E7783D879B8CBC62F", "AutoV3": "46E630A0C1FF"}, "downloadUrl": "https://civitai.com/api/download/models/573503", "primary": true}], "images": [{"id": 15828281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1216c6fc-14ad-4e8f-ab38-81a4947c5bc9/width=450/15828281.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U9EdVMrr0~xu~VNGwf-B0|I;=dNaIoNbxar?", "type": "image"}, {"id": 15828279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cf5088e-64e8-4c22-9959-d13c908d3ad8/width=450/15828279.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGGkd|=}00IU~Xxu9FRPIURjsBs:%Lj[spxb", "type": "image"}, {"id": 15828280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d0c28ca-794e-426f-8858-c4a3f271157a/width=450/15828280.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCG7iL,s0d-V~qbHr?xbI:j[xakC4.NF-q$+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/573503", "modelId": 516095} \ No newline at end of file diff --git a/datasets/metadata/573541.json b/datasets/metadata/573541.json new file mode 100644 index 0000000000000000000000000000000000000000..bf119a8848b9ac6e2dde0bbca7150ec8372493bc --- /dev/null +++ b/datasets/metadata/573541.json @@ -0,0 +1 @@ +{"id": 573541, "index": 0, "name": "Pony 2.5D", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-16T02:38:08.366Z", "availability": "Public", "nsfwLevel": 31, "description": "While preserving 2D to look more like the original is nice, it is nice to be have more depth and shading, to this is Tina Holly from Beast Tamer in 2.5D for Pony
use \"spicy\" when generating spicy activities for more reliable results
trained on SFW and NSFW images, using the screencaps dataset I used to create SD1.5 LoRA, plus generated images for versatility
", "trainedWords": ["BTTina", "a woman in a maid outfit, black dress, white gloves, (white pantyhose, black footwear):0.7"], "stats": {"downloadCount": 86, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 489015, "sizeKB": 76229.1748046875, "name": "Tina25D_Dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T01:17:27.831Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9F765FDC", "AutoV2": "EDD009EE69", "SHA256": "EDD009EE695AD7F1AE5C699F899915F4B0F335FF9BFC2E1D73BFE67659A0BDD6", "CRC32": "D12DD601", "BLAKE3": "226E3133CB5A623CAEAD44D4D2182C0173E338A4E25E6E95A197BE9E32A8382F"}, "downloadUrl": "https://civitai.com/api/download/models/573541?type=Training%20Data"}, {"id": 489019, "sizeKB": 668479.53515625, "name": "Tina_Holy_Beast_Tamer_Pony25D.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T01:18:10.551Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C86042DF", "AutoV2": "228C672473", "SHA256": "228C6724731740F55F1158E914B5DC271089C9B5F10DAEA68514F8C780FC6B69", "CRC32": "77AE773E", "BLAKE3": "177E7D7EFBEAE32FECA4FAC0117B7B4ECEEBEC76CD05D7798918AB9AD22054B2", "AutoV3": "7BB5B38B3F0B"}, "downloadUrl": "https://civitai.com/api/download/models/573541", "primary": true}], "images": [{"id": 15825015, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47eda2e8-37de-4841-90a2-b5bd674c7fc1/width=450/15825015.jpeg", "nsfwLevel": 2, "width": 1184, "height": 1632, "hash": "UEGuRIEND$bGD*0LWo%L~V9Foz?H9GRje-NG", "type": "image"}, {"id": 15825010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebfcbcc8-e549-47b2-89c5-ec8ea92cdf1d/width=450/15825010.jpeg", "nsfwLevel": 2, "width": 1184, "height": 1632, "hash": "UQI4;Ma0M_%MEQo0NHxu~pE2NHt7ofn#j[fR", "type": "image"}, {"id": 15825760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bae705af-5acf-460e-8c01-a46b2c179d8b/width=450/15825760.jpeg", "nsfwLevel": 1, "width": 1360, "height": 2048, "hash": "UMIEU]bbMxxbnixaRjRP%M?bxubI?^W:Ips9", "type": "image"}, {"id": 15825599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9fa95b12-e83a-4814-af14-a57b77aa8545/width=450/15825599.jpeg", "nsfwLevel": 2, "width": 1360, "height": 2048, "hash": "UCHLG0nM00^*?w0M4ojFs8kD4:M|Eht6oJ?H", "type": "image"}, {"id": 15825821, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d68620a-f76f-45d9-a4a2-982e36cd3d07/width=450/15825821.jpeg", "nsfwLevel": 1, "width": 1360, "height": 2048, "hash": "UFGkwT%2%0bcJD_3xut6~Vx^%MV@01%LWExu", "type": "image"}, {"id": 15826037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85ac6f46-d11d-41e7-87c3-4ec9fbb74f76/width=450/15826037.jpeg", "nsfwLevel": 2, "width": 1360, "height": 2048, "hash": "UTH-.BaJ9Zt7I;9ZfPM|~VRjWXRkXTM{NGt7", "type": "image"}, {"id": 15826035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/608182ba-0e22-42c3-80e5-0bc477c3d6a7/width=450/15826035.jpeg", "nsfwLevel": 2, "width": 1360, "height": 2048, "hash": "UGIEU=8_xt^*0fjE%fni~W0KtSM{9bE1s:s:", "type": "image"}, {"id": 15826112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08f8d03b-bc24-48b7-ad4c-c92a8a4dcf04/width=450/15826112.jpeg", "nsfwLevel": 2, "width": 1360, "height": 2048, "hash": "UHIEX|~Ws8%Mtn%NX9ozrW^*x]oK0LIU9ZtR", "type": "image"}, {"id": 15851641, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05346a81-3780-4eb0-a0a2-d0199989b714/width=450/15851641.jpeg", "nsfwLevel": 2, "width": 1280, "height": 2048, "hash": "UPG*={?vM_a#~qkqadR+~Vo#ofjFOZWDM{V@", "type": "image"}, {"id": 15851845, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/440f0ff9-adca-4da4-baf7-0eee282ca14a/width=450/15851845.jpeg", "nsfwLevel": 2, "width": 1280, "height": 2048, "hash": "UGHn$,?as7?HMx~VV?t7~AV@%2ofIVIoE1t7", "type": "image"}, {"id": 15852209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54528616-081f-4e7d-8591-c12d379d9554/width=450/15852209.jpeg", "nsfwLevel": 1, "width": 1280, "height": 2048, "hash": "U9H21W.9%0~p02?b.9?a=sxB009Z000KX9IU", "type": "image"}, {"id": 15852572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d4674c6-5c57-4431-805e-7fbd36410ae2/width=450/15852572.jpeg", "nsfwLevel": 1, "width": 1280, "height": 2048, "hash": "UEG8s3~BNa?v~qNGV@j]00IoE1R5D%IU4:Ip", "type": "image"}, {"id": 15853087, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6887aeb-8b25-4d4d-8d8c-588efd871bb9/width=450/15853087.jpeg", "nsfwLevel": 8, "width": 1280, "height": 2048, "hash": "URKJ}Z~VI.?bJ:M{D%IpXmNGD%M{?GofIVoL", "type": "image"}, {"id": 15954329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3bd3d837-e54f-482e-94c1-5d81ca72113a/width=450/15954329.jpeg", "nsfwLevel": 4, "width": 1632, "height": 1632, "hash": "UDG*+$~BkC%2Z#-;ELE2xY-;9aWYyDt7o}WX", "type": "image"}, {"id": 15954691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3db04f47-c6a0-4e8d-bf1f-0c4df78afe82/width=450/15954691.jpeg", "nsfwLevel": 8, "width": 1088, "height": 1632, "hash": "UEI;q:=_00^+03xZIA%2~q4:VXE2kraKD$E2", "type": "image"}, {"id": 15954690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f71e7b9a-a3a1-47c8-84ab-21b04e375c96/width=450/15954690.jpeg", "nsfwLevel": 8, "width": 1088, "height": 1632, "hash": "UOIqig9FJUM{~qE1IoM{%Nn4w]IokXIUn$Nb", "type": "image"}, {"id": 15954813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af7ddd7b-4aed-40de-8ba3-0dae7dcc3484/width=450/15954813.jpeg", "nsfwLevel": 8, "width": 1088, "height": 1632, "hash": "UBGa?_9a5RE1~pM_oJ9Z5R?H^jIU^P-:RjtR", "type": "image"}, {"id": 15954985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/303da1ac-6780-4351-86d2-f7add23cac97/width=450/15954985.jpeg", "nsfwLevel": 16, "width": 1088, "height": 1632, "hash": "UHKmkN}?Di?b.8Io-Uxu58WBxZx]I;-oNGX9", "type": "image"}, {"id": 15955218, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d5739b3-7460-4ac1-bfda-7758ebde5fdd/width=450/15955218.jpeg", "nsfwLevel": 16, "width": 1088, "height": 1632, "hash": "UHJjxWx]5p~W-;tR^*?G02IV-VM|tlofa$tR", "type": "image"}, {"id": 15955350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/363fa66b-d091-4d4a-8bb9-2ee6e4aac16f/width=450/15955350.jpeg", "nsfwLevel": 16, "width": 1088, "height": 1632, "hash": "UBK^Nix]0e%M0N%gW9odoz?GDi9F~qI=DjIT", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/573541", "modelId": 510016} \ No newline at end of file diff --git a/datasets/metadata/573564.json b/datasets/metadata/573564.json new file mode 100644 index 0000000000000000000000000000000000000000..f300bfa3738028cff97df07299048b572439339b --- /dev/null +++ b/datasets/metadata/573564.json @@ -0,0 +1 @@ +{"id": 573564, "index": 0, "name": "Prison waist chain XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-15T06:45:34.693Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": ["Prisoner Transport Belt,", " Leather Belt,", "belt around waist", "Arms in front,", " Hands Down", "hands down between thighs,", "Handcuffed"], "stats": {"downloadCount": 133, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 489175, "sizeKB": 25388.419921875, "name": "573564_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T03:00:42.090Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F56D8A1A", "AutoV2": "E58807A38C", "SHA256": "E58807A38CD3FB03F61D5364A0A650D97E78E0B43B7BE4B506F40BE53CAEC8E4", "CRC32": "C170AA6D", "BLAKE3": "8458A328E50D5030A04D62D3CA7162DDEE6C85E969E5D15E458258817FAF38EF"}, "downloadUrl": "https://civitai.com/api/download/models/573564?type=Training%20Data"}, {"id": 489444, "sizeKB": 223100.26171875, "name": "Prison_waist_chain_XL-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T06:10:51.616Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7C650F25", "AutoV2": "F7E10B6798", "SHA256": "F7E10B67986E4E3C15124CC5494FD566A7FACDF4DD82661D4CD41FCB5A5E1CFC", "CRC32": "3A9D4E81", "BLAKE3": "11A5D80FD42F06C97383D419E32612B7F9B1271DF72ADD24E6F7F0CF12446323", "AutoV3": "B9F351E4CCBC"}, "downloadUrl": "https://civitai.com/api/download/models/573564", "primary": true}], "images": [{"id": 15851968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a47ef8e9-192e-4e4a-aebe-83d2000cb2ae/width=450/15851968.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGHUthM{*0xa?afkNHWBXToJM{S4o#jZsla}", "type": "image"}, {"id": 15852122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63490a6d-4020-4cad-bfb6-522cbba486d1/width=450/15852122.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UTK^a1D*0L^*?w$%aKNa?cNFs9s.-;a{s:WB", "type": "image"}, {"id": 15852021, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1440a80-2382-4e25-a706-f536a3fd4928/width=450/15852021.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UGHLC:~C0ix^00t9jGW=yXD%%MWAD$NHV?oL", "type": "image"}, {"id": 15852125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f511e09-0f2b-415c-ac44-79b2fb893580/width=450/15852125.jpeg", "nsfwLevel": 4, "width": 683, "height": 1024, "hash": "UJPFcc;L7M,:GvwcEmRi*JXS%Lt7XTx]$jxG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/573564", "modelId": 516151} \ No newline at end of file diff --git a/datasets/metadata/573767.json b/datasets/metadata/573767.json new file mode 100644 index 0000000000000000000000000000000000000000..1c02775748f8eb7cce5394930c9d7c1fe99a490f --- /dev/null +++ b/datasets/metadata/573767.json @@ -0,0 +1 @@ +{"id": 573767, "index": 0, "name": "Iris (cool girl)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-15T05:39:58.695Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": ["Iris337, slender, makeup, red hair, long hair, two braids, thick braids, amber eyes, chain choker, earrings", "cropped top, jeans shorts, bare shoulders"], "stats": {"downloadCount": 84, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 489288, "sizeKB": 66219.3955078125, "name": "573767_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T04:31:21.046Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "589D22E5", "AutoV2": "95F07F9CEC", "SHA256": "95F07F9CEC164482537A7EFD8A2955D5607C76189194C48BC24FC16DD8BF35AE", "CRC32": "7AAF905D", "BLAKE3": "233CC771AB556BCEF030566B20FF6A2A8112630FE615BFF17A866D1964C64B58"}, "downloadUrl": "https://civitai.com/api/download/models/573767?type=Training%20Data"}, {"id": 489382, "sizeKB": 223100.67578125, "name": "Iris_cool_girl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T05:36:16.306Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "349CED6B", "AutoV2": "6067685FD6", "SHA256": "6067685FD667267AF4A14B4BC547F5FF1E30DC081FB77BCBE1FAB10DE906873D", "CRC32": "93A3B586", "BLAKE3": "9291D8D88E3D94515B1D07FC728B9BC42CA20BB9FA54FEFB9CD06D9BDBF235E2", "AutoV3": "3A87417F2790"}, "downloadUrl": "https://civitai.com/api/download/models/573767", "primary": true}], "images": [{"id": 15847607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a8bd568-eb8b-49c5-b9c0-40fb29d13547/width=450/15847607.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UwNT5qoz_Nxa-pa}bwoLbboKj?WVRjayofa|", "type": "image"}, {"id": 15847612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a046ea12-f358-4806-bc07-cdd81bedd95d/width=450/15847612.jpeg", "nsfwLevel": 4, "width": 896, "height": 1344, "hash": "UgNm1px]_Nxu-;V@pIV@s;ofX7ofxuoyj]a#", "type": "image"}, {"id": 15847614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eef13f2e-344e-469b-8e06-c276664f191d/width=450/15847614.jpeg", "nsfwLevel": 4, "width": 896, "height": 1344, "hash": "UnN,0x%2_NtR?bWVb^jZtSs:bHRkoeRjaKoL", "type": "image"}, {"id": 15847611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ee6873d-912b-48ac-b093-551eb0f5e319/width=450/15847611.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UzO3Rsof?^t7-paeNaj[x]ofoLj[kWj[WBa|", "type": "image"}, {"id": 15847615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89a4673c-7d79-471b-880c-f1a3a0666c95/width=450/15847615.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UrOV.Qni_Nt7$*t7S~bHW?R*kWoft7oLoLay", "type": "image"}, {"id": 15847618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97f7818b-4f24-4f0c-9423-10926b3ce68d/width=450/15847618.jpeg", "nsfwLevel": 4, "width": 896, "height": 1344, "hash": "UpNmA^jZ_Nt7-:WBbvofo#ofxukCRiWBofjs", "type": "image"}, {"id": 15847623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85087783-2474-437b-8dc8-2f4b02105967/width=450/15847623.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UhN]z;Rj?^-;=|bHb_xarsNGkWs.9ZtRt7ae", "type": "image"}, {"id": 15847619, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e3cb101-dd94-4f50-9f46-b6e0e5451a62/width=450/15847619.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UtO3Rt%g_Nxa%2xagNM{ayRjj@bIofWBt7t7", "type": "image"}, {"id": 15847620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc8c6731-9910-4838-ad51-640d197eed48/width=450/15847620.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UpL|M??H_Ng3-qt7x]NGj]kCt7oJR*R*kCjt", "type": "image"}, {"id": 15847624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68443da7-a8c0-4553-8abf-777c5e42b082/width=450/15847624.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "U#Oy;ToM_NxuxGjtbbay%Mj[S#j[xuj[kCj[", "type": "image"}, {"id": 15847629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/830b7b24-0b40-4144-8a36-a07a5f1966af/width=450/15847629.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UfMsi]XS~q-;?bnOkrRPtSRPozRjtRbvofoz", "type": "image"}, {"id": 15847628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b737c781-e3f8-405f-bfa4-f39ba0bb5b5f/width=450/15847628.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "U-Oyw~of_Nt7%2jFR*bHX9aebHkCt6bHkCof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/573767", "modelId": 516328} \ No newline at end of file diff --git a/datasets/metadata/573816.json b/datasets/metadata/573816.json new file mode 100644 index 0000000000000000000000000000000000000000..ee87b29ca58ab7ec00636a3fe398d895890cc2b0 --- /dev/null +++ b/datasets/metadata/573816.json @@ -0,0 +1 @@ +{"id": 573816, "index": 0, "name": "Banagher Links Pony XL v8", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-15T05:43:56.730Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["banagher_links", "white undershirt", "beige hoodie", "jacket with orange lining"], "stats": {"downloadCount": 44, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 489308, "sizeKB": 59909.3330078125, "name": "573816_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T04:45:51.530Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "33B01B2C", "AutoV2": "E9F19E6509", "SHA256": "E9F19E650986B50198131A8266CB398794F5B3D1A476878A3C47E3E91AB188BA", "CRC32": "D5AF1D00", "BLAKE3": "7C8596079DA41EE7445117501AD18697F0607E067039A56F3F1BF7DF7724006C"}, "downloadUrl": "https://civitai.com/api/download/models/573816?type=Training%20Data"}, {"id": 489398, "sizeKB": 223099.93359375, "name": "Banagher_Links_Pony_XL_v8.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T05:46:10.503Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F123B2B1", "AutoV2": "159F437AD3", "SHA256": "159F437AD3C72E772568D9AA5BC6DF17475B12851C673918520E20418FEDE0FC", "CRC32": "696FEE6E", "BLAKE3": "1B0C9FAC6447A8B1A5D965DA4BFE7ADCB9100B8AE664614877A51FC08322E81F", "AutoV3": "BAE8383F2193"}, "downloadUrl": "https://civitai.com/api/download/models/573816", "primary": true}], "images": [{"id": 15865903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d30f4484-3c26-49a1-ab5a-dc59bb51f328/width=450/15865903.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1754, "hash": "UEI#0^4p00-p00?F~UMx01W==d%MX9IV%MRR", "type": "image"}, {"id": 15865901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a56b01c-e494-4e9d-aad9-821a5da7182d/width=450/15865901.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1754, "hash": "UJI}V2M{04WB0zIV~pbI0LRj-Vae-njsxZof", "type": "image"}, {"id": 15863958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7945bd8f-6d8c-48f3-88ed-b6c156bc69f9/width=450/15863958.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOH-c4R+9G~Un3%1%LM|0Maft7R*9bNHRjbI", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/573816", "modelId": 516369} \ No newline at end of file diff --git a/datasets/metadata/573860.json b/datasets/metadata/573860.json new file mode 100644 index 0000000000000000000000000000000000000000..b282f1d9c832ca3f89d32fd13f719afc96ed1a66 --- /dev/null +++ b/datasets/metadata/573860.json @@ -0,0 +1 @@ +{"id": 573860, "index": 0, "name": "Raymond (Animal Crossing) - Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-15T10:19:20.748Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 57, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 489356, "sizeKB": 24602.681640625, "name": "573860_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T05:25:52.362Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C08EF41B", "AutoV2": "6F504DEB85", "SHA256": "6F504DEB852B3565E8E2B136F6FBFDDFAE20D2385786F2B7B86D228370E86368", "CRC32": "A978F786", "BLAKE3": "535E824953455E0F42D61643040CA5988BC728B48A145C6D674E7338C245A070"}, "downloadUrl": "https://civitai.com/api/download/models/573860?type=Training%20Data"}, {"id": 489729, "sizeKB": 223100.79296875, "name": "Raymond_Animal_Crossing_-_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T10:00:45.635Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "574AE3F5", "AutoV2": "7DB82C3A9A", "SHA256": "7DB82C3A9A7BCBDBCE62A0047B4A31F389904CFC7246BC3F5CF1BFF5400501AF", "CRC32": "4DA62591", "BLAKE3": "33A45118E794CD9B11179E36BF8FCC332DFD47DB15538B61B7C76293D2CED463", "AutoV3": "7AD7148BD13E"}, "downloadUrl": "https://civitai.com/api/download/models/573860", "primary": true}], "images": [{"id": 15870552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21d73279-7628-415a-af56-5e88f7639171/width=450/15870552.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYM7V{of~p%L?GoyE2M{D*ayWXjZxaaykCof", "type": "image"}, {"id": 15870550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a08d8c1-5d0f-48d2-b510-970ee47fd218/width=450/15870550.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPNAYUxa~qo#xtaeWCkC%NWBM{t6t7j]WBWB", "type": "image"}, {"id": 15870549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84b06e7e-06f1-48e7-9357-0be8ec6ed876/width=450/15870549.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UfKdb%WC-;WV~Ut6R+ofIUj[M{ayIURkRkWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/573860", "modelId": 516406} \ No newline at end of file diff --git a/datasets/metadata/574303.json b/datasets/metadata/574303.json new file mode 100644 index 0000000000000000000000000000000000000000..cdc50e7e35d7f705857992f8c3bc2e91a32d893e --- /dev/null +++ b/datasets/metadata/574303.json @@ -0,0 +1 @@ +{"id": 574303, "index": 0, "name": "belomo_kodak_gold", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-15T11:11:26.885Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 100, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 489753, "sizeKB": 4497.2724609375, "name": "574303_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T10:15:40.235Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BD16758A", "AutoV2": "D969E9829D", "SHA256": "D969E9829D3219AA46D937E1C3109D5E251D6948E21E4CEF0C7F2E8125EDA550", "CRC32": "304F8566", "BLAKE3": "9D9AB1A6E106D72E757B7F3628D9CDF5FD5B10E3EE3F1309E66E6E28241C263B"}, "downloadUrl": "https://civitai.com/api/download/models/574303?type=Training%20Data"}, {"id": 489827, "sizeKB": 223098.89453125, "name": "belomo_kodak_gold.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T11:15:44.568Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2F6E5E69", "AutoV2": "A3FBF78C37", "SHA256": "A3FBF78C37C55DC777900BD4B3E2075ACF3298AB9AC822230470262978C3CC03", "CRC32": "D83366A4", "BLAKE3": "581807D7E420395FA55649955BBA4E2BECC78D06885E353334D54B669DF9358B", "AutoV3": "A234047A35C2"}, "downloadUrl": "https://civitai.com/api/download/models/574303", "primary": true}], "images": [{"id": 15877062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f1c28f4-1d6c-4d14-93aa-aa090228f173/width=450/15877062.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UD6+OsjFo$aeysozofV[yDo}VsaKtlkCV?aK", "type": "image"}, {"id": 15877064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9abaa504-e62a-4031-a7e1-9ca8982a0532/width=450/15877064.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UE7oCZnPo#fR*Jaft7j[yWkCVsaytlayVsj[", "type": "image"}, {"id": 15877061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d3c5f6b-9e00-44cb-9f22-bf40699ff8aa/width=450/15877061.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UE7n{{V@kDW=*0WBn$j]yDkBR5aetSayV?ae", "type": "image"}, {"id": 15877060, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90d1d635-b7d2-4f60-b79c-2fcc81ed7d1c/width=450/15877060.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UE7V0}V@kXaL*JofofV@yDozRPV@tlayVse.", "type": "image"}, {"id": 15877152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93ae69c3-56d0-4369-b7d0-0d5fc58ca7df/width=450/15877152.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UFDvck4oMyjG~pIoo0Rj9F%Lt6RjM{jsozof", "type": "image"}, {"id": 15877154, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b222530a-8967-4e83-90eb-45931f3e2c9d/width=450/15877154.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U7DS:o00-Voc~o01oM-;4:-;oJt7_3t6%LIV", "type": "image"}, {"id": 15877155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b0a8aef-51c0-49af-b35d-560b4b5db371/width=450/15877155.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U4Dl~A00~qDiys8{?ani8{_2RifiozIVIpRQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/574303", "modelId": 516813} \ No newline at end of file diff --git a/datasets/metadata/574306.json b/datasets/metadata/574306.json new file mode 100644 index 0000000000000000000000000000000000000000..5d99c7a640f47bc132e61ef46769b88b87d2f8ad --- /dev/null +++ b/datasets/metadata/574306.json @@ -0,0 +1 @@ +{"id": 574306, "index": 0, "name": "zenit_kodak_gold_2", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-15T11:09:42.106Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 89, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 489758, "sizeKB": 6539.009765625, "name": "574306_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T10:20:46.091Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4C2820F7", "AutoV2": "4B3C85DF88", "SHA256": "4B3C85DF88D387C7D876F255F7649CDD61551C4A5D38275EE96A5514E9B80D0E", "CRC32": "6F0948A3", "BLAKE3": "52809BD8255AFC52FF049038E2BA9DE41E090AED91CC43233EE7CA509BE7CD88"}, "downloadUrl": "https://civitai.com/api/download/models/574306?type=Training%20Data"}, {"id": 489825, "sizeKB": 223098.89453125, "name": "zenit_kodak_gold.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T11:11:11.615Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0685FE19", "AutoV2": "1EB35F03B6", "SHA256": "1EB35F03B6D9BE795FBC5B49F1B8946E1096E34256FB5E1DFDDC6F8308EC2A7E", "CRC32": "4EC1D5B6", "BLAKE3": "B0E135BA08829F7C80E10AE6A54FD649BA34289054004806D927EE0C0EB83CE3", "AutoV3": "BA059C83E674"}, "downloadUrl": "https://civitai.com/api/download/models/574306", "primary": true}], "images": [{"id": 15876287, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a08344c5-07f2-4f9f-b674-7a7601603fd2/width=450/15876287.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U75P2Wg3NuR5*JfkniVtyCaKa0kCtlV@aKoy", "type": "image"}, {"id": 15876289, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9944bbf7-1514-47c3-998e-2418348c2f6e/width=450/15876289.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U74VzDo}NdoLuhozi{f6t,nPeAWBt,n%Vsaf", "type": "image"}, {"id": 15876286, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7aadebeb-9cdf-43cd-8b78-287578cab97b/width=450/15876286.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U64yM}tlNeX8uio|i_a}tljFe9aLozjFeTjF", "type": "image"}, {"id": 15876288, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15895720-8140-4b0b-a87b-e97c7888218f/width=450/15876288.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U74fXCtQNda#uhkVjFjupbf5m-f6pIjFZ%WC", "type": "image"}, {"id": 15876335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c465a81-8515-4705-aa88-3379addf6689/width=450/15876335.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U28XC0IBcb~U--RPIC%Lt-WB$%ozXTX8ozs8", "type": "image"}, {"id": 15876333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/658a8230-a375-4607-8d68-8eb569ec7113/width=450/15876333.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UBB|Qg%M4=o~4TDikCM{_N%MRPkC8{WBxuaz", "type": "image"}, {"id": 15876332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75b9c8e3-a5b7-464d-b8a3-49ce1fc2b5a0/width=450/15876332.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UEE:9%00_NDj.7ROM|R+T1t8VrxuR.M{xtoH", "type": "image"}, {"id": 15876336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36f57b81-e4c9-4ae2-b5cb-d094cc5bd00f/width=450/15876336.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U17-ZvtR6;s,^ak8M{n#K-oe^doN9Henx]XT", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/574306", "modelId": 516817} \ No newline at end of file diff --git a/datasets/metadata/574316.json b/datasets/metadata/574316.json new file mode 100644 index 0000000000000000000000000000000000000000..6c44a584849cd829a785d720154a226e6f5c549a --- /dev/null +++ b/datasets/metadata/574316.json @@ -0,0 +1 @@ +{"id": 574316, "index": 0, "name": "KB_agfaapx", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-15T11:13:28.440Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 49, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 489764, "sizeKB": 3864.0556640625, "name": "574316_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T10:25:51.883Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BD8D9B35", "AutoV2": "7B1EC89171", "SHA256": "7B1EC891716251511AE9FA758820A5FCE9B5FE69688E1DDEAD9F63EBACB87A26", "CRC32": "18248E22", "BLAKE3": "2CC7F6C07F9E2D5E18A1BF0DE477330AFD872E9F8BE3904C33C788C61F990BFA"}, "downloadUrl": "https://civitai.com/api/download/models/574316?type=Training%20Data"}, {"id": 489829, "sizeKB": 223098.87109375, "name": "KB_agfaapx.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T11:15:46.270Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "63F48958", "AutoV2": "D86D526565", "SHA256": "D86D526565AF7E6C57477D4A1CA305A3E240C2E06B610EAE18A82FE899D184DD", "CRC32": "18712BB6", "BLAKE3": "361538A5B142641D30C6CF30777A649A8066FE09DA68E3C4BE866E0C871F06B2", "AutoV3": "1A9F5E78EFCB"}, "downloadUrl": "https://civitai.com/api/download/models/574316", "primary": true}], "images": [{"id": 15876013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e15fa2dc-44ec-485e-b621-f8bfdf63ba82/width=450/15876013.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U1GSDiDiD%x]WBRjt7t7~qayM{j[?bazj[af", "type": "image"}, {"id": 15876014, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0206ffd7-9b41-4452-ae52-885ffcf6d449/width=450/15876014.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U2HLl1%3t6?b%MD%xuRj_3%Moet7_4azRjfP", "type": "image"}, {"id": 15876012, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c94e2981-5e81-4a0a-9459-e6f89aa8c128/width=450/15876012.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3F$Y8M{?b%M00~q%MWB00xuxuRjIUj[xuay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/574316", "modelId": 516826} \ No newline at end of file diff --git a/datasets/metadata/574318.json b/datasets/metadata/574318.json new file mode 100644 index 0000000000000000000000000000000000000000..b8bc02393c7a2a44c82f36e7ab028c6ae827fbeb --- /dev/null +++ b/datasets/metadata/574318.json @@ -0,0 +1 @@ +{"id": 574318, "index": 0, "name": "KB_ilford_xp_super", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-15T11:38:58.721Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 50, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 489766, "sizeKB": 9880.189453125, "name": "574318_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T10:30:43.329Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2641C372", "AutoV2": "F565B73F27", "SHA256": "F565B73F27E17BFDFC078522A5C1DE097521922ED6DA81CEF33A3E87B19B8FB7", "CRC32": "D2C01485", "BLAKE3": "30EA46D921CF9C60008A516BCBBC9956CF3AF917ED611500D9C0E562773E8887"}, "downloadUrl": "https://civitai.com/api/download/models/574318?type=Training%20Data"}, {"id": 489857, "sizeKB": 223098.89453125, "name": "KB_ilford_xp_super-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T11:52:24.291Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A648E429", "AutoV2": "8D866C3372", "SHA256": "8D866C3372E215799015C42775E21B359F2A4D3DC307438E366A111BD349EEC8", "CRC32": "E1B5118E", "BLAKE3": "DD3A98D64BC81AE037A5E946B3A6651F42ED5DAA8888805919EB0DCF3E4BB5B6", "AutoV3": "B755549FD2C0"}, "downloadUrl": "https://civitai.com/api/download/models/574318", "primary": true}], "images": [{"id": 15879856, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01522084-4b62-4ce7-b811-b4394bd0de45/width=450/15879856.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UGIE|e~qxu-;_3IUWBM{IUxuRjWBRj%MM{WB", "type": "image"}, {"id": 15879855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/201c50ec-e540-4fc2-beb3-c6cd741a644e/width=450/15879855.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UAH_.200of9F~qofD%Rj9F-;t7Rjxu9FM{ay", "type": "image"}, {"id": 15879857, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c0f4a7f-7f76-467c-9b4f-90b2a2e298b3/width=450/15879857.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UGHLe,9Fxuxu~qt7t7oy%2t7RjWBM{RjWBay", "type": "image"}, {"id": 15879853, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/172bd113-c20d-4f4a-aade-a14f3ad2a232/width=450/15879853.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UCF~dS~q~q%MIUWBM{WBRjj[t7ofIBt7f6of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/574318", "modelId": 516828} \ No newline at end of file diff --git a/datasets/metadata/574338.json b/datasets/metadata/574338.json new file mode 100644 index 0000000000000000000000000000000000000000..577db5ffcfa69257c3caf861ec88a93f6f7c000b --- /dev/null +++ b/datasets/metadata/574338.json @@ -0,0 +1 @@ +{"id": 574338, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-15T12:18:34.865Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["full_nelson 1futanari, full nelson, folded, 1boy, hetero, pussy, penis, reverse suspended congress, sex, sex from behind, testicles, spread legs, futanari cum"], "stats": {"downloadCount": 561, "ratingCount": 0, "rating": 0, "thumbsUpCount": 106, "thumbsDownCount": 0}, "files": [{"id": 489788, "sizeKB": 1705.900390625, "name": "574338_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T10:41:48.821Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "5A1F58A9A2", "SHA256": "5A1F58A9A2E0D2387215E0667D31D61E33F90D10CF6DCC245A98EB1A98F13083", "CRC32": "9620E115", "BLAKE3": "F606D94846376568FE777683780B3563748E3E604AFFEADD9EDA595F0870533C"}, "downloadUrl": "https://civitai.com/api/download/models/574338?type=Training%20Data"}, {"id": 489914, "sizeKB": 223099.49609375, "name": "futa_full_nelson.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T12:21:07.077Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BECD951D", "AutoV2": "489C9C8F2D", "SHA256": "489C9C8F2D6387EDA3A2467A0D50CEFD08AAC9941BE2090B030910109D2A5DEE", "CRC32": "6E010D02", "BLAKE3": "AF6C326A4BE5DFB9B20C2D476DD71E170FBD94D7DEAED4F0A4F01073EBD88E15", "AutoV3": "768BE792D0BC"}, "downloadUrl": "https://civitai.com/api/download/models/574338", "primary": true}], "images": [{"id": 15883115, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39856db5-9cce-426f-97db-d803267c3ed4/width=450/15883115.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDJ7wK?G0*s:00RjMdRj00WBM|NG.Tof9bR-", "type": "image"}, {"id": 15883166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/187f6ff6-767e-4971-bc33-185b16dbf9a5/width=450/15883166.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCM~wv~V0M-pTKbc0eM{00sorqjF-pWBV?oe", "type": "image"}, {"id": 15883734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad85e50a-f881-4448-9192-96f33154fe6e/width=450/15883734.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDIzn_~V0#-:00E1emNG00V@^jWV.9of9uWW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/574338", "modelId": 516847} \ No newline at end of file diff --git a/datasets/metadata/574354.json b/datasets/metadata/574354.json new file mode 100644 index 0000000000000000000000000000000000000000..b4d05b78c1d113f12b20fac839ba2ff6b6858cdc --- /dev/null +++ b/datasets/metadata/574354.json @@ -0,0 +1 @@ +{"id": 574354, "index": 0, "name": "KB_ektachrome_BW", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-15T11:41:41.569Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 55, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 489866, "sizeKB": 223098.88671875, "name": "KB_ektachrome_BW.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T11:52:38.160Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CD7806E4", "AutoV2": "25B402E2E2", "SHA256": "25B402E2E2F27D767F928282FE2511D63F1624500277B797EF4C32916ACC9237", "CRC32": "86E0FB8E", "BLAKE3": "66D75639E5EFABE4DCAF0DDC15F2D3268C8B04E3F87DA58C8680C9300954B0BA", "AutoV3": "4E192F2D992A"}, "downloadUrl": "https://civitai.com/api/download/models/574354", "primary": true}, {"id": 489807, "sizeKB": 31452.091796875, "name": "574354_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T10:56:09.977Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4E8F7F77", "AutoV2": "67A46609C6", "SHA256": "67A46609C6092C48386923A4634B5C6992B5300B5F475E8C66185DBA1DD67A04", "CRC32": "0B8F22F6", "BLAKE3": "FCADD7F66EE2D077BD17E52932EE35F5F5423A0AC2BBCD8275BC691AFC4625E7"}, "downloadUrl": "https://civitai.com/api/download/models/574354?type=Training%20Data"}], "images": [{"id": 15879614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78f7e5e4-d9f1-4735-af14-473ad7b25090/width=450/15879614.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U4C?o+9F~qRj%MD%9FWB~q%Mxuj[4nxu%M%M", "type": "image"}, {"id": 15879615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7257e05f-53fb-4454-bcdc-e0060ac2eaca/width=450/15879615.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U7B:y--;t7t700_3D%M{~qWBxuxu%MM|ayWB", "type": "image"}, {"id": 15879616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7b74a1e-a705-4075-9ec3-1a3ddecbf22e/width=450/15879616.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U7D9#N4n-;-;~q-;ayM{M{M{IUoft7Rj%Mt7", "type": "image"}, {"id": 15879617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cba2132-e4e4-4409-8209-c0f5fab82ef5/width=450/15879617.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U6BWi54nM{WB9ExuRjRj~qofxuxu4nRkM{M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/574354", "modelId": 516859} \ No newline at end of file diff --git a/datasets/metadata/574364.json b/datasets/metadata/574364.json new file mode 100644 index 0000000000000000000000000000000000000000..41a7010210b649a10069a775bcb65389d20ebd48 --- /dev/null +++ b/datasets/metadata/574364.json @@ -0,0 +1 @@ +{"id": 574364, "index": 0, "name": "0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-16T09:11:00.513Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": [], "stats": {"downloadCount": 20, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 489842, "sizeKB": 4242.6328125, "name": "574364_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T11:30:52.449Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "88D7D888", "AutoV2": "ED3C3B3546", "SHA256": "ED3C3B3546A998C504B092601F547150DD238FB441824613F01E7B3E90A1FD3B", "CRC32": "2CECFB70", "BLAKE3": "C7D4A37C4092419F7DC0307DEB3C5075AF29BEAE7A2B5187B40ECE6BE8B6EB52"}, "downloadUrl": "https://civitai.com/api/download/models/574364?type=Training%20Data"}, {"id": 491725, "sizeKB": 18546.9609375, "name": "0-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T08:25:34.330Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "1C6DB67226", "SHA256": "1C6DB67226CF276E123DE76A3FED5C1114E85BDA16A37072465EDAC62000D4FD", "CRC32": "227FA217", "BLAKE3": "5104D7EE6463F01A75E5A76974D92BB460892E4CDC3331C607B739D6C39DC585", "AutoV3": "38D8C29C4744"}, "downloadUrl": "https://civitai.com/api/download/models/574364", "primary": true}], "images": [{"id": 15987691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb59c5c2-9684-4213-92f0-da2187e1a9a0/width=450/15987691.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U4RMYt_3-;_3-;ofM{xu00RjRPM{~qf7D%t7", "type": "image"}, {"id": 15987690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27892e34-49d9-4d0a-ae7f-606d05dc8c95/width=450/15987690.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UHO{aSHsE29FC8%1?a4n0fIoo|M{_NtRMdRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/574364", "modelId": 516866} \ No newline at end of file diff --git a/datasets/metadata/574434.json b/datasets/metadata/574434.json new file mode 100644 index 0000000000000000000000000000000000000000..1c15fc88b5076927fcdd3851e7439a96157b7ce0 --- /dev/null +++ b/datasets/metadata/574434.json @@ -0,0 +1 @@ +{"id": 574434, "index": 0, "name": "Mara The Hellbringer", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-15T14:55:49.736Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": ["Mara"], "stats": {"downloadCount": 29, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 490029, "sizeKB": 4336.9248046875, "name": "574434_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T13:40:39.351Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3E3F25BC", "AutoV2": "7E12B8D942", "SHA256": "7E12B8D9421640772231EAB97573158101E615464271E95AAFD4C2C8FC8A5D94", "CRC32": "418407AE", "BLAKE3": "0BCFA08667612C645D0AD39B890F9064F1093E57F1D1BFAD6983604540C76A8F"}, "downloadUrl": "https://civitai.com/api/download/models/574434?type=Training%20Data"}, {"id": 490137, "sizeKB": 36985.0546875, "name": "Mara_The_Hellbringer.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T14:55:38.737Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F6567D3E", "AutoV2": "DBD9E3BA6B", "SHA256": "DBD9E3BA6B457F82CD0DDFB90EA487801CED4C29DA40635D74FA5210DAFAF958", "CRC32": "2DBA72C9", "BLAKE3": "4C12E3466187C421E375CCAD3308EF0B68A3B390E1117C5D18D41888F9E591B8", "AutoV3": "9334A2057CCB"}, "downloadUrl": "https://civitai.com/api/download/models/574434", "primary": true}], "images": [{"id": 15893873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83f95527-6a2a-402e-a843-23dfb2845214/width=450/15893873.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UEIq.cnOHD.mA0-:k=tRx[IoQ-M{$l-VELOr", "type": "image"}, {"id": 15893872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a7f7663-c7ad-41d1-a8d2-5671c8cb179d/width=450/15893872.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UHEelk%201NGG^ozQ,Rip]X8rEaew0WVR%n$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/574434", "modelId": 516928} \ No newline at end of file diff --git a/datasets/metadata/574562.json b/datasets/metadata/574562.json new file mode 100644 index 0000000000000000000000000000000000000000..9fc8e53c4a23a363941a330770912979c69d69b1 --- /dev/null +++ b/datasets/metadata/574562.json @@ -0,0 +1 @@ +{"id": 574562, "index": 0, "name": "Aeon Calcos - Soul Calibur 5", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-15T17:03:17.192Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["aeon calcos", "soul calibur 5", "lizardman"], "stats": {"downloadCount": 37, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 490147, "sizeKB": 50433.8017578125, "name": "574562_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T15:00:35.009Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AA559F56", "AutoV2": "A95159F504", "SHA256": "A95159F504DFC34E00A5824AEEEDACBD0D3408D53610BD7E36A60B0C9929AC34", "CRC32": "16301DEF", "BLAKE3": "AE31B78E15B0AFEAE0B24B0D7953C543EC7F55FD70196560575D26A258ED8D91"}, "downloadUrl": "https://civitai.com/api/download/models/574562?type=Training%20Data"}, {"id": 490358, "sizeKB": 223108.93359375, "name": "Aeon_Calcos_-_Soul_Calibur_5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T17:01:46.020Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "135FFFAA", "AutoV2": "0242E7E354", "SHA256": "0242E7E354A7CD54BCA87E73BF3E70B9734BEAB1CE0B01D51A7171071700BE2A", "CRC32": "0D1392BE", "BLAKE3": "31867D31CAF16551044C59E94DC9B8F46800E614BE84D56B6FBC5B87E6E0081F", "AutoV3": "F296A90FF949"}, "downloadUrl": "https://civitai.com/api/download/models/574562", "primary": true}], "images": [{"id": 15905095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81065b68-5e7a-4f74-84db-ee8913eb134c/width=450/15905095.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYON5vM__3V[_3t7ozof_NWXIUt7ozWCRQae", "type": "image"}, {"id": 15905097, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/153f1f7b-01df-449c-bba3-c24a4be0b50e/width=450/15905097.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UNFYu*tR9Gs:~WafIpoerqafW;j]t6ofM{bH", "type": "image"}, {"id": 15910213, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b156cea5-e96b-4d69-9fbe-408ea5b68afd/width=450/15910213.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UHKK.tYi0Ro#*LTx}moL4WozyAt6KPwJnPXR", "type": "image"}, {"id": 15911387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6c930bf-e5cf-4f67-b774-0696d069f365/width=450/15911387.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCJRN=*J9gT0,[yXrCt78wx]-ms-ODxGNdoK", "type": "image"}, {"id": 15911538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7de3aa40-82f9-40b8-ae3d-28038cc069f1/width=450/15911538.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UJJRdRxaLNpI_4a}^jt6Dlafo{oe-UjZR+bH", "type": "image"}, {"id": 15911931, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78d2b358-2f4b-466e-bf8b-9b20275b5d46/width=450/15911931.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UMJ8Lrnitn%g*0R,%NxtmnWC=]nh9vn%-nSe", "type": "image"}, {"id": 15912896, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/038238e9-7797-41e1-b74d-01123af47563/width=450/15912896.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URIhjNXV_N-UXB%M-onl$jS#tkae$+xto}s:", "type": "image"}, {"id": 15912895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6c0db0e-ea7d-406b-a971-cc40669267b1/width=450/15912895.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTIY8]S7_Nwb-rx]tQaK=xX7S~nNx]xtM}My", "type": "image"}, {"id": 15912942, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fc7e24c-6dee-4aab-b0b2-de70e7fde00f/width=450/15912942.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5Fr-B00E3l:03~V00$+.n019@}m?s?s0ND6", "type": "image"}, {"id": 15912943, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6c1c48d-ed86-42a4-ba03-d45ce0122071/width=450/15912943.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6FiDE00_M4T8zRj0J#lQ8TGFx?Hti^#9PD+", "type": "image"}, {"id": 15912939, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/130dcf1d-2d60-409f-882e-17caddc87e4b/width=450/15912939.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFF$Le0LEM^%00xtR3Rk~Tt7O@M|DkWA%NjY", "type": "image"}, {"id": 15912941, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f6465e1-16c1-475b-b794-2f36a75455d6/width=450/15912941.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDGl3901A0#702.7Mvn5}:IB5R$zD*IntSD*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/574562", "modelId": 517045} \ No newline at end of file diff --git a/datasets/metadata/574588.json b/datasets/metadata/574588.json new file mode 100644 index 0000000000000000000000000000000000000000..26d3945ef265c75d5cc563325339b1b4326219de --- /dev/null +++ b/datasets/metadata/574588.json @@ -0,0 +1 @@ +{"id": 574588, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-29T16:07:51.086Z", "availability": "Public", "nsfwLevel": 28, "description": "first version
", "trainedWords": [], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 490033, "sizeKB": 8486.6064453125, "name": "574588_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T13:45:38.683Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D53C0A9A", "AutoV2": "2B09F722A7", "SHA256": "2B09F722A7757AFAABA3E9D8251F24DAA63B60A02937AE0C34550945E3C79C0B", "CRC32": "5616FBFE", "BLAKE3": "0AA97E8CFA85BA483954BBFA69C70E13D4496EABFFA9F70333DAD094688D68DE"}, "downloadUrl": "https://civitai.com/api/download/models/574588?type=Training%20Data"}, {"id": 522260, "sizeKB": 223099.96484375, "name": "Foppi-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T16:01:25.509Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "34038FA5", "AutoV2": "5DF4653340", "SHA256": "5DF4653340B58D741CB6D375A0F50D8F671D916DB2308AC27D2463A95567DBB8", "CRC32": "ADA75FB5", "BLAKE3": "DCF0A650952640C978E829546109BB2909D3108BA87837B5CE0BA097E217C536", "AutoV3": "A9545F3150B6"}, "downloadUrl": "https://civitai.com/api/download/models/574588", "primary": true}], "images": [{"id": 17716184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37488944-81ff-482e-b07f-b3b7aa371d9a/width=450/17716184.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UHFP2GkX1SxG.Tt7I9NGb^$%s9IpPUt7rqRP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/574588", "modelId": 517071} \ No newline at end of file diff --git a/datasets/metadata/574604.json b/datasets/metadata/574604.json new file mode 100644 index 0000000000000000000000000000000000000000..023db4c141bfd3e2067582ecfe10c59ee14b2634 --- /dev/null +++ b/datasets/metadata/574604.json @@ -0,0 +1 @@ +{"id": 574604, "index": 0, "name": "ALT3R4TI0N art style - (alteration)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-15T17:21:19.998Z", "availability": "Public", "nsfwLevel": 28, "description": "50+ images with close ups and other body shots
", "trainedWords": ["at3r4", "read description"], "stats": {"downloadCount": 158, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 490369, "sizeKB": 334455.85546875, "name": "ALT3R4TI0N_art_style_-_alteration-000017.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T19:11:32.190Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1D8173B7", "AutoV2": "9B05B8F915", "SHA256": "9B05B8F915F9A2701CC83CE837BB23D3720EB895D307E2EE2ED44ADC17C3DF75", "CRC32": "7D13E237", "BLAKE3": "FEBDE5F6BD2DFFF071E510D9B6B81B78B9641786C2E95A0859E0DAB2E13C05DB", "AutoV3": "6040DAACADCA"}, "downloadUrl": "https://civitai.com/api/download/models/574604", "primary": true}, {"id": 490126, "sizeKB": 18617.8251953125, "name": "574604_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T19:11:27.485Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A2FD7E24", "AutoV2": "33F70CD43B", "SHA256": "33F70CD43BAE711B65AEF859F8612B07B6BCEB1D2B4FEDBCDAA60438FE99AD0E", "CRC32": "260791B8", "BLAKE3": "90F286976F6F035217D9FCB643F60E9D4B4A49F98C153BC4929D82F51155108E"}, "downloadUrl": "https://civitai.com/api/download/models/574604?type=Training%20Data"}], "images": [{"id": 15916110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec526ce4-35c2-4ff4-afd2-c9dc27acae05/width=450/15916110.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U48qHQ4T00%g~qIAM{%M0e-;iwMxRj%gIUIU", "type": "image"}, {"id": 15910596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f752d8b-e924-4ee2-995c-938eb56fccd2/width=450/15910596.jpeg", "nsfwLevel": 1, "width": 549, "height": 549, "hash": "UFIDHyl89GD*~U=d5,v~IU5lw0tQozrs0z%1", "type": "image"}, {"id": 15911752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a76a301-749c-40ab-8318-72237915d10a/width=450/15911752.jpeg", "nsfwLevel": 2, "width": 549, "height": 549, "hash": "UBE2@8~W~q-;%MWBIoRj9ZRjRjWV~WxuM{Rj", "type": "image"}, {"id": 15906932, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10785933-f034-4734-8ea7-d82d6005019e/width=450/15906932.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEG[+,xu^-RPozWBozj?ITt7ROM{WBofjYWB", "type": "image"}, {"id": 15906935, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/317ee0c3-1d0f-4561-91b8-a48e09b519fc/width=450/15906935.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9HL3R9G00_1~3?G019a?F9G4=xt~7%MWGxt", "type": "image"}, {"id": 15911938, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10ff3963-fdb7-4f5e-b858-30367bc2e753/width=450/15911938.jpeg", "nsfwLevel": 2, "width": 549, "height": 549, "hash": "U4CYw7I;RPxt9Fx]00Dj~qxDgONe=wE2wH~B", "type": "image"}, {"id": 15916361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d4aea6c-ef4e-4062-81a6-8cd60ad8cfec/width=450/15916361.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6Cj2{4nIo-;%M_300ae~qD%D%RjNG%M%Mj[", "type": "image"}, {"id": 15917437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/301ddeea-f974-4243-9ed0-971bf105b623/width=450/15917437.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U5C$o@000y4:kpWB~Vxa0L?H%1%2%LRkV@xu", "type": "image"}, {"id": 15918243, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f75d1a0-dabc-4a04-b833-d48b4d58f429/width=450/15918243.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U6Bz8|of9ZM{_Ns:~qWBM_tR%2M{0KkCDixu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/574604", "modelId": 517082} \ No newline at end of file diff --git a/datasets/metadata/574795.json b/datasets/metadata/574795.json new file mode 100644 index 0000000000000000000000000000000000000000..dd6fd16c4fe88607e217637f39e1702241880c33 --- /dev/null +++ b/datasets/metadata/574795.json @@ -0,0 +1 @@ +{"id": 574795, "index": 0, "name": "Claire", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-15T16:53:42.793Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 46, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 490236, "sizeKB": 17428.236328125, "name": "574795_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T15:51:33.322Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EB4E5E24", "AutoV2": "3AD9F69F06", "SHA256": "3AD9F69F06756EAB02347BAD73B7A298742CBC943D017634BC1EA4390B31EDA2", "CRC32": "AB965BC5", "BLAKE3": "6846930764D58DB9000B397A8397006EB141A654D43F800EDEA80C0F9D188139"}, "downloadUrl": "https://civitai.com/api/download/models/574795?type=Training%20Data"}, {"id": 490340, "sizeKB": 223100.12109375, "name": "Claire-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T16:52:13.757Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "791E96AB", "AutoV2": "ED0E9F699F", "SHA256": "ED0E9F699FFF9854E5FEB3A90401E632EFE7460AE3B980D57A6479AA8B4F2782", "CRC32": "0F43E0BB", "BLAKE3": "D48CAF4146A2C77A4C10668F418352B4E181F802C074C380E720D685AD106510", "AutoV3": "43BDFAB49A87"}, "downloadUrl": "https://civitai.com/api/download/models/574795", "primary": true}], "images": [{"id": 15980506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/669362ff-9ebe-4b3a-b942-449ec1cd19ec/width=450/15980506.jpeg", "nsfwLevel": 8, "width": 896, "height": 896, "hash": "U6H-S=oz00D%2zITxvb^0N-5mjE3DhNI=rx]", "type": "image"}, {"id": 15904232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d3827ac-39c6-45ab-b4f4-4fcbe92b9237/width=450/15904232.jpeg", "nsfwLevel": 8, "width": 896, "height": 896, "hash": "U6IDmy9a00-U00-pIoae80s-MdNH8_R*tSWB", "type": "image"}, {"id": 15904244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a351bf4-2693-4ff7-b7c8-3521450b9fc6/width=450/15904244.jpeg", "nsfwLevel": 16, "width": 896, "height": 896, "hash": "UHI#W2YR14z:B@a*n%nM8{niVr%2E19vRi%M", "type": "image"}, {"id": 15904116, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46012178-8a98-4430-bbc1-a04bd040bcd6/width=450/15904116.jpeg", "nsfwLevel": 16, "width": 896, "height": 896, "hash": "U5LpHv}O3Y5?J4;Jt5K+00%~4T0000?^?w4U", "type": "image"}, {"id": 15980504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba6b112b-a1a8-4c9e-acff-300d050c26e7/width=450/15980504.jpeg", "nsfwLevel": 8, "width": 896, "height": 896, "hash": "UDINz3D41P0M?^MI-;Io00-;V@oe00tmR5w^", "type": "image"}, {"id": 15980505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48576f08-d6b0-4c4c-868e-5e37a0e6cd20/width=450/15980505.jpeg", "nsfwLevel": 8, "width": 896, "height": 896, "hash": "U9IqAQnO02o|.mS4^+-:57oKm,R-,ns:DjRP", "type": "image"}, {"id": 15979930, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b269443b-810f-4c4a-850a-670e1759d90d/width=450/15979930.jpeg", "nsfwLevel": 16, "width": 896, "height": 896, "hash": "UFJ@Uhs*06J:.mxut8I@AHE3VY-Txuv|jIM{", "type": "image"}, {"id": 15980197, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e694029a-124c-4536-a7b5-f800244077ad/width=450/15980197.jpeg", "nsfwLevel": 8, "width": 896, "height": 896, "hash": "UKKmqoTLBr+YGKjGai#%02rWQ-xtxYWUvzog", "type": "image"}, {"id": 15980199, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acb158df-9b6f-4ea5-b8fc-5d6f2553e568/width=450/15980199.jpeg", "nsfwLevel": 8, "width": 896, "height": 896, "hash": "UHKA{B*w9ZLgGcadn3EQi_El$fr?x]S$xtxZ", "type": "image"}, {"id": 15980200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2fb04ed-bbce-4e32-85ab-ffc5b0071a66/width=450/15980200.jpeg", "nsfwLevel": 8, "width": 896, "height": 896, "hash": "U6HB3z8w03%01ljD4:tS00bx]ftS~9a$MxoJ", "type": "image"}, {"id": 15980202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0840297-cc8e-49db-ba25-84f1f4a51fa0/width=450/15980202.jpeg", "nsfwLevel": 8, "width": 896, "height": 896, "hash": "U4Hn1.0000_200^k_40h0rxXz-Io;cx]xbIq", "type": "image"}, {"id": 15980201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b86e389-2736-480f-a542-8f9203bffc48/width=450/15980201.jpeg", "nsfwLevel": 8, "width": 896, "height": 896, "hash": "UQKm;6%#0LHr~pWXD%MxE2MxoetS%gn$WBWW", "type": "image"}, {"id": 15980203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/050c0e51-81e9-47ea-bcae-c97ee748ddbc/width=450/15980203.jpeg", "nsfwLevel": 8, "width": 896, "height": 896, "hash": "U6H-S=oz00D%2zITxvb^0N-5mjE3DhNI=rx]", "type": "image"}, {"id": 15980204, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebb6ed68-56a9-4403-a1cb-216d00b377bd/width=450/15980204.jpeg", "nsfwLevel": 16, "width": 896, "height": 896, "hash": "UBLpU6K+0Ni^~qG]RPq[0Mh}Ql9v8{DiIUx[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/574795", "modelId": 517252} \ No newline at end of file diff --git a/datasets/metadata/574829.json b/datasets/metadata/574829.json new file mode 100644 index 0000000000000000000000000000000000000000..3ce5b0a3b712fc1490b3f6b6fe661f8b25cb6c25 --- /dev/null +++ b/datasets/metadata/574829.json @@ -0,0 +1 @@ +{"id": 574829, "index": 0, "name": "blue-senpai style", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-16T14:17:39.803Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["zjw"], "stats": {"downloadCount": 289, "ratingCount": 0, "rating": 0, "thumbsUpCount": 65, "thumbsDownCount": 1}, "files": [{"id": 492057, "sizeKB": 223126.73046875, "name": "blue-senpai_style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T12:31:08.299Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "45643944", "AutoV2": "E277CAC840", "SHA256": "E277CAC84086D65FB71BD1CA703BBC3020B828017837048D6DD49E987172934F", "CRC32": "56DDE3F6", "BLAKE3": "3F01FBAAE2EDD041B764DF7043830271EDB9067FD4727FF2F26BABAF43C7B8B4", "AutoV3": "7F149D78B482"}, "downloadUrl": "https://civitai.com/api/download/models/574829", "primary": true}, {"id": 490264, "sizeKB": 83093.41015625, "name": "574829_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T16:02:02.904Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F7F9A1F5", "AutoV2": "C1101266E3", "SHA256": "C1101266E3285C03CA5FDFA708D9F937993878F607EDA82A863972D8F5424E2D", "CRC32": "33A0B3F1", "BLAKE3": "DF0A73FD8B1DBAC225FEEA1D490011DB5F6A10067F244385D2A1EDDA6FE4A972"}, "downloadUrl": "https://civitai.com/api/download/models/574829?type=Training%20Data"}], "images": [{"id": 16009282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cca4630-03bc-4cf6-b040-02c1df0fca9a/width=450/16009282.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "UEN,0w0001bc4.9b-:xu0MD*%go}~8?brqs,", "type": "image"}, {"id": 16009285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84f1523c-6a98-4c58-8415-127535a02a4b/width=450/16009285.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UbM$_7~VEfs:N2M|WCxu57t3R+s:RPRQbaR%", "type": "image"}, {"id": 16009287, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b6f5310-1dad-4469-9325-65f6706ee831/width=450/16009287.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "UWO{K,~p5TxH%eR+jvx]EMsToNbd%Lx]xvjG", "type": "image"}, {"id": 16009436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4fee9d3-43fa-4d35-a8fa-dbb78982b78e/width=450/16009436.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "UENl=C000LI?9DIV^is90#9G~qMy00Iq^*V@", "type": "image"}, {"id": 16010503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0809999-54e2-40f8-8693-fc42d3504500/width=450/16010503.jpeg", "nsfwLevel": 8, "width": 2432, "height": 1664, "hash": "UDNcHE000,ohDgWA~qRP01NF?cIT-o-;H?M|", "type": "image"}, {"id": 16012836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa6be2d1-229f-464f-99fb-3483f0105776/width=450/16012836.jpeg", "nsfwLevel": 16, "width": 2432, "height": 1664, "hash": "UPP68T~9I=%Mx=x^ob%N4:kWWVxa^%xuS$wb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/574829", "modelId": 517282} \ No newline at end of file diff --git a/datasets/metadata/574946.json b/datasets/metadata/574946.json new file mode 100644 index 0000000000000000000000000000000000000000..7cd4acb480bfd2682ff4bee8988ca4105280da79 --- /dev/null +++ b/datasets/metadata/574946.json @@ -0,0 +1 @@ +{"id": 574946, "index": 0, "name": "PurpleCat [roblox skin]", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-17T14:35:55.967Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["PurpleCat, fat, black eyes with white pupils,"], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 494591, "sizeKB": 223099.59765625, "name": "PurpleCat_roblox_skin.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-17T14:30:51.589Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F726C9B9", "AutoV2": "30E052CE7A", "SHA256": "30E052CE7A16886317A7E72937DBB1F7A2875A515B1F14A2AD41FE7BE88A5EBB", "CRC32": "D253BEA6", "BLAKE3": "F4181CA1B2DADF329869376B19733C8D43105D1A1DB3D030D9535995FA70D302", "AutoV3": "B8E4E3A06368"}, "downloadUrl": "https://civitai.com/api/download/models/574946", "primary": true}, {"id": 494422, "sizeKB": 3487.6943359375, "name": "574946_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-17T13:11:07.050Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B80187BC", "AutoV2": "32B38F0957", "SHA256": "32B38F095755DD316598A1C520927EAAB544F2A44BF664E4CEFC3E68A9A55839", "CRC32": "1D765242", "BLAKE3": "78B4B47E00A09A566D6521FCBD0BB1B83C8F15BBF7AAFDE7C2DC4DC1E6617071"}, "downloadUrl": "https://civitai.com/api/download/models/574946?type=Training%20Data"}], "images": [{"id": 16233257, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfc73680-8f6b-464f-864d-e4bae058a27f/width=450/16233257.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9D*@@^nEG0KEZ9Z%DNG?2NERtn-9ls?E1xa", "type": "image"}, {"id": 16233256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aea8d235-e567-4acc-84f6-f3626bc255be/width=450/16233256.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UEH,i90f}z}]Q}oHrqoJ9@wb5ER$75^HXnNH", "type": "image"}, {"id": 16152348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7876ad71-aca4-4a27-8336-5de368aceb76/width=450/16152348.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UPE2t[s:btofT#f7$_a{x^WUM{j?9#WVM}WC", "type": "image"}, {"id": 16152344, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b749a0cf-7261-4f90-8bcc-00fd7f458366/width=450/16152344.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UFFYQA%hs|?IThbvNEIY_M9aIae?t,xbxcoa", "type": "image"}, {"id": 16152345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7d6729a-029a-4aa9-8454-01e3ad16630b/width=450/16152345.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UMGRiCx{%K--.TXoR,t2O*?aIrRj9w%2s:M*", "type": "image"}, {"id": 16152347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae300288-a081-47d7-ac0b-cba5e49f9b39/width=450/16152347.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UREe[,xvpFS1K-bJtRW;x[WUM}WW9Za{r]oM", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/574946", "modelId": 517399} \ No newline at end of file diff --git a/datasets/metadata/575093.json b/datasets/metadata/575093.json new file mode 100644 index 0000000000000000000000000000000000000000..8f2ea5c12c00e1b8734bd5d9efce200c85013adf --- /dev/null +++ b/datasets/metadata/575093.json @@ -0,0 +1 @@ +{"id": 575093, "index": 0, "name": "Roxana (famous girl)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-16T03:36:17.952Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["RoxanaF, blue eyes, multicoloured hair "], "stats": {"downloadCount": 93, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 491126, "sizeKB": 382468.572265625, "name": "575093_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T01:41:55.584Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1C33601A", "AutoV2": "4B7A1DA1A4", "SHA256": "4B7A1DA1A4D1B89195A2CAA3822DAEBEC15DC1BD0E6AC6501FA9B874D95E4416", "CRC32": "C5FB6350", "BLAKE3": "0D520C38B113A802DB78E062B7E507B377CF77AD5C57FCBCC5999EED46D1C55C"}, "downloadUrl": "https://civitai.com/api/download/models/575093?type=Training%20Data"}, {"id": 491302, "sizeKB": 223103.19140625, "name": "Roxana_famous_girl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T03:31:15.419Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "755DCE98", "AutoV2": "F174350B11", "SHA256": "F174350B114018BC9AB040D6B83ED24C4D045BFE44240C454794B1001301AB02", "CRC32": "7A0FE72C", "BLAKE3": "7E2C842E7B71F029BCEC1F050FF8479D86210DB1A55312AC66D22F4D3DA8FDE3", "AutoV3": "620FDF796845"}, "downloadUrl": "https://civitai.com/api/download/models/575093", "primary": true}], "images": [{"id": 15959805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c0f8a66-8d92-492c-b037-4a179a2443a2/width=450/15959805.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UmJum1xa%Moz~njuRiod%1RkxtoMbKWBRQWD", "type": "image"}, {"id": 15959827, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fb40f0a-18b6-4a7a-9692-c970259f814a/width=450/15959827.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UYKniM${Orp0~pt9kFxVJ7IVnMWDt8t6x]bI", "type": "image"}, {"id": 15959831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe7ee19b-9811-43bf-acc7-95e094c0811c/width=450/15959831.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UkG]OQWFyDj]_4kC%3ofxtoen#axtRj]ogWC", "type": "image"}, {"id": 15959829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2801d550-89e5-4220-a8a9-a010738deced/width=450/15959829.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UnIrgg~p%hxVs?V=R-xutlxuoIV@xuoyocjs", "type": "image"}, {"id": 15959828, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be490708-25bc-46dd-b510-10b91d2b28c8/width=450/15959828.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UtL}dSXV-;aJ~Wt2IUogs+ocofkBW=RkjvWW", "type": "image"}, {"id": 15959830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/613bd5b1-a55d-4ab2-a546-ba62b905d743/width=450/15959830.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UTN1crNg?b?F~ot4InR.$x%LxuIUx^IVMyx[", "type": "image"}, {"id": 15959834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edad14d4-ced4-4b05-8ecf-cf42f883258a/width=450/15959834.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UlL5OX%g.7a0~pskIUo#%Lais.WURjWEs:a_", "type": "image"}, {"id": 15959842, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4407221d-dab5-4b1a-b26e-42897887e4a3/width=450/15959842.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UeLEpkxZ%Lt5~VaeIUf+-mR.%Nt8o#t7M|V@", "type": "image"}, {"id": 15959836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f73abaf-0f16-49be-a67f-cf4cd4da73e7/width=450/15959836.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UiNKboxu?vs;~qoKD%j[%1RkxaoyR$WXahjF", "type": "image"}, {"id": 15959841, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d025e527-c267-463a-afe1-d015a3826ef7/width=450/15959841.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UfLE$_xa%go$~pt7ITjqxANGxvt6NOWVRQR+", "type": "image"}, {"id": 15959840, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04f5d59d-36ec-4cc3-86ba-4e255623448c/width=450/15959840.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "URMR7N03.6?Z~UIU4:Iqx]%M%MocyDxu%2-:", "type": "image"}, {"id": 15959861, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a62e4ca1-a788-4266-8a46-4b5c094a6cec/width=450/15959861.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UmLhJcRjx]XT~qogRjWTr:WYWExs%MRjbJt8", "type": "image"}, {"id": 15959858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03a4a39c-7d19-4777-b1ef-41041ece2154/width=450/15959858.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UTM@[?t7~qtS_NWEWTj??FM}D$t6?aR-tSof", "type": "image"}, {"id": 15959863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1234b56b-f40d-4d5a-97db-e348b5c9841c/width=450/15959863.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UbKBLJZ}0Kbx~AkYnMnzD$fhrpV[M{WCbwt7", "type": "image"}, {"id": 15959862, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fe57a09-7c90-47c6-b495-58e47dcc7bdc/width=450/15959862.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UMJbK@}:01K4~XaJvyfnDNElVWnhDjkpx^xC", "type": "image"}, {"id": 15959864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ed7ecbd-9d6b-4739-93bc-514f07cd5315/width=450/15959864.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UiJbEws6IAIr~UWFM_tQROWZt8s+NbawaejF", "type": "image"}, {"id": 15959885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab2a3298-e7fc-4d7b-9e31-4cb6a868dba0/width=450/15959885.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UWJ*xkH=DNo~~9R;RlxrMwtQs9WFNbr=WEX8", "type": "image"}, {"id": 15959884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0f9d43f-43ee-45ff-ab26-8b3d55e0b9d7/width=450/15959884.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UVJ8es4=4T-n~WM}S5xpMvxYs;M|yCovRPjI", "type": "image"}, {"id": 15959887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4de7a2b-d0e0-45d8-9a76-054ae84402b1/width=450/15959887.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UxLz~=XBk9%J~qV?a{afacocRja$j]s;WCR*", "type": "image"}, {"id": 15959886, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80fed165-da1c-431d-88ba-9afde91354d4/width=450/15959886.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UoMk9cIcx]xu~qxaWAt5$JX3$%WD%gt7WXWE", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/575093", "modelId": 517541} \ No newline at end of file diff --git a/datasets/metadata/575465.json b/datasets/metadata/575465.json new file mode 100644 index 0000000000000000000000000000000000000000..564f6d3dd2cc65f232647cec463f12b426fbc616 --- /dev/null +++ b/datasets/metadata/575465.json @@ -0,0 +1 @@ +{"id": 575465, "index": 0, "name": "Holly Winters (El Rincon De Amber)", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-17T20:23:20.312Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 490910, "sizeKB": 18237.0810546875, "name": "575465_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T22:55:40.696Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "50A1C8C6", "AutoV2": "09E6F6D9BB", "SHA256": "09E6F6D9BB669906211D28C6484E421A37BE1B5FFD5D96E861D5EBCA7E52B13D", "CRC32": "A445394D", "BLAKE3": "FAC71BD038AAE1855F4A71A5807241AA1FFBC744120883ABFC907CC488A916B1"}, "downloadUrl": "https://civitai.com/api/download/models/575465?type=Training%20Data"}, {"id": 495264, "sizeKB": 223103.24609375, "name": "Holly_Winters_El_Rincon_De_Amber-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-17T20:15:42.900Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C8D0E314", "AutoV2": "2653F8A40A", "SHA256": "2653F8A40A306BAAFE0A2BB23E554F89F37036C3D75DAE55BBF548AED822CBF8", "CRC32": "16D6BDA1", "BLAKE3": "75143A76D8D9E9DD80AE7B768E51A23ADD74829BF48B0D8E305E0349DE0F7D77", "AutoV3": "47A7559ABED8"}, "downloadUrl": "https://civitai.com/api/download/models/575465", "primary": true}], "images": [{"id": 16162007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21450455-dadc-41e2-9141-b0723d0459fa/width=450/16162007.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UZN0V@t7?KkCWFRjt6xus=oMk9WB%4WBR%s;", "type": "image"}, {"id": 16161926, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2eb8b1b9-dc7b-4211-a5e6-0b4d9214024c/width=450/16161926.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZKTA=s;-Hs;M~a$xsk8s=j?Riazxck9R*WE", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/575465", "modelId": 517882} \ No newline at end of file diff --git a/datasets/metadata/575519.json b/datasets/metadata/575519.json new file mode 100644 index 0000000000000000000000000000000000000000..47ae7f3f806ae855147569808308f4ce9c17a333 --- /dev/null +++ b/datasets/metadata/575519.json @@ -0,0 +1 @@ +{"id": 575519, "index": 0, "name": "Sakura Amamiya - Pony.", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-17T01:32:00.166Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Sakura_Amamiya,black_hair,Blue_eyes,blue_kimono,hair_ribbon,pink_hakama,japanese_clothes,"], "stats": {"downloadCount": 59, "ratingCount": 0, "rating": 0, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 490917, "sizeKB": 3160.5703125, "name": "575519_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-15T23:01:18.294Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6FFE9CC4", "AutoV2": "7E17ABDADE", "SHA256": "7E17ABDADE9F37653EEC8F58C06927C825F52EF4A70E274C8DB3430A196CFE65", "CRC32": "43AB5C83", "BLAKE3": "0E15E53577725482EA63969C9131DADD7E43460006ABDB74FEF0259442C4A983"}, "downloadUrl": "https://civitai.com/api/download/models/575519?type=Training%20Data"}, {"id": 493439, "sizeKB": 223101.19140625, "name": "Sakura_amamiya.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-17T01:21:26.735Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "380F522B", "AutoV2": "7F5C134581", "SHA256": "7F5C1345812D24FAB0DED1ABCBCF7CCF179F623FE84F9A998BFDB80C7DBFDCB9", "CRC32": "72707C2C", "BLAKE3": "0E27677754A28448974CB5D20EAC615782A705F61CA572B6B1612D95152DAE8F", "AutoV3": "A83B4699D780"}, "downloadUrl": "https://civitai.com/api/download/models/575519", "primary": true}], "images": [{"id": 17017872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f9efc7d-e0b1-4990-8125-2ae9bbdb0471/width=450/17017872.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1754, "hash": "UFH2QV^lxu^kU]u5x^kE9w9a-;NH?woMwswb", "type": "image"}, {"id": 17017887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9b09a0f-3ecb-4cd3-a142-794bf4d7a568/width=450/17017887.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1754, "hash": "UFHBiD%i-.=xO@%gMxoHHsE+pdsW*0M}-pNa", "type": "image"}, {"id": 17017902, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9d0a5b7-8388-4960-be70-a462b5f06eef/width=450/17017902.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1754, "hash": "UAGuOPXox?=|GaxHHrROD4E2pv#l.TIU^+JA", "type": "image"}, {"id": 17017889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e059501-f16d-4572-b166-84816300f10b/width=450/17017889.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1754, "hash": "UAG*:0#?th~WB.%gHqR4zoKPX,m+TL9Z?boJ", "type": "image"}, {"id": 16296829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/390df544-ba1f-4344-b424-17e8a418ff12/width=450/16296829.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1754, "hash": "UNHx{S%MSwt,%fY6tRwc}uWEyEoLpdRjv|xa", "type": "image"}, {"id": 16296808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4db4f396-9895-4acc-9ac3-7d88ab34a0ca/width=450/16296808.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1754, "hash": "UNJk$Qw]~qx^=wTKsWZ$UvjFpJbbYPSNv}n$", "type": "image"}, {"id": 16296820, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c581216d-2798-40a3-bd23-b7a5d20ed2d6/width=450/16296820.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1754, "hash": "UPHe%#%fIn$%V=pctSbwxbWB^+WB*0t6wHV[", "type": "image"}, {"id": 16296828, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ceb7fbd-b230-4cb0-a541-55b8afd9cd26/width=450/16296828.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1754, "hash": "UQI}-S$$NrkWtMcEjERP=yo0%goz?^of-6sD", "type": "image"}, {"id": 17017880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/989d3f5b-e99a-4852-8021-bd7a03a693ac/width=450/17017880.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "UMK1B;^+JW%2S~%#-oRPIpRP%1E1~Vi^IAM{", "type": "image"}, {"id": 17017888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c766c30-2643-4665-a261-757fb626563c/width=450/17017888.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "USIXaKbdK5xaKPo~%2s:9wW?-;o2~paeM{ni", "type": "image"}, {"id": 16070806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c73ae723-f5b4-488c-9c6a-d9588001e641/width=450/16070806.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U6IEO@Q,D31F0y00mYwb0000?vKIBo4T}[t8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/575519", "modelId": 517931} \ No newline at end of file diff --git a/datasets/metadata/575849.json b/datasets/metadata/575849.json new file mode 100644 index 0000000000000000000000000000000000000000..24dfdd3b460742528684a25f2b201a975eb3a735 --- /dev/null +++ b/datasets/metadata/575849.json @@ -0,0 +1 @@ +{"id": 575849, "index": 0, "name": "Kin\u2019emon | One Piece", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-16T04:20:55.300Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Kin\u2019emon"], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 491272, "sizeKB": 600.1259765625, "name": "575849_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T03:15:53.124Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "CE3DD4BCD6", "SHA256": "CE3DD4BCD649B93572734A6C21B7D1D5042453C8B83049DA4F5F747DC9CBD4A2", "CRC32": "5B213854", "BLAKE3": "1624133B94F17EC77C0A41428571B58F715A9A6D4D4400250966FA0CC17B7F6D"}, "downloadUrl": "https://civitai.com/api/download/models/575849?type=Training%20Data"}, {"id": 491361, "sizeKB": 223099.45703125, "name": "Kinemon__One_Piece-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T04:25:55.972Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9488DFEA", "AutoV2": "402DA49534", "SHA256": "402DA495345BADC5BCFD3591354F3A437E1117B27FED0AB8B5A343BC25D0D33A", "CRC32": "919A3706", "BLAKE3": "2DF751EF1C6B9076E300DD79C40E963EC28DB5C8BF070D34B648C95825C7A0DE", "AutoV3": "BF8D9175F1CC"}, "downloadUrl": "https://civitai.com/api/download/models/575849", "primary": true}], "images": [{"id": 15963433, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5425a28e-4f25-4311-856c-f0e41a2adfc3/width=450/15963433.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNN9X9Rk03s,.lNH4;s.04afxYj[M_R+EPof", "type": "image"}, {"id": 15963432, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/963d4a12-fa54-4d93-b91c-8474156b09ae/width=450/15963432.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZLWRvxa-=t7?^flx[oJN2oJ=sRk_1j[Nday", "type": "image"}, {"id": 15963435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4b239aa-1e72-4783-bc90-35e49070c7f9/width=450/15963435.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UHI4CD}q2_0%8w-UQTr=CRw].7s:IAS#M{Nb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/575849", "modelId": 518242} \ No newline at end of file diff --git a/datasets/metadata/575982.json b/datasets/metadata/575982.json new file mode 100644 index 0000000000000000000000000000000000000000..c116857fcc99685a4cb72f74388e713f97a51464 --- /dev/null +++ b/datasets/metadata/575982.json @@ -0,0 +1 @@ +{"id": 575982, "index": 0, "name": "v3.0 (Pony)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-16T06:25:33.192Z", "availability": "Public", "nsfwLevel": 1, "description": "Training run 41, epoch 000004
Dataset 16
Images
Same as in v2.0
Tagging
Same as in v2.0
Training
Script: https://github.com/bmaltais/kohya_ss commit 5ed5623
Dataset replicates/epoch: 10
Epochs: 4
Batch size: 2
Checkpoint: ponyDiffusionV6XL_v6StartWithThisOne.safetensors
Network configuration: LyCORIS/LoCon (dim=16, alpha=8, conv_dim=8, conv_alpha=1)
LR: Governed by Prodigy optimizer. Schedule was \"cosine\" annealed over 20 epochs, with 5% warmup.
Optimizer: Prodigy
Noise offset: Multires
CLIP skip: 2
This model can be a bit random at times, so make sure to mention his name whenever possible. Works okayish with other models but overwrites the style.
", "trainedWords": [], "stats": {"downloadCount": 35, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 491668, "sizeKB": 1590.75390625, "name": "576242_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T07:50:41.455Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "DBFF0A59B9", "SHA256": "DBFF0A59B9AB6E3C0AFA3338DC6CFD3687C3806AF26E8A68E9B02695718EEB75", "CRC32": "804C12CE", "BLAKE3": "22D1ECA720B8FF5868531936C35B14AC8DA595FD6FC811FC2FBED4665244D446"}, "downloadUrl": "https://civitai.com/api/download/models/576242?type=Training%20Data"}, {"id": 491724, "sizeKB": 223101.31640625, "name": "linus_van_pelt-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T08:25:41.356Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E6C70E02", "AutoV2": "77371F35AD", "SHA256": "77371F35AD12A6808C79E8B1222E4027BA628374475D74C3A466258D2FBA5BA0", "CRC32": "3A06DB73", "BLAKE3": "695F4A7FFC8D8B23006EC0EFBC6637418F5CC2EC41ECF760118B62FE652BD19C", "AutoV3": "857CFFA7A3DA"}, "downloadUrl": "https://civitai.com/api/download/models/576242", "primary": true}], "images": [{"id": 15984195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4a5ddd7-a09d-4da5-8303-d3c6103ea1a7/width=450/15984195.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9J*bht756-:~WoL9Zay9tf6=|fkACof={NG", "type": "image"}, {"id": 15984196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aef1d030-644f-4eaf-b618-23a04b298e12/width=450/15984196.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOJHmSkVKbXR~qW;NHWVACaysBaf9[oLt6s:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/576242", "modelId": 518596} \ No newline at end of file diff --git a/datasets/metadata/576251.json b/datasets/metadata/576251.json new file mode 100644 index 0000000000000000000000000000000000000000..622a47583ce7990d6e49c99bb8d8f14998c8c16b --- /dev/null +++ b/datasets/metadata/576251.json @@ -0,0 +1 @@ +{"id": 576251, "index": 0, "name": "Llzard (female)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-17T05:33:21.936Z", "availability": "Public", "nsfwLevel": 28, "description": "V.1
", "trainedWords": ["Lizard", "Divinity: Original Sin 2"], "stats": {"downloadCount": 65, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 493718, "sizeKB": 223105.87890625, "name": "Lizard_female_from_divinity_original_sin.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-17T05:25:51.050Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2D3F668E", "AutoV2": "337C19AB3B", "SHA256": "337C19AB3B5D050A37987593DFF3142EA39F9466F222037E949DEDD6D425BDB5", "CRC32": "86656292", "BLAKE3": "2AC60D8F5AAC8F318648322F154E4E02137D93F29C5BB14DC8412C344CE2630F", "AutoV3": "271D96459C4E"}, "downloadUrl": "https://civitai.com/api/download/models/576251", "primary": true}, {"id": 491693, "sizeKB": 46157.6640625, "name": "576251_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T08:06:36.172Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C3E62A61", "AutoV2": "0FF891EA5C", "SHA256": "0FF891EA5CCBFCD7C16AC3A3FA6D0BFDAA9EBA94727434EB77BD8E99AEBE6B4D", "CRC32": "14DA1042", "BLAKE3": "E571123280F5785E134317018E1C0803D6BC2A8616DC164C495E2C8BBBDCF884"}, "downloadUrl": "https://civitai.com/api/download/models/576251?type=Training%20Data"}], "images": [{"id": 16091993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d02371e3-413c-4d32-b6b2-6a8d215e358e/width=450/16091993.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCBfts~BE2E*_N-;W-xuX:xut6t8?ct8RjRj", "type": "image"}, {"id": 16094580, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbe77202-a73f-4cf0-a0de-21ad5dd31529/width=450/16094580.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UMBM*_wb9uOt%%RjM{o}tSS5R%t6r=xubYRi", "type": "image"}, {"id": 16093727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/128962d4-540d-4a36-8bbf-4ffc00a451e3/width=450/16093727.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U56%=@~BK4J-V@NG9uV@0f9uRkwc,?xZ-oxt", "type": "image"}, {"id": 16093775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3871f0e8-2c28-4308-b286-bbed351fc400/width=450/16093775.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U37-1n%N72K54pt757E2~VxutRt69GRjXmxZ", "type": "image"}, {"id": 16094576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d1d04c1-f3ce-4e57-bf0a-08cbfdf59815/width=450/16094576.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U170;~~C00018{IU0}-o~p%f9vR6000f~p~V", "type": "image"}, {"id": 16091995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7612877-701e-4c78-ac99-bb49ea20aa49/width=450/16091995.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8AAq0ac00s.K-ROVqfj-TWDR%s.00oz%fbH", "type": "image"}, {"id": 16091994, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a066a955-6fb7-437b-b2db-9fbb1f3aae81/width=450/16091994.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UA8YJ3%%HXQ-O]tmrWI9#joMIofh4mjE%MW;", "type": "image"}, {"id": 16093728, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd1d627d-da39-48af-bd49-8f807a59c08f/width=450/16093728.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U98YF[M|zmt5.TbHHqkCDNt5NxayROad%hae", "type": "image"}, {"id": 16094575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/538882de-c2b0-4c2e-b4fc-0977265043da/width=450/16094575.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U49Ggi$%00EM9Gof57Nc~po0r=R-00j[?bjF", "type": "image"}, {"id": 16094578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af290d7b-5d89-40b0-953b-98871ebc045c/width=450/16094578.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UAC~-q_40hF3Enx^IUIp?bbwxBrp00IokVr;", "type": "image"}, {"id": 16094577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/156d618d-b47e-4279-980f-ba336dd2811e/width=450/16094577.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U69s;%~X0gF4L4cZNbRku5g*tm$fz=%3t-I:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/576251", "modelId": 518607} \ No newline at end of file diff --git a/datasets/metadata/576352.json b/datasets/metadata/576352.json new file mode 100644 index 0000000000000000000000000000000000000000..a427919cbbe8e6bd3b6e05c89d6688f9f4758073 --- /dev/null +++ b/datasets/metadata/576352.json @@ -0,0 +1 @@ +{"id": 576352, "index": 0, "name": "Setsuna F Seiei Pony XL v1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-17T01:54:34.712Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": ["soran_ibrahim", "uniform"], "stats": {"downloadCount": 52, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 493485, "sizeKB": 223099.71484375, "name": "Setsuna_F_Seiei_Pony_XL_v1-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-17T01:55:51.597Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "037DDCB1", "AutoV2": "A99A72F6C2", "SHA256": "A99A72F6C2AA368086C1281691BF704FAB638B08E73463848DC7D68859D13D63", "CRC32": "6A2E08B4", "BLAKE3": "2442544FC0EE82E2DFFC331BAC966042EB4BA2EA5335FCF3B70EAE1639A49878", "AutoV3": "8C0EF2455981"}, "downloadUrl": "https://civitai.com/api/download/models/576352", "primary": true}, {"id": 491790, "sizeKB": 28213.4462890625, "name": "576352_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T09:11:42.190Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "63FD6B43", "AutoV2": "65BF37C00D", "SHA256": "65BF37C00DAF21E8C845744608B5AC66D0AF202925E3628C17A4DBFD67533C1B", "CRC32": "6085EB19", "BLAKE3": "8EF315EF3B33400B8BA646361AAA3FD061ED9AF1EEF0BE85FA18691007C2BEB6"}, "downloadUrl": "https://civitai.com/api/download/models/576352?type=Training%20Data"}], "images": [{"id": 16978319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8ccb85a-3243-4abe-9e70-280415d6c063/width=450/16978319.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1754, "hash": "UFDl]0oL%gM}~qt5?vtS0k-:ng%M59-:?Gxv", "type": "image"}, {"id": 16079980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/948a4c8b-3d31-40a1-bbe9-3f43158d535f/width=450/16079980.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDF=,bw]-P-mXV01%%D%-rM{N{9GWI?HWBs.", "type": "image"}, {"id": 16080865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18b67bb9-2a73-4585-bf66-b669ae64c39f/width=450/16080865.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGC%EjtST#t8?wt8gjs;0eIA%NRj0iMx-oRn", "type": "image"}, {"id": 16080866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22f92250-ab78-4ab7-beb6-3bd44b800bae/width=450/16080866.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMDcj^ITyZS*.8t9x]o~EmM{%NoyTLIVxsog", "type": "image"}, {"id": 16081822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/923ef63b-0460-4391-befb-b4f15cb17ac3/width=450/16081822.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMC%jrxU%%%h?wt9tmW;E8ROohWDD+RPt8bI", "type": "image"}, {"id": 16078622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50f5c704-195f-4b28-ae6c-38fa69176430/width=450/16078622.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UEIEb4IB9v.8T#Mc-Obw0OM{-5IVt9o#NGnh", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/576352", "modelId": 518692} \ No newline at end of file diff --git a/datasets/metadata/576886.json b/datasets/metadata/576886.json new file mode 100644 index 0000000000000000000000000000000000000000..d7821145f7cc5afc8a702c094386c201b8405cb4 --- /dev/null +++ b/datasets/metadata/576886.json @@ -0,0 +1 @@ +{"id": 576886, "index": 0, "name": "Ald wooden house (warm anime)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-17T02:58:43.777Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["WoodenHW, background, indoor"], "stats": {"downloadCount": 311, "ratingCount": 0, "rating": 0, "thumbsUpCount": 56, "thumbsDownCount": 0}, "files": [{"id": 492953, "sizeKB": 243562.7939453125, "name": "576886_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T20:12:28.099Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F9F6C45B", "AutoV2": "692CABA532", "SHA256": "692CABA532E180A49E7382D795771603E580D6D9F3601C69EBB428FDCE8B08FB", "CRC32": "6BCBC7DF", "BLAKE3": "4CC1403F91BE410C700686710C09A9233467AFBF466C750F0CF922D7C981FF28"}, "downloadUrl": "https://civitai.com/api/download/models/576886?type=Training%20Data"}, {"id": 493556, "sizeKB": 223099.76171875, "name": "Ald_wooden_house_warm_anime.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-17T02:50:38.316Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "72FC2997", "AutoV2": "5C3A0012AF", "SHA256": "5C3A0012AFADDE720D40DF154311409F028DDBDFE4BF41B23258771523F138FD", "CRC32": "0180C331", "BLAKE3": "91AFA2D9805E58A2FB733F9C7970F7B0DEFFBBCA19796307779D82B8B2E32ECD", "AutoV3": "51B24A7345BA"}, "downloadUrl": "https://civitai.com/api/download/models/576886", "primary": true}], "images": [{"id": 16078525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9da94b3-626f-4fd2-a3ab-ca31bdb57344/width=450/16078525.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8HmZ1-:0iE23C-n~9IV=GIp59s.4:9b9H%L", "type": "image"}, {"id": 16078524, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a010c3b3-8feb-4917-84a5-e8499bf5654c/width=450/16078524.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBI35H}S1~9bBV9v~9M|0,9c?Ef~$$t5$~s.", "type": "image"}, {"id": 16078527, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa3d4af1-464b-4335-bee9-ce93e38a1529/width=450/16078527.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6HTsjR51QIoLL58~9My01={59WC01?G=]%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/576886", "modelId": 519182} \ No newline at end of file diff --git a/datasets/metadata/577006.json b/datasets/metadata/577006.json new file mode 100644 index 0000000000000000000000000000000000000000..94a6d792d2e04afb19c5a1b3170c45d0b3afc081 --- /dev/null +++ b/datasets/metadata/577006.json @@ -0,0 +1 @@ +{"id": 577006, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2024-06-16T19:29:47.055Z", "availability": "Public", "nsfwLevel": 1, "description": "v1-Initial release.
", "trainedWords": [], "stats": {"downloadCount": 109, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 492425, "sizeKB": 2322998.271484375, "name": "epicLandscapes_v10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T15:52:00.010Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "0D560171", "AutoV2": "275335100F", "SHA256": "275335100FB3642EBD0FE403316347702288D6F4012E884B10783B81CDCD589A", "CRC32": "535F4EEA", "BLAKE3": "5C78072105D1C9BE78A83A6482477DAA11AE86E70C75534E189B992F131CF684", "AutoV3": "0D4ECD3D4227"}, "downloadUrl": "https://civitai.com/api/download/models/577006", "primary": true}, {"id": 492849, "sizeKB": 275634.0166015625, "name": "epicLandscapes_v10_trainingData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T19:36:22.653Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4956E0B6", "AutoV2": "5F1DCF7258", "SHA256": "5F1DCF7258FFF207E0CE5EE56E3B36E6DD4C8788C40823D32B7F843900F9248F", "CRC32": "906A82A2", "BLAKE3": "3FE9658AC1B5AB24A3F4F9CF7A7E4F40663C32575BB4B20D367902798AC7170B"}, "downloadUrl": "https://civitai.com/api/download/models/577006?type=Training%20Data"}, {"id": 87183, "sizeKB": 326797.83984375, "name": "ClearVAE_V2.1.safetensors", "type": "VAE", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-24T13:21:18.457Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E842DCC7", "AutoV2": "22A0FAE3A1", "SHA256": "22A0FAE3A1749958E2336C5AF9F97EB3865F55911DFC98DC7EDE5D17417615D3", "CRC32": "3FB10708", "BLAKE3": "EDFF2783BD02FC4C0D57735910279C0CEC071CD2C03A763D7063C1D4D70ACA35"}, "downloadUrl": "https://civitai.com/api/download/models/577006?type=VAE&format=Other"}], "images": [{"id": 16036475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3532c44e-511c-416d-920f-1dc2137428e9/width=450/16036475.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "ULB3.[4;t6WC~WD+t7RknhR+ofayE0t6V@oe", "type": "image"}, {"id": 16036515, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/213d3891-03fe-4e5b-be9c-c981e82184f0/width=450/16036515.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "U69joy%h00D%~V~USjE2_2^*X99a~p-pn#NG", "type": "image"}, {"id": 16036961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5b15e99-07b0-4f88-ad08-1a214b046334/width=450/16036961.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "U69aBKtn?v?bOZ~W?at8?ZxaRPs;t7NGM}jc", "type": "image"}, {"id": 16037405, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5edd3dc0-4969-4da1-8bf0-b0181826ca45/width=450/16037405.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "U8H-iA024;WW24?GjYNH1T~A-noJ*0kCbHs-", "type": "image"}, {"id": 16040491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d60e547-57a1-453b-8ade-5e68b4baca92/width=450/16040491.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "UCCZCS~A-m-T~B^hxYs,-nsjIoX8-Vs+t6R+", "type": "image"}, {"id": 16040510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/897fdc06-c0a4-403a-bfc7-2e2d23c01598/width=450/16040510.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "UIAmrD-:jFoe~q%LoJoftSj]WBogbaWBRkof", "type": "image"}, {"id": 16040512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6d4eda1-d2d2-4991-9cb6-d47413998318/width=450/16040512.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "U8AAzG5Z?Z_2_N?coz%1IU?aofRjo#t7%1M|", "type": "image"}, {"id": 16040518, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c4efcd6-ca27-49f5-97dd-702708bd3bed/width=450/16040518.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "UGBWSg~WWBt7-.t6a|t7_2-:odt7~W?Gocoz", "type": "image"}, {"id": 16040590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a43ae13-38c6-413d-acf0-eb4700b2b312/width=450/16040590.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "UJI4nYJVE3WX.T?FxZof.R?FbIs:?GxtW=j[", "type": "image"}, {"id": 16040646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3adabd2-a3af-4402-85e6-994bfb6ecad1/width=450/16040646.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "UEBzOV~p~U-n~p?a%L%L%LbIRjs:a#xaRkWB", "type": "image"}, {"id": 16040659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d244d94b-9a8e-4cec-82bb-2742844d4cc1/width=450/16040659.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "UPC%1^?GjZj[~W-.kAj]-oxZWCj@xooxWpay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/577006", "modelId": 519284} \ No newline at end of file diff --git a/datasets/metadata/577075.json b/datasets/metadata/577075.json new file mode 100644 index 0000000000000000000000000000000000000000..c977278b9358e2b7b301d5f1c4ca3f1b6617bad8 --- /dev/null +++ b/datasets/metadata/577075.json @@ -0,0 +1 @@ +{"id": 577075, "index": 0, "name": "Redhead Chubby girl", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-16T19:29:49.679Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 53, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 492497, "sizeKB": 905.53515625, "name": "577075_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T16:25:01.638Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "65A023F8D5", "SHA256": "65A023F8D550625DC92CF175AD3D21208210447C65E8EE857A11546A3930F1AB", "CRC32": "5085CA7D", "BLAKE3": "184745A838FCE12BB673709C4C92640C7BBCE2ED827319B6CF4416618143C58C"}, "downloadUrl": "https://civitai.com/api/download/models/577075?type=Training%20Data"}, {"id": 492837, "sizeKB": 36978.8984375, "name": "Redhead_Chubby_girl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T19:31:24.831Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "25EA9C3C", "AutoV2": "1F154E3D0E", "SHA256": "1F154E3D0E2575A1E2DE27B1E740344AA4CAF4F1324AEAB9DAC2BFF3B10F7050", "CRC32": "B09F747E", "BLAKE3": "3BC09DFEB62E5C36A6C2D4A9AB4302F058FD282B450E5ADEA65381E8515537F2", "AutoV3": "198F94C13F8C"}, "downloadUrl": "https://civitai.com/api/download/models/577075", "primary": true}], "images": [{"id": 16040661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db770ce9-c43b-42a1-8f7c-7ffdd38cf6af/width=450/16040661.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1808, "hash": "UFF;+p~BEKNG-o%1x[oyD*s-XSt7?Ht7M{oJ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/577075", "modelId": 519340} \ No newline at end of file diff --git a/datasets/metadata/577327.json b/datasets/metadata/577327.json new file mode 100644 index 0000000000000000000000000000000000000000..66c9ac46bc0c0b143cabeced6221f9b5759c121d --- /dev/null +++ b/datasets/metadata/577327.json @@ -0,0 +1 @@ +{"id": 577327, "index": 0, "name": "Alexa Payyne", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-21T17:32:27.852Z", "availability": "Public", "nsfwLevel": 2, "description": "v1.2
", "trainedWords": [], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 503738, "sizeKB": 36977.4296875, "name": "Alexa_Payyne-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T17:31:21.643Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "53A1D58B", "AutoV2": "501E6D84A6", "SHA256": "501E6D84A6F3DD549679088E2F1454795BB7C74EAE3839DCFFFEA841DB2DEBD7", "CRC32": "B0FB65C0", "BLAKE3": "F288B612EC31CC0077013934EBF3798889FF707801C76EA1AA51E6349D9861D8", "AutoV3": "2741E90976A7"}, "downloadUrl": "https://civitai.com/api/download/models/577327", "primary": true}, {"id": 492772, "sizeKB": 83.05859375, "name": "577327_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-16T18:46:12.486Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "AA36D069CF", "SHA256": "AA36D069CF1244A3D2E5E7298106FD952B650B8DC3B5501FEFE37283A013F942", "CRC32": "C6371698", "BLAKE3": "9F151AFE4C3676BC2C9EB35452DC481DE414F9B9205CDCF1B8719BBD9F99A3B9"}, "downloadUrl": "https://civitai.com/api/download/models/577327?type=Training%20Data"}], "images": [{"id": 16635030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79627bd0-066c-41d2-b799-e283060252b5/width=450/16635030.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UEHAkTI;Ab=x}@RPoynh^jnikXNGx[aK?GIo", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/577327", "modelId": 519573} \ No newline at end of file diff --git a/datasets/metadata/577955.json b/datasets/metadata/577955.json new file mode 100644 index 0000000000000000000000000000000000000000..7125b95cad72cc76f8c6bc87c2890982ca53adda --- /dev/null +++ b/datasets/metadata/577955.json @@ -0,0 +1 @@ +{"id": 577955, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-17T01:19:08.714Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["firecracker_royale,"], "stats": {"downloadCount": 42, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 515262, "sizeKB": 43617.462890625, "name": "dataset-20240626T183100Z-001.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T18:36:10.632Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D1404E30", "AutoV2": "2E8AD0D9F6", "SHA256": "2E8AD0D9F664C2B13170229A6AB227A11B8BF2BDACFE7BF2ABB3449ECF978249", "CRC32": "9E15BB28", "BLAKE3": "8007D332B1B21DC93A844739BE59215E138D31058883031E8F52B34775857F1F"}, "downloadUrl": "https://civitai.com/api/download/models/577955?type=Training%20Data"}, {"id": 493437, "sizeKB": 223102.80078125, "name": "Firecracker_POny.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-17T01:21:21.635Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "24BDC0E9", "AutoV2": "57EF50079B", "SHA256": "57EF50079BCF250BE5A88C6060A4FAD82027E6850E25E6AA7D79F85CEAB08002", "CRC32": "872EF674", "BLAKE3": "F24B753CB434133081AE63FC336228CAD8533B80440F15207E508F070A3999D6", "AutoV3": "1376D86ADFD7"}, "downloadUrl": "https://civitai.com/api/download/models/577955", "primary": true}], "images": [{"id": 16069602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/880771f3-8dc1-4a7b-b7ec-8a7744ecc3ca/width=450/16069602.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UJID9B^+~3=X^mxrtjo}KlRinzI:toER]z,n", "type": "image"}, {"id": 16069604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15e58c25-b711-49ed-a968-c53f5d81effb/width=450/16069604.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "URJ7Una1_Lx]^6-oK4R-yEIVk=j=ksR%v|I[", "type": "image"}, {"id": 16069603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab205d0e-315d-48b7-8547-f4609a93987f/width=450/16069603.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UNHwygK1u0x[}xR;F#M_YQxbTao~yY9Is%$w", "type": "image"}, {"id": 16069600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f39a6f66-2369-4b0e-8974-72c7af075b5e/width=450/16069600.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UbIW{9.6.4-O~D%do}S4p0xtaOR..8NfxVr?", "type": "image"}, {"id": 16069601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ea5c0a9-4dec-4daa-99b8-ca5464b0ca71/width=450/16069601.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UZIXH*Ns^~r^^-tkksi_Xo%LSiR.%gbb$_bF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/577955", "modelId": 483315} \ No newline at end of file diff --git a/datasets/metadata/578289.json b/datasets/metadata/578289.json new file mode 100644 index 0000000000000000000000000000000000000000..dd32e68c90e3b43d83e555d013782f4f80ff4c69 --- /dev/null +++ b/datasets/metadata/578289.json @@ -0,0 +1 @@ +{"id": 578289, "index": 0, "name": "Mayhem Worm", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-17T07:42:47.912Z", "availability": "Public", "nsfwLevel": 1, "description": "Worm
", "trainedWords": [], "stats": {"downloadCount": 24, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 493802, "sizeKB": 8003.1181640625, "name": "578289_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-17T06:21:35.348Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BD16184D", "AutoV2": "CC3C81F614", "SHA256": "CC3C81F614D3FFC7E098D3DE53438EE21FEC7E7AA6B85B3934CAD254BE471B4F", "CRC32": "2C667867", "BLAKE3": "8404DA91D80B2D055BD0591C6D5AEC437DF633741417C5043258089EFD19A3C9"}, "downloadUrl": "https://civitai.com/api/download/models/578289?type=Training%20Data"}, {"id": 493911, "sizeKB": 223103.16796875, "name": "Mayhem_Worm.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-17T07:40:34.347Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1D4B6B0C", "AutoV2": "9D7B4F87E1", "SHA256": "9D7B4F87E1D797DA839300778BBCF9229735DBB4778384C8CEAD22DC2DD47F1C", "CRC32": "7383B161", "BLAKE3": "86821D5F5E12F813AA1E8A8ABDBE51D291990861868A42E12A2D3DA2E69DBAB6", "AutoV3": "D1ECC437206B"}, "downloadUrl": "https://civitai.com/api/download/models/578289", "primary": true}], "images": [{"id": 16100721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bf2133e-c380-46c2-8b0b-7cb17d5e0b99/width=450/16100721.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDJP[D0eRS}@Bh57RQNb01-Bt39u01-p%LxE", "type": "image"}, {"id": 16100729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa5452a2-1519-4e6b-91b8-0714724e76e3/width=450/16100729.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGGH9~0_sqxu}[0x-VxH055Q-VwJ$$xtWBxY", "type": "image"}, {"id": 16100727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ce8279a-2d38-4ec2-a7f9-5af46d697042/width=450/16100727.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYK,Qqo{n$X8{_tQs.X8MKbHbFt6IWRQbcxF", "type": "image"}, {"id": 16100774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6cd2f48-128d-4782-a86e-2116ce85de19/width=450/16100774.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "UGF}1q0_sqxu}[0x-CxH4r5Q-CwJ$%xtWBxY", "type": "image"}, {"id": 16100842, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8df83e5-8b57-46ed-964e-2b1b5bb6e0b2/width=450/16100842.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "UGF}1q0_sqxu}[0x-CxH4r5Q-CwJ$%xtWBxY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/578289", "modelId": 520467} \ No newline at end of file diff --git a/datasets/metadata/578386.json b/datasets/metadata/578386.json new file mode 100644 index 0000000000000000000000000000000000000000..d8670d043e393640e529e12fa07a96c082189f88 --- /dev/null +++ b/datasets/metadata/578386.json @@ -0,0 +1 @@ +{"id": 578386, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-17T09:28:24.753Z", "availability": "Public", "nsfwLevel": 9, "description": "v1.0 - First version
10 images from Rishi's Sabie's arts (including one screenshot) were added
= 7 sprites
= 2 full body sprites
= 1 screenshot from this video
V1 (First test)
", "trainedWords": ["kimeya", "yellow eyes, short hair, lion ears, tail, dark skin", "facial mark, tribal tattoo", "bone necklace, bone belt, hair ornament, feather crown, bracelet"], "stats": {"downloadCount": 199, "ratingCount": 0, "rating": 0, "thumbsUpCount": 47, "thumbsDownCount": 0}, "files": [{"id": 495195, "sizeKB": 55784.248046875, "name": "579725_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-17T19:30:44.420Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EE267C8E", "AutoV2": "F9CC14E8E8", "SHA256": "F9CC14E8E8F9B0D21D45087F0515A406CA119FBA10C86497CE7341DA0CBE2C32", "CRC32": "6EE745F3", "BLAKE3": "1E59057AC8BACFC8149248AC66B75BB066585FE17C3758B149EDF892EC21BEED"}, "downloadUrl": "https://civitai.com/api/download/models/579725?type=Training%20Data"}, {"id": 495607, "sizeKB": 223103.34765625, "name": "Kimeya_Final_Fantasy_XIV_OC_LoRA-000019.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-17T23:51:23.784Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1D99C9B0", "AutoV2": "302DC7D9EC", "SHA256": "302DC7D9EC6BB06DEFF08B7016CBA54B95A7C44438762382FE22C118CCD179C9", "CRC32": "D3D57C68", "BLAKE3": "8FCD85DBCA3DDED7DC998AC4F3AEB40BD4FFAEBFF85892647EEE9398033DA862", "AutoV3": "F0B221768ED7"}, "downloadUrl": "https://civitai.com/api/download/models/579725", "primary": true}], "images": [{"id": 16401644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d715cbe3-8da2-4cec-bd47-15971c98092a/width=450/16401644.jpeg", "nsfwLevel": 4, "width": 1080, "height": 1536, "hash": "U8B{#_%e0#IV*IX8xsr=pcs:e.Ioo#ofaes+", "type": "image"}, {"id": 16411978, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebb76eda-0d41-4f81-8cfc-cff7564f0e0f/width=450/16411978.jpeg", "nsfwLevel": 4, "width": 720, "height": 1024, "hash": "UCD9|x.m7|IA%zRQrWVsuixa.7W;.Rxuo|xt", "type": "image"}, {"id": 16405989, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/638afb26-8845-4f36-9d91-862f01da3af8/width=450/16405989.jpeg", "nsfwLevel": 8, "width": 1080, "height": 1536, "hash": "UiO{KT%2~nV]Shxtt6V[x@WBaet6jFR*kCoe", "type": "image"}, {"id": 16401638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d1321f3-3cbd-4be3-b29e-f0d52dfa8c70/width=450/16401638.jpeg", "nsfwLevel": 8, "width": 1024, "height": 720, "hash": "UNIgcO-UF3s:~Vj?NHWWTJRkjGs:^*oLR*ba", "type": "image"}, {"id": 16401642, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/362db271-5cd8-4630-a0d5-c6f6744a2b8b/width=450/16401642.jpeg", "nsfwLevel": 16, "width": 720, "height": 1024, "hash": "UJINsz~p%zxb?]-:%Mw].So#xaj??HogWCxt", "type": "image"}, {"id": 16401639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a128fb0-5e94-43f5-b020-7c0ed96d0083/width=450/16401639.jpeg", "nsfwLevel": 16, "width": 720, "height": 1024, "hash": "UJGb0H^+?^tR%~JUpIsocFxZ$%ae?bt7xuWV", "type": "image"}, {"id": 16412034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a308bad-0db9-408e-b329-d227f6e1cc20/width=450/16412034.jpeg", "nsfwLevel": 16, "width": 1024, "height": 720, "hash": "UFExY64.?^RP_3Io%LNb?vMw%MM{%MofM|%M", "type": "image"}, {"id": 16404431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc05cfc9-75ab-4ee8-bdef-f3b2f19a2995/width=450/16404431.jpeg", "nsfwLevel": 4, "width": 1000, "height": 1432, "hash": "UoKK.$j[~qof-;a|t7t7D%RjRjof%MWBt7WB", "type": "image"}, {"id": 16402829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b4c5d0c-c535-41cc-bc02-4f17ed021d51/width=450/16402829.jpeg", "nsfwLevel": 4, "width": 1040, "height": 1480, "hash": "UJGkg.M{EL%M~qs.E1%2yDI;M{oJt7WBIUR+", "type": "image"}, {"id": 16412513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b54b8185-e2ad-4e01-8fb8-317e1896a520/width=450/16412513.jpeg", "nsfwLevel": 4, "width": 720, "height": 1024, "hash": "U8FE=atjp_=_62Ef%0$%PVxt={oy~A?GtRxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/579725", "modelId": 521787} \ No newline at end of file diff --git a/datasets/metadata/579777.json b/datasets/metadata/579777.json new file mode 100644 index 0000000000000000000000000000000000000000..5dc0b2ea45053b313ceb775b3cdc0813ef888594 --- /dev/null +++ b/datasets/metadata/579777.json @@ -0,0 +1 @@ +{"id": 579777, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-17T19:53:23.853Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["Mithrix"], "stats": {"downloadCount": 30, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 515264, "sizeKB": 25421.3359375, "name": "579415_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T18:40:42.166Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2941CCBB", "AutoV2": "6C19EFBCBB", "SHA256": "6C19EFBCBBA20BD11168E0477915B0304726A253EED3018C72CAE7400155AF94", "CRC32": "4357DC59", "BLAKE3": "1C99FA44FE26270BE853C9BA28880545F1737BA67BFFA7B12C4A0C76F4AD5F8F"}, "downloadUrl": "https://civitai.com/api/download/models/579777?type=Training%20Data"}, {"id": 495233, "sizeKB": 56076.83203125, "name": "Mithrix-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-17T19:55:41.360Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FA4FF145", "AutoV2": "DCBF05969C", "SHA256": "DCBF05969C2761F0CB5DD4E55D506C5BF3CEE36D9846544F6A6C61A8B6934EC6", "CRC32": "1CF0F550", "BLAKE3": "BFD0C34F9C95107CD0F423C39D2CFC0F14061553166BDF03DAE42CAF3EF953CC", "AutoV3": "3E012AA4D234"}, "downloadUrl": "https://civitai.com/api/download/models/579777", "primary": true}], "images": [{"id": 16159489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/355b9338-39f3-4da9-ac6e-d08185c948a7/width=450/16159489.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U9GS7QD%00_NO@of%MWBn3ozx^IU~BozI;V@", "type": "image"}, {"id": 16159492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00850442-0650-4da4-b7f1-beae993b662c/width=450/16159492.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UVJt-n%M~VRO-;bHRjjFIUt6R-WX-oayR-W=", "type": "image"}, {"id": 16159488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5884715-852b-4071-a260-1e5d3b3c7cc6/width=450/16159488.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULIOOlkC-:-:u6bHoekC0LoeE1NG?FoLoJoL", "type": "image"}, {"id": 16159487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7376c93-b896-4e02-b95c-2db28b05249e/width=450/16159487.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "U8H2Zjof-;_3_NofI9ae9aoz8^IUt7fQ%fof", "type": "image"}, {"id": 16159486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67b48cfb-07ce-4726-9eca-277506f3fde2/width=450/16159486.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULH_*@M{0K-:cFt7-pRkxZWBWBjZ~VoKM|R*", "type": "image"}, {"id": 16159493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed73724e-6cb6-49bb-a7e9-3ea2c7affc5a/width=450/16159493.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UFJ[6W%L~qtRDis:RjM|-;ofD%RjW;ayt7s:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/579777", "modelId": 521835} \ No newline at end of file diff --git a/datasets/metadata/579788.json b/datasets/metadata/579788.json new file mode 100644 index 0000000000000000000000000000000000000000..77dd1d16f8b0c961ede908e9efb0334f706df1f2 --- /dev/null +++ b/datasets/metadata/579788.json @@ -0,0 +1 @@ +{"id": 579788, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-17T20:00:47.615Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["dash_parr"], "stats": {"downloadCount": 176, "ratingCount": 0, "rating": 0, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 515267, "sizeKB": 6976.119140625, "name": "579562_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T18:41:13.122Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "08B4F716", "AutoV2": "EE717C3D1D", "SHA256": "EE717C3D1D58AE6E1B18F1738614D08FDBA3BF421540D2F71E4085E4B7CB4B97", "CRC32": "79A5DB69", "BLAKE3": "4BE193BB9A754B1F1D2C4B015605DBD6B07543BB62073BA28BE7A3E4B2D552D3"}, "downloadUrl": "https://civitai.com/api/download/models/579788?type=Training%20Data"}, {"id": 495245, "sizeKB": 56075.58203125, "name": "Dash_Parr-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-17T20:01:15.375Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B5A11037", "AutoV2": "3D65814662", "SHA256": "3D65814662E7694E0C4F8124FE54657DF32F10EC46039262A4ED9C677495A396", "CRC32": "DC15AD93", "BLAKE3": "723E5C7B59FA56C039ECD9700905A3DA1F858DB4C50DF9A36B67BAF5ECC8BAE6", "AutoV3": "E31A2DE44A9E"}, "downloadUrl": "https://civitai.com/api/download/models/579788", "primary": true}], "images": [{"id": 16160076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a147e296-87dc-4080-ae8b-2414feff7e3d/width=450/16160076.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULJH8gNz56b_KP={4:EMxtbvR5Mx_NxaVso2", "type": "image"}, {"id": 16160077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e42732c-b378-4631-8f86-4c412643598b/width=450/16160077.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UMLzX9yEuOve},NH9zxt5pwc$LS1%MaeWXWB", "type": "image"}, {"id": 16160094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03951ae7-ee58-43d9-a258-cbd5e84541f3/width=450/16160094.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UCKm-3sDUH?^9FslAaT0Egt7MKD*%zbHrYV@", "type": "image"}, {"id": 16160075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81117ad6-adf3-4e91-a0f1-dcfbf7e065e1/width=450/16160075.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UEIq7O~U0~=w8wIUE3WX3DnPv#Ip0N-o?Hs+", "type": "image"}, {"id": 16160095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51d464a2-d6a3-4f80-a1d4-7248d1ee7168/width=450/16160095.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UNI#AQD*5Ru4*Jv~IoO@pcX8r@NG?utQV@r?", "type": "image"}, {"id": 16160078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e19385a4-e258-442a-bfd5-6be87c18f2a8/width=450/16160078.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UPIzn?~pGH-V^*xuWYx]9ZRiMxIoE2RiVsIU", "type": "image"}, {"id": 16160080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c75fd558-5ebb-4175-b468-b4837df22de0/width=450/16160080.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UGJtI_~U01rD-69at7R5^$?HRQD%t+$yV@x]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/579788", "modelId": 521848} \ No newline at end of file diff --git a/datasets/metadata/579852.json b/datasets/metadata/579852.json new file mode 100644 index 0000000000000000000000000000000000000000..80dd4cae5d89f5ae10e9225fcaca9e1d7eb17a93 --- /dev/null +++ b/datasets/metadata/579852.json @@ -0,0 +1 @@ +{"id": 579852, "index": 1, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-18T00:22:43.292Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 495653, "sizeKB": 36980.75, "name": "NonBinary_Asian_Person.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-18T00:25:47.220Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B510E9EE", "AutoV2": "15DB36316B", "SHA256": "15DB36316BA3753DCC75213EB15739ABC382C148E04B2B81ED43D5C83E1A92F3", "CRC32": "098909CF", "BLAKE3": "21E86E3A6143849A45AA3CF6D48C3952C997CD9EDE2A7013EA05E7C2AE8A2915", "AutoV3": "E182151149F1"}, "downloadUrl": "https://civitai.com/api/download/models/579852", "primary": true}, {"id": 495380, "sizeKB": 93978.82421875, "name": "579852_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-17T21:26:34.871Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B4C0911B", "AutoV2": "F51BEABD2A", "SHA256": "F51BEABD2AE683D799571616441CAEB89B7763CE51E994865C3E496F2F03D39D", "CRC32": "CCA68A92", "BLAKE3": "DCCA07BDF464063EC309496E0C5AAAAE609E85F17185F638F158BF80FB0AD3DF"}, "downloadUrl": "https://civitai.com/api/download/models/579852?type=Training%20Data"}], "images": [{"id": 16179853, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3428bb5-d05f-48ce-a122-70c941d61176/width=450/16179853.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UJOCKkIU.Q%1.kt7_3f5xwbHRjof^+ax9FWC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/579852", "modelId": 521904} \ No newline at end of file diff --git a/datasets/metadata/579953.json b/datasets/metadata/579953.json new file mode 100644 index 0000000000000000000000000000000000000000..7da176eea2acc7698a986bc2dbddc6d3ce75ae19 --- /dev/null +++ b/datasets/metadata/579953.json @@ -0,0 +1 @@ +{"id": 579953, "index": 0, "name": "V2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-17T23:42:03.904Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": ["Asian", "Non-binary"], "stats": {"downloadCount": 31, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 495542, "sizeKB": 36980.7421875, "name": "NonBinary_Asian_Person-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-17T23:10:57.844Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "12364B41", "AutoV2": "0ACE3FDB9B", "SHA256": "0ACE3FDB9B18D56A66245BEEBE04D8B12A86B34CE59E98597694E46860FA6D2D", "CRC32": "F6403AC3", "BLAKE3": "CC83AA38B4D08C9E02561F3CA6F8B42B6A8239E483736500ED6BAD559BC7C978", "AutoV3": "82267B8AC634"}, "downloadUrl": "https://civitai.com/api/download/models/579953", "primary": true}, {"id": 495413, "sizeKB": 93978.82421875, "name": "579953_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-17T21:45:58.699Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D45EA3F3", "AutoV2": "6F665C7403", "SHA256": "6F665C7403528FFFCA753522077FCBD3F55D26C563E25AF7D1E54F0BE558F68C", "CRC32": "C420B08A", "BLAKE3": "C3C0BEF16D8FC4CC65F45DAB9594022CD3AC61801AE456258F53C1A4BA6A8E06"}, "downloadUrl": "https://civitai.com/api/download/models/579953?type=Training%20Data"}], "images": [{"id": 16294424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1619bd1-3077-46fd-89b1-8d45e268ca42/width=450/16294424.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UNL:ioxt%$xu?^j[_Nflx^j[tQj].7a|aLj[", "type": "image"}, {"id": 16175076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4711a2f-9fd0-4830-9a69-601040822b25/width=450/16175076.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UPN+Y0-:~qtQ5joe%fWB%NaeV?WBt6WBw}WB", "type": "image"}, {"id": 16175638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5962c92b-2cca-4e65-be03-4fd2e85ea007/width=450/16175638.jpeg", "nsfwLevel": 1, "width": 894, "height": 901, "hash": "ULLp5Eo~~p-pt-xu~qWB.8s.WBRjtRs:xaM|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/579953", "modelId": 521904} \ No newline at end of file diff --git a/datasets/metadata/580071.json b/datasets/metadata/580071.json new file mode 100644 index 0000000000000000000000000000000000000000..ef3d2fb1ae75d57b8adb04272b16739e8312c88c --- /dev/null +++ b/datasets/metadata/580071.json @@ -0,0 +1 @@ +{"id": 580071, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-17T23:05:47.391Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 192, "ratingCount": 0, "rating": 0, "thumbsUpCount": 43, "thumbsDownCount": 0}, "files": [{"id": 495524, "sizeKB": 22231.04296875, "name": "Katsuragi_Misato_EVA-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-17T23:00:41.682Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D312A605", "AutoV2": "93FDC1AC04", "SHA256": "93FDC1AC0458CF0B4DE0D4BCBCCCD65D78EB1C46CE81BCAEAE2ED311B4CCCEBC", "CRC32": "8DF9AE0E", "BLAKE3": "1D9E7D75AD42FA1A8EE2FDE395F6E418B8CDF9A7ED833701F9D5176357D483B4", "AutoV3": "4D0442494F47"}, "downloadUrl": "https://civitai.com/api/download/models/580071", "primary": true}, {"id": 495525, "sizeKB": 9314.0068359375, "name": "Katsuragi_Misato_EVA.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-17T23:00:50.394Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B8CD6E2D", "AutoV2": "1FA63C5BDF", "SHA256": "1FA63C5BDFEAEE750BA022DFB56D5EE7D3EDFDC5C2D360CD77C7E81C80D8E530", "CRC32": "41DF680F", "BLAKE3": "A31FF5FB8B3B4A1A8A4AB3D25F5BB030F206D93DDDE14132ED84679039B18CA2"}, "downloadUrl": "https://civitai.com/api/download/models/580071?type=Training%20Data"}], "images": [{"id": 16174351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a878c067-56ea-4489-a991-a18f5074061b/width=450/16174351.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UiI}3RRk^+oM_NRjpIWWIVWBVsayIUflnNj[", "type": "image"}, {"id": 16174350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5dee3ea8-fe0e-4edb-81cc-b5b77ca725c8/width=450/16174350.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UiJ7j]Rk^+oM_NRjpIWWIVWBVsayIUflnNj[", "type": "image"}, {"id": 16175148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee4108c9-c576-4721-88dc-f0407aa7f511/width=450/16175148.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UqP$j?t7.m%MyEj[%2RkbcWBs.t6WBj[jYj[", "type": "image"}, {"id": 16318410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1df1ec4-acfb-4ced-bdc5-bef6442a4229/width=450/16318410.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOMsf;tRP;t7?wMx_3Rj4T9GIUM{9GofIA%2", "type": "image"}, {"id": 16318822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0293b3c2-db46-4028-9c80-c9e5f4e044d9/width=450/16318822.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDKmR,yD1O=|004:9FMx01-U~Vxuk=s;aexu", "type": "image"}, {"id": 16388215, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65fea100-7040-4eb9-9d92-b2b832294e59/width=450/16388215.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UMK,%49GAD$k00M{WAxa00W.wbx]~WxuE1NG", "type": "image"}, {"id": 16396497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f23ff71d-7935-4aa4-9dd7-341f866fa8e9/width=450/16396497.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEJG$#=KO]~VYRI:Or9Z0$%g={X9,ta0nNnN", "type": "image"}, {"id": 16396550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23cdc553-44f1-4442-aaa2-6514b02ae0ac/width=450/16396550.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKLgR@IUP;KQ0o#RWFER9GIn=ZV[JCNHR%xZ", "type": "image"}, {"id": 16396557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3770708a-ae3e-440c-b1d0-839602e6580c/width=450/16396557.jpeg", "nsfwLevel": 4, "width": 1536, "height": 2304, "hash": "ULLNZ2+tuPTy0poeJCOZNKTJ$f-o58$%RPIV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/580071", "modelId": 522098} \ No newline at end of file diff --git a/datasets/metadata/580095.json b/datasets/metadata/580095.json new file mode 100644 index 0000000000000000000000000000000000000000..d6021a00b60760cc585d7b0e7ff402e325b546e6 --- /dev/null +++ b/datasets/metadata/580095.json @@ -0,0 +1 @@ +{"id": 580095, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-17T23:12:40.377Z", "availability": "Public", "nsfwLevel": 31, "description": null, "trainedWords": ["jinAvatar", "twin braids", "green eyes", "dark hair"], "stats": {"downloadCount": 289, "ratingCount": 0, "rating": 0, "thumbsUpCount": 61, "thumbsDownCount": 0}, "files": [{"id": 506186, "sizeKB": 5295.61328125, "name": "jinAvatar.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T18:52:16.981Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2BCB966C", "AutoV2": "CA28D481E6", "SHA256": "CA28D481E6EC443D92E3E4FA207FE319B8B71078CF5C7F1521AF683B21D040E9", "CRC32": "7B64D0BD", "BLAKE3": "99D8F4ADBA18719BEDF8BE2BA1B7F042808B5185837C467429DE8AD1AC58EFA6"}, "downloadUrl": "https://civitai.com/api/download/models/580095?type=Training%20Data"}, {"id": 495549, "sizeKB": 176955.90625, "name": "jinAvatar.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-17T23:15:39.083Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "169F3BF4", "AutoV2": "3588C849D7", "SHA256": "3588C849D74ECBBC53744A9DF3E55F4D562EEB20537599BEED046C80F738B41F", "CRC32": "3C31F00D", "BLAKE3": "8115625C9C479A62ADE77F8BFEF2E40F77480DB81BABD350048E9361F1710F5D", "AutoV3": "4461FAE8E260"}, "downloadUrl": "https://civitai.com/api/download/models/580095", "primary": true}], "images": [{"id": 16174674, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db80cf55-0510-41e8-a8ab-91117f582f1d/width=450/16174674.jpeg", "nsfwLevel": 4, "width": 992, "height": 1456, "hash": "UNJtefIox]xa?u-V~VkCRkofaet7bGNGM{xZ", "type": "image"}, {"id": 16174677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7622e323-b3f1-49a0-a2f2-477b3fa45e9a/width=450/16174677.jpeg", "nsfwLevel": 1, "width": 992, "height": 1456, "hash": "UHGR;W?FpH^j4;S~57tQcCxt~BV[x@?G-oM}", "type": "image"}, {"id": 16174680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca01816a-9d0a-480e-9fb5-448cc7fb2e9a/width=450/16174680.jpeg", "nsfwLevel": 1, "width": 992, "height": 1456, "hash": "UBHUtRx[0}Io00^*-obb?u9a~UxtXSt7%M={", "type": "image"}, {"id": 16174678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f6f3e4c-0936-4abc-bcbf-36dc2f7fb828/width=450/16174678.jpeg", "nsfwLevel": 2, "width": 1072, "height": 1376, "hash": "UII4;69ayCM|~pae_1M|S2ax%1WBE2M|jF%1", "type": "image"}, {"id": 16174672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9422d035-cccd-457a-8db7-bcd22eb18039/width=450/16174672.jpeg", "nsfwLevel": 8, "width": 992, "height": 1456, "hash": "UAJHgMMxTuE1cEt6~BR7FsWCD*E2?tE1NGIp", "type": "image"}, {"id": 16174673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a888fd3-cf82-4e55-9ae9-d95fb1a491d2/width=450/16174673.jpeg", "nsfwLevel": 16, "width": 992, "height": 1456, "hash": "UMLN6=Egt7wIROEgIUV[~pxYE1Mx%2-:xtWX", "type": "image"}, {"id": 16174675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ceacfa6-c1df-454a-9fb5-9e30a9020cf9/width=450/16174675.jpeg", "nsfwLevel": 16, "width": 992, "height": 1456, "hash": "UDJ*090$tR%1[m569aaht,$~IBv~~U?Zo#Rl", "type": "image"}, {"id": 16174676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0308bce5-c5be-4c53-bed8-889026c57fb3/width=450/16174676.jpeg", "nsfwLevel": 16, "width": 992, "height": 1456, "hash": "UOGIDh~VI@xuoJ$$%1ays;t7NGWBNHIpR*of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/580095", "modelId": 522116} \ No newline at end of file diff --git a/datasets/metadata/580159.json b/datasets/metadata/580159.json new file mode 100644 index 0000000000000000000000000000000000000000..dee82fa7700efc3fbed9364fa43977ebfa9eb139 --- /dev/null +++ b/datasets/metadata/580159.json @@ -0,0 +1 @@ +{"id": 580159, "index": 0, "name": "1.0 XL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-18T06:50:05.876Z", "availability": "Public", "nsfwLevel": 5, "description": "First Release on it's way, I hope you enjoy :)
", "trainedWords": [], "stats": {"downloadCount": 87, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 496146, "sizeKB": 223101.48046875, "name": "Portrait_perfection.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-18T06:35:58.433Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2C8EF5C7", "AutoV2": "98AF8CEFE7", "SHA256": "98AF8CEFE71B843F857EFDEFEF4A149DF8BAA90B0C6A19F242C6BAAA00E17F6F", "CRC32": "7CE8F29C", "BLAKE3": "BBEC8BAF31DFA8D26B5B259E6B0108394DBE7C5FF4BAA9443619101EA4FAF30D", "AutoV3": "5C86BD61D73E"}, "downloadUrl": "https://civitai.com/api/download/models/580159", "primary": true}, {"id": 495629, "sizeKB": 102340.0205078125, "name": "580159_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-18T00:06:07.500Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D621CDF7", "AutoV2": "6B92A5BA71", "SHA256": "6B92A5BA715FD18620C7C1CB7008C3AF80EF80BC9644D1A8E379E6EB07940F6D", "CRC32": "331C5D85", "BLAKE3": "13CD828FE10C8C5EA5C8509428F0BCA591C0E699A64124D5F9E291A95B205CDB"}, "downloadUrl": "https://civitai.com/api/download/models/580159?type=Training%20Data"}], "images": [{"id": 16215209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/584ca266-91d8-458a-ad25-df7729526bef/width=450/16215209.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UAEfH9C8Cm?H80yE_NRPWEV_WCIAIo$+4nv}", "type": "image"}, {"id": 16215210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ee82194-09cb-497b-b220-782e584e17f1/width=450/16215210.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UMD9SE565R~po}bGS2xuRjjFnORjofjtRQof", "type": "image"}, {"id": 16215208, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93d1d87f-bd76-4845-b5c6-b05f13a2e6b6/width=450/16215208.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFECa#_4.S0eM{IU-=%N9vRjIAD%k9aej]s;", "type": "image"}, {"id": 16215258, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97fef165-9b59-424e-bd62-fa7794f76ebd/width=450/16215258.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1708, "hash": "UCIq7K9Ft+~VD%%0$*~B_NM{xaRm9FIU?GE1", "type": "image"}, {"id": 16215270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d473b35-45ce-4a2c-9f3f-65abf4ed465c/width=450/16215270.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1754, "hash": "UDC6DVEh5R~V9asmRjWB4.M{xFD*tRxuxuxa", "type": "image"}, {"id": 16215277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ab2fe6e-38fb-4713-94ea-2b64f6705635/width=450/16215277.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1754, "hash": "U9B3Tr~q0K00019a-U%1oyof-p-oM_RjNHR+", "type": "image"}, {"id": 16215307, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e375b264-a5e5-47f1-b29f-00910b0467be/width=450/16215307.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "UFFhS2010z~C0fR*oes:%fs.V[R,E2xZR+xt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/580159", "modelId": 522177} \ No newline at end of file diff --git a/datasets/metadata/580181.json b/datasets/metadata/580181.json new file mode 100644 index 0000000000000000000000000000000000000000..cc454c29cb474d3e180a89dfbe727dfb7d18a416 --- /dev/null +++ b/datasets/metadata/580181.json @@ -0,0 +1 @@ +{"id": 580181, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-02T00:26:56.276Z", "availability": "Public", "nsfwLevel": 17, "description": null, "trainedWords": [], "stats": {"downloadCount": 50, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 528111, "sizeKB": 223105.94921875, "name": "Kimiko.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T00:31:10.459Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E9510C48", "AutoV2": "626C67BE80", "SHA256": "626C67BE805F3F36CC9C09C5BFC9EEF8CCA8AAB76AAE1AA3AF835965E98B2886", "CRC32": "A594B055", "BLAKE3": "404DB3CB4A96F2F76A61FA76823C00420AEC47DE47D20194B9A1C7DBB88C221F", "AutoV3": "CC0768DB6592"}, "downloadUrl": "https://civitai.com/api/download/models/580181", "primary": true}, {"id": 495639, "sizeKB": 66544.6669921875, "name": "580181_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-18T00:10:47.360Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "518B3A67", "AutoV2": "968313BCFA", "SHA256": "968313BCFAD04F904237E85F132D2ACA756895B21BD995FBAAAAA7BBF935449D", "CRC32": "4FC684EF", "BLAKE3": "755323B07F7DDD6C9AC22E3DF28D5BDE979E7327DFAA2C52C9294F174EE4151A"}, "downloadUrl": "https://civitai.com/api/download/models/580181?type=Training%20Data"}], "images": [{"id": 18057158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f435712-bc0d-4b44-8c10-c96ea8d4f0c3/width=450/18057158.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBHe2qI]Q.~V0f%19aR--:~U-;t8rqM}-;-o", "type": "image"}, {"id": 18057159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49aa30e4-6778-4ac5-9b6e-84de5a6fbc08/width=450/18057159.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGNcKE^%xa~pA1Ioo}Nf03Vt9$R*%fxUIUIV", "type": "image"}, {"id": 18057157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4e188d4-e55c-4605-978c-7c275bf80b92/width=450/18057157.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U9PFWM0O0oIV18My.S%f0?skBDIqL~~oDNaL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/580181", "modelId": 522197} \ No newline at end of file diff --git a/datasets/metadata/580226.json b/datasets/metadata/580226.json new file mode 100644 index 0000000000000000000000000000000000000000..e160c161ffa40ac20c07ef5cdd690c31c1e4cac8 --- /dev/null +++ b/datasets/metadata/580226.json @@ -0,0 +1 @@ +{"id": 580226, "index": 2, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-19T10:38:28.018Z", "availability": "Public", "nsfwLevel": 1, "description": "Yumeko, GachaYumeko, Gacha, Blonde, long hair, straight bangs, yellow eyes, white shirt, red bow on the shirt
Keksik, GachaKeksik, Gacha, red-brown hair, yellow streaks, bandage on right cheek, red-brown eyes, white horns, black hoodie with \u30b1\u30fc\u30ad written on it, white collar, black fingerless gloves, black shorts, freckles, elf ears, white stockings, black boots
Kasho, GachaKasho, Gacha, boy, demon, red skin, horns, white hair, orange shirt, black shorts, spiked bracelet, fingerless gloves
Liss, GachaLiss, Gacha, girl, glasses, rose hair, pink eyes in a vertical striped white and pink sweater, twintails, star hair ornament, white skirt, pleated skirt
Kislinka, GachaKislinka, Gacha, Pastel purple hair, White hair, cat's ears, earrings, gloves, pink dress, white socks
Froggi, GachaFroggi, Gacha, purple hair, bob haircut, turquoise hoodie, white skirt, blue frog ears, Blue eyes
Mezumi, GachaMezumi, Gacha, brown hair, (grey hair:0.6), bob hairstyle, purple eyes, purple long sleeves, short hair, purple top, bare shoulders, choker
gelugacha, gelu, gacha, girl, long hair, black hair, blue eyes
", "trainedWords": [], "stats": {"downloadCount": 105, "ratingCount": 0, "rating": 0, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 495669, "sizeKB": 85507.7783203125, "name": "580226_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-18T00:41:00.852Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BE14C265", "AutoV2": "ABF28DB4A3", "SHA256": "ABF28DB4A3F21A5C31CC3F64EF2494168F003C95C51B8553DEADC10252126824", "CRC32": "6242F79D", "BLAKE3": "50F015C69A3F4BCE901847A18BC40C0BA3C3A8C19564FD42959A65A0F68D551E"}, "downloadUrl": "https://civitai.com/api/download/models/580226?type=Training%20Data"}, {"id": 498596, "sizeKB": 223112.10546875, "name": "Gacha.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T10:35:37.328Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4C5D6E65", "AutoV2": "AF945B0790", "SHA256": "AF945B0790354A7B4B56B4D87113E0334F31672002B5A213B4E366DBF113A9F2", "CRC32": "FA634AC3", "BLAKE3": "4FDF82D04D66466E20B7A61B959B5BA570BA53AD41394A2813B2A261B7C1D18D", "AutoV3": "4D0664BC3763"}, "downloadUrl": "https://civitai.com/api/download/models/580226", "primary": true}], "images": [{"id": 16343901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3ab964c-25e4-47d4-9751-189332683c24/width=450/16343901.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UfM6^yoL~TxaRjWBt7t6n#WVW?oeogfQocju", "type": "image"}, {"id": 16343757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54e5f21a-1927-46fc-aaee-0d34fe8f0994/width=450/16343757.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTPN@os;|5xGI:Wp$+snrva|SxjstQj[i{WV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/580226", "modelId": 522238} \ No newline at end of file diff --git a/datasets/metadata/580231.json b/datasets/metadata/580231.json new file mode 100644 index 0000000000000000000000000000000000000000..88868316bdeaf54df6339f6c928ff28fd3a9c36b --- /dev/null +++ b/datasets/metadata/580231.json @@ -0,0 +1 @@ +{"id": 580231, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-29T04:38:43.907Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 80, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 521114, "sizeKB": 223101.30078125, "name": "Natasha.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T04:40:40.134Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "96BA1358", "AutoV2": "B56FB2F1B4", "SHA256": "B56FB2F1B445353A6C1C160F65F63183DC8ADF8C3BCF063F37AE42D5F0E48236", "CRC32": "87D7A4A5", "BLAKE3": "16774EF0EB8D5EDB476E0FC5A2DAA708035F078497DB5FF43AE690E1679665C9", "AutoV3": "424ACFB0B6FA"}, "downloadUrl": "https://civitai.com/api/download/models/580231", "primary": true}, {"id": 495690, "sizeKB": 29429.0751953125, "name": "580231_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-18T00:50:47.413Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F52F0DE0", "AutoV2": "E382D7FFF2", "SHA256": "E382D7FFF200449EE01F3DC22243AB3FFAFB5B5779C89AD61B03805214A069CE", "CRC32": "FF9D2A8A", "BLAKE3": "9C7EB212D667A8362D8D015961D8337C986BEF3C90D303BA70EF0F65C5D70354"}, "downloadUrl": "https://civitai.com/api/download/models/580231?type=Training%20Data"}], "images": [{"id": 17655248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f16f76a-1da4-46ce-9df8-3cce12724bb8/width=450/17655248.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U5G8fr00Ga^+4.~WIU9F0z9GQm?H00^*-:Io", "type": "image"}, {"id": 17655249, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/691e7527-6c61-4f2f-b701-a66d2c27a268/width=450/17655249.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBD9I@Ip?bkW~BR+MxS4R+xtIoR*NK%1%NWA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/580231", "modelId": 522243} \ No newline at end of file diff --git a/datasets/metadata/580396.json b/datasets/metadata/580396.json new file mode 100644 index 0000000000000000000000000000000000000000..84f1d6f2e0e850bb8a2764d56a1c18734f71c108 --- /dev/null +++ b/datasets/metadata/580396.json @@ -0,0 +1 @@ +{"id": 580396, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-19T01:50:33.565Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": ["c1trus"], "stats": {"downloadCount": 147, "ratingCount": 0, "rating": 0, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 495898, "sizeKB": 95332.4521484375, "name": "580396_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-18T03:21:14.935Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B8F60AA5", "AutoV2": "6817E556E5", "SHA256": "6817E556E56EDBDEA19E1541FF934FDECA520CB799789ED06ED8C2FD9A8F33FF", "CRC32": "21866258", "BLAKE3": "96C33112B527CD35ED6E4CF0E3AF952DA7FA7B8F8887BA8382A54B4DEF5C8258"}, "downloadUrl": "https://civitai.com/api/download/models/580396?type=Training%20Data"}, {"id": 497859, "sizeKB": 223106.26171875, "name": "Lizzy_CitrusStyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T01:55:38.430Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AE776DF2", "AutoV2": "F77AC81A21", "SHA256": "F77AC81A210D4FA13FFE0490BA9F596876CFB196B8B1364510436AB6D5B62200", "CRC32": "A265775D", "BLAKE3": "D6DFE18E83590885A77CEFE3697B3EC0595F810201A3DF741D0B748BF19ADA91", "AutoV3": "44F0BE1AF367"}, "downloadUrl": "https://civitai.com/api/download/models/580396", "primary": true}], "images": [{"id": 16300510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08e575ce-1a77-4cad-9f16-e558bcca443c/width=450/16300510.jpeg", "nsfwLevel": 1, "width": 886, "height": 1400, "hash": "UIMZjrwHO6Xn~ps*=@X9?txa%1oaGcj]S%ja", "type": "image"}, {"id": 16299103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/182e2a0d-30b7-4a38-b16d-a57ce3b39ea7/width=450/16299103.jpeg", "nsfwLevel": 1, "width": 648, "height": 1024, "hash": "UaLf:f}55uS|#9=ErwW:9GNxt6eo?uS}k:r?", "type": "image"}, {"id": 16299105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e988b3e7-5d4d-44e2-b952-2ffd144a88a0/width=450/16299105.jpeg", "nsfwLevel": 1, "width": 648, "height": 1024, "hash": "UVI#Gs^GGaNI+]=pxZa1s7ro-o$+~qwGEhRp", "type": "image"}, {"id": 16299106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b80d1ea-1675-4abe-aff2-6aa5784bc3b2/width=450/16299106.jpeg", "nsfwLevel": 1, "width": 648, "height": 1024, "hash": "UZN+t;=XGK-5%o$Jw?S#^,sDsqWBPCOUbCsq", "type": "image"}, {"id": 16299107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ded548c9-338f-4d4d-84fa-364c45b991a3/width=450/16299107.jpeg", "nsfwLevel": 1, "width": 648, "height": 1024, "hash": "UKKUWux=0.%L8w%I-:Rk}$ou==R*-qS$%N%1", "type": "image"}, {"id": 16418034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b8ddfd1-2c1a-42ce-9d69-6f9cf2d73e76/width=450/16418034.jpeg", "nsfwLevel": 1, "width": 648, "height": 1024, "hash": "UaK_BinPFwbb}snho~a$y;t6t8of^$t6Mxs,", "type": "image"}, {"id": 16418035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8720e238-670b-4f5f-ade5-73c77ed0fe88/width=450/16418035.jpeg", "nsfwLevel": 1, "width": 648, "height": 1024, "hash": "UYLz$$t69]ox}@juXTjcp_oeozj].6bIIot3", "type": "image"}, {"id": 16418806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f718428-3156-4d31-8173-0edb2f1e3dee/width=450/16418806.jpeg", "nsfwLevel": 8, "width": 648, "height": 1024, "hash": "UCKKleLA3I_L00bv^RF^_#wi}@9u3DR+B6m-", "type": "image"}, {"id": 16418932, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2aa2886f-1b43-4b19-9c88-03dc93ad10a8/width=450/16418932.jpeg", "nsfwLevel": 4, "width": 648, "height": 1024, "hash": "UGKw-B-i9uksGw?G?GXUAKnh-SIq^+R.nLj[", "type": "image"}, {"id": 16418931, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/635e8492-c31d-4e10-87c3-b99244b50639/width=450/16418931.jpeg", "nsfwLevel": 8, "width": 648, "height": 1024, "hash": "UQJ[0R~qE0-p%h-:-:xugO-;%1X8%MRjD%og", "type": "image"}, {"id": 16435597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47715eff-babd-4dbf-aac6-76c40909dafe/width=450/16435597.jpeg", "nsfwLevel": 2, "width": 648, "height": 1024, "hash": "UHHLPe4o00ox~WM{4-ax0J-pxuajWAt7RiWC", "type": "image"}, {"id": 16501268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccb2d1b3-b6eb-4bfe-8a50-8cd7e3baef4e/width=450/16501268.jpeg", "nsfwLevel": 1, "width": 648, "height": 1024, "hash": "UGMZgcI]zT={%^5Y~9EOTw$%Md%0]e]|~U==", "type": "image"}, {"id": 18050045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0b38858-01e1-455d-ae67-56de83effed2/width=450/18050045.jpeg", "nsfwLevel": 2, "width": 824, "height": 1024, "hash": "UAHB=7FDD7zuC7TGD9}^0cInMfIB00-VSwI.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/580396", "modelId": 522386} \ No newline at end of file diff --git a/datasets/metadata/580485.json b/datasets/metadata/580485.json new file mode 100644 index 0000000000000000000000000000000000000000..df78ac19d65ee1e8502647eaa3b468368c02e415 --- /dev/null +++ b/datasets/metadata/580485.json @@ -0,0 +1 @@ +{"id": 580485, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-18T03:45:16.254Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["car_town"], "stats": {"downloadCount": 38, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 515269, "sizeKB": 7894.1552734375, "name": "579734_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T18:40:43.413Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7D60F638", "AutoV2": "0F92ACA886", "SHA256": "0F92ACA8866644413CE58F3FCC7984F7EE68ECCA71ACD9D0B1D30756FA24B7C4", "CRC32": "3AACE1C0", "BLAKE3": "B39C7EF7FCF40C534F72EFEC23BBFED7C78070EB0F28B3C714AEE2431D157107"}, "downloadUrl": "https://civitai.com/api/download/models/580485?type=Training%20Data"}, {"id": 495942, "sizeKB": 18545.4453125, "name": "car_town-09.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-18T03:46:14.100Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "C612811AB9", "SHA256": "C612811AB970ED0BF7AAD97379070345EB3BE9EC90DA35434ED744685065D578", "CRC32": "AE30BC16", "BLAKE3": "4495AD38F11C376D7E54C9DE68027B24B8E89A8B35011E9F6CF40D71C96D7DE5", "AutoV3": "25887CF041BF"}, "downloadUrl": "https://civitai.com/api/download/models/580485", "primary": true}], "images": [{"id": 16199854, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce5b9eb4-5e85-4db9-a2fc-2ca25b6f651e/width=450/16199854.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UDIOkQ%L~qxu_N%M9FfQ?bM{IUt700xuxvRj", "type": "image"}, {"id": 16199853, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc19a6e5-504e-477c-9835-0646ff0c1e7c/width=450/16199853.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UAJ*xJ-;-;%M_Nt79Fof4o%MWBWB00RjkCxu", "type": "image"}, {"id": 16199857, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54874dd1-e2c0-4f90-9022-fabb0fbcacb4/width=450/16199857.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UCJH?p^+?bWV_NRi9Zxu9G%MRkWB00V@t7j[", "type": "image"}, {"id": 16199856, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/120ce68d-186b-4861-8393-486e4fe0d500/width=450/16199856.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UIH_.6xu?bt7_3t7j[Rj~qIUIoof00j[IUof", "type": "image"}, {"id": 16199863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ec9d705-5ba1-4ebe-8d47-9c19c0f9cfec/width=450/16199863.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UGH_[Mxu-=ay_Nof9Zj[%gIUIUt700t7t7Rj", "type": "image"}, {"id": 16199858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57bc7d17-e4a4-4b38-8a64-ede4265c7297/width=450/16199858.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UHIrBG.8~Xxu~qayD%M{%MIUWBxu9Ft7WCs:", "type": "image"}, {"id": 16199859, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9840afa7-0034-4179-bb0f-a24bb7fb7765/width=450/16199859.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UIGlL^Rj-;oz~qoeIUt7~q-;M{ay00t7ayaz", "type": "image"}, {"id": 16199860, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c875fa1-6ec4-4b24-995e-bd7863f010e1/width=450/16199860.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UBI5b|xu?bt7_Noz9FWBf*M{IVxu00ofofWB", "type": "image"}, {"id": 16199861, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04f5a8b6-077f-4ffd-b44f-6dd8a31024e1/width=450/16199861.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UOJbHpfR~qxux]ayD$j[x]t7M{RP4nWB%Mj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/580485", "modelId": 522472} \ No newline at end of file diff --git a/datasets/metadata/580537.json b/datasets/metadata/580537.json new file mode 100644 index 0000000000000000000000000000000000000000..6cdf025085e929a562b85224832edd5d1a24a80d --- /dev/null +++ b/datasets/metadata/580537.json @@ -0,0 +1 @@ +{"id": 580537, "index": 0, "name": "v1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-18T05:15:35.325Z", "availability": "Public", "nsfwLevel": 17, "description": "Thus model is made for just x ray core, but it'd a little more consistent.
", "trainedWords": ["X Ray Vore"], "stats": {"downloadCount": 171, "ratingCount": 0, "rating": 0, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 495994, "sizeKB": 995.208984375, "name": "580537_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-18T04:35:50.983Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "74A90A905A", "SHA256": "74A90A905AD9E45E557E4E43A4A608C34375645DA08F232D7E2FE714BD5B596A", "CRC32": "1C6F544D", "BLAKE3": "76917D1CC5C69FD891902B5AAC8E5CE6AA0443C70AF0665314F221C9BD383923"}, "downloadUrl": "https://civitai.com/api/download/models/580537?type=Training%20Data"}, {"id": 496037, "sizeKB": 223100.85546875, "name": "Vore_X_Ray_improved-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-18T05:16:04.531Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9B10027D", "AutoV2": "E05711C252", "SHA256": "E05711C252E3770E78D2DD6DFC3EF21F537A7B7C1A9A5B4AE7A645204837C672", "CRC32": "E6F9F328", "BLAKE3": "6B3F992DA9F7ED8F0A31207EA7141BA4A8CA2DF6990B86282AD547F234E1FC62", "AutoV3": "CCAAD911961F"}, "downloadUrl": "https://civitai.com/api/download/models/580537", "primary": true}], "images": [{"id": 16207574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8488686-e7a4-47d2-9e53-56d4987f2338/width=450/16207574.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJD9Y%rpOF-r?wS%NGs*XnShRjs:xas:jEof", "type": "image"}, {"id": 16207573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/984adacb-45df-4969-8dfa-5e7a22085f90/width=450/16207573.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UMF}:0n$AIt8%%ofM{M|WsxaofM{V?oe-pj[", "type": "image"}, {"id": 16207575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ff11a86-a579-484c-b379-196c215c039e/width=450/16207575.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNHnH,xBx{t9?^s.R#R*T1bIRiM{kDRk%2Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/580537", "modelId": 522522} \ No newline at end of file diff --git a/datasets/metadata/580694.json b/datasets/metadata/580694.json new file mode 100644 index 0000000000000000000000000000000000000000..2d7dbc093aa68b9a48317397693c40e64f2001bc --- /dev/null +++ b/datasets/metadata/580694.json @@ -0,0 +1 @@ +{"id": 580694, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-18T09:49:14.385Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["TerraceWA, lake, sky, mountains", "Wooden floor", "Ceiling ", "Door frame", "Sunset ", "Day", "Night"], "stats": {"downloadCount": 295, "ratingCount": 0, "rating": 0, "thumbsUpCount": 36, "thumbsDownCount": 0}, "files": [{"id": 496165, "sizeKB": 308926.5888671875, "name": "580694_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-18T06:50:46.373Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0C5C916A", "AutoV2": "3BDDB6BE59", "SHA256": "3BDDB6BE59AD0EF75F84238687590994EE2ED0E8F1034D3CA97D37E2581B4412", "CRC32": "4214123C", "BLAKE3": "450C3C48020B301769B366F72FAC1CAE600AE137D54D11ED63411F32DE173DE9"}, "downloadUrl": "https://civitai.com/api/download/models/580694?type=Training%20Data"}, {"id": 496337, "sizeKB": 223099.77734375, "name": "TerraceWA_view_on_terrace_warm_anime.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-18T09:47:16.164Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F00024AE", "AutoV2": "DD776FF339", "SHA256": "DD776FF3396331F11F41D9821778D87E36E329BBFDCA4DDEB5FB8770CA6AA165", "CRC32": "CFDD8C17", "BLAKE3": "E2956A4A6BCCF30BCD7A83927FFD0FA9C3BE1814186CEC6D2F846FDBC36F8FBF", "AutoV3": "E59A84FC31F9"}, "downloadUrl": "https://civitai.com/api/download/models/580694", "primary": true}], "images": [{"id": 16223964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12e66cf2-e75f-44ff-9461-a49cbbf94712/width=450/16223964.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCC*I64VHYtl*Js+n5o#00t5pIs;^3IpELn$", "type": "image"}, {"id": 16223982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6011df66-f4dc-4559-987f-fa93fc39ef5a/width=450/16223982.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHHK;0%20PS4}RoLNLaz4WWB?Zoz0iWBx@kC", "type": "image"}, {"id": 16223966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fa9cb80-d08a-4602-a811-5069acbe26c0/width=450/16223966.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U69%rk~1%9?Z0u-i~2$|4T9j9lIVzm0k0D9c", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/580694", "modelId": 522659} \ No newline at end of file diff --git a/datasets/metadata/58074.json b/datasets/metadata/58074.json new file mode 100644 index 0000000000000000000000000000000000000000..23f1fc3ab7cdf0f9edc23e9fa50ebf01a011f053 --- /dev/null +++ b/datasets/metadata/58074.json @@ -0,0 +1 @@ +{"id": 58074, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-29T12:07:22.707Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["ShigureKancolle", "long hair, single braid, hair flaps", "ShigureBase, black serafuku, school uniform, pleated skirt, fingerless gloves", "ShigureBikini, sailor bikini"], "stats": {"downloadCount": 2116, "ratingCount": 311, "rating": 5, "thumbsUpCount": 366, "thumbsDownCount": 0}, "files": [{"id": 41342, "sizeKB": 701795.013671875, "name": "ShigureData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-29T12:21:00.741Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5514D220", "AutoV2": "A74E5A762A", "SHA256": "A74E5A762A418A45D238383AF9DB909ABF9D80CEFCF4E4CA7F1DFFC29678548E", "CRC32": "57CAD8E2", "BLAKE3": "2670A552F9930B0774AED47402AA6836F6BCEFDD547D27839D7D34985B2C90F8"}, "downloadUrl": "https://civitai.com/api/download/models/58074?type=Training%20Data"}, {"id": 41338, "sizeKB": 18572.5283203125, "name": "ShigureLORA-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-29T12:05:53.186Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7006E836", "AutoV2": "DA0C632A69", "SHA256": "DA0C632A69718967AB6E5978F02D7DACCAE76AC73EDA51FC24D9BA5D13DF7411", "CRC32": "05B23107", "BLAKE3": "1C3E8CB82E04388372CCB8359D664F0E117E6ABFB05CF369F7EF621E2B4181B2", "AutoV3": "1D5A7A312F6F"}, "downloadUrl": "https://civitai.com/api/download/models/58074", "primary": true}], "images": [{"id": 631527, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c320d99-44f6-4494-eac2-b7bd0951ef00/width=450/631527.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UUI5xtt-yX%h?wRk%Mi_tmIoNbNGIqIUs:ay", "type": "image"}, {"id": 631529, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5e1d9d9-7087-498b-11f6-259a81d35f00/width=450/631529.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UKHM4W9YysX8IWI9rVRj4os8jEV[bxxtxXX9", "type": "image"}, {"id": 631530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c152161-65a4-4729-e916-f620d3389200/width=450/631530.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UTHyRQtTYkOsEQbJxGW=9bW?i^oJMxkDR*oK", "type": "image"}, {"id": 631531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c90c3629-b465-475a-e0d1-39d3d4163400/width=450/631531.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UNG8ce9GELIVE29G%Mxa~WIUNGoJ-:M{%LM{", "type": "image"}, {"id": 631535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c009a90d-38dc-43ce-7da2-790156099c00/width=450/631535.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UJHeO9~q029Fyr-;?Eav.8-;-Uoet1bct9%L", "type": "image"}, {"id": 631534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2a5bc24-61d6-4e16-1d58-aa92c1001700/width=450/631534.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UbGIl$_Nxuxt%$tlR*Rjkrt8xat7xvogogt7", "type": "image"}, {"id": 631533, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddfa8d79-855b-4cdd-2b3f-68c5dcc31b00/width=450/631533.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UUIhjS?^I?tSI[%#tS%M?uRkWCWBRjf+IpRj", "type": "image"}, {"id": 631532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4788fae9-8342-44df-d121-fc8ab2cb5700/width=450/631532.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UIIhKhtR~p?b=_R+00IU-nIp_2IVs+IV-pxu", "type": "image"}, {"id": 631536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/866a1989-03dc-4682-6d95-8991cb442300/width=450/631536.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UaHLh]x]%2s:%g%MIUoL_NkDWBt6x^Rkayt7", "type": "image"}, {"id": 631537, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8e3b130-4c3c-4cc3-a48e-5a57ec0d3500/width=450/631537.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UCGuwK~VNDD*yCM|9ZMx0000~XWC.A%2-p%2", "type": "image"}, {"id": 631538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c459c34c-16bc-4d92-0923-f05415c83700/width=450/631538.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "U4Bo~x~V000004nj^%tQyDR*4.t6E1%1^%n,", "type": "image"}, {"id": 631539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2cd8803-7531-46ee-2025-a6aef478b500/width=450/631539.jpeg", "nsfwLevel": 4, "width": 1152, "height": 768, "hash": "UIH.?2be?w?b4oM|$epd9GtSD*rWIp%1%MMx", "type": "image"}, {"id": 631540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1891c5a9-cc25-4cf3-7fcc-ec4c73f9ec00/width=450/631540.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U8C$yNNfElE100s-4:WV00s,~V%2?bIp-pof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/58074", "modelId": 53728} \ No newline at end of file diff --git a/datasets/metadata/58087.json b/datasets/metadata/58087.json new file mode 100644 index 0000000000000000000000000000000000000000..a9bb08c645c2f85f4516f32a00dc052174ac0a73 --- /dev/null +++ b/datasets/metadata/58087.json @@ -0,0 +1 @@ +{"id": 58087, "index": 1, "name": "0.2", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-29T12:35:31.629Z", "availability": "Public", "nsfwLevel": 11, "description": "\u0422\u0435\u043f\u0435\u0440\u044c \u043d\u0435 \u0442\u0430\u043a \u0441\u0438\u043b\u044c\u043d\u043e \u043f\u0440\u0438\u0432\u044f\u0437\u0430\u043d\u0430 \u043a \u043e\u0434\u043d\u043e\u0439 \u043f\u043e\u0437\u0435 (\u0432\u0440\u043e\u0434\u0435)
She looks a bit longer
", "trainedWords": [], "stats": {"downloadCount": 34, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 497278, "sizeKB": 1233.5791015625, "name": "581872_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-18T20:00:42.703Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "C0E13EE64A", "SHA256": "C0E13EE64AECB4E5779E299A997D2A665AFBFAEFFE257BE2D0E90A0F5A0FBBF9", "CRC32": "AB70816D", "BLAKE3": "1CFE0905E7C0F2735259486D5245ADD830F5983FBE4093DC51745A25D278701F"}, "downloadUrl": "https://civitai.com/api/download/models/581872?type=Training%20Data"}, {"id": 497489, "sizeKB": 223099.92578125, "name": "Speedy-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-18T22:06:23.463Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "87DB110A", "AutoV2": "4A3B823388", "SHA256": "4A3B8233889872F657E342FCDD623622E209314DE38E5E4C7B2AB137FFAB71D6", "CRC32": "B233AAC1", "BLAKE3": "99DEC9F119CF587D464EE0E35ECDE59A0A0601C5CA3F2C68D0554849EA5E70BE", "AutoV3": "CE2796952E2A"}, "downloadUrl": "https://civitai.com/api/download/models/581872", "primary": true}], "images": [{"id": 16280891, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93325567-c1df-4611-9371-f6c9f22d90a8/width=450/16280891.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UMM$3cL$.lwHu4MwVz.4O9w0s%xI=yn#kWV{", "type": "image"}, {"id": 16280889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9253179-4a96-49ac-b29d-8ac692ebd9b1/width=450/16280889.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UUNb0P8#~TxBkUazaLt5ouR.xCRo-QRnSxa#", "type": "image"}, {"id": 16280887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b41642bd-f31a-400b-8e42-f687452c2202/width=450/16280887.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEQ7]ptI*FQ.BXR6nA%Y~L%K-St7}jXStOjd", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/581872", "modelId": 523723} \ No newline at end of file diff --git a/datasets/metadata/582271.json b/datasets/metadata/582271.json new file mode 100644 index 0000000000000000000000000000000000000000..b300056e1a5a205ebb78cba0fa52847e8d9e8287 --- /dev/null +++ b/datasets/metadata/582271.json @@ -0,0 +1 @@ +{"id": 582271, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-19T02:12:33.089Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 116, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 497650, "sizeKB": 61295.826171875, "name": "582271_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-18T23:46:13.084Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F1B0C964", "AutoV2": "7236B5BAFD", "SHA256": "7236B5BAFD3C116EC7E8E3EEC633E60347587841ACBE804681931FBF46DBD5E9", "CRC32": "BEF495A9", "BLAKE3": "FD9ED3922C0E5472AE9ABFFC14FF30FCEF138F7F96449675411275C432AB4BCA"}, "downloadUrl": "https://civitai.com/api/download/models/582271?type=Training%20Data"}, {"id": 497867, "sizeKB": 223108.60546875, "name": "Another_Lady_Innocent_Style_PonyXL-000017.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T02:05:36.069Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "30188D2B", "AutoV2": "67ABA1A8CF", "SHA256": "67ABA1A8CF26EDC99DAFD391668CE8B87AFFD645C84A9FCC7F91F97E92D4A94E", "CRC32": "D11CE4EB", "BLAKE3": "8AD5F80D85DDEAD1E37A40B10734BFE1A0392751589794FCD66EA6D68ADA7839", "AutoV3": "4882C75AFBAF"}, "downloadUrl": "https://civitai.com/api/download/models/582271", "primary": true}], "images": [{"id": 16300628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/924c2ed6-adf0-4cc2-ab1b-7932afbbe0fe/width=450/16300628.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFG[T%RO00_4%6RiEI-=0Ks=-Qf4~qMz9FSI", "type": "image"}, {"id": 16300647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5af3aad6-5822-4beb-9d6f-0179ea189da3/width=450/16300647.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULHU#20100%hxeNHs$NF?^D+a0xpX1t8IVRh", "type": "image"}, {"id": 16300662, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce28c84c-4706-4629-b92d-5ae3bf77ac1c/width=450/16300662.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTJ8eY~q.9D$%MoeR*x]XSayV?oK?coeMxaf", "type": "image"}, {"id": 16300655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c1ce409-21ca-4377-b568-14c5a50d0623/width=450/16300655.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYHnzA~q9sWBWIWBRhWC4.D%M_M|%Lt6Rkog", "type": "image"}, {"id": 16300656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98e9b7b1-4997-4de8-9d96-00324aaed1d2/width=450/16300656.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEF~N]t800ITrVRj~qog?bofRjxu?bM|s.xa", "type": "image"}, {"id": 16300653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b39650e8-6b44-45e9-87f4-b297688a3032/width=450/16300653.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdG[g9~XtPxv?c%2NFogtQt7s,xZS1R-RkRj", "type": "image"}, {"id": 16300659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9ed50ab-707a-4d5b-b80f-3e71783b9f1e/width=450/16300659.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULECUnM_0J~WV@WUtQxuJBWBIAIpx]RjV@ba", "type": "image"}, {"id": 16300658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76100836-8623-4c13-ae74-ee3928b64118/width=450/16300658.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDF~R40000^+~74o.So#JBIUxW-:4:%2waRj", "type": "image"}, {"id": 16300650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc9dfbab-d859-46bc-95f3-c6dfc5bed788/width=450/16300650.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UPJ?mb0L0zNH~BM|9axaIooexuR*t7M{xue.", "type": "image"}, {"id": 16300644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2d2ca3f-6c13-4737-b370-9db7f5a793c0/width=450/16300644.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UFHwGj4;0#Fd$~9a58~ATd-o4;$%0fnO={OE", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/582271", "modelId": 524080} \ No newline at end of file diff --git a/datasets/metadata/582312.json b/datasets/metadata/582312.json new file mode 100644 index 0000000000000000000000000000000000000000..f8dc542de084fb8a3bbae0955ab183a22db389fc --- /dev/null +++ b/datasets/metadata/582312.json @@ -0,0 +1 @@ +{"id": 582312, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-19T02:24:43.911Z", "availability": "Public", "nsfwLevel": 15, "description": "Initial Version. 1024x1024 resolution recommended, but also trained at 1024x1536.
", "trainedWords": [], "stats": {"downloadCount": 121, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 497684, "sizeKB": 111757.33203125, "name": "oatd_model_03.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T00:11:12.232Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AADC7BFF", "AutoV2": "3228D0F3F5", "SHA256": "3228D0F3F5EB22E1FE67BEC7BE8730551E414B2882F84E1941FF09ACA21294A1", "CRC32": "8E62252A", "BLAKE3": "364C8F4BA980CCAE35A09B373C1343117F0283299BBD5E2583A8FB85F97F6094", "AutoV3": "39E9463B7403"}, "downloadUrl": "https://civitai.com/api/download/models/582312", "primary": true}, {"id": 497697, "sizeKB": 562433.1181640625, "name": "oatd_style_training.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T00:15:53.355Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "67F241EE", "AutoV2": "0565B5B68C", "SHA256": "0565B5B68C3BE795C53F1758098C4D07B9570E12FCC67F66A650F4507D09E1E7", "CRC32": "6DC9AC8C", "BLAKE3": "6AE4E06D9E85C66297B89438F5EF8515F005ED46DB6C0FABC0327838DB60C93E"}, "downloadUrl": "https://civitai.com/api/download/models/582312?type=Training%20Data"}], "images": [{"id": 16300214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffeb15fe-f5d5-4862-a964-b6423d5fa5ae/width=450/16300214.jpeg", "nsfwLevel": 1, "width": 1584, "height": 1584, "hash": "UTJQ=u?D%gM|%QxCt8j?9jRk9_xZBqS5OUoL", "type": "image"}, {"id": 16300262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/979535fd-54b0-40c1-8c1b-596bf6e49588/width=450/16300262.jpeg", "nsfwLevel": 2, "width": 1584, "height": 1584, "hash": "UdJaQ9-mX9My?dniRnt50:jFsltQ9%R+WUWE", "type": "image"}, {"id": 16300302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbac09b3-046b-4778-81cf-37866c142e51/width=450/16300302.jpeg", "nsfwLevel": 4, "width": 1584, "height": 1584, "hash": "UUJHdV%0L0R.?1smWGozALn~-AbH6-fPNHoM", "type": "image"}, {"id": 16300563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/151c1f24-d859-49f3-9573-25a564e51bd4/width=450/16300563.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UQI|zS~A%fx]I[?Gx[of-:V@xCxt9aWYoeax", "type": "image"}, {"id": 16300633, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff33f563-1fad-4130-a946-043799f4d139/width=450/16300633.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UDIEOnoz.7xD~AoLENWC^%oK9bShNxafwvof", "type": "image"}, {"id": 16300665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3aa0c383-2849-4867-8d7c-0842281ad2d1/width=450/16300665.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UAKAsM^jGHIV?]Osn4vg5?S5v}xDrD,COsF|", "type": "image"}, {"id": 16300723, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4f0f97c-554c-4f7d-8f33-99fa9bf17ff1/width=450/16300723.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "U9KAHIJC1+~VS%r=O@KP1R=_-558MJV@M|%1", "type": "image"}, {"id": 16300857, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43ecd7b9-b3eb-4b68-a221-39e639a713a8/width=450/16300857.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UGKnJ1yD?^Zh?HkCM|V@yXaKDiT001ae%LtR", "type": "image"}, {"id": 16300906, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9fb3075-c5e2-436d-a92a-9baf345b66d7/width=450/16300906.jpeg", "nsfwLevel": 8, "width": 1536, "height": 1536, "hash": "U6I5e=^*3sKQGIWB9~I[1kRj@sxZ*dtQ%1$M", "type": "image"}, {"id": 16300961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbfe9798-5970-4b39-aa3b-df77ceedce64/width=450/16300961.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UDHx+y-A20PUy=enkDX-7zRk+GnizVozMxm-", "type": "image"}, {"id": 16301160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8afa28a9-2d54-4aa3-9888-d7ec26d90573/width=450/16301160.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UBEpNCIU039u05VYrX9}+YI:=sRQTwD*?^=_", "type": "image"}, {"id": 16301318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd050396-6026-4c86-becf-63cdd5afded9/width=450/16301318.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UHKmLO?a~nR5*0t7kXaxv|ninPOE4:NbIVr?", "type": "image"}, {"id": 16301327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5208c72-e30a-4e44-b080-521c750be353/width=450/16301327.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UMKAi=%hES^$?^x]%2Iq0NRPxVIq-nIpM}tP", "type": "image"}, {"id": 16301359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29aa616c-d040-48e2-8c68-5fe70138ffc8/width=450/16301359.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UMJ*0Cko=^%1.lEMr?fi$w$*IWoM~A-p%2xa", "type": "image"}, {"id": 16308988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50ec4117-25cb-4aae-b927-2f279ebf349e/width=450/16308988.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UPFPN5.7NYWU?^%fNGRkx_t8M|WXW]xssjoM", "type": "image"}, {"id": 16309046, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf9d30e7-6c90-4451-8491-f0ff7ccf96e4/width=450/16309046.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UJFYl2k;4oQn_LtRDjrDO^XAD%wZA1j^r;oZ", "type": "image"}, {"id": 16309076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec8f4024-8098-44cd-87cc-38773ed70197/width=450/16309076.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UcHnm7M}Eg%e~CWCI;t6v.t7ogRQRqkC%1V[", "type": "image"}, {"id": 16309212, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adbd80b0-d284-4ea0-ae08-1e919dd9e9ba/width=450/16309212.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UXGu8exYR*WC~Ws-bbS4%5oJSNofA1a{xZof", "type": "image"}, {"id": 16312672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92c43f95-7d05-40f2-b031-8d944a50b264/width=450/16312672.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "ULI#Mmo|_Moz7PNInPW=0PWCMyWBR7t6ENV[", "type": "image"}, {"id": 16312717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f59a3c00-64a5-4ac1-a080-1659b2a69278/width=450/16312717.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UMI#Jgbb?]o}G^s:={kC4?s,R5niE4R+M{WV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/582312", "modelId": 524110} \ No newline at end of file diff --git a/datasets/metadata/582528.json b/datasets/metadata/582528.json new file mode 100644 index 0000000000000000000000000000000000000000..8b088e21d3d424c3606554b6c215507ee82ff1e6 --- /dev/null +++ b/datasets/metadata/582528.json @@ -0,0 +1 @@ +{"id": 582528, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-19T02:30:50.418Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 198, "ratingCount": 0, "rating": 0, "thumbsUpCount": 42, "thumbsDownCount": 0}, "files": [{"id": 497896, "sizeKB": 10605.44140625, "name": "Asuka_Langley_Soryu_EVA.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T02:26:39.222Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1B8BACB8", "AutoV2": "429F2B278B", "SHA256": "429F2B278B0A1C9DF9ECEDB5363A4EFDF03931214EFB63FC8D655663D7807EF9", "CRC32": "96C91FC6", "BLAKE3": "4D8595BD7C9427DB7D7367CFF53416F80F27E8782CBDA0ECEB87E3C238BEC094"}, "downloadUrl": "https://civitai.com/api/download/models/582528?type=Training%20Data"}, {"id": 497897, "sizeKB": 22232.06640625, "name": "Asuka_Langley_Soryu_EVA-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T02:31:11.273Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9109AEC2", "AutoV2": "07D7E9A59D", "SHA256": "07D7E9A59DFEB57A3EFF4D8E543409FF8859B3FAA857B9CC97ADD4D96D7EBB36", "CRC32": "8EB97F23", "BLAKE3": "852747163010B15F8D9AF0E408BAC88536B1EBF760760F128BAFDB4612AC49F4", "AutoV3": "D58E4D628E6E"}, "downloadUrl": "https://civitai.com/api/download/models/582528", "primary": true}], "images": [{"id": 16302767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5463760-06a4-4436-951a-aac84ef33eba/width=450/16302767.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U8L1|H=x00#SP9s.HtjFqtNw3XWCv1r?~DkV", "type": "image"}, {"id": 16302769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f055888a-84bb-44de-aa16-530c68592282/width=450/16302769.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U8L1|H=x00#SP9s.HtjFqtNw3XWCv1s9~Doy", "type": "image"}, {"id": 16303788, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/332b0bd7-8bcf-4cbc-bac3-383809ad3fe9/width=450/16303788.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UMK*oLjI4:NH^iEhrER*I.j[WFS3|ss.O?bI", "type": "image"}, {"id": 16305426, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e20c502-401c-427d-a2ee-7568caf59142/width=450/16305426.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEN9zo.m3;E2010h9wrs0%iy%gRQyEEM?vR+", "type": "image"}, {"id": 16315274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/125b407c-a326-407e-b6ea-506df4f808cf/width=450/16315274.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UQNlx$?bLzt60#X8EljZ4:bHtRaeWqV[EMoe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/582528", "modelId": 524307} \ No newline at end of file diff --git a/datasets/metadata/582643.json b/datasets/metadata/582643.json new file mode 100644 index 0000000000000000000000000000000000000000..4858024d516b03b52d552207ef770f84cae04f00 --- /dev/null +++ b/datasets/metadata/582643.json @@ -0,0 +1 @@ +{"id": 582643, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-24T01:37:30.941Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Parker Mandela (CAS96)", "Yolee (CAS96)", "Yo (species)", "feral (Yo)"], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 498010, "sizeKB": 1395.0048828125, "name": "582643_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T03:45:51.267Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "9491FF076B", "SHA256": "9491FF076B17039C79668337E648B8C073BACD3CCB7A10D3071CFEA954DAE1DF", "CRC32": "CB21BE05", "BLAKE3": "43E7B564030C32B2F6B27729D4D4EBC231BDDAB53066EEDEBF7B62C4B1CAE78F"}, "downloadUrl": "https://civitai.com/api/download/models/582643?type=Training%20Data"}, {"id": 509320, "sizeKB": 223100.70703125, "name": "Parker_Mandela.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T01:36:07.995Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F05B85C6", "AutoV2": "D070A865ED", "SHA256": "D070A865EDB6C1B0333BC1370D08D81F042C886EF939BE75F264DE55159CF944", "CRC32": "5B4A13A3", "BLAKE3": "9F867E2D606AC9C71652EBD14EAE40EA9654251B138450872A3A3161879B2F90", "AutoV3": "DA32E39892A9"}, "downloadUrl": "https://civitai.com/api/download/models/582643", "primary": true}], "images": [{"id": 16944471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5c978c7-4829-4309-a94b-22bdd89895c1/width=450/16944471.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UEG+RBQ=-g$ar8tIkpRSyxrYIdR:m^NMV[w?", "type": "image"}, {"id": 16944472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c554e2ba-36b5-40c6-89ee-26aa12119437/width=450/16944472.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UjKT[2oIoztQ~pWCt7t7xuj[WVayIqofRjRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/582643", "modelId": 524406} \ No newline at end of file diff --git a/datasets/metadata/582687.json b/datasets/metadata/582687.json new file mode 100644 index 0000000000000000000000000000000000000000..82545ac2537ca5daed6b9ae43a13ea2d3163209d --- /dev/null +++ b/datasets/metadata/582687.json @@ -0,0 +1 @@ +{"id": 582687, "index": 0, "name": "deep Onyx black woman v2", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-19T07:19:20.739Z", "availability": "Public", "nsfwLevel": 13, "description": "deep Onyx black woman ver2
", "trainedWords": [], "stats": {"downloadCount": 59, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 498062, "sizeKB": 131143.0498046875, "name": "582687_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T04:25:49.533Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A11FA13B", "AutoV2": "0A2549DBBC", "SHA256": "0A2549DBBCE4DA80F3B69D687E3053192E1C5C2C11C9749076A619ED49BA5922", "CRC32": "4D74D721", "BLAKE3": "E28D3FDC30CA5812756532B3169B9CCB8109F2E89656D3EC3542681D03DFBFBB"}, "downloadUrl": "https://civitai.com/api/download/models/582687?type=Training%20Data"}, {"id": 498318, "sizeKB": 223107.84765625, "name": "deep_Onyx_black_woman_verz.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T07:15:53.716Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4B103A79", "AutoV2": "5B0723B1E0", "SHA256": "5B0723B1E08137D62BB6275B1278B24EAE1D432EBFC6F545B3817A320E2C46BD", "CRC32": "66C1F9CD", "BLAKE3": "9CBE7E9A5F0F3A86022EE13DB2F7B2CD218EBA532C170AFAE67CBB97E03DEDB4", "AutoV3": "3D320A6B36FB"}, "downloadUrl": "https://civitai.com/api/download/models/582687", "primary": true}], "images": [{"id": 16327315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94c87dff-0245-40d8-8fb1-64b43632c0e3/width=450/16327315.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7DIj[00LzDhPU00yD4-?uIA~V9F9aoyWA$*", "type": "image"}, {"id": 16327314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95e79348-8c97-4cb3-b0c7-102d365d6896/width=450/16327314.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7D[nOM|0}Rk0gkBRjs:01jZ~Ba|NHofM|a|", "type": "image"}, {"id": 16327316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12f6bbee-31b7-4766-9606-2582614bee6a/width=450/16327316.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U5B;5mkU00%fIURi00x]%hoM~DV@00RQ-Cs:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/582687", "modelId": 524448} \ No newline at end of file diff --git a/datasets/metadata/582806.json b/datasets/metadata/582806.json new file mode 100644 index 0000000000000000000000000000000000000000..c9a9edb6bb9755c83d59ca9e3e1c636931c03583 --- /dev/null +++ b/datasets/metadata/582806.json @@ -0,0 +1 @@ +{"id": 582806, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-19T17:30:26.252Z", "availability": "Public", "nsfwLevel": 28, "description": "Created on Autismix_confetti
", "trainedWords": [], "stats": {"downloadCount": 118, "ratingCount": 0, "rating": 0, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 499254, "sizeKB": 223100.61328125, "name": "Super_Womancrisisontwoearths.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T17:21:14.047Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4E1DB149", "AutoV2": "E67EA28811", "SHA256": "E67EA288116B2027DB5EA81CA2B775B7E108D050FBBC250FB647F073D86C2A3C", "CRC32": "A86AF05C", "BLAKE3": "0045597C4EB9B89F05975E2C47FB570FE5045332C7835075A2A04EA1C3A3D0A6", "AutoV3": "D03402AABE50"}, "downloadUrl": "https://civitai.com/api/download/models/582806", "primary": true}, {"id": 498201, "sizeKB": 19778.1318359375, "name": "582806_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T05:55:48.797Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E64B03DB", "AutoV2": "22044D6B7C", "SHA256": "22044D6B7C827E0A7B796A9AE6A5925ED4E84298B35A1DDA2BAFBBD0FBABAE7B", "CRC32": "DF912459", "BLAKE3": "46682BA8F2F16063C1915AE3EB2B0224105BBD8F7E78C83221EEDEA9C33B0EEB"}, "downloadUrl": "https://civitai.com/api/download/models/582806?type=Training%20Data"}], "images": [{"id": 16387400, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e512e698-1eab-47d0-9d87-8122033a5cc2/width=450/16387400.jpeg", "nsfwLevel": 8, "width": 1760, "height": 1760, "hash": "U6BMrgx]YRnh%MogxuniD*ofROtRD%n$WBW=", "type": "image"}, {"id": 16375800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bce88c93-cd0c-4c60-bd87-63aeae2167ab/width=450/16375800.jpeg", "nsfwLevel": 4, "width": 2400, "height": 2400, "hash": "U6Bz2+tR.Tae-;j]WVWBXAayROof%2jsWWbH", "type": "image"}, {"id": 16375797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d7ac667-8a92-403a-abd1-6916acbd482c/width=450/16375797.jpeg", "nsfwLevel": 4, "width": 1496, "height": 1496, "hash": "U4E2Oj010|Ad00WXnOof02?b}s,-{dJ7X,RQ", "type": "image"}, {"id": 16381278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a128ed8-1eb2-45d2-9b99-842e2ec94600/width=450/16381278.jpeg", "nsfwLevel": 16, "width": 1568, "height": 1568, "hash": "U7FXn_X9u6DiPVkCt6IU0g-o^Pxu9Es:M{xv", "type": "image"}, {"id": 16381275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39698772-9fc4-4901-90d6-0ad9e2026114/width=450/16381275.jpeg", "nsfwLevel": 16, "width": 1568, "height": 1568, "hash": "U6C#}gXB0tI;1UWYtTNang-S}=$zT3NGRjIp", "type": "image"}, {"id": 16381276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ede22189-0a64-41f2-aebb-8ecf54e7a940/width=450/16381276.jpeg", "nsfwLevel": 16, "width": 1568, "height": 1568, "hash": "U6Dk[XWr24M^BtXAxuM_ENb{^POZ?J-5ogJW", "type": "image"}, {"id": 16381256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f9599f3-8a0d-4355-a075-7feaa90a8539/width=450/16381256.jpeg", "nsfwLevel": 16, "width": 1808, "height": 1808, "hash": "U3846|sT1PNe00bGM{ja?da}$#oLD$WBt6a|", "type": "image"}, {"id": 16381277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1369467-2dbe-459a-bb97-97fba6178153/width=450/16381277.jpeg", "nsfwLevel": 16, "width": 1808, "height": 1808, "hash": "UDINv}xZ%$%M~Wt6NHof~Vt7MxV@%1oLR-ay", "type": "image"}, {"id": 16381279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88b36a63-802a-4f63-a575-2f67bbbd21e3/width=450/16381279.jpeg", "nsfwLevel": 16, "width": 1808, "height": 1808, "hash": "U3846|sT1PNe00bGM{ja?da}$#oLD$WBt6a|", "type": "image"}, {"id": 16381280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf596516-0171-417c-ac0e-3ac605e6e776/width=450/16381280.jpeg", "nsfwLevel": 16, "width": 1928, "height": 1928, "hash": "U08gEVp00I={0%I:~D$%D*xbIlS1?FxFxIEf", "type": "image"}, {"id": 16384663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ba6af2e-9a16-4052-893f-251e12b23fb3/width=450/16384663.jpeg", "nsfwLevel": 16, "width": 1920, "height": 1920, "hash": "UEEeiS%M*0M{E+j[$%axSgWB$MoLx]oLNaR*", "type": "image"}, {"id": 16384664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f66fe75-9a61-4391-a94e-930f85f196a8/width=450/16384664.jpeg", "nsfwLevel": 16, "width": 1152, "height": 1152, "hash": "UBELW=RPT}%M11R+-TozD%kCrqRjxCoLI;Rj", "type": "image"}, {"id": 16384661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b119632-c00b-4aab-b963-4a3d583aa6dc/width=450/16384661.jpeg", "nsfwLevel": 16, "width": 1152, "height": 1152, "hash": "UCE2RnMxT}%M13R*-TofD%WXi^V@$fsmNHR*", "type": "image"}, {"id": 16384662, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dee3436d-e6c0-4d4c-a997-8ef0ea61b9f4/width=450/16384662.jpeg", "nsfwLevel": 16, "width": 1152, "height": 1152, "hash": "UDD[z,V@YRxu13Rk=xofE1f+VsRj$fjZNHjY", "type": "image"}, {"id": 16387322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccb7fdf6-256c-4bff-a7c4-1e53c2a76b23/width=450/16387322.jpeg", "nsfwLevel": 4, "width": 1760, "height": 1760, "hash": "UADu[Ct7?ct7~WayxaoLxuofM{ay-oj[NGWC", "type": "image"}, {"id": 16387319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5d6daec-f8dc-4017-b970-b6b83973c0f1/width=450/16387319.jpeg", "nsfwLevel": 8, "width": 1760, "height": 1760, "hash": "U6BMrgx]YRnh%MogxuniD*ofROtRD%n$WBW=", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/582806", "modelId": 524551} \ No newline at end of file diff --git a/datasets/metadata/582878.json b/datasets/metadata/582878.json new file mode 100644 index 0000000000000000000000000000000000000000..e7f1f1bdfc8d18515153c42236da70b4449e7402 --- /dev/null +++ b/datasets/metadata/582878.json @@ -0,0 +1 @@ +{"id": 582878, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-19T09:38:19.413Z", "availability": "Public", "nsfwLevel": 1, "description": "Worm from Worms 3D saga
", "trainedWords": [], "stats": {"downloadCount": 31, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 498290, "sizeKB": 9064.6875, "name": "582878_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T07:00:43.549Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "80228514", "AutoV2": "475436B5B7", "SHA256": "475436B5B7EE4C33AC9A7963B95151A852A3FA39B5183A6FA6A34BA42033E0DF", "CRC32": "8B602C03", "BLAKE3": "8C77E6FFBD39ABF36C45BA7476551E903FA0F9D9B924B7F34A800CD955F2B59A"}, "downloadUrl": "https://civitai.com/api/download/models/582878?type=Training%20Data"}, {"id": 498481, "sizeKB": 223102.04296875, "name": "Boggy_B_V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T09:21:14.400Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4F389066", "AutoV2": "07AF8035CE", "SHA256": "07AF8035CE46D69C9592A16E6B2053FA9B684C98BA75E3D569996A6D55737550", "CRC32": "3803B541", "BLAKE3": "E5E24B97F0B576DC28CFBE91A61344874454CB5D34B8F350C2AFD0936C7E9A91", "AutoV3": "957D4AD51428"}, "downloadUrl": "https://civitai.com/api/download/models/582878", "primary": true}], "images": [{"id": 16336368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cc58e9c-c6f7-4440-9214-3256bd4f8e0d/width=450/16336368.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3BoO318$%jN1r}[InsS0iIBt9K502F4$g$*", "type": "image"}, {"id": 16336367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1d8c55a-dacd-4564-b3f4-f99135d6daf8/width=450/16336367.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHCPhli]totmEyI]xB%2Iws,R:Rn~Wj]xvjc", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/582878", "modelId": 524618} \ No newline at end of file diff --git a/datasets/metadata/582923.json b/datasets/metadata/582923.json new file mode 100644 index 0000000000000000000000000000000000000000..df2526bbf12985fcc469cf7f8b68207360a96139 --- /dev/null +++ b/datasets/metadata/582923.json @@ -0,0 +1 @@ +{"id": 582923, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-20T03:14:03.086Z", "availability": "Public", "nsfwLevel": 1, "description": "v1.0 - First version
21 screenshots from the SFW video were added
hi
", "trainedWords": [], "stats": {"downloadCount": 20, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 498655, "sizeKB": 223112.83203125, "name": "yuzuki-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T11:21:07.738Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A28B09E4", "AutoV2": "ADA2103AFC", "SHA256": "ADA2103AFCFA9204B1C34D2517E6EDC61517A0788F7B71ABBE06F16D7F05E728", "CRC32": "FF4DA897", "BLAKE3": "81C0812EE9C6D215CC2705873E1AE95B5029841259EBAE79C6EDA4A31395AD4B", "AutoV3": "743F77E02E82"}, "downloadUrl": "https://civitai.com/api/download/models/583218", "primary": true}, {"id": 498595, "sizeKB": 51705.0537109375, "name": "583218_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T10:36:12.191Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "96E90A14", "AutoV2": "8A2DF730B2", "SHA256": "8A2DF730B28A1AC0BF755F797A314E69913FD94C5B9E21BB2635750531664924", "CRC32": "77D0784D", "BLAKE3": "0DEFAA9F4A25CB9B9C5BE9B6ACCE72F8F04AF529CFCEED8A85C3227963EA488C"}, "downloadUrl": "https://civitai.com/api/download/models/583218?type=Training%20Data"}], "images": [{"id": 16345466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6443c527-fb1c-4b2d-b508-6935cebd3f81/width=450/16345466.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UQL4mW%M?w%M^+x]RPxuD%x]-ps;s:o#xufl", "type": "image"}, {"id": 16345464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/334f9d27-ea1c-4d5d-b163-e66f33a421f1/width=450/16345464.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UJLzdU=|*J%2yYtl_3og9FoLjEjsMxR5aekW", "type": "image"}, {"id": 16345463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d07c6495-8473-4c1c-9a17-c1f1fa7fe600/width=450/16345463.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFLD+7.80g%MY7%1~WXT_N4.~W?a_3IA9ZIU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/583218", "modelId": 524925} \ No newline at end of file diff --git a/datasets/metadata/583364.json b/datasets/metadata/583364.json new file mode 100644 index 0000000000000000000000000000000000000000..181cd7fa995837363bbb03ada99eaa455f8d9248 --- /dev/null +++ b/datasets/metadata/583364.json @@ -0,0 +1 @@ +{"id": 583364, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-19T13:50:20.581Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["HospitalWA, indoor", "Medical bed ", "Wall on the background"], "stats": {"downloadCount": 337, "ratingCount": 0, "rating": 0, "thumbsUpCount": 58, "thumbsDownCount": 0}, "files": [{"id": 498761, "sizeKB": 136504.8056640625, "name": "583364_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T12:56:15.116Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2F0833CF", "AutoV2": "9FAF80751C", "SHA256": "9FAF80751C5445D14E0E29F55AC853F5F31488BC6C1FB4BD1C12E88C4FA1D791", "CRC32": "8BDCBC97", "BLAKE3": "89D67CA8C80DD4D34C70701456BD6A7F3653A7DDA3F5F2AF4F90A81664DBEDE5"}, "downloadUrl": "https://civitai.com/api/download/models/583364?type=Training%20Data"}, {"id": 498856, "sizeKB": 223100.89453125, "name": "Hospital_warm_anime.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T13:46:07.201Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2D2C1841", "AutoV2": "1D6F91F6AF", "SHA256": "1D6F91F6AF621B3442F8E625E5C8F04410095F3B98F63EED5B4171E024803601", "CRC32": "6D1582DC", "BLAKE3": "46338B8F91CA701EFE816293ACBE9E6CD9B6267B1AAB5E0172294EAEB9447381", "AutoV3": "5DC999FC1442"}, "downloadUrl": "https://civitai.com/api/download/models/583364", "primary": true}], "images": [{"id": 16357863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e70492b-2f37-4723-8485-0c7aaa4f3328/width=450/16357863.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDMtde?a00Rk~q_2^*WAD$9F4ooe01x]%Nt7", "type": "image"}, {"id": 16357862, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9d5f80c-80f8-4504-8d09-bcf3a458051c/width=450/16357862.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKK_taxZ01t7~qt8RkR+8{t7WAWB9Fs.xtoJ", "type": "image"}, {"id": 16357869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6816b59-bd25-4657-bb33-fd872844e9aa/width=450/16357869.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UILqkY9H9G_3~qt6xuM{E2IBM{kC9FM{%Mxt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/583364", "modelId": 525056} \ No newline at end of file diff --git a/datasets/metadata/58343.json b/datasets/metadata/58343.json new file mode 100644 index 0000000000000000000000000000000000000000..5edd8399929dc5ff259150b7b857f55fed9f6f4d --- /dev/null +++ b/datasets/metadata/58343.json @@ -0,0 +1 @@ +{"id": 58343, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-04-29T18:17:44.073Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": ["gunatyou", "gun", "aiming at viewer", "holding gun"], "stats": {"downloadCount": 7123, "ratingCount": 767, "rating": 5, "thumbsUpCount": 947, "thumbsDownCount": 0}, "files": [{"id": 41494, "sizeKB": 9867.46875, "name": "dataset-20230429T181607Z-001.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-29T18:21:10.048Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9D4F4B0B", "AutoV2": "AE29A8AAE7", "SHA256": "AE29A8AAE7B3823B3AB56593A7B2A63F4D21E884D89198C1B1AADE520BC45E7E", "CRC32": "F68F7419", "BLAKE3": "E910DD3328718C3273D7FC854CD0B71CCF4AF81CE7A0BDD788AC062B776C0C72"}, "downloadUrl": "https://civitai.com/api/download/models/58343?type=Training%20Data"}, {"id": 41495, "sizeKB": 18553.0986328125, "name": "gunAimingAtYouV1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-29T18:21:10.333Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "2C0CDC5A1F", "SHA256": "2C0CDC5A1F656F495F80E5AFC695FE3D9F38F8AF699D66FDC936F1D518469879", "CRC32": "CA244205", "BLAKE3": "807A093CFAAAA7D255A35F79FDA26B86EA389D635023C750BC652DACA8F1E43E", "AutoV3": "FD311BAC6D2E"}, "downloadUrl": "https://civitai.com/api/download/models/58343", "primary": true}], "images": [{"id": 634824, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcdcd216-9b9e-4a38-2217-acb721677200/width=450/634824.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCH_0#~A0KX:NsxtRPMdvdNHkYkXRPM_XAkX", "type": "image"}, {"id": 634822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/525f6a51-e1f6-4c4a-aad7-9f7c9923ef00/width=450/634822.jpeg", "nsfwLevel": 8, "width": 768, "height": 768, "hash": "UJH_GTVZKG%2.7o$~9v}OuoI-PIpRRn+i^NF", "type": "image"}, {"id": 634823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5776713b-2b41-486b-c0cd-8184be2cbb00/width=450/634823.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9H--{o+00_LirS$%%^*00?Z%5,+Otv{Q,TL", "type": "image"}, {"id": 634829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17637bfc-9a24-48ce-27a7-78b4929eb400/width=450/634829.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UZH^R}}@9^JAidwIM{NGwJt7tRxZs.smWVNH", "type": "image"}, {"id": 634828, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b6b3c49-06ca-42ca-8280-1b097b880900/width=450/634828.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMFP80D%xuRj~pM{M{t7RiRjM{xuM{ayxuaf", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/58343", "modelId": 53983} \ No newline at end of file diff --git a/datasets/metadata/583486.json b/datasets/metadata/583486.json new file mode 100644 index 0000000000000000000000000000000000000000..3351ed188dce8bc6ca9ce90587710f6a3ccc5f19 --- /dev/null +++ b/datasets/metadata/583486.json @@ -0,0 +1 @@ +{"id": 583486, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-19T14:43:29.999Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 42, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 498860, "sizeKB": 6408.4462890625, "name": "583486_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T13:50:39.449Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "567EFAC9", "AutoV2": "B7C7848B39", "SHA256": "B7C7848B3925E5FE5EB0D1BA870B743FB78160652DF35B18556F6932C0ED7DA6", "CRC32": "29769CBE", "BLAKE3": "15CBB9AE395F2DB067441932E685587D5BDFC64F7B7CA2939621F64903CBA950"}, "downloadUrl": "https://civitai.com/api/download/models/583486?type=Training%20Data"}, {"id": 498958, "sizeKB": 223099.33203125, "name": "a.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T14:41:14.534Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "15C46364", "AutoV2": "CA4B66FFC6", "SHA256": "CA4B66FFC69E52D43C04DB11F8F619FF0E561F9DD5D7866C1F26438151A2BF21", "CRC32": "C19CA328", "BLAKE3": "A959358279E76496A0626D29575E7248B5B442341BDFF9E38D29E2B6E9611C86", "AutoV3": "E436126CC76B"}, "downloadUrl": "https://civitai.com/api/download/models/583486", "primary": true}], "images": [{"id": 16362244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d1c110f-3d3c-4b6f-a85e-d2f3a9ff3b23/width=450/16362244.jpeg", "nsfwLevel": 2, "width": 888, "height": 1272, "hash": "UIRogT?].R%Mv~oztlV@%}ofbuV@%#RQRPof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/583486", "modelId": 525166} \ No newline at end of file diff --git a/datasets/metadata/583502.json b/datasets/metadata/583502.json new file mode 100644 index 0000000000000000000000000000000000000000..1bdadf4b92a7a6a205e2f2534218623840c42f15 --- /dev/null +++ b/datasets/metadata/583502.json @@ -0,0 +1 @@ +{"id": 583502, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-19T14:24:05.999Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["yun^2", "black_shirt_wing_collar_cleavage_cutout_juliet_sleeves_white_wrist_cuffs_pink_necktie_pink_layered_skirt_brown_belt_thighhighs", "Black_frilled_shirt_black_frilled_shorts_off_shoulder_short_sleeves_pink_frills", "hair_ornament_award_ribbon", "pink_frilled_bikini", "playboy_bunny"], "stats": {"downloadCount": 80, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 498874, "sizeKB": 37037.078125, "name": "YunyunV2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T14:00:48.433Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8E7683E2", "AutoV2": "DB5D8AA0F2", "SHA256": "DB5D8AA0F2BA63DD60DDAF715E9A0CD1C759FA03FB6C3F52B51389D84E3155BA", "CRC32": "E3008A37", "BLAKE3": "D40B8A217EAF5E722DA16EFCA924E654A0DC11E1FE44DBFC97394AB969BC6CEC", "AutoV3": "87D408A4CAB7"}, "downloadUrl": "https://civitai.com/api/download/models/583502", "primary": true}, {"id": 498876, "sizeKB": 529641.4775390625, "name": "data108yunyun.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T14:01:19.937Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8672E847", "AutoV2": "D5AF5035AE", "SHA256": "D5AF5035AE251988BF35D0F625B3EF255616139C1B08B4F06AC465B1A13C4E47", "CRC32": "E50735A4", "BLAKE3": "B2B3EE6BFDBEC0B6C9943BD50938A396A9A09B084B9BC3DCAA3662DE521A7F29"}, "downloadUrl": "https://civitai.com/api/download/models/583502?type=Training%20Data"}], "images": [{"id": 16360353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41eb41a4-3ced-48d2-a222-a05a3a415e01/width=450/16360353.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UGE-|6~WAdIVJ5X9D%NFNERixaNGIqai$+xa", "type": "image"}, {"id": 16360003, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a5a8aff-dfc6-457f-8295-f0f8ee7a26be/width=450/16360003.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U9E{690000?bnN%24.WB00bu~Wxa57W:$%oL", "type": "image"}, {"id": 16360079, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ba65b35-0507-460f-bccc-fe34acc353de/width=450/16360079.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UDF#wX~X02IoEJNa9FD%Dj?G~WNFABIVr^xu", "type": "image"}, {"id": 16359958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a297ae1-a57d-4cff-ac35-ed5aa6a66b4c/width=450/16359958.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UIH1us~W?G%1V|s=4;IV0fM}E2R:9rNG~Boe", "type": "image"}, {"id": 16360120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92872103-0d8f-4635-90fc-bc3e37989437/width=450/16360120.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UDE.bQ~W0gI;9YR*4-9ZR6?G?bE1K0ELM|xu", "type": "image"}, {"id": 16360020, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d82db42-34ed-42c5-a10c-1b04794ee1cd/width=450/16360020.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U9GI4j%21S%M?c4-Ej-:0JR~000000M{}@?a", "type": "image"}, {"id": 16360153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd3c747e-afa8-402f-ae22-1bd296f5e07b/width=450/16360153.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UII4I@~Da2S1S6-pa2a101a65RRoD$E2-:J6", "type": "image"}, {"id": 16360194, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f544c2e-baf1-4e4f-bdfa-0d2f4baac454/width=450/16360194.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UFE.|vxaC9-;_4WBELn$00NFR3M_4ot6=xt7", "type": "image"}, {"id": 16360221, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4093718-7b83-4654-ba24-0a5318b203b9/width=450/16360221.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UCG*mLM|#O?H-s-V0M%200NO9%s=J2EO~TWa", "type": "image"}, {"id": 16360477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/956653d7-ca63-418e-8559-62e4c682a7f5/width=450/16360477.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "URFFdaRj?w-pxtWXIpNG9ERi9Fj@D*t6s.Rk", "type": "image"}, {"id": 16360491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c5d69e2-9c00-449a-b263-f66a44f44a9c/width=450/16360491.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UPFYr~-=*0R$%1tQIpWr00WC4nIoIpM{=|s:", "type": "image"}, {"id": 16360228, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb82744b-51d4-42cd-9dc6-bdf9c17ff1e2/width=450/16360228.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UBF=H~%300%30JE1NDNG00oI~Vt7t-RkRPRl", "type": "image"}, {"id": 16360258, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2df64f7-bfa0-4463-a580-5daae6f0ae53/width=450/16360258.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UEEVX5~D0g9angkp9EWVXTRQcHR;4nkW-ooz", "type": "image"}, {"id": 16360284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0cadd37-8572-4800-b8e3-0c1d1d4f3ad9/width=450/16360284.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "U9Js^V0000~W00K5-;Di00%K#m_201-;EMD*", "type": "image"}, {"id": 16360319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4119cc25-4ad1-4b53-a44d-53b19b09865c/width=450/16360319.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UAI4bZ?w000000^k~C9t0KD%=}kqDjr?bb%3", "type": "image"}, {"id": 16360479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed6230ee-9a1e-49e5-8447-0b97bbbff3ca/width=450/16360479.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UHD]Ma~XOsI;D#ja9FIURhRjs:M_ENs:oIof", "type": "image"}, {"id": 16360496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ce06af4-8ae1-41fe-b576-982d5da9525f/width=450/16360496.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U6JHXb?^0001004:0#RO00=__NoI00xu-5Ri", "type": "image"}, {"id": 16360333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1daafab1-4b96-4068-bd75-4ef39ca71e4b/width=450/16360333.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDDJ6v?J.Tox-:WU9uWB00Im9FRjH?n#n}oc", "type": "image"}, {"id": 16360501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52f62144-e742-42c7-a719-122c575ff44a/width=450/16360501.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UDDca-000Jxw:g%%0Msj0Nv|x?R;4,Se%3-U", "type": "image"}, {"id": 16360404, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bba0db31-de35-48d1-bdc5-572329af73e9/width=450/16360404.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "U8Gkz$;I00O@00561Uj19D%%]z^H00Rjo#W,", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/583502", "modelId": 525167} \ No newline at end of file diff --git a/datasets/metadata/583544.json b/datasets/metadata/583544.json new file mode 100644 index 0000000000000000000000000000000000000000..b7266105e0881a4fc5dfd634d1092efc1ae9104f --- /dev/null +++ b/datasets/metadata/583544.json @@ -0,0 +1 @@ +{"id": 583544, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-20T07:15:01.210Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 500578, "sizeKB": 18546.2578125, "name": "secB_Vo-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T07:11:12.364Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "C0970A2CFC", "SHA256": "C0970A2CFCCB4295F95E13B990775B0D72945FA0C56D2BECEC8E2162BBAF3E1E", "CRC32": "45972FB7", "BLAKE3": "6ED1CEA8F7DDDD6596AA0426413A67FAB41BB49762730B42610F70CD225760E9", "AutoV3": "9F6F898A2C0C"}, "downloadUrl": "https://civitai.com/api/download/models/583544", "primary": true}, {"id": 498951, "sizeKB": 1472.9140625, "name": "583544_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T14:36:02.285Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "E9978320B4", "SHA256": "E9978320B4FE57B01D3A70192C064AAB75BBB294D5654C768422D7EDF411B542", "CRC32": "A90E8E30", "BLAKE3": "EA4D800AFB08981DE7FE282F3DD3E2040930A94938E4C5AFECA75A8E376ED9CC"}, "downloadUrl": "https://civitai.com/api/download/models/583544?type=Training%20Data"}], "images": [{"id": 16451208, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8162bd6f-1014-40d2-8e40-952b09190126/width=450/16451208.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "U5OxzWxb~V~V00_3%L%M00IBWVIo01v~9F4U", "type": "image"}, {"id": 16451212, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98396c02-c245-488c-a903-f791c13a6edb/width=450/16451212.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UHOo*4~W5%kp33r_J7xu0dwOxuWA9tW;?Hbb", "type": "image"}, {"id": 16451211, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62d493ed-3e6c-4686-a6d8-95ec5f5ef23a/width=450/16451211.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U7MZH;tk00-p01M|^*={00bakB00=xIVt7~V", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/583544", "modelId": 525212} \ No newline at end of file diff --git a/datasets/metadata/583597.json b/datasets/metadata/583597.json new file mode 100644 index 0000000000000000000000000000000000000000..2625567ea4e7a31f6233dee39503c3370031ee69 --- /dev/null +++ b/datasets/metadata/583597.json @@ -0,0 +1 @@ +{"id": 583597, "index": 1, "name": "V1 PONY", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-20T00:59:39.090Z", "availability": "Public", "nsfwLevel": 28, "description": "trigger words : whis , blue skin, white hair, pointy hair, lavender eyes, purple lips
", "trainedWords": ["whis", "blue skin", "white hair", "pointy hair", "lavender eyes", "purple lips"], "stats": {"downloadCount": 44, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 499643, "sizeKB": 15115.015625, "name": "583597_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T20:50:35.694Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "469B200F", "AutoV2": "6B1A2598CF", "SHA256": "6B1A2598CF0C0CEB62B69C03BEDD3B8A125BA7AE82710AF0BE09FC704436E38C", "CRC32": "F21FD083", "BLAKE3": "C77B8E8055E033B6D8AEC146CD9DBEDCB6CDDBD75199512DFC56380495A39523"}, "downloadUrl": "https://civitai.com/api/download/models/583597?type=Training%20Data"}, {"id": 500057, "sizeKB": 223107.95703125, "name": "Whis_dragonball_super_PONY.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T00:50:57.411Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "076C578A", "AutoV2": "F49431A268", "SHA256": "F49431A268543BAA5C16FBDCE3CDCB694E6CFAD75E97C8025F6A256A83EA7273", "CRC32": "C64BF180", "BLAKE3": "9FC3CC88BCF238DB68492292C533B458FCE8ACD4548BDAA3EDE48185313EAFD2", "AutoV3": "54D922471BE9"}, "downloadUrl": "https://civitai.com/api/download/models/583597", "primary": true}], "images": [{"id": 16417204, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/762ac61d-62be-4c89-a2a2-b3d8d79540ff/width=450/16417204.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDMjzjYO*hxb~S^QQoI:=wFdtR%L-q#rR8Va", "type": "image"}, {"id": 16417206, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebf72d26-87a0-403d-9fb6-601ddb9d9cf3/width=450/16417206.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "USN,rto#}us;$l%1M#NHxtNIS6js-ooLjboe", "type": "image"}, {"id": 16422634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d085feff-8701-48a8-b68d-44831b71a5d0/width=450/16422634.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UJHB7GIp}t?H-aax$kxI00WBE+V[-Vof%MV[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/583597", "modelId": 525253} \ No newline at end of file diff --git a/datasets/metadata/583606.json b/datasets/metadata/583606.json new file mode 100644 index 0000000000000000000000000000000000000000..d488b0b6cc699eaeaaea4d90e4772fce9c3f8369 --- /dev/null +++ b/datasets/metadata/583606.json @@ -0,0 +1 @@ +{"id": 583606, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-21T00:59:30.091Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 499049, "sizeKB": 48553.7734375, "name": "583606_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T15:31:21.315Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "73C2F546", "AutoV2": "D1E56243F8", "SHA256": "D1E56243F8B7BF40BEE4CA9EA37D8F4C0AE440768D619B060E2FBE47F217ECF9", "CRC32": "1BB06906", "BLAKE3": "D5A4F2F2D9606CE9A1914959BB9A0325CEF91B065A35D0EED6EE43C1CA8EBC74"}, "downloadUrl": "https://civitai.com/api/download/models/583606?type=Training%20Data"}, {"id": 502258, "sizeKB": 36978.1171875, "name": "Thorn_Dungeon_Explorer-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T01:01:13.578Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6BEC4708", "AutoV2": "75EEE89C2A", "SHA256": "75EEE89C2AB8C57068579F6DD1AF4BE6341D2369A74F76D10CD6E429C19861C9", "CRC32": "EBDF3783", "BLAKE3": "800B3CD9B5F0FDF840CAD815DFB2C20A34A69C95B05093F9139CBF02CFC319D0", "AutoV3": "34D7C70E0B1F"}, "downloadUrl": "https://civitai.com/api/download/models/583606", "primary": true}], "images": [{"id": 16543132, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e0068b5-0c5d-4695-86f0-3683d642d03d/width=450/16543132.jpeg", "nsfwLevel": 1, "width": 3072, "height": 4096, "hash": "U6D9SJoa~A^,04NHRONH^xWF9Zt2MK%J~WR.", "type": "image"}, {"id": 16543150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f10f94e-f495-4d85-ba30-c8aba37de83f/width=450/16543150.jpeg", "nsfwLevel": 2, "width": 3072, "height": 4096, "hash": "UFDu*;56I9-;%gsl9ZW=~9IpIpxaMx%1NIR+", "type": "image"}, {"id": 16543151, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fb4219b-3ee9-4279-a6a8-859d3e3b3e71/width=450/16543151.jpeg", "nsfwLevel": 2, "width": 3072, "height": 4096, "hash": "UMH^^i^i,,M|~Wofelae~UogE2sS%LkCRjRk", "type": "image"}, {"id": 16543137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5111a5a7-ff16-4575-9733-e2327cd05a54/width=450/16543137.jpeg", "nsfwLevel": 2, "width": 3072, "height": 4096, "hash": "UHFhYix];8aK00M|9soz~Wt6WFNGD$Rjobs-", "type": "image"}, {"id": 16543128, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0b1a0b8-a391-4250-afa3-8a5b36960ff0/width=450/16543128.jpeg", "nsfwLevel": 1, "width": 3072, "height": 4096, "hash": "UKI4nc4:]#krSjM|M{xu~VIV9Z-pkDjYRjoz", "type": "image"}, {"id": 16543149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/127eb90b-3fd6-45ba-b023-6d76b20e3151/width=450/16543149.jpeg", "nsfwLevel": 2, "width": 3072, "height": 4096, "hash": "UDF51_58=ENe0j%1E2od~9NIEMM|n,xVs.a#", "type": "image"}, {"id": 16543152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d97e0188-1b3c-46c5-9b09-2f9bbdf67a70/width=450/16543152.jpeg", "nsfwLevel": 1, "width": 3072, "height": 4096, "hash": "UHG7;|o#}R=_tmS3nMsln4Ip9uEMRQEQofWC", "type": "image"}, {"id": 16543180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98f6d8b6-2551-4294-954b-55f63c3d83bc/width=450/16543180.jpeg", "nsfwLevel": 1, "width": 3072, "height": 4096, "hash": "UIELjG^$R5RQ?HofD*E2~8%1E2a#RiNHRnR+", "type": "image"}, {"id": 16543159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85d37703-c567-47a0-adaa-79d445624bbf/width=450/16543159.jpeg", "nsfwLevel": 1, "width": 3072, "height": 4096, "hash": "UJG[KAtQVGs.Nss:E0WB~VfP0Lj[flj[R-jt", "type": "image"}, {"id": 16543161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d86f551a-890a-45b0-8b37-92ac8aef2dc7/width=450/16543161.jpeg", "nsfwLevel": 2, "width": 3072, "height": 4096, "hash": "UCEC5zrq}l^*4;={IoV[-:9v9uS44.-oxuM{", "type": "image"}, {"id": 16543166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b158b7d0-9005-48ba-a0d1-267d99a44c73/width=450/16543166.jpeg", "nsfwLevel": 1, "width": 3072, "height": 4096, "hash": "UnKwB{-n~Us:#Ps9ROaxxaofIVWCVsWVS5WC", "type": "image"}, {"id": 16543167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56b190e8-3adf-498a-9dbc-95c1d69ef0b7/width=450/16543167.jpeg", "nsfwLevel": 2, "width": 3072, "height": 4096, "hash": "UFCF-VE1IU%Mo$M|M_xu~ANIWBofIpR*j]oJ", "type": "image"}, {"id": 16543168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eafafdce-00ba-4d25-89f8-abb79a14e77a/width=450/16543168.jpeg", "nsfwLevel": 2, "width": 3072, "height": 4096, "hash": "U9B:a49FVX?H0Lxa9Zt7~UNHWBoe01%Lt8M|", "type": "image"}, {"id": 16543179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/084b1d90-415a-4544-a008-50bfe7395f00/width=450/16543179.jpeg", "nsfwLevel": 1, "width": 3072, "height": 4096, "hash": "UGGk?-%M~qxs0NoM4:Io~TX8RP%LE2R*xuxb", "type": "image"}, {"id": 16543223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f07a9a00-05f3-4f69-b9bf-6998643d67f1/width=450/16543223.jpeg", "nsfwLevel": 2, "width": 3072, "height": 4096, "hash": "UEFhbT9a}+xa0Oxa9aR*xojcEMR*9bs%-ooM", "type": "image"}, {"id": 16543170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/637d8594-1f1e-476f-8e01-eca38bd4ecb7/width=450/16543170.jpeg", "nsfwLevel": 2, "width": 3072, "height": 4096, "hash": "UAD[*802x9%20o^iE0so~S9ZIos,4-xu=|EL", "type": "image"}, {"id": 16543244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab0fe2ae-2742-4036-8530-dcd1b95095a7/width=450/16543244.jpeg", "nsfwLevel": 1, "width": 3072, "height": 4096, "hash": "U2Cr~D0000=|B+^k000L}*$:0JI.01^*XRM_", "type": "image"}, {"id": 16543171, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e873618-b84e-4c2d-9d17-c853c4b7e00d/width=450/16543171.jpeg", "nsfwLevel": 1, "width": 3072, "height": 4096, "hash": "UmKKN9D%~U%1.8aKt6t6%MWBIokBozs:WBj[", "type": "image"}, {"id": 16543245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98425ad9-7566-4d51-a38c-e895388c7e8f/width=450/16543245.jpeg", "nsfwLevel": 1, "width": 3072, "height": 4096, "hash": "U9A^8*NG00%M0MxaoHIV~URkE1xt4noz%MWB", "type": "image"}, {"id": 16543175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12d70f9f-4cc0-4853-8bc0-49aae947b2ac/width=450/16543175.jpeg", "nsfwLevel": 1, "width": 3072, "height": 4096, "hash": "UIDIXm0##jS%~C9_wGSOxCj^R*s8E1xYNxwb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/583606", "modelId": 525262} \ No newline at end of file diff --git a/datasets/metadata/583607.json b/datasets/metadata/583607.json new file mode 100644 index 0000000000000000000000000000000000000000..f3ff913ecc985086712a93a4321654a3884d77df --- /dev/null +++ b/datasets/metadata/583607.json @@ -0,0 +1 @@ +{"id": 583607, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-19T16:04:44.339Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 71, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 498994, "sizeKB": 49703.0546875, "name": "582495_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T15:00:45.474Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "45C0CFE1", "AutoV2": "9D7B221F5E", "SHA256": "9D7B221F5E6E127C196F74A3053C02FAEBF1B71DAE068B1C7483E52C3D469202", "CRC32": "E66E2A6A", "BLAKE3": "4A170FB88ED888D107F2E5E4CF4A95153C77D7016E1209AED31790F0A3975D96"}, "downloadUrl": "https://civitai.com/api/download/models/583607?type=Training%20Data"}, {"id": 499018, "sizeKB": 348365.18359375, "name": "Show accurate Loona Attempt 2_epoch_2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T15:16:52.914Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B014DD3C", "AutoV2": "9F02837424", "SHA256": "9F02837424996EF400A0B8FC709D0D763A530ECCC4391DA3C1BBBAE6D3458442", "CRC32": "07820882", "BLAKE3": "F000296599303D30A60D5BF867A4179116DD479040786666C50A6CD83ED99441", "AutoV3": "B24045EB301D"}, "downloadUrl": "https://civitai.com/api/download/models/583607", "primary": true}], "images": [{"id": 16363163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf626c79-837e-47a6-b750-fd95ef887d50/width=450/16363163.jpeg", "nsfwLevel": 2, "width": 768, "height": 1280, "hash": "UEIOR$IUIA?b~qs:M_xuM{WBbHofM{ozWCD%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/583607", "modelId": 524280} \ No newline at end of file diff --git a/datasets/metadata/583666.json b/datasets/metadata/583666.json new file mode 100644 index 0000000000000000000000000000000000000000..b8f0d485b8236a05b28d662469b90aea92e1cdc0 --- /dev/null +++ b/datasets/metadata/583666.json @@ -0,0 +1 @@ +{"id": 583666, "index": 1, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-20T12:40:29.497Z", "availability": "Public", "nsfwLevel": 16, "description": "1.0
", "trainedWords": ["tentacle", "1girl", "cave", "angel", "tentacle sex", "tentacle pit", "cums", "spred legs", " details", "details eyes"], "stats": {"downloadCount": 89, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 501006, "sizeKB": 223099.66015625, "name": "Tentacle_Cave_2-000096.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T12:26:12.446Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "49932507", "AutoV2": "23337CD009", "SHA256": "23337CD0093880EC84E11C96CE78B78F31767BD6FD14B95A384AE49889D18D9B", "CRC32": "429F382C", "BLAKE3": "4F5454A5934FCA8A1EE23FE87BC5BC00D63DFD1B5DF717D7212D441A3EDCCE50", "AutoV3": "989A9FF232A6"}, "downloadUrl": "https://civitai.com/api/download/models/583666", "primary": true}, {"id": 499046, "sizeKB": 85303.314453125, "name": "583666_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T15:30:53.210Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "754FE06D", "AutoV2": "29BAC4A477", "SHA256": "29BAC4A47728BD5C5190097986A330B13C998C5F9A84409203DD6B56802D1539", "CRC32": "53BF38AE", "BLAKE3": "E7DFEF8D829F07D958C099443CCBF14A62D57FB886DC0FAA27C8987BD630F9F3"}, "downloadUrl": "https://civitai.com/api/download/models/583666?type=Training%20Data"}], "images": [{"id": 16475015, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3bbbed25-2ac9-4a7b-b712-3891272f94ca/width=450/16475015.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UAECC5ve01x^2cMJ%f%g00IU~VkD~Bt7WBIU", "type": "image"}, {"id": 16475029, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88c60e0d-e387-4064-8448-70f06e84dbb9/width=450/16475029.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U5Gt1?t400=x04Rk={I:00nO~qNa?aFxvMI;", "type": "image"}, {"id": 16475014, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a3ab579-1812-400d-b7d5-d75c1cac0ba0/width=450/16475014.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7Ex6O$%00g3AaR+Vray00ae~VbG4:so=|jb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/583666", "modelId": 525317} \ No newline at end of file diff --git a/datasets/metadata/583682.json b/datasets/metadata/583682.json new file mode 100644 index 0000000000000000000000000000000000000000..dbe618d4888db9ee37005e7a3888e78674a002a3 --- /dev/null +++ b/datasets/metadata/583682.json @@ -0,0 +1 @@ +{"id": 583682, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-20T03:41:19.136Z", "availability": "Public", "nsfwLevel": 1, "description": "Trained on SDXL but also works on Hyper
", "trainedWords": ["Waterwiggler"], "stats": {"downloadCount": 26, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 499260, "sizeKB": 12854.1298828125, "name": "583682_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T17:25:41.939Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B5C467C4", "AutoV2": "F007FF1760", "SHA256": "F007FF1760F589C3A907ADB7159018817C01C49668B330EA4559770AD9BF92BB", "CRC32": "24047181", "BLAKE3": "F6A311DACDA1AA0F32103C2D536FA6896715E2B6C3F42F038AAC4AA49780BAE5"}, "downloadUrl": "https://civitai.com/api/download/models/583682?type=Training%20Data"}, {"id": 500289, "sizeKB": 223101.63671875, "name": "WaterWiggler_SDXL-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T03:16:49.563Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "326C1010", "AutoV2": "6B218CE20A", "SHA256": "6B218CE20A11F8F64A50562C3327ACDA68870D43263496E3983CDEEDBD1EB7FB", "CRC32": "74E7BC76", "BLAKE3": "5332833F124CC678031A3A6A05E6AF58C67FA872965677A2A1D985CFD93B98FB", "AutoV3": "1726A0C4F867"}, "downloadUrl": "https://civitai.com/api/download/models/583682", "primary": true}], "images": [{"id": 16432529, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68d208f1-824f-40ca-ae4b-a2eb68716a4e/width=450/16432529.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URQb-L%MQ5t7%~XlVsrFLwV?q^kqrYrZo#Tb", "type": "image"}, {"id": 16432541, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20080634-6e50-4ec7-8b43-3c0558f50b8f/width=450/16432541.jpeg", "nsfwLevel": 1, "width": 832, "height": 832, "hash": "UeLr0pkD?Eoz-.$%WCNH~8WVIVsmR.IqW.xs", "type": "image"}, {"id": 16432543, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81d82351-1fe5-4727-b8d6-e61866461174/width=450/16432543.jpeg", "nsfwLevel": 1, "width": 832, "height": 832, "hash": "UdL#d,bE?IkV?H$+R*NF~EWUITsDNaInjYxb", "type": "image"}, {"id": 16432540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e76d4f04-ba4e-4a8d-a902-0c7785693f71/width=450/16432540.jpeg", "nsfwLevel": 1, "width": 832, "height": 832, "hash": "UXQH^srrLytR%gg3WUn5LxX8m,axt7f+afae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/583682", "modelId": 525335} \ No newline at end of file diff --git a/datasets/metadata/583732.json b/datasets/metadata/583732.json new file mode 100644 index 0000000000000000000000000000000000000000..0890d3ff3821ae2b6c94ea06a752ab9c3f71a6d1 --- /dev/null +++ b/datasets/metadata/583732.json @@ -0,0 +1 @@ +{"id": 583732, "index": 1, "name": "v1.1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-19T16:14:40.106Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 37, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 499125, "sizeKB": 223101.58203125, "name": "Show Accurate Loona_epoch_2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T16:16:48.593Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A48274BC", "AutoV2": "1478D44895", "SHA256": "1478D448954E203E9240B0502F4A3EF28D73FAFC143287E8959BE4BBF0B0F603", "CRC32": "A2D5A38E", "BLAKE3": "7862725704F552DA31F607F3CF32D0096E95DDE745490D3561612610EA72F3D3", "AutoV3": "671DD406F114"}, "downloadUrl": "https://civitai.com/api/download/models/583732", "primary": true}, {"id": 499115, "sizeKB": 17725.5712890625, "name": "566514_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T16:10:49.407Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B013F9D0", "AutoV2": "E17D929E2E", "SHA256": "E17D929E2EDECB196380482579DE476E5B17196B9B9EAA23E1630C1CB7058226", "CRC32": "4B32ACA7", "BLAKE3": "F0262F9066D12BA5E510F6334ECEFD26F60205510C3CDCE4987C488EC2893B6E"}, "downloadUrl": "https://civitai.com/api/download/models/583732?type=Training%20Data"}], "images": [{"id": 16369471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c8fc26d-5ef7-4c6c-b82d-045f45ed1e2c/width=450/16369471.jpeg", "nsfwLevel": 2, "width": 768, "height": 1280, "hash": "UHEo$7-.9GIu?d?aRjD*RmWVf6oJ%2IUofxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/583732", "modelId": 512059} \ No newline at end of file diff --git a/datasets/metadata/584168.json b/datasets/metadata/584168.json new file mode 100644 index 0000000000000000000000000000000000000000..02b5c39ed6e7beeedeb1ce710662efa80b181465 --- /dev/null +++ b/datasets/metadata/584168.json @@ -0,0 +1 @@ +{"id": 584168, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-19T15:00:31.813Z", "availability": "Public", "nsfwLevel": 28, "description": "MaksLaKorne
", "trainedWords": [], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 572149, "sizeKB": 223156.14453125, "name": "MaksLaKorne_19_06_24.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T15:01:39.223Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "27039118", "AutoV2": "36FD1C0D61", "SHA256": "36FD1C0D615007679AB30029F741C8110ECAA048FFFAA298E1E788996FB012A3", "CRC32": "FC6C878D", "BLAKE3": "652E6DD9814D54DFF266152AD58778ACF21D726FE87C81860F8BC988003FFC2F", "AutoV3": "09802F50C738"}, "downloadUrl": "https://civitai.com/api/download/models/584168", "primary": true}, {"id": 499558, "sizeKB": 1087463.627929688, "name": "584168_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T19:56:04.192Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E4D5AF9A", "AutoV2": "E8A3ACDFB7", "SHA256": "E8A3ACDFB7AB1A338D5DEDB87D159D0B6FB4B92FCB667628BF080C70DCC6C188", "CRC32": "495F5D09", "BLAKE3": "B19E94734988D526D295B827FB09DDFD278CA94CD60C9CA6A3B1DDEE7AB96904"}, "downloadUrl": "https://civitai.com/api/download/models/584168?type=Training%20Data"}], "images": [{"id": 20518499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d91d938f-6d56-42fd-b07d-c3fd87669542/width=450/20518499.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFH2p2IV%g%N.T9Gxut7MxogIURi9axuafM{", "type": "image"}, {"id": 20518498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c16fd03c-b517-4b4d-8440-050d2354dac6/width=450/20518498.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6DSRI};=pSit0xsxC%14Trs5Bk8-:IoIusk", "type": "image"}, {"id": 20518497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e865715-e4ab-4686-bc41-52361fa4bb3b/width=450/20518497.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U19kEQ000o^k00%#0L-p_2axMcxt00RjE2M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/584168", "modelId": 525746} \ No newline at end of file diff --git a/datasets/metadata/584174.json b/datasets/metadata/584174.json new file mode 100644 index 0000000000000000000000000000000000000000..d5fb86c648ee745c54fdb96f3f36d19e239c0392 --- /dev/null +++ b/datasets/metadata/584174.json @@ -0,0 +1 @@ +{"id": 584174, "index": 0, "name": "Alfa - V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-19T22:06:46.767Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 17, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 499543, "sizeKB": 9578.90234375, "name": "584174_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T19:46:45.108Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0082C5D7", "AutoV2": "0E9E736B04", "SHA256": "0E9E736B04500D4CDCB3FECA3CC1795CCF2C8AC8A55704EAB3D650287A07637F", "CRC32": "E0011BC9", "BLAKE3": "6BD5729BFBB2C0E5E785ED0B8908FE0648A71CF741B22C1B9A2244D2144F54A5"}, "downloadUrl": "https://civitai.com/api/download/models/584174?type=Training%20Data"}, {"id": 499779, "sizeKB": 223098.95703125, "name": "Keria_Mage_Elf_white_hair_purple_-_a.1.0-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T22:01:13.546Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5050875F", "AutoV2": "CE86283F27", "SHA256": "CE86283F27818C7310AAEC6D3B14FBDF08AD21CFC526F0D93C14AC82C5CDE0B3", "CRC32": "96169CC6", "BLAKE3": "2F30F1E3017399E7A06175BF974332D1F9B7FC1C5EF53049A3F934BB90ACC60B", "AutoV3": "1493BBDA7AC5"}, "downloadUrl": "https://civitai.com/api/download/models/584174", "primary": true}], "images": [{"id": 16402022, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ce20f8b-7db5-423d-b948-18cc63e26130/width=450/16402022.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "USJ[3Tj[_Nxu?aoyIUV[xuazM{j[xuj@aeof", "type": "image"}, {"id": 16402021, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7c7f924-df77-4ffd-9fee-1874d066a139/width=450/16402021.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UPKnYto3~qxu_3RQRQoft7o2IURkxut6ayay", "type": "image"}, {"id": 16402020, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c99eb9d-fcff-4611-924a-37a6f50078ff/width=450/16402020.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEL;Q;s;-;xu~pRjt7My?ujuazs;xvofofxt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/584174", "modelId": 525750} \ No newline at end of file diff --git a/datasets/metadata/584249.json b/datasets/metadata/584249.json new file mode 100644 index 0000000000000000000000000000000000000000..fa0df27a333ef3a0ff12483af5b76c06353a1095 --- /dev/null +++ b/datasets/metadata/584249.json @@ -0,0 +1 @@ +{"id": 584249, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-20T13:34:20.657Z", "availability": "Public", "nsfwLevel": 31, "description": "First release
", "trainedWords": ["majala"], "stats": {"downloadCount": 102, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 500844, "sizeKB": 223103.41015625, "name": "Majala_Milf_r1-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T10:40:48.711Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FF83AB8F", "AutoV2": "8A3B82F5F4", "SHA256": "8A3B82F5F4221FB8EFBC8AD000DC34B140B0B4759A87772EEC11090372F86D52", "CRC32": "749AF27E", "BLAKE3": "B31BD68AB477177E13C72E954967DE5888C8399E02671E8103E76093FF35CAC2", "AutoV3": "51884C16A958"}, "downloadUrl": "https://civitai.com/api/download/models/584249", "primary": true}, {"id": 499683, "sizeKB": 82709.90234375, "name": "584249_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T21:15:55.142Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "392FF5C0", "AutoV2": "A255C351B0", "SHA256": "A255C351B02C40A1851480A25227910E1665F5D9F9121078672FD5B7B1F31E2A", "CRC32": "937F0175", "BLAKE3": "43D5665D9935165BB1184ECB63B7A4DFE010E1C480D1D693FC639D85FBDAFFF4"}, "downloadUrl": "https://civitai.com/api/download/models/584249?type=Training%20Data"}], "images": [{"id": 16477463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b313a32-e8a1-4781-bddf-4e67e1aa73ec/width=450/16477463.jpeg", "nsfwLevel": 2, "width": 1248, "height": 1824, "hash": "U6AmSPI[00NH$yE2.8xu0Mxa~BE1E1xBMyX9", "type": "image"}, {"id": 16477498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9e504b0-4a90-418a-a351-3df93b2db65a/width=450/16477498.jpeg", "nsfwLevel": 2, "width": 1248, "height": 1824, "hash": "U7E2:|9Z1Q?^00~qMwxZ?^RP$%E1IVNG-;$%", "type": "image"}, {"id": 16477582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad459f9d-3749-4e0c-b3e1-baac3c8328ab/width=450/16477582.jpeg", "nsfwLevel": 4, "width": 1248, "height": 1824, "hash": "U4C=;*5q00F|0y~V9a=^03-7vf0L}S0L=deT", "type": "image"}, {"id": 16477634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe5e3b61-539e-437d-9a48-c3123cb67546/width=450/16477634.jpeg", "nsfwLevel": 4, "width": 1248, "height": 1824, "hash": "UCBpnU?w5R~W~Vxt9Zx[ENrqR5EN.9%gogt8", "type": "image"}, {"id": 16477657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6eca43f-10ca-4867-9c94-ec0787593c3a/width=450/16477657.jpeg", "nsfwLevel": 2, "width": 1248, "height": 1824, "hash": "UKD+e[~VbwEj.9tSI;NxO@%M$*%2x]R,xZs:", "type": "image"}, {"id": 16477691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9932662f-2f26-4e58-a218-17dfdb4a7302/width=450/16477691.jpeg", "nsfwLevel": 16, "width": 1248, "height": 1824, "hash": "U3C6Gd0000X50L?HRO5700_3^i0L?aIp-U-A", "type": "image"}, {"id": 16477714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff91bf7a-5c97-4e4b-a575-0cf3ddb807b4/width=450/16477714.jpeg", "nsfwLevel": 4, "width": 1248, "height": 1824, "hash": "UAC?J?~V0.5900DiDhMxpe-=?HtR9YM_eSM{", "type": "image"}, {"id": 16477730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa0d636e-0875-4502-89da-8df4f03de87b/width=450/16477730.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "U6C?7X0:03_N0e={4:xtWmt4=w9ZAHIp=wxG", "type": "image"}, {"id": 16478828, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d91427ae-b6c5-46f1-b706-8dea3eab9691/width=450/16478828.jpeg", "nsfwLevel": 8, "width": 1248, "height": 1824, "hash": "U9F~U5Q+cu.SS*4nNekDD%.8Mcs.9F%gZ~xa", "type": "image"}, {"id": 16478833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56d41b4c-818e-4cb8-a9db-6d16f73af04c/width=450/16478833.jpeg", "nsfwLevel": 4, "width": 1248, "height": 1824, "hash": "UMF6OJtS9YoyS*%NRij?~qkEjZoex@-;xuay", "type": "image"}, {"id": 16478835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f9b1e19-3d2e-40b6-9a43-fbdddd5df535/width=450/16478835.jpeg", "nsfwLevel": 4, "width": 1248, "height": 1824, "hash": "U9F~X1~p9=IW00?YW+IV4;NF-q%M-:?b.9-;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/584249", "modelId": 525826} \ No newline at end of file diff --git a/datasets/metadata/584286.json b/datasets/metadata/584286.json new file mode 100644 index 0000000000000000000000000000000000000000..75e40a0a2bb1ee751a3f2fdf9e114ce4862c6cdc --- /dev/null +++ b/datasets/metadata/584286.json @@ -0,0 +1 @@ +{"id": 584286, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-19T20:40:20.154Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["silverwingshade"], "stats": {"downloadCount": 24, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 515283, "sizeKB": 195213.7216796875, "name": "dataset-20240626T183849Z-001.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T18:50:55.879Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FE844F08", "AutoV2": "2D210D09FC", "SHA256": "2D210D09FCD42067BAB936C71AD2205DD87C1AB500B164CC658DEE311A439B59", "CRC32": "FCBF7DFF", "BLAKE3": "FFBCB6270E0B3E7C328FF0B2F98F32CF051FD9B1522585885147EA8ED9071168"}, "downloadUrl": "https://civitai.com/api/download/models/584286?type=Training%20Data"}, {"id": 499635, "sizeKB": 18547.5390625, "name": "SilverwingShade-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T20:40:43.299Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "D8837D0786", "SHA256": "D8837D0786CEA1292B35ABFF92745136DE874804460B344E6F4FB2A6B1C44B7B", "CRC32": "E0442914", "BLAKE3": "13788EAAF942CE0C9D69C681D977154934F0363C0EB501425948D3EAD744E0E5", "AutoV3": "969E23142379"}, "downloadUrl": "https://civitai.com/api/download/models/584286", "primary": true}], "images": [{"id": 16394261, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ada1ffea-2463-45c8-9c33-fbdef58ba810/width=450/16394261.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNAmiMxat:t8xxRjNGs8Ipt7i]bbNMskt6S4", "type": "image"}, {"id": 16394258, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e60a12f9-2ef3-4019-9d3a-c35540f27f28/width=450/16394258.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U8CPL|%#00D*|pw@SiM{04RS~7-.9gXT%fxY", "type": "image"}, {"id": 16394266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e3a2e49-57a8-48c1-8341-3d77a9f976d1/width=450/16394266.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "U7EfHV$t4.}i02oGJBaI004on5F5y?=_^hK7", "type": "image"}, {"id": 16394259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c351d3f-7d81-481b-83bd-49e321ac4f0b/width=450/16394259.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UWG],$-OGKSk8|jFMzNLNgbI-3xCN#WYxTsk", "type": "image"}, {"id": 16394260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8644fbd-b695-4a89-9d52-bc36113fb73e/width=450/16394260.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1800, "hash": "U3CY?[x^4T^+^IxG5A-pY+D$-pxGT4xZ~T$P", "type": "image"}, {"id": 16394264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e24d67b0-d4ce-4d79-9f76-000c338d19aa/width=450/16394264.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHDJhztR_NRlx]WA.6t600juISWAEVbbMys=", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/584286", "modelId": 525858} \ No newline at end of file diff --git a/datasets/metadata/584403.json b/datasets/metadata/584403.json new file mode 100644 index 0000000000000000000000000000000000000000..1f58c9c431e7c55c0b34640f3b294ccbe9b2ef57 --- /dev/null +++ b/datasets/metadata/584403.json @@ -0,0 +1 @@ +{"id": 584403, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-20T04:36:41.752Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["by anhes"], "stats": {"downloadCount": 152, "ratingCount": 0, "rating": 0, "thumbsUpCount": 41, "thumbsDownCount": 0}, "files": [{"id": 499776, "sizeKB": 186383.3466796875, "name": "584403_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T21:55:52.397Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "45D90AD4", "AutoV2": "200509E0B9", "SHA256": "200509E0B982A30B061852EF93B53927351CF629B61E2C8C8B7729E64733DB0D", "CRC32": "1411C4A4", "BLAKE3": "7FABBB8E9817BE8B397089786A3170284EB9859299BF7231D7C181C315C98BA4"}, "downloadUrl": "https://civitai.com/api/download/models/584403?type=Training%20Data"}, {"id": 500381, "sizeKB": 223129.57421875, "name": "Anhes_Style_Lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T04:21:24.014Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C49C9E61", "AutoV2": "571884F912", "SHA256": "571884F91204E6C48AA485087BA2C4CD57A8F258245238CACC173931268D2395", "CRC32": "7A960D6F", "BLAKE3": "515741ECCB3EAEE4B6CBB12A330F0EB5E2BB4A613549FD8312095D63ADBB4FC4", "AutoV3": "0CDBD8DCFABE"}, "downloadUrl": "https://civitai.com/api/download/models/584403", "primary": true}], "images": [{"id": 16437737, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb3b1807-3796-478e-ab26-15feb57bd622/width=450/16437737.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UPH2TURj_Noz.8f5IUt7x]t7WBays:ozjYRj", "type": "image"}, {"id": 16438001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49c8129d-2547-4443-824b-63abab8193e6/width=450/16438001.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHG*]10057~WvL9^yDE2D*?a-Aj[0g%LVrxa", "type": "image"}, {"id": 16438071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa1ab317-f39e-4901-aa66-a58cdea6341f/width=450/16438071.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UQI}VBxZ*0S5jEWCE1t6pwbbiwjZM|jFxFWV", "type": "image"}, {"id": 16438003, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd2c7b16-e3b3-41b4-abbc-41835b9e6760/width=450/16438003.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UUKcnk^*-V-;~p%gyWb_~pJADjxuM|M|nNxG", "type": "image"}, {"id": 16438002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3da0232f-64e5-4fc7-aec8-220e2aad5dfe/width=450/16438002.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UMJHO4?0pd.7CA.9RkRj1kTKaJoLPCS5V?M|", "type": "image"}, {"id": 16438004, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de13c798-18a9-4401-adbf-cc469f3769e9/width=450/16438004.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UOL4TpIVuP-;?vo0tRozTLxar=M{n3W=M{WA", "type": "image"}, {"id": 16438008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5eea83b-dc79-4958-a0ef-419c04d8ec15/width=450/16438008.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJH_#,t8_Nt7_3f5IUay%Mj]e.R*M{WBNGt7", "type": "image"}, {"id": 16440183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48295317-e32c-48c8-b4eb-34b0d5c125a2/width=450/16440183.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDBDa7o#W[%N4mM_D$xv?da~RitRRhf6RiRi", "type": "image"}, {"id": 16440184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c90afd5-38bc-4cda-99f0-560122ae65d8/width=450/16440184.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UEHn804p_1i__MD*W?S#Xm%Lxs%1-UNwofr?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/584403", "modelId": 525964} \ No newline at end of file diff --git a/datasets/metadata/584441.json b/datasets/metadata/584441.json new file mode 100644 index 0000000000000000000000000000000000000000..2b477b4c2e3780d891c26d03036ec6b1fbf33807 --- /dev/null +++ b/datasets/metadata/584441.json @@ -0,0 +1 @@ +{"id": 584441, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-20T01:48:27.334Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 22, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 499811, "sizeKB": 69100.345703125, "name": "584441_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T22:10:39.373Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "030A186A", "AutoV2": "594AF32941", "SHA256": "594AF32941B5E626FD8A34DE388CB9BFDCA3A4D59FCBD9E11F6E2299B8641607", "CRC32": "99D718B0", "BLAKE3": "9A48F9DC382A75B50D9485A13D27D18D9E4DA18D7AF5B138B015A81589B8C67B"}, "downloadUrl": "https://civitai.com/api/download/models/584441?type=Training%20Data"}, {"id": 500150, "sizeKB": 36978.4453125, "name": "Bubbleguts_-_53_Days.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T01:51:07.589Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8397A4D2", "AutoV2": "D5AECC1094", "SHA256": "D5AECC109455A1A612951E007072C0558272D8AD6BC1D1FF50614005F34CBEBA", "CRC32": "8D3D1981", "BLAKE3": "2D536696C38CA3F66C5A4A5915B30E4FE71075070E068855E727F343C66DCE63", "AutoV3": "B51EAC32FE90"}, "downloadUrl": "https://civitai.com/api/download/models/584441", "primary": true}], "images": [{"id": 16550300, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16d8a01d-949d-41ae-9a6e-b777bc0775d7/width=450/16550300.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UAE_,KESRh00?wkr%09E%go~RknN0LNx$*$%", "type": "image"}, {"id": 16553285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ec03cb0-2f80-4110-8502-9f34b9d0de96/width=450/16553285.jpeg", "nsfwLevel": 1, "width": 1176, "height": 2352, "hash": "UAF#aU~VBX]MyD-:?FEN0N$z?aEj=r%0oy%2", "type": "image"}, {"id": 16423053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99fd96d8-4c51-47a4-826d-760e279eb3ed/width=450/16423053.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U58zZ7I@D#-V]fIU_4%Mt-M|Mc9ZIURl%gIp", "type": "image"}, {"id": 16426071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b58a5c97-2225-43fc-a617-507ffd775040/width=450/16426071.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8C=-u}?4m0L[8$L?bI@u5%LQ-i_ITbI%NjF", "type": "image"}, {"id": 16426069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dccc9091-2356-431a-957e-60d4db092bae/width=450/16426069.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8EoGM}r?a4:^*t-.SNbu5.8rC%1-.%2_3Io", "type": "image"}, {"id": 16422498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06c485f9-1ae2-4f0a-9569-e62c5bd647a1/width=450/16422498.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHB:Nm~VR%9axtt7t7NH56E2V[xtNGNGWBt7", "type": "image"}, {"id": 17542262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f873e115-591f-49e0-a75b-3520b2a44c1d/width=450/17542262.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U4DSL5XB0014000M?bemCmD%iHw^4TI9%2-p", "type": "image"}, {"id": 17542363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8812a1b1-486a-4cbb-8864-708551bb242e/width=450/17542363.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U7C=@[9axu0fQl%NnjIU0gIUE1~Co}E2S~D%", "type": "image"}, {"id": 17542380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0faeb58f-3b17-4677-8e55-82589bbea72b/width=450/17542380.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UKGR^__Nro%1t5NGS$WUQR]-x^E2X6s:s9sV", "type": "image"}, {"id": 17542433, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df25f60f-4481-4fa8-944d-5e0c4804d502/width=450/17542433.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBC~3Z={WU={~A9uIoNb-6nNsloyF{NJ$%W;", "type": "image"}, {"id": 17542552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a504faf0-8297-49a1-9e8f-6c6c6156e99d/width=450/17542552.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCDRpL-VR*=_~A9uIpR,-6nNn$kCFyI=$%oe", "type": "video"}, {"id": 17542631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09cea536-e073-4cbd-b75c-3b4e1f14e1c4/width=450/17542631.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9EoDD}r.656?atm.9Nbpx%hvf%1-o%1_3Ip", "type": "video"}], "downloadUrl": "https://civitai.com/api/download/models/584441", "modelId": 526001} \ No newline at end of file diff --git a/datasets/metadata/584544.json b/datasets/metadata/584544.json new file mode 100644 index 0000000000000000000000000000000000000000..273aa2cfc18b5b8fe7db101510df607e58768c2f --- /dev/null +++ b/datasets/metadata/584544.json @@ -0,0 +1 @@ +{"id": 584544, "index": 0, "name": "aobanana", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-20T14:58:09.615Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["by ao banana,"], "stats": {"downloadCount": 398, "ratingCount": 0, "rating": 0, "thumbsUpCount": 100, "thumbsDownCount": 0}, "files": [{"id": 501261, "sizeKB": 223133.01953125, "name": "aobanana_r1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T14:55:47.664Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8FA8E201", "AutoV2": "1A56079CAE", "SHA256": "1A56079CAE41863920F85505612136BCE87D6619D4E3B8964DE1D625A6ECFD7E", "CRC32": "9C98CE20", "BLAKE3": "17CB67C69A393C71ABC4F68323224AE239A5250CE0B81BF71988F37989AB8FCE", "AutoV3": "0F960E899B44"}, "downloadUrl": "https://civitai.com/api/download/models/584544", "primary": true}, {"id": 499887, "sizeKB": 68831.8525390625, "name": "584544_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-19T23:02:09.732Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3061D3AA", "AutoV2": "1EA728F4D6", "SHA256": "1EA728F4D634E85DD1699201E9C6642EA7A13D7D8DAA47FE763B04B424D0AC3B", "CRC32": "9BC1DA30", "BLAKE3": "311AB55113CD301285FFDB9056E7F8A96123A16DEFD83A159200DB6A1BC80168"}, "downloadUrl": "https://civitai.com/api/download/models/584544?type=Training%20Data"}], "images": [{"id": 16488077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/937bb666-a854-457a-9e31-5fe726cde128/width=450/16488077.jpeg", "nsfwLevel": 16, "width": 1664, "height": 2432, "hash": "U6L{xQ0000yD0.Z%O:T000?bVqIp%$~U00o|", "type": "image"}, {"id": 16488073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c07d245b-dad8-4552-a859-36e96393babe/width=450/16488073.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "UAJjh@~U01ob005F-U5800E3o~#*0n=wnjTK", "type": "image"}, {"id": 16488076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52efbcb3-d658-45cb-834c-21abae22fe07/width=450/16488076.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "UaHxB6_NFfo$9vNKxvkXRi-UxZIpM{M{M{oJ", "type": "image"}, {"id": 16488093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e42d96fa-ee3e-4bc8-9d41-8b34b123be52/width=450/16488093.jpeg", "nsfwLevel": 16, "width": 2432, "height": 1664, "hash": "U7MGxB5q00000gW8vg000kMc~W0000~V0fWB", "type": "image"}, {"id": 16488096, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11771299-74f8-47cd-afff-2baa29ad7940/width=450/16488096.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UUIqcG_09@x?My%Kx@ov55xst7R*~Uxs%1xa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/584544", "modelId": 526096} \ No newline at end of file diff --git a/datasets/metadata/584774.json b/datasets/metadata/584774.json new file mode 100644 index 0000000000000000000000000000000000000000..cbafdbca199c0cacd779fed7670b1128a2157c98 --- /dev/null +++ b/datasets/metadata/584774.json @@ -0,0 +1 @@ +{"id": 584774, "index": 1, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-28T00:16:27.884Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 67, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 518234, "sizeKB": 223112.80859375, "name": "Val-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T00:16:13.558Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A647D5EA", "AutoV2": "33DD97D36F", "SHA256": "33DD97D36F047645772FB98EDE04C25AE773D5C1D32A23F15CD26B0BE0417A70", "CRC32": "12F73D34", "BLAKE3": "D11B8D66BC8BB68A0E9CF628FC88C2E6F5F291DE48DA9EAD5E9BEB4BC77C11F6", "AutoV3": "FE00A4CFE6C2"}, "downloadUrl": "https://civitai.com/api/download/models/584774", "primary": true}, {"id": 500125, "sizeKB": 65275.7802734375, "name": "584774_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T01:35:51.647Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2F327DC3", "AutoV2": "6421636321", "SHA256": "6421636321A3CBD6FB82FD32B06AD4333E13D2308FF2F6D9C2242BCA139CCBE2", "CRC32": "E54898A9", "BLAKE3": "EDB965069A23EF1A93599C5D140AE188D442AB126060CE30CC7C14A14F22459D"}, "downloadUrl": "https://civitai.com/api/download/models/584774?type=Training%20Data"}], "images": [{"id": 17489207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d9266d3-e327-4cb7-a164-a722b4ed0b85/width=450/17489207.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UAIgv1$+Q7S~PAWC$ioz0eNG#Sr?jZWBR*R*", "type": "image"}, {"id": 17489206, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66aa3cb4-27d1-4020-b052-9acef91cf9df/width=450/17489206.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UHGkzo.90#%L*0%g%Nxvoy%L-qS$E0WYtRt7", "type": "image"}, {"id": 17489204, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8789d062-3006-413b-b3ff-08580aa6f988/width=450/17489204.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U8FO=Y000eV@W9D%%MxZ00xu~qIUR*t7aeIU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/584774", "modelId": 526308} \ No newline at end of file diff --git a/datasets/metadata/584869.json b/datasets/metadata/584869.json new file mode 100644 index 0000000000000000000000000000000000000000..4ad7b3311597e9cd1604a38b77e8e22496a7d555 --- /dev/null +++ b/datasets/metadata/584869.json @@ -0,0 +1 @@ +{"id": 584869, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-20T03:39:27.924Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 162, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 500214, "sizeKB": 178817.986328125, "name": "584869_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T02:30:46.272Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0DB422BA", "AutoV2": "9D91BAC89D", "SHA256": "9D91BAC89DBAA74DD73676359DB0156FAB58BAAEB48DE73952F7860554AA6A03", "CRC32": "BDF49B28", "BLAKE3": "5C8EF55BE42EF1BAF6EB174A2A7F54E8151FF810AA6A6B9BA4D1CDAC76536FB1"}, "downloadUrl": "https://civitai.com/api/download/models/584869?type=Training%20Data"}, {"id": 500316, "sizeKB": 223115.61328125, "name": "Princess_Leia_Anime_PonyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T03:36:08.905Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8BB8E594", "AutoV2": "E5C929168E", "SHA256": "E5C929168EEF5B69EEC1BFC5102D3153257CFE4C03585DC4B25D797682136BD6", "CRC32": "B78F54AC", "BLAKE3": "106BD3A6412012B245D8005E8099F9AD7CED40AA51FE6F75792E5C963EFA6281", "AutoV3": "32DCD028622C"}, "downloadUrl": "https://civitai.com/api/download/models/584869", "primary": true}], "images": [{"id": 16434695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55a43b7c-8536-42f6-a69b-9785ab1de82f/width=450/16434695.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UKHe|J4pPp-pGdRjE-s:00xDrrRP$*s,-5t6", "type": "image"}, {"id": 16434698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/324774d8-12b5-4071-b54e-adefba7a7bc2/width=450/16434698.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UJHowa^*80XU1-tRJVEN4TNavz%2%Mxa?atQ", "type": "image"}, {"id": 16434697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7658dcb6-8a45-4e6a-814c-09cbfb315a49/width=450/16434697.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UUI5*+?aPAIoK-Sibxxb4=s:sqf+MxkBNFRj", "type": "image"}, {"id": 16432518, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9830cef-0887-4d07-ad52-637924da98a0/width=450/16432518.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UVF~:NIpD%jF*0Rks.R*9ZRjxut7M|s:kBWC", "type": "image"}, {"id": 16432522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abda3e41-9d73-469a-8154-e0bdd2dc0cac/width=450/16432522.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UcH.f+tR4.t7?^WVaxt7NdM{xas:s;RQRjWB", "type": "image"}, {"id": 16432523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39b6fee5-fc2c-42e4-992c-505c186c2b5e/width=450/16432523.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHGScI4;9Zi|Gdi_o#xs00R4ogX5vxV@tPRm", "type": "image"}, {"id": 16432531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8a08aa9-3e73-4096-be6e-af69e380ab66/width=450/16432531.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWIY8%NHIn-:.Tt7bcW=E,n$t6WVM|jYRjWC", "type": "image"}, {"id": 16432521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e10a9f51-8288-4849-b9bd-f081300e43af/width=450/16432521.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOIr7,-;E1tQ.TkDtStS5YRPWCo#X5MxWARj", "type": "image"}, {"id": 16432534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcb0f70b-3a1c-45f3-9ed5-97f87cc5d2f0/width=450/16432534.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPJRX4%M9aMx.Tog-pRj4:RjIoxtNFjrRjbI", "type": "image"}, {"id": 16432502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17f6d4e1-cb10-4cea-8b90-1f182879f1bf/width=450/16432502.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U9E{FS-V00vNW2$#hfjJysg4veZ$xa%Mo~Z#", "type": "image"}, {"id": 16432528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fab52ab-ac26-424f-98f1-68edd7dfae35/width=450/16432528.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UPGt]ED*NHs:4otRaKs:D*X8s.jF~WWAtRjG", "type": "image"}, {"id": 16432532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c15d410-a614-4b2d-b59f-2ddab0fd7ca4/width=450/16432532.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGH,*a6y{fkrH[4n]Pb_GGv#xWnixt%Mo}%1", "type": "image"}, {"id": 16432519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87fcd0d9-3d80-4827-b4a4-df9117941b84/width=450/16432519.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UXINmv~qXTt7_3?Hxuof9bWBxYRQM{jEV@Rk", "type": "image"}, {"id": 16434694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63655c79-a863-4a12-bc9e-e1f551130b77/width=450/16434694.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGGt]A0LEhMx~qIV%ME1TKRj^jIV_2NGD*s.", "type": "image"}, {"id": 16434696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0e33d96-e414-49b8-9ef4-7e63c91893b3/width=450/16434696.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDHddDyYEl-;GH_2~Wt802%1?Gni={V@IUbF", "type": "image"}, {"id": 16434699, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87725b6b-8313-48e3-9061-50c37d23ddfb/width=450/16434699.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UHJ%@2x]S~t7.TtRIAay5?IUR4kC?vRjRPx[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/584869", "modelId": 526394} \ No newline at end of file diff --git a/datasets/metadata/584892.json b/datasets/metadata/584892.json new file mode 100644 index 0000000000000000000000000000000000000000..ab4177750ee300943fe7a62f12eed021477a97e1 --- /dev/null +++ b/datasets/metadata/584892.json @@ -0,0 +1 @@ +{"id": 584892, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-20T05:12:39.694Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 57, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 500244, "sizeKB": 54758.0625, "name": "584892_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T02:46:15.153Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "183FCB5C", "AutoV2": "293D1BC8EB", "SHA256": "293D1BC8EB876CDDDB454965FF9F243407D670377EDCA25FA2A32EDCE6A69860", "CRC32": "7F8A2FE5", "BLAKE3": "F19529EE35F4B5EB1CCF441D1D598099C8DAFF808F8794E3B3EFC47CB19B6EBA"}, "downloadUrl": "https://civitai.com/api/download/models/584892?type=Training%20Data"}, {"id": 500436, "sizeKB": 147578.484375, "name": "Col._Deering-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T05:10:55.071Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "026343ED", "AutoV2": "86713D1848", "SHA256": "86713D18483F0EF9372B55290BCE04D38BF413B04BDC781943C02E3B02A48214", "CRC32": "B07585AC", "BLAKE3": "EE449562A096BC46DF7F2072CEB0ECA5233449C4EC0F87B5ECDB9CA99C0B2E2D", "AutoV3": "97F0A521C816"}, "downloadUrl": "https://civitai.com/api/download/models/584892", "primary": true}], "images": [{"id": 16633897, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35dae160-a3ed-47c7-8989-dc434041e879/width=450/16633897.jpeg", "nsfwLevel": 1, "width": 1360, "height": 2048, "hash": "UQHeUyIA00xv00Ne?ws9ITkCxuaeafjFaJkW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/584892", "modelId": 526414} \ No newline at end of file diff --git a/datasets/metadata/584955.json b/datasets/metadata/584955.json new file mode 100644 index 0000000000000000000000000000000000000000..b8203ae345abd9bed841724ab5087832980f05f0 --- /dev/null +++ b/datasets/metadata/584955.json @@ -0,0 +1 @@ +{"id": 584955, "index": 0, "name": "Pov Bondage Chair 1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-20T09:01:12.533Z", "availability": "Public", "nsfwLevel": 28, "description": "This is a pov sex position Lora to have the character bound to a chair
Prompts
Pov Bondage Chair,
no sex, (add breasts exposed, lower half exposed or fully exposed prompts to customise)
pressed against vagina,
sex,
deep sex,
pressed against anus,
anal sex,
deep anal sex,
Creampie,
", "trainedWords": ["Pov Bondage Chair, ", "no sex, ", "breasts exposed, ", "lower half exposed, ", "fully exposed, ", "pressed against vagina, ", "sex, ", "deep sex, ", "pressed against anus, ", "anal sex, ", "deep anal sex, ", "Creampie, "], "stats": {"downloadCount": 1320, "ratingCount": 0, "rating": 0, "thumbsUpCount": 219, "thumbsDownCount": 0}, "files": [{"id": 500694, "sizeKB": 223099.30078125, "name": "Pov_Bondage_Chair_r2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T08:41:19.359Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BC704525", "AutoV2": "4CA3DD6454", "SHA256": "4CA3DD645417D38AE49622D065B31A18CC06B7315E056BA8157F2AB0C19093CE", "CRC32": "DD1DC5AF", "BLAKE3": "3FA15C44AE01DA2BF13B110C7B750C8EEA15E9C67BE7312F3E26C49BCC4ECC37", "AutoV3": "B34454972B12"}, "downloadUrl": "https://civitai.com/api/download/models/584955", "primary": true}, {"id": 500328, "sizeKB": 10381.08203125, "name": "584955_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T03:46:35.433Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "627E80ED", "AutoV2": "27DFD08CDF", "SHA256": "27DFD08CDF7F7865D59F5A2C9C8A60CA5782836D452E6094B08EE89C8E62ED5C", "CRC32": "8E213A6C", "BLAKE3": "F309DB294A554A87E4D476ABF41BE32AD04AC4A65BFB6277EBF4BE3F89F0AD69"}, "downloadUrl": "https://civitai.com/api/download/models/584955?type=Training%20Data"}], "images": [{"id": 16470666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93906f0d-123d-4c71-949c-0f3f0641a53d/width=450/16470666.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UGKJrm-:yDt6_3a#M{WAPCR*$wkC~AWB4;og", "type": "image"}, {"id": 16470664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df0cd208-fbb7-4bf2-a537-abaef212b92d/width=450/16470664.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1754, "hash": "UKLV:r-;cFs:?bt7$$a{B;kC$eoL}?Rk9boL", "type": "image"}, {"id": 16470653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0762d766-5728-4db0-b43e-839cb3709abf/width=450/16470653.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UMKS^jE2ADM{%#aet5Rj9xxa-Tj[~Vt7E2jZ", "type": "image"}, {"id": 16470656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1525ec6c-9447-4865-821c-56966d778a54/width=450/16470656.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UKKvaI~C5SxtksW=w]V@0ht7xZRj~VNGIURj", "type": "image"}, {"id": 16470652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67e56b54-47d7-4c9d-96b8-c3d5cbbac284/width=450/16470652.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UJK]o$-o0fWBcGxu-T%1yDkWjYa|~VWqxZbb", "type": "image"}, {"id": 16470655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab748a60-9e61-4a5d-bd27-a360c018602e/width=450/16470655.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UKL3Db%10fafyFof-UxZtmkCWUbH~VbH%1bI", "type": "image"}, {"id": 16470654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcacca68-f8fb-4890-b5d2-50ab30d30e57/width=450/16470654.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UGKmRy02TxD*A0xt-nn$0fxu$es:~Bxu4:kD", "type": "image"}, {"id": 16466035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e8311b0-1a4e-454f-8a40-40edc5e7e1f9/width=450/16466035.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UGJt0Z%20L%19taz-ooL00Rj%MR+~qWVIoof", "type": "image"}, {"id": 16466037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e66cba8c-624e-4deb-a758-1b26bfdf28fe/width=450/16466037.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UJK0vlE24nj[D*M{^+oLR+M|JBW;_NWCM_oJ", "type": "image"}, {"id": 16466032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3616dce0-399c-4881-93b4-c27538bd0a51/width=450/16466032.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UMKc@QE29GWBNHM{?boKo|M|JAW;_NWBV?bF", "type": "image"}, {"id": 16466030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/932b49b1-9756-4e4d-a140-486e48addf9b/width=450/16466030.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UNJGpGRk0fj]01WV%2WBD%ofNbR*~qs:RPof", "type": "image"}, {"id": 16466025, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c71c48bc-7b47-4887-b166-486ce74aec12/width=450/16466025.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "ULLDAJ~VyD-;NIxt-oNG01xaI=Mx~WWoWot6", "type": "image"}, {"id": 16466026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2d78f8c-48d7-4b32-8430-9a21f4dae1d0/width=450/16466026.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UPJQWaay4:s:01WCxuWC9FofI;Rk~ps:aKs:", "type": "image"}, {"id": 16466027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a15236fd-425e-468f-8314-c448c48685ee/width=450/16466027.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "URJ@B@jZE1t7VsbHxajtD%ayxuWB~pofE1j[", "type": "image"}, {"id": 16490616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a11976ed-5c75-416f-b581-89a0d9196ee7/width=450/16490616.jpeg", "nsfwLevel": 16, "width": 800, "height": 1169, "hash": "UBL3ZC%000_3vya0}ukC0fxa~B9Z^1n$9uXS", "type": "image"}, {"id": 16490608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f9db7d0-2764-4d4a-a20e-f0338372ddda/width=450/16490608.jpeg", "nsfwLevel": 16, "width": 800, "height": 1169, "hash": "UEL:o,%M00%200ae^jjZGHof~Vt7R4aeE1WB", "type": "image"}, {"id": 16490588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa9ab582-8f1b-480c-b08e-d85eb3394be6/width=450/16490588.jpeg", "nsfwLevel": 16, "width": 800, "height": 1169, "hash": "UCM6L~5802%M0}Sg].xGEi-:}[-oOXM{IpE2", "type": "image"}, {"id": 16490609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/916d632d-c955-400e-8cf3-1884c282e5c3/width=450/16490609.jpeg", "nsfwLevel": 16, "width": 800, "height": 1169, "hash": "UEMPRM-o8y-BBNNb]oV[5k%L$%-o~BIVw|NH", "type": "image"}, {"id": 16490598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5c9a844-6c2b-465e-b688-9db3e947eb4f/width=450/16490598.jpeg", "nsfwLevel": 16, "width": 800, "height": 1169, "hash": "UBMr_I?GDQ=y6KSh}FaL0y-:-B%M~AIV$QIp", "type": "image"}, {"id": 16490580, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/405d91ff-7915-4eac-9188-71a0bb080102/width=450/16490580.jpeg", "nsfwLevel": 16, "width": 800, "height": 1169, "hash": "UEM6M0-n4U$j5iS2^7V[5j%L-B%2~BIVw0Nb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/584955", "modelId": 526472} \ No newline at end of file diff --git a/datasets/metadata/584979.json b/datasets/metadata/584979.json new file mode 100644 index 0000000000000000000000000000000000000000..555df328c8a3b0eb72f7597e296f5534c8103c94 --- /dev/null +++ b/datasets/metadata/584979.json @@ -0,0 +1 @@ +{"id": 584979, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-20T20:28:57.449Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["deshira", "dark skin", "very dark skin", "lips", "white hair", "jewelry"], "stats": {"downloadCount": 75, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 501863, "sizeKB": 223108.48828125, "name": "Deshira_-_The_Lust_City.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T20:26:03.134Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F5C8783B", "AutoV2": "22E781E675", "SHA256": "22E781E675D7956F375FBF1BBCACD2708D60B3C1F4499D29294753D7DB5BC4CA", "CRC32": "9ED9B374", "BLAKE3": "9279B178894AEAB5E876DC3E999DEA100962D4EAD8DC31F247B08826B27914E0", "AutoV3": "A340FA30F03C"}, "downloadUrl": "https://civitai.com/api/download/models/584979", "primary": true}, {"id": 500337, "sizeKB": 37604.056640625, "name": "584979_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T03:50:46.388Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2D6EB026", "AutoV2": "AF3EBB1180", "SHA256": "AF3EBB11806EFE9EE37A270E491EE0D24A71C1CC7C220107448A750D9D553EDD", "CRC32": "0C847689", "BLAKE3": "4F81335FBF073541F1765E20630ED46F4F43368F49D44EECBB52EBA4B6DDBB5D"}, "downloadUrl": "https://civitai.com/api/download/models/584979?type=Training%20Data"}], "images": [{"id": 16518220, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7dec6c7-cc55-4076-bf3c-9c4ceee907aa/width=450/16518220.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UtLzT~t7~qay-pt7RjfQt7RjRjoexabHWCof", "type": "image"}, {"id": 16518223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23574c2f-18e7-4583-ad60-cba74a715adb/width=450/16518223.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UoL4c}t7~qof-;ayRjoLxuayRjj[s:f7WBj[", "type": "image"}, {"id": 16518221, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74183328-e212-4ff2-92d2-8d3550e60b4f/width=450/16518221.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U#M?_2kC~pxa-pofNGR+xuayRjoLxuofWBay", "type": "image"}, {"id": 16518224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70ee364d-7743-4d42-9cd2-eba94de33666/width=450/16518224.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UhK1Xixa_NX8j^R*Ios:ozofRjWBoga}WBf5", "type": "image"}, {"id": 16518222, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/652d4093-94e6-4ef8-8b22-5285a020d165/width=450/16518222.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UoM%TKoL~p%2?bofR+ay%MayRjfkt6ayRjoe", "type": "image"}, {"id": 16518226, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2ef2bba-f7c2-4896-bac0-a9524f7e7ac3/width=450/16518226.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UuNT8uoe~qxt-:WBRjt7xuoyR*ayxtj[WBWB", "type": "image"}, {"id": 16518225, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75811645-edb0-4816-9457-7fa700582bab/width=450/16518225.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UtM%Zba}~p%2-;ayRjbHxuofRjWBofj[WBay", "type": "image"}, {"id": 16518227, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4529f6a-14e0-467c-8d21-bb4109cc999a/width=450/16518227.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UkLp]mkC~qxZ-:RjNGkC%Mt7WCofxut7ayay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/584979", "modelId": 526495} \ No newline at end of file diff --git a/datasets/metadata/585075.json b/datasets/metadata/585075.json new file mode 100644 index 0000000000000000000000000000000000000000..46bb9747ccbd315c165ca0375b2c70bf11ef5572 --- /dev/null +++ b/datasets/metadata/585075.json @@ -0,0 +1 @@ +{"id": 585075, "index": 2, "name": "Shrug", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-20T05:42:36.569Z", "availability": "Public", "nsfwLevel": 1, "description": "Initial version.
", "trainedWords": ["shrug"], "stats": {"downloadCount": 24, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 500741, "sizeKB": 36977.4765625, "name": "UnicodeShrug.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T09:15:47.526Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4DBD112A", "AutoV2": "A875284465", "SHA256": "A875284465E4CC5DA21A4800D7C26AB3B03114320ADAF48B2E43248195A482FE", "CRC32": "3880029C", "BLAKE3": "FE5D29A0EF13B4AD621CA13A6EA90EAA1427E813727EDD91B3C10ACE49DAF007", "AutoV3": "F86848E45D0E"}, "downloadUrl": "https://civitai.com/api/download/models/585075", "primary": true}, {"id": 500422, "sizeKB": 4.5126953125, "name": "585075_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T04:55:46.374Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "0147738896", "SHA256": "01477388967DCF883C9BFF0AA3886DAA050BCDFB2A307E6D7CF4CFCFACDA6F52", "CRC32": "06557BF7", "BLAKE3": "CC7232EAE31765A2D6386A7C90B911505861350E859A6FC813E1C2B8BCE89248"}, "downloadUrl": "https://civitai.com/api/download/models/585075?type=Training%20Data"}], "images": [{"id": 16443674, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2565625-1246-42f1-9aff-bd84bce14095/width=450/16443674.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7SijY?b?b?b~qofWBfk_3ayM{j[-;j[kCay", "type": "image"}, {"id": 16443675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b82861c-c2a4-41ea-8985-34d633d04322/width=450/16443675.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8SZ2--;?b?b-;j[ayay%MfQM{az~qofWBju", "type": "image"}, {"id": 16443673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ec90777-09dd-4d79-8328-f6b85458d476/width=450/16443673.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9Sipo?b%M-;~qayWBofs;ayayayxuj[t7ae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/585075", "modelId": 526584} \ No newline at end of file diff --git a/datasets/metadata/585136.json b/datasets/metadata/585136.json new file mode 100644 index 0000000000000000000000000000000000000000..23e6e29acc17b8aa9d69705219e4b5673a39a2f9 --- /dev/null +++ b/datasets/metadata/585136.json @@ -0,0 +1 @@ +{"id": 585136, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-20T15:22:09.094Z", "availability": "Public", "nsfwLevel": 1, "description": "Girlfriend from fnf. GF is a good trigger word.
", "trainedWords": [], "stats": {"downloadCount": 82, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 500490, "sizeKB": 1255.0615234375, "name": "585136_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T06:06:07.161Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "A4B310A4DB", "SHA256": "A4B310A4DB3A9816C51806C5D722F4EC86E10D4E91F9655B94661BF3E937A72B", "CRC32": "A9E2C7B8", "BLAKE3": "8A17EE585491E7ECDE7A4E64D57DA3BBAB039436B03DFF4D399CFCDF524E8CA4"}, "downloadUrl": "https://civitai.com/api/download/models/585136?type=Training%20Data"}, {"id": 501307, "sizeKB": 223099.91796875, "name": "GF_FNF.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T15:20:43.975Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E36BA6B9", "AutoV2": "E3B11F3F98", "SHA256": "E3B11F3F98806816D92C9BBB44DC274A4B49F660A4EA43CFC7DCA2674EF2D6FD", "CRC32": "2ECEC0E8", "BLAKE3": "4EA890EF1AB158FD3EDE700B1140BAE7207754406DC6AF12808224893FDF1B2B", "AutoV3": "DFDE916FD2FB"}, "downloadUrl": "https://civitai.com/api/download/models/585136", "primary": true}], "images": [{"id": 16490183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0fb45b2-0b98-4221-ad37-94be58181386/width=450/16490183.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5Hc$ZxZ00^755xG}]I:0xs:}]EL}[S39tnO", "type": "image"}, {"id": 16490185, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/876d71d8-7daa-43d3-8acc-0ce404a392e5/width=450/16490185.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7F;+%EL0J}u00S2t7wJ0e$*}[9@t+soMdJ7", "type": "image"}, {"id": 16490187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4e278d4-80e1-4545-9eb6-1fb12db04a92/width=450/16490187.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6GtT-o#00=wM_%2%M9Z0yof}tRjxaIoW;?H", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/585136", "modelId": 526640} \ No newline at end of file diff --git a/datasets/metadata/585207.json b/datasets/metadata/585207.json new file mode 100644 index 0000000000000000000000000000000000000000..ea1d5755f453ccdf88ce46062830ff64dcf744eb --- /dev/null +++ b/datasets/metadata/585207.json @@ -0,0 +1 @@ +{"id": 585207, "index": 1, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-20T07:54:52.825Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 45, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 500585, "sizeKB": 1852.58984375, "name": "585207_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T07:16:17.479Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "9594A39E83", "SHA256": "9594A39E83E2D2B5BDFDFC6A7C341CB8A2E748DBDA19DA8078726025C0C38BF8", "CRC32": "1F8D6C6C", "BLAKE3": "4013FE87BFAB52BAEBF30632E5A297409657CE965134C9D3384DFD1266CB40DD"}, "downloadUrl": "https://civitai.com/api/download/models/585207?type=Training%20Data"}, {"id": 500641, "sizeKB": 36981.4765625, "name": "Sorayama_style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T07:56:12.080Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2D81BEDF", "AutoV2": "3E32C99B94", "SHA256": "3E32C99B943201344A70CB937C4F9968CAA37EAD74B095ABBE2F93C298414F3B", "CRC32": "9C103C09", "BLAKE3": "EEA4852036FC0736E8D6547843B168FF4E662D4F955F0DFBC12C1DF49239699B", "AutoV3": "683141A7BC64"}, "downloadUrl": "https://civitai.com/api/download/models/585207", "primary": true}], "images": [{"id": 16454430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7662f47b-1b95-4bc1-b9d4-0128e6ecd711/width=450/16454430.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UiPs-Txu~WR.-:ayIpflt8ofRiWB%NR*RixZ", "type": "image"}, {"id": 16454431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0159166-3e2b-4e6f-85b6-635305a61e7a/width=450/16454431.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBD9*b~q00WE-;~X^,M{I9xu?w%ME1IUxt?b", "type": "image"}, {"id": 16454429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1636d6b7-2448-485b-abb2-bf3ad5a7b384/width=450/16454429.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UQR:HGof~q-;?HoLIpWV%MofIoRjt8fRjYax", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/585207", "modelId": 526704} \ No newline at end of file diff --git a/datasets/metadata/585494.json b/datasets/metadata/585494.json new file mode 100644 index 0000000000000000000000000000000000000000..037cebe33a0530fc6ee59b139e4804984500bcda --- /dev/null +++ b/datasets/metadata/585494.json @@ -0,0 +1 @@ +{"id": 585494, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-20T11:45:37.730Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Shpdk, ship deck, sailing ship, wooden deck, ocean, sky, clouds "], "stats": {"downloadCount": 326, "ratingCount": 0, "rating": 0, "thumbsUpCount": 49, "thumbsDownCount": 0}, "files": [{"id": 500824, "sizeKB": 204678.525390625, "name": "585494_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T10:25:42.664Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C7E20F16", "AutoV2": "4A957BA791", "SHA256": "4A957BA791D5255869198D4B7621D2BE62ECB68C90D95EA9207798051E4EB1D5", "CRC32": "15A2933E", "BLAKE3": "93C5B0F192CA38062F8907A2CC413844D8373B568538E6C20EC01D4734CDFC52"}, "downloadUrl": "https://civitai.com/api/download/models/585494?type=Training%20Data"}, {"id": 500932, "sizeKB": 223099.55859375, "name": "Ship_deck_wooden_sailing_ship_warm_anime.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T11:45:43.279Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A7808677", "AutoV2": "8A5C4DAD68", "SHA256": "8A5C4DAD688B6E7866FE867541ABA45FB011375167CA8CAB6199022C0F5C6A4D", "CRC32": "E6A55340", "BLAKE3": "F6ADF4422CAD1313F3895D00CF32F6DD32DE160D467848EBB0F7D298DE985D80", "AutoV3": "6DD32CB8630F"}, "downloadUrl": "https://civitai.com/api/download/models/585494", "primary": true}], "images": [{"id": 16471359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2ee24a1-7594-47c9-b8d7-403b6580cbeb/width=450/16471359.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UME2?_tlS5V[_MtRj]NHDjM|NKWC8{M|SPoe", "type": "image"}, {"id": 16471358, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0836381-d7fb-439c-bf86-e599456722c2/width=450/16471358.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQH2AlMdE3xt_NIVRkxt9GW=R+xZD+jEjYt7", "type": "image"}, {"id": 16471360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d14da8a8-a419-45fa-87e9-490d5c6e8a94/width=450/16471360.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULEL.-aKXTs,~oWBxts,DkX8WXsl4oWXWCoe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/585494", "modelId": 526955} \ No newline at end of file diff --git a/datasets/metadata/585514.json b/datasets/metadata/585514.json new file mode 100644 index 0000000000000000000000000000000000000000..d9396524284010b6b0a31f02d7665cfc37eedb11 --- /dev/null +++ b/datasets/metadata/585514.json @@ -0,0 +1 @@ +{"id": 585514, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-20T11:50:50.299Z", "availability": "Public", "nsfwLevel": 28, "description": "V.1
", "trainedWords": ["Viper", "XCOM"], "stats": {"downloadCount": 86, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 500827, "sizeKB": 15320.814453125, "name": "585514_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T10:30:47.262Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DFBD66CD", "AutoV2": "3A04AA495A", "SHA256": "3A04AA495A76AAB0A71F4CB553467C43D73EB3849B189616FA8E2E29492F2728", "CRC32": "F69A0852", "BLAKE3": "8FCA36E7C785730B4D25359D8FD54384E719C8912DF9FBC8C22BBFA5BDDC1B75"}, "downloadUrl": "https://civitai.com/api/download/models/585514?type=Training%20Data"}, {"id": 500935, "sizeKB": 223104.22265625, "name": "Viper_XCOM_r2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T11:45:50.499Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4392F09D", "AutoV2": "A489F16410", "SHA256": "A489F16410A4C49B3AE7FDE8C6207A8A85F1BF57515AF193C2A2D9C528EC3D41", "CRC32": "DDF88FB0", "BLAKE3": "14B101300DBC68175F24B638BB2FBD66E9B818F8905A1773DE43A3850AD1AE5B", "AutoV3": "C64F1CD533DE"}, "downloadUrl": "https://civitai.com/api/download/models/585514", "primary": true}], "images": [{"id": 16473805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8e6cbdc-cfac-443c-b5f1-8365a6f69f92/width=450/16473805.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMHd~p~BQmH?x]RkNJRQGcays8sl%$aJoeNH", "type": "image"}, {"id": 16473803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42044f67-6c72-4ae0-8634-165fa30a6278/width=450/16473803.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "URH-=M~A.9E4yX$%T0aK4oRPR3VssStRMyW=", "type": "image"}, {"id": 16473806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/022d536c-1d40-4243-a8a5-d09804e29ad0/width=450/16473806.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDH_77n%F~_N1A9ZpxEn=YwID%S2Mx-:ROIV", "type": "image"}, {"id": 16473808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0229e613-aeb7-4523-8610-ad8e5c6fefb8/width=450/16473808.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UKHA^aVrVC~W9F%2X9sl-8wHj?ofMwt8R:M{", "type": "image"}, {"id": 16473802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47157915-cf17-4fd1-9a26-f05745d842c0/width=450/16473802.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UQIXQ|=_s:Ip*0xvyEs8.9$zShtSR-R*t6x]", "type": "image"}, {"id": 16473807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c64b8bc0-b4fe-480b-a561-f9eac79df4a9/width=450/16473807.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFHKwu%24o9b1RNI.Tt7px%1E+jE%1M{Ipt7", "type": "image"}, {"id": 16473809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d276d38-bb73-40e6-9d98-337ddde5409b/width=450/16473809.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "USKBq2Emu6?aA_o#krs,xvniV?RjNLR+s.NG", "type": "image"}, {"id": 16473812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fd1389e-521a-45e7-ae60-2170f288178e/width=450/16473812.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UmK-qPof?wt7E,WVNLf+o#jZR*ayxuoJxZbI", "type": "image"}, {"id": 16473811, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbf91ce5-2316-4873-b33a-58d6b240dc5a/width=450/16473811.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "ULK1zYNzyF~q0-p04:RjE3tSaet7%1t7xZoz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/585514", "modelId": 526973} \ No newline at end of file diff --git a/datasets/metadata/585576.json b/datasets/metadata/585576.json new file mode 100644 index 0000000000000000000000000000000000000000..744d835195532cee8bbc28fe82b47620f76e50e9 --- /dev/null +++ b/datasets/metadata/585576.json @@ -0,0 +1 @@ +{"id": 585576, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-20T11:18:58.071Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 188, "ratingCount": 0, "rating": 0, "thumbsUpCount": 48, "thumbsDownCount": 0}, "files": [{"id": 500892, "sizeKB": 22237.66796875, "name": "Mari_Makinami_EVA-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T11:21:13.481Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "64257A4D", "AutoV2": "7A803454CC", "SHA256": "7A803454CC2F2723B13F152706A532DDCB1159A2DE17D3AF2F80629BF25AF589", "CRC32": "5D948FD8", "BLAKE3": "107BB7EFDA797244E5F54E453B9D34BC19992677D2D6E500E66E82B19B21565B", "AutoV3": "11BD1DEFB1D6"}, "downloadUrl": "https://civitai.com/api/download/models/585576", "primary": true}, {"id": 500891, "sizeKB": 7962.6240234375, "name": "Mari_Makinami_EVA.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T11:21:12.900Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4CE0DDA8", "AutoV2": "7449020217", "SHA256": "7449020217F3140DDD434FAE6544F955BECACECD3F88AC1412632FC723A06451", "CRC32": "455F0FAC", "BLAKE3": "913C65CBEAC7CD561C9892CFAFC375F4E292FB53C2CD20DF6CF21E8F1FA651F5"}, "downloadUrl": "https://civitai.com/api/download/models/585576?type=Training%20Data"}], "images": [{"id": 16469564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b628693a-2690-4f04-9350-93440c2ede70/width=450/16469564.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UeOyL@%3*Jx]p^Rj^kWBtRkCtRt7rYjZR%Rj", "type": "image"}, {"id": 16469565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d45a2348-2627-475a-bc4a-7912b248f785/width=450/16469565.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UeOyL@%3*Jx]uNRj^kWBtRkCtRt7rYjZR%Rj", "type": "image"}, {"id": 16469737, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ec9a536-cfaf-4ed5-b833-da3a2b8c39b4/width=450/16469737.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UhOV[msV?^t+.SR*?bxGI:RjVstRsCt7WUNG", "type": "image"}, {"id": 16470197, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/375130a4-2e24-406f-8d0f-fa9f5ab62116/width=450/16470197.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJM77Q_NO?VXxmtS?bIo0fxt$%IV%3xuIUVs", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/585576", "modelId": 527031} \ No newline at end of file diff --git a/datasets/metadata/585738.json b/datasets/metadata/585738.json new file mode 100644 index 0000000000000000000000000000000000000000..5a52a1483838c50c672566d60973d3a8354a4ad3 --- /dev/null +++ b/datasets/metadata/585738.json @@ -0,0 +1 @@ +{"id": 585738, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-20T12:58:43.471Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 108, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 501068, "sizeKB": 22237.64453125, "name": "Elfriede_Schultz_SDGEN-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T13:01:06.124Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E1F5FDB7", "AutoV2": "84F7EA03B2", "SHA256": "84F7EA03B28E6CDC2D61742F6B10CC37A954C92659DEA37F68DE74219059FF61", "CRC32": "0229B39E", "BLAKE3": "11307BBD99A39B21C34F5A96713355BD75FC49119313BAF42E29DFAB7D773592", "AutoV3": "0600CE5AEE08"}, "downloadUrl": "https://civitai.com/api/download/models/585738", "primary": true}, {"id": 501067, "sizeKB": 8059.60546875, "name": "Elfriede_Schultz_SDGEN.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T13:01:05.144Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "371137CE", "AutoV2": "4E9891C790", "SHA256": "4E9891C790330E6D598FEAF190576A3B018579DDF9937A0E462DB96752AF3A0A", "CRC32": "10474AEB", "BLAKE3": "0CFD95FE69A5D9538ECEB12EBC393FDBEFC9C2E8D9A3E94AB9CBDC9B35EFDF16"}, "downloadUrl": "https://civitai.com/api/download/models/585738?type=Training%20Data"}], "images": [{"id": 16477726, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2cdce82-91d0-4646-bbd7-17a3bf9c1d54/width=450/16477726.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZM@G*t7_Nxu.7fk~qofXna}R5f6t6ofr=WB", "type": "image"}, {"id": 16477727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8c470b4-04af-47e1-8f34-d55d70951571/width=450/16477727.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZM@G*t7_Nxu.7fk~qofXnbHR5f6t6ofr=WB", "type": "image"}, {"id": 16477987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff8794e0-3fc8-465e-9861-91c4e48b7381/width=450/16477987.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UpL;Nwt7~qR*_Moe%Nt7I:M{n%xut7t7V@V@", "type": "image"}, {"id": 16479309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ad9e553-d006-4f77-87fd-1017d4cb6317/width=450/16479309.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPKJ_S~q9u?G66%N%Mxt0ft8-pM{%Msoi_Io", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/585738", "modelId": 527173} \ No newline at end of file diff --git a/datasets/metadata/585833.json b/datasets/metadata/585833.json new file mode 100644 index 0000000000000000000000000000000000000000..6b777c7c2d159d6460172dd4c592815af5b1f085 --- /dev/null +++ b/datasets/metadata/585833.json @@ -0,0 +1 @@ +{"id": 585833, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-20T13:53:07.970Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 99, "ratingCount": 0, "rating": 0, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 501155, "sizeKB": 22237.05859375, "name": "Teteth_Halleh_TurnA-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T13:56:14.862Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "68685AC7", "AutoV2": "0F39C2DE49", "SHA256": "0F39C2DE491C1724C68FA6F6222A3E262D59000899EF22581B97CC80024F2B85", "CRC32": "371F5558", "BLAKE3": "EDCEBA114C51179811DB6E2DF49F5FA22C1F4CA23A876C70B2572CF6649BD56F", "AutoV3": "6A8BDE859A42"}, "downloadUrl": "https://civitai.com/api/download/models/585833", "primary": true}, {"id": 501154, "sizeKB": 9082.91015625, "name": "Teteth_Halleh_TurnA.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T13:56:12.140Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DD6670DD", "AutoV2": "075E3C615E", "SHA256": "075E3C615E1EAE99D21986BD70BCABD18F874220E63ADA90F9E70EA5165BBF4A", "CRC32": "20F6CBAB", "BLAKE3": "D21C6A6F59E00BF3C88EC8D715CC5EA722BF694B18391299727623DA341BC0A5"}, "downloadUrl": "https://civitai.com/api/download/models/585833?type=Training%20Data"}], "images": [{"id": 16482326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/541abfc1-ed9f-43f6-9bda-1cba604fab62/width=450/16482326.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWNlof_35koz~U%N?axt9ajYkBWV$*n~Ipae", "type": "image"}, {"id": 16482327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48994e23-03bd-4d72-aa90-5d0cc7ef29a9/width=450/16482327.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWNloe_35loz~U%N?atQ9ZjYkBWV$*n~Ipae", "type": "image"}, {"id": 16483151, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96852e95-abb5-4b90-9b4d-1fda03b03fe8/width=450/16483151.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UAN+@U4TC*00~o00?u#7V?Myxttmw#%L9aD*", "type": "image"}, {"id": 16483736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8013d2c-cf92-4a40-9b23-918afa3c1866/width=450/16483736.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UcN]z^NIlU%1~qs.?vozS4x[ocaexaM|M{WB", "type": "image"}, {"id": 16485454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce71cd1f-2528-43ca-8ef3-15a0934f68cd/width=450/16485454.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U9K^Kf0000$,GX00?YRnR6E1~Vof0O%dM|xC", "type": "image"}, {"id": 16486273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/230f631c-6fc5-4ac9-9abe-b3e2098303ff/width=450/16486273.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDLWO#H@00-:Mw~CsB0e00NG^*?G]iEL-;.7", "type": "image"}, {"id": 16486643, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15256ab2-b1a0-4b9f-88a9-4dd39b875282/width=450/16486643.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOO2{n_N0e-oaix]s;v~NH?bx]xa?cx]NGM|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/585833", "modelId": 527262} \ No newline at end of file diff --git a/datasets/metadata/586367.json b/datasets/metadata/586367.json new file mode 100644 index 0000000000000000000000000000000000000000..ffdddf09752114479bb5638ffe5c9e8ce20094b7 --- /dev/null +++ b/datasets/metadata/586367.json @@ -0,0 +1 @@ +{"id": 586367, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-20T19:40:54.029Z", "availability": "Public", "nsfwLevel": 1, "description": "Hiding under a skirt. Not great.
", "trainedWords": ["Hiding under Skirt"], "stats": {"downloadCount": 53, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 501688, "sizeKB": 822.986328125, "name": "586367_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T18:46:45.072Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "6FE9DE97B7", "SHA256": "6FE9DE97B76F890FC48DE59AA21BE512816010791FD09159497B0B60E8FC3D30", "CRC32": "D5EF62C0", "BLAKE3": "CFD2E2726C5218F822D2EE77A4FAC7ACF6A28FBEA2F96BAAA16EEF8DE8BD71D5"}, "downloadUrl": "https://civitai.com/api/download/models/586367?type=Training%20Data"}, {"id": 501778, "sizeKB": 223100.04296875, "name": "Under_Skirt-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T19:41:42.993Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A51C1D42", "AutoV2": "B50A260BB7", "SHA256": "B50A260BB7C630612A8712B48C7EAB1E74E1ACD1B6790D72AA55E197A9691ED7", "CRC32": "A6B4BF97", "BLAKE3": "D93F09801CA1768F1AADD8D1EE18B8F901D77C58F5ED9244E0C76F2E1AFCD902", "AutoV3": "6E66CEC24D48"}, "downloadUrl": "https://civitai.com/api/download/models/586367", "primary": true}], "images": [{"id": 16513810, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36ca7f4d-db97-43f5-9c45-74c5aad20ab7/width=450/16513810.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOGlhR~W,ltQSt?HS*M{-hMyx^t8ElM|rq%1", "type": "image"}, {"id": 16513804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e51a839c-1516-4f86-bc7a-d3cda0f34849/width=450/16513804.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UcI;YP}@yBPUKhXRnO$*S_NbxawIa0xHbvS1", "type": "image"}, {"id": 16513808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/722427d6-6240-454a-83a7-276bff98b5c2/width=450/16513808.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULFr*6D%00o}%KoMafM{W8M{?btR~qD%Ri?b", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/586367", "modelId": 527749} \ No newline at end of file diff --git a/datasets/metadata/586436.json b/datasets/metadata/586436.json new file mode 100644 index 0000000000000000000000000000000000000000..97eb55354d10d6e828be043accc438c709cafa91 --- /dev/null +++ b/datasets/metadata/586436.json @@ -0,0 +1 @@ +{"id": 586436, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-20T19:17:05.237Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["julie_power", "super_suit"], "stats": {"downloadCount": 108, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 515287, "sizeKB": 213328.912109375, "name": "581711_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T18:52:04.378Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "59BA64D7", "AutoV2": "3EFCB7099C", "SHA256": "3EFCB7099C945773360589917D31A7005280C8F095FD0D1768095B9897CC976D", "CRC32": "D4BE4B56", "BLAKE3": "23E0EA6760CCB6FB39E397A65C7B264D967BB4BA52CEB27823AFEDD4866BB93E"}, "downloadUrl": "https://civitai.com/api/download/models/586436?type=Training%20Data"}, {"id": 501741, "sizeKB": 56079.01171875, "name": "Julie_Power-07.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T19:20:51.938Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A7A2706F", "AutoV2": "F726681FD4", "SHA256": "F726681FD49132EB22BAFB5A942F0491FD6B245DD6A3927020EF7134DA66B2AF", "CRC32": "95872D04", "BLAKE3": "8352655BC22B66DD8A92B262D495EB3A26711A5F69055A2914274802E37BFB39", "AutoV3": "FC3C934D8002"}, "downloadUrl": "https://civitai.com/api/download/models/586436", "primary": true}], "images": [{"id": 16511712, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6af42e3-455c-49ff-b9d7-3e1bf747b501/width=450/16511712.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UELD[TIBHWK+MMHr^iTx0p$M4T9ZPA~o$~Hs", "type": "image"}, {"id": 16511714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f7d092d-d4da-4107-af54-cff1c01876b6/width=450/16511714.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMIER+0N73r=}]M_lTiw0#xWz;oy9H%MD%i{", "type": "image"}, {"id": 16511793, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a16c427-f2cf-4f99-912e-2b19eb2feb9b/width=450/16511793.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPLgR,T13;yB:OKiGvKQG]+HM|rXuhvhGa$$", "type": "image"}, {"id": 16511710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/125ecffd-a641-4b76-9eab-cb0aefb1ac87/width=450/16511710.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UXKTufx]9anN5RxuM{Mx9uIqVsV@~naxa1oI", "type": "image"}, {"id": 16511711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97c6d8b8-c283-4cc5-97a6-6f8a50caad87/width=450/16511711.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDJH2W00-4.S00~o5qSfUux[1J#TK%Vt$iI.", "type": "image"}, {"id": 16511713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06cb54d3-6ee1-4f46-aa30-d821cb963e82/width=450/16511713.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UhJs%{vztlOr~ArDR+S$^*Rjs:bvS$J9wvs:", "type": "image"}, {"id": 16511709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e6317f3-f656-4af3-b99a-a3ddbe257f2e/width=450/16511709.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UWJji6~C0yt8=qs:JBsl5mE2ixozx]jsa0bv", "type": "image"}, {"id": 16511789, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/103521d5-4c58-464a-9473-c3054c247fbd/width=450/16511789.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIKUfgy;8HQn2un$u3xZUGv#Q.TJkYxYm-gM", "type": "image"}, {"id": 16511790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea72207f-f5c6-4914-be2c-0784a36a4e84/width=450/16511790.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UVJQ$a-p*JOY?[pISPRQGYyCwvR5%gXlxus9", "type": "image"}, {"id": 16511715, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efac5e47-1227-4925-9656-93d6a19a896a/width=450/16511715.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEKw-07i?^=Y00ozBq9a@?}60M%2^l#jxo-V", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/586436", "modelId": 527809} \ No newline at end of file diff --git a/datasets/metadata/586496.json b/datasets/metadata/586496.json new file mode 100644 index 0000000000000000000000000000000000000000..60926072e674861ceb99d66d224c47386c0b9449 --- /dev/null +++ b/datasets/metadata/586496.json @@ -0,0 +1 @@ +{"id": 586496, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-14T16:05:16.333Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 25, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 502759, "sizeKB": 36984.0078125, "name": "LEVSKI-000011.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T07:30:36.264Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "126B8C7D", "AutoV2": "636490B122", "SHA256": "636490B1229D47A03402470629811E5259135DE6DBA1DC124062573EEA130826", "CRC32": "8F99883E", "BLAKE3": "D1D593D709D8E19CA0FA3A1141041DB39D4E90CA1F928771F8CE08850BD43AB2", "AutoV3": "CD639C5A2DA5"}, "downloadUrl": "https://civitai.com/api/download/models/586496", "primary": true}, {"id": 501808, "sizeKB": 15989.033203125, "name": "586496_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T20:01:11.410Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A6F0BC84", "AutoV2": "00636B75EB", "SHA256": "00636B75EBE9DCFF68624B9A95B745DC8FA0606585D2417A78B2417248699BEB", "CRC32": "C781D27F", "BLAKE3": "32C7791576FFF8BE77B615090339C6CD1425F3BB1DACE7D6E73E06421A150371"}, "downloadUrl": "https://civitai.com/api/download/models/586496?type=Training%20Data"}], "images": [{"id": 19812346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a2192bb-a691-403f-b0c2-3069810f53dc/width=450/19812346.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U4Du}L$#009wL#I^?u?G19?F+[0L00Mx~V?a", "type": "image"}, {"id": 19812348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62cf1256-99eb-453f-a70c-e98b7c66eb6e/width=450/19812348.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U4B{.QoH00%g]~NKpI^*00xs^P9G0#t7}@Rj", "type": "image"}, {"id": 19812347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3dc9c1e7-2cf0-4679-ad25-d560322f4d59/width=450/19812347.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9B:Q%={050OpyWANJe=8_Mx-m%LrCWXsRs.", "type": "image"}, {"id": 19812349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f0c9ac3-3005-4c8a-878c-9c58315294f7/width=450/19812349.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6Av:}%000JC}?o#EMxt00ae~BRj5SoI=xRj", "type": "image"}, {"id": 19812350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15e3023b-3f02-4c17-9c20-0443512351a4/width=450/19812350.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U2CGMrR44-~pK-~q00005S.800E14.9G8_D%", "type": "image"}, {"id": 19812354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdf41dc1-3e17-4714-96a0-fe8de1dbe36e/width=450/19812354.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U5BM_P~qD*9F~qxut7IU_3-;WBWA00ofofay", "type": "image"}, {"id": 19812352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/943217be-850a-4479-af22-5dc3f4c08c72/width=450/19812352.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UTIhjS%MR.xu%MWBM{of_4D%MxRj01t7ofj[", "type": "image"}, {"id": 19812353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc7fde74-b4de-4125-b37f-57a9d3edc3b6/width=450/19812353.jpeg", "nsfwLevel": 1, "width": 681, "height": 960, "hash": "UVEorj%LNebI~pxtt7oeo}bIofj[T0WWaKaz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/586496", "modelId": 527865} \ No newline at end of file diff --git a/datasets/metadata/586499.json b/datasets/metadata/586499.json new file mode 100644 index 0000000000000000000000000000000000000000..0021c3fa8954e44b36e25e0dbb9e6818ca219278 --- /dev/null +++ b/datasets/metadata/586499.json @@ -0,0 +1 @@ +{"id": 586499, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-21T12:45:37.312Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["meilinfisher,long hair, black hair, multicolored hair, ponytail, medium breasts, purple eyes, ass, red hair, cat ears, tail", "meilinfisher,long hair, black hair, multicolored hair, ponytail, purple eyes, medium breasts, ass, red hair, cat ears, tail, cleavage, black thighhighs, detached sleeves, dress, corset, skirt", "meilinfisher,long hair, black hair, multicolored hair, ponytail, purple eyes, medium breasts, ass, red hair, cat ears, tail, black leotard, pantyhose, top hat, red bow, jacket, high heels, thick thighs, red shirt, flower, long sleeves"], "stats": {"downloadCount": 87, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 503204, "sizeKB": 445793.88671875, "name": "Meilin_Fisher_from_SOLO_LEVELING_ARISE.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T12:45:47.269Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2D66DC07", "AutoV2": "7E4A6E6724", "SHA256": "7E4A6E6724DA56DBBB6F857782E88BDF9BC4E5EAA0986B50DDA57D26BA9AC5A0", "CRC32": "6AFE5C7E", "BLAKE3": "F6F2A4DAA5D6C5E512498910F172BB34C1583B3AA6FA6490F876C47BF6175838", "AutoV3": "481B4D4C619D"}, "downloadUrl": "https://civitai.com/api/download/models/586499", "primary": true}, {"id": 501955, "sizeKB": 14904.7919921875, "name": "586499_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-20T21:31:19.532Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "668D1B97", "AutoV2": "5875BC0560", "SHA256": "5875BC0560A5E1F76FE6128A0AD10A9BBBCC08155E7397E80EEEB97BF3630112", "CRC32": "0B73ACAC", "BLAKE3": "B242BDCC8F5612CAF28BE470722EE0F63307E97341AAD4B2D2EBE2E802A18F4E"}, "downloadUrl": "https://civitai.com/api/download/models/586499?type=Training%20Data"}], "images": [{"id": 16605764, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef9a63fd-3ff5-42ef-b0eb-c70d71b92fc4/width=450/16605764.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7DvsK,n001400Rj%$nNFxJC}o}?00ae?FjY", "type": "image"}, {"id": 16605763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b833b59-9ad3-444c-b094-f302aba42fc8/width=450/16605763.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGCsR6584.~95A%M%1MxWBR%WCNdbaV?Rkg4", "type": "image"}, {"id": 16605762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e79a2aa8-5ba3-4822-95a7-ca9345866a46/width=450/16605762.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMAKEzoLIUWBDNofoeWBp{ayV@j[VXaya{oL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/586499", "modelId": 527867} \ No newline at end of file diff --git a/datasets/metadata/58653.json b/datasets/metadata/58653.json new file mode 100644 index 0000000000000000000000000000000000000000..9125474c7409f7c656b30a6da1e5b2f3dbc378ac --- /dev/null +++ b/datasets/metadata/58653.json @@ -0,0 +1 @@ +{"id": 58653, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-04-30T05:22:52.412Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["alluraVoltron", "forehead jewel"], "stats": {"downloadCount": 521, "ratingCount": 103, "rating": 5, "thumbsUpCount": 123, "thumbsDownCount": 0}, "files": [{"id": 41678, "sizeKB": 10007.9443359375, "name": "10_alluraVoltron.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-30T05:25:40.208Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F732B541", "AutoV2": "8C8D8D973E", "SHA256": "8C8D8D973E117C86415742026C7F9B217AFE418D911EBF6CCF254FCAF4DC7D01", "CRC32": "840EFD7F", "BLAKE3": "E419B8F5EEDC1086669B34BD29AB782205CF96AC492AC5061FAAA57122F0A4B4"}, "downloadUrl": "https://civitai.com/api/download/models/58653?type=Training%20Data"}, {"id": 41677, "sizeKB": 18550.3291015625, "name": "alluraVoltron.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-04-30T05:25:38.129Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "7505CAED62", "SHA256": "7505CAED62C2F0346D3C78B74041FEA1C6570675FC7A0BAF6381386851C6108A", "CRC32": "CF4194DB", "BLAKE3": "4AFF34B09E98A0BC3E4E9FA4F7B2522E1D5C66087CCCFE287A563C5C513CD1FE", "AutoV3": "051CE3B91343"}, "downloadUrl": "https://civitai.com/api/download/models/58653", "primary": true}], "images": [{"id": 638849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d57414ee-7c8e-4bc5-a393-52955c733800/width=450/638849.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZKUA=~W~Vob.Skqofx]MxaeITs:o|I:juRP", "type": "image"}, {"id": 638850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e81a1d5-155f-496d-fe59-7c968a058c00/width=450/638850.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFK1dzD4C7NIYk15=_wI%~-TxaI;E8NcEMM|", "type": "image"}, {"id": 638848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5048148c-847b-4cfd-34fe-e1e8cfae7c00/width=450/638848.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USJ83B_3-MM{~Vs+-:NHaIS5%MRPxaV@MxD%", "type": "image"}, {"id": 638851, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51c0a35e-d086-47ca-6c4f-190c5ad78d00/width=450/638851.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMLNox.9xQ~pMbD*9dN2XVoGt7IVxv9bohRi", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/58653", "modelId": 54282} \ No newline at end of file diff --git a/datasets/metadata/586882.json b/datasets/metadata/586882.json new file mode 100644 index 0000000000000000000000000000000000000000..971cde61d0342fb61988418226ad0a84cfa02905 --- /dev/null +++ b/datasets/metadata/586882.json @@ -0,0 +1 @@ +{"id": 586882, "index": 0, "name": "Xenovia V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-21T02:01:03.539Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["xenovia quarta, blue hair, green streak, short hair, yellow eyes, large breasts,"], "stats": {"downloadCount": 103, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 502178, "sizeKB": 223108.08203125, "name": "Xenovia.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T00:06:20.415Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "65347191", "AutoV2": "64E1AE8623", "SHA256": "64E1AE86239E19453C726209E33F44B59DBA203AAFAC8CCE175AFAE43B800016", "CRC32": "40B7E322", "BLAKE3": "231E2B8834774F8275A4E1F8A13F81F984958C620BFDB830267263357B4E7BDD", "AutoV3": "3C6D6B181466"}, "downloadUrl": "https://civitai.com/api/download/models/586882", "primary": true}, {"id": 502177, "sizeKB": 186856.291015625, "name": "584835_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T00:06:12.228Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "986E0E0B", "AutoV2": "55DC73C1D3", "SHA256": "55DC73C1D31F6E2B8FD761A6DB7EDC71E6CA49E36FDE4BAAAC9ACD96BBB9FC22", "CRC32": "7056A121", "BLAKE3": "FAD83DC7B786A02D7B1430502724ECBCC46D10DDE5DB34748264CDC3F8D5130B"}, "downloadUrl": "https://civitai.com/api/download/models/586882?type=Training%20Data"}], "images": [{"id": 16547978, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84451df2-001c-4e25-8f36-e734cd3dc5f9/width=450/16547978.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOJ[Cz-;_2-qxt-:owWY00owxuRk?wV@VrW=", "type": "image"}, {"id": 16547975, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/895dc10d-ebcd-4be0-9769-4bce100419e9/width=450/16547975.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UYD,.*Sjpyg5GJt3bdofObM{M|Rkj]t8jEog", "type": "image"}, {"id": 16547976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3f67b20-f0d7-4514-823f-94d115acfe21/width=450/16547976.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UIG9XF.A0gEmu3jEW8oe00Rj-lskA2OG?It7", "type": "image"}, {"id": 16547977, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4802a387-ee27-44ef-b4c2-7cf82bc1d08d/width=450/16547977.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UCGlki4n00-pu0tRr.S600$v_NS4X4W9,mog", "type": "image"}, {"id": 16550199, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4292dc8d-f274-4a75-bd7f-36796ee62ef4/width=450/16550199.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UXIFMXoKEMt7.TaexXo#IqRj%2t8peog-;t7", "type": "image"}, {"id": 16550201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4c699d7-31be-43a8-81f4-02fa50306193/width=450/16550201.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "URIrW.tR9@%2*0t8i]t8JWoz%MxuT2t8-qt7", "type": "image"}, {"id": 16550198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a84b47cc-b196-4b43-b5e9-485a1dc93640/width=450/16550198.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UIEMB^KR.8t8Pq?wpJM|.Tx^x[ofNdxtxZoe", "type": "image"}, {"id": 16550200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a164c00d-76cc-4d51-8f67-1114ef0e626a/width=450/16550200.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "URE{ttOZ.Sbdu6tmyEt7.9OFS$W=IqxakDs:", "type": "image"}, {"id": 16550842, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/950f6e68-cb85-4fc8-9258-da59f8e3eda0/width=450/16550842.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKGIo_bc_4RP_4RjxtRjNIV@D$ozIpxaWAWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/586882", "modelId": 518100} \ No newline at end of file diff --git a/datasets/metadata/586920.json b/datasets/metadata/586920.json new file mode 100644 index 0000000000000000000000000000000000000000..4b69245474b421183644af2844e31a7c68c4fd3d --- /dev/null +++ b/datasets/metadata/586920.json @@ -0,0 +1 @@ +{"id": 586920, "index": 0, "name": "Finn Mertens (adult) v1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-21T00:31:10.968Z", "availability": "Public", "nsfwLevel": 28, "description": "Added trigger words
", "trainedWords": ["Finn_Mertens(adult)", "blue topwear, cutoffs, prosthetic arm, headwear"], "stats": {"downloadCount": 32, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 502214, "sizeKB": 445794.05859375, "name": "Finn_Mertens_adult-000010 (1).safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T00:31:15.839Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6E139825", "AutoV2": "7F4BB5FBF9", "SHA256": "7F4BB5FBF9E8CB04D10DF3305BB37FF73EABF8590AD0B3DDD03994AAAA3BC946", "CRC32": "2EDFC92B", "BLAKE3": "400F0C475243F46697C52CB5397871B695D4CEC1A3E6CD3E70DFFAE162268393", "AutoV3": "EECB5B9DCDDE"}, "downloadUrl": "https://civitai.com/api/download/models/586920", "primary": true}, {"id": 502210, "sizeKB": 20901.7548828125, "name": "579171_training_data (1).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T00:31:43.988Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4ACCC239", "AutoV2": "41FE7B136A", "SHA256": "41FE7B136A6D9E187BFDB3FB0F1B6F65C97DF4AD9C599AECE2D1855BFD7408AE", "CRC32": "A53EB493", "BLAKE3": "97E97CAFBB35950079016813F0BE0B5380EBF9AAEF722163FCF8E18616B5463D"}, "downloadUrl": "https://civitai.com/api/download/models/586920?type=Training%20Data"}], "images": [{"id": 16540549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f56e819b-73a8-4abf-b4a9-6a125021a83c/width=450/16540549.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBFPQT*H00xmDcXTIAS2Ti^vbyJDDPeUpbxV", "type": "image"}, {"id": 16540551, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8c7a732-181b-413d-b75a-43ecc4106358/width=450/16540551.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UkOpDRtR~Wxt%Lj[NGbI?bnhIpS4xuWBbIo0", "type": "image"}, {"id": 16540550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4284bfbb-39e7-4c41-a034-128ede430bee/width=450/16540550.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UJIEwktk0f%MCmW;9Gbv6JjEzrRjxakUa0RQ", "type": "image"}, {"id": 16540552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03a85182-4af2-4a6c-84a4-f7963af5e651/width=450/16540552.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UZNvrkJW-q-U}ToHrqv~,[xuE2NKmls9T0Na", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/586920", "modelId": 521286} \ No newline at end of file diff --git a/datasets/metadata/586933.json b/datasets/metadata/586933.json new file mode 100644 index 0000000000000000000000000000000000000000..385b604457ca92e5bac5bf49b78e55c5fc565da7 --- /dev/null +++ b/datasets/metadata/586933.json @@ -0,0 +1 @@ +{"id": 586933, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-21T03:51:47.069Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["ticket booth", "rollercoaster"], "stats": {"downloadCount": 71, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 502304, "sizeKB": 23326.7109375, "name": "586933_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T01:30:47.667Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FB9EFDB0", "AutoV2": "EB7A9190C5", "SHA256": "EB7A9190C574F5C6AD64FF3A71A176BA7B44E035621C02A9E28EBBFA2FA1A55D", "CRC32": "5F4BB229", "BLAKE3": "0D1B7690E8233F5C96098D1BC771EE5A67C83067ED7883BFDAD6A10F026D9366"}, "downloadUrl": "https://civitai.com/api/download/models/586933?type=Training%20Data"}, {"id": 502460, "sizeKB": 223098.91796875, "name": "Roller_Coaster__Ticket_Booth.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T03:46:21.451Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A7A8C18F", "AutoV2": "32104F7F8C", "SHA256": "32104F7F8C6B7D9DCBF4D39AFD317F69F2DEB7FA3A2D2460FBE94F5725078A09", "CRC32": "C69DE96B", "BLAKE3": "3F6AE9F290A41D693A0B375DDA869CB7ED24BE5739AA33C3AE5C755B2C628C69", "AutoV3": "202DC426B75D"}, "downloadUrl": "https://civitai.com/api/download/models/586933", "primary": true}], "images": [{"id": 16559299, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/927cd65c-bea3-4e2c-9941-036e0f41bf1b/width=450/16559299.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPHewbM|x^kX*0WVozt7SjazM{j]W?ofRPbI", "type": "image"}, {"id": 16559301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7053ec0e-0f26-41f6-8c45-adec47749231/width=450/16559301.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UXI5Sl-oX8t8?woftRt7xwRkaiaytRWBRPWB", "type": "image"}, {"id": 16559300, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6f2a0e5-cf79-43ed-b762-463cc2248f2d/width=450/16559300.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYHV9v-pNcoz*0t7xuofNzW=j]ayR*WXNGV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/586933", "modelId": 528242} \ No newline at end of file diff --git a/datasets/metadata/586970.json b/datasets/metadata/586970.json new file mode 100644 index 0000000000000000000000000000000000000000..dd48405b01274d06a18cf231571990cdd45919e7 --- /dev/null +++ b/datasets/metadata/586970.json @@ -0,0 +1 @@ +{"id": 586970, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-21T02:49:13.833Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["MystiqueXMEP"], "stats": {"downloadCount": 145, "ratingCount": 0, "rating": 0, "thumbsUpCount": 34, "thumbsDownCount": 0}, "files": [{"id": 502358, "sizeKB": 223108.70703125, "name": "Mystique_X-Men_Evolution_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T02:10:53.273Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FCB8982C", "AutoV2": "95B33A8675", "SHA256": "95B33A86754A16896F9C9C0E3C20111338B213C21F31A105651C8D9DE41E2EBA", "CRC32": "7DA11B88", "BLAKE3": "A198B965A9D271BDBCCB2B79C540101D62C7071C2ED1DF56F97831749AF2BE92", "AutoV3": "7F3E85F73C9B"}, "downloadUrl": "https://civitai.com/api/download/models/586970", "primary": true}, {"id": 502260, "sizeKB": 94217.4716796875, "name": "586970_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T01:01:41.334Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DA75F1D0", "AutoV2": "39733E9BC2", "SHA256": "39733E9BC22412CE5623BB9E969326A383938C614B23B30DEA89ADD612D8CE44", "CRC32": "D30AFF53", "BLAKE3": "2CECE9C7B0C069879E416777B9218D823B825C5222F7F4480BC2A29E637143BC"}, "downloadUrl": "https://civitai.com/api/download/models/586970?type=Training%20Data"}], "images": [{"id": 16553576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69fb40be-bd6f-450e-8eb4-2b86471b101a/width=450/16553576.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UYJuAjIV~p?bnNxtIpNaRPRjozR*x]ogRPV@", "type": "image"}, {"id": 16553575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/953bb33f-3be4-4535-a634-8c4aad14ae61/width=450/16553575.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UNLNiKIT~TIrI9W;bcn~MwkCtSRjnhj[o#jZ", "type": "image"}, {"id": 16553582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bba03968-7d8c-4727-83df-6347df48215d/width=450/16553582.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBJRH#Rl~S-;4Tt7EOWB4TWB?vkC$*oLbwWW", "type": "image"}, {"id": 16553579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d3e5701-4199-4caf-9b8a-644db57f90c0/width=450/16553579.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UWMG^vt6~n%M%1j[ShWBM_oftRRj%LfkRkax", "type": "image"}, {"id": 16553583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22fdd49b-895b-4c40-a779-4d0303b07f02/width=450/16553583.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "ULMQhbM|~T?a$$IVIp%LsRslkXg4xtt6oyWY", "type": "image"}, {"id": 16553580, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2450d797-3cee-4e2e-90ca-f384f103b6f4/width=450/16553580.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UiN,rUkC~V%L-pofNGR+xYf6IVWVt7j[V[ae", "type": "image"}, {"id": 16553581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00aa1268-6de6-437d-9b45-9a0b611efa66/width=450/16553581.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UhN,ueWV~o-p%0oeozays,j?kDfkaej[WWWB", "type": "image"}, {"id": 16553586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dea62103-cbc7-4384-afe0-cb854a61aec0/width=450/16553586.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UNKn3%of~Ct7MzRkIpxtZ$t6T0RkRloJt6W?", "type": "image"}, {"id": 16553584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/232b3304-c1f0-4115-a53d-92a56984dccb/width=450/16553584.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UFLgkax]9GoM-WkWMxV[~9kWs.%LrWR+jF%L", "type": "image"}, {"id": 16553588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd2aa139-3a3d-4ecc-af8d-54a0bdb8bfbc/width=450/16553588.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UXJ*o3s;~oM|a0RjNbt7r=axSiofRjt6ofRk", "type": "image"}, {"id": 16553592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebf6c30a-9e77-4907-a451-8de9f933be4b/width=450/16553592.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UOJt}Mt7~q-;-WozS%RQi{kCIpaeRmaexZWB", "type": "image"}, {"id": 16553585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f71a0008-3abb-48ee-95e9-8de0e990025a/width=450/16553585.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UdKw;6of~Uxt$yf6kXofw[a}NeayofWVkCs:", "type": "image"}, {"id": 16553587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c753229-e6db-4cf1-ad50-2c1a564615b1/width=450/16553587.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UbM7ZF?H~VE2$%WXX8V@wIR*R,s.WCj[R+WB", "type": "image"}, {"id": 16553589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7ee4a7d-f9da-4fc8-b5eb-9f2c701ef396/width=450/16553589.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "URKnf1t8_4xuR6ayNGbInPoLW=WXj^WBxtt7", "type": "image"}, {"id": 16553590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c4fadbe-5635-4341-b976-663d2291b505/width=450/16553590.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UlLz%AxZ~Vah-U%Mf+IURPW;RkM|%1bHt7o0", "type": "image"}, {"id": 16553593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6578460d-8991-4691-8f71-7c6db8cea986/width=450/16553593.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UHI#lsf7~T-p}:kD?voL-6RjJn%1wIaetRt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/586970", "modelId": 528275} \ No newline at end of file diff --git a/datasets/metadata/587231.json b/datasets/metadata/587231.json new file mode 100644 index 0000000000000000000000000000000000000000..9f0c65ff0cb3d5418985e2e90475a9e48b1107ec --- /dev/null +++ b/datasets/metadata/587231.json @@ -0,0 +1 @@ +{"id": 587231, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-21T04:25:04.033Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 123, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 502522, "sizeKB": 10290.94921875, "name": "Icelina_Eschonbach_0079.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T04:20:39.743Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D81A7AF1", "AutoV2": "5099EA0800", "SHA256": "5099EA080097F327B8AC45C281488656EEB13F8FA73D4918A55FA79773881956", "CRC32": "2D841EC8", "BLAKE3": "B03002505377E5F910AF7134BC6A6DB3399037B7AA36F0A5E86413E1CB780F35"}, "downloadUrl": "https://civitai.com/api/download/models/587231?type=Training%20Data"}, {"id": 503865, "sizeKB": 22236.37890625, "name": "Icelina_Eschonbach_0079-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T18:51:24.973Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3292CE81", "AutoV2": "7A41EA15F6", "SHA256": "7A41EA15F657EF8916172C09E411C3E303DF4C8E70AAA92953CFFCC684570843", "CRC32": "C35AA1F9", "BLAKE3": "4F204EECEE6F6219E54FFC677B31CF32D839E3AF21AFC0ACA399B1A2669A88E4", "AutoV3": "09D0B330F488"}, "downloadUrl": "https://civitai.com/api/download/models/587231", "primary": true}], "images": [{"id": 16562210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a151f8c-6b8b-4adf-acb5-5bc2c8866845/width=450/16562210.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UeQIVmxuyYt7_Mj[yDoLO[WBVtWD^jjtRPjY", "type": "image"}, {"id": 16562218, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1da34a63-97d5-4224-a2ff-5dcd368a5d14/width=450/16562218.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UeQIVmxuyYt7_Mj[yDoLO[WBVtWC^jjtRPjY", "type": "image"}, {"id": 16562490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0be501a1-8ca4-4066-853a-f75708016b00/width=450/16562490.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "URN]nj.TF}%MyW-PK,WCF|xV$%s,^*tRV[S6", "type": "image"}, {"id": 16563140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a600d90a-7056-4032-887e-8fe0addce6f2/width=450/16563140.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPOC?V~VL3xE%ftSK,xZ5[%grXkC~Aa0IUsR", "type": "image"}, {"id": 16568112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4c72eff-56bb-45eb-9f39-0285de3b8e39/width=450/16568112.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMN9^M?w3G%MTw?vnOxGpIxu%gaJ?boJt7kW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/587231", "modelId": 528494} \ No newline at end of file diff --git a/datasets/metadata/587269.json b/datasets/metadata/587269.json new file mode 100644 index 0000000000000000000000000000000000000000..779392b438155856031b95a7a24580117b376718 --- /dev/null +++ b/datasets/metadata/587269.json @@ -0,0 +1 @@ +{"id": 587269, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-21T17:19:48.751Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 56, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 502783, "sizeKB": 354908.1298828125, "name": "587269_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T07:50:42.416Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EE8CBEBC", "AutoV2": "10C1A7CA62", "SHA256": "10C1A7CA628C6B160EA5FD11DE046FF5CA347E364222C04F469F05042721EB15", "CRC32": "9FCE99F4", "BLAKE3": "5CC1D6537FA099B19B4496B58CCDA635239A0DD4853B2B87AB3441467E7B2116"}, "downloadUrl": "https://civitai.com/api/download/models/587269?type=Training%20Data"}, {"id": 503702, "sizeKB": 36985.265625, "name": "Lowkey.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T17:10:36.544Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "05F4646A", "AutoV2": "C7A6DE78A1", "SHA256": "C7A6DE78A168D0BD8B7A96D04BE9BD9C2EAF130ED4B59239C491EFC82BCFC6F5", "CRC32": "8F6409DD", "BLAKE3": "DCED88ABBEF86DF11B6D1115477E50CD6BC5C2B70F8734920FE7F354BE0327EE", "AutoV3": "AEDBD7ECE69A"}, "downloadUrl": "https://civitai.com/api/download/models/587269", "primary": true}], "images": [{"id": 16633786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24cec178-d504-4545-833d-9d75e043094a/width=450/16633786.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U6AcoF$Apb,C4TITInyC^UL2Os9[{JVXwJwJ", "type": "image"}, {"id": 16633784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11939bcd-77cc-4fe4-b0b2-60205c0f4aea/width=450/16633784.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBAA,JyDi_DiKat6oza$IlRhkBxv.l%MRiR6", "type": "image"}, {"id": 16633782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcb95407-4856-4a9f-a037-39408eefa818/width=450/16633782.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UOF6B|X8TKt7}?R-VsWB~qI;kWbH-;WXogj[", "type": "image"}, {"id": 16777347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/201b2f3a-0ac6-4c29-ba76-4e821fff4791/width=450/16777347.jpeg", "nsfwLevel": 8, "width": 768, "height": 512, "hash": "U8BM;~~W%ftk00Q-VsxWyD-BrXt7^*.8?bRi", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/587269", "modelId": 528525} \ No newline at end of file diff --git a/datasets/metadata/587333.json b/datasets/metadata/587333.json new file mode 100644 index 0000000000000000000000000000000000000000..1d249c2b17def996ab7f02040333b32f2757c6a7 --- /dev/null +++ b/datasets/metadata/587333.json @@ -0,0 +1 @@ +{"id": 587333, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-21T05:47:10.274Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 198, "ratingCount": 0, "rating": 0, "thumbsUpCount": 39, "thumbsDownCount": 0}, "files": [{"id": 502611, "sizeKB": 10044.732421875, "name": "Sakura_Shinguji_SakuraWars.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T05:35:50.070Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "14E13B0E", "AutoV2": "697C5FDD9D", "SHA256": "697C5FDD9D28445CC9B3A56BB1EC327B56B7959284A429DB5080CC9B71297B83", "CRC32": "6850DB74", "BLAKE3": "30CAE278A1E09149BD711F10A4F041F8834132AF5DFD1D77849871BE701E19D7"}, "downloadUrl": "https://civitai.com/api/download/models/587333?type=Training%20Data"}, {"id": 502612, "sizeKB": 22237.38671875, "name": "Sakura_Shinguji_SakuraWars-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T05:35:54.720Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3DAB28E9", "AutoV2": "46BBA1844C", "SHA256": "46BBA1844CA4D47EF66E252C888C43B78D5C8A63EAC2EF50DC393584111515B3", "CRC32": "4B3475A1", "BLAKE3": "DFB6E80552149BC012AE06CA61BB60FB5FA81EAD3395F756ADFE5E610D9F8B19", "AutoV3": "F71F7BC46FFB"}, "downloadUrl": "https://civitai.com/api/download/models/587333", "primary": true}], "images": [{"id": 16569487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d71ef882-ec37-43a0-adb1-290976601579/width=450/16569487.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXOVitxu_NxuBmof?ukCnmWBxZoL?cays,WB", "type": "image"}, {"id": 16569491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a50ea4be-f5ca-4430-9076-fd926be0efdb/width=450/16569491.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXOVl#xv_NxuBmof?ukCnmWBxZoL?cays,WB", "type": "image"}, {"id": 16572846, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/097cc98a-07e2-4944-b89b-7e2d3afa94df/width=450/16572846.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKJ%e9I.00jF00xaNFRP4ooz~Cs.~WR*M{WA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/587333", "modelId": 528580} \ No newline at end of file diff --git a/datasets/metadata/587339.json b/datasets/metadata/587339.json new file mode 100644 index 0000000000000000000000000000000000000000..70570185a59f155ed036378de47d3d7fc699c85f --- /dev/null +++ b/datasets/metadata/587339.json @@ -0,0 +1 @@ +{"id": 587339, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-21T21:21:21.744Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 48, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 504086, "sizeKB": 223116.63671875, "name": "Bikini-Style-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T21:21:16.432Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "334A4083", "AutoV2": "0DC69DD0DD", "SHA256": "0DC69DD0DD1FCC89FBE6323AA826FECC480A0EF26DF20E30E5BDB48F22455B58", "CRC32": "65C163C1", "BLAKE3": "80BFD6E3EC61886C1838BA68DD01F6BAAE4A1280F14D7FAFAD8D135BAF756838", "AutoV3": "52FB9598CF3E"}, "downloadUrl": "https://civitai.com/api/download/models/587339", "primary": true}, {"id": 502666, "sizeKB": 136182.5126953125, "name": "587339_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T06:21:14.037Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "90FE585C", "AutoV2": "4622FE4883", "SHA256": "4622FE48834A8BF2C03A1BF6B3D5ACF8D7AAD339DB9D2E36081964845887D824", "CRC32": "7A114C5A", "BLAKE3": "48D11DADEA218D0FB2BDE5301BBA37D32148FC2370D40FC97E1A3FEEE8F28E3F"}, "downloadUrl": "https://civitai.com/api/download/models/587339?type=Training%20Data"}], "images": [{"id": 16655010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea3c9e0c-8352-4f7e-83d4-415901ecf16d/width=450/16655010.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UHJ8n$nOCS.T0[j=R:S%.Aj?-VkDXTj]xtf6", "type": "image"}, {"id": 16655009, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdb5ef24-3231-458d-8eb3-cc760108fce4/width=450/16655009.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UEL;a7IUFe_NInM_%M-=8_oL.8S2-=tRV?M{", "type": "image"}, {"id": 16655008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b006fda-90d4-4a01-94d8-f67d92ea8911/width=450/16655008.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UFJR5JVr?^-;-:ozxZniS2WBadkCxujuaeWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/587339", "modelId": 528586} \ No newline at end of file diff --git a/datasets/metadata/587363.json b/datasets/metadata/587363.json new file mode 100644 index 0000000000000000000000000000000000000000..5a8e8f3e65da6296c2c3ef8e4321150bb9c96596 --- /dev/null +++ b/datasets/metadata/587363.json @@ -0,0 +1 @@ +{"id": 587363, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-21T07:09:54.314Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Oldbarn, indoor", "Boxes, tires", "Concrete floor "], "stats": {"downloadCount": 148, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 502720, "sizeKB": 223100.61328125, "name": "old_barn_realistic_drawing.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T07:05:52.027Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "27380B98", "AutoV2": "5DF487319F", "SHA256": "5DF487319F6D81E82BE79EA56B292E733DDFBC6E3F8460F7FBD38E3B2021793E", "CRC32": "3FB91017", "BLAKE3": "90086C2F0ACAF2B1C9FA9635B7AD5109C9836B67E5EAAD4EB71D5B31CE44CD52", "AutoV3": "DEAE70954CD5"}, "downloadUrl": "https://civitai.com/api/download/models/587363", "primary": true}, {"id": 502649, "sizeKB": 27734.6357421875, "name": "587363_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T06:05:40.395Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C8FEBF3A", "AutoV2": "52541F02E0", "SHA256": "52541F02E0940AADBAF39DF655252685C821EC7C5FB178B8CAFC2803CDA1AFE8", "CRC32": "7F415C15", "BLAKE3": "B280BAF192C3B61B68E90025FCA40E584477C32D178B94D4AB94D80608E1F654"}, "downloadUrl": "https://civitai.com/api/download/models/587363?type=Training%20Data"}], "images": [{"id": 16578546, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d787921a-f5e7-41b0-b046-ba817e76cee8/width=450/16578546.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UECE^2}F%2k8]*+]%1WV9ubYxERkS~o}f8oe", "type": "image"}, {"id": 16578545, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccced1a7-899f-418e-a93c-929f317ae9a6/width=450/16578545.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U29Gdd.n9I~V9EYOGZ9u00?^MxMx~BvN=K^*", "type": "image"}, {"id": 16578544, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66a5f4e2-67a8-4db5-bebf-99e138fa6ff9/width=450/16578544.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEA]T#Tdt69t}@tlxaIo-ob]$%NG%1R+xaS4", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/587363", "modelId": 528605} \ No newline at end of file diff --git a/datasets/metadata/587428.json b/datasets/metadata/587428.json new file mode 100644 index 0000000000000000000000000000000000000000..ffff6313967ef392502894aeaa4f7d257e09961b --- /dev/null +++ b/datasets/metadata/587428.json @@ -0,0 +1 @@ +{"id": 587428, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-21T06:41:01.178Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 112, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 502692, "sizeKB": 10173.7099609375, "name": "Iris_Chateaubriand_adult_SakuraWars.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T06:40:52.038Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "283E936F", "AutoV2": "9A8170145E", "SHA256": "9A8170145E46579B0101076802CD890C32E8410E6DB62F9ED7EA687D0217038B", "CRC32": "31A8C857", "BLAKE3": "28840C23B6516B19222026320BD89804C60FEB4B7B63D88BDF6065806A332247"}, "downloadUrl": "https://civitai.com/api/download/models/587428?type=Training%20Data"}, {"id": 502693, "sizeKB": 22237.47265625, "name": "Iris_Chateaubriand_adult_SakuraWars-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T06:40:51.931Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "96806BE8", "AutoV2": "B7FC59F9E6", "SHA256": "B7FC59F9E6EE709009064F54A4B0BB1649D56F9612081CA7A8B1CAEB91EC4A6D", "CRC32": "D77D66A3", "BLAKE3": "6A74707083A52023BA44B935958E346D34F52821EB3CF41A8FD6DD3CD730436A", "AutoV3": "AB05B232E108"}, "downloadUrl": "https://civitai.com/api/download/models/587428", "primary": true}], "images": [{"id": 16575697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f05b24fc-4d0f-4832-9e94-7d8f4230b71c/width=450/16575697.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWP~[wtRL3xu~CoL%hogYPjYraj[?GWUNtj]", "type": "image"}, {"id": 16575698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1277cedc-4ae0-4142-9380-90864f33b7df/width=450/16575698.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWP~[wtRL3xu~CoL%hogYPjYraj[?GWUNtj]", "type": "image"}, {"id": 16575392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77d55e1d-4fcc-4bfb-83be-46ff97965a54/width=450/16575392.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKNJ%VRj0Nt79tM_0gRk7}aJU{of~paxyCkD", "type": "image"}, {"id": 16575390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a850b3c0-fc66-4e1a-ab23-58226a8051a9/width=450/16575390.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKNJ%VRj0Ns;9tM_0gRk7}aJU{of~paxyCkD", "type": "image"}, {"id": 16576103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0849e238-ac77-40b1-8775-ce4d6a7ff747/width=450/16576103.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "URNv*#~qK,.8wI$*Emt35RR~v-V@-;$+E1XT", "type": "image"}, {"id": 16577098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e892d69-aaff-40c9-9a60-c272308971b1/width=450/16577098.jpeg", "nsfwLevel": 2, "width": 1536, "height": 2304, "hash": "UWLNlGIoyE~VVZ-:9uoyayIoWXRjXSaK=|Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/587428", "modelId": 528665} \ No newline at end of file diff --git a/datasets/metadata/587480.json b/datasets/metadata/587480.json new file mode 100644 index 0000000000000000000000000000000000000000..a70069d806394144b55e57c70da9c6753e745f2b --- /dev/null +++ b/datasets/metadata/587480.json @@ -0,0 +1 @@ +{"id": 587480, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-21T07:28:42.846Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 104, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 502749, "sizeKB": 9938.96875, "name": "Jessica_Schwartz_Vermeil.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T07:25:55.664Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E02617B9", "AutoV2": "6F8508526B", "SHA256": "6F8508526B7C7AB5277D117454AF250AA09E1EC9CA5DB6C722462695FA029F25", "CRC32": "BF39DBD2", "BLAKE3": "03F66CD46DFAB1C81C24C82B64BAC8559920590CD037006191D22B1D97AFB792"}, "downloadUrl": "https://civitai.com/api/download/models/587480?type=Training%20Data"}, {"id": 502750, "sizeKB": 22235.82421875, "name": "Jessica_Schwartz_Vermeil-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T07:26:01.155Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8F7E6B23", "AutoV2": "F6362B0D23", "SHA256": "F6362B0D23489CC42359A95A1A72EC27781A09BCEA9559A68A94DBC17D9D8754", "CRC32": "00E7F134", "BLAKE3": "47B4EE84128F307FF6204088F4B78E487EE2DE05233BFA7950DD7EB0F2E42C00", "AutoV3": "66DACCAEABAD"}, "downloadUrl": "https://civitai.com/api/download/models/587480", "primary": true}], "images": [{"id": 16579772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40193856-0972-45ec-a855-c06ca777ce22/width=450/16579772.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2304, "hash": "UWP?H-%M.Sx]-QWqyYV@_NbHNJoJIAads8kW", "type": "image"}, {"id": 16579771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/875fa83d-3276-4364-9b7c-d61c42a8ee49/width=450/16579771.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2304, "hash": "UWP?H-%M.Sx]-QWqyYV@_NbHNJoJIAads8kW", "type": "image"}, {"id": 16580092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4b1aa18-ebf7-408d-a403-ec36f8c440bf/width=450/16580092.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2304, "hash": "UfO{?k.8yDaJ~URj.9xuWBaeIqR*-;aeRPt7", "type": "image"}, {"id": 16584507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/405fde14-8dd6-4bb5-8bd7-69a0223914cb/width=450/16584507.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDMZt5_N0z^iDh004:R-004o^+NG?Ht7M{^*", "type": "image"}, {"id": 16592797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37f99fe8-13c8-47c2-a7e7-36d811785670/width=450/16592797.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMOV}v.T0$tl5rbxp0RQIp^*og-ox]%MxuR*", "type": "image"}, {"id": 16593686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc59aa89-c4b6-440f-989d-4c007feb06d3/width=450/16593686.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNPYuF^*Gb-QUHRjTfVrE3bcxuWq.8%NnObc", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/587480", "modelId": 528711} \ No newline at end of file diff --git a/datasets/metadata/587486.json b/datasets/metadata/587486.json new file mode 100644 index 0000000000000000000000000000000000000000..d3ac5708d063bd90e75af15790c478acbd80adb4 --- /dev/null +++ b/datasets/metadata/587486.json @@ -0,0 +1 @@ +{"id": 587486, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-21T19:30:51.174Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["1boy, Mdraenei, horns, pointy ears, glow colored eyes, colored skin,"], "stats": {"downloadCount": 60, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 503910, "sizeKB": 223110.55078125, "name": "Male_Draenei_warcraft_wow.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T19:25:46.374Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6686835D", "AutoV2": "835136DBA5", "SHA256": "835136DBA53F325976A162063B6BC97F0F2A0F6D00B6941D23095250BA78CD21", "CRC32": "3B0B3446", "BLAKE3": "61CA9D0AE6E49EEFFBE009BC550C5F63DC78208D4D4F8213918A24092620E660", "AutoV3": "6349DBA2BBB6"}, "downloadUrl": "https://civitai.com/api/download/models/587486", "primary": true}, {"id": 503750, "sizeKB": 62864.076171875, "name": "587486_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T17:40:47.804Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "63805896", "AutoV2": "493FD09BC5", "SHA256": "493FD09BC5DD405F49B8E4F2AC0FF9CF204A10FF770392103F29D08E937F05DB", "CRC32": "34274936", "BLAKE3": "633498304E9C9F9351D845F79D13F5B15A9071D7070DACA99C1CA6B12A5D600B"}, "downloadUrl": "https://civitai.com/api/download/models/587486?type=Training%20Data"}], "images": [{"id": 16653915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd2cbef5-f3f5-4ed6-a765-c8fbdb2b0b4d/width=450/16653915.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UZEMX|yGVpS6r.rUMwR*4:RQWZtRI:Otx^w@", "type": "image"}, {"id": 16653916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4b285cd-f308-44a3-9352-6c4a083de113/width=450/16653916.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKGkFUkrxVRjOx55E2sB0c=okWxsD#o%%3Iq", "type": "image"}, {"id": 16653920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4815806-2d79-42ee-9b03-95473754749d/width=450/16653920.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKJF_i~V^I]}0Rv$r;i_=:nL9vElE0,-%Mo}", "type": "image"}, {"id": 16653919, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e2f7b40-5ba5-4677-b9f2-4bcc74917f28/width=450/16653919.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UEFO_*-Zx74m.Oxs4Uw~.hxoIBIUs}osIAM|", "type": "image"}, {"id": 16653914, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be3cc775-783f-4ea3-9038-100db7a6f51d/width=450/16653914.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UKEx#J0eMcS4~Woh9Et74.?HNdRh4-xu%NIU", "type": "image"}, {"id": 16653918, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a0d25fb-b00e-4cbd-a35b-1a2b6c88bfab/width=450/16653918.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UgGHirFJk*bdt:W+XR%4I]wJRkSJRPaJV@R%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/587486", "modelId": 528716} \ No newline at end of file diff --git a/datasets/metadata/587543.json b/datasets/metadata/587543.json new file mode 100644 index 0000000000000000000000000000000000000000..76e149a02091959224ec7159473507ae0c81723c --- /dev/null +++ b/datasets/metadata/587543.json @@ -0,0 +1 @@ +{"id": 587543, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-21T08:55:02.595Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["vsarc, white hair", "wings", "glowing eyes", "bird feet"], "stats": {"downloadCount": 35, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 502823, "sizeKB": 14366.3330078125, "name": "587543_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T08:21:15.409Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1589D6C4", "AutoV2": "BDC90719A4", "SHA256": "BDC90719A44C3D0BAED642CA8139E0FF0D9CBF08C4351D1593FE279026AB4895", "CRC32": "3BD022E2", "BLAKE3": "83671D09DCF21BB6F8ADDB524864CCCD5010279851C5CE0EA3B57D23B37CA518"}, "downloadUrl": "https://civitai.com/api/download/models/587543?type=Training%20Data"}, {"id": 502867, "sizeKB": 223099.88671875, "name": "Dota_-_Vengeful_Spirit_Arcana.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T08:55:39.056Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EE21F914", "AutoV2": "3E9CFA1FC8", "SHA256": "3E9CFA1FC8F8979153CA7AF3BA76919B9FB53749F21E632C830D1F068AADCA0F", "CRC32": "CB0BC963", "BLAKE3": "67D981485AACCDE77408408FA0623AB5FB14165868FD4082D39ED23F9C99DB8C", "AutoV3": "CD7D988AF2BA"}, "downloadUrl": "https://civitai.com/api/download/models/587543", "primary": true}], "images": [{"id": 16587652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57c10812-5af3-4d5f-8904-c2ad20d51965/width=450/16587652.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPJ~vwwX00#h^nx9r#RgIWs.kqs;jCWrNGXB", "type": "image"}, {"id": 16587650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ebceb0c-c603-48bc-bcc0-23e232474966/width=450/16587650.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USFXosr.Mtoj?Ke+abNzOFV?t7t8s;WBs,t6", "type": "image"}, {"id": 16587649, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed13e0e1-da42-4062-be43-43b447a7076f/width=450/16587649.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULHxKu^kaH%N~XNGR%azNaj[xbWA=_WYNgac", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/587543", "modelId": 528766} \ No newline at end of file diff --git a/datasets/metadata/587662.json b/datasets/metadata/587662.json new file mode 100644 index 0000000000000000000000000000000000000000..7a00e0f48e6ae2d06e5707c8cf1d9a9a1e348c57 --- /dev/null +++ b/datasets/metadata/587662.json @@ -0,0 +1 @@ +{"id": 587662, "index": 0, "name": "Trained by CVITAI V1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-21T10:44:50.974Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["arale,arale from arale,glasses, blue eyes, long hair, purple hair, pink baseball cap with white feathers on both sides, overalls,red shirt, short sleeves,solo"], "stats": {"downloadCount": 140, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 503015, "sizeKB": 36978.796875, "name": "BingArale_SD1.5-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T10:40:49.239Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "45F77DCF", "AutoV2": "EB8B8404D0", "SHA256": "EB8B8404D0B53047CA2CEC326EE08DE7EA0B43891299BBE2B4DA71BC51AA015B", "CRC32": "E0CB386B", "BLAKE3": "4586200DE6B612C236401C32515433C3B0190D13518733525F0B65BC0A3D5157", "AutoV3": "BA09583EB6EB"}, "downloadUrl": "https://civitai.com/api/download/models/587662", "primary": true}, {"id": 502965, "sizeKB": 32709.4501953125, "name": "587662_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T10:00:50.686Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5116CC76", "AutoV2": "A94FCB14F9", "SHA256": "A94FCB14F97966EF77D5781C4E2BBA7A785D766923735E9A58B0D222E47D32F9", "CRC32": "16E2E916", "BLAKE3": "355EFE554E9F64065A03ED2AEAD89E19763B8B2BD4E1FF5E2C5CDB49AB8AB082"}, "downloadUrl": "https://civitai.com/api/download/models/587662?type=Training%20Data"}], "images": [{"id": 16625318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90dbae14-e49a-40d5-9cb2-40b39b6dcee7/width=450/16625318.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPG[vk_LYjIm%PbxJXbcF2NI%2$QN3ogR;xC", "type": "image"}, {"id": 16625174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab1561b1-575e-4723-ac0e-7924603b4608/width=450/16625174.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UXH2TkIq?^-U-YWEN#V@kSNKs+R*R.OEs:R*", "type": "image"}, {"id": 16625316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bbe3be5-90da-4b20-8928-e62c970c9f22/width=450/16625316.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UYH.Qq=^t-R:pMrto~o}t+ouRPxbS8t8oJV?", "type": "image"}, {"id": 16601325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cd89242-fb7a-473c-b734-6a1b8ff982ac/width=450/16601325.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UXHx{fT1yX%1?wR.JDt7OZIWVtsm%gRiVrxs", "type": "image"}, {"id": 16602337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/497cffd1-2ba9-471f-8869-d202b2b37cb1/width=450/16602337.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UOKA]WIn%%^+_3xa%#s:I:t8tSofxaRkIBov", "type": "image"}, {"id": 16601469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ed71f76-7ba5-46a3-a963-5bfedf24ab5f/width=450/16601469.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UTH2yfICt+o~tpt1IuozOsWG-oWCWvR*i|RQ", "type": "image"}, {"id": 16601466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da315ab7-d31e-4dec-a659-70da60890576/width=450/16601466.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "ULIOqz02pwt:cHITxwOt9_oN$~IqnBRiD*n4", "type": "image"}, {"id": 16601341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f337e043-63c6-458c-9a8f-90ffb4c830e3/width=450/16601341.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UUHoOaV|yrV@yGbWOaIVO?xuspS2xcWGa$M~", "type": "image"}, {"id": 16601351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de949833-c6dd-4f0f-bb4c-dcf03753760f/width=450/16601351.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UQHL-}$lyrD+x|$~KRtQE2XSs;ozN5ainOxu", "type": "image"}, {"id": 16601410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81bf8908-23f7-4efe-b9fa-22ef45bbe867/width=450/16601410.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHIXwE02T#-;-=Io5q-oE2sE-;ax?HM{D%%K", "type": "image"}, {"id": 16601432, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7e76dea-aa70-4b7a-9d53-bc19588ae668/width=450/16601432.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJIX%a~ABZ-=REH=JVRRI.%2X-RjsrD*Dj?G", "type": "image"}, {"id": 16601442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71317174-85b0-49ab-bb9f-4971b460f985/width=450/16601442.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UUL423?H?wNG~Us,%zkWxuNGx]R*xHs,MyWC", "type": "image"}, {"id": 16601450, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19b576fe-4302-4fad-bf4b-ee332d5e18c5/width=450/16601450.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UKGvM1S*TybFaptlJFxt4.M|ocs;9iMwMxoy", "type": "image"}, {"id": 16601569, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44b84005-11ff-44c0-a0d9-0b12a883ea82/width=450/16601569.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "URHVMDMjM_tQ.TnhNLX7EUNYo#xax{%2xsRR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/587662", "modelId": 528864} \ No newline at end of file diff --git a/datasets/metadata/587739.json b/datasets/metadata/587739.json new file mode 100644 index 0000000000000000000000000000000000000000..5b7bd0065cc4cef89833895d3ba096a57941cb92 --- /dev/null +++ b/datasets/metadata/587739.json @@ -0,0 +1 @@ +{"id": 587739, "index": 0, "name": "trained by CIVITAI V1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-22T12:16:23.370Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["arale,arale from arale,glasses, blue eyes, long hair, purple hair, pink winged hat, overalls,red shirt, short sleeves,solo"], "stats": {"downloadCount": 218, "ratingCount": 0, "rating": 0, "thumbsUpCount": 41, "thumbsDownCount": 0}, "files": [{"id": 503013, "sizeKB": 31360.7265625, "name": "587739_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T10:36:14.881Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "41F87EFE", "AutoV2": "6ABBA4AD40", "SHA256": "6ABBA4AD4002F65459A87CDC4FDBC4795667AB1ACCDC57DA5CF3FA22F26705E1", "CRC32": "E618D688", "BLAKE3": "C903B000AF12714002B3E6BE7A76A20098607FE011633AF3F3239EA1D4198B75"}, "downloadUrl": "https://civitai.com/api/download/models/587739?type=Training%20Data"}, {"id": 505404, "sizeKB": 223100.95703125, "name": "BingArale_SDXL_Pony-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T12:10:32.391Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1CB95620", "AutoV2": "CB136E69B1", "SHA256": "CB136E69B1046E8A64C3D8C47EB4E87BA54196B651B99D5AA6F60E16CB3A2AB0", "CRC32": "17D25E4F", "BLAKE3": "52DC72009AC63F3810488157786ACAFD6495D9B7E5331C10EC757EA8173091F0", "AutoV3": "917D6FBCDAA3"}, "downloadUrl": "https://civitai.com/api/download/models/587739", "primary": true}], "images": [{"id": 16734752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31e8843c-86b8-4d79-86aa-9c9b7c3a89c8/width=450/16734752.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UcKIiMRk{g=y;OxGnmW;^6jE$RbvS%R*j=t6", "type": "image"}, {"id": 16734757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16271a17-4f10-431a-86ad-02c01b5eed64/width=450/16734757.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UTH.T.-o%$tRNRodg6W=wMt3RmozYRNbEgoK", "type": "image"}, {"id": 16734751, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/925b9b36-bab7-488a-a38a-ba63d854e9f2/width=450/16734751.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UkLpRNof~B-o^jj?S4oL-pWBoLWXNfWEM{oL", "type": "image"}, {"id": 16734754, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30558edf-a104-4f5f-adf3-681e5638180d/width=450/16734754.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "U6G8A-001;8{}_4mP9R5%e9G%#M{Td-V00NZ", "type": "image"}, {"id": 16734753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/527a6da6-d567-47d0-bad0-c336f2e724f0/width=450/16734753.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UZKAdCV[_MN{~CRQxtxZ?bxH-;nhIWnOIAIp", "type": "image"}, {"id": 16734756, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/beb62f22-a1ef-435d-ba99-26f1d51cfd1e/width=450/16734756.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UmKT#|$*_3S1~Wt7bvW.yCbbo#kWRljsRPae", "type": "image"}, {"id": 16734755, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4557cf75-9bc4-4004-8fa3-dc620b800605/width=450/16734755.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UiKT4OWB^l%3~BNHW:w{-;jFxZS4R-WCInbF", "type": "image"}, {"id": 16734758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/801b6f4a-620e-408b-aa35-64426c7a86c7/width=450/16734758.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UZLzE#yD?u^O~A%Ko~Nf?vIpxukWVtXTIUnh", "type": "image"}, {"id": 16734759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c82d0d5b-40f7-4982-98b6-64a5ff7c286c/width=450/16734759.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UHKT#~NapD~C00NZ00nPo@oKTJbc_4ninNo}", "type": "image"}, {"id": 16734760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4eb31cbf-38ba-4fe6-96e0-eb0aaa9ede6d/width=450/16734760.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UiLD4V$*~Bt8^PWUI=s:^kbIxajEo$R+RPWC", "type": "image"}, {"id": 16734656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19dfdc4a-5640-49c4-8ed3-bfe21be7a19d/width=450/16734656.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8Hep%x[nC%I0nS4VtIp}9obxn-n00Rk%LN2", "type": "image"}, {"id": 16734655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b8bdc0b-b877-4945-94b2-ea3de1e3304f/width=450/16734655.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UFJ@wo-;JBWEE3kWWVR+j_NGtQof*0Ips:t7", "type": "image"}, {"id": 16734658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a23e23b1-a2a1-40e0-98be-0e428fe42f85/width=450/16734658.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOHog?.8V[xu4rtRafV[?7oIoyj=.ARjofof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/587739", "modelId": 528933} \ No newline at end of file diff --git a/datasets/metadata/587769.json b/datasets/metadata/587769.json new file mode 100644 index 0000000000000000000000000000000000000000..4352de3415be51f06260b4048cb72ed7b1853a66 --- /dev/null +++ b/datasets/metadata/587769.json @@ -0,0 +1 @@ +{"id": 587769, "index": 0, "name": "Kira Yamato Pony XL v3", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-21T15:33:51.183Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["kira_yamato", "uniform ", "pilot suit", "jacket", "hair parting left", "hair parting right"], "stats": {"downloadCount": 68, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 503020, "sizeKB": 60683.0146484375, "name": "587769_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T10:41:17.467Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EDC23E37", "AutoV2": "6CD53F5543", "SHA256": "6CD53F554314D2912EADE6A5BAE495D3404C880129F308E34BE6B2FE3A221364", "CRC32": "03D32014", "BLAKE3": "0B4944ED07E78AC73D80FD17FD9992A620A78561C29227B6D18F3C76FEA0F53A"}, "downloadUrl": "https://civitai.com/api/download/models/587769?type=Training%20Data"}, {"id": 503533, "sizeKB": 223100.52734375, "name": "Kira_Yamato_Pony_XL_v3_r2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T15:35:48.727Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D7280B8B", "AutoV2": "1DACBC5463", "SHA256": "1DACBC5463B216342007B1E90E37CAF40EC8A6711A71F1667B0CDB0956BB5553", "CRC32": "6C1D660A", "BLAKE3": "0BA513E5F5421B85A9D937B776033D44BA4EA76CAA65C35D74B8CA9C0EC374D4", "AutoV3": "BB13D95E53E5"}, "downloadUrl": "https://civitai.com/api/download/models/587769", "primary": true}], "images": [{"id": 16640128, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ae1e1f2-2cb0-4ca3-9723-ff285e59f994/width=450/16640128.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1754, "hash": "UJCZ^skE54%0-so$NLr;00XA-@RO9cRnoMbG", "type": "image"}, {"id": 16640072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ac379a4-b6de-4502-b462-1a3b271dbff3/width=450/16640072.jpeg", "nsfwLevel": 1, "width": 790, "height": 1153, "hash": "ULCG$9Rk4.t7xxWrOHoe02oK?wayIys.nOWW", "type": "image"}, {"id": 16633683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c17fa5f4-1067-4052-98ba-3d0ee434773c/width=450/16633683.jpeg", "nsfwLevel": 1, "width": 809, "height": 1182, "hash": "U9F$0N5EDR.RHbaREV=;00?bys4TtnInx7t,", "type": "image"}, {"id": 16636227, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42756f89-fd69-43e2-a0fc-2d18b5eab991/width=450/16636227.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKI#7SESrC-=L}yD~qRjKktks*NGJEOs%3tl", "type": "image"}, {"id": 16640598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0e4492f-3a76-4c47-ba3e-97190e7bc01a/width=450/16640598.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UB9a{.NM4,-oI9kXTOnhDPV=tAogMzt8xuRO", "type": "image"}, {"id": 16640599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a98215bc-cd99-4474-8003-464f9b4a8e0f/width=450/16640599.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U68Ob=VrBd%hDgsSK9NG9AobwRRnjQS1$*w|", "type": "image"}, {"id": 16634682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ebad91b-e343-4006-86cc-1540f27548db/width=450/16634682.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U7FPT%ENMa_3CTx^O]Vr9YtQt6M{00tRDhIA", "type": "image"}, {"id": 16634000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/230b946c-3d59-45d0-b53c-b79a08c57288/width=450/16634000.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBC$D+S%xws8~Ct8NfWT9a-WxDNa0fs;jEe:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/587769", "modelId": 528954} \ No newline at end of file diff --git a/datasets/metadata/588000.json b/datasets/metadata/588000.json new file mode 100644 index 0000000000000000000000000000000000000000..983aa0121412386b77653ac1d0c0395a275bbacf --- /dev/null +++ b/datasets/metadata/588000.json @@ -0,0 +1 @@ +{"id": 588000, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-21T13:07:00.243Z", "availability": "Public", "nsfwLevel": 2, "description": "30+ images
", "trainedWords": ["bibiBS, 1girl, solo, athletic body, purple eyes, black hair, short hair, cross earrings, purple jacket, crop jacket, long sleeves, crop top, pink top, midriff, black pants,added training data
", "trainedWords": [], "stats": {"downloadCount": 42, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 503647, "sizeKB": 4301.837890625, "name": "588015_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T16:25:42.541Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C7EF241F", "AutoV2": "27C277B3D4", "SHA256": "27C277B3D4600E7A208B79DE3168B00693357B2EE1A09F1202316DF0E969AB9E", "CRC32": "19E06597", "BLAKE3": "DDE02FD8A5C1870411651453B4099921D4DB9295F46A2D5C6BC4B626A54CF6D4"}, "downloadUrl": "https://civitai.com/api/download/models/588391?type=Training%20Data"}, {"id": 503649, "sizeKB": 36980.5078125, "name": "Saree_blouse-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T16:30:39.714Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CC7D99AF", "AutoV2": "F2BB46EF20", "SHA256": "F2BB46EF2034C43083FB4B4CCCDCB6E7974F4C1F5D4A6F4F233A9B842492C16C", "CRC32": "EA6FC3AB", "BLAKE3": "F981E770407247DBCE6095C5A3B6ED05F79EEBDEA11B2C345F8059BD82DCC3F2", "AutoV3": "FA6113B57951"}, "downloadUrl": "https://civitai.com/api/download/models/588391", "primary": true}], "images": [{"id": 16628470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8eb0779-5d6d-40f4-a736-200fab581d78/width=450/16628470.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UGG+E,xvm$nNw=V??wx]$_WEXAof-nkCM{WA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/588391", "modelId": 529170} \ No newline at end of file diff --git a/datasets/metadata/588420.json b/datasets/metadata/588420.json new file mode 100644 index 0000000000000000000000000000000000000000..0f7acce6a8cfdb3a7a2c7665dfb4f3e9abd56c3f --- /dev/null +++ b/datasets/metadata/588420.json @@ -0,0 +1 @@ +{"id": 588420, "index": 1, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-23T16:18:42.340Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 82, "ratingCount": 0, "rating": 0, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 504920, "sizeKB": 942.7021484375, "name": "588420_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T06:35:30.245Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9FD794CC", "AutoV2": "D88B1E568A", "SHA256": "D88B1E568A0CCC699A739DDD5BED8E5AA46FBB08E61221C42EB2AB170DEC47C7", "CRC32": "776895F9", "BLAKE3": "012441D29287FB5EF4784D16170BE4C893317015A9862722B36EC1C83452D90C"}, "downloadUrl": "https://civitai.com/api/download/models/588420?type=Training%20Data"}, {"id": 505372, "sizeKB": 223111.32421875, "name": "Doskonipo-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T11:51:38.986Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "71235373", "AutoV2": "B1938D1AF3", "SHA256": "B1938D1AF3D20B8643B1348204C8584E868FDF60CCFF9B4B0C5BFB1C6136F11D", "CRC32": "F02C4F24", "BLAKE3": "33D0B2C3444E569EC214EFB92EAB2817C22D95AE39903E71982CACE8AEA3FC6D", "AutoV3": "F7C9102E7532"}, "downloadUrl": "https://civitai.com/api/download/models/588420", "primary": true}], "images": [{"id": 16732678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86f78233-2131-40ec-844a-3209d19861a1/width=450/16732678.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDK][uIA-:mk_4NexsVX9^$ekCNe56rq%2tR", "type": "image"}, {"id": 16732680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cc58a38-398b-48e6-8435-b5026cfe7ac0/width=450/16732680.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UAIh8JF|Hq=U,l-i=zXn00~VxI578{0K?a=_", "type": "image"}, {"id": 16732681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6ae7f4d-f38e-44f8-a168-5cc635bf9c12/width=450/16732681.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "ULK,my?Isl]}9aERoiI]0%V;IuMy~WjcWTE,", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/588420", "modelId": 529524} \ No newline at end of file diff --git a/datasets/metadata/588511.json b/datasets/metadata/588511.json new file mode 100644 index 0000000000000000000000000000000000000000..53dee86c4674fdc6ca98e50f73026be78b8406bc --- /dev/null +++ b/datasets/metadata/588511.json @@ -0,0 +1 @@ +{"id": 588511, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-14T14:25:04.444Z", "availability": "Public", "nsfwLevel": 4, "description": "V1
", "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 503759, "sizeKB": 471.595703125, "name": "588511_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T17:45:40.781Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "FBF2075C52", "SHA256": "FBF2075C52BE30EBBB3AF923743236D7FC778CC6F5D511D2E6B4583A1EA41310", "CRC32": "7565B7A8", "BLAKE3": "B7C25956AF7FE3D99F7BED0C2FB8E47FD5B0DCA7C301880EB10AE40032C16E4D"}, "downloadUrl": "https://civitai.com/api/download/models/588511?type=Training%20Data"}, {"id": 559005, "sizeKB": 36978.109375, "name": "Sonic_the_hedgehog_by_Souldreamxs_style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T14:26:21.596Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "36553908", "AutoV2": "2CCA854CC1", "SHA256": "2CCA854CC1DAC4F25FB752DB40418F44B82CFFDE774976BBD1F37B3D115FAFE2", "CRC32": "1D78E172", "BLAKE3": "F498CEF5D9CFE6D276CC42B2A7A292113D6C872DB16B565A454D6DFBFA70377B", "AutoV3": "25C23DC3C39C"}, "downloadUrl": "https://civitai.com/api/download/models/588511", "primary": true}], "images": [{"id": 19800935, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1253a308-c041-45a9-a2af-f397393efbb4/width=450/19800935.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U8Bygkkr^HxtJbwQEKRi4~5BawWA0n%K-jxb", "type": "image"}, {"id": 19800933, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f68c6c06-07a4-4f0c-a462-13cdbebba070/width=450/19800933.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U8B:BXi_=;xBJISuEJba4~=_s*f90QD+-mWA", "type": "image"}, {"id": 19800936, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f73b41e-7816-4f63-bec3-d896450a55ee/width=450/19800936.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U9B:8RXT=pt8Jbw%EJWB4~9ws*ax4^%K-log", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/588511", "modelId": 529604} \ No newline at end of file diff --git a/datasets/metadata/588609.json b/datasets/metadata/588609.json new file mode 100644 index 0000000000000000000000000000000000000000..dca25b57998a46e26cee8844de7b546b723559d1 --- /dev/null +++ b/datasets/metadata/588609.json @@ -0,0 +1 @@ +{"id": 588609, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-21T20:14:03.632Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 503976, "sizeKB": 51958.1171875, "name": "lewski-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T20:10:54.515Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6E81EDD9", "AutoV2": "00518384C4", "SHA256": "00518384C4D58E61C634108A327C9B7824DB3CDBDF0C43A08954B49AEC500FF4", "CRC32": "D6C5DC80", "BLAKE3": "7D223D450F78BDB34323BECF3C066FAEE47B5EF0145ABEBF288D3BE7315A2CFF", "AutoV3": "46F210DD4F56"}, "downloadUrl": "https://civitai.com/api/download/models/588609", "primary": true}, {"id": 503875, "sizeKB": 31659.4541015625, "name": "588609_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T19:00:38.205Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A3AEA7D6", "AutoV2": "00F163F86D", "SHA256": "00F163F86D335F748319110F66CDFB320730645AF9F65CF7C02E19C00ABF38E7", "CRC32": "6247B645", "BLAKE3": "6970A10D68AE90DE8F825B930037F5C303DE9054AECB50C293384E976C085C4A"}, "downloadUrl": "https://civitai.com/api/download/models/588609?type=Training%20Data"}], "images": [{"id": 16649482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28e8bcc4-8679-45d9-a9c7-65fc17d21c8f/width=450/16649482.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6BMSu^j0001}qaLOso}0fR+-ToJEModo2fR", "type": "image"}, {"id": 16649483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0083ae3-97e7-46c6-bd5e-9bcb9bfac8f2/width=450/16649483.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U4D+e:$#009wL#I^?u?G19?F+[0L00Mx~V?a", "type": "image"}, {"id": 16649474, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78835992-bbdb-4701-bce9-b7e3e3fefae3/width=450/16649474.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGHLbvX901E1_3IoIr%N.T9GIA-:0LRjROjE", "type": "image"}, {"id": 16649476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c59f9261-3907-418b-b9a8-e39096d127fd/width=450/16649476.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U4B{.QoH00%g]~NKpI^*00xs^P9G0#t7}@Rj", "type": "image"}, {"id": 16649484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cdd2644-9057-4c5e-aa8f-864a498cfa89/width=450/16649484.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8CZCUxaE2EN.ANHt7%M02NdnOwI0L-:ayD*", "type": "image"}, {"id": 16649494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee5edd8b-0408-4780-85d9-72b8069e85dd/width=450/16649494.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDFYGg.89~IV$eMxR,t7*0xu-Vs.4.R*kCae", "type": "image"}, {"id": 16649487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28ffd258-a5af-4398-9e9a-a3d57c8384d5/width=450/16649487.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U4A^2l_40057pe%No~xu0gS5}?-U%2WY%1s:", "type": "image"}, {"id": 16649501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c5b5ec8-ea69-4cdd-8f58-a192b375663a/width=450/16649501.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6C?fjxu0KW=CAt78_Rj-5a}4.WBT0WAIToJ", "type": "image"}, {"id": 16649502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49deae3f-5205-4d8f-85a9-d07b715adc0d/width=450/16649502.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U4B|HRt700IU~XIUxuj[D%xuM{Rj00WB~qxu", "type": "image"}, {"id": 16649500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f05ba9fb-7772-4aad-bebc-5e88c13458c8/width=450/16649500.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U5C60^~U0000VEs,x^X90jR*-5%001E2~p_1", "type": "image"}, {"id": 16649497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fed4f986-071f-40c2-9273-25d93a35d7d1/width=450/16649497.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6D+xkvJ000PH=XoRP~A00?cxtM_~qV?D%E3", "type": "image"}, {"id": 16649504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d631db2d-7ad1-4f8e-8343-4b695cd0bbc9/width=450/16649504.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U8B3mK.901jY?wx^I;WAOFxu-ARkI[t7={ax", "type": "image"}, {"id": 16649508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7314a2d2-c089-4409-9adc-08e4568ce5ff/width=450/16649508.jpeg", "nsfwLevel": 1, "width": 681, "height": 960, "hash": "UVEorj%LNebI~pxtt7oeo}bIofj[T0WWaKaz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/588609", "modelId": 529694} \ No newline at end of file diff --git a/datasets/metadata/588625.json b/datasets/metadata/588625.json new file mode 100644 index 0000000000000000000000000000000000000000..65ef2c1033eeb996937b0730fc4c72f039501642 --- /dev/null +++ b/datasets/metadata/588625.json @@ -0,0 +1 @@ +{"id": 588625, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-21T18:58:42.514Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 144, "ratingCount": 0, "rating": 0, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 503867, "sizeKB": 8948.3408203125, "name": "Rain_Mikamura_GGundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T18:55:28.958Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "052C91FB", "AutoV2": "62DD78563A", "SHA256": "62DD78563A95AF5570C692A682B4768B7B4D8A187A02BDBAB7DBD3F15DFC6492", "CRC32": "B775811B", "BLAKE3": "F584EC04165563E32A874E28D49C6314C478A7DCB5FBBBE1A59964DEEF9C22F5"}, "downloadUrl": "https://civitai.com/api/download/models/588625?type=Training%20Data"}, {"id": 503868, "sizeKB": 22237.17578125, "name": "Rain_Mikamura_GGundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T18:55:37.340Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E83EA8B3", "AutoV2": "C079A461DD", "SHA256": "C079A461DDE19C562A44F89B691FBBB99AF4669E18544A27D011A3E0C7888351", "CRC32": "DAF3E1C9", "BLAKE3": "CACF63197EE4F55CBCB2C7B9408A345F1C87F49EB27EA6E548A3FA90082D19E8", "AutoV3": "98360EA1311F"}, "downloadUrl": "https://civitai.com/api/download/models/588625", "primary": true}], "images": [{"id": 16642966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/256c4329-ff5c-495a-9dd2-5b690ea54c80/width=450/16642966.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCHnB75700%2QVR*:mtQ00tQ?bWB*GjHO:n%", "type": "image"}, {"id": 16642962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3769c43f-4439-46d6-8bd2-e459e14eb047/width=450/16642962.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCHnEE5700%2QVR*:mtQ00tQ?bWB*GjHO:n%", "type": "image"}, {"id": 16643164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7d48a67-9019-4cf1-bbaf-fe0961737041/width=450/16643164.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U9JQA,D4];BT{dTeDP#SD40|?H-U9t^QT06$", "type": "image"}, {"id": 16643688, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6063087a-482d-40d0-88f8-5d617a68df32/width=450/16643688.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UcOC]bOZy?ELyYI;t9soo~sAxGbGNGIpt6NH", "type": "image"}, {"id": 16644691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c461807-5ddc-4a05-98ea-0363ebb9fb5b/width=450/16644691.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UYOVll~Bu4-oO?-:S~xZM{ozenaxxGWV-pt6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/588625", "modelId": 529712} \ No newline at end of file diff --git a/datasets/metadata/588699.json b/datasets/metadata/588699.json new file mode 100644 index 0000000000000000000000000000000000000000..85b140fb00ef4a726b932fd7848d3261d96fd2a6 --- /dev/null +++ b/datasets/metadata/588699.json @@ -0,0 +1 @@ +{"id": 588699, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-19T14:59:11.021Z", "availability": "Public", "nsfwLevel": 28, "description": "SonaliSheshariDenso
", "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 572144, "sizeKB": 223167.56640625, "name": "SonaliSheshariDenson_21_06_24_r1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T15:00:49.442Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1635DF6C", "AutoV2": "158DD44966", "SHA256": "158DD44966C4E396B9AFED8FC469EEDF73AEBF0C1D6328B80D2F6E28338081B3", "CRC32": "F08347C9", "BLAKE3": "384798DB4CB0DF027D937631E45B97A87364A6BC4EE4E0470C4BF89AF12E54EA", "AutoV3": "C8A61C602689"}, "downloadUrl": "https://civitai.com/api/download/models/588699", "primary": true}, {"id": 503960, "sizeKB": 1189871.391601562, "name": "588699_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T20:07:02.098Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "634741D2", "AutoV2": "525487434A", "SHA256": "525487434A860858BD1B974CC75329F82D5821F83AAE66D5237E397DC6AE3866", "CRC32": "93768BFD", "BLAKE3": "D52C15BE5EFCE35BCEDF5D6933053AE84431625C95A84F1DB41736DB60D9904C"}, "downloadUrl": "https://civitai.com/api/download/models/588699?type=Training%20Data"}], "images": [{"id": 20518383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e240928-b965-48b5-8cf0-90ea6f0390f4/width=450/20518383.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UHIqy7?^_4%h_3x^V@x[J7Mx%2R*,@RjNv%M", "type": "image"}, {"id": 20518384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8190528d-d93f-4e77-a95e-ecb796ebfee9/width=450/20518384.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9L3iQIp%g01qZ0eM}4;9~~pE2J800?F9GtS", "type": "image"}, {"id": 20518382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b592fe8-4113-4a1e-8c97-bb5173336724/width=450/20518382.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIG8Ar-pI:-;Lebv%1%2n4WCNGae}[sAa~R-", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/588699", "modelId": 529786} \ No newline at end of file diff --git a/datasets/metadata/588720.json b/datasets/metadata/588720.json new file mode 100644 index 0000000000000000000000000000000000000000..2b7cfb59a491ca3f93861f1d91e6d0d4cb3e01df --- /dev/null +++ b/datasets/metadata/588720.json @@ -0,0 +1 @@ +{"id": 588720, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-21T20:03:19.483Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 140, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 503964, "sizeKB": 22238.35546875, "name": "Nastasha_Zabigov_GGundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T20:06:41.425Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CF580B61", "AutoV2": "91D4C57417", "SHA256": "91D4C57417580EAEF0324450042427CCB973C605973B0AA8AC705F5D949F0B47", "CRC32": "B9F9C139", "BLAKE3": "A455B26E84B4B4FCE97E1692C87B7B30C0DBCAD9EE3F49E01CEDDC412996F6D9", "AutoV3": "206F46ED024C"}, "downloadUrl": "https://civitai.com/api/download/models/588720", "primary": true}, {"id": 503963, "sizeKB": 11519.134765625, "name": "Nastasha_Zabigov_GGundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T20:05:46.145Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6650B2C0", "AutoV2": "E2D7F5646E", "SHA256": "E2D7F5646EF8B0EFFF1D6B3EC70F64C21EC4AF945F148E7F81E29057FC34591C", "CRC32": "9AAB457B", "BLAKE3": "6406DD3D72AEECCDD1337DD6D2FCDCE50D530C77195BCAFDE7AE8C45FCCB8645"}, "downloadUrl": "https://civitai.com/api/download/models/588720?type=Training%20Data"}], "images": [{"id": 16648680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5689e4b-11ef-45e6-bec5-17a996398cda/width=450/16648680.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPFhVKbHE0sA~Uo0-UWVxWoL^*WV-pbH%1jF", "type": "image"}, {"id": 16648679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c490c649-4855-4718-8f30-a59998689e42/width=450/16648679.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPFhVJbHE0sA~Uo0-UWVxWoL^*WV-pbH%1jF", "type": "image"}, {"id": 16648946, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/928965fa-d03b-451d-bad3-95652aa824d4/width=450/16648946.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEG+2S00?v4n?^Dh-=E0?Z0Lxbt74;t6-Uxb", "type": "image"}, {"id": 16649427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0249921-c59b-47b5-bf99-946cc35ab1b9/width=450/16649427.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFK0Qo?^yCxb0~IU8xt701n3MxM{+[xubdRQ", "type": "image"}, {"id": 16651817, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6be4de30-d343-4232-aa3d-fd709b06400b/width=450/16651817.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDLCr1~V00a0=F9a^5%1^%xa?a%L~AkWS#IV", "type": "image"}, {"id": 16652143, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc41a254-5fa6-4016-b245-32d16e963457/width=450/16652143.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UDI{{Yxu00NGLysp9Zs._%I:-V-BFsWVt7xZ", "type": "image"}, {"id": 16654794, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90ad1464-4b0e-42e5-b2e0-d8ed7214bc2c/width=450/16654794.jpeg", "nsfwLevel": 4, "width": 4096, "height": 6144, "hash": "UKOBK9?^:-:,Y*:7RPABHXzVEfxFv#J*ELt7", "type": "image"}, {"id": 16654817, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f216c9ec-b326-451f-b794-7ab317aa8225/width=450/16654817.jpeg", "nsfwLevel": 4, "width": 6144, "height": 9216, "hash": "UuO{t1R5?^ogk=tls;aexuxZs9axI:WWoeR*", "type": "image"}, {"id": 16655385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32e8f670-76ec-4c07-a319-e24f558023c5/width=450/16655385.jpeg", "nsfwLevel": 4, "width": 6144, "height": 9216, "hash": "UpP$p~?b?^buk=V[x[M{OZt8sDWAt2t6RPWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/588720", "modelId": 529806} \ No newline at end of file diff --git a/datasets/metadata/588870.json b/datasets/metadata/588870.json new file mode 100644 index 0000000000000000000000000000000000000000..0fe4090adb9a9af6967f5c5e0cb9fdd8a1a70b62 --- /dev/null +++ b/datasets/metadata/588870.json @@ -0,0 +1 @@ +{"id": 588870, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-21T21:33:49.446Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["harriet_odyssey", "metal_hat", "(tiny purple fez hat)"], "stats": {"downloadCount": 85, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 515278, "sizeKB": 14919.58984375, "name": "harriet_odyssey (1).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T18:50:48.748Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DC8BE2DF", "AutoV2": "7D90CA3D9A", "SHA256": "7D90CA3D9AEFC34901DF3415E3AD6380195468C737E8E18C648A11841185C3CF", "CRC32": "46C2C92C", "BLAKE3": "EC600D0359B5880362BE7308875A6506AEE7F31D27861B409A4333F6812E670A"}, "downloadUrl": "https://civitai.com/api/download/models/588870?type=Training%20Data"}, {"id": 504105, "sizeKB": 223101.87890625, "name": "harriet.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T21:35:48.115Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7B9CFD4F", "AutoV2": "DE9E6751B2", "SHA256": "DE9E6751B262BB1CB80C4BAC463FC8FDFED880D99BF3775698B6701E50CE4A88", "CRC32": "DE425B1A", "BLAKE3": "987638819CB42038CB8E3CF5C158A2E8E7A610E1EF53831965D31BF9C4D12012", "AutoV3": "C386DE77DA73"}, "downloadUrl": "https://civitai.com/api/download/models/588870", "primary": true}], "images": [{"id": 16655876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/debc8e8b-0d82-410c-8f18-078ea2538d5a/width=450/16655876.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UNK9fa^h}$OZ%zt74;NI-;Os=_s+%iS$$wsl", "type": "image"}, {"id": 16655872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81e473ed-b5ca-4cc1-ba7b-ca4aa78cbcf4/width=450/16655872.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UNJ6pc9aNrr]_LrXE6R+GYw]XAW=TMX9NYxa", "type": "image"}, {"id": 16655874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64a6c5f8-fe30-4076-88b3-e41b0310385d/width=450/16655874.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U8MO5l~BgA^N0tNO05O6T~N5NRSs0Fnx~HxK", "type": "image"}, {"id": 16655873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2809f2c9-e8c6-4f37-ab33-8bdac25cd1b5/width=450/16655873.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UOLV^I^%yXIr0[rYD=wM9hOtiwo|0UIq%XOT", "type": "image"}, {"id": 16655875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6e9159b-2bb3-48ea-a03d-3d5172bb7bdd/width=450/16655875.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UOLy[%Io_L-qys%0ESItK4oz4=M{oitQ-Nix", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/588870", "modelId": 529938} \ No newline at end of file diff --git a/datasets/metadata/588944.json b/datasets/metadata/588944.json new file mode 100644 index 0000000000000000000000000000000000000000..4a1cb05820fac3460380934c29adc1b13f1e10df --- /dev/null +++ b/datasets/metadata/588944.json @@ -0,0 +1 @@ +{"id": 588944, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-21T22:10:10.320Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 93, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 504169, "sizeKB": 22237.52734375, "name": "Mirai_Noa_0093-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T22:11:36.359Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FDF451A1", "AutoV2": "C8D02B2AB2", "SHA256": "C8D02B2AB2B7F8D9E01EC7A72CC169889506E93E31049DDE01524AECFE07764C", "CRC32": "A56E924B", "BLAKE3": "0F9923941757773D84E74F9FE53D2BCFC2E183BAB5E6DA17ADA4AB43E530717F", "AutoV3": "A084067444F9"}, "downloadUrl": "https://civitai.com/api/download/models/588944", "primary": true}, {"id": 504170, "sizeKB": 9039.5380859375, "name": "Mirai_Noa_0093.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-21T22:11:44.976Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "07560890", "AutoV2": "EE210281C3", "SHA256": "EE210281C342DDC0E8D2DAD19FAA065F07DEFE029319A07241635899329467CF", "CRC32": "91459241", "BLAKE3": "8855189C2328CA825CB69CAF88114F2AF5DE0314550F308624EF9136794EF336"}, "downloadUrl": "https://civitai.com/api/download/models/588944?type=Training%20Data"}], "images": [{"id": 16659082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d90ae6c-7290-430c-88ca-b080a6d61444/width=450/16659082.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVMG*ZMx*0sm~9s:_3xaEkoz-nayx^WXS5f+", "type": "image"}, {"id": 16659081, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/059bd26d-ec6d-4904-b599-493fedb93526/width=450/16659081.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVMG*ZMx*0sm~As:_3xZEkoz-nayx^WXS5f+", "type": "image"}, {"id": 16659398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a59ef03-4444-40f2-881f-84c65aa87ba7/width=450/16659398.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UnKm@Ln3?aMx~Wadx]axWUkC%2%LSPofs-WX", "type": "image"}, {"id": 16659623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5ef44d9-78c4-4435-9b06-fcae40e91097/width=450/16659623.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMOfAJ%LJ--UKPs9~q%2S7NG?bRj_Ni_t8j=", "type": "image"}, {"id": 16660166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f90f071d-d490-44e8-bc7c-950ca0cb72ec/width=450/16660166.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U7PrwU00Y*qt0000F|9a000LVDEN^f#Q-ox^", "type": "image"}, {"id": 16660597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0241b13c-3108-4da7-8402-3b23c8c46c0c/width=450/16660597.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEOyhd00GaIW004oELIr4.Ne=vs;r?IU_Nt8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/588944", "modelId": 530000} \ No newline at end of file diff --git a/datasets/metadata/589221.json b/datasets/metadata/589221.json new file mode 100644 index 0000000000000000000000000000000000000000..e68d661ec859ff7c3e12168b0cf8929268a70316 --- /dev/null +++ b/datasets/metadata/589221.json @@ -0,0 +1 @@ +{"id": 589221, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-22T03:56:06.149Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["drex the alien slime", "purple slime", "purple goo", "purple eyes", "amorphous", "ooze", "goo creature"], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 504645, "sizeKB": 45144.9775390625, "name": "589221_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T03:20:40.896Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E03B07B9", "AutoV2": "A7BB83D3D4", "SHA256": "A7BB83D3D47BCE601109D58388822924ADB791B397D75D44C16BB5FFCBD0858D", "CRC32": "D16400E2", "BLAKE3": "1C0C69CC2AA03AF1A83A0EEA197714F65B0A6ECC03861ABDB73B2BFD25CE2F4D"}, "downloadUrl": "https://civitai.com/api/download/models/589221?type=Training%20Data"}, {"id": 504699, "sizeKB": 223106.83984375, "name": "Drex_the_Alien_Slime.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T03:50:42.698Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0037A86B", "AutoV2": "78D6F2F603", "SHA256": "78D6F2F603616F0B682A70753CB5231E23FE7B7A00E36740580DD72F8A4EE6F4", "CRC32": "0A047776", "BLAKE3": "D0808D0F2B5D0F4D2066085C500081758C0CC82ACC17E26BD9672480E254EC9B", "AutoV3": "3DC80D91097B"}, "downloadUrl": "https://civitai.com/api/download/models/589221", "primary": true}], "images": [{"id": 16691574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d8e5715-4feb-4002-bd61-dc6b7f7c0914/width=450/16691574.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGJk7%Z?*1%p%aocf5k8x~gGVji*akRpf9j=", "type": "image"}, {"id": 16691572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f28a372a-346a-4203-ad7a-1d6498997ba3/width=450/16691572.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJKweC-Z*1_8k}-q4tIn%rSum[nD~WV[WTxt", "type": "image"}, {"id": 16691573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b39eddd7-45d4-4d6b-9700-0602281dae6b/width=450/16691573.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6EBU}%31Cs#2}$.m|X2EUNosKW1G2nmRYoM", "type": "image"}, {"id": 16691606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e24f8aab-c546-4b1b-bfa9-bd7a83b8df8a/width=450/16691606.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAFXQL-E7*Eu7RoOE2xG?1s.=*a*pPI,-D$m", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/589221", "modelId": 530239} \ No newline at end of file diff --git a/datasets/metadata/589380.json b/datasets/metadata/589380.json new file mode 100644 index 0000000000000000000000000000000000000000..34a2487ae521b7a9a84b443092c27d0f7cc2ba48 --- /dev/null +++ b/datasets/metadata/589380.json @@ -0,0 +1 @@ +{"id": 589380, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-22T02:50:51.907Z", "availability": "Public", "nsfwLevel": 17, "description": null, "trainedWords": ["melasculaPNY", "purple hair", "black eyes", "bangs", "long hair"], "stats": {"downloadCount": 200, "ratingCount": 0, "rating": 0, "thumbsUpCount": 57, "thumbsDownCount": 0}, "files": [{"id": 506185, "sizeKB": 8584.15234375, "name": "melasculaPNY.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T18:52:13.597Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4E423FE1", "AutoV2": "218D80C32C", "SHA256": "218D80C32C4754FFE660CB556F299FAC0128AAB81FE678E948A77ADE624CA357", "CRC32": "06E7237F", "BLAKE3": "BAC17AAEC3006244AE0DCC5C482D1EAACD0CDB235C0E4487B0DBA9B90E358AD3"}, "downloadUrl": "https://civitai.com/api/download/models/589380?type=Training%20Data"}, {"id": 504594, "sizeKB": 176955.90625, "name": "melasculaPNY.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T02:50:43.077Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "901F48F1", "AutoV2": "4238B20E65", "SHA256": "4238B20E65A9EA36BBA2E07F31998702FFCF40D26A1300ECAD761ACC4C507D33", "CRC32": "52DBD941", "BLAKE3": "F8434228CE60D6278C2B488A092873C33AAD72B2A86B78731A5F7AA044E9D06F", "AutoV3": "E7DC2EF84495"}, "downloadUrl": "https://civitai.com/api/download/models/589380", "primary": true}], "images": [{"id": 16685539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59c7c013-0b01-42c6-afd2-c13dda5334b8/width=450/16685539.jpeg", "nsfwLevel": 1, "width": 992, "height": 1456, "hash": "UELNZ1IA5j%Nu3?H%}tQ.mD%xsWm?a%2$xn}", "type": "image"}, {"id": 16685537, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98ee88ef-067e-4a97-adb9-843916006ea9/width=450/16685537.jpeg", "nsfwLevel": 1, "width": 920, "height": 1608, "hash": "UALNGje[00xcD5E1~qX80g-:ELWUF#r?IVni", "type": "image"}, {"id": 16685535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8e8165f-49f9-43c5-a04e-c909d04a4c95/width=450/16685535.jpeg", "nsfwLevel": 1, "width": 920, "height": 1608, "hash": "U3LWn;4,00_M8^Ne00002|~D~G^*000000^*", "type": "image"}, {"id": 16685533, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e065daa1-72f8-4511-a5c6-71e5ca30321f/width=450/16685533.jpeg", "nsfwLevel": 16, "width": 992, "height": 1456, "hash": "UHMGC-MJ0}N1G1=c5RRk%i$f-pe,x_Ins-In", "type": "image"}, {"id": 16685534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8b47ed8-a109-4964-9020-6c517fc1f692/width=450/16685534.jpeg", "nsfwLevel": 16, "width": 992, "height": 1456, "hash": "UBNJ2;D40N%MxKNa0N9D*0NH-pWW03bqEJIV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/589380", "modelId": 530371} \ No newline at end of file diff --git a/datasets/metadata/589398.json b/datasets/metadata/589398.json new file mode 100644 index 0000000000000000000000000000000000000000..52bf4d7c60747fc125e6b04ec590a73dd6497a37 --- /dev/null +++ b/datasets/metadata/589398.json @@ -0,0 +1 @@ +{"id": 589398, "index": 0, "name": "Pov D + M (looking up)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-22T09:54:46.066Z", "availability": "Public", "nsfwLevel": 28, "description": "This one took some time to get right \ud83d\ude05
This is a pov sex position Lora for Standing Doggy Style + Missionary where the character is looking up the viewer. 3 trained positions for doggy Style and 1 for missionary
Prompts
Standing doggy style
Pov Standing Doggy Style, looking,
Pov Standing Doggy Style, looking away,
Pov Standing Doggy Style, curving back towards viewer,
Standing Missionary
Pov Standing Missionary,
Grabs
Not trained but should work quite well
breast grab:1.3,
butt grab:1.3,
arm grab:1.3,
torso grab:1.3,
waist grab:1.3,
Head grab:1.3,
chin grab:1.3,
General prompts
reaching for viewer,
Creampie,
", "trainedWords": ["Pov Standing Doggy Style, looking,", "Pov Standing Doggy Style, looking away,", "Pov Standing Doggy Style, curving back towards viewer,", "Pov Standing Missionary,", "reaching for viewer,", "Creampie,", "breast grab:1.3,", "butt grab:1.3,", "arm grab:1.3,", "torso grab:1.3,", "waist grab:1.3,", "Head grab:1.3,", "chin grab:1.3,"], "stats": {"downloadCount": 2509, "ratingCount": 0, "rating": 0, "thumbsUpCount": 465, "thumbsDownCount": 0}, "files": [{"id": 504653, "sizeKB": 16641.1669921875, "name": "589398_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T03:20:35.842Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A8ED8CA1", "AutoV2": "BFB1E12560", "SHA256": "BFB1E12560DC2A1BA714D8ACCDABB4EFAEC6B801C127BD42AB07B5D5B0DE045A", "CRC32": "6B799AF0", "BLAKE3": "3EE1C5B68D5940F5F7F1A271F7DE0B76D641623F2A6568BCF6961BB0527FF7C9"}, "downloadUrl": "https://civitai.com/api/download/models/589398?type=Training%20Data"}, {"id": 505152, "sizeKB": 223099.22265625, "name": "Pov_Standing_Doggy_Style__Missionary_looking_up.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T09:21:21.468Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A9664B86", "AutoV2": "445A689237", "SHA256": "445A6892372F87C38AF28BD84D907F0AD6A90449A263DE4CC41BED01654B2470", "CRC32": "78CF62AF", "BLAKE3": "4CC6E7680EFB731E2ADC1525352B54F6CF2BD9D1BFF0EB93DE9CFA745E128239", "AutoV3": "1E9048CBFEFF"}, "downloadUrl": "https://civitai.com/api/download/models/589398", "primary": true}], "images": [{"id": 16749759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3bf960f6-578e-4dc4-93a9-a3fb96cc93e8/width=450/16749759.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UEI|d#~B0K4;AaELMx-V554:E2?G00Mz~Bb]", "type": "image"}, {"id": 16749767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75270e93-e49a-4501-8075-e1615df7ada6/width=450/16749767.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UDJGvY~V000LAGI.Mx-U000LIq~V00Vu^*Xk", "type": "image"}, {"id": 16749762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb98cf95-b98d-4157-a7ca-d8b8f7e1cbe1/width=450/16749762.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UJI|Xm9uIn0f4:x[tRRQK3EL57~B56Sj-n$*", "type": "image"}, {"id": 16749766, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a5f89b5-881a-4ee8-9ec5-4dc57aa7e333/width=450/16749766.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UFJ6{L~B0K4:F2ELMx$*554:E2?G00Mz^*kp", "type": "image"}, {"id": 16749761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44809b5c-024b-43e5-8e34-608c3168b7df/width=450/16749761.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UHJ6{K~A0L9aAGIoMy-VE19aNH?G00M|^*XS", "type": "image"}, {"id": 16749848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a0985c0-7d66-4510-ac0e-4bf29de9528d/width=450/16749848.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UAIgN1IB0LI.150z~V4n0#~VIqn3E+tR4o?a", "type": "image"}, {"id": 16749847, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc2f5b4b-044e-4ee3-83e5-a3271eafc0a9/width=450/16749847.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UQINjp~BKP9ZJC-p-ptQI;%1$%WBWY9aoIt7", "type": "image"}, {"id": 16729028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3dd9ebac-eb5f-4896-b251-e6463d23d514/width=450/16729028.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UCI|:%Bp3Y=WGw_MJBrCTf0fZ$?E=|4T$yba", "type": "image"}, {"id": 16729030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c240888-647f-4409-a21c-3f0e0a3d7170/width=450/16729030.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UKJQsG9uO@#QT}%fs+MdF#E2eSxDyD01-Uo}", "type": "image"}, {"id": 16729027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e362632-0335-449b-9562-d59a44883fff/width=450/16729027.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UOI|:#~UTJ9bKj-oxUt6.7OZnNt7PVt6t6t6", "type": "image"}, {"id": 16729031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4496085c-724c-4151-baff-69e004098da4/width=450/16729031.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UKJ%qP^%TdM|K+tRxZo1.To#~VR*?wNHRj$%", "type": "image"}, {"id": 16729029, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4144a9b9-2c1d-47b6-a87c-4f1fd6d1cf66/width=450/16729029.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UQI;I.~VyC-;PCxu-:.7K6E2s:XTJCs:Rjsp", "type": "image"}, {"id": 16729034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b089983e-7cc0-41c2-ba98-3f1822ada314/width=450/16729034.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UPJjSY9apI~o_MIVR+%f.8M|V@xuAIE2IpIp", "type": "image"}, {"id": 16729032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4029e1ee-8e42-4401-8e61-370abbb4eeda/width=450/16729032.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UCI;F%^h6800ct%M-nRP_2~V,BkC.m^*s9R,", "type": "image"}, {"id": 16729033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff8844b1-7a09-4dc4-a610-fb9612d4e81a/width=450/16729033.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "USKANQ~T9u9a_M%fo0t7_1kXnPt7-oI=IqxZ", "type": "image"}, {"id": 16729037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ec6791e-7434-4bbc-a393-58bd26b8758d/width=450/16729037.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UWLzNx4pozs,?^RjemWUo~-oD*ayXTt7NHWB", "type": "image"}, {"id": 16729035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb227144-4b77-4fbe-ba37-d7ff40c23521/width=450/16729035.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UcL41v9GN_sl?^RjwbWBkq%1IUbGNgocI;jF", "type": "image"}, {"id": 16722714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/028270b8-50fb-45a9-be87-178142fb39ca/width=450/16722714.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UEKTPl100#019bKi%MIAR4Orm+~BEM9GMxtR", "type": "image"}, {"id": 16722713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0b455fd-037c-44a4-af54-888dacb5f125/width=450/16722713.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UKLNJd~VPBNHKj-oxux[4:?b%Mx]%g%2xuxa", "type": "image"}, {"id": 16722711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edcf5dfa-a7f7-4b10-ae99-efe5070930a8/width=450/16722711.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCJaG^01B;xaCS4.~WM{0JD%xuM{0MM{9axu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/589398", "modelId": 530390} \ No newline at end of file diff --git a/datasets/metadata/589450.json b/datasets/metadata/589450.json new file mode 100644 index 0000000000000000000000000000000000000000..9d0e599a8efaecc6e002ef5ded5cc66377ae1876 --- /dev/null +++ b/datasets/metadata/589450.json @@ -0,0 +1 @@ +{"id": 589450, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-22T05:27:25.309Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["kamini"], "stats": {"downloadCount": 166, "ratingCount": 0, "rating": 0, "thumbsUpCount": 30, "thumbsDownCount": 0}, "files": [{"id": 504796, "sizeKB": 223102.76953125, "name": "Kamini.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T05:10:56.166Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5539CA33", "AutoV2": "8A655FFAD7", "SHA256": "8A655FFAD72D0A2960D445035B5B8920036F9BE8C0B7FA3FC34952CFB82A0E6C", "CRC32": "C6044040", "BLAKE3": "5A0346B99AFA73B1A5E7D0C82ADF5ECCCDCF7E79DD7FAE345F1AF80CA26BFBAB", "AutoV3": "4FCF462E3D16"}, "downloadUrl": "https://civitai.com/api/download/models/589450", "primary": true}, {"id": 504707, "sizeKB": 314244.2578125, "name": "589450_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T04:01:06.875Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E423AA0A", "AutoV2": "7629FEA0D7", "SHA256": "7629FEA0D7F1E156A2A95FEB2A77BD30F205D8E6248D104FEF700E77A9B4C020", "CRC32": "907556E3", "BLAKE3": "18EF90AB9556D7CADD24192B0A7F8EB05DE46A729D93B4E044E126DC244BB136"}, "downloadUrl": "https://civitai.com/api/download/models/589450?type=Training%20Data"}], "images": [{"id": 16698312, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07514b8a-aa1e-413c-8dd5-ec90215e1239/width=450/16698312.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "ULNI$?o|0~nlGtk8E1RQjYxYwcRm~qs.$iR+", "type": "image"}, {"id": 16698735, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c7580b9-217b-4ecd-84cd-db04dcc45f8e/width=450/16698735.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UIL41y~plnRj.Roe57R*R4-:%2xu0gMye?s;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/589450", "modelId": 530437} \ No newline at end of file diff --git a/datasets/metadata/589476.json b/datasets/metadata/589476.json new file mode 100644 index 0000000000000000000000000000000000000000..bebec48d259015cdb0b333ab3358414151b54f20 --- /dev/null +++ b/datasets/metadata/589476.json @@ -0,0 +1 @@ +{"id": 589476, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-22T08:05:12.449Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 93, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 504717, "sizeKB": 13984.603515625, "name": "589476_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T04:05:34.058Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "06D7668D", "AutoV2": "DC6CDA7CCF", "SHA256": "DC6CDA7CCF4AB7846356D6ADA2AFD21AB3D10B8D0C7FB5473B11EEC7DD32E690", "CRC32": "5A933AC8", "BLAKE3": "37B74453FE3AE64CD473F236ED89F18AB1A49090AE00635358EBE18BCFEE0D10"}, "downloadUrl": "https://civitai.com/api/download/models/589476?type=Training%20Data"}, {"id": 505042, "sizeKB": 223106.97265625, "name": "Amber_Lynn-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T08:05:42.117Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C5EF7428", "AutoV2": "18868513CA", "SHA256": "18868513CA1DFB0916C5C47AA944660D5386998387F5566487A61F02976272EC", "CRC32": "BA0609F5", "BLAKE3": "444015DE1880B9AFC898564F272A1B64FACAD14FD45DDEB9EC8DF2ADCBD71A7E", "AutoV3": "F208C240FB7B"}, "downloadUrl": "https://civitai.com/api/download/models/589476", "primary": true}], "images": [{"id": 16719116, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/973a24cb-7624-4449-b9d4-04b2ebcb9cfc/width=450/16719116.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U7FYPv%N0d4oyq9F9FE1xbRN-;oM~pDiI:sp", "type": "image"}, {"id": 16719115, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/644762c4-704d-48d2-a446-87a8c477a0d1/width=450/16719115.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UKIX23tl?u~V%e%3nitQV[Rhn%IBWARkRPt6", "type": "image"}, {"id": 16714326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6666e8c-f462-4ee7-837a-71d86e63fc77/width=450/16714326.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4GbO_|63,ss0JjK56E2L2Ki00I.00NG=|e.", "type": "image"}, {"id": 16719118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c41ac41-7c30-40f7-9b07-f55b4007b1dc/width=450/16719118.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAFrU~IUTx=xw;%g9s?H.RR.n49F_N9G-pNL", "type": "image"}, {"id": 16714327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a823f671-d613-4e24-bc44-4932e81b29b8/width=450/16714327.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UIG*f;_3J7~V^*?a-;%MOFkDRkNH-:t7WBof", "type": "image"}, {"id": 16714329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db584f64-d31e-4893-8bf6-b744ed2ad56d/width=450/16714329.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6Dl+t-=7gIU~VRjJCoe9vRj-6t7O[t6#*WW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/589476", "modelId": 530460} \ No newline at end of file diff --git a/datasets/metadata/589484.json b/datasets/metadata/589484.json new file mode 100644 index 0000000000000000000000000000000000000000..befc9c731b5e08aa72a6ca8376d0550176fc16ee --- /dev/null +++ b/datasets/metadata/589484.json @@ -0,0 +1 @@ +{"id": 589484, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-22T04:44:44.266Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 48, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 504718, "sizeKB": 3144.587890625, "name": "589484_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T04:05:36.392Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6B3DFC35", "AutoV2": "DE7BEDAAC3", "SHA256": "DE7BEDAAC39B4112AC00201F7EFA616C383D110621C03FD7F43C2B246E6F36F9", "CRC32": "9062C39B", "BLAKE3": "540C83AA161BC5ABD3D86818EC7AAF7344B15809967633C2B15645FE67D5945A"}, "downloadUrl": "https://civitai.com/api/download/models/589484?type=Training%20Data"}, {"id": 504760, "sizeKB": 36979.8203125, "name": "Cyborg-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T04:45:33.618Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3BB3D4EA", "AutoV2": "4B4AD83CEE", "SHA256": "4B4AD83CEE01B5C734BF52D71E209486FF4ADEF1574BB84C3629FACD1D82EAE5", "CRC32": "52F6C202", "BLAKE3": "005A32CCFBA2AF75722A66983B2FD53F568CA765B731AC759EBE1B0B3816DE41", "AutoV3": "C8915B430128"}, "downloadUrl": "https://civitai.com/api/download/models/589484", "primary": true}], "images": [{"id": 16695690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cff23c77-09ba-4736-89f2-65a1cd5faa10/width=450/16695690.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U5ELpUE29a~V00NG0Lxt-:kC?GxZ0LRk-pof", "type": "image"}, {"id": 16695687, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b73cba30-3ed2-4113-b9e6-c7e3be60a662/width=450/16695687.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U28X8[%M?wNG-=WBaeWXt8RjM{xtE1t7-:Rk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/589484", "modelId": 530467} \ No newline at end of file diff --git a/datasets/metadata/589495.json b/datasets/metadata/589495.json new file mode 100644 index 0000000000000000000000000000000000000000..f9c7ddcdf3b9389b7e8846d78bfac27042e76233 --- /dev/null +++ b/datasets/metadata/589495.json @@ -0,0 +1 @@ +{"id": 589495, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-22T06:00:57.025Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["annie the mutant slime bear", "lime green slime", "lime green goo", "yellow eyes", "goo creature", "annie zeta-1 v1", "annie zeta-1 v2", "annie zeta-1 v3", "annie zeta-1 wolf form", "ooze", "gooey"], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 504714, "sizeKB": 91580.75390625, "name": "589495_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T04:01:11.361Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "419C0F69", "AutoV2": "E7D63F5C58", "SHA256": "E7D63F5C586293E343D879A3E38AA09370AC9A221744E970C145547EAAF9B6E0", "CRC32": "42725A19", "BLAKE3": "AF049A1CFC305594799A2213D725BC73D0A6F7437C683482290EA5C56F33C9B8"}, "downloadUrl": "https://civitai.com/api/download/models/589495?type=Training%20Data"}, {"id": 504861, "sizeKB": 223108.99609375, "name": "Annie_the_Mutant_Slime_Bear.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T06:01:16.574Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "66B8B547", "AutoV2": "80D0214C2C", "SHA256": "80D0214C2CB8484B3D6CCCAFD243E70B30700E6FDCB1F2D221654323BEC1D33E", "CRC32": "329D2B64", "BLAKE3": "318FFC1DD1E0D65FCC99B8F269770C5F34A5687AD14F88F8F55FCB52EA9D70D4", "AutoV3": "30ACC7B37BCD"}, "downloadUrl": "https://civitai.com/api/download/models/589495", "primary": true}], "images": [{"id": 16703078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6e57cd4-c8db-462f-88be-4fe999a13fca/width=450/16703078.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCG]+ktez9rN$ljbS]W.qVahYDk9rybGf$e=", "type": "image"}, {"id": 16703076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85c2a5d6-8534-4a83-9170-177a0b637e2f/width=450/16703076.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEKx|AnXUtX]HvFo9?nm:xo@y5srQY#GNEOS", "type": "image"}, {"id": 16703077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db11353e-d7ac-4858-be5e-abcf4296c296/width=450/16703077.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAJvDa04DMPbqM01ImNEL|%ZlY#b4Wx[xr%M", "type": "image"}, {"id": 16703238, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/868d3144-772a-4ac9-a79b-bede321d83c2/width=450/16703238.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Egf[xtz9oyxIo[WVe?qWWVL9eZa8RDV^f}", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/589495", "modelId": 530478} \ No newline at end of file diff --git a/datasets/metadata/589712.json b/datasets/metadata/589712.json new file mode 100644 index 0000000000000000000000000000000000000000..2b6a8507918dae180cd2dc8b8e0222a54005bc78 --- /dev/null +++ b/datasets/metadata/589712.json @@ -0,0 +1 @@ +{"id": 589712, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-22T07:43:01.715Z", "availability": "Public", "nsfwLevel": 1, "description": "Nothing new here. Person hiding under skirt.
", "trainedWords": ["Person Hiding Under Skirt"], "stats": {"downloadCount": 39, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 504945, "sizeKB": 822.5849609375, "name": "589712_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T07:01:12.964Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "33131868CF", "SHA256": "33131868CF150493EE1EBF97390E26887AD1B8B0571CB6DEC3D5DDE8810F4F73", "CRC32": "9EFBA200", "BLAKE3": "38692E966B1C2198F8980DC78BCAE1B11179A7E60FC7B0E1E3C2C778BDAAE77C"}, "downloadUrl": "https://civitai.com/api/download/models/589712?type=Training%20Data"}, {"id": 505007, "sizeKB": 223099.89453125, "name": "hiding_skirt-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T07:45:42.559Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "92E0222A", "AutoV2": "86065D6E77", "SHA256": "86065D6E77623B97FF7F204A2BA4FFFB36C1C51303BFAB451EDE6AB73016C26E", "CRC32": "626E9ECB", "BLAKE3": "2FF58241373CA4A20D5EC464E645B785CCF180DD12033A1D41402B772DA35E89", "AutoV3": "FD10AE4C70B8"}, "downloadUrl": "https://civitai.com/api/download/models/589712", "primary": true}], "images": [{"id": 16712203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ff6f956-9234-4a1f-8c37-ca5df38a4bf9/width=450/16712203.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEH.D?t7_1xt~oWCD*ofM{j[M|WCNGoextWB", "type": "image"}, {"id": 16712204, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa7e0d41-345a-4ce3-aa1f-ee7c4e84b66b/width=450/16712204.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKEo_Q4n00~q9Fxut7Rjj[Rj-;IUtRj[M{xu", "type": "image"}, {"id": 16712202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2dae9912-938f-4efb-b23c-88cd562253a7/width=450/16712202.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHHK%%5:OXzr.k,qnPKNo|xZs.kW#-S}kCwc", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/589712", "modelId": 530669} \ No newline at end of file diff --git a/datasets/metadata/589735.json b/datasets/metadata/589735.json new file mode 100644 index 0000000000000000000000000000000000000000..36ac351fa3d80981696674553849f65f798412e8 --- /dev/null +++ b/datasets/metadata/589735.json @@ -0,0 +1 @@ +{"id": 589735, "index": 1, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-22T08:36:05.295Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 24, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 505010, "sizeKB": 2783.58984375, "name": "589735_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T07:46:11.196Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "58064DFC", "AutoV2": "8EA4BC3717", "SHA256": "8EA4BC37172449475DA105E56D30EB6F9B959FC4B0433A7599CEC5CD89391214", "CRC32": "668141B7", "BLAKE3": "F85FA4C3CC0316CC5E6B458F199990CD95AD27A7199B0DCF8C061DC690596605"}, "downloadUrl": "https://civitai.com/api/download/models/589735?type=Training%20Data"}, {"id": 505088, "sizeKB": 223100.52734375, "name": "Bunnywolfie.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T08:36:22.969Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4CB5C02A", "AutoV2": "58C21515AD", "SHA256": "58C21515ADFAD9450A4BC8E7E7CAF0834368FA975EC9A128678A4177046E4D0A", "CRC32": "7BC54461", "BLAKE3": "09919D875E50FEAB83DB7AF725147EBA9FC8BDE544821D9E3EF4ACAC1F781102", "AutoV3": "604F6BDA4729"}, "downloadUrl": "https://civitai.com/api/download/models/589735", "primary": true}], "images": [{"id": 16716902, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11acb392-24ac-4ce5-8014-a95e903ab233/width=450/16716902.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UMJ}lQTJ}Zn%baELEyso}FK4Egso;NEzi{wy", "type": "image"}, {"id": 16716969, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44baaaca-e1a0-479b-834a-b1d1bb83411f/width=450/16716969.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHGvq89E4io_~XNXtxf98@IVy8M#91RDIDox", "type": "image"}, {"id": 16716967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/671e6a67-2124-466c-8590-732fd0eb138b/width=450/16716967.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UMJ}lQTJ}Zn%baELEyso}FK4Egso;NEzi{wy", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/589735", "modelId": 530689} \ No newline at end of file diff --git a/datasets/metadata/589836.json b/datasets/metadata/589836.json new file mode 100644 index 0000000000000000000000000000000000000000..deae7f95c9664b46363f4cb824a85190b1abc68d --- /dev/null +++ b/datasets/metadata/589836.json @@ -0,0 +1 @@ +{"id": 589836, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-22T10:15:43.855Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": [], "stats": {"downloadCount": 216, "ratingCount": 0, "rating": 0, "thumbsUpCount": 41, "thumbsDownCount": 0}, "files": [{"id": 505122, "sizeKB": 4875.119140625, "name": "589836_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T09:01:11.247Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3CE1B98A", "AutoV2": "36F32A18BF", "SHA256": "36F32A18BF0FABAD98EDA91FE277A68BD849EFBBCC49585EBFDF5A0ABAB9FA83", "CRC32": "828FF10D", "BLAKE3": "C094AED20FBE9CEA86F5DFE214AEF9F30EE823F8F1186BA90AA6EE6B13876057"}, "downloadUrl": "https://civitai.com/api/download/models/589836?type=Training%20Data"}, {"id": 505168, "sizeKB": 18547.671875, "name": "hard_spank_mark-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T09:40:41.538Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "19A8AB1937", "SHA256": "19A8AB1937FC46C4F340359B405C37C638FF01C0924A50990ECB2D02AA93B055", "CRC32": "4FAECB41", "BLAKE3": "C82B8B76B6DA36987B480A8CAC7C4714E956C458E8FBB39399B69F632217D589", "AutoV3": "2C3F09B3E366"}, "downloadUrl": "https://civitai.com/api/download/models/589836", "primary": true}], "images": [{"id": 16724505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f61ee298-5783-42d3-88eb-177ee4c11263/width=450/16724505.jpeg", "nsfwLevel": 4, "width": 656, "height": 800, "hash": "UJKwkQX:PqPWDi7NVYv}?cD*RP%Mt-#7s,xt", "type": "image"}, {"id": 16724348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af45f3c2-c2df-4ce4-87b3-253a087da638/width=450/16724348.jpeg", "nsfwLevel": 4, "width": 512, "height": 600, "hash": "URJ7:$XnG^E15r%3v~jER5-p%1xtx]t6e.oz", "type": "image"}, {"id": 16721916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0223fd9-c717-4427-9bf3-b24b872217a0/width=450/16721916.jpeg", "nsfwLevel": 8, "width": 656, "height": 656, "hash": "UDJ?:A9b0}$%G]9]R5EM01t6}si_MK=xO?of", "type": "image"}, {"id": 16721850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/865f9bb9-a424-45d0-b8fe-8f170fae2663/width=450/16721850.jpeg", "nsfwLevel": 8, "width": 656, "height": 656, "hash": "UFKct#XT0KxY.mJ70LE15RE1}rM|+v-AJQ9u", "type": "image"}, {"id": 16721658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11f91f69-00c0-4d66-9f5d-2e8f6a2fa104/width=450/16721658.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UTKl,SoM1Ixa~CNbRkt6?uSgRkbG%LWWM|of", "type": "image"}, {"id": 16722285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f8328bf-4a9e-403c-bacf-251a952f80a8/width=450/16722285.jpeg", "nsfwLevel": 4, "width": 560, "height": 440, "hash": "UvRB@Uxu.Ts:xutSRPoIpHtRRPWAoLozWBjF", "type": "image"}, {"id": 16722288, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/970af30c-14e4-4c7c-aaf1-1bcc1fa1ae38/width=450/16722288.jpeg", "nsfwLevel": 4, "width": 560, "height": 440, "hash": "UpRx$7xv*0s:x]tSMxn$b^tRVsaKo0kDa{n%", "type": "image"}, {"id": 16722289, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9320bf6-be4a-4fad-8452-6899f5b37813/width=450/16722289.jpeg", "nsfwLevel": 4, "width": 560, "height": 440, "hash": "UbR-|=xu*0s..8o~Mxozpwo}a0WBoMbvs:jF", "type": "image"}, {"id": 16722286, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41560cdf-ac70-4dae-b9fc-3b18a37d05ce/width=450/16722286.jpeg", "nsfwLevel": 4, "width": 560, "height": 440, "hash": "UqReNzxu*0sS%go#Rje-t,ozV@WAe:kCoLjE", "type": "image"}, {"id": 16722287, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/631863ee-3034-4865-8615-fdcb6a305cc2/width=450/16722287.jpeg", "nsfwLevel": 4, "width": 296, "height": 296, "hash": "UVQHw.en%~R+_NR4NGaf%~R5R+oMWAVsjGo}", "type": "image"}, {"id": 16722303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0816f5dd-9275-4db1-a993-3025eaf85ae0/width=450/16722303.jpeg", "nsfwLevel": 8, "width": 512, "height": 656, "hash": "UHL|Ag}[2ws8ClOs-VRj00i_~Vsm-U-ot6M{", "type": "image"}, {"id": 16722319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d375e142-e219-449f-b115-de57a1080428/width=450/16722319.jpeg", "nsfwLevel": 8, "width": 656, "height": 656, "hash": "UXHwov~BIpR-XmShRjo2W=R*V@so-;xuM|M{", "type": "image"}, {"id": 16722318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4d76a57-8413-49a8-b7fa-aef3df373818/width=450/16722318.jpeg", "nsfwLevel": 8, "width": 656, "height": 656, "hash": "UDI4eQt700RjC7oL}[R*-Va|%Mj[%fj[H@j[", "type": "image"}, {"id": 16722365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7877356-90dd-4de9-81e8-7830fc2b90fe/width=450/16722365.jpeg", "nsfwLevel": 4, "width": 656, "height": 656, "hash": "UCHL3n00KN~p?HIV00E1g$RkH?n%KPWq-9xa", "type": "image"}, {"id": 16724338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc57c578-4f51-47b9-88ad-64c3f219eb7f/width=450/16724338.jpeg", "nsfwLevel": 4, "width": 296, "height": 448, "hash": "UjQ[oh.8pIxG.mx^V@WANGj?soRQrXV@oybH", "type": "image"}, {"id": 16724342, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4ddcc5d-106f-4bd1-a31f-3598493598ae/width=450/16724342.jpeg", "nsfwLevel": 4, "width": 296, "height": 448, "hash": "UGLW03D%0w%23Wk9D%%L01Iq~DV@[Djc-;V@", "type": "image"}, {"id": 16724336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db980388-77c8-48dd-8b9a-6da584db727c/width=450/16724336.jpeg", "nsfwLevel": 4, "width": 296, "height": 448, "hash": "UkNSmToz?^xat,oft8oer?bIR+oe-URjM{of", "type": "image"}, {"id": 16724345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c03ba2c9-e811-466b-9802-c393ad3fc55d/width=450/16724345.jpeg", "nsfwLevel": 4, "width": 296, "height": 448, "hash": "UGLy$b0M?^%Nl.IU%MxuHrR+NaR*^PIUD*Io", "type": "image"}, {"id": 16724343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de588a9c-da40-47a6-9d8c-3d9cbb2f11d1/width=450/16724343.jpeg", "nsfwLevel": 4, "width": 296, "height": 448, "hash": "UxOC~sof~q%2yXWBs:t7axj[jZax$*ofNGWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/589836", "modelId": 530779} \ No newline at end of file diff --git a/datasets/metadata/589892.json b/datasets/metadata/589892.json new file mode 100644 index 0000000000000000000000000000000000000000..5c4cb6bb45140bcb3db92c9d38c73a06ef3b35cf --- /dev/null +++ b/datasets/metadata/589892.json @@ -0,0 +1 @@ +{"id": 589892, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-22T08:47:01.396Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 111, "ratingCount": 0, "rating": 0, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 505105, "sizeKB": 22238.37109375, "name": "Romary_Asuno_AGE-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T08:46:31.145Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "719B771C", "AutoV2": "58F195BF77", "SHA256": "58F195BF77EB34575AE8574044540D7B14A8B3A44F4B260BBDF1A3DF1505B108", "CRC32": "76727898", "BLAKE3": "AB55B5ACB9C763B5BF1D9DDB22C17E13A6DF9FE41A4B9C31D547FE9A06245C74", "AutoV3": "F9F840BA8D28"}, "downloadUrl": "https://civitai.com/api/download/models/589892", "primary": true}, {"id": 505104, "sizeKB": 9503.7919921875, "name": "Romary_Asuno_AGE.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T08:46:32.258Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "52FD4A56", "AutoV2": "C959FFB56D", "SHA256": "C959FFB56D883570DE364278E7ECD9AE08FA011CBC99FB0CAA440E35D9BE15DD", "CRC32": "9C028DE2", "BLAKE3": "9F447DAEF285CAB6FE51E084329761B0D0E8709673119C0A5D6F20ACD8DF5859"}, "downloadUrl": "https://civitai.com/api/download/models/589892?type=Training%20Data"}], "images": [{"id": 16717847, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a85e5ac-50f8-4d04-9afe-a2dcd8892593/width=450/16717847.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVN^6+xa?w%M^$ay?^oz-;j[IoWWD*oLw{WB", "type": "image"}, {"id": 16717848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b9f106b-ae5d-4f43-8497-4a15b8228771/width=450/16717848.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVN^6+xa?w%M^$ay?^oz-;j[IoWWD*oLw{WB", "type": "image"}, {"id": 16718163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0abee36e-0a2c-4b20-b71a-55152e2dae3f/width=450/16718163.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UAK-LS^+CT%h00~W02o#0000EN9F~q-:ROR+", "type": "image"}, {"id": 16718780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6df5aec2-9196-47c8-941f-731b55ce248e/width=450/16718780.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UUOCpp~qI=?H9s%MShsk4;nhrqNG?GRjR+WB", "type": "image"}, {"id": 16719907, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7a7e96b-b128-4d8d-ba16-fb2a745a6a80/width=450/16719907.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOOfDU~qPp-;56xaWWtR57%L%ft7?aM{IURj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/589892", "modelId": 530827} \ No newline at end of file diff --git a/datasets/metadata/589966.json b/datasets/metadata/589966.json new file mode 100644 index 0000000000000000000000000000000000000000..0d3ac80126b97c2d5563c6e1ba200eff68d0cd35 --- /dev/null +++ b/datasets/metadata/589966.json @@ -0,0 +1 @@ +{"id": 589966, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-22T10:59:56.081Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["abyss the slime wolf", "black slime", "glowing red eyes", "red sclera", "translucent slime body", "barely translucent", "goo creature"], "stats": {"downloadCount": 20, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 505233, "sizeKB": 17998.431640625, "name": "589966_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T10:20:37.431Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9D981C22", "AutoV2": "BC7BABC0DE", "SHA256": "BC7BABC0DEEC3AFD6A3F4D9F6F717B5FFFC0861B980779EFC881438143557D9D", "CRC32": "9837AD41", "BLAKE3": "128ED548E0E5997DFECD67F18961B1F531B172D59D6B1D647969750CDEC94534"}, "downloadUrl": "https://civitai.com/api/download/models/589966?type=Training%20Data"}, {"id": 505282, "sizeKB": 223106.45703125, "name": "Abyss_The_Slime_Wolf.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T11:00:46.540Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2BFB479C", "AutoV2": "52B4C269E2", "SHA256": "52B4C269E27C4B90D29F4D66E67EF5BA2FDB451E1E5354DDBE566191AB48A34D", "CRC32": "311C5BE7", "BLAKE3": "A69110C95A1BEA46B4B97F84AF8A469FBCF832CDDE5232ABE8F5BD62689CF3D2", "AutoV3": "426799303A96"}, "downloadUrl": "https://civitai.com/api/download/models/589966", "primary": true}], "images": [{"id": 16728332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d648bc8-9844-45b5-bc10-704dc4a8102a/width=450/16728332.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U1Ci{%?b0000_3fR00t7u4of-BD%xuRj%M_3", "type": "image"}, {"id": 16728333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b265efea-e5f9-41ab-a473-856a7e2506e3/width=450/16728333.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UFD9M4_N^+%M=|fko2fk4nDiIUM{RPRPRjof", "type": "image"}, {"id": 16728331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc3231aa-257d-40da-bb4e-929ee4522bf9/width=450/16728331.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U5ECwd-;~qM{-;xuIUIUxuWBV@t7?bM{Mx%2", "type": "image"}, {"id": 16732100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3f0ab95-bfae-472d-9baf-fb421f669f2c/width=450/16732100.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UACsjht7~qWBt7ayIUfk-;ofMxWB%Mayf6of", "type": "image"}, {"id": 16732127, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad7d9c79-172e-478e-a9a7-f19e613c77d6/width=450/16732127.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8CP@d-;~qM{%MWCNGRjtRxuMxj[xuRjjFoz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/589966", "modelId": 530896} \ No newline at end of file diff --git a/datasets/metadata/589977.json b/datasets/metadata/589977.json new file mode 100644 index 0000000000000000000000000000000000000000..dcc9bf06645777d86cfa695083f1b38550b99c28 --- /dev/null +++ b/datasets/metadata/589977.json @@ -0,0 +1 @@ +{"id": 589977, "index": 0, "name": "pononozo", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-22T16:14:58.877Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["by pononozo,"], "stats": {"downloadCount": 305, "ratingCount": 0, "rating": 0, "thumbsUpCount": 71, "thumbsDownCount": 0}, "files": [{"id": 505798, "sizeKB": 223118.98828125, "name": "pononozov3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T15:46:07.130Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "32076026", "AutoV2": "D86A216839", "SHA256": "D86A21683921B04DF56A2D48761DABFF940C3A3BA8F25B7CC201A9708485BD16", "CRC32": "4C978B57", "BLAKE3": "A692843B1173EB3F90F54625637A28237D5A24ED984749D0B866902B4C001C87", "AutoV3": "2CC14D7262FD"}, "downloadUrl": "https://civitai.com/api/download/models/589977", "primary": true}, {"id": 505174, "sizeKB": 42662.2763671875, "name": "589977_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T09:46:17.769Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C1F9D08F", "AutoV2": "6C659FC741", "SHA256": "6C659FC74159B1C87D9AD9BD374204CA058F186E8C9B86B1168631F63C6977C0", "CRC32": "6A40D3BA", "BLAKE3": "4F01EE5065F2710195430775B5D4285D8C615752CE2B29703DAF27516E14C965"}, "downloadUrl": "https://civitai.com/api/download/models/589977?type=Training%20Data"}], "images": [{"id": 16755489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ff8ff7f-fc14-4f45-bb29-28e16db63e11/width=450/16755489.jpeg", "nsfwLevel": 8, "width": 1664, "height": 2432, "hash": "U7KwUv0200TK?7o~00M{0g$fIWVr03%L}@-p", "type": "image"}, {"id": 16755419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75e18bcd-bfed-4cb6-8398-aeb282eb2e60/width=450/16755419.jpeg", "nsfwLevel": 16, "width": 2432, "height": 1664, "hash": "UEL:l*4;00IV9FD+6%Ip4:NG~ARk~qRj9HIo", "type": "image"}, {"id": 16755424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e7f005e-32c1-4b52-89c9-fee043bc2d30/width=450/16755424.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UEN0SL~o0J%00K-.9[NGvzxZD%R*tSj[^ksA", "type": "image"}, {"id": 16755436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b9d62d0-c426-4a51-990e-1e593e20f7a5/width=450/16755436.jpeg", "nsfwLevel": 8, "width": 2432, "height": 1664, "hash": "UBMZs~t700xa~Js-ngof00WB9~R*yVay00of", "type": "image"}, {"id": 16755882, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8932c187-44a1-40e3-83be-72bc3b928f90/width=450/16755882.jpeg", "nsfwLevel": 16, "width": 1664, "height": 2432, "hash": "UDN03m~p00?b-V-:%z-:01xu%ft7?v-oIBxa", "type": "image"}, {"id": 16756438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2ae65e2-d28b-477f-a6c9-a627b8494809/width=450/16756438.jpeg", "nsfwLevel": 4, "width": 1664, "height": 2432, "hash": "ULJ@Xk^*0x%f~p%1o}kC9bRk~V%2$i%2%MM|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/589977", "modelId": 530907} \ No newline at end of file diff --git a/datasets/metadata/589991.json b/datasets/metadata/589991.json new file mode 100644 index 0000000000000000000000000000000000000000..31fd5e457c4c65cceee06971f7e3688ed287e05a --- /dev/null +++ b/datasets/metadata/589991.json @@ -0,0 +1 @@ +{"id": 589991, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-22T09:47:42.371Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 115, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 505184, "sizeKB": 22239.72265625, "name": "Shirley_Lane_GGundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T09:50:46.186Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "63E814A7", "AutoV2": "1908E8D508", "SHA256": "1908E8D50859418B9B4B968387F4C371A5250F28AB86E910BA8A32DA9E48F6E2", "CRC32": "94A31FB9", "BLAKE3": "C1B761E88CFB2DD3FF5A72C194791E05F821597B90B26FFC47C14DDBD5A0A85D", "AutoV3": "3451DAA943C2"}, "downloadUrl": "https://civitai.com/api/download/models/589991", "primary": true}, {"id": 505185, "sizeKB": 10819.7080078125, "name": "Shirley_Lane_GGundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T09:50:46.554Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7A223DBD", "AutoV2": "7F9A726A3F", "SHA256": "7F9A726A3F9900404D4D75EDB6DC16DC71074E2EF853B328122D2F64366C3C02", "CRC32": "1AE08043", "BLAKE3": "D34A827505C03EB69ECFD08CF3A580B78FC7B7000C485CBE6AD122C74E2BA93A"}, "downloadUrl": "https://civitai.com/api/download/models/589991?type=Training%20Data"}], "images": [{"id": 16722283, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b236d86-76db-4bef-96ec-dcb511e400b0/width=450/16722283.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVQbkK%Lt.xb-:kC?]oKNta}NGof^la{Z%oL", "type": "image"}, {"id": 16722282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f42ed63-8f93-4dae-8616-5c71ea4bbbff/width=450/16722282.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVQbkL%Lt.xb-;kC?]oKNta}NGof^la{Z%oL", "type": "image"}, {"id": 16722862, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7965ca6c-fcf4-4d43-860a-fa21857db065/width=450/16722862.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVPh%:r[x[xG_Mogs;V@M_afSfX6s:aeogoL", "type": "image"}, {"id": 16723046, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58d4c43f-7c6d-4cc9-9d7e-8872f396af00/width=450/16723046.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTPrd]o|%Oxc~Vs:%gx]9FRjo}fO-px[M|RQ", "type": "image"}, {"id": 16723327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1662f766-fefa-4af3-9d83-09431d95403c/width=450/16723327.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPLpR3-;0LITl9ozI;Rj0fs:-VNb~VxaWVoL", "type": "image"}, {"id": 16723759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a878e97e-4f0b-47d2-b650-a8e0da4299bb/width=450/16723759.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UEKmncV[00oy.mXSoeVs-=xuI:IoI;of?GoL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/589991", "modelId": 530918} \ No newline at end of file diff --git a/datasets/metadata/590024.json b/datasets/metadata/590024.json new file mode 100644 index 0000000000000000000000000000000000000000..d99d2254016f16b4b7e38a6f2555825369790195 --- /dev/null +++ b/datasets/metadata/590024.json @@ -0,0 +1 @@ +{"id": 590024, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-22T12:23:29.877Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["Medieval prison, chains, blood"], "stats": {"downloadCount": 837, "ratingCount": 0, "rating": 0, "thumbsUpCount": 146, "thumbsDownCount": 0}, "files": [{"id": 505244, "sizeKB": 145233.76953125, "name": "590024_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T10:27:13.836Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "85B6C6E7", "AutoV2": "BF1864E494", "SHA256": "BF1864E49413B774AC930E9870654BCB4C73D1A9BD5BB945D8A67F3DDF88DF61", "CRC32": "523F990C", "BLAKE3": "1DF823573F8CE1DFF9F9C40CACA186F3A2D8261A3AB58B0A3B4DE73796EF7592"}, "downloadUrl": "https://civitai.com/api/download/models/590024?type=Training%20Data"}, {"id": 505429, "sizeKB": 223100.98828125, "name": "Medieval_prison_warm_anime.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T12:27:09.002Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B2B4FF48", "AutoV2": "32E82D4999", "SHA256": "32E82D4999F08BA7F5D8B6A92F610CE341143BA786870F5708124AAEF999454A", "CRC32": "9107D67C", "BLAKE3": "33AE8F35FC3AA3A0020963D8EC96E6B01C55619173E226BA1AAD73FA5F5174C0", "AutoV3": "703F1B61D5BA"}, "downloadUrl": "https://civitai.com/api/download/models/590024", "primary": true}], "images": [{"id": 16735555, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9dc0c87-8882-40e0-8df1-192918497224/width=450/16735555.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U27ng;Rj00-;4mkC%2oeDNayyDRj00of_NV[", "type": "image"}, {"id": 16735558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6cd92f2-55e4-484d-ae5b-dc2986e0a2a5/width=450/16735558.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U07d^89F00_N00D%~o-;Mf%MyED%D4.8ysMx", "type": "image"}, {"id": 16735556, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fef9d04a-99c6-4591-9661-8605cd750d12/width=450/16735556.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U27nasRP00tR00WV-:ja#RoLx]WB00oz_MRP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/590024", "modelId": 530943} \ No newline at end of file diff --git a/datasets/metadata/590029.json b/datasets/metadata/590029.json new file mode 100644 index 0000000000000000000000000000000000000000..c253021bea4ec0ccbe00584a794ab1272f193ed6 --- /dev/null +++ b/datasets/metadata/590029.json @@ -0,0 +1 @@ +{"id": 590029, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-28T10:03:05.414Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": [], "stats": {"downloadCount": 24, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 519141, "sizeKB": 111817.76953125, "name": "Alex_Green-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T09:55:55.766Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0F91E6C3", "AutoV2": "F6A6777298", "SHA256": "F6A6777298CB68197D812D20023AF3A717CFAF5378FAFD67D7DBA483D67B2650", "CRC32": "8D72DE3C", "BLAKE3": "6C6F461DE3ED65A3CAF543970FD9142E1191A0B56094A423643B206EB33FD256", "AutoV3": "B4AF8854D97F"}, "downloadUrl": "https://civitai.com/api/download/models/590029", "primary": true}, {"id": 518243, "sizeKB": 40624.5283203125, "name": "590029_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T00:20:37.159Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3B65024B", "AutoV2": "53AD8EC6FA", "SHA256": "53AD8EC6FA4C725880E72DB5C617BEB9D4B0E8162AA528E66547F2C96B2B42A3", "CRC32": "D533FE24", "BLAKE3": "06302C5463996AE728AF14CFB4C7FB84DAFE902299DB78E4A579F5E191AE0B4C"}, "downloadUrl": "https://civitai.com/api/download/models/590029?type=Training%20Data"}], "images": [{"id": 17547155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef38fcd4-eb8f-446d-80b8-773cacdc22ef/width=450/17547155.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9HoIBg3Tf$%~V%MOFaJt8-;D%IUo~%L$%E2", "type": "image"}, {"id": 17547157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e349b929-d207-4246-8be6-0010f28d120a/width=450/17547157.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8Km@GXT2{xa0KMy00%L03-U~AEM02-o?G9a", "type": "image"}, {"id": 17547156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08e40182-738c-455c-b5f6-d8a31ef7dcaa/width=450/17547156.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UILzdJNeJ7?G?ajFE1xu~pROs:SiM}NGRiV[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/590029", "modelId": 530945} \ No newline at end of file diff --git a/datasets/metadata/590098.json b/datasets/metadata/590098.json new file mode 100644 index 0000000000000000000000000000000000000000..af55a8c1df19f328eebebe5dcf7ef08c85ef19f0 --- /dev/null +++ b/datasets/metadata/590098.json @@ -0,0 +1 @@ +{"id": 590098, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-22T10:58:28.583Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 124, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 505286, "sizeKB": 22239.05078125, "name": "Bunny_Higgins_GGundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T11:01:14.096Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BE02EE74", "AutoV2": "91326D6A01", "SHA256": "91326D6A0177F63A832A6FEF0F7147D77D90C6947B6DE6F6E3BCF13CEC08FE24", "CRC32": "30A877A1", "BLAKE3": "7616838347AC4074E7A0163B095DE33BBFCEAC92C775C40638A5E3BB8B72E9E3", "AutoV3": "B8D3C17C9285"}, "downloadUrl": "https://civitai.com/api/download/models/590098", "primary": true}, {"id": 505285, "sizeKB": 9294.78125, "name": "Bunny_Higgins_GGundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T11:01:13.492Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F2329998", "AutoV2": "4F712BACC2", "SHA256": "4F712BACC2563245932BAB296CC392A70E7A3F8FD71484F06520D011DB45D515", "CRC32": "0FF5D686", "BLAKE3": "AE4C2222769E8E23AE36149601B3D71619AF01CAB4CD5605DB643AD877D68C90"}, "downloadUrl": "https://civitai.com/api/download/models/590098?type=Training%20Data"}], "images": [{"id": 16728361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a7638aa-1aec-4c12-9a41-742d6d4003fa/width=450/16728361.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USNl.M%MIXxaKuofyXkVx]WBxuV@~DoLrXRj", "type": "image"}, {"id": 16728363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4a7eb60-f206-401d-ad4b-5e5efa56f248/width=450/16728363.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USNl.M%MIXxaKuofyXkVx]WBxuV@~DoLrXRj", "type": "image"}, {"id": 16728469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf88bd14-d39d-4e56-9387-884ecd2654fa/width=450/16728469.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIMsE400F?Q.??IAx^bu00My%4t7Me%~E0IA", "type": "image"}, {"id": 16728867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f42b469-fed6-41f9-b04b-0462569360b4/width=450/16728867.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UfKwFIx]57V@Ost7kWoKI;xu-oM{~Wt7WBWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/590098", "modelId": 531012} \ No newline at end of file diff --git a/datasets/metadata/590154.json b/datasets/metadata/590154.json new file mode 100644 index 0000000000000000000000000000000000000000..8082e04a3b9b671ae5022c7e498381edcc855fdc --- /dev/null +++ b/datasets/metadata/590154.json @@ -0,0 +1 @@ +{"id": 590154, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-22T11:33:59.760Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 110, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 505342, "sizeKB": 10682.5224609375, "name": "Janet_Smith_GGundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T11:35:44.778Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E0EF1C1C", "AutoV2": "5E27522889", "SHA256": "5E27522889D7CB215B3CD7597E061B4C557517BE86680F2329CD35342EC40FED", "CRC32": "EC9BE6E8", "BLAKE3": "B2B0BC7A8723C82B5F96A3224AE47B0271FCDB0FE27961881E3CA2DD8DEBA98D"}, "downloadUrl": "https://civitai.com/api/download/models/590154?type=Training%20Data"}, {"id": 505343, "sizeKB": 22238.66796875, "name": "Janet_Smith_GGundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T11:36:09.481Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0A61E7FA", "AutoV2": "DB07465251", "SHA256": "DB07465251457167EE9718B5ECC931ACFDCBD4DEF41E57569A98016FFE2D02C8", "CRC32": "B22FF043", "BLAKE3": "0B71C756224326B0C4101231F55A0C795C675CE9997345A8277FED679F8F2423", "AutoV3": "19428AC5AA65"}, "downloadUrl": "https://civitai.com/api/download/models/590154", "primary": true}], "images": [{"id": 16731128, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/807d2342-929f-4927-b67a-d06b780938bd/width=450/16731128.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U8M~b30100Mf0]02CQKO%NkV-DR5$U$f}aW.", "type": "image"}, {"id": 16731127, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c909f45-5437-437f-8b7c-e65d18fb059a/width=450/16731127.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U8M~b30100Mf0]027|KO%NkV-DR5$U$f}aW.", "type": "image"}, {"id": 16731410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8519cbe5-d35d-4c33-a65a-21e144d4418b/width=450/16731410.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQL{@|0e0fR6yU8_SQX5OmD%-qR*~Wg2oyVt", "type": "image"}, {"id": 16731762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69eb8522-4dc2-4ee2-bcef-63e6df9cb245/width=450/16731762.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPLfzF~p57%2J*-;JBt89u%2=|kC^*jZt7xt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/590154", "modelId": 531065} \ No newline at end of file diff --git a/datasets/metadata/590233.json b/datasets/metadata/590233.json new file mode 100644 index 0000000000000000000000000000000000000000..94c52d0c43107ce038840b381479bf66be8473e3 --- /dev/null +++ b/datasets/metadata/590233.json @@ -0,0 +1 @@ +{"id": 590233, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-22T12:22:03.789Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 112, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 505415, "sizeKB": 10697.5576171875, "name": "Cath_Ronary_GGundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T12:16:49.847Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E0EF1C1C", "AutoV2": "49F2A5FC72", "SHA256": "49F2A5FC72D656A8EA2BDE4BA1A1E6BD13D18AD7B0F9C7ECDBBDBB4A45EE6B9D", "CRC32": "201826A4", "BLAKE3": "C1857E38B03FE346598675DF87F588FB5EC249106C0AF5123DB4F873401AA2F4"}, "downloadUrl": "https://civitai.com/api/download/models/590233?type=Training%20Data"}, {"id": 505416, "sizeKB": 22240.59765625, "name": "Cath_Ronary_GGundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T12:17:07.093Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3DBA3063", "AutoV2": "B2717C1566", "SHA256": "B2717C1566B0B66483FAAB2CD3EF08A21A888181981ACE26E38A80783497CE1F", "CRC32": "88B786F8", "BLAKE3": "90D900A52DDBCE4BBEE6413668E21D47354FF59C57DE1DC8E8598C84FA486175", "AutoV3": "B19367C1813C"}, "downloadUrl": "https://civitai.com/api/download/models/590233", "primary": true}], "images": [{"id": 16735449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f49e77e1-e5cd-4aee-882b-107a8491b297/width=450/16735449.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIK^Ny~BMx={00w]?bsSPUWWt5of-rR,v#Io", "type": "image"}, {"id": 16735458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6f8480c-519c-43bd-ab4b-4814055838d9/width=450/16735458.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIK^Ny~BMx={00w]?bsSPUWWt5og-rR,v#M{", "type": "image"}, {"id": 16736393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35566910-e38b-47b5-8133-d7eddbaa0681/width=450/16736393.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHL|J_0Kpv8|y;IB?boz569F?Hbt^,pG%2Di", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/590233", "modelId": 531133} \ No newline at end of file diff --git a/datasets/metadata/590407.json b/datasets/metadata/590407.json new file mode 100644 index 0000000000000000000000000000000000000000..ff37ce068b1cef463fcd0800266f7e4889491dea --- /dev/null +++ b/datasets/metadata/590407.json @@ -0,0 +1 @@ +{"id": 590407, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-22T15:06:41.498Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": [], "stats": {"downloadCount": 247, "ratingCount": 0, "rating": 0, "thumbsUpCount": 46, "thumbsDownCount": 0}, "files": [{"id": 505606, "sizeKB": 149799.0927734375, "name": "590407_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T14:06:16.467Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "71E19842", "AutoV2": "307FC13A1B", "SHA256": "307FC13A1B393016EAF35FD62388B7103CE63B66FE02690A0E38E8CCDE4E44A6", "CRC32": "C8BAAD6F", "BLAKE3": "466C37D09BF73E81C5333EF9EDCD870EE0D1878981743AD04161A45B1835DCDF"}, "downloadUrl": "https://civitai.com/api/download/models/590407?type=Training%20Data"}, {"id": 505706, "sizeKB": 223103.28515625, "name": "Anthro_Deer_Lora_for_Pony-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T15:06:30.984Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AE4546FA", "AutoV2": "99E6B1D53A", "SHA256": "99E6B1D53A0F7ADBBE003BAED42F146CA07900026C95E098A005682EFA2F3C3E", "CRC32": "913B3D54", "BLAKE3": "357DD3D830BD814B53847BEC17BBEACE2209BC8EC5D4044AC53E74378CB742D3", "AutoV3": "8C0774D989DB"}, "downloadUrl": "https://civitai.com/api/download/models/590407", "primary": true}], "images": [{"id": 16750311, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c26c1ecc-b73f-4334-af79-e8462f057e46/width=450/16750311.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U7Gt]C_M00q]_Nxv5656aIxaI:NFB;Rnv#xt", "type": "image"}, {"id": 16750114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4343ed67-b780-4ecb-9882-3055f5c874a9/width=450/16750114.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UMH-V=575Q-op{$*RjM|6AxY$%jEIvM{xGkC", "type": "image"}, {"id": 16750112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8434fb8-4f4c-46a6-b671-aea6d8a1c622/width=450/16750112.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGG[vHHr5QEipyi^aeNb0ft7eAxDM{SOWAv}", "type": "image"}, {"id": 16750113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42775ccc-0431-45a7-8731-a19f7c25f0ce/width=450/16750113.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UQIgoz%MEfZ~?wtQWVV@14S5njadM|bbs+jF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/590407", "modelId": 531287} \ No newline at end of file diff --git a/datasets/metadata/590434.json b/datasets/metadata/590434.json new file mode 100644 index 0000000000000000000000000000000000000000..12398e07b8c8ebcf3de46f92229465a727784947 --- /dev/null +++ b/datasets/metadata/590434.json @@ -0,0 +1 @@ +{"id": 590434, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-22T15:14:17.450Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": [], "stats": {"downloadCount": 224, "ratingCount": 0, "rating": 0, "thumbsUpCount": 39, "thumbsDownCount": 0}, "files": [{"id": 505620, "sizeKB": 181415.6181640625, "name": "590434_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T14:20:36.275Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6C5AAB7E", "AutoV2": "EEED6137DB", "SHA256": "EEED6137DBE9422070954A02280C24B32C245F9B0B3B2DA00743ABCC903388DE", "CRC32": "D4C4B426", "BLAKE3": "1C0EB918E9A58837A32132A278CE4691629EE4F33AD93D6ED838D2C56CE51971"}, "downloadUrl": "https://civitai.com/api/download/models/590434?type=Training%20Data"}, {"id": 505720, "sizeKB": 223103.46484375, "name": "Anthro_Tiger_Lora_for_Pony-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T15:11:09.889Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "770BD924", "AutoV2": "A14B094CE1", "SHA256": "A14B094CE176F7E16595A05BC0518246F7AE5D8800FA4034F76F9E98D3F880E3", "CRC32": "AF71EA19", "BLAKE3": "5485B99C26474FCC4011A6296F7ED82E39A8380ACE3FE8EF78A7D109990EB8AE", "AutoV3": "5D8BEDB97FED"}, "downloadUrl": "https://civitai.com/api/download/models/590434", "primary": true}], "images": [{"id": 16750795, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d3a3817-f96c-47cb-8926-bf7d1ce622a4/width=450/16750795.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UFGt]C~V0fV?.9Ek9aM{=_slWXxZPBI:a0xG", "type": "image"}, {"id": 16750453, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d48a4d00-c0df-48c3-b88c-093c34d55e46/width=450/16750453.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "ULGkXiIV00oz.mwvIAEME,Ip-oWYX9M{tR%2", "type": "image"}, {"id": 16750452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7aa82790-35e5-4527-9010-8ceb55e2b48f/width=450/16750452.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UIGa,zIp0K%M_Nj@M{j[16xYxZRj.AIoIAxu", "type": "image"}, {"id": 16750454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed888ae7-e180-45b3-8837-84d72e43fb27/width=450/16750454.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBHwx]K601+?_NbIx[-U19wcxYXSKl-;H?9F", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/590434", "modelId": 531308} \ No newline at end of file diff --git a/datasets/metadata/590470.json b/datasets/metadata/590470.json new file mode 100644 index 0000000000000000000000000000000000000000..652c83671420fd5e0b20727a3a1fd47bef3e2def --- /dev/null +++ b/datasets/metadata/590470.json @@ -0,0 +1 @@ +{"id": 590470, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-23T02:02:17.670Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 46, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 505646, "sizeKB": 14516.1142578125, "name": "590470_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T14:36:10.855Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4516BB03", "AutoV2": "3503D41918", "SHA256": "3503D4191834AC6C2F44468D810B48452EFF5EAC6C6D0CF276911D705FCFB63C", "CRC32": "6462192A", "BLAKE3": "16A04A1F1C5CE5AC0BBEAC0EF0663C31A519FFE2632ACD0CE60891187622079C"}, "downloadUrl": "https://civitai.com/api/download/models/590470?type=Training%20Data"}, {"id": 506904, "sizeKB": 223099.95703125, "name": "joy.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T02:01:06.846Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "305A9002", "AutoV2": "5A13C7C3F3", "SHA256": "5A13C7C3F3C7E023165A3F40E0CC9B0AF0A1C3360CD218D7E888A73D25176D34", "CRC32": "CE633DF8", "BLAKE3": "E3A95B4FA46B6B5F629135DD1078F0ACED961EF7B70B07910AB6492AEA7A487B", "AutoV3": "7CE9152E0CFE"}, "downloadUrl": "https://civitai.com/api/download/models/590470", "primary": true}], "images": [{"id": 16810608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63acc102-327e-416e-b52c-c694859ab83a/width=450/16810608.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6IE^i0000%N00%MMw_400tl=_i_s9xGtR%h", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/590470", "modelId": 531340} \ No newline at end of file diff --git a/datasets/metadata/590618.json b/datasets/metadata/590618.json new file mode 100644 index 0000000000000000000000000000000000000000..317b86c7f7ddc06efd145c098fec028fc8c3baf7 --- /dev/null +++ b/datasets/metadata/590618.json @@ -0,0 +1 @@ +{"id": 590618, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-22T18:20:28.667Z", "availability": "Public", "nsfwLevel": 4, "description": "Please give me feedback on what I can improve i the comments!
", "trainedWords": [], "earlyAccessDeadline": "2024-07-06T18:20:28.667Z", "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 505907, "sizeKB": 42391.095703125, "name": "590618_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T16:40:44.432Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "199E9782", "AutoV2": "54FE39EA49", "SHA256": "54FE39EA492879A9989ECF26A3BFE5CE5610ADC89AB20D47B4595417DE061564", "CRC32": "634CC367", "BLAKE3": "58600CA4404D09FC28882E50A082512724AC54B0930AED991C22D1C8F2D47952"}, "downloadUrl": "https://civitai.com/api/download/models/590618?type=Training%20Data"}, {"id": 506107, "sizeKB": 223107.41015625, "name": "Seraphim_On_The_Ring_Outfit-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T18:15:46.349Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B073708F", "AutoV2": "451095285D", "SHA256": "451095285D646B91C3E788D177CD941D08240C6B659A02341328C96A4C4E5B2C", "CRC32": "FE32772C", "BLAKE3": "5572CA8E10CD99DD939497F62AD8CD1B687CBC9581AF7394E7CB14444C50CB78", "AutoV3": "1FDA33784A98"}, "downloadUrl": "https://civitai.com/api/download/models/590618", "primary": true}], "images": [{"id": 16767569, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/163d6939-dd94-495d-9588-f9c93f04bb08/width=450/16767569.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UBIPJM*0Oas+E+Iptm%04pRPWDMc0LNei^In", "type": "image"}, {"id": 16767568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc08d748-a2b4-4438-abec-ab5766273833/width=450/16767568.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UfNl#~oftSof_Mf7o|WUWEazoeWCI^a}xua}", "type": "image"}, {"id": 16767567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed07a369-048f-4df4-81b1-bdd09e7b5bb3/width=450/16767567.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGIX8Z4o1$In{d9FTwIn7%M{.6M|tJRjn#ae", "type": "image"}, {"id": 16771130, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6fc3d4f-33cc-443f-88b0-1d2bf3460a07/width=450/16771130.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UGJGy:4,04bf?d0drW$yFc9Y=r%1%4%0NI9b", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/590618", "modelId": 531465} \ No newline at end of file diff --git a/datasets/metadata/590916.json b/datasets/metadata/590916.json new file mode 100644 index 0000000000000000000000000000000000000000..e319b9e9075dff8b71b52146aeb64d168c895bb1 --- /dev/null +++ b/datasets/metadata/590916.json @@ -0,0 +1 @@ +{"id": 590916, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-23T00:35:28.939Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["1boy, male focus, solo, white hair, armor, looking at viewer, long hair, golden eyes "], "stats": {"downloadCount": 33, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 506112, "sizeKB": 8292.37109375, "name": "590916_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T18:20:53.210Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7735C1B3", "AutoV2": "D7C2E965DB", "SHA256": "D7C2E965DBAFFC87520B1984C44BB4A4B9B520B3424A201340418BE3C9B6122B", "CRC32": "280CBCAE", "BLAKE3": "AFD0C0AF1A11DF3B487936E5810BC26C63D1D19C107CC6E29EE94FE766E825B6"}, "downloadUrl": "https://civitai.com/api/download/models/590916?type=Training%20Data"}, {"id": 506786, "sizeKB": 216140.73046875, "name": "onmyoji_\u9670\u967d\u5e2b_\u9b3c\u4f7f\u9ed1\u795e\u6b66\u904a-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T00:35:46.550Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B36B2C8B", "AutoV2": "7669206F36", "SHA256": "7669206F360B71973DADC5020BA179CF03EDEEE2ABD914C6C57BB420DFEB1D0C", "CRC32": "FEB225C4", "BLAKE3": "4D0CE31C5A5058538D2456B27FF62A8A43C1529DB66D1E05865391642B613659", "AutoV3": "98B860FC53A3"}, "downloadUrl": "https://civitai.com/api/download/models/590916", "primary": true}], "images": [{"id": 16800698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0cb20c21-01bb-4f40-8d2d-b7df12a39929/width=450/16800698.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URMjp:D*D~M|?wD%Dia$4oWYITbIskofWBoJ", "type": "image"}, {"id": 16800693, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3f25ef5-432d-4f1d-a4ef-cbd17254af51/width=450/16800693.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UeMQkpITM{Ri_4M|IUofM{ofWAkCRPj[RjWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/590916", "modelId": 531708} \ No newline at end of file diff --git a/datasets/metadata/591005.json b/datasets/metadata/591005.json new file mode 100644 index 0000000000000000000000000000000000000000..48d48e89668306e70fc61bf6279a6bd5091877d9 --- /dev/null +++ b/datasets/metadata/591005.json @@ -0,0 +1 @@ +{"id": 591005, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-19T14:57:47.605Z", "availability": "Public", "nsfwLevel": 28, "description": "Penis
", "trainedWords": [], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 572139, "sizeKB": 223171.08984375, "name": "Penis_22_06_24.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T15:03:29.359Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1394FFCE", "AutoV2": "D8977C9978", "SHA256": "D8977C997872F07C2FBB43E57EB15E2F623AF25BB34198911BE50B1BCB5E7775", "CRC32": "462F01DE", "BLAKE3": "EFA74E4991A9CDD133A6EE54A453F5565C050BFFAD0B71FB1D0B5F260D2D3E06", "AutoV3": "EA5FEE9ED5ED"}, "downloadUrl": "https://civitai.com/api/download/models/591005", "primary": true}, {"id": 506226, "sizeKB": 1049782.689453125, "name": "591005_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T19:15:53.432Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DF562897", "AutoV2": "E933ADB7BA", "SHA256": "E933ADB7BA8D3E2F6A2B29631E6A977A0ED0E5BED75B0DD5D6CC85EE92016AC4", "CRC32": "F766078E", "BLAKE3": "B242B453EC273E1CB717B9F5468577CE585FA46658A962DE3D3525657F7FD62E"}, "downloadUrl": "https://civitai.com/api/download/models/591005?type=Training%20Data"}], "images": [{"id": 20518271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0b3271c-00d6-421f-9454-dd573d97d9d3/width=450/20518271.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9GvB~F:0]yD01KZM2~W00%L}]DjB{#scURQ", "type": "image"}, {"id": 20518273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53dd5750-ff3a-4b1e-a598-a189900ddaf3/width=450/20518273.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U69$,wE20#W--9Nu9us.02-V}@n+0g$%^OEM", "type": "image"}, {"id": 20518272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4d6fcfd-03dd-4110-827c-729e58e1abf6/width=450/20518272.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UEBq*-9uIV-4?ZI[RixAGI%M%NS*BH-ow[Io", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/591005", "modelId": 531787} \ No newline at end of file diff --git a/datasets/metadata/591077.json b/datasets/metadata/591077.json new file mode 100644 index 0000000000000000000000000000000000000000..5f0b388c21b3806d023104140e03adea1f1151e9 --- /dev/null +++ b/datasets/metadata/591077.json @@ -0,0 +1 @@ +{"id": 591077, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-22T21:11:08.712Z", "availability": "Public", "nsfwLevel": 1, "description": "The image should combine the four elements: earth, fire, water and air, in a balanced and aesthetic way.
", "trainedWords": [], "stats": {"downloadCount": 79, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 506408, "sizeKB": 223102.87890625, "name": "landscapes_and_cataclysms-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T21:06:52.384Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "40EF9DC8", "AutoV2": "D105122A71", "SHA256": "D105122A718C57FA6183CD2060B9D9F139D2CB78288AB5DD434C95EFF9BCA99C", "CRC32": "7AE0D373", "BLAKE3": "F38D57C731A36DDF715ED54659AE4E987743213A33753F324966027489D30308", "AutoV3": "CD2583480EB2"}, "downloadUrl": "https://civitai.com/api/download/models/591077", "primary": true}, {"id": 506293, "sizeKB": 29923.3095703125, "name": "591077_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T19:56:48.918Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D6F6F15E", "AutoV2": "71603E5234", "SHA256": "71603E523439446F0539FDE3238A572D305B73C997401B2AB77A89CC1B670B73", "CRC32": "FFADA6CA", "BLAKE3": "D9F73AFD790EDD5743C2D979FA0718DC32A81F6431033F4C0EA2E0A5418B8577"}, "downloadUrl": "https://civitai.com/api/download/models/591077?type=Training%20Data"}], "images": [{"id": 16782583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fde3578-243e-429a-b57c-b86ea4bfa062/width=450/16782583.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UMEyYt9$-Oo2?v0kozRj~WS%n%e-4@g3S4s.", "type": "image"}, {"id": 16782585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c33cc4fc-019d-4c12-84f7-5e1374eac1da/width=450/16782585.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9HxKP0Qt7XT}Q4:X8R*^+xvn$ITFNi_NHWX", "type": "image"}, {"id": 16782584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/456723b6-999f-465e-957a-d81b652ef38d/width=450/16782584.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UcI49l%4R%od-@-pa_ay-s-p$*oLxIM{R%Wr", "type": "image"}, {"id": 16782582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4830cccd-0aea-47bb-9fdb-5c2f81183d25/width=450/16782582.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UB8qprxv00M|%%t9RiRi8^s;?dWBIUR*xtxa", "type": "image"}, {"id": 16782581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e748a8b-e996-4300-a65b-7aef3e3366da/width=450/16782581.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UMC?u{~U$yxa?b%Ls;of0LE3W=WX9GNeWXae", "type": "image"}, {"id": 16782586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed5f491c-852e-44f1-8139-a318911e3ded/width=450/16782586.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1754, "hash": "UPD9q|RjIUj[_4V@M{az?HayR*WB-ofkflWB", "type": "image"}, {"id": 16782587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08559139-8ce6-4a82-8aa3-a51ccb757e63/width=450/16782587.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UJHU@6Z~xutl~BRiE1x[_NIo_3%M-;M{D%xu", "type": "image"}, {"id": 16782588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfbb0dfd-b9cb-4ec6-a257-aa0da149f178/width=450/16782588.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U8AvqcOYAGpJ]ig%^+M{Fwtl}sSh-Uj=S%bI", "type": "image"}, {"id": 16782589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92a2b719-4779-42e2-944c-79cfb2eaad07/width=450/16782589.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UCB{WA}@OrKj%M?G-ooz9]bwozaK5lJCjGRP", "type": "image"}, {"id": 16782590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68dd1cef-9789-40c7-87d3-620bc743acbd/width=450/16782590.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UC7-?BM_8^.ApJo$WCadI8x_%hI9o$j?t7og", "type": "image"}, {"id": 16782593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d08c0bc-31c4-4293-a2a9-d526ceed45e4/width=450/16782593.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UJBW[N?wDhD$oOxwWBRiI9V@x^xvtPawxuxu", "type": "image"}, {"id": 16782594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fcc05c6-44cf-434c-ba35-5b9a68c238fa/width=450/16782594.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UFFqjc}=030h--W;E4sm0NIq?F%1IWw^-nS#", "type": "image"}, {"id": 16782595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22e5000f-c1c7-4824-a48a-18f01f8be4ff/width=450/16782595.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U97K[400xu%N.AM_Rht7MwxvMwoMRhobRit8", "type": "image"}, {"id": 16782596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5ae8757-4529-46ac-bfe4-6bf57d6fa3eb/width=450/16782596.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "U39js1R500?v_}wH3YoM_hF}3G}7p^TL8x=^", "type": "image"}, {"id": 16782597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33be3922-45e4-4603-aa5c-4f2afa1f4ff5/width=450/16782597.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UEDb:4+ZELTK}?vfR5TLkqE1xaNZ.TJWnNxF", "type": "image"}, {"id": 16782600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa913b83-2ff5-4b74-b274-d198a0796f30/width=450/16782600.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UC7.8*.ADNISInV?%OxwDNM_tnnMtTt8RiIT", "type": "image"}, {"id": 16782598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e34009df-2834-4107-b16a-966cd416b6c6/width=450/16782598.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UHC~PW^M}hwZEV-5NH$*4:9vEmNJ=oNftSWV", "type": "image"}, {"id": 16782599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4c7607b-9f8e-4a80-bba7-13f569853a9e/width=450/16782599.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UAAT$r%%00MvNzxvxbM_9Dxu?dM_o#WBW-xv", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/591077", "modelId": 531848} \ No newline at end of file diff --git a/datasets/metadata/591078.json b/datasets/metadata/591078.json new file mode 100644 index 0000000000000000000000000000000000000000..efe7b1bcc260c98dec2f3b4c3c4f0cd34cdda2a4 --- /dev/null +++ b/datasets/metadata/591078.json @@ -0,0 +1 @@ +{"id": 591078, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-23T00:18:04.265Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 81, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 506622, "sizeKB": 43492.7080078125, "name": "591078_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T22:56:21.184Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4915E1F8", "AutoV2": "56C2D57901", "SHA256": "56C2D57901CC7013C297CC7F16DB8EECEA06611AA3BC52FB49FC6F7A358CFBB2", "CRC32": "C1394F3E", "BLAKE3": "09E86769F3E742AD019DB507335914D8EB3E24DEB53A0CF6C0DDBCB2532C4A13"}, "downloadUrl": "https://civitai.com/api/download/models/591078?type=Training%20Data"}, {"id": 506759, "sizeKB": 223103.56640625, "name": "Tight_high_waisted_clothing-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T00:26:01.341Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0072923F", "AutoV2": "2A44F6A8EB", "SHA256": "2A44F6A8EBC26E0BC6CC4722FC0CA20E7BAE318F8680793B3015232E30B940C1", "CRC32": "93CC99DB", "BLAKE3": "2FD2B9D80818720F1735FD18502DCF4E1442177BC99C95151FC6AD274250BF5C", "AutoV3": "7ED4C1C930D9"}, "downloadUrl": "https://civitai.com/api/download/models/591078", "primary": true}], "images": [{"id": 16798806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1118c280-5484-45ba-80fe-050e68eb75bc/width=450/16798806.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UIGlL@D%~qIU_3of%MM{9Ft7%M9F?bWBRjj[", "type": "image"}, {"id": 16798804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b20bb47-3222-4e45-887c-4c17b813f82f/width=450/16798804.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "USJjSa=}=a-6ibxZ%gtSo}R*t6Rj}?ShE2jY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/591078", "modelId": 531849} \ No newline at end of file diff --git a/datasets/metadata/591108.json b/datasets/metadata/591108.json new file mode 100644 index 0000000000000000000000000000000000000000..79e9f69f308dd3d071ce3fd00188ba11341b03d1 --- /dev/null +++ b/datasets/metadata/591108.json @@ -0,0 +1 @@ +{"id": 591108, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-22T20:04:35.461Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 158, "ratingCount": 0, "rating": 0, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 506309, "sizeKB": 10100.431640625, "name": "Lafter_Frankland_IRONBLOODED.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T20:05:43.299Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D3802B87", "AutoV2": "00F33C9664", "SHA256": "00F33C966411C7995D19E36A6D3ADBEA920A3A0C73D7024C42B4BECA9A79B0C8", "CRC32": "31FE5F26", "BLAKE3": "00E68D58CA936CC4E27A3EBB0361596E889A9A1E699B1C501F6229C511DC390A"}, "downloadUrl": "https://civitai.com/api/download/models/591108?type=Training%20Data"}, {"id": 506310, "sizeKB": 22238.24609375, "name": "Lafter_Frankland_IRONBLOODED-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T20:06:39.194Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "00DD126D", "AutoV2": "B6182B245A", "SHA256": "B6182B245A2EF2993A3210789E8E44AFEF6263B190DD240322D762AF0A9F8FAD", "CRC32": "DAA35CAC", "BLAKE3": "A5B7403806550C8E7BAD8BB074063541586AF0DB07DAE38B50BF4FA3907919A7", "AutoV3": "86958DA5DA53"}, "downloadUrl": "https://civitai.com/api/download/models/591108", "primary": true}], "images": [{"id": 16776765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18441d9c-6bf0-4735-9741-47889e477f50/width=450/16776765.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UdQR|bt7p{xu?tjG%Noyo$oeWBja?bayM}fl", "type": "image"}, {"id": 16776766, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b640b9c-d9c3-486e-b9fc-a8ecc0a430ce/width=450/16776766.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UdQR|bt7p{xu?tjG%Noyo$oeWBja?bayM}fl", "type": "image"}, {"id": 16777072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87808f29-4b82-4c84-9622-0e3d966b59dd/width=450/16777072.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UgPiP9w{pxXn_MX8.8xaS0jYM|ayt9jFRibc", "type": "image"}, {"id": 16777517, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0be54fb6-55c0-46f0-9bf9-de59c99f67ba/width=450/16777517.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOO3hE_3PpVt~qo}XAsl9[n%IUNG?FaKkEkW", "type": "image"}, {"id": 16777938, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78b6464c-651b-4788-9d95-d0a15e4ff805/width=450/16777938.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UUPYh*x[F|s8.mjbyEIoEMa#bIen%MxZRPR%", "type": "image"}, {"id": 16778165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b757860e-5ecd-4d21-9792-5805a1469668/width=450/16778165.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UkLzBWD%I=$f~BaJo}M{WUV@t7NH%LIpM|xY", "type": "image"}, {"id": 16778574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e55c1ba-6ded-4918-afe9-de14a2a5cd06/width=450/16778574.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UBJ@g@krBp?FBC~BNy0f00W9-;9w~AM|Ip%2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/591108", "modelId": 531870} \ No newline at end of file diff --git a/datasets/metadata/591178.json b/datasets/metadata/591178.json new file mode 100644 index 0000000000000000000000000000000000000000..0bad25a56c3ae3572db1ea007b6e3ec0c4714dc6 --- /dev/null +++ b/datasets/metadata/591178.json @@ -0,0 +1 @@ +{"id": 591178, "index": 0, "name": "Cronus Ampora v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-22T21:52:10.421Z", "availability": "Public", "nsfwLevel": 28, "description": "Added triger words
", "trainedWords": ["Cronus Ampora", "White shirt, black pants, cigarette in mouth, grey skin, white eyes,", "Alien genitalia", "Humanoid genitalia", "Gills"], "stats": {"downloadCount": 26, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 506384, "sizeKB": 7885.017578125, "name": "571649_training_data (1) (1).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T20:55:39.350Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8AC3E83C", "AutoV2": "FDB18D8BBD", "SHA256": "FDB18D8BBD96645149D4AC3ED630DB0A01629989B3E93DDAAF83F85FA4EBA3EE", "CRC32": "3AF19C4B", "BLAKE3": "9CB9DCEDEC7B68B6B60DCE2948DC6274E04EB9BA9480FBF3AA57F8D6C330C0D0"}, "downloadUrl": "https://civitai.com/api/download/models/591178?type=Training%20Data"}, {"id": 506452, "sizeKB": 445793.37890625, "name": "Cronus_Ampora-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T21:25:54.148Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E321368D", "AutoV2": "8898CEF7A5", "SHA256": "8898CEF7A5391BF348A72B8C9B736E3E9E4BF032241887909E40E0BF6104C28C", "CRC32": "F8A6869E", "BLAKE3": "11398CF478D5C6EDD44704142AB3CB43D120A4E6B03953A420BD1977ED4B470E", "AutoV3": "6B514F6C1399"}, "downloadUrl": "https://civitai.com/api/download/models/591178", "primary": true}], "images": [{"id": 16780796, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1bd1b9b-ac8d-4d79-ac13-9096207e8ec0/width=450/16780796.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZJH{uITE1oK_NRit8V@NMNH-;Rj-;R+R*kC", "type": "image"}, {"id": 16780797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15da9ef2-4e03-49ae-a375-953442b6028b/width=450/16780797.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTJuGi?v_Mx]ysogEMx]T1wc$*%M%gadxZf+", "type": "image"}, {"id": 16780795, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca1d521a-fbff-4a6d-8c1e-7ffb1242662e/width=450/16780795.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UPJRKq4o~pi_pcMyIoRPTeD*Rjae-;tQ$%j?", "type": "image"}, {"id": 16780798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b395f1ee-0738-4546-8d35-d34afd92c69d/width=450/16780798.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U8KT*[iy0]_LExVa8{%d00Sb.8H[00xsD;IC", "type": "image"}, {"id": 16780799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5f45843-c8ba-4751-a0f0-a59e989bfb1d/width=450/16780799.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UKGIfbWES@t7~TE2--RRE0R,-pM|02IpD+Rk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/591178", "modelId": 514387} \ No newline at end of file diff --git a/datasets/metadata/591232.json b/datasets/metadata/591232.json new file mode 100644 index 0000000000000000000000000000000000000000..155c278d8e764752103ace49b52a8fe2875645cf --- /dev/null +++ b/datasets/metadata/591232.json @@ -0,0 +1 @@ +{"id": 591232, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-22T21:15:46.828Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 128, "ratingCount": 0, "rating": 0, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 506442, "sizeKB": 9207.0966796875, "name": "Amida_Arca_IRONBLOODED.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T21:16:30.157Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F73220B2", "AutoV2": "5273D1B944", "SHA256": "5273D1B944287D12FB7EB357E4609A5E2F374A470E53F81437A3EAC1C2D95B8B", "CRC32": "6DC72D09", "BLAKE3": "9BF8B8B3DD312109435EED1E639780DEDD9640E7B7CD79D331EBA2EFE721160A"}, "downloadUrl": "https://civitai.com/api/download/models/591232?type=Training%20Data"}, {"id": 506441, "sizeKB": 22236.97265625, "name": "Amida_Arca_IRONBLOODED-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T21:16:55.484Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8AE041B3", "AutoV2": "1BA931127D", "SHA256": "1BA931127DBBE2F995C3E8FE44B06EA8FA36BA38D275F4FFA1DD5E36D5865700", "CRC32": "89A83418", "BLAKE3": "5DCCE4AA32E65628AAA9EBC3F2E74E153938CEBD4B7EB73308B5071479B3A86F", "AutoV3": "4E1B97DD53EC"}, "downloadUrl": "https://civitai.com/api/download/models/591232", "primary": true}], "images": [{"id": 16783223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8cbd45c-3bf2-4077-be63-4ff99329fbe7/width=450/16783223.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UhKJx+ozt-xu?^of?bofx]ae-oay%2R*jEoL", "type": "image"}, {"id": 16783224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a1f77a6-7e81-4923-b173-0ab81e72ce59/width=450/16783224.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UhKJx,ozt-xu?^of?bofx]ae-oay%2R*i_oL", "type": "image"}, {"id": 16783724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e81de60-c84e-4ce7-88c5-c9d70c868a26/width=450/16783724.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U7FE1L~B0001BnEMxFW;1cNH^Pxt{fNa^%#-", "type": "image"}, {"id": 16784303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1db48e9-95d4-484a-82ff-89c5c56b4cfa/width=450/16784303.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDM6ek-pyp~VE.tS-=4:={9H~BIVq^n4-Aoe", "type": "image"}, {"id": 16784665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2be58a49-0c67-412b-9ef2-beae4e38aba4/width=450/16784665.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTKcz]IocEs:9uR*RjWBxGR+%1oe~BNGnis:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/591232", "modelId": 531976} \ No newline at end of file diff --git a/datasets/metadata/591276.json b/datasets/metadata/591276.json new file mode 100644 index 0000000000000000000000000000000000000000..b0efcf2fa1bdc7150a29e7d1917c4ed517798413 --- /dev/null +++ b/datasets/metadata/591276.json @@ -0,0 +1 @@ +{"id": 591276, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-22T21:39:10.026Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 60, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 515288, "sizeKB": 85357.3349609375, "name": "zhu_zhuqing.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T18:52:02.635Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "69BD649F", "AutoV2": "C8F67E1D69", "SHA256": "C8F67E1D69818AAE26528AABB93F274A4088E7E0FE087A0AF90883F0E5FDCC48", "CRC32": "CB3514E5", "BLAKE3": "E2893E5A3341D224E219E454A34D6739D04A9F72865B27519D75084422678794"}, "downloadUrl": "https://civitai.com/api/download/models/591276?type=Training%20Data"}, {"id": 506482, "sizeKB": 36974.375, "name": "zhu_zhuqing1x.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T21:40:44.239Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "47B3C885", "AutoV2": "96048DB42F", "SHA256": "96048DB42FC45C98097ED3AABEBF2A959C0E06C0946C62CA62C4DD8643DF790A", "CRC32": "7F3FD8FB", "BLAKE3": "EA61254104146EC44DE5C43B0C952BC27D88ED55B1E5958AFAB376387E38772F", "AutoV3": "360BE51CC699"}, "downloadUrl": "https://civitai.com/api/download/models/591276", "primary": true}], "images": [{"id": 16785716, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28c2df33-8581-4d18-a04e-31280f1c73d7/width=450/16785716.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UZK^Z=V@.j%L%{ae$%t6x^ofo#ofV]a{M|W:", "type": "image"}, {"id": 16785339, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a65bd2ac-14a3-4ed8-8483-b8e681e294f9/width=450/16785339.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UdFsr5nSy.pa.SjFSiXSR*R%RjWBInS5i_sn", "type": "image"}, {"id": 16785349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15a028ec-63f2-4853-8090-d134b7bfa094/width=450/16785349.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UPJ@?m^~?*R8?:R#%LM#-=M#M|ocX2t0xuxt", "type": "image"}, {"id": 16785338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49b925da-2a71-4987-8275-7606d4b1ed1c/width=450/16785338.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "ULI5Yc?Zq3Rk*D%Lx[xu.i%gR6WD9HajxbX8", "type": "image"}, {"id": 16785340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1545eb60-60df-4a63-8707-7a30086b9db1/width=450/16785340.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UaK-dmt7_IX3xuj]t6a#.6W=RRt7R*ocaeWB", "type": "image"}, {"id": 16785334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2dd40609-191c-4b43-9917-0d6e80ff00ab/width=450/16785334.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UOLX3ZR$?rr?yWtLtQIX~oRis=tP?Is.MzWT", "type": "image"}, {"id": 16785333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d25b33fb-8fa9-4116-b39b-dc7d59e7631b/width=450/16785333.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UPI=C}SbO~IC?;NE-:nn_3j=MgNFRVjFogtP", "type": "image"}, {"id": 16785332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22e563ac-c6d3-45c0-a243-1736ed4c9eda/width=450/16785332.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UWKn9mnS_Ith%eRkxbs;_1R+M{xtIUodaxof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/591276", "modelId": 529425} \ No newline at end of file diff --git a/datasets/metadata/591321.json b/datasets/metadata/591321.json new file mode 100644 index 0000000000000000000000000000000000000000..ea18f0bb33c17cd2bc804634c340b83ddfdf502f --- /dev/null +++ b/datasets/metadata/591321.json @@ -0,0 +1 @@ +{"id": 591321, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-22T23:18:11.510Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 28, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 506524, "sizeKB": 195264.806640625, "name": "591321_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T22:10:47.216Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0D806341", "AutoV2": "499B1464EC", "SHA256": "499B1464EC803D805C7633AE7FB6723614504323B2B73C79597E736783A75E1B", "CRC32": "AD2154BC", "BLAKE3": "94B142E8046929C39B5991EB9DC698F272BBB639B478795F60FD2A88FDF836CF"}, "downloadUrl": "https://civitai.com/api/download/models/591321?type=Training%20Data"}, {"id": 506652, "sizeKB": 223103.91015625, "name": "gl1tch-XLv1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T23:15:43.763Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0DE251F3", "AutoV2": "9C01395948", "SHA256": "9C01395948994ACA5042520AE7801714DCCCB21CE5AC59A2ECEC1C168269D217", "CRC32": "68F90C23", "BLAKE3": "520930BA75EED931115E3EAA90E98586F44D9C58261D6D3A50C130C03431FED8", "AutoV3": "AE30BDA30591"}, "downloadUrl": "https://civitai.com/api/download/models/591321", "primary": true}], "images": [{"id": 16793723, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83717c24-f1c1-44eb-83bd-36bbed2d5b94/width=450/16793723.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U4Du[6~BS6M{EeR*%1jbbcWC-oRjayoe%LRj", "type": "image"}, {"id": 16793722, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cca86ce-99ff-4098-8e74-1e4056b86712/width=450/16793722.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UIH2ctWB?^%M%Mj[IAae?^oL-;R*t7aytRof", "type": "image"}, {"id": 16793724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a365ab72-ea49-4750-b5a2-41c24b131865/width=450/16793724.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UJI4u1t74nt7~qoL9YbHIVj[WAWBM|WVxas:", "type": "image"}, {"id": 16803495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3f63bf2-059b-4123-bd9f-f2052467470b/width=450/16803495.jpeg", "nsfwLevel": 8, "width": 1440, "height": 960, "hash": "UED]Ve?aE2W=?w-;jss:%LxvWBRj4:s:%2xu", "type": "image"}, {"id": 16803496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b48022bb-c7d7-41b6-8947-4acf1f5c0e2f/width=450/16803496.jpeg", "nsfwLevel": 1, "width": 1440, "height": 960, "hash": "U7C6rv00M_~V~p9FWB?a00-nIo?bWBxaR*Rk", "type": "image"}, {"id": 16803494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9f31bb7-9862-4562-bb2b-3eeed0ec5a86/width=450/16803494.jpeg", "nsfwLevel": 1, "width": 1440, "height": 960, "hash": "U4CizBn301^kpy0000^+0gs9~BJB=^~V-oE2", "type": "image"}, {"id": 16803493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3da691f-d88c-4e45-964b-6ea47d1133e6/width=450/16803493.jpeg", "nsfwLevel": 1, "width": 1440, "height": 960, "hash": "UEF62$Mc0KOG?wMxIUt8xubbxajF.8xuIUM{", "type": "image"}, {"id": 16804316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6994174c-c4cd-4dd4-bcdf-a447db860000/width=450/16804316.jpeg", "nsfwLevel": 8, "width": 960, "height": 1440, "hash": "U4Ac@~%20L9Z~Vt600IU9aR*w]xF00M{^j%M", "type": "image"}, {"id": 16804317, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69386fb9-d4de-47db-925c-f893a5e367b1/width=450/16804317.jpeg", "nsfwLevel": 8, "width": 1440, "height": 960, "hash": "U8Ad4X~qE1NG?bxuWBf6D%M{sms:WBWBWBay", "type": "image"}, {"id": 16804315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29c7def1-86b4-4d04-8407-bafdb3672582/width=450/16804315.jpeg", "nsfwLevel": 8, "width": 960, "height": 1440, "hash": "U5A,wbxu00M|~qWB4.Rj%2j[IUs:00R*%1xa", "type": "image"}, {"id": 16804318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92168178-4180-4fdd-860d-6bed429c3992/width=450/16804318.jpeg", "nsfwLevel": 1, "width": 1440, "height": 960, "hash": "U79a594n01~W-;R*D%xu9ZxuxaIoIVs:%2M{", "type": "image"}, {"id": 16804314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1fdc3b20-7675-4979-9f53-168ebc042768/width=450/16804314.jpeg", "nsfwLevel": 4, "width": 960, "height": 1440, "hash": "U79tAUxv4:-pNGxuIVt7~WWBRjRk01oexaRj", "type": "image"}, {"id": 16804321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1062c9e3-914f-40e4-8fc7-db8bf3fa0dbb/width=450/16804321.jpeg", "nsfwLevel": 1, "width": 1440, "height": 960, "hash": "U5A0tB%L00E1FfR*ITRj~Bt69GWBE2Rjs:t7", "type": "image"}, {"id": 16804322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f6ea884-17a4-4440-8d89-15d1b6875dc6/width=450/16804322.jpeg", "nsfwLevel": 8, "width": 960, "height": 1440, "hash": "U5Ac@~kC00%2?^j[9Fj[Rks:VsM{tSt7M{M{", "type": "image"}, {"id": 16804320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d382839b-c174-4414-a616-bd78f9e3b3ba/width=450/16804320.jpeg", "nsfwLevel": 4, "width": 1440, "height": 960, "hash": "U49jo*og00og~pWCD%t7~Vj[IVj[Rjj[t7Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/591321", "modelId": 532057} \ No newline at end of file diff --git a/datasets/metadata/591333.json b/datasets/metadata/591333.json new file mode 100644 index 0000000000000000000000000000000000000000..830b76552d369740e81b3600b1903d31f0e418c8 --- /dev/null +++ b/datasets/metadata/591333.json @@ -0,0 +1 @@ +{"id": 591333, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-22T22:08:15.425Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 109, "ratingCount": 0, "rating": 0, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 506527, "sizeKB": 9033.1767578125, "name": "Azee_Gurumin_IRONBLOODED.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T22:10:45.120Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E2B87C3D", "AutoV2": "F4FB3E7EDC", "SHA256": "F4FB3E7EDC612BB6D76938589EFEEB62B61B96580C6A4E13683C39F92D0EFF36", "CRC32": "38D798D5", "BLAKE3": "28BECDC43317632D9BEED360D57E727217635F0D3EA2FAC1DAE7D79B149CCE9B"}, "downloadUrl": "https://civitai.com/api/download/models/591333?type=Training%20Data"}, {"id": 506528, "sizeKB": 22237.60546875, "name": "Azee_Gurumin_IRONBLOODED-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T22:10:46.749Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "94B6C7DB", "AutoV2": "90272B75B9", "SHA256": "90272B75B98CDF336CC081B69B33D9C24139569AB82E738E76E4F4CBAD33104C", "CRC32": "F8F2C3B2", "BLAKE3": "07EE3C420B0511A4698DF2C8A50F2BD3065261B5BAAA6653490E2DC34B3134DC", "AutoV3": "9734BD4CCB72"}, "downloadUrl": "https://civitai.com/api/download/models/591333", "primary": true}], "images": [{"id": 16788071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8077ec77-d80b-426e-bab8-7203559167ca/width=450/16788071.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UfK^]S-p_Nt6~qNGX7WVbwofs.fkI:n~s8WB", "type": "image"}, {"id": 16788070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1768b6cf-a3a3-4f07-9898-af6ceb7ae359/width=450/16788070.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UfK^]T-p_Nt6~qNGX8WVbwofs.fkI:n~s8WB", "type": "image"}, {"id": 16788335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bebf6be-ded0-4e7e-8621-dda41f9a6edd/width=450/16788335.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIMQed9Z9tXA0KM|I;M|00xtxCxZ_NjZMxRj", "type": "image"}, {"id": 16788787, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b0d8076-19ab-4d6c-b9ab-ea00d0462a0e/width=450/16788787.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UBJj@|000d0L0$~V00OF00^*vz?GKR9a={R5", "type": "image"}, {"id": 16789033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8c1915b-3882-48b0-87d0-e6f85a1d3bd9/width=450/16789033.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UQK1B:-o0K-o0LIp4:Mx58%1-7Nd~WRjRixa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/591333", "modelId": 532069} \ No newline at end of file diff --git a/datasets/metadata/591400.json b/datasets/metadata/591400.json new file mode 100644 index 0000000000000000000000000000000000000000..3246a89fff2954327078245c1a63e79b72414c4f --- /dev/null +++ b/datasets/metadata/591400.json @@ -0,0 +1 @@ +{"id": 591400, "index": 0, "name": "Futa", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-23T09:02:16.345Z", "availability": "Public", "nsfwLevel": 28, "description": "Cock vore done by a futa girl
", "trainedWords": ["futa_cockvore"], "stats": {"downloadCount": 169, "ratingCount": 0, "rating": 0, "thumbsUpCount": 35, "thumbsDownCount": 0}, "files": [{"id": 507526, "sizeKB": 146.4404296875, "name": "592336_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T09:06:11.538Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "3E0F59836D", "SHA256": "3E0F59836DBAED8CDC98C8D2271A07AF751E39B12661F2481081928785C9EACA", "CRC32": "BAF482D6", "BLAKE3": "4DBD8E2E67A74A1EFF2638A946A7CBBC3FE1ADBBCF20DB0E5D44FB76FC9C42FF"}, "downloadUrl": "https://civitai.com/api/download/models/591400?type=Training%20Data"}, {"id": 506602, "sizeKB": 223099.66796875, "name": "Cock_vore_futa.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-22T22:46:32.327Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "70AFBD23", "AutoV2": "FE6E053FB9", "SHA256": "FE6E053FB9C63FA7AD0C09651A151257682E4486C140FB6055FA74B06244E1CB", "CRC32": "4085EC30", "BLAKE3": "9E85E0C2AC036A513E4CB4BEFEB56DEE6F60EC4B3F5D077803D66EAD30714395", "AutoV3": "365F49ECA096"}, "downloadUrl": "https://civitai.com/api/download/models/591400", "primary": true}], "images": [{"id": 16853515, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/372872b1-fbaa-4d96-8b6c-1a87c892e647/width=450/16853515.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U9F4_{~WlUjIKjKPbc-pEgI:#,bbtl$iIo9Z", "type": "image"}, {"id": 16853516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5785e42b-26e6-4eb9-a846-520ece8c8145/width=450/16853516.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U4EB5G~U8v?v000#@@D%1IVr$RI:0frw9vM}", "type": "image"}, {"id": 16853514, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15eb3684-3a49-48ef-97c4-1d2b2c0d499f/width=450/16853514.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U7EU4N^OTd^k0L6P}sxZ1HNGr?EL0fm-E2M|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/591400", "modelId": 531463} \ No newline at end of file diff --git a/datasets/metadata/591539.json b/datasets/metadata/591539.json new file mode 100644 index 0000000000000000000000000000000000000000..315fb7e13015a7ad614c669e3b82cca9c669349c --- /dev/null +++ b/datasets/metadata/591539.json @@ -0,0 +1 @@ +{"id": 591539, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-23T00:09:49.594Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 119, "ratingCount": 0, "rating": 0, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 506745, "sizeKB": 22237.58984375, "name": "Cassia_Nordbraum_Anzelm_IsekaiDeHarem-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T00:10:35.929Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0C05E8CA", "AutoV2": "52B66FBC15", "SHA256": "52B66FBC15284977C0584C5F01FC477CE240FA89B46887017DB6C70BA318A99C", "CRC32": "D26AF30B", "BLAKE3": "7D58AE6200A9593A867993EA9A08D5A84857EAC847584701E96A7043C4EFFFBA", "AutoV3": "78740F6F4F2F"}, "downloadUrl": "https://civitai.com/api/download/models/591539", "primary": true}, {"id": 506747, "sizeKB": 11719.6005859375, "name": "Cassia_Nordbraum_Anzelm_IsekaiDeHarem.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T00:11:44.100Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6EEC9670", "AutoV2": "DDB91436E0", "SHA256": "DDB91436E030D87AD2AE8D5C1BFAF27456AD38F129C77A5AE2C84A8D63548551", "CRC32": "4315B851", "BLAKE3": "D92B14776EAC562F601A3F2E8632A5ECB6F03670ECE0CA075D630B9C69981929"}, "downloadUrl": "https://civitai.com/api/download/models/591539?type=Training%20Data"}], "images": [{"id": 16797979, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80ead43b-0570-4c1e-85b5-cc1be3e999e6/width=450/16797979.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UcNv_J%Mozxu~VxtkWt6SNayRPkCxuWBR*ay", "type": "image"}, {"id": 16797972, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b886f8d4-7061-45e5-a2bf-abdeaa36bfc1/width=450/16797972.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UcNv_J%Mozxu~VxtkWt6SNayRPkCxuWBR*ay", "type": "image"}, {"id": 16798270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33cbf08b-5cb9-4e7e-a08b-dc960dd46eb3/width=450/16798270.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UcLzs#MxRiM{~BM{W;bHIpM|n%V@%Mj@M|Rj", "type": "image"}, {"id": 16798650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d07e0491-7299-41e0-bafd-00727575d804/width=450/16798650.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UYMjaWxut7%M~UR+NGaeD*RPM{Rk%LRjIVxZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/591539", "modelId": 532249} \ No newline at end of file diff --git a/datasets/metadata/591682.json b/datasets/metadata/591682.json new file mode 100644 index 0000000000000000000000000000000000000000..6a1b86fa8da633950038c6131c56ee7427c7bd9c --- /dev/null +++ b/datasets/metadata/591682.json @@ -0,0 +1 @@ +{"id": 591682, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-23T07:12:29.191Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 28, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 506876, "sizeKB": 4734.0185546875, "name": "591682_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T01:40:50.655Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D79864D7", "AutoV2": "F7783045B8", "SHA256": "F7783045B8153E7D7746462FF139CAD4F6DCA0E60ED2DB8367314C21EFF8E2FC", "CRC32": "CF99BA62", "BLAKE3": "A7E46F622C29FA36ECC5EFD8FC1005106F70E33DB287364AC40C9FD9F73B0F43"}, "downloadUrl": "https://civitai.com/api/download/models/591682?type=Training%20Data"}, {"id": 507376, "sizeKB": 223099.88671875, "name": "aatrox.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T07:16:38.210Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CB9A1CAA", "AutoV2": "A29A54B413", "SHA256": "A29A54B41322299F1DA33DDEFE1D71DB0D6302B5485498222AC1F8F72A05B9F2", "CRC32": "140701C8", "BLAKE3": "C9C307F316A832F23053CE535DE8154BCB70717FB0E0C17DF10804D92B3F8546", "AutoV3": "8BE4DB900A7A"}, "downloadUrl": "https://civitai.com/api/download/models/591682", "primary": true}], "images": [{"id": 16839178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00c92cbe-a308-4950-b4e0-8735956667dd/width=450/16839178.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDCXT~2[5*NwF[J-|^WBMwR*xbs;;On$Ats;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/591682", "modelId": 532367} \ No newline at end of file diff --git a/datasets/metadata/591833.json b/datasets/metadata/591833.json new file mode 100644 index 0000000000000000000000000000000000000000..db17aaaa13d68c9aa8ef21c033be9f38b5114334 --- /dev/null +++ b/datasets/metadata/591833.json @@ -0,0 +1 @@ +{"id": 591833, "index": 0, "name": "Carlton V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-23T06:13:12.955Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 17, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 1}, "files": [{"id": 507270, "sizeKB": 223100.68359375, "name": "Carlton_Jersey-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T06:15:55.701Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6A96386B", "AutoV2": "AF16B9FB2A", "SHA256": "AF16B9FB2A42F5E7D22429CC1ABDC9235B134E781B08B0A4987F413C2C37C627", "CRC32": "18C29B38", "BLAKE3": "36FE6E7F38FDC4A16FC0D35FAFB86C01AAF55FECE94FE0FAAF4E029ECFA2D7BA", "AutoV3": "B76D5A5D6867"}, "downloadUrl": "https://civitai.com/api/download/models/591833", "primary": true}, {"id": 507034, "sizeKB": 3562.7314453125, "name": "591833_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T03:30:43.829Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4F50D399", "AutoV2": "482BAC6ED2", "SHA256": "482BAC6ED2A5B7D5ED94EF0563FE5BD96393F5AE751BAAF3001E00E4E90AF71B", "CRC32": "CFDE9F3F", "BLAKE3": "C468716C89BFD240449A4A09A0D849174B1A8DB80167D63443D1DC5A20810CD3"}, "downloadUrl": "https://civitai.com/api/download/models/591833?type=Training%20Data"}], "images": [{"id": 16833469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4a5e71d-e1a2-41cf-bea1-ade51dc66c7f/width=450/16833469.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5AJp7NY00K44Uxb9iM|^s-pGsNHtpV@8x%M", "type": "image"}, {"id": 16833464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d81eb19-6809-4982-9098-02cad8b42060/width=450/16833464.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4FEo,%}q[_3^4q^lBxH000L}=-4Oau5=xIV", "type": "image"}, {"id": 16833465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a0619d4-e5a5-4470-9795-e90f2274c77b/width=450/16833465.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBHB0tysnN}s5Qz;%MEkAb9[9ZNG00EMt8xa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/591833", "modelId": 532498} \ No newline at end of file diff --git a/datasets/metadata/591851.json b/datasets/metadata/591851.json new file mode 100644 index 0000000000000000000000000000000000000000..7c2292492f96551dce63f3762532b95c04c7af42 --- /dev/null +++ b/datasets/metadata/591851.json @@ -0,0 +1 @@ +{"id": 591851, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-23T03:51:23.070Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 24, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 507048, "sizeKB": 659.8125, "name": "591851_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T03:41:10.884Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "29117B54D7", "SHA256": "29117B54D7736D738610E356D232BAEE0899AAFD4EAD43398604489AC69E98FF", "CRC32": "C0182F8E", "BLAKE3": "F04CBAE0054DC7B5E36D4DFC55BA6D851F69A6B19D611692386FA892F365236D"}, "downloadUrl": "https://civitai.com/api/download/models/591851?type=Training%20Data"}, {"id": 507068, "sizeKB": 36977.3984375, "name": "Piper.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T03:55:37.192Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DBA57531", "AutoV2": "46959D0287", "SHA256": "46959D0287D04B7FB8763B6FB093E0927D83690E1CCB0F48FD3CFDCFA50C5F21", "CRC32": "B1051482", "BLAKE3": "3090CFB191B4A620DAA11EB7557FB76D2DA76DCA2B20186C5B4B060FEA44F2F4", "AutoV3": "15A4E5244C06"}, "downloadUrl": "https://civitai.com/api/download/models/591851", "primary": true}], "images": [{"id": 16821283, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec53a50f-c702-458d-a63b-6668f3e78423/width=450/16821283.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBE{e7My00IAyD%g4TIo00kC~Wn$^kM{S$xu", "type": "image"}, {"id": 16821285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3936e15e-8751-4a30-86aa-30b552aace00/width=450/16821285.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBE.^X?H00ITtl%g8^D%00M|~Wnj^kRPOX%M", "type": "image"}, {"id": 16821284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23a31169-8749-42f4-b4d5-aa2a251fe84e/width=450/16821284.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBF62%V@00D%yD%g4TIU00bH~Wsm^kIUS$%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/591851", "modelId": 532514} \ No newline at end of file diff --git a/datasets/metadata/591882.json b/datasets/metadata/591882.json new file mode 100644 index 0000000000000000000000000000000000000000..47e36f30b31d804fbca48e9dffd53a9d8ac6a5fb --- /dev/null +++ b/datasets/metadata/591882.json @@ -0,0 +1 @@ +{"id": 591882, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-23T04:27:18.194Z", "availability": "Public", "nsfwLevel": 1, "description": "The Phoenix Wolf
", "trainedWords": ["The Phoenix Wolf"], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 507081, "sizeKB": 4306.076171875, "name": "591882_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T04:05:57.177Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "48CFA8DE", "AutoV2": "F950A6F4EC", "SHA256": "F950A6F4EC6B652D49D4ECE9C3DCCB65AE5752189B9810AA570EF10BC7AA8F40", "CRC32": "613CE3C1", "BLAKE3": "1AB6812159FBC6757E74185FA0B557946A7D4C5F331D91D0E99C2E45FDC9052F"}, "downloadUrl": "https://civitai.com/api/download/models/591882?type=Training%20Data"}, {"id": 507092, "sizeKB": 18545.4375, "name": "The_Phoenix_Wolf.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T04:16:04.685Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "CC1882F327", "SHA256": "CC1882F32706E9E26DE7561DA2D8AAA7CA7AD54CEDC6FDD10E940FB6EA966043", "CRC32": "8CA5A7D9", "BLAKE3": "240707938C31D88553FCF0D26D3D7B7BA773D1C24EDABF2545910CAF6AA62F47", "AutoV3": "6E0097FA7D1D"}, "downloadUrl": "https://civitai.com/api/download/models/591882", "primary": true}], "images": [{"id": 16823848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba93939b-f0b3-43d0-8fc8-b10c1f99c84d/width=450/16823848.jpeg", "nsfwLevel": 1, "width": 1913, "height": 2051, "hash": "UfK-FmtkD,X,.eNsfnX%t6NIXOc6$nogS^of", "type": "image"}, {"id": 16928014, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27b7e258-7aa3-4b05-b532-eb348d125c30/width=450/16928014.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UWJt*9~U0Nxt%ff,THXS9iE4S]EgTwI@a0xC", "type": "image"}, {"id": 16928012, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02d224e6-0370-4b79-813a-ea63262e732a/width=450/16928012.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "U8GRDB0304}=?K54T1-601NpLTxVQ#%1Oj#X", "type": "image"}, {"id": 16928011, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4bc11c3-3da0-462f-89fb-b85c13936e4c/width=450/16928011.jpeg", "nsfwLevel": 1, "width": 900, "height": 590, "hash": "UrJ*MkTID*bc~oW;V}X5+$WEX3oLr|jvScaz", "type": "image"}, {"id": 16928013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edab848e-96b1-4807-9ce2-6cc8c64c7e1c/width=450/16928013.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UgJa=P~nD*%cM{WBNtNZMfM}Shi{r_rsV@kW", "type": "image"}, {"id": 16928017, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/864b7768-4f15-46e0-9f13-d9782b6261ba/width=450/16928017.jpeg", "nsfwLevel": 1, "width": 1093, "height": 777, "hash": "UcAUjT.lu4yWMcMdMeVsIBRkoxV@nnt6tQWE", "type": "image"}, {"id": 16928016, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/008922a5-86f6-4e3a-a79e-10c68c05c0e5/width=450/16928016.jpeg", "nsfwLevel": 1, "width": 1210, "height": 672, "hash": "U67e0CKH04?@_JM{8|x.4TVM=ev$4pTC.jr=", "type": "image"}, {"id": 16928019, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef3543b3-20cf-4472-bc4f-12d925bb0cb9/width=450/16928019.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UKKxR+%M5OpIzExbT3X88.o}E8NLQ5cDwZox", "type": "image"}, {"id": 16928018, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5da202ea-77d4-410c-a15a-3ffa6f0f50e4/width=450/16928018.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UcKnFr~lIC?WZjEQKhnhM}RnKaXlPRbrwIXM", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/591882", "modelId": 532538} \ No newline at end of file diff --git a/datasets/metadata/591917.json b/datasets/metadata/591917.json new file mode 100644 index 0000000000000000000000000000000000000000..c2f427bf90d4cbeff9be96694e4b37eb2fde75ae --- /dev/null +++ b/datasets/metadata/591917.json @@ -0,0 +1 @@ +{"id": 591917, "index": 0, "name": "Brian Yu v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-23T04:53:06.767Z", "availability": "Public", "nsfwLevel": 28, "description": "Added tags
", "trainedWords": ["BrianYu", "Zombie, Male, green skin, black sclera, white pupils, black shirt, green jacket, fur trim, black pants, brown boots,"], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 507110, "sizeKB": 18248.140625, "name": "591594_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T04:31:19.180Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "05AE3068", "AutoV2": "7EC8218CD9", "SHA256": "7EC8218CD94F79584CB2D3C90F3751AD75EC594462DB1AA6761F94636084488D", "CRC32": "041D3A7C", "BLAKE3": "2ED723ECD2E276F9D4F8C8AEE8FC815028FAD2C60578C718FCF3D798369E8435"}, "downloadUrl": "https://civitai.com/api/download/models/591917?type=Training%20Data"}, {"id": 507124, "sizeKB": 445798.73046875, "name": "Brian_Yu_monster_prom (1).safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T04:35:38.876Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EF06696D", "AutoV2": "7A798A19D9", "SHA256": "7A798A19D971F0ADAF0CCBE03CB871265FE82E5A836FCDC34AF172404E34B448", "CRC32": "DAC5DAFA", "BLAKE3": "226095803627D65E53D4AB66B0DD25628F156E8B817DCFAEBDA79058152BECCE", "AutoV3": "AEBF204E836E"}, "downloadUrl": "https://civitai.com/api/download/models/591917", "primary": true}], "images": [{"id": 16823865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c97200d3-9ffa-4b5e-9318-bb5fe41e7a80/width=450/16823865.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCHUwQ~C004oy:ENM_9ZxVxZ-ARP~V-:NIox", "type": "image"}, {"id": 16823864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f089d0e-9345-46d2-9cf5-377097de5569/width=450/16823864.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1200, "hash": "UWNH7YBm@_:.{lb]Xks.,G#:NaV[M|R6xZxs", "type": "image"}, {"id": 16823866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/769bc8ac-0b5f-4a19-be2f-7b359596aee7/width=450/16823866.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1200, "hash": "UAF=jXNeElwKVHQ.yCS502I;%2n,*Iu2r@oe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/591917", "modelId": 532298} \ No newline at end of file diff --git a/datasets/metadata/592138.json b/datasets/metadata/592138.json new file mode 100644 index 0000000000000000000000000000000000000000..170a8a6571604a3ab14f3d1abbcba4830083b7ba --- /dev/null +++ b/datasets/metadata/592138.json @@ -0,0 +1 @@ +{"id": 592138, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-23T07:33:05.452Z", "availability": "Public", "nsfwLevel": 1, "description": "Susie v1.5
", "trainedWords": ["Susie"], "stats": {"downloadCount": 40, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 507409, "sizeKB": 223100.98046875, "name": "Susie_-_dsand00_-_My_ghost_friend-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T07:35:46.121Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "26827976", "AutoV2": "C31C768350", "SHA256": "C31C768350F4947DEAD3F6A205AEC66C500B767E7C97C6E3364D961B981E1502", "CRC32": "78F8E164", "BLAKE3": "862D707BB52EC6E80877145BCD9DDDFC3F056124D03D3CE836A823EB6F942737", "AutoV3": "EE7C8255E53E"}, "downloadUrl": "https://civitai.com/api/download/models/592138", "primary": true}, {"id": 507345, "sizeKB": 1369.43359375, "name": "592138_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T06:55:46.722Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "B7A2E0CC68", "SHA256": "B7A2E0CC68E3555AFAC39ABC05C9AC28B743950C52944E7F09500F28FFBF2473", "CRC32": "EBCC6A27", "BLAKE3": "F6EAC9A6F5101CD56F3BB9ED8C408D4252CF0A34521794C0205FEEB3EDE66F28"}, "downloadUrl": "https://civitai.com/api/download/models/592138?type=Training%20Data"}], "images": [{"id": 16841850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48187ab7-a9ad-4cde-8813-1270c3467b3a/width=450/16841850.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBLqCA~q00-;D*%L9FRi0do2VsIpxHWB4.WB", "type": "image"}, {"id": 16841851, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36c89bd0-f51c-4e3f-8e66-1552f2f6e682/width=450/16841851.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7KnYY?b2hNr^ns;00NG54WU^lspE_R%^*so", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/592138", "modelId": 532763} \ No newline at end of file diff --git a/datasets/metadata/592277.json b/datasets/metadata/592277.json new file mode 100644 index 0000000000000000000000000000000000000000..c9e081c1e9f0952f9968ef545362e4dd0aa17bf4 --- /dev/null +++ b/datasets/metadata/592277.json @@ -0,0 +1 @@ +{"id": 592277, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-23T08:19:47.336Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 116, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 507478, "sizeKB": 22238.50390625, "name": "Aina_Sahalin_08MS-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T08:27:01.052Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/592277", "primary": true}, {"id": 507479, "sizeKB": 10623.8154296875, "name": "Aina_Sahalin_08MS.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T08:27:21.500Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "127BB2E5", "AutoV2": "CC474D1861", "SHA256": "CC474D186176130B153550F6562201B3A27929E00847A6414AA8AFFE46898421", "CRC32": "54BEB204", "BLAKE3": "5A32B56558C3A591C9DF5C32C64B3F84405A957E841AAA6DFCEAF19001503DC3"}, "downloadUrl": "https://civitai.com/api/download/models/592277?type=Training%20Data"}], "images": [{"id": 16846017, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9066d35-6520-479b-b433-8b73c14f3845/width=450/16846017.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJM=%{%101sA.kWVxtof0LR*%2jt~CofD%oL", "type": "image"}, {"id": 16846018, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3d3c7ff-9258-4e36-915b-3eb77fda014c/width=450/16846018.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJM=%{%101sA.kWVxtof0LR*%2jt~CofD%oL", "type": "image"}, {"id": 16846786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a6869a6-a5d2-4948-b362-78a717ebca6d/width=450/16846786.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UcO.p@IUx]of~pt5R+Rk9ZWVxZs:-VV@M|az", "type": "image"}, {"id": 16847885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b2070e2-dcae-4710-a0af-8194420298b2/width=450/16847885.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UQL;HZkrPCV[c[R-EmRj9^%1=eNG%N9aIC-o", "type": "image"}, {"id": 16848353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fd4e651-7817-4467-8c5d-0c36827265e0/width=450/16848353.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UdOflf~pT1-WTJt6W?t8ELxtw]j[bvayxukD", "type": "image"}, {"id": 16849172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53ce2bbc-5437-4b51-9903-2ccdeafa5a78/width=450/16849172.jpeg", "nsfwLevel": 2, "width": 6144, "height": 9216, "hash": "UmO3Lm-;_MV@_MWBV]WAn+RjM|xux]ofozW.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/592277", "modelId": 532881} \ No newline at end of file diff --git a/datasets/metadata/592515.json b/datasets/metadata/592515.json new file mode 100644 index 0000000000000000000000000000000000000000..563f9226c0a12a27ff1205e09db2b21905431574 --- /dev/null +++ b/datasets/metadata/592515.json @@ -0,0 +1 @@ +{"id": 592515, "index": 0, "name": "chacharan", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-23T15:05:59.121Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["by chacharan,"], "stats": {"downloadCount": 182, "ratingCount": 0, "rating": 0, "thumbsUpCount": 40, "thumbsDownCount": 0}, "files": [{"id": 507715, "sizeKB": 83245.552734375, "name": "592515_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T10:56:25.349Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5981E09C", "AutoV2": "F22BFB2EEE", "SHA256": "F22BFB2EEE1C197F7E55D41D48F7194C228FBDE6D96B035E16E17A3DE43C79EE", "CRC32": "86B582BF", "BLAKE3": "25E59D190C9F3B510372693E54967C506040C3E98DB458F616FB4992FD9B1BA8"}, "downloadUrl": "https://civitai.com/api/download/models/592515?type=Training%20Data"}, {"id": 508089, "sizeKB": 223119.94140625, "name": "chacharan.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T14:36:07.321Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BFA84285", "AutoV2": "68B90EE283", "SHA256": "68B90EE283350879DC95A6C6621B9941E42D7ADECEF2D22D96FED09CF359A495", "CRC32": "296E7ABE", "BLAKE3": "343118A4EE50BDBB8F0CB9F7FCCF0F661A37F72B390BCC6CFEBF689A9F6B7EAF", "AutoV3": "FD03B61114DC"}, "downloadUrl": "https://civitai.com/api/download/models/592515", "primary": true}], "images": [{"id": 16882252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9640e03a-9b19-435f-9201-ee8fb421efb9/width=450/16882252.jpeg", "nsfwLevel": 16, "width": 1664, "height": 2432, "hash": "U9LWIy000n%M^-DiTwo~00t7InIp~p-:00tR", "type": "image"}, {"id": 16882288, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53688649-0bbc-4fd8-8755-f516eb33a7cd/width=450/16882288.jpeg", "nsfwLevel": 16, "width": 1664, "height": 2432, "hash": "UBH1lQ~W0yR%yY?b.7E101tR~V-p9aNb4:o}", "type": "image"}, {"id": 16882094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1a38a01-42c9-481c-b3cb-f9c424f5f900/width=450/16882094.jpeg", "nsfwLevel": 16, "width": 1664, "height": 2432, "hash": "U9KTY}0003-;}tMyO=yD00xZITNG*0-n00t5", "type": "image"}, {"id": 16882335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbfdabfc-47a0-4e0a-8d66-3ec69b8d9f3f/width=450/16882335.jpeg", "nsfwLevel": 16, "width": 1664, "height": 2432, "hash": "UBI}0G4ncso~~DD%57E100D*57IU+[~pt7xa", "type": "image"}, {"id": 16882374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c402d0ae-f5e9-4528-a677-d6a172eb918d/width=450/16882374.jpeg", "nsfwLevel": 16, "width": 1664, "height": 2432, "hash": "UHK^Hcs9PVt7~Wae56WU00RjM{WB-PWBn3WB", "type": "image"}, {"id": 16882419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9d05310-3bf7-48ce-85d7-e8e64cf3252a/width=450/16882419.jpeg", "nsfwLevel": 16, "width": 1664, "height": 2432, "hash": "UEKJ=Ixt5:xa-Vj[00ay00RjI:WB~Uof-Uj?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/592515", "modelId": 533092} \ No newline at end of file diff --git a/datasets/metadata/592714.json b/datasets/metadata/592714.json new file mode 100644 index 0000000000000000000000000000000000000000..e4799461331d12aec0e8bae1aeecc2cbb0d24c62 --- /dev/null +++ b/datasets/metadata/592714.json @@ -0,0 +1 @@ +{"id": 592714, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-23T13:08:33.889Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 141, "ratingCount": 0, "rating": 0, "thumbsUpCount": 36, "thumbsDownCount": 0}, "files": [{"id": 507931, "sizeKB": 22239.12109375, "name": "Darkness_Konosuba_Wedding-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T13:05:46.223Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7441ABCD", "AutoV2": "E8048B49DA", "SHA256": "E8048B49DAABEAE1E787E0CE25A208DA20C226FA97C0B717AB6FE2F02D895337", "CRC32": "76FF8DBC", "BLAKE3": "EC80AF11D5A70EEBCC78F988F6FBF6FB7F50121B422C897A218394837848A5B4", "AutoV3": "E1CD0FCDB93B"}, "downloadUrl": "https://civitai.com/api/download/models/592714", "primary": true}, {"id": 507930, "sizeKB": 14053.6728515625, "name": "Darkness_Konosuba_Wedding.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T13:05:53.962Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E8945174", "AutoV2": "974E102D51", "SHA256": "974E102D51C54EFA6ACF1A2C5FA5DB73F18F544C9ABBEAC5FB15DA5227F20353", "CRC32": "F7F0EE5F", "BLAKE3": "F7A56D37C089065F507A6C13430AA1D56CE3EDB6B6FC479F681BD884E86E7A43"}, "downloadUrl": "https://civitai.com/api/download/models/592714?type=Training%20Data"}], "images": [{"id": 16871880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d18b8bd-04bd-427c-b494-5b000be0d2e7/width=450/16871880.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U5PZDb-m05$y004m004m0XD%00D${cs:U]WB", "type": "image"}, {"id": 16871881, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56af5a17-2c45-4263-9cbb-6de87414274b/width=450/16871881.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U5PZDb-m05$y004m004m0XD%00D${cs:U]WB", "type": "image"}, {"id": 16872172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dff3fc12-9f3a-460d-a6fd-9e1969d27b93/width=450/16872172.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBOf.E%002.T00M|9a%$0._2v#_3~VX9V@i_", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/592714", "modelId": 533263} \ No newline at end of file diff --git a/datasets/metadata/592751.json b/datasets/metadata/592751.json new file mode 100644 index 0000000000000000000000000000000000000000..8f96aea8f9cd2bd4aa57786f235a36fe0f74954a --- /dev/null +++ b/datasets/metadata/592751.json @@ -0,0 +1 @@ +{"id": 592751, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-23T15:01:47.857Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": ["score_9_up, score_8_up, score_7_up, 1man, man focus, brown golden hair, short hair, orange red eyes, handsome, detailed face"], "stats": {"downloadCount": 29, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 507963, "sizeKB": 7714.744140625, "name": "592751_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T13:20:45.104Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F4F91C17", "AutoV2": "D05F1ACDE9", "SHA256": "D05F1ACDE99E919EF5D39993F6A8991FE46DF23D604BDFC9C2AED23876C04C82", "CRC32": "4A25EBD2", "BLAKE3": "B7EB7D0877990CE15F354162C4218C13A2B7BC8821411B63D964D291CB7C6418"}, "downloadUrl": "https://civitai.com/api/download/models/592751?type=Training%20Data"}, {"id": 508128, "sizeKB": 223099.87109375, "name": "1man_man_focus_brown_golden_hair_short_hair_orange_red_eyes_handsome_man-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T15:01:23.475Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8C7DECA1", "AutoV2": "0D2CEAD735", "SHA256": "0D2CEAD73541CE1A264E6B5EA67C4CE8D0DFF783B9FA8CF7AC8AA6562342708F", "CRC32": "217605E8", "BLAKE3": "E6D3D2A4B24C1989483FD38ED00854EA4D111E342F109B399FFDD1E5E758018B", "AutoV3": "9D7133BBAF0F"}, "downloadUrl": "https://civitai.com/api/download/models/592751", "primary": true}], "images": [{"id": 16881909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40d8bac9-e26a-44c3-bb9e-611bba4e1a89/width=450/16881909.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGHT$~0g14}@0f-UENt5RPxDt7EMI[Sh=wWB", "type": "image"}, {"id": 16881907, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb6b0312-8bd4-4db8-ae64-8cf1a5bbb3f6/width=450/16881907.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFKcIh+sc[58;^,B4:M{%~R4kqT002pIadtR", "type": "image"}, {"id": 16881908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7003c608-d886-49c4-963c-4987dd90b4e1/width=450/16881908.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UKEob]~qPV,:^*pJtl^4tQSdMxawI.xExFJS", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/592751", "modelId": 533290} \ No newline at end of file diff --git a/datasets/metadata/592753.json b/datasets/metadata/592753.json new file mode 100644 index 0000000000000000000000000000000000000000..d5511b19bf2c714c22404c1b202c1207c071d863 --- /dev/null +++ b/datasets/metadata/592753.json @@ -0,0 +1 @@ +{"id": 592753, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-14T17:47:58.405Z", "availability": "Public", "nsfwLevel": 28, "description": "SISSY-BOY Anet Valence
", "trainedWords": [], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 559529, "sizeKB": 223193.58203125, "name": "SISSY-BOY_Anet_Valence_23-06-24.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T17:45:54.060Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "93B2E9D7", "AutoV2": "C9FB1C5002", "SHA256": "C9FB1C50029F5978E88317262175B211E5141830A2E17EF9E92F904CB6595914", "CRC32": "569238C7", "BLAKE3": "54CD578D812B4AA87CD156BEBA3B0AB783CCBFA8AB6519DBECEAB6B0636503D5", "AutoV3": "8E38A2DA7431"}, "downloadUrl": "https://civitai.com/api/download/models/592753", "primary": true}, {"id": 507973, "sizeKB": 1158017.716796875, "name": "592753_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T13:32:22.548Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2C0B2E5A", "AutoV2": "7A636C604B", "SHA256": "7A636C604B019F176F77425ED781FFC319198B3BECE265094422E2715569AE94", "CRC32": "6DCEAE83", "BLAKE3": "1A19BE1A446759C88C1D3AC78752992980AE8C3BFC23FB09C5C72DB1185220CE"}, "downloadUrl": "https://civitai.com/api/download/models/592753?type=Training%20Data"}], "images": [{"id": 19824001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9070311e-e30f-48b4-8860-174b674d4353/width=450/19824001.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBI#JgS$JBNG%f%LEMIo00NG%MkD~CM|?coM", "type": "image"}, {"id": 19824000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9856a373-d3f4-4a8c-9527-1226594cb7f4/width=450/19824000.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UIHxZ,xu4nRPrpxaM{V@-T%MS%Di~Wt8wHM{", "type": "image"}, {"id": 19824002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d2ed34d-9f5f-4918-b4e6-5cf0ee61bcf4/width=450/19824002.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U3AlkK}?0057}s%10g9u02E2%g-pI:NG5;OE", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/592753", "modelId": 533292} \ No newline at end of file diff --git a/datasets/metadata/592816.json b/datasets/metadata/592816.json new file mode 100644 index 0000000000000000000000000000000000000000..de42373d8aa00c01a1ff22bdea020a1377e90cd1 --- /dev/null +++ b/datasets/metadata/592816.json @@ -0,0 +1 @@ +{"id": 592816, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-23T13:52:50.864Z", "availability": "Public", "nsfwLevel": 17, "description": null, "trainedWords": [], "stats": {"downloadCount": 153, "ratingCount": 0, "rating": 0, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 508023, "sizeKB": 22235.98828125, "name": "Darkness_Konosuba_S3EP9-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T13:55:32.841Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6C62CBE1", "AutoV2": "A3F626AC45", "SHA256": "A3F626AC45289F37B484DDB4D5EF1295C565DB5B4F4DF3AABCE860531316ED63", "CRC32": "B6F29E56", "BLAKE3": "6B59D2E0390DD9AEBB16CAADDAFAC4891F8FD310D5865392C44CF00363BC3604", "AutoV3": "0456DF340311"}, "downloadUrl": "https://civitai.com/api/download/models/592816", "primary": true}, {"id": 508024, "sizeKB": 13973.3623046875, "name": "Darkness_Konosuba_S3EP9.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T13:55:44.888Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "74328EBC", "AutoV2": "A0564FFB9B", "SHA256": "A0564FFB9BB214B78B84467B602C3628A4F8076A323B85435A4934281F7B310D", "CRC32": "D755BCA0", "BLAKE3": "8D66BD6648620CDA4512328D6C662AF48FB6B9D4DB1444487F23CC5CD208DE39"}, "downloadUrl": "https://civitai.com/api/download/models/592816?type=Training%20Data"}], "images": [{"id": 16882486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bb8d415-8b46-42a1-9a16-ad125be88769/width=450/16882486.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWH2KG_4EOkYEJX8S6NGtRWVRPf6xuofs:oe", "type": "image"}, {"id": 16875447, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3a09bd3-c786-46a7-88e2-ea3e00419807/width=450/16875447.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UTHB#*_49wkEE0X8S6M|tSayRPjtxvt7s:of", "type": "image"}, {"id": 16875446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf2897a6-45d8-45cc-9e5f-67f1983962e4/width=450/16875446.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWH2KG_4EOkYEJX8S6NGtRWVRPf6xuofs:oe", "type": "image"}, {"id": 16875668, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b220073-f94a-42d9-8936-da40be74bcab/width=450/16875668.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJHLVs4T00xUStjEE4s,D$xvM{W?~qx]DiNI", "type": "image"}, {"id": 16876298, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88504a97-94d5-4b38-b3c0-193ef758eb83/width=450/16876298.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UEG[{KNK0cRP9Eoe4TRjEKV?IBt9~qog%gt8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/592816", "modelId": 533347} \ No newline at end of file diff --git a/datasets/metadata/593025.json b/datasets/metadata/593025.json new file mode 100644 index 0000000000000000000000000000000000000000..36c2b18dc1d2bbf802d3130dae37191e02c5594b --- /dev/null +++ b/datasets/metadata/593025.json @@ -0,0 +1 @@ +{"id": 593025, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-23T15:39:39.852Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 108, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 508206, "sizeKB": 22239.12109375, "name": "Arue_konosuba-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T15:43:15.838Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7441ABCD", "AutoV2": "6AC9A6042F", "SHA256": "6AC9A6042F55AAA4F95445391B512295E6D9274F7193F260AC86499A15D8107F", "CRC32": "E7AAEAD0", "BLAKE3": "FB43DA3A1E0E3D5AD74B018635AE2A3DDE7994426D5BBF4C49AEB0B54D572A28", "AutoV3": "D1F2F826C4F1"}, "downloadUrl": "https://civitai.com/api/download/models/593025", "primary": true}, {"id": 508207, "sizeKB": 12216.5244140625, "name": "Arue_konosuba.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T15:43:45.910Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F6F02D32", "AutoV2": "B911E9570A", "SHA256": "B911E9570A81CCDA4FB53F93B38B9AF1A6CB19E63D73F69DC885A190877193C4", "CRC32": "8DA40974", "BLAKE3": "CD9793F107E5911BE9663D404AE0F2D857D739888A816248EC08B0C0CCA492BA"}, "downloadUrl": "https://civitai.com/api/download/models/593025?type=Training%20Data"}], "images": [{"id": 16886235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34e90474-94d0-4f43-a533-8c93f3d84668/width=450/16886235.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXGR-.xvlVtRYRR-pKR-5WRPo#RjeajExGo2", "type": "image"}, {"id": 16886236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ef90b82-c218-43e9-bc0f-2eb79b87e0a0/width=450/16886236.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXGR-.xvlVtRYRR-pKR-5WRPo#Rji*jExGo2", "type": "image"}, {"id": 16886602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daa86e4e-ba8e-4d76-897e-ea5f9fed541a/width=450/16886602.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "ULMZah00E#D%00Dh-;NG9vI;={-p~Vs:M|%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/593025", "modelId": 533535} \ No newline at end of file diff --git a/datasets/metadata/593042.json b/datasets/metadata/593042.json new file mode 100644 index 0000000000000000000000000000000000000000..31905460900e98b7a50f183ec598f67976ed4506 --- /dev/null +++ b/datasets/metadata/593042.json @@ -0,0 +1 @@ +{"id": 593042, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-23T23:31:37.669Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 125, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 508921, "sizeKB": 29078.548828125, "name": "593042_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T21:41:46.353Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FD59C922", "AutoV2": "015DC6FCB9", "SHA256": "015DC6FCB99D0536B1D5E2E15BD4512A54572C8B1100BFD74DBB45FC1D0D649F", "CRC32": "2403926F", "BLAKE3": "1D3CEB5C2C8D66EC59BDCE6E3621D6FAA1FB645A47AFFE0EF33047C55FB1C117"}, "downloadUrl": "https://civitai.com/api/download/models/593042?type=Training%20Data"}, {"id": 509111, "sizeKB": 223118.36328125, "name": "Ichinomiya_yuu_style_PONY.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T23:31:13.413Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6A2C0A1A", "AutoV2": "2486A116BC", "SHA256": "2486A116BC11FC6540488C6848AB2F10B5B68B2D757F5EC0912A60B1248A0CF3", "CRC32": "F6D972E2", "BLAKE3": "ED4E047F43D536890C47D6EB231FFA8BAE368601440CF27D9B47A457A17298AC", "AutoV3": "56710A87CC0B"}, "downloadUrl": "https://civitai.com/api/download/models/593042", "primary": true}], "images": [{"id": 16929235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/351bf008-3fd5-443a-a9b8-7cb5f5579190/width=450/16929235.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UNQ%Cp9EXA=r0%BRofxJ2^4o%#%1LgD%wHtj", "type": "image"}, {"id": 16931558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/affbbcee-515a-4799-90ad-3e7ffccd86e7/width=450/16931558.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UEN+ku00L4ml_M9aJ7D$xnMKBWo|009v?b-:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/593042", "modelId": 533549} \ No newline at end of file diff --git a/datasets/metadata/593112.json b/datasets/metadata/593112.json new file mode 100644 index 0000000000000000000000000000000000000000..c5b6b3c00c7672c9f4b2796abf362e85ad7d13df --- /dev/null +++ b/datasets/metadata/593112.json @@ -0,0 +1 @@ +{"id": 593112, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-23T16:28:47.146Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 109, "ratingCount": 0, "rating": 0, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 508310, "sizeKB": 22238.71484375, "name": "Aqua_konosuba-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T16:30:57.338Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4BC1A7FE", "AutoV2": "EF149D9AF9", "SHA256": "EF149D9AF9810E0DFA9F274FCC7B6552F1BE9752C5B853234DA5FF8F5D87EC01", "CRC32": "6A945EDC", "BLAKE3": "8F2C2686DEA94134F16ED0ACD428F906ACFC70CD1761C897183204FD7F2BCF09", "AutoV3": "617C147A0493"}, "downloadUrl": "https://civitai.com/api/download/models/593112", "primary": true}, {"id": 508309, "sizeKB": 12265.1728515625, "name": "Aqua_konosuba.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T16:30:55.154Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "38CECE33", "AutoV2": "F029A1BFF9", "SHA256": "F029A1BFF963A1FD79668E25DA39D547CBD8F53A6619117141575815A69FC047", "CRC32": "28176333", "BLAKE3": "15C258A52EB563DB28AA6E5234A2763E3E83E7D1CBF539F92A9FE36D8757E7D7"}, "downloadUrl": "https://civitai.com/api/download/models/593112?type=Training%20Data"}], "images": [{"id": 16890870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8abdedd4-672a-49cc-a3e5-e5bfb4733c06/width=450/16890870.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULMZ].R+00M|00IoD$IVKkRk-7WD~AoL-pof", "type": "image"}, {"id": 16890871, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07d53186-ea2b-4e90-9eb2-93888e85af59/width=450/16890871.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULMZ].R+00M|00IoD$IVKkRk-7WD~AoL-pof", "type": "image"}, {"id": 16890993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f9d0f47-9616-4019-992c-a9cd5b8317e1/width=450/16890993.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UJMQkuVY0JDj2uMwEKNc15x[]~f5~WXkMyaJ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/593112", "modelId": 533611} \ No newline at end of file diff --git a/datasets/metadata/593197.json b/datasets/metadata/593197.json new file mode 100644 index 0000000000000000000000000000000000000000..6818236a597ec1e78d42689099f9c4372d830d1c --- /dev/null +++ b/datasets/metadata/593197.json @@ -0,0 +1 @@ +{"id": 593197, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-23T17:09:42.508Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 126, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 508385, "sizeKB": 11078.4326171875, "name": "Megumin_konosuba.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T17:11:14.436Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CD71A43D", "AutoV2": "813662BCC6", "SHA256": "813662BCC6D1F30B8D91F2A068539525506F10D061AE12457BC5F62E64DC6F0F", "CRC32": "ACEF36B7", "BLAKE3": "2FE027D1C75165F2B16A5B6834F090F9BFB6475042A7FF14C335059002E9073C"}, "downloadUrl": "https://civitai.com/api/download/models/593197?type=Training%20Data"}, {"id": 508386, "sizeKB": 22238.05078125, "name": "Megumin_konosuba-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T17:11:17.167Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C47A6936", "AutoV2": "234BFD6AE5", "SHA256": "234BFD6AE539FFC9691708926EE4F402E7FDB195CEF61EA77FA1324B496110F1", "CRC32": "D83AB417", "BLAKE3": "57E7736A30FB4F025B44CBD54CE94D4F9FF70826665766E2EB6DF39F52F86CD4", "AutoV3": "22B3C94A213B"}, "downloadUrl": "https://civitai.com/api/download/models/593197", "primary": true}], "images": [{"id": 16894667, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97b99ebf-6bc9-42f3-ae71-7d8cd3ce1170/width=450/16894667.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQJ7UQ%272xG*Jxu-=s:Dlxa-;sp?Ht7kDjb", "type": "image"}, {"id": 16894670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab2e5189-80ef-443f-8de8-624255d96aba/width=450/16894670.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQJ7UQ%272xF*Jxu-=s:Dlxb-;sp?Ht7kDjb", "type": "image"}, {"id": 16895155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bcad650-95c0-417d-a20f-85bf21353a9e/width=450/16895155.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIJ7p}00%f4:~BNFxYxu0LNH=|?H%L%3E1M|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/593197", "modelId": 533684} \ No newline at end of file diff --git a/datasets/metadata/593228.json b/datasets/metadata/593228.json new file mode 100644 index 0000000000000000000000000000000000000000..521228ef975670f7a277a0b3fd45e33c70f8be40 --- /dev/null +++ b/datasets/metadata/593228.json @@ -0,0 +1 @@ +{"id": 593228, "index": 0, "name": "v3.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-01T20:45:42.470Z", "availability": "Public", "nsfwLevel": 1, "description": "Added :
background and gms_background (around the figure)
circle and gms_circle (on top a square if there is)
Tried to train figures where Square and Border are NOT centered in the image.
A possible improved version of the vore bulges
", "trainedWords": ["vore", "vore_bulges", "face_imprint"], "stats": {"downloadCount": 213, "ratingCount": 0, "rating": 0, "thumbsUpCount": 43, "thumbsDownCount": 0}, "files": [{"id": 508902, "sizeKB": 223100.73828125, "name": "Human_vore_bulges_v2-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T21:35:55.161Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "ACF78EC8", "AutoV2": "988C7A772A", "SHA256": "988C7A772A8DB45A5B2DBD39DE41DBE76B96EBB9CBF4DC2135C5A3736B650F59", "CRC32": "16CD342A", "BLAKE3": "7B89D43A03DA9ECA0A9CA297552A5BE62FAD89ECCA8F8CC349CC8515FD98674A", "AutoV3": "E490066F516E"}, "downloadUrl": "https://civitai.com/api/download/models/593719", "primary": true}, {"id": 508900, "sizeKB": 16374.0146484375, "name": "592699_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T21:35:44.117Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "953FD567", "AutoV2": "7BC4AC4E3F", "SHA256": "7BC4AC4E3F6156EFC7F1D0C7E3CAFCD55645ABF7D13943D8A6891306FF9713BD", "CRC32": "81EA5292", "BLAKE3": "D1CAAA7EA62D7BE07558FBA916053234876E5EF060C56872EF42A220A6D3CC71"}, "downloadUrl": "https://civitai.com/api/download/models/593719?type=Training%20Data"}], "images": [{"id": 16926318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cc61926-03b1-4667-b6ff-366568b6cdd5/width=450/16926318.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UFExqu0L00~VNaxa9a%201t7^k9aD*fk-pM{", "type": "image"}, {"id": 16926317, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cf45639-8f4a-4d52-8633-edf8b80ddce7/width=450/16926317.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "ULEB{c~V57E2%LR+9aIo0LE1xZazE1ae%2t7", "type": "image"}, {"id": 16926319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3286cadd-a9b2-4933-bc4b-a39892d2b352/width=450/16926319.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U7INv^00y?^1p^01?bel0zt5?H9Y00M{IpNa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/593719", "modelId": 531179} \ No newline at end of file diff --git a/datasets/metadata/593727.json b/datasets/metadata/593727.json new file mode 100644 index 0000000000000000000000000000000000000000..9d674ceae0a1e1177dbd42a9750a26aef5fde7a7 --- /dev/null +++ b/datasets/metadata/593727.json @@ -0,0 +1 @@ +{"id": 593727, "index": 1, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-23T22:37:40.583Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 31, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 508976, "sizeKB": 12100.140625, "name": "593727_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T22:10:46.595Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DADDFA51", "AutoV2": "16B2325A63", "SHA256": "16B2325A63422DEEEB57F021640AC62B8038369B2851C49754BDDEE4C72EDE20", "CRC32": "A495A833", "BLAKE3": "A5DA8871D4007360901C106B79A74F3859B589DDA5DC13E20120E3C1AF59547C"}, "downloadUrl": "https://civitai.com/api/download/models/593727?type=Training%20Data"}, {"id": 509010, "sizeKB": 223100.23828125, "name": "Alphys.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T22:35:37.607Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "034E24C9", "AutoV2": "8EDA1039C2", "SHA256": "8EDA1039C2D6D8E158CD8D639190352951E2A36F512D1A7EAD0DAF29C58D2236", "CRC32": "936A725D", "BLAKE3": "F90B3D3FC5A95EA50159F40D9689720EE8ADAD2A458EAD5012647E925888639F", "AutoV3": "1B1420972754"}, "downloadUrl": "https://civitai.com/api/download/models/593727", "primary": true}], "images": [{"id": 16924127, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/faffaa61-33e2-44e7-a55c-20eb08557a1a/width=450/16924127.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UkN,eq%Lg5tQ~qNMsRWF?bxZM}ofIvM}xVjt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/593727", "modelId": 534163} \ No newline at end of file diff --git a/datasets/metadata/593747.json b/datasets/metadata/593747.json new file mode 100644 index 0000000000000000000000000000000000000000..d715e37ce8e84bb4bcbd0edf95d074077d1122d5 --- /dev/null +++ b/datasets/metadata/593747.json @@ -0,0 +1 @@ +{"id": 593747, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-23T21:50:52.981Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["anyaTaylorPNY", "blonde", "brown eyes", "1girl"], "stats": {"downloadCount": 252, "ratingCount": 0, "rating": 0, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 508937, "sizeKB": 176971.3203125, "name": "anyaTaylorPNY.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T21:50:56.636Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "39D59BD2", "AutoV2": "C1DB4FF290", "SHA256": "C1DB4FF290F5980A6FB38E2D5E28ACBE05B2442A51A00D5D89E5F4A780F0BF8D", "CRC32": "E52C73C4", "BLAKE3": "07C012441897C0AF269F44CE605EC4F0773ACE157BB6735A63C85A87D3675440", "AutoV3": "33736206F257"}, "downloadUrl": "https://civitai.com/api/download/models/593747", "primary": true}, {"id": 508946, "sizeKB": 23185.63671875, "name": "anyaTaylorPNY.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T21:56:13.614Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3725B29E", "AutoV2": "81B7CA7058", "SHA256": "81B7CA7058AB9BF80D3357F25609C7F35CF50EB7C92715636CC8B09090B6F937", "CRC32": "4BA04851", "BLAKE3": "DA35054384166DA68ABA5E974979AF3857C60D111C00CC7F49FD95A0BCA4B96D"}, "downloadUrl": "https://civitai.com/api/download/models/593747?type=Training%20Data"}], "images": [{"id": 16920113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38428bd7-00de-415d-80a1-c500c356dd6f/width=450/16920113.jpeg", "nsfwLevel": 1, "width": 1072, "height": 1376, "hash": "UFJH%8jX0JX-$FNF.Q$v18%J}TT0D+X3-rt2", "type": "image"}, {"id": 16920112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e294cb72-1d2f-43f3-9d17-e93e7f7c7207/width=450/16920112.jpeg", "nsfwLevel": 1, "width": 1072, "height": 1376, "hash": "UGKAA$~W7d_11~-;OTw]IAIVn#IoUFNaxtoc", "type": "image"}, {"id": 16920114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af2da5c0-e9b4-4ccc-a104-c9a96816ade4/width=450/16920114.jpeg", "nsfwLevel": 1, "width": 1072, "height": 1376, "hash": "UGLDY-Rk1tjX00Vs-UxtBtV@+$Rk00RQS#WX", "type": "image"}, {"id": 16920115, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8a8924f-cbf1-4a2c-bd39-e9f702cae02c/width=450/16920115.jpeg", "nsfwLevel": 2, "width": 1072, "height": 1376, "hash": "UFJj*a~o0_NG0ySb4.V=5YWUVF%L9HaP=}og", "type": "image"}, {"id": 16920116, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6eda861-cf49-4be6-88f2-008fd27991d0/width=450/16920116.jpeg", "nsfwLevel": 1, "width": 1072, "height": 1376, "hash": "UAJaAf801%}[4ot8cFcFHq01]zD*009GU]H?", "type": "image"}, {"id": 16920117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00f316a5-9680-434a-b4b1-cf265c556756/width=450/16920117.jpeg", "nsfwLevel": 1, "width": 1072, "height": 1376, "hash": "UNJGl^}=0LI:0fslbcNxFyoxsoRk,:$$^jxa", "type": "image"}, {"id": 16920118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24bd568a-5380-4e08-b32c-3501bbca4e12/width=450/16920118.jpeg", "nsfwLevel": 1, "width": 1072, "height": 1376, "hash": "UCF#jq-P00n$02s7?Zs:5ERj~AoLO@NH57NH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/593747", "modelId": 534183} \ No newline at end of file diff --git a/datasets/metadata/593788.json b/datasets/metadata/593788.json new file mode 100644 index 0000000000000000000000000000000000000000..1f19267bdef5d3e523beded36eefa91607bc8ed3 --- /dev/null +++ b/datasets/metadata/593788.json @@ -0,0 +1 @@ +{"id": 593788, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-24T01:39:20.408Z", "availability": "Public", "nsfwLevel": 16, "description": null, "trainedWords": [], "earlyAccessDeadline": "2024-07-08T01:39:20.408Z", "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 509030, "sizeKB": 326765.4169921875, "name": "593788_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-23T22:45:41.900Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "37312023", "AutoV2": "224C6AA061", "SHA256": "224C6AA06108D6B3D76E92AA9085815245F787DD57254E265E8FCE9C2BFE5CE3", "CRC32": "4AB2EE0E", "BLAKE3": "D861EBF799CF98BEA4802675AA3755AC10EF50B2C60BD80CC16B7D00B5FA91B4"}, "downloadUrl": "https://civitai.com/api/download/models/593788?type=Training%20Data"}, {"id": 509321, "sizeKB": 223140.05078125, "name": "Sailor_Mercury.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T01:35:54.366Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "687C279A", "AutoV2": "AAEB4DDDAF", "SHA256": "AAEB4DDDAF98628F19B896969821485D32781846FD26D6874EF6558566458350", "CRC32": "01044358", "BLAKE3": "E53643057BE2E34B4D65293B424EF787AEC37D6F4F0DC1643D9181ACCA3E5C4C", "AutoV3": "4ACA848649DC"}, "downloadUrl": "https://civitai.com/api/download/models/593788", "primary": true}], "images": [{"id": 16944500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfd1cc13-acef-43f0-a50c-23be1703c009/width=450/16944500.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCQky[y=];x_0LOqv}ib1~JRR%f5O,PArsV[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/593788", "modelId": 534222} \ No newline at end of file diff --git a/datasets/metadata/594123.json b/datasets/metadata/594123.json new file mode 100644 index 0000000000000000000000000000000000000000..aaf9ecc13dd4381f1e888c025beb1a7b9d99ef9a --- /dev/null +++ b/datasets/metadata/594123.json @@ -0,0 +1 @@ +{"id": 594123, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-25T03:57:51.270Z", "availability": "Public", "nsfwLevel": 1, "description": "This is a preliminary version as a start. I hope to learn more from it and provide what is better
", "trainedWords": ["Simple background", "Solo "], "stats": {"downloadCount": 92, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 511478, "sizeKB": 183898.650390625, "name": "594123_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T00:16:13.238Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "31D3C438", "AutoV2": "ED396BFC80", "SHA256": "ED396BFC800F0CA857E26F73D51D61E1FE2B61E4E08B7C8184303027BB8AAA2F", "CRC32": "6030F878", "BLAKE3": "F3F2FDB223CC0F8E5CF72A6DF38D0EA720AFBE82A471F5BDB29CE6323A42284C"}, "downloadUrl": "https://civitai.com/api/download/models/594123?type=Training%20Data"}, {"id": 511767, "sizeKB": 223108.23046875, "name": "Niji_v6-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T03:35:57.775Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B0AB2927", "AutoV2": "501D777433", "SHA256": "501D7774332AAF725A01A12B9088A077D3B782D394AE25A39FD63ECEE3484707", "CRC32": "92F94561", "BLAKE3": "01EF7F35D56A64D491A539EAB3791D3D7F32F367957EDDB6B4A78A9BC348BF08", "AutoV3": "D6E03B111565"}, "downloadUrl": "https://civitai.com/api/download/models/594123", "primary": true}], "images": [{"id": 17090675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84a1ab97-c40c-4a51-92fb-bfef7973290b/width=450/17090675.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UxLdo}wfn3bE}ZafM{kBI:R+aeofX5s.n,f7", "type": "image"}, {"id": 17090676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf88078f-d3eb-4b18-9e8c-e6eaa96eedc9/width=450/17090676.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJDT6W8_t+M{?wDit7M{ELMxtSRjE1njt7oz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/594123", "modelId": 534506} \ No newline at end of file diff --git a/datasets/metadata/59416.json b/datasets/metadata/59416.json new file mode 100644 index 0000000000000000000000000000000000000000..681fa9c2dc0f2698b851493ce3dfb4fd363b0632 --- /dev/null +++ b/datasets/metadata/59416.json @@ -0,0 +1 @@ +{"id": 59416, "index": 1, "name": "v1.2", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-01T03:40:32.288Z", "availability": "Public", "nsfwLevel": 5, "description": "maybe a little over baked
auto tagged dataset
New version should be a lot more streamlined will now be easier to get the 3 trained positions. Squatting has also been added
This is a sex position Lora for pov cowgirl with 3 main positions.
Main Prompts
Pov Cowgirl,
Pov Cowgirl leaning forward,
Pov Cowgirl leaning back,
Secondary Prompts
Sitting,
squatting,
Creampie,
Grab Prompts
Grabs have not been trained but will add them to the trigger words as they still work well
breast grab:1.3,
arm grab:1.3,
torso grab:1.3,
waist grab:1.3,
Head grab:1.3,
Face grab:1.3,
Leg grab:1.3,
", "trainedWords": ["Pov Cowgirl,", "Pov Cowgirl leaning forward,", "Pov Cowgirl leaning back,", "Sitting,", "squatting,", "Creampie,", "breast grab:1.3,", "arm grab:1.3,", "torso grab:1.3,", "waist grab:1.3,", "Head grab:1.3,", "Face grab:1.3,", "Leg grab:1.3,"], "stats": {"downloadCount": 1563, "ratingCount": 0, "rating": 0, "thumbsUpCount": 238, "thumbsDownCount": 1}, "files": [{"id": 509387, "sizeKB": 223099.08203125, "name": "Pov_Cowgirl_Looking_Down_2.0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T02:31:01.559Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E128418B", "AutoV2": "B1D22C5529", "SHA256": "B1D22C5529476C3C2956014B4E85432BED25D4AA28A29E0FBFC8E6486D0383DA", "CRC32": "B3D87919", "BLAKE3": "6A53EF14770C803BCF9DC640D82C79CCD5A45DBB08693CD4B8334E200233E543", "AutoV3": "0A69FA436AD3"}, "downloadUrl": "https://civitai.com/api/download/models/594186", "primary": true}, {"id": 509386, "sizeKB": 16600.341796875, "name": "593958_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T02:31:24.166Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A9BA8F4A", "AutoV2": "3DEB8FC8ED", "SHA256": "3DEB8FC8EDA196C73E09164A7812988D314489C9E9E2FD243918FE755B73D49B", "CRC32": "68487A24", "BLAKE3": "72C50787A293B86CC9EEB35301216817298D747054A9A7EF5FA9409678686614"}, "downloadUrl": "https://civitai.com/api/download/models/594186?type=Training%20Data"}], "images": [{"id": 16951500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c55e86b-7a9e-4e19-be98-9ab2211ba892/width=450/16951500.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "U8I4O%5l%}={00tmRjxt~VDiMdM|000KNaIU", "type": "image"}, {"id": 16951502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5ce5933-42c7-437e-9449-e874800f7b6b/width=450/16951502.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "U7I4O%5n.m%200tlIp%L_1DiH@Rj0001I.D%", "type": "image"}, {"id": 16951504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84dce47e-394f-4b1e-9814-93c7fa5080eb/width=450/16951504.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "U7ID:b9_*J=|00tmWB%M?F8{IAM{0001E19F", "type": "image"}, {"id": 16951503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a73d741-e9df-4615-95df-73cfc76d48e6/width=450/16951503.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UCHddF~p.SX900xajuxu4:IA9GMx9G4.$gIU", "type": "image"}, {"id": 16951501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6161153a-4fd4-44c4-99c2-003d1b7900d8/width=450/16951501.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UJIgfhEMS~aK0Ls:My%2~U-pRQoe^+NGozE1", "type": "image"}, {"id": 16957887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d08efbe-3b4b-47a6-be44-979d94f14b15/width=450/16957887.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UKJk7a~p0~R5L3T0kCMx.8jYxaNGETxaV]xt", "type": "image"}, {"id": 16957892, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/444fc12e-d828-485b-86ec-d738cb52d0bb/width=450/16957892.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "ULKAsX~p0#aKAcIpM{M{%MV@xGRkI@xtoe%L", "type": "image"}, {"id": 16957891, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/061a0d29-538a-4748-a443-236b36d02131/width=450/16957891.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UJHUnZ~V0hR.EoR-V[NHx^R-RPoM0LIUf5ax", "type": "image"}, {"id": 16991693, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a0592e5-8f7c-46b0-bb05-b08434057229/width=450/16991693.jpeg", "nsfwLevel": 16, "width": 450, "height": 658, "hash": "UMHUqk~W5TogI_RkV[WYxwofWARj0MD*RjoK", "type": "image"}, {"id": 16957878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e04f42d7-ac4e-49bb-a443-b58ed1c2faa7/width=450/16957878.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UFIO30E203-;03oeD+tR~qo2nOM|4oofIokC", "type": "image"}, {"id": 16957866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03c8802c-9e0f-4eb1-8247-33b81e2faa84/width=450/16957866.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UIHeC84p0N%N0NxZ4:tR~p%0i^Rj4:NIRjs:", "type": "image"}, {"id": 16957870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0d9aec1-4d37-4f30-9172-09ed1922b09d/width=450/16957870.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UDJ7:wD,0z_203M{0MW=E,Rk4oIq0$tR~A%2", "type": "image"}, {"id": 16957863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87006ec9-c2cc-452f-8b9e-641e017552e8/width=450/16957863.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UCI;xIEN0#_29dM{0LkC0ORk4oIVElkW}@%2", "type": "image"}, {"id": 16957874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/693357c4-010f-4f0c-8bed-13e94b34f049/width=450/16957874.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UVIqv7I]JC%MA0IoM|o#~Wn$WBxvE,tRRkxa", "type": "image"}, {"id": 16954523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/514b3469-a7fb-4c17-8307-16b4b42efd27/width=450/16954523.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "U7FEil^j0#010N0L-64.}=^j57-:01~Bnho|", "type": "image"}, {"id": 16954519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2e6c9ec-3ba0-4c07-90a6-2738552d57e4/width=450/16954519.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "U4F}WX$M03xa04NH0Kbb~8bHD*jE00bvicae", "type": "image"}, {"id": 16954528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6b9842c-2bd7-4906-9e53-1805f92b65b4/width=450/16954528.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "U3GR3b#R00%L0QI;00Wq}nx[H[R600S~,.oJ", "type": "image"}, {"id": 16954522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c123703c-43d5-4b84-87ff-edbf00d0fb19/width=450/16954522.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UBFq?#rr1JMxKkD*s.IU579aM{ba00~V$fR*", "type": "image"}, {"id": 16954521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/687979af-68e6-434b-bdef-003beba503aa/width=450/16954521.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UCFq?zi_10VsTeE1snIo579aM{W;01~V$fNH", "type": "image"}, {"id": 16948855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a1f6bbd-cc3b-489c-9d91-7898fd85ca54/width=450/16948855.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7I|,l9v004;00slIUjF0K~B^*?G^kE2_2M|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/594186", "modelId": 438394} \ No newline at end of file diff --git a/datasets/metadata/594214.json b/datasets/metadata/594214.json new file mode 100644 index 0000000000000000000000000000000000000000..0ab590db63a4ddfdc1c33abba9cffbe9ea99f6a2 --- /dev/null +++ b/datasets/metadata/594214.json @@ -0,0 +1 @@ +{"id": 594214, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-24T04:35:14.402Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 34, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 509469, "sizeKB": 14448.1767578125, "name": "594214_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T03:26:12.164Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B80C49DD", "AutoV2": "55EBB3677E", "SHA256": "55EBB3677E370E1CBE2873278738764912E29872D9AE2CFC839731DD882C7329", "CRC32": "96C8E311", "BLAKE3": "3A6FA2DC23544D0C04799999FBEBEA47F6C20326252E0F2DA2680B5C002B1DA6"}, "downloadUrl": "https://civitai.com/api/download/models/594214?type=Training%20Data"}, {"id": 509565, "sizeKB": 223101.23046875, "name": "Lady_bone_Demon_Monkie_Kid.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T04:26:48.258Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4CF6E4E4", "AutoV2": "0F6A7351EB", "SHA256": "0F6A7351EBBE9B7097E5C10FB57C80CF7587AE4A243B54C50332A0CA1D26D22C", "CRC32": "B02301ED", "BLAKE3": "A40DB3314918EB215A7E19EC70AD45C053523C2D193E4BAC2321CB5EDD04E795", "AutoV3": "A2AF962BC6AA"}, "downloadUrl": "https://civitai.com/api/download/models/594214", "primary": true}], "images": [{"id": 16961575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc70edf7-fb7d-4174-ad54-7a23c6332693/width=450/16961575.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJDn:fNeUC.j4obcO^t1rEtP$]RSDBtjt+R7", "type": "image"}, {"id": 16961578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80684b23-e3ea-4321-80ee-0dc2c9a564ba/width=450/16961578.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URC[EUx?Meog.jtPx=j]$_aNkVk8sqafo_f*", "type": "image"}, {"id": 16961573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/514fab05-475c-43b5-8ce1-26f7270318ba/width=450/16961573.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7HVbUayMHx[~IR*Owt500j[00WB_4t6I9R+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/594214", "modelId": 534582} \ No newline at end of file diff --git a/datasets/metadata/594290.json b/datasets/metadata/594290.json new file mode 100644 index 0000000000000000000000000000000000000000..deda9f8add878da1514c8e3f1813bbdc47692d2f --- /dev/null +++ b/datasets/metadata/594290.json @@ -0,0 +1 @@ +{"id": 594290, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-24T06:41:58.979Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 25, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 509658, "sizeKB": 223104.64453125, "name": "Abby_V2-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T05:26:06.507Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BFE6C616", "AutoV2": "5253ED85F6", "SHA256": "5253ED85F62C6C72D506797C993F478967507AC87047431948F3F1629F7ACD07", "CRC32": "4075B138", "BLAKE3": "4C930E21B6344312806042B0861D4BDD19D9E860EB2CA873999F158FBA7529E4", "AutoV3": "DADAEB25903B"}, "downloadUrl": "https://civitai.com/api/download/models/594290", "primary": true}, {"id": 509570, "sizeKB": 35181.84375, "name": "594290_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T04:36:38.485Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CACE3FAB", "AutoV2": "4370B5CBB0", "SHA256": "4370B5CBB0A97C1A07DD22A3E09D4F36048B0213D53D8B52DB9A4B10F41C351D", "CRC32": "1779257B", "BLAKE3": "D83FDE01E0620818DCB7FBC2D9A9A7355ACC9DAF394983A0B417B3B09E82A3DF"}, "downloadUrl": "https://civitai.com/api/download/models/594290?type=Training%20Data"}], "images": [{"id": 16971793, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca981d47-f0b5-4e0d-b49c-448c150f8d62/width=450/16971793.jpeg", "nsfwLevel": 16, "width": 744, "height": 1000, "hash": "U7IOa_%M2x-V*0ozIAIAEgWXMJXR00RPM|%g", "type": "image"}, {"id": 16972331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8137ed83-7d1a-4944-a0c9-ac8263430d49/width=450/16972331.jpeg", "nsfwLevel": 8, "width": 744, "height": 1000, "hash": "UKGbL_~Af#-:0ME2IoR+4:bcRPM{%MNHogRk", "type": "image"}, {"id": 16972928, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91c7c9c0-b07f-454a-8cdc-2f181dcfcd88/width=450/16972928.jpeg", "nsfwLevel": 8, "width": 744, "height": 1000, "hash": "UKIE@NR.E4rq_NWEDjRPXnM{Mdx]xtRPoztR", "type": "image"}, {"id": 16973430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0c4ba95-459f-4d1b-8080-053abbf37c2b/width=450/16973430.jpeg", "nsfwLevel": 8, "width": 1000, "height": 744, "hash": "UCH2QI~WNGEM00WAV?t79^b^%1Z~I9x]%gaK", "type": "image"}, {"id": 16971213, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e758169f-0825-43a5-8508-47751047a620/width=450/16971213.jpeg", "nsfwLevel": 8, "width": 744, "height": 1000, "hash": "URJH?j%MNIR4?^Rjs:R*x[nhVsbcbbkCWBfk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/594290", "modelId": 534642} \ No newline at end of file diff --git a/datasets/metadata/594300.json b/datasets/metadata/594300.json new file mode 100644 index 0000000000000000000000000000000000000000..4d9feed0df88a3841be55e500ffb826fee82b9d7 --- /dev/null +++ b/datasets/metadata/594300.json @@ -0,0 +1 @@ +{"id": 594300, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-27T04:11:41.918Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 30, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 509505, "sizeKB": 97239.20703125, "name": "594300_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T03:41:18.769Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "341A13DD", "AutoV2": "385EA586CF", "SHA256": "385EA586CF9DD6069EB3D141E2E389CDE435796F55E059CF144DDB177E3AA4A9", "CRC32": "7E98AB87", "BLAKE3": "EC853B861C787F12B56921F29456F55A48FBDD030834D151C7677C33DE19A4B0"}, "downloadUrl": "https://civitai.com/api/download/models/594300?type=Training%20Data"}, {"id": 516195, "sizeKB": 223100.78515625, "name": "Portrait-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T04:11:15.904Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "78F9F8BF", "AutoV2": "305EEB2936", "SHA256": "305EEB2936B0247142D7608F8EE2C4631A18D9415CBE6B5D458675EB30778B74", "CRC32": "5069352C", "BLAKE3": "C2EF557E0886A8237C194AC5C2E1E11F70D15DA5ED43062E3FA16A0F1CF75F10", "AutoV3": "8A530F6B73A4"}, "downloadUrl": "https://civitai.com/api/download/models/594300", "primary": true}], "images": [{"id": 17380358, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d36b390-6280-46b2-9777-1b495acdd849/width=450/17380358.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7IXKi00Ly^7DN.8D*XT5AsBQ;.7IA%LtSn$", "type": "image"}, {"id": 17380356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b2d7325-17f2-41ee-bbff-ec5129478bd6/width=450/17380356.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8HxHE1100^%00Mc0M%M_N-98_-;?ZyET19a", "type": "image"}, {"id": 17380357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9aab3f2-ab1c-4f19-828e-c95c8b7afba9/width=450/17380357.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEHmT6R500~V+to#AHRP1go0t7S4Mds:-oNH", "type": "image"}, {"id": 17380449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78c5c402-788b-45a5-97bf-75902c337bd3/width=450/17380449.jpeg", "nsfwLevel": 1, "width": 5120, "height": 7120, "hash": "U49s*a00RO^+}mJWwas:TJ9G=|EM#*NKS$NH", "type": "image"}, {"id": 17380539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f754814-4340-4f3e-a69a-0831012566a4/width=450/17380539.jpeg", "nsfwLevel": 1, "width": 4096, "height": 5696, "hash": "UBB{DWE20M~AV@WXOEn$OEoJnOozEMt6xZIp", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/594300", "modelId": 534653} \ No newline at end of file diff --git a/datasets/metadata/594314.json b/datasets/metadata/594314.json new file mode 100644 index 0000000000000000000000000000000000000000..2f76dee02045ab76a275bbc160da66df2da5b0a6 --- /dev/null +++ b/datasets/metadata/594314.json @@ -0,0 +1 @@ +{"id": 594314, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-24T03:42:39.839Z", "availability": "Public", "nsfwLevel": 28, "description": "v1.0 Over trained (100 steps per image)
v1.1 Under trained (20 steps per image)
v1.2 Trigger words don't seem to be working, restructuring training prompts and adding a trigger word.
v2.0 Working, not as much variety as I would like. I assume tentacles1 is unique though perhaps not? Good enough for a release though.
", "trainedWords": ["tentacle_helper", "tentacles1", "tentacles2", "tentacles3", "tentacles4", "tentacles5"], "stats": {"downloadCount": 85, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 509500, "sizeKB": 7479.7001953125, "name": "50_Tentacles.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T03:41:16.467Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B121197E", "AutoV2": "17A710EF78", "SHA256": "17A710EF785D4A7B7F5F6F1517D0DE40450937C0141853DDA7093CB544C70440", "CRC32": "5EAA6F0B", "BLAKE3": "1EFFD6152AFC507EEC50D533E654B5F1B355FA10F3384BCDDEF83A74C838AFC7"}, "downloadUrl": "https://civitai.com/api/download/models/594314?type=Training%20Data"}, {"id": 509501, "sizeKB": 53077.921875, "name": "Realistic tentacles v2.0 sd1.5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T03:40:42.321Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6DD67960", "AutoV2": "283BB9D389", "SHA256": "283BB9D3893739BCB6C1411D4B7D21382B0F4BAE692E19C996A8DB9DB4547E48", "CRC32": "F6827666", "BLAKE3": "F463FADB97E273BE89FEF5ED82F666CECC576EDB7B7A37182B621863B08F0715", "AutoV3": "42F59F3D4BB7"}, "downloadUrl": "https://civitai.com/api/download/models/594314", "primary": true}], "images": [{"id": 16957518, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9041a0b-676a-4147-868a-969a947a0d8f/width=450/16957518.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U8Hwlq4.0J56?H%2j[RjR%R-01?H~WRj01xu", "type": "image"}, {"id": 16956355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31893087-f84c-464e-ad41-1f5196eda71e/width=450/16956355.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U3GQ%?5R0000_3-VMxj[ITIp0f~C~Cof00^*", "type": "image"}, {"id": 16956362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52e7296f-bcd3-4fbd-aac8-8d079c550148/width=450/16956362.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U6Fz?95Q000y~C$P9txt^PIo0y?G%MjY0e-V", "type": "image"}, {"id": 16956386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fc66ab8-2666-4ffa-bef1-d9be13245804/width=450/16956386.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U77^0^R*5Qs:}[R*9toeoyoKI:R*NGxGayR*", "type": "image"}, {"id": 16956390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9fc42f5-a548-4f13-8d6b-a466b2f0a73a/width=450/16956390.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U6Da.VJ700=z}aIo5j=|5QR*ACxHEfR*t7xa", "type": "image"}, {"id": 16956459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f651e5e-4465-419d-9d86-5fe36363fa40/width=450/16956459.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U3GQ%?5R0000_3-VMxj[ITIp0f~C~Cof00^*", "type": "image"}, {"id": 16956458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3570f490-78d9-41c3-9f11-c27fc261d1b0/width=450/16956458.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U5F4m10K00BB~CxHE1-V}s9a0x^k%2sT0y-p", "type": "image"}, {"id": 16956460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afecd3dc-aa22-43c1-9331-1a5b1101e5d1/width=450/16956460.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U7Ex0G0K4UYO=zxGE1M{}[9t0e=|x[xa9[-V", "type": "image"}, {"id": 16956462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/351315cd-a8c5-41fd-af9c-9aae58dfca98/width=450/16956462.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7E^$w0y8w5k}]ni9[%1}[EL0{=z%Ms:56xG", "type": "image"}, {"id": 16956465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3ae140c-cd61-42ab-a62f-ddf350a8b9f4/width=450/16956465.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7E^$w0y8w5k}]ni9[%1}[EL0{=z%Ms:56xG", "type": "image"}, {"id": 16956466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4edff934-3ce9-4502-b2b8-a114076fe5df/width=450/16956466.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6F4Wl0y4T5k~Cr@9@xu^PEL0y=|%fs:0e-U", "type": "image"}, {"id": 16956463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5754d6d-4320-44b0-9ef4-cb33db4372af/width=450/16956463.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U6Fz?95Q000y~C$P9txt^PIo0y?G%MjY0e-V", "type": "image"}, {"id": 16956470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eabcdd3c-0632-4924-a3bf-68bd34c10b97/width=450/16956470.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U3GQ%?5R0000_3-VMxj[ITIp0f~C~Cof00^*", "type": "image"}, {"id": 16956464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fbdf682-ea7b-401f-a408-aeea47a5d07a/width=450/16956464.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6Ipxc0f4m56}[=|M{s.4nRl0f?HXlIp9uxu", "type": "image"}, {"id": 16956471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b01e208-8d35-4005-a0d3-5e2165739867/width=450/16956471.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U4HmyF0y0001]-?GEMiwH=M|0y~W-pR*0f?H", "type": "image"}, {"id": 16956540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e74826ca-526c-4473-b570-66f79780629d/width=450/16956540.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "U7DS5q^+004n~WxaD%ae9u=|Rj?G_N-;4nRP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/594314", "modelId": 534650} \ No newline at end of file diff --git a/datasets/metadata/594315.json b/datasets/metadata/594315.json new file mode 100644 index 0000000000000000000000000000000000000000..23039706f9e273f83ccfd85715c6a66a5cc51388 --- /dev/null +++ b/datasets/metadata/594315.json @@ -0,0 +1 @@ +{"id": 594315, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-24T03:39:08.402Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 112, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 509499, "sizeKB": 22239.15234375, "name": "Lia_konosuba-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T03:41:11.702Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "90D1BD9F", "AutoV2": "F89BA33D19", "SHA256": "F89BA33D19A553359F7DE44DA554A5BC72E68B48004BF62FDF8D490357CFE366", "CRC32": "6499178F", "BLAKE3": "53EF91CE7FCB75B6372400993FF12CE77F562A90D3AA8513B7B1FA341AD3E87C", "AutoV3": "81261CEFD434"}, "downloadUrl": "https://civitai.com/api/download/models/594315", "primary": true}, {"id": 509498, "sizeKB": 10752.1044921875, "name": "Lia_konosuba.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T03:40:43.763Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2528B94B", "AutoV2": "358014E940", "SHA256": "358014E9409B30B4D8334CE9E58BD200DEA5671A4DB88B9A59843EBD96F18096", "CRC32": "64D20410", "BLAKE3": "1D8149EC0D2889512B170026C94E17C0A29E2443D18B449D66888B11DE43795F"}, "downloadUrl": "https://civitai.com/api/download/models/594315?type=Training%20Data"}], "images": [{"id": 16956348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3928dcec-657f-4363-b2ba-a8870589fa80/width=450/16956348.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUN0@@t7?v-pxtbH~qof?voLRPj[I;WBaKR*", "type": "image"}, {"id": 16956350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56c2dea0-d5d5-4e13-a349-682703ace8dd/width=450/16956350.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUN0@[t7?v-pxtbH~qof?voLRPj[I;WBaKR*", "type": "image"}, {"id": 16956617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfc2ee55-96c6-4666-84f1-c6a437274bbb/width=450/16956617.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UEN0Vc?wTEoz00xa?wtS0LSh}@s,^+WA9Gt6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/594315", "modelId": 534664} \ No newline at end of file diff --git a/datasets/metadata/594384.json b/datasets/metadata/594384.json new file mode 100644 index 0000000000000000000000000000000000000000..97988aa4f55733631efe118c8cd9d29c0493905a --- /dev/null +++ b/datasets/metadata/594384.json @@ -0,0 +1 @@ +{"id": 594384, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-24T04:23:06.561Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 125, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 509558, "sizeKB": 9182.171875, "name": "Yuiyui_konosuba.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T04:25:42.242Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4FDCEACA", "AutoV2": "1BA25D7105", "SHA256": "1BA25D710539D03898CAAE6064B9CD8350FD5F1CAF60D34ADB0791A1435FE317", "CRC32": "0E2F8CE8", "BLAKE3": "783A8F2981D2D8375BBF4EDE6D49D90A29E2291EA234E6D29A1A3AD29714C392"}, "downloadUrl": "https://civitai.com/api/download/models/594384?type=Training%20Data"}, {"id": 509559, "sizeKB": 22236.24609375, "name": "Yuiyui_konosuba-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T04:25:44.242Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CF6FB336", "AutoV2": "3438ABE1E1", "SHA256": "3438ABE1E17FB725BCA0D76DBD4ACC817C2E6B9281DDF71A9223208C7F1291F2", "CRC32": "528BC997", "BLAKE3": "2C1E99AD1A2F8FA72089899E0D4C41558FC27C29AF8CACF65D0B6C96C6603F31", "AutoV3": "41A68CAC611A"}, "downloadUrl": "https://civitai.com/api/download/models/594384", "primary": true}], "images": [{"id": 16960351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c92df8a1-baf0-493d-9e13-6548552fb7d8/width=450/16960351.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWLzXB-;S}-p4.xukWxt~qozw^t6V[WB-pWB", "type": "image"}, {"id": 16960352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b788a57-1408-4226-9d88-c4d8e15ced3f/width=450/16960352.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWLzXB-;S#-p4.xukWxt~qt7w^t7V[WB-pWB", "type": "image"}, {"id": 16960645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b5d443f-1b84-419a-9e82-0b7198786992/width=450/16960645.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UZNcc[_No}?HI:%N-;o}57t7xZxZ?GRjM{Rj", "type": "image"}, {"id": 16961163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/220c94ef-02dd-447a-843f-7af9968794b7/width=450/16961163.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UJOpAG%2?v?H_NM{?^t7.9bH~W%29ZRj?Gxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/594384", "modelId": 534721} \ No newline at end of file diff --git a/datasets/metadata/594439.json b/datasets/metadata/594439.json new file mode 100644 index 0000000000000000000000000000000000000000..109f873dfdbd3196f75bb6558f217912e4309b24 --- /dev/null +++ b/datasets/metadata/594439.json @@ -0,0 +1 @@ +{"id": 594439, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-24T05:01:22.769Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 121, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 509621, "sizeKB": 22238.36328125, "name": "Yunyun_konosuba-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T05:05:38.694Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "06DFCA0E", "AutoV2": "4683532AE2", "SHA256": "4683532AE2383485E6BFFB2C3FCEAD43ECCDF38E669F153E04D9FD09B423EB5C", "CRC32": "0BF41AD9", "BLAKE3": "FFE1F248C00C81B378B2A7955106F2E4AF50001C4137FF26C6C0247FDF1F3CB5", "AutoV3": "635009D4022A"}, "downloadUrl": "https://civitai.com/api/download/models/594439", "primary": true}, {"id": 509620, "sizeKB": 11232.814453125, "name": "Yunyun_konosuba.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T05:05:42.456Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "239CE033", "AutoV2": "41A8665511", "SHA256": "41A86655119C9FCAC7ADA7FADC3B2DB490BA06A13E1A46FE6BA678BA7E97BE9F", "CRC32": "B3A4ACD2", "BLAKE3": "D20CB400DB52DE3B7E5E327FCDC0D8B10E5E607E53F4591352420787F5CFD2F8"}, "downloadUrl": "https://civitai.com/api/download/models/594439?type=Training%20Data"}], "images": [{"id": 16964283, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e53a91dd-f947-4516-bcb2-d1dfc9c62c4a/width=450/16964283.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UfKdf0t7t,t7_Nof_3ofI;ay%LWB-;f6M{WB", "type": "image"}, {"id": 16964284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/578615de-38b6-49d5-aeb5-83c1a3e21605/width=450/16964284.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UfKdf0t7t,t7_Nof_3ofI;ay%LWB-;f6M{WB", "type": "image"}, {"id": 16964704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ace6252-bd70-4d3e-912e-3d92e85e988e/width=450/16964704.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "URL3u+s,xnxZNYxaWUoe9tR+=|%2~VNHNGNa", "type": "image"}, {"id": 16995879, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c2498be-a015-4db5-b3fa-b3e82d59d350/width=450/16995879.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UILg6B_NyD~qu4?ctl-;_3f,?G%M4:IUjEWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/594439", "modelId": 534775} \ No newline at end of file diff --git a/datasets/metadata/594521.json b/datasets/metadata/594521.json new file mode 100644 index 0000000000000000000000000000000000000000..c5577c4cf467834db5d48b672e134d903ba23fb6 --- /dev/null +++ b/datasets/metadata/594521.json @@ -0,0 +1 @@ +{"id": 594521, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-24T05:48:57.021Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 112, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 509696, "sizeKB": 10638.3642578125, "name": "Claire_konosuba.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T05:50:43.032Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F7E0A364", "AutoV2": "BAA95F4EE9", "SHA256": "BAA95F4EE958D845A534218EEF495D5D193E286A31CC78AFF399DE341157AD4F", "CRC32": "8C3FAD16", "BLAKE3": "944C0453BD57FC1F131937070C80619A870797F5927FA3178FD5B14843C4F72A"}, "downloadUrl": "https://civitai.com/api/download/models/594521?type=Training%20Data"}, {"id": 509697, "sizeKB": 22238.01953125, "name": "Claire_konosuba-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T05:51:22.922Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "96CE3E2F", "AutoV2": "CAECD00C1F", "SHA256": "CAECD00C1FF14CD5424D35546C1A5BECB40B20291446B61774C3A66FCF022526", "CRC32": "BB91776E", "BLAKE3": "F25799154DE15B4C799F5654F4D2275EA97B051CED39CB8DF9CE79158E3D881C", "AutoV3": "7EA379B22B16"}, "downloadUrl": "https://civitai.com/api/download/models/594521", "primary": true}], "images": [{"id": 16968368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb94afd2-2dc7-43d4-a3ae-dc130632bef1/width=450/16968368.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USNvoT?byF?G?vx[9y%20KWBrskC~Cn$RjR*", "type": "image"}, {"id": 16968369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a258e051-7f72-4f89-9334-8edbc7ba3893/width=450/16968369.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USNvoT?b%i?G?vx[9y%20KWBrskC~Cn$RjR*", "type": "image"}, {"id": 16968700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/502dfaae-e075-4c7e-b458-a8e9f3dec2f5/width=450/16968700.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQKAsXM|01-U9DM|4:t6Ns-o$*WB~VIVIWkC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/594521", "modelId": 534853} \ No newline at end of file diff --git a/datasets/metadata/59455.json b/datasets/metadata/59455.json new file mode 100644 index 0000000000000000000000000000000000000000..7c22cdd1ea153c31b581bfd40a357f5b30e596e4 --- /dev/null +++ b/datasets/metadata/59455.json @@ -0,0 +1 @@ +{"id": 59455, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-01T04:28:45.986Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["SDPA Pixel Art"], "stats": {"downloadCount": 1627, "ratingCount": 285, "rating": 5, "thumbsUpCount": 302, "thumbsDownCount": 0}, "files": [{"id": 42218, "sizeKB": 108481.2841796875, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-01T04:35:48.251Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B17B68E2", "AutoV2": "2C9A9B480D", "SHA256": "2C9A9B480D83E16713AD3908C0BF11E8FC0546A0EB91CEE73363FA57841247F8", "CRC32": "C61D51D7", "BLAKE3": "3C49FC98A8FA2C28B1BD6FF26D5DFEC7C8D0C88CC1245AAF1F1BB06BDE8AA499"}, "downloadUrl": "https://civitai.com/api/download/models/59455?type=Training%20Data"}, {"id": 42214, "sizeKB": 9329.6162109375, "name": "SDPA_768.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-01T04:31:00.713Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FA83C7D6", "AutoV2": "2C6466B1B2", "SHA256": "2C6466B1B27677E7C51DD97308036A7443623223CDFDEC74427A542ECB03F6EF", "CRC32": "00300944", "BLAKE3": "6E22137411CE3EFF6D480C481DB8FE81B0727B493C3885AAA62696D90A44ACF2", "AutoV3": "313DF5A2C686"}, "downloadUrl": "https://civitai.com/api/download/models/59455", "primary": true}], "images": [{"id": 648649, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5736d7ef-98c7-42ee-293e-eb11aee67800/width=450/648649.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIG@=DEm00},%KsSNKX90fxB={I]MxS4?Gs:", "type": "image"}, {"id": 648651, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4482aaab-b907-49b5-3993-a6c521b60800/width=450/648651.jpeg", "nsfwLevel": 4, "width": 768, "height": 768, "hash": "UHHnc=%1-jow?]WBZ$S#ELRkVFof=_ofMeww", "type": "image"}, {"id": 648652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5e583d1-6b20-44b5-bd5c-409a385c8900/width=450/648652.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UfEDl4oMV[WVpMfl%MofIUR+RioeD+t6RjM|", "type": "image"}, {"id": 648653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/701e00a0-3da3-43ac-d3d3-cf7e7c2b0f00/width=450/648653.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UKC@]jM|n6t.%joz%IRO4.a#Its*4?jDNZSi", "type": "image"}, {"id": 648648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/356c3544-50aa-40a2-f995-da83a6a16a00/width=450/648648.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPGSoxtRVYxa_4of$|t6b-aKjJR-ALkCWANG", "type": "image"}, {"id": 648654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/549fe712-3cea-494e-bba2-9aa00d309100/width=450/648654.jpeg", "nsfwLevel": 2, "width": 768, "height": 768, "hash": "UGHx+hrZ00%wQ7bbvfR+59pGQTID5vV@MeWC", "type": "image"}, {"id": 648650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9fb43d6-fbe6-4236-c2d4-e86cb3002d00/width=450/648650.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UEGJ500001?ZYkRP$*t6?^9v-pE2O@WEoeRj", "type": "image"}, {"id": 648670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee23601b-16ed-4993-a8c1-290551dd9e00/width=450/648670.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGF?U{D=E1?]O]xr$#M|D$$zMdD*9HNHROx[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/59455", "modelId": 55067} \ No newline at end of file diff --git a/datasets/metadata/594550.json b/datasets/metadata/594550.json new file mode 100644 index 0000000000000000000000000000000000000000..13cb76b47dacd137a34123ef3ada5b266ff4e2dd --- /dev/null +++ b/datasets/metadata/594550.json @@ -0,0 +1 @@ +{"id": 594550, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-24T06:35:20.743Z", "availability": "Public", "nsfwLevel": 1, "description": "keywords buizel, pokemon, otter
", "trainedWords": [], "stats": {"downloadCount": 28, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 509733, "sizeKB": 30872.0419921875, "name": "594550_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T06:20:46.218Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "84CD1899", "AutoV2": "4B27DED479", "SHA256": "4B27DED4796A12DCE226748FF28C41A0985FC723FE3A04E2C5C07DD71367A075", "CRC32": "15C8611A", "BLAKE3": "1590D5CE39D65403236087C4B0C8BBF6E77BDD6684E6393D9747F5203E7A5807"}, "downloadUrl": "https://civitai.com/api/download/models/594550?type=Training%20Data"}, {"id": 509759, "sizeKB": 36982.7265625, "name": "Buizel_-_Pokemon-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T06:35:44.430Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "20897B6F", "AutoV2": "08536F525F", "SHA256": "08536F525FA627FC8283AF013FA5315F35B1156DA93FFA37252A89942DC1F073", "CRC32": "FD861DBD", "BLAKE3": "3A36C666C875E36685ED343B871F039BA0F0BA72EA6E0CED5DEFF62403F3EB6C", "AutoV3": "F2CE844B0BE0"}, "downloadUrl": "https://civitai.com/api/download/models/594550", "primary": true}], "images": [{"id": 17237647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6ef0a35-5cc4-48a0-9cd9-f43410e3524b/width=450/17237647.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCOoOoyCLNwIyWnOn~oyGIoJtjaf:+T0IrV[", "type": "image"}, {"id": 17237648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1e159fc-73d0-4555-84a5-04fc6143b8cb/width=450/17237648.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UgRoEJw]yso#t8aKaKkX*0V@R4jYtQaefPae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/594550", "modelId": 534877} \ No newline at end of file diff --git a/datasets/metadata/594590.json b/datasets/metadata/594590.json new file mode 100644 index 0000000000000000000000000000000000000000..4364db80010e3e8b6985733bb1a12f602e092b01 --- /dev/null +++ b/datasets/metadata/594590.json @@ -0,0 +1 @@ +{"id": 594590, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-24T07:56:47.703Z", "availability": "Public", "nsfwLevel": 28, "description": "MIX 1.0
", "trainedWords": ["MIX"], "stats": {"downloadCount": 55, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 509778, "sizeKB": 10476.6005859375, "name": "594590_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T06:56:41.385Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "349E34C5", "AutoV2": "9D48C27813", "SHA256": "9D48C278130CD9752326B208FCFF2B81B0513EA21FB0714927E51EEE5D36589A", "CRC32": "A2D036AC", "BLAKE3": "F4A6C88E3A4FC2AE2021D983D0256DAB05DD0D7EE42769EFABE900904BB5DE46"}, "downloadUrl": "https://civitai.com/api/download/models/594590?type=Training%20Data"}, {"id": 509882, "sizeKB": 223102.01953125, "name": "Custom_MIXed_style-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T07:52:14.257Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "015538BD", "AutoV2": "18F96DC397", "SHA256": "18F96DC39796D6DA5CC0CD6A70FDF9E298C5ADEBF2696CA92BC2EAA74629A189", "CRC32": "633FCB75", "BLAKE3": "6EF87757C9F1AB3909E0E25E62E05513CAA6FDE99A3D2F73B8F552B048FF3217", "AutoV3": "7A1D399ED2C2"}, "downloadUrl": "https://civitai.com/api/download/models/594590", "primary": true}], "images": [{"id": 16981047, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8d73f37-9004-4360-aece-99669238e00b/width=450/16981047.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UFDT9X?v^+%M*0x]IUkD00IV9FRPDis:%MMx", "type": "image"}, {"id": 16981046, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/479897c6-a32f-4fa7-bde9-6bfe189795eb/width=450/16981046.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UJEMtQ?vnO.9*0a}DitRRPIADiWBXTt7xDof", "type": "image"}, {"id": 16981049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef960bb9-9273-4516-a2fd-0034ff1daa6c/width=450/16981049.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UDEMLC?a8_-p~pxu0KM{DND%9ZWBbwnh%3tR", "type": "image"}, {"id": 16981048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcc19764-b437-4979-a6c6-9ada71765655/width=450/16981048.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UIEoxye-jw%L~Uxa9GkCMwWYIWayt7WBxvbb", "type": "image"}, {"id": 16981051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0b4e097-da89-4d14-9242-8fc34dfe0806/width=450/16981051.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UEE{b4kX}l%0-oWCNFkB00WB9vWBW[kC9boL", "type": "image"}, {"id": 16981052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1adc49f9-5e3f-474e-b787-324ebdf720cf/width=450/16981052.jpeg", "nsfwLevel": 2, "width": 1216, "height": 832, "hash": "UEDS:z9E?GR**0H?-;oz00M{ElxDDi%MV?Mx", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/594590", "modelId": 534912} \ No newline at end of file diff --git a/datasets/metadata/594644.json b/datasets/metadata/594644.json new file mode 100644 index 0000000000000000000000000000000000000000..8590c4a420fd090f7f083a74dc46cebbd193da8f --- /dev/null +++ b/datasets/metadata/594644.json @@ -0,0 +1 @@ +{"id": 594644, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-24T08:24:54.213Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 32, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 509843, "sizeKB": 22236.5478515625, "name": "594644_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T07:31:16.420Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5A6CEE8D", "AutoV2": "E7EECE7B5B", "SHA256": "E7EECE7B5B79AD7FAA983D8B1F9267EDD0EBB7072D100AD6219367D703ED6024", "CRC32": "2393D91F", "BLAKE3": "1559BF2A117643D96D8EE392FD1EA8C704CECCE5CAE3A971EC7732199091F718"}, "downloadUrl": "https://civitai.com/api/download/models/594644?type=Training%20Data"}, {"id": 509921, "sizeKB": 223101.33984375, "name": "Miyo_Running_Man_PonyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T08:20:51.068Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C9DEAD5C", "AutoV2": "B4D31D8C25", "SHA256": "B4D31D8C25536FCEFDF13A7AA97D79B3A796971BF10842BC8F09B3359FE780B4", "CRC32": "0F143FC4", "BLAKE3": "C287DF22F2ED7A2FB0F087A9F91C4512F6D6EC4720B3A9F0B3BC74A081F65CBF", "AutoV3": "2B7BE9D6B61F"}, "downloadUrl": "https://civitai.com/api/download/models/594644", "primary": true}], "images": [{"id": 17251000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51f3f32b-464d-4787-964f-38c9103df834/width=450/17251000.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UTKnVm-p.mgO$4xuo}IUtRozaxaKtRM{WA%2", "type": "image"}, {"id": 17250995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc29a0be-31a1-43a1-8ab0-4d970baa97ec/width=450/17250995.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1754, "hash": "UgL4voxt?^b^$MxukqIUs;ozNGV@xHV@W;t7", "type": "image"}, {"id": 17250992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a54208f4-ac7c-4e38-82e6-049592fbe90d/width=450/17250992.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1200, "hash": "UOK^{cR5IUOY~WaKbHX9xvMxoft7?cM{oet7", "type": "image"}, {"id": 17250994, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b1d53b2-a2e9-4fb8-9a8a-2ffed2a1828a/width=450/17250994.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1200, "hash": "UeIOR-WBV?bb~WWCf6ozRjWVkCof%hWVayRj", "type": "image"}, {"id": 17250998, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdb2363b-af57-4e9d-8a24-2d1dca837b32/width=450/17250998.jpeg", "nsfwLevel": 2, "width": 1200, "height": 1200, "hash": "ULI5}g.9T}MwrCWBJ8VsMxbHV=t7gOV@xZoz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/594644", "modelId": 534959} \ No newline at end of file diff --git a/datasets/metadata/594901.json b/datasets/metadata/594901.json new file mode 100644 index 0000000000000000000000000000000000000000..025907c90848db676f9d3dd45c13d3f775c18791 --- /dev/null +++ b/datasets/metadata/594901.json @@ -0,0 +1 @@ +{"id": 594901, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-24T10:05:59.137Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 120, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 510056, "sizeKB": 10678.66015625, "name": "Emilia_Rezero.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T10:06:00.096Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4D32E658", "AutoV2": "67E4E1C90C", "SHA256": "67E4E1C90CF829ECB72A979DBFE5297E7B3F8F6B1FA52D2F421EAC580D031911", "CRC32": "29D4DAF7", "BLAKE3": "C99C6A3BD72C11BD7EB26735EE7FD8631689B7405C74AF4488A88250A0F99124"}, "downloadUrl": "https://civitai.com/api/download/models/594901?type=Training%20Data"}, {"id": 510057, "sizeKB": 22238.56640625, "name": "Emilia_Rezero-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T10:06:08.669Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "057FC28B", "AutoV2": "EA60636C36", "SHA256": "EA60636C362FE1072F66FCAEAD7C3843055C1C9A3769854E23775E4A9DD0197B", "CRC32": "9E50E90B", "BLAKE3": "1B00D1876997D909FF11AF22D3C1F2AA488547F926427D50DC942F7A4C94DB60", "AutoV3": "BD878E3CAE0B"}, "downloadUrl": "https://civitai.com/api/download/models/594901", "primary": true}], "images": [{"id": 16990327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78b23aa5-8e5f-4460-bae7-075593603e40/width=450/16990327.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGNAJ2V@00RP00Ri0KIUJ-%MIAof-6t7~Vof", "type": "image"}, {"id": 16990328, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b50c5a7d-77eb-4690-8638-7da65ad0dc01/width=450/16990328.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGNAJ2V@00RP00Ri0KIUJ-%MIAof-6t7~Vof", "type": "image"}, {"id": 16990757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b51f1d6-8c22-4d31-95c8-2c79dd5696a8/width=450/16990757.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UALNcG^,00_300Io00D$0MIVw|of~V%1xuo#", "type": "image"}, {"id": 16990981, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8a3098a-108e-45b9-9c0b-0c0810bc0f25/width=450/16990981.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDLX3{%N009Y00%200M{58%M?HIU~VR+V@M_", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/594901", "modelId": 535178} \ No newline at end of file diff --git a/datasets/metadata/594945.json b/datasets/metadata/594945.json new file mode 100644 index 0000000000000000000000000000000000000000..48b2f6449ce5fe955e8194f94fcf5af4125cdb14 --- /dev/null +++ b/datasets/metadata/594945.json @@ -0,0 +1 @@ +{"id": 594945, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-24T13:38:16.441Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["zeryl", "lancetfish", "fish", "blue body", "blue skin", "white body", "white skin", "yellow eyes", "yellow sclera", "zaryl", "head fins"], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 510272, "sizeKB": 53096.35546875, "name": "594945_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T12:26:40.933Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "ABFEE3E2", "AutoV2": "CE111B49C7", "SHA256": "CE111B49C72A3ECD7B3097BC6D824D5C6A77CA9974883FA72A557AF891CDA49A", "CRC32": "32522A37", "BLAKE3": "B0539E9BD5A30FCB775D615CD6AC4696A10E1E2E9A919EF246194EC5B4BB87C0"}, "downloadUrl": "https://civitai.com/api/download/models/594945?type=Training%20Data"}, {"id": 510407, "sizeKB": 223115.01953125, "name": "Zeryl_The_Lancetfish.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T13:40:36.692Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CC3B3967", "AutoV2": "20E07B6705", "SHA256": "20E07B6705152890BB3D27E968D6F669C73E64E4EB0B6DAB255F11FEF72898D0", "CRC32": "D1D6E61D", "BLAKE3": "62063FFBC67D16319CBFC3629254B87056BAFE989D71E0C00806DBC1AE3CD512", "AutoV3": "BCA8A93D579E"}, "downloadUrl": "https://civitai.com/api/download/models/594945", "primary": true}], "images": [{"id": 17009964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72bea5ab-73a1-431c-8c4b-69696f335b2b/width=450/17009964.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCE3uP-:00D%009Z~q?FH;xbSi9w$er=NGtS", "type": "image"}, {"id": 17009962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b618b9ba-cd7f-441e-ba90-c8f70d7895fd/width=450/17009962.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBGu:o00-nMw~VD%M_bcMxVrIUx^%$Neae%L", "type": "image"}, {"id": 17009965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e96a80a-25f0-4be3-8925-01a8e0e5c758/width=450/17009965.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UEKK[~kXQR%M@qxaElM|~VNx%#xC%LjEI@t6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/594945", "modelId": 535219} \ No newline at end of file diff --git a/datasets/metadata/594995.json b/datasets/metadata/594995.json new file mode 100644 index 0000000000000000000000000000000000000000..e8ba7dd8d073785b946164161c693c755431fd73 --- /dev/null +++ b/datasets/metadata/594995.json @@ -0,0 +1 @@ +{"id": 594995, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-24T11:03:36.583Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 111, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 510143, "sizeKB": 11127.541015625, "name": "Rain_Konosuba.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T11:06:09.560Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2089C923", "AutoV2": "3D0C1F2276", "SHA256": "3D0C1F22766D556EF8BD4AD8646E10250D5258D8B31C9E595C0E15FAC95D601F", "CRC32": "07CBBEDC", "BLAKE3": "9C22B0930860F583A076918874184A2678C6288DE4BFBE73B3FC926946D23B6C"}, "downloadUrl": "https://civitai.com/api/download/models/594995?type=Training%20Data"}, {"id": 510144, "sizeKB": 22238.73828125, "name": "Rain_Konosuba-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T11:06:12.530Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "04E15D6F", "AutoV2": "3A2EEF3AA0", "SHA256": "3A2EEF3AA0C044C6200B89DC3A387B92FFE0DE2EE23B71DB8406A1733C363857", "CRC32": "A70CD73B", "BLAKE3": "E95EFF9CF20D2EED7F176C6145D584CF4687E6128F21FC35D70170CC084483AE", "AutoV3": "B6325C1E91C9"}, "downloadUrl": "https://civitai.com/api/download/models/594995", "primary": true}], "images": [{"id": 16994758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8352c7b-60b0-4bb4-a28a-221b51a4f3c5/width=450/16994758.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UAMsl}-o00%29DWAKRWq18bI00R,_4xt%3%L", "type": "image"}, {"id": 16994762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf26d5a0-63df-4281-a188-2fb7fd34ab25/width=450/16994762.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UAMsl}-V00%29DWAKRWq18bI00R,_4xt%3%L", "type": "image"}, {"id": 16994940, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/908c3d58-e351-4e86-a1ae-5d2d9044a4b3/width=450/16994940.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USNS{I^+TJ-p~U_3OF%fEgS$tRxu~qS6NKIo", "type": "image"}, {"id": 16997113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c76e5af4-af16-4f19-b927-a01680f366c2/width=450/16997113.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPLN0-00t,D%~VDiJCRkXnM{S6WVRiRj%2f,", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/594995", "modelId": 535258} \ No newline at end of file diff --git a/datasets/metadata/595094.json b/datasets/metadata/595094.json new file mode 100644 index 0000000000000000000000000000000000000000..d39d99dd227a2f512c6bf8f877c478af7a8729c3 --- /dev/null +++ b/datasets/metadata/595094.json @@ -0,0 +1 @@ +{"id": 595094, "index": 1, "name": "SD1.5 V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-24T15:47:53.437Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Elsa"], "stats": {"downloadCount": 131, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 510640, "sizeKB": 36977.4296875, "name": "realistic_elsa_sd1.5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T15:51:13.202Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C6EF84E9", "AutoV2": "A4073A6960", "SHA256": "A4073A6960A2EEA9B866C871D0CA65EA185F4AFC9AA4E2745E93A6D1F253ECDF", "CRC32": "C16F975D", "BLAKE3": "99BB54910EC5166681E49907F20486302F1CAE33BB835D680729A0D91C6D9FB0", "AutoV3": "49BB17FB7D3D"}, "downloadUrl": "https://civitai.com/api/download/models/595094", "primary": true}, {"id": 510665, "sizeKB": 4286.7060546875, "name": "realistic_elsa_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T16:01:10.256Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FFCD93B4", "AutoV2": "64F3CC8917", "SHA256": "64F3CC8917BAB34E55F65F8ED6B16BFEC72D866D3F2F55E2AE9E3462145E2999", "CRC32": "9FAA373D", "BLAKE3": "1A71968BAAFAEC58EF87DB57306B1377BB4F519574F1B19A0542DA4FA266FD1B"}, "downloadUrl": "https://civitai.com/api/download/models/595094?type=Training%20Data"}], "images": [{"id": 17040048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27c115fc-a0b3-430c-9104-1b6b1cb19e09/width=450/17040048.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJGk|8?w214n4nr=RiJV?vx]XAxtt-tR%MIU", "type": "image"}, {"id": 17025669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5a26f74-f30f-424b-9318-abbf97fd6042/width=450/17025669.jpeg", "nsfwLevel": 1, "width": 4192, "height": 1240, "hash": "UaHV3dM{RkRj~qj[oLf6~qofa#a|_4s:ofoL", "type": "image"}, {"id": 17023333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bd5e59b-c9b6-4db8-bb3a-66448e461198/width=450/17023333.jpeg", "nsfwLevel": 1, "width": 1200, "height": 712, "hash": "UYGb*VIoWBxD~qt6oLR-~qf7WXt6_3xaj[WB", "type": "image"}, {"id": 17025671, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f8c7b2b-48a3-4c1c-ad25-8c22ab9ea99c/width=450/17025671.jpeg", "nsfwLevel": 1, "width": 2400, "height": 1423, "hash": "UZHea#RPaet6_NWCayof~qt7ofWB?vayj[fk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/595094", "modelId": 535346} \ No newline at end of file diff --git a/datasets/metadata/59549.json b/datasets/metadata/59549.json new file mode 100644 index 0000000000000000000000000000000000000000..42bb2705e07aec5413d7854e1c85482c8076826f --- /dev/null +++ b/datasets/metadata/59549.json @@ -0,0 +1 @@ +{"id": 59549, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-01T07:45:20.827Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["KGEclair, yellow_eyes", "EclairRedOutfit", "single_earring, cross_earrings"], "stats": {"downloadCount": 378, "ratingCount": 65, "rating": 5, "thumbsUpCount": 70, "thumbsDownCount": 0}, "files": [{"id": 42267, "sizeKB": 40712.42578125, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-01T07:46:06.961Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2E54FD72", "AutoV2": "96D072A443", "SHA256": "96D072A4430B456650CA1FD06FBE38F10C657186FE208519ACC61897E23AFDB1", "CRC32": "0631C692", "BLAKE3": "264E8D4BCF03DDCA3C261934352907E00A810921FFCF0E824318641F09CEC633"}, "downloadUrl": "https://civitai.com/api/download/models/59549?type=Training%20Data"}, {"id": 42266, "sizeKB": 36983.75390625, "name": "KGEclair.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-01T07:46:28.715Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "ED07A417", "AutoV2": "32D79D2545", "SHA256": "32D79D2545DEEE752E33B43FB373AEA482E3407CB316FAD7D0E73E05BDB56A51", "CRC32": "C876C3DF", "BLAKE3": "A21B2513E3F1F5BCC0E3685FF8DD559AFDFE95153346EA70324A1087BB00D3D7", "AutoV3": "2F9F0EE7DD87"}, "downloadUrl": "https://civitai.com/api/download/models/59549", "primary": true}], "images": [{"id": 649609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de2006c0-b91f-4ebe-b1b4-00c22117ee00/width=450/649609.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UVK^vy~q.SIpayNGxaxZ?v%2niIo%2o#R+n$", "type": "image"}, {"id": 649611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdb974c0-5059-4755-4def-a91f34216b00/width=450/649611.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UQG+E%_NyD?bDiRjxuxuI:RjV@ayWUaeRjRj", "type": "image"}, {"id": 649613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d96e5afe-84c3-4d05-f9a6-886f6d7f3900/width=450/649613.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UKHVG1^$ys=?DkM_x]%0I[M}rqX8yZR5RjM{", "type": "image"}, {"id": 649622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fbe5630-10a3-4aa8-0a35-9248632a4800/width=450/649622.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UBF=ms-E0e_NrXxtpI9a0yEL$+=y?u%2IVE2", "type": "image"}, {"id": 649619, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28766cf0-06c6-4440-140f-d3fc81a4cd00/width=450/649619.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UGH1}MnACRtl?bRjozV@EMax-pj[_MV@MyM|", "type": "image"}, {"id": 649610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22959a18-9446-44af-ef7f-a73345e21b00/width=450/649610.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UDGRxE~D0Kl8DPa_yDo#FtS#VtnO%f$*RQIp", "type": "image"}, {"id": 649615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42d6ed26-ba37-478f-4501-44b58f830e00/width=450/649615.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "URJ@qPRoFiMz_NR+?b%L_NxvjZE1%NS5ozsV", "type": "image"}, {"id": 649617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3027c52-3096-46a3-8895-e2db79885b00/width=450/649617.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UVIN?pVr9$kE%hr=-;Ip_NIqM|t8xbIotR%N", "type": "image"}, {"id": 649624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d3b575b-3769-4be3-e3cc-a935a6e63b00/width=450/649624.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UNG]5k=|GdJBDO$d-nS*krkr%0$f.T%LM{t7", "type": "image"}, {"id": 649614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c8d5a03-11bf-481e-7aa4-bb0ef04ed400/width=450/649614.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UKH^^e_NyW.8-p%2Nta}S0oyn-ad%ftRjbM{", "type": "image"}, {"id": 649620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/442e5b17-2f9e-41c0-60b8-280ec910e000/width=450/649620.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UGGkzaH@2ukq~DM{tSn$I[Ri-pRP_NjEMyNG", "type": "image"}, {"id": 649616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58f59ca1-b797-462c-3276-7ba2bdb62300/width=450/649616.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UGG[Ta00~VM{$gRj%NRO^%axE2%Lozs:n~jb", "type": "image"}, {"id": 649618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5156e952-1cc8-477b-a7b2-a61322e69700/width=450/649618.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UEIOLg00tOx_ERRPD$X9tQ%2Djt8~Vs:4:Sh", "type": "image"}, {"id": 649612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ecc07ca6-7e35-41a7-9f11-dba40c2a5a00/width=450/649612.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UFHLSWNa_Nxb%gt7%1Io~VIV9a-oM{j]xuM{", "type": "image"}, {"id": 649621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b30d4287-6660-4de6-c6fd-ce849cfafb00/width=450/649621.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UII=7A0L~pE0~q%M%MWU?baxD*t8-nxaSPWX", "type": "image"}, {"id": 649623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/297a63da-0e51-49d7-c631-9724ab996600/width=450/649623.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "USIg.a?GKOS#9ZRj?Hs:~pxaE1WVxtRjoLS2", "type": "image"}, {"id": 649786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/594a51da-e16b-4d41-0d17-8f0819e7ae00/width=450/649786.jpeg", "nsfwLevel": 1, "width": 4000, "height": 240, "hash": "UiI#7Jt7NbShrWnhS$NbR5i_W=S2~VsoR*WX", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/59549", "modelId": 55174} \ No newline at end of file diff --git a/datasets/metadata/595627.json b/datasets/metadata/595627.json new file mode 100644 index 0000000000000000000000000000000000000000..8e144189f6ee47c7e19208b7e65cae4798e497e2 --- /dev/null +++ b/datasets/metadata/595627.json @@ -0,0 +1 @@ +{"id": 595627, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-24T16:52:31.043Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 135, "ratingCount": 0, "rating": 0, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 510770, "sizeKB": 22237.51171875, "name": "Radia_Maxi_IsekaiHarem-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T16:55:50.525Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A181DE80", "AutoV2": "5F60D41F6B", "SHA256": "5F60D41F6B02FF76CA5D8EF7A3B0D3AAC7AC4FE4876AB561D95CA3E918E48A37", "CRC32": "E9C1A814", "BLAKE3": "BB3700BA650A6863CE236EB4F84387B13AC29AE3337111916FC8EF4FBA9D46DD", "AutoV3": "650AF2CA4317"}, "downloadUrl": "https://civitai.com/api/download/models/595627", "primary": true}, {"id": 510769, "sizeKB": 8492.30078125, "name": "Radia_Maxi_IsekaiHarem.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T16:55:45.191Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "04D30FBE", "AutoV2": "9B5C3E4D36", "SHA256": "9B5C3E4D36158C3FFCB85B99973E9226441AC0BAAA3C675F38999C56F70E9E5D", "CRC32": "7CFB7322", "BLAKE3": "466E51167FB47F47B1ECA44FDDF495816CCE55224CDA9159725EA89C17B6B6C4"}, "downloadUrl": "https://civitai.com/api/download/models/595627?type=Training%20Data"}], "images": [{"id": 17027869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b174ba6-037f-4d90-a533-7b6523b77dd6/width=450/17027869.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPLpv@9b02t6HXNI9aoe9vfPt7jZ~paex]xZ", "type": "image"}, {"id": 17027870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34890b3f-6f10-4242-a903-821251509759/width=450/17027870.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPLpv@9b02t6HXNI9aoe9vfPt7jZ~paex]xZ", "type": "image"}, {"id": 17028126, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1141acc-4c39-4936-8f86-47c08abab3b0/width=450/17028126.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHLWCT0#009ZVBENE3n%0KofS%t6~W%0N{Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/595627", "modelId": 535815} \ No newline at end of file diff --git a/datasets/metadata/595713.json b/datasets/metadata/595713.json new file mode 100644 index 0000000000000000000000000000000000000000..e0107a8740b490a36c1ff6b8a420d2532b38c11f --- /dev/null +++ b/datasets/metadata/595713.json @@ -0,0 +1 @@ +{"id": 595713, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-24T17:44:56.793Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 116, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 510865, "sizeKB": 22238.47265625, "name": "Onesta_IsekaiHarem-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T17:46:24.073Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A5AD9CB8", "AutoV2": "0880774860", "SHA256": "0880774860E2CC52F84ED9B1CFD0BA60D95ED8E4B33A54938502E3DB2F80B816", "CRC32": "C73F614C", "BLAKE3": "C2C1F21DA07379992AECFD615D8E49DD4204E2ABC19DBB6A0AF9F0B468518878", "AutoV3": "C8E97249A91F"}, "downloadUrl": "https://civitai.com/api/download/models/595713", "primary": true}, {"id": 510864, "sizeKB": 11121.587890625, "name": "Onesta_IsekaiHarem.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T17:46:12.089Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "240EE61A", "AutoV2": "7C7F70100D", "SHA256": "7C7F70100D984D274BFAE6B6EAFB2E22B12B7E0B2F3E14355433FC34C7069C6C", "CRC32": "D6C7D3E4", "BLAKE3": "E6613FC46051F12194B67F3D7D2DD1B89A3C168FDBC8DF0614DA4E65CF145B82"}, "downloadUrl": "https://civitai.com/api/download/models/595713?type=Training%20Data"}], "images": [{"id": 17032439, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85881cd7-c168-4ddd-8e66-dade74308679/width=450/17032439.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGNJH-?YKNs+00IV-:NGD%xtxat7~Uxuxsj[", "type": "image"}, {"id": 17032442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef330fc9-9cf1-4bc7-81cc-418076a8b9cc/width=450/17032442.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGNJH-?YKNs+00IV-:NGD%xtxat7~Uxuxsj[", "type": "image"}, {"id": 17032656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31a00d05-0ed8-47c1-9f6d-eb91abf6fd84/width=450/17032656.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UILgC29c9YZ~vyIA_2M~0Mf5~Us-?Z%MIWs+", "type": "image"}, {"id": 17033124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e01190fc-945e-4607-95be-8890d565a9cc/width=450/17033124.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UOMZQ~ofO9%20JM|ovRQkVxu~U9a^*jst7jZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/595713", "modelId": 535889} \ No newline at end of file diff --git a/datasets/metadata/595751.json b/datasets/metadata/595751.json new file mode 100644 index 0000000000000000000000000000000000000000..63c0bb07104c5b53e17e8deed25a8e0d3c486cc2 --- /dev/null +++ b/datasets/metadata/595751.json @@ -0,0 +1 @@ +{"id": 595751, "index": 0, "name": "Anthro Elephant v2.1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-24T20:09:46.428Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": ["elephant", "elephant_cow", "elephant_bull", "elephant_pussy", "elephant_breasts", "elephant_penis", "elephant_balls"], "stats": {"downloadCount": 141, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 510911, "sizeKB": 717729.0224609375, "name": "528569_training_data(3).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T18:06:13.999Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EFA7CD8A", "AutoV2": "E4284D6BFC", "SHA256": "E4284D6BFCD3F93A277A729022078122B46BB5CC6BED9DDDC62BAFFAD43B9863", "CRC32": "DB27AFE0", "BLAKE3": "A324BC976C841C013BEF978883AE2EEEBC6673DD7BF9B2E41460999B26A2199A"}, "downloadUrl": "https://civitai.com/api/download/models/595751?type=Training%20Data"}, {"id": 510909, "sizeKB": 223111.74609375, "name": "Anthro_Elephant_Lora_for_Pony_V3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T18:00:47.771Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EF0C9276", "AutoV2": "276821ECAC", "SHA256": "276821ECAC3A5578D6F766190F64074AA3B9187F4516FAA9CAE85AD6D5AE5D73", "CRC32": "85740123", "BLAKE3": "5B7C7C0B511FACF8EFB4F0FAAC2F636401E25614E23D50BE9C1E75777FFDEE20", "AutoV3": "ADA8C6938E37"}, "downloadUrl": "https://civitai.com/api/download/models/595751", "primary": true}], "images": [{"id": 17034036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88896915-2f43-4c39-80d3-09101d7758d7/width=450/17034036.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UCF~8K~oI,%L?u-.58IpE1s:r?IV?Hx@E2RQ", "type": "image"}, {"id": 17037939, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a92a991c-f465-4749-8fb6-79f3e59c73aa/width=450/17037939.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UZGt+*NH~Axa%hazozoMXTj[I;jZxubHaeay", "type": "image"}, {"id": 17034448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/849f6e2c-bd97-4b18-b858-d845ab576c4b/width=450/17034448.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U7EoPn0izmF416~BENE2005XOtnN5TxbnOe-", "type": "image"}, {"id": 17037941, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a60163eb-ef5f-4f1e-9e5c-4e18ed42aea4/width=450/17037941.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UPG[ZgIr?E%M_NNeE2%M%f?GIVoJtRxuWBIV", "type": "image"}, {"id": 17037942, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b074d9dc-8980-4c9a-ae1c-4959f944cc4b/width=450/17037942.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UBDlfsR+%Js:~Vof9GafbDj[4:WBxss:D*Rk", "type": "image"}, {"id": 17037940, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c6b74de-4386-49d1-aae0-13ed5edcd2f1/width=450/17037940.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UQFrnoRj~VofYQV[JVf+X9afR5kCt,j[Rjj[", "type": "image"}, {"id": 17037943, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff8469ce-1a23-4496-80b1-3bfa5fb53290/width=450/17037943.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UNF}+gIV~Axu.TM|Nbozb_n~IVbIo}smM{R*", "type": "image"}, {"id": 17044583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfa11784-c7f0-4ceb-9408-f15108b834ae/width=450/17044583.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UCFrIk0nSu0L~T4p%M-:E1M|j^^%xBM|bct6", "type": "image"}, {"id": 17044581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fadb1dc6-435d-4f8e-acc0-330166dd7f23/width=450/17044581.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UFEVWp_2I-9F~oozjYr=k;S3MyxC%eofM{M{", "type": "image"}, {"id": 17044582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f36f1be-200d-446c-8f84-e58c54826241/width=450/17044582.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UNFYZ5~q%foy^+xuoMt6ozR*nie.-:xtbHbH", "type": "image"}, {"id": 17044585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/438be297-b1c0-4871-8f36-846e3f78386a/width=450/17044585.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "USGR*ax]s*xZ~pRkRPxaxuM{M{ofxut6M{of", "type": "image"}, {"id": 17044584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce512b3a-b631-4ac5-b1c7-41626bb98827/width=450/17044584.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UAEC2ryENF00~B4:-oaz9Y4:?HxuocShkCxa", "type": "image"}, {"id": 17044587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17fb0e8a-0d32-42fb-a175-4295444e198b/width=450/17044587.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U6DSUP%j0K01^v0M?H%2JN4:-o%MW8IVtRxZ", "type": "image"}, {"id": 17044836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6031400-fa2f-4023-bbf2-5c49426ccc1d/width=450/17044836.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UEGRuCDi=qo#.TIUo}oI9~MwS%R-%NM{V?WC", "type": "image"}, {"id": 17044837, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45ea10a7-dbae-4299-9341-f8364911fc33/width=450/17044837.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U4FrR[E2}3?aKP?GXoRj00WAIrbc-3xu9FMx", "type": "image"}, {"id": 17045181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d986feb-072e-4b9c-adb3-b3968b0efbe3/width=450/17045181.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U9H1xk0L}5={.8Dh.8W=0hE2OtRj};9a={Rj", "type": "image"}, {"id": 17045185, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b291c930-b887-4030-bbeb-08c9f8e774a2/width=450/17045185.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UDHnZ[X9+YxY~Wni-;bbOskCXToe%1WYRkn$", "type": "image"}, {"id": 17045186, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adf12429-28c1-4dd9-9d42-2a223044e2e1/width=450/17045186.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UCGuL4Io}Q?HY7jugOt7AdoftmW=?wWBtRoz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/595751", "modelId": 453689} \ No newline at end of file diff --git a/datasets/metadata/595808.json b/datasets/metadata/595808.json new file mode 100644 index 0000000000000000000000000000000000000000..cc075d747bbeeec8281529188b5cd28caccc02f8 --- /dev/null +++ b/datasets/metadata/595808.json @@ -0,0 +1 @@ +{"id": 595808, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-24T22:39:27.106Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 152, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 511328, "sizeKB": 223108.58984375, "name": "Gyaru.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T22:41:25.209Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8759D588", "AutoV2": "0EF164B165", "SHA256": "0EF164B165334A6BE480CDA7CBF521DDDDD02694E21F00E134A1F2A2211AAECF", "CRC32": "9AC31B08", "BLAKE3": "AFEF732383629DCFBBCC91CBCE348C799ECCD79817C4DEB06CE18EA6B0D51F59", "AutoV3": "0BA50F2C57B3"}, "downloadUrl": "https://civitai.com/api/download/models/595808", "primary": true}, {"id": 510982, "sizeKB": 23191.078125, "name": "595808_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T18:50:44.871Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4B6CB1A2", "AutoV2": "9CD7E55B10", "SHA256": "9CD7E55B10B05A2F301D3F6EC7D5070C8D59C3ECE9CA2E362027E55FAB463B80", "CRC32": "94FA6788", "BLAKE3": "3C993CE44BF6B43CC40FF0614994E35CC45D788A51B2007101F71D300D1FC7DB"}, "downloadUrl": "https://civitai.com/api/download/models/595808?type=Training%20Data"}], "images": [{"id": 17057493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7f58842-13be-40e7-a65d-0abe77106382/width=450/17057493.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "ULOMjIwJg$r;TKcENLR49u9FrX?G?wIoRPs7", "type": "image"}, {"id": 17057494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5876da91-f6fb-49e9-b843-ada46d5fbaa6/width=450/17057494.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGJ*P7Mw5U-;$%IUD*s:.9Rjs:s:?wn#xus:", "type": "image"}, {"id": 17057492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4294e2c3-6668-4fc6-aa86-d5e234b6d04d/width=450/17057492.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDJQD~x]0,xBvhNFM_tRM1rsrX%M}^bwRoR+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/595808", "modelId": 535966} \ No newline at end of file diff --git a/datasets/metadata/595860.json b/datasets/metadata/595860.json new file mode 100644 index 0000000000000000000000000000000000000000..ee9903ff2347403d538cd16cce4c4905bf5e0979 --- /dev/null +++ b/datasets/metadata/595860.json @@ -0,0 +1 @@ +{"id": 595860, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-24T19:01:25.630Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 187, "ratingCount": 0, "rating": 0, "thumbsUpCount": 43, "thumbsDownCount": 0}, "files": [{"id": 511021, "sizeKB": 22237.05078125, "name": "Blonde_hooker_IsekaiHarem-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T19:05:48.709Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "285D276D", "AutoV2": "69BAFAEF2C", "SHA256": "69BAFAEF2C14A1620F59663E7577C95122BB27134A81FBCBADEFBF675ADE167C", "CRC32": "EE99132E", "BLAKE3": "3BC6A503BE1881CDA7989DC3992C40E5AB831EC252560FCF91C4C07996C0D218", "AutoV3": "19E3801406A7"}, "downloadUrl": "https://civitai.com/api/download/models/595860", "primary": true}, {"id": 511020, "sizeKB": 8611.4736328125, "name": "Blonde_hooker_IsekaiHarem.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T19:06:34.367Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A41C1C48", "AutoV2": "4BE9DF1D9C", "SHA256": "4BE9DF1D9C00FD85077884B899A848E0A9CAE01F9D0B971F383BEC1F1CC04B08", "CRC32": "70DAB5B6", "BLAKE3": "AE23F13D823EEFEAB4DEA11CDCD90BAA9FFCF8F39DA6E57AA9DC18C9DABC79F4"}, "downloadUrl": "https://civitai.com/api/download/models/595860?type=Training%20Data"}], "images": [{"id": 17039003, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/757d2715-ac83-4d44-9b29-0aafb0289bf1/width=450/17039003.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTQk~RM{yCxajVoexux[?^oLjcof%1V@M{WB", "type": "image"}, {"id": 17039002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00459a77-d4f7-4789-8a89-f0f3426cc15e/width=450/17039002.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTQk~RM{yCxajVoexux[?^oLjcof%1V@M{WC", "type": "image"}, {"id": 17039385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3b2b6c0-25d8-43e1-b3f7-7ea2fd4dea97/width=450/17039385.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEOCW.%h00-o00RP0$IU01ozMzxa~pbE4;S3", "type": "image"}, {"id": 17039830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cb35437-ed11-4bbd-8a70-0aa260ecfd08/width=450/17039830.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U9Q8rLkXLN%NO=IV5YR*0LDiIBD%$*D%Myoe", "type": "image"}, {"id": 17039829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e5c7300-8f69-47be-a9a5-fe8538caabfc/width=450/17039829.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U7PrgzDiG^$yI-E116NZ0MTK8{-;=wi_%g-;", "type": "image"}, {"id": 17040960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8ca7325-3481-445f-b663-7e5a374d2ee4/width=450/17040960.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UFPhwJtS9^bt4,={9ZM{9u_2xbxb~p%1NIx]", "type": "image"}, {"id": 17040996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9c9fcd4-2589-452f-9371-2c5cd9ffcb1d/width=450/17040996.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UVO2y;~VNbR%01$%s9NG9atR%LR-bIWBoeV[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/595860", "modelId": 536006} \ No newline at end of file diff --git a/datasets/metadata/595892.json b/datasets/metadata/595892.json new file mode 100644 index 0000000000000000000000000000000000000000..21a7d80ad86ea46b81723f5617f9877d550748c1 --- /dev/null +++ b/datasets/metadata/595892.json @@ -0,0 +1 @@ +{"id": 595892, "index": 0, "name": "v0.1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-24T21:49:53.770Z", "availability": "Public", "nsfwLevel": 35, "description": "First version. I will try some more LORA training, and I'll come back and update this if I find any tweaks or enhancements I can make.
", "trainedWords": ["sa1rsil0"], "stats": {"downloadCount": 41, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 511209, "sizeKB": 80098.7802734375, "name": "sa1rsil0.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T21:05:49.850Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "28F2917C", "AutoV2": "B3AA2BA00C", "SHA256": "B3AA2BA00C39E4737F585A6316621F5D01ADDBAF8B0ED44D0A3DB6AD96F71ECD", "CRC32": "80852033", "BLAKE3": "944872194DA7899681233F4EA3146B3A465DCE38361E01F83D8C9F0708328E7E"}, "downloadUrl": "https://civitai.com/api/download/models/595892?type=Training%20Data"}, {"id": 511208, "sizeKB": 36981.21875, "name": "sa1rsil0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T21:06:17.643Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7252A5FB", "AutoV2": "AC79D2E2D4", "SHA256": "AC79D2E2D422BE8AF96E45202C95286085F6B63097DD847F9F74BA6A90F7B7B1", "CRC32": "2AEA61B8", "BLAKE3": "4379554BFC07584EF18CD2A4E86A52883AAF8ED4E1EEB4EA91DDFC61FEF7250E", "AutoV3": "7DA08BE79D31"}, "downloadUrl": "https://civitai.com/api/download/models/595892", "primary": true}], "images": [{"id": 17052827, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8ad24f0-ca23-43de-80ff-13ee032f1518/width=450/17052827.jpeg", "nsfwLevel": 1, "width": 4096, "height": 3072, "hash": "U8C=@]}[000}00WD-;E1^kV@Rj?H0KM|-pbb", "type": "image"}, {"id": 17057639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4afa1370-7f50-4a0d-b04f-67fa28bd32c3/width=450/17057639.jpeg", "nsfwLevel": 1, "width": 4096, "height": 3072, "hash": "UeE:0nWCkCM{.Tj]R*V@OaofV@oeWCWBRjt7", "type": "image"}, {"id": 17055107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9235ee69-f34b-4e83-b72f-75d7de112f96/width=450/17055107.jpeg", "nsfwLevel": 1, "width": 4096, "height": 3072, "hash": "UHCPqw9F4:~V?vROr=-;kXs+sloz%3j=Rjt7", "type": "image"}, {"id": 17053321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2082a89-9a09-4f20-b49f-7c46e7a45b91/width=450/17053321.jpeg", "nsfwLevel": 2, "width": 2048, "height": 1536, "hash": "UFA,,ytmRiNG?w-;R+IogMxvxvRP%MW=t7i_", "type": "image"}, {"id": 17052503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6be4458a-9ff4-4ee6-9dc4-59f46fc5b36e/width=450/17052503.jpeg", "nsfwLevel": 1, "width": 4480, "height": 3143, "hash": "ULGIJ#_4~q_Nozfkj[jtt8WWf6jt%NWCWBj?", "type": "image"}, {"id": 17052556, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aca2bcce-9ae0-4308-a795-6b315ba31deb/width=450/17052556.jpeg", "nsfwLevel": 1, "width": 4480, "height": 3143, "hash": "UMGIM=_4_3~qtQoea#j[xvWBayfQxvayayj@", "type": "image"}, {"id": 17052649, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/840822f2-43c7-4fe4-91e5-74ff517fdad1/width=450/17052649.jpeg", "nsfwLevel": 1, "width": 8960, "height": 2625, "hash": "UhLz:N%Mj[%M_NayfQay~qayayWB?bayfQWB", "type": "image"}, {"id": 17110044, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79b1ce7f-f44c-4856-9c70-8ed786fd9d60/width=450/17110044.jpeg", "nsfwLevel": 1, "width": 4096, "height": 3072, "hash": "U3EeiL060L.A00^#^k0e009FIV={tHEnb^RR", "type": "image"}, {"id": 17110047, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6db5a9e2-fd2a-4f3b-bcea-bc82907da2a3/width=450/17110047.jpeg", "nsfwLevel": 1, "width": 4096, "height": 3072, "hash": "UCHL0h?v0LyC57WD~Wx]4.%1VZE19uof?b-:", "type": "image"}, {"id": 17110062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05d95833-e1aa-427d-b14c-1708efa33795/width=450/17110062.jpeg", "nsfwLevel": 1, "width": 4096, "height": 3072, "hash": "U6Bfb6%1000fMx9tNG~VyD-oaK9a4.NG-pt6", "type": "image"}, {"id": 17110308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9147544-e5bc-4c1c-8632-96f2a128725c/width=450/17110308.jpeg", "nsfwLevel": 1, "width": 4096, "height": 3072, "hash": "ULD,4fRkt7~q-;t8j]ofD$RjWBt7IUt7t7M{", "type": "image"}, {"id": 17110337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b0f3768-fd64-4063-9428-ca818f675ec5/width=450/17110337.jpeg", "nsfwLevel": 1, "width": 4096, "height": 3072, "hash": "UFE2|Y~X=|n6_3s;IBMx9F%2M{%2?b%fR%IU", "type": "image"}, {"id": 17110366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e1a2d5d-9d9f-42bf-aa81-80eb1188dfe2/width=450/17110366.jpeg", "nsfwLevel": 1, "width": 4096, "height": 3072, "hash": "UMGa%pS1E1Iq~Aa#xuE1I;Rks:M|xuR*M{of", "type": "image"}, {"id": 17110497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6a97587-8451-404e-aed3-d2c0d99672e8/width=450/17110497.jpeg", "nsfwLevel": 1, "width": 4096, "height": 3072, "hash": "U7F~N=%M00?c00_3_ND%?c^*4TIUR*xEoLD%", "type": "image"}, {"id": 17110540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7651bf2c-f210-4d2e-855a-b6ac2fc12a37/width=450/17110540.jpeg", "nsfwLevel": 1, "width": 4096, "height": 3072, "hash": "UJH.7[M_IAM{00jFD%-;t8n%M{?H_4VssoV@", "type": "image"}, {"id": 17198169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38ffe0ea-76ed-43c9-8091-ec670ab6667b/width=450/17198169.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UEGb9g^04o?bMIb_%MD%02W=NGM|~VwIIV-:", "type": "image"}, {"id": 17198167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be05e045-145b-48fb-b015-80736b2ccfe8/width=450/17198167.jpeg", "nsfwLevel": 32, "width": 2048, "height": 2048, "hash": "ULHL6s8^0e~qyDD$?a-;%Ns8s.o#NHbHM{a}", "type": "image"}, {"id": 17198168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/428379d3-46eb-431b-aca7-43c38727852a/width=450/17198168.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "U9HUOW4n00~p_29t-:0Kbv-Ut7Io^*WB4.x]", "type": "image"}, {"id": 17198166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e53bcaf-b4b0-4456-ba9f-edb0c208c05e/width=450/17198166.jpeg", "nsfwLevel": 2, "width": 2048, "height": 2048, "hash": "U8F#:d5Z8_00004o_2BV009G~V%g_2oz9F#+", "type": "image"}, {"id": 17198170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd68fe49-db3d-4b54-945a-3db3b3fde206/width=450/17198170.jpeg", "nsfwLevel": 32, "width": 2048, "height": 2048, "hash": "UGFFW@4n0gx]I99v$zsmIAWC~BIU?aE2S#kW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/595892", "modelId": 536029} \ No newline at end of file diff --git a/datasets/metadata/596003.json b/datasets/metadata/596003.json new file mode 100644 index 0000000000000000000000000000000000000000..7be6f9f421249c8595cd4d7c9d20d0cbb10597ed --- /dev/null +++ b/datasets/metadata/596003.json @@ -0,0 +1 @@ +{"id": 596003, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-24T20:40:32.104Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 138, "ratingCount": 0, "rating": 0, "thumbsUpCount": 33, "thumbsDownCount": 0}, "files": [{"id": 511182, "sizeKB": 9787.1123046875, "name": "Aphrodite_Ragnarok.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T20:40:41.477Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5AA5F3A5", "AutoV2": "F3722EAF6E", "SHA256": "F3722EAF6EC827019EBE0E26F6462AF601ECBBB025BA74B19A9556752C8B9A51", "CRC32": "141404BD", "BLAKE3": "7DB9AA84E9771947E8A0AE086F0DDFAE7C33FD10A54B1C0DC2649346DC16AA8F"}, "downloadUrl": "https://civitai.com/api/download/models/596003?type=Training%20Data"}, {"id": 511183, "sizeKB": 22237.84765625, "name": "Aphrodite_Ragnarok-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T20:40:42.528Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DC0A86A5", "AutoV2": "4E41CBBC6A", "SHA256": "4E41CBBC6AE1D91FC3329BED3517B6CA5F9B955EACE8DC5781BB433C58EA14B5", "CRC32": "8275A631", "BLAKE3": "6FB03FDF70CCE03E6DF265846224FDA58366119B757F1C260AC3EBFF21D37BA9", "AutoV3": "4CC8D8A62E8E"}, "downloadUrl": "https://civitai.com/api/download/models/596003", "primary": true}], "images": [{"id": 17047832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db81f45b-3f92-4035-9018-dd51dc69fbcb/width=450/17047832.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "URQIuT?b*0%M*IRj.8WBx^RjaLj]?at7RPjs", "type": "image"}, {"id": 17047833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca3ff9f6-ac15-4a1c-a075-42e0a0348baf/width=450/17047833.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USQSF_?b*0%M*IRj.8WBx^RjaLj]?Ht7RPjs", "type": "image"}, {"id": 17048085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15f03018-d381-4cf5-aec1-442b54e7c5e5/width=450/17048085.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UYP~p5-=.Ttl.Sax%hadSOM_sTof?bkBIVt8", "type": "image"}, {"id": 17048815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/690a6bb4-5bfd-47b3-ac1d-7f8f01033793/width=450/17048815.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDO:6E?v76%NuNIAF5bw.8IT}@%2?aX8-;%N", "type": "image"}, {"id": 17048864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02abdd4a-254d-4ea0-88b7-4c339e0dd269/width=450/17048864.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U8P$RMIXYR=dB$9_AKiv000LR.58%ML}R4NF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/596003", "modelId": 536135} \ No newline at end of file diff --git a/datasets/metadata/596254.json b/datasets/metadata/596254.json new file mode 100644 index 0000000000000000000000000000000000000000..1583fb820c5f195629de7dfde92705563a220ffe --- /dev/null +++ b/datasets/metadata/596254.json @@ -0,0 +1 @@ +{"id": 596254, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-25T02:18:31.502Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 74, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 511424, "sizeKB": 61679.9462890625, "name": "596254_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-24T23:46:14.632Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E585D98F", "AutoV2": "DA732DA244", "SHA256": "DA732DA244BDA3312DA13EB6C6E00966D0B5272F331349A9814FA2A746FF1A7E", "CRC32": "ED87AC5F", "BLAKE3": "8206FBA26FAE3C2EDB08779A8B1A50D94859B2F34055382E4E6E4221B6CD956B"}, "downloadUrl": "https://civitai.com/api/download/models/596254?type=Training%20Data"}, {"id": 511644, "sizeKB": 223104.78515625, "name": "Mario__Luigi_Alpha-Dream_Style_PONY.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T02:10:46.165Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "287D9410", "AutoV2": "580A9E49D9", "SHA256": "580A9E49D9B81B360FE7D0CE7357EF1F04E942675EC098AE5664AAFEBEF77601", "CRC32": "0294B659", "BLAKE3": "ECA59382ED5351B7D150AFD3F15229E19963AD01A89250BA50E1B1EF7693472B", "AutoV3": "D5F0B8E9F703"}, "downloadUrl": "https://civitai.com/api/download/models/596254", "primary": true}], "images": [{"id": 17082080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c95d7284-e4db-4d5d-b65d-d53677748de6/width=450/17082080.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAFzjDT12T5ly:IWEIIUtOM,}mEP]70mu310", "type": "image"}, {"id": 17082034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a631a79-b565-44b8-87d5-321bd7401b5b/width=450/17082034.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UaM}qXoy}b$+^QfPRpn,rXWBNZayI=s;t2WU", "type": "image"}, {"id": 17082037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a187c2a1-be2c-4e96-bc2d-b3b7b5321931/width=450/17082037.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UsL4yst7*Jf6^lx]%3ninhWprpV@%2aKTJWX", "type": "image"}, {"id": 17080359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff0f2b5f-4fc3-42a2-8e15-4f984ad98c66/width=450/17080359.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBN]YB%ABq%j.Ps#,.RsEnXUVveB=$RrOFxl", "type": "image"}, {"id": 17079996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47cd3350-6903-4316-a677-d4c1034668f5/width=450/17079996.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UhKdSP}?ozr@Pm%fjFWBOFP9s.S2-VxGWCaL", "type": "image"}, {"id": 17080362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad9133b2-3be2-47e3-a3d2-264678e9f979/width=450/17080362.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQH_[JnQGGSw3?S~XmnNmVShR*$%E3$6iwSh", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/596254", "modelId": 536358} \ No newline at end of file diff --git a/datasets/metadata/596319.json b/datasets/metadata/596319.json new file mode 100644 index 0000000000000000000000000000000000000000..1100b61f5df29d8e62f44af0efd0e44ba9d367c8 --- /dev/null +++ b/datasets/metadata/596319.json @@ -0,0 +1 @@ +{"id": 596319, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-25T00:20:34.774Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 126, "ratingCount": 0, "rating": 0, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 511487, "sizeKB": 8696.1708984375, "name": "Guild_Staff_IsekaiHarem.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T00:21:13.828Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9610C037", "AutoV2": "2596AF0D0F", "SHA256": "2596AF0D0F66DAD499CB3C8435FD121E230B634C7FFA837531DBA19BD0F3EA6B", "CRC32": "DA9C095F", "BLAKE3": "E5F7BED4FA963FB1C06067CDFCBC5765CCF7746E0FDA0A7FEFC9D787058D39B7"}, "downloadUrl": "https://civitai.com/api/download/models/596319?type=Training%20Data"}, {"id": 511488, "sizeKB": 22236.03515625, "name": "Guild_Staff_IsekaiHarem-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T00:21:14.251Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B720C700", "AutoV2": "F709F73C4A", "SHA256": "F709F73C4AFFDD60A672061B2068ED34E7BA8B0CDD42C57C3437F3255C7DDF82", "CRC32": "32C47460", "BLAKE3": "B25F9A8BF5775C9AC67E180E03DAD20A5D60EA88DF62AE96DF99158E383DB68F", "AutoV3": "AC16BFA02297"}, "downloadUrl": "https://civitai.com/api/download/models/596319", "primary": true}], "images": [{"id": 17066884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3874cb2c-21d9-4d6e-ba78-c9689bec0560/width=450/17066884.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXJ7t0~VE2%2^h-oNHxa4.Rkjcay-;WVt7WC", "type": "image"}, {"id": 17066885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/526f5da3-8c9b-4bd1-b2ee-412002212ab7/width=450/17066885.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXJ7t0~VE2%2^h-oNHxa4.Rkjcay-;WVt7WC", "type": "image"}, {"id": 17067072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ed08ffd-c9e9-4f72-b1f1-aead039254d0/width=450/17067072.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UlKAc$M{s:RP~AIUS5oLxtxuE2R*9GbHoMof", "type": "image"}, {"id": 17067481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f91f3dad-55e5-49a1-9a9f-fcc09c7063ce/width=450/17067481.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UOK,,2?a01-p9ExZI[t79Z%1%1R,~VIoE3Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/596319", "modelId": 536417} \ No newline at end of file diff --git a/datasets/metadata/596360.json b/datasets/metadata/596360.json new file mode 100644 index 0000000000000000000000000000000000000000..110fe222f2175153a4d6f569a15c98f9ff860d84 --- /dev/null +++ b/datasets/metadata/596360.json @@ -0,0 +1 @@ +{"id": 596360, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-25T00:51:25.951Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 135, "ratingCount": 0, "rating": 0, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 511529, "sizeKB": 9010.8642578125, "name": "Store_Clerk_IsekaiHarem.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T00:55:44.892Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "509412B3", "AutoV2": "2F67BD0EC7", "SHA256": "2F67BD0EC767F1111720C902C642CDF297DE901E1D1DD23FA501418BB2BFC7E3", "CRC32": "6986F440", "BLAKE3": "7FD99C47AF29AD04135F81B060C2D793DA6D68AB575055FE93E9F91C15A21EB9"}, "downloadUrl": "https://civitai.com/api/download/models/596360?type=Training%20Data"}, {"id": 511528, "sizeKB": 22235.27734375, "name": "Store_Clerk_IsekaiHarem-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T00:55:38.846Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D4F1173F", "AutoV2": "5C1D567B5C", "SHA256": "5C1D567B5C3090A8DA138C2903319BFB1D223E1E841E5E5A95EF7F4E5BD59322", "CRC32": "334EC556", "BLAKE3": "53838F4BED6C49DC724FD76890126DFBA5BD0B09EF04E307DB55C0F029A39430", "AutoV3": "3F04B62A47B5"}, "downloadUrl": "https://civitai.com/api/download/models/596360", "primary": true}], "images": [{"id": 17070213, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/789feb8e-33d9-4f5e-ab3f-19ef58f19355/width=450/17070213.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQMj5R~U4--o4T-o?Ht6IoayxuWC-;WBV[Rk", "type": "image"}, {"id": 17070214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7d170af-60cf-41ae-8634-f3ec7d7d444c/width=450/17070214.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQMj5R~U4--o4T-o?at6IoayxuWC-;WBV[Rk", "type": "image"}, {"id": 17070488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f759e9ef-e8c4-4094-bfb7-f107c58817df/width=450/17070488.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UmJtVRxu-:xZ~AM{-:t6-;s:W=WV9ZRjt7of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/596360", "modelId": 536456} \ No newline at end of file diff --git a/datasets/metadata/596388.json b/datasets/metadata/596388.json new file mode 100644 index 0000000000000000000000000000000000000000..f34d2e5ba4ddbfcc2fdb8ea88e92134df41c5688 --- /dev/null +++ b/datasets/metadata/596388.json @@ -0,0 +1 @@ +{"id": 596388, "index": 2, "name": "v1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-28T02:25:57.868Z", "availability": "Public", "nsfwLevel": 28, "description": "This was a custom version to work with Cashmoney Anime - Pony XL
", "trainedWords": ["1woman, virgin, hymen:1.2, scared, crying, blush, embarrassed, torn panties, torn clothes", "penis_on_vagina, just_the_tip, vaginal, wince, large penis, 1male, large scrotum, ", " semen, overflow, creampie, excessive cum, after_sex, aftermath, ahegao, female_orgasm, blood, blood on thighs, cum_in_pussy, ", " torn_hymen, defloration, deflowered,"], "stats": {"downloadCount": 184, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 511616, "sizeKB": 193859.6640625, "name": "596388_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T01:45:39.483Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "817BA359", "AutoV2": "C74C90E9A3", "SHA256": "C74C90E9A3F45C1C70C02C3355DBD4559DD147F70608A8339F0DA65CDFF7848B", "CRC32": "85211280", "BLAKE3": "6B30DCCD185732C698333E8CD703E0A57653BAB5F191F726B982DF87F902D64F"}, "downloadUrl": "https://civitai.com/api/download/models/596388?type=Training%20Data"}, {"id": 518441, "sizeKB": 223115.58984375, "name": "defloration__torn_hymen-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T02:21:05.254Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BACC0D27", "AutoV2": "334FD7E033", "SHA256": "334FD7E033E73F5D06467E15B4C8B773F7A7A5E2A7662699F6592036EFAB5CB9", "CRC32": "599F4715", "BLAKE3": "DDA4F5555E8608CB1AFE2F61E1250377BFB9C2D11196D1728A683C1F1B0CE648", "AutoV3": "0E1047438BD6"}, "downloadUrl": "https://civitai.com/api/download/models/596388", "primary": true}], "images": [{"id": 17504472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0883ba0-e2b0-4025-9e7c-1a5d06c78bd4/width=450/17504472.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBI}bM9}IV1Q1PjZ={5S00~pK6V@0#9bxG-9", "type": "image"}, {"id": 17504469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b45ecbc-f935-4cc8-9ee9-26d23693be8c/width=450/17504469.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJG8vC%h5R%g?^-pxGg49]%2$iNF=|M{M{VY", "type": "image"}, {"id": 17504778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8894890-41bb-4807-9bd5-12620f21e68a/width=450/17504778.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UIHV6r-p00XTp{WWR6bwMcjsIVS5XSR+ngR*", "type": "image"}, {"id": 17504774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52eedf33-c5b4-4ad2-afc9-1eed2045ed31/width=450/17504774.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGGR}Bog00kDGZt6rWkD0dobkUW=%%oM$6Rk", "type": "image"}, {"id": 17504777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bb38790-6184-46f8-8c88-04d5adac7d0d/width=450/17504777.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UEHxW#9vNGTLBq~CoJEN00%LITMxVX56kDv}", "type": "image"}, {"id": 17504782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3172148b-1a41-4073-8862-0e9ae0edf354/width=450/17504782.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHIEttm+9v^K0ME2xuRP00IUX9bcE1~V%LIp", "type": "image"}, {"id": 17504783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3dbb5c82-b594-4454-9481-20a3f223a1af/width=450/17504783.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U9E_%FWC00t601WB~Bfk00s:?GRk-:of0ej[", "type": "image"}, {"id": 17504781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2a27d5e-b871-4155-88b3-79828063a824/width=450/17504781.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U9ELmTI;000L0Lxt~CNG00E2^+-o~V9a9Z-p", "type": "image"}, {"id": 17504786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76317186-ce8d-40a8-b685-b3918e0c79ed/width=450/17504786.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGHn$:%M00ofcEbHaKe:01bv?HIV~qxa9tIV", "type": "image"}, {"id": 17504804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36f501b8-67b0-4a0e-84ec-f3e5193db640/width=450/17504804.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBD+;^?v0KI?yY.8-oo#5ScF~W%2_3T0ELsl", "type": "image"}, {"id": 17504795, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88c69d7e-2efe-417d-983f-273f0983d330/width=450/17504795.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCCip@WB00of0Laz%1ay0Lj[^kfQ~pfk9ZfQ", "type": "image"}, {"id": 17504811, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c964201a-034a-43bd-bcbb-3360d0ab55b7/width=450/17504811.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U3Gk5:-p01#s2QNs02M{00I:~1M_06t8IS-C", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/596388", "modelId": 536480} \ No newline at end of file diff --git a/datasets/metadata/596421.json b/datasets/metadata/596421.json new file mode 100644 index 0000000000000000000000000000000000000000..3ab5c6990e75dc2c16ae7919b75638eab6de90d6 --- /dev/null +++ b/datasets/metadata/596421.json @@ -0,0 +1 @@ +{"id": 596421, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-25T01:24:32.367Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 148, "ratingCount": 0, "rating": 0, "thumbsUpCount": 30, "thumbsDownCount": 0}, "files": [{"id": 511583, "sizeKB": 9486.9609375, "name": "Blonde_Slave_IsekaiHarem.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T01:26:12.747Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "927BF12F", "AutoV2": "7B89EA5EDC", "SHA256": "7B89EA5EDCBF029491828219EA2F8CD011075F857D1629F1B24FC075D56B1A9D", "CRC32": "4E121B26", "BLAKE3": "06DF6EAA22A1ECC85BE6EEA7255CC48D13E5E41CCD6D7285A0AC488946065ABD"}, "downloadUrl": "https://civitai.com/api/download/models/596421?type=Training%20Data"}, {"id": 511584, "sizeKB": 22236.71484375, "name": "Blonde_Slave_IsekaiHarem-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T01:26:20.922Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E8B18424", "AutoV2": "31A599CE80", "SHA256": "31A599CE80FC21A4296310D17439F6B43F0223C209557CFB8FBAB3A082F371FE", "CRC32": "29593011", "BLAKE3": "32D793CA1511DF96700F26E5D2FA22F2E2C486E13D6C83932608C2E2F75F7B4F", "AutoV3": "FCB1C803BB1F"}, "downloadUrl": "https://civitai.com/api/download/models/596421", "primary": true}], "images": [{"id": 17074343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21f8e220-63e6-4aee-99a4-b469a67c2283/width=450/17074343.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQOL_k~V9b-:00xZE2V@%MRjE2M|WYNHxaM|", "type": "image"}, {"id": 17074341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4d53496-418c-4a8b-abda-728070c076a7/width=450/17074341.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQOL_k~V9b-:00xZE2V@%MRjE2M|WYNHxaM|", "type": "image"}, {"id": 17074819, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98a42960-b48c-4dfa-8bfe-9b6c1014eaa0/width=450/17074819.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWM?o5s:02?bD%xtN|tRNaWBoM%M~VRjIoWr", "type": "image"}, {"id": 17193096, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cc2b60b-62c3-44f0-86b9-7d1b6ee41872/width=450/17193096.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U8OCv%020YDj000g5D-p00}?D%r=4n$$9G?a", "type": "image"}, {"id": 17194106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/499c9124-321e-47d4-8c39-8aaaa2f72ff5/width=450/17194106.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "URO2]Z~V58-;4-={t7j[EL-:%MR--:s,D*E1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/596421", "modelId": 536512} \ No newline at end of file diff --git a/datasets/metadata/596439.json b/datasets/metadata/596439.json new file mode 100644 index 0000000000000000000000000000000000000000..bd3d47c447ccfe3f01483c15740c0f2b57e28214 --- /dev/null +++ b/datasets/metadata/596439.json @@ -0,0 +1 @@ +{"id": 596439, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-25T03:01:06.973Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["feito_gurafaito", "suit", "v-neck shirt", "costume", "heterochromia"], "stats": {"downloadCount": 46, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 511706, "sizeKB": 223099.97265625, "name": "Fate_Graphite_Pony_XL_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T03:01:15.782Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E1B80181", "AutoV2": "545264AF47", "SHA256": "545264AF47EBEC39125FC81B40A24F15D7188AB88575F532013D4761C1563777", "CRC32": "60A7F1A5", "BLAKE3": "91BE202CB0C98A7F1435358AC2B6393289ED7C5C1888C240B6824077E1DF5254", "AutoV3": "CB687EBE8392"}, "downloadUrl": "https://civitai.com/api/download/models/596439", "primary": true}, {"id": 511626, "sizeKB": 233039.9365234375, "name": "596439_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T01:46:40.241Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0C6E75AB", "AutoV2": "503C63C118", "SHA256": "503C63C11822E941CB41702D2535998387D8BD6ADB0C681286B98D01C729223F", "CRC32": "75C9CCE3", "BLAKE3": "70ADF74B0578C10421C436BBC7CA5D44BDB778D1400E65626BE7181CE22F0EF4"}, "downloadUrl": "https://civitai.com/api/download/models/596439?type=Training%20Data"}], "images": [{"id": 17090723, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b21392b-d0b2-4521-9386-b6ff45e9f5a5/width=450/17090723.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCD+b-E8M{58~X~A4?ov0L^P-.Iom+S6}?EM", "type": "image"}, {"id": 17089983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f917174e-360f-48ec-ab54-7e04eacf58a4/width=450/17089983.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UNAUBfRP4;oz_NV?Dit7t2bHR4oyS%kDoKV@", "type": "image"}, {"id": 17090725, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f92772ca-85dc-4d04-b41b-f779fd9aefae/width=450/17090725.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOIEX@~oMwtQ~T%M%MWUo^?Gx]Rk%h$+Rjn%", "type": "image"}, {"id": 17089720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/362c8a77-04ef-4015-9d4b-8e945f04468b/width=450/17089720.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UTIXjU%0I9Rj~ToL%LM{ODM|xtoftlVss.xu", "type": "image"}, {"id": 17088534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5595503c-040c-448b-8bed-ec2800f50435/width=450/17088534.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEH-}bNd9r_4xS%$%g9a59X8ROxuD+rp~Vf#", "type": "image"}, {"id": 17330092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3dd9f00d-9b4d-46b6-ab5a-63515357c2d8/width=450/17330092.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UXH-[L%Noz%0~p?bxubbXTx^ozjsR:ognjRj", "type": "image"}, {"id": 17330091, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d76c6d6e-950d-4d7c-a207-9b5adb8d2f2c/width=450/17330091.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGHyK@4,35JPP:T9?[I-EW?Dx@t5tV^k%gV?", "type": "image"}, {"id": 17086984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03be0265-a3fa-4fe1-bfb5-b60e016ee198/width=450/17086984.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UNIO?}-:O*TK%%E3RRTcOYsq?axuyXNZ%e%2", "type": "image"}, {"id": 17086680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee5f27b1-4f13-4323-b18d-ad8cb7517cd4/width=450/17086680.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "USIOhEw@t1xt_4r=oMn~ENR%?aRiEToLxuaJ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/596439", "modelId": 536529} \ No newline at end of file diff --git a/datasets/metadata/596466.json b/datasets/metadata/596466.json new file mode 100644 index 0000000000000000000000000000000000000000..2260c24f8bbdd3ff5dea3510894e77530cef4878 --- /dev/null +++ b/datasets/metadata/596466.json @@ -0,0 +1 @@ +{"id": 596466, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-25T01:56:44.794Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": [], "stats": {"downloadCount": 156, "ratingCount": 0, "rating": 0, "thumbsUpCount": 40, "thumbsDownCount": 0}, "files": [{"id": 511635, "sizeKB": 8205.1337890625, "name": "Red_Slave_IsekaiHarem.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T02:00:48.700Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4ECFB789", "AutoV2": "B115962664", "SHA256": "B11596266461B5409536A1622143FAC9D1067C8A4DBD46A8EBC7EA291FA68078", "CRC32": "C72398ED", "BLAKE3": "2931525E5DFC5EFD0D15F2DBB8B05269DF7C36B1E2887713F991696D0C7CD5A0"}, "downloadUrl": "https://civitai.com/api/download/models/596466?type=Training%20Data"}, {"id": 511639, "sizeKB": 22235.11328125, "name": "Red_Slave_IsekaiHarem-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T02:00:50.572Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6C830E2B", "AutoV2": "EE65F6A44B", "SHA256": "EE65F6A44BA9D7125606E27DCCE51B735726D5D806E06EA7B19B845F0A05E8EB", "CRC32": "5798C6F6", "BLAKE3": "C8613AF962B5BA1B82D30F75A3B66A676A3EA8CA6508154C7056D475E8AC7980", "AutoV3": "62EFE190379B"}, "downloadUrl": "https://civitai.com/api/download/models/596466", "primary": true}], "images": [{"id": 17078038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da805b1a-9424-4d4a-8510-5af69d0e1901/width=450/17078038.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UWM6PA?GJ-t600%1J7j[~VxaW=ofxFof%1WB", "type": "image"}, {"id": 17078040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c476f5b8-793f-45f9-9d55-c9f61bb0ed39/width=450/17078040.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UWM6PA?GJ-t600%1J7j[~VxaW=ofxFof%1WB", "type": "image"}, {"id": 17078268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2a5518f-282e-4b26-8d42-075e007874a9/width=450/17078268.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UCNSKWw[1KE000Di?]E19F~V0L~W}?-;9aNa", "type": "image"}, {"id": 17196078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/959e4257-110f-452c-b93c-98f2a6274609/width=450/17196078.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UCO.p]F3*0-U4:IU$~IV.8IV.7IU_3D*ELof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/596466", "modelId": 536553} \ No newline at end of file diff --git a/datasets/metadata/596501.json b/datasets/metadata/596501.json new file mode 100644 index 0000000000000000000000000000000000000000..e943958021ae9fe2596ff2f1928a84cca9fc4053 --- /dev/null +++ b/datasets/metadata/596501.json @@ -0,0 +1 @@ +{"id": 596501, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-25T03:42:05.885Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["wolf archer", "grey fur", "brown hood", "dark orange tunic", "magenta gloves", "anthro"], "stats": {"downloadCount": 29, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 511705, "sizeKB": 18852.6025390625, "name": "596501_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T03:01:10.711Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5E289221", "AutoV2": "B707F8EF82", "SHA256": "B707F8EF829C67B263970F53C3DA444D1FB97E4A5F0A42899F53A2C154B9BCEE", "CRC32": "CE546353", "BLAKE3": "0D4F5B9D571980A1B2CEADD28C2FBFACAD4AA07C50B9EBEF954974DAED20A157"}, "downloadUrl": "https://civitai.com/api/download/models/596501?type=Training%20Data"}, {"id": 511770, "sizeKB": 223106.73046875, "name": "Wolf_Archer_-_Robin_Hood.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T03:40:41.536Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "ACD79377", "AutoV2": "CD4EB1FD14", "SHA256": "CD4EB1FD1420F59525776471EF0C387CBABF9DE280E3090F631DC9A17CBD6952", "CRC32": "3FB5A2C2", "BLAKE3": "8809326DEA4806D2FD958CD0098C915C9DC84BE5387A2C10BD1D6CBC74ECAA39", "AutoV3": "315134C9EE4D"}, "downloadUrl": "https://civitai.com/api/download/models/596501", "primary": true}], "images": [{"id": 17089719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91abda9e-c096-45b9-bf45-5bdede7a127f/width=450/17089719.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAI;;iaJ?^%#%Mxut7RP%#kDIBRO-VRPE1kq", "type": "image"}, {"id": 17089718, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d89b009-a407-445d-ad60-6c3012c0eba0/width=450/17089718.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U89kHOLLyZxdMzRgt1nz5ZnnRoS~XexoRnS$", "type": "image"}, {"id": 17089717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00521d0a-f648-495d-9526-d3b575c27f97/width=450/17089717.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UbN,3mr?%MW._Mf7ozax%2bvM{VtIVkCWCs:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/596501", "modelId": 536580} \ No newline at end of file diff --git a/datasets/metadata/596508.json b/datasets/metadata/596508.json new file mode 100644 index 0000000000000000000000000000000000000000..961a522d1ad2b8af485010e5a220e897b400b98c --- /dev/null +++ b/datasets/metadata/596508.json @@ -0,0 +1 @@ +{"id": 596508, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-25T02:32:59.167Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 121, "ratingCount": 0, "rating": 0, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 511669, "sizeKB": 8576.97265625, "name": "Brown_HookerA_IsekaiHarem.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T02:35:40.372Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9273E4C1", "AutoV2": "11C20FE547", "SHA256": "11C20FE547F9B158EBA7C16487BBD4010ED3435B01C88E75085FDD88EC2E0FEB", "CRC32": "477C5799", "BLAKE3": "2DFB97F2D1729A7F945EBFA269231BCCC722BF03C55B89FC8D2CB771AE8744F9"}, "downloadUrl": "https://civitai.com/api/download/models/596508?type=Training%20Data"}, {"id": 511670, "sizeKB": 22236.23046875, "name": "Brown_HookerA_IsekaiHarem-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T02:36:09.051Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5267F458", "AutoV2": "48601B57C4", "SHA256": "48601B57C4AECF8A13B9F8DA3BB9EA67D7129FCDBBE330354532F7863B6D4AB1", "CRC32": "6A098ACB", "BLAKE3": "3871BFD56D1ED88B2FBF0CFE1E5A9D6454A5E62F292DDD430EA8DD7F47FA3F04", "AutoV3": "8F0962F57AC8"}, "downloadUrl": "https://civitai.com/api/download/models/596508", "primary": true}], "images": [{"id": 17082002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8027f0a2-04bc-415b-a139-c980fb696e36/width=450/17082002.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDJs6B^Q0M-C{v-Bw|s90esTwbWC}tn%9]WV", "type": "image"}, {"id": 17082003, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e12bb589-62cf-4344-900e-da3b47de09bf/width=450/17082003.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDJs6A^Q0M-C{v-Bw|s90esAwbWC}tn%9]WV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/596508", "modelId": 536583} \ No newline at end of file diff --git a/datasets/metadata/596519.json b/datasets/metadata/596519.json new file mode 100644 index 0000000000000000000000000000000000000000..a2098e7ed2f11a54d1ea3547ce43798a2fd26ceb --- /dev/null +++ b/datasets/metadata/596519.json @@ -0,0 +1 @@ +{"id": 596519, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-25T03:46:31.729Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": ["Megubite"], "stats": {"downloadCount": 17, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 511677, "sizeKB": 2454.150390625, "name": "596519_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T02:41:06.264Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "20E1C8D7", "AutoV2": "F1107E4497", "SHA256": "F1107E4497C068432052BE665E9753F7F5674C3E4A7BA67408B62B8BC864A39E", "CRC32": "82622C3A", "BLAKE3": "B34FA3163BE27EA5167D2113D411F8FD2522EB7505B94F7E5202EE1538681561"}, "downloadUrl": "https://civitai.com/api/download/models/596519?type=Training%20Data"}, {"id": 511780, "sizeKB": 223100.13671875, "name": "Megubite-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T03:46:34.480Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D35D9743", "AutoV2": "42F65CAA92", "SHA256": "42F65CAA92AF1F5B80A016401A2C2151D5D7625DEC01B3E3477F5076809EAEA9", "CRC32": "31A8787D", "BLAKE3": "79167E6D39169467B2C83E03CE8CB83E04644FD9EEAB7CC2C1262E0090C278F6", "AutoV3": "6FDFCA9AC7CA"}, "downloadUrl": "https://civitai.com/api/download/models/596519", "primary": true}], "images": [{"id": 17090167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b8aee8b-095e-4353-ae6a-d9f338c1cd09/width=450/17090167.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UQLXPkju_M%M^+ofIVaySgfiRRWEM}ayxZfi", "type": "image"}, {"id": 17090168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c81807d-e2b4-4c55-8e55-c5738df4d3cd/width=450/17090168.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UfMj:iof~qxu?aj[M{WVoyj[RjWBt8ayj?of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/596519", "modelId": 536594} \ No newline at end of file diff --git a/datasets/metadata/596535.json b/datasets/metadata/596535.json new file mode 100644 index 0000000000000000000000000000000000000000..df79fc7d09a82ea2ec814d041426bd5c4c0d3f12 --- /dev/null +++ b/datasets/metadata/596535.json @@ -0,0 +1 @@ +{"id": 596535, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-25T04:28:01.792Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["Elise"], "stats": {"downloadCount": 82, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 511696, "sizeKB": 63311.166015625, "name": "596535_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T03:00:42.001Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C4DAE764", "AutoV2": "B6961F9BAD", "SHA256": "B6961F9BADD2542546B76DE33379AD18582254A369161805227EBABBADB90975", "CRC32": "B45B0DE1", "BLAKE3": "7B177F2C9E4F282BCD765A8D415D5755917C60EF74C93AD7AA72F43F7181A40D"}, "downloadUrl": "https://civitai.com/api/download/models/596535?type=Training%20Data"}, {"id": 511802, "sizeKB": 223108.18359375, "name": "Princess_Elise_The_Third_-_Sonic_06.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T04:06:07.428Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CDB6BB8C", "AutoV2": "264BA94ED1", "SHA256": "264BA94ED1860DDB8632AF5AEA0D8E7B31141C4F8D72F71BE949EBD3A5F692B8", "CRC32": "9E8AE0A1", "BLAKE3": "0E2FD6B0E426A6D094D174B405ABE479726620F23995E6C566A34FAF00655720", "AutoV3": "37334C037C7C"}, "downloadUrl": "https://civitai.com/api/download/models/596535", "primary": true}], "images": [{"id": 17093989, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4261f417-6063-44a6-a203-ad381a2eb41a/width=450/17093989.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UaP6Q}r=.myD%0MxS5pIozflaex[X9V[t5bH", "type": "image"}, {"id": 17094012, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd76193f-133c-4d03-8980-3da85fd2aac3/width=450/17094012.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOPF[sVZ%z?]t8bIodjFt6oykDjv$zn$bcXT", "type": "image"}, {"id": 17094029, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5ef301d-8eab-4445-a137-093bdaa5ee23/width=450/17094029.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UnM%sARjloxv%gofk=kCNHayt7juxCWBM{oe", "type": "image"}, {"id": 17094263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06cde79c-621f-4140-b8e4-9f061e56159f/width=450/17094263.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPNlrqtRLg$*oht7x]n%x]M|r=of%~bFx]xa", "type": "image"}, {"id": 17094481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5fba5ae2-4867-4a22-bbff-098f989d84ab/width=450/17094481.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UjL#OntlUHaJxZkWbva0WBbbaxjEtRaekAog", "type": "image"}, {"id": 17095999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebb5978f-272c-4a04-93dd-c296112a60c4/width=450/17095999.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UfN0uOV@_Nx]-:kCNGoJg2of%2t7o~WVVsae", "type": "image"}, {"id": 17095998, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8dd7e71-9236-494c-8c2b-abea1df46fb5/width=450/17095998.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UYOMphaf_M-:-oofS$WXaJaekXkC%Ma}Riod", "type": "image"}, {"id": 17096004, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb49e361-d59d-4c81-80d7-e1f6947f3843/width=450/17096004.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UTMQVOxaLNo#yEjFT0bc5sR*%1XT,Uj[V@W=", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/596535", "modelId": 536608} \ No newline at end of file diff --git a/datasets/metadata/596569.json b/datasets/metadata/596569.json new file mode 100644 index 0000000000000000000000000000000000000000..bb548bab898522fdda406a63d29c96877bdee960 --- /dev/null +++ b/datasets/metadata/596569.json @@ -0,0 +1 @@ +{"id": 596569, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-25T03:16:27.228Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 125, "ratingCount": 0, "rating": 0, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 511731, "sizeKB": 8269.6103515625, "name": "Twintail_Hooker_IsekaiHarem.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T03:16:13.596Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C31C6C03", "AutoV2": "3D280233FC", "SHA256": "3D280233FC6DD9F8AFA35452B605DB07847F65862393875A2CD1DC08E093E478", "CRC32": "6C06A89D", "BLAKE3": "D3D044EBEE374A4843B6EC708A7C8924E689D2C7D0A87AA30802EDA4FCC1460D"}, "downloadUrl": "https://civitai.com/api/download/models/596569?type=Training%20Data"}, {"id": 511732, "sizeKB": 22235.94921875, "name": "Twintail_Hooker_IsekaiHarem-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T03:15:44.545Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D5278BE0", "AutoV2": "A7039D59B5", "SHA256": "A7039D59B56D62AB0E122915321EDFE2FD8721635238DFBE914EB5B6217B5345", "CRC32": "CCE0254E", "BLAKE3": "97BAB8A12A477E790896BC2AB5DD5859D34687B2FACDA3A562B7DE39AA3BAE7B", "AutoV3": "4E48F934FB0A"}, "downloadUrl": "https://civitai.com/api/download/models/596569", "primary": true}], "images": [{"id": 17086627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/220e7cef-ce29-44cc-8699-70796002be43/width=450/17086627.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U4NRip01008_0J0eF}9Z0z%M-q_3@a~W00o#", "type": "image"}, {"id": 17086626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/035594b9-929f-41f7-9f58-ae58acf1196b/width=450/17086626.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U4NRio01008_0J0eF}9Z0#%M-q_3@a~W00o#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/596569", "modelId": 536641} \ No newline at end of file diff --git a/datasets/metadata/596609.json b/datasets/metadata/596609.json new file mode 100644 index 0000000000000000000000000000000000000000..eec37d743023311e0a2818186bf2a11905338220 --- /dev/null +++ b/datasets/metadata/596609.json @@ -0,0 +1 @@ +{"id": 596609, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-25T03:39:13.821Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 145, "ratingCount": 0, "rating": 0, "thumbsUpCount": 30, "thumbsDownCount": 0}, "files": [{"id": 511773, "sizeKB": 8434.083984375, "name": "Blonde_hooker_B_IsekaiHarem.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T03:41:07.930Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1AA9B71F", "AutoV2": "CF58E5DE49", "SHA256": "CF58E5DE4978113D72DC3ABCB0571C5394CFCA163D4E41EC445F5E69912BC3B1", "CRC32": "481F0BEE", "BLAKE3": "303DE1CCA5F59581D6F411960A843AED7D4E8BD812B1AE0D7628B77DF0A56B2F"}, "downloadUrl": "https://civitai.com/api/download/models/596609?type=Training%20Data"}, {"id": 511772, "sizeKB": 22235.99609375, "name": "Blonde_hooker_B_IsekaiHarem-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T03:41:02.087Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5E4B4C9A", "AutoV2": "3A82FE7C3F", "SHA256": "3A82FE7C3FD8339FBC0B9E29ADD3BFB6835A6F7A5FC3099BF07A002E17419BD2", "CRC32": "CEC36007", "BLAKE3": "5CD0D5E8A682EFC61E9BBC46E5685D94D342397A32AE11C8AA6470C2743606B0", "AutoV3": "A0F9CF743D28"}, "downloadUrl": "https://civitai.com/api/download/models/596609", "primary": true}], "images": [{"id": 17089399, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5b7a477-f525-486d-9d29-3b1c4c312740/width=450/17089399.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKOKC~$$4pwJ.loJVaV@^Rjaj^V@?HkB%2V@", "type": "image"}, {"id": 17089400, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bbdf406-9e41-407b-a05b-b71bcc5acfc2/width=450/17089400.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKOKC~$$4pwJ.loJVaV@^Rjaj^V@?HkB%2V@", "type": "image"}, {"id": 17089616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff1a9c27-4dab-442c-88e2-4ac57b6c9fe9/width=450/17089616.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URNaPHxWDkwI^*RjiyV[X9aK%2s:}[ocNHNG", "type": "image"}, {"id": 17190333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54510aa1-66ac-44b6-90c9-a99452b093e7/width=450/17190333.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFOVZE007~V?y?Mxt-jYpcW?%2t7.9n$$*M{", "type": "image"}, {"id": 17191110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/006890d7-78da-4b0f-a6ea-d32364bd3c74/width=450/17191110.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEO2jl017O%L00kq0KSh00E2MdNG~WM{%2R*", "type": "image"}, {"id": 17191711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8d3e46c-6544-4792-969f-6b4098d9fc7e/width=450/17191711.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UUNv0v~BFLo}-nS3t8kD9]t6jIM|xZs:9GV@", "type": "image"}, {"id": 17191951, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6f3c3b8-5c7f-4685-b1f5-31ed1ca1047b/width=450/17191951.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UON[{u~B0Lx[x?-:M}?GXmxu%2Ne?as,IVso", "type": "image"}, {"id": 17192321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34e87d0c-d918-4dd8-8e91-46551b2292bc/width=450/17192321.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "USMruc~AEL-o9Z={I;WXIpe:-VR*NwWCRkR*", "type": "image"}, {"id": 17192585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/034cd8e6-3545-459d-805b-61144a70b62a/width=450/17192585.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U8P#sXK62w^j5kE*Aw4:O@9vxu4:~W#7?G9F", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/596609", "modelId": 536675} \ No newline at end of file diff --git a/datasets/metadata/596635.json b/datasets/metadata/596635.json new file mode 100644 index 0000000000000000000000000000000000000000..d90135e1af1dbc5a1b9c019e27e58e8e9b0d31b6 --- /dev/null +++ b/datasets/metadata/596635.json @@ -0,0 +1 @@ +{"id": 596635, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-25T04:07:29.225Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 118, "ratingCount": 0, "rating": 0, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 511805, "sizeKB": 22236.28515625, "name": "Brown_hooker_B_IsekaiHarem-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T04:10:42.482Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3A77529F", "AutoV2": "4A3862A97D", "SHA256": "4A3862A97DFDA9F199C5426B8B08959E97175BB9E921E41555CB4751AF9E2D70", "CRC32": "DE872BB2", "BLAKE3": "B4A9283D015CA5BABE5B4AAFBFCFCCFB16ABBB8EC294C37172B37AD958D947DA", "AutoV3": "DF5BBF427AF4"}, "downloadUrl": "https://civitai.com/api/download/models/596635", "primary": true}, {"id": 511804, "sizeKB": 8782.921875, "name": "Brown_hooker_B_IsekaiHarem.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T04:10:42.040Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "927BF12F", "AutoV2": "D34CFFE739", "SHA256": "D34CFFE739F90926C45EF75EE7CED3957510E22F11D50702F4BA9E2B6FC7F92C", "CRC32": "5376FA4F", "BLAKE3": "C1D5C7848BE180F1CB08AA28C231615BEDB6D08B57541D73F3C30503AC203F70"}, "downloadUrl": "https://civitai.com/api/download/models/596635?type=Training%20Data"}], "images": [{"id": 17092213, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5a099a1-c575-4fb6-9d97-5c04b0a819fb/width=450/17092213.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U7LL8?000100Cj0eEk9ZD*OqxI-o}s%MH@xu", "type": "image"}, {"id": 17092216, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20a95155-af2c-4049-91af-b984f0847abc/width=450/17092216.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U7LL8?000100Cj0eEk9ZD*OqxI-o}s%MH@xu", "type": "image"}, {"id": 17092400, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b826b8d7-6b3e-4c5e-acdf-1793012ccdff/width=450/17092400.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQL2F}NZ0z9a-p57s;I:JAIoxuxa~Bs-ELjG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/596635", "modelId": 536696} \ No newline at end of file diff --git a/datasets/metadata/596636.json b/datasets/metadata/596636.json new file mode 100644 index 0000000000000000000000000000000000000000..038bbe43835ea954366fa803f85c3289baf8a9c8 --- /dev/null +++ b/datasets/metadata/596636.json @@ -0,0 +1 @@ +{"id": 596636, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-25T05:47:58.858Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Woodbench, 1girl, night, bench, streetlight"], "stats": {"downloadCount": 152, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 511819, "sizeKB": 105605.1640625, "name": "596636_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T04:20:53.995Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E86E78E0", "AutoV2": "66890017C8", "SHA256": "66890017C867555969780F7491B80F163D86A828AD6CD3E7FA570A7EC0CA3FFC", "CRC32": "099EE364", "BLAKE3": "D09A40E2A1C8107763E8239CC61EBCC976A2335D26C3966B02F41C2ADD81ED63"}, "downloadUrl": "https://civitai.com/api/download/models/596636?type=Training%20Data"}, {"id": 511925, "sizeKB": 223101.64453125, "name": "Wooden_bench_warm_anime-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T05:45:32.940Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "257DEF38", "AutoV2": "69A410DE64", "SHA256": "69A410DE649D5DA889BFF832DFCBE33C27C02A176F5CBEFFBE083AEA071CC34E", "CRC32": "CADDA62B", "BLAKE3": "56C12D1A04384052137B5A8867611234231552E394904DA3F898FAE3E97A03A0", "AutoV3": "C8C7001348A8"}, "downloadUrl": "https://civitai.com/api/download/models/596636", "primary": true}], "images": [{"id": 17102481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ccec771-b2d6-4e78-bddc-7d56c5a3f4af/width=450/17102481.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UED[d@~6~9$$?F-O?Eoc%KNF-nNG-oNG%1ae", "type": "image"}, {"id": 17102485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc41c00c-2899-4fb7-8390-efc57833fa5d/width=450/17102485.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5C$7X%MEz-o0-0$jG^j0L9G}@M|~A575SI;", "type": "image"}, {"id": 17102484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1119a31-3589-41c9-bcd3-39a6edd85ddf/width=450/17102484.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UID*wt}?t5NHxt=_xDRkxs%0xYWBbas:xZn%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/596636", "modelId": 536697} \ No newline at end of file diff --git a/datasets/metadata/596994.json b/datasets/metadata/596994.json new file mode 100644 index 0000000000000000000000000000000000000000..fce55f0371d1d229333ecc65aa7d03cc59e4fba1 --- /dev/null +++ b/datasets/metadata/596994.json @@ -0,0 +1 @@ +{"id": 596994, "index": 0, "name": "V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-25T09:56:42.108Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["feito_gurafaito", "costume", "cloak", "armor", "heterochromia", "red eyes", "mask"], "stats": {"downloadCount": 33, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 512192, "sizeKB": 199279.125, "name": "596994_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T09:16:25.277Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9386AE16", "AutoV2": "4BFEB4C879", "SHA256": "4BFEB4C87920547AB563991EBA0E47B27916A54FB6322144A8F8972FA13405CE", "CRC32": "BF8D59D5", "BLAKE3": "D97CEA84CE42F4AC3F16014D78094E19340A6B58BAE6868C309F3D44D6FDAE29"}, "downloadUrl": "https://civitai.com/api/download/models/596994?type=Training%20Data"}, {"id": 512230, "sizeKB": 223099.93359375, "name": "Fate_Graphite_Pony_XL_v2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T09:56:26.703Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "80E07F18", "AutoV2": "B9D22FB6BD", "SHA256": "B9D22FB6BD21C7A60A7F9F8D7D7148A0946AAD09E03C6F975463B7AD20DE36BE", "CRC32": "18E793F5", "BLAKE3": "C13EFFB2BAFC62B519A873B05ECB6F414352301AB071F36E8FF286A1A50823C5", "AutoV3": "AB64443C4198"}, "downloadUrl": "https://civitai.com/api/download/models/596994", "primary": true}], "images": [{"id": 17230672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a01b073d-04be-4da1-bfbb-ee346b96866a/width=450/17230672.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGAT$oRPOaWA%%RPSPnh57V@i^s:jdRPjYkC", "type": "image"}, {"id": 17126717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7cf122e-0192-4c1f-af30-73566054488e/width=450/17126717.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9IM7?0L_%~C],9[0fB.0ekqC6+^00~B=|DP", "type": "image"}, {"id": 17183870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d7824b0-aee4-4a4e-81b0-0ca1c0c177cf/width=450/17183870.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEC6T6D%14v|?wIUJWaI0zRP?GS49aM_^jR-", "type": "image"}, {"id": 17184291, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef3d9848-9fdd-4be4-ae9a-4cebe2e960b5/width=450/17184291.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFA]~qXo5Twb_4xwI@sm5T%M%2NHELt5-UNe", "type": "image"}, {"id": 17127461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78735b16-bdcc-4ba3-97c0-4799984e8a7f/width=450/17127461.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UQG+H[i_V?x]_NIUM_S$O@RjxYkXE3Rj%1WC", "type": "image"}, {"id": 17174589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c2ddda2-65af-42f2-a695-65d3e322a5fc/width=450/17174589.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UIBW#+NM0.-o?dX9JDn$4UofwbR*4Tnh$dWY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/596994", "modelId": 537024} \ No newline at end of file diff --git a/datasets/metadata/597119.json b/datasets/metadata/597119.json new file mode 100644 index 0000000000000000000000000000000000000000..5b801ba002320e7718bce2103c0755e3a8d6bc79 --- /dev/null +++ b/datasets/metadata/597119.json @@ -0,0 +1 @@ +{"id": 597119, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-25T09:52:15.989Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 118, "ratingCount": 0, "rating": 0, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 512226, "sizeKB": 22240.28515625, "name": "Ram_reZero-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T09:55:56.156Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "721018CA", "AutoV2": "085A3C401F", "SHA256": "085A3C401F0511203213AF58176158D18621991CD304789D2DEBDC3EF9FB98EB", "CRC32": "C6C5AF65", "BLAKE3": "5D34394D5F7210ABA1A4310538B7DE62E31987EC7F651E7A11F6DFE12CEFE9D5", "AutoV3": "422195BDC1D3"}, "downloadUrl": "https://civitai.com/api/download/models/597119", "primary": true}, {"id": 512225, "sizeKB": 11732.666015625, "name": "Ram_reZero.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T09:55:51.750Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D7E2F8BB", "AutoV2": "65786348D7", "SHA256": "65786348D7B8F1DF63E8F396622FACF22C8E3BA32E9A7B9FA1F3A3F315DF1339", "CRC32": "33B36BDB", "BLAKE3": "B5B01C65D292DFD637C021A14D53E0C149D34548B59AF7BE1D071F8C8B04E2A8"}, "downloadUrl": "https://civitai.com/api/download/models/597119?type=Training%20Data"}], "images": [{"id": 17122974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0070cac1-4478-4d03-8129-dcb0bd9770b3/width=450/17122974.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U8OfDe000wMw00001FIA00?vISNayB_NR-yD", "type": "image"}, {"id": 17122973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/333949cf-915c-454c-bfb2-f7e642d235b0/width=450/17122973.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U8OfDf000wMw00001FIA00?vISNayB_NR-yD", "type": "image"}, {"id": 17123440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f2e721b-82a1-4f3d-92bd-fbf3dd15111f/width=450/17123440.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UQO{aea23WWrKkXmKjS$vhM|-pjF~CRQxtxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/597119", "modelId": 537139} \ No newline at end of file diff --git a/datasets/metadata/597171.json b/datasets/metadata/597171.json new file mode 100644 index 0000000000000000000000000000000000000000..190899d34f7ed60741a250e7799c8718c8d6673f --- /dev/null +++ b/datasets/metadata/597171.json @@ -0,0 +1 @@ +{"id": 597171, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-25T10:34:25.726Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 121, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 512281, "sizeKB": 22240.67578125, "name": "Rem_reZero-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T10:36:47.808Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "61DA7DBD", "AutoV2": "3A567A2BF4", "SHA256": "3A567A2BF4F2AA90AF2A43A7AE9DC87BE289569B4D77DA38BC584C3B343E5007", "CRC32": "A8D24A4C", "BLAKE3": "71D2BB80A26ED928A1E506246E2C78D7CF034783FE568BA9B82733E3E8F0A0B9", "AutoV3": "213E10C4A134"}, "downloadUrl": "https://civitai.com/api/download/models/597171", "primary": true}, {"id": 512280, "sizeKB": 12369.947265625, "name": "Rem_reZero.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T10:36:27.330Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B60BBFBC", "AutoV2": "24F4BA1061", "SHA256": "24F4BA1061935EAB757F79D1C7612AED54120DB97C0D83B8804398922EB2533D", "CRC32": "E8C9E6A2", "BLAKE3": "11FF2ADDD034816959A9ADE1CBC663510E2C8FC19D08073A6DF8E0F4777FEA2C"}, "downloadUrl": "https://civitai.com/api/download/models/597171?type=Training%20Data"}], "images": [{"id": 17127200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e789da6-76c6-4fd5-afe0-1dfbad9a7bc9/width=450/17127200.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBN0#l_3*w~V01xu8^%1GJV[+@og.8V@S$NH", "type": "image"}, {"id": 17127201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b96dab94-0aec-4537-a069-36c6155335a3/width=450/17127201.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBN0#l_3*w~V01x[8^%1GJV[+tog.8V@SiNH", "type": "image"}, {"id": 17127382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f490e1e3-481f-4cff-be6d-93eef184f733/width=450/17127382.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPMH7OMw55Md1+IAIVRi4?kW=GR%.Txangoe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/597171", "modelId": 537182} \ No newline at end of file diff --git a/datasets/metadata/597242.json b/datasets/metadata/597242.json new file mode 100644 index 0000000000000000000000000000000000000000..93e26270d3d0f5ddba75bca8fc5dbb5e63a5435d --- /dev/null +++ b/datasets/metadata/597242.json @@ -0,0 +1 @@ +{"id": 597242, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-25T11:29:00.157Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 151, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 512347, "sizeKB": 11367.36328125, "name": "Sailor_Venus.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T11:31:07.285Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "64C73D4F", "AutoV2": "DD59235A4E", "SHA256": "DD59235A4E9CBF39EFEE1E709427458FAAFC43B0FE2EE8385C0D1AA1928CC4CE", "CRC32": "E90C4BB9", "BLAKE3": "85BC916486036FD56E257DB226DCF37C4DED2D8DDF88D5FCA2BD0CCB173D571D"}, "downloadUrl": "https://civitai.com/api/download/models/597242?type=Training%20Data"}, {"id": 512348, "sizeKB": 22237.35546875, "name": "Sailor_Venus-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T11:31:11.716Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "09504261", "AutoV2": "C554267C30", "SHA256": "C554267C3081DD16708E5861B809F914C71E1180170D35CEF2B52308D5812F47", "CRC32": "71C3755C", "BLAKE3": "FE823A26C3646E44BDDF35A1F6F4520F261F841FCA65928D6737970E3B28BE04", "AutoV3": "309ABD8577ED"}, "downloadUrl": "https://civitai.com/api/download/models/597242", "primary": true}], "images": [{"id": 17131864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe2367b7-ef6f-4e8e-bb66-555ef424c0d8/width=450/17131864.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZPPcUxZ*0sV^bRit9V@tSf6R:oex]j?t7kD", "type": "image"}, {"id": 17131862, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5f519f4-1dbc-4d7b-98d4-557b60ef1f9c/width=450/17131862.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZPPcUxZ*0sV^bRit9V@tSf6R:oex]j@t7kD", "type": "image"}, {"id": 17132136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80664282-2d2d-44c9-946a-11f7011ba619/width=450/17132136.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UeO{,Ls;.8sk~TxtksVrNFRjb1jY?as,NGbw", "type": "image"}, {"id": 17132526, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6761a218-aca0-4622-bc8d-4d7f29757672/width=450/17132526.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UqM%G[s;-lof~ptRg4bIxta$S6oyNGa}xajZ", "type": "image"}, {"id": 17133045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/614bf44b-7fc6-4850-a9db-8bdf7f5d3dea/width=450/17133045.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UUO:U]%2_N-:?YayK8Rj%LWCt9kCoyobWEkD", "type": "image"}, {"id": 17133183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a0a2479-4666-41ab-93a9-261f4249198b/width=450/17133183.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPN]@I?a~p%M$^%LESIokVbbtTbINGj]bIR.", "type": "image"}, {"id": 17134234, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7660080-a4a7-46c3-b404-cb7fb68e5917/width=450/17134234.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPPPJ-tTtRxHKjkDt,V?xas+xcRi~9rqtRs,", "type": "image"}, {"id": 17134546, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f32c7f06-be3e-4a81-a221-78b2fdd4acba/width=450/17134546.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UZPr|7n#u5s:_MRO%2s:eSs:aMjFf,j]a#bI", "type": "image"}, {"id": 17134881, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aedefadd-a779-45ad-b376-be683320d5c0/width=450/17134881.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UGPPAU~CP.TyC}rpT0Td0|=XgPS$S}=yn4V|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/597242", "modelId": 537243} \ No newline at end of file diff --git a/datasets/metadata/597344.json b/datasets/metadata/597344.json new file mode 100644 index 0000000000000000000000000000000000000000..820ccf54b19ad16cbaaf13e1b9cc83d24c4fed78 --- /dev/null +++ b/datasets/metadata/597344.json @@ -0,0 +1 @@ +{"id": 597344, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-25T12:42:30.991Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 151, "ratingCount": 0, "rating": 0, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 512459, "sizeKB": 22237.03515625, "name": "sailor_mars-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T12:41:54.147Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F1596B33", "AutoV2": "2F58031F47", "SHA256": "2F58031F4709C01DD3546F4C796BD22E06E533638C82344D1B0D0A0796714403", "CRC32": "088ED597", "BLAKE3": "6C51BB042B45E1E147EF18327C65DDB829B5078D2D9164EBAECEA2617BB0CBE7", "AutoV3": "03BFAE3C7E9A"}, "downloadUrl": "https://civitai.com/api/download/models/597344", "primary": true}, {"id": 512458, "sizeKB": 9382.5673828125, "name": "sailor_mars.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T12:41:26.144Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5866C87E", "AutoV2": "2275E2E795", "SHA256": "2275E2E79537B9F86D7DAD5AA6A43D83561063D08E202AA7A41EE93E5BF32734", "CRC32": "4D84078D", "BLAKE3": "E5187F68502ABF2F515C71907E8403969F41940724A43410D9298F681A08B341"}, "downloadUrl": "https://civitai.com/api/download/models/597344?type=Training%20Data"}], "images": [{"id": 17138489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7b8f692-9dce-4f98-89db-50b6a1957dc6/width=450/17138489.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZNmsSxuo~xu00of?bay?cj[?bj[~qfP-:WB", "type": "image"}, {"id": 17138484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54766d95-b7d2-421e-9191-98013c1c7004/width=450/17138484.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZNmsTxvo~xu00of?bay?cj[?bj[~qfP-:WB", "type": "image"}, {"id": 17138789, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37c58f72-a0d1-4793-b8cf-5425ab98f65d/width=450/17138789.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYM%vM%2x^xu%Loz_3s:D%Mx?bkB_NayRPt7", "type": "image"}, {"id": 17139420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02f8f1b5-6cd3-4301-aec0-b92b68e3bfdf/width=450/17139420.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UBNJtLD43mvM0#8xXTrE0|~W_2t6Eg4:=|Io", "type": "image"}, {"id": 17139536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa5a6e42-fcf5-4cc7-bfe0-b8593b3fa557/width=450/17139536.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UHMrMobv00D%+HMx}s%gIAxa=|IowIbb%LRj", "type": "image"}, {"id": 17140125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8e963f4-f16b-4d10-8abe-1ce7c0b9c2ee/width=450/17140125.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKMs$kDN?Y-o_3,o%he.VsE1~WxuIoS#skNG", "type": "image"}, {"id": 17140484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a0b2916-70ee-4ef6-ac28-e60ceecfcf54/width=450/17140484.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UXLN79_NFw-o5PkBM{R+EKE2xuRjb^t6oz%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/597344", "modelId": 537335} \ No newline at end of file diff --git a/datasets/metadata/597489.json b/datasets/metadata/597489.json new file mode 100644 index 0000000000000000000000000000000000000000..9f0cf8d7b6e1c20ca5de374520b05ce6cfb537da --- /dev/null +++ b/datasets/metadata/597489.json @@ -0,0 +1 @@ +{"id": 597489, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-04T09:27:05.900Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": [], "stats": {"downloadCount": 31, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 512640, "sizeKB": 6050.1689453125, "name": "597489_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T14:41:46.944Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "78A5259E", "AutoV2": "42C1BE1F83", "SHA256": "42C1BE1F839B95792F1E094B4F2AEB474FD84C9DBBD13D2639925FE149CE2213", "CRC32": "EE860BEC", "BLAKE3": "D80618DB789B5AEEF1E50ED56BEB40E62996A66DAEAAF2E5FC9EC2969A4E92E3"}, "downloadUrl": "https://civitai.com/api/download/models/597489?type=Training%20Data"}, {"id": 533767, "sizeKB": 223101.03515625, "name": "Lavinia-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T09:25:41.704Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D7ADF9C4", "AutoV2": "EB3DF8BC2A", "SHA256": "EB3DF8BC2A15E9BF79F248139F916062A6C936D98114DA0B617302E2F9321FA1", "CRC32": "3BC0FFC7", "BLAKE3": "462EEC1C0D064598CE61C4D314F20F17624C1B6D04A78B256CEF6CCC404EFDA0", "AutoV3": "CF693918581A"}, "downloadUrl": "https://civitai.com/api/download/models/597489", "primary": true}], "images": [{"id": 18390063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d6f8bbd-dc23-4c5a-b504-50ce09099ffe/width=450/18390063.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UVH21gx^?wxu0KITIAf5xtWBV@j[tSay%Ma}", "type": "image"}, {"id": 18390062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/285ae9a5-7b1b-449a-80e7-ef7f0300da91/width=450/18390062.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U9H1i2^*674:0L4:}?={BCbb={R*?GxaJAR+", "type": "image"}, {"id": 18390061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a333966-19f2-40ad-a4f0-7d67ea252027/width=450/18390061.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8FEr,~BG[EhGGIp?GRj0LR+-A$%=ts.xZs;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/597489", "modelId": 537471} \ No newline at end of file diff --git a/datasets/metadata/597567.json b/datasets/metadata/597567.json new file mode 100644 index 0000000000000000000000000000000000000000..410aa2f57299ac6a8aa41198d5d60fe47d11606d --- /dev/null +++ b/datasets/metadata/597567.json @@ -0,0 +1 @@ +{"id": 597567, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-25T19:26:15.658Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 513133, "sizeKB": 18545.78125, "name": "Rapidash_Pokemon.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T19:31:13.275Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "F7897B95CE", "SHA256": "F7897B95CE205AE00F233B3A887A8FB645B7FCFEB781BC8C4A6368F8D136CAE0", "CRC32": "DEF0D667", "BLAKE3": "B82CC5D5D832A478E71FF84D898661226A94033CA6E73FC79DEA6EFC8CF86063", "AutoV3": "EF38AD747A0D"}, "downloadUrl": "https://civitai.com/api/download/models/597567", "primary": true}, {"id": 512672, "sizeKB": 422.654296875, "name": "597567_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T14:55:47.791Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "268309A4DB", "SHA256": "268309A4DB9F180D17D80E540B5093D4C9DA294F1461E0AE040B603AF9DA489E", "CRC32": "C4B00660", "BLAKE3": "FF9BFFB3A94068E18AD026D610CACD392F0584DB5CEE920F2012A4F3720C5BDA"}, "downloadUrl": "https://civitai.com/api/download/models/597567?type=Training%20Data"}], "images": [{"id": 17185065, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7efd7396-2e8b-4fbb-acdc-6c1f8769766b/width=450/17185065.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "U9GkO1pI02019aE3IW4:02,.~Ux]oM%K-mX9", "type": "image"}, {"id": 17184445, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d79e579a-59d1-4bf1-afbc-f93363037386/width=450/17184445.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UkFhYBRkR%S5~BRlWCS4ohWXoMoJNfofoMs,", "type": "image"}, {"id": 17184446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a34400ac-1ca2-4002-8200-69a64dfd967c/width=450/17184446.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "USFr9I%1M{$f~Cs.RkxE9#e.ofR,9|WBs,Nd", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/597567", "modelId": 537534} \ No newline at end of file diff --git a/datasets/metadata/597574.json b/datasets/metadata/597574.json new file mode 100644 index 0000000000000000000000000000000000000000..c9edc0610beb420b2583ef6a6640182c2ac3569f --- /dev/null +++ b/datasets/metadata/597574.json @@ -0,0 +1 @@ +{"id": 597574, "index": 0, "name": "V1.1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-25T15:58:33.852Z", "availability": "Public", "nsfwLevel": 28, "description": "V1.1
", "trainedWords": [], "stats": {"downloadCount": 44, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 512695, "sizeKB": 1615.6533203125, "name": "597574_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T15:05:32.498Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "7318B76A9F", "SHA256": "7318B76A9F35FD3B9AAE8AA2D4F0E44F344242353517CB4A769351EBE36C2EDD", "CRC32": "3790D806", "BLAKE3": "6EBF0EE3E746306697FAF5030F4D2065782244B8AC0313C028D85E12294003AC"}, "downloadUrl": "https://civitai.com/api/download/models/597574?type=Training%20Data"}, {"id": 512798, "sizeKB": 223100.70703125, "name": "Kimahri-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T15:56:21.653Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "153D6B09", "AutoV2": "41F8F01720", "SHA256": "41F8F01720CC856EE0D963FC313FB9DEB5E56D7245DDAA6C2F0CE8B4D235FC5D", "CRC32": "A4D65AD2", "BLAKE3": "274AF8FF48FA819F4FEF587B117F7D444D1911992D11C2D126EACEA248D93412", "AutoV3": "3DBFDB6F13AD"}, "downloadUrl": "https://civitai.com/api/download/models/597574", "primary": true}], "images": [{"id": 17157015, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87896858-c816-48fd-ae0c-48ad8e1cf9ef/width=450/17157015.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UbDTxOx_%%RO.7oet2RiM_RjM|t8RQWBV]of", "type": "image"}, {"id": 17157016, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91909169-bedb-473f-9590-143891d51475/width=450/17157016.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UXIX{X_3X8xt~pxvM|bFX:t8RPWU18tSjZWC", "type": "image"}, {"id": 17157183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20d7a19e-91ae-4897-a8cc-d5e4970b4232/width=450/17157183.jpeg", "nsfwLevel": 4, "width": 474, "height": 632, "hash": "UdF?9WD$_4j]%%V@NHxv%Mj[adozW?ofRjM_", "type": "image"}, {"id": 17157189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7c65585-538a-47d5-81f7-f034d7cff818/width=450/17157189.jpeg", "nsfwLevel": 4, "width": 474, "height": 632, "hash": "UzLqeFxu~qt6_3j[WAae?afPfRazobRjM|og", "type": "image"}, {"id": 17157188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fc1969f-a87a-42f1-a35f-f36af74172f0/width=450/17157188.jpeg", "nsfwLevel": 4, "width": 474, "height": 632, "hash": "UyM@cgRj~q%M?bxukBRjxuWBRjWBoeayM{t7", "type": "image"}, {"id": 17289643, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3440bf87-758e-4a6b-a4d8-663ee1a010f4/width=450/17289643.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "U8AALKTL#N?H-?M^$wI[}*0057I^qsIWp0rV", "type": "image"}, {"id": 17289644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad7f02d9-ccb0-4b3a-9a00-a0005ca70a69/width=450/17289644.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UUEpEQ%N?dogtSbbj@V@%if+M_jZSkRjR:V@", "type": "image"}, {"id": 17547618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/209f9a5f-a3fd-4853-9e7c-71af900fb666/width=450/17547618.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UAC?ZV*0=q-V^1xb$%Vr=p4.EkyDXTo~%#t6", "type": "image"}, {"id": 17547620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4868077f-1593-4c75-8379-d739d0c20c8e/width=450/17547620.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UBBDQl%gQ+9Z*0xs#irr=WVsD%E1IAE2Oa-p", "type": "image"}, {"id": 17547621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/933f40b1-ef6f-499e-ad63-072c587df33f/width=450/17547621.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UAAc*--=+rDi_4xtMxIUxB$eIp%1IT9xOZWU", "type": "image"}, {"id": 17547619, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1cd3edd-1cff-4ed2-b94c-12ba3852181f/width=450/17547619.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UBDc8pR5rBxbEm%Mi]og$J9tOYtS~AD*%MRk", "type": "image"}, {"id": 17547617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aeaad556-5830-4d28-8a21-7ca0d6ee79cf/width=450/17547617.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UFAAq6%gvxIo?wxVVWV@s*aLD%R%RQE3M}xa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/597574", "modelId": 537540} \ No newline at end of file diff --git a/datasets/metadata/597757.json b/datasets/metadata/597757.json new file mode 100644 index 0000000000000000000000000000000000000000..64c9413fd0ee2f331bf01a8d23b4904786de5dc1 --- /dev/null +++ b/datasets/metadata/597757.json @@ -0,0 +1 @@ +{"id": 597757, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-25T20:18:26.972Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Princess Dianne, brown hair, long hair, ponytail, purple eyes, tiara, hair bow, ", "black choker, (purple top, turtleneck, sleeveless, gold trim), white pleated skirt, (black thighhighs, purple trim), (black arm warmers, purple trim), chest armor, gem, arm armor, armored boots, sword, ", "black choker, (purple top, turtleneck, sleeveless, gold trim, underboob, navel, midriff, torn clothes, ripped clothes,), white pleated skirt, (black thighhighs, purple trim), (black arm warmers, purple trim), arm armor, armored boots, sword, holding sword, ", "cat ears, (pink thighhighs, purple lace trim), (pink arm warmers, purple lace trim), purple negligee, nipple rings, Butt plug cat tail, dog collar, leash, heart crest, lewd crest, ", "choker, nippleless bra, crotchless panties, garter belt, stockings, Wrist Cuff, arm band, Lace, ", "(tube bikini top, lace, inner sideboob,), (low waist bikini bottom, lace,), navel, midriff, "], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 513175, "sizeKB": 223099.79296875, "name": "Princess_Dianne_Demon_King_Domination-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T19:51:26.211Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B27E0618", "AutoV2": "8944CB1AEC", "SHA256": "8944CB1AECB52D175D0DBA934CC8D03286B5A1253D7CDAC0E359321A4A9EB5E6", "CRC32": "D7720254", "BLAKE3": "F4D5875545CC323E44C370E2CD495E473F5DCB0CB18AA2E19BFAE54D4E816D9D", "AutoV3": "FC7A8A6D3F03"}, "downloadUrl": "https://civitai.com/api/download/models/597757", "primary": true}, {"id": 512851, "sizeKB": 23485.5146484375, "name": "597757_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T16:26:33.983Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "52522F63", "AutoV2": "B379A546F6", "SHA256": "B379A546F6A72B4D28550AF010EF22BD227AE9BD9030954BE6C91D9C34902C26", "CRC32": "2CD81498", "BLAKE3": "A94509BDBF1A62E1DB7DED4F285F357449B46488E1B65D9F35EB47832DE9111E"}, "downloadUrl": "https://civitai.com/api/download/models/597757?type=Training%20Data"}], "images": [{"id": 17188008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3af3a390-fc15-4060-b412-437aa1ff2c18/width=450/17188008.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UMHUhA%20zxu~C%29tozInxuRPRj%MR*kDaK", "type": "image"}, {"id": 17188007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/171b9389-51d1-4d06-8585-1e04976a1ccf/width=450/17188007.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UNG@u.9s0gxt~CIo9t%25QnnS0-pk7xaV]k8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/597757", "modelId": 537692} \ No newline at end of file diff --git a/datasets/metadata/597758.json b/datasets/metadata/597758.json new file mode 100644 index 0000000000000000000000000000000000000000..826c168552a72730d79bf50ba03813dcdf9606d6 --- /dev/null +++ b/datasets/metadata/597758.json @@ -0,0 +1 @@ +{"id": 597758, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-25T16:22:43.660Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 157, "ratingCount": 0, "rating": 0, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 512848, "sizeKB": 10008.771484375, "name": "sailor_jupiter.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T16:25:54.587Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "27A5DAD3", "AutoV2": "4BA03FEE2F", "SHA256": "4BA03FEE2F932BA75BD3E68B94C8D61D9D46E5C1E898FF28CAEEF92623046B36", "CRC32": "F89A789A", "BLAKE3": "D54EA0B877AEAE3C4130F187CF04EB12D2B70251B3A8D82A19FBC9D67DF4518C"}, "downloadUrl": "https://civitai.com/api/download/models/597758?type=Training%20Data"}, {"id": 512849, "sizeKB": 22238.19140625, "name": "sailor_jupiter-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T16:25:58.321Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EB928122", "AutoV2": "21248363B4", "SHA256": "21248363B4CB501669690749C092DEA2FE48CA9DA77EF8C82AAB4D16738F17F8", "CRC32": "C094E394", "BLAKE3": "D4B09C18950383FA17FD65531C373F93556BA5EF9AEB2E34E3DA147FD2ED9AB2", "AutoV3": "167B15C1F5D5"}, "downloadUrl": "https://civitai.com/api/download/models/597758", "primary": true}], "images": [{"id": 17159903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9aa86d20-9276-4cbb-bc5d-c00c26b8e7bb/width=450/17159903.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYOf=U~q.TIUIT%M?vM{NIM{xFoz%NoLsmRj", "type": "image"}, {"id": 17159904, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4ebcabf-fca4-4727-aa8e-a0a737fa136d/width=450/17159904.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYOf=U~q.TIUIT%M?vM{NIM{xFoz%NoLsmRj", "type": "image"}, {"id": 17160512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75fc7135-99d3-4b53-b1fd-2db37dfbb807/width=450/17160512.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPMjUN_2tkM{xU?H?cIU9ZRk~WM|_3M{RjWA", "type": "image"}, {"id": 17163941, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/703a6f58-8b12-4e34-a493-5acf95cd9858/width=450/17163941.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaOWW?oL_N-;_2IU%g-;4.j[%2WVozt7t7WB", "type": "image"}, {"id": 17164876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d00a9789-0ec2-4571-a470-459d875721c3/width=450/17164876.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UCMPqA4nE^-p009u?v-U00xt}@Na=zs90LNH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/597758", "modelId": 537691} \ No newline at end of file diff --git a/datasets/metadata/59781.json b/datasets/metadata/59781.json new file mode 100644 index 0000000000000000000000000000000000000000..25575022548ae9429b2019b5c592a95777ec7c0a --- /dev/null +++ b/datasets/metadata/59781.json @@ -0,0 +1 @@ +{"id": 59781, "index": 0, "name": "v3medium", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-01T13:49:14.328Z", "availability": "Public", "nsfwLevel": 13, "description": "trained on anythingv3, 768x768, 12/24 epochs
half of the dataset generated with 2 previous versions
", "trainedWords": ["handles on hips", "hhips"], "stats": {"downloadCount": 640, "ratingCount": 125, "rating": 4.98, "thumbsUpCount": 134, "thumbsDownCount": 0}, "files": [{"id": 42422, "sizeKB": 3922.7919921875, "name": "examples.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-01T14:20:53.060Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "11E51B34", "AutoV2": "BD08A23C52", "SHA256": "BD08A23C52DB13158247403108BEA61B3A4615DACEF19AEE71F8FE12E475CE85", "CRC32": "7F9474BB", "BLAKE3": "01EB480E7FD758EB0B47F4CC6205D59C8E89C98267B53A4F7ED117563813286C"}, "downloadUrl": "https://civitai.com/api/download/models/59781?type=Training%20Data"}, {"id": 42398, "sizeKB": 36976.7255859375, "name": "handles3-000012.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-01T13:50:46.067Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F01E1C8D", "AutoV2": "C2D6374291", "SHA256": "C2D63742918DF0B69EE144C1690D0871ABA45F7B66E135A954859DBCAE29175C", "CRC32": "D95A1980", "BLAKE3": "4C177C471EC4A2D398EB084032D63D0159A2CE10D8CBEC964E9EAEBC2575C720", "AutoV3": "667CCE18C8F2"}, "downloadUrl": "https://civitai.com/api/download/models/59781", "primary": true}], "images": [{"id": 652353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82cd6830-d238-4ecd-daea-4f3cfda89900/width=450/652353.jpeg", "nsfwLevel": 4, "width": 640, "height": 960, "hash": "UNHLP#qK15=}py::%NICPeD$w?$$J3A9aH%1", "type": "image"}, {"id": 652358, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2be2e7fe-6dee-4cf8-932d-c6cd8d63a400/width=450/652358.jpeg", "nsfwLevel": 8, "width": 1280, "height": 1920, "hash": "U8FO=macwfn:X,aKMxN2x?RiNG#7LNWT?aWG", "type": "image"}, {"id": 652355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68b68203-aa5b-4af7-c091-bd3fe9530b00/width=450/652355.jpeg", "nsfwLevel": 4, "width": 1280, "height": 1920, "hash": "UGHB}ZE2~q9bIqacSij[s+TJofadAKnhNIR.", "type": "image"}, {"id": 652357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e2f38e0-58bf-4b61-52a8-01e1f5b17000/width=450/652357.jpeg", "nsfwLevel": 8, "width": 1280, "height": 1920, "hash": "UDHwibeU?ZD,XNV@tQ9a~BIpSzV]yV9]xuaO", "type": "image"}, {"id": 652354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5244473-e407-45c7-28f6-560a6c7d8000/width=450/652354.jpeg", "nsfwLevel": 8, "width": 1280, "height": 1920, "hash": "UPGbPLohxubwT|XAOtOFrpS|XUspPqjFjGso", "type": "image"}, {"id": 652356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8717067f-1ab9-4a8a-3a45-9004aaa3cb00/width=450/652356.jpeg", "nsfwLevel": 8, "width": 1280, "height": 1920, "hash": "UIFiAEIp~VOYIT%MtRRk.8NGxuRktltl%Mt8", "type": "image"}, {"id": 652352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2198a513-9731-42a5-4b0a-0f2390a4ee00/width=450/652352.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UGGRPPD%_M9tb]R*XSNtoJxuR*WVTJRPtRoc", "type": "image"}, {"id": 652415, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/147b3ff2-8133-415a-c30e-c78deead4800/width=450/652415.jpeg", "nsfwLevel": 1, "width": 5632, "height": 3266, "hash": "USPGjX_3~q?bozWBt7t7-poLM{Rj%MWBWCs;", "type": "image"}, {"id": 652417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d72ddb93-5f30-4a8b-85ee-17364d656400/width=450/652417.jpeg", "nsfwLevel": 8, "width": 3584, "height": 8448, "hash": "U~N0;.~q%fM{t7WBj[a{j?ayfkj[bHoej[j[", "type": "image"}, {"id": 652416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a2bb782-e6f0-4801-b5d0-832e2c4f0d00/width=450/652416.jpeg", "nsfwLevel": 4, "width": 3584, "height": 8448, "hash": "UoPQ86~q?bofj?ofj]fPt6WBWCj[Rjt7t7ax", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/59781", "modelId": 54438} \ No newline at end of file diff --git a/datasets/metadata/597836.json b/datasets/metadata/597836.json new file mode 100644 index 0000000000000000000000000000000000000000..deacf4bb30a832ff0a5b1378e602fa10b3d01896 --- /dev/null +++ b/datasets/metadata/597836.json @@ -0,0 +1 @@ +{"id": 597836, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-27T16:05:30.992Z", "availability": "Public", "nsfwLevel": 4, "description": "V1
", "trainedWords": [], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 517252, "sizeKB": 223105.94140625, "name": "Dragon_Prince_Zhou_Yuan-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T16:06:20.891Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C4FE704C", "AutoV2": "8CD06DA746", "SHA256": "8CD06DA746B4D229FA8D8D9B68438C0D94F95767C459BD66B991D2D34E7BB664", "CRC32": "7E564206", "BLAKE3": "64BFFDBF885AE862E0597D66AB8C830BCFC4C7B46E999BCD7CAE9ACCF9ED2F63", "AutoV3": "78FF16A0E4B6"}, "downloadUrl": "https://civitai.com/api/download/models/597836", "primary": true}, {"id": 512935, "sizeKB": 76764.916015625, "name": "597836_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T17:11:56.737Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2F097CE4", "AutoV2": "30B11AB265", "SHA256": "30B11AB265073F903B82F8C2E8238A644DC47757C86B18C19173037F5DD8BC2F", "CRC32": "A175A288", "BLAKE3": "47BBA31C1C3AFEE3ECB53E13E33DF9784446D90C264B76D9627B787D04FE6CB4"}, "downloadUrl": "https://civitai.com/api/download/models/597836?type=Training%20Data"}], "images": [{"id": 17439738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9bb9f20e-362d-421b-8ae4-b7888f8fa0a3/width=450/17439738.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UIIWH1Ash~x]^+NG9Ft7pcv#rWRj~Ws:RPOD", "type": "image"}, {"id": 17439740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce7e68b5-db87-4881-8fcc-c5d34245111c/width=450/17439740.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UJI3zbslnO-p~qZ$RjofyEIUs.ni?bIURjoz", "type": "image"}, {"id": 17439737, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b96d8234-bd9f-48e3-bb83-7ee377aedb36/width=450/17439737.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U6E^A^1H4TGZ[CNH=dGFH?}Y^jIpE#xGEzEL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/597836", "modelId": 537764} \ No newline at end of file diff --git a/datasets/metadata/597909.json b/datasets/metadata/597909.json new file mode 100644 index 0000000000000000000000000000000000000000..2904d13ecb737b64721379e80b47ca3ec58fb2c1 --- /dev/null +++ b/datasets/metadata/597909.json @@ -0,0 +1 @@ +{"id": 597909, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-25T17:53:10.838Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 155, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 513002, "sizeKB": 10333.8916015625, "name": "Sailor_Moon.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T17:56:16.635Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2F9B10F9", "AutoV2": "CAABFF6EE1", "SHA256": "CAABFF6EE1A10D3FA0D0F0DE5D1E65BAF42A1F2D366959C8FA1677026E57933F", "CRC32": "82EA3706", "BLAKE3": "D6E09A6656A9FFC620747B857C0DD481EFB7FF4C774EE72B5B1DC8F2C59541B8"}, "downloadUrl": "https://civitai.com/api/download/models/597909?type=Training%20Data"}, {"id": 513003, "sizeKB": 22237.51171875, "name": "Sailor_Moon-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T17:56:39.358Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A181DE80", "AutoV2": "546174B2D4", "SHA256": "546174B2D4DB122EE93A18530AFFD0B94DBA92F81687232F04750C7A9988DA67", "CRC32": "DB7046AB", "BLAKE3": "741212CD32AC2153DA599F614C837FC21548BE79963BAFE023B5223BD417D78F", "AutoV3": "297E477E2D21"}, "downloadUrl": "https://civitai.com/api/download/models/597909", "primary": true}], "images": [{"id": 17171178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3482a6cf-08a2-4a77-820f-16d9c81661eb/width=450/17171178.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXOMBH%Mysxu~Toet8ofxva}x^WBN{j@W?fj", "type": "image"}, {"id": 17171177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33da45d7-ec1e-4df6-bea8-30a07f2674fb/width=450/17171177.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXOMBH%Mysxu~Toet8ofxva}x^WBN{j@W?fj", "type": "image"}, {"id": 17171516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13a2200d-abe4-4379-8abc-40976d9565e6/width=450/17171516.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEK^KhDi00Or4TXT0.V?5Qx]4?iv~Cv|o~%g", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/597909", "modelId": 537827} \ No newline at end of file diff --git a/datasets/metadata/597955.json b/datasets/metadata/597955.json new file mode 100644 index 0000000000000000000000000000000000000000..a730d0134c32e8585a3322d6948089edfde9f12e --- /dev/null +++ b/datasets/metadata/597955.json @@ -0,0 +1 @@ +{"id": 597955, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-25T18:23:53.180Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 137, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 513039, "sizeKB": 22237.39453125, "name": "Sailor_Mercury-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T18:26:18.537Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4E0FD82F", "AutoV2": "999CB5626E", "SHA256": "999CB5626E6E50D4BB7A4663711AB192D5241E0049784FA956555185676BA81D", "CRC32": "FA02DE73", "BLAKE3": "A05FA95AE494DE4D95C95D5D12CDA48DA8ADEE75EF22AABB1B3B7ACFEFB72B90", "AutoV3": "968C140B3B63"}, "downloadUrl": "https://civitai.com/api/download/models/597955", "primary": true}, {"id": 513040, "sizeKB": 9991.3134765625, "name": "Sailor_Mercury.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T18:25:55.123Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F6419EEB", "AutoV2": "FD963740DE", "SHA256": "FD963740DEDA9F99DC88EC6C5FBC1C2312391878F68D3723823554FFF8128F84", "CRC32": "4B3F0F7B", "BLAKE3": "7FF1BDB99C371EB065767993FB77D8593700E2D6CC00A2B3E5BFC19EEB33C6A3"}, "downloadUrl": "https://civitai.com/api/download/models/597955?type=Training%20Data"}], "images": [{"id": 17174753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55eb8d55-dcaf-4dfa-bfb9-794fe85cf476/width=450/17174753.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UfM@1Xt8?^xutOkC%1t7IUa#$*j[E2ofV@j[", "type": "image"}, {"id": 17174752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dae8227d-d45c-438b-8a1d-4e7e29bf1362/width=450/17174752.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UfM@1Xt8?^xutOkC%1t7IUa#$*j[E2ofV@j[", "type": "image"}, {"id": 17175349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1856a890-befc-4479-ad6c-09757a626986/width=450/17175349.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UQNmA@t7FpadF=xV%fR-Ac%1~AxW?bkSxatQ", "type": "image"}, {"id": 17175353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44306f4e-500b-4e0b-9976-a5bfe0be99ab/width=450/17175353.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UHNm4#^4EI^k0JNK.8$g0gXT}rXSxcMya1D%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/597955", "modelId": 537871} \ No newline at end of file diff --git a/datasets/metadata/598137.json b/datasets/metadata/598137.json new file mode 100644 index 0000000000000000000000000000000000000000..cc7566f8af56d7d680fd68179a5aedfbfe462f4c --- /dev/null +++ b/datasets/metadata/598137.json @@ -0,0 +1 @@ +{"id": 598137, "index": 1, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-26T01:34:33.181Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 29, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 513390, "sizeKB": 223098.95703125, "name": "Isabelle-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T21:52:38.638Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4728893C", "AutoV2": "3F03765664", "SHA256": "3F03765664763C0E802EDEC0F010769749155BA4F648F67348C5908D2CCD027C", "CRC32": "946B2332", "BLAKE3": "19DAD2E1AF505B4B2FE15B0A0F1D8A3BF63DBC479A45549369CBABF361A78DCA", "AutoV3": "71FD807240B9"}, "downloadUrl": "https://civitai.com/api/download/models/598137", "primary": true}, {"id": 513242, "sizeKB": 9692.2978515625, "name": "598137_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T20:31:05.196Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D7F956BF", "AutoV2": "C5717235DA", "SHA256": "C5717235DA2EC857D625BE202AA076CE722986F21BDCA32B9B4B82DFD9E182A0", "CRC32": "C556F066", "BLAKE3": "4108D6C531731CD188174E25FB3E3ECB36E3695E296C834F0E9B1E1B47C677AF"}, "downloadUrl": "https://civitai.com/api/download/models/598137?type=Training%20Data"}], "images": [{"id": 17197925, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00a0276e-64c9-47c0-8d4e-49995a334c38/width=450/17197925.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHKn-e?u0EDiY7_NDiIBEnXA^*${?uS0nnV|", "type": "image"}, {"id": 17197923, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b6e4049-3d9d-4897-890e-03741543f914/width=450/17197923.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOQvXI-TMw.9~SNKxsRit-S^WU%3xuxUIUNK", "type": "image"}, {"id": 17197926, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e14c4da6-d167-42cd-9774-3dea13ebb95c/width=450/17197926.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMLqUnRk9m_3D#D%D+xv_4Io_4M{E1D*RR-n", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/598137", "modelId": 538054} \ No newline at end of file diff --git a/datasets/metadata/598231.json b/datasets/metadata/598231.json new file mode 100644 index 0000000000000000000000000000000000000000..7525a43f68c46360b0d8abbfe86cbaa42fcd5fe8 --- /dev/null +++ b/datasets/metadata/598231.json @@ -0,0 +1 @@ +{"id": 598231, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-26T20:06:02.967Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 43, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 515420, "sizeKB": 36977.75, "name": "Canal_Windows-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T20:08:30.607Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "308786BE", "AutoV2": "0CD4C2E746", "SHA256": "0CD4C2E74694969B344CCB4BAEBFC1EFA7CB92A8BE65847AC65E96CA36BDCC65", "CRC32": "4ED7A452", "BLAKE3": "1F63994F4D126C3929640AB228CBD88421CF4586AAD36AEFBB49C6E210E09D09", "AutoV3": "9DE0ABADB2C4"}, "downloadUrl": "https://civitai.com/api/download/models/598231", "primary": true}, {"id": 513344, "sizeKB": 2898.5146484375, "name": "598231_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T21:35:42.698Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4C08F479", "AutoV2": "3506B5872D", "SHA256": "3506B5872D9B3A172C5AB1963F6371401B8831D82D5940A55F8B17D3530C5B44", "CRC32": "3A636A59", "BLAKE3": "8C46920651919559DE175C1F7860FEB869ED8E6259B9FA6C8EC4375B1A3835EE"}, "downloadUrl": "https://civitai.com/api/download/models/598231?type=Training%20Data"}], "images": [{"id": 17330302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1aa25fb-b61d-475c-900f-750f0b92f90e/width=450/17330302.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UcE8~U$os=J|]uxJbZbIw~oMSJWnf4R~R~f6", "type": "image"}, {"id": 17330304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32efe758-fbe8-4dda-8f11-61f3fc37bb88/width=450/17330304.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UjL^S=np9rW,}[NZRRoObgWXnmWVR~a#WYWU", "type": "image"}, {"id": 17330303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21e7a1f1-cf33-482c-b04f-bf20eb2ed532/width=450/17330303.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UkKRT2SdD#RO~AO9RCV{ktW-Rna$Stn-aiW,", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/598231", "modelId": 538133} \ No newline at end of file diff --git a/datasets/metadata/598249.json b/datasets/metadata/598249.json new file mode 100644 index 0000000000000000000000000000000000000000..2e7f83d99a496657cdcb87ce9c3cc641b81b2cfe --- /dev/null +++ b/datasets/metadata/598249.json @@ -0,0 +1 @@ +{"id": 598249, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-25T21:28:53.020Z", "availability": "Public", "nsfwLevel": 23, "description": null, "trainedWords": ["mikasaPNY", "black hair", "short hair", "bangs", "hair between eyes", "mikasa ackerman"], "stats": {"downloadCount": 181, "ratingCount": 0, "rating": 0, "thumbsUpCount": 39, "thumbsDownCount": 0}, "files": [{"id": 513338, "sizeKB": 176955.90625, "name": "mikasaPNY.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T21:30:44.231Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BB6B215F", "AutoV2": "E41BEA2ECE", "SHA256": "E41BEA2ECE5608C37911A94CDC7EAE7B04693A8A52458B67FFBDC1D5E05761BF", "CRC32": "D9D74CE1", "BLAKE3": "57E68C190CEB97195874DE343C1DEF6AE355FDAC9819BB464FE38032DD19BA2A", "AutoV3": "72AEC1826057"}, "downloadUrl": "https://civitai.com/api/download/models/598249", "primary": true}, {"id": 515646, "sizeKB": 16902.42578125, "name": "mikasaPNY.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T22:06:51.828Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5470F2DE", "AutoV2": "55F0B0C424", "SHA256": "55F0B0C424220C95623B8216B3D2DFF93E205A2E42EEB590D16D7F44DCD60986", "CRC32": "8DEFB27E", "BLAKE3": "36A071C01AE14AC238DFF98E8BAB9B2D26BF074C403D824D29BC951C22339FD7"}, "downloadUrl": "https://civitai.com/api/download/models/598249?type=Training%20Data"}], "images": [{"id": 17195407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb07b87a-8bfc-447a-bb1b-be9d2545da8e/width=450/17195407.jpeg", "nsfwLevel": 4, "width": 992, "height": 1456, "hash": "UGLgOn~VyW9Z0h%1R-IU01M{9a9Z58xZt7Rj", "type": "image"}, {"id": 17195363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee4d2a0c-7c64-41bf-8e68-e5ddfaf9a5f4/width=450/17195363.jpeg", "nsfwLevel": 1, "width": 992, "height": 1456, "hash": "UDHetV00.T8_PXMc%hxu0MM{^+IV?cEN-Txu", "type": "image"}, {"id": 17195366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71fcfe2f-c8bc-4c6d-bcc0-9848ca5223c5/width=450/17195366.jpeg", "nsfwLevel": 1, "width": 992, "height": 1456, "hash": "UFJ*SE~ot6^*00?a?a-;t--p?HIV4nRPWBD%", "type": "image"}, {"id": 17195358, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eda70c4f-333e-4698-a2ec-a49d297dcfde/width=450/17195358.jpeg", "nsfwLevel": 2, "width": 992, "height": 1456, "hash": "UIIOX,X-5PI=ET0g~XX9Ip$,_3NI%$%LxstR", "type": "image"}, {"id": 17195361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcfc7a92-9634-4b3f-9120-7eb43c7f191e/width=450/17195361.jpeg", "nsfwLevel": 1, "width": 992, "height": 1456, "hash": "UHJHp-ogi]-:jCMx~qxa0KIUxuR*xv%faJt6", "type": "image"}, {"id": 17195362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9a47d7a-d110-4f11-9939-583c23b1072c/width=450/17195362.jpeg", "nsfwLevel": 1, "width": 992, "height": 1456, "hash": "UaJj}1-p~V-pt3Ipt4f69axa%MWBj[ax%LWB", "type": "image"}, {"id": 17195360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d890d69-e9d4-4ab3-ae68-e6e7ba033c18/width=450/17195360.jpeg", "nsfwLevel": 1, "width": 992, "height": 1456, "hash": "UIJa+a?G%MaJ00xuIo%M00s,?Gt7_Nof^+WB", "type": "image"}, {"id": 17195369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87829d91-3348-490b-823f-276eec2bbb9c/width=450/17195369.jpeg", "nsfwLevel": 16, "width": 992, "height": 1456, "hash": "USK,$[~Br=wbI@^*niRP?Gs:azIV9uj]s:WB", "type": "image"}, {"id": 17195368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/643227f9-4716-469d-95f8-66d9e3544433/width=450/17195368.jpeg", "nsfwLevel": 16, "width": 992, "height": 1456, "hash": "UNN9j~=ER*$*9Z-:^j%19ZIpxaxa~V9Gt7sm", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/598249", "modelId": 538144} \ No newline at end of file diff --git a/datasets/metadata/598362.json b/datasets/metadata/598362.json new file mode 100644 index 0000000000000000000000000000000000000000..fc3dca327c753d10c1ccc05aea843558e730d1d6 --- /dev/null +++ b/datasets/metadata/598362.json @@ -0,0 +1 @@ +{"id": 598362, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-25T22:16:41.057Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 122, "ratingCount": 0, "rating": 0, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 513444, "sizeKB": 22237.96484375, "name": "Tsuki_Uzaki_Uzakichan-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T22:20:40.148Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F652D79B", "AutoV2": "4510AEA356", "SHA256": "4510AEA3563ED438707361D4E8EF1FDE7A33E28B66B10AEF6CAD7D92E5556671", "CRC32": "B44442E8", "BLAKE3": "795F490A97966B7CD93139352E14E13EDF90388F66A7CC2E6E40FF8389755C34", "AutoV3": "1B4E3E66C065"}, "downloadUrl": "https://civitai.com/api/download/models/598362", "primary": true}, {"id": 513443, "sizeKB": 8316.1103515625, "name": "Tsuki_Uzaki_Uzakichan.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T22:20:38.392Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "68754F1A", "AutoV2": "C68609299D", "SHA256": "C68609299D98B608C8E77B4CE944DE3930DB3426A2A2D939D2EDC609275751A5", "CRC32": "EACD78EC", "BLAKE3": "3FCF02FE4488DF414AB9B74628D910CD515397FB053A46AD972C973956B34846"}, "downloadUrl": "https://civitai.com/api/download/models/598362?type=Training%20Data"}], "images": [{"id": 17200564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfe8cc97-7c16-479e-bedd-1095980ca80c/width=450/17200564.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UUNJUi~qE1-;01xaIURjb_M{IAM{v}IUn$IU", "type": "image"}, {"id": 17200565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ecc0388-f9a5-414d-ba1b-3531943b7d32/width=450/17200565.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UUNJUi~qE1-;01xaIURjb_M{IAM{v}IUn$IU", "type": "image"}, {"id": 17200731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d86d5672-d851-4dd6-a337-aca7eca0c525/width=450/17200731.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URMQ3JD*00M{01V?NaIoO[ozv}jF~VxuIokC", "type": "image"}, {"id": 17201197, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab2cab3c-9d6d-4d9d-bb39-0dfaf2d0745b/width=450/17201197.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFPPfg_3*0?bY6jYJCR+E2Rj,Bxt%$%2M|of", "type": "image"}, {"id": 17201657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4671a54a-48ca-4ba2-9b09-c09f301000cb/width=450/17201657.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEQ91UEMyE=u1OW=cFR*D%JBt7Ip}?rqw[IV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/598362", "modelId": 538240} \ No newline at end of file diff --git a/datasets/metadata/598372.json b/datasets/metadata/598372.json new file mode 100644 index 0000000000000000000000000000000000000000..25e630c0ccea861ce5c97b8b492c19b1a9048555 --- /dev/null +++ b/datasets/metadata/598372.json @@ -0,0 +1 @@ +{"id": 598372, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-26T00:50:26.957Z", "availability": "Public", "nsfwLevel": 11, "description": "I tried including a couple of outfits and not just her hero outfit
", "trainedWords": ["storm", "dark skin", "dark skinned female", "white hair"], "stats": {"downloadCount": 114, "ratingCount": 0, "rating": 0, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 513460, "sizeKB": 200949.296875, "name": "598372_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-25T22:31:16.314Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "536B03D2", "AutoV2": "DB3DA377CF", "SHA256": "DB3DA377CFC1F89F6C52E1468695422C09A535D82AFE5694B42BF68F536B77EE", "CRC32": "700F75A0", "BLAKE3": "80C8AB048374D143271D08F36A6850A6D80634ED6B5140E6EEFEF6EE36E688A4"}, "downloadUrl": "https://civitai.com/api/download/models/598372?type=Training%20Data"}, {"id": 513672, "sizeKB": 223109.64453125, "name": "Storm_-_X-Men_Evolution_-_PONY.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T00:45:47.435Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C9540FD7", "AutoV2": "9E27EDFCB5", "SHA256": "9E27EDFCB5CE38335E775FCFD0C6B83833AD1E855C9C191605D24E0C718B4079", "CRC32": "6AEBCBA6", "BLAKE3": "78A6A5E78DB0DD676143908368378030C4486ECA18F220D93E4FDBEEFE6BFDF6", "AutoV3": "CD944C24DA03"}, "downloadUrl": "https://civitai.com/api/download/models/598372", "primary": true}], "images": [{"id": 17216280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a28ade11-240a-4f91-90b1-52d786f4b77d/width=450/17216280.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UJIXK-={GH-=?^S18_oetkMx8_V[I;ShD%jG", "type": "image"}, {"id": 17216295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4cfc8ac-178d-4310-85f9-c92ca28dba92/width=450/17216295.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U8E.O:I90M.90wNG4TM_?csp9GNt}SoLFy%M", "type": "image"}, {"id": 17216298, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de83541c-8db1-461c-96df-faa6c6aced91/width=450/17216298.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6CG11-q009Z~Vt5009GI-RjE1xuIlxvDjV?", "type": "image"}, {"id": 17216823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a4f328c-6f34-42af-bc9e-8679736b54e9/width=450/17216823.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8B:Hn-;004.~Vs+0fI=00Rk~Xxu8_a$slRi", "type": "image"}, {"id": 17216890, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/012b053e-92ad-4843-8673-a1f8bf79204a/width=450/17216890.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBC?[r?w0JMwt1t7DiM{VIVs159xmiaIQls+", "type": "image"}, {"id": 17217096, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5c537f0-acf5-4439-b252-1ca4a20ada9d/width=450/17217096.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UKF}QSV@I;r?_4V@R*R*1MR*IoofVrW=IUg3", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/598372", "modelId": 538251} \ No newline at end of file diff --git a/datasets/metadata/598735.json b/datasets/metadata/598735.json new file mode 100644 index 0000000000000000000000000000000000000000..3a6e273267e736500dd459dd468f01beb76ac66e --- /dev/null +++ b/datasets/metadata/598735.json @@ -0,0 +1 @@ +{"id": 598735, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-29T07:29:31.586Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 56, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 521297, "sizeKB": 223099.55859375, "name": "Hatsune_Miku.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T06:51:15.612Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "823283FE", "AutoV2": "11368235BE", "SHA256": "11368235BEEAFBCAD96A60D1E5016942F3A01A58DB542902BF06227A56783499", "CRC32": "251A6CEA", "BLAKE3": "B41DF81D2ABCDD9E4F26E9C1BB663A9F3D1C6C036BF8D590E5931FADEB9CA2C7", "AutoV3": "302BA100A9E3"}, "downloadUrl": "https://civitai.com/api/download/models/598735", "primary": true}, {"id": 513836, "sizeKB": 172.23828125, "name": "598735_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T02:45:47.021Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "C5ABCD7DAF", "SHA256": "C5ABCD7DAF79EAB5E29A11A7EBB25BE3CA7C922720F497B5836E01B3974903AC", "CRC32": "8D2C4F89", "BLAKE3": "0F72A52A17CEAB4672F3CBA41867EB7C8AF0B330AC8B8817D25E4E9A51AF2BD3"}, "downloadUrl": "https://civitai.com/api/download/models/598735?type=Training%20Data"}], "images": [{"id": 17669619, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8caf048a-be85-41e5-a232-ebb3441771dd/width=450/17669619.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UhM8Qfae_Nx]yCt7rsRPt7f6xGofIpWBxafk", "type": "image"}, {"id": 17669621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6014fce4-a811-4bc9-9c71-b6628b0ddaba/width=450/17669621.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPLhYxMyO@Sh_Mt7^+kBadax$jxatlf+$*j?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/598735", "modelId": 538585} \ No newline at end of file diff --git a/datasets/metadata/598888.json b/datasets/metadata/598888.json new file mode 100644 index 0000000000000000000000000000000000000000..cfce420367cc424c88b6f5e6ba6e1ace53727734 --- /dev/null +++ b/datasets/metadata/598888.json @@ -0,0 +1 @@ +{"id": 598888, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-26T04:51:55.910Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 514014, "sizeKB": 36977.421875, "name": "Gill-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T04:50:42.387Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EDA7F473", "AutoV2": "8FC4BC7A3A", "SHA256": "8FC4BC7A3AEFCC2A583D3F8BD20090EF1187D8A1FB6EA253BCB76476E48953CA", "CRC32": "645B9F09", "BLAKE3": "DB2F095F9A7C9F54C5354CD960EC2CEF5B82773D0F6BDB6F35F4A2CE8EC1B7C2", "AutoV3": "446486114E2E"}, "downloadUrl": "https://civitai.com/api/download/models/598888", "primary": true}, {"id": 513963, "sizeKB": 69956.5634765625, "name": "598888_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T04:10:37.218Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B3BD4715", "AutoV2": "6C5A5C9D1C", "SHA256": "6C5A5C9D1C714FE2E0AF5F9E38295E43D898ED393B4388F2A43673A7B718F645", "CRC32": "A9BC5040", "BLAKE3": "CCF9F1A0677E451B8B6183CCEC475AB8B5B4075553D3822702441D6BD0E8F21B"}, "downloadUrl": "https://civitai.com/api/download/models/598888?type=Training%20Data"}], "images": [{"id": 17241981, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c884035-d060-4e38-a81a-5da2b80b1478/width=450/17241981.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UOK,y{Z#Nbs8yXnfIVjE01s+~Cxt~CVsxut7", "type": "image"}, {"id": 17241982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/917b69cc-4255-404a-b361-4e44a05adc75/width=450/17241982.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UQL3}+?HKk={L4I;XUE100WA-osm^Qj[RPxu", "type": "image"}, {"id": 17241983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9439873-f366-4344-ae69-a51d88bb3c49/width=450/17241983.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UBIg=rHX?a^*?wiZ4:W;t7ng?HOF0Mxa-UtS", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/598888", "modelId": 538722} \ No newline at end of file diff --git a/datasets/metadata/5989.json b/datasets/metadata/5989.json new file mode 100644 index 0000000000000000000000000000000000000000..e45564b90dc5beb2a2877db7fceb362e49d91882 --- /dev/null +++ b/datasets/metadata/5989.json @@ -0,0 +1 @@ +{"id": 5989, "index": 0, "name": "GENSHIN 0.1", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-01-24T16:31:00.416Z", "availability": "Public", "nsfwLevel": 1, "description": "Added
Yae Miko
Ei
Landscape recommended (1216 x 832)
In this update I tried to make the effect more consistent. One new position and clothed versions for both positions have been added as it was harder than it should be to generate clothes in the previous versions
This is a pov position Lora for characters Lying on Top or Lying next to viewer. Had best results with landscape
Prompts
Lying on top,
Lying next to viewer,
Lying on top clothed,
Lying next to viewer clothed,
", "trainedWords": ["Lying on top clothed,", "Lying next to viewer clothed,", "Lying on top,", "Lying next to viewer,"], "stats": {"downloadCount": 713, "ratingCount": 0, "rating": 0, "thumbsUpCount": 117, "thumbsDownCount": 0}, "files": [{"id": 514030, "sizeKB": 223099.09765625, "name": "Pov_Lying_on_Top_2.0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T05:00:46.187Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3D35F0CB", "AutoV2": "C4D4EC04EA", "SHA256": "C4D4EC04EAF6C9F37FFE5BE0E7099B6C2295A30D1ADAFBF4964F5DF5772611B8", "CRC32": "BF30A656", "BLAKE3": "21BAA0E3A51367079E45448D0E4285B4B9270995A02D23BC8637C62DEB5CAF71", "AutoV3": "5562279426D4"}, "downloadUrl": "https://civitai.com/api/download/models/598966", "primary": true}, {"id": 514029, "sizeKB": 39068.2861328125, "name": "598628_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T05:00:45.642Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "528654E4", "AutoV2": "261376CF86", "SHA256": "261376CF868A933033A413EEB665B0507090B211F4D854035C1D9D866A2AA1F9", "CRC32": "B28BCED5", "BLAKE3": "5A6BDABC7DCD4C5B0DCA1EBE14A82381FD5BDFCF38E025E1030C1DAEC0C51A84"}, "downloadUrl": "https://civitai.com/api/download/models/598966?type=Training%20Data"}], "images": [{"id": 17466873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad61019b-d75a-4d1e-a5f0-8f9338bc74fd/width=450/17466873.jpeg", "nsfwLevel": 4, "width": 800, "height": 1169, "hash": "UJJ%RdD%0$~V5nIVs.xv?FxY9GSg0gNaD*M{", "type": "image"}, {"id": 17466874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b80b44b3-3ed6-45d8-b153-feb534e62145/width=450/17466874.jpeg", "nsfwLevel": 4, "width": 800, "height": 1169, "hash": "UIJZuW0013M{T0wIt79a~oIV-p4:JVxXr?R*", "type": "image"}, {"id": 17466872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aab3daed-aa5c-497a-ac4d-f6a0d7d3a7de/width=450/17466872.jpeg", "nsfwLevel": 16, "width": 800, "height": 547, "hash": "UWKc*4?wNGQ-KkXnM|R5n$M{RQ-o9uxZoftQ", "type": "image"}, {"id": 17466876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df698512-42ce-4fd1-9c45-8e682e31ee52/width=450/17466876.jpeg", "nsfwLevel": 16, "width": 800, "height": 547, "hash": "UUKmOq.TNuR4TekrR*Z~V@IVVt-V9uxGt6oz", "type": "image"}, {"id": 17466871, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7bb45fc-0e25-48a6-8d8c-74e5c31924f4/width=450/17466871.jpeg", "nsfwLevel": 16, "width": 800, "height": 547, "hash": "U8KceI0.Ki^l%2GH^*4:0dD$9G~U00IT^NV[", "type": "image"}, {"id": 17253936, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46518eea-ccc4-40b1-aa64-92157737dfe5/width=450/17253936.jpeg", "nsfwLevel": 8, "width": 1600, "height": 1095, "hash": "UGKAmJ-p.mJB?vx]?bs:T{-;-9xu-;V?M{Ip", "type": "image"}, {"id": 17253938, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e83f6089-8d2c-4fde-99aa-a476acc399ea/width=450/17253938.jpeg", "nsfwLevel": 8, "width": 1600, "height": 1095, "hash": "UHL3.P-;T|xuu5s:~VWW?^x]?Gs:x^t6D*tR", "type": "image"}, {"id": 17253933, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d398ebe-552e-4389-a4a7-ad4bb7ca1210/width=450/17253933.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1754, "hash": "UQLWeU?vI:kDT0t7IVad.mxtIURj-;%2xaWX", "type": "image"}, {"id": 17253942, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb39ecb3-6dea-4d3f-a6f3-dc36e139ec63/width=450/17253942.jpeg", "nsfwLevel": 8, "width": 1600, "height": 1095, "hash": "UDLN7400Kks84.E1tl4nGG}?$MkW01O@%2ni", "type": "image"}, {"id": 17253944, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6dd73fc2-fdf0-4de5-a6b5-0dc8f5179e5a/width=450/17253944.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1754, "hash": "UFLWO;t,0zEL01H@ELNa5R~Vi_Rj-p.8D%wI", "type": "image"}, {"id": 17247733, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ec02099-d995-4146-a80f-6028a63ae9f2/width=450/17247733.jpeg", "nsfwLevel": 8, "width": 1600, "height": 1095, "hash": "UKI4nl9F_Mrr00NGnOIVo}bb%MNaxGRjE1%2", "type": "image"}, {"id": 17247732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65be66fa-813f-437f-bd3b-7e41a2ba8bb2/width=450/17247732.jpeg", "nsfwLevel": 8, "width": 1600, "height": 1095, "hash": "U7Gkd#00PpMd00E1~A4.uOxa~BpI00?b01-;", "type": "image"}, {"id": 17247730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87f66a8a-a512-4100-a0e7-aa814a1b483d/width=450/17247730.jpeg", "nsfwLevel": 2, "width": 1600, "height": 1095, "hash": "UAIqP{%#?v_N008{Di%3u3xvMxrr4q,AM{E2", "type": "image"}, {"id": 17247725, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47650cc4-3d8a-49ae-9f6a-3ca6597e9a85/width=450/17247725.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1754, "hash": "U9I;VF%~Ffxa0000I:NG?r?Hv}M{17~q-o-;", "type": "image"}, {"id": 17245115, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f4989e3-8acc-43f8-9322-e57fa96ac03c/width=450/17245115.jpeg", "nsfwLevel": 4, "width": 1600, "height": 1095, "hash": "UGKwC9VsLf.700Rj0fSfD*ofs.NG_Nxux]s:", "type": "image"}, {"id": 17245114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e854afe-f2c3-40cb-8f16-4f661b43394c/width=450/17245114.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "UAK^ENyYLLv#00t,KPMeYkxt-9t60K8{4oW;", "type": "image"}, {"id": 17245110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9dce4de-c6a3-4298-bd09-a71efe085be8/width=450/17245110.jpeg", "nsfwLevel": 4, "width": 1600, "height": 1095, "hash": "U8K0vm*x037M008wtlTxOs?G4oay~q?u9at8", "type": "image"}, {"id": 17245163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea30f0e5-6d92-4da1-8c86-5da6aaf2fcae/width=450/17245163.jpeg", "nsfwLevel": 8, "width": 1600, "height": 1095, "hash": "UEJ%nJ.8GG~p00R5R*9]0~%2IUE14.VsD%xa", "type": "image"}, {"id": 17245111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25752aab-e1b3-486c-980b-d747847fbc6f/width=450/17245111.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1754, "hash": "UHMG3R8xEho}00VES$NGM}^jD%tR~V?HM{%g", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/598966", "modelId": 466455} \ No newline at end of file diff --git a/datasets/metadata/599032.json b/datasets/metadata/599032.json new file mode 100644 index 0000000000000000000000000000000000000000..7db76dbaaa1afae40d470881f3b83c621a126ee1 --- /dev/null +++ b/datasets/metadata/599032.json @@ -0,0 +1 @@ +{"id": 599032, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-26T05:44:07.071Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 155, "ratingCount": 0, "rating": 0, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 514095, "sizeKB": 29441.3623046875, "name": "Sailor_Galaxia.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T05:45:49.069Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "533F2072", "AutoV2": "F7F492885F", "SHA256": "F7F492885F9E13DD12F1D66034EF9351721E420FA0D1BF010FF7BDA41691C1E3", "CRC32": "082E424B", "BLAKE3": "8DEE4C185AEAED6195CCA52C6303CCCB1C99DF27C4B642A2D9BBDA002A6126BA"}, "downloadUrl": "https://civitai.com/api/download/models/599032?type=Training%20Data"}, {"id": 514094, "sizeKB": 22236.79296875, "name": "Sailor_Galaxia-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T05:46:13.355Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3FB67FB0", "AutoV2": "32062922EF", "SHA256": "32062922EFCD427C62265F1C068CB61A9A6D33524DB86174569EABDECE73707E", "CRC32": "39BA3B8C", "BLAKE3": "4F1BEC2834E927CEFB5BA0D48BDF0C3DE8DBE9788CCA6C213C7E194BC1083C46", "AutoV3": "B01EC2860355"}, "downloadUrl": "https://civitai.com/api/download/models/599032", "primary": true}], "images": [{"id": 17246544, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec0031e7-d76c-4a4f-a68d-254a3de48040/width=450/17246544.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U7NSWu0100i^00o}0P-.3FS5N3WU~8r=~Vs:", "type": "image"}, {"id": 17246545, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04ce22e3-b917-41be-bca1-276420c0ba47/width=450/17246545.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U7NSWu0100i^00kq0P-.3FS6N3S1~8r=~Ws:", "type": "image"}, {"id": 17246790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abff2358-270e-4373-ad24-722adf17d130/width=450/17246790.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPNc1mS%00xu4-R55XWn58tQV{of~Vn$RQXT", "type": "image"}, {"id": 17246919, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73b8eb3e-8f30-4345-8047-7056664802ef/width=450/17246919.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCM$oB~900^j009a1RkD0MK7a1Io~VDjx]?F", "type": "image"}, {"id": 17248732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c52a219-cd47-4713-8cba-0c8785fa22db/width=450/17248732.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UAQbLNt-BW~qFwOZPW9ZXT57.T8_?Gv}nNE1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/599032", "modelId": 538850} \ No newline at end of file diff --git a/datasets/metadata/599109.json b/datasets/metadata/599109.json new file mode 100644 index 0000000000000000000000000000000000000000..48bdd37551b2c998809b691823904f56a7a47462 --- /dev/null +++ b/datasets/metadata/599109.json @@ -0,0 +1 @@ +{"id": 599109, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-26T09:00:32.580Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Redroom, indoor", "Red wall, leather wall ", "Red floor, leather floor", "Bed, red bed, leather bed ", "Chair, red chair, leather chair", "Red pillow, leather pillow "], "stats": {"downloadCount": 278, "ratingCount": 0, "rating": 0, "thumbsUpCount": 37, "thumbsDownCount": 0}, "files": [{"id": 514250, "sizeKB": 205005.857421875, "name": "599109_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T07:46:49.372Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F304CEC9", "AutoV2": "E2AA0B35DD", "SHA256": "E2AA0B35DD6B9DFA38E2C064AB027370CBC4B17B1128D975DBE76E8BD38BC68D", "CRC32": "31954D5B", "BLAKE3": "2FE497F46A03D9D5502AAED877EE150487E89DC9DDB48630AAACC1E09E77C83D"}, "downloadUrl": "https://civitai.com/api/download/models/599109?type=Training%20Data"}, {"id": 514351, "sizeKB": 223100.33984375, "name": "Red_room_BDSM_room_warm_anime-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T08:51:27.881Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B95B3653", "AutoV2": "3155182F02", "SHA256": "3155182F02857EC099D6E41002CC23C77E151C335468A9E95289B54563E809F0", "CRC32": "E042F26A", "BLAKE3": "E5B0529D33102756F39BAE28FA313BF039C41C413E6B9238230BB6EA8A0E4815", "AutoV3": "F853E8324474"}, "downloadUrl": "https://civitai.com/api/download/models/599109", "primary": true}], "images": [{"id": 17267868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9354793f-cb96-4109-94ac-f8355214ab52/width=450/17267868.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9K6E:;h=J=K5+ni63SL1vbH}EW;I:OXAWR*", "type": "image"}, {"id": 17267873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbfd6fce-5d22-4538-8a47-a7b007ec82ac/width=450/17267873.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UiNNdES2wxw{|_w{OCjt$PSMoLW:SgWpoLW:", "type": "image"}, {"id": 17267865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1405176-bc0f-4b35-b1f9-962fe7298e75/width=450/17267865.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJKYMa|^sVS3sAAqSMjt1wsB$PWoE}sUa|w_", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/599109", "modelId": 538915} \ No newline at end of file diff --git a/datasets/metadata/599117.json b/datasets/metadata/599117.json new file mode 100644 index 0000000000000000000000000000000000000000..5161139b167757d1ef6211032cfef3bcaeff416e --- /dev/null +++ b/datasets/metadata/599117.json @@ -0,0 +1 @@ +{"id": 599117, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-26T08:43:33.574Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 514334, "sizeKB": 223100.11328125, "name": "shiba_taiju.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T08:36:28.916Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0C6B74E2", "AutoV2": "4BA0194C23", "SHA256": "4BA0194C23802A4F1B0BCC19EC5ACF4B2F829C5FACC4841ECEEACE5602B83CA4", "CRC32": "1E147CF1", "BLAKE3": "3C7D824E192E1E702223BA2F10035EDB490BD69F8AF59EE26A902B451A9ACABE", "AutoV3": "9624846362F8"}, "downloadUrl": "https://civitai.com/api/download/models/599117", "primary": true}, {"id": 514192, "sizeKB": 5055.232421875, "name": "599117_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T07:01:57.010Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8471385F", "AutoV2": "F2D863DE1B", "SHA256": "F2D863DE1B411579739147855DF51C0264D36D213D103EF03504BA1047CD2330", "CRC32": "90F190B4", "BLAKE3": "044497B05F2FC5CC35AFBD5E3D4E5C3C4986E27A3FF93D57CFE50C3AFA12E87E"}, "downloadUrl": "https://civitai.com/api/download/models/599117?type=Training%20Data"}], "images": [{"id": 17266045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45d0f92b-8176-45fb-af29-c2d3efc89743/width=450/17266045.jpeg", "nsfwLevel": 1, "width": 457, "height": 435, "hash": "UhM%J{?HI[%N.Tj]-;%gS$RjjYt7s-ofMxjF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/599117", "modelId": 538924} \ No newline at end of file diff --git a/datasets/metadata/599172.json b/datasets/metadata/599172.json new file mode 100644 index 0000000000000000000000000000000000000000..f29041e3f8eec3abee8856b8ddb59b2de393c493 --- /dev/null +++ b/datasets/metadata/599172.json @@ -0,0 +1 @@ +{"id": 599172, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-26T07:12:58.162Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 148, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 514218, "sizeKB": 8461.0849609375, "name": "Sailor_Saturn.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T07:16:47.757Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "03BEF22A", "AutoV2": "E8A0285AF4", "SHA256": "E8A0285AF4584EFED6E9D6FF2BFD8189197DD3AC876461042E581AC2CD1235AC", "CRC32": "843893C1", "BLAKE3": "D312FFD181A0FDE3D2891BF32574AB003F70D33E29BECE7467EF7B544F9204AA"}, "downloadUrl": "https://civitai.com/api/download/models/599172?type=Training%20Data"}, {"id": 514219, "sizeKB": 22236.89453125, "name": "Sailor_Saturn-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T07:16:45.761Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3E275A76", "AutoV2": "E4A00EEF97", "SHA256": "E4A00EEF9722A89E90CBF7FCE16680D521E60959F72BECDC6E5DEF2A6A125D06", "CRC32": "9D1EE3BF", "BLAKE3": "ABB65A2841CB04B0F9545216F339630DDFB6398B09035F1E4F16237FDB3B2FF0", "AutoV3": "728CCCA79866"}, "downloadUrl": "https://civitai.com/api/download/models/599172", "primary": true}], "images": [{"id": 17256760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cf3407e-99a0-4752-9266-3afa870575d2/width=450/17256760.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UfK^KmoeENt756ayoza{ENj?%Lay~Vj[%2j[", "type": "image"}, {"id": 17256758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b6c5954-8d94-41a1-b974-bdbf99096977/width=450/17256758.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UfK^KmoeENt756ayoza{ENj?%Lay~Vj[%2j[", "type": "image"}, {"id": 17256991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71b14957-e397-468c-a12c-c57aeac4c87e/width=450/17256991.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPL:$T-P%~~W_1-.-;%M02WA=_og=|NHn~az", "type": "image"}, {"id": 17257495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77a136d2-1a4d-4791-9ca9-6a1b45f9b995/width=450/17257495.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UmJavK%2~qad_2Ri%MofkCofWBWBM|afxaj[", "type": "image"}, {"id": 17258295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9b1d4cc-c602-40a2-879b-a7d08d006aa3/width=450/17258295.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFM6r7?FB;~pD*-n?G~W01n#vzaKt8IU~Vt7", "type": "image"}, {"id": 17259069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7da47b66-489a-484a-bbd3-3cf42927258b/width=450/17259069.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UGNSpa9a0;Ei?bI;~WR%8{-:r@$z02NGR7NG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/599172", "modelId": 538974} \ No newline at end of file diff --git a/datasets/metadata/599249.json b/datasets/metadata/599249.json new file mode 100644 index 0000000000000000000000000000000000000000..4b37209559e6b2098ae30bde2aef8827244bf393 --- /dev/null +++ b/datasets/metadata/599249.json @@ -0,0 +1 @@ +{"id": 599249, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-26T08:12:28.156Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 136, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 514296, "sizeKB": 8818.1591796875, "name": "Sailor_Pluto.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T08:15:31.475Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F3570DD5", "AutoV2": "729B573458", "SHA256": "729B5734587ED02D6CBB950F97DB724728451E23AA8CE14395267C2144FF7315", "CRC32": "469564B7", "BLAKE3": "2050C6F29CE7DD3BC2F200A343FE419D20783A8B8CF832D92014BF6B72A6F5AB"}, "downloadUrl": "https://civitai.com/api/download/models/599249?type=Training%20Data"}, {"id": 514297, "sizeKB": 22236.72265625, "name": "Sailor_Pluto-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T08:15:35.809Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "127F642A", "AutoV2": "299065BB34", "SHA256": "299065BB346FD3B3B934BDD17C378E73C22F97551F104FC25A0D923FC57503F5", "CRC32": "0F2F633C", "BLAKE3": "890C327251868AE7648E85B68EFED3256A493562C0548FE2577B4BA21D5F5771", "AutoV3": "3C5CEA18EB15"}, "downloadUrl": "https://civitai.com/api/download/models/599249", "primary": true}], "images": [{"id": 17263310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e66542ff-811d-412a-aec7-844f16399c5d/width=450/17263310.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UgM@4cWB.Tt7yAj@?boetnt7wcoLxaoft8j[", "type": "image"}, {"id": 17263311, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9303cacc-fb20-42ba-9df1-5cc833ac4f29/width=450/17263311.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UgN0l5WB.Tt7yAj@?boetnt7wcoLxaoft7j[", "type": "image"}, {"id": 17263456, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0738a9ba-7d70-42cf-b2f9-117f8bcc05fc/width=450/17263456.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UML|cc?t?utR^txv~X%M01Nd-7ROxuk8RPxv", "type": "image"}, {"id": 17263679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46b9f2bb-7661-4e98-b660-be6f4ab6a511/width=450/17263679.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UUNS?3-;u5-VyZt8?vf6E+a#~CRj~VjZM{bF", "type": "image"}, {"id": 17264661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a26c6570-fdfe-4e8a-8c62-bccb819c21b0/width=450/17264661.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJN+@U~W*J-;1R={yDt7nUIT={n+-jE1sAxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/599249", "modelId": 539046} \ No newline at end of file diff --git a/datasets/metadata/599353.json b/datasets/metadata/599353.json new file mode 100644 index 0000000000000000000000000000000000000000..11fd9e2035bd04a5e49473391e66b2e9853e36bb --- /dev/null +++ b/datasets/metadata/599353.json @@ -0,0 +1 @@ +{"id": 599353, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-26T09:18:17.278Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": [], "stats": {"downloadCount": 126, "ratingCount": 0, "rating": 0, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 514453, "sizeKB": 22236.13671875, "name": "Sailor_Neptune-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T09:50:46.227Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C413A946", "AutoV2": "CC44F565E3", "SHA256": "CC44F565E333A1A3C3308DA541752C2942B2DB7627984CC611A0425C6F977F87", "CRC32": "084D9F6D", "BLAKE3": "9024991C2EB5B1E56AFDEE4F2A881AAB088478B7B33404C54EA1281BA7864548", "AutoV3": "F09DB3A3305C"}, "downloadUrl": "https://civitai.com/api/download/models/599353", "primary": true}, {"id": 514454, "sizeKB": 9551.7607421875, "name": "Sailor_Neptune.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T09:50:40.430Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "37E0EB19", "AutoV2": "92CD8085A0", "SHA256": "92CD8085A0A0B6D5F9EB7FA24B74C68A5F47A6E74BE96E0EBFB8F21D2830B9A1", "CRC32": "8D0C16D4", "BLAKE3": "011CC5B386C0C1386423DE9C44CF801A1F6FD422070345995069B78924B623E4"}, "downloadUrl": "https://civitai.com/api/download/models/599353?type=Training%20Data"}], "images": [{"id": 17269548, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97fa9279-efe1-4620-a758-c3dcc32862ff/width=450/17269548.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UaKKTP~pNG%MaI-UR+so5RjY-Bfk={j[jIRj", "type": "image"}, {"id": 17269496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e69bab7-4c48-4c46-894c-e499574bb698/width=450/17269496.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UaKKTO~pNG%MaI-UR+so5RjY-Bfk={j[jIRj", "type": "image"}, {"id": 17272428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e27ad40-a1b8-4eb0-8dd4-27cd23578618/width=450/17272428.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UXKd_1?vtmSh_3xF%NNbKPV@^ksA~VELafWB", "type": "image"}, {"id": 17272855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3099c2f3-e6b0-492a-a9e3-b570475c4641/width=450/17272855.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "USLN6[~V9a?H56x]kW%19us.$4NH?FM{V[nO", "type": "image"}, {"id": 17273144, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3298950f-0e0a-402d-bada-a7c79b8430a1/width=450/17273144.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UGMsvE02GIN_00Rk%2oc0MNG#lNG}?t6D*s:", "type": "image"}, {"id": 17273364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e059a026-4dc5-4bab-8102-6dfa660064f2/width=450/17273364.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UJOfS%xG%M-oA:bHTKV[MxOFxZD*}?Z$%1E1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/599353", "modelId": 539140} \ No newline at end of file diff --git a/datasets/metadata/59936.json b/datasets/metadata/59936.json new file mode 100644 index 0000000000000000000000000000000000000000..8e87e1865f93cbbd665b2f944daef6bc788c4f98 --- /dev/null +++ b/datasets/metadata/59936.json @@ -0,0 +1 @@ +{"id": 59936, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-01T16:54:06.113Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": ["Fiore Brunelli"], "stats": {"downloadCount": 847, "ratingCount": 197, "rating": 5, "thumbsUpCount": 199, "thumbsDownCount": 0}, "files": [{"id": 42731, "sizeKB": 10938.4443359375, "name": "Fiore_Brunelli-20230502T051104Z-001.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-02T05:15:49.685Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "048A66F9", "AutoV2": "322D351413", "SHA256": "322D351413B457C10164887F3BD04E35D0D69006D1EB507B5E69CE36AFB5481A", "CRC32": "23A2FF9A", "BLAKE3": "05C00876576ECFE2DC8F20680084387F1B45154D0878971379A165629D7D74FC"}, "downloadUrl": "https://civitai.com/api/download/models/59936?type=Training%20Data"}, {"id": 42496, "sizeKB": 36977, "name": "Fiore_Brunelli.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-01T16:55:44.516Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BA8F9D88", "AutoV2": "238A2D0544", "SHA256": "238A2D0544FF2D79526D1F946D5B1B92BBA6FBC5E5E0276B3606E0A493824C6B", "CRC32": "94031976", "BLAKE3": "C291BBC503FB035E9D546DDF46AF5634E25AB96A856EA0C638C6F3AAA2CE2506", "AutoV3": "2A6A816926E7"}, "downloadUrl": "https://civitai.com/api/download/models/59936", "primary": true}], "images": [{"id": 654081, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcc7723f-79db-449d-ccde-9ff137083600/width=450/654081.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U9FFBK_200=|0kEMwzx]~B^knlkV9GRQ%KOq", "type": "image"}, {"id": 654088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26bf725f-077e-4cdb-0e39-bc91feae1500/width=450/654088.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHIhKixu%$?HEzs.xGxu~WR*kCbuDjsUx[NG", "type": "image"}, {"id": 654092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/861baee5-e17e-4a1a-58bb-a85001955700/width=450/654092.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UUI#Z4I:pJ-p_NNG?Hxu%MRQs;kDbcaextxu", "type": "image"}, {"id": 654083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa5a1271-ff84-4c24-f114-af4a9ec8ba00/width=450/654083.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMHUzo9G?Fac_ND*RkE1s:ayIVWAt6s.sUt6", "type": "image"}, {"id": 654098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b10dfb3-8fdb-4fab-a83b-5ce924d4f400/width=450/654098.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U8FFBH$g000068i^%3n,~UIU_24:01V@xuNG", "type": "image"}, {"id": 654080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6882269-e4f3-44cc-68b5-4e15f4cbf500/width=450/654080.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UCI4@V0Lx_~C%}Mx~BEMs:MyWUkpMysV%LSy", "type": "image"}, {"id": 654087, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6133fa0-36e3-4c1d-5037-3eab8e2cf100/width=450/654087.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UCGu5g%100=|0h-onQoy?FoJ~A%LaK~BV@9t", "type": "image"}, {"id": 654085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e135f46-5a62-43e8-7227-dca713f86500/width=450/654085.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USIOwrpyh0%h9u%3Mzt8t8Iq-;ogTKI=Ndf9", "type": "image"}, {"id": 654089, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c3090cf-9241-47f0-0f68-6479c9fee400/width=450/654089.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UaIh,7E3ys.89$xtWGoLeoenxHWpIpW;S5M{", "type": "image"}, {"id": 654090, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86deb0e5-8a46-4975-0312-0bfd7586ad00/width=450/654090.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "ULJkr|~VPD#k19tSo%f+=|jF$*Xmk@%MRkRP", "type": "image"}, {"id": 654093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e50d1855-75b4-4ebb-e37a-614764b2ce00/width=450/654093.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USHn~T~B^kD*?vRjogV[-:%MM{js9GIoeoxu", "type": "image"}, {"id": 654091, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca4f6f36-7113-46d9-093b-179a7d62c800/width=450/654091.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVIOCD?b-p9G~qt8WCIU%2M|D*IoozWBs:Rj", "type": "image"}, {"id": 654094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bd94899-fe57-41a7-69f1-fdaa256c2400/width=450/654094.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UdKnSU%M?w%3Ioj]V@%Ls=t7xuSdMyt7oeRk", "type": "image"}, {"id": 654096, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0acbf1ad-db1f-4e0c-c412-ead5fb093300/width=450/654096.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U7Fh|.~B009cu2E3H@?G4:%LQ.E}00-.^+tQ", "type": "image"}, {"id": 654084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bae0a0bd-bd30-4f7b-1cda-4f92b3bbb800/width=450/654084.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U8EeiL.7Z#MyKiNeIV9b0g$iNIxs#R={~U%K", "type": "image"}, {"id": 654095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec0fb973-ab3f-46ef-656f-cc83a0a0f000/width=450/654095.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U9C?P|0j9]-p.9NdIXo|0M~ARQ%LRn%LEgNG", "type": "image"}, {"id": 654086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7042a108-12b2-4905-58e2-10e3b2ad4c00/width=450/654086.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U1DlvO-p00R800%z*Q?t00x1{b00Y;^,pKT]", "type": "image"}, {"id": 654097, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/770287af-49c6-4c9b-1db1-5eaad5c30000/width=450/654097.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDCr.k~A9an+5UENE3NH$#%1xsW.IqWYX7R*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/59936", "modelId": 55539} \ No newline at end of file diff --git a/datasets/metadata/599362.json b/datasets/metadata/599362.json new file mode 100644 index 0000000000000000000000000000000000000000..a3dc9824e7560a975c3ab2b21422de61a031a4a8 --- /dev/null +++ b/datasets/metadata/599362.json @@ -0,0 +1 @@ +{"id": 599362, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-26T13:40:51.338Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 45, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 514564, "sizeKB": 11604.8916015625, "name": "599362_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T11:15:52.568Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "61C86EA0", "AutoV2": "FADFD8A418", "SHA256": "FADFD8A418AC8F873930A14E037603035E4F88B039B6F0D0B80EE53867FC4C69", "CRC32": "9177D86E", "BLAKE3": "DF00236DECBC76A4EBC5CEB24EC9093CA5F048952395382F928683E69CC38549"}, "downloadUrl": "https://civitai.com/api/download/models/599362?type=Training%20Data"}, {"id": 514808, "sizeKB": 223106.11328125, "name": "uthstar-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T13:35:52.093Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6165B470", "AutoV2": "5DF1EEF650", "SHA256": "5DF1EEF6500230A3564CB7997FE6ED274DCE83EBED366B5420F0BBFF0D7030E1", "CRC32": "B4989D7F", "BLAKE3": "70E6F8F9855EE7E2862A7F528ED63F7A0F9B930292C30BC6D57564D8B64704CE", "AutoV3": "F498706391B5"}, "downloadUrl": "https://civitai.com/api/download/models/599362", "primary": true}], "images": [{"id": 17292782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56d9942e-d8e5-4f60-bace-aa051c4d2ec3/width=450/17292782.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UIJHBi%L00s:00%2_2xt0Kxt?Gt7~Vxa%1a|", "type": "image"}, {"id": 17292784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3ea16f7-9ccf-4545-af9b-3b697b840285/width=450/17292784.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UOGkn00M9G~U9Z%LxuIUE1xtt8IpNbjFV[xu", "type": "image"}, {"id": 17292785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5303c10a-cafc-4556-b9b5-543018db6cbe/width=450/17292785.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "ULK,mU0i0gj[Wa5A~UxZ4;NKJ8xZtRNbD*NH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/599362", "modelId": 539149} \ No newline at end of file diff --git a/datasets/metadata/599446.json b/datasets/metadata/599446.json new file mode 100644 index 0000000000000000000000000000000000000000..8b90b667f69d8dc0fec101fbd7e37eb25ce8c704 --- /dev/null +++ b/datasets/metadata/599446.json @@ -0,0 +1 @@ +{"id": 599446, "index": 0, "name": "Seong Mi-na 1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-03T23:04:27.349Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["SeongMina", "Brown eyes, Brown hair, ponytail, ", "headband, navel, underboob , pelvic curtain, small capelet, elbow gloves, gold trim, pink attire, thighhighs, boots"], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 514511, "sizeKB": 9891.021484375, "name": "599446_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T10:30:38.425Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EF78B189", "AutoV2": "B60EB016F3", "SHA256": "B60EB016F30D603A6212EEB00C9DC01611CC3BE109F61085E1DD29AF99643F21", "CRC32": "EB86C1E4", "BLAKE3": "361A76266A5D23CF80A0E86EA3ACAF13A0E93F8068F90837BA8AB4B5E0037B58"}, "downloadUrl": "https://civitai.com/api/download/models/599446?type=Training%20Data"}, {"id": 527922, "sizeKB": 223102.54296875, "name": "Seong_Mi-na.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T22:21:14.649Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2197CC71", "AutoV2": "1C15612F1A", "SHA256": "1C15612F1AD88D7D8AC4CBAD7BA9A21076CC7037E815DFFF0C587B478F09004D", "CRC32": "0D587B90", "BLAKE3": "5B57C43273C68C033DFFD86AC7E087B4DF41C64CC4CDE17BAF36FFE84CECA6F2", "AutoV3": "0053EFF8FCB0"}, "downloadUrl": "https://civitai.com/api/download/models/599446", "primary": true}], "images": [{"id": 18160354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6241ab9b-2557-4159-8951-d38b61e16553/width=450/18160354.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "U8HBVeyX00?EB:Sh:j9H5m9H]gay?[x]8{5q", "type": "image"}, {"id": 18160345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa7e37ea-25cb-4ac0-b7b1-39edbaa989dc/width=450/18160345.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "UDH1[5R|0LxtPqDh-W8|Ov8{?FV[t,nMNK9_", "type": "image"}, {"id": 18160361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f920775f-60e0-4926-8e14-a0c10307c005/width=450/18160361.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1754, "hash": "UBH1h~9F03_20%Di={t700M|~VD+_2RjR-IV", "type": "image"}, {"id": 18160352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08a6f518-9dbc-451d-9b0b-ae3ac9d50114/width=450/18160352.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1754, "hash": "UEHUB{IV0$wH69Io%1RP01V@?GM|~CV@E3SO", "type": "image"}, {"id": 18329648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/570ea25d-ad0a-4c48-8459-6a5c3aecd8e5/width=450/18329648.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U9EB:LJ710^N-@b_,CIU%1IqvyxBBprV%2J7", "type": "image"}, {"id": 18329658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/292fb15b-ebb2-48cf-bf93-a33b655aed99/width=450/18329658.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "U8FE$Q9F0N%M?KI;=FIorq9v+Z-nLgvzSjE*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/599446", "modelId": 539223} \ No newline at end of file diff --git a/datasets/metadata/599483.json b/datasets/metadata/599483.json new file mode 100644 index 0000000000000000000000000000000000000000..5399911d0c4a7323fd87302ddf02513d58249c15 --- /dev/null +++ b/datasets/metadata/599483.json @@ -0,0 +1 @@ +{"id": 599483, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-26T10:50:46.803Z", "availability": "Public", "nsfwLevel": 28, "description": "pony vers
", "trainedWords": ["V_Mix"], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 514543, "sizeKB": 36978.8828125, "name": "SB_Test-000001(1).safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T10:55:43.291Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1C4B1739", "AutoV2": "3605BC6052", "SHA256": "3605BC60526AAD936A0C3F31882898BB6FD7C017A6C0162267C5E34EBAE0DAA1", "CRC32": "53026CC7", "BLAKE3": "053996179766811EEDACBBFBF58883257C07F815D1835B4FCEA0CA02CAD9551B", "AutoV3": "9034C3AB3EBF"}, "downloadUrl": "https://civitai.com/api/download/models/599483", "primary": true}, {"id": 514542, "sizeKB": 2931.173828125, "name": "599257_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T10:55:45.573Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EE0A7339", "AutoV2": "45318B8E25", "SHA256": "45318B8E25863440326EBB40B074A3318299249202EA603CD65C7E00F86B288C", "CRC32": "4CCB90DB", "BLAKE3": "0A86A3BF9D56BF85FDCC60EAC16C87E5F829BC4DC49B2DD2083E60DA388E0699"}, "downloadUrl": "https://civitai.com/api/download/models/599483?type=Training%20Data"}], "images": [{"id": 17557685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e82b091b-eeab-4557-b4e7-07ea1f378d2d/width=450/17557685.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U4Eeli0004EN00}QOtNG0;-5~Csm=x58^k%3", "type": "image"}, {"id": 17277439, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5e1e4ae-f832-412b-a191-b09c3fa397ea/width=450/17277439.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "ULKToJtR.m?G01WB%1xa%goe-UWBELoe-;WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/599483", "modelId": 539054} \ No newline at end of file diff --git a/datasets/metadata/599570.json b/datasets/metadata/599570.json new file mode 100644 index 0000000000000000000000000000000000000000..55e22944d7c69f44fcab7eb4603d977ed075050d --- /dev/null +++ b/datasets/metadata/599570.json @@ -0,0 +1 @@ +{"id": 599570, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-26T11:52:24.718Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 149, "ratingCount": 0, "rating": 0, "thumbsUpCount": 34, "thumbsDownCount": 0}, "files": [{"id": 514629, "sizeKB": 22237.23828125, "name": "Sailor_Uranus-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T12:00:51.016Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "128169BB", "AutoV2": "C5B40E81F4", "SHA256": "C5B40E81F4873E7120E24366359584ABA58D803757E2A0C6EA6FFC98B55B7103", "CRC32": "E17C442B", "BLAKE3": "49987182B55D4E789657182381FA51000E59F16D4F5CA6982052C95794BE660E", "AutoV3": "0B4BF8721075"}, "downloadUrl": "https://civitai.com/api/download/models/599570", "primary": true}, {"id": 514624, "sizeKB": 8240.357421875, "name": "Sailor_Uranus.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T11:55:51.693Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FCFAAB9D", "AutoV2": "008BE4A66A", "SHA256": "008BE4A66A9E102AEF539860CE93E5DB63022CDF1E0B5D2F38374BB41EA932B9", "CRC32": "8D3E3E31", "BLAKE3": "7E7BFA7FAE7D67D35ED8291866AE8A13EA251309BE5E792EE22DF24120819365"}, "downloadUrl": "https://civitai.com/api/download/models/599570?type=Training%20Data"}], "images": [{"id": 17282350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d46dff22-ea3c-4ff9-bd4f-7ae89c5005f8/width=450/17282350.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UcPG1}xaENRjwFe.bIRjtlRjsAt6~qWBo#oK", "type": "image"}, {"id": 17282349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a1793e1-fe4e-4eb4-aece-470317a6f8b7/width=450/17282349.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UcPG1}xaENRjwFe.bIRjtlRjsAt6~qWBo#oK", "type": "image"}, {"id": 17282423, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4126774-8c6f-4359-9e82-40334f1089af/width=450/17282423.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCM%i%0000584ToI02D%00~qV[%2M_-oD*%N", "type": "image"}, {"id": 17282735, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31c843af-7aec-45d9-a53b-6684d3bd6b66/width=450/17282735.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFI#DY000f-S?A9Z02s-D#~VjJI@%gIpD%^+", "type": "image"}, {"id": 17283236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2631b34a-93b9-4d01-9a16-a0448db8a9c4/width=450/17283236.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URNJI6~B01-UH=%1E2t79GxZxaoz~VIpV[s9", "type": "image"}, {"id": 17283243, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab3b3462-c1e2-4be3-be7c-4c0a8b013632/width=450/17283243.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKNvxobI01-:~8%19vRjIoWW?Ht7~pV?IUo#", "type": "image"}, {"id": 17283915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf5e928e-efae-467f-a152-12a9326d42b9/width=450/17283915.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U8MGYP0d064T18005E~A0f-6=2Or?bSz_30g", "type": "image"}, {"id": 17284169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c82d92f1-315c-432d-ba83-e6335a8ef560/width=450/17284169.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UOLfH%0g0LD*_LD*D*t6J6M|%2oz={oyayIV", "type": "image"}, {"id": 17284536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d246aea-dcd6-4124-8b09-adf63212856f/width=450/17284536.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UoNbu+DiJARj_MITa~ayI:WCjbkCrqt7R*WB", "type": "image"}, {"id": 17284945, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46924565-5c4d-4aeb-a96a-c28a72186204/width=450/17284945.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKKJDPIA0z%M_LI;4.bHyBae,@My%0oLt6V@", "type": "image"}, {"id": 17285262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47dac9c0-76ff-4755-96d9-a93a1172f75c/width=450/17285262.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UcL3u@~q%#-;^+%2S5ozb]NGMxM{-poJs:j[", "type": "image"}, {"id": 17285964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e318b2e5-2f05-49af-b0bc-bb31b1829a38/width=450/17285964.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "ULL3M+_25,xu~C-pFexaD%nhs;j]kBR*rrRk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/599570", "modelId": 539328} \ No newline at end of file diff --git a/datasets/metadata/599695.json b/datasets/metadata/599695.json new file mode 100644 index 0000000000000000000000000000000000000000..d3494f9d425cd7243bedd481cb3ac697aaaffcfd --- /dev/null +++ b/datasets/metadata/599695.json @@ -0,0 +1 @@ +{"id": 599695, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-26T13:10:18.955Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 154, "ratingCount": 0, "rating": 0, "thumbsUpCount": 35, "thumbsDownCount": 0}, "files": [{"id": 514742, "sizeKB": 8905.5361328125, "name": "Maria_Tachibana_SakuraWars.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T13:10:50.796Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8FDC5075", "AutoV2": "6EE860B1AE", "SHA256": "6EE860B1AECEF4AD7826AC4913A65564F5E0354F3A47B7AF113B88ED66922D35", "CRC32": "60034A10", "BLAKE3": "13340D7B36EBE53393D837F2BEFC4ACC7FBD50DE448FF72E76E8D20DE6DE223E"}, "downloadUrl": "https://civitai.com/api/download/models/599695?type=Training%20Data"}, {"id": 514743, "sizeKB": 22237.47265625, "name": "Maria_Tachibana_SakuraWars-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T13:11:06.766Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "96806BE8", "AutoV2": "7458F24436", "SHA256": "7458F24436EAF7EF3C5B8E88FDD521B8DA3758DBD7E637F21EF023FEEACC3BF0", "CRC32": "DF1652D6", "BLAKE3": "0B1EFEB7E2C8305725706D177B0ECAE4233C7335A547503D7870A3EA5E0A66ED", "AutoV3": "681EDC5F44A6"}, "downloadUrl": "https://civitai.com/api/download/models/599695", "primary": true}], "images": [{"id": 17289911, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2dfe63d-6851-4f27-986b-57faead7a57e/width=450/17289911.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UOQb%q?bPX-=$]x]$%kDE0ozICog?aofRloJ", "type": "image"}, {"id": 17289909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4cd79c2-160a-4cd3-8cc1-5d8d62d0b433/width=450/17289909.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UOQb%q?bPX-=$]x]$%kDE0ozICog?aofRloJ", "type": "image"}, {"id": 17290460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5486f0f1-6b70-4eb3-9a2d-689cc694fd4b/width=450/17290460.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULGuXYk?01-5~o?b9HE1-;?a%34:-:R+n+-p", "type": "image"}, {"id": 17290901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6fe1a5c-dfc2-49b1-aa8e-04635fe69fb6/width=450/17290901.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEJk1C4o3GM|4T0g8w$%4oso={NHx[-oJVI;", "type": "image"}, {"id": 17292377, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d75e837-5983-4aab-979b-30c4bbba71ec/width=450/17292377.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXG*.+^%?b57~V-pxvNKNFx]WD-;NF%MM|xu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/599695", "modelId": 539442} \ No newline at end of file diff --git a/datasets/metadata/599846.json b/datasets/metadata/599846.json new file mode 100644 index 0000000000000000000000000000000000000000..813890c4d614b021be2917df80e19ca57a92414d --- /dev/null +++ b/datasets/metadata/599846.json @@ -0,0 +1 @@ +{"id": 599846, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-26T14:19:47.348Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 118, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 514871, "sizeKB": 22239.02734375, "name": "Misaka_Sister_ Index-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T14:20:56.237Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "04232EC0", "AutoV2": "462EE14116", "SHA256": "462EE14116DD2F4506EF0F0528A7A6D3CC879D750813DCAE31B0D103ACA75EBF", "CRC32": "1E517530", "BLAKE3": "078D62A1231B06637C15F8A42E82929C6F2605F42F11A7E0F91E1309B84F0534", "AutoV3": "7BA35C3670DE"}, "downloadUrl": "https://civitai.com/api/download/models/599846", "primary": true}, {"id": 514870, "sizeKB": 9250.1455078125, "name": "Misaka_Sister_ Index.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T14:21:33.055Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "01B03AD2", "AutoV2": "2C257E690F", "SHA256": "2C257E690FD085BD5CF2700DDFD9EC459E42028D636A8E2CC6DD5BED1277470A", "CRC32": "866349D9", "BLAKE3": "AFA936F63F0DC34FBF89479D2E51CC972AC1E75B158E6F2FEAF339999496110C"}, "downloadUrl": "https://civitai.com/api/download/models/599846?type=Training%20Data"}], "images": [{"id": 17296603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8676d659-79fd-4bd0-b07c-1e983a9266aa/width=450/17296603.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGL|io?H*J?a00WB%Mxu4nofxGWByXof$$Rk", "type": "image"}, {"id": 17296602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc44f08a-2a31-4d58-bd45-6bd6d8e027a8/width=450/17296602.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGL|io?H*J?a00WB%Mxu4nofw|WByXof$$Rk", "type": "image"}, {"id": 17296934, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ba3e72f-3e01-4ad6-919b-50a5faa9647f/width=450/17296934.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URN];F-;?^~pNx-;tm%M9FRj%1t6.8V@a#a}", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/599846", "modelId": 539571} \ No newline at end of file diff --git a/datasets/metadata/599983.json b/datasets/metadata/599983.json new file mode 100644 index 0000000000000000000000000000000000000000..c2ec398681b1cabd06e3a89f045c0fa4e5503b89 --- /dev/null +++ b/datasets/metadata/599983.json @@ -0,0 +1 @@ +{"id": 599983, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-26T18:01:20.626Z", "availability": "Public", "nsfwLevel": 25, "description": null, "trainedWords": [], "stats": {"downloadCount": 67, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 515088, "sizeKB": 66455.4345703125, "name": "599983_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T16:11:49.726Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C9851ADB", "AutoV2": "A254C528B2", "SHA256": "A254C528B293B1FB7C4225EF6BDBF46C19FAA13E8FE5009175BA80EF85F42438", "CRC32": "F5D0FCB0", "BLAKE3": "FA6A3C1575FB1E48F3F340DEBB78D0376EBE729C5B02FA6172535C57E1C700DE"}, "downloadUrl": "https://civitai.com/api/download/models/599983?type=Training%20Data"}, {"id": 515208, "sizeKB": 223121.65234375, "name": "Fire_Emblem_3_Houses-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T18:00:39.636Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C2B19C6E", "AutoV2": "950353736B", "SHA256": "950353736B28A88124003B6D7643C5EE6D496957DADEC33D694270D9F83CE813", "CRC32": "13B650B8", "BLAKE3": "EA83666785B899548B374513ABE2D3A97069946D3E57510C46465B058351D9F3", "AutoV3": "08BFAAFF139A"}, "downloadUrl": "https://civitai.com/api/download/models/599983", "primary": true}], "images": [{"id": 17320491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6012d296-f9a0-4f76-ae73-aa70b6adedde/width=450/17320491.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UrKv:f%1x@WF~Ds.bwj]S7WBn-ofW@jZn*ba", "type": "image"}, {"id": 17318219, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee7bf327-1cbf-45dd-ab7d-3139a23c28ce/width=450/17318219.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNNJIF~A?v-q^O%MJ8t79zWGNat79}xHMxo#", "type": "image"}, {"id": 17320082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a66137d4-5463-4149-bc97-4e1233a01062/width=450/17320082.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UJHUzj9G0f%M.lRQ-okC9Zj[rsxas:oeIVj?", "type": "image"}, {"id": 17319992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4224c5c-0707-4d0d-8460-28c3de0ad868/width=450/17319992.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "ULJjC-~mB#th0ybqTGXQ0fM|iyMzwiIr,usq", "type": "image"}, {"id": 17318214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1eca28f-832a-43da-bd10-8e0388bcb2c2/width=450/17318214.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UWKK1nS4X9xt~WR-NIxa?bRPNGsTM{aefifk", "type": "image"}, {"id": 17319916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c3bee66-3fc3-4706-9e5d-7a1cc85f4820/width=450/17319916.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "USN^Yxx]Cmr?Avoz$%RPJBoL$zWBo}W;n%js", "type": "image"}, {"id": 17319956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/412baffc-c6a2-41ee-bc40-e5f33091fd9a/width=450/17319956.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UKMjH.~p0zX9_NkC%2t6J7janixZ%MfQo0NG", "type": "image"}, {"id": 17319973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e2104af-3e2e-4fd8-86f1-d3f0c7cf230b/width=450/17319973.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UNE:rKxu00NF_Mt6IobHDhoyxaRjx]ofIAM{", "type": "image"}, {"id": 17320033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d9e1458-3417-4683-bd61-781951818360/width=450/17320033.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UDIgi]~X01%40en#rtM_4.IqofS5RjNGWXoI", "type": "image"}, {"id": 17320099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbcc8c69-5370-4c1d-8e30-21dca009191e/width=450/17320099.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UKMjm=-oP;OsE+bH-TjFK6Rj$fxu%MS3RjxZ", "type": "image"}, {"id": 17320270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57a677fc-f6e9-412e-87e9-fda3a7ea3310/width=450/17320270.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UIKc;L-pt,r?looz-:WELMj[-:M|aKoLiwV@", "type": "image"}, {"id": 17320318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73db3654-4fd6-412d-a117-0b8a0c3f9711/width=450/17320318.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UKNvrc%gp{wvyYkWV@RPGHaz$$RjMdoL%1WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/599983", "modelId": 539686} \ No newline at end of file diff --git a/datasets/metadata/599999.json b/datasets/metadata/599999.json new file mode 100644 index 0000000000000000000000000000000000000000..1d5d66d3c196531d705cf8cd06515bc14068f288 --- /dev/null +++ b/datasets/metadata/599999.json @@ -0,0 +1 @@ +{"id": 599999, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-26T16:47:13.233Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "earlyAccessDeadline": "2024-07-10T16:47:13.233Z", "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 515142, "sizeKB": 36983.640625, "name": "Fat_poses_bbw-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T16:46:25.920Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5DC8A17D", "AutoV2": "34DF8002A8", "SHA256": "34DF8002A8E9C1898EBDD3A8D8A5E4269B8417B6E7139CEA065A80CC1518A7A9", "CRC32": "FF41F647", "BLAKE3": "6F56B2E3641360A008F9004822E2EEAC66287BE920F9069C4B772146A9B53845", "AutoV3": "C81E55869F21"}, "downloadUrl": "https://civitai.com/api/download/models/599999", "primary": true}, {"id": 515111, "sizeKB": 195582.3076171875, "name": "599999_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T16:25:54.981Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "30B0E6B7", "AutoV2": "894473CE8E", "SHA256": "894473CE8E1E1884669E8844B39BE0D4D8170D1E4FC838BACEDDC075B666EED7", "CRC32": "018FCE52", "BLAKE3": "3A87D48DE73F1543A0FE5EE404B166110381E066DA72548D7C4C18A5290437F6"}, "downloadUrl": "https://civitai.com/api/download/models/599999?type=Training%20Data"}], "images": [{"id": 17312309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d4cab48-01bc-46f1-85ce-165e74398761/width=450/17312309.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UHIqM#Io.7%LpH=|-:R*KPRjxZf+}sE2xut6", "type": "image"}, {"id": 17312308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bc9dee0-395f-4db1-808f-a48324bdf6cb/width=450/17312308.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UJHKqWIpt7xZu4aeNHR*~VIoxFxt^jM|WVf+", "type": "image"}, {"id": 17312310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2264dafe-1e7c-4fdb-8f60-66b2cae3c9fe/width=450/17312310.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UEHKtf9]I:?F.R~V-UIoL1$*E2xt^557Ndoy", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/599999", "modelId": 539697} \ No newline at end of file diff --git a/datasets/metadata/60006.json b/datasets/metadata/60006.json new file mode 100644 index 0000000000000000000000000000000000000000..5d43a49026ea735495d4632da08586b5caca3044 --- /dev/null +++ b/datasets/metadata/60006.json @@ -0,0 +1 @@ +{"id": 60006, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-01T19:01:20.636Z", "availability": "Public", "nsfwLevel": 7, "description": "247 images\n6 epochs\n4188 steps (batch size:1)\nscheduler: cosine\nText encoder learning rate: 1e-5 \nUnet learning rate: 1e-3 \nmax bucket resolution: 512 \nclip skip: 2 \ndim: 8\nalpha: 1 \nbatch size=1 \nBase model: NAI
", "trainedWords": ["ShionDefault", "ShionSwimsuit", "ShionGothic"], "stats": {"downloadCount": 3390, "ratingCount": 4, "rating": 5, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 42541, "sizeKB": 73240.2763671875, "name": "MurasakiShion2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-01T18:55:43.057Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "56C4F433", "AutoV2": "D2F3620942", "SHA256": "D2F3620942A3A11F012171D173125C5662C08CCE912ADCCEDE3632331D51386A", "CRC32": "4FB34A8E", "BLAKE3": "AB0636BCC46DBE1119A39B1FF98A05370653C8FF74CA6DCD8BBC46A11CB22AB1"}, "downloadUrl": "https://civitai.com/api/download/models/60006?type=Training%20Data"}, {"id": 42540, "sizeKB": 9361.001953125, "name": "ShionV2D8_e6.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-01T18:55:37.557Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A00CD71D", "AutoV2": "748EBEEFC9", "SHA256": "748EBEEFC970E74B4DC0A6FE363959E559F6C05D406AFB788BF5AE810997D23F", "CRC32": "9787CF25", "BLAKE3": "8020B5C9F507EB8DB6A96DBB65D4B5F7EAE1A5C75AAC45FCF3A79ACF485478DA", "AutoV3": "6DF8E7A94A29"}, "downloadUrl": "https://civitai.com/api/download/models/60006", "primary": true}], "images": [{"id": 654908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0bde25c-ed8b-4e38-13f2-9fb8fe000b00/width=450/654908.jpeg", "nsfwLevel": 1, "width": 704, "height": 960, "hash": "UNH_S$o~tRtS~Xxv9ZE2EL-;oKNG-;xu-:sm", "type": "image"}, {"id": 654920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1076eea-642d-4e85-c6f4-1d607eab4300/width=450/654920.jpeg", "nsfwLevel": 1, "width": 704, "height": 960, "hash": "UTHnvvx[I:sn~Woz9Zs:9akCIUof.8xu%2of", "type": "image"}, {"id": 654922, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af76911c-334f-46cc-a87c-5e6108463500/width=450/654922.jpeg", "nsfwLevel": 4, "width": 704, "height": 960, "hash": "UVLNc7~q%~MxO[NHEikCIps:i{S2?HRjn%jF", "type": "image"}, {"id": 654924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4de314f3-9075-4f59-4bb5-f53cd32c4f00/width=450/654924.jpeg", "nsfwLevel": 2, "width": 704, "height": 960, "hash": "UPI573?b5QD%?wx]bbt5NHS5oz%LWEjYoyoz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/60006", "modelId": 55611}
\ No newline at end of file
diff --git a/datasets/metadata/600071.json b/datasets/metadata/600071.json
new file mode 100644
index 0000000000000000000000000000000000000000..af6ca9812190c8d1622651691a18587110d10ea0
--- /dev/null
+++ b/datasets/metadata/600071.json
@@ -0,0 +1 @@
+{"id": 600071, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-26T16:17:56.280Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 124, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 515098, "sizeKB": 22237.07421875, "name": "Black_Lady_Sailor_Moon-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T16:21:22.334Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "503DC65A", "AutoV2": "410287BBE9", "SHA256": "410287BBE973A1C0B1EA86AE262075466D20C8EE2943C1CF652347918854801D", "CRC32": "B20754B7", "BLAKE3": "EE956BA62CD8FCA31F076E91122725BE843FF7AF8D21ADD818DBAD80DB84F69A", "AutoV3": "421DEB2B8510"}, "downloadUrl": "https://civitai.com/api/download/models/600071", "primary": true}, {"id": 515099, "sizeKB": 9632.56640625, "name": "Black_Lady_Sailor_Moon.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T16:20:46.308Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BDC2FCE9", "AutoV2": "728335D64E", "SHA256": "728335D64E60B93DFAC3163B3F1E8269F3F9CE79C0BCBC609EE5E9F472E95943", "CRC32": "379AED0B", "BLAKE3": "37A7AD6FB50CACF7ADD8E59931620AECB5FDD3EEB80EFB65C41E857AB6A96089"}, "downloadUrl": "https://civitai.com/api/download/models/600071?type=Training%20Data"}], "images": [{"id": 17309256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/878dc8d1-b91f-4652-8bc8-1dfeb012cb0c/width=450/17309256.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UjOL$Ps:tSt7~qoMt,ofE2WBxuWB-ooLM{jt", "type": "image"}, {"id": 17309257, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88713108-b30d-44d5-8281-e7ee69990ea6/width=450/17309257.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UjOVM[s:tSt7~qoMt,ofE2WBxuWB-ooLM{jt", "type": "image"}, {"id": 17309650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/028416f6-eac4-489f-a417-5a7ec9dbc9d9/width=450/17309650.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UeLW3O0KtSRj~qMxEfIoghRPV@n$R6ozkCWV", "type": "image"}, {"id": 17311448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ae8cc8d-561e-44f1-8a85-ed56f000f749/width=450/17311448.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UCN9h20g0qO?0?n3BCZ$x^NH~o-TJFtRJBNu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/600071", "modelId": 539752}
\ No newline at end of file
diff --git a/datasets/metadata/600085.json b/datasets/metadata/600085.json
new file mode 100644
index 0000000000000000000000000000000000000000..1aa2c14e16370873fdad0c88bb6fa3cd3666d039
--- /dev/null
+++ b/datasets/metadata/600085.json
@@ -0,0 +1 @@
+{"id": 600085, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-26T20:28:45.032Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 43, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 515141, "sizeKB": 6908.8359375, "name": "600085_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T16:46:19.615Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A1E3B8D9", "AutoV2": "83CFB9DEB0", "SHA256": "83CFB9DEB043344C86820B3446EB2CDD95685F0AAEEF504D181C9779AC74919E", "CRC32": "26A7AC02", "BLAKE3": "59936A8EF1EE4C285E22B8BCF49904F5149328BF335EE738C1486FDCDE0ECA7E"}, "downloadUrl": "https://civitai.com/api/download/models/600085?type=Training%20Data"}, {"id": 515387, "sizeKB": 223101.15234375, "name": "Kayron_E7_Epic_Seven.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T19:51:01.273Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6C7EF8E5", "AutoV2": "A4ADB388AC", "SHA256": "A4ADB388ACBC00B5E98DEA8A00699587CF9FE760663EE95C6817E017063A0473", "CRC32": "A747D8BA", "BLAKE3": "9176F111E5FA1F4ACE28A14929FF25DA06DC5A8B32BE8516CF2E2BDF56BCAD73", "AutoV3": "46592477AA23"}, "downloadUrl": "https://civitai.com/api/download/models/600085", "primary": true}], "images": [{"id": 17332300, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5affe30d-2a49-4fd7-a012-84264a0eff7f/width=450/17332300.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "UCF|_e%20Ls;0xoLD*Io00NG_1g2xbR*}[$*", "type": "image"}, {"id": 17332221, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53557afd-5d24-41a6-9747-7953c7e4b0a8/width=450/17332221.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UAFXSTSwDi=|9uspIqNG00V[yWIp%2bb}[od", "type": "image"}, {"id": 17332217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a1cdfb2-8fd0-4287-aebd-d0430284b98f/width=450/17332217.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U9I:qJ~Ca$xCbxIp$%t600M{0zEN?a%1IoIp", "type": "image"}, {"id": 17332220, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c588396-5016-4113-9907-7c942d16bdc3/width=450/17332220.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UAGaC9Ip+x~BTxxa5QR*04-U5Q9b0NELxtoy", "type": "image"}, {"id": 17332223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94c6e2c5-b0ed-43db-9cfe-85fc78099a69/width=450/17332223.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UBH,@%~CVtrrOSS09aRk00VtACEf9bRj%Lxt", "type": "image"}, {"id": 17332222, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bee997a5-01c8-4734-a48b-220d483e31b7/width=450/17332222.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UGFgnlSg=z-V%QxI9[R%04s;EKEL0fNH-hs:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/600085", "modelId": 539764}
\ No newline at end of file
diff --git a/datasets/metadata/600221.json b/datasets/metadata/600221.json
new file mode 100644
index 0000000000000000000000000000000000000000..c499afbf0dfafd3b91d039ca252793a8d6fac837
--- /dev/null
+++ b/datasets/metadata/600221.json
@@ -0,0 +1 @@
+{"id": 600221, "index": 0, "name": "V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-27T04:49:50.188Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 164, "ratingCount": 0, "rating": 0, "thumbsUpCount": 43, "thumbsDownCount": 0}, "files": [{"id": 515777, "sizeKB": 77396.7626953125, "name": "600221_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T23:31:50.970Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C2779F9F", "AutoV2": "E579BE9F1F", "SHA256": "E579BE9F1F050B0AD2A8E4C4889A014D3965B15BE65E9C262F75783994A7E17A", "CRC32": "6DAA2086", "BLAKE3": "46125F723FB5731F95DE775F2F41E5DEBF647A3F2A50811CA2B7C15415CC1BFA"}, "downloadUrl": "https://civitai.com/api/download/models/600221?type=Training%20Data"}, {"id": 516247, "sizeKB": 223116.80859375, "name": "Rikka_Kai_Style_V2_PONY.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T04:50:52.144Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8211EF27", "AutoV2": "C8BCA1FC73", "SHA256": "C8BCA1FC73AB12444E455B42A0D08E26D61FDB741EC27C8ECD1CD7F7E3E4F4B6", "CRC32": "CC8968A0", "BLAKE3": "A8FA0F4696FB135CEB21840BD95089FAAC1C06C98F32E1F780FD39DEAE077566", "AutoV3": "C06658EA1504"}, "downloadUrl": "https://civitai.com/api/download/models/600221", "primary": true}], "images": [{"id": 17386558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53fd3112-960f-45b2-9aa2-f11893e7c63d/width=450/17386558.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UfR2iLt7?^x]u4ayxut7X,WBsCofazWBn%of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/600221", "modelId": 539886}
\ No newline at end of file
diff --git a/datasets/metadata/600376.json b/datasets/metadata/600376.json
new file mode 100644
index 0000000000000000000000000000000000000000..3b7cde38316510a957a6738f7da18cc194d4680b
--- /dev/null
+++ b/datasets/metadata/600376.json
@@ -0,0 +1 @@
+{"id": 600376, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-26T21:22:06.840Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["Vandria, mature female, solo, elf, long hair, white hair, braided hair, ponytail, light blue eyes, freckles, closed mouth, expressionless, angel wings, steel-gray wings, shoulder armor, headpiece, in full armor, medieval, dungeons and dragons, simple grey background, semi realistic, looking at viewer,"], "stats": {"downloadCount": 63, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 515563, "sizeKB": 223100.20703125, "name": "Vandria_Gilmadrith_The_Lady_of_Grief-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T21:20:42.618Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A6A31550", "AutoV2": "CA99F33EC2", "SHA256": "CA99F33EC29FC39270F2702757C8BB781F5522CF30D848F0591D9BD409534355", "CRC32": "80AECE63", "BLAKE3": "191D5AA7DC865CFA5581F437B62C6E0D951698EF8A706DA9FD29F48047016CB1", "AutoV3": "3F7815CF92ED"}, "downloadUrl": "https://civitai.com/api/download/models/600376", "primary": true}, {"id": 515364, "sizeKB": 9438.33203125, "name": "600376_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T19:40:54.492Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "92F2E83F", "AutoV2": "5F24C361D0", "SHA256": "5F24C361D042CF8B44CEA22A21A5B77A6E2C4F008EE618E3CFA9689E14240E28", "CRC32": "15A16A2F", "BLAKE3": "30F47735D15FB2D664D692995227F91A1375BE114C63969D9AD5B12D29F42ED7"}, "downloadUrl": "https://civitai.com/api/download/models/600376?type=Training%20Data"}], "images": [{"id": 17338293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ef45de9-bab5-4643-ac06-b7c8525c43cc/width=450/17338293.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJH.H4tRb_VY~qW=W=rr9uxZIA%gpInisnNw", "type": "image"}, {"id": 17338292, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6048eb37-9833-4241-b06a-e3de100e3368/width=450/17338292.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7F=s?-pFyNH~BM|tk%L01R*DOs.0}%2MdIU", "type": "image"}, {"id": 17338297, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d6e3a00-9151-48ca-850d-37da12720b3b/width=450/17338297.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCH2WQtRKjnN_NW;V[i_0#V@DPtkW=WBR6NG", "type": "image"}, {"id": 17341748, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc896bef-71ea-47ae-97a8-b4bbfcfa7181/width=450/17341748.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UBF=p%o}y??FFfxF$PNH4.R*Riof0LayD%R*", "type": "image"}, {"id": 17341749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a0a7733-b403-42e8-8eeb-7be3bb724dcc/width=450/17341749.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "URHed$t7O?RP_MRkkCRPOrofR5afyDV@VtR+", "type": "image"}, {"id": 17341754, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddfc8b37-7cfd-431a-a8ec-0343cded9f8f/width=450/17341754.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMHeapR.u3eo_Ms.tkbbAbRPMe%Lt,WXnPWB", "type": "image"}, {"id": 17341747, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd1b831b-d5c9-4777-853b-c240548d3e3b/width=450/17341747.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "URG[+ewfO?u3?]NHozo}TIozenMxx[jZV@RP", "type": "image"}, {"id": 17341753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dafd9374-9cbe-4780-906b-9e3e131a88b6/width=450/17341753.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UTHB-w%McFof~pbbtksmOYWCR5Rjtln$i_RQ", "type": "image"}, {"id": 17341756, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e67b6ec-e7ae-459e-9f4c-2dcd97037dd7/width=450/17341756.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UJF=?Y-BTJPn_MxtRltlF_ODxZw]aho0X79G", "type": "image"}, {"id": 17341751, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b04b8339-5233-4abe-96ac-9f8e115fe505/width=450/17341751.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UHGbt@t8Os_L?u%MDkRjt+W=Mzs:?[M{Rk%1", "type": "image"}, {"id": 17341757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1316691a-21cb-4c24-8f08-555654c326b3/width=450/17341757.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOGSJixtb]%f~pRkIVRkk=WBaKWBpIt7xEaf", "type": "image"}, {"id": 17341760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e09c9504-c2ba-4bb0-afce-6f43e0304c3d/width=450/17341760.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "URH_oItkYNVt_Lofx@V[THjZa0W=%ft6M|WB", "type": "image"}, {"id": 17341761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6dc0f834-5468-4016-ae4b-6303900bb2b8/width=450/17341761.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "URHxi{jGK$t7?]R,xtjZS}xtR5M|xtaxMyae", "type": "image"}, {"id": 17341759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83ddb66e-1fde-424f-9993-0ae854fcc49f/width=450/17341759.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UTHB;zx[X,s._Moyx[aeE*jZVsV[o#WCMyRQ", "type": "image"}, {"id": 17341762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bff1173-5c6a-417a-9269-4442532e8b7d/width=450/17341762.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UJG[_:x[Tx%L.moLMyNGt,WWM|aLyCfkozs:", "type": "image"}, {"id": 17341763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/040ad468-af08-43ed-81cb-65f939c52a33/width=450/17341763.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UUHeakt7O?tQ_LofxZofX,jGeTNGx[WBM}of", "type": "image"}, {"id": 17341764, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a566647-6fe0-41fd-b562-d6f690d1e4c0/width=450/17341764.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UIH2Dzjcu4xu~qo}o}smKjkCMdozk=V@i_M|", "type": "image"}, {"id": 17341765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c91dd2eb-a6cc-4911-98cb-cf967a0fd654/width=450/17341765.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U8F6RUt8~VIBTLt6ICRQB$Rj00-opFozSdaL", "type": "image"}, {"id": 17341767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5e09a5b-144b-4a0f-91a3-afbfcdea24f1/width=450/17341767.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UEGu]sWFTK?[.Rt7H[NGypxu8{tQ_LWCOGxt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/600376", "modelId": 540025}
\ No newline at end of file
diff --git a/datasets/metadata/600381.json b/datasets/metadata/600381.json
new file mode 100644
index 0000000000000000000000000000000000000000..a26b3e1b8191bff8349d6fa93f6262caac981eda
--- /dev/null
+++ b/datasets/metadata/600381.json
@@ -0,0 +1 @@
+{"id": 600381, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-27T12:51:25.502Z", "availability": "Public", "nsfwLevel": 1, "description": "This is actually a 2nd training attempt. From the test generations, it simultaneously looks raw and deep-fried (too much saturation and contrast), but the default 10 epochs I used for the 1st attempt was even more deformed.
", "trainedWords": ["worm, render"], "stats": {"downloadCount": 20, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 515354, "sizeKB": 24273.8427734375, "name": "600381_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T19:36:54.117Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5E7566D4", "AutoV2": "C173AF6BB4", "SHA256": "C173AF6BB41AD8DF1AC7BD12241CB924B718244C0BFF7C879B80AF269B2A8F57", "CRC32": "2663A1C7", "BLAKE3": "73B8BECFBCAA1E618C5BE8E9D2B4A53155BA1CAE1AE84DE19A0F83E28E68D2F1"}, "downloadUrl": "https://civitai.com/api/download/models/600381?type=Training%20Data"}, {"id": 516822, "sizeKB": 223112.49609375, "name": "test_Worms_Team17_render_mix.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T11:35:51.076Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F165AD8D", "AutoV2": "8DA26AEF37", "SHA256": "8DA26AEF3767A8B17688C9C2A0A94ECC701FACA38D5AEDEE477C2AD20CD03179", "CRC32": "46F4A42E", "BLAKE3": "840E31F7208F4B20BD70B651D174C6DD05F21EF5EE1F866F46F37E3280810FE5", "AutoV3": "269025393FF3"}, "downloadUrl": "https://civitai.com/api/download/models/600381", "primary": true}], "images": [{"id": 17419565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1fe16789-afc5-44db-bacc-747dceca12ed/width=450/17419565.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UVD,,BE10u^c9+s%-1MxR?a*jCi[NNs8oeS4", "type": "image"}, {"id": 17419566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/150517c2-62e8-4bca-b683-7ed9a4b34805/width=450/17419566.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U#Lg^JS1k?i]?wni-VRkn$afRjo#-pX8bXj]", "type": "image"}, {"id": 17419564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26cbdc3f-2fe5-4b76-8ec1-647243fc4395/width=450/17419564.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U@RAwQ%g*JRkt,W;ogjYkWV@jFaeo~bHt7j?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/600381", "modelId": 540030} \ No newline at end of file diff --git a/datasets/metadata/600394.json b/datasets/metadata/600394.json new file mode 100644 index 0000000000000000000000000000000000000000..5e951ba89eb225a4c231de4005d87a7b8b1f2ff0 --- /dev/null +++ b/datasets/metadata/600394.json @@ -0,0 +1 @@ +{"id": 600394, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-26T23:13:51.962Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 19, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 515402, "sizeKB": 27266.7041015625, "name": "600394_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T20:08:28.977Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E91FEC11", "AutoV2": "898CCC7CC0", "SHA256": "898CCC7CC060C8EF942B9B6F0973900FFE154D8E582A189DC06B8D9BBE1B7059", "CRC32": "200857C6", "BLAKE3": "3994C8E3F713C92D5B5CF3B02C3CE83715D58EBBCAC60A114995DAD8C3B479AA"}, "downloadUrl": "https://civitai.com/api/download/models/600394?type=Training%20Data"}, {"id": 515616, "sizeKB": 223099.20703125, "name": "MIss_Blubs.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T21:50:57.143Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "22F15E60", "AutoV2": "CC28B94430", "SHA256": "CC28B94430F72C5A8B02BF4BB5D9B81100898DE52FE5917913CBC7FB4700A932", "CRC32": "D3BDA8F5", "BLAKE3": "C9663588CC8B80B50B5EAED73ED3B5864E4B03FFA326732A7883DC0770E0B539", "AutoV3": "7C963EED43DE"}, "downloadUrl": "https://civitai.com/api/download/models/600394", "primary": true}], "images": [{"id": 17349862, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04c26890-ec99-43d1-a69b-1a1b1eb96c9c/width=450/17349862.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UfN]h8XPL3%M??#kNMM}X9TeXBV]T1RoR;kA", "type": "image"}, {"id": 17349861, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fac381d9-c984-4f57-a8d1-982a66af39ee/width=450/17349861.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UrLg*6t+kYs;ysaeR.R*RWRj-:xZxta|aJt6", "type": "image"}, {"id": 17349860, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b3c7f99-ae77-466b-a916-54c1db70e26c/width=450/17349860.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U+NAVTM{%Mt8_Nt6ozoM%0t7W?ay%KRjIVWU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/600394", "modelId": 540038} \ No newline at end of file diff --git a/datasets/metadata/600437.json b/datasets/metadata/600437.json new file mode 100644 index 0000000000000000000000000000000000000000..d9e0bdc7ff6bcca1df9dbaf3a6a3c9d1668807f7 --- /dev/null +++ b/datasets/metadata/600437.json @@ -0,0 +1 @@ +{"id": 600437, "index": 1, "name": "V2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-26T23:51:33.632Z", "availability": "Public", "nsfwLevel": 28, "description": "Johnson Bronson Johnson
", "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 515410, "sizeKB": 27266.7041015625, "name": "600437_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T20:07:23.794Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E91FEC11", "AutoV2": "898CCC7CC0", "SHA256": "898CCC7CC060C8EF942B9B6F0973900FFE154D8E582A189DC06B8D9BBE1B7059", "CRC32": "200857C6", "BLAKE3": "3994C8E3F713C92D5B5CF3B02C3CE83715D58EBBCAC60A114995DAD8C3B479AA"}, "downloadUrl": "https://civitai.com/api/download/models/600437?type=Training%20Data"}, {"id": 515786, "sizeKB": 36977.7578125, "name": "MIss_Blubs-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T23:32:19.576Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "57C27BE6", "AutoV2": "024DD6CC36", "SHA256": "024DD6CC364EF3C6D1E46401538DD1E722D8D0C055392B60176818642A5A2A94", "CRC32": "DD5DB04E", "BLAKE3": "6D1AF478D5C33E80AAE88AB9314973DD0FB515561CAFABB769A3F8ED41073F14", "AutoV3": "B42E7F6CE872"}, "downloadUrl": "https://civitai.com/api/download/models/600437", "primary": true}], "images": [{"id": 17350928, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/529dba39-b3e7-46f0-81ac-abd8cdb7eed4/width=450/17350928.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "U$K2L{TL%exWLgWBX7V@kingOGW?RjxsM|jZ", "type": "image"}, {"id": 17350929, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4512534c-276e-4e80-95d9-576a913a725d/width=450/17350929.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UtGA9At8l9RoPqRQOsS5NZnht7xas9bwNLn#", "type": "image"}, {"id": 17350924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8442f0c8-4ea0-4f8e-8514-c807072d85cc/width=450/17350924.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "U:P%3JtQ_MfStmayi^kCobWBbJs.w[WBX9t6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/600437", "modelId": 540038} \ No newline at end of file diff --git a/datasets/metadata/600756.json b/datasets/metadata/600756.json new file mode 100644 index 0000000000000000000000000000000000000000..fdcc543733b4e448ab107f7498d3d4fcc46520c5 --- /dev/null +++ b/datasets/metadata/600756.json @@ -0,0 +1 @@ +{"id": 600756, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-27T01:47:14.798Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 58, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 515773, "sizeKB": 27761.5791015625, "name": "600756_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T23:26:04.639Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E4052C73", "AutoV2": "24384A6798", "SHA256": "24384A6798222FD540F7560A9C482D497E674AE74B238DD0AB47AB3571175444", "CRC32": "D4D3CF58", "BLAKE3": "8F9B0CA3DC785B3EC8D9ABD4225E841AAEB07A8ACF625C32E2F05FADB641FEFB"}, "downloadUrl": "https://civitai.com/api/download/models/600756?type=Training%20Data"}, {"id": 515992, "sizeKB": 223108.22265625, "name": "Latex_pirate_magazine-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T01:46:52.100Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C15D5BE7", "AutoV2": "AF0E459EDD", "SHA256": "AF0E459EDD216746656822C59EDDBF090DEFE6083C5F34D73B82E17CF761F097", "CRC32": "3C3D3EC0", "BLAKE3": "1254604C532E83AE58863377D08167EB4BF1EE0D325AB4A535E953BD2B5C649C", "AutoV3": "7FB0B6C4F6E1"}, "downloadUrl": "https://civitai.com/api/download/models/600756", "primary": true}], "images": [{"id": 17366252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42cf1148-48e5-4f0d-a2c8-08b0caaba899/width=450/17366252.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "USGSo+_4ElR.9EM{MwRj%et7NGNGobayo}X8", "type": "image"}, {"id": 17366251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4652b6b-f4ae-4d57-85f1-a9ac3231fa63/width=450/17366251.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U1BWDCyC00^%0UM{-2bc00s:]=D+0vRl[w%2", "type": "image"}, {"id": 17366250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51d75b13-40ca-4100-bbde-549425b8eb01/width=450/17366250.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCDwQ}xF0Mtl00Ny:OxB0#NGvzof~9$$R-E2", "type": "image"}, {"id": 17366357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/143ab269-43d2-4574-a7d2-a128278d47e6/width=450/17366357.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U5I49U9v00?Z00yXS$4T_O#9HB7J-nD%K*~W", "type": "image"}, {"id": 17366354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02fe5a60-0565-42ff-94f3-8eebd59e99d2/width=450/17366354.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UBHK-2yX010103?GtQM{D*kC?FE2?F9ZJA~V", "type": "image"}, {"id": 17366356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3362dceb-8032-4327-a849-0f8b81b562e2/width=450/17366356.jpeg", "nsfwLevel": 4, "width": 768, "height": 512, "hash": "U7G*c|G[n13=:OOD9G0f4TRRK$|=IU=Z%05p", "type": "image"}, {"id": 17366358, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bccd2f62-cc75-4d5e-a771-ea7b2be997ba/width=450/17366358.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8IO5{*K0MK4{dMJ4.~pD%yD?v^+9FOXyDVr", "type": "image"}, {"id": 17366355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75d62533-2912-4e26-9419-ebb4ff849abb/width=450/17366355.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UBD]C.?a00^k000LIV%L~W-p-VoL00xZ?HE1", "type": "image"}, {"id": 17366452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13be038b-75bd-45c5-867e-c9a92ba258dd/width=450/17366452.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8Hwx}B;011O00Iok=9ZGv?HV[,:xC8_%2~V", "type": "image"}, {"id": 17366453, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2019808-73ea-4478-b84d-625738d2a098/width=450/17366453.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UWGbuCt6%$x[_NxtoztR-:xuRjjY.Roe%2oJ", "type": "image"}, {"id": 17366458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af6a4687-a170-4609-92da-2b20f343949c/width=450/17366458.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UGEfj24TBX=_?EEQ9F.8~WR%M{xb%hITxvs:", "type": "image"}, {"id": 17366451, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9fa3af61-cf3f-4d3a-b321-eb23694c412e/width=450/17366451.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UNIEeO%NuP-;D~oa9ZIUxWNEo2WY9s%Mr=xb", "type": "image"}, {"id": 17366454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f114e410-e643-4981-8e6e-16f657c62c22/width=450/17366454.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UMGuqA9FysWC$jIoIURjXT9b=|t7PCD%?Ht7", "type": "image"}, {"id": 17366460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1fbd0f40-9ed8-4d16-9f2a-c509ce00e00d/width=450/17366460.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UKL3ifNfysRO?wx].8rqt,%LX8My_2oMNGRj", "type": "image"}, {"id": 17366461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/190fc385-5db3-4f04-af5e-9cb6c8021f76/width=450/17366461.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UQKBL0#680%gDj$K-AWAR5OFIV-6-oI@%1%L", "type": "image"}, {"id": 17366459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd3da455-a6b8-43a7-b29d-ec344f485f75/width=450/17366459.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UDHe987402yD0L]#Q+AK*0tlEOEQI=Md#*K7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/600756", "modelId": 540366} \ No newline at end of file diff --git a/datasets/metadata/600780.json b/datasets/metadata/600780.json new file mode 100644 index 0000000000000000000000000000000000000000..f91f969a8af3daefa0991929df00421088bb44e8 --- /dev/null +++ b/datasets/metadata/600780.json @@ -0,0 +1 @@ +{"id": 600780, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-26T23:42:52.431Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["michele", "twintails", "cat investigator, white shirt, breast pocket, black necktie, neck bell, sleeveless shirt, blue jacket, short sleeves, belt, handcuffs, white shorts, thigh strap, cat ear headphones, headset, mechanical tail, partially fingerless gloves", "cat investigator steady, white shirt, breast pocket, black necktie, neck bell, sleeveless shirt, brown jacket, short sleeves, belt, handcuffs, white shorts, thigh strap, cat ear headphones, headset, mechanical tail, partially fingerless gloves", "bay racer, white shirt, breast pocket, orange necktie, neck bell, sleeveless shirt, aqua jacket, short sleeves, belt, white shorts, thigh strap, cat ear headphones, headset, mechanical tail, partially fingerless gloves", "infernal demon, short sleeves, navel, black shorts, short shorts, thigh strap, cat ear headphones, pantyhose, mechanical tail, demon tail, fingerless gloves, black gloves, skirt, cleavage, torn pantyhose, knee boots"], "stats": {"downloadCount": 125, "ratingCount": 0, "rating": 0, "thumbsUpCount": 32, "thumbsDownCount": 0}, "files": [{"id": 515780, "sizeKB": 155354.23828125, "name": "Michele.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T23:31:12.687Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CF3085DA", "AutoV2": "F7934CBB67", "SHA256": "F7934CBB6718BBEB7A371A2355DB8186363C28F1447323583531FEB9848AC9DE", "CRC32": "BDF42A71", "BLAKE3": "250BF118C51548B51D3FEB5030A68AA8E96FED5AE5EE685C8776D36F33415170"}, "downloadUrl": "https://civitai.com/api/download/models/600780?type=Training%20Data"}, {"id": 515796, "sizeKB": 223101.44140625, "name": "Michele Lee - Strinova-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-26T23:36:58.666Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3545824E", "AutoV2": "3C57ED0748", "SHA256": "3C57ED0748FA39AE113EF84D35C547AAC47D09DB5A0E3C530E87430CBF2B01A2", "CRC32": "7FFC3FAC", "BLAKE3": "937FA9D5ABC93030C2A344403AE9A857FEE1E4FE7D2CC1C77BFC9B037EBE41D9", "AutoV3": "F488B416E521"}, "downloadUrl": "https://civitai.com/api/download/models/600780", "primary": true}], "images": [{"id": 17365986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4270ea9e-48fc-4916-9d4c-ae8cb16f48cb/width=450/17365986.jpeg", "nsfwLevel": 1, "width": 896, "height": 1088, "hash": "UCJ*Ye=r0f~W0y~Vk@58H=0f4.IoIUw]-RnN", "type": "image"}, {"id": 17365992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26e60274-f6bc-4d97-97d0-a6d98b9f8a9b/width=450/17365992.jpeg", "nsfwLevel": 2, "width": 896, "height": 1088, "hash": "U7IN]n^+Y600~pRO01D%00M|00kriIx^W-.8", "type": "image"}, {"id": 17365993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4362daaa-2774-4aae-a2c3-fe0fa8f2bcd6/width=450/17365993.jpeg", "nsfwLevel": 1, "width": 896, "height": 1088, "hash": "UAJ8O{tm0Vf-1BoLGdNzMxV?4.tRNzkW^JV?", "type": "image"}, {"id": 17365990, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6f76a97-687f-4e27-84bf-c0d63f8e1111/width=450/17365990.jpeg", "nsfwLevel": 1, "width": 896, "height": 1088, "hash": "UDJks9=_1R^02gr;F~9}KSEmRkbw0Lx^,mrq", "type": "image"}, {"id": 17365991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00453847-303b-4982-8862-e54e35869c15/width=450/17365991.jpeg", "nsfwLevel": 4, "width": 896, "height": 1088, "hash": "UBKK]BXn1BXA0[spO^kCA0jERPxu#7S$rANG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/600780", "modelId": 540378} \ No newline at end of file diff --git a/datasets/metadata/600874.json b/datasets/metadata/600874.json new file mode 100644 index 0000000000000000000000000000000000000000..5558e8b44c02978ab1466677985fd077e1d32781 --- /dev/null +++ b/datasets/metadata/600874.json @@ -0,0 +1 @@ +{"id": 600874, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-27T00:21:39.958Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": ["Gatomon"], "stats": {"downloadCount": 52, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 515881, "sizeKB": 13975.794921875, "name": "AnthroGatomon.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T00:26:46.929Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "53053149", "AutoV2": "6A048004A4", "SHA256": "6A048004A482D3271C4A27FA4797470B3F8BC1FFA43F248D3C821519D9C450C3", "CRC32": "BADF4D3B", "BLAKE3": "AC43D6F03F313736F8B770D18E9F0B26DD35C77A5676380ABE89837852C07035"}, "downloadUrl": "https://civitai.com/api/download/models/600874?type=Training%20Data"}, {"id": 515884, "sizeKB": 56088.19140625, "name": "AnthroGatomon-10 PonyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T00:27:12.803Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "04C2B999", "AutoV2": "69EF8299E5", "SHA256": "69EF8299E5898F6400247F994F316DB07954AD9C88E0AB2D9FE52D1DEC02E432", "CRC32": "0CCDB98F", "BLAKE3": "DD11A756AA95EFC8A670329D3841D3EB748F15551A41250FB917CB7090D78534", "AutoV3": "5A3628AFADC5"}, "downloadUrl": "https://civitai.com/api/download/models/600874", "primary": true}], "images": [{"id": 17355049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80005fc1-bec3-4196-8bb6-0d5c9267ba27/width=450/17355049.jpeg", "nsfwLevel": 4, "width": 768, "height": 1344, "hash": "U6M@7NxY00-o~pRjjYof00WC%gWV?GfRV@j@", "type": "image"}, {"id": 17355076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/231d6e15-aaa0-42f9-89ad-a825cdd8f85d/width=450/17355076.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UGM6n]%22x%2?^V@m+M|EMxtn4WB%gS$Rkxt", "type": "image"}, {"id": 17355043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cbaebb9-57a3-4971-8119-b573e97af5a5/width=450/17355043.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UCN,DR%h{d-;xIn$E2T0*drqpJen?vWqIAa0", "type": "image"}, {"id": 17355074, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84e5ce0e-061a-4f56-bd86-73aea4738476/width=450/17355074.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "USKTV$t75Tt7_Mofr?WVx[WBnNoJ%Ma#aeaz", "type": "image"}, {"id": 17355083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/754df7b7-516a-4edb-af84-0528a4b01855/width=450/17355083.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UVI}*Dt76*XS?]f+i_o0OXjZwdbHxuayRkkC", "type": "image"}, {"id": 17355078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58283cf4-1ce2-4b47-9ec9-2a949ed2bbba/width=450/17355078.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UQKUi+xtGGtR_MayaKofE*jZwcbH-;oLRjbH", "type": "image"}, {"id": 17355080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/402bbc82-8363-4238-86d4-f5eaedde7f8e/width=450/17355080.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UcK_RZWE_Nxu%gjtRjay_Nt7IUf6NGofoLfk", "type": "image"}, {"id": 17355086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/749ac2e9-5f45-4e93-978b-f66497ec4d34/width=450/17355086.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UZMQ*JbI_N-:%MoyM|WW.9xaM_NGWXV[jZof", "type": "image"}, {"id": 17355089, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b22d592-c085-4fe6-807f-5c15742e32f9/width=450/17355089.jpeg", "nsfwLevel": 2, "width": 768, "height": 1344, "hash": "UUKU+jjZ_N-;-;axM{kC?bxuRjRPIUkCoeae", "type": "image"}, {"id": 17355288, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26a0dd1b-57a0-45d6-a0fd-a5def606fa74/width=450/17355288.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UJIYUto}.9-;XnofIURj*0f5VrV@9Ft7j?WB", "type": "image"}, {"id": 17355047, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0a86b9a-12c1-4882-96c3-741c7f06aa74/width=450/17355047.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "Uc6S?GkDM_aeyZf+RPayXnaynhj[ShjZs:j[", "type": "image"}, {"id": 17355048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7232d5a-45d4-4aad-b9fa-b3041134f310/width=450/17355048.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UP7e;$kCI9WByZj]ROa|NsjZxHj]XSaxoMfk", "type": "image"}, {"id": 17355091, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51078bdb-f388-44a7-8b4c-7042f9524d9c/width=450/17355091.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UK7LyJt8DiRPpyayjEozJTWBxuoztlozWBV?", "type": "image"}, {"id": 17355045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d4d41e8-2ad8-4515-b44b-5c7901aa8983/width=450/17355045.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UCLD46_M02R*TeIUDibb02M{S4M{9F.7_2V@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/600874", "modelId": 540465} \ No newline at end of file diff --git a/datasets/metadata/600909.json b/datasets/metadata/600909.json new file mode 100644 index 0000000000000000000000000000000000000000..22eba25cd6f6fad3a2714de148b3198de74ab388 --- /dev/null +++ b/datasets/metadata/600909.json @@ -0,0 +1 @@ +{"id": 600909, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-27T00:43:51.908Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Cocotama Kanna"], "stats": {"downloadCount": 73, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 515926, "sizeKB": 19498.1650390625, "name": "598795_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T00:46:18.954Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5A66C064", "AutoV2": "F0DDA1D28D", "SHA256": "F0DDA1D28D8A617662D836FBF01A51B20549E0A01E3117CB9C5FF9FB6BCC6CB2", "CRC32": "E101858B", "BLAKE3": "21EF5C986E08A21F198C1F4143CDD521F3ECF4D4CB5E1C55FACDD33A132831A4"}, "downloadUrl": "https://civitai.com/api/download/models/600909?type=Training%20Data"}, {"id": 515927, "sizeKB": 223100.66015625, "name": "Cocotama_Kanna.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T00:46:28.252Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E675BBC2", "AutoV2": "CE16AB13DB", "SHA256": "CE16AB13DB6F42F917527FA4198B7AF25AEC84EC16AEF8482F55EA3187441301", "CRC32": "FB738826", "BLAKE3": "9CD16CAA0A3C08F60C2AB024B3F6F9840B948C04FFB21FCD1FD1975ED46D2955", "AutoV3": "80B53E6FA34C"}, "downloadUrl": "https://civitai.com/api/download/models/600909", "primary": true}], "images": [{"id": 17358790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/440d80e7-c0eb-46d0-9eca-638c1240be2e/width=450/17358790.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "U5GIltE100000qx@VD^i9b?cDjMbGZ~V}OD~", "type": "image"}, {"id": 17358781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c74f69c-2a83-4d02-ad20-d78325813a73/width=450/17358781.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "UFH2D-~V534:EmE2RixaES%LMxNFMvIVw[WD", "type": "image"}, {"id": 17358783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03e2621d-ad4d-4f41-9af2-c5b77d7c70d1/width=450/17358783.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "U6Gum^?v000000Iomk^j01-pIpoI.R-:}=Io", "type": "image"}, {"id": 17358787, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ee7b0c3-f3ae-49a3-9205-3283c1d483ff/width=450/17358787.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "U9G[ya?w0000py?vv}xV00xDRmMd-os8m*4.", "type": "image"}, {"id": 17358799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/012549a3-57a1-465e-b190-4cafcad73949/width=450/17358799.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "U8HB#r=}Ma5800bqROeR}+?v^%-o+WIA%09v", "type": "image"}, {"id": 17358797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a50c4fa4-95f2-4b06-b385-7e0e0389b0ec/width=450/17358797.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "UJG+UI_20cNFFzShIUR%E4xt,;n$~RslD$NF", "type": "image"}, {"id": 17358793, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7aca8e9-f853-47c5-8c85-4c3558cc122f/width=450/17358793.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "ULHLh@$xMu~UJ;MxRRNeIU9ZV?JBR*xZwHj]", "type": "image"}, {"id": 17358800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6a3f2b8-6dce-4441-a192-3497eb94e8ac/width=450/17358800.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "U7HB;^H=00?^24=|00O[010j^fIpO]E0:~?E", "type": "image"}, {"id": 17358801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ddb111b-be56-4b38-b8fb-71a36f4309af/width=450/17358801.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "UAHUwh?Hz,Ir0M?G=|~V01xuElsBKRRkI99a", "type": "image"}, {"id": 17358816, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8c92d00-74b9-4902-98f1-d1556e46f3bf/width=450/17358816.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "UIGlbT~W00M{58E3jERjV?xtxC$x-:-ov|NG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/600909", "modelId": 540499} \ No newline at end of file diff --git a/datasets/metadata/600963.json b/datasets/metadata/600963.json new file mode 100644 index 0000000000000000000000000000000000000000..0c302c6a93d9e0a0a1e03be315d3c2eeae20af44 --- /dev/null +++ b/datasets/metadata/600963.json @@ -0,0 +1 @@ +{"id": 600963, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-27T02:59:43.827Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["zeta, animal ears, purple eyes, blonde hair, gloves, cleavage, tail, black gloves, clothing cutout, cleavage cutout, tail"], "stats": {"downloadCount": 98, "ratingCount": 0, "rating": 0, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 516101, "sizeKB": 139740.283203125, "name": "600963_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T03:05:44.564Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "97C0927B", "AutoV2": "AC9AA8BF21", "SHA256": "AC9AA8BF21A719550134314A70BD1B4174AAA432E0B50536283004B97AD08F95", "CRC32": "E489BBD8", "BLAKE3": "A4F5FD2A902338C9C97F1A74297094634BCD9D150505A2F6D411B53625AC3E87"}, "downloadUrl": "https://civitai.com/api/download/models/600963?type=Training%20Data"}, {"id": 516085, "sizeKB": 18550.6875, "name": "zeta.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T02:55:36.324Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "49D8EC392F", "SHA256": "49D8EC392FF679F3698B22C8F290EDF4CA24AE46CA73269049469C5D835CB7E5", "CRC32": "A8BCF1EE", "BLAKE3": "BABA446AC1214B13867D26E6EC238235E2A234560C7CCB6F71EC567F162E5EFE", "AutoV3": "B4BFF6E0053C"}, "downloadUrl": "https://civitai.com/api/download/models/600963", "primary": true}], "images": [{"id": 17373462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce34408e-918c-4e76-ba63-6fce49abe573/width=450/17373462.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UIGkXuIp0g~C^*WC00xaI;IUMyE2-pxtxa%L", "type": "image"}, {"id": 17373464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f54c140-aae7-43b4-9971-955abb452196/width=450/17373464.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJBC$1WB0Kxt~VRj4.xaxuWCM|t6Ioj?xaWV", "type": "image"}, {"id": 17373472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9b677db-56c4-4a5a-b5ea-dcd744cc6bc5/width=450/17373472.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UBGbC{?c19-P_4I^00wa9tE2H;4-?H~B^hIn", "type": "image"}, {"id": 17373461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a625343-0188-4e04-b21a-cb7e91e233cd/width=450/17373461.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UIIEeKj]?C%LESof0KM{_4WCjXof0KjtV?ay", "type": "image"}, {"id": 17373474, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ce5297e-aff0-41bf-b0dc-ad196ed0bb13/width=450/17373474.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UWI|^CNvDis:_4axIAWVJWWBxVjaJEWVjXs.", "type": "image"}, {"id": 17373470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b4a705a-cf4d-48b7-bf46-28bf1a96d6d2/width=450/17373470.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UBH-cJ~V02WB~qaf004:EN?G-ANG_3S2-os;", "type": "image"}, {"id": 17373468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c08fe88d-97ca-4c3e-9b3f-ed33d802d1f1/width=450/17373468.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULCiaXof00ay~Wj[4.WBkWj[RjWVIoj[%2fQ", "type": "image"}, {"id": 17373471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16951c19-d2e9-460b-8854-952adcea34e1/width=450/17373471.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "U,NJ%sjZ%hoJ~pj[bct7kDofRPWBt7WBV@jZ", "type": "image"}, {"id": 17373467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca35afcc-d855-4bd1-b5c2-598b65c046db/width=450/17373467.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UFIhaIxGu6%M00t601ax$NE38_NG4mxCxCfP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/600963", "modelId": 540552} \ No newline at end of file diff --git a/datasets/metadata/601077.json b/datasets/metadata/601077.json new file mode 100644 index 0000000000000000000000000000000000000000..99aba58232460e6cd2b98f9ac51d653f1c0f3591 --- /dev/null +++ b/datasets/metadata/601077.json @@ -0,0 +1 @@ +{"id": 601077, "index": 1, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-27T09:15:48.477Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 115, "ratingCount": 0, "rating": 0, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 516157, "sizeKB": 39914.2392578125, "name": "601077_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T03:45:41.032Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3354BC9F", "AutoV2": "4B3855AC04", "SHA256": "4B3855AC0456BB931CB1950D980A0A309AEB9A4CB3BDAA9F0A0DB01CAB09467D", "CRC32": "9B716B1C", "BLAKE3": "823D9655A546C795E0EEBAD8FBA779855437BE4DBBDA038A298705379EF2EF1E"}, "downloadUrl": "https://civitai.com/api/download/models/601077?type=Training%20Data"}, {"id": 516621, "sizeKB": 223105.03515625, "name": "Artist_Style_by_wafflewafflewaf_PonyXL-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T09:10:54.849Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "355956F1", "AutoV2": "A534993192", "SHA256": "A5349931924F747F9E1E3D9C14C0ADCBFA36CCC147D165DDD445EFBDC703E0AD", "CRC32": "52FFE52A", "BLAKE3": "51019422034D5BA6014BDF96DAC78D6FEA309406765A634F994FD98DA3BA061D", "AutoV3": "CD8B2116A8B2"}, "downloadUrl": "https://civitai.com/api/download/models/601077", "primary": true}], "images": [{"id": 17404172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc0d7712-bc2b-4e93-ac5c-f00476777d5a/width=450/17404172.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UkMjUB=^xuE2~WV@WYWEt8WYxvs:x]t7RPjE", "type": "image"}, {"id": 17404174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01d83416-b185-4d7b-9beb-95f04748d9a6/width=450/17404174.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEMGbV~4r;nO]}$x%gM}00Irt6NH-Q%1Mw%L", "type": "image"}, {"id": 17404177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69868ed1-b2a0-4281-851f-e99882070789/width=450/17404177.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDKdVcM_-U^*-y~p-ms:%Lt1OtI^-:XVt7V?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/601077", "modelId": 540651} \ No newline at end of file diff --git a/datasets/metadata/601258.json b/datasets/metadata/601258.json new file mode 100644 index 0000000000000000000000000000000000000000..d16aab61147ebe96753c00d6c404e287a438180f --- /dev/null +++ b/datasets/metadata/601258.json @@ -0,0 +1 @@ +{"id": 601258, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-27T06:10:20.095Z", "availability": "Public", "nsfwLevel": 3, "description": "skyblue from fnf. V1
", "trainedWords": ["skyblue"], "stats": {"downloadCount": 40, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 516327, "sizeKB": 1531.552734375, "name": "601258_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T05:35:52.688Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "04AD307E43", "SHA256": "04AD307E431B714091B00D81944C1E3E8D32EDD5DE9413EEB85582C7362E6491", "CRC32": "B8AE41B0", "BLAKE3": "163CF0C42E15196A16586BA35C6D518ED1ED592543F560D96DCE724EDEB71198"}, "downloadUrl": "https://civitai.com/api/download/models/601258?type=Training%20Data"}, {"id": 516384, "sizeKB": 223100.86328125, "name": "SkyBlue_-_fnf.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T06:11:25.570Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F08575FC", "AutoV2": "49FEF8A8B6", "SHA256": "49FEF8A8B6ABA5A947B56B749637FEC47CBDB92FCD0C8AA90E36F4020DBB953A", "CRC32": "560EF91A", "BLAKE3": "603EEBFC414073007C84D353C970BD75E738F96C2F08B0D51C50885B3DA9BF8A", "AutoV3": "A180267AB312"}, "downloadUrl": "https://civitai.com/api/download/models/601258", "primary": true}], "images": [{"id": 17390374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/395a562f-ee29-4e9b-94b7-47ef3410cf4e/width=450/17390374.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCJ7Ue~A9vE2Lg9^]h%23DkC|rxB^*jX4:s9", "type": "image"}, {"id": 17390373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bd6a1b3-dd7a-47e1-983f-84428a5b19dc/width=450/17390373.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNLNS[=rghoL8JNI;xXTADNHz:s9}@oyI:nh", "type": "image"}, {"id": 17390372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee25e3a1-e218-4ff0-81d4-29b8f1d5e4a9/width=450/17390372.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UJKdi9WFyC%2T|of#6R+xoWX}8sl%gs-IBWD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/601258", "modelId": 540798} \ No newline at end of file diff --git a/datasets/metadata/601311.json b/datasets/metadata/601311.json new file mode 100644 index 0000000000000000000000000000000000000000..cf8ed16b3b3c06a5a712875791f184d92cd90be4 --- /dev/null +++ b/datasets/metadata/601311.json @@ -0,0 +1 @@ +{"id": 601311, "index": 0, "name": "PriscaDys_v1_33", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-27T05:55:26.996Z", "availability": "Public", "nsfwLevel": 7, "description": "Final version after applying image loopbacks. The LoRA prior to loopback has better details but somehow adding the loopback images caused the pupil shape to undertrain.
Training Goals:
Complex Pupils
Lower Body Outfit Fidelity
Results:
Getting pupils correct will require inpainting or usage of adetailer. Inpainting manually has better results compared to adetailer. With some editing, the pupils can be obtained in a single inpaint pass. Otherwise use two passes. Pupil shape is correct but the shading is incorrect where the bottom half appears to be transparent.
Lower Body is a massive struggle. I will attempt to create another character design to test some more theories as I am running to roadblocks now.
Undertraining
Hairline
skirt design
pupil shading
Overtraining
Pose
Augmentations
Style
Camera
Censor
Close-ups
Loopback
Issues:
Due to the usage of lower quality images, antialiasing artifacts are present. This is fixable but I'm too lazy to do so. Main cause is that I did not upscale every base image consistently.
Poses are overtrained and might need emphasis to work
Concept bleeding is present for outfits around 'dress' or shirt based designs
Recommended to use style LoRAs to get around style bleeding.
nothing new.
", "trainedWords": ["GFFNF", "gf"], "stats": {"downloadCount": 71, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 516788, "sizeKB": 1290.3583984375, "name": "601770_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T11:10:47.464Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "5BCF69ED39", "SHA256": "5BCF69ED396C870052557313EEFD92283DBA15AE6DE8EA60BD752FDB362EAF60", "CRC32": "5F9FAD3B", "BLAKE3": "06E45B65E6F4B1A3F8BCCFE3A125487E866AA066C1704BDC5A2A6820863D79F6"}, "downloadUrl": "https://civitai.com/api/download/models/601770?type=Training%20Data"}, {"id": 516834, "sizeKB": 223100.05078125, "name": "GFFNF.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T11:46:20.499Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2F621062", "AutoV2": "C21A1436AF", "SHA256": "C21A1436AF7F105A47527614C835246EFEE3AE23FDCCF94BC74AB4EEF23B7DF9", "CRC32": "F7AB42D6", "BLAKE3": "F03EA5674C01A2C917F15004FE176422E64ACB90D96E27DFBC3108A5F6CD7370", "AutoV3": "7F20977B8D95"}, "downloadUrl": "https://civitai.com/api/download/models/601770", "primary": true}], "images": [{"id": 17414976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62711d6e-6c42-49de-b80e-db7de9df20be/width=450/17414976.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "USLpmxoz*0t7IUay$%j[TejZxZfk%#jsM|oK", "type": "image"}, {"id": 17414974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9f466e5-2589-4e50-bad3-98643cbb4a9d/width=450/17414974.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaKJ_Rt7.ljZr?ayNGofcEkCrrWV%gbHWVj[", "type": "image"}, {"id": 17414971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/657eb7a6-10a2-4231-9e56-df9bfedd69bb/width=450/17414971.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPLWFpofY*t7^QWVK4s:FwkC#lWBx^oKMdWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/601770", "modelId": 541257} \ No newline at end of file diff --git a/datasets/metadata/602050.json b/datasets/metadata/602050.json new file mode 100644 index 0000000000000000000000000000000000000000..4c4d082826573779de5f4f6d5e8d58863b4d36d4 --- /dev/null +++ b/datasets/metadata/602050.json @@ -0,0 +1 @@ +{"id": 602050, "index": 0, "name": "Bear V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-27T17:23:15.055Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": [], "stats": {"downloadCount": 162, "ratingCount": 0, "rating": 0, "thumbsUpCount": 30, "thumbsDownCount": 0}, "files": [{"id": 517087, "sizeKB": 173722.4697265625, "name": "602050_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T14:10:52.048Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "42869CC0", "AutoV2": "C087D1BBF1", "SHA256": "C087D1BBF1556D94124FA66972607C870571C4B62D9E2852115FE7A094BB0911", "CRC32": "C8CDF3FC", "BLAKE3": "9E123F4EF0AAAC5F9C53754EBFF7BE0AEF8E5ABA23374B504D31912EE0EE71BB"}, "downloadUrl": "https://civitai.com/api/download/models/602050?type=Training%20Data"}, {"id": 517343, "sizeKB": 223104.30078125, "name": "Furry_Anthro_Bear_Lora_for_Pony-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T16:41:28.353Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "74856A60", "AutoV2": "3B9A772EC1", "SHA256": "3B9A772EC1092FD196360D785D71942CA24E08F3D620A2CCFBCED0185413B5E4", "CRC32": "EC9134ED", "BLAKE3": "C20FC2ABD6A4AC4F8A3B8995CEC39794577C7FE815AFCF53C89BB917055032B5", "AutoV3": "E1BE7DA58BA0"}, "downloadUrl": "https://civitai.com/api/download/models/602050", "primary": true}], "images": [{"id": 17448132, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd53611c-9bf4-48a7-adc4-3415c45e90cd/width=450/17448132.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UEHdpg~p10-.~W%M0hE2GEog+un4-nOX9u$z", "type": "image"}, {"id": 17447712, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d73ec9a-33da-4e2c-9619-d310d3774fe8/width=450/17447712.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "ULGkzOJVKixZ_NI;oft7KQRPxCo#%gs9t3Wq", "type": "image"}, {"id": 17447714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5830bc7-9888-402d-b201-7fa1295f3189/width=450/17447714.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFG*TRs.ITR-CTRk$Kxa5]s.9ZNI.7oe9ZkC", "type": "image"}, {"id": 17447711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4dc5fcc3-632c-4927-9324-5521af6a8de5/width=450/17447711.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UPFht:%1bYD*.mS5$$V@AdWERQoen%a|E2t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/602050", "modelId": 541509} \ No newline at end of file diff --git a/datasets/metadata/602454.json b/datasets/metadata/602454.json new file mode 100644 index 0000000000000000000000000000000000000000..df80b80d68bd3f8774b375e68ad3414172edb9ee --- /dev/null +++ b/datasets/metadata/602454.json @@ -0,0 +1 @@ +{"id": 602454, "index": 0, "name": "v2.0 60p", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-27T17:18:04.835Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 117, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 517435, "sizeKB": 12143.1513671875, "name": "Akitsuki_Marina_OniChichiV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T17:20:38.980Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A35519D8", "AutoV2": "B156109DF9", "SHA256": "B156109DF9724181EF7F532FF9DCD25D38C70D85D8A1D23C860331D0D0041AFD", "CRC32": "88CB3AB1", "BLAKE3": "FC93DB0F1BCB493EE3865331830FEE4373B78B5F68CA313601EB27257C48CC89"}, "downloadUrl": "https://civitai.com/api/download/models/602454?type=Training%20Data"}, {"id": 517436, "sizeKB": 22240.66015625, "name": "Akitsuki_Marina_OniChichi-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T17:21:46.587Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "67763B33", "AutoV2": "0EB2E2FDC9", "SHA256": "0EB2E2FDC9EE73511AE785FA4DB6C97BCB600789172ECF8BBB35381F009E34A3", "CRC32": "63D8A99A", "BLAKE3": "5BCA8882DCA497E5E7D8CE14622A0AFD2B09B89AEAB40323283780AD1638FF98", "AutoV3": "37E5BAE170C2"}, "downloadUrl": "https://civitai.com/api/download/models/602454", "primary": true}], "images": [{"id": 17447441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd9f7162-bdc7-42d7-b5f8-ccd7b89b14c0/width=450/17447441.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJO3CF%N?aRPHqR.~VIU_4t8-Us.~ptQxvax", "type": "image"}, {"id": 17447440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d04b89b-a7a7-408a-bccb-20841be09b19/width=450/17447440.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJO3FM%N?bRPHqR:~VIU_4t8-Us.~ptQxvax", "type": "image"}, {"id": 17447809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d91959ce-d2c5-4ff1-ba63-015a78134fc2/width=450/17447809.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaO3a~_3_NozbsV@.8bvbbIU-oV??bV@NHt7", "type": "image"}, {"id": 17448489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8ab40da-25f8-4e7b-bd9d-3418b5165d4f/width=450/17448489.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URNm1n.9xs%LMvx^-;%M9G%2-:oz_NadIoM_", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/602454", "modelId": 46105} \ No newline at end of file diff --git a/datasets/metadata/602483.json b/datasets/metadata/602483.json new file mode 100644 index 0000000000000000000000000000000000000000..34bff07dbbd102345136b9c19da23b32889fab84 --- /dev/null +++ b/datasets/metadata/602483.json @@ -0,0 +1 @@ +{"id": 602483, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-28T00:25:20.744Z", "availability": "Public", "nsfwLevel": 28, "description": "40+ images hand picked, believe or not
", "trainedWords": ["tripplebj", "read description"], "stats": {"downloadCount": 486, "ratingCount": 0, "rating": 0, "thumbsUpCount": 89, "thumbsDownCount": 0}, "files": [{"id": 517502, "sizeKB": 33506.00390625, "name": "602483_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T17:51:34.565Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "220FB06C", "AutoV2": "7EE82D2D0A", "SHA256": "7EE82D2D0A52D6B200F096EBA8397D14A3FA4679B6B02BC7E40FE592229FA8A6", "CRC32": "C8BBB878", "BLAKE3": "55D41A4B885E624A450C20869CE06D4D08F11B5D810B427A25F490509B3CC415"}, "downloadUrl": "https://civitai.com/api/download/models/602483?type=Training%20Data"}, {"id": 518133, "sizeKB": 334456.19140625, "name": "triple_oral_-_triple_barrel_fellatio_-_triple_fellatio-000014.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T23:01:21.769Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E3AC66A8", "AutoV2": "9C3FA32BD2", "SHA256": "9C3FA32BD2C69ECF8666672D7DAA85CDFB487F73E42ED2EBE96AACA86B89E3DA", "CRC32": "8206128C", "BLAKE3": "AE5103F613962E95A291E1B0E31DF2AEEDE71F17BE9D97C563DA58A1F95595BB", "AutoV3": "B1F4BE1FCB7A"}, "downloadUrl": "https://civitai.com/api/download/models/602483", "primary": true}], "images": [{"id": 17489290, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba7622ad-b3a4-4a82-8d28-5d7e494b776f/width=450/17489290.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UTMjBtx]yXXTyZj[?aRj58s,^joJ-oo0x[s:", "type": "image"}, {"id": 17489307, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96913068-9e48-4ceb-b669-e7940ec41ff0/width=450/17489307.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U9H^huso00s:00W;tlj[0Lof}[j@.7f6-:Rj", "type": "image"}, {"id": 17489309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34b5cb5a-510a-4d84-bc65-34170f009e35/width=450/17489309.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDNcA+Dl01^*~RNHE8xt4Wxs~DWS=~-o?Zw[", "type": "image"}, {"id": 17576070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f578252-0926-4df0-993c-7eae9d1f21ce/width=450/17576070.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UEJZuo;wt1d;Y7t5v}rW-pkW~AIox]w0F]IU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/602483", "modelId": 541882} \ No newline at end of file diff --git a/datasets/metadata/602574.json b/datasets/metadata/602574.json new file mode 100644 index 0000000000000000000000000000000000000000..1109dd8a07a3561115640f426ff9d3b8561625d6 --- /dev/null +++ b/datasets/metadata/602574.json @@ -0,0 +1 @@ +{"id": 602574, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-27T18:15:02.340Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 120, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 517561, "sizeKB": 22237.45703125, "name": "Akizuki_Airi_OniChichi-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T18:15:42.807Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D8C9A991", "AutoV2": "F12BE03E89", "SHA256": "F12BE03E892DB69D05EED10FE1825060C2A6983938A5483E685E46F781520CE9", "CRC32": "4177AB34", "BLAKE3": "7457CFD1DFF73ACD440DDEC20EBFBD628B41B7CFD902E874E4C055D21CFD4A6E", "AutoV3": "72687EC06A98"}, "downloadUrl": "https://civitai.com/api/download/models/602574", "primary": true}, {"id": 517560, "sizeKB": 11405.0615234375, "name": "Akizuki_Airi_OniChichiV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T18:16:14.311Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "85FA052D", "AutoV2": "02F5292BA7", "SHA256": "02F5292BA71719E574AA73290C72D25B8812271AB4E180FCDCB409E1C8F7F6DA", "CRC32": "0C4F176E", "BLAKE3": "CADF875113F54976F27EF16D0D2EA0D5A09721DA8BA590763C096BF1B554D232"}, "downloadUrl": "https://civitai.com/api/download/models/602574?type=Training%20Data"}], "images": [{"id": 17453599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29ecb1ef-39af-4d81-a16d-522f4297086d/width=450/17453599.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAMZBwNe00M|?*E1IANGD$xuIbxt01s.D+s:", "type": "image"}, {"id": 17453573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0f715ce-4496-45cf-be3d-488ea3f443dd/width=450/17453573.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBMZBwNe00M|?*E1IANGIAxuIuxa01s.D+s:", "type": "image"}, {"id": 17453989, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/016058a7-ee74-4315-adc1-283ca9f5a7bd/width=450/17453989.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U8OfGa9d0.AwLbE21+~904xuF%I]~XNuH[v}", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/602574", "modelId": 45863} \ No newline at end of file diff --git a/datasets/metadata/602661.json b/datasets/metadata/602661.json new file mode 100644 index 0000000000000000000000000000000000000000..fbf4676d96017e96d3364b6b63ef5e0f9b6fc977 --- /dev/null +++ b/datasets/metadata/602661.json @@ -0,0 +1 @@ +{"id": 602661, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-27T18:55:40.720Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 109, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 517650, "sizeKB": 8772.9853515625, "name": "Akizuki_Kayoko_OniChichi.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T18:55:50.634Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D982E770", "AutoV2": "1D90D33390", "SHA256": "1D90D33390C1AC549F03263B6A8A06824D716B4D85FECA891C8F5ABE8C98550E", "CRC32": "766BCC75", "BLAKE3": "7E43D0E133B1CA6EC8C226F90C2CB48A0F2F2C2E9A5799AE0B50F411E811D5F9"}, "downloadUrl": "https://civitai.com/api/download/models/602661?type=Training%20Data"}, {"id": 517651, "sizeKB": 22235.51953125, "name": "Akizuki_Kayoko_OniChichi-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T18:56:20.888Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A20B856A", "AutoV2": "EAA8FFFA4C", "SHA256": "EAA8FFFA4C3E1A4245DFC6306E6DAD4A6E92CD80E958D293257C5CB95A632B4C", "CRC32": "A856A521", "BLAKE3": "5EF88F02B80FA9DE9CAA8862CE645083AC55F3CE1E20F324F93EAA4C112CAD90", "AutoV3": "44E9E25689CE"}, "downloadUrl": "https://civitai.com/api/download/models/602661", "primary": true}], "images": [{"id": 17457224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5be6d758-2a21-4071-b33f-0de2ea5fe37f/width=450/17457224.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USNvf0xtYQxu%%bH_NoztRae%2oe?GayjEjt", "type": "image"}, {"id": 17457266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88d2c38e-4c0e-44fc-832c-fd895262fe42/width=450/17457266.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USNvf0xtYQxu%%bH_NoztRae%2oe?GayjEjt", "type": "image"}, {"id": 17457564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f21d5f2-a6a5-49e2-8c4d-fb9fa02d1b31/width=450/17457564.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USN,JK%M-:tRw?NG?aM{D*Io-;t6~qa{M{t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/602661", "modelId": 542039} \ No newline at end of file diff --git a/datasets/metadata/60270.json b/datasets/metadata/60270.json new file mode 100644 index 0000000000000000000000000000000000000000..7512843ed098d2e05729ad8a8102ee65a3a3622b --- /dev/null +++ b/datasets/metadata/60270.json @@ -0,0 +1 @@ +{"id": 60270, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-05-02T04:02:06.983Z", "availability": "Public", "nsfwLevel": 5, "description": "", "trainedWords": ["senatorarmstrong", "muscular male", "glasses", "necktie", "black pants", "black belt", "white shirt", "black suit"], "stats": {"downloadCount": 592, "ratingCount": 94, "rating": 5, "thumbsUpCount": 111, "thumbsDownCount": 0}, "files": [{"id": 42709, "sizeKB": 15054.6552734375, "name": "senatorarmstrong.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-02T04:00:43.973Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A89ED07B", "AutoV2": "52D071E559", "SHA256": "52D071E55932FAD7CCF27260CA7F8DEBD6DFF7599DB6936E2B5FA79F0269476E", "CRC32": "DE6033E8", "BLAKE3": "8FA9F0973428DBF157F748ABA27EB7C3E0A90A1ABF01A698C425051854AD10EF"}, "downloadUrl": "https://civitai.com/api/download/models/60270?type=Training%20Data"}, {"id": 42710, "sizeKB": 18551.6865234375, "name": "senatorArmstrong.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-02T04:00:48.337Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "686777FED9", "SHA256": "686777FED9046DF7BED796700D0EC156D157F1406080F3B272DA7C86DE0C99A0", "CRC32": "853FA677", "BLAKE3": "C598B3AB2F662B9D98D5FDDAE38CBCC80D8D90F8B3D2ECDA9D3E68276367D2D0", "AutoV3": "C91739D585E7"}, "downloadUrl": "https://civitai.com/api/download/models/60270", "primary": true}], "images": [{"id": 658230, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83dbed5c-1abb-4bb9-f082-5f4e8bff4100/width=450/658230.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDJ7grpIx^-p~VNb0K%M03DijJRk0LWYs8o}", "type": "image"}, {"id": 658232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b2247ad-442d-4bb2-dd2a-abcd612d5500/width=450/658232.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMHUUp~95So~-;-U%1xs~Vt3tR-oEMxaNGIo", "type": "image"}, {"id": 658228, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2efbce74-985e-458b-1a3b-e15ecbbc9300/width=450/658228.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKHBb?WX4.NG_3%1ogRi~Ws:Rk-:NeM{t6%1", "type": "image"}, {"id": 658229, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8b30a2d-bb0b-4951-e06f-64135cadf500/width=450/658229.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXI}IyWARk%1~V-UspM|9a$*oLWBE3jYWBoe", "type": "image"}, {"id": 658250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e7e5422-3611-41ba-8442-0d4f200f7100/width=450/658250.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1024, "hash": "U5FYMr_2~VD*IT$%IpWVNHE20Kn$bw4:-;kD", "type": "image"}, {"id": 658231, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/514f0d00-9c18-45ef-3225-947ec5da3200/width=450/658231.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNJa+^M+~V~A^+i_a6RprXNE,@ksIBO[o|W9", "type": "image"}, {"id": 658227, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f257ecda-80f5-4498-5466-bfe800941700/width=450/658227.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "U9Gu,t{c9~~p,A^*t,bd0KK+JpE2XnD*M{i^", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/60270", "modelId": 55873} \ No newline at end of file diff --git a/datasets/metadata/602721.json b/datasets/metadata/602721.json new file mode 100644 index 0000000000000000000000000000000000000000..01d2324351d60a44e3b686543a69949b8f8be4df --- /dev/null +++ b/datasets/metadata/602721.json @@ -0,0 +1 @@ +{"id": 602721, "index": 0, "name": "v0.0.1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-28T00:03:37.391Z", "availability": "Public", "nsfwLevel": 5, "description": "It's the first time I created a model. Any suggestion for improvement is more than welcome. I want to give a good model
", "trainedWords": ["Connie Castell (OceaneDOLL)"], "stats": {"downloadCount": 24, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 517737, "sizeKB": 74972.84765625, "name": "602721_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T19:36:22.712Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E327319A", "AutoV2": "A2B21210A0", "SHA256": "A2B21210A08F312BCC5E9D4BBB1789F2A8E7902E2EC3FB6035FC5FCDD7E2E4E5", "CRC32": "5D4611DD", "BLAKE3": "0D186EF46501708166B53115ED1ED9BE3E2D705C0A898FAE4A6C81C49C436F33"}, "downloadUrl": "https://civitai.com/api/download/models/602721?type=Training%20Data"}, {"id": 518213, "sizeKB": 223101.34765625, "name": "Connie_Castell-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T23:56:48.382Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7BEC1E5C", "AutoV2": "9F255FFBF4", "SHA256": "9F255FFBF4955DF575803B7C0CDB9A3F25127881E936CD519E3EC1B3F22C170F", "CRC32": "EB40DC1E", "BLAKE3": "33DC09D1123CD977F46C5AF293857BC6CB6D81787BF9B4939FA6CA63FF0A55D6", "AutoV3": "03595B2852B9"}, "downloadUrl": "https://civitai.com/api/download/models/602721", "primary": true}], "images": [{"id": 17487436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a2de601-98e5-4eb7-a8c9-9da621f432c1/width=450/17487436.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U77w]GbF00sp~WWV4os:9Yf9%Mk94:oL?HNa", "type": "image"}, {"id": 17487434, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad2d9420-2a6f-4ec4-82d6-bdc190cc1d16/width=450/17487434.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U17UM9-p0y9t~qxu0J9Z57R*j[xuIoRj%3%2", "type": "image"}, {"id": 17487435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/012295b2-d346-45ff-a898-6fdc10800ac6/width=450/17487435.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8Eo#;xuF3of0fjs~BWV,.WB00ofIqbH%1jZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/602721", "modelId": 542095} \ No newline at end of file diff --git a/datasets/metadata/602790.json b/datasets/metadata/602790.json new file mode 100644 index 0000000000000000000000000000000000000000..1c041265e35c8d19c58bfd74761fc1842855d5dc --- /dev/null +++ b/datasets/metadata/602790.json @@ -0,0 +1 @@ +{"id": 602790, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-27T20:46:47.404Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "earlyAccessDeadline": "2024-07-11T20:46:47.404Z", "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 517794, "sizeKB": 1575.779296875, "name": "602790_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T20:00:47.291Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "2104ABCF87", "SHA256": "2104ABCF87005BD2C1CB0AD71F09C1DF10299B976C90552A5E7F644281F74BA7", "CRC32": "401EB2F9", "BLAKE3": "CD85A40771AA496BB65A087B8234A2CA93FA29E99E1E33592BDC6F2581150673"}, "downloadUrl": "https://civitai.com/api/download/models/602790?type=Training%20Data"}, {"id": 517865, "sizeKB": 223101.23828125, "name": "Waluette_Pony-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T20:46:20.939Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1294C924", "AutoV2": "E12EA3D659", "SHA256": "E12EA3D659F57E559EA469808EEDE068EE92384E6721C35420750EA91180EA35", "CRC32": "E7FDFF53", "BLAKE3": "FEA5CAB00A9E64D203F847AF67F3B95E55D2743ADB3B802F93978722A651C001", "AutoV3": "5F1C00873170"}, "downloadUrl": "https://civitai.com/api/download/models/602790", "primary": true}], "images": [{"id": 17469331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6379f82-3cce-46e9-adc9-2926708ea2cd/width=450/17469331.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBI=10^,tStQIBxvogbH_NxuWCaf~ot7WCWB", "type": "image"}, {"id": 17469332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfb51239-d4f7-43f2-b1af-ed6b6fe80b0c/width=450/17469332.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URM7M^NZ?[V??[aLIBozN=bEVuWCxcazk8oe", "type": "image"}, {"id": 17469330, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f01feaa-7a57-431b-a228-a93442226673/width=450/17469330.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UHJ@@4~Xt8WVDjRjV@oMR%j[Rjt6V@Rja$js", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/602790", "modelId": 542158} \ No newline at end of file diff --git a/datasets/metadata/602811.json b/datasets/metadata/602811.json new file mode 100644 index 0000000000000000000000000000000000000000..8bc05d2ade56e71bbc0b73935324add2d0e252d8 --- /dev/null +++ b/datasets/metadata/602811.json @@ -0,0 +1 @@ +{"id": 602811, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-27T21:06:45.306Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "earlyAccessDeadline": "2024-07-11T21:06:45.306Z", "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 517802, "sizeKB": 718.4560546875, "name": "602811_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T20:06:23.441Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "9634848424", "SHA256": "9634848424A253DB0B144E67D7F55A2A74A405D96F9DB6B4D40677B183DDF223", "CRC32": "9BC3AE50", "BLAKE3": "2B53B89FD2F28EA2535C368BBA3DAADA9FB5BCEC4F3E6B749351BE0AD8A9874C"}, "downloadUrl": "https://civitai.com/api/download/models/602811?type=Training%20Data"}, {"id": 517913, "sizeKB": 223100.16015625, "name": "Mariette_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T21:05:53.106Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0AB768CF", "AutoV2": "A2B5708298", "SHA256": "A2B57082980AB710E60F8A62C8DB481EAA09DACB772CA984376684147C753A10", "CRC32": "E5FF4AAB", "BLAKE3": "D1FB8049FBB425010625B98B1021B9FD6DB5ADB9AA022A313CA5AB51B993F9CA", "AutoV3": "523C006DD1B2"}, "downloadUrl": "https://civitai.com/api/download/models/602811", "primary": true}], "images": [{"id": 17471551, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a645e351-0e94-409b-a6a6-66a5c3086752/width=450/17471551.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDJ7%rkC~Txb0ft7IUs:ISM{ESk8O[%2ivRk", "type": "image"}, {"id": 17471553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80e32d87-3662-40ca-adac-e98525b4ad0a/width=450/17471553.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAJRBo+F=cxv-:KQ9t%28^NGkWNG_4=x-6WX", "type": "image"}, {"id": 17471552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffff193d-5d3d-4a0a-b6a2-5dfd86f03940/width=450/17471552.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6Jk4dO]%#MtLNlU$%+vitR49u9#~D=ykpY5", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/602811", "modelId": 542177} \ No newline at end of file diff --git a/datasets/metadata/602822.json b/datasets/metadata/602822.json new file mode 100644 index 0000000000000000000000000000000000000000..db3232b4b97e5ddbea95a3d141045c38b56f5d5a --- /dev/null +++ b/datasets/metadata/602822.json @@ -0,0 +1 @@ +{"id": 602822, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-27T21:11:15.798Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "earlyAccessDeadline": "2024-07-11T21:11:15.798Z", "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 517814, "sizeKB": 611.435546875, "name": "602822_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T20:11:35.176Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "4A3A26AF16", "SHA256": "4A3A26AF1668F27FDCB329D1EED6D480FFCBCBE747A89BC5F3278767569D9A32", "CRC32": "F6391220", "BLAKE3": "E98EF017C43E178B65891F116BC30D5AAAAB77B7CE47568AC803FBFE213DA3C1"}, "downloadUrl": "https://civitai.com/api/download/models/602822?type=Training%20Data"}, {"id": 517931, "sizeKB": 223100.13671875, "name": "Luigette_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T21:12:39.404Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2E234C96", "AutoV2": "45BBF14935", "SHA256": "45BBF14935A32751C36A960427DADCD495A0E4E2646AAAB84EFE07B7712425EC", "CRC32": "65652977", "BLAKE3": "22D32AB43898394C5C7A0ED373BB95F984324965B65DB4B5FF961D1C93AD47E4", "AutoV3": "8D0A3BE84AB8"}, "downloadUrl": "https://civitai.com/api/download/models/602822", "primary": true}], "images": [{"id": 17472017, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38ad870e-464a-4228-8f67-c88fdecd553a/width=450/17472017.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBFP85-W~D9Ym8EK0K-qDi$*x]n+XAW.sTM|", "type": "image"}, {"id": 17472018, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9db46eb3-a6b5-47b5-9fb5-6cd3917a1d0d/width=450/17472018.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4IEqu4n550000-;J5%M~VIU?HsD_3o|xuM|", "type": "image"}, {"id": 17472016, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3552f328-09a9-414d-a012-c7ba8d3c9681/width=450/17472016.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCHoB,rs~EMz-:oeIVoL,]WUR*WB?uaespa#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/602822", "modelId": 542190} \ No newline at end of file diff --git a/datasets/metadata/602841.json b/datasets/metadata/602841.json new file mode 100644 index 0000000000000000000000000000000000000000..f3a729c6780ae351f3ece0489cc7309c7d5b3265 --- /dev/null +++ b/datasets/metadata/602841.json @@ -0,0 +1 @@ +{"id": 602841, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-27T20:20:38.980Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 106, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 517835, "sizeKB": 8843.5205078125, "name": "Miku_Nakano_5Toubun.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T20:21:24.224Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EB474F4F", "AutoV2": "17E5CB8FA2", "SHA256": "17E5CB8FA207282A2343630ADFD46D0858EAD66E641D3B7A85F4811927A44B9E", "CRC32": "0F7C87A3", "BLAKE3": "DD734B0595FAF799FD58D5558705F386E89EF50561C0E7542EAE78C9839D0A71"}, "downloadUrl": "https://civitai.com/api/download/models/602841?type=Training%20Data"}, {"id": 517836, "sizeKB": 22237.12890625, "name": "Miku_Nakano_5Toubun-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T20:21:52.002Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C42E3E5E", "AutoV2": "1BA0A1F9FE", "SHA256": "1BA0A1F9FE062855920A26F041F1E41C7046DB4605B61A544486CD3485A998BA", "CRC32": "A3D20CD0", "BLAKE3": "55633DE2CCEBF333CE0F076196AC2DF49E2958BF4117D59FD96CAD87EDAEE9EF", "AutoV3": "7843EE62BB0A"}, "downloadUrl": "https://civitai.com/api/download/models/602841", "primary": true}], "images": [{"id": 17466589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7179a07-a898-4009-b3e9-5fc5423be4a4/width=450/17466589.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UlLz]pbb%#xa}=t7%#t7tmaejEV@x]WBR*WB", "type": "image"}, {"id": 17466588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3d02724-79b6-4a77-a706-dc62cc72d350/width=450/17466588.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UlLz]pbb%#xa}?t7%#t7tmaejEV@x]WBR*WB", "type": "image"}, {"id": 17467143, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94d8ef96-5a90-49e1-bec0-67765fcaff78/width=450/17467143.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UIKwX[05PSxa~7%KE+ENV@?F-o?G?dS5%1%M", "type": "image"}, {"id": 17468058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/020aa700-298b-48cc-8c9b-fbb102fec4fa/width=450/17468058.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UeMQL]M|~pt8-oRjEgbH-5RjWXoex]oe%Lof", "type": "image"}, {"id": 17468433, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe2f7088-6b07-4e35-84af-ad03051d857d/width=450/17468433.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UGM?;[01?utmI:E15SSO+uad^kxZ~qMx%zoz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/602841", "modelId": 542206} \ No newline at end of file diff --git a/datasets/metadata/602887.json b/datasets/metadata/602887.json new file mode 100644 index 0000000000000000000000000000000000000000..29ead76f272737eba950e8cb99de7e7c09093700 --- /dev/null +++ b/datasets/metadata/602887.json @@ -0,0 +1 @@ +{"id": 602887, "index": 0, "name": "Junk v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-27T21:06:41.007Z", "availability": "Public", "nsfwLevel": 26, "description": "Added triger words
", "trainedWords": ["JunkRat1", "JunkRat1, prosthetic leg, prosthetic arm, green bottomwear, harness, explosives, brown boots, fiery hair, soot", "BeachRat, swimwear, prosthetic leg, prosthetic arm, blue bottomwear, sunglasses, sandals, floaties, shoulder strap, visor cap, tan line, necklace, feiry hair", "HayRat, prosthetic leg, prosthetic arm, mask, overalls, black bottomwear, barefoot"], "stats": {"downloadCount": 43, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 517905, "sizeKB": 445796.05859375, "name": "Junkrat-000011.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T21:01:03.063Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BA7A527F", "AutoV2": "056E7422FB", "SHA256": "056E7422FB4D0458ADC1F1E1381A3A4D45E254032021B27FA1F5C3C37A9850DC", "CRC32": "A11BB79A", "BLAKE3": "A910D91F078CD793E905B66DF6C5B440C7F9527CE6EE0959FC3AEF2E1F27659C", "AutoV3": "BFC094B0D7AD"}, "downloadUrl": "https://civitai.com/api/download/models/602887", "primary": true}, {"id": 517890, "sizeKB": 20245.388671875, "name": "601957_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T20:56:20.464Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "64BE9F73", "AutoV2": "61D1688011", "SHA256": "61D168801158DCF495C34E262775571616C5FB19285EDB01D99B7DBA7CBF6754", "CRC32": "A96DEE35", "BLAKE3": "F8C3CD56FF77A9FB636159C56CBF4ED74742CAADACCDD1478268401286DD081B"}, "downloadUrl": "https://civitai.com/api/download/models/602887?type=Training%20Data"}], "images": [{"id": 17469779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ebf59c5-3831-4e0b-85ad-2b19c0a9e455/width=450/17469779.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UKINQ]W?T|^MLgJB1QxV5ss:IWWB$fWB#Soy", "type": "image"}, {"id": 17469778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bb4b604-bffa-4d87-bd87-0b4b19ff3c64/width=450/17469778.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UMJtrJXp-opKyGI?b]En9dR4rs$%80xZ-oNG", "type": "image"}, {"id": 17469773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73337378-eab6-49b1-8100-7d4ed05dda0f/width=450/17469773.jpeg", "nsfwLevel": 2, "width": 450, "height": 450, "hash": "UfP?R5xu?^ozxaWBtRo0.SWBIUs:S4n$s:Wq", "type": "image"}, {"id": 17469776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/029b0198-7674-4ab8-90c8-0e16da9dc94f/width=450/17469776.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UAIq44%2P:xH.7E34qE30Tl9MKKiHD%MKiNG", "type": "image"}, {"id": 17469775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ab08d2e-35bd-4c1f-897a-eee64cfe1c9d/width=450/17469775.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "U7GHYe=x00^j00IoI[Ip8cK6#mNH00wc-os:", "type": "image"}, {"id": 17469781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8f69762-11c1-4a5f-a32f-151a9bb5503a/width=450/17469781.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UHLfQbIp4r%K.h^hDlX5F@SL#TIX,@bYI;RR", "type": "image"}, {"id": 17469782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d8fac5b-45fc-40f6-b4f9-fd7c25d94306/width=450/17469782.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UgJucL9uPVwGYkIVWCNGTJVYwIW.I;ninhoz", "type": "image"}, {"id": 17469783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa53d4af-fd49-4546-b534-6ebdf3123cac/width=450/17469783.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U3B{V]_J0gN#0ZIb9hJX1RNL^65Y06?F-UNx", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/602887", "modelId": 541870} \ No newline at end of file diff --git a/datasets/metadata/602961.json b/datasets/metadata/602961.json new file mode 100644 index 0000000000000000000000000000000000000000..86e233cba84d7100cdde268d847d6f6486b836e3 --- /dev/null +++ b/datasets/metadata/602961.json @@ -0,0 +1 @@ +{"id": 602961, "index": 0, "name": "Elf & Drow | Ver 2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-27T21:24:52.572Z", "availability": "Public", "nsfwLevel": 1, "description": "Ver 2
", "trainedWords": ["Elf, pointed ears, long eyebrows, ", "Drow, grey skin, black sclera,"], "stats": {"downloadCount": 197, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 517961, "sizeKB": 7107.2255859375, "name": "597141_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T21:25:39.903Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D92FD5A3", "AutoV2": "D80D5FD00E", "SHA256": "D80D5FD00EAC0C4DCC6EBD18D247F246094F8C2C51E991B62E0033532C095FE9", "CRC32": "F642433B", "BLAKE3": "C1D5A51D6B50FC9A97179969D6CB934983C9A6B052C1DA2E90768C80D1EE8926"}, "downloadUrl": "https://civitai.com/api/download/models/602961?type=Training%20Data"}, {"id": 517962, "sizeKB": 223104.99609375, "name": "Elf__Drow.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T21:26:20.615Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1B7F29B6", "AutoV2": "36A4A61349", "SHA256": "36A4A6134995BA4CB0D7C47B1DE86442D61458DCAA2243CEC5FE089F345FA505", "CRC32": "3FABF69A", "BLAKE3": "E02B7B12E681C006F11F19D5B4735015EAFDA0CC05C3780CE55EE5F77C0A8EAB", "AutoV3": "FF5E0110F445"}, "downloadUrl": "https://civitai.com/api/download/models/602961", "primary": true}], "images": [{"id": 17474367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/216e39ec-b745-44b3-8d62-6fbff6c2656c/width=450/17474367.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCH^-Doz2]M__M-o0MD*0ext00IUyAt7VrNG", "type": "image"}, {"id": 17474373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25d87a8d-7eb9-43e8-8956-a69d2e9d96da/width=450/17474373.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBH-A8GG7y$f~Bt70gIV0L$z01Io.5-or;Wn", "type": "image"}, {"id": 17474366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2108a697-30d8-412d-a861-bac33bc94269/width=450/17474366.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULGH@,~pcDNH_2-pa}NH0LM{IBM|xnRiM|Rj", "type": "image"}, {"id": 17474371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/267dbbc6-21aa-4e23-81fc-99c497fcbd91/width=450/17474371.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULG8Q0OGO=?a~VIWM{xu9aMxIBn$-.WUM|%0", "type": "image"}, {"id": 17474368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/760fc1cc-6692-4ece-a95c-d21d2e7bd490/width=450/17474368.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQF~HnX9xp%L~WM|D*%2InRjD%s.tOj[WVRj", "type": "image"}, {"id": 17474369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0371668f-1d33-463a-99c5-8b48ca51b7fb/width=450/17474369.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKF~Kv?uNExu~qkD4.t6E1WCD*M{-.oMV]E1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/602961", "modelId": 424244} \ No newline at end of file diff --git a/datasets/metadata/603017.json b/datasets/metadata/603017.json new file mode 100644 index 0000000000000000000000000000000000000000..73f5007c40e338dbe56be0c03b9ce1800d889c9d --- /dev/null +++ b/datasets/metadata/603017.json @@ -0,0 +1 @@ +{"id": 603017, "index": 0, "name": "Carmelita Fox ( pony)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-27T23:07:26.626Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 38, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 518047, "sizeKB": 1262.642578125, "name": "603017_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T22:20:50.137Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "32A04A34F2", "SHA256": "32A04A34F2E8CB2B5B3FD3F3C6423FCADFBAD3632EC1FB79625AB02B805C2B53", "CRC32": "0483609F", "BLAKE3": "137298F5E8EEA7ED2D16DABC23EAF7D8E52B8C59B0AFFFEA71D1CA18087BF0C2"}, "downloadUrl": "https://civitai.com/api/download/models/603017?type=Training%20Data"}, {"id": 518138, "sizeKB": 223104.12109375, "name": "Carmelita_v2-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T23:01:19.321Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "47CF832B", "AutoV2": "1B7BE0F8A9", "SHA256": "1B7BE0F8A94903B7DC7EE9951E71BD19FB9871DA57D711C0928E04A68C10D9C2", "CRC32": "81688817", "BLAKE3": "6E209FDE895050871E6610ABCA3CC326B7D1B367059C6302A467D2FCCA819FD6", "AutoV3": "58E5FBC8151D"}, "downloadUrl": "https://civitai.com/api/download/models/603017", "primary": true}], "images": [{"id": 17482442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a52899d-c2ea-4f26-9189-ad060974b461/width=450/17482442.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIJREgE1T#%29Zn#I9Iq59RPrpNZ$*XTX8#*", "type": "image"}, {"id": 17482444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35bb39e9-64bc-4219-a37e-0f0a80dd1fbb/width=450/17482444.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UFI4*BJp5_X7Br$w$%jX5FS6xSRQr]X9M}r]", "type": "image"}, {"id": 17482443, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f79c036-e442-407b-8eb6-72247b63ea0f/width=450/17482443.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEHC1Ucb%$wdXrw}tSOap1VXRPOaS9NEMxrq", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/603017", "modelId": 542362} \ No newline at end of file diff --git a/datasets/metadata/603041.json b/datasets/metadata/603041.json new file mode 100644 index 0000000000000000000000000000000000000000..022f0cba07c2bdd815aa30d8dfed9a6bec9e3ddc --- /dev/null +++ b/datasets/metadata/603041.json @@ -0,0 +1 @@ +{"id": 603041, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-27T22:04:55.083Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 105, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 518022, "sizeKB": 7491.93359375, "name": "Cruderis_IsekaiHarem.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T22:06:27.873Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "939AE93B", "AutoV2": "9BEC676093", "SHA256": "9BEC6760930C35F3C690BB691CBDE9C62C29720E5206C034227E12795110C678", "CRC32": "8502CF3C", "BLAKE3": "DD4B5271128BB8863078E16A25B20837123894DF2DE997AB0C20D56C5D8C8617"}, "downloadUrl": "https://civitai.com/api/download/models/603041?type=Training%20Data"}, {"id": 518023, "sizeKB": 22236.84765625, "name": "Cruderis_IsekaiHarem-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T22:06:30.431Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A81A9C2E", "AutoV2": "4E420A79B3", "SHA256": "4E420A79B31C40195CA5A5E850584BCC2F3F9BF150A57419501D778C94C16EC0", "CRC32": "E74D8131", "BLAKE3": "1F52BEB488522B176607FEF0B7F4FDF44822585633EB314D998E99D6EB1E0646", "AutoV3": "F7E14166D985"}, "downloadUrl": "https://civitai.com/api/download/models/603041", "primary": true}], "images": [{"id": 17480572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf6e9958-5869-4295-a4fe-8bac17807222/width=450/17480572.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNLgCN~V-:?HpK%L?Gozx^bcxCoz_3ogD*of", "type": "image"}, {"id": 17480589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1110e00-982b-4670-8c6b-24656d8dff59/width=450/17480589.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNLgCN~V-:?HpK%L?Gozx^bcxCoz_3ogD*of", "type": "image"}, {"id": 17477413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35b32b1d-b883-4b24-876c-c1e57719a4e8/width=450/17477413.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXKTui~W-;%Lof%L%LbHM{WBaKWVxaaeM{Rj", "type": "image"}, {"id": 17477412, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4ccb199-bcc9-4fb7-843a-5b69295a56fa/width=450/17477412.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UXKTui~W-;%Mof%L%LbHM{WBaKWVxaaeM{Rj", "type": "image"}, {"id": 17480884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f3cf444-9316-4a95-beca-6dbcdef9326f/width=450/17480884.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U7JaN4az0:xa029a?bRP00t74Tt7~n-:00t7", "type": "image"}, {"id": 17480887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68b76e20-8e21-4db6-bae4-91714bf86bfa/width=450/17480887.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U7JaN4ay0;xZ029a?bRP00t74Tt7~n-:00t7", "type": "image"}, {"id": 17478264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/427a3afc-9d0c-4cd1-8abe-9ee02aff466c/width=450/17478264.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNI}9Vx]9u?H58-:bas:0Lsnnh9a~VIVRjs:", "type": "image"}, {"id": 17478757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9754857-07e6-4485-be50-964e6ce13e9e/width=450/17478757.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U9H1*-0100x]00tlRP~BW=sn%L4:01?a^jIp", "type": "image"}, {"id": 17478904, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3851776e-9c56-4c81-b654-d2d1917c3fe2/width=450/17478904.jpeg", "nsfwLevel": 4, "width": 1536, "height": 2304, "hash": "UBKd6$000K0L^%00~VxaMxxuxas:0L?aniE2", "type": "image"}, {"id": 17479845, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a80f212f-5679-4035-90ac-5331c180b93e/width=450/17479845.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "URHnQs~BWUj[9aM|afWB56IpM|Nabcbut6xt", "type": "image"}, {"id": 17479960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59d06bcc-29d2-478f-a53a-e0c86678a4ab/width=450/17479960.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UAI;L?0g0M9u019v^%S400xuw[%L~o={4:xZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/603041", "modelId": 542380} \ No newline at end of file diff --git a/datasets/metadata/603062.json b/datasets/metadata/603062.json new file mode 100644 index 0000000000000000000000000000000000000000..077a80195efaa7c5d59653208420695c508ce89c --- /dev/null +++ b/datasets/metadata/603062.json @@ -0,0 +1 @@ +{"id": 603062, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-29T01:50:06.527Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": [], "stats": {"downloadCount": 49, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 520754, "sizeKB": 626.103515625, "name": "603062_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T01:11:27.185Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "98C7164218", "SHA256": "98C71642189E7CFFEEE76B2A36EEEC8B269384DF60769CB1AF03FFE20A7D98DD", "CRC32": "6ADCE63C", "BLAKE3": "6624209F66635111CEBAE4F6C54F424B6702F558700C9450EE1096BAD1DF29B0"}, "downloadUrl": "https://civitai.com/api/download/models/603062?type=Training%20Data"}, {"id": 520839, "sizeKB": 223099.30078125, "name": "Elena_Horse_Girl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T01:53:01.188Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "63E11ADE", "AutoV2": "2BA017C2F4", "SHA256": "2BA017C2F4063E2B7F3298903EF744BA30A5B43A9806058D55EE5B03D970450E", "CRC32": "26ED110F", "BLAKE3": "A68AF1F42A17F7256430D3EA66FC22AAED18F3BF9A63A6543CD50DD4FB00BCCF", "AutoV3": "143C96E9332E"}, "downloadUrl": "https://civitai.com/api/download/models/603062", "primary": true}], "images": [{"id": 17639653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80e7d465-44b4-431e-996f-74def947e416/width=450/17639653.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJGHoM~W9XI:Na-q%Moa4.i^N|I@R*adr=M|", "type": "image"}, {"id": 17639652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20445b00-ab46-45e2-9330-d3237b1cb2f6/width=450/17639652.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "ULGkLO~WE0NuI:%M%Mob4.aJNeIqofoJs9M{", "type": "image"}, {"id": 17639657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e3ff0a3-4f7a-41c7-9ad5-417e0e1d72f4/width=450/17639657.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6FYGk0o0y~V0f_301^*L}DOnU9G4n-500M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/603062", "modelId": 542400} \ No newline at end of file diff --git a/datasets/metadata/603189.json b/datasets/metadata/603189.json new file mode 100644 index 0000000000000000000000000000000000000000..371127249b57a4841e81cb67e3fa70150927da0a --- /dev/null +++ b/datasets/metadata/603189.json @@ -0,0 +1 @@ +{"id": 603189, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-27T23:26:28.318Z", "availability": "Public", "nsfwLevel": 31, "description": null, "trainedWords": ["mipha"], "stats": {"downloadCount": 125, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 518178, "sizeKB": 32811.1123046875, "name": "Mipha Dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T23:26:14.125Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "45ABF32A", "AutoV2": "2EF6D8B6A5", "SHA256": "2EF6D8B6A5F4BE9875D33036E550788EC41971E28B4281FD408A6EF0CD8318CE", "CRC32": "B6BBC0A7", "BLAKE3": "22B601F2528AD2D6C1E8B184D4114DCF47C3E401583A43584B15150CB83AD964"}, "downloadUrl": "https://civitai.com/api/download/models/603189?type=Training%20Data"}, {"id": 518179, "sizeKB": 56092.95703125, "name": "Mipha-10 PonyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-27T23:26:28.559Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0623C39F", "AutoV2": "FCA199A6DA", "SHA256": "FCA199A6DA76486D6DAFE765E31189B030FAD05A17067B7632AFE1E86183A040", "CRC32": "1A496126", "BLAKE3": "793876085BB3CFDC953853515EE525774030353BFE0EDD30CCF7602660A5099D", "AutoV3": "815477548649"}, "downloadUrl": "https://civitai.com/api/download/models/603189", "primary": true}], "images": [{"id": 17484014, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3d37097-8058-4cd9-92d5-c3f9010918e1/width=450/17484014.jpeg", "nsfwLevel": 8, "width": 768, "height": 1344, "hash": "UNI}hX,?3Vpv_M%2%fbuF{t7xaR+TwXSozfk", "type": "image"}, {"id": 17484040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eecafc17-f39e-468e-8bbe-77b712dd2b34/width=450/17484040.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UUM=;Fs:T^xt?]j[sTozRjV[xuozoMjZe.bH", "type": "image"}, {"id": 17484033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15a252c9-d758-436a-b7d9-17c39f858c60/width=450/17484033.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UTMYywV@G@x]?]n%xHbvnhoyo}V@r[bHbZjF", "type": "image"}, {"id": 17484072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7647604c-88fa-4728-be55-896a95925524/width=450/17484072.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "ULKApOR5qE%g^joMODRjF_tRrEVsOXWBnit7", "type": "image"}, {"id": 17484073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7d9dff1-97ec-40bb-b84c-5dbb2bd07527/width=450/17484073.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UFG[Zy?aCRmm}s%1JTR+7fM|v#TI0zE2xtpH", "type": "image"}, {"id": 17484105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a23190b8-5943-4c41-ac56-c50346b5b095/width=450/17484105.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "ULKKD{Nc3=%z.lXm.RnOT{V@X-nO^ja#M|of", "type": "image"}, {"id": 17484106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ac65777-18be-4d79-be95-f4809e8de20c/width=450/17484106.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7IM[};T00_L*z?a3nMez;9uXkv$01ow%y9a", "type": "image"}, {"id": 17484109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24645312-6d2b-412c-9f53-2d1a1ad4f5e9/width=450/17484109.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGK^BOD%8JY5_NrX%}Ip_3R6Na-:PB%2-pXT", "type": "image"}, {"id": 17484110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75df7c69-f583-4b37-bd93-78bd42357ced/width=450/17484110.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UML3luM|PVxv~Vn4VYT0PoVsv~pHs.b^XSxF", "type": "image"}, {"id": 17484139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6966455f-5fcc-4385-bb69-15667fb18bca/width=450/17484139.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "ULK0y$}tI;pcM^R*Ioa{1}yD%fjF00xF%LM{", "type": "image"}, {"id": 17484140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c540d506-992d-4223-b0fb-dd8c2c86ac04/width=450/17484140.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAH^hp:Q3CpbPTO?EM^P0LyC={v~QT~Bwc4:", "type": "image"}, {"id": 17484145, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3da9a8a8-1475-4c5b-9e5e-079b96716b0e/width=450/17484145.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "ULHCWP%#5jv~O@tlaKiw5?%f={RP~Wr?V_yC", "type": "image"}, {"id": 17484144, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49034592-3880-4a34-9d15-48f67d6334fd/width=450/17484144.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGHf0NyD1F8w.7xaIAOX3?Diz:yCTfIVwcs.", "type": "image"}, {"id": 17484146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f871f96a-a648-4af5-bbcb-d7338c1cf747/width=450/17484146.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCH2=yv400P:~UIB4:kp3XyD=uMdAK?F?aNx", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/603189", "modelId": 542497} \ No newline at end of file diff --git a/datasets/metadata/603251.json b/datasets/metadata/603251.json new file mode 100644 index 0000000000000000000000000000000000000000..e164875b09af821b70c486961ca96e5325fb4a15 --- /dev/null +++ b/datasets/metadata/603251.json @@ -0,0 +1 @@ +{"id": 603251, "index": 1, "name": "v2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-28T02:20:58.794Z", "availability": "Public", "nsfwLevel": 28, "description": "This new version adds 3 extra outfits from Dungeon Travelers 2-2: The Fallen Maidens & the Book of Beginnings: swimsuit outfit DLC, alternate outfit DLC and fallen outfit DLC.
Unfortunately, I goofed it up with the swimsuit somehow and it's pretty hard to get right, the other two outfits should work decently enough.
Tags:
>Swimsuit
swimsuit, white swimsuit, leotard, white leotard, toeless footwear
Optional weapon: sheathed, sword
>Alternate
alternate, (tiara:0.8), open robe, red robe, pelvic curtain, toeless footwear
Optional weapon & orb: holding weapon, mace, holding orb, orb
(I found the mace to be very hard to get looking right. You'll either have to generate a boatload or just try inpainting it to get the thing looking decent. The orb, however, works great. You can make some pretty cool poses with it, also dual wielding orbs is easily doable. You CAN combine both the mace and orb prompts and you may get interesting results, such as mace orbs or some weapons that look straight out of World of Warcraft at times. Experiment around with it, you may get some cool results.)
>Fallen
fallen, bow, large bow, black bow, bow choker, magical girl, elbow gloves, skirt, striped thighhighs, ankle bows
", "trainedWords": ["grishna", "large breasts", "dark-skinned female", "long hair", "black hair", "blue eyes"], "stats": {"downloadCount": 47, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 518248, "sizeKB": 223102.748046875, "name": "Grisherina_Efleanor_Grishna_Dungeon_Travelers_2_The_Royal_Library_the_Monster_Seal_10_Outfits.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T00:21:11.503Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FB988391", "AutoV2": "4B607FD4F9", "SHA256": "4B607FD4F97DCD38B5285060018F68884FCAA40E472128B32188C223FCDB6B87", "CRC32": "29DED3E3", "BLAKE3": "01C79083EB0E415F541851B5D5EDA5B798C9DB9F5FAEF294E3A6F647A97E7408", "AutoV3": "8ACE3CD29075"}, "downloadUrl": "https://civitai.com/api/download/models/603251", "primary": true}, {"id": 518471, "sizeKB": 38409.30078125, "name": "602695_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T02:35:47.500Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "542FF658", "AutoV2": "58D0B230A2", "SHA256": "58D0B230A2F12397B3DEDBAFCBFD0C028EA7491E4B743A0DCCCF89B594D5C1A1", "CRC32": "59011CA7", "BLAKE3": "02F247BC4F21A7BB9948E631E8212AF05039124BAC925561DEE3D22B99132D9C"}, "downloadUrl": "https://civitai.com/api/download/models/603251?type=Training%20Data"}], "images": [{"id": 17504368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/056e5ff7-02fa-4956-9698-278c95919457/width=450/17504368.jpeg", "nsfwLevel": 4, "width": 3072, "height": 3072, "hash": "UDB:{Joe0KN^qFWWQ-oLAHkBmlnin6oLMxWV", "type": "image"}, {"id": 17504366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4527ecaf-9747-4c65-9cbd-c3d7564d33d9/width=450/17504366.jpeg", "nsfwLevel": 4, "width": 1792, "height": 2304, "hash": "U8Gk{~4;9aMJ00tQNHtR00,BIV69E3xu~VwJ", "type": "image"}, {"id": 17504359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34e8079a-52a1-4f4a-837d-aa8724680d0a/width=450/17504359.jpeg", "nsfwLevel": 4, "width": 1792, "height": 2304, "hash": "ULLp$~.RtLxu-j~9M|ENK4E+M~MxsS9vT0V?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/603251", "modelId": 538071} \ No newline at end of file diff --git a/datasets/metadata/603296.json b/datasets/metadata/603296.json new file mode 100644 index 0000000000000000000000000000000000000000..7965639670e7f6aefee801b03700fe6de7bc7cc9 --- /dev/null +++ b/datasets/metadata/603296.json @@ -0,0 +1 @@ +{"id": 603296, "index": 1, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-28T06:16:09.044Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["1woman, PLASTT pose, (presenting Pussy), (Legs), (big ass, anus:1.2), (Smile), (breasts, nipples), {{5_toes, delicate feet, foot focus, toenail_polish}},", " nude, fully naked,", "full-face blush, horny, shy, lip bite, pussy juice, sweaty,", "female pubic hair, anal_hair, excessive pubic hair,"], "stats": {"downloadCount": 216, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 518800, "sizeKB": 223111.24609375, "name": "PLASTT_Pose-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T06:11:15.559Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "319C0E74", "AutoV2": "921A0E4A0D", "SHA256": "921A0E4A0D6773FF1B7DB822F61F3BA05CBE5F0C49C069A8F27F26789183A711", "CRC32": "4E312D63", "BLAKE3": "E935ACEE59F473125F35BB34B77D2AC0CEF93B9E4CC509147756AA52815E413F", "AutoV3": "933FD8ACFB01"}, "downloadUrl": "https://civitai.com/api/download/models/603296", "primary": true}, {"id": 518323, "sizeKB": 115337.7021484375, "name": "603296_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T01:11:04.814Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "83210383", "AutoV2": "7DA4C09B5A", "SHA256": "7DA4C09B5AB5BA0F6256C75ABB5E5F843BD47F16F11632308378D3D09BE6FE5A", "CRC32": "97F6D018", "BLAKE3": "71957AB26346E25126F7ECA2262D4D9B5A56A667B4AE9537B0DB0FC574A4F284"}, "downloadUrl": "https://civitai.com/api/download/models/603296?type=Training%20Data"}], "images": [{"id": 17528524, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ec80bb3-aa81-462f-892f-2b1e95a848f5/width=450/17528524.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCF?33IU9wROxHt7s8j[0%s9%2X8~BaKJBNb", "type": "image"}, {"id": 17528525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed285585-5a8f-4b28-9b20-b8d87f87e25b/width=450/17528525.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UYKv%CkC%1w^-;n%w^a#k?kCR+e.~VjskCjt", "type": "image"}, {"id": 17528567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef6d9ecd-4244-4ded-92f6-11a3da679cb5/width=450/17528567.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UbLMhfIVx]t7~qt7ofxuyXae%LfP%MkCR*Rj", "type": "image"}, {"id": 17528566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6ea105f-f5d6-47d6-9be4-bdbc5d2c2dca/width=450/17528566.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UMLDZ4V?k?Ip~W$%-Ubbp{V@Rjt6E*W=n$Rk", "type": "image"}, {"id": 17528570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1454f1e8-67f6-446c-a2d6-5abc51d6efc4/width=450/17528570.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9HLC}IVESi^_NkDt7s:1Qxu$zbH9Fnht8kC", "type": "image"}, {"id": 17528568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62ee01cc-ac5e-471a-9e07-034876f98ce8/width=450/17528568.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJIhgKt7_3xu~pofWBj[~pofa}WB-;j[M{WB", "type": "image"}, {"id": 17528569, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6b46fa6-fad6-4b6f-9fbe-d92ec79b2fb6/width=450/17528569.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UVMGSCt7?^e.~WkBbbWB?vj[jYj]R+WCRiof", "type": "image"}, {"id": 17528590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0574899-376f-4cf6-891f-37179c862cfa/width=450/17528590.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBFh^%tR00%2?wS4#kxa03W=?bV@%hX8OEjE", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/603296", "modelId": 542594} \ No newline at end of file diff --git a/datasets/metadata/603305.json b/datasets/metadata/603305.json new file mode 100644 index 0000000000000000000000000000000000000000..0658af43f89c3fb3a04e4441e76a0e3877c9e7a7 --- /dev/null +++ b/datasets/metadata/603305.json @@ -0,0 +1 @@ +{"id": 603305, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-28T00:51:13.944Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["grimoire7h"], "stats": {"downloadCount": 57, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 518299, "sizeKB": 78745.208984375, "name": "602545_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T00:51:50.809Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3797B576", "AutoV2": "989235BD3D", "SHA256": "989235BD3D489BC25D425FC1F51A0DB8B0DACF047E3011BE613D0E174991C773", "CRC32": "9A1EC7AE", "BLAKE3": "AD63C8F6E12F29FFB8F4DE45F33B02E87F946BABDF4F0B22D137490059EA6729"}, "downloadUrl": "https://civitai.com/api/download/models/603305?type=Training%20Data"}, {"id": 518300, "sizeKB": 223104.74609375, "name": "grimoire.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T00:55:35.987Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "29E92DB0", "AutoV2": "1A6E963C84", "SHA256": "1A6E963C846D2C79459F061C93CB753DA3EC634CE741E3928E7975599550BB7D", "CRC32": "C85EE0D1", "BLAKE3": "54D1B432F072D447BC4B34E7E51ED146E8B0422801153999B646171F638376D0", "AutoV3": "72C22907D1A8"}, "downloadUrl": "https://civitai.com/api/download/models/603305", "primary": true}], "images": [{"id": 17493099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b06a786e-4676-4996-9d0e-591e16d6fecd/width=450/17493099.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPNv0xxt00t7~Coyt7WBD%NGxaofbcoyI:S1", "type": "image"}, {"id": 17493103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7833d39-a3d8-4766-9377-bd27486c0a4f/width=450/17493103.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UyKeP+WFNZX4.ANHs:s:O[NHxHxHx^W=a_ax", "type": "image"}, {"id": 17493102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2c161b4-25d0-4328-8473-76e40c8676b3/width=450/17493102.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOPY@#*001-;|qNd.Sx]DjIUMxNHbcMwVrs.", "type": "image"}, {"id": 17493098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e282b2f1-b162-4fdf-bba4-564835b51e9d/width=450/17493098.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UiP5.ntRXmt7}?t5s+xa5DWXjvkC-mt6j[kC", "type": "image"}, {"id": 17493101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23a96cca-e2bb-4ad5-847d-c2045a83e1fa/width=450/17493101.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UiMGFrs:0fof~Bofx[j[J8WV-:oeocbHR*j[", "type": "image"}, {"id": 17493114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1969543-d4ca-4342-974e-853d3e92ff24/width=450/17493114.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UjNb+6t74.t7~Vt7xtj[IobG%Lj[xuayR*fR", "type": "image"}, {"id": 17493104, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc3cbf78-3994-47b8-b5a8-4365e0ef93d8/width=450/17493104.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UWN^D5t87%t8M1NeM{azK7X9-6kCE8kBOrW=", "type": "image"}, {"id": 17493106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c70d5982-4b52-4517-87b6-8160ef2c824d/width=450/17493106.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U8Qb8[$*4V?G}sR*IoS100IpNa9aUxbGVZkp", "type": "image"}, {"id": 17493105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1668124-e988-4e08-9c50-93434310058e/width=450/17493105.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7Nl_ZpI04%3v2J-W9$g0NSz~UoL-WkVOrRQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/603305", "modelId": 542601} \ No newline at end of file diff --git a/datasets/metadata/603334.json b/datasets/metadata/603334.json new file mode 100644 index 0000000000000000000000000000000000000000..f6044bb13a860a6cbad3b83138ed9955d75ce55e --- /dev/null +++ b/datasets/metadata/603334.json @@ -0,0 +1 @@ +{"id": 603334, "index": 0, "name": "V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-30T19:59:52.486Z", "availability": "Public", "nsfwLevel": 28, "description": "minor style tweaks, emphasizes the Cashmoney (anime) model
", "trainedWords": ["1woman, PLASTT pose, (presenting Pussy), (Legs), (big ass, anus:1.2), (Smile), (breasts, nipples), {{5_toes, delicate feet, foot focus, toenail_polish}},", "nude, fully naked,", "full-face blush, horny, shy, lip bite, pussy juice, sweaty,", "female pubic hair, anal_hair, excessive pubic hair,", "breasts out, wet panties"], "stats": {"downloadCount": 468, "ratingCount": 0, "rating": 0, "thumbsUpCount": 90, "thumbsDownCount": 0}, "files": [{"id": 525212, "sizeKB": 223109.57421875, "name": "PLASTT_Pose_r2-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T19:56:12.366Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7D711F3F", "AutoV2": "2CA0AA2FE5", "SHA256": "2CA0AA2FE5E75ABB33253998A08EAB278A75728F0C0071F3CAEBBDDACBA8985E", "CRC32": "96D07CDF", "BLAKE3": "AB6CFC87590A6AAE9A892C0FD99D0827AF4BF15515E9FF41248C00452A576615", "AutoV3": "076F81F708DD"}, "downloadUrl": "https://civitai.com/api/download/models/603334", "primary": true}, {"id": 518337, "sizeKB": 115337.7021484375, "name": "603334_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T01:21:41.860Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "83210383", "AutoV2": "7DA4C09B5A", "SHA256": "7DA4C09B5AB5BA0F6256C75ABB5E5F843BD47F16F11632308378D3D09BE6FE5A", "CRC32": "97F6D018", "BLAKE3": "71957AB26346E25126F7ECA2262D4D9B5A56A667B4AE9537B0DB0FC574A4F284"}, "downloadUrl": "https://civitai.com/api/download/models/603334?type=Training%20Data"}], "images": [{"id": 17889339, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/187e44f6-2869-407f-8222-89907916cc2c/width=450/17889339.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "USM74Ft7%#t7~Wj[-UW=GajZRjf6tkaysmjY", "type": "image"}, {"id": 17889327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/324360bc-38e6-4bd8-8072-ebd762348dc0/width=450/17889327.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U9ID?sbb4.-A~Wof}Xxa1Poe?HS4?vWVRjNG", "type": "image"}, {"id": 17889336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afed59b2-2cd6-4d1c-b8dc-7b29d43c680d/width=450/17889336.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFLWbNs;u5xa_4og-os9P;f+-psoPARkRPkC", "type": "image"}, {"id": 17889334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3301deb4-f4c2-4862-8898-884226ea42b0/width=450/17889334.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7Fhq{+^00_N9F-V~CWB00?b~p01O?I:0Lxu", "type": "image"}, {"id": 17889329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db197497-a18b-4477-8fa8-86e3ebabe692/width=450/17889329.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UFF;+tWE0LaeIVs:xZs.0Ks:bbof~Bn%E2Rk", "type": "image"}, {"id": 17889328, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47dc9eb2-5e62-431f-b617-bcbace688503/width=450/17889328.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGFEDvR+0fjZE2oe$%jZ0foe$*j[~BWBI:j[", "type": "image"}, {"id": 17889338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1387947d-29f1-4658-9243-07e77629955b/width=450/17889338.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UIMZ8qxap_n%~CofR%WBp{j[oIof%LWBf+t7", "type": "image"}, {"id": 17889343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2adcaf9-fe4a-4ae2-b8cf-4c7402d3b9c8/width=450/17889343.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UQN+@W%L.me.-;kCt6Rj%$WVoeof%1V@kWxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/603334", "modelId": 542594} \ No newline at end of file diff --git a/datasets/metadata/6035.json b/datasets/metadata/6035.json new file mode 100644 index 0000000000000000000000000000000000000000..28bcf527710e3a97e55592a447be8de72cae0e0b --- /dev/null +++ b/datasets/metadata/6035.json @@ -0,0 +1 @@ +{"id": 6035, "index": 0, "name": "nidalee_v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-01-25T01:41:52.598Z", "availability": "Public", "nsfwLevel": 22, "description": null, "trainedWords": ["nidalee"], "stats": {"downloadCount": 2467, "ratingCount": 229, "rating": 5, "thumbsUpCount": 259, "thumbsDownCount": 0}, "files": [{"id": 7531, "sizeKB": 35216.125, "name": "nidalee.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-03T00:16:53.897Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1373626E", "AutoV2": "FA8F652D5A", "SHA256": "FA8F652D5A7D231BE487F222D60733FFAA44F31BA688C3A83E02CBC1DBCAE9B1", "CRC32": "8895DEFD", "BLAKE3": "98A737AA924B150A7C48265264F0F0FE29A5869A60E76A7E9CAD8D2C4C24CB36"}, "downloadUrl": "https://civitai.com/api/download/models/6035?type=Training%20Data"}, {"id": 6294, "sizeKB": 147533.759765625, "name": "nidalee-000034.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-01-25T01:48:58.158Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "2BCEED1A", "AutoV2": "700DD2FF03", "SHA256": "700DD2FF03A3A2F64A46B35B91BD5C235B1EB533DCAD7FB0705947E9BC8C55D3", "CRC32": "7E4901E6", "BLAKE3": "15932C2AD2D7928315C517FE0DE0A35A4D93CC609A45D049E4CBB8194ECD0D67", "AutoV3": "C333EA73BF2C"}, "downloadUrl": "https://civitai.com/api/download/models/6035", "primary": true}], "images": [{"id": 51800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec3f18f4-36ae-4000-46ec-2ff1e1143900/width=450/51800.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UQKKQUxV.TEMEkR4i_xt0KV?w[bv9atSNGs.", "type": "image"}, {"id": 51805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d557a04e-5219-4949-753f-640ecc9d1600/width=450/51805.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "UPI4;S_3*0tlK7n+xvE1I;Iq-:wbIqjvM{t7", "type": "image"}, {"id": 51804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b0f539e-afb5-47c4-db11-92a945b29700/width=450/51804.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UDJ7t900KP%$759EVYXn9vEj~Bwc00%MI;IU", "type": "image"}, {"id": 51803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ba8c100-f91c-4228-fe5e-c6b8040c1c00/width=450/51803.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "URK12XRj~pb^K657-:ozEMR%V@%1xb$*IoIp", "type": "image"}, {"id": 51802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e75bd6b5-77f9-4f67-6f14-7af8efd02700/width=450/51802.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UNI#Da~qPB%#AI%gt8t8ELIp?Gs.9GWC$*NG", "type": "image"}, {"id": 51801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/581911f3-5ad4-455f-4638-5eb6a86ad500/width=450/51801.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGF}sHM{9Z-pGF9ZIU-pJQr?-Bo}~Cf59ZS4", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/6035", "modelId": 5204} \ No newline at end of file diff --git a/datasets/metadata/603590.json b/datasets/metadata/603590.json new file mode 100644 index 0000000000000000000000000000000000000000..b4ebcc195b864fd1b040e3f7cc18d037a0877124 --- /dev/null +++ b/datasets/metadata/603590.json @@ -0,0 +1 @@ +{"id": 603590, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-28T03:53:05.560Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["batman_cc_style"], "stats": {"downloadCount": 62, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 518595, "sizeKB": 536773.3349609375, "name": "602920_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T03:55:51.308Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "816A4D79", "AutoV2": "B803FF330E", "SHA256": "B803FF330E4DF60576EB1E48604BB5DA23F023AB385CC6A5A753D434C087B501", "CRC32": "32EE7508", "BLAKE3": "906E510B3CD9A24207E1404F94CC167E20E9042AF3DC28B5B669D0B3CDA67440"}, "downloadUrl": "https://civitai.com/api/download/models/603590?type=Training%20Data"}, {"id": 518591, "sizeKB": 223110.63671875, "name": "Batman_-_Caped_Crusader_Style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T03:55:43.006Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A4A73F1D", "AutoV2": "BBBD33A22F", "SHA256": "BBBD33A22F9F6042688FA35B2FBF63C4E1B55AC1B9C1F29CC4FCA48D8E1A6576", "CRC32": "1A4AEC5C", "BLAKE3": "6A839A7652A62CDF94AB4533F367F7A080E8EC112522DCDBF61B85E1645C15A7", "AutoV3": "C35830C75620"}, "downloadUrl": "https://civitai.com/api/download/models/603590", "primary": true}], "images": [{"id": 17514589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c33cc48-8c3e-4677-b4d7-1fb6c598eab9/width=450/17514589.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UX9]X1WUu6x^D4s+NhRkoeRoiHn$bvn$tdbI", "type": "image"}, {"id": 17514586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a32b0732-4b12-414b-97ab-c9b763c5d500/width=450/17514586.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULACP=u6*GIA8wa5WHx?QkQ,HrRTyrteyBjc", "type": "image"}, {"id": 17514587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd42ec83-56fa-4725-a2ed-83c7daaf1aa9/width=450/17514587.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U55q|$M_%iof00t8ITWA_NRixvj@0Jogaej]", "type": "image"}, {"id": 17514584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb62beb4-4469-4e86-8ee9-90e27fd24b3d/width=450/17514584.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U22$jXMdMx%#?^MdI9%g%#MxROx]ozV@WAt7", "type": "image"}, {"id": 17514585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f321ce7-cf66-41bf-81ce-f92128d7bc8b/width=450/17514585.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UJKwBgOF9G~Q4q^h~UWF01RjElIIyqD-IAIo", "type": "image"}, {"id": 17514590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a784279-e716-4c8f-a100-85314709ec9b/width=450/17514590.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U75}s|DgIuxvI8x^WBRO9ExwxVWC%jI8t8xv", "type": "image"}, {"id": 17514588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7496a56d-413e-4334-b80a-56a5772c58de/width=450/17514588.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U2D8qR0000.800%Mt-D$1A}rVD^,L#5RtnrV", "type": "image"}, {"id": 17514596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3984a34b-b60c-4954-8375-a08cf3e9588d/width=450/17514596.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U6A0L65600~W}8o}5mR40eWA^kt7BDRP#k-q", "type": "image"}, {"id": 17514595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b581c4ea-cbc8-4638-b3d2-22f6bf056503/width=450/17514595.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U26HQ4vKysRO-6sjOYNG56pJs8ogW?NKV@r=", "type": "image"}, {"id": 17514593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdeda004-e40f-4f91-a984-86f948c4ece1/width=450/17514593.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U26tq300_N4n~TRib_IUJQjEt7e.5SoznOs:", "type": "image"}, {"id": 17514594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f221069-f729-4615-8da2-3515f3dc8617/width=450/17514594.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U16aYUsjo}}r~VnTX8RO5Sw[IVT0xuxuRPbb", "type": "image"}, {"id": 17514602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/635b385f-ae3f-439f-809b-a2d5530720a1/width=450/17514602.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U46@=;00?^IU^+IAtmWBkVoIxuf*NHtRe-oz", "type": "image"}, {"id": 17514608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b873e901-0325-4d94-a979-b2cd638545d7/width=450/17514608.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UMCX]I}r}Y=xjE$jR+WVELEgI;I;SiWoods:", "type": "image"}, {"id": 17514610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c2a9787-1c24-4634-aafe-fcb396c4d775/width=450/17514610.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UhIVGcs.-BI:}Zs:w{R*EfofNbxGJRX8X8oe", "type": "image"}, {"id": 17514612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e4ff47d-1505-4818-a797-dcb1b54e1de4/width=450/17514612.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UUC}qkI:$*jZ^PxGs:s:^PoLxZoK}tNa$*WV", "type": "image"}, {"id": 17514619, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68cba3ca-1d99-4804-8346-4a48f7aa200d/width=450/17514619.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UJAvhTo$KQbc}8j]I?kD#kRiITaJ%3WBT1ad", "type": "image"}, {"id": 17514613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7bc1043-a015-496f-9871-f8cdca797e28/width=450/17514613.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UF9%-uRO.AWY%OxvtSt8b{ITnhogIUtRITRj", "type": "image"}, {"id": 17514618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcf4454c-c116-4aef-a51e-3f7e84bb193c/width=450/17514618.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UPB3{ZM_?wxvM{j[M{WBD$ofV?M{oeaya{og", "type": "image"}, {"id": 17514628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b93c9cb3-4deb-4061-bda7-038f48fdf38b/width=450/17514628.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U87wQlay0LSh-pe.IVof0KX8~Bni0Lof?bWA", "type": "image"}, {"id": 17514633, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e7b39b4-b087-41a4-b087-20936621cb86/width=450/17514633.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U154,G9E22$N?aM{Iut70xt9{vT09$t7-5bb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/603590", "modelId": 542840} \ No newline at end of file diff --git a/datasets/metadata/603780.json b/datasets/metadata/603780.json new file mode 100644 index 0000000000000000000000000000000000000000..a81126e3559887251f941654ca43e74730aa78ed --- /dev/null +++ b/datasets/metadata/603780.json @@ -0,0 +1 @@ +{"id": 603780, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-28T06:32:30.847Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 27, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 518798, "sizeKB": 30207.8896484375, "name": "603780_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T06:06:12.440Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DF036A5B", "AutoV2": "E195D706A8", "SHA256": "E195D706A86DF89B95AD6E5A2B038FEA407EE0F29400DDD403D99EBBED6C6B59", "CRC32": "F81BE140", "BLAKE3": "E8E5DC18E3D5B83EBD006D863B6058EF0969B1560071B241B6F48C980A20D0F6"}, "downloadUrl": "https://civitai.com/api/download/models/603780?type=Training%20Data"}, {"id": 518829, "sizeKB": 18550.640625, "name": "Ed42_Pixel_Love_Clothed_V1-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T06:30:55.310Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "5D7F7C504A", "SHA256": "5D7F7C504ABF7C9C130590217D0EA1E259E93D3B0060FD1B9844CB08F340272E", "CRC32": "3C8D6F5A", "BLAKE3": "F540B7FC8FDBE3781345EAB9058B7A69C724007E192952658860DA3356C77701", "AutoV3": "2086F705CF45"}, "downloadUrl": "https://civitai.com/api/download/models/603780", "primary": true}], "images": [{"id": 17529823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77037132-5be0-4216-a5ab-0850cab4a532/width=450/17529823.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UQLfzSW;_N%2wgsVX7NG.8WVWBs:x]t7jFRk", "type": "image"}, {"id": 17529822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cbcef4c-7c90-48e0-a026-963514eac30f/width=450/17529822.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UFJPWETaDi:?;nozI.R60JaL=|X4~CWUE1xa", "type": "image"}, {"id": 17529821, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f3914f5-6b97-431c-8ef7-cb741ebf6413/width=450/17529821.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UDL3.MIVF2~VOmIpi~-n,mxu58E0E*xa-URk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/603780", "modelId": 543009} \ No newline at end of file diff --git a/datasets/metadata/603897.json b/datasets/metadata/603897.json new file mode 100644 index 0000000000000000000000000000000000000000..3e50cc7494be8d54dcd1fdcfa3477fa80241736c --- /dev/null +++ b/datasets/metadata/603897.json @@ -0,0 +1 @@ +{"id": 603897, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-29T03:36:21.699Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 31, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 521033, "sizeKB": 223103.90234375, "name": "amo_1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T03:36:48.919Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0516D5DB", "AutoV2": "3613753FA6", "SHA256": "3613753FA65C6B9264C3E734D70A575DDABC1512B10EA19815FD1CBFF2273E84", "CRC32": "A5422963", "BLAKE3": "B1FE0C52A68A15CA101EC4F5D640F69D1545308CD81BBB7FE1BBC3BE8DDF022B", "AutoV3": "69D5A11F775D"}, "downloadUrl": "https://civitai.com/api/download/models/603897", "primary": true}, {"id": 518944, "sizeKB": 30736.9287109375, "name": "603897_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T07:50:49.985Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "118F949A", "AutoV2": "A9B2F19026", "SHA256": "A9B2F19026C000E7FA7F2E7C7D4FF49D13F9B9BE7ABC3C2CA2150C8D5E14EA7D", "CRC32": "AA66ECC4", "BLAKE3": "06F4B7F50FBBD26836F2416B190F714F37B4A2AEE733976C3F950CC3512E6B1C"}, "downloadUrl": "https://civitai.com/api/download/models/603897?type=Training%20Data"}], "images": [{"id": 17650002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/361072de-b0fd-4b6c-8b09-71be30db642c/width=450/17650002.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3I#or$~00XB00xaMxR*00M|~RoINN9ZM^^,", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/603897", "modelId": 543120} \ No newline at end of file diff --git a/datasets/metadata/604111.json b/datasets/metadata/604111.json new file mode 100644 index 0000000000000000000000000000000000000000..b5bc0a1d400d4d31f59307491a884d38ce135206 --- /dev/null +++ b/datasets/metadata/604111.json @@ -0,0 +1 @@ +{"id": 604111, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-28T11:28:05.027Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": ["score_9,score_8_up,score_7_up, rating explicit, 1man, black hair, short hair, (Zayn_love and deep space)"], "stats": {"downloadCount": 35, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 519157, "sizeKB": 15111.6826171875, "name": "604111_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T10:06:56.429Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CEDE38F9", "AutoV2": "7A15D71BFA", "SHA256": "7A15D71BFA1F6D2EC22A650681ECA2F3D8AD1E6EF56E8B0BA89470AC3F0D3492", "CRC32": "23D8D00A", "BLAKE3": "5E8541FC149802AF347FF53B4B7F1B480FD7ECAF824D3DD92D675F920DD419AB"}, "downloadUrl": "https://civitai.com/api/download/models/604111?type=Training%20Data"}, {"id": 519273, "sizeKB": 223100.25390625, "name": "\u9ece\u6df1_Zayn_lovedeep_space-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T11:31:18.004Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3F3BD8CA", "AutoV2": "10F1B7CD5C", "SHA256": "10F1B7CD5C1B005D02BA1691EF21215DC71FC4C14277BB38B76D44B8CE064C9C", "CRC32": "E39AA752", "BLAKE3": "CFEB4C92D34F59A3D86C712140464C459BE36BEF2EF7242F080177E93AD06C94", "AutoV3": "572806BC8FCB"}, "downloadUrl": "https://civitai.com/api/download/models/604111", "primary": true}], "images": [{"id": 17554551, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c620513d-b79b-404a-9115-8ed88b82ae70/width=450/17554551.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UPJ@tO^j~p-;_NVsWCxuY6IUM{%fS5ofNGtR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/604111", "modelId": 543301} \ No newline at end of file diff --git a/datasets/metadata/604124.json b/datasets/metadata/604124.json new file mode 100644 index 0000000000000000000000000000000000000000..08f13a4effd15d0dde38302e56f84e5ca43562c0 --- /dev/null +++ b/datasets/metadata/604124.json @@ -0,0 +1 @@ +{"id": 604124, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-28T10:13:11.331Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 127, "ratingCount": 0, "rating": 0, "thumbsUpCount": 39, "thumbsDownCount": 0}, "files": [{"id": 519164, "sizeKB": 9386.1123046875, "name": "Roxanne_de_Desir_KyonyuuFantasy.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T10:15:47.678Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FD0DDF5A", "AutoV2": "E6934437C3", "SHA256": "E6934437C39DA0585E97ED293E8576984260024F8E27467C451605630472DC4A", "CRC32": "D891E7EC", "BLAKE3": "7118B2CB1D60E50D1DB6F43E181FC2390EF6E23D7EC65A1A59D7F5C4A61DB5E1"}, "downloadUrl": "https://civitai.com/api/download/models/604124?type=Training%20Data"}, {"id": 519165, "sizeKB": 22238.06640625, "name": "Roxanne_de_Desir_KyonyuuFantasy-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T10:16:55.967Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CAD6267C", "AutoV2": "032702B09B", "SHA256": "032702B09B545D9BD94A0CB39CD6B964D2AA56A9520092DAF4FED9985B59DD38", "CRC32": "67BFFAFF", "BLAKE3": "9439B412E1B9AE782EF69178FB3C5D820ECDB67A7BA7AC554D799F3BD40FE02E", "AutoV3": "B3D8C02147E0"}, "downloadUrl": "https://civitai.com/api/download/models/604124", "primary": true}], "images": [{"id": 17548388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4ae0755-794c-464d-90d1-bbb7ef9a8bf3/width=450/17548388.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBKKNZ%N02x^00R+jUoc0Nj[M|WB~Wt7~9ax", "type": "image"}, {"id": 17548389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c7d49ad-1b95-4868-8f1d-da98d201e8f7/width=450/17548389.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBKKNZ%N02x^00R+jUoc0NjuM|WB~Wt7~9ax", "type": "image"}, {"id": 17549959, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15a4f0b3-c6b3-47f8-92a7-7155313eacc7/width=450/17549959.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UHJaKB_34.%1-KRjs8j=4;%M~Bxuxa%Mxv%2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/604124", "modelId": 543314} \ No newline at end of file diff --git a/datasets/metadata/604249.json b/datasets/metadata/604249.json new file mode 100644 index 0000000000000000000000000000000000000000..1d4add779e44cbdd62546cf01f59515f6f0fdb84 --- /dev/null +++ b/datasets/metadata/604249.json @@ -0,0 +1 @@ +{"id": 604249, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-28T11:44:21.511Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 158, "ratingCount": 0, "rating": 0, "thumbsUpCount": 45, "thumbsDownCount": 0}, "files": [{"id": 519293, "sizeKB": 11761.404296875, "name": "Reiko_Date_Wingfield_Fault.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T11:45:40.798Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CDBC0685", "AutoV2": "F8366BDAE3", "SHA256": "F8366BDAE32091FD856087856C933A03892CB180758094BECDD57AC16529DC56", "CRC32": "9B21560E", "BLAKE3": "6D6B4DC9501A2FBB2918E6FC8D2F0E4DF593767211FAA8EFB1FBC972F9CD259D"}, "downloadUrl": "https://civitai.com/api/download/models/604249?type=Training%20Data"}, {"id": 519294, "sizeKB": 22239.97265625, "name": "Reiko_Date_Wingfield_Fault-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T11:45:46.340Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F6A50BCB", "AutoV2": "10728A1654", "SHA256": "10728A16546F1A32EF34FD456B2640C9E57A1A59EA4BAC2919A3463EEB8853D0", "CRC32": "7CD8962D", "BLAKE3": "416713A4889B4B69682C06AF73B57FA16192EFEB7CD7DAEB772F27847A987869", "AutoV3": "361BE25AB10C"}, "downloadUrl": "https://civitai.com/api/download/models/604249", "primary": true}], "images": [{"id": 17555921, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76bcfc41-4e99-4467-981d-6f654bd6b5b6/width=450/17555921.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U8PFyI00004n0000024.0%~VHX?cw?~pV@-p", "type": "image"}, {"id": 17555920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/221fb7a7-1d29-483f-bff6-b4b95ac2c3f2/width=450/17555920.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U8PFyI00004n0000024.0%~VD4?cw?~pV@-p", "type": "image"}, {"id": 17556716, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b6284c0-affc-46be-98ae-e44ed2ebfcfb/width=450/17556716.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UMLWqw9u00RkImr=0LxtE2xui^jZ~WWBxZIq", "type": "image"}, {"id": 17597689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44f53240-8e8f-4156-9ba7-b0b4a1086d1f/width=450/17597689.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDKKmC[*0000^}=}550L_MXU=q_N0$t1Ir9a", "type": "image"}, {"id": 17597703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b94c6da-7f6d-401a-9e16-21c6438937a4/width=450/17597703.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMKA~N0201~V_Kw[4.juTet8jIM}OsIUx]%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/604249", "modelId": 543431} \ No newline at end of file diff --git a/datasets/metadata/604461.json b/datasets/metadata/604461.json new file mode 100644 index 0000000000000000000000000000000000000000..803240f953741262edffd6d2a4d4cd575c058683 --- /dev/null +++ b/datasets/metadata/604461.json @@ -0,0 +1 @@ +{"id": 604461, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-28T13:37:25.492Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 140, "ratingCount": 0, "rating": 0, "thumbsUpCount": 37, "thumbsDownCount": 0}, "files": [{"id": 519514, "sizeKB": 22236.91015625, "name": "Escalayer_BeatAngel-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T13:40:55.001Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "18CDF232", "AutoV2": "82FC53B16D", "SHA256": "82FC53B16D27C494FA377CFFBD0871A75D06996E33B486E118A1354651EF08CF", "CRC32": "0B670CAB", "BLAKE3": "D82B602B2A8A9A4084D5CD82E0DA344350E6DB3656AEEEE523F1B64687C4B8E3", "AutoV3": "2CD1D220B895"}, "downloadUrl": "https://civitai.com/api/download/models/604461", "primary": true}, {"id": 519515, "sizeKB": 31608.232421875, "name": "Escalayer_BeatAngelV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T13:41:04.555Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "946ADCF6", "AutoV2": "A1CD7557CA", "SHA256": "A1CD7557CAE311056A2EE3853FCB34C344F29E670E497AFFDC92F4A5BD240D1E", "CRC32": "37E422C1", "BLAKE3": "CA47423EACC4B59F36147A2BC28A95BBA9F29BFA54CC741153474130F5DC26D8"}, "downloadUrl": "https://civitai.com/api/download/models/604461?type=Training%20Data"}], "images": [{"id": 17567058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e42c43b6-291d-4b2f-8146-260386048b36/width=450/17567058.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUP5$n-pYPx]^+X8.8j?~qRjI:WBpKs:x[oL", "type": "image"}, {"id": 17567059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e55ea40-3d47-4767-a1ab-e069b45200fa/width=450/17567059.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUP5$o-pYPx]^+bb.8j?~qRjI:WBpKs:x[oL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/604461", "modelId": 46631} \ No newline at end of file diff --git a/datasets/metadata/604602.json b/datasets/metadata/604602.json new file mode 100644 index 0000000000000000000000000000000000000000..6672afcaf50dcbc9601d27a46f23bd3ecde37274 --- /dev/null +++ b/datasets/metadata/604602.json @@ -0,0 +1 @@ +{"id": 604602, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-28T14:41:15.985Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 137, "ratingCount": 0, "rating": 0, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 519654, "sizeKB": 9292.9423828125, "name": "Takarada_rikka_SSSS.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T14:45:48.940Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5DDAA9F4", "AutoV2": "C74D1DCB8F", "SHA256": "C74D1DCB8FC8B8E30320052E6B0AC3077BC9B4DEE8B2967A73CBF1499400223E", "CRC32": "C52578F9", "BLAKE3": "163BCBDE602EAE47ED4BDBF95E3590213BBDC08A6A93646840623D32B382DDFF"}, "downloadUrl": "https://civitai.com/api/download/models/604602?type=Training%20Data"}, {"id": 519653, "sizeKB": 22237.73046875, "name": "Takarada_rikka_SSSS-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T14:45:49.060Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "17CE30C3", "AutoV2": "3EE8D028B8", "SHA256": "3EE8D028B8E47AB871F884AE13F9592562FED131555AFEDE16912B1D42B8EAC5", "CRC32": "0C0406BA", "BLAKE3": "EA27257DA2719B6A280804E1E13A16EA7258C793339596F981A648902457046C", "AutoV3": "389549B27F8F"}, "downloadUrl": "https://civitai.com/api/download/models/604602", "primary": true}], "images": [{"id": 17573759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2da9552-6179-4d1d-a3c4-5be2114e195c/width=450/17573759.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UgN,rbxu_Nt7D%ay?bay%hj[r?oeNHay%Lay", "type": "image"}, {"id": 17573758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/444da0f1-f2d3-4dc9-98e9-7abd52b0ab14/width=450/17573758.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UgN,rbxu_Nt7D%ay?bay%hj[r?oeNHay%Lay", "type": "image"}, {"id": 17574141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c7cd030-0867-4ae9-93cc-13be89c32953/width=450/17574141.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTN0-$?b_N%MD%-;.8%M4:M|xEae_NofVsj]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/604602", "modelId": 543727} \ No newline at end of file diff --git a/datasets/metadata/604702.json b/datasets/metadata/604702.json new file mode 100644 index 0000000000000000000000000000000000000000..a55f0ecce09026d37426872abb6a657f6b026a4d --- /dev/null +++ b/datasets/metadata/604702.json @@ -0,0 +1 @@ +{"id": 604702, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-28T19:34:50.110Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 37, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 519794, "sizeKB": 190313.3310546875, "name": "604702_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T16:11:17.430Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CEBFEA67", "AutoV2": "63B3D591F1", "SHA256": "63B3D591F1FC6B1AD026011442278B0E5712D91BF560F7D43DC1F5FA2E3AC9CE", "CRC32": "CC5FD6C6", "BLAKE3": "74FD5627BB74BCB608FB97FC1A9A947279A70A6C49A5B5C54A1B6C13DBD83619"}, "downloadUrl": "https://civitai.com/api/download/models/604702?type=Training%20Data"}, {"id": 520142, "sizeKB": 223105.52734375, "name": "wolf_girl-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T19:31:39.079Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D327C98B", "AutoV2": "D9681C9D33", "SHA256": "D9681C9D33A49C705B927CF39B6A454B344B3AD04D86537D6036A284D0570234", "CRC32": "3156B93E", "BLAKE3": "1063D7776FE53399AEFD748B788761D42A368A3BF6C2F85CA5C26AB89E39DE55", "AutoV3": "41E09EBCEA06"}, "downloadUrl": "https://civitai.com/api/download/models/604702", "primary": true}], "images": [{"id": 17603322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9188971-d5a8-4965-a78a-67b118d9b764/width=450/17603322.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U8PP19%202xv49bbW[S600Ri01M}E9emVFaf", "type": "image"}, {"id": 17603321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b12b18fe-2d77-4b1a-8d20-d7d4e2fa6427/width=450/17603321.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGM%QI_M4-#*9rDiH=S$JWM{Nao~?v%g_1r[", "type": "image"}, {"id": 17603320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69bacd6c-30e6-4f51-b663-73355240d774/width=450/17603320.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHI#Gk-;AGRkJVM{IpIU0ft7?Ht7~BRj?Hxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/604702", "modelId": 543813} \ No newline at end of file diff --git a/datasets/metadata/604746.json b/datasets/metadata/604746.json new file mode 100644 index 0000000000000000000000000000000000000000..0f679e16dc887268975ca6535118ae6919ee8e17 --- /dev/null +++ b/datasets/metadata/604746.json @@ -0,0 +1 @@ +{"id": 604746, "index": 0, "name": "pantyhose waistV1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-28T23:17:02.681Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 149, "ratingCount": 0, "rating": 0, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 520572, "sizeKB": 223098.88671875, "name": "pantyhose_waist-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T23:16:24.290Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4CE9CC83", "AutoV2": "333F6E0EF4", "SHA256": "333F6E0EF4C341628EF235A798E1202BC6C2C053ECB215611214B7BAE5075BC8", "CRC32": "C1FE664F", "BLAKE3": "3B95B2FA23997A20FC5207A357F0CCDBEB8399D2D7EFD547ED9EEECD3E1434CA", "AutoV3": "CAFC31109309"}, "downloadUrl": "https://civitai.com/api/download/models/604746", "primary": true}, {"id": 519787, "sizeKB": 656.751953125, "name": "604746_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T16:05:47.984Z", "metadata": {"format": "Other"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/604746?type=Training%20Data"}], "images": [{"id": 17623709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5afa8fb-88ae-4747-9729-0e1039c35e97/width=450/17623709.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "ULN^b@4o%g?bxtWC%Ls:~osS%KW=ESt5%0WC", "type": "image"}, {"id": 17623711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81230d14-a924-4e1d-b235-314f92b0b285/width=450/17623711.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "ULN^Y*~ptm%MD*xtWYR+%Lt6IA%2%gtR$~xt", "type": "image"}, {"id": 17623710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18779de8-31e2-40bd-8fcd-1072ef54a267/width=450/17623710.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UHM7o.00D%-pIADiIVNM~V%N^%%N4=R+sQob", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/604746", "modelId": 543854} \ No newline at end of file diff --git a/datasets/metadata/6049.json b/datasets/metadata/6049.json new file mode 100644 index 0000000000000000000000000000000000000000..5268fcdbed2f1f8a8d9af6d80e6f4118f7b30029 --- /dev/null +++ b/datasets/metadata/6049.json @@ -0,0 +1 @@ +{"id": 6049, "index": 0, "name": "zeri_v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-01-25T04:22:37.042Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["zeri \\(league of legends\\)"], "stats": {"downloadCount": 2053, "ratingCount": 189, "rating": 5, "thumbsUpCount": 222, "thumbsDownCount": 0}, "files": [{"id": 7530, "sizeKB": 3426.7412109375, "name": "zeri.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-03T00:17:04.014Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "430D1D1B", "AutoV2": "540329A3D1", "SHA256": "540329A3D1E94B811BC4752889CB2D625F85EAA25B9B9950D2F54114706F05B2", "CRC32": "DF9ED4DD", "BLAKE3": "946866CE907DE8A90F908A3486EEA13BA84C0F41AAAA6ED90649FF4F284BDCA3"}, "downloadUrl": "https://civitai.com/api/download/models/6049?type=Training%20Data"}, {"id": 6304, "sizeKB": 147533.759765625, "name": "zeri-000036.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-01-25T04:29:02.264Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "3E2F19A8", "AutoV2": "DE131ECFB3", "SHA256": "DE131ECFB37D99DB320482EAA72F4AAFDC6EB7AC7FA91513A5A69154F200756B", "CRC32": "29C635E2", "BLAKE3": "DDFBAC5BE1053BB72615130E1D234063257CA2DDA32D8A877B647002FD71C019", "AutoV3": "F71D888A442B"}, "downloadUrl": "https://civitai.com/api/download/models/6049", "primary": true}], "images": [{"id": 51970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6890f1e1-9f63-48b5-65ef-de27fcb63100/width=450/51970.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UTH2Dxx]9#%1?]s:niNG9]t6$zxtRPNHIo%0", "type": "image"}, {"id": 51974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/761df515-78ca-40ac-4362-4bfdc33b7800/width=450/51974.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UCEWBhbq0B?t.jRkQU${02tm~n%f+64TExxa", "type": "image"}, {"id": 51973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c66e29c1-e221-4451-385b-ffc828cd7800/width=450/51973.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UFG+2B~U5u?H?@%IH[E401t5#QS4w[ELo|-j", "type": "image"}, {"id": 51972, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef763c52-4ae8-463c-e005-e3709a086900/width=450/51972.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "ULDwHM?u5GO@y.V@rr$_4nMx-h-g$jxbTGx]", "type": "image"}, {"id": 51971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ed6dc1c-fe4b-44f8-65ae-ba4c1416a800/width=450/51971.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UaF6Xet7EToz.jt7a2t79sj[wakCnORjXRaf", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/6049", "modelId": 5217} \ No newline at end of file diff --git a/datasets/metadata/604999.json b/datasets/metadata/604999.json new file mode 100644 index 0000000000000000000000000000000000000000..4a739e2b0be337d71f25a5f7bf0527863d99a725 --- /dev/null +++ b/datasets/metadata/604999.json @@ -0,0 +1 @@ +{"id": 604999, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-28T18:11:45.732Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 97, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 520017, "sizeKB": 22237.77734375, "name": "Asakawa_Yumi_100GF-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T18:15:52.259Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A1DB3E24", "AutoV2": "A484159AC9", "SHA256": "A484159AC9B8133E09D8490A5D94C852F21AB9B7517358D3A5F87CAA71EAAA1E", "CRC32": "27DB9970", "BLAKE3": "2B73677449EA503453BB893AEA15B37B13B43ED2C29D7631FF89286146D37D67", "AutoV3": "F9A76ED1777D"}, "downloadUrl": "https://civitai.com/api/download/models/604999", "primary": true}, {"id": 520016, "sizeKB": 9053.68359375, "name": "Asakawa_Yumi_100GF.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T18:15:41.581Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "23E99F08", "AutoV2": "0FE6297075", "SHA256": "0FE6297075DCA55939B38937D99A1E7B4DBFB67F68FEF0BB656C64495C221246", "CRC32": "460F1371", "BLAKE3": "922D2A948F82582C41B6A511CC4C9DDE2AAC4BC08DEAB382DFD12BF5C0989F48"}, "downloadUrl": "https://civitai.com/api/download/models/604999?type=Training%20Data"}], "images": [{"id": 17595058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5410abd9-4160-4680-84cb-c65ad9738f84/width=450/17595058.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQLp~+00?^M_009FRORix^oz%1t79Zx]%MtR", "type": "image"}, {"id": 17595059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/212ad8d6-b29b-435d-ab80-7b8947d5fd19/width=450/17595059.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQLp~+00?^M_009FRORix^oz%1t79Zx]%Mxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/604999", "modelId": 544063} \ No newline at end of file diff --git a/datasets/metadata/605216.json b/datasets/metadata/605216.json new file mode 100644 index 0000000000000000000000000000000000000000..984d9649f8ef1d62e7cd9994264e3d2bc0003762 --- /dev/null +++ b/datasets/metadata/605216.json @@ -0,0 +1 @@ +{"id": 605216, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-28T21:30:00.337Z", "availability": "Public", "nsfwLevel": 9, "description": "Nothing new.
", "trainedWords": ["Bob"], "stats": {"downloadCount": 26, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 520258, "sizeKB": 749.498046875, "name": "605216_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T20:36:25.620Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "20B43166CA", "SHA256": "20B43166CA85149907DFC4ED6D2242F3932F3EE1A9017BF024BD5E447CA26941", "CRC32": "C32C1236", "BLAKE3": "D3A3414FC85F615A2E01C753161BA4DA6B416C4F544CB09FEC19702D2980911F"}, "downloadUrl": "https://civitai.com/api/download/models/605216?type=Training%20Data"}, {"id": 520369, "sizeKB": 223100.60546875, "name": "Bob_-_My_Ghost_Friend_-_Dsand00-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T21:31:45.290Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6360B4AB", "AutoV2": "45E08936A6", "SHA256": "45E08936A65059CEBF300D6CAF42269A58F723EFADB482220A3A88E08E2EEB6C", "CRC32": "82E6CE33", "BLAKE3": "9A2DD8AB221ED45AF69D546A2916E6E81566DEF1F0CFA0C27AB329D61B273927", "AutoV3": "B51E690C43BD"}, "downloadUrl": "https://civitai.com/api/download/models/605216", "primary": true}], "images": [{"id": 17614888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39018e58-fc9a-4f85-a494-fbd712cd761c/width=450/17614888.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UONm=VRq9VxmW~RpIVtJE0WARkoPfDoexsWA", "type": "image"}, {"id": 17614889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1585d543-a013-4ec3-9c60-40ad84308fbc/width=450/17614889.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEL#BlM:0I?O-_N4N2x,WHawobfTN7ososRo", "type": "image"}, {"id": 17614887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08014973-9d73-4a01-8731-08bf5213aded/width=450/17614887.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCJRmHD$0I%L4,D?4Y-{kFx]t0xt4q-+--IL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/605216", "modelId": 544235} \ No newline at end of file diff --git a/datasets/metadata/605252.json b/datasets/metadata/605252.json new file mode 100644 index 0000000000000000000000000000000000000000..f39d9ca5266986751b6ace598ea94bdba896fa63 --- /dev/null +++ b/datasets/metadata/605252.json @@ -0,0 +1 @@ +{"id": 605252, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-28T20:42:28.538Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 91, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 520286, "sizeKB": 22236.57421875, "name": "Meido_Mei_100Kanojo-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T20:46:22.659Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0885EDE6", "AutoV2": "7BE1BEFC8E", "SHA256": "7BE1BEFC8E993236B536FE2BB3028FAA328BC2348C38EED282CFD466E43222DB", "CRC32": "18EB56AA", "BLAKE3": "E1D53517D067B6CAB7CFF3B557B5168C0185122175CBF4FC8C2A2F318358F1CC", "AutoV3": "B33D1F5E867E"}, "downloadUrl": "https://civitai.com/api/download/models/605252", "primary": true}, {"id": 520285, "sizeKB": 8377.4736328125, "name": "Meido_Mei_100Kanojo.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T20:45:50.154Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2FC323B2", "AutoV2": "A0DDC36151", "SHA256": "A0DDC361512264D52FCE111C0453AAA67016D20B89A372B4930C95161A80D78B", "CRC32": "CCCF46BE", "BLAKE3": "0D66751FCCED9AD8CCA22AA215098D607AB2E83D4C220E674D28E62722BE75F0"}, "downloadUrl": "https://civitai.com/api/download/models/605252?type=Training%20Data"}], "images": [{"id": 17610697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a689d5e-0887-4294-be4b-90120f259319/width=450/17610697.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULKw^Lxu0exu00RjIpWB4.ayD$WB%gj[~pof", "type": "image"}, {"id": 17610696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/657934a9-6e61-46f6-97af-774d08700d0f/width=450/17610696.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULKw^Lxu0exu00RjIpWB4.ayD$WB%gj[~pof", "type": "image"}, {"id": 17611502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24366820-6c7c-487d-b181-ddaee6bf31b2/width=450/17611502.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U9I5Mc?b00%g0000p0R*01_34m9F009G%2~q", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/605252", "modelId": 544264} \ No newline at end of file diff --git a/datasets/metadata/605321.json b/datasets/metadata/605321.json new file mode 100644 index 0000000000000000000000000000000000000000..c60600654611da1565a3289df17506804f29cff5 --- /dev/null +++ b/datasets/metadata/605321.json @@ -0,0 +1 @@ +{"id": 605321, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-28T21:27:40.199Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 97, "ratingCount": 0, "rating": 0, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 520359, "sizeKB": 22236.79296875, "name": "Utsukushisugi_Mimimi_100Kanojo-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T21:26:20.707Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3FB67FB0", "AutoV2": "275D36CD48", "SHA256": "275D36CD483BD1060A8AF51BD37740286B6893B0EE14E935CA075633ED0302E8", "CRC32": "2BBAEF28", "BLAKE3": "90C2F138036B970DBBFFB2D660607ABEA077AD9491A7820A97D5C69366B75659", "AutoV3": "F4CD84CC783D"}, "downloadUrl": "https://civitai.com/api/download/models/605321", "primary": true}, {"id": 520358, "sizeKB": 7500.99609375, "name": "Utsukushisugi_Mimimi_100Kanojo.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T21:25:45.913Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "52EB080F", "AutoV2": "C32CEACC8F", "SHA256": "C32CEACC8FB635F94FD6DFFAEEE608D3BBE3C498F868F8D4A3C68C0738C702B2", "CRC32": "D76AF069", "BLAKE3": "7E3D79EF717B49E9F2663C2B2F2049D0268120D00C037389B3D640794BA4D21B"}, "downloadUrl": "https://civitai.com/api/download/models/605321?type=Training%20Data"}], "images": [{"id": 17614726, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db370e8a-d7e2-4167-bdbf-d886bea981cc/width=450/17614726.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOQvRO%M.S%M^gV@pKWV.AoyWGogyDayxFax", "type": "image"}, {"id": 17614725, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7515281-ae2c-419a-b158-d8184094430e/width=450/17614725.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOQvRO%M.S%M^gV@tnWV.AoyWGogyDayxFax", "type": "image"}, {"id": 17618542, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b111e11-cc12-4846-b3cc-442d55c7eebe/width=450/17618542.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDN0*i8|00Mw4TDg5FWTR5ocNMIo?wtRn3tR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/605321", "modelId": 544329} \ No newline at end of file diff --git a/datasets/metadata/605349.json b/datasets/metadata/605349.json new file mode 100644 index 0000000000000000000000000000000000000000..092739b79fd7b6e6204b35ec71a91d9c0a1b1d0b --- /dev/null +++ b/datasets/metadata/605349.json @@ -0,0 +1 @@ +{"id": 605349, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-02T00:25:33.808Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 35, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 520394, "sizeKB": 92535.16015625, "name": "605349_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T21:37:30.362Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "42E95887", "AutoV2": "90B9E9790B", "SHA256": "90B9E9790B041CE38FED5F6E4C78325252B0171F75455D2A1A558533A3CFFBC7", "CRC32": "9828DC49", "BLAKE3": "27F9745AD7521A51089D74DB3D4A69761D3B7E6D26A3F0661E3DADD93D87CCB2"}, "downloadUrl": "https://civitai.com/api/download/models/605349?type=Training%20Data"}, {"id": 528109, "sizeKB": 223103.12890625, "name": "Sera.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T00:25:42.958Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E3A62CB2", "AutoV2": "10A0F8F116", "SHA256": "10A0F8F1169B789E2755BFBC2E2C563483803FFD2D7DE0BCDFA464AABDC6C655", "CRC32": "949E88E1", "BLAKE3": "ABEBFD3285087E36F88A108F9063800E5D50B9CC376822C92CB26E02B8555246", "AutoV3": "DED772CDEABE"}, "downloadUrl": "https://civitai.com/api/download/models/605349", "primary": true}], "images": [{"id": 18056964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07620490-6fd9-4a92-8a83-1853904b083f/width=450/18056964.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U2ECORyD|;0001~q00~W008__N?b00%M~p00", "type": "image"}, {"id": 18056965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88902b52-2c88-4c19-9a5c-f8ba903c73eb/width=450/18056965.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBGa|9-;8_Z#~VofD*IU9aNG9u%LD%xZ%MW=", "type": "image"}, {"id": 18056967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f5b89be-f631-42c5-a0fc-9c548a0d8b40/width=450/18056967.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U6Ext-=:~p01~C={0f0L^PsA0LM|0K~VnNt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/605349", "modelId": 544356} \ No newline at end of file diff --git a/datasets/metadata/605394.json b/datasets/metadata/605394.json new file mode 100644 index 0000000000000000000000000000000000000000..763f10ae3586f6ec21ad1a76a542a32fe95eb562 --- /dev/null +++ b/datasets/metadata/605394.json @@ -0,0 +1 @@ +{"id": 605394, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-28T22:04:11.628Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 106, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 520449, "sizeKB": 22235.74609375, "name": "Kakure_Meme_100Kanojo-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T22:05:59.119Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D6608A54", "AutoV2": "CB352756A6", "SHA256": "CB352756A689F4F9CDA13CE9B810CB68D33C78B9D7173D9ECA278FA10FDF1E72", "CRC32": "5533FAB6", "BLAKE3": "42DE89895D527281750A77122A6441CEC1A3F1FE5758EFF1A28468EC90B4A8EE", "AutoV3": "0CFCDEEA1B89"}, "downloadUrl": "https://civitai.com/api/download/models/605394", "primary": true}, {"id": 520448, "sizeKB": 7346.408203125, "name": "Kakure_Meme_100Kanojo.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T22:05:59.499Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "37B2403E", "AutoV2": "9FDF5A414F", "SHA256": "9FDF5A414F830F12FBD772DBAD28F68BB616A7731C9215B4E4C6AFD73F3C88CD", "CRC32": "0813ECF5", "BLAKE3": "5933EBE017A033C46930E8FC7EBAD3B202FBFD8B6CC50EDB5C696F21399868E2"}, "downloadUrl": "https://civitai.com/api/download/models/605394?type=Training%20Data"}], "images": [{"id": 17617892, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87df0f26-6a1c-47f6-b492-7558c474bd7a/width=450/17617892.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USEfE9t7?voz~qof?bofbcj[%LoeE1aysmjt", "type": "image"}, {"id": 17617891, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/153f9bc0-d08b-4835-a4a4-e35ca4b5a6a3/width=450/17617891.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTEouwt7?voz~qof?bofbcj[%LoLE1aysmjt", "type": "image"}, {"id": 17618477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4dcab36c-f7bb-4893-be3e-5d1f22887e6d/width=450/17618477.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USG[Zw00?aV[~W9F-pRjNGj[WBWUR-kDaet7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/605394", "modelId": 544392} \ No newline at end of file diff --git a/datasets/metadata/605446.json b/datasets/metadata/605446.json new file mode 100644 index 0000000000000000000000000000000000000000..fc8f69d929b099452f3a05ad170f38c2a7aea9c0 --- /dev/null +++ b/datasets/metadata/605446.json @@ -0,0 +1 @@ +{"id": 605446, "index": 0, "name": "1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-28T23:01:15.051Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": ["emma_bessho", "multicolored hair", "purple hair", "magenta hair"], "stats": {"downloadCount": 42, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 520480, "sizeKB": 1063.8330078125, "name": "605446_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T22:22:00.014Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "9817450215", "SHA256": "981745021596C5B8ADA078B51C5503B2AD071F81334C36AC4BBAE66A8BDBFC73", "CRC32": "E31726CC", "BLAKE3": "214F0C637CA6444869C49A03BB575D842B49329E61079B3AFDAAB0DB4AF53218"}, "downloadUrl": "https://civitai.com/api/download/models/605446?type=Training%20Data"}, {"id": 520554, "sizeKB": 223102.19140625, "name": "Emma_Bessho__Yu_Gi_Oh_VRAINS__Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T23:01:17.100Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FE25866B", "AutoV2": "0E7849CE57", "SHA256": "0E7849CE575CCA2EE247A9DE1E3F8E79776E20B3D932A7A7D298F4D91BCE11D8", "CRC32": "D44BE0CE", "BLAKE3": "185D2B8C66F6F12BDC721634636DBDB058F96459958ED6EA705053F03A4DA3A0", "AutoV3": "B8E1A4241D1C"}, "downloadUrl": "https://civitai.com/api/download/models/605446", "primary": true}], "images": [{"id": 17626775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee4fb3f4-20d1-42c8-b06b-b2f4337036ef/width=450/17626775.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UFHeh8D$?w.8?HtRInofxcxuRjRkRPRjNFRj", "type": "image"}, {"id": 17626772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0cfceb3e-c233-413d-b3aa-52a2d1a537c5/width=450/17626772.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UXKnSeRj_N?b?bs.M{tR%MozIUa{WCtR%MRP", "type": "image"}, {"id": 17626773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26d5f799-bdd6-4ff0-8175-0bf2a117fb98/width=450/17626773.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UQJ[9mIT_4%M-;xuM{t7ahkCWBa}t7jZM{M{", "type": "image"}, {"id": 17626776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/734f5b95-5550-4c40-b2e8-d5379362681e/width=450/17626776.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UHLqX|sm.8W=VsenM{_N%Nt79FS2x]-;oz9E", "type": "image"}, {"id": 17626774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd162a97-fb80-415c-8196-c588a5acf73f/width=450/17626774.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UVKdrY4n_N%M?G%MkVV@xaRPD$fktSogxuog", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/605446", "modelId": 544443} \ No newline at end of file diff --git a/datasets/metadata/605504.json b/datasets/metadata/605504.json new file mode 100644 index 0000000000000000000000000000000000000000..c0e9a813b6d8bb461dcd94438408e19f84b42ba5 --- /dev/null +++ b/datasets/metadata/605504.json @@ -0,0 +1 @@ +{"id": 605504, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-29T01:27:41.851Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["Uncensored pussy, anus, anal_hair, ", "1woman, pubic stubble, pubic_stubble, pussy stubble, pussy_stubble", "Thong, anus under thong, wedgie, wet panties, panties, ", "Female pubic hair, rating: explicit, explicit female nudity "], "stats": {"downloadCount": 389, "ratingCount": 0, "rating": 0, "thumbsUpCount": 73, "thumbsDownCount": 0}, "files": [{"id": 520570, "sizeKB": 193912.8515625, "name": "605504_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-28T23:15:45.635Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A7CD7579", "AutoV2": "67BDA51CEE", "SHA256": "67BDA51CEEF624FC383F6FB0E6A79370BD27302107BF121EAF72C5750DFC6682", "CRC32": "80EA4DAB", "BLAKE3": "1CBC7B59C69EDFEBDE574B53A0B2D2C80F2043EC6FA47EAFA103020144211000"}, "downloadUrl": "https://civitai.com/api/download/models/605504?type=Training%20Data"}, {"id": 520774, "sizeKB": 223122.44140625, "name": "Concept__Pussy_Stubble-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T01:21:33.353Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7D5A1080", "AutoV2": "2EA7990C01", "SHA256": "2EA7990C01858FBEBE42B6AA70BF1F34D411824E4BD9A51FE07A15BEAECFBCB9", "CRC32": "94AD9285", "BLAKE3": "D7042B2E4B988D74BD544F7BAEBFAA989516FB742EDA291BD46FEAB25848FA67", "AutoV3": "7B421E14D50E"}, "downloadUrl": "https://civitai.com/api/download/models/605504", "primary": true}], "images": [{"id": 17637109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fe6fd72-0bee-419c-b7c7-033a34955c38/width=450/17637109.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKMsZqO@LNwI5@NejYi^KQwanOa0yDi^t7tQ", "type": "image"}, {"id": 17637107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3b6eede-55d6-4a9e-8566-d68fdb957ef6/width=450/17637107.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7IN8Y9w1,-p7fM{0Mt603-o^Koe59i_~Uaz", "type": "image"}, {"id": 17637113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c09e00c-f918-4024-bc97-994301244d1c/width=450/17637113.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGJt9#s97~b^HDV@ENSh1OkCxGX9Ekbb%1WC", "type": "image"}, {"id": 17637112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb2abbac-c331-4982-9a65-c2d0c22fa743/width=450/17637112.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U6H2Wc4o00of00M{D*oe00xu~WWBkCoL%MM{", "type": "image"}, {"id": 17636943, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/919371f1-3dbf-4aab-9f30-345a76c2d59d/width=450/17636943.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UMN8]o%1_1t7M$Rk9ZR*wObHE1of_4of.7j[", "type": "image"}, {"id": 17637114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/493d3395-901c-433b-b0be-4350d9ef1a95/width=450/17637114.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UOGbhwxubbV@?c%M.8D%?^tRM{M{%MofkCV@", "type": "image"}, {"id": 17637117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf152df3-7f7c-4823-ab02-5307e78b2941/width=450/17637117.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UWH2N8xu%goz.8fktSae?^ofWCoz%gayxuof", "type": "image"}, {"id": 17636945, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09e5cf91-6aaf-49dd-8e59-ea4ae93f447e/width=450/17636945.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UHGR#U%MRPad~V%2IoRj%#xu9FRj_2ofE1Rk", "type": "image"}, {"id": 17637108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ab4c185-dfd1-4f89-9e1e-1981c07a5d88/width=450/17637108.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UMN8]o%1_1t7M$Rk9ZR*wObHE1of_4of.7j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/605504", "modelId": 544493} \ No newline at end of file diff --git a/datasets/metadata/605572.json b/datasets/metadata/605572.json new file mode 100644 index 0000000000000000000000000000000000000000..5679540d0f68b1065e739e5813cbb46442446a2b --- /dev/null +++ b/datasets/metadata/605572.json @@ -0,0 +1 @@ +{"id": 605572, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-29T14:19:25.370Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["by yutaagc"], "stats": {"downloadCount": 166, "ratingCount": 0, "rating": 0, "thumbsUpCount": 42, "thumbsDownCount": 0}, "files": [{"id": 520851, "sizeKB": 154689.826171875, "name": "605572_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T02:00:43.253Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3821858B", "AutoV2": "2C45212122", "SHA256": "2C452121225DFB9E8F92F99F35C79A2FE38E17BD5B395F854071E5FAA8301312", "CRC32": "0F6628B0", "BLAKE3": "EC28B35ADC3658D84175F7205F5B0F55C02990EF3ECE72268815182CBAFC9965"}, "downloadUrl": "https://civitai.com/api/download/models/605572?type=Training%20Data"}, {"id": 522033, "sizeKB": 223132.57421875, "name": "YutaAGC_Style_Lora-000046.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T14:01:25.299Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "88A60CEF", "AutoV2": "4323274916", "SHA256": "43232749160556D4B50C61838E4C1734AF53117EA82519F6564CD741009A4AF1", "CRC32": "9062A4E4", "BLAKE3": "DC203D1458E92AE19491518ECFA02C86D4FB9275DC54999542DEBCFE7AC022A5", "AutoV3": "6D5C74DC5A9D"}, "downloadUrl": "https://civitai.com/api/download/models/605572", "primary": true}], "images": [{"id": 17706064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a5daddc-ce9d-4729-9539-197f1a31febf/width=450/17706064.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UENc+zE1Gw~pFzxa?HR+-ot7RjM{0MNG^i%2", "type": "image"}, {"id": 17705934, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfd3e789-3ff2-4464-9a56-6a5b2f01b94c/width=450/17705934.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8FE[l=|3D^P.m-BozIpIUNb,oS18_xs01Ef", "type": "image"}, {"id": 17705935, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0edca4b-3032-4c87-a310-f5ff1876679a/width=450/17705935.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UMM@T5MyP;-;2wX8ENkCElxG9bkC=|o0^jxE", "type": "image"}, {"id": 17705930, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b4c64e4-53e6-46b4-a373-fc5412e10ee1/width=450/17705930.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U7H13a9]59-T.N}=xFJA0#Ip-naM$g-ns,0i", "type": "image"}, {"id": 17705920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e416600-236e-47a1-b425-dfd157993a3c/width=450/17705920.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaE|-vs:LNXT.TjEbvR*MxkCnhadx^kWRjoJ", "type": "image"}, {"id": 17705932, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9db361e4-eb46-4f03-8bce-e84264606190/width=450/17705932.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UEJt@.%M%M-;~payD%IV%LM{RjxuM{%MoeM{", "type": "image"}, {"id": 17705922, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d1c295e-a505-476b-9c42-525d97cca412/width=450/17705922.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UrN]kOoz_N%L?GfQIpozyDa1ozS4tRe.aebb", "type": "image"}, {"id": 17705931, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95103378-6eb9-40a5-8f15-df92f386e7bb/width=450/17705931.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UJKw,@oL.SR*D%WBIpRk~pt6D*of_3t7%Mof", "type": "image"}, {"id": 17705925, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fed8572-6dd4-49e3-80f8-133930d9c0bd/width=450/17705925.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7F$-2F#ufTKdA%#00IAKOT0*dDP,9NL}k8x", "type": "image"}, {"id": 17705924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4af2845a-4f8c-431f-a4ce-bf7bdb599000/width=450/17705924.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UDLXA0004pD*00t7Ri^+00-;M{^+~pt6IoRk", "type": "image"}, {"id": 17705929, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afd77716-b5fe-456c-b223-3237789215d0/width=450/17705929.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UPLp?Zof~qxu?GofELWBRPa|tRjtWqays:oe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/605572", "modelId": 544557} \ No newline at end of file diff --git a/datasets/metadata/605640.json b/datasets/metadata/605640.json new file mode 100644 index 0000000000000000000000000000000000000000..6a75c5edebb481611d252b926a2dc90b14bfca73 --- /dev/null +++ b/datasets/metadata/605640.json @@ -0,0 +1 @@ +{"id": 605640, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-29T00:47:43.900Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 41, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 520700, "sizeKB": 4084.8466796875, "name": "605640_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T00:31:26.104Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6DA7BEC0", "AutoV2": "7FA1F403E5", "SHA256": "7FA1F403E5EF78AB29BA5FAAF9638582C896C387D54CFCE409D4F809F08B9002", "CRC32": "53CD553D", "BLAKE3": "8FAF809E467586A3F1AC928E2887FFCC6E9CFD9198D91454879A4ACE0C1A5D27"}, "downloadUrl": "https://civitai.com/api/download/models/605640?type=Training%20Data"}, {"id": 520724, "sizeKB": 223100.08984375, "name": "Elena_Horse_Girl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T00:50:57.971Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CBAFE97D", "AutoV2": "D1EEB4578B", "SHA256": "D1EEB4578B2951006FA8E9253E451E44DD177C83E3972E227D0E0CF0FDC05AEA", "CRC32": "A64D9E5C", "BLAKE3": "0440008B41C15949CA0DD63012335E342424CA5622D02654B2540781AB47836F", "AutoV3": "9F19509E075E"}, "downloadUrl": "https://civitai.com/api/download/models/605640", "primary": true}], "images": [{"id": 17633216, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/949282fe-4ce5-440e-be6d-75889f3a372e/width=450/17633216.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UJKA]5IpAB^h*0oJXTjEElRjM}RkIAn$M{R+", "type": "image"}, {"id": 17633218, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/481009bc-8dc5-48a6-9878-6499ab59678f/width=450/17633218.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UCG8$Y?vwt?b{_tmF}b{0MkEohRn4oRj%0Ri", "type": "image"}, {"id": 17633215, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42278c5b-6b11-4d9d-898d-c2d5bdc1b00d/width=450/17633215.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U4JHm%L41D%h00n30Q$y00rBxv,,00gO%g-;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/605640", "modelId": 544608} \ No newline at end of file diff --git a/datasets/metadata/605666.json b/datasets/metadata/605666.json new file mode 100644 index 0000000000000000000000000000000000000000..24fd7ce6a64fa20d6efe9b2f1c71f96e080dbb67 --- /dev/null +++ b/datasets/metadata/605666.json @@ -0,0 +1 @@ +{"id": 605666, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-01T18:16:49.712Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 520715, "sizeKB": 497.4326171875, "name": "605666_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T00:41:16.995Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "2A05BF018E", "SHA256": "2A05BF018EBDCB27820E805179AC3FA48AC82C791F81BC5F0C0A9B0B2E3B0164", "CRC32": "551165F6", "BLAKE3": "F241880A179DB60F477BFE8A0EF77326507FA5ED2B02F0A9754FA03A96269035"}, "downloadUrl": "https://civitai.com/api/download/models/605666?type=Training%20Data"}, {"id": 527516, "sizeKB": 36977.546875, "name": "Courtney-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T18:20:54.170Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A73429B5", "AutoV2": "A4CE512502", "SHA256": "A4CE512502EB36842FD5B03E7681FA829F819939CC11565E367CBD48F7C2CDA7", "CRC32": "BFD630F6", "BLAKE3": "933A490454501B95EF8C9F9030C21383B7F1575E321EA11346EA87EFB4BC7453", "AutoV3": "0CB4A74F8AB0"}, "downloadUrl": "https://civitai.com/api/download/models/605666", "primary": true}], "images": [{"id": 18022941, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43a4e460-1ec9-484d-9733-07b0875c8d9e/width=450/18022941.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBG8Wi%10LTNUH?FrZ4@XUx[-Vs?.8eZv|Tc", "type": "image"}, {"id": 18022942, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bca8c2f-1a57-465b-98c6-ce19daa94a32/width=450/18022942.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8FhuE-;00JGl.~orZ0NNf%f=|jM^,MgvyTw", "type": "image"}, {"id": 18022940, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d1b1d39-572b-408d-ab08-924ecb57d58b/width=450/18022940.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEF}.;-o0LJ=Yk-.r_E8tlt6xuxc-;V{rWXS", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/605666", "modelId": 544632} \ No newline at end of file diff --git a/datasets/metadata/605670.json b/datasets/metadata/605670.json new file mode 100644 index 0000000000000000000000000000000000000000..1cbbea9a17c109065d3902f6e582103737b7a88b --- /dev/null +++ b/datasets/metadata/605670.json @@ -0,0 +1 @@ +{"id": 605670, "index": 0, "name": "Damien Lavey v1.1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-29T01:17:33.679Z", "availability": "Public", "nsfwLevel": 28, "description": "Added tags
", "trainedWords": ["Damien_Lavey", "Damien_Lavey, Male, demon, red skin, horns, demon tail, brown jacket, grey shirt, black pants, brown boots"], "stats": {"downloadCount": 36, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 520723, "sizeKB": 19577.2138671875, "name": "600614_training_data (1).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T00:45:52.814Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "29F06117", "AutoV2": "5FE2DAC7D8", "SHA256": "5FE2DAC7D85D7785440CB265337A2DD70FF9C89BCEFF72CFD2CF8B910B37AC0D", "CRC32": "21DADCAB", "BLAKE3": "4DDDFEE61844543F3D2B2B9AC29CCB76478C41DC0107CBF8E2899B1E2FD75833"}, "downloadUrl": "https://civitai.com/api/download/models/605670?type=Training%20Data"}, {"id": 520762, "sizeKB": 445793.84765625, "name": "damien_lavey-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T01:15:48.939Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "814B0B8A", "AutoV2": "2AC9FEE65B", "SHA256": "2AC9FEE65B079B5EED98621D88CD596FFC95E82CDBDC3AB8A8B5DDF12351E068", "CRC32": "31067E2A", "BLAKE3": "6554796977B33948ACE8C3FD2DCEEB4ECCF72CDC0C9051E829C2AF94F7628C7A", "AutoV3": "5F588EA64CCD"}, "downloadUrl": "https://civitai.com/api/download/models/605670", "primary": true}], "images": [{"id": 17632928, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94f4bd0a-035d-4f11-8714-df07770aca7a/width=450/17632928.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UWK9iV-:^kRQ~Bs:NuNG-:Rks:kBSgNHRkoy", "type": "image"}, {"id": 17632927, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/935a61de-fc53-4e5c-a353-5cd74f725c82/width=450/17632927.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UMMspB.S.mQS*Jozn$RjTdVYnNk=r?i_j[o}", "type": "image"}, {"id": 17632925, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb4de120-a5ff-4b18-ac7a-aee1b321b5b1/width=450/17632925.jpeg", "nsfwLevel": 8, "width": 450, "height": 450, "hash": "UoN[%W%gyDWBx]ozaKRP*JoftRtRs:V@bbtR", "type": "image"}, {"id": 17632926, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/004ab263-37df-4b8b-869a-58ed317d4b03/width=450/17632926.jpeg", "nsfwLevel": 16, "width": 450, "height": 450, "hash": "UVN,D8_N%fNG.ma#ozMdidMxxuf+yDkWjFo}", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/605670", "modelId": 540234} \ No newline at end of file diff --git a/datasets/metadata/605772.json b/datasets/metadata/605772.json new file mode 100644 index 0000000000000000000000000000000000000000..6fd236a3cba7df150864c1bb1d57217f45b9989e --- /dev/null +++ b/datasets/metadata/605772.json @@ -0,0 +1 @@ +{"id": 605772, "index": 0, "name": "v1.1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-29T02:08:19.561Z", "availability": "Public", "nsfwLevel": 28, "description": "Added trigger words
", "trainedWords": ["AlBlight", "AlBlight, Male, goggles on head, trenchcoat, grey pants, black boots, pointy ears, stubble "], "stats": {"downloadCount": 26, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 520825, "sizeKB": 7084.076171875, "name": "605404_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T01:45:43.079Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B50C458A", "AutoV2": "B40A3B6CD6", "SHA256": "B40A3B6CD6681359EBDED2E54A88C0B110ACF53FBA79F33C9B3981E3ACE8DA7B", "CRC32": "A7A0BCD3", "BLAKE3": "26FBA9E8A31405B3B3DEA10E513A68B81D3262F0AE764E022CFE7382DF122180"}, "downloadUrl": "https://civitai.com/api/download/models/605772?type=Training%20Data"}, {"id": 520860, "sizeKB": 445793.57421875, "name": "Alador_Blight_Owl_House-000012 (1).safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T02:05:59.983Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "385743BD", "AutoV2": "53FA45CCD6", "SHA256": "53FA45CCD6CC01A643FBE0673C5869B35CA09DF23C378F1590DB0E53CC780F83", "CRC32": "60B8B621", "BLAKE3": "14A91BFD5D950568C4D82E5E9CB28A40E842BAF494ECC10FE0F7CF07E91E148A", "AutoV3": "B097F1E7A608"}, "downloadUrl": "https://civitai.com/api/download/models/605772", "primary": true}], "images": [{"id": 17638820, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3807cf72-e3af-47ca-8ef2-6d5e5df8d5e8/width=450/17638820.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCHACq}]+Gt8R3%2sp9tDO0d9t-q-=r^WU=c", "type": "image"}, {"id": 17638835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/074b67f8-c5b3-4e27-957c-9580aa611c86/width=450/17638835.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UPIp#wt7E}a#~Vs:-payEgR*-oRjXmt7W-WB", "type": "image"}, {"id": 17638819, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e196a8b7-14bd-45ea-a408-3d2890ac582f/width=450/17638819.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UMKK7:~V.80e.R%gxZxFcFJ7rrnh}[s:4.og", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/605772", "modelId": 544405} \ No newline at end of file diff --git a/datasets/metadata/605797.json b/datasets/metadata/605797.json new file mode 100644 index 0000000000000000000000000000000000000000..ad456600c900b009d66f0fc72b6478ecc0273d79 --- /dev/null +++ b/datasets/metadata/605797.json @@ -0,0 +1 @@ +{"id": 605797, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-29T02:34:05.639Z", "availability": "Public", "nsfwLevel": 16, "description": null, "trainedWords": [], "stats": {"downloadCount": 366, "ratingCount": 0, "rating": 0, "thumbsUpCount": 58, "thumbsDownCount": 0}, "files": [{"id": 520908, "sizeKB": 223105.17578125, "name": "izayoi_seishin_v1-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T02:36:19.084Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DB8D3C34", "AutoV2": "273CBAF95D", "SHA256": "273CBAF95DBB4DA50B45BA336E1C775663AE4D7E48E60CEC5241F168DE79FF96", "CRC32": "EBF9D8E1", "BLAKE3": "F4F8881D2094955848DA72564334FB3E6DDF6543545C6B160FF9FA246C412D3E", "AutoV3": "345902DAD26B"}, "downloadUrl": "https://civitai.com/api/download/models/605797", "primary": true}, {"id": 520859, "sizeKB": 33536.2763671875, "name": "605797_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T02:05:53.991Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "879C3960", "AutoV2": "2AB73DD787", "SHA256": "2AB73DD7877C72E2D3EDF488715646988F7B16C1960A6D6553932537BC2EEA10", "CRC32": "C4B640B9", "BLAKE3": "66F05D9F95D4074CA7F380301D7B06B665A51FF2915591C61BEFC329B90B99B7"}, "downloadUrl": "https://civitai.com/api/download/models/605797?type=Training%20Data"}], "images": [{"id": 17655685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/774cd1d7-d1b1-4c97-9f24-d8945fb800af/width=450/17655685.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1200, "hash": "U6L3id:%3UIm0y9_?cE200;{~Bx^D,AI^*Io", "type": "image"}, {"id": 17655682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdb3f81b-4c95-4bc6-9bbb-53de130362db/width=450/17655682.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1200, "hash": "U7L:M~E12UD%0yE2=}S~01q[^*-q9a?^$%D$", "type": "image"}, {"id": 17655683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/486ff289-15f6-4492-9f2b-a23d46a1fb24/width=450/17655683.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1200, "hash": "U8L{;$9F358_1G9H-pX,00vM-:?b4;?^$j9F", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/605797", "modelId": 544743} \ No newline at end of file diff --git a/datasets/metadata/605824.json b/datasets/metadata/605824.json new file mode 100644 index 0000000000000000000000000000000000000000..329d90908777c5e026a425f1fc5796036c027e20 --- /dev/null +++ b/datasets/metadata/605824.json @@ -0,0 +1 @@ +{"id": 605824, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-29T03:57:25.236Z", "availability": "Public", "nsfwLevel": 7, "description": "Trained with high and medium captioning, one resolution.
", "trainedWords": ["dragon woman"], "stats": {"downloadCount": 66, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 520936, "sizeKB": 4220.609375, "name": "blue_dragon_lady_02.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T02:51:42.748Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6E744E89", "AutoV2": "711D1FD80D", "SHA256": "711D1FD80DA7B566EB5751DEB19E2B1E98F39B477D93DFBF902BAA96F04F2291", "CRC32": "19441188", "BLAKE3": "5A806DB4FDC57D89AB93EDE5B358C22033ACFFB4E454EE1474A30FABE79E97BD"}, "downloadUrl": "https://civitai.com/api/download/models/605824?type=Training%20Data"}, {"id": 520890, "sizeKB": 111757.83203125, "name": "blue_dragon_lady_02.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T02:25:43.477Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "24B25878", "AutoV2": "F2C9C83389", "SHA256": "F2C9C833890ECE423131546C273E7683D9B8604BF5E8E779FD6CBCBB151CDF64", "CRC32": "69577215", "BLAKE3": "286C7DF6C8F0EFA84254BEF8AEE83C10ED151166E27C469F056E603E12EC9234", "AutoV3": "83A7E8C0A926"}, "downloadUrl": "https://civitai.com/api/download/models/605824", "primary": true}], "images": [{"id": 17651015, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b80008ae-fe3e-4f8a-ac54-c937ad7258d2/width=450/17651015.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "ULFOZJa#}rxaxuj[Rja|,poeOrV[xDWVbcoK", "type": "image"}, {"id": 17651161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3bae0fcf-17f9-4641-b35d-3b45ac21577d/width=450/17651161.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UFIEwo?Z#48|8Jt7~B$f0CM}0Lx[+sMy4oK6", "type": "image"}, {"id": 17651271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ae794f6-bbd8-4dd4-bde3-2ca13abaff66/width=450/17651271.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UCH1#xNF+a~B03^kox9utA0eb_ixMdI@BpIq", "type": "image"}, {"id": 17651385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37c1c56e-3408-4ded-ab58-57c0b45624da/width=450/17651385.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UIIhEC-o^IMe3?oz$yWB0PM}0f%KMdWAIUJV", "type": "image"}, {"id": 17651398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42103403-7b1c-45a8-9fde-e9dcf9d66658/width=450/17651398.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UHHeI5rW:h,E0|}rt,EfMy4:yDIp%N9aIq#,", "type": "image"}, {"id": 17651426, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f23d2c5-7125-4581-8e6b-1b2fcc932a68/width=450/17651426.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UOIqicR*^05S*0xa-nof18W?NG%0o$NdIVt6", "type": "image"}, {"id": 17651488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5abcf0e0-6cce-4f7e-ab8e-ed39a060ff52/width=450/17651488.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UKH_rLDOI-XU3Z8{r=x]R@w?MyNfx@ot-mRl", "type": "image"}, {"id": 17651506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0a86968-a0db-4321-8c7f-6a2dba002f04/width=450/17651506.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UWH-iHWX-9s:}@j[,?oJ,AjZaKjs}=azNea#", "type": "image"}, {"id": 17651511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b0fd5a8-c2b9-47f3-95e2-585ae92e46f0/width=450/17651511.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UPHdphIWrX-m|sj@niw]DQtRKPIrbcw]EgI@", "type": "image"}, {"id": 17651569, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de89b373-e769-4ffa-82e6-cda51a94caf3/width=450/17651569.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UTF~,9Io-j%LyGi^wIozj1s+xYadt6xsxtRj", "type": "image"}, {"id": 17651729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9dd9c2b-5ef5-4402-9c5e-ba3ba17af78f/width=450/17651729.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1856, "hash": "UUGIl$T0?Gx]g+WBxakCI[xZt3V?aOoMI:R*", "type": "image"}, {"id": 17651749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa859e9b-cc83-418a-9eff-2b5d957d4e8f/width=450/17651749.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1856, "hash": "U9H1*%0j{bNHA3?a00D*~Vt*Q,$eY6E39F%1", "type": "image"}, {"id": 17651810, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85046e8a-a635-4865-b727-188d90c42c70/width=450/17651810.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UEGR@+?^Q,~8};yE%#^j00mk-pXUQ=VsMw0z", "type": "image"}, {"id": 17656392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bcb6ba5-ca79-43f2-98b6-93a371a971f6/width=450/17656392.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UYF5y=NuD%og~AV[Ioj[^4bbn$WB+uf6X8W;", "type": "image"}, {"id": 17658406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd79bf6a-d51e-43c2-9bd0-40146eb27c30/width=450/17658406.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UHIY2.~WL}ML[d$lxFGF4TM{?H$y4}RQR~R*", "type": "image"}, {"id": 17658408, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/230c5d8d-dafa-49f7-b3b7-09b218dcdc87/width=450/17658408.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "ULIX]q~8qavi[zt2tSo#03RO%2of1AR6SuIp", "type": "image"}, {"id": 17662370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3f2fe2f-0fe3-4055-91bc-e0d4d85e5216/width=450/17662370.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "URIqcKtQv1en~Taxjat6E3WYEkjE$Rni9GS6", "type": "image"}, {"id": 17662402, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c70aad7b-75d4-4985-b19c-b17db07437c9/width=450/17662402.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UBJtM6~A8w8|^EIp589v1uS$ESx[00xtEM+[", "type": "image"}, {"id": 17662475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55f8c4b2-7f8f-4af4-96d8-1b4dad392906/width=450/17662475.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UIH-oY,?8w}m~nO?9br=9|t69v9v=y$%D*Q.", "type": "image"}, {"id": 17662501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb2a507a-a176-4de8-b392-b940023bc1ee/width=450/17662501.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UTIg=b-:8wD+~UxCMxNHWCNxEgwI-oRkIVxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/605824", "modelId": 544763} \ No newline at end of file diff --git a/datasets/metadata/6062.json b/datasets/metadata/6062.json new file mode 100644 index 0000000000000000000000000000000000000000..0d777b4ed2f26a765cd4b195c7dc217328384e7f --- /dev/null +++ b/datasets/metadata/6062.json @@ -0,0 +1 @@ +{"id": 6062, "index": 0, "name": "star_guardian_jinx_v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-01-25T07:35:24.105Z", "availability": "Public", "nsfwLevel": 19, "description": null, "trainedWords": ["star guardian jinx"], "stats": {"downloadCount": 852, "ratingCount": 104, "rating": 5, "thumbsUpCount": 116, "thumbsDownCount": 0}, "files": [{"id": 7532, "sizeKB": 91909.7109375, "name": "sg_jinx.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-03T00:16:22.827Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A8AD269A", "AutoV2": "1D1925E40E", "SHA256": "1D1925E40E03FBF6D8F75534D19F1DEC596CB914613C67198942C029C54F0A2C", "CRC32": "E5122481", "BLAKE3": "7B697AAEB2414DBC7193A3171C835AD4D6D456B695F91593C6FA822FFD33645B"}, "downloadUrl": "https://civitai.com/api/download/models/6062?type=Training%20Data"}, {"id": 6324, "sizeKB": 147533.763671875, "name": "star_guardian_jinx-000027.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-01-25T07:43:40.430Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "E5332E17", "AutoV2": "A03F76BC26", "SHA256": "A03F76BC26AF5B3687C2E3B91603131A9905F00D60CD19A8E0DE2BCFB52EB1CA", "CRC32": "73BB5AAC", "BLAKE3": "984CFDDE49EFB6F86D955D84A9F1370FCAF51E4A7858D4BF8CDC629FA02D6FE8", "AutoV3": "5BE5ADA1DF02"}, "downloadUrl": "https://civitai.com/api/download/models/6062", "primary": true}], "images": [{"id": 52144, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f54b2cba-2573-4e4a-2e5f-261d9c61eb00/width=450/52144.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "U9MsNRU^.m?u00:%0$My4o=s*0$l_NH?ELNG", "type": "image"}, {"id": 52150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60433afb-94a8-44fa-c45b-e523506fe700/width=450/52150.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "U9I:@7TK00~V00aL5lV@=r^k?bM{Gbn5WBx]", "type": "image"}, {"id": 52149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14123617-53a2-440c-640b-719361355900/width=450/52149.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "U8JGW]:,,0$kQ8Ol$mT000OH%J-o73xa?wMc", "type": "image"}, {"id": 52148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ef8fef4-d500-414f-1365-4886938cef00/width=450/52148.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UDK1I7=yGFcY%QMbt,N1yXIAXm?v03_2t8R.", "type": "image"}, {"id": 52147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efc73c54-fe2a-42b4-4fd3-018a44cd4f00/width=450/52147.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UPIqr@%3Jlj]jjtQX.xu5koKa1xuMzxu#QWn", "type": "image"}, {"id": 52146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a00540de-7084-4296-e26c-fe1f74b9b300/width=450/52146.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "U5KbqT-A4T}[00={8b}t3n]:O,~B0xMz_M_2", "type": "image"}, {"id": 52145, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2cf2a54-4692-4671-d475-182360d95a00/width=450/52145.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UAI:^7ieNr%fH?9Gtl570e9t$k-VyX9t4.~B", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/6062", "modelId": 5229} \ No newline at end of file diff --git a/datasets/metadata/606200.json b/datasets/metadata/606200.json new file mode 100644 index 0000000000000000000000000000000000000000..857ed106553cc33955734ad2929d002abf43472f --- /dev/null +++ b/datasets/metadata/606200.json @@ -0,0 +1 @@ +{"id": 606200, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-29T09:42:13.038Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 39, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 521293, "sizeKB": 4862.65234375, "name": "606200_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T06:46:20.155Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "88B81D0E", "AutoV2": "4D83805793", "SHA256": "4D83805793E86EFC6EF55D1BB502497FBAFF7C59333F35FFC5B140915B93B8CD", "CRC32": "120E29B5", "BLAKE3": "9C70D1669BB46C1541BAEBC13F8F764EFE689D41D1E019F3E9A5605F38ECD520"}, "downloadUrl": "https://civitai.com/api/download/models/606200?type=Training%20Data"}, {"id": 521606, "sizeKB": 223099.73828125, "name": "Sol-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T09:45:56.291Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D81705D1", "AutoV2": "473FC2825B", "SHA256": "473FC2825B278684F4E8A625FFBA050149B98C7F31610172E5CAC363234C5FA4", "CRC32": "855BD457", "BLAKE3": "42CADF2C84D8850EFBF4E84B7F2E04DBA1587F210A4DE282A9BD0F176C19515A", "AutoV3": "8C1DAA1E018A"}, "downloadUrl": "https://civitai.com/api/download/models/606200", "primary": true}], "images": [{"id": 17681046, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51d1dbaa-a6e5-4f95-bddd-83b8e3504877/width=450/17681046.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQI4FKxr~Ts+=]~9t2?EELxs%0oeoMNH%1M}", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/606200", "modelId": 545104} \ No newline at end of file diff --git a/datasets/metadata/606239.json b/datasets/metadata/606239.json new file mode 100644 index 0000000000000000000000000000000000000000..23dabc1736d89e574de2e0a2575cac15e7bcbb74 --- /dev/null +++ b/datasets/metadata/606239.json @@ -0,0 +1 @@ +{"id": 606239, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-29T07:04:28.023Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 120, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 521328, "sizeKB": 7826.0751953125, "name": "Naomi_Misora_DeathNote.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T07:06:17.933Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FEAB65DC", "AutoV2": "A9C84C6B32", "SHA256": "A9C84C6B32340C92C3D68FC3D988D7DA878BA34D2097E6D612F7F65042839355", "CRC32": "8458B7D4", "BLAKE3": "FCA498CD79C0B4F0B9CEF0D04C8B3DE4062985BADCF2052D0DD0F522F89D75B6"}, "downloadUrl": "https://civitai.com/api/download/models/606239?type=Training%20Data"}, {"id": 521329, "sizeKB": 22236.39453125, "name": "Naomi_Misora_DeathNote-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T07:06:29.860Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D05269F1", "AutoV2": "FD92259E80", "SHA256": "FD92259E80FBDE68FCF28C5F0CE07D5C47F1ADC630CF6826A1028F77E9BB9A03", "CRC32": "25466EAD", "BLAKE3": "1A2675812A185DF26758D3F81E087391CAA0C6B5F6F45466EF692AE3E693E4EC", "AutoV3": "A09F74160F68"}, "downloadUrl": "https://civitai.com/api/download/models/606239", "primary": true}], "images": [{"id": 17667706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ffc4911-6225-47b7-b67f-d6383d276056/width=450/17667706.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcF5~t%M.8xa~qxu%Nt7Iot7s:ay9Zt7s.ay", "type": "image"}, {"id": 17667704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97ee952a-4e48-4549-b551-90565f5d1db6/width=450/17667704.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcF5~t%M.8xb~qxu%Nt7Iot7s:ay9Zt7s.ay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/606239", "modelId": 545141} \ No newline at end of file diff --git a/datasets/metadata/606364.json b/datasets/metadata/606364.json new file mode 100644 index 0000000000000000000000000000000000000000..54174f72c20ee0ccb7040fdb6cf94bf8b80042cf --- /dev/null +++ b/datasets/metadata/606364.json @@ -0,0 +1 @@ +{"id": 606364, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-29T09:49:12.160Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["doublebass", "instrument", "large doublebass", "wooden doublebass", "solid"], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 521549, "sizeKB": 693.955078125, "name": "606364_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T09:11:23.979Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "7079AFEC20", "SHA256": "7079AFEC202EEC55CE8F8D3C2187659C348094FC92FE3C28003405EBC46F19A0", "CRC32": "550C2328", "BLAKE3": "889271F1934E1F8B2DD0D763FBCE557ED8512DDBBE5272944AA09D2441BE5F25"}, "downloadUrl": "https://civitai.com/api/download/models/606364?type=Training%20Data"}, {"id": 521616, "sizeKB": 223099.86328125, "name": "Doublebass__Instrument.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T09:50:50.519Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "23BE57E7", "AutoV2": "0622B8929D", "SHA256": "0622B8929DCA971A00C50C8D1203D6FDD1C54F47B81AC077DBE1FE9700F256A8", "CRC32": "37280EC5", "BLAKE3": "DD8CB32A0B18AC6E7AD1B16C88D91E23F84ED2EBFD0EEFA1BAE0FF5949A8FFD1", "AutoV3": "F4036D1099BE"}, "downloadUrl": "https://civitai.com/api/download/models/606364", "primary": true}], "images": [{"id": 17681535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4759c0f0-ea74-49d4-904d-1969dcd6789b/width=450/17681535.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAFXku_N?b_3-;xuxut7V@of.9ofxtt8%Nof", "type": "image"}, {"id": 17681541, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e271d780-5970-4939-ab35-6ba903da6fa0/width=450/17681541.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZN[p+Os.8VE^+R-kWnN*JxttRRPIBW=Rjof", "type": "image"}, {"id": 17681537, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/faa47b13-507c-4896-9334-a8628006230a/width=450/17681537.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdJt6kxu?woz_2jsX9j]-;t8t7ofRjWBMxfR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/606364", "modelId": 545249} \ No newline at end of file diff --git a/datasets/metadata/606381.json b/datasets/metadata/606381.json new file mode 100644 index 0000000000000000000000000000000000000000..443008b6634d715a3a177d63053d476e938887a6 --- /dev/null +++ b/datasets/metadata/606381.json @@ -0,0 +1 @@ +{"id": 606381, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-29T08:32:36.781Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 112, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 521480, "sizeKB": 9521.681640625, "name": "Minami_Hiyoko_LoveLive.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T08:35:44.287Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "26DBCCA6", "AutoV2": "E851B2DF08", "SHA256": "E851B2DF086D6BB98DF818DA0619462E1263B9416DDE1E23FD4B9654627D5C63", "CRC32": "D067FFA0", "BLAKE3": "6AEC2EC924E526B1B87EDCC8EB288A98C9BBBB84D6FB33BDADB3A5072A3D8EB1"}, "downloadUrl": "https://civitai.com/api/download/models/606381?type=Training%20Data"}, {"id": 521481, "sizeKB": 22237.19140625, "name": "Minami_Hiyoko_LoveLive-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T08:36:16.334Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "083505EE", "AutoV2": "3D0954EC43", "SHA256": "3D0954EC436637D61EC90B4ACF11A056B8D295587E1A73C81E2214C1DF9BC433", "CRC32": "5D8898E9", "BLAKE3": "D6080D9114495A0115A7EB7B83E8ABC627FC64794A2634B8514B7B03B7D91CA9", "AutoV3": "8056583AA9A4"}, "downloadUrl": "https://civitai.com/api/download/models/606381", "primary": true}], "images": [{"id": 17675125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdc312cb-f7ac-4d6c-bbcc-ef7e3b2474b7/width=450/17675125.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNIX?X%MTJof00IU00WBtlt7xaayS$ax~Wof", "type": "image"}, {"id": 17675126, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81748649-b041-45df-b7d3-6ce6cdf01a42/width=450/17675126.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNIX?X%MTJof00IU00WAtlt7xaayS$ax~Wof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/606381", "modelId": 545263} \ No newline at end of file diff --git a/datasets/metadata/606451.json b/datasets/metadata/606451.json new file mode 100644 index 0000000000000000000000000000000000000000..753f22504d14c962a9cc28aa182635a43122fe1b --- /dev/null +++ b/datasets/metadata/606451.json @@ -0,0 +1 @@ +{"id": 606451, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-29T09:19:33.728Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 114, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 521570, "sizeKB": 22236.41796875, "name": "Mikami_Yuka_Onichichi-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T09:21:40.116Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3D186254", "AutoV2": "813FC20953", "SHA256": "813FC2095317C0EC0C78A560ECE768FA03DF4916846918BE349202458394F176", "CRC32": "F6E8DE99", "BLAKE3": "A5C12939A082B5C5FEDC1A9AE27C5809373572CF23159D19B4B37E9AD8C96D06", "AutoV3": "B965A05FB636"}, "downloadUrl": "https://civitai.com/api/download/models/606451", "primary": true}, {"id": 521569, "sizeKB": 9470.404296875, "name": "Mikami_Yuka_Onichichi.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T09:21:37.034Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F356EFA8", "AutoV2": "83435C3209", "SHA256": "83435C32099EEFF5B8CDB523F616170B959D86885377C59C673C68396C5A6C73", "CRC32": "C5B92ED8", "BLAKE3": "BB14EE164893197FAAE078BC7FAC7479E7D541F60998432336A1F3D83C1D2674"}, "downloadUrl": "https://civitai.com/api/download/models/606451?type=Training%20Data"}], "images": [{"id": 17679338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddfc49cd-b792-43de-8c38-d349d26663e0/width=450/17679338.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbL3lrn$%MjZ.max?ajZV]ay%MfQoLjssAj[", "type": "image"}, {"id": 17679337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02548791-09a0-47a6-8e3b-5ed733643811/width=450/17679337.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbL3lrn$%MjZ.max?ajZV]ay%MfPoLjssAj[", "type": "image"}, {"id": 17679711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4569019-f715-40c8-9b99-7a6939013d1d/width=450/17679711.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQJa7q9Ft+D*?^IA-poM9aWD%1tRm,fPRjn%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/606451", "modelId": 545327} \ No newline at end of file diff --git a/datasets/metadata/606478.json b/datasets/metadata/606478.json new file mode 100644 index 0000000000000000000000000000000000000000..be7eeb15dd49efb3798de2cb2df23db9b51355d5 --- /dev/null +++ b/datasets/metadata/606478.json @@ -0,0 +1 @@ +{"id": 606478, "index": 0, "name": "spread pussy", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-29T10:05:57.841Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 344, "ratingCount": 0, "rating": 0, "thumbsUpCount": 55, "thumbsDownCount": 0}, "files": [{"id": 521600, "sizeKB": 23896.6005859375, "name": "606478_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T09:42:00.977Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "46EB79B4", "AutoV2": "3DE5A367DB", "SHA256": "3DE5A367DB9551D92019527B5B2C58676488341BBBE4B03482CFC0DFD7E31370", "CRC32": "F009EBE0", "BLAKE3": "4FE40F60CA15549DD97AFB6E04E26C4C9ADC5CE761D0B23F03380DD3E1830B7B"}, "downloadUrl": "https://civitai.com/api/download/models/606478?type=Training%20Data"}, {"id": 521646, "sizeKB": 223101.35546875, "name": "izayoi_seishin_nsfw.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T10:11:34.645Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "38C6E545", "AutoV2": "C47FBEEF85", "SHA256": "C47FBEEF85C2AB670A6C1DF3A8A27116B50EF05F35D665C89ABA2B85EBBE320D", "CRC32": "E3E7359C", "BLAKE3": "B85E77F75EC606147C531A1014E3A6544F0B12B22D9160DCBA4E92113274AB2B", "AutoV3": "1315E158A74A"}, "downloadUrl": "https://civitai.com/api/download/models/606478", "primary": true}], "images": [{"id": 18266960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82bf649e-aed9-4e32-9d2c-6ac216390b7b/width=450/18266960.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UGLo[@sn02oe~pofRkkC0fbIxGWq?baeIpWV", "type": "image"}, {"id": 18266963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3089a7c-7a7e-4634-8e57-6448619fc8d3/width=450/18266963.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UZLMYIo0ELjt~Vj[WBof9]kCoIbH%MaeNaWB", "type": "image"}, {"id": 18266962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/041b8832-66ab-4828-8c73-6931829a1f11/width=450/18266962.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UKM~nQH?0gxa_NIUkDxv03IUt8ogyDM_E2f+", "type": "image"}, {"id": 18266961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5495bc3-dbb3-4b34-8714-3c4ea5ff24ce/width=450/18266961.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UHMF%ns:56t6_NjZwHj[0MkC$%kB-;WBIUj@", "type": "image"}, {"id": 17683073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57d9cb12-38c8-4135-9abe-5d91007253bf/width=450/17683073.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAM$lA-o00$j?^R*%ft700R*-=R+$js:5RRk", "type": "image"}, {"id": 17683074, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/207839d1-4cc7-4936-9415-f02419758ec0/width=450/17683074.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8M~%$%200$*yDWV~Voe02ayyENH?bof0KR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/606478", "modelId": 545343} \ No newline at end of file diff --git a/datasets/metadata/606513.json b/datasets/metadata/606513.json new file mode 100644 index 0000000000000000000000000000000000000000..3bfc9ecc6a5abb41000cce81f9199e79b2bf90d0 --- /dev/null +++ b/datasets/metadata/606513.json @@ -0,0 +1 @@ +{"id": 606513, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-29T10:08:19.618Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 102, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 521641, "sizeKB": 8559.6689453125, "name": "Sana_Kuranaka_Onichichi.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T10:05:55.857Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "90A59F08", "AutoV2": "709184CE1F", "SHA256": "709184CE1FBA64378DDF411C541B764FD72FE2D67C2BFF55779D614E867EC5A7", "CRC32": "34FD7C91", "BLAKE3": "F7DB6D4F37CBDCEF0CDABCDA121A4F0346EA7D483EF178F39F992B9877878794"}, "downloadUrl": "https://civitai.com/api/download/models/606513?type=Training%20Data"}, {"id": 521643, "sizeKB": 22235.93359375, "name": "Sana_Kuranaka_Onichichi-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T10:06:29.701Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7ADDCD11", "AutoV2": "CE0E0710F8", "SHA256": "CE0E0710F8196CAA74ED437216C526F8491D66EA8F8FDFFEF23448F442DEEC35", "CRC32": "30F3E45C", "BLAKE3": "4435506ECC73796795E705289E43ED0321FD24171C61C540992FE91EB546DFB7", "AutoV3": "01574FA51EB7"}, "downloadUrl": "https://civitai.com/api/download/models/606513", "primary": true}], "images": [{"id": 17683121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58bc2051-1ded-4535-b3fc-28ba68501442/width=450/17683121.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULGuOM-;tP?b}m%MD*-p9FoL?boLJ;oL^%ay", "type": "image"}, {"id": 17683123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59fbaa52-dbdd-4190-9f14-a9a663060f1b/width=450/17683123.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULGuOM-;tP?b}m%MD*-p9FoL?boLJ;oL^%ay", "type": "image"}, {"id": 17683408, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd8448c5-932d-424d-9d54-d5b5585438a2/width=450/17683408.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJG+2X00tjnh~BIU9vIU$xMx.8xaI^E1?GWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/606513", "modelId": 545379} \ No newline at end of file diff --git a/datasets/metadata/606522.json b/datasets/metadata/606522.json new file mode 100644 index 0000000000000000000000000000000000000000..30446edeaf1b87263cd4000fcdc8fae72de17fcd --- /dev/null +++ b/datasets/metadata/606522.json @@ -0,0 +1 @@ +{"id": 606522, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-29T11:01:41.796Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["anthro, furry, female, girl, canine, scp-1471, mal0, black fur, black hair, long hair", "Black sclera, white iris, perfect body, curvy, breasts, wide hips "], "stats": {"downloadCount": 159, "ratingCount": 0, "rating": 0, "thumbsUpCount": 37, "thumbsDownCount": 0}, "files": [{"id": 521667, "sizeKB": 5713.5048828125, "name": "606522_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T10:21:18.011Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "288A810D", "AutoV2": "5258A31669", "SHA256": "5258A316693E6F3C01F86E8CAD64F925C2053232E0B61B0F7D78FC4CF6691F79", "CRC32": "B6F02A22", "BLAKE3": "83A43234FBBAC9BBFE820C2E353CC0E59D2146B660B7F6BEFBE4FD5ED87E06B4"}, "downloadUrl": "https://civitai.com/api/download/models/606522?type=Training%20Data"}, {"id": 521730, "sizeKB": 223102.40234375, "name": "Scp_1741_Mal0_PonyXL-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T11:00:43.612Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7F1A394B", "AutoV2": "409B3E812F", "SHA256": "409B3E812FFECABC0B193ADAC9302A8A33FF011652B2398B81CED6CC1FB7DEC3", "CRC32": "544F16B5", "BLAKE3": "7AAC8DD2A0732F8B0299F779E7AA50EF6B2FEF485322827913E424560C69EB70", "AutoV3": "659AA31F31E1"}, "downloadUrl": "https://civitai.com/api/download/models/606522", "primary": true}], "images": [{"id": 17687445, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01b2279a-a4e0-4c39-8807-d3786ba05b5f/width=450/17687445.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U6Gt._yD3r=x7}4nD4o~pdtRMJD%~p?aWV9a", "type": "image"}, {"id": 17687440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b433b41b-037d-4ed4-97a3-0026228b6d4b/width=450/17687440.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UUI50woz%gRPyst7M{ad%2W=E1xZIVE1nNR+", "type": "image"}, {"id": 17687441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfe150aa-7158-483c-9a94-9713a134145f/width=450/17687441.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFF5,BRj~qD%?H9ZE2IU9F%LDj-;9G%Ms+%2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/606522", "modelId": 545387} \ No newline at end of file diff --git a/datasets/metadata/606553.json b/datasets/metadata/606553.json new file mode 100644 index 0000000000000000000000000000000000000000..9303fedcd8aa0e633f2103d8f5e65c056fc739da --- /dev/null +++ b/datasets/metadata/606553.json @@ -0,0 +1 @@ +{"id": 606553, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-29T11:44:24.421Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["shinn_asuka", "red eyes", "uniform"], "stats": {"downloadCount": 57, "ratingCount": 0, "rating": 0, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 521698, "sizeKB": 37411.537109375, "name": "606553_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T10:41:11.309Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A3360301", "AutoV2": "D256D8D437", "SHA256": "D256D8D4372A7976B30B52EBFA9F042D5DDA62812834A49AD92B2E518177310C", "CRC32": "46FD3628", "BLAKE3": "5948DC6F329DB182FD5231E9B2E579A88A399FD6BBDC2BD0FC00C92B31E8A633"}, "downloadUrl": "https://civitai.com/api/download/models/606553?type=Training%20Data"}, {"id": 521800, "sizeKB": 223099.74609375, "name": "Shinn_Asuka_Pony_XL_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T11:45:41.808Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0653F6FA", "AutoV2": "87F64B10FD", "SHA256": "87F64B10FD817C9FA3BB2327B816978AFA44ABD8FD2256855D8E595391E6B539", "CRC32": "499EF42B", "BLAKE3": "97FB6D342005B612D15DBD2AE9F7E02B035163B8DD2C9774918472AA56515ED5", "AutoV3": "7E9E0B394021"}, "downloadUrl": "https://civitai.com/api/download/models/606553", "primary": true}], "images": [{"id": 17735498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d8e54ad-8b86-4c93-889d-19df773a9628/width=450/17735498.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBBM*}E25s~WEQadRPWX00%M^%9G?wn$o#R+", "type": "image"}, {"id": 17737521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3968e7f1-d021-4a3a-8add-b21393c8670c/width=450/17737521.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9AwJD0L*0Q*E-x^00$zNe%0%0kr4.WB%ME2", "type": "image"}, {"id": 17694050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a8566e6-7fcd-498a-afbc-16dbd35a2e68/width=450/17694050.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFDTIXkVy;SxG=rs9tS#%zeW%1x[x[bv-:M{", "type": "image"}, {"id": 17694492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ebc4842-76f0-47e0-9316-619263009395/width=450/17694492.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBF={k01Bj~p0}M|%fD*%z?aMy4UyWIp?F^*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/606553", "modelId": 545415} \ No newline at end of file diff --git a/datasets/metadata/606598.json b/datasets/metadata/606598.json new file mode 100644 index 0000000000000000000000000000000000000000..b0ea6c3da25aad6c52c29ce4c113c0f077ff4191 --- /dev/null +++ b/datasets/metadata/606598.json @@ -0,0 +1 @@ +{"id": 606598, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-29T10:57:05.617Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 116, "ratingCount": 0, "rating": 0, "thumbsUpCount": 34, "thumbsDownCount": 0}, "files": [{"id": 521727, "sizeKB": 8491.19921875, "name": "Makino_Fuyu_Onichichi2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T11:01:55.222Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B98EA072", "AutoV2": "7F8077B463", "SHA256": "7F8077B4636855745B65037FF25377D47E5A99129344F08D411277EFEE2A0FFE", "CRC32": "FABBCF8D", "BLAKE3": "02EBA53716A00C35BE094E8A1A9748B21F0A5795B32B046E24F51456A1DD7997"}, "downloadUrl": "https://civitai.com/api/download/models/606598?type=Training%20Data"}, {"id": 521728, "sizeKB": 22236.06640625, "name": "Makino_Fuyu_Onichichi2-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T11:01:56.208Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "54D5E5B4", "AutoV2": "819FD2FCFE", "SHA256": "819FD2FCFE5152702F31F229FF615F798500611B54C684E27B25B9A8AA9E91EC", "CRC32": "DAC5C1A5", "BLAKE3": "C4C6C2E2CEE747D8E02DB3A7AEFE45350104E9830FFC8CC6726BC785DF070572", "AutoV3": "46DC8E6BD872"}, "downloadUrl": "https://civitai.com/api/download/models/606598", "primary": true}], "images": [{"id": 17687207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1023977-3e1b-4ea2-98c9-ae339c84225d/width=450/17687207.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCM$_3H=00Ot4T%MRnt3uPNHIbxYpIbX02R.", "type": "image"}, {"id": 17687206, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1928c0af-3da2-4822-8b16-c5ccbb17f9e6/width=450/17687206.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCM$_3H=00Ot4T%MRns,uPNHIbxYpIbX02R.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/606598", "modelId": 545454} \ No newline at end of file diff --git a/datasets/metadata/606663.json b/datasets/metadata/606663.json new file mode 100644 index 0000000000000000000000000000000000000000..3176d92d953e329b12e14587e8d0be5ceb77a01e --- /dev/null +++ b/datasets/metadata/606663.json @@ -0,0 +1 @@ +{"id": 606663, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-01T03:12:46.539Z", "availability": "Public", "nsfwLevel": 1, "description": "July 1st 2024
Added trigger word: Wubbox
", "trainedWords": ["Wubbox"], "stats": {"downloadCount": 17, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 521830, "sizeKB": 7595.724609375, "name": "606663_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T12:06:18.456Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "281E5E4BEF", "SHA256": "281E5E4BEFFFE592834DC5DE9153B9BC943C4674EF72C8CD675103DC4048644A", "CRC32": "5E852A05", "BLAKE3": "F78A9266C1DC3E109D5E0514412197AE1B44E3A21D85B97C12468E0C3E4E4348"}, "downloadUrl": "https://civitai.com/api/download/models/606663?type=Training%20Data"}, {"id": 525945, "sizeKB": 223104.49609375, "name": "Wubbox_My_Singing_MonstersMSM.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T02:46:30.114Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "61C8DC7B", "AutoV2": "B5EB6EE610", "SHA256": "B5EB6EE610D6708B13186DE4B85E9AA6B38D7D1F0711C49C733661D8518AB9B6", "CRC32": "6F5B81CA", "BLAKE3": "847E2FE4AD03F6D174A87115DBFA51DA3B779C1282C108B004B016EB6F5FD53C", "AutoV3": "E8B2A44DE2F1"}, "downloadUrl": "https://civitai.com/api/download/models/606663", "primary": true}], "images": [{"id": 17933141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c1bc2a6-6eef-407d-9d11-5f016cd7a74c/width=450/17933141.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UVAgYPkWCmf,TKfQrWbHMya}xZjZKPa|wIj[", "type": "image"}, {"id": 17933143, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bd1ebf4-5d2d-4244-a378-926cdc271b4c/width=450/17933143.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZRezHt7{lxH#XjZS}f+,@j[E}WV-CjtNtj[", "type": "image"}, {"id": 17933142, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f1dd395-703d-40a1-ab5e-8b3beb37a77b/width=450/17933142.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTQ]Wyxu*It7KIof$,jb%zj[$Mj[%2ayRjj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/606663", "modelId": 545510} \ No newline at end of file diff --git a/datasets/metadata/606671.json b/datasets/metadata/606671.json new file mode 100644 index 0000000000000000000000000000000000000000..966f87751ca8a27c2fef52e1797841ca0e6568bd --- /dev/null +++ b/datasets/metadata/606671.json @@ -0,0 +1 @@ +{"id": 606671, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-29T11:46:42.098Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 99, "ratingCount": 0, "rating": 0, "thumbsUpCount": 22, "thumbsDownCount": 0}, "files": [{"id": 521805, "sizeKB": 22238.28515625, "name": "Otohime_Mutsumi_LoveHina-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T11:50:42.022Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8B0910D0", "AutoV2": "2AC7F06E49", "SHA256": "2AC7F06E49B8CD3D0A3F828175ECAED5F3E4DB5A9FE5083D3593BF6E06E77E29", "CRC32": "26C84EE6", "BLAKE3": "59ABFD87F16D2393D85F389E3E04B559A2E5ABD108E37D568520BCFC08EE5A43", "AutoV3": "EA471832589C"}, "downloadUrl": "https://civitai.com/api/download/models/606671", "primary": true}, {"id": 521806, "sizeKB": 10983.9208984375, "name": "Otohime_Mutsumi_LoveHina.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T11:50:40.601Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5C17ED96", "AutoV2": "6D1962D224", "SHA256": "6D1962D224B05CD5D14097EEBDB97BE787C56F522585968F5CD7FB1BA3BF0EBB", "CRC32": "686C5167", "BLAKE3": "B260382827DC906EADDBC0CE186E0B95AEACDE2453685E619D9C97AF657247EC"}, "downloadUrl": "https://civitai.com/api/download/models/606671?type=Training%20Data"}], "images": [{"id": 17691706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/063e502b-ae29-4bfb-9e58-b8c8644cdba3/width=450/17691706.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYK^TvxFOYRQ?wIVx[s:^+sokWbHTIR*=|jb", "type": "image"}, {"id": 17691705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88b1888f-3aec-48e5-9bc9-55640dbcab12/width=450/17691705.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYK^TwxFOYRQ?wIVx[s:^+sokWbHTIR*=|jb", "type": "image"}, {"id": 17692002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb6a7f29-ed32-4aeb-8463-c23aa3274897/width=450/17692002.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNM?xf_3EyxZM_?b%goz5S-:-pxu~VbcE1WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/606671", "modelId": 545512} \ No newline at end of file diff --git a/datasets/metadata/60674.json b/datasets/metadata/60674.json new file mode 100644 index 0000000000000000000000000000000000000000..bb4f25e3091561dcb39446d2c72e2f01dd9250cb --- /dev/null +++ b/datasets/metadata/60674.json @@ -0,0 +1 @@ +{"id": 60674, "index": 0, "name": "v5.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-02T15:38:16.190Z", "availability": "Public", "nsfwLevel": 1, "description": "109 images, 10 repeats,6 epoch,5450 steps\nText encoder learning rate: 1e-5 \nUnet learning rate: 1e-3 \nmax bucket resolution: 512 \nclip skip: 2 \ndim/alpha: 8 \nbatch size=1 \nBase model: NAI
", "trainedWords": ["GothMagicCoord ", "StarlightAcademyWinter", " CasualDress"], "stats": {"downloadCount": 791, "ratingCount": 117, "rating": 5, "thumbsUpCount": 138, "thumbsDownCount": 0}, "files": [{"id": 42938, "sizeKB": 25778.8173828125, "name": "ToudouYurika.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-02T15:36:10.168Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "99A29511", "AutoV2": "0220590C2D", "SHA256": "0220590C2DA80DA79D65C835CD65E1470B7E778E97FBF07C5B0EA36733E01787", "CRC32": "FDBDC375", "BLAKE3": "FD2BE79A1F56B3EB6720C696A06FE3CD02227F386362DAB49180BE80D87D5EFF"}, "downloadUrl": "https://civitai.com/api/download/models/60674?type=Training%20Data"}, {"id": 42937, "sizeKB": 9352.31640625, "name": "YurikaV5D8_e5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-02T15:36:09.175Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BDB39EA4", "AutoV2": "39C1B4856D", "SHA256": "39C1B4856DFDD5C2D1AF29DFCE28B3C87F6782FAE6F02EC4EC97DC964D79C9B8", "CRC32": "479C5544", "BLAKE3": "3CEFDB3053B1209CC4FCB8F0B88DA4D5D08723B34535D7D7DBF92A4659114CEE", "AutoV3": "93A7E223A981"}, "downloadUrl": "https://civitai.com/api/download/models/60674", "primary": true}], "images": [{"id": 663856, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2ee143d-b631-4a2f-983e-ab49e464bc00/width=450/663856.jpeg", "nsfwLevel": 1, "width": 704, "height": 960, "hash": "UFJtr8~Vs;9G^kxu0LE200s:0LoM?HE1xZM{", "type": "image"}, {"id": 663901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e75140b1-9ec9-4574-3ba2-2d832338f600/width=450/663901.jpeg", "nsfwLevel": 1, "width": 704, "height": 960, "hash": "UDG[H9xwL}%4_MkW01%3C7$x9ui_^HIU=t9t", "type": "image"}, {"id": 663860, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/451a62ad-618e-47d3-0d18-5272daecd400/width=450/663860.jpeg", "nsfwLevel": 1, "width": 704, "height": 960, "hash": "UAHUqU?c00Mw?uW?9bEN_4_200570fMxVs-o", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/60674", "modelId": 6696}
\ No newline at end of file
diff --git a/datasets/metadata/606743.json b/datasets/metadata/606743.json
new file mode 100644
index 0000000000000000000000000000000000000000..d0ee1dc3bcfe0515b64437b32b8e270401b8994f
--- /dev/null
+++ b/datasets/metadata/606743.json
@@ -0,0 +1 @@
+{"id": 606743, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-29T13:26:38.537Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 36, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 521885, "sizeKB": 32392.6328125, "name": "606743_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T12:36:18.751Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "39B913F9", "AutoV2": "1D54BE3E60", "SHA256": "1D54BE3E608CB636DA41EA2B6A1DA734E65790D9723FD22C01084A476C9DD6FB", "CRC32": "95AF727C", "BLAKE3": "36A3E5C40477B5E7A367DDC43D0758AC5E9FD96E12CBE155105139E69A7D3111"}, "downloadUrl": "https://civitai.com/api/download/models/606743?type=Training%20Data"}, {"id": 521988, "sizeKB": 223102.55859375, "name": "Roadhog.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T13:26:26.195Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BADDBA2A", "AutoV2": "41DE4DE4FB", "SHA256": "41DE4DE4FBCC630CDC0D869F52B4175B8AE25FA5980F13384F3E7E253E319DDD", "CRC32": "1C2CB328", "BLAKE3": "97E5C9E2DDE530C3D31237D43304DBD76FA0FB438866233D4246F12777F0D653", "AutoV3": "E6EC7A8CA6FD"}, "downloadUrl": "https://civitai.com/api/download/models/606743", "primary": true}], "images": [{"id": 17701842, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edc201d8-067e-4e1b-8756-b95f35379a49/width=450/17701842.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAFEfOvxTc$*_M9Gn,Ws1Q0gwJxa$+IpIpxt", "type": "image"}, {"id": 17701840, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08ad3ec7-bab1-47c0-b031-a597b1f1586e/width=450/17701840.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UEGH*l~oAI9a=|SzRkNx0N4:,:s-5SNe$y$z", "type": "image"}, {"id": 17701839, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fe4e983-64b9-4829-96ef-a0bee0aeeeaa/width=450/17701839.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U9IW.lLJ0-{f1isC-C1z03rZ$KW.0hIqi]=a", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/606743", "modelId": 545570}
\ No newline at end of file
diff --git a/datasets/metadata/606840.json b/datasets/metadata/606840.json
new file mode 100644
index 0000000000000000000000000000000000000000..538e194ca1cd6c3737246332b7558e12a1040a57
--- /dev/null
+++ b/datasets/metadata/606840.json
@@ -0,0 +1 @@
+{"id": 606840, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-30T21:57:16.915Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 525436, "sizeKB": 223100.26171875, "name": "Shinomen.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T21:56:17.009Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "23B8787B", "AutoV2": "21A0561C4B", "SHA256": "21A0561C4B92805412AB902E1F1A69B2C7287B1F67F3FFCDC4F0D76B230C9B95", "CRC32": "8D9F5EDE", "BLAKE3": "D5949C78750A2D7A4364C1284D6636E82A916F87FC4FC22B4DEC398490333C37", "AutoV3": "571EE8BDC84D"}, "downloadUrl": "https://civitai.com/api/download/models/606840", "primary": true}, {"id": 521969, "sizeKB": 12041.2548828125, "name": "606840_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T13:16:25.258Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9241DFDD", "AutoV2": "4EB24A61D8", "SHA256": "4EB24A61D82AA8D50417C78E826FE2AF9FB6D6D2E3747D3B20A78415B7238A3E", "CRC32": "AC8DB866", "BLAKE3": "3F0BD9CD74C5AC86F972BCDDBD71F70C3873FB42B1B46FCC3A9E3ED669D2BD60"}, "downloadUrl": "https://civitai.com/api/download/models/606840?type=Training%20Data"}], "images": [{"id": 17900435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1c68a0e-46a5-4c80-9ae7-2a5b751b2b29/width=450/17900435.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKDctAMwF#NK_Nbct7oebIbbxWxZxtofbHae", "type": "image"}, {"id": 17900433, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59c03381-58d6-474a-a2b5-c1836507668d/width=450/17900433.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULD,u*-:-;V[~os:xtay$%V[WXoftRofaef6", "type": "image"}, {"id": 17900434, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8897592-03ce-4fd2-8d01-beeec2ee8f21/width=450/17900434.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U98;WCv|.AksNNVVMxNHTLs*jsoyROt7RPxb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/606840", "modelId": 545656}
\ No newline at end of file
diff --git a/datasets/metadata/607081.json b/datasets/metadata/607081.json
new file mode 100644
index 0000000000000000000000000000000000000000..68645e89606df089c1d15e5d563bf08b7cad362e
--- /dev/null
+++ b/datasets/metadata/607081.json
@@ -0,0 +1 @@
+{"id": 607081, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-29T16:23:06.680Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 155, "ratingCount": 0, "rating": 0, "thumbsUpCount": 46, "thumbsDownCount": 0}, "files": [{"id": 522230, "sizeKB": 288.9453125, "name": "607081_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T15:40:56.229Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "A70DA3F885", "SHA256": "A70DA3F885FAFED1482D76163E279DB5CB9C80D3291FA8320D77160847C6A956", "CRC32": "1172B750", "BLAKE3": "87D9584A74FA52DE9F745D35F59F6B442415C2BEF19990163A5674227DAFCA38"}, "downloadUrl": "https://civitai.com/api/download/models/607081?type=Training%20Data"}, {"id": 522303, "sizeKB": 223099.89453125, "name": "Shion_Stone-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T16:21:29.180Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2C4B37F2", "AutoV2": "D0C2B17C63", "SHA256": "D0C2B17C63C89DAD8763DB50DFCA7A2CCEB9FCEAE6EE15A68F1BE440AE4D775A", "CRC32": "639FDB9F", "BLAKE3": "D0F96ACCD9FF124D82DF75455C037A111CC28BCDAB6FFC5ED393B3CF4A926F89", "AutoV3": "50310FF522C4"}, "downloadUrl": "https://civitai.com/api/download/models/607081", "primary": true}], "images": [{"id": 17718981, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9437d4da-9951-4759-a2ce-c6f80cebb067/width=450/17718981.jpeg", "nsfwLevel": 4, "width": 450, "height": 450, "hash": "UbI4|k~VxsxUJ6tRt6ozISngxuxto#R*s.xZ", "type": "image"}, {"id": 17718993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68ea335d-3f3a-4da3-9589-a32d966fdf0e/width=450/17718993.jpeg", "nsfwLevel": 8, "width": 450, "height": 450, "hash": "ULN0C;~oAx%fKQxt?Gxt58xt?GozjCV@Mcju", "type": "image"}, {"id": 17719086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff712880-1a30-4a4c-bd72-a60b0483c559/width=450/17719086.jpeg", "nsfwLevel": 16, "width": 450, "height": 450, "hash": "UIN0C=~o17tm9]t7=_%20hxU^*S2n1IAVXaJ", "type": "image"}, {"id": 17719090, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21f24719-1d06-4566-83e6-9e85e23a6a60/width=450/17719090.jpeg", "nsfwLevel": 4, "width": 450, "height": 658, "hash": "UPKK1c-:ELkW~pNexZ?GJAxa%Lt7ENaz-Uxt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/607081", "modelId": 545866}
\ No newline at end of file
diff --git a/datasets/metadata/607167.json b/datasets/metadata/607167.json
new file mode 100644
index 0000000000000000000000000000000000000000..f16ce74205db9d4db1b6f3c27b5e525e9cfef629
--- /dev/null
+++ b/datasets/metadata/607167.json
@@ -0,0 +1 @@
+{"id": 607167, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-29T21:45:46.656Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 94, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 522283, "sizeKB": 18972.9833984375, "name": "607167_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T16:05:45.868Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "226D2EA8", "AutoV2": "AE1850C52A", "SHA256": "AE1850C52A68D7429953DEF95C9DE5B9942AF73F9BD152CA8A668D7CA1696E9B", "CRC32": "8C5D0E1F", "BLAKE3": "7A45FC306D9FA1D7309CBF271EA1D13A68BD70F7E601190C0FE6CE4E3E05406B"}, "downloadUrl": "https://civitai.com/api/download/models/607167?type=Training%20Data"}, {"id": 522896, "sizeKB": 223100.44921875, "name": "Selena-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T21:40:40.761Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4B4CC15F", "AutoV2": "13E851B3B7", "SHA256": "13E851B3B78021C06FD7DE970C41A22133B00ECA4A1E8413709799D0E62E3A3C", "CRC32": "D632373D", "BLAKE3": "0C8C7D53027951FC348BFFD855B28C4AC232319DF9C1DF9D7F648720CE8331CE", "AutoV3": "6A2B82945535"}, "downloadUrl": "https://civitai.com/api/download/models/607167", "primary": true}], "images": [{"id": 17864752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65bb9532-5b74-4cd9-bb75-a5a6aa25bc7d/width=450/17864752.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UBFYDa4muPz:?HD%-pE10KR:vzJAtlxaIUxu", "type": "image"}, {"id": 17864753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f938647-5ce2-494c-a184-1fb77a6fb31b/width=450/17864753.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "UUC?p6t7PXogpKxatSr;o$n$t7aexus:WBR*", "type": "image"}, {"id": 17864751, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3141a978-3af0-46b5-ba3d-357da1331453/width=450/17864751.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UDEy3,4;pwI?h2v|S%xagO4n-pxCt8D$b_t7", "type": "image"}, {"id": 17749735, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cabe80d-c443-4e91-a644-124d5113f8b6/width=450/17749735.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7HBMT002d~X010f~p=|Md~V0KV@Oq?a#m4.", "type": "image"}, {"id": 17749712, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf073296-b653-4439-835c-d802c3d4927d/width=450/17749712.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UIGu8xtS-;M{~q%M%2M{XT%MRPIU%2R*V@V@", "type": "image"}, {"id": 17916191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/840d333e-d4d4-4cc8-bc5e-1d434b4dbcd2/width=450/17916191.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UPFE=o$*JB~W?bWBbb%gS$M{WUo#-:V@M{t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/607167", "modelId": 545935}
\ No newline at end of file
diff --git a/datasets/metadata/607269.json b/datasets/metadata/607269.json
new file mode 100644
index 0000000000000000000000000000000000000000..b59ca167d6bd4e061d43df46ee7e6ccd9e3a875b
--- /dev/null
+++ b/datasets/metadata/607269.json
@@ -0,0 +1 @@
+{"id": 607269, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-29T16:51:36.819Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 137, "ratingCount": 0, "rating": 0, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 522369, "sizeKB": 11143.9931640625, "name": "Shihodo_Yuki_Gtaste.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T16:52:07.180Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "33DAF86B", "AutoV2": "3D4FDF356F", "SHA256": "3D4FDF356FCC710B4D3B27350038BC033755315C0DE5A2405EF63CF1BCDA1CF5", "CRC32": "D2D76258", "BLAKE3": "5C4651FFA35F4D94511C136EDFF93FCD09A04C84469ABC44528F4A58C6B1DADE"}, "downloadUrl": "https://civitai.com/api/download/models/607269?type=Training%20Data"}, {"id": 522370, "sizeKB": 22239.60546875, "name": "Shihodo_Yuki_Gtaste-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T16:52:22.405Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E9F03351", "AutoV2": "770120E3E4", "SHA256": "770120E3E4E8B622AF5FBC3087DDE5409CE3FF0C25409CDE43595F325EC83AB1", "CRC32": "7A488CB6", "BLAKE3": "35EB857D2EDB5EBF42FCA28CB4422F5F4F2D347B2630828C141E4D98E78354A2", "AutoV3": "0E31A72520B8"}, "downloadUrl": "https://civitai.com/api/download/models/607269", "primary": true}], "images": [{"id": 17721941, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12a60885-c4fc-4a3a-8ff8-c1792491c63f/width=450/17721941.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeNb=Y?I_Nt6UGx]%NM{t7M{?GM{rYWBoJR*", "type": "image"}, {"id": 17721942, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80e04351-5d6d-41c3-bee8-e1e7e273558b/width=450/17721942.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeNb=Y?I_Nt6UGx]%NM{t7M{?GM{rYWBoJWB", "type": "image"}, {"id": 17722419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cef4f877-4ddc-4cf0-af0b-085d5759ffbf/width=450/17722419.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UpN]b7-p?^RjyYtR%MM{N_ayxaofv~Mxaet6", "type": "image"}, {"id": 17722771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/716dbadd-e8a0-490b-b50d-690b0ffe8883/width=450/17722771.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UpN]b7-p?^RjyYtR%MM{N_ayxaofv~Mxaet6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/607269", "modelId": 546018}
\ No newline at end of file
diff --git a/datasets/metadata/607297.json b/datasets/metadata/607297.json
new file mode 100644
index 0000000000000000000000000000000000000000..6de80dff79695dc4d3a615bb61c62bcb6384a612
--- /dev/null
+++ b/datasets/metadata/607297.json
@@ -0,0 +1 @@
+{"id": 607297, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-29T18:31:25.532Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 38, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 522538, "sizeKB": 223105.63671875, "name": "William_Henry_Barribal_Painting_Style_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T18:26:24.359Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4080684A", "AutoV2": "76D56C19C2", "SHA256": "76D56C19C2F65087A93219650229D60F691DC4DEF0D861B0ABB24809D11851F4", "CRC32": "FCDD3DE1", "BLAKE3": "0B2B81AAF33E9C53B0F69E6D28F9D43BB1692EB09A4CF6C2B883F07F71275459", "AutoV3": "790BCE21C52C"}, "downloadUrl": "https://civitai.com/api/download/models/607297", "primary": true}, {"id": 522400, "sizeKB": 6049.91015625, "name": "607297_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T17:10:55.119Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "77E9D4F7", "AutoV2": "67E8C2AADC", "SHA256": "67E8C2AADCF8C2B84468AC20BC792990B8E3305F9F080105474F29684E96C334", "CRC32": "32F80BC2", "BLAKE3": "1C31180839C29E7C7D71149A7AB509B961F911E8026A281AFB3F499D8AFA5E3C"}, "downloadUrl": "https://civitai.com/api/download/models/607297?type=Training%20Data"}], "images": [{"id": 17731603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe3f95d5-7e51-4197-90d5-593816980b8a/width=450/17731603.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UALqe8o#Wc$z~0WD%i-:R%ayD+IV^,xtMxRk", "type": "image"}, {"id": 17731601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a943aded-60c3-4cad-8c4e-4bc6dd735d6c/width=450/17731601.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEJkQ2Ioys~B}?t6k?M}#js;I;Si-=sTIqSe", "type": "image"}, {"id": 17731602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd029fce-0787-4533-8705-306030a4a7f8/width=450/17731602.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8D]0YE3KkA04Ts:0nbc9GxYo#xU~oV[?GR.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/607297", "modelId": 546041}
\ No newline at end of file
diff --git a/datasets/metadata/607310.json b/datasets/metadata/607310.json
new file mode 100644
index 0000000000000000000000000000000000000000..636feb09b8e3731d05d85bcb48dc5bd0596cd493
--- /dev/null
+++ b/datasets/metadata/607310.json
@@ -0,0 +1 @@
+{"id": 607310, "index": 0, "name": "V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-29T18:57:30.656Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "earlyAccessDeadline": "2024-07-13T18:57:30.656Z", "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 522604, "sizeKB": 223102.29296875, "name": "Mariette_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T18:55:54.945Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A2EDFD27", "AutoV2": "6BE70FF759", "SHA256": "6BE70FF759A979440CDDA4393C11B5AC7BA5FE32A63DEE300FE56DF8E649B856", "CRC32": "B58F995D", "BLAKE3": "098AE40863EB5105F9C82BDF5345708A6E43FA2D5698439A013CCABC2D7CD323", "AutoV3": "C3BD56326180"}, "downloadUrl": "https://civitai.com/api/download/models/607310", "primary": true}, {"id": 522424, "sizeKB": 10836.7724609375, "name": "607310_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T17:25:46.970Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F810B99D", "AutoV2": "568BD49B19", "SHA256": "568BD49B1958C079A2E1D59E3CD2EA162096292C78DE73946486C7CC32CD195A", "CRC32": "E5899DD4", "BLAKE3": "E22BC135F196EF35E010375A035E2D752F1DC2DD6D889B24162E2D3AB03A6786"}, "downloadUrl": "https://civitai.com/api/download/models/607310?type=Training%20Data"}], "images": [{"id": 17733835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16263240-d45f-43f5-b72d-0e163d79d44a/width=450/17733835.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U7B:{mF~01_N*KtS0LxCdom,xb9F80s:;ex]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/607310", "modelId": 546051}
\ No newline at end of file
diff --git a/datasets/metadata/607321.json b/datasets/metadata/607321.json
new file mode 100644
index 0000000000000000000000000000000000000000..89a123050005768eab3239834466281d33f1cd66
--- /dev/null
+++ b/datasets/metadata/607321.json
@@ -0,0 +1 @@
+{"id": 607321, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-30T00:31:14.937Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 24, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 522423, "sizeKB": 1872.9794921875, "name": "607321_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T17:26:45.973Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "0BA987109D", "SHA256": "0BA987109DAA68CBB4761D3DED4232DEF3B993B9C8A2DD21A0DA2142200209A9", "CRC32": "22605FFD", "BLAKE3": "2E48787653B69D2047180626D9DB5B89E2717311BD4609E734E2E36BA35BB782"}, "downloadUrl": "https://civitai.com/api/download/models/607321?type=Training%20Data"}, {"id": 523168, "sizeKB": 223099.23828125, "name": "argentina_flag-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T00:35:48.769Z", "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/607321", "primary": true}], "images": [{"id": 17766769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f19ba25b-6507-40d9-a465-a26e49155855/width=450/17766769.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDErFctS2fg5.Tj[I9WC1la}]yj?8{af.8of", "type": "image"}, {"id": 17766764, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac032ae1-45ba-428c-8b0a-13f7006c6539/width=450/17766764.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6IY-Ws;%$x{%%oyayax01WBR4kDR?RiROMx", "type": "image"}, {"id": 17766767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6415997e-7674-4de4-a766-11ff53022512/width=450/17766767.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8HzPKsmiu?b.TayWBay0It7McM|JYjZV@WC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/607321", "modelId": 546061}
\ No newline at end of file
diff --git a/datasets/metadata/607324.json b/datasets/metadata/607324.json
new file mode 100644
index 0000000000000000000000000000000000000000..7ffd118cc76796b0d76113ab9312ac472ded728f
--- /dev/null
+++ b/datasets/metadata/607324.json
@@ -0,0 +1 @@
+{"id": 607324, "index": 1, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-29T23:16:54.151Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 35, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 522780, "sizeKB": 9817.8076171875, "name": "607324_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T20:35:50.273Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E1A59577", "AutoV2": "CDD08D2511", "SHA256": "CDD08D2511182FFD3CAC1331CF13BCFBC92C59D0A674E1DED7CA7A87F95B4677", "CRC32": "74579B5B", "BLAKE3": "137BA12B3610A2F8C2CC97851A273B37890AA84B96A681E1E597B30C4DEFB89F"}, "downloadUrl": "https://civitai.com/api/download/models/607324?type=Training%20Data"}, {"id": 523032, "sizeKB": 223103.49609375, "name": "Whis_Dragonball_Super_V2_PONY-000018.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T23:01:47.528Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "11C842B7", "AutoV2": "035D66CEFB", "SHA256": "035D66CEFB7D4FCFFDE4FE5BE7AE9EB1A822BCF6618E9F11685491D79AE096FD", "CRC32": "CF93A876", "BLAKE3": "E0BF6605903F517F948D7C588A2337152C187DC3269030E573DB3B5B02BDCB69", "AutoV3": "ED34525782AE"}, "downloadUrl": "https://civitai.com/api/download/models/607324", "primary": true}], "images": [{"id": 17758081, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74db2d04-0610-418b-9170-db92f3c4c244/width=450/17758081.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBCP#Z~q0000xs-p4m4n-;x^-WWBD$ROyE%N", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/607324", "modelId": 546063}
\ No newline at end of file
diff --git a/datasets/metadata/607389.json b/datasets/metadata/607389.json
new file mode 100644
index 0000000000000000000000000000000000000000..cf19a59c1b0b98ac96f0b372c01a0c0d9a445905
--- /dev/null
+++ b/datasets/metadata/607389.json
@@ -0,0 +1 @@
+{"id": 607389, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-29T18:03:00.281Z", "availability": "Public", "nsfwLevel": 31, "description": null, "trainedWords": ["Argent,Teen Titans", "Corset,Skirt,Combat Boots"], "stats": {"downloadCount": 64, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 522496, "sizeKB": 21732.771484375, "name": "5_Argent.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T18:01:00.628Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "54CD78B0", "AutoV2": "1A6A33E5F0", "SHA256": "1A6A33E5F0E5C154000682A56130144203781816C36805EA9BDCB1002E6F5FCC", "CRC32": "E289703F", "BLAKE3": "E7A57648DF53D9A5BA13DD9AF2683C07BDD3347C7A5F82DBC31374CA6E45577E"}, "downloadUrl": "https://civitai.com/api/download/models/607389?type=Training%20Data"}, {"id": 522501, "sizeKB": 223102.52734375, "name": "ArgentPonyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T18:05:43.790Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "93BB7E1A", "AutoV2": "813F9A0AF9", "SHA256": "813F9A0AF90CD736FD8EF31A3E6DA73DD59E10422ECD6CB875FE0E33705536D7", "CRC32": "2737ACD3", "BLAKE3": "FFDC53B319289C66C77592835045D7E0A0546D3A30569978EF40EF372E9D9D12", "AutoV3": "84A2E0C7F8AF"}, "downloadUrl": "https://civitai.com/api/download/models/607389", "primary": true}], "images": [{"id": 17728383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/232f71fb-78e7-4977-8ca1-ea54ff355bd0/width=450/17728383.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UaN0-t^*_N%M?aayaft7xutQM{ayaKayozWB", "type": "image"}, {"id": 17728384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ff6b5d1-9fa2-460f-a4a4-598d1f2cb469/width=450/17728384.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UjNwA+xa_Nx]%MWBofj[tRj[RPjZnOoLtRbb", "type": "image"}, {"id": 17728382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7fe1e90-005d-48a7-a023-ac811c343f92/width=450/17728382.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UUM7$3t7?^xuaeWBt8ozT0kCnhae%MfQRjj[", "type": "image"}, {"id": 17728388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75c610f1-0d53-47a6-9690-45b8e77e8574/width=450/17728388.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "USHeta_3.SX9~p%Mx]ayyEkCs-oL%2V@WBt7", "type": "image"}, {"id": 17728396, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/250ca8aa-7d4e-4ba0-88bd-8c425d8768d1/width=450/17728396.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UJJHm,~VX:M|x]of-pt7K+Rkxtx[.7kCM{j[", "type": "image"}, {"id": 17728397, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71031429-f526-488a-83af-efc9ee2087c8/width=450/17728397.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UHF~N|~XE1-=%M?bkqR+01gOxunhk99Zfl-p", "type": "image"}, {"id": 17728395, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0272e8fa-9fad-4c61-9ab8-faa615bc48cb/width=450/17728395.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UNEz7z_NGHEkt-jYX8Wq57IpxZt6,.xut6sm", "type": "image"}, {"id": 17728408, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a756aa33-3f49-440d-b1b4-3ef2385f2b82/width=450/17728408.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UXL4ytIpp{of%hIoemWBJVW=smRjo}M|tRxa", "type": "image"}, {"id": 17728407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/250eb922-e8ad-4019-83a1-47ae7386975f/width=450/17728407.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U5F5:Q-;00-pmQof8_aK00NG~pNGTxM{_NpI", "type": "image"}, {"id": 17728409, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4c574a6-c63d-4220-b76e-ee4b9caebfaf/width=450/17728409.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UDKUNE_2?^o~.8WBNGNGxtbIn4sm={ax%L%L", "type": "image"}, {"id": 17728386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01bf6970-f380-4e99-865d-a3f42a047164/width=450/17728386.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "ULGkqF?vIU$L~qbwM_ngK6xvoIM_tStRj=aK", "type": "image"}, {"id": 17728413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49a45c97-c454-4b69-a93f-29aca4b24502/width=450/17728413.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UTFY0|~B$$-:Mxaet6s.Ioxa%2V@kCayV[S2", "type": "image"}, {"id": 17728385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42c5e1dd-6357-46c2-a882-27a145cf4d8b/width=450/17728385.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UKGb3T~UxB?HRjof-pof00%2%LIoWBofRQoL", "type": "image"}, {"id": 17728414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12acdbaa-4711-4340-b8c5-d85fcf6f2f74/width=450/17728414.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U8F#,d?b4T00~C_3%04.00pI^+Vr?v56D*-o", "type": "image"}, {"id": 17728416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8974e51-bb1d-4310-a36b-ef7d847dfdd6/width=450/17728416.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UAFrR}~Vs,?Gxt^+-;of00-:%MXSD*IoD*of", "type": "image"}, {"id": 17728398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba637e6d-df62-4743-92e1-692debaf601c/width=450/17728398.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UJOf_f4n_N?v_3D%Wq%g9ZWBn$Rjs:NGxuxu", "type": "image"}, {"id": 17736076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccaf6576-6316-487b-8d89-5ab4f193e2cf/width=450/17736076.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UfN^C|xt~pbc%LoLWVa}_2a}MyjYRkWCs:of", "type": "image"}, {"id": 17736073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53bb826d-f838-4dc2-acba-e38e4b8eacd7/width=450/17736073.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UYP?%Nof~q%L%2RjWCxu-;j[M{aykDayaeof", "type": "image"}, {"id": 17736072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4667aece-cf95-4951-b61a-93628d24d3b2/width=450/17736072.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UcOWEA%L~ptQ?FR*jsoKyDofM{jst8WBozoz", "type": "image"}, {"id": 17736077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04c2097e-c234-4713-924f-3c659045df58/width=450/17736077.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUO{,Nt7_N%2-mfkR-oLpxj[IAa#Nzj[ocWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/607389", "modelId": 546115}
\ No newline at end of file
diff --git a/datasets/metadata/607424.json b/datasets/metadata/607424.json
new file mode 100644
index 0000000000000000000000000000000000000000..0680f90f7c9dc04f4e5a4edaa04996d8a64ae3a8
--- /dev/null
+++ b/datasets/metadata/607424.json
@@ -0,0 +1 @@
+{"id": 607424, "index": 0, "name": "V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-30T03:37:09.493Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "earlyAccessDeadline": "2024-07-14T03:37:09.493Z", "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 522581, "sizeKB": 23578.9755859375, "name": "607424_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T18:51:54.243Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6BD09239", "AutoV2": "3D20A272D2", "SHA256": "3D20A272D2B17600123CE620E80FF5BE26691379B003F9BBBDF0BECDE3EC5313", "CRC32": "641D6B41", "BLAKE3": "4093D30D760C03250139B0B7ABA3D87E0576FC1E51308A2DAA122A71AB7C9826"}, "downloadUrl": "https://civitai.com/api/download/models/607424?type=Training%20Data"}, {"id": 523438, "sizeKB": 223101.02734375, "name": "Luigette_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T03:35:49.721Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "348032B7", "AutoV2": "2861ED6CD4", "SHA256": "2861ED6CD48D37A4B4E08D5E6A2ACB9F57A96E716CE25016158AB64ADEA8FDD8", "CRC32": "10ABA412", "BLAKE3": "CD15E351D2462E54132A2F3D16A7AF34D70EB258261EB2A1ECFFBB6AB5B1DD5C", "AutoV3": "6EBBB63EB746"}, "downloadUrl": "https://civitai.com/api/download/models/607424", "primary": true}], "images": [{"id": 17787597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9289013f-daf3-489d-8381-b2010d2e9153/width=450/17787597.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6EE6}0000_MqIkT00#TAnrX-BK%9cx]U^R6", "type": "image"}, {"id": 17787596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b3c26cc-ec83-4f18-846c-527a116e5368/width=450/17787596.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJH{.l?tNF~q.QoejFs9PopIM{NGAnoyj[g3", "type": "image"}, {"id": 17787598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f6dfa74-fe03-416a-87ca-eed1a13cb3f1/width=450/17787598.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHGS=MRQo#NuVaoeS2bb{pX6R*V[K6j[n+s;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/607424", "modelId": 546144}
\ No newline at end of file
diff --git a/datasets/metadata/607533.json b/datasets/metadata/607533.json
new file mode 100644
index 0000000000000000000000000000000000000000..519f631cdbd83a6738d3da43a6f60fb3caadd278
--- /dev/null
+++ b/datasets/metadata/607533.json
@@ -0,0 +1 @@
+{"id": 607533, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-29T20:11:21.233Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": [], "stats": {"downloadCount": 188, "ratingCount": 0, "rating": 0, "thumbsUpCount": 31, "thumbsDownCount": 0}, "files": [{"id": 522639, "sizeKB": 182555.6044921875, "name": "607533_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T19:21:42.130Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BC4218DD", "AutoV2": "51D78ABC77", "SHA256": "51D78ABC776C40146FD3959FE4C57E9B363470D58A73B006C180F52BCC8B0920", "CRC32": "6BF3CBFC", "BLAKE3": "06304BE47AFB9D46B410FC9E1914E83C91617EFA02D248AB84E1BC6DCBB11BCD"}, "downloadUrl": "https://civitai.com/api/download/models/607533?type=Training%20Data"}, {"id": 522748, "sizeKB": 223103.91796875, "name": "Furry_Anthro_Otter_Lora_for_Pony-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T20:21:47.748Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "98D377C8", "AutoV2": "7210254923", "SHA256": "72102549237B08C83CB2697DE367055B94415CB5ED3D451BD39D808E09B3D9CD", "CRC32": "46913418", "BLAKE3": "5620C07CC46A015B035912C4A84FE87B13964B88F2DA09B26B9CFC2568F6BEDD", "AutoV3": "6AF1BA906A2E"}, "downloadUrl": "https://civitai.com/api/download/models/607533", "primary": true}], "images": [{"id": 17741474, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18f3d88c-8295-49a2-a0d3-66645e44cb9d/width=450/17741474.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UFINpy~p1Ko|.8-p9x9vAt-V-9V@?ao~9brq", "type": "image"}, {"id": 17741428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5229145-744b-4923-a5d0-b1d6133a626f/width=450/17741428.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "ULG@_KtR5q?a.TkXo#tS0+bIf+NeMyoJn$Rk", "type": "image"}, {"id": 17741430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9be88c3-f86d-4a98-a4ba-463ce39e505f/width=450/17741430.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UMH-Jc#7NFVslVD%nOr?16nNxFt6kDaxW;X8", "type": "image"}, {"id": 17741427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc5417ea-85e9-45d7-a0cd-57cef05303e2/width=450/17741427.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UOHUnGRn5S%N.mV@sSOZ9#Mx$zNdIWM{oIRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/607533", "modelId": 546241}
\ No newline at end of file
diff --git a/datasets/metadata/607548.json b/datasets/metadata/607548.json
new file mode 100644
index 0000000000000000000000000000000000000000..24f378ee52f88cd87e7eda11463569171e2c9654
--- /dev/null
+++ b/datasets/metadata/607548.json
@@ -0,0 +1 @@
+{"id": 607548, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-29T20:38:32.907Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": [], "stats": {"downloadCount": 199, "ratingCount": 0, "rating": 0, "thumbsUpCount": 39, "thumbsDownCount": 0}, "files": [{"id": 522786, "sizeKB": 223104.02734375, "name": "Furry_Anthro_Rat_Lora_for_Pony-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T20:41:23.144Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4217BD15", "AutoV2": "51B503291C", "SHA256": "51B503291C529FC3C999A11984839D88D8087349502552C96E276D23640539B1", "CRC32": "58AF6501", "BLAKE3": "5AD7706FC1AC27EF3B649E050F1A5821B49AE9ED552BB94BD5AC9F1A377BCA0A", "AutoV3": "2F565F15B506"}, "downloadUrl": "https://civitai.com/api/download/models/607548", "primary": true}, {"id": 522660, "sizeKB": 205778.015625, "name": "607548_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T19:32:26.267Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "69EE8C07", "AutoV2": "8B197B058D", "SHA256": "8B197B058DAE3F09D7019A8C386FA338FDBEBCA986BD30B8A4463EFA327721E0", "CRC32": "AC616D2A", "BLAKE3": "05A4777B7BA0880886C3315CDAEBD4C2F507877276672DCC9E2BB14E500DFDD2"}, "downloadUrl": "https://civitai.com/api/download/models/607548?type=Training%20Data"}], "images": [{"id": 17744279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f31570f-a7c6-4eba-a919-be1ad08a6ce9/width=450/17744279.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UHGuH__N9@#+-;kr58MxR$%2%1RP%Mog9uM|", "type": "image"}, {"id": 17744281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/337714be-97e3-410a-be1a-c4b66d46487d/width=450/17744281.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UFG*yh_M0Lv}?btS579Z9Z%2?GxBX9R.NJxu", "type": "image"}, {"id": 17744280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3662c776-6307-4d1a-a9d0-27a4b78640b3/width=450/17744280.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UKG*[}~p57IoyDxuIpShInxa?GkBx]t7IpRj", "type": "image"}, {"id": 17744260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6054d44f-a773-4b81-a07f-9cd453ead78a/width=450/17744260.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U9H-fE5n=E,??dct.9Xn00?v?w9}$kENkX%2", "type": "image"}, {"id": 17744268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6db32940-ef37-4c85-ba7c-3667d4175de5/width=450/17744268.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCEoSu~qR*%LlVpKOZtR9Go3NfkWZ#W=S5NG", "type": "image"}, {"id": 17744266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0dc43697-7b9a-4222-9a26-cb824605dbaa/width=450/17744266.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UIHBJFVtHqNG.TnhD%M{0gbEkDnO%MIoWAxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/607548", "modelId": 546250}
\ No newline at end of file
diff --git a/datasets/metadata/607573.json b/datasets/metadata/607573.json
new file mode 100644
index 0000000000000000000000000000000000000000..c33b85e72041b05510f44156c25960ecb99fb085
--- /dev/null
+++ b/datasets/metadata/607573.json
@@ -0,0 +1 @@
+{"id": 607573, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-29T20:40:00.580Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": [], "stats": {"downloadCount": 229, "ratingCount": 0, "rating": 0, "thumbsUpCount": 41, "thumbsDownCount": 0}, "files": [{"id": 522792, "sizeKB": 223104.25390625, "name": "Furry_Anthro_Bunny_Lora_for_Pony-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T20:42:02.957Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3D513B1B", "AutoV2": "C45B2ECE7F", "SHA256": "C45B2ECE7FAEFA5D233BC8019A79CBAEA30832E5C115612F4EEE66C1DDE2892D", "CRC32": "C9FA7FE4", "BLAKE3": "197DAD970D75886629EFAB9DEFF20C0056EE581C46C6A7393C391E901A91D057", "AutoV3": "C780FD0ACE95"}, "downloadUrl": "https://civitai.com/api/download/models/607573", "primary": true}, {"id": 522675, "sizeKB": 207919.947265625, "name": "607573_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T19:35:46.768Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0A4300EC", "AutoV2": "F75D075C84", "SHA256": "F75D075C84453A236C10DDE92FE59D95308C4B7451A95114D82A1384CBC7CF17", "CRC32": "EE7518C2", "BLAKE3": "3669C3A83028EE090EB6F6D912A69DA9049E166E963399191796DC8589EA1F48"}, "downloadUrl": "https://civitai.com/api/download/models/607573?type=Training%20Data"}], "images": [{"id": 17744393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e0e5fb9-ffa6-4b77-972c-706fe0c269f3/width=450/17744393.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UAHK%;~p00%fyYxa02EM9uRR^4Ip_1nN4:-:", "type": "image"}, {"id": 17744392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/746d1f5e-bde9-483f-8c19-bd0750da33bd/width=450/17744392.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UAG*+u={0K~V_3M{019vI.ba,CMy^*x[4:M|", "type": "image"}, {"id": 17744387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39fdb3c8-727b-42e0-a681-270abcc76131/width=450/17744387.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJGH*iNG9Zs:pfNGi^s:5EofR%oI-7xuIpM{", "type": "image"}, {"id": 17744386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9115c1f-f0d0-45fb-ae05-d1199e6742dd/width=450/17744386.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UMG[Zj4;H?_2_NX8xC%Lxv%1X9SiJEt6o}bI", "type": "image"}, {"id": 17744385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14134099-30e0-4cb3-a002-b4a5d8622513/width=450/17744385.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "ULE{d[Iq57%L*0M|xZs:9IRj%2MyZ~jrNHVs", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/607573", "modelId": 546273}
\ No newline at end of file
diff --git a/datasets/metadata/607651.json b/datasets/metadata/607651.json
new file mode 100644
index 0000000000000000000000000000000000000000..aee31af016f432d0282c3c8d4b1e8c5aa63ebe4d
--- /dev/null
+++ b/datasets/metadata/607651.json
@@ -0,0 +1 @@
+{"id": 607651, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-29T20:16:41.463Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 125, "ratingCount": 0, "rating": 0, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 522760, "sizeKB": 22238.02734375, "name": "Morimura_Nana_Gtaste-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T20:21:12.869Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8DCD8B39", "AutoV2": "76F728F5C7", "SHA256": "76F728F5C74FE5500DE9704B0B0DBC9182B18455D2D7E62BC1AC0941D15158A6", "CRC32": "BFD15CB3", "BLAKE3": "ACE685BC3420E1296732E01A544A27011844D3A38973C7C23EA2EC1C66C19192", "AutoV3": "12644ACEC08D"}, "downloadUrl": "https://civitai.com/api/download/models/607651", "primary": true}, {"id": 522759, "sizeKB": 12742.1240234375, "name": "Morimura_Nana_Gtaste.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T20:21:14.132Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "375CB12E", "AutoV2": "9E718F59D2", "SHA256": "9E718F59D2E8AB5ACB71A04EE720AFC535A26123035637FF9B47DA8C6347E0BC", "CRC32": "9181320B", "BLAKE3": "45CB87C385FE206C8034D9207BCA1BDB338EC1EEBEF8F6EF99BEED086142ACCC"}, "downloadUrl": "https://civitai.com/api/download/models/607651?type=Training%20Data"}], "images": [{"id": 17742050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6787d3f-fef8-4b1a-a9f8-0f3c84bc79b2/width=450/17742050.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaOMa7xa?^t8KMay?bjZ?bj[n$kCbcfkr=WB", "type": "image"}, {"id": 17742048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f210276-99a1-49fd-8373-0e49f29f3bec/width=450/17742048.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UbOMa8xa?^t8KNay?bjZ?bj[n$kCbcfkr=WB", "type": "image"}, {"id": 17742276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d127e7df-d560-443c-b8a8-b003b97aee18/width=450/17742276.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UgMjp|oz_N%M-oof-;kC?bWBofWBIot7jFt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/607651", "modelId": 546341}
\ No newline at end of file
diff --git a/datasets/metadata/607749.json b/datasets/metadata/607749.json
new file mode 100644
index 0000000000000000000000000000000000000000..edf1cc29647f201e417742538de62929ef261047
--- /dev/null
+++ b/datasets/metadata/607749.json
@@ -0,0 +1 @@
+{"id": 607749, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-29T21:16:51.304Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 122, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 522861, "sizeKB": 11965.0029296875, "name": "Endo_Miki_Gtaste.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T21:20:53.248Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4FDE6E97", "AutoV2": "3997CF19BC", "SHA256": "3997CF19BCBE37D2A4025B98774E334BF858E20197291E8D7011DB4E9590F8C7", "CRC32": "EF733C68", "BLAKE3": "573790DCF2010D4AFDA330F4057EB507A3C1D1265FCF0FF94E83EAFF5CBAE9EC"}, "downloadUrl": "https://civitai.com/api/download/models/607749?type=Training%20Data"}, {"id": 522862, "sizeKB": 22238.12109375, "name": "Endo_Miki_Gtaste-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T21:20:53.417Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "71199ECE", "AutoV2": "7B11721716", "SHA256": "7B11721716C1C3414317A7D6ECBEC92E8CA53881D127E1C2ECF2E29DA9F33B30", "CRC32": "AE9E755C", "BLAKE3": "6FEEB34494DF468DCAC84E52620AA38719C7693E40FED7A919572A39FF439235", "AutoV3": "8B8AF0857C4F"}, "downloadUrl": "https://civitai.com/api/download/models/607749", "primary": true}], "images": [{"id": 17747361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1af922a0-bf4f-492e-84e7-73e27c711163/width=450/17747361.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UwJa+gof%goz~pof-;j[kWays:j[ShayV?fQ", "type": "image"}, {"id": 17747360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9fbf75b-dbc2-42fa-9e66-96cb62fc4d88/width=450/17747360.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UwJa+gof%goz~pof-;j[kWays:j[ShayV?fQ", "type": "image"}, {"id": 17747785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a6fcc2e-5e25-4855-8938-4f1f9ca758cd/width=450/17747785.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UlN0@[s:_NtR-of+%NoeNaRjs:s:?bs:Riay", "type": "image"}, {"id": 17903379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02a218ec-4fba-41b7-b892-ba39a1b8faac/width=450/17903379.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UcL;HqMy_4t7%LIpxva}%2RjwvxZyExaa{oz", "type": "image"}, {"id": 17903908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9bb0f6b4-8c19-450a-a63e-a7f6923a0ffa/width=450/17903908.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTOMNt?H~p$*F|ozyDoe-oI;o#I:w[so%LM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/607749", "modelId": 546430}
\ No newline at end of file
diff --git a/datasets/metadata/607897.json b/datasets/metadata/607897.json
new file mode 100644
index 0000000000000000000000000000000000000000..22faaf1d1024ac311e1b9c7e6731f4e3b8162abe
--- /dev/null
+++ b/datasets/metadata/607897.json
@@ -0,0 +1 @@
+{"id": 607897, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-29T23:34:39.329Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 523016, "sizeKB": 204.783203125, "name": "607897_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T22:56:19.217Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "8A3DF2F411", "SHA256": "8A3DF2F411FD12F02A6E4FFB8F34A124444086DB5D745B48F35F24D2168C2F06", "CRC32": "8966935B", "BLAKE3": "7C92A22484438B2CBCE257983139FF0ED9F001F14DC089FB7521448C21AFC215"}, "downloadUrl": "https://civitai.com/api/download/models/607897?type=Training%20Data"}, {"id": 523087, "sizeKB": 223099.54296875, "name": "Robbie_Valentino-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T23:36:30.315Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B895D12F", "AutoV2": "15CF7E342B", "SHA256": "15CF7E342B413E5D00B6437D1F0A8F1CF112B5679E60DE9591BBA7DBE3AAAB68", "CRC32": "3839594D", "BLAKE3": "A2DE78A4DFDB69ACEBFC09A36085B3C29283293CAA0B8A738F7D3FEB0ECF34F5", "AutoV3": "C13FC7260E06"}, "downloadUrl": "https://civitai.com/api/download/models/607897", "primary": true}], "images": [{"id": 17759683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6158f94c-0a7f-4f4b-aa7c-8e8370d82cf5/width=450/17759683.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOCPtjo0Ris:03WVM|fP~moeaxay9Jafofaz", "type": "image"}, {"id": 17759684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b6c5c7f-c0b2-46a7-845b-194d571b92cb/width=450/17759684.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UID9LwaeRh%204WBIWWF~mbHobt60Nj[ogNH", "type": "image"}, {"id": 17759685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55f442dc-1389-4ee4-a00f-f3255ea82659/width=450/17759685.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGH1rI-Aot594Ws.M|Ir~nWCWB%K01xaIpoJ", "type": "image"}, {"id": 17759716, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9f1c8c4-8a56-45c3-bd48-a93545f5efdb/width=450/17759716.jpeg", "nsfwLevel": 1, "width": 1282, "height": 720, "hash": "U9FXq~JE05O?~ptS0,g4Mwt6-Cjcn2R*xvIp", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/607897", "modelId": 546567}
\ No newline at end of file
diff --git a/datasets/metadata/607935.json b/datasets/metadata/607935.json
new file mode 100644
index 0000000000000000000000000000000000000000..052522f2fb3239d933929c70f45a6329213847b3
--- /dev/null
+++ b/datasets/metadata/607935.json
@@ -0,0 +1 @@
+{"id": 607935, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-30T00:33:25.551Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 26, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 523054, "sizeKB": 43328.7939453125, "name": "607935_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-29T23:21:21.221Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BDC838E7", "AutoV2": "77BB87DFAF", "SHA256": "77BB87DFAF4C9A2D639442BED02D5F457BA6621C8A6960E99BB21EAE4E5E3861", "CRC32": "C59CE33D", "BLAKE3": "9218C5BE14F4490D8E792B4A8AB5B12F9F57D9725079F30DA4DD774CD908D6CA"}, "downloadUrl": "https://civitai.com/api/download/models/607935?type=Training%20Data"}, {"id": 523174, "sizeKB": 36977.671875, "name": "artgerm-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T00:36:18.767Z", "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/607935", "primary": true}], "images": [{"id": 17766977, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a317946-d51c-4560-b44e-8cbf373c63b9/width=450/17766977.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UZFY7U,q%hXS}[-BtRbuwK%1WAaynin~Rjay", "type": "image"}, {"id": 17766973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac7fc904-6163-476d-82d8-0620a9d866a4/width=450/17766973.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UcGt8DS~Shae}ZR+jct6t6NGn%t7t7NGj[xZ", "type": "image"}, {"id": 17766975, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12fad731-6602-452c-8936-3cb332f9f58a/width=450/17766975.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UPHBb-ClY5^*}@KiIpso%MMxM{sT?uMyRjn$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/607935", "modelId": 546602}
\ No newline at end of file
diff --git a/datasets/metadata/608150.json b/datasets/metadata/608150.json
new file mode 100644
index 0000000000000000000000000000000000000000..76da84a452d1c1a93fb8f616d08a651532ee830b
--- /dev/null
+++ b/datasets/metadata/608150.json
@@ -0,0 +1 @@
+{"id": 608150, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-30T02:00:04.250Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 197, "ratingCount": 0, "rating": 0, "thumbsUpCount": 59, "thumbsDownCount": 0}, "files": [{"id": 523254, "sizeKB": 56123.28515625, "name": "AebaFuti_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T01:35:50.221Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BB9B303B", "AutoV2": "21409BC666", "SHA256": "21409BC6664BA74B9A37E3991926104D04AD6B4E3F9412C934AAEC6A1A5462A4", "CRC32": "52C3DDF5", "BLAKE3": "C51C3A6458379617409E4318E1E4E068CE17C78BE6E72EBDAD57C2D29164B760", "AutoV3": "6C5A97F0908A"}, "downloadUrl": "https://civitai.com/api/download/models/608150", "primary": true}, {"id": 523412, "sizeKB": 727817.82421875, "name": "AebaFuti_Training.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T03:20:53.262Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A24140F0", "AutoV2": "03DFE639C4", "SHA256": "03DFE639C4001E430A7E99ED2C0C13E0A90237BD77300CA18237CCF354E62EE3", "CRC32": "D940A7FE", "BLAKE3": "6DF2CBDA6EE898B352DB6036195F7AF4E3EC09138C1FCFCB39E8FE3D572FA3AF"}, "downloadUrl": "https://civitai.com/api/download/models/608150?type=Training%20Data"}], "images": [{"id": 17774085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4e7ab39-ae99-405e-bc55-ad0c05a7d446/width=450/17774085.jpeg", "nsfwLevel": 2, "width": 3072, "height": 4608, "hash": "UTHn{Yx[?^tl?aayIotR-:oLspt7x[e.wLs:", "type": "image"}, {"id": 17774086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c45ee1a5-8a46-4ac0-867a-7a93c4326b68/width=450/17774086.jpeg", "nsfwLevel": 8, "width": 3072, "height": 4608, "hash": "UIL{-w~p0xs*DPSh$+M{8{sDn-%3OmoIY4I:", "type": "image"}, {"id": 17774088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e74074e-2bfb-4414-93f7-f02efb17b05d/width=450/17774088.jpeg", "nsfwLevel": 4, "width": 3072, "height": 4608, "hash": "UBI|:#^*0K0KNDvzE1pJ00^+~qEL%g-ort9Y", "type": "image"}, {"id": 17774087, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09f601b7-648b-4fed-b589-42f2841641d0/width=450/17774087.jpeg", "nsfwLevel": 4, "width": 3072, "height": 4608, "hash": "UFK12i_M00ob?XtMRMNE00oywZNF5RtR?GtQ", "type": "image"}, {"id": 17774084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85f9b835-750d-4e9c-b90e-37661fdaf6da/width=450/17774084.jpeg", "nsfwLevel": 4, "width": 3072, "height": 4608, "hash": "UGIgvC_N0LE1^J$%57OZ0x-;%~Vs=_-;M}XT", "type": "image"}, {"id": 17774107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/945c3e2b-fbe6-44cb-86c5-8f6680b803d1/width=450/17774107.jpeg", "nsfwLevel": 8, "width": 3072, "height": 4608, "hash": "UHIOFGw}0eWo~nRQS$V[TwNGO?t79FRj%3o2", "type": "image"}, {"id": 17774106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3784dfb-03fd-4adf-8b96-a30e71a4ca22/width=450/17774106.jpeg", "nsfwLevel": 16, "width": 3072, "height": 4608, "hash": "UXI;euxa4.RP9vogemM{9vxGxDxC~qjbIUsl", "type": "image"}, {"id": 17774102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee21a4ae-56ca-4390-b6db-8dc5ea56e5ce/width=450/17774102.jpeg", "nsfwLevel": 2, "width": 3072, "height": 4608, "hash": "UDE.Fm$N00xu?7x[EPEg01~V^+D%-qog-U-p", "type": "image"}, {"id": 17774098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29082993-e3e3-4db0-9d8d-403bbbbb8f5e/width=450/17774098.jpeg", "nsfwLevel": 4, "width": 3072, "height": 4608, "hash": "ULIEa_%L0eVu~WR*JQWD0#fi^kofRXf6xaxu", "type": "image"}, {"id": 17774103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b720e0c-a314-420e-85b0-47b6141ed47d/width=450/17774103.jpeg", "nsfwLevel": 4, "width": 3072, "height": 4608, "hash": "UKI#AXIBKjo|R5-:D*WXAVRj~V%L-;IV%2xa", "type": "image"}, {"id": 17774113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e179550-65fd-4f07-bd94-ffef2e7a5913/width=450/17774113.jpeg", "nsfwLevel": 4, "width": 3072, "height": 4608, "hash": "UPID~|R*56-:~poLVso}E2xu?at7t7RP%Mxu", "type": "image"}, {"id": 17774116, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da0940cf-3a94-4cf2-8101-e633c58e103b/width=450/17774116.jpeg", "nsfwLevel": 16, "width": 3072, "height": 4608, "hash": "UEHwcPIByX-p%|D*_1%Lu4D*^+xu~VM{-pxa", "type": "image"}, {"id": 17774114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ef78c73-1ab9-4a18-8f69-b0980a194722/width=450/17774114.jpeg", "nsfwLevel": 2, "width": 3072, "height": 4608, "hash": "U9H_PzT30L-W?[x_%1Io:z=r9bV@9]4nx_oz", "type": "image"}, {"id": 17774120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a65203ee-ee6c-4ebb-9f46-6dc0b9fc9890/width=450/17774120.jpeg", "nsfwLevel": 4, "width": 3072, "height": 4608, "hash": "ULCi{.xb.mR*9Gog9GNaV=i^M_M{-;t7xuxa", "type": "image"}, {"id": 17774119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/300a7e67-72d7-48e8-a879-af4a703986d5/width=450/17774119.jpeg", "nsfwLevel": 16, "width": 3072, "height": 4608, "hash": "UUK+[%?IOS~U-?xcMzaf+w$kxtEL%2oySvn$", "type": "image"}, {"id": 17774126, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b25ffb0e-635a-48f5-8384-1babefa431ee/width=450/17774126.jpeg", "nsfwLevel": 16, "width": 3072, "height": 4608, "hash": "UTHA@EIVEfoe~SV[R+ofI:ofxZWC9vf8-nRk", "type": "image"}, {"id": 17774127, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd68e250-003b-4bf4-bf59-edd03154aeb5/width=450/17774127.jpeg", "nsfwLevel": 16, "width": 3072, "height": 4608, "hash": "UEFXuG?G9ZxZ-.%L~VxZ?Gt7=|oex]kCV@s:", "type": "image"}, {"id": 17774125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50d579ce-2e56-4158-8db1-5368cbc246b7/width=450/17774125.jpeg", "nsfwLevel": 16, "width": 3072, "height": 4608, "hash": "U8Db4=NH=YW;9vR*9aR+~Baynmof4=oK={oL", "type": "image"}, {"id": 17774130, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5e2fdcc-8613-4670-94e0-bd50cdd05d85/width=450/17774130.jpeg", "nsfwLevel": 16, "width": 3072, "height": 4608, "hash": "UGF;]8tk~W?G}[oz%2sox]-VxZ-pxbxa%Lxa", "type": "image"}, {"id": 17774131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fff0c644-9389-4cda-8b4c-8950a45cf1b2/width=450/17774131.jpeg", "nsfwLevel": 2, "width": 3072, "height": 4608, "hash": "USHKt;x[~Xt6^6M{RPof%2xuofofN@Rjf$WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/608150", "modelId": 546777}
\ No newline at end of file
diff --git a/datasets/metadata/608458.json b/datasets/metadata/608458.json
new file mode 100644
index 0000000000000000000000000000000000000000..40d3cea95e7dadb44ed716ad17081ee3f823952d
--- /dev/null
+++ b/datasets/metadata/608458.json
@@ -0,0 +1 @@
+{"id": 608458, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-30T07:48:28.298Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["athrun_zala", "grey collared shirt", "red necktie", "dark blue coat", "black sleeves", "black pants"], "stats": {"downloadCount": 68, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 523587, "sizeKB": 40119.0732421875, "name": "608458_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T05:26:20.047Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8971407A", "AutoV2": "598368432B", "SHA256": "598368432BD92E46472C1F440E53A3A82B98E6E1C9035A7E375D1E5573584EF4", "CRC32": "C0C23AAF", "BLAKE3": "8E143BFCD188054FF0ECED2D740F9E91208C548E5232D7D7E7530CA87B14BAE8"}, "downloadUrl": "https://civitai.com/api/download/models/608458?type=Training%20Data"}, {"id": 523796, "sizeKB": 223099.94921875, "name": "Athrun_Zala_Pony_XL_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T07:50:56.704Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "072B560D", "AutoV2": "6B07803A78", "SHA256": "6B07803A784D113F9D4716AABD9A3FDAB1B87F024143DCA65A24E62AB5952D58", "CRC32": "815F905B", "BLAKE3": "9652844701D15410A0EF318644ACA91E0EF0A39ABC77E9EA40AD0742CED37168", "AutoV3": "130E4F80574C"}, "downloadUrl": "https://civitai.com/api/download/models/608458", "primary": true}], "images": [{"id": 17819994, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19ae6cab-f037-44f1-9ddd-8111df4a0200/width=450/17819994.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UACsp.?HK5%$?wDiD%XTE3RPrqogb|%g-nxu", "type": "image"}, {"id": 17820983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c133014-d272-4229-a82a-afe87e85040f/width=450/17820983.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGDJP5%hRjbv?wo~D%x]T1R.Rj%Mx^NGsS%2", "type": "image"}, {"id": 17820518, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80dc9b4c-089e-4e6d-b622-895844a96d99/width=450/17820518.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCD0Gv.9kSgi%%-;IUoe0hW?Z}-S.9Jp-T$z", "type": "image"}, {"id": 17822323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e58235b-efed-4c46-b796-2e57f076b244/width=450/17822323.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1754, "hash": "ULCZhdVsxto#?wRiNFWXkrRPs,ogIpayt5oz", "type": "image"}, {"id": 17818372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d631ab82-2b71-4981-a0ad-dcaa52a3ec89/width=450/17818372.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOBg9~.9o~oe_4yDo}aybbS6kDt7IUV[ofxu", "type": "image"}, {"id": 17816889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f877653f-abff-4895-af12-aa6dc5e527be/width=450/17816889.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U58||+_3PW0-?w%1EO9G00I9MIIA8_jvwH?G", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/608458", "modelId": 547053}
\ No newline at end of file
diff --git a/datasets/metadata/608474.json b/datasets/metadata/608474.json
new file mode 100644
index 0000000000000000000000000000000000000000..a4e026f9c60e89a4c04cd5c2eebbdeb49d50d040
--- /dev/null
+++ b/datasets/metadata/608474.json
@@ -0,0 +1 @@
+{"id": 608474, "index": 0, "name": "V_0.1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-30T06:35:07.724Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 95, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 523598, "sizeKB": 131645.484375, "name": "608474_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T05:40:55.027Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4B04FBBF", "AutoV2": "B809ED2355", "SHA256": "B809ED2355C42F7C0731CF5A888FE43BC8AAE20C5FF38524C61AA31C9DAA1640", "CRC32": "52561151", "BLAKE3": "B58D9648891E3A0A25CA92F53D53AFC747DD48D57AE87E463A585E62F99F5F33"}, "downloadUrl": "https://civitai.com/api/download/models/608474?type=Training%20Data"}, {"id": 523672, "sizeKB": 223104.31640625, "name": "MNF_Artist-Serega-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T06:26:33.945Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "444194DA", "AutoV2": "4DF59D032C", "SHA256": "4DF59D032CE4E6DEDCCB820DFC831C0882A01AE6FDC7C63CD29DC0CC8F778594", "CRC32": "31436604", "BLAKE3": "91FC8C3BB03E25AD665F0C2FFE7616FF22AB0B57B4C8202CA35C33ECF0BDF329", "AutoV3": "8DDFEF8A5132"}, "downloadUrl": "https://civitai.com/api/download/models/608474", "primary": true}], "images": [{"id": 17806809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acf449f2-3b5a-4298-9286-7bef77f5681d/width=450/17806809.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1754, "hash": "UNM?JH^*Yk%N_3kWxFofS$V@nNbGb_aexEkC", "type": "image"}, {"id": 17806811, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06c35a46-7558-4b30-aee8-91a817513209/width=450/17806811.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1754, "hash": "UEI4w=~WyXIp9ZM{9ZM|ENj[%2oz4oRj%1xa", "type": "image"}, {"id": 17806808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de5f45d6-5a36-42de-b9d4-5fbe45d029de/width=450/17806808.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1754, "hash": "UOLg34s:y?xu?bozM{R*T0WXs.t6NaV@snkC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/608474", "modelId": 547067}
\ No newline at end of file
diff --git a/datasets/metadata/608536.json b/datasets/metadata/608536.json
new file mode 100644
index 0000000000000000000000000000000000000000..bfae87ae1329b37d248bf209682c5b300eb0e5fe
--- /dev/null
+++ b/datasets/metadata/608536.json
@@ -0,0 +1 @@
+{"id": 608536, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-30T14:47:39.163Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["by sindoll"], "stats": {"downloadCount": 255, "ratingCount": 0, "rating": 0, "thumbsUpCount": 68, "thumbsDownCount": 0}, "files": [{"id": 524573, "sizeKB": 223135.17578125, "name": "Sindoll_Style_Lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T14:40:52.949Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "102C3A6F", "AutoV2": "52703CC0D4", "SHA256": "52703CC0D4DE82E490C7004FB7AFD4321B92E316289C8B8EB5AC8F85159D4FCB", "CRC32": "92A0A586", "BLAKE3": "10E931DE041313764CDCC71B881059835DDE72DA9AB416C263124B844C342897", "AutoV3": "1C06676C94DC"}, "downloadUrl": "https://civitai.com/api/download/models/608536", "primary": true}, {"id": 523692, "sizeKB": 368006.380859375, "name": "608536_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T06:36:43.351Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5E3736CB", "AutoV2": "153958ECA4", "SHA256": "153958ECA499FDD64FB113793265F0BA50047BE8ED5B4FFA0C6E3C3303B79474", "CRC32": "F22351F4", "BLAKE3": "0FA666344703B1FCCC1B2E1B3854338B36B7AEFA04D316639727CA9222F887D3"}, "downloadUrl": "https://civitai.com/api/download/models/608536?type=Training%20Data"}], "images": [{"id": 17855413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65a5b49f-1146-42df-a688-d91368aa4939/width=450/17855413.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFKl{vtl0CMy0;bwJBM{05aexWs,~AjEIAt7", "type": "image"}, {"id": 17855408, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4a876fb-9415-4c7e-bae5-dc7ff26c3b3f/width=450/17855408.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UEL4E70000}[00DjE1?brr-:j]V@?^NawJIU", "type": "image"}, {"id": 17855405, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aaf83e60-e071-4657-ad7b-19d89d759381/width=450/17855405.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UKKmwp-n0LWB_NaK$yWBx]xW$#M|?Gt7WXNe", "type": "image"}, {"id": 17855416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b512b40-6ff6-44c5-bf4e-3db30b8392ea/width=450/17855416.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6KwnE5800mj0-000M^$00%2~ptTH;?b#%-n", "type": "image"}, {"id": 17855404, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e88f42f-8dea-4571-8276-ddf5b64dc446/width=450/17855404.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UWJ@Xdxurp-n.Tt7IoofF|WXM|Ip9coenhV@", "type": "image"}, {"id": 17855418, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/106a3570-cadb-4c9d-955e-00eac77abcee/width=450/17855418.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UhOWNY-ApKX7?wNx%Nt6whbbsSRj?br?IojF", "type": "image"}, {"id": 17855414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbe95c90-58c4-4f71-a852-9f44a215d97b/width=450/17855414.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U5M@Gw-:80nmGcIV^i_N00xZ^iIU4ox]?uH?", "type": "image"}, {"id": 17855403, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f86f5d12-4d58-4813-bf93-c9ea13aa5f7a/width=450/17855403.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UPLo+ss.ujs9HZjZIYWBvekCtlWB~obbE2WB", "type": "image"}, {"id": 17855410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/270b6ddd-e268-4b62-bc89-9eb8113cebb6/width=450/17855410.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJJ%|CTK0~#%PqJV-5r;0,M}kq$~Djv}rpj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/608536", "modelId": 547121}
\ No newline at end of file
diff --git a/datasets/metadata/608576.json b/datasets/metadata/608576.json
new file mode 100644
index 0000000000000000000000000000000000000000..ee7b1a609f705306d6f29dddb3dd954e766052fe
--- /dev/null
+++ b/datasets/metadata/608576.json
@@ -0,0 +1 @@
+{"id": 608576, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-30T07:12:57.906Z", "availability": "Public", "nsfwLevel": 28, "description": "v1
", "trainedWords": ["boy small body, ankle grab, amazon position, boy victim, girl looking back"], "stats": {"downloadCount": 385, "ratingCount": 0, "rating": 0, "thumbsUpCount": 89, "thumbsDownCount": 0}, "files": [{"id": 523685, "sizeKB": 648.841796875, "name": "608576_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T06:37:09.417Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "2C3AC74505", "SHA256": "2C3AC7450544033A4571213CB6E63CEF1302EB1B2A1385FAE4B3FDB86909C739", "CRC32": "A697728F", "BLAKE3": "233C9E6AA8BCA9760ABEAD7425FC8D8BE5A78B38DFA12BAB765F525BC4651EF9"}, "downloadUrl": "https://civitai.com/api/download/models/608576?type=Training%20Data"}, {"id": 523742, "sizeKB": 223099.05078125, "name": "amazon_position_backview-000011.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T07:15:53.028Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DD2CF9A7", "AutoV2": "57B825CC1C", "SHA256": "57B825CC1C6F00ABAD6E76DED683733F4347153206CF4BAF9CC15FC0577864B0", "CRC32": "B85B62FE", "BLAKE3": "B47E55300380E283632B4B3C33B11EF4C712F085771DC44087378F110B371895", "AutoV3": "DF9659655199"}, "downloadUrl": "https://civitai.com/api/download/models/608576", "primary": true}], "images": [{"id": 17808897, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e9ac93c-2f38-42f2-aa55-9e8734f3ba78/width=450/17808897.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UUJas5%Ms+%1F_%M=_xa~UNGIqaeVDWBNIj]", "type": "image"}, {"id": 17808896, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f46d843c-15f5-4e8d-9690-9102d790be47/width=450/17808896.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UOLzp$.ARiw[X.X:Ac$L4VJ.X,ng~ANG-Ds+", "type": "image"}, {"id": 17808895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79782b90-4214-4405-9465-bf8f00b6da36/width=450/17808895.jpeg", "nsfwLevel": 16, "width": 850, "height": 850, "hash": "UGHnvyyD0%tl2bo~E1-o8{x]~CRj,-NGbExZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/608576", "modelId": 547151} \ No newline at end of file diff --git a/datasets/metadata/608626.json b/datasets/metadata/608626.json new file mode 100644 index 0000000000000000000000000000000000000000..76e5f320be9218b31e84ce48228e464b46b251dd --- /dev/null +++ b/datasets/metadata/608626.json @@ -0,0 +1 @@ +{"id": 608626, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-30T07:43:03.129Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["1 futanari, anal, amazon position, 1boy, penis, futanari cum blast, sex, , pov, ankle grab"], "stats": {"downloadCount": 276, "ratingCount": 0, "rating": 0, "thumbsUpCount": 58, "thumbsDownCount": 0}, "files": [{"id": 523786, "sizeKB": 223099.10546875, "name": "futa_amazon_position-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T07:45:55.692Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "314345AC", "AutoV2": "BFF1AA5A87", "SHA256": "BFF1AA5A87F9B870CCE0F52CC9862B9953D68F5B2536DD3671A2A92373A08B60", "CRC32": "A567B1EB", "BLAKE3": "80D3FB2BCB6B9E162D366D00C341788DE440A53E316803E283DCE64ECEBBB43B", "AutoV3": "6525DB522CDF"}, "downloadUrl": "https://civitai.com/api/download/models/608626", "primary": true}, {"id": 523733, "sizeKB": 520.81640625, "name": "608626_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T07:11:22.018Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "BCBB60752B", "SHA256": "BCBB60752B213C2F0DFD85F6073F094AFD0E34A73E417F3C9DA8A502804BD280", "CRC32": "DBB17931", "BLAKE3": "011837B8455C8CD1EFB7A6E3DB62E7E06AF8663A33A1A7A154D94762E146C53F"}, "downloadUrl": "https://civitai.com/api/download/models/608626?type=Training%20Data"}], "images": [{"id": 17811733, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9095d229-c458-400b-ab95-8116d388d64d/width=450/17811733.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UIL:r{tRKi%2*0%2-pWq0KIVrrt7?HM{D%t7", "type": "image"}, {"id": 17811731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f42c5cf-d7a8-4b98-9d9b-d289afecfff6/width=450/17811731.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCLVze~pATEL2[?bE2ELLJ?HsAj]~D?HWV-V", "type": "image"}, {"id": 17811729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5488c119-f222-43a6-b315-c7b6ca114c2f/width=450/17811729.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UKLWhaWCib%20~Rjf*ozrpWCX9kC~pfkxtoJ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/608626", "modelId": 547197} \ No newline at end of file diff --git a/datasets/metadata/608720.json b/datasets/metadata/608720.json new file mode 100644 index 0000000000000000000000000000000000000000..63733698ac80ad51c1a9de1d31709de1b9a50356 --- /dev/null +++ b/datasets/metadata/608720.json @@ -0,0 +1 @@ +{"id": 608720, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-30T08:04:57.337Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 98, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 523819, "sizeKB": 22239.73828125, "name": "Mizutani_Risa_Gtaste-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T08:06:14.462Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F8DAC98F", "AutoV2": "5223FFE69E", "SHA256": "5223FFE69E6C071DE7058C08F3B7598FFC6BFBAC067FB2652B02FDBF23A955B2", "CRC32": "3555DCCD", "BLAKE3": "A8B2BC7BAC6A148FE5FB9DD771459279485B2D9FE6D16B95B213555CE9E83FDA", "AutoV3": "6B61E6B7D946"}, "downloadUrl": "https://civitai.com/api/download/models/608720", "primary": true}, {"id": 523818, "sizeKB": 13772.513671875, "name": "Mizutani_Risa_Gtaste.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T08:05:45.243Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1FC2E556", "AutoV2": "7FB0A38227", "SHA256": "7FB0A382270285EAE85F4FF9B2390E6EDADE32628E4A0D7FAFD5D85949FFC897", "CRC32": "25D6CF5D", "BLAKE3": "FACE9EE4DB037E3A5CCF11A973702DD0F9F6923097769C3409A1D2FEE83C952A"}, "downloadUrl": "https://civitai.com/api/download/models/608720?type=Training%20Data"}], "images": [{"id": 17814778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a60e6da-c132-474c-9a51-2269c62728a5/width=450/17814778.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWMs{5kCt,xu~paz?vt7b^oL%2of?boLIUWW", "type": "image"}, {"id": 17814777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4a4434f-35b7-48ff-89f2-be951cdeb3ea/width=450/17814777.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWMs{5kCt,xu~paz?vt7b^oL%2of?boLIUWW", "type": "image"}, {"id": 17814236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46009bdc-ddcf-4e9b-b367-b8e90371c98e/width=450/17814236.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTNJ%v-p%#xa_2R*_Nj].9j@$*ozNHs:D%NG", "type": "image"}, {"id": 17814237, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fcdea64-6435-4892-9ad7-3186af58172a/width=450/17814237.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTNTON-p%#xa_2R*_Nj].9j@$*ozNHs:D%NG", "type": "image"}, {"id": 17814476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2554340-6184-4403-a8b5-464ec4d602b7/width=450/17814476.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKJtl09F00E28_IobHRP56NG-VjF~W%1NHR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/608720", "modelId": 547279} \ No newline at end of file diff --git a/datasets/metadata/608780.json b/datasets/metadata/608780.json new file mode 100644 index 0000000000000000000000000000000000000000..492cbb6bdc1f55f447d711eb153509ff88da388d --- /dev/null +++ b/datasets/metadata/608780.json @@ -0,0 +1 @@ +{"id": 608780, "index": 1, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-30T14:48:12.320Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 49, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 524417, "sizeKB": 223105.55859375, "name": "Compoqueen_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T13:27:23.692Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "56A9E889", "AutoV2": "2D8EFE800A", "SHA256": "2D8EFE800AD9291B03675BA56EFBC5C545A3E56D67D46FC1BC84BF424AA2CA73", "CRC32": "914C9712", "BLAKE3": "C66FA17B5ACF2EDCF4C0D37A868140010F47C7F17BD1555E67DC7BAEF06A3219", "AutoV3": "7737EEE41E41"}, "downloadUrl": "https://civitai.com/api/download/models/608780", "primary": true}, {"id": 523888, "sizeKB": 194955.626953125, "name": "608780_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T08:46:24.012Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "04E82F96", "AutoV2": "3AFDE99816", "SHA256": "3AFDE998168980F89A734E2D88CF070BE9996A41375182C21216B10C45A59D6E", "CRC32": "2BA1E52B", "BLAKE3": "FCE429D8C4EB6A1F2547B1293A2A2DDAA5C714128A8840664B158C642C0979D5"}, "downloadUrl": "https://civitai.com/api/download/models/608780?type=Training%20Data"}], "images": [{"id": 17853034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8c7530a-9f5a-4eba-9b6d-1feec9e0593b/width=450/17853034.jpeg", "nsfwLevel": 4, "width": 1536, "height": 2560, "hash": "U5DkxoIp01^j~T-U-U%1-UNx-:NHAD%1^Q0#", "type": "image"}, {"id": 17853481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89abe722-fcb9-4900-83af-afa08c05740d/width=450/17853481.jpeg", "nsfwLevel": 8, "width": 1536, "height": 2560, "hash": "U7C5-d?F579u9u%09u9uIU=_xYaz^PI:}@xZ", "type": "image"}, {"id": 17853776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc8f79f1-32e8-4982-940d-e37f0bcacd41/width=450/17853776.jpeg", "nsfwLevel": 4, "width": 1536, "height": 2560, "hash": "U28:|$^+0001ELxa9t?HIVWEEMIp?H9a=|Rk", "type": "image"}, {"id": 17854205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a0ca116-225e-437b-9942-4625e5f4a201/width=450/17854205.jpeg", "nsfwLevel": 4, "width": 1536, "height": 2560, "hash": "U7CPFl9t0e~BbEW=%M-TMxxuSgE25RNHxCNH", "type": "image"}, {"id": 17854657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f18b230-2e7b-40c4-a2e6-993c0cb4892d/width=450/17854657.jpeg", "nsfwLevel": 8, "width": 1536, "height": 2560, "hash": "U8EeDPRj01-VAWWXI:WW9t%2}@NaRjR*$%R*", "type": "image"}, {"id": 17855019, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/273ba979-4f1a-44bb-b3da-30c32a46387c/width=450/17855019.jpeg", "nsfwLevel": 4, "width": 1536, "height": 2560, "hash": "U8DR+,Io01={xCbH9[-V5Qs:~BNGE2xat6Ip", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/608780", "modelId": 547328} \ No newline at end of file diff --git a/datasets/metadata/608792.json b/datasets/metadata/608792.json new file mode 100644 index 0000000000000000000000000000000000000000..c525beab8eff3254cef40803e85bc56e99b68e93 --- /dev/null +++ b/datasets/metadata/608792.json @@ -0,0 +1 @@ +{"id": 608792, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-30T08:46:34.664Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 106, "ratingCount": 0, "rating": 0, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 523894, "sizeKB": 22238.31640625, "name": "Fujisawa_Ryoko_Gtaste-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T08:50:36.253Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EEB74B68", "AutoV2": "BAA68CC1A6", "SHA256": "BAA68CC1A652765855B96E11381D30CEAE79CEFDA62FD5B1AE53CA848CBD0A13", "CRC32": "249B5390", "BLAKE3": "D455C982E179D725C657D042ED892602370706FCB0A21FEB5F74B99F1DD229DB", "AutoV3": "7DDD63B878E0"}, "downloadUrl": "https://civitai.com/api/download/models/608792", "primary": true}, {"id": 523893, "sizeKB": 14376.2021484375, "name": "Fujisawa_Ryoko_Gtaste.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T08:51:09.004Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B7A06E65", "AutoV2": "CD701D74DF", "SHA256": "CD701D74DFDD3B4069896B77F1E1E73B8697232F7B86AFFE62A2D3471FD27E63", "CRC32": "EB7AF398", "BLAKE3": "3EC10EBDAFDE1509C1555E9A46BCE9686ED7361F7EF977ACFDB91054EE66D64E"}, "downloadUrl": "https://civitai.com/api/download/models/608792?type=Training%20Data"}], "images": [{"id": 17818915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a89a2769-f026-4df7-b6bd-4532f8eaf1dc/width=450/17818915.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UjMjgwoL%#oz~pof?bofE2of%1oLNHR*RQWB", "type": "image"}, {"id": 17818911, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5664caaa-feea-42b6-9591-5cb854138843/width=450/17818911.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UjMjgxoL%#oz~pof?bofE2of%1oLNHR*RQWB", "type": "image"}, {"id": 17819080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0684119a-e99d-4709-ad1c-8193f9f8fccc/width=450/17819080.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U8I;r300CO00uJ00rDm,00~q.8?u01?v;^Rk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/608792", "modelId": 547337} \ No newline at end of file diff --git a/datasets/metadata/608808.json b/datasets/metadata/608808.json new file mode 100644 index 0000000000000000000000000000000000000000..60d4638366483497f891ceac16556905d185c01f --- /dev/null +++ b/datasets/metadata/608808.json @@ -0,0 +1 @@ +{"id": 608808, "index": 0, "name": "Compoqueen_Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-01T04:21:15.609Z", "availability": "Public", "nsfwLevel": 28, "description": "A Lora I trained on my avatar from Second Life.
The pics are all at 1.6 cfg and 15 steps using rgthree's nodes
I'm using a weight strength of 0.70 on my Lora with clip at 1
I didn't save the prompts, I just used random ones from the image page, Civitai isn't picking up the data, sorry
", "trainedWords": [], "stats": {"downloadCount": 92, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 526069, "sizeKB": 223105.55859375, "name": "Compoqueen_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T04:06:36.208Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A33B3ED8", "AutoV2": "127060E11F", "SHA256": "127060E11F53C6365B298C7A7B347E72BEE1A93A2D2945B948E15CA471BC9514", "CRC32": "13489E97", "BLAKE3": "9DE211C38C9D13BF71915D481C481F5236D14F0E931322459CA2511461AA6194", "AutoV3": "00DE3B6E7F53"}, "downloadUrl": "https://civitai.com/api/download/models/608808", "primary": true}, {"id": 523905, "sizeKB": 194955.626953125, "name": "608808_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T09:00:52.324Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "04E82F96", "AutoV2": "3AFDE99816", "SHA256": "3AFDE998168980F89A734E2D88CF070BE9996A41375182C21216B10C45A59D6E", "CRC32": "2BA1E52B", "BLAKE3": "FCE429D8C4EB6A1F2547B1293A2A2DDAA5C714128A8840664B158C642C0979D5"}, "downloadUrl": "https://civitai.com/api/download/models/608808?type=Training%20Data"}], "images": [{"id": 17940133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a84b71dc-f603-40bd-8c02-c2e167c727db/width=450/17940133.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2560, "hash": "U4B{S[-o00~VE2={-o5700E1}?Io9vE2n4%1", "type": "image"}, {"id": 17939964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/868bf45e-7ee7-4322-b6e8-6bd2b616e8d7/width=450/17939964.jpeg", "nsfwLevel": 8, "width": 1536, "height": 2560, "hash": "U8E.X=~V0LIo5jSz9FM{0gtR~BMy-oxtV[nO", "type": "image"}, {"id": 17940198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/621b35da-8629-4cf0-b4a5-225e8231645d/width=450/17940198.jpeg", "nsfwLevel": 16, "width": 1536, "height": 2560, "hash": "U5C=}6000LTK00~VxZIU00_3^PV@uP4n%1-;", "type": "image"}, {"id": 17940332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c80e517-9c91-43f0-b5fa-14634ac8502f/width=450/17940332.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2560, "hash": "U9DlD],.00E3MwEMTKjF00I=?Hxa~qnhMcxu", "type": "image"}, {"id": 17940417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/babfb58f-f5a0-4487-9f43-52f6854372ac/width=450/17940417.jpeg", "nsfwLevel": 4, "width": 1536, "height": 2560, "hash": "UEGb6e~WXntl4.IARjbbNxtRxaaKD%NHV@V@", "type": "image"}, {"id": 17940528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b33c2dfc-fbe7-47c5-a619-d626a7330a76/width=450/17940528.jpeg", "nsfwLevel": 16, "width": 1536, "height": 2560, "hash": "U8DR{H~B5Roz-:%L-pt70MNH%2WB9uNGS4Ip", "type": "image"}, {"id": 17940555, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a5443d3-1052-4fb8-accf-9c90907e70d7/width=450/17940555.jpeg", "nsfwLevel": 16, "width": 1536, "height": 2560, "hash": "U4E_?Y000KoLx[E1~qDi00xZ#7Io4T%M0Mt6", "type": "image"}, {"id": 17940583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0c826d9-3b8c-4f2f-9305-3ea1e4c0e9b5/width=450/17940583.jpeg", "nsfwLevel": 16, "width": 1536, "height": 2560, "hash": "U3H-V=01VD-=700L%$x^0mpIHXxu{H_3^*Mx", "type": "image"}, {"id": 18123323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f73c5eb-38f3-43ab-b9bb-d143c87caf28/width=450/18123323.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "U9GH}656EjQ-00%1M_bc*0RPnNS3-6D*?bt7", "type": "image"}, {"id": 18124535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/440ef657-82d7-4c47-a373-b38ce80f36e7/width=450/18124535.jpeg", "nsfwLevel": 2, "width": 2048, "height": 2048, "hash": "U7D96Y4:0f^*4:R*~CxGI;xaRPay?as:9aIo", "type": "image"}, {"id": 18126738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77ca753a-fad5-4bd2-b10b-e4fc37524fb1/width=450/18126738.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UFG[$jMxx]-=ae9F9Fxu.8R*t7xu~qM{t7f6", "type": "image"}, {"id": 18128005, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c9f4b50-793d-48fd-acfe-591d5e81951e/width=450/18128005.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "U6C~Ya~V01^*S~t6w]R*0LM|xaM{E2of-oWV", "type": "image"}, {"id": 18129294, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b3be33e-6ad5-4ca0-b34e-ab92e905e111/width=450/18129294.jpeg", "nsfwLevel": 16, "width": 2048, "height": 2048, "hash": "U9KvX9m+W@Wr3pR5-.WVTfVsxGxY~nWYD%w^", "type": "image"}, {"id": 18130361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd09d73b-3138-4b74-ab55-44da64603b89/width=450/18130361.jpeg", "nsfwLevel": 4, "width": 2048, "height": 2048, "hash": "U9HdsuEK0J^+?YNH~CIoEKIo?HR*x]NGE1EL", "type": "image"}, {"id": 18131942, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a70bad9-fb86-4293-bda4-7176eff38466/width=450/18131942.jpeg", "nsfwLevel": 4, "width": 1792, "height": 2304, "hash": "UPFO[n-n%gxZ~A%0WUay-QxtadoL?Hs.s-oe", "type": "image"}, {"id": 18132736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9315e680-3ea1-45ed-b602-11bb15160e4a/width=450/18132736.jpeg", "nsfwLevel": 4, "width": 1792, "height": 2304, "hash": "U7FY7F~VBnI;?bM{M|s:00NG=|%2IWof%1WV", "type": "image"}, {"id": 18133717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e14793a-b927-422f-a649-e5595a35b3cc/width=450/18133717.jpeg", "nsfwLevel": 8, "width": 1792, "height": 2304, "hash": "U9GuE,-p5k9ZX301v|w]MwR._4tl}:IUOZbc", "type": "image"}, {"id": 18135062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f06987ee-20a2-4164-aca5-ac88c6e3fcfb/width=450/18135062.jpeg", "nsfwLevel": 1, "width": 1792, "height": 2304, "hash": "U5IhgOjE00_4I9%M4nfkKRM{00IA_NRiDiRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/608808", "modelId": 547328} \ No newline at end of file diff --git a/datasets/metadata/608885.json b/datasets/metadata/608885.json new file mode 100644 index 0000000000000000000000000000000000000000..ed3e392a1b9f32c9411cf02d4a517db8280474fc --- /dev/null +++ b/datasets/metadata/608885.json @@ -0,0 +1 @@ +{"id": 608885, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-30T09:28:09.551Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 105, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 523968, "sizeKB": 13716.8603515625, "name": "Hasumi_Ren_Gtaste.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T09:30:51.406Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6BC553F6", "AutoV2": "4F38DDBC03", "SHA256": "4F38DDBC03E3A75FCB3A60793E7B22563BFDF48F7CFA324326B0B43CD106639B", "CRC32": "8DEF94F4", "BLAKE3": "DB1473E15F864234F52EDF3FF8AF07FA243D01D03F40C95CE78B2768E664AF64"}, "downloadUrl": "https://civitai.com/api/download/models/608885?type=Training%20Data"}, {"id": 523969, "sizeKB": 22237.23828125, "name": "Hasumi_Ren_Gtaste-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T09:31:12.543Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "128169BB", "AutoV2": "BF086C765F", "SHA256": "BF086C765FF1F317FE735829668F4A8BE9F96FFB2674A65628F465A90566FDB0", "CRC32": "921A9757", "BLAKE3": "3FA612CD353CDE8445C61BBACB72E49F4E9C4DD8A97AB19C685953A5D8377E6B", "AutoV3": "E3D2F1EC1308"}, "downloadUrl": "https://civitai.com/api/download/models/608885", "primary": true}], "images": [{"id": 17823108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67bf3a5e-45fc-4251-8cb2-8425243b9957/width=450/17823108.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQON5$ah_N%MZzjF_Nxa.Sj[nioepdWVemt6", "type": "image"}, {"id": 17823110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1de0c637-ace4-486c-beec-51ce95bec84a/width=450/17823110.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URON5$ah_N%Me7jF_Nxa.9j[nioepdWVems:", "type": "image"}, {"id": 17823340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f401260-8764-4b1e-8a34-f3502e278d9e/width=450/17823340.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaO:w@ae~q%MaIf7-=ozRORjxZs.%#oLRPj]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/608885", "modelId": 547411} \ No newline at end of file diff --git a/datasets/metadata/608960.json b/datasets/metadata/608960.json new file mode 100644 index 0000000000000000000000000000000000000000..5fe896f2e56943f4f07ebefa4f7016e3b4ab8a7d --- /dev/null +++ b/datasets/metadata/608960.json @@ -0,0 +1 @@ +{"id": 608960, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-30T10:10:18.112Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 111, "ratingCount": 0, "rating": 0, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 524055, "sizeKB": 12745.75, "name": "Fubuki_Kyouka_Gtaste.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T10:11:50.928Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B02E4160", "AutoV2": "28635ECFA1", "SHA256": "28635ECFA1340BABAE047E870BDE863E8D3AAA1FD9855619A74C6519BBAC28C4", "CRC32": "A53D2790", "BLAKE3": "8F8EAB0FEB1855A541B6852843E1F90BA01EEC5E94EBDF10227BBFDED8CAD1EC"}, "downloadUrl": "https://civitai.com/api/download/models/608960?type=Training%20Data"}, {"id": 524056, "sizeKB": 22238.16796875, "name": "Fubuki_Kyouka_Gtaste-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T10:12:12.157Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7AFCB4C9", "AutoV2": "91B5517396", "SHA256": "91B55173964C2AC77DD201CC1ECC4F2827B51AB5FDD12300F767B3B3B3A81530", "CRC32": "542F1D24", "BLAKE3": "9656E71D84016948DBE26BC8A8BDB0DA79C7C3F8C9797CF0F2F2E5FB12684D52", "AutoV3": "7A6F529B398F"}, "downloadUrl": "https://civitai.com/api/download/models/608960", "primary": true}], "images": [{"id": 17826849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26c69704-1f7c-4660-bc05-107691bc7aa5/width=450/17826849.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UUOpMn9GuPMx0dIA-UNH9at7%2RP.8xas:bH", "type": "image"}, {"id": 17826848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a3f0a0c-8e50-4e44-a01b-af8a37126097/width=450/17826848.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UUOpMn9GuPMx0dIA-UNH9at7%2RP.8xas:bH", "type": "image"}, {"id": 17827385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db431ffe-d476-4cea-8d04-11a8af5d0a71/width=450/17827385.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULMjXU00GG?^--Nb?HMd01NG^jn+%3i^xuS$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/608960", "modelId": 547477} \ No newline at end of file diff --git a/datasets/metadata/608988.json b/datasets/metadata/608988.json new file mode 100644 index 0000000000000000000000000000000000000000..801383b1c1b15d917fe86fdab2d14ff1790afc8f --- /dev/null +++ b/datasets/metadata/608988.json @@ -0,0 +1 @@ +{"id": 608988, "index": 0, "name": "v1.1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-30T10:31:21.743Z", "availability": "Public", "nsfwLevel": 28, "description": "Tried to imrpove the mains characteristics.
Eyes seems to be a bit buggy due to black sclera.
Advices and tips for improvements are always welcome!
Imperial Palace interior
", "trainedWords": [], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 572126, "sizeKB": 223193.00390625, "name": "Imperial_Palace_Complex_Outsid.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T14:56:18.126Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0ABB62F0", "AutoV2": "BC250F19D1", "SHA256": "BC250F19D1998C18BBD495BF38F6B23554C63D5148777D175B369710C0A6A23A", "CRC32": "4CA9CB7E", "BLAKE3": "F26D6BB2026C083FDF9B035CAE286799D5593614258CC8C2DBB3C619C6D3DD58", "AutoV3": "ACCF585E8A5B"}, "downloadUrl": "https://civitai.com/api/download/models/609415", "primary": true}, {"id": 524531, "sizeKB": 828176.03515625, "name": "609415_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T14:17:03.237Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1AB9D231", "AutoV2": "EDE1F0F88A", "SHA256": "EDE1F0F88A5D2B027A397A8F5F3F6FF8463468BB50391EAC4AD92E7B7AFFF2C4", "CRC32": "9A02D03E", "BLAKE3": "EA923999B72BA96409C506450B6AA678C2E98FA33DB5305ECEA577E5C197131D"}, "downloadUrl": "https://civitai.com/api/download/models/609415?type=Training%20Data"}], "images": [{"id": 20518030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a80fb0e-b241-46de-9d10-a0378baeedfb/width=450/20518030.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UTCju0tlI8s+-#WARpkX%ha~t7bI.AkWWAju", "type": "image"}, {"id": 20518031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45a33e6f-a7d7-4b58-93f0-ecc3eadccaed/width=450/20518031.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U9HT.}x[0LIA}?%1v}4;00E2s;?ZR5Rj%L?G", "type": "image"}, {"id": 20518032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2dc1f437-b66a-45a6-b09d-0446c76ee004/width=450/20518032.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UPEMtQjq8^ju^*a}RkjZ.8M|ayj[~qRkM{kB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/609415", "modelId": 547879} \ No newline at end of file diff --git a/datasets/metadata/609433.json b/datasets/metadata/609433.json new file mode 100644 index 0000000000000000000000000000000000000000..4931beaccde64044cedeb30f0b3d8b01c74ca271 --- /dev/null +++ b/datasets/metadata/609433.json @@ -0,0 +1 @@ +{"id": 609433, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-11T06:41:51.301Z", "availability": "Public", "nsfwLevel": 1, "description": "Imperial Palace interior a large room with a desk and a laptop background
", "trainedWords": [], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 524551, "sizeKB": 1038893.01171875, "name": "609433_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T14:26:15.961Z", "metadata": {"format": "Other"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/609433?type=Training%20Data"}, {"id": 550794, "sizeKB": 223206.73046875, "name": "Imperial_Palace_interior.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T06:45:56.824Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "973CD5C8", "AutoV2": "1572C3BF83", "SHA256": "1572C3BF8312D62158F5F3A323ADB8D313A4D05F7C1CC930F05CCE0E1B4625B2", "CRC32": "18A38305", "BLAKE3": "F94878A7ADFF40A54305C7EFD91C443078723FF42026F0C5415FFB983FDFF97E", "AutoV3": "A63C3A39D22E"}, "downloadUrl": "https://civitai.com/api/download/models/609433", "primary": true}], "images": [{"id": 19340245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51fd1e55-4413-492f-ae18-4e14fa73fb79/width=450/19340245.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8FOMt=^0gx]+Y$%8|IU00Rj02ay_MozcE%M", "type": "image"}, {"id": 19340247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/176644c6-cb4d-47d6-b239-1121775820ed/width=450/19340247.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8G*==S5Dk-o00s+9wof00kD.le-00n$4oWA", "type": "image"}, {"id": 19340246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d164a82-0d5a-446c-852d-7eda1088ec8f/width=450/19340246.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9GuBr~V00NHH?%K_2R*00xWx]Ri^%xtadWA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/609433", "modelId": 547896} \ No newline at end of file diff --git a/datasets/metadata/609454.json b/datasets/metadata/609454.json new file mode 100644 index 0000000000000000000000000000000000000000..3305d6d1a25e14740588bc22dbf68808cb185a39 --- /dev/null +++ b/datasets/metadata/609454.json @@ -0,0 +1 @@ +{"id": 609454, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-06-30T23:07:30.113Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 92, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 524566, "sizeKB": 21742.7919921875, "name": "609454_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T14:36:13.355Z", "metadata": {"format": "Other"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/609454?type=Training%20Data"}, {"id": 525567, "sizeKB": 223100.79296875, "name": "Anubis_by_Callisto_Pony-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T23:06:59.039Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4CD47A8D", "AutoV2": "F118FFD39C", "SHA256": "F118FFD39CF5AE69D08DA0628DF3A3398B7343C0551E4C8C4CBAB157CE3F4588", "CRC32": "F63C953E", "BLAKE3": "3DBEF5E0F6451653F1D803A3308442D3FD4F15572444AAC0B3D0E9BCC279D354", "AutoV3": "546468A2AC68"}, "downloadUrl": "https://civitai.com/api/download/models/609454", "primary": true}], "images": [{"id": 17906783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/673d0aed-2feb-4068-a0fd-fb0e5304a8b7/width=450/17906783.jpeg", "nsfwLevel": 16, "width": 1440, "height": 1440, "hash": "U6DIRK4o01%MI:M|~BNG0M%2?GE1xuWUM{t6", "type": "image"}, {"id": 17906796, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1faff43b-f11a-403a-9135-e7e1bd71049b/width=450/17906796.jpeg", "nsfwLevel": 16, "width": 1440, "height": 1440, "hash": "U8Dbf;%g0MxaJ.-;~CI@0fX9?Hof-oIpM|-o", "type": "image"}, {"id": 17906828, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/950b9f39-9ee3-4c18-bca6-da26212c2feb/width=450/17906828.jpeg", "nsfwLevel": 8, "width": 1440, "height": 1440, "hash": "UABMVzxuXmrq~Voyo}V?ENt7t7NG9GofxEW=", "type": "image"}, {"id": 17906863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90c1d068-6035-41bf-877c-206d31b0d97f/width=450/17906863.jpeg", "nsfwLevel": 16, "width": 1440, "height": 1440, "hash": "U7DR~I9a01V@IoxD~B9u0MkB?GjZ^*NG9a%2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/609454", "modelId": 547916} \ No newline at end of file diff --git a/datasets/metadata/609746.json b/datasets/metadata/609746.json new file mode 100644 index 0000000000000000000000000000000000000000..3309950144e540499d55c47861fa80fffc88ec11 --- /dev/null +++ b/datasets/metadata/609746.json @@ -0,0 +1 @@ +{"id": 609746, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-06-30T22:37:31.937Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "earlyAccessDeadline": "2024-07-03T22:37:31.937Z", "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 525086, "sizeKB": 142723.328125, "name": "609746_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T18:55:43.976Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0FBF7B43", "AutoV2": "F0A53A387C", "SHA256": "F0A53A387C897D4E8ABBE94CF48FFD68EF676688AA4953A5ECE80A54DF514FCB", "CRC32": "ED9BD697", "BLAKE3": "D87296C7A7E92919CC9FD91E77E82CAC4A5A58DC436D5BA486CF185AD7A6D2B0"}, "downloadUrl": "https://civitai.com/api/download/models/609746?type=Training%20Data"}, {"id": 525470, "sizeKB": 223105.14453125, "name": "Holy_Sites__Abrahamic_edition-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T22:20:57.200Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A46F52A2", "AutoV2": "9AA85F4779", "SHA256": "9AA85F4779003C2A3CBAC172932A2F5E132DE90DFE67C3AA1EE56A2F2FF78C21", "CRC32": "95D51A5F", "BLAKE3": "359335EB2E7E3F5CF6AF37941EEC50558C6E2C6ABBB5565AF7F3E61ED274493C", "AutoV3": "1EFF9A776D1B"}, "downloadUrl": "https://civitai.com/api/download/models/609746", "primary": true}], "images": [{"id": 17903684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/887be0ed-0060-476d-9050-c13e3cf4a1bf/width=450/17903684.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDJstJXS02-:%ExZ0hIV~AS4E4xZ_1t7RkWV", "type": "image"}, {"id": 17903685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32fcfdbf-0f0c-419c-95fe-8f7a31f6986f/width=450/17903685.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJG@=8R*O@xZ~pay-pWB01oLt5RkIUj[RPof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/609746", "modelId": 548152} \ No newline at end of file diff --git a/datasets/metadata/60976.json b/datasets/metadata/60976.json new file mode 100644 index 0000000000000000000000000000000000000000..006d3545fdf317c82a886505bf5762541f89d52a --- /dev/null +++ b/datasets/metadata/60976.json @@ -0,0 +1 @@ +{"id": 60976, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-03T00:46:11.173Z", "availability": "Public", "nsfwLevel": 3, "description": "Initial release.
", "trainedWords": ["date wingfield reiko", "white serafuku", "black sailor collar", "short sleeves", "black pleated skirt"], "stats": {"downloadCount": 759, "ratingCount": 98, "rating": 5, "thumbsUpCount": 105, "thumbsDownCount": 0}, "files": [{"id": 43158, "sizeKB": 36739.5009765625, "name": "fault_wingfield.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-03T00:45:53.155Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "11968A7B", "AutoV2": "77853E682D", "SHA256": "77853E682DDC31D97D70F023565EF527D0132BB2F43DFC5E4D705ACFE3247979", "CRC32": "5705CDA1", "BLAKE3": "019196EB7CF127D72785D014C12C1105C70614CCE07A18B330C577DE44FE4DDA"}, "downloadUrl": "https://civitai.com/api/download/models/60976?type=Training%20Data"}, {"id": 43159, "sizeKB": 36983.57421875, "name": "fault_wingfield-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-03T00:45:52.041Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5FCF59D9", "AutoV2": "6753F06791", "SHA256": "6753F06791AB36C2DABFCBA24065AB9074C68417B704284776D737894E7E7C5C", "CRC32": "A345BBAF", "BLAKE3": "5D4D0B0179E1D0F8E18DD9971B1C688BBC7B486DDB3B7E4625AD265619118BA8", "AutoV3": "295FF025E1F3"}, "downloadUrl": "https://civitai.com/api/download/models/60976", "primary": true}], "images": [{"id": 668260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4f54fe9-9ff5-4656-9a28-d83f8ee2b9a3/width=450/668260.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGH-}fZ~0J~V?aRjSOxa00ofo~NG-;j[D%of", "type": "image"}, {"id": 668261, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e20efa9c-47bb-44e4-b813-d2858cab918a/width=450/668261.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBG*{A~W00NF?aR*Ipt700M{yEt7%gaeMwxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/60976", "modelId": 56555} \ No newline at end of file diff --git a/datasets/metadata/60987.json b/datasets/metadata/60987.json new file mode 100644 index 0000000000000000000000000000000000000000..dce7910a434072eb0f2a2c591cf0d39a2cb6d91e --- /dev/null +++ b/datasets/metadata/60987.json @@ -0,0 +1 @@ +{"id": 60987, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-03T01:05:47.309Z", "availability": "Public", "nsfwLevel": 1, "description": "Initial release.
", "trainedWords": ["lilia vanrouge", "multicolored hair", "streaked hair", "black hair", "pink hair"], "stats": {"downloadCount": 492, "ratingCount": 43, "rating": 5, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 43168, "sizeKB": 73241.974609375, "name": "twisted_vanrouge.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-03T01:06:04.910Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2EADD98E", "AutoV2": "DE2A8BC6DA", "SHA256": "DE2A8BC6DA6DF923BD6A9F824416B0545AB7AB865348BB65CC4843957B641686", "CRC32": "F1E7F4A5", "BLAKE3": "4D80098A7004CB04FC7907CBFF4778202C2027EDEC0C809A7C42F74908C30D3A"}, "downloadUrl": "https://civitai.com/api/download/models/60987?type=Training%20Data"}, {"id": 43167, "sizeKB": 36984.146484375, "name": "twisted_vanrouge-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-03T01:05:48.766Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E676D559", "AutoV2": "61DB6885C4", "SHA256": "61DB6885C419A2765C8636B3FFA6B2DA37E2652357D0A1B913616C2E63C2E611", "CRC32": "422C7332", "BLAKE3": "93BAFB159CC418549BEE88AE9C582A09F29EBF38FA3137EF5359AF0C14DD1C45", "AutoV3": "EE69061C431C"}, "downloadUrl": "https://civitai.com/api/download/models/60987", "primary": true}], "images": [{"id": 668340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b13009b-a9d5-403c-ba41-e8c63bc1465b/width=450/668340.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVGbn*xu-:WG~Xk9kDouxvRmxvf8R%j?aeR*", "type": "image"}, {"id": 668338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20c81471-b72d-43c0-8204-5cd82cf781d7/width=450/668338.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UgI5PbM}?uxv~Xj=ozxuWFj?M|t6RiRkoIRk", "type": "image"}, {"id": 668339, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8b42eda-b2db-4fd6-8da4-4c3bfc9e5b4d/width=450/668339.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UgHB[0V].8t7~qt7xvfP%MayxuazD%ofWBRj", "type": "image"}, {"id": 668337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74a09754-3345-410a-8779-28e7969dc970/width=450/668337.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQH.KH%N-;IX_3RP%M-;_4bEt8t3E0M{t7WF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/60987", "modelId": 56566} \ No newline at end of file diff --git a/datasets/metadata/609989.json b/datasets/metadata/609989.json new file mode 100644 index 0000000000000000000000000000000000000000..a95df3e1ae39da396014c4c58699faa57f04ba0f --- /dev/null +++ b/datasets/metadata/609989.json @@ -0,0 +1 @@ +{"id": 609989, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-01T04:01:27.860Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["yoga, yoga pose, stretching, legs, ass, 1woman,", "yoga pants, yoga mat,", "torn pants, torn yoga pants,"], "stats": {"downloadCount": 392, "ratingCount": 0, "rating": 0, "thumbsUpCount": 70, "thumbsDownCount": 0}, "files": [{"id": 525158, "sizeKB": 292281.2529296875, "name": "609989_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T19:35:53.302Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "90EFAA46", "AutoV2": "574AB0CBBC", "SHA256": "574AB0CBBC9AE59091937F62EA1A06D0FBC71C7D6073385FAE3EDEB09EE826DB", "CRC32": "D0CEBF20", "BLAKE3": "AB2041CBDE7A3258789248B8919C4C56A34D0F3E2B25CE85D419D87FB9A34A04"}, "downloadUrl": "https://civitai.com/api/download/models/609989?type=Training%20Data"}, {"id": 526053, "sizeKB": 223117.32421875, "name": "Yoga_Poses-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T04:00:55.254Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4AD5D3BC", "AutoV2": "D1AB8209B4", "SHA256": "D1AB8209B4DB9312539EB6F19B7864F27FE3633BFF75B27CBD58AC424579D6A3", "CRC32": "C3F763C3", "BLAKE3": "E33AB3ED8A52C168C467B1184F6A8791373BD5248A59F21EFF6A0B9DBFC96D89", "AutoV3": "AF6943EA3D43"}, "downloadUrl": "https://civitai.com/api/download/models/609989", "primary": true}], "images": [{"id": 17938715, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aba9189c-2986-4919-9843-ff03c2d606a8/width=450/17938715.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UdKwFMxGx]-:Xn%f%Lxt~VNbt6s9-VR5j=Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/609989", "modelId": 548344} \ No newline at end of file diff --git a/datasets/metadata/609993.json b/datasets/metadata/609993.json new file mode 100644 index 0000000000000000000000000000000000000000..f8769f2a6927f35d9b894b07a78dda7495e1109e --- /dev/null +++ b/datasets/metadata/609993.json @@ -0,0 +1 @@ +{"id": 609993, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-30T18:39:01.053Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 93, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 525052, "sizeKB": 12851.9658203125, "name": "Leotard_HighHeels_Gtaste.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T18:42:13.545Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CE3FFDA9", "AutoV2": "C94F94156E", "SHA256": "C94F94156E5FE5402BE90136FB06CDA4FB7FCA8EBB7D8FEE854CFD82DE4F4496", "CRC32": "81B29963", "BLAKE3": "F2D3B83ECD742CDF7218CB38BF24F894A40774EA159AFF062F1EEBC6D5FEEDF7"}, "downloadUrl": "https://civitai.com/api/download/models/609993?type=Training%20Data"}, {"id": 525051, "sizeKB": 22238.24609375, "name": "Leotard_HighHeels_Gtaste-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T18:42:10.862Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "00DD126D", "AutoV2": "AF9DC04902", "SHA256": "AF9DC04902383E94A1C51D92B8BF6B41E97E702FF051268F2701FE39314A68FE", "CRC32": "7873AB50", "BLAKE3": "936F4B6BBFEB69EFAAAA3100EA5D5A660FFBE63D9B250E959429C90E2107A21D", "AutoV3": "70117B7673E8"}, "downloadUrl": "https://civitai.com/api/download/models/609993", "primary": true}], "images": [{"id": 17880780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a430026d-a698-4a8a-be97-3b206e53411a/width=450/17880780.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUPY*c-;_Nt7.Ss:-;RQT1afM|bH?HayrWba", "type": "image"}, {"id": 17880861, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7e370d1-75aa-4093-a984-b60c7c602faa/width=450/17880861.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUPY*c-;_Nt7.Ss:-;RQT1afM|bH?HWVrWba", "type": "image"}, {"id": 17881007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1822c39-8e65-41ea-b494-754483f487bd/width=450/17881007.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UAOMT*00CSAbu400?v4TKP-p~Xog%3%gH??b", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/609993", "modelId": 548348} \ No newline at end of file diff --git a/datasets/metadata/610112.json b/datasets/metadata/610112.json new file mode 100644 index 0000000000000000000000000000000000000000..af3440a519aadcd8884ccf506f61b4188692bfb3 --- /dev/null +++ b/datasets/metadata/610112.json @@ -0,0 +1 @@ +{"id": 610112, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-30T19:39:45.007Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 90, "ratingCount": 0, "rating": 0, "thumbsUpCount": 18, "thumbsDownCount": 0}, "files": [{"id": 525169, "sizeKB": 22237.19140625, "name": "Kusakabe_Jun_Gtaste-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T19:40:46.659Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "083505EE", "AutoV2": "56F03EC700", "SHA256": "56F03EC700D4F96AEADD89D809A445068E3A5D818B3AE0EA36117E2D0EB7F391", "CRC32": "114FAA0A", "BLAKE3": "831650239570902FE6FE9536080BF166ADB6A23D8B5BD6EEC91FBDFF66521204", "AutoV3": "F40C21D4B693"}, "downloadUrl": "https://civitai.com/api/download/models/610112", "primary": true}, {"id": 525171, "sizeKB": 9907.7919921875, "name": "Kusakabe_Jun_Gtaste.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T19:41:18.251Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "65E87BAA", "AutoV2": "41C7E8B04D", "SHA256": "41C7E8B04D4A1BC620C1CA1892E98006904A4377651749C58C66E20F5678C560", "CRC32": "054C14FA", "BLAKE3": "67B12CBC5765D7C25AA9CD398B0DBB89500BFBC1AC76D74383F4E7F54FB83B73"}, "downloadUrl": "https://civitai.com/api/download/models/610112?type=Training%20Data"}], "images": [{"id": 17887287, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/613a7a17-e2c1-4363-a962-31ea4cae8fb1/width=450/17887287.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZOg1zxu.9xu~Tf6%hofE1ayxvayNdofVsfP", "type": "image"}, {"id": 17887288, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38a2ac58-8e3e-4696-ba8b-6d2af9d430f8/width=450/17887288.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZOg1zxu.9xu~Tf6%hofE1ayxvayNdofRPfP", "type": "image"}, {"id": 17887630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/547fa36b-1a2c-4357-8963-e334f5137387/width=450/17887630.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UxMtK.M{_N%M?GxuWqR*RjWBWXofE1RjxZWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/610112", "modelId": 548446} \ No newline at end of file diff --git a/datasets/metadata/610221.json b/datasets/metadata/610221.json new file mode 100644 index 0000000000000000000000000000000000000000..128f24f194c46e33d190fb888a43497f88cddf68 --- /dev/null +++ b/datasets/metadata/610221.json @@ -0,0 +1 @@ +{"id": 610221, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-30T20:37:48.445Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 96, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 525283, "sizeKB": 22237.73046875, "name": "Mizukoshi_Sayaka_Gtaste-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T20:36:24.160Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "17CE30C3", "AutoV2": "9226914267", "SHA256": "92269142671E246B023E1D32728C89762C94D4EF53B97AF85A0C7F83A70A758D", "CRC32": "3990C3D2", "BLAKE3": "05458DB1C4AF8299D0C561DB68250B10A94A53F40A954F668CB709E82F81CDCA", "AutoV3": "04A2B28D2B98"}, "downloadUrl": "https://civitai.com/api/download/models/610221", "primary": true}, {"id": 525282, "sizeKB": 12525.1103515625, "name": "Mizukoshi_Sayaka_Gtaste.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T20:35:53.918Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0D8FC944", "AutoV2": "F69B97F38B", "SHA256": "F69B97F38BFA2C5658EC79E1A4650A2F95314F6582A185B1C307618A166E0993", "CRC32": "525D10FA", "BLAKE3": "B79D4945FA0ABDBC52030015B7032A16EE720A0D9EC1772078F5482E3CD8FE35"}, "downloadUrl": "https://civitai.com/api/download/models/610221?type=Training%20Data"}], "images": [{"id": 17893488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95baaee7-d852-418e-ae12-8bed402e0b3c/width=450/17893488.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UjM7W9ofJ;xutOt6~Wofx^WB%Maet7a{WVWB", "type": "image"}, {"id": 17893487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff7df9fa-3b7a-4f61-b9e7-3d3840f5f9f4/width=450/17893487.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UjM7W9ofJ;xutOt6~Wofx^WB%Maet7a{WVWB", "type": "image"}, {"id": 17894231, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9604508b-ad5a-4b3a-af03-f29386d7e406/width=450/17894231.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UnJ[6h^+?vX9~oj[%gV@NHIo%2jEkDs.oeR.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/610221", "modelId": 548524} \ No newline at end of file diff --git a/datasets/metadata/610324.json b/datasets/metadata/610324.json new file mode 100644 index 0000000000000000000000000000000000000000..5f4a30ffeb9db43d4d341e86a16f441c8139d6e9 --- /dev/null +++ b/datasets/metadata/610324.json @@ -0,0 +1 @@ +{"id": 610324, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-30T21:29:39.054Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 84, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 525389, "sizeKB": 11664.1943359375, "name": "Shokujinko_Oh_Gtaste.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T21:31:19.980Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5D37D464", "AutoV2": "CF56126CE3", "SHA256": "CF56126CE3128BADA915C0B30DCA11A87C289CBC110E8F6176879DFB86C1BFEC", "CRC32": "4782A0DC", "BLAKE3": "4ED63BA3FD1764B35FA73A371021317D2165FF1FF53A32923757E27A429B33DA"}, "downloadUrl": "https://civitai.com/api/download/models/610324?type=Training%20Data"}, {"id": 525390, "sizeKB": 22238.08203125, "name": "Shokujinko_Oh_Gtaste-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T21:31:22.973Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "50CCE7B0", "AutoV2": "6C70913512", "SHA256": "6C709135121081DB140C30CCFD10E106336569730DC5A5953540E81892724E05", "CRC32": "DA9F7F30", "BLAKE3": "688AEFA3A325A79B29C0E221E2F4B50B573141B39B26B722184B64BA241ECD93", "AutoV3": "121B5B2A6B6C"}, "downloadUrl": "https://civitai.com/api/download/models/610324", "primary": true}], "images": [{"id": 17898307, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0eba62a9-e140-4278-9f9f-854027e59b04/width=450/17898307.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UYO3FKx[?^xuPBof_3oLI;WBxGWB?Gj[w]oL", "type": "image"}, {"id": 17898305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1ab2994-1fea-4b73-bbf0-438a2fcfc089/width=450/17898305.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UYO3FKx[?^xuPBof_3oLI;WBxGWB?Gj[w]oL", "type": "image"}, {"id": 17898398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cacef0e-35e2-4495-b784-86a8dfc28a97/width=450/17898398.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USNJaz?b?wfl_Nxa_3M{57n%-pay-pELIAoz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/610324", "modelId": 548613} \ No newline at end of file diff --git a/datasets/metadata/610336.json b/datasets/metadata/610336.json new file mode 100644 index 0000000000000000000000000000000000000000..d0a69cceed04c4ae040707daef54850be4f2f08d --- /dev/null +++ b/datasets/metadata/610336.json @@ -0,0 +1 @@ +{"id": 610336, "index": 0, "name": "V3", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-01T04:01:38.327Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 23, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 525438, "sizeKB": 52880.6220703125, "name": "610336_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T21:55:43.360Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7AEAA8FE", "AutoV2": "19629BA0B0", "SHA256": "19629BA0B0B6A2EC22F9A410F5A7B64CEF65B0640EC269DA648F036757B902D9", "CRC32": "051A9166", "BLAKE3": "1E34298C27A171956E98C3CCED7474AAC84F792E1682E8F2213966D176A50535"}, "downloadUrl": "https://civitai.com/api/download/models/610336?type=Training%20Data"}, {"id": 525968, "sizeKB": 223102.76953125, "name": "Luigette_Pony-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T03:01:45.255Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3E0282DB", "AutoV2": "B14830B6B4", "SHA256": "B14830B6B4F48F11D8D749075647A65B9ABF9613B309123C7892CCECA49DB1A5", "CRC32": "2509E79A", "BLAKE3": "A407979D55AF0DF0F6A96548569E478747AAA7B6AE4B999E8AE5EDCD60481174", "AutoV3": "A2D27E7F3232"}, "downloadUrl": "https://civitai.com/api/download/models/610336", "primary": true}], "images": [{"id": 17938586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f39c1bc9-9591-44c8-81cc-e2b8bf13cd80/width=450/17938586.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USKK_@02}]?u?ta$wOoIO?jFrYS3=fXQS#i{", "type": "image"}, {"id": 17938584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b001f312-5ed0-4c7d-a8ec-11629d78a553/width=450/17938584.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGGcPk03QC.7|#NaGSixk*njRVkV$,oyj;V]", "type": "image"}, {"id": 17938587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/484ac951-c0d7-4fc0-b98d-5c12b54e9d4f/width=450/17938587.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEIOtkx-xaMm~BRSRjtP:kV|S2otKQtLs;Vy", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/610336", "modelId": 548625} \ No newline at end of file diff --git a/datasets/metadata/610408.json b/datasets/metadata/610408.json new file mode 100644 index 0000000000000000000000000000000000000000..b03451ee056d3eab0d1c0c65d05d709f763b47c5 --- /dev/null +++ b/datasets/metadata/610408.json @@ -0,0 +1 @@ +{"id": 610408, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-06-30T22:17:27.395Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 92, "ratingCount": 0, "rating": 0, "thumbsUpCount": 19, "thumbsDownCount": 0}, "files": [{"id": 525475, "sizeKB": 22238.09765625, "name": "Kawamura_Misuzu_Gtaste-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T22:20:48.719Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5A30DD95", "AutoV2": "C35C051E71", "SHA256": "C35C051E71C922C66D263B0065CAFEDE96B7EF8AD8EB9E6D3C5D93B6216435D6", "CRC32": "6DBEC34D", "BLAKE3": "B6A7F1C716E064FA56CFA8071E2D836AE8E4992AAF33B8920D58FE87F1CCBCA8", "AutoV3": "3C5BCF7C76FE"}, "downloadUrl": "https://civitai.com/api/download/models/610408", "primary": true}, {"id": 525474, "sizeKB": 12134.1484375, "name": "Kawamura_Misuzu_Gtaste.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-06-30T22:21:18.958Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E93720F0", "AutoV2": "62698E6BF9", "SHA256": "62698E6BF9CC45F94B24E1270653D71A41767E1CE1AFEDC8928E71865ECA0AEB", "CRC32": "58170F17", "BLAKE3": "FFCF54450DF30F30A0F876A654817724BBC80DCB3D88F83353398E5159C8E28A"}, "downloadUrl": "https://civitai.com/api/download/models/610408?type=Training%20Data"}], "images": [{"id": 17902205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6683440f-05bd-426c-bcfe-a3bc458a0eaa/width=450/17902205.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UjLqR$%M?vt7~paytRWBS4ay%LkCtSoeV?WV", "type": "image"}, {"id": 17902206, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a22983b-979c-4082-9e7e-af65daa4b2a1/width=450/17902206.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UkLz:T%M?vt7~paytRWBS5ay%LkCtSoeV?WV", "type": "image"}, {"id": 17902497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b69ccfc-5edb-49b7-813d-425877c60c30/width=450/17902497.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UpKnPXxu?vof~pt6xuoft8RjxtRjNHofe-t7", "type": "image"}, {"id": 17902628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8731b36a-4c11-4d85-8021-34e02bafdd88/width=450/17902628.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKJHgz_3~q-;T2t758RkH?j@wdt70zt7tSbI", "type": "image"}, {"id": 17902959, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d3857fd-8e8e-41ec-abdd-c43fc49837d2/width=450/17902959.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNP6BZ-VO@~A0#b_o~Rkjw9F%24:%1$yjED%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/610408", "modelId": 548693} \ No newline at end of file diff --git a/datasets/metadata/610565.json b/datasets/metadata/610565.json new file mode 100644 index 0000000000000000000000000000000000000000..b76b2692c6cabd0f24c04b56a71674f710949cfe --- /dev/null +++ b/datasets/metadata/610565.json @@ -0,0 +1 @@ +{"id": 610565, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-01T01:00:18.746Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["wolf", "brown fur", "white fur", "yellow eyes", "white furred hands", "white furred feet", "furry", "anthro", "black nose"], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 525704, "sizeKB": 1356.6748046875, "name": "610565_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T00:16:25.913Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "E6B7ED2623", "SHA256": "E6B7ED26231BBE72F6044F00DA0F2F6981DC4CDD8F2C133F29A867F32832388D", "CRC32": "B993FF17", "BLAKE3": "E0458058E9AE87E23F64E140D01154FDF3D114162511DC2BCB8514451AC2D6C7"}, "downloadUrl": "https://civitai.com/api/download/models/610565?type=Training%20Data"}, {"id": 525791, "sizeKB": 223105.48046875, "name": "Brown__White_Male_Wolf.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T00:57:10.137Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3186D7E7", "AutoV2": "BC34F9EC43", "SHA256": "BC34F9EC43AA8342A67297AD7163B41EDAC571BBD25CC2D0AE4A03FC02435B02", "CRC32": "493F0329", "BLAKE3": "E14A01373A6A325CB85B1E6B73D95427420362DA99F586918084CC8F446E0F37", "AutoV3": "48729BBDAFE8"}, "downloadUrl": "https://civitai.com/api/download/models/610565", "primary": true}], "images": [{"id": 17920146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64b82454-9a9c-4119-8b12-95c08973b4fe/width=450/17920146.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYOWys9Z~p~p_3%2NGIU%1s:M|bcxuoes:f6", "type": "image"}, {"id": 17920145, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c32e7107-dfed-4d63-8e01-8bfdb087d24e/width=450/17920145.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UWO3@Axu~qt7-=ofRjWBofj[%gjY-;a{WXof", "type": "image"}, {"id": 17920147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e23b22c-cc2a-49a4-b1bd-9b34d0ce49d9/width=450/17920147.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJOzJR_N.7jZ~qt8kCa}_39FIo%g-;xuV?IA", "type": "image"}, {"id": 17921777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a6de81e-fe6d-4af4-8df7-c8cb4e12c2ed/width=450/17921777.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UXMH7B_N?bxu?bRjR*fP%fM{M|ay-;xuxuM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/610565", "modelId": 548818} \ No newline at end of file diff --git a/datasets/metadata/610742.json b/datasets/metadata/610742.json new file mode 100644 index 0000000000000000000000000000000000000000..cb5ece1846e6c0eacf8a59b8da90e9ff5f6f9f0e --- /dev/null +++ b/datasets/metadata/610742.json @@ -0,0 +1 @@ +{"id": 610742, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-01T03:11:32.903Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 44, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 525834, "sizeKB": 14611.326171875, "name": "610742_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T01:25:45.425Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7E232328", "AutoV2": "0CE8713226", "SHA256": "0CE87132266FC366F530EBBE59CA5DD3069156ACCCF89283BC6CF512A82E9747", "CRC32": "2ECD3B76", "BLAKE3": "57DC5E507567A3BAF8C29013BEFB11B3779234349636C56A5DBC4B9FE45FFACA"}, "downloadUrl": "https://civitai.com/api/download/models/610742?type=Training%20Data"}, {"id": 525978, "sizeKB": 223099.82421875, "name": "Dark_Future_Sci_Fi.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T03:10:42.192Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8D6CC84F", "AutoV2": "7925E11805", "SHA256": "7925E118055E2D5EE2C03CC3D0FDA4028F59C23971B9D0E2917DFBCE196973D9", "CRC32": "9E3C1073", "BLAKE3": "8CC4CB034BF8664A018AC13F7CAC6DB78AB075976DDB909F2FF79F52B519C7A6", "AutoV3": "7984BEAC600F"}, "downloadUrl": "https://civitai.com/api/download/models/610742", "primary": true}], "images": [{"id": 17933719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74654277-7855-40a2-ae57-1cb20fadae0c/width=450/17933719.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEFiJn9FtlrY80VYDjpH4:V@k=sCHXIU={NG", "type": "image"}, {"id": 17933718, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51b19516-1747-4b71-b216-3b139be148d3/width=450/17933718.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGCtLvDOik$_u6ni9ExaIUI:t6NGDO%1.8Rj", "type": "image"}, {"id": 17933717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8eb4fe1c-1295-4546-97b0-f985ab4918dc/width=450/17933717.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEBXyrD4D4?sI$Vp%dR=E2J6XnWGMd%hX.Dh", "type": "image"}, {"id": 17935924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e3f492c-be65-49d7-a78f-3f254389ff68/width=450/17935924.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTDAMvD%V[t7_NWrRPaeM{tRjZRk9Ft7t7WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/610742", "modelId": 548972} \ No newline at end of file diff --git a/datasets/metadata/611318.json b/datasets/metadata/611318.json new file mode 100644 index 0000000000000000000000000000000000000000..23f0ef1225e7e4da1693e98210f03c99a6f5aedd --- /dev/null +++ b/datasets/metadata/611318.json @@ -0,0 +1 @@ +{"id": 611318, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-01T07:34:44.149Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["harusakumature", "harusakushippuden", "red_sleeveless_shirt_zipper_black_bike_shorts_elbow_sleeve_overskirt", "red_shirt_sleeveless_white_pants_midriff_navel_open_clothes_chinese_clothes", "leopard_print_bikini"], "stats": {"downloadCount": 71, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 526345, "sizeKB": 37045.6328125, "name": "HarunoSakuraV4.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T07:26:48.672Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BA0E9787", "AutoV2": "E76C62EF9F", "SHA256": "E76C62EF9FD470D10984E622C8878EC98481213DCB0E94AC08BB2A38517EBAFF", "CRC32": "7E56004F", "BLAKE3": "DC60BDA2BD8DE610B0D3D61BF6E7B4868D7124DBD01BDE8ED1BCA3E9712471CD", "AutoV3": "1B2F5C21EECE"}, "downloadUrl": "https://civitai.com/api/download/models/611318", "primary": true}, {"id": 526346, "sizeKB": 404330.888671875, "name": "data110Haruno.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T07:30:49.481Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D94E60E9", "AutoV2": "D02890EAAB", "SHA256": "D02890EAAB4745ABD33C19042FE1080F252C963EB5D96B5E0B96187690FAEFA6", "CRC32": "C15706D6", "BLAKE3": "22FC952748CB99885D344F5A31168BF3F3270C9B86AC16BD77012866216E8A71"}, "downloadUrl": "https://civitai.com/api/download/models/611318?type=Training%20Data"}], "images": [{"id": 17958762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42bda472-0a88-4271-aba0-da3145b5f7eb/width=450/17958762.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UfHK-j$kCTNe$,RPDjrsjGkQMxozK1NsskoL", "type": "image"}, {"id": 17958453, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be3455d4-92a4-40a3-a6f0-97d7edd2a3c2/width=450/17958453.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UKFrF==}0:9_Qk$+ISNG~qxa9a9Z0eoz%1NG", "type": "image"}, {"id": 17957998, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71f08850-f7b5-4ef0-91f6-09dc8573e406/width=450/17957998.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "ULIgcs001GRQiw%29Z%M.mMxD%kpDibbt7R*", "type": "image"}, {"id": 17958149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcf4cbee-ce22-443e-ad89-692fd3f40770/width=450/17958149.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UJC=_YJD1I?I}sRO0JngghtPM}R*S1oeM{jb", "type": "image"}, {"id": 17958155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/319b5387-c762-46cf-9fee-fae974e07ecb/width=450/17958155.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UTGtv-bcBU%2~XkDEMt7cY-;M{j]R-o}Rjxa", "type": "image"}, {"id": 17958301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb998a2b-dc72-493f-9912-34e42910caa0/width=450/17958301.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UHFi4T4.*Js;#=-p00xs=_IT4-sA-mWToy%M", "type": "image"}, {"id": 17958329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0094c475-d28c-44cc-8da0-80694334e33c/width=450/17958329.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UOD,sT%O8yT2R4E1D~-m}ra%ADja,?VuR%%M", "type": "image"}, {"id": 17958342, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65853767-5407-4ad4-9615-79457d49f405/width=450/17958342.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "ULIOYE~q0dDjroDi5RIBXAwHcZRi0LaJ$~M{", "type": "image"}, {"id": 17958346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb053551-18ce-42fe-b51e-e350bb1b0030/width=450/17958346.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "ULECnf9G00.8}Rt30zWAIWjDkWRQ9Zoys8s.", "type": "image"}, {"id": 17958363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cec59b2d-10d8-4f76-8f74-3e36bfd2aaf0/width=450/17958363.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UAG8jJ9HG^Dj}H${00=|r.4oEI^i0wXO-n?G", "type": "image"}, {"id": 17958392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a2b80bb-8da8-47f3-9ad6-cc7b3ee57c36/width=450/17958392.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UGE.@*?KCP4n~ADg0K8{?FRNTet6MbMyS*M}", "type": "image"}, {"id": 17958446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3747f926-e999-4574-b0cf-22cf62c884ee/width=450/17958446.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UbIqQ9D*yXt7~Wt7ELt7tlt7M{ayofkCRjn%", "type": "image"}, {"id": 17958462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0557981d-943d-4b4b-aade-3c9892b4dbf2/width=450/17958462.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UaHKnqWBO@xZ~XaxNds,pJ-oRjafW?t6R*s:", "type": "image"}, {"id": 17958557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cfb42b1-82f0-4c37-95bf-eb687d87fb06/width=450/17958557.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UGIOYD_40J9G#OH=5RD%Oa$2YQEL01aO-oM{", "type": "image"}, {"id": 17958524, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f7f49a7-c537-47a4-9882-f37e1518d66b/width=450/17958524.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UII49kIB1u^*~q%Mx]E1?u?a4.%LEM-;R%xa", "type": "image"}, {"id": 17958204, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bf09b15-f254-4109-84b6-eda0f30b89c3/width=450/17958204.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "U9IXmx0000_2-=H?t,#k0:4m_M#,RlD%I:?a", "type": "image"}, {"id": 17958500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77c7e2b4-f381-4315-a99a-9ac6bc26f883/width=450/17958500.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UGKmq+Iw01_4Dk%%t2tTNND*S0-UjMItI=ae", "type": "image"}, {"id": 17958296, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/642026e5-c25f-48fc-8dd6-b20a2030d3de/width=450/17958296.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UDJj;|Mz00_2GIY6t,M{9^?wM_?v9w?vb_Os", "type": "image"}, {"id": 17958515, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d52f33bb-8849-4d56-9c04-fbb8af847e62/width=450/17958515.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UBKmbO_401XB8{N400Ip0MxZXljD9ZRkIUNF", "type": "image"}, {"id": 17958237, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa292592-44dd-4117-9da3-74d5f8f08f18/width=450/17958237.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "U5H-Ab$z00xHpyIm00s.00W9x]xu01S00JWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/611318", "modelId": 549460} \ No newline at end of file diff --git a/datasets/metadata/611352.json b/datasets/metadata/611352.json new file mode 100644 index 0000000000000000000000000000000000000000..68d3810e6d6878c130c41deb4bc1fa342a493778 --- /dev/null +++ b/datasets/metadata/611352.json @@ -0,0 +1 @@ +{"id": 611352, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-01T09:58:42.222Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 28, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 526382, "sizeKB": 9858.3056640625, "name": "611352_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T07:51:21.575Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3ECECAB4", "AutoV2": "6C0C8E9945", "SHA256": "6C0C8E99453812F3ACAA637907B80FDFE783D49131B65EE586779FD876B9EA75", "CRC32": "7962565C", "BLAKE3": "D75E2FC9B486BFAA1651F62731DAF8BB69C0DB1BC057B82CD9E9C18ACBB0919F"}, "downloadUrl": "https://civitai.com/api/download/models/611352?type=Training%20Data"}, {"id": 526552, "sizeKB": 223098.89453125, "name": "WESTGRUNGE.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T09:55:59.583Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8F75D2D4", "AutoV2": "D22DF53015", "SHA256": "D22DF53015DA7ABE404830D25E6DD3FF04F147008BA39D30BC45D59F23135EE7", "CRC32": "6E187A04", "BLAKE3": "8D96A590FAEDC5AB2316B964ABED36410863AF65F28EF25AF268171EEA6B95E1", "AutoV3": "B9944CC78B2D"}, "downloadUrl": "https://civitai.com/api/download/models/611352", "primary": true}], "images": [{"id": 17970893, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c947d0d-9bb6-4d54-bd41-35dade260564/width=450/17970893.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKFO=UE2~p-p?bRQtRWB4.WBIUNGxut7Rjt7", "type": "image"}, {"id": 17970894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39895b0d-b369-4e2c-8d9f-a307fb83770e/width=450/17970894.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMHBuVE2~p-p_NM{x]kC9aaeWBNGIUfRM{ay", "type": "image"}, {"id": 17970895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ebb2102-879a-4476-a233-cafeecc099df/width=450/17970895.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIEL{Px]~ps:-=IptlRj0KV@WBa|jFt7RQIo", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/611352", "modelId": 549490} \ No newline at end of file diff --git a/datasets/metadata/611665.json b/datasets/metadata/611665.json new file mode 100644 index 0000000000000000000000000000000000000000..cfbcc275acdedf1920188a861dd3f994f6b4297d --- /dev/null +++ b/datasets/metadata/611665.json @@ -0,0 +1 @@ +{"id": 611665, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-01T11:27:21.099Z", "availability": "Public", "nsfwLevel": 34, "description": null, "trainedWords": [], "stats": {"downloadCount": 82, "ratingCount": 0, "rating": 0, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 526692, "sizeKB": 22235.44921875, "name": "Rionne_Bayreuth_NewGate-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T11:31:11.776Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5EA0C804", "AutoV2": "07E3381BF7", "SHA256": "07E3381BF72A07B24F082AD0F69523E4E18F8474E5930E802FB916A125A10200", "CRC32": "1EA828E8", "BLAKE3": "92E8CD528A8C4F4679708E277DE80DAECEF290F59F1C34461C77255B0B6D4B10", "AutoV3": "0CB0049B7A22"}, "downloadUrl": "https://civitai.com/api/download/models/611665", "primary": true}, {"id": 526691, "sizeKB": 10042.447265625, "name": "Rionne_Bayreuth_NewGate.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T11:31:13.111Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "838CB83C", "AutoV2": "E0166B7C67", "SHA256": "E0166B7C6791A50F31C9CDE6975229F7480C42A3D6829AAF3F60BCC7536C854D", "CRC32": "85C7C6F1", "BLAKE3": "8052018BFEFF40A880A159094C6267261A3C7218066209E4C58DBE72D3835C53"}, "downloadUrl": "https://civitai.com/api/download/models/611665?type=Training%20Data"}], "images": [{"id": 17978757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7055cea5-1c26-44ec-be03-d2edfd960538/width=450/17978757.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UuM?#Ws;IojY~VjbxaRjNeWBWEWAxuaxWBjY", "type": "image"}, {"id": 17978756, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d7f2ebf-a543-4780-9a4d-14ba33eab4b5/width=450/17978756.jpeg", "nsfwLevel": 32, "width": 1024, "height": 1536, "hash": "UuM?#Ws;IojY~VjbxaRjNeWBWEWAxuaxWBjY", "type": "image"}, {"id": 17979055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78581393-53ff-4256-b069-4e985642ffad/width=450/17979055.jpeg", "nsfwLevel": 32, "width": 1024, "height": 1536, "hash": "UlLWX^s;RiE2~UM|Rkt5NGRjagxZ%2s:RjIp", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/611665", "modelId": 549762} \ No newline at end of file diff --git a/datasets/metadata/611779.json b/datasets/metadata/611779.json new file mode 100644 index 0000000000000000000000000000000000000000..ceabc9b0a3aafa41efae187b685fa0951adfe5f5 --- /dev/null +++ b/datasets/metadata/611779.json @@ -0,0 +1 @@ +{"id": 611779, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-01T12:37:43.235Z", "availability": "Public", "nsfwLevel": 33, "description": null, "trainedWords": [], "stats": {"downloadCount": 90, "ratingCount": 0, "rating": 0, "thumbsUpCount": 23, "thumbsDownCount": 0}, "files": [{"id": 526800, "sizeKB": 7087.080078125, "name": "Ayaka_Sunohara_Caretaker.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T12:41:27.061Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "38AA98D8", "AutoV2": "B5A7D4FF42", "SHA256": "B5A7D4FF42C3A463F3E14A7158CAD9D2E1247E3AB627AA787E3B680C6F66A2C2", "CRC32": "C5DD1019", "BLAKE3": "FF513C054F9F23D920CB27E56E0616B2891BBBF1778138713AA943BD9D095F3C"}, "downloadUrl": "https://civitai.com/api/download/models/611779?type=Training%20Data"}, {"id": 526801, "sizeKB": 22235.62890625, "name": "Ayaka_Sunohara_Caretaker-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T12:41:27.216Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2777818F", "AutoV2": "F4297A8857", "SHA256": "F4297A885747E821F3B3279CCF8C4183644D8CA5E1CE5B4162B19881DD02FD57", "CRC32": "A05B9FF3", "BLAKE3": "E99B6F33EE1BC1104A6F8DEC8772EA5F37CA54206383BEACA8D6B24AC1FBB2A8", "AutoV3": "F092043BE4A7"}, "downloadUrl": "https://civitai.com/api/download/models/611779", "primary": true}], "images": [{"id": 17985098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa2eba52-33d0-494f-b2f4-b3a098d4fc2a/width=450/17985098.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USR{3]sAu6xvxVt6yFt7.Sj[MyWVxuWBVtj[", "type": "image"}, {"id": 17985080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a991f3c-73d3-4c0b-8b26-76a8532c3312/width=450/17985080.jpeg", "nsfwLevel": 32, "width": 1024, "height": 1536, "hash": "USR{3]sAu6xvxVt6yFt7.SfkMyWVxuWBVtj[", "type": "image"}, {"id": 17998084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/109a837d-f2b9-4b6a-a77a-85bcd98c09e4/width=450/17998084.jpeg", "nsfwLevel": 32, "width": 1024, "height": 1536, "hash": "U8N]e70007K5004n0201584o~W4oyD?a-=oz", "type": "image"}, {"id": 17999438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdd84217-16d4-4b79-bbb7-f7113d6c58e2/width=450/17999438.jpeg", "nsfwLevel": 32, "width": 1024, "height": 1536, "hash": "UBMPq3?H05^j004:00jE00%1-:S2~pV@-px[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/611779", "modelId": 549855} \ No newline at end of file diff --git a/datasets/metadata/611807.json b/datasets/metadata/611807.json new file mode 100644 index 0000000000000000000000000000000000000000..752e96ed0e480f25ae19247f4ca5c75d360e17d4 --- /dev/null +++ b/datasets/metadata/611807.json @@ -0,0 +1 @@ +{"id": 611807, "index": 0, "name": "V2.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-01T12:53:47.778Z", "availability": "Public", "nsfwLevel": 28, "description": "I tried to separate Densatra from Rose. I think for specific results when generating, it is better to use only one tag (Densatra or Rose).
", "trainedWords": ["deathhydra", "Densatra", "Rose", "Cobra"], "stats": {"downloadCount": 74, "ratingCount": 0, "rating": 0, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 526830, "sizeKB": 34158.189453125, "name": "611629_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T12:56:53.440Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "42E10630", "AutoV2": "B302E7CDC1", "SHA256": "B302E7CDC1824BACA86EF22574E5B8AB16B6A0ED5D3A06768EA551CC5CC92B66", "CRC32": "BEC100BE", "BLAKE3": "9B2958AD30314CADBEC2886CEC7E674DD0C1728C479904622AC557AD7F434AF6"}, "downloadUrl": "https://civitai.com/api/download/models/611807?type=Training%20Data"}, {"id": 526833, "sizeKB": 223108.60546875, "name": "DensatraRose_by_deathhydra-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T12:56:20.795Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9E0C6968", "AutoV2": "6D82E74754", "SHA256": "6D82E74754279480F75BE2730F3CB05F1FC0A57D2A955E6DB2BE755883CA8C22", "CRC32": "3ABEC917", "BLAKE3": "1C356B18368F3A81E52360C8930420588C1D2EEAEBBCE12E237469FEBE27A13F", "AutoV3": "02C2AA9EBC9E"}, "downloadUrl": "https://civitai.com/api/download/models/611807", "primary": true}], "images": [{"id": 17988997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/decf41eb-f1b1-4d7f-9198-682fdec75971/width=450/17988997.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U98=Tw%%_h-q~WKN=fxwyXF|ZgnNW=SjR4RN", "type": "image"}, {"id": 17988994, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9197ab24-af8d-4239-b873-1f95d1ca8013/width=450/17988994.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UA7Lfv9@#txw^lAArCxHxuNuR5jbuPm+X8WA", "type": "image"}, {"id": 17989000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b364b412-e5cc-4db2-a54c-5a170482897e/width=450/17989000.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UIC7T-9]^-8w-nJ6+}nSMJyEMd%2D$n}Rn%2", "type": "image"}, {"id": 17988995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf6f56e8-abfb-49f6-ac31-c14797eda862/width=450/17988995.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UKBpV3-C|3R4#RxHrrS15PEeE0o}KjNZOWVr", "type": "image"}, {"id": 17986371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20a8054e-6b77-4e31-92a0-ddef5abada9e/width=450/17986371.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1200, "hash": "UP8~Zkx]krsp*JaJSxoMRQMdNFV[a$jFbcRQ", "type": "image"}, {"id": 17987628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/155c6577-2c15-48a5-836d-515bca28d982/width=450/17987628.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7BpYN00iB]r:%TI0J$Nm$tpIS%N_4MwKONZ", "type": "image"}, {"id": 17986366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/345c94fb-7041-4fe0-af5c-c065ab9f379a/width=450/17986366.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1200, "hash": "UJCPuB^8}^;8}^-D-X,IMdXTVsV@MwkXMwJ%", "type": "image"}, {"id": 17987629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3608868-9a18-468e-a055-4730a6caded3/width=450/17987629.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKBXA.^6}d?IKNN@MxIn9EOFD~NbwIt8s8nl", "type": "image"}, {"id": 17987631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49ba6b46-3416-4cd4-b74d-9f384d00e3bf/width=450/17987631.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UaDJ;skqrwjb_4WAsqof%gM{oLt8%gkCbHbH", "type": "image"}, {"id": 17987630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a03e4bfa-3904-43fb-8566-df2cf810f05c/width=450/17987630.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UB8rIJwNQ8wP?0tmMdxI.AxxM_ib,0o#Swni", "type": "image"}, {"id": 17986372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/981d0992-e650-47c6-b9c5-2f1d0fc1c439/width=450/17986372.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1200, "hash": "UAD*MX-@Iy-W-s%4F_R$0JEvKGR$DzD$RP%3", "type": "image"}, {"id": 17987627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b0ad977-ebd4-4676-aea6-1daf8403b183/width=450/17987627.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULDS68-qu6rq?Ks;XmsT5ONcrrW.EKRinPR%", "type": "image"}, {"id": 17987632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab80ed2b-14b3-4085-b363-ca8d24aae018/width=450/17987632.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UHF;w2V:ED%O~Vw5D~%g%NjG9atS-?X2RPnO", "type": "image"}, {"id": 17988996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ded6834f-6f0e-4814-9789-cc943ac2e7a3/width=450/17988996.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U87LTGL2v}-=.TO?V@%3E}o#MxQ-9^xvM{IA", "type": "image"}, {"id": 17988999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24470263-368a-4bb0-b378-ecc8e545cd31/width=450/17988999.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U99tl=3W=~xv~XJPr?bdv}O[R+T0vfInnjTK", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/611807", "modelId": 498447} \ No newline at end of file diff --git a/datasets/metadata/611831.json b/datasets/metadata/611831.json new file mode 100644 index 0000000000000000000000000000000000000000..4f32bcef755a739f25b814bd1a9ba5e65d87f8e4 --- /dev/null +++ b/datasets/metadata/611831.json @@ -0,0 +1 @@ +{"id": 611831, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-01T14:30:49.992Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 527022, "sizeKB": 445801.04296875, "name": "MatureHannah.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T14:30:52.046Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "17540C03", "AutoV2": "EE362E9CFA", "SHA256": "EE362E9CFA5066C38AF7E1D1858663C4B3D73A6579044B53B2498CCDEE6E6F7E", "CRC32": "06D34359", "BLAKE3": "84E0C38A217D92BCFA4F65FE2A68BE9D3DE0D6420196B495B3974FF17B100B14", "AutoV3": "3050E07F5DA1"}, "downloadUrl": "https://civitai.com/api/download/models/611831", "primary": true}, {"id": 526868, "sizeKB": 21759.29296875, "name": "611831_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T13:20:55.635Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4DC797FC", "AutoV2": "EE8006C383", "SHA256": "EE8006C383BD3FEC8D7B11975CB701D9095B0F632BE467C191775951279E3AB2", "CRC32": "5C9B8872", "BLAKE3": "7D8784B58F072AD41054661F34E988812AA9956AFA92CD168BE93668453683F9"}, "downloadUrl": "https://civitai.com/api/download/models/611831?type=Training%20Data"}], "images": [{"id": 17997058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f32bd269-b72c-4da5-bbe1-ee6b80425ed5/width=450/17997058.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6B.yC5700~VLMxZDO%2~VRkMd9]0g%2=wVs", "type": "image"}, {"id": 17997064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f539f3ab-4d77-441f-9f2f-05ba183e0ebb/width=450/17997064.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDCrp3^k0ME10}9aDixZ~V-oxGWX0fIonNxu", "type": "image"}, {"id": 17997065, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aafd0500-b481-4d21-bafd-35dfdc75d570/width=450/17997065.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6Crl{D*00?bLgr?4Tbw~pIoMc%M0#xa=awc", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/611831", "modelId": 549900} \ No newline at end of file diff --git a/datasets/metadata/611995.json b/datasets/metadata/611995.json new file mode 100644 index 0000000000000000000000000000000000000000..03de2f918a7f9b2b0ad1b7c604257efa9850e4c5 --- /dev/null +++ b/datasets/metadata/611995.json @@ -0,0 +1 @@ +{"id": 611995, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-01T14:28:44.502Z", "availability": "Public", "nsfwLevel": 33, "description": null, "trainedWords": [], "stats": {"downloadCount": 98, "ratingCount": 0, "rating": 0, "thumbsUpCount": 27, "thumbsDownCount": 0}, "files": [{"id": 527029, "sizeKB": 9557.2265625, "name": "Shokuhou_Misaki_Index.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T14:30:53.422Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C026B264", "AutoV2": "819F58FF79", "SHA256": "819F58FF79420D9B5029FF6940F6C32CF5BD64BDC68B6B8EACB1B234031BC45D", "CRC32": "A7B611F8", "BLAKE3": "A23E64663B0B154CD2658D47847241AA3614B9CF3FA589442AD46C3553C51DC3"}, "downloadUrl": "https://civitai.com/api/download/models/611995?type=Training%20Data"}, {"id": 527030, "sizeKB": 22237.87109375, "name": "Shokuhou_Misaki_Index-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T14:32:01.538Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3456BCB0", "AutoV2": "349464797C", "SHA256": "349464797C3497AA03BBD9DEC3D675E38602CE56499A890F3448995C7023231E", "CRC32": "3FD31C64", "BLAKE3": "A871421969D4F4B476AA3AB1B8A0BEA75723EE0455EAE0BD92C8E07397603345", "AutoV3": "ECCF5EFBB185"}, "downloadUrl": "https://civitai.com/api/download/models/611995", "primary": true}], "images": [{"id": 17996809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/034042c7-1722-480b-882c-4dac8cac14df/width=450/17996809.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USRC9[%1tmxu-#R*yZoz.TofRSof%gWBn,bI", "type": "image"}, {"id": 17996806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe684539-edec-4839-ba92-05c17235e107/width=450/17996806.jpeg", "nsfwLevel": 32, "width": 1024, "height": 1536, "hash": "USRC9[%1tmxu-#R*yZoz.TofRSof%gWBn,bI", "type": "image"}, {"id": 17997276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77e2386f-12c6-4c0e-b00e-9052bf9473d2/width=450/17997276.jpeg", "nsfwLevel": 32, "width": 1024, "height": 1536, "hash": "UCMsp2Ax00M_4Tvz0RX801xt9ht8_N-:rXM|", "type": "image"}, {"id": 18000688, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89998770-75b5-48bd-b379-3f1ab7927cb6/width=450/18000688.jpeg", "nsfwLevel": 32, "width": 1024, "height": 1536, "hash": "ULOyeTxZE1xvSaWA59Ne_Na|%hkD-;oe%Lt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/611995", "modelId": 550045} \ No newline at end of file diff --git a/datasets/metadata/612094.json b/datasets/metadata/612094.json new file mode 100644 index 0000000000000000000000000000000000000000..b1c482334305c5b01386da4d576a625ea8c60550 --- /dev/null +++ b/datasets/metadata/612094.json @@ -0,0 +1 @@ +{"id": 612094, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-01T19:39:30.017Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["jirendbs", "pride trooper uniform", "white gloves", "white boots", "shirtless"], "stats": {"downloadCount": 17, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 527447, "sizeKB": 10356.2900390625, "name": "612094_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T17:46:34.645Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "36675857", "AutoV2": "2F993A10F1", "SHA256": "2F993A10F18B691185B6BECCC536633753E270A395F786728F0C5774A9B44B7B", "CRC32": "7FDF7E17", "BLAKE3": "6D383B4C23D1D7817F760DE4DF83251223D82601D8BE05CBBA24468F67D3158F"}, "downloadUrl": "https://civitai.com/api/download/models/612094?type=Training%20Data"}, {"id": 527685, "sizeKB": 223103.94140625, "name": "Jiren_Dragonball_Super_PONY-000019.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T19:40:45.807Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9B8A07E8", "AutoV2": "81360376C5", "SHA256": "81360376C5FB45E0B3F8F1B899FE1D2F36E510C10949812F7669060BBFAD9D41", "CRC32": "520DA5CF", "BLAKE3": "EFF1CE0C85D1693A4111CE32B6B2D2F9E11DC6CD5CE772D32C6D268C5FA2BCDC", "AutoV3": "3E472E3D985D"}, "downloadUrl": "https://civitai.com/api/download/models/612094", "primary": true}], "images": [{"id": 18030461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c06b953-a5d9-4ade-8dbe-d3e20439b998/width=450/18030461.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTH2G{Z$4pM}0:x[OsI[.Rt79uIV~VsAMeWB", "type": "image"}, {"id": 18030463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26a0509e-cf31-4f86-b053-0cc175daaf44/width=450/18030463.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYLKyv={Nt$g}sSgRjn$M{IpIpV[NFJ8nmaf", "type": "image"}, {"id": 18030460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48695bb1-303a-4ed8-ba91-e3b17233d631/width=450/18030460.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEKnF{NH~WIUpKax%N%ME3-;NGM{x^D*01NG", "type": "image"}, {"id": 18128681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/194c826a-76c5-4f8b-b57c-b6838c8fa0bf/width=450/18128681.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U8LA{xrX0y^P;N-B1bo}00jZ1HS}~WNGIU9u", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/612094", "modelId": 550121} \ No newline at end of file diff --git a/datasets/metadata/612180.json b/datasets/metadata/612180.json new file mode 100644 index 0000000000000000000000000000000000000000..6385fd53049df7dd1508bc9bd182b25bddb10f01 --- /dev/null +++ b/datasets/metadata/612180.json @@ -0,0 +1 @@ +{"id": 612180, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-01T15:54:26.055Z", "availability": "Public", "nsfwLevel": 42, "description": null, "trainedWords": [], "stats": {"downloadCount": 96, "ratingCount": 0, "rating": 0, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 527184, "sizeKB": 7829.2314453125, "name": "Cefiro_StrongestMagician.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T15:55:49.432Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3AEF9999", "AutoV2": "1D55032A96", "SHA256": "1D55032A9698BE76D25B90E82D9217734AE16BD43282E0519B788BC6AC821C99", "CRC32": "E19D2721", "BLAKE3": "013CBB896C6FB2CAB3786B1B46CAE44524F1966C8F6A3961DFFA230F34E7E308"}, "downloadUrl": "https://civitai.com/api/download/models/612180?type=Training%20Data"}, {"id": 527185, "sizeKB": 22236.11328125, "name": "Cefiro_StrongestMagician-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T15:56:15.905Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D1CD9D04", "AutoV2": "018EE03E07", "SHA256": "018EE03E073E9B9D093DEC84C6F4CFDD09F5C340CC5C5EFEDE80AB5EE99B1FE8", "CRC32": "040D9704", "BLAKE3": "C5676651BB5B382A050B0D5D20089C0ADE86B61326DCBD2191BA25DC1D480901", "AutoV3": "44D98AC8F11E"}, "downloadUrl": "https://civitai.com/api/download/models/612180", "primary": true}], "images": [{"id": 18006166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77d7cbe2-eeed-41d4-8b87-d324986c05f0/width=450/18006166.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULID]+-p0KxZ^jt7-mxZ9tt6-oay~VxuI;NG", "type": "image"}, {"id": 18006159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a72fc90-7583-44d9-9257-e4e1ff7a7700/width=450/18006159.jpeg", "nsfwLevel": 32, "width": 1024, "height": 1536, "hash": "ULID]+-p0KxZ^jt7-mxZ9tt6-oay~VxuI;NG", "type": "image"}, {"id": 18007107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a88187b-706d-452f-b265-dbfd5e40012c/width=450/18007107.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UNNS$=Djx?9HI:IA_2M|J.Rk$y%1~Vs:bHt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/612180", "modelId": 550187} \ No newline at end of file diff --git a/datasets/metadata/612195.json b/datasets/metadata/612195.json new file mode 100644 index 0000000000000000000000000000000000000000..1425ba17cb8cb3e98d6c5247d99e5231a56ef4ed --- /dev/null +++ b/datasets/metadata/612195.json @@ -0,0 +1 @@ +{"id": 612195, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-01T16:49:10.076Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 51, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 527204, "sizeKB": 4205.5126953125, "name": "612195_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T16:05:53.946Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0F6E9343", "AutoV2": "271C853A08", "SHA256": "271C853A08DB979F00979472C349AAFF7EDDD629AC05E18C4CFA1CFEBDC88782", "CRC32": "EA283523", "BLAKE3": "EDC0BD44CE7A8ECDEEB33389F2BD30B097A6A2242E82DAED0B69B4038FB1D809"}, "downloadUrl": "https://civitai.com/api/download/models/612195?type=Training%20Data"}, {"id": 527321, "sizeKB": 223101.70703125, "name": "Jeht.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T16:51:40.248Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FACB4B15", "AutoV2": "4C7C755535", "SHA256": "4C7C7555358FECB90F9E99B0DFD79818B3381C4356789522B4C794193F96089F", "CRC32": "631BCC2B", "BLAKE3": "D846BE55304A620A9785FE0D8A8985D9EA8DE9E83E0ABAECB566D7E0EBD285BA", "AutoV3": "C484D6082FFB"}, "downloadUrl": "https://civitai.com/api/download/models/612195", "primary": true}], "images": [{"id": 18014543, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1690cb29-dbeb-48eb-82e6-ab1eead7560b/width=450/18014543.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNIplXFucu}@1BtKJXOF-YaIvzNdO_xAslX9", "type": "image"}, {"id": 18014579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e20e5e4-7757-4a73-b864-433e4d6be277/width=450/18014579.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UaI|U_-V%iInBaX9OHslNLxYaej[$*jEV?R,", "type": "image"}, {"id": 18014588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4171f25a-77a7-493a-a6ae-82b7f29a5124/width=450/18014588.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UTI:;NXo%i}qBasqK8R+oOM|NIo}SlNfi_R*", "type": "image"}, {"id": 18014607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1247ea45-fee3-4050-86f7-e62d008b81ed/width=450/18014607.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "URIDh0b~%iT3KBJFNgI^-DRjV?RlbfxDr=WC", "type": "image"}, {"id": 18015509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbbe7c67-fa77-412d-ab7e-cdcaa0f78014/width=450/18015509.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UYIpc4v{-n$dp3=Ws*W9xd$zjDW-EmNxoIoJ", "type": "image"}, {"id": 18015519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27851c18-b0ac-4b69-89e8-58b58fba3214/width=450/18015519.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULJj0wv}?FOuBt-6WBJD-ss;NHNH5[JC$*xC", "type": "image"}, {"id": 18015529, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1a77f80-9486-4e27-83f2-9686aabed16c/width=450/18015529.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UeJGT+t7%0aJGKkDjrRjOvI[NHoeEmofofs:", "type": "image"}, {"id": 18015537, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b781f9a5-ac5f-4439-a0ad-1a2ccea205a3/width=450/18015537.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UTI:qb?I=_T1GKOtslo$%OENM{R:A0jEs,og", "type": "image"}, {"id": 18118272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2696c7f6-58e1-470a-8dca-c7fae6343125/width=450/18118272.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UHI;qsmRPmDj4:58}?K5-PKO9GnOr=^%%fR6", "type": "image"}, {"id": 18118279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06114892-7a2b-4b0d-a3e5-4a5287d8ccb4/width=450/18118279.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UdIEkE%1KiNHxrslnOxZ~A%fIVocxtS5kVj[", "type": "image"}, {"id": 18118284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1fb1f336-1ae0-4175-9ca0-730175612b22/width=450/18118284.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGIX]D.R?YDj~oRPMyDj2^4;R5bu4orqt6?G", "type": "image"}, {"id": 18118316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b63291f-3937-48ca-98da-05cf2d8bb6b9/width=450/18118316.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UVKAp1NKb^-T^#?GV@%L~oa#MxX8I;RkR+WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/612195", "modelId": 550203} \ No newline at end of file diff --git a/datasets/metadata/612392.json b/datasets/metadata/612392.json new file mode 100644 index 0000000000000000000000000000000000000000..f9d1fb2577b51c75425ca8313e9e9c7094f33e00 --- /dev/null +++ b/datasets/metadata/612392.json @@ -0,0 +1 @@ +{"id": 612392, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-01T17:34:31.509Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["irenadt2", "large breasts", "very long hair", "brown hair", "hair tubes", "green eyes"], "stats": {"downloadCount": 135, "ratingCount": 0, "rating": 0, "thumbsUpCount": 37, "thumbsDownCount": 0}, "files": [{"id": 527391, "sizeKB": 40762.177734375, "name": "Irena Rosenmeier.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T17:25:43.128Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1043A188", "AutoV2": "D6222AEBAB", "SHA256": "D6222AEBAB677C39DAF15B9106ED26F39443AEB2735EC4EC2BBD4C168A20BEFA", "CRC32": "ABE8CC5C", "BLAKE3": "D10067C178850DB326703D89D6FA94222EE4FE0831422F051FE49FF1F4B7817D"}, "downloadUrl": "https://civitai.com/api/download/models/612392?type=Training%20Data"}, {"id": 527398, "sizeKB": 223107.24609375, "name": "Irena_Rosenmeier.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T17:26:20.776Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FA2B8A59", "AutoV2": "1DDF7B9785", "SHA256": "1DDF7B97855C08D4B0A48B5133D00E7DA4B498C4D1C6C390D1DD1F25E0983EFD", "CRC32": "57A419F1", "BLAKE3": "8D0575F6551168D10A78485324F4C6E2E1A063B92227C076E87BF90E6D28CA8F", "AutoV3": "543FB70D7DBA"}, "downloadUrl": "https://civitai.com/api/download/models/612392", "primary": true}], "images": [{"id": 18017322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b35d2ee7-d271-4ba1-804c-6aff8d737f6e/width=450/18017322.jpeg", "nsfwLevel": 2, "width": 3072, "height": 3072, "hash": "UPIiF7^NO_pHrQIUt8$*NgMyI:IpENbdskxY", "type": "image"}, {"id": 18017281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ddfdb05-abcc-4156-a5df-0d615a3018ac/width=450/18017281.jpeg", "nsfwLevel": 2, "width": 3456, "height": 2688, "hash": "U5J82.8wO_MJy@Fy0KO?00V|Hr%hNaoxik9[", "type": "image"}, {"id": 18017347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4c0a768-58b8-449a-ab99-3c32e9ec18a8/width=450/18017347.jpeg", "nsfwLevel": 4, "width": 3072, "height": 3072, "hash": "ULJREdqH0L7yloD$wcp0KQITs.R.$%Mxozt6", "type": "image"}, {"id": 18017340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c649eea6-1ec0-4df6-9560-762b34593a7a/width=450/18017340.jpeg", "nsfwLevel": 16, "width": 3072, "height": 3072, "hash": "UIJt6Z$+0x5Q0z-nM{I:E3EM^PRk}rw|tlV^", "type": "image"}, {"id": 18017433, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65e181d7-e1d0-4511-ac7e-0623f29a9fa5/width=450/18017433.jpeg", "nsfwLevel": 2, "width": 3648, "height": 2496, "hash": "UDF5jY}o9E0LENsBt7S$Mw9uS5-q0MNIxZoz", "type": "image"}, {"id": 18017419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b152063e-e3ed-4817-941d-586321f4e4ad/width=450/18017419.jpeg", "nsfwLevel": 2, "width": 3072, "height": 3072, "hash": "UGHo2T%5Kj.7;p?[~Bnmt*%4r{-m+w-oB7Iq", "type": "image"}, {"id": 18017324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68a7de57-657f-45a3-8fb3-6fba641cdb0d/width=450/18017324.jpeg", "nsfwLevel": 16, "width": 2304, "height": 4032, "hash": "U3JG[;0#00~p00_2150i5$0N04}-00~T{JER", "type": "image"}, {"id": 18017333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96a2edbb-a5e0-4522-a9b6-2d0303140d9b/width=450/18017333.jpeg", "nsfwLevel": 8, "width": 2304, "height": 4032, "hash": "UBHw.L_L0L7f%w%y%g9vcAtjOFx]0$T1?E-S", "type": "image"}, {"id": 18017293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc79a6df-c0c3-4b04-9a8f-149d007beaf7/width=450/18017293.jpeg", "nsfwLevel": 8, "width": 2496, "height": 3648, "hash": "UAI4-H?H3qR-2{s;OrOF00E2}psT{wwc=vr=", "type": "image"}, {"id": 18017342, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72811364-55fe-4af1-86d1-4b719054d25f/width=450/18017342.jpeg", "nsfwLevel": 4, "width": 2496, "height": 3648, "hash": "UIHxNTxa2uS$6Axa%LIp0MM{$*Rl}8RPRP-o", "type": "image"}, {"id": 18017361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94a226a6-7a2f-4e56-a38a-5cff7c5c0dd5/width=450/18017361.jpeg", "nsfwLevel": 4, "width": 2688, "height": 3456, "hash": "U5G[D@,-00%h02tQ~V,:5D~W9c0g%LInRP0f", "type": "image"}, {"id": 18017360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99aa6156-6373-47f0-9f43-c195d4143827/width=450/18017360.jpeg", "nsfwLevel": 4, "width": 2496, "height": 3648, "hash": "UHLL{-~91H#kBBwdNGEj0#-.-p%LnOJ7E%9u", "type": "image"}, {"id": 18017364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/393f4e9e-294b-41fb-82fb-284f01b0a276/width=450/18017364.jpeg", "nsfwLevel": 16, "width": 2304, "height": 4032, "hash": "UCFrUxJ70y%L,0Na5Rwg1aWX}@wJ9baM-ns:", "type": "image"}, {"id": 18017362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ffc24da-3cea-46e6-a923-c756fe5454f6/width=450/18017362.jpeg", "nsfwLevel": 4, "width": 2688, "height": 3456, "hash": "U6J?jG0z02PR3dV^0|0z0g-U+vIV01%f~o%f", "type": "image"}, {"id": 18017369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fcd8164-e99d-4a77-bfda-af98dc29a963/width=450/18017369.jpeg", "nsfwLevel": 16, "width": 2688, "height": 3456, "hash": "U5H]%i040L9b03}?0fOY7vAC;l?F,pEM$*E3", "type": "image"}, {"id": 18017428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebc2a4c9-a346-45db-af10-3c5b1efb1077/width=450/18017428.jpeg", "nsfwLevel": 4, "width": 3072, "height": 3072, "hash": "U8E2RgIp00EeEM-pV@iv0iRQxa%002EL~B?G", "type": "image"}, {"id": 18017437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ddaf7a8-00bd-4c6a-a18d-a4c1113924c4/width=450/18017437.jpeg", "nsfwLevel": 16, "width": 2304, "height": 4032, "hash": "UBFr00~W02rqT0xaVX9ZEl$*-UIp$*t758ni", "type": "image"}, {"id": 18017425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1049dd8-031a-4a62-8433-eef41f174c77/width=450/18017425.jpeg", "nsfwLevel": 4, "width": 2304, "height": 4032, "hash": "UBKwRGD-01%fSg04Nb#,04xu~AxaMyIp%LIU", "type": "image"}, {"id": 18017452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be57d130-e28e-4ff4-aa46-6a092908b07d/width=450/18017452.jpeg", "nsfwLevel": 8, "width": 3648, "height": 2496, "hash": "UDL4NN$+02Mx3F.S}Tmk0pJ6#7rXt,ivM_E1", "type": "image"}, {"id": 18017450, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13488851-b3be-49f7-b420-dacc4e0c8d96/width=450/18017450.jpeg", "nsfwLevel": 4, "width": 2304, "height": 4032, "hash": "UGJG7t}Y.6w|9vNHJ7tQ0MJ+D+J7Z%xZs:EL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/612392", "modelId": 550358} \ No newline at end of file diff --git a/datasets/metadata/612431.json b/datasets/metadata/612431.json new file mode 100644 index 0000000000000000000000000000000000000000..4627ba9707cb07e1d06d502aeef99fc849ec5497 --- /dev/null +++ b/datasets/metadata/612431.json @@ -0,0 +1 @@ +{"id": 612431, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-01T22:21:16.747Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 37, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 527434, "sizeKB": 21986.662109375, "name": "612431_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T17:42:31.075Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5778D4BC", "AutoV2": "4524395BD5", "SHA256": "4524395BD588C19637DBCAC7A3C9D784995B79E236AAE4B9486BE127CE896006", "CRC32": "C5ACAC41", "BLAKE3": "4EDA910C6624D6F90E336E06BEAF10688F30307CEF365DB4CEA54B47A5A0C027"}, "downloadUrl": "https://civitai.com/api/download/models/612431?type=Training%20Data"}, {"id": 527933, "sizeKB": 223106.71484375, "name": "patrick_brown_style-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T22:25:42.429Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3AE16944", "AutoV2": "D9E39397A8", "SHA256": "D9E39397A8ACEBEF7F71588FE23DB7A7C33129C6FB86BBB88262E03262A0F64C", "CRC32": "3E1A2324", "BLAKE3": "20EBA5013D71BF4CE9B43D901420514C07BC1FE4FE3278975914A699709B030A", "AutoV3": "05CB1048EFCD"}, "downloadUrl": "https://civitai.com/api/download/models/612431", "primary": true}], "images": [{"id": 18044908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22664e2b-0f02-433b-aadd-43b158f354b2/width=450/18044908.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UML:7EV[=XxZ%LjZxsn%};Rk4=WV.6WBi_WB", "type": "image"}, {"id": 18044909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/854dd463-39e4-4ea3-9c95-e873d020c543/width=450/18044909.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNJj=OWsxao}jFiwi_tlHDS44;xtx]OskBv~", "type": "image"}, {"id": 18044911, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1c29d76-4909-414d-98a7-86adbb98c4bf/width=450/18044911.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4B|Qs-m00IV~qj]IoS500M|xnxtIvWrelxB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/612431", "modelId": 550394} \ No newline at end of file diff --git a/datasets/metadata/612432.json b/datasets/metadata/612432.json new file mode 100644 index 0000000000000000000000000000000000000000..0f0078aa017ee801b9c156200dc9e318b408bf4b --- /dev/null +++ b/datasets/metadata/612432.json @@ -0,0 +1 @@ +{"id": 612432, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-01T17:38:56.273Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 69, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 527429, "sizeKB": 22236.69140625, "name": "Yayoi_Mutou_YoasobiGurashi-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T17:40:46.906Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0FC09B06", "AutoV2": "577FBCF504", "SHA256": "577FBCF5047C2C315A259268F7262BEC9618D17D16CFD1328503E94A9FEEF861", "CRC32": "22C61418", "BLAKE3": "0744AFF87C8718BE55B6E83BF3089C42B5F731C13D039C6D6CECAA5EF7C31D01", "AutoV3": "1141CBB737F1"}, "downloadUrl": "https://civitai.com/api/download/models/612432", "primary": true}, {"id": 527428, "sizeKB": 9948.55859375, "name": "Yayoi_Mutou_YoasobiGurashi.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T17:41:23.693Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8C24F0FB", "AutoV2": "DAA9CE1DF8", "SHA256": "DAA9CE1DF8AECCA5C0519F8E8DC6911BD0B521D6533A1DEB394C5A547A957949", "CRC32": "D3B3051B", "BLAKE3": "DCF51C353869DA2D26B98F8FDCFC34880475ABCAF6C73201F7379B7766195FF3"}, "downloadUrl": "https://civitai.com/api/download/models/612432?type=Training%20Data"}], "images": [{"id": 18019052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/602fc8ce-f5e6-4452-b4eb-f873963279a6/width=450/18019052.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPP~yZ_3?^?H5mxu?vt7K7M{={M{^%RPslRj", "type": "image"}, {"id": 18019051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca6fa976-3c0b-4840-9f6e-2287854aa273/width=450/18019051.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UQP~ya_2?^?H5ntR?ct7K7M{={M{^%RPslRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/612432", "modelId": 550395} \ No newline at end of file diff --git a/datasets/metadata/612520.json b/datasets/metadata/612520.json new file mode 100644 index 0000000000000000000000000000000000000000..64e59379ba4942f9777e1c7edbae470cd97841fa --- /dev/null +++ b/datasets/metadata/612520.json @@ -0,0 +1 @@ +{"id": 612520, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-11T06:40:37.676Z", "availability": "Public", "nsfwLevel": 1, "description": "Old city a couple of people walking down a street under a full moon background
", "trainedWords": [], "stats": {"downloadCount": 17, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 550791, "sizeKB": 223180.87109375, "name": "Old_city.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T06:41:18.353Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E74D1833", "AutoV2": "DC8955FF83", "SHA256": "DC8955FF8367E4B41214CC43823FE4D8DDE6A512BA5BC86E9219A7169DEF2FAE", "CRC32": "D9221B08", "BLAKE3": "217153D3BF1A9F0A5B77159CEA011D3F12D9CC6A4E0D480D7B447A36B3651093", "AutoV3": "4DF597C49482"}, "downloadUrl": "https://civitai.com/api/download/models/612520", "primary": true}, {"id": 527528, "sizeKB": 1087452.400390625, "name": "612520_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T18:27:31.929Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C07006DD", "AutoV2": "8A3DE64CAC", "SHA256": "8A3DE64CAC9C3209C681A613538CB6B76D4D1CD5C1A889CCE897B7AC444229AA", "CRC32": "4AA44DD8", "BLAKE3": "C96BBD6F90FFA815B19D96566E3388C4DBBEC87ADD0EFB67C87CEB8C0B5537AC"}, "downloadUrl": "https://civitai.com/api/download/models/612520?type=Training%20Data"}], "images": [{"id": 19340083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e9c101d-26ab-45a9-9055-13680a40dd7c/width=450/19340083.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMHx+=RP00.8_NR*9Gs:.8WBE1f6RiRjRjWC", "type": "image"}, {"id": 19340082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daa25fea-2ab3-49ae-b892-b62945113a64/width=450/19340082.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8DvvKIU00.9ysMx9F%2IURPI;s:Vqbcxto}", "type": "image"}, {"id": 19340085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a8201c6-ab2d-4771-adab-f2559752cd55/width=450/19340085.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPEp7$RiH?of_NRPkCoLyEM{ofjZtSR+oyf6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/612520", "modelId": 550468} \ No newline at end of file diff --git a/datasets/metadata/612593.json b/datasets/metadata/612593.json new file mode 100644 index 0000000000000000000000000000000000000000..5f81f7c524bd760fb54bb98024202d4a924f1fb2 --- /dev/null +++ b/datasets/metadata/612593.json @@ -0,0 +1 @@ +{"id": 612593, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-01T19:04:52.410Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 90, "ratingCount": 0, "rating": 0, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 527596, "sizeKB": 22237.62890625, "name": "Mizuki_Shibata_IrregularHighSchool-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T19:01:29.726Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2952C374", "AutoV2": "709592FB85", "SHA256": "709592FB855F7440A83E2A87407C13560ACAF5658B5CD92A2D178E927D6885A0", "CRC32": "EBF81490", "BLAKE3": "0236A75AAA1CABD3691ED0E3ABA7C20D0716E98A4BF6D97CC14DB5A9E2D95543", "AutoV3": "DAEA03F38C38"}, "downloadUrl": "https://civitai.com/api/download/models/612593", "primary": true}, {"id": 527597, "sizeKB": 9567.55859375, "name": "Mizuki_Shibata_IrregularHighSchool.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T19:01:31.276Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5237C0ED", "AutoV2": "AFCA90FDD6", "SHA256": "AFCA90FDD6D16CDE9BA421B5AABF0584EA1B671F6941CFFB5488E2D0B3E629A2", "CRC32": "BAECB0DB", "BLAKE3": "66CAFB32AD5AFE2A733D08A27FCA08FB848ED62977AE9245E6D1D15479DA227D"}, "downloadUrl": "https://civitai.com/api/download/models/612593?type=Training%20Data"}], "images": [{"id": 18030370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d60ac85b-f1c1-411a-9a83-a6230ba4b32f/width=450/18030370.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPL;Nv~p_4%M9F%M%fxbxtxtt7WB%NtQ%LRj", "type": "image"}, {"id": 18030371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a981d586-b858-41da-adf1-fb297b37f231/width=450/18030371.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPL;Nv~p_4%M9F%M%fxbxtxtt7WB%NtQ%LRj", "type": "image"}, {"id": 18029214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01016d9b-872a-4ae7-93b5-d15df38b5682/width=450/18029214.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UUNJtS9F%gV@0KE1%gWBI=NG$gj[~Vaet8t7", "type": "image"}, {"id": 18029301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb9aec54-4f40-4a80-bbb7-af73c35fbe20/width=450/18029301.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCNS]HM{cZt700IU~Vn$%NoywNof?as:S2WC", "type": "image"}, {"id": 18029888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82a840cf-7fba-4e0a-bd10-26035abd53ed/width=450/18029888.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UkNTj[V@~q%2%gf+%NozITRjxut7o#s:afWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/612593", "modelId": 550531} \ No newline at end of file diff --git a/datasets/metadata/61266.json b/datasets/metadata/61266.json new file mode 100644 index 0000000000000000000000000000000000000000..9de18c68d4cb0f77b80f9967b22386467af5fd12 --- /dev/null +++ b/datasets/metadata/61266.json @@ -0,0 +1 @@ +{"id": 61266, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-03T10:05:22.754Z", "availability": "Public", "nsfwLevel": 6, "description": "", "trainedWords": ["rcnz_hqr style"], "stats": {"downloadCount": 484, "ratingCount": 81, "rating": 5, "thumbsUpCount": 84, "thumbsDownCount": 0}, "files": [{"id": 43356, "sizeKB": 192124.8115234375, "name": "20_rcnz_hqr style.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-03T10:05:53.446Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0C3C6CB3", "AutoV2": "91E66E59A6", "SHA256": "91E66E59A6E6F3E48ADF2680E364CCAF6AB0C5FB64A6E45F19FE4B1A2665A096", "CRC32": "638BA2E0", "BLAKE3": "5516C65F84395B90F714DC2B18DC90044C70267B1986B9442FBF344D29E7317C"}, "downloadUrl": "https://civitai.com/api/download/models/61266?type=Training%20Data"}, {"id": 43355, "sizeKB": 9326.5263671875, "name": "rcnz_hqr.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-03T10:05:50.472Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1E920C17", "AutoV2": "8DE8AB7F31", "SHA256": "8DE8AB7F31060E00732DB928C2A2787A139493EA5D80E11357D284BB204E8BB0", "CRC32": "2C6941CC", "BLAKE3": "B0CBE6E8D58C99C6C855F75D03D8FAD3846B459E91B0D6064B89CF2B7EC9C882", "AutoV3": "D93267FF233F"}, "downloadUrl": "https://civitai.com/api/download/models/61266", "primary": true}], "images": [{"id": 672209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/574d50d3-7fae-42cb-88f9-0ee8f22d5052/width=450/672209.jpeg", "nsfwLevel": 2, "width": 2890, "height": 1769, "hash": "UnHeUjt7oyof~qofazay?vj[ayj[?bofayj[", "type": "image"}, {"id": 672207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb4bcc63-08fa-4267-9c67-f7dafeb5db56/width=450/672207.jpeg", "nsfwLevel": 2, "width": 2890, "height": 1769, "hash": "UiHo2lx]tRt7~qt6f6ay?cV[WAWB_3ofj[of", "type": "image"}, {"id": 672210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/644cab3d-c1e6-4616-b8ba-ebff8fa8e736/width=450/672210.jpeg", "nsfwLevel": 4, "width": 2890, "height": 1769, "hash": "UmHn?Cxus:s:~qj]WBju_3ofj[j[?ba|aya|", "type": "image"}, {"id": 672208, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a4526cb-01e2-4bc6-89bd-3bf39e93e428/width=450/672208.jpeg", "nsfwLevel": 2, "width": 2890, "height": 1769, "hash": "UqG*{D%2smbH~qofWBaz?vWWWBj[?bWVj[j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/61266", "modelId": 56850} \ No newline at end of file diff --git a/datasets/metadata/612703.json b/datasets/metadata/612703.json new file mode 100644 index 0000000000000000000000000000000000000000..1015887003756229ff428a33afc68989fd4f0053 --- /dev/null +++ b/datasets/metadata/612703.json @@ -0,0 +1 @@ +{"id": 612703, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-02T19:27:27.367Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["hanamori_hiyori, huge breasts, red eyes, brown hair, short hair,", "thighhighs, white dress, cleavage, black skirt", "cleavage, skirt, school uniform, bra peek, black bra"], "stats": {"downloadCount": 58, "ratingCount": 0, "rating": 0, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 528000, "sizeKB": 445790.80078125, "name": "Hanamori_Hiyori.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T23:16:17.217Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "542EEB30", "AutoV2": "004B365944", "SHA256": "004B365944C84E123620FB16CAE3D10942420EB0384F77B259DF9A6BE553B9C2", "CRC32": "25A6DEF4", "BLAKE3": "5E21015D30D87DF7862E60A81C1265BB4E42143F759B1E3D61422E621271208F", "AutoV3": "CB81BE49ADB4"}, "downloadUrl": "https://civitai.com/api/download/models/612703", "primary": true}, {"id": 527743, "sizeKB": 17761.087890625, "name": "612703_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T20:21:29.465Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4FFE4A6F", "AutoV2": "ACE74EE64E", "SHA256": "ACE74EE64E58DC0BEC67BFD86F696D5875DDA9C6E75DCA4AFD1E3A3AF737B64A", "CRC32": "171B11C5", "BLAKE3": "32176B37D4BD5CCA94BB3084A66C942902B7AFB8C9ACD2FD510F5713238D19C6"}, "downloadUrl": "https://civitai.com/api/download/models/612703?type=Training%20Data"}], "images": [{"id": 18167997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9bf2a4b4-8bc1-4b25-b400-42a89224ade9/width=450/18167997.jpeg", "nsfwLevel": 4, "width": 1792, "height": 2304, "hash": "UFLp?a~q0L-p01NtTe-VD4?F^,VY^+Nf%0oz", "type": "image"}, {"id": 18168000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a34e321c-3e55-4bbf-a435-1f422bf1ec78/width=450/18168000.jpeg", "nsfwLevel": 4, "width": 1792, "height": 2304, "hash": "UELzQ*~p01%#01jYT{axD4j=^knO?Jo#-:tR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/612703", "modelId": 550632} \ No newline at end of file diff --git a/datasets/metadata/612704.json b/datasets/metadata/612704.json new file mode 100644 index 0000000000000000000000000000000000000000..8042e53d0839ce5bc1ce91a31ae43ec6760f25e8 --- /dev/null +++ b/datasets/metadata/612704.json @@ -0,0 +1 @@ +{"id": 612704, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-03T03:43:11.290Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 22, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 530810, "sizeKB": 223099.39453125, "name": "Lynn_Loud-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T03:41:14.197Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D8E14C41", "AutoV2": "A928DA362E", "SHA256": "A928DA362EBC885EFF5B57F6A74C4FABAAB93694771A2F4FD886FD5C0AC071EC", "CRC32": "25198999", "BLAKE3": "EB11558ABE891072305FE63D833950E060D3C6C12302F9A3764A9F1BD0ABE35F", "AutoV3": "D99159B86409"}, "downloadUrl": "https://civitai.com/api/download/models/612704", "primary": true}, {"id": 527737, "sizeKB": 251.7919921875, "name": "612704_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-01T20:16:32.543Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "59232C2FD0", "SHA256": "59232C2FD016177E9BD3B61CD5BEC62E773DB9A637F08A527DA31D131BC8D6D9", "CRC32": "E42FFE92", "BLAKE3": "7B54B4A6466AB5F215BC9AA6E60B9AFBB9835A565CA2344EABB1AB0EF550BA81"}, "downloadUrl": "https://civitai.com/api/download/models/612704?type=Training%20Data"}], "images": [{"id": 18219747, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05b93fba-38c9-4859-8471-a62e176515d4/width=450/18219747.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUN]a@?G_MRjJSxtnOWBxZRjozt6-oRkXSWC", "type": "image"}, {"id": 18219749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3546de0-24cf-467d-abb6-1f1b9600eada/width=450/18219749.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UXO.{vae_M%fX8a|sooLS~bHnPjZn4aeo}kV", "type": "image"}, {"id": 18219748, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23155448-86d8-4d60-9ecb-c50936459494/width=450/18219748.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTO_r_xZ~9s.EMj[$%WBM{ayt8ofwJafo|of", "type": "image"}, {"id": 18219830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01611764-9eed-40df-bf5b-9e27716d0257/width=450/18219830.jpeg", "nsfwLevel": 1, "width": 1513, "height": 2250, "hash": "UmM?i3M_?^oLP9M{r@V@8_WBV@RjnOtRxuRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/612704", "modelId": 550633} \ No newline at end of file diff --git a/datasets/metadata/613097.json b/datasets/metadata/613097.json new file mode 100644 index 0000000000000000000000000000000000000000..b6c707df2eedc73780491e5f7bb8d55b84db20a1 --- /dev/null +++ b/datasets/metadata/613097.json @@ -0,0 +1 @@ +{"id": 613097, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-02T05:31:15.308Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 135, "ratingCount": 0, "rating": 0, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 528125, "sizeKB": 125436.0234375, "name": "613097_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T00:35:39.074Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EE07D02F", "AutoV2": "B259AF895A", "SHA256": "B259AF895AE1D35A3CEC6222B13AF8757DBD317E9F49D6732EB2395EAB74AD2C", "CRC32": "9CFC6731", "BLAKE3": "2A3E775B8DE04D5A8282ADE7F26DB641D4E6A076F47FFE72F62FFC43E179AA52"}, "downloadUrl": "https://civitai.com/api/download/models/613097?type=Training%20Data"}, {"id": 528592, "sizeKB": 223115.76171875, "name": "Castlevania_Netflix_Style__Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T05:26:12.795Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A92D1755", "AutoV2": "E6061ACC80", "SHA256": "E6061ACC80A8E83D748D73EB86B3891173FA362A91D69DB564028BD7F0278946", "CRC32": "6A5ED34C", "BLAKE3": "3E92AC03F8FB731F5AED6C2D5D74CA9F668592E0AB82F03673908439E7AFFFC5", "AutoV3": "9C77157F8485"}, "downloadUrl": "https://civitai.com/api/download/models/613097", "primary": true}], "images": [{"id": 18089527, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b845f95e-e294-419a-bd70-6f4687132e3c/width=450/18089527.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UCHKnHD*0zt7E3580g~A5Rxt-UIot6V@r=tR", "type": "image"}, {"id": 18089642, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2803f3e-4e08-40a7-a427-7873e6c4113e/width=450/18089642.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UXJHO2Na.S-U~CayNwjus9t7I:R*t7f+ayV@", "type": "image"}, {"id": 18089526, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d0b8d2b-a52a-4ada-8301-eddc40f857b6/width=450/18089526.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULIVZ7,@0eTJ{+RjABW=ACOBNar?S~ofxGf+", "type": "image"}, {"id": 18089694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3b41202-fbf4-43a5-b5a6-db84a4423b27/width=450/18089694.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEGQ01AC0yAD}]NaIo-V0x-CX9xGrXs:%3I:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/613097", "modelId": 550978} \ No newline at end of file diff --git a/datasets/metadata/613103.json b/datasets/metadata/613103.json new file mode 100644 index 0000000000000000000000000000000000000000..cb5f27251f8a4fa27f9d7f8c43ab1bb8ebe7146a --- /dev/null +++ b/datasets/metadata/613103.json @@ -0,0 +1 @@ +{"id": 613103, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-02T00:55:53.713Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 528084, "sizeKB": 484.0791015625, "name": "613103_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T00:11:15.818Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "41BB9FB12B", "SHA256": "41BB9FB12BF2909AD71291FDA6911D65A899272FD986E1DC25B1D016C692FC41", "CRC32": "8469BDB9", "BLAKE3": "ECA6B63AAFE2F5D2E2A66A5D4D42714F3CDE2D11CBB593E3FE29C07CBF98D728"}, "downloadUrl": "https://civitai.com/api/download/models/613103?type=Training%20Data"}, {"id": 528159, "sizeKB": 223098.98828125, "name": "Kayle_League_of_legendsStill_Here-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T00:55:51.534Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "664F9C70", "AutoV2": "8DD049F100", "SHA256": "8DD049F10071D54463855881051ABB8978048B2C111381EA5267C36978C01A8D", "CRC32": "498F5173", "BLAKE3": "B3D38F4EDBFF79230CC4B0AD31D50274085FF084D1D93CADC63A0F0BE1E66C40", "AutoV3": "59BCC9603C65"}, "downloadUrl": "https://civitai.com/api/download/models/613103", "primary": true}], "images": [{"id": 18060511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ec62ed8-6eb1-4da4-a15e-0c4b594e5f09/width=450/18060511.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U98;AJNGShI]~UWFX9E2a{WAodIoE1s.oJRj", "type": "image"}, {"id": 18060510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b41957e-52ce-4a22-8f4c-ec79df420ffc/width=450/18060510.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U49QHt~C0N0fM}oLbIEL55xt-Uni9bE2Rj-o", "type": "image"}, {"id": 18060512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf964883-8787-4391-b771-926b6bc06d30/width=450/18060512.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U68W]dNK0fNG~Va{IqIo9a%2xaM|9txZaKt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/613103", "modelId": 550984} \ No newline at end of file diff --git a/datasets/metadata/613113.json b/datasets/metadata/613113.json new file mode 100644 index 0000000000000000000000000000000000000000..2ed19d825d70eabeb3fef9c3e75425482fc6deee --- /dev/null +++ b/datasets/metadata/613113.json @@ -0,0 +1 @@ +{"id": 613113, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-02T01:18:13.633Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 528195, "sizeKB": 223100.43359375, "name": "Indeedee_-_Pony-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T01:16:14.091Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8D0E8B4E", "AutoV2": "813E5AF968", "SHA256": "813E5AF968BDE9B74B46FAFD9849AD06DC85D2EA99F79935C1CF0FA2F596C5F0", "CRC32": "E0B38EA7", "BLAKE3": "5017C9E5940B59B5B7235D3067E82C40152072D0F83CC6625CDD248D8426916C", "AutoV3": "0A908B34EFAE"}, "downloadUrl": "https://civitai.com/api/download/models/613113", "primary": true}, {"id": 528121, "sizeKB": 34745.0615234375, "name": "613113_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T00:35:38.654Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FA4D3769", "AutoV2": "9DD66FB93D", "SHA256": "9DD66FB93D80884E4E002A3AD1E92207659286DA1B77A490EAEF6061DCD992A5", "CRC32": "11DC67DE", "BLAKE3": "51B8BF89EEA1E3623588FE57B73B79060036DC98ED141062AC35505CC4A612A2"}, "downloadUrl": "https://civitai.com/api/download/models/613113?type=Training%20Data"}], "images": [{"id": 18063712, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6843ce10-9058-409c-b3f9-cb4d66d47ef3/width=450/18063712.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USKn0r_MbvxaRkWU-:oy%g~p%LM{-;ofD*M|", "type": "image"}, {"id": 18063829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84698948-48e2-4fbe-b8c3-60fe8fb458db/width=450/18063829.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJKU1ixu-;M{Myj[xtxatRt6V@M{~pjts;j[", "type": "image"}, {"id": 18063709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca38f5eb-bdcc-49a7-8ba4-1003496b004f/width=450/18063709.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UcHBV#xt?GM|~Vt7WCM|%Kt7ofWBIpWBM|ay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/613113", "modelId": 550993} \ No newline at end of file diff --git a/datasets/metadata/613131.json b/datasets/metadata/613131.json new file mode 100644 index 0000000000000000000000000000000000000000..447f5d3e04d74a249cf013951bbdb08c3790473c --- /dev/null +++ b/datasets/metadata/613131.json @@ -0,0 +1 @@ +{"id": 613131, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-02T04:12:23.681Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 528116, "sizeKB": 10200.4560546875, "name": "613131_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T00:31:09.067Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AE1CE3AF", "AutoV2": "FE97F333B0", "SHA256": "FE97F333B0178435F5736A504B28564F8F6AF541AF68B9E47C9E9AF1A86321D4", "CRC32": "223ED20F", "BLAKE3": "A9FA469DA6D82D1A54D65A5BA8C4FA675CB671777B45F60E3A6E2EE0CE13C01F"}, "downloadUrl": "https://civitai.com/api/download/models/613131?type=Training%20Data"}, {"id": 528190, "sizeKB": 223100.04296875, "name": "RegularDick.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T01:11:07.713Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6567DE31", "AutoV2": "9428C803E4", "SHA256": "9428C803E4B7B8497DA1AA97514EFC46E906569F811B1A8DFBEBA45B6383ABA1", "CRC32": "AAC71F0D", "BLAKE3": "DF205992A68F2760E115CDEDF6DA0D33C68F67F0F894CBD6B049B788738752FB", "AutoV3": "56F6E9B72E03"}, "downloadUrl": "https://civitai.com/api/download/models/613131", "primary": true}], "images": [{"id": 18062704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/156b1ca3-0836-4f9d-b79a-7483b7e8feb6/width=450/18062704.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "ULI5V*M{ITRjxut74mMx~pWBtS%2-pRjS3t7", "type": "image"}, {"id": 18062709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb2b32ec-ef52-4ec4-bc70-9036218ce610/width=450/18062709.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4H1xoyD00xt~At500D%00%2~qNe00%2-;56", "type": "image"}, {"id": 18062716, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37f6732e-dfba-4f61-8c9b-26728550c105/width=450/18062716.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCHetX0000_4_3WB00~qjZxu?bjt_3ayt7Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/613131", "modelId": 551011} \ No newline at end of file diff --git a/datasets/metadata/613145.json b/datasets/metadata/613145.json new file mode 100644 index 0000000000000000000000000000000000000000..0436ed7e23b14e5748531e401176bb21ddb9e68a --- /dev/null +++ b/datasets/metadata/613145.json @@ -0,0 +1 @@ +{"id": 613145, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-02T01:30:48.415Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 42, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 528124, "sizeKB": 137312.91015625, "name": "613145_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T00:36:41.876Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "30AB1869", "AutoV2": "E44E87196B", "SHA256": "E44E87196BF690020D3687151D14C43A0E59B034D35CBF4B81642617811CD43A", "CRC32": "4AB872E8", "BLAKE3": "242A9C88297C6B4FBDE2BF419F67C47B7EEBC22A24C73004E62AA635536782D1"}, "downloadUrl": "https://civitai.com/api/download/models/613145?type=Training%20Data"}, {"id": 528224, "sizeKB": 223103.37890625, "name": "Sierra.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T01:31:32.670Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6C085285", "AutoV2": "F19512D76F", "SHA256": "F19512D76F176182E847EA4AEA940F56AE6263F095C05EB7377507AEB1128A58", "CRC32": "994359CD", "BLAKE3": "A10EBA9EF86DA6F676EF6F8A829CFDE90CA825E0607C6761AAC1F231EFA5BB94", "AutoV3": "22BDF5E25C7B"}, "downloadUrl": "https://civitai.com/api/download/models/613145", "primary": true}], "images": [{"id": 18065632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e6957f7-9cfc-4023-8f0e-d08c675887b1/width=450/18065632.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "USH_[Jo}_NnONbn%RPkCkqRPniXS-pozS2i_", "type": "image"}, {"id": 18065637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/765d1202-8531-43b5-b8f4-8001cf301c95/width=450/18065637.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAFFy*Io0fNw00$*-pbcMxM|%M-p~pRj9Gxu", "type": "image"}, {"id": 18065634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1a645a5-090f-4dc7-bca5-04d430030a0c/width=450/18065634.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UQJ[Cm-;?^IA9afQIUR*EMM{IAx]%2j[.7ae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/613145", "modelId": 551024} \ No newline at end of file diff --git a/datasets/metadata/613185.json b/datasets/metadata/613185.json new file mode 100644 index 0000000000000000000000000000000000000000..f837ffba3d97c2ae52d66f112bc32beca9c636aa --- /dev/null +++ b/datasets/metadata/613185.json @@ -0,0 +1 @@ +{"id": 613185, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-02T03:27:54.543Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 76, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 528238, "sizeKB": 74573.1865234375, "name": "613185_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T01:41:26.385Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C093B7A7", "AutoV2": "400E98B69D", "SHA256": "400E98B69D1D48338B330BC222BF0614317C52453AFA0FAC006546ECB4FD0335", "CRC32": "C3260E0C", "BLAKE3": "0B31D3C7EC5E1852920699CB770980C4A44D5F4B2EDFD673840BF1DC6A5A87A6"}, "downloadUrl": "https://civitai.com/api/download/models/613185?type=Training%20Data"}, {"id": 528392, "sizeKB": 223118.98046875, "name": "Harley_Quinn_2019_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T03:22:12.208Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EBFA39D2", "AutoV2": "5E1CB510D0", "SHA256": "5E1CB510D0ABD1CEA3929950CB4EB97F765B31765BF877BCCF1A9B52DBD6AA7D", "CRC32": "308D4C13", "BLAKE3": "93C702DE012C65685D8B4E97075A03F4841052C4BB07E9CF09610000A2E80679", "AutoV3": "3EC46E31A65E"}, "downloadUrl": "https://civitai.com/api/download/models/613185", "primary": true}], "images": [{"id": 18076877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61d5bcf1-a145-4e05-9f93-d3db9865781a/width=450/18076877.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UCMZ2ltR21-V*IS#}@$N_2ofIARjyCv~V[Kj", "type": "image"}, {"id": 18077147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a376415c-139e-4bbc-a9af-eb7655905209/width=450/18077147.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UgNSQ;Wq?w-B.8w{R6ODt7j[WBWVxZW;bbn%", "type": "image"}, {"id": 18077166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a69c46e-e887-4058-83fe-a7c0edea28ca/width=450/18077166.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UUM5xRsrNS%NS}ohn%RhtSaeM|Se-XWBs.t6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/613185", "modelId": 551061} \ No newline at end of file diff --git a/datasets/metadata/613325.json b/datasets/metadata/613325.json new file mode 100644 index 0000000000000000000000000000000000000000..1d88c45b62ddbdf0822053934e4bd8099456cc0b --- /dev/null +++ b/datasets/metadata/613325.json @@ -0,0 +1 @@ +{"id": 613325, "index": 1, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-02T05:38:23.667Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 528614, "sizeKB": 223100.41796875, "name": "zyn-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T05:40:52.343Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "641B6ADD", "AutoV2": "F3B8259B28", "SHA256": "F3B8259B285D7A07341EC72CC174EBC0A28E011E7119CF1F916751D1DBDCF29F", "CRC32": "0EE02AA0", "BLAKE3": "38BC87E18330192F16EE3F4C59CE960688809403CE340A31A179533F6B0F6AC3", "AutoV3": "4DFA10E2B4AF"}, "downloadUrl": "https://civitai.com/api/download/models/613325", "primary": true}, {"id": 528313, "sizeKB": 6778.9921875, "name": "613325_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T02:30:36.215Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "852853E3", "AutoV2": "4D37353A75", "SHA256": "4D37353A756866E20336D4AE0C936F62A2FE8188D840D4B46835434CF629DB94", "CRC32": "4A30E034", "BLAKE3": "2EB1F77385FEE626B84D1F3F7DE996346E432F70264F96EB8EB44404696C352A"}, "downloadUrl": "https://civitai.com/api/download/models/613325?type=Training%20Data"}], "images": [{"id": 18090473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69b545d0-78cd-4181-8771-8f62b84f8845/width=450/18090473.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDAL5wHZI+xCHV+bR$ITtUx-H[WFMgK4rbf,", "type": "image"}, {"id": 18090472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d42b397-1365-467e-aa00-0c66e1133762/width=450/18090472.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKD,Z8M}I8xt?]V@D+t7xYRkIXogxBn$n$kC", "type": "image"}, {"id": 18090471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc421fa2-d9b6-4923-994f-38a0a90a569a/width=450/18090471.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFDvQCa+H;D*~o-nD%IVtR-mIrRj$wIqW.kC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/613325", "modelId": 551187} \ No newline at end of file diff --git a/datasets/metadata/613403.json b/datasets/metadata/613403.json new file mode 100644 index 0000000000000000000000000000000000000000..c8ef34952abd9ec6bbdff626f06da9ac5133f912 --- /dev/null +++ b/datasets/metadata/613403.json @@ -0,0 +1 @@ +{"id": 613403, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-02T03:59:40.418Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 80, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 528380, "sizeKB": 2479.419921875, "name": "613403_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T03:11:16.684Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "28BE166B", "AutoV2": "F5282B7BB3", "SHA256": "F5282B7BB302B8AC57DBE2209FD3D856FE7262FCB37601F493D35EAB7999267D", "CRC32": "D36AF510", "BLAKE3": "8E090D73A82EA6E031807920574DDB5DF9D4D18D5A40966DF700F8969D5814BB"}, "downloadUrl": "https://civitai.com/api/download/models/613403?type=Training%20Data"}, {"id": 528453, "sizeKB": 223101.68359375, "name": "Suomi_Sensei-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T04:00:42.773Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8FB6C702", "AutoV2": "956765EBFD", "SHA256": "956765EBFD6F919B9FB21C43AD0ACAE245044ED88E6B4F67453BC0FDF70CB7BD", "CRC32": "695242BC", "BLAKE3": "E83E322DFBA09EAE68897BA647DE2128C6F96482C834BD1220DAAFCCB3FE5886", "AutoV3": "044FF0647301"}, "downloadUrl": "https://civitai.com/api/download/models/613403", "primary": true}], "images": [{"id": 18080798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe2e1f6c-f040-4f3c-9b89-2d861689b903/width=450/18080798.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "USN+6a^IY*yDI]x]MebtxBNHrWVZuP=X%1Os", "type": "image"}, {"id": 18080799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a0dec73-1e3d-4850-a493-1e33fc2785ee/width=450/18080799.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UIQ+Qb=zH;}@NNJ7+ZnMMLEM^jxnPV?HXL#R", "type": "image"}, {"id": 18080797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cc3bcc7-50cf-49ab-b350-ba27de4a829b/width=450/18080797.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJPP1PxFMI4|oi#6=qET-n%K?Yb_Gwb0WAiy", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/613403", "modelId": 551260} \ No newline at end of file diff --git a/datasets/metadata/6135.json b/datasets/metadata/6135.json new file mode 100644 index 0000000000000000000000000000000000000000..f6ee3db8329c148045f3b8cb6a6d538d4711c29b --- /dev/null +++ b/datasets/metadata/6135.json @@ -0,0 +1 @@ +{"id": 6135, "index": 0, "name": "star_guardian_lux_v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-01-26T02:32:52.252Z", "availability": "Public", "nsfwLevel": 19, "description": null, "trainedWords": ["star guardian lux"], "stats": {"downloadCount": 1132, "ratingCount": 149, "rating": 4.99, "thumbsUpCount": 156, "thumbsDownCount": 0}, "files": [{"id": 7529, "sizeKB": 49926.3525390625, "name": "sg_lux.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-03T00:15:30.136Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A04307C7", "AutoV2": "1F17CA9C7A", "SHA256": "1F17CA9C7AB4A10B3AE6C62DF9A0994128F1B0DD44C2E5A1519D901433660B29", "CRC32": "2AFD4252", "BLAKE3": "9576707C7466D376E681BB7B06FD36B176CD7988645494A78D54E592FB95E3DB"}, "downloadUrl": "https://civitai.com/api/download/models/6135?type=Training%20Data"}, {"id": 6391, "sizeKB": 147533.76171875, "name": "star_guardian_lux-000031.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-01-26T05:36:46.272Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "0B500063", "AutoV2": "0CAF85D077", "SHA256": "0CAF85D077A4E1613D87653534D684814085421936BA7283F1F7099E1B73D44D", "CRC32": "A16F0820", "BLAKE3": "A64BA5D6E7E432A56BCB2E3B2BC300CBF16F7A98C61F04955B0A6924CBA0D779", "AutoV3": "C53FB9681069"}, "downloadUrl": "https://civitai.com/api/download/models/6135", "primary": true}], "images": [{"id": 53392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08596930-2f61-4679-d1b5-38f787936800/width=450/53392.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UJN0ua^*HVuOQ;u49]w1={xuD+-ADms=tRxs", "type": "image"}, {"id": 53396, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab926217-81bd-4552-2a30-cc790a414900/width=450/53396.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UFK^N#^SY#0|%3]i4=R5mT-oNGrD-6tRx]-o", "type": "image"}, {"id": 53395, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74d201b2-f43f-42dd-4137-b2b8c36a3300/width=450/53395.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UIK^,J~pHVkpw~O?E3sCVrxuM_t3sEbvkCob", "type": "image"}, {"id": 53394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72d73aaf-a3cb-4d05-e734-02e393c08700/width=450/53394.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UMKwb7^**ItRw6My4;SOvkaKWBRP?IbbtlWC", "type": "image"}, {"id": 53393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf8c61ac-ada9-44e9-e97a-3ae6950ca900/width=450/53393.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U9JjVr01-h00:+^-%09?00Ro?HI.9b0daxxJ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/6135", "modelId": 5292} \ No newline at end of file diff --git a/datasets/metadata/613584.json b/datasets/metadata/613584.json new file mode 100644 index 0000000000000000000000000000000000000000..6ec2c6c60bd5da38b8c9065a653c4bf9dca58758 --- /dev/null +++ b/datasets/metadata/613584.json @@ -0,0 +1 @@ +{"id": 613584, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-02T05:00:59.584Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 85, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 528558, "sizeKB": 10596.810546875, "name": "Halkara_SLIME300.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T05:01:18.881Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8BEA3911", "AutoV2": "496816EEC3", "SHA256": "496816EEC30E34D4A09D4B3014881BCE93E3EE7F3ABCD22049ACDB82E923B283", "CRC32": "05978E7E", "BLAKE3": "8E58B46943D9A359025B83EE9703C072EB4CAA7E2A67811A5DBF5D968A231E33"}, "downloadUrl": "https://civitai.com/api/download/models/613584?type=Training%20Data"}, {"id": 528559, "sizeKB": 22237.41796875, "name": "Halkara_SLIME300-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T05:01:21.740Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DFC279F4", "AutoV2": "7BE51698B0", "SHA256": "7BE51698B0516B0797B254953C51EEE5553DF2B29C36D06B6AE75E25462135D9", "CRC32": "AD501A6F", "BLAKE3": "B4BE6E26EBB2617134CFDE49EC2E50ED05FEAFE4A0BB7EAF53DEF16B36D5F9A1", "AutoV3": "CF51D4BEDD4A"}, "downloadUrl": "https://civitai.com/api/download/models/613584", "primary": true}], "images": [{"id": 18086735, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f8db7e9-af09-4bf1-9567-043d88d442e6/width=450/18086735.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UyNA9fV@kYj[~WV@kXj[t6WBjGa}S5ayM{j]", "type": "image"}, {"id": 18086736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0688c16-4844-4593-9463-6d1ac4c7fe4a/width=450/18086736.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UyNA9fV@kYj[~WV@kXj[t7WBjGa}S5ayM{j]", "type": "image"}, {"id": 18087159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e7d9f1b-91bc-4746-8190-45c3af801582/width=450/18087159.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIKm:__2N4~W^h-p01Nt0eadD-VuxsD*R6IV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/613584", "modelId": 551414} \ No newline at end of file diff --git a/datasets/metadata/613650.json b/datasets/metadata/613650.json new file mode 100644 index 0000000000000000000000000000000000000000..a0a79d01bd7afa95aa6afaf212f80aae6bf4d39d --- /dev/null +++ b/datasets/metadata/613650.json @@ -0,0 +1 @@ +{"id": 613650, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-02T05:44:35.093Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 66, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 528626, "sizeKB": 7574.7060546875, "name": "Satie_StrongestMagician.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T05:47:16.456Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D1A50758", "AutoV2": "6CED41087E", "SHA256": "6CED41087E6D8AC22F2EFFFA2EF2D5AE25DEB7476CCD1C3240AFBDF9C5DE2DB4", "CRC32": "CA5ED480", "BLAKE3": "8E6D2B84E6BF81582CB35DAE4CF56A5B5E30319193B8BE64FF0D05FC1815CDEA"}, "downloadUrl": "https://civitai.com/api/download/models/613650?type=Training%20Data"}, {"id": 528627, "sizeKB": 22236.01171875, "name": "Satie_StrongestMagician-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T05:45:57.084Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5128829E", "AutoV2": "DC99050562", "SHA256": "DC990505622964882855901F4C556699C64BF1EBC5087C796590651FA17445DC", "CRC32": "8A3609DA", "BLAKE3": "9A2682A63589D85094037F15C1D644281BAAB558106B66E4B947B85840AF2613", "AutoV3": "D254D5963E97"}, "downloadUrl": "https://civitai.com/api/download/models/613650", "primary": true}], "images": [{"id": 18090944, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b25b019c-39a9-40db-8c24-0dd56e239030/width=450/18090944.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UiNmNSt7yXt7~Vj[-=ofpIfQIUa|IpfQozfk", "type": "image"}, {"id": 18090945, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a26cefd-f429-454c-a432-6deeb512cf35/width=450/18090945.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UiNmNSt7yXt7~Vj[-=ofpIfQIUa|IpfQozfk", "type": "image"}, {"id": 18091218, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a15f297d-2da0-4a90-add4-ef18798addd7/width=450/18091218.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UjN^3ve.?^tR~Voftlt7kWRjM{j[X9ofWBW;", "type": "image"}, {"id": 18092278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/182c9d11-2c69-4105-b1a5-f95c96cfda10/width=450/18092278.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UDL:l#tS00I=00Rj009axZxZ~Vj?2_%LxGt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/613650", "modelId": 551474} \ No newline at end of file diff --git a/datasets/metadata/613662.json b/datasets/metadata/613662.json new file mode 100644 index 0000000000000000000000000000000000000000..ae34469194a5125ebfbbeec2162c0291705dfbdc --- /dev/null +++ b/datasets/metadata/613662.json @@ -0,0 +1 @@ +{"id": 613662, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-02T06:52:40.196Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 32, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 528651, "sizeKB": 18202.234375, "name": "613662_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T06:01:47.075Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3C7A3388", "AutoV2": "7034448D2B", "SHA256": "7034448D2BFCE015EFA7EA231696512B7058F3251421EC6F5AF01EADEAA6C267", "CRC32": "32986EFB", "BLAKE3": "131216527CEFCA1647B7440A4972612E12E523CC52129683B6EFC30864081CD8"}, "downloadUrl": "https://civitai.com/api/download/models/613662?type=Training%20Data"}, {"id": 528720, "sizeKB": 223101.60546875, "name": "Zyn3-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T06:51:15.262Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DCC66BB3", "AutoV2": "A3C4EC82AE", "SHA256": "A3C4EC82AE8EDF287DD0ED39390C3911F856A1E151F8A000E0B8C8AE974FCDD5", "CRC32": "CDD58C6A", "BLAKE3": "FD9550BC508E205CBAF600EC39A032B7C2702C842AF48A7F70A0F4012F0C6EEF", "AutoV3": "DF6959B170DF"}, "downloadUrl": "https://civitai.com/api/download/models/613662", "primary": true}], "images": [{"id": 18096952, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b6eeddd-d01a-43ea-9e2c-68f78f5c702d/width=450/18096952.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFDI?t5=IUVs_MNuR5IWOqw^D*RQxtxZIWjE", "type": "image"}, {"id": 18096949, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33d8a400-a9c2-4b42-8f4f-5fc3071f4480/width=450/18096949.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UgLz~wxt?vWB_3ofoeM{~qWCayofRit7M{bH", "type": "image"}, {"id": 18096950, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/318ead66-1011-4b08-9c1a-7314fb41d0f3/width=450/18096950.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBDlyM9awX%L~n9dROxt9xIVD-tQjD%JD+t6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/613662", "modelId": 551482} \ No newline at end of file diff --git a/datasets/metadata/613671.json b/datasets/metadata/613671.json new file mode 100644 index 0000000000000000000000000000000000000000..7691d835203fdbd7b5385188530139534ef65e08 --- /dev/null +++ b/datasets/metadata/613671.json @@ -0,0 +1 @@ +{"id": 613671, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-02T06:57:41.841Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "earlyAccessDeadline": "2024-07-16T06:57:41.841Z", "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 528659, "sizeKB": 2817.0302734375, "name": "613671_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T06:06:40.099Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6C0DD369", "AutoV2": "A289ACB2EF", "SHA256": "A289ACB2EF78D043D27A1DA01091FCDE50A896D64BF56B2C492950FF011B0C2F", "CRC32": "A944A9A6", "BLAKE3": "ECAF4AFE42C6A48254E49C95B484B7170137B35CDECF982FA1C266E2953957F4"}, "downloadUrl": "https://civitai.com/api/download/models/613671?type=Training%20Data"}, {"id": 528701, "sizeKB": 223100.30859375, "name": "Cassie_Cage_MKX-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T06:35:45.230Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9B0058EA", "AutoV2": "12513BAB7B", "SHA256": "12513BAB7B329BB7ED01201A042EA703DA521361C8771C792712F6C8B55CC203", "CRC32": "305D217C", "BLAKE3": "57874AFB5F31DE79ECFF115FD93727BC017290EECB05CDFB3D67D0DEDC0A05B1", "AutoV3": "DA570226D320"}, "downloadUrl": "https://civitai.com/api/download/models/613671", "primary": true}], "images": [{"id": 18097233, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe691cfb-abf9-4d4c-8586-0ac63cf578cd/width=450/18097233.jpeg", "nsfwLevel": 1, "width": 608, "height": 848, "hash": "UBBMre~pEL4.=r%0E2E1xZt6M|R+.8%MenRP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/613671", "modelId": 551490} \ No newline at end of file diff --git a/datasets/metadata/613735.json b/datasets/metadata/613735.json new file mode 100644 index 0000000000000000000000000000000000000000..dc8bb60265f27d808a55e3fcb40773182cd2b729 --- /dev/null +++ b/datasets/metadata/613735.json @@ -0,0 +1 @@ +{"id": 613735, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-02T07:42:32.181Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 528724, "sizeKB": 50.619140625, "name": "613735_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T06:55:45.380Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "86AC7B272A", "SHA256": "86AC7B272A67A25FE1FEDBD52A7C658084B0AD2C41D79E90ECFD1ECEEA78ECAC", "CRC32": "01F98C56", "BLAKE3": "863F115424066B4CCDED0DC463178F955144C6BC6D6CE7230F8B2CB8B128FC97"}, "downloadUrl": "https://civitai.com/api/download/models/613735?type=Training%20Data"}, {"id": 528771, "sizeKB": 18544.90625, "name": "Jasmine_Nolan-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T07:35:43.949Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "4538D05820", "SHA256": "4538D058203FFA46ECA294212CD631A9CC9AB8509772AB79A182FF245F0AAE71", "CRC32": "DFB689AD", "BLAKE3": "D6AEE5939E78196E8E26AB1DF78D25F15138AB1920FA78800594BA5268DCA364", "AutoV3": "1DA631533E95"}, "downloadUrl": "https://civitai.com/api/download/models/613735", "primary": true}], "images": [{"id": 18101563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1268d0a4-8d16-45bb-a2f3-010563fe7c20/width=450/18101563.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8D+9@0f0g~A%#$%RlSL02oz^*NHEM-o={xb", "type": "image"}, {"id": 18101561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/077b7c72-5fc0-4a67-81d7-a878ada0556b/width=450/18101561.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8E2FEIo02OEyX$%V_nP0fIq~B%L0yjc-U$*", "type": "image"}, {"id": 18101560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d47e644-5d8d-4a69-bd24-6465d7cecbd9/width=450/18101560.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9EeMr9u5S~B%$NHIW$*E4%0%ME357X9?GVw", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/613735", "modelId": 551552} \ No newline at end of file diff --git a/datasets/metadata/613750.json b/datasets/metadata/613750.json new file mode 100644 index 0000000000000000000000000000000000000000..e66dc783ff943d266ba75a868486dec9ba6fab5b --- /dev/null +++ b/datasets/metadata/613750.json @@ -0,0 +1 @@ +{"id": 613750, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-02T07:03:02.802Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 83, "ratingCount": 0, "rating": 0, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 528737, "sizeKB": 22238.39453125, "name": "Azusa_Aizawa_SLIME300-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T07:05:50.299Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F0738DEC", "AutoV2": "1BFA12A1E6", "SHA256": "1BFA12A1E64496250610B1941BCBB3317E64987C270EA97CAAC69F0EC23F3B02", "CRC32": "3938C145", "BLAKE3": "B9DE15049424E65FBDA4EC0BD349B9753352BDEEB3CE27F03D568705131BADD3", "AutoV3": "A9454321114A"}, "downloadUrl": "https://civitai.com/api/download/models/613750", "primary": true}, {"id": 528736, "sizeKB": 13448.5693359375, "name": "Azusa_Aizawa_SLIME300.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T07:05:48.904Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4A0EBC25", "AutoV2": "267B3B9269", "SHA256": "267B3B92690AF72D92702344D29303C8728B20CF40A2AE284B7F9792ED3DDCDC", "CRC32": "0B818618", "BLAKE3": "8F31D646094FCFF1C76D70BC645EA85C189E5406EBCDA0CE4EE95530F3B4B5B8"}, "downloadUrl": "https://civitai.com/api/download/models/613750?type=Training%20Data"}], "images": [{"id": 18097822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e9bcded-055c-4fd1-bded-7c00b29ccf91/width=450/18097822.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFK^vw-;00Rnt+^k?wRP0$^Q=_emay-q%Nt7", "type": "image"}, {"id": 18097823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bd6f9e8-5c91-4e67-8fed-bb51b4888462/width=450/18097823.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFK^vw-;00Rnt+^k?wRP0$^Q=_emay-q%Nt7", "type": "image"}, {"id": 18098030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99069735-5b51-4a8d-b304-577804560aba/width=450/18098030.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBI=0^?w00020e9aO[.80k?b%0xa9#?a^*9a", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/613750", "modelId": 551562} \ No newline at end of file diff --git a/datasets/metadata/613798.json b/datasets/metadata/613798.json new file mode 100644 index 0000000000000000000000000000000000000000..00e57ae730a44f50f0b8bbf1b0a280fb45dda087 --- /dev/null +++ b/datasets/metadata/613798.json @@ -0,0 +1 @@ +{"id": 613798, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-02T14:17:07.236Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 528785, "sizeKB": 160.16796875, "name": "613798_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T07:42:03.676Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "69C67B794B", "SHA256": "69C67B794B3D26EE90BE982D28998A5E8EC2E85A040D671B3D231171B3A1C070", "CRC32": "11C1C0A7", "BLAKE3": "AE00FE1C3A30AB02C8710CE65E756E0315EF8FE91BF6A66CCE34F49FB747182C"}, "downloadUrl": "https://civitai.com/api/download/models/613798?type=Training%20Data"}, {"id": 528806, "sizeKB": 18544.9140625, "name": "Madison_Totally_Spies.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T07:55:40.424Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "03FAD2F85B", "SHA256": "03FAD2F85B316ACBD817D135147A1C5802200F760C0E49595534E7D8585DB00A", "CRC32": "3AEF43F6", "BLAKE3": "FBB4E3450413E1CF4662833A73B1637BFD1B9B98D23DAA4DF5674CFADDB6F711", "AutoV3": "43AABD418C2E"}, "downloadUrl": "https://civitai.com/api/download/models/613798", "primary": true}], "images": [{"id": 18103022, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/508da75b-134f-4dff-9cac-901d4748f0bc/width=450/18103022.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFOoXy?8xR=_00xaSjog?XxnxWIq~Is*-nD*", "type": "image"}, {"id": 18103024, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56c9400d-53dd-4efd-9453-cd2cbfce22de/width=450/18103024.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEO.d2^f}$x_9I%M=|M_=z#%-BE8.aJ..7Iu", "type": "image"}, {"id": 18103023, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/454c94ca-3e98-4db6-a97e-93f070787339/width=450/18103023.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "ULP#iz~8^hIwI{%NxvM_VbV@s.I]=oaua#NL", "type": "image"}, {"id": 18103136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9271a57-1342-4830-916a-049696903b66/width=450/18103136.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFN+LT}j|,.900%2$,NF0AwKv}I@F#wH-:9$", "type": "image"}, {"id": 18103138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3db3e073-aa93-4d7e-ac3f-2a4669ba0486/width=450/18103138.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFO2T#^G|m%$00$+xvIo4xnOv~ERpHjX%f9#", "type": "image"}, {"id": 18103139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/838ff4f6-2b2a-4bd9-a1bf-493e12565232/width=450/18103139.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIN+90%K|Axv01xaxcNF4^jI$2jYTdn#--T1", "type": "image"}, {"id": 18133847, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/134a3fbd-da68-4c37-8757-c29f72144981/width=450/18133847.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIOLPx}i[%-=01xv%2R%0Wi{#,RnO?wH%fEl", "type": "image"}, {"id": 18133845, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/882aa2ba-852d-4987-814d-46ecb19c4827/width=450/18133845.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UJOB$2}j[j-=01xv%2R%0WaL$3RnTJr;%fES", "type": "image"}, {"id": 18133846, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62755b92-358a-475b-ba56-a5a75186f49b/width=450/18133846.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIOLMp}j[Q-=01xv%2W90Wi{$3RmO?wH%f9~", "type": "image"}, {"id": 18133931, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24739e41-96e3-43c2-b1f6-65a3b28a13bc/width=450/18133931.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFNu,?=;}3-;00tR-qI.0Dr?#lRlF|nN%fJX", "type": "image"}, {"id": 18133939, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa7ebea1-d39e-4c97-9c31-99f3569af798/width=450/18133939.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "ULOB.C}i,*-?01-VoON?Drrsrs9^%Js*x]E3", "type": "image"}, {"id": 18134279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9824ee1d-bfd1-41ec-a14f-1ff741429614/width=450/18134279.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIOB=N}i[j-=01xv%2R%0WaL$MRnO?wH%fES", "type": "image"}, {"id": 18134277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dda16fd1-77d2-40d3-876c-2c2afbaf0a54/width=450/18134277.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHOLV;}j[%-=01tS%2R$0Di{#+WEKiwH%fEm", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/613798", "modelId": 551607} \ No newline at end of file diff --git a/datasets/metadata/613806.json b/datasets/metadata/613806.json new file mode 100644 index 0000000000000000000000000000000000000000..ef240096ea244c7b0310b2977ddb0d3c064a258b --- /dev/null +++ b/datasets/metadata/613806.json @@ -0,0 +1 @@ +{"id": 613806, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-03T17:06:53.789Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 528793, "sizeKB": 160.6767578125, "name": "613806_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T07:46:17.873Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "2763331830", "SHA256": "27633318300400A14687C7EA2E34F79A4588BD51914EA5C41097C80C34795DD7", "CRC32": "BDCBF339", "BLAKE3": "78DD468D3641DAEBDEFD7325F6566BEA689532177E5AA6F616F484601B8DF6ED"}, "downloadUrl": "https://civitai.com/api/download/models/613806?type=Training%20Data"}, {"id": 528853, "sizeKB": 223098.85546875, "name": "Madison_Presidents_daughter_r1-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T08:25:56.937Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "15B6BD46", "AutoV2": "B29D47C601", "SHA256": "B29D47C601567ABA729770BC826C4C2D697D690783D72BA2742B6B5EEBDCD255", "CRC32": "BF519851", "BLAKE3": "E64A1DD0451ACDE1A24AEA18A83E011E6E1AF9EDB8A440A52694A3E80BE04525", "AutoV3": "39ABB601967C"}, "downloadUrl": "https://civitai.com/api/download/models/613806", "primary": true}], "images": [{"id": 18105606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b362511-2101-4555-9209-d6978d70cd89/width=450/18105606.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIL4QgH@RM?a~NRnIc%JM_t7kFRjt+t2IBN2", "type": "image"}, {"id": 18105604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/565ebb78-208e-4fde-ab1f-41c75eff1303/width=450/18105604.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDK-B]ML%XR$~fRk9J%JE0WCNNo|u4t7H@i_", "type": "image"}, {"id": 18105695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68a7be3e-3dbc-4417-81e0-4701529de66d/width=450/18105695.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGKT[4H[Dh?Z~1N3Iw-$IAxt%MIp%gxtMdMx", "type": "image"}, {"id": 18105696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6a9ec6c-4d46-4f45-9cb7-41913f4ceb3a/width=450/18105696.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UNK1H[H@D$%L~QWGIZ%FROt6xvS5T0t6i_RQ", "type": "image"}, {"id": 18105697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/552fba4d-6a08-424a-a8af-ae9f60c6a9ce/width=450/18105697.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQK1K}MxIT%f~QWGD.xoW9ofj^R+pHt6MxM|", "type": "image"}, {"id": 18105792, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb9b0f42-4517-4ed7-9243-a59c19a6345e/width=450/18105792.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULKdb,DPRM%L~6WHNf%EIUxa%MRkghtPR5IV", "type": "image"}, {"id": 18105793, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02e15a8a-0f33-4172-84c7-907fa883204d/width=450/18105793.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UKKT-^DPoEs,~RWaN2$_Rit6t8X8yCt7MeRP", "type": "image"}, {"id": 18105790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e25af36-7428-410f-8363-bfa5e5cfd7c2/width=450/18105790.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNKT[8DjMv%L~SWGIX%GaIs:tSbZb^t6VsRQ", "type": "image"}, {"id": 18105843, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a215db2f-e26f-4d18-91bb-f3a59de6e922/width=450/18105843.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UML4HHDPR4?a~NN2Ib--Risot8X8k=oyMxRQ", "type": "image"}, {"id": 18105844, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5eaf80f3-9a0f-4ac6-a131-d8cf2878f9f4/width=450/18105844.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKL4EBDiMb%f~ORpNN-iM{xaxuR*pct6IBRQ", "type": "image"}, {"id": 18105845, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f8a5e98-a0ae-41bd-8f46-3581cf71b128/width=450/18105845.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJK-B_8xR3?a~MNMIv-,Mws:xvX7t,kBIBjG", "type": "image"}, {"id": 18106100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d757c467-8212-4fde-8472-acf6063e0259/width=450/18106100.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USK1XSDjr:-.~SNMM}${Myt6xuRlb^t6RQRk", "type": "image"}, {"id": 18106101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/086fa800-11da-4a00-b607-2ae4b1bd0815/width=450/18106101.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOK^?08{Mc?Z~6N3S7%IIo%1t8M|tkoxMyV[", "type": "image"}, {"id": 18106099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73da7386-dc22-4186-bdc7-7703faec6503/width=450/18106099.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQK1XTDjnf-:~TNMM}${nhxtkXNGNIt7soV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/613806", "modelId": 551615} \ No newline at end of file diff --git a/datasets/metadata/613810.json b/datasets/metadata/613810.json new file mode 100644 index 0000000000000000000000000000000000000000..14d8ccc19c870471f3ec447475444d9e98e782fe --- /dev/null +++ b/datasets/metadata/613810.json @@ -0,0 +1 @@ +{"id": 613810, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-02T09:34:40.532Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["Bianca", "Succubus", "Horns"], "stats": {"downloadCount": 63, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 528802, "sizeKB": 10062.90625, "name": "613810_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T07:51:41.863Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "962DB6DB", "AutoV2": "2CB3941AF3", "SHA256": "2CB3941AF3D0F44959AFB7AFE1CBF78A8E26856A2AA7FE304A3B2039C691A266", "CRC32": "0665A931", "BLAKE3": "045D5DEA7FFF61BE00EAB1D0F7DB2A015A8E913B7A3FDFABEC400980EF0CE8C5"}, "downloadUrl": "https://civitai.com/api/download/models/613810?type=Training%20Data"}, {"id": 528944, "sizeKB": 223101.76171875, "name": "Noble_Succubus_Bianca_GUARDIAN_TALES.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T09:35:46.429Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C7030BDB", "AutoV2": "469AC06B2E", "SHA256": "469AC06B2E5275316E0AC1171CB290348C2468703026F1D71E08AD8F7CADD482", "CRC32": "9FECF478", "BLAKE3": "78DFF7E502A5C916AFD0B5DD69D0A3F7109E4AA13A212BB9D7664D01E0AFCCC5", "AutoV3": "411E9761C529"}, "downloadUrl": "https://civitai.com/api/download/models/613810", "primary": true}], "images": [{"id": 18114179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5ef327b-db66-40b9-8271-e7e8fea937f6/width=450/18114179.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UED0cf%L4oIqyFn$DiWXB?R*rWxZGwS5IAoe", "type": "image"}, {"id": 18114181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04edbd1f-bd78-4dba-8021-6f84d2fc612b/width=450/18114181.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UBD9-v%M0gI@XpoJ9bM|59Iove%1Y8t7$JxZ", "type": "image"}, {"id": 18114180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31709959-ee4b-445e-988a-e23a7e883357/width=450/18114180.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U9EVse?a0hI:NYRPDixa2|ENIB$g^lI[4:aK", "type": "image"}, {"id": 18114182, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/114ebcb1-3b10-422a-9c73-104829ea8bb8/width=450/18114182.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UEFYown40Lx[.TxZ8^tQ2zNH9FNI?HIpR5s+", "type": "image"}, {"id": 18110597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6183f1fe-b25b-45e7-ba91-9b063b620573/width=450/18110597.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UALD[H%2T2jc|.jbMJjElBRkrWx[0NX8XARk", "type": "image"}, {"id": 18117718, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f6499af-8a8b-4192-8f0c-5bce25a91151/width=450/18117718.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UAFE$H~A01I;4:R-IoEM0$bbxEIo^*R*4:={", "type": "image"}, {"id": 18117720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad4a367c-c61d-4853-96e1-5dc872c9b1e1/width=450/18117720.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UBByEW%1019aELfQ$*oL}@RjELxaoz%1IoIo", "type": "image"}, {"id": 18117719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/245aeda2-58c8-4712-a79a-2fe4b5ca6331/width=450/18117719.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UCDu-;%29ZRj~pRk9at6X8WB4:RkWBxaIBM|", "type": "image"}, {"id": 18117721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ba57444-d7b8-4a32-9036-b98be0c6c664/width=450/18117721.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U7B:8A={00I;5=NGnOae-oWB9aba0z%2}@M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/613810", "modelId": 551618} \ No newline at end of file diff --git a/datasets/metadata/613823.json b/datasets/metadata/613823.json new file mode 100644 index 0000000000000000000000000000000000000000..4850c0cba81a28ede809c1ac8a3f808ba259fa43 --- /dev/null +++ b/datasets/metadata/613823.json @@ -0,0 +1 @@ +{"id": 613823, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-02T07:55:40.327Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 106, "ratingCount": 0, "rating": 0, "thumbsUpCount": 25, "thumbsDownCount": 0}, "files": [{"id": 528812, "sizeKB": 22237.88671875, "name": "Shera_L_Greenwood_IsekaiMaou-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T07:56:08.899Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C06419CC", "AutoV2": "B8E2545A2A", "SHA256": "B8E2545A2AC73CDF4DE3B301777E983B89E92E2273312D4F0D2AD983C2964D69", "CRC32": "1D8500C7", "BLAKE3": "4E2E645B054D66EBE4331DA39A4CD8CE4463CE8D513F24725BF4EA5FB5C365BD", "AutoV3": "0C9B28A0A660"}, "downloadUrl": "https://civitai.com/api/download/models/613823", "primary": true}, {"id": 528813, "sizeKB": 10572.03515625, "name": "Shera_L_Greenwood_IsekaiMaouV2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T07:56:09.286Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FE9E1FB0", "AutoV2": "7D1D0B4406", "SHA256": "7D1D0B44065F0CD759ABE5622687D842AA308E1143250E5A5498F130EF2DF33A", "CRC32": "758E41BE", "BLAKE3": "7F0DAD906F039F0F13FF2B405DAFD7FD30B88FB359548A120C5A140377894024"}, "downloadUrl": "https://civitai.com/api/download/models/613823?type=Training%20Data"}], "images": [{"id": 18103142, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb5c6ed9-ef15-4ce4-9146-c2f063c76824/width=450/18103142.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U5KUGd-n00%c009H04RR2mRj;E%1qBj]cgNG", "type": "image"}, {"id": 18103141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8e91204-761c-4d4d-ade2-a998023f8acc/width=450/18103141.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U5KUGd-n00%c009H04RR2mRj;E%1l*j]cgNG", "type": "image"}, {"id": 18103858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31938478-9a50-4ba3-b325-2170e5b08623/width=450/18103858.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UEMQCK5600#qDi+^02J66IIo=N-C_MIo9akW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/613823", "modelId": 86192} \ No newline at end of file diff --git a/datasets/metadata/613824.json b/datasets/metadata/613824.json new file mode 100644 index 0000000000000000000000000000000000000000..e55eb5b0b20e501c980d36aec9fe5baced69e9dd --- /dev/null +++ b/datasets/metadata/613824.json @@ -0,0 +1 @@ +{"id": 613824, "index": 0, "name": "V2", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-16T03:43:06.342Z", "availability": "Public", "nsfwLevel": 28, "description": "Hair
", "trainedWords": [], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 563590, "sizeKB": 223099.70703125, "name": "face.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T03:41:22.859Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "36465D6C", "AutoV2": "CC858C417B", "SHA256": "CC858C417B56C7568F8B3E662EF62BD3BAF3CA8D54B226BBB9041F02EA1DD8D3", "CRC32": "473EE835", "BLAKE3": "1B81D15572FEB5632BE4336EE7927C45DC76581DDC6B0C2373C8A9DAF4BA073F", "AutoV3": "C1F5159452F9"}, "downloadUrl": "https://civitai.com/api/download/models/613824", "primary": true}, {"id": 528814, "sizeKB": 2122.5146484375, "name": "613824_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T07:55:39.646Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B702B26E", "AutoV2": "2477636550", "SHA256": "2477636550728F1154567D4792432D6942E1BD0D9E757765D50A6EDC49BDF8AB", "CRC32": "4662E3F0", "BLAKE3": "29A500383980685FD4F7E4785039928CF49FA2658942D2820E3569E0B0153D89"}, "downloadUrl": "https://civitai.com/api/download/models/613824?type=Training%20Data"}], "images": [{"id": 20039849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53c2ec23-cc2b-46f9-af5c-df335b2757dd/width=450/20039849.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBJ7p|IA0M-:4T-;4:~W_ND%M|M{R4ITkDM_", "type": "image"}, {"id": 20039852, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0a25d08-9e89-4fd7-b9a8-4adf8103c4ae/width=450/20039852.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UNGuI8_4F4kYJpxvozWAIoWXxYV?tSWBRkof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/613824", "modelId": 551598} \ No newline at end of file diff --git a/datasets/metadata/61406.json b/datasets/metadata/61406.json new file mode 100644 index 0000000000000000000000000000000000000000..fb9ae120c2d5decaaa459b2e63a1c939fab2c409 --- /dev/null +++ b/datasets/metadata/61406.json @@ -0,0 +1 @@ +{"id": 61406, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-03T14:02:33.196Z", "availability": "Public", "nsfwLevel": 6, "description": "Trained on Anythingv3, Clip skip: 2, 9/16 epochs + another 12/16 (2700+496 steps) epochs on the smaller dataset
", "trainedWords": ["MKU ", "MIKU LEOTARD OUTFIT, RED LEOTARD", "TWINTAILS, VERY LONG HAIR, BLACK HAIR", "tank top, white tank top, capri pants"], "stats": {"downloadCount": 527, "ratingCount": 101, "rating": 5, "thumbsUpCount": 120, "thumbsDownCount": 0}, "files": [{"id": 43596, "sizeKB": 3293.9873046875, "name": "examples.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-03T20:40:43.680Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "61274D34", "AutoV2": "6D13456C2A", "SHA256": "6D13456C2A4DEE1663F0EC434AA38167B27708A607FBB4EB8428883944AF365F", "CRC32": "5F612702", "BLAKE3": "088909D578F201DF69E6E8DCEDFEB8B471A19624D1DAB2F63DC164866706841A"}, "downloadUrl": "https://civitai.com/api/download/models/61406?type=Training%20Data"}, {"id": 43442, "sizeKB": 73841.0322265625, "name": "idaten-miku.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-03T13:55:51.048Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F543434B", "AutoV2": "0282C53E01", "SHA256": "0282C53E01494309D85A3709E1DF61E0D7554F8C5C3FB041DA106844CB05093A", "CRC32": "F6D899BA", "BLAKE3": "E23EC84C03E3ACBB8E9C709A09968B95B7DC182F98EEF22545733366AEBE3E9E", "AutoV3": "EEACFA1AC53F"}, "downloadUrl": "https://civitai.com/api/download/models/61406", "primary": true}], "images": [{"id": 673804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78f057db-1852-49db-bf58-e4123fd40475/width=450/673804.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UWI;n:uP6+KPyYL1xt%MJno}t7t7bd$$V@nO", "type": "image"}, {"id": 673874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f505452-70a2-4be1-a1bc-51e7425281a8/width=450/673874.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UUKTxvM{*0bGl9xt?HogOYRj^+ayxaj[t7t7", "type": "image"}, {"id": 673805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/016c4efb-e798-432b-a396-ffad9494eca8/width=450/673805.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UPJ${fMLXSMeWAMy^hVt0MRkx[NH}@R*NGNH", "type": "image"}, {"id": 673809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f7a833c-59b2-458f-88a0-0aaa80fdd726/width=450/673809.jpeg", "nsfwLevel": 4, "width": 1920, "height": 1920, "hash": "U7Hd]X.Tffp0M^MwxnrW+FR#ca-Qn1n,AJD*", "type": "image"}, {"id": 673821, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cae14c14-98a0-4626-828a-85cc4d942977/width=450/673821.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U7Hnc~}^_2E1I_~UD+r]^iS$s-$g0|?axtIU", "type": "image"}, {"id": 673811, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d59089a5-5137-4e58-b8e5-df18a7e6f09e/width=450/673811.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UDF~UEMbNt~CKRM^X7v#Q.OnM{IABns+wI.8", "type": "image"}, {"id": 673882, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46e30c9c-b568-4b31-bb0a-045bc0974833/width=450/673882.jpeg", "nsfwLevel": 4, "width": 1920, "height": 1920, "hash": "U7FFa800x[_3_N4Taw?b4TIUW?X9iu?cg4Mx", "type": "image"}, {"id": 673857, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4323465a-4faa-422c-ae33-239d2db32ea0/width=450/673857.jpeg", "nsfwLevel": 4, "width": 1536, "height": 2304, "hash": "U9IO2[%2x[My0000RQx].S_NMxx^n$$*D*x]", "type": "image"}, {"id": 673937, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e43674f-c9d0-41c4-80ec-eca531212db2/width=450/673937.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1280, "hash": "U6EVi~+d,:%z%B-q4:RN?wIW4.IoOWI{IT9Z", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/61406", "modelId": 56986} \ No newline at end of file diff --git a/datasets/metadata/614105.json b/datasets/metadata/614105.json new file mode 100644 index 0000000000000000000000000000000000000000..87ef53f66e69d35ea900d7f9d53ff2be0d801f72 --- /dev/null +++ b/datasets/metadata/614105.json @@ -0,0 +1 @@ +{"id": 614105, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-02T13:00:50.254Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 529087, "sizeKB": 112.3935546875, "name": "614105_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T11:15:39.925Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "B2B9A80003", "SHA256": "B2B9A80003087765E52CFD6D074F4DC85F703E9A729713300FB03F7DD29B83FB", "CRC32": "F9779A41", "BLAKE3": "735E07B1274E7B09C1F4BCC6B38928F61228235D18DC1C924CCE45EFA44C6AB7"}, "downloadUrl": "https://civitai.com/api/download/models/614105?type=Training%20Data"}, {"id": 529096, "sizeKB": 36977.3828125, "name": "Madison_Totally_Spies-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T11:20:45.744Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3363AA08", "AutoV2": "95F52624DF", "SHA256": "95F52624DF614821D771AE95F3CE1AED55B1AB4875C93C5FE51ECAC471F2C1C7", "CRC32": "F668D7E2", "BLAKE3": "D073071B9938296D43D38A3BEF63BECBD05B846AA4B21AB59C395A116C72FF08", "AutoV3": "C3EBC268D932"}, "downloadUrl": "https://civitai.com/api/download/models/614105", "primary": true}], "images": [{"id": 18119002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55de8578-75bf-4a58-b76d-49fa7b0eca23/width=450/18119002.jpeg", "nsfwLevel": 32, "width": 512, "height": 512, "hash": "UEH:XHGsHW+wBixtv}R656w|g4Zh$gRPo|YP", "type": "image"}, {"id": 18119003, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d637c320-36ba-4f25-bef4-e4a03f356ab2/width=450/18119003.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCHpO;u38uvi4TR5m+t+D%xZ%NEMTJS#rqv~", "type": "image"}, {"id": 18119004, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ff63457-2212-43e4-bce6-14fdf803f157/width=450/18119004.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UAHWV|Q7HC:600Q-rDtlD%-ok?9tu4NGvgtk", "type": "image"}, {"id": 18119849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02382602-db96-4e4a-a45a-1a33bd35150a/width=450/18119849.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFGwPfT|8c+a0eiIwbTdH=%1tSEgTyRkvzxF", "type": "image"}, {"id": 18119850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b20be5b-e93f-4179-83b2-577654fb5579/width=450/18119850.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHGdQZpID3r?4.a0ivX,Djs:%MI;t-R-VY$z", "type": "image"}, {"id": 18119848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/098b0920-8770-4c7c-9919-6c0622f39c27/width=450/18119848.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UJGKI4tRD3kW4.V[ico|IAwv%MJBpcShVY$f", "type": "image"}, {"id": 18119947, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfc36b33-c472-4632-a5d0-46bc0fc76f4c/width=450/18119947.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHHWx[cE8v$45QaKv}cEIUxGxuI;pcNbn3$%", "type": "image"}, {"id": 18119948, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52b706ff-09db-4eb0-b587-8ebde4cbe122/width=450/18119948.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UJG^qbpIHWr@9tV@n4kqIUsmxuJApJShZ$w]", "type": "image"}, {"id": 18119946, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e88fa987-8f20-4a69-8503-4fb63b16d91f/width=450/18119946.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIHNHPpID3sp56V@rqo|IUslx]JUk=S#n3wb", "type": "image"}, {"id": 18120671, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daab1530-b8ea-435d-97c9-8ec087a93aad/width=450/18120671.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHGT+.X-C,$N4.i^rqTJIAxE%fI=yXNbVY$$", "type": "image"}, {"id": 18120673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff9015ea-e1cd-498b-8e1c-c293bc563827/width=450/18120673.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFG1PBcY8v#m56a0n4X-DixZ-;EMyXNaVE$%", "type": "image"}, {"id": 18120670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03d0dd0c-205d-4c6a-8a5c-6509daf46dcf/width=450/18120670.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFGA%rY58v#m9YiwnNTdDjxZ%gEMyXNHVX$%", "type": "image"}, {"id": 18126625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f425c8e-ff79-4116-8340-5950d8fc6a59/width=450/18126625.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGG^LeTxC,+H0KVsv}kpMd$%pJEgTxNav}xZ", "type": "image"}, {"id": 18126626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a819e872-5ae1-434f-aa0a-86e9538b5994/width=450/18126626.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIHDQ$t8HWb^9YZ%VYX-9Fs.-:NHyXNxMe$M", "type": "image"}, {"id": 18126627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16bc6fbf-736f-4cdd-8b35-2184d39e3b5e/width=450/18126627.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UKHM=bt7LzXn9ZVsa0cDIAoJ%MR+yXS$Mx#+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/614105", "modelId": 551868} \ No newline at end of file diff --git a/datasets/metadata/614138.json b/datasets/metadata/614138.json new file mode 100644 index 0000000000000000000000000000000000000000..5a05f73912e968cfaa36f8c1e41d78a8e59a7b0e --- /dev/null +++ b/datasets/metadata/614138.json @@ -0,0 +1 @@ +{"id": 614138, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-02T12:26:20.922Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 22, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 529120, "sizeKB": 145.7958984375, "name": "614138_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T11:45:55.028Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "B2FD172C83", "SHA256": "B2FD172C8394959FA1390DE2BDE809D28DE7BE38B52B9C6547134506D17B8ED3", "CRC32": "0F67AE7C", "BLAKE3": "0599D0AD810A50DA825B9A284CFB9D56B91C56C18F5A643A3344988319E5F96D"}, "downloadUrl": "https://civitai.com/api/download/models/614138?type=Training%20Data"}, {"id": 529140, "sizeKB": 36977.40625, "name": "Madison_Totally_Spies_PXL__1.5-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T11:56:17.169Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1D422EF3", "AutoV2": "E41FF2987F", "SHA256": "E41FF2987F7F42607FF8B47846AD2B1D67BFE5A2B7A4D3EA6C321D766C180E68", "CRC32": "EF7D1629", "BLAKE3": "05CB6E8A7CE19D73363EB4729200C73F944ED6D4473A90EF87A741D76EAF9FDA", "AutoV3": "82A1D8BC151C"}, "downloadUrl": "https://civitai.com/api/download/models/614138", "primary": true}], "images": [{"id": 18122168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c32ae56d-9a62-4aeb-9343-c132ef53ec59/width=450/18122168.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UxFGa}oaI=xwb$xZtSS4IWt7xtWCs%j]act6", "type": "image"}, {"id": 18122167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37605a24-ffb5-44dc-9071-7f80549081ce/width=450/18122167.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U$EzNUotNKtSp3xZtSShMyt7xtWDoZj[jDt6", "type": "image"}, {"id": 18122335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b042d999-304b-4817-90ff-f58d3c8ab3e3/width=450/18122335.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UrEWwcn|I]tSb$xstSS5IBtRxsWXt1j?jDt6", "type": "image"}, {"id": 18122337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2f50b85-3f21-43f0-93d4-5cf331ca3770/width=450/18122337.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UvEN9soaI[xvp3xZtSSOMzt7xtWCnzkCaJt6", "type": "image"}, {"id": 18122336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5101d193-43db-4bf1-a46c-638c37de7481/width=450/18122336.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UpFjKXoZERxwSC%1x^NdIAtQxXa~xnjracxZ", "type": "image"}, {"id": 18123117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/240f2dcb-c51d-4660-94b0-c1abf50e306c/width=450/18123117.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U$EzNUotNKtSp3xZtSShMyt7xtWDoZj[jDt6", "type": "image"}, {"id": 18123118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7814b05-d566-439f-b87e-0d81e8956a02/width=450/18123118.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UyGS_,M{I[%NkvxatSNHM}oJxtW=s%WCngxa", "type": "image"}, {"id": 18123100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7fd09e4-eaca-4885-99a7-828472b8c3e0/width=450/18123100.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UyG9,VoaI@xvp3xZtSS5ICt6xaWDoZj[V?xZ", "type": "image"}, {"id": 18124340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcfcbf9e-9b9b-4ea1-bfcf-d960f30738c2/width=450/18124340.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UuF6|doaIpx^XYxsx]R-Mzt6xtWWs%kBaJxZ", "type": "image"}, {"id": 18124339, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d91dc5a-0c33-4137-b1e3-8278bf088835/width=450/18124339.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UxE:[HoZI=xvkvxZtSSNIVtRxaWEt1fkaJxa", "type": "image"}, {"id": 18124343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2246def-c757-448a-80a1-904aad887426/width=450/18124343.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UpFQ2#fMEM%NS.%1x^NHMzt7xZbboGofjDt6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/614138", "modelId": 551897} \ No newline at end of file diff --git a/datasets/metadata/614660.json b/datasets/metadata/614660.json new file mode 100644 index 0000000000000000000000000000000000000000..f73a26056417185c069fae76194137a49af7acf6 --- /dev/null +++ b/datasets/metadata/614660.json @@ -0,0 +1 @@ +{"id": 614660, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-03T21:30:25.764Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 532620, "sizeKB": 223101.76171875, "name": "centaur__horse_r1-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T21:31:27.179Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "93CE422A", "AutoV2": "D35B6A806E", "SHA256": "D35B6A806E6FCB980AAC34BFF400598DAA10FDDCDFBB1813E6E4F7F79A9D1932", "CRC32": "AB9C6696", "BLAKE3": "730DB1126A00CB0ED72FC69E859D44C248FA37A94EC7BC3962CAAB7088A5BE81", "AutoV3": "84389F712F1E"}, "downloadUrl": "https://civitai.com/api/download/models/614660", "primary": true}, {"id": 529623, "sizeKB": 5159.7958984375, "name": "614660_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T16:06:57.613Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6E178619", "AutoV2": "F77F665CBA", "SHA256": "F77F665CBADC9C87316BAB91B231D60FE345C2D4C70CC5FDEB9CF9E51A8263BF", "CRC32": "0C43EB4D", "BLAKE3": "5B46DF1AA5AB1C2922F2D48CE24FD99076B234AE192DC0F2BD083FFEF6D04708"}, "downloadUrl": "https://civitai.com/api/download/models/614660?type=Training%20Data"}], "images": [{"id": 18321673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b17efc6c-8ddc-4113-8346-7f6e0f558106/width=450/18321673.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFJ7:X_24:%ylARjVrx@%|~UVts+x]%L-Sni", "type": "image"}, {"id": 18321672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0206b435-8d52-4880-b511-40f3d4100ad6/width=450/18321672.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U5I}9I_N0J~U7h?F009Z0eR+009GPpx@}9%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/614660", "modelId": 552350} \ No newline at end of file diff --git a/datasets/metadata/614669.json b/datasets/metadata/614669.json new file mode 100644 index 0000000000000000000000000000000000000000..acb22442c0997c9cb6a315459eb7faa680378f4a --- /dev/null +++ b/datasets/metadata/614669.json @@ -0,0 +1 @@ +{"id": 614669, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-02T17:23:12.476Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 58, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 529772, "sizeKB": 223100.23046875, "name": "Horse_Solo.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T17:26:18.253Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7EB6355A", "AutoV2": "88DA623201", "SHA256": "88DA623201598EF29DF835DB1AB6310B3147F5660EA42DFEB0F0EB59583F3988", "CRC32": "D936ED4C", "BLAKE3": "338007CF0A23F631A13BA862DD84DB87A7B4780C8B922E1532390FD7344D9498", "AutoV3": "7DF4107A7B79"}, "downloadUrl": "https://civitai.com/api/download/models/614669", "primary": true}, {"id": 529637, "sizeKB": 3375.9013671875, "name": "614669_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T16:11:27.910Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "61B10169", "AutoV2": "598589E1F3", "SHA256": "598589E1F3154CD3E1D706B34E6D14A5C0281A2ECF209EE3F4CA2890CB212D6D", "CRC32": "F0348205", "BLAKE3": "46457A0A09359CD277F9D5C586C33F21BD16F9E44650174B67717A108B31CE5C"}, "downloadUrl": "https://civitai.com/api/download/models/614669?type=Training%20Data"}], "images": [{"id": 18154525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6e14168-65cd-4b96-a76d-e2464d110871/width=450/18154525.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNIXmX%LIA#,PXW=VqRPcFW=Z~RjJVxZZ~s:", "type": "image"}, {"id": 18154527, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/321a59ff-fec9-4fcf-b8bc-2d34358fa028/width=450/18154527.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTHB[1-:Won2PXNesSMwyDtRaKVr9a%MnNnh", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/614669", "modelId": 552356} \ No newline at end of file diff --git a/datasets/metadata/614678.json b/datasets/metadata/614678.json new file mode 100644 index 0000000000000000000000000000000000000000..1af53e241cae50f00e33c2ed3f6259df81b6d99a --- /dev/null +++ b/datasets/metadata/614678.json @@ -0,0 +1 @@ +{"id": 614678, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-02T22:13:12.038Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["j.monkey style"], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 529999, "sizeKB": 16955.779296875, "name": "614678_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T19:36:19.210Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "41DA9F83", "AutoV2": "7A12451E59", "SHA256": "7A12451E595433034CA77600CDF6394B56441399875611199CC758BAFA19D3DD", "CRC32": "984B329E", "BLAKE3": "BB8B56D98EBEF8F373E84B39C4E2F4C906A7CC30E7590B4FE7ECB4831E6355EF"}, "downloadUrl": "https://civitai.com/api/download/models/614678?type=Training%20Data"}, {"id": 530265, "sizeKB": 445795.79296875, "name": "J.monkey_style_Rio.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T22:10:51.525Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A5F205A5", "AutoV2": "047BAB13C6", "SHA256": "047BAB13C6910D5938102049DF21138AF3ED4568A6B6D24A0C1B8D25DA14DBED", "CRC32": "90227D67", "BLAKE3": "DE535391A1E5B784B1127BCF852AE48BFDEC2EDA919E426B412CD5AE8BE40B22", "AutoV3": "8345D8847AF6"}, "downloadUrl": "https://civitai.com/api/download/models/614678", "primary": true}], "images": [{"id": 18183278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/251297da-333c-4e68-a01c-dcac712b610e/width=450/18183278.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UdKd-#_44pW9o~%MaJRjj^M{awWFV@WUIUn*", "type": "image"}, {"id": 18183277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/266286fb-ddb9-4370-b30f-a302f9e6eb1f/width=450/18183277.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFOzk@TaNC^S?1whavOBH@w5xuO8t~J}WD#?", "type": "image"}, {"id": 18183276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1bad74f4-7aba-4e1e-bf07-bc31154d2dbc/width=450/18183276.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UWNmr~_1ETkD^-RokDogI{xuxVRk%gM|ngt5", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/614678", "modelId": 552361} \ No newline at end of file diff --git a/datasets/metadata/614855.json b/datasets/metadata/614855.json new file mode 100644 index 0000000000000000000000000000000000000000..ce7ed3c64addf287c197bd73b2aef888f49baec0 --- /dev/null +++ b/datasets/metadata/614855.json @@ -0,0 +1 @@ +{"id": 614855, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-02T18:30:55.439Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 44, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 529803, "sizeKB": 57.0380859375, "name": "614855_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T17:46:36.027Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "5CB3A36093", "SHA256": "5CB3A36093231302D3F8CF33951DAE99A0EEB0B091C340EDF9C97431C7C5F942", "CRC32": "27FBB8E3", "BLAKE3": "71FF50E0A03B4137D009249DA136A5445C01CD0968F95C1CFFE3B8B4AE59B718"}, "downloadUrl": "https://civitai.com/api/download/models/614855?type=Training%20Data"}, {"id": 529885, "sizeKB": 36978.28125, "name": "Lilith_nsfw-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T18:30:42.728Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C368EE7B", "AutoV2": "70CB7CC3AD", "SHA256": "70CB7CC3ADE65B88194693A69D71B90B543F17F7BAEA08FC85F624553397479D", "CRC32": "BA9A0D1D", "BLAKE3": "B013799230EBD9E399AA8F2A16DE95F51F089BADAF9F2CB254401116389C8E73", "AutoV3": "FA9CE84F638A"}, "downloadUrl": "https://civitai.com/api/download/models/614855", "primary": true}], "images": [{"id": 18162276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03128b52-3bda-426c-b4a4-d6764077ada5/width=450/18162276.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "ULLMx9_2uOx]~Wxa.7?b-pRj9ZM{9ZxuwcoL", "type": "image"}, {"id": 18162272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3fae12b-209a-4f86-8672-da6707eb11a4/width=450/18162272.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UMLDJp_2uNx]~Xxa.7?a-oRj9ZM{D%xuw^of", "type": "image"}, {"id": 18162277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a261f833-07f6-449d-a207-e88a04725a59/width=450/18162277.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UMLM-Y_2yrx]~Xxa.8?b-oRj9ZM|D%tRwJof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/614855", "modelId": 552511} \ No newline at end of file diff --git a/datasets/metadata/614872.json b/datasets/metadata/614872.json new file mode 100644 index 0000000000000000000000000000000000000000..460b2550b28490a901818547ba314d088f3658c4 --- /dev/null +++ b/datasets/metadata/614872.json @@ -0,0 +1 @@ +{"id": 614872, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-03T01:50:40.867Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 50, "ratingCount": 0, "rating": 0, "thumbsUpCount": 20, "thumbsDownCount": 0}, "files": [{"id": 529880, "sizeKB": 1470145.030273438, "name": "614872_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T18:26:01.468Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "04663A6C", "AutoV2": "DBC0FA9EB7", "SHA256": "DBC0FA9EB73FD4D05F6866398FF061DE1BA3B195612B8891029566C3E784BDEF", "CRC32": "C3309139", "BLAKE3": "6A01FDC06DEBEEF1808EF5692F3A444F63439702132B5BC05CBCBBF122CBF89E"}, "downloadUrl": "https://civitai.com/api/download/models/614872?type=Training%20Data"}, {"id": 530612, "sizeKB": 223131.37890625, "name": "MelonArt_Style_Lora-000017.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T01:40:39.984Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8AF15096", "AutoV2": "8067A00913", "SHA256": "8067A009138D2280160B3E39A3BED0D5AB41610ADA82F8DA19514612B8FF4E25", "CRC32": "AD09729A", "BLAKE3": "425A74F7D58E77EA17CC2FAA6B0CFD65FBA87F3AFCD9713A8AE4B71CE411EA91", "AutoV3": "D01D0FE5D176"}, "downloadUrl": "https://civitai.com/api/download/models/614872", "primary": true}], "images": [{"id": 18206773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5c2e7ae-837e-4c1e-a1ff-c956a0f22dce/width=450/18206773.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UA9%uSpf9#RO^OkW58a0$wxTS}xZ%Mt7XSxG", "type": "image"}, {"id": 18206775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ed3c7ef-0834-41b3-8470-2f55b0650496/width=450/18206775.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKKAG}T0Va5AI;,-M{F20P%2oyoy~8R*NL+[", "type": "image"}, {"id": 18206803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0c66847-f24a-4027-8ae7-81b2d42acaa2/width=450/18206803.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UmHKttrVS6fS~Vs7R+WYt7s+WBWXM|oboeWB", "type": "image"}, {"id": 18206776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5e7c307-201f-477b-b159-04ea3254e284/width=450/18206776.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UoQ++kRO.T%NtokDxCoet7ofn$oLo#WCaeoe", "type": "image"}, {"id": 18206778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26cf8dcd-9d90-479b-9273-c00d433999a8/width=450/18206778.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UQDAc7VsJ5t+?]RQkVxuNENHo~oft6RkWCbH", "type": "image"}, {"id": 18206798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7168cce-8b51-4301-88d1-1102c47056a1/width=450/18206798.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEDlmboNR2Wa_NROD$oz54I;Mz-pD,WYso%L", "type": "image"}, {"id": 18206785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89d1e6e2-f3d5-4cf4-a336-abf530742fbe/width=450/18206785.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UJK.9pOGG[E*B@wJRl-V?wbvnNobB;tR%LOX", "type": "image"}, {"id": 18206797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82e48ae0-c80b-4509-bb2d-082883b622be/width=450/18206797.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UCMj25t*00IA^PE2~oR+?cZ$KN-:?bM|NwWq", "type": "image"}, {"id": 18206787, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ece9d30b-bf02-4936-affa-d26d7b76b8d3/width=450/18206787.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9EL?D~p~pZ$_4b[9u8_tmEL9bMd^+xuS#i^", "type": "image"}, {"id": 18206794, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c125c94b-ee21-4675-a4de-9b5261fbd13b/width=450/18206794.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UrNmH1rocFtQ~pWAs,s+WCWBjXt6ofjZWXS6", "type": "image"}, {"id": 18206804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e993df8-81c3-463d-806c-d8683abc4384/width=450/18206804.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UJK1LB?b00rDPUD%nO,?F}nivfR5*0NFR3RP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/614872", "modelId": 552521} \ No newline at end of file diff --git a/datasets/metadata/614885.json b/datasets/metadata/614885.json new file mode 100644 index 0000000000000000000000000000000000000000..a86ba1c05bce21a9d021944f9b325db536825cc1 --- /dev/null +++ b/datasets/metadata/614885.json @@ -0,0 +1 @@ +{"id": 614885, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-11T06:39:23.050Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 529896, "sizeKB": 548527.5966796875, "name": "614885_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T18:36:22.235Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8A86158E", "AutoV2": "BF319CF13A", "SHA256": "BF319CF13A109247C57ECC30B583CBA0757C893DE410E9B3C78087B99373314D", "CRC32": "D4713168", "BLAKE3": "168BF611C27489856EF8A1DA7C76206B9ABF0FD62F6F74D5EEA260E9D8F510B7"}, "downloadUrl": "https://civitai.com/api/download/models/614885?type=Training%20Data"}, {"id": 550789, "sizeKB": 223151.66015625, "name": "Imperial_Palace_Gardens.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/614885", "primary": true}], "images": [{"id": 19339925, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2972800-fe04-475b-a21d-dc1e85994694/width=450/19339925.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNGSGej?4.%2~payWEf8?H%2tRRj-;bHxZt6", "type": "image"}, {"id": 19339926, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/453c05d7-7337-42c6-9d11-8bd3de831d15/width=450/19339926.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTEyxebYD$t7_NNGM{oetSM|juoetRWCofoe", "type": "image"}, {"id": 19339924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73be6318-7b73-4b99-9d19-fce72af3808d/width=450/19339924.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEHoL2s:4Tt5~X?FIpRl~W$~bwf9t8NHxCt6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/614885", "modelId": 552534} \ No newline at end of file diff --git a/datasets/metadata/615074.json b/datasets/metadata/615074.json new file mode 100644 index 0000000000000000000000000000000000000000..7cef996b437102a285f09e8d6c00708681c0b6fa --- /dev/null +++ b/datasets/metadata/615074.json @@ -0,0 +1 @@ +{"id": 615074, "index": 1, "name": "Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-02T22:07:38.372Z", "availability": "Public", "nsfwLevel": 28, "description": "Pony base version
", "trainedWords": ["1woman, fishnet bra, fishnet top, fishnet_bra", "fishnet panties, nipples_visible_through_clothing, pussy_visible_through_clothes, see-through, fishnet_bra, fishnet_panties,", "denim, jeans, denim pants", "denim, shorts, short-shorts, denim,"], "stats": {"downloadCount": 80, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 530071, "sizeKB": 120110.677734375, "name": "615074_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T20:21:28.351Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BF025408", "AutoV2": "F7CAB0B70E", "SHA256": "F7CAB0B70E28F4476E0748B14C387EFAD0304625B4450A6746639667DFF9F2CA", "CRC32": "B667FFC9", "BLAKE3": "917D06204C6F1A70DF64F5A22D2E0B98DCC6557CF68EF5D34C53C36024C09C74"}, "downloadUrl": "https://civitai.com/api/download/models/615074?type=Training%20Data"}, {"id": 530260, "sizeKB": 223109.83203125, "name": "Fishnet_Bra_XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T22:06:16.038Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EF41E1D7", "AutoV2": "4E778315B4", "SHA256": "4E778315B43B7EFF847AC0B6D16D41D69D2B0FEFD57838429440BD26CFB3D4D6", "CRC32": "EAA4498C", "BLAKE3": "5891205A8E060AAE833A316AEF0E3561F04D8030B036F280F703B0B754BB3DB0", "AutoV3": "9B93811BD6BD"}, "downloadUrl": "https://civitai.com/api/download/models/615074", "primary": true}], "images": [{"id": 18182787, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2299b274-d29b-4622-8160-defebdbfdeb3/width=450/18182787.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UHHxHLi_*0kr=Zj[IpRj0LW==_s9RjWBxat7", "type": "image"}, {"id": 18183507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c24544f2-d065-41cd-a91d-654db5e7e11f/width=450/18183507.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UOJavHE2.T-o-;xakDR+0LV@xCWCoMoLofa#", "type": "image"}, {"id": 18183506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dded30b4-00be-4ab3-914d-098d95e90723/width=450/18183506.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UQJk7ZM{~qD%_2s,o#IV9uR,i_snxaR+bHoe", "type": "image"}, {"id": 18183505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ccbde13-2a26-4737-9884-42798e49fcb1/width=450/18183505.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UqM%yPoz_Nxt%MxaWWRjIqRinhWVs:t7WBfR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/615074", "modelId": 552705} \ No newline at end of file diff --git a/datasets/metadata/615149.json b/datasets/metadata/615149.json new file mode 100644 index 0000000000000000000000000000000000000000..3440388ca7005d571decfbb673927f11f1905fb8 --- /dev/null +++ b/datasets/metadata/615149.json @@ -0,0 +1 @@ +{"id": 615149, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-03T05:55:38.637Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 44, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 1}, "files": [{"id": 530085, "sizeKB": 2659.1220703125, "name": "615149_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T20:26:35.116Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "324EF00B", "AutoV2": "1A037DA274", "SHA256": "1A037DA274A3F82A30E382F8D335CEBBBCFEFECE86845AB53E2F23627A12FB8D", "CRC32": "95E203A4", "BLAKE3": "A5AAA54991636C6B16B2D798688C9809B14DAD406B0122B643CC5F145153511B"}, "downloadUrl": "https://civitai.com/api/download/models/615149?type=Training%20Data"}, {"id": 531002, "sizeKB": 223098.93359375, "name": "Gay_Anal_Sex.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T05:56:18.045Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AD8B9E77", "AutoV2": "36069882D5", "SHA256": "36069882D5FE2C8943E926B6D95FBCCD8E482EE6C3625E02D666CA3F11E780D2", "CRC32": "269E22A2", "BLAKE3": "6A21423EE1E05F4C78ECC8899AB29CF015B5E4C656CFDB645B258F17725D930D", "AutoV3": "07D5D7E71D61"}, "downloadUrl": "https://civitai.com/api/download/models/615149", "primary": true}], "images": [{"id": 18233469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d68906ea-a430-4d06-a4d9-90e4ecf699e7/width=450/18233469.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBDIav~B5-JBt,RjNaS4AEIo=|xaNdadxF$*", "type": "image"}, {"id": 18233467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1f67300-eba5-4c6d-ad55-c06782c21be8/width=450/18233467.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UADId%~C0f9uS~aeE2NGJBNG=yt6S3of-o%1", "type": "image"}, {"id": 18233470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/553a29da-f98a-4c5f-a274-28c282d30602/width=450/18233470.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U5DS2d}@01=F_NKP9tv}0%57$#$iS~^P,p5R", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/615149", "modelId": 552772} \ No newline at end of file diff --git a/datasets/metadata/615239.json b/datasets/metadata/615239.json new file mode 100644 index 0000000000000000000000000000000000000000..76cfb8bee1d89d41c84de3f98f83f7e11408dd9f --- /dev/null +++ b/datasets/metadata/615239.json @@ -0,0 +1 @@ +{"id": 615239, "index": 0, "name": "2DN Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-02T23:35:23.275Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["1woman, fishnet bra, fishnet top, fishnet_bra", "fishnet panties, nipples_visible_through_clothing, pussy_visible_through_clothes, see-through, fishnet_bra, fishnet_panties,", "denim, jeans, denim pants", "denim, shorts, short-shorts, denim,"], "stats": {"downloadCount": 198, "ratingCount": 0, "rating": 0, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 530175, "sizeKB": 120110.677734375, "name": "615239_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T21:11:40.872Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BF025408", "AutoV2": "F7CAB0B70E", "SHA256": "F7CAB0B70E28F4476E0748B14C387EFAD0304625B4450A6746639667DFF9F2CA", "CRC32": "B667FFC9", "BLAKE3": "917D06204C6F1A70DF64F5A22D2E0B98DCC6557CF68EF5D34C53C36024C09C74"}, "downloadUrl": "https://civitai.com/api/download/models/615239?type=Training%20Data"}, {"id": 530409, "sizeKB": 223108.96484375, "name": "Fishnet_Bra_XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T23:35:43.096Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2255A995", "AutoV2": "8BBCE15C3B", "SHA256": "8BBCE15C3B7D7342E48EF39857E4FDF3041349F7B7773B3C18AD653E308836DE", "CRC32": "433F915A", "BLAKE3": "07793223D0A4FAD64EE91279521C028B459A9AB352D98C3B9481628F8B2563CF", "AutoV3": "728148DBEAF1"}, "downloadUrl": "https://civitai.com/api/download/models/615239", "primary": true}], "images": [{"id": 18191412, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1afde2de-f315-4f14-b80f-d7e589fc6154/width=450/18191412.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UBCsEd_29bS~?G?H%M-;4:s:~W%2jFf6E2WB", "type": "image"}, {"id": 18191499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01a01982-2c8b-4e26-9418-a41ce47f2947/width=450/18191499.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UTJkGx-;_NkC~UWAN{WBbcWBn$jZkCofofWB", "type": "image"}, {"id": 18191524, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aaf0e6d1-a36f-419e-afdb-91f5bb0cb361/width=450/18191524.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UAHeOT9ZPC-;~V%M9bjY0LV@%1W;M{WBxuof", "type": "image"}, {"id": 18191571, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec5348bc-5ac8-497b-84ff-826335bf5c07/width=450/18191571.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UbNJ^3xu_NM_xuxuRkM_kqt7V@WBRkaet6bb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/615239", "modelId": 552705} \ No newline at end of file diff --git a/datasets/metadata/615241.json b/datasets/metadata/615241.json new file mode 100644 index 0000000000000000000000000000000000000000..5627f73cfd39ccfa5d40b949a55f0de8c13dc3f3 --- /dev/null +++ b/datasets/metadata/615241.json @@ -0,0 +1 @@ +{"id": 615241, "index": 0, "name": "SD 1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-02T23:01:35.387Z", "availability": "Public", "nsfwLevel": 28, "description": "SD 1.5
", "trainedWords": ["1woman, fishnet bra, fishnet top, fishnet_bra", "fishnet panties, nipples_visible_through_clothing, pussy_visible_through_clothes, see-through, fishnet_bra, fishnet_panties,", "denim, jeans, denim pants", "denim, shorts, short-shorts, denim,"], "stats": {"downloadCount": 41, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 530177, "sizeKB": 120110.677734375, "name": "615241_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T21:12:40.517Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BF025408", "AutoV2": "F7CAB0B70E", "SHA256": "F7CAB0B70E28F4476E0748B14C387EFAD0304625B4450A6746639667DFF9F2CA", "CRC32": "B667FFC9", "BLAKE3": "917D06204C6F1A70DF64F5A22D2E0B98DCC6557CF68EF5D34C53C36024C09C74"}, "downloadUrl": "https://civitai.com/api/download/models/615241?type=Training%20Data"}, {"id": 530362, "sizeKB": 18555.0390625, "name": "Fishnet_Bra_XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T23:00:52.685Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "9968340A0C", "SHA256": "9968340A0C0A00402001CFA87F6A068B091E8DDC3FCE67B57091FD40C96A654D", "CRC32": "BA6FEA36", "BLAKE3": "F1B7250E96EE65D40C6E0A003175657DDFA1F9D685EDA9A8142F060F23930D36", "AutoV3": "EB10404B41C1"}, "downloadUrl": "https://civitai.com/api/download/models/615241", "primary": true}], "images": [{"id": 18188396, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0737f19b-c8ce-45bf-8fb9-26b9ba8f42eb/width=450/18188396.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UKFO=d_NIn-:%f?b.8%MIUWBxakCE2M{xCWA", "type": "image"}, {"id": 18188434, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c66c7250-3b97-4055-a718-ed894a31284d/width=450/18188434.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UrQlnDt7?^V@t8xZj[Iot,tSV?V?bvV@oLj@", "type": "image"}, {"id": 18188435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aeb633ae-0b80-417f-9133-5994b58b8539/width=450/18188435.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U#PPcXae_Nt7-;oKayWVXnozt7aen$ozWAay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/615241", "modelId": 552705} \ No newline at end of file diff --git a/datasets/metadata/615255.json b/datasets/metadata/615255.json new file mode 100644 index 0000000000000000000000000000000000000000..c62e97b1d4933a33318adcbb24e88df74db68500 --- /dev/null +++ b/datasets/metadata/615255.json @@ -0,0 +1 @@ +{"id": 615255, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-02T21:18:08.955Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 58, "ratingCount": 0, "rating": 0, "thumbsUpCount": 17, "thumbsDownCount": 0}, "files": [{"id": 530188, "sizeKB": 10949.24609375, "name": "Ayuna_Yoshino_NTRHitozuma.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T21:20:47.284Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E6958625", "AutoV2": "FD449D9A04", "SHA256": "FD449D9A04CD30FAB12C68B1D809CE187499ED7B24D4D427AD5CE9257BAE6753", "CRC32": "B62E0B0F", "BLAKE3": "B732864DF4D4A1FB3DF94DFEE79B6DDEA8C7D79DDACB423C6E62A5C084388A01"}, "downloadUrl": "https://civitai.com/api/download/models/615255?type=Training%20Data"}, {"id": 530187, "sizeKB": 22237.33203125, "name": "Ayuna_Yoshino_NTRHitozuma-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T21:20:51.919Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B40EACB4", "AutoV2": "1A331FA340", "SHA256": "1A331FA340237FA71C3A657E2A031B8CC3F04DFE75D2CC9BFBAEAAB245B03860", "CRC32": "52996C88", "BLAKE3": "150187DF81F7A42247CC81C3D968CBE2B05D86BABE16748E6FF3156E428278D7", "AutoV3": "675A92BF1A97"}, "downloadUrl": "https://civitai.com/api/download/models/615255", "primary": true}], "images": [{"id": 18178870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb7ea7be-4c05-4712-9257-107bf9d1da42/width=450/18178870.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UbOWBExu_NxuInfk?vfkMdWBs:j[.8a}emj[", "type": "image"}, {"id": 18178869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8a7b99b-5480-4631-a890-fa41e39985e4/width=450/18178869.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UcOfr%xu?^xuInfk?vfkMdWBs:j[.8a}emj[", "type": "image"}, {"id": 18179492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f13ca18-a4ed-4409-b742-4f26e9683c1a/width=450/18179492.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UhN]-Esl?^oz.7o~-;aK4nWVtRt8%MRiRioL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/615255", "modelId": 552869} \ No newline at end of file diff --git a/datasets/metadata/615268.json b/datasets/metadata/615268.json new file mode 100644 index 0000000000000000000000000000000000000000..fac5fc40fcea3f72699d39d3dc7c76c9b7cf38ee --- /dev/null +++ b/datasets/metadata/615268.json @@ -0,0 +1 @@ +{"id": 615268, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-02T22:22:01.751Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 23, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 530201, "sizeKB": 6018.634765625, "name": "615268_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T21:26:11.755Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "63F59E09", "AutoV2": "5CEE4668F0", "SHA256": "5CEE4668F05CF36F0F41721B1551D1BA26E4E612ACD446176FB7EC311C480B73", "CRC32": "A90AE765", "BLAKE3": "A96F37158F611C764590662F3074D8D4F2210A1B03735BB82047F8649B130C28"}, "downloadUrl": "https://civitai.com/api/download/models/615268?type=Training%20Data"}, {"id": 530279, "sizeKB": 223108.33984375, "name": "Man_Ray_Subtle_Surrealist_Photography_Style_SDXL-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T22:15:55.415Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "15BE4DA5", "AutoV2": "CA7B441239", "SHA256": "CA7B441239FF7A3B4F952F96FDD9EE22316E3DAA7EB77145D83D6AB3433DC510", "CRC32": "22BD11C0", "BLAKE3": "D61770F3784FA5EA247E79BA2FEE9A544B4B8AD78077B7094A09B24E64D88C93", "AutoV3": "B9B33D96F995"}, "downloadUrl": "https://civitai.com/api/download/models/615268", "primary": true}], "images": [{"id": 18183876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5523b496-49fb-412e-96ad-c9c77a8c47f7/width=450/18183876.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6A0?z004nWB00%MD%~qofof_34nt7WBRjRj", "type": "image"}, {"id": 18183873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfa44391-0d68-4283-9e1c-6027455c1b69/width=450/18183873.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U3A,zk~q00~q?b-;of_34n%M~qD%RQWBxu%M", "type": "image"}, {"id": 18183875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95db7d87-8875-46ed-bae5-8cdc6d45ae69/width=450/18183875.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U171l?-;00_39FM{IUM{00t7~qM{%Mof-;t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/615268", "modelId": 552885} \ No newline at end of file diff --git a/datasets/metadata/615398.json b/datasets/metadata/615398.json new file mode 100644 index 0000000000000000000000000000000000000000..e221e0823b4e8186d0e7352df3d1f2bc6e4c4bb1 --- /dev/null +++ b/datasets/metadata/615398.json @@ -0,0 +1 @@ +{"id": 615398, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-13T00:38:22.228Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 81, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 530412, "sizeKB": 14871.1728515625, "name": "615398_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T23:36:19.589Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B7D4EE6F", "AutoV2": "8BE08C1E36", "SHA256": "8BE08C1E36D281FBE87E374B110C4185BE1C629F974EB97896DC1C31C9BF5EA3", "CRC32": "1F8803B5", "BLAKE3": "0401551C150D44FE43283AC1222AB4D30FF2618D9B84C76A1724B88C2D182FDC"}, "downloadUrl": "https://civitai.com/api/download/models/615398?type=Training%20Data"}, {"id": 554886, "sizeKB": 223104.05078125, "name": "Triple_Penetration_-_XL_V2-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T00:51:28.469Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9CBFCE47", "AutoV2": "FFC0D72B81", "SHA256": "FFC0D72B81A8F9E60D83FD0445D410FFB899EFCC713653ECB1EFFA767E53E34D", "CRC32": "908F20D3", "BLAKE3": "D0DA5F09AB5B7EB6998721A0567D64F1BF94001617FE607A3D39DEB15CCD5DB2", "AutoV3": "0CE19125FECB"}, "downloadUrl": "https://civitai.com/api/download/models/615398", "primary": true}], "images": [{"id": 19573469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ca3790f-5a49-4780-a0b4-38d94c9810f2/width=450/19573469.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFLy.m~V$%R5%gx[^OMx8wxur;RPPAbvR.ae", "type": "image"}, {"id": 19573472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4bb9210-ebab-48ca-a6d5-9b0ab540c749/width=450/19573472.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFM?ew_1X7~UEv9Yxp~TXf-o-..6~UNw%Kxo", "type": "image"}, {"id": 19573470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebaebe9b-8d58-4928-81e9-746e8e98fb17/width=450/19573470.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6NI~ax]_j#;369tRE9b00Mx-Vog~VoJH=jb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/615398", "modelId": 553001} \ No newline at end of file diff --git a/datasets/metadata/615472.json b/datasets/metadata/615472.json new file mode 100644 index 0000000000000000000000000000000000000000..a51bb45e80bd0e93a004ed214127a0ea09d0bdda --- /dev/null +++ b/datasets/metadata/615472.json @@ -0,0 +1 @@ +{"id": 615472, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-03T00:38:16.607Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 530508, "sizeKB": 223099.80078125, "name": "Captain_Falcon.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T00:35:59.005Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E81A636D", "AutoV2": "13804F39D4", "SHA256": "13804F39D49F5A3184E408F776238CA669AD7F9503B8482CDD485C8171C80D3A", "CRC32": "B79A9C19", "BLAKE3": "62BE2AC8B1079532B3EABA3DA62E3903B6678D3171D4C1B73B38B01BF0992372", "AutoV3": "74D4B1D57E79"}, "downloadUrl": "https://civitai.com/api/download/models/615472", "primary": true}, {"id": 530439, "sizeKB": 8012.3125, "name": "615472_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-02T23:46:21.045Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8BC7E22D", "AutoV2": "F46B53D251", "SHA256": "F46B53D251A24F057766CD7FA208C9CCF4E489CD001B96435731AB5EDC50F8AF", "CRC32": "DE3612C9", "BLAKE3": "5B972ED48E287A8E64F0F7EBE0B0528BDB518A4DBF49DC38C13C12900838A35C"}, "downloadUrl": "https://civitai.com/api/download/models/615472?type=Training%20Data"}], "images": [{"id": 18203954, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17acfd10-9dc9-461f-9446-773b0dbecbe3/width=450/18203954.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "UMG[NQ0MelnNwf9a-okA~8Djx]xF~VM{JCof", "type": "image"}, {"id": 18203968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75e2f88c-a886-4286-ac76-2f4a4a327ea3/width=450/18203968.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1754, "hash": "UNGIZb_3RNwa=y%MxtxZ~T%LNbxa~VxuIuxb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/615472", "modelId": 553066} \ No newline at end of file diff --git a/datasets/metadata/615506.json b/datasets/metadata/615506.json new file mode 100644 index 0000000000000000000000000000000000000000..bf45795944fa9e6da39d0a88d8e207b55d8fdd67 --- /dev/null +++ b/datasets/metadata/615506.json @@ -0,0 +1 @@ +{"id": 615506, "index": 1, "name": "Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-03T02:25:46.544Z", "availability": "Public", "nsfwLevel": 28, "description": "Pony Base version
", "trainedWords": [], "stats": {"downloadCount": 157, "ratingCount": 0, "rating": 0, "thumbsUpCount": 38, "thumbsDownCount": 0}, "files": [{"id": 530463, "sizeKB": 108686.95703125, "name": "615506_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T00:01:13.295Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7BA07141", "AutoV2": "564958B2F5", "SHA256": "564958B2F55420B1C135FA11567BCDFD4C3E96F3040921243A6AF4DDBC7C62D1", "CRC32": "B01B291E", "BLAKE3": "354E74E5E8A529A48EB6A64A8D230187503BAC8B3175172D775D027601EC4F01"}, "downloadUrl": "https://civitai.com/api/download/models/615506?type=Training%20Data"}, {"id": 530692, "sizeKB": 223110.43359375, "name": "Hairy_Pussy_under_Fishnets.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T02:21:10.497Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CC7AFD36", "AutoV2": "B8E3D831BB", "SHA256": "B8E3D831BB4E6D959F5EE5A50703760EAF3855841B0A75B9171B425578932B10", "CRC32": "BC61B58B", "BLAKE3": "B5BFD7287E423E507F66DBBA9A72AE00AD9CFC67EAD999FF975EDC23ACBF0900", "AutoV3": "CA82521D3417"}, "downloadUrl": "https://civitai.com/api/download/models/615506", "primary": true}], "images": [{"id": 18211428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42c4afa5-3cb5-482a-89f3-3f745f1cb40b/width=450/18211428.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UUHBb=-;xu-;_N%Mxu%M_Nt7t7-;-payf+xu", "type": "image"}, {"id": 18211443, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55860806-e684-4b93-a36f-7a62fe3c006f/width=450/18211443.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UkKwz$of_3t7_Nj[%ft7ozWBkBofITWBMxof", "type": "image"}, {"id": 18211439, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be4a83da-0a4c-4837-9f9a-68dc17998b3c/width=450/18211439.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UfJR8XWC-;?b-;IVxut7_NM{ozxuRjIUNGRP", "type": "image"}, {"id": 18211446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b398e769-e5b6-43c4-b0b7-e906652f3467/width=450/18211446.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UPJ7:w_N_Nx[Io00IUIV?cIURjD%%gjHoJof", "type": "image"}, {"id": 18211447, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfae042b-a7c7-44b8-b9f1-8884565dd88f/width=450/18211447.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UeK1Xkt7~qay_Nayx[Rj?v%M%MofIUt7Mxt7", "type": "image"}, {"id": 18211444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af183fe5-375e-4bab-a850-85aa7ad6f8a4/width=450/18211444.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UWLNiP%M_Nae~qt7-;M{?vt7%2WB9FRkIUWA", "type": "image"}, {"id": 18211424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e2dbf1a-dd48-4a08-8f76-092c1313778c/width=450/18211424.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UqI}eas:-;t7.7fjxuj]~qWVx]t7ofWBWVj[", "type": "image"}, {"id": 18211427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d36346b-8cf8-4f62-90d7-4a25d7ef07f1/width=450/18211427.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "URHeC3?b_3ay_N%M-;RjyDx]xut7%1f*WBWB", "type": "image"}, {"id": 18211441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0075aa3-8dc5-4333-b6f3-6f3ba4e9aec1/width=450/18211441.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UeKA?3D%xu?b_NIUt7xu?vM{bHt7RioLbHM_", "type": "image"}, {"id": 18211425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62eed310-9a9b-489c-a77c-ff3495a800f4/width=450/18211425.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UAJjl2~WX9-oJV%M5Wxu16XTa09G58M{}@$%", "type": "image"}, {"id": 18211426, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7dd6102-d1c3-4937-9622-b32412be4fc1/width=450/18211426.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBHKb4~V0z-o5;t7NcNG02I:}=ad#7xatmxZ", "type": "image"}, {"id": 18211431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79070b44-f1af-40be-b257-917768e13914/width=450/18211431.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U9KTPma04:iwEL-:PVMx3sVsvzaK00%2^PR+", "type": "image"}, {"id": 18211442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95e82d52-d270-4765-a84f-046852943cd9/width=450/18211442.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "ULJtrG?ayX8_~q%M?bRjt-x]DOITt7RjjaRi", "type": "image"}, {"id": 18214037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cc143d1-498c-465b-9a53-acbcc19837ff/width=450/18214037.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UNL:cU9Z?^nh.SD*%gV@kCxasnfR_2t7M{t7", "type": "image"}, {"id": 18211445, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2db71cf2-e1c3-4ad6-919f-c027e378ca41/width=450/18211445.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHJ%Rh?aENnl?]x[EMxD68xa,.Na$%%1kCRj", "type": "image"}, {"id": 18214033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a1ce3ce-3d24-4d86-b083-b9360dbbedaa/width=450/18214033.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UPLpT}D*?^xV_3D*yDWAI:enV@Rj={xuM{t7", "type": "image"}, {"id": 18211448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbc71bdc-b32f-4020-9be8-fd1402d8398f/width=450/18211448.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UAKSYVV=S9%40rRh1QXU07ng}Qt7Z#s,^hR+", "type": "image"}, {"id": 18214035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcaab921-3b7e-4722-bfa6-fff44af6e87b/width=450/18214035.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UQMZBq~qu4-;?v?b%gtR56j[soay=_M{RPRj", "type": "image"}, {"id": 18214034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e07f81b8-5252-44db-827b-29bb13c1d30f/width=450/18214034.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UDM?PKD+Po?H?]IWtloeY5RPsoNG,n%LIAs:", "type": "image"}, {"id": 18214036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3d9ab45-ab62-4aa8-87c8-192a80d65db3/width=450/18214036.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UIM=|T~WA[?ayE_2.7x]KP?HT0xu-:xuR+xZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/615506", "modelId": 553093} \ No newline at end of file diff --git a/datasets/metadata/615532.json b/datasets/metadata/615532.json new file mode 100644 index 0000000000000000000000000000000000000000..08f5779c656aad397e0a39be78fca0af03adb542 --- /dev/null +++ b/datasets/metadata/615532.json @@ -0,0 +1 @@ +{"id": 615532, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-03T00:33:12.287Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": ["Team_Skull_Grunt_M", "Beanie, Mask, Necklace, Black tank top, Black bottomwear, Sneakers, Forearm jewelry, Black socks, Blue Eyes"], "stats": {"downloadCount": 23, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 530480, "sizeKB": 11182.8388671875, "name": "615090_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T00:10:48.166Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F08522F2", "AutoV2": "85F493DFA3", "SHA256": "85F493DFA313B67055C189B9418F80438072333F8AF274EC680221CE4E87ED87", "CRC32": "0E3BCB46", "BLAKE3": "0D3DD4D2FE350BD96957E5B5543F2DDCE28BB66EC285F2985257A1DE2332EC7D"}, "downloadUrl": "https://civitai.com/api/download/models/615532?type=Training%20Data"}, {"id": 530489, "sizeKB": 445792.51171875, "name": "Team_Skull_Grunt_Male-_Pokemon_Sun_and_Moon-000019.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T00:21:20.235Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C740390F", "AutoV2": "E8AAEC4264", "SHA256": "E8AAEC426425B3A9ADEFAD04BD05895AC96E3458BCE78FB1B15D0E75F15F77EC", "CRC32": "0E5F2E5C", "BLAKE3": "D59360C1BEDD3265206B74664B19B1A870839E163A8F18C67DBD838AA2B9EDB0", "AutoV3": "756107964AFF"}, "downloadUrl": "https://civitai.com/api/download/models/615532", "primary": true}], "images": [{"id": 18194175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d6f13b7-fe64-4dd7-99f9-1cdb0d6cac2c/width=450/18194175.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UnED0wRjXV%1X=jIS*n}XWWFM{bER:SixEoe", "type": "image"}, {"id": 18194180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a284d469-b555-4779-98fd-79c0c08d3a57/width=450/18194180.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UkDd6nRiS*xWr}s;bej;pMb_M|xsMeSQRPob", "type": "image"}, {"id": 18194176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/749352ed-6085-4681-b6db-45ec7bc93b29/width=450/18194176.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UNF=Bt9vxu%N}=IAMd%L75XmENtl9anhM_V@", "type": "image"}, {"id": 18194178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01fe6b87-d856-4c9f-ac09-805ab1190335/width=450/18194178.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaK^Nj-p~B%2?GM|WBIof,oJE1s:I;xtWBRk", "type": "image"}, {"id": 18194003, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e9f7e52-376a-4dd5-a338-03e51d93dd73/width=450/18194003.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQHxZ|-;~WS5KlIpNINKAdof4:Wq9wslazt6", "type": "image"}, {"id": 18194186, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09aff973-e42f-4fc7-8beb-ddf7fcea79e1/width=450/18194186.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UIG+2d02o~Mv4T~VWBSjEMf*I9ITxw9ax]Io", "type": "image"}, {"id": 18194187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b821034-637f-44de-b1ab-d6ee78c9f45e/width=450/18194187.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UKGRVS0%ug^kTfzqVtX818-o9xOYv5EMQnR7", "type": "image"}, {"id": 18194249, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4fd2196-5829-41ce-8d20-eb8d3ef78f21/width=450/18194249.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UpDT0jxEksoax|kCSQsjIeT1Rkn}NhOHV@od", "type": "image"}, {"id": 18194185, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ec37a98-6129-4f0b-bbc4-4a4e01668fc8/width=450/18194185.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U5B{4e}r0J0~9D?HIo0e245QM^xbVqt7M}=d", "type": "image"}, {"id": 18194367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/891716da-4857-49be-b4dd-3229deb4ef26/width=450/18194367.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UcF66B,oPWM|t:tRa%bH9zTKVsxaIVRnRijF", "type": "image"}, {"id": 18194188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/672bdf32-d72a-49d4-ad6d-57c783299c52/width=450/18194188.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UbKA~9_Nx]x]lnyEW=Rics$%Mxnh?aS%kVkB", "type": "image"}, {"id": 18194190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd284a77-e7eb-41f9-bd4e-84f52a30f5e4/width=450/18194190.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UGI3%h$%m+-o^5t7-VM{~Ce.RPa}0yWCEMR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/615532", "modelId": 552718} \ No newline at end of file diff --git a/datasets/metadata/615663.json b/datasets/metadata/615663.json new file mode 100644 index 0000000000000000000000000000000000000000..f5efdd6b63ab9eef617a1672caf7da24eaabe351 --- /dev/null +++ b/datasets/metadata/615663.json @@ -0,0 +1 @@ +{"id": 615663, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-03T03:56:27.884Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "earlyAccessDeadline": "2024-07-04T03:56:27.884Z", "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 530729, "sizeKB": 2164.1484375, "name": "615663_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T02:45:30.640Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0A0E8F44", "AutoV2": "D7E9260899", "SHA256": "D7E92608995CF4F67EE5D99F7B80583493522B1BD6D97FA4AA0E54EF3D186B8D", "CRC32": "F3B14D11", "BLAKE3": "50A97F755D6009D95F7F8F9C3200185AD89CE29204FFDA6CAFB0D6F89A2E8CA5"}, "downloadUrl": "https://civitai.com/api/download/models/615663?type=Training%20Data"}, {"id": 530835, "sizeKB": 223104.28515625, "name": "Sorayama-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T03:55:48.477Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4343E495", "AutoV2": "9D0DC30E08", "SHA256": "9D0DC30E086487B5CD70814FD9057F7A040EA8A48B60DFB007CF64B291D323F0", "CRC32": "1EBCDBB0", "BLAKE3": "4C98933B839EF56D8E8450AE7D1692ADA7A657F15E71BEAECC37BB6BB97A8DB1", "AutoV3": "A828A1B7E2AB"}, "downloadUrl": "https://civitai.com/api/download/models/615663", "primary": true}], "images": [{"id": 18220901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ded3bbf9-c6ae-4013-83dd-3f2765dbbcc1/width=450/18220901.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWOzY,Nc~p-Ur@S4S~s9-UofI:RQnOt7tRRP", "type": "image"}, {"id": 18220902, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6896435-68d6-48ac-a32c-ad13a7cd2db8/width=450/18220902.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPR{#;xu~qx]jXWAtRtR%2WBM|t8%2ayfiog", "type": "image"}, {"id": 18220899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1704a29-4b8b-4410-ad00-619ac491087c/width=450/18220899.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNPZ$5xu~WxuNHxaxtIV-;ofE1Rj%2f8NGof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/615663", "modelId": 553234} \ No newline at end of file diff --git a/datasets/metadata/615799.json b/datasets/metadata/615799.json new file mode 100644 index 0000000000000000000000000000000000000000..920d552117ab126db51ef3d24ff519b238942de7 --- /dev/null +++ b/datasets/metadata/615799.json @@ -0,0 +1 @@ +{"id": 615799, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-03T03:54:37.960Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 90, "ratingCount": 0, "rating": 0, "thumbsUpCount": 41, "thumbsDownCount": 0}, "files": [{"id": 530759, "sizeKB": 1542.2001953125, "name": "615799_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T03:05:41.647Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "CE8301E5CF", "SHA256": "CE8301E5CFCF6E9E7908D0EB814E136EFF7EA70AC5EEBBFC00300B2EAC35C60F", "CRC32": "1FE4AD41", "BLAKE3": "3CB14B28E3E8603B017EFCCA1535BFD02823FF9D2B73F655B2D2B850E2258356"}, "downloadUrl": "https://civitai.com/api/download/models/615799?type=Training%20Data"}, {"id": 530834, "sizeKB": 223102.80078125, "name": "Terena_Bakunyuu_Party-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T03:56:22.320Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "58217D82", "AutoV2": "EF44FC13FB", "SHA256": "EF44FC13FBA6A95928B0FF5B5EFC7582931EB2582BEA82C3278292904DE5D4EA", "CRC32": "FAE9DF5C", "BLAKE3": "E31C6C8D1621038F280C9346E1C82BFB350038BC886D108595643613279EA565", "AutoV3": "5825CBBEA7C3"}, "downloadUrl": "https://civitai.com/api/download/models/615799", "primary": true}], "images": [{"id": 18223282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9f54d59-e5ce-4dac-aa92-a53076e53714/width=450/18223282.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UKLD44IV0foeITNJjEbF01X9xDoy~AS4xGt6", "type": "image"}, {"id": 18223278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd9526c0-b3e8-4646-9d0b-1f0afd7bd30c/width=450/18223278.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UHLW39I@AXtRORI;MwbH00R+Rjj[}rS4-:fR", "type": "image"}, {"id": 18223276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41f309ff-ce01-4610-ba0a-8f0cd6d9d829/width=450/18223276.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UBMi..I]L2?b0?Nebvxv06ae~C%M~Di^xas:", "type": "image"}, {"id": 18223279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7c130bb-7814-4432-83a4-b31ec46b91aa/width=450/18223279.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UCM?b%9aGbtm0;IUx^tS0PM_~Ct8-XEK%3%M", "type": "image"}, {"id": 18223277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe50bdcb-31b9-42a1-97f4-2ba21a8e5791/width=450/18223277.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UILpaRE3*0xupdIoXns.4=Io?HjF^QS2-poL", "type": "image"}, {"id": 18223281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98118879-e560-474d-905c-2a5fb358e47f/width=450/18223281.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UCLW39E30fxsMc9uM_bF00ogxGR*}?S~t7?G", "type": "image"}, {"id": 18225135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51d37a1c-626e-4867-94b8-7a20dd83407f/width=450/18225135.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UDL3fZVt02JC00WmIUNH01tP~Bnh-U9Z?G-:", "type": "image"}, {"id": 18225132, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2467ac3e-8101-492f-a946-2a3c162a5796/width=450/18225132.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UDLfzM~V0zo~0h-V$#S%03sm-U%gD+R.kV%M", "type": "image"}, {"id": 18225134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d4b3cc5-8fec-4841-a43d-773e88c7046d/width=450/18225134.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UFMGCu~C1O-=K,xuSP%g02s:=|%M=|xGxEn%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/615799", "modelId": 553351} \ No newline at end of file diff --git a/datasets/metadata/615822.json b/datasets/metadata/615822.json new file mode 100644 index 0000000000000000000000000000000000000000..9e67bc151693a08ab1e992a7172adc98393e3512 --- /dev/null +++ b/datasets/metadata/615822.json @@ -0,0 +1 @@ +{"id": 615822, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-03T05:07:02.997Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["citrus", "kobold", "female", "scalie", "orange body", "orange scales", "tan body", "tan scales", "yellow eyes", "black pupils", "brown body", "brown scales", "black horns", "black claws", "cyan insides", "cyan mouth", "cyan tongue", "cyan pussy"], "stats": {"downloadCount": 22, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 530848, "sizeKB": 25398.849609375, "name": "615822_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T04:05:58.222Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "46CDA76A", "AutoV2": "6B3C940FDD", "SHA256": "6B3C940FDD7EBD63BCDA057EA049272157BBB3A307A06DB3E4EE9396446A1989", "CRC32": "8E311CFF", "BLAKE3": "7787A53C8FE2390624A5602EE7E8D3F61E1360E3145FB44D68314EDECAE6F76C"}, "downloadUrl": "https://civitai.com/api/download/models/615822?type=Training%20Data"}, {"id": 530936, "sizeKB": 223112.16015625, "name": "Citrus_the_Kobold.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T05:05:51.926Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4F1C9DCA", "AutoV2": "2B58878569", "SHA256": "2B58878569684C32D489D6049E24C84247B5D7F85C8311B1281B3FCC7AEEC155", "CRC32": "B3A1200B", "BLAKE3": "9E1D076A66C56DA68F6A71ED4F60B3F394327058C898877997B2A85990F7AC11", "AutoV3": "F1093EB14DEB"}, "downloadUrl": "https://civitai.com/api/download/models/615822", "primary": true}], "images": [{"id": 18228493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/add013ad-58b4-4fe4-b9e2-0c3be6799616/width=450/18228493.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCID~^xF3?OFOsW;$$xZ$+azI.bHxXo0RRNH", "type": "image"}, {"id": 18228494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/faa229c1-0ed2-46d0-b6dd-b1f26f6781ea/width=450/18228494.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBL{M658UZxbp_q^%0BV~UKNwc$%^h=wEgoy", "type": "image"}, {"id": 18228495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/904a3647-8953-4edd-aea4-371ec4fd4a5e/width=450/18228495.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7FFBMXm3s,C#6WVrqoL7NbH,-so={n$F2S#", "type": "image"}, {"id": 18230395, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b466dd0-edc6-465e-ba35-a4b821b45525/width=450/18230395.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDHdT;^i7}%L9ZoyIUxF0L-V^PSg~BXS%g-U", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/615822", "modelId": 553371} \ No newline at end of file diff --git a/datasets/metadata/615897.json b/datasets/metadata/615897.json new file mode 100644 index 0000000000000000000000000000000000000000..1b2ea8cb9427a290e91a4528d9cd08ab91254115 --- /dev/null +++ b/datasets/metadata/615897.json @@ -0,0 +1 @@ +{"id": 615897, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-03T04:56:51.536Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["water island epic wubbox", "propeller", "periscopes with eyes", "coral on body", "anchor feet", "glass hands", "miniature submarine-like gauntlets"], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 530839, "sizeKB": 1501.07421875, "name": "615897_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T04:01:12.377Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "92BC022496", "SHA256": "92BC022496427DEAAA32589935EDF63459F05286BC8FEE2B8FF3B96ECC17CB04", "CRC32": "67BDD0F7", "BLAKE3": "318F2DC35F7563C38FFBCC70350E39AF0CE4335FC09D16CD28749B6B4C85BD6F"}, "downloadUrl": "https://civitai.com/api/download/models/615897?type=Training%20Data"}, {"id": 530905, "sizeKB": 223100.90234375, "name": "Water_Island_Epic_Wubbox_My_Singing_MonstersMSM.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T04:50:54.986Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AABB1552", "AutoV2": "CFA706A6EE", "SHA256": "CFA706A6EE2FA33F8EA3109F2D79434A3DAD7985C828C9AFAD6E14ECD9351654", "CRC32": "CDFEE8D5", "BLAKE3": "5CEFA51D5E12F33D495884784BF6A99558A2A9D04A2C02357190B6B7978058BD", "AutoV3": "3DE221A47DA5"}, "downloadUrl": "https://civitai.com/api/download/models/615897", "primary": true}], "images": [{"id": 18227279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9bfbb814-1e04-42cc-9d2b-f3761c4347c8/width=450/18227279.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UoNSjds;}co2^8WBjGs:r{oMO8R*WAWVX6oL", "type": "image"}, {"id": 18227280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e424983c-b680-40b3-8cf9-668e53d7d3bb/width=450/18227280.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UgKnG8s:}coMwhWBs:of$ToMN=WUR$aykDj@", "type": "image"}, {"id": 18227285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16358172-381c-4ed8-9e3f-9ec69873c8a5/width=450/18227285.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8CQYb?YqG?Y0UMzDPIW02S#CNIC4Woz_Jnh", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/615897", "modelId": 553436} \ No newline at end of file diff --git a/datasets/metadata/616036.json b/datasets/metadata/616036.json new file mode 100644 index 0000000000000000000000000000000000000000..57bd88eaf336ff347cf25ab109f3a996571c8a5d --- /dev/null +++ b/datasets/metadata/616036.json @@ -0,0 +1 @@ +{"id": 616036, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-03T05:27:34.966Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 39, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 530966, "sizeKB": 22237.20703125, "name": "Misako_Narusawa_Doukyuusei2Remake-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T05:30:49.262Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "60C7676D", "AutoV2": "AA19BFE860", "SHA256": "AA19BFE86042F0EE943639D9B15EB274B370F2F51FA85C7DF70DBAC84799668B", "CRC32": "28F6783F", "BLAKE3": "A26AA41DEF51FAB13DC655387E10D4C3807437D4C1D702D299C48DBE74E3D046", "AutoV3": "BADC2FC5D2C7"}, "downloadUrl": "https://civitai.com/api/download/models/616036", "primary": true}, {"id": 530965, "sizeKB": 10416.1298828125, "name": "Misako_Narusawa_Doukyuusei2Remake.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T05:31:09.911Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B852E1BD", "AutoV2": "DFA8507FD9", "SHA256": "DFA8507FD94E3DDEA80F65C2299B0FD33F706C01F2AC22B68B6F8CD8F68B20DB", "CRC32": "261E676B", "BLAKE3": "EB53C51030A36B7CAAE34796E45BF708657C5C8337BA9C056A65C2E3342557FA"}, "downloadUrl": "https://civitai.com/api/download/models/616036?type=Training%20Data"}], "images": [{"id": 18231010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d289a297-2599-4fb9-bc18-2bb0d6c78fc7/width=450/18231010.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UdNmyYoz~Xxa?dt7ggR*Eeoc-UR+-pRkWAof", "type": "image"}, {"id": 18231011, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/051ee897-137c-4fdf-a836-4f4e2eaf0bd1/width=450/18231011.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UdNmyYoz~Xxa?dt7k;WBEeoc-UR+-pRjWAof", "type": "image"}, {"id": 18231297, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c6f25e9-b762-43b7-a7d3-0c0ba72b7949/width=450/18231297.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcM7Mq^+,Ds,~CJ7bq$*IqNG?GoyTIxtxaSL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/616036", "modelId": 553558} \ No newline at end of file diff --git a/datasets/metadata/616083.json b/datasets/metadata/616083.json new file mode 100644 index 0000000000000000000000000000000000000000..39a32e8990d80b7c2f161e1ae57933e79cf21745 --- /dev/null +++ b/datasets/metadata/616083.json @@ -0,0 +1 @@ +{"id": 616083, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-03T06:07:01.042Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 27, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 531021, "sizeKB": 10106.228515625, "name": "Sachiko_Nagashima_Doukyuusei2Remake.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T06:10:53.360Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "43A43D8E", "AutoV2": "AF8F06CC22", "SHA256": "AF8F06CC22C2EBB4A56FD4B21FCD4E8BEB86B47DEAD9425BA19EF856252F5085", "CRC32": "C1BD5712", "BLAKE3": "F5DA41EC69A8EE9FBC287DFCD87EED42D031192A5A09D900215AF82B9DCC58A3"}, "downloadUrl": "https://civitai.com/api/download/models/616083?type=Training%20Data"}, {"id": 531022, "sizeKB": 22237.76171875, "name": "Sachiko_Nagashima_Doukyuusei2Remake-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T06:10:57.159Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A970B5E5", "AutoV2": "14F807F440", "SHA256": "14F807F4409735B5FE195F8C8E23083A6A82A848102E0F20B5D77334C0897EE7", "CRC32": "693CBDD8", "BLAKE3": "436CB3FDE9E3C3CAC95A7AF86709F58138E39BCE2A497992EBB83577FE67DD4B", "AutoV3": "5BAC0124BBD0"}, "downloadUrl": "https://civitai.com/api/download/models/616083", "primary": true}], "images": [{"id": 18234141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02c6738c-1c49-4066-8af3-0de95136293e/width=450/18234141.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIK^]V~W0MRi00$z#*Io00D*+uo#S%E2Oaxb", "type": "image"}, {"id": 18234181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0ba5b59-e56b-4059-b875-6f884c16e3a0/width=450/18234181.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIK^]V~W0MRi00$g#*Io00D*+uo#S%E2OHxb", "type": "image"}, {"id": 18234468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81a098f4-3cac-4522-8a9b-84ff02b01d75/width=450/18234468.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHL;1}^44.15?4Ws-UaJ0JNG~WM{K,-:+@Nf", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/616083", "modelId": 553600} \ No newline at end of file diff --git a/datasets/metadata/616143.json b/datasets/metadata/616143.json new file mode 100644 index 0000000000000000000000000000000000000000..806d4a14f03602f116ef4a34d60e7bbe362c16d7 --- /dev/null +++ b/datasets/metadata/616143.json @@ -0,0 +1 @@ +{"id": 616143, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-03T06:48:09.285Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 35, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 531148, "sizeKB": 32701.5712890625, "name": "Mirei_Katagiri_Doukyuusei2Remake.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T07:51:43.352Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "448D8575", "AutoV2": "7F74C7E15A", "SHA256": "7F74C7E15ADB47D36C8FCBF466DBB1DB94D1E6FA20BA2D58ED019FBC0A0BEDF0", "CRC32": "A6E0BC43", "BLAKE3": "4F42214C8F06F64EAF6B6F0BFA83C120E820CB5C808E28FB159122C16E99F05F"}, "downloadUrl": "https://civitai.com/api/download/models/616143?type=Training%20Data"}, {"id": 531147, "sizeKB": 22236.05859375, "name": "Mirei_Katagiri_Doukyuusei2Remake-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T07:52:18.726Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F26DE15B", "AutoV2": "7A9FA6B4AD", "SHA256": "7A9FA6B4ADC4C43F66BE18F6C4D922037604206C8B4BC1D5CA941B5D391E3EF1", "CRC32": "837E5293", "BLAKE3": "E8CF4DDA4F1A2B72BE088A19FDC005C8894FE5E6B0E9CA1493C9DCBA7D69578E", "AutoV3": "7ED26F3CC1D9"}, "downloadUrl": "https://civitai.com/api/download/models/616143", "primary": true}], "images": [{"id": 18237815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04bb5c18-1bfb-47ea-8289-699204b0c428/width=450/18237815.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UiNSjY-oOsxb?^oz?uay%1RjxWRkRnWBslae", "type": "image"}, {"id": 18237816, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/caff89fc-ab6d-4eb2-aff2-769708e8c840/width=450/18237816.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UiNSjY-oOsxb?^oz?uay%1RjxWRkRnWBslae", "type": "image"}, {"id": 18238139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3fec7b3-747e-4ca9-9995-f38db27b717e/width=450/18238139.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UlNSjWx@%gMy?^s9%ft7X6NHkBoL-oofV?RQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/616143", "modelId": 553653} \ No newline at end of file diff --git a/datasets/metadata/616211.json b/datasets/metadata/616211.json new file mode 100644 index 0000000000000000000000000000000000000000..cbe9040656fa4449b32399668886012ec09b091f --- /dev/null +++ b/datasets/metadata/616211.json @@ -0,0 +1 @@ +{"id": 616211, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-03T07:30:06.458Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 31, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 531128, "sizeKB": 22237.12109375, "name": "Yayoi_Kusanagi_DoukyuuseiRemake-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T07:31:19.880Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0F282BB6", "AutoV2": "823CCE9120", "SHA256": "823CCE91203B3CA70FC9C53CD1AD8D7DBBC486962C86C079C562AEC25C2EA54A", "CRC32": "7C23F2B3", "BLAKE3": "68A518612AB5CE5762A5C7E5300ACEC8C388B3A0A69E814DDA383D196491C90A", "AutoV3": "052808AF49C3"}, "downloadUrl": "https://civitai.com/api/download/models/616211", "primary": true}, {"id": 531127, "sizeKB": 10368.2802734375, "name": "Yayoi_Kusanagi_DoukyuuseiRemake.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T07:31:15.851Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8586212E", "AutoV2": "84EC49D927", "SHA256": "84EC49D9276A3507089F2408118FCD1EC5E53A0180C7E394C30B6834D9438CDC", "CRC32": "386A3F5C", "BLAKE3": "AF2DDF527C088B7B9FDBED6088B909CD8DC2C9EBA1FC4A4D9719A6D21AE15C55"}, "downloadUrl": "https://civitai.com/api/download/models/616211?type=Training%20Data"}], "images": [{"id": 18241703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/199e77cb-aee7-4247-a671-d301a5a3e54f/width=450/18241703.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHP6dW_3PV%h8wR,?YNG?woJHrV@_NRiofoc", "type": "image"}, {"id": 18241702, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f44f8ad-c2d1-4317-82e8-995cfeb57211/width=450/18241702.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHP6dW_3PV%h8wR,?YNG?woJHrV@_NRiofoc", "type": "image"}, {"id": 18242047, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2dbe8282-c084-44b6-90bf-5cc1180678fd/width=450/18242047.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URO:FhxZNXs;i]xtx[ozIpR+wan$_NadD%Sh", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/616211", "modelId": 553715} \ No newline at end of file diff --git a/datasets/metadata/616216.json b/datasets/metadata/616216.json new file mode 100644 index 0000000000000000000000000000000000000000..eff5983a6bddb85c913aa65f61443045340c5818 --- /dev/null +++ b/datasets/metadata/616216.json @@ -0,0 +1 @@ +{"id": 616216, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-03T11:21:58.418Z", "availability": "Public", "nsfwLevel": 25, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 531157, "sizeKB": 4400.25390625, "name": "616216_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T07:52:36.653Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F032B079", "AutoV2": "162D8F0EB8", "SHA256": "162D8F0EB80B4F314B519836EA38E3B727AF3DC63164F38FB77FA1BEA814BC10", "CRC32": "9A8B4D55", "BLAKE3": "57FCD3252820EF0619D6488F05E63652034A6F88A394FC26ECAC0D807756EC37"}, "downloadUrl": "https://civitai.com/api/download/models/616216?type=Training%20Data"}, {"id": 531422, "sizeKB": 223101.43359375, "name": "MayDay.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T11:25:52.035Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A240E113", "AutoV2": "5B39325781", "SHA256": "5B393257810E16F243CAA3AB0AD51D1762A9C69663A2D22286F3F46924E07806", "CRC32": "E9422417", "BLAKE3": "60A2A4D5738088D1DA9FD4598F3035BC32A785DFF3ED021450F6D4F60BBACD65", "AutoV3": "51917CB37C96"}, "downloadUrl": "https://civitai.com/api/download/models/616216", "primary": true}], "images": [{"id": 18262204, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90f56620-543a-4bb4-ac4d-8ba34b113cee/width=450/18262204.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGHK^pt6Ovx_~DsSOFT000WEobNE%ht7M_Ri", "type": "image"}, {"id": 18262202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21ba4d80-5035-435b-a89e-d6cfc07a3b53/width=450/18262202.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "ULG6#kRjM^f4:7=}kqwg?d#RIooLH@xctRJC", "type": "image"}, {"id": 18262203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5bb8614-1864-4ee7-82e2-0313dd5d6882/width=450/18262203.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UMF=ahj]4.xa~XaeM{x]kVRjIotRxakCIooJ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/616216", "modelId": 553718} \ No newline at end of file diff --git a/datasets/metadata/616287.json b/datasets/metadata/616287.json new file mode 100644 index 0000000000000000000000000000000000000000..13cd74919179ce42391e185e5d7f68d8cf467901 --- /dev/null +++ b/datasets/metadata/616287.json @@ -0,0 +1 @@ +{"id": 616287, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-03T08:28:05.523Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 31, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 531215, "sizeKB": 11404.0546875, "name": "Kaori_Naruse_DoukyuuseiRemake.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T08:31:27.967Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "84E40CCD", "AutoV2": "E065EAFD44", "SHA256": "E065EAFD44DE948B1D29931D27762FED1E971A5890FABB83CE20320A75D03577", "CRC32": "3BC54D42", "BLAKE3": "633E805FFBAAAE6DF5E3E31A22B2C5B1F758675249DF9E1B2A312B6B7DE60882"}, "downloadUrl": "https://civitai.com/api/download/models/616287?type=Training%20Data"}, {"id": 531216, "sizeKB": 22239.31640625, "name": "Kaori_Naruse_DoukyuuseiRemake-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T08:31:16.331Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "728FEE1D", "AutoV2": "C882EC8388", "SHA256": "C882EC838896211DD2297F5FB5C3E47B3E453329FC074FC57D3068961BDB9647", "CRC32": "E3C61411", "BLAKE3": "9699DE2E689C08752335BF4F4250F2E1D0D291655A726552EB708171FF896AD7", "AutoV3": "09C8232D0C33"}, "downloadUrl": "https://civitai.com/api/download/models/616287", "primary": true}], "images": [{"id": 18246974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/976ae502-6e85-4f50-b111-e2ad1e54f503/width=450/18246974.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFO2w9-qk]_315NGYJo{00RjnNR%~Ct7IARj", "type": "image"}, {"id": 18246973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e25ef4b-be56-4897-b2ab-ad2f448b27f3/width=450/18246973.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFO2w9-qk]_315NGYJo{00RjnNR%~Ct7IARj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/616287", "modelId": 553780} \ No newline at end of file diff --git a/datasets/metadata/616466.json b/datasets/metadata/616466.json new file mode 100644 index 0000000000000000000000000000000000000000..6e2e9a6f9cc560695c8889cf4442df418e060f19 --- /dev/null +++ b/datasets/metadata/616466.json @@ -0,0 +1 @@ +{"id": 616466, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-03T16:44:32.073Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 532057, "sizeKB": 223117.33984375, "name": "ARTIST_-_DR_BUG.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T16:46:00.434Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "74AFEA95", "AutoV2": "EF2AD3D71A", "SHA256": "EF2AD3D71A95DDA4ADBC1673D6D566639B315C398E63BBE9C0B4CF0947BF9E2E", "CRC32": "34ABCDD6", "BLAKE3": "B477B841658E59EEA9C4F729D76DB8448EE2619CDE9D21AB25AC647CFC592F88", "AutoV3": "36588656078B"}, "downloadUrl": "https://civitai.com/api/download/models/616466", "primary": true}, {"id": 531404, "sizeKB": 43585.8076171875, "name": "616466_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T11:10:57.379Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3733905C", "AutoV2": "35518C4499", "SHA256": "35518C4499FFF2A84C8050091F1344BCC3BAA883CA8C2C4F7E3A9EB7401C37FB", "CRC32": "FD2A01D2", "BLAKE3": "C74DB7ABCD2554B151C7D6D4D6ECC0A3835FCB2206C4EBB493EC6770E5465E6A"}, "downloadUrl": "https://civitai.com/api/download/models/616466?type=Training%20Data"}], "images": [{"id": 18299055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d83e40d-65c7-4aaa-a16f-f73b5d4a9a52/width=450/18299055.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UEO1{zx501RHZ2]~[LxgDCET~9O+^o9Qm,pB", "type": "image"}, {"id": 18293484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42b9020d-38c9-4fc5-b187-170675f0eaa9/width=450/18293484.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJK1m^1FXm~BGNy6-XVz03,_=|EK;VIDpDtQ", "type": "image"}, {"id": 18295408, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/215d6c73-aed5-43ae-a568-c9be359887db/width=450/18295408.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UKH.Qa~qD%RjD%ofoffQ00M{xtIUaeayt7xu", "type": "image"}, {"id": 18293486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0e1ea12-7fcb-4a6e-88a6-539c1f78be68/width=450/18293486.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKMjH%rr0MW?SeROaiW?0zMx^+og~VRQa2xH", "type": "image"}, {"id": 18293485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9df0daaf-6430-4951-a03b-8fcfbcb46b83/width=450/18293485.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UANT5r%g00-;00oz$%t76Txb~Bt7pdWB^+jt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/616466", "modelId": 553948} \ No newline at end of file diff --git a/datasets/metadata/616500.json b/datasets/metadata/616500.json new file mode 100644 index 0000000000000000000000000000000000000000..f516f195246b0bb4b09993be018702b7bbb0be88 --- /dev/null +++ b/datasets/metadata/616500.json @@ -0,0 +1 @@ +{"id": 616500, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-03T12:43:17.673Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 531460, "sizeKB": 625131.69921875, "name": "616500_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T11:51:02.017Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FF23DF93", "AutoV2": "A47838EAEA", "SHA256": "A47838EAEA6A406C9C8476D8978DD7EB16A2F9587FB8BDC2C8417AC9A2E1D351", "CRC32": "E73426AC", "BLAKE3": "0A1B14D7025104C1B346CA9E10C5BD56D6B4BCE1F33C6FA804538F9380D65688"}, "downloadUrl": "https://civitai.com/api/download/models/616500?type=Training%20Data"}, {"id": 531562, "sizeKB": 223118.99609375, "name": "TwixBartrix-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T12:40:43.421Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F5500AB0", "AutoV2": "4E681EE29F", "SHA256": "4E681EE29F58779D30ABB50AD3CD17E5DBB792C66AF0F4655A3749EB44290A91", "CRC32": "4992E91A", "BLAKE3": "9FD3B6D91E4DA6012E96E1ED5AA7C421919390AB7A809F7A798A41BA28042A78", "AutoV3": "3A44394849AD"}, "downloadUrl": "https://civitai.com/api/download/models/616500", "primary": true}], "images": [{"id": 18269159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f03e635-9ee5-4641-89f0-322965a06793/width=450/18269159.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U3FEDy^jD9Mz]nI:XT%2}[xG0yNG0#jZ={WV", "type": "image"}, {"id": 18269158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4013804-889e-4b03-8594-201067532507/width=450/18269158.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJHDaH?aHsmR*dR7pbPBk:tR$LNF~pxZVaRj", "type": "image"}, {"id": 18269161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d48aee55-e937-4408-9004-dcace5ad6026/width=450/18269161.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U59%uDJA0J$M0JkDWT?b?ws*$*4;00Z~^kOt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/616500", "modelId": 553976} \ No newline at end of file diff --git a/datasets/metadata/616530.json b/datasets/metadata/616530.json new file mode 100644 index 0000000000000000000000000000000000000000..bd173686707a23cc3971ab23d4ff30eaf985f09a --- /dev/null +++ b/datasets/metadata/616530.json @@ -0,0 +1 @@ +{"id": 616530, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-03T12:40:05.117Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 20, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 531566, "sizeKB": 223099.09765625, "name": "Catwoman-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T12:41:47.740Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CD20E219", "AutoV2": "A58E03A5BF", "SHA256": "A58E03A5BFEE32AC0382B937C1BCE927996415C233C97BC4361FD1218B3157C2", "CRC32": "204294BB", "BLAKE3": "F15DE99D40BC4BE24E4345E38728145426C66D757422C8ABCE8D9437E102F5DD", "AutoV3": "1D2B127F07DF"}, "downloadUrl": "https://civitai.com/api/download/models/616530", "primary": true}, {"id": 531465, "sizeKB": 35.99609375, "name": "616530_training_data.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/616530?type=Training%20Data"}], "images": [{"id": 18269268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c06724a-3c57-4e8e-a92b-2495a9fd327e/width=450/18269268.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U45q-QIS5Fof~BM_9zoynfoMNfofNGoft6Rk", "type": "image"}, {"id": 18269266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59d2e59a-7690-4d63-b463-f9383d7cefba/width=450/18269266.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U99GzNDzEWIp~BjCESRoW8xbjbRjI]bG$$RP", "type": "image"}, {"id": 18269267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcf3c59f-47a7-40e2-b1b0-42e6d870b059/width=450/18269267.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U35}XK4m5c-m~CITA0%0ISxcocR*ETs*-TIq", "type": "image"}, {"id": 18269290, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/612fc420-9112-469c-af66-198edf7e9731/width=450/18269290.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U667_@r.9vES~Cr:E3Iu-UngR.R:oHs:jcWC", "type": "image"}, {"id": 18269292, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53429004-159d-47a0-b12a-11ee138cff67/width=450/18269292.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U667_@ne9wI]~CnfE4I[%1oHRoR:j;t7agV@", "type": "image"}, {"id": 18269291, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db231684-e2c2-43af-9384-fb2270147ea9/width=450/18269291.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U55;:gwFE3ES~Cs6E4Iu%1s8WZS6WAofspjG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/616530", "modelId": 554003} \ No newline at end of file diff --git a/datasets/metadata/616548.json b/datasets/metadata/616548.json new file mode 100644 index 0000000000000000000000000000000000000000..0492d848cf1b9266a1257f0eb1f81ea2bd4760d6 --- /dev/null +++ b/datasets/metadata/616548.json @@ -0,0 +1 @@ +{"id": 616548, "index": 1, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-03T12:46:22.293Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 531487, "sizeKB": 2028.3876953125, "name": "616548_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T12:06:35.856Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "830404F276", "SHA256": "830404F276B533E2FACC5BA3212B17172530ABCD7BE24A20A4C951866D49B256", "CRC32": "B7C19842", "BLAKE3": "5B8F13D7C03E55A3B035D430C539D435DD48169A0E2CF3C834DE9618DA6E4082"}, "downloadUrl": "https://civitai.com/api/download/models/616548?type=Training%20Data"}, {"id": 531579, "sizeKB": 223101.10546875, "name": "Bsd_Chuuya-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T12:46:05.067Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "ED3832CF", "AutoV2": "CC1DCEA453", "SHA256": "CC1DCEA45388106C23E5010C5C5ADA55F2D00A2E59ECA2AC9680EAC709AA7084", "CRC32": "A92153DC", "BLAKE3": "020AA01F514D0EDEC7E2EE305DA7B07341DA6991C228EB1E0ABE117482D2F96A", "AutoV3": "BB7553A87459"}, "downloadUrl": "https://civitai.com/api/download/models/616548", "primary": true}], "images": [{"id": 18288622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b18d449-0bc3-4aef-aa24-0799759762a7/width=450/18288622.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UfKm99-o}@Nb^PxEs.I;%2aetRWpEgtRR+Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/616548", "modelId": 554017} \ No newline at end of file diff --git a/datasets/metadata/616559.json b/datasets/metadata/616559.json new file mode 100644 index 0000000000000000000000000000000000000000..561ebfb51262f5e21fb2f6ce4d3a48a32be7b740 --- /dev/null +++ b/datasets/metadata/616559.json @@ -0,0 +1 @@ +{"id": 616559, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-03T12:29:49.374Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 531543, "sizeKB": 223099.16796875, "name": "Rouge_the_Bat-000001.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/616559", "primary": true}, {"id": 531500, "sizeKB": 21.8310546875, "name": "616559_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T12:10:47.343Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "675BD4AC01", "SHA256": "675BD4AC01A4ACBDF4A4608E7E3056965CDE01224B3D16894F5EC4D0F591EF31", "CRC32": "1778CD4E", "BLAKE3": "A5668D30DF03095A0CAB66788BDB415A371E15B9C08DA01AA982EF04C1BC8B77"}, "downloadUrl": "https://civitai.com/api/download/models/616559?type=Training%20Data"}], "images": [{"id": 18268183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c775cbb-35fb-41c0-884f-172b0b8be526/width=450/18268183.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UGDb~X?H000d~Vs+9HV].6xtVaMyS]t6rXMx", "type": "image"}, {"id": 18268182, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d4f87b7-82d5-482f-95c4-5ccdf8154e69/width=450/18268182.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UID+ul-q0054~VoI9Hnn%etQR7MyS^t6n4Mx", "type": "image"}, {"id": 18268181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cce2955b-106d-4b41-9234-40d761587ece/width=450/18268181.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UHDlj8^l000J~Ut2D*Vw.5xtR7MeXNtQn4Me", "type": "image"}, {"id": 18268384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94c88fc7-b21d-4c18-98f1-3c1a7138e850/width=450/18268384.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UDEe=T~W0000~UxZD+RQ%ek9VaVZpGoze9R4", "type": "image"}, {"id": 18268381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c81feb51-a827-4b88-a1cf-749bba898608/width=450/18268381.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UHE.bI^l000d~Bs.9aV[%KS0M|rYXNX8aKrq", "type": "image"}, {"id": 18268379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/553e9a9a-87f5-43a9-8194-324427d0ddfd/width=450/18268379.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UFE.eR%200EK~Uax9Hs;.6ofMeRPb]t7m,RP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/616559", "modelId": 554027} \ No newline at end of file diff --git a/datasets/metadata/616575.json b/datasets/metadata/616575.json new file mode 100644 index 0000000000000000000000000000000000000000..9374ff48a5f66fa891df4b840e0f1489f0666e5a --- /dev/null +++ b/datasets/metadata/616575.json @@ -0,0 +1 @@ +{"id": 616575, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-03T17:08:56.158Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 532117, "sizeKB": 223099.25390625, "name": "Neyla-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T17:11:50.434Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C5E6BDF1", "AutoV2": "CF9476712A", "SHA256": "CF9476712AD14B6011A8FCD1C92D537003CA5B0DEBE3DF242996744CDCCE6044", "CRC32": "16153B46", "BLAKE3": "0A18DB6108A1CB1B631E17D1C014CE99CDBBF43A5B9F1C693571474009118B17", "AutoV3": "937C1314038A"}, "downloadUrl": "https://civitai.com/api/download/models/616575", "primary": true}, {"id": 531517, "sizeKB": 114.7587890625, "name": "616575_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T12:21:39.869Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "114E5152E1", "SHA256": "114E5152E1C2919617676F78F368F4C0E7EB145D18EA8CCCA1C3EA313201B458", "CRC32": "116669F1", "BLAKE3": "183C5D6B94D66EB2F2CBDCFF55B3B0BB57B1F73F3613362590312DB03C51F7B8"}, "downloadUrl": "https://civitai.com/api/download/models/616575?type=Training%20Data"}], "images": [{"id": 18296165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b44a979-beb0-472c-a05d-8269a8b3ecb3/width=450/18296165.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UAFaW{0]00QB0J^mMe#b4Tr1yG%5G2E0v=r0", "type": "image"}, {"id": 18296167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58f9a41b-2e0f-438e-a6ff-934b2d1023ca/width=450/18296167.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UAFQ?O1C00qO0J}vIU$U8wVH%QxvGND%z|zy", "type": "image"}, {"id": 18296166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a5d16cf-e6d3-4478-b52f-08fabf487392/width=450/18296166.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UCE}MU0v00qn4m=#RQ,_D4Zo%j$,FnM{w7rK", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/616575", "modelId": 554037} \ No newline at end of file diff --git a/datasets/metadata/616582.json b/datasets/metadata/616582.json new file mode 100644 index 0000000000000000000000000000000000000000..f3b409cb74294d067443520d3c87dd2f0ea76db6 --- /dev/null +++ b/datasets/metadata/616582.json @@ -0,0 +1 @@ +{"id": 616582, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-03T12:18:43.056Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 531523, "sizeKB": 11883.0732421875, "name": "Sakurako_Sugimoto_Doukyuusei2Remake.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T12:20:46.717Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F188BABD", "AutoV2": "84861E4CAB", "SHA256": "84861E4CAB6C0944482EFC75AB68377A9E0D30B9B0F6275E23B3DF86FA9F790C", "CRC32": "53C54F85", "BLAKE3": "F215A44984EA8F0A9FC09923748A80F8E4F8234E4D838B4540F954D3DC0AEF00"}, "downloadUrl": "https://civitai.com/api/download/models/616582?type=Training%20Data"}, {"id": 531521, "sizeKB": 22237.09765625, "name": "Sakurako_Sugimoto_Doukyuusei2Remake-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T12:21:14.254Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "20A84266", "AutoV2": "7F117B9D48", "SHA256": "7F117B9D483ACEFE6AAAC0BA798BB15B70EE97491E0273A0A423F75C7C46BD62", "CRC32": "FEA83C2F", "BLAKE3": "B0E4C5720445FADF1AD1EA1FEC9B3962F1F50F73FD85167F6854C9B4E9F84D02", "AutoV3": "A8228E136F72"}, "downloadUrl": "https://civitai.com/api/download/models/616582", "primary": true}], "images": [{"id": 18267528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbdb7444-ef09-48a1-b5e6-891991b111a6/width=450/18267528.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXGkRbnkMyaK~pR-J8IoW=WXxtM|aKo3-oV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/616582", "modelId": 554042} \ No newline at end of file diff --git a/datasets/metadata/616586.json b/datasets/metadata/616586.json new file mode 100644 index 0000000000000000000000000000000000000000..1364a0f9a5f85cd86edfcca145f71c117e0166dc --- /dev/null +++ b/datasets/metadata/616586.json @@ -0,0 +1 @@ +{"id": 616586, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-03T17:11:24.800Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 532120, "sizeKB": 223099.28515625, "name": "Carmelita_and_Krystal-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T17:11:22.477Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0D37A9AB", "AutoV2": "9EBF01E38E", "SHA256": "9EBF01E38E385E12380A8A2D87BE8FDCEE4F4B88765A28C1868696E9A11F5D28", "CRC32": "562D5904", "BLAKE3": "2B0C45D954539D4D0CD92FECAD3960CE7D034B4D628F7D5B7D31EB3F05B5C155", "AutoV3": "D253DF45291C"}, "downloadUrl": "https://civitai.com/api/download/models/616586", "primary": true}, {"id": 531527, "sizeKB": 673.94140625, "name": "616586_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T12:21:10.006Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "130DF685FC", "SHA256": "130DF685FC531C6CD0AA926CC2AF6A866285E6926A05152BEC62F89DDF3DADEE", "CRC32": "83260992", "BLAKE3": "C12F847CC4EC251A71846BBD2F72B896B3A393B0E027474CB75BE148C75515AE"}, "downloadUrl": "https://civitai.com/api/download/models/616586?type=Training%20Data"}], "images": [{"id": 18296369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9173de82-e9ca-4df7-bff8-e22c5cb267d8/width=450/18296369.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UFD+Yu]{X8O_CNX,Rpo3DiNgnmwHTuV=jaS5", "type": "image"}, {"id": 18296368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/491f37f1-f2ca-41b9-af8f-e84cf11c2d2d/width=450/18296368.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UED+JF]{R:O_C#XmNMf9H?N#RlrqTIi^s:S5", "type": "image"}, {"id": 18296367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb8414d0-0fbb-408a-8f72-641f4e9932be/width=450/18296367.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UFD[^M;[R-O_CgX-N2jHDOS*Vxv|X,Z}soSi", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/616586", "modelId": 554047} \ No newline at end of file diff --git a/datasets/metadata/616590.json b/datasets/metadata/616590.json new file mode 100644 index 0000000000000000000000000000000000000000..eeda3b8c593bb8b100b9f0605ef98a6c2745f2f2 --- /dev/null +++ b/datasets/metadata/616590.json @@ -0,0 +1 @@ +{"id": 616590, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-03T12:41:28.397Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 531538, "sizeKB": 102.564453125, "name": "616590_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T12:25:52.447Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "95E5B0A911", "SHA256": "95E5B0A911FC77F4A553C0656940F4B0CB9911EADBAAD87EB9DB00A9F5511D8E", "CRC32": "31F6DE8D", "BLAKE3": "FBB225C6226672F0764A484476BAB4AE0E0D3CC0F0F2CA2A827ACCD3015A4193"}, "downloadUrl": "https://civitai.com/api/download/models/616590?type=Training%20Data"}, {"id": 531571, "sizeKB": 223099.26953125, "name": "Latex_Vados-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T12:45:46.567Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BF659658", "AutoV2": "2BBE49A81C", "SHA256": "2BBE49A81C61092B45DF89F9C2F91AA96D2E3C5838CCDC1F0B3BC65CB835AE20", "CRC32": "5D9EA61B", "BLAKE3": "C1ABA5B1D0A044D008F2C6D784527FA7B9A0801B8C7C7F8D81EE7002D46D3696", "AutoV3": "564573F1EEDB"}, "downloadUrl": "https://civitai.com/api/download/models/616590", "primary": true}], "images": [{"id": 18269386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/561ee0f6-a118-4d7e-b122-6286a99bab5a/width=450/18269386.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UfJ?nNH[q,-;{sxwnBbq.7nBEJSuRhwRb[aw", "type": "image"}, {"id": 18269387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90a395c8-289b-4b2e-9cfe-0d28aeb33164/width=450/18269387.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UfI|6lVvmI%3{?X9ryk7-;n.ITNEjDv=o#t6", "type": "image"}, {"id": 18269388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7f062f6-72ab-4bdd-a2ea-f5a1ffaf6988/width=450/18269388.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UhIz4SR7q,%3|+tSVfWS-;j1M_SbV=#uo}Ri", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/616590", "modelId": 554051} \ No newline at end of file diff --git a/datasets/metadata/616739.json b/datasets/metadata/616739.json new file mode 100644 index 0000000000000000000000000000000000000000..9148cd1c28edfbb4bdc57d762098ac3762ce81b3 --- /dev/null +++ b/datasets/metadata/616739.json @@ -0,0 +1 @@ +{"id": 616739, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-05T01:20:03.463Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 20, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 531696, "sizeKB": 24559.0390625, "name": "616739_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T13:56:23.315Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "604DBC41", "AutoV2": "75B1D36124", "SHA256": "75B1D36124E225B35E91C705567C9CBB8F354B45FA2B036F83BC134A38EA0D13", "CRC32": "DB3FFE25", "BLAKE3": "01485E53A0B064F611DEDDF730C6BD24DB5D96FEBA0FA9757AAF2638EE33D358"}, "downloadUrl": "https://civitai.com/api/download/models/616739?type=Training%20Data"}, {"id": 535315, "sizeKB": 223105.76953125, "name": "Sonobe_Ayako_Tawara_Hiryuu_Saimin_Seikatsu-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T01:21:16.241Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A1CFC80C", "AutoV2": "7E3F373F06", "SHA256": "7E3F373F06CD4A997CC7E7FE3EDD7533BD0AE244E2B5B2F0DD78033C044ACFAB", "CRC32": "4DBD2223", "BLAKE3": "5EA24447B89A5ADA25A289AE817B27EDC52B4ABE26ACACAD0DCCACB5D97FE8FC", "AutoV3": "E05CE51A138C"}, "downloadUrl": "https://civitai.com/api/download/models/616739", "primary": true}], "images": [{"id": 18480855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b700868-0fb3-4f18-b7e9-4170f1574495/width=450/18480855.jpeg", "nsfwLevel": 16, "width": 450, "height": 658, "hash": "UAL3x^~qFMxu5P-oiu%10M-;_3-:4.?Hw[%2", "type": "image"}, {"id": 18478530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0452fe05-744b-416a-9cd8-036c68f4cba7/width=450/18478530.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFNTzYRj4n_3~qIUt7%L00IURPxuRjD%_3WB", "type": "image"}, {"id": 18480854, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7aaac3cb-4fb2-4859-97dc-2b70be3adafb/width=450/18480854.jpeg", "nsfwLevel": 16, "width": 450, "height": 658, "hash": "UKL3=R9axubG_ME1E1^*O@r=-pWB~V%M%1Ip", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/616739", "modelId": 554184} \ No newline at end of file diff --git a/datasets/metadata/616751.json b/datasets/metadata/616751.json new file mode 100644 index 0000000000000000000000000000000000000000..960e0aca30e8c45cb28bb24462d1714488b681a7 --- /dev/null +++ b/datasets/metadata/616751.json @@ -0,0 +1 @@ +{"id": 616751, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-04T03:20:17.460Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 533250, "sizeKB": 223103.47265625, "name": "Shoko_Sugimoto-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T03:21:19.760Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "38455F02", "AutoV2": "D90A36B9D8", "SHA256": "D90A36B9D8AAB5944805806B92A04FD27BDC1B80B147A3D64CB925F5E8FFDBD1", "CRC32": "E60B9185", "BLAKE3": "7AFCD5EB7DB3314BAAAC08A0FE1F96607292A6747EBFE64775CA9DC4C916811A", "AutoV3": "4B14D587C2B8"}, "downloadUrl": "https://civitai.com/api/download/models/616751", "primary": true}, {"id": 531710, "sizeKB": 1120.853515625, "name": "616751_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T14:01:19.926Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "0A70C3C4FE", "SHA256": "0A70C3C4FE408A6F7379D9EAF51EE2F8B1B5E1ED7F1AB178293512C9F106BF00", "CRC32": "1E029C24", "BLAKE3": "F0E5D5FFA250E12961C09564B87B5C7D0CA26A0C8FF947322D129E3E1C71E2B8"}, "downloadUrl": "https://civitai.com/api/download/models/616751?type=Training%20Data"}], "images": [{"id": 18356117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5c27a85-7f07-4877-a91f-7f008f60663d/width=450/18356117.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDNR=HzwXTxp5U~8NfOVVZkCFsMz%3XNS6Vs", "type": "image"}, {"id": 18356119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d216ca3-86b0-498d-8a9d-77e00a2340b5/width=450/18356119.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U4G7rQ]q03~nkjw|nT--01^%yC9I03%I%d0i", "type": "image"}, {"id": 18356118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6971c789-68ac-40d2-a48b-8a47a280878e/width=450/18356118.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UuKdJMkCxZbI?^oLxufQ%Mj[xvs.oyS3oMkC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/616751", "modelId": 554195} \ No newline at end of file diff --git a/datasets/metadata/616766.json b/datasets/metadata/616766.json new file mode 100644 index 0000000000000000000000000000000000000000..f7b824878d016094ef4b493347f4ce4ea57ba307 --- /dev/null +++ b/datasets/metadata/616766.json @@ -0,0 +1 @@ +{"id": 616766, "index": 0, "name": "V2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-03T14:31:36.375Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 531718, "sizeKB": 103408.6806640625, "name": "616766_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T14:05:51.557Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "30C08D92", "AutoV2": "87DC156B95", "SHA256": "87DC156B95D1FA329C756208C1E11630149D313547B3D3B402F18AD43EF5AA78", "CRC32": "792C8C7E", "BLAKE3": "716DF09A58DC84DA1F65F6C1653003A40CC786EB3B4AB1441D79F7D4C93C1EF1"}, "downloadUrl": "https://civitai.com/api/download/models/616766?type=Training%20Data"}, {"id": 531752, "sizeKB": 36987.5, "name": "NPP_V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T14:31:53.633Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BF54A6A0", "AutoV2": "0A8B6F63A0", "SHA256": "0A8B6F63A03083BB0743487D85D30A7A49E93EE017F0DC0FE6C7968CDFCB6811", "CRC32": "678709F9", "BLAKE3": "DB40F079C9FB261BFF615C0636C056E6DE9CFC8095578A32674CB4862B812023", "AutoV3": "C775065B3243"}, "downloadUrl": "https://civitai.com/api/download/models/616766", "primary": true}], "images": [{"id": 18279190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2467fbd4-0535-49fe-9ab6-f9ff3d84ea5a/width=450/18279190.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGE{FC%foLxtEMR+%fs:NGaLS2%M_NWBMyIU", "type": "image"}, {"id": 18279191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1f96000-8645-41a2-9591-861dc8e224d2/width=450/18279191.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGH_reNbY6%M0lxuNdRk~Wt7r=t6R*Rjr=Rk", "type": "image"}, {"id": 18279192, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99c629ef-8cca-4318-8727-465e58c11baa/width=450/18279192.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9G8P]Sz0}=x1sFs-T-V00}==_9d-OaJ4:ai", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/616766", "modelId": 554183} \ No newline at end of file diff --git a/datasets/metadata/616768.json b/datasets/metadata/616768.json new file mode 100644 index 0000000000000000000000000000000000000000..a00a0a2099866c43429a331f9a17c64ca4972180 --- /dev/null +++ b/datasets/metadata/616768.json @@ -0,0 +1 @@ +{"id": 616768, "index": 0, "name": "V4", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-03T14:33:24.926Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 531720, "sizeKB": 103408.6806640625, "name": "616768_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T14:06:23.448Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "30C08D92", "AutoV2": "87DC156B95", "SHA256": "87DC156B95D1FA329C756208C1E11630149D313547B3D3B402F18AD43EF5AA78", "CRC32": "792C8C7E", "BLAKE3": "716DF09A58DC84DA1F65F6C1653003A40CC786EB3B4AB1441D79F7D4C93C1EF1"}, "downloadUrl": "https://civitai.com/api/download/models/616768?type=Training%20Data"}, {"id": 531766, "sizeKB": 36987.4921875, "name": "NPP_V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T14:36:18.458Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "92EEA494", "AutoV2": "FA4228D05B", "SHA256": "FA4228D05B0591EA257BD43E0689BE3BF24BF5568CA28A3DA6E1D6C988712753", "CRC32": "0C709EE0", "BLAKE3": "D6129A0EF5353E638E28D37176DA859FE4EA0EA918F18B3F0C6907438E43C8E2", "AutoV3": "0B3A60C8D903"}, "downloadUrl": "https://civitai.com/api/download/models/616768", "primary": true}], "images": [{"id": 18279353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd9a84b8-9ff6-4f0a-8ae2-143cb579abbf/width=450/18279353.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UED*O+}G+%Vt1a1HExOB$krs-URjI;r@-U-B", "type": "image"}, {"id": 18279354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f3d6377-84ce-4e1c-8b6f-e64c5be64642/width=450/18279354.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6D]9z59px?Z00,s-6pHRhI;IVNH~VWUJVxE", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/616768", "modelId": 554183} \ No newline at end of file diff --git a/datasets/metadata/616900.json b/datasets/metadata/616900.json new file mode 100644 index 0000000000000000000000000000000000000000..6a4ea4db7c636d01648420bc751da646b022641a --- /dev/null +++ b/datasets/metadata/616900.json @@ -0,0 +1 @@ +{"id": 616900, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-03T17:16:14.776Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 39, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 531857, "sizeKB": 18615.099609375, "name": "616900_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T15:15:49.832Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5CF5D34E", "AutoV2": "EEBBC3AA27", "SHA256": "EEBBC3AA27CB1373BED7606D396CDF2AB9BE58B1523449FA0C2AF16E0029B74B", "CRC32": "30C3C9B3", "BLAKE3": "A4266AAE21DDCCAEE37ED9FEE43085E42719D586D80A97F3133F1DAC35DF0298"}, "downloadUrl": "https://civitai.com/api/download/models/616900?type=Training%20Data"}, {"id": 532081, "sizeKB": 223106.15234375, "name": "Human_Female_On_Anthro_Male-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T16:55:59.247Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "12A2A141", "AutoV2": "1C0D9FC72C", "SHA256": "1C0D9FC72C68F8BD54E4ADCEE3AA05774F715FA80873281F8F8599CE63691B35", "CRC32": "3C5360CA", "BLAKE3": "8F486961485EC36ABBC300C780943EDB50C918B653AF70AE3B2ED7855E8008BC", "AutoV3": "CBCF21437733"}, "downloadUrl": "https://civitai.com/api/download/models/616900", "primary": true}], "images": [{"id": 18296813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/731a45aa-3134-439f-b670-a5c444f0bd1e/width=450/18296813.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U8E.tv003sr=LNM_?aDh9Z-;H=%1C8rWsqo~", "type": "image"}, {"id": 18295462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8e1452a-ca1f-48ed-8698-bc255f3bd724/width=450/18295462.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U9HUIK-=yXE*00R5-oIU0~Io^jt7~Vx]EM-p", "type": "image"}, {"id": 18296814, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b03d1c0b-04a0-4ec4-bc3f-d1e4c40fb3f3/width=450/18296814.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UNG*vb.TJ7,:%$%#bcsmEQOGxuniX9bIWAaJ", "type": "image"}, {"id": 18296815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a611876-366b-4d2b-8720-575a29945691/width=450/18296815.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "U6E2Up4TGa8_~p4n?v9F02tQrs%1+]%M8{?b", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/616900", "modelId": 554319} \ No newline at end of file diff --git a/datasets/metadata/617206.json b/datasets/metadata/617206.json new file mode 100644 index 0000000000000000000000000000000000000000..c502cd2ef9a46af1ed1551e4f1bd8613bb129acc --- /dev/null +++ b/datasets/metadata/617206.json @@ -0,0 +1 @@ +{"id": 617206, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-03T17:58:29.093Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 532207, "sizeKB": 223098.97265625, "name": "Catwoman-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T18:00:45.955Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3190530D", "AutoV2": "71851163E7", "SHA256": "71851163E790DCA6EEB8CD7D9F94BAC8E57261B5DE03B3146407B4DF249562BD", "CRC32": "9C65ADCE", "BLAKE3": "5E7C4AE18CD012FA675B58D5602433AA9179890CAB523C70EEDBAAD418B85508", "AutoV3": "AE6EC4475883"}, "downloadUrl": "https://civitai.com/api/download/models/617206", "primary": true}, {"id": 532151, "sizeKB": 731.8447265625, "name": "617206_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T17:31:31.306Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "2CF3EC2827", "SHA256": "2CF3EC28271AF2179B9B6EED1F50510589D53A683C7E3A27968D7E55F5804D5B", "CRC32": "36BA1F03", "BLAKE3": "01652A840172F4979E5C5B036D006BB351BCFBB8F83D6D7016FECECEFCCB01DB"}, "downloadUrl": "https://civitai.com/api/download/models/617206?type=Training%20Data"}], "images": [{"id": 18301934, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d9132dd-dee7-44d6-b86f-db08a3b37df0/width=450/18301934.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U25#Ie-o6_X7^Oxt5RS20MM}-Bsp0#Rk}?xa", "type": "image"}, {"id": 18301932, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17dc7358-c7c9-443e-b3e4-e8fff9ceca2f/width=450/18301932.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U89%CW^z~7-SjIogoIxZ9dIqIsR+s,odjbRl", "type": "image"}, {"id": 18301935, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66e65541-54ae-4d54-80f0-18a8be6c07ae/width=450/18301935.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFDR_,^y~8$yxEoMf5kC9wM~R-n%NIs,j]WC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/617206", "modelId": 554589} \ No newline at end of file diff --git a/datasets/metadata/617371.json b/datasets/metadata/617371.json new file mode 100644 index 0000000000000000000000000000000000000000..1de89af388b141ad987627428005e9727d0e145f --- /dev/null +++ b/datasets/metadata/617371.json @@ -0,0 +1 @@ +{"id": 617371, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-03T20:41:02.863Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 532320, "sizeKB": 19569.447265625, "name": "617371_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T18:51:22.296Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7628694D", "AutoV2": "4338FA907C", "SHA256": "4338FA907C4E87C5B34D6E28D52DC50AF6DD8A93CB6B041D0B57D522AB388F81", "CRC32": "BCE22737", "BLAKE3": "4BE49993DB291105A6CD5D1BA446DFE515B138C23BC1DB8663694B860AFFA13A"}, "downloadUrl": "https://civitai.com/api/download/models/617371?type=Training%20Data"}, {"id": 532532, "sizeKB": 36983.6484375, "name": "Gouache_Test.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T20:41:18.285Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D41E40D9", "AutoV2": "46FD75E6DE", "SHA256": "46FD75E6DE4DD8140A374407E8770374019B7167A438C2F24799B0C5CE72A284", "CRC32": "4440921D", "BLAKE3": "FBD2B40DC643D5015D8FE0A3C5A374F85A7CEA5FD4F9C955433BF0ED5109B40D", "AutoV3": "1F94845844F2"}, "downloadUrl": "https://civitai.com/api/download/models/617371", "primary": true}], "images": [{"id": 18317669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d95095ac-5337-4867-b93b-7cc97d9c1929/width=450/18317669.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UdRwM$s:%jt8RNayWTbawia{Rhj]%hjajFj[", "type": "image"}, {"id": 18317670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0918d79-6502-4ed7-af7e-e0982e012b33/width=450/18317670.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIFi=R%$I?nN?wtSIAt6JCnhR4kX.8t6t7oz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/617371", "modelId": 554728} \ No newline at end of file diff --git a/datasets/metadata/617378.json b/datasets/metadata/617378.json new file mode 100644 index 0000000000000000000000000000000000000000..e4c163d96d83293d71a923b3a97a98bcf1e84441 --- /dev/null +++ b/datasets/metadata/617378.json @@ -0,0 +1 @@ +{"id": 617378, "index": 0, "name": "V3", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-03T20:33:38.703Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 532321, "sizeKB": 19430.017578125, "name": "617378_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T18:51:19.797Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1EA9E03A", "AutoV2": "EDE6ACF612", "SHA256": "EDE6ACF612E6A1F801004BFA58E2397333C2D03073CEADF32E160C7B3A8A249A", "CRC32": "39DA681A", "BLAKE3": "23A7A09A0303C190911F640538AF057ADFD6270D5577525BF5BAD271308457FD"}, "downloadUrl": "https://civitai.com/api/download/models/617378?type=Training%20Data"}, {"id": 532513, "sizeKB": 18547.765625, "name": "Lorana-000013.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T20:35:39.391Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "421997E6F9", "SHA256": "421997E6F96ECADE77D925D86AF10D3FFD4C6649C96234E95CFF1CD0D61ECBBC", "CRC32": "5BBBAE66", "BLAKE3": "DFA2731670AE01719675CDC6807353E2A62BA950780554A52C736CDC4989B7AE", "AutoV3": "19E521B363EB"}, "downloadUrl": "https://civitai.com/api/download/models/617378", "primary": true}], "images": [{"id": 18317074, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f036e08f-c3f4-418f-aa0c-fe6fffeb1e9d/width=450/18317074.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UAK1E~^+WBRjWYE1ofjb~qRjWB%2-:%2ayWB", "type": "image"}, {"id": 18317075, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c8d577e-e9db-4c9b-8f54-94266bf99d2b/width=450/18317075.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UII|IR-q~Bxb4.t7NZxH=}s;I:xH56WVxtWB", "type": "image"}, {"id": 18317076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45e4f69b-111b-4393-9984-218d57fa3d24/width=450/18317076.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHJsCq-W{-=gTvW;Kfso9YEe_3kWOm-C%MkW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/617378", "modelId": 554734} \ No newline at end of file diff --git a/datasets/metadata/617418.json b/datasets/metadata/617418.json new file mode 100644 index 0000000000000000000000000000000000000000..b737e5fe7960ff713f416101651c2a6dcdf634e0 --- /dev/null +++ b/datasets/metadata/617418.json @@ -0,0 +1 @@ +{"id": 617418, "index": 1, "name": "2DN Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-03T21:06:59.573Z", "availability": "Public", "nsfwLevel": 28, "description": "2DN Pony
", "trainedWords": [], "stats": {"downloadCount": 35, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 532570, "sizeKB": 223106.76171875, "name": "Fundoshi_x_Pubic_Hair-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T21:01:21.554Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "145A1A08", "AutoV2": "EBA146CD42", "SHA256": "EBA146CD42737ADFFDC727C784EC1D34BC9340AAD66DE572EA5EFF24E588BBD7", "CRC32": "5C4FE2D9", "BLAKE3": "B907AB486FC1191A5864A3C2A7D11ED29B4B2DBB238F857F3DF0F9A6189122DA", "AutoV3": "C3F81924BB77"}, "downloadUrl": "https://civitai.com/api/download/models/617418", "primary": true}, {"id": 532418, "sizeKB": 112203.08203125, "name": "617418_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T19:45:53.887Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A1DC59A0", "AutoV2": "249F70ED5A", "SHA256": "249F70ED5A8EFF7E0E96FA2894D4CF027C83506A846D65010F78F06F7FD44A60", "CRC32": "20C2126A", "BLAKE3": "9EDB6488AD69EF1B2FC3C15D08735A53099DC29A28ED77E3C5CB9CFD16F2742F"}, "downloadUrl": "https://civitai.com/api/download/models/617418?type=Training%20Data"}], "images": [{"id": 18319334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a29cdf42-f063-41ea-ac3c-400d2d3580ee/width=450/18319334.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8Iqrv~B000fx+IB4V=x00D*pKS%p_DiD+~B", "type": "image"}, {"id": 18319217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ca0fb31-a8c1-48a2-b688-ab9c8e42f885/width=450/18319217.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDLzEZs.0L%L~7%LxDIU=_o}R:m+oz-p={IA", "type": "image"}, {"id": 18319356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d818dba2-d893-4179-a58a-cb80fb8e7271/width=450/18319356.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UHH2G-_M2uOZF?l8Nexa4.t6%2kCE2V@?GkC", "type": "image"}, {"id": 18319373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0be92e6-e8e4-4154-944f-6f2024c9f4cf/width=450/18319373.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UEJ@%ht801o}.mjbv%kCI^NGxbxZ,xWA,?XS", "type": "image"}, {"id": 18319510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23ec0464-b9c5-4f27-ae1e-54c82081a347/width=450/18319510.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHN+|ftR?vw^CSt7NeNH57snwcJ9?Ge.}rW=", "type": "image"}, {"id": 18319519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb1eb4cf-a56e-47b1-9b8b-96275115ac8e/width=450/18319519.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7EB:F^i0Liv-4OY9Zso0N0f={tR00IV~Bt6", "type": "image"}, {"id": 18319535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/551b045d-06a3-45f8-9199-0342ca1a0d4b/width=450/18319535.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "USHBY$%MEM-;~q%LRj-pPC%2%L-;-payof%M", "type": "image"}, {"id": 18319540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2028caab-ff32-4523-a44c-fe239e36c88a/width=450/18319540.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UAH1rfo~*0nN5@-;IUad0Os;vzD%?Hn%tRIU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/617418", "modelId": 554770} \ No newline at end of file diff --git a/datasets/metadata/617498.json b/datasets/metadata/617498.json new file mode 100644 index 0000000000000000000000000000000000000000..af8c61663e9bbf23d1174a0a57fe08b8475bd20a --- /dev/null +++ b/datasets/metadata/617498.json @@ -0,0 +1 @@ +{"id": 617498, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-03T20:04:08.725Z", "availability": "Public", "nsfwLevel": 21, "description": null, "trainedWords": ["evaheinemann", "blonde hair", "medium hair", "long hair", "lipstick, purple eyes, makeup, lips.", " jewelry, earrings, ", "dress", "suit, work skirt,"], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 532441, "sizeKB": 9780.701171875, "name": "eva heinemann.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T19:55:46.508Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0D182E1F", "AutoV2": "CFB021793B", "SHA256": "CFB021793BD350D631E03F71C57D929AC0158213593C812B977ED6EA96590E75", "CRC32": "F67195DC", "BLAKE3": "452B643856D5ABBAD8AD78F83416EF078FC34159A9E7DADB290FA3E49453C888"}, "downloadUrl": "https://civitai.com/api/download/models/617498?type=Training%20Data"}, {"id": 532444, "sizeKB": 223099.81640625, "name": "eva_heinemannPony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T19:56:22.954Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "80FB7839", "AutoV2": "C01D4A7FDF", "SHA256": "C01D4A7FDFE7CC8D992697264085469951089A66B2D8AC32F12E3305D0D585E4", "CRC32": "D8290593", "BLAKE3": "75DF7CC4A34D8DB99566CBA66E6A3A7845B23A69C3503D12E7C73E7AEBBBCAE3", "AutoV3": "77567BF019A4"}, "downloadUrl": "https://civitai.com/api/download/models/617498", "primary": true}], "images": [{"id": 18313476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15da47e3-3766-4c70-a008-62e6bc40236a/width=450/18313476.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "UHKAi]~p0g9aVV-SE1%LAw?H=|%1-nt6-;xu", "type": "image"}, {"id": 18313475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9d9dc76-1151-4d1f-a8c5-ef1c3c54c80e/width=450/18313475.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "UKJ7zF~V0MJB8^%1XSWAOu-:-U%L-:%1%2%L", "type": "image"}, {"id": 18313460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9914e5ad-d612-4704-ba84-ab28e8ba856a/width=450/18313460.jpeg", "nsfwLevel": 16, "width": 1248, "height": 1824, "hash": "UFK0~NK%#*5R{txA%MM{6--p={-pbvW=%2xu", "type": "image"}, {"id": 18313473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0b385ee-6b44-40ca-8f79-641d7cd505e7/width=450/18313473.jpeg", "nsfwLevel": 16, "width": 1248, "height": 1824, "hash": "UBHL6r?b9ZX.In?a9}xu}T_2?b^*S$-;_2xu", "type": "image"}, {"id": 18313474, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b8c753e-6194-4946-b99c-b48732d9fe0a/width=450/18313474.jpeg", "nsfwLevel": 4, "width": 1248, "height": 1824, "hash": "UMJRQ[%MuiNe1QxaNMogQ.t6r=n$MzS$Ipn%", "type": "image"}, {"id": 18313472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ec1b331-13be-4d24-9902-6228ce0d9fda/width=450/18313472.jpeg", "nsfwLevel": 16, "width": 1248, "height": 1824, "hash": "UCKd9,WBu5bH{^%L01E100%Lw[sSTKRO~VaL", "type": "image"}, {"id": 18316261, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44629c96-5256-4f4e-b3ad-93ac3286b6e4/width=450/18316261.jpeg", "nsfwLevel": 16, "width": 1248, "height": 1824, "hash": "UDKK1bn%5Yk?JBw[IU%gIA~U0KI]0L9v~AxD", "type": "image"}, {"id": 18316264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/616a8b17-25d2-4e95-92ef-818eb24819b0/width=450/18316264.jpeg", "nsfwLevel": 16, "width": 1248, "height": 1824, "hash": "UDKToJnh0-T1Ej$#IU%gR5~U4nNz019v~9w]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/617498", "modelId": 554830} \ No newline at end of file diff --git a/datasets/metadata/617546.json b/datasets/metadata/617546.json new file mode 100644 index 0000000000000000000000000000000000000000..6ccdf07e036fe13fb35b6d37b563b5e3597fb544 --- /dev/null +++ b/datasets/metadata/617546.json @@ -0,0 +1 @@ +{"id": 617546, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-03T21:25:28.550Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "earlyAccessDeadline": "2024-07-04T21:25:28.550Z", "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 532514, "sizeKB": 54143.7109375, "name": "617546_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T20:37:19.711Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C6431A00", "AutoV2": "6DCD8EB703", "SHA256": "6DCD8EB703EA00F15AAEDE270C7AF5056401E0F15EE079556E78F10ED2C4F105", "CRC32": "A7DA0122", "BLAKE3": "19E4D9BE2ABC18EADD5E8401362DE0F52E58C0ED527202D3B117B01D2BF09680"}, "downloadUrl": "https://civitai.com/api/download/models/617546?type=Training%20Data"}, {"id": 532609, "sizeKB": 223101.42578125, "name": "Sasha_Animal_Crossing_-_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T21:26:20.939Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3EE08571", "AutoV2": "227DCF6FE8", "SHA256": "227DCF6FE8D477A906DA58F70988D12BC470CFF163EBD735B166D71DE75DE598", "CRC32": "CF597329", "BLAKE3": "FEE2CF9F38EA62B32F800A4153B47B3E1D96A8D2896A2AC058B1A56B37B37DF2", "AutoV3": "8D1ED52FEAA3"}, "downloadUrl": "https://civitai.com/api/download/models/617546", "primary": true}], "images": [{"id": 18321226, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcb8c21a-a052-43b4-8033-9e1c6e13716f/width=450/18321226.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGMGw~xZxwxu}:n~9#R.D;n+xsX5xvbIotxD", "type": "image"}, {"id": 18321245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ab0a369-b79a-439b-a634-f7530138cec5/width=450/18321245.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8KT#qtM01;{HX02?s0hLxrB_N^0%zF4MeE3", "type": "image"}, {"id": 18321228, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa826908-fdfd-4eb1-b49a-69670adacf5e/width=450/18321228.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBI5xO-A0035ulr=kCV[00NI}Y=e.jR.%zX*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/617546", "modelId": 554878} \ No newline at end of file diff --git a/datasets/metadata/617563.json b/datasets/metadata/617563.json new file mode 100644 index 0000000000000000000000000000000000000000..baed01853ce1dd04ad485a6a96997f26a0ceab1c --- /dev/null +++ b/datasets/metadata/617563.json @@ -0,0 +1 @@ +{"id": 617563, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-03T22:35:09.645Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 532623, "sizeKB": 21589.16015625, "name": "617563_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T21:35:45.010Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A9BBD9B0", "AutoV2": "C1BEFE4D11", "SHA256": "C1BEFE4D11942B6C21A3578044D13FB1D6135EBE1DFED5CEC08153056AA93F90", "CRC32": "52D5D70A", "BLAKE3": "081F50905793B08563D5394F240E191A9B819B035EE46D750966EA2098C3220A"}, "downloadUrl": "https://civitai.com/api/download/models/617563?type=Training%20Data"}, {"id": 532726, "sizeKB": 223101.14453125, "name": "Ganondorf_Tear_of_the_Kingdom_LoRa__PonyXL-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T22:35:50.021Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "46107139", "AutoV2": "131F0C3F7D", "SHA256": "131F0C3F7D5376584E904BC7A82C6AAE5344F0E29075F641AFE6F596361C1A97", "CRC32": "02EC09E9", "BLAKE3": "988F858C050038111C25D02B45BB343106F794E677FF68B031D9739FF4345FE5", "AutoV3": "4B124DA64193"}, "downloadUrl": "https://civitai.com/api/download/models/617563", "primary": true}], "images": [{"id": 18327403, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84d963bb-cbac-46aa-b8dd-ea390e7bb47c/width=450/18327403.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UPDcp#RkTetQ_NkWXoWCbef+XTjbbwayoyt6", "type": "image"}, {"id": 18327402, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3668bd84-4d3e-49a4-bdac-b343de78c357/width=450/18327402.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UIEySdo|_4t7McNI4nV[?HIVo|t7,[WrkSt6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/617563", "modelId": 554894} \ No newline at end of file diff --git a/datasets/metadata/617594.json b/datasets/metadata/617594.json new file mode 100644 index 0000000000000000000000000000000000000000..a60755717c4e5f51a99477c81fe0fd484ea06bbf --- /dev/null +++ b/datasets/metadata/617594.json @@ -0,0 +1 @@ +{"id": 617594, "index": 0, "name": "V0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-04T07:27:13.165Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 532674, "sizeKB": 33514.41796875, "name": "617594_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-03T22:00:34.959Z", "metadata": {"format": "Other"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/617594?type=Training%20Data"}, {"id": 533599, "sizeKB": 223106.54296875, "name": "Beach_party.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T07:25:58.139Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5B515171", "AutoV2": "F81F21E22A", "SHA256": "F81F21E22A2A9E0C74B7E00B4580207E6D345878581F42B099E5F207B31D7F89", "CRC32": "B37A5619", "BLAKE3": "C284BA1E05E9D366C4E28E09FF51FFE24E5F381D88C3534B7A48BC77DBCED3F3", "AutoV3": "02A922E9BEB9"}, "downloadUrl": "https://civitai.com/api/download/models/617594", "primary": true}], "images": [{"id": 18378886, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abae3635-e3ef-46c3-b18f-89015a665872/width=450/18378886.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UkH_73enemWF~UWBt5WCxrj[floLJAofafs,", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/617594", "modelId": 554923} \ No newline at end of file diff --git a/datasets/metadata/61775.json b/datasets/metadata/61775.json new file mode 100644 index 0000000000000000000000000000000000000000..b22849b93af3dbe8efed44ae3a1ccaab40e601f7 --- /dev/null +++ b/datasets/metadata/61775.json @@ -0,0 +1 @@ +{"id": 61775, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-04T01:05:02.495Z", "availability": "Public", "nsfwLevel": 5, "description": "29 images\n6 epochs\n1740 steps (batch size:1)\nscheduler: cosine\nText encoder learning rate: 1e-5 \nUnet learning rate: 1e-3 \nmax bucket resolution: 512 \nclip skip: 2
", "trainedWords": ["LeTriomphantDefault"], "stats": {"downloadCount": 713, "ratingCount": 132, "rating": 5, "thumbsUpCount": 140, "thumbsDownCount": 0}, "files": [{"id": 43675, "sizeKB": 7233.9951171875, "name": "le_triomphant_(azur_lane).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-04T01:01:04.461Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E6C504F7", "AutoV2": "03CC7A9F1E", "SHA256": "03CC7A9F1E8D1BE48EDD301DBE3236DC17D5594A2CBECBEC25F6551DF738B2CE", "CRC32": "80CD7656", "BLAKE3": "5B0C05574FFA032CAE95C387B5408FE6D7BA3F5C39E2298410CD37719ABD5A06"}, "downloadUrl": "https://civitai.com/api/download/models/61775?type=Training%20Data"}, {"id": 43674, "sizeKB": 9335.72265625, "name": "LeTrionphant_e6.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-04T01:01:02.284Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CDA804B3", "AutoV2": "CA1565543D", "SHA256": "CA1565543DEF52856077EEDB3B43154789297489F3B9B137AD429DAEDA0B629D", "CRC32": "4E9220FF", "BLAKE3": "6AF512277FED1E5C5037C4D92E19941BA199ADCCE7C6F6D4B8049045ACCFD877", "AutoV3": "7DCF5D6D34EC"}, "downloadUrl": "https://civitai.com/api/download/models/61775", "primary": true}], "images": [{"id": 678254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c5a883d-ba46-452d-a425-fb4a568b76fa/width=450/678254.jpeg", "nsfwLevel": 1, "width": 704, "height": 960, "hash": "UNKdoOEfI:VY.TROM|ngT0IT-;WBtSskITS5", "type": "image"}, {"id": 678253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2dfdef47-cda6-4680-a1e2-3b400c9aab9c/width=450/678253.jpeg", "nsfwLevel": 1, "width": 704, "height": 960, "hash": "UMJ7wQM_In~V^$?cEM${%goyaJIo_2RkM_V@", "type": "image"}, {"id": 678310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab23565e-df17-4562-80ae-aa0c7e0cde75/width=450/678310.jpeg", "nsfwLevel": 4, "width": 704, "height": 960, "hash": "UYJj#l~V9YRi-.t6S$R*-pV[s;xu.7tQ%2of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/61775", "modelId": 57365}
\ No newline at end of file
diff --git a/datasets/metadata/617965.json b/datasets/metadata/617965.json
new file mode 100644
index 0000000000000000000000000000000000000000..924f7a1350e3a42fef81fdb77de62d9988e08359
--- /dev/null
+++ b/datasets/metadata/617965.json
@@ -0,0 +1 @@
+{"id": 617965, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-04T14:29:26.581Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 20, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 533271, "sizeKB": 1050496.64453125, "name": "617965_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T03:36:02.299Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "482E2D01", "AutoV2": "B74DDC046C", "SHA256": "B74DDC046C3F6CAC21E050565C384E9AD63317CDF9C5E4D6CE66C3C6090D0E47", "CRC32": "3064B9B4", "BLAKE3": "9614ACDA04C5F173331A0B881D1C0BE9B2AB2C0F6912AE775C75E41AB67EAE85"}, "downloadUrl": "https://civitai.com/api/download/models/617965?type=Training%20Data"}, {"id": 534187, "sizeKB": 223119.07421875, "name": "Faeki_Style_Lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T14:16:20.038Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BA225A2F", "AutoV2": "7427DCDFFB", "SHA256": "7427DCDFFB5505D13680AF3922A55582E8799E7A04C5A1AA792FB9A29F80BEB2", "CRC32": "A4A7631C", "BLAKE3": "3B15D727FB86B965D6A17482E11DE6C5987B60F06FADB7F41E0BD67AF505626D", "AutoV3": "6EF8B0FED9BB"}, "downloadUrl": "https://civitai.com/api/download/models/617965", "primary": true}], "images": [{"id": 18415716, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d345a426-b410-4c44-afa3-8b1d82aad53c/width=450/18415716.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UYH_0|RP_NS#+b-;X9bv=|xutlxu$*bvX9ae", "type": "image"}, {"id": 18415721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9e7cad6-2992-4920-b6be-fd959f00cd34/width=450/18415721.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UNQ9WN$|GI$xp{R.J:T1iuV?Mwr;4.t69aT1", "type": "image"}, {"id": 18415723, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43eb243a-4f97-46ed-a88e-56836a26aec9/width=450/18415723.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UTLosNsmt,Vt~We.H@Vs.Sofa0WB-pozIUkC", "type": "image"}, {"id": 18415720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c83f0e4-7d87-412b-bc20-6ff38f35d5d2/width=450/18415720.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UaI$BCt73G9~%MRkNHs.57ozo#r=S4xZNHNJ", "type": "image"}, {"id": 18415718, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02ff2d62-ec36-4e31-a2d3-3415fb512382/width=450/18415718.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UMP5$IOtpJTL~pxuxBE2yYyDoI?a-pRPDjt6", "type": "image"}, {"id": 18415717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63cc3b11-1c21-456d-b934-b2ffe01e5c22/width=450/18415717.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UXOWZ{xu.7t7_3ofRPfk^+j[Rlof_NjtxtkC", "type": "image"}, {"id": 18415719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54383107-3b5d-43a5-a45b-951d2f6bcbfe/width=450/18415719.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UXL}ETw@t69vE3bcRO%M~qJC%1nh-p%1t7M}", "type": "image"}, {"id": 18415722, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ccbee88-da70-41d4-818c-b600bc156c94/width=450/18415722.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UeN0;--o?HI9~qkqE1IoR*oyxuof%Mt6oLj[", "type": "image"}, {"id": 18415725, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea036c4f-cff1-4338-8d24-a1d444324b32/width=450/18415725.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKL;{w-p_104~p_2M|xZ?Z-:IVRQ~U-nIUX8", "type": "image"}, {"id": 18415724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c3124c6-c473-4702-beaa-ced08ae19b6a/width=450/18415724.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UhG*vmDi%MoL~VIAxuof-;RPR*xuxujZNGtR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/617965", "modelId": 555254}
\ No newline at end of file
diff --git a/datasets/metadata/618110.json b/datasets/metadata/618110.json
new file mode 100644
index 0000000000000000000000000000000000000000..e14a9cf7fa4959533314d3e80e07612437ab588e
--- /dev/null
+++ b/datasets/metadata/618110.json
@@ -0,0 +1 @@
+{"id": 618110, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-04T02:59:14.646Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 533212, "sizeKB": 223099.10546875, "name": "Batgirl-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T03:00:44.580Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B4A38550", "AutoV2": "BDF04CE680", "SHA256": "BDF04CE6805F42162CC5B348C56C105D3BCDAE6CEB1D68E6AC321F383A8FE357", "CRC32": "6E7A3B08", "BLAKE3": "6F251BA7358A7CEA46BA6B761A5CA21DF1624E6EDFAF01831832BE82D2DC31C2", "AutoV3": "4A13D819A696"}, "downloadUrl": "https://civitai.com/api/download/models/618110", "primary": true}, {"id": 533090, "sizeKB": 64.55078125, "name": "618110_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T02:01:22.206Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "F7A046D5F2", "SHA256": "F7A046D5F215691D433C0019C50C639BEC98D60FB94622C617BE3A46F90A9961", "CRC32": "32B16921", "BLAKE3": "786F08F2A21F7511AE76BA06489BBBCB23AB23A7BA2A422A2DB732B58C043594"}, "downloadUrl": "https://civitai.com/api/download/models/618110?type=Training%20Data"}], "images": [{"id": 18353678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29bce458-f89d-4d7f-8cc7-7c8f12cd77b9/width=450/18353678.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UD9@I~t7I8kD}=oHjZfi,AjDxsW=XWWWjXkC", "type": "image"}, {"id": 18353674, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4022aa92-ea31-43f3-9377-762700c1460c/width=450/18353674.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGAARTi_Mcx]},oIjuax;ds7t6S5xdWCn~kV", "type": "image"}, {"id": 18353676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b06a498-3055-4576-997e-902aa366c33e/width=450/18353676.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEAJypo#VDRk}moIoLRj;_jDofaeojR+axog", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/618110", "modelId": 555380}
\ No newline at end of file
diff --git a/datasets/metadata/618140.json b/datasets/metadata/618140.json
new file mode 100644
index 0000000000000000000000000000000000000000..b72acba8227280dd21410c204370bd9858ac9022
--- /dev/null
+++ b/datasets/metadata/618140.json
@@ -0,0 +1 @@
+{"id": 618140, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-04T02:57:42.018Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 533126, "sizeKB": 17.3681640625, "name": "618140_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T02:18:11.231Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "D85E42CD7E", "SHA256": "D85E42CD7E31D55404E1170D687C038146EFAC5F06B0763728D17E9727A8C143", "CRC32": "B6A62063", "BLAKE3": "D8A6ED00CD32F95C23F0DC634B2DFA8CB1B466449F69FCB7A41C1D7F0593D7A2"}, "downloadUrl": "https://civitai.com/api/download/models/618140?type=Training%20Data"}, {"id": 533210, "sizeKB": 223099.02734375, "name": "Batwoman-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T03:07:35.311Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E9D7C633", "AutoV2": "3D6B66A3CE", "SHA256": "3D6B66A3CE2EB46AF40FBF28DE406187D56FB8A01D411E126F29B5E0AA93883D", "CRC32": "9A4CE7AC", "BLAKE3": "00461EB7F53C0CD0FA5E956FF6B61B9F41B38DF64128D00FA45993F043078B89", "AutoV3": "EBBD58933BF1"}, "downloadUrl": "https://civitai.com/api/download/models/618140", "primary": true}], "images": [{"id": 18353535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a91d678-df0e-43dd-8cc1-7ac96c9c0535/width=450/18353535.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3AJpF^,0000009Z~AI.9Zoe?H?GwtxaE3jJ", "type": "image"}, {"id": 18353533, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f181e95a-7631-491b-8ddb-9a83443df925/width=450/18353533.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4A,Up.8000200D*~BE1McoI%M-:XOofMzsp", "type": "image"}, {"id": 18353532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab22c785-097c-4203-8b12-60ad3c00a078/width=450/18353532.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3AJpG_40000009Z~UI.IToe?G-pbqoeIWep", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/618140", "modelId": 555404}
\ No newline at end of file
diff --git a/datasets/metadata/618458.json b/datasets/metadata/618458.json
new file mode 100644
index 0000000000000000000000000000000000000000..d6ef3ae6ab40e758e366cb28a69f45ac1d8697de
--- /dev/null
+++ b/datasets/metadata/618458.json
@@ -0,0 +1 @@
+{"id": 618458, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-04T07:48:26.588Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 17, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 533624, "sizeKB": 223104.10546875, "name": "YJS_Testing.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T07:46:08.125Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C466952F", "AutoV2": "A6DC6C9B80", "SHA256": "A6DC6C9B80B3388CE5CC72C7A8EE640A7E86C6BBA1BFE63A3E5E8F21060CA4D7", "CRC32": "5690F162", "BLAKE3": "F1B9C7144BA9B041A1F8CE2E26DF728997A36BFF70AF1BC345DC03FE0DE5C50A", "AutoV3": "88C2191B853B"}, "downloadUrl": "https://civitai.com/api/download/models/618458", "primary": true}, {"id": 533451, "sizeKB": 14890.6298828125, "name": "618458_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T05:30:55.688Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "20688E6A", "AutoV2": "55EF7DC31E", "SHA256": "55EF7DC31EEAFB29669531EBA4036C1F538E3F5E92F0A00C1DBF09438D8BDD24", "CRC32": "131674FA", "BLAKE3": "890488A1440DFAC76C073A6B6B75411A135B3A528E9BC83F48087980AAF32527"}, "downloadUrl": "https://civitai.com/api/download/models/618458?type=Training%20Data"}], "images": [{"id": 18392628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec3651a3-3855-4e92-9d9e-c84e1625cd75/width=450/18392628.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHJQJ+It.T-OKm%0$yIXEmtRn#V@$dRjNHob", "type": "image"}, {"id": 18392650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b54b06fd-e8a8-4a07-96b0-14ad8568f744/width=450/18392650.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UNK0pCIuyZ={Tzs+xaWEETocxBWExXWEjFoL", "type": "image"}, {"id": 18392721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6eeed7bd-eb2c-4d4f-8aff-b8549681503d/width=450/18392721.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "ULK,QdIpt-$KyZRoR*aKBGn$t7R*x]xVWCW?", "type": "image"}, {"id": 18392806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19bb2bac-e849-4f88-9c8b-fcbb9761bf8d/width=450/18392806.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UVN+zg%MPEohKmWB$|ocEoWBs*t5s;jZskbJ", "type": "image"}, {"id": 18392831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c6964f5-a4da-4947-9e59-19ade65e8a40/width=450/18392831.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOM$*P?C%%f9KmRn%KW?EAXBoHjrngn$V[ac", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/618458", "modelId": 555685}
\ No newline at end of file
diff --git a/datasets/metadata/618579.json b/datasets/metadata/618579.json
new file mode 100644
index 0000000000000000000000000000000000000000..c91948f1c6305cdb335c17ee488bb387b14d8e91
--- /dev/null
+++ b/datasets/metadata/618579.json
@@ -0,0 +1 @@
+{"id": 618579, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-20T08:16:22.344Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Wearing a brown paper bag ", "Wearing a white shirt and brown pants underneath a brown trench coat ", "Short brown hair", "Bright eyes", "Small male"], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 533583, "sizeKB": 254.5859375, "name": "618579_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T07:11:51.840Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "E09BC0D143", "SHA256": "E09BC0D14315CD7DEAE95D78EDBB06E250B9C9E1FF6453F2F8FAC051391296D0", "CRC32": "2099557C", "BLAKE3": "03C49D28ACA4D3EA2A95FC8725BF5D6B4DF9B9A20C5D2E330DA6003F9B64C54C"}, "downloadUrl": "https://civitai.com/api/download/models/618579?type=Training%20Data"}, {"id": 573886, "sizeKB": 223099.30859375, "name": "Mono-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T18:21:02.137Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3BEAA82D", "AutoV2": "E7A70B5628", "SHA256": "E7A70B56284A976F87B496A9EE2F91224180B41F1074BDAE90CBD3D2E0A626BD", "CRC32": "FABB7736", "BLAKE3": "7ED8788E08DBADE0291F7FF428FD7E3B4589FE92963504B3AEFFF9ADDE9FAD96", "AutoV3": "6A7B63044213"}, "downloadUrl": "https://civitai.com/api/download/models/618579", "primary": true}], "images": [{"id": 20612108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee7baa2e-cde0-4240-a49c-d963b93a6728/width=450/20612108.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGGkn1M|~p-;-ot6WCWBxuRjxtxtIVM|s:t7", "type": "image"}, {"id": 20612107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47e931f9-8f23-402b-be49-3947cdc627a0/width=450/20612107.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U19GmutQ00s.~pSN4:-oE2s.^*W=8{%1-;57", "type": "image"}, {"id": 20612109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c449887b-df91-4cca-999b-b39677a3b4ce/width=450/20612109.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMH1;}IU~p-:^+t6%Mt7ozIooft7D*oLRkof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/618579", "modelId": 555797}
\ No newline at end of file
diff --git a/datasets/metadata/618649.json b/datasets/metadata/618649.json
new file mode 100644
index 0000000000000000000000000000000000000000..e88d0167c8a39e3be3c8da050a852994f29fcde8
--- /dev/null
+++ b/datasets/metadata/618649.json
@@ -0,0 +1 @@
+{"id": 618649, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-08T00:50:16.700Z", "availability": "Public", "nsfwLevel": 20, "description": null, "trainedWords": [], "stats": {"downloadCount": 34, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 543095, "sizeKB": 10804.1669921875, "name": "618649_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T00:10:55.491Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "561D236C", "AutoV2": "DC35029DA6", "SHA256": "DC35029DA6675831A921814C5120E21126BEFB48FAAD99E934983AF7D3CE994C", "CRC32": "FCD027F1", "BLAKE3": "80170CFD181B49AE40BF0664188348869E0A6DC573B494F078050C0CC1D416BC"}, "downloadUrl": "https://civitai.com/api/download/models/618649?type=Training%20Data"}, {"id": 543178, "sizeKB": 223098.94140625, "name": "bella-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T00:46:14.800Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FBE7DFFB", "AutoV2": "5F495174A0", "SHA256": "5F495174A0ED3C4182C2F7C90C93060867E02C10634FF30DA6E547DE528A92E3", "CRC32": "6497B04F", "BLAKE3": "552F2C45B9F363C931775B19C00CF29E62D86BA4EB4A4CDB17F223B9D81F7B98", "AutoV3": "E303A54D14AC"}, "downloadUrl": "https://civitai.com/api/download/models/618649", "primary": true}], "images": [{"id": 18891995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e3d9bd0-02c4-4d76-be31-7d8dc8f7b43f/width=450/18891995.jpeg", "nsfwLevel": 16, "width": 1536, "height": 2304, "hash": "UJLy~9~CGtE101rr4:NGQ+bvx[XlOaRkXlNF", "type": "image"}, {"id": 18892000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad6ac4f9-b6b8-442b-85ba-d9945c2bd73c/width=450/18892000.jpeg", "nsfwLevel": 4, "width": 1536, "height": 2304, "hash": "UJL:$O%L0hfkNfRQTJkWx[W;kpV@?wRj~Vt7", "type": "image"}, {"id": 18891993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fdfaab6-1ded-48f9-a9dc-c8bd8ea8cea4/width=450/18891993.jpeg", "nsfwLevel": 4, "width": 1536, "height": 2304, "hash": "UTPr?;t7ui%M-=jt%fof%JofXSbGj_fkWAay", "type": "image"}, {"id": 18891985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4ce43ed-be84-4f96-9a80-3dfd7c71a404/width=450/18891985.jpeg", "nsfwLevel": 4, "width": 1536, "height": 2304, "hash": "UWNvoZV[csoJxwxa$%t7?bxuyWW;~pE1Nbs:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/618649", "modelId": 555864}
\ No newline at end of file
diff --git a/datasets/metadata/618905.json b/datasets/metadata/618905.json
new file mode 100644
index 0000000000000000000000000000000000000000..1e066a51244612ddc3e7daa8d760381ce54140ea
--- /dev/null
+++ b/datasets/metadata/618905.json
@@ -0,0 +1 @@
+{"id": 618905, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-04T12:04:53.123Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["charaSF, 1girl, solo, short hair, brown hair, red eyes, collar, black jacket, off shoulder, fur trim, red sweater, ribbed sweater, turtleneck, shoulder cutout, long sleeves, black shorts"], "stats": {"downloadCount": 32, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 533902, "sizeKB": 7342.16796875, "name": "618905_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T11:15:44.672Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5F78EFC2", "AutoV2": "A9364F1D72", "SHA256": "A9364F1D723C6BF968DC09DCE881064EF9B623D0782375842F62E7869572E057", "CRC32": "575A2D75", "BLAKE3": "2445C606E052A6003F9F1645759D4C43BF2AAD47840EAD1DD584B348FAF7E9C1"}, "downloadUrl": "https://civitai.com/api/download/models/618905?type=Training%20Data"}, {"id": 533979, "sizeKB": 223104.03515625, "name": "Chara_XL__Storyfell-Undertale.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T12:05:45.585Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "052D56B7", "AutoV2": "01594BC60E", "SHA256": "01594BC60E50DB1D328135630146D1F4DF7D28473DFF6FFC7E09B4CA3D4947E8", "CRC32": "C22A0040", "BLAKE3": "C642E89215E59BAB2CF47951DC86D21B2C357E864F3F767C05DF09C533FE3ADD", "AutoV3": "D588027789FD"}, "downloadUrl": "https://civitai.com/api/download/models/618905", "primary": true}], "images": [{"id": 18404149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54eedf3e-2480-475c-8ff6-cc02cedf70ef/width=450/18404149.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U=J+1EbI.ToztTV[NGWrNKWCjFkCM|WBoLWV", "type": "image"}, {"id": 18404148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05a5d742-e0dd-4876-b948-524b169e0bb1/width=450/18404148.jpeg", "nsfwLevel": 1, "width": 1280, "height": 720, "hash": "UoN,udoL?^tR?bayIVofIofks:f7$*jtX8a|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/618905", "modelId": 556097}
\ No newline at end of file
diff --git a/datasets/metadata/618914.json b/datasets/metadata/618914.json
new file mode 100644
index 0000000000000000000000000000000000000000..fe253837d96559644e4f3436f920d7a103d4ae5c
--- /dev/null
+++ b/datasets/metadata/618914.json
@@ -0,0 +1 @@
+{"id": 618914, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-04T11:16:25.467Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 33, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 533906, "sizeKB": 22236.73046875, "name": "Nokotan_MyDeer-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T11:20:46.571Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2DC6272E", "AutoV2": "C6F7309802", "SHA256": "C6F7309802149C9C02EC68653A248857CA0A939D7DAEB39129B241A3C7CB1E58", "CRC32": "AAAFB3C8", "BLAKE3": "2995635D521F5BD349D1E5FE957A2E293BBA6E4393C1D75DBD280B4505826BB8", "AutoV3": "9973CE97464A"}, "downloadUrl": "https://civitai.com/api/download/models/618914", "primary": true}, {"id": 533905, "sizeKB": 8315.78515625, "name": "Nokotan_MyDeer.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T11:20:46.018Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "119B7A8C", "AutoV2": "1835296DDC", "SHA256": "1835296DDC9C13B0F47435DCB4BB264949DB2378D210744F57B2E57EA30242C7", "CRC32": "A684D907", "BLAKE3": "DD7DFC7797D7184B2D3DFD8739A584375E7DF38A09C7E1BE04EC011900535929"}, "downloadUrl": "https://civitai.com/api/download/models/618914?type=Training%20Data"}], "images": [{"id": 18398241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76668eb9-ff11-44c5-8356-34d1a2975517/width=450/18398241.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYNc$yVr_Ns:q[ROK5ax.8oLn$ofbvof%MkC", "type": "image"}, {"id": 18398242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/096755ae-9cf1-4893-8ed6-c31f53d7932f/width=450/18398242.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYNc+,Vr_Ns:q[ROK5ax.8oLn$ofbvof%MkC", "type": "image"}, {"id": 18398752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b89570f-4ee9-4e23-adfa-8ab06d52f083/width=450/18398752.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeOM:BR*_N%2,BxtXnNaRPazRjtRx]baROoe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/618914", "modelId": 556105}
\ No newline at end of file
diff --git a/datasets/metadata/618982.json b/datasets/metadata/618982.json
new file mode 100644
index 0000000000000000000000000000000000000000..5e1d85fc2e0db1848abd80aba40362960f34aacc
--- /dev/null
+++ b/datasets/metadata/618982.json
@@ -0,0 +1 @@
+{"id": 618982, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-04T11:56:50.342Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 29, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 533961, "sizeKB": 8626.73828125, "name": "Koshitan_MyDeer.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T12:00:33.322Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A8737B5B", "AutoV2": "3343E40E2C", "SHA256": "3343E40E2C4D661C6E81F6DA5B4097479AFCD11AA61FE65E2F366E8B277BB041", "CRC32": "8F20C9ED", "BLAKE3": "D018E127F1C51E59A37FDA7E40C43848E5E466B38E8D5DC5663D5BBA7BCDBE5A"}, "downloadUrl": "https://civitai.com/api/download/models/618982?type=Training%20Data"}, {"id": 533962, "sizeKB": 22237.08203125, "name": "Koshitan_MyDeer-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T12:01:14.073Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "44B99C04", "AutoV2": "65F74E3B83", "SHA256": "65F74E3B830DD07C6DF7823037EB3FE44F5FCD5741079AC096FE1A10FB71B0F0", "CRC32": "6FC69994", "BLAKE3": "27AE4D8A5CEEE9B746219849F1EC8583A139EB569D3EA4084A10F503DD93C1B3", "AutoV3": "464499B583E6"}, "downloadUrl": "https://civitai.com/api/download/models/618982", "primary": true}], "images": [{"id": 18401744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29a53d7a-7fcc-4279-bac1-87807dd73ca5/width=450/18401744.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOOMjO4ncuM{#39F59M{u5WBVrt7o~j[-:t6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/618982", "modelId": 556164}
\ No newline at end of file
diff --git a/datasets/metadata/619241.json b/datasets/metadata/619241.json
new file mode 100644
index 0000000000000000000000000000000000000000..95276b8724675e12c8423cc1f1c54f5a7bae68ce
--- /dev/null
+++ b/datasets/metadata/619241.json
@@ -0,0 +1 @@
+{"id": 619241, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-04T14:53:13.532Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 534238, "sizeKB": 223102.72265625, "name": "Leina_Queens_Blade_Unlimited-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T14:50:41.439Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EE995277", "AutoV2": "7C028245FA", "SHA256": "7C028245FA20F32D21F19C254A67D7568B2DDE83D3F209F2CADCA93979B0F734", "CRC32": "7C3BBF5D", "BLAKE3": "3B489C27B204453C70E5D6C3C48A56A5308FC21DA7DAA93BFAD6760161D13AB8", "AutoV3": "DB8D7AA46AFE"}, "downloadUrl": "https://civitai.com/api/download/models/619241", "primary": true}, {"id": 534239, "sizeKB": 12029.994140625, "name": "618976_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T14:50:37.331Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2377DCBB", "AutoV2": "E09A7BC73C", "SHA256": "E09A7BC73C3D21020DEC75498B747D6FFAA4A50F8D646355C411B8E052318175", "CRC32": "94DD5795", "BLAKE3": "F5B18398323B9966A19CF85C702B669B6CE74BDF7DC6269443D582F18DE2C0F8"}, "downloadUrl": "https://civitai.com/api/download/models/619241?type=Training%20Data"}], "images": [{"id": 18417420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fc9f385-eb86-49ef-9777-bed88c8805fb/width=450/18417420.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UNLD7BTfxt-o_NI^RnRj5rIpWss.tTaeoL%1", "type": "image"}, {"id": 18417419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1edcea3-1c17-42b1-9ca1-7588569c5cdf/width=450/18417419.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UMK^Kb%M9a~UyENeRPoIyENJsSofTKNGr=%L", "type": "image"}, {"id": 18417425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18848008-dabb-4046-9f76-630b22436a51/width=450/18417425.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UJKmkSK8AvEOL4_3o~-pAd%h$%-oElEPE0jr", "type": "image"}, {"id": 18419396, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51bb9c6c-8e2f-4c17-beae-534b5d6ab3e4/width=450/18419396.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UEK,pj%L0L~U?bSijDsk%~EP}?s8XoM|IUjt", "type": "image"}, {"id": 18419447, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68965edc-de19-401d-ad35-3705fccbf35d/width=450/18419447.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U7JjxYAL00I@00E39G%11m-P-r-nD4~9?ENG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/619241", "modelId": 556160}
\ No newline at end of file
diff --git a/datasets/metadata/619269.json b/datasets/metadata/619269.json
new file mode 100644
index 0000000000000000000000000000000000000000..14d350fbaff45cd625c742625ec1fee9ac5ddb01
--- /dev/null
+++ b/datasets/metadata/619269.json
@@ -0,0 +1 @@
+{"id": 619269, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-04T15:12:26.308Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 534252, "sizeKB": 483.1240234375, "name": "619269_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T15:01:05.715Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "0D34C5A491", "SHA256": "0D34C5A491926932D4259EB65FA91045B01B9DFA2A1E61ABB3778838C5A0A0E3", "CRC32": "A368B3E3", "BLAKE3": "F9AA289ACCCA7A2DB4D819D541FA0EAB201BF810ABAA854F86748A7307721FEF"}, "downloadUrl": "https://civitai.com/api/download/models/619269?type=Training%20Data"}, {"id": 534288, "sizeKB": 223099.39453125, "name": "Donna-000005.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/619269", "primary": true}], "images": [{"id": 18420648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7e79f34-c8b8-4646-8161-dbd2ccc50fe5/width=450/18420648.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U49i-$Dg017hR*^QjE0z00_4}[H=-WInX9%2", "type": "image"}, {"id": 18420646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e47a1080-d694-4c71-ab0b-4f0b1ba329b1/width=450/18420646.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U7BVO-4-Ek-o^,}8$*JB0L}[^Oae4mGHxF=Z", "type": "image"}, {"id": 18420647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f37be765-f520-485e-a2e1-215cd666cc9e/width=450/18420647.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U6A+gP4-5n}@~D]g-BE*0g}s^OI;4mGHxZ]%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/619269", "modelId": 556401}
\ No newline at end of file
diff --git a/datasets/metadata/619404.json b/datasets/metadata/619404.json
new file mode 100644
index 0000000000000000000000000000000000000000..a0467865f785fd0cb9ae3972debf2229a9aeb6fd
--- /dev/null
+++ b/datasets/metadata/619404.json
@@ -0,0 +1 @@
+{"id": 619404, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-04T16:24:36.877Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["melvydt2", "medium breasts", "long hair", "black hair", "aqua eyes"], "stats": {"downloadCount": 58, "ratingCount": 0, "rating": 0, "thumbsUpCount": 29, "thumbsDownCount": 0}, "files": [{"id": 534386, "sizeKB": 223105.64453125, "name": "Melvy_de_Florencia.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T16:20:37.723Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "64F4D5BA", "AutoV2": "24B9D1921A", "SHA256": "24B9D1921A76D5280DE6F27E2D063D4DB1A4C46C0F3F434DAA77CACD788E02C1", "CRC32": "5148F3E4", "BLAKE3": "9266159E42AF214B89DCA76F2B671BC0B814801794D97EA8837922F2C468A654", "AutoV3": "3CACB877CC7C"}, "downloadUrl": "https://civitai.com/api/download/models/619404", "primary": true}, {"id": 534380, "sizeKB": 33791.4541015625, "name": "617090_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T16:16:18.922Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5C127E2D", "AutoV2": "1AFAD19595", "SHA256": "1AFAD19595CC082DD8BABFEBB9E4B689445C37FEDA4DCE7EF7D2D1E72ABD636B", "CRC32": "3470F18A", "BLAKE3": "925F3D13E745DB871858F83E6C9327204B64112270B3611B7C985576534EAB02"}, "downloadUrl": "https://civitai.com/api/download/models/619404?type=Training%20Data"}], "images": [{"id": 18427295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/855d2dd8-76b1-4518-90a1-08f75ea54180/width=450/18427295.jpeg", "nsfwLevel": 2, "width": 3648, "height": 2492, "hash": "UQIDp,~A-k^i%KkC?F-o9tR*t7fkRnWCNZWB", "type": "image"}, {"id": 18427270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2798ced8-4868-4bf2-8021-110876c66fad/width=450/18427270.jpeg", "nsfwLevel": 1, "width": 4032, "height": 2304, "hash": "UKFib+~UP6Onlmj[jcxtxZRQxHV_RhM|X4ou", "type": "image"}, {"id": 18427281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec7cd776-10f5-4eb0-87fb-1966959bf6ed/width=450/18427281.jpeg", "nsfwLevel": 1, "width": 2496, "height": 3648, "hash": "UTIzbY?Fso={yCxt$%%1~A%1NHoei_oKR*s:", "type": "image"}, {"id": 18427280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2165cdd0-82b0-46a6-88d4-4b3fd9fde0c7/width=450/18427280.jpeg", "nsfwLevel": 1, "width": 3456, "height": 2688, "hash": "UCE2tTx[4;R63qozr?My~8R*Vts:z=wdbXW;", "type": "image"}, {"id": 18427286, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/285a83ad-ff7f-449a-b1cc-0dbb7fd95769/width=450/18427286.jpeg", "nsfwLevel": 8, "width": 2496, "height": 3648, "hash": "U7GR0U}?9a?a010h=s58009]^h#lE2WBENEh", "type": "image"}, {"id": 18427557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7c20fa4-57c8-47eb-af74-b7f25de18075/width=450/18427557.jpeg", "nsfwLevel": 1, "width": 2496, "height": 3648, "hash": "UEDR?C?F-9}?xu^h$JRj9vRkI=WXNL9vt7of", "type": "image"}, {"id": 18427322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c0192c3-fd89-4f22-94f8-c55f200fd4c1/width=450/18427322.jpeg", "nsfwLevel": 16, "width": 3456, "height": 2688, "hash": "UWINga~AIoxY58xaxubF$yoe%2bbEQa~t7t7", "type": "image"}, {"id": 18427336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/018f901d-99ee-4e94-9427-4d5ca390cea7/width=450/18427336.jpeg", "nsfwLevel": 4, "width": 2496, "height": 3648, "hash": "UEKmCH03NrcG0KF2xUI?0e0M%19G~V,oN_WX", "type": "image"}, {"id": 18427356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d5559d0-01f9-431f-9d2f-aca88c0ed529/width=450/18427356.jpeg", "nsfwLevel": 4, "width": 2496, "height": 3648, "hash": "U6Eo=2DA2$-;UZ?A0gEMHq9H}q+t05Xn~T-U", "type": "image"}, {"id": 18427373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f53a097c-adc4-478c-afcd-d2e4ad15e8cb/width=450/18427373.jpeg", "nsfwLevel": 16, "width": 4032, "height": 2304, "hash": "UBF}Wj5I01}?0eod~A0g9rsjNy#;XoIwV^%J", "type": "image"}, {"id": 18427361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7ddd354-ba55-41ac-a0a9-390ff391ad44/width=450/18427361.jpeg", "nsfwLevel": 4, "width": 2304, "height": 4032, "hash": "UAMsf%]n%$9?yD01~WIU0058RP#krn4n0gN[", "type": "image"}, {"id": 18427374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23acd964-b06d-4a1c-a2a1-4618f09f80e2/width=450/18427374.jpeg", "nsfwLevel": 4, "width": 4032, "height": 2304, "hash": "UOJ%g|~A01w]56xux]bvRP%1~Bt6^*?GR*WC", "type": "image"}, {"id": 18427362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5391439-85e8-4b20-b147-4f9e435983a5/width=450/18427362.jpeg", "nsfwLevel": 4, "width": 2688, "height": 3456, "hash": "UHHx1$~pK6xvPAt6={oe9GIUxCM|wbNG01IU", "type": "image"}, {"id": 18427405, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd2b724f-7d5b-4ff6-a1bd-001b6f82de24/width=450/18427405.jpeg", "nsfwLevel": 1, "width": 4032, "height": 2304, "hash": "UJIzn._2E1~A5Sxa%1-oxU=xt7XSI;of-okW", "type": "image"}, {"id": 18427411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a00dd33-53a9-412d-978d-41612ff8fa31/width=450/18427411.jpeg", "nsfwLevel": 2, "width": 2496, "height": 3648, "hash": "U7Hw=RRR00og0$oc^Q-;02xt#jSi~qV[J7IX", "type": "image"}, {"id": 18427428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85e3cf5c-5576-4e5f-bd9b-23e354ed86d7/width=450/18427428.jpeg", "nsfwLevel": 16, "width": 3072, "height": 3072, "hash": "UAHA;GRn01Fy00=_VsIU0gxB-V^%}n^k?b9Z", "type": "image"}, {"id": 18427430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb444418-b237-4105-98c8-69fe7db04ab5/width=450/18427430.jpeg", "nsfwLevel": 4, "width": 4032, "height": 2304, "hash": "UBLN0*8w8^0N00$~xZ?G0LOY}kWG%fRj^%0N", "type": "image"}, {"id": 18427438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1e56387-7e1a-4d7f-8680-587f889ab33a/width=450/18427438.jpeg", "nsfwLevel": 4, "width": 2496, "height": 3648, "hash": "UFHnNj}?T1w[0LoMMwWCIUs,IUWBx^R.^*Wr", "type": "image"}, {"id": 18427439, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73a840dc-08d1-4167-bd17-4cca85a65afc/width=450/18427439.jpeg", "nsfwLevel": 4, "width": 3648, "height": 2496, "hash": "UGFq,gAI0fNIIoNd~A57IV58-U-UxtNGIokC", "type": "image"}, {"id": 18427440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b16159d5-74f6-4544-948d-bbd52805dfcd/width=450/18427440.jpeg", "nsfwLevel": 4, "width": 2496, "height": 3648, "hash": "UFF}NJOV00E2~CNtIARj0zWC$gt6%1snV@Na", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/619404", "modelId": 556505}
\ No newline at end of file
diff --git a/datasets/metadata/619459.json b/datasets/metadata/619459.json
new file mode 100644
index 0000000000000000000000000000000000000000..7640f181ccee0e1c62ab91da492b58ed025f0af8
--- /dev/null
+++ b/datasets/metadata/619459.json
@@ -0,0 +1 @@
+{"id": 619459, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-04T16:45:19.524Z", "availability": "Public", "nsfwLevel": 23, "description": null, "trainedWords": ["ninafortner", "blue eyes, blonde hair, long hair,", "dress, medium breasts, cleavage, ", "blue dress, orange blazer,", "white t-shirt, yellow apron, jeans. tied hair, scrunchie, "], "stats": {"downloadCount": 33, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 534451, "sizeKB": 10991.6630859375, "name": "nina fortner.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T16:45:53.658Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "608CC6BA", "AutoV2": "BA223E5966", "SHA256": "BA223E5966655278A7A76D9A7BDD187B349A53590AA324D5F863971DE0CE740F", "CRC32": "DA11C196", "BLAKE3": "599F1463F35E3DD6183AA4F87AD8D5000BBF8B423CFDDC3D41C47A4CD68BDC9F"}, "downloadUrl": "https://civitai.com/api/download/models/619459?type=Training%20Data"}, {"id": 534453, "sizeKB": 223100.30859375, "name": "nina_fortnerPony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T16:45:57.730Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C38B9FC7", "AutoV2": "6DDDF84C9C", "SHA256": "6DDDF84C9CCE7925B80EA2459F177ACDFD93D98ECCBE7329F1ECD38CA8ABA0BC", "CRC32": "09E57D25", "BLAKE3": "A5CB30F5AD9C0339C1A1E2882FA432854ACD6DDA2F531666A99981C19310EC70", "AutoV3": "FF378F863B6A"}, "downloadUrl": "https://civitai.com/api/download/models/619459", "primary": true}], "images": [{"id": 18429150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2848120-2f89-46aa-9ad3-7140a0f466e1/width=450/18429150.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1920, "hash": "U4Iz|.0400000014ES01~qI=}=9u}l9Z?c?H", "type": "image"}, {"id": 18429159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9353182d-68b2-438b-b07b-ae81d5df0abc/width=450/18429159.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1920, "hash": "UBIh830g000k^j5W~UD*MJ_3?u9F?F$yObRk", "type": "image"}, {"id": 18429153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c0787dc-830c-4428-94c2-d3d21b20990b/width=450/18429153.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1920, "hash": "U6Kdl500_J~q4m009b9#w?019vR4.7NGx]^h", "type": "image"}, {"id": 18429157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5472abe-bf28-4363-988c-c8f6a3412ee7/width=450/18429157.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1920, "hash": "UBIXy?IU00~C00xt0h-p-N%g_NNGtlS%ozD%", "type": "image"}, {"id": 18429161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55a3ce1e-fdd2-4e78-b4e5-32747fc5e19d/width=450/18429161.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1920, "hash": "UFJ%^1%#0fw[Xk^0xvt6}?I:-Ut6xtxtx]%f", "type": "image"}, {"id": 18429162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51894883-1636-4396-b421-4d9ea3d7d55c/width=450/18429162.jpeg", "nsfwLevel": 16, "width": 1536, "height": 1920, "hash": "U6IEkT0005D4019a-pE200~qMwtR%fM|NxtR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/619459", "modelId": 556550}
\ No newline at end of file
diff --git a/datasets/metadata/619737.json b/datasets/metadata/619737.json
new file mode 100644
index 0000000000000000000000000000000000000000..ca486356b38773d5c8d1dde90e3d3ef1c68ea472
--- /dev/null
+++ b/datasets/metadata/619737.json
@@ -0,0 +1 @@
+{"id": 619737, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-04T20:36:54.602Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 534693, "sizeKB": 4724.9052734375, "name": "619737_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T19:07:44.900Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "36D851AF", "AutoV2": "457C0D219F", "SHA256": "457C0D219F6CEA6FCC1F6ADB2AF8323096FF82D00D22B914DEF5885BDB1BCBD4", "CRC32": "6301C428", "BLAKE3": "42D3550D4795BA5499C7E3364F1D3775FC0DE6AEF4A8CCB65BF2571BB2110115"}, "downloadUrl": "https://civitai.com/api/download/models/619737?type=Training%20Data"}, {"id": 534841, "sizeKB": 223115.66015625, "name": "Noell_S_Oszvald_Minimalist_Photo_Style_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T20:35:44.753Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CE165C61", "AutoV2": "6416B40122", "SHA256": "6416B4012218FFFF9F9F8480B3F924493B345B37802455B355F36A6975F41D13", "CRC32": "DF3A3F3C", "BLAKE3": "AAE633BDF44DE1F6B9B462543DBB4A63B214BE96157039C4CED04B72A01CD672", "AutoV3": "A00B6E2FB063"}, "downloadUrl": "https://civitai.com/api/download/models/619737", "primary": true}], "images": [{"id": 18452342, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85014269-82e9-4466-9918-964daa9c8cc6/width=450/18452342.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHBg3u~qxuofM{WBWBj[IUWBxut7D%IURjRj", "type": "image"}, {"id": 18452344, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b176cdf-6430-44cc-8c90-c12a5d594fa2/width=450/18452344.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7Ad7f009F~q%Mofof9F9FxuxuM{ayIUxu?b", "type": "image"}, {"id": 18452343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de3eba7d-0c79-42b5-8a2d-23334d3b0e8c/width=450/18452343.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U69aBQt700~q4Txu-;fQ00M{xuD%-;WBIURj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/619737", "modelId": 556794}
\ No newline at end of file
diff --git a/datasets/metadata/619780.json b/datasets/metadata/619780.json
new file mode 100644
index 0000000000000000000000000000000000000000..0292286df4cbcc0398d17508ef21ffebd49995ab
--- /dev/null
+++ b/datasets/metadata/619780.json
@@ -0,0 +1 @@
+{"id": 619780, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-04T20:21:46.255Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 534752, "sizeKB": 48936.333984375, "name": "619780_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T19:32:57.827Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "21D33CA2", "AutoV2": "C1C378598D", "SHA256": "C1C378598D4DF487EC73BF7799775A24018C708796FB0A6CB77B0C26C05387F0", "CRC32": "EB7263FF", "BLAKE3": "D1CBB176A175AA88849AE90D0A53F7D4D66A275DCA092582D24A1689230FE41C"}, "downloadUrl": "https://civitai.com/api/download/models/619780?type=Training%20Data"}, {"id": 534819, "sizeKB": 223100.78515625, "name": "Cute_Slime_Monster_Pony_XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T20:20:37.977Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6A1BDD7F", "AutoV2": "42BF4FBA6E", "SHA256": "42BF4FBA6E474796320E9127C21AC3317797391268B9DF52A489E2D3110FDB0D", "CRC32": "FF2B5EE3", "BLAKE3": "D4403AE669F9954E007AE356EAE5DC0020DD58DED63E4E29AF051F11F4C07B79", "AutoV3": "CA2E41986279"}, "downloadUrl": "https://civitai.com/api/download/models/619780", "primary": true}], "images": [{"id": 18451044, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a699705f-0d85-4f0a-a8bf-bb52e75f42bb/width=450/18451044.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOO4P4xu}_ba?IoMWTR%~Ej[ImayE0ayofoL", "type": "image"}, {"id": 18451045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06653188-9dfa-48f3-8cae-cf4abb222176/width=450/18451045.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UVNwv5xt~EbI-poLa{WB~Ej[Ina{I.ayaeoL", "type": "image"}, {"id": 18451043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6905e8e-4cd1-4971-93da-7d47f69c7c42/width=450/18451043.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URO4L_t7^nt6-qofj[R%~Es:ImWUE0f6jbWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/619780", "modelId": 556831}
\ No newline at end of file
diff --git a/datasets/metadata/619915.json b/datasets/metadata/619915.json
new file mode 100644
index 0000000000000000000000000000000000000000..95f83b7762294b55bbb142c550090d4caf4bdc56
--- /dev/null
+++ b/datasets/metadata/619915.json
@@ -0,0 +1 @@
+{"id": 619915, "index": 0, "name": "V1 Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-05T21:53:26.636Z", "availability": "Public", "nsfwLevel": 2, "description": "version changes
", "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 537215, "sizeKB": 223102.57421875, "name": "Diana_Lombard_bad_girl_image.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T20:01:12.965Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "30952B80", "AutoV2": "648F4E0C2A", "SHA256": "648F4E0C2AE80240F96E9EABE4EBC82265FC47E301D8F0B7A41368C8601B6CF8", "CRC32": "3EA68606", "BLAKE3": "25E93DD0DD803E9C395B2B31B6BFB2C78AD72810AEB7823C1C92D58FF458AC8B", "AutoV3": "8ED258296F08"}, "downloadUrl": "https://civitai.com/api/download/models/619915", "primary": true}, {"id": 535305, "sizeKB": 13701.83203125, "name": "619915_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T01:15:35.724Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5186EBCF", "AutoV2": "8F2F7E858F", "SHA256": "8F2F7E858FC8BA231988B4D7659C9B258C4BFAF2DEE37EF9214B287C5A4481F2", "CRC32": "E48D6320", "BLAKE3": "C643C06A9226D29AE976E7D19D072B20CE80550BC85F3847F56AD021ED605DB5"}, "downloadUrl": "https://civitai.com/api/download/models/619915?type=Training%20Data"}], "images": [{"id": 18587612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6744884-5375-4ab6-bc61-811e55c250e4/width=450/18587612.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "ULHLFN?F~fMh_GTISiNf%b%dbG%Ho{WVtRW;", "type": "image"}, {"id": 18587610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c16051d-1728-4faa-8072-0925ebe2d37d/width=450/18587610.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U9ByH]El^,=[0G-606=q~JN*^sI[E0$UNMsE", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/619915", "modelId": 556947} \ No newline at end of file diff --git a/datasets/metadata/619933.json b/datasets/metadata/619933.json new file mode 100644 index 0000000000000000000000000000000000000000..7984141f1da74cbd4ba733ac7d1bac5c28f23e8c --- /dev/null +++ b/datasets/metadata/619933.json @@ -0,0 +1 @@ +{"id": 619933, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-04T22:13:30.087Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 535019, "sizeKB": 223105.41015625, "name": "suzie_groove-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T22:15:49.639Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AF8523C6", "AutoV2": "34C2927064", "SHA256": "34C2927064F09486A40FF5F01A908E284488AA13FC82103BFCD0E58E36C81334", "CRC32": "71E2053D", "BLAKE3": "23CAE60E258C241B45B8AFDF5A8B092C9F109B8EBC6D033583B7F2B844C2B527", "AutoV3": "4CE04BD6DCEC"}, "downloadUrl": "https://civitai.com/api/download/models/619933", "primary": true}, {"id": 534878, "sizeKB": 61080.994140625, "name": "619933_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T21:01:06.089Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A7470766", "AutoV2": "DEDDDA4FFF", "SHA256": "DEDDDA4FFF29E40805250DD6627429B6AE4844A6D5C2241293D2EE5B3847FA9B", "CRC32": "EC261783", "BLAKE3": "9663C3F931F49ACC7FF95122F33188B1401FC168D129EBE1D56A4EB4D252E031"}, "downloadUrl": "https://civitai.com/api/download/models/619933?type=Training%20Data"}], "images": [{"id": 18460605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3627502f-aaf7-4751-8348-a7a20de9aa55/width=450/18460605.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UIPqme$x-|-;~8V@IvtR-cR:WIWBrzofk8jq", "type": "image"}, {"id": 18460599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/334019c6-8d67-4952-b804-c148689b9055/width=450/18460599.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UOLg6Et7HDsox]jZRjbITxa|rDjZv~bHXSjZ", "type": "image"}, {"id": 18460601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ee4b7c1-c7fa-47fd-9333-5d54b306f9a7/width=450/18460601.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UPN*aN$ipvWC-nbHWCj[*Hj?RQkCVasAafbH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/619933", "modelId": 556964} \ No newline at end of file diff --git a/datasets/metadata/619941.json b/datasets/metadata/619941.json new file mode 100644 index 0000000000000000000000000000000000000000..13bbb1f961dfaef3a05abfe75e44c401ed8c4634 --- /dev/null +++ b/datasets/metadata/619941.json @@ -0,0 +1 @@ +{"id": 619941, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-04T21:04:05.796Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 534885, "sizeKB": 22233.53515625, "name": "Kanzaki_Kaori_Index-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T21:05:43.727Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1803A2D5", "AutoV2": "BF881E2926", "SHA256": "BF881E2926DA5618FB0032896C466E3C3B7949489634D78BA91E1344F001FAE6", "CRC32": "1B9D3225", "BLAKE3": "DBC867948A777BDDD6F0F99642E76245C4712A1304015F514ADE883600CCCB0C", "AutoV3": "2BBDF03598E7"}, "downloadUrl": "https://civitai.com/api/download/models/619941", "primary": true}, {"id": 534884, "sizeKB": 9148.271484375, "name": "Kanzaki_Kaori_Index.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-04T21:05:34.989Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A1996746", "AutoV2": "693C480D96", "SHA256": "693C480D9699A2E92C78DC2B40D214845974B5DCE365B1BAB7F485ADB6E27628", "CRC32": "FA6BCB9B", "BLAKE3": "ADA5DBCEF1D9B849C7B7B4DDEB796A3391F6C061F90385E27BDEC1C0E081DA61"}, "downloadUrl": "https://civitai.com/api/download/models/619941?type=Training%20Data"}], "images": [{"id": 18454998, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d229620-51b1-42f3-8f47-86d6956b5795/width=450/18454998.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UcODFG-p?^t7X5fR?bWVtmRjxEa|-;ofoJWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/619941", "modelId": 556972} \ No newline at end of file diff --git a/datasets/metadata/620041.json b/datasets/metadata/620041.json new file mode 100644 index 0000000000000000000000000000000000000000..e0a829b79efb3557ec689b3efa29c5003ef43d45 --- /dev/null +++ b/datasets/metadata/620041.json @@ -0,0 +1 @@ +{"id": 620041, "index": 1, "name": "Pony Diffusion V6 XL", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-05T01:58:45.783Z", "availability": "Public", "nsfwLevel": 28, "description": "Base Pony model
a1111/forge friendly :)
2DN-Pony,
a1111/forge friendly version <3
Debut Version
", "trainedWords": [], "earlyAccessDeadline": "2024-07-08T12:44:18.578Z", "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 536044, "sizeKB": 372460.6943359375, "name": "620560_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T09:20:54.310Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0D490141", "AutoV2": "F5DF415E9E", "SHA256": "F5DF415E9ED3945E83957007FB94B03441884B9DC78A28387375BA04373D6ABD", "CRC32": "72F6FF13", "BLAKE3": "C4D1D6D13602ADBC8D7EE8738FC2061980CDE5EE5C32AA3FE8D1AE2508557819"}, "downloadUrl": "https://civitai.com/api/download/models/620560?type=Training%20Data"}, {"id": 536280, "sizeKB": 334458.66015625, "name": "CTF-000013.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T12:05:51.256Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D10AC278", "AutoV2": "F1A4F914FE", "SHA256": "F1A4F914FEF6694C259E81C23A0846355CFAD52E9E00E87B994A1D684E66295C", "CRC32": "756A50E0", "BLAKE3": "94FB9F0BD106BD478332C95846B043ADCBFE2938C17B7400C4BFB0132E0147A3", "AutoV3": "6205AA76C51E"}, "downloadUrl": "https://civitai.com/api/download/models/620560", "primary": true}], "images": [{"id": 18539419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/644186bd-4704-4077-9db2-156634888a7b/width=450/18539419.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U17Jz=0e0f^j^+9t0z=|0}I:=exa0z-A-U$*", "type": "image"}, {"id": 18539421, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61d102ba-5d12-48be-87a6-11b8cda3e80d/width=450/18539421.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U396I7xH0J}uxaEfEL=y0yEf={-B56jss:9t", "type": "image"}, {"id": 18539420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e248db6c-777b-49a6-998e-ff3747fccdfd/width=450/18539420.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U18{,%NG00=y~XxEIUJ800Nt}@$*0KRjoy$+", "type": "image"}, {"id": 18540175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dec4b755-9211-46a6-a59f-c9f518ee31fa/width=450/18540175.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U8Od91}Y024o7e%1ofIp0f4px[5,xt%1+_M|", "type": "image"}, {"id": 18540172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/062a248f-b523-46e3-b7d7-f406672aa83d/width=450/18540172.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6JQZv?H00X9~qpI0fxZ3qxaMJx]o}cE-UIB", "type": "image"}, {"id": 18540171, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/632cb5a9-973d-4937-8921-fc2fa890909a/width=450/18540171.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFFD}joM56sA?wX8MxV@BTbbRiWBOFn%nhS2", "type": "image"}, {"id": 18540170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d1b8022-ab7b-4f02-be93-c67db700dffe/width=450/18540170.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U29PKp=}009^~Xxa0dRk0Mo2xWNa0JS4^kS0", "type": "image"}, {"id": 18540173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17cc8925-2994-4004-8e04-b39407aa61c7/width=450/18540173.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U596CP9?0v}u=~NYEJ-D5hW=sospV=WU-WR-", "type": "image"}, {"id": 18540208, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdc26193-add0-49d4-a0e4-8f189740b147/width=450/18540208.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "URG7[EWXI;s:}@WVsms:t7ayxaoexaj[s:oL", "type": "image"}, {"id": 18540207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8c54c87-a4c7-41ae-a230-82738621d605/width=450/18540207.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBINdv^-I]560.R+e.={EiI=spRj%3adxsjE", "type": "image"}, {"id": 18540206, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/500bfb9d-5301-4481-8b4e-29889cff476d/width=450/18540206.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6C~upJX1U=|TLS4ngs,1Us.^NM{xZRk%3Nx", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/620560", "modelId": 557497} \ No newline at end of file diff --git a/datasets/metadata/620616.json b/datasets/metadata/620616.json new file mode 100644 index 0000000000000000000000000000000000000000..4885d4301b1e60eb22ff872b4411dae51b233d3c --- /dev/null +++ b/datasets/metadata/620616.json @@ -0,0 +1 @@ +{"id": 620616, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-05T04:51:55.872Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 535619, "sizeKB": 52.884765625, "name": "620616_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T04:26:15.800Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "9DE25D6F06", "SHA256": "9DE25D6F06369775A4A1A2259596FFF4B0415768D2019AB5404233CC8645E45E", "CRC32": "AE3DCC11", "BLAKE3": "565FBC207401A7322DFDF27C4B485F9004101D4570E4B9D81CAC4215FEFE6924"}, "downloadUrl": "https://civitai.com/api/download/models/620616?type=Training%20Data"}, {"id": 535653, "sizeKB": 223099.25390625, "name": "Yugioh_tania-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T04:55:39.149Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A8E4F701", "AutoV2": "62C8866B00", "SHA256": "62C8866B000EBFE58717C7306CCB92A9253B0A3FAF3B8B45CA67BCE8F1D71F5B", "CRC32": "39EA671D", "BLAKE3": "F011069E2F3CEDE04F32703384C70C6799DAE75A3E5F08878783E4AD79B81D94", "AutoV3": "DA788ABE0764"}, "downloadUrl": "https://civitai.com/api/download/models/620616", "primary": true}], "images": [{"id": 18499565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc51deec-769d-4240-ab9e-1cb455191519/width=450/18499565.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UNKS%?9bxV?F~Tnikp%15n=_-UofwM-.R*NH", "type": "image"}, {"id": 18499562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a15f28d-3d21-4d66-ac3b-e7acf6d41328/width=450/18499562.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UVJP;%IWoI%1~9aekCxZOX$%xFoew{%1R*WC", "type": "image"}, {"id": 18499563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/268c830a-41a4-46f9-a59d-958c002dd7a8/width=450/18499563.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "ULJZk[0M}?%1~TRPo|-n9{=_$%xZni%LM|Wq", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/620616", "modelId": 557545} \ No newline at end of file diff --git a/datasets/metadata/620620.json b/datasets/metadata/620620.json new file mode 100644 index 0000000000000000000000000000000000000000..67d9618a3c4740f9c8ca8dc55a9e375aa3348e59 --- /dev/null +++ b/datasets/metadata/620620.json @@ -0,0 +1 @@ +{"id": 620620, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-05T04:46:08.260Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 535652, "sizeKB": 223099.21484375, "name": "Aayla_metal_bikini-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T04:45:48.609Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5E11B5D3", "AutoV2": "C763134CE5", "SHA256": "C763134CE5CC2EB82F51D86939E52994762109E8B54D96FDEB094EB5F58E26B0", "CRC32": "7AAA19C7", "BLAKE3": "95A0BD62CA44F8E48B563D75FC8E7B425C96864131336BA37A49478723727919", "AutoV3": "4FE9BD2CAF1A"}, "downloadUrl": "https://civitai.com/api/download/models/620620", "primary": true}, {"id": 535621, "sizeKB": 68.03515625, "name": "620620_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T04:26:17.027Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "F3591389BE", "SHA256": "F3591389BE45DB8C89C8FC26EA31B51090FABF0CCF08C721B90A20BC957C2A4E", "CRC32": "D2DCF07D", "BLAKE3": "894C69A85B85793DE324C9A6123B0962BF07D818E7611D89DA57ADF931483490"}, "downloadUrl": "https://civitai.com/api/download/models/620620?type=Training%20Data"}], "images": [{"id": 18498601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8ba99b3-b270-495a-b2c8-aaa0b078869d/width=450/18498601.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEI;FuO[^NMx0IOuJDn3s.=rS%X84;vy-OpJ", "type": "image"}, {"id": 18498599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d0e618f-bb62-4328-83fd-c3b504b7b530/width=450/18498599.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UMIgv4x]%0M|1Ub_I]RP-;-UN{RkNz$|-RNf", "type": "image"}, {"id": 18498602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf72b3d6-5f07-4a6b-86de-0deb3d827374/width=450/18498602.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UKJZ;@%g-5R40[b{IqR4%g-oI]Iox]-n$$I[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/620620", "modelId": 557548} \ No newline at end of file diff --git a/datasets/metadata/620697.json b/datasets/metadata/620697.json new file mode 100644 index 0000000000000000000000000000000000000000..2652f4b202ba02a446eeae1866099ad87e3be1c4 --- /dev/null +++ b/datasets/metadata/620697.json @@ -0,0 +1 @@ +{"id": 620697, "index": 1, "name": "V1", "baseModel": "Other", "baseModelType": null, "publishedAt": "2024-07-05T14:39:43.312Z", "availability": "Public", "nsfwLevel": 3, "description": "SDXL Standard base
outcome undesirable
", "trainedWords": ["ANNV1"], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 536564, "sizeKB": 36980.3359375, "name": "Annunaki.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T14:35:46.388Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6AF10CB1", "AutoV2": "05F3C12972", "SHA256": "05F3C12972C8798DB8FDF993E6C8687E066AA38FDF7E544D56FE648A76D2714E", "CRC32": "23AE0EC6", "BLAKE3": "6047F3E20719C9E3F5F8FE38470232ECAF4179B8E42575DD4FDCB10ED9B193E0", "AutoV3": "5E691969A906"}, "downloadUrl": "https://civitai.com/api/download/models/620697", "primary": true}, {"id": 535704, "sizeKB": 25880.400390625, "name": "620697_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T05:37:34.440Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "69459A38", "AutoV2": "496F26F1B0", "SHA256": "496F26F1B06CFAAD62E7F04C9FD5D54C539A7C08149C26F2E68C35D0AF41EFEA", "CRC32": "D8747D47", "BLAKE3": "CAD54D26F216AAFB3033323E0AE3E9A6A2B83B56081A1916113133E5A49F42FA"}, "downloadUrl": "https://civitai.com/api/download/models/620697?type=Training%20Data"}], "images": [{"id": 18551459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c53a453-195f-4f7a-aa7c-bfcd83526178/width=450/18551459.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "ULA-b#bbT#ozrZfPxaf7#,j[MxjZxvfRR*js", "type": "image"}, {"id": 18551458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec5a5a12-7cdb-4d8f-94b4-5e868a2f7301/width=450/18551458.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UZD-Enof*0ogS*fQsljtjuayROay%$fQx]kC", "type": "image"}, {"id": 18551460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a2a961b-5d6b-45be-a980-d14e2a799515/width=450/18551460.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U4C5rBxaLzof;3j[D%aeKiW;rXn%J7ay,@of", "type": "image"}, {"id": 18551704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b055b3f-ede1-4ed5-8e8a-dbf83aaa3883/width=450/18551704.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U4B{AjxaLzof;3j[D%aeKibHrXn%EzWV,@of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/620697", "modelId": 557622} \ No newline at end of file diff --git a/datasets/metadata/620707.json b/datasets/metadata/620707.json new file mode 100644 index 0000000000000000000000000000000000000000..1c890f4bdd8e79e323b8f71b420a3a0ce6206211 --- /dev/null +++ b/datasets/metadata/620707.json @@ -0,0 +1 @@ +{"id": 620707, "index": 0, "name": "ANNV2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-05T15:05:22.483Z", "availability": "Public", "nsfwLevel": 0, "description": "Pony Base model
Model created for commercial project. not intended for public use but can be used if so desired.
note that it is a raw model and has not been refined. It will need additional Diffusers and/or embedding to function at optimal rate
", "trainedWords": ["ANNV2"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 536645, "sizeKB": 36980.328125, "name": "Annunaki-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T15:06:53.945Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E069E3FF", "AutoV2": "D0AF7CBAE8", "SHA256": "D0AF7CBAE8960B847E7D59305803FB563148410E6A9BDB7F30BECD64C8CE2610", "CRC32": "17E4A94A", "BLAKE3": "175C8441889E6E33745AA58A38BFBE7C9AD0CAAEC3F0B0EFD6C66571D2126ED7", "AutoV3": "CBA1A2D3794F"}, "downloadUrl": "https://civitai.com/api/download/models/620707", "primary": true}, {"id": 536641, "sizeKB": 223101.80859375, "name": "Annunaki-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T15:01:15.558Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E069E3FF", "AutoV2": "D0AF7CBAE8", "SHA256": "D0AF7CBAE8960B847E7D59305803FB563148410E6A9BDB7F30BECD64C8CE2610", "CRC32": "17E4A94A", "BLAKE3": "175C8441889E6E33745AA58A38BFBE7C9AD0CAAEC3F0B0EFD6C66571D2126ED7", "AutoV3": "CBA1A2D3794F"}, "downloadUrl": "https://civitai.com/api/download/models/620707?type=Model&format=SafeTensor"}, {"id": 535710, "sizeKB": 25880.400390625, "name": "620707_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T05:36:12.457Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "69459A38", "AutoV2": "496F26F1B0", "SHA256": "496F26F1B06CFAAD62E7F04C9FD5D54C539A7C08149C26F2E68C35D0AF41EFEA", "CRC32": "D8747D47", "BLAKE3": "CAD54D26F216AAFB3033323E0AE3E9A6A2B83B56081A1916113133E5A49F42FA"}, "downloadUrl": "https://civitai.com/api/download/models/620707?type=Training%20Data"}], "images": [{"id": 18554961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42f6f999-0664-47a8-b8de-e42308594f60/width=450/18554961.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UC3wqdj]uPkDjZfki_fQemfkacf7pyfQkDfl", "type": "image"}, {"id": 18554963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f636cd4-b553-41fb-a9c9-c0f90ab2c035/width=450/18554963.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9By%0t6]]s*-?j[9YWC=-j?I|a~~Qj@-Ooc", "type": "image"}, {"id": 18554962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/604950bd-6176-4b2d-bd0e-7b0268a1dc72/width=450/18554962.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UmH.pMay~qof%Mj[t6j[?aoLRkoet7ayR*a|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/620707", "modelId": 557622} \ No newline at end of file diff --git a/datasets/metadata/620708.json b/datasets/metadata/620708.json new file mode 100644 index 0000000000000000000000000000000000000000..6ee12d669949e86c65b41d7cf49323aea9bd2559 --- /dev/null +++ b/datasets/metadata/620708.json @@ -0,0 +1 @@ +{"id": 620708, "index": 0, "name": "ANNV4", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-05T14:49:48.551Z", "availability": "Public", "nsfwLevel": 1, "description": "SDXL 1.0 Base model
Model created for commercial project. not intended for public use but can be used if so desired.
note that it is a raw model and has not been refined. It will need additional Diffusers and/or embedding to function at optimal rate
", "trainedWords": ["ANNV4"], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 535712, "sizeKB": 25880.400390625, "name": "620708_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T05:37:02.431Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "69459A38", "AutoV2": "496F26F1B0", "SHA256": "496F26F1B06CFAAD62E7F04C9FD5D54C539A7C08149C26F2E68C35D0AF41EFEA", "CRC32": "D8747D47", "BLAKE3": "CAD54D26F216AAFB3033323E0AE3E9A6A2B83B56081A1916113133E5A49F42FA"}, "downloadUrl": "https://civitai.com/api/download/models/620708?type=Training%20Data"}, {"id": 536613, "sizeKB": 223101.82421875, "name": "Annunaki.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T14:46:50.351Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "974217E9", "AutoV2": "21607F463F", "SHA256": "21607F463FDA318399E46DE2EF99A9B641BCB883C517DDD4F47AA0048884B0B4", "CRC32": "90BF1ECC", "BLAKE3": "2FD4E22302185AB9193D0E9BDFE9DBB0A471E82C5301BCEDDE24884CC817DAAB", "AutoV3": "F6F57390A6A0"}, "downloadUrl": "https://civitai.com/api/download/models/620708", "primary": true}], "images": [{"id": 18552595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6c856ce-2d8a-4c5a-bfdf-3efb637b9c0f/width=450/18552595.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7C5lGs;GqW:*HoLBqSNw|oKABSg+xjZ+ca{", "type": "image"}, {"id": 18552592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0487562-80b5-4a86-8929-7d5a38f3d119/width=450/18552592.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UlJkPsoI~oogWDj?M|WBXBa~R.j]?GjYoaoK", "type": "image"}, {"id": 18552593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee426de8-0c5f-4096-a2ca-98c356319c26/width=450/18552593.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8DvA$t7E1j@+vjZE1WB^+j[D*fQ9say~qoy", "type": "image"}, {"id": 18552965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4ee688e-cbb1-4efa-a512-34a23b830e0b/width=450/18552965.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "UlI}kIoJ~oogRmjrM|aeXBa~Roj]?GjYoaj?", "type": "image"}, {"id": 18553061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/830602e6-95cc-4cc4-ace3-9d6ff0db580a/width=450/18553061.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "UlI}kIoJ~oogRmjrM|aeXBa~Roj]?GjYoaj?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/620708", "modelId": 557622} \ No newline at end of file diff --git a/datasets/metadata/620709.json b/datasets/metadata/620709.json new file mode 100644 index 0000000000000000000000000000000000000000..c75a448a405e8c47ebe77668400519a25eb37e9a --- /dev/null +++ b/datasets/metadata/620709.json @@ -0,0 +1 @@ +{"id": 620709, "index": 0, "name": "ANNV3", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-05T14:56:26.547Z", "availability": "Public", "nsfwLevel": 1, "description": "SDXL 1.5 Base model
Model created for commercial project. not intended for public use but can be used if so desired.
note that it is a raw model and has not been refined. It will need additional Diffusers and/or embedding to function at optimal rate
", "trainedWords": ["ANNV3"], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 536635, "sizeKB": 36980.328125, "name": "Annunaki-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T14:56:17.678Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E069E3FF", "AutoV2": "D0AF7CBAE8", "SHA256": "D0AF7CBAE8960B847E7D59305803FB563148410E6A9BDB7F30BECD64C8CE2610", "CRC32": "17E4A94A", "BLAKE3": "175C8441889E6E33745AA58A38BFBE7C9AD0CAAEC3F0B0EFD6C66571D2126ED7", "AutoV3": "CBA1A2D3794F"}, "downloadUrl": "https://civitai.com/api/download/models/620709", "primary": true}, {"id": 535711, "sizeKB": 25880.400390625, "name": "620709_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T05:35:36.682Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "69459A38", "AutoV2": "496F26F1B0", "SHA256": "496F26F1B06CFAAD62E7F04C9FD5D54C539A7C08149C26F2E68C35D0AF41EFEA", "CRC32": "D8747D47", "BLAKE3": "CAD54D26F216AAFB3033323E0AE3E9A6A2B83B56081A1916113133E5A49F42FA"}, "downloadUrl": "https://civitai.com/api/download/models/620709?type=Training%20Data"}], "images": [{"id": 18553780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d00925c-007f-42b2-b1d6-9d646026ad16/width=450/18553780.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U47A.2bI:gs8^Uf8rAn$x0bHM{jF,ljsX=oM", "type": "image"}, {"id": 18553779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dee57562-fd4e-4ad6-91a9-fe02af2a563d/width=450/18553779.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8F4}st6}OxCI[fQ0gWB03jZK7WX==oKNga#", "type": "image"}, {"id": 18553781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8fc46b4-d295-49d8-a45c-c7c974901b97/width=450/18553781.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9BgY-oz00s+x_j]4.WB00aeJ=Rk^caxpMog", "type": "image"}, {"id": 18553913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d77f1c7-d783-45a1-ba16-2f2e9bec2a06/width=450/18553913.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8F4}st6}OxCI[fQ0gWB03jZK7WX==oKNga#", "type": "image"}, {"id": 18553957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d656d5a4-2ef2-43c5-aaa0-674e3b662882/width=450/18553957.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8F4}st6}OxCI[fQ0gWB03jZK7WX==oKNga#", "type": "image"}, {"id": 18554266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f96411d-5e52-42bc-9e59-a228e361e06c/width=450/18554266.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8F4}st6}OxCI[fQ0gWB03jZK7WX==oKNga#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/620709", "modelId": 557622} \ No newline at end of file diff --git a/datasets/metadata/620750.json b/datasets/metadata/620750.json new file mode 100644 index 0000000000000000000000000000000000000000..3e74112a47378b1aaae6c0fba515f05c9956143d --- /dev/null +++ b/datasets/metadata/620750.json @@ -0,0 +1 @@ +{"id": 620750, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-05T05:53:42.551Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 535748, "sizeKB": 22236.43359375, "name": "Youko_Minamikawa_Doukyuusei2Remake-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T05:56:47.182Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "35C56C0E", "AutoV2": "93761A4FEB", "SHA256": "93761A4FEBAFD06D34BEA928E16F17A5026B7AF8EDC22626CF0B27BC8A08CB43", "CRC32": "81A4CF74", "BLAKE3": "3C4AFD37FA5E6D0C124251984BC28A2D9E879A6D1CB7205CA816B0F894F7C9B3", "AutoV3": "EC90C812597D"}, "downloadUrl": "https://civitai.com/api/download/models/620750", "primary": true}, {"id": 535749, "sizeKB": 10592.2841796875, "name": "Youko_Minamikawa_Doukyuusei2Remake.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T05:57:15.727Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "62603568", "AutoV2": "886B14A1AE", "SHA256": "886B14A1AEC4D225EAE1CF3A47B7C7F5F28136679DD82C4B7C16120D7F7A408D", "CRC32": "6C98C8AD", "BLAKE3": "F1420BBE2B1BFEA6E4969C28B282E80C4C7953BACE23AD162BA06A6C4E90518D"}, "downloadUrl": "https://civitai.com/api/download/models/620750?type=Training%20Data"}], "images": [{"id": 18505426, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e08fea27-065d-4469-a2ab-686f37ebdf17/width=450/18505426.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNP5.p~VGZ?a4WVYpwRj~qRPjYRj^jNbxtNH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/620750", "modelId": 557667} \ No newline at end of file diff --git a/datasets/metadata/620837.json b/datasets/metadata/620837.json new file mode 100644 index 0000000000000000000000000000000000000000..5ba3035d20081430dafbdef11f7947381592e971 --- /dev/null +++ b/datasets/metadata/620837.json @@ -0,0 +1 @@ +{"id": 620837, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-05T06:51:34.210Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 26, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 535833, "sizeKB": 11718.8896484375, "name": "Monica_Krushevsky_Codegeass.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T06:55:44.806Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "503E026C", "AutoV2": "7F93F76B33", "SHA256": "7F93F76B33350CB26AF666AA510B134DECB2B0C39F263CC0D8B7A9A6F718E8D1", "CRC32": "728CD471", "BLAKE3": "8C7FBDD85ACA4A2BC3EF759040BC916F81BA6DA67BB778FC38F3E5A1E21DEF10"}, "downloadUrl": "https://civitai.com/api/download/models/620837?type=Training%20Data"}, {"id": 535834, "sizeKB": 22238.93359375, "name": "Monica_Krushevsky_Codegeass-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T06:56:07.240Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "94D2C1D9", "AutoV2": "26093B80EC", "SHA256": "26093B80ECC7BFCFDF55A9F38FD5FEEFB51144324E25C728761E84C80C0744FF", "CRC32": "F4D5E258", "BLAKE3": "4C5987EF6CCAD642E0D5F6B39F70C7FCAADA1B1BACDA6F1BE7C6546B3C8E92F5", "AutoV3": "63C09984538D"}, "downloadUrl": "https://civitai.com/api/download/models/620837", "primary": true}], "images": [{"id": 18510624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1c405cc-2cea-4330-b7ac-96f9d933ea59/width=450/18510624.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULKT#y~p0jxu8wE10fIUXnRkE2oe%#xu%4s:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/620837", "modelId": 557740} \ No newline at end of file diff --git a/datasets/metadata/620903.json b/datasets/metadata/620903.json new file mode 100644 index 0000000000000000000000000000000000000000..b29922959bc00c86aad0909bbac3fd1a1f74dea2 --- /dev/null +++ b/datasets/metadata/620903.json @@ -0,0 +1 @@ +{"id": 620903, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-05T07:40:58.914Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 535893, "sizeKB": 11106.0712890625, "name": "Milly_Ashford_Codegeass.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T07:41:12.657Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E1CA644B", "AutoV2": "6BB32A1392", "SHA256": "6BB32A1392F35074771540BB849F6A68B95DD7F7A8C309041A72CB8C08F14010", "CRC32": "FF14D0A2", "BLAKE3": "5119DED51F247A60C9C4DBE102E8EC68CB6E777DE16E3E4B3691D9B467CAF681"}, "downloadUrl": "https://civitai.com/api/download/models/620903?type=Training%20Data"}, {"id": 535894, "sizeKB": 22239.17578125, "name": "Milly_Ashford_Codegeass-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T07:41:15.467Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1C906D61", "AutoV2": "CF5EBB30D6", "SHA256": "CF5EBB30D63CFC80D97F272F71C2E7A3522C9CC2C4E3B0D338C70234DCF33571", "CRC32": "19A211FD", "BLAKE3": "54AB983995153D849E211712738F52DE3A4FFC9CFA6C03AB4A544AA4E988983B", "AutoV3": "E79B79DE9D01"}, "downloadUrl": "https://civitai.com/api/download/models/620903", "primary": true}], "images": [{"id": 18514688, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fc9a3f1-83fc-45bb-9f52-b628edb13360/width=450/18514688.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQNT8m~pyD-:nTxuOvog?uxuIWofE2xu%1ay", "type": "image"}, {"id": 18514689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/920e50ef-1538-4351-a6e1-84e949b49629/width=450/18514689.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQNT8m~pyD-:nTxuOvog?uxuIWofE2xu%1az", "type": "image"}, {"id": 18514944, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31c55069-3768-4fdf-8bf7-f36246fdef07/width=450/18514944.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UcOoVE~qOs?aX,%MbdxuMxt6aLkC?HRiM{f7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/620903", "modelId": 557801} \ No newline at end of file diff --git a/datasets/metadata/620951.json b/datasets/metadata/620951.json new file mode 100644 index 0000000000000000000000000000000000000000..8ac8d3255459279b35bb4daa61c9d486d5734fc9 --- /dev/null +++ b/datasets/metadata/620951.json @@ -0,0 +1 @@ +{"id": 620951, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-05T10:22:52.340Z", "availability": "Public", "nsfwLevel": 7, "description": "V1, possible v2 in the future
", "trainedWords": ["zenless zone zero", "3d"], "stats": {"downloadCount": 29, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 535941, "sizeKB": 97698.09765625, "name": "620951_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T08:16:12.447Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0D300AD9", "AutoV2": "BA935BAC71", "SHA256": "BA935BAC7160933552BB82BDD2964D0D8CF9AD00AE718E935FA9064627A1208B", "CRC32": "48F2ED9E", "BLAKE3": "040DFEA701889B99909EEEEC72FB01334BD8B3163E108920940E3C12BD3D9A60"}, "downloadUrl": "https://civitai.com/api/download/models/620951?type=Training%20Data"}, {"id": 536101, "sizeKB": 223114.37890625, "name": "Zenless_Zone_Zero_Game_Style_LoRa_PDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T10:00:44.356Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "26957C38", "AutoV2": "E8E4C0AE31", "SHA256": "E8E4C0AE318FFF063E98A4F8799AAB4924D4AE9F08B62AEFC512F679DC7E7748", "CRC32": "7801E07E", "BLAKE3": "2458416448BE18B961A563307478F8834E7ABCA3B9C8C333C3617CA3658C3CC0", "AutoV3": "140209AA820A"}, "downloadUrl": "https://civitai.com/api/download/models/620951", "primary": true}], "images": [{"id": 18528397, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7607410b-0ce6-48c0-9945-e3e0148ff4e5/width=450/18528397.jpeg", "nsfwLevel": 2, "width": 1800, "height": 2368, "hash": "UPKTMh~B56s.-VbvKOS2OsX7W-NGO=W.S2WB", "type": "image"}, {"id": 18528394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d124ff7-cfdb-42a7-b9bb-9cbc5cd5efe7/width=450/18528394.jpeg", "nsfwLevel": 1, "width": 1800, "height": 2368, "hash": "UVHw[b~VR*$*t,-:%MNbOYR*smsm-UVtIVof", "type": "image"}, {"id": 18528395, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cebd76a-f5ca-487c-8bc6-7ccbc029cfdd/width=450/18528395.jpeg", "nsfwLevel": 1, "width": 1800, "height": 2368, "hash": "UDHnpV4:D4~q#iEO^+Rjs;IoIUoyrqNG%1NG", "type": "image"}, {"id": 18528396, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bcefeee-45df-4496-ab88-b40e1ae0bb49/width=450/18528396.jpeg", "nsfwLevel": 4, "width": 1800, "height": 2368, "hash": "UKI;bcOG?^%M0Loz9GozIpozrskCROt7%LoJ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/620951", "modelId": 557836} \ No newline at end of file diff --git a/datasets/metadata/621003.json b/datasets/metadata/621003.json new file mode 100644 index 0000000000000000000000000000000000000000..21afd588a93559a2b17ec50324452b53022d45c7 --- /dev/null +++ b/datasets/metadata/621003.json @@ -0,0 +1 @@ +{"id": 621003, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-05T08:40:49.711Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 535990, "sizeKB": 10483.1494140625, "name": "Witch_GoblinSlayer.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T08:45:47.578Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "18748014", "AutoV2": "E4F474E16B", "SHA256": "E4F474E16BF7FE555625861F1E1265C52560457EC6FA2E2FACCE3240336927F3", "CRC32": "2B580EA7", "BLAKE3": "3D4F0E442B31C1F4340110AB9B4E2B8B55B8F112CEE59F69CC99A0DE548CBD8E"}, "downloadUrl": "https://civitai.com/api/download/models/621003?type=Training%20Data"}, {"id": 535991, "sizeKB": 22237.91015625, "name": "Witch_GoblinSlayer-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T08:45:50.067Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "45E1A479", "AutoV2": "DD40F1AAEC", "SHA256": "DD40F1AAEC2E5604B90067AD92AD5C043F42F0188D53E843E51D7A2EFBE70D90", "CRC32": "950E0CE2", "BLAKE3": "4C74D68EB4FE941660084F3DD7170C789444A61F7B068005898BE26073486597", "AutoV3": "00D1C1F79AB1"}, "downloadUrl": "https://civitai.com/api/download/models/621003", "primary": true}], "images": [{"id": 18519916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e20cac3-906b-42a3-b04e-d5352fde3bad/width=450/18519916.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USN0SX?b?^%M57%L?bof9st7Mxs:$d%MRjkC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/621003", "modelId": 557882} \ No newline at end of file diff --git a/datasets/metadata/621017.json b/datasets/metadata/621017.json new file mode 100644 index 0000000000000000000000000000000000000000..857812b713e7088c5a5b8971965093adbea65942 --- /dev/null +++ b/datasets/metadata/621017.json @@ -0,0 +1 @@ +{"id": 621017, "index": 0, "name": "anime", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-05T10:28:55.967Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["drew, short hair, bangs, shirt, green eyes, male focus, green hair,", "shirt, long sleeves, jacket, pants, open jacket, purple jacket, pants, aqua pants,"], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 536146, "sizeKB": 223106.63671875, "name": "pokemon-drew-anime-ponyxl-lora-nochekaiser.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T10:26:36.503Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1CD65A3E", "AutoV2": "4A033BCBF4", "SHA256": "4A033BCBF45D884F953A1745FE5D893729DA6FF8602A1CA0DDAA2AD01529791C", "CRC32": "C7B6D820", "BLAKE3": "7806EBD7A5C868E7A11FBBB3379D9851CCBDA7C62A9F32D0A16C3FEF056EABFA", "AutoV3": "D7B52B28BFD2"}, "downloadUrl": "https://civitai.com/api/download/models/621017", "primary": true}, {"id": 536154, "sizeKB": 63534.5439453125, "name": "pokemon drew anime.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T10:30:42.419Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "63034C64", "AutoV2": "A7D5078D39", "SHA256": "A7D5078D391A47D95F74BA29EA0BA52DC8B9B41371EAA71533DB3F293590FB0B", "CRC32": "B21781B2", "BLAKE3": "2F0DB4D198FD703620FA89BFBA031FF728C8B0817698EBB379C935BF2089E040"}, "downloadUrl": "https://civitai.com/api/download/models/621017?type=Training%20Data"}], "images": [{"id": 18528840, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fab3ae5-c259-48e4-a152-2dd5b37d0050/width=450/18528840.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UQG9:1~n%z%M^~=spHt5teV[rZoyNGt6s:xa", "type": "image"}, {"id": 18528842, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f26d1926-0657-4158-8cc1-fd5b78381216/width=450/18528842.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UNH_}G~T.P?Z^yTEIX-pEzM|IX-otkxt%1$#", "type": "image"}, {"id": 18528843, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da6f6c93-d836-41cb-8df2-b645ba8800bd/width=450/18528843.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UUHx$m^*nj?t~A%eNe%LNsjqIVN2IpX8xtRl", "type": "image"}, {"id": 18528841, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff704002-c3fe-4caf-baff-24723c8c8aa9/width=450/18528841.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UHG,IUt,.lF}.SQ.BWIa0LDj8}bw9b-Vr_%L", "type": "image"}, {"id": 18528839, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebe3ea82-67f7-4dbf-bba6-0577af46a66d/width=450/18528839.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UQF6?=_LcE$*~n%0b]bF%Es:aNn$brs.njWB", "type": "image"}, {"id": 18528844, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34805372-ac0b-4c19-bfc3-db083de6289b/width=450/18528844.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UYIFPKE3%LMy~VRoSeNGSwt8D+Rjx[xaVuMy", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/621017", "modelId": 557895} \ No newline at end of file diff --git a/datasets/metadata/62102.json b/datasets/metadata/62102.json new file mode 100644 index 0000000000000000000000000000000000000000..14fe38a75949f778c9e02604d2c013497ceb6d12 --- /dev/null +++ b/datasets/metadata/62102.json @@ -0,0 +1 @@ +{"id": 62102, "index": 0, "name": "v2any3", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-04T10:40:51.642Z", "availability": "Public", "nsfwLevel": 7, "description": "Trained on anythingv3, 512x512, clip skip: 2, 16+16 epochs
", "trainedWords": [], "stats": {"downloadCount": 431, "ratingCount": 70, "rating": 4.99, "thumbsUpCount": 72, "thumbsDownCount": 0}, "files": [{"id": 43882, "sizeKB": 9585.6396484375, "name": "examples.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-04T11:30:59.153Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B8B14943", "AutoV2": "1C8CA3F90E", "SHA256": "1C8CA3F90EB357B7454CAFC96EAD3AE0E9181F6496FCE0D08245879538625D85", "CRC32": "77B7ACFB", "BLAKE3": "EB20118A0F730A3133D32387AF8CEED072C7DF7AD7522206BFBD9E78FBD4555B"}, "downloadUrl": "https://civitai.com/api/download/models/62102?type=Training%20Data"}, {"id": 43861, "sizeKB": 9326.8955078125, "name": "idatenstyle-any3-2-000016.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-04T10:36:02.142Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1BC7B4F9", "AutoV2": "AC6D383003", "SHA256": "AC6D383003669B2F7E6D272150DABC020743C3E1E08B205A5C5F37E1A5044872", "CRC32": "38B92631", "BLAKE3": "C12EAA828ED6A33166D525FDC82887E23BFB42AB3FD814D9524CC23186677912", "AutoV3": "CD7BB57CB37A"}, "downloadUrl": "https://civitai.com/api/download/models/62102", "primary": true}], "images": [{"id": 682145, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56625572-ae40-47b3-a914-7db4585be732/width=450/682145.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAHn.-D?00ISz-?Eu6%e^,_0Vs4r~AfA?Y9a", "type": "image"}, {"id": 682156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/866dac07-a4e2-44a1-88d1-24f4ecbcdfaf/width=450/682156.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAC~#O%jxtI-yEElIW%0GdO]tPRP5I-=RlMd", "type": "image"}, {"id": 682159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e512d63e-9431-4cf5-bab8-31677cc3010e/width=450/682159.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBGIGcx9--t9M|IF9bNHRQV]NGoH~SjYafWC", "type": "image"}, {"id": 682203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb78bc32-38f0-4725-8ea8-13dcaeaae0b7/width=450/682203.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHJtw|%fx--:NlVgNgt6F%XSo#IJI6--k7%K", "type": "image"}, {"id": 682206, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc6deb08-3479-4afe-acdb-a0fe10335744/width=450/682206.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKCG+2=F%2K5t:S7K6NbOaK6T0WBc[s:xZn%", "type": "image"}, {"id": 682232, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8edea0a1-04cf-4af5-b4ef-5f1958288fa9/width=450/682232.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJE4Mw%MS~M{?wpdNIX8PpOFOYS3yYVYWBi|", "type": "image"}, {"id": 682265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/818a8999-b649-45b0-9963-3084eab81548/width=450/682265.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U7Jbym%{K}Lz^ZoX0~-f7O7yW9icy]#7M-:6", "type": "image"}, {"id": 682281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b171b3ea-9933-4833-80aa-8ef1c51a4c55/width=450/682281.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U7D[%;~A^inl*JeTD%ix7z9HR6IB?^RlwIV?", "type": "image"}, {"id": 682158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6acac1d1-c2ec-44ec-a330-193f598f339b/width=450/682158.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UAJHs[v|.R-:?]PWEfE00[5=WGnS57xI$%m:", "type": "image"}, {"id": 682161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9bbb0249-62fe-4ec4-8773-f01e25ddab16/width=450/682161.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USJ*hsx]%MN?o#%2I:NHHDi}ocsQ^-a$w4=3", "type": "image"}, {"id": 682164, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b606075-58b9-40aa-8ae6-bd8743431a3c/width=450/682164.jpeg", "nsfwLevel": 2, "width": 2048, "height": 768, "hash": "U8C?TE^5I-rB%%m+5TIAAUDiI=NLNeRPt6-;", "type": "image"}, {"id": 682491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55e9deb3-3c29-4960-af05-0f24f1c3efe4/width=450/682491.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UKEg{,-n#4IA6;ETMca0-5$*E3tl6COIJE%J", "type": "image"}, {"id": 682489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d038a815-0099-4a18-bde6-1e0e0b7bedfa/width=450/682489.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UBEW5cV#%fISGwS6t7nN-pxsI?bI22H@IUrq", "type": "image"}, {"id": 682490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95ca8b16-b629-4a55-8e27-ac6863fb35c8/width=450/682490.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UCDw8Gt8n3X-C9NHMdtS?I.7MxtS80aOM{xu", "type": "image"}, {"id": 700241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8c4a86e-f3f7-4c6f-8505-4f24aff54961/width=450/700241.jpeg", "nsfwLevel": 2, "width": 3584, "height": 5376, "hash": "U~Nc{D_Nx]RiX5oMjuaykAf7azbGoffRazfk", "type": "image"}, {"id": 682299, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cb606f9-0a7f-4544-9772-1a544a096f2d/width=450/682299.jpeg", "nsfwLevel": 4, "width": 3584, "height": 2304, "hash": "U~M7ZE~q%MM{ofj]jtfkj[ayf6j[ofj[jsfk", "type": "image"}, {"id": 682300, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ea6cc7e-050c-4d27-94b4-ced6b9dbc4f4/width=450/682300.jpeg", "nsfwLevel": 2, "width": 3584, "height": 2304, "hash": "U~Mat.~pxtM{k9ofjtf5kCayf6fQozj[jtjs", "type": "image"}, {"id": 682351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efa57453-9101-4027-9b1d-c2cd4dcdcc1a/width=450/682351.jpeg", "nsfwLevel": 1, "width": 3584, "height": 2304, "hash": "U~L|[k~q%MM{kCoLfkj@WBj[j[ayofj[jZj[", "type": "image"}, {"id": 682385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b7e1932-d666-4a32-a9cd-bd3ebdf33714/width=450/682385.jpeg", "nsfwLevel": 1, "width": 3584, "height": 2304, "hash": "U~L}Kd~qxuM{ozj[ayj?bHf6j@jtozj@jsjs", "type": "image"}, {"id": 682284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/124b4621-90b8-4f1e-8535-6f3a234b6646/width=450/682284.jpeg", "nsfwLevel": 4, "width": 3584, "height": 1536, "hash": "U:N^k|~qxvRitQjcjHjtoMWVf6jar]ozkBjZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/62102", "modelId": 57680} \ No newline at end of file diff --git a/datasets/metadata/621103.json b/datasets/metadata/621103.json new file mode 100644 index 0000000000000000000000000000000000000000..b77cb88a07fff97a56795cc42de23b9d211b3b9d --- /dev/null +++ b/datasets/metadata/621103.json @@ -0,0 +1 @@ +{"id": 621103, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-06T04:20:20.588Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 538216, "sizeKB": 223099.24609375, "name": "Carmelita-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T04:20:50.294Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D5E5E349", "AutoV2": "E14A39FD24", "SHA256": "E14A39FD242E69BBCF4C6F76C907B0BA6C83B08B917D7E6A67E64FBBB897F67A", "CRC32": "629829A0", "BLAKE3": "6F18C9189F3B204A33DA930D5CA58FCAC24259D5AB9EAB7E12E6A0B37E7A78FA", "AutoV3": "A54DBE57AC67"}, "downloadUrl": "https://civitai.com/api/download/models/621103", "primary": true}, {"id": 536096, "sizeKB": 491.0546875, "name": "621103_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T09:56:10.866Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "61069CD444", "SHA256": "61069CD4440368F2C6BEE48516983B5918021D238B8521AB029D51D7B4939638", "CRC32": "AB7AD4D0", "BLAKE3": "6A7C1BADA33A1D484892BBF923A8650CBA60FE4C4F117C9CD533761AADD1A445"}, "downloadUrl": "https://civitai.com/api/download/models/621103?type=Training%20Data"}], "images": [{"id": 18636383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/729591fb-52f4-4868-850c-ef45d7266237/width=450/18636383.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U77U0A~RD*05M~WEoet3050Ot6~S?E%JE39J", "type": "image"}, {"id": 18636387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e77b96a9-eb43-4c14-9298-e23455bc5741/width=450/18636387.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UA8NXm~RM{4rIXRloyxW0P4=R-?E^#-mIq4?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/621103", "modelId": 557973} \ No newline at end of file diff --git a/datasets/metadata/621104.json b/datasets/metadata/621104.json new file mode 100644 index 0000000000000000000000000000000000000000..29724f7460e7ac097981d0db4b8bc680fb0e9754 --- /dev/null +++ b/datasets/metadata/621104.json @@ -0,0 +1 @@ +{"id": 621104, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-06T04:18:34.275Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 538210, "sizeKB": 223099.05078125, "name": "Courtney_Gears-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T04:20:44.383Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BFEFA606", "AutoV2": "21BFD5132D", "SHA256": "21BFD5132D05B1EB4D527A0A47C83979D461483F71996FB45BD3B7E57E7FA601", "CRC32": "2ED414DE", "BLAKE3": "593AAE6C189D0161365F9C21D13D6F92F787B1BD78B5C886EC0C77541FFB7A62", "AutoV3": "7A46E1BD3C2B"}, "downloadUrl": "https://civitai.com/api/download/models/621104", "primary": true}, {"id": 536098, "sizeKB": 193.34375, "name": "621104_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T09:55:40.289Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "EE08A2E430", "SHA256": "EE08A2E430D260E520CCA73AF8C6A5D184E407569B2DB16E165A7601F3B9287D", "CRC32": "17CE1194", "BLAKE3": "E8FAE432BB5AE65565FFB47560CC62830D108255004FA860E9821B72F9A34FFF"}, "downloadUrl": "https://civitai.com/api/download/models/621104?type=Training%20Data"}], "images": [{"id": 18636149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/049baf4f-dd05-4237-84f4-1b5192baefd2/width=450/18636149.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U48g]hp00#?Gpf%hMvjJNeRN-oNIVqtTR.WS", "type": "image"}, {"id": 18636150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a270e21-6009-4e34-9b3b-cee5fc132b4e/width=450/18636150.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U48N;Jtn5p={%%x^I8s;SiRN%2S5VrtTR+Rh", "type": "image"}, {"id": 18636151, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f55f1af7-6462-47a5-8187-6fbeac46e767/width=450/18636151.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U58;r%p09}-oyZ.9MwahS$R4$%NenMtSbdV?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/621104", "modelId": 557974} \ No newline at end of file diff --git a/datasets/metadata/621141.json b/datasets/metadata/621141.json new file mode 100644 index 0000000000000000000000000000000000000000..bde2661c8f526cf8caa7e84772e1d0a93cc085e3 --- /dev/null +++ b/datasets/metadata/621141.json @@ -0,0 +1 @@ +{"id": 621141, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-05T10:23:45.213Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 536144, "sizeKB": 22237.08203125, "name": "Ayame_Himuro_scienceLove-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T10:25:36.914Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "44B99C04", "AutoV2": "E08A9D2895", "SHA256": "E08A9D28951EAEBC8E2AE7154A4E469B7C83707EDD31F7D6939FC9FB77884B8C", "CRC32": "1BB8046C", "BLAKE3": "10FFB6B7D489B31229212C6ECC70A4FF3902E171A030672A2594F93B7E6CD6A0", "AutoV3": "DE3C24C165F4"}, "downloadUrl": "https://civitai.com/api/download/models/621141", "primary": true}, {"id": 536143, "sizeKB": 11416.5888671875, "name": "Ayame_Himuro_scienceLove.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T10:25:35.266Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1A5D5DAB", "AutoV2": "BE9387EE35", "SHA256": "BE9387EE35155F26E48431547C32C846708E9DA07084F4B886FD30FB62955D28", "CRC32": "BE7183F0", "BLAKE3": "8C7B270FD7F79A87BF8FF8AC014807C1972F9B424718CCEA1565579DC47F2605"}, "downloadUrl": "https://civitai.com/api/download/models/621141?type=Training%20Data"}], "images": [{"id": 18528583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d82e7f5c-aa9b-45ce-8934-6c2893a926d9/width=450/18528583.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVPGgW%M_Mxvt8t7%LRko~WBrqa#?bWBj=j[", "type": "image"}, {"id": 18528589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9c00347-e024-4e99-83cb-3fa47e6788b1/width=450/18528589.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVPQ1}%M_Mxvt8t7%LRko~WBrqa#?bWBj?j[", "type": "image"}, {"id": 18528832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccb150e7-ba83-4359-b4d0-2bd4699fff37/width=450/18528832.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWN,_LWA_3?b~q%M-;IUE1ayRiax-;IVRPxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/621141", "modelId": 558008} \ No newline at end of file diff --git a/datasets/metadata/621163.json b/datasets/metadata/621163.json new file mode 100644 index 0000000000000000000000000000000000000000..ddad7b3cfcd0244a3396964ff9a50d74fec40ca2 --- /dev/null +++ b/datasets/metadata/621163.json @@ -0,0 +1 @@ +{"id": 621163, "index": 0, "name": "V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-05T11:58:38.662Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 536174, "sizeKB": 6414.056640625, "name": "621163_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T10:41:24.473Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F96E6C87", "AutoV2": "2BDFA0F861", "SHA256": "2BDFA0F8614862AFBDF702596FC7CD137860462658389EFCFF6CC150A6495A02", "CRC32": "77F16B75", "BLAKE3": "2E026E5BB77996E31440895BB4067F4180D475EB56F29441D7CBB5FF7716F2A1"}, "downloadUrl": "https://civitai.com/api/download/models/621163?type=Training%20Data"}, {"id": 536223, "sizeKB": 223111.42578125, "name": "Whentai_Style_v2.0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T11:20:50.689Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "ECC396E2", "AutoV2": "F589577C40", "SHA256": "F589577C40F2F1D0013AF07D0FC7D03F4A046720E3CA5E363AE604C2F5495E8E", "CRC32": "224A0472", "BLAKE3": "075228C5D6AF1694731F9AD1928D46AF7E92A0BB88A2E581BE52B23396E9DF5F", "AutoV3": "F7A69C478AC6"}, "downloadUrl": "https://civitai.com/api/download/models/621163", "primary": true}], "images": [{"id": 18536914, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7226c04e-71ce-459a-ac3a-68627776211a/width=450/18536914.jpeg", "nsfwLevel": 16, "width": 698, "height": 1197, "hash": "UIOWc{y?KO%2Ez_2%gog4n?a%2of9GoJM{S$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/621163", "modelId": 558029} \ No newline at end of file diff --git a/datasets/metadata/621284.json b/datasets/metadata/621284.json new file mode 100644 index 0000000000000000000000000000000000000000..a2a8bfcf6d01d1425c6e13aff7fb88c88feb5941 --- /dev/null +++ b/datasets/metadata/621284.json @@ -0,0 +1 @@ +{"id": 621284, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-05T14:17:56.296Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 536310, "sizeKB": 23274.6591796875, "name": "621284_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T12:20:58.117Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B7DD37F9", "AutoV2": "84922D44F3", "SHA256": "84922D44F373E1CE0A6F97F623E2E8A704B3B7C33CC64EFBBA5866C649005AD3", "CRC32": "CF0D51B0", "BLAKE3": "4B44010519DE155A18F6DD3FA80ECE7F4CCCA65C4D9E280066F9053E9EAA5F68"}, "downloadUrl": "https://civitai.com/api/download/models/621284?type=Training%20Data"}, {"id": 536518, "sizeKB": 223104.39453125, "name": "Richard_Watterson.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T14:12:50.076Z", "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/621284", "primary": true}], "images": [{"id": 18549723, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f2ab55c-a44d-4c4f-8287-94d3f366ffac/width=450/18549723.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UINSNo-n1Gtl~65j={-U2l={=LRP^PNbNyOr", "type": "image"}, {"id": 18549889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a7207cb-9423-4497-ad99-11f5474ca1bc/width=450/18549889.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UAK,]a1$0x=x^*-69ZI;0J;L{LRj-VRjtR$%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/621284", "modelId": 558129} \ No newline at end of file diff --git a/datasets/metadata/621411.json b/datasets/metadata/621411.json new file mode 100644 index 0000000000000000000000000000000000000000..fb6c0be8cfd1e62494f464d0fd6108c1de7f2717 --- /dev/null +++ b/datasets/metadata/621411.json @@ -0,0 +1 @@ +{"id": 621411, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-05T13:20:58.230Z", "availability": "Public", "nsfwLevel": 26, "description": null, "trainedWords": [], "stats": {"downloadCount": 17, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 536412, "sizeKB": 60709.693359375, "name": "New folder.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T13:20:37.230Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5BB5674C", "AutoV2": "D2D44B781B", "SHA256": "D2D44B781B2F3E810E507F0285D2894F38F95BB3BCF7AF217718C88174B0BD30", "CRC32": "FF4D1D29", "BLAKE3": "B18DE685CAD12D88AECDA72D63FFE870584FAFF677DCD8E9204B58DBAA2BCCA2"}, "downloadUrl": "https://civitai.com/api/download/models/621411?type=Training%20Data"}, {"id": 536413, "sizeKB": 116401.2734375, "name": "Hazeliic-10 PonyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T13:20:39.980Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2BE824DB", "AutoV2": "A4CD5A12CF", "SHA256": "A4CD5A12CF2DC39203D4C2534C174388D7FD2B2B7382A8A3ECA2432CEE12C2CD", "CRC32": "F034D9DE", "BLAKE3": "446CCCC35129348581867313B06D2D89A23458DB484344BAF26B3C80BF10D800", "AutoV3": "6229DA153ECC"}, "downloadUrl": "https://civitai.com/api/download/models/621411", "primary": true}], "images": [{"id": 18544224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/987707ca-5873-40fe-a1e7-8d2031b2e2c8/width=450/18544224.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U6C?+N1700+=}$~U18Ip00ve~WGI0NIV^J$y", "type": "image"}, {"id": 18544178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f205c5df-7819-4209-a8da-6432e77cd0cf/width=450/18544178.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UBJaQ3~B0-5RL1N_t7oJ4:V@=|xu-SWUNykD", "type": "image"}, {"id": 18544184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee7a17b5-375e-4c44-9a63-44d0c743be6a/width=450/18544184.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UOIqAS%L0#nO~pOXIoV@EgRjnOs:=xi_IVxt", "type": "image"}, {"id": 18544183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8b8bfd6-9bff-4e19-ba7a-4fce5ce791e7/width=450/18544183.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U6F=2O^Q0o5;@=f*00wd7}I:}s-U9uniaeEg", "type": "image"}, {"id": 18544186, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/808d2231-4cb5-474e-919d-a6736758a042/width=450/18544186.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UIH1}J^Q7gKO.TNGo~M|0$NGaKn%E+tRoftl", "type": "image"}, {"id": 18544189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05b7db23-15e0-454f-bd50-1cd98441e16b/width=450/18544189.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U8L2|~xGE2RkHDIp4:Ip0joJV?xZJjs:_2%L", "type": "image"}, {"id": 18544190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd0a81cf-f56a-439e-a4db-2526f766db98/width=450/18544190.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UAF=B#t700n,%kj?s?WB0LWC}=og0OWB%LoI", "type": "image"}, {"id": 18544193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcd795de-f50f-4645-855d-a51ac0b4ecc2/width=450/18544193.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UQJQ[ksm0zof*IWANGS2B:V@x]Wq%gaekrj]", "type": "image"}, {"id": 18544194, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45c42b49-730a-4010-8c7e-3ea66cfe07f7/width=450/18544194.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UJGQOk~VBnnO%MX,JURjC5OqxtxtE2jatQt7", "type": "image"}, {"id": 18544201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3902eac3-6ff6-47b3-b22d-74917db3da99/width=450/18544201.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UAG$;,,?3WOr~CxGBAso3CS#r?S2yDJ7WVOY", "type": "image"}, {"id": 18544191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5643bb04-7ad7-4c08-990d-d1aaf6d1a753/width=450/18544191.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UUCthkoggQo#XnogRQV@?wj]V?j]NKaxjYj]", "type": "image"}, {"id": 18544202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e9d7c25-7790-4ee5-838e-3543051680b7/width=450/18544202.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U8C#Z1s;1wogu%r?I.niHD-A+]kC4.I:t7ax", "type": "image"}, {"id": 18544203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f4c9ae0-e8ee-4244-b0b4-510c67d82789/width=450/18544203.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U4B:X7^P00%N~qo~4.Io00Xm?bIAMdI9$h-;", "type": "image"}, {"id": 18545027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/113d3b94-6426-4f2d-828f-0b33657874e4/width=450/18545027.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UEFOx?m,0ftk~oWB4;Rk5*o}RkRj9[s:RP%1", "type": "image"}, {"id": 18544212, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86c21465-2969-4bde-9312-7e4756fd67ee/width=450/18544212.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "UBB|,A-oyX9Z16IAMI$f.maev}niZgVrEhOt", "type": "image"}, {"id": 18544222, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74ac8b01-edeb-4fb4-9fa8-b61c2bce380e/width=450/18544222.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "ULFGIR-:_3xETfx]odRP~qtQM{S4MwrqM{Rj", "type": "image"}, {"id": 18544216, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2d8ece1-a4cd-4263-a0bd-8aaeaf6ecbe2/width=450/18544216.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHAx41kBbNoy?dfiS~jbwkj[NGf8xKj]NFax", "type": "image"}, {"id": 18544217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f678e468-676a-4e41-9a3f-1fccc9fad835/width=450/18544217.jpeg", "nsfwLevel": 8, "width": 1344, "height": 768, "hash": "UDLzER00Fx+^5lIBMy_202xuMd9a~B^*XSIo", "type": "image"}, {"id": 18544223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/defa6550-74c7-4afa-82ce-2e795bd277be/width=450/18544223.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDFXM6~WA0xKLNTfxuXT1ls@=_KM^SK6EexW", "type": "image"}, {"id": 18544179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/635c61fa-532a-4119-9945-5f992b580967/width=450/18544179.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UAHAthsm_Mxa0NW;0NsnOYxGEgEgaLWCRks.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/621411", "modelId": 558230} \ No newline at end of file diff --git a/datasets/metadata/621711.json b/datasets/metadata/621711.json new file mode 100644 index 0000000000000000000000000000000000000000..114c0e4885a32c33f2d3dfe4074b64c943842e1f --- /dev/null +++ b/datasets/metadata/621711.json @@ -0,0 +1 @@ +{"id": 621711, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-05T15:23:13.940Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 26, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 536689, "sizeKB": 22237.23046875, "name": "Alya_Russian-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T15:25:35.590Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FA020738", "AutoV2": "7521B1528D", "SHA256": "7521B1528D1842897F87AFB8359AA157F7F314984B2D413C79E080EF2B7C84F9", "CRC32": "5B865778", "BLAKE3": "521562C97CC548B9F82AD172E00DC8F150C099AD28BCA7B0D433C95BF0E6320A", "AutoV3": "94841527627E"}, "downloadUrl": "https://civitai.com/api/download/models/621711", "primary": true}, {"id": 536688, "sizeKB": 10398.2021484375, "name": "Alya_Russian.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T15:26:35.642Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6B30E581", "AutoV2": "7A57395C14", "SHA256": "7A57395C14BD96A1EE723E3563B3F865E55EAB73E0541D5B39B4E9B64A9DB78C", "CRC32": "E0808997", "BLAKE3": "66E10C74E7EFFC70A41AD60CB66BDB86793B947133827430DE339CB994DCC251"}, "downloadUrl": "https://civitai.com/api/download/models/621711?type=Training%20Data"}], "images": [{"id": 18558621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbd70dd0-aeb6-44cd-9230-61a57ee5a3a1/width=450/18558621.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UrOM$|%2.8t7~qWBW;WCNGa|oJofs;kCbFfQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/621711", "modelId": 558487} \ No newline at end of file diff --git a/datasets/metadata/62176.json b/datasets/metadata/62176.json new file mode 100644 index 0000000000000000000000000000000000000000..127bff57de6e93d37ae258deb0c7392d092f0bff --- /dev/null +++ b/datasets/metadata/62176.json @@ -0,0 +1 @@ +{"id": 62176, "index": 1, "name": "Male focused - v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-08-05T16:01:38.487Z", "availability": "Public", "nsfwLevel": 1, "description": "Images made with LORA weight 1.0
Trigger word: pxint
This version commonly produces a \"dripping chin\" so I highly recommend adding \"saliva\" to the negative prompt.
Helpful positives: 1boy, male focus, portrait, flowing, with a splash of paint, looking at viewer
Other positives: , COLOR and COLOR, splatter, bubble, swirling, sparkle, rim lighting
", "trainedWords": ["pxint"], "stats": {"downloadCount": 534, "ratingCount": 384, "rating": 5, "thumbsUpCount": 497, "thumbsDownCount": 0}, "files": [{"id": 98932, "sizeKB": 38790.6259765625, "name": "AbstractPortraits-MF-TrainingData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-08-07T02:15:44.481Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "89ED885C", "AutoV2": "472F4F4611", "SHA256": "472F4F4611962D43CEB9D98CFB1CD788A31FAC646372C1D8BE88871DBF160705", "CRC32": "BB105856", "BLAKE3": "721A56EA4745F6717CCFA108E6DECE1B3D3AE58BE2B6507A2F62F6E41ED3B0B7"}, "downloadUrl": "https://civitai.com/api/download/models/62176?type=Training%20Data"}, {"id": 43950, "sizeKB": 20993.7587890625, "name": "AbstractMalePortraits_v2R_60_R-128.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-04T13:25:53.398Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2609217F", "AutoV2": "C1F8076326", "SHA256": "C1F80763269EE6336202D737F53E0E7A7D80D577C620903653F2D54F830DD49B", "CRC32": "9EB46F5E", "BLAKE3": "1C1433C54A2C9068263A0FC8A7F8A0DEE498AD78D96D81E82EAB97CFFC4F2034", "AutoV3": "2E5F1C5569D9"}, "downloadUrl": "https://civitai.com/api/download/models/62176", "primary": true}], "images": [{"id": 683812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20f37753-f1f1-4025-8956-18619735a816/width=450/683812.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UHJ7:n}@p0M{Mx={H??c4:9Z^*IA_3o}xuxZ", "type": "image"}, {"id": 683815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3febe05d-c0f5-4c99-a008-298a401dd715/width=450/683815.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UfGbk+R*_NR*o#xat6xuoJWXWBjEWXR*t6bH", "type": "image"}, {"id": 683866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0165931-003b-4162-a145-567810a5b845/width=450/683866.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UWG[Zp~VW?R*bca#R*RjyDtRs:n$%1a{s:WB", "type": "image"}, {"id": 683903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3eec4a1-6b8c-4287-8c65-22825163770c/width=450/683903.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UMG+Q_Mw014:#R-p4;M|~qE1s;s:OSxuV?NG", "type": "image"}, {"id": 683824, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a28f6ae-e787-4a82-83fa-ede6ab300b0a/width=450/683824.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UJI#ie%2EMWUrp-;E1tR?^o#_2%2Nyt7xaRj", "type": "image"}, {"id": 683839, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96d116da-4a45-451c-862e-6edf416f784e/width=450/683839.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UEDcE#4.0z00~qRPIARitlt7Mwt8^+RjIpWB", "type": "image"}, {"id": 683848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97027479-b6a6-4449-8817-8db72ffd4c4f/width=450/683848.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UYI}-S%M_N%Mt6xu%MRj~qIUxaj[WEbIt7V@", "type": "image"}, {"id": 683852, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0130e81-79af-4cfc-889f-d7c6aba404f2/width=450/683852.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UEFFa4#P4.Ek4T-o00NeyEI;~W$z00xuV?Mx", "type": "image"}, {"id": 683864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57931e09-19a1-40f7-98c7-af8f59550080/width=450/683864.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UPH_Y[_3ys_30Lt8%1%L.8tR-:e-Q-xZjZNb", "type": "image"}, {"id": 683872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1be57ae0-f9be-478b-8c68-1f4244107d45/width=450/683872.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U9Dl$kD%00e-4TM{?bxu00t7~CNGRiWBRkxu", "type": "image"}, {"id": 683876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6f115ea-4d05-4771-ad7a-1e8d3c632302/width=450/683876.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UMHU;4S$4.xaIonhIU%M?wIU?GM{VrtRx]j[", "type": "image"}, {"id": 683889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/840344f8-c04a-4e8e-9bca-ba43c00ce6b9/width=450/683889.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U9BV^fxu00IV?^oz9FM{9ZjZ={Rj4:M|%1e.", "type": "image"}, {"id": 683890, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb972de4-16da-4f0b-b526-0b8eba434f29/width=450/683890.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UeHn{T$*x^-oV@NIR.s:~qt6%MWBR+jsxaoJ", "type": "image"}, {"id": 683891, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cf0acfa-da49-4854-9378-f9a97f0e4e3c/width=450/683891.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UXIE-8xZ?vogxvbIRiWX~qRjRjxaxtt7W=t6", "type": "image"}, {"id": 683897, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01f13987-e870-46d3-ae71-eceeb04eb103/width=450/683897.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UIH_lSs99].80KRks9%2.9Rj~W%2~Ws:xv-;", "type": "image"}, {"id": 683926, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/854d50c1-6f15-4dd2-a6cf-9b164ee530c3/width=450/683926.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UPIEeE?H_N?H9vWBNbS5kXNG-osm-nt7%MxD", "type": "image"}, {"id": 683932, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1e0bbc5-cc50-48ba-8803-b9d917b98727/width=450/683932.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UDGIG$~CTyI:00D%4n%M%~Xl^*ni4n%M?aIo", "type": "image"}, {"id": 683939, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a36ff8a3-8b5a-4a0f-9811-7b85f800eabd/width=450/683939.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UGCiw9-=?wogMwW-Naj=-;t8jGt7D%ayxus;", "type": "image"}, {"id": 683958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/405e0f63-93a1-4e66-add4-f58f3523e2b7/width=450/683958.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "USJHm?-ptkMy9aNHt6x]~qWT_2xa-=oL-pt7", "type": "image"}, {"id": 683961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04412172-9ffd-4e30-b12c-5130f4c846d6/width=450/683961.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UCG[A+%}0000-2xZETxbPBIo}@XT9Hs.-.-p", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/62176", "modelId": 31209} \ No newline at end of file diff --git a/datasets/metadata/621870.json b/datasets/metadata/621870.json new file mode 100644 index 0000000000000000000000000000000000000000..1ce358917d2afe48009c7b7a879150179dd9fd01 --- /dev/null +++ b/datasets/metadata/621870.json @@ -0,0 +1 @@ +{"id": 621870, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-05T16:42:50.638Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 536846, "sizeKB": 9828.8603515625, "name": "Nanase_Karin_InSpectre.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T16:40:40.503Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "34021890", "AutoV2": "7BAB64B0DF", "SHA256": "7BAB64B0DF034DD101F799F4295D1BA0AE96A8FFCA2C6CB7E7709D0D29DBCF34", "CRC32": "8394953C", "BLAKE3": "73418B3B7B6EC761B2B74345C07C101A9C596D340C824533F00A00FBBE27F6C1"}, "downloadUrl": "https://civitai.com/api/download/models/621870?type=Training%20Data"}, {"id": 536847, "sizeKB": 22236.62109375, "name": "Nanase_Karin_InSpectre-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-05T16:40:33.563Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C6500117", "AutoV2": "40022ACFB1", "SHA256": "40022ACFB1BD9EA42255F2E6FE0400E66092CC090F44E70C2AA3EF356C2B4282", "CRC32": "A8F00B9D", "BLAKE3": "4436D5D180D782346489BEE2E7B7F1245351569AC85C5F51D3C8EEA182BD19C6", "AutoV3": "D1C5F2A72824"}, "downloadUrl": "https://civitai.com/api/download/models/621870", "primary": true}], "images": [{"id": 18566108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4ad7ca5-7e29-40a7-b57e-e598492b089a/width=450/18566108.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTOpGd?b?^?bNiae?aj@?tM{xZNGxvkBxtof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/621870", "modelId": 558627} \ No newline at end of file diff --git a/datasets/metadata/621978.json b/datasets/metadata/621978.json new file mode 100644 index 0000000000000000000000000000000000000000..1b705a613b1ce84955021c9b0df31d14914bd905 --- /dev/null +++ b/datasets/metadata/621978.json @@ -0,0 +1 @@ +{"id": 621978, "index": 1, "name": "Pony Diffusion V6 XL", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-05T19:36:52.516Z", "availability": "Public", "nsfwLevel": 28, "description": "Pony Diffusion V6 XL, base
a1111/forge friendly
2DN - Pony
a1111/forge friendly
This is the first version of jinx, it may have some details that need to be polished :p
", "trainedWords": [], "stats": {"downloadCount": 30, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 538215, "sizeKB": 223102.74609375, "name": "Jinx_LoL_1.0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T04:20:47.921Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "343AD073", "AutoV2": "F76D54054D", "SHA256": "F76D54054D12D9410B631805768DFF0651505B59B2D4DEA7B2228C55D849C071", "CRC32": "619BB7D2", "BLAKE3": "96FCB4D822AE08067D723F1A93219F7A45FB305893577F8EC8571A68378CB2A8", "AutoV3": "11078C695464"}, "downloadUrl": "https://civitai.com/api/download/models/622793", "primary": true}, {"id": 538098, "sizeKB": 2063.9443359375, "name": "622793_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T03:21:02.696Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CEFDE550", "AutoV2": "17D8F9EDD7", "SHA256": "17D8F9EDD7B6964B6ECF03D9C802145529742E1ED77605CAA93190F70BA7AAA0", "CRC32": "AB007BA8", "BLAKE3": "5C7EF0187C974ECAB48DAE7AD5CA3A9B168CC3DABA7147BDD79293220EEBEE6F"}, "downloadUrl": "https://civitai.com/api/download/models/622793?type=Training%20Data"}], "images": [{"id": 18775541, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e28ba606-d42d-4f8a-913a-15dd909f19cb/width=450/18775541.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "URI;FyIpEKNG~pM{-TR*ADIos.t6NHM{M|s;", "type": "image"}, {"id": 18775672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03fd9a79-198b-465e-91ab-b83503265460/width=450/18775672.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UGLMhg02ELw].m4;-Tt6J-9a^jR*~VIVE1of", "type": "image"}, {"id": 18775681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4dc59e91-af6b-4807-b896-56f59f67ab91/width=450/18775681.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U9Kctx000g-6Po0M,Aj?0L0f}@R*?F9aIUX8", "type": "image"}, {"id": 18775437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e9c603e-9ad3-4412-843c-36c05eb981ae/width=450/18775437.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UPIp}0EO9txZ~oIp=_bHOXIVxYNHxtIoM|R*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/622793", "modelId": 559384}
\ No newline at end of file
diff --git a/datasets/metadata/622958.json b/datasets/metadata/622958.json
new file mode 100644
index 0000000000000000000000000000000000000000..8a41f44bc8323957dc4a22f40487cd0875652b5c
--- /dev/null
+++ b/datasets/metadata/622958.json
@@ -0,0 +1 @@
+{"id": 622958, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-06T02:18:26.503Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 537916, "sizeKB": 2293.3251953125, "name": "622958_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T01:26:02.105Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "53EC9BC3", "AutoV2": "2EC05DAA66", "SHA256": "2EC05DAA66E90176E961112651F21864DE02A87C919989211FFAD75B06A52AD7", "CRC32": "ED1BCFC6", "BLAKE3": "16C74124268EDA3680E0FA281B4E4C5CB734DA83E8B7EB747DC1682F1786CAD6"}, "downloadUrl": "https://civitai.com/api/download/models/622958?type=Training%20Data"}, {"id": 537991, "sizeKB": 223103.12109375, "name": "Rietta_Bakunyuu_Party-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T02:16:18.046Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "552FB199", "AutoV2": "2D68F79954", "SHA256": "2D68F79954CEFCA262A3C1490D82B4DC77BAAAEF17B5C776AA4B52865BB7960E", "CRC32": "1F69D5EF", "BLAKE3": "D52C179E12BF91AC80FA673FF79A15D37F4D14D5AE82A42117CB24CC5E6F03A7", "AutoV3": "52311E379FBB"}, "downloadUrl": "https://civitai.com/api/download/models/622958", "primary": true}], "images": [{"id": 18623917, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68d07a51-66a7-4b63-9a36-f9f8c0d2335f/width=450/18623917.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJKc;S.S04^*$%58.8~oDlRj=_WA%1tQMyD%", "type": "image"}, {"id": 18623918, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcd03c8c-6766-44bd-bc57-fa5d2b74f6ac/width=450/18623918.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UfI}r5ofIVtQUHoywIkVO]ayrwW;OHWBnhWB", "type": "image"}, {"id": 18623916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31049a30-ac02-46a8-a88a-b6f0c6ff6ce5/width=450/18623916.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UXKnGHxGROaxt-soxZWCyEnixZWV~pnjn~RQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/622958", "modelId": 559481}
\ No newline at end of file
diff --git a/datasets/metadata/622977.json b/datasets/metadata/622977.json
new file mode 100644
index 0000000000000000000000000000000000000000..9e32ec77a588bdeb7dc746e27aa116184c2770f3
--- /dev/null
+++ b/datasets/metadata/622977.json
@@ -0,0 +1 @@
+{"id": 622977, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-06T15:27:08.966Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 42, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 537964, "sizeKB": 715881.7041015625, "name": "622977_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T01:55:55.563Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A2740041", "AutoV2": "4EA712A872", "SHA256": "4EA712A872EC38DC25C7EF440D891C2A13C9D72B08E1468656F0BEFE5DA1F5FB", "CRC32": "A9934069", "BLAKE3": "ED9F66A5A9C3637529356EF8EAD30FCAD66F7B4BE68C22634B0844F8A65C3DDC"}, "downloadUrl": "https://civitai.com/api/download/models/622977?type=Training%20Data"}, {"id": 539315, "sizeKB": 223140.55859375, "name": "Cherrikissu_Style_Lora-000013.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T15:01:21.443Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F4EDCB15", "AutoV2": "DFE104436C", "SHA256": "DFE104436C80771F4804475C5868576C67F91C19330D12EFC8F679D5BF09068C", "CRC32": "2F7E2959", "BLAKE3": "CE3C9EEEF496F865FACE2A495598B27C60292A539EA0E567092159421FB1DF5F", "AutoV3": "51B61A6FA3BA"}, "downloadUrl": "https://civitai.com/api/download/models/622977", "primary": true}], "images": [{"id": 18696954, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2add3270-6baa-42f5-9831-1f8fbf389c64/width=450/18696954.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "ULM$@r_2T}={PW%ho~%3tlxuxCs.?ct7%3M|", "type": "image"}, {"id": 18696952, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca0bf4cc-55ca-454d-ba76-5dbe72511e00/width=450/18696952.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UYOMZ?Rj.T-;peRj-:tRS4WBRixZ-:ofRQWC", "type": "image"}, {"id": 18696936, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ecf11c3-0cfe-458e-9591-7a89db081e8f/width=450/18696936.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UsO|2?%g%hMx_NtRoeM{M{WCozWBROjYV@WB", "type": "image"}, {"id": 18696938, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b908b86f-60c5-4d77-8729-46be960ac955/width=450/18696938.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UXLgX:NH~q-nxDoJX9R+-ot6IpNG-:ofRkoe", "type": "image"}, {"id": 18696940, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b5aafda-7631-473c-8bc9-06909b19c91b/width=450/18696940.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "ULGIDe-;_1e:~V%MNGRjD*%1D*jYIBRiayt6", "type": "image"}, {"id": 18696951, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7395b94f-a943-49b0-8457-10b4691310f6/width=450/18696951.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UsPsIxof.Tt8?vayxaogIUayoJj[kCj[ofj[", "type": "image"}, {"id": 18696942, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66c78431-0401-472f-a424-f6a1fdabdce2/width=450/18696942.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UUN0R}?au5i__L?aNGRPK6f+R6RP?GVtogW=", "type": "image"}, {"id": 18696947, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/660f9784-496b-48c7-874f-39748b9c083d/width=450/18696947.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UQM?}0sm~px]oJkCozV@WEofIoR+^*NGIo%2", "type": "image"}, {"id": 18696941, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3734395-48a9-4a55-9f17-c262985dda8c/width=450/18696941.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UdM7_sxt~pjbx]MxIVo#~UxuR.RjtSxuV@WA", "type": "image"}, {"id": 18696937, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eea996ae-857e-4f5c-acba-d684b8d5c0e2/width=450/18696937.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U*Qk~ki{*0tR%#kCVtjtx]kBV@jZagfRj=bF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/622977", "modelId": 559495}
\ No newline at end of file
diff --git a/datasets/metadata/623182.json b/datasets/metadata/623182.json
new file mode 100644
index 0000000000000000000000000000000000000000..e83ee24f3944e730dedd3cc0e3697c7e6b5ceaa3
--- /dev/null
+++ b/datasets/metadata/623182.json
@@ -0,0 +1 @@
+{"id": 623182, "index": 0, "name": "anime", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-06T07:00:46.201Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["casey, long hair, twintails, blue hair,", "shirt, long sleeves, hat, striped, white headwear, baseball cap,"], "stats": {"downloadCount": 37, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 538437, "sizeKB": 223111.30078125, "name": "pokemon-casey-anime-ponyxl-lora-nochekaiser.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T06:56:16.462Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9D3F2695", "AutoV2": "3E6E4278A7", "SHA256": "3E6E4278A79F8CE9CCA419406EE44E676FC21C985E587ABEEE930B805B001ED3", "CRC32": "CB89175D", "BLAKE3": "F00DAB7DF927E3E7F39AEB199FED1AEA641483C18DE967B154943F473678C637", "AutoV3": "93810F609B9A"}, "downloadUrl": "https://civitai.com/api/download/models/623182", "primary": true}, {"id": 538448, "sizeKB": 219301.705078125, "name": "pokemon casey anime pruned.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T07:00:53.381Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E2EE52F4", "AutoV2": "FA94A83C51", "SHA256": "FA94A83C51222B29E5C6ECFC8A0DC1E1477AB541D04471D12F33F137C6AC02CE", "CRC32": "59737D55", "BLAKE3": "B21D98EC2DFC52F049105823B56E05325F6227E398CDED5DD1B03FC31044EB68"}, "downloadUrl": "https://civitai.com/api/download/models/623182?type=Training%20Data"}], "images": [{"id": 18651148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2beab9b-69ac-4214-a190-fe0e01631a8b/width=450/18651148.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UOG]%7-pGvxsKnR%k?sqGbofIUJ8r=ShV[s-", "type": "image"}, {"id": 18651146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac96bc31-e2ed-4585-88d9-c099ac259f09/width=450/18651146.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UJH.vHw4GtTLThi^xwJ.G]R*M_JoZ#r;w0s,", "type": "image"}, {"id": 18651145, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e3f9e9b-ce38-4dd4-a4bb-cac376e4fa2e/width=450/18651145.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UUHC.R%1K*xsPXk9b{bwPVWVNGR*emS5s8r?", "type": "image"}, {"id": 18651149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3fb2972-29ae-458e-91c2-6a3e56a14f35/width=450/18651149.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UMHe{.zoB.xoysI[NGJ.PBxAsq$ypH%KWTV@", "type": "image"}, {"id": 18651147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10421865-fc57-464c-b598-ea82134b0178/width=450/18651147.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UUHy2I$dK%g2u6T0spv}S~%1n4ofkqxWs:R.", "type": "image"}, {"id": 18651150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38f0507d-84fc-4ebd-963c-5932d57a9a8a/width=450/18651150.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "URIhpIT1L0KQPqw0S1t8pJnMr^Neb^I;rrxs", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/623182", "modelId": 559669}
\ No newline at end of file
diff --git a/datasets/metadata/623329.json b/datasets/metadata/623329.json
new file mode 100644
index 0000000000000000000000000000000000000000..2d01d6a4bb08019840a9af3bfd99ade773f1c12f
--- /dev/null
+++ b/datasets/metadata/623329.json
@@ -0,0 +1 @@
+{"id": 623329, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-06T10:14:48.523Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 538283, "sizeKB": 3686.6640625, "name": "623329_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T05:00:45.348Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7363E717", "AutoV2": "57B293C5A5", "SHA256": "57B293C5A56C959D7789FF9C825711091F09E02271420B65245AA4C21F83CDEC", "CRC32": "B5B0D0CA", "BLAKE3": "2FFF4401DDC5991CE19E825F73A25D25E10195ABAA946EA36A4D451B5BC48B48"}, "downloadUrl": "https://civitai.com/api/download/models/623329?type=Training%20Data"}, {"id": 538761, "sizeKB": 223099.32421875, "name": "Rouge_sfm-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T10:15:53.375Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FDE53945", "AutoV2": "9C958658D0", "SHA256": "9C958658D0191496AC320472914B4B2137E6D51CABE78AAE31803DCB8E1FA78B", "CRC32": "A3B0463E", "BLAKE3": "2B7752366FC03C160D43A3213FD0765950332C94E6C03FC00AC8449EFBF3C72E", "AutoV3": "CB5DDFE36E02"}, "downloadUrl": "https://civitai.com/api/download/models/623329", "primary": true}], "images": [{"id": 18668995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21ad1798-8b5c-4a36-ab44-6dd043f2276b/width=450/18668995.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U4AdQ4?b00IA%%kXH=MwwHaJo~tmMyRjt6xu", "type": "image"}, {"id": 18668996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43346b17-7823-4c3c-acc1-9be70c067310/width=450/18668996.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8BN1cxv01jY.TofMcRPrWf5pJkDNea}slof", "type": "image"}, {"id": 18668994, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1510c6af-c89a-4a64-ad95-93fa933baa21/width=450/18668994.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U4AwYZ.800M{.TkDH=RiibVsyDtmIVWBxZxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/623329", "modelId": 559795}
\ No newline at end of file
diff --git a/datasets/metadata/623412.json b/datasets/metadata/623412.json
new file mode 100644
index 0000000000000000000000000000000000000000..df72a1ef0367828adf1121ef30d7c3a01d9bc17f
--- /dev/null
+++ b/datasets/metadata/623412.json
@@ -0,0 +1 @@
+{"id": 623412, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-06T05:51:05.087Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 538361, "sizeKB": 22236.50390625, "name": "Sakuya_Sumeragi_CodeGeassRoze-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T05:51:53.377Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "61C3C619", "AutoV2": "849F7577D1", "SHA256": "849F7577D17844D30A35E33B495522529E2BE3D21285A941DBD292A19191987F", "CRC32": "D1B1C033", "BLAKE3": "824A6737CBBEC2403276F06A697CF792E5026B75330375369DDABED5474B2103", "AutoV3": "85497FAD32CD"}, "downloadUrl": "https://civitai.com/api/download/models/623412", "primary": true}, {"id": 538372, "sizeKB": 9419.9375, "name": "Sakuya_Sumeragi_CodeGeassRoze.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T06:00:43.320Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4E62DFFC", "AutoV2": "36B2B22E24", "SHA256": "36B2B22E244C063A570349D3AE815E302CA8D2DB45924C96CB219025CE8F56E6", "CRC32": "0C568477", "BLAKE3": "4DDA10024ECB8EEC9287143F741A03B26686A91424BC4463A9346CCE9A5B35CD"}, "downloadUrl": "https://civitai.com/api/download/models/623412?type=Training%20Data"}], "images": [{"id": 18644734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/039ea418-07a3-4137-96bb-350c3e95fa5c/width=450/18644734.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQN,A6Rj.S%M10V@_MWB~qj[={R*-pWBxYxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/623412", "modelId": 559858}
\ No newline at end of file
diff --git a/datasets/metadata/623584.json b/datasets/metadata/623584.json
new file mode 100644
index 0000000000000000000000000000000000000000..035e7d366025e2825ee430a627cac9e7c76ced93
--- /dev/null
+++ b/datasets/metadata/623584.json
@@ -0,0 +1 @@
+{"id": 623584, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-11T06:37:20.084Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 538544, "sizeKB": 1049222.059570312, "name": "623584_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T08:06:11.796Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C1043C05", "AutoV2": "40537CCA59", "SHA256": "40537CCA5980EB6E2737BEBD12C07666D501C18FF17ACBEE05F8EA92DDC2243B", "CRC32": "A670D92C", "BLAKE3": "B6D9F8A544CBB2FC94F6DDBD809673A7B4B7899F819F6E4EF7177A2C98102AEA"}, "downloadUrl": "https://civitai.com/api/download/models/623584?type=Training%20Data"}, {"id": 550780, "sizeKB": 223192.67578125, "name": "The_main_complex_of_the_temple_of_the_goddess_Beita.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T06:35:40.742Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A640E059", "AutoV2": "8AA863CA07", "SHA256": "8AA863CA0713912A0245CB275F7FF9FB298D7243A960519A200917ABD0AA179C", "CRC32": "43D6A706", "BLAKE3": "A4EB56E624DA3F5512DC300724CE745B9F451F18D1B81B6FD05D20BB959B9AB3", "AutoV3": "E19E1B192717"}, "downloadUrl": "https://civitai.com/api/download/models/623584", "primary": true}], "images": [{"id": 19339783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba48ceae-fe2f-49e8-a610-ce8eec79bdd9/width=450/19339783.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDH-#,~V4nt7I]E1Rixu9F%Lt7R*00xa-;of", "type": "image"}, {"id": 19339784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f18470d1-4c46-4ccc-b930-070cfd3c7480/width=450/19339784.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAIN{m^i00jc]_xtGdIV]fW;6BRQrVWCbcRk", "type": "image"}, {"id": 19339785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe85cff1-776a-4ab9-9927-45cbcbea25e8/width=450/19339785.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9H-fA~A01Ip#l-o*0Io]zxZEkae#PxZayM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/623584", "modelId": 560001}
\ No newline at end of file
diff --git a/datasets/metadata/623641.json b/datasets/metadata/623641.json
new file mode 100644
index 0000000000000000000000000000000000000000..de4a9885dfc67c41da106706d9d8f8ef60a21cbe
--- /dev/null
+++ b/datasets/metadata/623641.json
@@ -0,0 +1 @@
+{"id": 623641, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-06T08:36:24.811Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 538589, "sizeKB": 22237.03515625, "name": "Rin_Nanakura _PseudoHarem-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T08:30:40.834Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F1596B33", "AutoV2": "4F308E6571", "SHA256": "4F308E657122D64CA6E37E3755F97B35EB09F8841CFB4631BD995157776EF8FB", "CRC32": "9934E81B", "BLAKE3": "53602F142E105B2EE4D985BE7EDD689D63F77547B941307DDC3E6C2E1F5088B4", "AutoV3": "398458A920CE"}, "downloadUrl": "https://civitai.com/api/download/models/623641", "primary": true}, {"id": 538590, "sizeKB": 10644.8896484375, "name": "Rin_Nanakura _PseudoHarem.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T08:30:47.773Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9AAFC548", "AutoV2": "129BFB37A5", "SHA256": "129BFB37A50F094579E1131FD8404EDF50DEEE6FE738A2DC1B0AFCB6A93593B5", "CRC32": "5CAC9528", "BLAKE3": "C08B6D30F81A0352114378AE6E7ABF7F1796C57D5F4F6705405438F105825721"}, "downloadUrl": "https://civitai.com/api/download/models/623641?type=Training%20Data"}], "images": [{"id": 18659857, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9eec031f-f8f6-4423-80a3-ded635ee09ef/width=450/18659857.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOH_x,?c00xv00%N_NxuOFt7-Vj@x]oenhRj", "type": "image"}, {"id": 18659858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7a8128f-a1a6-4562-a7f4-61d9d0a7334e/width=450/18659858.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOH_x,?c00xv00%N_NxuOFt7-Vj@x]oenhRj", "type": "image"}, {"id": 18660487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6307a28-bffa-41fa-bdbb-32c63c43b6f1/width=450/18660487.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOH_x,?c00xv00%N_NxuOFt7-Vj@x]oenhRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/623641", "modelId": 560038}
\ No newline at end of file
diff --git a/datasets/metadata/623699.json b/datasets/metadata/623699.json
new file mode 100644
index 0000000000000000000000000000000000000000..4e58fb065faa3bf49914f28cfd126233a85637cc
--- /dev/null
+++ b/datasets/metadata/623699.json
@@ -0,0 +1 @@
+{"id": 623699, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-06T09:11:42.275Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 538656, "sizeKB": 22237.58984375, "name": "Anju_Emma_86-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T09:16:16.876Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0C05E8CA", "AutoV2": "25FA7EF156", "SHA256": "25FA7EF156CB26973DDA34392925E9538F64D94F8A396C3F67D21A2EB21A4A6E", "CRC32": "54A30C5B", "BLAKE3": "5D7A72D7C7E51A90F2C7BD16AB6FE1F6F6FD25B6F6FCC37490E6F0165123F687", "AutoV3": "4A163E994E75"}, "downloadUrl": "https://civitai.com/api/download/models/623699", "primary": true}, {"id": 538655, "sizeKB": 9035.6630859375, "name": "Anju_Emma_86.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T09:15:48.495Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "43C5F349", "AutoV2": "F29F9CB9F5", "SHA256": "F29F9CB9F526446F5C018804B54513CE6B5CF6226D5D6FA556A54C6E5A03D271", "CRC32": "BE0D38EE", "BLAKE3": "14145752412BDF9B022D185A3317027138769EC802303C649A37CEDAADD74AB0"}, "downloadUrl": "https://civitai.com/api/download/models/623699?type=Training%20Data"}], "images": [{"id": 18663815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/650319e8-88c2-4ce9-9b5c-4d8d83d440ab/width=450/18663815.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOM6xDRj.7xaT}M|oaR*00Rj4nRj00bHVYWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/623699", "modelId": 560089}
\ No newline at end of file
diff --git a/datasets/metadata/623909.json b/datasets/metadata/623909.json
new file mode 100644
index 0000000000000000000000000000000000000000..a97c8d9cfdb0742a66105456ca81f89860f986a0
--- /dev/null
+++ b/datasets/metadata/623909.json
@@ -0,0 +1 @@
+{"id": 623909, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-29T19:45:10.432Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 538970, "sizeKB": 5181.1865234375, "name": "623909_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T12:00:50.577Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "ED27AAB8", "AutoV2": "BF22E98D01", "SHA256": "BF22E98D0136A9D8739F7084DDC11B368AFAD29F18D8704CD08A5A3EB78F081C", "CRC32": "0A9244F5", "BLAKE3": "FC15221BDFE8864360776DC219AD1D4D9D9603464C33321BFD8B0A9721808921"}, "downloadUrl": "https://civitai.com/api/download/models/623909?type=Training%20Data"}, {"id": 593782, "sizeKB": 223100.80859375, "name": "Kaiya.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-28T20:01:24.153Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BF35EB97", "AutoV2": "1BD53A2A45", "SHA256": "1BD53A2A45B85AE1FAE659854F5BF1A4E66555F467774AE7872B9F840A7108B2", "CRC32": "90DFB76B", "BLAKE3": "67CE116DD2D9934C90CD782D0CCEFCAB7691BD5B404FBCFE6B92EBCCC97CCAA8", "AutoV3": "95011A460731"}, "downloadUrl": "https://civitai.com/api/download/models/623909", "primary": true}], "images": [{"id": 21897980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1cd0eb3-b70e-49bc-9669-2151fd899fbb/width=450/21897980.jpeg", "nsfwLevel": 4, "width": 2304, "height": 3072, "hash": "UPJhu8xJ~D,^%1n-sp$l-.NrNsj?}dJ5W.oM", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/623909", "modelId": 560265}
\ No newline at end of file
diff --git a/datasets/metadata/623926.json b/datasets/metadata/623926.json
new file mode 100644
index 0000000000000000000000000000000000000000..bb1a67e6ef881d55239fa0f111a097075faf98d1
--- /dev/null
+++ b/datasets/metadata/623926.json
@@ -0,0 +1 @@
+{"id": 623926, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-06T11:33:33.441Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 538890, "sizeKB": 2373.4931640625, "name": "623926_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T11:15:43.195Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "89799CB7", "AutoV2": "B4880946C9", "SHA256": "B4880946C9742CE31ADD12E0BB504C35EDCB43CB1B31D3470B788F7E5E0EED10", "CRC32": "11F071AA", "BLAKE3": "FD1840FE745AC9EC63C9864366F52DD401A4FBA61D29D393AC7C249E485096A4"}, "downloadUrl": "https://civitai.com/api/download/models/623926?type=Training%20Data"}, {"id": 538915, "sizeKB": 36979.4609375, "name": "BOREDBOB.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T11:36:43.697Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "10222022", "AutoV2": "123CC871D1", "SHA256": "123CC871D10A96206B29B42EF661CFEA5F2F62CF76622038ACCF23D6B615A483", "CRC32": "FF814AE4", "BLAKE3": "1DF4B318D3B44F0D85131201F3C1154BC3789C3E70067E3EC9FB8EF0933F416F", "AutoV3": "6822920D6665"}, "downloadUrl": "https://civitai.com/api/download/models/623926", "primary": true}], "images": [{"id": 18675963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebbb52a5-033c-48aa-b017-191c083ec671/width=450/18675963.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U36u2y_GL,9K~7?BWB9MwG$yohIud@RlKORo", "type": "image"}, {"id": 18675964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1bb32ba1-8451-4ac6-bbfd-397899ce400c/width=450/18675964.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UmGclvr:pfXUx^j[RiW?oMoIawWYWZa}t6of", "type": "image"}, {"id": 18675962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14e2d722-c336-4d61-a697-ac01ad2fd3c3/width=450/18675962.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UtMRo2M|_L%L%gbIRPj?%Mt7RPRj%KocR*a#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/623926", "modelId": 560282}
\ No newline at end of file
diff --git a/datasets/metadata/624226.json b/datasets/metadata/624226.json
new file mode 100644
index 0000000000000000000000000000000000000000..794c63a6003150a8a0b728c9581ac718ad209005
--- /dev/null
+++ b/datasets/metadata/624226.json
@@ -0,0 +1 @@
+{"id": 624226, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-06T16:36:46.419Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 539517, "sizeKB": 242343.7119140625, "name": "624226_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T16:45:39.795Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C9CF9BA1", "AutoV2": "71B0C82344", "SHA256": "71B0C8234478B077191E00880C6D1D5BFFB6CA06FA57A036302DE651153B3888", "CRC32": "D26FA410", "BLAKE3": "8ED97B9AC46B99D4D0563A655CD5903A91C0D4BFE037F1F6649821F984EB6E04"}, "downloadUrl": "https://civitai.com/api/download/models/624226?type=Training%20Data"}, {"id": 539335, "sizeKB": 223105.03515625, "name": "Tulip_Storks.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T15:15:37.996Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D97FD838", "AutoV2": "8E9DBF9159", "SHA256": "8E9DBF9159E197F8EDB852B7ACC161720063A6D8ABB8C018A0393F648BA23142", "CRC32": "44A5388B", "BLAKE3": "8DA01797A02A6CA2B072AA9B2676E19D10ECE5BC55A22E363C2117106591D4B8", "AutoV3": "FBEE8A9F2EA2"}, "downloadUrl": "https://civitai.com/api/download/models/624226", "primary": true}], "images": [{"id": 18704373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93056bf9-c5d8-4b9c-8aa3-355ae8e11937/width=450/18704373.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULI4Ci4T1g^+}]vz9]R-RmnN={M{T2wGxuOF", "type": "image"}, {"id": 18704389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d51aafb-734b-4123-aeb0-e6b0c8931fba/width=450/18704389.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U8DkulsmBnJ901s.E*bIo|R+n5xF0gR*}?s.", "type": "image"}, {"id": 18704370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2db24627-f9bc-4f76-9de5-198eb9685a7c/width=450/18704370.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UeIgAYj[K1a}}?a|OCfkt6ayoLfQo|aysCf7", "type": "image"}, {"id": 18704372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a34580b-87f3-477b-a8ba-b109e3221f1d/width=450/18704372.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UGEA}[S#ACIo}Foy9]sANZWXE}%15RI:-Uxa", "type": "image"}, {"id": 18704374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/209bc520-bd22-4372-9942-014cd3f79e5f/width=450/18704374.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UEDk[Qu5PV^+}GEPI@xb9ZMxoeM{x]%2pING", "type": "image"}, {"id": 18704390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c1ac096-d8b4-4765-bf37-c5ce1a2a32f1/width=450/18704390.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UAH^-N=|7zEL00Rj01tR~ptRE1RPD4i_-oR*", "type": "image"}, {"id": 18704375, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/070b34a3-0d52-4f92-bd67-228dc15a439a/width=450/18704375.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UjM$rbSh_N$%q]IoShs:tRjZRPWBkDo0tRoL", "type": "image"}, {"id": 18704376, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e101879-f424-413c-8b51-28e539b5bcaf/width=450/18704376.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDF4G;OX5Rn4|ykC5lniEfR+B9xa5QIp-Vxt", "type": "image"}, {"id": 18704381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83f789a1-6932-4362-ac23-76d37c4a0c7b/width=450/18704381.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UADb4xSd0fr]IcI:ACxa~VxZIUWV0iRQ^Oxu", "type": "image"}, {"id": 18704384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1d59bfd-a05a-40b3-b72f-fff7d109f9bb/width=450/18704384.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULFrFa#TD%x[?w,@D%I;Otx[a0My%yOrn$xC", "type": "image"}, {"id": 18704383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/976abccc-0a7e-48f3-80af-d6168f3c3931/width=450/18704383.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UZIWZurWt-Ip}]v}o~W;Ne%1SOt6IqozWWkC", "type": "image"}, {"id": 18704386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b1f127b-7e06-4dbe-a86d-047b2b7137be/width=450/18704386.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U8G%iMS~0eD*00xV2vtR~pSiR5RP4oIp-:$*", "type": "image"}, {"id": 18704392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cb6e7de-5bf6-4857-a734-c53a0d6b6819/width=450/18704392.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U3C=h,r:050401^j6{ba03sr?8x-~3ELnVRn", "type": "image"}, {"id": 18704391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7726dd80-fa48-40e0-ac4b-5a1d7f88efd1/width=450/18704391.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U8Cr~5Xl0JDj_Or;3rpJY7OYQl$L9YM|?Hr=", "type": "image"}, {"id": 18704393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bc08118-52c8-4904-bbd5-2025baa81e3f/width=450/18704393.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UGGtmEkp5mRQ02a157kq~pxtIpNGm-S2aei{", "type": "image"}, {"id": 18704394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3b362da-d141-4bb7-8534-d76cc8e43bb5/width=450/18704394.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U5D8C8-?1jID{nO@1$$+ABEzX4-60wD$}S$e", "type": "image"}, {"id": 18704395, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04243d72-b86a-4399-8e42-49e4d3e25280/width=450/18704395.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U7F#UE;N3V5=vo,:1%KP%5$e9vI=4TE3}n$e", "type": "image"}, {"id": 18704396, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/943f659c-7f01-42ed-917b-b9152c2a597c/width=450/18704396.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U6BfIc^k1K0f}X%20zNHt7xtt7WVbFRjt7t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/624226", "modelId": 560521}
\ No newline at end of file
diff --git a/datasets/metadata/624331.json b/datasets/metadata/624331.json
new file mode 100644
index 0000000000000000000000000000000000000000..ba7840b264d449af8442c3bd04fa121ec40102d3
--- /dev/null
+++ b/datasets/metadata/624331.json
@@ -0,0 +1 @@
+{"id": 624331, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-06T15:23:35.135Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": [], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 539277, "sizeKB": 35.4990234375, "name": "624331_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T14:36:36.673Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "1012015059", "SHA256": "101201505950AD5A019774EDD3D472EDEC2B2D7175F135B97A3B040341F013C4", "CRC32": "8FCC4B23", "BLAKE3": "23D246BF8679C10595EBB8A370A2B997EDC7BD0C0A7DCD35C35E6A05655F3A39"}, "downloadUrl": "https://civitai.com/api/download/models/624331?type=Training%20Data"}, {"id": 539343, "sizeKB": 223098.96484375, "name": "Monique_ass_r1-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T15:21:11.501Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "629CEDF2", "AutoV2": "4D7A4EC847", "SHA256": "4D7A4EC847050406248FC3CCED90BDC08FAB27DC8F6AE353D453328A563CC618", "CRC32": "B639CF88", "BLAKE3": "88DF0805E447BAD3F8273FA22A9E8C454E4E316C234948908062C9F2398A199C", "AutoV3": "7DB5E9FA14CD"}, "downloadUrl": "https://civitai.com/api/download/models/624331", "primary": true}], "images": [{"id": 18697848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2189bb35-3b75-4a77-85eb-6cdb8c6f9731/width=450/18697848.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UVI;|n_N_1?bNEs.%gt7kCozafay-:s:M{WW", "type": "image"}, {"id": 18697851, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bccffc7a-19aa-4c93-89b7-9d36d5f76fc7/width=450/18697851.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UVJkJp?w~o_2Ris,-;t7ofozWCf7-;t7IVWW", "type": "image"}, {"id": 18697850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ff43ded-2d4a-417a-8297-48fe5ecedc4a/width=450/18697850.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "ULIq*~?d_0_2M_s,?bxukVxujFj[?axtIUR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/624331", "modelId": 560600}
\ No newline at end of file
diff --git a/datasets/metadata/624505.json b/datasets/metadata/624505.json
new file mode 100644
index 0000000000000000000000000000000000000000..64b35292236ab9097dbfa6e763cc1e4faa136392
--- /dev/null
+++ b/datasets/metadata/624505.json
@@ -0,0 +1 @@
+{"id": 624505, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-06T15:58:29.330Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 539433, "sizeKB": 22237.48828125, "name": "Aria_Oneshota-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T16:01:06.590Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8BAE6CDA", "AutoV2": "AB71161DF6", "SHA256": "AB71161DF63A21182D63A5AA090D70DBA32D7992E3CF94ED2F85EF307F1926EA", "CRC32": "403C51C3", "BLAKE3": "46FB42FBB947C2422CBBB7D4F95DA94DBFBBEF3C16BBABC949F08883B8289264", "AutoV3": "A8CE62805494"}, "downloadUrl": "https://civitai.com/api/download/models/624505", "primary": true}, {"id": 539432, "sizeKB": 8321.451171875, "name": "Aria_Oneshota.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T16:00:42.465Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BF679A3B", "AutoV2": "B2D54EFCB6", "SHA256": "B2D54EFCB677B4088E922F75D4DCCC8005D36CA3EDE2170CA306C0CAEACCA6B1", "CRC32": "A91F61D6", "BLAKE3": "EB554770E98ACD53DF08110320EE26BC859DCCE0572097FAF8F5E966A52E62C5"}, "downloadUrl": "https://civitai.com/api/download/models/624505?type=Training%20Data"}], "images": [{"id": 18701091, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5640b84a-6f0e-4580-b4a0-dc9f57404da3/width=450/18701091.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URQ9D*IoK6s+?]nO%Mn%~XxasDRjX,W;M{xt", "type": "image"}, {"id": 18701085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94ed76a3-df20-4a9e-ac4d-9f5e46aa0d65/width=450/18701085.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URQIxcIoK6s+?]nO%Mn%~XxasDRjX,W;M_xt", "type": "image"}, {"id": 18701402, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4732687b-c4f8-4955-af43-12de3968c67e/width=450/18701402.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UWN,Vm~WTe%2_2IUbaMx%LRkV@xFyD?bM{I:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/624505", "modelId": 560741}
\ No newline at end of file
diff --git a/datasets/metadata/624683.json b/datasets/metadata/624683.json
new file mode 100644
index 0000000000000000000000000000000000000000..c0bb36a4468df0d10162b792d88ba43105f52741
--- /dev/null
+++ b/datasets/metadata/624683.json
@@ -0,0 +1 @@
+{"id": 624683, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-06T17:51:10.693Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Marvus_Xoloto", "Cane"], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 539618, "sizeKB": 10908.58984375, "name": "622994_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T17:35:44.528Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0FDF1142", "AutoV2": "FA7D09465B", "SHA256": "FA7D09465B21B68574633EFCC83D4CE0EDFEB4A5689F48E8BB821BFAB89B8833", "CRC32": "4E06EFEC", "BLAKE3": "AA29D99E00129C982C2F51DCF1B8C15B4C241366BBEC194018CD522993569CBE"}, "downloadUrl": "https://civitai.com/api/download/models/624683?type=Training%20Data"}, {"id": 539663, "sizeKB": 445790.87890625, "name": "Marvus_Xoloto.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T17:51:02.246Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6FB5B38D", "AutoV2": "E05ED46BF7", "SHA256": "E05ED46BF7441BF1F3F6046FBE30C03A03180C0A63DF19B3AE38A1D8D9EF55DC", "CRC32": "F591E25C", "BLAKE3": "CA16FDCC5870EF1E4E4A757D6604DF9F6CD2EE21694DB678DE6DAC7D44AB26A1", "AutoV3": "3E43113CB338"}, "downloadUrl": "https://civitai.com/api/download/models/624683", "primary": true}], "images": [{"id": 18712637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67ada0f9-e955-4523-a16c-211c53ca9036/width=450/18712637.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UVH,G4RQ{++|}XX8vis9#XkCw}w|$eS0%1oJ", "type": "image"}, {"id": 18713581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8be9d149-b9a3-4134-9be5-133fe25e429c/width=450/18713581.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UIH9^RSv#2v:?qn}jFSuKYNaKGbp#doI$moO", "type": "image"}, {"id": 18714974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ce361ad-8842-486d-89b4-48ce88b9e32c/width=450/18714974.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U3F=p^_4$p.9[D^,0MK4,]$$O?029u~BEMx^", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/624683", "modelId": 559510}
\ No newline at end of file
diff --git a/datasets/metadata/624697.json b/datasets/metadata/624697.json
new file mode 100644
index 0000000000000000000000000000000000000000..84087794e48543db4b985d0c153936738f945594
--- /dev/null
+++ b/datasets/metadata/624697.json
@@ -0,0 +1 @@
+{"id": 624697, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-06T22:44:12.458Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 539973, "sizeKB": 217496.642578125, "name": "624697_training_data.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/624697?type=Training%20Data"}, {"id": 540245, "sizeKB": 223123.85546875, "name": "MilaAI.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T22:40:41.938Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "56662C38", "AutoV2": "8716727805", "SHA256": "87167278059B3E3B6BACEC57BEBAFF8D7E439332CAE4570B28B2F16835AF9AB5", "CRC32": "B857F8DF", "BLAKE3": "20C62F1554D7AF4387B3A4B95C707518F6D0F782E66BF352BF3EABBD272F1690", "AutoV3": "BD315BD50078"}, "downloadUrl": "https://civitai.com/api/download/models/624697", "primary": true}], "images": [{"id": 18741617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c3895d0-cb0b-4bd4-ae92-9c20d536b45e/width=450/18741617.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBE30jEh00]}1-xZ~AelQ-xV-;I[.9aJEMtR", "type": "image"}, {"id": 18741615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d14402aa-4b5f-4fcd-9c31-451606515d15/width=450/18741615.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U4FOu~~q00sT00%go~jF004.f,t7~XMx-7In", "type": "image"}, {"id": 18741616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2dbc7ec-e602-4a32-bcc2-38e10dd25aa1/width=450/18741616.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7F}Zk}E5m=a%g=w%M0LTJD%~B%2-;=yWCNw", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/624697", "modelId": 560909}
\ No newline at end of file
diff --git a/datasets/metadata/625093.json b/datasets/metadata/625093.json
new file mode 100644
index 0000000000000000000000000000000000000000..ee38d04942080678638cccc5e1eae8a4525a9548
--- /dev/null
+++ b/datasets/metadata/625093.json
@@ -0,0 +1 @@
+{"id": 625093, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-06T20:39:38.927Z", "availability": "Public", "nsfwLevel": 17, "description": null, "trainedWords": ["historiaReiss", "christa renz", "blonde", "blue eyes"], "stats": {"downloadCount": 54, "ratingCount": 0, "rating": 0, "thumbsUpCount": 21, "thumbsDownCount": 0}, "files": [{"id": 540043, "sizeKB": 223298.93359375, "name": "historiaReiss (3).safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T20:40:44.545Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4A15681F", "AutoV2": "D2238B7752", "SHA256": "D2238B7752B129AEA0463D5371B6086103B2E2D7E13327F508539DB23BAB92FB", "CRC32": "5BD82740", "BLAKE3": "87E25446DB3D57D4843F87E107DE56D80C3CD7855ECB50FD6F29DBB02C31AEF6", "AutoV3": "79082FF09779"}, "downloadUrl": "https://civitai.com/api/download/models/625093", "primary": true}, {"id": 540084, "sizeKB": 8542.0029296875, "name": "historiaReiss.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T21:05:37.396Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "93A7ACE1", "AutoV2": "4BE28DD540", "SHA256": "4BE28DD540B0E8C96A9A56D7A94CB5F045DB5C5B1C2ED0C01C31B464E09827B6", "CRC32": "82CED00E", "BLAKE3": "423A0CF1523F617EFE9D6F27F014FE2E84C1520711A9BA6FB67572EB774349A0"}, "downloadUrl": "https://civitai.com/api/download/models/625093?type=Training%20Data"}], "images": [{"id": 18729366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68d0429b-0c8b-4ec3-99dd-dc7bbe96476e/width=450/18729366.jpeg", "nsfwLevel": 1, "width": 992, "height": 1456, "hash": "ULLX6|WB0LtT_2E19cIUpfxvxwxs58M{D*%1", "type": "image"}, {"id": 18729368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fdd66d8-35e4-4fac-9233-fc7278de80b3/width=450/18729368.jpeg", "nsfwLevel": 1, "width": 992, "height": 1456, "hash": "UMM@Gw000fJC^b%NXBkD_NnzN2nhIpW9S*xu", "type": "image"}, {"id": 18729367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b5acdfc-f7b5-4060-8e4e-22629b9b8ce2/width=450/18729367.jpeg", "nsfwLevel": 1, "width": 992, "height": 1456, "hash": "UeK^vu%LIUM{~VkWkDt8X5R-WER-%MNGbcM{", "type": "image"}, {"id": 18729364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0b4ac9e-709f-453e-88b0-8b3753f29fce/width=450/18729364.jpeg", "nsfwLevel": 16, "width": 992, "height": 1456, "hash": "UJLNV:vx03S7?a~US*I^16Mvo#9bww%LIqIq", "type": "image"}, {"id": 18729365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e89ed9f-e109-4492-b81c-c1c620dfb8a8/width=450/18729365.jpeg", "nsfwLevel": 16, "width": 992, "height": 1456, "hash": "UTLNV%E45T~AKPR.kXxVg5Wr%NM_?b-oR.xs", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/625093", "modelId": 561223}
\ No newline at end of file
diff --git a/datasets/metadata/625111.json b/datasets/metadata/625111.json
new file mode 100644
index 0000000000000000000000000000000000000000..ef608ea19a30ce18cc2db141e3e8fb9a0e837846
--- /dev/null
+++ b/datasets/metadata/625111.json
@@ -0,0 +1 @@
+{"id": 625111, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-06T20:50:17.893Z", "availability": "Public", "nsfwLevel": 17, "description": null, "trainedWords": ["ymirS1", "brown hair", "short tied hair", "freckles", "brown eyes"], "stats": {"downloadCount": 41, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 540060, "sizeKB": 176955.90625, "name": "ymirS1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T20:50:58.123Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7BD0C801", "AutoV2": "3097C50345", "SHA256": "3097C50345A5B75716A0FC792A3169E1F1294E66AB95BD9F017C559CCFA314B0", "CRC32": "C7F565A1", "BLAKE3": "87C1C48D9FA54DD7034AF68A7622366119296797F79E9F787448A93ADA39C948", "AutoV3": "377F715CAF31"}, "downloadUrl": "https://civitai.com/api/download/models/625111", "primary": true}, {"id": 540082, "sizeKB": 5004.1474609375, "name": "ymirS1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-06T21:08:04.497Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2C78109E", "AutoV2": "B189FB9FCF", "SHA256": "B189FB9FCFD241B72D92261A834D1DAFF985762C62C487932F66535AD9F48F75", "CRC32": "B93E8EBF", "BLAKE3": "D4C2DE549E6BDD46326FD9BE67BA160524E45977ADF26E1034E4456221F9E79A"}, "downloadUrl": "https://civitai.com/api/download/models/625111?type=Training%20Data"}], "images": [{"id": 18730429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96400342-ecb3-4bbe-84e8-e891ed75b5cd/width=450/18730429.jpeg", "nsfwLevel": 1, "width": 992, "height": 1456, "hash": "UCF#]#^i18?a.8ENOG%L4o-o~ANHO[f5%gNH", "type": "image"}, {"id": 18730432, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3035698-19eb-4c6a-9a3a-db7902c65089/width=450/18730432.jpeg", "nsfwLevel": 1, "width": 992, "height": 1456, "hash": "UDFrCZ_2AH570z-pWVE29v57^*~B%#x]I@WW", "type": "image"}, {"id": 18730430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bd4e112-e066-41f8-b995-d481a162b587/width=450/18730430.jpeg", "nsfwLevel": 1, "width": 992, "height": 1456, "hash": "UNG8cbEl9x~WK7o~kr%MRj-p=|IV9ut7ofM|", "type": "image"}, {"id": 18730428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79ca5619-2b4d-4efc-86f9-1a3677d729b2/width=450/18730428.jpeg", "nsfwLevel": 16, "width": 992, "height": 1456, "hash": "UDG[D@,TEMVs9~~9X9Io?b9F?H^*p0emNHS5", "type": "image"}, {"id": 18730431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/088b89ce-c0af-4710-8682-ceedad646750/width=450/18730431.jpeg", "nsfwLevel": 16, "width": 992, "height": 1456, "hash": "UCJ7gq.86VD%0X.8KRV@D+t8={%2~BkCi^of", "type": "image"}, {"id": 18730558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/852ea428-3b41-4b8b-a682-fe8d14e99851/width=450/18730558.jpeg", "nsfwLevel": 1, "width": 992, "height": 1456, "hash": "UCF#]#^i18?a.8ENOG%L4o-o~ANHO[f5%gNH", "type": "image"}, {"id": 18730564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08133edb-b748-4102-b385-57db4ec0f32a/width=450/18730564.jpeg", "nsfwLevel": 1, "width": 992, "height": 1456, "hash": "UDFrCZ_2AH570z-pWVE29v57^*~B%#x]I@WW", "type": "image"}, {"id": 18730561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43966c69-d507-4de4-9095-13f94d4fbf3c/width=450/18730561.jpeg", "nsfwLevel": 1, "width": 992, "height": 1456, "hash": "UNG8cbEl9x~WK7o~kr%MRj-p=|IV9ut7ofM|", "type": "image"}, {"id": 18730555, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8aa3d41-d56d-401b-bbec-1ab7dd6120f7/width=450/18730555.jpeg", "nsfwLevel": 16, "width": 992, "height": 1456, "hash": "UDG[D@,TEMVs9~~9X9Io?b9F?H^*p0emNHS5", "type": "image"}, {"id": 18730559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a9d9e67-d911-4f19-8889-f4a043f52948/width=450/18730559.jpeg", "nsfwLevel": 16, "width": 992, "height": 1456, "hash": "UCJ7gq.86VD%0X.8KRV@D+t8={%2~BkCi^of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/625111", "modelId": 561247}
\ No newline at end of file
diff --git a/datasets/metadata/625684.json b/datasets/metadata/625684.json
new file mode 100644
index 0000000000000000000000000000000000000000..efb80be68057617793a2efaabc421ee0ead2c052
--- /dev/null
+++ b/datasets/metadata/625684.json
@@ -0,0 +1 @@
+{"id": 625684, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-07T05:14:16.048Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["ratcandy"], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 540704, "sizeKB": 11190.7880859375, "name": "625684_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T03:15:40.776Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B8EA4755", "AutoV2": "41F0E9A0B4", "SHA256": "41F0E9A0B45D6727ACBA6B9A137C79E9801D90F623B133166EEF988CE2016A46", "CRC32": "D4D399EF", "BLAKE3": "51F8A6D47E247963C7D45225D4A1DEA93FC9DE63FB3F5CD48A5F6A31CEFA3469"}, "downloadUrl": "https://civitai.com/api/download/models/625684?type=Training%20Data"}, {"id": 540869, "sizeKB": 223114.66015625, "name": "Ratcandy_Style_PonyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T05:10:42.558Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B886A63D", "AutoV2": "19CF078EC6", "SHA256": "19CF078EC6CA0902D1EC6A0720E1DF764836B0E341BBD6D66ECAFCACE21C956F", "CRC32": "F06C3619", "BLAKE3": "991713CFD92C37A3864D4EB045060326AE61B0019475BCDB056DFEB5C46B88B3", "AutoV3": "ECCC86E1A5A1"}, "downloadUrl": "https://civitai.com/api/download/models/625684", "primary": true}], "images": [{"id": 18778688, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21f06ba0-b9c0-493c-bc73-278186f68ee3/width=450/18778688.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UTMGxO^j~p$,V#Rix@bc?vM_%eE3$%xZodRV", "type": "image"}, {"id": 18778690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0afa26d-5968-4479-8782-e2a71ccd0803/width=450/18778690.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UYM@K8%2RP%L_Kn%xtoM_3X8x[bFt9SgbckB", "type": "image"}, {"id": 18778692, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69937d96-6d28-4fae-a306-2f1904d8eaa6/width=450/18778692.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGNvlLDh-U.T%1TdK+SOuj?w#+x]?vXnEh-o", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/625684", "modelId": 561714}
\ No newline at end of file
diff --git a/datasets/metadata/625900.json b/datasets/metadata/625900.json
new file mode 100644
index 0000000000000000000000000000000000000000..4f822b483ce8b5feb574cc0a2da845e19f0d9f85
--- /dev/null
+++ b/datasets/metadata/625900.json
@@ -0,0 +1 @@
+{"id": 625900, "index": 0, "name": "V0.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-07T06:59:56.814Z", "availability": "Public", "nsfwLevel": 1, "description": "initial test
", "trainedWords": ["trash", "clutter"], "stats": {"downloadCount": 17, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 540926, "sizeKB": 13640.1943359375, "name": "625900_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T05:50:44.469Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "23DB3C88", "AutoV2": "A6C1307CF1", "SHA256": "A6C1307CF183F1E39FCF124CF99385FE02F5B7FFDB8846624439D66F751DA2E5", "CRC32": "6D990833", "BLAKE3": "A53E7AEE0C5C74240445938634898829773DB8014859255BA9227B86A490388D"}, "downloadUrl": "https://civitai.com/api/download/models/625900?type=Training%20Data"}, {"id": 540995, "sizeKB": 223102.06640625, "name": "Clutter_and_Trash.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T06:40:54.470Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FAC0861A", "AutoV2": "C0279AA992", "SHA256": "C0279AA99279CF61456E18992B96DDA2F4A12EB3508893C02746CDED6392AFF4", "CRC32": "AF893561", "BLAKE3": "4A949AA6075960BD83D298E0A1D6CEBB13DC8C4E6BF152BC6211596EDF3863B6", "AutoV3": "A63A5C79A854"}, "downloadUrl": "https://civitai.com/api/download/models/625900", "primary": true}], "images": [{"id": 18803915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bdec271-8403-4ef1-8aeb-13c47d280a8e/width=450/18803915.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UG6+,zS]O.TB%iU$rfSb*Ikofzbs%OtRNGoM", "type": "image"}, {"id": 18804013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d476ce62-3a98-4036-9b9c-f23eb418a88b/width=450/18804013.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UWCtOe-=R8x]~X%NkCoM?Jj=R~n,x[WCRQfi", "type": "image"}, {"id": 18802110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fb57b57-7428-4f63-aaf9-08f66ce111ec/width=450/18802110.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U60nltZSh:d1koeYepgci$gIf$iidygbgciQ", "type": "image"}, {"id": 18798140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4596fca5-f369-4d69-a508-61f4201c9fba/width=450/18798140.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U28E0cx[MA~E+OIWY20J?H4ntL-;5h01=4NH", "type": "image"}, {"id": 18790205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8beab2a2-f8af-4f62-a5c4-7cd2c5905957/width=450/18790205.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U38;Yu~B}xK4l@%Jp=~VNXDjMd4nO+x[}[-o", "type": "image"}, {"id": 18790386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8f42f07-1418-4328-bd56-c990805d6b7b/width=450/18790386.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UJIYUx4ntmx[?IIU.8?c_4-;M{xuNZxvD$NF", "type": "image"}, {"id": 18790462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf6106a5-84df-48f8-8efd-0e1ab18d5ccb/width=450/18790462.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UXHog@X8IU%M%NbGWBj[_4RPM{V@oMt7bat7", "type": "image"}, {"id": 18789514, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5852704f-d8f8-45ea-b8b2-4fa4f6e0e856/width=450/18789514.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U25qO+^O9ubF-U$%-Ut7I:ENt6$%xtNbM|Rj", "type": "image"}, {"id": 18789516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d95e943f-fe12-4c15-88d8-22432a0598ee/width=450/18789516.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9EVKI#P%zxWIo~VVrjEtRD*xv%L4;9bNg9F", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/625900", "modelId": 561894} \ No newline at end of file diff --git a/datasets/metadata/625990.json b/datasets/metadata/625990.json new file mode 100644 index 0000000000000000000000000000000000000000..bfd74fb4b8fd3f09db47fb2d7e1c25b40712c234 --- /dev/null +++ b/datasets/metadata/625990.json @@ -0,0 +1 @@ +{"id": 625990, "index": 0, "name": "V1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-07T09:15:41.295Z", "availability": "Public", "nsfwLevel": 16, "description": null, "trainedWords": ["Girl on top, man laying on bed, couple, kissing, cock cum on pussy, hugging each other, from behind, behind pov, side view,semen, pussy, vaginal, dick, sperm, bedroom, cum, cock in pussy"], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 541218, "sizeKB": 223099.91015625, "name": "XL__Amazon_Position_Sex-000009.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/625990", "primary": true}, {"id": 540903, "sizeKB": 16345.0126953125, "name": "625990_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T05:35:48.381Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9E366B90", "AutoV2": "C75CD2C52C", "SHA256": "C75CD2C52C37B3EF63D58A495600176D9A2391AB316C49E2256AC88DABBA42ED", "CRC32": "003B15F8", "BLAKE3": "81EDA2FAA72BBEF7DEA027861199E59D9F628C0EA51F1C47F744F820C6F478DE"}, "downloadUrl": "https://civitai.com/api/download/models/625990?type=Training%20Data"}], "images": [{"id": 18804006, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42fb5121-f4cb-4dca-a020-f5d974f69ef0/width=450/18804006.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDMi+n000i~A00OYNLxU00n+%N-.$L~WDPpJ", "type": "image"}, {"id": 18804008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aab4b05b-9f95-4fcc-aa20-592cc97ab03f/width=450/18804008.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7Lf]m0000?b00-;00?a00_2_NxV?F0001M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/625990", "modelId": 561978} \ No newline at end of file diff --git a/datasets/metadata/626128.json b/datasets/metadata/626128.json new file mode 100644 index 0000000000000000000000000000000000000000..d6ef18cf53ac3511edf9ec613f95efd1d1039718 --- /dev/null +++ b/datasets/metadata/626128.json @@ -0,0 +1 @@ +{"id": 626128, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-07T10:29:22.431Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["StarshipWA, stars, space"], "stats": {"downloadCount": 17, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 541020, "sizeKB": 99727.6064453125, "name": "626128_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T06:56:21.303Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9661C5E0", "AutoV2": "89537E066A", "SHA256": "89537E066A5CA1CBF32F5EE53892A23F3E36505A8BD5CB1BEA7C54341E06F3D8", "CRC32": "8451A168", "BLAKE3": "89361E943E098883AA4B71014CFAFAE60F1CAEE26ADC1EFA39D7AEB9E14A33AE"}, "downloadUrl": "https://civitai.com/api/download/models/626128?type=Training%20Data"}, {"id": 541366, "sizeKB": 223100.17578125, "name": "Starship_warm_anime_old_anime.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/626128", "primary": true}], "images": [{"id": 18810680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a38178df-5f6b-47b9-8edc-3331e7eb5f88/width=450/18810680.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U27nni-dt2t:0vs$tToz]UWyben0y3Sli[Vq", "type": "image"}, {"id": 18810679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7097afe5-d034-4cb7-aa65-9c5157fd9c48/width=450/18810679.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UA8z~1t9kRjY4,j[tSaxVtadWFbJ-@j[V?j]", "type": "image"}, {"id": 18810682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea6fd947-62ce-40f9-be8b-6483cd364947/width=450/18810682.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UA7UMZkDogkC9DWUj]ax%jj]Rif6W8f5bHj]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/626128", "modelId": 562094} \ No newline at end of file diff --git a/datasets/metadata/626142.json b/datasets/metadata/626142.json new file mode 100644 index 0000000000000000000000000000000000000000..3e971f076da9fc96edd3249c3971abc957b10bd9 --- /dev/null +++ b/datasets/metadata/626142.json @@ -0,0 +1 @@ +{"id": 626142, "index": 0, "name": "anime", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-07T08:49:38.095Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["ritchie, brown hair, male focus, brown hair,", "gloves, hat, fingerless gloves, baseball cap, pants, green pants, belt,"], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 541192, "sizeKB": 223110.00390625, "name": "pokemon-ritchie-anime-ponyxl-lora-nochekaiser.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T08:46:08.672Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "29617542", "AutoV2": "24343D08B9", "SHA256": "24343D08B95C1BCC23172CB5FB46F1EB922992299DDA4A1C16FC0EC17F864001", "CRC32": "7A201084", "BLAKE3": "DCF78424EDFFD9A6532D951EF88DCEF9E0FD1622328441EC0622C9600BE7246B", "AutoV3": "8FC7820FD10A"}, "downloadUrl": "https://civitai.com/api/download/models/626142", "primary": true}, {"id": 541200, "sizeKB": 194213.9072265625, "name": "pokemon ritchie anime.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T08:50:51.017Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D56E95DA", "AutoV2": "64C1E6222E", "SHA256": "64C1E6222EE57397B6C042FE68D9C85B2978D6DF1EC80C091EE69876B604D6A6", "CRC32": "ECEAD241", "BLAKE3": "3B3078DBB465AFA9B41492E6542889496DBB2BC579342678B335E1855899FD31"}, "downloadUrl": "https://civitai.com/api/download/models/626142?type=Training%20Data"}], "images": [{"id": 18800262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68978aa6-f88a-4891-b08f-95084f8cd28e/width=450/18800262.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UKDA*xkopw]N%%tkKPrrNMtRIV$fOYJ6$esk", "type": "image"}, {"id": 18800271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec44aca6-115d-44ce-83c9-842bac9f5282/width=450/18800271.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UPDdtWy6pI:iT}OsNLVsRpo#Vs$*gLxU-QS}", "type": "image"}, {"id": 18800261, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7a515c7-3e6f-4db2-88f0-3d97af389b31/width=450/18800261.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "USCuIpH~o|GulVnNV{XTM+oba2M{t2V}xYrr", "type": "image"}, {"id": 18800274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ba24661-d06f-41db-ba41-1d504cb82a93/width=450/18800274.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UPFGN]bv$~t,T}VvR+o}KQI.ICV@F{tOw]V?", "type": "image"}, {"id": 18800268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e5bb91a-8b6d-4217-86a3-a5d5956f97c4/width=450/18800268.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UKDdUnx[u3{_YRt%K6nNI]OZIoxZj]ou$2%0", "type": "image"}, {"id": 18800270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb4cd37d-f31a-4b4c-b5ea-08b30a256030/width=450/18800270.jpeg", "nsfwLevel": 1, "width": 1152, "height": 896, "hash": "UJDwc}Iyt8GvpfQ.M{o|9*nNZ+M|tQfB=_t1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/626142", "modelId": 562108} \ No newline at end of file diff --git a/datasets/metadata/626196.json b/datasets/metadata/626196.json new file mode 100644 index 0000000000000000000000000000000000000000..42c73767c6bd78e59e88cf7b415fef6738180f85 --- /dev/null +++ b/datasets/metadata/626196.json @@ -0,0 +1 @@ +{"id": 626196, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-07T07:35:02.283Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 20, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 541085, "sizeKB": 22238.74609375, "name": "Akiha_Mayohiga-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T07:35:44.535Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7DC5052A", "AutoV2": "D79D1BF4BA", "SHA256": "D79D1BF4BA46A8B98AF683D359A4188D223D86006F2FDC2DFC8C3C8BA4DBD2CE", "CRC32": "C3B3E2D3", "BLAKE3": "7E7D5E7A6348002939D75A67E5F1A7AB8FED827E83EB8F37851BFD4AF7EA19D9", "AutoV3": "DEEC9CF8FC06"}, "downloadUrl": "https://civitai.com/api/download/models/626196", "primary": true}, {"id": 541087, "sizeKB": 11877.2939453125, "name": "Akiha_Mayohiga.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T07:36:22.342Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/626196?type=Training%20Data"}], "images": [{"id": 18793028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e4b52a6-ad03-4027-b530-079d3367c353/width=450/18793028.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZPF}}xu_NxuI.ay?bkC-;kBoIf6-;fQjEaf", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/626196", "modelId": 562159} \ No newline at end of file diff --git a/datasets/metadata/626294.json b/datasets/metadata/626294.json new file mode 100644 index 0000000000000000000000000000000000000000..dc1e37831b154ffae62640245f1ebc88e53d9672 --- /dev/null +++ b/datasets/metadata/626294.json @@ -0,0 +1 @@ +{"id": 626294, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-07T08:31:37.668Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 541179, "sizeKB": 22235.80859375, "name": "Natsuki_Mayohiga-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T08:35:44.070Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "66EEC782", "AutoV2": "68A4B5EA61", "SHA256": "68A4B5EA61B6918951A15247FF02BD789B782E2B34690FD3A6956075E847570D", "CRC32": "CCC22296", "BLAKE3": "A6D61C8F887A56B56E63568DF8F77BB7B2A5AF7E574E59465D238A994F8FA409", "AutoV3": "0E3B7364A94A"}, "downloadUrl": "https://civitai.com/api/download/models/626294", "primary": true}, {"id": 541178, "sizeKB": 16085.6943359375, "name": "Natsuki_Mayohiga.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T08:35:33.733Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7F0FBAFE", "AutoV2": "282D850D2B", "SHA256": "282D850D2B231A8ED20CAE07EEEE711EF3D7E4D38F1CBAF9BDF888D6DE71292E", "CRC32": "CDE635B3", "BLAKE3": "D8A05A401328ACBE62F51A1AD14A4A9A9E3E3708ACC8D3B43BBBA71FF310E40B"}, "downloadUrl": "https://civitai.com/api/download/models/626294?type=Training%20Data"}], "images": [{"id": 18799364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db6c4ba2-05eb-4ae3-a0f4-4e5f26def0a3/width=450/18799364.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKRCD8%2sr%MQRVsxvRP*Jt7WCozyEW;%MoM", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/626294", "modelId": 562240} \ No newline at end of file diff --git a/datasets/metadata/626306.json b/datasets/metadata/626306.json new file mode 100644 index 0000000000000000000000000000000000000000..96365b9d8a5eb6be4116e2b4c39d2e7fb9a1a22a --- /dev/null +++ b/datasets/metadata/626306.json @@ -0,0 +1 @@ +{"id": 626306, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-07T09:45:25.824Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": [], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 541195, "sizeKB": 498.86328125, "name": "626306_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T08:45:36.659Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "842E2F1D17", "SHA256": "842E2F1D17F9004FB05B4E25F929A73B909699CAA923849112F3705A910B0D64", "CRC32": "59B961B9", "BLAKE3": "6AE05CD9BDD510B5C69500AC05A1C68FE06A66EDBF56D6E45A686AEFA0F64475"}, "downloadUrl": "https://civitai.com/api/download/models/626306?type=Training%20Data"}, {"id": 541278, "sizeKB": 223099.16015625, "name": "Carmelita_Sfm-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T09:46:12.862Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E38E8001", "AutoV2": "321578124C", "SHA256": "321578124C3A4D9EA6754C07FF8EDC1452774B59D438E493E04C4CCB7AAB88EF", "CRC32": "C9978897", "BLAKE3": "9DC940245331CCF433DC12E8C48E7C815EFCFBE064222642E4BBCEF79628CEEF", "AutoV3": "A97F8A06D39C"}, "downloadUrl": "https://civitai.com/api/download/models/626306", "primary": true}], "images": [{"id": 18807051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e033cb08-22cb-45a4-8689-c5b9d24b0997/width=450/18807051.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U4A0j,~8000i029bE0-mpKIp?F^iib~A%K0N", "type": "image"}, {"id": 18807052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b32eccb-29f7-46b2-bd4f-6194c3a42d5f/width=450/18807052.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U49?|1~8000N03EN9Z$yE-9b?F~A,@~T$_0N", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/626306", "modelId": 562253} \ No newline at end of file diff --git a/datasets/metadata/626307.json b/datasets/metadata/626307.json new file mode 100644 index 0000000000000000000000000000000000000000..cb305463f84e4d5a4d4f99f2ed529194439ccaa9 --- /dev/null +++ b/datasets/metadata/626307.json @@ -0,0 +1 @@ +{"id": 626307, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-07T09:47:50.561Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 541197, "sizeKB": 58.900390625, "name": "626307_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T08:51:09.480Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "CBCA9FAD70", "SHA256": "CBCA9FAD70A8FD6ADB7AEB4759B29B2FB9905AF8A80C97F362C941FD5FBC5BBB", "CRC32": "67743059", "BLAKE3": "064FCBEB3820FEEE45B61FCD0B068AFD0350034A4ECDBE36151E8A73DF4B2A2F"}, "downloadUrl": "https://civitai.com/api/download/models/626307?type=Training%20Data"}, {"id": 541280, "sizeKB": 223099.05078125, "name": "Catwoman_Jam-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T09:50:47.102Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7B8D27C5", "AutoV2": "8933825A33", "SHA256": "8933825A33844F1BC298E4E3D8079CE4E6CC8AA61683EF7D0EF6A638A0F307A5", "CRC32": "722EC718", "BLAKE3": "ED53A6DC8DB7D9A3FC41E847ACBEDC999D153B99CDEEE074C8DECF9F8C9972A2", "AutoV3": "E9A8D8326810"}, "downloadUrl": "https://civitai.com/api/download/models/626307", "primary": true}], "images": [{"id": 18807170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b986e27d-d55a-4a19-96a9-17f23bf18f01/width=450/18807170.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UnM7r#%N_4WB~qozazM{xZWBM{oeWCWBofof", "type": "image"}, {"id": 18807171, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1bff6b9-8499-423c-aff6-772b0d0dca55/width=450/18807171.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UjMQx1%g_Njs~qoga|M{%LWBM{t6RkWBozj]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/626307", "modelId": 562254} \ No newline at end of file diff --git a/datasets/metadata/626318.json b/datasets/metadata/626318.json new file mode 100644 index 0000000000000000000000000000000000000000..9b9f853a2e310ced2fb3335a7f79904c57f220a2 --- /dev/null +++ b/datasets/metadata/626318.json @@ -0,0 +1 @@ +{"id": 626318, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-07T11:04:31.213Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 541437, "sizeKB": 223100.66015625, "name": "fat_cock-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T11:10:46.240Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DC616C44", "AutoV2": "747862AF4C", "SHA256": "747862AF4C26946607E06B4F451975C99FB9FF4F85ACC7022126A8151A66309F", "CRC32": "44F14A44", "BLAKE3": "EE67B20A4F20F62F133F4D487F6B3B6B18F5DBDE35BD81510F41A0CF8CE56BFD", "AutoV3": "6EBF8D8E7E2C"}, "downloadUrl": "https://civitai.com/api/download/models/626318", "primary": true}, {"id": 541233, "sizeKB": 12526.1728515625, "name": "626318_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T09:16:22.939Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "10628B4A", "AutoV2": "ED43EC74F4", "SHA256": "ED43EC74F485842A613B2B0980FB502FD6DB9C44BB77798AD4216D8BAB591CA7", "CRC32": "47D6CFFB", "BLAKE3": "B1381A55DFE4D638FE370AE9863F0F01A2B3430AB964B781AD9F92E6D620DD2C"}, "downloadUrl": "https://civitai.com/api/download/models/626318?type=Training%20Data"}, {"id": 541434, "sizeKB": 223100.66015625, "name": "fat_cock-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T11:12:55.920Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DC616C44", "AutoV2": "747862AF4C", "SHA256": "747862AF4C26946607E06B4F451975C99FB9FF4F85ACC7022126A8151A66309F", "CRC32": "44F14A44", "BLAKE3": "EE67B20A4F20F62F133F4D487F6B3B6B18F5DBDE35BD81510F41A0CF8CE56BFD", "AutoV3": "6EBF8D8E7E2C"}, "downloadUrl": "https://civitai.com/api/download/models/626318?type=Model&format=SafeTensor"}], "images": [{"id": 18813674, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99f55e2c-b05f-4154-b8bf-a7e1c1702e8b/width=450/18813674.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAI:U1E41txFEvt6w3oxy9Rk~9smXQ%0EMoe", "type": "image"}, {"id": 18813676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6551b6da-40ad-4637-a370-1ddec48a59c1/width=450/18813676.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UWJr~hWVACt6}sjZNaayI:X7oMWVV]ayW.WC", "type": "image"}, {"id": 18813673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06154295-5255-4b56-9adf-e42804eedb9c/width=450/18813673.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UMI{l{ba0~$%S_S29^bG1IxF=xoL}=s.=wNH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/626318", "modelId": 562264} \ No newline at end of file diff --git a/datasets/metadata/626478.json b/datasets/metadata/626478.json new file mode 100644 index 0000000000000000000000000000000000000000..63d1e8245f0b5e3b8bca80d767f23f4d0c60ba4a --- /dev/null +++ b/datasets/metadata/626478.json @@ -0,0 +1 @@ +{"id": 626478, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-08T02:39:36.320Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 543371, "sizeKB": 223099.05859375, "name": "Mariah-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T02:40:38.841Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "52E6EB81", "AutoV2": "EABB536094", "SHA256": "EABB5360946F9C97F6DD8812FD6E71596B5C6FFFDFF09915551BCB51DE71FD2B", "CRC32": "EDB1F87B", "BLAKE3": "E6225E71CCD72D712830939A53EA90F4A11DC0B5CE151D0FAC559B59846CCD56", "AutoV3": "BB1A7C598C87"}, "downloadUrl": "https://civitai.com/api/download/models/626478", "primary": true}, {"id": 541346, "sizeKB": 379.3125, "name": "626478_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T10:21:14.049Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "A7FFD4E46C", "SHA256": "A7FFD4E46C42AD51FCD649437A9DB23FEC3632BE20B301C9B6E14082D5AFFBD9", "CRC32": "BA001583", "BLAKE3": "12E1D90E1D370F2EBEB4E1691F556ED5B05FBC84217808915CB9D39C7DA295A0"}, "downloadUrl": "https://civitai.com/api/download/models/626478?type=Training%20Data"}], "images": [{"id": 18903693, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7cfb168-335a-43a1-97c4-1fcbfccb043f/width=450/18903693.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBJH2k=}1?AU00WB0JIo00afx@Wn?dxa%#tQ", "type": "image"}, {"id": 18903692, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e17a502c-f54c-43d8-897c-f259aff05946/width=450/18903692.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9J7Re}v1r2l00$+005PR7NG.7sn.AXR%#%3", "type": "image"}, {"id": 18903690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2668eb96-1815-4cfc-9650-8d0025e03a10/width=450/18903690.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6JaE1je32x@00Mx00OD00x[xUw0?dx].T$k", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/626478", "modelId": 562381} \ No newline at end of file diff --git a/datasets/metadata/626553.json b/datasets/metadata/626553.json new file mode 100644 index 0000000000000000000000000000000000000000..6821156c00d54c94445951f5433d96e1e4ce242b --- /dev/null +++ b/datasets/metadata/626553.json @@ -0,0 +1 @@ +{"id": 626553, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-08T02:29:10.212Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 543349, "sizeKB": 223099.05859375, "name": "Silver_Baby-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T02:31:16.462Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6796022D", "AutoV2": "2EFCF0CCCA", "SHA256": "2EFCF0CCCA8AFD42C3B59435BACEFF671E782A29215313B226131EFAF6D9FFEE", "CRC32": "41B9C392", "BLAKE3": "B5C03AD6AAE742C560543C0F5FF7B48392FF8DB26BB09AE8AD08928AD5070FBA", "AutoV3": "66622ED89727"}, "downloadUrl": "https://civitai.com/api/download/models/626553", "primary": true}, {"id": 543351, "sizeKB": 223099.05859375, "name": "Silver_Baby-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T02:31:49.020Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6796022D", "AutoV2": "2EFCF0CCCA", "SHA256": "2EFCF0CCCA8AFD42C3B59435BACEFF671E782A29215313B226131EFAF6D9FFEE", "CRC32": "41B9C392", "BLAKE3": "B5C03AD6AAE742C560543C0F5FF7B48392FF8DB26BB09AE8AD08928AD5070FBA", "AutoV3": "66622ED89727"}, "downloadUrl": "https://civitai.com/api/download/models/626553?type=Model&format=SafeTensor"}, {"id": 541427, "sizeKB": 1513.1435546875, "name": "626553_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T11:05:52.707Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "F10AE40CDA", "SHA256": "F10AE40CDAB1548100B16E03E8287B28326C5A3882FEA605BE688BF7A48B70ED", "CRC32": "CB224A00", "BLAKE3": "73AC558BBBBB65F70CF69C099786C1A7F392C60C288B3831AC00189110290E01"}, "downloadUrl": "https://civitai.com/api/download/models/626553?type=Training%20Data"}], "images": [], "downloadUrl": "https://civitai.com/api/download/models/626553", "modelId": 562447} \ No newline at end of file diff --git a/datasets/metadata/626576.json b/datasets/metadata/626576.json new file mode 100644 index 0000000000000000000000000000000000000000..54c3f61467c5b524396d357b503244d757ec4946 --- /dev/null +++ b/datasets/metadata/626576.json @@ -0,0 +1 @@ +{"id": 626576, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-07T16:50:49.998Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["adonisu_kor"], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 542235, "sizeKB": 223100.30859375, "name": "Adonis_Kingdoms_of_Ruin_Pony_XL_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T16:51:59.353Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "89FEA9BF", "AutoV2": "89FD10F604", "SHA256": "89FD10F604782B133C38C4381B2AFE5ECB3A39FDFBC1E6887BAF2085757E4F35", "CRC32": "2AF328E2", "BLAKE3": "0BACF6CBA0A8655335DA9F2D8BB635FACFB45B1B3F2A06CEB834577CE24D5C08", "AutoV3": "D012F3809C64"}, "downloadUrl": "https://civitai.com/api/download/models/626576", "primary": true}, {"id": 541538, "sizeKB": 103746.41015625, "name": "626576_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T12:06:20.948Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0FE3FCEB", "AutoV2": "A722110140", "SHA256": "A722110140FD561C3E96A7750B655264E1728D9751638B2E4114A3FF6683F33A", "CRC32": "B1C69F77", "BLAKE3": "1596B06EB50D65401DBF5AB79531759BBABD2F87CFD2B0BA91D5A4193186BFF8"}, "downloadUrl": "https://civitai.com/api/download/models/626576?type=Training%20Data"}], "images": [{"id": 18847217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6582149-2c91-429d-aac5-dce0f8cda9a3/width=450/18847217.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UFE{a%?u0g~Vt,?a~U%LM}-oog4;M~IpIpxZ", "type": "image"}, {"id": 18847215, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43efa5f3-e04d-4c21-a912-a65d0196f5e1/width=450/18847215.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGF={o^hIp9u.T4;%K~U%hRjoextkYs.o0Rj", "type": "image"}, {"id": 18847216, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39a87eae-714b-4cb1-8f1f-658f1a8aee91/width=450/18847216.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCH_[E~o4m~pkit7_2?ax-RnaJxV9kM|^*%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/626576", "modelId": 562466} \ No newline at end of file diff --git a/datasets/metadata/626736.json b/datasets/metadata/626736.json new file mode 100644 index 0000000000000000000000000000000000000000..d1556581c318356642791161c0d005928d64c4e5 --- /dev/null +++ b/datasets/metadata/626736.json @@ -0,0 +1 @@ +{"id": 626736, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-07T13:42:18.575Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["SmireAlt, multicoloured hair, pigtails, braids, green eyes"], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 541729, "sizeKB": 223100.58203125, "name": "Smire_green_eyes_dream_girl_alternate.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T13:41:45.910Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CA1E0C5F", "AutoV2": "AA2D5E6426", "SHA256": "AA2D5E642669E4E327C7AC496BE77BCC45495AE2A59AF85253993E8FEB8FBA2D", "CRC32": "15C5F162", "BLAKE3": "E896D50D9916C398DE535D65699A30830184D64BA5F50D84A85770DF091EE625", "AutoV3": "FB82D9CBBEFB"}, "downloadUrl": "https://civitai.com/api/download/models/626736", "primary": true}, {"id": 541604, "sizeKB": 110535.669921875, "name": "626736_training_data.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/626736?type=Training%20Data"}], "images": [{"id": 18828931, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8dcd36f1-c339-4a16-badc-be23cb156878/width=450/18828931.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAG[vK_22Sx]00M_8_RO00oN={kDE4oy~Ws:", "type": "image"}, {"id": 18828933, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f9911a6-ad22-4bdf-9d1a-dcc8133c06f9/width=450/18828933.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UIH.D~xbKht7M|kC-;t79Zoz?bog_Ns;xGof", "type": "image"}, {"id": 18827345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39c38af0-bc18-4563-9ace-babd81756825/width=450/18827345.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCKK+oxuuO%200j[_Mj]OFoM~Voy_Nof%NkB", "type": "image"}, {"id": 18827343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8123402a-d77a-4103-97e7-317570439914/width=450/18827343.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFI~9{?I%~?I?Jxc_MxbD*j[$+j[?ct7NEoM", "type": "image"}, {"id": 18827344, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2442fcf6-3ed3-4a16-bcaf-428cf52d8fb8/width=450/18827344.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJKx9ooeypkBx1ay~Ea#?vj[?Ht7_Mfkx@t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/626736", "modelId": 562590} \ No newline at end of file diff --git a/datasets/metadata/627089.json b/datasets/metadata/627089.json new file mode 100644 index 0000000000000000000000000000000000000000..c1bff3a5dcfccde7f2139f534868904c404ff76f --- /dev/null +++ b/datasets/metadata/627089.json @@ -0,0 +1 @@ +{"id": 627089, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-07T14:52:39.590Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["TheJetsons_Style"], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 541896, "sizeKB": 223111.52734375, "name": "TheJetsons.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/627089", "primary": true}, {"id": 541907, "sizeKB": 904878.8271484375, "name": "TheJetsons.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/627089?type=Training%20Data"}], "images": [], "downloadUrl": "https://civitai.com/api/download/models/627089", "modelId": 562816} \ No newline at end of file diff --git a/datasets/metadata/627504.json b/datasets/metadata/627504.json new file mode 100644 index 0000000000000000000000000000000000000000..e4091ada08be44f1a8b9e6f110cba1de2563d25f --- /dev/null +++ b/datasets/metadata/627504.json @@ -0,0 +1 @@ +{"id": 627504, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-07T18:37:34.604Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 542191, "sizeKB": 3342.6279296875, "name": "627504_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T16:26:25.397Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "505ADAEF", "AutoV2": "176D9EFC3E", "SHA256": "176D9EFC3E013AB40B589927592B7D1D307CEE87A96BF8A677556C8DE89C48AC", "CRC32": "69BA173B", "BLAKE3": "C1D490F7E633037BC68872D99398ECF3008F743C933AD5825D6B3CFDAA00DB66"}, "downloadUrl": "https://civitai.com/api/download/models/627504?type=Training%20Data"}, {"id": 542433, "sizeKB": 223102.51953125, "name": "Sanae_Stone-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T18:31:19.820Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3D2642DC", "AutoV2": "E4F6DE83C8", "SHA256": "E4F6DE83C802A01B6DFD8A088F260E0A4169E180EAC09E64AAB8388FAE027D63", "CRC32": "191C8A54", "BLAKE3": "8F5BC1510417D1FDEB0CE1AA9593890C6DBCF19E51A75B77694226B1B2C331B0", "AutoV3": "2D9A1932C3FA"}, "downloadUrl": "https://civitai.com/api/download/models/627504", "primary": true}], "images": [{"id": 18856820, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4d4360b-d368-4bff-8082-0e4091572778/width=450/18856820.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U6Kme3D+p_m]:|0L=XIam$#Z000}[B}@#P9#", "type": "image"}, {"id": 18856822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8a79f4f-4c1e-4154-b719-657bd3d93929/width=450/18856822.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGK,mZ0g5QNd~Cvgv~t7BpE2=_=d?wskD%Ek", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/627504", "modelId": 563099} \ No newline at end of file diff --git a/datasets/metadata/627594.json b/datasets/metadata/627594.json new file mode 100644 index 0000000000000000000000000000000000000000..cbea65dac5596c555f0bf884b457edaa24e87d8a --- /dev/null +++ b/datasets/metadata/627594.json @@ -0,0 +1 @@ +{"id": 627594, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-07T20:42:50.478Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 542268, "sizeKB": 38514.4560546875, "name": "627594_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T17:11:18.101Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1CE80CCC", "AutoV2": "8A6F3E165D", "SHA256": "8A6F3E165D494F0415849556200F64A101E8D0EED0E22F503E36B11461FE1538", "CRC32": "A229CB8C", "BLAKE3": "236B8E7EB93C4D9766702D266149BAD28C9F4E34411DF880430CE6BFD18E2418"}, "downloadUrl": "https://civitai.com/api/download/models/627594?type=Training%20Data"}, {"id": 542698, "sizeKB": 36983.1171875, "name": "homelanderv3-000018.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T20:45:45.121Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D94D4F92", "AutoV2": "2BE7880AB8", "SHA256": "2BE7880AB88E9CEF40D7B54A6AD41316D17BFAC4749F9F0C2160FE54680123C3", "CRC32": "190565C9", "BLAKE3": "E92EB3A0BE54C9621A004E5D231B4E627C9B897366C9FD787B9973018FA3DCC9", "AutoV3": "84CEC0495343"}, "downloadUrl": "https://civitai.com/api/download/models/627594", "primary": true}], "images": [{"id": 18868805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/590b87d6-bc3e-408f-8b9d-eee565e0ead0/width=450/18868805.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDBpd}I^?at60LM{4oNG~p%Mx[%L9FoID*WC", "type": "image"}, {"id": 18868800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad4baa77-3251-456a-ae50-5217065c57f2/width=450/18868800.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U77KxPs:-nt64oj@9GR*~pazkWay0KWBD*Rk", "type": "image"}, {"id": 18868797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39029c2c-162c-4b03-93a0-8114007a8ca2/width=450/18868797.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UYE{@Bt7x]xu_NofNGt7~qt7WVtRxuofRkkC", "type": "image"}, {"id": 18868798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b10cc7c-ca3c-4dbf-b215-c8183f58488a/width=450/18868798.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UED9u0of~9WB?vbHD%fk?vWBE2WVRlofD%ax", "type": "image"}, {"id": 18868799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c7fb39b-d76c-469f-8bdd-0e0487c17596/width=450/18868799.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UF9@Flaz-oof~VfjoJfks,j[9Gayj[j[9ZWV", "type": "image"}, {"id": 18868808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67d9f679-03b0-48f1-915c-d53380024aad/width=450/18868808.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U026KL%f01D%?wt7D%M{IBaeR*WX-naeIWoz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/627594", "modelId": 563183} \ No newline at end of file diff --git a/datasets/metadata/627823.json b/datasets/metadata/627823.json new file mode 100644 index 0000000000000000000000000000000000000000..436dfd0cbe33cb47bd437ade12f54af20a0770ad --- /dev/null +++ b/datasets/metadata/627823.json @@ -0,0 +1 @@ +{"id": 627823, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-08T03:16:55.059Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["ZionR, black hair, long hair, messy hair, black eyes"], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 542806, "sizeKB": 226910.0244140625, "name": "627823_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T21:30:43.129Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "451725CD", "AutoV2": "A02E0D31D4", "SHA256": "A02E0D31D4A2B1B59B5051D6289DCCE709F13829E298F9B929113D2401E594CC", "CRC32": "BBA5A7BB", "BLAKE3": "C1223FCCBD5619A2068887D8919AB1B4ACF233D809C94BB5A64E025CD9FAFAB5"}, "downloadUrl": "https://civitai.com/api/download/models/627823?type=Training%20Data"}, {"id": 543420, "sizeKB": 223100.76171875, "name": "Zion_adventure_girl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T03:16:14.815Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F3B071C2", "AutoV2": "76A8D2B203", "SHA256": "76A8D2B2036BF1EFF481D816B605BDC7EE31F62C0039020258F3343AC6456912", "CRC32": "4D9307A8", "BLAKE3": "B2788DD42A5527A7E8D79DC94942D91E2100CE38349EBC52DDC2C55C52B2E5BF", "AutoV3": "6C7D00DAB7E7"}, "downloadUrl": "https://civitai.com/api/download/models/627823", "primary": true}], "images": [{"id": 18907236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12d5b06d-dab4-4fd0-b6ff-5917d3674b46/width=450/18907236.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UEGkXg8w.RxZ_MIU%Li^M{i{-oE2vzRjWBR,", "type": "image"}, {"id": 18907209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/566aac0a-8bc6-42a6-b8af-e20a05de5754/width=450/18907209.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCF#jyPBF|=tKjo~}pIV8wVX9uS~9ERPxGbb", "type": "image"}, {"id": 18907210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/179b22c6-93df-4b47-85a8-3b1b747c44e5/width=450/18907210.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAG@xo9wX-~p%~={^PX9}Vxa9vE2?aEM9a={", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/627823", "modelId": 563377} \ No newline at end of file diff --git a/datasets/metadata/627842.json b/datasets/metadata/627842.json new file mode 100644 index 0000000000000000000000000000000000000000..60c9aa9b7c1ebce26fdc8ae374ccf16f58334837 --- /dev/null +++ b/datasets/metadata/627842.json @@ -0,0 +1 @@ +{"id": 627842, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-07T19:18:34.843Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 19, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 542523, "sizeKB": 10273.9501953125, "name": "Erza_Scarlet_FAIRYTAIL.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T19:21:18.212Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BC18FE84", "AutoV2": "4C65006546", "SHA256": "4C650065467EFF581140E18FBCDD4BC7ACAC845D37A02DBE398B76D4F47E29B7", "CRC32": "467AC666", "BLAKE3": "55E261481F15EFE1D1D0F24BEC7ECB0D2FD48D7E92F2C56852A44719B94D4FD9"}, "downloadUrl": "https://civitai.com/api/download/models/627842?type=Training%20Data"}, {"id": 542524, "sizeKB": 22238.16015625, "name": "Erza_Scarlet_FAIRYTAIL-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T19:21:23.854Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A1A96A02", "AutoV2": "0F50A10DB2", "SHA256": "0F50A10DB294262688529132418FA23664C8ECCE3CF24ACF385FCC5A2F2B9425", "CRC32": "98123739", "BLAKE3": "70140D24CFE5C7968E2FB601A1ADDC419217817B6B279FC9C0A071C39A013CB4", "AutoV3": "5F5247EDADB6"}, "downloadUrl": "https://civitai.com/api/download/models/627842", "primary": true}], "images": [{"id": 18860309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9de15d04-386a-45c2-b407-fadb7225d0ae/width=450/18860309.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPMQCo?b?^?b}[%M_NxuogRjR%Rj_3RjoIRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/627842", "modelId": 563393} \ No newline at end of file diff --git a/datasets/metadata/627931.json b/datasets/metadata/627931.json new file mode 100644 index 0000000000000000000000000000000000000000..e6927c079a96b26fc12b8b79bae55422391f5e6e --- /dev/null +++ b/datasets/metadata/627931.json @@ -0,0 +1 @@ +{"id": 627931, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-07T20:05:32.857Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 542609, "sizeKB": 11316.9033203125, "name": "Lucy_Heartfilia_FAIRYTAIL.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T20:05:37.515Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "79698C18", "AutoV2": "E904B02B54", "SHA256": "E904B02B54BC021BCDB30B0823745A8878E999155B64EDF8E57A6C89092BE194", "CRC32": "A53AEDD0", "BLAKE3": "2CBBEEA99F546522A343AA7A27B72D40A7E3D78B8A926A2BDA564E5C8DD38563"}, "downloadUrl": "https://civitai.com/api/download/models/627931?type=Training%20Data"}, {"id": 542610, "sizeKB": 22239.09765625, "name": "Lucy_Heartfilia_FAIRYTAIL-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T20:05:43.261Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F84D55D7", "AutoV2": "A881E5564F", "SHA256": "A881E5564FEAD78D7D3FFBD4AC6B8F5E00328035466B54BCAC0F6CADCE307A3C", "CRC32": "5CB89905", "BLAKE3": "CC23AF82BA7521A8B773F4AAFA46B8D9AEC2A139808DC1292CA846B8977B050B", "AutoV3": "9E580F486E27"}, "downloadUrl": "https://civitai.com/api/download/models/627931", "primary": true}], "images": [{"id": 18864905, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8f4ff8d-0a71-4424-9a41-1d321fa329a0/width=450/18864905.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UtNv}Xxa?bt7~oj[JDj[o#WBoNf6o~j[sSbH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/627931", "modelId": 563474} \ No newline at end of file diff --git a/datasets/metadata/628037.json b/datasets/metadata/628037.json new file mode 100644 index 0000000000000000000000000000000000000000..67eb45023f82d6aab03bc0cd055b50508bfa12f2 --- /dev/null +++ b/datasets/metadata/628037.json @@ -0,0 +1 @@ +{"id": 628037, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-07T22:22:23.354Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 542751, "sizeKB": 4933.1943359375, "name": "628037_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T21:06:46.539Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B6F97D44", "AutoV2": "D191B78D79", "SHA256": "D191B78D79835E1AA75267DCEF8E7354AB92682575B760C17F9DD1553C568AB6", "CRC32": "DDFF3D19", "BLAKE3": "F88FFA70CA1AD0D11D07461E57E5A7FD7C14F69F124A6A86135F93C208D1F2B4"}, "downloadUrl": "https://civitai.com/api/download/models/628037?type=Training%20Data"}, {"id": 542903, "sizeKB": 36982.1015625, "name": "Funger-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T22:20:37.502Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A2FD54D1", "AutoV2": "0D62B56B47", "SHA256": "0D62B56B476F8AA8521201FC6758F85B43FBE21D09F1941379B31F67354C5257", "CRC32": "0FF6CD39", "BLAKE3": "865F4ADE9B856AA7453EECDB54C39A602FD3E4BB11012A3F212EC62E2C09985D", "AutoV3": "BE7D700893A3"}, "downloadUrl": "https://civitai.com/api/download/models/628037", "primary": true}], "images": [{"id": 18878603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff76b424-ad83-4335-9e0d-5fc155587bd2/width=450/18878603.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UVE.|gM{?boz?bj[j[xu~qt7ofay%Mozt7of", "type": "image"}, {"id": 18878605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1dbc0075-6cef-4c08-8fbe-eabc6d3738c6/width=450/18878605.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UxHLl1%M~qofxut7j[ofxuxuWBae-;oft7Rj", "type": "image"}, {"id": 18878606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43843d0e-1a37-4834-8afc-0c060a13e720/width=450/18878606.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U.Kw%:%M_Nofxaa|kCWB%MRjj[WBt7t7t7f6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/628037", "modelId": 563562} \ No newline at end of file diff --git a/datasets/metadata/628157.json b/datasets/metadata/628157.json new file mode 100644 index 0000000000000000000000000000000000000000..45620bb87b5800e1a3fab9c83f655ce77706c3ac --- /dev/null +++ b/datasets/metadata/628157.json @@ -0,0 +1 @@ +{"id": 628157, "index": 0, "name": "v0.1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-07T21:53:29.840Z", "availability": "Public", "nsfwLevel": 13, "description": "Initial Version
This version is experimental, it may cause some bias and is unreliable sometimes.
", "trainedWords": ["blue dot on forehead", "red dot on forehead", "black dot on forehead", "green dot on forehead", "yellow dot on forehead", "purple dot on forehead", "orange dot on forehead", "white dot on forehead"], "stats": {"downloadCount": 20, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 542841, "sizeKB": 111759.23046875, "name": "dot_on_forehead_01.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T21:45:45.076Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CCEE550B", "AutoV2": "E78BEF182A", "SHA256": "E78BEF182AC034A12601F7A721EFF64B02CDD8D363C0DF664F585CA7D418539B", "CRC32": "5078147D", "BLAKE3": "4BCADE8666AAFB5C62978F8730C88B7E8856C30DB6FAF3D9CFE8BF073DF8BA8F", "AutoV3": "4EF889568575"}, "downloadUrl": "https://civitai.com/api/download/models/628157", "primary": true}, {"id": 542842, "sizeKB": 77890.0693359375, "name": "dot_on_forehead.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T21:47:25.935Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "392EE4FA", "AutoV2": "2A361ADEA1", "SHA256": "2A361ADEA1270D70A5F31D8F53AA79DE795525104BE4F9FBC96CF0FF4ED9D0F2", "CRC32": "5B719461", "BLAKE3": "354FD2E1F6E04E8EF109E2D1E29388AB8A2314E73E378775E01F26A4331D8604"}, "downloadUrl": "https://civitai.com/api/download/models/628157?type=Training%20Data"}], "images": [{"id": 18874927, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e25f4a81-d5be-4adc-b1c6-69bdc0e94ec9/width=450/18874927.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGI;3PIU0MRkKMRixwIp.Ts:Djoe0Lofxaof", "type": "image"}, {"id": 18874992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aaed898c-360d-4e1d-a467-e1f0954d3806/width=450/18874992.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UZM6R;~U5DRR%h%2$yocIps.s:WXs%j@R:j[", "type": "image"}, {"id": 18875002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1271490a-61be-4b87-9da9-b675b6c8bcda/width=450/18875002.jpeg", "nsfwLevel": 8, "width": 1536, "height": 1536, "hash": "UcL{x2~U5XM}%g%2$|obR%s.aibHs+oxj^jc", "type": "image"}, {"id": 18875043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b651995-792a-4a83-b2be-05ccdf56c73e/width=450/18875043.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UUL:7B~U15V].8xt$LoIE2V[RjfkxBkBNfWX", "type": "image"}, {"id": 18875539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99ab7187-b23c-4da6-9ffe-33f109d152d2/width=450/18875539.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UBKmOOPq0sETKl4pveRQ00Q-vLrrW*OGI_bY", "type": "image"}, {"id": 18875808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/083b64d5-f397-4fe8-a9bd-0d1c3fd378e9/width=450/18875808.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UQHKti~VFyNf?F-njERkJ7xuV]sA-:tRt7Rj", "type": "image"}, {"id": 18875821, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61e5f3f4-e18a-4f2f-9997-06bf7cf401d3/width=450/18875821.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UCH1lL=r1*tR00-n9ZIp0hT0MJRk~VEL.9Rl", "type": "image"}, {"id": 18876020, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c0df10b-6bf0-481d-9ddc-9f07e820bb7b/width=450/18876020.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "ULMZ8W010:xW~qIU$xxc59R-V?t6w]RRN1k7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/628157", "modelId": 563651} \ No newline at end of file diff --git a/datasets/metadata/628165.json b/datasets/metadata/628165.json new file mode 100644 index 0000000000000000000000000000000000000000..d514593fe06ef110c1a60d451b7134ce989c6f92 --- /dev/null +++ b/datasets/metadata/628165.json @@ -0,0 +1 @@ +{"id": 628165, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-07T22:20:19.295Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 542901, "sizeKB": 36979.3046875, "name": "Willtoulan_style-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T22:20:47.969Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "271BCDFE", "AutoV2": "5D123C6CF8", "SHA256": "5D123C6CF8E4502F2DB48E2D11C2FF613D6F7CF62D18C2687B80B415917D66C0", "CRC32": "5B170D45", "BLAKE3": "0BB02E57A01E2BD802A64BB0917A52B196DA5305EECD5643175E7F44E6ED3686", "AutoV3": "96A7ACC4D889"}, "downloadUrl": "https://civitai.com/api/download/models/628165", "primary": true}, {"id": 542886, "sizeKB": 1230.552734375, "name": "628165_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T22:11:34.854Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "7576447C0E", "SHA256": "7576447C0E72BAEFC1AE162B9CF82453EA555D6C9CC526F15CEEB39300B606B3", "CRC32": "97120FEB", "BLAKE3": "9E84DB45479557E995258AFE37EAAEDD7DCCA40335EC88F11E17E1F01E46D4BB"}, "downloadUrl": "https://civitai.com/api/download/models/628165?type=Training%20Data"}], "images": [{"id": 18878758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cbc8715-fc62-4e91-8dac-567dd24f6048/width=450/18878758.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U4AJ[,xW00-o0wIp4;jE}v?HM{ad?c4.4.tR", "type": "image"}, {"id": 18878759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47aa3996-0d05-4ba0-ade0-40956ca99c6a/width=450/18878759.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7H_;:E100~V07NG~UjKqG%2.RIU00nnD%pF", "type": "image"}, {"id": 18878757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/feb32111-5b91-4e22-8c45-8ee0919e4b48/width=450/18878757.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UNN*Ey}Qu3S%vL*|RjNI0ox]$%-UJ6pG$yRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/628165", "modelId": 563665} \ No newline at end of file diff --git a/datasets/metadata/628174.json b/datasets/metadata/628174.json new file mode 100644 index 0000000000000000000000000000000000000000..1bb795f3d4fe84410f0b5c45b5fbd414f33d17b4 --- /dev/null +++ b/datasets/metadata/628174.json @@ -0,0 +1 @@ +{"id": 628174, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-07T22:01:51.939Z", "availability": "Public", "nsfwLevel": 31, "description": null, "trainedWords": [], "stats": {"downloadCount": 22, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 542864, "sizeKB": 56087.83203125, "name": "roneesan-10 PonyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T21:56:27.224Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E6682B2F", "AutoV2": "E19E70A843", "SHA256": "E19E70A84338885DC8F3DC0DFE7262A0C4C999FB765D48BAC5B5999F46C9E74D", "CRC32": "E3ED8B79", "BLAKE3": "6B371DF18FF21BAC5B27D20D23831650CB9AEBEFA659764393CBCBA8731DFE18", "AutoV3": "8621E900350D"}, "downloadUrl": "https://civitai.com/api/download/models/628174", "primary": true}, {"id": 542863, "sizeKB": 51560.16015625, "name": "New folder.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T21:56:26.228Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "691005ED", "AutoV2": "ED4D62DC4D", "SHA256": "ED4D62DC4D5F7ADAFC919E08BCFA2D3C525F580FA433B4FE47355D58E7260828", "CRC32": "00E2A4B5", "BLAKE3": "0750E27059CD72D5D02D0FE1D73D1C3CA1F564368B17C484A8270D37C7D05B99"}, "downloadUrl": "https://civitai.com/api/download/models/628174?type=Training%20Data"}], "images": [{"id": 18876818, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ae19a9d-3f51-4d4d-91d0-2d22fa69c1bc/width=450/18876818.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UoK^Q*t7%fjJ~VX9ShsAK+R-aet3K6aLnhkT", "type": "image"}, {"id": 18876756, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41e52061-af06-4486-8e6e-7c3e7f68a1c0/width=450/18876756.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UPH2QQ-;14TK_4%3S%XT6Bo~-6x]I[Sinhs:", "type": "image"}, {"id": 18876762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01a3559d-05e5-46d2-b196-4efa81af5262/width=450/18876762.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "USL:o@%MGajb*0afs,s.Pnoet8RjBVf+x]j[", "type": "image"}, {"id": 18876759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7976738-cc3d-4b10-8bc5-d08bbb7f0b46/width=450/18876759.jpeg", "nsfwLevel": 16, "width": 896, "height": 1152, "hash": "UBED0a?w03O@#6nl4nNZ0KRP^Ns+0KNct-ni", "type": "image"}, {"id": 18876765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a6a2059-c862-463f-8ddc-9bab6d713ebf/width=450/18876765.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UKGS1EMJ4.J-YR#7IpOE579E^+o#v}ImtS%2", "type": "image"}, {"id": 18876767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a495aea-bbe1-4f81-b990-c63b37b87e54/width=450/18876767.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UQEy}ZkC0eoz.TayMwoeK7a#-Ts:T1a}bbfk", "type": "image"}, {"id": 18876780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b66a54bb-301d-4e09-a0fc-9de9003bffdf/width=450/18876780.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UMJRgB8xpeFx~qROAaXnElRPNdtRVcoyxrR*", "type": "image"}, {"id": 18876779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17bf6e9b-5343-49c1-a8da-98f716f628f2/width=450/18876779.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UPGIy7%1F|bwK+Rj$%bvObWB-:kW~Cs,E2SO", "type": "image"}, {"id": 18876782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d16391a6-6b3c-43fe-9365-0ecedae2780d/width=450/18876782.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UCF$67001O?HYOZh-5Ipu49G~An$I[D%-VS#", "type": "image"}, {"id": 18876784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b06987bb-8235-40b1-9484-5677910f9e2e/width=450/18876784.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "UaI$NqR.ystRtmRjRkkCE,nNRPS2M}xZe.bc", "type": "image"}, {"id": 18876783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc4dc761-67b9-4971-a9f9-b88aceb50bae/width=450/18876783.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UOKTobxvctWE%4Nb$gxZJCShrVozpy%Mw]R-", "type": "image"}, {"id": 18876796, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07ba2e03-ecd1-4399-a2bc-0ac946f628a6/width=450/18876796.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UJI#13RP0exZ.mX9rVIoK+OXVqM|K*Ipw[oz", "type": "image"}, {"id": 18876799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/996b6e40-1387-4c4e-81d7-6e5d4d8c1d65/width=450/18876799.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UPK0gcw~cDo#?wozxuxu7zaIo}xuXox]WBIo", "type": "image"}, {"id": 18876801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d7e00c8-e85c-4980-b62a-cb49df805222/width=450/18876801.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UPJP[q#-NExu_4V?#mR+X.WCxGNwpJnhskxu", "type": "image"}, {"id": 18876813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e8373e3-31eb-4b50-b9e4-2eba6aa65013/width=450/18876813.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCJsa^%M02of-.-A$M^Pr;NZ}st7BUR+xaRk", "type": "image"}, {"id": 18876797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0702f014-ff21-4fa0-92a7-9f66ee1f507a/width=450/18876797.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "ULKJ}aRj1OxZ~pShniaKE2kCjYj[u4xFS$NH", "type": "image"}, {"id": 18876800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07e3f272-b221-44f8-95f5-4c0cec47833e/width=450/18876800.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UMJ@g?yDHCgMGwXn-=s;0h$Ms,WU%gX59ai_", "type": "image"}, {"id": 18876807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e437b954-3bf6-41b1-a6cd-f62003c25e10/width=450/18876807.jpeg", "nsfwLevel": 8, "width": 1344, "height": 768, "hash": "UJINdR_M0#AEE1Ef-Uo}57w{-VI;Ior?S4S3", "type": "image"}, {"id": 18876814, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/155774df-966c-45b2-a194-b092319943b7/width=450/18876814.jpeg", "nsfwLevel": 16, "width": 1344, "height": 768, "hash": "ULHnyo=c01tkPSX7w|niFtE#EMW;~Bw^4;J8", "type": "image"}, {"id": 18876816, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4b14cb1-d70a-41be-bfbf-267af3d17f1b/width=450/18876816.jpeg", "nsfwLevel": 16, "width": 896, "height": 1152, "hash": "UQLW#2ae?^%g?btQMxV@%#RjRPt7x]s:jYM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/628174", "modelId": 563674} \ No newline at end of file diff --git a/datasets/metadata/628228.json b/datasets/metadata/628228.json new file mode 100644 index 0000000000000000000000000000000000000000..70006bf95784715f8f6f3a300170b4353ecf5632 --- /dev/null +++ b/datasets/metadata/628228.json @@ -0,0 +1 @@ +{"id": 628228, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-07T22:23:15.989Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 542923, "sizeKB": 11460.8544921875, "name": "Liana_Langrisser2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T22:25:41.172Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E842E470", "AutoV2": "2631BF598D", "SHA256": "2631BF598D703B1927FD55E882633E396CA080BD47BBAADEEBA2C5586796BA67", "CRC32": "1BD2AB59", "BLAKE3": "AF81A5406B97D9DD223DA88E52B6A857B5A1B6A14F17A777457000E0FA0E47F2"}, "downloadUrl": "https://civitai.com/api/download/models/628228?type=Training%20Data"}, {"id": 542924, "sizeKB": 22240.36328125, "name": "Liana_Langrisser2-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T22:26:10.796Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "36B2A73B", "AutoV2": "01C8EC7F63", "SHA256": "01C8EC7F63867A7146FBEEDBAD7DE09235D1C8003C3F705DC7E48007A2429233", "CRC32": "29E038DC", "BLAKE3": "3847A606012F28153C872975E9393EF29A6F7B5C7FABDF9FD54890C1EAE63844", "AutoV3": "C0370D7004A6"}, "downloadUrl": "https://civitai.com/api/download/models/628228", "primary": true}], "images": [{"id": 18879061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80376449-a615-4dad-99ac-996f862c5950/width=450/18879061.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTP6Q:o#tmkW?vxa%hxu?wWVxaM|^+adM{WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/628228", "modelId": 563726} \ No newline at end of file diff --git a/datasets/metadata/628350.json b/datasets/metadata/628350.json new file mode 100644 index 0000000000000000000000000000000000000000..f0be173c36cc6288a0775d461b2de8ac67b4c320 --- /dev/null +++ b/datasets/metadata/628350.json @@ -0,0 +1 @@ +{"id": 628350, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-07T23:28:05.597Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 543041, "sizeKB": 22241.27734375, "name": "Liana_Langrisser1-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T23:30:54.245Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6A57E897", "AutoV2": "C186310B78", "SHA256": "C186310B78ACF6F171A5BF01A9C3320FF62EE2320D61A38ED3F4998C0EEFC6A3", "CRC32": "A60B15D7", "BLAKE3": "3AA4D8D742E8B747A3368AF7D7AA5DD4ABF67B9F84032F3C54E5A800A4E6FFC8", "AutoV3": "C8BB6466406F"}, "downloadUrl": "https://civitai.com/api/download/models/628350", "primary": true}, {"id": 543042, "sizeKB": 15371.39453125, "name": "Liana_Langrisser1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-07T23:31:13.041Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "891A5DEC", "AutoV2": "1974BA9B9C", "SHA256": "1974BA9B9C96B92D98AF736F69F78E84C52C70C89BD185CAA10A1C10108F316D", "CRC32": "95DFAAE1", "BLAKE3": "B96816043BB4C4C733319D789ED787D8FD899C39EA48D9FBEAE4C2ED6F8B6FCB"}, "downloadUrl": "https://civitai.com/api/download/models/628350?type=Training%20Data"}], "images": [{"id": 18884024, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d0bb0af-a4af-4b01-b8d7-6f7fd826fdde/width=450/18884024.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URNmKEt7Oss:_Noz-;xG_NxaRQNG%ztRROtR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/628350", "modelId": 563835} \ No newline at end of file diff --git a/datasets/metadata/628370.json b/datasets/metadata/628370.json new file mode 100644 index 0000000000000000000000000000000000000000..77fbd7d40d0b8ee89f435603c8514a6bcc2ffe72 --- /dev/null +++ b/datasets/metadata/628370.json @@ -0,0 +1 @@ +{"id": 628370, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-29T04:46:55.673Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 594943, "sizeKB": 21276.8154296875, "name": "628370_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T03:25:54.509Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "88860550", "AutoV2": "DA77C8DED6", "SHA256": "DA77C8DED62A4C0C047FB034A131C25B7344AF41D6E94F5C2A6CB5F04ED20096", "CRC32": "D0CABD75", "BLAKE3": "6BAD910C9649B15806BEF853F7CEDB2BC3FD647D0822D2CFCCC465F12B2EFA01"}, "downloadUrl": "https://civitai.com/api/download/models/628370?type=Training%20Data"}, {"id": 595080, "sizeKB": 223103.79296875, "name": "Zetty_the_Skypiean_Navigator_OC-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T04:46:58.846Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A7A0567C", "AutoV2": "0F492CDB7F", "SHA256": "0F492CDB7F40541E0487ABF094753A7E054C7F1522CBE097EA42BF3380D3532C", "CRC32": "C450FD55", "BLAKE3": "EDF45AAF460E17C8FA84DB9129D8FBA1F615D4AB5E8246470D819B89A3235557", "AutoV3": "DD259986934F"}, "downloadUrl": "https://civitai.com/api/download/models/628370", "primary": true}], "images": [{"id": 21818772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56f159e3-0294-4d26-bc06-892e0551303d/width=450/21818772.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNKKA=NJ^*wc?bOF-Ssl?^RPyCpJShNx={$%", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21818771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a24091d3-8952-4232-9d5b-6be19430e5e1/width=450/21818771.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKOWZ@xt_NxuXnD%%2V@_2IARkj[,--pIUoz", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21818770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/182cd7da-a079-498c-8e30-98d7d4e1d692/width=450/21818770.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCJt@;XAl9~qyYr=xZx]t0ITIBo~DNozOtD%", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/628370", "modelId": 563854} \ No newline at end of file diff --git a/datasets/metadata/628420.json b/datasets/metadata/628420.json new file mode 100644 index 0000000000000000000000000000000000000000..899e4d4b3039e3e98ac027677b54267ef94bb22b --- /dev/null +++ b/datasets/metadata/628420.json @@ -0,0 +1 @@ +{"id": 628420, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-08T00:16:47.036Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Taishiro_Toyomitsu, male, blond hair, mask, yellow jacket, track pants, boots, knee pads, gloves", "Taishiro_Toyomitsu, male, mask, yellow jacket, track pants, boots, arm wraps, torn clothing, open jacket, knee pads, gloves ", "FatGum, male, overweight, mask, yellow jacket, track pants, boots, knee pads, gloves", "Blond hair", "Hood up"], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 543119, "sizeKB": 445795.27734375, "name": "Fat_Gum__Taishiro_Toyomitsu_My_Hero_Academia-000012.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T00:20:46.612Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DBB215A1", "AutoV2": "EA2E798059", "SHA256": "EA2E7980597FA7D20AC0A4DC702C4EC97F465FBC01EA5DE4A39DDF3BE010CFD0", "CRC32": "7E0E7756", "BLAKE3": "5F616C30F415892BF0A4737FCBD963CA89979DC0F5DF81AB7F1C868C539CC6FD", "AutoV3": "F54DDCB292F7"}, "downloadUrl": "https://civitai.com/api/download/models/628420", "primary": true}, {"id": 543110, "sizeKB": 14945.125, "name": "625560_training_data (1).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T00:16:54.907Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D70C4C84", "AutoV2": "BC1143E84A", "SHA256": "BC1143E84A163786E73758C1486E4EDFD9F62BBFC358245E48B4E68C4A00C830", "CRC32": "0D43304B", "BLAKE3": "D76C19267A461243E41BF90F0E453524F358E4DFBE8C026A5DD6AD4A8D6FEB17"}, "downloadUrl": "https://civitai.com/api/download/models/628420?type=Training%20Data"}], "images": [{"id": 18887695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92e933b5-0d15-4e6e-8289-6eed19c50cb2/width=450/18887695.jpeg", "nsfwLevel": 1, "width": 800, "height": 279, "hash": "UmOpS-x@%0XSxtj=kBWB?^V]NHs9%Njce=kC", "type": "image"}, {"id": 18887939, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c40818af-02dd-4477-b76d-ebfc7891fb2b/width=450/18887939.jpeg", "nsfwLevel": 1, "width": 800, "height": 279, "hash": "UmOpS-x@%0XSxtj=kBWB?^V]NHs9%Njce=kC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/628420", "modelId": 561619} \ No newline at end of file diff --git a/datasets/metadata/6286.json b/datasets/metadata/6286.json new file mode 100644 index 0000000000000000000000000000000000000000..155eda78d3ee44044fcbe42b9ccfd32557eff2d2 --- /dev/null +++ b/datasets/metadata/6286.json @@ -0,0 +1 @@ +{"id": 6286, "index": 0, "name": "ashe_lol_v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-01-27T08:19:54.191Z", "availability": "Public", "nsfwLevel": 22, "description": "", "trainedWords": ["ashe \\(league of legends\\)"], "stats": {"downloadCount": 2871, "ratingCount": 264, "rating": 5, "thumbsUpCount": 314, "thumbsDownCount": 0}, "files": [{"id": 7527, "sizeKB": 28835.0693359375, "name": "ashe.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-03T00:12:45.281Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FD773951", "AutoV2": "6B5CDFC28D", "SHA256": "6B5CDFC28DB12FF30E6495350C2F0386A78371754F53E6396F1822E2F375AE39", "CRC32": "0612AC83", "BLAKE3": "43C08B9CED656F2435E36F4F903319872791F2F6008B8C5519C602ADA3D3421A"}, "downloadUrl": "https://civitai.com/api/download/models/6286?type=Training%20Data"}, {"id": 6538, "sizeKB": 147533.76171875, "name": "ashe_lol-000037.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-01-27T21:24:24.490Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "6C447F50", "AutoV2": "C5A7C6A148", "SHA256": "C5A7C6A148AE7B1EDAE0A79FCAD30F53ED2C97EB52766FFBEF9B2F12DF8DE370", "CRC32": "02F04D47", "BLAKE3": "019F6B1E86F81726986744E0FD84CD13CC4993A80E867D0643275CFD983A69E1", "AutoV3": "424ECB23E245"}, "downloadUrl": "https://civitai.com/api/download/models/6286", "primary": true}], "images": [{"id": 55528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6777a3d6-e3ac-4574-eb94-aba1eeccae00/width=450/55528.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "URHn~h4o%MtS_NV@tSo#Ipt7R+bIE2oeadWB", "type": "image"}, {"id": 55527, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9f7c198-dcf8-49fb-4c39-d1b45ae9db00/width=450/55527.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "ULH_uw_M_NTLA04nI@S6-qDh-UM|XnxBadNH", "type": "image"}, {"id": 55526, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0ec5feb-fbac-4d99-52bb-379bd647c100/width=450/55526.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "UTIX~:_NyEtSJXjEj]R-W=ROn$xutmt6xuM|", "type": "image"}, {"id": 55525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d10ff9c-8454-4943-4fef-fa45439c0f00/width=450/55525.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "ULG[pI%hELRQ_N%NtRV@kDIoWDIU0LRQaKxa", "type": "image"}, {"id": 55524, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a426f8ae-ecb2-4741-bfcb-5b6f2eee2500/width=450/55524.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "URIg$O~WxttQxuxut8?Gxu%MbIs:xuWWWDNH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/6286", "modelId": 5401} \ No newline at end of file diff --git a/datasets/metadata/628664.json b/datasets/metadata/628664.json new file mode 100644 index 0000000000000000000000000000000000000000..7093f9205b6d15b4a6ea711ff0fd2ff7f716ed48 --- /dev/null +++ b/datasets/metadata/628664.json @@ -0,0 +1 @@ +{"id": 628664, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-08T03:16:15.035Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 543421, "sizeKB": 223099.30078125, "name": "Roxy-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T03:15:47.030Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0ACF4E50", "AutoV2": "2457EDB9AE", "SHA256": "2457EDB9AE7CC5B4801593B8141DE1596B0A591D2894C7536E776C4FEBBCCB3B", "CRC32": "0891F563", "BLAKE3": "5C882C021F981DD6A313212BDB7AF959A4E8A1552E9252EBF39A1D3E3CE8E57C", "AutoV3": "4B6CAFAF32AE"}, "downloadUrl": "https://civitai.com/api/download/models/628664", "primary": true}, {"id": 543370, "sizeKB": 1540.30859375, "name": "628664_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T02:41:08.102Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "1ADB11672B", "SHA256": "1ADB11672B4D104C93B6811A4FA0D923A22AFB062048D8751BBAA893E6DCB6BE", "CRC32": "A75950B4", "BLAKE3": "E7A64E678A6117A94A63E7B91FCC9B70B3168BF423B26F6136635FE9C27CD1E7"}, "downloadUrl": "https://civitai.com/api/download/models/628664?type=Training%20Data"}], "images": [{"id": 18907192, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee5bdc49-f7a0-454f-a9c8-e33f141dc862/width=450/18907192.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U6847OW0wUNIoexYa1V=PSNfoWW8srt7NXoh", "type": "image"}, {"id": 18907193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffba37da-f687-44fc-95f1-5d77dffc6619/width=450/18907193.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U87m:jexr*s=R#fyRPR#KtbIx8W+XUe:adkB", "type": "image"}, {"id": 18907194, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/158ce773-795c-469d-9467-51ca1f000a9e/width=450/18907194.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UA7wR4j^wUW@R*ouV^V@O+XAs$s,W?ayWAjw", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/628664", "modelId": 564109} \ No newline at end of file diff --git a/datasets/metadata/629171.json b/datasets/metadata/629171.json new file mode 100644 index 0000000000000000000000000000000000000000..76d1b5572f9ab3425242cb3be488cda8691018c3 --- /dev/null +++ b/datasets/metadata/629171.json @@ -0,0 +1 @@ +{"id": 629171, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-08T09:25:24.344Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["transformation", "ftm", "ftm transformation", "penis growth", "breast reduction", "hairstyle change", "identity death"], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 543906, "sizeKB": 36792.7236328125, "name": "629171_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T08:46:24.543Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "75468228", "AutoV2": "468C497D49", "SHA256": "468C497D49C1DE43B70A1645445870443C715CC6E72BA581EC884C1F7A95B00D", "CRC32": "D6620F0A", "BLAKE3": "C44FD26B78C1E12EB657767CDE9C026DB69C80FFCA9370F6C6DADBD84908185F"}, "downloadUrl": "https://civitai.com/api/download/models/629171?type=Training%20Data"}, {"id": 543973, "sizeKB": 223108.26953125, "name": "FTM_Transformation_sequence_PONYXL.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/629171", "primary": true}], "images": [{"id": 18941192, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/115076fc-bd58-4222-8886-e5d1ce884131/width=450/18941192.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGLz?Q}[Dm%d00i^WGM|01I:NXnp%gx]%LIW", "type": "image"}, {"id": 18941191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23af6f45-47a2-4d39-8dfb-d6a12e0facdd/width=450/18941191.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDLoyq}u#;r;x]Mz$*$%ROW9s:RQTKskR*S$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/629171", "modelId": 564564} \ No newline at end of file diff --git a/datasets/metadata/629248.json b/datasets/metadata/629248.json new file mode 100644 index 0000000000000000000000000000000000000000..d2becda1795f5dca9bb84aeb2d6a40475f1fb9f7 --- /dev/null +++ b/datasets/metadata/629248.json @@ -0,0 +1 @@ +{"id": 629248, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-09T09:45:14.683Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 543942, "sizeKB": 1082.296875, "name": "629248_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T09:05:43.286Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "4F6C198686", "SHA256": "4F6C19868673C633C814ED472B91768AA9D862F88B179B37159C651154371E83", "CRC32": "CD608458", "BLAKE3": "D6FC23BDB9F60168916FFE00EA8BF27A6ED6805176D9F5F9ED0F88F616029DEE"}, "downloadUrl": "https://civitai.com/api/download/models/629248?type=Training%20Data"}, {"id": 546364, "sizeKB": 223100.59765625, "name": "Grenda_Grendinator.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T09:40:57.084Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8B3C7AA2", "AutoV2": "E9BA0FF879", "SHA256": "E9BA0FF879CCD46ECA719167AF8685DCFE3DE65D4DC183532164A4BD93E7C6CC", "CRC32": "BE6F1A92", "BLAKE3": "50CBD240C5BC9A97A4090F6727501AB393721F38C27DFF01FFDF1F3ACAA1D8BD", "AutoV3": "D7A517FD9B12"}, "downloadUrl": "https://civitai.com/api/download/models/629248", "primary": true}], "images": [{"id": 19094999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea7b709f-46d4-4d99-b91f-c3678e47ced1/width=450/19094999.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UMN+t_IAmc~C00x_m7n2]{fj~WXAMJ9E=|t8", "type": "image"}, {"id": 19095000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2d0a6d1-0b2f-4e24-862c-ce6cf6131bdf/width=450/19095000.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UKPXbPid:y?ay_tS[wskP%NE?bo$00NKnOwv", "type": "image"}, {"id": 19095001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0e400eb-0245-478b-89ec-4ceb2f260640/width=450/19095001.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UKNH=}5,+U^QQ8JUMJ-A^RVs}]oh5P-6=^WV", "type": "image"}, {"id": 19097741, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d572825-4060-48e1-ba6f-7b4e0fbbd684/width=450/19097741.jpeg", "nsfwLevel": 4, "width": 1016, "height": 1016, "hash": "UyRy81t7.mozt7t6a#RjIoj[xaaye.ofofWB", "type": "image"}, {"id": 19097738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33365aae-28ca-4a43-ad7f-dd79facb7980/width=450/19097738.jpeg", "nsfwLevel": 2, "width": 584, "height": 1002, "hash": "UEMiTj[SKi4TR3?wI[?a0f~p~COZOsx_?Hx[", "type": "image"}, {"id": 19097742, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a453ab0-c81b-4d91-842d-bfe4a863c6b5/width=450/19097742.jpeg", "nsfwLevel": 4, "width": 1804, "height": 1832, "hash": "UaL|4W^%k=xtsoyEENoy~U%0xbNG57x]$%so", "type": "image"}, {"id": 19097740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fc31b75-f6f7-4651-8e99-739f8bb5acc2/width=450/19097740.jpeg", "nsfwLevel": 2, "width": 690, "height": 1194, "hash": "UKN+0QKG0Y~AD}?156jNTB^c%3ot5kEL%MS#", "type": "image"}, {"id": 19097739, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d314ca2-aa2d-4bf2-828e-cc86084f8ccf/width=450/19097739.jpeg", "nsfwLevel": 4, "width": 936, "height": 1200, "hash": "UMPNbsiT;r?DU+,y=yNZb^%D-XRX57EeIn$k", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/629248", "modelId": 564624} \ No newline at end of file diff --git a/datasets/metadata/629296.json b/datasets/metadata/629296.json new file mode 100644 index 0000000000000000000000000000000000000000..57a34ac5b25feccd7b2531c980c1df795ccf7440 --- /dev/null +++ b/datasets/metadata/629296.json @@ -0,0 +1 @@ +{"id": 629296, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-08T09:40:38.630Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 26, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 543992, "sizeKB": 22235.44921875, "name": "Kouhai_chan_Ganbare-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T09:40:40.154Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5EA0C804", "AutoV2": "10930C8061", "SHA256": "10930C806106FAF02672871F2A372A1C1ED458BD3D7ED1B8F5AB7397C362DCB8", "CRC32": "FE8ABCC7", "BLAKE3": "C2A6FCDDB16FA6F21623B80107CEB825053709DD8CA762F37869AD938D2A5FD1", "AutoV3": "CEA6D3E3B225"}, "downloadUrl": "https://civitai.com/api/download/models/629296", "primary": true}, {"id": 543993, "sizeKB": 10940.19140625, "name": "Kouhai_chan_Ganbare.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T09:40:43.426Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9D0FDC80", "AutoV2": "9FDB299B1F", "SHA256": "9FDB299B1F6A653EA148C707D0C69830AC176A3AA101037EF9FB4A195BCD647B", "CRC32": "F0E31790", "BLAKE3": "60E0308C9802267935E5D3DDB4605EEB630381288B53413605F4101D51C25D92"}, "downloadUrl": "https://civitai.com/api/download/models/629296?type=Training%20Data"}], "images": [{"id": 18942544, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c192efed-64dc-4300-9be2-98ad45cb175e/width=450/18942544.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVNT8zxu.TxaEMWV_3axt,of$gof_3oKxuR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/629296", "modelId": 564661} \ No newline at end of file diff --git a/datasets/metadata/629361.json b/datasets/metadata/629361.json new file mode 100644 index 0000000000000000000000000000000000000000..189faa434e4610360a81e57016e91d6897fd2ec8 --- /dev/null +++ b/datasets/metadata/629361.json @@ -0,0 +1 @@ +{"id": 629361, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-08T10:26:44.750Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 23, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 544046, "sizeKB": 11208.0029296875, "name": "Kouhai_chan_Tawawa.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T10:30:38.595Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C34C00D9", "AutoV2": "7CDEFD6C02", "SHA256": "7CDEFD6C0260E7A926664C0ECC7C04AD82A1A5FB215CDEE5F43C3F1ED13BB1A0", "CRC32": "2D8F058F", "BLAKE3": "D5E886AF0DCD3E7C0D190E38AB6830B5AE267202129FF197D0B95CE654A222D4"}, "downloadUrl": "https://civitai.com/api/download/models/629361?type=Training%20Data"}, {"id": 544047, "sizeKB": 22239.23046875, "name": "Kouhai_chan_Tawawa-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T10:30:43.074Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9497AB34", "AutoV2": "F686175CD9", "SHA256": "F686175CD9DCC0AA498D9CA12329965983A43C11EC9571D79352EAFED2F867BD", "CRC32": "52E5D632", "BLAKE3": "8B6324C873EDB5E9EC16049516EF36AD81690763F1AD61CA7E37DC4C4E21E509", "AutoV3": "76B9AE20A1C9"}, "downloadUrl": "https://civitai.com/api/download/models/629361", "primary": true}], "images": [{"id": 18946048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cc9b013-7a22-456f-8b70-7582924cc02d/width=450/18946048.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UgK-C5D%O@%2~qae?bRjELt6$%ofofbHM|of", "type": "image"}, {"id": 18945821, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/354b2a7b-41e9-4c5b-b1fe-94846853ebf8/width=450/18945821.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UTLgCX8^0gxDoxIT~Wnix^R+w]WBjYbIR*WX", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/629361", "modelId": 564721} \ No newline at end of file diff --git a/datasets/metadata/629415.json b/datasets/metadata/629415.json new file mode 100644 index 0000000000000000000000000000000000000000..075854fa51473ef90bb41721c6ac6a8f3de6512a --- /dev/null +++ b/datasets/metadata/629415.json @@ -0,0 +1 @@ +{"id": 629415, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-08T11:53:16.653Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "earlyAccessDeadline": "2024-07-22T11:53:16.653Z", "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 544103, "sizeKB": 1953.2353515625, "name": "629415_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T11:15:45.572Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "891219F75A", "SHA256": "891219F75AD436210187739733F95EE71ED5AFC904749AFB3772AE4F91481F35", "CRC32": "BD56F6A1", "BLAKE3": "6CBD2E49E9EB60B9FE3ECF3CB5A1D49A2E6073F50A7A90DB55B1D627F2BEF93B"}, "downloadUrl": "https://civitai.com/api/download/models/629415?type=Training%20Data"}, {"id": 544146, "sizeKB": 223100.43359375, "name": "MyAnime-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T11:56:12.453Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0963AA63", "AutoV2": "0A8DFA2E9D", "SHA256": "0A8DFA2E9D6E4947AF9A46672AFCD1E6141F146D62290464A3E503E1D0EA46FB", "CRC32": "DD587D89", "BLAKE3": "49B1FFDCDE924B146A2E360D1392B90C26837D65E4E7FB29D7D2920158D51C06", "AutoV3": "D27D033D9988"}, "downloadUrl": "https://civitai.com/api/download/models/629415", "primary": true}], "images": [{"id": 18952859, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e38b860e-4196-47ab-b2a6-13285531431b/width=450/18952859.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGJ#1J9uxa]*}sIo^ONG=_IptQEMNxRjOYIp", "type": "image"}, {"id": 18952857, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a135f85-c0e5-43fb-ae29-f4429aabca0e/width=450/18952857.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UPId]zNH-7Iq}F,poKjY1JNIs-JT1IXREgxZ", "type": "image"}, {"id": 18952861, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d64304c-911e-4874-8909-e2c2e7c28d0e/width=450/18952861.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UVMWn*WB}pOE,G-U$fS#agwJs,I;V[M|R*r?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/629415", "modelId": 564772} \ No newline at end of file diff --git a/datasets/metadata/629418.json b/datasets/metadata/629418.json new file mode 100644 index 0000000000000000000000000000000000000000..ebd0e9f752b1a48f94e513e3750bcb2999907454 --- /dev/null +++ b/datasets/metadata/629418.json @@ -0,0 +1 @@ +{"id": 629418, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-08T11:11:35.386Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 544100, "sizeKB": 12101.7294921875, "name": "Shiori_Katase_Tiny.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T11:10:43.856Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9759AAA0", "AutoV2": "760694272E", "SHA256": "760694272EC020E0EBE4A33E9312A34C5CEBD127E741D7151CAB1F682A8FF33C", "CRC32": "2EA620AD", "BLAKE3": "AB612A2080966F59E4E97B55DCA4AB79E847E4FA0C75E415959765C02D73366A"}, "downloadUrl": "https://civitai.com/api/download/models/629418?type=Training%20Data"}, {"id": 544101, "sizeKB": 22238.33203125, "name": "Shiori_Katase_Tiny-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T11:11:11.408Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E1D5EBCA", "AutoV2": "E162E6DC15", "SHA256": "E162E6DC153044BB909F40851D8F3007C0B806DF5742EC22A038D5CE2D6E5591", "CRC32": "264C246B", "BLAKE3": "1D079083F65A03092A589A93E5E58E8DB190783461E917B4A690189F991D9CDB", "AutoV3": "62815E7A8520"}, "downloadUrl": "https://civitai.com/api/download/models/629418", "primary": true}], "images": [{"id": 18949478, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf8ba076-623c-481e-9776-6d9bd0b310c1/width=450/18949478.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U-K^gMaekqs:~VaetRoJX9jZxZayf+f6R*fQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/629418", "modelId": 564775} \ No newline at end of file diff --git a/datasets/metadata/629477.json b/datasets/metadata/629477.json new file mode 100644 index 0000000000000000000000000000000000000000..df21aea6893dd21cb6ba24ad87efa2ee2b3bb52b --- /dev/null +++ b/datasets/metadata/629477.json @@ -0,0 +1 @@ +{"id": 629477, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-08T11:59:55.727Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 544158, "sizeKB": 22237.37109375, "name": "Misumaru_Yurika_Nadesico-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T12:01:23.735Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2D53ED59", "AutoV2": "C60A6F5FD6", "SHA256": "C60A6F5FD6283726C96053D98A435D1FC574CBB315EBE8C4B416F51B2B9ACCE8", "CRC32": "76183618", "BLAKE3": "5A5CC7265F0D36B25FE855CB7F40253202A2574DBEF6E65BEB7DA412657F856F", "AutoV3": "528774E7095A"}, "downloadUrl": "https://civitai.com/api/download/models/629477", "primary": true}, {"id": 544159, "sizeKB": 12251.697265625, "name": "Misumaru_Yurika_Nadesico.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T12:01:24.284Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "83CF5DC2", "AutoV2": "10BF0A7804", "SHA256": "10BF0A78044CCBB306AA3BBC9C71A7A549A06D1AF0597AF906B36EEF0C455894", "CRC32": "ACCA1590", "BLAKE3": "267F3F6DD848F30AFBF57539CE516212BC952CC58EEA7E7174BF309B2B79CEEE"}, "downloadUrl": "https://civitai.com/api/download/models/629477?type=Training%20Data"}], "images": [{"id": 18953486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4b50f14-e37a-490f-89a6-83c32e33dc7f/width=450/18953486.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUMHDbRj%g%Mt7j[_3kC_Nay$$t7?bt8xZof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/629477", "modelId": 564829} \ No newline at end of file diff --git a/datasets/metadata/629548.json b/datasets/metadata/629548.json new file mode 100644 index 0000000000000000000000000000000000000000..8774d505a23fbab5affab6260a6331e745210182 --- /dev/null +++ b/datasets/metadata/629548.json @@ -0,0 +1 @@ +{"id": 629548, "index": 0, "name": "AlphaBravo v1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-11T17:00:09.379Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 551694, "sizeKB": 223117.25390625, "name": "AlphaBravo.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T16:32:06.346Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8F084A0C", "AutoV2": "0ED38F108B", "SHA256": "0ED38F108BDDE35DF10B5D0C7E531F5212CC66559E63B0528FFA6B6E46DAE6F0", "CRC32": "72534AD3", "BLAKE3": "4E41EE448C6B5CC0A66D2B967500BE6863AEEC6D8970370AD777F528C66E1AA4", "AutoV3": "271A811E0ECA"}, "downloadUrl": "https://civitai.com/api/download/models/629548", "primary": true}, {"id": 551761, "sizeKB": 27474.8896484375, "name": "Images+Prompts.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T17:05:53.687Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BDFD5235", "AutoV2": "C851953BE8", "SHA256": "C851953BE89720DC1A09C6CC71AAB55224459516F23E8C644C20E9113ADAD195", "CRC32": "599D965B", "BLAKE3": "A2A6E53515D9CBA5DA7184E93F2903DA0D20E584DFB4C9F765744D4B2350FA19"}, "downloadUrl": "https://civitai.com/api/download/models/629548?type=Training%20Data"}], "images": [{"id": 19399706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86572938-f8d8-4b3a-a608-bb4ccc3f5d61/width=450/19399706.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UHHeqN_3IUae~q-;%LWBt7t7M{t7%Mxuxuay", "type": "image"}, {"id": 19400768, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9685536f-66a5-44a9-9664-33f18915e488/width=450/19400768.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UQHUz.~qX7WXxuxuxuxukWogt7t7M|R*WXWC", "type": "image"}, {"id": 19401199, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9e8f9c6-cc6c-4d36-989f-02f5393fdb4b/width=450/19401199.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U7Km,[b|00,9t.-:M{RP00xt~Xbd?aNHxZad", "type": "image"}, {"id": 19402149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e26cf7df-20b5-4af1-ac02-23fb66fdd44c/width=450/19402149.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "USGbM89aD%~VS$xaxaWCIUxtxuIoxuRkWBt7", "type": "image"}, {"id": 19403015, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/639d59a1-ddcb-4f04-aa79-c485919ee983/width=450/19403015.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UDE2:~xt00oz~Vj]M{WV4nWA-:juIpM{n%%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/629548", "modelId": 564894} \ No newline at end of file diff --git a/datasets/metadata/629567.json b/datasets/metadata/629567.json new file mode 100644 index 0000000000000000000000000000000000000000..ae5bd506d63e0bbd7988f9c271d1b8f62b69afa3 --- /dev/null +++ b/datasets/metadata/629567.json @@ -0,0 +1 @@ +{"id": 629567, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-08T13:29:40.521Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 544266, "sizeKB": 248.5224609375, "name": "629567_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T13:05:54.062Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "5B8A9B436C", "SHA256": "5B8A9B436C138A81B4993768BB88BF4309A3B9CA58AA0FB270D941A15A85691A", "CRC32": "C98470E6", "BLAKE3": "A62224D3EBEBCCA61D0F1B8D01F4DF92E725559B0C4F6B44068D2265D8416B1A"}, "downloadUrl": "https://civitai.com/api/download/models/629567?type=Training%20Data"}, {"id": 544310, "sizeKB": 223099.33203125, "name": "Black_cat-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T13:30:49.475Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E0706B9C", "AutoV2": "A7B912B570", "SHA256": "A7B912B570874BE16F3E83FE65F16DF54D2CA2DE3D94D462DAA8E179FAFF6C13", "CRC32": "D30CF54E", "BLAKE3": "D9C5943ED2B8A2F5FBD68F55B0B0099EB4B042FA10EE7746E9158AFC443FEC7D", "AutoV3": "CD3F8824445D"}, "downloadUrl": "https://civitai.com/api/download/models/629567", "primary": true}], "images": [{"id": 18962719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00e307d3-b44c-4f05-a274-8c1d4fa87728/width=450/18962719.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "USJ*uA%M%M-;~qD%IUIUxut7t7xuM{xut7t7", "type": "image"}, {"id": 18962718, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62060b2b-2ecb-458c-9db6-2b0306833477/width=450/18962718.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UKL4yufQ~q%M~qRj9FayxuWBj[t7D%ayxuay", "type": "image"}, {"id": 18962717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34a56814-385e-493e-ac54-d2ec43e137ae/width=450/18962717.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UQLXVzRj?b%M~qRjD%j[t6oft7t7M{j[t7Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/629567", "modelId": 564911} \ No newline at end of file diff --git a/datasets/metadata/629715.json b/datasets/metadata/629715.json new file mode 100644 index 0000000000000000000000000000000000000000..90728657ec6985570e8713ac9f5aa2398cee5e89 --- /dev/null +++ b/datasets/metadata/629715.json @@ -0,0 +1 @@ +{"id": 629715, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-08T14:31:17.483Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 544404, "sizeKB": 22237.43359375, "name": "Kaname_Chidori_FMP-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T14:30:56.545Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B7846AD0", "AutoV2": "A842DD99BD", "SHA256": "A842DD99BD6A864F161A982C1036D1063164E850B30C9A8775DEE1EAE3DD1EC2", "CRC32": "195C9D8D", "BLAKE3": "58BD26BB869208FC619F1C02EEC4BFE096F2C6795F81F857B04DE1FDA41D9E30", "AutoV3": "9F9746723390"}, "downloadUrl": "https://civitai.com/api/download/models/629715", "primary": true}, {"id": 544403, "sizeKB": 11154.3076171875, "name": "Kaname_Chidori_FMP.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T14:35:58.068Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E0852F49", "AutoV2": "9D78C8BE25", "SHA256": "9D78C8BE256858DBE08ED07392BE307B307C784D7A8665BCB101EC675712D9BB", "CRC32": "69E886B2", "BLAKE3": "3B457D7B49F64288AEC72C3282B934A1A55998B83E3A8C66DE784DCBA1D87AA2"}, "downloadUrl": "https://civitai.com/api/download/models/629715?type=Training%20Data"}], "images": [{"id": 18969277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31546c43-88d0-4db9-9a89-990294415691/width=450/18969277.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UpNTtOt7_NxuxuWB%MoetSofVsj[bcay%2WC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/629715", "modelId": 565039} \ No newline at end of file diff --git a/datasets/metadata/629847.json b/datasets/metadata/629847.json new file mode 100644 index 0000000000000000000000000000000000000000..3f5b814e706b0c3413177ca0de82f6d393f40c27 --- /dev/null +++ b/datasets/metadata/629847.json @@ -0,0 +1 @@ +{"id": 629847, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-08T15:22:08.865Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 544526, "sizeKB": 10358.27734375, "name": "Maiko_Okuzumi_Ganbare.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/629847?type=Training%20Data"}, {"id": 544527, "sizeKB": 22237.04296875, "name": "Maiko_Okuzumi_Ganbare-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/629847", "primary": true}], "images": [{"id": 18975159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afc77eee-5601-4725-a2b8-3e388813b3bc/width=450/18975159.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUKm%@R+5Rs:_3WV-:oLk?f6={WB~WWBofR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/629847", "modelId": 565152} \ No newline at end of file diff --git a/datasets/metadata/629920.json b/datasets/metadata/629920.json new file mode 100644 index 0000000000000000000000000000000000000000..5d2eb7bdb2c762a50df0239320f6da92cdbefc0e --- /dev/null +++ b/datasets/metadata/629920.json @@ -0,0 +1 @@ +{"id": 629920, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-08T16:41:25.338Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["macie"], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 544599, "sizeKB": 2707.1953125, "name": "629920_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T16:01:24.113Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "186232E2", "AutoV2": "DD15FBC130", "SHA256": "DD15FBC130C4307DB5C7AEB97D8B05970C6CACD0B9C56DCB34AB740B1D19FC11", "CRC32": "B02CAE06", "BLAKE3": "70E89E72E16F29C606E4E56DC65CD8D48884080F43FB6504BA47BCDF5738E7E5"}, "downloadUrl": "https://civitai.com/api/download/models/629920?type=Training%20Data"}, {"id": 544668, "sizeKB": 223100.81640625, "name": "Macie-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T16:41:22.287Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EB05F35E", "AutoV2": "54A2340C83", "SHA256": "54A2340C831EF2020E2B70934886E406B01E03A56003D1F39AC3FEE91F5EC16B", "CRC32": "CB0CA1D1", "BLAKE3": "DA56311A8FBD53ECC62058B8212F34F10F596A194C8F865C0E523204530B2E3E", "AutoV3": "9E5D191FA3AC"}, "downloadUrl": "https://civitai.com/api/download/models/629920", "primary": true}], "images": [{"id": 18983723, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f78fca26-f2a4-48d0-b5b4-7bb3921f18bc/width=450/18983723.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URLpmo_04:Md~Bt6R:-O04IVn+%Lt-M|RQI=", "type": "image"}, {"id": 18983722, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14560478-ab08-4a61-9f33-276c106136ad/width=450/18983722.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKI#liIq%0t8?wE2_2-:9bt7D%D*XUxuD%NG", "type": "image"}, {"id": 18983721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d03ac60-d325-4371-a526-0495f883fd8e/width=450/18983721.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAIEV1?^LM9aUvH?L4R%01%LMc-=%#9v=cr?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/629920", "modelId": 565217} \ No newline at end of file diff --git a/datasets/metadata/630137.json b/datasets/metadata/630137.json new file mode 100644 index 0000000000000000000000000000000000000000..87ff518ec80b4e6e2cc727b342ddc265f12a030d --- /dev/null +++ b/datasets/metadata/630137.json @@ -0,0 +1 @@ +{"id": 630137, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-08T20:20:31.160Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["HermioneWA, big eyes, brown eyes, long hair, wavy hair, light brown hair"], "stats": {"downloadCount": 40, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 545083, "sizeKB": 223100.80078125, "name": "Hermione_smart_girl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T20:16:35.408Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CADCFD40", "AutoV2": "74B70670AE", "SHA256": "74B70670AE5C0B41A7497C01D2A59A9A5352F6807463FA548F0B10B42C837833", "CRC32": "90D34CD1", "BLAKE3": "3D14B2E8577F1AD99DD6A43518600A6F8F33850D5279AE94B27D7F1C86901370", "AutoV3": "2DEDA5765A7A"}, "downloadUrl": "https://civitai.com/api/download/models/630137", "primary": true}, {"id": 544899, "sizeKB": 151536.7265625, "name": "630137_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T18:41:00.588Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "897CC115", "AutoV2": "77053DDC68", "SHA256": "77053DDC689327983582E5D38A9C87D99270A2639DFEBD59D57990C1C39E294E", "CRC32": "6A7E7C33", "BLAKE3": "BB719433DB112039F61F252DC79DD12E98A27BA100D1C2BFAE880F9A56C56A8B"}, "downloadUrl": "https://civitai.com/api/download/models/630137?type=Training%20Data"}], "images": [{"id": 19006734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50bf5f4b-ee84-46bf-bd35-44adc18a594d/width=450/19006734.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UJEerl00T0jY~W9Fxvn~9vV@-oWBR+WBofbI", "type": "image"}, {"id": 19006735, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba2ec649-bfe8-478a-bab0-1ab0e35a8da3/width=450/19006735.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UIDSK|I@SO?a~Vx]Nd-pNxxu-pt7E2xat7s.", "type": "image"}, {"id": 19006705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f012e090-297d-4d25-bbca-e369de940ca6/width=450/19006705.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UAELg5MxEg~B~BjY9u?G01%M=|NH0exujEIp", "type": "image"}, {"id": 19006707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e2b8421-b1a6-41e5-9be8-eb030cc0b37c/width=450/19006707.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UNF5aAIA%g4.~VRjShM|E2M{xa%14.ozV@%M", "type": "image"}, {"id": 19006708, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec027fab-aff9-4738-93b7-2dd5b2ba59de/width=450/19006708.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UUF5v:4ntlRi~pD%tRf6N_M{xaofR*WBjZt7", "type": "image"}, {"id": 19006710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e43de6b6-bf47-48fc-879c-c1ff6bf8d1cb/width=450/19006710.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UBDIdu^*4:bH~VSh4;Io0fNG-VV@57ae={xZ", "type": "image"}, {"id": 19006709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/914dee98-7fa0-4590-b5f3-6b5ab7a35063/width=450/19006709.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "ULEx;M~qEMM|^+t8IVM{x^%M-oWBo#t7jYe.", "type": "image"}, {"id": 19006732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c56bfdf-8a77-41d0-b637-92a2111816c1/width=450/19006732.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UIEx^eiw9tkq~q9FRjxvK5D%%2%MkXM{xaxu", "type": "image"}, {"id": 19006736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4f3c834-611a-4ce4-985c-a8e8fb86c0e3/width=450/19006736.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UGF#t59F0KxG~WD*NHRj0LjY?HR%NGRjxuxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/630137", "modelId": 565405} \ No newline at end of file diff --git a/datasets/metadata/630190.json b/datasets/metadata/630190.json new file mode 100644 index 0000000000000000000000000000000000000000..914678d110f21be0cb3981c02cfd09ce7f3108b9 --- /dev/null +++ b/datasets/metadata/630190.json @@ -0,0 +1 @@ +{"id": 630190, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-08T18:33:00.679Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 22, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 544886, "sizeKB": 9574.65625, "name": "Trainer_san_Tawawa.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T18:36:15.105Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "78D83128", "AutoV2": "1E196D07AE", "SHA256": "1E196D07AED9E9151EE69358E70F6E8AD766ABAAF02080458C5DC474A324233C", "CRC32": "EE93C068", "BLAKE3": "F3000E473035A6C1B51D4E4B8328B2A352781B6F27D26E00705BAC1C06976D7F"}, "downloadUrl": "https://civitai.com/api/download/models/630190?type=Training%20Data"}, {"id": 544887, "sizeKB": 22237.30859375, "name": "Trainer_san_Tawawa-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T18:36:22.703Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9C8676C9", "AutoV2": "BBC773BA25", "SHA256": "BBC773BA2545DDC12A176807CBA1144F1073F9526899FF597C87CCF791E55B90", "CRC32": "69DF7232", "BLAKE3": "AE6BE5006AEFD3F73E8D321A294C1E9A6013365DB7E079A69B110C626D0C69B2", "AutoV3": "A75D2E4A11F3"}, "downloadUrl": "https://civitai.com/api/download/models/630190", "primary": true}], "images": [{"id": 18994813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f48b1ce-e48f-4209-9828-95f87bbd3ef1/width=450/18994813.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USOf=TRj_N-;ISRj_Nt7%gt7w_of%gWB%2xu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/630190", "modelId": 565447} \ No newline at end of file diff --git a/datasets/metadata/630333.json b/datasets/metadata/630333.json new file mode 100644 index 0000000000000000000000000000000000000000..7d62c7248b08916adb2535ca57ffe12351ae36ed --- /dev/null +++ b/datasets/metadata/630333.json @@ -0,0 +1 @@ +{"id": 630333, "index": 1, "name": "SDXL_V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-08T21:28:34.621Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 545046, "sizeKB": 9950.0400390625, "name": "630333_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T20:02:48.687Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4F9F6C02", "AutoV2": "561BA17446", "SHA256": "561BA17446FFFF0BFDB9BD753D35FCE5E54B8C937971361EA1109B6F2B66E108", "CRC32": "873F01A3", "BLAKE3": "5AE59D80476909D4C15BCEF03F8D3A528B47AB819D85CD76D337BD5527E27176"}, "downloadUrl": "https://civitai.com/api/download/models/630333?type=Training%20Data"}, {"id": 545235, "sizeKB": 223099.32421875, "name": "ABF_AlbumCover.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T21:26:35.338Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DCD6C78C", "AutoV2": "A16AB9BD32", "SHA256": "A16AB9BD32FA2F2C079C6EAB0A7067BFAFE24F7308A784BFE88E1B28E17501F9", "CRC32": "B3D88080", "BLAKE3": "607C3E7716B61128A5EA79AD9D15CCEA618F9AFA897302DCD30D06D0F1AABE2D", "AutoV3": "FFD400F148EF"}, "downloadUrl": "https://civitai.com/api/download/models/630333", "primary": true}], "images": [{"id": 19013936, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ce7a815-c166-4915-96be-3ec553eaed9a/width=450/19013936.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIFzEZVF{3tSz=bvRQtl2nWB2.RPAVt7R*V@", "type": "image"}, {"id": 19013937, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9db3d7eb-0226-4ade-9307-1ae3aea82669/width=450/19013937.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJJa7tE2}u~U%2t79aVt00bt0MM|xbt5%fNe", "type": "image"}, {"id": 19013935, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0f5aef7-4955-49be-95dc-e353f132ebb9/width=450/19013935.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKK.fbXP%[~i~iRTNK$~o^%bDoDo9eN0IYIr", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/630333", "modelId": 565584} \ No newline at end of file diff --git a/datasets/metadata/630356.json b/datasets/metadata/630356.json new file mode 100644 index 0000000000000000000000000000000000000000..7b47d808b83515541f66d2869c39ccc172045fda --- /dev/null +++ b/datasets/metadata/630356.json @@ -0,0 +1 @@ +{"id": 630356, "index": 0, "name": "Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-08T21:29:44.456Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 545247, "sizeKB": 223099.30859375, "name": "ABF_AlbumCover.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/630356", "primary": true}, {"id": 545048, "sizeKB": 9950.0400390625, "name": "630356_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T20:01:27.366Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4F9F6C02", "AutoV2": "561BA17446", "SHA256": "561BA17446FFFF0BFDB9BD753D35FCE5E54B8C937971361EA1109B6F2B66E108", "CRC32": "873F01A3", "BLAKE3": "5AE59D80476909D4C15BCEF03F8D3A528B47AB819D85CD76D337BD5527E27176"}, "downloadUrl": "https://civitai.com/api/download/models/630356?type=Training%20Data"}], "images": [], "downloadUrl": "https://civitai.com/api/download/models/630356", "modelId": 565584} \ No newline at end of file diff --git a/datasets/metadata/630360.json b/datasets/metadata/630360.json new file mode 100644 index 0000000000000000000000000000000000000000..04db4115ed10b3538425542606c072c51ea4a06c --- /dev/null +++ b/datasets/metadata/630360.json @@ -0,0 +1 @@ +{"id": 630360, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-08T20:59:12.126Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 545051, "sizeKB": 5817.9716796875, "name": "630360_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T20:00:47.901Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "49CCF9BE", "AutoV2": "A9DCD1C070", "SHA256": "A9DCD1C0701A8516B842149AB67A67B7E06C2306607DE6199C8D9A9DFE3703AE", "CRC32": "79CFF057", "BLAKE3": "E7811E283896B900887737698A8894CB09C4CC570C38EC70C217FCE5489007BF"}, "downloadUrl": "https://civitai.com/api/download/models/630360?type=Training%20Data"}, {"id": 545180, "sizeKB": 223104.77734375, "name": "Bibi_XL__Brawl_Stars.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T21:01:27.224Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "73F61AFB", "AutoV2": "13CF7F02C7", "SHA256": "13CF7F02C78D6F36E132D29E446309836768AE7DF01B39B131B0D22ED1A83D88", "CRC32": "5500C37E", "BLAKE3": "E6F14C26DA02E02887ED4988D3DF4996AE4C975543FD08EA46B9F21A24180D29", "AutoV3": "E4CB0D2A774B"}, "downloadUrl": "https://civitai.com/api/download/models/630360", "primary": true}], "images": [{"id": 19015488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c9e9d5c-895a-4c7a-9e33-24fc33493df8/width=450/19015488.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UUG9OJrYL49|D^X9V~a25RRkV}-;r|xuaMI;", "type": "image"}, {"id": 19015501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50dc932c-fea7-4fa7-bedf-a87d42a53f70/width=450/19015501.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UZG]F7xZpyXTD?o#IVem5QRjxc%2M{jFIUNI", "type": "image"}, {"id": 19015519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d193050-c3ce-4351-8696-280ceb94ba6e/width=450/19015519.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UdJ5wPO8VRS5]uR;#ukRInV}$*R~$-n-S0M~", "type": "image"}, {"id": 19015520, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cd57ef6-e8f2-49bb-b47a-890ea6eba9eb/width=450/19015520.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UjKSltjE,#aki9t7V]WTG7eqORtPRkjKoxR%", "type": "image"}, {"id": 19015518, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/521a2973-c49b-4cab-a62a-4d40259bf7b7/width=450/19015518.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UiLLYvIp;YwQ=~j1$+V_JhRjNYRj=iR*jJnm", "type": "image"}, {"id": 19015558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4df5ffd1-547d-4ae7-9f91-adba6b89e0d2/width=450/19015558.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UWI}M9^+yWI@~q%3%MoLpTo|-q%Lx@t7bIR%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/630360", "modelId": 565608} \ No newline at end of file diff --git a/datasets/metadata/630457.json b/datasets/metadata/630457.json new file mode 100644 index 0000000000000000000000000000000000000000..4a5a2301f79c91fc1fca37868091d687e38998e3 --- /dev/null +++ b/datasets/metadata/630457.json @@ -0,0 +1 @@ +{"id": 630457, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-08T23:59:51.296Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["triplefold"], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 545291, "sizeKB": 5117.2578125, "name": "630457_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T21:55:50.873Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1DD94E2E", "AutoV2": "354C0A1821", "SHA256": "354C0A18213AF5BA4953C76FE17331F04CB6753C57DA4D56C52BF9661003ADF7", "CRC32": "F6A2D76B", "BLAKE3": "2B2C60D6A4B10CD0BA06DD56CA160E05F8FC706539896B6C61E13A869BBAFA91"}, "downloadUrl": "https://civitai.com/api/download/models/630457?type=Training%20Data"}, {"id": 545483, "sizeKB": 223100.38671875, "name": "Contortion_Triple_Fold.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-08T23:50:55.454Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2D82DFF5", "AutoV2": "8AE65364D5", "SHA256": "8AE65364D532403226FEE6C3F7E2EC789CB9744BFF0BC6C7235A3BBB4C237E0F", "CRC32": "2EBFE1EB", "BLAKE3": "E27B4063E4F1E7092152BB4F4F874F93ED49FFCA016E4006DE43A43424268171", "AutoV3": "7BC488FC59D5"}, "downloadUrl": "https://civitai.com/api/download/models/630457", "primary": true}], "images": [{"id": 19026131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d96f5a3b-2e6a-428d-9f86-0f80ce809385/width=450/19026131.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7I}bEH=04?b00ELDOyD6Ma$}:vz00%M?Gt7", "type": "image"}, {"id": 19026133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a5154e9-6a06-4c17-aff4-d3ee80e23d67/width=450/19026133.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UID^op.6L0RjEbX8XlMy.kR5Q.rs00ae=y%g", "type": "image"}, {"id": 19026129, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5700ab2f-2677-4c3b-a566-54f2df0a744e/width=450/19026129.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKIq[XxZ1Gx]K4jb55bb00WBm-RPIoS2}[rr", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/630457", "modelId": 565690} \ No newline at end of file diff --git a/datasets/metadata/630822.json b/datasets/metadata/630822.json new file mode 100644 index 0000000000000000000000000000000000000000..134303015e993aaceb96c5ed66c5c0ce0243d497 --- /dev/null +++ b/datasets/metadata/630822.json @@ -0,0 +1 @@ +{"id": 630822, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-09T02:02:31.208Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 545701, "sizeKB": 223123.69921875, "name": "daiidalus.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T02:01:20.277Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2F06475B", "AutoV2": "04C6AFFDCB", "SHA256": "04C6AFFDCB071BE4ED4113B8A258C878BCAF7C49B3E3449B64FFD9E1E09B43EF", "CRC32": "82FBAA70", "BLAKE3": "3679D28E7633DD04D337E6CBEAD6991929E998ADB1ECEE1B2592CE1ED9B717E7", "AutoV3": "B66AF3AF95AC"}, "downloadUrl": "https://civitai.com/api/download/models/630822", "primary": true}, {"id": 545578, "sizeKB": 662108.236328125, "name": "630822_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T00:52:32.788Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EFF24844", "AutoV2": "E987A964D1", "SHA256": "E987A964D1BD8BC5D05C0775D5DB665BC9E38407E9613BD1E0D794038DD4CEC8", "CRC32": "EDA12FB4", "BLAKE3": "DD67DB210D7AF84F9A394C4C563DEC0489A4CA59E818304891DCE94EC0509BBD"}, "downloadUrl": "https://civitai.com/api/download/models/630822?type=Training%20Data"}], "images": [{"id": 19042860, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbda2e69-b3a1-4850-a21f-f8d0ffd9335d/width=450/19042860.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UTI#D-oeD~s;~oaxIUj]0JWBk8ay02ayxtay", "type": "image"}, {"id": 19042861, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b993d8f-a087-40d1-94a6-584ec48a1dcd/width=450/19042861.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UXJ@z-RoM{WT~qj]IVoJE2oft6tP01a#xuk9", "type": "image"}, {"id": 19042859, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/974685b7-df1b-47e6-b7f2-2e72f4bd1cbd/width=450/19042859.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UMJQ:3R%EI-q~qbED%ofKXRjj@W,00IVx[s;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/630822", "modelId": 566010} \ No newline at end of file diff --git a/datasets/metadata/630939.json b/datasets/metadata/630939.json new file mode 100644 index 0000000000000000000000000000000000000000..d6f419bc5ccc47e5c4c38c2c31475d744a4d25d4 --- /dev/null +++ b/datasets/metadata/630939.json @@ -0,0 +1 @@ +{"id": 630939, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-09T16:21:54.825Z", "availability": "Public", "nsfwLevel": 28, "description": "More distant images may show some artifacts, distortions or disproportions in the face when generating images in Civitai, which is why the recommendation of this LoRA is to use characters closer to the image or use some Embedding to reduce errors in the face.
Image examples (https://civitai.com/posts/4269922)
JankinGen
", "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 545884, "sizeKB": 8293.2802734375, "name": "631137_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T04:05:36.820Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A0E8E9B5", "AutoV2": "2A1DBD21EB", "SHA256": "2A1DBD21EBF821C02DE992D349126B91C595346D73BF4FA3C3D84DFD274728FF", "CRC32": "556FB37A", "BLAKE3": "D2B294D94ABF294006A2D7CC08D60E2301D986938570EB680CDA361645CA680D"}, "downloadUrl": "https://civitai.com/api/download/models/631137?type=Training%20Data"}, {"id": 545909, "sizeKB": 18548.1953125, "name": "JankinGen-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T04:21:22.416Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "72DC77BF30", "SHA256": "72DC77BF302DC6FA219AED0CF6391D83EB19391ED4EBB6517319CD6C55AF9C2A", "CRC32": "FEE32991", "BLAKE3": "F663810F862A1D2DFA0F2264A4B423B449295B21B5681193D0AD6A68362A51DA", "AutoV3": "23F344462270"}, "downloadUrl": "https://civitai.com/api/download/models/631137", "primary": true}], "images": [{"id": 19059275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46f36668-e125-485c-ad9d-761e8474d3ce/width=450/19059275.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UEKmeCNG5Pof02xZ_2s:0Lf6^QR*~BR*VsNG", "type": "image"}, {"id": 19059272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4b223e2-4db6-4908-95bf-e7fe6025c735/width=450/19059272.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UAO1[=Mo005P02}bt9oZHt=2^kTJpd#SIBW?", "type": "image"}, {"id": 19059276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c224dbc-2038-42d6-b76a-cb8687036d89/width=450/19059276.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UFQuBAw]CS=v?^xtO[NH0iSiTdWB={aer=sm", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/631137", "modelId": 566290} \ No newline at end of file diff --git a/datasets/metadata/631299.json b/datasets/metadata/631299.json new file mode 100644 index 0000000000000000000000000000000000000000..59acbe1cffbe6b52721031746f1090faafe4ae47 --- /dev/null +++ b/datasets/metadata/631299.json @@ -0,0 +1 @@ +{"id": 631299, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-09T07:23:43.401Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["Armour ", "Shoulder armour ", "TeanaW, elf, pointed ears, blonde hair, long hair", "Sword "], "stats": {"downloadCount": 33, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 546032, "sizeKB": 97785.8125, "name": "631299_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T06:06:33.960Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8382FA06", "AutoV2": "CEE3D9DDB2", "SHA256": "CEE3D9DDB2A140D8A81B0A72BF7364CF64E31BFFE198203A11CC8240C2FAA4FE", "CRC32": "F7EB17F3", "BLAKE3": "CD3E0FAF9CC7E84915B1D25251BA8107A8EEFFA65FB3A0EE5F35000B04EEB3A3"}, "downloadUrl": "https://civitai.com/api/download/models/631299?type=Training%20Data"}, {"id": 546137, "sizeKB": 223099.97265625, "name": "Teana_elf_knight_girl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T07:10:47.409Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EC6F90B8", "AutoV2": "5122F6C521", "SHA256": "5122F6C5211F53A7E5C277C442A56B5AFE00E888F6023BEFC03FFB76C01C097C", "CRC32": "89EEED5A", "BLAKE3": "6BBE26AEA4D4F02732328125396032A902AEE59C201CC5C9CDB1FB1F40B55334", "AutoV3": "2B7798BC30CA"}, "downloadUrl": "https://civitai.com/api/download/models/631299", "primary": true}], "images": [{"id": 19078085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43efcd08-08c1-44e1-9f85-05037b61f455/width=450/19078085.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "U58|nt?b009F~BV@0LIU0LE1w]%LNaoz%1-p", "type": "image"}, {"id": 19078093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09eb663c-272a-48a0-aef2-876e16a2cf2a/width=450/19078093.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "U59G~@_N0000~qoI4n9F00IU?a_24nR-?G?c", "type": "image"}, {"id": 19078094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6343a28f-e13d-4466-bcab-e7a8101d7377/width=450/19078094.jpeg", "nsfwLevel": 4, "width": 896, "height": 1344, "hash": "U89G{#4n0L~q^+IUE1-:NGj[xaWVkXn~xaR*", "type": "image"}, {"id": 19078095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9258a44a-1c2a-457d-9e66-b10484afe102/width=450/19078095.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "U79G?kIU00?b_4t70KtRWZW=Rin$IqbI$$Rj", "type": "image"}, {"id": 19078062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cf93b74-f87f-4210-bb00-8e06d2aa86c1/width=450/19078062.jpeg", "nsfwLevel": 4, "width": 896, "height": 1344, "hash": "U89?:z~W0g9GxtaxM{xZ9aRj$*%2E2jY?G-:", "type": "image"}, {"id": 19078064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09b7e2ce-6942-4f06-8c4f-235150883a2b/width=450/19078064.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "U58gpk~q0100_3xuD%9F0KIV%1%2ELM{nh-:", "type": "image"}, {"id": 19078065, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daa2bb6a-067f-4deb-ae08-ee8bb511f090/width=450/19078065.jpeg", "nsfwLevel": 4, "width": 896, "height": 1344, "hash": "UBBMur~q0f9FInNGITRj9ZIU%2xuIoWB%2-;", "type": "image"}, {"id": 19078066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08914812-6d83-4146-b85d-b8855fe96b56/width=450/19078066.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "U59jcW~q0000tRWrIUM{00IU?H%MjEs9of%M", "type": "image"}, {"id": 19078071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4f8d761-3afa-4b23-b368-fa05fb5d6c35/width=450/19078071.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "U77^#$4:0L~V_2M{9G?HR*t7RPbIEM%1sSE2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/631299", "modelId": 566431} \ No newline at end of file diff --git a/datasets/metadata/631331.json b/datasets/metadata/631331.json new file mode 100644 index 0000000000000000000000000000000000000000..03f5856a229bb70ae2f8bcae9b2f2abf4eb86ecc --- /dev/null +++ b/datasets/metadata/631331.json @@ -0,0 +1 @@ +{"id": 631331, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-09T05:56:22.344Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 546021, "sizeKB": 9580.2958984375, "name": "Rin_Suzukaze_MajesticPrince.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T05:55:46.107Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EDAE0C37", "AutoV2": "BF68C840D7", "SHA256": "BF68C840D79223ED482325BE03F0BD98856F3BC62E344A10FD40ACC18D352BB0", "CRC32": "5148ED7A", "BLAKE3": "46973614E4471907F929E6395938081DB4104F3E8EE162FE31DB7E74C56246A9"}, "downloadUrl": "https://civitai.com/api/download/models/631331?type=Training%20Data"}, {"id": 546022, "sizeKB": 22236.77734375, "name": "Rin_Suzukaze_MajesticPrince-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T05:55:49.156Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AED70C6B", "AutoV2": "49A0DFEDDD", "SHA256": "49A0DFEDDDC1B7934071A30E4D3CDACE02DA907C54A5AE0069FFAE7A16466196", "CRC32": "929FEFEB", "BLAKE3": "53F5F590B999D59DE864B2132C97CB25E873ACD5F63EA4B32F722C0B89B30687", "AutoV3": "2352A87111F5"}, "downloadUrl": "https://civitai.com/api/download/models/631331", "primary": true}], "images": [{"id": 19069798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ac03cbd-987a-4065-8ed2-381d78d044b4/width=450/19069798.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaHxQo?HE3t7~ox[E2WCD%RjIUM{D+M{aKRi", "type": "image"}, {"id": 19069797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85427f85-b214-438b-92c5-29c4eb592dd3/width=450/19069797.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaHxQo?IE3t7~ox[E2WCD%RjIUM{D+M{aKRi", "type": "image"}, {"id": 19070677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4cb39fc-1eb6-47a6-b1fe-d42d5886d424/width=450/19070677.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UmKnJFt6.9tR~p%LNJofobRPIVRjRnWCocae", "type": "image"}, {"id": 19071907, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd63956a-f39c-40f5-8d1c-b15476bdf232/width=450/19071907.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UgJj;?og0Lt7~Wt7jFWCtRbH%2oM-;ayV[of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/631331", "modelId": 566461} \ No newline at end of file diff --git a/datasets/metadata/631456.json b/datasets/metadata/631456.json new file mode 100644 index 0000000000000000000000000000000000000000..052b2c6f3c10b6055221d7c05a5ce84004239ec7 --- /dev/null +++ b/datasets/metadata/631456.json @@ -0,0 +1 @@ +{"id": 631456, "index": 0, "name": "EldenRingPony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-09T12:32:34.953Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": [], "stats": {"downloadCount": 29, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 546164, "sizeKB": 99164.4970703125, "name": "631456_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T07:25:51.229Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0A801C75", "AutoV2": "E7C33B78D9", "SHA256": "E7C33B78D954CD873D3660A82360CEBD5DFBDBB0FE180CA8B26813B061F60AAA", "CRC32": "F052746E", "BLAKE3": "68AEB118C0A1146FCD3BB05E7E789885A7DCA83A33F73004A8DEC15239964CA1"}, "downloadUrl": "https://civitai.com/api/download/models/631456?type=Training%20Data"}, {"id": 546383, "sizeKB": 223106.83203125, "name": "Elden-RingPonyStyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T09:51:28.706Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7E67F053", "AutoV2": "49A42AD680", "SHA256": "49A42AD680D5CA407793E02E62756291D5A2304F44B836E2F626E7417DBB4140", "CRC32": "E0330BBD", "BLAKE3": "7662187EDC3A7DA6C9309A1E9DEF3173723BBB2982FA792173657604EE28C0A2", "AutoV3": "26DEAE1DE024"}, "downloadUrl": "https://civitai.com/api/download/models/631456", "primary": true}], "images": [{"id": 19101561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be0c45cb-76b6-4067-9530-d5170d2c5456/width=450/19101561.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UHBz|NtlGwx]?wfkEPozrVWBI9Rj?aoJTJof", "type": "image"}, {"id": 19101562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/023ff71e-79d4-49ac-9459-e3cf3440aa0d/width=450/19101562.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UEC$o~~V1Q5TE-S6RkWB4TIUrVsloas,-SxZ", "type": "image"}, {"id": 19101589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd81695f-479a-42dd-86a8-437f983f08cc/width=450/19101589.jpeg", "nsfwLevel": 1, "width": 2432, "height": 1664, "hash": "U4CXG~XR0-JA}pSNRnS411jZI;xF0%n%=asm", "type": "image"}, {"id": 19101593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1013ae2a-d6bc-475f-aec4-50f38b3de2d3/width=450/19101593.jpeg", "nsfwLevel": 1, "width": 4864, "height": 3328, "hash": "Um8$]=aKacV?t:tQn}WBVttlobofV]ozozof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/631456", "modelId": 566574} \ No newline at end of file diff --git a/datasets/metadata/631774.json b/datasets/metadata/631774.json new file mode 100644 index 0000000000000000000000000000000000000000..d29e76a34d1e7264b5abe560daf679d37bd86767 --- /dev/null +++ b/datasets/metadata/631774.json @@ -0,0 +1 @@ +{"id": 631774, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-09T15:21:11.725Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["gonghua", "gong_hua"], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 546685, "sizeKB": 4492.7099609375, "name": "631774_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T14:11:44.863Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E67E2EB0", "AutoV2": "8939A4E113", "SHA256": "8939A4E11343E597610FEC9D09A53AB17CF38AB8DF378C41DB9CD88A72BFA87A", "CRC32": "B5D412CE", "BLAKE3": "D5D3D707285FBA4154DB7ED83A35094270E3D748897E69D03C62A775C0286338"}, "downloadUrl": "https://civitai.com/api/download/models/631774?type=Training%20Data"}, {"id": 546858, "sizeKB": 223101.53515625, "name": "Gong_Hua.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T15:21:51.353Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "417649FC", "AutoV2": "E5D703D81F", "SHA256": "E5D703D81FCE5DF1FC43679B14346EE3F69990972BF6DB812C5D5573D589788C", "CRC32": "4556FBF5", "BLAKE3": "458CAE8CA0117A0A770CC1E686E9CCFBCEAA19A3D6459C436B81EADC48150A38", "AutoV3": "49F88C535939"}, "downloadUrl": "https://civitai.com/api/download/models/631774", "primary": true}], "images": [{"id": 19112060, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/408a1d34-2eb7-40d3-b2c9-60fa76e1d3cf/width=450/19112060.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQIEhHIU.S~AEnbGozNe%ht6-nNG-=xGW;kW", "type": "image"}, {"id": 19112057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c96c86b8-e88e-402e-98b9-298a7c55acc7/width=450/19112057.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U48z.cVq4{_48xR-b~V@DzS6$]oapftSI8E1", "type": "image"}, {"id": 19112058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b61fc31b-4926-48aa-94f9-ce42545a2eab/width=450/19112058.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UeLM*3xu?aja~Vj[ofj@x[fQaefkW?j[Rkay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/631774", "modelId": 566871} \ No newline at end of file diff --git a/datasets/metadata/631993.json b/datasets/metadata/631993.json new file mode 100644 index 0000000000000000000000000000000000000000..dc424b5ef32e215b6e2129be76a35477a8d4d414 --- /dev/null +++ b/datasets/metadata/631993.json @@ -0,0 +1 @@ +{"id": 631993, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-09T16:04:07.097Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 546617, "sizeKB": 13539.4755859375, "name": "631993_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T13:48:36.079Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CECE75EA", "AutoV2": "C28B2FD4F9", "SHA256": "C28B2FD4F91E2261A475E135F32AB8D150C38FC5557B6E65561203910986BC09", "CRC32": "F73316D5", "BLAKE3": "FFA6079129998A27F5A5CECE0CD4D1126E1CB0477C0A60E072F34673A75094D5"}, "downloadUrl": "https://civitai.com/api/download/models/631993?type=Training%20Data"}, {"id": 546932, "sizeKB": 223104.12109375, "name": "Shirongane_Yuri_Tawara_Hiryuu_Saimin_Seikatsu-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T15:55:58.120Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AC9FC7EC", "AutoV2": "1C6528FDF3", "SHA256": "1C6528FDF3716E80228C6A5B7694FF77CF59B4408F5DBB580F3A6A561293901F", "CRC32": "C5BC2116", "BLAKE3": "0BD966F11521852ED2396DA365DD9EFA5830089402D60C7A9611ED8729B5450F", "AutoV3": "9C653D2C25ED"}, "downloadUrl": "https://civitai.com/api/download/models/631993", "primary": true}], "images": [{"id": 19116709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/116e5b03-f3ce-4b4f-99e0-0f1a22ff86d2/width=450/19116709.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UKMGu4NG%Mt7RPxusAof~qozt7xu8{a{oJM{", "type": "image"}, {"id": 19116440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c55365ea-b352-4e86-a91c-8c494e65467c/width=450/19116440.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDLzT}~WE2tR?aSgR*xG01?a-;9Z57%M%Msp", "type": "image"}, {"id": 19116705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d9799a1-6274-48e2-87d3-e554855bf150/width=450/19116705.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UALg^Z%M9F~q009F%MIUD%M{_39FIU~qWBRj", "type": "image"}, {"id": 19116710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ee355fd-a50b-4846-959e-7c0eb796499c/width=450/19116710.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDKx6pRj_3t7j[WB-;-;9F9FM{M{~qRjIURj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/631993", "modelId": 567111} \ No newline at end of file diff --git a/datasets/metadata/632010.json b/datasets/metadata/632010.json new file mode 100644 index 0000000000000000000000000000000000000000..5322cb30cee6145091f33ec4cff42440c962dc13 --- /dev/null +++ b/datasets/metadata/632010.json @@ -0,0 +1 @@ +{"id": 632010, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-09T13:51:11.986Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 546631, "sizeKB": 9149.3916015625, "name": "Tsubame_KOYASU_Kaguya.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T13:55:37.062Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BEBB692B", "AutoV2": "CB918EF342", "SHA256": "CB918EF34271368BAC4810439A201FC1F3B40B92519259AF5B9EC18F566CFB39", "CRC32": "B70C43F5", "BLAKE3": "5C0052C3462D34A33177AFDA68F4AD961BB8D41C313953C59954FD596C2EC535"}, "downloadUrl": "https://civitai.com/api/download/models/632010?type=Training%20Data"}, {"id": 546632, "sizeKB": 22237.47265625, "name": "Tsubame_KOYASU_Kaguya-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T13:55:41.908Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "96806BE8", "AutoV2": "16905CF33B", "SHA256": "16905CF33BEF5236087A4E177D918D2F2C6236BFC3CD3D1CB310465F25F817BF", "CRC32": "0563099B", "BLAKE3": "A81BF00A06221886ABE578AEB22217A08F675CE5EBE5C83F5377BF031213F0D1", "AutoV3": "863D8C1D5D1F"}, "downloadUrl": "https://civitai.com/api/download/models/632010", "primary": true}], "images": [{"id": 19103694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e664f6fd-b13a-4555-9cee-3fd08e754129/width=450/19103694.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U%Mjdjt7pIof~Wof%Mj[9Zoft7WBf+j[RPWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/632010", "modelId": 567132} \ No newline at end of file diff --git a/datasets/metadata/632035.json b/datasets/metadata/632035.json new file mode 100644 index 0000000000000000000000000000000000000000..1431ffada005d4b8e95fa6ad7f9fb3999ddbb650 --- /dev/null +++ b/datasets/metadata/632035.json @@ -0,0 +1 @@ +{"id": 632035, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-09T14:08:16.693Z", "availability": "Public", "nsfwLevel": 63, "description": null, "trainedWords": [], "stats": {"downloadCount": 19, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 546678, "sizeKB": 116410.1171875, "name": "Jacques00-09 PonyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T14:07:40.804Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EAE54492", "AutoV2": "F15BF8BE93", "SHA256": "F15BF8BE930B391A52804FD5FAA1C7DF0ACF5E82F15574B244F9FD6E23DAADF9", "CRC32": "54503685", "BLAKE3": "975D7EB8CF803C661CBF3FCCE3B4D0CA848CCAC9F48855D4B9B7E46AAF304246", "AutoV3": "06C7781376E7"}, "downloadUrl": "https://civitai.com/api/download/models/632035", "primary": true}, {"id": 546675, "sizeKB": 45992.0732421875, "name": "New folder.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T14:06:22.803Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5BBA8418", "AutoV2": "5499C2CD4A", "SHA256": "5499C2CD4AE56F06DA519CAF6C07EAA298AEED85470814CF753FDFD962BF4A3C", "CRC32": "13714E7D", "BLAKE3": "B6B58BBA829B3E6DBDA6D535C60617FA9C428238272F49C8B4FFA65FD4895A62"}, "downloadUrl": "https://civitai.com/api/download/models/632035?type=Training%20Data"}], "images": [{"id": 19104880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5696966a-ee77-40d3-8ca7-e9b50d0b7d60/width=450/19104880.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UYHnaC=|o{xu~C$%bYxug2tQSOkVx@xuo#R*", "type": "image"}, {"id": 19104882, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36cdc82c-9703-46aa-a27c-6b78ee1de628/width=450/19104882.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "UIHUU-~Upa-m~D-px[xs03NHWXM|NFX8IrM}", "type": "image"}, {"id": 19104895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b1f4338-62d6-417b-af4b-dd1f6f5dc91a/width=450/19104895.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "UOF*1s%LLNNfkGnND+XnAeR*$1og5EX9xZjE", "type": "image"}, {"id": 19104914, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56fa7213-79ca-43a3-9967-d0362f9fd78f/width=450/19104914.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UJN]*6%M1Sxa7%NetRWBCmS5kCtQC9xBS4i_", "type": "image"}, {"id": 19104913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b52b58b2-cae1-4ea9-acf5-bfb3b0c806b5/width=450/19104913.jpeg", "nsfwLevel": 16, "width": 896, "height": 1152, "hash": "UGLzX4xv0-%L3sgMM{RPCRt7+[oLx]V@wIXm", "type": "image"}, {"id": 19104915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cbef1b6-83f8-4345-8698-a83d4dcc00f8/width=450/19104915.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UJNcm5xu0~NGu6ADR:s-PCNH$jb^%#$iaKWq", "type": "image"}, {"id": 19104926, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4f0ecc7-2b9f-4f42-811a-adce079b2667/width=450/19104926.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UJNAF|~B19Ny%%a$%0%f7~xsb]K5K+x[tRRk", "type": "image"}, {"id": 19104941, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e44a2b5f-042c-443d-b30f-064f65b2c71d/width=450/19104941.jpeg", "nsfwLevel": 16, "width": 896, "height": 1152, "hash": "UEL;5B-:02Em7i$e?HTL0*$M%2NJ~Wo}soRQ", "type": "image"}, {"id": 19104977, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53938e55-9b16-4f6a-91ae-e3c5fe53be63/width=450/19104977.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UOK23X-o2|OZ-;oeNHbc5YR.#js.bdafRkW=", "type": "image"}, {"id": 19104979, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f73a52e-4f6e-46a8-a138-38feccfef834/width=450/19104979.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UAKB8*%#0H+w7$eSs7Oq02Ek=qxZ}S-PbdNz", "type": "image"}, {"id": 19104985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a3a0e05-a226-4582-b5fb-6c87e362c351/width=450/19104985.jpeg", "nsfwLevel": 16, "width": 896, "height": 1152, "hash": "UDLDcC%h01^j1JE#xuIU0f-A~BaK-:?H%1E2", "type": "image"}, {"id": 19105040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d642b91-3760-4f79-bf68-59e25e9f71d3/width=450/19105040.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UJKnb-kD3Y%1?arrM{b_C,X8*|sTt7bwkWsS", "type": "image"}, {"id": 19105041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf38f89c-16b8-41eb-8b19-a40b2fa58d43/width=450/19105041.jpeg", "nsfwLevel": 16, "width": 896, "height": 1152, "hash": "UUIi5|kW7%oz58ayrrbHFMjsxYjZ9ujYxuW=", "type": "image"}, {"id": 19105042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/100aaad0-cd1c-4861-8a23-c612aa2f877f/width=450/19105042.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UHLNfDOt00EfCT-qaI.77OIqrWXSPV%MnNM_", "type": "image"}, {"id": 19105043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8ceac17-231d-4002-ac95-3d36bee363fa/width=450/19105043.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UCL|ihys00Ns8J_4xGWA0fR*vzWAlnjrrqNE", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/632035", "modelId": 567146} \ No newline at end of file diff --git a/datasets/metadata/632212.json b/datasets/metadata/632212.json new file mode 100644 index 0000000000000000000000000000000000000000..70ca1e9d3de362fe001356d1fa0d6b2f0acabdf7 --- /dev/null +++ b/datasets/metadata/632212.json @@ -0,0 +1 @@ +{"id": 632212, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-09T17:05:46.791Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["maya"], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 546838, "sizeKB": 2605.947265625, "name": "632212_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T15:16:07.484Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FFF35CB1", "AutoV2": "6754F29F1B", "SHA256": "6754F29F1B744047FA01F7B2FF661921359E9A474D03CAAF2CDD8418BB1A5174", "CRC32": "57A84CA5", "BLAKE3": "3CF374B8A47A3562543C0B411A13140098234E3149220F68BB36008ECD665C42"}, "downloadUrl": "https://civitai.com/api/download/models/632212?type=Training%20Data"}, {"id": 547088, "sizeKB": 223100.19140625, "name": "Maya-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T17:05:59.330Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2E433F19", "AutoV2": "CE2EB6EADB", "SHA256": "CE2EB6EADBE6047F0A44BA9D46B56C6E9D8DAA3A46FF6C55EC90C4FC6A1B3F52", "CRC32": "AA329AE9", "BLAKE3": "A7A0251F179C0AA9D7D5628C5676DAFFCA8D0EB55E6C5529750BB784D2FC45EB", "AutoV3": "8C049EDA7A47"}, "downloadUrl": "https://civitai.com/api/download/models/632212", "primary": true}], "images": [{"id": 19123152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/100aec78-a293-4899-9953-d090bcc7c889/width=450/19123152.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UED0Jr%#UHIB%2nikAShKPRj,;s9o}j[oJjZ", "type": "image"}, {"id": 19123153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34cdece8-46cf-4e12-9357-92cab310e47d/width=450/19123153.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZI}ws~ox[MywIxCx[R-SzRjs9WDx[Rks:V[", "type": "image"}, {"id": 19123154, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/176549d1-c972-484a-9017-a5649f798871/width=450/19123154.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaMP~[~o-h8{==M_nMRjx^t7xCjFp0RkWBt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/632212", "modelId": 567300} \ No newline at end of file diff --git a/datasets/metadata/632336.json b/datasets/metadata/632336.json new file mode 100644 index 0000000000000000000000000000000000000000..152cda4e52c93e8d349f6cd805915de99b504ce8 --- /dev/null +++ b/datasets/metadata/632336.json @@ -0,0 +1 @@ +{"id": 632336, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": null, "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": ["Danji_Moyomama", "trenchcoat, fur trim, white shirt, jeans, boots"], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 547003, "sizeKB": 445791.76171875, "name": "Danji_Momoyama_Cardfight_Vanguard-000017.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T16:31:31.785Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BB0DF2F8", "AutoV2": "B9540A99C2", "SHA256": "B9540A99C2A02085F0F5DED3A291FD0AE678BE0B72575EC9E2F8383E449A6208", "CRC32": "4E1D5A9C", "BLAKE3": "AE072BB113BBDD96576D949B797D4AE921F96AC3DDB8472143CA34A2F7337BC3", "AutoV3": "423C52846EB4"}, "downloadUrl": "https://civitai.com/api/download/models/632336", "primary": true}, {"id": 546994, "sizeKB": 9995.50390625, "name": "632114_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T16:26:20.699Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "27409822", "AutoV2": "45A8EEC002", "SHA256": "45A8EEC002C3C8210A44ECB311B43CB3B350E3148750101EF112EE46EEF2A2EA", "CRC32": "CEA24FD2", "BLAKE3": "AD1064053AA500CE06B7B51ACD33DD66B42B21978DAC5B700F6ABA33BB2FE136"}, "downloadUrl": "https://civitai.com/api/download/models/632336?type=Training%20Data"}], "images": [{"id": 19121937, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f44e826f-c407-4fc4-9851-8ea8ba937a46/width=450/19121937.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9Gaav%J4-~B#99w0*My01W??uIB0%W-0y^i", "type": "image"}, {"id": 19121939, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8574028-fa63-4ef1-be6e-4cc60291b611/width=450/19121939.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9HwGftR02NG4TIo6Kt601%1^$R-~pS4-;nh", "type": "image"}, {"id": 19121940, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6a197c0-7847-4003-b693-770bc6348ba1/width=450/19121940.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAG*H60201^k|=9|Auv~01-:~pH?I;EMD%%2", "type": "image"}, {"id": 19121935, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d87c83d-aab6-4af5-a767-fbbe0cd77938/width=450/19121935.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UmJtL~xttRoe~BoftRayn,fkx[ayWVj[Ioaf", "type": "image"}, {"id": 19121938, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05603574-d8d2-40dc-bd81-8b216989aea5/width=450/19121938.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UOK,?P?bTKS$~BM|%gxZDjoLIpRj00bH-pRj", "type": "image"}, {"id": 19121936, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d5c4fda-9749-48e8-a723-570bc2c14a73/width=450/19121936.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDH1[54:M|-oR5R+0MxF8{xt~pRPMyt7tQRj", "type": "image"}, {"id": 19121933, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9a51ef7-74ca-4486-9489-748d2a1b1729/width=450/19121933.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFG@A60z03~BU^S~b^M{9xWUxBNKxZs.-:NG", "type": "image"}, {"id": 19121943, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a141d58-c3e2-4924-a216-04224ca84447/width=450/19121943.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UIGag;%J57}[+bNe9^rr0MNd-:VsI;IpRixb", "type": "image"}, {"id": 19121944, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2181c47-11ec-45da-8488-82fd08251acf/width=450/19121944.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6FqzL030zxH9u0gAD}@]ktQOXIV00-oTdIV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/632336", "modelId": 567221} \ No newline at end of file diff --git a/datasets/metadata/632339.json b/datasets/metadata/632339.json new file mode 100644 index 0000000000000000000000000000000000000000..3002d7966098a5f3233e456dc3f070a934272276 --- /dev/null +++ b/datasets/metadata/632339.json @@ -0,0 +1 @@ +{"id": 632339, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-09T17:45:09.454Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["AbigailSV, purple hair, wavy hair, blue eyes, black collar"], "stats": {"downloadCount": 17, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 547148, "sizeKB": 223100.69921875, "name": "Abigail_Stardew_Valley.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T17:41:32.832Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AE8E2002", "AutoV2": "553B336547", "SHA256": "553B336547FD91BB0C675202FF2D737A34760D99F0F819AEA92AE12643945996", "CRC32": "CFC7C010", "BLAKE3": "3178C5AA23F3CCAD272ED7C66659F22E29D35F561DA5A6FCE070AD6D4E9F7C98", "AutoV3": "2B7C4B112B58"}, "downloadUrl": "https://civitai.com/api/download/models/632339", "primary": true}, {"id": 547043, "sizeKB": 122800.138671875, "name": "632339_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T16:46:51.281Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "17CD967C", "AutoV2": "B93F8BCA13", "SHA256": "B93F8BCA138EF6C3C7CC0C34E1F0F599BD46E81E4C061E59949B6569B9EF8893", "CRC32": "4C92F0F2", "BLAKE3": "3FBEA7F2DB3888D3ED2507AE2E95B47B3F59DE42734D1D9DE76AE325D4970256"}, "downloadUrl": "https://civitai.com/api/download/models/632339?type=Training%20Data"}], "images": [{"id": 19127210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fda6bd9e-b07d-4a79-a34a-67dc82988082/width=450/19127210.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "URG@}a~Vx]Sgxa%2Sgof9tM|xFay-pxtRkR*", "type": "image"}, {"id": 19127209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2dffc77c-de50-452d-9982-c27ca4af1adf/width=450/19127209.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UJIECW~WTI-=~q%gS#?HOqbcr=xa^+s.RiM{", "type": "image"}, {"id": 19127173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/723343fe-ff8b-4e6d-903a-df38da76b8d5/width=450/19127173.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UGHKY0^,5A%3?H~CS$tRo}-:-oIp9uR+~V%L", "type": "image"}, {"id": 19127174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c884392a-a1b7-4ac2-af05-e8873f52f942/width=450/19127174.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UAH1iD-AGs0L?d01tj9FOaIoInWl-B-p-nx@", "type": "image"}, {"id": 19127179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64dd12d2-777e-4994-821b-0e00519431ef/width=450/19127179.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UTFhky~W%gt7%M%Mxuf,Nuf+WBn%xut7ofoc", "type": "image"}, {"id": 19127192, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/860ea673-9108-40b2-b7a1-efd4fdaccf63/width=450/19127192.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "U6G81a007KD*-VIVNY9G00%gv|?I=}t6E2~p", "type": "image"}, {"id": 19127196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e1dd9e1-4697-4bc2-a6ec-ba3c6380cd98/width=450/19127196.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UKIzuF~VF|WE~Xxv_3R+%gbI-:kV%3oy-:oz", "type": "image"}, {"id": 19127203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a0e9b6c-753c-42ed-8af9-49f2f7d8afc9/width=450/19127203.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UNF5dO-;t,~WX8x[%MxtIon%jFIoE1RQIUM|", "type": "image"}, {"id": 19127204, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bca2cf49-4462-4266-ab9b-09af18157985/width=450/19127204.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UcKdG9IV~p-pxtR*R*s:WmxuxtWVNGjZn%WB", "type": "image"}, {"id": 19127206, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0ea5166-eb4a-42c7-936d-5eb451e45ac1/width=450/19127206.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UcK12q%2_4Wq_3oLx]M{x]Rkt6s--;t7t7xu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/632339", "modelId": 567420} \ No newline at end of file diff --git a/datasets/metadata/632418.json b/datasets/metadata/632418.json new file mode 100644 index 0000000000000000000000000000000000000000..b1c1c2fbb56e662d8bdfd0ed914001541314a878 --- /dev/null +++ b/datasets/metadata/632418.json @@ -0,0 +1 @@ +{"id": 632418, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-09T19:39:34.883Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["abeba "], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 547080, "sizeKB": 20247.609375, "name": "632418_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T17:01:55.123Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1ED25200", "AutoV2": "850E031B9E", "SHA256": "850E031B9EE7256E4A11AFB3A838F4991D6D3C852F59153DB3F2DC2FDE972A74", "CRC32": "E81E2657", "BLAKE3": "88C3BC170DE39A9269FAEBEC37D9DAD9D24C848764C79D1A40F1DF89F3C20B86"}, "downloadUrl": "https://civitai.com/api/download/models/632418?type=Training%20Data"}, {"id": 547255, "sizeKB": 223100.62109375, "name": "Abeba-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T18:37:02.271Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F7856F2D", "AutoV2": "B47619F21F", "SHA256": "B47619F21F24CEB80129DF584F05C29C87D57A82C78FCE154E62C887D2E4C130", "CRC32": "8C1B8E46", "BLAKE3": "8689E41822B0896DA41DD1EEEEA6178185284C6D27A3AD48D325B30A5C4609D2", "AutoV3": "599763B026D4"}, "downloadUrl": "https://civitai.com/api/download/models/632418", "primary": true}], "images": [{"id": 19139111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02383c3f-f939-46b7-8d0b-52001b8b7a7f/width=450/19139111.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UMI4hR-p}=R5GbofcZS#0oNHtAxbT2jFRQW=", "type": "image"}, {"id": 19139112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7412c01-1382-462d-8983-5bb379ab5b95/width=450/19139112.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UHE.tylV~WAeRCJXxbXT4:%0Io=_tmxCNGRP", "type": "image"}, {"id": 19139110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9eb19b09-bace-4810-846e-85b62ccb25f5/width=450/19139110.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKH0z{X-{e57[BEM-oxu=uw^IqNHjFs-t6Wr", "type": "image"}, {"id": 19139115, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f50499b-41af-4fb5-a30d-36a8812baaa0/width=450/19139115.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UKEyYtHX~p]~v#-Pt7ni9bX8IpIp?]$gs9pI", "type": "image"}, {"id": 19139117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e830d7c3-4c9f-47e8-a964-8152b95f2d61/width=450/19139117.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1920, "hash": "UNEoiH_3~q-;T2.8OZkXE3D%RPRP%MIUn$Ri", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/632418", "modelId": 567491} \ No newline at end of file diff --git a/datasets/metadata/632501.json b/datasets/metadata/632501.json new file mode 100644 index 0000000000000000000000000000000000000000..42e472bf40d1fe0c0cf05d29ebe991e859228063 --- /dev/null +++ b/datasets/metadata/632501.json @@ -0,0 +1 @@ +{"id": 632501, "index": 1, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-09T20:13:20.048Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 547151, "sizeKB": 476.0205078125, "name": "632501_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T17:45:49.442Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "92EBEFF798", "SHA256": "92EBEFF798C973ED439E1F8B982CC74C64F9CDF6DC2DDE10869BCD8B6138FD62", "CRC32": "8EA2FDED", "BLAKE3": "C0AE41CF61D8157DA9DB48A16D31ECACD1D3A96D1DB919A8E24B980DE37F2A0D"}, "downloadUrl": "https://civitai.com/api/download/models/632501?type=Training%20Data"}, {"id": 547416, "sizeKB": 36977.7421875, "name": "Big_Chill.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-09T20:15:51.475Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "54F815BA", "AutoV2": "F1404134BF", "SHA256": "F1404134BFB4582E8B9DDE73FEB5C4B8133DBE4FBD2BC95CBC276133262193AF", "CRC32": "FB2F71B9", "BLAKE3": "F5AD0B613A4E6A0175F840296FF78A9762C10BE0324475CDE1E366E116E662B7", "AutoV3": "36434DD968FD"}, "downloadUrl": "https://civitai.com/api/download/models/632501", "primary": true}], "images": [{"id": 19142176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d52cf612-2dd2-44d1-bfff-2f697f1cdbbd/width=450/19142176.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "USO|nb4:Rnoz9ZD*xuM{~p?H9Zt7~pjYD%ay", "type": "image"}, {"id": 19142178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44816e89-d155-4ce4-b7ec-11a163c9209a/width=450/19142178.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UOPQNp9aD*WC4oD*xuD*?H?aRjt7~padM_%M", "type": "image"}, {"id": 19142246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adec2588-0786-46d2-8aba-9475fa466cbd/width=450/19142246.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U72H8nkXU[g5Y8f,i]kDVBflkYe.n1j[bdfQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/632501", "modelId": 567567} \ No newline at end of file diff --git a/datasets/metadata/632520.json b/datasets/metadata/632520.json new file mode 100644 index 0000000000000000000000000000000000000000..8a7f2003b3763ba45a4430d7a8200fb9a2bd5473 --- /dev/null +++ b/datasets/metadata/632520.json @@ -0,0 +1 @@ +{"id": 632520, "index": 2, "name": "Pony V6 Diffusion XL", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-09T21:38:02.118Z", "availability": "Public", "nsfwLevel": 28, "description": "a1111/forge friendly :)
bright_pupils
heart-shaped_pupils
multicolored_eyes
white_pupils
ringed eyes
orange eyes
a1111/forge friendly <3
This version is really awesome IMO
v1
", "trainedWords": [], "earlyAccessDeadline": "2024-07-24T01:50:05.988Z", "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 547946, "sizeKB": 11759.1669921875, "name": "633274_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T01:05:54.398Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "877F8711", "AutoV2": "420F27F029", "SHA256": "420F27F0291680362411C0B223460941CED5F3C6270EEE53409FD16B54E3C6E0", "CRC32": "384809EF", "BLAKE3": "EDD9CD105077BD9611E9790D2E3C6B792008262CAABEEE6FABFAC9A4B9B53ED0"}, "downloadUrl": "https://civitai.com/api/download/models/633274?type=Training%20Data"}, {"id": 547998, "sizeKB": 36977.40625, "name": "Denture.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T01:36:10.850Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EB539C9E", "AutoV2": "E921287F0E", "SHA256": "E921287F0E4C003DD7516A2F115B4A61F71AA5DBDC100C77529E92AF6D235308", "CRC32": "96E0B0FE", "BLAKE3": "A3363E85D0089B398C23B4B093E5867A5101B93A12BFDB0803EFC0C2D7E304D6", "AutoV3": "0269ED08BCD7"}, "downloadUrl": "https://civitai.com/api/download/models/633274", "primary": true}], "images": [{"id": 19172563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/762d2ebe-9852-4785-8886-50d1a6b8134f/width=450/19172563.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UpS#MDs+X.t7oLjFbbbbUHepaKbaoff+e.jF", "type": "image"}, {"id": 19172564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afcf7b21-a305-4ac7-8047-0b2057dbd2f2/width=450/19172564.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UWSEUV$*cssoo}WCTJkCPqWCTIbvRQoeiwWB", "type": "image"}, {"id": 19172565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/300d7f04-5b81-4b28-a7fb-3cb673c613a9/width=450/19172565.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U%S;wkoLk=t7tRf+bbfjYkkWadaynOf6i_jb", "type": "image"}, {"id": 19175377, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ba9d324-220a-455f-a39a-a0a77e4fe6a4/width=450/19175377.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UhRncd%M%~f6.7WVRjofysWCRjozX8n%n5ae", "type": "image"}, {"id": 19175370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5baf364a-e27c-4f29-8b80-32e80f1525eb/width=450/19175370.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UuS53Hs:%hofx]fQX8fQysbHM{kCa1fQnOay", "type": "image"}, {"id": 19175371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d8aa77f-101b-4ef1-a531-ca618cf5957f/width=450/19175371.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UxRo8Boftmoft6f6bHj[*0kCWUj[jGfke:ay", "type": "image"}, {"id": 19175378, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b67948d-3818-46ac-a887-1095f3e54c09/width=450/19175378.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UVQR,~-;.Soz?bRjo|of.TV@X9kCyXjZMJjZ", "type": "image"}, {"id": 19175372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b43e46f1-b365-4137-af98-1f7d2004ec4c/width=450/19175372.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UzReX3xatlWCx]a}aej[ysWCV?ofWBjtV[ay", "type": "image"}, {"id": 19175380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91a4f160-10b0-4045-b32c-c20a5eefa9b0/width=450/19175380.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UvRedMxu%hjF%2WBV@of*0VsRPozR*son%V@", "type": "image"}, {"id": 19175379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e1ecbff-b3ba-42f1-b1a2-303c25b79658/width=450/19175379.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UVPP7fkWAIt7I:aznhj[3sfk%0j[w2ofo}fR", "type": "image"}, {"id": 19175384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02782075-5c2e-4dd1-97c6-486b7030e200/width=450/19175384.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U$R2AAn%x]oLoLaykBf6*0kCR*bHjIj[V[ay", "type": "image"}, {"id": 19175387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3141448b-b175-45ab-939d-6d8a9f9bcf98/width=450/19175387.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U$Rn[sxa%gjut6a|bbjZ*0WqNFofi~oLjFbH", "type": "image"}, {"id": 19175394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1c81304-fe4c-4382-ad24-5ba55debe483/width=450/19175394.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U$Rxr-xatSn*tRazkCj[ysWBadkCi{oLaKay", "type": "image"}, {"id": 19175393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d8d12f2-85d8-4c19-9a30-682051839bd1/width=450/19175393.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UuR.V~s:tmjFtRj[f+j[*0bIRiozi_axaeaf", "type": "image"}, {"id": 19175397, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4508976-6d18-43ce-a908-2cc0f7682f61/width=450/19175397.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UcPFl@V@T0t7tQj[f+kCysogt6kCM{WVjFay", "type": "image"}, {"id": 19175396, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e189ea2-5a7e-42a4-87f6-9cc8534842b0/width=450/19175396.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UiShQCnhTKt7tloLkWkBYkkDoxkCV@WVa1ae", "type": "image"}, {"id": 19175398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/833fdc61-3310-424d-b424-ac1a8005acdd/width=450/19175398.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UqSX_}s.X9oftRfkkCj[uPfloykCVtf6aKaf", "type": "image"}, {"id": 19175399, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01e42f23-9c01-483f-a622-7e07f5b0cd41/width=450/19175399.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UpS#MDs+X.t7oLjFbbbbUHepaKbaoff+e.jF", "type": "image"}, {"id": 19175402, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6dbf88e0-d6c9-4801-b8b9-92685251b392/width=450/19175402.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U%S;wkoLk=t7tRf+bbfjYkkWadaynOf6i_jb", "type": "image"}, {"id": 19175404, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3db1475d-4297-4b87-be93-f853bf3d508b/width=450/19175404.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UWSEUV$*cssoo}WCTJkCPqWCTIbvRQoeiwWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/633274", "modelId": 568240} \ No newline at end of file diff --git a/datasets/metadata/633308.json b/datasets/metadata/633308.json new file mode 100644 index 0000000000000000000000000000000000000000..f6783539009fab42924ac2419366bd5f75718c7f --- /dev/null +++ b/datasets/metadata/633308.json @@ -0,0 +1 @@ +{"id": 633308, "index": 0, "name": "Denture SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-10T02:47:41.949Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": ["Denture", "denture open", "prosthesis drawing", "the prosthesis is closed", "upper denture", "lower denture", "part of the prosthesis", "parts of the prosthesis"], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 547995, "sizeKB": 11760.6162109375, "name": "633308_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T01:35:41.843Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1344E1A5", "AutoV2": "1EB8341C41", "SHA256": "1EB8341C41BBA2E54C8C2E6189BB07DADFC1505A360A10307C085FE99B256025", "CRC32": "BE99605F", "BLAKE3": "D583770FB2C4D87508C994B9C82E3B77CE65F32A90FAABB215EBB45F8E3DEF57"}, "downloadUrl": "https://civitai.com/api/download/models/633308?type=Training%20Data"}, {"id": 548091, "sizeKB": 223099.59765625, "name": "Denture_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T02:46:54.899Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CE2C18F3", "AutoV2": "77191DF791", "SHA256": "77191DF791EEE003897A3776ADA16FAFA7335A62C211AA9587757DC09F490298", "CRC32": "4E6C33D9", "BLAKE3": "13707A02159482CB82994087A4D736C4F294AFD78580BDB66266138946066255", "AutoV3": "E20CCD887817"}, "downloadUrl": "https://civitai.com/api/download/models/633308", "primary": true}], "images": [{"id": 19177337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d93a462-32c8-4749-adb8-a75b04c2599f/width=450/19177337.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIQ*GR_1%$xZ^hShW;jF}_MdO?RQR*jFaKsm", "type": "image"}, {"id": 19177333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a37634c-b413-494d-8fbd-4e0397989568/width=450/19177333.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFL.rK~BAInOI9W:IUWBsGM|TdSh0KnOr?of", "type": "image"}, {"id": 19177342, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f977db1d-c798-4869-9d1e-8f851651a7b2/width=450/19177342.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6Klz70218_M@=V@4TNI0A.7t*9G01OX~pnh", "type": "image"}, {"id": 19177336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76ebd5a3-dae7-46c1-9f29-ae8ea21425a2/width=450/19177336.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7JjxY%10NRQ02xGxWOD03Rk~B%MmjEfIWv~", "type": "image"}, {"id": 19177340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52faf6e6-acfe-436f-907a-576656f79538/width=450/19177340.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3Ly$Q~Cj{-A*0s:oMkC01IopaTJ01WBm,af", "type": "image"}, {"id": 19177339, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90e866a4-bab7-456c-b8a7-18913fb88306/width=450/19177339.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7L.o0000z%z0j%1XSRi0c~o^PRP00S$w1af", "type": "image"}, {"id": 19177341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1e3c71a-b91c-41cc-ad12-92a610614198/width=450/19177341.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7Klt000uij;00t7,pRk01crMwS54m$QVaoz", "type": "image"}, {"id": 19177357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdb7a877-5b5d-46d5-9fef-d4d2a6a9e9d1/width=450/19177357.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4KJPvn#03^Q0MxGr=Nu00s;~UNG00NGv*w0", "type": "image"}, {"id": 19177349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc4d0501-0541-4527-8118-b26ad99e7d8a/width=450/19177349.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8N]305600%#01sAMckC0NxGy?r?0KS3rDV?", "type": "image"}, {"id": 19177346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15640153-d920-4506-b9ca-c00c987db13b/width=450/19177346.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6OUxVy=8|w^1gr=mkSe1A*zyq%30xRP*zoL", "type": "image"}, {"id": 19177361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9104db0a-4542-48bf-94c5-f8e0715cfc55/width=450/19177361.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4M$DH0000.800%MmQkD00-W_NIU00-B}GnO", "type": "image"}, {"id": 19177359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7cbcbed-fabc-4d32-b756-4e259df2d5b6/width=450/19177359.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7HmcX=|-Wr?AaofJ7fP00M|EyX8S^Rj|Kf8", "type": "image"}, {"id": 19177356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/475c7e8c-8647-475d-80df-df7a47b91263/width=450/19177356.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEHU2*~VT0IU57Rkslt70hD%n$xtIoSLjHRj", "type": "image"}, {"id": 19177360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4a9aa0d-a9ed-4c94-9df1-1365a124bfdb/width=450/19177360.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBLC|[~VT|xv.TJ756E1YQH?PAAD9F,@#8%2", "type": "image"}, {"id": 19177366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/672f0641-36ad-45a7-a131-296643cbafb3/width=450/19177366.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBO1~8~By?.STev~NFNaO]:QPUMxGZa0zBkq", "type": "image"}, {"id": 19177368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e7b9fc1-b760-4d91-a004-eff76aab0c5e/width=450/19177368.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6Hda8}@=L$*0fE1=J%21JE12E9tIV-:0yRP", "type": "image"}, {"id": 19177367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b102b77f-37d5-4cc2-84ec-1cdfbf44b276/width=450/19177367.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5HA-A8x02?v~CIVE1xu00cr-:aKIU-;$*Ri", "type": "image"}, {"id": 19177370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/050cb31b-f85f-46b7-b478-fcf8fe7bc057/width=450/19177370.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCF}G]~BF{xF=e$*R*I;0MM{r=I;AWW.V[w_", "type": "image"}, {"id": 19177375, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a67b83f-6f0d-455a-a6b0-5208e9fbd897/width=450/19177375.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAIp*h-BKPD*~CNGS2ay02JkWTtk0f-VwJbH", "type": "image"}, {"id": 19177372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/680a19a4-3d1b-4800-906d-4601e75e9a39/width=450/19177372.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4NIv+4U3s?H3DKiAC-A00lm^hm,{0$g_*E2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/633308", "modelId": 568265} \ No newline at end of file diff --git a/datasets/metadata/633354.json b/datasets/metadata/633354.json new file mode 100644 index 0000000000000000000000000000000000000000..7e001c59e8787aa5250a2379f541f329974b8c4f --- /dev/null +++ b/datasets/metadata/633354.json @@ -0,0 +1 @@ +{"id": 633354, "index": 1, "name": "AutismMix SDXL", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-10T04:54:55.717Z", "availability": "Public", "nsfwLevel": 28, "description": "This version was trained using AutismMix SDXL, and should work better with it. I made this version because I've been using Pony and AutismMix regularly, and would like any new LoRA I make going forward to be available to use for both.
", "trainedWords": [], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 548279, "sizeKB": 223127.37109375, "name": "DedaloTheDirector_Style_LoRA.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T04:56:19.343Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "254D3311", "AutoV2": "1E2857E482", "SHA256": "1E2857E482D0E7EB6BCED8C44EB002B400CEB5B041830B9376ACB1C622A40E1E", "CRC32": "984945D4", "BLAKE3": "8205A455E653811C1904D8996664DF6C9E6235F0388BD1270AD909C84C31DD72", "AutoV3": "ED1D8B54F781"}, "downloadUrl": "https://civitai.com/api/download/models/633354", "primary": true}, {"id": 548022, "sizeKB": 501967.755859375, "name": "633354_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T01:51:16.396Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1D68F972", "AutoV2": "6BFD97619D", "SHA256": "6BFD97619D8B1EF9BFEA181D78E4C2E955F819890F41DC698FF0B11A41B641DD", "CRC32": "457B7B24", "BLAKE3": "EF675897125463CFFF95E2A54E531B3AC0C07D403649D65B38401B7D0D6DFF68"}, "downloadUrl": "https://civitai.com/api/download/models/633354?type=Training%20Data"}], "images": [{"id": 19187085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23e4b30a-5ee4-46e5-8b90-37402c8bdad5/width=450/19187085.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UVMFzhS~y=$j-VRjJ8oftRoftQt6%zoLt7j?", "type": "image"}, {"id": 19187084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00ab40db-2d4a-4adf-bd5f-bdc53bee3982/width=450/19187084.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U5GclZ000g?_3W_OqG0zx]CQ[C}[Y*rDQ-T{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/633354", "modelId": 568237} \ No newline at end of file diff --git a/datasets/metadata/633360.json b/datasets/metadata/633360.json new file mode 100644 index 0000000000000000000000000000000000000000..877c49246eddcafd0be424d9ed9860d19faaf404 --- /dev/null +++ b/datasets/metadata/633360.json @@ -0,0 +1 @@ +{"id": 633360, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-10T02:32:20.725Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 548027, "sizeKB": 95.8779296875, "name": "633360_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T02:00:51.957Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "E15F327F53", "SHA256": "E15F327F53E97376C8142F7E911AA4D9FD02A5AC7AA38D348E6955AEB5FCA200", "CRC32": "0BE47F79", "BLAKE3": "1C5B86CE71C198E217F7E0EF1E45D1B58EFEB17866837CD76292E493742F6369"}, "downloadUrl": "https://civitai.com/api/download/models/633360?type=Training%20Data"}, {"id": 548081, "sizeKB": 223099.37109375, "name": "Latex_babe-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T02:35:51.433Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "138DACC7", "AutoV2": "1CEA3546E3", "SHA256": "1CEA3546E306BB0025E47ECE8B18AA76B94E043DE2802D00569F290D309E7D37", "CRC32": "07B00EBE", "BLAKE3": "38D2291B304506183C7FFC4A3C4A302A15195FB3667E133F8FC2021D8413522D", "AutoV3": "14A5C1FB7BCD"}, "downloadUrl": "https://civitai.com/api/download/models/633360", "primary": true}], "images": [{"id": 19176209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/034cb05d-45ca-4242-9a45-701ecdad01de/width=450/19176209.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCH1[40L~U%M01E1X89b9GW;9GNH-oRjkCxt", "type": "image"}, {"id": 19176207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28915c3b-e59c-4cd1-b7e6-f560e94a89a7/width=450/19176207.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBHUh14.~U-;00IoNx9a0MbH4:NH-oM|W=xt", "type": "image"}, {"id": 19176208, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af9296ec-6d93-426d-8504-47edac995f01/width=450/19176208.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCGu2W0L?G~Vveo~0Lad%MRPtRE2e-xuRjkC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/633360", "modelId": 568308} \ No newline at end of file diff --git a/datasets/metadata/633371.json b/datasets/metadata/633371.json new file mode 100644 index 0000000000000000000000000000000000000000..5934b8e7c641cf74de216d63d3ef3e2a17d52ae6 --- /dev/null +++ b/datasets/metadata/633371.json @@ -0,0 +1 @@ +{"id": 633371, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-10T02:29:48.467Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 548034, "sizeKB": 78.748046875, "name": "633371_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T02:07:23.299Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "C568AEEBE3", "SHA256": "C568AEEBE37C494860EA0C3C50ADC40EA8098C2C359F9B033DD4866DBB795FC7", "CRC32": "7D8D9EB0", "BLAKE3": "7CF293128CB147AB2CD0FF4DA401874A1070BBDDC8F7940E573964EA3BEE04B2"}, "downloadUrl": "https://civitai.com/api/download/models/633371?type=Training%20Data"}, {"id": 548078, "sizeKB": 36977.4609375, "name": "Beibi-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T02:30:49.045Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BD536238", "AutoV2": "0C3A034982", "SHA256": "0C3A034982B1CA8B650D6B52C151CFF49F63EBA91D6599F7793B54621E4EC044", "CRC32": "AE2C3837", "BLAKE3": "B0194F5BE1CAD0817AD5EA3D89D575F7DC70A8DE289200E3AB45866B0B02B848", "AutoV3": "212C3B1855E5"}, "downloadUrl": "https://civitai.com/api/download/models/633371", "primary": true}], "images": [{"id": 19175986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f49f0d12-0f6d-4e53-bb99-4842b3190277/width=450/19175986.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGKd}K00of%M~qD%t7D%j[WBxuIVxuIUt7M{", "type": "image"}, {"id": 19175985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/715efaca-e39d-41cf-a0cc-5dca91f324e8/width=450/19175985.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UAKUcr00IU?b~qRjWB9FD%%Mt7IUfkRjWBWB", "type": "image"}, {"id": 19175987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1071616f-c98a-4b1f-b348-ded92e0d3de0/width=450/19175987.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIK_E~00t7of~qD%xuD%Rjj[xuIVj[Rjj[Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/633371", "modelId": 568318} \ No newline at end of file diff --git a/datasets/metadata/633937.json b/datasets/metadata/633937.json new file mode 100644 index 0000000000000000000000000000000000000000..5775dbe7759455114715fa51fcb76721306fcb77 --- /dev/null +++ b/datasets/metadata/633937.json @@ -0,0 +1 @@ +{"id": 633937, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-10T09:56:16.973Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 548610, "sizeKB": 11773.4072265625, "name": "633937_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T08:50:48.839Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "224A8291", "AutoV2": "54D72D194A", "SHA256": "54D72D194A961A781DD8DFD68A3FF337ED55021A6E7844E49759A9F4B31A18EA", "CRC32": "12A47367", "BLAKE3": "CC6F5A087F0C5F055C17F8EBA84BE00B554C735A977A2F0472321A2F1CBF2FE1"}, "downloadUrl": "https://civitai.com/api/download/models/633937?type=Training%20Data"}, {"id": 548693, "sizeKB": 223100.97265625, "name": "Poppy.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T09:55:46.255Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D28676E8", "AutoV2": "CC83C4B67D", "SHA256": "CC83C4B67D9CAE9999B0A5EC4C2568FDF2C9BD3F74C878EB0FC4B1573B29C295", "CRC32": "0C296EFD", "BLAKE3": "F95FC9C0523328C0B7BCFA240D1F3A96B8FE9CA741C612A4935FF0F26DDFAE21", "AutoV3": "CD265504612C"}, "downloadUrl": "https://civitai.com/api/download/models/633937", "primary": true}], "images": [{"id": 19209552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d67fd97e-bad7-48ad-a452-bc0b928820fc/width=450/19209552.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDBD?T4TD*xu.AI8WYa%M~xvV?a#o$x^Mwt7", "type": "image"}, {"id": 19209553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e9383df-1789-4cea-87a8-39f0dab18f94/width=450/19209553.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOG+B[%M4-NG_Mt7RRR%M^R$sDxb-W%3R%R%", "type": "image"}, {"id": 19209551, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8fdb949-ac71-48f9-9d11-38f5ccf72fca/width=450/19209551.jpeg", "nsfwLevel": 32, "width": 1024, "height": 1024, "hash": "UACYxhvv00xUMd$g$vjJDgomxnkGBzNY$xoe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/633937", "modelId": 568821} \ No newline at end of file diff --git a/datasets/metadata/633956.json b/datasets/metadata/633956.json new file mode 100644 index 0000000000000000000000000000000000000000..6579fc040ea157970bc4cfb5cd1b9a85ac73b990 --- /dev/null +++ b/datasets/metadata/633956.json @@ -0,0 +1 @@ +{"id": 633956, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-10T10:11:08.606Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["adamma "], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 548641, "sizeKB": 27239.8017578125, "name": "633956_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T09:15:55.150Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "79CBA4B5", "AutoV2": "68C3439962", "SHA256": "68C343996208D9CD5A398E8368ECCCCB25685B698C410AACAF45A99F097EA527", "CRC32": "A05B2E19", "BLAKE3": "5F429ACF613FA8E8463F5E7BEEAA938EF6772D48EEEBA67878C52BD53A5A4188"}, "downloadUrl": "https://civitai.com/api/download/models/633956?type=Training%20Data"}, {"id": 548713, "sizeKB": 223100.59765625, "name": "Adamma-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T10:10:48.846Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "21509AC6", "AutoV2": "198E1BD5D2", "SHA256": "198E1BD5D2CEC9D4E395DBA1EA917297420EA359F892D91A1F4BC7F4D79E25F1", "CRC32": "3D1E2CEB", "BLAKE3": "7EE2D27DCFBE23BE04A3F4FEAFD31F7D61533F8C3F356A92BE27A271DD659950", "AutoV3": "1BE3F15DC3A2"}, "downloadUrl": "https://civitai.com/api/download/models/633956", "primary": true}], "images": [{"id": 19210589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef44966f-a94a-4888-a4e4-3c9db0fd2e0d/width=450/19210589.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMHn{NE3~UwINHt6RjWCIqkCi_V@xDjFbbkW", "type": "image"}, {"id": 19210587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55a49729-141f-4922-8967-44e162a4ff28/width=450/19210587.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTJQcWIp}==_%1j[NIayofofM|Rk-ns.NIR+", "type": "image"}, {"id": 19210588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a7d5edc-45bb-420a-a67f-6b1720a78dc4/width=450/19210588.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHBq0Txvx@xtEdxvIAD%R-X8RQM{_Nt7jIxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/633956", "modelId": 568838} \ No newline at end of file diff --git a/datasets/metadata/633970.json b/datasets/metadata/633970.json new file mode 100644 index 0000000000000000000000000000000000000000..459beca479d8971709714eb2ee02d786ff490d9f --- /dev/null +++ b/datasets/metadata/633970.json @@ -0,0 +1 @@ +{"id": 633970, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-10T12:46:43.711Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["habiba"], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 548986, "sizeKB": 223100.79296875, "name": "Habiba-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T12:50:42.117Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "60E3433B", "AutoV2": "994916ADA7", "SHA256": "994916ADA771EC4B5C42EA4D87FA8E1BF2F560E8DB6A79D49F50864DDC17C682", "CRC32": "32141E75", "BLAKE3": "2DB3DF6CA04111F077440D38EC6DEA5F9D348EB3939C3C827CFD141D662C9DB8", "AutoV3": "98157BCE8B41"}, "downloadUrl": "https://civitai.com/api/download/models/633970", "primary": true}, {"id": 548658, "sizeKB": 17743.2646484375, "name": "633970_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T09:31:15.901Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "11B0ABA3", "AutoV2": "ED0A7A1FB0", "SHA256": "ED0A7A1FB09423EA53BE487EF79E1E20E66BD43428FE06A81FC37A3107C6A794", "CRC32": "78A33369", "BLAKE3": "45C6BAC1AF2F973CC9810D50AE3144A03C0D344793CBF610AB9187A30559038C"}, "downloadUrl": "https://civitai.com/api/download/models/633970?type=Training%20Data"}], "images": [{"id": 19221944, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7029b708-3d4e-456b-b034-5675f37a252c/width=450/19221944.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCB4L3M{T1?a?wkW?b%MTKx]R5D%g4xaM{D*", "type": "image"}, {"id": 19221939, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95fc1373-eb7e-4b89-831e-d5242c1b11ae/width=450/19221939.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEF5Z_?G~AE2azkCt7WBD*ayRjs:?GNHIoxZ", "type": "image"}, {"id": 19221940, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3067232b-d297-43c9-9aa2-edadbd326c70/width=450/19221940.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UfJ*uA%M~qofxu%Mxuj[xuWBRjM{xuWBofM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/633970", "modelId": 568851} \ No newline at end of file diff --git a/datasets/metadata/634038.json b/datasets/metadata/634038.json new file mode 100644 index 0000000000000000000000000000000000000000..9758cb06296435a603a822629f4a0bacf4f151ac --- /dev/null +++ b/datasets/metadata/634038.json @@ -0,0 +1 @@ +{"id": 634038, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-10T10:21:22.179Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 31, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 548731, "sizeKB": 13163.54296875, "name": "Misa_Hayase_macross.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T10:25:59.987Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7C187C43", "AutoV2": "17C844DB00", "SHA256": "17C844DB006CA68CD84502A41B2EFD26BC08B7654A6FECD3C3A9C9468869EE84", "CRC32": "F6E1DE72", "BLAKE3": "101CDA60D618D5023A97A99689ED3008D8CAA099662A0C72B01774BEB36B814F"}, "downloadUrl": "https://civitai.com/api/download/models/634038?type=Training%20Data"}, {"id": 548732, "sizeKB": 22238.42578125, "name": "Misa_Hayase_macross-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T10:26:03.319Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B3275D0D", "AutoV2": "F684AF15E8", "SHA256": "F684AF15E84DA414DCD25467C670FEEF7110F06B339FA23F6915263735AF78EA", "CRC32": "F0C0E4A2", "BLAKE3": "C8FDF47F33AF1AA36E81128BF28A380B421E979E96DF9EF1895984BBEE5A5AAA", "AutoV3": "0355B7C16317"}, "downloadUrl": "https://civitai.com/api/download/models/634038", "primary": true}], "images": [{"id": 19211182, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3026e2f9-6808-4932-b9a5-1dc00c70c295/width=450/19211182.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaOC:M_3PBx]R%RP?bM|_NR%%NR*sotRozay", "type": "image"}, {"id": 19211179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa846731-1b33-4cc8-aada-00e502ca6792/width=450/19211179.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaOMW__3PBx]R*RP?bM|_NR%%NR*sotRozay", "type": "image"}, {"id": 19211606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52397e21-94ab-4bd4-ae65-142996905422/width=450/19211606.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQN,xn%g_NWCvz%M?wWAogD%-;jZ_N%MM{s:", "type": "image"}, {"id": 19212544, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6c741d5-4c85-46ab-b3b8-3011cb02e190/width=450/19212544.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPQl|E~W.8IogN?cs.9F%gIoofi^$iRPtSkW", "type": "image"}, {"id": 19213180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41b9f91c-0fd0-483b-b7ec-b8ac948fbea2/width=450/19213180.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UGODLSM{_N%hx[tSRkbF009FIokD^jnhI:Sh", "type": "image"}, {"id": 19213718, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8eb9d0ef-47d9-45b0-8033-1548a7e9d7f8/width=450/19213718.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UZNcsa~qEf?btQ%MW=bH9aIU%2ax-ps.RjkD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/634038", "modelId": 568910} \ No newline at end of file diff --git a/datasets/metadata/634083.json b/datasets/metadata/634083.json new file mode 100644 index 0000000000000000000000000000000000000000..7b7a88b36d5f09546ede712447ac01e3ee5d29f8 --- /dev/null +++ b/datasets/metadata/634083.json @@ -0,0 +1 @@ +{"id": 634083, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-10T13:36:57.536Z", "availability": "Public", "nsfwLevel": 0, "description": "", "trainedWords": ["trixie colette, 1girl, solo, demon girl, colored skin, red skin, red eyes, colored sclera, yellow sclera, hairband, demon horns, ponytail, short hair, white hair, hair over one eye, demon wings, demon tail, spiked choker, shirt, spikes, arm belt, spiked bracelet, long sleeves, sleeves past fingers, sleeves past wrists, shorts, boots, knee boots"], "stats": {"downloadCount": 17, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 548767, "sizeKB": 4480.28515625, "name": "634083_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T10:50:40.988Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "68D279EA", "AutoV2": "1FB40E630D", "SHA256": "1FB40E630D09AAE07B5952A555AD0F0D55C499F10E9D6D381D7B279155521878", "CRC32": "0ED0CA87", "BLAKE3": "2410D99E6545882AFCBF12695B2472E4C7759B67F873B4E287C5B86EB0F3B7B2"}, "downloadUrl": "https://civitai.com/api/download/models/634083?type=Training%20Data"}, {"id": 549074, "sizeKB": 223103.55078125, "name": "Trixie_Colette_XL__Brawl_Stars-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T13:38:33.235Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8E56E68B", "AutoV2": "384F95069A", "SHA256": "384F95069ADD5D53511967BCBA900382A63F2A700D48F8738999025689342B86", "CRC32": "BA828CF4", "BLAKE3": "EF9E2EACEEC8D5323499C704C2F25DEC2F95B488003C03F8A3F130BD6E27BE63", "AutoV3": "DB30A82CF67E"}, "downloadUrl": "https://civitai.com/api/download/models/634083", "primary": true}], "images": [{"id": 19231311, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1d77a8c-fc7e-4303-9dc2-287aab951b5d/width=450/19231311.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8F4?6^,0_m6^O~qEd4.44.7];0#=U%Kojm.", "type": "image"}, {"id": 19231140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5161683b-bc31-4813-80c9-0e3e609761a3/width=450/19231140.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKLp,tt7?wx^H[ogIARjlTkCM#s.p0M{KQj?", "type": "image"}, {"id": 19231142, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0efaa71a-71f9-4adc-9ed9-6c52e080347d/width=450/19231142.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UJI4k{-BNY%28wRPDi$f_Lofa1$+RORjENg3", "type": "image"}, {"id": 19231334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6520d9f7-8a12-453a-b6bb-fd2a789b1944/width=450/19231334.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UDGa3N9v00?I~eRm0Nt03qn3Q-%4OmNx;2fh", "type": "image"}, {"id": 19231093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26992828-c379-41c2-9be9-d9d0b2642203/width=450/19231093.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBGkLw-C0ylA0KEl9F=w*HIoMy-Tve;NK8PA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/634083", "modelId": 568947} \ No newline at end of file diff --git a/datasets/metadata/634229.json b/datasets/metadata/634229.json new file mode 100644 index 0000000000000000000000000000000000000000..759cd7089c7a96d1c62f79c140588d45619e1af5 --- /dev/null +++ b/datasets/metadata/634229.json @@ -0,0 +1 @@ +{"id": 634229, "index": 0, "name": "V0.1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-10T17:56:59.564Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 549596, "sizeKB": 223101.14453125, "name": "Fantasy_Swords_Luis_Royo_Style-000011.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T17:52:56.206Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "79AA780B", "AutoV2": "0FB3CFE13F", "SHA256": "0FB3CFE13FF39C482468B6FDE757485BD72832CF8FFD2C3B719704A48DB1A678", "CRC32": "437ACB72", "BLAKE3": "BFF67355F8FB3C06F24CDDF5E885E094FDCB39B2CAAF467981D4D77311681918", "AutoV3": "AC139C87F319"}, "downloadUrl": "https://civitai.com/api/download/models/634229", "primary": true}, {"id": 549097, "sizeKB": 27558.685546875, "name": "634229_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T13:56:22.740Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "064EC27A", "AutoV2": "99D0122E3C", "SHA256": "99D0122E3C7D28A07A9558E0287E671E3BD9EC0E0D58219099408969B6977339", "CRC32": "A2B9272B", "BLAKE3": "CAA5C9B18F6CD79C19AC2B37E0CD80120AB0020CB7218F34FEB94E8B3DDF8EF6"}, "downloadUrl": "https://civitai.com/api/download/models/634229?type=Training%20Data"}], "images": [{"id": 19254872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/017dc801-273c-47e2-9fbb-311097277db8/width=450/19254872.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U89QdiWA00o#?wWB9Eof4-bH%Ls.ITWB%Mog", "type": "image"}, {"id": 19254874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cfbf581-6b3a-46aa-8bbe-1eb5c523e136/width=450/19254874.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U6C6x{E100?I_4M_00-;00ax_3R*9Exv_4IU", "type": "image"}, {"id": 19254879, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee5d7b01-ffe8-4962-8215-1dff4607417d/width=450/19254879.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U77d^0xa4:Io?bxuD%IU?wkCi^V@-=ozIUV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/634229", "modelId": 569062} \ No newline at end of file diff --git a/datasets/metadata/634342.json b/datasets/metadata/634342.json new file mode 100644 index 0000000000000000000000000000000000000000..2b8daa10259b830cb59ceb7c21ee14ed0d6e8134 --- /dev/null +++ b/datasets/metadata/634342.json @@ -0,0 +1 @@ +{"id": 634342, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-10T13:32:58.132Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 549043, "sizeKB": 588.3486328125, "name": "634342_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T13:25:35.943Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "04E1C127CB", "SHA256": "04E1C127CB6C9DA482387D31782B2EE07713AE36384AFE829361925491B1098F", "CRC32": "9BF94110", "BLAKE3": "331EBE02EAEABBF759F3C03D2607C472F8F33A3AF8097C2C13B05ABFC1B3042A"}, "downloadUrl": "https://civitai.com/api/download/models/634342?type=Training%20Data"}, {"id": 549059, "sizeKB": 36977.75, "name": "Latex_girl-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T13:36:54.354Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A23135F5", "AutoV2": "B81A513BBA", "SHA256": "B81A513BBA86FFE124222AF6F9ED3827813AC02721B296F24FD0CDCC77B2547E", "CRC32": "386DB78E", "BLAKE3": "101CEB69BD1919553446EC9BF368ECB9DD49B774A9E73CA471D723FE27F06442", "AutoV3": "3597763CFCC7"}, "downloadUrl": "https://civitai.com/api/download/models/634342", "primary": true}], "images": [{"id": 19225570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0e76883-0205-456a-95f8-6d4f58ee4ebe/width=450/19225570.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U5Av,_%200I;~qNa4.s.5Q%M=xE0yENFrq%2", "type": "image"}, {"id": 19225568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a4e06bf-31f2-4fae-ae41-dd35cae771b9/width=450/19225568.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UWEyJcxb_4o#x^kCt7s:M{ofaeWBxuWBWCbI", "type": "image"}, {"id": 19225569, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58b42158-2ec5-44ca-9dc0-343fd715e3c2/width=450/19225569.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UrHB;~oe~qW=t7a|WBoKRjbHofjss:jsbHbH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/634342", "modelId": 569159} \ No newline at end of file diff --git a/datasets/metadata/634364.json b/datasets/metadata/634364.json new file mode 100644 index 0000000000000000000000000000000000000000..e362db12958d209cb604d3875f448954f35e97cc --- /dev/null +++ b/datasets/metadata/634364.json @@ -0,0 +1 @@ +{"id": 634364, "index": 1, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-10T14:02:15.919Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 549060, "sizeKB": 52808.0517578125, "name": "634364_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T13:35:44.859Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "888D87E1", "AutoV2": "F5FF537B0C", "SHA256": "F5FF537B0C41047D3C53115C93F3A55336591D734F010844C78402FA06241F6B", "CRC32": "4E665388", "BLAKE3": "548A21B841DD6116B15EE41DE1C2684B537A7BB9DDAA3146E5FC3FAFE57CD527"}, "downloadUrl": "https://civitai.com/api/download/models/634364?type=Training%20Data"}, {"id": 549112, "sizeKB": 36977.5390625, "name": "Piggy_Fluffy_doll.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T14:01:50.581Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B9C7EB0B", "AutoV2": "4C1195E0B6", "SHA256": "4C1195E0B64A474510D9E45A0A3113FC7CB69E5984A53A0733E5194DDF928A28", "CRC32": "8EBAC276", "BLAKE3": "DB078EA38240157451C7F45D9FB2A3287ED5082196B86FDC4B925086039610C6", "AutoV3": "D913CFCE5F54"}, "downloadUrl": "https://civitai.com/api/download/models/634364", "primary": true}], "images": [{"id": 19228735, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/090656b3-383c-424a-bb3c-e9c21fe1eb89/width=450/19228735.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7Kv?aF^0JyBX.?F;{K00J^5~BnO7xivF_^Q", "type": "image"}, {"id": 19228736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d04b8a88-d79d-4e54-bd81-06ef5efa42fb/width=450/19228736.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDI=0_~U:*4:OHE2IVb^-owIOB-UB:E2cEwK", "type": "image"}, {"id": 19228738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8eea67b-cd37-4c08-9424-e84060f7aeca/width=450/19228738.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHI}bS~V=|E2OaIoM{t7^*$%ELxtFfE2xuso", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/634364", "modelId": 569179} \ No newline at end of file diff --git a/datasets/metadata/634381.json b/datasets/metadata/634381.json new file mode 100644 index 0000000000000000000000000000000000000000..b71d62cba65ded0b48e16d485138e132c58cec8b --- /dev/null +++ b/datasets/metadata/634381.json @@ -0,0 +1 @@ +{"id": 634381, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-10T14:03:52.472Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 549081, "sizeKB": 1011.34765625, "name": "634381_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T13:41:19.802Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "6BD1716883", "SHA256": "6BD17168834BE68717A8B00C3C29F713BCAD978AAD4CB209F30CC30A4F67C4D3", "CRC32": "955676E8", "BLAKE3": "F4001D80B3468794BB874884DBCC391864139C412BA1F9F121027369EBB352A9"}, "downloadUrl": "https://civitai.com/api/download/models/634381?type=Training%20Data"}, {"id": 549126, "sizeKB": 223099.47265625, "name": "Rouge_the_bat_sexyy-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T14:05:56.917Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "83D97691", "AutoV2": "1C295DD6D2", "SHA256": "1C295DD6D276AA9E33EEE0F1AFA3765C1C724B9540822BBB5A0565824C97966D", "CRC32": "6C12D9D1", "BLAKE3": "ED2DD0EC0C20979D896527E1994C06B7DF9A47F8ADB648105BCE159109F7DE05", "AutoV3": "2B24D4997459"}, "downloadUrl": "https://civitai.com/api/download/models/634381", "primary": true}], "images": [{"id": 19229138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42e609a6-1213-4006-a03f-ebc6cb279469/width=450/19229138.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UcPixHpH?^wKI9WVV_k9?^r?wKOWx^t5%LNH", "type": "image"}, {"id": 19229146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/beab740c-4fc4-44f6-9c8a-aeea2208c63f/width=450/19229146.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UkOpP#WB.8t7i^aze=ju_Ns:VtogS#j[sonj", "type": "image"}, {"id": 19229139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30f87556-4785-46bf-a7ab-2373fb4c3a65/width=450/19229139.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UlPG8Pt7.8xHiwWBs;of~qjZi|S1S|ofjFR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/634381", "modelId": 569188} \ No newline at end of file diff --git a/datasets/metadata/634414.json b/datasets/metadata/634414.json new file mode 100644 index 0000000000000000000000000000000000000000..6aeeb3558ee59a3f4ce1e00a6694fedfd795ce89 --- /dev/null +++ b/datasets/metadata/634414.json @@ -0,0 +1 @@ +{"id": 634414, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-10T15:19:59.777Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 549129, "sizeKB": 160724.5322265625, "name": "634414_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T14:06:32.772Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0D44C54F", "AutoV2": "593B5483CD", "SHA256": "593B5483CDB56089D41694E7DE4D9B3480133F080322212E7A9604E1D3624002", "CRC32": "4E5C13CF", "BLAKE3": "8D8A8665609AB1545939222B5493ACB06963DC891A83E25038B7CCFA719C82D6"}, "downloadUrl": "https://civitai.com/api/download/models/634414?type=Training%20Data"}, {"id": 549281, "sizeKB": 223111.44140625, "name": "Yokkora_Style-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T15:20:59.285Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BCF1969A", "AutoV2": "6F3359F49B", "SHA256": "6F3359F49B843735147CDAC3F053EB7A7F905B9CD6F88000237C6593AB4A1617", "CRC32": "268931F5", "BLAKE3": "CA040FD1F402ACE4E6F111E19D8495BB276A175F8E9355608456589D47CABDB9", "AutoV3": "F7F695D3BE08"}, "downloadUrl": "https://civitai.com/api/download/models/634414", "primary": true}], "images": [{"id": 19238456, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0773c867-c5cb-4257-97f3-2c7ea25c931e/width=450/19238456.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "ULJ?{tOExFo~*Itlbu-p-W?H$*R*NsocEKIA", "type": "image"}, {"id": 19238501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0340d187-8001-48a9-92c0-9aea89ab8248/width=450/19238501.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDK1%f%M?b~q?b?bay9F?bayM{9F?bIU9F%M", "type": "image"}, {"id": 19238499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4625e884-dd8c-49df-b32f-d55b93173987/width=450/19238499.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJKTGjIU-.=r?@-:M{E2r:~UE4E4ImXlM}xE", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/634414", "modelId": 569213} \ No newline at end of file diff --git a/datasets/metadata/634533.json b/datasets/metadata/634533.json new file mode 100644 index 0000000000000000000000000000000000000000..671629b4e187d2b076ab9e88f4f6967f867c6ef7 --- /dev/null +++ b/datasets/metadata/634533.json @@ -0,0 +1 @@ +{"id": 634533, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-11T19:41:54.449Z", "availability": "Public", "nsfwLevel": 9, "description": "Trained on CivitAI's services.
", "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 551991, "sizeKB": 223101.80859375, "name": "Springtail_OC.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T19:10:50.053Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CC620E1F", "AutoV2": "AFDB73C28D", "SHA256": "AFDB73C28D43CCCDAABCD58987033BC770D606F45034B08A8CF0C920C75B62C3", "CRC32": "5E620C70", "BLAKE3": "E9805F39CF15F9860CB51B0CAF5B71F9B2E2F5B8AC5ABA3B6FAFDB05C4822C53", "AutoV3": "DA2DC318859B"}, "downloadUrl": "https://civitai.com/api/download/models/634533", "primary": true}, {"id": 549261, "sizeKB": 1231.3447265625, "name": "634533_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T15:10:41.390Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "7C54A9346C", "SHA256": "7C54A9346C9F65AFD2325152716DB219DEBEA6454E77775AD1C809C377CD6D5D", "CRC32": "0628D63E", "BLAKE3": "93C1DABC22CE6AE3D71557AC69AB37D923D7EEBDE05AAA1DEAE8585801DFC165"}, "downloadUrl": "https://civitai.com/api/download/models/634533?type=Training%20Data"}], "images": [{"id": 19412281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae319c9b-4ada-4f94-ac6e-a48b545d8324/width=450/19412281.jpeg", "nsfwLevel": 1, "width": 960, "height": 1024, "hash": "UOK_8nkX}]R%x[R*V[t6?GxaNFxZtPxto3Ip", "type": "image"}, {"id": 19413353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3655166-ab2d-4b08-9f71-feb1ecd2fcb4/width=450/19413353.jpeg", "nsfwLevel": 1, "width": 960, "height": 1024, "hash": "UOLqOcx]^RxaS$kBWBWV~Bs:NYWC?aj[xZoL", "type": "image"}, {"id": 19412603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5802c09a-02bc-4c7c-a4eb-29d6a5b8b1bc/width=450/19412603.jpeg", "nsfwLevel": 1, "width": 960, "height": 1024, "hash": "UBKKWc#3=R8_?aM~01sr00ajs~xsm,%2SvR%", "type": "image"}, {"id": 19413150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf632298-c8a2-48a5-b83a-bd2cce23f257/width=450/19413150.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UTNAu6xt?IWZ~qoLogayWGWCRjxtt6f5WDfl", "type": "image"}, {"id": 19411412, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b037d29-8201-4f0b-8c2b-13f5c8c66ff6/width=450/19411412.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULL;=^0LkA?abbt7s:M|~Vo3aff$?at7RkxZ", "type": "image"}, {"id": 19411409, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3367eae-89d0-43cd-8c91-7baa29017a44/width=450/19411409.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGDm~iy0}e?O#uRXPFjLZbxox%R:=~x-O$Rj", "type": "image"}, {"id": 19411408, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f48b511-19f7-4b00-b054-82262a5847ba/width=450/19411408.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNJ*kvR.%2aI9Gs+xao#~W-qj[xZ~URkRjjX", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/634533", "modelId": 569311} \ No newline at end of file diff --git a/datasets/metadata/634649.json b/datasets/metadata/634649.json new file mode 100644 index 0000000000000000000000000000000000000000..33a549305b73ef39b7d5ae43f0966e77d1bfe786 --- /dev/null +++ b/datasets/metadata/634649.json @@ -0,0 +1 @@ +{"id": 634649, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-10T16:59:48.546Z", "availability": "Public", "nsfwLevel": 17, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 549482, "sizeKB": 223098.98828125, "name": "Neylas_ass-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T17:00:51.763Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5ADC5CCD", "AutoV2": "F77485F57D", "SHA256": "F77485F57DF0A3E0FA6DD0A43E346DB23DFED673EF5B0CB2075195009B42D1E4", "CRC32": "45FFCB61", "BLAKE3": "A5A249C09D0E4372C6E14ADA6D4BE29DD2CAAF5BF272A387AD3F2D8FF4ABDCC9", "AutoV3": "ACE1998DC53D"}, "downloadUrl": "https://civitai.com/api/download/models/634649", "primary": true}, {"id": 549337, "sizeKB": 41.6240234375, "name": "634649_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T15:46:54.715Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "53C586E7A3", "SHA256": "53C586E7A347155583D09E210AE40E97365D28378888F147BF62C93CB975CE0D", "CRC32": "F9AB1D13", "BLAKE3": "D604B745E76153937EFC9D01E0101AC183F0707AB08812418C5A223098749067"}, "downloadUrl": "https://civitai.com/api/download/models/634649?type=Training%20Data"}], "images": [{"id": 19249003, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/391d9091-d4b9-4182-ae96-01c833ff9c66/width=450/19249003.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFDuAg9?2j}cZiK4E$;OopoObyr:;OohApjW", "type": "image"}, {"id": 19248997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41fac06a-9d86-4110-9afc-54fdeb6094af/width=450/19248997.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9D*#aRP3L}wL*O?0|#7%9ACKP#iiaj]Bn#:", "type": "image"}, {"id": 19248998, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a10df65-1cd4-4b76-80e1-11f3b5d49af8/width=450/19248998.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAE2Irvy3yT};A$*BTAp=or]ObEy#jxGOsEg", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/634649", "modelId": 569409} \ No newline at end of file diff --git a/datasets/metadata/634667.json b/datasets/metadata/634667.json new file mode 100644 index 0000000000000000000000000000000000000000..d55ea118776711a987be0ce18e6c7b32cb13f0e6 --- /dev/null +++ b/datasets/metadata/634667.json @@ -0,0 +1 @@ +{"id": 634667, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-10T15:56:01.291Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 24, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 549365, "sizeKB": 22237.91015625, "name": "Sister_Rosaria_DarkChapel-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T15:56:19.857Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "45E1A479", "AutoV2": "866D2D93A5", "SHA256": "866D2D93A559C7E18581CA240519FA1FCB2F85DC22F23A6230C271E11ACB8B90", "CRC32": "6D93A4C2", "BLAKE3": "1C13EB12D30227339B26FA626436B45C704DDECB6B2003BE16200518F22B1ECB", "AutoV3": "8550A29A3F88"}, "downloadUrl": "https://civitai.com/api/download/models/634667", "primary": true}, {"id": 549364, "sizeKB": 9263.7294921875, "name": "Sister_Rosaria_DarkChapel.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T15:55:49.726Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "03EDF225", "AutoV2": "98623F71B0", "SHA256": "98623F71B0D66748E7E5656422922821FD8277BCDDAD838FC824D54C94F0504F", "CRC32": "8E710C53", "BLAKE3": "DC8AE277DD380EA86DD350CD8E21EDCE00FE0DEA28D488AA147C65234870A0F5"}, "downloadUrl": "https://civitai.com/api/download/models/634667?type=Training%20Data"}], "images": [{"id": 19242053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65e3fdf4-1f65-46a1-91a6-c556d44477a0/width=450/19242053.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U.KUAzofg4of~pj[xuofShWCxtj[W=azV@j[", "type": "image"}, {"id": 19242052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/124568a0-bf43-4054-af20-785d253561a4/width=450/19242052.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U:KUAzofkXof~pj[xuofShWCxtj[W=azV@j[", "type": "image"}, {"id": 19242364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/294e37f5-2ccf-4ab1-a9c2-75007e0cff3a/width=450/19242364.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UnM7fUt7?vxu~pxuo}IokCjZt7R*M{NGe-fk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/634667", "modelId": 569422} \ No newline at end of file diff --git a/datasets/metadata/634816.json b/datasets/metadata/634816.json new file mode 100644 index 0000000000000000000000000000000000000000..96a85e1348f2e1e0a99bddcb4d634322df521e03 --- /dev/null +++ b/datasets/metadata/634816.json @@ -0,0 +1 @@ +{"id": 634816, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-10T18:13:11.359Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 549637, "sizeKB": 223102.16015625, "name": "VicSikkim-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T18:16:32.575Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6EC3A407", "AutoV2": "AAC44342BB", "SHA256": "AAC44342BB51AF674243E55CD571703D097C276124EFD76A403A8ADA98AE521C", "CRC32": "C25C0D54", "BLAKE3": "ED6A1B9E708E699E9A6984EF20BF8E3A18243CC23A02CA3FF91F83C2CEBE552E", "AutoV3": "5A2C12FF6409"}, "downloadUrl": "https://civitai.com/api/download/models/634816", "primary": true}, {"id": 549536, "sizeKB": 4412.24609375, "name": "634816_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T17:21:33.827Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D58F8C08", "AutoV2": "585B68C37E", "SHA256": "585B68C37E6D5C29066DD43DC0FE07441C7A3ED86D21BB1C3180961FC02BBB00", "CRC32": "7A187920", "BLAKE3": "D6DA43C52EC1BE1016B60985F75669462B8FDAEA79FB11645A2DAAE1300396CC"}, "downloadUrl": "https://civitai.com/api/download/models/634816?type=Training%20Data"}], "images": [{"id": 19257562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e48a5fe-ea54-44bf-ae6e-1ad3c3e3ffa8/width=450/19257562.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDGcho@+L,tNTVX}Dko{.jIYM}VIDQD%RQOl", "type": "image"}, {"id": 19257564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61736deb-e6dd-4e60-9936-ef5fdab50650/width=450/19257564.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOH:8tx^ysbEtRf+aKenyYROR4o#NHjFxakW", "type": "image"}, {"id": 19257566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a28e5ffc-5771-434d-a3e1-95ba7f178289/width=450/19257566.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBF#2v^-NJ9D8^M^RO-qW]s:-WSz4mIns.xv", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/634816", "modelId": 569555} \ No newline at end of file diff --git a/datasets/metadata/634827.json b/datasets/metadata/634827.json new file mode 100644 index 0000000000000000000000000000000000000000..5a73e8ce20658f43a5e58eec1428721a44af63f8 --- /dev/null +++ b/datasets/metadata/634827.json @@ -0,0 +1 @@ +{"id": 634827, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-10T17:52:03.488Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": ["JoeSk8, male, open jacket, white bottomwear, black shoes, necklace, green hair, fingerless gloves, belt", "JoeSk8, chef coat, red waist apron, black pants, black shoes, green hair"], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 549589, "sizeKB": 445792.94140625, "name": "Kojiro_Nanjo__Joe_Sk8_the_Infinity-000013.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T17:51:42.062Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9D6AD4F8", "AutoV2": "FBC7359F74", "SHA256": "FBC7359F74C8564CFB001221C8FB58B17772D840ED387D48570C7F635E003648", "CRC32": "D8295C31", "BLAKE3": "599A3701C7974EDFCA098324E69251711A7CD9D8B9DCDBE77C256F6EBA3118C9", "AutoV3": "EA52AAFDAE36"}, "downloadUrl": "https://civitai.com/api/download/models/634827", "primary": true}, {"id": 549516, "sizeKB": 7014.9443359375, "name": "633315_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T17:15:37.354Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5DC86045", "AutoV2": "E23DD71F2F", "SHA256": "E23DD71F2F1DF5AD5DF595519433B781ACC3960753D6932B50599B554942CBE7", "CRC32": "8FD34121", "BLAKE3": "4CB627C282BBCAF6BF05AE14A653451246CED5F0AFA7F3B736D85340B70DE307"}, "downloadUrl": "https://civitai.com/api/download/models/634827?type=Training%20Data"}], "images": [{"id": 19258101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ea2a57b-b012-4749-81e6-182ba19fcb4b/width=450/19258101.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UXK^Z}^*_NIVpdR,%2R*RPjFn4t6-=WVbIWB", "type": "image"}, {"id": 19256726, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42f8940c-0188-4343-8ff4-cc54603f08b0/width=450/19256726.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UvLNAJ?G%#S5~qW;%MaeTKRjsTV@WCjYV[t7", "type": "image"}, {"id": 19258634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74ac7ee3-84da-4bcb-a643-dfc4f81b34f8/width=450/19258634.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWLWLo?FIAR-},s.xaaxI9ayxubbtQt7%2WV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/634827", "modelId": 568271} \ No newline at end of file diff --git a/datasets/metadata/634835.json b/datasets/metadata/634835.json new file mode 100644 index 0000000000000000000000000000000000000000..9830da75d8a2489f30feaf456a9d3129a82590d9 --- /dev/null +++ b/datasets/metadata/634835.json @@ -0,0 +1 @@ +{"id": 634835, "index": 0, "name": "yohanfreestyleV1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-10T19:55:03.631Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 549695, "sizeKB": 47864.37109375, "name": "634835_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T18:51:22.702Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "92BC19AE", "AutoV2": "5E9DE386BD", "SHA256": "5E9DE386BD7B6A4B010970A7AFD2A4DEA30A4D5BD08CA87966FE3A59E01AFB66", "CRC32": "5BED6C11", "BLAKE3": "667F715AAEECC98104572C43DF91E1839BBD708CD56840D0D4DB716AEBB70BB4"}, "downloadUrl": "https://civitai.com/api/download/models/634835?type=Training%20Data"}, {"id": 549791, "sizeKB": 223109.65234375, "name": "freestyle_part2-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T19:45:58.128Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0CC112E3", "AutoV2": "001A01CEF5", "SHA256": "001A01CEF592156D28B781EC282E64D39592A9C562E098DC37EABA062098596D", "CRC32": "F21ADB88", "BLAKE3": "1EE8DAF12B1989100F3D2D8E2A9EBB17E559AEB42C0282B5889D32E05BD3F989", "AutoV3": "BB020121BE75"}, "downloadUrl": "https://civitai.com/api/download/models/634835", "primary": true}], "images": [{"id": 19268847, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/461cbe4a-81c4-47dd-9e0c-eef00c13d702/width=450/19268847.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U9C=}B~C0e4:9Z%1%1bbbWj??H$*9abH-Vs:", "type": "image"}, {"id": 19268846, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a02b66c-181f-4187-b62b-d7424fa01b6b/width=450/19268846.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UfIYwzaK.Tx^?uofayaeozj[RPay%gjYWBof", "type": "image"}, {"id": 19268843, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c63a2d59-fc1f-4507-a344-48f20fe193e3/width=450/19268843.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCAJpa-so~xv?dxvt9o#Nxt8xvogx^tSogj?", "type": "image"}, {"id": 19268862, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e39e11a-25a5-4aea-b666-9040ef7d872f/width=450/19268862.jpeg", "nsfwLevel": 4, "width": 800, "height": 1339, "hash": "UjHVh{e:.TtS_3fkxtofx[bHadj[%gaebFj[", "type": "image"}, {"id": 19268898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb8fc63c-331c-4901-9c0a-e83a41579d95/width=450/19268898.jpeg", "nsfwLevel": 4, "width": 753, "height": 1500, "hash": "U78|huoLR+js?dWUkDW;EMoexvX8%NozxbWB", "type": "image"}, {"id": 19268948, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e24a8b7-b505-4436-b63f-39401ae13792/width=450/19268948.jpeg", "nsfwLevel": 4, "width": 690, "height": 1200, "hash": "U7G8J_RP009Z00^*xYOX9s-:}[=|0LR*?HWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/634835", "modelId": 569572} \ No newline at end of file diff --git a/datasets/metadata/634840.json b/datasets/metadata/634840.json new file mode 100644 index 0000000000000000000000000000000000000000..3a82d86557bc0798600bfef675d3b1476521b366 --- /dev/null +++ b/datasets/metadata/634840.json @@ -0,0 +1 @@ +{"id": 634840, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-10T17:45:30.579Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 549530, "sizeKB": 2719.802734375, "name": "634840_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T17:22:04.178Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "722576E1", "AutoV2": "B0BF7B397F", "SHA256": "B0BF7B397F7C4AAB35AE7CB83B6680A0BEE42374A20EFB4AF2024D80C0EF16A3", "CRC32": "67E5E145", "BLAKE3": "89D21C3169ED3C82ED9768B6D9191E96FAAEA923C165FA82E8B93DF923578106"}, "downloadUrl": "https://civitai.com/api/download/models/634840?type=Training%20Data"}, {"id": 549597, "sizeKB": 223099.27734375, "name": "Latex_rouge_ass-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T17:51:03.562Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1E6501CE", "AutoV2": "DA2C2E5657", "SHA256": "DA2C2E56574D23EAFCAE1407D354D7C4C5BE4181CC58B4399644E7D5BAE51A29", "CRC32": "8A436B6F", "BLAKE3": "E75BB1F1793D00578039381299D5CEDB62206E81824F9D1E360426FB35DE0E40", "AutoV3": "4A65EFB1F472"}, "downloadUrl": "https://civitai.com/api/download/models/634840", "primary": true}], "images": [{"id": 19254374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c064d921-01a9-43bf-b754-2ae635c092aa/width=450/19254374.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDHoLN_3NXE000-;%MM_00Ri4TRP~q9Eoz-=", "type": "image"}, {"id": 19254373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68ddc768-6c86-402c-80e0-f9ab27cd6119/width=450/19254373.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEHC4i_4NX9F00%M%MR%00IU4Ts;~q9Fx[-;", "type": "image"}, {"id": 19254375, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39e570ae-1b5d-4d07-a064-8f386eb68565/width=450/19254375.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCHewn_4NqD$00-;%MM{00IU00V[~q4n%g?b", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/634840", "modelId": 569576} \ No newline at end of file diff --git a/datasets/metadata/634846.json b/datasets/metadata/634846.json new file mode 100644 index 0000000000000000000000000000000000000000..84bbdb0ed556c749ec4f5521dfd38aa31d9775d7 --- /dev/null +++ b/datasets/metadata/634846.json @@ -0,0 +1 @@ +{"id": 634846, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-10T17:38:50.126Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 549534, "sizeKB": 1591.6181640625, "name": "634846_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T17:21:19.203Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "3846479507", "SHA256": "38464795072948E9757FA8FD3AEF998FB729C0A98AE04A79FE7784E02B094DF2", "CRC32": "D2851510", "BLAKE3": "84601F9F865B82FCD18F80523970FF9DBC248819C9F25DF9927F6A12F9CF4513"}, "downloadUrl": "https://civitai.com/api/download/models/634846?type=Training%20Data"}, {"id": 549578, "sizeKB": 223099.21484375, "name": "Carmelita_sfm-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T17:40:46.826Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A20E311A", "AutoV2": "94C0A50926", "SHA256": "94C0A5092604932AB93FC78CE69E719CF09BD283D0A8BD906D538E2E2C10CF4D", "CRC32": "1010A419", "BLAKE3": "34DD8598EAC59F0E86F606949B484E09B3F0ACA70B8ACE7A325C2AC7E8CAC39E", "AutoV3": "41B6510EB079"}, "downloadUrl": "https://civitai.com/api/download/models/634846", "primary": true}], "images": [{"id": 19253632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8a2af24-f1ff-4099-b49a-d7484b38c3b4/width=450/19253632.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U58:O_}C0jAu?HI=5SxZ1664%0wKIb^4]~9|", "type": "image"}, {"id": 19253630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f76382c-e1df-43fd-9f52-c354c017271c/width=450/19253630.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U68p7G}W0#WX-6R*Egso0-5:%0R*E4xC$$Eh", "type": "image"}, {"id": 19253631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2685c82d-9841-45b8-99e6-04a7dad638d1/width=450/19253631.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U49G2F#S0hB:$e5SEM}r1QFJ}n]UD+}mxV0,", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/634846", "modelId": 569584} \ No newline at end of file diff --git a/datasets/metadata/634857.json b/datasets/metadata/634857.json new file mode 100644 index 0000000000000000000000000000000000000000..72137e4419252f4bd763ba2e7d89a2630dcf47ca --- /dev/null +++ b/datasets/metadata/634857.json @@ -0,0 +1 @@ +{"id": 634857, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-10T17:25:30.928Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 549548, "sizeKB": 11057.146484375, "name": "Haruna_Shinjou_Kateikyoushi.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T17:30:56.145Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D8B5DC0F", "AutoV2": "43A1FA41D8", "SHA256": "43A1FA41D87E86904670CE2B440912BD350F5726D856F88C5FF373E6D01C798E", "CRC32": "48E64D73", "BLAKE3": "E2E6F26A0778AD4A9C4C773FA78A12362C86130388E157DDDF368F3689FFD884"}, "downloadUrl": "https://civitai.com/api/download/models/634857?type=Training%20Data"}, {"id": 549547, "sizeKB": 22236.86328125, "name": "Haruna_Shinjou_Kateikyoushi-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T17:30:54.560Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8841616F", "AutoV2": "5BC72F5C85", "SHA256": "5BC72F5C855CA5DDE81A345122941A33AFAB66E7250C7B8206142ECF89225289", "CRC32": "DFC20826", "BLAKE3": "EC1F87390C0FB749103D6DCF28201063736AEDA66150BC992D44583FC49D9977", "AutoV3": "26907C1EAC7A"}, "downloadUrl": "https://civitai.com/api/download/models/634857", "primary": true}], "images": [{"id": 19251969, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02fe8ba0-4de0-42be-ad13-048e0086abaf/width=450/19251969.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UUNvoV_3lU-;~S%LN{xuyYIUnjIV%#D%%2RP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/634857", "modelId": 569595} \ No newline at end of file diff --git a/datasets/metadata/634883.json b/datasets/metadata/634883.json new file mode 100644 index 0000000000000000000000000000000000000000..1713f881ec9b0d488d88fd64325127f5c29cca37 --- /dev/null +++ b/datasets/metadata/634883.json @@ -0,0 +1 @@ +{"id": 634883, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-10T18:12:09.446Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["MK4 Tanya", "leotard", "detached sleeves", "thighhighs", "choker"], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 549573, "sizeKB": 10598.8095703125, "name": "634883_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T17:40:56.738Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "99A8E598", "AutoV2": "9874783327", "SHA256": "9874783327CCF4EA86F1BE9F2E70194DB9D971939FB510510B4D531CA8F01FF0", "CRC32": "D1CF3264", "BLAKE3": "F35451C70D7065CFA5919669476F3942C60B4BD821E1E0A9942FBAFB8C296800"}, "downloadUrl": "https://civitai.com/api/download/models/634883?type=Training%20Data"}, {"id": 549636, "sizeKB": 223100.12890625, "name": "Tanya_MK4.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T18:15:54.167Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "28CC284D", "AutoV2": "2495EAB17D", "SHA256": "2495EAB17D0B89B00DEB4F0F36CF096D4A8E81DC0F393616E295B89AA619E747", "CRC32": "E7C6AE4E", "BLAKE3": "3FFB8D976C15EAFA7AC9EE0EF36A9317FB5866F88574AC723517E2E2BDB9509B", "AutoV3": "AAF2635E0F17"}, "downloadUrl": "https://civitai.com/api/download/models/634883", "primary": true}], "images": [{"id": 19257458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b1c9564-1019-4f6d-84bd-6a2a77ef0199/width=450/19257458.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U4Bf;Ho#kDNfD4R*o0Rk1nbHe.t609oeWXs,", "type": "image"}, {"id": 19257457, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b643f30-1936-4b9c-ad2d-4e5291ab8f7b/width=450/19257457.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U3DT9UEB}h$_HXr:%3ae0ZouM~s;06S$ItWY", "type": "image"}, {"id": 19257459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63fe762b-e147-4b11-91a6-20504ea161ed/width=450/19257459.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U9GSTFx]z-v|00V?xWoft:j]bxbc5abcNfWX", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/634883", "modelId": 569618} \ No newline at end of file diff --git a/datasets/metadata/634945.json b/datasets/metadata/634945.json new file mode 100644 index 0000000000000000000000000000000000000000..ad18a80513630770b8a59c822f661c149a3c8c8e --- /dev/null +++ b/datasets/metadata/634945.json @@ -0,0 +1 @@ +{"id": 634945, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-10T20:09:09.788Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Floof"], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 549727, "sizeKB": 238480.859375, "name": "634945_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T19:11:02.610Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "842E8487", "AutoV2": "70F5F2C5D1", "SHA256": "70F5F2C5D1DC538244E01B0FAFDE24C227C8777421A2869C6C564A852527DE17", "CRC32": "73CBA720", "BLAKE3": "2A1B4C9A8DD9EDB4FAEDB89AE1E81F4F3667457252EBF1F2FB4F6B2FA3B81CD6"}, "downloadUrl": "https://civitai.com/api/download/models/634945?type=Training%20Data"}, {"id": 549844, "sizeKB": 223102.48046875, "name": "Floof.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T20:11:30.018Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B26AF7A3", "AutoV2": "133ED0FDC7", "SHA256": "133ED0FDC7F970B13390612C45A585C73522C34ABC4EF13A0368BD745BC82BD5", "CRC32": "7708095B", "BLAKE3": "6E2BB7F2FBA72EC1F018EE6155E690A87359EC368110FFAA72522A311C336328", "AutoV3": "AAB7EA15B048"}, "downloadUrl": "https://civitai.com/api/download/models/634945", "primary": true}], "images": [{"id": 19272309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9f11d51-647e-45d0-8605-95990a4aeae3/width=450/19272309.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U08Mvz9w0Ooe~S-mxFxF05EN}=xE}=%0I=J8", "type": "image"}, {"id": 19272308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38f45bc5-1d80-420c-8d6c-061bb354c86f/width=450/19272308.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U47TRXR+R,NI}qWCW;Nbr@xZoLoeIqxZR+xZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/634945", "modelId": 569673} \ No newline at end of file diff --git a/datasets/metadata/634963.json b/datasets/metadata/634963.json new file mode 100644 index 0000000000000000000000000000000000000000..cc6694cbb82c0b12fea615daed4f74898606b833 --- /dev/null +++ b/datasets/metadata/634963.json @@ -0,0 +1 @@ +{"id": 634963, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-10T18:19:46.098Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 549652, "sizeKB": 22237.97265625, "name": "Aliceliese_Nebulis_kimisen-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T18:27:01.998Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B30FBC71", "AutoV2": "5CF59961E4", "SHA256": "5CF59961E4A4383FDD4DF8BFF6B76F88E4C260B5908902760DE7C1EA426CEE4B", "CRC32": "AAFBA470", "BLAKE3": "8BF1624688993F30E68E0EE6273568ECA391B99CA818B548396CAE811D5462F0", "AutoV3": "22B35CCC2882"}, "downloadUrl": "https://civitai.com/api/download/models/634963", "primary": true}, {"id": 549653, "sizeKB": 11460.986328125, "name": "Aliceliese_Nebulis_kimisen.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T18:25:59.814Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B8261F86", "AutoV2": "99E629E163", "SHA256": "99E629E163650D00D7D87D67D8E7D606AC47846C1AFD85882EAE72D94ADA9F3E", "CRC32": "8BD29343", "BLAKE3": "3B3717549CB8C1EFA9C3870886C5EF746CD25EA7DE27224B42344AE76BD7CC8B"}, "downloadUrl": "https://civitai.com/api/download/models/634963?type=Training%20Data"}], "images": [{"id": 19258279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4aa83cd3-ec39-40d9-86c7-09501a67694d/width=450/19258279.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULQlLCwHtjnh-fR5b_M{TeRPR6az~VMyIVWX", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/634963", "modelId": 569689} \ No newline at end of file diff --git a/datasets/metadata/635066.json b/datasets/metadata/635066.json new file mode 100644 index 0000000000000000000000000000000000000000..bc61c81107740738401a059c654da4666544bd34 --- /dev/null +++ b/datasets/metadata/635066.json @@ -0,0 +1 @@ +{"id": 635066, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-10T20:32:14.277Z", "availability": "Public", "nsfwLevel": 1, "description": "Version 0.1
", "trainedWords": ["ICOA", "ICOB", "Ico", "Red Tunic, Tabard, White Pants"], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 549936, "sizeKB": 1735.048828125, "name": "Work.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T20:56:21.506Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "FD968DB27F", "SHA256": "FD968DB27FCCD232CC415C605E74F7648B073C0C3D95F414FBAFC75835C6F613", "CRC32": "A8DA5D7A", "BLAKE3": "A769B16A3891999CDDD4E285ACF899F42D5CD085CCCCB591B3AB5C26939A045E"}, "downloadUrl": "https://civitai.com/api/download/models/635066?type=Training%20Data"}, {"id": 549887, "sizeKB": 223100.38671875, "name": "Ico.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T20:35:53.364Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DA6AFCAF", "AutoV2": "E283ECEDFA", "SHA256": "E283ECEDFAE011D01B4B665B75C1B13BA0FA8596FF31246B8F8D2C477FED4F07", "CRC32": "683F7A8C", "BLAKE3": "3597059142C1D98409CA121789A899D59AA1760B462DF5C29F685D6842BD1D8F", "AutoV3": "1482DE082FDC"}, "downloadUrl": "https://civitai.com/api/download/models/635066", "primary": true}], "images": [{"id": 19279304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4e9384a-07f2-46a1-9fa3-59a472fe14dc/width=450/19279304.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UbNc+%Rj_N%f-;ofRjayNGazi_ae-;ofM|WB", "type": "image"}, {"id": 19278903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c1a1956-99dd-4648-a5ca-56b6cad8e411/width=450/19278903.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UjODXxRj_N-;%fozNGRjR*aye.ayt7ayV@oe", "type": "image"}, {"id": 19279359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87e3e285-bd76-43ac-8646-46ede32b72a3/width=450/19279359.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UnLqX#jZ~pxt?aWCRjofRjj[M{V[-;ofRjay", "type": "image"}, {"id": 19279366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7bf1f5e-8a16-480e-be72-c93b6dc11f46/width=450/19279366.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UfMH41Io_N-;?voLRjofRjkCRPRP%MozV@Rj", "type": "image"}, {"id": 19279418, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc26c61f-528c-42b3-8b09-2ca6d6b2ccd3/width=450/19279418.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UhMtBeRj_N%M?baeWWofM{kCROV@?bofRjWB", "type": "image"}, {"id": 19279429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/170299a6-38f0-4d4c-97c2-734a7fe73eea/width=450/19279429.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UiM%$TM{~q%M.7s:R+j[M|WVRPV@?bofM|bH", "type": "image"}, {"id": 19279448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5dfeaea9-5f74-4294-9f1d-b49d4293c503/width=450/19279448.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UbNc+%Rj_N%f-;ofRjayNGazi_ae-;ofM|WB", "type": "image"}, {"id": 19279463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6221bf4e-0d20-4627-a9fb-6033ca3394c4/width=450/19279463.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UhNmc$Rj_N%M-;ofRjWBRjayV@WB-;ofM{ay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/635066", "modelId": 569779} \ No newline at end of file diff --git a/datasets/metadata/635124.json b/datasets/metadata/635124.json new file mode 100644 index 0000000000000000000000000000000000000000..3dd12c32a146a219fe24bbc96113a5690d50044b --- /dev/null +++ b/datasets/metadata/635124.json @@ -0,0 +1 @@ +{"id": 635124, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-11T07:18:34.983Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["ccnon"], "stats": {"downloadCount": 19, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 549828, "sizeKB": 28521.904296875, "name": "635124_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T20:06:12.613Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "853F1D91", "AutoV2": "8769AEA189", "SHA256": "8769AEA189E793B0A588326715D8BED7C282E5B7EE7E29122279F1F1C0973157", "CRC32": "C0E9ACCA", "BLAKE3": "6692C285828551411AAFBC5E25E7C30105D131538A48C765289CE59EB924D32E"}, "downloadUrl": "https://civitai.com/api/download/models/635124?type=Training%20Data"}, {"id": 550832, "sizeKB": 223101.65234375, "name": "CC_Non.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T07:20:44.850Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4A306D13", "AutoV2": "8EF1D22B8E", "SHA256": "8EF1D22B8E7FB58C7399E4DCD908FA2C0EAF964C158515E5023D5CC9FE777683", "CRC32": "5B869F8A", "BLAKE3": "C459E2FE3E5C5B877E2FE3F4243C8D8B11320D72ED570EC2CE707C66E66C8120", "AutoV3": "6A616076CCF2"}, "downloadUrl": "https://civitai.com/api/download/models/635124", "primary": true}], "images": [{"id": 19344249, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad5152ff-d518-4a5c-993d-2210f4281519/width=450/19344249.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7Cs,49GY%~W,:S$I;oM5Q-:=|4;%}xuxuE2", "type": "image"}, {"id": 19344252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3610fbe-7568-4846-9300-0ff6b0926775/width=450/19344252.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAFF.vqH5,uer4}mI:0j02N0xHtQpto|?G.5", "type": "image"}, {"id": 19344251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edbe3ed1-23d5-4000-bdcb-252115b17c33/width=450/19344251.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UVL3+D?a01Rjo~-oV@WBD*%2NGM|~pxui_Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/635124", "modelId": 569829} \ No newline at end of file diff --git a/datasets/metadata/635144.json b/datasets/metadata/635144.json new file mode 100644 index 0000000000000000000000000000000000000000..d1e696b92d7a1816b9d9120ce967af788febce1b --- /dev/null +++ b/datasets/metadata/635144.json @@ -0,0 +1 @@ +{"id": 635144, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-11T07:14:14.452Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["belmira "], "stats": {"downloadCount": 17, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 549850, "sizeKB": 29676.798828125, "name": "635144_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T20:11:17.904Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "739960E8", "AutoV2": "FE12BD64EE", "SHA256": "FE12BD64EE58DE70E47A585B9D94444C1BAD29889EFB8950E82E85626EC591C8", "CRC32": "CCFA8D66", "BLAKE3": "147E9D45FC900320A75833404FCF2BA55C71EFA0B0D8ACF9AE8271A46D870054"}, "downloadUrl": "https://civitai.com/api/download/models/635144?type=Training%20Data"}, {"id": 550830, "sizeKB": 223101.46484375, "name": "Belmira.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T07:15:43.256Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "54C0FF87", "AutoV2": "842EA050DC", "SHA256": "842EA050DCD7BC0209A0D2EB534D0A3B74A5617E32994FA6FC62526F008F9F17", "CRC32": "56C55B38", "BLAKE3": "9919468D3533357A10600E574CC8EF7A3DA813597F1F0153F607C7766585B1D6", "AutoV3": "D9EE0D43A3FA"}, "downloadUrl": "https://civitai.com/api/download/models/635144", "primary": true}, {"id": 550828, "sizeKB": 223101.46484375, "name": "Belmira-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T07:15:46.172Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C0EC1E01", "AutoV2": "4F297BD7BA", "SHA256": "4F297BD7BA674EC12D38D6DC2BED30AE312F014B2452D2B46584C060293660CE", "CRC32": "68A7F815", "BLAKE3": "576BE06C116898A67B7F7EA4265A558BCA6B3244F890937CE4DFC62FA5C74AF2", "AutoV3": "1E86C7946770"}, "downloadUrl": "https://civitai.com/api/download/models/635144?type=Model&format=SafeTensor"}], "images": [{"id": 19343798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd01c8db-8c5c-42a6-9c37-854c289865dd/width=450/19343798.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8DSdwTKCTT2En#RD=RPpKNZ}@o#0.j?ksxF", "type": "image"}, {"id": 19343797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3da2f972-eaf7-416c-afa3-2923fdc56236/width=450/19343797.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULH_D8~U_29a9bRjxtt6pI9a$*-V-:WVt7xa", "type": "image"}, {"id": 19343796, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05d2bd1d-43e7-4c79-9321-42f1e3522833/width=450/19343796.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U9Fr*L-:pI?wR4?vo~-p00xu~ps.?HxuIUIo", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/635144", "modelId": 569844} \ No newline at end of file diff --git a/datasets/metadata/635159.json b/datasets/metadata/635159.json new file mode 100644 index 0000000000000000000000000000000000000000..13dbd78dc87d8582b5b60f3ddd1b088beb6eaf8a --- /dev/null +++ b/datasets/metadata/635159.json @@ -0,0 +1 @@ +{"id": 635159, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-11T09:56:51.973Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["elmira "], "stats": {"downloadCount": 17, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 549958, "sizeKB": 35136.984375, "name": "635159_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T21:06:21.558Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "023EED21", "AutoV2": "DABB1C4EB2", "SHA256": "DABB1C4EB23167D16AECE03334135F61495680BE4924A92C42F68CDD3C80E8E6", "CRC32": "9527A751", "BLAKE3": "D9432E68A6217A845B4DA3D8A1493CCB37FA75255F6E5A305F41E9A57CB2E835"}, "downloadUrl": "https://civitai.com/api/download/models/635159?type=Training%20Data"}, {"id": 551026, "sizeKB": 223101.75390625, "name": "Elmira-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T09:56:24.461Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3F92DD73", "AutoV2": "43BC90BB68", "SHA256": "43BC90BB6891EAFFF08EFF2B883AA58139659F42425CF513628FEEF81CB9F5C4", "CRC32": "288272D6", "BLAKE3": "2F18D97F842EBB2B9526A86B81CB055F1408244F0072A34530D03E5C6059E63C", "AutoV3": "B00A19B56932"}, "downloadUrl": "https://civitai.com/api/download/models/635159", "primary": true}], "images": [{"id": 19359604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c72e49a1-4618-4b00-97ae-b8ac47165da4/width=450/19359604.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAI}-Q%MofofWBIU%g?b~q-;t7Rj9Fxu-;D%", "type": "image"}, {"id": 19359603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/000afe1b-c9a8-4313-8a6e-fb7f81a5af5f/width=450/19359603.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDFF$=4o01~pniRj?vxaM}%KIAM{J-%MxD9F", "type": "image"}, {"id": 19359609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb8e96df-74fd-4460-9393-f5f00b537421/width=450/19359609.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCH2_?5]vd=r|.]Ln59~y@El_1%L80NH,n.7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/635159", "modelId": 569854} \ No newline at end of file diff --git a/datasets/metadata/635360.json b/datasets/metadata/635360.json new file mode 100644 index 0000000000000000000000000000000000000000..4fa76f3e64d702cdae574613f2475e44f87ae39a --- /dev/null +++ b/datasets/metadata/635360.json @@ -0,0 +1 @@ +{"id": 635360, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-10T22:12:04.972Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 23, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 550083, "sizeKB": 22238.74609375, "name": "MaltyS_Melromarc_risingshield-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T22:15:43.891Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7DC5052A", "AutoV2": "99AE2B9E97", "SHA256": "99AE2B9E977CC035631CC77B53BA0B19C8E5CA17E2EC2D783B6D5282D54CA962", "CRC32": "7F3C22CF", "BLAKE3": "C570A5795E5272F1EC0D752B3251146C605CADFFD4CF930A3F36A48471753BF3", "AutoV3": "33F5A6087350"}, "downloadUrl": "https://civitai.com/api/download/models/635360", "primary": true}, {"id": 550082, "sizeKB": 10167.138671875, "name": "MaltyS_Melromarc_risingshield.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T22:15:46.279Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8723FA8D", "AutoV2": "66E26A96F5", "SHA256": "66E26A96F51A161F7375F7A9CF1E393CC739A9318C9A89F4DAD315EDABA1318E", "CRC32": "CCE4CFAC", "BLAKE3": "5DB0A37BD9D4E9082E5104087D6322660854BCC8DFDB973D22D9AFD76F4E4288"}, "downloadUrl": "https://civitai.com/api/download/models/635360?type=Training%20Data"}], "images": [{"id": 19284360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2ca4f82-684f-411d-a6f2-2aeee0e7ce86/width=450/19284360.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UOL|1L~V0{-;00xZOrbGKjNaIoNGwbM{-;Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/635360", "modelId": 570026} \ No newline at end of file diff --git a/datasets/metadata/635481.json b/datasets/metadata/635481.json new file mode 100644 index 0000000000000000000000000000000000000000..aa9d92b193ecc2e94cadf7abd53f7e17b9f965c6 --- /dev/null +++ b/datasets/metadata/635481.json @@ -0,0 +1 @@ +{"id": 635481, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-10T23:42:54.718Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 550199, "sizeKB": 9141.99609375, "name": "Mylene_Rapha_Holfort_trapped.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T23:45:39.213Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E410990F", "AutoV2": "5B00EF3DB8", "SHA256": "5B00EF3DB8C2E3DB74904A557FF32AB244BC40A411A3600DB81EA69123AC6C6D", "CRC32": "F5A2660D", "BLAKE3": "D5AB221652564F69A38586C9459D0BE871CCFD3F427C6EB0F57B0493316F2E8D"}, "downloadUrl": "https://civitai.com/api/download/models/635481?type=Training%20Data"}, {"id": 550200, "sizeKB": 22237.30859375, "name": "Mylene_Rapha_Holfort_trapped-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-10T23:45:37.546Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9C8676C9", "AutoV2": "8BE6672000", "SHA256": "8BE6672000EC356325C553E8C0379BFE6786D22AC35FE8BC0B7F724F61F317E8", "CRC32": "280E90EA", "BLAKE3": "11F837452F490B02F966F790371BEC1E19BC13252DFBB4120BE685B4037EAC4A", "AutoV3": "5CDECB765572"}, "downloadUrl": "https://civitai.com/api/download/models/635481", "primary": true}], "images": [{"id": 19292356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b826a726-b910-4684-9e47-cbcba715733d/width=450/19292356.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULPP=n%M^+%M?vodpdt7t-fkiuay~paym+oe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/635481", "modelId": 570139} \ No newline at end of file diff --git a/datasets/metadata/635550.json b/datasets/metadata/635550.json new file mode 100644 index 0000000000000000000000000000000000000000..35c6834c1994d2f14c8fa7cfb8f4e74a870de980 --- /dev/null +++ b/datasets/metadata/635550.json @@ -0,0 +1 @@ +{"id": 635550, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-11T00:29:22.079Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 550264, "sizeKB": 22235.87890625, "name": "Allenby_Beardsley_GGundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T00:30:35.735Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C3BE17FF", "AutoV2": "918D91770F", "SHA256": "918D91770F7FFC244DDD91448298508FCB071FE4FB31A820483C4C63E5BC9132", "CRC32": "51725DC8", "BLAKE3": "8DDA89F6EBEFCC159F2117DC56E3E49342A737202A352D4BA8E935DF53CDC40B", "AutoV3": "EC8F0F6F5192"}, "downloadUrl": "https://civitai.com/api/download/models/635550", "primary": true}, {"id": 550263, "sizeKB": 10094.7490234375, "name": "Allenby_Beardsley_GGundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T00:35:44.992Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E140A3AD", "AutoV2": "CA600DAD5E", "SHA256": "CA600DAD5EBB2081D7AC20D8DADC0763E7DBA8DC09E432280502D8638D93D6DD", "CRC32": "4DA06BE2", "BLAKE3": "67F4675811ABE09DC9DA14F59145DB92E51B3E8F85944A3D8201F4F6CC8177C5"}, "downloadUrl": "https://civitai.com/api/download/models/635550?type=Training%20Data"}], "images": [{"id": 19297665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01580e59-d494-4555-b121-5939f0845560/width=450/19297665.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UlL#2-%M~Wxa.SS3xaWB9vjtwIoL-:kBxFa#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/635550", "modelId": 570201} \ No newline at end of file diff --git a/datasets/metadata/635608.json b/datasets/metadata/635608.json new file mode 100644 index 0000000000000000000000000000000000000000..541b126a9885dcf64d975b1d790c1a0ba4678076 --- /dev/null +++ b/datasets/metadata/635608.json @@ -0,0 +1 @@ +{"id": 635608, "index": 0, "name": "v1.0 Pink Kimono", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-11T01:12:44.782Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 550320, "sizeKB": 22236.71484375, "name": "Olivia_Trapped-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T01:26:36.302Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E8B18424", "AutoV2": "C54F991F25", "SHA256": "C54F991F25228B6D3DC9CD73B942A5D4FF080DAD2C849C6B72C7AFB74903262B", "CRC32": "34EED41D", "BLAKE3": "96838200E2A33D78AF0D5D4F600310B485836A970FFD9595D3FD18F26967EBAB", "AutoV3": "5D75F17199FF"}, "downloadUrl": "https://civitai.com/api/download/models/635608", "primary": true}, {"id": 550321, "sizeKB": 9559.14453125, "name": "Olivia_Trapped.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T01:26:50.924Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "024AB5AC", "AutoV2": "1E53E46343", "SHA256": "1E53E4634317182BDE98882D7F7AA19ED0851702C3096FF1FD789318D3B9B16A", "CRC32": "89C214E0", "BLAKE3": "6EA039178D9B7902459DFBB0E0FEB511754ACBE9CCA7F7F01F5A10E83FD49F2A"}, "downloadUrl": "https://civitai.com/api/download/models/635608?type=Training%20Data"}], "images": [{"id": 19303377, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70887ef0-49cc-4c88-b52f-02ecbf6e4404/width=450/19303377.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMQbLZ~pK0-;Krt7xuR*^,kCnRa#?vofRlof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/635608", "modelId": 570255} \ No newline at end of file diff --git a/datasets/metadata/635675.json b/datasets/metadata/635675.json new file mode 100644 index 0000000000000000000000000000000000000000..2dab25f91af9257e460073b4cad2bdcb88a57802 --- /dev/null +++ b/datasets/metadata/635675.json @@ -0,0 +1 @@ +{"id": 635675, "index": 0, "name": "v1.0 Pink Kimono", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-11T01:50:13.443Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 550388, "sizeKB": 22238.26171875, "name": "Angelica_Redgrave_Trapped-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T01:51:18.961Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DFEB9267", "AutoV2": "0444A9F0DE", "SHA256": "0444A9F0DEF539B25B944F67A9B53110B497468A9DB8451B09A265F311AAFFC0", "CRC32": "06510049", "BLAKE3": "E1CF091209F18B764A60B6E8A2CB11FBD20BE026C47931C52E057EEAD214C618", "AutoV3": "631D57E064D5"}, "downloadUrl": "https://civitai.com/api/download/models/635675", "primary": true}, {"id": 550387, "sizeKB": 11770.1328125, "name": "Angelica_Redgrave_Trapped.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T01:51:14.879Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A035DA17", "AutoV2": "AD266E8D42", "SHA256": "AD266E8D42DF62E7F7CFB2C3F80D09427F3AAE3BC6336DD6F6A4E13AB465159D", "CRC32": "4ECF81D0", "BLAKE3": "D55F9A3C0112BBF0FA4379CC5F5D20243478D2557E3CE152F6B5819005334132"}, "downloadUrl": "https://civitai.com/api/download/models/635675?type=Training%20Data"}], "images": [{"id": 19307795, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2df514b-b420-4ed2-968e-1b53a29c7efa/width=450/19307795.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMN]Ib=g0yxbCV$+5QW;T1xbsES2~Ef*sqbb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/635675", "modelId": 570311} \ No newline at end of file diff --git a/datasets/metadata/635709.json b/datasets/metadata/635709.json new file mode 100644 index 0000000000000000000000000000000000000000..2e664f6dc6a19dbc7e10f31cc153d3260a855586 --- /dev/null +++ b/datasets/metadata/635709.json @@ -0,0 +1 @@ +{"id": 635709, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-11T02:57:15.256Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 550426, "sizeKB": 466.2099609375, "name": "635709_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T02:15:40.014Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "4079EC6B8D", "SHA256": "4079EC6B8D2522B8CAB4D915905B743646F6664B5BBF957C288A30D58CBA9446", "CRC32": "E21673F8", "BLAKE3": "87019A47C7A8E4A7C79053E77F44C747766E89BEA1FD34C9A4F1B624B2605014"}, "downloadUrl": "https://civitai.com/api/download/models/635709?type=Training%20Data"}, {"id": 550483, "sizeKB": 223099.37890625, "name": "Sexy_carmelita-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T03:00:52.099Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1BDDB8C2", "AutoV2": "E4E9205987", "SHA256": "E4E9205987DEB2795D062267A45CB7900679D740BF40520F0025D7B593FC7309", "CRC32": "8BEE50C4", "BLAKE3": "0E8D16B2C7ED0AA72A30F24325A8D74F737A81247DACD1C72166D19D74D5D5CD", "AutoV3": "64F6DD827360"}, "downloadUrl": "https://civitai.com/api/download/models/635709", "primary": true}], "images": [{"id": 19315838, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49467d6f-0f7a-4d4b-9cf2-cd7fc9dd40ea/width=450/19315838.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQF5gNI:-pxZ~Bbbt7oL_3xZR+Nbx]xDt7bb", "type": "image"}, {"id": 19315836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/563e8e42-1136-4768-9f30-05110965abc5/width=450/19315836.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UME_~tR*?a~U^jbI%2-o%gs;R+NeNHM{oeW=", "type": "image"}, {"id": 19315837, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6f139a7-5dc3-43e0-aedd-8ed196bd2e55/width=450/19315837.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTF=N;JB-:xF~BtRxtoL%g-obbW=I?rrWXSg", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/635709", "modelId": 570343} \ No newline at end of file diff --git a/datasets/metadata/635780.json b/datasets/metadata/635780.json new file mode 100644 index 0000000000000000000000000000000000000000..9b973d9be2112516c4ffcee30d7a0a46cc09c973 --- /dev/null +++ b/datasets/metadata/635780.json @@ -0,0 +1 @@ +{"id": 635780, "index": 1, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-11T05:04:21.482Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 550499, "sizeKB": 7898.8173828125, "name": "635780_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T03:06:23.454Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6C98D00E", "AutoV2": "DAE2617687", "SHA256": "DAE261768736AD50EE3D2D81E6509E77AA3B750D86705CAD490F726D341FF3CE", "CRC32": "79153EB0", "BLAKE3": "4A4518557832D8125ED72E768B14B4F50FA9B9DFD2BD9C3F4FC2196E452EC854"}, "downloadUrl": "https://civitai.com/api/download/models/635780?type=Training%20Data"}, {"id": 550655, "sizeKB": 223099.38671875, "name": "RollingShot-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T05:05:46.560Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E1982FC5", "AutoV2": "D67F0B44A5", "SHA256": "D67F0B44A506CD1EBF5D03AC93D689A30A792CCF48671CEF30B505B6546973BA", "CRC32": "5C657612", "BLAKE3": "DB1B78314A198C7C9B2EF72ADA004FF9694365B00798DC279A57B3F83BF6C9C6", "AutoV3": "350E6A7405F9"}, "downloadUrl": "https://civitai.com/api/download/models/635780", "primary": true}], "images": [{"id": 19329654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2f091f6-22fe-4ffe-b956-19530062f15b/width=450/19329654.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGRfqM-;_2xuIlWAIUtQ~XRj9FoysYt8-;M{", "type": "image"}, {"id": 19329657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6be85050-f82e-4498-b8d4-fed42b1941ed/width=450/19329657.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U56uRr~C$]xm4.E1IqIq4UM{%4xc_L-pskt1", "type": "image"}, {"id": 19329658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23bec26a-1eb9-4650-8848-80b839465550/width=450/19329658.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPFG2s%Lslt702RjRkWVX8oeNHbb?wxus,og", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/635780", "modelId": 570411} \ No newline at end of file diff --git a/datasets/metadata/635810.json b/datasets/metadata/635810.json new file mode 100644 index 0000000000000000000000000000000000000000..b759f3619bd4c6c77e6d1f34e512e51e6bf52721 --- /dev/null +++ b/datasets/metadata/635810.json @@ -0,0 +1 @@ +{"id": 635810, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-11T05:33:11.351Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 550696, "sizeKB": 223100.27734375, "name": "Gay_muscular_male_lower_body_-_ass_focus-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T05:30:57.201Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F1402338", "AutoV2": "9FC37E90B3", "SHA256": "9FC37E90B3E6DAA2E2174FAF81C280BBC0C9ABD6C7650A3F25D3792D78CC8473", "CRC32": "20B216A9", "BLAKE3": "721B3FC64DBCB4087865EE34B0B896D3A53422FE45B062CA9A48B742CD0BE1B4", "AutoV3": "A2A17611CC84"}, "downloadUrl": "https://civitai.com/api/download/models/635810", "primary": true}, {"id": 550580, "sizeKB": 170462.6240234375, "name": "635810_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T04:01:23.431Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0FAC4BCF", "AutoV2": "05113F96AD", "SHA256": "05113F96ADC04D0DA997CC74FF455A350BA9787198F17A47D7713D259C1363DF", "CRC32": "F3395767", "BLAKE3": "E18EE64C959D397FC29E5B64D1B8991762C5E18F2A3E91DA5F00A47BAA83AD28"}, "downloadUrl": "https://civitai.com/api/download/models/635810?type=Training%20Data"}], "images": [{"id": 19332859, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45a3c723-9680-4649-a3b1-6335db349ed9/width=450/19332859.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U7HB}KAKB?~p$JM{o~-:4:oM4TIUVssmaxR.", "type": "image"}, {"id": 19332710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae8fff26-a3da-4b2e-ab2f-031bbe848a46/width=450/19332710.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDHLrGxuAI?^D4xupJozV@MxD%RPIAxuR*NG", "type": "image"}, {"id": 19332709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1cf17a3-aae2-4f8a-ad92-d139f52b6738/width=450/19332709.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7Gk%l%M80x]00ofEjWXKkWB-nbH00Rj~VjY", "type": "image"}, {"id": 19332708, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79f0a04e-6e0f-4055-9024-38cd69f69753/width=450/19332708.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8Eo.5~q10NxL}IUENV@R5WXD%soxER*NGxa", "type": "image"}, {"id": 19332858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22f68c18-614f-44e2-894c-1676001bafed/width=450/19332858.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UCCsK[.T0yRj_4xuKQT00ywIrCJUD%aJq[RP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/635810", "modelId": 570439} \ No newline at end of file diff --git a/datasets/metadata/635824.json b/datasets/metadata/635824.json new file mode 100644 index 0000000000000000000000000000000000000000..02f6c2b469bfc999b172de700ab890f8696e88f5 --- /dev/null +++ b/datasets/metadata/635824.json @@ -0,0 +1 @@ +{"id": 635824, "index": 0, "name": "V2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-11T05:06:54.678Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 550549, "sizeKB": 7898.8173828125, "name": "635824_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T03:36:21.559Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A52747B8", "AutoV2": "86BB6B78E3", "SHA256": "86BB6B78E36255404E7534B0D0C72B7BBEE09E9068189663F4B1F570C80A5BF4", "CRC32": "A34633F6", "BLAKE3": "238E42D6A7C0126E1BE109F5FDF93F499A46B410404342C27DA62D245CE831A1"}, "downloadUrl": "https://civitai.com/api/download/models/635824?type=Training%20Data"}, {"id": 550660, "sizeKB": 36977.953125, "name": "RollingShot.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T05:11:41.566Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "17F51659", "AutoV2": "DCC5AC1EC1", "SHA256": "DCC5AC1EC15BC3B5FFA9DD1B93EE3FC7072DCA089B6F74FB1C6B13F9E4A62777", "CRC32": "17A9075D", "BLAKE3": "AAF5F95F23CB05E016F8518458FB15150B3FDBFA3590F30F02D09456330E6941", "AutoV3": "872E5D5F1285"}, "downloadUrl": "https://civitai.com/api/download/models/635824", "primary": true}], "images": [{"id": 19329894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ba998f7-ebf1-4715-b95c-bb2111f53a00/width=450/19329894.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "ULB:yv0M={J6~qM{R+oJ-rkQIowM^+E2xYNH", "type": "image"}, {"id": 19329896, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fa87e46-9ea6-4b52-bb66-1ad7820b0f2f/width=450/19329896.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9B.+PNz9[t6~VtRoLs:01-o?GozIXxax]tR", "type": "image"}, {"id": 19329895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13d319e4-7708-483c-94d4-c80685d11e9d/width=450/19329895.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UOEMB_T2oxxvKm%hWEog?wxvRnWV-?IpRijY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/635824", "modelId": 570411} \ No newline at end of file diff --git a/datasets/metadata/635872.json b/datasets/metadata/635872.json new file mode 100644 index 0000000000000000000000000000000000000000..bb6d384b0da9e5668b44129188f2b8bc6b350877 --- /dev/null +++ b/datasets/metadata/635872.json @@ -0,0 +1 @@ +{"id": 635872, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-11T12:28:36.821Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": ["Lexia"], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 550595, "sizeKB": 16105.4755859375, "name": "635872_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T04:10:45.085Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "31EC6A02", "AutoV2": "E0AC4A68FC", "SHA256": "E0AC4A68FCDA32BA56282F23E7FE372AA6B404354BEE7D98866B453C26F14AB9", "CRC32": "4804F1D8", "BLAKE3": "D8FE79B39958D9D6DC0F605C46689EBC030BAE5521544BF47913946BAD63AEAA"}, "downloadUrl": "https://civitai.com/api/download/models/635872?type=Training%20Data"}, {"id": 551240, "sizeKB": 223104.10546875, "name": "Lexia.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T12:26:29.001Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "69977C44", "AutoV2": "97E4E77037", "SHA256": "97E4E770378273E43AF58D0A9A2B82FBABFAEF9E18483DB19BA89EA6026BF45E", "CRC32": "FD18035B", "BLAKE3": "1F404F81226023DC917C08F1D6B0D394470311DB1B5217906C0BF90FAE3DEAAA", "AutoV3": "8FBF493E1BA7"}, "downloadUrl": "https://civitai.com/api/download/models/635872", "primary": true}], "images": [{"id": 19373725, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bf53602-de4c-4e96-81f7-96254699e753/width=450/19373725.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UJI4n;HX~pL}-=,AMyxaNfnNv}I:xZ?GxDI:", "type": "image"}, {"id": 19373726, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ba03e6b-97c5-4efc-9f05-785dee37591a/width=450/19373726.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UAH1A79u4nsq.7=Z9@Io00S#}t-o0Lw0i{-o", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/635872", "modelId": 570486} \ No newline at end of file diff --git a/datasets/metadata/635946.json b/datasets/metadata/635946.json new file mode 100644 index 0000000000000000000000000000000000000000..48fd38dbff7c35bdefa34c87b55d6f921bc418b9 --- /dev/null +++ b/datasets/metadata/635946.json @@ -0,0 +1 @@ +{"id": 635946, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-11T08:52:44.174Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Ginger girl with braided hair", "Girl wearing a white gown ", "Long hair"], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 550725, "sizeKB": 399.9189453125, "name": "635946_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T05:56:19.535Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "2B3B42E9F3", "SHA256": "2B3B42E9F38032EBA2C9197FD423458CC0770E4A41A93C8150E301ED70131852", "CRC32": "5684FBC0", "BLAKE3": "CF79439DE94217805B08BCF9F62616046C18A35A36200F45E5B65E76065883B3"}, "downloadUrl": "https://civitai.com/api/download/models/635946?type=Training%20Data"}, {"id": 550940, "sizeKB": 223099.73046875, "name": "Spoon_Girl-_Little_Nightmares-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T08:50:55.331Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6FBF8FBE", "AutoV2": "73FF046700", "SHA256": "73FF0467002F36B2324D792D98A19100F011375C1145F24B2415F9913C74C2B3", "CRC32": "EB8ADC7B", "BLAKE3": "7F4B23DABC340821B5F1637DB0D019D7CA10763A2B9DADF357A0245A1CCCFAB4", "AutoV3": "35CC4FB6A781"}, "downloadUrl": "https://civitai.com/api/download/models/635946", "primary": true}], "images": [{"id": 19354306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35e3f489-0d5f-4ab9-836c-5a89da173380/width=450/19354306.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAA_hYTf01?tvJO9NG#+8xs;R8Dj.kt+NKs.", "type": "image"}, {"id": 19354305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/903920ce-a7da-4c62-9327-a4a2606eb59c/width=450/19354305.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPIGC~t7xwl7}uM|tSjE#RXjE{RQ-pRnI.xH", "type": "image"}, {"id": 19354302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ab2fe63-5e1d-4f78-b0b3-8ab4740b5897/width=450/19354302.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQG8oiEl5S~TQ-9cn*=]RjxZN0R$btWEW=xX", "type": "image"}, {"id": 19354339, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64d4ea76-fdd8-44fa-955a-20840aae8f6b/width=450/19354339.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U57Ly5mm4Tpc?5RjM{o|D4T0yERPyZxCRpIX", "type": "image"}, {"id": 19354338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/583af400-bcfb-46b5-9b2f-d3c6f93323ef/width=450/19354338.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U597%?O:00+|_*ID10?YZLTJTz$yc@nOeTR6", "type": "image"}, {"id": 19354341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce22d828-3cca-4802-b000-17395be312d8/width=450/19354341.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6C7c+H]00*HDSX9V_-.Z4%eEPDj.ONFN3xb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/635946", "modelId": 570556} \ No newline at end of file diff --git a/datasets/metadata/635981.json b/datasets/metadata/635981.json new file mode 100644 index 0000000000000000000000000000000000000000..db2a86b0ba4a3ae2f83fdbed8b58631cfca85a26 --- /dev/null +++ b/datasets/metadata/635981.json @@ -0,0 +1 @@ +{"id": 635981, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-13T05:36:00.488Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["|<1n1t0p3t"], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 550824, "sizeKB": 2551.5439453125, "name": "635981_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T07:10:43.337Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BEE6DCF6", "AutoV2": "3BF35AEF0E", "SHA256": "3BF35AEF0EFA375199622470E08E63519400AC78F05E5F36CC8F756B72C4DDCF", "CRC32": "DD2D275D", "BLAKE3": "E1D174BED6558DA58B2E5DF87E9EFC8460066BE127982859D79B6DD6766B3701"}, "downloadUrl": "https://civitai.com/api/download/models/635981?type=Training%20Data"}, {"id": 555310, "sizeKB": 223100.09765625, "name": "Kinito_KinitoPET.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T05:06:23.635Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "547DCA71", "AutoV2": "7C7055A5C2", "SHA256": "7C7055A5C218B93C2D591822A6C26E5285F5331F268AB7AE63CF21203D94BF16", "CRC32": "A4A90C35", "BLAKE3": "FA0FC3C18122D2E22706B2412D25E035229873C851D05F6835D9B36321B64001", "AutoV3": "88C92B9BA8F9"}, "downloadUrl": "https://civitai.com/api/download/models/635981", "primary": true}], "images": [{"id": 19605386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69e73527-fe7b-4a40-8435-8ca119531d1e/width=450/19605386.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UbOCUhk:-Boz^nbartoMCWnQxbnjl1e:tQkB", "type": "image"}, {"id": 19605388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f20729bb-c8e4-49a7-ae2f-d2552a102623/width=450/19605388.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOMGrLt7KGt7{ZjuE]af7Sa{,Lj[TUa{xbj[", "type": "image"}, {"id": 19605387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fca3efa-7104-4bdd-add4-e36175b743f9/width=450/19605387.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIJa8BE]00oz_Vr[TJJ40vgh=#ng2#Mv?0Tc", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/635981", "modelId": 570579} \ No newline at end of file diff --git a/datasets/metadata/636043.json b/datasets/metadata/636043.json new file mode 100644 index 0000000000000000000000000000000000000000..b89d02b3123062a3816210e8c9c56a72f8ad34ce --- /dev/null +++ b/datasets/metadata/636043.json @@ -0,0 +1 @@ +{"id": 636043, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-11T09:32:46.184Z", "availability": "Public", "nsfwLevel": 28, "description": "Is intended to produce mature themes
", "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 550988, "sizeKB": 223193.56640625, "name": "SISSY-BOY_Anet_Valence.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T09:35:46.196Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4807931A", "AutoV2": "1E8590B8EE", "SHA256": "1E8590B8EE9940EDAB57D9D37F11F07227EB707242E85D7339EEA9569A8E5CE3", "CRC32": "477F1B82", "BLAKE3": "F33FF10D9EC339B96CFC26941F32D46CA8C3621A1CFFFE269E8DEBCEFC980B23", "AutoV3": "AFF8FCDFA3B3"}, "downloadUrl": "https://civitai.com/api/download/models/636043", "primary": true}, {"id": 550761, "sizeKB": 1158017.716796875, "name": "636043_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T06:26:18.827Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "52D131FD", "AutoV2": "EFA6AE41E2", "SHA256": "EFA6AE41E2D25F34913C525EE70640E16D1F0A93A3F1819763FC06B1934FB373", "CRC32": "D79DFC52", "BLAKE3": "2A00ABAFEB6457F2C4D1E80DA349759E13F3D34FDAD0C3401E3D91589A3D1584"}, "downloadUrl": "https://civitai.com/api/download/models/636043?type=Training%20Data"}], "images": [{"id": 19357440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e94d562-430d-4865-ad4d-0abc26efa696/width=450/19357440.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCD[,{Dj00.8H;x]pJrq~URjE3smMJt8xvIo", "type": "image"}, {"id": 19357439, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2113c822-0f79-4bd4-a558-208d9ca2e48c/width=450/19357439.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UIK,?G^*004otlxuv}M{~VRkIoxt%gayD*j]", "type": "image"}, {"id": 19357438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0270c8d-a444-4b53-8e37-2050008b1693/width=450/19357438.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDI#Ge0L00xt_N9ZVrt6M}%2D*WBgOt7IUjt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/636043", "modelId": 570634} \ No newline at end of file diff --git a/datasets/metadata/636195.json b/datasets/metadata/636195.json new file mode 100644 index 0000000000000000000000000000000000000000..7f9cf1ee5c355ee48583861f57236ef57e7a4d54 --- /dev/null +++ b/datasets/metadata/636195.json @@ -0,0 +1 @@ +{"id": 636195, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-12T03:35:20.328Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 552765, "sizeKB": 223101.38671875, "name": "LANDSCAPER.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T03:32:00.989Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C1E9EDD8", "AutoV2": "29D76E6018", "SHA256": "29D76E6018213A6D1B213961629163E3D7C33B445984B197D08189FED638055F", "CRC32": "BC484CED", "BLAKE3": "63C1532C2493EC62C507B97A0811A725AB1B02075563C52F7EC63E8D50B2663A", "AutoV3": "8F84D94E5247"}, "downloadUrl": "https://civitai.com/api/download/models/636195", "primary": true}, {"id": 550921, "sizeKB": 27775.056640625, "name": "636195_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T08:25:58.491Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7B1A6ACF", "AutoV2": "5F608E57E7", "SHA256": "5F608E57E793B638BA9801510A1B92717E61F257861A1FD6A2983F7E30E960A0", "CRC32": "A015F05D", "BLAKE3": "C45B008264A18F26B167E266528142396073F5B2C4FF59243351FE62B31B4626"}, "downloadUrl": "https://civitai.com/api/download/models/636195?type=Training%20Data"}], "images": [{"id": 19462725, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d2b4339-8015-491c-ab3d-6bc97f743f08/width=450/19462725.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBF;+kvf02Sh8y%Lx[jY04Ek-ns..lNGR5R-", "type": "image"}, {"id": 19462728, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a99a668-967b-4c67-a8bb-7dc5019aa7ae/width=450/19462728.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaHoLJozD%xaIA%0-:WX~VxtIoaykDbHs.j[", "type": "image"}, {"id": 19462727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45e9168f-b3f4-4afe-9417-f7fe6e3b891c/width=450/19462727.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdF~~QRijdog?KaekBofN5xaRjWBtLt7f4WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/636195", "modelId": 570766} \ No newline at end of file diff --git a/datasets/metadata/636203.json b/datasets/metadata/636203.json new file mode 100644 index 0000000000000000000000000000000000000000..728d881fc78677327ca6652b61dac49ab64a9c78 --- /dev/null +++ b/datasets/metadata/636203.json @@ -0,0 +1 @@ +{"id": 636203, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-12T03:39:20.398Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 552777, "sizeKB": 223101.76171875, "name": "LANDSCAPER_II.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T03:40:36.221Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7A95F929", "AutoV2": "F4870FDAEC", "SHA256": "F4870FDAECABA38C697FE7290A61175BCDF3C144203884DEF98F23ED84A88658", "CRC32": "95756D15", "BLAKE3": "3F68C78FAD9477F26A8230D20CF760FF73F78E0AEC9AAA9187D115A01C58D9FC", "AutoV3": "935A3B28BAF3"}, "downloadUrl": "https://civitai.com/api/download/models/636203", "primary": true}, {"id": 550924, "sizeKB": 29730.7177734375, "name": "636203_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T08:30:47.350Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7ADDF899", "AutoV2": "3EA47578C4", "SHA256": "3EA47578C428163959939EA47DD8517A4F5BC24D8CEED7D8F2E16F0010340307", "CRC32": "1A764C51", "BLAKE3": "83650393DBC3621473C4F9616B114A3B2932C20C9D9F69633F308D7C6DF62885"}, "downloadUrl": "https://civitai.com/api/download/models/636203?type=Training%20Data"}], "images": [{"id": 19463159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce8eebfb-2b6a-466d-ab26-a9480301f686/width=450/19463159.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U44V^MadD4yGD4kDx]RNMukDtSax.TaxM{o#", "type": "image"}, {"id": 19463157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e28634ab-e702-41bf-abed-8a98ad28cc53/width=450/19463157.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULBoQ^=_xDs:}s-As.WWxHR*aeW=JBJAWCaz", "type": "image"}, {"id": 19463156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed20d0c3-df1f-4126-b697-ff348eb7f486/width=450/19463156.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3ChsC0LaacaKki]$ekr00yC0n#5vxp0JWv{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/636203", "modelId": 570773} \ No newline at end of file diff --git a/datasets/metadata/636300.json b/datasets/metadata/636300.json new file mode 100644 index 0000000000000000000000000000000000000000..c301260ba6470aaa888f9555691452f23f52ae16 --- /dev/null +++ b/datasets/metadata/636300.json @@ -0,0 +1 @@ +{"id": 636300, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-11T09:59:07.986Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 25, "ratingCount": 0, "rating": 0, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 551031, "sizeKB": 22236.24609375, "name": "Ichinose_Sakiko_Kateikyoushi-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T10:01:30.314Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CF6FB336", "AutoV2": "BE73975BAA", "SHA256": "BE73975BAA2F2B120541BFB1DCAB899E73A31F414478511460FF27D6410CDD3E", "CRC32": "A761D289", "BLAKE3": "8F19FD3F6C5EF2A219E6AD95A5DCBABACCFCF685F4D3C549389F65008772E5B4", "AutoV3": "2B9A41C1CAB2"}, "downloadUrl": "https://civitai.com/api/download/models/636300", "primary": true}, {"id": 551030, "sizeKB": 8983.271484375, "name": "Ichinose_Sakiko_Kateikyoushi.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T10:01:36.345Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "AABB13A2", "AutoV2": "D352948033", "SHA256": "D35294803322F4C3FA6107C0EC8EF2FC7F407F2BDDD0012BA71DBDBC9B31DF10", "CRC32": "3B12E0CC", "BLAKE3": "44CB159C8215A2EC08BF7075D22B0905BCA3A091BDDD1CB7AA97B84F79053A05"}, "downloadUrl": "https://civitai.com/api/download/models/636300?type=Training%20Data"}], "images": [{"id": 19359765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e1451ce-07f3-484c-9a9b-44b0139f676d/width=450/19359765.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UQLfwP?GJOIq9uR*-hoc$+M|%Koz~Wxt%KoK", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/636300", "modelId": 570860} \ No newline at end of file diff --git a/datasets/metadata/636412.json b/datasets/metadata/636412.json new file mode 100644 index 0000000000000000000000000000000000000000..344d4a80e0bf10284488466557e7bff20c37ae82 --- /dev/null +++ b/datasets/metadata/636412.json @@ -0,0 +1 @@ +{"id": 636412, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-11T11:25:11.485Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 22, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 551149, "sizeKB": 10537.322265625, "name": "998_Queen_Emeraldas.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T11:26:20.751Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CB97E81F", "AutoV2": "2B947447C9", "SHA256": "2B947447C96BA1FD3150D1A0AFB154BF470DFE97762600F8962D6DBBDA96A5BB", "CRC32": "8BF6BE27", "BLAKE3": "A1451E91365508C9B633905AB3D43CAB6AE03447A60FC358E2884C5376796837"}, "downloadUrl": "https://civitai.com/api/download/models/636412?type=Training%20Data"}, {"id": 551150, "sizeKB": 22237.44921875, "name": "998_Queen_Emeraldas-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T11:26:27.828Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "464C2402", "AutoV2": "183A663808", "SHA256": "183A6638081A026203B92DCF9DF338F5074D821EB18655CBBCB403EF7A85B471", "CRC32": "1CC80A5A", "BLAKE3": "9524766CF9DA9E8FAB965A070C18FD8DAD8272F1C05B09814D3913B9DE77DDD9", "AutoV3": "B0B39152D7A1"}, "downloadUrl": "https://civitai.com/api/download/models/636412", "primary": true}], "images": [{"id": 19367844, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df36ab35-c70a-4c41-ba20-70e7314bc24c/width=450/19367844.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYGk5coc0gs.~9a#59j?9]azNLWCEia|soay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/636412", "modelId": 570958} \ No newline at end of file diff --git a/datasets/metadata/636474.json b/datasets/metadata/636474.json new file mode 100644 index 0000000000000000000000000000000000000000..ba8b92f551fe54d66a72d27ea2854c6afb8ff9e0 --- /dev/null +++ b/datasets/metadata/636474.json @@ -0,0 +1 @@ +{"id": 636474, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-11T12:08:40.330Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 551209, "sizeKB": 10807.341796875, "name": "999_Maetel_999.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T12:10:48.619Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6EEAC613", "AutoV2": "3130ED7C70", "SHA256": "3130ED7C7027D056C4E70773D9FD22B170E82D304E0946F0C3309861938CE438", "CRC32": "68FB3F41", "BLAKE3": "A9C9D6897C066C1A8C65B9986402454EF84E1EA3017079CD07806FF9A2403D43"}, "downloadUrl": "https://civitai.com/api/download/models/636474?type=Training%20Data"}, {"id": 551211, "sizeKB": 22237.15234375, "name": "999_Maetel_999-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T12:11:23.990Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0D483535", "AutoV2": "7E64B127BB", "SHA256": "7E64B127BB1164BF9A94305CA24380582218A6E925A33555253AF4FE6562579C", "CRC32": "ED42619A", "BLAKE3": "79C0305DF32694403215CAC91A1851D1A3C64331FDD2B4649BCE7296170CA925", "AutoV3": "45831A5F7F5D"}, "downloadUrl": "https://civitai.com/api/download/models/636474", "primary": true}], "images": [{"id": 19372032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cf32e09-77dc-4898-a3f7-4b3faea9ebb8/width=450/19372032.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVFFQwD%x]IT~qIVX9RiE2j[xtof4:oe%2kC", "type": "image"}, {"id": 19371631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a84c061-ce5b-4f1f-9c02-4b47586822d4/width=450/19371631.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEECOM%L9ZWB?IM|4:WC00j[~VkB01t6~WWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/636474", "modelId": 571013} \ No newline at end of file diff --git a/datasets/metadata/636579.json b/datasets/metadata/636579.json new file mode 100644 index 0000000000000000000000000000000000000000..c9547a1214956a143d68073f326a96045b884e61 --- /dev/null +++ b/datasets/metadata/636579.json @@ -0,0 +1 @@ +{"id": 636579, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-11T13:14:32.951Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 28, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 551318, "sizeKB": 22238.77734375, "name": "1000_Queen_Millennia_1000-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T13:15:38.471Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A2B8C69C", "AutoV2": "D7FA21D5E8", "SHA256": "D7FA21D5E823D9AD19E6A3E53FCCBA36AD5B3A278A097C53301CE7923E670484", "CRC32": "3EFC0C41", "BLAKE3": "143EDD0FD45D3E8DFEF8C4801BA909A2DF605225ED258ADDC77558E28B98075D", "AutoV3": "821AE9EF5145"}, "downloadUrl": "https://civitai.com/api/download/models/636579", "primary": true}, {"id": 551317, "sizeKB": 12697.4326171875, "name": "1000_Queen_Millennia_1000.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T13:16:16.291Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D4340921", "AutoV2": "587B008B88", "SHA256": "587B008B881D94D4F68C4FDDD771914E34FA750057D60FAFDA4E870C94F35229", "CRC32": "3880E336", "BLAKE3": "FCF6C6217CEDEF31A0127EEF5F22CB759D9974847103B33507C7E52CA43D8FF7"}, "downloadUrl": "https://civitai.com/api/download/models/636579?type=Training%20Data"}], "images": [{"id": 19377988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ab4dd61-a99c-46cd-aeee-fdedabf58863/width=450/19377988.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UpO3RjV]k?t7~qj[-=t7IpofxZoLt8j[M{f6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/636579", "modelId": 571110} \ No newline at end of file diff --git a/datasets/metadata/636913.json b/datasets/metadata/636913.json new file mode 100644 index 0000000000000000000000000000000000000000..26fd0bef3babd1113bf2161b1b43902149169cfa --- /dev/null +++ b/datasets/metadata/636913.json @@ -0,0 +1 @@ +{"id": 636913, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-11T16:48:05.270Z", "availability": "Public", "nsfwLevel": 3, "description": "Version 1 - Untested
", "trainedWords": [], "earlyAccessDeadline": "2024-07-18T16:48:05.270Z", "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 551727, "sizeKB": 223102.48828125, "name": "Black_Spandex_Hunks.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T16:51:26.063Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E2B7925E", "AutoV2": "6B28B62923", "SHA256": "6B28B629232C20CBA28136BD43352E5F074C89096CEE4C055301D5C36D1E3977", "CRC32": "4D27B613", "BLAKE3": "885E7BF8857FC33DE06ED54D6E331C1CE6D0A1C2C35BC0FEC8D5B637B86A7051", "AutoV3": "53ED817A455A"}, "downloadUrl": "https://civitai.com/api/download/models/636913", "primary": true}, {"id": 551653, "sizeKB": 9307.0908203125, "name": "636913_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T16:12:29.070Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FB5112DD", "AutoV2": "E3F74EA8D0", "SHA256": "E3F74EA8D039B743438342773AAE2E542D323A470AC1FAACBD3A093A38069774", "CRC32": "F05E919F", "BLAKE3": "021C4376D05797BD5D223DADECBF6265C5C4CB8AFA316845B00E31DE86332F43"}, "downloadUrl": "https://civitai.com/api/download/models/636913?type=Training%20Data"}], "images": [{"id": 19399799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2196c8bb-13ce-4a96-9368-ed49094ab4da/width=450/19399799.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UDFYibs:~pt7~VjZg5W;o|a|D*kCksW;i]n$", "type": "image"}, {"id": 19399798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49f7377d-0e0a-4ec3-8286-83e8930eea6c/width=450/19399798.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Ju1F-:x%RjaGRj.AoeE0j?xvt7%Lj[M{WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/636913", "modelId": 571406} \ No newline at end of file diff --git a/datasets/metadata/636968.json b/datasets/metadata/636968.json new file mode 100644 index 0000000000000000000000000000000000000000..e11eb7e98feb5f66dcab258d06aa2235881b3cf6 --- /dev/null +++ b/datasets/metadata/636968.json @@ -0,0 +1 @@ +{"id": 636968, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-11T17:59:51.068Z", "availability": "Public", "nsfwLevel": 25, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 551723, "sizeKB": 9351.6884765625, "name": "636968_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T16:45:48.126Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9591F73F", "AutoV2": "D871BF8B63", "SHA256": "D871BF8B63FB34E2AE4C00EFD566C225468B99D0CC03753A7A1A950E90DFF556", "CRC32": "77399341", "BLAKE3": "409FA2DFC08A0F2E76C1DBB033B3FAFB22C48F44BDA6784F052C18F6E333600B"}, "downloadUrl": "https://civitai.com/api/download/models/636968?type=Training%20Data"}, {"id": 551864, "sizeKB": 223101.47265625, "name": "Ember_Heirloom_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T18:01:32.115Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E1C1BA77", "AutoV2": "91FB360312", "SHA256": "91FB36031245EE0AC97DEDA9624FB4C3FCBDEF6D130285A974A13AF4E8B2DE7C", "CRC32": "71AE0AB5", "BLAKE3": "0AEBA6442944E3E9E7BC8050D1A285F014594660257058769EC383F49DDBEFA9", "AutoV3": "1DF2AF705B20"}, "downloadUrl": "https://civitai.com/api/download/models/636968", "primary": true}], "images": [{"id": 19405563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8252794c-bad0-455b-b779-d6db9a1b8883/width=450/19405563.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7IWJ:.T074:1A%#NZm+0}$*n4RjzrMy^fo{", "type": "image"}, {"id": 19405578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aee8242b-fbda-45b4-9fce-6568d2074489/width=450/19405578.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEHAF5X80O};14^O}=ENICWF%1oy0hxCNaR.", "type": "image"}, {"id": 19405600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f332ee8b-bfd7-49ab-ad1e-fca8ad6aa313/width=450/19405600.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7GtpH.80r9}00Mc4;Na02S~{^Vsyro}?Z%2", "type": "image"}, {"id": 19405617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a14d0858-831a-42ce-aecc-b3de99dc7db2/width=450/19405617.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8IDw5-o02IB9u%2I^Me0$Ny}lrqGwtRn2M|", "type": "image"}, {"id": 19405624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd3e11bb-5b2b-474d-b224-e3506269b2f1/width=450/19405624.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9H1lBLN0o,AY4PB%gM{0057|pN21O4n]zsq", "type": "image"}, {"id": 19405639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/129e4c27-ae02-4222-aa41-8d545e5ac403/width=450/19405639.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7KJ#%-V4XK*^RI[E1XmejVsHrs.1AR5}QxW", "type": "image"}, {"id": 19405649, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e9f38e8-a2c9-4771-aaf9-d5e2f55e79dd/width=450/19405649.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UFHda7%$00m+_N%MIor;J8NbwIWA=}NHrpNH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/636968", "modelId": 571454} \ No newline at end of file diff --git a/datasets/metadata/637260.json b/datasets/metadata/637260.json new file mode 100644 index 0000000000000000000000000000000000000000..13ce4325eb208e97cb1a18717782a830fd93844d --- /dev/null +++ b/datasets/metadata/637260.json @@ -0,0 +1 @@ +{"id": 637260, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-12T03:16:19.140Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 552180, "sizeKB": 1113202.6640625, "name": "637260_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T21:01:40.774Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "750286FD", "AutoV2": "A1D66A45DA", "SHA256": "A1D66A45DA82C3C5039CD502947E228947F76C65CC5106187DD873BA383EFF0A", "CRC32": "18FD79C6", "BLAKE3": "41EDB9A26062F620980F4A2425921F51B24115569DAA1B08E085C32F2E9BB47F"}, "downloadUrl": "https://civitai.com/api/download/models/637260?type=Training%20Data"}, {"id": 552709, "sizeKB": 223133.80078125, "name": "Drako_Style_Lora-000019.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T03:02:38.658Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "99CD6D51", "AutoV2": "EA2F31365E", "SHA256": "EA2F31365E0311BC018AA18040A0D4C7CE67A78921FD94993E1BE83D3CD6CA0E", "CRC32": "9C600BD6", "BLAKE3": "A305E35464DD0126B56C0EF14FE83818EC8FA7F023770B381923746D72449D69", "AutoV3": "CFECD1BCA656"}, "downloadUrl": "https://civitai.com/api/download/models/637260", "primary": true}], "images": [{"id": 19459625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/384176d5-a179-43eb-83d8-1a1aa7cfc42a/width=450/19459625.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U9IXBK00019~00pbv~RQ,]0|^*~BQot3Ip-9", "type": "image"}, {"id": 19459624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fafb1ac5-4e17-46cb-b197-fdd3d1d740e4/width=450/19459624.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UUM%i:of}[xa^QayELs:^QoLS1WVtka|M{f6", "type": "image"}, {"id": 19459622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3fb62d8-213f-40d5-a459-325849cb68be/width=450/19459622.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGI|E,.79u^%~BJQ}@_10L9u-VRQE1R+EM9F", "type": "image"}, {"id": 19459623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ff4ab1d-97d6-4b6c-bce7-e846be5d25e2/width=450/19459623.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U5FZAc003}H%HkHZK}Om43xC_-ABum$Q_J01", "type": "image"}, {"id": 19459621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bdfdb04-3fb1-4a5b-8a3b-b1af24410982/width=450/19459621.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "ULMZ?xxaI;t7_Mt6-pa~9FofD*WC~payM{az", "type": "image"}, {"id": 19459612, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40d7192f-0638-4f28-b338-b17b06af606b/width=450/19459612.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UYH,S4oy9tn+~AoyaKWC%1oeV@jGI=oeNHjG", "type": "image"}, {"id": 19459619, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b14921b-4c83-452a-9052-ef0bee9c2223/width=450/19459619.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U9B48pV[00tj5=o}+aR500X8~Vrq%NjFIUX9", "type": "image"}, {"id": 19459608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcd790c4-ae97-4cc0-b746-fcc1a672a060/width=450/19459608.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "URE{kI~p5mI;?u-:xuWBo|t6nhnhkDj[s+xZ", "type": "image"}, {"id": 19459610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1fa728a1-e5f0-4a9c-bce8-71136249d609/width=450/19459610.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UND^T1iJ0JJUyZjDRiM|56Io?HsmIqnhxuWY", "type": "image"}, {"id": 19459605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9c5e869-8d7a-4ca0-a833-9ad8df5a2982/width=450/19459605.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCD1sayZ1GBp7j-:M~b_8wNH~B%1r;NfE|xG", "type": "image"}, {"id": 19459602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de60874e-a8c2-4cbb-a638-498681b8cd8b/width=450/19459602.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UHEzDx?^1b9_B?IWMyt7DR?F-As.XmKPS~R+", "type": "image"}, {"id": 19459603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98d24f67-c22f-4b07-aeb2-b0af1c5c8a6d/width=450/19459603.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCH2G|%M00NG00WX8wM{ISj??daz?wof$0js", "type": "image"}, {"id": 19459598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/834fd032-8bdd-4221-9aeb-17ad9aec2a3e/width=450/19459598.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U5GIZa0000_L02Mwn2-;_#OWvv-r5xk7F]s?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/637260", "modelId": 571719} \ No newline at end of file diff --git a/datasets/metadata/637377.json b/datasets/metadata/637377.json new file mode 100644 index 0000000000000000000000000000000000000000..7ff00fe6e973b0d8788ad64a35595def6cae716f --- /dev/null +++ b/datasets/metadata/637377.json @@ -0,0 +1 @@ +{"id": 637377, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-11T20:34:40.291Z", "availability": "Public", "nsfwLevel": 25, "description": null, "trainedWords": ["See Description"], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 552137, "sizeKB": 43903.638671875, "name": "New folder.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T20:35:50.773Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "173C219C", "AutoV2": "6A6988D8E0", "SHA256": "6A6988D8E00402B778C55EB64C4FC4B01606C504C0C0F5659FC21DFD380B314C", "CRC32": "B1518F8A", "BLAKE3": "E646FCAFB9D21A063EE2F2B0A9203E23A667208356A7F011131E1C8FC14347E4"}, "downloadUrl": "https://civitai.com/api/download/models/637377?type=Training%20Data"}, {"id": 552138, "sizeKB": 56092.76953125, "name": "GroudonPonyXL-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T20:36:28.409Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "99B9D001", "AutoV2": "75675D55A4", "SHA256": "75675D55A43F7572EED56436E60A43C7515D010A078B28FCFD974423E5E438F5", "CRC32": "17814431", "BLAKE3": "AA8C4F5DA30ED31783A92014F4DB962778181C841091A07DBFD8C2861E391B63", "AutoV3": "C674B1A82944"}, "downloadUrl": "https://civitai.com/api/download/models/637377", "primary": true}], "images": [{"id": 19418772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33cdf459-c0fe-4937-90ca-b8c35251f4ee/width=450/19418772.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UcIXw1NeK7%M~VniIpbvpIs9MyNa-okCRknh", "type": "image"}, {"id": 19418767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86a66fbb-525a-45d4-95a6-8ed291b7c9f8/width=450/19418767.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UPJj;*X8F{xu?^of9uV[TIoeD*RQ-:kCnOof", "type": "image"}, {"id": 19418768, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46bb0dd7-247f-432e-b03b-225041c9c61f/width=450/19418768.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UbI#Di%0u4S5.TxZx]X8Ott6RjofRoX8V@so", "type": "image"}, {"id": 19418707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c711b01d-f3b0-47a0-bb3c-aeed788e1b34/width=450/19418707.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UcIXw1NeK7%M~VniIpbvpIs9MyNa-okCRknh", "type": "image"}, {"id": 19418700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9dac1c53-5e5d-435a-ae72-aa429c19e59b/width=450/19418700.jpeg", "nsfwLevel": 8, "width": 896, "height": 1152, "hash": "UlJ@UjX8Osn*~pofaeWq.7aeoJs:$fa}WBoe", "type": "image"}, {"id": 19418706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d1786b9-455f-4cde-9fcc-f2130905cac5/width=450/19418706.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UMJ78uu4AcMy*0nij]oeFzrrOrbbItIpslbv", "type": "image"}, {"id": 19418704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7ffc7c3-2f54-4be9-ba65-fbe64c19d511/width=450/19418704.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UcJaD=%#K*WF.Tt7t7t6TfwIW;g3o}WCr=S#", "type": "image"}, {"id": 19418718, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55e3cb3e-0f59-4cc0-b7d7-6a048f906e30/width=450/19418718.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UXLDW4yDysVttmWBMxnOu5a0o}X8NKo#V?XS", "type": "image"}, {"id": 19418770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac5c286f-ec66-4821-a180-9e07e6c66324/width=450/19418770.jpeg", "nsfwLevel": 16, "width": 896, "height": 1152, "hash": "UYJH2QnjEkXS~pj[NGsn%LWqRjjZ-UoKWCR*", "type": "image"}, {"id": 19418771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35a6be9c-43c4-4706-9255-c633e39196b7/width=450/19418771.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UbIg[wEMx]%2~VIVbbozozMyRPS2%1ayR*fP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/637377", "modelId": 571813} \ No newline at end of file diff --git a/datasets/metadata/637495.json b/datasets/metadata/637495.json new file mode 100644 index 0000000000000000000000000000000000000000..9ecb31dde1c0439feb771e9423a7c46b1aacf25d --- /dev/null +++ b/datasets/metadata/637495.json @@ -0,0 +1 @@ +{"id": 637495, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-11T21:32:52.081Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 552244, "sizeKB": 13527.6005859375, "name": "Madame_President_GOLDENBOY.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T21:36:29.395Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DD4D0711", "AutoV2": "52572F6D14", "SHA256": "52572F6D1434C4848F0F7422D56F461272D98F76BD240671689246C2EFCB2EB0", "CRC32": "78EB1EE8", "BLAKE3": "1BFF76AD6BF38F68F8846AEF80D88FB44E2ACF28056F61B479A2B5DCE07FFC17"}, "downloadUrl": "https://civitai.com/api/download/models/637495?type=Training%20Data"}, {"id": 552245, "sizeKB": 22239.69140625, "name": "Madame_President_GOLDENBOY-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T21:35:54.443Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E52E2896", "AutoV2": "C54E3EF33B", "SHA256": "C54E3EF33B58B56714D70F61F239519BA1C02981368B255E65CF4F5121A2DF0A", "CRC32": "4301866F", "BLAKE3": "D0250F24C93D904378D285C2212F67374648C1641C45B4D26FB74F23F0B7B609", "AutoV3": "B2F7F8C841EC"}, "downloadUrl": "https://civitai.com/api/download/models/637495", "primary": true}], "images": [{"id": 19424896, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a562a5d-88d6-4a9a-baf1-2960108d263e/width=450/19424896.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHM6M3%19ankI-NG00RkShWB0KjFRjt7~pWU", "type": "image"}, {"id": 19424259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d5498df-f015-48fe-89a7-413a1281f5d4/width=450/19424259.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFLCu4^*0f^+P8IU004oIpof4:-pM|t8~WIn", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/637495", "modelId": 571918} \ No newline at end of file diff --git a/datasets/metadata/637531.json b/datasets/metadata/637531.json new file mode 100644 index 0000000000000000000000000000000000000000..a4282581ff643dd6ca5ed94344e58988379d6e44 --- /dev/null +++ b/datasets/metadata/637531.json @@ -0,0 +1 @@ +{"id": 637531, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-13T10:26:20.933Z", "availability": "Public", "nsfwLevel": 1, "description": "", "trainedWords": ["Nira_D", "Nira_S", "Nira_S2", "Nira_S3", "Hanabushipiggy", "piggy", "Darken", "Stady", "Truth", "Neon Shapes"], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 555834, "sizeKB": 36997.9296875, "name": "asdcd.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T10:25:42.629Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AFCA822E", "AutoV2": "A21A73BC94", "SHA256": "A21A73BC94B5C1F8CB6551CCE260C878CBFB6C30166E626638A0111004D99D7F", "CRC32": "4EC5641F", "BLAKE3": "FB731DB783CAE0ABE8421B9614E3087272042A38FB76172A7B091D410D173D66", "AutoV3": "4A3821BB8A1A"}, "downloadUrl": "https://civitai.com/api/download/models/637531", "primary": true}, {"id": 552284, "sizeKB": 247716.669921875, "name": "637531_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-11T22:10:46.012Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "56D891A2", "AutoV2": "D3A49CE80A", "SHA256": "D3A49CE80A22B89A40A52EE55C1095A6803AA296745418FAAAF7129698F4991D", "CRC32": "3F8E8F18", "BLAKE3": "0DA3ED9324ACD043CB3F9F81C5E3C290577C3288847D4CA2B1BA35E3CA713DB6"}, "downloadUrl": "https://civitai.com/api/download/models/637531?type=Training%20Data"}], "images": [{"id": 19631958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c9acacc-6acc-4f33-8055-8771b563784a/width=450/19631958.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U3C?c%00?w000vxcIV5500xw%iDi^jIU.7H?", "type": "image"}, {"id": 19631956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87b50113-8e6a-423d-9183-7045f62d1ffd/width=450/19631956.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U4D+1jM@00EV00-s00Dz@p%71-Im~LWP=$R?", "type": "image"}, {"id": 19631957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5b2601f-ee2a-4659-9854-51c4059f1eef/width=450/19631957.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8H2Zsba5SW,?0j;_ME06tSi^mxW00VtIU-q", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/637531", "modelId": 571949} \ No newline at end of file diff --git a/datasets/metadata/637747.json b/datasets/metadata/637747.json new file mode 100644 index 0000000000000000000000000000000000000000..40af4a6bfa772d67c3e60c60eda18135d1e9e0da --- /dev/null +++ b/datasets/metadata/637747.json @@ -0,0 +1 @@ +{"id": 637747, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-12T14:16:10.214Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["seojiwoo_, large breasts, blue hair, short hair, yellow eyes,", "seojiwoo_, large breasts, blue hair, short hair, yellow eyes, chinese clothes, cleavage cutout", "seojiwoo_, large breasts, blue hair, short hair, yellow eyes, ponytail, visor cap, swimsuit,"], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 553656, "sizeKB": 445792.35546875, "name": "Seo_Jiwoo-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T13:40:53.816Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1994C7AA", "AutoV2": "D5A8993CEB", "SHA256": "D5A8993CEBA8A90C9DCAD0EF5D74E6F2B489BF5162896F0F368133DEDE5D1145", "CRC32": "AD4A173E", "BLAKE3": "5D752238D6E8DE5118E30301047EC7C1520C477593D44B8FD62398F809DC0BF7", "AutoV3": "10BE66B4AA37"}, "downloadUrl": "https://civitai.com/api/download/models/637747", "primary": true}, {"id": 552502, "sizeKB": 62440.212890625, "name": "637747_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T00:46:16.743Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AD3126AE", "AutoV2": "F1BED5897E", "SHA256": "F1BED5897E486B9A23961E824AF86BC96471A837C9F333E38560654A7034AD8A", "CRC32": "B4DC1218", "BLAKE3": "9B94FC75AC3BA060F5951C200767500B53C333C6738A9E1F19175B64D263E693"}, "downloadUrl": "https://civitai.com/api/download/models/637747?type=Training%20Data"}], "images": [{"id": 19521572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb7dff56-4671-489f-9768-abcda4d63d4c/width=450/19521572.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U9Ey6.Mx00tS00tR~Vni9Goe~VM|?GNGRkxt", "type": "image"}, {"id": 19521578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8785843-699b-4433-a7ff-1be0101819e9/width=450/19521578.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UtOg4#tR_NV@%gWAWAbIt7t7WBV@NHaet6WC", "type": "image"}, {"id": 19521580, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e941e4e-3633-4f0c-b91c-b71871343bca/width=450/19521580.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UiOg1sIA~q-=.9tRWBt8E1RjxZnh%2ofR,WX", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/637747", "modelId": 572138} \ No newline at end of file diff --git a/datasets/metadata/637760.json b/datasets/metadata/637760.json new file mode 100644 index 0000000000000000000000000000000000000000..686af179f6a6fb1565840897e38852ea5c91cefe --- /dev/null +++ b/datasets/metadata/637760.json @@ -0,0 +1 @@ +{"id": 637760, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-12T02:35:28.462Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["M4yberry, 1girl, demon, demon horns, grey hair, headband, black headband, red sweater, black skirt, earrings, necklace, red earrings, red necklace, 1girl,"], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 552573, "sizeKB": 78368.16796875, "name": "637760_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T01:22:19.546Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F93019CB", "AutoV2": "B615A0517B", "SHA256": "B615A0517BA0A9F64AA1743DF24351953E75CB0AF4B3F1285B6EB79F34429573", "CRC32": "74011F95", "BLAKE3": "220FA04322A6EE5A969A2746A6EEA843D95FD8383B9204BD7F0363D7DE816EC3"}, "downloadUrl": "https://civitai.com/api/download/models/637760?type=Training%20Data"}, {"id": 552670, "sizeKB": 223104.16015625, "name": "Mayberry_Helluva_Boss.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T02:35:53.382Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A4739E00", "AutoV2": "CB67D62E3C", "SHA256": "CB67D62E3CC38BD2C68BC58A3D4D7B802BDF804D27079D7A831D1FE3EAD0BF13", "CRC32": "C887223E", "BLAKE3": "C975D17B3F1DD0ADB2099625F162357EDE04864C4EC08AEFDBE64210061B424F", "AutoV3": "F3C3C531A117"}, "downloadUrl": "https://civitai.com/api/download/models/637760", "primary": true}], "images": [{"id": 19455578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02a10366-35c3-4800-a59d-09de83db0fe2/width=450/19455578.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "URNJay%M_K%f-:kCR*M|offPIUadbtWBnQ%2", "type": "image"}, {"id": 19455576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e65a1b50-7b9b-4940-ba0a-6cc48f700122/width=450/19455576.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6IhHkxs3*%}_MxIDiE00{X7}tidcjWUv;xu", "type": "image"}, {"id": 19455579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87f69c0b-697d-463e-8ec7-9d1d7ca5d9f7/width=450/19455579.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBKw;Cxahc%g-Vf6NeflxwozMxM{o~azs8j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/637760", "modelId": 572150} \ No newline at end of file diff --git a/datasets/metadata/637991.json b/datasets/metadata/637991.json new file mode 100644 index 0000000000000000000000000000000000000000..f7b5a89273b4e17e0406794263ef9c82208def91 --- /dev/null +++ b/datasets/metadata/637991.json @@ -0,0 +1 @@ +{"id": 637991, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-12T05:23:43.387Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 552748, "sizeKB": 227171.208984375, "name": "637991_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T03:20:52.157Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D14E3429", "AutoV2": "03FDEE23C3", "SHA256": "03FDEE23C352C3E3D6FB32512AB271905CBE665ABEEA5829427675ABEE8A9EA4", "CRC32": "93E99F79", "BLAKE3": "EBE4246AA4EF81EAF5516811EBF8D90A754C89CADE6DFD7E117F5B88CA98510C"}, "downloadUrl": "https://civitai.com/api/download/models/637991?type=Training%20Data"}, {"id": 552950, "sizeKB": 223107.62109375, "name": "mikayori-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T05:21:17.780Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4FDA9B31", "AutoV2": "257F96E75A", "SHA256": "257F96E75A43CBF16DAD8D81C5AB48B193DD32BBA37E03C19DB4E3FADF57A257", "CRC32": "1FDDAFAA", "BLAKE3": "9C961CECE2DF94F28E7B11B86E2789AEDB8A07EC254AC007D1589E462A572C5B", "AutoV3": "E1CE8277D9B0"}, "downloadUrl": "https://civitai.com/api/download/models/637991", "primary": true}], "images": [{"id": 19473632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e85cf39-57e3-4d53-97f2-22b4bb23b780/width=450/19473632.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UEJ7B#Z50K0e56N1~VEM9=58^*4:?D00-p-=", "type": "image"}, {"id": 19473641, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d40179b-8328-441a-8aea-ad72063f373a/width=450/19473641.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "URJ%qb~CoN9aMd=|MySxIVa#-pIUk;o}agM|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/637991", "modelId": 572361} \ No newline at end of file diff --git a/datasets/metadata/638106.json b/datasets/metadata/638106.json new file mode 100644 index 0000000000000000000000000000000000000000..d40c657c8010acc8f4b06b60edcc95c2b93d3714 --- /dev/null +++ b/datasets/metadata/638106.json @@ -0,0 +1 @@ +{"id": 638106, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-12T08:28:55.457Z", "availability": "Public", "nsfwLevel": 28, "description": "My very first lora, feedback appreciated!
", "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 553193, "sizeKB": 223102.90234375, "name": "robobrain.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T08:25:45.966Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "86097742", "AutoV2": "C31233518E", "SHA256": "C31233518E74EE61E71333D53297ED10FE204B34429D5BA2A3D31071F99F7B46", "CRC32": "63182CFD", "BLAKE3": "250E66843284BC79B588B71FCE09DB36E059B14B7FC1C04AB1C7BE4F0A582982", "AutoV3": "474C3D19399C"}, "downloadUrl": "https://civitai.com/api/download/models/638106", "primary": true}, {"id": 552911, "sizeKB": 160448.08984375, "name": "638106_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T04:56:22.104Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "26CDDD55", "AutoV2": "1A77B05266", "SHA256": "1A77B05266D9311C6D95DECFBACD6F26038FB8A120C85322FA4C0AF740F78889", "CRC32": "7D355987", "BLAKE3": "43BF27D2582A47648D4276B92424AD28B9CE3B64E916F82AEA63041E967DC80B"}, "downloadUrl": "https://civitai.com/api/download/models/638106?type=Training%20Data"}], "images": [{"id": 19490451, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5978801-dcdf-44b1-be15-84ef2e829b9b/width=450/19490451.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMMaCa%M_NRP-pkCI:e..8V@MxoyS~V@wKtR", "type": "image"}, {"id": 19490455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3a30ac0-5959-49c1-aeb7-c705002fcdbb/width=450/19490455.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4EVA$~o00EM9,tR01t500Dj$yD*NERPtQIV", "type": "image"}, {"id": 19490452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5e8db2d-ce99-41cb-a09f-d77ef45ef400/width=450/19490452.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOG9a9t7.AbI%eofRnWB?wazofoet9ayWTj[", "type": "image"}, {"id": 19490557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ae0eace-405f-492c-b167-1a656625a671/width=450/19490557.jpeg", "nsfwLevel": 1, "width": 1000, "height": 1400, "hash": "U98|#69F0y?H~CR*4.%2t8s.NFRkIpxtRPS4", "type": "image"}, {"id": 19490597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66f9b6c8-28eb-472d-ba7d-e431a37ccbba/width=450/19490597.jpeg", "nsfwLevel": 1, "width": 1400, "height": 1000, "hash": "U9CsdRE2G^-U^+Rj0KxZVXozD%WXt-t8sBNG", "type": "image"}, {"id": 19490639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45b86d1a-08fd-4f2f-b5b7-0ebf19ba8ed7/width=450/19490639.jpeg", "nsfwLevel": 1, "width": 1000, "height": 1400, "hash": "UPFiAH%M%$WU~WofShR*V?M{M{s:x]WBn%s:", "type": "image"}, {"id": 19490686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6631aa13-f606-49ab-8f66-f7702c60c19c/width=450/19490686.jpeg", "nsfwLevel": 1, "width": 1400, "height": 1000, "hash": "UGB{u;M{%M?G~WV@b_-ptTI;kqkD%MRjxuog", "type": "image"}, {"id": 19490695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1699de99-6595-4d35-a850-40ee44848e78/width=450/19490695.jpeg", "nsfwLevel": 1, "width": 1400, "height": 1000, "hash": "UCB{=T%MtQxZ_4%MT0WB_3x]tRRj?cxvxuRj", "type": "image"}, {"id": 19490713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8648c3db-8805-4c87-a891-c71e052213a9/width=450/19490713.jpeg", "nsfwLevel": 1, "width": 1400, "height": 1000, "hash": "ULB{.SNGIps:~XRkR+js.9WBf6fP%hWVn$j[", "type": "image"}, {"id": 19490740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b63c1118-5a46-4e7a-b3e5-34f80444d9ef/width=450/19490740.jpeg", "nsfwLevel": 1, "width": 1000, "height": 1400, "hash": "U79aKnD%9v-p#mWV0K%2_NM{R%t7NHt7IAkC", "type": "image"}, {"id": 19490766, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8778fe0-7ac4-4840-82fe-a1c59f8c8a98/width=450/19490766.jpeg", "nsfwLevel": 1, "width": 1000, "height": 1400, "hash": "U3BDNING1HMx@?IU00-p_Noztkt700jsiItR", "type": "image"}, {"id": 19490788, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31106c4f-8884-480e-bc27-e1925e48cb7f/width=450/19490788.jpeg", "nsfwLevel": 1, "width": 1000, "height": 1400, "hash": "U58z#{WU02xZmmWV0Kt7~qf5NGkCM}WBMxWB", "type": "image"}, {"id": 19490798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f22304de-2c91-4c72-b5e7-f4f7f5fb938d/width=450/19490798.jpeg", "nsfwLevel": 1, "width": 1000, "height": 1400, "hash": "U3BDNING1HMx@?IU00-p_Noztkt700jsiItR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/638106", "modelId": 572464} \ No newline at end of file diff --git a/datasets/metadata/638117.json b/datasets/metadata/638117.json new file mode 100644 index 0000000000000000000000000000000000000000..8889b08c41a41ccd168ac56d18d52f704c233ebe --- /dev/null +++ b/datasets/metadata/638117.json @@ -0,0 +1 @@ +{"id": 638117, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-16T08:36:21.202Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 23, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 563973, "sizeKB": 216157.90234375, "name": "Glowing_light.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T08:05:43.555Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E684AFA8", "AutoV2": "B04F783367", "SHA256": "B04F783367C27EF21DD48E0B1CEFD50C2DD95A5B7703ECF6ED215C7761765451", "CRC32": "DF26C29B", "BLAKE3": "7C51245B3911C2B854E48D3F85645019ABF15A503DFD0B44CE3610B939587FA6", "AutoV3": "9DDE6F39C48F"}, "downloadUrl": "https://civitai.com/api/download/models/638117", "primary": true}, {"id": 552864, "sizeKB": 56009.0498046875, "name": "638117_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T04:38:40.307Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "634BC095", "AutoV2": "3A0112D0A7", "SHA256": "3A0112D0A77A2C65EEE24B1E52646B0BE0E9C0DD609576704B6EA170DB756F36", "CRC32": "0B0978CF", "BLAKE3": "13A28266B7F60CA28C5E810EC0FAA3CE889AF967D1D1EAA2484A78004C661BE1"}, "downloadUrl": "https://civitai.com/api/download/models/638117?type=Training%20Data"}], "images": [{"id": 20064885, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c0c1ca8-4750-4b92-bd9a-817ba9ac6b74/width=450/20064885.jpeg", "nsfwLevel": 1, "width": 992, "height": 1664, "hash": "U97-+M$x05D=_JxBD-E89cj]$|S#9KIr${.4", "type": "image"}, {"id": 20064882, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a8ebd7c-2ab6-45b7-b194-492b59e7db49/width=450/20064882.jpeg", "nsfwLevel": 4, "width": 992, "height": 1664, "hash": "U8IVA,6d005N}^XTVs9r00=g?Hs:9XNF7E}c", "type": "image"}, {"id": 20064864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3dbdedf6-c63b-4124-9daf-55c898d798e4/width=450/20064864.jpeg", "nsfwLevel": 1, "width": 992, "height": 1664, "hash": "UNDajXf5nqn,^Uj^jIofSbR%NDS1XUI:ngR%", "type": "image"}, {"id": 20064884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d33903e-1367-4b54-8daa-b1fb9978102d/width=450/20064884.jpeg", "nsfwLevel": 4, "width": 768, "height": 1280, "hash": "UUF4%wtS[~rdTekDJONESjS0kDt9V{jbaJn%", "type": "image"}, {"id": 20064874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88cf0bec-afb9-4a25-b7c9-7f8a40ed5ab1/width=450/20064874.jpeg", "nsfwLevel": 1, "width": 992, "height": 1664, "hash": "UUC$aQni9akD$Es:jWbIxya%RjWAD#bFtMWB", "type": "image"}, {"id": 20064862, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84e686c2-4f8b-4d11-a3de-c8820e1166b7/width=450/20064862.jpeg", "nsfwLevel": 1, "width": 992, "height": 1664, "hash": "UAAJKy-V{IKS1PM^EIt8t0j[R$s8Q*S5x{R$", "type": "image"}, {"id": 20064863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a007599d-8dfb-48c5-8eff-5ca29bf18cde/width=450/20064863.jpeg", "nsfwLevel": 2, "width": 992, "height": 1664, "hash": "UGCFb|GY=zE2.AX.J-M_5%krI:$6Aoog$Ps9", "type": "image"}, {"id": 20064871, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3377444e-b9fe-455d-8f86-4be57dc79f3e/width=450/20064871.jpeg", "nsfwLevel": 1, "width": 992, "height": 1664, "hash": "U75YH?npA6d.m@bLV.o[0JbY-HkEXan{tpV}", "type": "image"}, {"id": 20064873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f874692-965d-4654-aac3-a1a6faa39bfc/width=450/20064873.jpeg", "nsfwLevel": 1, "width": 992, "height": 1664, "hash": "UJG#GX,Y,I$Q}GSaAnS46Jw$B9Ns$Q#qjXOA", "type": "image"}, {"id": 20064883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2af59ebd-dbb3-4c70-9053-61a7f77ce159/width=450/20064883.jpeg", "nsfwLevel": 1, "width": 992, "height": 1664, "hash": "UIJhbDPW,t}E#l,@kYn-0dI9NaJQ=gI:ImJP", "type": "image"}, {"id": 20064860, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbe5ed8d-87bd-46df-8ce9-13995bae328b/width=450/20064860.jpeg", "nsfwLevel": 2, "width": 992, "height": 1664, "hash": "UCG7At}t{fo#~8^kaaaI61GG2VnM0wNfxJrr", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/638117", "modelId": 572473} \ No newline at end of file diff --git a/datasets/metadata/638300.json b/datasets/metadata/638300.json new file mode 100644 index 0000000000000000000000000000000000000000..cf26edc15afc0f47841b8b2d8c289c002b3e3ef1 --- /dev/null +++ b/datasets/metadata/638300.json @@ -0,0 +1 @@ +{"id": 638300, "index": 0, "name": "hbrstyle_lora1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-12T07:31:12.026Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["hbrstyle"], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 553120, "sizeKB": 40359.23046875, "name": "3_hbrstyle.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T07:36:17.529Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F1F05A67", "AutoV2": "EAFCEF08F0", "SHA256": "EAFCEF08F03373D05B76ED8B7F0FF2A0A3B874B0279CDF271D33FC71817A87D5", "CRC32": "2B609ECA", "BLAKE3": "43B6E59F6FC345493D9B6A0DBCB9D874C0302F27C85A8DDE0554D57C5A2A6D9D"}, "downloadUrl": "https://civitai.com/api/download/models/638300?type=Training%20Data"}, {"id": 553043, "sizeKB": 83440.27734375, "name": "hbrstyle1.0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T06:36:11.413Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CEBA36AE", "AutoV2": "32E1215043", "SHA256": "32E12150436F21B8752C865BEC635386E7B741AC75C19C4638C9F941D456CC2B", "CRC32": "E0A8EFA8", "BLAKE3": "CE7DE873FA1BF512072D6295E2179652B3B636ECAE567AA45B681E660154813E", "AutoV3": "8151DDED0980"}, "downloadUrl": "https://civitai.com/api/download/models/638300", "primary": true}], "images": [{"id": 19480428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e4dff62-3077-4203-8193-1961deb255d7/width=450/19480428.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKH_*,_3c6%1~B^%WTWYIq%M%1NGkoE3%1%M", "type": "image"}, {"id": 19480770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9027004d-ec46-46b5-bd2d-605f563fac07/width=450/19480770.jpeg", "nsfwLevel": 1, "width": 936, "height": 1032, "hash": "UPJ?%2~B9uaK0fE1WBV@JoxuxZX8ocM|r?od", "type": "image"}, {"id": 19482115, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77e18a29-fbc0-4b28-a5df-e14d6f6a9ceb/width=450/19482115.jpeg", "nsfwLevel": 4, "width": 1000, "height": 1392, "hash": "U8H1f0]zKa~n00.60MIDt#8|JDkp030zn6rK", "type": "image"}, {"id": 19483801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf804a1f-1831-4a0a-b214-4333660b80ef/width=450/19483801.jpeg", "nsfwLevel": 1, "width": 7128, "height": 5792, "hash": "UMMtK.~q_3?a$fofbHoK-;WBV[kC?bRjWCWB", "type": "image"}, {"id": 19483978, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f04e069-6225-4c52-97b1-b61701a2b9e9/width=450/19483978.jpeg", "nsfwLevel": 1, "width": 1272, "height": 1112, "hash": "UMI46g}@xUs=8_WZNKxY0y9ZsCM|TD%1%1of", "type": "image"}, {"id": 19484436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5549e0c3-6ca5-446b-a3ef-c556a062c637/width=450/19484436.jpeg", "nsfwLevel": 4, "width": 1272, "height": 1112, "hash": "UCH,f20_VY=}0e1E57bvPV}mIpNG^S9rxba*", "type": "image"}, {"id": 19485242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37bb772e-59c7-4352-a8ce-e0267a40ec40/width=450/19485242.jpeg", "nsfwLevel": 1, "width": 1328, "height": 1360, "hash": "UGJ6{k4T01?u--Ek9a-o_L57RP={xZVsIVtl", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/638300", "modelId": 572633} \ No newline at end of file diff --git a/datasets/metadata/638482.json b/datasets/metadata/638482.json new file mode 100644 index 0000000000000000000000000000000000000000..8f203baf346a4849e5b689ccfe0f52743927412d --- /dev/null +++ b/datasets/metadata/638482.json @@ -0,0 +1 @@ +{"id": 638482, "index": 0, "name": "Yuriana", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-12T12:51:12.952Z", "availability": "Public", "nsfwLevel": 20, "description": "New attemt to make Yuriana accualy look like her
", "trainedWords": [], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 553569, "sizeKB": 223105.06640625, "name": "Yuriana_0.2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T13:28:39.570Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B9C23C9D", "AutoV2": "F6FB8D7931", "SHA256": "F6FB8D793109DCAA4B3C5908FF41C41529EAE21572B5F7EA4B41F33FA612659F", "CRC32": "D52BC373", "BLAKE3": "1AE687AEF8D3E37C3940F686FAC588BBB42BA7DBB8B042159A7CB90C21FE27B9", "AutoV3": "D55DF036D064"}, "downloadUrl": "https://civitai.com/api/download/models/638482", "primary": true}, {"id": 553267, "sizeKB": 29722.8291015625, "name": "638482_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T13:28:37.122Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7EE845E6", "AutoV2": "3C6E19D2E9", "SHA256": "3C6E19D2E9305F3990E3CFC3C3E45058B0DC5743D93E2768317CA2E077F50D1B", "CRC32": "7F404D07", "BLAKE3": "9D155138ECB9D3D81DBD71EDFFBF1012A89D3CD8655B76B19192108F32353076"}, "downloadUrl": "https://civitai.com/api/download/models/638482?type=Training%20Data"}], "images": [{"id": 19523609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/539bd096-320b-4f9f-9439-88afb4373886/width=450/19523609.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UQCGu.x^57NH?wxvIAM{O@j@w]a}gNadnOof", "type": "image"}, {"id": 19524159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf08f98a-180e-4159-8b2c-b0085121892b/width=450/19524159.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "ULE2,?xa4.%M~qWVELo#JCR*-pa}o}Rj%2xa", "type": "image"}, {"id": 19513804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c79b5cc-0cad-4ee6-a860-c1194c501aa6/width=450/19513804.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDH^|sx]00RP000L%L~C00-VxtShx]-;%1IU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/638482", "modelId": 572786} \ No newline at end of file diff --git a/datasets/metadata/6385.json b/datasets/metadata/6385.json new file mode 100644 index 0000000000000000000000000000000000000000..856c9da113cffe51fc0d1dd367bd3d2c646ec1cc --- /dev/null +++ b/datasets/metadata/6385.json @@ -0,0 +1 @@ +{"id": 6385, "index": 0, "name": "pixelpainful", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-01-28T03:05:42.587Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["pixelpainful"], "stats": {"downloadCount": 362, "ratingCount": 53, "rating": 5, "thumbsUpCount": 64, "thumbsDownCount": 0}, "files": [{"id": 11078, "sizeKB": 590.587890625, "name": "LISA The Trainful.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-18T11:26:11.212Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "D9EF466A66", "SHA256": "D9EF466A6622A21EA2A40F22C5A1CECA3C11A39C52F12F9C4C4B6FEEB7476C5D", "CRC32": "5D9E6689", "BLAKE3": "7BA4F48158433617CC300B4ADCC519FE58EF725A3CC9A8377ADA1E3593B5F99B"}, "downloadUrl": "https://civitai.com/api/download/models/6385?type=Training%20Data"}, {"id": 6623, "sizeKB": 184433.599609375, "name": "pixelpainful.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-01-28T03:11:38.108Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "C73F3D43", "AutoV2": "7022041511", "SHA256": "70220415116353632E2A03C25F0773FFC401CA7F52AB7BADF704916FED914477", "CRC32": "5D720FF9", "BLAKE3": "F0BA0C053260165E76D0690A2402E455D4DEEC5AC658E6811F1B3CA5E6B7622C", "AutoV3": "B4988A8E91C1"}, "downloadUrl": "https://civitai.com/api/download/models/6385", "primary": true}], "images": [{"id": 57095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05d27428-8f54-4b45-a21b-f5d868282900/width=450/57095.jpeg", "nsfwLevel": 1, "width": 448, "height": 576, "hash": "UTJXxtofvIry+ooMOiaxrgahb.ovIoaxxuj[", "type": "image"}, {"id": 57104, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/634e89bd-5ae3-408b-d090-09c69a2eed00/width=450/57104.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UMKQ#dsqr8sGvIjcXvW-nqa}abn*pQfRaRbX", "type": "image"}, {"id": 57103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec456848-10ba-41f8-a75e-5a0fa1f23a00/width=450/57103.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "ULLA_6s;vHryzljbTSk9nCa#bpkAk|j?V#af", "type": "image"}, {"id": 57102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61dbd7d6-3b64-4745-767b-c9e1c1c39b00/width=450/57102.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UTKG[Asqz+r_+njbO$fjRWa#tKj?tLj[RWay", "type": "image"}, {"id": 57101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67b3b298-63ca-46bd-a2c1-b10d92105e00/width=450/57101.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UVL2D;s:HpnVwjfiV{e?I2ay%Gjct1j?W-WE", "type": "image"}, {"id": 57100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6670bf1c-2e1f-4635-6de0-61c05769ee00/width=450/57100.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "ULKk0Cs;Qir{vIjbk|fiREaztNj[ydj?M*ay", "type": "image"}, {"id": 57099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8536f3c4-67b7-45b4-2723-9ac6ef9eef00/width=450/57099.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UVI-3OoM#Lr{#KjcOibEsFf8W,k8WmfQsXf6", "type": "image"}, {"id": 57098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/265e783c-1dec-4a5c-b250-f3bcbdcba400/width=450/57098.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UWM:bej?;Y$A[$n-FnSJS2fRbDW-W,a_sFn-", "type": "image"}, {"id": 57097, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ae0226a-8b44-4d98-d06f-7c6111b58100/width=450/57097.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UNKRf4s;HpnoZdahtboLMWf8y3j?-{j?N1bF", "type": "image"}, {"id": 57096, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea7c83ff-2a32-42c2-b05a-1a56b5ff7700/width=450/57096.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEK8~3y;nAvT,|$VX6NqM_oukkXNL{b-tOrh", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/6385", "modelId": 5490} \ No newline at end of file diff --git a/datasets/metadata/638546.json b/datasets/metadata/638546.json new file mode 100644 index 0000000000000000000000000000000000000000..17e09f37a70a83037f87fe2c4b3955d0fa9ee0ff --- /dev/null +++ b/datasets/metadata/638546.json @@ -0,0 +1 @@ +{"id": 638546, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-12T09:30:59.493Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 553299, "sizeKB": 10453.09375, "name": "kasumi_doa.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T09:35:45.498Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "65F09E88", "AutoV2": "16A43DD678", "SHA256": "16A43DD67833DEE89DF0DF8CAD68D9E60250DA3A15AF03B8981C020722804ADA", "CRC32": "25927FFA", "BLAKE3": "96B2EE431DE87C37C939B0FB2B68EA69752102C1637FC6CD8882C28BD49139DF"}, "downloadUrl": "https://civitai.com/api/download/models/638546?type=Training%20Data"}, {"id": 553300, "sizeKB": 22237.03515625, "name": "kasumi_doa-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T09:35:43.166Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F1596B33", "AutoV2": "2F98A0F59A", "SHA256": "2F98A0F59A5C62E2CB427284AFCDEC4DC289F198E828DFABB1ED84B454B83584", "CRC32": "883B2A48", "BLAKE3": "77473A70B1090AF2BB7092DB07B7336762C479650E805AA27056B326D5BEC97A", "AutoV3": "7267AC3903BA"}, "downloadUrl": "https://civitai.com/api/download/models/638546", "primary": true}], "images": [{"id": 19495230, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd554f2c-fbd5-4814-b806-b69de48afe15/width=450/19495230.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPJk4j-;5[I]DiIV~pn#9uWC%0WB%3xaIpoz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/638546", "modelId": 572837} \ No newline at end of file diff --git a/datasets/metadata/638791.json b/datasets/metadata/638791.json new file mode 100644 index 0000000000000000000000000000000000000000..aea61d3dfef2b87d0072b6255595f9f1b42b7104 --- /dev/null +++ b/datasets/metadata/638791.json @@ -0,0 +1 @@ +{"id": 638791, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-12T14:02:05.288Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 553546, "sizeKB": 11929.4775390625, "name": "638791_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T12:30:36.957Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "00771B46", "AutoV2": "832721E066", "SHA256": "832721E066EC98A1B1B02BD9B73995B1BCC676B5EB3672100176BC66BA11CFF1", "CRC32": "C86D036B", "BLAKE3": "67FF0498AE56295041C1746A17D1F82DB5C15FDCFF66A3946A5CC93F82DA0A3C"}, "downloadUrl": "https://civitai.com/api/download/models/638791?type=Training%20Data"}, {"id": 553688, "sizeKB": 223100.44140625, "name": "Renni_UltraFox.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T14:01:06.556Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9E43E9D6", "AutoV2": "0B1AD43D93", "SHA256": "0B1AD43D938CA28E1E4BC13675E423B5293BF6926AA4BD007CB2A2053CEC7774", "CRC32": "09F7E7C5", "BLAKE3": "EF294D4BA2AE7C8562689447C908EA78B01E920EF21747359643F6538C70BB49", "AutoV3": "2F7EB91B1E56"}, "downloadUrl": "https://civitai.com/api/download/models/638791", "primary": true}], "images": [{"id": 19519875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a77b4aba-9f6e-4117-964d-7524327505b7/width=450/19519875.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGC%U5%N4T9Z*0%NxbVY%NV?kWo~IoROo#x^", "type": "image"}, {"id": 19519921, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea273c76-7385-446e-b6e2-361235447f48/width=450/19519921.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7E2%[R:00RMku$+tmI9}u-4yYcFUwMvGI%%", "type": "image"}, {"id": 19519873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c5bfc7d-5a35-4b83-bb99-8c996a850955/width=450/19519873.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8F5jm?V00Od9FcYS*rB8^WF%~r;}*tRXoRO", "type": "image"}, {"id": 19519924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ab9bb11-23b4-40a2-8892-25aea531e8a7/width=450/19519924.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJJt;-5Z~A4:%1tSxuaJIpj]ogs.I@V?xatm", "type": "image"}, {"id": 19519874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21d754af-6c48-471b-9fad-b93f387a474b/width=450/19519874.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8DSXk.900vK5W%2IrM|00aI%iF}},t6%MWA", "type": "image"}, {"id": 19519918, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31df6658-2e4c-4091-af7e-32f5f32b5387/width=450/19519918.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBH^uD.QqZ-;2*]}YRK64-=fOFe.nnL3;0Ql", "type": "image"}, {"id": 19519919, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4edb165-bedc-4088-86d7-73e4158a41dd/width=450/19519919.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UIGlL~EmH;=W~3o$NzV=MyVrS%T2Zf%0OaNK", "type": "image"}, {"id": 19519920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5130ac2-8af6-4c08-8f69-a8ef453cf7d3/width=450/19519920.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOF=RFJEDh$d~4s+NfniIUoIkDR:M|niW?S%", "type": "image"}, {"id": 19519923, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efc23edd-6849-4c04-ac4a-511c6684529b/width=450/19519923.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UEFilk~U8wcH:|wFkYx^0LKlxtrV4nIrs+i^", "type": "image"}, {"id": 19521560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22d1aecc-5faa-4c80-93e4-68e9484fc581/width=450/19521560.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UWL|4GxG=Xj]}]bFoekB9ZR-I]s+M~o2W.WC", "type": "image"}, {"id": 19521559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d83b1647-5e49-487f-ae26-4af58f203648/width=450/19521559.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UQK-8{xB]|t7.ToeNfaxK7WqS%ofBssls+W=", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/638791", "modelId": 573038} \ No newline at end of file diff --git a/datasets/metadata/638806.json b/datasets/metadata/638806.json new file mode 100644 index 0000000000000000000000000000000000000000..8b59a1c8fc393805a1e4b8dc4397601cdc677aaf --- /dev/null +++ b/datasets/metadata/638806.json @@ -0,0 +1 @@ +{"id": 638806, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-12T21:13:08.722Z", "availability": "Public", "nsfwLevel": 6, "description": "1.0
", "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 553567, "sizeKB": 5412.091796875, "name": "638806_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T12:45:39.180Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7C3A4904", "AutoV2": "3D274EE280", "SHA256": "3D274EE280F7DF724E0A3B823EA1ABA389401B84AFD43D483F0525DB00D64D28", "CRC32": "4E9933AE", "BLAKE3": "D365C5F62013A3A87CBD8B9E7C4D20294A1F217557A908772575BE96B74AA9B5"}, "downloadUrl": "https://civitai.com/api/download/models/638806?type=Training%20Data"}, {"id": 554534, "sizeKB": 223101.97265625, "name": "Helvi_Oberi_-_PonyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T21:15:52.439Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8D701515", "AutoV2": "43043910AE", "SHA256": "43043910AE568A44340E65353F693C88867743DCE5D9ABB8D22B997A083087E1", "CRC32": "742EEE6C", "BLAKE3": "52933384987CDAA6000E9E364BB70E421DEF0C326E59E3D7DBC6A630CC01E138", "AutoV3": "F6D0077A6FA9"}, "downloadUrl": "https://civitai.com/api/download/models/638806", "primary": true}], "images": [{"id": 19555408, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f1054c1-8cd2-4cb4-b3f0-0ff8f2bf1b82/width=450/19555408.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U9H_Vx^[00^*^?~p%Nx[00E2^+?G0gNb-nnN", "type": "image"}, {"id": 19555410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ed47d9c-5ee7-4d7f-bce4-511616f59ffc/width=450/19555410.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UVI;;cI;4=~V%Esrt9xsR:xttQS1NGjFjFR-", "type": "image"}, {"id": 19555411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0be9af6-73c4-4465-867b-8ad745ec613a/width=450/19555411.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UFKwzj_301?b~p-:^+%M4.%2%MRlIpaxMyM|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/638806", "modelId": 573053} \ No newline at end of file diff --git a/datasets/metadata/638815.json b/datasets/metadata/638815.json new file mode 100644 index 0000000000000000000000000000000000000000..6580e38f6e187143f2b7b12b9c01193f6bc36dfb --- /dev/null +++ b/datasets/metadata/638815.json @@ -0,0 +1 @@ +{"id": 638815, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-12T18:24:15.824Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["CHAPUL\u00cdN COLORADO"], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 553917, "sizeKB": 12790.8935546875, "name": "638815_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T16:16:18.058Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C76A6C06", "AutoV2": "81F1BA6E6B", "SHA256": "81F1BA6E6B0F9C8082372A9D628EBC308860A4A4D444F72F179171B5F967C75D", "CRC32": "26416AF0", "BLAKE3": "AB3CF3B91A650F33D0D3E5B1B55808FECA3DB8150FE6B10E9F7E0061F32B1648"}, "downloadUrl": "https://civitai.com/api/download/models/638815?type=Training%20Data"}, {"id": 554159, "sizeKB": 223110.98828125, "name": "El_Chapul\u00edn_Colorado.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T18:21:00.663Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E0135670", "AutoV2": "E5BF10C628", "SHA256": "E5BF10C628C3E9E62AE9346567646470B45ECFC2D86E9776CA89CBE0B069DD63", "CRC32": "BA212B6F", "BLAKE3": "D97B4D98742E55C2C6065FE23C8E416DD9C1D26CF277C91F414FADAFBC44DC39", "AutoV3": "12C48252D4EE"}, "downloadUrl": "https://civitai.com/api/download/models/638815", "primary": true}], "images": [{"id": 19543515, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0eed6d05-7267-4f4f-854d-66febce574ee/width=450/19543515.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTKjl[oe4?#n}rbGIXr@OAWVNbbIJAjZoekB", "type": "image"}, {"id": 19543513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a443f89f-710e-47a8-b777-063b9e5f65b3/width=450/19543513.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQB#%WI:B|#qHPs,oei~M{X7b]rtwNi|w3O:", "type": "image"}, {"id": 19543514, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a73c76b0-746f-4618-bcd4-300d2a954285/width=450/19543514.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWQux,xt~UobNzazxUoJD?s+-hRoxoa}WGja", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/638815", "modelId": 573061} \ No newline at end of file diff --git a/datasets/metadata/638863.json b/datasets/metadata/638863.json new file mode 100644 index 0000000000000000000000000000000000000000..54a5420a223107d2139f9f288e41e20f95b81731 --- /dev/null +++ b/datasets/metadata/638863.json @@ -0,0 +1 @@ +{"id": 638863, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-12T13:06:46.348Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 19, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 553604, "sizeKB": 14733.5107421875, "name": "Helena_Douglas_doa.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T13:05:53.066Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "ECC32465", "AutoV2": "C985744081", "SHA256": "C9857440818F98E1CC00A571938E9033E862676EFD291042F19CC5E3D7DBF348", "CRC32": "EEB0EE43", "BLAKE3": "58A5B014FF288E7260FC7E000757017EE012FA8AECE0D2542046C36EAEB582A2"}, "downloadUrl": "https://civitai.com/api/download/models/638863?type=Training%20Data"}, {"id": 553605, "sizeKB": 22238.98046875, "name": "Helena_Douglas_doa-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T13:06:00.308Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FBDBB57F", "AutoV2": "AE9E0F896E", "SHA256": "AE9E0F896E1B9B2D4789AE3D85B566B5ACAFA481D289FA4649FC161BC6260CE7", "CRC32": "9E293BAA", "BLAKE3": "84FC6F075D699D8929C3A2DFD70934F35D75125AF122D8C75E253A6AF4F795DF", "AutoV3": "B0C4B641BDC3"}, "downloadUrl": "https://civitai.com/api/download/models/638863", "primary": true}], "images": [{"id": 19516210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a4d0011-e794-4de3-8188-7de9b1f5c034/width=450/19516210.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UtNJnAR+O]t8~ps,-;kCIpt7s.js-pWXIVay", "type": "image"}, {"id": 19515962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d99347e-d23b-4edd-b670-e4265a666365/width=450/19515962.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UuMGhwogK+og~pj?-;ofXSa}smoL%Mj[Ipa}", "type": "image"}, {"id": 19515410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bec61b69-8bf7-448a-b761-02bdacf64ea9/width=450/19515410.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UkLW*DofF$og~pj@%NofJUof$*a}?aofRkWC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/638863", "modelId": 573100} \ No newline at end of file diff --git a/datasets/metadata/638978.json b/datasets/metadata/638978.json new file mode 100644 index 0000000000000000000000000000000000000000..dcc30e24cbb33a16738b6710fdfe84b3d4fd7b08 --- /dev/null +++ b/datasets/metadata/638978.json @@ -0,0 +1 @@ +{"id": 638978, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-12T14:13:51.432Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 553716, "sizeKB": 10858.626953125, "name": "Tina_Armstrong_DOA.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T14:17:38.809Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5CCE09EE", "AutoV2": "A7505CDBBD", "SHA256": "A7505CDBBDEC72EE612BF3F641353AA128C356D564D070ADFB80035236B2FD83", "CRC32": "8739F3DC", "BLAKE3": "261BA511AA9D9DD0DBB5424F82A90F00ADA237CF75ACEC774F5DCB5F405F5E64"}, "downloadUrl": "https://civitai.com/api/download/models/638978?type=Training%20Data"}, {"id": 553717, "sizeKB": 22237.15234375, "name": "Tina_Armstrong_DOA-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T14:15:48.407Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0D483535", "AutoV2": "B44A95733B", "SHA256": "B44A95733BDBFDAE637878A85A1EF0D37BEF170F64FB1282200CF4A5A622CC51", "CRC32": "2AA2BE46", "BLAKE3": "B65FB8C4F46215B4893235288B18B3841B5A94C7151CDC0D3DC65C497D1EEB4B", "AutoV3": "5E159EB47EFE"}, "downloadUrl": "https://civitai.com/api/download/models/638978", "primary": true}], "images": [{"id": 19521706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42edeff5-2852-48f1-b0f9-adedc7ba1007/width=450/19521706.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UcQu?8xu*0tR.8j]yEoLtQa}aKay%Lj[M{ae", "type": "image"}, {"id": 19521260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6af2f6e-79c3-4221-ab88-45f7b94c1a9f/width=450/19521260.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UUOV[g_3YkoM5Sni?vM{D$t7v}of%0tR-7V@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/638978", "modelId": 573203} \ No newline at end of file diff --git a/datasets/metadata/6390.json b/datasets/metadata/6390.json new file mode 100644 index 0000000000000000000000000000000000000000..3dba86d20cdf782fe7249714fbf2a9e58bdb2237 --- /dev/null +++ b/datasets/metadata/6390.json @@ -0,0 +1 @@ +{"id": 6390, "index": 0, "name": "star_guardian_soraka_v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-01-28T04:51:54.445Z", "availability": "Public", "nsfwLevel": 19, "description": null, "trainedWords": ["star guardian soraka"], "stats": {"downloadCount": 1636, "ratingCount": 146, "rating": 5, "thumbsUpCount": 164, "thumbsDownCount": 0}, "files": [{"id": 7526, "sizeKB": 105632.587890625, "name": "sg_soraka.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-03T00:13:21.643Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2FC551DC", "AutoV2": "C3C9E93AD8", "SHA256": "C3C9E93AD8AE308E4F01FDB10413F8BCFF7D37C43506056B8D2D5C35E8EE01F7", "CRC32": "74D8F5B1", "BLAKE3": "3A82A5D5BEE9A7B3E99ADD4E35D0F2D3B53C6907B7E872CC271113B9E99137D9"}, "downloadUrl": "https://civitai.com/api/download/models/6390?type=Training%20Data"}, {"id": 6626, "sizeKB": 147533.763671875, "name": "star_guardian_soraka-000035.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-01-28T04:56:32.771Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "228E0AF3", "AutoV2": "D64F5DD9D3", "SHA256": "D64F5DD9D307EC8C46DBF8F1EBEA3C1FDB93A4D54CDD7EAFE6E6AA755CA97224", "CRC32": "ABA965F1", "BLAKE3": "A3710AA213687D58DFF9C7402579080B87BC04A9161E7A2517B651F103139CF3", "AutoV3": "6A4A90E030CE"}, "downloadUrl": "https://civitai.com/api/download/models/6390", "primary": true}], "images": [{"id": 57201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84063e0c-0e45-42c5-6a1d-0642b9284c00/width=450/57201.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "U8IOzx5P02?[0Jr^U{?b+JVZxe?H4sDirr0e", "type": "image"}, {"id": 57205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c34cdc75-c9c6-45ea-f73e-c5158ce89f00/width=450/57205.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UCIh:E9Z%jJQ01x]01MyIB=|9G%g4;IoMyS5", "type": "image"}, {"id": 57204, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0767af84-aaad-441f-5538-f24c784ecc00/width=450/57204.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UEE{|Ux]IK?bEGMxH@f44oxvbJMw.AaKxabu", "type": "image"}, {"id": 57203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c393345-44d8-45f0-e4da-55cd9876e200/width=450/57203.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "U5J8hURg030000~X00#t000J0LEV00xu4mWZ", "type": "image"}, {"id": 57202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/954a6407-d142-4e44-a5d1-f4608c333d00/width=450/57202.jpeg", "nsfwLevel": 16, "width": 768, "height": 1024, "hash": "UCI;;b%xU_D*?TcE}@8{9Z0}Su#,o}oaOFNY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/6390", "modelId": 5495} \ No newline at end of file diff --git a/datasets/metadata/639010.json b/datasets/metadata/639010.json new file mode 100644 index 0000000000000000000000000000000000000000..b3300362f1d6a90d5c513c4a4dfca12b8e9f512e --- /dev/null +++ b/datasets/metadata/639010.json @@ -0,0 +1 @@ +{"id": 639010, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-12T19:38:45.021Z", "availability": "Public", "nsfwLevel": 28, "description": "About this version
More distant images may show some artifacts, distortions or disproportions in the face when generating images in Civitai, therefore, the recommendation of this LoRA is to use the example image gallery, characters closest to the image or use some Embedding to reduce errors on the face.
Example Images - (https://civitai.com/posts/4367154)
", "trainedWords": ["by shreddedwheat"], "stats": {"downloadCount": 51, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 553777, "sizeKB": 53224.11328125, "name": "639010_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T14:57:05.249Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9916CAA7", "AutoV2": "03F1816BC6", "SHA256": "03F1816BC6E2F5506BD947AA4F2CEA96BB6E8502CC0E1BE4D4C98DE7BEF28470", "CRC32": "BE8C3D76", "BLAKE3": "C2A46A903D57240535BB61C3EB8AEE24EAE0036646C8D183D1FE08BD88D27E6E"}, "downloadUrl": "https://civitai.com/api/download/models/639010?type=Training%20Data"}, {"id": 554316, "sizeKB": 223120.95703125, "name": "ShreddedWheat_Style_Lora-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T19:26:38.211Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7DF5A436", "AutoV2": "1FDEA743C0", "SHA256": "1FDEA743C0E1FD8F3032D5FD90299A06D8C13F77821AB5AEFD47E057A1B38A80", "CRC32": "E81DB3C4", "BLAKE3": "9D4B563C1CE25514E330EF80B3142545F18490BB0C7E8FDD96F69290CCCFB09A", "AutoV3": "1BA9FC65E817"}, "downloadUrl": "https://civitai.com/api/download/models/639010", "primary": true}], "images": [{"id": 19547023, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c6de8cc-63de-46ff-80ef-fe99ec9ea74e/width=450/19547023.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7KvskD*00~V4o^*-o014oof?aIVM{M{%2?a", "type": "image"}, {"id": 19547017, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d65fe5e4-6019-44b3-996e-1932ee82a504/width=450/19547017.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UNHnvtoKBWbcLgoLWCS4*0bINbayM{bHn3jY", "type": "image"}, {"id": 19547024, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c093847d-8f00-4025-a0b9-a52913fbc9f7/width=450/19547024.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UeI4t^R5OsxvpyrWw{J:A1xtS#R.RpS~t6oL", "type": "image"}, {"id": 19547019, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41b4b0a4-44e1-4947-8a80-dae457cdef7e/width=450/19547019.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UoBY$|tlxte-u6ogW@n%m:RjS6kCXSRjk8jF", "type": "image"}, {"id": 19547008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef43553d-7c13-4f73-8663-03e625223878/width=450/19547008.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "USJjevEM~9%1~A-nRkR,^jM|E3oej[s,s.Rk", "type": "image"}, {"id": 19547009, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33af10dd-166a-46bc-aa55-84603c36c901/width=450/19547009.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UZMG^y+?-:AJ~pWXV@ozj?W=WYxZ?GkD%1s.", "type": "image"}, {"id": 19547011, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53b3c9a9-c627-404c-90d5-ac51cfd0f9bc/width=450/19547011.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UQMQVA%f.TIU_3WBM{jZyEjZw]WCV@RjRjxu", "type": "image"}, {"id": 19547010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89622ce6-dfdf-4b43-bd61-ca0fc1524842/width=450/19547010.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "ULLy}]xaJ-t7?^j[IUayT}j[WYa#VtjZD%WB", "type": "image"}, {"id": 19546960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29c8d89f-2376-4b2e-b574-8d87ff7acb7a/width=450/19546960.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAJGA-IU02~W0Lxu%LRQ02IpxDD*-TxGRjxt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/639010", "modelId": 573229} \ No newline at end of file diff --git a/datasets/metadata/639162.json b/datasets/metadata/639162.json new file mode 100644 index 0000000000000000000000000000000000000000..7f10992159d6cc029b28995c2c09b7714a165f4e --- /dev/null +++ b/datasets/metadata/639162.json @@ -0,0 +1 @@ +{"id": 639162, "index": 0, "name": "v_1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-12T20:06:32.824Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["dark-grasshrooms,"], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 554005, "sizeKB": 26938.9287109375, "name": "639162_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T16:57:37.117Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C8D68EA5", "AutoV2": "F648F3D9AB", "SHA256": "F648F3D9ABB1FA5F5C052231F139FA39362FD712C2792CB826FA8243440D43AA", "CRC32": "A9D7F839", "BLAKE3": "B17FA493B18608BBE2CFED2A6E0DC4CBD21CC44AE29580CD0563DCB617A8864F"}, "downloadUrl": "https://civitai.com/api/download/models/639162?type=Training%20Data"}, {"id": 554320, "sizeKB": 223099.76953125, "name": "GrassShrooms_DarklLow_Key_P._semilanceata_in_grass.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T19:27:50.732Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1A388D30", "AutoV2": "2C9BAB471C", "SHA256": "2C9BAB471C06F5B41BA7D5418F3700C340B64FDE2D8B505C8720F338FF9EC6BE", "CRC32": "169D7D21", "BLAKE3": "930E4CC5E0745D1375183879C6E6A285B71BB5E1B93488DE93927D1D1E75AA7B", "AutoV3": "53346C07316E"}, "downloadUrl": "https://civitai.com/api/download/models/639162", "primary": true}], "images": [{"id": 19549213, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f12f74bf-7b63-4389-89aa-6397255f37e4/width=450/19549213.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U1390-??X{J3?txsXhW,02Dka6xJ02M#nAsF", "type": "image"}, {"id": 19549214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43ab5101-3af1-4fa4-a1bd-50e297839eb5/width=450/19549214.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UB7e6J_LIV9Gxut7NGM{018|xt%fD%Ri%L%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/639162", "modelId": 573363} \ No newline at end of file diff --git a/datasets/metadata/639187.json b/datasets/metadata/639187.json new file mode 100644 index 0000000000000000000000000000000000000000..7de3350f7b99ccb636a76a7d31f276eaf7746673 --- /dev/null +++ b/datasets/metadata/639187.json @@ -0,0 +1 @@ +{"id": 639187, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-12T16:10:11.940Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 20, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 553909, "sizeKB": 8642.060546875, "name": "Mikari_Tachibana_25Dim.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T16:11:19.665Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F657C916", "AutoV2": "DF76618A95", "SHA256": "DF76618A95DB038BCFAC0B2363F745069DFFE8DEDC1B7BBFA34EF82952825F73", "CRC32": "65F7EDB2", "BLAKE3": "C2BE387D9AE78B5DC112D4530288398A71F97C783AA2F07D3C2670AE7262DC95"}, "downloadUrl": "https://civitai.com/api/download/models/639187?type=Training%20Data"}, {"id": 553910, "sizeKB": 22237.67578125, "name": "Mikari_Tachibana_25Dim-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T16:11:20.736Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9F54AAB7", "AutoV2": "B1AA5D0384", "SHA256": "B1AA5D038438D42363E3D362863BAFBCA5C340651050BF0FF99D7487A2F07801", "CRC32": "8A5AC88A", "BLAKE3": "99BFF9A453A061753DA4C1785C10810CCC0EA8395197A21232C265067BBF595D", "AutoV3": "6E2C12F956B5"}, "downloadUrl": "https://civitai.com/api/download/models/639187", "primary": true}], "images": [{"id": 19531866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09bc1af1-1e1f-4f12-901f-c49a64e16b37/width=450/19531866.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYK^a3xuF{t7_3t7~pof%LjZogWBE2ayoIay", "type": "image"}, {"id": 19531865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01d4ced8-708f-49fc-bca6-f639c08b994e/width=450/19531865.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYK,]bxuF{t7_3t7~pof%LjZogWBE2ayoIay", "type": "image"}, {"id": 19532153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5caccb9-eaa9-49f1-b7cb-7f2fd6813478/width=450/19532153.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWMt2L?b?^In-AR%?c%Mt8RjoeM{%M%3t7WW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/639187", "modelId": 573388} \ No newline at end of file diff --git a/datasets/metadata/639197.json b/datasets/metadata/639197.json new file mode 100644 index 0000000000000000000000000000000000000000..45ec23769e458e56d518d196ffe1a2f532ed5705 --- /dev/null +++ b/datasets/metadata/639197.json @@ -0,0 +1 @@ +{"id": 639197, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-12T16:27:57.090Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": ["Steg_Multiverse, male, 4 arms, pompadour, long hair, belly gem", "blue crop top, cleavage cutout, shoulder cutout, cutoffs, flip flops", "Pink glow", "Holding guitar"], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 553924, "sizeKB": 17181.0390625, "name": "637854_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T16:15:48.203Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D048B2E1", "AutoV2": "3D1B420617", "SHA256": "3D1B4206174B9E11C428013FCA50FBE25BAE6BE6A3D4BC22F7D9BD2552EF39D2", "CRC32": "935C9ED5", "BLAKE3": "CDC45D3870CBFB1E75C102F41BD49D019D2F60E8948D53E3A5299A3725B84FE3"}, "downloadUrl": "https://civitai.com/api/download/models/639197?type=Training%20Data"}, {"id": 553942, "sizeKB": 445793.07421875, "name": "Steg_Multiverse_Steven_universe.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T16:51:35.652Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "51804D21", "AutoV2": "E2CD6C4A8F", "SHA256": "E2CD6C4A8F3E5A03298D0CC997B1411F76B18C2209AE761855892FF24EA9CC92", "CRC32": "CF8A4C7D", "BLAKE3": "52542637BF37207A7EB35BB655706C13E6D73748786A4A03E0BCFF18D3ACE612", "AutoV3": "020281177C48"}, "downloadUrl": "https://civitai.com/api/download/models/639197", "primary": true}], "images": [{"id": 19536445, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76a6ab96-5b8b-4e39-bffd-48e9dfbad2a7/width=450/19536445.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHJs-6t9,DbI~Ask=|oI00ofx[xF+]WVE+R,", "type": "image"}, {"id": 19537667, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea1a2979-f934-4367-a291-d6924664a726/width=450/19537667.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBK+,8.m00%L00+GGbEN04H^8EBT%W^P:,X8", "type": "image"}, {"id": 19539617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e369bf8c-56ac-44df-b546-8598c23a8e99/width=450/19539617.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U9G81l0fKS%3*^Ek*_wI06$e*0%Mzo$*9[R%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/639197", "modelId": 572240} \ No newline at end of file diff --git a/datasets/metadata/639200.json b/datasets/metadata/639200.json new file mode 100644 index 0000000000000000000000000000000000000000..d616cb38c89919e328eefbb93c53a09db5215da4 --- /dev/null +++ b/datasets/metadata/639200.json @@ -0,0 +1 @@ +{"id": 639200, "index": 0, "name": "Test 1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-13T01:19:02.797Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 19, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 553922, "sizeKB": 1996.8916015625, "name": "639200_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T16:17:16.202Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "625C196571", "SHA256": "625C19657170EC406AF3EA46E20E912125B890B2A99A81B1A6C512773438AA29", "CRC32": "65B7C429", "BLAKE3": "80F2E03D05635B7BEA265254020D50BF0C7508C02A37D31D5F10DC8BF44C356B"}, "downloadUrl": "https://civitai.com/api/download/models/639200?type=Training%20Data"}, {"id": 554946, "sizeKB": 223103.65234375, "name": "imprint_test-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T01:16:56.658Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6ED9BFC0", "AutoV2": "20AE73461B", "SHA256": "20AE73461B2AFDF6955B0DBA52AE92DF50249BCC01CD9DBBAA654E5E93C284D8", "CRC32": "BB4EB606", "BLAKE3": "43B7121DE72F7D7097BBD47603301A5F9C1464A73A3330172B245B22CBF29507", "AutoV3": "92A779C1A022"}, "downloadUrl": "https://civitai.com/api/download/models/639200", "primary": true}], "images": [{"id": 19578317, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55e068f1-0ad3-4220-89d2-aa9a7ed9b52f/width=450/19578317.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UNINmv0L=_$%~A9vE2s:waxaoKt7M|j?NdtS", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/639200", "modelId": 573351} \ No newline at end of file diff --git a/datasets/metadata/639248.json b/datasets/metadata/639248.json new file mode 100644 index 0000000000000000000000000000000000000000..fb7d872e37b156cc38475e5866590676dd3e5de1 --- /dev/null +++ b/datasets/metadata/639248.json @@ -0,0 +1 @@ +{"id": 639248, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-13T00:48:26.901Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 553980, "sizeKB": 16122.30078125, "name": "639248_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T16:57:08.549Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B1222E55", "AutoV2": "5FCBB310AB", "SHA256": "5FCBB310ABC518F078E2FC9C724974D4FCDDEF7269194BDB9C1F0993AAE7D8A7", "CRC32": "5541AC69", "BLAKE3": "4BF9BC84004860ECDA576EC182E5860C6B43D40A744137C2C51D8825F9BC82E5"}, "downloadUrl": "https://civitai.com/api/download/models/639248?type=Training%20Data"}, {"id": 554899, "sizeKB": 223102.12109375, "name": "Obsidian_Jade_Style-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T01:10:49.576Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6E7B9956", "AutoV2": "E425653BA9", "SHA256": "E425653BA95697D58099BDF1B5EE936ECBDF8CEA24B80E08F1382E5C4FA37168", "CRC32": "B6ADFC84", "BLAKE3": "4B12E9EABDA7D579DB15505AD93AF2EED2EF3260CC85DC4BF46C598DC2F78C4C", "AutoV3": "7CC6780F5343"}, "downloadUrl": "https://civitai.com/api/download/models/639248", "primary": true}], "images": [{"id": 19574732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c43dc738-1e8e-4ace-b5aa-805fcfa1cade/width=450/19574732.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UC4N9Pa|R8oxubj[Vua{ySazknkBk+f7oyfj", "type": "image"}, {"id": 19574734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00f6c295-cbcf-45dc-92ef-ac89704757b7/width=450/19574734.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIAnxg%eyBNG?@R7spkB%Lt7rvj?x@kUbFba", "type": "image"}, {"id": 19574724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc1acf4d-a29c-4c86-8433-aeda4462947f/width=450/19574724.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "Up8Y[2tQtRkWpfobkWkXNhfibcj?R:bcf5jE", "type": "image"}, {"id": 19574832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce4b5fc5-d0e2-4caf-9705-9261a0b61da6/width=450/19574832.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMBEgC%0x]M|_KxXwNV[xGw]rsoyt%n$tQt7", "type": "image"}, {"id": 19574839, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ca9dc15-4427-4db1-b063-350e01e58e79/width=450/19574839.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UM6S_dx=n$f**Dx=t3ahyltOtPj@obtOtPjs", "type": "image"}, {"id": 19574830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/003f12e2-7907-4127-93ab-cbbf02a7450d/width=450/19574830.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UM9*i8%KxuRj?[xZxtoftRt6n+oLXmR*afoJ", "type": "image"}, {"id": 19574823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88eeacdc-b507-4e5f-a0ca-472595883346/width=450/19574823.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UlAC70oztRRjpfoJo#f+N#W=WXoeM~bvR+jY", "type": "image"}, {"id": 19574848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20331b04-3173-4c6b-a4b8-13126a6d8f0a/width=450/19574848.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UL5Z.+yAs-t6y,yAx@tPyTxss.s.x?xZt6s:", "type": "image"}, {"id": 19574856, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0f007f2-10c3-48e7-a3d3-36af1c0f28b6/width=450/19574856.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URBhPyxuyCM{.ks.x[ofo}oIaKofpGayWBWp", "type": "image"}, {"id": 19574858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/319d06bf-63c8-45ae-8bb8-77883aa0f748/width=450/19574858.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UY9u*~%1aLW:.h%1nTbH.5xZkCW;xps:oga}", "type": "image"}, {"id": 19574847, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c648f488-875e-4d15-8ac3-e78c630f55f5/width=450/19574847.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "Ua9I%y%Kocj@*CxsxZoe%cxFk9bFadoeoMfR", "type": "image"}, {"id": 19575704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcea71dd-67fe-440c-80b0-52345ad85be5/width=450/19575704.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UFBXZ3x[s=RU*0oz%LxsSboesEjcM_ahoxtP", "type": "image"}, {"id": 19575713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10f17bcf-6b5c-4994-904f-8dade77bd309/width=450/19575713.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UOCQr3%2xat7~Bx@tjoL%1soVufkkpx@ayWW", "type": "image"}, {"id": 19575702, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42d3a226-ec42-4eb0-89f1-e9b86997e332/width=450/19575702.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UHABd?VZDQkW~CWUI:f8vUOWSws.Y$MzrFt6", "type": "image"}, {"id": 19575703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b9ac830-a4e0-4669-ad19-bee621db22ba/width=450/19575703.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UKB|~6rZxskC~ptPxtju4;ocxtaL5ki~R*ow", "type": "image"}, {"id": 19575720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e3833e4-baad-4511-82fc-7a0c7ec8992c/width=450/19575720.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UQB|[@SKt7sD~pRlxaoy$RkVoxa#%2oLNHoJ", "type": "image"}, {"id": 19575730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1288cc84-5b4b-4b17-9295-b2d255eeddc8/width=450/19575730.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UEAxY.xao_kW~px[xtozD6xuxGenGEieRjjF", "type": "image"}, {"id": 19575723, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fa8f9be-287a-4a21-82a7-17e24631057b/width=450/19575723.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UIA_Rw?Gs9t5~p-o%Kt6rYxtxtspVvbvRQV[", "type": "image"}, {"id": 19575740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e6dfba3-e4b8-4613-b734-ddb274d5492c/width=450/19575740.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UKCjIN~W-pV[_2-:-:x[MykBt6%LtQWBMyRj", "type": "image"}, {"id": 19575735, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79416183-7ee0-4fa2-838a-3bc24f81fe3c/width=450/19575735.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UJBDi?~V-oV[?a%2%L%LRQWBk9xtozWBM{Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/639248", "modelId": 573440} \ No newline at end of file diff --git a/datasets/metadata/639393.json b/datasets/metadata/639393.json new file mode 100644 index 0000000000000000000000000000000000000000..8324932b0ce41fcd495475d3a11cc7c4990de646 --- /dev/null +++ b/datasets/metadata/639393.json @@ -0,0 +1 @@ +{"id": 639393, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-12T20:10:58.467Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 554515, "sizeKB": 44817.607421875, "name": "639393_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T21:06:20.636Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9F222663", "AutoV2": "730D027F4E", "SHA256": "730D027F4E385EF7D9A1125B4CEE41344807B28937C3D36CC50CAD4D4C8A402F", "CRC32": "5625C499", "BLAKE3": "C0C8B29083987CD7D1EB3BC9B5F47AAAE3B48AA5E9B0181CB10AE94F6907B408"}, "downloadUrl": "https://civitai.com/api/download/models/639393?type=Training%20Data"}, {"id": 554516, "sizeKB": 223111.89453125, "name": "Hitch_Perotoss_style-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T21:06:27.215Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "41377B3E", "AutoV2": "37EDDC1551", "SHA256": "37EDDC15517ED9C19263107C6169B78DC420072F2090103CA93E6A189A640F3E", "CRC32": "F42568BF", "BLAKE3": "C7CA41DCE8397C6531176E52978FE2D7D2DCCC089B5C1109CDAB106415807358", "AutoV3": "04FD92C871EB"}, "downloadUrl": "https://civitai.com/api/download/models/639393", "primary": true}], "images": [{"id": 19634335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86ea24c1-1985-43b5-833a-01170d303d83/width=450/19634335.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UKCsH#Nf0#-U~qj]R%bHtle.-UozS~WB=_t7", "type": "image"}, {"id": 19634226, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a148768c-edf2-4619-9b65-112280f972d6/width=450/19634226.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHCP|pRj56%L_MRkInt6tjWBR%ax?HWBbHj[", "type": "image"}, {"id": 19634401, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ff34e27-e717-4385-a8fc-7061c0f3e030/width=450/19634401.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UGIN]r8_0LO]1Rv|Mc%OY6nM~AJWJXW9xtIW", "type": "image"}, {"id": 19636587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/198c0bb7-5903-46f4-a928-115e2cd28d80/width=450/19636587.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UVL|Ab~V01-TEQIVWBnh9wM|xtxaT0s:jFNG", "type": "image"}, {"id": 19636913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/767df194-f43f-423a-ad7b-cc67f2a17ceb/width=450/19636913.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UWMG3O~V00wIxuX9t7w]ENNHozoeofxZo0WA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/639393", "modelId": 573564} \ No newline at end of file diff --git a/datasets/metadata/639543.json b/datasets/metadata/639543.json new file mode 100644 index 0000000000000000000000000000000000000000..f9714d1e3606d8a325562f03fed02a7d6750b333 --- /dev/null +++ b/datasets/metadata/639543.json @@ -0,0 +1 @@ +{"id": 639543, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-13T08:08:03.693Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["misaki"], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 555606, "sizeKB": 223101.26171875, "name": "Misaki.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T08:05:47.670Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A7D88785", "AutoV2": "26046F5A11", "SHA256": "26046F5A1145B0FFC88EBFE0C2132CE48C1443052E9132E873DCA70FCF96FF2E", "CRC32": "4B385A22", "BLAKE3": "E9F86D881D9987AF01B18E141AC73D7B0C93C33FA29166D7478C17341F60215D", "AutoV3": "13CD47F0E9AF"}, "downloadUrl": "https://civitai.com/api/download/models/639543", "primary": true}, {"id": 554278, "sizeKB": 3466.0810546875, "name": "639543_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T19:18:09.058Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "954F324A", "AutoV2": "4F8A000C05", "SHA256": "4F8A000C05845DF9702BCA7BA0CE25E3EE5AD80AAAAB0E6AD6EE8D11537DAE9D", "CRC32": "EE4F4139", "BLAKE3": "57555C9A033108DF776F8DBEDC43B5B2C4586F6A8D1B65908F9D01113B7F331A"}, "downloadUrl": "https://civitai.com/api/download/models/639543?type=Training%20Data"}], "images": [{"id": 19619045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70fd11ed-53b3-4217-a56a-4720de83f08a/width=450/19619045.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUIXN=~V4U4o%NxuRPRjRjt6tSNIMxWBozoz", "type": "image"}, {"id": 19619046, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/165907ce-ad3a-4bbe-a06f-7d8a38641f39/width=450/19619046.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6D,S_~U5G02ofxtxtE20OM}RP%LNyIWxY^%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/639543", "modelId": 573690} \ No newline at end of file diff --git a/datasets/metadata/639588.json b/datasets/metadata/639588.json new file mode 100644 index 0000000000000000000000000000000000000000..29625093bdc497c19b5d5b8a5c74d159d8dbba66 --- /dev/null +++ b/datasets/metadata/639588.json @@ -0,0 +1 @@ +{"id": 639588, "index": 0, "name": "V0.1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-12T23:03:16.662Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 554383, "sizeKB": 1193.224609375, "name": "639588_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T19:52:26.399Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "107C75691A", "SHA256": "107C75691A4E337448AF582CC141760F9FCDD71BC5A8D5A52257F33E689202A5", "CRC32": "9330C0CC", "BLAKE3": "1BC708FADF19F82CB1B2491201299D54D0831996C7B7977618CAD68141C8AE6F"}, "downloadUrl": "https://civitai.com/api/download/models/639588?type=Training%20Data"}, {"id": 554712, "sizeKB": 223099.90234375, "name": "Lava_World-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T23:20:50.377Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "ABA9CBF2", "AutoV2": "58B2EB25B8", "SHA256": "58B2EB25B857C1B1E4170F5960FFD213E5EF15140082FB80B8CF84CEAA199D55", "CRC32": "CC2BA49B", "BLAKE3": "9B22F6C7EFD1749AADB236DDBA8CB71D916B7AACE7AB9141B2AA64DB80088BC5", "AutoV3": "14BE3DBDABF5"}, "downloadUrl": "https://civitai.com/api/download/models/639588", "primary": true}], "images": [{"id": 19565112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7fc8c1c-3a57-40c9-b57c-b1f1f4e33e46/width=450/19565112.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5F}vA9a00-o0H$y{uOE}%AH4=S#pZ$g[BF3", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/639588", "modelId": 573730} \ No newline at end of file diff --git a/datasets/metadata/639626.json b/datasets/metadata/639626.json new file mode 100644 index 0000000000000000000000000000000000000000..a1d0cbb82e0e332a1c89185af0d6ea4943283842 --- /dev/null +++ b/datasets/metadata/639626.json @@ -0,0 +1 @@ +{"id": 639626, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-15T18:54:23.041Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": ["straitjacket", "no hands visiable", "arms crossed", "posey straitjacket", "crotch strap"], "stats": {"downloadCount": 19, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 554364, "sizeKB": 8229.7216796875, "name": "639626_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T19:41:42.380Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A0D4617D", "AutoV2": "8CBBB4EAC1", "SHA256": "8CBBB4EAC1FF7C11F44151FF7A60172190AB7243FE2A47B7ED9836B5F44611A3", "CRC32": "7E9D6DF5", "BLAKE3": "04F7324B94694AF4B951532A4CF902D76F2224ABA7D532F78C88E7B5032DCC5B"}, "downloadUrl": "https://civitai.com/api/download/models/639626?type=Training%20Data"}, {"id": 562551, "sizeKB": 223107.12109375, "name": "posey_straitjacket_v2-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T18:50:52.645Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C3932275", "AutoV2": "08E70A97D1", "SHA256": "08E70A97D17EAF76D243E24FF9FBADC9BC4E8D6160428ED4C3CD931163D0399E", "CRC32": "3978964E", "BLAKE3": "43A9BD6783D877DADD984878D7475922C40E4F150E3AC69CAE56431200B4B3E6", "AutoV3": "76397F03B1BA"}, "downloadUrl": "https://civitai.com/api/download/models/639626", "primary": true}], "images": [{"id": 19981419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd80917f-028c-4c12-a22e-1dfe3891867b/width=450/19981419.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UBJ7:n9GBD%gI=Ios9t700WU~Wn%x]ofIUM{", "type": "image"}, {"id": 19981420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee8b48be-b3d4-4075-b905-a3f1cf6ff30b/width=450/19981420.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UBIXy|DjBEt,tlS4Rjof00IU~V-pI@Wq%2V@", "type": "image"}, {"id": 19981418, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90459b62-a287-4d2e-a945-ac2dcf926ca4/width=450/19981418.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGKBBv00ys-;-;t8oLRP00oz?HRjI;RjxZWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/639626", "modelId": 573762} \ No newline at end of file diff --git a/datasets/metadata/639650.json b/datasets/metadata/639650.json new file mode 100644 index 0000000000000000000000000000000000000000..8a77caa8164b424d675fba3758687e06bbcadb5b --- /dev/null +++ b/datasets/metadata/639650.json @@ -0,0 +1 @@ +{"id": 639650, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-12T19:57:20.641Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 554397, "sizeKB": 22236.90234375, "name": "Saotome_Mio_50man-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T19:56:59.929Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A19E87B9", "AutoV2": "1F9E6BAD8B", "SHA256": "1F9E6BAD8BAD2B948900F99CA4E363D13FCA15AF623CDD74CA25C7C5215FC78B", "CRC32": "056E6C1C", "BLAKE3": "84CD57B0AE2207FB9D06348420CF0418CE71783971FF70C9619010BF3C11AB85", "AutoV3": "985283A83EFD"}, "downloadUrl": "https://civitai.com/api/download/models/639650", "primary": true}, {"id": 554396, "sizeKB": 11237.6787109375, "name": "Saotome_Mio_50man.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T19:56:57.360Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F3552FF6", "AutoV2": "6B95EBB571", "SHA256": "6B95EBB571179CF83565CE47284B4D18599B2497D5EBDC58BBBCC41D0AEDA788", "CRC32": "7487205A", "BLAKE3": "B310C703EBBBE847DD0EFCB3953BAB67AF95228BA832ABC870D8237BAB97F601"}, "downloadUrl": "https://civitai.com/api/download/models/639650?type=Training%20Data"}], "images": [{"id": 19548912, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd9939a0-9b61-4781-8918-bb04f76c2a55/width=450/19548912.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeLD=Rx]ozxu^+oz~qt7NGRj$*aeo}ayM_WB", "type": "image"}, {"id": 19548913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/550e75e6-8d3e-4de7-8181-edb183b75533/width=450/19548913.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeLD=Rx]ozxu^+oz~qt7NGRj%1aeo}ayM_WB", "type": "image"}, {"id": 19549627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d146b91-c2f9-4620-914e-404ef1982e4f/width=450/19549627.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UdKnC~%2~qM_~ps:%gt7E1Ioxuxuo#t7s.Rj", "type": "image"}, {"id": 19554085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8754acc-37e1-4d9d-90ae-2b7da259c61e/width=450/19554085.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UIJ%qY%20LjF5R%M~BI:00xa~BoeI[9ZOE%2", "type": "image"}, {"id": 19554670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55a3a83a-bc4b-424b-9235-d16aaf5dd615/width=450/19554670.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "ULNmNSact--nM_t6~q%1Orog,.s:x^WC-;M{", "type": "image"}, {"id": 19555084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e950c50-1baa-44aa-906f-7240ab6892fb/width=450/19555084.jpeg", "nsfwLevel": 32, "width": 1024, "height": 1536, "hash": "UIMjH?005RIo9t4--q9aE14o~CROpIIpNG^+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/639650", "modelId": 573783} \ No newline at end of file diff --git a/datasets/metadata/639682.json b/datasets/metadata/639682.json new file mode 100644 index 0000000000000000000000000000000000000000..f454236798f5c5dc5c98eb2ad077fa2a42fef432 --- /dev/null +++ b/datasets/metadata/639682.json @@ -0,0 +1 @@ +{"id": 639682, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-12T21:50:07.936Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Cheese style"], "stats": {"downloadCount": 25, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 554449, "sizeKB": 43851.3017578125, "name": "639682_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T20:26:04.558Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "618DE0CE", "AutoV2": "E2A4BEFA5D", "SHA256": "E2A4BEFA5D6B02631CF6ACBB797DAFC37C8BFC75DBC2922309C81B6B5D421C92", "CRC32": "2866B609", "BLAKE3": "FC2AA7FBDC43874A1CF1A8782A3D8B63E5AE192EB92FDD197292AE00A7579BB4"}, "downloadUrl": "https://civitai.com/api/download/models/639682?type=Training%20Data"}, {"id": 554563, "sizeKB": 223102.44140625, "name": "Cheese_Style-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T21:36:00.163Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "91194828", "AutoV2": "934AA1B5DC", "SHA256": "934AA1B5DC5A9B43B382A34046D1C0B1E56642E86B3DF21B9609C3902E43A315", "CRC32": "63524FCD", "BLAKE3": "589FF2C928642BF000D64F9CF3F55FC8E4A6CF8B5D1D5EAB9F0443D81DBFE9C8", "AutoV3": "5F45F1597548"}, "downloadUrl": "https://civitai.com/api/download/models/639682", "primary": true}], "images": [{"id": 19557709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ba1ca5e-8c77-4e16-92a0-05eca335ac96/width=450/19557709.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UbJQMu~TE3ob-7xXR*RkWCWCbGbIWBt6xtkC", "type": "image"}, {"id": 19557713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e44b039b-2321-4ae4-a81c-b070adac0c73/width=450/19557713.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQIg}rD%0robyGjDOuae09xt%Lj]W=bdxtbI", "type": "image"}, {"id": 19557710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f244df6e-474f-4784-9521-cb804dd76837/width=450/19557710.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHD+k#V@02Ws~9t64=Rl04xZ^$NG59WC=^t6", "type": "image"}, {"id": 19557809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fa794ea-9f5d-455a-a2a8-6cfd147461c9/width=450/19557809.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMHB0T~U5AIW9uIVM{WB9~WY$%xZjEjYs+oJ", "type": "image"}, {"id": 19557811, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd2cbef4-e5f8-4e1d-8a48-5ef736f0a939/width=450/19557811.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBCimt_30O4;~Vt7IpWC0NM|=^-o57R*-oxt", "type": "image"}, {"id": 19557863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75dc2f5c-7ff3-49bc-8e23-bbbd7fc84fe2/width=450/19557863.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDJ@Ex0M18^%?wjExaWAOtn~Z~IpIqoexYRk", "type": "image"}, {"id": 19557872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8a3f580-dab5-480e-b2a9-28047770bd11/width=450/19557872.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5EB]A_N02VE%OI[4;s80Ra0}:x]4;=^~TkX", "type": "image"}, {"id": 19557874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ecb8eda9-53ce-4eb7-b907-769507b4f774/width=450/19557874.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCH1Ym0L04~U?Ft6D*WX0#t6$yIpWZjZxuWV", "type": "image"}, {"id": 19557980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/693ec6bc-94fb-4471-8954-f1a859d2f7ec/width=450/19557980.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBCr.c^+0OEN^*xua#fR05NI~8%0IqWCoeoL", "type": "image"}, {"id": 19557990, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59fb529e-a01f-4a99-875d-9d29e26d775b/width=450/19557990.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7D+rID%00_200%NsSs:9%RP~9IVroxuNaM|", "type": "image"}, {"id": 19557991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f473a2d-f6f1-4394-b8d4-5d81ca061019/width=450/19557991.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9FreS4n02_NM_-;IUS5A1M{=rMw4.ozxsjF", "type": "image"}, {"id": 19557993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a51d240-318b-412f-9fa6-fead574c268e/width=450/19557993.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7C?Gl?H00MwkrR*xsRk03jZ~6kCxBM|E2xt", "type": "image"}, {"id": 19559595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05d9e4b3-0920-492d-96e0-acf5abd7407e/width=450/19559595.jpeg", "nsfwLevel": 1, "width": 768, "height": 1368, "hash": "U7B3czM|00-oA0%f$dDj0*t7~9IU9aR--ot5", "type": "image"}, {"id": 19559779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70cf0f84-15bc-4acc-8030-40abfa0a887a/width=450/19559779.jpeg", "nsfwLevel": 1, "width": 840, "height": 1256, "hash": "ULH1oE~V5ZT0E-R-xZo2-:Wp$~$$-.ocxtWC", "type": "image"}, {"id": 19559813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86bb2eaa-8c05-448d-901d-9348befeed88/width=450/19559813.jpeg", "nsfwLevel": 1, "width": 1256, "height": 840, "hash": "UIJP_1EM03t6~Vf6M{WC^%WBJVj[9cn~X8ay", "type": "image"}, {"id": 19559814, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1adc0e2a-8eb5-4cc0-bca3-8d71d23d99d0/width=450/19559814.jpeg", "nsfwLevel": 1, "width": 1256, "height": 840, "hash": "UFJ%zL9v5a%0?bofIpkC~VWB9bWBn,WBoyn$", "type": "image"}, {"id": 19559823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2b0b769-f417-488f-a675-3bf0c0ecbbd6/width=450/19559823.jpeg", "nsfwLevel": 1, "width": 840, "height": 1256, "hash": "UMK0vI-:9zS6-;bIt6a#?bR+E3s.~Aj[RkWC", "type": "image"}, {"id": 19559947, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34fa37f6-b264-40ea-b5cf-28637d909c81/width=450/19559947.jpeg", "nsfwLevel": 1, "width": 1184, "height": 888, "hash": "U6AmM4-o000L03NG~U%14:Rj-o%2?EoJE3Rn", "type": "image"}, {"id": 19560037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78793a8c-9af3-45a3-9c15-591d7f1265b4/width=450/19560037.jpeg", "nsfwLevel": 1, "width": 888, "height": 1184, "hash": "U6DI,hxt00D%0PRj~8xa01Rj^ixu~TbH4;s:", "type": "image"}, {"id": 19560575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ecec8ce4-2eda-4bd2-909f-16471a015591/width=450/19560575.jpeg", "nsfwLevel": 1, "width": 1184, "height": 888, "hash": "UBF5Nk5U03nN02tS^%s*59~9ac9a~AM{M|Ir", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/639682", "modelId": 573810} \ No newline at end of file diff --git a/datasets/metadata/639729.json b/datasets/metadata/639729.json new file mode 100644 index 0000000000000000000000000000000000000000..e0ef866fbdfe3d6e79dbca564adb2c13d023bbb9 --- /dev/null +++ b/datasets/metadata/639729.json @@ -0,0 +1 @@ +{"id": 639729, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-12T20:42:49.708Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 554493, "sizeKB": 12415.8525390625, "name": "Kurata_Akino_SaiminNTRMILF.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T20:45:48.762Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A9EB9095", "AutoV2": "09C2477A85", "SHA256": "09C2477A855687C4FCD766F92F73FEEF940DEA444DE6BE43E9DD9AFC281D0E2C", "CRC32": "AF8A95B3", "BLAKE3": "FE5C256943DF3E3B9B7D8B7CF8A686FF5BAAD830F26092A6EC8AAEF79803AFDF"}, "downloadUrl": "https://civitai.com/api/download/models/639729?type=Training%20Data"}, {"id": 554494, "sizeKB": 22237.33203125, "name": "Kurata_Akino_SaiminNTRMILF-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T20:45:50.282Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B40EACB4", "AutoV2": "FF6B815F8E", "SHA256": "FF6B815F8ED5B8ACC09759EB7FD37DC5167E368A6BC5ED77B959FF6DA39B30E7", "CRC32": "06CC5670", "BLAKE3": "C73B0B5A0DF740960137A0C86AF43EE969913C29FD4EC6F6C337A0026A5D8567", "AutoV3": "A902A13B2D91"}, "downloadUrl": "https://civitai.com/api/download/models/639729", "primary": true}], "images": [{"id": 19552629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfab0e54-0391-4e09-883f-4efd7eccee2c/width=450/19552629.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UlJ7,ot7tlxu~pof.8ofXmWB%LWBtRjZRjj[", "type": "image"}, {"id": 19552628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b21ddad8-f979-4347-8371-73c579ba6468/width=450/19552628.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UmJHRGt7tlxu~pof-=ofb^WB%LWBtRjZRjj[", "type": "image"}, {"id": 19553880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b12cae99-ac31-40d9-acc7-cbd1b74b4305/width=450/19553880.jpeg", "nsfwLevel": 32, "width": 1024, "height": 1536, "hash": "UVKJ[Sxu9]xbOst7~pa}?vt6?HWV_3WVNbbH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/639729", "modelId": 573850} \ No newline at end of file diff --git a/datasets/metadata/639733.json b/datasets/metadata/639733.json new file mode 100644 index 0000000000000000000000000000000000000000..c477a3e10a76ebc3143ed8b1817b428c3f7c73a6 --- /dev/null +++ b/datasets/metadata/639733.json @@ -0,0 +1 @@ +{"id": 639733, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-13T02:34:26.932Z", "availability": "Public", "nsfwLevel": 1, "description": "", "trainedWords": [], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 555067, "sizeKB": 223102.24609375, "name": "Marbles_World_r1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T02:42:09.244Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EB57BE78", "AutoV2": "F820716DDF", "SHA256": "F820716DDF66A78307414842493CDA33DF5834499E4BEC2770FC021C3CA69A14", "CRC32": "3DA8B39D", "BLAKE3": "1E70FFAB6FDB53880D6FB621CE747C7F659C9B9FFBB8E0AB047B1FD99EA8C60A", "AutoV3": "89DBF8369315"}, "downloadUrl": "https://civitai.com/api/download/models/639733", "primary": true}, {"id": 554553, "sizeKB": 70000.98828125, "name": "639733_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T21:30:58.491Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "31558C78", "AutoV2": "E7EAF0C331", "SHA256": "E7EAF0C331D2C1AE789F18ED6E41B99138710C1DFFFC445DCC21AF7586D277EF", "CRC32": "52C36085", "BLAKE3": "50FE5A3B590B5EEE99052B39198CCB126A40427B60A23EB4D9DD508B9CC56498"}, "downloadUrl": "https://civitai.com/api/download/models/639733?type=Training%20Data"}], "images": [{"id": 19587135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f65e40d-b7bc-4f62-8555-ca8c079a3d59/width=450/19587135.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEF}Wa}?M{M{#Rs.9[M_o5ESKPt30hW=xrbX", "type": "image"}, {"id": 19587136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/377ed44c-39f5-430c-b536-5c68fd67d4c5/width=450/19587136.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6F$R;VY00Ad_NNwm%$$57oh-;$yD4n$krs.", "type": "image"}, {"id": 19587140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cb0eb5c-c131-43cf-b398-3b61806a00a6/width=450/19587140.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9F5{j}P02VCk=57IV~VDi5tMc.T-On3Iq9F", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/639733", "modelId": 573854} \ No newline at end of file diff --git a/datasets/metadata/639737.json b/datasets/metadata/639737.json new file mode 100644 index 0000000000000000000000000000000000000000..09cbb811f05e5358185d4ab7b61749a53a819ece --- /dev/null +++ b/datasets/metadata/639737.json @@ -0,0 +1 @@ +{"id": 639737, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-12T23:04:32.891Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 554500, "sizeKB": 18899.2666015625, "name": "639737_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T21:01:23.795Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8AD61A0C", "AutoV2": "B4E54E7870", "SHA256": "B4E54E787073A432AB4E9EFE5999F0BA03FF7872ECC1A25426E3B367B1EC0902", "CRC32": "439070EB", "BLAKE3": "427160BFC51CACE1595FDF1C3912BF926881CF3864495A5CBA0E3EF53F08CF40"}, "downloadUrl": "https://civitai.com/api/download/models/639737?type=Training%20Data"}, {"id": 554681, "sizeKB": 223100.98046875, "name": "Translucent_Colored_Glass.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T22:40:59.504Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2D681B67", "AutoV2": "6C8AFACEEF", "SHA256": "6C8AFACEEFB07F2BC1AF26A37BF073DD5C201C1BC0F5697E4EE8D793168EBFFB", "CRC32": "2C101098", "BLAKE3": "DB6B37DBC1463E87E78945570657BB772D6E4040E78ECA8502FA2B70DEB8FAB4", "AutoV3": "2DF348A3E002"}, "downloadUrl": "https://civitai.com/api/download/models/639737", "primary": true}], "images": [{"id": 19564935, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05cefc15-129c-47cb-b041-f4a51a293214/width=450/19564935.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJC%gzvL0J6y{%nMF{XRy[$1GGXniZx]M|wP", "type": "image"}, {"id": 19564937, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/055e3ef8-5471-4c08-896b-63d5a9183bed/width=450/19564937.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDG9z08{00%}x@-;.SXm?w4:K6tS00xvxWIU", "type": "image"}, {"id": 19564936, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b49945a9-e02d-4d69-8821-b65613741981/width=450/19564936.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URAV9CVZHXt*%%ivVroxD,sos+WVIpt7tQS5", "type": "image"}, {"id": 19564997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0869d24-6ac1-4449-b681-1e76009d9bf4/width=450/19564997.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UVBo,zvfJ6oz}Iv}J*W=+FtRJ-NeX2oMR+OY", "type": "image"}, {"id": 19564998, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d01107b9-e115-4000-84c0-2b727ea6e520/width=450/19564998.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U8A^-0@;010#{Uzn1Q2^Q8pKHDTc^dyYr:R*", "type": "image"}, {"id": 19564995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70cefdbc-819a-4b5b-8f5e-d24f6cc821c4/width=450/19564995.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UA8Yb[v13Ya1_+Z27#O]?_t+63kt^St-E+tn", "type": "image"}, {"id": 19564994, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0034ec63-e1ff-423a-8fb6-dcd287c6c64b/width=450/19564994.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UH8#gK:5R.x^?drCKQk?Q,OtF_J-J6N@O9J8", "type": "image"}, {"id": 19564996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/911c4f02-61ee-4b33-8ced-4c8e9e9a735f/width=450/19564996.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UPA1I~rCInTK~XvzInS#=Xo~I;RO;KXnNxVs", "type": "image"}, {"id": 19565001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/332c61ef-3c5d-47f8-9de2-62a3778ddfd0/width=450/19565001.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UN9[DwrK7NOt}smP6{O@:PtTF|Oaw4u6RhRP", "type": "image"}, {"id": 19565002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71a8967c-7887-4116-95cb-b43b3ec5fddb/width=450/19565002.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UR5@1bn4R4Rh%%n5S3S$vxogXUTKrWoykCXS", "type": "image"}, {"id": 19565000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f406feab-b2a7-4960-95ec-166ccf35ab44/width=450/19565000.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UQAw}T-XEgOr~D$kE_Oq*dr]NZR+mRjFSNWF", "type": "image"}, {"id": 19565080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a67f55c0-a202-41c2-a657-6135ed1b8fdb/width=450/19565080.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBCt0E*y002W|OvKI-GrL#;KB-L2oW-:DitT", "type": "image"}, {"id": 19565078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea9de8a6-8ce7-487b-a9af-ae7c05b4f9d5/width=450/19565078.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEFP,2id00PB?wQmO[Os0KV[NYEf4UnU%MT0", "type": "image"}, {"id": 19565079, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce27cbf9-1d6e-481c-86d6-27ef2c1b5cf3/width=450/19565079.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGA_PGh#4T.l.AqtIpt,D+aKb]KREkSvtlEm", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/639737", "modelId": 573858} \ No newline at end of file diff --git a/datasets/metadata/639787.json b/datasets/metadata/639787.json new file mode 100644 index 0000000000000000000000000000000000000000..dfd17470baea126cf229ebd76271676037e2f7a1 --- /dev/null +++ b/datasets/metadata/639787.json @@ -0,0 +1 @@ +{"id": 639787, "index": 0, "name": "Alpha", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-13T00:55:02.998Z", "availability": "Public", "nsfwLevel": 1, "description": "Alpha version
", "trainedWords": ["Fractangles", "made out of fractangles"], "stats": {"downloadCount": 20, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 554643, "sizeKB": 37347.3134765625, "name": "639787_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T22:20:58.337Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6712CEA1", "AutoV2": "C79313E3CE", "SHA256": "C79313E3CE6297BD2F43C7BBF4393B9710C7E46A5EA7DE45846FF9DFA0169A0B", "CRC32": "CE937294", "BLAKE3": "A8CCE54A076D81DDE5171C4888BBFAD09BE59C1568A4F19BCA2627A4156F53CE"}, "downloadUrl": "https://civitai.com/api/download/models/639787?type=Training%20Data"}, {"id": 554858, "sizeKB": 223099.43359375, "name": "Fractangles.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T00:21:49.562Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1EB1ABF8", "AutoV2": "F52C64C668", "SHA256": "F52C64C668ADF9E591966DC91130E6047161B67196DEC84861B5E6D5A5FDBD58", "CRC32": "BE21137E", "BLAKE3": "D35DC9D58846DAA2FAED30CE03CF677F84ABC821F2B173E6F963D4E8D8E4E77D", "AutoV3": "B49C5AEF3289"}, "downloadUrl": "https://civitai.com/api/download/models/639787", "primary": true}], "images": [{"id": 19575570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6e09c27-7070-42ef-8b66-1f18cc5f07be/width=450/19575570.jpeg", "nsfwLevel": 1, "width": 1164, "height": 1702, "hash": "U3BWMa}?y@~q109a00rX00%L0}9uCQI:VrT0", "type": "image"}, {"id": 19573554, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49f97152-e152-4406-991a-9074b5ad892c/width=450/19573554.jpeg", "nsfwLevel": 1, "width": 1164, "height": 1702, "hash": "U4B{_x-q00=w00NH00Ef+GNH_4R4u4^+oZIS", "type": "image"}, {"id": 19582795, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29f9f1da-1b1e-42ae-82c3-a7358db1a84b/width=450/19582795.jpeg", "nsfwLevel": 1, "width": 1164, "height": 1702, "hash": "U49tAcyY00001%x[=YR6008_yY_M4TM{_4TJ", "type": "image"}, {"id": 19577635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21a6ffc8-02e4-48cd-8b1c-a35600a83de1/width=450/19577635.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U49%o32200{J_4OrQkzpaR^QH;D+@tRik=Jo", "type": "image"}, {"id": 19583526, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ff32d9e-603f-4c6c-bd6e-70135522ba63/width=450/19583526.jpeg", "nsfwLevel": 1, "width": 1164, "height": 1702, "hash": "U9AAs|nO01XB_MJT4V%1tkRiNHt7m-S$bWw[", "type": "image"}, {"id": 19584481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca3c3aca-8767-479d-ac01-7c84fd00bc18/width=450/19584481.jpeg", "nsfwLevel": 1, "width": 1164, "height": 1702, "hash": "UBCG45%g9E-A~VWB9GoITKs:RPMwEmWXaiE1", "type": "image"}, {"id": 19584661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a6f8b82-abfc-4205-858b-3ef297a8534b/width=450/19584661.jpeg", "nsfwLevel": 1, "width": 1164, "height": 1702, "hash": "U27U9=0J[?pH00=_F?v600xxH@Yg8^]..T9Z", "type": "image"}, {"id": 19587865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1871a84a-aad5-4901-8454-9beb07d29190/width=450/19587865.jpeg", "nsfwLevel": 1, "width": 1164, "height": 1702, "hash": "U5BN7+FyQ8?u00^Q8^Md?dyDZgiyXjIWxZn4", "type": "image"}, {"id": 19588432, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb5a6d42-be28-4ea8-bd9f-583779238d95/width=450/19588432.jpeg", "nsfwLevel": 1, "width": 1160, "height": 1696, "hash": "U29HU:OY00%f4T.8EMe-HtaJ%~M~9Yo~%%E1", "type": "image"}, {"id": 19591253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24ec49b4-0edb-4fb3-ba05-9d5b09277557/width=450/19591253.jpeg", "nsfwLevel": 1, "width": 1164, "height": 1702, "hash": "U6Cr=*~V8{+y~Vs*0LV{01IU9]EP9Hi_-oFy", "type": "image"}, {"id": 19580580, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8906dc32-c2d4-4166-92d7-19b8ab652f16/width=450/19580580.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "U1A0]=G0.7011l-h9IE30$cX,,~q*I^mxUE-", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/639787", "modelId": 573903} \ No newline at end of file diff --git a/datasets/metadata/639914.json b/datasets/metadata/639914.json new file mode 100644 index 0000000000000000000000000000000000000000..1aaef3ba6d7747556606dec4b507707464e11a12 --- /dev/null +++ b/datasets/metadata/639914.json @@ -0,0 +1 @@ +{"id": 639914, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-13T00:19:09.002Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 554739, "sizeKB": 11883.990234375, "name": "639914_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T23:24:17.220Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F0E20597", "AutoV2": "D9E56C428E", "SHA256": "D9E56C428E4E30892BD2692E85CBCF8E1ED73AE4E66294D6BF14FE263BBA649E", "CRC32": "90BD5475", "BLAKE3": "A48E3D8355EECAD2B31E0FBEE0E826E40F073DCC70472B99873E3C007B9F2974"}, "downloadUrl": "https://civitai.com/api/download/models/639914?type=Training%20Data"}, {"id": 554850, "sizeKB": 223102.65234375, "name": "Peacock_feather_style-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T00:20:48.271Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "75252304", "AutoV2": "2A8DA816E5", "SHA256": "2A8DA816E5E66515ED4783CF4391306CB17CCD846EF5D23C722C41862FA9A827", "CRC32": "18FA5BB5", "BLAKE3": "73E9B52206EF03F3303473143BFF2FAC4F685DBD4677F8171AD1A39B4E58B018", "AutoV3": "C45A071AD44C"}, "downloadUrl": "https://civitai.com/api/download/models/639914", "primary": true}], "images": [{"id": 19571593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb98a34e-c5ff-4ace-979b-273e3ed62067/width=450/19571593.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UACY:p15DN-V_2M|IUxu00}8yFJQ00%e?cIU", "type": "image"}, {"id": 19571591, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d360335e-c3e5-4bed-b838-4e14113cb065/width=450/19571591.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USCHTopK.TxuTND*jFM}IBR5wGS5kstRWAWV", "type": "image"}, {"id": 19571592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a9d16df-3342-4c57-9a33-d18041eee871/width=450/19571592.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOHe|R0L~qxv-=xWITa$9gM{RjD*00oHt7M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/639914", "modelId": 574016} \ No newline at end of file diff --git a/datasets/metadata/639936.json b/datasets/metadata/639936.json new file mode 100644 index 0000000000000000000000000000000000000000..3b193570eb6c94fa40f0aa1b31118e87c81ba076 --- /dev/null +++ b/datasets/metadata/639936.json @@ -0,0 +1 @@ +{"id": 639936, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-13T00:36:16.284Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 20, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 554693, "sizeKB": 10900.92578125, "name": "639936_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T22:51:03.161Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2EE79B0A", "AutoV2": "EDC8E6CA05", "SHA256": "EDC8E6CA05CE434B86AD9315F95E87F29FE26EBD7DB9A795C3F686157B5A17C9", "CRC32": "978DCEB5", "BLAKE3": "2977A7C0738395EFC2CE53AC1D9852E03BD10FCE142FEC2B37D4196E183A0122"}, "downloadUrl": "https://civitai.com/api/download/models/639936?type=Training%20Data"}, {"id": 554881, "sizeKB": 223103.02734375, "name": "Nanami__neromashin.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T00:36:03.137Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "874F275F", "AutoV2": "864A898A4D", "SHA256": "864A898A4D4E8D43FEDC16DBC7CEEC61D5702923E2B50A188699C135DE330E12", "CRC32": "52C936EE", "BLAKE3": "C924FD6F2F32B31F0D5FECDEDE3326460F243D9B34BA161BAB579D94849EC89A", "AutoV3": "98730C5B0CBC"}, "downloadUrl": "https://civitai.com/api/download/models/639936", "primary": true}], "images": [{"id": 19576700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac6afca8-6112-4e31-82b2-3c183d1d550b/width=450/19576700.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UEIqJ%S*TyD*pvIWI:9Z0g8{v}9a}?IU^jD*", "type": "image"}, {"id": 19576710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e284270c-6388-4c80-bab8-8c6092beea47/width=450/19576710.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "URJtC@V[I^so~pNGNGn%L1NGZ~WC-ps+xaR*", "type": "image"}, {"id": 19576720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2a13b35-7df9-4502-b3eb-f71662e1e8bc/width=450/19576720.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UQLV%[-,?KW@~4J}xGt6T2?FoFS~-h?cT1t7", "type": "image"}, {"id": 19576758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40ae8ad3-74e1-49ce-9050-2f0b2fa65adc/width=450/19576758.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UQIX8rX:Th%N0x%4E0NIpLI;xDadVsb0xasm", "type": "image"}, {"id": 19576777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccb95a60-5086-464e-9d16-a70c5a65467f/width=450/19576777.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UQH^#Zk;ETNatk-=NZRku6-pRiog-Bxut8Rj", "type": "image"}, {"id": 19576784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f238a68-5060-4222-aeae-22d1f1c755ce/width=450/19576784.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJIW.vxDEN?F~pRPDi%Mt-IUIVxu=_R+V@x]", "type": "image"}, {"id": 19576806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bcda7fa-0ec2-4af9-a35d-6b15ce421dcd/width=450/19576806.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UUJjuXF4tRVr?^I[xZRPS$IARiWUVXIAWUxt", "type": "image"}, {"id": 19576819, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6eb4532c-9cae-44ed-a32a-00dc389b1842/width=450/19576819.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFJs%@IW00I]yY-V8w%M?^WCQmaf^kkERPw|", "type": "image"}, {"id": 19576832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cce09faa-cb38-4f51-bef0-3181818079cb/width=450/19576832.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDK0sm.8KTIU%$o#DiH?0zWBMIMc~qxtxv%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/639936", "modelId": 574037} \ No newline at end of file diff --git a/datasets/metadata/639956.json b/datasets/metadata/639956.json new file mode 100644 index 0000000000000000000000000000000000000000..892e5a6ff341f0daad118457046032716315fe96 --- /dev/null +++ b/datasets/metadata/639956.json @@ -0,0 +1 @@ +{"id": 639956, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-13T06:54:31.803Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["chibi, full body, CookieRun"], "stats": {"downloadCount": 19, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 554714, "sizeKB": 158510.818359375, "name": "639956_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T23:25:18.993Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E7B4A894", "AutoV2": "F8A52C2065", "SHA256": "F8A52C20650BC1E73AD9520150054B716B7A4DE3BCFEB814C476BC89F5E0508A", "CRC32": "E90D606F", "BLAKE3": "95930208AE53E42B90EB1094FD8A50BD8740377033620C48FFB82FCB009F7797"}, "downloadUrl": "https://civitai.com/api/download/models/639956?type=Training%20Data"}, {"id": 555488, "sizeKB": 223105.48828125, "name": "CookieRun_style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T06:56:29.804Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "48A02C35", "AutoV2": "73298C1FAF", "SHA256": "73298C1FAFC8F2EA663EECB11A1B8364AF4D167ACC190A0BE01DD5B68FECC27E", "CRC32": "66A3E157", "BLAKE3": "58EAC696A69285D65995417EF0251BEF957E27EA08E21080CEEB40A5CB103B39", "AutoV3": "64F61BE785BB"}, "downloadUrl": "https://civitai.com/api/download/models/639956", "primary": true}], "images": [{"id": 19619049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb33b5aa-34b9-4795-8d20-3bf8d80890ca/width=450/19619049.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U=R2iFt7.mo0t7oLWBR*pIe.V?bbaybHoen$", "type": "image"}, {"id": 19619050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82be3906-2719-40e5-98e9-6da3162b2fe6/width=450/19619050.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UgH_T9of^-a#-qj[xvj]WHWB%2ofM{j[R%oJ", "type": "image"}, {"id": 19619059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9ea258a-c308-4c96-a782-8cfc2ad702e9/width=450/19619059.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UtRe,Un+.ktR$moyOSV[paj[i_fPpFafi$j[", "type": "image"}, {"id": 19620417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6c1131a-0e8d-4747-acf2-13ce54e6daac/width=450/19620417.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U:Q+EPeo.ltRrZjGXRbGtlkCjEj[kVbHofj]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/639956", "modelId": 574054} \ No newline at end of file diff --git a/datasets/metadata/640005.json b/datasets/metadata/640005.json new file mode 100644 index 0000000000000000000000000000000000000000..2d4bf06d32400f0549b4da6ae0b656dadd1899bf --- /dev/null +++ b/datasets/metadata/640005.json @@ -0,0 +1 @@ +{"id": 640005, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-13T09:26:58.170Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": [], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 555721, "sizeKB": 223101.76171875, "name": "HBFE_-_Horror_Blood_Fear_Eyes-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T09:16:40.840Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C694950D", "AutoV2": "7603EC3923", "SHA256": "7603EC39230CFA101AB1BA10FC12E5E6EA0F767F2DBD48D8CC303FC4D5FFD234", "CRC32": "5DB9E15E", "BLAKE3": "7F08E5A17D71A3381E20E90E77D9D69ACA6DC0C5F9DF344A6105254C2BA5DEAD", "AutoV3": "209FF97F0B12"}, "downloadUrl": "https://civitai.com/api/download/models/640005", "primary": true}, {"id": 554770, "sizeKB": 56099.4072265625, "name": "640005_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T23:41:53.041Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C2E58846", "AutoV2": "DD75FEB3C1", "SHA256": "DD75FEB3C158B33D9F480FE24C06C64AA5C2A3E379B65AB0CF37FB4CC2CF6B39", "CRC32": "D1E94743", "BLAKE3": "22A76E8F7633725DEF1E1B12629843116E2DEB38D056C150D38B0996FC0FE8B3"}, "downloadUrl": "https://civitai.com/api/download/models/640005?type=Training%20Data"}], "images": [{"id": 19626018, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bb03e77-001f-4fdc-8e05-b9284fe08c7a/width=450/19626018.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEKwB{?c00Rg_4-;avR500R%0OxE?rWAD*R%", "type": "image"}, {"id": 19626016, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8eaec30f-275f-486e-a0c3-32b833f14617/width=450/19626016.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "USMGgjI=5j-mD.W;MgM}J5xYD-NH~lxFWEkU", "type": "image"}, {"id": 19626019, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c55bc425-f0c8-4e8c-a778-86ed27c2544e/width=450/19626019.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBKdbW~q04O[xcXoTK?G03yE-;xANH-P%MX:", "type": "image"}, {"id": 19626026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72b36438-8dce-4ea0-b555-086789aadf35/width=450/19626026.jpeg", "nsfwLevel": 1, "width": 1184, "height": 888, "hash": "U4ATD-_30f564TIA00Ip*I%f=dRj%MM|E1jE", "type": "image"}, {"id": 19626031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b893781-7a0e-4b2d-89ce-0b36c2530648/width=450/19626031.jpeg", "nsfwLevel": 1, "width": 1184, "height": 888, "hash": "U8C?7b4n2[InIr~WWU0KT{8_}tITrYtRI.r@", "type": "image"}, {"id": 19626034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b582137-8ad7-466d-9d00-e6f937fe129d/width=450/19626034.jpeg", "nsfwLevel": 1, "width": 1184, "height": 888, "hash": "UIDvG=4nM__NyCV@o}WBtm9G%Lt7?aIA%1t7", "type": "image"}, {"id": 19626042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5017b4f-4340-49bd-aff6-d7e3f3f5e85d/width=450/19626042.jpeg", "nsfwLevel": 1, "width": 1184, "height": 888, "hash": "U5AAEy-;9]oyznae4.RP.mWpwJs:00a}?Hoz", "type": "image"}, {"id": 19626050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3205a45c-0acc-4e05-9c48-f6b99242708a/width=450/19626050.jpeg", "nsfwLevel": 1, "width": 1184, "height": 888, "hash": "U3BVYD+_2pOXzpOqADv~0LAW].R5Gu}[4nFJ", "type": "image"}, {"id": 19626051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6913388-071f-4512-969b-a286bb8dc8d3/width=450/19626051.jpeg", "nsfwLevel": 1, "width": 1184, "height": 888, "hash": "UdHK@FtRtRt7~qs:SOoetmWBoLj[o~kCjYfl", "type": "image"}, {"id": 19626057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdab3f76-ee2b-428d-ac3b-a8c01fdfd074/width=450/19626057.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U4BoN=kC0}EM~VX8RQR*8Gt7E2s:~UoME*a#", "type": "image"}, {"id": 19626059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55305b32-d3a5-4bbc-9304-4847a12f2d9d/width=450/19626059.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBBN1Zx]9uaK.SRjM_V@EeM{idWB_Ma#e;t7", "type": "image"}, {"id": 19626063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cadfdce4-6e8e-46b4-a0ee-a56cf12021a5/width=450/19626063.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEEoY[_3InIT~q-;IAIT72%gMxIntS%No$M{", "type": "image"}, {"id": 19626084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76570836-356c-4cb4-a4ac-2a1c9e3576c1/width=450/19626084.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UAA9]0~qPUpcb_x[%2tRKONba1r?NaWBn+WB", "type": "image"}, {"id": 19626850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a57f220-b4d0-4675-9555-15b1e070188e/width=450/19626850.jpeg", "nsfwLevel": 1, "width": 888, "height": 1184, "hash": "USE:3uM{R*a0_NM|jYRjx]WBRjWqtRWBaeof", "type": "image"}, {"id": 19626852, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4788c2b9-a01a-45b1-8c06-131ac66b4fec/width=450/19626852.jpeg", "nsfwLevel": 1, "width": 888, "height": 1184, "hash": "UYG9EZt7IUof_NfQRja|xuWBIUWB%gjsM{WB", "type": "image"}, {"id": 19627166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbe118aa-d1df-42fc-9c47-7813b78e0a9b/width=450/19627166.jpeg", "nsfwLevel": 1, "width": 840, "height": 1256, "hash": "U7EA$W}[0y0y_3OE0|a0%gE%kAwJAt$%-BX8", "type": "image"}, {"id": 19627197, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9542bcd8-ed2c-4f1e-9d6f-a61b557f8cc6/width=450/19627197.jpeg", "nsfwLevel": 1, "width": 840, "height": 1256, "hash": "UAEU4L5R1c^Q3qs.5Qxaxbv~+vE#1Ir?}ZV@", "type": "image"}, {"id": 19627579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0db7d131-710d-425f-a96b-1aaf2e02dbca/width=450/19627579.jpeg", "nsfwLevel": 1, "width": 888, "height": 1184, "hash": "UUDSwOV[tlt8.mWBSht7tRj[MxWVt7ayRiay", "type": "image"}, {"id": 19627600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07dee4c6-0712-40d6-8d92-166fee890d81/width=450/19627600.jpeg", "nsfwLevel": 1, "width": 888, "height": 1184, "hash": "UZD]rIayXSs:?^oLNGbHo}WCM{f6sVfPV@jZ", "type": "image"}, {"id": 19628052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c519aa1-5102-4caf-bcfe-f5d5c9bdf7e2/width=450/19628052.jpeg", "nsfwLevel": 1, "width": 1368, "height": 768, "hash": "UVDlZtf+Efoe*JoLnOj[?wbIRjbH.8ofWBja", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/640005", "modelId": 574098} \ No newline at end of file diff --git a/datasets/metadata/640041.json b/datasets/metadata/640041.json new file mode 100644 index 0000000000000000000000000000000000000000..cab85fbc2b1b3af41e15db2d6fce6995ea86cb73 --- /dev/null +++ b/datasets/metadata/640041.json @@ -0,0 +1 @@ +{"id": 640041, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-13T05:19:06.213Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 555339, "sizeKB": 36980.28125, "name": "Eyeball_Everything-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T05:16:13.935Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "475B0DF0", "AutoV2": "0E29A46040", "SHA256": "0E29A460408B38E368DA70FE2615B251CA287469E788ED1958B5423E7C31BBAE", "CRC32": "D8C8EFBB", "BLAKE3": "03D2674D5F744BFF6965D629FB00BCAFFD20179C161DDA7B32B73591D0539AA9", "AutoV3": "A7859C4D8F0D"}, "downloadUrl": "https://civitai.com/api/download/models/640041", "primary": true}, {"id": 554791, "sizeKB": 69307.9228515625, "name": "640041_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-12T23:46:31.140Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "33816E7C", "AutoV2": "E6FBDD5E57", "SHA256": "E6FBDD5E57481E78BF1941B78AB918C9C9816CF9A273B2721B792823FEDFABB4", "CRC32": "C2099F10", "BLAKE3": "9973B50BD0F31D5453F30E8CD7D0FD76294142C3AF219B5ED055E3DE5765A757"}, "downloadUrl": "https://civitai.com/api/download/models/640041?type=Training%20Data"}], "images": [{"id": 19602554, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c7672b9-b941-4acf-a7fd-8b5faddc0ad0/width=450/19602554.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5Dw24c_#40v4TR6q[Mf00%5KQ]?}b9G0e-;", "type": "image"}, {"id": 19602553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13fdc614-f8a5-44e8-99cb-478bbb5214da/width=450/19602553.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4D]6f0000~p+]M{02?a?upI02aK_2M|m-jE", "type": "image"}, {"id": 19602559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d4dbbe5-a195-4f1b-80a1-641e833a7894/width=450/19602559.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGEDYJ~UVaNcyX%KR%jvt,IWHsWBY5TKMKM|", "type": "image"}, {"id": 19602557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96101ea6-a729-4f57-9f9c-4a1b3842a0d0/width=450/19602557.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4DT3J*J17Ou00ZzOZS000DP=Dt,Kl%h+FwM", "type": "image"}, {"id": 19602552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ef9245f-5875-4e30-a105-dd2001e6681d/width=450/19602552.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9G9EP~Bt7-UD5I[9|$f00E49bV@?E-Swbs+", "type": "image"}, {"id": 19602563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/546cdffd-57ea-48e2-b349-990500ec2e9c/width=450/19602563.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9KnI~02?a~prpM}IU-:?Y~oD%D%4Uk8%fDj", "type": "image"}, {"id": 19602562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e16351e2-9b13-4fc0-b1ec-5de39a92872c/width=450/19602562.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8EMd-Fg5t~TqsWY0KnMoKoIVEIpI[r=OsM{", "type": "image"}, {"id": 19602560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c82e61f1-828c-41ab-ab8e-9a44f69ef385/width=450/19602560.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMH1@]}-IVXTief+R*ay8|ItXSjrY4s.IpNe", "type": "image"}, {"id": 19602567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/439e9310-ec48-4671-9c9b-849652d92d75/width=450/19602567.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDFhx5~8=_f+p0s-VsWC0NE40LaL9bjZWAs-", "type": "image"}, {"id": 19602566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbad62b0-c8f4-459f-a6c7-ddccadb50ff8/width=450/19602566.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDGu2U~8;1NI1%9xIUNI56I[kB$f#Tt6xZiw", "type": "image"}, {"id": 19603354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f2007c6-bc34-4656-9a77-78cfed51b50d/width=450/19603354.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5Dw24c_#40v4TR6q[Mf00%5KQ]?}b9G0e-;", "type": "image"}, {"id": 19603357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1aee54e4-9ca5-4aac-9d80-874a227658be/width=450/19603357.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4D]6f0000~p+]M{02?a?upI02aK_2M|m-jE", "type": "image"}, {"id": 19603363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/130465d0-d86e-4b4d-8810-360affad8451/width=450/19603363.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGEDYJ~UVaNcyX%KR%jvt,IWHsWBY5TKMKM|", "type": "image"}, {"id": 19603352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e40a6d4c-69fa-4512-b7db-1be5a0b6c4f5/width=450/19603352.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4DT3J*J17Ou00ZzOZS000DP=Dt,Kl%h+FwM", "type": "image"}, {"id": 19603351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94efdfd5-d375-4363-94c2-40d609010f03/width=450/19603351.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9G9EP~Bt7-UD5I[9|$f00E49bV@?E-Swbs+", "type": "image"}, {"id": 19603361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1924c00f-fa43-4ffb-a77e-fd0c3c4ae389/width=450/19603361.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9KnI~02?a~prpM}IU-:?Y~oD%D%4Uk8%fDj", "type": "image"}, {"id": 19603362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7620367-5d2a-40d4-9cb8-d51655f10c78/width=450/19603362.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMH1@]}-IVXTief+R*ay8|ItXSjrY4s.IpNe", "type": "image"}, {"id": 19603367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc782444-f70d-4d1e-9dda-28b819c4fd68/width=450/19603367.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDFhx5~8=_f+p0s-VsWC0NE40LaL9bjZWAs-", "type": "image"}, {"id": 19603369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb59db0c-f15f-4523-ac84-b3773950a867/width=450/19603369.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDGu2U~8;1NI1%9xIUNI56I[kB$f#Tt6xZiw", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/640041", "modelId": 574133} \ No newline at end of file diff --git a/datasets/metadata/640169.json b/datasets/metadata/640169.json new file mode 100644 index 0000000000000000000000000000000000000000..515b86b02eccd41cc7cc0bea5cda701bdca32f1f --- /dev/null +++ b/datasets/metadata/640169.json @@ -0,0 +1 @@ +{"id": 640169, "index": 0, "name": "v0.1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-13T10:25:50.909Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 555020, "sizeKB": 13591.4560546875, "name": "640169_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T02:24:35.339Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6EE28DBC", "AutoV2": "D584625484", "SHA256": "D58462548488278C9832C9C2CF3EBD205B475B36BB7398A99C2C4F5EA75BDD8F", "CRC32": "EC5775F5", "BLAKE3": "E2568AC197B3F7E678981541DA0811D8BD1C3E90F690252C789D04CA053ACA22"}, "downloadUrl": "https://civitai.com/api/download/models/640169?type=Training%20Data"}, {"id": 555839, "sizeKB": 223120.42578125, "name": "akachi_test_style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T10:25:45.477Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FDD78E53", "AutoV2": "AF8E247D5B", "SHA256": "AF8E247D5B9AEC88B995B8CA5AD733BE159020D6A8E4A86D9C8ADE1310423500", "CRC32": "D21BA0D0", "BLAKE3": "D810FD9F877846C99E2551794A919E287747C8F84589CB037491BF3033B58765", "AutoV3": "5322BAA2436C"}, "downloadUrl": "https://civitai.com/api/download/models/640169", "primary": true}], "images": [{"id": 19632034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14859fa9-ab07-4a9c-9037-7a758d26941b/width=450/19632034.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "USJ%|C?bK7M{~qS%%fs,R*ofV?IpD*jFslW;", "type": "image"}, {"id": 19632032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c14f4b2d-940a-4995-b875-872d28afbca4/width=450/19632032.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCF6CBfl.89~~pr:s,%hH;^%0eE1R;ofEOIr", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/640169", "modelId": 574237} \ No newline at end of file diff --git a/datasets/metadata/640203.json b/datasets/metadata/640203.json new file mode 100644 index 0000000000000000000000000000000000000000..a087e772141cbf98165a4746ed5d3fe633f0bf39 --- /dev/null +++ b/datasets/metadata/640203.json @@ -0,0 +1 @@ +{"id": 640203, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-13T05:30:09.040Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 555377, "sizeKB": 223099.17578125, "name": "Sexy_Catwoman-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T05:31:20.195Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F3701E6C", "AutoV2": "87BAA89E9E", "SHA256": "87BAA89E9E93D0FCE68E879AA1D3C010A2E7C7C81D0EA47C79AB97CF141F287E", "CRC32": "0EBC826E", "BLAKE3": "572BF2647B317BB8FC97F247A722D216F68B810F239D1C884E83B2F063416D85", "AutoV3": "0975F511B6A6"}, "downloadUrl": "https://civitai.com/api/download/models/640203", "primary": true}, {"id": 554966, "sizeKB": 43.27734375, "name": "640203_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T01:31:11.862Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "7566C2FE27", "SHA256": "7566C2FE27D61CE31F48961E9DB3DEACCD6E8B5B716696BC7264E20E2C3A991F", "CRC32": "A6A78368", "BLAKE3": "E2563F728FC6998986B2C5BCB5F61A4F4196A9378217C79D0B715A643C8D605B"}, "downloadUrl": "https://civitai.com/api/download/models/640203?type=Training%20Data"}], "images": [{"id": 19604774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4dcf4ef-7135-4e14-99ce-08bf952a7569/width=450/19604774.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U37_4m~p5#TE+Ysl0fIp$SjFXTS$9GV[$_W-", "type": "image"}, {"id": 19604775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d54cb2d3-11a3-4c42-a191-4af42529ce0e/width=450/19604775.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U37d^0_M0v%ewFRi4=WFaeV@t9t84:V@-mRj", "type": "image"}, {"id": 19604771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d713777-1c04-4a99-a648-c132f8933956/width=450/19604771.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U48;lS~qu1%y$Jt44;IWs;WBR+kX9GRQ${Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/640203", "modelId": 574263} \ No newline at end of file diff --git a/datasets/metadata/640251.json b/datasets/metadata/640251.json new file mode 100644 index 0000000000000000000000000000000000000000..aff051118fdcc3c2f46817f57bfd9bdf85ea161a --- /dev/null +++ b/datasets/metadata/640251.json @@ -0,0 +1 @@ +{"id": 640251, "index": 0, "name": "V2", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-13T05:37:01.864Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 19, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 555015, "sizeKB": 60310.150390625, "name": "640251_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T02:25:13.265Z", "metadata": {"format": "Other"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/640251?type=Training%20Data"}, {"id": 555393, "sizeKB": 223101.58984375, "name": "sitting_across_from_2-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T05:37:38.402Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "53AB880E", "AutoV2": "FE1E6366A1", "SHA256": "FE1E6366A1B61810DF9476455544726961DFF9C70C95B84ADE16DD9C56D9C65A", "CRC32": "4650A841", "BLAKE3": "0E7B9F71CD8B5F73E75B2F4E0FE59B9DB1EF912899CA9C531EFC34E28DF94CD3", "AutoV3": "CB407F4449A0"}, "downloadUrl": "https://civitai.com/api/download/models/640251", "primary": true}], "images": [{"id": 19605520, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5dadde55-081e-435c-85eb-c82e238b8a4e/width=450/19605520.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "UAIqfUD%%#~pt-%L01.75l9G~VNH00?G0L9a", "type": "image"}, {"id": 19605537, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84433b1e-3747-4d44-a4a9-e1ecc074b4be/width=450/19605537.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "URKApD~p9aM|NG-;%hkD%MxaxGoz57t7jZRj", "type": "image"}, {"id": 19605528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7cccb14-4f0e-4516-9fe5-97358b072270/width=450/19605528.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U6Jj;#4T01D%00d;PCIAKJMx01ae00tl~UIp", "type": "image"}, {"id": 19605487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4ee2a09-ffb0-4136-97e4-1b4f08fefa32/width=450/19605487.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDJQ{80000~p0#-oDOs-^MIV0gE1XT?aVX%2", "type": "image"}, {"id": 19605485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbe2c13e-0feb-482e-92d3-586d221d1779/width=450/19605485.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNHW0,^*0wDjl,NGs:RP-p-UZitPxotLI9Sw", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/640251", "modelId": 574288} \ No newline at end of file diff --git a/datasets/metadata/640285.json b/datasets/metadata/640285.json new file mode 100644 index 0000000000000000000000000000000000000000..3a1891fde54d6bb22510b3e76b5d37df8611aa50 --- /dev/null +++ b/datasets/metadata/640285.json @@ -0,0 +1 @@ +{"id": 640285, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-13T13:22:14.887Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 555985, "sizeKB": 17372.90625, "name": "640285_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T11:55:39.029Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AD2B3FF7", "AutoV2": "FD2A54E5A4", "SHA256": "FD2A54E5A41AB33F7AE84E9C01B2159F7C19B3B79B52BA1E5D9939793DB700FB", "CRC32": "CB3B25DF", "BLAKE3": "EBDFEF26A2F5324A9F82D9D9FEC50E5EDCA33C6DB0B6D0AA2D4BC599DBDF1B10"}, "downloadUrl": "https://civitai.com/api/download/models/640285?type=Training%20Data"}, {"id": 556151, "sizeKB": 223100.26171875, "name": "Starry_Morph.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T13:28:34.568Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9BC7D5E9", "AutoV2": "75B4D96C43", "SHA256": "75B4D96C43B3DC34253D5E8362759A1D52768A65DDF00143BE430357470590DC", "CRC32": "3973E36C", "BLAKE3": "D6DB69EE34A0D36180077C66BCC760A33C2AA8EFDEDDBD401348A43F9E226D2D", "AutoV3": "5DF613287AC8"}, "downloadUrl": "https://civitai.com/api/download/models/640285", "primary": true}], "images": [{"id": 19652710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d349c4d0-5cb9-408e-a35e-8687aac56dc1/width=450/19652710.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UJAwxk_4IVD*-qt6M{MwMxRjadR*obkEI9IU", "type": "image"}, {"id": 19652708, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c60c37b8-b405-4e07-af46-688ec2bb1248/width=450/19652708.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UGBDyw9aM{~qMxoLs*R.g4ae-;tS-;W=M{xC", "type": "image"}, {"id": 19652711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ceb4be7-482d-4300-8211-976e3e45289b/width=450/19652711.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHDI|6E00g~U[qbIEzwMIpRjxuSzKNOYxFkD", "type": "image"}, {"id": 19652725, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28385749-9412-4e02-92fa-ec050e543d29/width=450/19652725.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCHxB4D*0MDjIS4:~9?GivRk?GRj?b9v-pR+", "type": "image"}, {"id": 19652748, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41fec551-1f35-47b5-bb4a-971e89b532d1/width=450/19652748.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBDdOp9E00so00?]pINGWXsA%L%LMzNGbvtR", "type": "image"}, {"id": 19652930, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc8b9ac4-81ea-4b76-ae7b-24ef3a2ee6c3/width=450/19652930.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBB4dv.8%IDiB@9}Mx$KH=s+DiD%H?xu=^w]", "type": "image"}, {"id": 19652933, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85478b64-33c1-46b6-9d8b-9db5ecb89362/width=450/19652933.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UC9ugN9bk[xvKm*09HxuDNtmQ,W?^+R5xoS$", "type": "image"}, {"id": 19652934, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/615d2d21-6f1d-4d67-bccf-c48c7117c751/width=450/19652934.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USD0M@?Gxt$*~X-:tQxav#tRT0jFNJS5NdV@", "type": "image"}, {"id": 19652936, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba1fd2d5-58f0-4981-bb24-1087ca16c91b/width=450/19652936.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHBE8n_NVr8_MwWBM{jF8wIBR*W;ofRkxux]", "type": "image"}, {"id": 19652941, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0399c253-b4ef-4893-8b4f-7c0bdd995284/width=450/19652941.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9BgMTRj=|-;00RP4:9Z~9RO?Hxu9HjuN{E1", "type": "image"}, {"id": 19652942, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45d0b0d1-535c-480d-8d58-729313f75421/width=450/19652942.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKD]o64TET~Uvy?bD*sk-osRNKkDx]jE%LE2", "type": "image"}, {"id": 19652944, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3da34f4b-ff17-49e7-927f-2c608d076e50/width=450/19652944.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7B;tQ00Il%00HRT~AM~HX?u9tMxS9t2Z$w@", "type": "image"}, {"id": 19652947, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/609e0c51-fc2f-4da0-8341-109a8f4b85ca/width=450/19652947.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5F~Hr584TvevdIUof%L00AH~qOt_4=|9GM{", "type": "image"}, {"id": 19652950, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53911fd7-ab23-4c28-9db0-dc2dddf67275/width=450/19652950.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGBEOD58iHXn.AIVV@j=4;?aR*nN0O?GRRo#", "type": "image"}, {"id": 19652956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/455178eb-6886-4a7c-9229-4ebb34c1e344/width=450/19652956.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9CHB1VrDk8_01od8_RO~URNM_t34;ROs%x]", "type": "image"}, {"id": 19652961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57aebb5a-98bf-4dad-b1c1-0214e908c47a/width=450/19652961.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNE.|c%MxC?G~qIUIU-:?G9GIVj@xtNGWYxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/640285", "modelId": 574331} \ No newline at end of file diff --git a/datasets/metadata/640767.json b/datasets/metadata/640767.json new file mode 100644 index 0000000000000000000000000000000000000000..b80622c282ab6deebf74470c94a88b90a6af7910 --- /dev/null +++ b/datasets/metadata/640767.json @@ -0,0 +1 @@ +{"id": 640767, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-13T16:48:31.953Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 555582, "sizeKB": 5373.2138671875, "name": "640767_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T07:57:05.218Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0F8FF693", "AutoV2": "4E378E2A01", "SHA256": "4E378E2A01B8830773305499F2B46AB48656265503F41F7D5457481483E9C415", "CRC32": "7ED46C5F", "BLAKE3": "86D1C176E2DCA871EB1C8ABFCFC65463F03C4D2178710444A509778A45980511"}, "downloadUrl": "https://civitai.com/api/download/models/640767?type=Training%20Data"}, {"id": 556543, "sizeKB": 223098.89453125, "name": "Maple_leaf-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T16:46:35.446Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "54B43CC3", "AutoV2": "BFC36978BE", "SHA256": "BFC36978BE337DA364ACE3803CBB090D791306D136170976CFC6F8F498023ADD", "CRC32": "51C311DD", "BLAKE3": "DB2D0BA1B3474E6FD53F7A5E7307F018925EB5B5FB07EE0E2F4BA2504E9C4465", "AutoV3": "340B88E35C81"}, "downloadUrl": "https://civitai.com/api/download/models/640767", "primary": true}], "images": [{"id": 19671687, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35deab74-805a-47e7-adc8-a78bd11ace9a/width=450/19671687.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9JE@b=e+6[I}=B$rH$i0SBi=]afb;NHKerc", "type": "image"}, {"id": 19671688, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2ad7d80-85d3-4584-8cf1-01947e9ae298/width=450/19671688.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6Kky7rb?~zG3m+NzttM4Y{RP*GW$f=abunl", "type": "image"}, {"id": 19671689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06615187-16da-44c0-b690-ef93ec666d67/width=450/19671689.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Iok4O+0oIr|Mr?H{ItGqIq+_sV+KklP7rv", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/640767", "modelId": 574746} \ No newline at end of file diff --git a/datasets/metadata/640808.json b/datasets/metadata/640808.json new file mode 100644 index 0000000000000000000000000000000000000000..d623eb92f67d820ad726c6d069883c9a31cf1646 --- /dev/null +++ b/datasets/metadata/640808.json @@ -0,0 +1 @@ +{"id": 640808, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-13T08:03:28.394Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 555604, "sizeKB": 12539.8134765625, "name": "Rachel_DOA.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T08:05:45.846Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "71BA2340", "AutoV2": "ABE01214BB", "SHA256": "ABE01214BB567B18DCEF7B206B321ECDD145CBA89A981EF4CA87C5B9BB93FE04", "CRC32": "8477044F", "BLAKE3": "E222C5E58E134188C89C798AA670D31917B9A97F4A8BB75FDF8384DC1EC69988"}, "downloadUrl": "https://civitai.com/api/download/models/640808?type=Training%20Data"}, {"id": 555605, "sizeKB": 22237.12890625, "name": "Rachel_DOA-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T08:06:22.157Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C42E3E5E", "AutoV2": "3CB571FE7F", "SHA256": "3CB571FE7F3475FEDDC9D1BBBD6E98770EE4560B1357748DBC3364D363D1F3BD", "CRC32": "4115BEA7", "BLAKE3": "6E022A7FD073F9A92EDA9E0EA120D542745B2ACD3ACA2BDDCD9439666F289ECA", "AutoV3": "305674AB877B"}, "downloadUrl": "https://civitai.com/api/download/models/640808", "primary": true}], "images": [{"id": 19618883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef5e683f-7e42-4a78-8242-ceecb0acf318/width=450/19618883.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UsNTB%RiXnxu~pjY%NozkCWCj]ofaeofM|of", "type": "image"}, {"id": 19618882, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a66106b3-204a-422d-b716-d367a8eb0d57/width=450/19618882.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UsNTB%RiXnxu~pjY%NozkCWCj]ofaeofM|og", "type": "image"}, {"id": 19619390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e02ce91-f891-43a8-ac64-4d55b18ea61b/width=450/19619390.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UeOMmX-p?wRj_Mo#tSoetQM{sWs:%Mj[IUR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/640808", "modelId": 574783} \ No newline at end of file diff --git a/datasets/metadata/640839.json b/datasets/metadata/640839.json new file mode 100644 index 0000000000000000000000000000000000000000..daf7592bcd8de138155bf9f0ade8d03ba9bc4daf --- /dev/null +++ b/datasets/metadata/640839.json @@ -0,0 +1 @@ +{"id": 640839, "index": 0, "name": "V1.2", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-30T09:13:11.677Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 597848, "sizeKB": 891183.23828125, "name": "Bara_niji_style_v1.2D-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T09:11:06.996Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0647EDD7", "AutoV2": "BC30786203", "SHA256": "BC30786203CB4AE7FF05839F7E9167ABF21E6D73FCEF3A035E0E851C8D175916", "CRC32": "02588045", "BLAKE3": "C0DEC4A8DDDC3E30BA67D50A51CF3BB69AE292422D5692A8D1C6F5CF6BF69DC8", "AutoV3": "75B0030C17DD"}, "downloadUrl": "https://civitai.com/api/download/models/640839", "primary": true}, {"id": 555857, "sizeKB": 55688.4736328125, "name": "640839_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T10:35:49.436Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9F18FA1F", "AutoV2": "4718A6079C", "SHA256": "4718A6079CF4A604155FBD8704838DF50C84DFFEF3431ABBA0A908136A050FE6", "CRC32": "51E65A38", "BLAKE3": "A53DF2608484DB9D6E1BC7BF9A0CC49333065B00CAC6A9A7C0B98319DCB5B328"}, "downloadUrl": "https://civitai.com/api/download/models/640839?type=Training%20Data"}], "images": [], "downloadUrl": "https://civitai.com/api/download/models/640839", "modelId": 574814} \ No newline at end of file diff --git a/datasets/metadata/641039.json b/datasets/metadata/641039.json new file mode 100644 index 0000000000000000000000000000000000000000..cf1b1df2c7977acc4ae61371a1e88b1aa55adfb7 --- /dev/null +++ b/datasets/metadata/641039.json @@ -0,0 +1 @@ +{"id": 641039, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-13T13:01:54.239Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 555874, "sizeKB": 6247.650390625, "name": "641039_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T10:57:43.593Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "81C6F334", "AutoV2": "C6C4CBB10C", "SHA256": "C6C4CBB10C1BED8BD7FDB6F00F1971B0351315F9879E79896447F66FDB3C564F", "CRC32": "ADA4A122", "BLAKE3": "66C5489EA514AAC6B6A4C0D69D0300E91D097866E5B9A9761562EC968150CDFA"}, "downloadUrl": "https://civitai.com/api/download/models/641039?type=Training%20Data"}, {"id": 556068, "sizeKB": 445789.19921875, "name": "ShermanFawn.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T12:41:08.997Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A90FB42F", "AutoV2": "D66DE8D66E", "SHA256": "D66DE8D66E970E25E0AF1E1466278E47AC63D414E050B47A6C6B2FF94F4735F3", "CRC32": "51D22C6E", "BLAKE3": "CAC7038174FA5D4E35D493D05BC27B5074D6B507C218BFB5AEB97AFBE5113E63", "AutoV3": "2B3EEAED2839"}, "downloadUrl": "https://civitai.com/api/download/models/641039", "primary": true}], "images": [{"id": 19647442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae066b51-a523-4884-9493-2b8e76a9e1d4/width=450/19647442.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBG[=;t7~qxuxuj[R*az-;j[IAWBt7j[oeWB", "type": "image"}, {"id": 19647444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b895d696-3165-43ce-9f1a-6dcd4e04e6d6/width=450/19647444.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6Gl9g%2*0xvtRj[s:fRpIj[Z$ae%MkCaead", "type": "image"}, {"id": 19647443, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b53ec5ef-d273-4ee4-8943-702f61293583/width=450/19647443.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7Gl9gxa.T%gXSayxas:tlfkR5ae-pjZNGW;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/641039", "modelId": 574994} \ No newline at end of file diff --git a/datasets/metadata/641047.json b/datasets/metadata/641047.json new file mode 100644 index 0000000000000000000000000000000000000000..dc5a464ef75ce2979c0cbc07c157ad676220cd6e --- /dev/null +++ b/datasets/metadata/641047.json @@ -0,0 +1 @@ +{"id": 641047, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-13T10:38:36.741Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 24, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 555864, "sizeKB": 22237.24609375, "name": "Honoka_DOA-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T10:41:22.311Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BAE50316", "AutoV2": "0DBBC878D3", "SHA256": "0DBBC878D34C81D0C74452FC74D98AD06D86DFD6CBB3407B773356E4C14EBA26", "CRC32": "7C12EB00", "BLAKE3": "C614583AF333DF9BF6ED367168642CC8F83384C98FEE468608ABC75499834E06", "AutoV3": "55F5B1430717"}, "downloadUrl": "https://civitai.com/api/download/models/641047", "primary": true}, {"id": 555863, "sizeKB": 12175.8603515625, "name": "Honoka_DOA.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T10:41:22.660Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1FC37E27", "AutoV2": "188B50C211", "SHA256": "188B50C21107832A1F24F4C86DBF1BE8B6C8309B736216B12D40ADB8C11144D0", "CRC32": "995AC9FC", "BLAKE3": "E8AF48A1FB89062B65B83E1EA3B543CAF83317B7DCA8E61D161ADF0F3CAA739F"}, "downloadUrl": "https://civitai.com/api/download/models/641047?type=Training%20Data"}], "images": [{"id": 19632878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8dd10c2-91ce-495f-8b06-2688f0c1fd66/width=450/19632878.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UVQlLP-;.mozxatQyXWBx^bbM_jZ?aWBR*ae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/641047", "modelId": 575003} \ No newline at end of file diff --git a/datasets/metadata/641082.json b/datasets/metadata/641082.json new file mode 100644 index 0000000000000000000000000000000000000000..245a6356cd51d41cee1dced30374b74e38ff7ba6 --- /dev/null +++ b/datasets/metadata/641082.json @@ -0,0 +1 @@ +{"id": 641082, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-13T11:05:07.866Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["bun_pink", "bodysuit, helmet, belt, gloves, tokusatsu, weapon, white bodysuit, white gloves, ass, holding, mask, boots, pink footwear, pink gloves, shoes, white footwear, "], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 555898, "sizeKB": 7212.9716796875, "name": "Bun_pink.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T11:06:18.466Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "269756D9", "AutoV2": "56C47BD818", "SHA256": "56C47BD818A2EEC43F803CC3A20321F08C4A3C3D3EDF5ADA1038E4FCBA940C1F", "CRC32": "544ECCA8", "BLAKE3": "9DF49487605E42453EB3C38869F28CB8D1B991CEC072D7E2F4FED8166C6399E5"}, "downloadUrl": "https://civitai.com/api/download/models/641082?type=Training%20Data"}, {"id": 555899, "sizeKB": 56075.15234375, "name": "bun_pink_pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T11:06:43.548Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4CA18771", "AutoV2": "A1B073EC1D", "SHA256": "A1B073EC1D29252FD1E0DA2A9E3A294B4262C0C35C3792E3226826BECFF458B4", "CRC32": "5AE759F8", "BLAKE3": "1408B3363D5ED2AB6872046A515E33FC85673A726D25EC789EE6580145075B14", "AutoV3": "A6122EB34C25"}, "downloadUrl": "https://civitai.com/api/download/models/641082", "primary": true}], "images": [{"id": 19635925, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23e38513-50ce-4b20-869e-bc54d0e45df8/width=450/19635925.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1400, "hash": "UbJkK1xuNXen^-ozbvV[?bozxvae?uozw|Ri", "type": "image"}, {"id": 19635926, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/466ce57c-92d7-4813-8b74-d703136d69c1/width=450/19635926.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1400, "hash": "UWIhU5%3OQX3?dxab]kWxvt6o#o#x]ozsWs:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/641082", "modelId": 575035} \ No newline at end of file diff --git a/datasets/metadata/641130.json b/datasets/metadata/641130.json new file mode 100644 index 0000000000000000000000000000000000000000..192a00797043a3003ebb15d1d6f03e7e1acc4269 --- /dev/null +++ b/datasets/metadata/641130.json @@ -0,0 +1 @@ +{"id": 641130, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-13T12:03:31.998Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 555950, "sizeKB": 96.0087890625, "name": "641130_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T11:36:37.122Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "B212A65971", "SHA256": "B212A65971FBFBFD2B977F2E3D7E02D3F33FC3F4D7E7A9EF13A7C77C77348473", "CRC32": "3684B7BF", "BLAKE3": "6AC38E169E6EFE2CC3DE37E4FDA27B6D9273CFD15E7D2140C2BC54C252094D45"}, "downloadUrl": "https://civitai.com/api/download/models/641130?type=Training%20Data"}, {"id": 556010, "sizeKB": 223099.14453125, "name": "Catwoman_Hot-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T12:05:45.727Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1265146C", "AutoV2": "2CFB5CF31E", "SHA256": "2CFB5CF31E463B42228FE16F83E7E0508B42E3D47F62AA7DDDBFCEFCE9C15AFA", "CRC32": "7BFE6884", "BLAKE3": "DE6FC22332B1B605A8AAB238ECA18F1F89D9BBBD09B9D5E8D903E3D2D552F024", "AutoV3": "49633581E466"}, "downloadUrl": "https://civitai.com/api/download/models/641130", "primary": true}], "images": [{"id": 19641568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4f6aed9-bfe5-4b85-af15-8b5cc4e633a0/width=450/19641568.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAAJyV~VNG4:0L9Zxt?G-p-pR*IVjZoeIoof", "type": "image"}, {"id": 19641567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f26b6511-1617-448c-ba85-1d882b2e40be/width=450/19641567.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEAmMB~VoJ%LRjofxtofRkNGIoNG%2ofM|WB", "type": "image"}, {"id": 19641575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfb06c9f-c478-4ce4-9c8b-cdebd131b1d6/width=450/19641575.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U16RGj~o0JR+9FD*xr^*xbD+4.M{?Ht6E2WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/641130", "modelId": 575076} \ No newline at end of file diff --git a/datasets/metadata/641133.json b/datasets/metadata/641133.json new file mode 100644 index 0000000000000000000000000000000000000000..9b01c70f0e435ac1f142efa464752b596d3bbb3f --- /dev/null +++ b/datasets/metadata/641133.json @@ -0,0 +1 @@ +{"id": 641133, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-13T12:00:22.758Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 555999, "sizeKB": 223099.30859375, "name": "Carmelitas_Ass-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T12:02:22.881Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1F771990", "AutoV2": "21E87B9A2F", "SHA256": "21E87B9A2F3D4EDE60279B57514F0D0FE2739432DFEFAA1055B8BA1323DE9CFE", "CRC32": "485B8E72", "BLAKE3": "A19DA4BFF2CE54DE4A03ACE76C45C21D5AFCE40A92FDA187991CDFD7953F7471", "AutoV3": "3A404742F07F"}, "downloadUrl": "https://civitai.com/api/download/models/641133", "primary": true}, {"id": 555953, "sizeKB": 188.9912109375, "name": "641133_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T11:36:35.896Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "62EB773B67", "SHA256": "62EB773B6770D2EE267966DAE65A56BAF984A829BE6F0D487C52CA259BA27A64", "CRC32": "AFB58B10", "BLAKE3": "24F526D30CC8490947133C4D6593B7375ED4CA3953E3D810E6E3A249F161051F"}, "downloadUrl": "https://civitai.com/api/download/models/641133?type=Training%20Data"}], "images": [{"id": 19641278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5e6f357-13ec-4486-a50e-48bb3e352a62/width=450/19641278.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCF}Ae9}0h0p0X}=-T$xx=E7aP$f9QNZ^bK5", "type": "image"}, {"id": 19641288, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf0bc27a-b796-4663-a3df-6c2b17daccf4/width=450/19641288.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Gj$v9|0O0q0G}:=wskt$ER#qwbI1I;~2tQ", "type": "image"}, {"id": 19641290, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/678a2bb4-6eef-45f5-bfd6-5c890aff9756/width=450/19641290.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBGtQQAF0Q0:0F};?D$ecBIuIc,.DtI:~2Av", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/641133", "modelId": 575079} \ No newline at end of file diff --git a/datasets/metadata/641181.json b/datasets/metadata/641181.json new file mode 100644 index 0000000000000000000000000000000000000000..c58cb5905234a987983b6a0fa94b36b3f567211f --- /dev/null +++ b/datasets/metadata/641181.json @@ -0,0 +1 @@ +{"id": 641181, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": "Standard", "publishedAt": "2024-07-13T12:08:03.779Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["meetyan,1girl,black eyes,glasses,black-framed eyewear,round eyewear,long hair,bangs,black hair, blunt bangs, sidelocks, single braid,braid,twin braids,braided ponytail,long sleeves,dress, puffy sleeves,,black dress,gloves,juliet sleeves, black gloves,bookshelf,indoors,library,smile,evil smile"], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 556016, "sizeKB": 194351.748046875, "name": "kitikuneesann.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T12:05:47.269Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D29BA2B8", "AutoV2": "E1B413E309", "SHA256": "E1B413E309708A035A060DAB24B386174FC05F8A8C3CC38E3CDC65DA08A3C2C1", "CRC32": "0736AAAC", "BLAKE3": "94237132DB07120E0E941D70F89A14D3918F2DB50DC0FDA8C1F141EDE6F3D3AE"}, "downloadUrl": "https://civitai.com/api/download/models/641181?type=Training%20Data"}, {"id": 556023, "sizeKB": 223100.27734375, "name": "meetyan.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T12:11:30.541Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "62D1B885", "AutoV2": "4A9611164A", "SHA256": "4A9611164A32C8C6A2C429BA37D002B1807CABEFDF2A8F9B873963C2A14C9C22", "CRC32": "61BA1A11", "BLAKE3": "184B919484AC05897C9707AB035E563454A52E09516304C4E531DE27C2129B4C", "AutoV3": "917D7603D46A"}, "downloadUrl": "https://civitai.com/api/download/models/641181", "primary": true}], "images": [{"id": 19641733, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc4349a3-ee47-499d-8713-933abc2b323a/width=450/19641733.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U57Kh[-;009Z~Wxt9ZIV56Rj-:%L01Io~V?H", "type": "image"}, {"id": 19641712, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a8b67fc-5d69-4736-8769-4b08f2266d18/width=450/19641712.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UEBy~st700RkWVayt7j[00WB~Ws:M{a|axay", "type": "image"}, {"id": 19641617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/581f23ac-1182-42ff-92da-3a261fdeb464/width=450/19641617.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U5Byy?%3004.~9%2I=I.s;t2oI-p01Io~V-p", "type": "image"}, {"id": 19641669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e7bf428-41cc-4711-8937-38688a866956/width=450/19641669.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UBBMb_-o4.Wq-nIpEKR*IpWq%1t657t7~C%1", "type": "image"}, {"id": 19641672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4801e6df-95c5-408c-9335-832c1b7a5f4d/width=450/19641672.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UABy,5~U9sNZ-.E14:X7E1s;xaM{9t%2~C%1", "type": "image"}, {"id": 19641691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67472b5b-cdee-4ff2-afad-a25acec5ae8b/width=450/19641691.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UEBMiIM{01-p~VR*9Zt64:t7-pM{0MoK^*WB", "type": "image"}, {"id": 19641707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61f158d4-d632-4fe5-a73f-2b3cf9194687/width=450/19641707.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEB3sY-;009Zo|RjRjxu01Rj~V%LNGt6xaNG", "type": "image"}, {"id": 19641731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4536fbb-81ba-47eb-97c3-14dfaa8c2f1a/width=450/19641731.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UPI}t]D%?voz%gt7?Hs;4:Rj-ot6~qof%Mt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/641181", "modelId": 575111} \ No newline at end of file diff --git a/datasets/metadata/641203.json b/datasets/metadata/641203.json new file mode 100644 index 0000000000000000000000000000000000000000..938df30adc2c32e1c1876a3538367d42ffaeffd7 --- /dev/null +++ b/datasets/metadata/641203.json @@ -0,0 +1 @@ +{"id": 641203, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-13T12:43:57.746Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 556037, "sizeKB": 1044.244140625, "name": "641203_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T12:21:25.501Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "50B12BD158", "SHA256": "50B12BD158CC333E2CB5C0A8BD1632BBFFFC34060AD307A6C139D9E2A2BFFF10", "CRC32": "B3866D54", "BLAKE3": "5C13F6E34CDD8D7F290928C2CB963F0AB39FEE519A7410760D2FACEF381EA6CE"}, "downloadUrl": "https://civitai.com/api/download/models/641203?type=Training%20Data"}, {"id": 556086, "sizeKB": 223099.14453125, "name": "Sexy_ming-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T12:46:57.244Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "788FC38C", "AutoV2": "67B1B681D8", "SHA256": "67B1B681D823DA42C90C078D3F30B8146A4918AE37818882751AE9CABD8B2818", "CRC32": "F27C8255", "BLAKE3": "1FCEF2DD455E6958AAC2D031D0006FB40BDD07C2E72C17A72B2C4C99618F54C8", "AutoV3": "FA5F2FCAFEE5"}, "downloadUrl": "https://civitai.com/api/download/models/641203", "primary": true}], "images": [{"id": 19645405, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad78c09d-e9c9-4a40-8ac8-36faddd16853/width=450/19645405.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UmN0A1sA~EaguNt7v$a#o#WUixWUwMWBnlkC", "type": "image"}, {"id": 19645402, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1c1ba45-d2e4-4e40-baf8-6acfcf058ae8/width=450/19645402.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UkM6oFs:-qoMy?kB-CkBg5WBi_ofRjjteUaz", "type": "image"}, {"id": 19645401, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ad3f578-ff74-427a-9903-120adc044c91/width=450/19645401.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UfM?oX#n~XMyqF%3v~WYs;R%eANG$jR*nnbc", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/641203", "modelId": 575138} \ No newline at end of file diff --git a/datasets/metadata/641266.json b/datasets/metadata/641266.json new file mode 100644 index 0000000000000000000000000000000000000000..600f636d221bb8f290b247d42bcc68ab123cff35 --- /dev/null +++ b/datasets/metadata/641266.json @@ -0,0 +1 @@ +{"id": 641266, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-13T16:59:51.840Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["Lava Morph"], "stats": {"downloadCount": 24, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 556116, "sizeKB": 36224.7470703125, "name": "641266_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T13:02:00.829Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "66020454", "AutoV2": "D8F8AA2E0F", "SHA256": "D8F8AA2E0FC418C4FFEBA69B6ECBCE39E634FCE4611D233B2A5F0AB6ED74AFD0", "CRC32": "8E81B2C9", "BLAKE3": "9A3ADBB1C20674429A3D32DB94D391018B439126D3E89B38880DB7F84FA0DC50"}, "downloadUrl": "https://civitai.com/api/download/models/641266?type=Training%20Data"}, {"id": 556339, "sizeKB": 223102.87890625, "name": "Lava_Morph_-_so_hot.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T15:07:37.290Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A8FEE624", "AutoV2": "AFC9D3926D", "SHA256": "AFC9D3926D7071F6E89737959540BB6B4E9FFD97CBC4849339707AA109BF9FC5", "CRC32": "685DBB78", "BLAKE3": "32EF0350F95C8E57748F3DDC468B9C9C4F8D7BFC42C7318EA5C360CF5FCBC168", "AutoV3": "F4CBEDFECF0F"}, "downloadUrl": "https://civitai.com/api/download/models/641266", "primary": true}], "images": [{"id": 19669582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4d8bff6-c862-48ed-bcb2-734a0b5ee2cf/width=450/19669582.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7BLCr1f-55p1a-B-UJ60#,pAa],{{5mELxI", "type": "image"}, {"id": 19669607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c340d50-56f2-4ecd-a01b-48a97eedf6b6/width=450/19669607.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEDHvw%M5;R+BobF9usTIAIU9tbc}Xa#jZX8", "type": "image"}, {"id": 19669621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe7ae702-22ae-4c86-a5dc-05f8c199bd22/width=450/19669621.jpeg", "nsfwLevel": 2, "width": 1184, "height": 888, "hash": "UJEUr%Fytl,:%LEMnhR.$ejZa0OY~BOY%1n$", "type": "image"}, {"id": 19669636, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5be585a-5bb8-419f-9a69-1b9eda879b0d/width=450/19669636.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5D%dp1f5lbu10fj$M=H0iR+]-JBrW}A1h5:", "type": "image"}, {"id": 19669650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1177a42d-1cd7-44fa-9ea5-1466792c349d/width=450/19669650.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5CEOgr?rBOr1SSe5Q}Y+@NL5oF^#*Ez}XJA", "type": "image"}, {"id": 19669683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17612f95-fce4-47ab-bcff-a58a8f697569/width=450/19669683.jpeg", "nsfwLevel": 2, "width": 1184, "height": 888, "hash": "U9B_#a0%+Z0%}?I;i^9_0z^POZ;_57$zt8xX", "type": "image"}, {"id": 19669694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12ff5797-b43b-4e8c-9c13-cd40035eae2c/width=450/19669694.jpeg", "nsfwLevel": 4, "width": 840, "height": 1256, "hash": "UAB_rB0}Mx=x6+Eh#RAbIp}XAHxC56s:b^,p", "type": "image"}, {"id": 19669700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d04db96b-0c58-45d1-9876-b35410494656/width=450/19669700.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U9DtVI0}@=K61v1JsmOF{K1h-W;{kYk8|?oe", "type": "image"}, {"id": 19669704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de5e0cb1-8c77-4b16-9eb7-5cd6c17313b5/width=450/19669704.jpeg", "nsfwLevel": 2, "width": 1184, "height": 888, "hash": "U5AR^rELITTK1j$f{_-AAG,;5,AZ^6JAr=s;", "type": "image"}, {"id": 19669707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47dcaa7e-18a0-44cb-896a-456f1d7bab52/width=450/19669707.jpeg", "nsfwLevel": 1, "width": 888, "height": 1184, "hash": "U6Al9K1e*|kW7gWU9]J72],W1J=d}D]j$*R+", "type": "image"}, {"id": 19669716, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ad4d8d6-2ab3-476f-8d3b-cf9e484285f9/width=450/19669716.jpeg", "nsfwLevel": 1, "width": 840, "height": 1256, "hash": "U37T;3}p010f56JUV@$2E+NF-p%M8^wJ-pS#", "type": "image"}, {"id": 19669722, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82bed710-d52a-456d-afa3-8ee227fad18e/width=450/19669722.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UbFhq{V?%g~B~Ws9xa%1f-oLNGI;R.oMM|Iq", "type": "image"}, {"id": 19669745, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/deaeb992-e840-4af4-aa8f-7415fc1b6649/width=450/19669745.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6Emzm20zC~C%#BV]nKi0#=d3CF10e|F1cv$", "type": "image"}, {"id": 19669817, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/112f889e-c9e3-472b-ad07-c441412f8fbb/width=450/19669817.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCGZHwE}2coyGc#k1}s:6oI:AHNx}]nhWCs:", "type": "image"}, {"id": 19669829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2edaf430-4bf6-4921-a749-70c42e74a1dd/width=450/19669829.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTELjVNGIps.yYRjM{jY_4RkWBn$.8RkkCWV", "type": "image"}, {"id": 19669841, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf3c0099-381e-436e-968a-cd27b92a0253/width=450/19669841.jpeg", "nsfwLevel": 1, "width": 840, "height": 1256, "hash": "U38NLeOs4TIo0err68$*JCX9~BX800kB=|Na", "type": "image"}, {"id": 19669852, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f813da3-1247-40c7-9ded-dafe5266d538/width=450/19669852.jpeg", "nsfwLevel": 2, "width": 1184, "height": 888, "hash": "U9Bn~8wc0z%113J79uSh}9$jxZjYEMNu-Vaf", "type": "image"}, {"id": 19669854, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ade76467-00af-4578-82be-ff23e9b33a96/width=450/19669854.jpeg", "nsfwLevel": 2, "width": 888, "height": 1184, "hash": "UAB_xdPBvgIo.mC6ROIoPV%2rqIo-C-U$iJ7", "type": "image"}, {"id": 19669862, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10afc7aa-a463-4967-8bbd-955d55ad1f05/width=450/19669862.jpeg", "nsfwLevel": 2, "width": 888, "height": 1184, "hash": "U4Ak,V1J0g],2a}A:kFc[oAG$*n*Mz-AKOsA", "type": "image"}, {"id": 19673439, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16eb4dfc-7a40-478b-971b-86462b32b3f9/width=450/19673439.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UFDaS~,.I;n~0y5pNa-U}Y}YWXR*J89]xaNu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/641266", "modelId": 575194} \ No newline at end of file diff --git a/datasets/metadata/641390.json b/datasets/metadata/641390.json new file mode 100644 index 0000000000000000000000000000000000000000..154160170029fac129ccc1e65aa249035ba7176b --- /dev/null +++ b/datasets/metadata/641390.json @@ -0,0 +1 @@ +{"id": 641390, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-13T14:30:50.827Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 556214, "sizeKB": 319.2236328125, "name": "641390_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T14:02:20.681Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "EF5C7CB307", "SHA256": "EF5C7CB3073C4AA8BE7C57582F60C66797C7528E710D5CF13D060B1392A6A6CF", "CRC32": "86808019", "BLAKE3": "4C8A9596C1AC521B1406F50DEBCAF3A26908624CB4B68449E0922C0AAA68E4EF"}, "downloadUrl": "https://civitai.com/api/download/models/641390?type=Training%20Data"}, {"id": 556274, "sizeKB": 18545.2265625, "name": "Sexy_selen-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T14:36:25.588Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "04B33B3BCF", "SHA256": "04B33B3BCF44B18C79A553AAE90E1484ECAFD27AAAAB294B218AB4A609AA0EC2", "CRC32": "E15D3403", "BLAKE3": "19A815C79894D60E5C76366A89C0BBB27D285FA59F269AD3722DEEF50EC6EAF2", "AutoV3": "06EF5354D8A8"}, "downloadUrl": "https://civitai.com/api/download/models/641390", "primary": true}], "images": [{"id": 19656495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d71d837-618d-476e-879f-20fbcfaccc00/width=450/19656495.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UrJ%X}xb~XX7t7%2baI.xuR%R*afs:t7oLRj", "type": "image"}, {"id": 19656502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76efcfb8-aa1c-4468-b5e1-5c451c06d9c4/width=450/19656502.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UnKJihjG~Wt7t7%2t7I:x]R*NZWBs:t7s:Rj", "type": "image"}, {"id": 19656494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/823ccd9d-3b04-4ad8-bc75-fa767994e78c/width=450/19656494.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UjJ~.uxa~Dfkt7%2ofI.s;R*R%jan+s:oLR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/641390", "modelId": 575296} \ No newline at end of file diff --git a/datasets/metadata/641406.json b/datasets/metadata/641406.json new file mode 100644 index 0000000000000000000000000000000000000000..d58e3110f5d1ebdcaadde2dc0f9ae075ffe9f1ad --- /dev/null +++ b/datasets/metadata/641406.json @@ -0,0 +1 @@ +{"id": 641406, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-13T14:39:01.240Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": [], "earlyAccessDeadline": "2024-07-16T14:39:01.240Z", "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 556290, "sizeKB": 223104.12890625, "name": "Black_Kings-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T14:40:41.989Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F4636112", "AutoV2": "E56B1EC7D0", "SHA256": "E56B1EC7D0AF335FEF4C0D2ED4081A721018E01A248BF3396BE04EFF31A3521D", "CRC32": "90F01422", "BLAKE3": "8C36418FD94770B991D72ACB1CBFAEF5D2781A8722C8EE966F0E8B46CA143905", "AutoV3": "364729D266B3"}, "downloadUrl": "https://civitai.com/api/download/models/641406", "primary": true}, {"id": 556232, "sizeKB": 7272.341796875, "name": "641406_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T14:10:43.873Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "82967EE7", "AutoV2": "13116D63E8", "SHA256": "13116D63E89FBFBA74787E3E72B9864B380A8CCB0C3CF42985663BA639DBC90D", "CRC32": "61CD0557", "BLAKE3": "3C6C9F1EA773C6F600F3A28D5BB149028B099407DA24A3D10AEA03242EEF2C4E"}, "downloadUrl": "https://civitai.com/api/download/models/641406?type=Training%20Data"}], "images": [{"id": 19657626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d0af515-c96d-44c0-8826-3bbc77507fde/width=450/19657626.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBFrYI_Nys$gI9RjIUoftlRjjEV[%Maeayt7", "type": "image"}, {"id": 19657627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c04581d-5478-4487-a272-217c821397de/width=450/19657627.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UHHx4;-;WBt8~BR%j[WB%gRjayt7-;oMfkM{", "type": "image"}, {"id": 19657628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86531f5f-2743-435f-876d-d6089e689d69/width=450/19657628.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJH1*?nN?w9Z-;kCNGbIF|Ioofs9bwt7a0s:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/641406", "modelId": 575310} \ No newline at end of file diff --git a/datasets/metadata/641492.json b/datasets/metadata/641492.json new file mode 100644 index 0000000000000000000000000000000000000000..c5e7f150941bdd0d190671b0de82939dfecef027 --- /dev/null +++ b/datasets/metadata/641492.json @@ -0,0 +1 @@ +{"id": 641492, "index": 1, "name": "Shishimaru v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-13T14:57:16.212Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": ["Shishimaru", "Komainu", "red mouth", "open mouth", "large black claw", "green fur", "yellow tail"], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 556325, "sizeKB": 7791.150390625, "name": "Shishimaru_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T15:05:48.401Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DB0A5417", "AutoV2": "2085ABA61E", "SHA256": "2085ABA61EA821F1A8CA7E872AEC4DA04C4D84DDE2A9F2E0FAC58C3C28170F23", "CRC32": "8BAD49B0", "BLAKE3": "79F96ADCC3F2E1E8DD2C090E9E47375753D062BD471FCCB2A54959739D32A1AA"}, "downloadUrl": "https://civitai.com/api/download/models/641492?type=Training%20Data"}, {"id": 556332, "sizeKB": 119047.03515625, "name": "Shishimaru_1-5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T15:06:35.590Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "923D6583", "AutoV2": "A320D3E365", "SHA256": "A320D3E365B3F9030170DE7775F09B7FFEB75F014ED984E785612F0214833D26", "CRC32": "0E57D13E", "BLAKE3": "818CED9E25FF14165ED0236622249BF3401F1789E0A028E4F942B1BC50770384", "AutoV3": "F5146E2F9FC6"}, "downloadUrl": "https://civitai.com/api/download/models/641492", "primary": true}], "images": [{"id": 19659720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62555777-e8d1-498e-8f39-0e939a20b8d9/width=450/19659720.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDHUH]EQ~9-.}=9b0Ns.-.xYt7xZ04$%WCxt", "type": "image"}, {"id": 19659722, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48a55f96-a1af-4e31-98b9-3e295445e324/width=450/19659722.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULEeVq~9n%oK-njZIWWCENI;Iqs:59EMW=WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/641492", "modelId": 575369} \ No newline at end of file diff --git a/datasets/metadata/641510.json b/datasets/metadata/641510.json new file mode 100644 index 0000000000000000000000000000000000000000..e7543033134c95fc0fe0e80240222bde3e58ba40 --- /dev/null +++ b/datasets/metadata/641510.json @@ -0,0 +1 @@ +{"id": 641510, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-13T18:59:23.348Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": ["retro anime", "1990", "scanlines"], "stats": {"downloadCount": 70, "ratingCount": 0, "rating": 0, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 556777, "sizeKB": 223111.45703125, "name": "RETRO_ANIME_SCANLINES.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T18:51:22.186Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1100F8C6", "AutoV2": "8F4DC1C5E8", "SHA256": "8F4DC1C5E81EBAD3C10D48D2D20CA0D41D4934E6BE8DD304B6FDEACA53198677", "CRC32": "7384A1CD", "BLAKE3": "B5952670757348979BF17589698BE04328226E9EDE57E710605F9C458C1AA7BA", "AutoV3": "5BDBA9EFE482"}, "downloadUrl": "https://civitai.com/api/download/models/641510", "primary": true}, {"id": 556353, "sizeKB": 128654.314453125, "name": "641510_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T15:17:02.607Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "54A95827", "AutoV2": "F0B58B71CB", "SHA256": "F0B58B71CB63488CCB9F5004995E23B162AA29580B7E901C264A1DD4A4E07DC4", "CRC32": "EA057CFF", "BLAKE3": "433A5C64CDE0EEDC11988A6E3B0ACC858F14E278CDEB50E6DE875BBCC48A5571"}, "downloadUrl": "https://civitai.com/api/download/models/641510?type=Training%20Data"}], "images": [{"id": 19684466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd4aa04a-b0b2-4c46-ba1b-d48593c5d828/width=450/19684466.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UREefR~Vo|Ip?a%Mt8R*NafkxaxaaeM{RjW;", "type": "image"}, {"id": 19684261, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5760806c-12d8-4502-922f-00548f955a67/width=450/19684261.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDCGGks.RM-=~pR*X9oID#Mya*xtEO9Y4m-=", "type": "image"}, {"id": 19684260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/074db51f-c2e4-4f2b-b5d0-230311501894/width=450/19684260.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCF5aI-p00,^0Lno}]tkqu%LyCnn;1ogK*oc", "type": "image"}, {"id": 19684480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83f47ccf-2aea-4838-8dc7-9d4186dcc29e/width=450/19684480.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U9Ac*.i_yZyC00M|00oz.7tQ?as:MgoyI=My", "type": "image"}, {"id": 19684512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f695001-cc58-494a-9247-deb336b20ad4/width=450/19684512.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UXHnTp-n_MxtEMtRwcxt9GjFIURjr=V@aeae", "type": "image"}, {"id": 19684973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af421141-1564-4f14-b9f6-3aa6f1b68a9a/width=450/19684973.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCD[@oD$00?c~WIcIm?b00bW~oNED%%KxrD*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/641510", "modelId": 575403} \ No newline at end of file diff --git a/datasets/metadata/641587.json b/datasets/metadata/641587.json new file mode 100644 index 0000000000000000000000000000000000000000..966c8a94bd755c169942f7304b1c0e88a36123cc --- /dev/null +++ b/datasets/metadata/641587.json @@ -0,0 +1 @@ +{"id": 641587, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-13T22:38:27.014Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["starry_morph"], "stats": {"downloadCount": 17, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 557218, "sizeKB": 223100.63671875, "name": "Starry_Morph_PonyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T22:41:57.624Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4BE585D4", "AutoV2": "0307E2A192", "SHA256": "0307E2A192E8467CEBACA8F7AD34E65FEB7F028395502638E5413819DA860D91", "CRC32": "6D4A457D", "BLAKE3": "5A523B8D1ED3C99151CB077C807A8A546ABFD95ABDD9BA787EDCB33963EBD69D", "AutoV3": "208598BF219F"}, "downloadUrl": "https://civitai.com/api/download/models/641587", "primary": true}, {"id": 556418, "sizeKB": 25896.3046875, "name": "641587_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T15:54:15.405Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BF85C44B", "AutoV2": "ECC5705137", "SHA256": "ECC5705137180430A6748C4E47901C4224163997794C2BDE5B2056E5BA2E792C", "CRC32": "135F00F5", "BLAKE3": "9E2B6BD7B2308286CDCAFFD704AA1CF4E43805AAAE40F6F873D20DB79D91315B"}, "downloadUrl": "https://civitai.com/api/download/models/641587?type=Training%20Data"}], "images": [{"id": 19704626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc2ebd45-96ad-4823-b7fa-a8cab2f7fb9a/width=450/19704626.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKBXfz9HV[-oPXogofWB0K-nX7M{rqtRR*sl", "type": "image"}, {"id": 19704628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/478a86ce-299f-4d6a-bd3d-65d1e4629f2b/width=450/19704628.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URC@z3=x%LyDX=V@MwX802IUM_W=MdX8t1n%", "type": "image"}, {"id": 19704627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fce9ce4-5b49-4382-a088-26df9aaa0436/width=450/19704627.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7BN.-JX{uI]9ntR4ns800s.BEslu%Mx~TS4", "type": "image"}, {"id": 19710506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb1d866a-0f4e-4b67-93de-dff87e8d209f/width=450/19710506.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCF#p@Os59rrH=D%01M{E2~B.8%MNfM{w]9u", "type": "image"}, {"id": 19710505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58af190e-cdad-49e2-9565-f8942ea513a9/width=450/19710505.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6CGJW0M%#yWv.^*0Oxt03xv02Me-#5W~8Ip", "type": "image"}, {"id": 19710507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02677ea0-0e99-4239-b0f5-9e17fbbb8d18/width=450/19710507.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULHewZ~V0z9GsqRQE2M{0%IqH@jF^5xZZ~jF", "type": "image"}, {"id": 19710508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17987fc5-9748-4913-a4fa-b12a215a50e8/width=450/19710508.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UBHU^Q}?0?0z4qOs9ZVtDgSOMb#lDhR*VCn#", "type": "image"}, {"id": 19710510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43b3a2ca-900c-42c9-af12-73ae02b43424/width=450/19710510.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAFOcJ4:03~oInxtIpM{m%R*E2$K~pRP$ykX", "type": "image"}, {"id": 19710511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c431ef0-13d6-4d0f-818d-d41fb4b071ef/width=450/19710511.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UFHKR,0L04~pra-o5TIV~Wxc0MyDWTbwxZE3", "type": "image"}, {"id": 19710509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b86239a-81da-48c2-8494-42d8b91b2223/width=450/19710509.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKGknbRW4rx@v~^,FZen^+xqIoEK~VInE2Na", "type": "image"}, {"id": 19710512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d74977f-2de0-4ee6-ae32-351462e269cc/width=450/19710512.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UCD0iq059v~C4@~UMw9v^HM_I8%z%#bLS$RP", "type": "image"}, {"id": 19710514, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a09b0a19-9714-4ce2-a23c-af66e75f6e8d/width=450/19710514.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEGa?-065q~903x]Narr?ar?5T-kVXRkQ-ob", "type": "image"}, {"id": 19710513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81a2182a-e6ea-4d9d-b071-c9671cdaa579/width=450/19710513.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJGt.,0MGF~U0Mx[aenOx[WVEhxt-5M|rrNG", "type": "image"}, {"id": 19710516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfe86d64-28a7-45d9-9d05-4d4eaf3e46a8/width=450/19710516.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGDd@KEm4U_MxwRnH?tl00ic?aIUI[x]R5t5", "type": "image"}, {"id": 19710515, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2052549-3fb4-40a7-8426-ce8eb2206639/width=450/19710515.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U7C6lj0M0:~AMd?b0N?H00S*^iIW-:H=WCWA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/641587", "modelId": 575467} \ No newline at end of file diff --git a/datasets/metadata/641624.json b/datasets/metadata/641624.json new file mode 100644 index 0000000000000000000000000000000000000000..7ef15f6d8e8add0cf5231d67019c0253dcf21af8 --- /dev/null +++ b/datasets/metadata/641624.json @@ -0,0 +1 @@ +{"id": 641624, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-13T16:07:46.566Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 17, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 556456, "sizeKB": 11762.205078125, "name": "Ayane_DOA.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T16:10:39.597Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6E69C9AE", "AutoV2": "1E537F79EB", "SHA256": "1E537F79EB144A2E0B4E2AEE4FD5F58D4421A796AC657D4D6038D4D11EDE3708", "CRC32": "CB603530", "BLAKE3": "E6B9FD523777C550EAA8251EE3DF8D2278CDE84EFC49094A8C00406326A11F80"}, "downloadUrl": "https://civitai.com/api/download/models/641624?type=Training%20Data"}, {"id": 556457, "sizeKB": 22237.19140625, "name": "Ayane_DOA-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T16:11:08.616Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "083505EE", "AutoV2": "D4C0BDC60C", "SHA256": "D4C0BDC60CBF8C170E428857BAB44CEC14A3A75B64A6BF0B0224AB93874FC894", "CRC32": "6A98968A", "BLAKE3": "717E5EC11B8FB954BE911C96A94297F3101C2A52C3456F167319EEB1E9F0A03D", "AutoV3": "D318C276B52D"}, "downloadUrl": "https://civitai.com/api/download/models/641624", "primary": true}], "images": [{"id": 19667110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7da1f8b1-2244-4607-b41e-0fa6b03541b7/width=450/19667110.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UfO.]:%1Ri%1NHV@%LjE.8WXr;of~Va}xtWX", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/641624", "modelId": 575502} \ No newline at end of file diff --git a/datasets/metadata/641644.json b/datasets/metadata/641644.json new file mode 100644 index 0000000000000000000000000000000000000000..855bf3f6ac8e9789c82081441c0b49ce4fdb112a --- /dev/null +++ b/datasets/metadata/641644.json @@ -0,0 +1 @@ +{"id": 641644, "index": 1, "name": "Kyuutarou v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-13T16:15:43.964Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": ["Kyuutarou"], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 556478, "sizeKB": 2485.5791015625, "name": "Kyuutarou_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T16:18:03.159Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E06B9C2F", "AutoV2": "D705E09051", "SHA256": "D705E09051BE3DB5A877222C309CCFC8356C4BE86B0436D5A12A7A26ED9BD445", "CRC32": "22642C3C", "BLAKE3": "8F4246E0A7E75C3EE8EBE11EFC7B4C579D2A930487EE8064664B158D52240954"}, "downloadUrl": "https://civitai.com/api/download/models/641644?type=Training%20Data"}, {"id": 556479, "sizeKB": 119047.26953125, "name": "Kyuutarou_1-5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T16:19:20.718Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "21EFA9BD", "AutoV2": "4B81C45CE8", "SHA256": "4B81C45CE8513CC1712F2923557C87E35488C6578D1085548F39FC0104159DC4", "CRC32": "F54C5ADF", "BLAKE3": "25B3D7E9741471B4691373BA5A9C5FC6572F3BB1E882CA64FD1674B079D9D995", "AutoV3": "4D374EF35928"}, "downloadUrl": "https://civitai.com/api/download/models/641644", "primary": true}], "images": [{"id": 19667908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/530ce82d-35a5-4d36-ab2d-015749a33f6d/width=450/19667908.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UgHo5is+xsxu?wRjt6t8%hWBjZoftSofaeoL", "type": "image"}, {"id": 19667907, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02c3036b-8fb8-47af-8f55-f237b19c575e/width=450/19667907.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "ULFrUyS59ZM|~UN3WSE1tKNI-.WB%JIVt5-.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/641644", "modelId": 575497} \ No newline at end of file diff --git a/datasets/metadata/641774.json b/datasets/metadata/641774.json new file mode 100644 index 0000000000000000000000000000000000000000..675fed6ef814b93550097bac2ced478a967bc311 --- /dev/null +++ b/datasets/metadata/641774.json @@ -0,0 +1 @@ +{"id": 641774, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-13T23:57:28.828Z", "availability": "Public", "nsfwLevel": 28, "description": "About this version
More distant images may show some artifacts, distortions or disproportions in the face when generating images in Civitai, therefore, the recommendation of this LoRA is to use the example image gallery, characters closest to the image or use some Embedding to reduce errors on the face.
", "trainedWords": ["by odisia"], "stats": {"downloadCount": 45, "ratingCount": 0, "rating": 0, "thumbsUpCount": 14, "thumbsDownCount": 0}, "files": [{"id": 556661, "sizeKB": 677882.4228515625, "name": "641774_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T17:46:23.634Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F64101CF", "AutoV2": "9B9B690541", "SHA256": "9B9B69054185772D4424C479BB8424BE0F4BA364C89C88B40302FC81E7AC3279", "CRC32": "3D374DC9", "BLAKE3": "428D7EB91B7D6EC18040CC38F139EBA64492959CA2E725651DE6E116D55C9F73"}, "downloadUrl": "https://civitai.com/api/download/models/641774?type=Training%20Data"}, {"id": 557348, "sizeKB": 223128.76953125, "name": "Odisia_Style_Lora-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T23:51:18.041Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EC035C0E", "AutoV2": "532A56F445", "SHA256": "532A56F445FE36D4DF8948F6FE220B826B13A70323F4DE110F2443BFE3FE83D1", "CRC32": "88FC1F9A", "BLAKE3": "ED8537CB745D8F7050E548C31D1699FAEEC48ED0A9A0ADC54508373AD4891F91", "AutoV3": "C2AE30905FEC"}, "downloadUrl": "https://civitai.com/api/download/models/641774", "primary": true}], "images": [{"id": 19711574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c626dc4c-4e2d-43df-bcc1-1b2226b13ed5/width=450/19711574.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UBIzYP0L01~V%gn+IpbF01?GyC4;w{kVR+t7", "type": "image"}, {"id": 19711582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e305c27a-fd1b-4ac8-bb85-5e8ea21217e2/width=450/19711582.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UIHTd0~AP9kW9}xZE4s:E2M|rrNHkUR*aeIp", "type": "image"}, {"id": 19711560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0093ebd4-fc99-4a12-96dc-b3bf6dc697fe/width=450/19711560.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UTLzEd8_-TRk-T%fo#R-=xoL%Mt6~CxaIUjY", "type": "image"}, {"id": 19711549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c5d05cd-d85a-4840-9a45-07c279b59e7e/width=450/19711549.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UIIE|P~n3=KQ9__1#Qt3H=kq$*9_bbRRFynj", "type": "image"}, {"id": 19711570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bb3cddf-ebb5-4d0a-9f77-d675e76db131/width=450/19711570.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UJME]VxZ;2xG}ENHE4oLDks:%ekCnmjaxWWV", "type": "image"}, {"id": 19711557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b754789-28a1-47ca-b2d9-4cec40a9a1af/width=450/19711557.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJH2$B5Q02}[_Mt7M{SK0e-BwJE1kSNFMysD", "type": "image"}, {"id": 19711555, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a02f67c2-f9aa-45ce-8b2a-cb9c557cf2f0/width=450/19711555.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UYG@uw=|$*~B^Q-VNGs:=|R*NGWVs:bGNGn%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/641774", "modelId": 575628} \ No newline at end of file diff --git a/datasets/metadata/641876.json b/datasets/metadata/641876.json new file mode 100644 index 0000000000000000000000000000000000000000..ce807795d91fcee09a5705bab48be6622d8129b3 --- /dev/null +++ b/datasets/metadata/641876.json @@ -0,0 +1 @@ +{"id": 641876, "index": 1, "name": "V0.1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-13T21:48:42.660Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "earlyAccessDeadline": "2024-07-27T21:48:42.660Z", "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 556789, "sizeKB": 16568.033203125, "name": "641876_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T18:56:21.104Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CF0D1760", "AutoV2": "D7E5E2032D", "SHA256": "D7E5E2032D5DDD2E192D8B9FD754403569C28AF840D2DA908D6A5C546D2A4424", "CRC32": "E1ECEC7D", "BLAKE3": "68C4A170BAFB4F2201753AFED6580100E9EA68D548A3FB27E24BFF5421266E12"}, "downloadUrl": "https://civitai.com/api/download/models/641876?type=Training%20Data"}, {"id": 556963, "sizeKB": 223103.58203125, "name": "MediMorph.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T20:25:50.841Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0F50ABA8", "AutoV2": "73A0FE2DA1", "SHA256": "73A0FE2DA1B254239DF48B8292724D1AC6BAEE3D7B14F93B9B5CF35A3406FFED", "CRC32": "0A27A15E", "BLAKE3": "223CA6AB2864DF0A3EC7BFB6A73861F8DA9BDBBEEF431A19F046BD816EE60012", "AutoV3": "D5339FDE3FBA"}, "downloadUrl": "https://civitai.com/api/download/models/641876", "primary": true}, {"id": 556966, "sizeKB": 223103.58203125, "name": "MediMorph.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T20:27:17.188Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0F50ABA8", "AutoV2": "73A0FE2DA1", "SHA256": "73A0FE2DA1B254239DF48B8292724D1AC6BAEE3D7B14F93B9B5CF35A3406FFED", "CRC32": "0A27A15E", "BLAKE3": "223CA6AB2864DF0A3EC7BFB6A73861F8DA9BDBBEEF431A19F046BD816EE60012", "AutoV3": "D5339FDE3FBA"}, "downloadUrl": "https://civitai.com/api/download/models/641876?type=Model&format=SafeTensor"}], "images": [{"id": 19699995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ad33304-9787-4842-95e4-a886f4c8f552/width=450/19699995.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEGS7Q?b9EIp$zxD9FIo%1slD%NG~pxuM|Ri", "type": "image"}, {"id": 19699983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/def0c216-48c7-4933-b086-29369121d96c/width=450/19699983.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCH2AxysR5Xo^5Ossmj[VDbHo}jER4xZ%gxZ", "type": "image"}, {"id": 19700027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27c00af2-7c27-4a0c-b749-908b830ae0b4/width=450/19700027.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAG[.$9F0e?b~9NJIAoz$JNeD*xu~qE1RP%M", "type": "image"}, {"id": 19700020, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba50983a-f7e7-42db-809d-0ab2cf8c45f9/width=450/19700020.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFJjrC~A=D9a?b9bW-oJ#Qfl9us:W-s,WEog", "type": "image"}, {"id": 19700150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e10ccf9-08d0-42cd-9ec7-40afc687f024/width=450/19700150.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAH.E4Dh%G?H_4i^9ZNGIARlD%M_VrRix^V[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/641876", "modelId": 575708} \ No newline at end of file diff --git a/datasets/metadata/641984.json b/datasets/metadata/641984.json new file mode 100644 index 0000000000000000000000000000000000000000..8a317db7cb636e37c64c5d65948bcf3b19c35c4a --- /dev/null +++ b/datasets/metadata/641984.json @@ -0,0 +1 @@ +{"id": 641984, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-13T19:50:17.042Z", "availability": "Public", "nsfwLevel": 28, "description": "First version
", "trainedWords": [], "earlyAccessDeadline": "2024-07-14T19:50:17.042Z", "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 556815, "sizeKB": 14730.224609375, "name": "641984_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T19:06:23.258Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "72526D28", "AutoV2": "F3C6EDFA82", "SHA256": "F3C6EDFA82CD4F143B26072C978CAFD3660AE9EFB39D93F62042C4D61503F97E", "CRC32": "0B28E4A0", "BLAKE3": "9F846E0006E4114A182BD9789C8423147F536F23EB8270D2E315B9EA1F73E3EB"}, "downloadUrl": "https://civitai.com/api/download/models/641984?type=Training%20Data"}, {"id": 556887, "sizeKB": 223106.16796875, "name": "3D_SEX_SLAVE_SEXY_POSE-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T19:46:02.818Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3CA59B5B", "AutoV2": "74A33FEE7C", "SHA256": "74A33FEE7CE7B49CE89787677567252BE04B950C1A4B578C985D27A5BA3DC592", "CRC32": "5099514C", "BLAKE3": "52D087B348BA4526EBB4D1B1638A288240A08ABCF5D47F40A2B4F19992CD68D0", "AutoV3": "34495A65E82E"}, "downloadUrl": "https://civitai.com/api/download/models/641984", "primary": true}], "images": [{"id": 19689268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7a8352e-ca25-4cd0-b311-196a2d67ae3a/width=450/19689268.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U9A,ax_3?^~q~WkCtR%M9uM{MxRPtSoLt6kC", "type": "image"}, {"id": 19689266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1423e4cb-e155-4975-b7eb-637194b3b8d2/width=450/19689266.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U27AxcDh%3WA~W9axuM|?GkCnhn*IUxaS2WX", "type": "image"}, {"id": 19689269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a93cf74-a769-471a-824f-60d0904725b4/width=450/19689269.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U47,xz~B5qb^.7tRSio#6RSO^O?FxaWER+j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/641984", "modelId": 575809} \ No newline at end of file diff --git a/datasets/metadata/642007.json b/datasets/metadata/642007.json new file mode 100644 index 0000000000000000000000000000000000000000..6899c667170a2ea807acfa4c86402f99b9b21e26 --- /dev/null +++ b/datasets/metadata/642007.json @@ -0,0 +1 @@ +{"id": 642007, "index": 0, "name": "Mileena - mortal kombat 1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-13T19:53:28.708Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 556831, "sizeKB": 444.470703125, "name": "642007_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T19:31:29.953Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "959442BD3C", "SHA256": "959442BD3CB692FD2B6CA778BDD61596C1991D83E45A21C314566BC6A97C5515", "CRC32": "B326278A", "BLAKE3": "C31CAE54BF3166BA393A3B5A2D835538ABB2DE1A16324D4E3189776C6113073D"}, "downloadUrl": "https://civitai.com/api/download/models/642007?type=Training%20Data"}, {"id": 556900, "sizeKB": 223099.27734375, "name": "Mileena_-_mortal_kombat_1_horror_1.5pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T19:52:39.885Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1D4A0ED2", "AutoV2": "03ECA21C7A", "SHA256": "03ECA21C7A734CBFC428920EC9E8C10C050AB861B10969D6C3CE636B5E9331F8", "CRC32": "574AB5FF", "BLAKE3": "2C704740104ABB2D151110EEECAEBEA5720C1AC6B2358F0FFAAFDA76974A10D8", "AutoV3": "75597F90094D"}, "downloadUrl": "https://civitai.com/api/download/models/642007", "primary": true}], "images": [{"id": 19689439, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17c523b7-f635-4649-bb46-c2f67365a312/width=450/19689439.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdI:OPx^}?-Ux]-pS$W;%Mo}ozbH%Lxuofsm", "type": "image"}, {"id": 19689438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef66c78d-3158-404d-94a2-1a052828e7c9/width=450/19689438.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UfIpJ3%M}?%1%M%MS$oex]o}kWWX%Lxus:s.", "type": "image"}, {"id": 19689440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cae80509-a693-42f4-8219-7f7d4c0b1a7c/width=450/19689440.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UfIywh%M}?$%%M%MS$bHx]o}ozS2%Lxus:sm", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/642007", "modelId": 575829} \ No newline at end of file diff --git a/datasets/metadata/642049.json b/datasets/metadata/642049.json new file mode 100644 index 0000000000000000000000000000000000000000..cbe0d085c3a9288d5d982b7678dd5bcbaffd5641 --- /dev/null +++ b/datasets/metadata/642049.json @@ -0,0 +1 @@ +{"id": 642049, "index": 0, "name": "Zoey Beta (Fortnite)", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-13T20:37:12.686Z", "availability": "Public", "nsfwLevel": 7, "description": "In this first version (Beta 1.0), several tests were carried out to form the character Zoey from Fortnite, it is still in development for a similarity more in line with the game.\nrecommendation\n-use Pony Diffusion or AutismMix\n-Do not use photo realism\n-Use soursa_anime
", "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 556878, "sizeKB": 1778.9541015625, "name": "642049_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T19:42:09.867Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "E3697DC0BE", "SHA256": "E3697DC0BECEF494FC1F716E19B8DB0E1FD9EF5E700910BDB7E5EF935CEC2EEA", "CRC32": "834BB0C6", "BLAKE3": "70E49D0F626852D4D17E9B4F2462F60B7F9FD4853D80EBE30C18C1EF384EE39A"}, "downloadUrl": "https://civitai.com/api/download/models/642049?type=Training%20Data"}, {"id": 556968, "sizeKB": 223102.66015625, "name": "Zoey_Fortnite.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T20:31:08.014Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E311DA62", "AutoV2": "7F7CBD44C7", "SHA256": "7F7CBD44C70AB6F456F59F7F9806CA55D6C075E78040110611C692F318344EFB", "CRC32": "4BB393C5", "BLAKE3": "A834F9A52EF724A1FC843F613846AE255CD0CE034AF5D9796F406D578E5883B7", "AutoV3": "0FCDC38BD5F9"}, "downloadUrl": "https://civitai.com/api/download/models/642049", "primary": true}], "images": [{"id": 19693406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ab35bb6-e872-4e76-8256-7f2ca4c52df8/width=450/19693406.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UYI;V+;zGKm[xG,Avi#,VITDtPXlvrV[rsR-", "type": "image"}, {"id": 19693407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81025cc3-4f00-442f-bcbb-95bfe657ed77/width=450/19693407.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEKnJFwG^7^H4VILJ6KkHF+5J#VG@vm_yTFo", "type": "image"}, {"id": 19693452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54f8f11c-b21d-4e69-a77b-77bebda32272/width=450/19693452.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UDGHJW=sE9M}-@i_n:WF0xShw1s:=WkVM_WA", "type": "image"}, {"id": 19695015, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca5ff86e-341d-4da2-bd20-45bd46a73523/width=450/19695015.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UgHV4O@w#x$-J;PLRVX6FxnBOlK0V4r^xHnO", "type": "image"}, {"id": 19695016, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e47f99b2-28e6-4f1c-8daa-c4aa179a40d9/width=450/19695016.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYIY-PkoyZbxnQV|T0f}LbslORoIS}sl#nWE", "type": "image"}, {"id": 19695033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48d1c6d8-1e76-449b-b19d-2e963cb0c3bd/width=450/19695033.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UkFZmwn6GKtSiTf*a7SfGGO;n#SdM{i%oyXO", "type": "image"}, {"id": 19695048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1888739a-997f-4eb1-b2d9-18d6f32ed0a8/width=450/19695048.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBHJtBIVAc,;.A+]-rr?BP=dNNRj=aJ9]$Na", "type": "image"}, {"id": 19695102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/069af8dc-942f-4c6d-8f5f-858a30391726/width=450/19695102.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UCHTK^^NEgEM^,$f-qR.61xaOGnj=Xt6}rsp", "type": "image"}, {"id": 19695106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/983d4ad5-3031-48dc-a876-7d4af79b5b81/width=450/19695106.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UUFGefwgj7TLDDbXJER:KPW.O,WYrfbH+us9", "type": "image"}, {"id": 19695212, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe9fe804-8a10-461d-8222-ff4777660bc3/width=450/19695212.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UbF=kBIXL4xbOai}WAS29cjcsmRj-ER-R*jE", "type": "image"}, {"id": 19695227, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0696c547-adb6-45bd-9cc5-94e61fb19d30/width=450/19695227.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UYH1yCIupfxHKTV{R;W=DijFi]SNo%WBxajE", "type": "image"}, {"id": 19695453, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6144e746-bc6f-49ef-a3da-9c49740015bb/width=450/19695453.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UeGR=cV{JIt9ETc6X9f+O?nTfgOmO:rsSwbE", "type": "image"}, {"id": 19695460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b51ab22-3f3f-4dd2-af07-baf7ee2e0af9/width=450/19695460.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UdFP:skWJ[n,DFjFRqS6OYf5xUS$r{X8WAv~", "type": "image"}, {"id": 19695605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bf941bb-c4f5-4e0b-b4a9-d4a56b76d444/width=450/19695605.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UlE4i$niG^X-DTW=a5aeNMoLrEe.VcjGoykB", "type": "image"}, {"id": 19695608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0f03c5b-bee0-42a3-9a1f-91d2c0648521/width=450/19695608.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UhEX9tjFCTX.HvjYm:aeElg3rYV@Z%jFoKkC", "type": "image"}, {"id": 19696038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d340954-c7b6-44fa-92ed-1a9e0c3622f6/width=450/19696038.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UoH2dDIr%%ohR?WEfRR-NgRmWUW:E9jHw]WB", "type": "image"}, {"id": 19696044, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a033a40-5148-4a1a-b9cc-227790a13907/width=450/19696044.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UsIqsbIt%%WbOJnhWZkBIUozRPS0NORkt7ni", "type": "image"}, {"id": 19696190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f502ae6-6839-4e4c-a247-f0c6767f0a55/width=450/19696190.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UoH-[[IqyZr{ObjIn,S4E3fmRQowN4WYo#WC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/642049", "modelId": 575867}
\ No newline at end of file
diff --git a/datasets/metadata/642233.json b/datasets/metadata/642233.json
new file mode 100644
index 0000000000000000000000000000000000000000..367773b760e9bedbb8c9fe1f4388b31eed4913d3
--- /dev/null
+++ b/datasets/metadata/642233.json
@@ -0,0 +1 @@
+{"id": 642233, "index": 0, "name": "V2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-13T22:57:53.006Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 557065, "sizeKB": 621204.5712890625, "name": "642233_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T21:22:03.683Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AC83103E", "AutoV2": "31E60B1778", "SHA256": "31E60B1778544435F15CC758E0866ED5B417C0D06D2FCB77078957F735C0041E", "CRC32": "D68F0C91", "BLAKE3": "C4061610A0E8E1710058E0D6E7810D68BC4451041881F464DBDDF7AFB63C93C6"}, "downloadUrl": "https://civitai.com/api/download/models/642233?type=Training%20Data"}, {"id": 557259, "sizeKB": 36986.328125, "name": "Geeky_Civit_Blend_1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T22:56:08.937Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D3498660", "AutoV2": "49849D2B8D", "SHA256": "49849D2B8D8F58C4B76182B3A7DF263BF30C4A02FC328283AD1CB08AA3B823AB", "CRC32": "68C3B686", "BLAKE3": "02219764A57EFA14B7E9D4328CC1E8414A9EAF0D0A2C82243BDA281A3832A70B", "AutoV3": "9DF2D58D7DF1"}, "downloadUrl": "https://civitai.com/api/download/models/642233", "primary": true}], "images": [{"id": 19706391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/356d14ac-6873-49c3-8ee9-c21d568ba9c1/width=450/19706391.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UADvZcXm00,C.7xCR4ShX+nh]jXR01oc~Vs.", "type": "image"}, {"id": 19706389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb4211e6-3cd6-4884-a26d-a61c69d6bbbd/width=450/19706389.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U28ErdyE00Qn?_eo8NW+1:bY:?NF0]of-aN=", "type": "image"}, {"id": 19706390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7aaad90d-c55f-49ba-bf8e-1b7fa19d4680/width=450/19706390.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U68;y9RN00-@Oyj_4mj:k]j]?KM^0cowz.WG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/642233", "modelId": 575964}
\ No newline at end of file
diff --git a/datasets/metadata/642315.json b/datasets/metadata/642315.json
new file mode 100644
index 0000000000000000000000000000000000000000..26bdfe9ebdb8bc7797605c4460e0b4810c18981b
--- /dev/null
+++ b/datasets/metadata/642315.json
@@ -0,0 +1 @@
+{"id": 642315, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-13T23:25:03.003Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 557176, "sizeKB": 978.5439453125, "name": "642315_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T22:21:37.076Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "F409267913", "SHA256": "F4092679131611A51C66405D73BC4FE5C4B7B34B2F32D2AD63F785B7482C2488", "CRC32": "EA4F6EEB", "BLAKE3": "45ACFDE539AA4DA7B245E670A84769454735E411EB40E41233BFAAEA87C8EEBD"}, "downloadUrl": "https://civitai.com/api/download/models/642315?type=Training%20Data"}, {"id": 557314, "sizeKB": 223103.46484375, "name": "Bill_Grey.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-13T23:25:55.478Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "46F7F32F", "AutoV2": "02E665328C", "SHA256": "02E665328C867B8D3559BBDB11482F50D69ECC59571A4F7AD2C2921A36853706", "CRC32": "8831238F", "BLAKE3": "E0E25ED8135C669CDBD9981AE2244A0996CA65D903F0D05DE1E7DB575C74E407", "AutoV3": "D54263B415F9"}, "downloadUrl": "https://civitai.com/api/download/models/642315", "primary": true}], "images": [{"id": 19708818, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4be6a710-f5ac-424a-8ea8-bee32b543739/width=450/19708818.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6HCP{o|S~tkthazayay?wj]e:oLJ3WVWBWW", "type": "image"}, {"id": 19708816, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bf9d337-0477-4d9b-8d86-157f592192de/width=450/19708816.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJGS3,pIFfs.K}tlxanOCj-V-oIp}@%2TJNG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/642315", "modelId": 576094}
\ No newline at end of file
diff --git a/datasets/metadata/642533.json b/datasets/metadata/642533.json
new file mode 100644
index 0000000000000000000000000000000000000000..4fdd72b4cea882884499658f72013834a770c9de
--- /dev/null
+++ b/datasets/metadata/642533.json
@@ -0,0 +1 @@
+{"id": 642533, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-14T00:01:07.653Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["butterflyStyle"], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 557375, "sizeKB": 15927.443359375, "name": "butterfly_morph.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T00:01:19.962Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6A902C3F", "AutoV2": "D3E0A720A3", "SHA256": "D3E0A720A3F2BA012511C3D5FB78C99ACA5173F20DA19A95B522BC80A8020463", "CRC32": "F88A8EDD", "BLAKE3": "E994A8605C4F3D8ACA452C7743B4EF03AB6B7AE27A894FA71DEFF0015760BD77"}, "downloadUrl": "https://civitai.com/api/download/models/642533?type=Training%20Data"}, {"id": 557376, "sizeKB": 223099.44140625, "name": "butterflyStyle-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T00:01:26.146Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4763E204", "AutoV2": "AAF3542DCF", "SHA256": "AAF3542DCF55AAF9304BF996EF9781BA850752717A7078C73C0812C6927754EB", "CRC32": "FC3F867F", "BLAKE3": "A0BE1AE54DF6AE1EDC25D896F489A0B3DFC3B769AF33F412EBFAA2D7E8B7E95C", "AutoV3": "70E6C22BDC54"}, "downloadUrl": "https://civitai.com/api/download/models/642533", "primary": true}], "images": [{"id": 19712133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f92dea43-de26-4e6b-924a-c98a5e5e079f/width=450/19712133.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "UXI64kIoYRtmkW-p9aR-tRWqRQV[tRfkxaWB", "type": "image"}, {"id": 19712136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/382746c1-d79d-4683-b4d7-0ee2d23b0f70/width=450/19712136.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "UFG9dM~q.TtRtRofD*M|X7ofMxRjo}WBxZtR", "type": "image"}, {"id": 19712137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65e52ae0-dc69-4600-af50-5d5cb61e25d9/width=450/19712137.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "U34xf0~qIU00xaxuxuRjMxM_NGX9t8WVM_M{", "type": "image"}, {"id": 19712574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddef7938-f590-4498-9ad7-32bbe8a0bd24/width=450/19712574.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "UDIX:JtS.7R*~pIA4nWBadxuM|Rj9GM{aKoe", "type": "image"}, {"id": 19712138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ceba464-246e-4091-85ec-87d1a4f7084b/width=450/19712138.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "USIr1=-;_N%MxuRjV@WBt6ofM{WVxaj[WBjZ", "type": "image"}, {"id": 19712590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e21f64a0-5032-41cc-a174-f53867f084c9/width=450/19712590.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "UDEfym8^Kkks_M%N9vIUOCRjMde-ESNG=]xt", "type": "image"}, {"id": 19713247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56eb23fb-4aed-4817-a585-678a1eede3f5/width=450/19713247.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "UBGb*a-;u5R%-pofo~WU?^NGE1ogx]a{Vss:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/642533", "modelId": 576282}
\ No newline at end of file
diff --git a/datasets/metadata/642556.json b/datasets/metadata/642556.json
new file mode 100644
index 0000000000000000000000000000000000000000..a81f7cd441197449d1fe15f4b7588d78aa104ac3
--- /dev/null
+++ b/datasets/metadata/642556.json
@@ -0,0 +1 @@
+{"id": 642556, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-14T00:18:29.394Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["tearStyle2"], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 557412, "sizeKB": 223099.53515625, "name": "tearStyle2-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T00:26:14.082Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "67A51E6F", "AutoV2": "012806F42B", "SHA256": "012806F42B08652FB34DCF2B8E1A1053AE491295F8CF607166C9B7C5B206CE85", "CRC32": "D0744E6E", "BLAKE3": "EA3B4AD900102C7672BA45800C00DE1674D9D265F2DB0D4AC420E5029275A582", "AutoV3": "3C4E34CADB9B"}, "downloadUrl": "https://civitai.com/api/download/models/642556", "primary": true}, {"id": 557410, "sizeKB": 24495.78515625, "name": "tearStyle.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T00:27:22.333Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "361E930F", "AutoV2": "FF45515DC7", "SHA256": "FF45515DC7CA2293C8F01E8946C23ABEB5A6128F3AFD76821B5E4F8307850EBA", "CRC32": "9315E84F", "BLAKE3": "972E21167A0F10CB66E7284E37BB8E2B0981BA0819AF315B92392DE80AA31D76"}, "downloadUrl": "https://civitai.com/api/download/models/642556?type=Training%20Data"}], "images": [{"id": 19714800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c3ee93f-01c9-49bd-b365-bdf594d91a3b/width=450/19714800.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "U8EpKERjIUx]00xu00D$00WB?bxu~WM{%M%M", "type": "image"}, {"id": 19714801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c560454c-5d42-487b-b721-5e07cbcca95e/width=450/19714801.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "U8BE8pMwxD00D$R*M_nhH;DhMx%g?wR*H;%h", "type": "image"}, {"id": 19714803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e9f619b-1755-4c81-9516-258c57a9efc2/width=450/19714803.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "U5FO_l01:#H=%:=x-=%h00V{KP.7_2~W8w00", "type": "image"}, {"id": 19714802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b478bbc-614d-4bcf-9a43-3e311515507d/width=450/19714802.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "U59ZZU%10MIp}@oL5Ray01Ip-7xZ0fay^Ofk", "type": "image"}, {"id": 19714798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03a4380c-1c22-47a5-b548-cf500a06998b/width=450/19714798.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "U35r6|~qRj00xut7x]Ri8_D%of%M-;xaD%D%", "type": "image"}, {"id": 19714805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffe85f19-cc1d-45db-a6d8-63cf3816b444/width=450/19714805.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "U8KUct00_4xuDNxu0gIU00t7D$%M0g%M=DRj", "type": "image"}, {"id": 19714817, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/677f43c4-b940-4498-9bbc-0195282c1f78/width=450/19714817.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "U8Bf^UjF02NK-Tof9aRk4njZxua|0MWX~9xZ", "type": "image"}, {"id": 19714813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cab0f8fb-7ebf-4137-8c9f-e476cb2cf8ec/width=450/19714813.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "U4A-3VRPwc4n.SD%00IA004nt7~q00ja%g_N", "type": "image"}, {"id": 19714818, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7525e806-fe1c-43fb-97c8-da7117b566be/width=450/19714818.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "U2AdG.00FNoeDhxu00of_NWB4.s:9Eoft7R*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/642556", "modelId": 576299}
\ No newline at end of file
diff --git a/datasets/metadata/642560.json b/datasets/metadata/642560.json
new file mode 100644
index 0000000000000000000000000000000000000000..45d09892c9299d6afaf32194282113d19f9de578
--- /dev/null
+++ b/datasets/metadata/642560.json
@@ -0,0 +1 @@
+{"id": 642560, "index": 1, "name": "v1.0 - alternate version", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-14T00:22:21.466Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["tearStyle2"], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 557418, "sizeKB": 24495.78515625, "name": "tearStyle.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T00:25:38.872Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "361E930F", "AutoV2": "FF45515DC7", "SHA256": "FF45515DC7CA2293C8F01E8946C23ABEB5A6128F3AFD76821B5E4F8307850EBA", "CRC32": "9315E84F", "BLAKE3": "972E21167A0F10CB66E7284E37BB8E2B0981BA0819AF315B92392DE80AA31D76"}, "downloadUrl": "https://civitai.com/api/download/models/642560?type=Training%20Data"}, {"id": 557424, "sizeKB": 223099.53515625, "name": "tearStyle2-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T00:25:47.764Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "979B6C8D", "AutoV2": "ABF53FF956", "SHA256": "ABF53FF956A9FB3C35215FBE07F1D27741A59B3CE6D3F4C55BABEC1FAC34FEDD", "CRC32": "8A7B0544", "BLAKE3": "CBDE3391E6B8A709CCD9AC007E9DD0E657C6170F3D9B842A7F3D53B1E36FD2B9", "AutoV3": "E82A82CA3BF9"}, "downloadUrl": "https://civitai.com/api/download/models/642560", "primary": true}], "images": [{"id": 19715271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7db051a8-f0e0-4a86-9c73-273123e88817/width=450/19715271.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "U9BptsMx_4t7Rkj[IAof-=f7IUofayayRjj[", "type": "image"}, {"id": 19715277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ddc0246-eed2-4f68-9b79-87eac13f0eb4/width=450/19715277.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "U8AdM~4o-n4T?]MyDin%8^9FR*.800xvx^x]", "type": "image"}, {"id": 19715276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8811a962-d7a2-4689-a06f-ca1bc844179f/width=450/19715276.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "U7B3KYPB0*jX?Znh0%so9Xi_RkW=0LkD}?fR", "type": "image"}, {"id": 19715273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd98f8d8-27a4-401c-b8e8-5e1ad12208e2/width=450/19715273.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "UFI~AE4:.8t65S-:0LkCxZIUnitR?wt7#jRP", "type": "image"}, {"id": 19715274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e586c2e-f2af-4779-9fab-03be7873df2b/width=450/19715274.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "U7FFv-00K-oLVW-;0LM{00%2VW%M01t8}?bI", "type": "image"}, {"id": 19715278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/582dc29f-da18-4293-801e-5d562c2dc7df/width=450/19715278.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "U14_%@~qWV00s..8-;M_4m9Exu.8~q%NDi00", "type": "image"}, {"id": 19715355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce1ddac5-ca5a-4c8b-ba29-50079ae49562/width=450/19715355.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "UDBp%^D%_N9F%1kD%MM{DiV@ITxuIUofD$t7", "type": "image"}, {"id": 19715564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efcc8f68-db18-4309-8139-62461d36ea68/width=450/19715564.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "U4EMF70000}=00^j~qI@00^jx]xv^hbJ00Ri", "type": "image"}, {"id": 19715356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4326923f-966f-4aed-a5c3-09063701b752/width=450/19715356.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "UDEVyu03=Ybw02${9ZoI0L$fx]ae},NMxZR*", "type": "image"}, {"id": 19715520, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a698db63-6546-4212-bf63-b079c2e6635e/width=450/19715520.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "U9BptsMx_4t7Rkj[IAof-=f7IUofayayRjj[", "type": "image"}, {"id": 19715521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90c3f63b-44f6-4822-aa6f-d9343e8f4a12/width=450/19715521.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "U8AdM~4o-n4T?]MyDin%8^9FR*.800xvx^x]", "type": "image"}, {"id": 19715519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d193890-cc63-4c4a-bccb-9b4e94158dec/width=450/19715519.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "U7B3KYPB0*jX?Znh0%so9Xi_RkW=0LkD}?fR", "type": "image"}, {"id": 19715517, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c48870f-043e-415a-b56d-4effa3f1a801/width=450/19715517.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "UFI~AE4:.8t65S-:0LkCxZIUnitR?wt7#jRP", "type": "image"}, {"id": 19715516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f97f8a65-27a7-4735-bb09-c19bd816484c/width=450/19715516.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "U7FFv-00K-oLVW-;0LM{00%2VW%M01t8}?bI", "type": "image"}, {"id": 19715523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1316290-e491-4f4d-a7fb-d2c06ec9366c/width=450/19715523.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "UDBp%^D%_N9F%1kD%MM{DiV@ITxuIUofD$t7", "type": "image"}, {"id": 19715524, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39efda33-cd10-42a9-8da5-2775cd6edbea/width=450/19715524.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "UDEVyu03=Ybw02${9ZoI0L$fx]ae},NMxZR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/642560", "modelId": 576299}
\ No newline at end of file
diff --git a/datasets/metadata/642600.json b/datasets/metadata/642600.json
new file mode 100644
index 0000000000000000000000000000000000000000..9be2353eb6290748e2215dccd9e69f87a025dacc
--- /dev/null
+++ b/datasets/metadata/642600.json
@@ -0,0 +1 @@
+{"id": 642600, "index": 1, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-14T01:39:12.738Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 557463, "sizeKB": 12784.919921875, "name": "642600_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T01:01:01.231Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "09834084", "AutoV2": "C53052A5E3", "SHA256": "C53052A5E345A5194D9124FAA17B71D5029F29803ACDFCAC73F145108241CBCF", "CRC32": "440D38D0", "BLAKE3": "7DA98107CAEF2A052A8E99FFD0B7E1FF235EC0019A5B14677561D0D7234B7D49"}, "downloadUrl": "https://civitai.com/api/download/models/642600?type=Training%20Data"}, {"id": 557564, "sizeKB": 223107.14453125, "name": "Mr._Wolf_The_Bad_Guys.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T01:35:51.386Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C3545EDD", "AutoV2": "A8D8C36F9C", "SHA256": "A8D8C36F9CFEAA93526312F5EEBE5381279CA998795250AA4E785D3FAE7194BA", "CRC32": "DA9ED334", "BLAKE3": "97BFA36CC964D7329668F1C75182028F6D4D9FCA23FD5D9E6C32E2F55D21E870", "AutoV3": "5A8E708518D2"}, "downloadUrl": "https://civitai.com/api/download/models/642600", "primary": true}], "images": [{"id": 19723872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e3c09bd-117b-449c-9150-b1a2e16e0dba/width=450/19723872.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCLLH{,?|qOryBxF#TE%;LxZ-V,qm.-UKhIp", "type": "image"}, {"id": 19723875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3d66b1a-ce76-4c49-a728-b3722b431c06/width=450/19723875.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U6JNU,C4:7qw^5KMz?{**#aLt*%ea2v$7aTH", "type": "image"}, {"id": 19723876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f842870-cbf7-48b5-bafb-12217d3b07de/width=450/19723876.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UIJ?EEo|%0$$~nJRsCs.^is.wzxt}st6OB%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/642600", "modelId": 576346}
\ No newline at end of file
diff --git a/datasets/metadata/642602.json b/datasets/metadata/642602.json
new file mode 100644
index 0000000000000000000000000000000000000000..7181b28a9e3ad78dd0b71237faed99711a74bc88
--- /dev/null
+++ b/datasets/metadata/642602.json
@@ -0,0 +1 @@
+{"id": 642602, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-14T01:43:33.483Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 557493, "sizeKB": 34373.2080078125, "name": "642602_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T01:08:54.411Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "97A8D60B", "AutoV2": "2E081CF480", "SHA256": "2E081CF4802C3D3C38F10D110F3C460CB5EEAD6DE42137B879101AB18564BFF9", "CRC32": "7E1F2FB4", "BLAKE3": "B46A69484CDB48B157B677A9B435F4277D5855CA0BA7B510CFB639BF380C53DF"}, "downloadUrl": "https://civitai.com/api/download/models/642602?type=Training%20Data"}, {"id": 557581, "sizeKB": 37037.09375, "name": "Dark_Fantasy_90s-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T01:41:43.669Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D6515E86", "AutoV2": "2D631B1779", "SHA256": "2D631B1779EF8B1EFF31BCA15C584993A385E4C9DF49BFD3D21D292A5061BA41", "CRC32": "618D1760", "BLAKE3": "7275FB2DB25F0E9A59516464B81F9F016C6126FF651005EC1E5996376C29F1B8", "AutoV3": "6577476A2E19"}, "downloadUrl": "https://civitai.com/api/download/models/642602", "primary": true}], "images": [{"id": 19724148, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6c87ebe-6a78-4aae-ba71-e65f1ae73353/width=450/19724148.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U47KSq=r005QIxS$slr^wvNdo#=}xgniX5OR", "type": "image"}, {"id": 19724154, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/564af1a4-7c57-4723-827b-9db25d889cb1/width=450/19724154.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U28pu]000{.78t0KIAsA%~-o#DMxHXxZRRkq", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/642602", "modelId": 576349}
\ No newline at end of file
diff --git a/datasets/metadata/642614.json b/datasets/metadata/642614.json
new file mode 100644
index 0000000000000000000000000000000000000000..3e8b7e2c187d43fcfb6e1d7501154057097e3de4
--- /dev/null
+++ b/datasets/metadata/642614.json
@@ -0,0 +1 @@
+{"id": 642614, "index": 0, "name": "V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-14T01:40:54.380Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 557471, "sizeKB": 12784.919921875, "name": "642614_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T01:09:56.155Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "09834084", "AutoV2": "C53052A5E3", "SHA256": "C53052A5E345A5194D9124FAA17B71D5029F29803ACDFCAC73F145108241CBCF", "CRC32": "440D38D0", "BLAKE3": "7DA98107CAEF2A052A8E99FFD0B7E1FF235EC0019A5B14677561D0D7234B7D49"}, "downloadUrl": "https://civitai.com/api/download/models/642614?type=Training%20Data"}, {"id": 557582, "sizeKB": 223107.14453125, "name": "Mr._Wolf_The_Bad_Guys.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T01:46:37.974Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D4939395", "AutoV2": "327BF135F8", "SHA256": "327BF135F8CC1A20C0BA575314B4E73599FFCE1BAEEE3E6F5DCC14C4B2528428", "CRC32": "4387196C", "BLAKE3": "10BE1FCBF95737182D2686C015E485905EBB927638E7DB5F4283678C2090AB89", "AutoV3": "625DB3F9FD48"}, "downloadUrl": "https://civitai.com/api/download/models/642614", "primary": true}], "images": [{"id": 19723993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bb67c14-542e-4511-80ce-0005c38b54c3/width=450/19723993.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UNK]4As:}=so?FxZR-Nb;{R+oMs.,GWCWnW:", "type": "image"}, {"id": 19723995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/556f0d0b-fee7-41f1-9038-09f6a6628e23/width=450/19723995.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDHT]d-p%LE2~UWBaKxZ-:s:rsIpw4M|J*s:", "type": "image"}, {"id": 19723996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99b8d450-3c7e-4ccf-b162-57dd15918ae7/width=450/19723996.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBJhw4Nb{e,:%e$iOEJA[VR+PA$j]nj[NZNa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/642614", "modelId": 576346}
\ No newline at end of file
diff --git a/datasets/metadata/642652.json b/datasets/metadata/642652.json
new file mode 100644
index 0000000000000000000000000000000000000000..e9fb05bed90b99202b11b1e2b421bb6e92b2c00e
--- /dev/null
+++ b/datasets/metadata/642652.json
@@ -0,0 +1 @@
+{"id": 642652, "index": 1, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-14T02:56:02.600Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 557508, "sizeKB": 94772.244140625, "name": "642652_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T01:11:02.197Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E6B8AFC2", "AutoV2": "0B8A5555C1", "SHA256": "0B8A5555C1C28B1711EAB90E38522931B10B6A3C5BF58AEC1A464CBE1D7085D0", "CRC32": "325E0FCE", "BLAKE3": "F288EE23D21A7F1B0AF2E212FD43DE34EAD9DDC175C85DDF8ABFE9B1676D051C"}, "downloadUrl": "https://civitai.com/api/download/models/642652?type=Training%20Data"}, {"id": 557714, "sizeKB": 223103.23828125, "name": "Scooch_Pooch_Go_Dog_Go.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T02:41:12.798Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4AFB2B26", "AutoV2": "E4D73A998E", "SHA256": "E4D73A998ECF7BBFB317922FCB8A351BFDB53EBAAFA9AEDB93BC7D88DDD6246A", "CRC32": "8CA06CD7", "BLAKE3": "46552AF2760B3959C5F8AF2522C372A28F8228A7C163067642BA8A5A7E8043EE", "AutoV3": "DD204309858E"}, "downloadUrl": "https://civitai.com/api/download/models/642652", "primary": true}], "images": [{"id": 19731399, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0df3058d-fb3f-40dd-ad19-510678ab4637/width=450/19731399.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UfO49*3?#=%LIcJDJDItr;afS~jFoebtxZxW", "type": "image"}, {"id": 19731398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c14bbfb3-07a9-425b-baf7-315f7b5b1e1c/width=450/19731398.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYQt}xfk=W%1@}n+rroeL$WVNxWVufoLg#X8", "type": "image"}, {"id": 19731410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ed83557-358e-4e37-a159-8aae29f5a172/width=450/19731410.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USOytwJ;%XxHwO|=brn$dC]gZ+r=0VOHI_n$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/642652", "modelId": 576393}
\ No newline at end of file
diff --git a/datasets/metadata/642699.json b/datasets/metadata/642699.json
new file mode 100644
index 0000000000000000000000000000000000000000..a7603acbdc779656d4fc8422b1ccb079a2fc1e2b
--- /dev/null
+++ b/datasets/metadata/642699.json
@@ -0,0 +1 @@
+{"id": 642699, "index": 1, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-14T02:44:40.268Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 557571, "sizeKB": 141785.423828125, "name": "642699_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T01:37:28.737Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "92989780", "AutoV2": "A0B891E2AE", "SHA256": "A0B891E2AE736215AC566F488C8F6E4670A31033AF629187767E067A4A48E7FF", "CRC32": "B8A33BE7", "BLAKE3": "4EF394B513E034817C3B38889493FDA817A0AEB20BDECCCA6C91192C5ABB51C3"}, "downloadUrl": "https://civitai.com/api/download/models/642699?type=Training%20Data"}, {"id": 557734, "sizeKB": 223101.51953125, "name": "Tay.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T02:47:33.270Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E2C91C26", "AutoV2": "02CC10E7A5", "SHA256": "02CC10E7A59E364F233990B6612806D170F8284866AA9BD1FB8D7020AB3AD532", "CRC32": "90E6C4BC", "BLAKE3": "0FE8985A13DA661A1FCC4D19A8A76EC3C4ADCD971EC8FA03BE1727E18424CDB7", "AutoV3": "7674D99CECC2"}, "downloadUrl": "https://civitai.com/api/download/models/642699", "primary": true}], "images": [{"id": 19730805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4680ed43-e0f8-4c29-9fad-828ed42bf863/width=450/19730805.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U99tZHtlqFxGxuo}ozxaTdWVnOVsTJbHxuNF", "type": "image"}, {"id": 19730804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a21b0596-f298-467e-abc1-7968fe96be9e/width=450/19730804.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U69%;otRC,a0%gj]b^s:KjNarrwdbcbv%gV@", "type": "image"}, {"id": 19730808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c171f4dd-0056-4783-ba45-5d5a7a1fff51/width=450/19730808.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U49Qv_tlHWxaGFjFrXbbGGNa?arrM{xu?HIn", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/642699", "modelId": 576435}
\ No newline at end of file
diff --git a/datasets/metadata/642741.json b/datasets/metadata/642741.json
new file mode 100644
index 0000000000000000000000000000000000000000..3ff4db829e5ba707625926e231b54fd82541e64f
--- /dev/null
+++ b/datasets/metadata/642741.json
@@ -0,0 +1 @@
+{"id": 642741, "index": 0, "name": "V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-14T02:31:11.650Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 557602, "sizeKB": 141785.423828125, "name": "642741_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T01:52:01.851Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "92989780", "AutoV2": "A0B891E2AE", "SHA256": "A0B891E2AE736215AC566F488C8F6E4670A31033AF629187767E067A4A48E7FF", "CRC32": "B8A33BE7", "BLAKE3": "4EF394B513E034817C3B38889493FDA817A0AEB20BDECCCA6C91192C5ABB51C3"}, "downloadUrl": "https://civitai.com/api/download/models/642741?type=Training%20Data"}, {"id": 557691, "sizeKB": 223101.51953125, "name": "Tay.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T02:32:10.107Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "478AC56F", "AutoV2": "C52A43F0F8", "SHA256": "C52A43F0F8E8232053091D1C9C475CEB6DC9B9713AB2C9C1A0595C101FEC3937", "CRC32": "072715FC", "BLAKE3": "2EFE92E310005BCB3B2F33C54CB8A9493FF993398E712A4C5854879DBE51F26B", "AutoV3": "2B8FA1EB7C24"}, "downloadUrl": "https://civitai.com/api/download/models/642741", "primary": true}], "images": [{"id": 19729607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79910296-a151-4b27-b8f2-9637b48167f8/width=450/19729607.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDC6orof_NofxukCV@WBtlj[j[ay%gjt%Mj[", "type": "image"}, {"id": 19729421, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7429896c-aa78-43b6-8cad-9a166af62be2/width=450/19729421.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHAdDvR*?^V@x]ozVsV@o}jFoLRj%goLt7jZ", "type": "image"}, {"id": 19729420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f6ca8b2-13dd-4b70-98f0-5761d32c8a1c/width=450/19729420.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKC~^]bb~qf7?akCV@WBkWo1jZRj-;oLt7ay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/642741", "modelId": 576435}
\ No newline at end of file
diff --git a/datasets/metadata/642777.json b/datasets/metadata/642777.json
new file mode 100644
index 0000000000000000000000000000000000000000..c6d4d6cc2a67b5b8ee7a21e8052e2a943aae783b
--- /dev/null
+++ b/datasets/metadata/642777.json
@@ -0,0 +1 @@
+{"id": 642777, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": "Standard", "publishedAt": "2024-07-14T02:15:40.159Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["aidisturbance", "opalescent", "psychedelic, pixelated", "purple theme", "orange theme", "black and blue", "glitch", "rough texture", "black and white", "pixelated"], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 557649, "sizeKB": 334444.04296875, "name": "aidisturbance-pn-000015.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T02:16:24.022Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F18C7F8A", "AutoV2": "52582083BD", "SHA256": "52582083BD4E08BB37037687B9E148DBB562BB93BBBF59F19EAB939AF857D79A", "CRC32": "9A1417F8", "BLAKE3": "05FA55BE9033B328E6A1C2CC3D8F42FDBBF91D6103696262C2FA62AEA804CDD1", "AutoV3": "7ECDEFAAD093"}, "downloadUrl": "https://civitai.com/api/download/models/642777", "primary": true}, {"id": 557663, "sizeKB": 72185.4599609375, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T02:21:18.843Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EEAA6EFA", "AutoV2": "4566553968", "SHA256": "456655396897FA885F20496039D64AD304273B22B0180C0AA7DCF86D8292387B", "CRC32": "06050AA9", "BLAKE3": "D472F8C26FBB82281A48BFA1CCF8B56E402B0D42C32F9D6A4FC14A916A6362E7"}, "downloadUrl": "https://civitai.com/api/download/models/642777?type=Training%20Data"}], "images": [{"id": 19727313, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcf8dff8-fb2a-4b88-9b3b-95dafca8bfc3/width=450/19727313.jpeg", "nsfwLevel": 1, "width": 1200, "height": 928, "hash": "U4K^jU-3k=?HvzS6RjNHNFxu%0S0_4ozkVR5", "type": "image"}, {"id": 19727381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36271174-b34b-41b2-b9d2-ff10d829788b/width=450/19727381.jpeg", "nsfwLevel": 1, "width": 1200, "height": 928, "hash": "U2Hw}s[C:5_L~q%1+HNw7gzX+IK5?bt8S^bI", "type": "image"}, {"id": 19727384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/849567ab-e3cb-4208-b802-7b2943fdbd69/width=450/19727384.jpeg", "nsfwLevel": 1, "width": 1200, "height": 928, "hash": "U5KJG%$N1i-q$-Vt$wt0HMS$IvId}Yw@XB$u", "type": "image"}, {"id": 19727386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c787ebaa-4705-44ad-aad0-2e7844edc4c0/width=450/19727386.jpeg", "nsfwLevel": 1, "width": 1200, "height": 928, "hash": "U7KSnm,[6mx]o4xGRkJV}kX9$eai$*t5K5ni", "type": "image"}, {"id": 19727382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b221f74e-fd39-4bcd-84d6-bce0765118a1/width=450/19727382.jpeg", "nsfwLevel": 1, "width": 1200, "height": 928, "hash": "U1E3hy_Nt,S}_3F^Tw;QC5yX#q;Q_Mv#t,Td", "type": "image"}, {"id": 19727389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6de250ef-2119-4280-bcdc-d6a0a1172305/width=450/19727389.jpeg", "nsfwLevel": 1, "width": 1200, "height": 928, "hash": "U4HL6,0z}J^q3H3aXwNob|O=Os7A?@Tsb:GM", "type": "image"}, {"id": 19727391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a2fe62c-2022-433b-9660-6ef18d6e8d7b/width=450/19727391.jpeg", "nsfwLevel": 1, "width": 1200, "height": 928, "hash": "U2GkC3.Q-.^RypM}jFM{=_KNRks9%|OA=fXk", "type": "image"}, {"id": 19727392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a349960-a406-47cf-9fea-6de0c2bf643c/width=450/19727392.jpeg", "nsfwLevel": 1, "width": 1200, "height": 928, "hash": "U2LE7u?a01~W-:^*_2D*Rkxt4:4o?aM|_2M|", "type": "image"}, {"id": 19727393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cf84e6e-b0cb-4fdc-8385-2799853dfd57/width=450/19727393.jpeg", "nsfwLevel": 1, "width": 1200, "height": 928, "hash": "U3JaD@-jb^^PyYpJS$$d+aEgS$o|~BtlRjr?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/642777", "modelId": 576493}
\ No newline at end of file
diff --git a/datasets/metadata/642807.json b/datasets/metadata/642807.json
new file mode 100644
index 0000000000000000000000000000000000000000..b42cd8fb864e0d1ecf251b842812b9d14a5638d2
--- /dev/null
+++ b/datasets/metadata/642807.json
@@ -0,0 +1 @@
+{"id": 642807, "index": 1, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-14T03:45:26.843Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 557703, "sizeKB": 21052.7392578125, "name": "642807_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T02:36:49.903Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8D963373", "AutoV2": "95F622D08D", "SHA256": "95F622D08DE0FACF6631E57EC2E29C66CCE0D12B95D5F00EF3C6673371AA5D05", "CRC32": "FF5E9D16", "BLAKE3": "0198C6F780B499C0338DD542480714438F50B74F1A9835699971CA1F8EDE8724"}, "downloadUrl": "https://civitai.com/api/download/models/642807?type=Training%20Data"}, {"id": 557848, "sizeKB": 223100.69140625, "name": "Buddy_Leaf_Reed_Frvix.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T03:46:21.512Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D0571B0C", "AutoV2": "46727B5346", "SHA256": "46727B5346F8F07361C50B4E4C5D26E1B0FAFCE1388DC696E50A44F6D18D5322", "CRC32": "F115241B", "BLAKE3": "3C97E436CD37465C83FB9064A8FA2C2EAE1BACF1CD77AE6A88F20DF9DEBE87AE", "AutoV3": "56303D182F71"}, "downloadUrl": "https://civitai.com/api/download/models/642807", "primary": true}], "images": [{"id": 19736398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/389e867c-0f60-4636-8234-ecab7bbee862/width=450/19736398.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U46@pKxatnt9?dogxafkNKR-RhjExboebHoM", "type": "image"}, {"id": 19736399, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86ed6998-3618-4042-91ee-605c2080e918/width=450/19736399.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U370}ZVqBXEeGdEK=K,CV}%2X3JUxtWBjIoL", "type": "image"}, {"id": 19736401, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba2d29be-8169-49a0-a5e1-c0a7a5c4d507/width=450/19736401.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U47wEF}TAx5=0~JBv{$eOaS2-V$%,,xDI:Nb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/642807", "modelId": 576522}
\ No newline at end of file
diff --git a/datasets/metadata/642844.json b/datasets/metadata/642844.json
new file mode 100644
index 0000000000000000000000000000000000000000..8be4ef272d955f2c72f2e7f8db8e2b8e12cffcb4
--- /dev/null
+++ b/datasets/metadata/642844.json
@@ -0,0 +1 @@
+{"id": 642844, "index": 0, "name": "V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-14T03:46:41.939Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 557719, "sizeKB": 21052.7392578125, "name": "642844_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T02:46:58.679Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8D963373", "AutoV2": "95F622D08D", "SHA256": "95F622D08DE0FACF6631E57EC2E29C66CCE0D12B95D5F00EF3C6673371AA5D05", "CRC32": "FF5E9D16", "BLAKE3": "0198C6F780B499C0338DD542480714438F50B74F1A9835699971CA1F8EDE8724"}, "downloadUrl": "https://civitai.com/api/download/models/642844?type=Training%20Data"}, {"id": 557853, "sizeKB": 223100.69140625, "name": "Buddy_Leaf_Reed_Frvix.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T03:51:29.497Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "75A9B258", "AutoV2": "AE3B897020", "SHA256": "AE3B897020E63EDD923329596432CD168D0ADF46F458089BDC3520E70C70691D", "CRC32": "CC686F31", "BLAKE3": "71E9C57B4C62B2986D9756F4AB0F11D51CF837422477A41CA822DB8924B1E7A5", "AutoV3": "CC72EBD6BE97"}, "downloadUrl": "https://civitai.com/api/download/models/642844", "primary": true}], "images": [{"id": 19736630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f49e1406-5509-4b31-a99a-2f8f52210c6d/width=450/19736630.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U17AuH?F049I06E4~8-m^Yt1%2S7?bWF4;sl", "type": "image"}, {"id": 19736631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ea51a08-a6ae-4f69-9c55-81a910817bff/width=450/19736631.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U27TzU~80NE2079g%JR,}~xUxu-n0nNHadRn", "type": "image"}, {"id": 19736632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b0c2e5b-e827-444e-8912-e6de2c6c39f3/width=450/19736632.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U47^Vl~j=_i_069P9vR.tI$dxYtP$+ODspe?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/642844", "modelId": 576522}
\ No newline at end of file
diff --git a/datasets/metadata/642879.json b/datasets/metadata/642879.json
new file mode 100644
index 0000000000000000000000000000000000000000..2ffd960479a74f757a467c35ade57472d973daa1
--- /dev/null
+++ b/datasets/metadata/642879.json
@@ -0,0 +1 @@
+{"id": 642879, "index": 1, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-14T03:24:41.408Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 557765, "sizeKB": 141785.423828125, "name": "642879_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T03:02:30.597Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F4167AA2", "AutoV2": "79809E63BC", "SHA256": "79809E63BCB133DB3394E3D0D9B53C6430D3AA0EC1F32BC301992E9C865F7D4C", "CRC32": "196628F4", "BLAKE3": "7E1E1202C20FB4C603CDF8481E029EEFF11DEAAF4380401A4878B959C7D2C3B3"}, "downloadUrl": "https://civitai.com/api/download/models/642879?type=Training%20Data"}, {"id": 557818, "sizeKB": 36980.0703125, "name": "Tay.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T03:26:19.142Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C3586144", "AutoV2": "ADB7A2A446", "SHA256": "ADB7A2A446F0585594F473F9070AB890D055AACBD126EE2EDE0BA6510D485B78", "CRC32": "79F5AA40", "BLAKE3": "8C7B74E90B3FB57340BF45F609450A1440E1E2BA2C38B09C8755078E2E5B6DAD", "AutoV3": "C8E430654F39"}, "downloadUrl": "https://civitai.com/api/download/models/642879", "primary": true}], "images": [{"id": 19734387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6738cb5-963d-470d-b592-32c46c307b22/width=450/19734387.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UlG+{-kC?^ozx]j[RPay%gj[aej[%gj[V@fj", "type": "image"}, {"id": 19734385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/caaa12cc-5f87-479b-b84d-5e3e79717143/width=450/19734385.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UhHfI;of?^ogWBj[aeay.9j[M{aytRfRt7j[", "type": "image"}, {"id": 19734386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b349237c-f656-45cd-8ac8-fda20dd93193/width=450/19734386.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UpGS$5of?^oft7j[RPae%gj[ofj[%gj[j[j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/642879", "modelId": 576580}
\ No newline at end of file
diff --git a/datasets/metadata/642954.json b/datasets/metadata/642954.json
new file mode 100644
index 0000000000000000000000000000000000000000..2766dd622dadbe2cab7fcb35d62845cfa7d35f3c
--- /dev/null
+++ b/datasets/metadata/642954.json
@@ -0,0 +1 @@
+{"id": 642954, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-14T04:44:06.370Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Saramb, black hair, long hair, wavy hair, brown eyes "], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 557872, "sizeKB": 123985.49609375, "name": "642954_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T03:56:22.390Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "00B29F43", "AutoV2": "BF3CF53848", "SHA256": "BF3CF53848C4D7439EBE6BA7C1804697D6DB640B5C994897A1A79710C721E759", "CRC32": "12B91D5B", "BLAKE3": "03060E960A2719649696C149EEA3DC30D83CDAF4B2113B778B80A98C596AED9E"}, "downloadUrl": "https://civitai.com/api/download/models/642954?type=Training%20Data"}, {"id": 557957, "sizeKB": 223100.00390625, "name": "Sara_just_Sara.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T04:46:01.576Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B4C4B1E2", "AutoV2": "1ECBCF1CF9", "SHA256": "1ECBCF1CF9ACEA90F06E28C0E54B46157B32CF0CB77E075F97D7C2F00BF12BA3", "CRC32": "FD80E056", "BLAKE3": "391F7D27F05128DB42E44721E119AEE3AFC34A63C77203707092E4443FB21749", "AutoV3": "75FAE4A7B1D7"}, "downloadUrl": "https://civitai.com/api/download/models/642954", "primary": true}], "images": [{"id": 19743212, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/353c8f2c-c963-4d45-add8-816cc0f7a1b9/width=450/19743212.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UJGRo7%1*09ttmM{t7IoE2IU-UxaxukDNG-p", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/642954", "modelId": 576648}
\ No newline at end of file
diff --git a/datasets/metadata/642990.json b/datasets/metadata/642990.json
new file mode 100644
index 0000000000000000000000000000000000000000..9db34226eb5e3b3d5494bec9cd468cca9f798613
--- /dev/null
+++ b/datasets/metadata/642990.json
@@ -0,0 +1 @@
+{"id": 642990, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-14T05:48:18.816Z", "availability": "Public", "nsfwLevel": 18, "description": null, "trainedWords": ["Marcie"], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 557868, "sizeKB": 18986.9970703125, "name": "642990_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T03:55:48.664Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "11092AA3", "AutoV2": "24C30C4CC5", "SHA256": "24C30C4CC572D86853E6365AC63AB3BC1E44D0DFD4C74285FAE98BADDB2592CC", "CRC32": "ADD967D0", "BLAKE3": "74596457A80753D75DBAEADC911EA56891B1CEEDD462C8DBB754A991657581F7"}, "downloadUrl": "https://civitai.com/api/download/models/642990?type=Training%20Data"}, {"id": 558051, "sizeKB": 223106.33203125, "name": "Marcie-000012.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T05:51:55.656Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2124F4C4", "AutoV2": "8CC541EF78", "SHA256": "8CC541EF785A7BEBA8E6D0B8DCDDC88FBA41D64446B6BF75D9AF1C6ADC5F0FF1", "CRC32": "BFE6346A", "BLAKE3": "2C32D431D505AA5AE4C8988B140AA573B3D465914838FD9487218D7BF8BFF052", "AutoV3": "E0D1C8F6341C"}, "downloadUrl": "https://civitai.com/api/download/models/642990", "primary": true}], "images": [{"id": 19749655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef9bc178-6664-484e-b129-0c1eeb04cb25/width=450/19749655.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U4Aw0J_N03-6=q%f5stiS_$*MKMdFw%1xH0L", "type": "image"}, {"id": 19749657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e70e2d9-b008-4fd5-b50b-193a1927410a/width=450/19749657.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U6Hv*XyB0iIcu6sT;e+]1M9^D-I;06JU}rxZ", "type": "image"}, {"id": 19749658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/010e6f7b-2d34-4362-866e-105ef93255fb/width=450/19749658.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6GkO40017-CLJ01IXRR03~n}tM|ITJ79JS4", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/642990", "modelId": 576665}
\ No newline at end of file
diff --git a/datasets/metadata/643002.json b/datasets/metadata/643002.json
new file mode 100644
index 0000000000000000000000000000000000000000..172339f33499c3c4443c3261c72519ffee3bfdc7
--- /dev/null
+++ b/datasets/metadata/643002.json
@@ -0,0 +1 @@
+{"id": 643002, "index": 0, "name": "Pony V6 Rank8/4", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-14T03:54:33.284Z", "availability": "Public", "nsfwLevel": 7, "description": "Recommended weight 0.9.
Recommend using nose, nostrils, chin, blue hair
as negatives.
Cosmoport in capital Eternium on planet Medlan
", "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 558886, "sizeKB": 659104.8056640625, "name": "644032_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T13:31:20.563Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4BCA602D", "AutoV2": "F8E65A1C3F", "SHA256": "F8E65A1C3FCD77AF00D3D67DB6E836505D4DBFCB1AABE7B837646B9BDE55B1D4", "CRC32": "56E88EE7", "BLAKE3": "CAF321804AFD0662F2F3782FF389206B285CF6989FE08C99FA9B83DDFBB44A18"}, "downloadUrl": "https://civitai.com/api/download/models/644032?type=Training%20Data"}, {"id": 559334, "sizeKB": 223184.92578125, "name": "Cosmoport_in_capital_Eternium_on_planet_Medlan.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T16:26:35.987Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "677775F8", "AutoV2": "2009B8CD1F", "SHA256": "2009B8CD1F0E2C5A60F85F0EFC2B909B4FDCDB27D0BF3675016F15F4C0239E5C", "CRC32": "5C747E08", "BLAKE3": "131F121F387523A9BC4BAA702FF47332514125A9C711771ACF13CAC6E6AA4E17", "AutoV3": "4F3274C384B3"}, "downloadUrl": "https://civitai.com/api/download/models/644032", "primary": true}], "images": [{"id": 19814611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fe779f0-9268-4a7a-ba25-1311daae8f3e/width=450/19814611.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9BgPUxu00IU.9aeDOj[00WV.Sog00V@?woz", "type": "image"}, {"id": 19814609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7f18a05-abfa-473d-b51a-8e2553682c67/width=450/19814609.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAD]PGt7~At78waeIpae0LofERfksmWBITWB", "type": "image"}, {"id": 19814610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/badb5266-413f-4159-8f03-0c808c5b010f/width=450/19814610.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9E.qh~UD4.74nM|%$M{1QD*I@R--6xDx]xu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/644032", "modelId": 577574} \ No newline at end of file diff --git a/datasets/metadata/64405.json b/datasets/metadata/64405.json new file mode 100644 index 0000000000000000000000000000000000000000..98b10cadd1974f3a0e229c3a547b81a93450ad53 --- /dev/null +++ b/datasets/metadata/64405.json @@ -0,0 +1 @@ +{"id": 64405, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-05-07T01:53:22.965Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": ["junoslime", "star-shaped pupils", "armor", "bodysuit", "shoulder pads", "knee pads", "boots", "bracelet", "gloves"], "stats": {"downloadCount": 720, "ratingCount": 93, "rating": 5, "thumbsUpCount": 111, "thumbsDownCount": 0}, "files": [{"id": 45258, "sizeKB": 15425.9482421875, "name": "juno.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-07T01:46:02.314Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "46E5476A", "AutoV2": "86F8F051FB", "SHA256": "86F8F051FBCB0A481DBDEF4BEB65A5BBD3976948D0B271870C841427E52A1EFC", "CRC32": "7FE0CC08", "BLAKE3": "2A97CFC02B7E4369FF43C671D7B8421D7F06F757E38DBE443B0E207A18AD40D0"}, "downloadUrl": "https://civitai.com/api/download/models/64405?type=Training%20Data"}, {"id": 45257, "sizeKB": 18548.7587890625, "name": "junoSlime.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-07T01:46:04.182Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "0B936F28CA", "SHA256": "0B936F28CA671DC0ADBD1B440D98EFF0A992D7FE3B59FE91FA756EEB676F09F5", "CRC32": "F9CDDD3C", "BLAKE3": "353B4A5D900866025C37E7FD538D88B57E768446526C13A4B45D1D9EDBE3B673", "AutoV3": "F739B584F3DD"}, "downloadUrl": "https://civitai.com/api/download/models/64405", "primary": true}], "images": [{"id": 711414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a13032a8-357d-41d4-9b25-4bd3ece029a3/width=450/711414.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBK.0N?I~pPAUGm-h}x]x]sS+cja.Rb^tRbb", "type": "image"}, {"id": 711417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a7e9175-2bc8-468f-ba83-3c7fd4b9df5c/width=450/711417.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UgIPxSOZ+vxGuPV]JWt7XAjvIpoL+|ogrrs9", "type": "image"}, {"id": 711415, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3d2bceb-18e1-48e9-a2c5-cdc9ffb0a164/width=450/711415.jpeg", "nsfwLevel": 8, "width": 1536, "height": 1024, "hash": "UMI6iy^*h}9v_4%hVrTe5s.RRO-TxIv#rqrs", "type": "image"}, {"id": 711418, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72edad97-843a-40a3-b6c5-00589495d184/width=450/711418.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8D0W0q]00yC00NY{Mtj.R=x%eNH00pvIUZi", "type": "image"}, {"id": 711421, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0569b6a1-18b9-4a54-95c6-34896ceca5eb/width=450/711421.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJJ*PHPn0cPA-;9[%MS~}uVZSOiw}un4ZOVs", "type": "image"}, {"id": 711419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a7ea5a0-b805-420e-80ab-b0521449c339/width=450/711419.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIIORx9FL#Di0e56~qMdZ$^+56f98w-;oek=", "type": "image"}, {"id": 711416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbfbee7c-6fb7-431f-8ddb-8ca7a6880c69/width=450/711416.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USFQ{.?^4UKfICr;rBElADF1cE#Rz.o}NyjZ", "type": "image"}, {"id": 711420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a532951-0a0b-4746-b3c1-6c24b4b24ce3/width=450/711420.jpeg", "nsfwLevel": 8, "width": 768, "height": 512, "hash": "UB8$XF%g4T9F00Ji.m#WzCq^K#Y4T_R5#VyW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/64405", "modelId": 59942} \ No newline at end of file diff --git a/datasets/metadata/644100.json b/datasets/metadata/644100.json new file mode 100644 index 0000000000000000000000000000000000000000..070d5fa96b78de17af1a5876499e38f8d690baca --- /dev/null +++ b/datasets/metadata/644100.json @@ -0,0 +1 @@ +{"id": 644100, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-14T15:23:32.201Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Emily, blue hair, spiky hair, purple eyes "], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 558988, "sizeKB": 146096.4677734375, "name": "644100_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T14:12:38.485Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "22EF3C12", "AutoV2": "F2656B3AC5", "SHA256": "F2656B3AC5A6E25566477C340DA0A14C2AC513A1164BC030049978D94D8781E9", "CRC32": "810C29AA", "BLAKE3": "195B334AFA66D84F0FCB56DEFDEEFDA3C5F0677F96CC83758D3F4431ACE8177C"}, "downloadUrl": "https://civitai.com/api/download/models/644100?type=Training%20Data"}, {"id": 559127, "sizeKB": 223101.05078125, "name": "Emily_SV.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/644100", "primary": true}], "images": [{"id": 19807209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1699f890-25bd-4b4f-be9d-e63b35a7894b/width=450/19807209.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UeKT_h%M?uW?*0WVxtW?Ehay-TjZ$LofWAxt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/644100", "modelId": 577622} \ No newline at end of file diff --git a/datasets/metadata/644137.json b/datasets/metadata/644137.json new file mode 100644 index 0000000000000000000000000000000000000000..acc8b588be32be2473ad8a61ee4fc6b92b4a5f00 --- /dev/null +++ b/datasets/metadata/644137.json @@ -0,0 +1 @@ +{"id": 644137, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-14T17:41:02.357Z", "availability": "Public", "nsfwLevel": 1, "description": "Cosmoport in capital Eternium on planet Medlan background
", "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 558999, "sizeKB": 659104.8056640625, "name": "644137_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T14:26:30.490Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4BCA602D", "AutoV2": "766DDAF747", "SHA256": "766DDAF747270C85A6A469FE288EEE71BE3483BD1CDF5D8BC2AE49EB05519E86", "CRC32": "B8F70973", "BLAKE3": "7C3122040E026DB27FE764A8E225FC155BFFC3EB7F55A163E9E5AE7E74966B17"}, "downloadUrl": "https://civitai.com/api/download/models/644137?type=Training%20Data"}, {"id": 559525, "sizeKB": 223184.92578125, "name": "Cosmoport_in_capital_Eternium_on_planet_Medlan.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T17:41:38.254Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9285130E", "AutoV2": "6603034A8F", "SHA256": "6603034A8F5637537CB8EDE476483A30D6D778062F67C692A749FA8D7F16665D", "CRC32": "8F38867A", "BLAKE3": "89157037D419CCA6D2D91A4DBE25221DF935BC1EC7A96C36B38B2504B83337BB", "AutoV3": "C1ACC5433088"}, "downloadUrl": "https://civitai.com/api/download/models/644137", "primary": true}], "images": [{"id": 19823323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ce372f8-7f01-49ff-b670-4843b7b84021/width=450/19823323.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGDc,at74URjDiV@~qxu9FWBVsofxtWBV@WB", "type": "image"}, {"id": 19823322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fc8ef76-168d-45b5-a09e-44bc59836292/width=450/19823322.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Dc~[bb00%g56j[_NRj00RkV?Rj^if6TKog", "type": "image"}, {"id": 19823321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5307b98d-a670-47d1-b228-408b9e662742/width=450/19823321.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UADJ*Kt700R*4Tae~qof00kCibjY?HWB9Fj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/644137", "modelId": 577649} \ No newline at end of file diff --git a/datasets/metadata/644167.json b/datasets/metadata/644167.json new file mode 100644 index 0000000000000000000000000000000000000000..cb9eb37258f18fa4168c10c404c5a73e90b49529 --- /dev/null +++ b/datasets/metadata/644167.json @@ -0,0 +1 @@ +{"id": 644167, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-14T16:18:23.351Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["terra_vermis "], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 559100, "sizeKB": 19626.1865234375, "name": "644167_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T15:16:12.395Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6C293278", "AutoV2": "9B0ADA17F8", "SHA256": "9B0ADA17F83A1D5218BD710504E78C82A6B35A7AB8C9A42790B06B9160661E22", "CRC32": "7F54C4F5", "BLAKE3": "A7B8042590F756441E51F7E086D00D4E0A0E0D4BD3E323FD63A8DEF0D61A2023"}, "downloadUrl": "https://civitai.com/api/download/models/644167?type=Training%20Data"}, {"id": 559318, "sizeKB": 223101.34765625, "name": "Terra_Vermis_-_Worm_Girl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T16:20:55.861Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7D31CE04", "AutoV2": "F031C52A1D", "SHA256": "F031C52A1D1D2D5552487F228F1127ADABD1FDBF7645A0216239A13A0D8DA1AF", "CRC32": "4B0F3858", "BLAKE3": "125FDF062F5391529C6FFE88067C98047878A0FE0F40CBAD05EF746529505EAF", "AutoV3": "5CB11B41FA5A"}, "downloadUrl": "https://civitai.com/api/download/models/644167", "primary": true}], "images": [{"id": 19813979, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10bc99fa-f4a3-4cc0-a266-c3df26352161/width=450/19813979.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULC%BZXScFNd.Tt7JCR+NeoLs:j[S$Rjxtxa", "type": "image"}, {"id": 19813980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b59ef842-0dbe-4501-90d9-bc92b1c05e30/width=450/19813980.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPDTYIkqLMn$%%tR%gIpRpM{IA-UJXRjaJxZ", "type": "image"}, {"id": 19813978, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa37a358-ab52-4a53-98fe-713f08c38d7e/width=450/19813978.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7Eyb[_2D%~q00-;IUM{00IU009F-:WB~q4n", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/644167", "modelId": 577676} \ No newline at end of file diff --git a/datasets/metadata/644455.json b/datasets/metadata/644455.json new file mode 100644 index 0000000000000000000000000000000000000000..0753c3b004dee10da1482481cd69f3e9f4dd04b6 --- /dev/null +++ b/datasets/metadata/644455.json @@ -0,0 +1 @@ +{"id": 644455, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-14T16:17:34.078Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 559306, "sizeKB": 22237.92578125, "name": "Tamaki_DoA-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T16:16:47.575Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9AEFE4ED", "AutoV2": "89F2C73B10", "SHA256": "89F2C73B10B422CAE6B6ADC2ACFA560CAE90BC417DBE028367F3A9011F183310", "CRC32": "F8C6CCC1", "BLAKE3": "8872FF1936DA66785EF39660B6A5F63AD2B15C2FA4773A2CED342C833A912C57", "AutoV3": "9F5F9A9C70FE"}, "downloadUrl": "https://civitai.com/api/download/models/644455", "primary": true}, {"id": 559305, "sizeKB": 11424.8134765625, "name": "Tamaki_DoA.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T16:18:00.599Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F913B102", "AutoV2": "3AEB550D88", "SHA256": "3AEB550D8804EC0B18FB3F4382ABC289B43AEA18D6031471DE1ED29CD6534D4C", "CRC32": "95648E26", "BLAKE3": "9A861F58FE76F3F9EB03AA41C67CB6132423823C02CAF2B46D9D40097F3F8D90"}, "downloadUrl": "https://civitai.com/api/download/models/644455?type=Training%20Data"}], "images": [{"id": 19813892, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3672f1a-6311-44f5-bb63-2ef2c0d4ada4/width=450/19813892.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UfNc{Oxu?^t7Suay?HfkI;aywJof~qWVWYs:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/644455", "modelId": 577902} \ No newline at end of file diff --git a/datasets/metadata/644546.json b/datasets/metadata/644546.json new file mode 100644 index 0000000000000000000000000000000000000000..38742aa76888c786b87e224eff707836d816171f --- /dev/null +++ b/datasets/metadata/644546.json @@ -0,0 +1 @@ +{"id": 644546, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-14T20:05:06.035Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Deathknight", "Barbed wire", "undead"], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 559857, "sizeKB": 223100.50390625, "name": "Deathknight_Night_Elf.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T20:05:47.718Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "69F07757", "AutoV2": "742E8EE028", "SHA256": "742E8EE028DC2F8EB7B4F84D614282853BD57EB57ECDB51CDF81A1840A149A21", "CRC32": "A4E0995C", "BLAKE3": "1B1339F6AEC0DC3053F4197533A370FC2F6E4FDC019EDDB5889AC042ABC46844", "AutoV3": "37F7BD19AD81"}, "downloadUrl": "https://civitai.com/api/download/models/644546", "primary": true}, {"id": 559392, "sizeKB": 4232.62109375, "name": "644546_training_data.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/644546?type=Training%20Data"}], "images": [{"id": 19839258, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cf4933e-8614-464a-981c-7aee0385f8fc/width=450/19839258.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U7B{M;;1_}-=14EM0e-p0KK6Te56^O^P^4wb", "type": "image"}, {"id": 19839259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a61aef0-1317-4e0f-83a7-436ce6cd6618/width=450/19839259.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U9Awh-%#?w_N.8aea|%gyCs:R5bb%hogV@WX", "type": "image"}, {"id": 19839260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/295538b2-5a33-40e0-8d68-19d0cfb2bcc9/width=450/19839260.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U9BD.-RjE2?b?^RPIAt7-;MxR5x]?vM{M{tQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/644546", "modelId": 577972} \ No newline at end of file diff --git a/datasets/metadata/644571.json b/datasets/metadata/644571.json new file mode 100644 index 0000000000000000000000000000000000000000..e070a4543f09d93eae6db480996be85120e7bd51 --- /dev/null +++ b/datasets/metadata/644571.json @@ -0,0 +1 @@ +{"id": 644571, "index": 1, "name": "SDXL v2", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-14T18:59:55.382Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 559445, "sizeKB": 162372.076171875, "name": "644571_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T17:18:06.878Z", "metadata": {"format": "Other"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/644571?type=Training%20Data"}, {"id": 559715, "sizeKB": 111754.11328125, "name": "Ghost_Synth_Gareth_Finnigan.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T19:01:19.798Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1D2904C0", "AutoV2": "42B1676E5F", "SHA256": "42B1676E5F4A8698E3A086895419EB0A117DAC89AB72D3BFDC639D8966FCAAFD", "CRC32": "2445E343", "BLAKE3": "D49E950E3A662DD8330B20C9A1571E001C9AC77570F2EC6E8F77F0C42DF2D738", "AutoV3": "1AC7C75F55E5"}, "downloadUrl": "https://civitai.com/api/download/models/644571", "primary": true}], "images": [{"id": 19832484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/151a31e0-324b-4baf-9457-96eeb12c72e8/width=450/19832484.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7ATM_rr00x[CMV_D*o|~mRlH[xs?Yn,D+X4", "type": "image"}, {"id": 19832486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68d2d7d4-7e52-4402-9329-8506990d7643/width=450/19832486.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKFFgOxWE1t7?cxUMxRl?cV?RPNI_4r=RPR-", "type": "image"}, {"id": 19832485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f04b1b99-a43c-445b-8b61-450e55eb379e/width=450/19832485.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UfGScUXUt7M|u6NfocjYOZs+IUoeOGs,M|t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/644571", "modelId": 577995} \ No newline at end of file diff --git a/datasets/metadata/644695.json b/datasets/metadata/644695.json new file mode 100644 index 0000000000000000000000000000000000000000..d15d7097ebbaa70fe98b8cd42768b4b06e8db72d --- /dev/null +++ b/datasets/metadata/644695.json @@ -0,0 +1 @@ +{"id": 644695, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-14T17:35:34.134Z", "availability": "Public", "nsfwLevel": 1, "description": "bgfantasy
", "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 559509, "sizeKB": 7129.0595703125, "name": "vn bg training data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T17:37:16.971Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D0FE9E12", "AutoV2": "6228C9F476", "SHA256": "6228C9F4765E937E26EBDCB3B1303A6FC38A0575BBBF7CC1200D77767678E6DB", "CRC32": "61558657", "BLAKE3": "457A909EB5A7D2758A48585B08C86CFCEADB012F8F662FC7FB90ADA16AD21650"}, "downloadUrl": "https://civitai.com/api/download/models/644695?type=Training%20Data"}, {"id": 559510, "sizeKB": 36978.7578125, "name": "fantasybglap.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T17:37:39.638Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/644695", "primary": true}], "images": [{"id": 19822744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a56cab7d-afb4-4bb9-be4b-e79824707e5a/width=450/19822744.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UID+}BskE1oy^%?EaxW;~U$~Rjs.s+xr%1R*", "type": "image"}, {"id": 19822752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef1ab776-fb13-4619-8db3-51454278cc4a/width=450/19822752.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "U9Bf,#D*9a^%RO-okDM{~UD+D+%2xtNLayNG", "type": "image"}, {"id": 19822792, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a85b6bd-faa4-412f-8f70-8e34fe5d287d/width=450/19822792.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UCCsy.-TR5Ri_N^%$|xY.6%LxZxtM~ae%1t6", "type": "image"}, {"id": 19822807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76586bda-a5b5-4091-976e-2c102f5b13df/width=450/19822807.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "U9BNDz-.M_nNK8IV%LR5~pWXbvVsyCxutRaK", "type": "image"}, {"id": 19822817, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7c58756-2106-4c46-aa10-6862e13f362c/width=450/19822817.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UABN7fMwIVWB9%IU%1t3~pIUbFR+-.RjWBWD", "type": "image"}, {"id": 19822830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5de7e559-55a3-44b8-bccb-abb1fe0fb1ae/width=450/19822830.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UA9a=:8|R5?uXCoHM_%g_KICIBx[tSRjjDkD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/644695", "modelId": 578094} \ No newline at end of file diff --git a/datasets/metadata/6447.json b/datasets/metadata/6447.json new file mode 100644 index 0000000000000000000000000000000000000000..8f84761ea4266e45e5beb4eace5acc914eedacbe --- /dev/null +++ b/datasets/metadata/6447.json @@ -0,0 +1 @@ +{"id": 6447, "index": 0, "name": "akali_v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-01-28T13:42:19.136Z", "availability": "Public", "nsfwLevel": 26, "description": "", "trainedWords": ["akali"], "stats": {"downloadCount": 4550, "ratingCount": 435, "rating": 4.99, "thumbsUpCount": 450, "thumbsDownCount": 0}, "files": [{"id": 7528, "sizeKB": 74633.5908203125, "name": "akali.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-03T00:16:17.742Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DB1F8B72", "AutoV2": "E5DC31DE9C", "SHA256": "E5DC31DE9C7E6D481036651C0D1159FAF4A05CD75B8AFBA72B7DFF99F9309F4A", "CRC32": "1A9F4481", "BLAKE3": "BEE655A45D7A23599957CF5B86ACEE175438C352243A44AC9123D32793B94E05"}, "downloadUrl": "https://civitai.com/api/download/models/6447?type=Training%20Data"}, {"id": 6682, "sizeKB": 147533.7548828125, "name": "akali_v2-000038.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-01-28T13:47:58.009Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "4E3C68FB", "AutoV2": "981E37DA9F", "SHA256": "981E37DA9F1C8ACA878804252F2F3DD0FD31C2227EEB43667FEA7BCDADEA4122", "CRC32": "801B1AFD", "BLAKE3": "5308EEA64E55FB03C93977D3E7D99EE3DBE5B218FC0B0AD9FF0F53B5BC89F83D", "AutoV3": "E75602D60B15"}, "downloadUrl": "https://civitai.com/api/download/models/6447", "primary": true}], "images": [{"id": 57888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7226510a-8643-4adf-7670-b5e22c36b900/width=450/57888.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UJGu]@Xo?wIV01tRE1V?Di%2R*xu-;RjazNG", "type": "image"}, {"id": 57892, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/978a45eb-0b50-41ff-b030-1392e1743000/width=450/57892.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UZI#y1-q.TWC0MWXIVWVD$WCxWae%MofNaWB", "type": "image"}, {"id": 57891, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f126a617-8dd4-4f5f-9c9f-49b4742b8300/width=450/57891.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UEECzp-;*0NM4:-pR5RiI9x^-oof%NR+I;WU", "type": "image"}, {"id": 57890, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5721334a-dc17-4817-8adf-227c92e15200/width=450/57890.jpeg", "nsfwLevel": 8, "width": 768, "height": 1024, "hash": "ULJQ+tRP57-p00V[X59aM_Rj~VjbxvxuNGoe", "type": "image"}, {"id": 57918, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65d385c0-634d-42cf-75f8-0eaf13876000/width=450/57918.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFHd?L9_^+IoTK-:t7~C~q_2%29a~WtRIp-o", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/6447", "modelId": 5540} \ No newline at end of file diff --git a/datasets/metadata/644719.json b/datasets/metadata/644719.json new file mode 100644 index 0000000000000000000000000000000000000000..00c9434fb2c956f7928966eaca1dc9ec5a8e65fc --- /dev/null +++ b/datasets/metadata/644719.json @@ -0,0 +1 @@ +{"id": 644719, "index": 0, "name": "SD1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-14T18:19:34.997Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 559533, "sizeKB": 162372.076171875, "name": "644719_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T17:53:13.833Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B8086AD3", "AutoV2": "97C23B3828", "SHA256": "97C23B38283389AADEA2AFA2EC46F1C08F4ED786D7D5C452F366F8C7C7E0A18F", "CRC32": "D0AD0FB0", "BLAKE3": "8702A9EFEAA1246446B5F286D0132DF3786E7126FA43DE6DA6086E7012447102"}, "downloadUrl": "https://civitai.com/api/download/models/644719?type=Training%20Data"}, {"id": 559595, "sizeKB": 36979.2421875, "name": "Ghost_Synth_Gareth_Finnigan.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T18:17:02.346Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5C9EBE13", "AutoV2": "18C2877FFF", "SHA256": "18C2877FFF57943ECC038DD2FD13B83FEDDC6B7B381FAB6389115DD15D4F277F", "CRC32": "870365D3", "BLAKE3": "7F445F99E6E408678BEC42E170E5B28C7D8056C2C643C086EA93E27D6140EBFC", "AutoV3": "7C887302A8AD"}, "downloadUrl": "https://civitai.com/api/download/models/644719", "primary": true}], "images": [{"id": 19827832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/888b449f-0ae1-4a71-b1da-e8262094e580/width=450/19827832.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U4BpUn004:~o0^~BV|Mwii8~%2NY={Sixnbb", "type": "image"}, {"id": 19827830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b6adc23-67b9-43d6-8538-1d847cee4508/width=450/19827830.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UZEyobt-AI,-t:I@Nd$eJ;nixYShS%xDsmS5", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/644719", "modelId": 577995} \ No newline at end of file diff --git a/datasets/metadata/644720.json b/datasets/metadata/644720.json new file mode 100644 index 0000000000000000000000000000000000000000..c9dcebaffc795386e040d6d76d3ff3e291a697f0 --- /dev/null +++ b/datasets/metadata/644720.json @@ -0,0 +1 @@ +{"id": 644720, "index": 0, "name": "SDXL v1 (best)", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-14T18:57:07.985Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 559534, "sizeKB": 162372.076171875, "name": "644720_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T17:51:25.572Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B8086AD3", "AutoV2": "97C23B3828", "SHA256": "97C23B38283389AADEA2AFA2EC46F1C08F4ED786D7D5C452F366F8C7C7E0A18F", "CRC32": "D0AD0FB0", "BLAKE3": "8702A9EFEAA1246446B5F286D0132DF3786E7126FA43DE6DA6086E7012447102"}, "downloadUrl": "https://civitai.com/api/download/models/644720?type=Training%20Data"}, {"id": 559660, "sizeKB": 223100.71484375, "name": "Ghost_Synth_Gareth_Finnigan.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T18:42:00.138Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2D4813D8", "AutoV2": "0780D67E8E", "SHA256": "0780D67E8E25595B308014532975E566441C17E9B29E995B967909D919FA251E", "CRC32": "C53AF3AF", "BLAKE3": "6F0B5E83EE006E74103C832E1E5A32F7E9191C2252D8F2411FB89E3594B24191", "AutoV3": "39F20F3A1153"}, "downloadUrl": "https://civitai.com/api/download/models/644720", "primary": true}], "images": [{"id": 19832196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7134ce63-780b-434b-990a-88e56d60312e/width=450/19832196.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1024, "hash": "UEE_%1?G0eE1~BoM9ZM|Fya}iwt6x?aeM{kC", "type": "image"}, {"id": 19832206, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdb85abc-4296-4ce1-8c4d-1beebfebeb5c/width=450/19832206.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1024, "hash": "UKF#]R~Tb.r@^*%14=Rno}%1$jt7?Zxt%2WY", "type": "image"}, {"id": 19832207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec684206-8c95-4d48-ac9b-edb9f1f982de/width=450/19832207.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1024, "hash": "UNF~1#~UJOIV?Zae9aM|%M-oxGk8x[oNsoNG", "type": "image"}, {"id": 19832201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38d75ee7-9644-4e2c-a5e7-91df7fc111e2/width=450/19832201.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1024, "hash": "UMFrRk~TJ|jE^*Rp9voI?Z?F-Tt3%fxus:WV", "type": "image"}, {"id": 19832221, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f325a07-cc8a-4114-a966-d2012835aacb/width=450/19832221.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJH20|xH%Xxr%M%10MWV~B%1IVWU~ot7%Jfl", "type": "image"}, {"id": 19832230, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0ed1522-0b01-4bbf-8732-1766f7fd8e2b/width=450/19832230.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGHBhp~U?RNEx_?H04Ri~C-;MzIo~o.6-.M|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/644720", "modelId": 577995} \ No newline at end of file diff --git a/datasets/metadata/644889.json b/datasets/metadata/644889.json new file mode 100644 index 0000000000000000000000000000000000000000..4e2e9a3e23e086ad4f9e29f86aa1e9daefd68491 --- /dev/null +++ b/datasets/metadata/644889.json @@ -0,0 +1 @@ +{"id": 644889, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-14T20:30:29.973Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": ["Floriamb, elf, turquoise color hair, blue eyes, pointed ears, ornate armor, green jewellery"], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 559764, "sizeKB": 181705.7197265625, "name": "644889_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T19:34:08.278Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "72138DC4", "AutoV2": "B04FF974BD", "SHA256": "B04FF974BD8FE8A4CDB26D12DB4104069981A1CDC292CB6BF92B7C8A4C5EF0E8", "CRC32": "150F50C6", "BLAKE3": "CD2E29FD1C280ABD5BDB832D6268BE0C2D894026FD9D1973B3393007A463EC58"}, "downloadUrl": "https://civitai.com/api/download/models/644889?type=Training%20Data"}, {"id": 559926, "sizeKB": 223100.31640625, "name": "Floria_WOW.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T20:31:10.095Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2543683A", "AutoV2": "E390A15075", "SHA256": "E390A15075778A4FCB6A17E44FF547C605E1FC93BC708261966A8430CFC5046E", "CRC32": "360B4603", "BLAKE3": "3BE3CCAE68C409B2D4F9F3E234668E15E92AA0C0F4E82F7D2D56D433451FB844", "AutoV3": "0CC12EBCCEAD"}, "downloadUrl": "https://civitai.com/api/download/models/644889", "primary": true}], "images": [{"id": 19841504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18516605-6989-4963-b9af-8f7e15b65779/width=450/19841504.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UQA_;LIAS$tl?]IVaex]w|S$oexuxuW;afs:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/644889", "modelId": 578264} \ No newline at end of file diff --git a/datasets/metadata/644907.json b/datasets/metadata/644907.json new file mode 100644 index 0000000000000000000000000000000000000000..d4d48646de918195324c05f9d889a681f56b2d60 --- /dev/null +++ b/datasets/metadata/644907.json @@ -0,0 +1 @@ +{"id": 644907, "index": 0, "name": "pony-v1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-16T02:53:52.003Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 22, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 563450, "sizeKB": 111784.80859375, "name": "amakara_surume.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T02:16:18.932Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7290BDF1", "AutoV2": "2DB06246C9", "SHA256": "2DB06246C936364736A6CFA65BE3CDDE52B0FC2FB761DE7F23A0EC0F1AA45199", "CRC32": "01528A40", "BLAKE3": "1169090B5AC24A746888EE0ED33F7D074AD63D1728B41D5E39DF61E909A7F41D", "AutoV3": "D333EF939C81"}, "downloadUrl": "https://civitai.com/api/download/models/644907", "primary": true}, {"id": 559728, "sizeKB": 215924.9609375, "name": "644907_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T19:21:26.223Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F1015875", "AutoV2": "49D3D99BD1", "SHA256": "49D3D99BD1E69E707EAFA700626E91D9F7CB6E76DC5415D5961C66800B42497B", "CRC32": "34E0FB4F", "BLAKE3": "740CFA4140F142AA1AEF25B42E3150A5424A6871F5DFD45DA69FC93CBA382007"}, "downloadUrl": "https://civitai.com/api/download/models/644907?type=Training%20Data"}], "images": [{"id": 20033299, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e878bcad-08c2-4c9f-a68f-090ca7a1b703/width=450/20033299.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UXMZ?*-;%#t7~qt7t6kCtlRixsRjMxjZIVM{", "type": "image"}, {"id": 20033297, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c6a6225-0038-42f0-8212-b7b100a6f6ca/width=450/20033297.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U8I;u1E000M{_}tS5ut801ob-XIA0OIT^QXn", "type": "image"}, {"id": 20033296, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2b0b8ad-e71b-4401-b1a5-5c02b2fa7244/width=450/20033296.jpeg", "nsfwLevel": 1, "width": 832, "height": 1248, "hash": "UfI}q?xZIo-p~pt5WVWrJCNbtRM|KRafV[kC", "type": "image"}, {"id": 20033301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e49a36e4-3132-472e-9e2c-c941f5e55c91/width=450/20033301.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UOKw-3a1yD?Hk?Ioxroz59IqMwa|~WIUIVn$", "type": "image"}, {"id": 20029778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb973b4d-a168-4d92-a5d8-f471edcc73c1/width=450/20029778.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UPN0@=o#.8-;_Ns:?bR*~q9FMxxuW=RkM{xa", "type": "image"}, {"id": 20029780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48a160ab-553b-4639-8c5b-71e9b80b241b/width=450/20029780.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPL|ivR+.7xZ~WxtoIs,V?o0f+NG-;M|Rlxa", "type": "image"}, {"id": 20033304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0619ab7d-ab88-4238-a294-1d60fec7fb9c/width=450/20033304.jpeg", "nsfwLevel": 16, "width": 1248, "height": 1824, "hash": "UGOWB7ENnO^*$%xu4;Rj-U~V^%Xn?c-5rqNH", "type": "image"}, {"id": 20033298, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0ec64cf-1976-4aec-9ffa-328b93df25a7/width=450/20033298.jpeg", "nsfwLevel": 4, "width": 1248, "height": 1824, "hash": "U3I:%jHaHXTL1U$M00~U6LxH=CM~#WSh03=_", "type": "image"}, {"id": 20033744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfa7d33c-41c3-4b30-9453-ea293be468bb/width=450/20033744.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U6JjMO~o008{0}=|009w0mMyD%MJRk5mDiOX", "type": "image"}, {"id": 20033682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b77979b0-da19-4a07-8867-521ea133061f/width=450/20033682.jpeg", "nsfwLevel": 1, "width": 1248, "height": 1824, "hash": "UBIg.OMy01%foexZ~oNctkE2WF^jtlM|R6xa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/644907", "modelId": 578278} \ No newline at end of file diff --git a/datasets/metadata/645136.json b/datasets/metadata/645136.json new file mode 100644 index 0000000000000000000000000000000000000000..b664ddde581566faf1ad851a66d16a1ba398f3cd --- /dev/null +++ b/datasets/metadata/645136.json @@ -0,0 +1 @@ +{"id": 645136, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-14T20:28:06.857Z", "availability": "Public", "nsfwLevel": 20, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 559929, "sizeKB": 22237.64453125, "name": "Gorgons_Moonlit-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T20:31:11.903Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E1F5FDB7", "AutoV2": "F414D92A2C", "SHA256": "F414D92A2C513F3ACCF070188931E79F859AB4B82DD4422F499C4AD943BD2229", "CRC32": "56584108", "BLAKE3": "CA4E6B9A59178790BC3D264AF0C951854AD408C1EFC01504F33B69EDC3DA6761", "AutoV3": "786B14E21F14"}, "downloadUrl": "https://civitai.com/api/download/models/645136", "primary": true}, {"id": 559928, "sizeKB": 8394.4521484375, "name": "Gorgons_Moonlit.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T20:30:40.722Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "941218A3", "AutoV2": "247DB0706E", "SHA256": "247DB0706ECCB856D2415A53AFA78C1E24BE23FD205BFD09B4EB4A6FDC4C6BD0", "CRC32": "CC2704B8", "BLAKE3": "3BF3DAF68B7CA3ECA822548D9415ACD27F70ECBB4E58F55A0FA80BA02E0CB00C"}, "downloadUrl": "https://civitai.com/api/download/models/645136?type=Training%20Data"}], "images": [{"id": 19841263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84083422-74d5-4ff0-abfa-2ba7bdab77b5/width=450/19841263.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UINl_f?v_1?bT2%gx?%f-=t8^%t6~Ws:xsRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/645136", "modelId": 578454} \ No newline at end of file diff --git a/datasets/metadata/645147.json b/datasets/metadata/645147.json new file mode 100644 index 0000000000000000000000000000000000000000..b3a461558f2e1c50c92d6cafaac89a978d03ab59 --- /dev/null +++ b/datasets/metadata/645147.json @@ -0,0 +1 @@ +{"id": 645147, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-14T23:14:42.814Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "earlyAccessDeadline": "2024-07-21T23:14:42.814Z", "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 559944, "sizeKB": 7624.0546875, "name": "645147_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T20:40:49.146Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "31BD923F", "AutoV2": "17385E9892", "SHA256": "17385E9892F32D296F1D2510AECAF84A861AB7A3665DC83889A7AB7F9BDA0BE4", "CRC32": "46C17BBD", "BLAKE3": "6D5669676B551D029F6A6500AAE7659343B4F982898FE8CF30B875C217AA4A6A"}, "downloadUrl": "https://civitai.com/api/download/models/645147?type=Training%20Data"}, {"id": 560218, "sizeKB": 223101.35546875, "name": "Choose_your_own_adventure.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T23:05:47.794Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E370C3A9", "AutoV2": "ABBF775A1A", "SHA256": "ABBF775A1ACDE8B82174A58E33172580EBB5CF89D08C14B3E75E600A01D417AD", "CRC32": "35574E60", "BLAKE3": "11576F9BC850858ED1CC30D6C976B298B91FE75B556080ED4692523D933B1144", "AutoV3": "8E8644427E69"}, "downloadUrl": "https://civitai.com/api/download/models/645147", "primary": true}], "images": [{"id": 19856904, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15dafcb7-5ae8-440f-b0c1-3dd504d38ecf/width=450/19856904.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdMQkoof.9s.~qoeWUag=}RlbFoyOYaeROW.", "type": "image"}, {"id": 19856902, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1ac7dd7-fe84-4d9c-ac25-f014ed90f525/width=450/19856902.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UmMQCiWC%Njt?bjFW;kC_Nt6oIj[RPR*s-o0", "type": "image"}, {"id": 19856901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d02cc335-7496-48ef-84c8-abd17bbf0827/width=450/19856901.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6F5{nyE0@^*DiNHMxxuOxt5DNIU_Lxa%NR%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/645147", "modelId": 578465} \ No newline at end of file diff --git a/datasets/metadata/645179.json b/datasets/metadata/645179.json new file mode 100644 index 0000000000000000000000000000000000000000..01d3c07f49aecedde9ab8ce54bf95d8780a520d2 --- /dev/null +++ b/datasets/metadata/645179.json @@ -0,0 +1 @@ +{"id": 645179, "index": 0, "name": "seductiveV1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-14T21:33:32.779Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 559969, "sizeKB": 28859.103515625, "name": "645179_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T20:51:14.615Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2896D5DC", "AutoV2": "AD3AE28CB0", "SHA256": "AD3AE28CB0CD5E5D61D091862DF4D4C2BA53934585D586CF814B15C45163E258", "CRC32": "C9B78C04", "BLAKE3": "56B427830D2A015FEC35B02E7F6FC30435D7F7DE08DB477DD8704395E500A13B"}, "downloadUrl": "https://civitai.com/api/download/models/645179?type=Training%20Data"}, {"id": 560067, "sizeKB": 223100.19921875, "name": "seductivewoman22.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T21:35:48.684Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AF82F85E", "AutoV2": "EA842E99DE", "SHA256": "EA842E99DE6A4E8A69DF253F3F1113F9DF4BF33E7AC4A0E8698D4D3090E0A25B", "CRC32": "2D616CC2", "BLAKE3": "E4973D528727564E8BB04876397EC8909A31236141817BC828BDC5E7F396AF1A", "AutoV3": "5C16739B50C1"}, "downloadUrl": "https://civitai.com/api/download/models/645179", "primary": true}], "images": [{"id": 19847872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ef8f34a-45e6-4671-a690-6f51a6c0c60f/width=450/19847872.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UkJayE_M-otQJVjcIpWCIoxaNHM{$*R*s:s:", "type": "image"}, {"id": 19847873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca7021e2-19f8-4870-8cd1-6c57861988b8/width=450/19847873.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UjJHjp_M-ot7NeoMNHj[IoxHM}IVxaNHxZs:", "type": "image"}, {"id": 19847869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d459d139-b10e-4716-89ec-3e0e8328c865/width=450/19847869.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UkJkGt_M-oxaJBjvNGbbIoxaNHM{$%NHt6s:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/645179", "modelId": 578491} \ No newline at end of file diff --git a/datasets/metadata/645244.json b/datasets/metadata/645244.json new file mode 100644 index 0000000000000000000000000000000000000000..136ee8df1403aa2c0d5b0a4f95e03b981cae957d --- /dev/null +++ b/datasets/metadata/645244.json @@ -0,0 +1 @@ +{"id": 645244, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-15T02:56:27.920Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Igniamb, red hair, long hair, red eyes", "Perfect body, perfect round breasts, very thin waist", "Armor", "Shoulder armor", "Armoured gloves ", "Armoured boots "], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 560068, "sizeKB": 135893.5830078125, "name": "645244_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T21:36:54.185Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7E02633F", "AutoV2": "105C5A850F", "SHA256": "105C5A850F94500877D1B5439989B29696608DE2AB9972368C65A552FFBDF465", "CRC32": "27B4A7FF", "BLAKE3": "1D7C282F850099AF9DBDE7B7F0751208D226D05F4F6B51A02297159EA19DE9B8"}, "downloadUrl": "https://civitai.com/api/download/models/645244?type=Training%20Data"}, {"id": 560702, "sizeKB": 223100.52734375, "name": "Ignia_mage.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T02:50:52.574Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "334BAB7D", "AutoV2": "689926EBD0", "SHA256": "689926EBD01000552638256627FBC14D57D5B1658BE59DD5CC5BC9437992D9BE", "CRC32": "9261DCB5", "BLAKE3": "47635C3DDC1CCBB09BC039457452E60097DFCBE3FC5E475E9D8A771C74C6A3CC", "AutoV3": "81AA17BAA529"}, "downloadUrl": "https://civitai.com/api/download/models/645244", "primary": true}], "images": [{"id": 19884375, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b7ca011-c904-46a4-9f40-f857085a0234/width=450/19884375.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "U7Djk|Ee{x^7F#9]1HxaAW}ZKP#,xGS#=K$k", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/645244", "modelId": 578541} \ No newline at end of file diff --git a/datasets/metadata/645294.json b/datasets/metadata/645294.json new file mode 100644 index 0000000000000000000000000000000000000000..a0599d9b19ad346b4cf20e69de5c832b8a6a6cf1 --- /dev/null +++ b/datasets/metadata/645294.json @@ -0,0 +1 @@ +{"id": 645294, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-15T14:29:42.914Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": [], "earlyAccessDeadline": "2024-07-18T14:29:42.914Z", "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 562061, "sizeKB": 223107.29296875, "name": "Patsy_Walker_aka_Hellcat_Marvel_Comics.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T14:51:26.339Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "34041AD4", "AutoV2": "F673777F78", "SHA256": "F673777F78620701810046BA24E504C963822842DA5DDBD6E3733791B44578DC", "CRC32": "1C99F9C4", "BLAKE3": "5C59AC3DB5CF0C25786761DBDD16D0DB81FBD4EE4993FE4DA4C43B13DAF882B6", "AutoV3": "62BC9391E3D9"}, "downloadUrl": "https://civitai.com/api/download/models/645294", "primary": true}, {"id": 560093, "sizeKB": 11073.599609375, "name": "645294_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T21:50:35.617Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EB04E596", "AutoV2": "51A19995FF", "SHA256": "51A19995FF93ACF830B62641DFB338A003E1F792D57D6EE254D69DA27BAFF0AD", "CRC32": "57D6ED08", "BLAKE3": "8C85D31AF2219BE124140C1750956A200C0EBD89448C4EF817AD727C54D17DDF"}, "downloadUrl": "https://civitai.com/api/download/models/645294?type=Training%20Data"}], "images": [{"id": 20044782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea5dd7c5-16a6-490c-b733-f8dbe32802f4/width=450/20044782.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "U9COw8Ir0N~90pxZEe9w^ibH-5$~0nof$yIp", "type": "image"}, {"id": 19952536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b73f2d8-4ad1-4823-a16e-94cb383ea635/width=450/19952536.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7BLtt9v0B};59t6=rRm0moc}:n+0,$z=tEQ", "type": "image"}, {"id": 20044772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afd4cd78-2c77-40f7-959e-acd368d08f97/width=450/20044772.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "U5C5*HxUE005u6EMrBxs0Zsm4o^iK+slD*=w", "type": "image"}, {"id": 19952535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/228ad2ae-36ef-4bd3-bffb-96e5314d3dec/width=450/19952535.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBH^qn8{07_Mxdn3w@O@5ExZ?8I;beS5xnt3", "type": "image"}, {"id": 20044771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51899265-949c-419b-927b-73226d205e66/width=450/20044771.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UAEd-C0h9|}q%gbFwIR-0.}=E3EN.6RQayWV", "type": "image"}, {"id": 20044781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a7b0144-f8d5-40d9-8f53-5acf36f17c93/width=450/20044781.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UPGG%rNw}=xG0OsT5SNHg2X7ofoe$$Rkf6wd", "type": "image"}, {"id": 20044773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f4c0e5a-e07d-48fa-91f2-84364043d843/width=450/20044773.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UFG7n}~7-o$g0NMz589v5ROs-m%LIqrsaLM|", "type": "image"}, {"id": 20044777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4346ecc5-1771-4b39-907b-c49477672603/width=450/20044777.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UKGji^9_59^N~AI=RQs:x]oewIR-%L$%E3I=", "type": "image"}, {"id": 20044775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3407da76-9ed2-42aa-a7f6-137b80ea08ce/width=450/20044775.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UBGH6e?F}?9u040g0$Nx0h-n-n=_9w,:IWM|", "type": "image"}, {"id": 20044774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee7f67b6-4b7a-4ec6-bac5-97202ec88caf/width=450/20044774.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UFCrTBaz=uE30Qt60hoe-oRl}=xDE4S2Ipt6", "type": "image"}, {"id": 20044776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ec2989b-b45b-4504-ae93-c3428cd82c50/width=450/20044776.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "U6B2.8$#Eh0oF~s:nNXT0CofIU}??GNH$yRm", "type": "image"}, {"id": 20044780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c48cee21-24f7-4c83-b184-3431359f3327/width=450/20044780.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "U7A]KQ}=0~EkE-9vMxNH1QNb$1WqTK={-5-n", "type": "image"}, {"id": 20044779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6dbd6833-0e4b-4a92-a148-2820d95e7ce8/width=450/20044779.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UDFNYE9{11};9~W;jFj[15$%xWEO%KWXsmWC", "type": "image"}, {"id": 20044784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22463dea-46c4-4b19-b273-31cb54224f75/width=450/20044784.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "U6AI[BxF0n-op1xFogS$0;$%}=EQAJNx$#oI", "type": "image"}, {"id": 20044783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edf598a7-d8da-4228-85b5-29718f6e18e6/width=450/20044783.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "U9C}??15AJV@K7b^kCs90Q}?R*j?g4ag$%R+", "type": "image"}, {"id": 20044789, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9cc071d-ae37-4cde-9da1-06923b832219/width=450/20044789.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UOFEP%Ip5S^i~BM|nO-opIRki_bbOYWBIpR+", "type": "image"}, {"id": 19952537, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac8a1970-7266-4efd-bfe2-babf1ca232b2/width=450/19952537.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U67UM3M|F4#*_MRjNGs99usm#*NyS%sn%1S5", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/645294", "modelId": 578589} \ No newline at end of file diff --git a/datasets/metadata/645326.json b/datasets/metadata/645326.json new file mode 100644 index 0000000000000000000000000000000000000000..95e866575a65959d445b8c40bab45f859def0ee5 --- /dev/null +++ b/datasets/metadata/645326.json @@ -0,0 +1 @@ +{"id": 645326, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-14T22:08:10.300Z", "availability": "Public", "nsfwLevel": 1, "description": "E17 version. It is stronger and more aggressive in morphing than E15. Request E15 version in comments if you wish ti t(a)est(e) less aggressive version.
", "trainedWords": ["strawberry", "strawberries", "made of strawberry", "transformed into a strawberry-themed landscape", "made of strawberries", "strawberry-themed elements", "voronoi", "low-poli", "voxels"], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 560123, "sizeKB": 167503.16015625, "name": "Strawberrify.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T22:06:52.411Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "660F8809", "AutoV2": "2C8B4E9744", "SHA256": "2C8B4E9744FC4A733E1AEA2F705E36D27CB5C75A94163779A62BAFF4CCCBCFC9", "CRC32": "A9E5BAF6", "BLAKE3": "72B3AEC5D3018AF438D9CC55D308A112B704EA0138BB92F8A39A0EF6C27B1A60", "AutoV3": "C37FB2A0C860"}, "downloadUrl": "https://civitai.com/api/download/models/645326", "primary": true}, {"id": 560126, "sizeKB": 130177.826171875, "name": "Straberrify.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-14T22:06:57.996Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "78BD3F92", "AutoV2": "4F8DCB9773", "SHA256": "4F8DCB97735564C902CD6E63898B38F2EA044BF764E3C4F8911472BCA484FDE9", "CRC32": "6B5E5755", "BLAKE3": "CBA341BC6FD1A9617FDD4C8FF887E5665C3CC2972E35E8CA431AC001A30F6FB6"}, "downloadUrl": "https://civitai.com/api/download/models/645326?type=Training%20Data"}], "images": [{"id": 19851349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dca28c24-996e-4a07-b9c5-dafc7f6f505c/width=450/19851349.jpeg", "nsfwLevel": 1, "width": 3300, "height": 6190, "hash": "U*JI62~q_3-;tRaeayayt7WBayayt8ayayfQ", "type": "image"}, {"id": 19851445, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1d97ae2-f69c-4090-b9f1-9f8c301d8c66/width=450/19851445.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "UDB;E=xD4oD*ysjFVsWUEit7soSNDjShx]%2", "type": "image"}, {"id": 19851467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30ffd28e-8e45-42d5-8942-b676deb98a4e/width=450/19851467.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "UEBqF#DjIBt7*0IBnhofcFVsxaW-EM%LbvRQ", "type": "image"}, {"id": 19851537, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8528b397-4839-4d09-84b6-bc710e417cc2/width=450/19851537.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "UGB|sS9ZMyw|.TD%jYt6tSV@xZWBEzxaozM|", "type": "image"}, {"id": 19851559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d82c8c2-2a4e-4922-a903-4b23e87faf46/width=450/19851559.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "UFAwt~InIAa0yZD*s8jEIvr?tQRjEK$%o}S$", "type": "image"}, {"id": 19851602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64d55e9c-e59a-4bf4-b87c-a75b87367817/width=450/19851602.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "UZDTCTNGRkM{%%IqodaKk?oLs:kCOYoLafoz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/645326", "modelId": 578603} \ No newline at end of file diff --git a/datasets/metadata/645457.json b/datasets/metadata/645457.json new file mode 100644 index 0000000000000000000000000000000000000000..093a88eec50ee2e1605ca02fc82d4552d4cc88e1 --- /dev/null +++ b/datasets/metadata/645457.json @@ -0,0 +1 @@ +{"id": 645457, "index": 0, "name": "Selfie Pov 1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-15T02:49:43.065Z", "availability": "Public", "nsfwLevel": 28, "description": "This is a selfie LoRA with 5 trained positions and trigger words to help with customising
Prompts
Selfie, (main prompt)
Positions
standing,
bent over,
on all fours,
sitting,
lying down,
Customising prompts
sfw,
breast exposed,
looking down top,
vagina exposed
fully exposed,
naked,
", "trainedWords": ["Selfie, ", "standing,", "bent over,", "on all fours,", "sitting,", "lying down,", "sfw,", "breast exposed,", "looking down top,", "vagina exposed", "fully exposed,", "naked,"], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 560326, "sizeKB": 83226.7568359375, "name": "645457_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T00:05:36.560Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "05A8E770", "AutoV2": "C06F3E956A", "SHA256": "C06F3E956AADA401BE736CC9CC20ECEF3873D77E6D90D68DAB9C99AD3FF0DB13", "CRC32": "A6860EEB", "BLAKE3": "A10C05AE492D9B650A09F67B70FFD96B5362FFC918944E55A30457CC11124C81"}, "downloadUrl": "https://civitai.com/api/download/models/645457?type=Training%20Data"}, {"id": 560654, "sizeKB": 223099.37890625, "name": "Selfie_Pov.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T02:26:20.769Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E28F3EAB", "AutoV2": "420EF9ED58", "SHA256": "420EF9ED58739CECC927D09286534CE74A38FF16DAD004988C1E0722B100617E", "CRC32": "749A2D4B", "BLAKE3": "8B878DAEAB19FE36BC4C2D6DBFD1AE537C005E57FDB45FD8E14E875B80233E74", "AutoV3": "6905DA8693A2"}, "downloadUrl": "https://civitai.com/api/download/models/645457", "primary": true}], "images": [{"id": 19883553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adf54582-0fb1-4521-ac8b-35224a33e726/width=450/19883553.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UEKKc$~qyC_30J4V-.KjS]iy9v$z9Y%OS~#*", "type": "image"}, {"id": 19883541, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e94556a-cf88-4659-a014-9379876ca552/width=450/19883541.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "ULMs7t~oAor=4ot7w]?G00%1T0xu-mIUxuM|", "type": "image"}, {"id": 19883550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91a487d4-17d4-4ceb-a68b-3ebd222ea3c5/width=450/19883550.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGMs4j--$]I91Z%x0}Di5[tkwIVXIUo}~BnN", "type": "image"}, {"id": 19883623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d3b6bc4-7787-42df-98ec-d9b68e7410e7/width=450/19883623.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9OC4~tS0fQn00D6skPU00~Cv}4o005r%0r?", "type": "image"}, {"id": 19883624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5ed69bf-9ad3-4db7-9a4c-0cf259b8f832/width=450/19883624.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "ULK0]FAI0_Di0j9}-5Mw?^V{^Qs+0M-VNtVt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/645457", "modelId": 578724} \ No newline at end of file diff --git a/datasets/metadata/645720.json b/datasets/metadata/645720.json new file mode 100644 index 0000000000000000000000000000000000000000..0dc3ecffb50510f389aca1f0c24ffed371fc6271 --- /dev/null +++ b/datasets/metadata/645720.json @@ -0,0 +1 @@ +{"id": 645720, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-15T03:45:51.136Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 560535, "sizeKB": 9792.0810546875, "name": "645720_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T01:45:29.408Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "57A6757E", "AutoV2": "C0775998D4", "SHA256": "C0775998D4856068B5187D61303A622AD5F25148AD5CE59A7CF5A3D9F8B7D202", "CRC32": "750BA434", "BLAKE3": "FA73102D65DC3B9FF815D755F937B80D945D281AA5330A4857DC3F1AAAD8431F"}, "downloadUrl": "https://civitai.com/api/download/models/645720?type=Training%20Data"}, {"id": 560869, "sizeKB": 223102.56640625, "name": "Slime-morph.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T03:46:18.442Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1656CDE8", "AutoV2": "6759203EB4", "SHA256": "6759203EB4CDD4B1F933FDCAB1699EF37209B84E620D3BF15D11757034219107", "CRC32": "6ADFBC5B", "BLAKE3": "DDADDA6A5D8CF6DAA93D0F3A359467BFB4DFED35B0EE5D44FD93BA20D3897F3D", "AutoV3": "EBE8860E72C2"}, "downloadUrl": "https://civitai.com/api/download/models/645720", "primary": true}], "images": [{"id": 19889110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d94bbba-f5e9-4085-983f-0588227c531f/width=450/19889110.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9B$Mm-tHXI%QDHjTW%L4T9D%5wi%9xjRrg6", "type": "image"}, {"id": 19889105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd2df934-9fcf-4915-892e-9b667629f6af/width=450/19889105.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UD4$U-VEQSbWpIVZjck8Z3f*kCkCufo#WYWB", "type": "image"}, {"id": 19889108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b167933c-8c73-4c51-a824-9811bd39ba2f/width=450/19889108.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCE}ACDPHZJ._MyEyXR500O@-9$+qwM{yWni", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/645720", "modelId": 578958} \ No newline at end of file diff --git a/datasets/metadata/645921.json b/datasets/metadata/645921.json new file mode 100644 index 0000000000000000000000000000000000000000..5f6b713c618d3ba7aef0fd8cb93864ef98126d13 --- /dev/null +++ b/datasets/metadata/645921.json @@ -0,0 +1 @@ +{"id": 645921, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-15T04:34:12.898Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["NoisettePT, tan skin, eyelashes, bunny hood, dark pink bunny hood, black hair, buck teeth, white shirt, dark pink skirt"], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 560883, "sizeKB": 1758.0224609375, "name": "645921_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T03:52:45.308Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "0ECD915178", "SHA256": "0ECD915178C4292C169F49A8646907CA21808CC276BEF239F0CC5604FB77D207", "CRC32": "92566611", "BLAKE3": "A4E833090E5BA8B6CAC483DBAECBD5B02127B833E5805FD2A0BE366DC72EB711"}, "downloadUrl": "https://civitai.com/api/download/models/645921?type=Training%20Data"}, {"id": 561052, "sizeKB": 223101.61328125, "name": "Noisette_V2_Pizza_Tower-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T04:35:37.728Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2396E5B0", "AutoV2": "A1A89421E8", "SHA256": "A1A89421E87AE81316D92A6BAF1168F04212BC48A8FE8E445856884EACF91F8E", "CRC32": "E4EDCAAA", "BLAKE3": "2DE70ECE2052B305DCD13F0C60AF76AA1D8563C794C37BB2DC267AFCA6FAB47D", "AutoV3": "3001DD0947D6"}, "downloadUrl": "https://civitai.com/api/download/models/645921", "primary": true}], "images": [{"id": 19893042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd4da800-e5ef-4093-b9e1-4dba5977ca8d/width=450/19893042.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UKRI+[xH-a$+xJj@jpay#sazSvj@#@azXMoc", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/645921", "modelId": 579135} \ No newline at end of file diff --git a/datasets/metadata/645931.json b/datasets/metadata/645931.json new file mode 100644 index 0000000000000000000000000000000000000000..790a5ad0b3a50e1ed33f7419e2199b929f3cb6bd --- /dev/null +++ b/datasets/metadata/645931.json @@ -0,0 +1 @@ +{"id": 645931, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-15T12:50:43.915Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 20, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 560928, "sizeKB": 9908.74609375, "name": "645931_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T04:02:31.548Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "532AC50B", "AutoV2": "F16663CA28", "SHA256": "F16663CA287D5C84EF6BEF111B0C3BD993C64D0D98E76C9C83E0A09A7E67972E", "CRC32": "599FD9BD", "BLAKE3": "5DD666B3FDD985E0E40CD5FD41C38BD36EE539DA2DEA3DE643CDCFE220E1A284"}, "downloadUrl": "https://civitai.com/api/download/models/645931?type=Training%20Data"}, {"id": 561881, "sizeKB": 223102.92578125, "name": "Slime-morph_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T12:51:48.200Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "51429475", "AutoV2": "35DFF5B06B", "SHA256": "35DFF5B06BC2395D80A07F3CAD07F712D93D3B7E2E8201116568104CCD1A42F4", "CRC32": "6E7EDEB1", "BLAKE3": "2D38E9810AF3287C46190A12D1218B2D254FC8ED0720FE78BE4457875199C64F", "AutoV3": "9F869A594DF0"}, "downloadUrl": "https://civitai.com/api/download/models/645931", "primary": true}], "images": [{"id": 19942405, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d46d52e-08b7-43ee-b266-d6414674e09b/width=450/19942405.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAH0J1AbI8]-0{NZEk]:xGogOUxZ}ub^=eM{", "type": "image"}, {"id": 19942411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35337543-4658-40ff-9788-a2c85d960fac/width=450/19942411.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U88r~z.lD4NIL%MdIAVY8xQ.NFyC*Hu3%ztl", "type": "image"}, {"id": 19942416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e41b6b6f-30c3-4085-a7c0-65c0029d00ba/width=450/19942416.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEFsl6TIDmwQ~CD%NZ%z8|S{%2Q:?dVvxsS%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/645931", "modelId": 579146} \ No newline at end of file diff --git a/datasets/metadata/645960.json b/datasets/metadata/645960.json new file mode 100644 index 0000000000000000000000000000000000000000..8c6c9aab2d79887a9ff3c6f1f5e3db79f42dc986 --- /dev/null +++ b/datasets/metadata/645960.json @@ -0,0 +1 @@ +{"id": 645960, "index": 0, "name": "V.10", "baseModel": "SD 1.4", "baseModelType": null, "publishedAt": "2024-07-24T16:46:56.164Z", "availability": "Public", "nsfwLevel": 28, "description": "Trying to make it a yiff and/or furry.
", "trainedWords": ["Nerif ", "naga", "huge_butt ", "huge_cock ", "snake"], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 561062, "sizeKB": 36982.1171875, "name": "Nerif_PurpleNoodle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T04:40:38.670Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9964DA3C", "AutoV2": "217D50DDB0", "SHA256": "217D50DDB01A334CD203138DAB9FA1D98145D81C33B4D36D1A93E2E60FC355AC", "CRC32": "BF06312E", "BLAKE3": "9C0368B698127B2B26C1C15A3E19BF1A25CDBCEA5B71DA0C01F04CB507420ADE", "AutoV3": "5E4C9BA004D9"}, "downloadUrl": "https://civitai.com/api/download/models/645960", "primary": true}, {"id": 561012, "sizeKB": 55989.880859375, "name": "645960_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T04:26:54.046Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A7BACEAE", "AutoV2": "1EF53CFC11", "SHA256": "1EF53CFC115C892165D2B4EB333668AF67C5182D3A9C0F3D53D8625000DF2490", "CRC32": "C38730D9", "BLAKE3": "E9EB3B86052EE0C8205095D75054502CD1A74BE3A4A785D3FAF8ED6049CE8507"}, "downloadUrl": "https://civitai.com/api/download/models/645960?type=Training%20Data"}], "images": [{"id": 20843973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a7b74db-1f31-407c-a676-48ad96977d93/width=450/20843973.jpeg", "nsfwLevel": 8, "width": 768, "height": 512, "hash": "UQGbh[%3WB-:~pM|WBM|?bWXayRjMyt5oea$", "type": "image"}, {"id": 21091998, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d69e3f2-46bf-43b0-9696-8e67e10b1629/width=450/21091998.jpeg", "nsfwLevel": 8, "width": 640, "height": 640, "hash": "UyG[$,og%Mog~pj?xtj?xuj=RkafRRj]RjWV", "type": "image"}, {"id": 20843862, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/166577dd-9c67-493d-b472-6f325b09cd82/width=450/20843862.jpeg", "nsfwLevel": 4, "width": 640, "height": 640, "hash": "UFC#=]WX-pxc~Dogxbog=}RiR#j=I*ogn-bE", "type": "image"}, {"id": 21091997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7957ffa-6487-43dd-9ef3-d8087e4248f5/width=450/21091997.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UXHo5;%M?axu~pIVWBWB?u-:ofaxWDogM|t7", "type": "image"}, {"id": 21092000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0002ed80-6843-40cd-a696-1b526b6112ee/width=450/21092000.jpeg", "nsfwLevel": 8, "width": 768, "height": 512, "hash": "USG+RNxuWC.7~pM|WBM|?ujva|RjM{t5oeaz", "type": "image"}, {"id": 21092362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a9e53b0-606b-41b8-80be-c0411a2875fd/width=450/21092362.jpeg", "nsfwLevel": 8, "width": 768, "height": 512, "hash": "UWR3NI-;xuxu~qMyayWB.7xuRjWBM|Rjj[x[", "type": "image"}, {"id": 21092361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20a05574-c62e-49c5-87e9-1dd2a6a92b68/width=450/21092361.jpeg", "nsfwLevel": 8, "width": 768, "height": 512, "hash": "UQQm6e.7%Mxu~qIUofWB?bxuRjWBM{RQt7%M", "type": "image"}, {"id": 21092363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ebf00d4-9162-429f-bd71-804483adbed1/width=450/21092363.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UwGAa[oN%zoz.kk9ahkCohayRPj]V]j]WAWB", "type": "image"}, {"id": 21092365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36aa1117-b0b1-495c-9bae-f1d0007368fa/width=450/21092365.jpeg", "nsfwLevel": 8, "width": 768, "height": 512, "hash": "UOJQEsJY_H#b0qx]SAR#_2%LERV?nrE9xYn7", "type": "image"}, {"id": 21092364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e71e2c0-056b-4f6c-89b8-c63270e351f7/width=450/21092364.jpeg", "nsfwLevel": 8, "width": 768, "height": 512, "hash": "UDQ9_@%MD%of~qIUofj[4n9F%Mxu%MM{Rj%M", "type": "image"}, {"id": 21092569, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bc87fb0-05ef-449e-b513-47da86ad79ca/width=450/21092569.jpeg", "nsfwLevel": 8, "width": 768, "height": 512, "hash": "U79@0=~lv]+u.X=#Z5q^%*=hQmU_YLKH579@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/645960", "modelId": 579173} \ No newline at end of file diff --git a/datasets/metadata/645964.json b/datasets/metadata/645964.json new file mode 100644 index 0000000000000000000000000000000000000000..3fa54b47034ff8001e3ec52f939d2cb43b2c9cf0 --- /dev/null +++ b/datasets/metadata/645964.json @@ -0,0 +1 @@ +{"id": 645964, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-15T04:42:44.888Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 560990, "sizeKB": 2674.4462890625, "name": "645964_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T04:23:39.254Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CE1350B1", "AutoV2": "70150889EB", "SHA256": "70150889EB71214D42F5234F86D41EC0B6252890CFC401C23F054D0E505945F1", "CRC32": "69F6003D", "BLAKE3": "B2726038078C4D9166348BD2BD491F0955E84C704BB33A409E70045A3D5257F3"}, "downloadUrl": "https://civitai.com/api/download/models/645964?type=Training%20Data"}, {"id": 561069, "sizeKB": 36978.546875, "name": "Skitzo.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T04:45:34.760Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F0F3BD67", "AutoV2": "431A16E90E", "SHA256": "431A16E90EF1F744BA43AF2B3B586FE666B5E079FFBB1C72C794F44D1ACCF8F7", "CRC32": "2F04D20F", "BLAKE3": "96537571043C74F7A697AE1DC1437A41816557E8047E04CD72937F88F312D27F", "AutoV3": "0B2E646DB260"}, "downloadUrl": "https://civitai.com/api/download/models/645964", "primary": true}], "images": [{"id": 19894145, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6df37ff-144b-4984-9b91-4bdee4d4b4c1/width=450/19894145.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6BDKR%L6F,k^CM{X.9uRLnN.65q~9RjEfsq", "type": "image"}, {"id": 19894143, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a6ecb14-39eb-4e64-85ef-0936810b5c91/width=450/19894143.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCD0Q4M|8^-o?ZRiE2tRMtt5tWRn4?tS?DMw", "type": "image"}, {"id": 19894144, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7cd8d15-ef58-4341-b515-584223b45795/width=450/19894144.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9D+b=pK5M:}%eWAD+bd53nM-tKl9HkE.6el", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/645964", "modelId": 579177} \ No newline at end of file diff --git a/datasets/metadata/645984.json b/datasets/metadata/645984.json new file mode 100644 index 0000000000000000000000000000000000000000..84061aa500c98448e999e6ad3f1ad959b1f9df16 --- /dev/null +++ b/datasets/metadata/645984.json @@ -0,0 +1 @@ +{"id": 645984, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-15T04:35:02.955Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["kobatojyougorou, 1boy, black hair, hair between eyes,bangs, short hair,blue eyes,yellow eyes, green eyes,", "kobatojyougorou, 1boy, black hair, hair between eyes,bangs, short hair,blue eyes,yellow eyes, green eyes,school uniform, gakuran", "kobatojyougorou, 1boy, black hair, hair between eyes,bangs, short hair,blue eyes,yellow eyes, green eyes,blue shirt, collared shirt,collarbone"], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 561053, "sizeKB": 20875.021484375, "name": "kobatojyougorou.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T04:36:09.457Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0C9795C4", "AutoV2": "F7D5B1ACB8", "SHA256": "F7D5B1ACB88325F77B0F7727FE5775CDA1772EDE34302AEBADCA6AB6FD112E2F", "CRC32": "B14E83C9", "BLAKE3": "4B370999AC692CF4271CEBF526F1A74392EA7EA3E029AB993579061DFB75C6EC"}, "downloadUrl": "https://civitai.com/api/download/models/645984?type=Training%20Data"}, {"id": 561054, "sizeKB": 56081.82421875, "name": "kobatojyougorou.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T04:36:30.839Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "73CFED1D", "AutoV2": "44F6A5D7DF", "SHA256": "44F6A5D7DF727C5683C054881DCA0CFAFFDA820F60DF1E4F91B883113066EFEE", "CRC32": "1FC62650", "BLAKE3": "C5992209E79611C2E765630CAC4CC9BB5609358C98E5A0B11329D0AD215143F2", "AutoV3": "D35F26EF1956"}, "downloadUrl": "https://civitai.com/api/download/models/645984", "primary": true}], "images": [{"id": 19893887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/733fcc52-a186-4b5e-ab12-fb6c19e23bcc/width=450/19893887.jpeg", "nsfwLevel": 1, "width": 1440, "height": 2160, "hash": "UaGIo-_3.8%2~q%Mt7jFD%WCM{WB4nWBs:og", "type": "image"}, {"id": 19892973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f573a30d-8a35-4466-970d-ce9468afc13a/width=450/19892973.jpeg", "nsfwLevel": 1, "width": 976, "height": 568, "hash": "UKG+K]tR_NIUS$xu%MRj00s.%1kC?HR*M{oL", "type": "image"}, {"id": 19892967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afe98e70-66dc-4af7-8f85-c31cb26c0838/width=450/19892967.jpeg", "nsfwLevel": 1, "width": 976, "height": 568, "hash": "UPGuzPxu_NROR-xuxuWB0LoexabI-;WVRjjY", "type": "image"}, {"id": 19892987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7b89c53-af24-4168-822a-1be2d6af6551/width=450/19892987.jpeg", "nsfwLevel": 1, "width": 976, "height": 568, "hash": "UMJ8Y6-=?w%M-;~qWFt700%M%MV@o#R*-:t7", "type": "image"}, {"id": 19892992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e35ebb9-aa2c-4cf6-9bd5-49be9130b1a2/width=450/19892992.jpeg", "nsfwLevel": 1, "width": 976, "height": 568, "hash": "UMI5Y=%h.TMw00RjjZofIos.s.R*~qt7t7WA", "type": "image"}, {"id": 19893011, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11bb3c6b-500c-455f-b91b-4ede66e40706/width=450/19893011.jpeg", "nsfwLevel": 1, "width": 592, "height": 952, "hash": "URHLrH%h%$~VNF?b^+tR01%1smWq_MM{IpMx", "type": "image"}, {"id": 19893255, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6948cd7-8f27-4bc3-ad78-f3c14a42d13e/width=450/19893255.jpeg", "nsfwLevel": 1, "width": 1952, "height": 1136, "hash": "UOFYrs_ND*-:~q?aWCay9FV@ozIVInM{juxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/645984", "modelId": 579185} \ No newline at end of file diff --git a/datasets/metadata/646155.json b/datasets/metadata/646155.json new file mode 100644 index 0000000000000000000000000000000000000000..697e70921fe096657fa5e1c6f0787b9a3eb56027 --- /dev/null +++ b/datasets/metadata/646155.json @@ -0,0 +1 @@ +{"id": 646155, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-15T07:48:06.898Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 561220, "sizeKB": 4004.4375, "name": "646155_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T06:40:48.764Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D7C5FB49", "AutoV2": "9752197161", "SHA256": "97521971616308E29082B618D79320956D9C631B515F9704B70205C2F326E569", "CRC32": "B6975E73", "BLAKE3": "2EFBFBA39428E2C5DD77682AC56820C96005B906F8F829E56C15E9D4C002BC04"}, "downloadUrl": "https://civitai.com/api/download/models/646155?type=Training%20Data"}, {"id": 561323, "sizeKB": 223100.16015625, "name": "Amara_-_OC-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T07:45:39.764Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "75C1B8BD", "AutoV2": "077C764DCB", "SHA256": "077C764DCB5DDB2916A874F1B9F6132B1DA368FDA4DFC54CB247DEBB3D6C97D9", "CRC32": "7EEE0FB6", "BLAKE3": "8086095EB8D460407193A8B69BAE000C786D4BADC0E4740E03E0EA041F773981", "AutoV3": "AA77639963E4"}, "downloadUrl": "https://civitai.com/api/download/models/646155", "primary": true}], "images": [{"id": 19912471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18eeb2c7-00c6-4072-87f0-c8665fa29405/width=450/19912471.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEJ%@0570f00~W4nJ64nIVE2f*n4x^t7s+oL", "type": "image"}, {"id": 19912474, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54ad04c2-813f-44e9-a2de-1b60e5684c28/width=450/19912474.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHJt9x-p0f_3~q~XIo?bS$%Mn$M_.8RkM{M_", "type": "image"}, {"id": 19912472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bd57d39-4f61-4e48-a68b-f72ceaa8130a/width=450/19912472.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIKdPV010L9G_ND*4mIVIoxtDj-:Nz%LIBt6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/646155", "modelId": 579341} \ No newline at end of file diff --git a/datasets/metadata/646176.json b/datasets/metadata/646176.json new file mode 100644 index 0000000000000000000000000000000000000000..f04f212e9da3d89b2be0a8b7c4d89966eee4bac2 --- /dev/null +++ b/datasets/metadata/646176.json @@ -0,0 +1 @@ +{"id": 646176, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-15T06:48:10.267Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 561243, "sizeKB": 12127.7216796875, "name": "Hitomi_DOA.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T06:50:40.931Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "33F03D91", "AutoV2": "21A8D2EDAC", "SHA256": "21A8D2EDAC02C4AB87FAE6BB8F08D26798D1DDA6042EEBC10F577354B34B1C2F", "CRC32": "C2E3F861", "BLAKE3": "4C76A4720854D770D2B55F0F77A7A696CE0BA39EEFFAB8C0A9D04745003BEF1C"}, "downloadUrl": "https://civitai.com/api/download/models/646176?type=Training%20Data"}, {"id": 561240, "sizeKB": 22237.17578125, "name": "Hitomi_DOA-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T06:51:34.195Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E83EA8B3", "AutoV2": "E8F149CED0", "SHA256": "E8F149CED0023C7674EB8AF8E87AC33AB9E5DE364B3C5D03436257B33376066C", "CRC32": "21074C31", "BLAKE3": "887A05D532BDD595248782A92818D123DE58C6CA27F5F38E206BA1DC9A44B6D7", "AutoV3": "EFD469F748A4"}, "downloadUrl": "https://civitai.com/api/download/models/646176", "primary": true}], "images": [{"id": 19907186, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac94cef4-bc8b-490d-ba57-4ae5a224f40d/width=450/19907186.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaN]z^%g.TtlRNXT?FkCtTWCsoaf~pjZX9fP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/646176", "modelId": 579360} \ No newline at end of file diff --git a/datasets/metadata/646251.json b/datasets/metadata/646251.json new file mode 100644 index 0000000000000000000000000000000000000000..9c9cb61c29391251dd67efe756945b8088e04d47 --- /dev/null +++ b/datasets/metadata/646251.json @@ -0,0 +1 @@ +{"id": 646251, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-15T09:15:57.913Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Wubbox"], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 561350, "sizeKB": 7560.4697265625, "name": "646251_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T08:01:26.391Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7440FB3F", "AutoV2": "8C0EEACA18", "SHA256": "8C0EEACA188182EC990713A8F3BA09E9496722ECE361397F6B0CB7791B4B3664", "CRC32": "6775D6D9", "BLAKE3": "79BA408EE7A05E00C952AE34670AB4F5BDBDE44C6C464C6F390A2B8E5B8A993F"}, "downloadUrl": "https://civitai.com/api/download/models/646251?type=Training%20Data"}, {"id": 561378, "sizeKB": 36985.1171875, "name": "Wubbox_MSMMy_Singing_Monsters_SD_1.5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T08:16:06.075Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0B8D504A", "AutoV2": "8D78473CEF", "SHA256": "8D78473CEF81B6ED5C4DE32BA17F6AF2C29B5DA2F7BEC4BEC88861BD7D2B516A", "CRC32": "5BF073C3", "BLAKE3": "3CD39D11454FA461E093797B8937FFC60C4ED81F20509FA5E23F8BA1B6B5F06A", "AutoV3": "B96194F1CB7E"}, "downloadUrl": "https://civitai.com/api/download/models/646251", "primary": true}], "images": [{"id": 19920995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab58c1ac-ba51-4743-97fb-934afcc6a0c0/width=450/19920995.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFF6hXR=0J%EyZt2bcNM00oHxRR.H=NMDhxT", "type": "image"}, {"id": 19920998, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e5e2d6b-bc46-48bf-be64-fad0615e8584/width=450/19920998.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UTRfFHs;^-%M-=kBRiRkt8ofM{Rkt7Rkj[xt", "type": "image"}, {"id": 19920997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edcbac63-af7f-4b8e-a2ff-0c7ee77dbb7a/width=450/19920997.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UtP~=?of_4t7%Mj[RjayogayWBj[t7fQayj@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/646251", "modelId": 579427} \ No newline at end of file diff --git a/datasets/metadata/646303.json b/datasets/metadata/646303.json new file mode 100644 index 0000000000000000000000000000000000000000..81eeae4d5b64276fb54e7ed10a0d83d25f28349c --- /dev/null +++ b/datasets/metadata/646303.json @@ -0,0 +1 @@ +{"id": 646303, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-15T08:12:16.847Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 561371, "sizeKB": 22236.80078125, "name": "Momiji_DOA-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T08:10:59.170Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "25AA1651", "AutoV2": "3F3758777B", "SHA256": "3F3758777B73E6FA1EE36231992712164907189AAC673B86DA09B25B30132E37", "CRC32": "246B9AEF", "BLAKE3": "1FAA9844449660D992EF05712F47A62158A664D2699B7691C245EF41F520E700", "AutoV3": "13AC2328E39F"}, "downloadUrl": "https://civitai.com/api/download/models/646303", "primary": true}, {"id": 561370, "sizeKB": 11514.6572265625, "name": "Momiji_DOA.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T08:12:05.120Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "625138B3", "AutoV2": "96616FD001", "SHA256": "96616FD0013B754D47BC06B413581B82E7E9A70C3BA87AB481E3B6C87313F5B6", "CRC32": "1AA7A257", "BLAKE3": "5D662E1D293BB4FCF0DC1CE3ED56925E35D9F2F015518F2C2CF913A6B0940FFF"}, "downloadUrl": "https://civitai.com/api/download/models/646303?type=Training%20Data"}], "images": [{"id": 19914492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e0d786b-09d5-4aa9-9224-2155e9d96fd3/width=450/19914492.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UhOfotIU?^xuTIRP%Mt7ENt7-ot7-ot7t7t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/646303", "modelId": 579472} \ No newline at end of file diff --git a/datasets/metadata/64632.json b/datasets/metadata/64632.json new file mode 100644 index 0000000000000000000000000000000000000000..1e5989bf5c581c0b7c232a894e5a5a848753fa8c --- /dev/null +++ b/datasets/metadata/64632.json @@ -0,0 +1 @@ +{"id": 64632, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-07T07:46:51.771Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 1130, "ratingCount": 258, "rating": 4.98, "thumbsUpCount": 279, "thumbsDownCount": 1}, "files": [{"id": 45390, "sizeKB": 8736.0009765625, "name": "100_EAV P.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-07T08:01:03.835Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A9617A0B", "AutoV2": "6CC9A86F46", "SHA256": "6CC9A86F46DEA33A410CF96EA46FCBD89ED07546AE875C567D131499B01ADCAC", "CRC32": "3E372A65", "BLAKE3": "5824D35626A4554C27CF889909C081FE940EE814B0D0BEA8025115E8D22CD80C"}, "downloadUrl": "https://civitai.com/api/download/models/64632?type=Training%20Data"}, {"id": 45385, "sizeKB": 27490.7529296875, "name": "Angelise_Ikaruga_misurugi-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-07T07:51:04.735Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8F89BAF0", "AutoV2": "359196A53F", "SHA256": "359196A53F6038B524777EA69E316943A049F2A44F5680E6A483EFB928847EEB", "CRC32": "C73ADCE8", "BLAKE3": "5D9B5E1A52C3D328D05424ED010BDCEAF7E5149136050FB3F06F8CAC7019E167", "AutoV3": "BAD80E77B87C"}, "downloadUrl": "https://civitai.com/api/download/models/64632", "primary": true}], "images": [{"id": 2802857, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6b1be00-74f6-49b8-b37e-166a05517267/width=450/2802857.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPOV=b%ME;%MtmogpLt7_Nj[Rpae?aoJxYWB", "type": "image"}, {"id": 2802909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2395cfc-22ae-4068-a044-d7a07203785c/width=450/2802909.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U8P622oz06-W00Ne0:RP7%a%02xrHXRiQlnh", "type": "image"}, {"id": 714363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/730b58c2-0264-43fd-8e9f-17fb0c84909d/width=450/714363.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "URHUz,M_XL~V-1%gIV^%x8V@kFxVOv%M-.WU", "type": "image"}, {"id": 714315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f02f262-6991-4dbd-afa6-b72cc32a3721/width=450/714315.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UgK^a1ROD%w]~oxaxaROxoWCt8oaNHi_NGoz", "type": "image"}, {"id": 714287, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc113d1c-830d-4eff-861b-9308c04188fb/width=450/714287.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UFMjHy0000^*IQ00~q?G?Xxc?cIT0LIUMwxt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/64632", "modelId": 60158} \ No newline at end of file diff --git a/datasets/metadata/646334.json b/datasets/metadata/646334.json new file mode 100644 index 0000000000000000000000000000000000000000..c9c3293d4cfec35df3be3730c0ad86ee7282c2d3 --- /dev/null +++ b/datasets/metadata/646334.json @@ -0,0 +1 @@ +{"id": 646334, "index": 1, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-16T09:25:36.592Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": ["hhkatou, brown hair, brown hair, brown eyes,medium breasts, collarbone, naked, topless, puffy nipples, go commando, braless, simple background,", "aakatou,short hair, brown hair, brown eyes,medium breasts, beret, white headwear, neck ribbon, frills, white dress, red cardigan, open clothes, long sleeves, white bow,", "bbkatou,short hair, brown hair, brown eyes,medium breasts,school uniform, sailor collar, (blue shirt:1.2), long sleeves, pleated skirt, blue skirt,"], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 564079, "sizeKB": 223100.05859375, "name": "katou_megumipony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T09:21:00.052Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8198906B", "AutoV2": "FB91A12F76", "SHA256": "FB91A12F76840CE7EFC5CF384AB31241F3A5FD48ABD165DFED9319DEA2AE9501", "CRC32": "3AD29A93", "BLAKE3": "9B9EC01239EEAA8D5E4D6667E681CC0A44CDE1FBEE2113867D0A0C32DBA0E206", "AutoV3": "022E75C80BAA"}, "downloadUrl": "https://civitai.com/api/download/models/646334", "primary": true}, {"id": 561436, "sizeKB": 193230.42578125, "name": "646334_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T09:01:16.041Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1B6533A8", "AutoV2": "099CE9D225", "SHA256": "099CE9D22577A3D03A08595FF818AB5081EC6C950BDBD601B203BC3D40735DDD", "CRC32": "9F0E6FEB", "BLAKE3": "AE131685B1E8445A7E679A7EBA4096AA2895E893D5D8B7D40DE74CA78D9C534B"}, "downloadUrl": "https://civitai.com/api/download/models/646334?type=Training%20Data"}], "images": [{"id": 20071014, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9fbe23fc-7976-4df1-9ae8-b39fbeab9eba/width=450/20071014.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8JkZX%M00bI00V@_4t700ay~pofyEj@wuj[", "type": "image"}, {"id": 20071011, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9198a33d-fcaa-49c7-b34e-151fd71e25de/width=450/20071011.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCJH,Zxt5kXA?aRkIV%10LWB~Bt7~Wt69GIp", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/646334", "modelId": 579502} \ No newline at end of file diff --git a/datasets/metadata/646401.json b/datasets/metadata/646401.json new file mode 100644 index 0000000000000000000000000000000000000000..69ba7323df38e70b4ca92bd835ce9cb5ca752d83 --- /dev/null +++ b/datasets/metadata/646401.json @@ -0,0 +1 @@ +{"id": 646401, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-15T11:49:24.424Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 561769, "sizeKB": 223103.92578125, "name": "H\u00e4me_Castle_medieval_castle_in_Finland-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T11:47:44.777Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E3E7B593", "AutoV2": "9DD928BD58", "SHA256": "9DD928BD588E822FC17F27FA8A94268341FED1171C16F32F783824D006BE97FC", "CRC32": "2666965A", "BLAKE3": "26D8CC8B4DDC253F34420B61FAD8EEE6CF837C14FC1B471D2634327A3B2B4EB6", "AutoV3": "F9948BC92B25"}, "downloadUrl": "https://civitai.com/api/download/models/646401", "primary": true}, {"id": 561640, "sizeKB": 12830.390625, "name": "646401_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T10:46:40.973Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "06CF7856", "AutoV2": "C63A1FA826", "SHA256": "C63A1FA826EA5466266460720C4B12675852E7218A6E9DADB97D63D760E30421", "CRC32": "38E60E41", "BLAKE3": "9414FC87305DFA5A6F46491343C80422A2BD88A3F9090D2853973C567CEB49B7"}, "downloadUrl": "https://civitai.com/api/download/models/646401?type=Training%20Data"}], "images": [{"id": 19936701, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4f6068e-16b2-4e1c-b806-00ad1078788c/width=450/19936701.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UqHy8vxutRfk?cofogfR%%WBj?jutlRjV@j[", "type": "image"}, {"id": 19936706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e695f6ee-2514-462d-98c7-877f5bc96c88/width=450/19936706.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9EyMJ01Ok~B?w_1%3R%5%^jslNG?vMzD%I@", "type": "image"}, {"id": 19936702, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e174d81-86bc-4a0e-bfd3-ad6e2a6d7299/width=450/19936702.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U=J*;mj[-=tR~qWBtRofxufQM{ayt7ofRPay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/646401", "modelId": 579557} \ No newline at end of file diff --git a/datasets/metadata/646491.json b/datasets/metadata/646491.json new file mode 100644 index 0000000000000000000000000000000000000000..cbb7999fb2a265eb231b2a981acb221ea2813787 --- /dev/null +++ b/datasets/metadata/646491.json @@ -0,0 +1 @@ +{"id": 646491, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-15T10:08:06.954Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 561576, "sizeKB": 11160.8818359375, "name": "Kurumu_Kurono_RV.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T10:11:24.361Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6542E057", "AutoV2": "8EC7FF98C6", "SHA256": "8EC7FF98C62F3272A030BE2AECE08FA54BA8914D599337192F0873FC203DC881", "CRC32": "28BB834B", "BLAKE3": "9291FEDC36C48069254AFD4845AF18437E11EDC7E520CF5474423AD20E4BB3F9"}, "downloadUrl": "https://civitai.com/api/download/models/646491?type=Training%20Data"}, {"id": 561577, "sizeKB": 22239.44921875, "name": "Kurumu_Kurono_RV-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T10:11:28.813Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "07C57FDB", "AutoV2": "D30EBEE11B", "SHA256": "D30EBEE11BFB514EA93BF36E22AC979D31D55C409D76D761264247733E5539A5", "CRC32": "AC30512F", "BLAKE3": "5C4EAD8127808720C61A1BFD688A09EFE7815CE3D6F43E030986E44188C79EA4", "AutoV3": "0A7FCA9C3424"}, "downloadUrl": "https://civitai.com/api/download/models/646491", "primary": true}], "images": [{"id": 19926733, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8ff1c07-6187-44c6-8479-3a30c9d41b2d/width=450/19926733.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UjN,i8%M_NxuTMoL-nayo|azi_j[xuWBxXaz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/646491", "modelId": 579637} \ No newline at end of file diff --git a/datasets/metadata/646566.json b/datasets/metadata/646566.json new file mode 100644 index 0000000000000000000000000000000000000000..6a466f75ea20d1fdab254c27a966e6b710b13b3a --- /dev/null +++ b/datasets/metadata/646566.json @@ -0,0 +1 @@ +{"id": 646566, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-15T11:17:35.356Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 561663, "sizeKB": 128.6669921875, "name": "646566_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T10:56:19.972Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "55D3163712", "SHA256": "55D3163712E922DF80A92498612837486F050FB5BD9B7177AD03A78697B11960", "CRC32": "83F9BF62", "BLAKE3": "52CBC1073037BFA6C75909C2190E04D5F7932E7731E21F058F5D65AF705231CB"}, "downloadUrl": "https://civitai.com/api/download/models/646566?type=Training%20Data"}, {"id": 561714, "sizeKB": 223099.26171875, "name": "sexy_cw-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T11:20:47.997Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D7E34F07", "AutoV2": "C462493C12", "SHA256": "C462493C12670FA3786067FBC090F322DB1F48310D0C07D1DB27D09DF5C1D629", "CRC32": "EA567CF8", "BLAKE3": "DAC65536C4618D530BA1688680ED6BDA9B07A82DCD002C911BE610CB8874039E", "AutoV3": "E6D32DD3269B"}, "downloadUrl": "https://civitai.com/api/download/models/646566", "primary": true}], "images": [{"id": 19933100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03869309-e699-4190-8476-514a306da543/width=450/19933100.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U17nE@%fws~p~qr^01Iq00r=0J0000Jzo$00", "type": "image"}, {"id": 19933101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18233701-6860-4eb6-af80-776185357c1b/width=450/19933101.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBBp8~_2w@M{~q-;InV@O[kXM|$$9$NLxaxZ", "type": "image"}, {"id": 19933099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdb092e5-50d0-4198-b226-33631e63e965/width=450/19933099.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U57wmA9v~8E5n+WEIoIp4.xZ4;xDaxxst7t6", "type": "image"}, {"id": 19933141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3a98935-d94a-44da-b7d8-e5bc1bd4a13d/width=450/19933141.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U16a#L=^-$Vs?Z%19Y9Y00pJ02xw00bu_3-:", "type": "image"}, {"id": 19933140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c4fc31a-ef57-4d2c-9d6a-07637eac5fab/width=450/19933140.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U17dg^^3sf^i~E?a0Jx[00AJ03Fe00IA~qIp", "type": "image"}, {"id": 19933142, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28f1f5c7-b84a-42f0-a2f7-156508210394/width=450/19933142.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U06HilMw53_4~qEL00?F00xZ01s:00-=~q9s", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/646566", "modelId": 579700} \ No newline at end of file diff --git a/datasets/metadata/646687.json b/datasets/metadata/646687.json new file mode 100644 index 0000000000000000000000000000000000000000..59c35fa2fb0aeeb49a2a0a472edd406705d8fead --- /dev/null +++ b/datasets/metadata/646687.json @@ -0,0 +1 @@ +{"id": 646687, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-15T12:08:55.622Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 32, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 561802, "sizeKB": 22237.22265625, "name": "Guan_Yu_Ikkitousen-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T12:10:57.243Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B9C14E1D", "AutoV2": "3EB9F8A93F", "SHA256": "3EB9F8A93F6A3A95CECDBCDF54553F2282EB74F4B7E28FD32CB77198988D656C", "CRC32": "B566E71C", "BLAKE3": "8F2D849BFF5B36799305B81B47870601782C9BD3F79B8537D6C9D010AC84D909", "AutoV3": "AF272B19AE7E"}, "downloadUrl": "https://civitai.com/api/download/models/646687", "primary": true}, {"id": 561801, "sizeKB": 13831.029296875, "name": "Guan_Yu_Ikkitousen.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T12:11:02.769Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7CD5D8BE", "AutoV2": "1E9EDC000A", "SHA256": "1E9EDC000A165B6DD691C77D258953C47A123DEEDD66D27A13D835DCAC4D6C99", "CRC32": "A1703F94", "BLAKE3": "E36C09E7858A92BA2B5C139BDC6DE31EBE5057E817B8D0B4C489B7A0A65D299B"}, "downloadUrl": "https://civitai.com/api/download/models/646687?type=Training%20Data"}], "images": [{"id": 19942608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d83ab79-692b-4b13-b944-1190fe0b7ba4/width=450/19942608.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UhKwtwtT%hSiD%R.xrNH?wt8s:t7tTt7-:t6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/646687", "modelId": 579808} \ No newline at end of file diff --git a/datasets/metadata/646703.json b/datasets/metadata/646703.json new file mode 100644 index 0000000000000000000000000000000000000000..b3ea20baf97aa1a7a944d6b3d3fa326d73854f1b --- /dev/null +++ b/datasets/metadata/646703.json @@ -0,0 +1 @@ +{"id": 646703, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-15T14:00:24.611Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": ["fantafier"], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 561902, "sizeKB": 36980.3203125, "name": "fantafier.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T13:01:30.203Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5F5A5610", "AutoV2": "3600DD6F34", "SHA256": "3600DD6F34206857A20B9D483E427A2C7CB8397345A1D37F41822B483C8EAA14", "CRC32": "DBA1D207", "BLAKE3": "2F1F258D936634E1A2CF6C29EB00944682106ED9798F6970FAC61BF0D12983B9", "AutoV3": "41C555FFC630"}, "downloadUrl": "https://civitai.com/api/download/models/646703", "primary": true}, {"id": 561860, "sizeKB": 10165.513671875, "name": "646703_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T12:42:41.880Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4419ABAB", "AutoV2": "61E1F83484", "SHA256": "61E1F83484F863AE7C36E5447C75F058434D601415407E405F22ABD201764D15", "CRC32": "2A715B41", "BLAKE3": "2636C51ADA435CF010C8BDC68541F6EBE6AD423560C023BDD87FB2EB2D64E5EC"}, "downloadUrl": "https://civitai.com/api/download/models/646703?type=Training%20Data"}], "images": [{"id": 19953365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59cce108-5d52-4736-88ad-05a59626be7a/width=450/19953365.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "U3Bo,6~o0000qc4;btKhHt=dGEtQ1G-7?G^5", "type": "image"}, {"id": 19952032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3363e481-ffd2-4ad5-bbff-524b7aae9c78/width=450/19952032.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "U18zSs0j00~T~n5m{{Rl00RRxIWF01^j?t04", "type": "image"}, {"id": 19952587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad8e48bf-b079-46fe-a988-22a7b8032e80/width=450/19952587.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "U7C5@d~B0#0#r@IWDk9tDRxFyBx[FxS|-A-U", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/646703", "modelId": 579822} \ No newline at end of file diff --git a/datasets/metadata/646750.json b/datasets/metadata/646750.json new file mode 100644 index 0000000000000000000000000000000000000000..dfe9e7b590267716a1a4b65885c024a0d6748f30 --- /dev/null +++ b/datasets/metadata/646750.json @@ -0,0 +1 @@ +{"id": 646750, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-15T13:12:40.863Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 561920, "sizeKB": 36978.765625, "name": "Ludwig_Wittgenstein-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T13:11:53.746Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CAA452D9", "AutoV2": "CB65D493A9", "SHA256": "CB65D493A982BC8ACAE949DE5192D54A291FF4E19563C1BD27FEC5049EF3A996", "CRC32": "C7F739EB", "BLAKE3": "B06F767D16DEE781D872DFC4D592DBD1A0B14DDD3603FCAACC5EF3968289D4EA", "AutoV3": "0B3AC3BE2712"}, "downloadUrl": "https://civitai.com/api/download/models/646750", "primary": true}, {"id": 561887, "sizeKB": 1009.939453125, "name": "646750_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T12:55:53.833Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "6ECC27EE89", "SHA256": "6ECC27EE899761A3A6AC2C8A04E511A78214C9302D199EDC41857DF70D5D3AA6", "CRC32": "4067AC8F", "BLAKE3": "BBBC4D81F4723B48A95FA2DDABDBBC664E6912B97D41AC272428671E3CAC0D3D"}, "downloadUrl": "https://civitai.com/api/download/models/646750?type=Training%20Data"}], "images": [{"id": 19944912, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c6af8b5-d1bb-4387-a619-dd2a1ff1fb16/width=450/19944912.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U5CiQ}-o00JC0Ltl^*010fM{NG?HIpD*NH~V", "type": "image"}, {"id": 19944911, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a28d39a4-3571-4be8-a668-7e2eb25d3006/width=450/19944911.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U}Og1uxuozM{_NofWBofM{M{j[t7j[ofayof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/646750", "modelId": 579865} \ No newline at end of file diff --git a/datasets/metadata/646790.json b/datasets/metadata/646790.json new file mode 100644 index 0000000000000000000000000000000000000000..20804b9050b861d24b9441e71bf6b4b68fe59124 --- /dev/null +++ b/datasets/metadata/646790.json @@ -0,0 +1 @@ +{"id": 646790, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-16T11:49:25.911Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 561910, "sizeKB": 10176.5009765625, "name": "646790_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T13:06:26.128Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5447EDC3", "AutoV2": "4F75412BA3", "SHA256": "4F75412BA3594BB7B60755EFF4E2851B7E5D135B450D24A5ED8FEC7DE23D7D5D", "CRC32": "5E406779", "BLAKE3": "3C7C89484BE1E097B221DE16FAD73A3B83EFC8A09BD35239428AB4FB03C43BDC"}, "downloadUrl": "https://civitai.com/api/download/models/646790?type=Training%20Data"}, {"id": 564297, "sizeKB": 223100.04296875, "name": "daggerfall-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T11:50:53.529Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BE0BDDCB", "AutoV2": "5DA6407A63", "SHA256": "5DA6407A6317F02F152F7C9DB819FD74CD9A0D5E85F2F01474E5026DEDC180D2", "CRC32": "D78D72E0", "BLAKE3": "86E5F456D92D6B712968F91595DB841EFCE95157D6C7A5FAA54A383DE24B5B55", "AutoV3": "22904A783E74"}, "downloadUrl": "https://civitai.com/api/download/models/646790", "primary": true}], "images": [{"id": 20082862, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14f133a4-50aa-4437-add0-68cd3d6c9737/width=450/20082862.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UANrG.NH{3=xAD,D[=OX0#WqOrS2_+=J}E5,", "type": "image"}, {"id": 20082861, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab51d19a-9b2b-4a1d-b48c-31b70db8ed45/width=450/20082861.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9H1rf-900O@~qxt00R+L4S4^M%25rbcrVsl", "type": "image"}, {"id": 20082864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa10a1d1-170e-4fb9-831d-0aab2a29b843/width=450/20082864.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUKwIQju0~t6~qj[MxoLEkj[nNWVx]j[s8ja", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/646790", "modelId": 579898} \ No newline at end of file diff --git a/datasets/metadata/646809.json b/datasets/metadata/646809.json new file mode 100644 index 0000000000000000000000000000000000000000..16a2d27ade061411beec2a71290d15c22a7dbdcd --- /dev/null +++ b/datasets/metadata/646809.json @@ -0,0 +1 @@ +{"id": 646809, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-15T13:58:32.761Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 561930, "sizeKB": 53.9306640625, "name": "646809_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T13:16:07.969Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "3AA44A43E7", "SHA256": "3AA44A43E790D10237D40265BED84DC3CFCFA069122721B5DE5A044E48033447", "CRC32": "24E806D8", "BLAKE3": "8C1354100C47E8CEC70EDEF4E711ED7566118D139020092C1A10AD51B9015CAF"}, "downloadUrl": "https://civitai.com/api/download/models/646809?type=Training%20Data"}, {"id": 561995, "sizeKB": 223099.31640625, "name": "Beibi_Ming_Ming-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T13:57:19.194Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D4DCB0E7", "AutoV2": "4E81E68B06", "SHA256": "4E81E68B067E38E868683695DFBBB178F68DDB96AA06F228B721F35064F21079", "CRC32": "8A787F1B", "BLAKE3": "3C0AF77D92D4726D05B411EE592413E64237B95D322C81B48BE403795302853A", "AutoV3": "3B5CF3B64707"}, "downloadUrl": "https://civitai.com/api/download/models/646809", "primary": true}], "images": [{"id": 19948775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a7d88e0-504c-434f-9c51-e4bf37f31052/width=450/19948775.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UMBzR+kCt,j?T#jsngf6k?ayxCoMo~jtxXbH", "type": "image"}, {"id": 19948773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6e9b1cc-8e04-43cf-a879-51441c7f2355/width=450/19948773.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "ULC?p7n$yrozPEofX8R%OtWB$js:o}bIxWj]", "type": "image"}, {"id": 19948772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22c5b192-06aa-4677-885a-1b5f6e96cc9d/width=450/19948772.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UNCjFobbyrofPXjuskWBXUaywboMtlj[xVj[", "type": "image"}, {"id": 19948832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cb05d5a-432c-471c-aaba-25df97a994ba/width=450/19948832.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UNDm8qkByrt7L4oes7R+pJf6w]ogXmWV$zof", "type": "image"}, {"id": 19948833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcdf05e3-8ede-4871-aa5f-66afb3880f7f/width=450/19948833.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "ULDcj|kW*0xZK-oes*WBpJjZxZj]XmayxWkD", "type": "image"}, {"id": 19948831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d90cc614-7380-400a-ab73-cfbe660e49b1/width=450/19948831.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UKDJk:f+u4xFL4oLrpWApJjZxDj]pIfk%1kD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/646809", "modelId": 579916} \ No newline at end of file diff --git a/datasets/metadata/646898.json b/datasets/metadata/646898.json new file mode 100644 index 0000000000000000000000000000000000000000..a2a9bda01375eb7c05c75e9acfbb9413ad0c4991 --- /dev/null +++ b/datasets/metadata/646898.json @@ -0,0 +1 @@ +{"id": 646898, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-15T14:41:41.759Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 562014, "sizeKB": 3410.6552734375, "name": "646898_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T14:06:13.068Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "933AF5B2", "AutoV2": "41A759B084", "SHA256": "41A759B0848B3B20CCF769E9D1D885733621C66A244C528FAC2D267FF5AF4B27", "CRC32": "287BB241", "BLAKE3": "CA65D8D340D51DD33B65F07D233F07CF9FC25609725D3AB1FC65AE8184D9106F"}, "downloadUrl": "https://civitai.com/api/download/models/646898?type=Training%20Data"}, {"id": 562085, "sizeKB": 36979.5234375, "name": "Walter_Benjamin.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T15:00:05.951Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "909CA189", "AutoV2": "996BF9B66C", "SHA256": "996BF9B66C24E2508024F80AC6397729E5673612D32500A0639CE70B74ABDF86", "CRC32": "3D9CA221", "BLAKE3": "7906610729581AD8FCC23C56579238181278EC726CB639DCED8DA186AB79CA8D", "AutoV3": "2355B2AF68EF"}, "downloadUrl": "https://civitai.com/api/download/models/646898", "primary": true}], "images": [{"id": 19953599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/895b7b7e-ef84-4673-9841-d05044482b84/width=450/19953599.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U4EL]E~W0001004oNKWB~pxt%M^+00D%_2%M", "type": "image"}, {"id": 19953598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2881b43d-7e3d-479a-a8dd-9855241164bb/width=450/19953598.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U5BpnU0000~q00~q%MD%~q9F-;Rj00?b~q00", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/646898", "modelId": 579997} \ No newline at end of file diff --git a/datasets/metadata/646901.json b/datasets/metadata/646901.json new file mode 100644 index 0000000000000000000000000000000000000000..8d1caea400eaf9ec477fc62eee45bf42b18c7ec0 --- /dev/null +++ b/datasets/metadata/646901.json @@ -0,0 +1 @@ +{"id": 646901, "index": 1, "name": "Fuckergirl", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-15T14:03:11.809Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["fkgirl, ponytail, mask, shoes, blue eyes, blonde hair, neck halter top, bike shorts"], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 562009, "sizeKB": 29762.78125, "name": "645945_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T14:05:42.700Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4EA4710D", "AutoV2": "14511689FF", "SHA256": "14511689FF79AE0DFB8A6CE15507829B6D4A2D404E8AF5912DD5460972723F89", "CRC32": "151B84A6", "BLAKE3": "0AAA79318E130A7BB9EAA4B28D8F684187D519C8D4C226A69F7233DB78EB11B7"}, "downloadUrl": "https://civitai.com/api/download/models/646901", "primary": true}], "images": [{"id": 19949542, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a31e86c6-5abd-456d-a449-e253d2e2bd6f/width=450/19949542.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1455, "hash": "UFDuMH%1:*V@xZsnRkS3{^n~XnflnOsmkDoe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/646901", "modelId": 579128} \ No newline at end of file diff --git a/datasets/metadata/646982.json b/datasets/metadata/646982.json new file mode 100644 index 0000000000000000000000000000000000000000..fc184139f8e4b8d4a5c2e05827c0bf1d1c47a007 --- /dev/null +++ b/datasets/metadata/646982.json @@ -0,0 +1 @@ +{"id": 646982, "index": 0, "name": "V3", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-16T09:29:33.726Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": ["hhkatou, brown hair, brown hair, brown eyes,medium breasts, collarbone, naked, topless, puffy nipples, go commando, braless, simple background,", "aakatou,short hair, brown hair, brown eyes,medium breasts, beret, white headwear, neck ribbon, frills, white dress, red cardigan, open clothes, long sleeves, white bow,", "bbkatou,short hair, brown hair, brown eyes,medium breasts,school uniform, sailor collar, (blue shirt:1.2), long sleeves, pleated skirt, blue skirt,"], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 564096, "sizeKB": 223100.05859375, "name": "katou_megumipony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T09:31:24.985Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "40574D4C", "AutoV2": "872B59FC70", "SHA256": "872B59FC70CFE9197367BB786A01554864095AE5AE21B6B21975FBCCABD5A081", "CRC32": "3319BCCE", "BLAKE3": "AFD8313754D9C9FEEF5F37C88C0CA1970CCF5D0EE454E959EA7370959D1FBC68", "AutoV3": "D687CFB6EC56"}, "downloadUrl": "https://civitai.com/api/download/models/646982", "primary": true}, {"id": 562097, "sizeKB": 193230.42578125, "name": "646982_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T15:02:48.295Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9B93DD06", "AutoV2": "5F0B43B52D", "SHA256": "5F0B43B52D651D329F1ECA36236625B828A0ACE14AA109A53BA2BFE84AAE5D44", "CRC32": "C5BDB9FF", "BLAKE3": "A1B62595D6DBABCE5110C44E44C740046639DC4FA7F46887FB584119990EC89B"}, "downloadUrl": "https://civitai.com/api/download/models/646982?type=Training%20Data"}], "images": [{"id": 20071495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fdcb1b6-32be-42e3-a5ec-157deae10e1b/width=450/20071495.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9Iz-r0000~p0er?^*D*009ZTKNGMv-pxvwK", "type": "image"}, {"id": 20071499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1eee3964-149f-4a9a-bdf0-8ad1f5fc3e9b/width=450/20071499.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCJ8Fkog0J%MD#ofxwV@00jZ~WWU_3j]RPj[", "type": "image"}, {"id": 20071497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b357bae7-f717-46e6-aced-f9065b11a829/width=450/20071497.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7J%%.?Z5O?c0$VZ$LIV00I?$+In~XDi9t%N", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/646982", "modelId": 579502} \ No newline at end of file diff --git a/datasets/metadata/646983.json b/datasets/metadata/646983.json new file mode 100644 index 0000000000000000000000000000000000000000..fb4845ab3292fd531f60defb3b6893996867107d --- /dev/null +++ b/datasets/metadata/646983.json @@ -0,0 +1 @@ +{"id": 646983, "index": 0, "name": "V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-16T09:27:58.561Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": ["hhkatou, brown hair, brown hair, brown eyes,medium breasts, collarbone, naked, topless, puffy nipples, go commando, braless, simple background,", "aakatou,short hair, brown hair, brown eyes,medium breasts, beret, white headwear, neck ribbon, frills, white dress, red cardigan, open clothes, long sleeves, white bow,", "bbkatou,short hair, brown hair, brown eyes,medium breasts,school uniform, sailor collar, (blue shirt:1.2), long sleeves, pleated skirt, blue skirt,"], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 564092, "sizeKB": 223100.08984375, "name": "katou_megumipony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T09:30:49.610Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7DCC23C6", "AutoV2": "1B3B4B93DC", "SHA256": "1B3B4B93DC1566112FBB0C42E75C16C03CD10EBCB5853A5BED12D204B1055E4B", "CRC32": "A7878250", "BLAKE3": "66C4B4FA3A06350438989950679BE155FA5DD6B0990723BFBE312E1EEBC75C97", "AutoV3": "94E8A81056BA"}, "downloadUrl": "https://civitai.com/api/download/models/646983", "primary": true}, {"id": 562098, "sizeKB": 193230.42578125, "name": "646983_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T15:01:12.839Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9B93DD06", "AutoV2": "5F0B43B52D", "SHA256": "5F0B43B52D651D329F1ECA36236625B828A0ACE14AA109A53BA2BFE84AAE5D44", "CRC32": "C5BDB9FF", "BLAKE3": "A1B62595D6DBABCE5110C44E44C740046639DC4FA7F46887FB584119990EC89B"}, "downloadUrl": "https://civitai.com/api/download/models/646983?type=Training%20Data"}], "images": [{"id": 20071269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b092b43f-9fdb-4709-ab0a-e763716b6d8f/width=450/20071269.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UMKKyrxu_MjJo#WB9Gt6ngWCWYt6I=oLxZR*", "type": "image"}, {"id": 20071271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8402c8c-f8fb-4cca-98f7-ca0d8895cf5e/width=450/20071271.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBJ%-2M|X:~W16s;4nRj57of={M{o#a|Iooe", "type": "image"}, {"id": 20071270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b48e325-d4f6-4722-81ed-60c4e8461799/width=450/20071270.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGKnGC-oo}ENIURk-pxu?wWVDhxaxubIRkW9", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/646983", "modelId": 579502} \ No newline at end of file diff --git a/datasets/metadata/647104.json b/datasets/metadata/647104.json new file mode 100644 index 0000000000000000000000000000000000000000..7808bdd9c48a33f74b609b30b51947464b1a0fc7 --- /dev/null +++ b/datasets/metadata/647104.json @@ -0,0 +1 @@ +{"id": 647104, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-15T16:22:31.127Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 562249, "sizeKB": 223099.10546875, "name": "cw_no_mask-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T16:21:33.935Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CEE3F560", "AutoV2": "FE586D8867", "SHA256": "FE586D88679209A94B3731AE314676078012FB890B9882C9E95FE92C4AFE5ACD", "CRC32": "003FE6AB", "BLAKE3": "AC5190AD5D67EE1B79E93B77160BD927B7EF34A000A7E191F5416FB64D319FC2", "AutoV3": "971E472F23F4"}, "downloadUrl": "https://civitai.com/api/download/models/647104", "primary": true}, {"id": 562206, "sizeKB": 90.806640625, "name": "647104_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T16:06:48.406Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "23F68E6719", "SHA256": "23F68E6719A08906F619338228F4CFA7F67ABA275B4F6989D5F43D49542F6123", "CRC32": "65E36306", "BLAKE3": "1263C7ABA098E4FDA047CB2CED3232C8586EEF0FBB6E30E613D326872AFA249E"}, "downloadUrl": "https://civitai.com/api/download/models/647104?type=Training%20Data"}], "images": [{"id": 19964100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c16e8519-8136-4888-bd5e-c18eedd4097a/width=450/19964100.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHDSzY%M?wIo~WoeD*IoofWBRjj]E1ay%Lt7", "type": "image"}, {"id": 19964202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65e95b7a-5d6e-4bd1-83a6-11cde9bd611d/width=450/19964202.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDD]uSM{.TIU-;Rj0KWB4noLxFxu9ZfQ^+ay", "type": "image"}, {"id": 19964291, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/521baad5-7a37-4764-be46-e424f8bd1be0/width=450/19964291.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAA^B?%Mk?IV~Wax4:RkRkWBs:og9aaz?Gof", "type": "image"}, {"id": 19964340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cdaaa42-ac53-4324-b169-43186ddbb9ee/width=450/19964340.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIE{Op%2~qM|?bf6E1R*%2WBNGofRkfkt6of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/647104", "modelId": 580169} \ No newline at end of file diff --git a/datasets/metadata/647133.json b/datasets/metadata/647133.json new file mode 100644 index 0000000000000000000000000000000000000000..34dc9b411930bb58dc6f5387bf83442b58e52dd6 --- /dev/null +++ b/datasets/metadata/647133.json @@ -0,0 +1 @@ +{"id": 647133, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-15T17:50:15.432Z", "availability": "Public", "nsfwLevel": 7, "description": "1.0
", "trainedWords": [], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 562229, "sizeKB": 8317.3154296875, "name": "647133_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T16:11:39.176Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CAA535AB", "AutoV2": "2479C5D653", "SHA256": "2479C5D653558876784BC0BE67F1F2B789109DD1558ECCF03C1A2541D0905B36", "CRC32": "6EB8AE76", "BLAKE3": "04AF915DFD97EB90D3CF3BFEAE21D9DEAD5BC910CBD24ACB455CA6EB1D72163B"}, "downloadUrl": "https://civitai.com/api/download/models/647133?type=Training%20Data"}, {"id": 562434, "sizeKB": 223098.93359375, "name": "Jenny.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T17:50:47.726Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "273C934A", "AutoV2": "74679DF23A", "SHA256": "74679DF23A4B788D37C2F7ADCFB020E8728D189BD1B2E10DCD9B57F2986A1AC3", "CRC32": "5649D8C8", "BLAKE3": "1A741B3256B7CE09F9AC5DC085FD84FEEBCB8170B712EDC4F63B99CC504DD154", "AutoV3": "7DAE163AE85A"}, "downloadUrl": "https://civitai.com/api/download/models/647133", "primary": true}], "images": [{"id": 19974622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/331ab86a-4619-45fa-8cdf-afb3ec894a40/width=450/19974622.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4H1xg$w00?wE0E2?H%000tT%%Dh?wMx9Ft9", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/647133", "modelId": 580190} \ No newline at end of file diff --git a/datasets/metadata/647175.json b/datasets/metadata/647175.json new file mode 100644 index 0000000000000000000000000000000000000000..9b8fd27bf18a19d1c88e559c5322f111303eb253 --- /dev/null +++ b/datasets/metadata/647175.json @@ -0,0 +1 @@ +{"id": 647175, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-15T17:13:37.466Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 562353, "sizeKB": 223099.22265625, "name": "cw-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T17:15:47.978Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "427012BC", "AutoV2": "1CDDD1EF13", "SHA256": "1CDDD1EF13B693813DA57114B0B7E930567214E881B4A4CB865704EC5096398B", "CRC32": "47567DDB", "BLAKE3": "AD987A88F6073FE85F833F6A1A6AE9B1B2450C8A9084F1651E04F7E27C8F7BF4", "AutoV3": "131B98BDF7D1"}, "downloadUrl": "https://civitai.com/api/download/models/647175", "primary": true}, {"id": 562266, "sizeKB": 519.2138671875, "name": "647175_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T16:33:26.317Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "3F12F9073B", "SHA256": "3F12F9073B536F547ACC78C5B224214D0B93EF55EC3230061AA766A97BA41E9C", "CRC32": "FB5EF274", "BLAKE3": "B165BABEB678246B58AFFD9F7B7B6599B31F9DD03FEF7E5451C3AD05F93DDF3F"}, "downloadUrl": "https://civitai.com/api/download/models/647175?type=Training%20Data"}], "images": [{"id": 19969850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/939704e3-a358-4840-b6ca-5cf849eb38b4/width=450/19969850.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZEWB*ofIVbI_Nj[M{aykXays9j@oza|aef6", "type": "image"}, {"id": 19969849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4533efb-8fee-4478-a682-74560891f880/width=450/19969849.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJCss@x]0et7_4t8Ipj[JVjs?GWB9af6=|ay", "type": "image"}, {"id": 19969848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f75b7126-5bd2-4ed4-b370-b42e14b5c3ed/width=450/19969848.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGCjOvxuuPIp-;t7D*Io4nWBZ~xa4.Rj-p%1", "type": "image"}, {"id": 19969963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3392886-04ca-4557-a903-df98b57b947a/width=450/19969963.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UA9t7Qxu00Io?GoL4.Rj0KR*~Vxa01WB~Wxa", "type": "image"}, {"id": 19969962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa3c3f60-9a6a-457b-9d91-c19ea28fa282/width=450/19969962.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UA97bFxv0Loz^*j[4oWBD*ae-pay0Lj[~VoL", "type": "image"}, {"id": 19969959, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c30bbf62-90a4-4285-aefc-c1cceefc80a0/width=450/19969959.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UA8;JgW=00%2?GWB9Zs:01oe~VRj0Kof~VRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/647175", "modelId": 580229} \ No newline at end of file diff --git a/datasets/metadata/647379.json b/datasets/metadata/647379.json new file mode 100644 index 0000000000000000000000000000000000000000..b90673eda8e1a46154af863a33cd8fda9b2d3740 --- /dev/null +++ b/datasets/metadata/647379.json @@ -0,0 +1 @@ +{"id": 647379, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-15T19:25:27.118Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["padded room", "padded walls", "Padded cell"], "stats": {"downloadCount": 34, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 562541, "sizeKB": 715.9990234375, "name": "647379_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T18:46:20.287Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "E272573714", "SHA256": "E272573714CC527D4B98C230DF8F991FA11B2885F8BD16FFAB27A4FE6012C404", "CRC32": "CA02C81D", "BLAKE3": "75B0EF3D8F8E79E26ED2B878CC9DFC72137431520B49061A1E7CF82F9F49AA99"}, "downloadUrl": "https://civitai.com/api/download/models/647379?type=Training%20Data"}, {"id": 562623, "sizeKB": 223100.94140625, "name": "Padded_cell-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T19:26:11.051Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CEFE2C87", "AutoV2": "3ED31505BE", "SHA256": "3ED31505BE8622A51C97F7138B40BE9B39E07461CAEB2E537A042F6CBCD67286", "CRC32": "F4901493", "BLAKE3": "197109CC5F0D596A0820351FCDB572172F618DAAA225FEFF6877BA876A1392E7", "AutoV3": "8ABCDEA36C2A"}, "downloadUrl": "https://civitai.com/api/download/models/647379", "primary": true}], "images": [{"id": 19984663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21f95472-8ee9-47ec-a85c-ad6662d89f03/width=450/19984663.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3Frqmxt00-p_3t7~pxtxuayM{of00ofofay", "type": "image"}, {"id": 19984665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b303a1ce-631c-43a3-b5dd-cfe96c82ab83/width=450/19984665.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6GlFVWA00%M~qWBInt7k@j?aJt7E3ja9Fof", "type": "image"}, {"id": 19984664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d94967fe-6635-43e0-bdb5-bc38855d21cd/width=450/19984664.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3IEqS%L00%LKnxu~pxu5At7-;t700of-=t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/647379", "modelId": 580409} \ No newline at end of file diff --git a/datasets/metadata/647397.json b/datasets/metadata/647397.json new file mode 100644 index 0000000000000000000000000000000000000000..dfd62e5e0e8459a82f83110a10e1970c8483492e --- /dev/null +++ b/datasets/metadata/647397.json @@ -0,0 +1 @@ +{"id": 647397, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-15T18:15:58.174Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 562496, "sizeKB": 40268.2373046875, "name": "2024July_YesMix4_KKStyle.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T18:16:24.615Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E21D7B52", "AutoV2": "5D0B247282", "SHA256": "5D0B2472821149F39EDF8BF25E305A9A345EF7FC3E2CA38BA2D86B553F71EDE8", "CRC32": "822BA97E", "BLAKE3": "3573CB74C78EAA035F3E24B775CFCCD5C0F846B6CA6FF6468D11288200507AEB"}, "downloadUrl": "https://civitai.com/api/download/models/647397?type=Training%20Data"}, {"id": 562497, "sizeKB": 169413.69921875, "name": "2024July_YesMix4_KKStyle-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T18:15:54.255Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CE8E1C94", "AutoV2": "8BD5CA2770", "SHA256": "8BD5CA277067731D6AE7CE3A802E96851A4C3008DD82A34DC39F20C109AC475E", "CRC32": "4D5CAE6F", "BLAKE3": "432AB3DC124566703BFE1F28EAC48A6E6F1A9679F99C45948A0A2733734B863F", "AutoV3": "1B102A61975C"}, "downloadUrl": "https://civitai.com/api/download/models/647397", "primary": true}], "images": [{"id": 19977577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9106852c-e7ff-4109-9e8c-65d63d0734b8/width=450/19977577.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWNcmKxu.S%25lWV?vof~qWV-pj[-pae%2ae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/647397", "modelId": 580425} \ No newline at end of file diff --git a/datasets/metadata/647434.json b/datasets/metadata/647434.json new file mode 100644 index 0000000000000000000000000000000000000000..136b6b77410259cbcc7737007bbf3852fbbb72f0 --- /dev/null +++ b/datasets/metadata/647434.json @@ -0,0 +1 @@ +{"id": 647434, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-15T22:55:23.365Z", "availability": "Public", "nsfwLevel": 1, "description": "Wish me luck ion the contest.
", "trainedWords": [], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 563074, "sizeKB": 223099.66015625, "name": "CDs_SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T22:51:30.650Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3442596A", "AutoV2": "A5E757AE7D", "SHA256": "A5E757AE7D7690927BD77FA427723FB76BF4445D53848B0B419EC2A20290324D", "CRC32": "C1F50061", "BLAKE3": "F0CB062F94A942F3F9E17F4477CDE34F1963363241FD8288DB58808E269C0717", "AutoV3": "241D9F5CCEB8"}, "downloadUrl": "https://civitai.com/api/download/models/647434", "primary": true}, {"id": 562548, "sizeKB": 11383.0830078125, "name": "647434_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T18:51:23.258Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BCD55ED9", "AutoV2": "874C2B128C", "SHA256": "874C2B128CDCC57198F203219127E33687ED23B03BB1823418CAF20DA6B21B2A", "CRC32": "86D0FB41", "BLAKE3": "B592BEEAE71BD9445965560DD46D8D46B8F15C47C6F3D3F466AD70C766C26A3F"}, "downloadUrl": "https://civitai.com/api/download/models/647434?type=Training%20Data"}], "images": [{"id": 20006759, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09daf361-04f1-459e-92b6-bdcee57c0e3f/width=450/20006759.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1216, "hash": "UYE{Xq~W-n%0?I-;s;oKs*oJRkNGV?M{M|M{", "type": "image"}, {"id": 20006560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1891329c-6bc6-43c0-bda6-09f5e4b9f632/width=450/20006560.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1216, "hash": "UG9bRj.mWVkC%h.7t5f6%#%ft6s:Mci^xat6", "type": "image"}, {"id": 20006574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c27f686-d326-4284-a59b-013112505633/width=450/20006574.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1216, "hash": "UXE.:,~U-o%MtAxvxutQjEt7oge:$^t2bHRk", "type": "image"}, {"id": 20006534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf58eca8-a106-4549-976b-032bb7b47607/width=450/20006534.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3He|Y0001tA0000D~NEGcIU^*-;~VbEX8.8", "type": "image"}, {"id": 20006727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eaa90838-17a4-4c28-ab57-fc7b68833f38/width=450/20006727.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1216, "hash": "U8CjbBR-pc-q0NRj00M{A0bwn3Riu6?b?ct4", "type": "image"}, {"id": 20006864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad86d0eb-667c-434b-a470-a06bd6a7f297/width=450/20006864.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1216, "hash": "U38;#;00IqaetS%MV@IU00~qRPRjH=D%Mx?b", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/647434", "modelId": 580454} \ No newline at end of file diff --git a/datasets/metadata/647626.json b/datasets/metadata/647626.json new file mode 100644 index 0000000000000000000000000000000000000000..fea26cec5340f638158ceb9903ff93e61502f24f --- /dev/null +++ b/datasets/metadata/647626.json @@ -0,0 +1 @@ +{"id": 647626, "index": 0, "name": "v1.0 YesMix4.0 Dim128", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-15T20:20:04.729Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 562732, "sizeKB": 74260.0224609375, "name": "SuperKK77_YesMix4_KKStyle.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T20:21:24.474Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "876A39AC", "AutoV2": "0174A22802", "SHA256": "0174A228022E34E125F1245AFA1D97A30568F6932B7F812613910F2FA6E20F33", "CRC32": "4C2EF7FC", "BLAKE3": "21D8EE2943243750C805D47CE42C65605C0884270C109B085D2ACF6FB417F935"}, "downloadUrl": "https://civitai.com/api/download/models/647626?type=Training%20Data"}, {"id": 562734, "sizeKB": 169413.99609375, "name": "SuperKK77_YesMix4_KKStyle-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T20:20:46.547Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "99DA2C77", "AutoV2": "1F24F79DC6", "SHA256": "1F24F79DC6A1E39D4DD08950B22FB492AF433DDC034199AB2EDD5F443BF10D24", "CRC32": "C99B2DFD", "BLAKE3": "3D1EED82B2F6E83F4A809D0B8B348FDB44308D9AA5326C5D32939AA08AD50038", "AutoV3": "4A8C4B233AF7"}, "downloadUrl": "https://civitai.com/api/download/models/647626", "primary": true}], "images": [{"id": 19990748, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbe6c4a5-8029-40ae-9fde-7ca50192e5da/width=450/19990748.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWM7T7WCtl%L?bof~qxu?vjajDj?ogj[oIR*", "type": "image"}, {"id": 19991305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d221cbb-0f42-4ad5-a533-2b9e808c9687/width=450/19991305.jpeg", "nsfwLevel": 2, "width": 2079, "height": 1193, "hash": "U4C?TCMx-;My?benxtM|_3WCxuxu~WMy%NM{", "type": "image"}, {"id": 19991320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/648d7074-dffc-4a6c-bc9a-1ac461c53729/width=450/19991320.jpeg", "nsfwLevel": 2, "width": 2071, "height": 1187, "hash": "U5D+*zIA_3of#n%MxukC_NRONGkCwJ%goft7", "type": "image"}, {"id": 19990750, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f92387b-215f-4286-9f6e-914542384650/width=450/19990750.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWM7T8WCtl%L?bof~qxu?vjajDfiogj[oIR*", "type": "image"}, {"id": 19991144, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a400ec63-c345-404c-8676-aaa5096cf2ca/width=450/19991144.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYK-CB~W%eIo~pM{?bjItlIot3n+?bxuSKoz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/647626", "modelId": 580634} \ No newline at end of file diff --git a/datasets/metadata/647720.json b/datasets/metadata/647720.json new file mode 100644 index 0000000000000000000000000000000000000000..f90229dd6df094969f83af0b2cbd73afe38facc9 --- /dev/null +++ b/datasets/metadata/647720.json @@ -0,0 +1 @@ +{"id": 647720, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-16T04:04:04.851Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": ["Iceliamb, white hair, blue eyes, healthy body", "Hood", "Big breasts, very thin waist"], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 562874, "sizeKB": 169696.8349609375, "name": "647720_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T21:16:00.288Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "20998812", "AutoV2": "92CE975457", "SHA256": "92CE9754574E7EAA143FCD8029D1BCB4DC4366D1AE635C9A8515BB5F3DA58FB6", "CRC32": "EE53C384", "BLAKE3": "CA6E542A906E21F8F2005BEF1A6F9DF3211F5F706F3040F5193FD9D51E57014A"}, "downloadUrl": "https://civitai.com/api/download/models/647720?type=Training%20Data"}, {"id": 563624, "sizeKB": 223100.23046875, "name": "Icelia_mage.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T04:07:38.085Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F993AABE", "AutoV2": "19D6C7E682", "SHA256": "19D6C7E6828EB769ED1BBBA1210A6B12FB29E20DE34A554C30D5EC3212399A42", "CRC32": "FF229225", "BLAKE3": "849D1DE0B93F354B0771B6CFC286D95CF87A60F685DF7421CA5CE193B567D536", "AutoV3": "9852E2699305"}, "downloadUrl": "https://civitai.com/api/download/models/647720", "primary": true}], "images": [{"id": 20041769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21942bab-1198-4ae5-850b-6ddb8aa99d85/width=450/20041769.jpeg", "nsfwLevel": 2, "width": 896, "height": 1344, "hash": "UGENF#XAT{k?*0RPIAV@M|aeIAV@t-slRPoz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/647720", "modelId": 580705} \ No newline at end of file diff --git a/datasets/metadata/647724.json b/datasets/metadata/647724.json new file mode 100644 index 0000000000000000000000000000000000000000..924b12e78d8398c12eb3dbda69a9d521f99aa7a5 --- /dev/null +++ b/datasets/metadata/647724.json @@ -0,0 +1 @@ +{"id": 647724, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-16T04:31:34.886Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 562834, "sizeKB": 63666.0078125, "name": "647724_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T21:06:16.903Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5D6CC2EA", "AutoV2": "EC489EB0B2", "SHA256": "EC489EB0B24C00C0E20C602456C0F3B73F0653AA5C163FF0480012D7A800FBD8", "CRC32": "D3CDA775", "BLAKE3": "A30F1F977D598B8563FD3670C5693B8A0A36CDD91D03EFC2337304E5F5E36C50"}, "downloadUrl": "https://civitai.com/api/download/models/647724?type=Training%20Data"}, {"id": 563664, "sizeKB": 223100.73828125, "name": "EI_body_texture-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T04:31:20.751Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A1AF5055", "AutoV2": "FF6CFB396A", "SHA256": "FF6CFB396AE24354369249CDF9246434B97465C3095A8A7FCD4CFCBB79140936", "CRC32": "9D3CE382", "BLAKE3": "2611B9BF298D729BD06F83AD92E655B6F9EF59D515C257A28314233FF274E46E", "AutoV3": "CF42A681372A"}, "downloadUrl": "https://civitai.com/api/download/models/647724", "primary": true}], "images": [{"id": 20044362, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8489a08-5482-4317-846d-494098782ee3/width=450/20044362.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8LpK,4.9t9Z-6^+xu?G?G^*~CS4NHNHELSh", "type": "image"}, {"id": 20044361, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1c4ac8b-8a84-489a-914e-8544781b8254/width=450/20044361.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UcOLDn}@o0s.s.jaofR+xGbHoKs:R*xaR*of", "type": "image"}, {"id": 20044360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5633e012-fcdd-4d07-991a-f1e296c8aac4/width=450/20044360.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U5F=UK?uxu9Z~W~WxuV[9F9GRPRkI:E1IoWU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/647724", "modelId": 580709} \ No newline at end of file diff --git a/datasets/metadata/647922.json b/datasets/metadata/647922.json new file mode 100644 index 0000000000000000000000000000000000000000..651ca0b73cbe583024cc54dfd4885cbae2ddd22c --- /dev/null +++ b/datasets/metadata/647922.json @@ -0,0 +1 @@ +{"id": 647922, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-15T22:36:14.849Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 20, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 563036, "sizeKB": 22256.01953125, "name": "Background_YesMix4_KKStyle-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T22:31:41.427Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EE1A0345", "AutoV2": "400844876B", "SHA256": "400844876B6F741B0E550A29EAD38679421412BA0CAB55DE73EE9745C4310FCC", "CRC32": "09AD69CD", "BLAKE3": "D748AF86CA7F23280585749CE533FFAB6B8FC37DE5F991F9A9F76EC3BE240A83", "AutoV3": "516C1511A1A2"}, "downloadUrl": "https://civitai.com/api/download/models/647922", "primary": true}, {"id": 563037, "sizeKB": 50477.9404296875, "name": "Background_YesMix4_KKStyle.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-15T22:31:43.661Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "44E64F33", "AutoV2": "2C10EA2F18", "SHA256": "2C10EA2F18C59674BCEAA13CB2AB937E04A9CE6D9837DD41DF9B96726884D26C", "CRC32": "F7B551DD", "BLAKE3": "5930298A73239C4DDDEE1249E408B4736CF24D065C4C90954E53C453751E5219"}, "downloadUrl": "https://civitai.com/api/download/models/647922?type=Training%20Data"}], "images": [{"id": 20004963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a256f25-f56f-49cb-8f49-8c960af743e9/width=450/20004963.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URK:46-V%L-:2zKO$~s.+KKht1ad5Z$xxtoy", "type": "image"}, {"id": 20005898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d078d29b-4ca0-4bf8-9d67-c1d8ecd102c1/width=450/20005898.jpeg", "nsfwLevel": 1, "width": 2103, "height": 1190, "hash": "U8CZkY-:oKIo_N%Lt7R+?GxssoE3?GtQIVM|", "type": "image"}, {"id": 20005900, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b6e762b-59af-4f99-b712-ad0b304f0d94/width=450/20005900.jpeg", "nsfwLevel": 1, "width": 2073, "height": 1176, "hash": "UACj65o~%MsDgN-;azxa~qninhxuxbM_xGtQ", "type": "image"}, {"id": 20004962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42074410-d8f8-48da-b6d3-cab0f6c3fae2/width=450/20004962.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URK:46-V%L-:2zKO$~s.+KKht1ad5Z$xxtoy", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/647922", "modelId": 580886} \ No newline at end of file diff --git a/datasets/metadata/648281.json b/datasets/metadata/648281.json new file mode 100644 index 0000000000000000000000000000000000000000..4526568ac2185701ce72de45fe2f74646c898d9a --- /dev/null +++ b/datasets/metadata/648281.json @@ -0,0 +1 @@ +{"id": 648281, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-16T01:38:57.498Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 563390, "sizeKB": 169415.93359375, "name": "NovelAI_YesMix4_KKStyle-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T01:40:49.327Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1B9243AD", "AutoV2": "2F98A4ACAE", "SHA256": "2F98A4ACAE19BE37D7FC4A4B0512E8334BAB9A680C0EEB6A2DD520BBBD5FFDC6", "CRC32": "6435F906", "BLAKE3": "199B12EEAD1DFE057D0DBBDDCBABC012FA5DB7FC56EF34550FA2641A0F2D1C4E", "AutoV3": "20DA08EFFABF"}, "downloadUrl": "https://civitai.com/api/download/models/648281", "primary": true}, {"id": 563391, "sizeKB": 58531.3583984375, "name": "NovelAI_YesMix4_KKStyle.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T01:41:22.613Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2DF3BA30", "AutoV2": "60EE6AC45D", "SHA256": "60EE6AC45D1440BCDA56ED01A10B0BFB22606D17B3DBC9A76F42E6EDF557C7B5", "CRC32": "307584C5", "BLAKE3": "6A07EA1D7AA2EB48370FCABD6274657E769696885DE5CF5CB60C5B6A17CB9645"}, "downloadUrl": "https://civitai.com/api/download/models/648281?type=Training%20Data"}], "images": [{"id": 20025303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ea3e7de-a0d5-4836-91c7-e4122f640cd9/width=450/20025303.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPM$lYS%CSR71QNcP;XSnUNHkqRk_3%MkCkC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/648281", "modelId": 581205} \ No newline at end of file diff --git a/datasets/metadata/648527.json b/datasets/metadata/648527.json new file mode 100644 index 0000000000000000000000000000000000000000..f19dfda8b8431bfbc607883726d69c90496d994f --- /dev/null +++ b/datasets/metadata/648527.json @@ -0,0 +1 @@ +{"id": 648527, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-16T07:27:49.293Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 563654, "sizeKB": 11073.599609375, "name": "648527_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T04:21:15.667Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F42E9E8B", "AutoV2": "1F513EBF85", "SHA256": "1F513EBF858A7B3927C24D4D8427BC3677DB716F6182B0703B24E6AB5BB18153", "CRC32": "E407E6B3", "BLAKE3": "23F76B517275D012E61891C51032EF3ACB49C67B63B70BB43FE34BC7EA924502"}, "downloadUrl": "https://civitai.com/api/download/models/648527?type=Training%20Data"}, {"id": 563901, "sizeKB": 223107.28515625, "name": "Patsy_Walker_aka_Hellcat_Marvel_Comics_PONY-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T07:10:49.007Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "52B38730", "AutoV2": "7ED4AEF8C6", "SHA256": "7ED4AEF8C6A5F0CFB6512DE1ACEBA3F3DFC2A71518687703780BFBA0E2BA2BA6", "CRC32": "25F84870", "BLAKE3": "4186FFC02E721F0E1B66BCA628FCDF928724570709BBF461138A38802338737A", "AutoV3": "A53D768AF73E"}, "downloadUrl": "https://civitai.com/api/download/models/648527", "primary": true}], "images": [{"id": 20060511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c0a2b33-c4b3-4636-9d2c-d2019fb194a3/width=450/20060511.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAK0Wa~Q05Dr8~Nftjr=04ESo=xS?FWAslxa", "type": "image"}, {"id": 20060510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38c1abc7-8993-4a99-b409-99652e17cf2e/width=450/20060510.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6HKj[vMQ:=x0Bv#nMEm~oacER-iWG9J=@WF", "type": "image"}, {"id": 20060509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24e5b2b5-f2d4-46fd-bd1f-51b1052b2d92/width=450/20060509.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFJRBS%MK-ksD+ogR%ob01%MR3t2?w%MxEt8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/648527", "modelId": 581423} \ No newline at end of file diff --git a/datasets/metadata/648919.json b/datasets/metadata/648919.json new file mode 100644 index 0000000000000000000000000000000000000000..7f965dd36b2c14d43227cb6afd02e1d7cf88f7a0 --- /dev/null +++ b/datasets/metadata/648919.json @@ -0,0 +1 @@ +{"id": 648919, "index": 0, "name": "The world of the marshmal", "baseModel": "SDXL 1.0 LCM", "baseModelType": null, "publishedAt": "2024-07-16T10:02:18.354Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 564039, "sizeKB": 68745.6689453125, "name": "648919_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T08:50:38.926Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C905627B", "AutoV2": "42979AB6C6", "SHA256": "42979AB6C66069ABDFCAF082456FDF78A1FAD882DB433A697D19787BB8932895", "CRC32": "3576D424", "BLAKE3": "F2E1D1BF6496A826135D690478F7317625BBFD38FA71C8014C2BD1B06B2E467B"}, "downloadUrl": "https://civitai.com/api/download/models/648919?type=Training%20Data"}, {"id": 564125, "sizeKB": 223099.08984375, "name": "The_world__marshmallows-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T09:56:49.306Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3481F25A", "AutoV2": "474A0DB9C8", "SHA256": "474A0DB9C8BCED2E9FBA70BB87A0EFB001BD2A28AC9D6E4DD61FEA94D80C571B", "CRC32": "F6D9E5F0", "BLAKE3": "1FBEB077ED39B566199DAF4F798F18C0AB8D55F015E9A30ACA813CB6EF8D6567", "AutoV3": "0F939F77E57E"}, "downloadUrl": "https://civitai.com/api/download/models/648919", "primary": true}], "images": [{"id": 20074048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b0bb11f-8678-44de-91b9-bce30368e0d7/width=450/20074048.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFKJ[bEjbJ^O$XJWkrsT0gjqa$-:L4IB9Fxu", "type": "image"}, {"id": 20074318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66af0bb0-ec37-401e-8024-07e6dc653fa4/width=450/20074318.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQKANu^O-VE4?KS5sks,9tt7M|ogENNxbbof", "type": "image"}, {"id": 20074859, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9814fd31-8bf1-4945-880a-6d25a0dcd386/width=450/20074859.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULJ@a]^j6+Iu|*xrxvozMHR;v#oySjWVxUXA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/648919", "modelId": 581757} \ No newline at end of file diff --git a/datasets/metadata/649264.json b/datasets/metadata/649264.json new file mode 100644 index 0000000000000000000000000000000000000000..2528c89032d85b86efdcd04159aa63d1dacb9e74 --- /dev/null +++ b/datasets/metadata/649264.json @@ -0,0 +1 @@ +{"id": 649264, "index": 1, "name": "Epoc 3", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-16T12:40:24.700Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 564374, "sizeKB": 57440.4560546875, "name": "649167_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T12:41:22.350Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6C3CC3BC", "AutoV2": "AA7E559453", "SHA256": "AA7E55945330DA01086C6FF1A58E35E3C774A726FAAF4DBD058A041F347D48A5", "CRC32": "6D561904", "BLAKE3": "FD26EF59EBA3C1CF83453F1D00A331A1B78EF5B1E6C27B63D0081A7516D0944B"}, "downloadUrl": "https://civitai.com/api/download/models/649264?type=Training%20Data"}, {"id": 564375, "sizeKB": 223101.24609375, "name": "Val-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T12:41:57.678Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "93CD46CB", "AutoV2": "8ADBD802B5", "SHA256": "8ADBD802B55CDC6762CEC042BA6515E495DE5364FE5E7569E66EF4F75481D27A", "CRC32": "1D6E1735", "BLAKE3": "50AB57A2C3229C35CFE8AECEB48BB4AE3CD4F78081122D60A228CF9C9804F83B", "AutoV3": "6DF0C31FD1C8"}, "downloadUrl": "https://civitai.com/api/download/models/649264", "primary": true}], "images": [{"id": 20087123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e564e5cb-37bd-4ca2-9501-fe2a62dd1d04/width=450/20087123.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6FFNE#l00Iouuwa0UM|1oIq}Is:06S6~Axa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/649264", "modelId": 581973} \ No newline at end of file diff --git a/datasets/metadata/649267.json b/datasets/metadata/649267.json new file mode 100644 index 0000000000000000000000000000000000000000..b6be5a9ef9cec9b4d397df5530ac889d6b4fd731 --- /dev/null +++ b/datasets/metadata/649267.json @@ -0,0 +1 @@ +{"id": 649267, "index": 2, "name": "Epoc 4", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-16T12:40:46.808Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 564379, "sizeKB": 223101.24609375, "name": "Val-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T12:40:51.676Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "24B1B02D", "AutoV2": "064B2C56A3", "SHA256": "064B2C56A3DC29DCA8AF88179D4CC51D86A06668536E209E62E8184478A5C842", "CRC32": "49F4B301", "BLAKE3": "A45778A58041AE0453126560BE3363BADF23B4D7C13FCFED0CEB15A6BBA770E6", "AutoV3": "21146E64E847"}, "downloadUrl": "https://civitai.com/api/download/models/649267", "primary": true}, {"id": 564377, "sizeKB": 57440.4560546875, "name": "649167_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T12:41:27.868Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6C3CC3BC", "AutoV2": "AA7E559453", "SHA256": "AA7E55945330DA01086C6FF1A58E35E3C774A726FAAF4DBD058A041F347D48A5", "CRC32": "6D561904", "BLAKE3": "FD26EF59EBA3C1CF83453F1D00A331A1B78EF5B1E6C27B63D0081A7516D0944B"}, "downloadUrl": "https://civitai.com/api/download/models/649267?type=Training%20Data"}], "images": [{"id": 20087134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9c69b9b-624f-493d-803c-8ee5c2baf158/width=450/20087134.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBLhUd%00Nxs$cs,EAS^0f$i}?V[sttLtKRp", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/649267", "modelId": 581973} \ No newline at end of file diff --git a/datasets/metadata/649270.json b/datasets/metadata/649270.json new file mode 100644 index 0000000000000000000000000000000000000000..72f6dd9bd6e2ace6a0bbe7f09b2ca1b5517574fb --- /dev/null +++ b/datasets/metadata/649270.json @@ -0,0 +1 @@ +{"id": 649270, "index": 3, "name": "Epoc 6", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-16T12:43:15.551Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 564386, "sizeKB": 57440.4560546875, "name": "649167_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T12:46:27.603Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6C3CC3BC", "AutoV2": "AA7E559453", "SHA256": "AA7E55945330DA01086C6FF1A58E35E3C774A726FAAF4DBD058A041F347D48A5", "CRC32": "6D561904", "BLAKE3": "FD26EF59EBA3C1CF83453F1D00A331A1B78EF5B1E6C27B63D0081A7516D0944B"}, "downloadUrl": "https://civitai.com/api/download/models/649270?type=Training%20Data"}, {"id": 564388, "sizeKB": 223101.24609375, "name": "Val-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T12:46:55.416Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B2105998", "AutoV2": "5D226794D3", "SHA256": "5D226794D3C02363A5546F0B5460C604A326CBF1860A13A26BC7C3A3CA3C1744", "CRC32": "B81FFBB6", "BLAKE3": "8B81496282C425103D3BEFBA0A9A6844C5BFDF969880D62E5DD4EAA4617E1047", "AutoV3": "3642662548EB"}, "downloadUrl": "https://civitai.com/api/download/models/649270", "primary": true}], "images": [{"id": 20087139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/425c6972-a5b6-46a1-b9a6-bbed302f8aa1/width=450/20087139.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4H--zEL01?FUb^j0TJ60v?E:=4=050y~9Dm", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/649270", "modelId": 581973} \ No newline at end of file diff --git a/datasets/metadata/649277.json b/datasets/metadata/649277.json new file mode 100644 index 0000000000000000000000000000000000000000..eb340230a2156c9e1f750b7d094acf7c12a6865f --- /dev/null +++ b/datasets/metadata/649277.json @@ -0,0 +1 @@ +{"id": 649277, "index": 4, "name": "Culmination", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-16T12:43:51.638Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 564391, "sizeKB": 57440.4560546875, "name": "649167_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T12:46:15.679Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6C3CC3BC", "AutoV2": "AA7E559453", "SHA256": "AA7E55945330DA01086C6FF1A58E35E3C774A726FAAF4DBD058A041F347D48A5", "CRC32": "6D561904", "BLAKE3": "FD26EF59EBA3C1CF83453F1D00A331A1B78EF5B1E6C27B63D0081A7516D0944B"}, "downloadUrl": "https://civitai.com/api/download/models/649277?type=Training%20Data"}, {"id": 564390, "sizeKB": 223101.24609375, "name": "Val_epoch_8.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T12:46:56.713Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C17C18BA", "AutoV2": "B9230CCB68", "SHA256": "B9230CCB68874E58503C0C087FD85C8766C94ACE168987058F15E2A5F28D7435", "CRC32": "1BE39821", "BLAKE3": "8681328CD7C2F1AC70396AE9747F2A5A61530F3FA08DC7D00D3039D8C01B8CC8", "AutoV3": "DC2DE76B5898"}, "downloadUrl": "https://civitai.com/api/download/models/649277", "primary": true}], "images": [{"id": 20087390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51ec404b-502a-4c68-b1f6-03b436ff22ef/width=450/20087390.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4H--zEL01?FUb^j0TJ60v?E:=4=050y~9Dm", "type": "image"}, {"id": 20087394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5eaeb207-e5d4-414b-aa25-b6c03e591078/width=450/20087394.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBLhUd%00Nxs$cs,EAS^0f$i}?V[sttLtKRp", "type": "image"}, {"id": 20087395, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed579fee-c551-41d2-bf4f-dfb1b346ede0/width=450/20087395.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAH1h,?D00Nx#jjXIJs:0wWr}HV@05oO%xIo", "type": "image"}, {"id": 20087392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9471ff07-ce28-45df-946b-da01ad4dd10f/width=450/20087392.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6FFNE#l00Iouuwa0UM|1oIq}Is:06S6~Axa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/649277", "modelId": 581973} \ No newline at end of file diff --git a/datasets/metadata/649314.json b/datasets/metadata/649314.json new file mode 100644 index 0000000000000000000000000000000000000000..ed5ee1b2fb33bbb1dd45d0c2ec9d35015dc2b20e --- /dev/null +++ b/datasets/metadata/649314.json @@ -0,0 +1 @@ +{"id": 649314, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-16T13:57:26.281Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 564437, "sizeKB": 85.6376953125, "name": "649314_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T13:11:32.513Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "5FABBAEA9C", "SHA256": "5FABBAEA9C13B4007A3E0FACDCACC94F342E12A4F3D7A5DDABA43F5FD18A3A69", "CRC32": "C34A37A2", "BLAKE3": "143B1FB6D5546AB1B43B0DEA486E6FEB6BE1AC81F45D2A7672E53D45F80B0996"}, "downloadUrl": "https://civitai.com/api/download/models/649314?type=Training%20Data"}, {"id": 564514, "sizeKB": 223099.43359375, "name": "Ahsoka_bikini-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T14:50:06.551Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AE68B58F", "AutoV2": "AFCB5AB579", "SHA256": "AFCB5AB579F7EABD1D6ED68D5415C4D18D06DD00E749C167F93A0E0376FFF305", "CRC32": "5AD2F8B1", "BLAKE3": "366EDE466180D0414DAFAC6AB40B79C7D7ABCAACE8D2C309C663EF84060727E5", "AutoV3": "EDF84CDA8090"}, "downloadUrl": "https://civitai.com/api/download/models/649314", "primary": true}], "images": [{"id": 20093646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c656916b-295b-4a41-9768-6e48cf55c483/width=450/20093646.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UQJtL]rqt*oZ_Mx[^%MxD%-pM}NHNGRSD*tl", "type": "image"}, {"id": 20093647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36d44ec5-84f0-4803-8db4-efe2776294f0/width=450/20093647.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UNKdL@90%W%d9*_K?BMf_1ICR6IC_1IXNa9]", "type": "image"}, {"id": 20093645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/856d99fe-12f6-42c9-8ecc-413bf4450e4b/width=450/20093645.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UUJj^wR;9t%J_Mx[?DIC%LaObIIpx[D+NGt6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/649314", "modelId": 582095} \ No newline at end of file diff --git a/datasets/metadata/649439.json b/datasets/metadata/649439.json new file mode 100644 index 0000000000000000000000000000000000000000..5cd180c706ffe697cbced254d48cd4f98e22337c --- /dev/null +++ b/datasets/metadata/649439.json @@ -0,0 +1 @@ +{"id": 649439, "index": 0, "name": "Doggystyle Pov 1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-17T18:09:56.515Z", "availability": "Public", "nsfwLevel": 28, "description": "This is a pov sex position Lora for Doggystyle with 3 trained positions and trigger words to help with customising
Wanted to make a base LoRA so I can make a more customisable version in the future so should have updates if things go well.
Prompts
Doggystyle Pov, (main prompt)
Positions
looking back,
facing away,
reaching for viewer,
Customising prompts
about to penetrate,
Creampie,
Butt grab:1.3,
Arm grab:1.3,
Torso grab:1.3,
", "trainedWords": ["Doggystyle Pov, ", "looking back, ", "facing away, ", "reaching for viewer,", "about to penetrate,", "Creampie,", "Butt grab:1.3,", "Arm grab:1.3,", "Torso grab:1.3,"], "stats": {"downloadCount": 26, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 567377, "sizeKB": 223099.12890625, "name": "Doggy_Style_Pov.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T17:51:22.013Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "79E91B9F", "AutoV2": "6BBB6D4FE8", "SHA256": "6BBB6D4FE8824AE6E39B4D7102A00D3234084EBF18CD2A9F32C9D643A734DD21", "CRC32": "7F72DAC6", "BLAKE3": "F08CAE6B14AFB3FA08A938579A79B2E2E7254EA4CB7286008EB3CBF8462693B9", "AutoV3": "C76DAE3648C0"}, "downloadUrl": "https://civitai.com/api/download/models/649439", "primary": true}, {"id": 567018, "sizeKB": 33485.26953125, "name": "649439_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T14:46:18.624Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E4B5A9DB", "AutoV2": "68E6430F09", "SHA256": "68E6430F09887C39D522C9846B8D51800792AD3A7E42323B471BB641D55A5306", "CRC32": "8889078E", "BLAKE3": "72E93F84D8F8C2437BF65522CCAF7B0560BF1414BB2738898FC236D3837C8227"}, "downloadUrl": "https://civitai.com/api/download/models/649439?type=Training%20Data"}], "images": [{"id": 20262035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e7a2981-6fa8-4fb0-b5b2-0c017fd6b0a1/width=450/20262035.jpeg", "nsfwLevel": 16, "width": 800, "height": 1169, "hash": "ULJth-~o9@slBpxv^Pj^00xF%2jb?Z-.ELI.", "type": "image"}, {"id": 20262040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03cbfec4-9cac-42f0-9dae-321a887b703f/width=450/20262040.jpeg", "nsfwLevel": 16, "width": 800, "height": 1169, "hash": "U8K,?R00P9%M00V_rAjE00~p?a9ZXyW@BpWU", "type": "image"}, {"id": 20262039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/034ed5ad-ea92-4e53-87ce-a10aa39df1bf/width=450/20262039.jpeg", "nsfwLevel": 16, "width": 800, "height": 1169, "hash": "UAKmtr00F{xt00XTRN%L00%2s*M{~n#SOsWA", "type": "image"}, {"id": 20262038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2063a9a3-b224-491b-b9da-35a9b7758e03/width=450/20262038.jpeg", "nsfwLevel": 16, "width": 800, "height": 1169, "hash": "UAKwOh0067_200EMm*t300^+%LD*_L#qKQWA", "type": "image"}, {"id": 20262036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cc88710-1fbb-4275-bd05-c445ae962c58/width=450/20262036.jpeg", "nsfwLevel": 16, "width": 800, "height": 1169, "hash": "UALDcC005,_200EhVX-n00?H%M9F_K+_KPR%", "type": "image"}, {"id": 20257478, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ecaa2812-73ee-4313-a405-3a0f1dc4e14d/width=450/20257478.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UELfwE={0f-pTJRP~V%M0K%1^*%257%L01a0", "type": "image"}, {"id": 20257479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d024c49-1aee-4579-8b89-f8e12d6809e7/width=450/20257479.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UNLg?^0279.jK?v:?E%JE1XR=|s*.8ScR5s:", "type": "image"}, {"id": 20257480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/726a3809-2271-470b-b684-47d8e63d3476/width=450/20257480.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UUKK]5~q^K-oEN%2kCVsHqsTEjRjNx$%xaNd", "type": "image"}, {"id": 20258003, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/901e57dc-ae47-41b2-82ac-90a390e42111/width=450/20258003.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHMs[w~Vl%Ri2OR%.HS10JRQ^~M|?sxtJP%2", "type": "image"}, {"id": 20258004, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7cc8029-740f-4247-bf42-05ce867b3c8e/width=450/20258004.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDL3$9E101IoF_f,-oW:9H-:?bM{~p%2VsMx", "type": "image"}, {"id": 20258005, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b558dd87-7a86-4612-8dea-0c3777662015/width=450/20258005.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UAN9|800Cg?a00NH.2yC00-;~oMyGE?aM{IU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/649439", "modelId": 582201} \ No newline at end of file diff --git a/datasets/metadata/649494.json b/datasets/metadata/649494.json new file mode 100644 index 0000000000000000000000000000000000000000..4c2f92a791f2086f14cfb7dbfa1a3895fa2011d6 --- /dev/null +++ b/datasets/metadata/649494.json @@ -0,0 +1 @@ +{"id": 649494, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-16T15:56:57.129Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 564790, "sizeKB": 223101.48046875, "name": "Luke_McNevyn.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/649494", "primary": true}, {"id": 564594, "sizeKB": 33832.904296875, "name": "649494_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T18:31:52.788Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0C67EC8A", "AutoV2": "5D0541B2DF", "SHA256": "5D0541B2DF275446D87B42E69895E5C02D7D572609ED4F61595075DF9988812E", "CRC32": "826B5AF8", "BLAKE3": "EE56E700C2D62DAF4B605C4D0679113991E948E3BE1AA5EE99915CB58BB0799E"}, "downloadUrl": "https://civitai.com/api/download/models/649494?type=Training%20Data"}], "images": [{"id": 20105441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ae34dcc-5734-43e8-b1bf-3241e9bd469b/width=450/20105441.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEHLCx9FAuoc019Gb_RPX39F}]IU~WD%tSWC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/649494", "modelId": 582249} \ No newline at end of file diff --git a/datasets/metadata/649558.json b/datasets/metadata/649558.json new file mode 100644 index 0000000000000000000000000000000000000000..56a834d8955f8be888ab6501f442bca1d540d815 --- /dev/null +++ b/datasets/metadata/649558.json @@ -0,0 +1 @@ +{"id": 649558, "index": 1, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-16T15:51:41.617Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["airman", "wolf", "feral", "friender", "male", "canine", "dog", "megaman", "boss", "robot", "robot master"], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 564770, "sizeKB": 223099.68359375, "name": "Whirl_Winder_-_FrienderAirman_Feral.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/649558", "primary": true}, {"id": 564650, "sizeKB": 5204.3779296875, "name": "649558_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T18:36:40.914Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "23F43C50", "AutoV2": "CCC1109D11", "SHA256": "CCC1109D113D3A7119569767F826926E8FD816473505D2BA9C4756D347FD4988", "CRC32": "135467DA", "BLAKE3": "9583C42F9E6D420576715505B4F779E16AC4C14EC9973DD57A90ACF3684FA870"}, "downloadUrl": "https://civitai.com/api/download/models/649558?type=Training%20Data"}], "images": [{"id": 20105045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ad46aa5-77b9-4cf7-8039-99509b0e90ae/width=450/20105045.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEDlWG0P9ZNE07Ri~SIWXJNGbMRmsQs*NNxr", "type": "image"}, {"id": 20105048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b7a1f38-827a-48b9-9712-1a5ec176d926/width=450/20105048.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDCY?d4@ImRh0TIV~TE3S=E2WcN1xAxAR:xr", "type": "image"}, {"id": 20105046, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37f682a8-50a1-4c32-8091-ee161c48aa1c/width=450/20105046.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBC$rz4_4.R#05s+~SIp9qW-N6s;jC$_9d-;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/649558", "modelId": 582300} \ No newline at end of file diff --git a/datasets/metadata/649568.json b/datasets/metadata/649568.json new file mode 100644 index 0000000000000000000000000000000000000000..a5764002097ae8efe0874d73bf4c20bb27ee29ac --- /dev/null +++ b/datasets/metadata/649568.json @@ -0,0 +1 @@ +{"id": 649568, "index": 0, "name": "V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-16T15:56:02.813Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["\t AIRMAN, WOLF, FERAL, FRIENDER, MALE, CANINE, DOG, MEGAMAN, BOSS, ROBOT, ROBOT MASTER"], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 564803, "sizeKB": 223099.67578125, "name": "Whirl_Winder_-_FrienderAirman_Feral-000005.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/649568", "primary": true}, {"id": 564652, "sizeKB": 5204.3779296875, "name": "649568_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T18:36:08.813Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "23F43C50", "AutoV2": "CCC1109D11", "SHA256": "CCC1109D113D3A7119569767F826926E8FD816473505D2BA9C4756D347FD4988", "CRC32": "135467DA", "BLAKE3": "9583C42F9E6D420576715505B4F779E16AC4C14EC9973DD57A90ACF3684FA870"}, "downloadUrl": "https://civitai.com/api/download/models/649568?type=Training%20Data"}], "images": [{"id": 20105481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43cdb07e-6135-4d2c-8504-06944009a300/width=450/20105481.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UeN]^PI.~l#%Rckrx]n+~oxuIbNM-.j;ozt1", "type": "image"}, {"id": 20108380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ecbe670-0809-46b9-8f0e-cadfc2ab4c18/width=450/20108380.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UkLE1n~q-?xtxvIUs,t7_3bJWBaf-;WAbIog", "type": "image"}, {"id": 20105475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d99c9db-1b7e-418b-8fcc-d1b25690fd7c/width=450/20105475.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8A,H^Ia02S@0UM|~RNH01NY-rw~%Cxs4{xa", "type": "image"}, {"id": 20105476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51a9190c-ebe9-44c3-a5fa-40fd439f9647/width=450/20105476.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U99@2^IY03fe0QE3~Sxr9Zk7xcWH$}?D9JIt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/649568", "modelId": 582300} \ No newline at end of file diff --git a/datasets/metadata/649712.json b/datasets/metadata/649712.json new file mode 100644 index 0000000000000000000000000000000000000000..0d4b3801dde585da696fb046b15e963389b0d2f4 --- /dev/null +++ b/datasets/metadata/649712.json @@ -0,0 +1 @@ +{"id": 649712, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-16T18:28:44.171Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Siaolan, elegant, white hair, long hair, glowing eyes"], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 565081, "sizeKB": 223100.98046875, "name": "Siaolan_mage.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/649712", "primary": true}, {"id": 564974, "sizeKB": 185115.2822265625, "name": "649712_training_data.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/649712?type=Training%20Data"}], "images": [{"id": 20121420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a75bb657-6937-4fad-91f2-b1320e405a9c/width=450/20121420.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UEFiyRIvEd_N$GI900t68^yDNIoyIrxuwHIU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/649712", "modelId": 582419} \ No newline at end of file diff --git a/datasets/metadata/649820.json b/datasets/metadata/649820.json new file mode 100644 index 0000000000000000000000000000000000000000..5a3c43439511bdd307036e931aca3de907be2f8d --- /dev/null +++ b/datasets/metadata/649820.json @@ -0,0 +1 @@ +{"id": 649820, "index": 0, "name": "Jacob V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-16T20:51:05.969Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 565355, "sizeKB": 18547.1796875, "name": "Anime_Jacob-000007.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/649820", "primary": true}, {"id": 565005, "sizeKB": 26499.0029296875, "name": "649820_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T21:22:58.104Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F2B8A832", "AutoV2": "1F75BE853E", "SHA256": "1F75BE853E24310461D799EC9905245B8675304C969BB775E3FFA9BB0F7FB257", "CRC32": "1814284A", "BLAKE3": "01BE338F7F4CFF6C345893630CD4493645AEF0C7B00ED436C8C46B3962201131"}, "downloadUrl": "https://civitai.com/api/download/models/649820?type=Training%20Data"}], "images": [{"id": 20137760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f890c8b3-69a1-4eb7-a109-b9384dba2fb8/width=450/20137760.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UTN]Q;03yB$y?@RPxtbE6SbYD-ENwdbIIWRk", "type": "image"}, {"id": 20137757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f177b254-ffb7-439c-a23b-4922a016d3b5/width=450/20137757.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UVKmdrWV_K^%%#W:-.xtOsxY%1NIR+aeoLoJ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/649820", "modelId": 582511} \ No newline at end of file diff --git a/datasets/metadata/649828.json b/datasets/metadata/649828.json new file mode 100644 index 0000000000000000000000000000000000000000..dd6628f9238dade257d9cb75daeb0e9c8b5334c0 --- /dev/null +++ b/datasets/metadata/649828.json @@ -0,0 +1 @@ +{"id": 649828, "index": 0, "name": "DES Art Style 1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-16T19:35:05.400Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 565200, "sizeKB": 223103.52734375, "name": "Dotte_Style-000008.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/649828", "primary": true}, {"id": 564926, "sizeKB": 19201.947265625, "name": "649828_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T21:09:39.324Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "664DF7A2", "AutoV2": "911A01778F", "SHA256": "911A01778FF606D7858508DBA07086EE8791F0430B905D9187A7649942AFC37E", "CRC32": "0B8DD7B0", "BLAKE3": "B4427B4AA10801FD2EBF2BB7D518356AB45064E31483955346E72302DDB318DC"}, "downloadUrl": "https://civitai.com/api/download/models/649828?type=Training%20Data"}], "images": [{"id": 20128365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/799f2fbf-15ae-4330-ba94-1f9fb9bf71de/width=450/20128365.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBHB@]?F00-o^+?bVsxt4o?b_29F~pxtROIU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/649828", "modelId": 582515} \ No newline at end of file diff --git a/datasets/metadata/649900.json b/datasets/metadata/649900.json new file mode 100644 index 0000000000000000000000000000000000000000..97b6133c237d92a5d2ead43f32e84efb255ff395 --- /dev/null +++ b/datasets/metadata/649900.json @@ -0,0 +1 @@ +{"id": 649900, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-16T18:06:23.452Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 565049, "sizeKB": 223098.84765625, "name": "MF_OrwoNP20.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/649900", "primary": true}, {"id": 564964, "sizeKB": 7384.447265625, "name": "649900_training_data.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/649900?type=Training%20Data"}], "images": [{"id": 20119012, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7831d12d-8531-463a-bab6-515c55dc12f5/width=450/20119012.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEGSDi%MD%M{009Fxuof~q-;M{Rj?bM{Rjof", "type": "image"}, {"id": 20119001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18d2c1e6-cd11-4c0e-aea3-97b9d20ebf3e/width=450/20119001.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAEV$%00IU~q-;ofM_of%M%Mj[M{xuofWBWB", "type": "image"}, {"id": 20119017, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9de85905-f93b-48c7-abb6-89649128a2ed/width=450/20119017.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEFPEL00-;xu4n~qIUM{~qIUt7ofj[t7Rjof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/649900", "modelId": 582569} \ No newline at end of file diff --git a/datasets/metadata/650001.json b/datasets/metadata/650001.json new file mode 100644 index 0000000000000000000000000000000000000000..d4117886d46fa285a23b5c90cc0aa33c180b5dc9 --- /dev/null +++ b/datasets/metadata/650001.json @@ -0,0 +1 @@ +{"id": 650001, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-16T19:01:52.461Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["HavvoricFireDarkstyle"], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 565145, "sizeKB": 223101.30078125, "name": "HavvoricFireDarkstyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T21:47:20.067Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0830408D", "AutoV2": "7D884554C4", "SHA256": "7D884554C4BC86D458632DB2E2799108E0304CC9B84CBB4BA03215FE5E5DDD57", "CRC32": "89B632C4", "BLAKE3": "B122122742F07FD96E5C00AA963297929C0B5F9E66AEB098313BB2E6A273AB6B", "AutoV3": "DAB1AA8D433F"}, "downloadUrl": "https://civitai.com/api/download/models/650001", "primary": true}, {"id": 565068, "sizeKB": 167818.62109375, "name": "650001_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T21:34:25.451Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6956BA6A", "AutoV2": "FAD556CAA3", "SHA256": "FAD556CAA3D9DC95ACB73DABC7416233D185F5C2CD25E922795AFAE6D2B3B9A5", "CRC32": "E506D762", "BLAKE3": "3ACDE6DC9B4D7C33156AF757AC5E227707DD4D6562B9BCB141D8A995EC846889"}, "downloadUrl": "https://civitai.com/api/download/models/650001?type=Training%20Data"}], "images": [{"id": 20124978, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af5e2efb-0f86-4cdf-8c31-4e69801c6dca/width=450/20124978.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6G7@x01_JVf-rR510JC00.803%F0fyW~5,-", "type": "image"}, {"id": 20124977, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35bdb4bb-df84-482c-ab26-09c25eb3d682/width=450/20124977.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UECNEI$OW;WW}Do1E$S3ADS3S3a|E#Wp=Iw_", "type": "image"}, {"id": 20124979, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc885557-ec9a-4486-96b0-98b7bae1efc5/width=450/20124979.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U37,}kmQO=Nx4T^+D%aKheD%m,xt0~S~^+EL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/650001", "modelId": 582665} \ No newline at end of file diff --git a/datasets/metadata/650106.json b/datasets/metadata/650106.json new file mode 100644 index 0000000000000000000000000000000000000000..d2112d2cfebda4ca0828fd77b2396cbfbaa0e683 --- /dev/null +++ b/datasets/metadata/650106.json @@ -0,0 +1 @@ +{"id": 650106, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-16T23:26:19.044Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 565637, "sizeKB": 223099.95703125, "name": "Nicole.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T23:20:53.772Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D3092C31", "AutoV2": "8A49B9923F", "SHA256": "8A49B9923FC1B6C5EC934ECA61BBD8EB6AD21EB8C4D9D9E173FE2ABB712EDCF8", "CRC32": "B8D9978F", "BLAKE3": "824EA8B4C77A09470602A91AAB165A79E2D3CD746E9C3D423A24F3AB52246EDC", "AutoV3": "797E3088C5F2"}, "downloadUrl": "https://civitai.com/api/download/models/650106", "primary": true}, {"id": 565172, "sizeKB": 21485.576171875, "name": "650106_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T21:51:47.477Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "790D3F3B", "AutoV2": "7FEFCEA4A8", "SHA256": "7FEFCEA4A8A847713C46AAD8FDC375E9F2158EB0368DFCB098F041F5BD4A32BC", "CRC32": "D757FA46", "BLAKE3": "63AF189AE47883B13AEB9194A760730B24DED43E4D39B652FDC0E5917A123C8A"}, "downloadUrl": "https://civitai.com/api/download/models/650106?type=Training%20Data"}], "images": [{"id": 20151982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e4c91dc-9c2d-4fcc-9ee5-7b5b9d40fe8f/width=450/20151982.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9DTqsEU9bY4~UQ,NEtML,M_ITMLRWyCXmxv", "type": "image"}, {"id": 20151983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdf50c12-d935-4ff1-bbcd-78269a2029f0/width=450/20151983.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8Dl{4-C01EM0fFLZ~EMVF}r+Z8wDiu5004.", "type": "image"}, {"id": 20151981, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2ad1f28-9763-49f1-ab60-0f9a24c5e90b/width=450/20151981.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDAeaNd{0qypG^ebpKKPHqxV+?IW+rX+9DQn", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/650106", "modelId": 582753} \ No newline at end of file diff --git a/datasets/metadata/650126.json b/datasets/metadata/650126.json new file mode 100644 index 0000000000000000000000000000000000000000..da8486d5bac5c5ee972dab32546c282702720e9f --- /dev/null +++ b/datasets/metadata/650126.json @@ -0,0 +1 @@ +{"id": 650126, "index": 0, "name": "PONY V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-16T20:25:36.354Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 565306, "sizeKB": 223100.88671875, "name": "PONY_ANIME_LORA-000009.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/650126", "primary": true}, {"id": 565212, "sizeKB": 4762.5234375, "name": "650126_training_data.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/650126?type=Training%20Data"}], "images": [{"id": 20134448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d58dd470-4fea-4bcc-98f7-73afcd349600/width=450/20134448.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UAH-iU001MnN_2IUT1sk00pJ}?x]Mc%g0Lxa", "type": "image"}, {"id": 20134450, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb6e7354-98bd-4228-901f-89a274d68cab/width=450/20134450.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UKLVzvJP9j%L?Ko}rrw|V|o$=xxuR;%2xani", "type": "image"}, {"id": 20134449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a27d187-2ea0-4bde-8a3f-44034f05035a/width=450/20134449.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UIK,s^w[00p0xAOXE,i_00%MaIRP_NRP4ns;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/650126", "modelId": 582768} \ No newline at end of file diff --git a/datasets/metadata/650278.json b/datasets/metadata/650278.json new file mode 100644 index 0000000000000000000000000000000000000000..ca309ef10aeaf8d09fa3b90bf32fcf0a4eb8efac --- /dev/null +++ b/datasets/metadata/650278.json @@ -0,0 +1 @@ +{"id": 650278, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-16T22:56:39.448Z", "availability": "Public", "nsfwLevel": 16, "description": null, "trainedWords": [], "earlyAccessDeadline": "2024-07-19T22:56:39.448Z", "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 565580, "sizeKB": 223127.80859375, "name": "Mouth_Tube_Bondage.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T22:55:46.046Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "43503CC5", "AutoV2": "446AAEC2B3", "SHA256": "446AAEC2B3EB9616A6E3BFD47C72708F56E8D95C037332091DB499AF1538C1AA", "CRC32": "92242491", "BLAKE3": "952C4CBCCEE6EB6448E5F2B3AFCBA30B0CF8BFDCDBAC2136654E9D599D383F11", "AutoV3": "90C82B1B068E"}, "downloadUrl": "https://civitai.com/api/download/models/650278", "primary": true}, {"id": 565359, "sizeKB": 178548.947265625, "name": "650278_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T22:15:56.680Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "85480547", "AutoV2": "D68858C70F", "SHA256": "D68858C70FF1F8FFC8F2BA80831A64AA9B8796E4DC135EE5DFF4C589D269CC10", "CRC32": "228007FE", "BLAKE3": "2A0E3C1D189D954C360A08E52AB02DDBDA3D158594C861210B791F0E0148B66F"}, "downloadUrl": "https://civitai.com/api/download/models/650278?type=Training%20Data"}], "images": [{"id": 20149713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfb28d99-497d-4508-bacd-cf9b5959c6ad/width=450/20149713.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFJQ_}xu%hae00WBE2j[~AWBIVoL9ajZ-;of", "type": "image"}, {"id": 20149714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0af6ab10-99eb-4302-86e0-ef2066a36be7/width=450/20149714.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCF~5Sog00xt~Caz?]xu?^ayxZt7?bWVIUof", "type": "image"}, {"id": 20149716, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/233f5a86-f48b-4a0b-8030-82ab3b787ca5/width=450/20149716.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UNINwHtSxuV??^t8xujY?bs:kCj@~CozjvRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/650278", "modelId": 582891} \ No newline at end of file diff --git a/datasets/metadata/650291.json b/datasets/metadata/650291.json new file mode 100644 index 0000000000000000000000000000000000000000..90b4d81ac211aba6cb3e67f40aaf7f01c9b8cf0c --- /dev/null +++ b/datasets/metadata/650291.json @@ -0,0 +1 @@ +{"id": 650291, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-16T20:58:50.037Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 565365, "sizeKB": 22237.55078125, "name": "Maria_Kujou_Roshidere-KK77-Yes5-V1.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/650291", "primary": true}, {"id": 565364, "sizeKB": 10558.896484375, "name": "Maria_Kujou_Roshidere.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/650291?type=Training%20Data"}], "images": [{"id": 20138528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddb9b10a-7b9d-4d9c-861a-82bec31bafb5/width=450/20138528.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UYPG5Bxu_Nxuivay%hj[?bj[bcj[JUj[-Vj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/650291", "modelId": 582902} \ No newline at end of file diff --git a/datasets/metadata/650448.json b/datasets/metadata/650448.json new file mode 100644 index 0000000000000000000000000000000000000000..121c536597eb9c413afef9e4c538baa49f1ab242 --- /dev/null +++ b/datasets/metadata/650448.json @@ -0,0 +1 @@ +{"id": 650448, "index": 0, "name": "V1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-17T13:08:13.394Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 44, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 566786, "sizeKB": 104012.2646484375, "name": "650448_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T12:36:43.677Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A324CCFE", "AutoV2": "74DD359A44", "SHA256": "74DD359A441B6514C7AB8B71F5601E268F3154643B9CDCFE37FEF3FCC2E618C2", "CRC32": "CECE41CC", "BLAKE3": "9FBC83D4AD00E490B3DF50289DA29CD0BE4E0EAF6AC24718016DDA273F57AED8"}, "downloadUrl": "https://civitai.com/api/download/models/650448?type=Training%20Data"}, {"id": 566838, "sizeKB": 223101.92578125, "name": "AfroBull-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T13:08:28.508Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A76294C7", "AutoV2": "C4FA741162", "SHA256": "C4FA74116213174A3B282EF12D39358AEE670812CB014EA20AE7B2B3DDA8964C", "CRC32": "567CB21E", "BLAKE3": "B40621FD9CA441629E73EE79632486AE8FEB0336ACAB8D064C383B6796CF3864", "AutoV3": "777F9C0680BC"}, "downloadUrl": "https://civitai.com/api/download/models/650448", "primary": true}], "images": [{"id": 20234047, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e760bd0-0c78-44bb-9b31-1d04a6fe9d30/width=450/20234047.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UTL|P~~CXS%M0~WV-;%2NH9Z~Wxu?bxaIpxu", "type": "image"}, {"id": 20234042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/051a02a1-6ba9-4ba5-a1a8-e2ce607dd75b/width=450/20234042.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UELDfV~U00V[0gXn^zxJ?c_1~Vxa~XWCEKOE", "type": "image"}, {"id": 20234049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/108f7342-904c-4c1f-8d51-b077353d0064/width=450/20234049.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UhM~-PxaTcX9KnW=-no3t8s:$xRkoxWANHRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/650448", "modelId": 583043} \ No newline at end of file diff --git a/datasets/metadata/650495.json b/datasets/metadata/650495.json new file mode 100644 index 0000000000000000000000000000000000000000..d860c2e28f55835a27c4c0746c5f85318977f524 --- /dev/null +++ b/datasets/metadata/650495.json @@ -0,0 +1 @@ +{"id": 650495, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-16T23:45:05.480Z", "availability": "Public", "nsfwLevel": 16, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 565572, "sizeKB": 70420.705078125, "name": "650495_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T22:51:57.735Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A9805047", "AutoV2": "5EAA557B21", "SHA256": "5EAA557B21DC17F11098C0213E0A326F3177438006A19463D2F1CDBC2AF933E3", "CRC32": "705FDE39", "BLAKE3": "06DB1164EDDDBF062A68B70FF1A39CAFDEB5879E0200F99DA20BCFBC84383FC9"}, "downloadUrl": "https://civitai.com/api/download/models/650495?type=Training%20Data"}, {"id": 565682, "sizeKB": 223118.08203125, "name": "Semen_mask__cum_mask_\u30b6\u30fc\u30e1\u30f3\u30de\u30b9\u30af.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T23:45:48.126Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C7D30AC4", "AutoV2": "694CB2B6B4", "SHA256": "694CB2B6B4E5FFD7D7283E0A77AE4B970F86ABD5A2FB18A253984501C6D11AD3", "CRC32": "3A81A973", "BLAKE3": "D598B9B6C630430C36CA8DCA0BBF52030A558C98CD7BF51FF3011971F4EB1626", "AutoV3": "F235210E3FAE"}, "downloadUrl": "https://civitai.com/api/download/models/650495", "primary": true}], "images": [{"id": 20153659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/620ac015-e749-4659-8f3c-76bb4dd0c0a3/width=450/20153659.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDJtJB%#t,jFFe-U=|NuMJNGE1s:~WRjD%t6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/650495", "modelId": 583084} \ No newline at end of file diff --git a/datasets/metadata/650529.json b/datasets/metadata/650529.json new file mode 100644 index 0000000000000000000000000000000000000000..6b75a4577118bda4629696763c4fce28276a62dd --- /dev/null +++ b/datasets/metadata/650529.json @@ -0,0 +1 @@ +{"id": 650529, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-17T01:50:40.291Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 1}, "files": [{"id": 565609, "sizeKB": 4734.734375, "name": "650529_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T23:10:42.056Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BF1CAA23", "AutoV2": "1E3E2CA594", "SHA256": "1E3E2CA59416FA78E91FC7C6FFC30FFE2DC21408D17677CEA6753C1F70A18AF2", "CRC32": "194AB9CF", "BLAKE3": "9099E9B361ECCDDF5492A4E6D4A3B6CD57C3532399297544F270A0B4A8236EA9"}, "downloadUrl": "https://civitai.com/api/download/models/650529?type=Training%20Data"}, {"id": 565892, "sizeKB": 223100.76953125, "name": "Lauren_Flowers.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T01:45:53.610Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6EE3A4EC", "AutoV2": "BA33E8CA63", "SHA256": "BA33E8CA63DDA5CE0D82E687744084707271BDFE7C5206A4AB4A4911043948DD", "CRC32": "F1543C50", "BLAKE3": "436CCD03AC3900DD92C9D2F622E5DD815307559F02C8CA7CA47E1A5FCAFDFCAB", "AutoV3": "F0D49021CE01"}, "downloadUrl": "https://civitai.com/api/download/models/650529", "primary": true}], "images": [{"id": 20168606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/549f1889-fc76-48a1-b313-141523a9c66e/width=450/20168606.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U8G*yh64.k={U703%fIp?vMJ-T-U~WE2JVNH", "type": "image"}, {"id": 20168607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0df10197-6ce0-44dd-b3a5-0ebf13f54ca2/width=450/20168607.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UAGanN00AI?G0e~Boz0zL4-Uso-=S}9a^+=_", "type": "image"}, {"id": 20168604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c095b5f1-a705-4a1f-8c60-46c9a1d889ee/width=450/20168604.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UHF#j$E*O?~C%#NdxuxaEM?GRkRj0LadnOM{", "type": "image"}, {"id": 20169202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/210d48ab-8310-4ebb-adbf-2eb428bc6eae/width=450/20169202.jpeg", "nsfwLevel": 2, "width": 680, "height": 1024, "hash": "UCFO}%4:0e-VIRI]%$rr6AV?^OWY~qV@D*NF", "type": "image"}, {"id": 20169204, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05aa11e9-6be3-4f87-b5e7-31187ae34f98/width=450/20169204.jpeg", "nsfwLevel": 2, "width": 512, "height": 780, "hash": "UFG+5gD$yrDjs$IoKQMc0NtmR4?b~p-:WBni", "type": "image"}, {"id": 20169205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/489973f5-e982-4b33-9f7c-48bba4010303/width=450/20169205.jpeg", "nsfwLevel": 4, "width": 512, "height": 771, "hash": "UFH^#F5RK$%M33w5x^E2rx-oOmIo_MXl=}.7", "type": "image"}, {"id": 20169200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1513b58-b64b-4284-a8ac-7cc2442aa30e/width=450/20169200.jpeg", "nsfwLevel": 4, "width": 512, "height": 771, "hash": "UCHw}w?^3C?b0K-p_4S$Xp%L4.9aH=01rXM_", "type": "image"}, {"id": 20169214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d05fba9d-6ae6-4912-af0c-c7be01db0dec/width=450/20169214.jpeg", "nsfwLevel": 4, "width": 512, "height": 771, "hash": "UNHK-2~W5SIU00D%NeEMEMRirqxD~Vx]XU%3", "type": "image"}, {"id": 20169211, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c93d6b8-6b77-4097-b895-4898239aeea5/width=450/20169211.jpeg", "nsfwLevel": 4, "width": 512, "height": 771, "hash": "UDHBi1t,1j-T00I.n2?I?vI9%1IT9b~X?H57", "type": "image"}, {"id": 20169210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9952ddc-e6bb-4c16-80d9-6d394706a7f5/width=450/20169210.jpeg", "nsfwLevel": 4, "width": 512, "height": 655, "hash": "UJGH}857PA}?o~%hx]t70#-;xGM{?bIUM{Ri", "type": "image"}, {"id": 20169215, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c910639-0fe7-411e-90ba-abdf9178931f/width=450/20169215.jpeg", "nsfwLevel": 4, "width": 680, "height": 1024, "hash": "UDGk:*-N0}?vggOF%M=?ysxWH=bxtQs:IVD%", "type": "image"}, {"id": 20169219, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab6f3b7a-fe98-4919-a4ca-f679e0bea900/width=450/20169219.jpeg", "nsfwLevel": 4, "width": 680, "height": 1024, "hash": "UNGug+9aYQxs_MM|?bNGK7RP-oNG?GIVIUt6", "type": "image"}, {"id": 20169216, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85100cea-0183-4cc8-a88a-0a9e975aa544/width=450/20169216.jpeg", "nsfwLevel": 2, "width": 512, "height": 780, "hash": "UGF5v=oz0e~qR3x[KPxZ0ftS$%Ip-;R5n4WB", "type": "image"}, {"id": 20169217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c07c9fa-4bdf-4284-8339-9dc78db3addb/width=450/20169217.jpeg", "nsfwLevel": 2, "width": 680, "height": 1024, "hash": "UCF}ZsyY0hx^.QXSH=D%BE%N?GIV~qb_9Fxu", "type": "image"}, {"id": 20169218, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b19e743-14ec-4a88-9b08-27ccd83e6c26/width=450/20169218.jpeg", "nsfwLevel": 2, "width": 680, "height": 1024, "hash": "UOGkwU.TGa~Wtl-;-:tQx^W?%2xaWCafxakC", "type": "image"}, {"id": 20169220, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fd13345-089b-41b4-8e45-47f400eb11cb/width=450/20169220.jpeg", "nsfwLevel": 4, "width": 512, "height": 753, "hash": "UAGR;xGuTx#5~nX9xY-oXjENNf$jS~bw$fIU", "type": "image"}, {"id": 20169223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17a8be3e-f582-4fce-b037-6787571b6cbc/width=450/20169223.jpeg", "nsfwLevel": 4, "width": 512, "height": 771, "hash": "UHG*Qb9t9]~B0gIp%2xuS$^+of9ZI[-pxas:", "type": "image"}, {"id": 20169227, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2941525-094c-4410-ba48-3bce24a481eb/width=450/20169227.jpeg", "nsfwLevel": 4, "width": 512, "height": 771, "hash": "UMH_DITfTy~C0e-:oy%Nt7MxMw9FD$D*t7M{", "type": "image"}, {"id": 20169231, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/823de07a-7970-4c57-b33b-e8f83bc8198e/width=450/20169231.jpeg", "nsfwLevel": 4, "width": 512, "height": 771, "hash": "UBGuH}.801}S00f4?v?b5YivQ,9Z^iE1WGR4", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/650529", "modelId": 583116} \ No newline at end of file diff --git a/datasets/metadata/650566.json b/datasets/metadata/650566.json new file mode 100644 index 0000000000000000000000000000000000000000..ea41725b55c81016c9f437f248f61a259da1993a --- /dev/null +++ b/datasets/metadata/650566.json @@ -0,0 +1 @@ +{"id": 650566, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-16T23:17:47.269Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 565634, "sizeKB": 22238.72265625, "name": "Sakurai_Tomoko-KK77-Yes5-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T23:21:50.094Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3914797F", "AutoV2": "671A49224D", "SHA256": "671A49224D22EDE3BF24B1BD4F1D671B8C0F5F664DA0F21C92EE604E4DA2B1D9", "CRC32": "8AE5B3B7", "BLAKE3": "6B17134971EEC1B1E664C42FFFFEF5428D4742125CF2320C2BD7F3E2D64D4BE3", "AutoV3": "A66FE8C6A819"}, "downloadUrl": "https://civitai.com/api/download/models/650566", "primary": true}, {"id": 565633, "sizeKB": 10057.873046875, "name": "Sakurai_Tomoko.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-16T23:21:20.220Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DDD868B6", "AutoV2": "FDEDBAFC8C", "SHA256": "FDEDBAFC8C97B1ACAF35A2EA1E27952F6E4589A03CC326A48FA6D72A54E2DD5A", "CRC32": "36A75B45", "BLAKE3": "FAA4DD74687DC7B92196193B7B188D477B019B29C79E93F9E4AC705B30E4C561"}, "downloadUrl": "https://civitai.com/api/download/models/650566?type=Training%20Data"}], "images": [{"id": 20151531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e89cccc-72b7-4216-931e-9bb8b67754fe/width=450/20151531.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UoP6s?of?^xuNEWB-:t6XTayRPayxbofx[WV", "type": "image"}, {"id": 20151532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0f19f5a-cf72-4018-81c1-f3b8ce1264d3/width=450/20151532.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UnP6s?of?^xuNEWB-;t6XTayRPayxbofx[WV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/650566", "modelId": 583148} \ No newline at end of file diff --git a/datasets/metadata/650771.json b/datasets/metadata/650771.json new file mode 100644 index 0000000000000000000000000000000000000000..a97c5c8c81df1b3e318e112cced652cbac9798f6 --- /dev/null +++ b/datasets/metadata/650771.json @@ -0,0 +1 @@ +{"id": 650771, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-17T01:15:09.113Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 565842, "sizeKB": 10317.9833984375, "name": "Nanami_Kuon_YaBoy.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T01:16:09.089Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C0C1C1B2", "AutoV2": "12C4D1FD19", "SHA256": "12C4D1FD19C0CEE4E5A4D239A67DE1D88A9F3CB93EBC9A5769EC0BE919847684", "CRC32": "124B4B31", "BLAKE3": "CF4FB7715669DD08DA03C889E99857690A41196BF1099E6071CFA7455A15F199"}, "downloadUrl": "https://civitai.com/api/download/models/650771?type=Training%20Data"}, {"id": 565843, "sizeKB": 22238.30078125, "name": "Nanami_Kuon_YaBoy-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T01:15:40.238Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "29E6FF1A", "AutoV2": "DB49466C55", "SHA256": "DB49466C5535A47C461A16F6892C24D6C49B4FF12DA31C29CAD9AF8EAF07B17B", "CRC32": "DBB7ACC5", "BLAKE3": "CCD1E27A49454AE0AFBA41D5CDF7DB89F96D38D8609A9B0B138808522A4739A8", "AutoV3": "83760E591F86"}, "downloadUrl": "https://civitai.com/api/download/models/650771", "primary": true}], "images": [{"id": 20164740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/764ce8ca-ae48-4e90-b50b-1f62e46ed02a/width=450/20164740.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UVOD94xu_M%M9Yoy?vkC%Lj[i{RjksRj-ToL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/650771", "modelId": 583325} \ No newline at end of file diff --git a/datasets/metadata/650773.json b/datasets/metadata/650773.json new file mode 100644 index 0000000000000000000000000000000000000000..1fd91b03280ad0248b3e87e305e7c0b08e30ccb4 --- /dev/null +++ b/datasets/metadata/650773.json @@ -0,0 +1 @@ +{"id": 650773, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-17T01:13:02.791Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["jackie_tristan", "white_suit", "black_jacket"], "stats": {"downloadCount": 23, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 565847, "sizeKB": 12904.6337890625, "name": "650509_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T01:15:37.965Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BAB0CE0A", "AutoV2": "B696DBBF0B", "SHA256": "B696DBBF0BF662B2D3C8537D25E999834209D356F607EEE8F83834E2F4A605D6", "CRC32": "28446951", "BLAKE3": "5AC7E36DE8F943CEB1B1C7A41C9B4309A6380F8FC0CC9E7AF22F9EFA903916E6"}, "downloadUrl": "https://civitai.com/api/download/models/650773?type=Training%20Data"}, {"id": 565848, "sizeKB": 223102.44140625, "name": "Jackie_Tristan_Bleach.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T01:15:43.596Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "047044E1", "AutoV2": "4DB9BFF6F9", "SHA256": "4DB9BFF6F912B18622078EE34FFEC03B5111019C7599EA496B9A5C4FCECBCF82", "CRC32": "F249FACF", "BLAKE3": "5B858EA1579B055E7A7C8744AD13B6094948B5C1D9FE600D22E51B74C438C30A", "AutoV3": "8CFCD449D469"}, "downloadUrl": "https://civitai.com/api/download/models/650773", "primary": true}], "images": [{"id": 20164388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddb488c1-cfd1-458d-96c8-7b1e083af646/width=450/20164388.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULIqfe-:~Aj[~pbv^*n$5TIpE2kDtTj[MxR-", "type": "image"}, {"id": 20164391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf74104c-3828-4927-88b0-756754c0b40f/width=450/20164391.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URI4eQW=^j?G~pWBM{%1%gI=s.NHOYs:s.NG", "type": "image"}, {"id": 20164386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/783c7f30-e96b-4504-9636-aa7ecdfc004f/width=450/20164386.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URJ*h,Io?ws:.9ofx^ax.8%MNFNG?bR*V@M{", "type": "image"}, {"id": 20164383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6a43fae-0ceb-40c0-bbbe-44aaebc1a2f0/width=450/20164383.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UyJacjt7oz%L~qkCRkt7x]t7VsW;R*kWM{s.", "type": "image"}, {"id": 20164387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/851b564c-ee44-43f2-8e11-b754429e5d1e/width=450/20164387.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUKA.@X7~p-;XnE1%MR*W;t79ZM|xuoeM{%L", "type": "image"}, {"id": 20164389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b23f9297-f28b-42ef-b440-127683ae0af4/width=450/20164389.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOI#T0?b~paK~q-pxvM{%hWooKWVxuIo?Ht7", "type": "image"}, {"id": 20164384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a46dab54-aeaf-4b93-b2f9-a58889ae72ac/width=450/20164384.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URI4t,ROIoNI_38_-:tR~qRPR*ozS$RjM{WC", "type": "image"}, {"id": 20164393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b78841e9-d888-4b9a-80b1-3cfc26b9dc3d/width=450/20164393.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UVKToS9a~B^*.8WA%2SOEkt69aNH%MR+V@ax", "type": "image"}, {"id": 20164382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fb6b83c-afb2-4121-8386-4e7f8ad4b598/width=450/20164382.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UfJ7gx?H~qxa-;x]-;n%XSWVWBRjx^fk%2M{", "type": "image"}, {"id": 20164385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da071eca-05eb-4d14-9f2d-d0ef4e2bf3d9/width=450/20164385.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFHnZ{~p.7IA01IBt7NG0f%MIAxu4nD*EM?G", "type": "image"}, {"id": 20164390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b3c1b4a-5c6d-49c3-9296-966032f9be97/width=450/20164390.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQI;ba-T~At8?bju^*%Lb_xZE1R*AIt6IVM|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/650773", "modelId": 583327} \ No newline at end of file diff --git a/datasets/metadata/650832.json b/datasets/metadata/650832.json new file mode 100644 index 0000000000000000000000000000000000000000..4b0d479fc58aaa3d5ee7b6c23374f6defe572b31 --- /dev/null +++ b/datasets/metadata/650832.json @@ -0,0 +1 @@ +{"id": 650832, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-17T03:03:50.233Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 565902, "sizeKB": 110373.697265625, "name": "650832_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T01:52:34.516Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2E3CAFC2", "AutoV2": "8A69245562", "SHA256": "8A69245562FF61E1BFAE13CA0EDE2F1CDCF4C76A60E61C9030698F61C53ACC39", "CRC32": "5ADA2E29", "BLAKE3": "57C4BEA542E5F084D59337FAADE9899DCF20AD7D400C3A9FC93766BFF3AE7194"}, "downloadUrl": "https://civitai.com/api/download/models/650832?type=Training%20Data"}, {"id": 566033, "sizeKB": 223107.01953125, "name": "punchy_animal_crossingXL-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T03:07:28.124Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "44063588", "AutoV2": "EBF6AB8AC8", "SHA256": "EBF6AB8AC81CD84EFD60248EAD933BCC9A1B331EE904D6B8062144C550C7CDC3", "CRC32": "FB5D9329", "BLAKE3": "974A0721440D9AF5A28B2061C496D1DA80B64390BF35892BA6C467EC8AE2829A", "AutoV3": "F83522139C7A"}, "downloadUrl": "https://civitai.com/api/download/models/650832", "primary": true}], "images": [{"id": 20177111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00bbe276-ddd5-4547-b097-96398fe00aa3/width=450/20177111.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UOF=?ntR?bt7~qayR%ay?Ha{baj[IUayWVj[", "type": "image"}, {"id": 20177109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c16c6eb7-c10b-4a5c-aa81-deb0694af529/width=450/20177109.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UfI#ZMt7_3oL~qRjRkWBxuxubHofM{WBWBWB", "type": "image"}, {"id": 20177110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9cc41f9-cc93-4974-88a6-5496bd0ce35d/width=450/20177110.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UQF$U~t7_3t7~qfQM{of%MRjNGWBRjofofof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/650832", "modelId": 583377} \ No newline at end of file diff --git a/datasets/metadata/650877.json b/datasets/metadata/650877.json new file mode 100644 index 0000000000000000000000000000000000000000..bd2c06c9b4d548b8faf41ce16bc12a3ac25a98fa --- /dev/null +++ b/datasets/metadata/650877.json @@ -0,0 +1 @@ +{"id": 650877, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-17T02:03:08.367Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 565938, "sizeKB": 22237.48828125, "name": "Eiko_Tsukimi_YaBoy-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T02:05:45.021Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8BAE6CDA", "AutoV2": "761A928D2C", "SHA256": "761A928D2C263C5921E66BF488AD8BD24DAB5C24A4DDF5F7518F525F1465C100", "CRC32": "894BA439", "BLAKE3": "78428494ABF522489E2922C5830B78F5D8C11A3D41BD2DEED6246130470E7A91", "AutoV3": "37CD6FFE0A4B"}, "downloadUrl": "https://civitai.com/api/download/models/650877", "primary": true}, {"id": 565937, "sizeKB": 10858.068359375, "name": "Eiko_Tsukimi_YaBoy.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T02:05:48.388Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E456D55A", "AutoV2": "4766D93919", "SHA256": "4766D939195C013FC99480DBDF59473D8E7079603FA850471CD420E492AC9FDB", "CRC32": "41876ABA", "BLAKE3": "4EC3F5A17450B17D2B9DC5A655102C9F14DD98C01397ED3E096EFA13CCE9D5EB"}, "downloadUrl": "https://civitai.com/api/download/models/650877?type=Training%20Data"}], "images": [{"id": 20170576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a39350d7-91d2-4d5e-b421-e2415d2ea9ff/width=450/20170576.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UVRM9.x]*0xvv_ay%hj[.RjZMzj?yDayagj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/650877", "modelId": 583410} \ No newline at end of file diff --git a/datasets/metadata/650942.json b/datasets/metadata/650942.json new file mode 100644 index 0000000000000000000000000000000000000000..55ec92819a4a06acb54ba42c463072820611090a --- /dev/null +++ b/datasets/metadata/650942.json @@ -0,0 +1 @@ +{"id": 650942, "index": 0, "name": "alden V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-19T08:40:42.139Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 566025, "sizeKB": 13390.734375, "name": "650942_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T03:00:46.708Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BDB091BA", "AutoV2": "FC8404BC68", "SHA256": "FC8404BC68B9A22B05E324DCA5635E8D999D0531DCE5FC5F60CDDDAF83D0FDB4", "CRC32": "D0B3D133", "BLAKE3": "08A9A238D65CF110D30C2F36866D2F63A83D1833AF8AD596E926DBA22DD88541"}, "downloadUrl": "https://civitai.com/api/download/models/650942?type=Training%20Data"}, {"id": 571534, "sizeKB": 223099.62890625, "name": "alden-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T08:00:52.582Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "92C15B64", "AutoV2": "7471ED3A99", "SHA256": "7471ED3A99F9EED8666168F60CE0F53FB057F799D6506670975B251DA66416AE", "CRC32": "F59405A6", "BLAKE3": "1D70A2D2FB99E8AB1CB4E5EF9CE57F991EBA1C4E66EE1F57EA2FB96928559EF5", "AutoV3": "8A4F7D71156C"}, "downloadUrl": "https://civitai.com/api/download/models/650942", "primary": true}], "images": [{"id": 20486265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c653d4d6-d891-4f13-9f82-4ebd8e5928b6/width=450/20486265.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3Csp+og00~qM{xu00IU00M{^+9FIT%MM_Rj", "type": "image"}, {"id": 20486264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b9b45c8-ac8e-49dc-9346-5987470c6096/width=450/20486264.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIGb|{n$00M{_N9F4nof%hD%s:xt?cRjxuoL", "type": "image"}, {"id": 20486262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f77977f-bee7-4848-a635-b1b634dcdc14/width=450/20486262.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4DS|3IA0Mx^00?c00000JWA~WWB4Txu%MIU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/650942", "modelId": 583461} \ No newline at end of file diff --git a/datasets/metadata/651063.json b/datasets/metadata/651063.json new file mode 100644 index 0000000000000000000000000000000000000000..ee2c8874264d0942810dab28bf592c0d3764f895 --- /dev/null +++ b/datasets/metadata/651063.json @@ -0,0 +1 @@ +{"id": 651063, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-17T05:26:14.546Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["Made of Leaves", "Covered in Leaves and vines", "Made of Wood"], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 566138, "sizeKB": 14581.513671875, "name": "651063_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T04:26:53.440Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "28960BDA", "AutoV2": "1903C68A35", "SHA256": "1903C68A35E755753E0EB9D678421C75DDC4E4403323BBA5A733EF4E6A0A9806", "CRC32": "41BBE9A0", "BLAKE3": "E2267329EEE6B97EBC4B38532A9E9AEA4176A98DF881DFFB94FED4E2DE0FD0F0"}, "downloadUrl": "https://civitai.com/api/download/models/651063?type=Training%20Data"}, {"id": 566192, "sizeKB": 223103.58203125, "name": "Leafy_World.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T05:15:53.998Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "761389AE", "AutoV2": "C2F092C80C", "SHA256": "C2F092C80C0C2B15955A162400363F6DD701DAD0AD0C42C158FBFE2727A749A7", "CRC32": "5C09A9BC", "BLAKE3": "85046A89971D132681E00828568D545B898D714E3D1FC9797653AA33E40AA19A", "AutoV3": "439767461123"}, "downloadUrl": "https://civitai.com/api/download/models/651063", "primary": true}], "images": [{"id": 20192426, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62894267-c932-41d8-a6b2-4f26798bed06/width=450/20192426.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UEI#bz~TcC01029v4;t604s.MzS$NGIV$*?Z", "type": "image"}, {"id": 20192682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75167872-75dc-4f06-84f7-f5a7112a85ea/width=450/20192682.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6DwB4^,000J9c.8?H00$V%L4T4o00sl~pIW", "type": "image"}, {"id": 20192434, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a03a3c88-e6d9-4e9b-9f5c-c62eb7ca37e0/width=450/20192434.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UCEL_u8#M*~T2,4srwcAq_^jI:gG58%L%0rZ", "type": "image"}, {"id": 20192280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a5fb505-b07a-4e2c-b054-6656f1cf174c/width=450/20192280.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8D^YVDm02xtpA--4YM|$ckU05Rk_It5IYIX", "type": "image"}, {"id": 20192508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfd14a20-9689-4e42-9ab3-a655722f11e3/width=450/20192508.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCFF?5?v4U01Tz_2=_IA_4E14n?Y9bR%waIV", "type": "image"}, {"id": 20192445, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae04cd4f-b91d-4345-a481-fc32fb2bf44b/width=450/20192445.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U6CQbmDQ0K9xK%01~U~WQ{-ik7?uIv%Y9G?t", "type": "image"}, {"id": 20192551, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fe1a1d9-da88-41c1-8f13-299fc5e1c6ad/width=450/20192551.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UCE{k0=;DP~WF|9a$g^+.6kV0LIpEMtP%1V]", "type": "image"}, {"id": 20192572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b79d1ff3-2f54-4490-b302-407196f6e12c/width=450/20192572.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UC9*F-RkH]9c}?M~SdRlDlM~It%JDl-mI[ob", "type": "image"}, {"id": 20192597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fd6ef3c-4b08-4e5e-a8c8-1290f1c759aa/width=450/20192597.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8Bgq.XfM5RlJJt%y7WCL:tj%WRCp*M|}_Mz", "type": "image"}, {"id": 20192628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f7d0eac-5da6-48c7-8050-4ab57b306906/width=450/20192628.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UAAAp$9H~Vxb01%J9GD*IVnlIV-:_2M}~Vx[", "type": "image"}, {"id": 20192642, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1711e96-7946-4db5-9daf-535b73092bcf/width=450/20192642.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "ULDxH;0KOS%f~XIn8{#smoi|IU%MxaR%tkyC", "type": "image"}, {"id": 20192696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2873e3e-b1ea-4d0d-9e8f-ef387b80a26a/width=450/20192696.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBB|Zh%eELxs01obtQWUELX5xGWA_Kxtocxt", "type": "image"}, {"id": 20192766, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da767feb-372a-4bb4-9011-c849259f580a/width=450/20192766.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UFEMW@%L9a~n??%L%It7XlIXa1M~EOM|M|R.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/651063", "modelId": 583571} \ No newline at end of file diff --git a/datasets/metadata/65113.json b/datasets/metadata/65113.json new file mode 100644 index 0000000000000000000000000000000000000000..2a744a6ab3d82843ae3f37b9d7248ad38b4dadbc --- /dev/null +++ b/datasets/metadata/65113.json @@ -0,0 +1 @@ +{"id": 65113, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-07T20:07:35.415Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 1254, "ratingCount": 272, "rating": 5, "thumbsUpCount": 296, "thumbsDownCount": 0}, "files": [{"id": 45695, "sizeKB": 34336.0625, "name": "Ikaros_Trainning_Data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-07T20:10:53.795Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D23B6A7E", "AutoV2": "A2116F8C61", "SHA256": "A2116F8C6168659E269DF54F7FA124EC1D6E24C1CDDD81F0798FBF4652D801A8", "CRC32": "D65A0B8D", "BLAKE3": "EB4F7D4BABCE5FC1DD1734A4301402A4D9C2F9EFAF7B877F31F1142C56F8815D"}, "downloadUrl": "https://civitai.com/api/download/models/65113?type=Training%20Data"}, {"id": 45865, "sizeKB": 27490.8134765625, "name": "Ikaros_Trainning_Data-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-08T04:55:49.929Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C283E2D0", "AutoV2": "639B4FF70D", "SHA256": "639B4FF70D5201387F6E90886B6239FE2B6D50DA60D4AB7BE8F3C784D354B8E9", "CRC32": "E629926E", "BLAKE3": "FB70D0F503DA107E27C0ED457408BB2AE09847EEB3AF024F8488E3A96EFC7AAB", "AutoV3": "87556B226BAB"}, "downloadUrl": "https://civitai.com/api/download/models/65113", "primary": true}], "images": [{"id": 2804035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e77c6bf1-e68f-492b-bc24-ae8c566a394f/width=450/2804035.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U7MGYg?a4S?v00IA5PIU00Si00Vs%yo}rWWU", "type": "image"}, {"id": 720573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/234eb6b7-e39d-483e-a148-053db051d93c/width=450/720573.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBK0:FtSYjEK}tD*%}5600MyE00K%25700r?", "type": "image"}, {"id": 720598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50751516-e85c-4f9a-8d7a-58789a9c00ea/width=450/720598.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UPL3l$$*MxSOr@E1~qJ6wIE1t6S~56f+kWIo", "type": "image"}, {"id": 720654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/660dd5a7-3082-4ec6-a96b-1e16c0229219/width=450/720654.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UIKc|q~Wo}H?Mx?HS}%200-nEMOF009tnPt6", "type": "image"}, {"id": 720695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59f8bdad-98e8-4995-8313-a48f6abd209d/width=450/720695.jpeg", "nsfwLevel": 2, "width": 2483, "height": 1146, "hash": "U671NG1J-9-=$+gi-A9u$MK5-A9[}s0|$gtR", "type": "image"}, {"id": 720700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aaffdace-9047-4972-a88f-726b6ffd4306/width=450/720700.jpeg", "nsfwLevel": 2, "width": 1251, "height": 1431, "hash": "U67-KO%M00Io}@ae0KIo^joL9tNGRjs:ozRk", "type": "image"}, {"id": 720728, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a4ac240-114a-4a55-af6d-8daa49096efe/width=450/720728.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U8LgbH000J%}0iDhlox[=.=Xpw0K0000A8?a", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/65113", "modelId": 60634} \ No newline at end of file diff --git a/datasets/metadata/651299.json b/datasets/metadata/651299.json new file mode 100644 index 0000000000000000000000000000000000000000..817d0c53b52afcaae5429a7693b830a0c4d6a192 --- /dev/null +++ b/datasets/metadata/651299.json @@ -0,0 +1 @@ +{"id": 651299, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-17T08:00:50.223Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 566347, "sizeKB": 68843.9091796875, "name": "651299_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T06:55:51.141Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "071A5895", "AutoV2": "A7551E23B7", "SHA256": "A7551E23B79F76E9DA6FBFDD53A26E8C37DAB13C38BAC611875A5D8FDBDADB59", "CRC32": "0DB251AC", "BLAKE3": "0F9AF4BD953CBC3325AECFD9AEEDD5881EE391A2F23A93031D99A027CD906648"}, "downloadUrl": "https://civitai.com/api/download/models/651299?type=Training%20Data"}, {"id": 566441, "sizeKB": 223102.96484375, "name": "Muscular_Blonder_2nd_iteration.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T08:00:48.438Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3490B9F4", "AutoV2": "48F6B1F08D", "SHA256": "48F6B1F08D071A7834E586EF500A69D1EAB183E567261152F9F211FF1C51EBDD", "CRC32": "99114609", "BLAKE3": "B830DAC7D19910818F2E26474A4181EF1A5BD380E8F020A798648BF1C02BDF46", "AutoV3": "5C7F0B188D96"}, "downloadUrl": "https://civitai.com/api/download/models/651299", "primary": true}], "images": [{"id": 20208640, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21b73702-bb1f-4835-8819-abc070183fd8/width=450/20208640.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U6EeJcEL04%1UHw],sozAvs,-TI=NbNH-UxG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/651299", "modelId": 583780} \ No newline at end of file diff --git a/datasets/metadata/651369.json b/datasets/metadata/651369.json new file mode 100644 index 0000000000000000000000000000000000000000..d4d503873400b15beee3da09d289553c56af9a70 --- /dev/null +++ b/datasets/metadata/651369.json @@ -0,0 +1 @@ +{"id": 651369, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-17T13:27:45.503Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 566883, "sizeKB": 223098.91015625, "name": "KB_Lomo-000012.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T13:32:10.771Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A461BF70", "AutoV2": "193CBB8179", "SHA256": "193CBB81791DC4F83991FA8EEEBEA16B46180E26083810AF24D7CF16FE6AE024", "CRC32": "6045EFDB", "BLAKE3": "051DB1B765FD0FDFA008130A721DA001734AC25A657AF786A0D6731AEA6E0D8B", "AutoV3": "630849FFDD59"}, "downloadUrl": "https://civitai.com/api/download/models/651369", "primary": true}, {"id": 566440, "sizeKB": 64443.22265625, "name": "651369_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T08:01:09.025Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B38FA136", "AutoV2": "9ADD551E1D", "SHA256": "9ADD551E1D47CAE90F2AD5F8C0806BAA79D95D9A35676F21BAE98B9C14B5CC78", "CRC32": "9C2EF3B4", "BLAKE3": "29AB23FA5C6D8F6B676BF17A96AAD79405A00FBAB249646925B05A5B860BEBEE"}, "downloadUrl": "https://civitai.com/api/download/models/651369?type=Training%20Data"}], "images": [{"id": 20236561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f2cae60-9afa-4ace-976d-b6ed0a3e35a0/width=450/20236561.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCB:~jR,Q,of?^bGaKj[xaf5o~j[V@Rio#ay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/651369", "modelId": 583834} \ No newline at end of file diff --git a/datasets/metadata/651431.json b/datasets/metadata/651431.json new file mode 100644 index 0000000000000000000000000000000000000000..3dad7b2b49d5bd7445fee59ba7f8ff2d20c27752 --- /dev/null +++ b/datasets/metadata/651431.json @@ -0,0 +1 @@ +{"id": 651431, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-17T09:59:45.538Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 566473, "sizeKB": 16792.6044921875, "name": "651431_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T08:26:19.662Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3D27C2C2", "AutoV2": "E3014A3311", "SHA256": "E3014A3311958FC5DAEC7DC2D14C808BD0258EE2E97C84E20B78B82FA6ED90DA", "CRC32": "B94D605F", "BLAKE3": "C747E6526850AEA8BFD7D81B5158DBB5A6341829A08C8B0388EA268FBE893956"}, "downloadUrl": "https://civitai.com/api/download/models/651431?type=Training%20Data"}, {"id": 566577, "sizeKB": 223103.66015625, "name": "Muscular_Jaqhrista.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T10:01:37.577Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "80C80FB8", "AutoV2": "C67BE58A0F", "SHA256": "C67BE58A0F6B09392FD5DD9FAC0D35B2DB5DDF07D20E5ECD43620ED28E84D2E9", "CRC32": "63C9C579", "BLAKE3": "6BD2AAEDA1C4B9A51F328E2837EED5AFD3F87214F5A4887392B106551E2DB3A9", "AutoV3": "72F7E41BF40D"}, "downloadUrl": "https://civitai.com/api/download/models/651431", "primary": true}], "images": [{"id": 20217875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/117ac613-f261-4ad5-9295-dcffd0e0a978/width=450/20217875.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UBE_z4%13ETJ~qs8%2kW0KnOITI;0LI;r;r=", "type": "image"}, {"id": 20217872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf0f0c4b-0716-407c-bad1-1b49cfbe0343/width=450/20217872.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCFqtBtl16-B~qx]?Gf+11bb-Us:0MWAWAni", "type": "image"}, {"id": 20217738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41a0f9a4-3ccb-4b3b-938e-18ec8f00bd1e/width=450/20217738.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U6Dc5T_40.?vK~.9aOozrYM{^jV?00IUM_V@", "type": "image"}, {"id": 20217874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13576447-c7d2-4c41-867a-a8d17083e256/width=450/20217874.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UHELTu$z14EN~VofkCxZJVbI-9xa9vayoIS4", "type": "image"}, {"id": 20217876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2370fd6-ef9b-47ca-9adf-b3e99258209c/width=450/20217876.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UAFNe$nh0ktR}aM|=y%2ICX9$%so9GS~xYWA", "type": "image"}, {"id": 20217877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3064f055-0ff6-4be9-bf13-9f2bcd08c296/width=450/20217877.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UBEn*F%M15E1~pbv-Ur=AajY,?WC0$WB-ToL", "type": "image"}, {"id": 20217878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b942f3a-a23a-47aa-8c9b-91e17a3567ba/width=450/20217878.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UBE1?TAH1O}@ENR*-noM0zxZ=wRjrXbH9vwc", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/651431", "modelId": 583879} \ No newline at end of file diff --git a/datasets/metadata/651544.json b/datasets/metadata/651544.json new file mode 100644 index 0000000000000000000000000000000000000000..5097ffebd6fad3fac75f1359e6e07f6190af50cf --- /dev/null +++ b/datasets/metadata/651544.json @@ -0,0 +1 @@ +{"id": 651544, "index": 0, "name": "V3", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-17T13:45:08.416Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 25, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 566694, "sizeKB": 2108.4619140625, "name": "651544_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T11:36:25.786Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "17979E6F", "AutoV2": "4C9DEDFD2F", "SHA256": "4C9DEDFD2F66E95A73FCB601939E5D202AC58AED37A0BB0511392E85E0027FBC", "CRC32": "6FC6620E", "BLAKE3": "3B709D94475AC2588F1A69A9BE5E178A1528A8DDEEFBBDB6D839A2D6FBDC0EC8"}, "downloadUrl": "https://civitai.com/api/download/models/651544?type=Training%20Data"}, {"id": 566896, "sizeKB": 223103.92578125, "name": "Lauren_Flowers_V3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T13:35:51.495Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "120D070C", "AutoV2": "5C91E247B2", "SHA256": "5C91E247B2A9BF489212FE1FEC296E5E1B2D693F6B0E362C1DAF5349815831D7", "CRC32": "E39EFAB1", "BLAKE3": "50918D59BD29CF6BF8F060FCE2261F6E1E6A52A39F548487A6A9CF8EDAF41C53", "AutoV3": "938F8F71A7E5"}, "downloadUrl": "https://civitai.com/api/download/models/651544", "primary": true}], "images": [{"id": 20238090, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4284fcff-8161-49df-8dd1-fcfe469f8b21/width=450/20238090.jpeg", "nsfwLevel": 2, "width": 512, "height": 780, "hash": "UAF~8Rys00a0ro%KAI-U0N9a-P-o,-9FsptS", "type": "image"}, {"id": 20238095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6be78f56-93b4-47c1-ba7e-3bc9775360f0/width=450/20238095.jpeg", "nsfwLevel": 4, "width": 512, "height": 771, "hash": "UCHw}w?^3C?b0K-p_4S$Xp%L4.9aH=01rXM_", "type": "image"}, {"id": 20238092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0cd68d88-d392-437e-ba81-a0d5177957f8/width=450/20238092.jpeg", "nsfwLevel": 4, "width": 680, "height": 1024, "hash": "UCE.kZ0g01}[00oH%gWBL2MxwHM{-oXAxvoM", "type": "image"}, {"id": 20238093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8af5e182-1610-4b5b-8f0f-912e8f1772cd/width=450/20238093.jpeg", "nsfwLevel": 4, "width": 512, "height": 780, "hash": "U9HKw%.T17}]00yEbXadB?jCi]EL~o.9%M9F", "type": "image"}, {"id": 20238094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/792048f3-45dc-46ca-8717-1d3633e2ab94/width=450/20238094.jpeg", "nsfwLevel": 2, "width": 512, "height": 771, "hash": "U7F=5UMJ02H?0#H?~WD%pJIV$*xa00xY^Oxt", "type": "image"}, {"id": 20238091, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/790448f2-51ba-4381-a5a9-86e5ffcb2bef/width=450/20238091.jpeg", "nsfwLevel": 2, "width": 512, "height": 771, "hash": "UHFrFo?wX.?H0~5R-o-So}=|V[9u00R4IAM_", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/651544", "modelId": 583980} \ No newline at end of file diff --git a/datasets/metadata/651727.json b/datasets/metadata/651727.json new file mode 100644 index 0000000000000000000000000000000000000000..14b30ce60f913b53fb3c628dc3c090fffee480f6 --- /dev/null +++ b/datasets/metadata/651727.json @@ -0,0 +1 @@ +{"id": 651727, "index": 0, "name": "2DN - Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-17T13:33:35.637Z", "availability": "Public", "nsfwLevel": 28, "description": "a1111/forge friendly :)
", "trainedWords": [], "stats": {"downloadCount": 103, "ratingCount": 0, "rating": 0, "thumbsUpCount": 30, "thumbsDownCount": 0}, "files": [{"id": 566772, "sizeKB": 116178.6015625, "name": "651727_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T12:27:10.785Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3E5469DE", "AutoV2": "52E330AEE1", "SHA256": "52E330AEE161E54AC6DA0E3795A6A39521159D8600EDCB2242B05D3EC72B91E0", "CRC32": "7073E71C", "BLAKE3": "75F0621ABE02F91F444B60AA6A15DD1AC671D17FA255F403592334AACFB6BE9A"}, "downloadUrl": "https://civitai.com/api/download/models/651727?type=Training%20Data"}, {"id": 566893, "sizeKB": 223111.65234375, "name": "nude_under_pantyhose.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T13:31:59.783Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CACAF45E", "AutoV2": "5E8514F97D", "SHA256": "5E8514F97DD9AAA139C61684315D082FDBA111232A9217364D386411FED37884", "CRC32": "0C3B402C", "BLAKE3": "4652D2F35CD4CF2EE99B69338AF9CD8137F8E57E05902E3B78B19171E880BD59", "AutoV3": "9BE0795F8DC1"}, "downloadUrl": "https://civitai.com/api/download/models/651727", "primary": true}], "images": [{"id": 20236854, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a290fe4e-e686-44e6-841c-9b6424884d49/width=450/20236854.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UYIqJutRtlxv~BWXNHWCoJ%M-;t7IVM{ozae", "type": "image"}, {"id": 20236960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7935ee7e-2dbf-4b0a-9edf-935cb0b3e85f/width=450/20236960.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UMIXX2I9JU%M~VRONxtR4.xZRkI=D%of%2S4", "type": "image"}, {"id": 20236959, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc86367b-bbbf-4c62-b9a3-e16cac01e57e/width=450/20236959.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UcI}Fks-XT%g~UoLNH%M-:M{tRofD%RjWDRQ", "type": "image"}, {"id": 20236961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82083cae-1b48-4e8d-89e5-e1059bfbf963/width=450/20236961.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UOHK@I_39]%N~B%M%hxu-;oz%M-p4.NG%Mae", "type": "image"}, {"id": 20236963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c680fa22-356f-45fb-8b5f-9c919b228ec2/width=450/20236963.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9E{CM00u3Di_4VWELv}tkDi_3xDE1oJxvoJ", "type": "image"}, {"id": 20236954, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71db934f-c52e-435d-8546-7e6a1c555be7/width=450/20236954.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAFO[o00F1o|?wq@56t7PB4n_3S60L?FtSM{", "type": "image"}, {"id": 20236949, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f41c6eaf-91b5-4a37-a389-ae25330a2a93/width=450/20236949.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJGR-s_4tlNa%3yD9aozt8S5?bxuIUNbxbxt", "type": "image"}, {"id": 20236953, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06afc1f4-9828-4f82-982c-fd8697e741f6/width=450/20236953.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8GRxVu6%G8_M+9}00H?_M_3?GM{9Y9ar=s:", "type": "image"}, {"id": 20236955, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c0abb3a-e1e0-4a0b-b9a3-0b4cea1f55b2/width=450/20236955.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDFYM-4TFxVs_44TOXi_JVw[-;s,D%xZ-pM{", "type": "image"}, {"id": 20236956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4bb71e3-3213-402a-820f-3fc8a19777a8/width=450/20236956.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCF$Fk004-yYys$v4mpdu4D$?HXU56$w%MR.", "type": "image"}, {"id": 20236958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/609cf6cd-b9a8-4162-9b92-9e2aec5e4f9f/width=450/20236958.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKF=gp~qI@Xmxv%gNeOES~kW%Mo#9GbIt8of", "type": "image"}, {"id": 20236957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f68c3a2-5c48-43bb-baee-a0c1320a37a2/width=450/20236957.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCGIM~~WxV?a-?_38_n$I:4:-Ui_tR?bsoxt", "type": "image"}, {"id": 20236962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c02bcae-f7a2-4562-a44d-6235d70a895a/width=450/20236962.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJKA.+a#_M%L=|ofIoR*IUoL%MR,xuofoLRk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/651727", "modelId": 584094} \ No newline at end of file diff --git a/datasets/metadata/651890.json b/datasets/metadata/651890.json new file mode 100644 index 0000000000000000000000000000000000000000..46cf5bfad7634c1a5f91df14b169bc0097caca36 --- /dev/null +++ b/datasets/metadata/651890.json @@ -0,0 +1 @@ +{"id": 651890, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-17T14:26:05.766Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 41, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 566980, "sizeKB": 223101.26171875, "name": "Condom_on_Penis.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T14:26:27.073Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BB0DC339", "AutoV2": "4956DE8617", "SHA256": "4956DE86177A07BBAF5845FFF1E4CC4F1D566B9E05FE53BAA9CFAF9CD345CFFF", "CRC32": "D0C92182", "BLAKE3": "43CA56007FBE1961A067DBAD433AA5FDA2DD0783CE2579D73B884FF3DBF3E229", "AutoV3": "DA9ECE3924A9"}, "downloadUrl": "https://civitai.com/api/download/models/651890", "primary": true}, {"id": 566930, "sizeKB": 272.7099609375, "name": "651890_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T13:56:17.260Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "8211400092", "SHA256": "821140009269EE3848705E2148F134BF82D59B9E0EA0B9C9D02EE2CA16E8645A", "CRC32": "B64AE6F7", "BLAKE3": "6D5853DB976682EA02657A9DE460A2D699B94681303798732559C0E6C4F8F169"}, "downloadUrl": "https://civitai.com/api/download/models/651890?type=Training%20Data"}], "images": [{"id": 20241808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0055819e-191c-4edc-86c6-cabdba737647/width=450/20241808.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UQHn7_$%5Rni}@xGI;afRjj[WWaybbbGWBWV", "type": "image"}, {"id": 20241810, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdc8d43f-8acd-4c7f-8fd8-bf5dfb3b3831/width=450/20241810.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJHBJGM{OrsC~pxFS1Rl?aR*R+ozI:xtWBR*", "type": "image"}, {"id": 20241809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e4fc817-79f0-43d3-bc9b-cf91f3f61c6e/width=450/20241809.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7HBrMU^00-;*JJ8E1I:00-;f,$*00s:$hxb", "type": "image"}, {"id": 20243430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cb09d1a-628c-415c-a3ba-92e9f0e5c209/width=450/20243430.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCD9xQs.?wxuxtt7M{WBnif6IoR*j=WUa#of", "type": "image"}, {"id": 20243454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67650752-ed5e-4626-951a-8247c2eedc55/width=450/20243454.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U29HCT~qO_4:VFju4-IoIURPof%MR5Rio}xu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/651890", "modelId": 584253} \ No newline at end of file diff --git a/datasets/metadata/651971.json b/datasets/metadata/651971.json new file mode 100644 index 0000000000000000000000000000000000000000..2742024e6dc5411e8932db4d10b545212a112323 --- /dev/null +++ b/datasets/metadata/651971.json @@ -0,0 +1 @@ +{"id": 651971, "index": 1, "name": "Luminous Enchantment", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-18T08:49:58.425Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 568169, "sizeKB": 321783.1904296875, "name": "651971_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T00:25:52.213Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "73D8B4FE", "AutoV2": "90CC846548", "SHA256": "90CC84654825E4DB961B061509AC5D28D22311802246E3F59DF6D00537737EA2", "CRC32": "54E0640E", "BLAKE3": "4B1E37FCA1EAA30D0D1686A70826BF46B1A2E368D941F4A1C5D9E479EDECA1A0"}, "downloadUrl": "https://civitai.com/api/download/models/651971?type=Training%20Data"}, {"id": 568928, "sizeKB": 223102.53515625, "name": "Bioluminescent_World.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T08:17:31.053Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6B03873B", "AutoV2": "15B0A7F697", "SHA256": "15B0A7F6978F35053226823CAB77CEBEC3065326E8827C53EC4C679AFA71AA78", "CRC32": "4A71F54B", "BLAKE3": "46F18207364E6C8904E280BF68608EE1EF08D0EED0D3F70605F0641E2F3083B5", "AutoV3": "BF55A211D6A2"}, "downloadUrl": "https://civitai.com/api/download/models/651971", "primary": true}], "images": [{"id": 20346541, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c813981e-bffa-49f0-bf0b-1cf09a9b3a2d/width=450/20346541.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "U49@-M0}8w{d9@kBU_QS0p;y*x7#y@t7uOt-", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/651971", "modelId": 584325} \ No newline at end of file diff --git a/datasets/metadata/651992.json b/datasets/metadata/651992.json new file mode 100644 index 0000000000000000000000000000000000000000..b9ac58327a9337253a21faae80e2194956a7a55d --- /dev/null +++ b/datasets/metadata/651992.json @@ -0,0 +1 @@ +{"id": 651992, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-17T20:44:28.073Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["adventureparty"], "stats": {"downloadCount": 19, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 567024, "sizeKB": 83079.4599609375, "name": "651992_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T14:56:35.348Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E17FC20D", "AutoV2": "ECA16E1623", "SHA256": "ECA16E16231307247766BB3EB48F93A28CE251D4D7394CC218E0C3CA4C431D53", "CRC32": "F0F05B6A", "BLAKE3": "BB9E9E5B172A17D4E5EBFF71F76EBDB15E70C2FAACB434572F59A728E384252E"}, "downloadUrl": "https://civitai.com/api/download/models/651992?type=Training%20Data"}, {"id": 567681, "sizeKB": 223102.77734375, "name": "The_Adventurers_Party.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T20:40:43.716Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3F9B5BA1", "AutoV2": "3CF363B644", "SHA256": "3CF363B6444C93564BC41E66C8023A0F39505401F3EFAA57A83063D82CA17195", "CRC32": "0DD977A8", "BLAKE3": "282F7965425A6A8130A0CA5CEDEA27E9C86825ACBE581D6F86DF9F330FD4F85C", "AutoV3": "773950284874"}, "downloadUrl": "https://civitai.com/api/download/models/651992", "primary": true}], "images": [{"id": 20273467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54e6d719-e6e9-48af-95f1-208c2e58d52f/width=450/20273467.jpeg", "nsfwLevel": 1, "width": 1528, "height": 1528, "hash": "U4CYXSR-S}-UR5s.={R*00soNHR+~VR*0gs:", "type": "image"}, {"id": 20273492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3593d0a8-19a8-4a0a-b63e-8a713b5a7e64/width=450/20273492.jpeg", "nsfwLevel": 1, "width": 1528, "height": 1528, "hash": "U5FEy50f00^%~VR*E1-pEmWB-nRk0LWBxaxa", "type": "image"}, {"id": 20273498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d71c4f0d-cac5-4e1f-bbee-4a0dece1407b/width=450/20273498.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1224, "hash": "UJGutHIo8_x]0KR*aJxu?wWCRjWCM{WBM{bI", "type": "image"}, {"id": 20273501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/130c8700-ee1c-4059-a98e-1f41ec2707c6/width=450/20273501.jpeg", "nsfwLevel": 2, "width": 1528, "height": 1528, "hash": "U8FrtptS00Sbu6%gMdD*_N%MIAIU~ot7?Zoz", "type": "image"}, {"id": 20273515, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1990cf5-158b-4540-966c-295fce4e1ee4/width=450/20273515.jpeg", "nsfwLevel": 1, "width": 1528, "height": 1528, "hash": "U7B{fUjE9v~V-o9axF-p01IoxZIpn#-oIpE1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/651992", "modelId": 584352} \ No newline at end of file diff --git a/datasets/metadata/652165.json b/datasets/metadata/652165.json new file mode 100644 index 0000000000000000000000000000000000000000..bc22d605fe30186d5ef91574790216fac4269574 --- /dev/null +++ b/datasets/metadata/652165.json @@ -0,0 +1 @@ +{"id": 652165, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-17T23:18:19.625Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 568023, "sizeKB": 223101.71484375, "name": "Duomi.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T23:22:37.651Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "ECBE6EC8", "AutoV2": "6BC7C8E313", "SHA256": "6BC7C8E313160DBCB80583384D65C7EFBF57C01CA39C079ABD8CF6ABEF6CCD4C", "CRC32": "7C7E06CB", "BLAKE3": "0CAD53B5595E410B1E2CEBB252F967A38C45C87B3DCF10FF1C3CA01D41368CDF", "AutoV3": "CC6E4F62886D"}, "downloadUrl": "https://civitai.com/api/download/models/652165", "primary": true}, {"id": 567199, "sizeKB": 3653.998046875, "name": "652165_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T16:00:48.796Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8A0E213F", "AutoV2": "97F55144B0", "SHA256": "97F55144B06E61F530D26D461AA4962849CAFF2BB321F1E6ADE93F284F91E7C0", "CRC32": "975685D7", "BLAKE3": "B0E6DA063F2505DB583197DB147A585A917B52FF9327E01DA816CDE4EFD25B72"}, "downloadUrl": "https://civitai.com/api/download/models/652165?type=Training%20Data"}, {"id": 567197, "sizeKB": 3653.998046875, "name": "652165_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T16:01:24.557Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0EA80C24", "AutoV2": "67451BDC73", "SHA256": "67451BDC735E126FFD4A24AECAA37D71599527271D66C42684FA04D60FB0ACD6", "CRC32": "13303E85", "BLAKE3": "01C72D20E2BAF5735E5C3C1C9441F77EB3C95E6CF1B519811237EE40DB8388FD"}, "downloadUrl": "https://civitai.com/api/download/models/652165?type=Training%20Data"}, {"id": 567200, "sizeKB": 3653.998046875, "name": "652165_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T16:01:47.727Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7D5C2727", "AutoV2": "C15E75DD01", "SHA256": "C15E75DD016FCA24C51716CAE757C4F93151F63FF452F5580576235D9380C446", "CRC32": "95D9FA09", "BLAKE3": "2FB6D38E7D52297391B1BAD4DFCA2A4FCE01B8A512B5BFDF6F63E9149CB4A427"}, "downloadUrl": "https://civitai.com/api/download/models/652165?type=Training%20Data"}], "images": [{"id": 20286929, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c80f00d5-7795-40c4-bf4b-74f55d7d4bce/width=450/20286929.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UrMsJ|$y^%Ng~8s.acR*kXWCNfoJ$ya#nioe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/652165", "modelId": 584494} \ No newline at end of file diff --git a/datasets/metadata/652207.json b/datasets/metadata/652207.json new file mode 100644 index 0000000000000000000000000000000000000000..e42bcf71f27376e9f00a6f5c10455dc8897adf03 --- /dev/null +++ b/datasets/metadata/652207.json @@ -0,0 +1 @@ +{"id": 652207, "index": 0, "name": "pony-v1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-18T03:55:18.985Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 34, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 567217, "sizeKB": 180523.890625, "name": "652207_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T16:15:49.209Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D200B825", "AutoV2": "5C351ACF7E", "SHA256": "5C351ACF7EB84436ACAE72401A6AA69AED68E21F59200A27CD0C547713130D01", "CRC32": "2EFCE569", "BLAKE3": "629ADF27C3A22DBE6943976A1FB06784BF3D42972363DD7978F7522BCDACA181"}, "downloadUrl": "https://civitai.com/api/download/models/652207?type=Training%20Data"}, {"id": 567473, "sizeKB": 111767.51171875, "name": "Rottenweiler_Style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T18:45:52.650Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "58360183", "AutoV2": "DBA0F98A01", "SHA256": "DBA0F98A0172E0CB9C96D9FDB75E12A9C11787F052F7D6BE7B3810EC53BC6038", "CRC32": "171DA500", "BLAKE3": "BC75AEDFC9DA853556E77BEAA36661B31E811C092ED1219973AD46DDD41ADBC8", "AutoV3": "96A1E0236D3D"}, "downloadUrl": "https://civitai.com/api/download/models/652207", "primary": true}], "images": [{"id": 20318447, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36a17108-ff27-45df-baa9-870978a2ca48/width=450/20318447.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFPZJn%2?t%Ms7oJ_MxaNyofIVWB?uaya0ay", "type": "image"}, {"id": 20318448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdc8ced0-ae00-4961-892c-9aec9c2385a2/width=450/20318448.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "ULPs9V-;.T%MKRt7S~j]0zkC-Uf6ahof%Lj?", "type": "image"}, {"id": 20261973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/864faec8-1bb9-4d11-aca6-30bdb1bbc5e9/width=450/20261973.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UNQkW{Z%f,_Nidm,n3RPDPVsWAx]?^M{bIfl", "type": "image"}, {"id": 20261976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c4a452c-ab2b-4bd6-9e84-f7f989aa9a7e/width=450/20261976.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAP#WuD400I.00?H.Q5757NI.l0yIov#IpK4", "type": "image"}, {"id": 20318446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69f795f1-bb60-4e98-8bee-d3702a064a52/width=450/20318446.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UAMQq~Ob1nfB01E1?ao#1R9H~VM|02M|4;Si", "type": "image"}, {"id": 20318443, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22866f69-8c86-4592-9487-7d3451bcc788/width=450/20318443.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UGNTLJ~V9di_A1i^-p-.5U-o-or;Ng%KIp%K", "type": "image"}, {"id": 20318450, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67713016-ae5e-43ef-bddf-dd04c1ebdb48/width=450/20318450.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UWNJqI_2OWt6_M%3%Jt6E1j[?GWD^*RlRja$", "type": "image"}, {"id": 20318442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a5cea74-6c0b-4239-879c-03bc4881a568/width=450/20318442.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UHLNMl}m01s-u64.%2-p0Ks-0KtSIUV@9Fbc", "type": "image"}, {"id": 20318444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b654c635-6987-43a3-98d4-004b762aaab4/width=450/20318444.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UKJGNMMy;{^*~Ba1wfXSnmV@RQ%L58s:M}xZ", "type": "image"}, {"id": 20318445, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36d8eca1-51c7-4b83-899a-f6b083020c6d/width=450/20318445.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UGP}xt-;0$rrH]%gyroLtmoz.ms:o}t7E2kC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/652207", "modelId": 584531} \ No newline at end of file diff --git a/datasets/metadata/652338.json b/datasets/metadata/652338.json new file mode 100644 index 0000000000000000000000000000000000000000..6dbc18a70b5c0fdb3dce3e08eee7ae0e5641e44e --- /dev/null +++ b/datasets/metadata/652338.json @@ -0,0 +1 @@ +{"id": 652338, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-17T18:52:55.200Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Haorimb, black hair, brown eyes, leather armour "], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 567478, "sizeKB": 223100.39453125, "name": "Haori_rouge.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T18:50:50.504Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AC75AF58", "AutoV2": "A17A61E5DC", "SHA256": "A17A61E5DCB7233057AAA1E62CC6657A621325F31DF150F7BDDFAEDEBD06E541", "CRC32": "68FB98CC", "BLAKE3": "2952B76206A45852623E63E6E18AA9B5A1F3DB249DC744888D19600FDB8DC5D1", "AutoV3": "1FFB2DCF133F"}, "downloadUrl": "https://civitai.com/api/download/models/652338", "primary": true}, {"id": 567370, "sizeKB": 148710.59765625, "name": "652338_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T17:45:52.907Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E81C8FB3", "AutoV2": "79C52FFEE1", "SHA256": "79C52FFEE1ED5ECB12FC798883B04DEC20A39CCCE1E42626CEA2B50BEC5EDD52", "CRC32": "F41BB9C9", "BLAKE3": "7DB46353DA5E124784F867F5506B834C12EFFD6392A88DD6D7CE0385F20EF55F"}, "downloadUrl": "https://civitai.com/api/download/models/652338?type=Training%20Data"}], "images": [{"id": 20262370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9d8a743-e0b4-417d-91e7-72a466919148/width=450/20262370.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "U8CiR7o}5R~W%Nx]tl?Hxu-pt8%MXTtR-;Io", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/652338", "modelId": 584663} \ No newline at end of file diff --git a/datasets/metadata/652383.json b/datasets/metadata/652383.json new file mode 100644 index 0000000000000000000000000000000000000000..838c87b60bc15b91a895bbfc1b08701ce3517f6d --- /dev/null +++ b/datasets/metadata/652383.json @@ -0,0 +1 @@ +{"id": 652383, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-17T17:35:55.470Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 567360, "sizeKB": 22237.16796875, "name": "Bunwa_Kaku_Ikkitousen-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T17:41:45.675Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "63466FB9", "AutoV2": "3BBF70E539", "SHA256": "3BBF70E5393FD735B31ED661B64E3B21A29E1BE6E070CA19523913724A6678E1", "CRC32": "05800960", "BLAKE3": "2BAA2AD79949EAD2EF341634A85C9240FB8AEDA6B6ED21E1691C60F4506DC00C", "AutoV3": "F8815D59B123"}, "downloadUrl": "https://civitai.com/api/download/models/652383", "primary": true}, {"id": 567361, "sizeKB": 11368.802734375, "name": "Bunwa_Kaku_Ikkitousen.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T17:41:32.270Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "570BDA00", "AutoV2": "85EF2F3098", "SHA256": "85EF2F3098852F2DDBFB3E334E91F216D6D5E4AD3C2AE72D13E04CAF52881C00", "CRC32": "57D1933E", "BLAKE3": "145A3F91D12151D805E5F8D23FC0AD415892772C3517438C3C35E5DDCB405DED"}, "downloadUrl": "https://civitai.com/api/download/models/652383?type=Training%20Data"}], "images": [{"id": 20255032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fef4525-41c1-4435-a19e-0a0b3a1a4742/width=450/20255032.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UTL;Ny-p_3RPo{Rj?wxu_Nxu%LWB8{oL#lRj", "type": "image"}, {"id": 20255033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b25e50c-860e-4298-9500-93d77f40a380/width=450/20255033.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UTL;Ny-p_3RPo{Rj?wxu_Nxu%LWB8{oL#lRj", "type": "image"}, {"id": 20255354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc837731-5f43-4bcf-88fd-12284b6b480a/width=450/20255354.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UnMG9u#-_NNG.StR%MkCS2RjoLsprsRjoybH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/652383", "modelId": 584702} \ No newline at end of file diff --git a/datasets/metadata/652471.json b/datasets/metadata/652471.json new file mode 100644 index 0000000000000000000000000000000000000000..3663c309670dc5dafeb714682f240cffd2762409 --- /dev/null +++ b/datasets/metadata/652471.json @@ -0,0 +1 @@ +{"id": 652471, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-17T18:22:57.885Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 567431, "sizeKB": 22237.80859375, "name": "Hakufu_Sonsaku_Ikkitousen-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T18:25:41.847Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0A82423F", "AutoV2": "D6584B2A9B", "SHA256": "D6584B2A9B828A16194F9D1CCAD7C57DDC9ABFFE6ADAB7C7D99D7F16BFF136EA", "CRC32": "1AA50CD6", "BLAKE3": "A5E902719F94727F3F8FC94C8CB1ADFF83784DE6E83AC95B8579ED16870F92AB", "AutoV3": "D642DF2E70F2"}, "downloadUrl": "https://civitai.com/api/download/models/652471", "primary": true}, {"id": 567430, "sizeKB": 13263.123046875, "name": "Hakufu_Sonsaku_Ikkitousen.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T18:25:45.887Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EE3B1A0E", "AutoV2": "889610C22B", "SHA256": "889610C22B1543EEEDE2D547267306B2B0945F0C266245CE438721FBA9C592B6", "CRC32": "BBE0970C", "BLAKE3": "325220C40D0CB0C834849D7F301FEA578376FF667237E6C4A61B0D522AB80B58"}, "downloadUrl": "https://civitai.com/api/download/models/652471?type=Training%20Data"}], "images": [{"id": 20259478, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e93878b6-9954-4053-83eb-e996acbece3e/width=450/20259478.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UnQ8_2xt*0t8%ia$xukB-.WBN3oIt7j?oba#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/652471", "modelId": 584760} \ No newline at end of file diff --git a/datasets/metadata/652500.json b/datasets/metadata/652500.json new file mode 100644 index 0000000000000000000000000000000000000000..4853c655e072e62d5d6e1e8de5f2f82023f13948 --- /dev/null +++ b/datasets/metadata/652500.json @@ -0,0 +1 @@ +{"id": 652500, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-17T20:37:29.343Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["adventureparty"], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 567451, "sizeKB": 83567.9443359375, "name": "Adventurer Party Training data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T18:35:50.722Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "62205EF4", "AutoV2": "17A316024F", "SHA256": "17A316024F5270AEC8F34421F5F2C7D5013BAA6EB615DCC7E184521A4B28D1E5", "CRC32": "E0FFAACF", "BLAKE3": "F40B8B1AD236FAA402B1F922970CB3C0F85C0F5164CE419F4EAB98629E1A25AA"}, "downloadUrl": "https://civitai.com/api/download/models/652500?type=Training%20Data"}, {"id": 567450, "sizeKB": 36980.796875, "name": "Adventurer's Party.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T18:36:17.952Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4D891F65", "AutoV2": "3F14532218", "SHA256": "3F145322185F3A49CA978B157FCF1EBECB6BD8626042E0E894D4869595A4B400", "CRC32": "332D8914", "BLAKE3": "6533B2A7C16C68278F4CA67F537F1CE0AA65FE73D833E47C7137DF8AB153568C", "AutoV3": "9713C421DA8B"}, "downloadUrl": "https://civitai.com/api/download/models/652500", "primary": true}], "images": [{"id": 20260591, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cca932a-6b71-4847-9998-0fd45d5ca459/width=450/20260591.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "UECZ^K8|00-:Tz?Fn3E2_NM|M_t7b_s:oLM{", "type": "image"}, {"id": 20260596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff08c466-345b-4190-8cc2-cea23af78362/width=450/20260596.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "UADb==D*4.xuE0oy?GRjD%s:Rks.~UIVE3xt", "type": "image"}, {"id": 20260598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abd5e951-71d9-4d12-9461-fe68d570a549/width=450/20260598.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "UDD,lk9G00%MX=V@Q-WU~qW-D*Ri.6WCx[RP", "type": "image"}, {"id": 20260603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a17ecf83-a4d7-40ff-9901-a64d98238779/width=450/20260603.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "U6BpC6~V9bxa0Lae?G%24oRjWBRj^*%LRkt6", "type": "image"}, {"id": 20260613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c2b4d6c-811b-41c4-957e-44aadc232753/width=450/20260613.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "U45=X]8_8w?^pIRORP%gyERPIA.8%gRjRPx[", "type": "image"}, {"id": 20260688, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f14a77f4-10d9-4c96-ad57-0496d7854e43/width=450/20260688.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "UDEV]JIT00X9-;V@DitR?ws:9ZxaoajFIot7", "type": "image"}, {"id": 20260707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aaa0997c-541a-4655-8053-44236e7e82f2/width=450/20260707.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "U56k#DD%00.8?^M{Di%g.SV@8{.7xuWBD%%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/652500", "modelId": 584780} \ No newline at end of file diff --git a/datasets/metadata/65252.json b/datasets/metadata/65252.json new file mode 100644 index 0000000000000000000000000000000000000000..430cbe40995e1741d2857c5139fc1de102fe7d04 --- /dev/null +++ b/datasets/metadata/65252.json @@ -0,0 +1 @@ +{"id": 65252, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-08T01:00:48.827Z", "availability": "Public", "nsfwLevel": 6, "description": "Initial release.
", "trainedWords": ["broly"], "stats": {"downloadCount": 734, "ratingCount": 71, "rating": 5, "thumbsUpCount": 89, "thumbsDownCount": 0}, "files": [{"id": 45796, "sizeKB": 77806.85546875, "name": "dbs_broly.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-08T01:01:03.210Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "463A14D5", "AutoV2": "DCB8130286", "SHA256": "DCB813028698312B724044E8E96548C815F10E736D94C86331279B69BA116845", "CRC32": "FE18FEC2", "BLAKE3": "42450AE2EF64FEB082F01FF75607328867250BE5FB09D4F6B5A40D4B3CB92041"}, "downloadUrl": "https://civitai.com/api/download/models/65252?type=Training%20Data"}, {"id": 45795, "sizeKB": 36983.9716796875, "name": "dbs_broly-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-08T01:00:57.068Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "241AC6F1", "AutoV2": "7369E9267C", "SHA256": "7369E9267CC4154CA10D407353B054B9BF211BB5C56918289C5E12703AB49776", "CRC32": "52DF1A89", "BLAKE3": "C16B3BD3F7D0F071694A59EE2F442FE1B2E51347513DD7A4FFF8C9CC3B11FFC6", "AutoV3": "2DA5F87E8657"}, "downloadUrl": "https://civitai.com/api/download/models/65252", "primary": true}], "images": [{"id": 722335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6559d14c-29f1-4d75-83d6-8e6f6cf72ca9/width=450/722335.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UpKnYnxt_3Mx~qt7xuRjkD%MRjoekBM{M{My", "type": "image"}, {"id": 722334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d22e6354-5636-42b1-aeb0-5bfc548980bb/width=450/722334.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UcJ@zaIU.A-p_NM{-;xuEgM{$*t7ayV?Rjj]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/65252", "modelId": 60766} \ No newline at end of file diff --git a/datasets/metadata/652574.json b/datasets/metadata/652574.json new file mode 100644 index 0000000000000000000000000000000000000000..69272d80eb5f0fa5181c152a76c12e44933afa23 --- /dev/null +++ b/datasets/metadata/652574.json @@ -0,0 +1 @@ +{"id": 652574, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-17T19:16:04.920Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 22, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 567518, "sizeKB": 22237.32421875, "name": "Housen_Ryofu_Ikkitousen-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T19:15:40.197Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8713A26F", "AutoV2": "24FEA63ACF", "SHA256": "24FEA63ACF4B2534FB7A0608C74469F6C954AC956129898A54D772C349111553", "CRC32": "8B660A20", "BLAKE3": "C691FFF04A1F680AEF58F31935C9F1BA05E3993862C1B20A4EB41B3AC8A13AA9", "AutoV3": "64CAF8C130A7"}, "downloadUrl": "https://civitai.com/api/download/models/652574", "primary": true}, {"id": 567517, "sizeKB": 11720.6552734375, "name": "Housen_Ryofu_Ikkitousen.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T19:16:15.037Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A506F25E", "AutoV2": "7AAEC892F2", "SHA256": "7AAEC892F2E042FE79781908EF93446F5DBFB75563538B48433332349B96CC2E", "CRC32": "1B9845E3", "BLAKE3": "239BB49E0FE218B6B859DD051E5241C55C610B68D596418BAEBFF762A49C1925"}, "downloadUrl": "https://civitai.com/api/download/models/652574?type=Training%20Data"}], "images": [{"id": 20264638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c32c4fd7-273a-4a52-a398-03fc49dc2466/width=450/20264638.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UiMi[{xao%o3qEj]%NtQI:azwJj[={ayVsWB", "type": "image"}, {"id": 20264639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6706dfa0-e29f-4765-ac4b-be169c2ea44f/width=450/20264639.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UiMi{3xao%o3qEj]%NtQI:azwJj[={ayVsWB", "type": "image"}, {"id": 20265288, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4698650a-cd6b-4cdf-ac97-885c3c2d72d9/width=450/20265288.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UkO3IOs-.TNHuOR+%2%2EfaesAS1xYtQi{Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/652574", "modelId": 584844} \ No newline at end of file diff --git a/datasets/metadata/652580.json b/datasets/metadata/652580.json new file mode 100644 index 0000000000000000000000000000000000000000..3177a9ad74fe764c1e200e12d54ad1a6c9f81bae --- /dev/null +++ b/datasets/metadata/652580.json @@ -0,0 +1 @@ +{"id": 652580, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-17T19:20:55.240Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["puyo_sig", "dark_sig"], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 567528, "sizeKB": 223103.19921875, "name": "Sig_puyo_puyo.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T19:21:18.527Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "56597D7F", "AutoV2": "FA61C4121C", "SHA256": "FA61C4121C3435D097B7876B4D169EDF753187A0DD293C7ABD6D42539818088F", "CRC32": "6D2F4A46", "BLAKE3": "3A690D94722F470C6274ADB157D2F580A0BF46CBEE574B84DBD9D8E17DD49C03", "AutoV3": "CEAEB8FD8361"}, "downloadUrl": "https://civitai.com/api/download/models/652580", "primary": true}, {"id": 567526, "sizeKB": 72034.6162109375, "name": "652161_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T19:21:43.837Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "70807A90", "AutoV2": "8005790D24", "SHA256": "8005790D246D8A271E1002AF6366DD8E9254FDEC885B6F9DE5FE8628D8ACD9F4", "CRC32": "9C33A937", "BLAKE3": "54BFA7890C3C9054CDC71FFBDD1A996CC0B70314C1C86C22D84D533496E1D241"}, "downloadUrl": "https://civitai.com/api/download/models/652580?type=Training%20Data"}], "images": [{"id": 20264671, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcf3e63a-c361-42a7-b8f6-67513fed6a0a/width=450/20264671.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UFHxg75Y?u-o_MMIs-EM0hJAibIA0LI:xFxv", "type": "image"}, {"id": 20264644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6544a631-cb6c-4d11-8f95-bcef036ec7fb/width=450/20264644.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UIHV6qkrNZ$2ysx]m+M{NxX9s:jEM}NHofxY", "type": "image"}, {"id": 20267215, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d18b75e0-171d-48e7-8c31-f1e611d757f5/width=450/20267215.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UHHewhksIo$xysx]rVMxOYbvs:V@RkM|af%1", "type": "image"}, {"id": 20264661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d23c059-d1a5-422b-bd01-d10f24b0162f/width=450/20264661.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UPHV9zs:~qt7_3bHM_ofRkoLM{ayRjjts:ae", "type": "image"}, {"id": 20264641, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c697c7c-0172-46fb-b5d5-f774d661153b/width=450/20264641.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULJ[Fwxu~qV@xuoft7WB%MWBM{ofWWkCt6js", "type": "image"}, {"id": 20264642, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ffdb36b-e08e-49e8-8586-91d4b3d99c5c/width=450/20264642.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UNF=w8t7bwxu~9jYIUoeeRayW?ayMxj[NGWB", "type": "image"}, {"id": 20264643, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f930ae4f-c92b-4bc6-8b1f-0cafa5f15dea/width=450/20264643.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UkG]2MIUxuxu~qRjjZt7oft7WBjsofofofWB", "type": "image"}, {"id": 20264647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1be0eb3-60f6-4706-84a7-747c6a001ef2/width=450/20264647.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UAF6Lb.8?wDi_Nt7IARP9FadxZ%gxuaeaeoz", "type": "image"}, {"id": 20264645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19036521-304c-45c4-bc80-b286471e672d/width=450/20264645.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UFJ[Fyxu~Vt7%MtRV@V@%gW;IVn$x^Rjn~t7", "type": "image"}, {"id": 20264649, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dff8a017-751d-41f7-acfc-a6f02dfd0baf/width=450/20264649.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UVOgKMt7~q-;t7j[oLfQ-;ofIURjbIj[s.ay", "type": "image"}, {"id": 20264650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f625f90-5267-442a-b492-db3af58d1b93/width=450/20264650.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UNNdK}t7~p-;ofayofof.8ozIARjx]j[V@ax", "type": "image"}, {"id": 20264655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/875fe8c0-3d79-4c27-8074-18d85cc77eb8/width=450/20264655.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDJb25~q~W4o?vMxMx%fI[n$$zX9W?t7slM|", "type": "image"}, {"id": 20264656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38bdfd79-219b-47d9-8d6d-8569a996ece0/width=450/20264656.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UcOp#:of~q-;-;azM{oftkWBMyofogkCoJad", "type": "image"}, {"id": 20264660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c5906da-2fb9-4fef-b715-1786b5af8cb7/width=450/20264660.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UaOpuqxu~qt7xcbGxsWBx[t7RPRj%Mo0RjW=", "type": "image"}, {"id": 20264662, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9df6e89-572a-4623-acf8-62df384125e5/width=450/20264662.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UVMF|8-V}mNG_MJAS1$gE*f7s:s:%1s.ayNI", "type": "image"}, {"id": 20264663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/205b7cec-b6d6-459a-9237-e162a9c30e77/width=450/20264663.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDKv?g4nU]nP0.,:Hqpb0oEhMwxU2dHr~Vxu", "type": "image"}, {"id": 20264665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f154755b-17ef-4aed-96a0-ccef00c5c566/width=450/20264665.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UKHy8I~o55IUt#oes:kC9FIBa6S6%KIVD+V@", "type": "image"}, {"id": 20264664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93fc19f4-7b8b-461b-bf63-ac2512d443ef/width=450/20264664.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UQK-2%~9-oE8PWNeR-%M0io#ivxs}pxYozM}", "type": "image"}, {"id": 20264670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21bd5719-3210-4b05-a23b-7514b3b483a4/width=450/20264670.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UdIq$N%LRis,~VxZV@f6R-jFM|M}MxRkogoe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/652580", "modelId": 584845} \ No newline at end of file diff --git a/datasets/metadata/652598.json b/datasets/metadata/652598.json new file mode 100644 index 0000000000000000000000000000000000000000..99eb549a78534a351caa6cb01c2b9dfa42b1e5e2 --- /dev/null +++ b/datasets/metadata/652598.json @@ -0,0 +1 @@ +{"id": 652598, "index": 1, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-18T01:55:26.261Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 568314, "sizeKB": 223103.87890625, "name": "Adult_Chase_-_Paw_patrol_-_fannon.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T01:55:48.618Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "65ABCAFB", "AutoV2": "8F1DB8F062", "SHA256": "8F1DB8F062FB72A91D740182CAE75D61DD0BE1DF31C73722E994D3CD1A318104", "CRC32": "80398B7C", "BLAKE3": "A864B7FD1A11783F3916D15510E41FCC47CEF27E2FF7E3B3A9AAFAB19F777EFC", "AutoV3": "7F267B640A36"}, "downloadUrl": "https://civitai.com/api/download/models/652598", "primary": true}, {"id": 567550, "sizeKB": 14532.7421875, "name": "652598_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T19:31:52.892Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B289D356", "AutoV2": "85545AE965", "SHA256": "85545AE965EE7ED0E0EC383C027EC0D72D601973AD9E88BC218B5061AE3C3179", "CRC32": "C1CE99F3", "BLAKE3": "79696735604B91C5E473BECBFAA8C55BD489A8C9156BA3C0B8228885BD0512F8"}, "downloadUrl": "https://civitai.com/api/download/models/652598?type=Training%20Data"}], "images": [{"id": 20306341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc52dd50-03c1-4186-a561-751951d575a5/width=450/20306341.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "USLWU+kWyD-o};s:eTj@~AniNGWXJBR+S$jF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/652598", "modelId": 584863} \ No newline at end of file diff --git a/datasets/metadata/652616.json b/datasets/metadata/652616.json new file mode 100644 index 0000000000000000000000000000000000000000..6cf42fa244a93ed3a7fd67e96d1b9f00b8685809 --- /dev/null +++ b/datasets/metadata/652616.json @@ -0,0 +1 @@ +{"id": 652616, "index": 0, "name": "V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-18T01:54:29.213Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 568311, "sizeKB": 223103.87890625, "name": "Adult_Chase_-_Paw_patrol_-_fannon.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T01:56:50.105Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C2446F6C", "AutoV2": "0CDF0BB578", "SHA256": "0CDF0BB57853D09D65EEEF1D1C6969892E5F2429117AD91C46A03CCD11A78600", "CRC32": "155B32E1", "BLAKE3": "1B5BC1ACF7F55ED626E4B9CEC6BF0B08802B46AAC15C51A8167206EB35ED6129", "AutoV3": "F7DECD5F8295"}, "downloadUrl": "https://civitai.com/api/download/models/652616", "primary": true}, {"id": 567558, "sizeKB": 14532.7421875, "name": "652616_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T19:36:25.766Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B289D356", "AutoV2": "85545AE965", "SHA256": "85545AE965EE7ED0E0EC383C027EC0D72D601973AD9E88BC218B5061AE3C3179", "CRC32": "C1CE99F3", "BLAKE3": "79696735604B91C5E473BECBFAA8C55BD489A8C9156BA3C0B8228885BD0512F8"}, "downloadUrl": "https://civitai.com/api/download/models/652616?type=Training%20Data"}], "images": [{"id": 20306245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50df89cb-e647-4956-9d88-fd462d11c71b/width=450/20306245.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKGSZHt7Yko#cASiM_s:AJjEivkX.Toz-UkD", "type": "image"}, {"id": 20306244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93865ffe-0ee9-47eb-a7be-52c572552980/width=450/20306244.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UHHV6kADYRK+0J]hZ~ivv^GbM_VX7~Z%X9X-", "type": "image"}, {"id": 20306246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7033f72-cdb5-470a-8581-dc3287d3d967/width=450/20306246.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UQI;;f%Ncan25j$%V@j@}QxvrWOYEKOFkXs:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/652616", "modelId": 584863} \ No newline at end of file diff --git a/datasets/metadata/652673.json b/datasets/metadata/652673.json new file mode 100644 index 0000000000000000000000000000000000000000..e5bf3f626306d4dbf82c9b0ac244137bf330127f --- /dev/null +++ b/datasets/metadata/652673.json @@ -0,0 +1 @@ +{"id": 652673, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-17T20:04:57.943Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 567619, "sizeKB": 22237.98828125, "name": "Gentoku_Ryuubi_Ikkitousen-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T20:06:17.315Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5DB6729F", "AutoV2": "B9EE244B81", "SHA256": "B9EE244B818735542A1EC76F2BBD4EC1905B5AC6FA8E5D458DB510913B381568", "CRC32": "9A034E96", "BLAKE3": "FB6EAB7848AAA84DF1F5566EEDF9288AEE4B69236E6B0CD039B583BF9D1D7FA4", "AutoV3": "657DEBCA72D7"}, "downloadUrl": "https://civitai.com/api/download/models/652673", "primary": true}, {"id": 567620, "sizeKB": 13142.2021484375, "name": "Gentoku_Ryuubi_Ikkitousen.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T20:06:23.062Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1E720D1E", "AutoV2": "DDCDDB8F72", "SHA256": "DDCDDB8F72290F2B99EBEA2584B5A44069BCBF1A24EA97A0B43181F21C9491FE", "CRC32": "2FAF78C0", "BLAKE3": "4977ED3A838BA9F0666B7BD096CF85B007718174E38078E4645CAC9C55DC4C80"}, "downloadUrl": "https://civitai.com/api/download/models/652673?type=Training%20Data"}], "images": [{"id": 20269534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de5bd5cd-d5c4-4195-b337-ba164a2b6b92/width=450/20269534.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UdMQ3Qt8%~xukTj@%Mof~pay-;s:x_Rjxua#", "type": "image"}, {"id": 20269535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/861403d4-0f08-4ec9-aaa4-a30be3e5bce7/width=450/20269535.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UdMQ3Qt8%~xukTj@%Mof~pay-;s:x_Rjxua#", "type": "image"}, {"id": 20270024, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23840e33-a701-4955-acb9-e87b2987a2a3/width=450/20270024.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UTMQ6Z-T?ux]%0Iq?woJ-;V@x[xZ_3ROW;%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/652673", "modelId": 584924} \ No newline at end of file diff --git a/datasets/metadata/652746.json b/datasets/metadata/652746.json new file mode 100644 index 0000000000000000000000000000000000000000..9e0f8ed033991dfa223ade7cf64f37fd79767809 --- /dev/null +++ b/datasets/metadata/652746.json @@ -0,0 +1 @@ +{"id": 652746, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-18T04:42:20.205Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Eiannamb, cute, beautiful, horns, blue hair, blue eyes, long hair"], "stats": {"downloadCount": 17, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 568483, "sizeKB": 132207.115234375, "name": "652746_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T03:50:52.317Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "21AADFED", "AutoV2": "8EF00B1FE7", "SHA256": "8EF00B1FE794C4F23248F8380A00CDB950C6AC1FBFC2A95B5A015AC7A86E0590", "CRC32": "270D0DDA", "BLAKE3": "D47F48FE04A2E8A48B987AF2FF10DB236E776B8434D5E77F8111A8F259A6817F"}, "downloadUrl": "https://civitai.com/api/download/models/652746?type=Training%20Data"}, {"id": 568564, "sizeKB": 223099.68359375, "name": "Eianna_draenei.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T04:36:56.868Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3D2FCC81", "AutoV2": "4275829846", "SHA256": "4275829846BFEF7B5A06462A187A89275A4D398CABD8CEF6CDA8395A4518AFC6", "CRC32": "77FE97B1", "BLAKE3": "6062B26F11E877831E9436E6320D18634737729242D6D10DA819B3C5F32BFC8B", "AutoV3": "9AEDD187C014"}, "downloadUrl": "https://civitai.com/api/download/models/652746", "primary": true}], "images": [{"id": 20323594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe8aa0f2-4eb9-4a54-987d-ef4545db5d18/width=450/20323594.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UQC?$uITI:s+?wRje-Ris~WCR5of-;RiMxxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/652746", "modelId": 584987} \ No newline at end of file diff --git a/datasets/metadata/652805.json b/datasets/metadata/652805.json new file mode 100644 index 0000000000000000000000000000000000000000..718fcc5d227ab72b20320b8924866a232f68cfbc --- /dev/null +++ b/datasets/metadata/652805.json @@ -0,0 +1 @@ +{"id": 652805, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-18T00:40:04.338Z", "availability": "Public", "nsfwLevel": 1, "description": "This is an initial version
", "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 567760, "sizeKB": 57022.6044921875, "name": "652805_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T21:20:43.949Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1B7A795C", "AutoV2": "AF4DD1A428", "SHA256": "AF4DD1A42810AD6E39D90171D55CC60DC521224743DD341FC5A747EB03B97303", "CRC32": "FA886D86", "BLAKE3": "04507AA98317806611F9A45F0ED3DBF2267A4898C415A353E8ADE1529EA1B3B5"}, "downloadUrl": "https://civitai.com/api/download/models/652805?type=Training%20Data"}, {"id": 567825, "sizeKB": 18546.421875, "name": "Naomi-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T21:46:53.725Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "221012779A", "SHA256": "221012779A1E74A0B57CDC114305D17C2BA45D3A2907E6C7FAD6F4A136048822", "CRC32": "B1922636", "BLAKE3": "85A877E961DE763742B06C4ED580730CDFF56272B05CA15115487FB91CD56735", "AutoV3": "E25DC9B28AF2"}, "downloadUrl": "https://civitai.com/api/download/models/652805", "primary": true}], "images": [{"id": 20297008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8d8ac76-1786-4b3f-9002-fe54848cd919/width=450/20297008.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UpIXTm~nk=I[cEpIb^XSI[S6oyoyxFn$RkRk", "type": "image"}, {"id": 20279588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a84970e-b5bb-43e7-868c-4ad51d856c66/width=450/20279588.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UMCZeB.78{9F_M-:DjD%o#xaRjRjxuR+Rja}", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/652805", "modelId": 585039} \ No newline at end of file diff --git a/datasets/metadata/652852.json b/datasets/metadata/652852.json new file mode 100644 index 0000000000000000000000000000000000000000..9b3a06c19cd019b15a3c360936c7b952c9291471 --- /dev/null +++ b/datasets/metadata/652852.json @@ -0,0 +1 @@ +{"id": 652852, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-17T21:29:14.516Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 567782, "sizeKB": 13504.0859375, "name": "Shimei_Ryomou_ikkitousen.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T21:32:15.811Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9638E555", "AutoV2": "236061BD3D", "SHA256": "236061BD3D78D2C9DDB7A0138FF7BA251CF10994F8AE1EFC1154FEC35A27D033", "CRC32": "20B819D8", "BLAKE3": "3C85014A5445A0D85AF2229CE42E72AD89320942A5B4AB99DE6D84E263790556"}, "downloadUrl": "https://civitai.com/api/download/models/652852?type=Training%20Data"}, {"id": 567783, "sizeKB": 22237.41015625, "name": "Shimei_Ryomou_ikkitousen-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T21:32:36.052Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "48DC35D5", "AutoV2": "1B35845F74", "SHA256": "1B35845F74B844554E54A6F6CC81FB487C9E388501E21BB0E987637D04D34FFE", "CRC32": "FC6D7A2D", "BLAKE3": "020ED4C06EF5BECE9C9BE2C2C97AE9C774524C3D0380AD557CBF0450230DAD01", "AutoV3": "B5D71DF98908"}, "downloadUrl": "https://civitai.com/api/download/models/652852", "primary": true}], "images": [{"id": 20277757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c358d6b-9c5e-4853-8e54-dd58d3c78439/width=450/20277757.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UmOpABt7?]xuPEf8-noyRkWVV[oLxafQxsjs", "type": "image"}, {"id": 20277756, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17514755-3bbd-4af9-b8bf-481966d4bcb9/width=450/20277756.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UmOpACt7?]xuThf8-noyRkWVV[oLxafQxsjs", "type": "image"}, {"id": 20277994, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/523f7ca9-206f-46ed-b105-439c658708cb/width=450/20277994.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UmODa_tR~ot6x]n$x]t7NHRjn$WC%Nt8V?oe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/652852", "modelId": 585079} \ No newline at end of file diff --git a/datasets/metadata/652922.json b/datasets/metadata/652922.json new file mode 100644 index 0000000000000000000000000000000000000000..1ce2f97ce346239f4f484767403ca5e2d10e84e4 --- /dev/null +++ b/datasets/metadata/652922.json @@ -0,0 +1 @@ +{"id": 652922, "index": 0, "name": "Prefect Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-18T00:35:55.178Z", "availability": "Public", "nsfwLevel": 28, "description": "a1111/forge friendly :)
", "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 568165, "sizeKB": 223113.31640625, "name": "Concept_Defeated_Heroine_XL-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T00:20:45.797Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BB916C21", "AutoV2": "5623038E86", "SHA256": "5623038E866E4294A141A518DD19503E4629DB98AFA7A2671D38DFB8A722E91C", "CRC32": "45653544", "BLAKE3": "FC450EE8B08F676FF4FAFD3789E39099C32D951421FDEF760CFA96604FA42F8C", "AutoV3": "E4C6BCEDD5CB"}, "downloadUrl": "https://civitai.com/api/download/models/652922", "primary": true}, {"id": 567848, "sizeKB": 140670.634765625, "name": "652922_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-17T21:57:35.688Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "67087902", "AutoV2": "85D325D02E", "SHA256": "85D325D02E85D80393910D47BF47957D6E4CE73E69DEB3D2E70C8CBE4A98A349", "CRC32": "121F3CC4", "BLAKE3": "C926214D3BABF766882959B202ACCD23B83657697155E330BFEAE0A418657ED5"}, "downloadUrl": "https://civitai.com/api/download/models/652922?type=Training%20Data"}], "images": [{"id": 20294643, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0eabbec7-36d0-49f4-bca6-1874f938300b/width=450/20294643.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6JszrMc00~C+FRj02~W9F.7%g0000ODE,Rj", "type": "image"}, {"id": 20294684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67a2e943-f6f6-4890-99aa-71e705eeff5f/width=450/20294684.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U4IWyK0004=Yw=9Z009Z00S$~WtR00^+5mgO", "type": "image"}, {"id": 20294695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/538a5ed5-2a0d-4d20-800d-88bcbaa1a831/width=450/20294695.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6JszrMc00~C+FRj02~W9F.7%g0000ODE,Rj", "type": "image"}, {"id": 20294674, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80f66d93-fc16-40a8-a7e6-ee2b90bb0a5a/width=450/20294674.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCKvgO9H02E1}6^jIWX74-IB-p-:bD~UIpM|", "type": "image"}, {"id": 20294696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc165c79-801d-4f54-9699-a021a6d51fbd/width=450/20294696.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHIgDm$%AGE2#*~A9aofIUE1X9R+9ZxZ%Lxt", "type": "image"}, {"id": 20294678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d658abbc-3130-47e2-a5ab-2fa071e4845a/width=450/20294678.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U9Lo[-9F014o00IU0#9Z0e%M~BXTX-tR58XT", "type": "image"}, {"id": 20294702, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ac77c1e-c7dc-4999-bd12-168c86e1cbdb/width=450/20294702.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCNR[d%$IA}?o$9v=xa000EM%#$*?HbvWEnk", "type": "image"}, {"id": 20294642, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65228203-224d-4292-918c-685cecea1545/width=450/20294642.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UAJ@5v}@00-qkX=xtM%300IVl9%1~UIVI;4:", "type": "image"}, {"id": 20294670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9045dbba-f300-4867-841a-ee7777ac04cc/width=450/20294670.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGJZ}P?a00FyYRkp$_O@02Na?aOZWINb9[OF", "type": "image"}, {"id": 20294672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93f3e6e9-4607-4547-85db-f848a253a82e/width=450/20294672.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCK]ozIo004:02f+-.Io00?G-oS2~BIpWB-o", "type": "image"}, {"id": 20294671, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1e71cdd-6103-44c1-b56a-81da6ffe87f2/width=450/20294671.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UEM6I{};00-qTynzWAI]00xC-:s:^jjYI;IU", "type": "image"}, {"id": 20294673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a40a3db-4c81-4b5e-86d2-a8c2cb80ee2c/width=450/20294673.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U9Lyi+]|0JIwI|v{^%K801=?pID,~Wf3XTIV", "type": "image"}, {"id": 20294676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4928cde0-e5b2-44f8-9e12-580dd45c456a/width=450/20294676.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UAJ@5v}@00-qkX=xtM%300IVl9%1~UIVI;4:", "type": "image"}, {"id": 20294687, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74f74bca-0d12-41b5-9f13-35920875db7b/width=450/20294687.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBKJuoVv00f|4:RRaf9@00-o%gkW~A%KIp-p", "type": "image"}, {"id": 20294703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de8fd9a6-1e87-461d-bc1c-26b253ddc7fb/width=450/20294703.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UAJZ--xt00RPL2of9FNH0Lj?5XNH}Qf6-:j[", "type": "image"}, {"id": 20294693, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d7eb2d6-816a-4da5-aedd-45d87622d064/width=450/20294693.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UEKJc6s:01o1T1a}8{WBK*WVjFWC}SoLozs:", "type": "image"}, {"id": 20294644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb3d531e-5de9-4fbb-90a0-613967dde96b/width=450/20294644.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDMPj=aJNai^~qxuH?xuGbWq9FSO#6oLDioJ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/652922", "modelId": 585030} \ No newline at end of file diff --git a/datasets/metadata/653178.json b/datasets/metadata/653178.json new file mode 100644 index 0000000000000000000000000000000000000000..38be36a8b4e329f9a005ada301a1c3fec6783c77 --- /dev/null +++ b/datasets/metadata/653178.json @@ -0,0 +1 @@ +{"id": 653178, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-18T00:01:02.069Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["ikeda_shouko_style"], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 568137, "sizeKB": 295848.9345703125, "name": "652749_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T00:06:06.938Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "07CEB391", "AutoV2": "09D6DC4BF2", "SHA256": "09D6DC4BF2B0CA39C9457E86FCA09F339573AF9DC5C827EC7E954011102562DC", "CRC32": "DC681D44", "BLAKE3": "1346C8FFA41FB4E128C72DCCC8451ACEECA64AE4CAF13EE47672B1B5ABEF34B5"}, "downloadUrl": "https://civitai.com/api/download/models/653178?type=Training%20Data"}, {"id": 568138, "sizeKB": 223122.59765625, "name": "Style_Lora_for_Ikeda_Shouko.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T00:06:30.191Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9E911B32", "AutoV2": "B9A683CE05", "SHA256": "B9A683CE05DA977433F813C4D07153CEB5DD123F9DC6020653F72455D2CCAF3D", "CRC32": "D3576CEC", "BLAKE3": "9852B1D531007F5B778BA487DEC65476747C736AFB4BF37BDD2145BD18C0AE6C", "AutoV3": "A79937A09F29"}, "downloadUrl": "https://civitai.com/api/download/models/653178", "primary": true}], "images": [{"id": 20290793, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a9b285a-8379-41a9-ba2e-11923be3dcdc/width=450/20290793.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UXL3S_~Ts.r?M}I=R-oc16V]WYWoJDt7afjY", "type": "image"}, {"id": 20290777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04e5bbae-ec60-4c75-bb1e-6b37323da087/width=450/20290777.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U9L3ou4V3Yo}.W02%G-n?wRTrp-:5wNw4X.6", "type": "image"}, {"id": 20290784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3681e16-a982-4adf-a543-eb7b53e47722/width=450/20290784.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UFJkD-#k9+xu_h%J-.t8XW%2?8RjsgngVtR%", "type": "image"}, {"id": 20290792, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffcafb5a-e6c7-4b30-a39d-b094632dc5f6/width=450/20290792.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDH2NAtR.8%1*0s+Z#NJNHbcs,aJIVofxZRk", "type": "image"}, {"id": 20290782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e318070a-52f3-43b3-92ed-61a38e538d07/width=450/20290782.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UGK0=@0MPq^*03NdIVVr00%04okX?a%L.7WB", "type": "image"}, {"id": 20290770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44f4cd1f-892a-4bde-b0d7-47338dc32c16/width=450/20290770.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UCJH28%M0jnk:~bFRjaeXSj?IVWV_Mt7gNkB", "type": "image"}, {"id": 20290769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd44d363-1ca1-4f56-9fde-57ee45941957/width=450/20290769.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UMH-#vj[00ocv{WB?aoLVWjZp0fk~pt69GR*", "type": "image"}, {"id": 20290783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1eb2491f-d52e-4299-97c2-0b9a00094768/width=450/20290783.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UPHm+s}[}]oJ0gM|Ipa$%NxuS0ozIUw{w^Io", "type": "image"}, {"id": 20290771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93521fe7-9971-471b-aa12-235ebf76a246/width=450/20290771.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UHO2Nx^fIos:01=x-:xa03jFIVRj_LM|aLs.", "type": "image"}, {"id": 20290768, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/313490b4-a713-4ec8-b8de-c123b3a00aa3/width=450/20290768.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U8JsqJV]00?F}^ozVrM|00NcL1M|IUsl58f+", "type": "image"}, {"id": 20290772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8025137b-7a39-462e-aa9f-3a6a5214f46e/width=450/20290772.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UAK-aq?axsjZ4pM|?axt~oj[?at7~pxuD*M|", "type": "image"}, {"id": 20290778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bce184ad-5b06-426c-8e92-a6d012c7745c/width=450/20290778.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UC9RXU%x00MxPoR.q]i^_Mxt8{MyIxS5s6t2", "type": "image"}, {"id": 20290789, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbe8c239-839c-4192-9a2b-a716f304bf12/width=450/20290789.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMIEz-~p-;nhI@EM9FoKSiV?xuofI;MxW=t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/653178", "modelId": 585352} \ No newline at end of file diff --git a/datasets/metadata/653215.json b/datasets/metadata/653215.json new file mode 100644 index 0000000000000000000000000000000000000000..afea5145bb309571cc06a95a12b68a0929a9e6a8 --- /dev/null +++ b/datasets/metadata/653215.json @@ -0,0 +1 @@ +{"id": 653215, "index": 3, "name": "Radiant Twilight", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-18T09:02:57.837Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 568179, "sizeKB": 321783.1904296875, "name": "653215_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T00:37:38.746Z", "metadata": {"format": "Other"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/653215?type=Training%20Data"}, {"id": 568948, "sizeKB": 223102.54296875, "name": "Bioluminescent_World.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T08:31:51.655Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "63CC7650", "AutoV2": "CAE68B6E45", "SHA256": "CAE68B6E456871308381AE31AF3371FE8F2D8A22E54C69BCC7C100950D5FA4E0", "CRC32": "927F9BB4", "BLAKE3": "5BE37D23EF7DA852FECB4C7D27A407A3D0BB91BF9FB4F388527C1F36DC9FE831", "AutoV3": "D7634658FCF0"}, "downloadUrl": "https://civitai.com/api/download/models/653215", "primary": true}], "images": [{"id": 20347707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5aa29eb8-865e-4ff2-88bf-988c0923a477/width=450/20347707.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U76d%TfSQ8u6mRg3Mcn6Q8V?YyVEr_o|V}o~", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/653215", "modelId": 584325} \ No newline at end of file diff --git a/datasets/metadata/653216.json b/datasets/metadata/653216.json new file mode 100644 index 0000000000000000000000000000000000000000..243d23cc000ba985f4849fa88795114d68022150 --- /dev/null +++ b/datasets/metadata/653216.json @@ -0,0 +1 @@ +{"id": 653216, "index": 2, "name": "Biolume Fantasy", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-18T08:58:30.906Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 568181, "sizeKB": 321783.1904296875, "name": "653216_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T00:37:31.802Z", "metadata": {"format": "Other"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/653216?type=Training%20Data"}, {"id": 568945, "sizeKB": 223102.53515625, "name": "Bioluminescent_World-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T08:26:16.196Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "92476867", "AutoV2": "3A403089E0", "SHA256": "3A403089E04891BACACB3CD1E330631F789963B9F79F3B1DA9AFCC69784AF861", "CRC32": "A550285D", "BLAKE3": "E43D9C0C82AC2492778AF0ACD74AA529C4B22356DCB7B388BB1C12DB491CE34D", "AutoV3": "3D9B884F3A90"}, "downloadUrl": "https://civitai.com/api/download/models/653216", "primary": true}], "images": [{"id": 20347380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41987b15-54ea-4cb1-b94f-0318fb6cad1c/width=450/20347380.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBFZQxzT*dtQCTEVDj.70EMIO@cZ.nxwt,kV", "type": "image"}, {"id": 20347381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30c98b29-2f03-4a78-ad8b-90534153c03e/width=450/20347381.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDA{ACR78wfmrkbqL}pI90aP?]WGEEoav#kq", "type": "image"}, {"id": 20347378, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b8adab6-d455-4406-b7ec-3387b2bd8bcd/width=450/20347378.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKFZj0xvVe_MMIE2S%xt9ZMcH?xYR4%MkCVs", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/653216", "modelId": 584325} \ No newline at end of file diff --git a/datasets/metadata/653217.json b/datasets/metadata/653217.json new file mode 100644 index 0000000000000000000000000000000000000000..4ee8856a1d3a6811208ed7911992057bfb93a33d --- /dev/null +++ b/datasets/metadata/653217.json @@ -0,0 +1 @@ +{"id": 653217, "index": 4, "name": "Mystic Lumina", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-18T09:06:09.620Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 568180, "sizeKB": 321783.1904296875, "name": "653217_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T00:35:47.253Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "73D8B4FE", "AutoV2": "90CC846548", "SHA256": "90CC84654825E4DB961B061509AC5D28D22311802246E3F59DF6D00537737EA2", "CRC32": "54E0640E", "BLAKE3": "4B1E37FCA1EAA30D0D1686A70826BF46B1A2E368D941F4A1C5D9E479EDECA1A0"}, "downloadUrl": "https://civitai.com/api/download/models/653217?type=Training%20Data"}, {"id": 568959, "sizeKB": 223102.53515625, "name": "Bioluminescent_World-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T08:31:17.437Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7CF1BFC7", "AutoV2": "E48DDC898E", "SHA256": "E48DDC898E27373360F2945F1F98A3C675ECA915D6616962B1C30298DB20D6E6", "CRC32": "A9B0BB41", "BLAKE3": "C2D3A2C05FED4A9179EC72AE48F27897E993818426EFC9A82BE15BEEF36144ED", "AutoV3": "4A5A204791C2"}, "downloadUrl": "https://civitai.com/api/download/models/653217", "primary": true}], "images": [{"id": 20348009, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e06f0ca-ce44-43e1-bda6-a185e4cec4fc/width=450/20348009.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UABrfS*e4Tu4MPNIRCnL0DUHWGHs$ZxnNCH[", "type": "image"}, {"id": 20348010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d4a93ae-8297-4f32-8b41-fd3c30631f60/width=450/20348010.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UABEju$T-@z=FxITD%M_0%wOmlt-m6tk$]T0", "type": "image"}, {"id": 20348006, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d47b9ad-7dd4-48cc-bdba-ae62ca046413/width=450/20348006.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U57{,gfDDNtn_NjEu6k?0Gnm#3X9b~nqXNkY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/653217", "modelId": 584325} \ No newline at end of file diff --git a/datasets/metadata/653218.json b/datasets/metadata/653218.json new file mode 100644 index 0000000000000000000000000000000000000000..72271c1d86fcc4688c891cfe4bd70774e06dec75 --- /dev/null +++ b/datasets/metadata/653218.json @@ -0,0 +1 @@ +{"id": 653218, "index": 0, "name": "Glowing Realms", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-18T08:33:20.126Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 568182, "sizeKB": 321783.1904296875, "name": "653218_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T00:36:20.766Z", "metadata": {"format": "Other"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/653218?type=Training%20Data"}, {"id": 568961, "sizeKB": 223102.53515625, "name": "Bioluminescent_World-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T08:33:15.494Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2E89B740", "AutoV2": "C4155BAE95", "SHA256": "C4155BAE955C7F790212AE4448057F179B8BBF50743255E677034656A796B529", "CRC32": "140B0FDA", "BLAKE3": "E66C8600446FE9CDE5DB368EC14F564B1CEBDF8EDF32FA946600F9A3683F803D", "AutoV3": "C3C19EF47280"}, "downloadUrl": "https://civitai.com/api/download/models/653218", "primary": true}], "images": [{"id": 20345175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd7c9006-b473-469a-a350-b239d1996980/width=450/20345175.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7Bz:-Ek00S^~8#:13$*0Fs?~2NL5aIo@XIo", "type": "image"}, {"id": 20345173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7002d79a-3e9d-4841-9b9b-4fb3412aef60/width=450/20345173.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBB}LIR68w.8??I94T%g00R.K+o#yZt6=GjF", "type": "image"}, {"id": 20345174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f488648d-27e2-428b-a36e-bde9fe3f04ea/width=450/20345174.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFAB-;cb8{wdxcbENDo#L#eTgNb_T#fkVZV?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/653218", "modelId": 584325} \ No newline at end of file diff --git a/datasets/metadata/653349.json b/datasets/metadata/653349.json new file mode 100644 index 0000000000000000000000000000000000000000..57b5832082ccd518ab3cdadebf16cc73d784e9f8 --- /dev/null +++ b/datasets/metadata/653349.json @@ -0,0 +1 @@ +{"id": 653349, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-18T23:39:22.882Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "earlyAccessDeadline": "2024-07-21T23:39:22.882Z", "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 570719, "sizeKB": 17991.6484375, "name": "653349_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T23:20:39.657Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "22ECF562", "AutoV2": "0774538863", "SHA256": "0774538863FAB5FD03132F5380490DEF8B6F95C11BD23DFF4180AE4F0F6EA12E", "CRC32": "597712C8", "BLAKE3": "F4F646621D1ADC5446F25C676FFBA77F3D7E0ABC6225D2B151A8816CCFB6E725"}, "downloadUrl": "https://civitai.com/api/download/models/653349?type=Training%20Data"}, {"id": 570765, "sizeKB": 36984.25, "name": "Lucy.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T23:41:43.173Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "010D4906", "AutoV2": "C1D1C351DD", "SHA256": "C1D1C351DDB73ADBD0CBE5314B45889F0C59E0C627C07EC4488D71B21D76BBDB", "CRC32": "BB975E8D", "BLAKE3": "1C9308ECD53FDC8418E154B6C59EEAA325CB9AC7907B4FD664BCBEB00E478DA9", "AutoV3": "94E2584C0820"}, "downloadUrl": "https://civitai.com/api/download/models/653349", "primary": true}], "images": [{"id": 20429825, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a329194-460b-4280-8f99-dbf611ac8d1f/width=450/20429825.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "U4GZ]e=|00N^00RPT{R*{exa.mxu01R*5lE2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/653349", "modelId": 585495} \ No newline at end of file diff --git a/datasets/metadata/653428.json b/datasets/metadata/653428.json new file mode 100644 index 0000000000000000000000000000000000000000..c42f547628682b644d7221118b23261c82f98dc8 --- /dev/null +++ b/datasets/metadata/653428.json @@ -0,0 +1 @@ +{"id": 653428, "index": 0, "name": "v1.1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-18T03:03:54.972Z", "availability": "Public", "nsfwLevel": 1, "description": "trigger words in brackets are optional which were words trained on in the dataset
", "trainedWords": ["butterflyRose", "[Rose]", "[Flower Petals]", "[carnation]", "drawing", "paper background", "[newspaper background]", "[color]"], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 568407, "sizeKB": 147571.0546875, "name": "butterflyRoseS6.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T03:05:47.918Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3084FF9E", "AutoV2": "8363364F6B", "SHA256": "8363364F6B9AF18917310F0B370E1261A1FBD45260FE8B7AC7289EE0AE88159C", "CRC32": "53A2434A", "BLAKE3": "3A5B296D666E0894BBA73F0DA4AAF1EC18D9A852E51834CDB40F13C954A0A5E1", "AutoV3": "1361437CC860"}, "downloadUrl": "https://civitai.com/api/download/models/653428", "primary": true}, {"id": 568406, "sizeKB": 6559.8505859375, "name": "10_butterflyRose.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T03:06:45.300Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BFE32BDF", "AutoV2": "3463BA81B5", "SHA256": "3463BA81B580D230E98D8CCC1D63FB34FF820B342FF7E65E3A4787AAD383C418", "CRC32": "71084FC2", "BLAKE3": "CC3A4E44E5086EEAB1423EE06EDD1B76A11E785BAE082420E48DCA211CD09107"}, "downloadUrl": "https://civitai.com/api/download/models/653428?type=Training%20Data"}], "images": [{"id": 20313203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16a95fae-d7fa-4089-b969-504e92bcecb5/width=450/20313203.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U5G*yu00?M^,00,,~WID=9~9V}0LxkM#t8JP", "type": "image"}, {"id": 20313205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc7cd112-ad97-4d7c-930a-3e9bd18f29ba/width=450/20313205.jpeg", "nsfwLevel": 1, "width": 576, "height": 576, "hash": "U8Hn:G00A6~X%N_1rpXC~QDgv}Dk=.Mwxs?G", "type": "image"}, {"id": 20313202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc62bd0d-3762-428d-9901-4db3d212ff2d/width=450/20313202.jpeg", "nsfwLevel": 1, "width": 576, "height": 576, "hash": "U6HL9|00T84V01It~UIW$?E1Djt8NEr;-:%M", "type": "image"}, {"id": 20313204, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/126a933a-e9f4-4a13-83af-a1745317e4e2/width=450/20313204.jpeg", "nsfwLevel": 1, "width": 576, "height": 576, "hash": "U9Ga%m02EN9u~BtRD*4:yW%f01^jozkCIV?a", "type": "image"}, {"id": 20313209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c48a5a28-af88-44c0-93da-b689e1bf6967/width=450/20313209.jpeg", "nsfwLevel": 1, "width": 576, "height": 576, "hash": "UCJtM901o|ER^%wbM|8_~VI98{%ft2IU%1-o", "type": "image"}, {"id": 20313208, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96016ff1-e1ec-4d29-89ad-a32e9a2ad665/width=450/20313208.jpeg", "nsfwLevel": 1, "width": 576, "height": 576, "hash": "UDIX8O00Mx66ggE2-5MxoxRj9t-oM{D*~onQ", "type": "image"}, {"id": 20313210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ecf35db-3238-4282-8cc6-5f620de50573/width=450/20313210.jpeg", "nsfwLevel": 1, "width": 576, "height": 576, "hash": "UEI5h@4VRlS*-.IAV?00~VIUE1IV%LxaaPay", "type": "image"}, {"id": 20313211, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f0cf1da-a8f3-4a3e-b1b0-4ea077f4fb8d/width=450/20313211.jpeg", "nsfwLevel": 1, "width": 576, "height": 576, "hash": "UBI5PQ0i-W~U-.^j?GI,=|EKMx4.o{=|%JtQ", "type": "image"}, {"id": 20313625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b2429c0-39b4-4f86-abc7-121f662d358f/width=450/20313625.jpeg", "nsfwLevel": 1, "width": 576, "height": 576, "hash": "U7Iz*e{yCkMyXoyYEK4nk;00KI^6UwsA?uS}", "type": "image"}, {"id": 20313624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3e496d1-cc5c-4bb2-aaf7-4be515d51e74/width=450/20313624.jpeg", "nsfwLevel": 1, "width": 576, "height": 576, "hash": "UGJQK5NNTwE*~B$#%KIV?uNbn5KOPAko$LD+", "type": "image"}, {"id": 20314985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1eab358-afeb-4ab1-8799-32f97d450f70/width=450/20314985.jpeg", "nsfwLevel": 1, "width": 576, "height": 576, "hash": "UCJtM901o|ER^%wbM|8_~VI98{%ft2IU%1-o", "type": "image"}, {"id": 20314980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70e63019-3f4d-49a5-b965-bb32307c2d85/width=450/20314980.jpeg", "nsfwLevel": 1, "width": 576, "height": 576, "hash": "UEI5h@4VRlS*-.IAV?00~VIUE1IV%LxaaPay", "type": "image"}, {"id": 20314982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74449c0a-0bf4-4cea-a2c6-0974a5495be5/width=450/20314982.jpeg", "nsfwLevel": 1, "width": 576, "height": 576, "hash": "UEH.J}00VGRQ%g$+9tIn}[IWMxxX?arqoJ%2", "type": "image"}, {"id": 20314983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d505f697-e3ae-4a33-90a2-d05b664e683c/width=450/20314983.jpeg", "nsfwLevel": 1, "width": 576, "height": 576, "hash": "UAHB^^00DkI9%fD*xYE0}sEK9Zi^9Z-qM{-;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/653428", "modelId": 585471} \ No newline at end of file diff --git a/datasets/metadata/653477.json b/datasets/metadata/653477.json new file mode 100644 index 0000000000000000000000000000000000000000..99dc4903184bcf9c7f440bfbc560102161d84e71 --- /dev/null +++ b/datasets/metadata/653477.json @@ -0,0 +1 @@ +{"id": 653477, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-18T06:44:15.251Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 568455, "sizeKB": 6815.8427734375, "name": "653477_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T03:36:17.831Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B2246EAB", "AutoV2": "5C9DD36B2E", "SHA256": "5C9DD36B2E84CB101AD8260B24E2AB43687E500983AF9DE4F0F23D7F1B37F72F", "CRC32": "82573FC5", "BLAKE3": "C46622C02CC17280B67F5F32F0015792CFB6DA0EB011C3EEA72152149ED3D7CF"}, "downloadUrl": "https://civitai.com/api/download/models/653477?type=Training%20Data"}, {"id": 568770, "sizeKB": 223101.24609375, "name": "Flame_Style-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T06:40:53.789Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5CCFF995", "AutoV2": "24867766E9", "SHA256": "24867766E9F5FA1C5DC761AA4367FED898F4001F3085390F4A8116CCE723D12D", "CRC32": "C5747B8E", "BLAKE3": "25DAEEFC41AC2273782E82114D350923E780A00FC98E8ABBC95F506FF80D80B0", "AutoV3": "6B1ABBA4AE41"}, "downloadUrl": "https://civitai.com/api/download/models/653477", "primary": true}], "images": [{"id": 20334086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f5c1bb0-233e-46ad-90cc-c8281af05870/width=450/20334086.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4If%_S|02R90CV^ID~4050j~8X60iEN%1ER", "type": "image"}, {"id": 20334133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a05048ee-dfee-42af-a8bc-a9ad888e027b/width=450/20334133.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U6GQ|7Eh00}?_1bb$fNH00xF^%9v+cM|RQs:", "type": "image"}, {"id": 20334228, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b13417d-be98-492a-9b42-76fad019d1a1/width=450/20334228.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3D[?^^h000U~UxZ4W9b00Vt~TpG*|XS.R]#", "type": "image"}, {"id": 20334092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5fcd8062-3196-484d-a984-32a5b8f85879/width=450/20334092.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8KSzco|02=s%Lo0xCxs04n$OEfRq]Rl~m-S", "type": "image"}, {"id": 20334167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43cd74da-cb03-45ed-b4ae-1e9f83c6cb7b/width=450/20334167.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U2B.+G9H00sE03t7xtE15Qxa~U9a}Uad={-T", "type": "image"}, {"id": 20334222, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e944b646-a7f1-4513-9c91-cdb50e692325/width=450/20334222.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U5B:4}4T04sS}@MxAbRj02xa=wRk1%Rk}qR*", "type": "image"}, {"id": 20334326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c5379ef-cf0a-4744-bc1f-8fd34bc045b9/width=450/20334326.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6Due+9_00}n_0NI9a$#02oLT0Nc-7kCE4Rk", "type": "image"}, {"id": 20334239, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac0310d4-5439-4a68-a0ee-ea4a3920b43d/width=450/20334239.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6E_Ko~A00={14M}Io~9R5s,%15802NH-VWV", "type": "image"}, {"id": 20334105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb2c1f57-75c7-40e4-824c-f0f59229c44f/width=450/20334105.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBH^tIkU9Jn*0mWC~6xp05NIxtNKixs-NKNK", "type": "image"}, {"id": 20334168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37a27ef0-5730-46cf-992b-39bc017feb92/width=450/20334168.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U3E1?GR-00xD14S#9u-602V]~Axqz=Ip={=|", "type": "image"}, {"id": 20334564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce2c2d64-74b6-4f10-ac5a-3e6d99438fcf/width=450/20334564.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5Enne0j01yVot9a0h^P02xs0N+u~T-;tRRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/653477", "modelId": 585598} \ No newline at end of file diff --git a/datasets/metadata/653480.json b/datasets/metadata/653480.json new file mode 100644 index 0000000000000000000000000000000000000000..050ec32f6eccec8a49f381be98a7d7a7601a3444 --- /dev/null +++ b/datasets/metadata/653480.json @@ -0,0 +1 @@ +{"id": 653480, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-18T07:15:41.620Z", "availability": "Public", "nsfwLevel": 28, "description": "About this version
More distant images may show some artifacts, distortions or disproportions in the face when generating images in Civitai, therefore, the recommendation of this LoRA is to use the example image gallery, characters closest to the image or use some Embedding to reduce errors on the face.
", "trainedWords": ["by blackfox85"], "stats": {"downloadCount": 27, "ratingCount": 0, "rating": 0, "thumbsUpCount": 12, "thumbsDownCount": 0}, "files": [{"id": 568554, "sizeKB": 299793.5615234375, "name": "653480_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T04:30:57.287Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EDA3FCC3", "AutoV2": "CF4E58128E", "SHA256": "CF4E58128E0F67C94E28FE631C0E7D8FE015FF766AE316D8929ECDFDCEA79330", "CRC32": "329C1D25", "BLAKE3": "5717866EDE10CF786A0CEC3DFDA30608834A8CEFA99F0AA524BF7D60EC6B5F6F"}, "downloadUrl": "https://civitai.com/api/download/models/653480?type=Training%20Data"}, {"id": 568803, "sizeKB": 223135.51171875, "name": "Blackfox85_Style_Lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T07:05:38.242Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "49105DDB", "AutoV2": "ADC14218BD", "SHA256": "ADC14218BD84F1350E3CFF3B7EF9E4EF40A99222E183514811E31D2956E1FD84", "CRC32": "9152AB86", "BLAKE3": "CAF227DC0D32916365D61673AA22B182E8E5687F7EEBA301418C25518E5539B0", "AutoV3": "AA75FC1792EC"}, "downloadUrl": "https://civitai.com/api/download/models/653480", "primary": true}], "images": [{"id": 20336983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b4d154c-34a6-4b82-aadc-82a9688a0446/width=450/20336983.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UAKATX~900^j0h^%=_Ri00JE-?%LnpE2%fD+", "type": "image"}, {"id": 20336996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1996d1e9-5b14-42a8-88be-bcaccaf82358/width=450/20336996.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFKd6,R*Mx~B%3Ef%LxaTxsm9tE1EMr?aKS4", "type": "image"}, {"id": 20337002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c73acc11-e5b4-4d0b-9dbd-7f8f2632d15d/width=450/20337002.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UWEVmG~VawRj?G-ot7fkIURkt7t7Rjayt7s:", "type": "image"}, {"id": 20336984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/412ecfbd-b669-44f6-a409-533e9f922798/width=450/20336984.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "USPZ6,oz-hnh~nt6xua#%fs.R+a#aMRkIpkA", "type": "image"}, {"id": 20336986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/132b473f-da8b-4ff9-b20b-a4399c813271/width=450/20336986.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UtQl?]V?_N%g%gWVV@t7a$j]ofa#t7a}WBjZ", "type": "image"}, {"id": 20336988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c138321-5a46-47c6-9442-99b7aa215dfb/width=450/20336988.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "ULF;_[^%tQxs~As,bctR9vRkVsV@RQt6azWB", "type": "image"}, {"id": 20336991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ac046e2-058b-4e8a-9f1d-e7a0aad419bd/width=450/20336991.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8BMlIxa00Ip~oR+4pxZ0KWC_2xZIUoLxuWV", "type": "image"}, {"id": 20336995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b18a7916-68fc-45df-8a48-6eeec97ddcf3/width=450/20336995.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U9Gb0B0e00~VKPE29G?H0M9a?Gof-V=|xZR%", "type": "image"}, {"id": 20336997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34304dad-36b3-48c5-bc38-67ecfef2b73e/width=450/20336997.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBI5Vv_2@E?EL}NdEQxC{b-:u4Mx4o%M%MxY", "type": "image"}, {"id": 20337001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c910b561-7db1-46f2-b627-59d8f743f445/width=450/20337001.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6Igx.-WROt7E2tO4pDk-=R$01x[00Dm_L?Z", "type": "image"}, {"id": 20337000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc8c7490-a4bb-4472-84f5-e06a09215d18/width=450/20337000.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCCFha~Btkxt4=NHE2jbNZIVnNjEIpoJNHIp", "type": "image"}, {"id": 20337007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46ea968e-0ffc-4290-8875-dabe747e3718/width=450/20337007.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UUM[NftR.At6OYaesDozxvWARio#tRkVRjV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/653480", "modelId": 585602} \ No newline at end of file diff --git a/datasets/metadata/653500.json b/datasets/metadata/653500.json new file mode 100644 index 0000000000000000000000000000000000000000..8497c401e536a9a44b6556c2de2a45d09e655c44 --- /dev/null +++ b/datasets/metadata/653500.json @@ -0,0 +1 @@ +{"id": 653500, "index": 1, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-18T08:42:15.930Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["centerfold, posing, playboy, playboyposexl, ", "centerfold, posing, pinup, laying down, sunlight, dynamic lighting,", "blush, blushing, embarrassed, sensual, horny, longing, looking at viewer, ", " naked_sheet, see-through, thin blanket"], "stats": {"downloadCount": 20, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 568985, "sizeKB": 223116.50390625, "name": "Playboy_Pose_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T08:40:41.502Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4718DEC5", "AutoV2": "36EC517FEE", "SHA256": "36EC517FEE131B432AC534F7A63938B8632960AA5102B7CADB078E99FFDCADBF", "CRC32": "161ACC62", "BLAKE3": "48D89C115423074F4FFACD6FB92B148699A3C00969A617782C1A2585D17B3DD6", "AutoV3": "FC3C704FDDD9"}, "downloadUrl": "https://civitai.com/api/download/models/653500", "primary": true}, {"id": 568589, "sizeKB": 434677.2607421875, "name": "653500_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T04:51:51.794Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8CA4A905", "AutoV2": "04958203E2", "SHA256": "04958203E25AE7DE6B774DD99BE57E0818FF8CB9F4358D57137F34963FCEAC87", "CRC32": "61ABA23C", "BLAKE3": "E60E888C95C5494958B3A0BE8A0C4818AE5F9887D9254C14E1D1797E82A2FC1E"}, "downloadUrl": "https://civitai.com/api/download/models/653500?type=Training%20Data"}], "images": [{"id": 20345888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1867d38-53c6-4c68-93d9-2ed24dfa5856/width=450/20345888.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9H-r*02NZoJ00~qt7%2S6IpIT-q?I4nI9tR", "type": "image"}, {"id": 20345891, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e5fa6e8-ab8f-46b8-963b-78ca33f3e464/width=450/20345891.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UIECX*~q^+~V?F%L?b?bkrtSW;t8ogWUWBa#", "type": "image"}, {"id": 20345868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bad5be6e-d235-4bb1-aba1-7f6607ae7620/width=450/20345868.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UcLfdPRmEhRO~VXSoJRPTdShnORj-qr?S2R%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/653500", "modelId": 585614} \ No newline at end of file diff --git a/datasets/metadata/653501.json b/datasets/metadata/653501.json new file mode 100644 index 0000000000000000000000000000000000000000..9606a709cbe25d33cec1daa9c6e1964ec6c0c6bb --- /dev/null +++ b/datasets/metadata/653501.json @@ -0,0 +1 @@ +{"id": 653501, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-18T03:56:30.721Z", "availability": "Public", "nsfwLevel": 1, "description": "V1 - Trained on ~40 GPT/Dalle images
", "trainedWords": ["grassify"], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 568496, "sizeKB": 36979.34375, "name": "5_grassify-v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T04:01:11.917Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "67CE4100", "AutoV2": "ED5DBFAED0", "SHA256": "ED5DBFAED0E3C3B5C1A9A092E70258DF63E525A56F786E41F073E3814AE69AFC", "CRC32": "51ECC8BD", "BLAKE3": "95D22632EDDE41AB094D76C33EBF2652F62DB41EC12E6B14B071CC026C595E03", "AutoV3": "5A90F1D5BB5A"}, "downloadUrl": "https://civitai.com/api/download/models/653501", "primary": true}, {"id": 568497, "sizeKB": 70610.8623046875, "name": "5_grassify - training data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T04:00:43.915Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "17E74659", "AutoV2": "5797E1D329", "SHA256": "5797E1D32964C24A3B6C54B39D536B2CFE7AFB75C2A6EFB43A391F8E4F8CF779", "CRC32": "D0B61472", "BLAKE3": "DF6EB1350FBBDA0D2FB17707A6A80A647BC1F282667D66CF235F8B2FDF9642B8"}, "downloadUrl": "https://civitai.com/api/download/models/653501?type=Training%20Data"}], "images": [{"id": 20317104, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70d63437-d204-4bbb-8730-1e96c59247e2/width=450/20317104.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "U9FPM|4]4a^~06i%Ey%F_-ot^zNb0B.0FrDs", "type": "image"}, {"id": 20317128, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97ebb2cc-bda7-405f-bd62-f46e6496788e/width=450/20317128.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UEDKeTtwV7My.YEIV#R$=yQtNYtyD~yBtQw7", "type": "image"}, {"id": 20317133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/953114aa-4953-46c9-a1d2-03f37021c2b4/width=450/20317133.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2048, "hash": "UNGSZGRQIBtQIUM{s;xu_4M{M{of-=WAIUof", "type": "image"}, {"id": 20317144, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c1cbf75-7fe4-47aa-bf29-456b5e918f56/width=450/20317144.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBFP+nV]wNx@-@%LMzM|xdRjIUIV-;M{f#V[", "type": "image"}, {"id": 20317441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70b7d57c-041e-45f9-b943-70d2b8852169/width=450/20317441.jpeg", "nsfwLevel": 1, "width": 5013, "height": 4710, "hash": "UKI=Z0-W~q~q-qa{j]WBofj]f6WCxuayofj]", "type": "image"}, {"id": 20317438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc3ff1af-b39c-48a8-9fd0-b099cc6a06e6/width=450/20317438.jpeg", "nsfwLevel": 1, "width": 5013, "height": 4710, "hash": "UOJ*Fu?H?v_NxuayfRj[ogayf6fPx]jZj[j[", "type": "image"}, {"id": 20317440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7a9d2cf-076e-41ef-8a63-1fe054b874d3/width=450/20317440.jpeg", "nsfwLevel": 1, "width": 5013, "height": 4710, "hash": "UQGc7A~X?b?bxaWBkCfkt7aefiayxujuj[j[", "type": "image"}, {"id": 20317412, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a8c253e3-bfdd-47c1-9a7d-932be6210716/width=450/20317412.jpeg", "nsfwLevel": 1, "width": 5013, "height": 4710, "hash": "ULHMY,?c^,~X$-WUoyj?xbbFoMWBxufjj]f7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/653501", "modelId": 585607} \ No newline at end of file diff --git a/datasets/metadata/653698.json b/datasets/metadata/653698.json new file mode 100644 index 0000000000000000000000000000000000000000..38a845c9a5926c9124c6445a6ab2f725466d1307 --- /dev/null +++ b/datasets/metadata/653698.json @@ -0,0 +1 @@ +{"id": 653698, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-18T14:10:05.849Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": [], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 568710, "sizeKB": 42639.53125, "name": "653698_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T06:01:59.836Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EAFEF73B", "AutoV2": "9D4F2C4736", "SHA256": "9D4F2C473657FB7A532AEC1EBD057888DCD4136D58EB8B0CF9F54DA5B46DA4AF", "CRC32": "CFA3E0C7", "BLAKE3": "AD11BCA5E03CB3E9C9BB12B03AA3CF3C46885594D26CEC71C0768F88BA862CBA"}, "downloadUrl": "https://civitai.com/api/download/models/653698?type=Training%20Data"}, {"id": 569551, "sizeKB": 223114.17578125, "name": "Viamide_Style-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T14:05:54.041Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B2A7BDDB", "AutoV2": "54AA0A55A2", "SHA256": "54AA0A55A27659C634572A235A3BB8DC8D0BB62EAB654932B21C509BF7CADAF3", "CRC32": "216DBCC0", "BLAKE3": "51310BD28593B0D84B395382AA1EDCD3DA1364BC72384F97019796B3113CA8DC", "AutoV3": "924E4235FC69"}, "downloadUrl": "https://civitai.com/api/download/models/653698", "primary": true}], "images": [{"id": 20374637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb853816-5ded-4320-a79f-e015461c5a9a/width=450/20374637.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDMrrl0e01%P|t9yK0wI00-;_1Mw_IxAr{JW", "type": "image"}, {"id": 20374630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6633136d-bb02-4f8c-8f7b-9f6a15712d5e/width=450/20374630.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UEJ@B_Rk0K?G0Kt6~VM|xGayW;j[=|ayIoof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/653698", "modelId": 585776} \ No newline at end of file diff --git a/datasets/metadata/653861.json b/datasets/metadata/653861.json new file mode 100644 index 0000000000000000000000000000000000000000..f00ebe8095027870aae319a5a011128668815f6d --- /dev/null +++ b/datasets/metadata/653861.json @@ -0,0 +1 @@ +{"id": 653861, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-18T09:04:53.185Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["PhibiMB, pink hair, long hair, big eyes, blue eyes, freckles, makeup, eyelashes"], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 568901, "sizeKB": 157127.3095703125, "name": "653861_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T08:05:53.812Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "876F11E0", "AutoV2": "BD23A493BC", "SHA256": "BD23A493BC1FAAD998A9D96516529F27596D5FAFBC895C39DE0E039554E61617", "CRC32": "7D07FE8F", "BLAKE3": "4F798C66E050BA5AED0962156DC2B26BA661F193BDB8D284D51722BF850C72E3"}, "downloadUrl": "https://civitai.com/api/download/models/653861?type=Training%20Data"}, {"id": 569017, "sizeKB": 223100.07421875, "name": "Phibi_just_Phibi.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T09:00:50.682Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7EDF5D82", "AutoV2": "1F12F5AC83", "SHA256": "1F12F5AC831DAC68F3AE772002892C368CDA2852C3C0746517347C56CD7DF97C", "CRC32": "94DF7BB6", "BLAKE3": "7012C339AC0D9A62AA1F94877CCC4C2A8E64A4A7E7BB7ED9E66B01E098816EFB", "AutoV3": "39B86CC7AB5A"}, "downloadUrl": "https://civitai.com/api/download/models/653861", "primary": true}], "images": [{"id": 20347930, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cc606e4-90b8-4c5d-b6e1-0b7199369316/width=450/20347930.jpeg", "nsfwLevel": 4, "width": 896, "height": 1344, "hash": "UJL3v6DR.S~p^*KjI.ITEl%LE1Mx?ZV]9Z%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/653861", "modelId": 585918} \ No newline at end of file diff --git a/datasets/metadata/653896.json b/datasets/metadata/653896.json new file mode 100644 index 0000000000000000000000000000000000000000..bbfba2b899e55958f057f755e837af815e766930 --- /dev/null +++ b/datasets/metadata/653896.json @@ -0,0 +1 @@ +{"id": 653896, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-18T19:08:47.047Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": ["takakoAyase"], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 570314, "sizeKB": 5062.134765625, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T19:40:42.293Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DC08D604", "AutoV2": "EDA566B77B", "SHA256": "EDA566B77B92553CE8E644FB4AA7E836F7E18DFC84F9B617FC6B7FA217DE3E7E", "CRC32": "DD1726A9", "BLAKE3": "8B76003DB9EA16889DA60DB9677A65B4BE3A051D2BA3B69C14F04D1972A76B92"}, "downloadUrl": "https://civitai.com/api/download/models/653896?type=Training%20Data"}, {"id": 568902, "sizeKB": 59554.078125, "name": "takakoAyase.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T08:05:41.003Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2A9A1700", "AutoV2": "C7B2ACBE3D", "SHA256": "C7B2ACBE3DC484D3726B2254E586DFD27AA22974B9B2152F25000B10D0CCF4A2", "CRC32": "E71DE971", "BLAKE3": "B89CF9D25BE149F202F6BFF65057355AAC038044A92B66F0510F895714AD7CB1", "AutoV3": "308582F85FF1"}, "downloadUrl": "https://civitai.com/api/download/models/653896", "primary": true}], "images": [{"id": 20342281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebe4a6c9-6ed5-42f0-9ca2-272217dbd70d/width=450/20342281.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UBDStH#s00-r^gM|t.9FE9ac~WWEWuo2^+WA", "type": "image"}, {"id": 20342272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dce25b30-71d5-4236-bcbb-31e317c26ff8/width=450/20342272.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UEI}hZ~WKk?H00s*Zft3gjIV_4IV9GM~IUog", "type": "image"}, {"id": 20342285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dce25b30-71d5-4236-bcbb-31e317c26ff8/width=450/20342285.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UEI}hZ~WKk?H00s*Zft3gjIV_4IV9GM~IUog", "type": "image"}, {"id": 20342268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fa9ac45-c393-4927-9645-0355d5584836/width=450/20342268.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U8Bf;49s00_2R1%f_3IT0f%L^%9a~VNH4:%2", "type": "image"}, {"id": 20342282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fa9ac45-c393-4927-9645-0355d5584836/width=450/20342282.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U8Bf;49s00_2R1%f_3IT0f%L^%9a~VNH4:%2", "type": "image"}, {"id": 20342283, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b88f5990-5a0d-4111-96e9-94f17962dde0/width=450/20342283.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UBD,DvyG00t6~pEUt:tRKRET-p$|.SWtD*%K", "type": "image"}, {"id": 20342267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b88f5990-5a0d-4111-96e9-94f17962dde0/width=450/20342267.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UBD,DvyG00t6~pEUt:tRKRET-p$|.SWtD*%K", "type": "image"}, {"id": 20342266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebe4a6c9-6ed5-42f0-9ca2-272217dbd70d/width=450/20342266.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UBDStH#s00-r^gM|t.9FE9ac~WWEWuo2^+WA", "type": "image"}, {"id": 20342284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84a8f35f-3c40-4e3b-aa1d-56886f681673/width=450/20342284.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UPK^$r?Zkn-.%et6~ot6NGWC%2WCt6Rkt7j[", "type": "image"}, {"id": 20342270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84a8f35f-3c40-4e3b-aa1d-56886f681673/width=450/20342270.jpeg", "nsfwLevel": 8, "width": 768, "height": 1152, "hash": "UPK^$r?Zkn-.%et6~ot6NGWC%2WCt6Rkt7j[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/653896", "modelId": 585934} \ No newline at end of file diff --git a/datasets/metadata/653942.json b/datasets/metadata/653942.json new file mode 100644 index 0000000000000000000000000000000000000000..9e25a5c6e739f6e77a24d92847ba499f712b939a --- /dev/null +++ b/datasets/metadata/653942.json @@ -0,0 +1 @@ +{"id": 653942, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-18T08:17:28.546Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 568932, "sizeKB": 31978.640625, "name": "Shibai_Chuutatsu_Ikkitousen.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T08:21:03.536Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "539B84C5", "AutoV2": "5EDEA31280", "SHA256": "5EDEA312801F91B342A94F627B87D3FD99FA2FB584F34412A9BA9B075CB618E3", "CRC32": "5381284F", "BLAKE3": "C1183101F602CE22456B6285A8ADCDB3832B6D6D1BB4ED1F48516B6A854FF9A4"}, "downloadUrl": "https://civitai.com/api/download/models/653942?type=Training%20Data"}, {"id": 568933, "sizeKB": 22239.44921875, "name": "Shibai_Chuutatsu_Ikkitousen-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T08:20:43.840Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "07C57FDB", "AutoV2": "F19FD05D82", "SHA256": "F19FD05D82A4E39096EF26A8030480A71D8AB74D425BE0DEBCCDD1A405B49344", "CRC32": "84E65E35", "BLAKE3": "CD03640FBA9D2D867B6A6B008CE0F6782BFB8ECB552261E77A8A31938F48FD2F", "AutoV3": "EB9F1C39C2B6"}, "downloadUrl": "https://civitai.com/api/download/models/653942", "primary": true}], "images": [{"id": 20343822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12acf609-76e8-4913-986d-dfafb3c8c09b/width=450/20343822.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UWRLkSxa*0xvtOjZyEoc.TbHM|og%1jZjbfk", "type": "image"}, {"id": 20343823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdaa7d87-c917-44e2-b507-570abc5f9901/width=450/20343823.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UVRLkSxa*0x]tOjZyEoc.mbHM|kD%1jZjaj[", "type": "image"}, {"id": 20344907, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf7cf4bc-3663-400d-a1d1-17bb6f9f271f/width=450/20344907.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UUQb|NtR?^t7-ixXt-bJOsM{sls,_Mt7IWXA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/653942", "modelId": 585990} \ No newline at end of file diff --git a/datasets/metadata/654009.json b/datasets/metadata/654009.json new file mode 100644 index 0000000000000000000000000000000000000000..13007dc2934164450757a05e8f9260b8dc4bd557 --- /dev/null +++ b/datasets/metadata/654009.json @@ -0,0 +1 @@ +{"id": 654009, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-18T11:28:55.307Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 569024, "sizeKB": 465.513671875, "name": "654009_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T09:06:11.251Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "E83169DAAC", "SHA256": "E83169DAAC0C72C93A6BEC2934CD07634623C173AC2FB0EDC1B18A5C0C916812", "CRC32": "0FA10722", "BLAKE3": "E985039FF54DCC45BC058D8556D9BEEF25A22AD0A41CA8EA5E3C0BC3D35971B3"}, "downloadUrl": "https://civitai.com/api/download/models/654009?type=Training%20Data"}, {"id": 569247, "sizeKB": 223099.24609375, "name": "Tania_sexyy-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T11:31:50.682Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9DDB4E7D", "AutoV2": "8BCFF4A9BF", "SHA256": "8BCFF4A9BF45BDEB0C4D04DEC904B7531721B737DA4BCEA8AC42873B1DC1D25F", "CRC32": "D6A70CDE", "BLAKE3": "CA25386BAAA5C5DD68AF7B0200E190F45CC2D0408463A97B72E0A53757686FD1", "AutoV3": "5084A36AEE9E"}, "downloadUrl": "https://civitai.com/api/download/models/654009", "primary": true}], "images": [{"id": 20358827, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32067404-0869-4ace-b6ab-a53662f67002/width=450/20358827.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6Bp8%ot=rnUKbI;E3D-tJxY~SE3Ek$$=^ox", "type": "image"}, {"id": 20358829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24472cfe-4e67-4789-8061-71169e962a3a/width=450/20358829.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U6BysbOn=?$+%vENEMV{-$V]~SR+AFni^hb[", "type": "image"}, {"id": 20358828, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48f75bbd-4af9-4454-af73-2e62dc9ae3e3/width=450/20358828.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7CF;Hx@}-xZXgI=E2R+x-af^$I:XR-m~8OV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/654009", "modelId": 586046} \ No newline at end of file diff --git a/datasets/metadata/654026.json b/datasets/metadata/654026.json new file mode 100644 index 0000000000000000000000000000000000000000..bd0156511960c6a14ca0fe5b39853e2f759bcb44 --- /dev/null +++ b/datasets/metadata/654026.json @@ -0,0 +1 @@ +{"id": 654026, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-18T09:15:34.152Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 569045, "sizeKB": 12750.40625, "name": "Musashibou_Benkei_Ikkitousen.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T09:16:55.565Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4BBC9F14", "AutoV2": "93B7515B5A", "SHA256": "93B7515B5A6A24BB212A6112F471919BAEF105C11B3D1C339043EA6C19B45654", "CRC32": "1F08A654", "BLAKE3": "7B7260B82AC251B7AF188BEE19573BE45C12A7E8461F60A56D664227C797D62A"}, "downloadUrl": "https://civitai.com/api/download/models/654026?type=Training%20Data"}, {"id": 569046, "sizeKB": 22238.56640625, "name": "Musashibou_Benkei_Ikkitousen-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T09:17:17.099Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "057FC28B", "AutoV2": "8CF6A2DBE4", "SHA256": "8CF6A2DBE490BF528EC4D67D2FF877BE866B273FC7FCAFA92099D9295064E26E", "CRC32": "C88A728D", "BLAKE3": "92D0D4FFD026A8D2FB50BC78C5F9A7A91DF7BE8B8C998119D9067BAC9779A6AA", "AutoV3": "321C05CB24D5"}, "downloadUrl": "https://civitai.com/api/download/models/654026", "primary": true}], "images": [{"id": 20348677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79fdcbf1-0a4d-4a10-a1d7-3b82aa3d6e12/width=450/20348677.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UaQb%xs:Y8xt%dayxboL?^kCRnofxakCWEj]", "type": "image"}, {"id": 20348675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/096729cb-38c2-4421-a2ab-7eb7447e3aed/width=450/20348675.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UaQb%xs:Y8xt%dayxboL?^kCRnofxakCWEj]", "type": "image"}, {"id": 20348889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ef08101-8b6c-489b-b0de-e5d3906fef7d/width=450/20348889.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UUQJAljv%%yE~Ts+yEs+I=NGRPjF_3xuMxS6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/654026", "modelId": 586062} \ No newline at end of file diff --git a/datasets/metadata/654064.json b/datasets/metadata/654064.json new file mode 100644 index 0000000000000000000000000000000000000000..0492531eae28a7feeb218099183e476095fd9579 --- /dev/null +++ b/datasets/metadata/654064.json @@ -0,0 +1 @@ +{"id": 654064, "index": 1, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-18T16:25:14.173Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 26, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 569096, "sizeKB": 60457.642578125, "name": "654064_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T09:59:22.971Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "525248A6", "AutoV2": "28E8B2170D", "SHA256": "28E8B2170D4E27B0BD70D1F025EA3CAEC84D61EAA0F77726A0C1F6E79697FCA0", "CRC32": "07921751", "BLAKE3": "67D44298742AC247E96C4BF73788EF1FA4B55BA6CE10923D7EFBE3A35BB51B19"}, "downloadUrl": "https://civitai.com/api/download/models/654064?type=Training%20Data"}, {"id": 569823, "sizeKB": 223101.16796875, "name": "Glowing_Nature.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T15:50:41.323Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AEDEACC0", "AutoV2": "C811F449A5", "SHA256": "C811F449A52FD1E41EC30CFA05A27B80C79F8036F79CA20C69CBCC320BC02615", "CRC32": "F61DE3A7", "BLAKE3": "121BC26659B9096E51AF4A034585C76609E96B1F2D8FB665F9F6F942E504E406", "AutoV3": "2C3C26265E8E"}, "downloadUrl": "https://civitai.com/api/download/models/654064", "primary": true}], "images": [{"id": 20388282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15353b21-f48a-4aef-9c60-9bf9952bd582/width=450/20388282.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEBWM}xd9DI-x|ImRNocD}V;%3Set8t7R%M^", "type": "image"}, {"id": 20388280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a09149b-8f75-4ea5-99b5-2b78bc6fd7ec/width=450/20388280.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UB7BT%-@i@r=xT%5%4s;MtaHxvx^oiacoHt9", "type": "image"}, {"id": 20388281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c234d201-1f23-4548-875a-24506214585c/width=450/20388281.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6AB3gJ#00I..A%jI-Ri00xIs;%OxwIoI8t7", "type": "image"}, {"id": 20388488, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fc5ef3b-7ada-46da-94b1-0df845d029b2/width=450/20388488.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UE8=BaWFR1WElCIRn2oeMtnMs=W9s=t9RjV=", "type": "image"}, {"id": 20388489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f11dd782-a4ba-4e14-8b44-645ebe2f5de1/width=450/20388489.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UH8qLBNDIkxc%QtARhR%NCxcaxXAr:RMSL$,", "type": "image"}, {"id": 20388689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5ae2b51-258f-4d24-9e55-cdea3ec495d9/width=450/20388689.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UH8qLBNDIkxc%QtARhR%NCxcaxXAr:RMSL$,", "type": "image"}, {"id": 20388691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/465a0f03-4c11-4737-a696-c4138e175123/width=450/20388691.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UW9tZ@X=NywvX;p1fiV?X1t7bcWBo}o#o#f6", "type": "image"}, {"id": 20388694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e782586-baba-4574-bb32-970c0e5610f1/width=450/20388694.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U99G|a5ODz=T}:9^R=%2VnMts?tpNdR*wES%", "type": "image"}, {"id": 20388692, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0ed0be7-6ac1-4cee-87ed-bd0a2f295552/width=450/20388692.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UG7_+|RlI9x^yZR3R4tSDzZ~xckXMao$tnWA", "type": "image"}, {"id": 20388699, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fb69ba9-cbb1-4ba1-92e3-5960df337697/width=450/20388699.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEBE92Ri4,RhKl%jxGImD#T1%O$zoLs+OGjD", "type": "image"}, {"id": 20388706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a61dfd2-0768-46f9-9acd-26e05e82c5f8/width=450/20388706.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UV8h0ItpXUo$XTtSt8kDM@avogoKn#jaogj^", "type": "image"}, {"id": 20388708, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15f9b476-14a5-46bc-910d-b37d84cae616/width=450/20388708.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U87BvZN}8^$e%%toISV?4TxuyFNHDgZy%jSg", "type": "image"}, {"id": 20388704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/777e67b4-04c9-4d9d-9d31-c41bb66ac56e/width=450/20388704.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UI7U=St7M@kCtpkZRgj?I7fltTWBI7skxwfl", "type": "image"}, {"id": 20388707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1322a97-f178-4249-8560-2706218b0219/width=450/20388707.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UE8=BaWFR1WElCIRn2oeMtnMs=W9s=t9RjV=", "type": "image"}, {"id": 20388712, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/597fe372-52c0-48bc-861d-2423d1b6405e/width=450/20388712.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UB8XbJNa9Ws.-@ISMvxGImRhxboJS6s;s;XA", "type": "image"}, {"id": 20388710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d9aa81e-c732-46d3-a322-4c53717dff3c/width=450/20388710.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U88Y41OvH;WZ%jDgZyxaMaMt%1o$t8n#p0Io", "type": "image"}, {"id": 20388717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69e742f2-8e49-4783-80a8-a9d87971eb71/width=450/20388717.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8B|XUEvD4D~?K$.Rhxu4T$-EKxAR1tTrV56", "type": "image"}, {"id": 20388716, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3019110-0412-45c9-aeaf-09db93c1d3a4/width=450/20388716.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UB8rFK?dDNITS#SiR4n%DgW9t7V@R4V@o#i]", "type": "image"}, {"id": 20388720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a4e155f-5e4d-4aa8-a2fa-ecf5bc52fc57/width=450/20388720.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UA7LybVqManitmk]Z~RNQktntUWAM{R2pKaJ", "type": "image"}, {"id": 20388725, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/151a5ec8-903d-4f4e-851d-e7ace99af8fe/width=450/20388725.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U89j~6t9DgroKS?dwHI:4mOux_r;wG9EK7%O", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/654064", "modelId": 586095} \ No newline at end of file diff --git a/datasets/metadata/654321.json b/datasets/metadata/654321.json new file mode 100644 index 0000000000000000000000000000000000000000..163fc8370cb928a9fe433be3789d26df24170977 --- /dev/null +++ b/datasets/metadata/654321.json @@ -0,0 +1 @@ +{"id": 654321, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-19T02:41:20.153Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 19, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 569904, "sizeKB": 216984.828125, "name": "654321_training_data.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/654321?type=Training%20Data"}, {"id": 571044, "sizeKB": 223102.87890625, "name": "Mystic_Lumina_r1-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T02:36:29.635Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8BB2EE7F", "AutoV2": "9E44F2C9EC", "SHA256": "9E44F2C9EC5915FD081B24ED0C0EA7C0D68EC6EE4C10C0CB0B6429A34E878224", "CRC32": "9EABED0D", "BLAKE3": "A951FBA9D8F772BF6B91050E96062A1EC10E94A3EE65F8A576E26A26E3F5044E", "AutoV3": "DE743EA8A3E7"}, "downloadUrl": "https://civitai.com/api/download/models/654321", "primary": true}], "images": [{"id": 20451295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e37f4277-0725-4a6f-880e-2dd36f7b9a23/width=450/20451295.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U48~NfNZUu8w@EHq4ou6MH%%9E%gQkx]OcVW", "type": "image"}, {"id": 20451293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f11dc25f-6ec0-481b-b1de-875660bb722d/width=450/20451293.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDB{mx%QFnt90]kXw5RNNEIlIknl-txZnfSh", "type": "image"}, {"id": 20451292, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cc52a47-d247-4519-ad9e-860a6f804c83/width=450/20451292.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8EUP%Hq175S0NX9}=RP0~T0+u^P^0%05TJC", "type": "image"}, {"id": 20451176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/568c85e9-b4ab-4845-a293-4639b8557980/width=450/20451176.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Fhes$-*^Nq_Msp9hTM0J%0,m-V03W80JW8", "type": "image"}, {"id": 20451177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/021fc010-9791-412f-8867-f0a93929d1e9/width=450/20451177.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFD+Pyr;vx-V~Bxtv}xGD~s;$lR%E1$gNbo|", "type": "image"}, {"id": 20451178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/989ad09b-5a42-4993-a077-d68f5e2fb071/width=450/20451178.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9B;IQETvJY6~otTIVx^00xWM{#600VCM_iw", "type": "image"}, {"id": 20451294, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46e3d297-553b-431c-a639-a7e2ddd38817/width=450/20451294.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UED8*M4,5Q?d60rpw@Xp9s-qxcI:=xEeoN$c", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/654321", "modelId": 586302} \ No newline at end of file diff --git a/datasets/metadata/654405.json b/datasets/metadata/654405.json new file mode 100644 index 0000000000000000000000000000000000000000..4293917b521efe174359526f1af7303c1e2b7502 --- /dev/null +++ b/datasets/metadata/654405.json @@ -0,0 +1 @@ +{"id": 654405, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-18T16:05:55.000Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Piercing", "Body Piercing", "Face Piercing", "Arm Piercing", "Breast Piercing", "Stomach Piercing", "Leg Piercing", "Back Piercing"], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 569444, "sizeKB": 8139.8046875, "name": "654405_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T13:22:31.516Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8F6A51FF", "AutoV2": "77BA2B5620", "SHA256": "77BA2B5620B4035EB7F0B809966B9101DA4B3092B211F702FC2D58ABF13C7DF0", "CRC32": "7AACEE79", "BLAKE3": "F2B3D4E44B73F654747C4715C7CA9DF3D3A89C7619C06AE12FE0CC62A752AAA8"}, "downloadUrl": "https://civitai.com/api/download/models/654405?type=Training%20Data"}, {"id": 569964, "sizeKB": 223100.01171875, "name": "Fantasy_Piercing_Luis_Royo_Style.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/654405", "primary": true}, {"id": 569986, "sizeKB": 223100.01171875, "name": "Fantasy_Piercing_Luis_Royo_Style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T17:02:04.706Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/654405?type=Model&format=SafeTensor"}], "images": [{"id": 20394318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5671d54-1fa1-4c3d-b09c-a3d5661c1f8e/width=450/20394318.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UAECwgskJDE24.RkoIxu00kC4Tt6~qxuofRj", "type": "image"}, {"id": 20403799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06c907bc-f41f-48f0-85a0-eee23bfc06e7/width=450/20403799.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U8E:6;00Tf_N9G%M00IU4o?c$$%M00jYD%IT", "type": "image"}, {"id": 20403796, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3427fd5-63c2-4e02-8a8c-b9408cc6d545/width=450/20403796.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UCE:0rM{T0IU00E0M_Rj00~qn~%M9FM{Rjxt", "type": "image"}, {"id": 20395531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a691d99-67b2-4936-8027-bed24e0523d0/width=450/20395531.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U8EfTn4m9}Io9a%N8_Mx9F_4M_%2M{n$M_Rj", "type": "image"}, {"id": 20394325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3461eec-6dcd-446f-a2c3-9f372b89894e/width=450/20394325.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UFE{qj_4%hIVWV_4D%M{-;WBs,M{4ms:M_M_", "type": "image"}, {"id": 20394317, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70a2724a-8434-4cca-a99c-dcad7d3af393/width=450/20394317.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U6E{w#9F01.9EM-;009F9F_NROadM_MxjsD%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/654405", "modelId": 586341} \ No newline at end of file diff --git a/datasets/metadata/654452.json b/datasets/metadata/654452.json new file mode 100644 index 0000000000000000000000000000000000000000..75a9a9458dc6847e88b4656ae3c23873b4bad7de --- /dev/null +++ b/datasets/metadata/654452.json @@ -0,0 +1 @@ +{"id": 654452, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-18T13:45:11.184Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 569513, "sizeKB": 223098.98046875, "name": "Neyla-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T13:46:15.332Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D8209773", "AutoV2": "9FA49CFD2A", "SHA256": "9FA49CFD2A24D24A0179F7EB01347286776F035684DCFB8E3884CFFE5944FB02", "CRC32": "81E7A1E8", "BLAKE3": "F63604DA3C239E68A053871386CDE71A4061109C5AE2F1FBA384A14AAE84A1A9", "AutoV3": "3D6D77989A0F"}, "downloadUrl": "https://civitai.com/api/download/models/654452", "primary": true}, {"id": 569456, "sizeKB": 27.896484375, "name": "654452_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T13:21:27.331Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "6554E58037", "SHA256": "6554E58037B88CA91B16AF822404B578EFCFDA278AA140AF9751BFFD0584199D", "CRC32": "115B3A9D", "BLAKE3": "CACD19DC89BEE29C9BACC4296962FB8E2C390B3F3FCA16D3466D34A49AF35FEA"}, "downloadUrl": "https://civitai.com/api/download/models/654452?type=Training%20Data"}], "images": [{"id": 20372081, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6396a3a9-da0f-4e02-8619-92a7d82cc948/width=450/20372081.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U39P~U^84,=$Fr^S}wND0v-r-DI.-ptTIq9q", "type": "image"}, {"id": 20372085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7403bba4-0717-4126-acf0-8b55a5deed6a/width=450/20372085.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U5BMcH_N1CVF.NOkNZrZH@npIWV?M_E1RV-X", "type": "image"}, {"id": 20372080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bd6c73a-f08e-4527-95fd-c23c50cfc404/width=450/20372080.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UHDu=b?dkri^?dtRxvrr%1jcW=V?-Xe:R*of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/654452", "modelId": 586381} \ No newline at end of file diff --git a/datasets/metadata/654551.json b/datasets/metadata/654551.json new file mode 100644 index 0000000000000000000000000000000000000000..a7eade8f0bc2861683d3113e11c337935f46dded --- /dev/null +++ b/datasets/metadata/654551.json @@ -0,0 +1 @@ +{"id": 654551, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-18T14:13:20.397Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 569562, "sizeKB": 10392.138671875, "name": "Goei_Sonsaku_Ikkitousen.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T14:10:46.174Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CDD457B6", "AutoV2": "2E4D1B0C00", "SHA256": "2E4D1B0C00E2EFFDB59E96BD6D0983A6493F7624E7D73C2C415B774B4FC99447", "CRC32": "A9FC9C14", "BLAKE3": "B9439870FA0141EE65B40A42DC1975127A683B0AA291712676A44C0FE993B85E"}, "downloadUrl": "https://civitai.com/api/download/models/654551?type=Training%20Data"}, {"id": 569563, "sizeKB": 22236.65234375, "name": "Goei_Sonsaku_Ikkitousen-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T14:11:14.049Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3E47A02E", "AutoV2": "4105657406", "SHA256": "41056574068D25A73CC073ACDDAB6BB4870F4125CBC93E47BE64409FBB94A74E", "CRC32": "9005BF2D", "BLAKE3": "C93E043A09687D7E053F414900A37B4991DDD7DCFE8133EAC920FD288EADC5AE", "AutoV3": "A23D9E3CC9C8"}, "downloadUrl": "https://civitai.com/api/download/models/654551", "primary": true}], "images": [{"id": 20375102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28aa9ecc-8570-4497-bf8f-e39b272a14e5/width=450/20375102.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UgPFQQxa_4xaGrkC.7f*IVa|$%jt?Haynjay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/654551", "modelId": 586459} \ No newline at end of file diff --git a/datasets/metadata/65470.json b/datasets/metadata/65470.json new file mode 100644 index 0000000000000000000000000000000000000000..7222435e8ae924aed99e016e46aa1aaca6db82d8 --- /dev/null +++ b/datasets/metadata/65470.json @@ -0,0 +1 @@ +{"id": 65470, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-08T08:03:30.622Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 1108, "ratingCount": 187, "rating": 5, "thumbsUpCount": 208, "thumbsDownCount": 0}, "files": [{"id": 45910, "sizeKB": 7375.6943359375, "name": "Minami_Kotobuki_Trainning_Data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-08T08:05:59.638Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7F212512", "AutoV2": "A747A0B2CB", "SHA256": "A747A0B2CB5DF6F274EDC015D62BA3DF167A9D420A3A826008DF8203B46E55B5", "CRC32": "85591B44", "BLAKE3": "81A64CA90AD794587951D71BE6590BA854AAC1B2C2448260EF248B16031D4F1A"}, "downloadUrl": "https://civitai.com/api/download/models/65470?type=Training%20Data"}, {"id": 45909, "sizeKB": 27487.681640625, "name": "Minami_Kotobuki-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-08T08:05:56.662Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "36F7DD8F", "AutoV2": "B2BD4BA911", "SHA256": "B2BD4BA91110CE928D640017B6FFB2E26C1BDC4AEAE968A74EE54B312113163D", "CRC32": "B448FB5E", "BLAKE3": "183B3C9F5185F4FD4472E144FB4E68BCEA6AC470B4A633EE3BFE5EA830C67C5B", "AutoV3": "2B907664587D"}, "downloadUrl": "https://civitai.com/api/download/models/65470", "primary": true}], "images": [{"id": 2804187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4706e036-dc4b-4411-8896-d7690bd5f14b/width=450/2804187.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UaQ*[ox[.l%L-:kCV@WB%zaebujZt7ayf+WW", "type": "image"}, {"id": 724374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5b36339-4c9d-4413-b5cc-82c070c54217/width=450/724374.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCL3_w0000%N}Y00.R-CEdV{^Q9GF_D%RP-;", "type": "image"}, {"id": 724430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/206bc62c-21af-4482-83e9-534a298c7eff/width=450/724430.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCJt0t~p00^l0}9F1a~VMJ_N~qMx0ersMwIo", "type": "image"}, {"id": 724454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1fdf4824-e8c2-4b4b-b50e-dd1bb9a72c13/width=450/724454.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "ULM?Y;D%00?HMKIn56R60fNHRQ%3~Ca0SzM{", "type": "image"}, {"id": 724459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b174bf12-8c94-4e22-aac1-591fd1ed6dff/width=450/724459.jpeg", "nsfwLevel": 1, "width": 2504, "height": 1221, "hash": "U67n2s0|$M?bjGyE-B5QMwXS$%Ef}[57xF%M", "type": "image"}, {"id": 724458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9b73d9e-0c40-4b2f-b24f-65b738a0ab68/width=450/724458.jpeg", "nsfwLevel": 2, "width": 1246, "height": 1319, "hash": "UA8gaDt800WW~CWB0KWB-VfQELj]IpWV%Ms:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/65470", "modelId": 60998} \ No newline at end of file diff --git a/datasets/metadata/654814.json b/datasets/metadata/654814.json new file mode 100644 index 0000000000000000000000000000000000000000..1aaa81dbc54890af669f4c783c581db618532e3f --- /dev/null +++ b/datasets/metadata/654814.json @@ -0,0 +1 @@ +{"id": 654814, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-18T15:51:30.887Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 569815, "sizeKB": 22238.33984375, "name": "chousen_Ikkitousen-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T15:49:27.408Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CD2A96FB", "AutoV2": "2621B10067", "SHA256": "2621B10067F343D8D29199B7766C860A6AF251432D30C9BF730B9358847A778D", "CRC32": "4EFE4BCC", "BLAKE3": "7E6F092C750636493BA12C9CC00284EDA952EB3F092E863C986210AA109AE88D", "AutoV3": "473C02D23287"}, "downloadUrl": "https://civitai.com/api/download/models/654814", "primary": true}, {"id": 569814, "sizeKB": 12782.1220703125, "name": "chousen_Ikkitousen.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T15:49:33.203Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "39630663", "AutoV2": "41B640C8F0", "SHA256": "41B640C8F0B3448C129D72C984BE3A22B2D8A6AAA0691BDE02EFB6B4C45301DF", "CRC32": "8C9E5404", "BLAKE3": "30FE91ACF789AEB0A1A79FAD43004A2800A044B654EF630587FD92810EAC9FDF"}, "downloadUrl": "https://civitai.com/api/download/models/654814?type=Training%20Data"}], "images": [{"id": 20385260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/482cc629-897c-4458-99bc-f57bec8b0426/width=450/20385260.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UUR2f3%M*0%MxmWB%$kBysaei{kC%fe.aKaz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/654814", "modelId": 586673} \ No newline at end of file diff --git a/datasets/metadata/655054.json b/datasets/metadata/655054.json new file mode 100644 index 0000000000000000000000000000000000000000..bb845e2870916b42510f245511087b5af19ea6ba --- /dev/null +++ b/datasets/metadata/655054.json @@ -0,0 +1 @@ +{"id": 655054, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-18T18:13:41.760Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": ["yujeongwon"], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 570073, "sizeKB": 84887.857421875, "name": "yujeongwon.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/655054?type=Training%20Data"}, {"id": 570096, "sizeKB": 166547.54296875, "name": "yujeongwon-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T17:51:50.419Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1DBB64D7", "AutoV2": "47C225F7F8", "SHA256": "47C225F7F8B8B3CEF28EDD862DFEF9CA0C06C48E4D24CB4F31F11115E389DD38", "CRC32": "E41C1F8F", "BLAKE3": "EC0A3B165A1629A666D70876731AEBE3DD8ECB98BC8DB51D472FD86E0B73B0A8", "AutoV3": "C2915559F79C"}, "downloadUrl": "https://civitai.com/api/download/models/655054", "primary": true}], "images": [{"id": 20397182, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e94efb7c-7210-4856-b7d6-f66725477e3b/width=450/20397182.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1200, "hash": "ULLpK;~VX-%MbbR*xtEL9Gof?GxttSxaIooy", "type": "image"}, {"id": 20397175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec9c6a4c-0266-4218-801d-4fc50109c12a/width=450/20397175.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1200, "hash": "UFL{xY010KaK01NGEf%L~CoyD*Io^*RjniR+", "type": "image"}, {"id": 20397176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05509260-57d8-4886-82b4-034dd5fdd6bb/width=450/20397176.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1200, "hash": "UGJ%a[~pY6S$0#xu?Hoz9vxas;ozt6WBDjIV", "type": "image"}, {"id": 20397173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/493cff79-2fc2-40a8-84e8-b63288869881/width=450/20397173.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1200, "hash": "UNK9_m~VkrE2Ee-nxYs,9t%2xaa~?GjbV@WB", "type": "image"}, {"id": 20397184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7d7ce21-0385-4494-ad7d-d78a122723e8/width=450/20397184.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1200, "hash": "UCNSKW4.0JIBI,t8}?V|00t2?cw]xWM{M{t7", "type": "image"}, {"id": 20397174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/574dec41-435a-4e7f-8d51-aec034787dc9/width=450/20397174.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1200, "hash": "UHL3M{8_5sV??dR5?IM{0zn$%Kn%-oRjIoxG", "type": "image"}, {"id": 20397177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/704be55a-8db9-4be1-a16c-6a77d1a49077/width=450/20397177.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1200, "hash": "UULyZm~VXlX75l%2^+OEr?s,tQoc^*a{E2ja", "type": "image"}, {"id": 20397183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9819b4f4-2920-4399-9726-152b3917bde0/width=450/20397183.jpeg", "nsfwLevel": 8, "width": 1200, "height": 1200, "hash": "UIG*7}4.~p^P5P9uI:Rks+-p-UEM?Gt7%L-o", "type": "image"}, {"id": 20397190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2607773-8537-4b45-a86c-1b4c03a16558/width=450/20397190.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1200, "hash": "UOHAw=Iq~V56Swbcs.%2WC9tt7t6E2s:azxa", "type": "image"}, {"id": 20397187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eceb0178-4885-442f-bb6a-0fcd4e1e65be/width=450/20397187.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1200, "hash": "UDHwr-Io0eXS}[WVIVR+0iE1-WRjD%W;xajF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/655054", "modelId": 586860} \ No newline at end of file diff --git a/datasets/metadata/655111.json b/datasets/metadata/655111.json new file mode 100644 index 0000000000000000000000000000000000000000..758b7a898f7c6e269daf35f01f13a529277f0d5b --- /dev/null +++ b/datasets/metadata/655111.json @@ -0,0 +1 @@ +{"id": 655111, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-18T22:47:48.813Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 570455, "sizeKB": 31173.078125, "name": "655111_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T20:56:00.180Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9D8BC769", "AutoV2": "61ED8B12CF", "SHA256": "61ED8B12CFF9A4C8043CA5BAA09C17799B04BC1C2709832BE5F3AAC4F0284D8E", "CRC32": "72F68F19", "BLAKE3": "8B40FBC0D31360A0F4C82B4DAA73177C800A0AC4CE779B3C5EE0A55080DC02FD"}, "downloadUrl": "https://civitai.com/api/download/models/655111?type=Training%20Data"}, {"id": 570654, "sizeKB": 223102.37890625, "name": "Omnia-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T22:40:48.641Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "875725AF", "AutoV2": "050A9A8C17", "SHA256": "050A9A8C176BBB46FC22A99B0BDB1F19B92AB4D2F51F1F0DA42C84340B596DA0", "CRC32": "DDD65028", "BLAKE3": "F4695988CDC2C3F50FD46A26B8453FEBB0212CC122903287B4A73C1C49099265", "AutoV3": "CEBD9536DB5E"}, "downloadUrl": "https://civitai.com/api/download/models/655111", "primary": true}], "images": [{"id": 20425413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/529beb94-f059-45b4-963f-9546ebe6f9a0/width=450/20425413.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJMZ]m_2IV9F~pIV9Fxa-:WBD%xu9FoI4oj]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/655111", "modelId": 586907} \ No newline at end of file diff --git a/datasets/metadata/655178.json b/datasets/metadata/655178.json new file mode 100644 index 0000000000000000000000000000000000000000..5e3a99ba5c468f8ac008e3edbf90fc990d13c2b1 --- /dev/null +++ b/datasets/metadata/655178.json @@ -0,0 +1 @@ +{"id": 655178, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-18T18:41:03.523Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 570194, "sizeKB": 22237.86328125, "name": "Rossweisse_DXD-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T18:41:19.550Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "74F505CE", "AutoV2": "CB253AA20B", "SHA256": "CB253AA20B204C8460101CB13A464FBCB5C8059DBD6D4B12BF9E3E0A73B9A7C7", "CRC32": "92836F8F", "BLAKE3": "8924ED59C965CDD3632AFA221D0FC7F77983C060BCA1EAA3FB3C71204503DF78", "AutoV3": "85E733E708DF"}, "downloadUrl": "https://civitai.com/api/download/models/655178", "primary": true}, {"id": 570201, "sizeKB": 12746.5615234375, "name": "Rossweisse_DXD.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T18:45:47.201Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3CEB8C23", "AutoV2": "9907C8F248", "SHA256": "9907C8F2484AE4A514F89CAB67B1C6EC41BBF352ED935F307360187027F5B82C", "CRC32": "3D2A1053", "BLAKE3": "63422255457B3C90994518320D7036FBE5FE19AFB9ADE571A40B909B77FDB083"}, "downloadUrl": "https://civitai.com/api/download/models/655178?type=Training%20Data"}], "images": [{"id": 20401988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99921bb4-5fad-43ab-9385-391a253cc646/width=450/20401988.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UbO:t.fkI:t7-;t7_2t6_NjuVsWBIUaeIUoe", "type": "image"}, {"id": 20401989, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ad5f4bd-3499-422b-b2cf-84f10528601b/width=450/20401989.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UbO:t.fkI:t7-;t7_2t6_NjuVsWBIUaeIUoe", "type": "image"}, {"id": 20402501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36c679ac-9eed-4ec6-9075-73726a9a3790/width=450/20402501.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UtM%+oxu%gRj~qWBtQxuW;RjjFt7x]xuM{M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/655178", "modelId": 586962} \ No newline at end of file diff --git a/datasets/metadata/655199.json b/datasets/metadata/655199.json new file mode 100644 index 0000000000000000000000000000000000000000..faca5cb829af5c066f10cba9be403e5497fbd2c9 --- /dev/null +++ b/datasets/metadata/655199.json @@ -0,0 +1 @@ +{"id": 655199, "index": 1, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-18T19:50:33.598Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 570239, "sizeKB": 11172.076171875, "name": "655199_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T19:06:17.540Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "273C5A01", "AutoV2": "C591B20493", "SHA256": "C591B2049392B19BB52FBEC14E0885630D1E4C009EDFE9FD03EDA370D6E21D4D", "CRC32": "7EA0EF56", "BLAKE3": "293842F38E715D6AC4C6DB98BE901DB4980171B6F4E0CF295521656FB97E97EB"}, "downloadUrl": "https://civitai.com/api/download/models/655199?type=Training%20Data"}, {"id": 570335, "sizeKB": 223104.11328125, "name": "Rocky_-_Paw_patrol_-_fannon.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T19:51:26.090Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F29B6482", "AutoV2": "51E786E617", "SHA256": "51E786E61738B93F8930E01CBE9E250FF62DA0FEE51B75A8F7D63F4C22D5EF19", "CRC32": "E03AA94F", "BLAKE3": "553B66973BB1E1BD42BA4A8AF4BEA9C1B46B33CBBFB61E7BBB04EE41D2300B2B", "AutoV3": "6F94E606B6C8"}, "downloadUrl": "https://civitai.com/api/download/models/655199", "primary": true}], "images": [{"id": 20408951, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d607f41-7d71-44c7-bd0d-720894b1c4cf/width=450/20408951.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNHLSI?GR8%Lv|%1oext~Ct6O9oMoHoeM|WC", "type": "image"}, {"id": 20408952, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81fb8991-f265-49e0-9852-fced9503066f/width=450/20408952.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4B|?2ug00:^0dyY%4Q-L^Vu4,KassMdyBcX", "type": "image"}, {"id": 20408956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/148885a5-ba78-4f18-8288-509ea26dda2c/width=450/20408956.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFEg:M8xK%bv0vMetkoy?KaheloyEIn%Rle=", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/655199", "modelId": 586983} \ No newline at end of file diff --git a/datasets/metadata/655242.json b/datasets/metadata/655242.json new file mode 100644 index 0000000000000000000000000000000000000000..643e57f626d370f6b563716d33f7cf7d3f784b55 --- /dev/null +++ b/datasets/metadata/655242.json @@ -0,0 +1 @@ +{"id": 655242, "index": 0, "name": "V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-18T19:57:21.154Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 570250, "sizeKB": 11172.076171875, "name": "655242_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T19:11:14.357Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "273C5A01", "AutoV2": "C591B20493", "SHA256": "C591B2049392B19BB52FBEC14E0885630D1E4C009EDFE9FD03EDA370D6E21D4D", "CRC32": "7EA0EF56", "BLAKE3": "293842F38E715D6AC4C6DB98BE901DB4980171B6F4E0CF295521656FB97E97EB"}, "downloadUrl": "https://civitai.com/api/download/models/655242?type=Training%20Data"}, {"id": 570344, "sizeKB": 223104.11328125, "name": "Rocky_-_Paw_patrol_-_fannon.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T20:00:54.725Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9BE865C9", "AutoV2": "9A94D9F691", "SHA256": "9A94D9F69102350AA2D0F817F92DCD8B32BAE6BE3D6DBB94344E850FA8C91000", "CRC32": "C381A8E1", "BLAKE3": "911596AE64E33ED9CBB39BE73FCF6D9C03F75B973E18E4555FA972645EE66ACD", "AutoV3": "3D56889B7951"}, "downloadUrl": "https://civitai.com/api/download/models/655242", "primary": true}], "images": [{"id": 20409861, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54cc489c-3a58-4a0c-8a0e-b098f8f9d2d4/width=450/20409861.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHINQ*xG|F,@01t7WUaK%3ayOmSx9HNGWEWr", "type": "image"}, {"id": 20409862, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b4160fe-7a33-49f3-b62e-3c1243a54e10/width=450/20409862.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJKckKIV]Q=b8zW:I:E3}@IpJ~Nbr;fkr_af", "type": "image"}, {"id": 20409863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f8b0ab1-d016-41c6-a83a-81f2ddc56389/width=450/20409863.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQJZ-rE3}pNF02EhIqoM={W.Svw^Rjs9s.R+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/655242", "modelId": 586983} \ No newline at end of file diff --git a/datasets/metadata/655280.json b/datasets/metadata/655280.json new file mode 100644 index 0000000000000000000000000000000000000000..a40c740ad1688cda45fab98bd1648c46fa5e0b49 --- /dev/null +++ b/datasets/metadata/655280.json @@ -0,0 +1 @@ +{"id": 655280, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-19T14:51:58.341Z", "availability": "Public", "nsfwLevel": 17, "description": "", "trainedWords": [], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 572106, "sizeKB": 223130.69921875, "name": "Anet_Valence_futanari.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T14:52:21.522Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "15A69934", "AutoV2": "19DF360CA2", "SHA256": "19DF360CA2DF5D3C9517DEEFD6AF047E0777531008501B192A0F21D694FAC77C", "CRC32": "91A25F8E", "BLAKE3": "FCD7FDBBB78E8D5106FCC8A8100B09E781AC0A75ADF707838A5296E5637BA084", "AutoV3": "22E22D53E9A1"}, "downloadUrl": "https://civitai.com/api/download/models/655280", "primary": true}, {"id": 570295, "sizeKB": 1230142.767578125, "name": "655280_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T19:36:59.394Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "10C6DDD5", "AutoV2": "878CC0845B", "SHA256": "878CC0845B8DEC38C95BA4DF3EBD6BE37EA341626796AA0819A63FAEB6676F56", "CRC32": "D88EE3A1", "BLAKE3": "FE282E6F5E0CF76455F64BF289E214F6C41B5489DDF100AAA8E2D1C75943E800"}, "downloadUrl": "https://civitai.com/api/download/models/655280?type=Training%20Data"}], "images": [{"id": 20517828, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7f94fa6-e0cb-4f8e-b572-fea5e07696e7/width=450/20517828.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6FO1AE1000h0|-oW@NF03#R}?.8=YT0?HIU", "type": "image"}, {"id": 20517829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9df3502f-27d0-496b-9fe2-1ef42a4873ce/width=450/20517829.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCCYt3-:F{?G~q-:%NNHJ.tR?HE1ozoffRM|", "type": "image"}, {"id": 20517826, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64ca4d80-a5e2-44bc-922b-0998663883df/width=450/20517826.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDD+3t~B0z0f%MI:%MxaNbNG%2%2ozR+Rjt6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/655280", "modelId": 587049} \ No newline at end of file diff --git a/datasets/metadata/655281.json b/datasets/metadata/655281.json new file mode 100644 index 0000000000000000000000000000000000000000..9520822dc2a07efd3d03c7e69b69d238c01bdbde --- /dev/null +++ b/datasets/metadata/655281.json @@ -0,0 +1 @@ +{"id": 655281, "index": 1, "name": "SD 1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-18T19:29:09.388Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["TheodorePetersonHN"], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 570289, "sizeKB": 36982.7890625, "name": "TheodorePetersonHN.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T19:31:23.814Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DFF6C357", "AutoV2": "8039DE61B3", "SHA256": "8039DE61B38F5803418B65AC8335D6CCB679AA908DAA7AF815A2C648299CE8F0", "CRC32": "8214D5F2", "BLAKE3": "89A6A72412F556540D6BF14FF6E9EB6CB5B3C208B4705450212B830EECC83742", "AutoV3": "69B833A065DD"}, "downloadUrl": "https://civitai.com/api/download/models/655281", "primary": true}, {"id": 570290, "sizeKB": 195512.3251953125, "name": "654820_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T19:31:29.862Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FA0E4B39", "AutoV2": "01799A4115", "SHA256": "01799A4115292806468D68207AADDC750DD332BF24F8187DF2DE1183BB4A03E6", "CRC32": "73ADFBE3", "BLAKE3": "8A9E46DB04F0F6C8AAEDF96756B6200C9AD01867CD5F24E174B0C005CCCC4F32"}, "downloadUrl": "https://civitai.com/api/download/models/655281?type=Training%20Data"}], "images": [{"id": 20406736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2af3c055-55b5-4223-a6da-a5e864d900b2/width=450/20406736.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBB{Ab^Q~9-nk=?G-U%1IB}rIqI@EL0MRRM|", "type": "image"}, {"id": 20406732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74026699-8cfc-4404-b177-4970715fbece/width=450/20406732.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UACrvEXAxU0gN2={=_t7^*}?Iobb9G=_t7xt", "type": "image"}, {"id": 20406733, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fd025a4-24b7-4851-8a9b-39fd2444ef15/width=450/20406733.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBEUDZ1h015R62^10$w_0#$%^5EM#T9_}?s:", "type": "image"}, {"id": 20406747, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e29e4d33-5b08-419f-9365-011c499f698a/width=450/20406747.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7AcJR}8oHIUMJ=|E0M{x@T0NHoM579ZtSX9", "type": "image"}, {"id": 20406730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5eb009b2-f2a5-427c-a58b-5a963c9aee4c/width=450/20406730.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U8B2fO}sR5M{bw$%,pRk=_s.nijG9uRkozof", "type": "image"}, {"id": 20406728, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85df9f84-4b9c-4974-a37f-bf07669c686b/width=450/20406728.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDDH.{}?0M58tkOD9uRkE3NHxG$%IpafxZs.", "type": "image"}, {"id": 20406729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9116fd1e-76f3-4a67-bc5a-b9359184305c/width=450/20406729.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCDb7y}?02E2.7Nw57WB0zIp-U%157e.xtNb", "type": "image"}, {"id": 20406731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7b3d8ae-22e9-411d-8dda-3f492f414b47/width=450/20406731.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIF#p:9Ex[-;~WMc9a%M?bDikDtR?HIB%LI=", "type": "image"}, {"id": 20406735, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adb110d7-ba54-4ad3-ab00-a665aee137c2/width=450/20406735.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UADkA0}q0NoL5nEh9]R,0~9^-A=wNG-9}?s.", "type": "image"}, {"id": 20406734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0d3723e-22f5-499d-8f87-ad10fb7ab0b8/width=450/20406734.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UNBClQ^hI:E3~A=_R*EM%0xZWCNHM|RlNdR+", "type": "image"}, {"id": 20406742, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb9349c0-0e7e-4b8a-a2b4-785cd3202843/width=450/20406742.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAChTh}@EKIo0#EME2Rj-R%0t8xH4:9ubwt7", "type": "image"}, {"id": 20406746, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffc34126-37fb-45da-9479-e0bae9a4da0d/width=450/20406746.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U6Au,M}@NE5QJCxG9tEL%JoyNKw|0e9ukEXA", "type": "image"}, {"id": 20406745, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98062c9d-8ade-48d2-9386-1b13c2239622/width=450/20406745.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFB.N3}s#+,:xZ=xs-jE-nxZs.s;ELNas:og", "type": "image"}, {"id": 20406748, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee3f32d3-f27a-41c1-96c5-884adab8c1e8/width=450/20406748.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U7BV*I;{ELTdIAIoIoIp_N%gNes;57InWZxb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/655281", "modelId": 587048} \ No newline at end of file diff --git a/datasets/metadata/655284.json b/datasets/metadata/655284.json new file mode 100644 index 0000000000000000000000000000000000000000..459eaa254ea15d1733ae5ae4919a3e2f48259452 --- /dev/null +++ b/datasets/metadata/655284.json @@ -0,0 +1 @@ +{"id": 655284, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-19T20:25:12.279Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 570914, "sizeKB": 223100.02734375, "name": "NutsNutsStyleXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T01:26:45.019Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "12B1210F", "AutoV2": "956BB5A3F9", "SHA256": "956BB5A3F96948CB0607E60A34D882746F0178D6537146488B388BE1A4716BF9", "CRC32": "D5EEEF62", "BLAKE3": "9666B5860F5B818801FBB4BA005F6F497081AC5D57332DD7AF9FA1499F8315D9", "AutoV3": "9191B97C73AC"}, "downloadUrl": "https://civitai.com/api/download/models/655284", "primary": true}, {"id": 570299, "sizeKB": 3525.662109375, "name": "655284_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T19:37:12.075Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A432D3C6", "AutoV2": "43819D3612", "SHA256": "43819D3612CF9A0154B5E6BD5F7E1F7674BB349220A67E97EBB824BC1BEE670F", "CRC32": "4B663654", "BLAKE3": "3FF7FC4297618EFB6E3B394F6D19059ADC85E33F31829F422D3F46BCB4B9CCF4"}, "downloadUrl": "https://civitai.com/api/download/models/655284?type=Training%20Data"}], "images": [{"id": 20545735, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f979448-947b-4c1a-8b0f-e28b7189b00f/width=450/20545735.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UGDSE-i_XSE100?GM{Nc~pIo-psm4oNHM|%2", "type": "image"}, {"id": 20560175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14784398-232d-42e3-bfe0-d4f876fa7f80/width=450/20560175.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UIJ7Hy~A%L57oyNbWqM|smbv9G%1enRjRjj[", "type": "image"}, {"id": 20545738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbfe8e43-f152-436c-a802-883393138a6b/width=450/20545738.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UDF5Qz~V0L010f9aNGNG4:Iot7^*Ip%1%Lt7", "type": "image"}, {"id": 20545730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/535e9814-4e23-4448-891d-36165c74045d/width=450/20545730.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UDIqP@~Acts.IAE19F$%9u-;R4s:9FMx%MWB", "type": "image"}, {"id": 20545729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03c36d2e-2a08-4446-9087-7b19a6dd57e0/width=450/20545729.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UFGtf_~BV?9a?GIpRjazxuNaWC%2NGoLofs:", "type": "image"}, {"id": 20545728, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93b03d4c-0818-4dc2-b6bd-3690e1bfec02/width=450/20545728.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "U$I=DS-oxuoz*0t7WCt7S%t6nijYIVkBf5V@", "type": "image"}, {"id": 20545731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b16211e-8e8f-4541-a051-59a54eef01e3/width=450/20545731.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UJI4w]4TDi?v~qR5D$%g4oxu-pIUIo.8IUMw", "type": "image"}, {"id": 20545727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35218e3e-d20a-45fb-83b8-b311801fb533/width=450/20545727.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "U7FXu2~V0L^*0g0L9a$*00IU~B-U4on$?GNH", "type": "image"}, {"id": 20545732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47879a27-5049-4e63-82c1-88bcbf5288ff/width=450/20545732.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UDFFHI~pK}57TdoN9uxGDlsWMfNG~V%1MxE1", "type": "image"}, {"id": 20545734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d339725-d34f-4dc0-9978-18a0e49859c1/width=450/20545734.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UGE_,J0L56~B_3$*9ZNG-:ofxYIVI;-oWBRj", "type": "image"}, {"id": 20545733, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5fa8a3e-8ea7-425c-9fdc-fb15738df64c/width=450/20545733.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UHFhx5~WW;9Z9b4oE2M{-o%L-:xax]t8a}f6", "type": "image"}, {"id": 20546499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0f75feb-8632-486a-9203-c78e3fdb3bfc/width=450/20546499.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1728, "hash": "UeI}kpV@tmW?_NjEV@o#X9t6MxxaxuRjRPR*", "type": "image"}, {"id": 20546498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46bf686b-0612-48d6-befd-cc2ec111f9dd/width=450/20546498.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1728, "hash": "UUGk:#xtX9Ip?wt6s:of.8xtWBs:-;oeoJt7", "type": "image"}, {"id": 20574955, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f1ad484-cece-4cb7-ac66-33d393883b74/width=450/20574955.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UeJtVQRotkn$?wxut7NG?IxuMyV@_3ozRPoJ", "type": "image"}, {"id": 20574956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/988c7103-e1eb-4b77-b3d8-4861fd608be0/width=450/20574956.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UhGIfTM}t+%2~qoetSs:%ht7oNRkxuoyocRj", "type": "image"}, {"id": 20574957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf0c38d6-0553-4cf7-a20b-a5c4bedd605e/width=450/20574957.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UJHLCl-:ptM{*HkVELM{9an+Djs.$NbbMyt6", "type": "image"}, {"id": 20574958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/300f9893-0e2c-4354-a211-fbf8fdba1d71/width=450/20574958.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1152, "hash": "UhG8.m%0S$o}_NxBn$ozTeWCr=oLx]XSWBjZ", "type": "image"}, {"id": 20574959, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5eebc9ed-1ee5-4cc2-b004-76efccdea999/width=450/20574959.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1728, "hash": "ULJ@aoE1~V^*RjxuIAt7M{oeIVIVaet7kCWB", "type": "image"}, {"id": 20574960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce603d64-0063-4702-90b9-99b375bc67c2/width=450/20574960.jpeg", "nsfwLevel": 1, "width": 1728, "height": 1728, "hash": "UIE.^aItU]=^7jS$I9jFYRs.8_Ir5?%2#QE1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/655284", "modelId": 587052} \ No newline at end of file diff --git a/datasets/metadata/655286.json b/datasets/metadata/655286.json new file mode 100644 index 0000000000000000000000000000000000000000..db98a0df611d7526b8bba2f9a9f2b484f0323db2 --- /dev/null +++ b/datasets/metadata/655286.json @@ -0,0 +1 @@ +{"id": 655286, "index": 0, "name": "PONY", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-18T19:33:37.798Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["TheodorePetersonHN"], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 570297, "sizeKB": 223104.99609375, "name": "TheodorePetersonHN (1).safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T19:36:41.849Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "38B96F8F", "AutoV2": "DA00AE4EE0", "SHA256": "DA00AE4EE05B641965A401D8EACEEA1054941B255FDE9EFD98380ED05BEF3F3A", "CRC32": "071FD18A", "BLAKE3": "2D1AA7C73F5C6ABFC992719DB8F34BE395E3E532462D7873AAEA711534012294", "AutoV3": "C519D9EFAFA3"}, "downloadUrl": "https://civitai.com/api/download/models/655286", "primary": true}, {"id": 570296, "sizeKB": 195512.3251953125, "name": "654820_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T19:36:19.743Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FA0E4B39", "AutoV2": "01799A4115", "SHA256": "01799A4115292806468D68207AADDC750DD332BF24F8187DF2DE1183BB4A03E6", "CRC32": "73ADFBE3", "BLAKE3": "8A9E46DB04F0F6C8AAEDF96756B6200C9AD01867CD5F24E174B0C005CCCC4F32"}, "downloadUrl": "https://civitai.com/api/download/models/655286?type=Training%20Data"}], "images": [{"id": 20406959, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ac3a270-51bf-4677-8129-d93d86bd5e65/width=450/20406959.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U8FOff~80Nx_0J5800jE0zt6-qM|MwxY?bt5", "type": "image"}, {"id": 20406951, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b57bf03-4fe4-43e1-8055-07c5fb3f334a/width=450/20406951.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UOG[.*t7_Nt64nbIt6Ri?ckCM{ae%gj[jFjs", "type": "image"}, {"id": 20406958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87c8ea39-83f2-4bb9-9027-4754262b8889/width=450/20406958.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U984x[z,9YKQQko#OFEL,oxuNaM{K-M^Rjoz", "type": "image"}, {"id": 20406953, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce320cdb-d4cb-4d76-b0fa-c183837577aa/width=450/20406953.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UHF=Q~^%~pxu0Mnit6R+~VX8IpR*0fIWR*WC", "type": "image"}, {"id": 20406952, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e37fc05-1bf8-4676-abf0-189d86598b94/width=450/20406952.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U9Ed@w=_05I]4,I:D~xC0-Nb}[a~E1xZ^jNb", "type": "image"}, {"id": 20406957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a00d0d30-98d1-48b7-9d8d-8c09f766836e/width=450/20406957.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UCCPuB^hxs?I00IURja|Kno#s.RiMvXBkDIo", "type": "image"}, {"id": 20406961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1e6810f-62c4-4054-8c51-67d8258f0d0c/width=450/20406961.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULIpYg59-:%1.TxEg4xZksS3jJNI~BENxFsm", "type": "image"}, {"id": 20406960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/316e41e7-f853-448d-a4d6-c1f86403d267/width=450/20406960.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UBExY0~AW,%101=_%KoI579a58I;TJI=IXIW", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/655286", "modelId": 587048} \ No newline at end of file diff --git a/datasets/metadata/655400.json b/datasets/metadata/655400.json new file mode 100644 index 0000000000000000000000000000000000000000..01615e99c45ce73098753c0d19b3368d8b5262ff --- /dev/null +++ b/datasets/metadata/655400.json @@ -0,0 +1 @@ +{"id": 655400, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-19T18:35:58.166Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 570420, "sizeKB": 22849.548828125, "name": "655400_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T20:41:12.443Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B41E0C84", "AutoV2": "96E553BAC8", "SHA256": "96E553BAC8599B9B5DB3FADBF515220E5EE6C6968DD327A58EF1D2A01FA60E2D", "CRC32": "6876E58B", "BLAKE3": "7D628CD0F3C091648DEFB4C38FA8A77041F6BA7957E7A9927024C321D9509E89"}, "downloadUrl": "https://civitai.com/api/download/models/655400?type=Training%20Data"}, {"id": 570896, "sizeKB": 223110.88671875, "name": "Fiore_by_Baru_val_val_PONY.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T01:10:52.219Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D5A88370", "AutoV2": "4333B0F873", "SHA256": "4333B0F8737F94887B212399443024C19F027F693D5F5848DB779FE17DD16D69", "CRC32": "C3DE7E17", "BLAKE3": "BDF6363EB3B245755879EDEB2FD5D95CAFF96278D6495F4C5ADA9BA1BBCD6BA6", "AutoV3": "00D3EC4AAB5E"}, "downloadUrl": "https://civitai.com/api/download/models/655400", "primary": true}, {"id": 570897, "sizeKB": 223110.88671875, "name": "Fiore_by_Baru_val_val_PONY-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T01:10:53.588Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "78E146E3", "AutoV2": "85B9CB2221", "SHA256": "85B9CB2221BC75C15DF3653BBCAE81E592DA8ED402DF1F982C0B8E909A68E7FF", "CRC32": "BF7CF3AA", "BLAKE3": "FA8EF7703BC51A3857DB10D348D48D43D1D12A379D13DD2684192F644896EA70", "AutoV3": "B9130ABD4053"}, "downloadUrl": "https://civitai.com/api/download/models/655400?type=Model&format=SafeTensor"}], "images": [{"id": 20537507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bdebfbf-cb9f-4588-9fb0-3ef762d84b89/width=450/20537507.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UXMt2aW??^-:%#niafoI#6ozElV^yDe-t8bw", "type": "image"}, {"id": 20537531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/474058d4-9306-44b6-a1e7-fba5e44102be/width=450/20537531.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "UkNSW~a^~AaP?@%Lb=RP-pt6S%njs%M|XAWU", "type": "image"}, {"id": 20537577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73c75642-360d-44a2-a3fd-3d4abfd87637/width=450/20537577.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "UUNl.Ix^F_xD.T-V%fW:xaNF-;S$={V@Nfxu", "type": "image"}, {"id": 20537602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/066e0f20-4b75-4aeb-b6f2-6fc6c553957c/width=450/20537602.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "UUO2?m$+?EyB?wQ-5s?ax9t4xvo~tQSj-mR%", "type": "image"}, {"id": 20537603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b6c3087-dd3f-49bc-8f95-01be444f8bce/width=450/20537603.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "UUNcHU$k^hx[_4R5Ek?tiZxCXUWZb{XA%1oa", "type": "image"}, {"id": 20537623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd726438-7446-4e0a-be7e-b54d97e0ccfb/width=450/20537623.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "UMMGe,Md?]r?=|ivF|oMDhxC-;t7%%ozI9t6", "type": "image"}, {"id": 20537671, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1546d629-e5e6-49b8-9565-c13f3c075cd5/width=450/20537671.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "UIMQ6e%3PVtR-pofPVt78_WB^kX8_4RjDioe", "type": "image"}, {"id": 20537740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a07ff45-6065-40ef-8844-d9b0649b33be/width=450/20537740.jpeg", "nsfwLevel": 8, "width": 768, "height": 1024, "hash": "UUP5$eIBUHWBO?W;-VoeI;f6n$WBSha}s:s:", "type": "image"}, {"id": 20537815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e354a3e2-da21-4b70-8904-a2d9950bbd66/width=450/20537815.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UgL;N[t7.Txu^,jZNabb9GayX9bIt7j[fkj[", "type": "image"}, {"id": 20537866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6d5ec7c-06d9-49f0-90d7-4a5dda0bbe76/width=450/20537866.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "UXN9nk?ECm%y4=TKTLodiex[s9oyivRnovWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/655400", "modelId": 587147} \ No newline at end of file diff --git a/datasets/metadata/655414.json b/datasets/metadata/655414.json new file mode 100644 index 0000000000000000000000000000000000000000..25dd3648898154f42a661f990cac6b836c638e9f --- /dev/null +++ b/datasets/metadata/655414.json @@ -0,0 +1 @@ +{"id": 655414, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-18T20:41:29.792Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 570425, "sizeKB": 22238.43359375, "name": "Ouka_Takanashi_IchiyoMoka-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T20:46:50.803Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7E64B422", "AutoV2": "8F5953C4BC", "SHA256": "8F5953C4BC7EBBBB5403C237C5DAC0A60E9C41B2BFF610B28EFB1304E5ED6D21", "CRC32": "55221936", "BLAKE3": "5AEDEB98419F56D5F6BA021DB2A726CFD5AAE1F696B3A61804E013130784C983", "AutoV3": "4661C3F186D6"}, "downloadUrl": "https://civitai.com/api/download/models/655414", "primary": true}, {"id": 570426, "sizeKB": 11955.0634765625, "name": "Ouka_Takanashi_IchiyoMoka.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T20:47:19.753Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "14CCE382", "AutoV2": "EA1BACC9D2", "SHA256": "EA1BACC9D2F6EB66FC6C22901F0DB3A592C5CF9779D21EC2624D2E71C953B082", "CRC32": "539ACE55", "BLAKE3": "84DBBEDD5752D5C4D41C07CC41DB7E8C464590034156D43B04B7923ACDACF921"}, "downloadUrl": "https://civitai.com/api/download/models/655414?type=Training%20Data"}], "images": [{"id": 20414159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0db0521-a6fb-4681-8b5a-9e0cc48be1b4/width=450/20414159.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UzOD2*t7?^t7S2ofxuayE1oyxZWB%2ofRkWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/655414", "modelId": 587156} \ No newline at end of file diff --git a/datasets/metadata/655553.json b/datasets/metadata/655553.json new file mode 100644 index 0000000000000000000000000000000000000000..25aa2323960efa23d76fbef35c8e0b48b2e8de4e --- /dev/null +++ b/datasets/metadata/655553.json @@ -0,0 +1 @@ +{"id": 655553, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-18T22:01:02.451Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 570578, "sizeKB": 55420.3125, "name": "Shizue_NEETnANGEL-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T22:01:21.555Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "106739C9", "AutoV2": "3F0BC3BA07", "SHA256": "3F0BC3BA07E2DEA67F79F97D5532CBF73BF0056D46563CB0F49C760CDCDA0874", "CRC32": "ABF90D19", "BLAKE3": "ABAAC0F7786AF14CA6D8403FE6BAA672B046422982D673E6097BC30CE26ECB0C", "AutoV3": "620C586C7C4A"}, "downloadUrl": "https://civitai.com/api/download/models/655553", "primary": true}, {"id": 570579, "sizeKB": 13055.7783203125, "name": "Shizue_NEETnANGEL.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T22:01:22.259Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "33289E7C", "AutoV2": "33451C53ED", "SHA256": "33451C53ED2656B396ED17CD658216796FE035754382E3443FA8617103875196", "CRC32": "AEC279BE", "BLAKE3": "704311F53907730A16B9B0C6FBC5BA56BF123F8C7D829C2EB6B91AAAEDC18E56"}, "downloadUrl": "https://civitai.com/api/download/models/655553?type=Training%20Data"}], "images": [{"id": 20421113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb33982b-1970-4ded-93ba-e2d67ef70eb0/width=450/20421113.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UkLX3;-p?wt7%MM{?bog-;ofaKV[Iooft7t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/655553", "modelId": 587268} \ No newline at end of file diff --git a/datasets/metadata/655555.json b/datasets/metadata/655555.json new file mode 100644 index 0000000000000000000000000000000000000000..e957ad34338a8f6ffb808af44016e41365d9bdb8 --- /dev/null +++ b/datasets/metadata/655555.json @@ -0,0 +1 @@ +{"id": 655555, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-18T22:50:01.557Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 570601, "sizeKB": 49777.78125, "name": "655555_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T22:10:48.056Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "49AF3F27", "AutoV2": "F1CDD7AC04", "SHA256": "F1CDD7AC04788DC0BA92CFDFE38E08324265A09BC04098001D539665EF312C70", "CRC32": "5920ECD5", "BLAKE3": "2E7EC01A251FDA6CD7167D335844365F6C6EC5C8A98DB305D7855A8F621A66C1"}, "downloadUrl": "https://civitai.com/api/download/models/655555?type=Training%20Data"}, {"id": 570666, "sizeKB": 36979.1015625, "name": "FIFAFaces.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-18T22:50:46.546Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "44A030D9", "AutoV2": "1A9871D54A", "SHA256": "1A9871D54A8213CC8C2B4BE9F8FD69116273774BFAEA817557338A424D152FC0", "CRC32": "6CA43605", "BLAKE3": "5BBAA1C1D6C1FC5026160E0640AACF292F503FFCCF883097A36C9FF25972DD79", "AutoV3": "11A18B7B2866"}, "downloadUrl": "https://civitai.com/api/download/models/655555", "primary": true}], "images": [{"id": 20425699, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77af4fdf-f8d0-4672-89b4-e25aafdb9c69/width=450/20425699.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U~NTzXj[~qt7%MayWBj[ozfQRjfR%Mj[WBay", "type": "image"}, {"id": 20425700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4fcee36-a7bc-4104-a471-69656cb75798/width=450/20425700.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U=Qv5mof.Tofo|aynjj[o}a|jEj[xujtfka}", "type": "image"}, {"id": 20425697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e96a2403-253e-4677-97e3-4e66533a3ffe/width=450/20425697.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U{P~$gWB.mxukCays:j[ShfjjFfQtRa|oKoL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/655555", "modelId": 587270} \ No newline at end of file diff --git a/datasets/metadata/6557.json b/datasets/metadata/6557.json new file mode 100644 index 0000000000000000000000000000000000000000..6d2b9d787a5ef0d3e2a346e53e0b63bdf66a3735 --- /dev/null +++ b/datasets/metadata/6557.json @@ -0,0 +1 @@ +{"id": 6557, "index": 0, "name": "annie_v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-01-29T05:37:23.352Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["annie \\(league of legends\\)"], "stats": {"downloadCount": 3245, "ratingCount": 279, "rating": 5, "thumbsUpCount": 328, "thumbsDownCount": 0}, "files": [{"id": 7525, "sizeKB": 8066.3330078125, "name": "annie.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-03T00:13:50.494Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FE85F263", "AutoV2": "7432445B92", "SHA256": "7432445B921B5CE7BF811D942E80001DE0D57397DB1C8175CC898A2B315FB24F", "CRC32": "6FD6B28B", "BLAKE3": "9920690A0A0A08F2D7143F870AEA2E9B7A9D2D1EBF127B1B0F5FE49F9101473D"}, "downloadUrl": "https://civitai.com/api/download/models/6557?type=Training%20Data"}, {"id": 6787, "sizeKB": 147533.763671875, "name": "annie-000037.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-01-29T05:41:32.507Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "2E984095", "AutoV2": "379BBB04E5", "SHA256": "379BBB04E5690DCA8866AC9884FF5CCFB28DE4918DB93F215D5BC68004B4F256", "CRC32": "F7EC19E1", "BLAKE3": "B39C137F0A2C55BB9AB75807B8EA0EB9AD513ECDDEA9B5DA60ED6C6C6D4BBCFB", "AutoV3": "9F422DEBBC2B"}, "downloadUrl": "https://civitai.com/api/download/models/6557", "primary": true}], "images": [{"id": 59424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9233b03b-9d46-4a80-76b7-5fc8739c1e00/width=450/59424.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UIHT:akR0wR6{,xI58IoHrxacES~Ei9a-okW", "type": "image"}, {"id": 59429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b57526e0-0e5a-4a31-20dc-9055911ff800/width=450/59429.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "URHxKGNZY3xZkJR*JWahR=N1ERobr=a#X4WB", "type": "image"}, {"id": 59428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f915b977-6a57-4eb7-2513-700aa16c9100/width=450/59428.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8HA360N4T?H0O};15-9McVzPoMy9z%H}rNt", "type": "image"}, {"id": 59427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8c45862-32b2-4080-a746-f8fc034e5e00/width=450/59427.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UDH0ku#P9r}@=eAC5Q}@DiJ:0}M{0$EM-:9Z", "type": "image"}, {"id": 59426, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7c74f21-3839-461f-9115-7e7d8ee86800/width=450/59426.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UFH1Z1J61G=y00R+5Qwd~WafEMxtIVjto{R*", "type": "image"}, {"id": 59425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86d8739e-0ea6-4f7c-cd5e-80bd5bd53900/width=450/59425.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UQJF.E%Hne}D9vNFEf%2]N%LNIs94=IXxuV]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/6557", "modelId": 5634} \ No newline at end of file diff --git a/datasets/metadata/656028.json b/datasets/metadata/656028.json new file mode 100644 index 0000000000000000000000000000000000000000..1037aed6b841283a5db0cd807234fcf4e7891424 --- /dev/null +++ b/datasets/metadata/656028.json @@ -0,0 +1 @@ +{"id": 656028, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-19T06:24:43.870Z", "availability": "Public", "nsfwLevel": 28, "description": "", "trainedWords": ["wgtr41n", "wgt_hair", "blue_orange_shorts", "blue_orange_top", "Blue_single_glove", "blue_orange_sneakers"], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 571388, "sizeKB": 223107.01171875, "name": "Water__Hilbury_Gym_Trainer_SWSH.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T06:25:54.837Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CF6E7CC5", "AutoV2": "40BC81DF44", "SHA256": "40BC81DF44A9B3453BA6D6042C1A08982852B83D9703363E2E77C55FB55942F1", "CRC32": "5D596F32", "BLAKE3": "0CCD71AF03ACE3357E15DF875C37FB3422A83942D3C146C0946478093CD703DD", "AutoV3": "6C9EE1B17A3E"}, "downloadUrl": "https://civitai.com/api/download/models/656028", "primary": true}, {"id": 571099, "sizeKB": 19065.3896484375, "name": "656028_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T03:11:15.241Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "885BF5D0", "AutoV2": "29B45EC20E", "SHA256": "29B45EC20E64E8C2F9D4F28D8ED268F71827658817C513BA1055979050393921", "CRC32": "7F9E1B6E", "BLAKE3": "43C5EDF4E7DEF811C6147048B079B8DCBBCFCE398E9256BD619AA7BB085631E7"}, "downloadUrl": "https://civitai.com/api/download/models/656028?type=Training%20Data"}], "images": [{"id": 20472311, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b35582f-086d-4ee3-8768-f5f8848a34b2/width=450/20472311.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UAGSWFyW.kq^tKVtp0o{Iut6$xNHtlkCi^V[", "type": "image"}, {"id": 20472313, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/478b1989-71a3-4766-aacb-9f49ac9cb6b6/width=450/20472313.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U6H-_e@]Q6k#D3HDpKqb9;vK^7ojMnre%eP1", "type": "image"}, {"id": 20472312, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c15a279b-86ef-4900-aeac-76bfb874e422/width=450/20472312.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDJ@tF?Z?]8}?^.6V@M}%#X9VtMxVYH?j?o}", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/656028", "modelId": 587663} \ No newline at end of file diff --git a/datasets/metadata/656161.json b/datasets/metadata/656161.json new file mode 100644 index 0000000000000000000000000000000000000000..cbd24d41e2bd02dbe12c3cb1061f6f556630f831 --- /dev/null +++ b/datasets/metadata/656161.json @@ -0,0 +1 @@ +{"id": 656161, "index": 1, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-19T04:54:31.921Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 571206, "sizeKB": 14712.54296875, "name": "656161_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T04:21:13.747Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AA7C5827", "AutoV2": "E45A6142C8", "SHA256": "E45A6142C8B468316ABA53E025EF298E817F57AF4C88E45D655D36FA546F6B1C", "CRC32": "EA789323", "BLAKE3": "0DA489BC2E4E502499BD8328022F419AAB8E6DB7B66CC6DF80C02C67F5F8743D"}, "downloadUrl": "https://civitai.com/api/download/models/656161?type=Training%20Data"}, {"id": 571257, "sizeKB": 223106.74609375, "name": "MandyFoxy.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T04:51:12.553Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F260E233", "AutoV2": "9100100718", "SHA256": "91001007185D395B5E293D21D2986F86A6756DB3B0DFE8A480A119063AD90FCB", "CRC32": "60893AEA", "BLAKE3": "2AFE1E9CB10014BCCFCB2D5208B38D9B0F18865BA54574C43D075E1E319E3892", "AutoV3": "1854C4E20248"}, "downloadUrl": "https://civitai.com/api/download/models/656161", "primary": true}], "images": [{"id": 20464082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2aee163-3893-4acd-b331-87ff7e9cf2d2/width=450/20464082.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCEx^J9HE3~Vwb-nRkbHX9NI-njZ4:I=WBsm", "type": "image"}, {"id": 20464081, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a203067-828e-4b8d-b6e4-88cc16dbc285/width=450/20464081.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UOHBf2-p-.og~qWWxvt7_3M|ogj?%3aeM_M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/656161", "modelId": 587775} \ No newline at end of file diff --git a/datasets/metadata/656195.json b/datasets/metadata/656195.json new file mode 100644 index 0000000000000000000000000000000000000000..29085bf30d3737117a6f76a2f91c11adc0d317cf --- /dev/null +++ b/datasets/metadata/656195.json @@ -0,0 +1 @@ +{"id": 656195, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-19T15:49:46.435Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 572238, "sizeKB": 223104.16796875, "name": "Tamanegiya_Style-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T15:50:47.430Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9CE4B827", "AutoV2": "7C3A239779", "SHA256": "7C3A239779F6B96E46F36662D353DB02871444EF28BF2FF0783A0190090CB6D8", "CRC32": "5FA1500F", "BLAKE3": "2A1201E33D04DAC09C0CE7315AA180921AF43EAF66345C27B380C62BF4D2F53C", "AutoV3": "70A31D26040A"}, "downloadUrl": "https://civitai.com/api/download/models/656195", "primary": true}, {"id": 572226, "sizeKB": 223104.16796875, "name": "Tamanegiya_Style-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T15:45:49.763Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9CE4B827", "AutoV2": "7C3A239779", "SHA256": "7C3A239779F6B96E46F36662D353DB02871444EF28BF2FF0783A0190090CB6D8", "CRC32": "5FA1500F", "BLAKE3": "2A1201E33D04DAC09C0CE7315AA180921AF43EAF66345C27B380C62BF4D2F53C", "AutoV3": "70A31D26040A"}, "downloadUrl": "https://civitai.com/api/download/models/656195?type=Model&format=SafeTensor"}, {"id": 571247, "sizeKB": 2380.4765625, "name": "656195_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T04:46:15.684Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "36F32FF8", "AutoV2": "B3CD7BD079", "SHA256": "B3CD7BD079448E5EF45196A199771B77C82DDF8852CB0DA4FBA13ABC3270F49B", "CRC32": "E6249C1A", "BLAKE3": "6C47E726B318D3A4AC3C600D9C33160D48B8C73E88221411858A95924B9CEC40"}, "downloadUrl": "https://civitai.com/api/download/models/656195?type=Training%20Data"}], "images": [], "downloadUrl": "https://civitai.com/api/download/models/656195", "modelId": 587803} \ No newline at end of file diff --git a/datasets/metadata/656222.json b/datasets/metadata/656222.json new file mode 100644 index 0000000000000000000000000000000000000000..485c9c0a07d89f7497aaf65650472addd9a11bc0 --- /dev/null +++ b/datasets/metadata/656222.json @@ -0,0 +1 @@ +{"id": 656222, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-19T20:50:12.005Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 571267, "sizeKB": 2116.3095703125, "name": "656222_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T04:55:42.784Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B6912F24", "AutoV2": "539E4573A0", "SHA256": "539E4573A01AE1B1709AA3F6AF6D76228536EE77F9F01FABAC5A475DC84B9C88", "CRC32": "A7AC94FD", "BLAKE3": "F72FE7F180A595985F2D96D5D1C94A39753AC96301587B74BF27756FED247635"}, "downloadUrl": "https://civitai.com/api/download/models/656222?type=Training%20Data"}, {"id": 572758, "sizeKB": 223101.14453125, "name": "Lynevere_Legend_of_Queen_Opala-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T20:51:23.140Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9C3BFB12", "AutoV2": "372CFBAB46", "SHA256": "372CFBAB467984594856DEDCBD94D85CCE46A874571DFD6814210792E0F1A402", "CRC32": "3C01EFA3", "BLAKE3": "C0772F82D9CBAE6ED4EA4A96AFF213A0A4D87C47C4818F94C8D541E80CEDF033", "AutoV3": "EFC9A996D56A"}, "downloadUrl": "https://civitai.com/api/download/models/656222", "primary": true}], "images": [{"id": 20549037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7aefde60-50c5-415c-932e-9de5032fd856/width=450/20549037.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UEKcU,rs01Ef01-oWajF9dEM~9IpNdNaR+s:", "type": "image"}, {"id": 20549099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b04436c0-99c8-4939-8464-dad225445190/width=450/20549099.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHNu-1EmTL~VEO={xbIV0hxtozIr9vIp%2%0", "type": "image"}, {"id": 20549098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fccb2c02-2824-45a5-80f0-5f7fbe640711/width=450/20549098.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBOL}z^,xu~p5q?bnN%20htRn%o}_MaxoJs:", "type": "image"}, {"id": 20549100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/938402c9-579e-40a3-87c7-fd2cc66e8deb/width=450/20549100.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UQL3Jtof03af~WofVdWCF2bHV[oKS$ofaday", "type": "image"}, {"id": 20549102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08c6232f-62c6-4eda-9f44-afd9ae80c9ab/width=450/20549102.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UKLVw75R4;~A0MEMEgoc4=R+?FV[-.-UR*I:", "type": "image"}, {"id": 20549101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25ff9db4-ec55-419c-a26c-8f5502790048/width=450/20549101.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGLCn$i{8~t7M*I;D-IW03?F~AV[MzD+-nt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/656222", "modelId": 587825} \ No newline at end of file diff --git a/datasets/metadata/656321.json b/datasets/metadata/656321.json new file mode 100644 index 0000000000000000000000000000000000000000..4658749425349a7aa8e4bc88adf59b006d70ebb1 --- /dev/null +++ b/datasets/metadata/656321.json @@ -0,0 +1 @@ +{"id": 656321, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-19T09:18:45.493Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["taki the skunk", "anthro", "furry", "blue fur", "white fur", "white hair", "green eyes", "multicolored fur", "multicolored body", "black nose"], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 571513, "sizeKB": 61381.5068359375, "name": "656321_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T07:50:44.441Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "867D3430", "AutoV2": "C17D41E604", "SHA256": "C17D41E6046CFD540008B18131021F44367B629338D4A321E4DEA69B2393CD13", "CRC32": "D2E39216", "BLAKE3": "BB34D3BFEACF2DBE51B50111AD642F9B57DB07C2EF1EBAC0F3368A49F4FDAF44"}, "downloadUrl": "https://civitai.com/api/download/models/656321?type=Training%20Data"}, {"id": 571604, "sizeKB": 223121.78515625, "name": "Taki_the_Skunk.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T09:16:18.847Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7E4F2E66", "AutoV2": "DBAF7BCD6A", "SHA256": "DBAF7BCD6AD0F0AF06AE32027DD47B15853612CC43C8DD6B0B937191B3575988", "CRC32": "EDB41DB7", "BLAKE3": "623A0985CEB1A5C7E77FD274E29670B0BDF135D5EC3E6ED8C44F656F797812F6", "AutoV3": "2D67B4FD9F43"}, "downloadUrl": "https://civitai.com/api/download/models/656321", "primary": true}], "images": [{"id": 20489052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72608395-7e3b-406d-a067-809695a1a98b/width=450/20489052.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCI}@sN2bp%M~qt6IUt7^|%L%MM|4pWBj[ah", "type": "image"}, {"id": 20489050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31eb2eee-fa1b-4eef-8dcb-ae8747de2e3d/width=450/20489050.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHHW42X51CtR*Eafa$V]82k9OER%E2t7x]bX", "type": "image"}, {"id": 20489918, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2efbcfe9-14df-4119-8f39-de5734f4b76a/width=450/20489918.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UPJQm8NHD%V?~8og$yM|VWnzVtxa%NNHIqay", "type": "image"}, {"id": 20490703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cb61e4f-ebfa-4c35-afef-69305fca9147/width=450/20490703.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKKU7+Rl0g-;_N$}-nkqkA9H-;RP-:x]IUae", "type": "image"}, {"id": 20490704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6aecdfbd-8938-475a-9d7a-c9d2e2bbaeee/width=450/20490704.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UIIOU]?Zx?tl~o%2M|M{X3IVt7s,t8bEj[a~", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/656321", "modelId": 587908} \ No newline at end of file diff --git a/datasets/metadata/656488.json b/datasets/metadata/656488.json new file mode 100644 index 0000000000000000000000000000000000000000..116a0558e03e2c030a2ed97cbbca01e6ad8188d6 --- /dev/null +++ b/datasets/metadata/656488.json @@ -0,0 +1 @@ +{"id": 656488, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-19T10:28:38.857Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Reonamb, black hair, long hair, green eyes"], "stats": {"downloadCount": 32, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 571611, "sizeKB": 179539.2001953125, "name": "656488_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T09:25:49.558Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8D71875D", "AutoV2": "8D1F24D7C8", "SHA256": "8D1F24D7C8BC235D7A5C9A1FB9546091A6212076DEA85C54C211AE2B6FF7390C", "CRC32": "DF1E5459", "BLAKE3": "60C8E12A7505AEB7A9DB89C7CB28C4414F26858F8B2A9D6A24661A2AB7B6F6A8"}, "downloadUrl": "https://civitai.com/api/download/models/656488?type=Training%20Data"}, {"id": 571702, "sizeKB": 223100.65234375, "name": "Reona_just_Reona.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T10:26:57.238Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A0F30B32", "AutoV2": "8FB3C60326", "SHA256": "8FB3C603264ADAA075E8FB08A9091137A323E4343094EB9459C6B1ED22C3726B", "CRC32": "88E238E1", "BLAKE3": "0F37255D154B878602C75D2C6A2B355466FA15C998B5C69705A60F48DAF4A8C7", "AutoV3": "2113E0AEFBC6"}, "downloadUrl": "https://civitai.com/api/download/models/656488", "primary": true}], "images": [{"id": 20501841, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43b77e19-6eea-4a79-8ed8-4e7fdfda1f92/width=450/20501841.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFGu5i01O=~B4.Sg%Mad0ft7n4NH%LELE2tQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/656488", "modelId": 588048} \ No newline at end of file diff --git a/datasets/metadata/656537.json b/datasets/metadata/656537.json new file mode 100644 index 0000000000000000000000000000000000000000..158de7a3bf2791a108a710c6b44bc4195b8cda92 --- /dev/null +++ b/datasets/metadata/656537.json @@ -0,0 +1 @@ +{"id": 656537, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-19T09:04:59.215Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 571586, "sizeKB": 12555.7373046875, "name": "Kakouen_Myousai_Ikkitousen.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T09:00:37.556Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B05B70D8", "AutoV2": "A2E5F9E888", "SHA256": "A2E5F9E88869BA608381555045FB3E0799079DCCEA0DA5CC6B1EB663D6B35987", "CRC32": "08C6A3E0", "BLAKE3": "7DD4719DDA888DFD4E82F91B2121E17EA1C47245C151FD1B35778A0EA34909FF"}, "downloadUrl": "https://civitai.com/api/download/models/656537?type=Training%20Data"}, {"id": 571587, "sizeKB": 22238.32421875, "name": "Kakouen_Myousai_Ikkitousen-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T09:01:08.046Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F1B59790", "AutoV2": "A40C27C800", "SHA256": "A40C27C800D6249835300B8543D1974493D109AECA72293605E05447884F4B43", "CRC32": "EF35272E", "BLAKE3": "53B5396014993D4BFB6F36FB0AD77B70E610E41D0911C443210C70D456F025F8", "AutoV3": "966C1DDCFC70"}, "downloadUrl": "https://civitai.com/api/download/models/656537", "primary": true}], "images": [{"id": 20488190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55283485-34e6-480d-9482-f40813765a1e/width=450/20488190.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UWO3^O-;%#%MI9of?bjt_NM{xbM|yDof%1WB", "type": "image"}, {"id": 20488189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8cebd3d-fee1-45b2-8520-a96fd2354837/width=450/20488189.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UWO3^O-;%#%MI9of?bjt_NM{xbM|yDof%1WB", "type": "image"}, {"id": 20489143, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60e481a9-58e6-4a85-9ae9-40bad3c18892/width=450/20489143.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UXNc~S_4%KbIMbxu-;kWRQSi%Mxux]adIUt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/656537", "modelId": 588092} \ No newline at end of file diff --git a/datasets/metadata/6568.json b/datasets/metadata/6568.json new file mode 100644 index 0000000000000000000000000000000000000000..47da1ec6c6f2c6117fedc28edee4e9b9c7e68269 --- /dev/null +++ b/datasets/metadata/6568.json @@ -0,0 +1 @@ +{"id": 6568, "index": 0, "name": "kindred_v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-01-29T07:45:33.824Z", "availability": "Public", "nsfwLevel": 26, "description": null, "trainedWords": ["kindred \\(league of legends\\)", "lamb \\(league of legends\\)", "wolf \\(league of legends\\)"], "stats": {"downloadCount": 1895, "ratingCount": 230, "rating": 4.99, "thumbsUpCount": 275, "thumbsDownCount": 0}, "files": [{"id": 7522, "sizeKB": 49172.064453125, "name": "kindred.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-03T00:14:32.355Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4D67227A", "AutoV2": "018B6C46F6", "SHA256": "018B6C46F6D72D12709BE3DA4176A7433FB5633A7E27709EC5E3476BA6413758", "CRC32": "29AD72B7", "BLAKE3": "0FD625BBA1774EFE713051AFFC93EF543B5E9B936BC2AB9DB6697A544AD50AE0"}, "downloadUrl": "https://civitai.com/api/download/models/6568?type=Training%20Data"}, {"id": 6796, "sizeKB": 147533.7607421875, "name": "kindred-000036.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-01-29T07:51:04.543Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "6F252F09", "AutoV2": "5E40659338", "SHA256": "5E406593382F9E97ECAA15E80AB4B29D89D28218A4AB51265B5E14EACB013561", "CRC32": "769E6A55", "BLAKE3": "0D87F66EABD1D141F8DAAE4EB909CFF1D0707DF4D90E3363B9AAD5A16C094A7F", "AutoV3": "F47EF85AE028"}, "downloadUrl": "https://civitai.com/api/download/models/6568", "primary": true}], "images": [{"id": 59638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76725a8d-bca4-4c8f-c298-a63b4dbf5600/width=450/59638.jpeg", "nsfwLevel": 8, "width": 768, "height": 1024, "hash": "UAFZpb4T00~q00jEDjV@q?t6=_MxXpV@Ost7", "type": "image"}, {"id": 59583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34babdfe-3fb6-4a88-c873-a76f64f8dc00/width=450/59583.jpeg", "nsfwLevel": 8, "width": 768, "height": 1024, "hash": "UDEzA:*000IU8zRp4ot89ERj=_-;%iogX9Rj", "type": "image"}, {"id": 59633, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/796ea918-8276-4fee-3952-7e3ec09b1500/width=450/59633.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "USF@6#x]0eX9HaoMVvt79Ws.-.jG.AkCt9of", "type": "image"}, {"id": 59622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05a7b664-dff8-464b-cfce-2ee34c7eb700/width=450/59622.jpeg", "nsfwLevel": 8, "width": 768, "height": 1024, "hash": "UJF?^P8{56-:JIoHI[xa4Tnmniad^+WUV?of", "type": "image"}, {"id": 59585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e6556c6-fcee-47c4-2e88-13909709ff00/width=450/59585.jpeg", "nsfwLevel": 8, "width": 768, "height": 1024, "hash": "UEF%GL.m5SW-01RkNfs:xVaKrW%2%N%ht7V@", "type": "image"}, {"id": 59634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a673ce15-6aac-423b-e0ef-2157365c1800/width=450/59634.jpeg", "nsfwLevel": 8, "width": 768, "height": 1024, "hash": "UAHMAf_N000K01M{D%xu8_NG-Vxu~Wxa9ZIU", "type": "image"}, {"id": 59658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f317ddb9-7821-45a5-e9b0-45ff396a2800/width=450/59658.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGH.l^00rZo@][9Gn#In00%MxJD%00tPx[Ip", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/6568", "modelId": 5644} \ No newline at end of file diff --git a/datasets/metadata/656831.json b/datasets/metadata/656831.json new file mode 100644 index 0000000000000000000000000000000000000000..d03e56f4378af37355e157d28dff078356229d13 --- /dev/null +++ b/datasets/metadata/656831.json @@ -0,0 +1 @@ +{"id": 656831, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-19T15:02:50.952Z", "availability": "Public", "nsfwLevel": 2, "description": "Test
", "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 571863, "sizeKB": 8034.9833984375, "name": "656831_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T12:35:44.788Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "900BFCA2", "AutoV2": "32ADD560C0", "SHA256": "32ADD560C0B45A703709DED2A571B50E0D7392DD1D8CD7E2191A0E19DCFE5838", "CRC32": "24231E10", "BLAKE3": "2FD589D98BAFA1CB40B1E6CDE457F8678AA846918324D3FA93F434D40E07C530"}, "downloadUrl": "https://civitai.com/api/download/models/656831?type=Training%20Data"}, {"id": 571869, "sizeKB": 8034.9833984375, "name": "656831_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T12:40:48.276Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "900BFCA2", "AutoV2": "32ADD560C0", "SHA256": "32ADD560C0B45A703709DED2A571B50E0D7392DD1D8CD7E2191A0E19DCFE5838", "CRC32": "24231E10", "BLAKE3": "2FD589D98BAFA1CB40B1E6CDE457F8678AA846918324D3FA93F434D40E07C530"}, "downloadUrl": "https://civitai.com/api/download/models/656831?type=Training%20Data"}, {"id": 572134, "sizeKB": 223100.46484375, "name": "Mi_Rinae_Counter_side-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T14:57:30.141Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "263956A0", "AutoV2": "43DF5E8555", "SHA256": "43DF5E855523E8437F8C04A368FDBE78C04745552AEA2B73485D7AB905CCF8E8", "CRC32": "363F7AA8", "BLAKE3": "F7C9C812334674593F3C2A1EBBF8AA81F61C484AC5E0582767071F5BD5E44A27", "AutoV3": "C85A83B1E124"}, "downloadUrl": "https://civitai.com/api/download/models/656831", "primary": true}], "images": [], "downloadUrl": "https://civitai.com/api/download/models/656831", "modelId": 588343} \ No newline at end of file diff --git a/datasets/metadata/656913.json b/datasets/metadata/656913.json new file mode 100644 index 0000000000000000000000000000000000000000..472a5af96cca882f64b3f149aa386988631ab657 --- /dev/null +++ b/datasets/metadata/656913.json @@ -0,0 +1 @@ +{"id": 656913, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-19T13:09:50.060Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Leafa style"], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 571916, "sizeKB": 18555.7265625, "name": "Leafa_style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T13:11:34.132Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "FA768F3647", "SHA256": "FA768F364798E33FCCCC72C41EE83AD8687A158CC73E430D0BCE8677C9DB7670", "CRC32": "FB8A06B3", "BLAKE3": "D2E6F89ABAD7EC6F6CD0CDF590BDE4A1D86A507B29CA362F768E5E07284E5A84", "AutoV3": "CD0EC0FC8329"}, "downloadUrl": "https://civitai.com/api/download/models/656913", "primary": true}, {"id": 571915, "sizeKB": 31559.6865234375, "name": "Leafa style.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T13:11:25.073Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "06C85CF2", "AutoV2": "FEE0F842A9", "SHA256": "FEE0F842A993093225FA947134C4BDEAEB8A8F23FF544828AE596B8F380051BB", "CRC32": "BE02D890", "BLAKE3": "5E3167F8E776D2F4F28F0275F1942C6D8060544D7BE1DEC6154380DF22F68922"}, "downloadUrl": "https://civitai.com/api/download/models/656913?type=Training%20Data"}], "images": [{"id": 20508536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1df6388f-f326-459e-b12b-d6f1c8ef25af/width=450/20508536.jpeg", "nsfwLevel": 4, "width": 704, "height": 1160, "hash": "UUP6jc-9D3pHXLXmZjkCiGtRRPv~ADoIIoay", "type": "image"}, {"id": 20508540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65fd5527-94b5-43c1-b5cb-c7d289fc3ef0/width=450/20508540.jpeg", "nsfwLevel": 16, "width": 704, "height": 1160, "hash": "UMN+-4{32T?aUH%2RRsq%0aM$+$lEwo#I.J6", "type": "image"}, {"id": 20508539, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68673b9a-f7fc-4166-9d70-549a0c9e6bb6/width=450/20508539.jpeg", "nsfwLevel": 16, "width": 704, "height": 1152, "hash": "ULOyR^%MGGxH8ItRx]n%%Lt7-:s:*0X9x]WC", "type": "image"}, {"id": 20508541, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d736115-afe4-421b-85bd-23d282a2024c/width=450/20508541.jpeg", "nsfwLevel": 4, "width": 704, "height": 1160, "hash": "UnOMZ|xu.Tx].8M_R-WCRPRjW=R+IVozn$oz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/656913", "modelId": 588415} \ No newline at end of file diff --git a/datasets/metadata/656915.json b/datasets/metadata/656915.json new file mode 100644 index 0000000000000000000000000000000000000000..81c06b9f7449e06079d8d2723540799fbad1a4a8 --- /dev/null +++ b/datasets/metadata/656915.json @@ -0,0 +1 @@ +{"id": 656915, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-19T21:30:57.632Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 572677, "sizeKB": 27660.2568359375, "name": "656915_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T20:11:16.101Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0EBDB78A", "AutoV2": "00D9ED2C04", "SHA256": "00D9ED2C04623190F5FBC7CA283FBCDB39C4BCADFED71D28DBD1B163ACEC453D", "CRC32": "69D02494", "BLAKE3": "E15EB6EEDDB85ABF1665BC15FEFC7D2381DB63C96DECEDDE526EC60CE1864054"}, "downloadUrl": "https://civitai.com/api/download/models/656915?type=Training%20Data"}, {"id": 572822, "sizeKB": 223101.28515625, "name": "The_Omnia_Elite.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T21:27:12.020Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F8C53F13", "AutoV2": "D664137D07", "SHA256": "D664137D07620C5650019D70E4B95AD472F360AB4253D836E92AADD3FD3C8ECA", "CRC32": "8A64B846", "BLAKE3": "395B1C18BA20D359F76FBF8CF9C1179139E2A98CDDBAFE792FFE1BB9DBA88C68", "AutoV3": "D3AEA7120E2B"}, "downloadUrl": "https://civitai.com/api/download/models/656915", "primary": true}], "images": [{"id": 20553175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ce86770-5cb2-4ba5-9334-71e1e5d82a37/width=450/20553175.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZJ*8ya#E3xs~lj@WVt6%Gocj[Rl-,afM}oe", "type": "image"}, {"id": 20553176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02174f55-f324-4fbc-a942-ce73334c2d75/width=450/20553176.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFKdCa0202~n~n^$03NH03OXD+--%e03S4_1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/656915", "modelId": 588418} \ No newline at end of file diff --git a/datasets/metadata/657061.json b/datasets/metadata/657061.json new file mode 100644 index 0000000000000000000000000000000000000000..881f95e3b1c0eeeeaf4b1b2443c96cf80c5f45ef --- /dev/null +++ b/datasets/metadata/657061.json @@ -0,0 +1 @@ +{"id": 657061, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-19T16:09:37.294Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 32, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 572090, "sizeKB": 32546.7529296875, "name": "657061_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T14:40:59.413Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "41664517", "AutoV2": "4F0CDD53FE", "SHA256": "4F0CDD53FEF92ECF5A9E8A7D2D3273794E01140CA7F97FAFD882CD6EA5C8DC2F", "CRC32": "AA01FD83", "BLAKE3": "DDA5F9D99DCD69817B4B917E36CEE41912383D89691ED178B2DEAE9B21214F14"}, "downloadUrl": "https://civitai.com/api/download/models/657061?type=Training%20Data"}, {"id": 572256, "sizeKB": 223114.37890625, "name": "Artist_Style_-_SheepApp_Sheepepp-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T16:01:39.436Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "660D4036", "AutoV2": "87388D3F07", "SHA256": "87388D3F076556F5C6925E51028C563A9DBB7D2E78F1278007292A210705F8B8", "CRC32": "D6185225", "BLAKE3": "4E75212704AA6C7CCD1DE9A1D8902ADF9EEB22A4315B3F9157794079C3C142B9", "AutoV3": "5E7882D81BE2"}, "downloadUrl": "https://civitai.com/api/download/models/657061", "primary": true}], "images": [{"id": 20525307, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85fdb3a7-458d-4c54-8950-aa3341a15d21/width=450/20525307.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEMY]KDj2[kC*0xZk=R6.mEL%zXmu4%1n4s;", "type": "image"}, {"id": 20527426, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9bc45732-dbd9-4ae2-ae49-83003a935187/width=450/20527426.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UIH1*}R*?w%Mxut7n%jEI:Rixat7?Hs:NGNb", "type": "image"}, {"id": 20527421, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f6bde45-5774-4fe5-a93f-145ce896ae29/width=450/20527421.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGF=:gD%~q-=_3axIUt7%Mj[M_WBIot7xuV@", "type": "image"}, {"id": 20524804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d275b443-dfe0-4a6c-a5cd-8d0e74cac6ff/width=450/20524804.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UHKm|XNHyX^*~A$g58EiIoxaf9IV%NNbr;$%", "type": "image"}, {"id": 20527435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a97d0e19-db5c-4b4b-b017-610906149899/width=450/20527435.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UFG[NM~VKkxu1OSi%1M{8_D*VY$$%2xZ-;R+", "type": "image"}, {"id": 20527441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70c50f56-4742-48d3-ace9-8cfe601c9f24/width=450/20527441.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UBHT~@-p0LI;^Po15lS#1dRj~p%M0foL?HNw", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/657061", "modelId": 588537} \ No newline at end of file diff --git a/datasets/metadata/657077.json b/datasets/metadata/657077.json new file mode 100644 index 0000000000000000000000000000000000000000..da486e626d0a72a2e4ac6c21f28724df45f6f130 --- /dev/null +++ b/datasets/metadata/657077.json @@ -0,0 +1 @@ +{"id": 657077, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-19T14:27:09.137Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 33, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 572060, "sizeKB": 22237.30859375, "name": "Himiko_Ikkitousen-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T14:26:17.833Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9C8676C9", "AutoV2": "31587962EF", "SHA256": "31587962EF436F70E3CDBFDD0ECA212567746B448FBD956848A1982D39E00A34", "CRC32": "4EAEB84D", "BLAKE3": "791371FEC9B6869E1A7EB2D8905BE5D852EF555A71A7ABDD4F73992AF1906891", "AutoV3": "758D642B2921"}, "downloadUrl": "https://civitai.com/api/download/models/657077", "primary": true}, {"id": 572059, "sizeKB": 11332.7138671875, "name": "Himiko_Ikkitousen.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T14:26:15.071Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "302C290B", "AutoV2": "D50E689C09", "SHA256": "D50E689C09918B522AC89D63900758C2365A43F51C0FDD0CF88B5A19BACAAF18", "CRC32": "026E5A1B", "BLAKE3": "D620A40E09FF15A52B0D25CDBE7A278749EE90FF4D93C5FDACF7DF350952967A"}, "downloadUrl": "https://civitai.com/api/download/models/657077?type=Training%20Data"}], "images": [{"id": 20515973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1afbb836-895a-4485-b385-64fb3f4cece3/width=450/20515973.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UfQSYnxuyDxt?wWVx]bHxuj[M{oLt7fPnhj[", "type": "image"}, {"id": 20515977, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0191c7a5-5039-4d38-bcb6-eec4e3bf4a85/width=450/20515977.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UfQSYnxuyDxt.TWVx]bHxuj[M{oLt7fPnhj[", "type": "image"}, {"id": 20517260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eecee31d-9c2b-4fa0-adb7-c3629915593a/width=450/20517260.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "U6Ly{C={00E,00Di00rx4._3~oxstn4ov}k;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/657077", "modelId": 588550} \ No newline at end of file diff --git a/datasets/metadata/657126.json b/datasets/metadata/657126.json new file mode 100644 index 0000000000000000000000000000000000000000..ec9e4807c7f11af0de601cb6f2c108afa5b80853 --- /dev/null +++ b/datasets/metadata/657126.json @@ -0,0 +1 @@ +{"id": 657126, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-29T10:51:42.964Z", "availability": "Public", "nsfwLevel": 28, "description": "Triach nox
", "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 573125, "sizeKB": 223100.96484375, "name": "Triach_Nox_Fortnite.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T00:05:39.936Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6A8E6F25", "AutoV2": "75F4FBD6A8", "SHA256": "75F4FBD6A8693BAB52F63FDD03C6FA56F34BF70EE6DCAE146891D15C6927BF6A", "CRC32": "74490191", "BLAKE3": "8CAE9238A986F6DEE5FF7AD66B6102C371D366469B1DE12AC71460A751CF9367", "AutoV3": "7D2BF8B908C5"}, "downloadUrl": "https://civitai.com/api/download/models/657126", "primary": true}, {"id": 572119, "sizeKB": 4325.9189453125, "name": "657126_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T14:55:43.586Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "60DA2A90", "AutoV2": "2ECCCAC5F8", "SHA256": "2ECCCAC5F8B5FC442487B6DAA6A0E35A4CF6A14F9CC3EF7E663E3D65A34C2A52", "CRC32": "087EEFA8", "BLAKE3": "D2B210BA3CB657906868BEAA75C895AAC944CC05E94B790510DD11AB00E3F019"}, "downloadUrl": "https://civitai.com/api/download/models/657126?type=Training%20Data"}], "images": [{"id": 21852552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51dba286-2e20-48ec-b368-329c2d0278d0/width=450/21852552.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UEIhgU00$$awBt4.9ExutT_3I9jF58xvRjRj", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/657126", "modelId": 588586} \ No newline at end of file diff --git a/datasets/metadata/657188.json b/datasets/metadata/657188.json new file mode 100644 index 0000000000000000000000000000000000000000..e1a05856db6e169bb6590d4bbc7a3db52db30a20 --- /dev/null +++ b/datasets/metadata/657188.json @@ -0,0 +1 @@ +{"id": 657188, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-19T18:09:37.096Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 572174, "sizeKB": 44585.962890625, "name": "657188_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T15:10:52.144Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D272A89C", "AutoV2": "4920FFFA62", "SHA256": "4920FFFA62FF173E9350B0433CD0D708EA8AAF3DF93175AFB5D7E94EF9343133", "CRC32": "D6CAE49D", "BLAKE3": "DBE44F3D7343C09540DE2E7A4C552ED23BA940A5AE02C00A08EB7CF2B0259C9D"}, "downloadUrl": "https://civitai.com/api/download/models/657188?type=Training%20Data"}, {"id": 572445, "sizeKB": 223099.49609375, "name": "Diadora_wish.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T18:06:44.339Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "14B252C9", "AutoV2": "514D67B580", "SHA256": "514D67B580B603C865C9798EBCCC13C73745F0769449EA116B1EA277C24A98AC", "CRC32": "EBBA538E", "BLAKE3": "E5736C766FE14F5613B3D00C79B70347E932CAFFDA49DC7FAAFB282FDDEB858D", "AutoV3": "94B82435F18D"}, "downloadUrl": "https://civitai.com/api/download/models/657188", "primary": true}], "images": [{"id": 20535299, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a01a4b5f-1b65-4188-9b13-3c72f86e8b97/width=450/20535299.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U3Fr;Y?b-;%N-;%MM{D%9FIU?bxu_3WBayxu", "type": "image"}, {"id": 20535301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/436e9825-8ba6-4a13-a917-a20e610464a6/width=450/20535301.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U3G+XUM{00~q00t7ITD%00xuIUIUt6M{?b-;", "type": "image"}, {"id": 20535300, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11414798-fd51-46f3-abba-2b95f96c1e77/width=450/20535300.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8G8D;X900RP{^Ee00%2ElX8IoxGTdaL^kRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/657188", "modelId": 588636} \ No newline at end of file diff --git a/datasets/metadata/657273.json b/datasets/metadata/657273.json new file mode 100644 index 0000000000000000000000000000000000000000..89a19804b05ba1d0a1b734e465e42b51031f70a7 --- /dev/null +++ b/datasets/metadata/657273.json @@ -0,0 +1 @@ +{"id": 657273, "index": 1, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-19T16:49:56.182Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 572249, "sizeKB": 11717.4599609375, "name": "657273_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T15:55:51.898Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9AA8D8D5", "AutoV2": "A78514B55E", "SHA256": "A78514B55ED3E28CC8E59ECC0C71F71CF6B724683FDA0D1D41CCF27CC7062C76", "CRC32": "CD76E6AE", "BLAKE3": "A2709DCEAAF4361AC9AA3E72299F30815C2C13F17D63D6AC3E217D985FEFEEDE"}, "downloadUrl": "https://civitai.com/api/download/models/657273?type=Training%20Data"}, {"id": 572335, "sizeKB": 223101.23828125, "name": "ES_Kurosawa_Samurai.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T16:51:15.492Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1EF460C1", "AutoV2": "8C9F9E8494", "SHA256": "8C9F9E84942BB2EF9820089FD031B0C61E1ADAC2A33861A6A1208A5E646C7A90", "CRC32": "6C2118D6", "BLAKE3": "55097EF5C6C3FCCFB7111B50C3CFD5BB9D937418A528F5B699B8C9D34FDA1CFB", "AutoV3": "E142097DFB2E"}, "downloadUrl": "https://civitai.com/api/download/models/657273", "primary": true}], "images": [{"id": 20528560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8abc7ccf-721f-4eb8-bf42-6bd625f84169/width=450/20528560.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U2555@5@00}7?aNFD%%2JQ$MWGJ:IAt7awM{", "type": "image"}, {"id": 20528564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cfdbb48-1e55-4193-ac67-ee00381282d2/width=450/20528564.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U56*,QDkICb:00tQRioL-ttOITn-MxRj%MNG", "type": "image"}, {"id": 20528567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/def0c1bf-c098-4c00-900d-ffa3fae54dfd/width=450/20528567.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UA6@~Bof00Rj~qj[4nWB-=j[D%ayS2ayafof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/657273", "modelId": 588698} \ No newline at end of file diff --git a/datasets/metadata/657343.json b/datasets/metadata/657343.json new file mode 100644 index 0000000000000000000000000000000000000000..aeb1f326123680807228a62b49fa01e932df60a1 --- /dev/null +++ b/datasets/metadata/657343.json @@ -0,0 +1 @@ +{"id": 657343, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-19T16:31:45.862Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 572302, "sizeKB": 10845.630859375, "name": "Miriella_25Dim.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T16:27:54.198Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3CEB8C23", "AutoV2": "D85583D606", "SHA256": "D85583D606013E1E69E5C67976C1872A72729C5DFC460859500AC921045974EC", "CRC32": "4F471D30", "BLAKE3": "925D280A52D7C702842A1043AF6EB3B138374B17746E7ED770217547E55D9EBE"}, "downloadUrl": "https://civitai.com/api/download/models/657343?type=Training%20Data"}, {"id": 572303, "sizeKB": 22236.23828125, "name": "Miriella_25Dim-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T16:26:11.877Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9821D45B", "AutoV2": "8105FDC176", "SHA256": "8105FDC17628681AC657A0D128255B50976945DCE1221C3E3E6A550EB083FDB8", "CRC32": "DFC54F47", "BLAKE3": "1C7E62F116CCEEC6F1A22432E2BB0B12AEFC5E112B0B689BCE1900FBC2AA84A0", "AutoV3": "BAA6018C356A"}, "downloadUrl": "https://civitai.com/api/download/models/657343", "primary": true}], "images": [{"id": 20526965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48b190a9-ecfa-4c7e-bc4b-9ece7eaef9e1/width=450/20526965.jpeg", "nsfwLevel": 4, "width": 1280, "height": 1920, "hash": "UMNJC4xa^ks;^-WCxvs.0MkC_Mba?sjYxnWX", "type": "image"}, {"id": 20526967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c0d95ac-3a72-44db-9944-629639bafd9e/width=450/20526967.jpeg", "nsfwLevel": 4, "width": 1280, "height": 1920, "hash": "UMNJC4xa^ks;^-WCxvs.0MkC_Mba?sjYxnWX", "type": "image"}, {"id": 20527665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfeb73d2-d3c3-4320-8895-0ca7bec6d69a/width=450/20527665.jpeg", "nsfwLevel": 4, "width": 1280, "height": 1920, "hash": "ULOyebIU_N-W8}tR.7nOKPMx_MoMOqx].7%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/657343", "modelId": 588760} \ No newline at end of file diff --git a/datasets/metadata/657376.json b/datasets/metadata/657376.json new file mode 100644 index 0000000000000000000000000000000000000000..59a54c872e751bacc08e8c627cb50cf545afbc99 --- /dev/null +++ b/datasets/metadata/657376.json @@ -0,0 +1 @@ +{"id": 657376, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-20T09:07:23.361Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 572323, "sizeKB": 111.3759765625, "name": "657376_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T16:46:23.444Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "FEE1C2EB0C", "SHA256": "FEE1C2EB0CB37B66CE6C4508688F1971EB30CA5C9BEDA402C9FEC6B7A034DDFC", "CRC32": "A8471460", "BLAKE3": "CF2949BBD88F649B50D67F2D56E8FC6AC2737188B4069064B7E7D9FF647F00AB"}, "downloadUrl": "https://civitai.com/api/download/models/657376?type=Training%20Data"}, {"id": 573995, "sizeKB": 223099.38671875, "name": "Angela_Cross-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T18:40:03.359Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CED9B8EE", "AutoV2": "4DC0E1BFFF", "SHA256": "4DC0E1BFFF16D41229D67341188FC2B3DFC616641EC38FBC9D3ECD8B00121E4A", "CRC32": "8A51231C", "BLAKE3": "6F58D5BB98BAD36DCA59A934B58EC7C77C0C9E45E9ED5339638C1E18B9498C69", "AutoV3": "4F2794C0C1CE"}, "downloadUrl": "https://civitai.com/api/download/models/657376", "primary": true}], "images": [{"id": 20618546, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55b57591-6a71-40b7-96ed-177c23cb11d7/width=450/20618546.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UB9H@DK,HX^3_J5RDj$}xtepie#+K*kCVYV@", "type": "image"}, {"id": 20618544, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d76bbbbe-6a51-49b9-929a-d13f2494efd1/width=450/20618544.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UE9[DCLMD5]h_KAD9G#+t7afZ*v~KjkVZ%RQ", "type": "image"}, {"id": 20618545, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0363ae0a-0a88-439f-9767-a5aa9f91ccf1/width=450/20618545.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UB9RX#Yk8w;1??AW4pv|xtnjZ*v$KQX8n4RR", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/657376", "modelId": 588787} \ No newline at end of file diff --git a/datasets/metadata/657655.json b/datasets/metadata/657655.json new file mode 100644 index 0000000000000000000000000000000000000000..aeef49f90908c842f7341cf64da1946a510e0191 --- /dev/null +++ b/datasets/metadata/657655.json @@ -0,0 +1 @@ +{"id": 657655, "index": 0, "name": "TP Test V4", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-20T00:47:44.473Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Gangbang", "Triple Penetration", "Double Vaginal", "Double Anal", "Quadruple Penetration"], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 573192, "sizeKB": 223099.44140625, "name": "Triple_Penetration_-_XL-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T00:46:13.727Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D64F3AAB", "AutoV2": "F26EE5B791", "SHA256": "F26EE5B7914A5B29A5A362AA81BAF4FA15941C8902D36EDF1DC939E20FA6C6D2", "CRC32": "FA8194D5", "BLAKE3": "A3C367E3339CF9CE919B202E57A8EACB48E53F31AA89422A3E2EB17ACCAE67A0", "AutoV3": "237E87ED1566"}, "downloadUrl": "https://civitai.com/api/download/models/657655", "primary": true}, {"id": 572656, "sizeKB": 33677.052734375, "name": "657655_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T20:01:28.754Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F3B24B1B", "AutoV2": "DE7DC328DD", "SHA256": "DE7DC328DD2BA720D72CD5E8DBF8E13991317DD2FBD6F5FBFD2D9B7CD1D4ECB0", "CRC32": "038E545C", "BLAKE3": "44275C83783EF7B06590EBB28C5C31D352E7BC8F376F62A21EF76074717E8E3C"}, "downloadUrl": "https://civitai.com/api/download/models/657655?type=Training%20Data"}], "images": [{"id": 20571803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3287bba0-c3f3-4b04-9ed8-bb50bcef45c9/width=450/20571803.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UWLMeV~C9Z-o%MozxZxFD%NHtRxZRjWBofj[", "type": "image"}, {"id": 20571802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6afb9956-780c-4b3b-b2d8-4be04206a3b9/width=450/20571802.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJLWCU~WDjIpNGWX-VV?01IoTJWD-:InE1t8", "type": "image"}, {"id": 20571801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f49dfb91-050e-4346-8c78-a11647ee9d46/width=450/20571801.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJNb_ZM{e.~CSKIpWE-V4.kCXSxGbXWXV[s.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/657655", "modelId": 589036} \ No newline at end of file diff --git a/datasets/metadata/657683.json b/datasets/metadata/657683.json new file mode 100644 index 0000000000000000000000000000000000000000..548c06b42219f79e088bf32983c147cb84996e70 --- /dev/null +++ b/datasets/metadata/657683.json @@ -0,0 +1 @@ +{"id": 657683, "index": 0, "name": "Pony v1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-19T23:43:39.760Z", "availability": "Public", "nsfwLevel": 28, "description": "a1111/forge friendly
", "trainedWords": [], "stats": {"downloadCount": 17, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 572667, "sizeKB": 85396.369140625, "name": "657683_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T20:02:32.103Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5E931324", "AutoV2": "AFA6A264E3", "SHA256": "AFA6A264E32E112FF97E2F818CA17329FC3D44051969097333A03DE66A72B418", "CRC32": "7171B723", "BLAKE3": "8777C42AE40A6B6D74F0B7C5B1F31D6CB1CB7463659CB7B7FFF6913B5817ACD8"}, "downloadUrl": "https://civitai.com/api/download/models/657683?type=Training%20Data"}, {"id": 573062, "sizeKB": 223108.66015625, "name": "Evil_Woman_Executive_Diana_Aamaan-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T23:30:41.731Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "ECBB39C2", "AutoV2": "BAA2E2D3BA", "SHA256": "BAA2E2D3BAD574F97A829C34B74426CDB86E6A9EFAE2F9DBEFF73216F93F977A", "CRC32": "31004733", "BLAKE3": "1FE1E63E8680339E88931A09ABA1368CC8F90B3CC71633984BD9B8C5B4D33702", "AutoV3": "505EB85C33DA"}, "downloadUrl": "https://civitai.com/api/download/models/657683", "primary": true}], "images": [{"id": 20564647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49ceb114-9ff3-464d-bd3b-688dad8cd127/width=450/20564647.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7Jj*l00~WH=W+XU%2$fB;00-p.7D*n$$%xu", "type": "image"}, {"id": 20564704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c4d2f1f-4939-4bfd-be21-119d1274d713/width=450/20564704.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGECas~oR:R8Myxa%fS~9GD%V?t7E1R*IoM{", "type": "image"}, {"id": 20564722, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4e9eff6-0a0d-41f2-b336-aed8c595aee1/width=450/20564722.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U5E{C9#6lU,@~A9Z0#9F00-;IUob~q?axC?b", "type": "image"}, {"id": 20564707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe257c99-596c-4727-869a-45e64d0bd72f/width=450/20564707.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBGIT30K.T^+~WD%4:tRjIMyM{oz0M_2WBog", "type": "image"}, {"id": 20564723, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d116403-5db0-43e3-9e93-d39416da372a/width=450/20564723.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHG[i@_NM|x]~W%MWAofX-xunOE1~q%MaxM{", "type": "image"}, {"id": 20564648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ddda67c-76eb-4382-8d46-690d1e6d3e0a/width=450/20564648.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UAKmtr9aGa-:K$xu?^s:%it6OZt5~pM|9Gxt", "type": "image"}, {"id": 20564709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/585def9a-f913-4a28-9493-e011dfdcdd5c/width=450/20564709.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UcK^+}jZ_Nxu%Mayt7of-;j[WAWV%Lj[IVWB", "type": "image"}, {"id": 20564715, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26596815-39d9-44ce-addf-d8ac0a67974b/width=450/20564715.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UbJao]Nx_N%2.8j[ogoJ%Ms.WCR*?HoJM|a}", "type": "image"}, {"id": 20564727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b799b3ed-6afe-47f7-bc70-fbc9e9281202/width=450/20564727.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "USHxjH%M*0NHtSkBkDRjpJR+t8ae-;j]IUjZ", "type": "image"}, {"id": 20564710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35f5c383-6c1d-4349-83d7-131aeb88fd52/width=450/20564710.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "USLDiWof_Nt7%JaybbaytRof-;j]^+ofIVfl", "type": "image"}, {"id": 20564731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4143cc6e-ec2f-4afc-888f-5254dfc1bdb8/width=450/20564731.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UaK1Xg%L_Na#%gof%MR*%gR*ofWB-pj]IVae", "type": "image"}, {"id": 20564732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fb1d5c9-2dc4-4123-8d3c-1220ef4ad7e7/width=450/20564732.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UAKmtr9aGa-:K$xu?^s:%it6OZt5~pM|9Gxt", "type": "image"}, {"id": 20564646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a2270d1-097d-4220-850e-0439a788d2e1/width=450/20564646.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UFIhETRO0zD%?FxZlAS4JQIU~qIo_3X9wIR,", "type": "image"}, {"id": 20564724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6a0277e-530f-4044-848b-8018cf040436/width=450/20564724.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UVG9EZ?vtlD%_Nx]tRjED%V?kCxtE2M{Rjoz", "type": "image"}, {"id": 20564726, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b300ba0d-7d33-4f9a-80c7-396f6c02dd68/width=450/20564726.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "URFiALjYOsWW~q%LbwS$IVx]xuozI@X9s:WC", "type": "image"}, {"id": 20564728, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/762f98bd-f63d-4edb-b129-0d064daf4c25/width=450/20564728.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "ULE{U+-pJ.Si_Nt7o~S6ERxu%Ms.%gt7M{Rj", "type": "image"}, {"id": 20564730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78598c3d-a01d-4736-abda-5ff345f8186f/width=450/20564730.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UeI#JmIpkqsm~pR+ShslNaRjWYf5XTjsjZof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/657683", "modelId": 589061} \ No newline at end of file diff --git a/datasets/metadata/657808.json b/datasets/metadata/657808.json new file mode 100644 index 0000000000000000000000000000000000000000..f28e597e569b42fa27d4147617813527891f7c61 --- /dev/null +++ b/datasets/metadata/657808.json @@ -0,0 +1 @@ +{"id": 657808, "index": 0, "name": "PDXL - epoch 10", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-20T13:56:24.949Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["katawa shoujo", "yamaku high school uniform", "hakamichi shizune, short hair, blue hair, blue eyes, eyeglasses", "ikezawa hanako, long hair, hair over one eye, purple hair, purple eyes, burn scar", "satou lilly, long hair, blonde hair, hair bow, blue eyes, blind", "ibarazaki emi, long hair, twintails, hair bobbles, blonde hair, green eyes, amputee, double amputee, prosthesis", "gym uniform, red buruma", "tezuka rin, short hair, red hair, green eyes, armless amputee, double amputee, tied sleeves", "mikado shiina, long hair, drill hair, pink hair, brown eyes"], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 573102, "sizeKB": 503789.5244140625, "name": "657808_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T23:56:19.212Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BA8B359F", "AutoV2": "68D6B6E182", "SHA256": "68D6B6E182017375DE6C068FAB5BBF53A714C51FE1BB684F0AC76FE012832D47", "CRC32": "BA442354", "BLAKE3": "6DE6E9F36FD24C0098716A1ADC5B8F7DB6DC6F2E8B09E74597BA3714E9B8BFEA"}, "downloadUrl": "https://civitai.com/api/download/models/657808?type=Training%20Data"}, {"id": 574410, "sizeKB": 223234.43359375, "name": "Katawa_Shoujo_character_pack-000010.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/657808", "primary": true}], "images": [{"id": 20640245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ee8eb23-0112-448e-be43-b5a9351aaa5e/width=450/20640245.jpeg", "nsfwLevel": 1, "width": 1836, "height": 2048, "hash": "U8Nc[@04Vr%No~TJOSkW14xc~89a}[M|-V%L", "type": "image"}, {"id": 20640276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f0ca9f2-a526-4e0f-9b7e-fce99ed952de/width=450/20640276.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UCMtQx%2~nxu-;oeNEWCxGWCNas:ackCx]WB", "type": "image"}, {"id": 20640331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/108f0467-5b82-46e7-9b5e-bcb62230e219/width=450/20640331.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UFMaU.xu_Lxt%3fQS0fks:ayR*j[NYay%3j[", "type": "image"}, {"id": 20640330, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb179c1b-2d47-4c07-9c90-288e57b89567/width=450/20640330.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UMP$]fof~o-:-ooeM|R*xZj[NHWBk7ayxbof", "type": "image"}, {"id": 20640318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b094c4e-1397-408e-8f34-871658bf6e83/width=450/20640318.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "U6Kwh1~V004.~VxtE2IV0KIo?I-qngjEtSg4", "type": "image"}, {"id": 20640334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90d9ad62-5541-4a5c-b1e0-0421400681cf/width=450/20640334.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UCM7us-:V{t7~VjaE1t74ot69aM{9FWBt8t7", "type": "image"}, {"id": 20640332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f741cb13-9687-4278-8c82-014da9a7fb00/width=450/20640332.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UERCVS%1~n-:?Gj?NZay$fj[I:R*$|ayWFoy", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/657808", "modelId": 589177} \ No newline at end of file diff --git a/datasets/metadata/657835.json b/datasets/metadata/657835.json new file mode 100644 index 0000000000000000000000000000000000000000..b26ea29d23409308c03409a0336f0cdb5c4a398f --- /dev/null +++ b/datasets/metadata/657835.json @@ -0,0 +1 @@ +{"id": 657835, "index": 1, "name": "SD 1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-19T20:58:40.428Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["QuentinHN"], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 572774, "sizeKB": 231920.12890625, "name": "655995_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T21:01:26.668Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9A23F9C7", "AutoV2": "E1FD3E18BC", "SHA256": "E1FD3E18BCCD9D4F6A895A535C5DC3DE332895E3BEE795950B6957E87922D543", "CRC32": "5B4A76D5", "BLAKE3": "4051463CD8893ADEBE596DE230E0A208D3C581C00F69333DA6CC056E7AA1293C"}, "downloadUrl": "https://civitai.com/api/download/models/657835?type=Training%20Data"}, {"id": 572772, "sizeKB": 36982.8671875, "name": "QuentinHN.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T21:01:58.745Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7448D7E9", "AutoV2": "DFCD62CAC8", "SHA256": "DFCD62CAC89596E5F590F002BABAE2E7634538F546C3E4D192543DC6B92E73D4", "CRC32": "D4B606BD", "BLAKE3": "211C969D1C5B18EC27316DCF50EFD83E1F44A3C73DFD16B8820651B780C0AE20", "AutoV3": "2B3EDD81E0D2"}, "downloadUrl": "https://civitai.com/api/download/models/657835", "primary": true}], "images": [{"id": 20550117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15967843-af3f-4fec-9387-04e87420da4e/width=450/20550117.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJDk-|=|0zEM}FxaJTX8D*WBxtt7v~jFOXkC", "type": "image"}, {"id": 20549796, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0631a1d-deff-431e-9ef5-aa4ce93b0a92/width=450/20549796.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UaF54^E3x@ad}?I;S#oIi_R*JAxFa_Rkf+oe", "type": "image"}, {"id": 20549795, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6993efd5-2d6a-4851-8ff6-506494bb2d7d/width=450/20549795.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UWEoSq-:%fWA~C-;b]of-po#o#WCo~WZtRWC", "type": "image"}, {"id": 20549802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98f706a8-ee31-4353-95db-f787e94ce5c4/width=450/20549802.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7AmSSR49^4:}[M{yD9Z-CV@O?kDI=Mxxb?H", "type": "image"}, {"id": 20549803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7c3e4db-82f5-403a-9d2c-e27652d09df6/width=450/20549803.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEC~0G$%Rj-n0hI=AExZ}qW;OWRkE4%0bFRl", "type": "image"}, {"id": 20549801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67e8e6b2-25bf-47cc-be05-2c8ee0315c01/width=450/20549801.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U98:w|^OIAIV5TEOENn$}9-7o|S#9xENJ7kB", "type": "image"}, {"id": 20549811, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d4e8966-b5d2-440e-b60e-cfc0ed6c12d6/width=450/20549811.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U5Avd.RSR5-V=_0h9|xt,E~A0}X504%058-n", "type": "image"}, {"id": 20549807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dad727b8-0efb-4224-a0a1-1e47564884be/width=450/20549807.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U2Bo?Q000}?HU^~B0L-.NfjEogNGvB~T02?Z", "type": "image"}, {"id": 20549799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1465c92d-8b11-46a7-9e1c-efdd2d01699a/width=450/20549799.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1024, "hash": "UFC~n@-UVyi]_Nxt9{M_cGt7r_jCx_t8=ynf", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/657835", "modelId": 589196} \ No newline at end of file diff --git a/datasets/metadata/657843.json b/datasets/metadata/657843.json new file mode 100644 index 0000000000000000000000000000000000000000..28eede4a11a951ac521ea7d2c2cb54688d3bd470 --- /dev/null +++ b/datasets/metadata/657843.json @@ -0,0 +1 @@ +{"id": 657843, "index": 0, "name": "PONY", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-19T21:03:00.909Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["QuentinHN"], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 572783, "sizeKB": 231920.12890625, "name": "655995_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T21:05:54.139Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9A23F9C7", "AutoV2": "E1FD3E18BC", "SHA256": "E1FD3E18BCCD9D4F6A895A535C5DC3DE332895E3BEE795950B6957E87922D543", "CRC32": "5B4A76D5", "BLAKE3": "4051463CD8893ADEBE596DE230E0A208D3C581C00F69333DA6CC056E7AA1293C"}, "downloadUrl": "https://civitai.com/api/download/models/657843?type=Training%20Data"}, {"id": 572782, "sizeKB": 223104.92578125, "name": "QuentinHN (1).safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T21:05:49.868Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BB135B5E", "AutoV2": "73B344558F", "SHA256": "73B344558F206ABA1E3604581E4218659871C02A5797636BACC0E373CCA6B9FE", "CRC32": "A7F8E281", "BLAKE3": "168FB102CDD380B3D49166CE08DDFEE2EF455B67040983A4337528DC01E8A599", "AutoV3": "AB536064487B"}, "downloadUrl": "https://civitai.com/api/download/models/657843", "primary": true}], "images": [{"id": 20550487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/849b6049-a7d6-4c97-9fd8-c5b8c75f867d/width=450/20550487.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDFOryW.K%4.~DI=x]MxMex[Mx$zs+t74oM{", "type": "image"}, {"id": 20550486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebc5cfa8-ff6e-42c9-bf85-4b55839b8c63/width=450/20550486.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UPE36dWZovM|~WX8E1Io-;ozIBWBtRt7i^jZ", "type": "image"}, {"id": 20550489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbbb7ae1-4709-41b2-8200-f214c4b26729/width=450/20550489.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U38gBC~o0202^g$~0g0g|ewg6Q65h$VZTIk;", "type": "image"}, {"id": 20550496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d37355a6-91a5-41e0-a6b8-b261425b9607/width=450/20550496.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UOD]euT0xqNG~WJCE1Io?HbcMxRjx]xaaJjZ", "type": "image"}, {"id": 20550485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d917494b-f194-4e69-9fea-00024f1e2762/width=450/20550485.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UCIEz*xu~qxa^*oex[a#aMae9abb^+jbD%ba", "type": "image"}, {"id": 20550490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b631f574-403b-44ed-8778-c16b12e048ac/width=450/20550490.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UAEoud~V60E0$pxv02Di]ftRD#Vq?Zx]-n$2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/657843", "modelId": 589196} \ No newline at end of file diff --git a/datasets/metadata/657853.json b/datasets/metadata/657853.json new file mode 100644 index 0000000000000000000000000000000000000000..278cf1b52c81cdfce73441433327668a406536e5 --- /dev/null +++ b/datasets/metadata/657853.json @@ -0,0 +1 @@ +{"id": 657853, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-20T04:19:39.833Z", "availability": "Public", "nsfwLevel": 16, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 573563, "sizeKB": 223099.11328125, "name": "dee.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T04:15:47.471Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "030A4CC9", "AutoV2": "6DA61E1834", "SHA256": "6DA61E1834C107AE2122F2C313A53AA8511CD25E51EA7213360AAC284A09E011", "CRC32": "07A16A8E", "BLAKE3": "2FB95B35E8376A73E0C823AFAE3A0C7526DE80B146CC85E00B2C675858E87478", "AutoV3": "7A09D49E491D"}, "downloadUrl": "https://civitai.com/api/download/models/657853", "primary": true}, {"id": 572794, "sizeKB": 323.1630859375, "name": "657853_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T21:11:24.488Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "C821FB0486", "SHA256": "C821FB04866C3A9AFCC08CF011F32790997A90584C29371546939A1B16427549", "CRC32": "887B6B78", "BLAKE3": "062A6A5A5C947E159CCE8EC9C1E83E50C99507514054EB90653900BB94A5F0CE"}, "downloadUrl": "https://civitai.com/api/download/models/657853?type=Training%20Data"}], "images": [{"id": 20591895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85b9c239-d132-4085-8c6f-6717ace790c2/width=450/20591895.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UNID~%^m?^pcPTwdOYXT01E0Dja0IUEMwInN", "type": "image"}, {"id": 20592510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/404fbb77-bd2d-4853-be5f-b1c7cc95e155/width=450/20592510.jpeg", "nsfwLevel": 16, "width": 3010, "height": 4889, "hash": "ULH1Vu~q.Sb{KPWBOrxu004.H?R4M{I.v}Ri", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/657853", "modelId": 589211} \ No newline at end of file diff --git a/datasets/metadata/657873.json b/datasets/metadata/657873.json new file mode 100644 index 0000000000000000000000000000000000000000..e51bee8cba04e1676fe91dc343e3da84786b121c --- /dev/null +++ b/datasets/metadata/657873.json @@ -0,0 +1 @@ +{"id": 657873, "index": 0, "name": "Test TP 1 7/19", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-20T00:47:42.769Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Triple Penetration", "Gangbang", "Double Vaginal", "Double Anal"], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 573196, "sizeKB": 223099.44140625, "name": "Triple_Penetration_2_-_XL-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T00:46:04.622Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1F0D0EF4", "AutoV2": "B4C623AE17", "SHA256": "B4C623AE1733DBF16D97FAEEC38E210B79EBBEA0B077F8A1D81BB98102754985", "CRC32": "2B756F79", "BLAKE3": "AC07159D1CCA0E656C79FC72A77AB0FA80B23EACCA53BB97A692934E487E3125", "AutoV3": "EDD081A4A3CF"}, "downloadUrl": "https://civitai.com/api/download/models/657873", "primary": true}, {"id": 572802, "sizeKB": 33677.052734375, "name": "657873_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T21:16:55.336Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F966A39D", "AutoV2": "DDDF1CEC2D", "SHA256": "DDDF1CEC2D828102421554C21088EED1ED0D6669968F735B9C2B32931B12EBEF", "CRC32": "456BF802", "BLAKE3": "8396BF558A875E0D62D6DF4E699BDD4EE89785E1D0E9F1422B25D3931EB64011"}, "downloadUrl": "https://civitai.com/api/download/models/657873?type=Training%20Data"}], "images": [{"id": 20571950, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa4f6fbd-bae1-4577-9995-8e621106a40d/width=450/20571950.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7MF^2?HMbTLGaIUIUSO00jEKi0f~B$g9u56", "type": "image"}, {"id": 20571948, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2111fd32-0eef-46c7-9964-1380695d1e8c/width=450/20571948.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDMG6W~B00-VbuIo%1My4U-V-:E2%fNGni9G", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/657873", "modelId": 589228} \ No newline at end of file diff --git a/datasets/metadata/658127.json b/datasets/metadata/658127.json new file mode 100644 index 0000000000000000000000000000000000000000..edd9b42b4146b3ef1341c5fff11a740a30a80534 --- /dev/null +++ b/datasets/metadata/658127.json @@ -0,0 +1 @@ +{"id": 658127, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-26T04:32:50.271Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 22, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 573074, "sizeKB": 66544.9873046875, "name": "658127_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T23:36:52.727Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CB055FC6", "AutoV2": "CA2AD74F33", "SHA256": "CA2AD74F33624B823849E40B4C2911747E8C1DB01817A62A14EA7493B7990454", "CRC32": "94B6ED72", "BLAKE3": "430AA63C31BFB9558317E9CDB29976A971C7E12A2441B9F56E94BC705BA2AF6C"}, "downloadUrl": "https://civitai.com/api/download/models/658127?type=Training%20Data"}, {"id": 587958, "sizeKB": 223106.33984375, "name": "Kimiko.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T04:35:53.157Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9F90844B", "AutoV2": "DB41940580", "SHA256": "DB41940580356243C367B7F12EF2F84C811B14152F2509808DBE3AD6E2F9CEB9", "CRC32": "714703A0", "BLAKE3": "EFBDFAAB7C80F1FF633D3E253D932155BB11FC4E5592D5A66712D001D5AF2CA3", "AutoV3": "B7CD67236EF2"}, "downloadUrl": "https://civitai.com/api/download/models/658127", "primary": true}], "images": [{"id": 21404896, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b692044c-5a85-4b51-b0a9-8f56bb663991/width=450/21404896.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UXMP?sT1%MX:~VMdENkD9v-RS%RQV[X9w]R*", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21404895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98f21e8f-76e9-4493-a0fd-0fb7df80b1c7/width=450/21404895.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCL:0-03020N02My?ZJQ00~U%y$*%yS#DkWE", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21404897, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd57a250-4502-4dc0-bf91-a7934556742e/width=450/21404897.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UMMYyT~U0Ns;EQ9Gr;%M0*IpSzx@bY-oNIbw", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/658127", "modelId": 589438} \ No newline at end of file diff --git a/datasets/metadata/658138.json b/datasets/metadata/658138.json new file mode 100644 index 0000000000000000000000000000000000000000..22b6d90a1919a1c36d92111b7609e079d18b73f7 --- /dev/null +++ b/datasets/metadata/658138.json @@ -0,0 +1 @@ +{"id": 658138, "index": 0, "name": "V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-20T00:13:19.874Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 573134, "sizeKB": 223102.06640625, "name": "Zuma_-_Paw_patrol_-_fannon.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T00:16:49.538Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0EDC732F", "AutoV2": "EE479D8CD1", "SHA256": "EE479D8CD1ED9BC9AF260CD252CFDCB7101B93B45BBCD4270A97FCBEA5096BC4", "CRC32": "E4F9636F", "BLAKE3": "D7B11AF845ADC2DD595869F756132B794D0A9DC899DE4AD39F449C04196CF37E", "AutoV3": "B8E87C89BBC0"}, "downloadUrl": "https://civitai.com/api/download/models/658138", "primary": true}, {"id": 573087, "sizeKB": 8315.3515625, "name": "658138_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T23:46:17.075Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "01B4DBA1", "AutoV2": "6AF4103CEB", "SHA256": "6AF4103CEBFED02016C61BF3ADA6C29C2EB0F020C5BB183077E9F6AC45701C96", "CRC32": "C3DFE641", "BLAKE3": "2EE51578A87BDA66A70501DC26DB2454100D8FBA2A74439A389F7B201FF6B7EC"}, "downloadUrl": "https://civitai.com/api/download/models/658138?type=Training%20Data"}], "images": [{"id": 20567798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bbc45b9-cd3e-46e3-a3e4-d0ffcd198445/width=450/20567798.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEM6nn?a?s_K?W%LtQofPp-:izw#=WI;IWx@", "type": "image"}, {"id": 20567797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c0e30cf-38c1-496a-b68e-4721908f9fa9/width=450/20567797.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGM$bYx[~mko^Ft6xV%0.lxt,?-T^GRkt6oc", "type": "image"}, {"id": 20567805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0528856b-e935-4f74-8ed2-6010a1051b03/width=450/20567805.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCLW5yO[UG?YUHGHNh?Y.jKPs;W;+}-mAbI=", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/658138", "modelId": 589435} \ No newline at end of file diff --git a/datasets/metadata/658147.json b/datasets/metadata/658147.json new file mode 100644 index 0000000000000000000000000000000000000000..65db468ab7a9ceb1235adc7911a5d19051fb6c5a --- /dev/null +++ b/datasets/metadata/658147.json @@ -0,0 +1 @@ +{"id": 658147, "index": 1, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-20T00:28:12.306Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 573162, "sizeKB": 223100.34765625, "name": "Tracker_-_Paw_patrol_-_fannon.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T00:31:37.900Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6CF01697", "AutoV2": "098B161869", "SHA256": "098B16186929900C82DB0C332D661BC639ADAE30260F3B14EE216DA3754D3808", "CRC32": "7646B842", "BLAKE3": "F7B4FE7D8BF85426F7287FD96DF1F157971A70C902C8E7DC5F9105CC85F51EC6", "AutoV3": "A01C4A051FF9"}, "downloadUrl": "https://civitai.com/api/download/models/658147", "primary": true}, {"id": 573106, "sizeKB": 8187.578125, "name": "658147_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-19T23:56:17.104Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4F7DE92E", "AutoV2": "031B3ECC6B", "SHA256": "031B3ECC6B6A35C659ACF55A99F79B1E87A04CD72ED2887221568207ADCCD603", "CRC32": "0A6383F3", "BLAKE3": "1E173522EE8C71B4EDB9C0FDE01519ADB776BD6589DA956EB9922D943220E2C9"}, "downloadUrl": "https://civitai.com/api/download/models/658147?type=Training%20Data"}], "images": [{"id": 20569749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d78ab885-b329-46f3-8965-07307a1955aa/width=450/20569749.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URNSv0kqyA%eqDahgMoerEr?NIIpgfoJnQoe", "type": "image"}, {"id": 20569745, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2a6796e-6a86-4ad7-918c-51e004b50100/width=450/20569745.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIMj.Z%w*D%w0fRlJ7Na.0nRRTX5KIrtxHoy", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/658147", "modelId": 589457} \ No newline at end of file diff --git a/datasets/metadata/658234.json b/datasets/metadata/658234.json new file mode 100644 index 0000000000000000000000000000000000000000..36581a66717c49414e435aee92ed1eaabe7ec611 --- /dev/null +++ b/datasets/metadata/658234.json @@ -0,0 +1 @@ +{"id": 658234, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-20T01:43:34.208Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 573199, "sizeKB": 17886.2744140625, "name": "658234_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T00:52:45.918Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "87EC88AC", "AutoV2": "7BF2044B88", "SHA256": "7BF2044B88B22F0E6440FDAA7D97FF1ED58B9423659A542C58DEF132DD2F6FA4", "CRC32": "40C621B1", "BLAKE3": "2E83AF685910B10AAE9556D72A9624C26298E8A310C5799026F1D48791BCCBCD"}, "downloadUrl": "https://civitai.com/api/download/models/658234?type=Training%20Data"}, {"id": 573309, "sizeKB": 223103.16796875, "name": "Trumpet.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T01:45:42.971Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4A8B4BED", "AutoV2": "A1E92F0E1C", "SHA256": "A1E92F0E1C4A4D4BC505F0D9EED68FA9F391660C55CA504A31CEFDA5572141F3", "CRC32": "23B47BBB", "BLAKE3": "3C5514E3BCCC736822EF1CA9D40C445FCFA0D06DE0BBA5E7084F201808F003D3", "AutoV3": "51453DAA6346"}, "downloadUrl": "https://civitai.com/api/download/models/658234", "primary": true}], "images": [{"id": 20578791, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f05fc8d-4ea2-4bd6-80a1-6a3e90e799b2/width=450/20578791.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9I#cI_39G%gtRt8WAkC?wRj9FM{%MM_tRae", "type": "image"}, {"id": 20578789, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27fbb377-b48e-4cc0-b9c1-1644fc3157da/width=450/20578789.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDJa_+sk9F?b?w9EoLt7tS?cWUIAM{.8MxWB", "type": "image"}, {"id": 20578792, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7dafb4b3-1e51-4026-a8c7-8f831fabd7f9/width=450/20578792.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKH2fz~qWB%M_3?bM{xuRjofM{RjofIUWCM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/658234", "modelId": 589535} \ No newline at end of file diff --git a/datasets/metadata/658299.json b/datasets/metadata/658299.json new file mode 100644 index 0000000000000000000000000000000000000000..99365c556e78596d4e3c7cab1c92f89dde8a6899 --- /dev/null +++ b/datasets/metadata/658299.json @@ -0,0 +1 @@ +{"id": 658299, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-20T02:33:24.082Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 573287, "sizeKB": 13795.6103515625, "name": "658299_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T01:36:09.822Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D600D59A", "AutoV2": "545385B636", "SHA256": "545385B636B2655722C3AEF2EA280B18FF9D48F4D14844C611F4F3221B274801", "CRC32": "9EAB6DD8", "BLAKE3": "38AD26E326EE60BA704F732E8A04F12481A97E15EACAD1B766927965D869EBA2"}, "downloadUrl": "https://civitai.com/api/download/models/658299?type=Training%20Data"}, {"id": 573401, "sizeKB": 223100.73828125, "name": "Henrietta_Bigglemidget_hooker-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T02:31:14.854Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5F260FBE", "AutoV2": "F942F5EF01", "SHA256": "F942F5EF01200E504F2E625C81DED5634BA7C112B8E2CE0900F146CC14595246", "CRC32": "88E37547", "BLAKE3": "5855DF1326A22C8C634E94C2B7BD47F13D7560D691742ED8053766737D85610A", "AutoV3": "1DDAC7C643AF"}, "downloadUrl": "https://civitai.com/api/download/models/658299", "primary": true}], "images": [{"id": 20583694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09414d1c-b4c9-49cb-a7a8-19a9b0b4607b/width=450/20583694.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGOgTP?cGw$L0ttntln45tbd^fni-3-p#PNI", "type": "image"}, {"id": 20583696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26253a91-efee-4802-8348-f0117bac7683/width=450/20583696.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8F~8GM|00xa~qWEITWX02kC^$WVITR--:s:", "type": "image"}, {"id": 20583695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7093467a-03d6-4e1a-a19a-cff77c622017/width=450/20583695.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6HV6foZ05Sk?wNGxooz00R.RNoc-:R+~W-:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/658299", "modelId": 589593} \ No newline at end of file diff --git a/datasets/metadata/658324.json b/datasets/metadata/658324.json new file mode 100644 index 0000000000000000000000000000000000000000..802aa0c0b5177df3fa44c77d4092f6ebd548337d --- /dev/null +++ b/datasets/metadata/658324.json @@ -0,0 +1 @@ +{"id": 658324, "index": 0, "name": "PxP Comic Backgrounds", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-20T03:56:40.175Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 573513, "sizeKB": 223108.27734375, "name": "PxP_Web-Comic_Panel_Backgrounds-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T03:52:16.859Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "706EDC6C", "AutoV2": "4476D07871", "SHA256": "4476D07871C616C977268DE9AB8CCF869193943F5BEE9245FA49B353EBF671ED", "CRC32": "60BC9EB4", "BLAKE3": "67FD5D152469B3B3D0B6AB76B421CEEB1C7B0C25E0EA2726DD1DFE9DDD870F6A", "AutoV3": "9CAF8669FCDE"}, "downloadUrl": "https://civitai.com/api/download/models/658324", "primary": true}, {"id": 573372, "sizeKB": 5721.9921875, "name": "658324_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T02:16:12.613Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E619810B", "AutoV2": "27AD14CD62", "SHA256": "27AD14CD62C47F5DE0CDE421853BD4A0020BB7CE267A714F76F6CFD2A8A82CEB", "CRC32": "CF11213E", "BLAKE3": "2A4E14C8B18789A9EA3A7DB378FDB05606282EF8A9E1C2F942906E0687F0A4A6"}, "downloadUrl": "https://civitai.com/api/download/models/658324?type=Training%20Data"}], "images": [{"id": 20590085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65c96be4-3e25-465b-98dc-ee7fbb9a1c7e/width=450/20590085.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U2BWc4^,00t8~qRjM{t800Rjt6IU9GWU%Mju", "type": "image"}, {"id": 20590086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1de5f7b0-cccb-4fe9-98fd-c385a5349f26/width=450/20590086.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4B|Qz_44n-=M|-;?uay-;%NWBRPM{D%kCxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/658324", "modelId": 589613} \ No newline at end of file diff --git a/datasets/metadata/658535.json b/datasets/metadata/658535.json new file mode 100644 index 0000000000000000000000000000000000000000..62af1f5c519b3f6a75b587cecff0ed1349ca5d7c --- /dev/null +++ b/datasets/metadata/658535.json @@ -0,0 +1 @@ +{"id": 658535, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-20T05:04:56.412Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Alya11"], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 573524, "sizeKB": 23124.7158203125, "name": "658535_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T03:50:44.115Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3211BC7A", "AutoV2": "8733071D35", "SHA256": "8733071D35FFAD3A32B0C0229B3E231C261C1B6C00348963789AA115860BFE71", "CRC32": "AA6EA966", "BLAKE3": "0BEA2AF3BDB0CCEFF623141500D481C9111098A2F99AC4B223DF01B086640628"}, "downloadUrl": "https://civitai.com/api/download/models/658535?type=Training%20Data"}, {"id": 573599, "sizeKB": 223107.51171875, "name": "Alya__C\u00e9saire.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T04:41:47.146Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8C94EB40", "AutoV2": "034D0B28D9", "SHA256": "034D0B28D9632167D9FB04ECF1D0F8914A3CF10A4D0D4EACD85CCD5C4E585105", "CRC32": "B6BF3A67", "BLAKE3": "C58516F9370512587945FB01F3E702B212492B6586AA6DA4E497F8B029727138", "AutoV3": "F5343DB3C47B"}, "downloadUrl": "https://civitai.com/api/download/models/658535", "primary": true}], "images": [{"id": 20594312, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f456416-2ee2-4bf5-a74c-faf46713582e/width=450/20594312.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKIg+er?.8xv~Vn~ShozJAkBR5of-;j[RPaz", "type": "image"}, {"id": 20594314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71493127-c0ea-4fac-9748-90396172762c/width=450/20594314.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHE22:}%$u-@E1EmS7$JVqxao#M_ElsRjXS6", "type": "image"}, {"id": 20594313, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb8c3cff-928c-4b9f-8c69-4948fae4b2f3/width=450/20594313.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEGktMo}_3~WRj%M-pkC9ZxaM{IV_2-pofIo", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/658535", "modelId": 589795} \ No newline at end of file diff --git a/datasets/metadata/658544.json b/datasets/metadata/658544.json new file mode 100644 index 0000000000000000000000000000000000000000..37e574142da0331126b282fd05e9bb62797aa9dc --- /dev/null +++ b/datasets/metadata/658544.json @@ -0,0 +1 @@ +{"id": 658544, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-20T04:42:39.647Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 573597, "sizeKB": 223099.46484375, "name": "Gabriel__Ultrakill-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T04:40:42.032Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "27080EB1", "AutoV2": "DBAFAC0B66", "SHA256": "DBAFAC0B6639E7BA9B2B69A9BA0BDCB487E649983285C6DBC0F592B4B0FDE7F4", "CRC32": "44867B13", "BLAKE3": "800FB26EEC6D63EFB4672CD4CA6BB78180331793FB90E8CC6BDD170E3E8BEDD1", "AutoV3": "2072DAC0F6B0"}, "downloadUrl": "https://civitai.com/api/download/models/658544", "primary": true}, {"id": 573552, "sizeKB": 4607.6005859375, "name": "658544_training_data.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/658544?type=Training%20Data"}], "images": [{"id": 20594322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/deea3536-5b2e-47d3-a987-b596ae9ee6ce/width=450/20594322.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTC?}*W?Tes..mofx^jYE2e-slozDhjER4bv", "type": "image"}, {"id": 20594321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77f71b75-9da8-4a80-823b-47db3ebb34db/width=450/20594321.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USDm5RWBksj]_NWByDWBX9M{xtn$MxM_nNk9", "type": "image"}, {"id": 20594320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/010f0b74-a0d0-4e64-84fe-83454247ff1f/width=450/20594320.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UXDmK?RjT1oe?wj[tSaxT0ROxuaxIUM_n#a{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/658544", "modelId": 589802} \ No newline at end of file diff --git a/datasets/metadata/658650.json b/datasets/metadata/658650.json new file mode 100644 index 0000000000000000000000000000000000000000..4e9c77296646b50906104fce68b4c52f6be2c5b8 --- /dev/null +++ b/datasets/metadata/658650.json @@ -0,0 +1 @@ +{"id": 658650, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-21T03:32:16.800Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 575106, "sizeKB": 223102.65234375, "name": "Ashe_Calamity_Empress_Mythic_Skin_-_Overwatch.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T21:21:52.648Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "79158D05", "AutoV2": "1CB478F7A3", "SHA256": "1CB478F7A3877D9C27BDE0A00D78A0EEFAFED9384A679FA980DFBD147035821D", "CRC32": "07C63781", "BLAKE3": "D859DFF2EB3B86D68409AD53212E421E78E9E2A64D70760DC21E5C9D9ABC0DB7", "AutoV3": "E4E60F6B2DBD"}, "downloadUrl": "https://civitai.com/api/download/models/658650", "primary": true}, {"id": 573632, "sizeKB": 24505.18359375, "name": "658650_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T05:00:48.708Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "930DA4BF", "AutoV2": "B7E3C086EA", "SHA256": "B7E3C086EAAF42C2E5DFE8A39C9EB32818D381D6185A310495A29EC4A323E614", "CRC32": "E0936B57", "BLAKE3": "B9EC750CD30FEAB1ED7290F31C567FDDAA53400C6EB7ABA3E6357AA03BE72C5C"}, "downloadUrl": "https://civitai.com/api/download/models/658650?type=Training%20Data"}], "images": [{"id": 20709894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b94093e0-4c4c-4da8-acc4-7a7b65a6bd42/width=450/20709894.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "UBGuIH~VAi~UR:XU#l%0E1nM,Ut6KSRSMuIm", "type": "image"}, {"id": 20710191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ea60090-fe76-446f-bdfa-faacdc678a4e/width=450/20710191.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "UDFrbe%K0x~WJ6%2skX8^m%L-q-p%#t6-n%1", "type": "image"}, {"id": 20710313, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66dbe2e0-660f-456e-a2cc-911d8bbc7c91/width=450/20710313.jpeg", "nsfwLevel": 2, "width": 896, "height": 1152, "hash": "UGI4t}?aFS~UBo?GwbgO+$IUsoRpInnfM_%3", "type": "image"}, {"id": 20710152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e09f19f-400a-4a58-89f4-2e91849713f3/width=450/20710152.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UIGuUl_45N=~B}o}rwRrRnSmTME2tBRqOkEK", "type": "image"}, {"id": 20710149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f925a6ac-37ae-4828-bf9e-1386d3712735/width=450/20710149.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UHHA|x~75M=~Gk-pv#9s-O%3xwR$=NWSEd$-", "type": "image"}, {"id": 20710327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f5fdb66-bb0a-4059-97f5-807b305345cb/width=450/20710327.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UBK^Kc_1uh9Z1fOqoGI.00VsD%IoXAkB?H%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/658650", "modelId": 589883} \ No newline at end of file diff --git a/datasets/metadata/658734.json b/datasets/metadata/658734.json new file mode 100644 index 0000000000000000000000000000000000000000..17e9465d1523616324351d1acf11cddc7ef77769 --- /dev/null +++ b/datasets/metadata/658734.json @@ -0,0 +1 @@ +{"id": 658734, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-20T07:00:24.482Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["clive_rosfield", "best eyes", "costume"], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 574625, "sizeKB": 8979.212890625, "name": "Clive_training_data.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/658734?type=Training%20Data"}, {"id": 573819, "sizeKB": 223099.91015625, "name": "Clive_Rosfield_Pony_XL_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T18:45:33.688Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CBE03EF3", "AutoV2": "6BEFA800E1", "SHA256": "6BEFA800E1C530CF3BF69B5DF26632486027FE30F6001295EC214AD43DD7A18B", "CRC32": "D3895944", "BLAKE3": "0043C5ACCE79D048F072C91307614986817016F0C63B30A34E7219C55EA5FF27", "AutoV3": "3F2844B1AA85"}, "downloadUrl": "https://civitai.com/api/download/models/658734", "primary": true}], "images": [{"id": 20607741, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed36891b-1912-43f1-b0cf-cdb7e085e03c/width=450/20607741.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UICss:NJ.S%2.T%M?vay.Tbct8aytmWXo#M|", "type": "image"}, {"id": 20607746, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4f2ec41-1fbc-4da9-af46-545b8cc9c792/width=450/20607746.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8D+#eR:OrOY?ukr?G?F_N-;IBs,%gxuxaR+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/658734", "modelId": 589962} \ No newline at end of file diff --git a/datasets/metadata/658868.json b/datasets/metadata/658868.json new file mode 100644 index 0000000000000000000000000000000000000000..214eb6fd4402627a427445c4d4989864ce7aba56 --- /dev/null +++ b/datasets/metadata/658868.json @@ -0,0 +1 @@ +{"id": 658868, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-21T02:17:21.453Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 575717, "sizeKB": 223099.27734375, "name": "Dayna-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-21T02:16:44.844Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6F69321F", "AutoV2": "1FC6F802C0", "SHA256": "1FC6F802C0160F2F2E3C23FB08C3762F3137E0109B73B9DF75E73247140B8C1F", "CRC32": "FCC20B9B", "BLAKE3": "ABBE981C5E658E18FA33B97AB26D386DE418E3F32A9F4D1D35BA644EBF3C38DD", "AutoV3": "B7859168E524"}, "downloadUrl": "https://civitai.com/api/download/models/658868", "primary": true}, {"id": 573830, "sizeKB": 442.208984375, "name": "658868_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T18:20:17.263Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "1570815B12", "SHA256": "1570815B12FD080DF0387DD5E25031C4F2D21C852FF1E2AC207D0C8D39039A1D", "CRC32": "4468B078", "BLAKE3": "D6F452F3D23168E6D35DDF265A5EBA30F3DFB18706C945E9BA27A579F749E451"}, "downloadUrl": "https://civitai.com/api/download/models/658868?type=Training%20Data"}], "images": [{"id": 20703509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94719335-e75b-44a9-89d2-4f392173115c/width=450/20703509.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8H-ok+]Lg%#B:.8w_S6-;D*.9-U7hMy}@EL", "type": "image"}, {"id": 20703511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/437c607d-47c8-4e7a-8814-6b6ff84b04ea/width=450/20703511.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U7Fh-mMv1-%0AdS%aKNGxv%1?Hrq0%oJ_4K7", "type": "image"}, {"id": 20703510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/131a7d97-1ab0-4864-9a5a-e7ca748f7d68/width=450/20703510.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UHIq.Sn3?^yDJVR+V@WqozNGRjxutRM|a{xu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/658868", "modelId": 590080} \ No newline at end of file diff --git a/datasets/metadata/658898.json b/datasets/metadata/658898.json new file mode 100644 index 0000000000000000000000000000000000000000..ef1e2a121eda546c3e6fff50f8ae167008d056ce --- /dev/null +++ b/datasets/metadata/658898.json @@ -0,0 +1 @@ +{"id": 658898, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-20T08:58:18.233Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 573977, "sizeKB": 223099.45703125, "name": "Black_cat-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T18:41:43.405Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "616117AA", "AutoV2": "C4CC6CDEC0", "SHA256": "C4CC6CDEC042323976EAD6DCCC8A01CEE7F3F6F425CFD6ED5043BE205DB60CCD", "CRC32": "82DFC1AC", "BLAKE3": "86282E2CD84B1025EB763E15A79BFC90816EB8C99B0C4CEF448F3EC8B4598929", "AutoV3": "7DDFC60DEDC8"}, "downloadUrl": "https://civitai.com/api/download/models/658898", "primary": true}, {"id": 573853, "sizeKB": 98.7119140625, "name": "658898_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T18:48:11.919Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "78965B1F47", "SHA256": "78965B1F472ED337B88196B622856A55C230E47FC94E4743792CBDD47D21BAF7", "CRC32": "A7A72013", "BLAKE3": "81084443B2A2D371274D20E8D4AC69740360EFD3BE64E4D91123A020E67E804B"}, "downloadUrl": "https://civitai.com/api/download/models/658898?type=Training%20Data"}], "images": [{"id": 20617570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c5a99cd-e7c1-41c6-9286-c6e5e5185705/width=450/20617570.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UBDT6UW=4.Ot*do#8^Ip=yj[xtSh%%jF-oW=", "type": "image"}, {"id": 20617571, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b2ef419-2cb0-48eb-bf9f-9ea5f1a2265b/width=450/20617571.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UBC%KxM{0etm}=M{D$tSyYWB^+t7ENkW?Gsl", "type": "image"}, {"id": 20617580, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7096979-06ed-4a64-b650-750d76e539dc/width=450/20617580.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UJE{nco~57S5}qX94Tfk%3M{xCs:*0X8%Moe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/658898", "modelId": 590108} \ No newline at end of file diff --git a/datasets/metadata/658955.json b/datasets/metadata/658955.json new file mode 100644 index 0000000000000000000000000000000000000000..ff91233918f5fcb42045efd6675a297ea1616b84 --- /dev/null +++ b/datasets/metadata/658955.json @@ -0,0 +1 @@ +{"id": 658955, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-20T11:21:42.586Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["ClearingontopMB, location, scenery, outdoors,", "Tree", "Cloud ", "Flower "], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 574203, "sizeKB": 223099.35546875, "name": "Clearing_on_mountain_top_background_location.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T18:55:54.722Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "65B3A769", "AutoV2": "8372196496", "SHA256": "8372196496B196CBE74B18A93182EA9CF8D1207D89D2AE2D167025223DB470F3", "CRC32": "A202D8A4", "BLAKE3": "303923B8BAEFE83DFBD0970607EEFE2F33174E06768ED308AFEE73C9E70E3663", "AutoV3": "D67F362C8CD1"}, "downloadUrl": "https://civitai.com/api/download/models/658955", "primary": true}, {"id": 574106, "sizeKB": 171155.787109375, "name": "658955_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T19:07:45.350Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6CC05519", "AutoV2": "C2DB015AE8", "SHA256": "C2DB015AE84A13DBE3E5C3FBC8301A9ECEDBD04A024B77554B04DB2EF5B8CFC3", "CRC32": "ED43D6F0", "BLAKE3": "885059D291FE46E9F7CEC781D4FB30F01A70153442DEF6D7D490F00D58A58FF1"}, "downloadUrl": "https://civitai.com/api/download/models/658955?type=Training%20Data"}], "images": [{"id": 20628749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4300626-12eb-4d38-870f-9a1708197122/width=450/20628749.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UzD1QuRiR5j;yGj;W9WAt9bFoej=WAf6ofkB", "type": "image"}, {"id": 20628750, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/717d13f4-48ca-4c91-b0aa-bebf9cfefd95/width=450/20628750.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaCt:^V?Mdx]yZoaj:o#MdWUo}jsI8ozt8Rj", "type": "image"}, {"id": 20628747, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62d9f94b-01e7-444d-9a45-ab467b1ead24/width=450/20628747.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UeCRWXjDMxozt:W9f3a$R7abo~WBI9V@t8ay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/658955", "modelId": 590160} \ No newline at end of file diff --git a/datasets/metadata/658998.json b/datasets/metadata/658998.json new file mode 100644 index 0000000000000000000000000000000000000000..881542dc6ee7b30d49158e47ecb05ba498351e57 --- /dev/null +++ b/datasets/metadata/658998.json @@ -0,0 +1 @@ +{"id": 658998, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-20T11:11:01.122Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 574040, "sizeKB": 283417.2998046875, "name": "658998_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T18:22:51.747Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D655D4C1", "AutoV2": "E05DAC6F76", "SHA256": "E05DAC6F7663D20C496E76F1876E58035F91B072274063C2743D44AE486E4633", "CRC32": "D6E97451", "BLAKE3": "4A8EDDBD3C3D504783F492587D319A2F1917987BE2E869900C7F508F97164D5D"}, "downloadUrl": "https://civitai.com/api/download/models/658998?type=Training%20Data"}, {"id": 574183, "sizeKB": 223115.44921875, "name": "Mermaid_Melody_Artstyle-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T19:06:04.204Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5F4A3314", "AutoV2": "136636230C", "SHA256": "136636230C4F13FA199C3E37D33EFC78849191B49F83257B39DC25AD454234B9", "CRC32": "7D4A11E0", "BLAKE3": "FB68AD520A1743AAC45A2AFC479473955B3D838C6C6D141260CCB148A7EF3350", "AutoV3": "866B29979F33"}, "downloadUrl": "https://civitai.com/api/download/models/658998", "primary": true}], "images": [{"id": 20627585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55ad1035-f30b-4bf4-9540-9f4d0614a07a/width=450/20627585.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTI5rO9a~q~BFN^+kYRP9vXARlE1S%WDWYR%", "type": "image"}, {"id": 20627747, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45ca8d59-32a8-44f3-99c5-057bdd8f4ba1/width=450/20627747.jpeg", "nsfwLevel": 1, "width": 840, "height": 1408, "hash": "UCLpHr^*1u?G9EniOXjZ01V@.7W=?^o}XSt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/658998", "modelId": 590201} \ No newline at end of file diff --git a/datasets/metadata/659004.json b/datasets/metadata/659004.json new file mode 100644 index 0000000000000000000000000000000000000000..36441d7ca30b6e5755e4f1722126be2268f7f902 --- /dev/null +++ b/datasets/metadata/659004.json @@ -0,0 +1 @@ +{"id": 659004, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-20T09:55:46.452Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 574072, "sizeKB": 223103.68359375, "name": "Miqo_GinDoll.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T18:21:35.792Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C075B66C", "AutoV2": "C4897AF137", "SHA256": "C4897AF13744CD7A713DD1C93F011DF73FF4523A20CD55C7E346500C268C44FE", "CRC32": "68722D4E", "BLAKE3": "659C707840793CE1D44A81ED3B87D69AE5B91C8DF83A5878AF81339CA529ABBC", "AutoV3": "BAA6AA70C54B"}, "downloadUrl": "https://civitai.com/api/download/models/659004", "primary": true}, {"id": 573994, "sizeKB": 123066.8291015625, "name": "659004_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T18:50:43.086Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D2A8D841", "AutoV2": "AFE25F8A4E", "SHA256": "AFE25F8A4E0648A6A952058B87AAFDF28BAE0ECD555AF7AA137ED697D7585EF4", "CRC32": "FEB3E688", "BLAKE3": "942FE5A7A29AF4D5E2B72382EE15B702870D4C6D2D21396B040EF5956A80C716"}, "downloadUrl": "https://civitai.com/api/download/models/659004?type=Training%20Data"}], "images": [{"id": 20622600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acfdc7aa-c1f9-4ab5-b8ce-d3a160003cee/width=450/20622600.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UFM?JHMv0w=z?^S}r;v$9FkqNaNG-BRijs%2", "type": "image"}, {"id": 20622597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06cfc67e-23c1-471d-b890-25267d033226/width=450/20622597.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEL:D@9r7{{,34o~VsrrM|J%%3NF+G#SNFXS", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/659004", "modelId": 590207} \ No newline at end of file diff --git a/datasets/metadata/659059.json b/datasets/metadata/659059.json new file mode 100644 index 0000000000000000000000000000000000000000..653f109fd8a4f5c639a2f80b9c84730cd78f8448 --- /dev/null +++ b/datasets/metadata/659059.json @@ -0,0 +1 @@ +{"id": 659059, "index": 0, "name": "Scafen artist style", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-20T11:04:18.689Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 574057, "sizeKB": 11880.6962890625, "name": "659059_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T18:42:47.813Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CC79EAE2", "AutoV2": "6455DE8DF0", "SHA256": "6455DE8DF0074064146D245D9AE4D931A8F63747A162198D334D5D46D59FBBF7", "CRC32": "284DAF35", "BLAKE3": "95C68B264C27E8243124DE914212C18A45299778A5F573D6EE0F441EC50D4A46"}, "downloadUrl": "https://civitai.com/api/download/models/659059?type=Training%20Data"}, {"id": 574176, "sizeKB": 223107.23828125, "name": "Scafen_artist_style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T18:43:26.493Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "708149DA", "AutoV2": "9A969AF41B", "SHA256": "9A969AF41BF98E084FE320B6774DCB5AA1CE8E6E6937AF713EBB0445304C8D36", "CRC32": "2643B7B4", "BLAKE3": "A0F218EF43DD601808C61D1F124E7E9A6E41684D3E196B6CDB7227961D683218", "AutoV3": "ABE6D9FC2880"}, "downloadUrl": "https://civitai.com/api/download/models/659059", "primary": true}], "images": [{"id": 20627414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9e1c5e5-9b60-42dc-bffc-39545718507b/width=450/20627414.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UEK^pZ-:?vD%~qj]M{WB?wxuWAt7skRjazWB", "type": "image"}, {"id": 20627413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/088b33e5-6ab0-4f6c-8dc8-3b0297013dd9/width=450/20627413.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UNJ@j|S1%MsD-;xuoeWB~qRjaebbs8S1RjjI", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/659059", "modelId": 590256} \ No newline at end of file diff --git a/datasets/metadata/659070.json b/datasets/metadata/659070.json new file mode 100644 index 0000000000000000000000000000000000000000..b83884d1eadae2f4384fd9c7d0502c4036246a45 --- /dev/null +++ b/datasets/metadata/659070.json @@ -0,0 +1 @@ +{"id": 659070, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-20T10:04:25.431Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 574083, "sizeKB": 223099.30078125, "name": "Latex_beibi-000001.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/659070", "primary": true}, {"id": 574046, "sizeKB": 20.5263671875, "name": "659070_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T18:37:13.110Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "620319C7D8", "SHA256": "620319C7D8FA42D84F9DDCE0D1A953B3C8ACD81A826D1FE094FB5F6EA22EAA3B", "CRC32": "841448BC", "BLAKE3": "B980A71485B653285F48D7E3201A58706DD30911FAF4913E03F90A33E8AD8393"}, "downloadUrl": "https://civitai.com/api/download/models/659070?type=Training%20Data"}], "images": [{"id": 20623118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/804b7630-01a5-457a-80a0-3c719e626e44/width=450/20623118.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USIhW^S6_NV?-URjE2oJ-pRkR*t6xut7R*oL", "type": "image"}, {"id": 20623119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f21f2423-917a-426c-883d-78027e7ccc66/width=450/20623119.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOI}hdNd?w-;^%ayIqIU-oWCE2%2%Mt7a}Rk", "type": "image"}, {"id": 20623117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8da946ac-541b-41e4-8900-b980b3c62b5c/width=450/20623117.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USJRHrIq_NxZ-nogIVIU-oM{Ip%LxuofR*of", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/659070", "modelId": 590265} \ No newline at end of file diff --git a/datasets/metadata/659163.json b/datasets/metadata/659163.json new file mode 100644 index 0000000000000000000000000000000000000000..35ca7eeada911cfc0b6355aed273b5e9ca82e874 --- /dev/null +++ b/datasets/metadata/659163.json @@ -0,0 +1 @@ +{"id": 659163, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-20T11:48:44.959Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Dormbedmb, indoor, bed,", "Curtains ", "Pillow "], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 574241, "sizeKB": 223099.72265625, "name": "Dorm_bed_bed_location.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/659163", "primary": true}, {"id": 574172, "sizeKB": 16140.9013671875, "name": "659163_training_data.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/659163?type=Training%20Data"}], "images": [{"id": 20630513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/373f399e-54d4-4db2-a2f0-f567493596c0/width=450/20630513.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHFiDI9F4nWX00xu-payM_WEoffj~pWARkWB", "type": "image"}, {"id": 20630517, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e478de2c-d197-42aa-8518-4420a9b4ccfb/width=450/20630517.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCE{Ro9G9aIp00~p-;NG-:IUIot7IVD*%L-:", "type": "image"}, {"id": 20630520, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1738dbf5-e4b3-4d20-9388-9ee77a8e608b/width=450/20630520.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFHn]CRj00of00og_2t64.fP%Mt6~pWB9Fof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/659163", "modelId": 590349} \ No newline at end of file diff --git a/datasets/metadata/6592.json b/datasets/metadata/6592.json new file mode 100644 index 0000000000000000000000000000000000000000..8b3beb7554958ab70897ae4c4587d7d5d3192efe --- /dev/null +++ b/datasets/metadata/6592.json @@ -0,0 +1 @@ +{"id": 6592, "index": 0, "name": "kaisa_v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-01-29T12:25:12.872Z", "availability": "Public", "nsfwLevel": 19, "description": null, "trainedWords": ["kai'sa", "void wings", "weapon"], "stats": {"downloadCount": 2944, "ratingCount": 259, "rating": 4.99, "thumbsUpCount": 304, "thumbsDownCount": 0}, "files": [{"id": 7523, "sizeKB": 33789.0791015625, "name": "kaisa.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-03T00:15:42.857Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2D5B4C3D", "AutoV2": "731FF7FE32", "SHA256": "731FF7FE32CE06705214D230FD058DB0BE8AC8EC5CF5BBF2000D18FA85BD936D", "CRC32": "66487888", "BLAKE3": "FD81BB05C402EBCC886C9F08EFD213D21397CD7995C4E07A85CCC51656519C95"}, "downloadUrl": "https://civitai.com/api/download/models/6592?type=Training%20Data"}, {"id": 6814, "sizeKB": 147533.76171875, "name": "kaisa-000034.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-01-29T12:31:03.642Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "46EF0CA9", "AutoV2": "F249CD037D", "SHA256": "F249CD037DE90CF9AF726614BC13B0DC883D424D0B1B34EF3DF3089F78E0091C", "CRC32": "5B17297A", "BLAKE3": "630BDE5D9D1EE16E4A1EE168F619242D25E4043B062B39C639DD1179BE89089B", "AutoV3": "81E31EEB1871"}, "downloadUrl": "https://civitai.com/api/download/models/6592", "primary": true}], "images": [{"id": 59899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/515a7256-4235-40e6-71f1-bfce84f31800/width=450/59899.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UNFrkxs;?H%N?dj]g3tRR7s:WBt7i_owVrkC", "type": "image"}, {"id": 59898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50153d2a-ee5f-420b-96ae-7d877b12ba00/width=450/59898.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UKE.-Bx^tLo}=*XQIoS$Z%IUM_o#%0M{ROo#", "type": "image"}, {"id": 59897, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/159eb3a4-525b-4811-ba26-4bb58a293e00/width=450/59897.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "ULFr#M?K%h_3?dtlNdt7MbS#NFnh%3MzaJ-p", "type": "image"}, {"id": 59896, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64055fe3-4b3e-4938-7508-60ee7d896d00/width=450/59896.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "URE.z$%Mx:x[~Xxuflo#$-WXRnX8xca#V@WX", "type": "image"}, {"id": 59895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afbdb79a-aa7b-4e9d-80de-43f951e5a400/width=450/59895.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UHF=?Tx]~m.2_3xt%Lx]NNi~M}xwS%IqIVxu", "type": "image"}, {"id": 59894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d134483-3825-4362-c35b-b26c20eca400/width=450/59894.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UIDv1uoy9EIU~XxuIoIUslWoS2azxbNFe.xb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/6592", "modelId": 4428} \ No newline at end of file diff --git a/datasets/metadata/659356.json b/datasets/metadata/659356.json new file mode 100644 index 0000000000000000000000000000000000000000..f6b042a33a2503e9c6f1a5a3bd7278cc096f3eac --- /dev/null +++ b/datasets/metadata/659356.json @@ -0,0 +1 @@ +{"id": 659356, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-20T18:23:25.737Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 574350, "sizeKB": 13286.6484375, "name": "659356_training_data.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/659356?type=Training%20Data"}, {"id": 574848, "sizeKB": 223100.40234375, "name": "EdwardKenway.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/659356", "primary": true}], "images": [{"id": 20656906, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0775e99d-acf2-4e73-91a0-41f9891d5fa3/width=450/20656906.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdMabLog?Hf5?bf5Rjog~qofRjj?Ria|fkj@", "type": "image"}, {"id": 20656907, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76165722-a6ba-4e90-a195-c0fc21dda706/width=450/20656907.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UqMHDZs.~qXT.8W;ROn%.8WVRPoLR6s.NHNa", "type": "image"}, {"id": 20656909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1bd1fef-7240-4e4b-8d70-1524584ecc34/width=450/20656909.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHK1mVkgMl-,~mX2RXr|4uWVt6r|ij-CI-JV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/659356", "modelId": 590528} \ No newline at end of file diff --git a/datasets/metadata/659769.json b/datasets/metadata/659769.json new file mode 100644 index 0000000000000000000000000000000000000000..da0edb175bec59140a869a0cb23fb439269705bf --- /dev/null +++ b/datasets/metadata/659769.json @@ -0,0 +1 @@ +{"id": 659769, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-20T22:58:17.050Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["chibihangout", "size difference", "chibi", "minigirl", "2girls"], "stats": {"downloadCount": 38, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 575347, "sizeKB": 223102.10546875, "name": "Character_Hanging_Out_With_Chibi_Version_Of_Themselves.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T22:55:50.728Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CD65D3B5", "AutoV2": "99CE90FFD1", "SHA256": "99CE90FFD156B16DAB8ACB2CCAC7BA07BC0FBDB55178006C3B787E04B1599E9D", "CRC32": "4DE57320", "BLAKE3": "1D3CD9E348CA8E313E1D9CA8150BF3BDAD942275875D58ADCCDAFFE867C271F4", "AutoV3": "97452C5F8161"}, "downloadUrl": "https://civitai.com/api/download/models/659769", "primary": true}, {"id": 574767, "sizeKB": 94434.0771484375, "name": "659769_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T20:15:59.647Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2176CB23", "AutoV2": "3B8C0C0B14", "SHA256": "3B8C0C0B14D080AC1C07ADB068E2EDA75EA6794FBF58C82FE05516AC5BED75E7", "CRC32": "27FBF096", "BLAKE3": "417181A396FD19F5C3F7318CEC29FFEC03D60030DDB38E64A07B00AF455AA03B"}, "downloadUrl": "https://civitai.com/api/download/models/659769?type=Training%20Data"}], "images": [{"id": 20683121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76a05bb2-9549-422b-a0d4-bba8fea7d3cc/width=450/20683121.jpeg", "nsfwLevel": 1, "width": 1528, "height": 1528, "hash": "U5IOB|~n1D03G^IxaODj03~p^*NCIvM#x[x[", "type": "image"}, {"id": 20683135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5f97454-d0cc-4677-b7e9-28c84bcaa736/width=450/20683135.jpeg", "nsfwLevel": 1, "width": 1528, "height": 1528, "hash": "U8EeMt}?IT?H0z9u%2oJ9a-ot79Z0MRk%2I;", "type": "image"}, {"id": 20683147, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fd92798-1b09-4fbe-907a-8046a53c5aeb/width=450/20683147.jpeg", "nsfwLevel": 1, "width": 1528, "height": 1528, "hash": "U5CFhj=^00?Goa0z58~B01ENJWw[xu?GoL9t", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/659769", "modelId": 590896} \ No newline at end of file diff --git a/datasets/metadata/659772.json b/datasets/metadata/659772.json new file mode 100644 index 0000000000000000000000000000000000000000..a73233653f6984cd5f15ca7a56fe10de26e9172d --- /dev/null +++ b/datasets/metadata/659772.json @@ -0,0 +1 @@ +{"id": 659772, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-20T20:21:39.496Z", "availability": "Public", "nsfwLevel": 37, "description": null, "trainedWords": ["soft leotard", "solid leotard", "shiny leotard", "Sickle_20s", "Sickle_30s", "pale skin", "caucasian skin", "bat logo", "wings", "cape"], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 574966, "sizeKB": 223102.32421875, "name": "Sickle_My_Sisters_Vampire_Character-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T20:58:50.811Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A55B4AB1", "AutoV2": "A2CACBA296", "SHA256": "A2CACBA29663C334B1F3D80A59EFF9F69F2A2896A0052978550773948F1C0EF0", "CRC32": "B1DC38FA", "BLAKE3": "8E0CE8AA56FCB237A10C05D55C221DDDC4298E79F1AA5FA6EF0C1B119D74B06B", "AutoV3": "5D51BE206B03"}, "downloadUrl": "https://civitai.com/api/download/models/659772", "primary": true}, {"id": 574787, "sizeKB": 14170.982421875, "name": "659772_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T20:12:50.389Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "95AF9285", "AutoV2": "CC80DCE84A", "SHA256": "CC80DCE84A6350C7EBCD12B518F7F339D010CB268C7A05E3DA17BDEA8A373823", "CRC32": "E23BF0B0", "BLAKE3": "8570960ABFFE07C7336FB867439F033F28124E515529FAD4FA362A43A8082A67"}, "downloadUrl": "https://civitai.com/api/download/models/659772?type=Training%20Data"}], "images": [{"id": 20667325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb4cad01-177e-4212-a7f2-d27e4d3dc35c/width=450/20667325.jpeg", "nsfwLevel": 32, "width": 1024, "height": 1024, "hash": "U8Fp]c}^02}[1T%P.99u0RTg%N0fJEE.S6-B", "type": "image"}, {"id": 20667324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/063a7dfb-49a8-49ad-b689-b2d702ac65f7/width=450/20667324.jpeg", "nsfwLevel": 32, "width": 1024, "height": 1024, "hash": "UEJ?v;8_EK?Hl:4n^+kq]%-;#;OE}u.8z:,o", "type": "image"}, {"id": 20667327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/081f763a-5d52-415b-84a5-bc99cfcedeb6/width=450/20667327.jpeg", "nsfwLevel": 32, "width": 1024, "height": 1024, "hash": "UNDSb0x|x|V?EWR=SmNG9GV=N3kDwZnLe;tR", "type": "image"}, {"id": 20678891, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98cfb32a-1ff2-493b-b5bb-a88f22ebf115/width=450/20678891.jpeg", "nsfwLevel": 1, "width": 1200, "height": 1200, "hash": "UGF;1r~V%1M|~o^*ODE2K$-U9[M|=xR+RQIp", "type": "image"}, {"id": 20678890, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cf9461b-12d4-4e1b-8e2a-cda0c3ba49c4/width=450/20678890.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1200, "hash": "U7B.Zfz.56%MAdVr=dNG1OE0kp-V.T#kAXJA", "type": "image"}, {"id": 20696804, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f966c942-c551-4576-a9a8-0e5ca2209b95/width=450/20696804.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1200, "hash": "UHEKvUGG9b9a_4o~MeENGGsrMxJ8niRPEe$%", "type": "image"}, {"id": 20678889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11f3175b-6496-4eec-9bb6-28c37de8f9f4/width=450/20678889.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1200, "hash": "U4B_lHzT1T##7iI,14RN0K?I=a57+}E1}[xt", "type": "image"}, {"id": 20678892, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9aa82f80-c952-4a8b-a520-a126797e3b7d/width=450/20678892.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1200, "hash": "UBHv;^Gd5AAK0Qt8$+Sj0~Mv,mR$PpiwROof", "type": "image"}, {"id": 20678893, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80f85421-60b2-412d-8277-cfbbb2cdff8f/width=450/20678893.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1200, "hash": "UCI{]YI75Y5R0U}kN}IUEh$f$kxZ?atQD*xu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/659772", "modelId": 590899} \ No newline at end of file diff --git a/datasets/metadata/660051.json b/datasets/metadata/660051.json new file mode 100644 index 0000000000000000000000000000000000000000..498bc1e46bece452e474f53baf61f9ce0acb6c48 --- /dev/null +++ b/datasets/metadata/660051.json @@ -0,0 +1 @@ +{"id": 660051, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-29T22:20:50.120Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 596286, "sizeKB": 266245.705078125, "name": "660051_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T17:52:20.594Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "96B2F0E3", "AutoV2": "9F139751A1", "SHA256": "9F139751A1AC82061C47EB51984AA38056D0C13367603DFACD7655E7F9A29A57", "CRC32": "0E459823", "BLAKE3": "3012CC366743B3ED022E40A3E19845235D9458C52FC8B353BEB8FE9086ABC58F"}, "downloadUrl": "https://civitai.com/api/download/models/660051?type=Training%20Data"}, {"id": 596734, "sizeKB": 223107.98046875, "name": "Rina_outfits.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T22:21:23.003Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BE2438C3", "AutoV2": "5B436900F2", "SHA256": "5B436900F287F8764A0282522D8875D6ABF595CCFF612121C383937F9132DB93", "CRC32": "38F64D01", "BLAKE3": "A88D23DB0DA704E40C71BDDFFA283A4684B6BF8281FF1A2FA27D590B21276E87", "AutoV3": "BAA13AB3BEBE"}, "downloadUrl": "https://civitai.com/api/download/models/660051", "primary": true}], "images": [{"id": 21913468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1342d31e-05b7-4544-a19a-aa951c19e66b/width=450/21913468.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UOIh27-=.8-;Rkf+%Ma|0Kj[oft7~WNGIoof", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21913470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bd9e5ce-32eb-4023-86bf-889b50eb88f6/width=450/21913470.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6L|f9-:00-n52Rjb8RnRKayxyxt0WWB^%fT", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21913469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1612db63-c08a-4ef2-bcf0-4aab42a70165/width=450/21913469.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCI4#Ax]R;xaJ;V@%gxa5bR._3XA}-kCRinh", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/660051", "modelId": 591132} \ No newline at end of file diff --git a/datasets/metadata/660064.json b/datasets/metadata/660064.json new file mode 100644 index 0000000000000000000000000000000000000000..545ae05d7db2c18f1d9d832727d4297cca12e5b6 --- /dev/null +++ b/datasets/metadata/660064.json @@ -0,0 +1 @@ +{"id": 660064, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-20T20:40:45.353Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 575063, "sizeKB": 557.017578125, "name": "660064_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T21:15:02.772Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "4CE44E6844", "SHA256": "4CE44E684457381D6EE2B698549E8BE38FD541CEA99C630E751DB13431811380", "CRC32": "6AF4821A", "BLAKE3": "E5168E91EBE67084FE39E3DAE786771A40333F40AA70970F58B8618027F44792"}, "downloadUrl": "https://civitai.com/api/download/models/660064?type=Training%20Data"}, {"id": 575105, "sizeKB": 223100.63671875, "name": "Cod_Piece.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T21:22:18.635Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2BE7468D", "AutoV2": "2C8EBE7529", "SHA256": "2C8EBE752949727539C606890D7D986F36D8DE77F3AAA7AF421B850B5C430307", "CRC32": "CCF86C26", "BLAKE3": "BD2BCC635F97BA2EEEB4EE8B2A613A9D8672CACAF689AFC507C0D63AEDF25C35", "AutoV3": "2BBB5D6A6BEE"}, "downloadUrl": "https://civitai.com/api/download/models/660064", "primary": true}], "images": [{"id": 20677088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27007b68-6080-401b-b1ef-fbaadeac6fa0/width=450/20677088.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U67m?M%2jKn-~Eof%Nxv%4WB-q%3t8NFxat7", "type": "image"}, {"id": 20677414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02813db7-7ce3-4bf6-91fd-ab8a2d1c8a32/width=450/20677414.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UTF=~{xv_NtS%ixtR.ogx^V?o0s:tSRiaxof", "type": "image"}, {"id": 20677647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5160e36-ff0b-4be1-a333-a00939eacbd0/width=450/20677647.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UOHBxpiv^,of?daKozM{?cNGf+%Mtlo#t7tS", "type": "image"}, {"id": 20677072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0161d67-f8c8-44af-802e-6405a085bc41/width=450/20677072.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U26Hcb=}0K9t^kWBbbxbRPRj?H%2x]R*sTs:", "type": "image"}, {"id": 20677290, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11dca4e9-13d4-4a59-a347-e769be0fdebb/width=450/20677290.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UWHBrQM{~pt7Ips,RkRjR+WAM{WBtSM{kDt6", "type": "image"}, {"id": 20676998, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/806005bb-6b0e-46cc-b354-2374ac20c18f/width=450/20676998.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U98D-9WVELs:~qj[S3fP.8oLt7fk.8ayt6of", "type": "image"}, {"id": 20677227, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0bb7ae6-379f-4162-9e2f-6761d8a62354/width=450/20677227.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UWHBrQM{~pt7Ips,RkRjR+WAM{WBtSM{kDt6", "type": "image"}, {"id": 20677295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ba2796d-6b48-4f16-aef8-a6f3c8f784eb/width=450/20677295.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UJG8~34T_4o#JF#jo#xuRPMxD%W=RPROadt7", "type": "image"}, {"id": 20668985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2b61a54-18be-4aca-b083-b5ebb3808e58/width=450/20668985.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UBHnpa-p~pxZPBR*-6Rj?IWVV@s.v}xaR-s:", "type": "image"}, {"id": 20668984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb4d0794-3587-45ee-b6f5-6e72edf95655/width=450/20668984.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UFFiGZ~q%MM{^+M{NGs:~qozNGjF?aWVozt7", "type": "image"}, {"id": 20677715, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b600ec8c-9084-4334-a33a-0370223cc716/width=450/20677715.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UNMaFnaJ.TyEAfWBNHX9pet8MxWB.9bIxDxZ", "type": "image"}, {"id": 20671023, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6552d61-8b69-45b1-a335-0c50e291dbe4/width=450/20671023.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U69Z[u~Ws@%3IBWCIoR%D*NGoua{kCj@s.jt", "type": "image"}, {"id": 20671036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcb72bd6-1af9-4a93-b3d4-41db00010399/width=450/20671036.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U28zle^,03^+D+xuEKsA00M_%dj]%3smjYI;", "type": "image"}, {"id": 20677468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ff53088-b3b1-4ae6-b608-314f1265be5b/width=450/20677468.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UJG8~34T_4o#JF#jo#xuRPMxD%W=RPROadt7", "type": "image"}, {"id": 20677473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28af6c19-2407-4e8b-8ebe-49d6ae1eb735/width=450/20677473.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UKDvsHtS_NbwKSs:Ipa}t8ofaJoLSiNHadfl", "type": "image"}, {"id": 20677477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62bf3386-6b97-409f-9a5f-6538439c54ee/width=450/20677477.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UJG8~34T_4o#JF#jo#xuRPMxD%W=RPROadt7", "type": "image"}, {"id": 20677487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7601b19-c2ae-49f6-9d83-4b66d070888d/width=450/20677487.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UWHBrQM{~pt7Ips,RkRjR+WAM{WBtSM{kDt6", "type": "image"}, {"id": 20677777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d917c05-3fc9-407a-a7db-27e0575eca85/width=450/20677777.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "URDv[=RO?vx].TV?WqkDtlRPR*ofo~bcbco#", "type": "image"}, {"id": 20677779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a4ca428-e6ff-48fe-8843-c9fc8265a99a/width=450/20677779.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UbD0[hof-;og*0ogg4bHt,e.kDoKt7fPjFkC", "type": "image"}, {"id": 20677811, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/479cf1a4-232e-453f-b269-2d1aff3ed817/width=450/20677811.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UQE:9.-5_NR4DjD%IpRjv}R-xCX8b^Rjozae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/660064", "modelId": 591140} \ No newline at end of file diff --git a/datasets/metadata/660131.json b/datasets/metadata/660131.json new file mode 100644 index 0000000000000000000000000000000000000000..93a2176950a5c82a48fed22ea31fa613b595e244 --- /dev/null +++ b/datasets/metadata/660131.json @@ -0,0 +1 @@ +{"id": 660131, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-21T00:38:11.104Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 575151, "sizeKB": 7820.873046875, "name": "660131_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T21:29:37.161Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E30265DF", "AutoV2": "DAFE771C29", "SHA256": "DAFE771C292517D77C9E0CED356C9ED57E6868582ACCD7B6D699A214CCEFFDFE", "CRC32": "0B1D5CBB", "BLAKE3": "537BA726DEFD32DF23E7AE08F4152ED00C95E66AA908ED716FBC28D1B8E4A29E"}, "downloadUrl": "https://civitai.com/api/download/models/660131?type=Training%20Data"}, {"id": 575512, "sizeKB": 223101.03515625, "name": "RibrianneDBS-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-21T00:25:53.203Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A1B823D3", "AutoV2": "BF9F0DEC53", "SHA256": "BF9F0DEC532C75524E45240610BA5548A34B0B49F684A55963A8CF7EBA13E66A", "CRC32": "D63EE668", "BLAKE3": "9C613638D88EF714664D13E839BF9DDC05189F3ABFA67E87A53C827649360C52", "AutoV3": "BB1179D826FB"}, "downloadUrl": "https://civitai.com/api/download/models/660131", "primary": true}], "images": [{"id": 20693429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90e8d422-85f7-4ee3-8c7f-e0542a601262/width=450/20693429.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UFJa[uOB_MtR}Ft7TcxG-on%D%WCc?R+rDf6", "type": "image"}, {"id": 20693430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5eadf3fa-1092-44fe-96b3-42308d8438c8/width=450/20693430.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UdI$7^ofIAbH%1oLInj[~CoLR%j[%Lays;j[", "type": "image"}, {"id": 20693425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff83d4d4-f335-4097-9d1d-d27dcb945a1a/width=450/20693425.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGKLU7-p~CK4=|WBJ6o}@ZxuozIAX-bbn3nO", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/660131", "modelId": 591201} \ No newline at end of file diff --git a/datasets/metadata/660145.json b/datasets/metadata/660145.json new file mode 100644 index 0000000000000000000000000000000000000000..d5acbc8203bba29afe2dd5ca012b2b2b9edbcfb4 --- /dev/null +++ b/datasets/metadata/660145.json @@ -0,0 +1 @@ +{"id": 660145, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-20T21:10:22.918Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["chibihangout", "size difference", "2girls", "minigirl", "chibi"], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 575145, "sizeKB": 36980.0546875, "name": "chibihangout.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T21:28:42.905Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6CED1825", "AutoV2": "E4060F0F01", "SHA256": "E4060F0F01D2C0EBCDE14F4DD7E98E87510C7F4544145B0D2FDA6119D5D054DE", "CRC32": "5AB339A0", "BLAKE3": "76FD55D4020B3078A60B76D7599C1EA7808F92BBC0E21668876CC730BBB395F8", "AutoV3": "CBD84C508EBB"}, "downloadUrl": "https://civitai.com/api/download/models/660145", "primary": true}, {"id": 575146, "sizeKB": 94773.982421875, "name": "chibi hangout training data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T21:28:57.602Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FD95C19E", "AutoV2": "693D954720", "SHA256": "693D954720B6030DF08D2DE766B7A421AB35EADFE04EA78D3D08D626CE4A2335", "CRC32": "099F1F80", "BLAKE3": "6C1FF44824A08B2753ADAC20B29AD56BC7D0DDA6A93CAE50169313E73CFFCC03"}, "downloadUrl": "https://civitai.com/api/download/models/660145?type=Training%20Data"}], "images": [{"id": 20671845, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49d2bd0e-2d61-4aae-ae8f-fcde453ff36f/width=450/20671845.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "UDF=s_~V%fEe~px[xY-;Ezt7%1%M%gs.jbM|", "type": "image"}, {"id": 20671952, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab40ee08-f041-4013-8292-9d1836fa4a95/width=450/20671952.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "UCCigf~W-oxaxu-p%Mxu0ee-R+ogE2IVRiWB", "type": "image"}, {"id": 20671915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c38020ce-8d2f-4618-81f3-3441e3f9d884/width=450/20671915.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "UDD9YI~UI.M}xua~M}%1IW%2%2xY^%-o%2Iq", "type": "image"}, {"id": 20671918, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f331487-1142-49b7-a321-d43aae01b32d/width=450/20671918.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "UFDbvW~BxAW9t7%1%0xY9ajsbcofogNHIpNH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/660145", "modelId": 591211} \ No newline at end of file diff --git a/datasets/metadata/660189.json b/datasets/metadata/660189.json new file mode 100644 index 0000000000000000000000000000000000000000..ba14bf2256426ba663a6e4719165b3b00cd7d055 --- /dev/null +++ b/datasets/metadata/660189.json @@ -0,0 +1 @@ +{"id": 660189, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-21T16:51:01.986Z", "availability": "Public", "nsfwLevel": 28, "description": "About this version
More distant images may show some artifacts, distortions or disproportions in the face when generating images in Civitai, therefore, the recommendation of this LoRA is to use the example image gallery, characters closest to the image or use some Embedding to reduce errors on the face.
Example images - (https://civitai.com/posts/4637095)
", "trainedWords": ["by ecmajor"], "stats": {"downloadCount": 30, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 575918, "sizeKB": 1753690.83984375, "name": "660189_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-21T04:41:30.021Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4EB9C4EB", "AutoV2": "4DE5A194E0", "SHA256": "4DE5A194E0846933CD62EA4B92518CBFB80CA167EFF6B3635CCE975C83B49EA0", "CRC32": "12C83324", "BLAKE3": "BBC4D995AE57204B4233183632585C9A6EE44AC793C59CA53D43C4E40D7B8219"}, "downloadUrl": "https://civitai.com/api/download/models/660189?type=Training%20Data"}, {"id": 577078, "sizeKB": 223144.30859375, "name": "Ecmajor_Style_Lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-21T16:06:56.833Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "61ADE7FE", "AutoV2": "537601F67B", "SHA256": "537601F67B2E76C481F1C564889A4E4841B4CA1A580FF3EEB1BF18B4D9C505A8", "CRC32": "6BCD8BAD", "BLAKE3": "AC4FF7B04D8172925B6A8F9ED372CB1BEC5F194BEA5EB139F00F321E06ED7B84", "AutoV3": "0CB6EB9D33FF"}, "downloadUrl": "https://civitai.com/api/download/models/660189", "primary": true}], "images": [{"id": 20778065, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88a7c637-bca2-4a46-9310-670ec215b2f5/width=450/20778065.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UbNKFwxuj[of~qoft7oLIUj[ofWBxuj[WBay", "type": "image"}, {"id": 20778056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec400c9c-0679-435e-b4dc-608ce7a76f1a/width=450/20778056.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UeNd2Tt7%ht7~qWBayofS5ayoIoft7ayayof", "type": "image"}, {"id": 20778058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0589c3f3-f200-47c1-b376-020be5c5a6b3/width=450/20778058.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UZL|lpxuXTRQ-;a#t6oe?^oft6R*WVoyRQRj", "type": "image"}, {"id": 20778060, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81683405-334a-44b8-a869-861cbf36d352/width=450/20778060.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UUI;0Ln%p0xa~Bs.%Ma#Shaxt7az%1RjRkof", "type": "image"}, {"id": 20778071, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d79bddbc-ba3a-4c1f-a444-4ee931fc5c67/width=450/20778071.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UYGtyaM|t5ae~UayWBWBS~s:nPWpWXayjGbb", "type": "image"}, {"id": 20778069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53f090b4-d35a-4f8a-a00b-db7ccefc7719/width=450/20778069.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "USI;^aShIUs9*IniWUkCE*n%s.W;X8bGnie.", "type": "image"}, {"id": 20781005, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4ac2cf1-af77-46a3-b4bf-f71f07ebcbab/width=450/20781005.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUOcK,xa_jrX}EWBWEwfH@v~X-Os-BkDK3WB", "type": "image"}, {"id": 20778087, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/020940a5-be18-4795-aa8e-668a3abed8f1/width=450/20778087.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UTLq8~xuNHWB~pt7oeRjxuRjaeofRPofR*of", "type": "image"}, {"id": 20778068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2ae7310-9bec-411b-8742-113ceabeb599/width=450/20778068.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UAFr690M02~B.RR5-:X8I:wb^ikWs9t7My%1", "type": "image"}, {"id": 20778064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6a494ca-afe7-40bd-b1f3-172773e09eba/width=450/20778064.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UjM%_?M{%MRj~qt7%Mjtj[ofWBWBofayM{Rj", "type": "image"}, {"id": 20778061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47aa157b-b940-4374-b53c-f764ac71067f/width=450/20778061.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UeLpdR$%K5IU~pS$ofnhXSRkxYofxZs9RjWr", "type": "image"}, {"id": 20778063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b51dbe1d-adad-418a-8ec5-c6134f532a39/width=450/20778063.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGHT{rIo0gW=*Jr?9]bc9Hs,?GR*S~X8S2WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/660189", "modelId": 591252} \ No newline at end of file diff --git a/datasets/metadata/660216.json b/datasets/metadata/660216.json new file mode 100644 index 0000000000000000000000000000000000000000..0a238484b5beb093dc338a296bfb0d12aab7f151 --- /dev/null +++ b/datasets/metadata/660216.json @@ -0,0 +1 @@ +{"id": 660216, "index": 1, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-21T02:56:42.880Z", "availability": "Public", "nsfwLevel": 28, "description": "a1111/forge friendly <3
", "trainedWords": [], "stats": {"downloadCount": 17, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 575307, "sizeKB": 63363.6337890625, "name": "660216_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T22:37:35.275Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "37B9CED6", "AutoV2": "482C805D4B", "SHA256": "482C805D4B47F6FA6A650EDBDF0AD962C7069D32C19FF12B6344A6973400E472", "CRC32": "F8E7044B", "BLAKE3": "70BD636A319AC8111322DC3EADF5074D13B4B9FC96CC173171233382AB1D24C6"}, "downloadUrl": "https://civitai.com/api/download/models/660216?type=Training%20Data"}, {"id": 575628, "sizeKB": 223104.26171875, "name": "Violet_-_Pony_OC-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-21T01:25:37.929Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "82756089", "AutoV2": "862BFBF396", "SHA256": "862BFBF3960BD7BFCD0B9F3FC9C37EB62EA08633F1672F74D4CA23F848177BE5", "CRC32": "44E197C7", "BLAKE3": "7715033C18DC04A4D65AAF899D9BF2527EC4A5188599650D15FEF06861E909E8", "AutoV3": "5CF4D76C3DC8"}, "downloadUrl": "https://civitai.com/api/download/models/660216", "primary": true}], "images": [{"id": 20699386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/976d42a6-fe35-4a1e-b5e1-1a8f130f71a8/width=450/20699386.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UBHUe5I[~q.8~C?bRiR*5R%Mj?oL^+RjNGoL", "type": "image"}, {"id": 20699850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ac92364-2600-40ba-a582-84ee253afd02/width=450/20699850.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UBHUe5I[~q.8~C?bRiR*5R%Mj?oL^+RjNGoL", "type": "image"}, {"id": 20699387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2c48431-b247-473f-b691-2a8616816a82/width=450/20699387.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCKTY@t7%0xuF|RjoyWCF^WB0fRj~AayIUj[", "type": "image"}, {"id": 20699392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3521650d-ef61-40cf-94be-4f9f3e3b9887/width=450/20699392.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGI;P4xa_3xul9t7~Cof1IafI=R*%Ms:EMt6", "type": "image"}, {"id": 20699864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/754d91d3-4bc0-4bd1-89be-523829541bfd/width=450/20699864.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9HnpjT}-:rCY8NLrrH?3YI=o}IA4:K6?]AE", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/660216", "modelId": 591274} \ No newline at end of file diff --git a/datasets/metadata/660332.json b/datasets/metadata/660332.json new file mode 100644 index 0000000000000000000000000000000000000000..572946ceefd2c19b1628a5c36e70fdaf4757d694 --- /dev/null +++ b/datasets/metadata/660332.json @@ -0,0 +1 @@ +{"id": 660332, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-22T03:31:33.701Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 575335, "sizeKB": 1619.337890625, "name": "660332_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T22:50:41.743Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "5AB833E62C", "SHA256": "5AB833E62C0F7C865805E066564B15E0C8D3122A96FC933B13D355D8655FA46F", "CRC32": "BDDEE667", "BLAKE3": "8C57CF31609AE40AC6980D4543242B348509BC5938B9659E5F2A10A63A87DF43"}, "downloadUrl": "https://civitai.com/api/download/models/660332?type=Training%20Data"}, {"id": 578312, "sizeKB": 223102.10546875, "name": "mhutiki_legend_of_queen_opala-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T03:31:00.862Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5EA375F4", "AutoV2": "40B03B77D9", "SHA256": "40B03B77D958682D041943B081923D6211A20D8BA8F0E99E5D83131C4CBD9821", "CRC32": "A11C9734", "BLAKE3": "ADAE9AA1787563BF33BE143C2256BF12C6298973D0FBD9CF0599912645B03356", "AutoV3": "C9F71FFD48C4"}, "downloadUrl": "https://civitai.com/api/download/models/660332", "primary": true}], "images": [{"id": 20843213, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e525e9f-a3ec-4bc6-9d8b-2e855bcdf82b/width=450/20843213.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBG%DXIo0}-o}qX8ogs:F_ofRjjZbaoJxZWB", "type": "image"}, {"id": 20843212, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05222c82-17d1-453f-af01-835f427131bc/width=450/20843212.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U4IMvc^PP;?HrD0}E3FsG@^k0x_2tSR*E1E1", "type": "image"}, {"id": 20843215, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07fea01f-b50b-443c-8675-b84f0e1c4a70/width=450/20843215.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U4H0I#Io0{X,^g%L}=,D2Va2THnixr+^J,%L", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/660332", "modelId": 591370} \ No newline at end of file diff --git a/datasets/metadata/660342.json b/datasets/metadata/660342.json new file mode 100644 index 0000000000000000000000000000000000000000..d55a8d3a4cbff5226ccc0b087e08a26120ee3f72 --- /dev/null +++ b/datasets/metadata/660342.json @@ -0,0 +1 @@ +{"id": 660342, "index": 0, "name": "Zone-tan Pony V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-21T02:04:03.677Z", "availability": "Public", "nsfwLevel": 28, "description": "This is the first version of the model
", "trainedWords": ["zonetan", "drill hair", "long hair", "purple hair", "skull hair ornament", "ahoge", "blue eyes", "off-shoulder sweater", "hip-high stockings", "boots"], "stats": {"downloadCount": 35, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 575427, "sizeKB": 16724.9912109375, "name": "660342_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T23:36:19.402Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B524AAFD", "AutoV2": "747884B3DE", "SHA256": "747884B3DE8DCCDA9747438FF2EF4A0D5BF917FED73D11965829C32638FD7C8D", "CRC32": "4B1A49E3", "BLAKE3": "E2E314086402FEAE0F0B0437F842BBA5F047418FA7941A89061AF443BFCCF10A"}, "downloadUrl": "https://civitai.com/api/download/models/660342?type=Training%20Data"}, {"id": 575620, "sizeKB": 445793.42578125, "name": "ZONETAN_3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-21T01:21:09.147Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "61EF1515", "AutoV2": "664DA427E9", "SHA256": "664DA427E9CFBAFA299AEF3E75A5E9E966C6D8E9C61E7ABF56BA4847365D8429", "CRC32": "B6A4DC07", "BLAKE3": "15DAA1FD0060A1FC57A732E694EC55F6519DD06BD4C94430637C8EBF2B469C55", "AutoV3": "FF9E5E6E778B"}, "downloadUrl": "https://civitai.com/api/download/models/660342", "primary": true}], "images": [{"id": 20701791, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3fc10ca-b08a-4f24-b459-35954f8e9e89/width=450/20701791.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7B{W^xcN6$;~Es;IXRpRka#oIRhRXWExsxZ", "type": "image"}, {"id": 20701792, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79c493a4-b9d0-41ad-8d0c-6b7af5008d56/width=450/20701792.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8CP6vM|M|_2~Ds:WVof00%2t79GakWBofj]", "type": "image"}, {"id": 20701790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd99a685-665d-49b0-b2a9-a5a7ba5a180c/width=450/20701790.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7Eeo_KE0102ZvNG~W-Ynqjexut1tcoN4.ot", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/660342", "modelId": 591378} \ No newline at end of file diff --git a/datasets/metadata/660352.json b/datasets/metadata/660352.json new file mode 100644 index 0000000000000000000000000000000000000000..ea086046a043b92d29a2be7af707a3f0f1b9b871 --- /dev/null +++ b/datasets/metadata/660352.json @@ -0,0 +1 @@ +{"id": 660352, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-20T22:56:13.174Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 575350, "sizeKB": 22237.75390625, "name": "Peche_Montagne_UCENGAGE-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T22:56:04.818Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4DE20AF4", "AutoV2": "60A902DD6F", "SHA256": "60A902DD6FFE858736CE5F1233C00C85CEC05F7F2EACADE20F46182BABE23DE6", "CRC32": "AA508153", "BLAKE3": "B46FB881AB08E4C2882DDA5674425EDA706FF7E9E05496EE36815F7881DD78F9", "AutoV3": "71DEE6DCA82B"}, "downloadUrl": "https://civitai.com/api/download/models/660352", "primary": true}, {"id": 575349, "sizeKB": 10376.0263671875, "name": "Peche_Montagne_UCENGAGE.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-20T22:55:47.202Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3DCD26C1", "AutoV2": "BC6E2DFA3E", "SHA256": "BC6E2DFA3EF0F2757ACF5C3225678F588416294C90A66AAF979FEA798823BADA", "CRC32": "E8591806", "BLAKE3": "335E4AE9B6D4BB0C4445F5FB1754FCC2B4017291630CBEA459370169A6A9B037"}, "downloadUrl": "https://civitai.com/api/download/models/660352?type=Training%20Data"}], "images": [{"id": 20682952, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2f4eb02-3888-48cf-acee-34f6ece48508/width=450/20682952.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UWF#nSso14WE~CoJ9{WCV|j[XPayEOa{%Kj]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/660352", "modelId": 591386} \ No newline at end of file diff --git a/datasets/metadata/660562.json b/datasets/metadata/660562.json new file mode 100644 index 0000000000000000000000000000000000000000..c0601b5dbdc5ef87ac3af2866430fcf75ce5ab21 --- /dev/null +++ b/datasets/metadata/660562.json @@ -0,0 +1 @@ +{"id": 660562, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-21T02:42:47.255Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 575557, "sizeKB": 5174.703125, "name": "660562_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-21T00:45:34.421Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B0344025", "AutoV2": "1FB48C53BC", "SHA256": "1FB48C53BCD7CE9FD55B26038E31467B153093C04FA4D7E589D85F0BF106ED79", "CRC32": "F9DDF0BE", "BLAKE3": "FC994F8FFE12D97C31DFFF543E02C99915C32D92D34E353E8A0D4BB71C1A81C5"}, "downloadUrl": "https://civitai.com/api/download/models/660562?type=Training%20Data"}, {"id": 575767, "sizeKB": 223100.07421875, "name": "AmyAnitharis_-_Mothkin_OC-000014.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-21T02:46:22.591Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE86E15C", "AutoV2": "FADF21CE70", "SHA256": "FADF21CE70B26BDE83919B855D090C768D721EEDFC2A330B6572A4B571A56D6D", "CRC32": "F01BCF45", "BLAKE3": "EDA73B4E94A21EF67C8CBFA492EB3B71D661B619A396C816AB0ECE49A9135A71", "AutoV3": "0320EA1699C8"}, "downloadUrl": "https://civitai.com/api/download/models/660562", "primary": true}], "images": [{"id": 20706274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bde62d8a-c39d-47ad-ac30-a3f409916bc8/width=450/20706274.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMLz5D_2I]E,?tMwN2rwMyV[S~I;M|%2~Wt6", "type": "image"}, {"id": 20706276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e981a0f7-c171-4e21-be24-f7641b85d4b5/width=450/20706276.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKL|Aco}NOOa_L8_9HNM9bm,XmbwVa-B~VM{", "type": "image"}, {"id": 20706275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aad11d26-44cf-4508-b790-0eb55c2194a0/width=450/20706275.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMLWeUtRTe%3~pMyDj%MPUrrD%XmDjM~t7oK", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/660562", "modelId": 591563} \ No newline at end of file diff --git a/datasets/metadata/660635.json b/datasets/metadata/660635.json new file mode 100644 index 0000000000000000000000000000000000000000..e39ff97d349d55a4f13f2974b207d40bc11ac5fe --- /dev/null +++ b/datasets/metadata/660635.json @@ -0,0 +1 @@ +{"id": 660635, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-21T04:41:28.995Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 575621, "sizeKB": 2006.91015625, "name": "660635_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-21T01:20:30.634Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "EE0E8E3DF8", "SHA256": "EE0E8E3DF8605669F69447E5167AE4C5A8BA9C76C13A999CE9D73F6DF30F8FF2", "CRC32": "20BEDBA1", "BLAKE3": "073FD40330F971B6D6AA61FC011DE86EADB1780B0DB8D64802F73FE029C23851"}, "downloadUrl": "https://civitai.com/api/download/models/660635?type=Training%20Data"}, {"id": 575921, "sizeKB": 223099.39453125, "name": "laena.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-21T04:41:12.137Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "276703E5", "AutoV2": "66A126FBFA", "SHA256": "66A126FBFA09981194E5EBAE97827F2062B042257B6125EFE87AA7CE0F521457", "CRC32": "C7510D04", "BLAKE3": "68941162F23794D3615C29BBCA0728E36170B9E9903C017866FFD67D80B78E97", "AutoV3": "DC4C456B8F5D"}, "downloadUrl": "https://civitai.com/api/download/models/660635", "primary": true}], "images": [{"id": 20717012, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b56ed02-5fcf-450b-a10a-041f1a9176f4/width=450/20717012.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UIK0TpX.Te%~0f=wIUNb10-;~V-onN57Rj^1", "type": "image"}, {"id": 20717011, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af806035-43de-4434-abe8-a4cee3ea51b5/width=450/20717011.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHHdphpI-:x]4:rrIUIA0Mx]~Coz^j0LIoxZ", "type": "image"}, {"id": 20717013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39ed0dcd-c4e8-4d5e-987c-0019b23aae5d/width=450/20717013.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UAI3?mGa5R{c0fRkr=^i2w^jE202?u$*=x0e", "type": "image"}, {"id": 20717031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cb9b9aa-f8d4-46f6-961f-4ef470b83442/width=450/20717031.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UTJGWdxI~UR.pJ-Ut7R+N{R%Ips,xufkIpae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/660635", "modelId": 591609} \ No newline at end of file diff --git a/datasets/metadata/660682.json b/datasets/metadata/660682.json new file mode 100644 index 0000000000000000000000000000000000000000..096d69cd8ca09bf6ccf65801008ac47d2417f3ae --- /dev/null +++ b/datasets/metadata/660682.json @@ -0,0 +1 @@ +{"id": 660682, "index": 0, "name": "anime", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-21T05:10:03.953Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Iridescence Opalescence for Pony
", "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 579107, "sizeKB": 112375.1240234375, "name": "664067_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T13:11:17.271Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "28F29921", "AutoV2": "60EF4F1895", "SHA256": "60EF4F189543E0322DC9D1E7C9AEF2E672E2362C6C2B00F9031443FEE1DEA0DE", "CRC32": "330D748D", "BLAKE3": "2D492CF4EF1824F974BD377E6AAD6DD3556220A59A3C8ED91721955FC956A5E4"}, "downloadUrl": "https://civitai.com/api/download/models/664067?type=Training%20Data"}, {"id": 580481, "sizeKB": 223100.62109375, "name": "Iridescence_Opalescence.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T01:12:22.453Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "49273556", "AutoV2": "FD3BB3396C", "SHA256": "FD3BB3396CEE55B876623CEEF3672AC3927EAFD2284C4BFDE31C7D5F808C38F4", "CRC32": "1B5B3CF0", "BLAKE3": "CE4542048AAF58B038BFEC7B96200C47CA43247A13814255CF5813CD3CD1689E", "AutoV3": "30292ECD1D39"}, "downloadUrl": "https://civitai.com/api/download/models/664067", "primary": true}], "images": [{"id": 20966149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abd9ef7d-6eee-48c2-a831-52a087e09546/width=450/20966149.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UALU:Pwv?t#Y:kbvidRkxwWEE0R%_NwJKOR%", "type": "image"}, {"id": 20966144, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0815e03a-4bc8-4816-92e8-d4cb9cc5b5b4/width=450/20966144.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8F6CCM~oi_NEI9E-oxu.9VtXSOEDhNGRitR", "type": "image"}, {"id": 20966146, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d2b84e9-c2fc-4188-9961-998402af2b7c/width=450/20966146.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAJ$afMx~p$k+bS#a0WBt9oeD%of?cixOrRP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/664067", "modelId": 594458} \ No newline at end of file diff --git a/datasets/metadata/664071.json b/datasets/metadata/664071.json new file mode 100644 index 0000000000000000000000000000000000000000..34f694b065e1a8511006422ec9b275b7df7beccf --- /dev/null +++ b/datasets/metadata/664071.json @@ -0,0 +1 @@ +{"id": 664071, "index": 1, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-23T01:36:43.764Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 579128, "sizeKB": 345746.5478515625, "name": "664071_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T13:26:15.136Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "752F6D47", "AutoV2": "6576E2E921", "SHA256": "6576E2E921C409F20A0C771AE522C11CF7D85D7718B1ED690255E8A27713BA87", "CRC32": "797309C0", "BLAKE3": "D4788F753102D9032BE81138EF5F40294BABD127D019A78867BBA2762BE6EF45"}, "downloadUrl": "https://civitai.com/api/download/models/664071?type=Training%20Data"}, {"id": 580505, "sizeKB": 223102.59765625, "name": "opalescent_rocks.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T01:21:39.405Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "ABDD3E3E", "AutoV2": "DA8E90D288", "SHA256": "DA8E90D28878208910596779A6CA6AE536DCC7CE64D7CE6D84E586F528293AC5", "CRC32": "A019FDFC", "BLAKE3": "AEF993ADB73737A86C2786BD38BB14573D4E8D7DF44EDDBA101652CCC4FA62D5", "AutoV3": "FCAD518BEEC4"}, "downloadUrl": "https://civitai.com/api/download/models/664071", "primary": true}], "images": [{"id": 20968610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/811b0702-ee19-45e3-8d15-4c0ec81f73b8/width=450/20968610.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Eyxo0000s;?^$*i^bY00o}?a$~#m9aFz?G", "type": "image"}, {"id": 20968609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a73392ed-270c-432d-b0b5-7468debbca67/width=450/20968609.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJEDI}RP4TWYuPadVWae8wa#Nct6Q-a#W=o|", "type": "image"}, {"id": 20968269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0311071f-5d5b-4036-b41c-cdba16bd8ba4/width=450/20968269.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULBX48z;B=To%EixRit3~jkEB,t7$xnPR%aw", "type": "image"}, {"id": 20968271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/795cfcde-2d20-4509-af69-d9e54cb9fcf7/width=450/20968271.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDJ*nhsD@0xt0FW;S@WEY7n%9Zj[~da#Mlj?", "type": "image"}, {"id": 20968270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5216a57e-1e7e-417c-899a-3991974e03a3/width=450/20968270.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHHURwoNxZxs3GkDR+NLTAk9ofWF-Ss*V@s*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/664071", "modelId": 594554} \ No newline at end of file diff --git a/datasets/metadata/664100.json b/datasets/metadata/664100.json new file mode 100644 index 0000000000000000000000000000000000000000..649e8af7233a0c582954734deb2c06a7a9632044 --- /dev/null +++ b/datasets/metadata/664100.json @@ -0,0 +1 @@ +{"id": 664100, "index": 0, "name": "V1 Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-23T01:43:47.632Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": [], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 579134, "sizeKB": 345746.5478515625, "name": "664100_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T13:27:16.344Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "752F6D47", "AutoV2": "6576E2E921", "SHA256": "6576E2E921C409F20A0C771AE522C11CF7D85D7718B1ED690255E8A27713BA87", "CRC32": "797309C0", "BLAKE3": "D4788F753102D9032BE81138EF5F40294BABD127D019A78867BBA2762BE6EF45"}, "downloadUrl": "https://civitai.com/api/download/models/664100?type=Training%20Data"}, {"id": 580517, "sizeKB": 223102.58203125, "name": "opalescent_rocks-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T01:30:48.037Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "416276B4", "AutoV2": "565FAF45B8", "SHA256": "565FAF45B8022177301D53EE010D5DF5B2CE5DA2128160CAC8C75EE34EB948EC", "CRC32": "EC9A82E7", "BLAKE3": "6DE06B1E58A4088CF3A50403F4BA36B5E16F0A5F1556CFB7F137B2F57B9805D0", "AutoV3": "612CE27DB506"}, "downloadUrl": "https://civitai.com/api/download/models/664100", "primary": true}], "images": [{"id": 20969161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2af5bb60-254c-4c66-a7b0-7d1d372b2af3/width=450/20969161.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7G8.o,u00O]tmyCr^N500E,%#}-NN9zozt+", "type": "image"}, {"id": 20969158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24e0861e-91b6-4644-bf32-dea42ca43377/width=450/20969158.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6GSfMX.IcpabWo~kWRQwPS~x^XStRk8XS?]", "type": "image"}, {"id": 20969159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a894bdb3-e183-4c81-9619-d60f1cd5c1ae/width=450/20969159.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U2HCQE.9aQ?vtOoyafs;xtjbWVn,%gfljIog", "type": "image"}, {"id": 20969157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17ac3a98-b879-4774-a876-f61b179801ee/width=450/20969157.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Gk:.JV00%eTf$Kr:oz02M^}*O],-EO5FtP", "type": "image"}, {"id": 20969160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a1cd157-c9b3-4591-9457-cfc553f57ef6/width=450/20969160.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Eyxo0000s;?^$*i^bY00o}?a$~#m9aFz?G", "type": "image"}, {"id": 20969162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/237eadd3-3e2f-4979-a8db-47d90b5a8b6a/width=450/20969162.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJEDI}RP4TWYuPadVWae8wa#Nct6Q-a#W=o|", "type": "image"}, {"id": 20969289, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e1a79a7-91b0-486f-b6a6-cc85bd2da79f/width=450/20969289.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4FYru?D00?cHs9^RX?w8^Iu_3^$$lE0i[%E", "type": "image"}, {"id": 20969288, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68af4f2a-7030-41f4-82e3-62244205eb5d/width=450/20969288.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5G[Z#%200tS_4tlR5oN0gozI:Xn.TxZDOX9", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/664100", "modelId": 594554} \ No newline at end of file diff --git a/datasets/metadata/664104.json b/datasets/metadata/664104.json new file mode 100644 index 0000000000000000000000000000000000000000..8ebbbc1c7282ecf0c6cb5326218ef4710a9b1cd9 --- /dev/null +++ b/datasets/metadata/664104.json @@ -0,0 +1 @@ +{"id": 664104, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-22T14:27:24.894Z", "availability": "Public", "nsfwLevel": 1, "description": "First version. Ever.
", "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 579160, "sizeKB": 5124.376953125, "name": "664104_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T13:40:41.353Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1E4DFB8E", "AutoV2": "0BF15F1F9C", "SHA256": "0BF15F1F9CE5419D21E586665C1936E11870313D5AA1EA21CF1DD896E2AB4952", "CRC32": "1BBB4E71", "BLAKE3": "B8026E6AFCBA28F462A26B94DD9A83B95CDB08D5F2C64E6832032A680404A603"}, "downloadUrl": "https://civitai.com/api/download/models/664104?type=Training%20Data"}, {"id": 579248, "sizeKB": 223100.49609375, "name": "Crypto_Space_Monks-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T14:25:43.571Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "14072B88", "AutoV2": "3348C280F5", "SHA256": "3348C280F5B988A3C697D94394C79DE200CDA15A0EDBAC05998496A5746C8A56", "CRC32": "612CB853", "BLAKE3": "D9AB391DB70197E09777968EF7DE569167ADAAE647000ABF6AC524529EEDBB6C", "AutoV3": "0838D1E6C6D2"}, "downloadUrl": "https://civitai.com/api/download/models/664104", "primary": true}], "images": [{"id": 20909659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0aec5229-435b-4d66-9923-ab53fb4ec01b/width=450/20909659.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6BL-prw0d}u#DnPR%%g0c5~$*#Z5iAAS1-D", "type": "image"}, {"id": 20903367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/218b87d0-846a-4f19-8f46-bed83bd1fb62/width=450/20903367.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUMo;gNYrq=${WoLFWRkG7n,N?SvWBbHOTr]", "type": "image"}, {"id": 20903368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aaf4efe4-948a-4012-85ff-9362915c949f/width=450/20903368.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USJtuLR5PVtRa0ozOss:~Voz_3n$Ipf6%2Rj", "type": "image"}, {"id": 20903366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28929396-32cb-416e-826c-27d0c773cdd1/width=450/20903366.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3A0I94M00_R=|W:9ZRP00_@~q42rW$%yXX-", "type": "image"}, {"id": 20908945, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b04eb2c-2d9f-481e-90a0-fb41ff5ce74f/width=450/20908945.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "U59tJx~q4.-pEfD%004U%#MxDPx]~W?bxat6", "type": "image"}, {"id": 20908946, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/039c42af-6c3a-4b65-aed2-2847e7023eda/width=450/20908946.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5A]dO=~00}]h$z?Z#Xm0vFq-nMy0^1YEe%3", "type": "image"}, {"id": 20908944, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/572a884f-8ae6-4937-ab8e-3dc25d4095af/width=450/20908944.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U28ggRrE=*I9HX-=^St70JEK0J-X00E01Dx]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/664104", "modelId": 594579} \ No newline at end of file diff --git a/datasets/metadata/664169.json b/datasets/metadata/664169.json new file mode 100644 index 0000000000000000000000000000000000000000..4322fe4b516c4936068025b87ae703fe6ea1c96f --- /dev/null +++ b/datasets/metadata/664169.json @@ -0,0 +1 @@ +{"id": 664169, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-22T18:01:34.214Z", "availability": "Public", "nsfwLevel": 28, "description": "About this version
More distant images may show some artifacts, distortions or disproportions in the face when generating images in Civitai, therefore, the recommendation of this LoRA is to use the example image gallery, characters closest to the image or use some Embedding to reduce errors on the face.
", "trainedWords": ["by 68"], "stats": {"downloadCount": 29, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 579226, "sizeKB": 46546.7626953125, "name": "664169_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T14:10:49.009Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "544DCBDB", "AutoV2": "4C77230532", "SHA256": "4C77230532C95848EFA24F37078B808334F5337C80AFE1C892BD4E022A5DEEA6", "CRC32": "3BCAC6CC", "BLAKE3": "0655908FDB6DF5245736A28D33E377508E6C51F54400095DA7ED210D211E98BA"}, "downloadUrl": "https://civitai.com/api/download/models/664169?type=Training%20Data"}, {"id": 579663, "sizeKB": 223123.69921875, "name": "68_Style_Lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T17:47:14.319Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A7EED96C", "AutoV2": "994229D8AD", "SHA256": "994229D8AD389FE51FEB6EA09DB848B7A0A6F4D27F89AE179C00B3DC6B7D4B8F", "CRC32": "D7476A56", "BLAKE3": "2DD8A0A07DEF77DB9C47C0272F834C2C73A56073A21391BF80230B9C5176BCF1", "AutoV3": "75AD307E9379"}, "downloadUrl": "https://civitai.com/api/download/models/664169", "primary": true}], "images": [{"id": 20924847, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56b20433-fe46-492d-966d-b7ac86eec61c/width=450/20924847.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UKHmWUsE9axn~VR*I.xsKMR*t1xto~n,RiX4", "type": "image"}, {"id": 20924852, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8dfbf81c-7464-4098-9453-540c5ac2d7b2/width=450/20924852.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCFN}BWB04I@y?k90NV@16xE$%e.t9W;xuNd", "type": "image"}, {"id": 20924851, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51cbd710-d48a-435d-833f-6dc87a932899/width=450/20924851.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "ULIECRoLb_of_3j[Vsofu6axyEozJWay9ZW;", "type": "image"}, {"id": 20924894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/345a28d4-5d2e-44c2-881b-bd1bcf99f64d/width=450/20924894.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UXJbX7NG?cWX~qt7NGj[%Mxuaet7o2IoWXRj", "type": "image"}, {"id": 20925177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13195faa-5480-4c20-b310-27e1f20ae8a1/width=450/20925177.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UMI}hp?^0Ko~$zIVnhWY8_%M-:D%IUs:NGaK", "type": "image"}, {"id": 20924849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5fc5d59d-255f-4301-811f-bf556c3eea85/width=450/20924849.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7E.Lv^+?[x@IQ0f0NxH5rIUp0NG01Io4-WB", "type": "image"}, {"id": 20924846, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2ed4223-88a8-44ba-95d8-51d0d7062133/width=450/20924846.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UOJavKF{%M_3~CEgD%xvIU%gV[R,={XTxai_", "type": "image"}, {"id": 20924845, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/678f3458-ff8f-4fce-94d7-cd2118469617/width=450/20924845.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UAD+}Lxv01M{75tR%2M{yst7o#RPbwt7a#M{", "type": "image"}, {"id": 20924844, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d99c56ae-6081-43f0-9dd0-c5eaf7bfdd1a/width=450/20924844.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "ULGv6W_3_MtR_Nt6RjRjtRWoR*a$.SRjR6oM", "type": "image"}, {"id": 20924843, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/788bb024-3fb3-442a-95fd-2cb2f721a053/width=450/20924843.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7IE|m%~-TIpP;0000WAr;KQ^j%M00~Wt,_3", "type": "image"}, {"id": 20924850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3674346-b03d-42aa-988b-10174be551bb/width=450/20924850.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDLWFa9}00t6_NENxuR-02M|TeWB^%RjrWs,", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/664169", "modelId": 594630} \ No newline at end of file diff --git a/datasets/metadata/664271.json b/datasets/metadata/664271.json new file mode 100644 index 0000000000000000000000000000000000000000..5e7860b857c532c65fecb8fe6e3b783bfcf11aa9 --- /dev/null +++ b/datasets/metadata/664271.json @@ -0,0 +1 @@ +{"id": 664271, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-22T16:26:53.841Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Villagedarkmb, Outdoors, scenery, building "], "stats": {"downloadCount": 46, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 579508, "sizeKB": 223100.59765625, "name": "Village_Dark_fantasy.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T16:26:22.079Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4C275B89", "AutoV2": "C037B52CF1", "SHA256": "C037B52CF1E6840350557EACAB1A96219AECD9E4464626AAAB3A2B602170635A", "CRC32": "97C4C719", "BLAKE3": "4768B384BA1FDA52A5B527A3D049AF19240733F1722F5899C0100E1E53863916", "AutoV3": "4C6645D584AB"}, "downloadUrl": "https://civitai.com/api/download/models/664271", "primary": true}, {"id": 579398, "sizeKB": 140653.85546875, "name": "664271_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T15:40:43.641Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C387B814", "AutoV2": "69281BF82C", "SHA256": "69281BF82C65E33F0ABD2183ACBFEEDA615389214806269ED1664BFF7A64AD3E", "CRC32": "CD135C6E", "BLAKE3": "5C2995B99F16E7654551F4A86162FC1011784F5E5964C678D5612AB062D429DF"}, "downloadUrl": "https://civitai.com/api/download/models/664271?type=Training%20Data"}], "images": [{"id": 20915681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5731de04-1102-43bf-893f-02e68d7cb7b2/width=450/20915681.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJ8g{bayIAV@?wayMxWB?vaeRPWB-=ayWBay", "type": "image"}, {"id": 20915687, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6127ac7b-03c5-4820-aa21-f721f840b6d9/width=450/20915687.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UG8h2rM_ITtR?wRjM_of?cj[Mxofx^j]Rjof", "type": "image"}, {"id": 20915693, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0336eade-c87d-480f-9c53-6cbbac75dc28/width=450/20915693.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UF8O0dkCDiM_?wRiMwj[.9RPM{ofx]V@kCj]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/664271", "modelId": 594721} \ No newline at end of file diff --git a/datasets/metadata/664437.json b/datasets/metadata/664437.json new file mode 100644 index 0000000000000000000000000000000000000000..b2b801ee61086883896da672c010d3f558c1fb88 --- /dev/null +++ b/datasets/metadata/664437.json @@ -0,0 +1 @@ +{"id": 664437, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-23T20:56:01.192Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["DDS_BraAndGarter", "lingerie", "bra", "panties", "g-string", "thighhighs", "lace"], "stats": {"downloadCount": 29, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 579428, "sizeKB": 563.359375, "name": "664437_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T15:56:30.059Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "ACEFE733E3", "SHA256": "ACEFE733E37F5908182A95A5007C1C1CF20C227FC1F15B0949F9139F1B70CE95", "CRC32": "7982C1D8", "BLAKE3": "A2195476376E7859663AB1C3BAD32445E8D162C203A58871C093ECCA3B12E82C"}, "downloadUrl": "https://civitai.com/api/download/models/664437?type=Training%20Data"}, {"id": 582128, "sizeKB": 223101.91015625, "name": "DDS_Bra_and_Garter_Lingerie_Set.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T18:45:41.787Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "10C4EEF3", "AutoV2": "0B291EA5F7", "SHA256": "0B291EA5F7CA5E92FEFE6FE5A6C9A698E4664CD5D5F9D32E669CC4CE46DA363E", "CRC32": "8AB2AD77", "BLAKE3": "E12AA3C2BFC1C3B62BC4936B5433AA9F539A7FDEEAE6CF9552A8B4E22F506C5E", "AutoV3": "19A5EF4A9AE4"}, "downloadUrl": "https://civitai.com/api/download/models/664437", "primary": true}], "images": [{"id": 21065581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8ea854f-a6f6-4643-9300-4fca9e7efb17/width=450/21065581.jpeg", "nsfwLevel": 4, "width": 1152, "height": 1920, "hash": "U9HdgI_20KD%00IA=a-ox]o#~W-p9vRjnhE2", "type": "image"}, {"id": 21065567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0055d796-d061-4d6f-a7dc-90644380ceb8/width=450/21065567.jpeg", "nsfwLevel": 4, "width": 1152, "height": 1920, "hash": "UFK,HWMx0f~Vtla#={x[00tlWDWAIot6xZr=", "type": "image"}, {"id": 21065566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ca815d1-6c57-46bb-8fce-d8fb6511116a/width=450/21065566.jpeg", "nsfwLevel": 4, "width": 1152, "height": 1920, "hash": "UGLfde%h0L-.Tv~WgiofbcaexvD*W;R%Mxn#", "type": "image"}, {"id": 21065565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b85867c2-99b5-49b1-8da5-8bea6f77f364/width=450/21065565.jpeg", "nsfwLevel": 4, "width": 1152, "height": 1920, "hash": "UEI|Xppf03xI0#TKA0s,5=W=-VS$,:MyMxV[", "type": "image"}, {"id": 21065582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8984c843-9ec0-448d-966e-a44167a13fb9/width=450/21065582.jpeg", "nsfwLevel": 4, "width": 1152, "height": 1920, "hash": "UBJQ1UR40}VY0e9G_2VsK+9t~BRj9Gslt6nO", "type": "image"}, {"id": 21065584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/129ae0a8-282c-4385-b02c-c4ad9c44ec3e/width=450/21065584.jpeg", "nsfwLevel": 4, "width": 1152, "height": 1920, "hash": "UDI;Iy~V14D*004.H=={TMNe?b-p57IpafIo", "type": "image"}, {"id": 21065572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9fd4f679-2257-40b4-9e87-84175a20edd7/width=450/21065572.jpeg", "nsfwLevel": 4, "width": 1152, "height": 1920, "hash": "UAJjez^h01I900MyXSOZELtm}j-o9^E1X;E3", "type": "image"}, {"id": 21065570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03590994-29f4-4165-bdf5-4f050b4d53c0/width=450/21065570.jpeg", "nsfwLevel": 4, "width": 1152, "height": 1920, "hash": "UGJ6vk}*5iXSb:~Bni9u02I@NMNK$g9vxbi|", "type": "image"}, {"id": 21065568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bf9d30f-72be-44bf-a6d7-aeb47192a1ac/width=450/21065568.jpeg", "nsfwLevel": 4, "width": 1152, "height": 1920, "hash": "U7J?X3Dt01}@0~I]Rrr=0M,+aQ#hkswH9d%K", "type": "image"}, {"id": 21065571, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3f739f1-47dc-4073-ac2c-eacafe4a6eee/width=450/21065571.jpeg", "nsfwLevel": 4, "width": 1152, "height": 1920, "hash": "UBJGQN4:00^*x?NJ~B%09tE2^j$*01^*I;My", "type": "image"}, {"id": 21065583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab91a019-808c-48e6-980c-e13b0727b315/width=450/21065583.jpeg", "nsfwLevel": 4, "width": 1152, "height": 1920, "hash": "U6J?{R8w8a?F00%$}n-VGHrX^lJAo~R.57IU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/664437", "modelId": 594852} \ No newline at end of file diff --git a/datasets/metadata/664734.json b/datasets/metadata/664734.json new file mode 100644 index 0000000000000000000000000000000000000000..70fc0bd4cd64f0e713f00c45b1fd090f31057080 --- /dev/null +++ b/datasets/metadata/664734.json @@ -0,0 +1 @@ +{"id": 664734, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-22T18:20:46.391Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 579725, "sizeKB": 22236.38671875, "name": "Tiese_Shtolienen_SAO-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T18:21:21.586Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9BA53EE0", "AutoV2": "8817C2A1F3", "SHA256": "8817C2A1F314F5850A8FDC76681B7D98620D1048A7459A3289B4D0CF2A4B3E1E", "CRC32": "9CFC9C58", "BLAKE3": "C716F8BB433B7E965978E0C38D11B9E62BC397A7709253701191E495F921CE1B", "AutoV3": "E3B0FB7AB579"}, "downloadUrl": "https://civitai.com/api/download/models/664734", "primary": true}, {"id": 579726, "sizeKB": 9308.3369140625, "name": "Tiese_Shtolienen_SAO.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T18:25:33.222Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "61C69B1B", "AutoV2": "6D7ACA164A", "SHA256": "6D7ACA164A1BAC6ED7EF7DFE5A04527565729C1295B030F840DDD6113E75D2D6", "CRC32": "66A491A1", "BLAKE3": "2E0A0F494F4E07AA4806F1D78D3FC9F0E65BD4B757A8A73142FC34E072474EC1"}, "downloadUrl": "https://civitai.com/api/download/models/664734?type=Training%20Data"}], "images": [{"id": 20927242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e686f755-89db-4b81-b6eb-0c850a365dbd/width=450/20927242.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UqM%cts:%#t7~Vj@%gofogfQRjayNHa}oJj[", "type": "image"}, {"id": 20927243, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85777ea0-c0ca-468b-83cc-cf42bc66ed65/width=450/20927243.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UqM%cts:%#t7~Vj@%gofogfQRjayNHa}oJj[", "type": "image"}, {"id": 20929669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76953411-b562-455a-b31f-2acab7b5ecfa/width=450/20929669.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UlNw4sxu?vV[~VV@tmt7RPRjW;t7t8tRRjRj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/664734", "modelId": 595112} \ No newline at end of file diff --git a/datasets/metadata/664819.json b/datasets/metadata/664819.json new file mode 100644 index 0000000000000000000000000000000000000000..715df81f396b09763f642857352d92d40576f494 --- /dev/null +++ b/datasets/metadata/664819.json @@ -0,0 +1 @@ +{"id": 664819, "index": 0, "name": "Glass bra V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-23T01:03:11.484Z", "availability": "Public", "nsfwLevel": 44, "description": "Will likely never receive an update
", "trainedWords": ["glass bra,bra,underwear,see-through,skindentation,shiny skin,oiled,nipples,wet,looking at viewer,shiny,"], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 580073, "sizeKB": 131321.5537109375, "name": "664819_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T21:26:42.601Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C736F113", "AutoV2": "F96358784E", "SHA256": "F96358784E58536959659DC2AAA9196B01D7FBFCE2FE1A93E93ED03387CDDCA1", "CRC32": "E33A34B5", "BLAKE3": "FD7B6CDAD9FE3EF4043570A7BA50DA030886401F519F2FB20DD5B9DB24A11059"}, "downloadUrl": "https://civitai.com/api/download/models/664819?type=Training%20Data"}, {"id": 580438, "sizeKB": 223100.21484375, "name": "Glass_Bra.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T00:46:43.869Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "64ED057E", "AutoV2": "6B03D3D9BB", "SHA256": "6B03D3D9BBB796B578BD0263943F4BCC408352BF4965B7EF04B589AF7EBCF590", "CRC32": "DCE6F320", "BLAKE3": "BD132255103F09A948BA380BE82BA05B5C8E5FDB171A337D560A6E10647D7607", "AutoV3": "C18C9C415FF4"}, "downloadUrl": "https://civitai.com/api/download/models/664819", "primary": true}], "images": [{"id": 20964416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f0bd8ff-6088-4544-9a77-985ac6da933e/width=450/20964416.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UILzdMV?ClE2~W?a^*x]0$-otmtRIVNFE1Rj", "type": "image"}, {"id": 20964585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e914c86b-0e50-4c45-953e-830d4808ded7/width=450/20964585.jpeg", "nsfwLevel": 8, "width": 1536, "height": 1536, "hash": "UNHKwms:9uof~pfQsSt6x]ayxEof%LfQWBj[", "type": "image"}, {"id": 20964579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76ade101-975d-43ea-835e-cc9aedc2c2dd/width=450/20964579.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UMHBC[t7F2j[=_oe-5js.8kCtRfQ~Aj[M{ay", "type": "image"}, {"id": 20964578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b94674b-0437-4229-be77-716fcde9d0e4/width=450/20964578.jpeg", "nsfwLevel": 8, "width": 1536, "height": 1536, "hash": "UIHdvz4:0zn,tQD*~VRP9aIoxuRj%LR*NGV@", "type": "image"}, {"id": 20964587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e6083e2-cd99-4997-9a54-2d0f6a02fdbe/width=450/20964587.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UBG*c.010g-VE1kW~Urs?HE1?HIUxabbs:so", "type": "image"}, {"id": 20964582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eeb08d23-7516-4f1d-b7af-b85792885479/width=450/20964582.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UFGkLE-o0fRP0LbH?HxG0LS2NHxG~Cf+IVni", "type": "image"}, {"id": 20964586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69026614-c57f-4af7-8372-6afedf5d1238/width=450/20964586.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UPJ@5ot75+of}@oL%KkBtlj[x]j[~BjZE1j[", "type": "image"}, {"id": 20964589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ac09e5b-2f98-4c73-b42f-3a9ac5bd2b6c/width=450/20964589.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UOJj#Z_25=M|~o%L%2f8tlozxboM~Vt7E1f6", "type": "image"}, {"id": 20964590, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/785fe729-88fe-46ba-8970-b309a04aa8ac/width=450/20964590.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UJJtF?t71hof=YoLRioJSiof~VofR-j[tRfk", "type": "image"}, {"id": 20964592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cad8890f-7ca1-4770-beed-e62b94e43895/width=450/20964592.jpeg", "nsfwLevel": 32, "width": 1536, "height": 1536, "hash": "UNJ%%tIBBoNdyERj~VS3kqR*$*s:-;R*n$s:", "type": "image"}, {"id": 20964596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41e2cfee-1709-4d9f-917f-54d4ce913e1b/width=450/20964596.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "U8E{FX~V00IA58%1z-sm0NI@-pNH={E24:WY", "type": "image"}, {"id": 20964593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e57cf60-ea9e-45f7-a496-72ef0277fbf6/width=450/20964593.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "U8E2%@kX000101~B}mInx]-nxaRj^HM|r?%1", "type": "image"}, {"id": 20964807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29e8f1d8-d02d-4b4f-80da-0fc870c7f6c1/width=450/20964807.jpeg", "nsfwLevel": 8, "width": 1536, "height": 1536, "hash": "UFH-Mnxt0faz?ut6~Uoe9ts:~VWVWUoe%Laz", "type": "image"}, {"id": 20964594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de0cf4d6-bc65-4657-b2a3-1c842b215530/width=450/20964594.jpeg", "nsfwLevel": 32, "width": 1536, "height": 1536, "hash": "USM?hyxu%zt7~qj]-oofXTazn%fk-pj[axjs", "type": "image"}, {"id": 20964597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99b214b8-0927-42b4-875c-0bfbe4357bea/width=450/20964597.jpeg", "nsfwLevel": 8, "width": 1536, "height": 1536, "hash": "UDIXdObH01%2~qof-PRj.8f6?Gt7kXWBRit6", "type": "image"}, {"id": 20964595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c985ef1-fbf9-4e13-aeb2-ae7770172e69/width=450/20964595.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAG8J{t600Rj~WkB=@ah-:s:-nIpo|oexCRk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/664819", "modelId": 595179} \ No newline at end of file diff --git a/datasets/metadata/664852.json b/datasets/metadata/664852.json new file mode 100644 index 0000000000000000000000000000000000000000..bebd4d8d6f49b67ea005da30027d6901a22fcee0 --- /dev/null +++ b/datasets/metadata/664852.json @@ -0,0 +1 @@ +{"id": 664852, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-22T21:50:25.537Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["fayoum", "fresco", "paint"], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 580092, "sizeKB": 223102.26953125, "name": "fayoum_painting-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T21:42:29.499Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CDB39B6F", "AutoV2": "2351A4B333", "SHA256": "2351A4B333036A6ED165E30C842937EB46AA32038D8A6725DAF11F38979B6E08", "CRC32": "8DB7AAA6", "BLAKE3": "A47F447887BB39652781EF09EC26DE563A318B2977FE75563D2E22871B654F24", "AutoV3": "87C961C80E41"}, "downloadUrl": "https://civitai.com/api/download/models/664852", "primary": true}, {"id": 579913, "sizeKB": 42858.970703125, "name": "664852_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T20:05:36.490Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "135BEE8D", "AutoV2": "D6568723B6", "SHA256": "D6568723B6944D1639C75AC4B6FADAC46CF1224230B6A353B6B81AC15646A0AA", "CRC32": "B7F6039E", "BLAKE3": "B6925FA5144549FF55F34BD0D5CEF1E7E53B0F678532C598724D35E88F3E6EFC"}, "downloadUrl": "https://civitai.com/api/download/models/664852?type=Training%20Data"}], "images": [{"id": 20946439, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/752a8055-f67e-46cf-9255-ae4b126b8766/width=450/20946439.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Jj;o~o,-nNR3Dj?FxtEQj[9woK-=x[IpWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/664852", "modelId": 595209} \ No newline at end of file diff --git a/datasets/metadata/664908.json b/datasets/metadata/664908.json new file mode 100644 index 0000000000000000000000000000000000000000..d2f5f2fbb9832147e1d67781c74689cffc4436fa --- /dev/null +++ b/datasets/metadata/664908.json @@ -0,0 +1 @@ +{"id": 664908, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-23T04:34:14.775Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["epic landscapes", "fantasybg"], "stats": {"downloadCount": 27, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 579915, "sizeKB": 314836.6640625, "name": "664908_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T20:06:08.592Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7361959C", "AutoV2": "1D4B6B7D02", "SHA256": "1D4B6B7D02FCA9168F3124FD774EE357F00215090E389B64D0DED0027707102D", "CRC32": "D3FE18CE", "BLAKE3": "96F81E865C9885800AC33295057B537B7CF4FE002D5E6581ADD39D41B2C12D32"}, "downloadUrl": "https://civitai.com/api/download/models/664908?type=Training%20Data"}, {"id": 580833, "sizeKB": 223103.37890625, "name": "Epic_Landscapes-Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T04:30:54.730Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5A00CD87", "AutoV2": "6754119794", "SHA256": "6754119794477F60D6C37DB0CBEB68DF1968D5E83CC0F5F28C0491619406E498", "CRC32": "984EAAA4", "BLAKE3": "BE3439B249F78A1CC310A4ACED46B5C3620E2CAF1407E94CE99640938B0DBC40", "AutoV3": "4190B411450C"}, "downloadUrl": "https://civitai.com/api/download/models/664908", "primary": true}], "images": [{"id": 20988847, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36013d5e-9d94-4d6b-9e05-68e7f8232c35/width=450/20988847.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1224, "hash": "UEFOM-Xmn3s.*0~A%0e.?v^iEMsm9^EN-TW=", "type": "image"}, {"id": 20988866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23738d4b-da08-4c5f-98e8-bdb7211f151b/width=450/20988866.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1224, "hash": "UIC?ZS~VX8NGXBxtozS64:E3NHW?-ps.M{Rj", "type": "image"}, {"id": 20988874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf83c9c2-de62-45a5-8347-07748c62d1ec/width=450/20988874.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1224, "hash": "U7DSXj00%hm+^S5q$w=|00}nENx]9aV?r=Os", "type": "image"}, {"id": 20988872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82047da1-0ddf-4ab1-8305-a04505fcd37b/width=450/20988872.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1224, "hash": "U9B:gE0gD%Ip?d9vxBoIIB-:NGV@9s={IWoL", "type": "image"}, {"id": 20988875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2dde8389-4747-419a-964d-9fb31525b629/width=450/20988875.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1224, "hash": "U6C%X400{a5?-?OYWAWVTh?EMxIoKlMxod%1", "type": "image"}, {"id": 20988876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/882abe37-59b2-463f-83b0-d50af08edfad/width=450/20988876.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1224, "hash": "U5C6rw00=F#j}c0z_2ve00}=IBt60f-U9ctl", "type": "image"}, {"id": 20988900, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a77b6a4-14ac-4529-8906-f5371cebda57/width=450/20988900.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1224, "hash": "UAA,:%4;H@Ip~qE3%1WBxcx[nOM{M|%MVsj=", "type": "image"}, {"id": 20988873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad39d68c-e70a-4688-bf08-4eeae18b6cff/width=450/20988873.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1224, "hash": "UDCQ3,EL02wH_NkWRjjE_NpIVrxDTKt7s.oe", "type": "image"}, {"id": 20988907, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab0f7df5-01b1-4854-b6fb-3dfcd0c5e0f2/width=450/20988907.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1224, "hash": "UGCGc5-UD%oz~q?ZogIU^+s.jEofbwV@r;x]", "type": "image"}, {"id": 20988909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e480c138-c1d8-4d57-9e26-f93071484370/width=450/20988909.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1224, "hash": "U9E2|T0JQREm~qAd#+NGxBOuI]nMOt={9ZWV", "type": "image"}, {"id": 20988908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a23b2c9c-6194-469c-be2e-7a32ab5fb09b/width=450/20988908.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1224, "hash": "U7Bf|Y01xuIo?d9a-ns:4p^$9Gt75l$e9v$|", "type": "image"}, {"id": 20988913, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1662a972-d119-4eee-93fe-2ffb4ec0af0a/width=450/20988913.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1224, "hash": "ULE2:}~VI:D%$gxCkXo}5XNINGI;9uNes:Rl", "type": "image"}, {"id": 20988914, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51468d1f-be20-4bca-aeb1-a6e98e8f31cf/width=450/20988914.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1224, "hash": "UGC?T2?FnP%1_N?Gs,j]t8-ooKfkWBNHazfl", "type": "image"}, {"id": 20988915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a6d050e-6d2c-4a03-80bb-9246938617be/width=450/20988915.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1224, "hash": "UKD9P9~B%0%2xHe-odkX59IpRkNHV@$%xaae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/664908", "modelId": 595260} \ No newline at end of file diff --git a/datasets/metadata/665045.json b/datasets/metadata/665045.json new file mode 100644 index 0000000000000000000000000000000000000000..fdff6b47961ee3957fe415597add746201f4ed1f --- /dev/null +++ b/datasets/metadata/665045.json @@ -0,0 +1 @@ +{"id": 665045, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-22T22:37:44.429Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 580053, "sizeKB": 6349.64453125, "name": "665045_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T21:15:42.340Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DA8D16F1", "AutoV2": "DB98F1F006", "SHA256": "DB98F1F006DBE601302CD84156180EAB8029A6EFA921245A9D5A4B644FD3BD98", "CRC32": "7DE1B6E0", "BLAKE3": "657395C0C0D9FA989F42DD6CDA055FF6CD45FD5461DED6BDFB7AEF784B274A05"}, "downloadUrl": "https://civitai.com/api/download/models/665045?type=Training%20Data"}, {"id": 580206, "sizeKB": 223100.32421875, "name": "Sulong_Bunny_Carrot_-_Dark_Sulong_Bunny_Carrot-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T22:41:15.127Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "78051EC9", "AutoV2": "06CE566F64", "SHA256": "06CE566F64E497EBF2B2FAC3071DF31E31C5ADF44B20A374641325AAED69C733", "CRC32": "EE618679", "BLAKE3": "F081EC3ADC5A68EC95B9F28C5D8A375A44D50B324CB1F68E4EC19DB93CC15C32", "AutoV3": "33602ACAC468"}, "downloadUrl": "https://civitai.com/api/download/models/665045", "primary": true}], "images": [{"id": 20950578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdb99546-2dde-4f99-b0ef-4a88a0df4e0b/width=450/20950578.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UBF~%q^i00D%-s-5tpR.-1-o-:Io9F%Mv{Mw", "type": "image"}, {"id": 20950579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8a649ce-0a26-43a2-a245-f31cff29d570/width=450/20950579.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBE{LnIo00%2tmIU00-oVsRj_4-VRPR*IoxF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/665045", "modelId": 595374} \ No newline at end of file diff --git a/datasets/metadata/665063.json b/datasets/metadata/665063.json new file mode 100644 index 0000000000000000000000000000000000000000..52e14addde06f05518f4bb21a99246b5f00cbd94 --- /dev/null +++ b/datasets/metadata/665063.json @@ -0,0 +1 @@ +{"id": 665063, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-22T22:26:29.535Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": [], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 580066, "sizeKB": 24633.73828125, "name": "665063_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T21:26:15.553Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FBEEB436", "AutoV2": "DAA7672907", "SHA256": "DAA76729078EF7F720E2C9494E3C2E2C89395EEB9112D987B288590B75BD2FEF", "CRC32": "8A23FE0D", "BLAKE3": "50E138AC0756D31D7606D37F897766856375B47AACAB2361B4F98CC29AF4DB6C"}, "downloadUrl": "https://civitai.com/api/download/models/665063?type=Training%20Data"}, {"id": 580179, "sizeKB": 223108.64453125, "name": "Elena_Girl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T22:26:23.803Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D6CA3874", "AutoV2": "B252769432", "SHA256": "B25276943237CEAFE3945DCB51144D7462478DD03A147E99A2E3F97BF8A2A00C", "CRC32": "E9BE59B4", "BLAKE3": "FE30E02ED207F1CF6A8D7A7CF72C58650BDD338D30C0CACA8D6ADFFE34E8EFBA", "AutoV3": "A0D34FEDD212"}, "downloadUrl": "https://civitai.com/api/download/models/665063", "primary": true}], "images": [{"id": 20949639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e241641c-6bc8-4afd-9df7-a6397ee6710e/width=450/20949639.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "USI;VS~VO?JS5kkqI.bHv#NGV[jFR5wds9WC", "type": "image"}, {"id": 20949640, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4717f6b3-7da8-4b24-8a61-8b546623c687/width=450/20949640.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGI4bN?HE~j[~VRj9ZRk57RkIVWX9]WCV@t6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/665063", "modelId": 595389} \ No newline at end of file diff --git a/datasets/metadata/665065.json b/datasets/metadata/665065.json new file mode 100644 index 0000000000000000000000000000000000000000..d288c8110cb535c2335ae4f970c59d5566f9a97a --- /dev/null +++ b/datasets/metadata/665065.json @@ -0,0 +1 @@ +{"id": 665065, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-22T21:25:31.635Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 580060, "sizeKB": 22236.23828125, "name": "Celica_Lindt_NewGate-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T21:20:41.318Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9821D45B", "AutoV2": "530C8FAB97", "SHA256": "530C8FAB973E525BE746ACA3D275202519F5FAE83798FE234FF0C2DD277FFD9D", "CRC32": "1518104C", "BLAKE3": "E3398A4BC751DD1E9C780B40B0141EB44C45275E44235AF92277DAB0DE8A4104", "AutoV3": "19D388E456E8"}, "downloadUrl": "https://civitai.com/api/download/models/665065", "primary": true}, {"id": 580059, "sizeKB": 9262.40234375, "name": "Celica_Lindt_NewGate.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T21:20:41.758Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3686E216", "AutoV2": "01E9EBE146", "SHA256": "01E9EBE14659EEFFCF14BE5D9FE7FD30D89CF48E46958F5DA2A0EB0C795BF0C1", "CRC32": "9F24EBB4", "BLAKE3": "86314ED487984F72C43D9E73DB005AF51213D24225535F196F455F8D40A50040"}, "downloadUrl": "https://civitai.com/api/download/models/665065?type=Training%20Data"}], "images": [{"id": 20944657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae3f42c4-4a12-455f-abe4-e1163b5f2b10/width=450/20944657.jpeg", "nsfwLevel": 4, "width": 1280, "height": 1920, "hash": "UOM%cj4mJ:4o4n0JXTIUyFIUxZ%M~Axu%2t7", "type": "image"}, {"id": 20944656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/736afcda-c589-4ee5-a6b5-54883f0ad716/width=450/20944656.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UOM%fq4mJ:4o4n0JXTIUyFIUxZ%M~Axu%2t7", "type": "image"}, {"id": 20945548, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0e794cc-19ba-483c-ade3-0314cbda919c/width=450/20945548.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UMNcyk00Te0056D%o~E1ERM{-n-p~VWWM|x]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/665065", "modelId": 595391} \ No newline at end of file diff --git a/datasets/metadata/665075.json b/datasets/metadata/665075.json new file mode 100644 index 0000000000000000000000000000000000000000..9a0d3ee4eb7219e1178ddb95e2de840585cd106b --- /dev/null +++ b/datasets/metadata/665075.json @@ -0,0 +1 @@ +{"id": 665075, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-22T22:32:46.942Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 580197, "sizeKB": 223118.73828125, "name": "Real_Ai_art_SEMI-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T22:36:21.533Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B34F29A1", "AutoV2": "A7AFDDF93D", "SHA256": "A7AFDDF93D0A16A96127E01C5BC444ED7B677E76E6BE8D3740AF182362C9D6D5", "CRC32": "B40C01E8", "BLAKE3": "CB2185F17DAD7ACA35D09E3070284A7B52BB2E24FB1E99A6BE8ED380764D9D4C", "AutoV3": "C51CB725F3DB"}, "downloadUrl": "https://civitai.com/api/download/models/665075", "primary": true}, {"id": 580089, "sizeKB": 59826.9443359375, "name": "665075_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T21:36:11.786Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C5A03C9B", "AutoV2": "DE7D8F6E23", "SHA256": "DE7D8F6E23BA7BDE9EBEFBB22B20B86BC63EF6624FAD35889D3974BDF724486C", "CRC32": "7F6EAC48", "BLAKE3": "EB7ECC984485B58F2837F874900E0FCCAB24979DEE9FF36E3D13B76FA5732F2C"}, "downloadUrl": "https://civitai.com/api/download/models/665075?type=Training%20Data"}], "images": [{"id": 20950137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c11f3052-fb87-43c9-9333-99215ee8aa13/width=450/20950137.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U9GIGz9Z00~V9wtS0MRO~UE1D+-;_3WY9Za}", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/665075", "modelId": 595400} \ No newline at end of file diff --git a/datasets/metadata/665097.json b/datasets/metadata/665097.json new file mode 100644 index 0000000000000000000000000000000000000000..0ee435568925f75c9845322b833908d73182de95 --- /dev/null +++ b/datasets/metadata/665097.json @@ -0,0 +1 @@ +{"id": 665097, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-22T22:35:15.707Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 580102, "sizeKB": 13620.1162109375, "name": "665097_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T21:42:12.766Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "12F06EDC", "AutoV2": "BC4706B8A9", "SHA256": "BC4706B8A9284CD38006738274552C351E79B1C218B4FBE0193AFD8C1858A935", "CRC32": "27D0D3B6", "BLAKE3": "D01CFCAA03A483AB09E0BD9571DA1BAC926139E8A619478EFF983C806D4AACE8"}, "downloadUrl": "https://civitai.com/api/download/models/665097?type=Training%20Data"}, {"id": 580201, "sizeKB": 223109.72265625, "name": "Kawai_Anime.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T22:36:26.921Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4E54E997", "AutoV2": "D90903BA46", "SHA256": "D90903BA46FC377CF6E3CF081BCE07A03495FB8F0C17C41C45D41E7D585458CE", "CRC32": "CE971F65", "BLAKE3": "130F49670E3D55E6593FC1C24D8DBD5DE5775CFA33FCC002D0507D8A4407959B", "AutoV3": "BA38AD8697A3"}, "downloadUrl": "https://civitai.com/api/download/models/665097", "primary": true}], "images": [{"id": 20950343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4caf408-ad78-40c6-9c5d-760558c32ed6/width=450/20950343.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7FrV504$^~qkD0PROsmD+kY^i9FD*~B9z?b", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/665097", "modelId": 595420} \ No newline at end of file diff --git a/datasets/metadata/665102.json b/datasets/metadata/665102.json new file mode 100644 index 0000000000000000000000000000000000000000..83ad2fecf765001b16c2b4176fe28a91b6098d33 --- /dev/null +++ b/datasets/metadata/665102.json @@ -0,0 +1 @@ +{"id": 665102, "index": 1, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-22T23:37:45.235Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["andriella"], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 580107, "sizeKB": 4082.95703125, "name": "665102_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T21:42:20.279Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "61C8B092", "AutoV2": "F854CB8C8B", "SHA256": "F854CB8C8B0DF4D23DAA19F70516B247A98AB3191F6C98365EE3DEB4718C202B", "CRC32": "57825077", "BLAKE3": "AAB1337EF5FD285DCD813D7421C68FD28BC83FEC4449E8574DCFC0089290F50A"}, "downloadUrl": "https://civitai.com/api/download/models/665102?type=Training%20Data"}, {"id": 580261, "sizeKB": 223099.86328125, "name": "andriella_booty_calls-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T23:06:16.815Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E5366912", "AutoV2": "2C44841D3B", "SHA256": "2C44841D3B55CD718F00D7EA57A5965A893367EA1F0DE0E531458D8297F94BBF", "CRC32": "DF8A18EC", "BLAKE3": "69504F04FCD6AEF283F96AD4CFADFE73F08708730BF89140AC4FAAB886820816", "AutoV3": "A848E61C79CD"}, "downloadUrl": "https://civitai.com/api/download/models/665102", "primary": true}], "images": [{"id": 21030947, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d020912-f02c-48ee-b6d1-c412b327f983/width=450/21030947.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UJM$lRZ~1OxulBWU?wkW?^oJTeM|VFfkrXae", "type": "image"}, {"id": 21031011, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed5e0eb1-9927-45b0-8967-7c05623158fc/width=450/21031011.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UIOCHv_O3r5lxHNb%gx[lTTJk?yYs,X5X9RQ", "type": "image"}, {"id": 21031015, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc8dd212-843b-4149-aa3c-cf23ef72b21a/width=450/21031015.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UHPYrAq]C,pwt,jF%Mt,I;af%1o}v~WBf7ni", "type": "image"}, {"id": 21031014, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16b55262-459d-4511-a19f-8fe4a0b229f2/width=450/21031014.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UJL|4inN3Gt-EOr=-UK6OZofxYWBx]aeaJoz", "type": "image"}, {"id": 21031012, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df0df5d7-3f2f-406b-a757-3c23220b11f9/width=450/21031012.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U7Nuk$L}0m020;%M?w-;V{g%t4%1_4DN#QyD", "type": "image"}, {"id": 21031019, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daa0cb09-c851-40f9-a601-ec9edb11e5ca/width=450/21031019.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UaM~-Iw]7OOYJCShx]t7UHnho~XSsAniiwRP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/665102", "modelId": 595425} \ No newline at end of file diff --git a/datasets/metadata/665183.json b/datasets/metadata/665183.json new file mode 100644 index 0000000000000000000000000000000000000000..5a094575d420a3f4d307a666a1813de77b9fc342 --- /dev/null +++ b/datasets/metadata/665183.json @@ -0,0 +1 @@ +{"id": 665183, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-22T22:30:36.584Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 9, "thumbsDownCount": 0}, "files": [{"id": 580189, "sizeKB": 22236.55078125, "name": "Cilica_Lindt_NewGate-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T22:30:48.983Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DCB7ACF0", "AutoV2": "CBC90D0472", "SHA256": "CBC90D04725026BEC6DF54EEAE4696D64290A102207CB6199DC55143772BBE5E", "CRC32": "A5FA089E", "BLAKE3": "89515315BE382D84963305DF5076FACFB0417F322D08162C12F15E0F70361DFD", "AutoV3": "B93E59C346B4"}, "downloadUrl": "https://civitai.com/api/download/models/665183", "primary": true}, {"id": 580188, "sizeKB": 9983.6298828125, "name": "Cilica_Lindt_NewGate.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-22T22:31:50.232Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C2E916C8", "AutoV2": "190D58991E", "SHA256": "190D58991E8DD0E3F8E7E51D5922F722A75BDB521E406D8CC4F21CE3E8E6723E", "CRC32": "AE0E5493", "BLAKE3": "78FEC3F1FEBDC3EE046EBD6DB928ACF1242D1DEE73B368B2C8E10D4B2F7B8AB2"}, "downloadUrl": "https://civitai.com/api/download/models/665183?type=Training%20Data"}], "images": [{"id": 20949960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/503c5beb-623d-4b4c-84e0-b4503b33b6e6/width=450/20949960.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UQPZ7M_N.TxaNZtR?vjscGD%xuae^iRj%2Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/665183", "modelId": 595495} \ No newline at end of file diff --git a/datasets/metadata/665405.json b/datasets/metadata/665405.json new file mode 100644 index 0000000000000000000000000000000000000000..3ccb95a909fef107ec3eebe5538de1f50aab8be9 --- /dev/null +++ b/datasets/metadata/665405.json @@ -0,0 +1 @@ +{"id": 665405, "index": 0, "name": "V1.5", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-23T01:36:53.370Z", "availability": "Public", "nsfwLevel": 1, "description": "1.0 - was base 1.5 - try to fix males
", "trainedWords": [], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 580419, "sizeKB": 2876.3671875, "name": "665405_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T00:41:12.185Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0B05F4E5", "AutoV2": "97F1C18ADD", "SHA256": "97F1C18ADD8376D29B929CA129BDEAD73928C7CFBFF631A40A5AC563AFF5BFA9", "CRC32": "BCB68D4C", "BLAKE3": "F85DDB3209C5333AF0D5ACB9F01D506E6A07588181BF85344E037A2169D09868"}, "downloadUrl": "https://civitai.com/api/download/models/665405?type=Training%20Data"}, {"id": 580518, "sizeKB": 223100.18359375, "name": "Elden_Ring_godrick_solider_set-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T01:30:51.124Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3AA055E0", "AutoV2": "CE27533FB6", "SHA256": "CE27533FB644D564B390B72D5455BEFA0E9C5E7BEFAA14BB1CCFE0EA4D59EEBC", "CRC32": "BC25C8F6", "BLAKE3": "D3F1FC7A4DFE5AF1E0CDA5A83CCA40448EEBBB5102860ECD437F420BD73C9F83", "AutoV3": "AE9C9DA08703"}, "downloadUrl": "https://civitai.com/api/download/models/665405", "primary": true}], "images": [{"id": 20972377, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e48f43d-0005-48ac-8a29-9f1aff99b756/width=450/20972377.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJHewet7~qj[-;j[M{ay-;ayD%j[RjWBt8t7", "type": "image"}, {"id": 20972376, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f0f4231-5fb4-48f8-9b46-62dcc47e7be6/width=450/20972376.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U27T@0I;01=x01ay^Ot79v-V^*9]=wIoJVrr", "type": "image"}, {"id": 20972374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97f433fa-0217-4703-81a1-252814854843/width=450/20972374.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UiKe1Rxu~qRj%MfkoffQ?bjtD%WBRjWBj[t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/665405", "modelId": 595680} \ No newline at end of file diff --git a/datasets/metadata/665528.json b/datasets/metadata/665528.json new file mode 100644 index 0000000000000000000000000000000000000000..eec70c8fafbf23ab2df3e49e8f47b375052bf787 --- /dev/null +++ b/datasets/metadata/665528.json @@ -0,0 +1 @@ +{"id": 665528, "index": 0, "name": "anime", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-23T06:32:12.253Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["V1
", "trainedWords": ["burterdb", "score_9", "source_anime"], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 581045, "sizeKB": 13456.7041015625, "name": "665702_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T06:51:24.826Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "82390220", "AutoV2": "24A261D521", "SHA256": "24A261D52182DECE5541866270C3934570769A7A58E9FD75A464900EB96C50B5", "CRC32": "925C8F0C", "BLAKE3": "CF0A93F6DCA47EAD63B01279C45752FA6AF3AAD120272C2BA6B2C0AFE88C1B53"}, "downloadUrl": "https://civitai.com/api/download/models/666033?type=Training%20Data"}, {"id": 581046, "sizeKB": 166552.21484375, "name": "Burter_Dragon_Ball.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T06:50:55.163Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "238186AA", "AutoV2": "BADB83D93D", "SHA256": "BADB83D93D58B4959F95FFECDFE72E2F37B5297228AC6C72C85EFAC7F79159BB", "CRC32": "445B9D90", "BLAKE3": "82445AA39D7257A1582155C0D34099ECC4DE20BBF79B83BA702698CB9170B477", "AutoV3": "F611480DB41B"}, "downloadUrl": "https://civitai.com/api/download/models/666033", "primary": true}], "images": [{"id": 21002645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50e399ee-c7be-40e7-9d6c-d62682609eaf/width=450/21002645.jpeg", "nsfwLevel": 1, "width": 1000, "height": 751, "hash": "UqJki,s;%Nt7~pj[s*j[?aj[bdbHRkaxRnay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/666033", "modelId": 596205} \ No newline at end of file diff --git a/datasets/metadata/666073.json b/datasets/metadata/666073.json new file mode 100644 index 0000000000000000000000000000000000000000..e2a87c061f2e66ef3ebdb283123dd5342a770e5c --- /dev/null +++ b/datasets/metadata/666073.json @@ -0,0 +1 @@ +{"id": 666073, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-23T07:24:02.023Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 20, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 581081, "sizeKB": 22235.49609375, "name": "Ephilia_Lowe_NewGate-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T07:25:35.239Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "289C9CEA", "AutoV2": "DA27F4E760", "SHA256": "DA27F4E760991DFE55AC1F8AAA3BE6AB8221966BF221EA826F87FF059B3523CF", "CRC32": "C0DAB00E", "BLAKE3": "076FC898A10EDB154A6A37D753ECACCA9FA8FE2497DE6C2BB5CA3309C56888FE", "AutoV3": "CB9AC4F225D2"}, "downloadUrl": "https://civitai.com/api/download/models/666073", "primary": true}, {"id": 581080, "sizeKB": 9857.271484375, "name": "Ephilia_Lowe_NewGate.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T07:25:46.081Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F7CF1B1B", "AutoV2": "DA5162C35B", "SHA256": "DA5162C35BFF95FE44F41B0AF1989F4482A6D1989FF4FB426E4906B0819AA009", "CRC32": "BF5AFD50", "BLAKE3": "1BCBE78AE5E7747105DC20279C42946D3DE25B8175D7AC34C4C0C534F2329797"}, "downloadUrl": "https://civitai.com/api/download/models/666073?type=Training%20Data"}], "images": [{"id": 21006462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea3aa84b-15f1-4895-9d4f-d72bbd2a6f55/width=450/21006462.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UwNmp5t7XUoz~Wj[xvofbcayj]jtxuj@Rka|", "type": "image"}, {"id": 21006464, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7854b03-5968-426a-a46c-317ac53d0e72/width=450/21006464.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UwNmp5t7XUoz~Wj[xvofbcayj^jtxuj@Rka|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/666073", "modelId": 596246} \ No newline at end of file diff --git a/datasets/metadata/666078.json b/datasets/metadata/666078.json new file mode 100644 index 0000000000000000000000000000000000000000..cb0fd74ae345b8f3a3b0ad7fa174590aae4e985f --- /dev/null +++ b/datasets/metadata/666078.json @@ -0,0 +1 @@ +{"id": 666078, "index": 0, "name": "PonyXL", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-23T08:05:06.568Z", "availability": "Public", "nsfwLevel": 31, "description": "Rubens was right
", "trainedWords": ["rubens"], "stats": {"downloadCount": 31, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 581084, "sizeKB": 223106.55078125, "name": "PulenKompot-Peter Paul Rubens Style-PonyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T07:30:48.297Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E556093F", "AutoV2": "066E5E0EDB", "SHA256": "066E5E0EDB809D1C943AC1027FD1A23FB3BB4A2661988980C03532EF1C063E0D", "CRC32": "A22F8EF3", "BLAKE3": "0F6B6439BC5F29D4A3774165004FAE59B710E83EDBC5641EEF4D8321ED7561A5", "AutoV3": "72E11C041158"}, "downloadUrl": "https://civitai.com/api/download/models/666078", "primary": true}, {"id": 581143, "sizeKB": 436961.0693359375, "name": "2_rubens.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T08:16:00.706Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E76BD0E1", "AutoV2": "2C84548EC0", "SHA256": "2C84548EC0793863ABE210DC7E35EFEDC523C172BC05649F71965747AA5072F1", "CRC32": "CA828609", "BLAKE3": "5F9DE1771AFB463C2FE58B7CB1034C811E1396DD5E7857F21179DE6F377A402E"}, "downloadUrl": "https://civitai.com/api/download/models/666078?type=Training%20Data"}], "images": [{"id": 21009070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e16e5cd-ecf2-4469-88ab-7f32ab55c756/width=450/21009070.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U7B:T*?v_1-:?^oz%gN{029aIAD*H=IU9GRO", "type": "image"}, {"id": 21007038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bbcfb69-ac8a-4772-a0d9-97b3b4103286/width=450/21007038.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U9JkP:yCqE_13D?a$*E2%}9ZD4%1rqS#Nc-o", "type": "image"}, {"id": 21007040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de9d4d6d-de99-4e99-88c6-4984ac14222b/width=450/21007040.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UAF~N+J:02^OL2^j~V9uELD*#R%M^*Rk4:V[", "type": "image"}, {"id": 21007044, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/691bcef1-2646-4265-82ad-49345a2180ef/width=450/21007044.jpeg", "nsfwLevel": 4, "width": 768, "height": 1280, "hash": "U9ELvwD%00o}D4s;T{t6D4-pPAIV}tjZXmt7", "type": "image"}, {"id": 21007039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17996cc0-6c4b-4c58-aab7-004d4f1a185d/width=450/21007039.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDEyMRof.6x]~poe0Lj[RibHWBWBWBayofj[", "type": "image"}, {"id": 21007048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25e204a1-d534-4bbb-8937-5b56af3e770e/width=450/21007048.jpeg", "nsfwLevel": 4, "width": 832, "height": 1152, "hash": "UIGuXNM|0Ls._Mn%-oM|NeWC%MjZSibGxGe.", "type": "image"}, {"id": 21007621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18f0aa75-c3ff-4f22-b854-e5c3d213299d/width=450/21007621.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "ULKJuc~Ab^xW-V$z$*sS#8Rjwvs:IqRmR+Iq", "type": "image"}, {"id": 21007037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8224ff46-ddb9-4301-a6b9-7493290a4584/width=450/21007037.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UDHKwlnT0zE300jI-70f5SEM^*-URQIoNy~V", "type": "image"}, {"id": 21008406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf63dd51-da6f-47b0-997c-d0ef580d63f2/width=450/21008406.jpeg", "nsfwLevel": 8, "width": 672, "height": 1200, "hash": "U7Ey0t^+00_N00j[_N9Z0gD*DijFEgxurXM{", "type": "image"}, {"id": 21009280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b9ce897-b0da-4441-9aa1-5f5147b53a71/width=450/21009280.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UFI4tu~V01E1%gR*NHWV4.M|?b%Mt7xa-of5", "type": "image"}, {"id": 21009426, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/655b3aa4-cfaf-4c30-ac8e-a5e2d1748f27/width=450/21009426.jpeg", "nsfwLevel": 4, "width": 896, "height": 1152, "hash": "UDECdrM|_3%L~pt7oxxt?GoLM|j[^%RjD+WB", "type": "image"}, {"id": 21009425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77f957e0-1d3e-4913-a446-530fea27a69e/width=450/21009425.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U8I}bDnNHD?uG]%MRPIp9GaexZX8Z$j[kXoJ", "type": "image"}, {"id": 21010819, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0be0d689-475b-44dc-adcf-e886c04654df/width=450/21010819.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UFINv=tS00$*4TsmT0WX01WB^%WW_MWY$gxY", "type": "image"}, {"id": 21007041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89a5b4ba-0b99-4e68-8535-91812467233c/width=450/21007041.jpeg", "nsfwLevel": 2, "width": 768, "height": 1280, "hash": "U6AnJ+$emQX9};I;ER8{8wIV57%#L}-pX._2", "type": "image"}, {"id": 21007045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b781d42-6b19-4881-a954-1d4fbcc6ac2d/width=450/21007045.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U6HBPR9Z1i.TG^+t-pFf0M9Z-TOFERo~=_Ej", "type": "image"}, {"id": 21007046, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b833155-6420-4795-a2a0-85926ec81190/width=450/21007046.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U6HUd}5l01_N22x[-U0L01Hqt,D%$L8_W?={", "type": "image"}, {"id": 21007036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/341a09ec-d276-43ac-9fb1-38a683be62d5/width=450/21007036.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U7IXX2R50eIU1O9a~VWV00%MyDMx00-o-;oK", "type": "image"}, {"id": 21007043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9dc8e7b1-4ae2-48df-837e-dd2536d2d29c/width=450/21007043.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U7D+ud_4fwNF?ZE34oIV00D%xtRj00%0.8xu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/666078", "modelId": 596247} \ No newline at end of file diff --git a/datasets/metadata/666117.json b/datasets/metadata/666117.json new file mode 100644 index 0000000000000000000000000000000000000000..33f4ba9a5eb2c3b271d90a739d98c42f82149816 --- /dev/null +++ b/datasets/metadata/666117.json @@ -0,0 +1 @@ +{"id": 666117, "index": 1, "name": "epoch 4", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-23T08:04:19.171Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["CV_E4"], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 581127, "sizeKB": 223136.13671875, "name": "CV-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T08:01:40.357Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "110598CB", "AutoV2": "8FCB2D90DE", "SHA256": "8FCB2D90DE379C6E881E56A87BC161F7FE9DBAA099A034702218EDF5452B58CA", "CRC32": "E496EE14", "BLAKE3": "E76088B449AE0D7219B3989042DF5A5CA9F6D6C1B3FABE7DA14A7B9FB26A6142", "AutoV3": "E3296CFD9EE8"}, "downloadUrl": "https://civitai.com/api/download/models/666117", "primary": true}, {"id": 581165, "sizeKB": 860867.80078125, "name": "665830_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T08:36:04.927Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C5B4B509", "AutoV2": "8BE252D6EC", "SHA256": "8BE252D6EC59883F8BC3F1DAFC9603F72B888708B0740F9BF9E63BBDAEFFD8B6", "CRC32": "2FF6E2C6", "BLAKE3": "78164DDB16C61531A1900414BDFFDE1AFC37A8E2916411A3064A4F99F9FE6A83"}, "downloadUrl": "https://civitai.com/api/download/models/666117?type=Training%20Data"}], "images": [{"id": 21010169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5515d187-d89d-4230-93bf-94cd8f2c970a/width=450/21010169.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6Gl3GM]00~Cta^aV$0o00$*~A5G00XUt14q", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/666117", "modelId": 596029} \ No newline at end of file diff --git a/datasets/metadata/66612.json b/datasets/metadata/66612.json new file mode 100644 index 0000000000000000000000000000000000000000..2b2a45e9ae9c5385043b54dd7d14f4d53b6d4f35 --- /dev/null +++ b/datasets/metadata/66612.json @@ -0,0 +1 @@ +{"id": 66612, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-09T21:17:33.916Z", "availability": "Public", "nsfwLevel": 31, "description": null, "trainedWords": [], "stats": {"downloadCount": 1566, "ratingCount": 276, "rating": 5, "thumbsUpCount": 296, "thumbsDownCount": 0}, "files": [{"id": 46644, "sizeKB": 4886.6396484375, "name": "Sanada_Minako_Bullied_Trainning_Data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-09T21:20:51.612Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "53F8817B", "AutoV2": "28F30B2DFB", "SHA256": "28F30B2DFBF5CB9CD90B6727D136AC1F89CE8F0C2931C0B07523F38E22813C02", "CRC32": "82897F93", "BLAKE3": "74000BE10832273CFE2CF72BCA60F86B8CE14B7FF504A609E71BE97D303BEFB0"}, "downloadUrl": "https://civitai.com/api/download/models/66612?type=Training%20Data"}, {"id": 46642, "sizeKB": 27486.5107421875, "name": "Sanada_Minako_Bullied-V01.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-09T21:21:07.829Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D5996A4B", "AutoV2": "B6B9440933", "SHA256": "B6B94409335AA73A2289E9F7396EA5B47A38C80111AC1EAF16D5D96684467E68", "CRC32": "5F07B343", "BLAKE3": "F2C559F7006518EF13C48CFA1F7AC07238BC8BC1968B59538F4C046BAE1513B7", "AutoV3": "7FB1AD43E4C1"}, "downloadUrl": "https://civitai.com/api/download/models/66612", "primary": true}], "images": [{"id": 2801291, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89fee416-8a0d-4ef2-b698-2f688a7e86f1/width=450/2801291.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOMP,$0LTyWB4-9GTLRP?w%LRjxu00ax-VRj", "type": "image"}, {"id": 739870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06e37ada-b84a-4961-b0e5-11be2bdd4436/width=450/739870.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UCMY=}^k9?a0%d00E2%2~nwM$lR%-i%0^*-o", "type": "image"}, {"id": 740282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/baa2e706-1d85-4e6e-b6d2-35137956413a/width=450/740282.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UVM6;,A0YkXCL4MyI]gP$#U^V?SjIwXRn$E4", "type": "image"}, {"id": 739698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d0193d8-a93e-4c43-bd88-fe97dd373a53/width=450/739698.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBMF:+004,T#~g0mx[eU4TIu-:vf^jMIbX^P", "type": "image"}, {"id": 739822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ce5ac4e-1b21-46f5-a490-589e97b6922b/width=450/739822.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UQLDGX~V0gsBE19u9ZNGD%-pxuoJtQM{$*xu", "type": "image"}, {"id": 739733, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c2a6bec-87f0-47a7-bf58-7348c0d6b0cf/width=450/739733.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJL3u|~B9[-p4-%MtRt7xt={?GENRiNuWBNG", "type": "image"}, {"id": 739734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e478c054-0bba-43f6-aad7-89f17fbbce52/width=450/739734.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U9KJ+04T00000L4mcF%LXT9G_49a01^OJC=_", "type": "image"}, {"id": 739732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f0b3383-64ec-46c9-8b74-408970fd1ea7/width=450/739732.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UAJQ7*.m00rY0y4.0Lxt4.~Bt8RPDh0eS~?H", "type": "image"}, {"id": 739828, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be1c22b5-384b-439e-a8ea-dd674792a7a3/width=450/739828.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHJ%X*~C0K?HO94.0LXS0J?b-;IA+ar?tR-o", "type": "image"}, {"id": 740252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ff19656-5251-4de3-b45e-ba73775c283f/width=450/740252.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UaN0ez?wt,xtyYI[T1jF0$ogM}xYx^t7NHaK", "type": "image"}, {"id": 740253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ce1c65c-fa2b-4a2b-bd16-d7313dc078b7/width=450/740253.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UuLp{w_NTJtRo}JBNIoLM{t5jFs.tRWoRjs:", "type": "image"}, {"id": 740254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4217c3e2-621c-4687-91df-2ff90e8afa54/width=450/740254.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UkKdSq~ptQM{xZoMxat6R4w^kCt7IoofNGoL", "type": "image"}, {"id": 740279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a923ffad-479e-4be3-8a8f-755dfb96f5bb/width=450/740279.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UCL:s0L#0fv#1l000hJ:$k?Z^OK6G1qss;Sz", "type": "image"}, {"id": 740278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9bd0bd06-a389-4f97-b0a9-7405c377e87a/width=450/740278.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UaMZB*_4E+j[Kjx^OtNeIBV[V[t7tl-pnhVr", "type": "image"}, {"id": 740322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7dd708d2-bb2d-467e-8619-8faaba04a68f/width=450/740322.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOGuI18w_4Mw-oI99aIT_3IptSW=DixuMwj[", "type": "image"}, {"id": 740334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ac03e24-7b21-4342-8c6d-a2dc1fa285e8/width=450/740334.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPI#W5~Wtk^+_4-:EOs:Mcxu%MRPNHxZxZt6", "type": "image"}, {"id": 740345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8934939a-c21f-4cc8-bb78-9e925fe92334/width=450/740345.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNJHBd_2~T-:-=-:9u-oNG9aI[xEE2oz%1ae", "type": "image"}, {"id": 740346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/907bf15e-5837-4929-9305-e6c9f280c931/width=450/740346.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UQLNAB~CXn_3?w-VlAR.t7Rj%2bbSjjYMxt7", "type": "image"}, {"id": 740347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74218eea-436b-4c10-9baa-8b3323158fef/width=450/740347.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UjKm,~_3o~%1~Wo#Neo0%M%M%MbIR-ayWCRP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/66612", "modelId": 62085} \ No newline at end of file diff --git a/datasets/metadata/666121.json b/datasets/metadata/666121.json new file mode 100644 index 0000000000000000000000000000000000000000..03bdf99a7bcecfa1246685c3eb06e7f54b5daba2 --- /dev/null +++ b/datasets/metadata/666121.json @@ -0,0 +1 @@ +{"id": 666121, "index": 2, "name": "epoch 6", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-23T08:11:36.796Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["EP_V6"], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 581146, "sizeKB": 223136.13671875, "name": "CV-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T08:15:55.201Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0D0BA58D", "AutoV2": "7D2B538EA5", "SHA256": "7D2B538EA5562975BAC49E07E37AD49DEF04279C92D93FE9431698DC33C53927", "CRC32": "6EC37A9B", "BLAKE3": "F8CD75F63B1D30B3EBB9225BCAE5C30B6491D36C2010CB319E3A8DEABE037D6F", "AutoV3": "A11407FD68DC"}, "downloadUrl": "https://civitai.com/api/download/models/666121", "primary": true}, {"id": 581145, "sizeKB": 860867.80078125, "name": "665830_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T08:15:58.185Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C5B4B509", "AutoV2": "8BE252D6EC", "SHA256": "8BE252D6EC59883F8BC3F1DAFC9603F72B888708B0740F9BF9E63BBDAEFFD8B6", "CRC32": "2FF6E2C6", "BLAKE3": "78164DDB16C61531A1900414BDFFDE1AFC37A8E2916411A3064A4F99F9FE6A83"}, "downloadUrl": "https://civitai.com/api/download/models/666121?type=Training%20Data"}], "images": [{"id": 21010371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15e8955b-5a06-41d0-8534-784004a9264e/width=450/21010371.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "ULLWLuIV00x[ysnh%1tR_2n%-;oz?IM{OFxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/666121", "modelId": 596029} \ No newline at end of file diff --git a/datasets/metadata/666122.json b/datasets/metadata/666122.json new file mode 100644 index 0000000000000000000000000000000000000000..d411e4bb6353c5a3e59f6e0c5eb86ea1c77f00cd --- /dev/null +++ b/datasets/metadata/666122.json @@ -0,0 +1 @@ +{"id": 666122, "index": 3, "name": "epoch 8", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-23T08:08:16.546Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["CV_E8"], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 581131, "sizeKB": 223136.14453125, "name": "CV-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T08:06:13.825Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "841BBE23", "AutoV2": "3CDEDAF010", "SHA256": "3CDEDAF010EBE72F142504773EF554AAB72C044990E285A561FAD71383460149", "CRC32": "3E3EF1CF", "BLAKE3": "93B0462DF3BEBB739AB001B1B88583FA6E8BF508F14B3F3F0DB7804217F99FE4", "AutoV3": "393C78191222"}, "downloadUrl": "https://civitai.com/api/download/models/666122", "primary": true}, {"id": 581168, "sizeKB": 860867.80078125, "name": "665830_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T08:36:23.677Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C5B4B509", "AutoV2": "8BE252D6EC", "SHA256": "8BE252D6EC59883F8BC3F1DAFC9603F72B888708B0740F9BF9E63BBDAEFFD8B6", "CRC32": "2FF6E2C6", "BLAKE3": "78164DDB16C61531A1900414BDFFDE1AFC37A8E2916411A3064A4F99F9FE6A83"}, "downloadUrl": "https://civitai.com/api/download/models/666122?type=Training%20Data"}], "images": [{"id": 21010573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5abd0427-3bfb-44f5-839c-3c88066fb946/width=450/21010573.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UKK0c}=|0Kt7PpkW%2j[~UxG-ooMOGM|NeX8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/666122", "modelId": 596029} \ No newline at end of file diff --git a/datasets/metadata/666343.json b/datasets/metadata/666343.json new file mode 100644 index 0000000000000000000000000000000000000000..dd20dd63978a42ab256a99c07c061ca4b8cdeae5 --- /dev/null +++ b/datasets/metadata/666343.json @@ -0,0 +1 @@ +{"id": 666343, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-25T10:59:04.174Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 586107, "sizeKB": 3361.25390625, "name": "666343_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T10:21:43.505Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "82625615", "AutoV2": "9FB7811204", "SHA256": "9FB7811204108142C693D7B862E1353FE2CC8CA5BB6293FD541D4B2D858605A2", "CRC32": "E931466A", "BLAKE3": "604EA141B3D418C2C171A55D7F2B30C3907968B0B6FB02009C3D1BF1158C0559"}, "downloadUrl": "https://civitai.com/api/download/models/666343?type=Training%20Data"}, {"id": 586178, "sizeKB": 223104.50390625, "name": "HS.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T11:01:11.679Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D51F1D0C", "AutoV2": "7300077754", "SHA256": "7300077754C8B80C126FBFBE4466AD64106608CBE4DA7E24E1AD7CFA8E1708A5", "CRC32": "F5B6E2B6", "BLAKE3": "D7C45CC52A5F0274D308B5AE3D37BD0FC8FA00F5AED6B116DD3568B42DB71B57", "AutoV3": "65DF0CF0C1F9"}, "downloadUrl": "https://civitai.com/api/download/models/666343", "primary": true}], "images": [{"id": 21300414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08ef59cb-6a06-46b3-8b36-428e4faecee3/width=450/21300414.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIHLVhbwE0~W^$D%IVe.58aeWARj-:xaV@tR", "type": "image"}, {"id": 21300416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/465c2028-87a4-4f9b-8ff9-84d117c62ceb/width=450/21300416.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULJaZDs;%M%1NMof-.WCRl%LoeIp~Ut6E2t6", "type": "image"}, {"id": 21300415, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06e88554-6b00-4e79-a837-04be0a190336/width=450/21300415.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGFr*G#kAB9]_Nt8Jpg3Tz9a%2%M*0IV-psl", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/666343", "modelId": 596484} \ No newline at end of file diff --git a/datasets/metadata/666630.json b/datasets/metadata/666630.json new file mode 100644 index 0000000000000000000000000000000000000000..088121cf7a7ddd70d681367cbf97e69674a80cae --- /dev/null +++ b/datasets/metadata/666630.json @@ -0,0 +1 @@ +{"id": 666630, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-23T14:03:02.453Z", "availability": "Public", "nsfwLevel": 2, "description": "V1
", "trainedWords": ["selkiemha", "score_9", "source_anime"], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 581623, "sizeKB": 166556.27734375, "name": "Selkie_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T14:05:42.695Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2C2AD8C3", "AutoV2": "47669EF1F8", "SHA256": "47669EF1F8F56ACCC7A251040EA788231CDD3BE22DAF5EBABF2584CB43FA3F13", "CRC32": "453A7DF8", "BLAKE3": "150848FF9C5DC7BB16690DBC4FBB7619FDCC1C72D410EF4264B4BAA539DEB86D", "AutoV3": "7414B8B11421"}, "downloadUrl": "https://civitai.com/api/download/models/666630", "primary": true}, {"id": 581622, "sizeKB": 118323.4951171875, "name": "664142_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T14:05:44.632Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6B0DCD7D", "AutoV2": "D2DB301818", "SHA256": "D2DB301818675472B6C24F74F73DDEB51757FD1ADAD1773611003BC439040BE7", "CRC32": "FD08FCFE", "BLAKE3": "BA9EA5A0FE8C0F674874D16BAE0FBBE92BA755CF5E02CCE255C8B5D3E77373EF"}, "downloadUrl": "https://civitai.com/api/download/models/666630?type=Training%20Data"}], "images": [{"id": 21042144, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d9d8ee0-53e9-4319-9c57-6fbbe0b1febb/width=450/21042144.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UMFP+??u?]tl3rNbJBNe-;s.Mys:R+a{w]WC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/666630", "modelId": 596732} \ No newline at end of file diff --git a/datasets/metadata/666744.json b/datasets/metadata/666744.json new file mode 100644 index 0000000000000000000000000000000000000000..ee03147c34f66d406868c184c4876a48444ad41b --- /dev/null +++ b/datasets/metadata/666744.json @@ -0,0 +1 @@ +{"id": 666744, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-23T17:14:30.888Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [" emon (glossy black)"], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 581715, "sizeKB": 13251.099609375, "name": "emon_(glossy_black).zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/666744?type=Training%20Data"}, {"id": 581717, "sizeKB": 223120.76953125, "name": "emon_glossy_black.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/666744", "primary": true}], "images": [{"id": 21055306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bb40abe-b0e4-477b-9f9b-092c99dbb954/width=450/21055306.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UMJ7wOt,9?tS*0x^%gt7ENItxIx]9gbcTKX8", "type": "image"}, {"id": 21055295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1338422-3d9a-453c-8bfb-c4010537c935/width=450/21055295.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UkKmOp~WWGnP-;tRodoIMyNFxtozrqnij]kC", "type": "image"}, {"id": 21055293, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91b4c9a0-310f-4cdf-a286-b427cd42295b/width=450/21055293.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UCFX-S^PLK%y~Q-nt$Kh9GyBIp4;4UxnxrIV", "type": "image"}, {"id": 21055283, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e811cbf1-f598-4943-911c-888d7f271858/width=450/21055283.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UCAdZXM|00-p?]M{D*-p%LM{WA%Mt9RjSzxu", "type": "image"}, {"id": 21055284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf4ee069-4592-4549-bebf-50a2117faeb1/width=450/21055284.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UC8#c?Rk01xZ*IRPR6xaXSRPxuxawhRjTIxa", "type": "image"}, {"id": 21055282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f30aa60-1adb-429f-8bbf-e217ca4320f9/width=450/21055282.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UNG@rrfAt7,,YkR+NzocSwax$*XTD*baNbt8", "type": "image"}, {"id": 21055285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d876abb-e1b0-4737-bf2a-4a8d7683c259/width=450/21055285.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UPGb39WC01xZ~pWBD%aetSa#IVoJR*j[WDWV", "type": "image"}, {"id": 21055279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/def730ce-57db-4773-8856-d69ea901a1bf/width=450/21055279.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U5Awl5xB00010~.T#4DN8wJ;?a#i8wj[%%Io", "type": "image"}, {"id": 21055287, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1725245f-fe4c-43d9-8122-c7497892f7c6/width=450/21055287.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UAChD[RR0}J7M}xsIqt61H9]}s$jIq%0EgxZ", "type": "image"}, {"id": 21055288, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4539b6bc-24a5-44d8-9e5b-545277f6c8bb/width=450/21055288.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UFJr,dFc00#8~Woz0eVs0ek;bvR5,@OrODM{", "type": "image"}, {"id": 21055298, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a85be992-f64f-49bb-a367-d730edb35e93/width=450/21055298.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UJE-m#Io0M-p~UIV9b%M%fRQE2%LXSn%aes.", "type": "image"}, {"id": 21055294, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7609a3b4-9e3f-4207-8531-430d368e5674/width=450/21055294.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UD9*7Ht74nxu_NozIBt7E0S2xajF0LR*%1RP", "type": "image"}, {"id": 21055297, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0300f814-7e46-40fb-8304-17e0ed1432ec/width=450/21055297.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UTLy[*SgOq%2~pX8x]s:M{t7IVRj%MV[D%WB", "type": "image"}, {"id": 21055281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74974da7-5f2d-445b-84b8-ed65b5419988/width=450/21055281.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UjPY-qo|?^%MxtRPRjf,%hRPRPbGWEx]tQVs", "type": "image"}, {"id": 21055303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c26bb93f-e7e6-488d-a1ea-aecf36e9cefb/width=450/21055303.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UcCHf:kXIunOy?W=M|slpdnhxBj?TJnin#S4", "type": "image"}, {"id": 21055300, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f00b6a0-9df4-4b37-814f-fef5e3dc863c/width=450/21055300.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UMCZ3AIBIU-;~AD%Ip-;oyIpWBxZIqbwt7s9", "type": "image"}, {"id": 21055302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3894f14b-0ebc-49b7-b1d6-5bdaed76f297/width=450/21055302.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U9Eoum?H0001?[x[0fIo9YRjxc%MIVi{wws:", "type": "image"}, {"id": 21055310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9003b78-ebad-4cdd-a89a-9bbd8e966da5/width=450/21055310.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U4B_bi}?0L0MEK=a}sxt0g=G-o-o~ob]9aIB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/666744", "modelId": 596828} \ No newline at end of file diff --git a/datasets/metadata/666896.json b/datasets/metadata/666896.json new file mode 100644 index 0000000000000000000000000000000000000000..e5f5f3cf8f533792f36cd0aa65ec4488d999af76 --- /dev/null +++ b/datasets/metadata/666896.json @@ -0,0 +1 @@ +{"id": 666896, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-26T15:49:31.460Z", "availability": "Public", "nsfwLevel": 3, "description": "Old city
", "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 581848, "sizeKB": 1087452.400390625, "name": "666896_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T16:53:12.577Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C07006DD", "AutoV2": "F5BBD7B92A", "SHA256": "F5BBD7B92AF43A0C327D92BED9AE9E9A64C87F636B5F2A905D0FD3F8DD02EAC8", "CRC32": "C7F9D954", "BLAKE3": "F47698FA5B270F2A9A5F17D6DA9750A940D08CC1A118A145DDBF2E4BFC5511BB"}, "downloadUrl": "https://civitai.com/api/download/models/666896?type=Training%20Data"}, {"id": 582239, "sizeKB": 223180.89453125, "name": "Old_city__background.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T19:31:45.209Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1B9175A9", "AutoV2": "8D9E5F0F31", "SHA256": "8D9E5F0F31C534F6AC4BC0CBE88C664258A1964930499D121A8720A519D39FF5", "CRC32": "13BCD25C", "BLAKE3": "5976011293A23E2FC10872380499C0D5923F8618C9FE213E71540AC84FB72E34", "AutoV3": "31C95F02E50B"}, "downloadUrl": "https://civitai.com/api/download/models/666896", "primary": true}], "images": [{"id": 21069702, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c000f72-d681-48a9-82ab-c50cbe445a98/width=450/21069702.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UXGv6SkXWAIo.Tnit6t7t-%1WBR*x]oeRjoc", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21069703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73905874-8b54-4bd1-a684-544e3c35e94b/width=450/21069703.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYG+tFozDhfk.TaKWqs:WBRjtRR*t7WVofWB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21069694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c9314a6-e9fd-41b6-82a3-529966e8a05e/width=450/21069694.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQF$Fls:Q,xu*0ofNGofT0WXtRRjs;WVofRj", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/666896", "modelId": 596951} \ No newline at end of file diff --git a/datasets/metadata/667206.json b/datasets/metadata/667206.json new file mode 100644 index 0000000000000000000000000000000000000000..4a7c81a316f5ca0f6f6d9364f6ded61a38657b46 --- /dev/null +++ b/datasets/metadata/667206.json @@ -0,0 +1 @@ +{"id": 667206, "index": 0, "name": "V0.1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-28T19:09:49.576Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["maru, short hair, grey hair, brown eyes, "], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 582188, "sizeKB": 9240.83203125, "name": "667206_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T19:07:21.807Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4EE693DA", "AutoV2": "7399BBA06F", "SHA256": "7399BBA06F9587189857DB0D809A84D72F2BC989696157DDC0E78C3E062EDD1C", "CRC32": "04512714", "BLAKE3": "58C601CC8E0EDC932DF95C68D966053F3EE9FEA0571CD327ED54E4AAB0F08669"}, "downloadUrl": "https://civitai.com/api/download/models/667206?type=Training%20Data"}, {"id": 594188, "sizeKB": 223101.18359375, "name": "Maru_Heavenly_Delusion.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-28T19:41:37.800Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "572D320A", "AutoV2": "2BB708DB71", "SHA256": "2BB708DB71A35175DE497A2FE8642C14850EE2012E455EE44A7608425F87DE53", "CRC32": "21892B82", "BLAKE3": "6D9D7F44FC00D6FAB06F9A67F49E08CB4EB17322C10FF60D1AC51000B05F9B84", "AutoV3": "6342A1A3353D"}, "downloadUrl": "https://civitai.com/api/download/models/667206", "primary": true}], "images": [{"id": 21759820, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c29d7a7a-f1b4-43e2-8a12-c6ebf2a53fac/width=450/21759820.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYHCcgIppe?a_NogR+V?W=t7adRjM|aexaRk", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/667206", "modelId": 597194} \ No newline at end of file diff --git a/datasets/metadata/667312.json b/datasets/metadata/667312.json new file mode 100644 index 0000000000000000000000000000000000000000..e84c25d414e0025a41cebb4383e4330bb99946eb --- /dev/null +++ b/datasets/metadata/667312.json @@ -0,0 +1 @@ +{"id": 667312, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-23T21:27:17.000Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 582429, "sizeKB": 223100.36328125, "name": "Holography.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T21:25:54.394Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "340A2838", "AutoV2": "86CF3AE6FE", "SHA256": "86CF3AE6FEEE6A3CB7BC5A1712357376A0393A6420B3BC78B4C68997D9586805", "CRC32": "7949B6D0", "BLAKE3": "FC90E47B61C6B72D413464433BCC13A0D85F8A370F481B60E3C1F60EB879490B", "AutoV3": "9CE221D28B8E"}, "downloadUrl": "https://civitai.com/api/download/models/667312", "primary": true}, {"id": 582220, "sizeKB": 264100.205078125, "name": "667312_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T19:21:59.462Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "468D365C", "AutoV2": "DCFADC7D99", "SHA256": "DCFADC7D99607CC4966D2200D27D1BB0E16819708923A7794B6AF208B4F66BBB", "CRC32": "8C836257", "BLAKE3": "3BFEF8F9CC690CF27E4CB5A441657E731840648F8A2D118A5E0DBB85FEE60DCD"}, "downloadUrl": "https://civitai.com/api/download/models/667312?type=Training%20Data"}], "images": [{"id": 21081152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd8a207d-175e-4783-9aee-7ee8914830a5/width=450/21081152.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDCP|.1G00vxm+t1kD9Z4mxc%gfnO,VtIT~C", "type": "image"}, {"id": 21081149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4de8c808-ee36-45fe-83d1-943ee3efc321/width=450/21081149.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8B{.pI7y?8:x_4:tIz;4m9h=~EGMa_4Q.6m", "type": "image"}, {"id": 21081150, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1ce59d7-0412-44f4-8504-390946007f33/width=450/21081150.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEGbSD^*re4o06NLR=%L_}t5=wtQ0K9utjxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/667312", "modelId": 597279} \ No newline at end of file diff --git a/datasets/metadata/66734.json b/datasets/metadata/66734.json new file mode 100644 index 0000000000000000000000000000000000000000..010817ba5eb4135d05b749c704bb2cda65f96cb8 --- /dev/null +++ b/datasets/metadata/66734.json @@ -0,0 +1 @@ +{"id": 66734, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-10T01:12:12.470Z", "availability": "Public", "nsfwLevel": 4, "description": "66 images\n6 epochs\n3588 steps (batch size:1)\nscheduler: cosine\nText encoder learning rate: 1e-5 \nUnet learning rate: 1e-3 \nmax bucket resolution: 512 \nclip skip: 2
", "trainedWords": ["TElosXenoblade2", "TElosXenosaga"], "stats": {"downloadCount": 1078, "ratingCount": 171, "rating": 5, "thumbsUpCount": 197, "thumbsDownCount": 0}, "files": [{"id": 46734, "sizeKB": 15849.4658203125, "name": "T-Elos.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-10T01:05:59.393Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "090D6664", "AutoV2": "4ACC7DB158", "SHA256": "4ACC7DB15888A7A35154FC1B043FE131E3A634D42C81715D6418BD28C72DEC4F", "CRC32": "96D93DD3", "BLAKE3": "C1E1FFA0158BF1763868F3A3E50739B6C02D3729D4DA28446A6BB7246FFDEEBF"}, "downloadUrl": "https://civitai.com/api/download/models/66734?type=Training%20Data"}, {"id": 46733, "sizeKB": 9338.2548828125, "name": "T-ElosV2D8_e6.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-10T01:05:48.016Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0EBCDEE6", "AutoV2": "006FC9BA74", "SHA256": "006FC9BA747B2BE32274A98E98DA3006991B73F077040E0A507FC53B33F8E96A", "CRC32": "9CF55009", "BLAKE3": "0DA54841AB175A880DEF860811D87A2AA1B6DBB4801EAE8684A585224A0F4CF5", "AutoV3": "90FE20C22615"}, "downloadUrl": "https://civitai.com/api/download/models/66734", "primary": true}], "images": [{"id": 741130, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8183d9a-0f11-4036-9a6a-b5cc44327598/width=450/741130.jpeg", "nsfwLevel": 4, "width": 704, "height": 960, "hash": "UTJ89Xn3_NI;.9xus+kXspt6RjayE3xajFjE", "type": "image"}, {"id": 741127, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7394dd8e-120d-4d16-b2cd-6d5544073002/width=450/741127.jpeg", "nsfwLevel": 4, "width": 704, "height": 960, "hash": "UpK-Xx^+.8M|?wxuxuV?%MRiRjRjb0jEV[t7", "type": "image"}, {"id": 741133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/528b3dc7-86f0-4ec6-8395-6522cd423770/width=450/741133.jpeg", "nsfwLevel": 4, "width": 704, "height": 960, "hash": "UUKdi5D*?bNG~pV@xXt7^*M{IooLpJRjt7xt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/66734", "modelId": 62194}
\ No newline at end of file
diff --git a/datasets/metadata/667523.json b/datasets/metadata/667523.json
new file mode 100644
index 0000000000000000000000000000000000000000..793385d13e6552980e59edac51dc9114a452b8f2
--- /dev/null
+++ b/datasets/metadata/667523.json
@@ -0,0 +1 @@
+{"id": 667523, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-24T03:37:37.921Z", "availability": "Public", "nsfwLevel": 28, "description": "About this version
More distant images may show some artifacts, distortions or disproportions in the face when generating images in Civitai, therefore, the recommendation of this LoRA is to use the example image gallery, characters closest to the image or use some Embedding to reduce errors on the face.
", "trainedWords": ["by clamdogstudio"], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 582649, "sizeKB": 224128.78125, "name": "667523_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T23:46:19.604Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "54CC31E5", "AutoV2": "454D1FE091", "SHA256": "454D1FE0910A68AD1290C0F5DE98052A95E563507589E1FCD01A6337CEF53FB2", "CRC32": "09B0D1C3", "BLAKE3": "9B72F2DF0F6298FDF55EF0CC0BDC9630D035E2875D1E59A565343AACC6F2D8F6"}, "downloadUrl": "https://civitai.com/api/download/models/667523?type=Training%20Data"}, {"id": 582897, "sizeKB": 223122.55859375, "name": "ClamdogStudio_Style_Lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-24T02:36:13.024Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "975ED20A", "AutoV2": "B64931C82B", "SHA256": "B64931C82B601B75C2E6A874585C900960566C379A8673D5BC91FAD0BD6EEE33", "CRC32": "57F8F9AD", "BLAKE3": "75D0B9C8C10E78EE79B510E5FF81C532A3D3C1967C166E02A02C20A8996F899E", "AutoV3": "F93B946CDDFA"}, "downloadUrl": "https://civitai.com/api/download/models/667523", "primary": true}], "images": [{"id": 21118257, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76256b77-f435-43e6-a2b4-c4a5d940a45c/width=450/21118257.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UME_,N4nAawI?^9F-oRi.9IU-VIU?vRPNHa_", "type": "image"}, {"id": 21118249, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd006ad3-f321-4028-9df2-dad3ee3f3737/width=450/21118249.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7EUx:I[-.~A%z%LxDNb00-n59M{9aE1IVR+", "type": "image"}, {"id": 21118255, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8004fd0f-4924-4959-ac9e-4664d5bb8513/width=450/21118255.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8GZ{Z-;00rD01w^~BtR0gIp--jJ^%kCD+ae", "type": "image"}, {"id": 21118263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/545bc7a1-1a8c-4b85-b254-fc0396a4d59a/width=450/21118263.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UEF#,Uxu00E29YjF0iV@~VW;R5t6pJWY9Zsk", "type": "image"}, {"id": 21118304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/247449b1-ddf6-4cc1-86ff-f09c90363743/width=450/21118304.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6G?;WD*00Xm.7E%0yI;04+]~TI;[o={Nw#m", "type": "image"}, {"id": 21118252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8495d6b8-15dc-4822-97bd-5f71ca163b4e/width=450/21118252.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UaHxQk9F-;w]~WV@-:RPnhxat7WBV@xuM{of", "type": "image"}, {"id": 21118253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0052ea3-0c9f-490b-80b2-49243f8380e6/width=450/21118253.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHH^|l?b0hIUuP~W^%w]xa?u?GtQ?a-;t6e.", "type": "image"}, {"id": 21118258, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52be9fde-9708-4e82-8637-8d276aae5732/width=450/21118258.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U8DuPlDOH?}YEM-U9GOr0fS$bvK4Md%Mxt$3", "type": "image"}, {"id": 21118259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ee3d854-a6f0-4722-9973-0bab1c5f012a/width=450/21118259.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UMIOFO_NIA-VxapIE2R.#%IUr=VstR-;aeRk", "type": "image"}, {"id": 21118250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82a547f3-3483-4917-bebd-bf75ee6e151d/width=450/21118250.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UKF5Krem~qMx4.Io4:oz4.-;IAxu_2s,?aVs", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/667523", "modelId": 597448} \ No newline at end of file diff --git a/datasets/metadata/667532.json b/datasets/metadata/667532.json new file mode 100644 index 0000000000000000000000000000000000000000..d3dbcdc3702006ad32a2d441e03271f7aee100ed --- /dev/null +++ b/datasets/metadata/667532.json @@ -0,0 +1 @@ +{"id": 667532, "index": 1, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-24T20:55:38.448Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 584785, "sizeKB": 223103.26171875, "name": "Ignore_Facesitting_Human_Chair-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-24T20:57:06.400Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "34F54879", "AutoV2": "3C9B5A82C2", "SHA256": "3C9B5A82C2F976A8ECF032D2015FADCE5F9A2BAAEEB3070E7A7359D91F91CFF9", "CRC32": "8A9DCEF5", "BLAKE3": "25A9D4AAABC3E5B481A30A26F2FE35FE4E12C972409CB8F59F70A81074CFB26F", "AutoV3": "D57E1BA749A9"}, "downloadUrl": "https://civitai.com/api/download/models/667532", "primary": true}, {"id": 582758, "sizeKB": 24648.7626953125, "name": "667532_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-24T00:55:33.010Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "993BE73C", "AutoV2": "BBCD14E2BB", "SHA256": "BBCD14E2BB9DB092028CEBB458D8F7AE5232DE69E77113ABB515921F3F876C9F", "CRC32": "036A5A05", "BLAKE3": "3D46BEDE3AA34C043FCC876F8142E30EAACB0B0472729DD35D0E8EDBB13A6308"}, "downloadUrl": "https://civitai.com/api/download/models/667532?type=Training%20Data"}], "images": [{"id": 21219201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e04b5eef-af91-42b5-bd36-4d3bfe68a61a/width=450/21219201.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UTI;R{r;Inbb~UM|E9s*_1oIogsn%Ka_xsRl", "type": "image"}, {"id": 21219200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f9abfe2-e5f9-46f5-b900-b1e80b5f0844/width=450/21219200.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGEeiEr=EdEN~9?FxtE2?DWYxZeoIraxs.jG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/667532", "modelId": 597455} \ No newline at end of file diff --git a/datasets/metadata/667631.json b/datasets/metadata/667631.json new file mode 100644 index 0000000000000000000000000000000000000000..7eb54eb379641357efa38c6575b01a318ae8c414 --- /dev/null +++ b/datasets/metadata/667631.json @@ -0,0 +1 @@ +{"id": 667631, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-23T22:37:35.873Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["LtSurge, male, blond hair, sunglasses, dog tags, green tank top, camo pants, belt, combat boots, blue eyes", "LtSurge"], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 582559, "sizeKB": 445793.12109375, "name": "Lt._Surge_Pokemon-000011.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T22:36:54.302Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "10A46463", "AutoV2": "1BC4DF2289", "SHA256": "1BC4DF2289AC0F8C80C3152A175EA7C342818265A409DC0B865BB3CE4B4E9EFC", "CRC32": "388F73B9", "BLAKE3": "D8FDB33F6887C93596DCA239106949C4BB845E70CAD0EA076ADF25B5871A4F47", "AutoV3": "BC5BFCF9074E"}, "downloadUrl": "https://civitai.com/api/download/models/667631", "primary": true}, {"id": 582553, "sizeKB": 6319.9794921875, "name": "667145_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-23T22:30:45.216Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3569E5BF", "AutoV2": "E60C1F9BA6", "SHA256": "E60C1F9BA665C6D4A8FC0EE2D8B2680C9A96509E51F34686D73C6E0D3088E7BC", "CRC32": "46285367", "BLAKE3": "4DFC12F74283C3F76A5D5280B7BFF659C6BF4145A404F97EC5A489425964E1BE"}, "downloadUrl": "https://civitai.com/api/download/models/667631?type=Training%20Data"}], "images": [{"id": 21088974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4a9e377-ba10-44e8-834f-6f267f7570e7/width=450/21088974.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UFLD6wu*Tz{v_1v#69Ri02EQ03Ip8}R%=xM|", "type": "image"}, {"id": 21088973, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18fe3945-9383-47d3-a643-5ae93fc42102/width=450/21088973.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UmNl9ut6,-oJ~okBbXoepIWEEMj@xZf7xFjZ", "type": "image"}, {"id": 21089444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ebc271b-aa9a-46cd-aba3-c15a1ece837f/width=450/21089444.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UOIg4DbHE1I;~AoLR%Iq5Qae%1V]?Faft7sn", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/667631", "modelId": 597143} \ No newline at end of file diff --git a/datasets/metadata/667926.json b/datasets/metadata/667926.json new file mode 100644 index 0000000000000000000000000000000000000000..674c444695f6c207af08491fb0f060af0d3e4592 --- /dev/null +++ b/datasets/metadata/667926.json @@ -0,0 +1 @@ +{"id": 667926, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-24T02:59:25.586Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Sparrow1, brown hair, beret, brown eyes, dark skin, "], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 582912, "sizeKB": 223103.08203125, "name": "Sparrow.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-24T02:45:42.066Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BED5EA49", "AutoV2": "9D96CCE833", "SHA256": "9D96CCE8334498F29EEE68A009151EE7E9ACC561D86E4213D9202F86E07EA416", "CRC32": "CD0C6007", "BLAKE3": "8C51A1A64C7110B0A471D632BC44798391FE1E9601BF474C5FE099A4EBEB67CC", "AutoV3": "249B3035D7FD"}, "downloadUrl": "https://civitai.com/api/download/models/667926", "primary": true}, {"id": 582838, "sizeKB": 15251.1142578125, "name": "667926_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-24T01:55:37.998Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4E80A23C", "AutoV2": "07080CEE58", "SHA256": "07080CEE585DFA5656ED653BAACE1BFF49ED978862E8E112C1E89A0BF81120B7", "CRC32": "24C1600E", "BLAKE3": "B358AFCD87BEEFCD6919E145E2EEF1414ECCA8666C236633F814599F975BB967"}, "downloadUrl": "https://civitai.com/api/download/models/667926?type=Training%20Data"}], "images": [{"id": 21114962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc663527-33ca-45c2-bf1d-0f5a87996f39/width=450/21114962.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBH0-Y0Q0^w[0cn$}v-C9a?aICb;?IIpO9s:", "type": "image"}, {"id": 21114960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea174146-5edd-4007-adef-034cd58b7bed/width=450/21114960.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKGR;i3KyC}u0z}v-qI:%#-qOqWT_MNVxvRq", "type": "image"}, {"id": 21114961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1aa74da-98a6-472d-b4b1-4c22d4b239db/width=450/21114961.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCF|$85l0c}u00aL}bNY9aad$jxHPT%3x^NG", "type": "image"}, {"id": 21115602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8e098bd-61c9-4ba2-8279-b1c711761b06/width=450/21115602.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7I4Lz0f2-=|X1-oITxu00E3}vEe?c0KJTxa", "type": "image"}, {"id": 21115611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65eadc16-d4ac-41d4-bd3d-eefcb9d737a3/width=450/21115611.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFGakD0y6z;R9@57-oRPITv}^kE1~W9]OqjJ", "type": "image"}, {"id": 21116603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d583a1a-3911-457f-a10b-b104c3dea5e9/width=450/21116603.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDG[7#%g004o00Vs~p-;K6o#-VIU9ZWBRQt6", "type": "image"}, {"id": 21116609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee2be957-24cd-48f7-ac4a-d9d3f641c8c2/width=450/21116609.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UFG*NUj?5RE10eIo~Vt69wxaa0oJwIs:Neof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/667926", "modelId": 597796} \ No newline at end of file diff --git a/datasets/metadata/668017.json b/datasets/metadata/668017.json new file mode 100644 index 0000000000000000000000000000000000000000..63a949b280f7ecabc486c90e564f802740d7acf4 --- /dev/null +++ b/datasets/metadata/668017.json @@ -0,0 +1 @@ +{"id": 668017, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-24T03:26:58.908Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 582967, "sizeKB": 223102.30859375, "name": "Farah_Legend_of_Queen_Opala.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-24T03:30:44.275Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B2F556E8", "AutoV2": "E340FA20DA", "SHA256": "E340FA20DA675BC3CA5B5922C6AF48D77D67A6C6E93ABC9DDB4D6456E989573E", "CRC32": "D4198D13", "BLAKE3": "0AB6019DED53F4885DDBE05607DC7B54996C10786DAB05BF0BF91B703ECD53BD", "AutoV3": "12305E991C9B"}, "downloadUrl": "https://civitai.com/api/download/models/668017", "primary": true}, {"id": 582940, "sizeKB": 1222.7197265625, "name": "668017_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-24T03:05:48.931Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "58943F5D76", "SHA256": "58943F5D76B462CCDE7F0B2D586BE644B1B462D994CCB96A9F61AB575DA45610", "CRC32": "793B66A7", "BLAKE3": "4F6E525C8A8F5E48F33E13CCCA962EFB3A29A4757B2C41CB7AEE416B701A74FD"}, "downloadUrl": "https://civitai.com/api/download/models/668017?type=Training%20Data"}], "images": [], "downloadUrl": "https://civitai.com/api/download/models/668017", "modelId": 597874} \ No newline at end of file diff --git a/datasets/metadata/668183.json b/datasets/metadata/668183.json new file mode 100644 index 0000000000000000000000000000000000000000..8b73d8d1b7d8ff55809604cecca2af94c9b5074d --- /dev/null +++ b/datasets/metadata/668183.json @@ -0,0 +1 @@ +{"id": 668183, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-24T04:45:48.870Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 20, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 583100, "sizeKB": 10375.697265625, "name": "Ritsuka_Takesaka_BakuAne2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-24T04:46:47.542Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "22038691", "AutoV2": "04CC652BB4", "SHA256": "04CC652BB44DF28D6F1CBC41321F75A291D7015D8D50887B6B8850BD1E18742A", "CRC32": "338BA0E5", "BLAKE3": "1CEE6F49538298AD7C990F80145A2F3C0F3F285D5436AFF0CA87E85C770DE425"}, "downloadUrl": "https://civitai.com/api/download/models/668183?type=Training%20Data"}, {"id": 583101, "sizeKB": 22236.66015625, "name": "Ritsuka_Takesaka_BakuAne2-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-24T04:47:06.181Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "33CA4B4F", "AutoV2": "5F8E25CF50", "SHA256": "5F8E25CF50AFE576009297E3F170B6890C4CEE091DC66B45904E4491A5A127CE", "CRC32": "2D36CDA4", "BLAKE3": "C52692B38A4AE63543AA2FA20F42368924113CE25DAD39602D9882CFC5DAA4E7", "AutoV3": "F7F6A435DC14"}, "downloadUrl": "https://civitai.com/api/download/models/668183", "primary": true}], "images": [{"id": 21125648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d665cef-34c1-4dea-8a6a-ea4a33c6418f/width=450/21125648.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UvNd5jofNLt7~qj[-pt7WXayjXWCxtfQMyay", "type": "image"}, {"id": 21125649, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ae3a6f9-2991-4726-9f37-a30bb60b0896/width=450/21125649.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UvNd5jofNLt7~qj[-pt7WXayjXWCxtfQMyay", "type": "image"}, {"id": 21125810, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2b51ec8-af81-4834-9eb2-11a6559242a5/width=450/21125810.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "ULQcbn%L%$tm_Mt7-;t6IrNH$yj=~pn#D%oz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/668183", "modelId": 598017} \ No newline at end of file diff --git a/datasets/metadata/668256.json b/datasets/metadata/668256.json new file mode 100644 index 0000000000000000000000000000000000000000..d944932a1d9ba0f5bcd0ea937842d0cd522747d7 --- /dev/null +++ b/datasets/metadata/668256.json @@ -0,0 +1 @@ +{"id": 668256, "index": 0, "name": "anime", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-24T09:07:50.890Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["This is the first prototype version of the orange peel texture.
", "trainedWords": ["orange peel "], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 586274, "sizeKB": 223100.16015625, "name": "Orange_Peel.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T12:10:50.782Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9A332407", "AutoV2": "11FFE1C43A", "SHA256": "11FFE1C43AB11999DD48D2716E5E6FD104C6D610481B5F95C290AE468B3C45A1", "CRC32": "31DFBD56", "BLAKE3": "C7ECFEFD0CA3A430DA19F76935934182B1773DB46A943B5C1381995BBF1B17CA", "AutoV3": "00F2C3AD0F7B"}, "downloadUrl": "https://civitai.com/api/download/models/669892", "primary": true}, {"id": 584803, "sizeKB": 4187.7333984375, "name": "669892_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-24T21:05:54.119Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8F91E2F8", "AutoV2": "C69C31F2D3", "SHA256": "C69C31F2D37C7FF8F782D0ADFF6A79F6376CEEFD6241E191031C96BE9B723168", "CRC32": "594BC603", "BLAKE3": "B3518F4180A97489070479DBEDBF39A1DC3D0F55E741F077DC1DC2E92BA4E47B"}, "downloadUrl": "https://civitai.com/api/download/models/669892?type=Training%20Data"}], "images": [{"id": 21309416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b7118fc-034a-4bcf-a94b-ff7ed1d2b077/width=450/21309416.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9Ipkz0010^+5Rbv^j+[02?GRQT0~AxF4:JA", "type": "image"}, {"id": 21306640, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d21fdbf0-68d3-4153-b145-94bac8bd233c/width=450/21306640.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGE{FE4n1O~VBVwb#+I[00pI={VsR%sobIW.", "type": "image"}, {"id": 21307340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f463b915-188c-4701-a7ea-1546a7f4880e/width=450/21307340.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHGt+,.m0$01?bXT^PI;%gtS%LRj.8o}E2wb", "type": "image"}, {"id": 21306436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd732123-05b4-496c-adf7-18c329a9dc33/width=450/21306436.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGGQUi}?KhD*F{5SahM|xDRknitQ9aIVM|%1", "type": "image"}, {"id": 21306460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a886c5e-6710-4bcb-9bba-9f3950c723ee/width=450/21306460.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMF#5S~BOFof0zE2aeo09vNHRjRkEMxZxZbb", "type": "image"}, {"id": 21306474, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3194760-04ee-42bf-af76-bac9b122825e/width=450/21306474.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHEnbD~ANe-T57EMNHn$EhI;NHNG9v$%-UkC", "type": "image"}, {"id": 21306451, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4416c23-9ca0-4708-acfb-a98d1698026f/width=450/21306451.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDHmZ1IX0$^$04^$EOay}=9bi_Nc5Wf+xCNI", "type": "image"}, {"id": 21306675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5323acf5-2d24-4aa6-a46e-d704817d5073/width=450/21306675.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBE_]f0101x]0~~VD%JA3ENG]$oM0M58-:=_", "type": "image"}, {"id": 21306506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6b14de0-fae6-4979-9c6a-0ff564203afe/width=450/21306506.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYH]]#~AS$t6-obvNIxDM{Ipay$gi_n$ofR-", "type": "image"}, {"id": 21306984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be56b2ce-c4a6-4941-9b10-91d6a91460b6/width=450/21306984.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URGtKH~BE,oz?GxuShs:5SNH$fniM{nhslNb", "type": "image"}, {"id": 21306563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01ec18fd-19c4-4241-934b-9be35f4675ec/width=450/21306563.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTH^FYM|Ipt6}?xaRjs:NH-nNHjZ=_WBNIRk", "type": "image"}, {"id": 21306602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f16429f8-e517-4eed-916f-8338549c25d4/width=450/21306602.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPFEln~BxuxG0i9aV?adOZoga{Nw^Nt7I@ah", "type": "image"}, {"id": 21306606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fef22434-6e4f-4877-beb1-5928f40aec0e/width=450/21306606.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKGQ:*~A0$NK0g9aM|of0iW=^Os+sWxa-Uof", "type": "image"}, {"id": 21306618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0345a36-17b0-4232-856f-316dc1d6da4f/width=450/21306618.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIFqwC9b0$%10g-oWBWq13aK}qNIIVX8xZi_", "type": "image"}, {"id": 21306908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b33f57e-c7ab-4762-abf2-6ff284265b9b/width=450/21306908.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEHdEF.m5s^g+F0M9v-RnNELaKxC_3^*$*NK", "type": "image"}, {"id": 21307073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/476324cc-3b80-47a4-88d6-4c730bfd2a1d/width=450/21307073.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCH^nm0014x]IT?HRPxD0#9|=s?G~q01b^xu", "type": "image"}, {"id": 21306722, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d19a8f46-401e-4d7f-acb5-9e69203a6c29/width=450/21306722.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBF;fw0L0$bcE2}?Io%1E2-nIpNHD+of?G0g", "type": "image"}, {"id": 21306821, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f79562b-5a5c-4c80-8ad0-4ac71366b418/width=450/21306821.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCG@0r~UAG5SMy0#EMI;EN9vM|-n0$=w^i-o", "type": "image"}, {"id": 21307821, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57b75718-868b-4a19-a9ac-7018d3b1e73c/width=450/21307821.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULExIa~AOYR*SgEMIpae5RNHjFj[57ni-Uxt", "type": "image"}, {"id": 21308099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2883fb7-bdb6-4d63-8673-c8b7a8ea9384/width=450/21308099.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFI4FSbusmJ.0.4:n$%10$M{Mxni57~9xuR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/669892", "modelId": 599419} \ No newline at end of file diff --git a/datasets/metadata/669915.json b/datasets/metadata/669915.json new file mode 100644 index 0000000000000000000000000000000000000000..1b40d6f0c6fbdfffadfc77fc1c1f8607bc37a129 --- /dev/null +++ b/datasets/metadata/669915.json @@ -0,0 +1 @@ +{"id": 669915, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-25T00:54:19.020Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 584851, "sizeKB": 1941.736328125, "name": "669915_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-24T21:35:37.178Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "861D46DEBA", "SHA256": "861D46DEBA50542637F3C720B2A3E054F0326DC9BDDD5BFE0A4C23671CA55F48", "CRC32": "2B7B74D9", "BLAKE3": "4EC0DC8639F76F49CA7C4E33734D1545F388D4379314989F316635E29171D452"}, "downloadUrl": "https://civitai.com/api/download/models/669915?type=Training%20Data"}, {"id": 585227, "sizeKB": 223100.10546875, "name": "Surreal_Space-000013.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T00:55:42.784Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8C4FBBD5", "AutoV2": "A9A562FD23", "SHA256": "A9A562FD23CF671F5B3648EB9EFC3E28CFFED481811896183D0406574383C68C", "CRC32": "495F2CBD", "BLAKE3": "5A6DBCF2E2804DCCD17E77CA02E27B100B6AAD9FACD4EA7CCFA1D1A64E3E353E", "AutoV3": "1A4AD45444BD"}, "downloadUrl": "https://civitai.com/api/download/models/669915", "primary": true}], "images": [{"id": 21242807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc4a131c-129b-4895-9568-cd6af89e3591/width=450/21242807.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCAoT,Cky@JUCA?HPUNaL0P:yXMdqu$MTKV@", "type": "image"}, {"id": 21242806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9ed6477-202a-4cea-938a-19b6c21d5abd/width=450/21242806.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4C=oa9#0JC900,@pxIT00OG=zRO4R$~[?Si", "type": "image"}, {"id": 21242808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fda106b3-736a-43e8-972e-0ee58caf74f0/width=450/21242808.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6DlNW=gvLS%^,}tw1E+4mv~xas:ELbJxss:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/669915", "modelId": 599438} \ No newline at end of file diff --git a/datasets/metadata/670085.json b/datasets/metadata/670085.json new file mode 100644 index 0000000000000000000000000000000000000000..8e38068669ab010a34ff342dbab9e91e5cbc3e5f --- /dev/null +++ b/datasets/metadata/670085.json @@ -0,0 +1 @@ +{"id": 670085, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-25T00:35:00.521Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["halflings", "hobbit"], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 584998, "sizeKB": 36981.703125, "name": "Halflings! 1.5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-24T22:51:41.129Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "580C20ED", "AutoV2": "4B89E95411", "SHA256": "4B89E95411C6170A1D5ECD4E45215069F2E36F9A6981C767F384C1D060B8490C", "CRC32": "E2B11E28", "BLAKE3": "809F9AB91EFEB3A1566FDB7D1240C00F7B043A255DA256A2F2A80248E8BBF573", "AutoV3": "C60E0A839E1B"}, "downloadUrl": "https://civitai.com/api/download/models/670085", "primary": true}, {"id": 584999, "sizeKB": 180934.9267578125, "name": "halfling training data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-24T22:51:47.723Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9DF261D1", "AutoV2": "ABA4EA8774", "SHA256": "ABA4EA8774563EAF7BA74DAE2FDBECEEDE8C3F18006334BD07215BB16EF99BA7", "CRC32": "73928631", "BLAKE3": "3A5545BE7448126D1A3AC8C44F1897AD077522E23C3C8E84009EC497663C6A76"}, "downloadUrl": "https://civitai.com/api/download/models/670085?type=Training%20Data"}], "images": [{"id": 21229219, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de5ab0b6-bd57-42e5-b6f3-95cbac5787d1/width=450/21229219.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1224, "hash": "U6Cijn9a00~WD%e:IoE1IAIV-oM{OX%2-Vj]", "type": "image"}, {"id": 21229280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c993e88f-d68e-4f4d-87c4-a49d5d6efb61/width=450/21229280.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1224, "hash": "U5Bpte0K00Ir~qIUNFR,?w?G9G9Z-pt7NGMy", "type": "image"}, {"id": 21229264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b054f55-4640-4b6c-960a-58bb709c4cfa/width=450/21229264.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1224, "hash": "U5C?J$004:~V%KE19ZWW9FbH%M9ZEl?G~CEL", "type": "image"}, {"id": 21229288, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/337b5bad-d2d0-45b6-9430-f6f36b38a6a5/width=450/21229288.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1224, "hash": "UAEy0oD*0eM|_4xaMy$~tl?G^jNF-;xa$hf+", "type": "image"}, {"id": 21229281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ca99904-937b-436c-b1dd-06d02e9fc453/width=450/21229281.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1224, "hash": "U7AvtY9ut2V[~ANGxWM}ELWD-oIp57ofxaIp", "type": "image"}, {"id": 21229284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f59f7cb4-e92b-4731-87c9-3d80a4f6c518/width=450/21229284.jpeg", "nsfwLevel": 4, "width": 1224, "height": 1224, "hash": "U8BC[J4:NF%2~UbHV@R*%K9b-obHD*j]NGax", "type": "image"}, {"id": 21229283, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83db3184-7e56-4aa5-a293-ba45ffd67e04/width=450/21229283.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1224, "hash": "U9D+uOE29F-p.AV[$yxt%L^i$*Rj=|xa%2M{", "type": "image"}, {"id": 21229286, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06ced81f-6b66-4247-94f5-75cba920cfec/width=450/21229286.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1224, "hash": "U5DJ9X004:cZ~p4.M|RQKk0K-UX9%gRi%LE3", "type": "image"}, {"id": 21240056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce19a4f6-09a6-45e7-b9fa-34eacc433397/width=450/21240056.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1224, "hash": "U5DJ9X004:cZ~p4.M|RQKk0K-UX9%gRi%LE3", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/670085", "modelId": 599575} \ No newline at end of file diff --git a/datasets/metadata/670243.json b/datasets/metadata/670243.json new file mode 100644 index 0000000000000000000000000000000000000000..a1858e62987bc76f92e8e7b2c666147df9d987cf --- /dev/null +++ b/datasets/metadata/670243.json @@ -0,0 +1 @@ +{"id": 670243, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-25T01:14:56.472Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 585273, "sizeKB": 223103.95703125, "name": "aeromorphxl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T01:15:55.197Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D697CF19", "AutoV2": "4C41D44D1C", "SHA256": "4C41D44D1C8B265EA1941BFE1CE45ED2B0514703B550898C41C133308AF85733", "CRC32": "5D8CAFC1", "BLAKE3": "4BCE3FDB8D6942ACA107D027151221680BC389224F458F94637599A0EE818998", "AutoV3": "A6456862A4B0"}, "downloadUrl": "https://civitai.com/api/download/models/670243", "primary": true}, {"id": 585156, "sizeKB": 58758.3134765625, "name": "670243_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T00:10:45.692Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2E54DD0C", "AutoV2": "2E81D7902F", "SHA256": "2E81D7902FC43A6D104F1810057C7A53C98ABA1E625955DC1B10C1C6C7CAE3D3", "CRC32": "4571F587", "BLAKE3": "B2EC8C91A569C1E2E672FA4E4FFA387C55D700D2EA2A4F9046F9D5915BE65122"}, "downloadUrl": "https://civitai.com/api/download/models/670243?type=Training%20Data"}], "images": [{"id": 21245255, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/227da2b8-b7e0-4633-b5d7-58fbf57345ee/width=450/21245255.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKKK[_^**0Iot.NHM{s:OFW=RPoz%MV@RPof", "type": "image"}, {"id": 21245257, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84e3f14b-c668-4e0f-a83b-f3a232d8d527/width=450/21245257.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UQMQ3GRQ~pM{IpogIoNGtStRj]j?%MRjRj%2", "type": "image"}, {"id": 21245256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc4c134c-c559-49b3-ac22-577c1781af38/width=450/21245256.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UIHMAjNL_N_2%gSh9ZjFx]%1s.NIEOsnnhNG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/670243", "modelId": 599713} \ No newline at end of file diff --git a/datasets/metadata/670258.json b/datasets/metadata/670258.json new file mode 100644 index 0000000000000000000000000000000000000000..11547726d38aa440f4de6357a8bf1bf125a4ae34 --- /dev/null +++ b/datasets/metadata/670258.json @@ -0,0 +1 @@ +{"id": 670258, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-25T04:17:28.328Z", "availability": "Public", "nsfwLevel": 1, "description": "1
", "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 585169, "sizeKB": 167241.7197265625, "name": "670258_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T00:20:39.443Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6ADB68FF", "AutoV2": "6379D72954", "SHA256": "6379D72954C40C999A1FFD8B1CFC59936008C13C423C5F54C69CC31897BDCACB", "CRC32": "44DEC3F7", "BLAKE3": "7B8254C29DA77F848C9DB9E2B84D37A1486F0A50CD9C774507FC76702A398129"}, "downloadUrl": "https://civitai.com/api/download/models/670258?type=Training%20Data"}, {"id": 585568, "sizeKB": 36989.5078125, "name": "kawaii-000014.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T04:06:31.958Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "02522EB2", "AutoV2": "78C89891D9", "SHA256": "78C89891D94E8EF267B2057B73B7AC583CAF204A71E256B4017A1F517E9753C6", "CRC32": "491659C4", "BLAKE3": "195032CDA9698B964BCEE2F38D55892A2E4DD76D2672DE2A40B3D9B5E594B3F5", "AutoV3": "E331703631B1"}, "downloadUrl": "https://civitai.com/api/download/models/670258", "primary": true}], "images": [{"id": 21264227, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04b4ec91-ffb2-44f5-95db-e4dc7d043ab1/width=450/21264227.jpeg", "nsfwLevel": 1, "width": 512, "height": 840, "hash": "UaPiPE?a.9xu~qkXXlRjtRRjRjkD%MRjRPt7", "type": "image"}, {"id": 21264226, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cd598cf-5432-484c-b608-a538253fb011/width=450/21264226.jpeg", "nsfwLevel": 1, "width": 512, "height": 840, "hash": "UZOyFt?H.So3_NozXRW;S1WBjte:-;V@Mxt7", "type": "image"}, {"id": 21264228, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e4a2245-3c5a-49be-97c0-aef924891cb0/width=450/21264228.jpeg", "nsfwLevel": 1, "width": 512, "height": 840, "hash": "ULL;Hx~V^OpJ^RxupGNGK+F3-OadtlOEIopc", "type": "image"}, {"id": 21264247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12276bc9-a6af-46ba-a200-c134976d32c1/width=450/21264247.jpeg", "nsfwLevel": 1, "width": 512, "height": 840, "hash": "UFNKP601=v_2~AIpKPM{R.oz$%MypIr;xWR*", "type": "image"}, {"id": 21264229, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34d1f9e7-4479-4c41-b8e6-7cf90b5bac99/width=450/21264229.jpeg", "nsfwLevel": 1, "width": 512, "height": 840, "hash": "UeO3e3?GtQxu_NofoKRjRikCs.j[%MRjM{oe", "type": "image"}, {"id": 21264230, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/363f6037-d9f2-4a81-9a16-9ad230e008a0/width=450/21264230.jpeg", "nsfwLevel": 1, "width": 512, "height": 840, "hash": "UHLzdP~p01E2x^IU4noyQ,9ZD*M{x_t6wIxY", "type": "image"}, {"id": 21264231, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ce85c7b-0a30-4736-b1e5-4c7e99ed5f24/width=450/21264231.jpeg", "nsfwLevel": 1, "width": 512, "height": 840, "hash": "UKM6}I9Z=}xbvXt2?G-q^,%1k6RS~pWCoaM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/670258", "modelId": 599723} \ No newline at end of file diff --git a/datasets/metadata/670314.json b/datasets/metadata/670314.json new file mode 100644 index 0000000000000000000000000000000000000000..d2423ae2a58bc4c99ab39c1b8b24f65d60aaa390 --- /dev/null +++ b/datasets/metadata/670314.json @@ -0,0 +1 @@ +{"id": 670314, "index": 1, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-25T17:56:32.758Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 585244, "sizeKB": 254917.1953125, "name": "670314_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T01:05:43.345Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9F1EC0CB", "AutoV2": "92230DA1CC", "SHA256": "92230DA1CC666B4F4B538B6460D190DA5669B0BC42C91A7FF03C9604635EB64B", "CRC32": "EFEE223C", "BLAKE3": "E63CD5C80D2B57FC768F951D6E52A6DE329B38A45116591887D7BD3DB3AA813E"}, "downloadUrl": "https://civitai.com/api/download/models/670314?type=Training%20Data"}, {"id": 586916, "sizeKB": 18568.28125, "name": "nt00-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T18:01:25.491Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "FE9EE69F4C", "SHA256": "FE9EE69F4C627E4043105ECA8B3FA5BEFA166CAA42413EE10EC34B160CFF9287", "CRC32": "C78D6080", "BLAKE3": "E35853BEED9A3589993BD84514E98F989E7A9F5725D24875E7430F847C954720", "AutoV3": "8A886ABC4C70"}, "downloadUrl": "https://civitai.com/api/download/models/670314", "primary": true}], "images": [{"id": 21337991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f9caf5b-4f21-4837-9a43-ebb50ac82118/width=450/21337991.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UIK0vr$+GG?al.TJ^+WC5m^*sAR6v*DjnhtR", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21337988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eff1b423-a862-42f4-a87b-7e577ec2d8ea/width=450/21337988.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "U7M~qh~p56?H06?u0foh00x@%z-p03M_-p%2", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/670314", "modelId": 599771} \ No newline at end of file diff --git a/datasets/metadata/670343.json b/datasets/metadata/670343.json new file mode 100644 index 0000000000000000000000000000000000000000..b564af21dd3b406889dd56f78796338c73341eea --- /dev/null +++ b/datasets/metadata/670343.json @@ -0,0 +1 @@ +{"id": 670343, "index": 0, "name": "V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-25T17:55:01.535Z", "availability": "Public", "nsfwLevel": 28, "description": "added more resources.
", "trainedWords": [], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 585246, "sizeKB": 254917.1953125, "name": "670343_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T01:07:00.509Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9F1EC0CB", "AutoV2": "92230DA1CC", "SHA256": "92230DA1CC666B4F4B538B6460D190DA5669B0BC42C91A7FF03C9604635EB64B", "CRC32": "EFEE223C", "BLAKE3": "E63CD5C80D2B57FC768F951D6E52A6DE329B38A45116591887D7BD3DB3AA813E"}, "downloadUrl": "https://civitai.com/api/download/models/670343?type=Training%20Data"}, {"id": 586912, "sizeKB": 223122.67578125, "name": "nt00-000017.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T17:56:22.642Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "463475EA", "AutoV2": "02D78E0504", "SHA256": "02D78E0504107EC347BE619B1F0BCB9E84B297624B6650F6B9C07A893664C398", "CRC32": "30AD638F", "BLAKE3": "490E150331DB5F1F55F943ACC0FEE5AEAE96E66DB3D10D3BF22ED225C3CAA9A4", "AutoV3": "FA11F951044A"}, "downloadUrl": "https://civitai.com/api/download/models/670343", "primary": true}], "images": [{"id": 21337796, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b1927d0-1d9c-4f95-9f2f-f09442e4e344/width=450/21337796.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "ULIWs9}]9Z9bF2s:rrXR$iE2-TfhxGR*afWV", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21337795, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a0f11b3-73a5-4b58-aa9f-7d706a345ed4/width=450/21337795.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6M5^D;G?t{L]g%FE3%M00pH9H_3Hst%S~4V", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21337797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6225b2ed-39b4-4900-9011-afb561b12967/width=450/21337797.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UQK]v1}=NZwaD*xuaKIpE1E3W=Nbo}r@tkNF", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/670343", "modelId": 599771} \ No newline at end of file diff --git a/datasets/metadata/670519.json b/datasets/metadata/670519.json new file mode 100644 index 0000000000000000000000000000000000000000..776006ba51748a1f0958b2007d6a398d0f8bc724 --- /dev/null +++ b/datasets/metadata/670519.json @@ -0,0 +1 @@ +{"id": 670519, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-25T05:12:49.626Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 38, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 585663, "sizeKB": 223103.23828125, "name": "Asahina_Madoka_Himitsu_No_Cocotama.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T05:05:42.986Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E0CC73B9", "AutoV2": "DDC7E2D0D3", "SHA256": "DDC7E2D0D34896A110F1F4BFE7911047BF2053E70D9DE7971219F18FB3D0AD1A", "CRC32": "1DF5E37E", "BLAKE3": "EE70990982CCE08BF12E548CFE5DEBC40A080F10B2B4D4274C4E98F6E689DF5F", "AutoV3": "DA636A9233C1"}, "downloadUrl": "https://civitai.com/api/download/models/670519", "primary": true}, {"id": 585428, "sizeKB": 16977.5869140625, "name": "670519_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T02:56:20.163Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BDE0EDEA", "AutoV2": "C2E64421A9", "SHA256": "C2E64421A925FD4193EDF882A49B9BAD141D5A6D9E7AB4D118A3EF24E4E74A8E", "CRC32": "59F36CA5", "BLAKE3": "38AFCA51C028EF9DDE90064AC3E6498A3844FF28DD1028FB2B70669C0D0DB0B4"}, "downloadUrl": "https://civitai.com/api/download/models/670519?type=Training%20Data"}], "images": [{"id": 21269437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/625109d4-9fe0-4e61-ac88-877369ceda35/width=450/21269437.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UpN+YR}FPV#lEebJv~SgNGa#s,WVi{jrbvaz", "type": "image"}, {"id": 21269430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b47f00fe-839a-47fc-af4f-56cbda1fb5a2/width=450/21269430.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UfM$.6{}PW-AJ5W?#SofNHs.s.W;R6j[kVWB", "type": "image"}, {"id": 21269432, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35b5e144-0631-46f8-bb4a-86ae222a8ab4/width=450/21269432.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UnN+hp|_PV$MEJX9#SX8Ipj@s.S2rtjYXRWC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/670519", "modelId": 599952} \ No newline at end of file diff --git a/datasets/metadata/670562.json b/datasets/metadata/670562.json new file mode 100644 index 0000000000000000000000000000000000000000..71204326e735f1a5d54e6af9b40daac6bcacfee3 --- /dev/null +++ b/datasets/metadata/670562.json @@ -0,0 +1 @@ +{"id": 670562, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-26T02:09:40.114Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 587667, "sizeKB": 8591.1533203125, "name": "670562_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T01:10:45.235Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4E41D22D", "AutoV2": "150BFFC505", "SHA256": "150BFFC505DD9E153A03EA765E88B937D867DAE10B2CECC6A3817DE2016E61BA", "CRC32": "2385AA1B", "BLAKE3": "8D33E02D3336CDE9423C47B67D293923B930365C41B893D51507184D1497516D"}, "downloadUrl": "https://civitai.com/api/download/models/670562?type=Training%20Data"}, {"id": 587774, "sizeKB": 223102.00390625, "name": "Surrealism_1.0-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T02:10:58.137Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "66AB868E", "AutoV2": "97258FF1E1", "SHA256": "97258FF1E1E540542933363796EE3D901910C9EF598D429538CE929F4C37F07E", "CRC32": "E732FEA2", "BLAKE3": "0CD83B1050C1E9A60B9FF8FB3E99C30BBEABAB4F5618FA25C2181EEEE432D6AC", "AutoV3": "9C22FC0A9CC1"}, "downloadUrl": "https://civitai.com/api/download/models/670562", "primary": true}], "images": [{"id": 21388002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/454780ca-fdca-49b7-b921-ec82adb9228b/width=450/21388002.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJNbv4S20KspZKW;xXbIU^RkRPof-Dn*kCoe", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21388000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/318c8b24-0c9c-4845-a14e-c637087b60c4/width=450/21388000.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8I;-P-;[7xC80IrERIV00s:lAtR1QIo%0-p", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21387996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b5cd004-ee81-47f6-b481-c8856574d8b1/width=450/21387996.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFLgFG_2.RE22|JBX-s,02NcIp-US1jFD*Ne", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/670562", "modelId": 599992} \ No newline at end of file diff --git a/datasets/metadata/670579.json b/datasets/metadata/670579.json new file mode 100644 index 0000000000000000000000000000000000000000..aa317c22acbea04402d851f221cb41e81fb2b85e --- /dev/null +++ b/datasets/metadata/670579.json @@ -0,0 +1 @@ +{"id": 670579, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-25T04:09:34.913Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 585497, "sizeKB": 1082.5322265625, "name": "670579_training_data.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/670579?type=Training%20Data"}, {"id": 585577, "sizeKB": 223103.10546875, "name": "laquadia_legend_of_queen_opala.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T04:11:10.715Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "46350C87", "AutoV2": "1652CBEB8F", "SHA256": "1652CBEB8F8DEAA43523F5FA816260BAF74720802FC68AC10B7BFDE115DFB245", "CRC32": "3660A008", "BLAKE3": "F9632852171396CE79FD14A7D5BC1DA3325C16093009B93161CFE9E5E6295191", "AutoV3": "B905F00AAE2B"}, "downloadUrl": "https://civitai.com/api/download/models/670579", "primary": true}], "images": [{"id": 21263544, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/376c1ef6-df1f-4025-9603-6d15409cfdd5/width=450/21263544.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UEK01t={0yWUAaf5-nM|01s.=xRj}@t7oL%1", "type": "image"}, {"id": 21263546, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bf3b455-cc53-4a9a-b8c6-6f8fbeef3517/width=450/21263546.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGM?C*~V02M{Ff?H-pM}00XT-:RQtltR%Log", "type": "image"}, {"id": 21263545, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68d5fb4c-5d50-42c7-a92e-0b3c7ccc68e9/width=450/21263545.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UENl6^=_0L-O0N~U--IT5UJAiw$~%MNdob%0", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/670579", "modelId": 600011} \ No newline at end of file diff --git a/datasets/metadata/670621.json b/datasets/metadata/670621.json new file mode 100644 index 0000000000000000000000000000000000000000..c40785156dd185c1900ff7f7fe1a3334c9af0591 --- /dev/null +++ b/datasets/metadata/670621.json @@ -0,0 +1 @@ +{"id": 670621, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-25T05:08:03.999Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["peter_parker"], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 585588, "sizeKB": 74878.0986328125, "name": "670621_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T04:21:04.848Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3E6C72EC", "AutoV2": "4956C9FFAD", "SHA256": "4956C9FFAD117ADA6E61BD85849D3EB4BD9948DD3D27C783E9594AC11934F887", "CRC32": "A0830AB9", "BLAKE3": "B31FEA997F15697378DA8C83FD0454309643333B109C49EC1EC64B7857204641"}, "downloadUrl": "https://civitai.com/api/download/models/670621?type=Training%20Data"}, {"id": 585672, "sizeKB": 223099.89453125, "name": "Peter_Parker_Pony_XL_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T05:11:11.075Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "05DE04F5", "AutoV2": "DFD218236D", "SHA256": "DFD218236DA5105467E6DC7F537287802EABF1353256D3463287A3D607A3EB62", "CRC32": "C87F285A", "BLAKE3": "E507233E95F2ECC1F084A21AAD730570730C470A631A71971A73E9F3278BB9E2", "AutoV3": "A8BCD5690EE2"}, "downloadUrl": "https://civitai.com/api/download/models/670621", "primary": true}], "images": [{"id": 21281178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd20811c-6b2e-4321-a70f-9ee45f4b5c90/width=450/21281178.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U5C~J7Gq00%g0wvhFgiw02m,MJ9u:,GF}@xZ", "type": "image"}, {"id": 21281078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62abcbaf-bb0d-48d9-ae0d-5474a72c9567/width=450/21281078.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1856, "hash": "U9C6AXTJ5Qxv~V-pInxaBSxa-BS$tmbIVsNZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/670621", "modelId": 600038} \ No newline at end of file diff --git a/datasets/metadata/670788.json b/datasets/metadata/670788.json new file mode 100644 index 0000000000000000000000000000000000000000..498961e64eed1cc34ad1e253d54346a361518803 --- /dev/null +++ b/datasets/metadata/670788.json @@ -0,0 +1 @@ +{"id": 670788, "index": 0, "name": "b3", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-25T06:40:28.863Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 585791, "sizeKB": 223102.70703125, "name": "SD\ud2b8\ub9ad\uceec-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T06:40:41.046Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "11B7FE6B", "AutoV2": "846758FABC", "SHA256": "846758FABCBF5D8FD857DCF5FDF17D0226A73C263A872711C80389FAE309DC92", "CRC32": "61E8B65B", "BLAKE3": "3695AF554A4E9D5178F257BBA2A50794B3E8337EDCF822818F413B99ABDFA9CA", "AutoV3": "FA3EE116DC6C"}, "downloadUrl": "https://civitai.com/api/download/models/670788", "primary": true}, {"id": 585707, "sizeKB": 1426.283203125, "name": "670788_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T05:35:46.643Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "11D2E1E395", "SHA256": "11D2E1E39548470ACE7D03073BB4207D69F34CA71569B05106979E73209B6A07", "CRC32": "482A56FA", "BLAKE3": "B63010CDBD72A86C5E06FE1FD379AE91FAEA1CF4B5C108777A21ECC5E1C04442"}, "downloadUrl": "https://civitai.com/api/download/models/670788?type=Training%20Data"}], "images": [{"id": 21278207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d648fa39-1747-4679-945e-c1e28cc1160c/width=450/21278207.jpeg", "nsfwLevel": 2, "width": 800, "height": 964, "hash": "UvP?zKt7~qozogayaxjs?bayIUj[%MofRjWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/670788", "modelId": 600073} \ No newline at end of file diff --git a/datasets/metadata/670789.json b/datasets/metadata/670789.json new file mode 100644 index 0000000000000000000000000000000000000000..9142ca69411b72e04c6187265b0578afe41f014e --- /dev/null +++ b/datasets/metadata/670789.json @@ -0,0 +1 @@ +{"id": 670789, "index": 0, "name": "V4", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-25T06:27:08.693Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 585708, "sizeKB": 1426.283203125, "name": "670789_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T05:36:16.496Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "11D2E1E395", "SHA256": "11D2E1E39548470ACE7D03073BB4207D69F34CA71569B05106979E73209B6A07", "CRC32": "482A56FA", "BLAKE3": "B63010CDBD72A86C5E06FE1FD379AE91FAEA1CF4B5C108777A21ECC5E1C04442"}, "downloadUrl": "https://civitai.com/api/download/models/670789?type=Training%20Data"}, {"id": 585770, "sizeKB": 223102.70703125, "name": "SD\ud2b8\ub9ad\uceec-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T06:21:23.664Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6C676B8D", "AutoV2": "55FF0173BB", "SHA256": "55FF0173BB23D49CB1E9AB248F5CCB3DC6DDE6CA7558BEAD16318C9D8AB7A374", "CRC32": "A0310B55", "BLAKE3": "1B5441B37F8C0017C5F98D7DD4E75B6F933D039BBA2F87DC20EC845C009CC52B", "AutoV3": "B4FFBF660E99"}, "downloadUrl": "https://civitai.com/api/download/models/670789", "primary": true}], "images": [{"id": 21276949, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/baa3dc5f-3d36-4038-b318-844d2e251705/width=450/21276949.jpeg", "nsfwLevel": 1, "width": 221, "height": 235, "hash": "UXNmd8xt_2oOV~oMotWA_MRk-.xtRij?s;jc", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/670789", "modelId": 600073} \ No newline at end of file diff --git a/datasets/metadata/670880.json b/datasets/metadata/670880.json new file mode 100644 index 0000000000000000000000000000000000000000..64ec50cfdc9d958e8c7bbbb337ec97cf8287664b --- /dev/null +++ b/datasets/metadata/670880.json @@ -0,0 +1 @@ +{"id": 670880, "index": 0, "name": "V1 RK", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-27T07:29:29.868Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Brown haired boy with blue shirt and black pants", "Short haired boy", "Runaway Kid (Little Nightmares)", "Metal cuff on leg", "Hair covering eyes "], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 585862, "sizeKB": 2244.5166015625, "name": "670880_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T07:25:46.752Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "632C8D72", "AutoV2": "5E334530E8", "SHA256": "5E334530E8CAC4321A0262853EB4F2D1C8649C0D60922286780A8D761A8FADC1", "CRC32": "12911A01", "BLAKE3": "1AD967F1DBB28B5719E9007E551850A2CE9F598B12666D3B1FE3B0912D7ECDBD"}, "downloadUrl": "https://civitai.com/api/download/models/670880?type=Training%20Data"}, {"id": 590510, "sizeKB": 36979.1484375, "name": "Runaway_Kid_Little_Nightmares-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T07:20:45.146Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F1D45ADD", "AutoV2": "A6DC129618", "SHA256": "A6DC129618F27E016084D01D9841383BE891C4C2D36E32477AABDA75873BD941", "CRC32": "97C10397", "BLAKE3": "381080B5BDDD0523A3F652E6C5711709454364A3D55A2EE8040DDA0339027772", "AutoV3": "832651F1B64F"}, "downloadUrl": "https://civitai.com/api/download/models/670880", "primary": true}], "images": [{"id": 21560906, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc7e907f-e9c5-46aa-9162-ea380da7f400/width=450/21560906.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UlRC[6j[~q%Mofayofj[j@j[ayayt7fQayfQ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21560907, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1055d3b2-3524-462c-a3e3-9d48b71cd5b0/width=450/21560907.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U5B:y;%2_3Rj~qofM{WBM_WCWXt6RPWVt8oI", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21560905, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b33b3cf7-d248-4246-a607-05a5f43d4940/width=450/21560905.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U5BM_Rt7~qt7_3j[RjfQIAfQf+ayxufQkCfk", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/670880", "modelId": 600255} \ No newline at end of file diff --git a/datasets/metadata/670984.json b/datasets/metadata/670984.json new file mode 100644 index 0000000000000000000000000000000000000000..b05986956a9fe2f86fc357df0b1ec3744739ba77 --- /dev/null +++ b/datasets/metadata/670984.json @@ -0,0 +1 @@ +{"id": 670984, "index": 0, "name": "v1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-26T01:20:18.316Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["charnormal, blue eyes, drill hair, long hair, huge breasts, medieval clothes, belt, gloves, hat, thighhighs, gloves, skirt", "charnun, blue eyes, drill hair, blonde hair, long hair, huge breasts, thighhighs, garter straps, nun, habit", "charbikini, blue eyes, drill hair, blonde hair, long hair, huge breasts, highleg bikini, high heels, sunglasses", "charrq, blue eyes, drill hair, blonde hair, long hair, huge breasts, high heel boots, underboob cutout, garrison cap, black gloves, skirt, thigh strap, beltbra"], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 587554, "sizeKB": 9042.7861328125, "name": "670984_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T00:05:53.390Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "551C8023", "AutoV2": "BDF7E512E1", "SHA256": "BDF7E512E13183295D576478A85488251AFDE26A596C1B457781E9F5FA01A85F", "CRC32": "4D34B2EF", "BLAKE3": "8F1FF80A475AC497CE67586A9E5D7ED211DD915D88C3D875B8DE33E79D67524D"}, "downloadUrl": "https://civitai.com/api/download/models/670984?type=Training%20Data"}, {"id": 587641, "sizeKB": 223104.92578125, "name": "Charlotte_-_Last_Origin_\ub77c\uc2a4\ud2b8\uc624\ub9ac\uc9c4_-_3_outfits.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T00:58:13.326Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C6591BA5", "AutoV2": "8E8B3347FB", "SHA256": "8E8B3347FB2D4CEDCF65CEB094AEA1C86393FB6C4D3775076121E059C0187320", "CRC32": "C251DE66", "BLAKE3": "08E5B85FA0CB0C03F55519CD84CD010A45342C364EBB4C360830F231A7B9ED72", "AutoV3": "C3F4A7D4137A"}, "downloadUrl": "https://civitai.com/api/download/models/670984", "primary": true}], "images": [{"id": 21381966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7dc80f35-681d-4dc6-8b42-c96e3988eab4/width=450/21381966.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UIK1K~~TO,$~%fo#9HE202Ro%3I]9E?G$x-o", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21381967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06977f92-58f2-491b-9457-c6bdddc094ec/width=450/21381967.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UAQ[;{H;JL-o~petM{Inlmx_rxIWx@MvIn?c", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21381965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38e2028d-c9a9-43fe-8e4f-c2ad9b4852ce/width=450/21381965.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UBM7fUT1?[^$~BS3ELsoyCxBIVI^O]i^r;tk", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21381968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58977211-2ebd-48be-bdbd-e5082310dec4/width=450/21381968.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBNvuiMIT9Xn]]9GA2^E0uI8#kp10m9g-qou", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/670984", "modelId": 600341} \ No newline at end of file diff --git a/datasets/metadata/671006.json b/datasets/metadata/671006.json new file mode 100644 index 0000000000000000000000000000000000000000..8fe3df643f1a85d5a41718ecc6d6f96afac96a53 --- /dev/null +++ b/datasets/metadata/671006.json @@ -0,0 +1 @@ +{"id": 671006, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-25T08:14:11.488Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 585918, "sizeKB": 8185.1474609375, "name": "Misuzu_Tanahashi_DisgustedFace.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T08:16:01.272Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5491051A", "AutoV2": "E523F74979", "SHA256": "E523F74979E2C67B2961957EDD6CACAE90662779FBE1722C8D0845FF82BF1DC7", "CRC32": "BFABBF5B", "BLAKE3": "322525C6BCBDCBFE71D390F760858351919D730C66925645AAF72A99A7579070"}, "downloadUrl": "https://civitai.com/api/download/models/671006?type=Training%20Data"}, {"id": 585919, "sizeKB": 22235.60546875, "name": "Misuzu_Tanahashi_DisgustedFace-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T08:15:55.566Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "95D3368F", "AutoV2": "A34E4DF239", "SHA256": "A34E4DF239D8B95C9841FD10296FEB607B7F12126EC143315E7B3DA32278F91D", "CRC32": "E1BEB35C", "BLAKE3": "0C9CC095325A9A4BE92C5F3CFDDD2B4592E24626D2F3F9BEDD22A0CB5DD56123", "AutoV3": "B13E8E7C180E"}, "downloadUrl": "https://civitai.com/api/download/models/671006", "primary": true}], "images": [{"id": 21287166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/441e8938-1337-4983-a6c7-32cb693b658e/width=450/21287166.jpeg", "nsfwLevel": 2, "width": 852, "height": 1280, "hash": "UWON8;~ptm?H00-:x]xtx]a~nOR*?cofxZRk", "type": "video"}, {"id": 21287037, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d962c9d5-9097-441e-af7c-bf6b48893535/width=450/21287037.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UWOWpc~px^?H00-:%Mxtx]a}i_R*?vofxYR*", "type": "image"}, {"id": 21287028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84eb6ecc-d153-46a6-a3a7-21c857b651f0/width=450/21287028.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UWOWpc~px^?H00-:%Mxtx]a}i_R*?vofxYR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/671006", "modelId": 600361} \ No newline at end of file diff --git a/datasets/metadata/671085.json b/datasets/metadata/671085.json new file mode 100644 index 0000000000000000000000000000000000000000..353065eff255bca9e578413a2b8fe9de21fd05d6 --- /dev/null +++ b/datasets/metadata/671085.json @@ -0,0 +1 @@ +{"id": 671085, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-25T09:29:16.878Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 586038, "sizeKB": 18547.3359375, "name": "Margot_Monet_Sally_Stark-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T09:30:44.138Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "DF2C9AD7AD", "SHA256": "DF2C9AD7AD3FDD724781982729556085453E13BDF910A921D7005155390695FE", "CRC32": "AC00B4A9", "BLAKE3": "9F6CA403B70AC97C6E6C00534B4467B348D766E2857B12244700D1C60108D72A", "AutoV3": "58C66B6A79F6"}, "downloadUrl": "https://civitai.com/api/download/models/671085", "primary": true}, {"id": 586008, "sizeKB": 33806.5185546875, "name": "671085_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T09:12:43.415Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "152B510C", "AutoV2": "5D67D9FEC2", "SHA256": "5D67D9FEC214C3CB86F33324B596A7C64F09EB285D93809B711BEC43ECAA08FF", "CRC32": "29ED418B", "BLAKE3": "75D371EFBDC2EAF738304CED24C5E57F0E358219910539E2FDBE0806D49552B5"}, "downloadUrl": "https://civitai.com/api/download/models/671085?type=Training%20Data"}], "images": [{"id": 21293235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7028fd4-4e10-4bbc-80b7-6e6b7f979991/width=450/21293235.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "U7F4=%;S0w2lD5=|EeI.1YEf}G]:?aNG-W-W", "type": "image"}, {"id": 21293238, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9df83bb0-e22b-4f5b-94a4-9b5f71594093/width=450/21293238.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U6E_v}^+0000H?M|^j?G0LRj~Vx]R.xt0LE1", "type": "image"}, {"id": 21293234, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8493bbe-f2ca-4600-80e1-7e40e87c5db4/width=450/21293234.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U6Cr~3?G009Ywct6M{oK4.NG~pxu4:jtkWW=", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/671085", "modelId": 600433} \ No newline at end of file diff --git a/datasets/metadata/671119.json b/datasets/metadata/671119.json new file mode 100644 index 0000000000000000000000000000000000000000..9657dc9d353d9831e825e0813a1923758d3dd772 --- /dev/null +++ b/datasets/metadata/671119.json @@ -0,0 +1 @@ +{"id": 671119, "index": 0, "name": "V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-25T10:57:22.730Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": [], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 586054, "sizeKB": 2805.201171875, "name": "671119_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T09:46:22.768Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "74DD141E", "AutoV2": "DA33958B55", "SHA256": "DA33958B55873717932FE563A6ACAA71148CBC96C00F50F47D727BB3F89145AE", "CRC32": "1E3FF326", "BLAKE3": "BD4CADDFEECA1C6775547C906AF064E102AD20E6BC996A77C1EFB18005E9C259"}, "downloadUrl": "https://civitai.com/api/download/models/671119?type=Training%20Data"}, {"id": 586174, "sizeKB": 223100.10546875, "name": "margot.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T10:55:39.550Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6E79C979", "AutoV2": "E4AD3B95AF", "SHA256": "E4AD3B95AF98BF44B34B18761A6ABEC93F4933F16799A0F70D6B508995CA0843", "CRC32": "C68ADF17", "BLAKE3": "1B7B24284FF8A940B49B475D9373C366AC8AEA32C0FD25D94A623E3883B6D443", "AutoV3": "927F585A344C"}, "downloadUrl": "https://civitai.com/api/download/models/671119", "primary": true}], "images": [{"id": 21300329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a531a98b-374f-4451-a279-5555f718cc58/width=450/21300329.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8EU+X-q000c00M{~W%MEKoMsER%^+oyIURQ", "type": "image"}, {"id": 21300327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47b27b4c-b570-4630-9550-f17af3639137/width=450/21300327.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEEeDu}^0J0J4.In-p-qEdWUsEag-qxbRjM{", "type": "image"}, {"id": 21300326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fafc78d-5937-4690-9cbb-7b7829b08aa3/width=450/21300326.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9ExP9}^00000JIn~D?H0cRj}^%3-;oyIVVu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/671119", "modelId": 600460} \ No newline at end of file diff --git a/datasets/metadata/671180.json b/datasets/metadata/671180.json new file mode 100644 index 0000000000000000000000000000000000000000..24119a5f5acb5eaddea729d85813de819c44fe36 --- /dev/null +++ b/datasets/metadata/671180.json @@ -0,0 +1 @@ +{"id": 671180, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-25T10:56:52.506Z", "availability": "Public", "nsfwLevel": 1, "description": "the
", "trainedWords": [], "stats": {"downloadCount": 38, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 586095, "sizeKB": 3277.9189453125, "name": "671180_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T10:10:50.732Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DBD68447", "AutoV2": "2E5C79125B", "SHA256": "2E5C79125B8B169D1F1D4EAB2F408FFEF27ADA53280672DD8DD1E43B3D8E52BD", "CRC32": "9A3BFDA8", "BLAKE3": "8A545A2BAD56DCE669B3B02E25A86E5753B668477CC53A0C7ABF274C3CF18F6F"}, "downloadUrl": "https://civitai.com/api/download/models/671180?type=Training%20Data"}, {"id": 586172, "sizeKB": 223100.23046875, "name": "Tsujimoto_Natsumi_Pony_Version.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T10:55:51.029Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "647227C3", "AutoV2": "8AB7294FC0", "SHA256": "8AB7294FC0BE8DD99D01068AF0BC9BC9E226FB13C4022EFD30051D766BF9AB66", "CRC32": "FC14D918", "BLAKE3": "355B03FBDB8334143BBD90C9BBEA75F867B516F8C6E5F014C2C653429AB74343", "AutoV3": "7D0FC3E322B9"}, "downloadUrl": "https://civitai.com/api/download/models/671180", "primary": true}], "images": [{"id": 21300252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c99c6f60-b7e7-46c6-93ae-0f904db32b1f/width=450/21300252.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKN7~q^l?KRh9[-XbLELETNe$$sR$lxBs+I.", "type": "image"}, {"id": 21300254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a2f5701-e7c8-4092-b895-b34fa6f1a9bb/width=450/21300254.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTKc#Vt8^ns:RVR%xts;%Ns:W9R*%3j[NFay", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/671180", "modelId": 600514} \ No newline at end of file diff --git a/datasets/metadata/671296.json b/datasets/metadata/671296.json new file mode 100644 index 0000000000000000000000000000000000000000..fa886466003a7bea64717c0eed8e13c6cfbf25ab --- /dev/null +++ b/datasets/metadata/671296.json @@ -0,0 +1 @@ +{"id": 671296, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-26T00:10:25.168Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Pink eyes, Red eyes, Glowing, glowing eyes, "], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 587556, "sizeKB": 223104.80078125, "name": "concept_Glowing_eyes_Style_Prima_Doll.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T00:06:15.338Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F9D098E6", "AutoV2": "D63017F6B4", "SHA256": "D63017F6B47E4CB2BDFC5AED6F7F55D1A2E63AC9E6DE1CDDDC42BF7B8E81DB6E", "CRC32": "0DF6C4E3", "BLAKE3": "53EA05130DDE232B304DA47F5CF5772F78FAF4748BDEE6885DC64D48F607465C", "AutoV3": "9BAFC8A74211"}, "downloadUrl": "https://civitai.com/api/download/models/671296", "primary": true}, {"id": 586236, "sizeKB": 11360.193359375, "name": "671296_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T11:35:46.367Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D107403E", "AutoV2": "159965EE7F", "SHA256": "159965EE7FF57AA848528A34FA2B1373FDC0E7DCB2F1B7860528D0C9E735339B", "CRC32": "B4ED4238", "BLAKE3": "2F441A670A155C5BF1A0E4F1BAE1BE29DE7D6A6B799BF47094ED8CA8682FD2C2"}, "downloadUrl": "https://civitai.com/api/download/models/671296?type=Training%20Data"}], "images": [{"id": 21380524, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1061a3ae-e4b9-4031-a532-d04adfdf7b54/width=450/21380524.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBBfemWE0d%M$VaJR$WB0-xa~CNbX9axNGWA", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21372188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0e71588-47ff-4b81-a33b-0c4896f4e0dc/width=450/21372188.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJA^qoj]57oM%Qfljcjs5qfR=dfkKQjswdWX", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21380515, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acebbb40-156d-468c-a9eb-7d166784d7ec/width=450/21380515.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCEB~os:00WC_4oe9bWB1#WV}tof1ja}rXWB", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21380518, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7be4d8fb-740d-4b77-8961-2c068727d465/width=450/21380518.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGFY$I.8.St8yExu^ks:9[V@={RP~Ws:NaWB", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21380522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a86ab62-a5fd-4da3-9d9f-3f23c6899c6f/width=450/21380522.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKAn7*kD9_j]yGj[XRj[E-a#$+ayOtj@xCay", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21380529, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a038ce15-08a1-4e0c-b74a-b70550603285/width=450/21380529.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOC?.;X99Xs:tpbIV=o0JWjZ-UazX4n$aeWC", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21380537, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a43afb4c-eb2c-4868-8d7d-676465a32bf4/width=450/21380537.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCG*]f00.lMe0q%1$eIU0Kx]=dbv~ANGS#Si", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/671296", "modelId": 600617} \ No newline at end of file diff --git a/datasets/metadata/671368.json b/datasets/metadata/671368.json new file mode 100644 index 0000000000000000000000000000000000000000..52f932ce09f3770e98d1364ad4809164c8c9f214 --- /dev/null +++ b/datasets/metadata/671368.json @@ -0,0 +1 @@ +{"id": 671368, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-25T13:44:58.009Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 586319, "sizeKB": 141064.6787109375, "name": "671368_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T12:37:19.985Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "126C916C", "AutoV2": "E03AC683C9", "SHA256": "E03AC683C97944C55BF3E7AE767EE0623D01264998E5C87CDA75D05B9E5A4DFF", "CRC32": "7FFDC51E", "BLAKE3": "310F5C23C9351F1DF4EDFAD57939F796B02823E6428C0C382296116D038FD97A"}, "downloadUrl": "https://civitai.com/api/download/models/671368?type=Training%20Data"}, {"id": 586447, "sizeKB": 223100.19921875, "name": "Rainbow_Slime-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T13:45:45.348Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "410B62CF", "AutoV2": "34C0219C8A", "SHA256": "34C0219C8A007FFA47A5710F03849E931ED1AE21365CD3161768A5F74D60C1E2", "CRC32": "81C6D3D0", "BLAKE3": "BF69D0AB88C34204A2BA4EDBE941EEA2D91AA3B20D7E3C1CF6740F3C0C355263", "AutoV3": "2460610D994F"}, "downloadUrl": "https://civitai.com/api/download/models/671368", "primary": true}], "images": [{"id": 21314333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6662a188-636b-4661-88c8-e433e45d3a8d/width=450/21314333.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGDkWn.0y2g3t0wr#mWEi;OuajW=0^N7#+Sb", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/671368", "modelId": 600681} \ No newline at end of file diff --git a/datasets/metadata/671410.json b/datasets/metadata/671410.json new file mode 100644 index 0000000000000000000000000000000000000000..966f02aa5a873b08be46ff7525d60c17806ce248 --- /dev/null +++ b/datasets/metadata/671410.json @@ -0,0 +1 @@ +{"id": 671410, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-25T14:00:47.377Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": [], "stats": {"downloadCount": 22, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 586357, "sizeKB": 119868.5048828125, "name": "671410_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T12:55:44.165Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B1A34FC3", "AutoV2": "9B3E0A6A74", "SHA256": "9B3E0A6A745A62A80E9CFAFD43C6CA2528183CE15CF331ECA1DDA2B146B15D91", "CRC32": "830B2C81", "BLAKE3": "D96F32F8D638DB75C3513DE909BF3871DBB2CE6C8ABACEFBA0BB5C1D012078EE"}, "downloadUrl": "https://civitai.com/api/download/models/671410?type=Training%20Data"}, {"id": 586476, "sizeKB": 223101.29296875, "name": "White_Slime-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T14:00:40.861Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6C1C4C52", "AutoV2": "ADEFC1C15D", "SHA256": "ADEFC1C15D4FF0121FFD9FDD24EB0ADC15E36A74C526BB86E1E9885AD0331E09", "CRC32": "1F086B93", "BLAKE3": "4FC060BE9D7C7DD1DD4BFE349EFB0CB8364909A0C78A3A5321D7601E216DB0BA", "AutoV3": "7062B85D3816"}, "downloadUrl": "https://civitai.com/api/download/models/671410", "primary": true}], "images": [{"id": 21315976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2d50a9a-f062-44aa-be4a-7a4ab75c2221/width=450/21315976.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMMtgb^%ET-n0zofxufjO]%1WqRkk]oeRjo0", "type": "image"}, {"id": 21315978, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0efb601-8277-4d54-8345-3f7f473c0459/width=450/21315978.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHLXPl02wG00Z}tm=_kW.8X.Q,-;k?_N^jI[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/671410", "modelId": 600720} \ No newline at end of file diff --git a/datasets/metadata/671422.json b/datasets/metadata/671422.json new file mode 100644 index 0000000000000000000000000000000000000000..656db872556a899c12191e775e85a4394045b96f --- /dev/null +++ b/datasets/metadata/671422.json @@ -0,0 +1 @@ +{"id": 671422, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-25T13:55:22.594Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 586366, "sizeKB": 79761.3544921875, "name": "671422_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T13:01:25.028Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2A952542", "AutoV2": "D05B43FADA", "SHA256": "D05B43FADA6D84CB5B5CF01DD8858D6AA273639069FBD17600C5D2D97411B0E7", "CRC32": "1A52AECD", "BLAKE3": "B503DEE72D1E937FA78DD171617BEA6753C87CFA7884EE35B2596CF062B0AFD5"}, "downloadUrl": "https://civitai.com/api/download/models/671422?type=Training%20Data"}, {"id": 586472, "sizeKB": 223100.80078125, "name": "Pink_Slime-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T13:55:32.071Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F744AEC4", "AutoV2": "5F2DB231ED", "SHA256": "5F2DB231EDC8744AB4599662860991C7004C43795CDF35C28BFAD2A94301246C", "CRC32": "9DA722C9", "BLAKE3": "11207866A8289B6430AD7197F8BBC85F562B0422B54DDA7FF5B532B7203CDE45", "AutoV3": "BBD03B5D2A5F"}, "downloadUrl": "https://civitai.com/api/download/models/671422", "primary": true}], "images": [{"id": 21330185, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0eb49b81-f22a-4226-b409-4a7013f13d3e/width=450/21330185.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3Mx%s]:EZ}02}]=jdSd9:,vJMsEI+wHnhau", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/671422", "modelId": 600730} \ No newline at end of file diff --git a/datasets/metadata/671451.json b/datasets/metadata/671451.json new file mode 100644 index 0000000000000000000000000000000000000000..5084d263e2be12125fa745a640149ab854681ac0 --- /dev/null +++ b/datasets/metadata/671451.json @@ -0,0 +1 @@ +{"id": 671451, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-25T14:19:12.518Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 17, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 586509, "sizeKB": 223100.22265625, "name": "Golden_Slime-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T14:16:51.033Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AEFC9BAF", "AutoV2": "9B48C83DD4", "SHA256": "9B48C83DD4D3EA6373B35628AF4B2577F8667C4C17971040B5BD3676D1F6339F", "CRC32": "3020AC8E", "BLAKE3": "4315E67C775FC0109067F6D09A3E55D37E775B5B4FAE6E612CCD583CF10C94C5", "AutoV3": "6FB9B33CF79C"}, "downloadUrl": "https://civitai.com/api/download/models/671451", "primary": true}, {"id": 586386, "sizeKB": 156872.8955078125, "name": "671451_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T13:10:36.042Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "69E82F43", "AutoV2": "1B850F9F79", "SHA256": "1B850F9F7900A5A9D7AE56AE9233BBA827572C2397010F7BF34795822F883E90", "CRC32": "05859340", "BLAKE3": "BC638332CCE72963B1C15F818BE82D59A3143124C05F192E951747306D6F92AE"}, "downloadUrl": "https://civitai.com/api/download/models/671451?type=Training%20Data"}], "images": [{"id": 21317595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9dc4e709-60ea-4a82-9ec3-d092eb7852f0/width=450/21317595.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4O2c$00Gr~q}n4qyDDh0ppI8w?^8wpdDl4T", "type": "image"}, {"id": 21317596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73016ebe-3c70-416d-a7a0-d1159d8a0075/width=450/21317596.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8NbD95A00~UD%wa8wXntTX9EmNevfaxNHiw", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/671451", "modelId": 600754} \ No newline at end of file diff --git a/datasets/metadata/671467.json b/datasets/metadata/671467.json new file mode 100644 index 0000000000000000000000000000000000000000..b8e869e1031407a2c15f717920a19f7e9c0e60b4 --- /dev/null +++ b/datasets/metadata/671467.json @@ -0,0 +1 @@ +{"id": 671467, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-25T14:25:52.145Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 586521, "sizeKB": 223100.54296875, "name": "Black_Slime-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T14:27:24.621Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A269CEFB", "AutoV2": "84786CBBDD", "SHA256": "84786CBBDD78FD715B924D8E0746F5750536F612E491B60C1EF6DF6F7FBE23EA", "CRC32": "A071644C", "BLAKE3": "AD45FBE3F5F16A3A062F1FE893C72BE395AD032AD9F86B7C98A0BCF1268646E5", "AutoV3": "4799F24E71C1"}, "downloadUrl": "https://civitai.com/api/download/models/671467", "primary": true}, {"id": 586401, "sizeKB": 74730.34765625, "name": "671467_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T13:20:37.770Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CEAF72CE", "AutoV2": "87BFC6593C", "SHA256": "87BFC6593C1864E705226F47CA741C4BCEA681CA6FA38B5D94A088D2DCBF65FA", "CRC32": "1FF83DDE", "BLAKE3": "2C65EF09FE622D9ED002839C5C684811A5205B883730D698ACB3D6E282B56B1C"}, "downloadUrl": "https://civitai.com/api/download/models/671467?type=Training%20Data"}], "images": [{"id": 21330394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11502d51-938b-484b-bbe6-eb627cf57f17/width=450/21330394.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U271l[M{00xu~qIUIU%MofM{az%M?bRjD%xu", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/671467", "modelId": 600768} \ No newline at end of file diff --git a/datasets/metadata/671476.json b/datasets/metadata/671476.json new file mode 100644 index 0000000000000000000000000000000000000000..29d7452aec35a7d4b3825f038352092aba580512 --- /dev/null +++ b/datasets/metadata/671476.json @@ -0,0 +1 @@ +{"id": 671476, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-25T14:39:44.519Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 586409, "sizeKB": 141117.0419921875, "name": "671476_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T13:26:41.585Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5069F4B8", "AutoV2": "46AF2D4E65", "SHA256": "46AF2D4E65C98AC4AD97064F31FA6BD3048A0FFED29F1FD9B45495F078F541B9", "CRC32": "CA8FF2CE", "BLAKE3": "341FBACA720E2856A11B9BDC31294F7442A14E7B7ECFA89A919A9B585891510B"}, "downloadUrl": "https://civitai.com/api/download/models/671476?type=Training%20Data"}, {"id": 586548, "sizeKB": 223100.34765625, "name": "Blue_Slime-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T14:41:45.104Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3F71A5A2", "AutoV2": "59ECB194A6", "SHA256": "59ECB194A64C20DC2FBF03D4E0296A49BB140C33D5B054BAD2B88EF28353B4D2", "CRC32": "632D88E9", "BLAKE3": "4F50678D32BDD44E9C3B36FDB4106741EBAF06380D5F17775CB019B30D8C90B2", "AutoV3": "4DC5E383C75D"}, "downloadUrl": "https://civitai.com/api/download/models/671476", "primary": true}], "images": [{"id": 21319421, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6468884-a4f6-47a8-abcd-beab4f4a7fd9/width=450/21319421.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UC5=[Sx|xls~VUN7R1V;o*tRbKjXpMbKg9bL", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21319424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47537a48-706c-4132-8b21-5b8c15f969e8/width=450/21319424.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UH3S=oV?j9j[WHoYjdjoo,WFawjXV=oZk7b1", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/671476", "modelId": 600774} \ No newline at end of file diff --git a/datasets/metadata/671483.json b/datasets/metadata/671483.json new file mode 100644 index 0000000000000000000000000000000000000000..abae6ea3f7a1e6d1bb6f3bb28be61a95063c1062 --- /dev/null +++ b/datasets/metadata/671483.json @@ -0,0 +1 @@ +{"id": 671483, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-25T14:35:54.713Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 586416, "sizeKB": 82251.2763671875, "name": "671483_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T13:25:47.861Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "ECE321F5", "AutoV2": "96B1761F4C", "SHA256": "96B1761F4CBE6169ABB8874127D140C6D56B4566EF96E5BF1444067BD67944A7", "CRC32": "D211E57A", "BLAKE3": "32DD38F5DFFE8D47D70CEBA6BB5B5DEBFD1DFF27D7FFFD099FF639C87049011D"}, "downloadUrl": "https://civitai.com/api/download/models/671483?type=Training%20Data"}, {"id": 586541, "sizeKB": 223100.41015625, "name": "Green_Slime-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T14:35:46.972Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "86EA4CDF", "AutoV2": "D63525D408", "SHA256": "D63525D4081923B784C6A548B69F2C9CD94500D018188EA55087C14A9CB2C07C", "CRC32": "70A2CFF9", "BLAKE3": "ECB9F8D494CA9E4EFA9679DEF93A55DECD1E1BA15FAA80DE4410D0D8A51F8CA0", "AutoV3": "523FD5ED2471"}, "downloadUrl": "https://civitai.com/api/download/models/671483", "primary": true}], "images": [{"id": 21318993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41ac2f82-67c2-4896-afee-e5d12a0e8bb8/width=450/21318993.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UF9naxQ[$.cR+CkCrNWBwkbqnmbXVHV@pnVu", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21318995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0536fa85-a603-4c93-ace3-9f2f78f4a8b4/width=450/21318995.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U88RJtD8x[jdUnVJpEi~MAy-QpayHcijk-X4", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/671483", "modelId": 600780} \ No newline at end of file diff --git a/datasets/metadata/671491.json b/datasets/metadata/671491.json new file mode 100644 index 0000000000000000000000000000000000000000..15f368df98e9afb64c3f635e7f985bfa8ce32da6 --- /dev/null +++ b/datasets/metadata/671491.json @@ -0,0 +1 @@ +{"id": 671491, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-25T14:29:25.359Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 586425, "sizeKB": 100166.720703125, "name": "671491_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T13:31:12.284Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "45E52EA4", "AutoV2": "E072735C5C", "SHA256": "E072735C5C4AE268EF9B37AD23C67CC5DA501B2BDBF8AC7718C2150D97A9C733", "CRC32": "0C423A1B", "BLAKE3": "FC2DCA4B1FB6371CD9EE85FA5BC34300A8AF7CC00CB3F46528C43958E1B0F3F0"}, "downloadUrl": "https://civitai.com/api/download/models/671491?type=Training%20Data"}, {"id": 586532, "sizeKB": 223100.66796875, "name": "Mezzo_Slime-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T14:31:31.145Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FB76734F", "AutoV2": "D57422EF4D", "SHA256": "D57422EF4D3F79FD6209A6CC610FDE048BB97AED281374047F244A01ED9D6719", "CRC32": "D311F413", "BLAKE3": "5E5784244FDCE486F54C4D1F7C687182331B956AC265A639EB21B34AD16864A7", "AutoV3": "44F235D6EA89"}, "downloadUrl": "https://civitai.com/api/download/models/671491", "primary": true}], "images": [{"id": 21318613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1aedd2fa-f027-402f-abb4-93f25964b8ec/width=450/21318613.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTN5%|$$R+$h}BkTs.oe[=WVWCJ89_R+R,n+", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21318616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e4b1c00-9ae5-482f-b4f3-5155baff3a09/width=450/21318616.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7PBl#^4,p;4^2M$SzW:|@NK9{J9wKo_jGt5", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21318614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aab1eca6-09b8-4d5f-8e9b-a7a4d01c915c/width=450/21318614.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHM:T5WCig,?1y$~=IruN1t4}:n7}DJA]m-9", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/671491", "modelId": 600786} \ No newline at end of file diff --git a/datasets/metadata/671550.json b/datasets/metadata/671550.json new file mode 100644 index 0000000000000000000000000000000000000000..c5f6aa9bbe0368d23f2f2a3009ca8fd99256407f --- /dev/null +++ b/datasets/metadata/671550.json @@ -0,0 +1 @@ +{"id": 671550, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-25T14:53:42.288Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 586486, "sizeKB": 117772.712890625, "name": "671550_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T14:12:11.950Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F76BC656", "AutoV2": "BE0A897FEC", "SHA256": "BE0A897FEC588F4F8D21F2FE2D847FE6F0C627D3062E48671B0C456278A97B32", "CRC32": "2EE7B4A5", "BLAKE3": "46AEA22197ED226F930DC2E10D70B38F9173CD1464FBB5491F105EE5598428DE"}, "downloadUrl": "https://civitai.com/api/download/models/671550?type=Training%20Data"}, {"id": 586569, "sizeKB": 223100.47265625, "name": "White_Pink_Tentacle_Slime-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T14:50:42.036Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8ABC7ED9", "AutoV2": "D1D7C054CF", "SHA256": "D1D7C054CF4A9686FFBE05E5D41BE47D88E0D10FF1EAC7E0B1795B5CEBEF8928", "CRC32": "3A5272DC", "BLAKE3": "424877D99EA511348A725D8EED687844F6B2F6AF17E110CAD984BF4AFAC3C55B", "AutoV3": "0F006810D9B0"}, "downloadUrl": "https://civitai.com/api/download/models/671550", "primary": true}], "images": [{"id": 21320707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bce15d0-6373-4678-8459-f780f129de9a/width=450/21320707.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UcM?GYRjNGt7*}oLR5ay}]oLxaWU-Wj[Szn%", "type": "image"}, {"id": 21320708, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25eb3e40-e36d-4424-aae7-f44966dad8d9/width=450/21320708.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UXOAiixa}aR+Q-WBNtWUu4kCEyr@E1sBxat7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/671550", "modelId": 600832} \ No newline at end of file diff --git a/datasets/metadata/671567.json b/datasets/metadata/671567.json new file mode 100644 index 0000000000000000000000000000000000000000..76083247172fb33eb020f0bc4e39d7cb84136065 --- /dev/null +++ b/datasets/metadata/671567.json @@ -0,0 +1 @@ +{"id": 671567, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-26T16:08:17.846Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 586505, "sizeKB": 584.123046875, "name": "671567_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T14:15:39.960Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "3CB0F99274", "SHA256": "3CB0F99274B0EDCD52303538FB93074E19C858224F092B68FEB4F9448C5BC074", "CRC32": "ECE82278", "BLAKE3": "7298940BC1BBE13FAD4D2D94DF8D7B6B4E6533E180AD8DD89060F748B7971C79"}, "downloadUrl": "https://civitai.com/api/download/models/671567?type=Training%20Data"}, {"id": 589051, "sizeKB": 223102.28515625, "name": "masquerade_legend_of_queen_opala.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T16:06:20.438Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4463BFFF", "AutoV2": "B7A1B50DCF", "SHA256": "B7A1B50DCF41DC310DF97B5A364C045A49B9F43CA5A7F46615017C18850C2405", "CRC32": "B7197C53", "BLAKE3": "B1DCE5052B5A00596A4A5A260AEDC5160B0FD8DC9F9FD1BA03AAC8F5EE3740C7", "AutoV3": "DF78873E5A25"}, "downloadUrl": "https://civitai.com/api/download/models/671567", "primary": true}], "images": [{"id": 21469000, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b0ba366-010d-45f7-829c-13f41534e4b8/width=450/21469000.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UIIWAz~AIY$kt$kQN;bFV#xH}@s:ScW.OBs.", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21468882, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06a1d2ba-673d-4932-8dad-75c6202e625c/width=450/21468882.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UIHmi+}]9OM|F|X7${NYD=sq^k$+-hoKNMs;", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21469005, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99404e7e-da7b-410a-95f6-4a687330f1c8/width=450/21469005.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "ULJZut-Z03xa0fxtNWM|4xs:~CV[XwI.EKxZ", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/671567", "modelId": 600848} \ No newline at end of file diff --git a/datasets/metadata/6716.json b/datasets/metadata/6716.json new file mode 100644 index 0000000000000000000000000000000000000000..312bba1b1519ef2fb314934b15dabafa88f0a57f --- /dev/null +++ b/datasets/metadata/6716.json @@ -0,0 +1 @@ +{"id": 6716, "index": 0, "name": "syndra_v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-01-30T02:18:47.220Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["syndra"], "stats": {"downloadCount": 1204, "ratingCount": 150, "rating": 5, "thumbsUpCount": 170, "thumbsDownCount": 0}, "files": [{"id": 7524, "sizeKB": 42498.3076171875, "name": "syndra.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-03T00:15:10.225Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "928F1A63", "AutoV2": "65BAEE8271", "SHA256": "65BAEE82716F68302FA5B464C672CB7848798CCC6CB0BA900F2A8CA06C32468A", "CRC32": "A276F5AA", "BLAKE3": "7AFF799D00BD4D2B731A1A470971ADDEB742EE5A521D6C7A2C8E3DD47C303B84"}, "downloadUrl": "https://civitai.com/api/download/models/6716?type=Training%20Data"}, {"id": 6902, "sizeKB": 147533.759765625, "name": "syndra-000037.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-01-30T02:21:02.904Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "0A51C1BB", "AutoV2": "E4CD0D76AF", "SHA256": "E4CD0D76AF8D767C0EFC4F31FC99B951108CC64A738D0103E7AED79288525A4D", "CRC32": "9EF00043", "BLAKE3": "EF28DBDB965E8DAF2605ACDD4B04AF8C592E32837CEA225AE09ABCF262026E4B", "AutoV3": "FCABDBBF08C7"}, "downloadUrl": "https://civitai.com/api/download/models/6716", "primary": true}], "images": [{"id": 61186, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c6c3322-5a04-4783-4f31-6263106b5100/width=450/61186.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UVHVF$rso{%e?^V@%2x]9bxtf5xuD+x]V@RR", "type": "image"}, {"id": 61196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1838f989-24b8-4e42-ed0b-bc596e412200/width=450/61196.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "UOGk{?-;^~?Z~oo5x@W,xsIVogt7f$aixvoh", "type": "image"}, {"id": 61190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c8f608d-34ac-40de-234a-04663d4ab100/width=450/61190.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "ULF~NrRQXcxo~oRVt2EKtMM|WU%KkQM{xt-:", "type": "image"}, {"id": 61189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a1b15ef-3093-46e4-49b4-06ddd8998300/width=450/61189.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UPG+N---%YMy_N%dt6V@I{Rpj{oINQt8xvWl", "type": "image"}, {"id": 61188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46269754-435b-4f06-cb6c-36fe82010800/width=450/61188.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UQI=DJ%3K#pHt:Rn?ckWEUo@N2Wq4rtR%NIX", "type": "image"}, {"id": 61187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1dc0487-0ecd-43b7-f654-69cc65336d00/width=450/61187.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UEHK^Y-555J700OGIoWB0JM_~C-V^+t7IpNH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/6716", "modelId": 5763} \ No newline at end of file diff --git a/datasets/metadata/671658.json b/datasets/metadata/671658.json new file mode 100644 index 0000000000000000000000000000000000000000..9b9dd93bd1d4a6f0e9defd1843b16c9639fa25d1 --- /dev/null +++ b/datasets/metadata/671658.json @@ -0,0 +1 @@ +{"id": 671658, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-25T16:04:09.271Z", "availability": "Public", "nsfwLevel": 17, "description": null, "trainedWords": [], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 586606, "sizeKB": 121188.6044921875, "name": "671658_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T15:18:37.016Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F5FAA795", "AutoV2": "F00AE820BC", "SHA256": "F00AE820BCB4E0C9190917E2CF3DEBD3864650350E999556307671FE0CD7602F", "CRC32": "EA0F9F33", "BLAKE3": "96AE49F7F4FA79C9F870A319047CBA1246345FF10325145B32682414E497B0F8"}, "downloadUrl": "https://civitai.com/api/download/models/671658?type=Training%20Data"}, {"id": 586725, "sizeKB": 223100.48046875, "name": "Silver_Slime.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T16:06:16.766Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "95EB1476", "AutoV2": "6D0F74BDE1", "SHA256": "6D0F74BDE12F0EBC3A8376E0EAB397BE8FE394628180DA2996715D240B1D6F15", "CRC32": "0653AAB3", "BLAKE3": "D97840C9BBD6FB80D41C5377147D415406B2B9775DE793997EC74825A830F32A", "AutoV3": "BB848701DEA6"}, "downloadUrl": "https://civitai.com/api/download/models/671658", "primary": true}], "images": [{"id": 21326909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee5b11c3-f0b5-4604-8701-1739989e5021/width=450/21326909.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHGSAa4nWBxu?bM{WBj[~qofD%ayfQWBofIU", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21326907, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd0ecbb5-34f8-48f7-b753-78f0ae1eea5e/width=450/21326907.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U1CsjjD%00^+00x]ayD%00?b?bIU~qD%9Fxu", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/671658", "modelId": 600934} \ No newline at end of file diff --git a/datasets/metadata/671699.json b/datasets/metadata/671699.json new file mode 100644 index 0000000000000000000000000000000000000000..7a6e02a27ea166c5bbdab6552b315d98f9135453 --- /dev/null +++ b/datasets/metadata/671699.json @@ -0,0 +1 @@ +{"id": 671699, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-25T19:07:28.740Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 586640, "sizeKB": 24251.0537109375, "name": "671699_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T15:26:24.697Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "865E8F63", "AutoV2": "4092EFC6B6", "SHA256": "4092EFC6B691BD8AD62F28408DA12DD55844FAA2E8C64B75B1BAD14DEB1AC97B", "CRC32": "F267C7A4", "BLAKE3": "083A7C90B03B6153D8844DEEC4EFF08E5A065F03B25950D70ABE64CA465C346C"}, "downloadUrl": "https://civitai.com/api/download/models/671699?type=Training%20Data"}, {"id": 587020, "sizeKB": 223100.71484375, "name": "Captain_Planet-000019.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T19:06:19.783Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7B732452", "AutoV2": "B4BC58601C", "SHA256": "B4BC58601C75C5B51CDA95D934AA2AD19BF478D49FFACDE3B11ECF8A32AE96ED", "CRC32": "E738149F", "BLAKE3": "1BB8DDBB9533BC1D4C0CEC64551138A7CF2956DFC3AAF26528C2C9ACFEA43CF1", "AutoV3": "A96C11A493E9"}, "downloadUrl": "https://civitai.com/api/download/models/671699", "primary": true}], "images": [{"id": 21344094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af27c8e4-3f76-4757-b768-2ed07bd93dd7/width=450/21344094.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDB|BJH?Ki9].TIBxvIpTdR#$,v%5Zb]n3$$", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/671699", "modelId": 600968} \ No newline at end of file diff --git a/datasets/metadata/671717.json b/datasets/metadata/671717.json new file mode 100644 index 0000000000000000000000000000000000000000..0088d7ffebba6ba711d29e504870ded13fc7e1e3 --- /dev/null +++ b/datasets/metadata/671717.json @@ -0,0 +1 @@ +{"id": 671717, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-25T18:59:31.931Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 586661, "sizeKB": 83010.2568359375, "name": "671717_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T15:36:33.945Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C5CAB82F", "AutoV2": "0036D41477", "SHA256": "0036D41477DCE1B20C142914DA6055D9700D3C1FD409927D3A251E6D31EBA1F0", "CRC32": "52E04343", "BLAKE3": "58C7ADF0354CB710143E67BE5BFCA2629660E9F74A87014BC2F7BF26CF558AFA"}, "downloadUrl": "https://civitai.com/api/download/models/671717?type=Training%20Data"}, {"id": 587012, "sizeKB": 223100.73828125, "name": "Doctor_Blight-000012.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T19:01:13.686Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D5D91948", "AutoV2": "00ACA909A1", "SHA256": "00ACA909A119A19EA0712142492686B655AAB868DCC63BA334D261164C9AAB34", "CRC32": "00A591E0", "BLAKE3": "AFC1E2A537B6FAA60BF06F6C39ABC548817B67DAE3BE21DD1515A79645B8FB42", "AutoV3": "49D18B701121"}, "downloadUrl": "https://civitai.com/api/download/models/671717", "primary": true}], "images": [{"id": 21343340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15593438-d868-42e1-83e7-350dd90ac48b/width=450/21343340.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCF#:x9t00~CyoVtrcs*9@%M#sJ%9tNZ=|rt", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/671717", "modelId": 600986} \ No newline at end of file diff --git a/datasets/metadata/671737.json b/datasets/metadata/671737.json new file mode 100644 index 0000000000000000000000000000000000000000..d3ca80779e7b3891744e9512c58ddfe618f04a36 --- /dev/null +++ b/datasets/metadata/671737.json @@ -0,0 +1 @@ +{"id": 671737, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-26T05:28:12.364Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 588055, "sizeKB": 223104.26171875, "name": "Pepe_The_Frog-000017.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T05:30:41.810Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "14830BAE", "AutoV2": "BA030722CD", "SHA256": "BA030722CD61EAAB73F68A6F06936257BBAE92FA6D1C01480B92ECE1C6A3D6CC", "CRC32": "94B99806", "BLAKE3": "2617BABCE08CA1241F4248DC85E9F2840EF96153160EDBCE0EE4594DE87899EE", "AutoV3": "9BA83CB5A232"}, "downloadUrl": "https://civitai.com/api/download/models/671737", "primary": true}, {"id": 586673, "sizeKB": 33406.6103515625, "name": "671737_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T15:46:13.758Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5F2F82CD", "AutoV2": "DBE15D3206", "SHA256": "DBE15D32061FB21C06AA22D4697DC832C5F505ADBB50B1C7D55D638F94EA0188", "CRC32": "2E1EB61D", "BLAKE3": "92208B6ECCABF2497F86F6F5449108847F1BA025D0C1ED4629913E949D3AA784"}, "downloadUrl": "https://civitai.com/api/download/models/671737?type=Training%20Data"}], "images": [{"id": 21410942, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd0462cb-fd19-4951-a9b7-94164916b781/width=450/21410942.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UB9*Jq~Vrp%J~0-iM:t7DiIVIuRR5ZD-RORQ", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/671737", "modelId": 601004} \ No newline at end of file diff --git a/datasets/metadata/671742.json b/datasets/metadata/671742.json new file mode 100644 index 0000000000000000000000000000000000000000..c535ef05948c3b125ba5537dbfe34dd44272b771 --- /dev/null +++ b/datasets/metadata/671742.json @@ -0,0 +1 @@ +{"id": 671742, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-25T18:04:42.629Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 586802, "sizeKB": 121897.9716796875, "name": "671742_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T16:51:15.563Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D29295E5", "AutoV2": "95A080D87B", "SHA256": "95A080D87B072070B01085E0487587E4C3DFE900F34D5428133C98906BD4FC72", "CRC32": "938D0E14", "BLAKE3": "5CAFA291E8A8AF1779158329EB342AC8C7DE4D1CBB723A29AE9A8BADC791B0A9"}, "downloadUrl": "https://civitai.com/api/download/models/671742?type=Training%20Data"}, {"id": 586930, "sizeKB": 223106.34765625, "name": "Project_Possible_muplur-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T18:05:46.966Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "563F2581", "AutoV2": "EC267983EE", "SHA256": "EC267983EECBB687207E9C560256A09E5DE6861C4CF834B9263B8D4CD7C91E38", "CRC32": "F69C61BA", "BLAKE3": "6978669FEF6849BE7AFED25E5AD257A6FE37BD69FF09ECF037062679069CAFE8", "AutoV3": "AED89E4F0629"}, "downloadUrl": "https://civitai.com/api/download/models/671742", "primary": true}], "images": [{"id": 21338537, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee8fb67b-184a-493e-baf6-13482f28bf79/width=450/21338537.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U6Gbbd~900IK+r_N_2Ze00D+?KEzJ*9GD+I^", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21338538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a130caa9-63dd-4ceb-a34d-ec02129389e2/width=450/21338538.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCINN?9Y^60fE1}?^kNF55V}IUE%4oAHRP~B", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21338540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e89bcee3-0588-4661-b146-347b61290784/width=450/21338540.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UAHnvx}mM_9uI;tSRQ-UI]WAoKs:4pxt-.Ip", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/671742", "modelId": 601008} \ No newline at end of file diff --git a/datasets/metadata/671826.json b/datasets/metadata/671826.json new file mode 100644 index 0000000000000000000000000000000000000000..bfe18c1a886e5176b6c4f5c6e5748e1b5913ef77 --- /dev/null +++ b/datasets/metadata/671826.json @@ -0,0 +1 @@ +{"id": 671826, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-26T15:48:36.460Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 586772, "sizeKB": 891517.4912109375, "name": "671826_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T16:36:29.967Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9A42AD85", "AutoV2": "73D452FD4E", "SHA256": "73D452FD4E1A523D42FFD4192EA5009EB89491C683D904D2B939DE7DD79018F3", "CRC32": "FA9F04C0", "BLAKE3": "2929ECDDA1A4BA012B6E5342A905507B4C5CFF5BE3762EF1A185296565B7161C"}, "downloadUrl": "https://civitai.com/api/download/models/671826?type=Training%20Data"}, {"id": 589017, "sizeKB": 223181.34765625, "name": "Mike.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T15:51:11.886Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "82B92DB4", "AutoV2": "AAA3500100", "SHA256": "AAA3500100144F97FEB7100BC1B2CE71909C6C0551B06194728C48FFDDC3CDD0", "CRC32": "66C242EA", "BLAKE3": "F6C4092EE122E35179CB882C8AECB4DF6CBFA9B899398E1B4404B32D06E2DA4D", "AutoV3": "097E5E48A83A"}, "downloadUrl": "https://civitai.com/api/download/models/671826", "primary": true}], "images": [{"id": 21466308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd15ef2f-53da-42f3-8219-87b2ddd30b65/width=450/21466308.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U584Ja-qt1Rj~BRjENj[nMR*NIs:EOof$foc", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21466309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/820bc04d-5a1d-4ee2-830b-e33ed027987a/width=450/21466309.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGGu,kWB_NM{?vj[RjaxxuWBD%oyxvaeWBof", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21466307, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58e27b31-8cb2-4b19-b9ed-5fd911e3c4e4/width=450/21466307.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U57^od9^NH-6~BIpRk$*9t$%adNb0~-Us.EM", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/671826", "modelId": 601076} \ No newline at end of file diff --git a/datasets/metadata/671975.json b/datasets/metadata/671975.json new file mode 100644 index 0000000000000000000000000000000000000000..9140ec09d56fe58ec5e93379e641375f299e63bc --- /dev/null +++ b/datasets/metadata/671975.json @@ -0,0 +1 @@ +{"id": 671975, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-26T15:47:23.029Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 586934, "sizeKB": 980137.8935546875, "name": "671975_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T18:10:55.271Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A3849641", "AutoV2": "6B1FAA561A", "SHA256": "6B1FAA561AE532C304B69DADC1CB2DB5D1D94415EFEC710F875247C1DB997F4F", "CRC32": "E3526BC5", "BLAKE3": "1F6B6BF1EBB4B1C10EFEDD89EA3FEC0861C18605925AC943F04F46102F0F1E80"}, "downloadUrl": "https://civitai.com/api/download/models/671975?type=Training%20Data"}, {"id": 589008, "sizeKB": 223187.58984375, "name": "Aleks.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T15:45:55.549Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9A6CBDA6", "AutoV2": "6097AD446F", "SHA256": "6097AD446F367F43F8FEAF0CAE374F91AD507E7EE7EA7977C4F99614D08ADA5D", "CRC32": "0920A1AE", "BLAKE3": "DC082EBE6C9E46F184DD8D84B79275E9D8C58E916AE71F1FD15CF9C3DD0EA87E", "AutoV3": "C8B08D89AFFB"}, "downloadUrl": "https://civitai.com/api/download/models/671975", "primary": true}], "images": [{"id": 21466213, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1665fb90-d940-4b6c-ad67-102a01dc9888/width=450/21466213.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJGa:=IU8_xu9Zxus.V@~9V@WYkCIUoJSiRk", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21466216, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a95ea1e7-3bb2-42cc-85c5-60b732a43670/width=450/21466216.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U3HBl4i]%KWE01~W%#xv00000MIUD4-;00NG", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21466215, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8ee6498-b687-4988-9c93-606f47e02601/width=450/21466215.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5I61k0000%gAg%g?w%gH;xvv|S$0N%LDNM{", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/671975", "modelId": 601208} \ No newline at end of file diff --git a/datasets/metadata/672042.json b/datasets/metadata/672042.json new file mode 100644 index 0000000000000000000000000000000000000000..3fd5e6db4c45e028bae0f2067818e6b0324dfa8c --- /dev/null +++ b/datasets/metadata/672042.json @@ -0,0 +1 @@ +{"id": 672042, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-25T18:56:01.823Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": ["angewomon", "ladydevimon", "fairimon", "renamon", "rosemon", "sakuyamon"], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 587002, "sizeKB": 249220.2265625, "name": "digimon_pony_v1_mx.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T18:56:17.677Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "00E7C2BC", "AutoV2": "9E143DF03D", "SHA256": "9E143DF03DDB8E7DD52D4206E140FA27BEAAF70A8C33D7419E3AA13CCB374B2E", "CRC32": "4357315D", "BLAKE3": "57A878CE4512485A29B18E89DDE49E46540A65F7AAC2624BFB53A15D86F92692", "AutoV3": "17A2A6C22193"}, "downloadUrl": "https://civitai.com/api/download/models/672042", "primary": true}, {"id": 587004, "sizeKB": 2787758.579101562, "name": "training data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T18:56:52.364Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8B7E47BE", "AutoV2": "2BE5F37B24", "SHA256": "2BE5F37B249794517A1BCDCA0DE67FECAD2CE63AF6FE5C950EB172466DCA9B9E", "CRC32": "82B01B5F", "BLAKE3": "2493B2CAED7AF863EC28B2B5EE68A7DF11EB96B9084CCD26631A0CBB3873853B"}, "downloadUrl": "https://civitai.com/api/download/models/672042?type=Training%20Data"}], "images": [{"id": 21342678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1999272f-f460-4f32-9bbd-4df36b52c150/width=450/21342678.jpeg", "nsfwLevel": 4, "width": 1170, "height": 1559, "hash": "UBI;ht0M0K?J,CIUXAR5?w-B%2IV-?-.M|%2", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21342713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/326bf5c2-d0d4-4b79-9206-878cc8997578/width=450/21342713.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UCKv%Sw{07%NB#XS%#i^?wnhz=kY0LShRji^", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21342927, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/364e90aa-e3bd-409b-8a3a-f813be1749bc/width=450/21342927.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "USIDUS%N~Abaxb9^N1S2ET9]ocj@IWV@nOs.", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21342724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5269b200-e8a2-48d7-bcd2-af28e64e04ed/width=450/21342724.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UBKJx@00tH05-?IQbxIC00I-^l?A}h5H-;xv", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21342935, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87de9c7e-ef91-4bbe-b4d3-d25b70b5706a/width=450/21342935.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UDH1un-@kbt8~XEB0ON1k9E5^hR+w?Iu-oxt", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21342977, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4354f99a-be36-43a9-9cee-48561d1879fc/width=450/21342977.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "ULJGK:?Y9,M,#eNLv#s+z{MzNZkC+[t1ggoz", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21342929, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb83329f-041c-4b3a-9faa-7a9072a25aaf/width=450/21342929.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UQHxiqM|0dxa*BIVR9oN%YRjryog-XWUJOoM", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21342926, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbae124e-371c-4833-91cb-ad2545dfbc7e/width=450/21342926.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UDID%nX2t_-:?=xt_3xu^$RkM}fS=}M{V|af", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21342930, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e4d06c5-0ee3-45eb-886e-43142faa5e81/width=450/21342930.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UFKw02VZoS_2%~xrx^kWCAxupIaK4qWH-UM{", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21342933, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a11cfa2-2769-4834-8344-4983da6f6792/width=450/21342933.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "UBK0s+03^#,__MId^QpA5a--I_ix03--Inx]", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21342928, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba74dd8a-bae1-4018-8252-e83173bdc190/width=450/21342928.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "U7D[a.-.2SI..g-UMM9[05I=U|nlML5SX,;l", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21342932, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1687312f-d18a-4270-9417-fda5bc9df119/width=450/21342932.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UNLpUT?a_Mav?@%O?ut89Et6j3t7^jRjE1W9", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21342934, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/926985c8-ca7e-4a68-8388-b836d2152537/width=450/21342934.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "U5KTMf}?EKF}HdK4ujUw?|Vs8x~CdGyD2d4;", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21342936, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63c29fb5-a6c2-4459-bdf6-d464fa0b41f1/width=450/21342936.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UMK1F6~UR$#kj;MxE-xZ58aKI^NdsD%M%1xu", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21342938, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83bcd585-34d5-4e36-9bcb-35400a425edb/width=450/21342938.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UIHKqq~B-gE5ALOE-mxuN3acaJt8MywuD+Io", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21342940, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e431a87-0426-47a3-9383-d954dccca89e/width=450/21342940.jpeg", "nsfwLevel": 8, "width": 768, "height": 1024, "hash": "ULH,|$~CUEP8?[r?xtk8S1M{S~kWxHWBt7XS", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21343064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92953b19-bf0a-4318-a043-865688b0be01/width=450/21343064.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "UTI}q~~VpwjWt.oct7%LIXa%RPR+Vuo#RlRR", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21342939, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb3f6ba9-a5b1-40ac-bf80-e2c65de8242f/width=450/21342939.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UJHLCvxr%gXRNSIqbwV[cYx]R.sSS8tSs8j[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21342942, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce43b4ab-3d12-401e-aba0-749313e73fc9/width=450/21342942.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UJL.xwIl~DjWA0I]nM$+n3H@D%R6-U%2IqIp", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21342984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea46fea8-e9ec-4073-948a-adb4ff1063d6/width=450/21342984.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "UUH1xw~WkDNeIrNdxbspEOM|s.j?IVM{jFjE", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/672042", "modelId": 601262} \ No newline at end of file diff --git a/datasets/metadata/672055.json b/datasets/metadata/672055.json new file mode 100644 index 0000000000000000000000000000000000000000..75dc5d3cb36b377d4bde89b3486e2c7f2edfcbe3 --- /dev/null +++ b/datasets/metadata/672055.json @@ -0,0 +1 @@ +{"id": 672055, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-25T21:12:47.570Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 587106, "sizeKB": 44148.6689453125, "name": "672055_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T19:56:15.963Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "38BE8A4B", "AutoV2": "8540A47272", "SHA256": "8540A47272220F7F00C946FC7755F52F9F3D6694C7B1D923EDDFF2AB76C0AC90", "CRC32": "1A474724", "BLAKE3": "8E837B9455BF4202AFFC040A9D8679D5019071AEC7A969209D9BBD0D828BA8CF"}, "downloadUrl": "https://civitai.com/api/download/models/672055?type=Training%20Data"}, {"id": 587247, "sizeKB": 36978.671875, "name": "Parker_Whitlock-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T21:11:42.515Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1CA93003", "AutoV2": "55E3B83F9F", "SHA256": "55E3B83F9F6F275AB45C4A1CB0ABEA7BA16A32A410A46EAB463BBE43DF72B33E", "CRC32": "8EB3E2D4", "BLAKE3": "F8A623D094020A233BC0C9B6B74E4E354A660E57C784FB96A5346B516EE2C838", "AutoV3": "4E23EF4B973C"}, "downloadUrl": "https://civitai.com/api/download/models/672055", "primary": true}], "images": [{"id": 21356676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd5735b0-d85e-4376-96b8-078354665b2a/width=450/21356676.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UJIg_y9Zp{axWUNG^*-;D%xZ4oRPx]t7%MIU", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21356674, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d66c690-c68b-4d2e-8e3c-fd3df2912678/width=450/21356674.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UJH_Sux^PV~WM{-=%0%24.DiDi4.kVxaoMNH", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21356675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf20dae6-bbe8-41d8-83b1-10e38338a55d/width=450/21356675.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAECF2010e~pMw%L?axu9_xZIAV@Rht7o39Z", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21356673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69fcfbaf-bac5-4dbf-82ff-c1d1aeb2589a/width=450/21356673.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEG*+z007g={%KE2~Vxa4:?G9GE2ODs.xuNH", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21356672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6534f7d4-1152-4bd9-84ba-51b4ba5492b5/width=450/21356672.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFF#m,~VPBOX^*-pxtW=0fE2IBw^NsM{%1Rj", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21356677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec48db7a-e96f-45ae-a819-b5be553346dc/width=450/21356677.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFE_~$9Z0f~qInNH-o%1EM-oM{9aEKofs;e-", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21356679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5dc06881-5bca-4b2b-8211-77b38b50c503/width=450/21356679.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U9F#gq?b00014.In-Sw[58Nco3~V4.IV=|WV", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21356678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f46123b1-1d9e-432d-8eb8-bb3f588edf38/width=450/21356678.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEF5T^~V010fITNG%1$f0MIpw|%ME1Ri-poy", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21356680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61fe4709-a334-4521-af83-0b5408895a0b/width=450/21356680.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGFEu}4oTc%1~UE1xZof0y-onioyS1xtxa%L", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21356686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a25d9567-1f11-4b8b-81b9-556dc6ec4135/width=450/21356686.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UCEC5y015RE2s*S2Nb~Vx[R+$fa#EM-oE2I:", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21361696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d02ea581-385c-4c4d-87aa-d12c4f37fcb3/width=450/21361696.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UZJ7di~WyXNcE1M{aKIoWBW=M|%1NGRjofaz", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21361697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0fec9fc-6357-44be-b53f-fd2989db1cef/width=450/21361697.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U8E.Ost60zD*-l~V%M9u0LE2DO$g4.E1j^xF", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21361700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a3ebc1e-12b5-4766-bfca-90fcb73251af/width=450/21361700.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKE_%C4:0e~WbYa}xFa}EL%2V]IVNFofxtjZ", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21361699, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f1258c5-d6bd-4d56-831b-ff8b274715de/width=450/21361699.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UPG*j00LAD~VE1xujERkNHxZt7IoIoxuWBt6", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21361698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cec201e-6058-421c-a0db-67663ab6fd71/width=450/21361698.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UAD+b*In0g~p%KIp-o?G0Lw]D%4:Naxts;NG", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21361701, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cce4c3d2-f3c4-4747-bfe4-1d7c17f77af0/width=450/21361701.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UBELvr4.01~Ws%kX?G-p0LxZr?IUtSsl9aE2", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21361810, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65825ee2-ff57-4c86-a856-6b79801e9885/width=450/21361810.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UDE_%C000f~VM{xa%1R+0f?GV^E1ITtRxZof", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21361814, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f837802-e795-42cc-862b-af03dcb54249/width=450/21361814.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UBGuUQ4.u4~Ws8%MX8nN00MxDix]XSjYV@b^", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21361811, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d18b72e1-c77f-48ee-a0fe-d97b7d2fad2b/width=450/21361811.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UFDu}PV?AD.8~VD*Io-oIU%LMxEM56xuxuWB", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21361809, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35fc66d8-bbbd-4b85-a118-4403482d7fc6/width=450/21361809.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBFE[p~W0101%I$z-n9a9a9aD*~B9ZRj%2xu", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/672055", "modelId": 601272} \ No newline at end of file diff --git a/datasets/metadata/672069.json b/datasets/metadata/672069.json new file mode 100644 index 0000000000000000000000000000000000000000..d57788fefcc09131c55a02fd3a1aa1b968c9262a --- /dev/null +++ b/datasets/metadata/672069.json @@ -0,0 +1 @@ +{"id": 672069, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-25T19:07:07.051Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 587026, "sizeKB": 8838.9169921875, "name": "Airi_Sega_DisgustedFace.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T19:11:04.175Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "59878D6F", "AutoV2": "68F5C74A09", "SHA256": "68F5C74A09E88073D345559425AE7FE5F9367E6E9FBDD42E9818F3D6199D1DE4", "CRC32": "1D88890B", "BLAKE3": "23361585300923CD1C1E0975296ED931915871021D3FC5743F5FECC6A6F0A0D5"}, "downloadUrl": "https://civitai.com/api/download/models/672069?type=Training%20Data"}, {"id": 587027, "sizeKB": 22237.02734375, "name": "Airi_Sega_DisgustedFace-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T19:11:17.429Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A500542F", "AutoV2": "1171E0768E", "SHA256": "1171E0768EFC069A4C99F0EA03727C92C4C958300744B5DE5DE68E841513EFE2", "CRC32": "FCD77592", "BLAKE3": "D33A9D5A6FD9DE2BFB92B2ACB194649F5C6B4F8FAE1ABD121F62338777919803", "AutoV3": "C6898231133A"}, "downloadUrl": "https://civitai.com/api/download/models/672069", "primary": true}], "images": [{"id": 21344796, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fd8fd2e-621b-42f4-af94-e45975f6ba5a/width=450/21344796.jpeg", "nsfwLevel": 1, "width": 852, "height": 1280, "hash": "UlO:nn%M?^t7NFj[%Mj[NyRjsmofxtWBx]of", "type": "video", "hasMeta": false, "onSite": false}, {"id": 21344110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/807823d8-0b20-4545-8de1-eee1a5f444f2/width=450/21344110.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UmOpfJxu_Nt7R$j[%MofS6RjsmofxaRjx]of", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/672069", "modelId": 601286} \ No newline at end of file diff --git a/datasets/metadata/672131.json b/datasets/metadata/672131.json new file mode 100644 index 0000000000000000000000000000000000000000..9de8c5a4a1569baa368bc57ecae01b5061e5a956 --- /dev/null +++ b/datasets/metadata/672131.json @@ -0,0 +1 @@ +{"id": 672131, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-25T19:48:59.808Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["andrea_sussman"], "stats": {"downloadCount": 33, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 587101, "sizeKB": 111370.6826171875, "name": "670292_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T19:50:41.370Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3DF5CE41", "AutoV2": "43E0A56371", "SHA256": "43E0A563717A8DC98D751D896BAD8E95F9F25EE82BAE3411A82A28846B6970F6", "CRC32": "E56E28AC", "BLAKE3": "912153D8DDAF04CF345DCCB8A5241B32ABA02393A3C12FABD73954FA82EFC7DC"}, "downloadUrl": "https://civitai.com/api/download/models/672131?type=Training%20Data"}, {"id": 587103, "sizeKB": 223102.80859375, "name": "Andrea_Sussman.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T19:51:17.796Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A1064F85", "AutoV2": "3575042DA4", "SHA256": "3575042DA4327CB4793D9807C1065A261F30FECD9D374FF4D745CBD3F29F77FC", "CRC32": "43BCF13C", "BLAKE3": "5DF5DA1B69FBC0496C2D22504467CA8B6ADA90DCF13BBABC886F3E165C9A4CA0", "AutoV3": "3DDE1D58F38C"}, "downloadUrl": "https://civitai.com/api/download/models/672131", "primary": true}], "images": [{"id": 21347847, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81242fef-5ae6-4cad-9c4d-e5b3ad28ac29/width=450/21347847.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UMGl3L9ZX*~V?t9Z~pWA9FD*%39GD,nOVrIB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21347843, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f483f9e-60fc-4f7b-a27e-68de3cdcdd52/width=450/21347843.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UqGcbq_Kk7M|M}tQxao2SwWCs;oM-nxsWTR%", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21347846, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d826270f-c055-49f4-aa46-da88c355d7ae/width=450/21347846.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDCip|?a00E1x,%ex_I[0eo}~W%1K7Sg%E?Z", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21347848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa3ac8f3-5887-4139-9fd7-b5629efd518a/width=450/21347848.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UFEpiQ~WARp%~Vw~OXXk57I:-;xKO=tj?Z-o", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21347840, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/226b80c2-b3d0-4e8e-8caa-81ec9d735e4e/width=450/21347840.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UOI~0rE1EM%2~p9G?G-otmD*MKMy^jDj9a-:", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21347842, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a4b841f-1296-4b4c-876d-f7e28e9a6ec0/width=450/21347842.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UTCHG{yCSwkD_LyBtPW;I.xt%1axJCkCsAn%", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21347841, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/095d1d71-630c-4f06-b387-7434fa7de096/width=450/21347841.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U7F~gT00BLBg_0InfC9c00-:_3^k02Iq~T-U", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21347844, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/279413ff-68fe-40d4-b3bb-edd602d34d4f/width=450/21347844.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UZIN{;_2OAIp~V%L%Mxu9FV@xu%LE2afMxoL", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/672131", "modelId": 601347} \ No newline at end of file diff --git a/datasets/metadata/672139.json b/datasets/metadata/672139.json new file mode 100644 index 0000000000000000000000000000000000000000..e3c8eb9da369ee255c0104000550ad227d429195 --- /dev/null +++ b/datasets/metadata/672139.json @@ -0,0 +1 @@ +{"id": 672139, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-25T19:52:07.572Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["kevin_whitney"], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 587109, "sizeKB": 223103.06640625, "name": "Kevin_Whitney_r1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T19:55:35.413Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9A3A086F", "AutoV2": "ADF878DA4F", "SHA256": "ADF878DA4F1CB81805B3E30C8BA305C252E2998E756E991488A2484897A7629A", "CRC32": "64F1B746", "BLAKE3": "4BBAEB132F0093BD7B4D4C2F96A56127FD8CAD07C1CE969822B7BF790DDE5DB9", "AutoV3": "0CF062308962"}, "downloadUrl": "https://civitai.com/api/download/models/672139", "primary": true}, {"id": 587108, "sizeKB": 140758.1494140625, "name": "670285_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T19:55:47.065Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C46DEFAF", "AutoV2": "987EB3E6DA", "SHA256": "987EB3E6DADADEE0668451FE02DA7C72ECC9FD576473714F0C6697BDA1A37B40", "CRC32": "82268CFB", "BLAKE3": "911ADA79096FF25C2EEA916FE77D04252B2B2BA0461DC0A46F7B362D6FD5D21E"}, "downloadUrl": "https://civitai.com/api/download/models/672139?type=Training%20Data"}], "images": [{"id": 21348167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2476b870-c3d7-4a59-aad5-72d6e70141c8/width=450/21348167.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UdI5er~T%e--wIt6W=WX4pM|r?RkO=M|wdaf", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21348166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e34f478e-c6b4-4395-b670-586aa51d2351/width=450/21348166.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "USIEqR~o9a9a?GWEIWM|_2?aWCRjNft7sos.", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21348169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/810ea964-c094-44a1-bd71-fed7a7db30dd/width=450/21348169.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U8A1bAx]00r=~nM{9caKV;RPtmoz4Yo}%wXS", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21348170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c121c06-a9ab-4637-b61e-a23ab19d3797/width=450/21348170.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UJF~pl0NbuVY=^00x[X800?F?GNw59_MMxMy", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21348168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/643a68e5-5926-4624-9c08-130b362bb4a4/width=450/21348168.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UNHot2xtcXS5O[V[$zt79FWBQmn%}kozENV@", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21348176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d34bc96-c902-49b7-ba0f-72b79cba8c5d/width=450/21348176.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "URFiMH_LEOR*oytQ%LtQ9aIVnPoLNaRQRPae", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21348174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2abdc41-83e1-4b8c-bedf-34c5a3bc3680/width=450/21348174.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U5Ey^^.Q00oHY%NGD,WC04Mf~9$%8xbvrXni", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21348177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adb9e0a2-3ad2-480e-9c6b-06724ccdeb4f/width=450/21348177.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UAHLq_009yrr00=}9[yW00?a-AD*y=E2,bZ$", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21348178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdf07dc7-d21e-48b4-99b4-2edf775479c9/width=450/21348178.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UCFYfH01%IIV~n0M%gR501S#x[MyD,-.VrOs", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21348175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a2e734c-42bb-4fb7-994f-179f7c10ce5a/width=450/21348175.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U6D0JpHX9?~CGtDO%g^%4TTKx]nN5Zx=%F8}", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21348179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c96c6b0-5c24-4319-a4b9-0f9edcbef9b8/width=450/21348179.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UaFYY|%MRjt7~o-:f+oc?G%LozWAkDxuoyaf", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21348240, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26b1b90e-76de-48ff-bb76-bdaac6d15bfb/width=450/21348240.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UTCHG{yCSwkD_LyBtPW;I.xt%1axJCkCsAn%", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/672139", "modelId": 601355} \ No newline at end of file diff --git a/datasets/metadata/672387.json b/datasets/metadata/672387.json new file mode 100644 index 0000000000000000000000000000000000000000..f0a558c2e636c3e852ce6746c48a3300418a5e3b --- /dev/null +++ b/datasets/metadata/672387.json @@ -0,0 +1 @@ +{"id": 672387, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-25T22:47:57.332Z", "availability": "Public", "nsfwLevel": 12, "description": "V 1.0
Release
", "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 587381, "sizeKB": 1832.919921875, "name": "672387_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T22:16:54.249Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "FF8A0433CD", "SHA256": "FF8A0433CDCCB35AF3FC48AAF7A7429C6E26E5AF115DD47C9B4B96662C846448", "CRC32": "DD6521A1", "BLAKE3": "5E54266DC5ECA662DAD385A6DC4FD822DB9E32365F2C430049A7E9A1FD20160B"}, "downloadUrl": "https://civitai.com/api/download/models/672387?type=Training%20Data"}, {"id": 587419, "sizeKB": 36977.8515625, "name": "Christina_Swann-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-25T22:42:53.972Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7D65B366", "AutoV2": "23DB1EB011", "SHA256": "23DB1EB0118B542D1F7BDA4A71ADE904989D3F5E5864C97FDFEABDE2A0CF1EF0", "CRC32": "772B2D88", "BLAKE3": "07118CC55520AA8D2BD91518A3F412CF828F3B929E726954442D0D1C1368D548", "AutoV3": "E38EE351B609"}, "downloadUrl": "https://civitai.com/api/download/models/672387", "primary": true}], "images": [{"id": 21363786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a5b57a4-4eec-4a35-94dc-1ac83912539e/width=450/21363786.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "ULK,,4M_NbbcTyofn+R4YR%2$#R+jGbHo}WU", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21363785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a549d7cd-2638-4833-8174-225c25bbd8ef/width=450/21363785.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UKKJ_OIoShb^Y5nOi_IAlo-Uw]IpNGoztRn$", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21363784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83b91999-ff6d-41ce-9571-e284fdda9929/width=450/21363784.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UKKTi9NFX8f*Txrrr?M{T}-oxGIUahbvx[nh", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21364219, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e0c6153-8833-46bd-9f53-9db9d6f3aaca/width=450/21364219.jpeg", "nsfwLevel": 4, "width": 1152, "height": 768, "hash": "UQKK7zIUShWBt,jYenMx*0%2xDWCW=WBt7ax", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21364214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99eafbea-9985-4128-ae6e-2465ddca4070/width=450/21364214.jpeg", "nsfwLevel": 4, "width": 1152, "height": 768, "hash": "UPKK7yIUS$axyDjYenMx*0%2w^WVW=WBt7f5", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21364213, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69739d6c-5b57-4a4c-baf1-53cf337acc24/width=450/21364213.jpeg", "nsfwLevel": 4, "width": 1152, "height": 768, "hash": "UNKd3vE1X9Rit,jFnhMw*0%2w]WobcWAt7WA", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/672387", "modelId": 601585} \ No newline at end of file diff --git a/datasets/metadata/672523.json b/datasets/metadata/672523.json new file mode 100644 index 0000000000000000000000000000000000000000..360086e9cfe472217691dee625413fe279157977 --- /dev/null +++ b/datasets/metadata/672523.json @@ -0,0 +1 @@ +{"id": 672523, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-26T06:55:25.832Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 587670, "sizeKB": 5674.345703125, "name": "672523_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T01:11:16.016Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "67632033", "AutoV2": "314167718B", "SHA256": "314167718BFFEDFF0A1574CB1AEB5647DAD6C7D78530BD2A8D550DB16766CD26", "CRC32": "012175BC", "BLAKE3": "A48994172831266B5139E389162D9F0533087D17AB39E826656631F68E029680"}, "downloadUrl": "https://civitai.com/api/download/models/672523?type=Training%20Data"}, {"id": 587825, "sizeKB": 223101.12890625, "name": "Kurome_Ankokuboshi_-_Megadimension_Neptunia-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T02:46:15.933Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9AD26CB1", "AutoV2": "F29945A36E", "SHA256": "F29945A36E7939B7C6C82C2B94FBE9E471F4B4BB526ABFDE69B0A95E1FBE7FB8", "CRC32": "9240D964", "BLAKE3": "CF45ED3FB391BF0E66D1FB3466E5CA32732ADEB52FADD8997ED5B7D49E885F7D", "AutoV3": "20850ABED98D"}, "downloadUrl": "https://civitai.com/api/download/models/672523", "primary": true}], "images": [{"id": 21418586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/991aa83a-bfb9-4838-a317-922d31d05da7/width=450/21418586.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOI#Gj4:^*M{~p0LE2xtxuRjM|tRM{t7s:xt", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21418585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1946a0f3-d603-423c-9d0c-84095a02f948/width=450/21418585.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCJQ.s-p00-%R4i^^iwb?Zoz~WkD^jM{M_-m", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/672523", "modelId": 601696} \ No newline at end of file diff --git a/datasets/metadata/672592.json b/datasets/metadata/672592.json new file mode 100644 index 0000000000000000000000000000000000000000..160bab1e9423c9e645b88d034730d0abf9a7dddf --- /dev/null +++ b/datasets/metadata/672592.json @@ -0,0 +1 @@ +{"id": 672592, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-26T00:31:43.044Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["krypto", "superdog"], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 587592, "sizeKB": 223105.46484375, "name": "Krypto.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T00:33:50.356Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "29AB167B", "AutoV2": "6CC384BFC1", "SHA256": "6CC384BFC1249F191A6D603DCCFC7DD50E225796EE0F837E194CD89076E8A3D9", "CRC32": "1C62B5E4", "BLAKE3": "A5C4AD196BEF1D2D512069DF42A7B90708ACC1241613BE81F9EFCE999A614A5F", "AutoV3": "7FEFC7DB90BC"}, "downloadUrl": "https://civitai.com/api/download/models/672592", "primary": true}, {"id": 587591, "sizeKB": 134964.2666015625, "name": "672216_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T00:33:34.537Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8477EFED", "AutoV2": "8B6C79491E", "SHA256": "8B6C79491E7F019FE7F1FE180395C1AD774F77E126F9EF4ADEA2C43386038091", "CRC32": "79ECAD7D", "BLAKE3": "417C2DF12D7C60DF94F4D4258DC7CD6015D277AABE9D1E1387ED4FE3B668AF84"}, "downloadUrl": "https://civitai.com/api/download/models/672592?type=Training%20Data"}], "images": [{"id": 21378850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d194a461-9252-4881-9cc3-d687e68a0e90/width=450/21378850.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UfH_rTIV4:of~oM|V]WBo{bb%2Rj%Mt6S1a{", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21375373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/067d21d5-2dcc-4fdc-9306-c57c03c69e7d/width=450/21375373.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UbJ7,X^kDjRQ~noeVts:OlEfxus:u3XTbaR*", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21375369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9861db8-562f-44b1-9bdc-f37b79268b5d/width=450/21375369.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UJGIZS~B004o0Kt8-:V?0L9Z-;?bDhV?o~tS", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21375368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51a28660-0a56-4981-80cd-a70d5a2cb25e/width=450/21375368.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UMG+5g024T~pEN-TSNRk00.7-pD%I9Ip?axa", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21378851, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f2d68b0-507c-4f78-a9d1-d6346b2aa6c5/width=450/21378851.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UWIqln_M4oDj~o-:RkM|9[Rk%2tkx^WCM{xt", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21375384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72a00134-5ebb-4d27-9b0e-31173083b252/width=450/21375384.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UvI4O%-ok8jE~As,oys:s-M|oMozo}WXV@R*", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21375380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/065e8e37-d981-4edc-b3b6-ed510db08af9/width=450/21375380.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UUDbf_~Bs,IU$Lw]s:t7D*IVa#tRxut7R*M|", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21375370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aafbd9a0-41e5-4596-ad83-8f17f9742038/width=450/21375370.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UCIEt*Rk9v^+~qWVaKt70ext={E1n4t7XSM{", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21375372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dff2fe02-203a-4b9b-b11f-dd6b25ba4c5e/width=450/21375372.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDI59}0100_N-jOtIUe-00~B_39FI^I8%3%h", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21375382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86599220-40e7-4390-ad95-4aee895b1568/width=450/21375382.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UQC?7U~Vs*R5-6xDxtt7D%IUWEt8OFR-M|M|", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21375374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e7b5d73-d0a6-49bd-9927-f5b478bc66d8/width=450/21375374.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UbIqW0b]NF$%uNXSt7t7_Lj]soS}.7W;M{WB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21375375, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb16df82-7e90-406f-9e4b-4cc08f554645/width=450/21375375.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UAE_?MBX]~0fm0Jm^iE,}k-oxHkC?u^jRjIU", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21375376, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e0e1469-beb3-4ce4-af33-abcc70c1fe07/width=450/21375376.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UAB{4@}s0~RV[9$iS$$f0KER-o=wAJJCNdn%", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21378852, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec980de8-175d-44b0-9de0-1e38d73e2c54/width=450/21378852.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UbHeB,%L57t6~Uxsjct6oyxYxYWUo#j[f#jY", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21375383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aacc93f9-0079-4e84-92ea-e5b7ae12ad34/width=450/21375383.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UPCY:g~BxWRO$yxCs:t7D*E2RlkDkXkDRkM|", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21378848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61f76683-6eca-4dab-a6c2-c44286ebe295/width=450/21378848.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UHEM8--;004oxZxuM|IU00NH~pxWXTNGs,%L", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21378854, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08b33447-7c56-4bcb-a3cb-a01d3b24f2ea/width=450/21378854.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UKIh4}}=00_ME0f#^+$*02o#-p9FiInjOsS}", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21378664, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b6a6115-39d6-4bfc-b182-d62e4b65aa78/width=450/21378664.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UfH_rTIV4:of~oM|V]WBo{bb%2Rj%Mt6S1a{", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21378665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/668af76a-6647-4ec1-8e7c-e9cc32f82cb7/width=450/21378665.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UbHeB,%L57t6~Uxsjct6oyxYxYWUo#j[f#jY", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21378663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff2e3a84-9fb3-4f9c-8d2b-e04bc594c6b6/width=450/21378663.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UAC$4sD+00?F@@aKGaxa00%L~CIV3Cx]*|My", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/672592", "modelId": 601758} \ No newline at end of file diff --git a/datasets/metadata/672765.json b/datasets/metadata/672765.json new file mode 100644 index 0000000000000000000000000000000000000000..582b108070dbe6787be7fa0543d382977a791c3b --- /dev/null +++ b/datasets/metadata/672765.json @@ -0,0 +1 @@ +{"id": 672765, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-26T02:36:45.375Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 587784, "sizeKB": 6386.7470703125, "name": "672765_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T02:20:31.038Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B77DEB2D", "AutoV2": "EBBCC34221", "SHA256": "EBBCC342211563C13BC15AF6A471C026131C6EFA756DD4B8440533EE8DD3719C", "CRC32": "1EB86D4E", "BLAKE3": "2B11830C5E3E12C1DF6B61B72D4075FEDC871F9203D89B178DF226D7D5E2D31F"}, "downloadUrl": "https://civitai.com/api/download/models/672765?type=Training%20Data"}, {"id": 587810, "sizeKB": 36978.6328125, "name": "Surrealism-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T02:40:37.365Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C2CC9024", "AutoV2": "089D420704", "SHA256": "089D4207041F071B518FE6A41AC00207EAB28F27F9E653FD9AD3FA435803354E", "CRC32": "F2B4E4CB", "BLAKE3": "579610B37F9656B48FA956C926C3DB79C7F32ACAC7CF31AF688A62A7A2FC1CD4", "AutoV3": "A81DDEC5E953"}, "downloadUrl": "https://civitai.com/api/download/models/672765", "primary": true}], "images": [{"id": 21391624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f530d397-2b50-405b-84ce-0086420f3ad7/width=450/21391624.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U3Jkfc~V5NpI00R+00WB00%Mz:Mx?ukq_3r=", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21391623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78cd74f8-1fd9-49af-8ef3-3cfde302d243/width=450/21391623.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U8EV+w?H9aof00IVM|R*R3t7fkWB_Na#xZj@", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21391622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ba830c7-aba5-40cb-af51-edafc26fb639/width=450/21391622.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U8EC,o~p%g%M00D*9GM{4Tt6j?Rk_Ns;%2WC", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/672765", "modelId": 601915} \ No newline at end of file diff --git a/datasets/metadata/672832.json b/datasets/metadata/672832.json new file mode 100644 index 0000000000000000000000000000000000000000..c508050bd90f36840b487250d6cd144e20f40894 --- /dev/null +++ b/datasets/metadata/672832.json @@ -0,0 +1 @@ +{"id": 672832, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-26T13:21:58.159Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 587842, "sizeKB": 42.2294921875, "name": "672832_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T02:56:13.368Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "C5F06E716A", "SHA256": "C5F06E716ACBAE44641F0B48E7D1226A49E41DAF111EB569D7373572C03FD322", "CRC32": "298EC809", "BLAKE3": "F321CD95D4E5256EBCF861E25095A6B461D97E4C6DFB0D53275F480C88FAF366"}, "downloadUrl": "https://civitai.com/api/download/models/672832?type=Training%20Data"}, {"id": 588755, "sizeKB": 223098.94140625, "name": "Sexy_cat-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T13:22:25.924Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C568AD27", "AutoV2": "A300A03B4B", "SHA256": "A300A03B4B7DA04AF34363C0C8CC3381779FE1B77D74637BDF509F5E82FC54EC", "CRC32": "65953237", "BLAKE3": "AF45BC78ED3B2158751959E938409E998DAD2A110B37232C7B40522B38DDB1E5", "AutoV3": "322D93EB828D"}, "downloadUrl": "https://civitai.com/api/download/models/672832", "primary": true}], "images": [{"id": 21450979, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b11be81a-648e-4219-8f05-ea71c6038fb3/width=450/21450979.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UA9aEp.A?dMv-oNGnhxa-pkWxbxb-qogt7oe", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21450980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf590205-a556-448b-967b-5f570e898526/width=450/21450980.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UF9tM{-??dn$-pR*V@oI-pozoMs:%3kDoMj?", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21450978, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3bb3f02-3855-4aa0-b7b4-fea8ccb27e53/width=450/21450978.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UA8;ZF%$?dRN=|NGi_s,-Vbcspxa%3ozsooe", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/672832", "modelId": 601973} \ No newline at end of file diff --git a/datasets/metadata/67302.json b/datasets/metadata/67302.json new file mode 100644 index 0000000000000000000000000000000000000000..1ab1c806dbf0174332610161d480f2a990c0acbd --- /dev/null +++ b/datasets/metadata/67302.json @@ -0,0 +1 @@ +{"id": 67302, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-10T16:06:13.960Z", "availability": "Public", "nsfwLevel": 17, "description": null, "trainedWords": ["sekibanki", "disembodied head", "headless"], "stats": {"downloadCount": 618, "ratingCount": 66, "rating": 5, "thumbsUpCount": 84, "thumbsDownCount": 0}, "files": [{"id": 50861, "sizeKB": 69354.005859375, "name": "sekibanki-final.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-17T17:20:57.096Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DB24A956", "AutoV2": "2AFF927889", "SHA256": "2AFF927889D9A2CAB7A59A24E83437D3BC6C4872B804F915D9CE5AAED3C52CC1", "CRC32": "9D56A314", "BLAKE3": "17F00FCECE97E262239733787614289C5E82F961FC9C0294D267BD61C6A3D4DE"}, "downloadUrl": "https://civitai.com/api/download/models/67302?type=Training%20Data"}, {"id": 47090, "sizeKB": 36995.083984375, "name": "sekibanki-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-10T16:06:05.434Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "743756E8", "AutoV2": "EE7BC0BDF1", "SHA256": "EE7BC0BDF16C2D337044D51EB8C5B9C7C38F400FE6E04EA1115A5C13AF20A7F8", "CRC32": "9B893E8A", "BLAKE3": "3EF36E7241CA8532333D29C46579EAA1711581E20E7CC2BD445CFACD3B8168E5", "AutoV3": "8145C2CF1AA1"}, "downloadUrl": "https://civitai.com/api/download/models/67302", "primary": true}], "images": [{"id": 747694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ac2db74-5374-4e28-891d-6a4eb17350c6/width=450/747694.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "UGHnZ^~Wx]%M5R%M-p%L-nxte=s:MzaySzNG", "type": "image"}, {"id": 747681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb52cff7-5728-4745-8d8d-063031fd5a60/width=450/747681.jpeg", "nsfwLevel": 1, "width": 6400, "height": 933, "hash": "UXJaWSbaWBt6?wazWBt7_Mofofj[~qjbkCay", "type": "image"}, {"id": 747689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3bf71a1e-9fa3-48fa-96e8-77f269811c65/width=450/747689.jpeg", "nsfwLevel": 1, "width": 704, "height": 896, "hash": "UPF=w8xuD%R*-=x[IURj~qofM{s:IVs:j[f6", "type": "image"}, {"id": 747696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0053172-ce85-4ad2-9cf0-27dbf56e3258/width=450/747696.jpeg", "nsfwLevel": 1, "width": 640, "height": 832, "hash": "U9FiP$slITtQ9ZR-RjD$?wt7WBRPniM{x]-;", "type": "image"}, {"id": 747682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86067e1b-32f6-4ff6-8012-dd8f3606429a/width=450/747682.jpeg", "nsfwLevel": 1, "width": 6400, "height": 933, "hash": "UdI5Sso#ofof_3flj[ay_NWVWBof~qaej[j]", "type": "image"}, {"id": 747684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3ef0573-4d97-4df1-a9ae-cd2a766d5c63/width=450/747684.jpeg", "nsfwLevel": 1, "width": 704, "height": 704, "hash": "U5F;.:=z005UIO-oBoJCLeE1^P?HY8%MVEnm", "type": "image"}, {"id": 747683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83e93556-17a0-47dd-9819-9fd03a92f546/width=450/747683.jpeg", "nsfwLevel": 1, "width": 704, "height": 704, "hash": "UEI4hesp5kNdE3xu-:Rk.lRkv#o2%LR+D%RQ", "type": "image"}, {"id": 747686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b03eacf8-c497-411d-80a3-832ba12c63ae/width=450/747686.jpeg", "nsfwLevel": 1, "width": 704, "height": 896, "hash": "UMK]}@=yu69[-Xof.SNa_3g3NaxZ$%xa~Wfi", "type": "image"}, {"id": 747687, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4a9ae90-face-4cdb-9b1a-faa16dd93695/width=450/747687.jpeg", "nsfwLevel": 1, "width": 704, "height": 896, "hash": "UIJQsLo|00v~009Fl9-T_4OX0KnO4ntSxZof", "type": "image"}, {"id": 747680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56562aad-1125-4f24-8d22-335df1f8d7db/width=450/747680.jpeg", "nsfwLevel": 16, "width": 640, "height": 832, "hash": "URH_V[~qS#nhNyXTS2RkR,oLkDR*RkognhWq", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/67302", "modelId": 62739} \ No newline at end of file diff --git a/datasets/metadata/673099.json b/datasets/metadata/673099.json new file mode 100644 index 0000000000000000000000000000000000000000..7b010ba3bac839432527e8df11ece102a31f28dd --- /dev/null +++ b/datasets/metadata/673099.json @@ -0,0 +1 @@ +{"id": 673099, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-27T08:06:35.562Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 590583, "sizeKB": 36981.078125, "name": "Surrealism.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T08:06:00.745Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0AAE94EC", "AutoV2": "F3C253070F", "SHA256": "F3C253070F9D8095E6825645CE509D5419CBFD44BCA5238FE65523AF5DD1A7C5", "CRC32": "527E1EBC", "BLAKE3": "D673C946AC952982C3715122A670DD207981DDFBD0A5ACE6CECC0A1B72E5067B", "AutoV3": "7F277893C40C"}, "downloadUrl": "https://civitai.com/api/download/models/673099", "primary": true}, {"id": 590517, "sizeKB": 5539.9033203125, "name": "673099_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T07:26:02.030Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A301C667", "AutoV2": "ABF4215035", "SHA256": "ABF42150358FA1617806201DD51590A58B140EAE867D77AA83586614CD883014", "CRC32": "8F83EA94", "BLAKE3": "2DB67AD8306E05061ACE92D8F98B4AD010207B439177338A42D0A2DFD9B0EF1B"}, "downloadUrl": "https://civitai.com/api/download/models/673099?type=Training%20Data"}], "images": [{"id": 21563865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2915dda5-7eaa-416b-9285-83d071b61807/width=450/21563865.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UAKmk6?GIpD*2ztQ%L$y00S%NyNI8wMxwI%f", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21564043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78e98305-0ec2-4b5f-a9c9-efb0643911a3/width=450/21564043.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UWG*QRxaNbWZ~pNyofjZTLNKjva{AyWCWBt6", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21564029, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c55a705-5045-447d-ad51-701cc9d247c7/width=450/21564029.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U9LpHpXA0Uo#00oe^~of00V@MKV@.ij[PBR+", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21571085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84295681-3015-461c-b5ba-9a43c103ca56/width=450/21571085.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UFHw=B~V%1%1IuRkkBoyM{t6NHR+9GRjxZs.", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/673099", "modelId": 602181} \ No newline at end of file diff --git a/datasets/metadata/673110.json b/datasets/metadata/673110.json new file mode 100644 index 0000000000000000000000000000000000000000..542adb0abf2999d2ffd602224723164ac971020f --- /dev/null +++ b/datasets/metadata/673110.json @@ -0,0 +1 @@ +{"id": 673110, "index": 0, "name": "Riel", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-26T09:30:35.641Z", "availability": "Public", "nsfwLevel": 16, "description": null, "trainedWords": [], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 588164, "sizeKB": 16215.20703125, "name": "673110_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T06:50:53.938Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "95E00B69", "AutoV2": "EE644DEB0B", "SHA256": "EE644DEB0BCCF89FCEB9AACDD35E561C7783A94EF4B54CDD58AF9E94B15DF250", "CRC32": "F295C5EF", "BLAKE3": "4491A3A1BCC3A0F05AFFBB2B2EBCB111E8A0F68C46713C0AFF85E30A91453C4F"}, "downloadUrl": "https://civitai.com/api/download/models/673110?type=Training%20Data"}, {"id": 588418, "sizeKB": 223100.91015625, "name": "Piao_-_Piso_x_Xiao.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T09:30:39.225Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5C6B2539", "AutoV2": "392753D371", "SHA256": "392753D37145E4BC77A9A78F52F478ACB7308201FF9A4949B422F155D4D5E6B0", "CRC32": "14F3B031", "BLAKE3": "DDDFE7EB7780F57DDFB3687275908040FAF6AAB0530800A61EC9E16ECC4C4D7B", "AutoV3": "E5F72BD917AA"}, "downloadUrl": "https://civitai.com/api/download/models/673110", "primary": true}], "images": [{"id": 21430218, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcd5a203-d6c1-4311-a498-7c22345a1a96/width=450/21430218.jpeg", "nsfwLevel": 16, "width": 768, "height": 1344, "hash": "USM?}HxGNu-pAdWFbvjF0L-p_2M|~q-o%MRk", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21430219, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13610cd1-de64-4607-a7fa-0ccab7977244/width=450/21430219.jpeg", "nsfwLevel": 16, "width": 768, "height": 1344, "hash": "UKM6@z_4Td_NGH?H=t%10N.8%gtk?IS4Vssl", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21430221, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78d38c6d-7db4-4a09-af59-91b5f7ab25ac/width=450/21430221.jpeg", "nsfwLevel": 16, "width": 896, "height": 1152, "hash": "UjNAeuM|~q-;Nc%Mn$f*NGt8s:RjoJofoLRj", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/673110", "modelId": 602191} \ No newline at end of file diff --git a/datasets/metadata/673115.json b/datasets/metadata/673115.json new file mode 100644 index 0000000000000000000000000000000000000000..f0f5e64d5f33c2dab920997258f5c417fca3082b --- /dev/null +++ b/datasets/metadata/673115.json @@ -0,0 +1 @@ +{"id": 673115, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-28T20:24:47.900Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["yayoi mizuno,blue hair,1girl,ponytail"], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 594342, "sizeKB": 223100.26953125, "name": "yayoi_mizuno-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-28T20:27:38.810Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E30DE2C4", "AutoV2": "7D986934F6", "SHA256": "7D986934F646DD2366162BF465DE1177C7EFB8B2A9C72234E7E12BD57B8B0DD3", "CRC32": "97096C19", "BLAKE3": "F8FC6C1B8C89629EAB16984BADA27478935E44A5C8A3EAEFA98CE8A608B5E0E1", "AutoV3": "91DA194C8E91"}, "downloadUrl": "https://civitai.com/api/download/models/673115", "primary": true}, {"id": 588146, "sizeKB": 11338.6083984375, "name": "673115_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T06:41:17.371Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AC9016C3", "AutoV2": "AC328B927C", "SHA256": "AC328B927CB4C6F08722E1FE53E1513AE47AB81ECAAF685C9542AEAD0A1848C1", "CRC32": "D62A6648", "BLAKE3": "87D99BABA4CBC21089175B4E9E8144A773AFEFB089CF0666C1864F83144DD2C2"}, "downloadUrl": "https://civitai.com/api/download/models/673115?type=Training%20Data"}], "images": [{"id": 21766864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc25f017-385d-4bf9-9a4e-9e7cb8e8c05e/width=450/21766864.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U4CZ309t00?JGst7~UIV03of%0i_17bF4-xa", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21766862, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db653c15-b465-48f9-a9f3-b53d2bd01556/width=450/21766862.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UHG7[9R~00NG%jNZxTNGbyNZ%0odpIWoE1bF", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21766863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fe59188-bd22-4cf6-a901-87afb3fd314c/width=450/21766863.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UOL48300Ik57?wMcXnxVBrROnfWANbNHs:R-", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/673115", "modelId": 602196} \ No newline at end of file diff --git a/datasets/metadata/673548.json b/datasets/metadata/673548.json new file mode 100644 index 0000000000000000000000000000000000000000..af9f8543a50984dd61b747df438fd7077386cc52 --- /dev/null +++ b/datasets/metadata/673548.json @@ -0,0 +1 @@ +{"id": 673548, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-26T11:39:59.518Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 29, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 588590, "sizeKB": 11793.7783203125, "name": "Tifa_Lockhart_FF7.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T11:40:51.199Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1C93A6AF", "AutoV2": "B7AC200365", "SHA256": "B7AC20036525DCA7E71D00B700B323F9D6EAE36843AB30AA82A28828FD17CFAE", "CRC32": "9B32CA64", "BLAKE3": "36B9DE6A9BA0B9A30C457EA13712B5CC9DD043C508225D288D2EA5E8E5E29D63"}, "downloadUrl": "https://civitai.com/api/download/models/673548?type=Training%20Data"}, {"id": 588591, "sizeKB": 22236.63671875, "name": "Tifa_Lockhart_FF7-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T11:40:54.163Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C05F32A7", "AutoV2": "A5328A0011", "SHA256": "A5328A0011E79201509A2C890BF9E3A4A845DC188AF0F7D4DF159EBE9DF55AB1", "CRC32": "6556EBDF", "BLAKE3": "6404F3BBD283D763FBD95E265313B0030803E2EA9946E50CB4DC679578B53F9D", "AutoV3": "04E7D1FE9BA6"}, "downloadUrl": "https://civitai.com/api/download/models/673548", "primary": true}], "images": [{"id": 21443108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/905872c8-2f98-494b-ba57-b98b414b5d22/width=450/21443108.jpeg", "nsfwLevel": 2, "width": 852, "height": 1280, "hash": "UUOy^jkC?^.89FRj?vof.Tt7$%kCwbWBxaR*", "type": "video", "hasMeta": false, "onSite": false}, {"id": 21440780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12c67807-455e-4aef-a513-a42c902378ab/width=450/21440780.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UUOf.FkC?^?b9ZV@_3oe?^t7$*bbwIWBxaWC", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21440781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/477305bf-44c2-41b0-b296-3d9472038b34/width=450/21440781.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UUOf+8kC?^?b9ZV@_3oe?^t7$*bbwIWBxaWC", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21441092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40390803-f4f1-4eee-86a6-be2889e9caba/width=450/21441092.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UTOf[X-=?^-pt3RO_NW=9uM|wbxF~qtQaetR", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/673548", "modelId": 602570} \ No newline at end of file diff --git a/datasets/metadata/673572.json b/datasets/metadata/673572.json new file mode 100644 index 0000000000000000000000000000000000000000..a1a0e88f17b11e8840cc68773ffc01f3c59580f4 --- /dev/null +++ b/datasets/metadata/673572.json @@ -0,0 +1 @@ +{"id": 673572, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-26T11:55:02.732Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 26, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 588613, "sizeKB": 12241.138671875, "name": "Mai_Shiranui_DOA_V3.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T11:56:04.983Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "760DF83C", "AutoV2": "DBCA30C07B", "SHA256": "DBCA30C07BA18A3660A7BF2D8AB7041D7CE70CB29A8277AC6796AEDF78496150", "CRC32": "DB83E17D", "BLAKE3": "A93C69D3534D4D7E81726600214E3278C4D53928C155A3A12EE981EACDA60118"}, "downloadUrl": "https://civitai.com/api/download/models/673572?type=Training%20Data"}, {"id": 588614, "sizeKB": 22237.31640625, "name": "Mai_Shiranui_DOA-KK77-V3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T11:56:34.705Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CC4ED136", "AutoV2": "DFD6F9B461", "SHA256": "DFD6F9B461596EF765732B8B4B26BF2D0835F5999D05EABA1142FC87BCDD644E", "CRC32": "F04682EB", "BLAKE3": "887A09460F526FAF503A2CBB7191A987BE57888223E4580B30B3B963676B73AB", "AutoV3": "40FBF4384B04"}, "downloadUrl": "https://civitai.com/api/download/models/673572", "primary": true}], "images": [{"id": 21442758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4251a65-8e94-48f1-83a0-7831ee2a3e7b/width=450/21442758.jpeg", "nsfwLevel": 4, "width": 852, "height": 1280, "hash": "UVPrwV-;?wt7G]kC?wozrrMxv~t7bHRj%Mof", "type": "video", "hasMeta": false, "onSite": false}, {"id": 21442306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89765072-f419-4873-b8bb-d507e30aea57/width=450/21442306.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UVPFl:-;?wxuLMkC?^ozrrIUv~t7j[Rj%Ms:", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21442305, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a372748-fd14-4775-a046-246e73ee4713/width=450/21442305.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UVPFl.-;?wxuLMkC?^ozrrIUv~t7j[Rj%Ms:", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21442517, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fc00a8b-b125-485f-a75e-f16028df8124/width=450/21442517.jpeg", "nsfwLevel": 4, "width": 1280, "height": 1920, "hash": "UcNS~b?a.mV[%#xu-;IpE2IV%Loe-:a{WUa1", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/673572", "modelId": 602590} \ No newline at end of file diff --git a/datasets/metadata/673613.json b/datasets/metadata/673613.json new file mode 100644 index 0000000000000000000000000000000000000000..321283322469437da1a66b687aa7b2039a890a13 --- /dev/null +++ b/datasets/metadata/673613.json @@ -0,0 +1 @@ +{"id": 673613, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-26T13:54:35.013Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 588688, "sizeKB": 29100.607421875, "name": "673613_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T12:40:41.633Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6D5EEE5B", "AutoV2": "8F7A10C68D", "SHA256": "8F7A10C68D7FF4D9DA49DB2CD1FE9B29E89D5AC0C53ED378AB873DFC0DFF4CB1", "CRC32": "573DF887", "BLAKE3": "384F5428A07F0D4F9B66533FE579FCA33BD1CBF4687D17F8B4B81911C6C5300C"}, "downloadUrl": "https://civitai.com/api/download/models/673613?type=Training%20Data"}, {"id": 588806, "sizeKB": 223102.33203125, "name": "VW_Santana-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T13:55:45.319Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "25989095", "AutoV2": "C3680FA0A0", "SHA256": "C3680FA0A056E039F2E213A2818E4DC27A06512F9F3627C058C848C2DBFE951A", "CRC32": "D004E3AC", "BLAKE3": "313D6627F604D940DE94BB94C8876F3CC0733B6332751789978CF283CCF7187C", "AutoV3": "DE69BAD023A9"}, "downloadUrl": "https://civitai.com/api/download/models/673613", "primary": true}], "images": [{"id": 21454393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf614bc4-a128-4a39-9934-c46a60cdf763/width=450/21454393.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Kbpqww8z-U~9R+v~X8iKfkyBR+IabHxZjZ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21454392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80a7f0f0-09bb-478f-8b76-ebba57db4312/width=450/21454392.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U2Bg6_xux[Rj~qofM{RiOaohMyt800WB%Nxv", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21454390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a848652-2dc5-4f4e-b842-5b692738b2a2/width=450/21454390.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UC8zcKD%nl%M~WE1RQxuScRkIUt7IoxbM{of", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/673613", "modelId": 602629} \ No newline at end of file diff --git a/datasets/metadata/673668.json b/datasets/metadata/673668.json new file mode 100644 index 0000000000000000000000000000000000000000..cb34bad47a7aedafc7f9122619ba30cc2f91d32d --- /dev/null +++ b/datasets/metadata/673668.json @@ -0,0 +1 @@ +{"id": 673668, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-26T13:06:22.678Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 588725, "sizeKB": 22236.33203125, "name": "Aerith_Gainsborough_FF7-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T13:05:50.171Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "ECA03757", "AutoV2": "4DCF8BC85A", "SHA256": "4DCF8BC85A44E040737138D8F049B7EFEBD6710216F996BB05D69AD15B3B4446", "CRC32": "5A00D857", "BLAKE3": "17CE787FBA772128577B0DF4FCCEBD496A49A86EE724D264CA7392DB4C3EB326", "AutoV3": "C84AC7018F67"}, "downloadUrl": "https://civitai.com/api/download/models/673668", "primary": true}, {"id": 588724, "sizeKB": 13717.037109375, "name": "Aerith_Gainsborough_FF7.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T13:06:13.564Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "150F11E2", "AutoV2": "0B2A0EE824", "SHA256": "0B2A0EE824A6BBFB4A9B7E00BBCBAB97F592413CF17E822F3F078D63A142C2F0", "CRC32": "7D4CE8A8", "BLAKE3": "0E88A0CD5B1CD76C84E793BD54A1F9925BFDEA57A20A8EA37FC506098572510C"}, "downloadUrl": "https://civitai.com/api/download/models/673668?type=Training%20Data"}], "images": [{"id": 21449467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96f79a6b-2c6a-437e-a513-38d402b99109/width=450/21449467.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UWN+-K-;s?%MO;of?vt7_4Inx[jtZ~RixajZ", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/673668", "modelId": 602674} \ No newline at end of file diff --git a/datasets/metadata/673892.json b/datasets/metadata/673892.json new file mode 100644 index 0000000000000000000000000000000000000000..b39c54ab10c6488cf33e548e3e81fae4b91aa907 --- /dev/null +++ b/datasets/metadata/673892.json @@ -0,0 +1 @@ +{"id": 673892, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-26T14:59:32.966Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["andy_heart _of_darkness"], "stats": {"downloadCount": 21, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 588934, "sizeKB": 223105.52734375, "name": "Andy.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T15:01:10.426Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6DA1BF54", "AutoV2": "01B6BEA66C", "SHA256": "01B6BEA66CB09D0A47519E1012FC8DC504D9E0B103C700CF471DE8FACD3C0220", "CRC32": "BF766E78", "BLAKE3": "3DBE33BE3A5E8007DD7F6F7825D5F09DA0B95D0B9709BFE7925C5865FAF882EE", "AutoV3": "CC42844EB025"}, "downloadUrl": "https://civitai.com/api/download/models/673892", "primary": true}, {"id": 588933, "sizeKB": 139876.458984375, "name": "672711_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T15:01:19.341Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "655BDC25", "AutoV2": "D8FB6BDB5B", "SHA256": "D8FB6BDB5BBCE181E305F59DFA0187C95D9EF8E53D454D4B522869E2569BF747", "CRC32": "AC0499F4", "BLAKE3": "FD8E1F94455CD39FA79A3C11F50C5F081B949AB914A2249D8AF791BF9BC8371A"}, "downloadUrl": "https://civitai.com/api/download/models/673892?type=Training%20Data"}], "images": [{"id": 21461062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b14660b-7644-4331-ba77-68f29b0bd09f/width=450/21461062.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UqO3LYs;.TtQ%ht7%MR*s.j@enWBF2WBV?oy", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21461070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac922ce7-6429-4891-afd0-5e06ee54f3f4/width=450/21461070.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UQHm{AW.PEw}-ps:Vta$73XT,Bi^R:WBocoL", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21461063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23f87d4c-7d94-48df-89d9-62514d2c3503/width=450/21461063.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UTIX1_4p%K-o~VD%bukBbvMxRkniXmIpwvn$", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21461064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1eb36310-2a2c-49db-8653-07fe6f9c6048/width=450/21461064.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UfMGbhXT.mxa%Ms.ozkWtRtQi^M{9ax]RPjF", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21461066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc7c078b-bd96-4ecb-8c1e-9d7a10ccb888/width=450/21461066.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UrMj5b-U.mNb.8X8t6ni%Mo}xtniM|WBaKV@", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21461067, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d31c2ac-c073-4744-a80a-d988327a7052/width=450/21461067.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UWH.WiodP.W?LzoznOofOVRkn5s,$4n%nNOE", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21461100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1df6db3d-8ec4-49f3-a849-6c244f29ef28/width=450/21461100.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UJK1,Is:Y$%y0$V[aKoyOsozMfRQxZofNeRk", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/673892", "modelId": 602868} \ No newline at end of file diff --git a/datasets/metadata/673904.json b/datasets/metadata/673904.json new file mode 100644 index 0000000000000000000000000000000000000000..0ca125d5f690c044cfbc10683ab9e10a8a9c4564 --- /dev/null +++ b/datasets/metadata/673904.json @@ -0,0 +1 @@ +{"id": 673904, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-26T15:13:23.464Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["2042 style", "mass effect style", "exodus style", "anthem style", "frostbite aesthetic"], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 588946, "sizeKB": 223298.68359375, "name": "Frostbite.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T15:11:15.880Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "61AD734A", "AutoV2": "DF896D4C0D", "SHA256": "DF896D4C0DD8569D553E5056A151B418071AA83CD219988FF766D690E0084B72", "CRC32": "F662A543", "BLAKE3": "7B933F8E731E84E9BADC0173A2A7ABD0953DD2D4A549182191E4FEDF18C54657", "AutoV3": "B09F0629B656"}, "downloadUrl": "https://civitai.com/api/download/models/673904", "primary": true}, {"id": 588948, "sizeKB": 420051.5126953125, "name": "671799_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T15:11:20.973Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9D6AE870", "AutoV2": "A2F3BBCFEE", "SHA256": "A2F3BBCFEE9C29F4B08D118305B26C56A068E1D6319251ED3992082E5390C847", "CRC32": "B9CAD115", "BLAKE3": "AC96E0015D8531BB6C77FF9D852B38763F58ECC682859D43940FD09EB7E99A06"}, "downloadUrl": "https://civitai.com/api/download/models/673904?type=Training%20Data"}], "images": [{"id": 21462407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4603ecb5-a5c9-4781-8559-6772e65b4419/width=450/21462407.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UTHd{Q9b^*t6~ps:bwt64;o}IpkC9GX8jEWC", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21462410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d339109f-d805-4a92-a446-482545e146d3/width=450/21462410.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UGF6F1_1D$~q^$?a%MM_Din#x]Rj?b-:adoz", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21462423, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61395788-10e4-4d6c-8d9b-683e9b9f58d3/width=450/21462423.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UJC%Q,^0v}.8_Nr?RixaJVE2E1V@K6IVIUNH", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21462411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/245dfb28-095f-4ad4-8d04-22444413d3d7/width=450/21462411.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UHDSwC?uS~oz~A%0xtofEOkD$*t6ERRjnOt6", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21462413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7963c15c-844c-4eb5-a83a-725a75a0066f/width=450/21462413.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "USHA%;={}?V].8xabct6?bkCSht6%hbboys:", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21462417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c556caa8-e579-4956-802c-b5874c69324f/width=450/21462417.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UPBz,%8_tltR_NIURjog-;WVRPayxuayWBV@", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21462412, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4440193f-d24b-452e-89fe-79e3ee143a15/width=450/21462412.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UNFi=V8_S%?w%NaeRjR*%g%gRjM_-;xvtRju", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21462414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3b1980d-24b5-4dbf-8455-3b4b6e0ad2fc/width=450/21462414.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UGASZJNeJ3oh^nNHRNog$-SNIns:K6$%NGoc", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21462416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb774322-c17f-4ccb-b56f-fa69b536f794/width=450/21462416.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UJC~9|~8={-qxKM_EMS7D*9Z9uIrn#obxat7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21462418, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/105fda43-8fed-4500-913f-fd3f596c56a5/width=450/21462418.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UKE{5^T0-q={?w={t7aeJD={WCM|-;t7xFW=", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21462419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b79a75f9-dd88-445b-bf6b-d78d30da1e15/width=450/21462419.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UZG8Q54:IU%2~pD*RPof-;IoRjj[SOn$oLWV", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21462420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dec2aa29-a8ee-48af-8d30-35374fb5b630/width=450/21462420.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UXGt875mIo$#}@NHNGoc$ya#WBWUX9f5jYR+", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21462421, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/150e6bd5-abc8-4a0e-9ebb-66ccb8f4ad9c/width=450/21462421.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UL98Y#x]Rjof?wW=RjoL%gWrR*ae%gfkWVof", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21462422, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80118694-1672-409f-8e6f-2f120dba153f/width=450/21462422.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UKC=cByEo|}]56V_I.E0ivMvITjIxsocX9W=", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21462424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78aa7042-42c5-4a98-ba9b-47b3070e33fc/width=450/21462424.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UPCZ|h~pt6R*_N%2V@f+%Ms.WBkC-oxtkCWB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21462427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa91e782-a55c-40da-a8da-f7bf09b8b0a7/width=450/21462427.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UKA^~LbYIWM#_IxrMzM#x?%KM#R*tOofRSou", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21462429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f6cc574-e698-445e-b2ec-e10d942288cd/width=450/21462429.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UHDc2jr?yrTd~CxFJ.T0D%WBIURjOtX9r;rr", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21462431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc69b659-9764-4985-9054-476d613b79a8/width=450/21462431.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UGE^pa_3^P-BCS}[t6OD]$R%EgbcEJI.xIt8", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21462428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9b85bfa-59f1-4341-9fde-d2365ab26c10/width=450/21462428.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UdCQGdNGV?tRyZf5n$t8kst7jYkCbwogWBay", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21462434, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41e730d1-5d31-473c-be62-48e79255bd0a/width=450/21462434.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U66@Q{Ee0v^S-tohEHj.NXsmNCbHNEadjrf*", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/673904", "modelId": 602879} \ No newline at end of file diff --git a/datasets/metadata/674047.json b/datasets/metadata/674047.json new file mode 100644 index 0000000000000000000000000000000000000000..f7cb5aec1ff050a2ecc2a8a76b7a29e9650df350 --- /dev/null +++ b/datasets/metadata/674047.json @@ -0,0 +1 @@ +{"id": 674047, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-26T17:51:08.407Z", "availability": "Public", "nsfwLevel": 1, "description": "Hopefully this works well. From the training output, it looks like the model might be trained with furrowed brows, which is unfortunate.
", "trainedWords": ["Rykan"], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 589202, "sizeKB": 111752.61328125, "name": "Rykan.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/674047", "primary": true}, {"id": 589114, "sizeKB": 2922.119140625, "name": "674047_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T16:57:57.009Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2585EEB6", "AutoV2": "99438BF6F7", "SHA256": "99438BF6F778D7047E720C5C49197D7B7BDF47CCF8EF61B389DB920388F60206", "CRC32": "66185FBA", "BLAKE3": "CC2B954E3DB81B7BB481D9859F73CCF90E240422CBFF4C2F0956BB4FADDE0F19"}, "downloadUrl": "https://civitai.com/api/download/models/674047?type=Training%20Data"}], "images": [{"id": 21477762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd982ff2-cf0b-438b-ad31-80d3c695d543/width=450/21477762.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UrL|okM|?]xttRxu-oayE1WBjFRQxun$s:XS", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21477761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/297aaf35-b235-4096-a36e-fb2080f6fca5/width=450/21477761.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UwK,~HnO.kNwD+W;V[niOEWVxZt6tQkBt7j[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21477776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cacfd9e4-a696-4f26-8ca7-c00a46ffcf44/width=450/21477776.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UmK,sW-n*IENNHNHS2oJD*n%eUj[t+Wqxuf6", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/674047", "modelId": 603015} \ No newline at end of file diff --git a/datasets/metadata/674129.json b/datasets/metadata/674129.json new file mode 100644 index 0000000000000000000000000000000000000000..ca1dcc1d5be938de5b91ea9510f7715f9f7753fc --- /dev/null +++ b/datasets/metadata/674129.json @@ -0,0 +1 @@ +{"id": 674129, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-27T07:44:05.708Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 589473, "sizeKB": 22640.9248046875, "name": "674129_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T20:06:45.525Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "90391A0D", "AutoV2": "74BA399D56", "SHA256": "74BA399D56CE18DBB2A785B2E76C1BC7EBDF7995E5486408D8544D178874AE69", "CRC32": "BA2D179B", "BLAKE3": "CD18F4B747EE7EDF1F6E721F40BA21044145A8414422FBC165BEFFAA7B72892D"}, "downloadUrl": "https://civitai.com/api/download/models/674129?type=Training%20Data"}, {"id": 590544, "sizeKB": 445790.20703125, "name": "suzi_q_jojo-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T07:46:52.300Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0BB72285", "AutoV2": "71689622EF", "SHA256": "71689622EF3CE41C0D0FCB64E16983A3D15A348558B1FE92E6B53B0D7E34D327", "CRC32": "2BE99CBC", "BLAKE3": "5C193CFA8F9B2FDAD23334D2BB277B49A8B574BE04D5798442FF1991FC802DCD", "AutoV3": "30DEB12CF07E"}, "downloadUrl": "https://civitai.com/api/download/models/674129", "primary": true}], "images": [{"id": 21562264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e36297f-d85f-4fc3-b922-4c245ee89628/width=450/21562264.jpeg", "nsfwLevel": 1, "width": 1366, "height": 768, "hash": "UJFFy.-=Ot?I~qM{E3R.S5-;t8E2M{%Mf7D*", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/674129", "modelId": 603080} \ No newline at end of file diff --git a/datasets/metadata/67423.json b/datasets/metadata/67423.json new file mode 100644 index 0000000000000000000000000000000000000000..f9f1ec592d372a039a4fd7adafc8f31ddd95edf5 --- /dev/null +++ b/datasets/metadata/67423.json @@ -0,0 +1 @@ +{"id": 67423, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-10T19:19:07.754Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 1245, "ratingCount": 275, "rating": 5, "thumbsUpCount": 304, "thumbsDownCount": 0}, "files": [{"id": 47166, "sizeKB": 10109.859375, "name": "Astraea_Heaven.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-10T19:31:04.200Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0C2F6FA2", "AutoV2": "6467A37DAF", "SHA256": "6467A37DAF0B8D42ED09262A02CBBF0990597B72199579D4692E137897F2D4C8", "CRC32": "5659F086", "BLAKE3": "2AE39912C759FC9F785302DCEBA1821A02F20898E43A6F819545FCAE2F187E52"}, "downloadUrl": "https://civitai.com/api/download/models/67423?type=Training%20Data"}, {"id": 47164, "sizeKB": 27490.767578125, "name": "Astraea_Heaven-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-10T19:20:53.699Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F7923B3D", "AutoV2": "970CD39FE1", "SHA256": "970CD39FE1D89CD5C95CBAFF74B16D5A53629B2BBF93A2D167840F1D02771F27", "CRC32": "A3833716", "BLAKE3": "49C64F26294D84034F945E991D921975515772D39A774A75929A896DD13847DC", "AutoV3": "7658C33DB953"}, "downloadUrl": "https://civitai.com/api/download/models/67423", "primary": true}], "images": [{"id": 2802467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea94b818-9be4-47bb-84f6-9025190fddbe/width=450/2802467.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWPs6PxuYRt7~oj].8ay%#ofIVof%Mj[M|WA", "type": "image"}, {"id": 749251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1e21fa1-4777-416b-80bc-466cc8996bc7/width=450/749251.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UQJj_9XA9tRj_Nxt%i-p--?H%MNGR$%MV?oL", "type": "image"}, {"id": 749268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c05e390-1549-4656-98ba-8600a1d4a98c/width=450/749268.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULI#AZIo0#~Wk=-;~XWBxTtRE1of00xYnNo#", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/67423", "modelId": 62918} \ No newline at end of file diff --git a/datasets/metadata/67435.json b/datasets/metadata/67435.json new file mode 100644 index 0000000000000000000000000000000000000000..30d0476ac87264dbecb58446074e2e5b5af86604 --- /dev/null +++ b/datasets/metadata/67435.json @@ -0,0 +1 @@ +{"id": 67435, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-05-10T20:06:22.928Z", "availability": "Public", "nsfwLevel": 1, "description": "", "trainedWords": ["1girl,momiji,"], "stats": {"downloadCount": 315, "ratingCount": 71, "rating": 5, "thumbsUpCount": 75, "thumbsDownCount": 0}, "files": [{"id": 47188, "sizeKB": 2199.8974609375, "name": "momiji.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-10T20:10:51.673Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "311E281A", "AutoV2": "3E7643673C", "SHA256": "3E7643673C78285307CD53B3C70B2C20F38DC3B9824A1973A1BBE9846555E5D8", "CRC32": "C29AB769", "BLAKE3": "0E01A6E374D4890DED86EA7149D4E5A25FE28A9302D1CDFEA7D89844D77073FC"}, "downloadUrl": "https://civitai.com/api/download/models/67435?type=Training%20Data"}, {"id": 47174, "sizeKB": 36978.294921875, "name": "\u7ea2\u53f6.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-10T19:50:59.941Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8AC9F0F6", "AutoV2": "96EA255E16", "SHA256": "96EA255E162F33E4BF43245C52A813D47C3BCF7655AD44D57A59B83E1F19C0EB", "CRC32": "F995AC83", "BLAKE3": "9A473B256906E0769C71D3759827C77A7393A03BD89A8671037E1DABE933A405", "AutoV3": "6AC637E87A05"}, "downloadUrl": "https://civitai.com/api/download/models/67435", "primary": true}], "images": [{"id": 749438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d12fe0ef-91ef-4e9e-b781-759630cdbfb9/width=450/749438.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UZIqG+}@RN=|%}tlITx[MxRPNGRPDiVt%2j]", "type": "image"}, {"id": 749444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f0165fc-46cf-4bc5-b8e4-32f828d5e6ab/width=450/749444.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFGR3yw]00iw7HW;4.OYxWt7RnnO00V[~qoy", "type": "image"}, {"id": 749513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10f025f2-04a1-4853-a1ac-9560bf918c92/width=450/749513.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULHxjK.ANH.9_4xZ00W99FIAa0IT9FM_%2WC", "type": "image"}, {"id": 749553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/496e47ce-a169-4121-8c8b-985588fa3b86/width=450/749553.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDKKsM008wIW^[0M0LD*9poz_4xU%F4o-pIn", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/67435", "modelId": 62927} \ No newline at end of file diff --git a/datasets/metadata/674376.json b/datasets/metadata/674376.json new file mode 100644 index 0000000000000000000000000000000000000000..e117bb02d5f609123a473ede8de91d2eb425e627 --- /dev/null +++ b/datasets/metadata/674376.json @@ -0,0 +1 @@ +{"id": 674376, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-27T03:06:36.901Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Luminosmb, white hair, long hair, white eyes, glowing eyes", "Dress, hood", "Crop top, white shirt, shorts", "Braid ", "Jewelry "], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 590155, "sizeKB": 223101.59765625, "name": "Luminos_priest.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T03:01:20.838Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EBD25C4B", "AutoV2": "C07D4C145A", "SHA256": "C07D4C145A5DD8D8A8FB69C27410B058F4B1CF96DEC92B090037C8D99782DD64", "CRC32": "284A9218", "BLAKE3": "E7C23E235FEB7ADED495EEFB3F833BA1CBF9541E0E809F71792BDBFFE0628724", "AutoV3": "E30C305B8910"}, "downloadUrl": "https://civitai.com/api/download/models/674376", "primary": true}, {"id": 589530, "sizeKB": 207689.2333984375, "name": "674376_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T20:41:46.479Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A1C2701F", "AutoV2": "7D3074B007", "SHA256": "7D3074B007D476F913E27C8461D17C5D1CDC858A68360C64E551D89D6552883D", "CRC32": "D48BADB7", "BLAKE3": "A176FE0A5928AC432097BB661AF66CD41638F005C8C3618519E0696973752430"}, "downloadUrl": "https://civitai.com/api/download/models/674376?type=Training%20Data"}], "images": [{"id": 21533855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e872f289-9293-4a05-b630-e48e9c5d698d/width=450/21533855.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6BN4v_N0K9Y?cM_9EE000IU-;?cXStR-;sC", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21533859, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28605dd7-b18d-4815-a360-0cf5a0c89566/width=450/21533859.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5C%BbM{00-=-=Rj00xu00ogWCad?wofR5WB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21533858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e78ffe5f-7b73-47bb-82c2-74f5ab7eb16d/width=450/21533858.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UEF?CY9E4-_4ITt800ad8^s;%MMxNbtR%NWX", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/674376", "modelId": 603297} \ No newline at end of file diff --git a/datasets/metadata/674422.json b/datasets/metadata/674422.json new file mode 100644 index 0000000000000000000000000000000000000000..6e5389bc6e6583ca5d2aa4adbb02850ac68022c3 --- /dev/null +++ b/datasets/metadata/674422.json @@ -0,0 +1 @@ +{"id": 674422, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-26T19:57:48.682Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Ace _Bat_Hound"], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 589453, "sizeKB": 223103.52734375, "name": "Ace_the_Bat-Hound.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T20:01:45.776Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "428AB45A", "AutoV2": "5EBEB78DC7", "SHA256": "5EBEB78DC787525F3627DDF3367B8555BA7F06560FF149322595F36B7EF703EC", "CRC32": "15C815BC", "BLAKE3": "2605D22C5B24E88A7891B6CFEFAA54AA2F77BA5106C04B637118593EC415C5CD", "AutoV3": "909EEE8C9017"}, "downloadUrl": "https://civitai.com/api/download/models/674422", "primary": true}, {"id": 589452, "sizeKB": 86952.220703125, "name": "674254_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T20:03:28.579Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D231650F", "AutoV2": "35BA682018", "SHA256": "35BA682018CB7F57D26849450E01AD4A26D79102F4E7415A6288C6BE2B760000", "CRC32": "4E04F4ED", "BLAKE3": "D7CF164EB0BECFF58379140B862E33C93DF4E54F12FF9A14ACC7DA3C622A2913"}, "downloadUrl": "https://civitai.com/api/download/models/674422?type=Training%20Data"}], "images": [{"id": 21490873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6dc7405-d46e-46c1-9857-1091cf26fd9a/width=450/21490873.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UCBMiR~B?H=|?ct7SiR*015R9t9t9ERji^xG", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21490874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15f70586-7685-4222-8c0c-05f384906628/width=450/21490874.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U14y7o%~019c?dwG5YEl00Q-~B%M0BJX}k=s", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21490877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72f6da41-5d40-4110-8c3e-b09cafca3c40/width=450/21490877.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UQE.|:xv?cW@NloLM{ogV|M{M_j=t7t7xtad", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21490875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b545e70f-d6c6-486d-9880-acec39e39c9a/width=450/21490875.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U33,Hpu617Mxxcn4IqNyDhiv-4bwJBR;$~xG", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21490869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ed1e1e3-d98d-41df-8c7b-f5d2d04a30b7/width=450/21490869.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U57KD3^kIoELE,I:oJxa0L9]s,$%}U=xR+EM", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21490883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76bafbfa-915b-4925-a343-7ae24136d54f/width=450/21490883.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UTG9Nj~oE29G#-%LD*D*.7t6WBWBxtt7tQt6", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21490868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bb948ed-a2b9-4d88-9fa0-046d49571a63/width=450/21490868.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U14oNM?I5=0d:8t8tSRP4TE1;M~C^uMxMv-:", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21490876, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b3ee7d0-afca-412a-88a5-385f2ad7cd90/width=450/21490876.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U13lgx-q0R0Mvz$|R:E300IT^#?a6D9b$w~9", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21490878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e3f0e73-e5da-47ba-9da5-f3ca49f743ea/width=450/21490878.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U9B:]cK+Tf[T+ZS}IA#R02nMMdI].mW?%MNG", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21490870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5e2162d-f2ea-4624-bf66-bc12d18569a4/width=450/21490870.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U36t,y~B5B9v5u9]ESE34:s6?C%1v|wgxTxs", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21490881, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfebb61c-57de-434f-9b51-e6af915fcd59/width=450/21490881.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U6Awh[00GK?c00_NE0i]${W?MboeXqDj_Nbd", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21490879, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ee5452a-327b-402d-ae93-9be8a6a113ed/width=450/21490879.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U7DcwQ#7X;*0zA^RE2J6QR^+ISE0+F,pxsOY", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21490880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62ff5690-74bf-4300-972e-c4e78e4703a8/width=450/21490880.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UIC%jj~p%hkX-g?bt6RiXUofnzRPM}Mxofo#", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/674422", "modelId": 603331} \ No newline at end of file diff --git a/datasets/metadata/674439.json b/datasets/metadata/674439.json new file mode 100644 index 0000000000000000000000000000000000000000..e514fb617ae092b1f64fc4d7a0277d460d968700 --- /dev/null +++ b/datasets/metadata/674439.json @@ -0,0 +1 @@ +{"id": 674439, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-26T20:05:21.396Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["brainybarker"], "stats": {"downloadCount": 19, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 589474, "sizeKB": 223104.56640625, "name": "BrainyBarker.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T20:06:16.232Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7378506A", "AutoV2": "5F596E62E9", "SHA256": "5F596E62E96AAC60A1E15C2F6C1EA687C4315DE12F703FA9DBF4E941A9128A78", "CRC32": "AB07C938", "BLAKE3": "C24310E1F66C7060ADD8ECDC06380C8ABE4AB567DAB541957BA8A641C3537571", "AutoV3": "5DA6D830C9E7"}, "downloadUrl": "https://civitai.com/api/download/models/674439", "primary": true}, {"id": 589471, "sizeKB": 122752.763671875, "name": "674316_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T20:07:14.487Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "99D1FCA3", "AutoV2": "6FF9179E9E", "SHA256": "6FF9179E9E076D4A5D45681304E0E0F760555D8B137295EB630D1794EAC5828E", "CRC32": "8DA184E1", "BLAKE3": "7A09F12D05304CA9E9D61615EC42CBF5A1C0C19AE6851EFA527ADF9405672443"}, "downloadUrl": "https://civitai.com/api/download/models/674439?type=Training%20Data"}], "images": [{"id": 21491704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34526ff9-9af7-497d-a8ea-8945d3a5fd4a/width=450/21491704.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UGFhoJH[9En.8{^-r^j00dM{-:s+x?IUE0x[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21491706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9051e948-b341-4504-beef-ec088572f105/width=450/21491706.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UAGugwQ70Jm,47~n%LR;004p?K-:4TH@H@M_", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21491695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41bd5163-919f-4540-96e4-76bec15a24a7/width=450/21491695.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UbOLm2-A}?%2V@Nc%1ni$NkCNHo0%MnONGt7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21491707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f21aa017-4a7e-424d-95ae-10d3612f95e4/width=450/21491707.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UAGIo,=y00Khk[%L9F9H~5WmH[M}46MxD6t+", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21491702, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0830481f-5e13-4877-a804-c117f0f960d6/width=450/21491702.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UJGS[hWGuf%1LfNF%MxHBW-:DRM{P9NGRRRk", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21491718, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a737f1c-6a6b-43b5-8ab2-0a3ef00622b2/width=450/21491718.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UmJZ-[WCROt7};j[nPjZoHoeWFWBxaj?I=WE", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21491724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/763dff5c-faa7-45bd-b190-47441b75c755/width=450/21491724.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UZH.Wgo}IAo}.lXSr=oyFvtRxHR+OZR*aekD", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/674439", "modelId": 603346} \ No newline at end of file diff --git a/datasets/metadata/67444.json b/datasets/metadata/67444.json new file mode 100644 index 0000000000000000000000000000000000000000..cec30d9dd664fc196afc135661ceca32d1eb2dc8 --- /dev/null +++ b/datasets/metadata/67444.json @@ -0,0 +1 @@ +{"id": 67444, "index": 0, "name": "v1.0B", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-05-10T20:01:55.964Z", "availability": "Public", "nsfwLevel": 28, "description": "Trained on the same dataset as v1.0A but with a different trigger phrase. Trained on animefull-final-pruned.
", "trainedWords": ["hand g4g"], "stats": {"downloadCount": 7252, "ratingCount": 1041, "rating": 4.99, "thumbsUpCount": 1265, "thumbsDownCount": 1}, "files": [{"id": 47206, "sizeKB": 87835.765625, "name": "4_handGag.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-10T21:05:51.048Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "09043BEA", "AutoV2": "B55466C8E8", "SHA256": "B55466C8E88B85BCD8F676406953E658BB5ADAEE808A1423B36AF563D02DFF2E", "CRC32": "930B80B4", "BLAKE3": "887110861C92933B9D5F02AB896C9C6A2B46FF55FD657C8BCE19316DD26AA016"}, "downloadUrl": "https://civitai.com/api/download/models/67444?type=Training%20Data"}, {"id": 47185, "sizeKB": 18562.7255859375, "name": "hand_gag_v1.1-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-10T20:01:11.639Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "45774E5A5C", "SHA256": "45774E5A5C7E9F5AA78B19F7A8E86D5503B2F8C5854213A0C4E72AADBF1B76E2", "CRC32": "1A6A42F2", "BLAKE3": "B4764D7AAE9959EC2D8D77B122AAF53380A6DD0BF1BEA2ED52CE2C163B620B29", "AutoV3": "CD122571CD80"}, "downloadUrl": "https://civitai.com/api/download/models/67444", "primary": true}], "images": [{"id": 749560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a8e0d61-e35b-4ade-8f58-6f4ae284029f/width=450/749560.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UAHnjN001J-V0$wI~p9uM{9tE1-pX8g3IA-;", "type": "image"}, {"id": 749559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95ea077a-71f5-4e82-adc7-144acc549f6a/width=450/749559.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U7GkwX000K~V%g}??axv00-oIV9utm0000o}", "type": "image"}, {"id": 749562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db0dd71d-b247-4230-a7a5-3a8a72ef90e0/width=450/749562.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UKJG[|9u00D*0LE2~CS200ay%M-o-;%LD*$%", "type": "image"}, {"id": 749563, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35bdd910-3d84-4d0e-95d7-70db41fa23d2/width=450/749563.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UJKT*?X40101pIMyxZ4.4.-p%MIU~WbbIVi^", "type": "image"}, {"id": 749561, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1cc5e12-858a-4129-a70c-37bee6fcf51b/width=450/749561.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UGJaTOni0z%2_NM{D*xu00WVnhW;V@NGRPof", "type": "image"}, {"id": 749564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf0cf973-53e6-4d06-91fc-f04c3329de4b/width=450/749564.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U5E{2]00?Gog#:M|~UIU004:^jWBpJWV00-p", "type": "image"}, {"id": 749570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/239510ef-6468-4854-a142-cfb6ad4c123d/width=450/749570.jpeg", "nsfwLevel": 8, "width": 5632, "height": 894, "hash": "UmJaWTt7kCof.8oLofj[-;oLWVoL~pkCayof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/67444", "modelId": 62932} \ No newline at end of file diff --git a/datasets/metadata/67451.json b/datasets/metadata/67451.json new file mode 100644 index 0000000000000000000000000000000000000000..f596ef56ef2f2a4394b8ff92b26ab403e3c05ef4 --- /dev/null +++ b/datasets/metadata/67451.json @@ -0,0 +1 @@ +{"id": 67451, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-10T20:11:05.719Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 916, "ratingCount": 169, "rating": 5, "thumbsUpCount": 196, "thumbsDownCount": 0}, "files": [{"id": 47191, "sizeKB": 6304.5673828125, "name": "Elisha_Elfrieden.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-10T20:15:52.294Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A1FA1EBF", "AutoV2": "378375BDCA", "SHA256": "378375BDCA8BA8681C822B44DEF6715EBD1159E9ADCAAB6F0A84689E78280F1D", "CRC32": "19A38667", "BLAKE3": "DC374FCE267411FF5FE647DE97CB4BD521C2427C676162C5C72A7619C344FC0F"}, "downloadUrl": "https://civitai.com/api/download/models/67451?type=Training%20Data"}, {"id": 47190, "sizeKB": 27487.5048828125, "name": "Elisha_Elfrieden-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-10T20:11:16.435Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7B4749DA", "AutoV2": "B453229D95", "SHA256": "B453229D95E65D14C78A1B3D295AE1D982904722F605F52DBE01ECBB7BD691FC", "CRC32": "2A0C9138", "BLAKE3": "81935C2E7A77D506CE28B8731FB09BC966610E4200838B37047E01E2358E612D", "AutoV3": "AB3DA385114C"}, "downloadUrl": "https://civitai.com/api/download/models/67451", "primary": true}], "images": [{"id": 2802705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08b84697-1150-48e5-84ce-d047b73a3935/width=450/2802705.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "URO{Hs~q58-p4m$%WXnhEORPIVV[-QWAxDRj", "type": "image"}, {"id": 1813166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ecc430b-410f-49f6-afba-15c5b92cbb57/width=450/1813166.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UfOy6T4UpctS}+soXAt60#JBahR-xaS6WBWA", "type": "image"}, {"id": 749692, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c0c40ed-2334-4f85-aedd-188b65bb2424/width=450/749692.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTMipU}[8_VE;]$fERM|R4V{xHs:0M-pRiRj", "type": "image"}, {"id": 749625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2aae9cf-cb99-4db0-b7c4-d88ce7003117/width=450/749625.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UBKc-O005s-j_N^+xL-.00?cKkMx01M{RN$*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/67451", "modelId": 62942} \ No newline at end of file diff --git a/datasets/metadata/674510.json b/datasets/metadata/674510.json new file mode 100644 index 0000000000000000000000000000000000000000..1e0d593a959acec50bfe6a16cefc8a2ffc251686 --- /dev/null +++ b/datasets/metadata/674510.json @@ -0,0 +1 @@ +{"id": 674510, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-26T20:45:42.787Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 17, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 589541, "sizeKB": 223113.14453125, "name": "lari_ros_style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T20:46:23.563Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E9C11AEF", "AutoV2": "88F5E1DBBF", "SHA256": "88F5E1DBBFDC037BEB20099B90AD5D5A48FE41FD675A6609F3A68A4F350F2A41", "CRC32": "073EA7AE", "BLAKE3": "4EC429E6D582D95ED5C901ACEAB633FEBB0C8D900FD6BDD484E7C7CF261EF70A", "AutoV3": "36E46EAA7B4F"}, "downloadUrl": "https://civitai.com/api/download/models/674510", "primary": true}, {"id": 589539, "sizeKB": 16851.474609375, "name": "lari ros dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T20:47:21.477Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1DD5F49C", "AutoV2": "2CE4FD1631", "SHA256": "2CE4FD16310F395E7ED1DBE31EEBBBAF715C9A9F049D6269E83C48F5EE9E6643", "CRC32": "92EF4B57", "BLAKE3": "C9ED55D4BFD88385C7E1D9441C62DBA43D938FEFF1F41ECB1FB4D233289DCDCF"}, "downloadUrl": "https://civitai.com/api/download/models/674510?type=Training%20Data"}], "images": [{"id": 21495474, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dda4d022-f262-4147-a37f-3ec6d93e6c2a/width=450/21495474.jpeg", "nsfwLevel": 8, "width": 1536, "height": 2048, "hash": "UkM%N9%ghLrtyYRjbvRiIqkXoet6R*WBs9V@", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21495475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fba3d7c-b52a-42b7-beae-7e7b2987e3f7/width=450/21495475.jpeg", "nsfwLevel": 16, "width": 1536, "height": 2048, "hash": "UNHm$9+^0LIW0#o|OWWX0ME%%L-S~AM|M|$f", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21495476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d520022-2c35-4e5d-81bd-26207494324b/width=450/21495476.jpeg", "nsfwLevel": 16, "width": 1536, "height": 2048, "hash": "U9H^V3L301}-0N4:Io^k00n3tSxB0MEN%MEM", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/674510", "modelId": 603405} \ No newline at end of file diff --git a/datasets/metadata/674650.json b/datasets/metadata/674650.json new file mode 100644 index 0000000000000000000000000000000000000000..bbce77a5c858e5929e376550ef7e6f27bd4c5133 --- /dev/null +++ b/datasets/metadata/674650.json @@ -0,0 +1 @@ +{"id": 674650, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-26T22:10:17.655Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["streakythesupercat"], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 589687, "sizeKB": 109469.8984375, "name": "674396_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T22:11:53.807Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C3F111E9", "AutoV2": "8859C70ED1", "SHA256": "8859C70ED173A88EFD3EA6545BF3C9D414DC62BCAAA6A2FD736C990C669D3333", "CRC32": "A39EA46F", "BLAKE3": "5BB3B0BA87DF6D490D775CF9987021A9CFE9F50B68352268C5570A534C5183DB"}, "downloadUrl": "https://civitai.com/api/download/models/674650?type=Training%20Data"}, {"id": 589688, "sizeKB": 223104.44921875, "name": "StreakyTheSupercat.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-26T22:11:18.414Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5048474B", "AutoV2": "59D4223EAE", "SHA256": "59D4223EAE2113898002A687F97033D1695CCB5BEC3F83B829E3A192EFAF7019", "CRC32": "A6285EB5", "BLAKE3": "02C8B7047BD64524631B583C2BF353212A6F5140F4B7BFBC9591E2572345A3F1", "AutoV3": "F4236D7AD4FC"}, "downloadUrl": "https://civitai.com/api/download/models/674650", "primary": true}], "images": [{"id": 21502388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1942d00-4640-447b-abb4-0f96a5088690/width=450/21502388.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UGHxP#xZ37F???xFr=Sw0$XP;j#:e9I;S$w}", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21502391, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9afd060-03ff-4a59-8cf9-9b30d97e433f/width=450/21502391.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UMFZ4KkpF@wf?^ofSdbH7OsWw1OWTyW=spoK", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21502387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cdff1d7-726d-4c78-91c1-7895d9b0c46f/width=450/21502387.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U7HnjNHX1%3F00^Oxa5S3Y?^z.+[V?0gJB^h", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21502389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f6c15e1-26ce-4793-9afa-73c9a3e806a7/width=450/21502389.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UMF#Ec~T1dWC^j-osmoe%e?E=wWq=x%0bbWC", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21502393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cde2369-55ba-4e96-a317-701d0df71812/width=450/21502393.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UXJ%IEI=?a-U}@t7jFWC9uslE2NHT1NHf+xF", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21502408, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbf80249-f871-42a7-a8f8-7de5bb096ef6/width=450/21502408.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UFC6#l.j5TixKjT0$%rYyo.6$jE3^j%eF0RQ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21502410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0f2b207-db5f-4322-a197-f66afd26d653/width=450/21502410.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDIPn+,;D3L10Za0kBOFClJU:P#8AKOYo|v#", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/674650", "modelId": 603528} \ No newline at end of file diff --git a/datasets/metadata/67469.json b/datasets/metadata/67469.json new file mode 100644 index 0000000000000000000000000000000000000000..0c9e89adf6ed64918d9f098103914f1c1739702f --- /dev/null +++ b/datasets/metadata/67469.json @@ -0,0 +1 @@ +{"id": 67469, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-10T21:04:31.793Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 1194, "ratingCount": 244, "rating": 5, "thumbsUpCount": 276, "thumbsDownCount": 0}, "files": [{"id": 47208, "sizeKB": 8119.7939453125, "name": "Tiffania_Zero.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-10T21:10:58.456Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3A3B4F90", "AutoV2": "9AF06E1739", "SHA256": "9AF06E17398EB8CD92F87C7121B46E05E438D7FAFC3A0F804A3D4CE0149EEF81", "CRC32": "6CC7D319", "BLAKE3": "8F88ED5ADC53578C650C986C5EDA57D2CCEE71287486AA5646F6C022FB86D372"}, "downloadUrl": "https://civitai.com/api/download/models/67469?type=Training%20Data"}, {"id": 47203, "sizeKB": 27489.6083984375, "name": "Tiffania_Zero-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-10T21:05:49.209Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "42DAF864", "AutoV2": "5706968F99", "SHA256": "5706968F994001FE3A29057F4937F0E819FC098A8860EC455B1D722AC35FC1E2", "CRC32": "9436C7B4", "BLAKE3": "CE619908120AE0519F713745CCE310B8D10E77AC89C93F82413A6BADFBC3EF2A", "AutoV3": "F83744D0F9BD"}, "downloadUrl": "https://civitai.com/api/download/models/67469", "primary": true}], "images": [{"id": 2802401, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c961ae89-22d2-4eeb-8c1a-79157e1c7528/width=450/2802401.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPNcD^_3AK~WIo~WXU?bt*M{E2IVv$i^-VRj", "type": "image"}, {"id": 749923, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fcd2025-6c59-4a6d-924e-5b3d75e51621/width=450/749923.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "ULI}Y6rYNtEmET~W9c9I^S9ZNKV{BUa0=^RP", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/67469", "modelId": 62960} \ No newline at end of file diff --git a/datasets/metadata/67488.json b/datasets/metadata/67488.json new file mode 100644 index 0000000000000000000000000000000000000000..0e96bc545aab3b500158d4e80be434a93adfc921 --- /dev/null +++ b/datasets/metadata/67488.json @@ -0,0 +1 @@ +{"id": 67488, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-10T21:48:57.745Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 772, "ratingCount": 147, "rating": 5, "thumbsUpCount": 164, "thumbsDownCount": 0}, "files": [{"id": 47225, "sizeKB": 4530.076171875, "name": "AppGameGirl01.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-10T21:55:47.441Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "02CCC6F2", "AutoV2": "F63D296BA9", "SHA256": "F63D296BA9F45D92C6E30582E099C2E020670B2E244558BF622F1F19DFD0F759", "CRC32": "42070858", "BLAKE3": "47DE5D9586932D2E2CB50E5EC93E66D1CBA7D7E2730F5206B39551A22067F82D"}, "downloadUrl": "https://civitai.com/api/download/models/67488?type=Training%20Data"}, {"id": 47220, "sizeKB": 27486.4443359375, "name": "AppGameGirl01-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-10T21:46:15.095Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B7027307", "AutoV2": "177525ACB1", "SHA256": "177525ACB1965607D1E5289C5EC3EC3A95B9412060CA34D4D0AB4351F8C568C0", "CRC32": "C37047C2", "BLAKE3": "1C0FC38E08F9ED25BB7E2754D170D0F6F1417CD1009BB2624992C97884442F0B", "AutoV3": "6E64DBE0EDE1"}, "downloadUrl": "https://civitai.com/api/download/models/67488", "primary": true}], "images": [{"id": 2802773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0099f24-0ef4-4c27-82ae-9fa8fd9e5b1e/width=450/2802773.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UdHn:9~qcE-;~p?bx]xuNwjai^RjX9aeV@Rj", "type": "image"}, {"id": 750226, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17f4952a-8a5b-43b8-87a8-213a34c6fb6f/width=450/750226.jpeg", "nsfwLevel": 1, "width": 1125, "height": 2001, "hash": "U4Ex;a00%D00t:ve4@Ej00?v%1~q00pLr:es", "type": "image"}, {"id": 750191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6aadb13c-9456-4c95-8782-347c5a39721e/width=450/750191.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U9INzE5Y?c.9D}5800tS;e00?vD%00-:~C^+", "type": "image"}, {"id": 750187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a1423c1-5343-4595-a1f7-8934092b7ff4/width=450/750187.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UHINv}v}~V?H00?G01My^iNGx]oyWBog~VIU", "type": "image"}, {"id": 750228, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec815d91-2ede-43b3-8825-1b329a97ad02/width=450/750228.jpeg", "nsfwLevel": 1, "width": 1125, "height": 2001, "hash": "UEH^hO0U-VtS?Hrxahs=-.oyI]s,}jIoJBt2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/67488", "modelId": 62981} \ No newline at end of file diff --git a/datasets/metadata/674926.json b/datasets/metadata/674926.json new file mode 100644 index 0000000000000000000000000000000000000000..a88ed3f1458cf10f0787c1b8e4d57839691a4818 --- /dev/null +++ b/datasets/metadata/674926.json @@ -0,0 +1 @@ +{"id": 674926, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-27T02:03:17.477Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 589989, "sizeKB": 2968.1689453125, "name": "674926_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T00:46:10.866Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "97D86AE5", "AutoV2": "E7958A4422", "SHA256": "E7958A4422C4FCF9AE6F5C1A128D7F8511EC9C09C6983ECFFEF9FC5E0C6085A4", "CRC32": "898AF05A", "BLAKE3": "690C28E7FF72DB605E740B203B2510405EBB8AD563A086381F1B1E4869BE3AC5"}, "downloadUrl": "https://civitai.com/api/download/models/674926?type=Training%20Data"}, {"id": 590095, "sizeKB": 223098.90234375, "name": "Tru-000019.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T02:05:50.173Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5B62C796", "AutoV2": "9298FFD076", "SHA256": "9298FFD0766B8A1F08C69FD2514FC4E1E0F3690EDF48C9CCA4B4AB673BC89F40", "CRC32": "33714E5B", "BLAKE3": "1033A795CADFA3C4D83E4D2342F25A60F99A9AC92D618B7F0CA9BB2C027A89F2", "AutoV3": "EDA1A1F847FE"}, "downloadUrl": "https://civitai.com/api/download/models/674926", "primary": true}], "images": [{"id": 21526823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/208b5835-bc3a-4f3c-a700-d83027bd6549/width=450/21526823.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQJ@|4xt^*ay_NNGIoof?HxujFaeInjrIokC", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21526822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2621045c-a37c-4660-9b9e-f0f04f5a490b/width=450/21526822.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNKU7jV@~p%M01WCM{j[Mxs:4.M{oeWBofay", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21526821, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88860592-021e-4a72-bd2e-3e71328f924e/width=450/21526821.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJHBYm^PIpj]xtI;NHfkxuIpIot6~U%1aejs", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/674926", "modelId": 603776} \ No newline at end of file diff --git a/datasets/metadata/674942.json b/datasets/metadata/674942.json new file mode 100644 index 0000000000000000000000000000000000000000..b08a7b4aeddac2a5677491a7faee73df918487cf --- /dev/null +++ b/datasets/metadata/674942.json @@ -0,0 +1 @@ +{"id": 674942, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-27T02:26:59.231Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 590003, "sizeKB": 4678.49609375, "name": "674942_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T00:55:52.552Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E5C6E3F1", "AutoV2": "8323B2ACF3", "SHA256": "8323B2ACF3C8AB7A55EDD7464362F639CC58C160D61125A78A218544173147C0", "CRC32": "478BFBBA", "BLAKE3": "4CADBC5371C1509C297B8BDD3317FE7200D2F9660E329D3802A6303E38C04CBC"}, "downloadUrl": "https://civitai.com/api/download/models/674942?type=Training%20Data"}, {"id": 590118, "sizeKB": 452755.83984375, "name": "Battleships_3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T02:25:54.997Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A07D4499", "AutoV2": "31C4E8E825", "SHA256": "31C4E8E82593A6C37C527DB91E36F71F318C3850BA61D0EF7520CB723C181E47", "CRC32": "C49143B3", "BLAKE3": "377778515FCA00010698BFDFBC8B68ED38820983C26F3FD1D129355A40D787C9", "AutoV3": "491682A1673C"}, "downloadUrl": "https://civitai.com/api/download/models/674942", "primary": true}], "images": [{"id": 21529475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07730289-1110-4865-b315-f9633d980dbc/width=450/21529475.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USONB[-;_3xu~q-;ayRj4nt7RjM{j[xuayay", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21529471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3519e9c-512b-4c2e-9967-1806a414846f/width=450/21529471.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUPjGc%M_3ax~q-;D%M{9FWBM{oft7WBt7t7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21529476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a571b47b-35fb-4d19-9320-513fa6339d8e/width=450/21529476.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URODqTo#_Nt7_4%NIUM{4.NGM{j]IpogM{j]", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/674942", "modelId": 603790} \ No newline at end of file diff --git a/datasets/metadata/675031.json b/datasets/metadata/675031.json new file mode 100644 index 0000000000000000000000000000000000000000..9c1ebffaa8bf1de8b045261b61948166f01aa607 --- /dev/null +++ b/datasets/metadata/675031.json @@ -0,0 +1 @@ +{"id": 675031, "index": 1, "name": "Pony v1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-27T21:21:40.942Z", "availability": "Public", "nsfwLevel": 28, "description": "a1111/forge friendly
", "trainedWords": ["Arwen_Und\u00f3miel, Arwen_(Lord_of_the_Rings), tolkien's_legendarium, Arwen, elf,", "Evenstar, evenstar_pendant, pendant, jewelry ", "circlet, jewelry, hair_ornament", "blue eyes, black hair, long hair, sidelocks, "], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 591929, "sizeKB": 223106.91796875, "name": "Arwen_Und\u00f3miel__Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T21:20:49.412Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E2687F6B", "AutoV2": "2939EE2757", "SHA256": "2939EE2757412F284DCF62DF75AA7A3E49CF354F35511077E40EFCCC30E46D44", "CRC32": "858F67D4", "BLAKE3": "CC5C32DF082BA9535B5E0D810C31BDAA6831F13850F5D1E6A54291AA8981A61E", "AutoV3": "C35E82D5A296"}, "downloadUrl": "https://civitai.com/api/download/models/675031", "primary": true}, {"id": 590401, "sizeKB": 52548.2216796875, "name": "675031_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T05:55:47.132Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "30647384", "AutoV2": "C88812AB31", "SHA256": "C88812AB31B93B989A34805ED05D94AFA0A169236F35340041CF8F74AADDF7F7", "CRC32": "8F9A82FD", "BLAKE3": "29385B0465AAEC62EE1E8E3E65ECE2506B22C5A644849C66D798FD1330A12510"}, "downloadUrl": "https://civitai.com/api/download/models/675031?type=Training%20Data"}], "images": [{"id": 21638010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c41f6fc-e3e4-47fe-8ebb-a6d898f92c3f/width=450/21638010.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UKJt^{t7_Nt7bwaz?Hofx]ofMxWU-:a|IUay", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21638087, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a71b6ae-5152-44fe-b784-9b4f586af0f5/width=450/21638087.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UFFiJoog00WC00j?~payo~WBxCs:Ipj[s,j[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21637457, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/422a58d0-2d6d-4a67-bc4f-30901fb84314/width=450/21637457.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UBM7W7-qTMWU01t6~qRj.8RjROof%gofMyWB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21637681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30b99627-9999-4248-900c-23b302ce36a4/width=450/21637681.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UKJas7~qIpni%3NH%MV@.8jYMyNGo}jEjFR,", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21637685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0253796-42a3-461a-9cef-6890d9cc035d/width=450/21637685.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "USL;1~IU.8xv_4af?H-:tRt7IUo2-:ofIVIo", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21637680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54f0ae5d-1cbb-4805-9af0-e97ba1ace03b/width=450/21637680.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UOKUG|D*_4_3-=xu?bt7tRt7M{WB-;aee.NG", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21637678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b962559-8099-4c4c-ac9a-2172bc0d5988/width=450/21637678.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UGKdoMIB0#yE9zM__3-;_NxWMxD%XSE19Z?b", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21637663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7467b92e-b4a4-49e1-a1f8-4b285eb9ff01/width=450/21637663.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHHetP~px^D*~VM{E1RjD%V@MxoftQt6MyWC", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21637458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3677dc1-d27e-43df-8846-08cd0553dace/width=450/21637458.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWI=cAtS.Toe%OocbERjkVV@aeoztRa{V@t7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21637592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92052848-c684-4dbe-aece-e0e7e57e95e4/width=450/21637592.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTHeqE4ox]%2~qRjkCxut7xajYWWtQWCn%jF", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21637602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c4b7c6e-738a-4eed-8615-98a0a89ea428/width=450/21637602.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5D07J4n00kW?^9G4.%g4oxt-p?b.RRjDj%M", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21637642, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c513d42-e730-487c-bab5-25c3ea393326/width=450/21637642.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UEK12V?c?ZD%_4E1NF4oNY4oM{W-.7Iorqx[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21637606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/115f36a9-1fd3-4fb6-8af3-56bd6d4cf71b/width=450/21637606.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPF$ne%MTHt5~p%MD%ococof8{M{-:fPWERj", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21637641, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7aff3b3b-7c91-4bed-a802-cf6b3decc012/width=450/21637641.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7C%8F?u00x[?]tRR4Rj0fRQQoD%ITs:%MM{", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21637617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/801d64ba-d618-47a4-9654-52d10bb3827b/width=450/21637617.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJDcp@xbImM{_Mof9ZRjt3j[IAj[%MWXD%WV", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21637599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5fb98d4-18d9-425b-915b-dc71e06623ae/width=450/21637599.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIG+E*%L~po#?Hs.NdWC0#Ri9GRjR%R*s.WD", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21637652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a3e9d88-94c9-4ced-9b01-b26903e3b489/width=450/21637652.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYHo8v~ppHWo^*%3oft6XSt7V@t7ozozaeoJ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21637669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19a49596-24b1-4a1a-91c6-1632ebbd9b71/width=450/21637669.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULEo}V~WD~9a-:bH4:ELt,kCeSnh%Ls.xGt7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21637665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bfe1445-01bf-44bf-894c-76540ae45c99/width=450/21637665.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHCZ;TsE4m9u~SROE3ShpIR+nO%LOUNGwI$%", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21637673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ace08ea4-f96a-4260-be51-3d6e04f243ea/width=450/21637673.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5CQA7?uUuR.wH.8%~H=_NR%H?9GlAt6DOSO", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/675031", "modelId": 603869} \ No newline at end of file diff --git a/datasets/metadata/675040.json b/datasets/metadata/675040.json new file mode 100644 index 0000000000000000000000000000000000000000..d42f085544b6e3bb7aa28a2cf3a3aee865508a6a --- /dev/null +++ b/datasets/metadata/675040.json @@ -0,0 +1 @@ +{"id": 675040, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-27T03:29:43.438Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 22, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 590117, "sizeKB": 6032.6591796875, "name": "675040_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T02:26:23.214Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0B546DA3", "AutoV2": "B145B44952", "SHA256": "B145B4495219EBAF96C4B410F7FB3E5C358CB9F1FF6399D12F2B7EAE5A1EFDBE", "CRC32": "ACFA8013", "BLAKE3": "2EF83785E3CA8393488F5684327D69120DC90835F5672EAC8349C18BC53F60C0"}, "downloadUrl": "https://civitai.com/api/download/models/675040?type=Training%20Data"}, {"id": 590196, "sizeKB": 223100.99609375, "name": "Resolute_Desk__Oval_Office-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T03:30:38.031Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D6C41B11", "AutoV2": "2FA84DE46F", "SHA256": "2FA84DE46FD695950C036FD58F5D8689E2504BBBD25A3A8409FD1CC66E96CD6E", "CRC32": "7D265E1E", "BLAKE3": "7A06FD253DBD45D2C8CD8481A0AD0824F175B7AAAA1EDCBE623716622F76124E", "AutoV3": "01555CAB7492"}, "downloadUrl": "https://civitai.com/api/download/models/675040", "primary": true}], "images": [{"id": 21536705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf214088-bd94-46cd-a2a3-dca4b34dfb20/width=450/21536705.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USHd,5jFIpo0~qoLkCjZ=wj[%MbHD%WVxuj[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21536573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fde5c91f-a813-4993-b419-f42d6fb9ca79/width=450/21536573.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFGakH%M0JRO~qR,ITnh#Rs:%MR-4.WBtSt7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21536574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82581862-e247-4287-adc2-a34064e41456/width=450/21536574.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UcK-Uj%g?vt7oeNGRP%M?wfk%LaxjZRkoz%M", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/675040", "modelId": 603877} \ No newline at end of file diff --git a/datasets/metadata/675049.json b/datasets/metadata/675049.json new file mode 100644 index 0000000000000000000000000000000000000000..110f15ce17a83754ebb1ac383e2452ab70c42476 --- /dev/null +++ b/datasets/metadata/675049.json @@ -0,0 +1 @@ +{"id": 675049, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-27T16:16:54.402Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Katie Mcgrath"], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 590110, "sizeKB": 36976.515625, "name": "KatieMcgrath.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T02:26:46.618Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B2DE4864", "AutoV2": "53A5FE2412", "SHA256": "53A5FE24124F9AE1E38F28828AFC3DBD07D72B7A6674919A81D02B089A1C057A", "CRC32": "859FFA74", "BLAKE3": "01B26A93A174064DB1E4782930D1481F60B0D7E3F26E14D111E28D752865AA36", "AutoV3": "E72C21E23818"}, "downloadUrl": "https://civitai.com/api/download/models/675049", "primary": true}, {"id": 590111, "sizeKB": 37286.3857421875, "name": "Morgana-Season-3-morgana-38074190-2307-3415.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T02:26:19.764Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BD803D94", "AutoV2": "A7BADBCEE2", "SHA256": "A7BADBCEE2E8924E52C546C884ECB99A2A7FF378C39FAB7E3377BCAB8012F5EB", "CRC32": "E0D05DC1", "BLAKE3": "9EFE1EEA98146E300E7667B31546173C6902DF226A4642BC3A186E1F36EBEAC8"}, "downloadUrl": "https://civitai.com/api/download/models/675049?type=Training%20Data"}], "images": [{"id": 21528980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6b35651-75cd-479f-aa7c-62c1f9e5d900/width=450/21528980.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U4Ga:w010101x{^i019Z00?G~VE3004:S~^j", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21529052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b5e4799-3ac5-4c4b-844e-3a0164d5311b/width=450/21529052.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U6G*fz^j009u00%2NI0M~p%1w[Iq%1E2^k$%", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21529045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac4c0fca-4d75-4393-b064-a6c7ce711021/width=450/21529045.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCFq:fRl02R-9sNGWAR*0Ot6%0Rk~9t6xaoK", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21529044, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e488b68-6299-4a9e-a4ad-68bd03249d2a/width=450/21529044.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U4F}iq?H00Rk00NF};j=0:aj#rR-j.aw^j%0", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21529050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09a15033-ae1a-4904-b7f5-d6244403a0b2/width=450/21529050.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9FX^u$z0x4[kfWYN4$^04WB^cRn~Bj=jdNL", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/675049", "modelId": 603883} \ No newline at end of file diff --git a/datasets/metadata/67512.json b/datasets/metadata/67512.json new file mode 100644 index 0000000000000000000000000000000000000000..58040552cebc9d85160776db71dd928c0b8da3d1 --- /dev/null +++ b/datasets/metadata/67512.json @@ -0,0 +1 @@ +{"id": 67512, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-10T22:31:09.112Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 1075, "ratingCount": 227, "rating": 5, "thumbsUpCount": 232, "thumbsDownCount": 0}, "files": [{"id": 47241, "sizeKB": 27486.9482421875, "name": "Kaori_Shirasaki-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-10T22:35:55.261Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "079F5EDB", "AutoV2": "7D7B6A144F", "SHA256": "7D7B6A144F3A95269EF3C1D50D0B736AF3F20D93A86BC9D0D6E214DCA5612221", "CRC32": "075E52F7", "BLAKE3": "76793F9370E6A70788157587354ED2E39D7EBC324000538A59919BAA43176603", "AutoV3": "B50D134DA139"}, "downloadUrl": "https://civitai.com/api/download/models/67512", "primary": true}, {"id": 47245, "sizeKB": 4769.91015625, "name": "Kaori_Shirasaki.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-10T22:40:50.075Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "78C0ACE8", "AutoV2": "D03184E820", "SHA256": "D03184E820E4E7715999D3109EA195E5E117D5C8BA7315C027C816AB20A0DC7F", "CRC32": "D9BF0CF1", "BLAKE3": "FD8C091CB2B1EA8317C189181EEA18B21466A03D3851FF9DDEFFF095922F676A"}, "downloadUrl": "https://civitai.com/api/download/models/67512?type=Training%20Data"}], "images": [{"id": 2801114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf44a105-58a1-45c8-b039-1b3134753c11/width=450/2801114.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UJOCpr00TdDi0~D$?GRP_Nx]n4t7~VsBnhkC", "type": "image"}, {"id": 750497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cc4d68f-5cb1-48c5-a919-3a48e4525e4a/width=450/750497.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UIHoBu010co|_ID*%MNFMHNGo~n%tlE1^iog", "type": "image"}, {"id": 2801084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7ec39a8-ddf5-4ee5-b17d-5a93e0a0644e/width=450/2801084.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGLgCS?b0zkD00RPRiRj0gRj8wof~Bfi^*R*", "type": "image"}, {"id": 750467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/beaf3e6d-64ea-49ca-83c8-c0d55f228ff9/width=450/750467.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UAI}YE00000h14HqF2?cPC-N~C9G0;4n#k^+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/67512", "modelId": 63000} \ No newline at end of file diff --git a/datasets/metadata/675269.json b/datasets/metadata/675269.json new file mode 100644 index 0000000000000000000000000000000000000000..4ffc1642863a6bb503458dce39e519b0f9c9040f --- /dev/null +++ b/datasets/metadata/675269.json @@ -0,0 +1 @@ +{"id": 675269, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-27T06:10:38.214Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Underkitmb ", "Couch ", "Table", "Chair", "Plate", "Fridge ", "Scenery "], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 590412, "sizeKB": 223100.28515625, "name": "Underground_kitchen_kitchen_in_the_basement.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T06:05:50.776Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7EBF92EE", "AutoV2": "1413F2C786", "SHA256": "1413F2C786D3C008594C1AA5B37237467DA2A34A00B635384DA782B97917EBE0", "CRC32": "1AFBA406", "BLAKE3": "7554BBC6272643F2485DE1EE67CA2EBBF77736099BED6670DE7BAEA117718CD7", "AutoV3": "DB73C00B6A31"}, "downloadUrl": "https://civitai.com/api/download/models/675269", "primary": true}, {"id": 590333, "sizeKB": 20796.1171875, "name": "675269_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T05:06:09.411Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2486FE9F", "AutoV2": "AF91C7A38D", "SHA256": "AF91C7A38DDD98BCCADEB10992A49709729413ACE391963019D3B70D80138E14", "CRC32": "8EC3BE06", "BLAKE3": "29B5AA72A515C3DE900F784B993F6C85C21C16DA93E94344D5C83A84134C908F"}, "downloadUrl": "https://civitai.com/api/download/models/675269?type=Training%20Data"}], "images": [{"id": 21552481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ac32656-bd14-49b5-8094-76ff6805557b/width=450/21552481.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZG8fmxFRjNH_NR+WBoetlWXWBs:i^s.oLWq", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/675269", "modelId": 604088} \ No newline at end of file diff --git a/datasets/metadata/675277.json b/datasets/metadata/675277.json new file mode 100644 index 0000000000000000000000000000000000000000..07396c75fec5300099d8dbc047f1b850d8d95503 --- /dev/null +++ b/datasets/metadata/675277.json @@ -0,0 +1 @@ +{"id": 675277, "index": 0, "name": "V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-28T23:23:59.627Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 594594, "sizeKB": 223105.44921875, "name": "acesulfame_kei.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-28T23:25:46.305Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8B682C62", "AutoV2": "F07517346F", "SHA256": "F07517346FA2668A385EAC33FBFC71C3FDB1548B835D32E47ECBD4D3418760DD", "CRC32": "EAE2629D", "BLAKE3": "99C26D3EECA9762345F224A66C9B91A48EC31FD8167733B3C12D47447BE40BCD", "AutoV3": "DF40BF1B452D"}, "downloadUrl": "https://civitai.com/api/download/models/675277", "primary": true}, {"id": 590332, "sizeKB": 4075.40234375, "name": "675277_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T05:01:31.548Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "94535E63", "AutoV2": "0C68A66C3C", "SHA256": "0C68A66C3C9A0FC0F9A792264865DC04A807F17ED6D37C228D36DC34EFA64716", "CRC32": "55285C41", "BLAKE3": "CA6A97C5338337B701EF7CEF856B3D3962071C927196D43FBE87AFB42D1097FA"}, "downloadUrl": "https://civitai.com/api/download/models/675277?type=Training%20Data"}], "images": [{"id": 21779588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2502b3d7-1171-4538-bbda-b7dca9f2561c/width=450/21779588.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1800, "hash": "UwOg7{of~qxu?bofRjR%tQjsV[fRtQWBaxof", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/675277", "modelId": 604002} \ No newline at end of file diff --git a/datasets/metadata/67531.json b/datasets/metadata/67531.json new file mode 100644 index 0000000000000000000000000000000000000000..c7af9c714c0e658cca1131cbca641092adbd75a3 --- /dev/null +++ b/datasets/metadata/67531.json @@ -0,0 +1 @@ +{"id": 67531, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-10T23:12:48.011Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 731, "ratingCount": 148, "rating": 5, "thumbsUpCount": 172, "thumbsDownCount": 0}, "files": [{"id": 47257, "sizeKB": 5632.7548828125, "name": "Shizuku_Yaegashi.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-10T23:15:50.457Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F04E7D90", "AutoV2": "CAF2D75F50", "SHA256": "CAF2D75F50D0E9E42AC99D837B0DECF18622CE85568FF5E66A35DB75D17B7EF4", "CRC32": "B4F1C527", "BLAKE3": "AEB7B85CCAA8179D96DE5EB344109EE117328DA60E84242753881FF6B158DD7D"}, "downloadUrl": "https://civitai.com/api/download/models/67531?type=Training%20Data"}, {"id": 47256, "sizeKB": 27488.2978515625, "name": "Shizuku_Yaegashi-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-10T23:15:50.500Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DF6D8A87", "AutoV2": "A782904D17", "SHA256": "A782904D17BB1D18FD3F04CA650EA307BD9C03C7F211D8E606D148005EBAE031", "CRC32": "2E31D05D", "BLAKE3": "CCFE219C6AB0DFCF035BDA0742B2EBEC0A7C3281BE1195C6DCA7ED8E70ED4F19", "AutoV3": "968FC1012E90"}, "downloadUrl": "https://civitai.com/api/download/models/67531", "primary": true}], "images": [{"id": 2801054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2d4a0ba-d4e4-427b-bdd8-f8aad3cb6221/width=450/2801054.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UWN0uMof?w%MkrRk~qj[4nt7xuRj_3xuw[f6", "type": "image"}, {"id": 750680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10aa3b22-a68f-482a-9350-6d1080db0a3a/width=450/750680.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UbJHzGpI-:xD*0%MXnMxEMNe-;Rjxa-pxZjY", "type": "image"}, {"id": 750709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d40095bb-f38a-4b46-9926-1e4852d706fa/width=450/750709.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UMJHs?VtKbxuYPIU.R%L9IM_~XbJ-sW-nooN", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/67531", "modelId": 63016} \ No newline at end of file diff --git a/datasets/metadata/675498.json b/datasets/metadata/675498.json new file mode 100644 index 0000000000000000000000000000000000000000..73879aff24ef7920d00c9d0c45ac6f4231604cf6 --- /dev/null +++ b/datasets/metadata/675498.json @@ -0,0 +1 @@ +{"id": 675498, "index": 0, "name": "V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-28T00:07:37.273Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 592203, "sizeKB": 223106.90234375, "name": "Asher.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-28T00:06:47.920Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0F1CBBE1", "AutoV2": "161D19BA68", "SHA256": "161D19BA689B985D5F97A683CE815F272CB7BE4CD5B492553DB7362D75B3C01C", "CRC32": "9A4AB0E7", "BLAKE3": "ADEA73498416F6662A62E2F4AA8F8195ED5F27DF6540DA1ECC7A50EF44ABFF7B", "AutoV3": "187993F2A349"}, "downloadUrl": "https://civitai.com/api/download/models/675498", "primary": true}, {"id": 590553, "sizeKB": 28232.8125, "name": "675498_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T07:52:18.299Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "74BA6F6F", "AutoV2": "9EBE893F53", "SHA256": "9EBE893F534586E4AD21A861BE84C0A1E8D413D64F7580AC6BD4FAADF25C3F69", "CRC32": "67181E36", "BLAKE3": "C4AD6D0698CEBD46BFA96761D2F7339DFC5AE65E87475CE0434F8B80AF868E79"}, "downloadUrl": "https://civitai.com/api/download/models/675498?type=Training%20Data"}], "images": [{"id": 21652842, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/679e62fb-102f-48a7-a494-de9c1d3d3bd4/width=450/21652842.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9F5f}yo0M}s7wXjwgn6K#a0+wKOkCr]N^EM", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21652834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/345df370-bba2-4361-afd4-c37194caeb5d/width=450/21652834.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U6EoSO_H1a.41iIYEMt~6{-C+dIWUBtj^h$~", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21652844, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71339cbe-6429-4871-869a-757ee7d73ffb/width=450/21652844.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U4EVQD.j02}]3mK[DSsXLu4:@ujcLK=KQV59", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/675498", "modelId": 604270} \ No newline at end of file diff --git a/datasets/metadata/675512.json b/datasets/metadata/675512.json new file mode 100644 index 0000000000000000000000000000000000000000..deee0f59d92e816c6d2c7f43d9f133dfb1a6664e --- /dev/null +++ b/datasets/metadata/675512.json @@ -0,0 +1 @@ +{"id": 675512, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-27T12:16:39.803Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 51, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 590571, "sizeKB": 618.0791015625, "name": "675512_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T08:02:02.091Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "00D5B35182", "SHA256": "00D5B35182F437DB93F08D4ABD88906E6E036A5369B8DCB8429BFEF1A58CFC58", "CRC32": "629601B8", "BLAKE3": "05EDC15D1FA356133379E07A8EB1B8452227572FAFB6342519E3C988F4A1F7A4"}, "downloadUrl": "https://civitai.com/api/download/models/675512?type=Training%20Data"}, {"id": 590931, "sizeKB": 223099.13671875, "name": "Ass_on_chair_edge-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T12:10:40.991Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "13BCCC03", "AutoV2": "9A06CE8CB6", "SHA256": "9A06CE8CB6EE5F47678C50EABE1B028D400C9B60639D432F016C8E4AE367FD4A", "CRC32": "81E175D4", "BLAKE3": "F659DB21C47C3E0A77C44B304113841BF4E86C7659CA83418C8885DD431D8830", "AutoV3": "30F4B4E19A49"}, "downloadUrl": "https://civitai.com/api/download/models/675512", "primary": true}], "images": [{"id": 21585465, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e66d99d-883b-489c-98cb-69f757aee4bc/width=450/21585465.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBI4@Y~V0K00${00J:xu0g0K,.^+^1?HE2_3", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21585461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef52cf2b-b95b-4dd4-95e7-fc0b98a5e285/width=450/21585461.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAF~Hv~W0K00^$009aR.0f00n3?H^j-pIp-;", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21585463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b5e67a5-fce6-4bf0-bd1e-855566112cac/width=450/21585463.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UEFO[k~VJ600oaDiI[IV0L4.xC%1-Txaogxu", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/675512", "modelId": 604305} \ No newline at end of file diff --git a/datasets/metadata/675521.json b/datasets/metadata/675521.json new file mode 100644 index 0000000000000000000000000000000000000000..bb53c6828b510f64147e321e0f4135f2c25951bd --- /dev/null +++ b/datasets/metadata/675521.json @@ -0,0 +1 @@ +{"id": 675521, "index": 0, "name": "PonyXL", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-29T21:00:00.000Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["collier"], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 590576, "sizeKB": 46794.4013671875, "name": "10_collier.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T08:05:42.400Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "4BDE90A5", "AutoV2": "73D9885EA0", "SHA256": "73D9885EA093296B76A555C98CD7B301E8FF9DA40FDA256EA63A330891ABCB47", "CRC32": "56119884", "BLAKE3": "D820D7B9D68F6FC2EBCE9E1EF381A3C3B5C402955E65A104A826C7B2AAD49A83"}, "downloadUrl": "https://civitai.com/api/download/models/675521?type=Training%20Data"}, {"id": 590577, "sizeKB": 223103.61328125, "name": "PulenKompot-John Collier Style-PonyXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T08:05:33.610Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "04F8C412", "AutoV2": "F094293DE9", "SHA256": "F094293DE948F5E91F8442035FCD4F8B3CCF911D84830A476762457D4B94EEE1", "CRC32": "30ECCA02", "BLAKE3": "6297D8E8F55215CF706971D643B62EA1239AB7FAB77EE9E176E9200D47FEF9EA", "AutoV3": "9732349CF87D"}, "downloadUrl": "https://civitai.com/api/download/models/675521", "primary": true}], "images": [{"id": 21564253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02543520-2e0c-4f5b-80c5-76d72c6c35a2/width=450/21564253.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFG8P[xW~99b-:M|4oIp?uxtwbNe0hRPa0og", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21563646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c76b2f8-d07f-4ff6-987d-4faaea35c411/width=450/21563646.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UAF65=-;IUxu~qxu?bt700ayM{WB_3ofD%WB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21563650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67cb2efe-bbd7-4c1f-ac1c-f1d923cbc83e/width=450/21563650.jpeg", "nsfwLevel": 4, "width": 768, "height": 1280, "hash": "UOG[p2xZWA%g~pxtkWtQ03g3xtRP0LNGs:Rk", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21563648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5859b711-ab49-4343-9a92-9acab6c4c1a8/width=450/21563648.jpeg", "nsfwLevel": 4, "width": 768, "height": 1280, "hash": "UVJ*L:%L?woz~Us:ItWBJWW=nhV[pJWBxsof", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21563647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81008d13-dfd6-4145-bf2a-b8854e799a0c/width=450/21563647.jpeg", "nsfwLevel": 2, "width": 768, "height": 1280, "hash": "UTEo[JSLx[o|~WW.X9ozk8oJM|WANFi_RPV[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21563651, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce08eeda-3ae2-43f9-bca8-8875982c9ab5/width=450/21563651.jpeg", "nsfwLevel": 4, "width": 768, "height": 1280, "hash": "ULG+1~^%ofIp~nn*IVxGWURjV[RlbXV[%1NG", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21563652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fc75f27-ffc6-47d8-a6cb-bcd44075d417/width=450/21563652.jpeg", "nsfwLevel": 4, "width": 768, "height": 1280, "hash": "UYKv.[$$o|w^~Ar=enaeM|s9V@RkjEafofoJ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21563653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d253889a-1ea7-4470-a2c5-b1a6981f123d/width=450/21563653.jpeg", "nsfwLevel": 2, "width": 768, "height": 1280, "hash": "UDHnNS9a00?a=YkC~URj4.of-.WB-;jsRPWC", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21563655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af81b3c2-115b-47fb-8389-df6a66729dbf/width=450/21563655.jpeg", "nsfwLevel": 2, "width": 768, "height": 1280, "hash": "URGH^~WBW,xu~pxtoyRk^%ofR+axobof=|Rj", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21563656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/173b7463-d82d-478a-8689-56735073c99f/width=450/21563656.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UGHU2O~T0OIWO@xtRjM{I]xt$|ocoy%0NHR+", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21563658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ad8fc2d-3882-4670-9321-ee08ebd495dd/width=450/21563658.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "U5B|TT.6K=w]}d%K009az?x=%Lxa549H_1-:", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21563659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13fc0ccc-28e9-43c1-ae9d-f2f572971961/width=450/21563659.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UWGce#r@pGx@~oofNFWENYnle:baInn%tQkA", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21563661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e0c409d-a0b4-4487-b80d-65d62e08f9ed/width=450/21563661.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UTJ7v}aeE1%L~Vj?xtofoyIVS4ofxtIVRkof", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21563663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1141eda9-d299-4f5b-881c-3acb987d9477/width=450/21563663.jpeg", "nsfwLevel": 4, "width": 768, "height": 1280, "hash": "U9GawQw]00_2RUkDE3E2D%-o~VIV00Ip-oxa", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21563665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/170cdbf6-c5ea-45a5-b78d-a478c4bf868d/width=450/21563665.jpeg", "nsfwLevel": 2, "width": 768, "height": 1280, "hash": "U6FhCZ~U5k?GBp9HDkIW01^i~BbHDP9v%fNI", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21563666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1010eaef-4ecd-4e64-9d84-d061e3992fc3/width=450/21563666.jpeg", "nsfwLevel": 4, "width": 768, "height": 1280, "hash": "UDEy0Z-.0L%LNdo{NGRk0ex@~UV[9abb%Ls.", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21563669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae353fb2-ddac-4e42-bc4d-b1f75afc4b63/width=450/21563669.jpeg", "nsfwLevel": 2, "width": 768, "height": 1280, "hash": "UGGtvT~B0#57#SIVSMXR0gs.%LtQ0Nt7buWC", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/675521", "modelId": 604309} \ No newline at end of file diff --git a/datasets/metadata/675683.json b/datasets/metadata/675683.json new file mode 100644 index 0000000000000000000000000000000000000000..7b11e72f9296925fc0693abad06fdc918da90349 --- /dev/null +++ b/datasets/metadata/675683.json @@ -0,0 +1 @@ +{"id": 675683, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-27T12:32:22.156Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 590738, "sizeKB": 11828.80078125, "name": "675683_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T10:01:25.650Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "55562885", "AutoV2": "2F67522F9B", "SHA256": "2F67522F9B44416E52B6D5632348858AD2B235AFEA115DF55F9351A1EF901636", "CRC32": "461748AA", "BLAKE3": "FC823E25F1411431DC7E1A2432EB361177C9361691DA88E52694FA2A681EFE3A"}, "downloadUrl": "https://civitai.com/api/download/models/675683?type=Training%20Data"}, {"id": 590958, "sizeKB": 223102.08203125, "name": "Captain_Pollution-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T12:31:13.154Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AB2BDA36", "AutoV2": "B42AA939F2", "SHA256": "B42AA939F2277128467B903D39F85CF37B8F3785F9C97E93DBAFD2191CAA0E09", "CRC32": "DB9770A8", "BLAKE3": "F12EB1F23793B063690174D371686A4B646EB434B871A8B1BE9C9AFBFFA74AB4", "AutoV3": "B912EF17C628"}, "downloadUrl": "https://civitai.com/api/download/models/675683", "primary": true}], "images": [{"id": 21587469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cc03c00-b62a-4145-8017-ff276ddc8f51/width=450/21587469.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDF=Hn9G19EU~49bxsWB00S%r:ng?GWBR-Nf", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/675683", "modelId": 604460} \ No newline at end of file diff --git a/datasets/metadata/676007.json b/datasets/metadata/676007.json new file mode 100644 index 0000000000000000000000000000000000000000..9d754012c57840087f332c0f8fbc26ad14798e4b --- /dev/null +++ b/datasets/metadata/676007.json @@ -0,0 +1 @@ +{"id": 676007, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-27T13:47:29.805Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["davild_hilda,season1,kid", "davild_hilda,season3, teen"], "stats": {"downloadCount": 16, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 591060, "sizeKB": 355624.70703125, "name": "675006_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T13:50:40.778Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9650D471", "AutoV2": "630E70CD64", "SHA256": "630E70CD64D689CDC5673C0FFADECBF7223B0B9EE020203A311C39287FFBBCE5", "CRC32": "918AF0CB", "BLAKE3": "232CB0FB95976BB7962831B224F7A80B737475DE3B6E1A04BF5D01FBCDC7BDA0"}, "downloadUrl": "https://civitai.com/api/download/models/676007?type=Training%20Data"}, {"id": 591059, "sizeKB": 223109.49609375, "name": "David_hilda.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T13:50:40.858Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F45CF92E", "AutoV2": "07548CA269", "SHA256": "07548CA2690BDF4E082D438DC2CE8B3C7E2D3DC135E21127F5D4B0DACAE4BEEC", "CRC32": "64C3D267", "BLAKE3": "D21FA5CCBE053CE9687E9F42DD64D280E18579806ECC7609A189CE8206D38100", "AutoV3": "7F1FA91AE821"}, "downloadUrl": "https://civitai.com/api/download/models/676007", "primary": true}], "images": [{"id": 21594420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07e69154-7ff3-4ae5-ad8d-3292f43a724f/width=450/21594420.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UJJj-t_N0L-:]~rqRkbc009F%MRP0MIpxWIV", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21594404, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32b66904-ba9f-49d1-a7d9-b611ca15763c/width=450/21594404.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UTGIT9~VgNofM{WCR+fQIVM{WXazWBWCs:fk", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21594405, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4ae1bc9-7d05-49d9-88d7-2152bbb2361e/width=450/21594405.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UVIY2h?uE1WB_Nx]R,oJxut7xaocK6xuema{", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21594409, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9089c81b-f5aa-42a0-993c-d5ad254072e8/width=450/21594409.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "URIX?B~pELRj_Nx]NGWA%gt7s:t5O?xur?xa", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21594411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0898844-448f-4f60-9623-7f21a9f2c54f/width=450/21594411.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U9Lg2:%14m$%}QM{pJ%g00t8~WM{^+xuRPMx", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21594416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba2cdf9a-3eb2-4951-9798-9f7b0c400d2b/width=450/21594416.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UJD07E~p9aIVX.T0E3IUIp%M?GV@T0t7-UxD", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21594418, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9890e36-c8c9-4109-ada0-d8d3fed60c49/width=450/21594418.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UIFjpDt7CmcE-AoeJCR+nNoKNeR*aKayxuof", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21594414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6b525cf-7b18-4882-8cb0-395984f1a6aa/width=450/21594414.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UKIfuO^j5RjY~U-UR6V@0fV@$4njMKIpX-bv", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21594423, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/420913f6-8a98-4b70-a015-549190e2efd9/width=450/21594423.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UEFYol%hNa%MXmE1ShWB00D%R-M{oN~VsAt7", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21602330, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79380d64-61c6-457e-972a-b51ca6a54c95/width=450/21602330.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UZJ7U6~UXNade9sTxut7ENR*RjWB-nV[X8R,", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21602328, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4013db34-efef-42b5-a9ac-122cf922e38d/width=450/21602328.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UIGuLE~W0}xu^O%MT0R+56%2^+t7%fxut8xa", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21602329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d19a068-d826-4875-ac83-7a97d9194f7c/width=450/21602329.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UIGH}6~p0fNH=s-:XmSO0gn%^jt7xuoyX8oe", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/676007", "modelId": 604759} \ No newline at end of file diff --git a/datasets/metadata/676010.json b/datasets/metadata/676010.json new file mode 100644 index 0000000000000000000000000000000000000000..d4ebc7a2b8ba2f3911c8b83e1e0521d1219cdd34 --- /dev/null +++ b/datasets/metadata/676010.json @@ -0,0 +1 @@ +{"id": 676010, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-28T04:02:09.478Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 592486, "sizeKB": 832.1826171875, "name": "676010_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-28T02:36:15.435Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "29F49C2B2B", "SHA256": "29F49C2B2B89270F461735513AF0D97401DCD2ABEBCADEEEE2EA5BE85AD29E0A", "CRC32": "9B07F303", "BLAKE3": "BC614C31F3F45699D61FEC9280C399CD9BA41F84F3E0AD31EDB18DEC16BFB522"}, "downloadUrl": "https://civitai.com/api/download/models/676010?type=Training%20Data"}, {"id": 592643, "sizeKB": 223101.19140625, "name": "Malaysian_style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-28T04:00:39.732Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "96FE4167", "AutoV2": "6B7909AC28", "SHA256": "6B7909AC280FB23DCA637B1F6FD8EC22D5D5F61B587DAD11895280E644E27C0E", "CRC32": "3703C450", "BLAKE3": "6324F4BEBBB69E9997111AB4C1AA086F3AA5BCC9D8DE6CAECA0684495742052E", "AutoV3": "FCA0D7DF3FA6"}, "downloadUrl": "https://civitai.com/api/download/models/676010", "primary": true}], "images": [{"id": 21681857, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f00f2923-fb3a-43ed-a078-76c1169df3a9/width=450/21681857.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9F70]AMD4pf00#a9F^,0cI+KGIc=oR~?^N4", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21681860, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19ea5745-0954-4b0d-a0a8-758f58cd2be6/width=450/21681860.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBD^yqk[8wMm00rgM|x]00M{D}xG^|Rg.mNh", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21681856, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af76f8cb-4076-4f4a-99db-dd7db726b76a/width=450/21681856.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UmF?;ToeDit8KnbctQWB0iazoLj]ogj[kCoe", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/676010", "modelId": 604763} \ No newline at end of file diff --git a/datasets/metadata/676013.json b/datasets/metadata/676013.json new file mode 100644 index 0000000000000000000000000000000000000000..e8c6585fe9dc13271b12ec0ddf54f702ffe0538f --- /dev/null +++ b/datasets/metadata/676013.json @@ -0,0 +1 @@ +{"id": 676013, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-27T17:52:35.967Z", "availability": "Public", "nsfwLevel": 28, "description": "About this version
More distant images may show some artifacts, distortions or disproportions in the face and hands when generating images in Civitai, which is why the recommendation of this LoRA is to use characters closer to the image or use some Embedding to reduce errors in the face.
Example Images - (https://civitai.com/posts/4819911)
", "trainedWords": ["by kemosuke"], "stats": {"downloadCount": 20, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 591094, "sizeKB": 27566.068359375, "name": "676013_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T14:15:48.014Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "96E99466", "AutoV2": "899CD637B9", "SHA256": "899CD637B9BB91CA84CFCEFE8046CDF74C6F926EC87DAD5677D84C02D6EB9925", "CRC32": "F38BB17A", "BLAKE3": "CE7A0D957CEAE365AA9EE563912F542270708B733578D7F2437F1C6EFF009132"}, "downloadUrl": "https://civitai.com/api/download/models/676013?type=Training%20Data"}, {"id": 591538, "sizeKB": 223116.37109375, "name": "Kemosuke_Style_Lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T17:41:09.786Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2406F964", "AutoV2": "6E39A2E70F", "SHA256": "6E39A2E70F8E8E7ECE5B375D331A44AB0CBAD8DF3301EF4DBFA14BCE1066C70F", "CRC32": "9FCBDEF9", "BLAKE3": "0B15EC3701D57219C35078F960D79DC528C84E78DE0F850F44452C63E26E283E", "AutoV3": "D215FCDA7778"}, "downloadUrl": "https://civitai.com/api/download/models/676013", "primary": true}], "images": [{"id": 21618387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d45a640a-d150-41e2-bfdd-d45e10291aaa/width=450/21618387.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UXPGc}%LNx$$%ftRx]R5?dWExGS4-WoMn,Se", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21618381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/370ee4c1-75e9-455b-a93d-d98c94c62214/width=450/21618381.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UCKJ_qZ%05?X9Vo$XqMv00T2_NRk%$wEQ*?a", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21618382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30dd5355-cb72-467f-a57a-b71eb163ae65/width=450/21618382.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDAK5V~pxuD%_3~qxu9F?bxuRjbIRijYxuof", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21618375, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4760854-4656-472f-ae58-3fb14630170e/width=450/21618375.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGLX_BAc}[%4L0I=yCX60#Iuo#Nb0Vo#9bNK", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21618372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8dac5858-30a4-4164-a040-de2048efcde7/width=450/21618372.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9HewlE,01^M0p9a}m~US$=_V@59RPS6S%xC", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21618366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c063699-122f-4331-a893-cd619cfd2ae8/width=450/21618366.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UZMHV^%2~qx]?a9FE1-;_3WVj[sp-;ofoLt7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21618374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9929d33-ead9-4ffa-8321-efba50c771a5/width=450/21618374.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UeNdHrp0-q_4?dMxWAxu%4M_M_t8s*M{R.ac", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21618383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad628bec-1fbf-45a2-90fd-feaf48167365/width=450/21618383.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7E3I+9G00~U02Io_2?az-kXJDRO00%M~pV?", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21618386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c746c55-6e84-44be-9703-b917287daded/width=450/21618386.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJH-roxuuPtSu5RjxtozOsnOVYozxDXSoLn%", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/676013", "modelId": 604765} \ No newline at end of file diff --git a/datasets/metadata/676309.json b/datasets/metadata/676309.json new file mode 100644 index 0000000000000000000000000000000000000000..4ccd9f9d956423713ffd236c3d570e5c5c7a0275 --- /dev/null +++ b/datasets/metadata/676309.json @@ -0,0 +1 @@ +{"id": 676309, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-27T18:21:54.883Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Port1660mb, outdoors, ocean, sailing ship, pier, ship, watercraft", "Bird"], "stats": {"downloadCount": 17, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 591437, "sizeKB": 133310.744140625, "name": "676309_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T16:46:26.857Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "881C4FDA", "AutoV2": "582148419B", "SHA256": "582148419BF08B9BFED5EA2351D708E48690A48F8CEA1EC9CFE7616F874832C5", "CRC32": "8EE61F23", "BLAKE3": "D31A128DA47C3E21F1CAB9DAC0966710AE0F3457152385154D5BB8E7A98D0966"}, "downloadUrl": "https://civitai.com/api/download/models/676309?type=Training%20Data"}, {"id": 591608, "sizeKB": 223100.52734375, "name": "Port_1660_pier.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T18:21:29.114Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "407571D4", "AutoV2": "2274A7E42C", "SHA256": "2274A7E42C6B5863CCAC28F8F72787BEDB0ED7E073F68A51B3580F867E1D01CE", "CRC32": "49A51B45", "BLAKE3": "61D873BA32AEF4EBF12B15B01132262FFDCA4A1071161B2D8D1803B1A8F7BB7E", "AutoV3": "2AF5DF879261"}, "downloadUrl": "https://civitai.com/api/download/models/676309", "primary": true}], "images": [{"id": 21622550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e67b263-6327-4f10-80ce-ed52dc092979/width=450/21622550.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "USDTCUi_w]M{_NS#s,RQ%gS4t7W;x]o0%2of", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21622551, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abed2c03-20de-4abb-8b18-5c26d77ed072/width=450/21622551.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UTDT9Li_r=NG_NX7r=NG%NR*ofRjxui_t6Rj", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21622554, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b6bbecf-9405-491b-999b-0f14a700d24a/width=450/21622554.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UPC7Wqx[smxu?^xGs.kCRkoeWBazI;g3WBfl", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/676309", "modelId": 605035} \ No newline at end of file diff --git a/datasets/metadata/676454.json b/datasets/metadata/676454.json new file mode 100644 index 0000000000000000000000000000000000000000..26cab38337857dfe70ab39c24414a8692af87be7 --- /dev/null +++ b/datasets/metadata/676454.json @@ -0,0 +1 @@ +{"id": 676454, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-27T17:37:54.938Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 591482, "sizeKB": 77822.3291015625, "name": "676454_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T17:10:45.238Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F783B348", "AutoV2": "98019A0AAD", "SHA256": "98019A0AAD6921BD1CAE6AE883A00C9AD7F88851B6F52D8864ED339A73CECCC5", "CRC32": "52DC996B", "BLAKE3": "91DC213E50842911EBFFDBB553C3F5D010021A46284CC501F56BC022A42E4328"}, "downloadUrl": "https://civitai.com/api/download/models/676454?type=Training%20Data"}, {"id": 591522, "sizeKB": 18547.625, "name": "Summer_Time_PlainBG.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T17:36:46.664Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "D92041EFDA", "SHA256": "D92041EFDAB42AD8F10D576E108550E13BDC619886B73A923273A6BF82100456", "CRC32": "E9A33BB8", "BLAKE3": "453A4D20CDB9BBEE16B2B103F58F162A424EFEC5F1987D1FBEBFD56AF44FDA43", "AutoV3": "646BB7594D1B"}, "downloadUrl": "https://civitai.com/api/download/models/676454", "primary": true}], "images": [{"id": 21617559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f0f068a-f09f-4a06-b021-e0935ef7f063/width=450/21617559.jpeg", "nsfwLevel": 1, "width": 928, "height": 1232, "hash": "UlPiVLnO?^tSE%WX$jn%VsW=tQoJ.7n$Rjoz", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/676454", "modelId": 605165} \ No newline at end of file diff --git a/datasets/metadata/676484.json b/datasets/metadata/676484.json new file mode 100644 index 0000000000000000000000000000000000000000..81cd31c93a7f769843e488ed780d59cf31c9aa70 --- /dev/null +++ b/datasets/metadata/676484.json @@ -0,0 +1 @@ +{"id": 676484, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-27T21:28:41.969Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 591506, "sizeKB": 3670.9921875, "name": "676484_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T17:30:48.911Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "615A529F", "AutoV2": "F8E43DD8D5", "SHA256": "F8E43DD8D55D2B5AA6FA01B36CFE49E3A96AC09499E5B9C515057721A548216D", "CRC32": "DC3F60EB", "BLAKE3": "B8CF25DE9BD207E35C70C8169186125A152D757F60018FAC68D21E52324DC228"}, "downloadUrl": "https://civitai.com/api/download/models/676484?type=Training%20Data"}, {"id": 591935, "sizeKB": 223100.45703125, "name": "V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T21:21:50.163Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C07C5109", "AutoV2": "93F86C6948", "SHA256": "93F86C6948A99F6DEA3909364CAC364BF46C3E344A5E8F8941A15C3A82419A10", "CRC32": "E083DC44", "BLAKE3": "123227CE9CC0FBD1188EA24305203919BEC37C3D5DB67B0C7C63CA9C458DCD7B", "AutoV3": "DEB4661F6963"}, "downloadUrl": "https://civitai.com/api/download/models/676484", "primary": true}], "images": [{"id": 21638263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e6276c9-291f-4149-b7c2-b21cfd4369ae/width=450/21638263.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UUIV*[Ro|.r=-OjYbvS5R6oeJCWWnlfRWUj[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21638260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9abffd4f-0e92-46dc-be9c-f51fd5525641/width=450/21638260.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UPG7.ExD}%bJnOskOZs++Eskn$WB$dIvfiR.", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21638161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e77a447-7a8b-4eed-96f6-0f1538e25778/width=450/21638161.jpeg", "nsfwLevel": 1, "width": 2432, "height": 1664, "hash": "UDC=rRxb}5wH0Ooz5Uac$KELoLOtsi,.-oWD", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21638153, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a382c99c-0239-4019-9a33-96ee8542683e/width=450/21638153.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UFHTdX?E}5^h|.t6ae$~02NIALV?s+w@t8Oa", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21638160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32172b7c-874f-4c66-b892-a8b0f5d084d2/width=450/21638160.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UFBzCKxW~2WT^Eoe$|NJH;bIR.RkR.WCV?of", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21638151, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b80109e-5cee-4598-aa75-bda0722ad6f0/width=450/21638151.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UMF=8iNI}gRPTDWBobNLe8j[NgozIAR.Wrax", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21638152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a8fca8f-f2f7-4805-96d9-8a6723c9cc62/width=450/21638152.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UUG8vE$}}%xW$vWYn$xWWUWXS7jsads*WCR-", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21638541, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11a04127-5e10-427b-a871-b92db17e6f96/width=450/21638541.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UUIV*[Ro|.r=-OjYbvS5R6oeJCWWnlfRWUj[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21638537, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7718e3ee-9af1-44b7-86d3-c6e336cb248f/width=450/21638537.jpeg", "nsfwLevel": 1, "width": 2432, "height": 1664, "hash": "UDC=rRxb}5wH0Ooz5Uac$KELoLOtsi,.-oWD", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21638558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94d1fc40-354f-4a4d-aa6e-eb6daab63d99/width=450/21638558.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UPG7.ExD}%bJnOskOZs++Eskn$WB$dIvfiR.", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21638560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6db3e636-b54f-41d4-8626-7d722ba9ece3/width=450/21638560.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UFBzCKxW~2WT^Eoe$|NJH;bIR.RkR.WCV?of", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21638540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84ec51c5-a7eb-438a-8ba6-caff58774233/width=450/21638540.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UFHTdX?E}5^h|.t6ae$~02NIALV?s+w@t8Oa", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21638536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/214f6a91-59ac-4981-9413-9354c748df3a/width=450/21638536.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UMF=8iNI}gRPTDWBobNLe8j[NgozIAR.Wrax", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21638559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8aeb0b47-7ee1-404e-bc6d-750611f318d8/width=450/21638559.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UUG8vE$}}%xW$vWYn$xWWUWXS7jsads*WCR-", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/676484", "modelId": 605198} \ No newline at end of file diff --git a/datasets/metadata/676502.json b/datasets/metadata/676502.json new file mode 100644 index 0000000000000000000000000000000000000000..b090516d7c49613a1c644a19ce475ff326fcb0ff --- /dev/null +++ b/datasets/metadata/676502.json @@ -0,0 +1 @@ +{"id": 676502, "index": 1, "name": "SD 1.5", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-27T17:35:01.353Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["tyler_meru"], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 591529, "sizeKB": 242486.8935546875, "name": "676385_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T17:37:17.725Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2D5E8E4D", "AutoV2": "36B5132089", "SHA256": "36B51320891426B58C703CFEC2633AF537F63A3C5C80C7F7061F338699BE0322", "CRC32": "2CC800E6", "BLAKE3": "E78D842BC15C47C0AB0D8E5B20A2FE5DA04FDE48FF3A3766877976DC521A881B"}, "downloadUrl": "https://civitai.com/api/download/models/676502?type=Training%20Data"}, {"id": 591528, "sizeKB": 18552.25, "name": "Tyler_Maru.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T17:35:44.172Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "02C6E67C92", "SHA256": "02C6E67C926FEB88AAC3C0075076ACDE42775378A4E11C53A9D8FA4A09F0AD89", "CRC32": "63F7D572", "BLAKE3": "AA7EFE8102597B4EF5CD152910A10FB078CD89B0835510510053C8B54F711DA5", "AutoV3": "671B8E37807E"}, "downloadUrl": "https://civitai.com/api/download/models/676502", "primary": true}], "images": [{"id": 21617212, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8ff5f7e-abb2-4d7d-bb6d-00ea737d155c/width=450/21617212.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U7Ey6[0000X-}+-V00of8w~p5?$h%gIp^iIo", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/739de4eb-5348-4ada-b378-e32f943971ab/width=450/21617190.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDHBJB029FEN~8t5E4S4}PI;K6M|0Nxat7oe", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e15aa10-2018-40b1-8d87-21fb13d042ae/width=450/21617189.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBFh;fH?8w~p+@sl02M{]M9uO@r?oytl%Mo0", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617192, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ec37f37-f26b-4950-885e-71e8e05f2fea/width=450/21617192.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9Jjn~0003E2~U0fI]9ZL#o}9wwcIU%f4;XT", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12d652a7-daa1-441c-a145-38586d60b05d/width=450/21617191.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UTGJ4}R+k?o#?wa#9#s:icR+R.WBD%oeoIs:", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41f5447d-310c-46be-a120-5813d64823db/width=450/21617201.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDIOqf#k~W-;CAVt05nhZOJUA0tRm-pI%LWB", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/592ec185-bf3d-4459-8694-6e972b25b8f8/width=450/21617203.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIGlO;D%ELj]cuoIS6xY?d-.NbRjSQE4%1%2", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617194, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fddca71-08da-458a-8770-29d80f7465ad/width=450/21617194.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U5GHk?4Tvx-r1R}?03_0rS1k1j^39tpd~95r", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60bef4fa-a5a2-4860-982c-038e45bc9d53/width=450/21617202.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDHBJB020L9b=rI;E3EM}QRkFzaK58-:n$R-", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617226, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1c8e345-10fd-431c-91a5-18b7ee5981fb/width=450/21617226.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNG[4jD*i^E2~AIVI=n$rWt7I@NHE2ozRkt7", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617233, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5206233-ff6d-4ca8-bce5-a6d0540bdedd/width=450/21617233.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULECd;4:9E%L~VMyE1t7=;IoS+j[NFWBxvRk", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617219, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5b953a4-3fb1-47b6-b3dc-d1d926e966a5/width=450/21617219.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNG[4jD*i^E2~AIVI=n$rWt7I@NHE2ozRkt7", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617225, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af8139cd-7ad5-44a7-b164-a4b82f6661f6/width=450/21617225.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UOF#,ZIC9F~TIuxtjXD*ITxsNgIri]aeS7xu", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2694eb56-9a32-4e8d-851b-eb633cc3519c/width=450/21617241.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCI4*40057X8~pM|58NG00-;Nf-p57-p-UkW", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0514570d-cd77-4ce9-8462-26712dac0b54/width=450/21617242.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJFYS[};0JNM^cX9EPRkvdtSXoRPAKM{$fof", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/676502", "modelId": 605213} \ No newline at end of file diff --git a/datasets/metadata/676510.json b/datasets/metadata/676510.json new file mode 100644 index 0000000000000000000000000000000000000000..f3eba35c32b00634025a2088353fea878963136e --- /dev/null +++ b/datasets/metadata/676510.json @@ -0,0 +1 @@ +{"id": 676510, "index": 0, "name": "PONY", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-27T17:41:21.548Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": [" tyler_meru"], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 591536, "sizeKB": 242486.8935546875, "name": "676385_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T17:41:44.207Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2D5E8E4D", "AutoV2": "36B5132089", "SHA256": "36B51320891426B58C703CFEC2633AF537F63A3C5C80C7F7061F338699BE0322", "CRC32": "2CC800E6", "BLAKE3": "E78D842BC15C47C0AB0D8E5B20A2FE5DA04FDE48FF3A3766877976DC521A881B"}, "downloadUrl": "https://civitai.com/api/download/models/676510?type=Training%20Data"}, {"id": 591534, "sizeKB": 223104.66796875, "name": "Tyler_MERU.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T17:41:16.894Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "532CEC5F", "AutoV2": "412659B5ED", "SHA256": "412659B5EDA0F63269EDD675128F3D9B49A03A54EE81626293B196EC887216D6", "CRC32": "CE1B9A81", "BLAKE3": "E177EF01B2C3100CC21845B4AAA71FBCAFE81EF1EC03AFDC3CE267E5EAD6DF86", "AutoV3": "4C260373B87C"}, "downloadUrl": "https://civitai.com/api/download/models/676510", "primary": true}], "images": [{"id": 21617637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2ff60e2-6039-4919-8bcc-4f91dafc3b10/width=450/21617637.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UIF65typ0f=_~NbW9IjE0fr@#mI:Fhsr$%ba", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617636, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/498d96f3-38aa-4e3c-8f0a-00674d639f1f/width=450/21617636.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UaGvIw%2%gtS~ps,S$bcQ,WBM}kCD%fladoL", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/872d0e74-8dab-44b2-8919-58317d3fb31f/width=450/21617638.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UXF6Uq~qXRIU_3%MNGRj%LWCR.oetSWBj?s:", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/800c22a2-34f9-4cab-915f-bbe74b8f57d3/width=450/21617639.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UID,M*9GE0%f~oIU9ax]^i4pNfxuX9M{%LkE", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94000a8d-a552-4641-a100-e694f14a268e/width=450/21617647.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UUGa|8~p?ax[%M-;o}x]s.%2bvNKjERQWCof", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617641, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0cbe1b15-eddd-4c3b-8262-90f54dbbe931/width=450/21617641.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UKD0Dn=qIoOa~V-nE29w^H-UR:Rnt5j=a$WY", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/818025cd-a9d1-47b6-b439-112627c47e03/width=450/21617644.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UHGb^%MJ%zS#ys9Z58o#?Gx]bKR.R+-;ozoM", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617643, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1859b5b7-7822-4fc5-bef0-2731ea71cd3b/width=450/21617643.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UjG9yzWBo|t7?dWAWYbIyCj[R-fl-oofa$j[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21617645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b4a5764-a4f5-495a-bb20-feb233b64922/width=450/21617645.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULG8l%02t6^O~AV[IroeQ,o|I]R-I:xas:oz", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5dadaf5-9025-45a7-a571-e987bbcb3e05/width=450/21617646.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULEe#:~V%0xZ^$-oI=R+Q-RPE4Rk9aIVV@ae", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99b89a2f-360f-4d71-8725-423cd7ac742b/width=450/21617648.jpeg", "nsfwLevel": 1, "width": 1536, "height": 768, "hash": "UPI#S%?^?F?E~UeoM}RjD%IBIWIUtkxuj@oc", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21617651, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43b1421b-f00a-4b5b-bcbb-e7769d8ba77f/width=450/21617651.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UEH1*-@rRSH@D?mRXU=_00.8M~$y~3t-IA9a", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de1234c7-eadb-4a34-9833-72c0b4a8a93c/width=450/21617652.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UWHULMM|NGof~9o2t7s:nNRks:oeE3R*xDR*", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617649, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74dda99a-e3bb-44e3-b9e4-096f5493994b/width=450/21617649.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UiH21UT0S4%L~VkqR.oyZ~%LW?R+M|ofj[jF", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f607d69-a7a5-4a7d-9829-c82c5eb6f3f7/width=450/21617653.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "USC?4jRiIvx^~DspN1xv$PxvRkr[n4ofsoaJ", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6621a79d-3c07-4b07-b2e1-c2f5b50c06a0/width=450/21617654.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UKF5EY~o%M%2^jofE3RkD$MxD+E2xYV@s,n~", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2742a5c5-ba84-402e-8974-c5515d2199bb/width=450/21617655.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UHI##[9GO@%gI_RPx]tl^+D%9GWCdBMxofNH", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/959673ca-442f-4108-915d-e79d96c9ba73/width=450/21617656.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UGG*f,~UIV$L%zxts,Rj01MyS#I=0M9HS5tR", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21617657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7128671-3f85-46c0-8fb1-b7a9d345df46/width=450/21617657.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UWD];qoyS5xu.TWFtRt6.8NIbcs,%Mt5WWRj", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/676510", "modelId": 605213} \ No newline at end of file diff --git a/datasets/metadata/676679.json b/datasets/metadata/676679.json new file mode 100644 index 0000000000000000000000000000000000000000..d3d54f2618184e7fee4736d89f867e3574aae07b --- /dev/null +++ b/datasets/metadata/676679.json @@ -0,0 +1 @@ +{"id": 676679, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-27T20:33:49.387Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 18, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 591853, "sizeKB": 445795.19140625, "name": "Drunk_Avocado_Style_V2-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T20:37:34.319Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "99F75AFC", "AutoV2": "422414F5A3", "SHA256": "422414F5A35DF2C5B16A6B1AB7AE6A123FC2DE5A561D6430A1538C4D0C466008", "CRC32": "38A3F9E0", "BLAKE3": "B1648F99ADC824E1ABF5CC08934219772BA3ED358D87561F575D49B9BA585B2B", "AutoV3": "911E7E980574"}, "downloadUrl": "https://civitai.com/api/download/models/676679", "primary": true}, {"id": 591714, "sizeKB": 128056.41796875, "name": "676679_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T19:16:11.510Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E07BFF33", "AutoV2": "26E0330F53", "SHA256": "26E0330F53A3CE9597BAB8A29FADEB84E70306345DFAE072764E1FCFEA7BDAC1", "CRC32": "31489042", "BLAKE3": "A525F1C164797F8D9AF8D271C6EA1DC105708A1EB9298016527481ABB65DF29A"}, "downloadUrl": "https://civitai.com/api/download/models/676679?type=Training%20Data"}], "images": [{"id": 21633662, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3f72a5a-a87b-4a87-9f32-c09852403749/width=450/21633662.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHO-+ns:%M$*.Say~Vs:0WWC?Gof$wWCxabH", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21633659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48d91b45-ca2b-4260-9d37-3cb60c869894/width=450/21633659.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U3Nc1eO:~V_100ELMy9t00k.xZ9u00ELn+E2", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21633654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea523d2d-66fd-4e27-8914-9c551169d27c/width=450/21633654.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UWNb.8IoRks9EKNFx]Rj9Es8I=RQ~U%1ofRk", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/676679", "modelId": 605365} \ No newline at end of file diff --git a/datasets/metadata/676877.json b/datasets/metadata/676877.json new file mode 100644 index 0000000000000000000000000000000000000000..5616928a46636313ace1989ab0dd2790c6626228 --- /dev/null +++ b/datasets/metadata/676877.json @@ -0,0 +1 @@ +{"id": 676877, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-27T23:40:20.155Z", "availability": "Public", "nsfwLevel": 22, "description": "v.1
", "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 591933, "sizeKB": 36954.6611328125, "name": "676877_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T21:22:18.629Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0F67769B", "AutoV2": "C8DE4296A8", "SHA256": "C8DE4296A8E48C314043E02FD1B7FCFFB3C58CA5BDD0D79F45FFF4925B0D24ED", "CRC32": "9E01BCC6", "BLAKE3": "E52FCAB8CA63C07945548D9AEBAEBBE09065AA02C3035F1210131CBC2A1E0BD2"}, "downloadUrl": "https://civitai.com/api/download/models/676877?type=Training%20Data"}, {"id": 592173, "sizeKB": 223101.02734375, "name": "Nasumy.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T23:41:20.048Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A22CC3D7", "AutoV2": "A6DC2098EB", "SHA256": "A6DC2098EB0193513C15EC7731B234B0690B7BA2514D87B64261C0EBCC51678C", "CRC32": "302C0CB2", "BLAKE3": "E675EB613C15C97512206E2E9245CFE3F8215F5A0CA1795C92702ED43CD22F45", "AutoV3": "79D8E871B973"}, "downloadUrl": "https://civitai.com/api/download/models/676877", "primary": true}], "images": [{"id": 21651132, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6af3025e-c5d4-4def-be62-51a555c2ed1b/width=450/21651132.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UILWw$-:zm4:_NS6-;E1?cWZNfjDS7M}%MoI", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21651133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/017f7ec1-0305-45c2-b541-4718ca580938/width=450/21651133.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UJL;Nm%#;s4T_3Z}?vNa_NxvSlt24;IAxCfm", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21651131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aae5086c-4177-49e4-a0f2-b0d3a1a3ed93/width=450/21651131.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UIL4j7nw$Z-A~qt6-=S5-=tSIvbD9GM{%L%M", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/676877", "modelId": 605543} \ No newline at end of file diff --git a/datasets/metadata/676878.json b/datasets/metadata/676878.json new file mode 100644 index 0000000000000000000000000000000000000000..7b93934683224d1f8ad08495f8805e19ca6d262b --- /dev/null +++ b/datasets/metadata/676878.json @@ -0,0 +1 @@ +{"id": 676878, "index": 0, "name": "SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-27T21:14:46.589Z", "availability": "Public", "nsfwLevel": 7, "description": "SDXL 1.0 Version
", "trainedWords": ["@waifuviolet, Violet Myers \\(Person\\)"], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 592178, "sizeKB": 223111.25390625, "name": "[V2]@waifuviolet-Violet_Myers.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T23:45:51.660Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "309B4AC0", "AutoV2": "DFE558AED0", "SHA256": "DFE558AED08BA31B00D07B522BACC02166E3433B142380C4916E6B305C196BB7", "CRC32": "C89B0066", "BLAKE3": "3C06A0BAE0B6E5E96756308E386341300C9353FAAD99E0E6CFDD197111F1D357", "AutoV3": "0FFD203BAF8F"}, "downloadUrl": "https://civitai.com/api/download/models/676878", "primary": true}, {"id": 592283, "sizeKB": 121878.48046875, "name": "[Civitai]@waifuviolet-VioletMyers-Training-Data_676773_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-28T00:51:46.707Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F04650AD", "AutoV2": "CC47546B96", "SHA256": "CC47546B966BEA880DA3B645E774B5EA6FEE194190501B7D6E4248ACA4310C30", "CRC32": "91ABFE1E", "BLAKE3": "68673363284FB31AF25EA1F11EF3D9132D7EA1C27CAEC9B327D50CE4468C2AE8"}, "downloadUrl": "https://civitai.com/api/download/models/676878?type=Training%20Data"}], "images": [{"id": 21658348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a77d7c2f-af84-47c4-bd4c-a26948e86098/width=450/21658348.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHGHuF^*AC~A-m-p%29a%gaeRPR+E1o2oMIo", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21658349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8d8c4c4-6cec-4511-bf5b-3dda7d5036d7/width=450/21658349.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBEwte=f0y0JF+9ZWa}v^8n%$%Nb-DoMs*5P", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21658351, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/426b76e3-e58c-4170-9832-5026a7c2c8c2/width=450/21658351.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1856, "hash": "UEFDW4}d:_WIGNFr6JJR-VNt-BxHN3$m-Uob", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21658354, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1891639a-30f1-46a0-9e0d-fac4a1c7f563/width=450/21658354.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1856, "hash": "UGFq?q5*0ex[7=}syBRP?YFr+^t7Fq$$xtIV", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21658356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3800258e-07e2-45ca-b2b9-a23c300d6396/width=450/21658356.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1856, "hash": "UKF;i#z?Bi0}HRENxD#m-Pn6$*bIScJ8o2s:", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21658358, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f56293b-d805-4901-a9ab-8cda736bd1a5/width=450/21658358.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1856, "hash": "U6Byjg%41Q58kZM|_45703Mw+E#*00R%IA^P", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/676878", "modelId": 605544} \ No newline at end of file diff --git a/datasets/metadata/676892.json b/datasets/metadata/676892.json new file mode 100644 index 0000000000000000000000000000000000000000..dbd9862710c104099280256b4e89ef1430bf64b5 --- /dev/null +++ b/datasets/metadata/676892.json @@ -0,0 +1 @@ +{"id": 676892, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-27T22:17:50.481Z", "availability": "Public", "nsfwLevel": 1, "description": "Yes
", "trainedWords": [], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 591941, "sizeKB": 4548.744140625, "name": "676892_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T21:25:48.706Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2C29801B", "AutoV2": "04E0B4DA7F", "SHA256": "04E0B4DA7F0744C39AAC26D34AE74B4747F97A8A2557F340D512C8FBBAA53EB2", "CRC32": "0888EE9D", "BLAKE3": "0AFB8BCCB9D115C00360C249FD074DE4F290711DC17DE45277B33CC115ADA99C"}, "downloadUrl": "https://civitai.com/api/download/models/676892?type=Training%20Data"}, {"id": 592032, "sizeKB": 223100.28515625, "name": "Kiriya_ubuyashiki.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-27T22:20:53.421Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8C8880F9", "AutoV2": "058BD3F6B8", "SHA256": "058BD3F6B8EE5F90F9B6913F6A4969E865AB5412D50F0DE553F0726C4751D5C0", "CRC32": "7531FA9B", "BLAKE3": "D3E8FE6DB07CE57156CBE4A89F06DC8EC9777757432DE6958C40A4868F5F4796", "AutoV3": "AA05966B7060"}, "downloadUrl": "https://civitai.com/api/download/models/676892", "primary": true}], "images": [{"id": 21643196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3686fd67-8be7-4eb7-a958-072bf329e6e1/width=450/21643196.jpeg", "nsfwLevel": 1, "width": 555, "height": 450, "hash": "UHG8i~_24=I;^-NE?J%M004.?H-WRjWEM|V|", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/676892", "modelId": 605556} \ No newline at end of file diff --git a/datasets/metadata/676912.json b/datasets/metadata/676912.json new file mode 100644 index 0000000000000000000000000000000000000000..f88941ee9edbc6e615b3a89cabb42d19bf760f5b --- /dev/null +++ b/datasets/metadata/676912.json @@ -0,0 +1 @@ +{"id": 676912, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-28T01:31:35.620Z", "availability": "Public", "nsfwLevel": 1, "description": "Lots of new images.
", "trainedWords": ["oval_office, resolute_desk, desk", " seal of the president of the United States, curtains, window, flag, american flag, painting (object)", "from side, glass door,", "from side, wooden door, bookshelf,", "from behind, grandfather clock, fireplace, couch, ", " sitting, behind desk,"], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 592339, "sizeKB": 223107.12109375, "name": "Resolute_Desk__Oval_Office_2.0-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-28T01:25:52.485Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2D7E4F59", "AutoV2": "8057B1AC3D", "SHA256": "8057B1AC3DD7B4160C133AB68C41A8AA93B50C4AFC14752C3815CBCDA9BE72EA", "CRC32": "4F341B80", "BLAKE3": "BBBF229E7DDE10735864D5182032F8F1796BF7975F33113FF82E5FF8C71DC8D6", "AutoV3": "C5809BD3910D"}, "downloadUrl": "https://civitai.com/api/download/models/676912", "primary": true}, {"id": 592258, "sizeKB": 47100.8662109375, "name": "676912_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-28T00:37:15.860Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9B6ECE5A", "AutoV2": "5E5DC29307", "SHA256": "5E5DC29307C6FA499724DC6CEB3B1E21DA660CD5556D3FC17A4A828832D9BFEF", "CRC32": "866552DB", "BLAKE3": "41571690A77D3C74F21F0477C19FC66F7BDB6954D223BFAF95E0494605415271"}, "downloadUrl": "https://civitai.com/api/download/models/676912?type=Training%20Data"}], "images": [{"id": 21664763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4bd9093-1ab0-4ad6-a73f-61efb9afc949/width=450/21664763.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGD0Mu-:NHW;~URQIUNG-oaeRjoeWFxux]t7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21664769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f11d10d-4615-44e5-8c8d-bbaa1aa6acd7/width=450/21664769.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8CQVxt60KkC^lkCDhRP?toftSRj4VRj?^t7", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/676912", "modelId": 605574} \ No newline at end of file diff --git a/datasets/metadata/677326.json b/datasets/metadata/677326.json new file mode 100644 index 0000000000000000000000000000000000000000..e5050686fdaa3fd9a8146817d6570340ca6f4cd9 --- /dev/null +++ b/datasets/metadata/677326.json @@ -0,0 +1 @@ +{"id": 677326, "index": 0, "name": "supers movie", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-28T10:25:46.929Z", "availability": "Public", "nsfwLevel": 29, "description": null, "trainedWords": ["This is in very early stages atm, trying it out to see how well the LoRA can be customised without adding additional training data. Depending on how this goes will determine how much training data is needed in the final version
Current prompts (place holders)
Missionary close, girl on top
Missionary close, guy on top
Planned prompts
Kissing
From the side
From below
man with eyes
", "trainedWords": ["Missionary close, girl on top", "Missionary close, guy on top"], "stats": {"downloadCount": 29, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 594720, "sizeKB": 14782.6611328125, "name": "679675_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T00:45:43.277Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BB875F21", "AutoV2": "C423250A93", "SHA256": "C423250A9376091F7B2E6EEACF41DB6122F73C207BF99F31A764006A3181B487", "CRC32": "622231E2", "BLAKE3": "393463A7DAFAEC7A7E9235F805E73D6D56CE1D3D27900BE675E3D3B3CBEF08FD"}, "downloadUrl": "https://civitai.com/api/download/models/679675?type=Training%20Data"}, {"id": 595877, "sizeKB": 223098.92578125, "name": "Test.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T14:05:52.685Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1C4C767D", "AutoV2": "21A5235352", "SHA256": "21A52353522618C7A3E52C998549A78E106509337C0D1084673C42F2AF81F71E", "CRC32": "BDD4479D", "BLAKE3": "8C2B3D224E8B6E482011B7C1A52321FC3FC834F0A8F53634315A430E89379A75", "AutoV3": "EC81434E663A"}, "downloadUrl": "https://civitai.com/api/download/models/679675", "primary": true}], "images": [{"id": 21866803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/428befb6-2d16-4c13-a284-2373269f86b7/width=450/21866803.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHLyl{~o9txuS%5lkCs:0fIUxux]O?s;9asW", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21866800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/326537ab-c45b-4ba2-ae1b-891fa515c8ed/width=450/21866800.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U8I4O%_21J%g03~B-:JB009Zrrr=^j0LIU9a", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21866797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c5ac163-43ce-421a-a476-556da1c49ccb/width=450/21866797.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBH^x0_MTx_20$-pt7oz00$$=wrqR50L4.9G", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/679675", "modelId": 608032} \ No newline at end of file diff --git a/datasets/metadata/679794.json b/datasets/metadata/679794.json new file mode 100644 index 0000000000000000000000000000000000000000..9c3633249a1efe1cfa08a4b732b5284270926981 --- /dev/null +++ b/datasets/metadata/679794.json @@ -0,0 +1 @@ +{"id": 679794, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-29T02:04:38.941Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": ["dwarvenstyle", "dwarf"], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 594835, "sizeKB": 77728.9541015625, "name": "dwarves training data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T02:05:53.701Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "59CEB0B6", "AutoV2": "842C938AD5", "SHA256": "842C938AD530F72C4E04AA109E8EBADAAB9B3FED2BFA8421C9588CAA2B0C00DD", "CRC32": "BB27FAA3", "BLAKE3": "B2A8C8330FE5C51B13E52CCAC904CDA9936546D440DAB37577A6270491BBE51B"}, "downloadUrl": "https://civitai.com/api/download/models/679794?type=Training%20Data"}, {"id": 594834, "sizeKB": 36979.9609375, "name": "Dwarves! SD 1.5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T02:06:22.646Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AF12D23A", "AutoV2": "EF4906B753", "SHA256": "EF4906B75395083F48B9D718D56B980F1C8189F94E2B4E3131A6F5C14DC05372", "CRC32": "FD42C4F7", "BLAKE3": "533F721CE2C83AD6AFE1C2565499ED2619142BDACFB1BDCAF25E24F81C51DF54", "AutoV3": "4612E11C46C3"}, "downloadUrl": "https://civitai.com/api/download/models/679794", "primary": true}], "images": [{"id": 21798434, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/039ab401-6ecc-47cc-bb91-f106f715d694/width=450/21798434.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAEC?~niGHS$-9of00Rj_NozR+t7_NM{ofs.", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21798526, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee4ea2b4-0124-4f0b-81c7-aa69e292e2ab/width=450/21798526.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "U29Gv|Z~00~V0rR+[RNb.8oz01NG~n-U4Us:", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21798575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60478b76-fa30-49f6-ab47-d347e3da8191/width=450/21798575.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "U49?{~9w00},0T?F+s0gJCadMw%2~UD+D*~T", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21798635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e7f53dd-6849-480a-bb9c-8ec57305c01f/width=450/21798635.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "U59Zl#0%M{xWaJE3~AbF4:xWNHof58-nI;NI", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21798540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/473b3637-e9f6-47cd-8da3-56e72af46d0c/width=450/21798540.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAC?$I9G4.?HD%ofIUxu_NIo8_xu%gjF?HRj", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21798630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e62bd2f-1204-4041-bbeb-b502dd7d5a68/width=450/21798630.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "U68px{9vD%~A5?s,#kI[5@-SIUIu^*V]RP%K", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21798631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1405b48-7011-4e3e-a6d6-7627fbafcc09/width=450/21798631.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "U59s#P~A0203}=={E34;-nxZEME3IoNGkCxa", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21798632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a197619-a30e-41c8-8e4e-f4db67247c78/width=450/21798632.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "U28p$30Q57$}0hx]^*9^02~AI]-pWAi_xtoz", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21798638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/002a159b-3b56-4270-bf45-91629a72e335/width=450/21798638.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "U49QBV0N8_#kAGE3}:9u0f^i9coy0g~A59?F", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21798552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfb4df28-0059-44bd-876c-19bdbaa1e28c/width=450/21798552.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBE3SPEM9a^*VXIUD%xa_3E18_%M~qtRt8WB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21798633, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b12d8a9-ebc7-4ca5-ac6a-16a036ed90b8/width=450/21798633.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "U38pu.}=020OWA-TWXWE039woy?E0M9v^j?E", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/679794", "modelId": 608133} \ No newline at end of file diff --git a/datasets/metadata/679835.json b/datasets/metadata/679835.json new file mode 100644 index 0000000000000000000000000000000000000000..474c8a97e86e6ae6914f6c291aba5b0c7ac70672 --- /dev/null +++ b/datasets/metadata/679835.json @@ -0,0 +1 @@ +{"id": 679835, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-29T02:49:27.590Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["evelynparker"], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 594881, "sizeKB": 247032.3115234375, "name": "679601_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T02:35:52.114Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1AD46D23", "AutoV2": "1829E83BCE", "SHA256": "1829E83BCE4786C5FA9BBAFA76D51CED92F7BCF6839D1D3E3ECD2E19411B0C92", "CRC32": "1E8D8139", "BLAKE3": "45D8BD0025AB3363B3B9C21808C0908B8C3D0D897A5F100649F08F73142F8630"}, "downloadUrl": "https://civitai.com/api/download/models/679835?type=Training%20Data"}, {"id": 594880, "sizeKB": 223107.81640625, "name": "EvelynParker.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T02:35:52.334Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "103CC754", "AutoV2": "8CAFFBAB4A", "SHA256": "8CAFFBAB4A3C8EEA91F7528BB500FA74A2CBA1D5C3EE2F350D9B246B913BEA6F", "CRC32": "69501E82", "BLAKE3": "60F5237E673FB2A3757C6ED27453E537DCB447CDB7AE88770A882C926778E1B7", "AutoV3": "9616A58261B3"}, "downloadUrl": "https://civitai.com/api/download/models/679835", "primary": true}], "images": [{"id": 21802887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27a8e2b1-30ad-48f9-ba04-5b92a2dbc9cd/width=450/21802887.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UICPk@=b^-=}.9i^%Lt69sInROI.E0NHMxnl", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21802883, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e69c2118-be2e-47b4-b042-09eaf18d088c/width=450/21802883.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UOD+cH%M~XxZ-=NZxuax-Vo#$+ofM_R*RPRi", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21802901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/319087a4-e55a-4076-93f4-8c0c7f6cc75d/width=450/21802901.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U6C6Dt?c00551ntT-KMw0gEO}8^08^NGtRXm", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21802884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6a5f8ec-c6af-4665-a61f-05980ac2569e/width=450/21802884.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UGEV2I^m?JjE-s=}~Ew[5iv~W8wyMwVrI:xb", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21802896, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9557263b-64ec-44f2-ad5c-282dd1faafbf/width=450/21802896.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UDDInY=d5PITcbM{t7ROx^-q=yM_ACx^wIM|", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21802897, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10ddcfd6-5394-40ed-92b6-c5fff7d6fb46/width=450/21802897.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "U9D99]0}~E~D-?Rj%1tP=}NG-pxaxuRj%2WD", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21802903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e71ae25-1cf9-472b-b03b-e376e03d5a55/width=450/21802903.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UABCfjxu9@NF?dJPNse:%2S1$*Nb$*WAM_xv", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21802899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46f83e05-5ddd-4c82-b8a9-0267ea07d107/width=450/21802899.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U7BV^;6w^-S}tV9@^QR%00Z$9DMxI,=}0ca{", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21802900, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be425545-b2e4-460e-a942-3cdb26546e7a/width=450/21802900.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UIJ@,t~WRO.700Mx?b%M9ao}RP%Mt8IVDiRP", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21802904, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfa7a8ea-abb6-4c3e-ae4e-a3f2d562423a/width=450/21802904.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UrHL*xIptRa#_NWCWAWBx[ofMxofxvozWYof", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21802898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03318d89-2df0-4e2f-8a05-d0ec87243997/width=450/21802898.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "URExhxV[-qRj}^WB?HV?-WoM$*xb-BofoMxu", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21803880, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47881808-93c9-46f5-902c-91743226103d/width=450/21803880.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UOEeo[}^ER57-ZwPs=R*N3w$-VjD,K#s$Mt5", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21803878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80ac0da6-f943-4d8b-91f8-006b7c7bae6b/width=450/21803878.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UNHArM:wI1$%,5;o-Ext4;-p$_I.NqSxkQI.", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21803873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6887729-c698-4c81-a61f-ff7b0105f520/width=450/21803873.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UOF#X-rxD@NL-tsE$,V^5TxH$yn$WCV[avxZ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21803875, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fceaad40-3b8a-47f8-b8da-671efa8a7931/width=450/21803875.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UIBxmS%1BKo@}1obF.ou;UbHJhWV,uNGJ7sq", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21803874, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/112cb2e2-bfb1-4480-afc3-6a72454812f6/width=450/21803874.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U68W{y^,?wXTEKM{M_ae0dM|ivngxaoJbIxu", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21804309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f7c2f82-cedb-4df6-9a74-4d9b7a783e84/width=450/21804309.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UAF=RRxk034mDv54}^tk00cX+?I-n3nntLx[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21804992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8946829-466d-49f5-94a1-299310db4fac/width=450/21804992.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UZEMwmkoWC9s.AI-rqNaE2In$jt6sDWVw|WT", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21805066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bccc383-16bb-4804-8331-848f69810e31/width=450/21805066.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U7GuI6?G~T9|_3R*9Fxa9XI=xd-Q^0jbAbba", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21805141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98ea6737-7516-41e5-9d20-d6bcf9e2fa49/width=450/21805141.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U8Dv4wxu00M{m.ayx[of00R*~9axPUf*VrWB", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/679835", "modelId": 608169} \ No newline at end of file diff --git a/datasets/metadata/679843.json b/datasets/metadata/679843.json new file mode 100644 index 0000000000000000000000000000000000000000..1d5b9505305e6ed6c52dbb2a94bcfdaffe3b664e --- /dev/null +++ b/datasets/metadata/679843.json @@ -0,0 +1 @@ +{"id": 679843, "index": 0, "name": "V1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-29T03:42:27.748Z", "availability": "Public", "nsfwLevel": 16, "description": null, "trainedWords": ["1girl and 1boy, behind pov, bavk pov, from behind,girl focus, girl pov ass, pussy, vaginal fluid, vaginal folded, medium breast, blush, naked, nude, bedroom, cunnlingus, boy laying on bed, boy licking pussy"], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 594965, "sizeKB": 223100.20703125, "name": "69__Cunnlingus_from_behind_XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T03:41:16.861Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E4009572", "AutoV2": "FA5DAD26DD", "SHA256": "FA5DAD26DD69FB8FDE9FBA5392A32936EDA8D45D4D1A29211A2D9D8469289EA4", "CRC32": "277D0B2B", "BLAKE3": "6286B3FFA155D1B5CC6BC6BC0803DAC539E3C0D6DA37A2B50D425456629FD7B9", "AutoV3": "C19293225070"}, "downloadUrl": "https://civitai.com/api/download/models/679843", "primary": true}, {"id": 594892, "sizeKB": 2385.7724609375, "name": "679843_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T02:50:41.975Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AEDE5BD5", "AutoV2": "E0030EDE50", "SHA256": "E0030EDE5047AA0EA6593C95CF2A6F1893024DFC87BC60803EE4CF3319CAA211", "CRC32": "FEF81E87", "BLAKE3": "847294A87AA4D698BC36720ABA2ACEAC5F931179321AF5F38ADC01BCDA705684"}, "downloadUrl": "https://civitai.com/api/download/models/679843?type=Training%20Data"}], "images": [{"id": 21811632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d053ea1-1284-4215-9858-62a9d1dfa4f6/width=450/21811632.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UOM?e^}@00Vt~qIVIAt84:-Vs8X8ni-oxut7", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21811631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8af4b4cf-bb95-40ca-9c79-cd22a269b8c2/width=450/21811631.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGKAjB?GAu=x0fJ*R5ni00E2~B%g#6so-:Os", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/679843", "modelId": 608176} \ No newline at end of file diff --git a/datasets/metadata/679880.json b/datasets/metadata/679880.json new file mode 100644 index 0000000000000000000000000000000000000000..2e0291f545ed4b72a05e90e70607913c756f1ac6 --- /dev/null +++ b/datasets/metadata/679880.json @@ -0,0 +1 @@ +{"id": 679880, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-29T04:26:50.245Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["soron_kusakabe"], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 594955, "sizeKB": 37903.2236328125, "name": "679880_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T03:35:46.946Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B819870F", "AutoV2": "3EAC5FDE5F", "SHA256": "3EAC5FDE5F7A4914FE22727BA286E8F04B01D3A0DB7260D10ABF74FC571B1D3C", "CRC32": "4263A61E", "BLAKE3": "D9AC614EC90CC86AC3C1261F0F6F71075C90EBB4F71402E4C218C2827D2B834D"}, "downloadUrl": "https://civitai.com/api/download/models/679880?type=Training%20Data"}, {"id": 595047, "sizeKB": 223099.67578125, "name": "Sonon_Kusakabe_Pony_XL_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T04:30:52.884Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E34546F4", "AutoV2": "DB680CC0D8", "SHA256": "DB680CC0D8D22E67C1CDD7C638011A9ED61C265A11E1E6D3F9FFFE88C8EC18FB", "CRC32": "8C90B778", "BLAKE3": "77B6A956D6FDD6B2CF3D8AF7FEADDB296B94D96BCCFC3FB474FE8438B5BC9487", "AutoV3": "4042925833C4"}, "downloadUrl": "https://civitai.com/api/download/models/679880", "primary": true}], "images": [{"id": 21816558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8acce87-c0a3-4b72-ab0a-b1bcb35cdba6/width=450/21816558.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6D9S201L24:_Mr=ofE200?aR5%1?akCi{t7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21816559, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6871be9f-7959-4bcd-a6b3-7fdf1fc01fb6/width=450/21816559.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UED+-wIU%$IV~pM{xuM|0Lj[r=n$ofayxZof", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21816560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76dcf49c-e4ab-437e-834b-c667830ef35d/width=450/21816560.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9DSgqRO.m0f%MNG%2bb00IVMx%L?aNH%L%1", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/679880", "modelId": 608212} \ No newline at end of file diff --git a/datasets/metadata/680108.json b/datasets/metadata/680108.json new file mode 100644 index 0000000000000000000000000000000000000000..456eff50e5a534b942116cbc06275cbdc3a2559d --- /dev/null +++ b/datasets/metadata/680108.json @@ -0,0 +1 @@ +{"id": 680108, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-29T08:36:56.364Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 595171, "sizeKB": 79762.3212890625, "name": "680108_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T06:00:50.030Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "69570E90", "AutoV2": "DCE52FA545", "SHA256": "DCE52FA545C459E3D722A1A61DAF91F152F6E22D04801F6615FA16984176B1E2", "CRC32": "3BCC28F3", "BLAKE3": "2F7F1976608A04E70D7EE6DA69762EA512865AC59A0FB737B0257FAE7740CF6C"}, "downloadUrl": "https://civitai.com/api/download/models/680108?type=Training%20Data"}, {"id": 595354, "sizeKB": 223100.91015625, "name": "Pink_Slime_-_PONY-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T08:31:03.932Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DDA6CE26", "AutoV2": "4E38014BF6", "SHA256": "4E38014BF64CFEC92A44FD8F228701D8F001BE95A07BFE4296F2234DEB30E18B", "CRC32": "FFB5EF25", "BLAKE3": "DAF45CA3215ADF97F9E28646663F4FFB664D61F637CF87362ECDE488C1486208", "AutoV3": "94DC65916F7E"}, "downloadUrl": "https://civitai.com/api/download/models/680108", "primary": true}], "images": [{"id": 21840794, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/126aa2c6-a9c6-4a7f-9c63-74932c571490/width=450/21840794.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULJW6l=QFGNtJ=JVS1Ws$XE|$7sYSmss$SoN", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21840795, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f1722e5-8d2b-41c2-b9d6-6ade47545dcc/width=450/21840795.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULJ:pGOH5{f2S-JUs5WS=RWZ=2oMJVa#w|oN", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21840789, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d42dd77b-0ab5-4124-bffa-d25738af5ba0/width=450/21840789.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBMW8BC5AU::mc+LFpS?80K-;1rWAJAH;~gi", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/680108", "modelId": 608406} \ No newline at end of file diff --git a/datasets/metadata/680138.json b/datasets/metadata/680138.json new file mode 100644 index 0000000000000000000000000000000000000000..a315e956e822cd325b1e690fd7e1c786cceb0e00 --- /dev/null +++ b/datasets/metadata/680138.json @@ -0,0 +1 @@ +{"id": 680138, "index": 1, "name": "Version 1.1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-29T07:09:48.061Z", "availability": "Public", "nsfwLevel": 28, "description": "Another version of the same thing, different \"epoch\" as it's called.
", "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 595182, "sizeKB": 24386.3203125, "name": "680138_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T06:10:53.102Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0E21F3A4", "AutoV2": "26CC03DC9B", "SHA256": "26CC03DC9BE1A5473C264D27F8EA613627E0FE5D2E6BCBB2B89E85C30BE295E4", "CRC32": "BE578DE5", "BLAKE3": "465887B6FF741115FC848629FF6D9AE8ED28F2736C151FEA1C7F885F25560E63"}, "downloadUrl": "https://civitai.com/api/download/models/680138?type=Training%20Data"}, {"id": 595250, "sizeKB": 223105.23046875, "name": "OtterlyThicc_Style_Attempt_2-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T07:00:51.148Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "819AFAF4", "AutoV2": "4EE29559D3", "SHA256": "4EE29559D321A3D9D166366B52736A39E55054CC58A6CEA54494BC420FE7567E", "CRC32": "31842DFB", "BLAKE3": "65D2E1D43FA4D779A02D6D13843352F88C3AE9389398B9E55E487F951119363C", "AutoV3": "808788925C2A"}, "downloadUrl": "https://civitai.com/api/download/models/680138", "primary": true}], "images": [{"id": 21833178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6467c74-bc09-43b5-8c57-9b52ef4d2ce1/width=450/21833178.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7H,4%W+4,v=y5I+IDRCSGsrE0X3+.r{o[kS", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21833176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55c92a92-f73f-4aa4-872c-e25e7ad100c2/width=450/21833176.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDJkG*xa*JpI%#tRZ$VY.mWBR5oM%2VsXlkq", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21833600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3054288-44f8-4dad-9bfe-4b282f6ab41a/width=450/21833600.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UlJcyo=y~Ao}%gXNMyRR{hNsXKM{$mnmtPXO", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21833603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c602f2d-e52f-4e35-a5ab-d2ed5e2889bd/width=450/21833603.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEL61l|Mtx3,?rx.;4nPy[Bi05:-O*W;EhS~", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21833605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a87ff9d1-490d-4818-bab0-029597d5a9ad/width=450/21833605.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "ULD-ui%bC|KzuJiyf8TaCNR9w]oJv%cUM$WX", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21833602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fb15247-4852-4cc3-b4f0-4ea31a95b97d/width=450/21833602.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBI%4xTvLm%GlcrLiknjKur[a6WF%KP3n9ou", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21860390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f1c75f0-3bf4-4b0d-9773-3795dcf26d68/width=450/21860390.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHKm|o%ex?Mf_MIBDjx[4mRjRQx[v.o{x[nA", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/680138", "modelId": 608432} \ No newline at end of file diff --git a/datasets/metadata/680333.json b/datasets/metadata/680333.json new file mode 100644 index 0000000000000000000000000000000000000000..24dc4799313db49921cc5063a3ebddfdbd671016 --- /dev/null +++ b/datasets/metadata/680333.json @@ -0,0 +1 @@ +{"id": 680333, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-29T11:31:02.671Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 595620, "sizeKB": 223100.46484375, "name": "Rainbow_Slime_-_PONY-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T11:30:57.713Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E2F6F7FE", "AutoV2": "08470ACEA1", "SHA256": "08470ACEA1ABEAB4CDC5076CFC8ECA16A46FF40395BB8F02C12C340E320AB051", "CRC32": "867A8D9E", "BLAKE3": "A495E0C261C347A79E631A27F596218BFAC9E7882C12879EA38DB99F5E90751B", "AutoV3": "38A8D982A75D"}, "downloadUrl": "https://civitai.com/api/download/models/680333", "primary": true}, {"id": 595374, "sizeKB": 141069.1474609375, "name": "680333_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T08:50:40.786Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EE2C52A5", "AutoV2": "F5E6E8B6C9", "SHA256": "F5E6E8B6C9ECD4026F8E4887A16AD56F9F823F52ACE10941A041B6B5BBE30C8D", "CRC32": "5CEF9E5B", "BLAKE3": "CE274F02BD384C180EE2D6C2BFC1A3320D5B1CF619F37CCFAF190045B5EE6858"}, "downloadUrl": "https://civitai.com/api/download/models/680333?type=Training%20Data"}], "images": [{"id": 21855529, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ef28791-3a31-4225-90c3-24a875b3f9ca/width=450/21855529.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDG@iqJ1VUPX^c4.9NO]aWM5=o7Y46CHngxV", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21855530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a593d1d4-14ac-4aef-9269-b5ad6aecddc5/width=450/21855530.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTGaS9XS9YRqyWwJ9aj=-aS1iwozO8nn,HW;", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21855531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4dd15893-0859-44f4-89d3-016f6a7d05da/width=450/21855531.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWH+eV}mJ|J9^N-4W?s:xYxBxIs+J:smwfs9", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/680333", "modelId": 608610} \ No newline at end of file diff --git a/datasets/metadata/680339.json b/datasets/metadata/680339.json new file mode 100644 index 0000000000000000000000000000000000000000..d8ab0f36867d17f5c7dde9023bc8e25c5620978b --- /dev/null +++ b/datasets/metadata/680339.json @@ -0,0 +1 @@ +{"id": 680339, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-29T10:08:31.460Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 595385, "sizeKB": 643.236328125, "name": "680339_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T09:00:47.665Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "66E4F0BA51", "SHA256": "66E4F0BA51DCE9906E4D33009D7B92B26BC70CD107414A1082B2BFF62F9C6FAE", "CRC32": "3E32A5C9", "BLAKE3": "C76798CB665E0263005BDD577F6F8268208F833FED395DD871DA0743068487BF"}, "downloadUrl": "https://civitai.com/api/download/models/680339?type=Training%20Data"}, {"id": 595499, "sizeKB": 18545.7421875, "name": "Manta_Ray_Codm.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T10:05:48.710Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "90B8A55812", "SHA256": "90B8A55812AAAD42A48D9FED96EEC9F71330395A63A7CD5694C6DFB3796C87AE", "CRC32": "F722017A", "BLAKE3": "79B138631BD4108C446CAE86F2A7B5BCD4E6F41810C026FB2FB2C4153860DEB2", "AutoV3": "DE9287212773"}, "downloadUrl": "https://civitai.com/api/download/models/680339", "primary": true}], "images": [{"id": 21849322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4707f5e9-aad3-4721-8a3d-90b78292cfd9/width=450/21849322.jpeg", "nsfwLevel": 2, "width": 612, "height": 662, "hash": "UMGt[~=]~Ae-5YWB9wR*IVIWRQj]s;oykAt6", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21849320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4001feba-082b-4992-830c-b4e5ee6c217c/width=450/21849320.jpeg", "nsfwLevel": 2, "width": 602, "height": 662, "hash": "UCIgorv|?B~T07=]9~0g4o4?IW$z?FxsNGt6", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/680339", "modelId": 608616} \ No newline at end of file diff --git a/datasets/metadata/680343.json b/datasets/metadata/680343.json new file mode 100644 index 0000000000000000000000000000000000000000..e8c4062c93abda1d93b2b46ad01433a050d4ec65 --- /dev/null +++ b/datasets/metadata/680343.json @@ -0,0 +1 @@ +{"id": 680343, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-29T13:30:16.589Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["sable", "woman"], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 595377, "sizeKB": 20321.80859375, "name": "680343_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T08:55:41.916Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7ABBEB7F", "AutoV2": "5EB37DA18B", "SHA256": "5EB37DA18B3A08AFF327530930A9F7FF16D5E6FC1842237DBA84ED3F45DF6B5A", "CRC32": "2B20E75E", "BLAKE3": "AA98DA9894136DB0763CDC9CEE9974CB3B21DAFF320B3BCDFEAA850C826D6563"}, "downloadUrl": "https://civitai.com/api/download/models/680343?type=Training%20Data"}, {"id": 595785, "sizeKB": 223104.72265625, "name": "Axis_-_Sable_OC.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T13:15:52.938Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8F462497", "AutoV2": "F65FD993C4", "SHA256": "F65FD993C4638CC4EA9AC837B94735995E6489E8541DA68D5CD21F777DEDD645", "CRC32": "02C3746E", "BLAKE3": "6F2C0DC32804514C93178C75369E4D69A3A4E37F748DBDB4C71DE48E6DE31038", "AutoV3": "8BDB0F86DE4B"}, "downloadUrl": "https://civitai.com/api/download/models/680343", "primary": true}], "images": [{"id": 21863682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/541ce384-b395-40e4-b760-1a8a2ecd5e60/width=450/21863682.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UQG[ZXbFIo?Z~WIpM|xutlocn%NHS$WXxZM{", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21862618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3c6993a-c1c5-4261-a003-53f375260175/width=450/21862618.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGJ[hy9w3ZOs06IUixr=8_Io-4of0N%0%2WX", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/680343", "modelId": 608619} \ No newline at end of file diff --git a/datasets/metadata/680347.json b/datasets/metadata/680347.json new file mode 100644 index 0000000000000000000000000000000000000000..8fd494f2ac91fe6789ff050c36ba60ad86e455aa --- /dev/null +++ b/datasets/metadata/680347.json @@ -0,0 +1 @@ +{"id": 680347, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-29T09:53:27.515Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 595381, "sizeKB": 164.6376953125, "name": "680347_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T08:55:42.117Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "D40E2D8F66", "SHA256": "D40E2D8F669AF3B822B53B578847969C8C50DF9F50CA553E3C891D76172A9D8A", "CRC32": "09EEFA27", "BLAKE3": "428A3C3A1A3E9D60D590909B3AEB83AF3DF94C2A4D522319BE3E8CE0AA0251BE"}, "downloadUrl": "https://civitai.com/api/download/models/680347?type=Training%20Data"}, {"id": 595488, "sizeKB": 223099.26171875, "name": "sexy_ming-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T09:55:45.540Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D23F2B30", "AutoV2": "715436DC4F", "SHA256": "715436DC4F0503E07DE9CCF102A88CD7F8668AC6C5897700A5B1E70D61B56368", "CRC32": "2D3594D4", "BLAKE3": "FF97A37076B5F59C10A79A0883F106CC3DC208C702747EB17C447FE735E7138B", "AutoV3": "C41D58636D82"}, "downloadUrl": "https://civitai.com/api/download/models/680347", "primary": true}], "images": [{"id": 21847955, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcb24aba-a668-44db-a9b1-c4fedaf770d3/width=450/21847955.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKB|?cj]PUo}RVj]VVadT}WV-As;%MjZxakC", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21847954, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c5d573e-f343-4cca-bdb7-2046bd1eb1ae/width=450/21847954.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEDw5gj]UHtR8|a~VCV?u6WV-6so%gWB=|t7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21847959, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1249a66-60ef-41ec-9a54-c53ae2d3b067/width=450/21847959.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFCjeYoMT{tlDjkDMbROu6Wq$fs.tmWV$%s:", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/680347", "modelId": 608624} \ No newline at end of file diff --git a/datasets/metadata/680480.json b/datasets/metadata/680480.json new file mode 100644 index 0000000000000000000000000000000000000000..cc9d61c8aec2ecdfcd5b1a24ca8da7c0fad706e0 --- /dev/null +++ b/datasets/metadata/680480.json @@ -0,0 +1 @@ +{"id": 680480, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-29T10:21:16.792Z", "availability": "Public", "nsfwLevel": 1, "description": "base on AutismMix SDXL(PONY)
\u7531\u65bc\u7f3a\u4e4f\u7d20\u6750(\u904a\u6232\u6211\u6c92\u600e\u9ebc\u73a9)\uff0c\u5f88\u591a\u670d\u88dd\u6211\u90fd\u6c92\u6709\u80fd\u529b\u8a13\u7df4\u51fa\u4f86\uff0c\u5982\u4f60\u5e0c\u671b\u52a0\u5165\u66f4\u591a\u670d\u88dd~ \u53ef\u5411\u6211\u63d0\u4f9b\u904a\u6232\u5167\u622a\u5716(\u66f4\u63db\u5ba4) \uff0c\u6211\u662f\u4f7f\u7528IPAD PRO 8X AA\u6700\u9ad8\u756b\u8cea\u622a\u5716\u7684\uff0c\u591a\u89d2\u5ea6\u5341\u591a\u5f35\u5c31\u53ef\u4ee5\u4e86
\u5efa\u8b70\u4f7f\u7528\u9762\u90e8\u4fee\u5fa9
++
score_9, score_7_up, hd, (ultra hd quality details),source_anime,
--
3d, ugly, greyscale, monochrome, blurry, source_cartoon, source_furry, source_pony, sketch,
snow idol:
hanasuzukic2, long hair, hanaskimas-costume, hanaskimas-choker, hanaskimas-gloves, hanaskimas-mismatched legwear, hanaskimas-high heels, hanaskimas-head wreath,
idol:
hanasuzukic2, hanasorgidol hair ornament, fur-trimmed gloves, hanasorgidol clothes, fur-trimmed knee boots,
daily clothing:
hanasuzukic2, whhana3-skirt, whhana3-vest, whhana3-shirt, white socks, sneakers,
Black turtleneck:
(hanasuzukic2), short hair, hair bun, hana2-belt, hana2-hairclip, hana2-turtleneck, hana2-pantyhose, hana2-pleated skirt,hana2-high heels,
Gray pinafore dress:
hanasuzukic2, long hair, grhanasu1-shirt, grhanasu1-pinafore dress, grhanasu1-belt, blue nails, grhanasu1-hairclip,
", "trainedWords": ["hanasuzukic2"], "stats": {"downloadCount": 19, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 595558, "sizeKB": 555358.57421875, "name": "hanasuzukic2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T10:45:56.407Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D716C874", "AutoV2": "26C3CC846C", "SHA256": "26C3CC846C672A25C6E682E5EC9EA1F54DC0573450015AA76E06132ACDD32F84", "CRC32": "AD5DBCB8", "BLAKE3": "B9A7B5FFE4C782513BFB4EC16941CE575D421C9D2A2463D7A9BE995D3FB36750"}, "downloadUrl": "https://civitai.com/api/download/models/680480?type=Training%20Data"}, {"id": 595525, "sizeKB": 56079.48828125, "name": "hanasuzuki_autismmix.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T10:27:28.850Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "051591E2", "AutoV2": "75437818C5", "SHA256": "75437818C5BC33F02FE3C82401A4AB8E98B6E63C9F4C7BDCFAC0E0096E6D20E0", "CRC32": "F38D4983", "BLAKE3": "C7790445D48999CE2DC0CA3414CE670CF2CFA5BF1DC76EFAD49C569391678F73", "AutoV3": "F8AC6C569C34"}, "downloadUrl": "https://civitai.com/api/download/models/680480", "primary": true}], "images": [{"id": 21850418, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73501e4a-60fc-4422-886d-cf42948c9844/width=450/21850418.jpeg", "nsfwLevel": 1, "width": 4096, "height": 4096, "hash": "UEI#TB0L00.A00ROEkx_nzXn^jNH$yM}oiV=", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21850420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/426d7892-2ab8-4217-bbed-a0353ca64806/width=450/21850420.jpeg", "nsfwLevel": 1, "width": 4096, "height": 4096, "hash": "URIN]x~Uo?WTo}-pnNxaRqD*D%IUs;bIWAju", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21850421, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec9af3e5-a0be-4f9e-b3a0-b5afbb84819c/width=450/21850421.jpeg", "nsfwLevel": 1, "width": 4096, "height": 4096, "hash": "UFK^y@?b00.8~V-l^*xa-mozSLt5?aE4$*Ri", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21850425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41b79b6f-74b9-4538-9ae3-ad33dbeca29e/width=450/21850425.jpeg", "nsfwLevel": 1, "width": 4096, "height": 4096, "hash": "U9Hn?U^l00EL00J=9rD$i]xt~UIUGc9G=X%1", "type": "image", "hasMeta": false, "onSite": false}, {"id": 21851438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc9ea8a6-edd4-475e-bc99-84d1ca2aac99/width=450/21851438.jpeg", "nsfwLevel": 1, "width": 4096, "height": 4096, "hash": "UEI#Acoz00D*~AayOHxavxRjJXtR0MofwtRk", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/680480", "modelId": 608735}
\ No newline at end of file
diff --git a/datasets/metadata/680542.json b/datasets/metadata/680542.json
new file mode 100644
index 0000000000000000000000000000000000000000..98c349c282369366203ce40d94a82953daeb6563
--- /dev/null
+++ b/datasets/metadata/680542.json
@@ -0,0 +1 @@
+{"id": 680542, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-29T14:16:31.996Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 595600, "sizeKB": 130702.142578125, "name": "680542_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T11:15:39.623Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A7551BCC", "AutoV2": "041BDE3227", "SHA256": "041BDE3227ABE7610DF0EE86A6E57BEEAEDA8DAE4961E3E06AAE91DA580D9D22", "CRC32": "78358662", "BLAKE3": "632D2EDB99819F1F5D9D5E843C82C8B28CE3CCD9439F3134C94C522C0AA1A89E"}, "downloadUrl": "https://civitai.com/api/download/models/680542?type=Training%20Data"}, {"id": 595898, "sizeKB": 223102.42578125, "name": "Captain_Planet_-_V2-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T14:16:40.680Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8F4A3F33", "AutoV2": "2D213DC561", "SHA256": "2D213DC5617F775DACAE8E10EFF99C09E0675BCA8C2FFCAEAD73E9400C75DC64", "CRC32": "26628993", "BLAKE3": "6EF99BDEC055C8782540AD0361FAEDC6FC3C8214E481559CB9D1680E2F80F4D8", "AutoV3": "2AB71B8E77BC"}, "downloadUrl": "https://civitai.com/api/download/models/680542", "primary": true}], "images": [{"id": 21866807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7a901e4-46a0-4783-a3ff-afa9e2ac7f03/width=450/21866807.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UHEoug-;0{tl?aRiE1tR*0X8m-%1OZM_Vrxu", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/680542", "modelId": 608796}
\ No newline at end of file
diff --git a/datasets/metadata/680596.json b/datasets/metadata/680596.json
new file mode 100644
index 0000000000000000000000000000000000000000..1b66ef335c630ba02a581c674ad102b8cfb5883e
--- /dev/null
+++ b/datasets/metadata/680596.json
@@ -0,0 +1 @@
+{"id": 680596, "index": 1, "name": "V1 test", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-29T13:38:43.496Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 595644, "sizeKB": 21802.0830078125, "name": "680596_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T11:50:44.832Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C7185C97", "AutoV2": "B7E5E85339", "SHA256": "B7E5E853395EA4791778C4FE739B8B141564D1A3B6E74A65380DF0CD18D51EFC", "CRC32": "DB18BA08", "BLAKE3": "334797A1EBA62E4B9DE81727394886B38882E499977422D8AE058469FB61F677"}, "downloadUrl": "https://civitai.com/api/download/models/680596?type=Training%20Data"}, {"id": 595792, "sizeKB": 223102.23828125, "name": "Vore_Tight_Bulges.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T13:16:25.822Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DA1F2E0E", "AutoV2": "1F7AAEAACF", "SHA256": "1F7AAEAACF2A17C882829CD537758764CE136638397B9EFC7ABBA5211718EE35", "CRC32": "FCF764DC", "BLAKE3": "A8AAD1FBA13A4E3414F10279254A91DADF0BA9C0AA455C977581D04D097CB8E4", "AutoV3": "7E7296EE7772"}, "downloadUrl": "https://civitai.com/api/download/models/680596", "primary": true}], "images": [{"id": 21862311, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/216bc048-800f-4454-90b9-e3cdd15c9fbf/width=450/21862311.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UlHBupt85?axOVkDv}oJNFWFW9oK%%j^OZax", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21862306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b65c744-b13c-4bc3-a689-4febaa8daa89/width=450/21862306.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UkOM1}?^~WxaYQ={I:NGxEjtRPkWtRM{soxG", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21862327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa65695e-606e-4f37-8a91-b9ff26d593db/width=450/21862327.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UWQIMI~B%fEMu4o}ixeo.7Iu$$M{-;R.R%ad", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/680596", "modelId": 608846}
\ No newline at end of file
diff --git a/datasets/metadata/680717.json b/datasets/metadata/680717.json
new file mode 100644
index 0000000000000000000000000000000000000000..d3b78421cb651fbc1566a35ad351c3a62e99fcd0
--- /dev/null
+++ b/datasets/metadata/680717.json
@@ -0,0 +1 @@
+{"id": 680717, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-29T16:01:45.917Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 23, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 595770, "sizeKB": 118592.177734375, "name": "680717_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T13:00:47.140Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "01806E17", "AutoV2": "8AD8BD5F89", "SHA256": "8AD8BD5F898F3ED88FD014196B443ED44F3705BD9D4C025C5DB802331BE9FBE7", "CRC32": "35B88565", "BLAKE3": "3C93418C5739CF6BFFA2D790ECC30EDB27C2988341699E16E22BC952A673B29C"}, "downloadUrl": "https://civitai.com/api/download/models/680717?type=Training%20Data"}, {"id": 595769, "sizeKB": 118592.177734375, "name": "680717_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T13:00:52.851Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A1554201", "AutoV2": "A2FB646FD0", "SHA256": "A2FB646FD03859BD79636815AA63BD67DA7D0D3E705EF48576AC690C1EF2ED06", "CRC32": "68B3BDB2", "BLAKE3": "8B492CB57A7DDC8E67AEA111E6E84C0996E6F5B997CD4CAEBB0D7E5E8CCEDC06"}, "downloadUrl": "https://civitai.com/api/download/models/680717?type=Training%20Data"}, {"id": 596067, "sizeKB": 223100.53515625, "name": "Translucent_Slime_-_PONY-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T15:55:44.660Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FA192B4E", "AutoV2": "37923A8002", "SHA256": "37923A800218A31DE9D4BDEB3D64365B1FC081201F43F21F5667B4FED9844FEE", "CRC32": "1EDDC800", "BLAKE3": "A891723C62A267C7FB64879B482882C47E789DB65BE5E89A97CD5F83E318C300", "AutoV3": "4E9D0F065395"}, "downloadUrl": "https://civitai.com/api/download/models/680717", "primary": true}], "images": [{"id": 21876722, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/455eb5ed-e234-45b7-9f4d-f86877480f28/width=450/21876722.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9J*xI~qD%IU-;WBRjM{00IUIU%M4nM{ay%M", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/680717", "modelId": 608951}
\ No newline at end of file
diff --git a/datasets/metadata/680839.json b/datasets/metadata/680839.json
new file mode 100644
index 0000000000000000000000000000000000000000..0f4e1af4e7a9477718635c71f681190d1f5e7776
--- /dev/null
+++ b/datasets/metadata/680839.json
@@ -0,0 +1 @@
+{"id": 680839, "index": 1, "name": "V1- Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-29T15:13:42.144Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 4, "thumbsDownCount": 0}, "files": [{"id": 595846, "sizeKB": 21802.0908203125, "name": "680839_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T13:45:44.325Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A9C65E57", "AutoV2": "8CFB902259", "SHA256": "8CFB902259B00E4EE069757820F4B9357292186645310B367867D0EF29B548C6", "CRC32": "52A856C9", "BLAKE3": "C9E9A0F0DEC39D875BFEE105331E98F627E9B8133E68212C1F01043A34EB8264"}, "downloadUrl": "https://civitai.com/api/download/models/680839?type=Training%20Data"}, {"id": 595985, "sizeKB": 223102.23828125, "name": "Tight_Vore_Bulges_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T15:07:27.775Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D6BFC437", "AutoV2": "D4E74994CD", "SHA256": "D4E74994CD8BB547113008624886A737307F58EE94960E237AE8B7058E47006A", "CRC32": "8B5E9709", "BLAKE3": "E2708DF5B86D90FAF446168261B25A547DE84D7559918E54A2514E6AE98AF871", "AutoV3": "76C70E87BE12"}, "downloadUrl": "https://civitai.com/api/download/models/680839", "primary": true}], "images": [{"id": 21872382, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5f74710-55e7-462e-8646-0fa9bb532cda/width=450/21872382.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "ULO3Xp~CNq9aTWIUwN-p0xs+t8aK%1kCaen+", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21872381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1907cea8-7632-4286-bde6-8a2ca67e5ce2/width=450/21872381.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UHM@4P~V01w500NGNBtQ0m9t^hR%gP%2-ND%", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21872380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f92d256-6e45-4e0f-9f94-83caf7fd0108/width=450/21872380.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UxNmf%of~WxuRkt7oeRj%Ms:M|Rj%MRjR*t7", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/680839", "modelId": 609094}
\ No newline at end of file
diff --git a/datasets/metadata/680956.json b/datasets/metadata/680956.json
new file mode 100644
index 0000000000000000000000000000000000000000..ad8b0ea4c52ec3019b739628b931921bafc201fc
--- /dev/null
+++ b/datasets/metadata/680956.json
@@ -0,0 +1 @@
+{"id": 680956, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-30T14:37:25.490Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 596065, "sizeKB": 17757.0830078125, "name": "680956_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T15:55:44.383Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F6C31FB9", "AutoV2": "6E9AAED9FA", "SHA256": "6E9AAED9FA9B97CA2B71CB6C1F93021C1EB49D1E98724C2A962060F273C7C9F5", "CRC32": "13418220", "BLAKE3": "9A816D3369BFB8101E179F96A82BC838E2921232887FE9E97E2AC9E6C6C6AF72"}, "downloadUrl": "https://civitai.com/api/download/models/680956?type=Training%20Data"}, {"id": 598371, "sizeKB": 223099.44140625, "name": "Detective_Incog.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T14:10:58.195Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2FCC4349", "AutoV2": "75840CCFE1", "SHA256": "75840CCFE14D69AC3E99F72EA3082A3570D24BB54BA3B1C720F8C9A0255DF654", "CRC32": "8B975CF5", "BLAKE3": "1E2414559C537BFCAA524915B3C4E1CEDB79F2AE0461AA930B16CDA3DFB30A17", "AutoV3": "8ACE516E206B"}, "downloadUrl": "https://civitai.com/api/download/models/680956", "primary": true}], "images": [{"id": 22016606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1f72f50-efa4-4671-9ce2-0b8781e0c4bd/width=450/22016606.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UUIELlxu_N?H_3Io%fn$57s.$jR*xu%Mt6tR", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22016605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9bd2d131-685b-4555-8692-16799bf79098/width=450/22016605.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIBM6^=|9vR+%1Ip9uof~AxF9uRk%0R*M|s.", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22016607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eab2da1e-4d60-45f6-99de-18d25f7513f3/width=450/22016607.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UJI|wC={IV-T-:E2%Lx[^%M|9aNH~U=_M|=_", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/680956", "modelId": 609198}
\ No newline at end of file
diff --git a/datasets/metadata/681301.json b/datasets/metadata/681301.json
new file mode 100644
index 0000000000000000000000000000000000000000..71fc641d53a13588e37d58d0ce680feddda49e36
--- /dev/null
+++ b/datasets/metadata/681301.json
@@ -0,0 +1 @@
+{"id": 681301, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-29T17:50:11.522Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["harleyquinn2004", "harleenquinzel2004"], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 596292, "sizeKB": 111755.58984375, "name": "harleyQuinn-05.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T17:50:50.007Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "39D013C3", "AutoV2": "ACCFC694F0", "SHA256": "ACCFC694F0509E29A63A9536F35F9E1D7116D031874560801AD8B77D0FCFA2BC", "CRC32": "17177F55", "BLAKE3": "599A79355DC038D1FA71028802C6A6E524B3D73E280EEA3BA6AF6248CA032A10", "AutoV3": "79A2838A9A5B"}, "downloadUrl": "https://civitai.com/api/download/models/681301", "primary": true}, {"id": 596293, "sizeKB": 169550.03125, "name": "679557_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T17:51:21.813Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5A89792E", "AutoV2": "495BFBF211", "SHA256": "495BFBF21170B8D368E23C48B8A7CDD5A3A654FD6F4DD8F6C7EDE70F337F934C", "CRC32": "A4AF906B", "BLAKE3": "CEC6BD3D6B59B238D6C22DE4D9B9A3912D1B3CC986BD4337CD51C7A9D43EA2D6"}, "downloadUrl": "https://civitai.com/api/download/models/681301?type=Training%20Data"}], "images": [{"id": 21889888, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf58c1d3-4f84-4402-ad03-c78cc919c6b1/width=450/21889888.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UYG]XZb^uPaK9bV@Ipo#soofaKRiMyaet7oz", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21889889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d3220d3-8838-4265-a14b-1c76ecbcca5a/width=450/21889889.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UGHx+*K%Im-p~WKPNani00Nbb_en$jkV%2$*", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21889052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/409eed87-4b81-437a-9c5b-b784bb03e8d5/width=450/21889052.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UOI=GgsA?wtl?bRjV@xu4ns;R*NGM{ofbbR*", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21890043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5684a03-226f-4c5d-a418-ec41d32704cc/width=450/21890043.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UOHBe@T}-nWC.9?aRk%158=^RjW=?uM~ROE1", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21889045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05e0a89c-0038-4e26-9611-1f7186fd801b/width=450/21889045.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UBHVn}?^.9vy0HXnR-IUzURlMx%g00jqs8bc", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21889043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26e3d699-2251-48dd-ab1e-d3ab38c8842b/width=450/21889043.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UREWE=%gWUkVu6ofj]kCpJRjxus:IrM|MyRj", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21889046, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0d6edd3-04ba-4234-8dd9-d31a368093d1/width=450/21889046.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UaFYlPs:9Gt6~oj[M{t6%Layaxoe-:j[RjbF", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21889044, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9af238d8-842d-4e84-9d0e-ecd700a7a6cf/width=450/21889044.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UCKvje0ynB~BI#bX?H$+04%1g4Rn15s:IpS5", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21889047, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be7d85e1-f9d7-4b43-94fe-c812fe8e63b9/width=450/21889047.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UMJQ.$?GK*R:~ps,jKNdNFs:o3V@o#jsRjV@", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21889048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c02e8459-9615-432d-bc15-e18cd2b883d0/width=450/21889048.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U6G+RF-;.m?v_3M{x[-;0KRjIAxGxaozS2M{", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21889050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b2eefdf-5106-417d-b259-d41838bd035a/width=450/21889050.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDG*vb_211bdMuW.OaRkIpM|Mxs,_Nt7M|t6", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21889054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46f81f7c-d191-4b24-98d2-d5e0aff4b2a6/width=450/21889054.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UBGuUU-:80Ne^#ofN4V[58RkR5s.t8afWBof", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21889049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba97d65c-f9b3-4d4a-ae29-697c2a4fc2fd/width=450/21889049.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UHJ@q4-BM^v|~ot7RRs.NFW.kDo#oNt6NtN_", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21889778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1ea3e45-9286-4ee8-9f3e-4d92caf94d06/width=450/21889778.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UIKAj4-p49ogAlSeo%WCyrS1a0xa=}$+M{R%", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21889878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61924ac9-1248-4ec8-a8a5-ad020305dda7/width=450/21889878.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDLzg3Rk_1~n_2S4tPs,Xkt6D*IVV?s,jIbv", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21889051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eff58b09-b479-40fa-b817-14769b841685/width=450/21889051.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UEIr4}-q_N-;_NjERPb^4nbHRjRPV@ozozRP", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/681301", "modelId": 609502}
\ No newline at end of file
diff --git a/datasets/metadata/681343.json b/datasets/metadata/681343.json
new file mode 100644
index 0000000000000000000000000000000000000000..9c6968f61a58fcca76e782db3e68840b9a71d77c
--- /dev/null
+++ b/datasets/metadata/681343.json
@@ -0,0 +1 @@
+{"id": 681343, "index": 0, "name": "SDXL 1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-29T18:14:55.245Z", "availability": "Public", "nsfwLevel": 5, "description": "#TODO
", "trainedWords": ["s_uaang \\(Person\\)", "@s_uaang"], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 596708, "sizeKB": 6597.3642578125, "name": "[Civitai]@s_uaang_681147_training_data.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/681343?type=Training%20Data"}, {"id": 596365, "sizeKB": 223105.86328125, "name": "s_uaang[SDXL 1.0].safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T18:41:18.487Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C886C209", "AutoV2": "3AF92EA5E1", "SHA256": "3AF92EA5E1CF9DA04433726F084BFF15E97626B94CC057F2C09AAA15A2FCBA2F", "CRC32": "B739A0FC", "BLAKE3": "699AC4E793A06F3CE717E9A184A60AAA6714021B73657DCECD359C6A431A9F43", "AutoV3": "C8A58CD94B30"}, "downloadUrl": "https://civitai.com/api/download/models/681343", "primary": true}], "images": [{"id": 21909190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2e28346-4c16-4b96-8e98-489734cbae8c/width=450/21909190.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UNHo2mxZo}?bwbIAaKRj_NMxwIt8-=V@nioz", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21909181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1552505-a3c3-4012-a81e-9376cf41d4d6/width=450/21909181.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1856, "hash": "UCExL=9=%7-U%_NGX#NF9iRiw4NHImxc$ybI", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21909177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd48c742-276b-409a-9ac9-f99d625ad48a/width=450/21909177.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1856, "hash": "UFGR3om{~WS#C6psTK-oE9$mRQbuslaj={xa", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21909188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c775c6d-20d7-4af3-b9a6-9da718d166a2/width=450/21909188.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9I4-70g~oIoqvN24:-ov.0f,^-VXTt80KIo", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21909185, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2540f9cd-56a2-43f2-bfd7-1faa9ffd0bc2/width=450/21909185.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCHe2q?G~p00Dh?HR%~WpI?b^jWBb^M{$*4:", "type": "image", "hasMeta": true, "onSite": true}, {"id": 21909192, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/287da36b-dd62-48da-9fdd-9e920bacd56c/width=450/21909192.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UHINBUq{IV}[+u-D$NR55mWVR%XS1IABEfJ*", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/681343", "modelId": 609539} \ No newline at end of file diff --git a/datasets/metadata/681349.json b/datasets/metadata/681349.json new file mode 100644 index 0000000000000000000000000000000000000000..eff6cea20c1ff09a5e07c2bd86137c88e992c527 --- /dev/null +++ b/datasets/metadata/681349.json @@ -0,0 +1 @@ +{"id": 681349, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-29T19:36:52.254Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 596352, "sizeKB": 127537.6044921875, "name": "681349_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T18:37:00.495Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0E96A612", "AutoV2": "186F1518B2", "SHA256": "186F1518B25A8D9E3A884B92DB3ED00EE5245E93612FAA7B6DB038A19A140AAC", "CRC32": "A91FA64C", "BLAKE3": "30B82CAE8EDF9517A3D359BE2C9BF6D7B7ED12230FFB5CA75DDF1286E916F5C3"}, "downloadUrl": "https://civitai.com/api/download/models/681349?type=Training%20Data"}, {"id": 596465, "sizeKB": 223101.01953125, "name": "Alexander_Yamato.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T19:36:30.296Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "72AFBFF3", "AutoV2": "B9D665B3BD", "SHA256": "B9D665B3BD915DD25FAA8C8DD764ADA9165F8DC01369A8F5FD4F105B1063D235", "CRC32": "EFF1A4D0", "BLAKE3": "5F5A020756352F4D9D5C84BDC32DAB2DBB11A5D61831628BD538E3C1E6333053", "AutoV3": "2766A4895E26"}, "downloadUrl": "https://civitai.com/api/download/models/681349", "primary": true}], "images": [{"id": 21897109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0622ced1-c700-4590-ab54-a8086849717f/width=450/21897109.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBD+6@xv_4tQ3RRjIWWU00VsL~WBAAt7idt7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21897106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fa0a531-0bb0-4122-ae84-48aef697c490/width=450/21897106.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U6A+vwog03-U~8WBIBNa.mWXVZkCR~oew|s.", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21897107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3883cc3f-77c8-4ee0-895a-5e08191d632f/width=450/21897107.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UEByT:ofElof$_WB9HWC~oj[Rnj[f#ayV[j[", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/681349", "modelId": 609547} \ No newline at end of file diff --git a/datasets/metadata/681400.json b/datasets/metadata/681400.json new file mode 100644 index 0000000000000000000000000000000000000000..61abc434c96ff1225b4753c68746494ce02f0fe0 --- /dev/null +++ b/datasets/metadata/681400.json @@ -0,0 +1 @@ +{"id": 681400, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-29T18:52:00.679Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 596385, "sizeKB": 22237.57421875, "name": "Tanemori_Mother-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T18:56:19.344Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1F0E24D7", "AutoV2": "0287343EF9", "SHA256": "0287343EF994B7527A9E72904AE57386DD6498BCEE80EB6D264D4B9B35081706", "CRC32": "5909D699", "BLAKE3": "53406B0F19DFC705E0DA1EDAEDC70A6CBACF5044ED23AC1E081F851FCB2ED887", "AutoV3": "529983BA9115"}, "downloadUrl": "https://civitai.com/api/download/models/681400", "primary": true}, {"id": 596384, "sizeKB": 12485.4697265625, "name": "Tanemori_Mother.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T18:56:48.222Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DBEEBC06", "AutoV2": "09CF852041", "SHA256": "09CF8520416356532F3628369CF0869E3E4F7765C9D394FEF5D852FEA59A287A", "CRC32": "6B0DB117", "BLAKE3": "A8AAEF99694E90120FF579383B9884DB4620A8BA738D4F7815ED067A5A3B4FF4"}, "downloadUrl": "https://civitai.com/api/download/models/681400?type=Training%20Data"}], "images": [{"id": 21893100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff594dd4-cb96-4828-b03e-c03a258bba4b/width=450/21893100.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UKRM9[xqyZ?v$ba$?^Rjbat7MyRio$axsmoz", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/681400", "modelId": 609598} \ No newline at end of file diff --git a/datasets/metadata/681569.json b/datasets/metadata/681569.json new file mode 100644 index 0000000000000000000000000000000000000000..d2ab78fd4e7ec195c97bf0ae56d3cf8975b146b8 --- /dev/null +++ b/datasets/metadata/681569.json @@ -0,0 +1 @@ +{"id": 681569, "index": 0, "name": "girlgV1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-30T15:18:11.816Z", "availability": "Public", "nsfwLevel": 3, "description": "a
", "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 598180, "sizeKB": 223101.42578125, "name": "girl_manga.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T12:26:27.494Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "12FEF54C", "AutoV2": "529B314666", "SHA256": "529B31466622118F0632E49DF2132B02BDA6326737CBB3012F2980B8D555CEEF", "CRC32": "1F8088B6", "BLAKE3": "59B04DB35AACBB95A75283A5FBD9EAC9AA671A02950238DD319A7CAE6A30CDDF", "AutoV3": "EB66498A5983"}, "downloadUrl": "https://civitai.com/api/download/models/681569", "primary": true}, {"id": 596563, "sizeKB": 236115.625, "name": "681569_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T20:36:00.290Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0FCDC056", "AutoV2": "7803FEAEA4", "SHA256": "7803FEAEA4A6FEA1A906CA5F409E3FF1F4FBDAC22CE767C2C9EEB0C692B89A9B", "CRC32": "8932BB6A", "BLAKE3": "731E56FB00031FEDA291C599F3A7DB0F9764A244775B78354D6DA39FF1934990"}, "downloadUrl": "https://civitai.com/api/download/models/681569?type=Training%20Data"}], "images": [{"id": 22013419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2998539-fec4-4e19-9f9e-2a42407dfe42/width=450/22013419.jpeg", "nsfwLevel": 1, "width": 1771, "height": 2508, "hash": "UlN9|ED%~q?c%$Mwxu%M-VozELt7RjS4nhjZ", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22013538, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e62bae3f-446f-4408-8bf1-acfe7b4a4cbb/width=450/22013538.jpeg", "nsfwLevel": 2, "width": 600, "height": 849, "hash": "UTLM^s$+~W^+pxInV@bc_ME0ELSztlxaIoxb", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22013552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/786d12ef-2ac4-448c-950f-5d04404bc9b2/width=450/22013552.jpeg", "nsfwLevel": 2, "width": 600, "height": 849, "hash": "UTLM^s$+~W^+pxInV@bc_ME0ELSztlxaIoxb", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/681569", "modelId": 609745} \ No newline at end of file diff --git a/datasets/metadata/681615.json b/datasets/metadata/681615.json new file mode 100644 index 0000000000000000000000000000000000000000..e3ed35252c773edef80f10f03190809e2e80b505 --- /dev/null +++ b/datasets/metadata/681615.json @@ -0,0 +1 @@ +{"id": 681615, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-30T12:12:25.838Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["LaDy_Sweet XL"], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 598147, "sizeKB": 223100.69921875, "name": "Lady_Sweet_XL-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T12:10:52.250Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AE11EC3B", "AutoV2": "F5DE8A7846", "SHA256": "F5DE8A78465908D4937714FB9293D5293155C835039238F340BF0C265A336F63", "CRC32": "931CB67E", "BLAKE3": "1F5659A15A8E3A80D938428F91954C3FC4BC102536D6AE4A9250BD01E301AB37", "AutoV3": "DC4ADE8D00FB"}, "downloadUrl": "https://civitai.com/api/download/models/681615", "primary": true}, {"id": 596603, "sizeKB": 2936.1494140625, "name": "681615_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T21:11:46.096Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CA035DF1", "AutoV2": "8C93BBA448", "SHA256": "8C93BBA448FC2807BAF37C9B41FB743CF428856FF8B55C3AE2A6A6D1D3A8BA85", "CRC32": "5969FD79", "BLAKE3": "237C5F12836B59412972E8BF8F624F24183BF9105AE70FD3E8379E02202F03E6"}, "downloadUrl": "https://civitai.com/api/download/models/681615?type=Training%20Data"}], "images": [], "downloadUrl": "https://civitai.com/api/download/models/681615", "modelId": 609788} \ No newline at end of file diff --git a/datasets/metadata/681622.json b/datasets/metadata/681622.json new file mode 100644 index 0000000000000000000000000000000000000000..0a6bef33b5e5b6f833cf1dd361130c9b9a064ad9 --- /dev/null +++ b/datasets/metadata/681622.json @@ -0,0 +1 @@ +{"id": 681622, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-29T21:10:04.495Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["ZhangxianZhong"], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 596610, "sizeKB": 31741.3271484375, "name": "679724_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T21:11:49.283Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1EA64E0F", "AutoV2": "7BEE66DC02", "SHA256": "7BEE66DC020153FF98CFE8DC40EBADA6369F15EA89DF31665A2B48F31F88BD87", "CRC32": "61D768CE", "BLAKE3": "2AF70FF83D4EAA3CED64D49D465810BCAE6F34B9C7632AF7E671383F7196828B"}, "downloadUrl": "https://civitai.com/api/download/models/681622?type=Training%20Data"}, {"id": 596612, "sizeKB": 223103.95703125, "name": "ZhangXianZhong.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-29T21:12:27.450Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E97CEB91", "AutoV2": "3D4AD8926A", "SHA256": "3D4AD8926A45F11AB77B0F95417E8F38068EC5CE86E24A0CE517CEA6E4DE3540", "CRC32": "0A37FB26", "BLAKE3": "92FCCFA5EA5A829BDAC5BC70E2EDF3A5D2C54B8BA2D5379A1DE09D4394C6352C", "AutoV3": "7A10FAACE80D"}, "downloadUrl": "https://civitai.com/api/download/models/681622", "primary": true}], "images": [{"id": 21905637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fc6f546-4ef9-4527-8561-5338bcb22727/width=450/21905637.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UPDS8s~W-onP?v.8X,Sz%gyDxasl?H-p$*wJ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21905627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0e1b058-515d-43ad-a104-cd6feb932f67/width=450/21905627.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U3A94;R50MTe}RpIE2#75TZ~}s%20L$+~BJ6", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21905628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63ae6a00-0848-414a-8672-c870dbe866fe/width=450/21905628.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UMG81V~p-Uv~.R?bEgE1?v-;RQRP-;%Ms.WB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21905631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ccf01ca-42eb-4819-935d-4bb7d3f81c3f/width=450/21905631.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UNF=K?=y=~kW~qS~TxR*RkVtNGaeM{W;n4s:", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21905630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a03ef79-5a69-4092-9d8e-de7e1ed191ae/width=450/21905630.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UAD99hFb9asl.kxt0|n40y%1HsIo^5ShvgI:", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21905632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d37057d-7bce-4a50-84e4-f923d0230e3b/width=450/21905632.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UCDS~@00T{$j|~NFk?aKDP%MIUxu5%xbnMM|", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21905629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7458f633-c33c-4f77-9dd1-efd04a8e4f06/width=450/21905629.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UZHen6?uyEkD~D%2x]ofsqV[NGj[tkbaRjae", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21905638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/faffbee5-aa3f-40b8-8298-4a72c3e87584/width=450/21905638.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UCDulHEyDirF?]?F01nSLetP8{9v%#XRMdIq", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21905639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62c2b0e1-fc45-4d77-9bde-f46fcd9d8be1/width=450/21905639.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U8BWVwK7_NjsQ+$eIARk00xv4nRj.T9a^+%1", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21905636, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09776b1e-da29-438e-9364-365677799649/width=450/21905636.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UKEB,D^+?btS~B.7%g%g9uyDkVxum,rrxGsn", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21905634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b66622d-95c2-4ac1-9133-ab1d4d507bec/width=450/21905634.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UIEn|s={MeIV*Hl80LWCpuk8IAr?~Cr=V?W;", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/681622", "modelId": 609795} \ No newline at end of file diff --git a/datasets/metadata/681630.json b/datasets/metadata/681630.json new file mode 100644 index 0000000000000000000000000000000000000000..d4a4017c8bf9ce01c771af6d49bd47a3db57c98a --- /dev/null +++ b/datasets/metadata/681630.json @@ -0,0 +1 @@ +{"id": 681630, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-29T23:16:05.230Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 598313, "sizeKB": 203069.4873046875, "name": "682910_training_data.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/681630?type=Training%20Data"}, {"id": 598314, "sizeKB": 223116.55078125, "name": "Tortuga_style.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/681630", "primary": true}], "images": [{"id": 22010478, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5e47403-6b8a-4ee0-9826-7cf33c4ce206/width=450/22010478.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHN9w%S12_%20NJCBDxXS]xtt7nN}=s.#kI=", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/681630", "modelId": 609803} \ No newline at end of file diff --git a/datasets/metadata/681697.json b/datasets/metadata/681697.json new file mode 100644 index 0000000000000000000000000000000000000000..d81a14a5c60bc949b00024fbe193cc4ff97d2531 --- /dev/null +++ b/datasets/metadata/681697.json @@ -0,0 +1 @@ +{"id": 681697, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-30T21:24:01.057Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Triple Penetration", "Gangbang", "Quadruple Penetration", "Double Vaginal", "Double Anal"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 599233, "sizeKB": 223099.51953125, "name": "WIP_-_Triple_Penetration_V3_-_PonyXL-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T21:21:17.289Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "86AD0F8C", "AutoV2": "2FF9D2D0A5", "SHA256": "2FF9D2D0A5367A0AB5AE43B4BA31864750D45DCBB37BF24E53AF2B02D8F3AEF8", "CRC32": "1A5E477A", "BLAKE3": "0EFC538FDB702289505205EF23D5C660618D73C9E05393263948C452ACC69786", "AutoV3": "84F3281F6447"}, "downloadUrl": "https://civitai.com/api/download/models/681697", "primary": true}, {"id": 598848, "sizeKB": 15522.1181640625, "name": "681697_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T17:50:45.738Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8AAFDCA9", "AutoV2": "36EE8D6C8A", "SHA256": "36EE8D6C8AB1C81CDB74258D76F634D11C4B3F03CCCC2647187648FE2F7A7752", "CRC32": "675726B2", "BLAKE3": "C6D6B4E9BC05FD9A75D19E90B71376ADF918A7D28F6E5BF403036F81293F5CC2"}, "downloadUrl": "https://civitai.com/api/download/models/681697?type=Training%20Data"}], "images": [{"id": 22055725, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8954825-fbb9-4586-9ab7-878cb549e884/width=450/22055725.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UMJ%a$~BIAt7%M$*M|of4.xZogNH-os:NGj[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22055726, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e1b2e7e-1735-44c2-b63c-6290525fc149/width=450/22055726.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UYJ%wg~BE1t6-;jsR*t7IUjtofR*xCofNGof", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/681697", "modelId": 609865} \ No newline at end of file diff --git a/datasets/metadata/682123.json b/datasets/metadata/682123.json new file mode 100644 index 0000000000000000000000000000000000000000..96b00e40f50085a718fa92a362867e2cc138e22a --- /dev/null +++ b/datasets/metadata/682123.json @@ -0,0 +1 @@ +{"id": 682123, "index": 1, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-30T01:56:05.944Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["TsubakiAmamiyaGod", "YoungTsubaki", "AnimeOutfit", "OriginalGame", "Bikini"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 597089, "sizeKB": 245010.3173828125, "name": "681571_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T01:41:00.454Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0878D2FB", "AutoV2": "7AADB266AF", "SHA256": "7AADB266AF73AA6A56A2285114C6F474A6844303D75EC31A5B2638C552DBA76F", "CRC32": "FDD50D4A", "BLAKE3": "C13E8E35E112FF442A41467634C36A438F79BB1FC390916530C1932FE0F6D6F6"}, "downloadUrl": "https://civitai.com/api/download/models/682123?type=Training%20Data"}, {"id": 597088, "sizeKB": 223110.19921875, "name": "Tsubaki_Amamiya_God_Eater_Series.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T01:41:28.019Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1307A0B0", "AutoV2": "B321119F0A", "SHA256": "B321119F0AEFC5DECA0AAC6B04B9FE71D76D17270525003B299D3674C2890B02", "CRC32": "99DBEB7D", "BLAKE3": "7B3114C2CEB7B0E16CF84459D8BAA99A55DF67347D3486845BF430E2B2DE4898", "AutoV3": "256CF2A177B0"}, "downloadUrl": "https://civitai.com/api/download/models/682123", "primary": true}], "images": [{"id": 21939931, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d297c17-3172-448c-872b-bfe8d26c894f/width=450/21939931.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UbMZ]-x]?wslxvazxue.b_j[xZS4Rjs:RiR*", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21939930, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9f6f6c4-f314-4c84-921d-f203af0a37ae/width=450/21939930.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "U6GRSL8_00Io00%MkX?H009}-U=E5S={~A0f", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21939933, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87284ac3-2742-41af-8b1e-db53b7ca0694/width=450/21939933.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UJI4*2-o9YI=-Oxu~VMyRhIUxtt8NGbI%Mae", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21939919, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7087800f-db3d-4a70-91e5-1f0316ab3d64/width=450/21939919.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UeIq+L~WNdx]t6t7tRxaSiozniRka}f6n$WB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21939935, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28fb98a9-f9ed-47d8-818f-4edae2ecb3e5/width=450/21939935.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UCG9HcyW7__M.m%2?vtR4.fmMdRP4ojZ-UM{", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21939916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb26980b-130e-490a-a945-90e8d0a93f4f/width=450/21939916.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UKHU^99GyExY_Mof%Lof?^M{-TE2%1f64:kC", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21939926, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28945c27-73b9-470f-b8b0-b296b2b7a4ba/width=450/21939926.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UYIW.hNe~A%2,@kW-ToKRWt7RmjZxwoeW?xa", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21939937, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/333e524a-fc2f-44f7-beb0-d0a29bdcf7ab/width=450/21939937.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UMEC?]?]0{I:9toz%Ms:DjR6rss:M{M{t7t7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21939925, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3f022c0-a22f-424c-9114-ebeb0062e1f1/width=450/21939925.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UGDvZd4o0M?aF{?GXRIUL3D%~BX9yCs.S5R*", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21939936, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a74cac22-a4d8-4149-a62a-855b56c15c8f/width=450/21939936.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UHH24jt7E+%2cE~W?bR**0XS-ooyXmRkxa%M", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21939922, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae3e3e47-2474-4650-8e41-76fac7387197/width=450/21939922.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDG7b,03{dtR|;5T^kIV?bE39s%14:Sg%MV@", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21939921, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94fb901d-0375-4425-9770-eb7d3e60ac29/width=450/21939921.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UFFFHR9Z-PNHx8x]?aNH~pInM{NH9axaxtaf", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21939927, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81304f7f-17b2-460e-adb8-06564dc82a39/width=450/21939927.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UNEeJdRQiK^jIVso$%jZD+%1-oE2}?R+IVbb", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21939928, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61745415-5462-4bf4-b7e0-fe493e7ff06f/width=450/21939928.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UGJ*6e00cZiw05~UoixtEgMynhVsxAE3ivNH", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21939917, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d660112f-193a-4611-9ef6-14969dd7a703/width=450/21939917.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UILW;U9FTg-p0F?EGJWB6Us+s:of}+V@s7Wn", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21939923, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea44050c-6740-451d-99d4-be58f9006cac/width=450/21939923.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UbJal*~ptQxtpdNyM|RPOaNKogbHNMWEWXX8", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/682123", "modelId": 610244} \ No newline at end of file diff --git a/datasets/metadata/682480.json b/datasets/metadata/682480.json new file mode 100644 index 0000000000000000000000000000000000000000..216fe9a7c757e6f4959724fe306ddd3e6bf5e299 --- /dev/null +++ b/datasets/metadata/682480.json @@ -0,0 +1 @@ +{"id": 682480, "index": 0, "name": "nu-glitch-PDXL", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-30T14:26:04.375Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 597443, "sizeKB": 1115600.080078125, "name": "682480_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T04:51:42.848Z", "metadata": {"format": "Other"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/682480?type=Training%20Data"}, {"id": 598416, "sizeKB": 223109.90234375, "name": "nu-glitch.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T14:26:19.301Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "67F25629", "AutoV2": "B43472E665", "SHA256": "B43472E665448CD8E98ABDA1CC4B1C8E26F724030010040F7E88A3C8CE4D05D5", "CRC32": "BEDFAAE5", "BLAKE3": "F09C86F35BACFFD6A310FEE78E27A54D95B5F8A014AFE0CF4006B08E16C2E5BC", "AutoV3": "0F92B0D51907"}, "downloadUrl": "https://civitai.com/api/download/models/682480", "primary": true}], "images": [{"id": 22014943, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74454d0c-8d8d-4489-80c4-25ec4135d4be/width=450/22014943.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFPYLv,n}3W0}PKh*NO@TCxAmsi_-nxGNFV]", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22014945, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99eaa189-09bb-4bc5-bbbb-7cd5f520dda4/width=450/22014945.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKA8zO#uR|bcT5njawf-AiS0o3W;wfbIa_n%", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22014940, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50064299-1701-45b0-910c-02874979a38b/width=450/22014940.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGAKjo]{Th5uMvrZ-4xov2tTN?RiV}RQa6jJ", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/682480", "modelId": 610533} \ No newline at end of file diff --git a/datasets/metadata/682509.json b/datasets/metadata/682509.json new file mode 100644 index 0000000000000000000000000000000000000000..28bf34523468140ed2309325a13794e1153cd621 --- /dev/null +++ b/datasets/metadata/682509.json @@ -0,0 +1 @@ +{"id": 682509, "index": 0, "name": "Victoria Matosa V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-30T07:27:53.974Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 597508, "sizeKB": 3703.994140625, "name": "682509_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T05:40:46.303Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "448C0F5F", "AutoV2": "FB00C83916", "SHA256": "FB00C83916E996D8D8629DADB44208554099C874BB5662158F0EE8C5944574A0", "CRC32": "532A01E2", "BLAKE3": "CEA5D92881CA48E34E0AFCFB8B0196FF238A42ED9D7F107E883E10CA2F941DD3"}, "downloadUrl": "https://civitai.com/api/download/models/682509?type=Training%20Data"}, {"id": 597671, "sizeKB": 36980.0078125, "name": "Victoria_Matosa.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T07:21:36.864Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "13BCD269", "AutoV2": "A3AA3D7758", "SHA256": "A3AA3D7758D3937D1AD6420BB69CB9ABDDF785966B2C3159C320D56DA44085B6", "CRC32": "8D3E5E64", "BLAKE3": "C5FCEA379C09316218F32C7853E7C055917EFF8F9C28B32853BBECEB5C8DCBE0", "AutoV3": "38C661CC8D50"}, "downloadUrl": "https://civitai.com/api/download/models/682509", "primary": true}], "images": [], "downloadUrl": "https://civitai.com/api/download/models/682509", "modelId": 610571} \ No newline at end of file diff --git a/datasets/metadata/682629.json b/datasets/metadata/682629.json new file mode 100644 index 0000000000000000000000000000000000000000..7d094b0a4d58d43f8c3280407b1ead125babf168 --- /dev/null +++ b/datasets/metadata/682629.json @@ -0,0 +1 @@ +{"id": 682629, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-30T08:22:10.156Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Wings", "Demon wings", "Angel Wings", "Metal wings", "Feather wings", "Thorn wings"], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 597602, "sizeKB": 8737.26171875, "name": "682629_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T06:46:10.507Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "89890CE2", "AutoV2": "7F640BEC97", "SHA256": "7F640BEC973A9EE53D1C97645AF3EE2230DE3C15EA3DFB780374DF702A14503F", "CRC32": "9CE69F53", "BLAKE3": "E8A5A6B161EA95BFACEE77D8262D10934881CD9DA2C5B7504378B3E9682BEA5D"}, "downloadUrl": "https://civitai.com/api/download/models/682629?type=Training%20Data"}, {"id": 597760, "sizeKB": 223103.00390625, "name": "Fantasy_Wings_Luis_Royo_Style-000019.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T08:15:46.015Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8AA6110E", "AutoV2": "EBD6666AC4", "SHA256": "EBD6666AC4726066C546EAA8896190EB7473653D3EB6199E3E0AAAFAAB71A922", "CRC32": "740A32E4", "BLAKE3": "66DBE9F9E9D9CE2C53540B2E73A58298F1037B3BD411ACA96388C85D92E8950B", "AutoV3": "8F7ADD5FA2FA"}, "downloadUrl": "https://civitai.com/api/download/models/682629", "primary": true}], "images": [{"id": 21983125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24334915-2aa2-4dcc-ade7-fb2bf291888a/width=450/21983125.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8H_xes*00~q00j]%NMx?It7M_jY4Tt6?vkB", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/682629", "modelId": 610678} \ No newline at end of file diff --git a/datasets/metadata/682693.json b/datasets/metadata/682693.json new file mode 100644 index 0000000000000000000000000000000000000000..82d709467a18b7ded1903a83a83e427ee88fa4fa --- /dev/null +++ b/datasets/metadata/682693.json @@ -0,0 +1 @@ +{"id": 682693, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-30T17:36:12.419Z", "availability": "Public", "nsfwLevel": 28, "description": "rahhh
", "trainedWords": ["kambo"], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 598571, "sizeKB": 223117.33984375, "name": "Kambo__ArtistKambo__ArtistJanjin_Twitter__Patreon_PonyXL-000016.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T15:41:27.717Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "34B95953", "AutoV2": "6CB2D68C74", "SHA256": "6CB2D68C7446E054200F233A55AA99552E0E144D02284D41B468A79C85C88B16", "CRC32": "0D3A8B04", "BLAKE3": "4221D48398E383F19709B9BF6FB2C03F3D7589763830A2B060D04A31992B7A63", "AutoV3": "241D940F61AB"}, "downloadUrl": "https://civitai.com/api/download/models/682693", "primary": true}, {"id": 597840, "sizeKB": 558505.177734375, "name": "682693_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T09:05:52.650Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "00F24496", "AutoV2": "5F81914A10", "SHA256": "5F81914A1083C2AB3437065163CF923449904BA9BD39FD8B0B63E32AEE1D6B00", "CRC32": "C9B267DA", "BLAKE3": "C0BF7ADC112738FA779314EEB1670D739DEE74A7CD5546C8323B0986151CDB78"}, "downloadUrl": "https://civitai.com/api/download/models/682693?type=Training%20Data"}], "images": [{"id": 22144798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f89d627-7d57-4d8d-ba9a-3667c4aa278d/width=450/22144798.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKC~L~}=s9WB0%EOENNwoJs:ayR+xDs-xZxD", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22144792, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50d12250-7ae7-437b-939f-c1131a78b778/width=450/22144792.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UbKbj$EM=e-U}@V[WVj[xEsnOENGs.f6Wqa|", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22023657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cec6fa3-c770-4982-81a1-b8834520545c/width=450/22023657.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "ULHm.N~W1Pt6~B%hkrxY?Hx]%2$%fkX9ogs,", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22023656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8a22833-055f-486c-b6d0-0c8a646840c7/width=450/22023656.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6ExU?};0O595R~BxDI=04v|^%4;rDS$s9-T", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22023655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e3e05b5-963c-419d-9548-9e3f42bd5400/width=450/22023655.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UAH-iK000$x^X+4o-;o|T}Z#vzkXD4X-%LRj", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22144794, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68963945-ebdb-4362-bbfb-d871800e8b74/width=450/22144794.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UTHcD#^P=Jr?}s$%WVWUrrjYODs:n$o0W=X8", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22144790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d71e1cc-b4af-42e2-9010-eee284fb89c0/width=450/22144790.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFI4Ib?G~A~A^*xubHj?-os.IpR*$$jFNHW=", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22144797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ca814a6-d05b-4e4e-ae13-f339769cd87e/width=450/22144797.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "URH^Fn579^-o~AIpxts:EMIo-oRkSKWDWUWV", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22144799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5095621d-69d6-46f1-b6f0-8afc7bfa2008/width=450/22144799.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UOF;H6t60fag}sxtNGNHMyX7?GWCnOoftQoM", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22144800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1b72d56-86be-4c29-990d-6fe3b891023a/width=450/22144800.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEHn:4My?v-;~VozS$niogozD%RPxGV@NGoz", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/682693", "modelId": 610732} \ No newline at end of file diff --git a/datasets/metadata/682716.json b/datasets/metadata/682716.json new file mode 100644 index 0000000000000000000000000000000000000000..8a2dc74ef0721ece1ab3925fc108582a7f0ffa1a --- /dev/null +++ b/datasets/metadata/682716.json @@ -0,0 +1 @@ +{"id": 682716, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-30T09:55:40.416Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Technoblade"], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 597679, "sizeKB": 33154.4453125, "name": "682716_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T07:30:39.844Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EF815CEC", "AutoV2": "DEA9D89853", "SHA256": "DEA9D89853AB652336AB9665A852CC7D7951D8998F08A97B7B30691FEFABD34C", "CRC32": "C20910FB", "BLAKE3": "8F2702997EB2BAEF05DAE210A4006A5BD0FC3B2E075AAD4238CE761F397131E5"}, "downloadUrl": "https://civitai.com/api/download/models/682716?type=Training%20Data"}, {"id": 597914, "sizeKB": 223101.94140625, "name": "Technoblade_Minecraft-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T09:56:25.278Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "59ED44BD", "AutoV2": "3B3EB40B08", "SHA256": "3B3EB40B08E7F445F1DFC0DC8ACF581DA2E06C82F9C8F0F6C0058484122D81B6", "CRC32": "BF6D9278", "BLAKE3": "CF0567A583972CA09D427CFCB463F9E477CBB5DE2AD444943C1F58748DB5BE65", "AutoV3": "826E35F53A67"}, "downloadUrl": "https://civitai.com/api/download/models/682716", "primary": true}], "images": [{"id": 21991279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18ae2d56-2b60-4d0b-aa2d-5bbd1699ac37/width=450/21991279.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4ECXw-V16JC~Us,9cRp1FSe]WwgABWo-ps;", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21991280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bef7d079-1921-4b56-ab36-ec7353bdf0be/width=450/21991280.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4HLJ3%2*I-;~Vay9bofCMbbz[V[-.s.nnRk", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21991278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9bd7914-e95d-4086-a298-c237e31b71bd/width=450/21991278.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4HLC?%2Tg%g~Tj?IcWF?[of8{RQMyof%Mf6", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/682716", "modelId": 610746} \ No newline at end of file diff --git a/datasets/metadata/682748.json b/datasets/metadata/682748.json new file mode 100644 index 0000000000000000000000000000000000000000..6e83fc6438d1de120cd19f1ae11e6105e52a135b --- /dev/null +++ b/datasets/metadata/682748.json @@ -0,0 +1 @@ +{"id": 682748, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-30T13:04:53.917Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 598215, "sizeKB": 73843.125, "name": "Floral_insects.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T12:56:57.996Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "461B7D59", "AutoV2": "27EE4F7EE4", "SHA256": "27EE4F7EE464B285DC19057BE927D22EBF5DCA0346A68FF07B1DEB7B1EB7BD69", "CRC32": "2D27A417", "BLAKE3": "862C8B8E9CF9DF5CEE0A280D0A4F47B6304741C2532E290EB0F359BCB25100FB", "AutoV3": "72ED8CBA073A"}, "downloadUrl": "https://civitai.com/api/download/models/682748", "primary": true}, {"id": 597718, "sizeKB": 818.138671875, "name": "682748_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T07:56:58.194Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "BC2679F679", "SHA256": "BC2679F679AECF66FE3956E031EBC21B5EF561A89061889A8F0924D03C5197A4", "CRC32": "2F33762B", "BLAKE3": "7F2F263228F8D4010238E5E9078E6003A4D38F158F866D356F1E34E452D8F4D5"}, "downloadUrl": "https://civitai.com/api/download/models/682748?type=Training%20Data"}], "images": [{"id": 22005931, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/851c605b-8822-4ee2-a190-9bae5f1e863f/width=450/22005931.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UXRMb$t7_3xu%MfQWBfQ~qj[D%ayWBj[t7ay", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/682748", "modelId": 610776} \ No newline at end of file diff --git a/datasets/metadata/682757.json b/datasets/metadata/682757.json new file mode 100644 index 0000000000000000000000000000000000000000..8cc591c3c8cf165804311919a9b2ef9a7d62fc24 --- /dev/null +++ b/datasets/metadata/682757.json @@ -0,0 +1 @@ +{"id": 682757, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-30T07:49:43.936Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["zengli"], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 597705, "sizeKB": 36976.4765625, "name": "ZengLi .safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T07:45:48.743Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A832B38A", "AutoV2": "519A748848", "SHA256": "519A748848249E3C47EF7EF061CABDEF886A2D57B01B2B468BC9A11BF918B4A4", "CRC32": "402F13AB", "BLAKE3": "D91F3503AD7155DA7BCCD8E0AF1D1AD9CCA619E6E63B36C0B06325381D53AAA4", "AutoV3": "DBD30F6932E9"}, "downloadUrl": "https://civitai.com/api/download/models/682757", "primary": true}, {"id": 597706, "sizeKB": 45354.9609375, "name": "z2SqeBE6CxYGGx80-topaz-denoise.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T07:46:21.832Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7BC28B2C", "AutoV2": "A3E99404A4", "SHA256": "A3E99404A4FE2884EBC40109A78297564BBEF9040FAB36DDD2F88EDB19295B07", "CRC32": "9446D3C4", "BLAKE3": "4DCC8275773F50552BB58710573F142398F3605C9A434C3EA0874518A2221F75"}, "downloadUrl": "https://civitai.com/api/download/models/682757?type=Training%20Data"}], "images": [{"id": 21980271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e46f35d0-cb00-4935-9258-6d8988a9a8db/width=450/21980271.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGIOeL00CA$y.9t7.9tRyY?c^+x^O[RO.8M{", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21980270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddce3bcf-f329-472f-bb53-8d663e9142bc/width=450/21980270.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNEC|UFNyZ?H.9%h%goIX:%2ngIUTKxZNHM_", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21980272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcabdf4d-6fb3-4748-a330-f187dc77ac34/width=450/21980272.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UABp-6Mx00R-~pM{IVj]8^M{.9%3IARkxvt6", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21980273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/134a79b6-ab74-484a-966f-b46ebe261121/width=450/21980273.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDEVse00*0D*x^%2Ny-p00_2xBjsMw%MMwR*", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21980274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f0eb961-bbf2-4dec-a189-7fbd46b82a76/width=450/21980274.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCEx|q0100_3q@R-?wM_D%%2tRM|Rkof%1Rj", "type": "image", "hasMeta": true, "onSite": false}, {"id": 21980275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b44d807-7435-4ac0-88bd-f75bddd79c81/width=450/21980275.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UXHUkC~VS}xtNFxt%Lxao~M|s:WC9FM|NHRk", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/682757", "modelId": 610783} \ No newline at end of file diff --git a/datasets/metadata/682824.json b/datasets/metadata/682824.json new file mode 100644 index 0000000000000000000000000000000000000000..97da346aaa6aaf862ed8d1a718070c705cc4d6d1 --- /dev/null +++ b/datasets/metadata/682824.json @@ -0,0 +1 @@ +{"id": 682824, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-30T09:31:08.045Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 597789, "sizeKB": 793.1943359375, "name": "682824_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T08:37:37.100Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "B03AD41FA6", "SHA256": "B03AD41FA6E3195C31FF64F3D3BCB6B3252BA095607CF4089B8E0D4C2411F527", "CRC32": "2B2890A3", "BLAKE3": "AEECDDF74616F4ABABA69CD70EA4637D9662527EC70DF8F863ECF3A6F09123A5"}, "downloadUrl": "https://civitai.com/api/download/models/682824?type=Training%20Data"}, {"id": 597882, "sizeKB": 223101.18359375, "name": "Brigadier_Betty.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T09:31:49.418Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9AA4DD59", "AutoV2": "146830DF2F", "SHA256": "146830DF2F6B87627BE8592CC122FA62C70193278990DFEF9270C113E84AFDDF", "CRC32": "6FE2CD96", "BLAKE3": "B5D3853A92359B79DC58718F097528909CC2A8855AAD59621A03B5F15F16BBEB", "AutoV3": "330B4E3C8D6C"}, "downloadUrl": "https://civitai.com/api/download/models/682824", "primary": true}], "images": [{"id": 21989416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4aa49603-a1d6-4506-8b63-efa33a6b4316/width=450/21989416.jpeg", "nsfwLevel": 1, "width": 384, "height": 899, "hash": "UBDSO0bJ00%f},XSxvIUDi0M-p^*~A9aE1t8", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/682824", "modelId": 610848} \ No newline at end of file diff --git a/datasets/metadata/682830.json b/datasets/metadata/682830.json new file mode 100644 index 0000000000000000000000000000000000000000..d6b6ab17b3816bbbc8443d741242cb57c2fed472 --- /dev/null +++ b/datasets/metadata/682830.json @@ -0,0 +1 @@ +{"id": 682830, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-30T09:28:54.329Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 597831, "sizeKB": 30603.2978515625, "name": "682830_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T09:01:26.779Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4F883715", "AutoV2": "A140585378", "SHA256": "A140585378138461C71EA33EF32DE484D2E7ADA3424B3267C90834B94C3FC04E", "CRC32": "16EEDF56", "BLAKE3": "0B3294A8A76BCF14663B43E2EA1C6F48A4E869262D804C464B433975161AE59D"}, "downloadUrl": "https://civitai.com/api/download/models/682830?type=Training%20Data"}, {"id": 597879, "sizeKB": 36977.8984375, "name": "Sarah.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T09:30:51.934Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "07C2B256", "AutoV2": "70E480A032", "SHA256": "70E480A032580A4113929E76C803BBFE641F6F15A2C0B85061A3BDE15079AA8E", "CRC32": "47C4A8AD", "BLAKE3": "29CFB0949184924701857D4A111421A024A8DB5A65EBF1C8B08EA871A229F858", "AutoV3": "41349363F15B"}, "downloadUrl": "https://civitai.com/api/download/models/682830", "primary": true}], "images": [{"id": 21989195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24edc4a9-c2da-4846-b7d4-6b788d05d19f/width=450/21989195.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UJMP?wRkys_MxU%LR:ay.SV@R6%MIUxv%Mt7", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/682830", "modelId": 610853} \ No newline at end of file diff --git a/datasets/metadata/682967.json b/datasets/metadata/682967.json new file mode 100644 index 0000000000000000000000000000000000000000..8c081bef8b5067f1ac16de33f4d1d920a1456fbb --- /dev/null +++ b/datasets/metadata/682967.json @@ -0,0 +1 @@ +{"id": 682967, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-30T10:05:01.589Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["by_Dr_Comet"], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 597934, "sizeKB": 76269.3251953125, "name": "Dr Comet dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T10:06:28.259Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C5578741", "AutoV2": "B53A02DB90", "SHA256": "B53A02DB90CA0B804301441FCB4340F7E357F0021DB84F877DAA7E10007E0175", "CRC32": "C64A407F", "BLAKE3": "B8AC5D5E628BE0DC157A827956629827A80856CB8E3FF90AC8BDC75DAE3439EE"}, "downloadUrl": "https://civitai.com/api/download/models/682967?type=Training%20Data"}, {"id": 597936, "sizeKB": 223103.83984375, "name": "Dr_Comet_Style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T10:07:48.864Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/682967", "primary": true}], "images": [], "downloadUrl": "https://civitai.com/api/download/models/682967", "modelId": 610974} \ No newline at end of file diff --git a/datasets/metadata/683267.json b/datasets/metadata/683267.json new file mode 100644 index 0000000000000000000000000000000000000000..6040632791cdb92e63b1fd13dd40969b74402ea3 --- /dev/null +++ b/datasets/metadata/683267.json @@ -0,0 +1 @@ +{"id": 683267, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-30T13:07:51.111Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 598237, "sizeKB": 203069.4873046875, "name": "682910_training_data.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/683267?type=Training%20Data"}, {"id": 598238, "sizeKB": 223116.55078125, "name": "Tortuga_style.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/683267", "primary": true}], "images": [], "downloadUrl": "https://civitai.com/api/download/models/683267", "modelId": 611226} \ No newline at end of file diff --git a/datasets/metadata/6833.json b/datasets/metadata/6833.json new file mode 100644 index 0000000000000000000000000000000000000000..ed61a022b8ddd0f1dc857466cee56b65a63c8193 --- /dev/null +++ b/datasets/metadata/6833.json @@ -0,0 +1 @@ +{"id": 6833, "index": 0, "name": "irelia_v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-01-30T18:20:18.973Z", "availability": "Public", "nsfwLevel": 21, "description": null, "trainedWords": ["irelia", "ribbon", "arm ribbon"], "stats": {"downloadCount": 4379, "ratingCount": 428, "rating": 4.99, "thumbsUpCount": 499, "thumbsDownCount": 1}, "files": [{"id": 7521, "sizeKB": 68767.1630859375, "name": "irelia.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-03T00:07:33.724Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "56B9063C", "AutoV2": "7FE80B72DB", "SHA256": "7FE80B72DB6854D1B9301F728ECCF3D75CB1FEBD8D06D70F4CED783C189C4930", "CRC32": "05E3F382", "BLAKE3": "D66D37194A3291BC5C87DA38FDD26826DA702F3905DFDFC61048E7494DC5D4E6"}, "downloadUrl": "https://civitai.com/api/download/models/6833?type=Training%20Data"}, {"id": 6976, "sizeKB": 147533.75390625, "name": "ireliav2-000034.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-01-30T18:26:10.033Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "D7774C83", "AutoV2": "1D858BE32C", "SHA256": "1D858BE32CB2622822C06B3829CA6A8498E5AFB87EF4DE941BB60431ACB4F348", "CRC32": "4C7FD021", "BLAKE3": "2E9AF59D845FBB0D995C6D666E3FBE6F1D87933845F12AF181CD7F7FF7DB986D", "AutoV3": "7FD4CA5CDC40"}, "downloadUrl": "https://civitai.com/api/download/models/6833", "primary": true}], "images": [{"id": 62375, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acb59f0c-3e8a-45b2-4f12-84cb5b5ecf00/width=450/62375.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "UWG+B,9G_M%3OvngNNkCD*xtIAj[s-X9jER*", "type": "image"}, {"id": 62379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4f0d195-a24f-4ef5-5435-1d8c96854c00/width=450/62379.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UXGb@#%i~qIVTgIqNKM{R%IAV?oJfAs,t6oz", "type": "image"}, {"id": 62378, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eda8eed9-e7f7-437b-a47d-02e93bbbba00/width=450/62378.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "UIFPQqJX?]t79.IVNfRR0Lr.D%t5^#IUxnoz", "type": "image"}, {"id": 62377, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d74193fb-6dff-4275-ad66-60b3fb225a00/width=450/62377.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UKEySjIU?b%M%jROxut7ELRkIVNGNF%MNGM{", "type": "image"}, {"id": 62376, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/777bc1f6-a2b4-464c-d3fc-8cf10cf24100/width=450/62376.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJIEOl5l-WIV~W%4-VOkyT?aV{My?bNKt7%K", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/6833", "modelId": 5869} \ No newline at end of file diff --git a/datasets/metadata/683624.json b/datasets/metadata/683624.json new file mode 100644 index 0000000000000000000000000000000000000000..67fd01b1f70faece9279b529b3790476d5f30eef --- /dev/null +++ b/datasets/metadata/683624.json @@ -0,0 +1 @@ +{"id": 683624, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-31T03:03:01.799Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Rosweise,slender woman ,long black hair,bangs swept to the right,white bodysuit, black jacket, white gloves,high heels, boots,"], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 599703, "sizeKB": 223100.66015625, "name": "Rosweise_SDXL_Pony_from_Armoredcore-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T02:50:41.622Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DBB48420", "AutoV2": "19820AC171", "SHA256": "19820AC171C6D9570F5E419B9943771F3EB666352CC7753ADA789A36056950AB", "CRC32": "98848CE5", "BLAKE3": "DE152B0E0C11D5C4BB7D106D2684BC5E636A5D9A4D11553B21AE09D1D4D1CC46", "AutoV3": "D738850678E6"}, "downloadUrl": "https://civitai.com/api/download/models/683624", "primary": true}, {"id": 598593, "sizeKB": 2709.091796875, "name": "683624_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T15:56:19.668Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "788A41B5", "AutoV2": "3E75D54DD4", "SHA256": "3E75D54DD4556DDEC34D53ECD8B52D010062C031CD2C649415B742173CE14799", "CRC32": "34B6E4F6", "BLAKE3": "31DC949119DE01488F4635B9BE3440D4765E95240743EEB5C07A664B3A9C6E68"}, "downloadUrl": "https://civitai.com/api/download/models/683624?type=Training%20Data"}], "images": [{"id": 22093869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9f33369-5cc8-41f9-b040-7a86ef462797/width=450/22093869.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "U8JHzES$-=~V4nM{t7%M4.?H?a01-;-pNG9F", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22093864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2d65c58-c603-4362-9ed0-55d2c3bd67b5/width=450/22093864.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UILEHCoz_N-pDiWBt7xuNGj[-:Rjxut7IURj", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22094519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8951ca2d-c982-468f-ba68-32236ddf4129/width=450/22094519.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UCMjs}WA_N?b00D%9Z%MNHxu_3xu~q-;t7WC", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22093863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db03c38e-45d7-4c5b-bd18-b72b210c99d7/width=450/22093863.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UAMjp=ofR+?H00D%00xu00IoM{og~qju9ZtQ", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22093871, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3994a5c8-2fe2-4cbb-9c7d-e9f99e0d9d9a/width=450/22093871.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "U9GIZQ-:0KM{00ofE1Io~qR*~W%M4nNGtQ%2", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22093857, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8257ae5-0fa1-4099-b4a9-ca06ce27cadf/width=450/22093857.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UNNTj]xu~qxtR-ayt8WB?vof_3WC?bayj[WB", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22093858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/981748bd-c161-41ca-b116-bcf602df9582/width=450/22093858.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UKOM~d%M~qRP00Rkt7WB00og%MRk_3tRWBM{", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22093866, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2c1e4db-d125-44b9-871d-41338908a14b/width=450/22093866.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UUM7cL%M~qjYNbRjt7oftRRj-:t8%Mt7%MfQ", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22093867, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6efafcb1-08a4-44ea-9fc9-76e52d2247c6/width=450/22093867.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "UGMH3|jZ~q?aM{Rjt7of4.WB-;t6~pt7Rkof", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22093868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ac104cf-eaf6-4ebe-a2ae-b900c9d71216/width=450/22093868.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "U9HLSWD%00%M~qM{9Z?b-o4o-;?b4o4.4n^+", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22093870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a89c13a7-b537-47f0-9f15-4431032fda8a/width=450/22093870.jpeg", "nsfwLevel": 1, "width": 768, "height": 1280, "hash": "U7J[6V%M.9-;D%R%xuof4oof~pWB~qt7fkWU", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22093831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3873aaca-c5fe-4531-9bb9-f68e6c06a4af/width=450/22093831.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URODXxM|ofIo00M{t6oL~q-;WB-;_3t7M{%g", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22093832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/907922ee-3534-4b93-a783-a9074b83fc82/width=450/22093832.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMKU7l-;-=-p~XRjM_M{S#V@n$R*^jWE9a%L", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22093830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c6caaf0-c90f-4324-a8e7-a5f8c05efa95/width=450/22093830.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPJREg?a~p9Zt6Rjt7s:tRM{M{-p%Layj]j[", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/683624", "modelId": 611548} \ No newline at end of file diff --git a/datasets/metadata/683706.json b/datasets/metadata/683706.json new file mode 100644 index 0000000000000000000000000000000000000000..c072dcb878617c9884fea78931f924ec823733c7 --- /dev/null +++ b/datasets/metadata/683706.json @@ -0,0 +1 @@ +{"id": 683706, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-31T05:55:23.432Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 598832, "sizeKB": 208676.1845703125, "name": "683706_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T17:47:02.579Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3E02919E", "AutoV2": "F00B9BDDD7", "SHA256": "F00B9BDDD7CBAC508D9D409AC4D2EF0E03EE9ED43625A7209A70DA9A4F74C81D", "CRC32": "D2E071D4", "BLAKE3": "542ECA6191F59C2778A235A33D80FC2A5A41BEAC26CBCF6EBA51F7B4C6DD5A3F"}, "downloadUrl": "https://civitai.com/api/download/models/683706?type=Training%20Data"}, {"id": 599958, "sizeKB": 223101.67578125, "name": "alicia_the_fox_r1.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/683706", "primary": true}], "images": [{"id": 22113570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94a7beae-6c6c-42b6-9d9f-7f2b6ff66eb9/width=450/22113570.jpeg", "nsfwLevel": 1, "width": 4468, "height": 2337, "hash": "U25#qy%%00?F9wxu-SE2IUofxaRi%MWXM|xa", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/683706", "modelId": 611616} \ No newline at end of file diff --git a/datasets/metadata/683718.json b/datasets/metadata/683718.json new file mode 100644 index 0000000000000000000000000000000000000000..a3007507efe71088fd67e2202a06619cb7f4426d --- /dev/null +++ b/datasets/metadata/683718.json @@ -0,0 +1 @@ +{"id": 683718, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-30T20:55:10.716Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 599166, "sizeKB": 223100.33203125, "name": "Neon_Slime_-_PONY-000011.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T20:56:29.777Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D8BBA5BD", "AutoV2": "86BEA3FFF5", "SHA256": "86BEA3FFF54278B2D4A512B309326FF11AA9435B80B2A53E69715D0DED0B97B9", "CRC32": "2A8CACB1", "BLAKE3": "C0BDB7EB45EDEC108655DE53280EA97396F7405F46875B8F4ABD426010E4A800", "AutoV3": "8333F7B2F8D1"}, "downloadUrl": "https://civitai.com/api/download/models/683718", "primary": true}, {"id": 598687, "sizeKB": 161174.826171875, "name": "683718_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T16:36:40.612Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2322B7E7", "AutoV2": "0D6FF39D29", "SHA256": "0D6FF39D2948BFD8D0C28AD9D4216A99AB6EDB2B61470DD5072B9F52B32345E8", "CRC32": "0CFAA2C6", "BLAKE3": "32B8EC878EC00B675A27DF45BA4E2DEC4859FA717BD81DB5EA50D4E1793ED2CC"}, "downloadUrl": "https://civitai.com/api/download/models/683718?type=Training%20Data"}], "images": [{"id": 22053085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed8c6429-349a-49e3-b74c-8b1eb226acfb/width=450/22053085.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHJ@,4%KZrv:P9OpTVRS_^TVMmRC:sja#Ww4", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22053084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56099a09-3916-4df2-93c5-9d642cfb5616/width=450/22053084.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGGl~^-.5nI@#@Rjzb#;?[aLKyNKL.VeDobY", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22053086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdebc6cb-f308-4db1-a8a3-56d622b55c77/width=450/22053086.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9H2_7033F~8_aS}1X#G#Jv*0~-V8.+#?jNe", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/683718", "modelId": 611625} \ No newline at end of file diff --git a/datasets/metadata/683827.json b/datasets/metadata/683827.json new file mode 100644 index 0000000000000000000000000000000000000000..f0fae3005d92bb492ba85077a35483de9e235494 --- /dev/null +++ b/datasets/metadata/683827.json @@ -0,0 +1 @@ +{"id": 683827, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-30T17:32:53.138Z", "availability": "Public", "nsfwLevel": 21, "description": "This model is trained with screenshots from A Kite anime (1998) on Pony Diffusion V6 XL.
", "trainedWords": ["sawa", "akai", "oburi"], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 598790, "sizeKB": 17143.5361328125, "name": "training data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T17:26:12.405Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E722D154", "AutoV2": "294B3DC15A", "SHA256": "294B3DC15A5C8FA87D4E0AE14D205E3496B7DB2E31BD6872AFFECB0D523C568E", "CRC32": "5572222E", "BLAKE3": "993C3C9D3DBEE220EF9AFAD46944D4AF25E5CEDCFE8094697DFD86D708A2970E"}, "downloadUrl": "https://civitai.com/api/download/models/683827", "primary": true}], "images": [{"id": 22033832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75323e6b-357b-471f-b0ea-b03fe92942af/width=450/22033832.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UDJ$:LAdyC9H01EkD+_NKk-oIV9G56D%-:t3", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22033841, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc02b4a8-0164-4751-b502-d6ae6f7c6f06/width=450/22033841.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UiK][XEg_L-opGRQoeR*9GRkV[WBt6NHt6sp", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22034046, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/986be662-5498-4dec-86f7-530d92e21f4d/width=450/22034046.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UUKv]g-:_Mtmt,D%xZ%KkVjYkCM{RPt6V@xu", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22033847, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39932756-b480-4dd8-90e1-691a10862f05/width=450/22033847.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UXINpx~UyC%f%gxttRtQWVt6xas:NboejFWC", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22033864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/794ec46b-ebad-4d2f-b391-4610ebea5c7c/width=450/22033864.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UlI|gu~U?ax[%M%LozkCIpaeaef6j?kBs:bH", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22033916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58f5f901-37f9-4014-acf4-fa8229d2adeb/width=450/22033916.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UgH^*D~Us,nh-UxZt6$%WVWojYs,-otQjss,", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22033910, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/714e5867-bb0f-4bd6-93ef-f3ba728d5005/width=450/22033910.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "URK,g8tQ~U%L?]%1?atQ^ibHafWC4;R*IVRk", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22033943, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/369fad52-6f9c-43d5-80d6-0103fa18e50a/width=450/22033943.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "UFLCq@57IB~VPnNG-U%fEgR*KO%L0z^jI;EM", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22033970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1d2f3e3-506a-4476-a995-1e29816684f1/width=450/22033970.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "URJ6]MxtyA#r~nNIwgE2otofM~R*N1xtR*t7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22033988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5160a1f2-a1f0-4ef9-9112-4f72511a0889/width=450/22033988.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UQIg}tE3?]?FwPo_E}V]0gWDIURk_LjG$*tP", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22034011, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e57a2301-b7b6-493d-b9ee-7ab96e82c657/width=450/22034011.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UBHwlw9v3Z?GGCs+^~M}03kC-pV@yAR*?F%M", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22034035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bd118a9-39ec-4ce0-a5f7-7bfe4caa6b05/width=450/22034035.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "UFLCq@57IB~VPnNG-U%fEgR*KO%L0z^jI;EM", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22034033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4d8646e-e011-47e9-a6ab-c02fb9b1f839/width=450/22034033.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UPIpbv^%~C=|~BR-xHxH57RkRPniVrs.WAjY", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22034038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/132893e6-8195-4046-86e7-4dd2582e813a/width=450/22034038.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UWI|B#o#%L~AD*^PwcV@9vMyRkIpI:S2xZWE", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22034039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f74fb4e1-9f37-4e54-9fd0-5905cc6e6696/width=450/22034039.jpeg", "nsfwLevel": 16, "width": 768, "height": 1024, "hash": "UEF}l[-oAHRR~A~U9aD*l8x[oyD+O=-.w^xZ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22034042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f6f3f06-d99f-420a-bc61-e18d545f6646/width=450/22034042.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "ULIqS.ElPA.Q?[-mbaM|TIoys.R7-nR+V@tQ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22034055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e254bd58-da01-40e9-910e-46643dae353e/width=450/22034055.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UPJi|YafjGIp~Vs:RnNardI@RmX88~I=oboe", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22034169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5fc4fc3c-f097-43e5-8dc1-4501acb38041/width=450/22034169.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UfJ%OK~o%e%LN^xtoyfkIVjFo2R*tQoyxZj@", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22034186, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf139ead-72a3-49b5-b9d9-4c7006347cbe/width=450/22034186.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UCG*Zv?[7Kvg01ENNx,=y;IoVGx[t6?H^%NZ", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/683827", "modelId": 611726} \ No newline at end of file diff --git a/datasets/metadata/683885.json b/datasets/metadata/683885.json new file mode 100644 index 0000000000000000000000000000000000000000..bf240d652d01461aac5d9e56453196ec56f09634 --- /dev/null +++ b/datasets/metadata/683885.json @@ -0,0 +1 @@ +{"id": 683885, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-30T20:32:36.330Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 598840, "sizeKB": 150097.724609375, "name": "683885_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T17:51:29.918Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F847C601", "AutoV2": "266835A4AD", "SHA256": "266835A4ADFF86EDBCD6B64EBB80E115D7B5B03335B5FA6DFDB2F7129889D87E", "CRC32": "E199ADCD", "BLAKE3": "BC201D56FD2ACC9B2FA06A5A079002C1BE5EC2147D0C4694CD773E5E13336024"}, "downloadUrl": "https://civitai.com/api/download/models/683885?type=Training%20Data"}, {"id": 599139, "sizeKB": 223100.48828125, "name": "Choco_Slime_-_PONY-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T20:36:30.262Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E9FFD9E7", "AutoV2": "F3BF2EB205", "SHA256": "F3BF2EB2051F6CAE9F6E812FE7C3EB141ACAE24AE3CCBEC9E3C796DC2C45F41E", "CRC32": "94CD8667", "BLAKE3": "95A4C67E2FB083F8DD93FB39B3C67A5B500BF91C2A71046FCFA724A80B81B523", "AutoV3": "56214EAD3A68"}, "downloadUrl": "https://civitai.com/api/download/models/683885", "primary": true}], "images": [{"id": 22051830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62d1645b-7920-4dc5-9fa4-2861ed51f04b/width=450/22051830.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7DuVn~qJVIU0hIVD%IUxB9uI=%2NdNbbv%L", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22051832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad35e0c3-8f1f-4e8e-bd7d-41d527a51290/width=450/22051832.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7F;l.?HIUIUS$-RENWB5SEM-o%1s.-T~99v", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22051831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef73f367-8d94-4b36-bf85-887fa1c93cf3/width=450/22051831.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7DI5l~BJV-o9us-kCWWNGNbWVR*E2t7-UIo", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/683885", "modelId": 611779} \ No newline at end of file diff --git a/datasets/metadata/68410.json b/datasets/metadata/68410.json new file mode 100644 index 0000000000000000000000000000000000000000..e56d7063b209562e46d9cae73287e6f423d6fb30 --- /dev/null +++ b/datasets/metadata/68410.json @@ -0,0 +1 @@ +{"id": 68410, "index": 2, "name": "v0.5.early", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-12T02:27:05.009Z", "availability": "Public", "nsfwLevel": 1, "description": "A first attempt made on A1111 dreambooth extension. I took my pictures on this git. I acted lazy and use blip to caption them.
", "trainedWords": ["NcCG"], "stats": {"downloadCount": 142, "ratingCount": 12, "rating": 5, "thumbsUpCount": 13, "thumbsDownCount": 0}, "files": [{"id": 47865, "sizeKB": 25775.15234375, "name": "512.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-12T02:16:03.279Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3F8A2ABB", "AutoV2": "E5455622E3", "SHA256": "E5455622E31E8E38F0594D17D521157EBDF93E490CF2AB28FDD3402C46C7E8F8", "CRC32": "F26ACAA4", "BLAKE3": "17966BC1833C4F3B1A0B4C223C443EC5757996C5A4B0E16F92D6EE24FDED0395"}, "downloadUrl": "https://civitai.com/api/download/models/68410?type=Training%20Data"}, {"id": 47860, "sizeKB": 6117.8046875, "name": "NcCG_3083.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-12T02:01:16.958Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "62996089", "AutoV2": "0D2A282AF7", "SHA256": "0D2A282AF7DB4F2E514AA4911B36CD385807CDB2C720781F182AC2A48F00C562", "CRC32": "05E3C1A3", "BLAKE3": "10F0F3086EA617E0AFA60AD46767611F1C03EC0894B483E5353CC58EAE5573ED", "AutoV3": "7CACFA4830F1"}, "downloadUrl": "https://civitai.com/api/download/models/68410", "primary": true}], "images": [{"id": 762711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7068c049-db8b-4dcb-b268-3ed38d73d0f8/width=450/762711.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDFh*HM_%fV??I4n~qR*_M%1_3M_X:IUw]x]", "type": "image"}, {"id": 762710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ba6dcf2-b541-4028-9a69-a02987a2df00/width=450/762710.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UBD96XIAMu%h~59b?bRPD#Nf^+wG_NM{Mc-;", "type": "image"}, {"id": 762677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c0c23b3-d548-43ac-b251-023411a088b9/width=450/762677.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U9Dur8}=^$ENyW9vEMniF{odS4xD^$$$xuRj", "type": "image"}, {"id": 762567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b40e0fed-afc6-48e1-9c39-428a43c5a6de/width=450/762567.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "URC@aSoI%%t8n3RoIVWXIYofD%RQs+V[bJf5", "type": "image"}, {"id": 762557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca78fdfc-cdf4-4aeb-9f1c-4a73608e2792/width=450/762557.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDCFnz-:,;My=eE2kAWU~AbuNHRlD*Ioofxa", "type": "image"}, {"id": 762616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31355eaa-235b-4900-bd21-360bbb8ca6f6/width=450/762616.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJEVA?=r?HDk~VrrX9s9~WD*tRM{XnI:J8X8", "type": "image"}, {"id": 762739, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/13902a10-c87f-4813-8c2c-03f27ffc491c/width=450/762739.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UBFY0,02Mbj1#kD*%JNH0L?a~VRO58Mx~BM|", "type": "image"}, {"id": 763006, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af0abb04-fd4a-4ad8-8d0c-a934d5ed1eb5/width=450/763006.jpeg", "nsfwLevel": 1, "width": 992, "height": 544, "hash": "UUG%Sb}=9_5T}qs.ENWCRkIqNHsmIqR+f6ax", "type": "image"}, {"id": 763007, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c2c86f24-e610-407c-bc01-5e2e07854a6d/width=450/763007.jpeg", "nsfwLevel": 1, "width": 992, "height": 544, "hash": "UQG?93azNb11}Wayj@NdAE-9WWsmEOR+oef*", "type": "image"}, {"id": 763005, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99e4c365-fe3e-4ae0-974c-5900d8824b0f/width=450/763005.jpeg", "nsfwLevel": 1, "width": 992, "height": 544, "hash": "USIyEz}qbHEhE35TENxF9_S#%0s.NdxYn%j@", "type": "image"}, {"id": 763004, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a09b30a-eaf3-403a-8c92-fd190a11f630/width=450/763004.jpeg", "nsfwLevel": 1, "width": 992, "height": 544, "hash": "U9E-EW0NI;0hZ%S}5T~90OkA-n^NkW-Ur?58", "type": "image"}, {"id": 763156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec5cd112-796f-4999-b7d1-a0bd9fc55bae/width=450/763156.jpeg", "nsfwLevel": 1, "width": 1032, "height": 688, "hash": "UJK0A]0N0L~T00TJ?aIA$*X3IoXU=Y$*t8s.", "type": "image"}, {"id": 763181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06a2d623-4cfd-48fe-9b66-f41cc57cedc9/width=450/763181.jpeg", "nsfwLevel": 1, "width": 992, "height": 544, "hash": "URH^Ia~AWCENIU9bE2snEhSh%Lt6NHs:oeof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/68410", "modelId": 63825} \ No newline at end of file diff --git a/datasets/metadata/684202.json b/datasets/metadata/684202.json new file mode 100644 index 0000000000000000000000000000000000000000..876a83fa15679745e6ae760128949d5b9acd8bcf --- /dev/null +++ b/datasets/metadata/684202.json @@ -0,0 +1 @@ +{"id": 684202, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-30T22:55:25.693Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 599362, "sizeKB": 36981.6953125, "name": "MILFmoves.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T22:45:47.826Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BFC7D728", "AutoV2": "A9778308A2", "SHA256": "A9778308A2BA8B2F77E8592DDE60706EBC59D8F126424CFACA823A281ACC1354", "CRC32": "42EEE48C", "BLAKE3": "E2E79CEFDE7E0A80317296203F4FB37E5AFC5070345824215C11132435F74395", "AutoV3": "2984C987610C"}, "downloadUrl": "https://civitai.com/api/download/models/684202", "primary": true}, {"id": 599179, "sizeKB": 16762.482421875, "name": "684202_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T21:08:11.206Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0EF1AA7F", "AutoV2": "3D6D2BA473", "SHA256": "3D6D2BA473DABF164EADF4D6E37E94A0176C646FC9715E23152B89B72569471C", "CRC32": "EDDFDB72", "BLAKE3": "D3B080431F0AFF2ADFEA7B554D791B257244EA00F3DE9624CF5BC63FBA3FAA36"}, "downloadUrl": "https://civitai.com/api/download/models/684202?type=Training%20Data"}], "images": [{"id": 22064731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14bcd382-3e64-45ae-bcd0-da466dfe1ee0/width=450/22064731.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UDC=o3}@%Lx[Szozxt%1bvofs:of-pRkofbI", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22064730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5707ada-16bc-4de7-8cce-82dabf238b13/width=450/22064730.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "U6C5;lnPJ7~A-.-oD*Sy^jxtWCIoNHt6ofNH", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/684202", "modelId": 612060} \ No newline at end of file diff --git a/datasets/metadata/684352.json b/datasets/metadata/684352.json new file mode 100644 index 0000000000000000000000000000000000000000..2f11b15bdf40d8ade25a702e9d5b92a7966f0b1e --- /dev/null +++ b/datasets/metadata/684352.json @@ -0,0 +1 @@ +{"id": 684352, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-07-30T23:36:09.849Z", "availability": "Public", "nsfwLevel": 1, "description": "Horror version of TrippyStyle with realism and diversity in subjects such as Monsters and humans now.
", "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 599312, "sizeKB": 25060.6708984375, "name": "684352_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T22:11:54.111Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B2778DE5", "AutoV2": "C46D6CB23B", "SHA256": "C46D6CB23B36905795824FB9627E92E77DC843E1760E3DDFC57FE67205AECA7C", "CRC32": "D5717A11", "BLAKE3": "8BCDA04F4AB1D67CC49BABDCC1ACE4CD1913DE125E9E8D6F535E34260B180F86"}, "downloadUrl": "https://civitai.com/api/download/models/684352?type=Training%20Data"}, {"id": 599410, "sizeKB": 223104.32421875, "name": "TrippyHorrorSDXL-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T23:25:48.938Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AE02A8B1", "AutoV2": "3810D93BAB", "SHA256": "3810D93BAB3F7948DD5280CD6F890954F7D4A6C562CF21CCD7143FA8EC10C924", "CRC32": "E0141F5B", "BLAKE3": "C68B747AB5DD548D9D07BFA044171F4D6407295FBC5EA03909EFF2D9E06A58F4", "AutoV3": "8FBB6DF246CD"}, "downloadUrl": "https://civitai.com/api/download/models/684352", "primary": true}], "images": [{"id": 22068279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f02684a-7a8b-42d9-9f92-9c2785b7777a/width=450/22068279.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNEpTR8xOT-;?]IAn$Rj_4NZMxog-qM{ozn%", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/684352", "modelId": 612190} \ No newline at end of file diff --git a/datasets/metadata/684412.json b/datasets/metadata/684412.json new file mode 100644 index 0000000000000000000000000000000000000000..32645f2a787d4ba4cfd75f0cdbf53683b52fe2e9 --- /dev/null +++ b/datasets/metadata/684412.json @@ -0,0 +1 @@ +{"id": 684412, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-31T00:13:21.213Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 599475, "sizeKB": 223100.04296875, "name": "Nancy_Coolidge-000002.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/684412", "primary": true}, {"id": 599372, "sizeKB": 1843.9384765625, "name": "684412_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T22:55:43.573Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "8B3142130B", "SHA256": "8B3142130BF91941ABADF851DFD02F1C3509778ED7B137A0148FF28CC0E974E5", "CRC32": "43470444", "BLAKE3": "4839B1CB4CC910101A3E73EF7594967299A71379A47C88408DCE7579232A4364"}, "downloadUrl": "https://civitai.com/api/download/models/684412?type=Training%20Data"}], "images": [{"id": 22071986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cff7738-3482-48ef-a2e6-475f04c5efc5/width=450/22071986.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCJGNLBV02}r9ZNG=yE2q]$2g3SO-W^OR%Fx", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22071982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b9d1cf7-af3f-4a20-accc-2ded861dc8ef/width=450/22071982.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFKvNxxZ02of1hWB[WoLIpayi_ay}say9uae", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22071980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4bfadd9-56fb-461d-8591-a1280181ae02/width=450/22071980.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDLC;g6302jY%z9a}X-U#YwN14o#tU^OIA9^", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/684412", "modelId": 612242} \ No newline at end of file diff --git a/datasets/metadata/684423.json b/datasets/metadata/684423.json new file mode 100644 index 0000000000000000000000000000000000000000..a4070c6a7ad4f862170af002ae03a9ea95bbcdb4 --- /dev/null +++ b/datasets/metadata/684423.json @@ -0,0 +1 @@ +{"id": 684423, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-31T00:08:32.763Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 599458, "sizeKB": 223102.23828125, "name": "Mrs._K-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T00:05:50.469Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5B20D578", "AutoV2": "F0D0851763", "SHA256": "F0D085176362912A563D8850330EB18F7F802B4FFA18E71AF19CF68887A2B490", "CRC32": "482B131A", "BLAKE3": "6300269CC75BCA67EAB827028AFDA0000D72FD52CD3C21D39C09C988C3750381", "AutoV3": "63ED3DF8CF59"}, "downloadUrl": "https://civitai.com/api/download/models/684423", "primary": true}, {"id": 599384, "sizeKB": 3015.0966796875, "name": "684423_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-30T23:05:39.176Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5D919C58", "AutoV2": "D819BC16C4", "SHA256": "D819BC16C4A9F8EE81DDB3F95DB4871BC8E2A29AAD114273A1EAEA1C8DD3211A", "CRC32": "F464482B", "BLAKE3": "47EA21F3F5FBACF09015F35091161E5AD8CF0D941E42D990F0AB3B5514898A0F"}, "downloadUrl": "https://civitai.com/api/download/models/684423?type=Training%20Data"}], "images": [{"id": 22071281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9954b600-3ec4-45a2-af4d-f34d7207b8aa/width=450/22071281.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFIqP_D557={ptWBC6V?IVAsIAt8~AI=MxtS", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22071282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24ffc857-f31f-4247-a3eb-0fc9d9bd88af/width=450/22071282.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCIprZH@?A^%}r={A_IqQSS}-oIUmmIp#i$%", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22071280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ce46a1d-8eee-458e-bf78-2225497664ea/width=450/22071280.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UHF=H,kC4UR*O?S2RkR*00S2~Vj[E2ay$*fP", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/684423", "modelId": 612253} \ No newline at end of file diff --git a/datasets/metadata/684577.json b/datasets/metadata/684577.json new file mode 100644 index 0000000000000000000000000000000000000000..38331d3aa0b4622e3ab4d3e26aa9ccba60ebdc3a --- /dev/null +++ b/datasets/metadata/684577.json @@ -0,0 +1 @@ +{"id": 684577, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-31T02:28:50.423Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 599671, "sizeKB": 223102.98046875, "name": "Officer_juggs.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T02:25:47.043Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F4C54DA7", "AutoV2": "EEDD79BD8A", "SHA256": "EEDD79BD8A0BDAA6DE864C6847431553B0B9D7A7C6D09E24F5857950C5073C17", "CRC32": "DBFB7215", "BLAKE3": "2D6C18780D13C4F954015FB5194A42F95E3E5A9ADDBAA838475A50120A792A53", "AutoV3": "314EA3B9F4DE"}, "downloadUrl": "https://civitai.com/api/download/models/684577", "primary": true}, {"id": 599550, "sizeKB": 2095.8046875, "name": "684577_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T01:00:46.691Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EF4CC2D4", "AutoV2": "6DF2AEC0F8", "SHA256": "6DF2AEC0F88E897803A9ABCF4C72554B9A198A597085474958E69AE51EE14D09", "CRC32": "B2318118", "BLAKE3": "85D086B68CE416E41DE5EDC6772BCB55EB7B69275F4A9E8C1032D49146A54A3A"}, "downloadUrl": "https://civitai.com/api/download/models/684577?type=Training%20Data"}], "images": [{"id": 22089961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cbb15da-cac6-4b49-9827-05272793ec65/width=450/22089961.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U8Ig}*D,-8^*17~VD*R:?vs;00-pKSwa9FWU", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22089962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a9bb759-5c0e-4683-a66d-10fe9a1b0fe9/width=450/22089962.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UULDMf-UD*$%~A-TIV$#4=xFNGoKNHRjxZE3", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22089964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10e98944-bda7-4df7-a2d6-6f9f4dab3be0/width=450/22089964.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCIz^$VZ00~pNL-qwbn$04EL]~oz?wxCM{EM", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/684577", "modelId": 612394} \ No newline at end of file diff --git a/datasets/metadata/684580.json b/datasets/metadata/684580.json new file mode 100644 index 0000000000000000000000000000000000000000..2ba5ffaf7d6b2bf2331670ef7b7def9abbf93801 --- /dev/null +++ b/datasets/metadata/684580.json @@ -0,0 +1 @@ +{"id": 684580, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-31T14:19:08.133Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 599572, "sizeKB": 423010.755859375, "name": "684580_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T01:20:43.679Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F0B2BDEE", "AutoV2": "CF1953EF1B", "SHA256": "CF1953EF1BD100B5A53188EFC8EB2ABF11463C5021A12FF19FCC8F5CB83FF10F", "CRC32": "27A36476", "BLAKE3": "644D86DE438C08BD43BC4A9B9899135184F55C37F076AF1F6C2535B85DE8F317"}, "downloadUrl": "https://civitai.com/api/download/models/684580?type=Training%20Data"}, {"id": 600586, "sizeKB": 223103.91796875, "name": "copper_ornaments-000012.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T13:45:55.122Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C53B94A3", "AutoV2": "C54222C9B0", "SHA256": "C54222C9B0A6BA00339EAB201E9513BF39102F239A93F8A1E85800FFDFB22C82", "CRC32": "F7877580", "BLAKE3": "AB1CBCCA9E6406A80E847CAFE4A1C9B92ED36C99260DE014585A8EED6D9B1E98", "AutoV3": "85CAEFFB2C83"}, "downloadUrl": "https://civitai.com/api/download/models/684580", "primary": true}], "images": [{"id": 22159500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa6ed80e-4d15-4223-a0ab-bb4fc7e80979/width=450/22159500.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4BfnP^O029a_2NIMx%20z0g-o~V02Q:^%%f", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22159504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc1051bf-c226-4b7d-a7f7-6271a5621d87/width=450/22159504.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULCiw6IT8_?b_NM{Di-;x]RjIVxuo}R*IVt7", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22159505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05410942-4524-4402-a98d-9c1e62f22bb3/width=450/22159505.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFAJ$ObH4;o0~Ut79bM|-:oyIWM|?ZWpM{ae", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22159502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07198d01-1218-4f35-8a2c-2635c50ce97e/width=450/22159502.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U397FH~T009u5AVuMfE3.6IWMf%1o]%d%1rv", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22159503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15ee9cad-60c2-43e1-8db9-13986c471c54/width=450/22159503.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDDu-m~nGZ%KK5-:-o%LJCxu-pxub_kq-:%2", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22156633, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa60a9ff-6805-4b92-8a5b-4d07a7ce9dd4/width=450/22156633.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U49sxJ5T5lZ~}ls:E2f+019Z#+%L0#-oR*oI", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22156629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6f6bfb4-b41a-4996-b6ef-cc07a3012077/width=450/22156629.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UED019NG00-q.8WBMwbbuPkCMcae9ZRj$%xZ", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22156632, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b159d2c0-fde9-4b7d-ac82-0f4d997af7eb/width=450/22156632.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZGudoJCNbxa_NNesUoLTejFniR+TKrqjFR-", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/684580", "modelId": 612397} \ No newline at end of file diff --git a/datasets/metadata/684692.json b/datasets/metadata/684692.json new file mode 100644 index 0000000000000000000000000000000000000000..5dc64ad9a26fd9cd0f64917d74b42e4cf06d437d --- /dev/null +++ b/datasets/metadata/684692.json @@ -0,0 +1 @@ +{"id": 684692, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-31T02:56:28.007Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["loona", "hellhound", "loona crop top", "off-shoulder shirt", "claws", "fingerless gloves", "torn clothes", "thigh highs"], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 599693, "sizeKB": 409688.9609375, "name": "681276_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T02:41:00.555Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CB0AFC9D", "AutoV2": "C5AC5E046B", "SHA256": "C5AC5E046B8EE97E096DF79C100FE56CA3CBA2E3B413332458403A35D4B74E22", "CRC32": "A92626EE", "BLAKE3": "6387231B6C118608AB90853B2DE9B3C8F6209A7160D76B9002B445E61C360FA0"}, "downloadUrl": "https://civitai.com/api/download/models/684692?type=Training%20Data"}, {"id": 599709, "sizeKB": 905088.40234375, "name": "Show Accurate Loona XL (VERY Acurrate to Show).safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T02:56:44.351Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "46AD17B4", "AutoV2": "6DB36F062D", "SHA256": "6DB36F062D40083ED7F9F6FCDBA2B6A1A128C20C64C1188E46D43DF6EB0B27B7", "CRC32": "CA41C542", "BLAKE3": "C83E6140F02C29C2110C9D35033CEF3CA0C4CF911A2990D482E52094D65EF48D", "AutoV3": "801F964FB4CB"}, "downloadUrl": "https://civitai.com/api/download/models/684692", "primary": true}], "images": [{"id": 22093203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/657b974f-97b3-47a7-8e11-f0ddcab7b37c/width=450/22093203.jpeg", "nsfwLevel": 2, "width": 768, "height": 1280, "hash": "U9HnmeQR00?c]:8_$%NHD$x]EL%MMI_NwJD%", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/684692", "modelId": 612491} \ No newline at end of file diff --git a/datasets/metadata/684705.json b/datasets/metadata/684705.json new file mode 100644 index 0000000000000000000000000000000000000000..55afa19704edbf0d67036f1e0d66c081c9b31e12 --- /dev/null +++ b/datasets/metadata/684705.json @@ -0,0 +1 @@ +{"id": 684705, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-31T13:08:27.574Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 600549, "sizeKB": 223108.71484375, "name": "Sans_Test.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T13:06:33.246Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EF26465B", "AutoV2": "04C622C8F8", "SHA256": "04C622C8F83250C2A304546D0B88FABE350176854256A9030C9EF9F3FC26AB95", "CRC32": "B643110D", "BLAKE3": "E9557B6955692486A4B7034FE758AF30ACDE302B88E70DB6B59887736EFE3C97", "AutoV3": "D0B6E291F3A7"}, "downloadUrl": "https://civitai.com/api/download/models/684705", "primary": true}, {"id": 599675, "sizeKB": 5230.08203125, "name": "684705_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T02:32:00.885Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6B89DDBD", "AutoV2": "3187A05FAC", "SHA256": "3187A05FAC793998C7034375E2E3F68B40E3E37BF38795AB9CDD6A10B8A4B1FB", "CRC32": "0F1DEC68", "BLAKE3": "2E2589C5C009543BADDD81C965637EBA3AA879E3E23D528EA7B32CB573872AAD"}, "downloadUrl": "https://civitai.com/api/download/models/684705?type=Training%20Data"}], "images": [{"id": 22152274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ff31114-2d1a-4672-975f-421e3c9fd1ae/width=450/22152274.jpeg", "nsfwLevel": 1, "width": 240, "height": 240, "hash": "UoOfx=ouxut8R4IA%M%L_NxaxuWU%gtRRjRo", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/684705", "modelId": 612511} \ No newline at end of file diff --git a/datasets/metadata/684711.json b/datasets/metadata/684711.json new file mode 100644 index 0000000000000000000000000000000000000000..221200f6ca39f3faa29d85a64d838eb4c48303b7 --- /dev/null +++ b/datasets/metadata/684711.json @@ -0,0 +1 @@ +{"id": 684711, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-01T00:45:32.773Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 600050, "sizeKB": 43531.8955078125, "name": "684711_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T07:00:55.826Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BE50B29B", "AutoV2": "E9C8CE584D", "SHA256": "E9C8CE584DB0BF099E9E13A1417B96A493224A54890DD1E05E1D16A5C9D876EC", "CRC32": "24E5BBAD", "BLAKE3": "3DC5848F397DBAF6920FDCD08A0584E17BD2518D40959970CA6A71DE3DAD17F3"}, "downloadUrl": "https://civitai.com/api/download/models/684711?type=Training%20Data"}, {"id": 600529, "sizeKB": 36982.671875, "name": "IRL_Arato_Hisako-000046.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T12:56:56.186Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "58824FAD", "AutoV2": "8581B95AA2", "SHA256": "8581B95AA2238A1EB91AB1F04CDDB4F884852E7453481911367995F556AD1164", "CRC32": "58B76DA0", "BLAKE3": "BCFC1434846C92492D2ABE9D44F9C21A0226C77BE072AE35EDB3A9F267FF8E40", "AutoV3": "3D0C6413F0B2"}, "downloadUrl": "https://civitai.com/api/download/models/684711", "primary": true}], "images": [{"id": 22224704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c01d320-9c8a-4585-8b75-f130d87e6c46/width=450/22224704.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHIgv0~B0K0zD%~W.8nNlA-:H?%2%eI;xvIU", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22224705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fcf13c1-cac3-45a5-8a30-ac4d077b8574/width=450/22224705.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U8ID{z003=}X5j9KOl?u5O-=}r5655NH%3Vr", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22224703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4dcfa30d-86f0-40b5-a040-fe514de21f28/width=450/22224703.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UHJack.SK4R5_3?vIoxa*JVtMx-;^*wcV@xv", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/684711", "modelId": 612517} \ No newline at end of file diff --git a/datasets/metadata/684766.json b/datasets/metadata/684766.json new file mode 100644 index 0000000000000000000000000000000000000000..dfbe03a1a3443767adc07219b271aca34263a5ed --- /dev/null +++ b/datasets/metadata/684766.json @@ -0,0 +1 @@ +{"id": 684766, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-31T04:10:11.492Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 599764, "sizeKB": 919.6376953125, "name": "684766_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T03:31:12.169Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "20263669FE", "SHA256": "20263669FE4CE48C8F997D51D1D055119525E42F19438C6DA8AA93B0B5EEB3FB", "CRC32": "3AE15881", "BLAKE3": "11C9ED6F542A961CDCDACCC11D81626083762556FDA4C0D04F3A848CC039587A"}, "downloadUrl": "https://civitai.com/api/download/models/684766?type=Training%20Data"}, {"id": 599804, "sizeKB": 223099.99609375, "name": "Cumilia-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T04:12:07.376Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5FB22790", "AutoV2": "40CF92DCA6", "SHA256": "40CF92DCA6FDFEB5FA3DA0999C4332C4D64410BDAC88B7E5CF5A37B4394E5F4F", "CRC32": "11B75469", "BLAKE3": "F4DCEE73028C6A18DD6916E2746A24402E08ABB1A4E6B6EEA0DA7405E6617531", "AutoV3": "F7BBC319C3FC"}, "downloadUrl": "https://civitai.com/api/download/models/684766", "primary": true}], "images": [{"id": 22100645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea27abb6-6a82-41fe-8de4-ea28bb5ac567/width=450/22100645.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UIIf1nOr2%|%=5r?n4=#=#xbTIX7=4jFR%oz", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22100646, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/405642cb-d81a-4517-9024-f8650fe76f00/width=450/22100646.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UDHJY3C2CiL0{;9riIR*}ITc-rKJ=$$kKfEc", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22100643, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4989581-238a-473e-85e9-587a90141c18/width=450/22100643.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UBE2F@OYQ,^UC4#TELGGEwtT$7ImpyKhRN#9", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/684766", "modelId": 612561} \ No newline at end of file diff --git a/datasets/metadata/684789.json b/datasets/metadata/684789.json new file mode 100644 index 0000000000000000000000000000000000000000..1bd70c7c6493dc7f5e44f950b0a286ee866d330c --- /dev/null +++ b/datasets/metadata/684789.json @@ -0,0 +1 @@ +{"id": 684789, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-31T04:12:35.899Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 599809, "sizeKB": 223099.61328125, "name": "Lance-000002.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/684789", "primary": true}, {"id": 599783, "sizeKB": 706.5166015625, "name": "684789_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T03:45:52.054Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "545F9E99F2", "SHA256": "545F9E99F2F56E3BB67421498A821AB2B5DF8687AA0F56C1607539371B390545", "CRC32": "AF8C749B", "BLAKE3": "357B5BD276F1055C9465206DCCB068748A432BCFF622467147E4C6A0649D8C52"}, "downloadUrl": "https://civitai.com/api/download/models/684789?type=Training%20Data"}], "images": [{"id": 22100970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f494dee7-0eaf-4fe0-9b5f-93108f52c54c/width=450/22100970.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U8AVaV00t-O,-x.lH@Rks5xeRht+-=IAyVQ.", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22100976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a194931e-1390-4dd6-854b-f9f2e39e6a32/width=450/22100976.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U88#vTLTHXIs??yXrxEJ-qtlROTB#aWBX#kl", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22100971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/270c3ee0-3b47-44b9-b8ac-22f45305f622/width=450/22100971.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U8BF8z00Mf4o8^?^VHpHtKMNyB%z-;f~b@Hs", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/684789", "modelId": 612583} \ No newline at end of file diff --git a/datasets/metadata/68489.json b/datasets/metadata/68489.json new file mode 100644 index 0000000000000000000000000000000000000000..ddf9b17206135069b7b392d0bc19c38a58d80f68 --- /dev/null +++ b/datasets/metadata/68489.json @@ -0,0 +1 @@ +{"id": 68489, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-12T04:02:05.015Z", "availability": "Public", "nsfwLevel": 13, "description": null, "trainedWords": ["VfdCnl", "VfdOft"], "stats": {"downloadCount": 433, "ratingCount": 77, "rating": 5, "thumbsUpCount": 82, "thumbsDownCount": 1}, "files": [{"id": 47911, "sizeKB": 25440.958984375, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-12T03:56:06.216Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "AC975E63", "AutoV2": "5DFCF5386F", "SHA256": "5DFCF5386FDC588A114A96006D8BB83FF6EDAC9DACF2466A9E0E4B645631BCCB", "CRC32": "46D900E3", "BLAKE3": "3CA2F8CEB16B2BF423E4FF243276F2B50D5F497BDD76B93403D4E405C17824DF"}, "downloadUrl": "https://civitai.com/api/download/models/68489?type=Training%20Data"}, {"id": 47912, "sizeKB": 36980.90234375, "name": "VfdCnl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-12T03:56:07.602Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "32402662", "AutoV2": "671664B236", "SHA256": "671664B236D6B172366D20C50B4907DCDA8A376DE909D348F393F5BD23D4B88A", "CRC32": "F66D9EE9", "BLAKE3": "EB2936DBEDCDEA1030A2C85125DC59A6113005342BDC388D9366040666F8DA55", "AutoV3": "EF26134DA130"}, "downloadUrl": "https://civitai.com/api/download/models/68489", "primary": true}], "images": [{"id": 763345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89bc0fbd-390a-47dc-91ba-7b883946ca45/width=450/763345.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UFHB-]IB00Ns~p%2X9D%0do^~Ennt+NFv.xb", "type": "image"}, {"id": 763317, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64e152b8-97cf-42a9-a488-59d0d8bb459c/width=450/763317.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UEJICR001E^,y;EK?IE031R5=~R*~p-YaQRN", "type": "image"}, {"id": 763313, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe48fca8-41c5-443b-a7ae-119076f56c75/width=450/763313.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UVJt_0S8%J~BkmaJ%2E2VqD%Isx[IojHxbtQ", "type": "image"}, {"id": 763321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff16d789-26db-4dec-b8a2-1ed6cb61d2af/width=450/763321.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UJI;xI?w9XD%EfIo$MV^004nRmf+?GxuSPs.", "type": "image"}, {"id": 763324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/295a71d7-60ee-4e94-927e-5502074e4580/width=450/763324.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UeJ*ev~qE0_3NFxu-qRjI.WBspfkxuofaeay", "type": "image"}, {"id": 763315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c883309-679c-4ac9-b537-15c39066a14b/width=450/763315.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UUJk7V%fJ{Mx??-p-pM}R%V@N2o#s7RkR.oy", "type": "image"}, {"id": 763316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41c12c63-28d2-47c7-a2ff-d78b1cbd2311/width=450/763316.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UFJai#^-qCt*~WD*OZ-;G;9Z}b-DPpE1vhwJ", "type": "image"}, {"id": 763319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/506f91aa-d52a-4db4-8e4e-97a8860d2df8/width=450/763319.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UVI5SjxU9Xoz%QROoNbIEKM_-qbIJ7jWoga$", "type": "image"}, {"id": 763318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f81ac3d7-90dc-4972-ad67-7bb6aa1c8a7f/width=450/763318.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UAIXp._Nwt~V%ME08_xb00InVy4o0K%3oj9E", "type": "image"}, {"id": 763322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f58bb314-bc6c-40c6-b72d-306da32d5044/width=450/763322.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U7Hn]O000c?F00^*4pIV0cNK;Ctk?[_38ybV", "type": "image"}, {"id": 763323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3f84ee1-02c9-4fa4-ac22-cb8f953b10a1/width=450/763323.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UJK^sq~W869rXfV?$,%NT_X8]:VZlPaKeYX8", "type": "image"}, {"id": 763325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98739822-11e9-40d6-a9d1-49ced0bcd242/width=450/763325.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U8FX@,0100~pwbM|E2bYlQbH}uIUyCNGDjxu", "type": "image"}, {"id": 763326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69c33218-4157-4df0-b984-58e06addf189/width=450/763326.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UVL4HR~WTI%ftltR?HxuRiI.Rjni-;tRniae", "type": "image"}, {"id": 763339, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f78c7f4d-6a5d-4929-bf0f-eabda0575c0c/width=450/763339.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UaKJu=55?]n5PUrr#mXSf6t7NGR%S1bvxGRj", "type": "image"}, {"id": 763340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66db85ed-ff2b-4403-bbbe-125a7670fb64/width=450/763340.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UaI;bZ~BDNRONfa#aKs,9ZNH%MkBRjWCNHay", "type": "image"}, {"id": 763349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d5963d5-d45a-4a50-a514-fcf35fe9103f/width=450/763349.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UXJ7tY~WyYOsBSVsaQRjo}SvWGbHPBXQrYxH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/68489", "modelId": 63897} \ No newline at end of file diff --git a/datasets/metadata/684959.json b/datasets/metadata/684959.json new file mode 100644 index 0000000000000000000000000000000000000000..d8050ce5b00f2bb28effac839e7e6585fd25ad6d --- /dev/null +++ b/datasets/metadata/684959.json @@ -0,0 +1 @@ +{"id": 684959, "index": 0, "name": "Aury Darlem", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-31T07:04:15.168Z", "availability": "Public", "nsfwLevel": 28, "description": "Eh hola
", "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 599938, "sizeKB": 1855.0966796875, "name": "684959_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T05:45:44.359Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "E165A6B7CA", "SHA256": "E165A6B7CAA43CFF44C65EC4032C860775A53EFE68090141A84562484F8DBC9F", "CRC32": "C6F90257", "BLAKE3": "80EE3C72B58FD767FA4D714F792235A8619CC6B3C1A2B43FC2331FE92E6752D0"}, "downloadUrl": "https://civitai.com/api/download/models/684959?type=Training%20Data"}, {"id": 600052, "sizeKB": 223099.14453125, "name": "Aury_Darlem.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T07:05:52.397Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "767517D9", "AutoV2": "F83AD962A4", "SHA256": "F83AD962A4D7DE64311AEE41ADCE0251AE45BEF5912B20573DD49835DAE41400", "CRC32": "C71DF0BE", "BLAKE3": "2DE33925E12F74F7342931DBC295FB535FDD24C61E6C509CFFB2E9573D305E75", "AutoV3": "C65118FCAEF6"}, "downloadUrl": "https://civitai.com/api/download/models/684959", "primary": true}], "images": [{"id": 22120096, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9dcbdfe-75a2-4da6-bd84-f2be1fb9c3e5/width=450/22120096.jpeg", "nsfwLevel": 1, "width": 480, "height": 495, "hash": "UB6]eTNFUbXm#8ROo~ksdCS~cun4ZgWBr;f7", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/684959", "modelId": 612735} \ No newline at end of file diff --git a/datasets/metadata/685010.json b/datasets/metadata/685010.json new file mode 100644 index 0000000000000000000000000000000000000000..2e72f764836e135e39182d17424a72477f872f78 --- /dev/null +++ b/datasets/metadata/685010.json @@ -0,0 +1 @@ +{"id": 685010, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-31T09:49:22.096Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 600264, "sizeKB": 223101.70703125, "name": "TenMic10_Minecraft-000002.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/685010", "primary": true}, {"id": 599996, "sizeKB": 35509.33203125, "name": "685010_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T06:25:54.253Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "49452AA1", "AutoV2": "1084AA2236", "SHA256": "1084AA2236505D30DC881F54A1BB5183B37ED6E5649679F3EB3CB8A60907B034", "CRC32": "DC7678E6", "BLAKE3": "CCB5C70B08C5B01FEBDBF74CDD7990FFD51224D9D4B18708359BBB1A244093F8"}, "downloadUrl": "https://civitai.com/api/download/models/685010?type=Training%20Data"}], "images": [{"id": 22133903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ade87c48-49a1-4904-b0f1-497c1eafa71f/width=450/22133903.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U1BpkN?b0J%y^,WBOToy00X5D7MfY2oy=#jJ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22133901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8dacc8d-23fd-49f5-acdf-be6ec76af5a7/width=450/22133901.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBHBMPE2~Us;-pt6NFj[%KR*E2ofIoWBxaWC", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/685010", "modelId": 612784} \ No newline at end of file diff --git a/datasets/metadata/685122.json b/datasets/metadata/685122.json new file mode 100644 index 0000000000000000000000000000000000000000..549f148097c0a2a2de8859ddde2c0dbb5f915621 --- /dev/null +++ b/datasets/metadata/685122.json @@ -0,0 +1 @@ +{"id": 685122, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-31T10:16:28.207Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 600310, "sizeKB": 223110.79296875, "name": "Christa_Murakami_kny_oc_Demon_Slayer-000055.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/685122", "primary": true}, {"id": 600108, "sizeKB": 7113.2822265625, "name": "685122_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T07:51:24.525Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "47C07660", "AutoV2": "52A322B3E4", "SHA256": "52A322B3E478E489413857E10AB0C369983BDC62B2E6AB3A392398E7DB196FF4", "CRC32": "72667B9E", "BLAKE3": "5213877940C0182F0221D996BBB9867AF26913BF7FD81C70B9CABA64F4C40828"}, "downloadUrl": "https://civitai.com/api/download/models/685122?type=Training%20Data"}], "images": [{"id": 22136659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f809ffe-7b60-4c27-bec5-20b81fc14014/width=450/22136659.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZRMYwof~p%Mn,oekBay?bt7IBRjx[WBoLt7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22136660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/347bb42d-89b1-481e-b4a1-adec81c28d15/width=450/22136660.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWRMb+IU~p~qxuf8R%a{?bxuIUIUt7WBj]oy", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22136658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d819bc8c-7879-48b9-aff0-8572643d71b2/width=450/22136658.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULR{x,Rj~p~qt7ofoyRj?bt8IUIU%fRkV[tQ", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/685122", "modelId": 612882} \ No newline at end of file diff --git a/datasets/metadata/685217.json b/datasets/metadata/685217.json new file mode 100644 index 0000000000000000000000000000000000000000..4f7bb6d8c9292fa124744fe286fe15a801aedb63 --- /dev/null +++ b/datasets/metadata/685217.json @@ -0,0 +1 @@ +{"id": 685217, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-31T11:03:22.849Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 600195, "sizeKB": 2343.587890625, "name": "685217_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T09:00:43.717Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "78C45230", "AutoV2": "D5918C0777", "SHA256": "D5918C0777E946C42CBB5DFD092A4414AF05C2C02B13D3F29BF088BBCC547205", "CRC32": "1E683A5F", "BLAKE3": "C5874DCA422FB82E9CBF75A2D840930C80557F0C71C742FFEA4796151936D077"}, "downloadUrl": "https://civitai.com/api/download/models/685217?type=Training%20Data"}, {"id": 600360, "sizeKB": 223098.98828125, "name": "CoscriptionModel.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T11:00:54.909Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0C3A1494", "AutoV2": "5CA704433C", "SHA256": "5CA704433C3A6505611222AE95C72D300699645F1B77A42F30F6CDC85E59B819", "CRC32": "CD66C17D", "BLAKE3": "DA81736E993B464315ED9572579F313EDF0A19E81AB4BFF83722B6F5B109FE89", "AutoV3": "5EDD7961DEEC"}, "downloadUrl": "https://civitai.com/api/download/models/685217", "primary": true}], "images": [{"id": 22140102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69fc0348-560f-4a0b-a9fe-f34cae21fca4/width=450/22140102.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4A+g7i_0Nxt_JJ79v=_0zrv^5Kd:m}Ynj1b", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/685217", "modelId": 612968} \ No newline at end of file diff --git a/datasets/metadata/685268.json b/datasets/metadata/685268.json new file mode 100644 index 0000000000000000000000000000000000000000..85d206cd10eda2c84e4293cffaa0c2ca262f96c1 --- /dev/null +++ b/datasets/metadata/685268.json @@ -0,0 +1 @@ +{"id": 685268, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-02T10:30:01.139Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["diamondMW"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 605064, "sizeKB": 223107.80859375, "name": "Diamond_World_Morph.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/685268", "primary": true}, {"id": 600291, "sizeKB": 140141.734375, "name": "685268_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T10:06:50.503Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "122123D8", "AutoV2": "D8C47B01EA", "SHA256": "D8C47B01EA07862386E0722260F9B26FB6915FF48FA326101676BE6495C0962B", "CRC32": "FEC7A318", "BLAKE3": "07874BD9A02F1CC1AEA764DB1D5DB9B5DE52EC728AFCA1B84BDB1474AEF89ADD"}, "downloadUrl": "https://civitai.com/api/download/models/685268?type=Training%20Data"}], "images": [{"id": 22420726, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e4d591c-0b9e-4107-87de-f67f510a80b5/width=450/22420726.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6Gb|?~orUD%-j-:V@-:00?a%MV@4:M_oJof", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/685268", "modelId": 613015} \ No newline at end of file diff --git a/datasets/metadata/685286.json b/datasets/metadata/685286.json new file mode 100644 index 0000000000000000000000000000000000000000..f90f22fb4666c58501adea3a78757550dfa5bc7b --- /dev/null +++ b/datasets/metadata/685286.json @@ -0,0 +1 @@ +{"id": 685286, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-31T09:56:32.801Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 600277, "sizeKB": 11050.71875, "name": "Hatsune_Aoyama_JKGiin.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/685286?type=Training%20Data"}, {"id": 600278, "sizeKB": 22236.17578125, "name": "Hatsune_Aoyama_JKGiin-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/685286", "primary": true}], "images": [{"id": 22134707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c416280-5627-43a4-b29b-2bbf658ac0de/width=450/22134707.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UqNTUet7?^t7ROayxuj[tSayxaoft7j[xtj[", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/685286", "modelId": 613030} \ No newline at end of file diff --git a/datasets/metadata/685337.json b/datasets/metadata/685337.json new file mode 100644 index 0000000000000000000000000000000000000000..0c16cd8fa44c6ef538b9c16c4e1b48f9d5327aec --- /dev/null +++ b/datasets/metadata/685337.json @@ -0,0 +1 @@ +{"id": 685337, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-01T00:14:57.610Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 600344, "sizeKB": 1493.6708984375, "name": "685337_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T10:51:50.074Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "E4D488A3A3", "SHA256": "E4D488A3A3BC5C080334EF5FCD2B48AE8CAB03E8FB6C2A36A2D1E1933305F309", "CRC32": "745DCF86", "BLAKE3": "BC83FBE80A7BAFEB29AF379CA40913A381F9C0BA3C3CE893913AB533E0FD33DF"}, "downloadUrl": "https://civitai.com/api/download/models/685337?type=Training%20Data"}, {"id": 601754, "sizeKB": 223100.34765625, "name": "Officer_juggs-000002.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/685337", "primary": true}], "images": [{"id": 22220372, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df169277-7cc0-48df-a23f-810e678b55f1/width=450/22220372.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UMGR}4%MyDNH~p-;R+WVtmax%2nh.8Rj-pRP", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22220368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2babbc8-71d0-4bbf-9e54-b567cb313666/width=450/22220368.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "URIqy0IAF4o#~qM{n~%M03Ip-5xt?aV@R,Rk", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22220369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55b5d498-94d1-4ecb-a983-67fe8c4ba576/width=450/22220369.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UQI#cHxCkrT0?Hs.bbW=02Ndsls+?wIpxZ%1", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/685337", "modelId": 613078} \ No newline at end of file diff --git a/datasets/metadata/685454.json b/datasets/metadata/685454.json new file mode 100644 index 0000000000000000000000000000000000000000..7804daf7c611fdc04808265d6c325957a43a0643 --- /dev/null +++ b/datasets/metadata/685454.json @@ -0,0 +1 @@ +{"id": 685454, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-31T15:51:32.918Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 600460, "sizeKB": 141117.0419921875, "name": "685454_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T12:16:21.425Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "34A11DA0", "AutoV2": "815658C9D2", "SHA256": "815658C9D216D4B003D34AD320BCB8858DCE40823A7F72F5657155F01A1E8525", "CRC32": "833CE0D9", "BLAKE3": "7BE3B3F4F84567A0E1E5A65BFC8D0376A65AD684BF87B8305BED92BF93617123"}, "downloadUrl": "https://civitai.com/api/download/models/685454?type=Training%20Data"}, {"id": 600823, "sizeKB": 223100.39453125, "name": "Blue_Slime_-_PONY-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T15:50:51.939Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "604FF4AA", "AutoV2": "203A3F16C1", "SHA256": "203A3F16C1BF3C17426D7CBFC4226855E6CE70C916642082AF96C9C155A96325", "CRC32": "B1A6B8A1", "BLAKE3": "797B1BCC5E95791289E733CC69E92E1C62CB48C8C76EB8692FF3B3F077EE3D75", "AutoV3": "7A3626137AF6"}, "downloadUrl": "https://civitai.com/api/download/models/685454", "primary": true}], "images": [{"id": 22170264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af582ecf-f16d-4828-8dac-b229e775c022/width=450/22170264.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U34{+PMdHqb$V-V@r+aqx_tpH;V]Mae,jWjV", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22170262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4078738e-c23b-45c3-91d1-c0476c20caf8/width=450/22170262.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UB6IIwo,M[oFR^WXRLV@tHjARgohR;W9V[a$", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/685454", "modelId": 613182} \ No newline at end of file diff --git a/datasets/metadata/685461.json b/datasets/metadata/685461.json new file mode 100644 index 0000000000000000000000000000000000000000..4df2561bce3a066149bf28e13661ba74070c7966 --- /dev/null +++ b/datasets/metadata/685461.json @@ -0,0 +1 @@ +{"id": 685461, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-31T15:44:41.528Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 600812, "sizeKB": 223100.45703125, "name": "Green_Slime_-_PONY.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T15:47:15.803Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8E443C6B", "AutoV2": "622111F3A6", "SHA256": "622111F3A6644AC740833791758F1F0F02869F79C6553F5C76C0507CDA522245", "CRC32": "46F8D157", "BLAKE3": "0E4C55D4F2019E9ECC88F9F6C8B8B71DD128357D5F57A2C584BF5EDB9FF40B59", "AutoV3": "467BD0DE369C"}, "downloadUrl": "https://civitai.com/api/download/models/685461", "primary": true}, {"id": 600470, "sizeKB": 82251.2763671875, "name": "685461_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T12:21:25.252Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AB08F3F4", "AutoV2": "753F62ADEB", "SHA256": "753F62ADEBABEE3B0A2B4073FF7F32597B3ED03784CCCE1ECDFAAA31E0B09AB8", "CRC32": "21CA7329", "BLAKE3": "AA62ADB931FE4D6FAEB36683526B62331ED5FE74CCBDFBB033DA616497845646"}, "downloadUrl": "https://civitai.com/api/download/models/685461?type=Training%20Data"}], "images": [{"id": 22169340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79f24b06-298e-464d-af4b-20ec85c3972a/width=450/22169340.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMAqX0DA#KyV#eTE%OSemdIBozM|XjR~RQM{", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22169356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c204216-4388-4a75-b7b5-92211efc7cda/width=450/22169356.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U84s?yUiUhf8o{pYVIl5qAZllOZSijkUUhl5", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22169349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55fe9f82-aae7-4e64-9a12-cc0e4072b2ae/width=450/22169349.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDA;rc*FvqV_-Fmbx?V@+ls=XMRPVHyBMzR6", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/685461", "modelId": 613189} \ No newline at end of file diff --git a/datasets/metadata/685470.json b/datasets/metadata/685470.json new file mode 100644 index 0000000000000000000000000000000000000000..667acfe542969996d1dd9adf4bf9f9775a8a2014 --- /dev/null +++ b/datasets/metadata/685470.json @@ -0,0 +1 @@ +{"id": 685470, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-31T15:38:20.534Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 600479, "sizeKB": 100166.720703125, "name": "685470_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T12:27:41.350Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CE760B27", "AutoV2": "7686A21FDF", "SHA256": "7686A21FDFFF4F0D80B93F868B2E24A6C9F9A6E514119B0CD2762A77AFD2C28F", "CRC32": "D3F8BDB8", "BLAKE3": "3EE9D1AEB0E1A436E3B216C7A4B3A912855134A648BB409FBDC282E764614DC3"}, "downloadUrl": "https://civitai.com/api/download/models/685470?type=Training%20Data"}, {"id": 600800, "sizeKB": 223100.71484375, "name": "Mezzo_Slime_-_PONY.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T15:36:39.120Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "90AC8169", "AutoV2": "DBA3AD34CC", "SHA256": "DBA3AD34CC6CB333EC407D10A38549D18981976F63A14ECDD8F1353C60DE7F3C", "CRC32": "A6583CE3", "BLAKE3": "7288ED72D0734B6C840CF64AA6DCD15C87E62EBFB7582689E4C467753AE115B2", "AutoV3": "8699D1426509"}, "downloadUrl": "https://civitai.com/api/download/models/685470", "primary": true}], "images": [{"id": 22168380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a28fe0ef-c3b0-4c2e-b8c0-8690b47eff49/width=450/22168380.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBMX0a=w0j-iK]JRNLt${k#oBRxDGC#Vxs$i", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22168379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7f81c96-5dd4-4b2c-886f-fd8a42471fe4/width=450/22168379.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6Ldr7Ej5SEh=v-QF1xDN2-7xqb@Na9xxs~6", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22168381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76069684-947a-4cd6-ba8b-9208630dfc7e/width=450/22168381.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7KHErw35m$z9|OUowJA5UNI$iov|wNcJ8OB", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/685470", "modelId": 613196} \ No newline at end of file diff --git a/datasets/metadata/685476.json b/datasets/metadata/685476.json new file mode 100644 index 0000000000000000000000000000000000000000..21d8274ec5b52912ec607be397b796c33c3931df --- /dev/null +++ b/datasets/metadata/685476.json @@ -0,0 +1 @@ +{"id": 685476, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-31T15:32:44.356Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 600486, "sizeKB": 74730.34765625, "name": "685476_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T12:26:57.779Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CC69FCD1", "AutoV2": "1A5F90D648", "SHA256": "1A5F90D6489079BF169EDB6CB1F367829766A2608764079FBFF61B3680F9A7D2", "CRC32": "0B01C55F", "BLAKE3": "8EF7BC8B1A8EF836FB2D1C74B3A6837AD5B1AF17BC40BE7494A3D39347451BFC"}, "downloadUrl": "https://civitai.com/api/download/models/685476?type=Training%20Data"}, {"id": 600790, "sizeKB": 223100.58984375, "name": "Black_Slime_-_PONY.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T15:33:27.221Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3EC19145", "AutoV2": "C39E60E009", "SHA256": "C39E60E0094101215509F5832BDC43C9EA625AE3A72E9193B511ECBE0C24557B", "CRC32": "579031B4", "BLAKE3": "B7A429078C40E5EC6CB910D91461DAC243F0E946693583F9ED8C672B10894AFC", "AutoV3": "08E979E293B3"}, "downloadUrl": "https://civitai.com/api/download/models/685476", "primary": true}], "images": [{"id": 22167741, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/717e40b2-ba63-40b5-8d1e-b3e53e41e495/width=450/22167741.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U58|^mt7M{t7-;t7ayt7~qoeIUofoffPofj[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22167742, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/506bd76e-1917-4706-8c2e-5f4dec2c1eb4/width=450/22167742.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U78qNhRjxut7?bM{IUof~qfQD$t7?bj[IUxu", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22167740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c181721a-20ca-46f2-ba8d-2bb3dd0443d0/width=450/22167740.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U79%#P%ME0Ri?bM{WBxu~qf74nIU%MxuWBRj", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/685476", "modelId": 613201} \ No newline at end of file diff --git a/datasets/metadata/685727.json b/datasets/metadata/685727.json new file mode 100644 index 0000000000000000000000000000000000000000..f9971c3eb7c6649e4579f388d5bd7c9cccfd00c6 --- /dev/null +++ b/datasets/metadata/685727.json @@ -0,0 +1 @@ +{"id": 685727, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-31T15:01:02.386Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 600714, "sizeKB": 100852.9150390625, "name": "685398_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T15:01:49.729Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "AE3447B3", "AutoV2": "04A29CE36A", "SHA256": "04A29CE36ABDACE6152A60312D0EE8D26286A70A09CB639DDE6C3A99641E6118", "CRC32": "38117A95", "BLAKE3": "1D06744407A3A4C3BAD9CD6C77A02CE66E77584F7B5FDD81258855757AA06225"}, "downloadUrl": "https://civitai.com/api/download/models/685727?type=Training%20Data"}, {"id": 600716, "sizeKB": 223113.62890625, "name": "PichiPichi_Garou_R_style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T15:00:52.004Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "297AE8EC", "AutoV2": "97B964071F", "SHA256": "97B964071FD4738D332E629DF9DF823315CC4487F2068C8524CB6EFEE94CF5D1", "CRC32": "DB014C0F", "BLAKE3": "CE5A432445706C36078BE030DF336DC4E76E9896D638CF55791EBD3C6415F82A", "AutoV3": "EF5F76D296D6"}, "downloadUrl": "https://civitai.com/api/download/models/685727", "primary": true}], "images": [{"id": 22165246, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8c083e3-c258-45fb-afb9-6c7dee163682/width=450/22165246.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHMY.]xa01xa0fbHM|WC00R+%1WW~Be:=|s:", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22165251, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/830bd2ce-82e6-45e5-93bc-5e279e05e059/width=450/22165251.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "ULOCKs--0e5Qxd9tM~n,56~BR6xtIBVtwdxs", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/685727", "modelId": 613425} \ No newline at end of file diff --git a/datasets/metadata/685754.json b/datasets/metadata/685754.json new file mode 100644 index 0000000000000000000000000000000000000000..abfaa837992beab888a0f28d30056c0e57d076c3 --- /dev/null +++ b/datasets/metadata/685754.json @@ -0,0 +1 @@ +{"id": 685754, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-31T16:02:20.744Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["tongliya"], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 600738, "sizeKB": 36976.5234375, "name": "TongLiya.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T15:16:47.688Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FEF3173E", "AutoV2": "EEE590B206", "SHA256": "EEE590B206422A456B91E4B13C0C191CB62ED3C57C96415F9D790B5A2D2320C7", "CRC32": "3D711AA0", "BLAKE3": "AF416E0D68056208743D44ACD3600DBC3E651BB045D5B93B54771DA5F4FD4138", "AutoV3": "196538081CA4"}, "downloadUrl": "https://civitai.com/api/download/models/685754", "primary": true}, {"id": 600741, "sizeKB": 77285.119140625, "name": "3BSG7jpZSz0nXeD0 (2).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T15:16:20.580Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "89EEBB97", "AutoV2": "D79301EC58", "SHA256": "D79301EC58768C82D3CE181306F1E8A8DFD8EE2F2093165E6E7AE211A54F3C6E", "CRC32": "55E5B049", "BLAKE3": "4E3C5DFD79FF1A15A16F196DED24FC7EA3F45ED946870905DF0246F1FFED0DF1"}, "downloadUrl": "https://civitai.com/api/download/models/685754?type=Training%20Data"}], "images": [{"id": 22165654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/534e96e4-1b48-4855-b3fd-128bcf694b86/width=450/22165654.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPHBGA57o~%2tm-p?bM{~WIVo2xaI;xajYo1", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22165655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bc1edcb-294d-40a9-858a-88c42e8be0b3/width=450/22165655.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHH1##$e.Trq9a9FR.oJNa%gsmNHM{V@R-Rj", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22165657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc710a29-3cc9-4630-bf0b-239c8ea4c195/width=450/22165657.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCG*TbMe0}~V5n01w]$*%#n$%1I;%2M{E2I:", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22165653, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4e19ab0-03ce-48eb-8311-a2ab844997bc/width=450/22165653.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UjJjbyO@%g~WS5Sh%2xu%Laes-NGIos:W=s:", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22165656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/097e921b-aed2-4488-94e1-bdac51611849/width=450/22165656.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDH,q]01tj0$9@9G?FIq~XWXiv-;R%9tr??G", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22167755, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b74f8a1-e345-4e4e-8597-c15e20019860/width=450/22167755.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2304, "hash": "UGGl6X00.SgN~q9Fs.xuIot7nOs.%NWAofxa", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/685754", "modelId": 613449} \ No newline at end of file diff --git a/datasets/metadata/685869.json b/datasets/metadata/685869.json new file mode 100644 index 0000000000000000000000000000000000000000..11a220815caa94d829be3a504f4e707139d40bf5 --- /dev/null +++ b/datasets/metadata/685869.json @@ -0,0 +1 @@ +{"id": 685869, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-01T00:45:21.832Z", "availability": "Public", "nsfwLevel": 16, "description": null, "trainedWords": ["8ball Fortnite, faceless "], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 601689, "sizeKB": 4284.7763671875, "name": "685869_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T23:30:50.097Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "08EF1522", "AutoV2": "C88B09531D", "SHA256": "C88B09531D5E4E294250446056E59B7752DCC4D96DAA2578272D8FCD2B33FBF4", "CRC32": "CCA6139D", "BLAKE3": "B3E44FF4CF5C98049CBA1057D2FE7F962C6CFCA6824C432C7A091FE0D5A621D7"}, "downloadUrl": "https://civitai.com/api/download/models/685869?type=Training%20Data"}, {"id": 601800, "sizeKB": 223101.22265625, "name": "8ball_Fortnite.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T00:46:56.480Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A44B8F1A", "AutoV2": "8FDEBEDDFE", "SHA256": "8FDEBEDDFEDAB2B42E30144BD226D32C128493689B1E0AA5ECE891A08BD5C2A6", "CRC32": "4597265E", "BLAKE3": "5B7F38FB9AF4FC20968386AAD72278D3716A5EF232BA13203FAF49DE3B6C1AA8", "AutoV3": "C4748DFDBF13"}, "downloadUrl": "https://civitai.com/api/download/models/685869", "primary": true}], "images": [{"id": 22224671, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66a57de0-c72b-4fd6-92fa-a03956c3f31c/width=450/22224671.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UVHoI6t7~qxu-;WBIUj[?bfQayWBxuj[Rjof", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22224672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/717e8c0e-6823-4235-b9d6-422220a17d89/width=450/22224672.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHH2cr-;?bt7~qt7t7s:xuofIURj?bayD%Rj", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22224675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79cdda37-c255-463d-b9c8-a29c110f2610/width=450/22224675.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UTG+RFIV?b%M~qj[o0t7xtxaIURjs:ofa|Rj", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/685869", "modelId": 613549} \ No newline at end of file diff --git a/datasets/metadata/686079.json b/datasets/metadata/686079.json new file mode 100644 index 0000000000000000000000000000000000000000..a0ef2d20cef68794e61c72ae6d892c79bb06c413 --- /dev/null +++ b/datasets/metadata/686079.json @@ -0,0 +1 @@ +{"id": 686079, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-31T18:58:31.453Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Kaedemb, cat ears, black hair, long hair, amber eyes, big eyes"], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 601205, "sizeKB": 223101.14453125, "name": "Kaede.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/686079", "primary": true}, {"id": 601082, "sizeKB": 230746.7919921875, "name": "686079_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T18:02:35.299Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "19D53D7E", "AutoV2": "14BAE0C571", "SHA256": "14BAE0C571046DD90788D04B72C380332A9A43E2E760C3BE9C925089E527B478", "CRC32": "7542113E", "BLAKE3": "EDF0E0243643C1D8649AD30F2A5A5C9B4D3E034F267252583D719D4621673A0A"}, "downloadUrl": "https://civitai.com/api/download/models/686079?type=Training%20Data"}], "images": [{"id": 22189626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3cd3130-ec30-44e0-ae9c-63cf64881214/width=450/22189626.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U79@6T?H%M%M~Wj@oet700D%IVRj9GM{M|WB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22189624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a10b490b-b4dc-40a4-a7a6-2e4f4c1d406b/width=450/22189624.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGBf-7xu00D%~payIUWVt7Rjoft7xuRkRjof", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22189625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbaa45a7-afaf-488f-9dc2-4c6824e553c6/width=450/22189625.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCB|4|~q%MMx%go#j^IoIVo1Mxxu?b%MxFof", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/686079", "modelId": 613737} \ No newline at end of file diff --git a/datasets/metadata/686102.json b/datasets/metadata/686102.json new file mode 100644 index 0000000000000000000000000000000000000000..d453a00f1c538047db5ebfddc049a613060c773d --- /dev/null +++ b/datasets/metadata/686102.json @@ -0,0 +1 @@ +{"id": 686102, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-31T19:21:23.343Z", "availability": "Public", "nsfwLevel": 2, "description": "30+ images
", "trainedWords": ["keflaDBS, 1girl, solo, super saiyan, blue eyes, green hair, spiked hair, potara earrings, jewelry, crop top, tank top, arm guards, midriff, yoga pants, shin guards, black boots,", "keflaDBS, 1girl, solo, black eyes, black hair, spiked hair, potara earrings, jewelry, crop top, tank top, arm guards, midriff, yoga pants, shin guards, black boots,"], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 601260, "sizeKB": 223104.11328125, "name": "Kefla_XL__Dragon_Ball_Super.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T19:21:24.031Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9DCE5DFF", "AutoV2": "52F096E1B5", "SHA256": "52F096E1B524CD54B3D99B009AA3FEB228F51833C93CD75C1EBF9E007D27AE8B", "CRC32": "6575579C", "BLAKE3": "A0C9102C5935936D072AA16188B6821819A7FDA73332F81D70400910AAB780AE", "AutoV3": "DCCA8DB067AE"}, "downloadUrl": "https://civitai.com/api/download/models/686102", "primary": true}, {"id": 601106, "sizeKB": 8209.1787109375, "name": "686102_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T18:11:21.556Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6F9FFC3E", "AutoV2": "3EEBC32DAA", "SHA256": "3EEBC32DAA0994F7E38E7045E87ECE62B5537074A67688BA1AE87B8700B3499C", "CRC32": "4EC201A9", "BLAKE3": "91296D81D87563EF51865EA40ACC0019A17D4FA39A6EB33D07C0EBEB6E1AC17F"}, "downloadUrl": "https://civitai.com/api/download/models/686102?type=Training%20Data"}], "images": [{"id": 22196740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f312204b-59db-4602-a273-390277752f98/width=450/22196740.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UNL51@?@4QS~3qxaH,xu=#eA;ptR.PSuRpid", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22196776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56930631-cb13-4f73-b059-0ec30818f607/width=450/22196776.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UjNc~GWClo%fKutRQ:M{NXWExHn~tPniaiS~", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22196870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca3bca05-ef1f-474a-926f-9cbeaf76747a/width=450/22196870.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "URJkGu?^F$^5K{xwRX%LYMtR#Ux@wG$*-qXl", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/686102", "modelId": 613758} \ No newline at end of file diff --git a/datasets/metadata/686247.json b/datasets/metadata/686247.json new file mode 100644 index 0000000000000000000000000000000000000000..ff1c033ac20183bbdaca78160b7c73743ddd6daa --- /dev/null +++ b/datasets/metadata/686247.json @@ -0,0 +1 @@ +{"id": 686247, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-31T19:16:04.813Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 601216, "sizeKB": 1641.9072265625, "name": "686247_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T19:06:43.739Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "3BA2CB4368", "SHA256": "3BA2CB43687844D7330567F20D7202136586D5854B36E1522A7A3DB80D065E03", "CRC32": "0E1EC611", "BLAKE3": "B41D60C5A09DC729A983682598D1E485019ECC3F83AD0949DBB35EFD92435941"}, "downloadUrl": "https://civitai.com/api/download/models/686247?type=Training%20Data"}, {"id": 601246, "sizeKB": 36979.921875, "name": "Waluigi_hat.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T19:16:17.135Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "570A3A4F", "AutoV2": "D4908F5184", "SHA256": "D4908F51841748AE52E8EA4ADFA60A3A0618B226A00AD15F4ED2531EC2BAC94A", "CRC32": "5BD7269B", "BLAKE3": "309C7FA80DBD4829681E345E741824FE2A63A790139051FB1706438BAA018C3C", "AutoV3": "6D3C0D980645"}, "downloadUrl": "https://civitai.com/api/download/models/686247", "primary": true}], "images": [{"id": 22191795, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a5c57e8-3c13-4062-a839-e2282e46488a/width=450/22191795.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "URGbMBt7_KkB?boft6oe?akB-;ofxtWBRjWB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22191794, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9a98e50-49df-44df-954a-12af5a905147/width=450/22191794.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "USH-.RjK?tNG~qV[%Loe?tW.?b%L%MofWUt6", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22191796, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3052fa90-7bb2-46dd-a69f-aa16f034e91e/width=450/22191796.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "URGRxaxb%ct6~Wt7WmkBtdk9-;WCIoWBxaRk", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/686247", "modelId": 613876} \ No newline at end of file diff --git a/datasets/metadata/686342.json b/datasets/metadata/686342.json new file mode 100644 index 0000000000000000000000000000000000000000..519551138048f5e6c2722d680109f0d6e99c682b --- /dev/null +++ b/datasets/metadata/686342.json @@ -0,0 +1 @@ +{"id": 686342, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-01T22:51:27.526Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["beastfolk", "animal ears", "tail"], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 601314, "sizeKB": 578037.830078125, "name": "686342_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T19:56:40.851Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "64163A17", "AutoV2": "C2F4E761F4", "SHA256": "C2F4E761F4241A5E573A90BC5F945695B6CD5034CAD8A9374029DCFBC261E86A", "CRC32": "54D4CD7D", "BLAKE3": "5A6169A1331AAB5A28F8C935743C0EEFF0164F07ED2FFBA378CA991CD475CE20"}, "downloadUrl": "https://civitai.com/api/download/models/686342?type=Training%20Data"}, {"id": 604071, "sizeKB": 223104.23828125, "name": "Beastfolk_Pony_XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T22:46:31.291Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "136537C5", "AutoV2": "0D29F62D83", "SHA256": "0D29F62D83F0366411D244E06F0E1BDDCF2B2B16CB0F39A39E8A4F75EC72EC57", "CRC32": "FB15BFA8", "BLAKE3": "47376214D98C93C9A31A2E285408CF80155171477D83B31F206387C08BC260B7", "AutoV3": "992570067D4B"}, "downloadUrl": "https://civitai.com/api/download/models/686342", "primary": true}], "images": [{"id": 22351744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e564827-9f91-4667-81f4-3190625ca8a2/width=450/22351744.jpeg", "nsfwLevel": 4, "width": 1528, "height": 1528, "hash": "UQJkilM{o}x]_NR*R.WC9ZofjYWBIVofV@Rj", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22351745, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69a801ca-e32d-4fee-aa44-696f1c6b5606/width=450/22351745.jpeg", "nsfwLevel": 4, "width": 1528, "height": 1528, "hash": "UAG[TY?bEj-pTd~p-;Io009aM|xu00IVxaV[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22351747, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8336673-fc72-4706-b6d6-47c8a386ff39/width=450/22351747.jpeg", "nsfwLevel": 4, "width": 1528, "height": 1528, "hash": "U9HBl7-;9E56yDt7M|~W0eofofIo00Rje.NG", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22351749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/682dbcf4-4d63-4793-9445-39fae00198fb/width=450/22351749.jpeg", "nsfwLevel": 2, "width": 1528, "height": 1528, "hash": "U9IN:Txu00xt57t7S1NG9Ff6IrR*00NG~Vs:", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22351750, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1efff4c-a3f3-4bf8-bd03-715e346b1d7e/width=450/22351750.jpeg", "nsfwLevel": 1, "width": 1528, "height": 1528, "hash": "U9JaTID*D*NGGdIo^iIV1kM|9Zs:TfIo?G%1", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22351748, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80424b29-69d3-44bb-a472-a577fcfa7092/width=450/22351748.jpeg", "nsfwLevel": 1, "width": 1528, "height": 1528, "hash": "UMKK.u?HcEIU_4t7ogof4.R*M{t7NeRkRkt7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22351746, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a49a605-5015-493b-8c02-9c43cd9e7b61/width=450/22351746.jpeg", "nsfwLevel": 4, "width": 1528, "height": 1528, "hash": "UCG*+z~WBp%2%g%M%2%M0KM|RQX8s:RPoLWX", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/686342", "modelId": 613981} \ No newline at end of file diff --git a/datasets/metadata/686351.json b/datasets/metadata/686351.json new file mode 100644 index 0000000000000000000000000000000000000000..734de8a0fc63366fcb24f9784c3e4465c5d6a4fa --- /dev/null +++ b/datasets/metadata/686351.json @@ -0,0 +1 @@ +{"id": 686351, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-07-31T19:59:57.095Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 601328, "sizeKB": 22238.73046875, "name": "Shiori_Fuyutsuki_StoreManager-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/686351", "primary": true}, {"id": 601327, "sizeKB": 13440.345703125, "name": "Shiori_Fuyutsuki_StoreManager.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/686351?type=Training%20Data"}], "images": [{"id": 22197192, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c907aba-18f7-4805-80de-50896a4b1562/width=450/22197192.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UcLqj{WT0eofMdjcIpj[yAaxxHkB?[j[oej@", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/686351", "modelId": 613990} \ No newline at end of file diff --git a/datasets/metadata/686380.json b/datasets/metadata/686380.json new file mode 100644 index 0000000000000000000000000000000000000000..b9ba8e263966a4ee0e31b35eec141112f2268ec3 --- /dev/null +++ b/datasets/metadata/686380.json @@ -0,0 +1 @@ +{"id": 686380, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-01T22:51:54.019Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": ["beastfolk", "animal ears", "tail"], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 601350, "sizeKB": 578037.830078125, "name": "686380_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T20:11:30.931Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "64163A17", "AutoV2": "F8855373EE", "SHA256": "F8855373EE8F924A1C07F5840B2F505C923FEA4D4341BBBBA8F1AA1BB947DD1C", "CRC32": "6BA8822A", "BLAKE3": "8D8C4FAF1909E281A69C71FF2E062329093A6202507754CF0A67BCBB7238DF59"}, "downloadUrl": "https://civitai.com/api/download/models/686380?type=Training%20Data"}, {"id": 603532, "sizeKB": 36982.765625, "name": "Beastfolk_SD_1.5_r1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T18:00:33.785Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "82D4D1A1", "AutoV2": "3BEA98FCB6", "SHA256": "3BEA98FCB65A861554E3F8E2D30433DF5E9F2E698D6D6650CD86CF1B9DEA1C6A", "CRC32": "D9432266", "BLAKE3": "AB8D2160468DF4F2FED5E775DFE58BE0E7B2EF3EAEEEA348EEC227EBE7B70D5A", "AutoV3": "1707406F2EDD"}, "downloadUrl": "https://civitai.com/api/download/models/686380", "primary": true}], "images": [{"id": 22321965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94198233-7556-4a95-ba8f-79e186f316a8/width=450/22321965.jpeg", "nsfwLevel": 1, "width": 1528, "height": 1528, "hash": "U4FOu;-;0000_M-;00R400-n%2-:eT4:_2NG", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22321970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82bad2a4-f51f-4bff-8fd5-0ed4ddd3e3cf/width=450/22321970.jpeg", "nsfwLevel": 1, "width": 1528, "height": 1528, "hash": "U5EooPe=00t6*JxZDiIo%2xtIoWB.7M}nit6", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22321963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/521afcad-6432-482e-8022-2e5ba8c8bc02/width=450/22321963.jpeg", "nsfwLevel": 2, "width": 1528, "height": 1528, "hash": "U8E.R*^j01?HJ.^k~V%29Zt7o#R*00E2%1-o", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22321964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/263f9b68-877e-4b95-b378-6892c32d0011/width=450/22321964.jpeg", "nsfwLevel": 1, "width": 1528, "height": 1528, "hash": "U5Gbt{0K00%4GHMy4V_2~oxt00I[I:WUMd?H", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22321969, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d686455-b5c7-4a25-8ab9-ed9d43dd1c30/width=450/22321969.jpeg", "nsfwLevel": 1, "width": 1528, "height": 1528, "hash": "UDGb3Soz?Foc~q^*ae%1%h-oR*xaEOM|oJkC", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22321967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2aea1460-7a47-4cc1-af28-88f8e15eea39/width=450/22321967.jpeg", "nsfwLevel": 1, "width": 1528, "height": 1528, "hash": "UCH2cZDk00?u_NE19FR.xtIV-nRQ.8RjxXM{", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22321971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a9863e6-501c-4732-a104-1c23fc60c706/width=450/22321971.jpeg", "nsfwLevel": 2, "width": 1528, "height": 1528, "hash": "U5EC8.~C00ox0e-:-p^+00E2-p%2D%%2-pD%", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22321968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cf12423-6120-455d-8c27-ed5a97a30495/width=450/22321968.jpeg", "nsfwLevel": 4, "width": 1528, "height": 1528, "hash": "UBGkn1xZad-o~qxtaKxa9}-:oJoL-;%2-oj]", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/686380", "modelId": 614014} \ No newline at end of file diff --git a/datasets/metadata/686423.json b/datasets/metadata/686423.json new file mode 100644 index 0000000000000000000000000000000000000000..3f15b491cfe7fd83efd877bcfae9bb06215288d4 --- /dev/null +++ b/datasets/metadata/686423.json @@ -0,0 +1 @@ +{"id": 686423, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-01T04:55:28.956Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 602172, "sizeKB": 223100.15234375, "name": "Rope_Time_-_PONY-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T04:55:45.815Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C8633100", "AutoV2": "B00A735995", "SHA256": "B00A7359953B8DFECC62D41A3096DB4353A7335AA3D92FADA305F887F9DAAE9A", "CRC32": "679A5A86", "BLAKE3": "751C05D4C1EC2C27AF938BD2EA26BD1149B352DE50A39D2E01720AAA8A9E2FBE", "AutoV3": "F8A5C457BFE4"}, "downloadUrl": "https://civitai.com/api/download/models/686423", "primary": true}, {"id": 601399, "sizeKB": 164171.4580078125, "name": "686423_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T20:40:45.177Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "746E253E", "AutoV2": "ECDFC843DF", "SHA256": "ECDFC843DF9FE5EA103E26C75DE72C725D85AC0DB57315B89900474FF0E30F3A", "CRC32": "CEE68C5D", "BLAKE3": "CFB362EE0A5CF1F55964B17A6FF8229FF9994272846F06540D6CF60DC5FAC6E1"}, "downloadUrl": "https://civitai.com/api/download/models/686423?type=Training%20Data"}], "images": [{"id": 22249054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28f0024a-1e78-4070-a861-dd6b4fbf8a45/width=450/22249054.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5M6*I4T00~q00?wS$DhK5I9bwoz$KxuIoX9", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22249053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85192b40-083e-4212-afd4-986b8b4ff9b4/width=450/22249053.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAK^E500CT_19$%MEljYOZt7,-IU.SM|iwxt", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22249052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/712810b1-369c-4f5e-be94-dc0ad0473b11/width=450/22249052.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UVOMvnxaysozS$oznNRjNIozoIV@R4aetSoz", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/686423", "modelId": 614053} \ No newline at end of file diff --git a/datasets/metadata/686424.json b/datasets/metadata/686424.json new file mode 100644 index 0000000000000000000000000000000000000000..c55eb3d0dfe4d9d1668047d7d56bfc2c10e3f6fa --- /dev/null +++ b/datasets/metadata/686424.json @@ -0,0 +1 @@ +{"id": 686424, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-07-31T20:45:11.343Z", "availability": "Public", "nsfwLevel": 1, "description": "This model is trained with the first season of Chainsaw Man on Pony Diffusion V6 XL.
", "trainedWords": ["denji", "power", "makima", "aki hayakawa", "himeno", "kobeni higashiyama"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 601401, "sizeKB": 315394.876953125, "name": "training data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T20:40:53.164Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7514687E", "AutoV2": "642CECBD4B", "SHA256": "642CECBD4B74A701C22F7C7290C0ED9BA810077EDF1FB5BC4957E04F4E5CCC1D", "CRC32": "561407BB", "BLAKE3": "FB5D6149D85F146FD31012D2CB3E22675B5236064D8E27D2E726D75793488563"}, "downloadUrl": "https://civitai.com/api/download/models/686424?type=Training%20Data"}, {"id": 601400, "sizeKB": 249056.2578125, "name": "chainsawman_pony_v1-1_mx.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T20:41:24.396Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2E2B5589", "AutoV2": "A0ADA5CFE8", "SHA256": "A0ADA5CFE8B4FCFDA945EE7C91DE7DC1A3C3F09D22F53A5777D3698F04ECF724", "CRC32": "2FA7D0EE", "BLAKE3": "EB592C4DC077E4FB5EB2AF39BDBC786521A5D73D2225C65ACF85EE89FC804525", "AutoV3": "C58417C4DC9E"}, "downloadUrl": "https://civitai.com/api/download/models/686424", "primary": true}], "images": [{"id": 22202198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bb5e676-a223-4f0c-a673-b3991f0b6622/width=450/22202198.jpeg", "nsfwLevel": 1, "width": 1559, "height": 2081, "hash": "ULKwC3~U?HyE^j%K%2OYZ~f+V@jFo~tS%1tR", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22202214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40ba392c-27c3-42f7-b1d6-fdf292e7abcc/width=450/22202214.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UXL3[hR-F3%L~B$%tlt7JBa#Iot6NdR+w^s.", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22202226, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c7bd62e-7e8e-41f0-992c-341efc4c8591/width=450/22202226.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UmLy}[D*x]%L~VoIo}s:SxjGR*WBWCoysoWB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22202225, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f64643e1-4b8f-4499-b2f9-c2de34802013/width=450/22202225.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UYJZ*oIVIU%L~BoLS1R*%LxGIpR+%LM|oLxt", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22202241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6338eea3-d437-459f-a02f-f4a5d83c2bd7/width=450/22202241.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "U9INaMMd02Fe^mR5%#o~0fpIM{Rj9Y_Nm,9G", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22202239, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb07cd83-f468-456e-bc5b-acc8902487be/width=450/22202239.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "URKTY$%L?uWB}@j[JTWC9GRj4:s:RPoe9aWC", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22202259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cce28604-a22c-4417-9f34-74a844350ba0/width=450/22202259.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "U5IW}?00?S^,?G0m?aMd0JRhVbWHpI5SDj~U", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22202346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da296c82-6fc4-4fe1-9330-a9ab75c66a46/width=450/22202346.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UVJQyL~V%LbbbvtR-pflR.%2%2xaNHs:M|az", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22202348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d14f76d-c151-49b9-93c1-5e1e67c3beee/width=450/22202348.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UaKATSD+~UIVIVR*M|R*4:bb%1xtt6t6jZoL", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22202357, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2cead75-c63a-4bfc-bbf1-8490b3ae33e9/width=450/22202357.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UKLM-FOs$y?b=st7s+S4-:M{IVWY~VRkIUoz", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22202360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62f34fcb-54e9-48ac-8b66-da60740dcfe4/width=450/22202360.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UDL3=MwM.R%N~U9u_2oJ00R*#,%1-U-o-:M|", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22202378, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff815364-e5dc-410d-9040-d0a357f7b020/width=450/22202378.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UhJH5F%LNuE3~Ut7?GWX%1oeozofRjoeM|Rk", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22202376, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac70a193-2b3d-43e0-8ef6-9e58c219109a/width=450/22202376.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UOLzBMogt-oe^%D*S6M|RiM{V[bb~p-oNG%L", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22202380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0235e2e1-00a8-4f80-9006-fdad91c5f8c7/width=450/22202380.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UOI}IoE2S2t7~VNH?aIo0fWBxYRkx]s:xFof", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22202383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab53c2da-83a1-4cf8-9c02-8e9fc82c6f4d/width=450/22202383.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UGJ7,W%LE2s:_2M|R*%200Ioa|oe~UNHNGWV", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/686424", "modelId": 614054} \ No newline at end of file diff --git a/datasets/metadata/686599.json b/datasets/metadata/686599.json new file mode 100644 index 0000000000000000000000000000000000000000..d92ff146045863ad0c47031a249a312147165d0e --- /dev/null +++ b/datasets/metadata/686599.json @@ -0,0 +1 @@ +{"id": 686599, "index": 0, "name": "V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-01T00:09:05.791Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["SMTEisheth ", "Black wings "], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 601567, "sizeKB": 160999.8564453125, "name": "686599_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T22:10:49.954Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "97CE82BB", "AutoV2": "EEAA350571", "SHA256": "EEAA350571A9172A230A8F7269F92E098CC12987B4673A152A561160ADF2D9EE", "CRC32": "DB411161", "BLAKE3": "CB5EBB83E919D8D6F77615B8285DD84F9851BC67448FD381F1741A52C3C036F5"}, "downloadUrl": "https://civitai.com/api/download/models/686599?type=Training%20Data"}, {"id": 601740, "sizeKB": 223104.44140625, "name": "Eisheth_Redux-000025.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T00:07:04.679Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CB8A864F", "AutoV2": "9312FA56F6", "SHA256": "9312FA56F63C7F34FBD33987657985AAB9FEA5653FF6E52DC1E2E7BD2B817110", "CRC32": "9B4CF7C2", "BLAKE3": "EBA919CABB0E5295CBE852F23958FA0B8FA00DF61484D5C5EFD80D7339115148", "AutoV3": "59F2B96E6DDE"}, "downloadUrl": "https://civitai.com/api/download/models/686599", "primary": true}], "images": [{"id": 22219526, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f925e0de-1aa2-42b2-87c3-7c6f556b91fd/width=450/22219526.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEHdv~-;^10g%hEM%htRE.xC9zV[yY~UNFIq", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22219525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6776f51c-0d3b-4143-9183-277022ac8649/width=450/22219525.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UFGlFy~p4Us800ado#Rj9GIVa#WE9ZIV%M-;", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/686599", "modelId": 614061} \ No newline at end of file diff --git a/datasets/metadata/68669.json b/datasets/metadata/68669.json new file mode 100644 index 0000000000000000000000000000000000000000..34e705ae6055fbd4c8ddd87eeaaf4cfb540f51ad --- /dev/null +++ b/datasets/metadata/68669.json @@ -0,0 +1 @@ +{"id": 68669, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-12T09:39:35.230Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 2905, "ratingCount": 487, "rating": 5, "thumbsUpCount": 538, "thumbsDownCount": 0}, "files": [{"id": 48033, "sizeKB": 6779.9755859375, "name": "Mai_Shiranui.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-12T09:51:06.371Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F556B446", "AutoV2": "4725709DAD", "SHA256": "4725709DAD6991D20202301CC31C5135A4555A68F9BC9CF9A2FC3A49D772F3A5", "CRC32": "00061388", "BLAKE3": "3E33EF00B68A4350FECAFE9AE17C11488C8DEF8A6429F7D0D51058DA83E8CCE0"}, "downloadUrl": "https://civitai.com/api/download/models/68669?type=Training%20Data"}, {"id": 48025, "sizeKB": 27488.001953125, "name": "Mai_Shiranui-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-12T09:41:05.236Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D3E01D6E", "AutoV2": "DD4468F32C", "SHA256": "DD4468F32C8EED722A1864CF5BF2CC83C46B18C0A06A18ACA6B263B92A925DA8", "CRC32": "EB824F75", "BLAKE3": "C618C2484355262A1EEEA3F4CD46DF4CA032244A24502E9165156B01CC878FD7", "AutoV3": "FD439BE5B6D6"}, "downloadUrl": "https://civitai.com/api/download/models/68669", "primary": true}], "images": [{"id": 2801178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9db2981-1042-43e8-bf8d-1592eb19d564/width=450/2801178.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UMM?#px]9t~p0y-;?b?H-;-q$+RjRja#-:xa", "type": "image"}, {"id": 765420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5550fd8-ce42-4475-9906-d90132bb6b6b/width=450/765420.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UMK^jU~qF1Mw69R.xt9Ff+-qxZ-p9Zt8?Goe", "type": "image"}, {"id": 765398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f67c9297-fce6-41f6-a5b4-849143909506/width=450/765398.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UNL4BD~qFxR45?Rnt79Eoz%MxZ%M9Zxu?Goe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/68669", "modelId": 64054} \ No newline at end of file diff --git a/datasets/metadata/686733.json b/datasets/metadata/686733.json new file mode 100644 index 0000000000000000000000000000000000000000..14466f549b593d436e52a4304114fad59bff0d28 --- /dev/null +++ b/datasets/metadata/686733.json @@ -0,0 +1 @@ +{"id": 686733, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-01T00:33:22.535Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 601691, "sizeKB": 70627.8125, "name": "686733_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-07-31T23:31:52.288Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "ADF464B8", "AutoV2": "CFD1229F0E", "SHA256": "CFD1229F0E4D0EF78DADC300E338B65734907D6F1D484958F15C71FFF7EE153D", "CRC32": "152CC4C5", "BLAKE3": "30EA297A500ED09EDF379F1D63A6C7172F62E80FA1D2C0F3BE3C54B8E49ADFA3"}, "downloadUrl": "https://civitai.com/api/download/models/686733?type=Training%20Data"}, {"id": 601785, "sizeKB": 223126.19140625, "name": "Yuki_to_hana_style.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/686733", "primary": true}], "images": [{"id": 22223265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc51aa1c-a858-455d-a5d3-dbef5c1d8939/width=450/22223265.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UNLDfZF40K4o_Lr=epRP-naJ-:t7s7-oNHad", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22223263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a43b4f21-e7cb-4352-b742-f99502866af0/width=450/22223263.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UALW*HD*9@9F?[4-?H#m59IAIAt7?Go~kWoH", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22223264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bdde117-ba0a-4280-9aad-e1f428acaf24/width=450/22223264.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UfEyZ3WEEkV@%%kCXTjYI[aet8j]RPocRjog", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/686733", "modelId": 614325} \ No newline at end of file diff --git a/datasets/metadata/686833.json b/datasets/metadata/686833.json new file mode 100644 index 0000000000000000000000000000000000000000..b7736d1d85ca160c45d8597b03fe1510b163f37b --- /dev/null +++ b/datasets/metadata/686833.json @@ -0,0 +1 @@ +{"id": 686833, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-01T01:46:06.117Z", "availability": "Public", "nsfwLevel": 29, "description": "Training with 184 images, using the Civitai online trainer,excluding the loli version,
", "trainedWords": ["1girl, Shizuku, short hair, black hair, blue eyes, huge breast."], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 601894, "sizeKB": 183102.4921875, "name": "682237_training_data.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/686833?type=Training%20Data"}, {"id": 601896, "sizeKB": 223111.08984375, "name": "Ero_Game_collection-_Shizuku-_I_Live_with_the_JK_with_the_biggest_boobs_in_school.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/686833", "primary": true}], "images": [{"id": 22229430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb9bbe38-a87b-4532-8935-9fd95abea2c1/width=450/22229430.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UIGuIB}[T1?HMy^+%2M{x_jIr=X8TLkD-Vt7", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22229193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1329737-f992-460f-a15c-20fe1d050889/width=450/22229193.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UBGRxblB6T,CD%0K%N~V6BZ~9GR515wHxaax", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22229252, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1e6ed37-b7ef-4850-bc75-a460236d5e5c/width=450/22229252.jpeg", "nsfwLevel": 8, "width": 1216, "height": 832, "hash": "U9LM*E5V00-;%x?Z8{WX0w~AD%4ow1~WS$4o", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22229281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fae24888-23fd-4e2c-9354-a448ba868570/width=450/22229281.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U9Gl3A~p00pF0VI_=|ae04xwxxWXYPbd^#%K", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22229309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84db7744-ce10-479e-b61b-c289f2cc1fd7/width=450/22229309.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U8CidpoK9t%MAJt755ae00IoemIo~Dxa~Ct7", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22229338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/919da507-a98e-4a90-bb09-2b8f200002c9/width=450/22229338.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U8G*_~?t00^%05Ic=|M|02xv?HWAL1t7~8SJ", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22229343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae9928df-9188-4819-965c-a848413822c5/width=450/22229343.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UOLW2~~A0MIV.5-:EMD+AV%LnOM}adxZbHR+", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22229355, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32d609d8-0d2e-4a66-832c-68b2ea048ad1/width=450/22229355.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U7EV85yF00_30,pJ-=kr57%h?HS65qkr~CoN", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22229359, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e907e1c-eb29-4a90-80a2-dae9a3701136/width=450/22229359.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UMIXKoo~56-UOS-:-VX8NEi^Rlbb~USNIUr=", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22229366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08d4cf4f-477d-405c-bd59-73e40a21debe/width=450/22229366.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UAG8o@~W0yIo-#%1S7Nd-:adDiNG?ZofV[t6", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22229413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4485fc9-fb20-47d3-a204-50a0392f64e5/width=450/22229413.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UDHd:J-p0gNePVo#NeNH00Nc^*oL}@Ip^jxZ", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22229473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5591f0c8-0f01-4230-b10b-7f08d56a5e68/width=450/22229473.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UAHU2.^i0Kt4Eg%0WBWA00sl%LWU~VxZwJbE", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22229480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7aaa199-fc47-41a7-8656-696383a9ae3d/width=450/22229480.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U4Exq$?G00%202EL-Ws;00M|yWt7~V%L#7e.", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22229489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bde54bb-4db6-4f6c-a77a-214a4650c6d8/width=450/22229489.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U6ELW|~X009b0.yE?cOG0fXn%gOYX.Sj^k^+", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22229499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/240df515-dfe3-4184-97ea-29fc32d15d0c/width=450/22229499.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "U7F5N@$*00xu0LR*t7R*01a}~Bof00jZ={oe", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22230617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/828f7a2b-19c1-40ac-a76c-2d23706a9d1d/width=450/22230617.jpeg", "nsfwLevel": 1, "width": 1600, "height": 1095, "hash": "UIGuIB}[T1?HMy^+%2M{x_jIr=X8TLkD-Vt7", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22230600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c17f3a12-958c-43bd-85c3-b48521634366/width=450/22230600.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UDHd:J-p0gNePVo#NeNH00Nc^*oL}@Ip^jxZ", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22230602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5bea447-0846-4856-9ff0-71ac799cd48c/width=450/22230602.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "U6ELW|~X009b0.yE?cOG0fXn%gOYTeSj^k^+", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22230599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/782def56-3afa-40b8-977b-b75b51ae1772/width=450/22230599.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "UAHU2.^i0KxYEg%0aeWA00sl%LWU~VxZwJbF", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22230603, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/957adc5c-00c6-43bd-8f7f-ebf327ca01d6/width=450/22230603.jpeg", "nsfwLevel": 16, "width": 1200, "height": 1754, "hash": "U7FE+e$*00xu0LR*t7R*01a}~Bof00jZ={oe", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/686833", "modelId": 614402} \ No newline at end of file diff --git a/datasets/metadata/686875.json b/datasets/metadata/686875.json new file mode 100644 index 0000000000000000000000000000000000000000..2d60683deab06c9829c1307136f10365096c0f1a --- /dev/null +++ b/datasets/metadata/686875.json @@ -0,0 +1 @@ +{"id": 686875, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-01T04:14:17.711Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 601815, "sizeKB": 4033.4453125, "name": "686875_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T00:55:49.742Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "27B87943", "AutoV2": "A8CA619C16", "SHA256": "A8CA619C164DD6121C0E4DBB9911ABCE158FCA558FA105F1D69F4C74E365AFFB", "CRC32": "367DE10A", "BLAKE3": "CF61AAF790412A30339A140625169D3DE4793A615D3B98E4CD27E038611BBB0A"}, "downloadUrl": "https://civitai.com/api/download/models/686875?type=Training%20Data"}, {"id": 602107, "sizeKB": 223099.72265625, "name": "Bang-000009.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/686875", "primary": true}], "images": [{"id": 22244992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90f4e89d-b487-43eb-bf2f-ee161d4c81db/width=450/22244992.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UgI}R~oz?bx]~qM{-;%M%hIon%oJW=slWCt6", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/686875", "modelId": 614446} \ No newline at end of file diff --git a/datasets/metadata/686893.json b/datasets/metadata/686893.json new file mode 100644 index 0000000000000000000000000000000000000000..357b911e7b65b69552c24a25d568866dff3f8b93 --- /dev/null +++ b/datasets/metadata/686893.json @@ -0,0 +1 @@ +{"id": 686893, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-01T04:18:38.320Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 602115, "sizeKB": 223100.00390625, "name": "Genji_r1-000003.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/686893", "primary": true}, {"id": 601833, "sizeKB": 5756.96484375, "name": "686893_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T01:05:42.915Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F68C2581", "AutoV2": "6B1B8B512D", "SHA256": "6B1B8B512DEBA5951E26904F383BDBE6680FB59BBC5BAB7FDD459437542AD4AD", "CRC32": "CB872B84", "BLAKE3": "94012267F62F0F4A9623CE12D18A7D4E5549058E8780BFC21F8D56D20582566C"}, "downloadUrl": "https://civitai.com/api/download/models/686893?type=Training%20Data"}], "images": [{"id": 22245428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45f9001b-90f5-4c15-9ce6-ea196f882483/width=450/22245428.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFHTj-o~57~V55-pElIV5*RkF2$3#RW:xFRQ", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/686893", "modelId": 614459} \ No newline at end of file diff --git a/datasets/metadata/686917.json b/datasets/metadata/686917.json new file mode 100644 index 0000000000000000000000000000000000000000..70071b59b30ceba6b19f7996ed8bf03df0907516 --- /dev/null +++ b/datasets/metadata/686917.json @@ -0,0 +1 @@ +{"id": 686917, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-01T07:22:27.238Z", "availability": "Public", "nsfwLevel": 28, "description": "About this version
More distant images may show some artifacts, distortions or disproportions in the face and hands when generating images in Civitai, which is why the recommendation of this LoRA is to use characters closer to the image or use some Embedding to reduce errors in the face.
", "trainedWords": ["by jaleo"], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 602404, "sizeKB": 223148.60546875, "name": "Jaleo_Style_Lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T07:05:41.152Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "170BF00C", "AutoV2": "C2B94A78EB", "SHA256": "C2B94A78EB27842535FE24B19D41A0F87EBAC0E14094BBE4FD17EA3667A319A5", "CRC32": "86ECD7FB", "BLAKE3": "964D424B255B64320D3981C6636C80DC6A4DB0F74F5CA2D796AF78A809088A4D", "AutoV3": "D395CFAE8A4F"}, "downloadUrl": "https://civitai.com/api/download/models/686917", "primary": true}, {"id": 602002, "sizeKB": 1060252.685546875, "name": "686917_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T03:10:56.761Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4176EAE0", "AutoV2": "AB0F1EBA79", "SHA256": "AB0F1EBA79F93A5A29C3AC76F8D4C79987E5CB6A1051F136E73254631BA1CA84", "CRC32": "C8F6C167", "BLAKE3": "ACD88D9040DA9E32A3D1073C2F8628EBF351D0697B3B10EB8D983E38CC52B8D9"}, "downloadUrl": "https://civitai.com/api/download/models/686917?type=Training%20Data"}], "images": [{"id": 22261690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e019c5e0-bbee-48bf-a26a-f44d992c033c/width=450/22261690.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UtMP5NbI};xZ$gWVi_s-$$bHj]oJRPayWXf6", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22261700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db3ed584-e90e-4670-a6a0-76f3928bf8ec/width=450/22261700.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UUD9k:WB-;j]%%aeg4WYOvayS%WFT2ayt8bI", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22261686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d537eeb-335c-40c1-b41d-8423d1f18ade/width=450/22261686.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UZK1B+Md5nx]u6aJxuozItNHbut6IpNGNGoz", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22261691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/119b9540-a6a4-4251-a0be-98ec5a08d71b/width=450/22261691.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDJQG,Mx0MxV%%R5OrX90zD+yC-:}?E2D*o}", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22261703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68c1974f-b62b-42aa-894d-37218ff091ac/width=450/22261703.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UIHw+0-;9vnO~VOFRPRPyENzIUMw-o$zD%R5", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22261704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5846891-9bb4-4e57-be87-f0c7efd9ede3/width=450/22261704.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UEJj@,D4IT}R_Mvy.7DO.8-UMyD*~AX9ib%g", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22261695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7131c32a-090d-461f-99f0-bf64b6d38bbf/width=450/22261695.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UdJk=c$zT}X9B?S4JBkDN2WXv|WCOYxFenjF", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22261687, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58863a59-4987-499b-8b0c-af458de447e8/width=450/22261687.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UUJj9hj[NHa}yDj[IqayAJbHE2az~AjZr=j[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22261713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c1ecdcb-b502-4af8-9d49-e85fc7455a4a/width=450/22261713.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UMIXBJ~A9}XU_NxuxY-oyExv%1bwShI;IqR+", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22261697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2417885f-a7af-4989-a365-4dfbd48a5578/width=450/22261697.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UXH_#ykU.8x]?we:oMoz9]WrV?W.OtWWX8S5", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22261692, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c3befcf-fc6f-4cea-9690-2770fa56a278/width=450/22261692.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UWDl~KRPPqnhPXozK7bvo$kCnNofXUVsj?i^", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22262317, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbd0cb17-3139-401b-a769-2400046c0c1e/width=450/22262317.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCE_~$00?FMxyZ9Fx^Ri=sbIadRj00-;M_NI", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/686917", "modelId": 614479} \ No newline at end of file diff --git a/datasets/metadata/686937.json b/datasets/metadata/686937.json new file mode 100644 index 0000000000000000000000000000000000000000..6370af172e69b5d68c83c25feee594825029d137 --- /dev/null +++ b/datasets/metadata/686937.json @@ -0,0 +1 @@ +{"id": 686937, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-01T04:51:59.076Z", "availability": "Public", "nsfwLevel": 28, "description": "V1
", "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 602042, "sizeKB": 96345.55078125, "name": "686937_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T03:32:57.354Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FAB987A7", "AutoV2": "3697BA6895", "SHA256": "3697BA6895BD9731F39DACEA81B03544EF438D2487F494ED1FF956D71A99FBE3", "CRC32": "DCC14C0C", "BLAKE3": "04380F1A854EFB5E1F4E6205669760D07132E56F105BA9F7B1A50392A13E2B9D"}, "downloadUrl": "https://civitai.com/api/download/models/686937?type=Training%20Data"}, {"id": 602166, "sizeKB": 37007.109375, "name": "Blonde_Bombshell_Test_Pack.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/686937", "primary": true}], "images": [{"id": 22248775, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9116b56c-0b89-4ef2-a1c3-caa6c46e6ffa/width=450/22248775.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UQG[A#_35Ttm~V-=S*R.EO%1-Ui_T1W.M_WU", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22248772, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c282cd4a-4807-42a6-ae42-b85824f65b47/width=450/22248772.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UVHnNX~V9tIU%L-og2NGELS2-pt7xut6IVRj", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/686937", "modelId": 614497} \ No newline at end of file diff --git a/datasets/metadata/686995.json b/datasets/metadata/686995.json new file mode 100644 index 0000000000000000000000000000000000000000..e2bb45e0c8e4cc23cf65ce6be1ed7902a36357e1 --- /dev/null +++ b/datasets/metadata/686995.json @@ -0,0 +1 @@ +{"id": 686995, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-01T16:37:27.779Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": ["Friday,", "spade tail, demon wings, horns, ear-fluff-tips, sharp toenails, footwear, Friday's dress,"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 602934, "sizeKB": 9728.796875, "name": "686995_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T12:45:43.363Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "063CDD51", "AutoV2": "10F618ADF0", "SHA256": "10F618ADF0B6F61E45CC2FB99B12A2274FC8A47A4E246672A1BF96D595589D34", "CRC32": "31B57A08", "BLAKE3": "E3BE290018685A679AA1EA5C47DA447576F38D73D41F14519FE8A77A9915FD14"}, "downloadUrl": "https://civitai.com/api/download/models/686995?type=Training%20Data"}, {"id": 603245, "sizeKB": 223100.72265625, "name": "Friday_Landstalker-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T15:22:01.846Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "69394851", "AutoV2": "9065E25756", "SHA256": "9065E25756E649BAC422139B2A29F9DE9A6BF513C28BDF66C6FD82AB1166A626", "CRC32": "5A247925", "BLAKE3": "C669BA58C93CD1C56DD138EB38A094F9303E4D5F667C0884EF76822EC4102425", "AutoV3": "F7F47D316DD4"}, "downloadUrl": "https://civitai.com/api/download/models/686995", "primary": true}, {"id": 603312, "sizeKB": 223100.72265625, "name": "Friday_Landstalker-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T15:55:55.373Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "69394851", "AutoV2": "9065E25756", "SHA256": "9065E25756E649BAC422139B2A29F9DE9A6BF513C28BDF66C6FD82AB1166A626", "CRC32": "5A247925", "BLAKE3": "C669BA58C93CD1C56DD138EB38A094F9303E4D5F667C0884EF76822EC4102425", "AutoV3": "F7F47D316DD4"}, "downloadUrl": "https://civitai.com/api/download/models/686995?type=Model&format=SafeTensor"}], "images": [{"id": 22312070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66d49db6-28ab-4e2b-9cb8-da0814580cb3/width=450/22312070.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQK^NPs:-O%0oLfRWCWV~8WCkDoc%1s-WDWD", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22312042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f3393a9-110c-4ac7-8b27-093320e1befe/width=450/22312042.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8JQ_#E4.5%19dVtjFo|-o_1WUD+~n-.IVR-", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/686995", "modelId": 614555} \ No newline at end of file diff --git a/datasets/metadata/687014.json b/datasets/metadata/687014.json new file mode 100644 index 0000000000000000000000000000000000000000..f7b7bf842d82e676470a429496e270d1110611f7 --- /dev/null +++ b/datasets/metadata/687014.json @@ -0,0 +1 @@ +{"id": 687014, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-01T02:30:42.506Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["WolfWalkers_Studio_Saloon_Style"], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 601950, "sizeKB": 173237.5263671875, "name": "686590_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T02:31:31.457Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "26A23FAF", "AutoV2": "C254F17C6D", "SHA256": "C254F17C6D15AA44A09B224F06594E7C356318AA035081E3F6B313C694D9F8F2", "CRC32": "738EB27E", "BLAKE3": "8137435AA868DAFC5EAB871DD5D9B24FBB9222D14636F426A026C0FDFBCDFE73"}, "downloadUrl": "https://civitai.com/api/download/models/687014?type=Training%20Data"}, {"id": 601951, "sizeKB": 223116.44140625, "name": "wolfwalkers_studio_saloon_style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T02:31:26.725Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "67FD103E", "AutoV2": "1CA715B487", "SHA256": "1CA715B4874C6D37170CE65D8E37175020D2A403B3C5F0C7C0C4316D126ED670", "CRC32": "263132E0", "BLAKE3": "B93802B82A1E73D611254BFD96794244B775125C554249AEEFAA5972940EAE1D", "AutoV3": "DEDC5F0BB3BA"}, "downloadUrl": "https://civitai.com/api/download/models/687014", "primary": true}], "images": [{"id": 22235264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e6cddff-4bf4-4335-aea0-fa1e15948d8f/width=450/22235264.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U9Ef+pyX0;8w%QRRY6?t00s%q]T24TIVZgM_", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22235261, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b91b53c9-633b-4609-9d24-2057e9cd3728/width=450/22235261.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UFD[wot60Lja~AoLEMazI;ayNGWVSzayE2a{", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22235259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c7a5991-3cb5-4d52-90cd-5ed7f3278c3f/width=450/22235259.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U8G*o_00--NH03~n9bxZ00.6-ptQ0N-nNHIV", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22235263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/907df45f-1aa8-47d0-8eb6-cb049df924a0/width=450/22235263.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UZDwdTa|%goz?wV@xukCNHRjRPWBIARjRiWB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22235266, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a46e8089-be62-444e-8671-757a5de1ba78/width=450/22235266.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UCCPIhI;01%L02t6~oM{XPs,IWNdxtNHRjxt", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22235265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c153abf-4eb7-49dd-918b-0ef905ad0f37/width=450/22235265.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UBDSm;00EM%gKR9G~UIq~o9asmoIIpWB%0M|", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22235268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdf20b20-148a-4bfd-bf9f-5902038d8d66/width=450/22235268.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U9GHL|=c001001WV%za#GsXRrE,.02Rl~Ut6", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22235267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/313ea2ec-b39d-4e1e-83dd-e2c44c19a50b/width=450/22235267.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U8Db_?01D-WC02_157WB01-o=xkC%#4:~UWB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22235272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb843091-02cd-40c4-96f2-f5d47b893bb4/width=450/22235272.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UNAKgpx]R-kD.TozMxayjZj[ROWBIUaet7ay", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22235271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59bf06ce-bd38-4a49-b83a-08d3962f149f/width=450/22235271.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U57UbwDN03_3{bK,5@,+9Ys:$dI[0O-O?G0i", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22235274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97edbadd-8333-4ef9-b834-4103d189514c/width=450/22235274.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UjK0sY~VWYx]^,yDS1fQyDXTVtRPxaa}aKWA", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22235273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b1ffe23-27fb-4c44-8c4c-20928f95fa4d/width=450/22235273.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UUJtYIRl55oH_MWXInnhFxt6ivV@%Lf*r:jZ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22235280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d69f1d52-4272-41c3-9154-be558d670542/width=450/22235280.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UqJHKnRnoyt7~VWVWVbI-:xabHoftQt7s:t7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22235279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47a95ed6-b56a-4677-8f72-a6862637457a/width=450/22235279.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UyKm,ts:bbof~UoeofoeWAayjFjZIUfPM|ay", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22235277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a3c3d46-f456-43f8-81c9-df3df85cb7b2/width=450/22235277.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "UUE.CCoLMyj[~AWCD+a{%0j[NIj[oca|R,j[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22235281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d969762c-8bd2-4fbc-94ab-7506251f5d84/width=450/22235281.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "ULKJ-*E3$-~UzpxZD+M|nMxa9bIp%MWBozWX", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22235283, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56ea3c02-3305-44f2-8006-0b7f9c7c07f8/width=450/22235283.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UEGu5I_1={xC}=RkD*aK+sRj4oV?wu%LM{WA", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/687014", "modelId": 614570} \ No newline at end of file diff --git a/datasets/metadata/68706.json b/datasets/metadata/68706.json new file mode 100644 index 0000000000000000000000000000000000000000..c851ea2bdcec3af8e0cca46a944eb8b518658864 --- /dev/null +++ b/datasets/metadata/68706.json @@ -0,0 +1 @@ +{"id": 68706, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-12T10:44:50.491Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 943, "ratingCount": 136, "rating": 4.99, "thumbsUpCount": 146, "thumbsDownCount": 0}, "files": [{"id": 48047, "sizeKB": 19317.208984375, "name": "Kasumi_DOAUltimate.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-12T10:56:11.735Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B5841925", "AutoV2": "52313C8322", "SHA256": "52313C8322C1A01491ABFC93BDB2AAA23B9F67EE776421ABFA221A3B05A9B018", "CRC32": "07B5306B", "BLAKE3": "436C2B0976A40A01D519271223FF8CD2AF6B46180716E8B7B52166FE2B24EDEA"}, "downloadUrl": "https://civitai.com/api/download/models/68706?type=Training%20Data"}, {"id": 48045, "sizeKB": 27494.5927734375, "name": "Kasumi_DOAUltimate-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-12T10:46:09.750Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "13FA0060", "AutoV2": "1E49D1A1BB", "SHA256": "1E49D1A1BBD2D03A448721CFA2AE872113C257E7E20D25C2D5684178DB455AF4", "CRC32": "03C9B1FC", "BLAKE3": "4B20D818A868DB4EC053425E08F852B52ABE4CF89526826BF5426DD213D70A9B", "AutoV3": "D8D484EDBD0E"}, "downloadUrl": "https://civitai.com/api/download/models/68706", "primary": true}], "images": [{"id": 765825, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2735e23-841e-49e7-b6be-bcb3f7a1e707/width=450/765825.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UIK0$t015P^*~TE2_2RP}TozR.j[4:-:M{I:", "type": "image"}, {"id": 1929427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc7ca396-319e-4015-bf3f-e74a4a593f33/width=450/1929427.jpeg", "nsfwLevel": 4, "width": 1000, "height": 1500, "hash": "UJKv~l0156?G~TEM^+RP}mozR.j]4:-:M{Ip", "type": "video"}, {"id": 774636, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38195035-5a5d-4142-a2d6-b07b21f79935/width=450/774636.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UJI;q[Ne0e_2~T.8_4aL?EtR?at7RPxts.oL", "type": "image"}, {"id": 774637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db83a4f9-5975-4566-9980-94aae1271dcc/width=450/774637.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMM$[0bKEK~V-Ok9~pNHi^%1%Mn$9GRjM{Rj", "type": "image"}, {"id": 766030, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4123f894-5289-4f89-8c62-1d166cc12fad/width=450/766030.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UOLWbFIA0K^+?aoe~WxC-4-p%gIUNGR-R*%2", "type": "image"}, {"id": 765884, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ab7b991-3f70-4a90-8b04-e6b1e361e528/width=450/765884.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UOLf:KoL02~UkC?G-.RkxtIp-:xGo{%2RRs:", "type": "image"}, {"id": 765850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e60c6bfa-1ea6-41bb-888c-e33a5073a0a1/width=450/765850.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UIKTe{0L00-;~9og_3Mxwbog%L9Z4;Rjaw-o", "type": "image"}, {"id": 765829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a2cbb5f-ff6f-4ba8-8602-ce051a3bc047/width=450/765829.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UJK0$t01EK?G?EIpx]r?}rX7xvae4p-oRjIp", "type": "image"}, {"id": 765838, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c4c71d2-f738-45ac-87db-aae8848f986a/width=450/765838.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJJ%wY01EJ?G?FIpx]ni}qbbxue.4:-oWBIp", "type": "image"}, {"id": 4775835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47eafcb5-aa91-4bed-aa54-7f4cb5dad8e3/width=450/4775835.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOKTJCI;0gxa~oJB~UrY-.-o?GD*odR+Ipj?", "type": "image"}, {"id": 4776960, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d43083bd-75ea-494e-838d-3ef2803c60cf/width=450/4776960.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UXJt0TIpXkt8~Vo#?Gn%xvxtWFodo%xZM|W=", "type": "image"}, {"id": 4776962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09809208-c3f8-49d3-becc-3bd4f82bca84/width=450/4776962.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USK]u=Ek9s-A?EW;~BE3$~%2ozM|WVRjR%oe", "type": "image"}, {"id": 4776974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5eed75d-ef74-4890-a9f2-081d7f460156/width=450/4776974.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNKl]c9b0e-oxn5R~AM|^f%1-pNGxVoeNbjF", "type": "image"}, {"id": 4776979, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad9ad62e-eb77-45b2-bc14-83228de6c6ce/width=450/4776979.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOKTJCI;0gxa~oJB~UrY-.-o?GD*odR+Ipj?", "type": "image"}, {"id": 4776983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0881f64b-79e6-4291-9794-e2d1db56cc81/width=450/4776983.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "URK0+zDjov={~TMxtRRP-o$%%2%0E3IVs:E2", "type": "image"}, {"id": 4776986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ea5e25f-85f6-4491-879f-5962f10ba5fc/width=450/4776986.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQHnZ^x[0e~V^*?a%fn%=?%Mo~WTIoWXs.ae", "type": "image"}, {"id": 4776989, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20e517a3-f6c5-4fb3-8fbd-5ac355a0289e/width=450/4776989.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMIXKm0L0K-pM{xG~V4pI9tROZE1JBjsV?R-", "type": "image"}, {"id": 4777001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cccb29e-9287-454c-9ff4-54002322323f/width=450/4777001.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UgKAQVxsM_%2r;bb-;sl~BoKWCxaIUNHt6WB", "type": "image"}, {"id": 4826785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5f12d62-6533-4a99-80b4-7555d7d9dbd9/width=450/4826785.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOKKm08{ui-p?a=_pc$yI.r=^$MxXn$fENxB", "type": "image"}, {"id": 4826903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abff1326-9b1c-454d-93e7-9757600086e1/width=450/4826903.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNJ*SN00LN^*9k%1E.xD01o}=yMz$+S%E2ad", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/68706", "modelId": 64100} \ No newline at end of file diff --git a/datasets/metadata/687216.json b/datasets/metadata/687216.json new file mode 100644 index 0000000000000000000000000000000000000000..aeb85e0403e4181cf439273a464a519c9ff3590e --- /dev/null +++ b/datasets/metadata/687216.json @@ -0,0 +1 @@ +{"id": 687216, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-01T05:41:40.028Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 602252, "sizeKB": 223102.53515625, "name": "Capdocks_style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T05:40:51.145Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "50199183", "AutoV2": "69600D3DF8", "SHA256": "69600D3DF86E4934719AC59D753B781FC052492E86CB7E4285CDA1CF79D0DC38", "CRC32": "E675CD09", "BLAKE3": "5C477D4C35626D1D6C056BFAB3699D9BEC7102A0933077E76ED7D56A0CE61308", "AutoV3": "DAE874A32B4C"}, "downloadUrl": "https://civitai.com/api/download/models/687216", "primary": true}, {"id": 602169, "sizeKB": 997.6162109375, "name": "687216_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T04:55:56.192Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "A607D277AE", "SHA256": "A607D277AED930AB841262FF0D7FAE61FB282489D11B98B38BEFEA877E57299B", "CRC32": "D1A2FBF1", "BLAKE3": "1E7EE3046BD921D6229BE75591E09B5F761F315933C8BBF1FF6394342C5BFE12"}, "downloadUrl": "https://civitai.com/api/download/models/687216?type=Training%20Data"}], "images": [{"id": 22252278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cab56029-87c7-4cdb-a3c2-95180b61dea6/width=450/22252278.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UVMZgz^c_1i^~Da1DjR%PAr^Z$ogx[tQXQxt", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22252277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d677d557-853e-4a89-bfad-f0a7331b4799/width=450/22252277.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UTJ*o1xu-;-;Rj_3%M9F~q%MIUD%-;M{xuk9", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22252279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c0ac149-0ee6-469b-bbf0-28dce2fdfa38/width=450/22252279.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UILgkj}65OKmQ-ElOp$cY9JCQ|$^^#i+IKT0", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22252344, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd648841-d652-4afe-990c-0fd9afe67ba0/width=450/22252344.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1200, "hash": "UVM6-n^b?saJ~Ca1DjR%PAsDZ$ogx[tQXQxt", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/687216", "modelId": 614747} \ No newline at end of file diff --git a/datasets/metadata/687410.json b/datasets/metadata/687410.json new file mode 100644 index 0000000000000000000000000000000000000000..8d79fa4001e7a6ee10c1ef65931b1beb34b0ff5a --- /dev/null +++ b/datasets/metadata/687410.json @@ -0,0 +1 @@ +{"id": 687410, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-01T08:39:20.568Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 602510, "sizeKB": 132769.7333984375, "name": "687410_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T08:26:43.569Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "81F6C902", "AutoV2": "48F2516CA7", "SHA256": "48F2516CA70BD65B44557D5C959A6283EBB9C26F2E3AC06F451DA92811CCF492", "CRC32": "BF484F4D", "BLAKE3": "04750822ECF822E556503EC64623CEE88DF237471CF97D4B66B8CD8D5D959767"}, "downloadUrl": "https://civitai.com/api/download/models/687410?type=Training%20Data"}, {"id": 602532, "sizeKB": 18546.4296875, "name": "Aurora-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T08:36:25.066Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "B4DC624FF1", "SHA256": "B4DC624FF161FF66824B3DAE92FC92F157BC0AA0D0180EDE957AE3F4F21F4B98", "CRC32": "773621A7", "BLAKE3": "72A02AE1D5263C7EF129C30EC6423F31AAB408A1EDBFDF9FD42163CF6911BD3B", "AutoV3": "E2EE718F7489"}, "downloadUrl": "https://civitai.com/api/download/models/687410", "primary": true}], "images": [{"id": 22269247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75a4347f-fd60-4a68-9e11-ed54a6fa7a7a/width=450/22269247.jpeg", "nsfwLevel": 2, "width": 1152, "height": 2304, "hash": "UAH^q-xt~T=|xHkBS0o1~BjZ9aba=ybGJQjb", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22269285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6725bb8-2daf-4cb5-a71a-f35b285ef0d8/width=450/22269285.jpeg", "nsfwLevel": 1, "width": 1152, "height": 2304, "hash": "UAID:eWU~9~C$*j[Nts:-UxaNwM|$%kBX8WB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22269288, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb119366-9d36-435c-9b4a-b18abe33b975/width=450/22269288.jpeg", "nsfwLevel": 1, "width": 1152, "height": 2304, "hash": "U7INN?%1~1^k-Wj[NEbH$xt7R:Rj#+W;Xmni", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22269290, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eee40575-d2fc-488d-93ab-c86b3696ed02/width=450/22269290.jpeg", "nsfwLevel": 1, "width": 1152, "height": 2304, "hash": "UDI4CXof~8={V[j[t6js-noLM|WVV@oft7Rk", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22269300, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cc970fa-b918-4ae1-bf6f-22065240b737/width=450/22269300.jpeg", "nsfwLevel": 1, "width": 1152, "height": 2304, "hash": "UGI4Ipxa?ExaRjj@xabH~Bof56R*r?aybvn+", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22269492, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ea7b5d2-ca9d-42e2-87d4-59da9d5235f8/width=450/22269492.jpeg", "nsfwLevel": 8, "width": 1152, "height": 2304, "hash": "U7I|OP-oXa=|E3sp=_Na~nt69aR*v|k9TJf8", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22269494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85d9e1c1-f852-4915-a3f7-294e217e67bb/width=450/22269494.jpeg", "nsfwLevel": 8, "width": 1152, "height": 2304, "hash": "U7I::[%3%T=xI@oJ=_of~Ts-9ubav#W=TKV@", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22269503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf2d130a-048a-4c0b-bbc6-a23f33ac0322/width=450/22269503.jpeg", "nsfwLevel": 1, "width": 1152, "height": 2304, "hash": "UAID:et7~n=|xaoLSxs:^kay9tWV-Vt6NtRk", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/687410", "modelId": 614922} \ No newline at end of file diff --git a/datasets/metadata/687527.json b/datasets/metadata/687527.json new file mode 100644 index 0000000000000000000000000000000000000000..9ead1e879ff69d2e6414fe0f4e2c87c72a98d9c0 --- /dev/null +++ b/datasets/metadata/687527.json @@ -0,0 +1 @@ +{"id": 687527, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-01T10:17:50.422Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 602692, "sizeKB": 223100.01171875, "name": "Chain_Chaos_-_PONY-000008.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/687527", "primary": true}, {"id": 602444, "sizeKB": 152342.3759765625, "name": "687527_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T07:36:20.779Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D453F701", "AutoV2": "31EAC71813", "SHA256": "31EAC718133FE9438BB107170D12C35E3EF723B0A54C055C4E66F7DAB1DA6FD5", "CRC32": "792D09A5", "BLAKE3": "BDCF13901230931285EB713D31C13D4E8352F18DFFC824A4B6FB501C8BB443C1"}, "downloadUrl": "https://civitai.com/api/download/models/687527?type=Training%20Data"}, {"id": 602694, "sizeKB": 223100.01171875, "name": "Chain_Chaos_-_PONY-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T10:20:44.979Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B41031A5", "AutoV2": "8AE3CA432C", "SHA256": "8AE3CA432CFC31053C9CB0317886824AAC7E25C7EE5512AA9749245C3CD6CF29", "CRC32": "B8780D1D", "BLAKE3": "639F0F0DE2B6B76F9539C25CCEF96A802FEF3EDE6EC9D948077BD9C07C6AD470", "AutoV3": "B4F0BD75C8E2"}, "downloadUrl": "https://civitai.com/api/download/models/687527?type=Model&format=SafeTensor"}], "images": [{"id": 22277445, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdb24feb-a5fb-4f19-b083-0969eb2465c1/width=450/22277445.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7EfNNa}00-;01oc-QR-$dR*4oV@0LRi~Woz", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22277446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98af35fc-d784-435e-ac2d-264c59c7b4b5/width=450/22277446.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U0BzC5_34o~q00IU00tRIUMxj]IVxvIU00_3", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/687527", "modelId": 615028} \ No newline at end of file diff --git a/datasets/metadata/68762.json b/datasets/metadata/68762.json new file mode 100644 index 0000000000000000000000000000000000000000..99f1996da6f5783320b8f1b893e3bbc2293de09d --- /dev/null +++ b/datasets/metadata/68762.json @@ -0,0 +1 @@ +{"id": 68762, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-12T12:20:46.145Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": [], "stats": {"downloadCount": 775, "ratingCount": 158, "rating": 5, "thumbsUpCount": 169, "thumbsDownCount": 0}, "files": [{"id": 48082, "sizeKB": 4739.3955078125, "name": "GTASA_Covergirl.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-12T12:26:15.528Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "82E86BB5", "AutoV2": "ECF53BF704", "SHA256": "ECF53BF7043A098B8AC333F4700953CBB274E743389BDF3791F57131ECE3288D", "CRC32": "578569A7", "BLAKE3": "476461FEE5D235948101828912FA92AD373FD6E5BC65F35E738384DA014430CD"}, "downloadUrl": "https://civitai.com/api/download/models/68762?type=Training%20Data"}, {"id": 48081, "sizeKB": 27487.0361328125, "name": "GTASA_Covergirl-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-12T12:21:20.554Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5D7F85A9", "AutoV2": "504E4A3883", "SHA256": "504E4A38836EE690D3F993B79FCA9657ED3F445494348CB8CCE327E6EC31413D", "CRC32": "790B4131", "BLAKE3": "4880A972888816ECD505C8DD7193516C0E067D6B6BFD12B5AB2EF4FFD7D4B5C8", "AutoV3": "195F3DFD4C88"}, "downloadUrl": "https://civitai.com/api/download/models/68762", "primary": true}], "images": [{"id": 766499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f464d058-a4ec-489f-a268-df49574bdaad/width=450/766499.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UGL|fm4T3Z~UBs-:Xp%K1jEOVYs7ajV@9G-o", "type": "image"}, {"id": 766629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57733c35-2728-48b4-92b6-03d568e191b7/width=450/766629.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UNKToe4myst8K,Rixv-=59Se?GI@xw-5Ipt8", "type": "image"}, {"id": 766441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2787d31e-7c37-4410-b9ba-6bd7528ed093/width=450/766441.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UHLgYB4T7%~VF$-pkt%05tI[R5skWaRj9a%L", "type": "image"}, {"id": 766412, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42617d7d-0df5-48cb-bb00-4d3b777223a5/width=450/766412.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "USLNZBIWCT-oETIpRpt310jFMwngxuIUIoxt", "type": "image"}, {"id": 766442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76247dd5-fd22-4fc1-83c5-ac7fbd524929/width=450/766442.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U8KT.50002Dg1U#3cI?F1,bu#7D%9GE1emxv", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/68762", "modelId": 64150} \ No newline at end of file diff --git a/datasets/metadata/687687.json b/datasets/metadata/687687.json new file mode 100644 index 0000000000000000000000000000000000000000..54e6ea5728e6df47bbf7c7df9e18abb512d1a551 --- /dev/null +++ b/datasets/metadata/687687.json @@ -0,0 +1 @@ +{"id": 687687, "index": 0, "name": "V3", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-01T10:57:28.713Z", "availability": "Public", "nsfwLevel": 28, "description": "a1111/forge friendly
", "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 602592, "sizeKB": 124295.259765625, "name": "687687_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T09:21:19.113Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DA5C68E6", "AutoV2": "A00C70DC3A", "SHA256": "A00C70DC3A6B8B421211166007045711EED13D5CC31296A83776D99914578549", "CRC32": "91263AA4", "BLAKE3": "14BCE2C64CF5C3CE503F95DFEEB1B2883C8300111AE6D7141212D6A776DCBC57"}, "downloadUrl": "https://civitai.com/api/download/models/687687?type=Training%20Data"}, {"id": 602744, "sizeKB": 223113.95703125, "name": "Fullmetal_Alchemist_Naughty_Style-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T10:50:39.083Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "70EB9D99", "AutoV2": "F05F0778D7", "SHA256": "F05F0778D72A4F060C63529C7F5437FD4E4590E9B87A6D0FC60FD6E1330C6EBB", "CRC32": "FBD4F9F4", "BLAKE3": "4707DBE793F27BB55112CFD5BD05EF7D3A7B11F80BBD75201D47CF8DF5F53D09", "AutoV3": "BDCF6BE9B357"}, "downloadUrl": "https://civitai.com/api/download/models/687687", "primary": true}], "images": [{"id": 22280436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/083dfc76-5a5d-4a0a-aa0f-6a1a71fbbe8c/width=450/22280436.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UIHx1n-n0lD+Sabb01jZ0KM|a1xt-;ni~WWD", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22280441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a1d746f-6a4f-465e-a440-38297433d145/width=450/22280441.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDL|DZ0002~UEJxu9b%100-oD*IU00%M%Nxt", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22280442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d97158cb-a47b-4df7-9544-209973d6b54f/width=450/22280442.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCK^B6$$0fIqy;s,029b00t6-VRl00of~WNH", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22280413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/130daba4-b241-449e-bce9-616ea68480df/width=450/22280413.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBKAveXm1hE1^s$L,CAE4m_2~BIU?FXmEf#S", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22280425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b64f68a5-6b17-43f9-af04-0c3cb7c398a9/width=450/22280425.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UAKmwsJCNbEL}%R5nNoy00x]^j~B=qE+tl9G", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22280426, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e16c657-f64b-41f6-a5e1-44db5b902261/width=450/22280426.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDKdD5V[0i-o_J0zR4^L00E3?Fb^}l,.s,EM", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22280429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e225f26-7b83-4abe-95c7-8eb5fe03c0c5/width=450/22280429.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UMJ@nAs.AG$NcU57Mx$NJ$D%r?oz~Vn#NGNb", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22280435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61f33f55-f742-4e60-bf95-657caf034624/width=450/22280435.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7K12cOq0LEM_K]~VrRk00={^jof00t,%#oM", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22280444, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39bd6add-edb0-4462-894f-236d54352512/width=450/22280444.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UVN]qe^kR+xt^$oNaKr?EgRj$*Sg~VaKR*oy", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22280460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a5ea63a-e4a8-429c-acb3-d0a7bcd37dc8/width=450/22280460.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U1BzC7~q0300%hIU00~qeoxu00WX00of~B4m", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22280448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1bea6364-c95c-4d49-8ac3-8c404bcfeec3/width=450/22280448.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UACsK$-:004.M{9ZE1^+0L^+^+0K00WB~Wt7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22280449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/370dbf31-f4f1-4c23-9e39-e8e0446b4797/width=450/22280449.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEG[yd?b%#D%~WayD%WB4.ay?HRj4.Rj-pt8", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22280452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a93f4fe5-adfa-4dcf-8881-2090cf8f3608/width=450/22280452.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U78|*Fof01WX~WoL4.R*4nfk-;WB00az~Woe", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22280457, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/edd753dc-e62f-43b5-b157-7a15687cc951/width=450/22280457.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U8BM#@of?wt7D%t74nIUbbbHxtoekXNG%M%M", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22280453, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb1afc2b-f08e-4911-96d8-a2b679eda296/width=450/22280453.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U9Ame,bH01t7~WWB4.of00ae-:oe0KoL~WkC", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22280552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88671b66-6fea-423b-8e87-e27beeb8391c/width=450/22280552.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDKd6#0K4;~V00~WICM|009Z5TV?$yIpNd?H", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/687687", "modelId": 615126} \ No newline at end of file diff --git a/datasets/metadata/687827.json b/datasets/metadata/687827.json new file mode 100644 index 0000000000000000000000000000000000000000..13da560c76ffe27a5fc9d89c49a3a58f617be836 --- /dev/null +++ b/datasets/metadata/687827.json @@ -0,0 +1 @@ +{"id": 687827, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-01T13:41:16.378Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 602761, "sizeKB": 174112.490234375, "name": "687827_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T11:07:01.720Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F0406DE6", "AutoV2": "96418BF337", "SHA256": "96418BF337AAE4C4E22D4CC7235B144C000A2ED3C559C2AE4FBA1AB7EFA3C618", "CRC32": "268C82E7", "BLAKE3": "CCA421DEC9ADD090E4FB2F3EE113CB3F266496E1FE878B610921FD34BC8EDBEC"}, "downloadUrl": "https://civitai.com/api/download/models/687827?type=Training%20Data"}, {"id": 603038, "sizeKB": 223103.96484375, "name": "Captain_Pollution_-_DS.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T13:40:58.462Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7D0F3BC7", "AutoV2": "4DF50FE656", "SHA256": "4DF50FE656B1C5FA732F46762D1FFBAE8CBAE76776C06853CBA915CC261D2C97", "CRC32": "AE0A1370", "BLAKE3": "640D4EC4A854240AAA7B3E0FF40FF261368891228249018A801C34C79CF426C3", "AutoV3": "94D9D11DC08C"}, "downloadUrl": "https://civitai.com/api/download/models/687827", "primary": true}], "images": [{"id": 22295588, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2099b4f-6128-447a-b061-73ce155e1e97/width=450/22295588.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBCFFJM}0P$j|{s,I=S4IYkTOXxYEM$~E*Ir", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/687827", "modelId": 615297} \ No newline at end of file diff --git a/datasets/metadata/688025.json b/datasets/metadata/688025.json new file mode 100644 index 0000000000000000000000000000000000000000..6533e4e18b2efbe17dad0800ff1147559e4757f1 --- /dev/null +++ b/datasets/metadata/688025.json @@ -0,0 +1 @@ +{"id": 688025, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-01T13:27:28.018Z", "availability": "Public", "nsfwLevel": 28, "description": "first version of first ever lora
", "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 603004, "sizeKB": 36980.984375, "name": "Tabby-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T13:21:39.615Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "408B9235", "AutoV2": "9CA7482C48", "SHA256": "9CA7482C48C7460E400524D8E88CCDDB493A59E38C3245D1E16A4AE02DEDC4AC", "CRC32": "F3D0B8F0", "BLAKE3": "C221A75CF1C4103359A410F10E206C7A0632950CFFC61603219911D8069EF8E2", "AutoV3": "959C8DCDC7D1"}, "downloadUrl": "https://civitai.com/api/download/models/688025", "primary": true}, {"id": 602962, "sizeKB": 27086.828125, "name": "688025_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T13:00:42.572Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DF5A2F68", "AutoV2": "081C3D8401", "SHA256": "081C3D8401AF540337862C9CC0C4C99ABDD7476C5F24A3DE2E55C10DF7EAE781", "CRC32": "843EE6F4", "BLAKE3": "417D2D57D90BFAF7271D54C70D238789943B38E29307BB1675EB817E247A2DE3"}, "downloadUrl": "https://civitai.com/api/download/models/688025?type=Training%20Data"}], "images": [{"id": 22294015, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d16bd3cf-a526-4194-9b1a-78d453e02707/width=450/22294015.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UJKceK0y56~W49wuM_V]?I#RiIOB.RI.9Z%2", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22294013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9cbf9b1-38e1-4e11-ba54-754b81bc7c96/width=450/22294013.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "ULKdJ5ob_MR.%Ks.W-IoMwx]xvV@xtkAt7xu", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22294014, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52fd3a73-4ac8-44ee-87fe-2bf9768a26a6/width=450/22294014.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UPJZh]-m9@~A%JkWI:WXELRj-URk-oxaWBR*", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/688025", "modelId": 615477} \ No newline at end of file diff --git a/datasets/metadata/688034.json b/datasets/metadata/688034.json new file mode 100644 index 0000000000000000000000000000000000000000..c08d340228473e6c8b90687b0d70cc5c973066d4 --- /dev/null +++ b/datasets/metadata/688034.json @@ -0,0 +1 @@ +{"id": 688034, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2024-08-01T13:00:05.503Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 602964, "sizeKB": 18575.67578125, "name": "ms_v10_trainingData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T13:00:47.416Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9E570450", "AutoV2": "C416B8F14A", "SHA256": "C416B8F14ACD9F022CC65F9871BC16947D9246AB3096B628419FAF959C2977E3", "CRC32": "911B3A0D", "BLAKE3": "4D99FFB9E2E5FC408F4CC3ADB1620CF94CA704A89610F7E99195662F23B919D6"}, "downloadUrl": "https://civitai.com/api/download/models/688034?type=Training%20Data"}, {"id": 602973, "sizeKB": 36979.90625, "name": "ms_v10.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/688034", "primary": true}], "images": [{"id": 22291426, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/afab11e7-d346-42c6-a5ff-7e81cbfe661b/width=450/22291426.jpeg", "nsfwLevel": 4, "width": 1000, "height": 1500, "hash": "UMIzk*~WYQ?vI;wIRkS#9uIo#RM|oft7f5s9", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/688034", "modelId": 615485} \ No newline at end of file diff --git a/datasets/metadata/688057.json b/datasets/metadata/688057.json new file mode 100644 index 0000000000000000000000000000000000000000..8bfd6916ad9d60f1c7eea8f62655f046cf5f2539 --- /dev/null +++ b/datasets/metadata/688057.json @@ -0,0 +1 @@ +{"id": 688057, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-01T13:08:07.494Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 602988, "sizeKB": 18575.67578125, "name": "685269_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T13:10:50.173Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9E570450", "AutoV2": "C416B8F14A", "SHA256": "C416B8F14ACD9F022CC65F9871BC16947D9246AB3096B628419FAF959C2977E3", "CRC32": "911B3A0D", "BLAKE3": "4D99FFB9E2E5FC408F4CC3ADB1620CF94CA704A89610F7E99195662F23B919D6"}, "downloadUrl": "https://civitai.com/api/download/models/688057", "primary": true}], "images": [{"id": 22292224, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/580b05c2-340b-4101-b897-788fe2ec4fbc/width=450/22292224.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UEG*B3pe2x%4Kl~Dt9S*M_s.,.jED$nNrqax", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/688057", "modelId": 615504} \ No newline at end of file diff --git a/datasets/metadata/688060.json b/datasets/metadata/688060.json new file mode 100644 index 0000000000000000000000000000000000000000..d2dfc8867d6f8876f50a5cf12dae9a2ff587a47b --- /dev/null +++ b/datasets/metadata/688060.json @@ -0,0 +1 @@ +{"id": 688060, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-01T14:28:27.238Z", "availability": "Public", "nsfwLevel": 14, "description": "SD 1.5
", "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 603084, "sizeKB": 36978.3359375, "name": "MariskaX.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T14:01:13.633Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4D1A6BF9", "AutoV2": "39BC1D330D", "SHA256": "39BC1D330D99093FC9B7973AE036B524F2036BB5CA3420898BDE7DAD25129451", "CRC32": "3F93B78D", "BLAKE3": "0A9AA01109B32F43E18C28B2CDA3653019059E4906618DA5F19EC3ACC1E16B22", "AutoV3": "91B4D0F4DE30"}, "downloadUrl": "https://civitai.com/api/download/models/688060", "primary": true}, {"id": 603024, "sizeKB": 9981.6484375, "name": "688060_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T13:36:20.038Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D96D70DC", "AutoV2": "634FE8A373", "SHA256": "634FE8A37343420DD279D1C333B6EC201C0831FCC1418454F5493E2BECBBBA06", "CRC32": "61613A91", "BLAKE3": "07595DF3453267310A16C1BC04ECE3529023BFF72C521DB102D4E7B40823F103"}, "downloadUrl": "https://civitai.com/api/download/models/688060?type=Training%20Data"}], "images": [{"id": 22297477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38ab5a30-0621-4fdb-8395-dd9a32b25319/width=450/22297477.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U6Crct0f01-V02}@}@R+$*5Q}@s:0L^Q={Ip", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22297480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd964a07-ac2f-4b96-9bba-3cce9eda2537/width=450/22297480.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UFG]25BMYy~VLr=}%eE1_LD*$lR%-;xu9F-q", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22297479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00be99e9-bcd1-4c91-aecd-cd5d74b2558b/width=450/22297479.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UAC~PG9u03%10#-U={ofE2J8}@R*0#$%%2Nb", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/688060", "modelId": 615509} \ No newline at end of file diff --git a/datasets/metadata/688190.json b/datasets/metadata/688190.json new file mode 100644 index 0000000000000000000000000000000000000000..ac27ff5c93b3c11374c2502abda4b6a19865c592 --- /dev/null +++ b/datasets/metadata/688190.json @@ -0,0 +1 @@ +{"id": 688190, "index": 0, "name": "kayV1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-01T15:33:54.206Z", "availability": "Public", "nsfwLevel": 3, "description": "aaa
", "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 603118, "sizeKB": 243728.3779296875, "name": "688190_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T14:21:33.922Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "84B1A7C4", "AutoV2": "83F545D00C", "SHA256": "83F545D00CB147152FF32647EC2BF708672F2E1BC9816B6B355627B0A68262DA", "CRC32": "7444B64D", "BLAKE3": "E43444A16D6D1714BB7520D782B6AAC55C994EA0A30905435D63182147AC9620"}, "downloadUrl": "https://civitai.com/api/download/models/688190?type=Training%20Data"}, {"id": 603233, "sizeKB": 223102.65234375, "name": "kai_eroblast-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T15:15:55.743Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "91FBD025", "AutoV2": "1F25C31E3F", "SHA256": "1F25C31E3F903BC65316C99805A1FAB6E12626BB404B52B4B7E5BA4F5438EF10", "CRC32": "970E5DF3", "BLAKE3": "7BD4773F6D1B48F3CE4E0FC0E8E483A3096249BD27EB5F5AFF722D7F24D76116", "AutoV3": "F19A1DF67829"}, "downloadUrl": "https://civitai.com/api/download/models/688190", "primary": true}, {"id": 603227, "sizeKB": 223102.65234375, "name": "kai_eroblast-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T15:16:37.530Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "91FBD025", "AutoV2": "1F25C31E3F", "SHA256": "1F25C31E3F903BC65316C99805A1FAB6E12626BB404B52B4B7E5BA4F5438EF10", "CRC32": "970E5DF3", "BLAKE3": "7BD4773F6D1B48F3CE4E0FC0E8E483A3096249BD27EB5F5AFF722D7F24D76116", "AutoV3": "F19A1DF67829"}, "downloadUrl": "https://civitai.com/api/download/models/688190?type=Model&format=SafeTensor"}, {"id": 603259, "sizeKB": 223102.65234375, "name": "kai_eroblast-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T15:31:23.652Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "91FBD025", "AutoV2": "1F25C31E3F", "SHA256": "1F25C31E3F903BC65316C99805A1FAB6E12626BB404B52B4B7E5BA4F5438EF10", "CRC32": "970E5DF3", "BLAKE3": "7BD4773F6D1B48F3CE4E0FC0E8E483A3096249BD27EB5F5AFF722D7F24D76116", "AutoV3": "F19A1DF67829"}, "downloadUrl": "https://civitai.com/api/download/models/688190?type=Model&format=SafeTensor"}], "images": [{"id": 22305868, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c43d835-0b5b-4d02-b713-8e8aa15795de/width=450/22305868.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFF=XK?H4.D%~Vs.%2s:00V@?a%LD*s:IUWY", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22305869, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dda1e247-44d3-4b63-be7b-bfabe07091eb/width=450/22305869.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdHn{VM{E1t7~qRjkCxuRjt7%Mxuxuxuaej?", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22305870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f3bc477-43c9-4c91-b42e-ca4cc78155be/width=450/22305870.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UQH_fA%2ozxu~pofWpRPE1xu-;RjD*M{axbH", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/688190", "modelId": 615622} \ No newline at end of file diff --git a/datasets/metadata/688216.json b/datasets/metadata/688216.json new file mode 100644 index 0000000000000000000000000000000000000000..a8cde4d6dfe0bd261d1b18efd378898b831a1bda --- /dev/null +++ b/datasets/metadata/688216.json @@ -0,0 +1 @@ +{"id": 688216, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-03T16:48:50.349Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 603139, "sizeKB": 7161.3056640625, "name": "688216_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T14:25:35.008Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "199AC061", "AutoV2": "9256A06F13", "SHA256": "9256A06F1371EB1F69CC314EA8E40E37BEFDC33E215048101987339249FC5883", "CRC32": "28CCDD86", "BLAKE3": "4C89A4306C481388472750FA8E877206C18CF20910687E2E8C819785DB3C041C"}, "downloadUrl": "https://civitai.com/api/download/models/688216?type=Training%20Data"}, {"id": 603342, "sizeKB": 891169.46484375, "name": "\u30a2\u30e1\u30ea\u30ab\u30d3\u30fc\u30d0\u30fc.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T16:16:08.424Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CD33DD05", "AutoV2": "8BF1D458B6", "SHA256": "8BF1D458B6EA2E0F5D0892968EDFBF4B24054DCD8AF875236E9F92B08B9EB766", "CRC32": "05075D8B", "BLAKE3": "82DF68C8C64776887E65967CE45263332D3F22021B894EC41EBE8C99A528C66C", "AutoV3": "34636496B52E"}, "downloadUrl": "https://civitai.com/api/download/models/688216", "primary": true}], "images": [{"id": 22589208, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bbeba0d1-ca3b-441d-959c-84786230d17f/width=450/22589208.jpeg", "nsfwLevel": 4, "width": 768, "height": 1344, "hash": "UVFZEMxv6ANH%jj=WZkDt.s-xvWXEUkWx]W=", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22589210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d77da79-da68-4934-971a-1eb5e689433c/width=450/22589210.jpeg", "nsfwLevel": 4, "width": 768, "height": 1344, "hash": "UZF6trsm1jNeyGjbo4WET2bIxat7JEjFxvR-", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22589214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25f173ba-c41c-4056-93f9-56b0525d8bc8/width=450/22589214.jpeg", "nsfwLevel": 4, "width": 768, "height": 1344, "hash": "U3JkWKl:00cu001*Y+R40001_3=L0=}@}c0i", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/688216", "modelId": 615645} \ No newline at end of file diff --git a/datasets/metadata/68824.json b/datasets/metadata/68824.json new file mode 100644 index 0000000000000000000000000000000000000000..33ca73c3c4a81f345207dfd6ce78eb166ac71700 --- /dev/null +++ b/datasets/metadata/68824.json @@ -0,0 +1 @@ +{"id": 68824, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-12T14:09:11.406Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["sleepeace"], "stats": {"downloadCount": 3423, "ratingCount": 561, "rating": 5, "thumbsUpCount": 562, "thumbsDownCount": 0}, "files": [{"id": 60709, "sizeKB": 206575.5224609375, "name": "training_images.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-03T17:25:42.046Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F2BA1015", "AutoV2": "5A4B468B86", "SHA256": "5A4B468B868A96347B603783AD52EFF4882220E808F1B4E4A2420F8473F1F535", "CRC32": "FDD1671B", "BLAKE3": "54C4704EEE95F55088C266355CD2D15DDC64317F1DD7B69BB45A7771490AC1DB"}, "downloadUrl": "https://civitai.com/api/download/models/68824?type=Training%20Data"}, {"id": 48124, "sizeKB": 9324.0234375, "name": "SleePeace.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-12T14:11:13.435Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C3020C1C", "AutoV2": "A27A0CFEDF", "SHA256": "A27A0CFEDF963E8421997CC0D970C4280AB92F21F06950F8BB7BD3DA6E64449E", "CRC32": "583D13DD", "BLAKE3": "AF24E0A75D0389851D103583623F0CA4F7F3DA4A2DBFEC3E8D630C41C193AD0C", "AutoV3": "9BB25DCA3495"}, "downloadUrl": "https://civitai.com/api/download/models/68824", "primary": true}], "images": [{"id": 767371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4488b83c-6df9-4f8d-9f79-5d1d2491dcf8/width=450/767371.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UDL{#o02Kix^}mI:I:%M~WRkIUx]^jIUR*jF", "type": "image"}, {"id": 767368, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/103fb982-e2c3-44e9-9e57-ee67060dd090/width=450/767368.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UYK-IP_2W.t6~p-;t7RjIpo#M{WBWXofRjt6", "type": "image"}, {"id": 767376, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/748c895e-8fa8-40fe-8a64-49b087fa2c62/width=450/767376.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UGK,{p$*9ZsA~A^+9aIoEe9G9FE100ayRPaf", "type": "image"}, {"id": 767370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c6a2ef9-d7b0-4a6c-a144-02e08745d8f8/width=450/767370.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UTL4mG%NRk-p?d%Ns.xZ00xvoMRijDozS5R*", "type": "image"}, {"id": 767374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25d500d8-3c60-4184-86bc-93980a5fa777/width=450/767374.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UQI$QwIVNI-;~qIoIURPaza#IVRj_3s9RQay", "type": "image"}, {"id": 767373, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4cc3a11-2d30-4d0d-95da-14a898073b4c/width=450/767373.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UUL|.MD$RkNG?dnOM{oe%f-nM|Rjg4ad%1ae", "type": "image"}, {"id": 767375, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da9f922b-dea0-41d2-b7f9-d85fe2c7537b/width=450/767375.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UQKKs3~VM_%1?VxBW?X8joNHoMxt-.%MxaNH", "type": "image"}, {"id": 767369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a673482e-a08d-447d-ae35-4b276458124d/width=450/767369.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U7Ip}F4U00RQ]#00_N0f00K5~V4.n4Vrr=%$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/68824", "modelId": 64238} \ No newline at end of file diff --git a/datasets/metadata/688414.json b/datasets/metadata/688414.json new file mode 100644 index 0000000000000000000000000000000000000000..258938014651c7b08f492378a4bd5ae50174edae --- /dev/null +++ b/datasets/metadata/688414.json @@ -0,0 +1 @@ +{"id": 688414, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-02T01:31:55.131Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["relatedguy, ", "thingirlBT,", "chubgirlBT, ", "absgirlBT,", "largirlBT,", "eggs and sperm, ", "eggs and sperm, eggs and sperm in background,", "Cutaway, eggs and sperm in cutaway, eggs and sperm,", "internal cumshot,", "internal cumshot, internal cumshot in background,", "cutaway, internal cumshot in cutaway, internal cumshot,", "womb and ovaries, ", "cutaway, face in cutaway,", "Rdrooling, drooling,", "Rsweat, sweat, ", "hairless pussy,", "mostly shaved pussy,", "pubic hair,", "crosshatch pubic hair,", "foreground shadow figures,", "bordered, text, speech bubble, speech bubbles, "], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 603470, "sizeKB": 112864.060546875, "name": "688414_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T17:27:05.781Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "33599EB8", "AutoV2": "1B574D3783", "SHA256": "1B574D37832E9025C0F14A718D0956798DA69F9BA6C01E588E3EC000086F3418", "CRC32": "BA1F5753", "BLAKE3": "10F88246D81A9873C3C7BF605963B2F0DC1E1D279CA9E7F63D54AFE183966FC1"}, "downloadUrl": "https://civitai.com/api/download/models/688414?type=Training%20Data"}, {"id": 604316, "sizeKB": 223179.81640625, "name": "Relatedguy_Style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T01:30:55.649Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8A93D146", "AutoV2": "BA1E649FB0", "SHA256": "BA1E649FB047EA3BF5355AA46EE8966847524AE2A77761E13ABBB0514E7E868E", "CRC32": "5ED1A221", "BLAKE3": "14E0C083C29713ECE1619FDB7B534F8F255BA94891D7E989523C2D55F10AF3D7", "AutoV3": "41A3BB0CAE70"}, "downloadUrl": "https://civitai.com/api/download/models/688414", "primary": true}], "images": [{"id": 22369383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5aa19b6f-0dd0-4806-9c1f-f99f73db9362/width=450/22369383.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UVLWU^KbS_Vf~T-B$%IoV[s;xaOTNHniNGni", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/688414", "modelId": 615831} \ No newline at end of file diff --git a/datasets/metadata/688451.json b/datasets/metadata/688451.json new file mode 100644 index 0000000000000000000000000000000000000000..3010c069ed1a4cfc8aa6c01accc6ab3da105de5c --- /dev/null +++ b/datasets/metadata/688451.json @@ -0,0 +1 @@ +{"id": 688451, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-01T20:19:12.783Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["robertdesign", "rob3rtdesign"], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 603747, "sizeKB": 223102.67578125, "name": "Rob3rt_Design-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T20:21:30.248Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EC0E00CC", "AutoV2": "E5A5C70F94", "SHA256": "E5A5C70F94DF360CBE23FC2F09C5817A738583F11A69C01849BDFBD9DAF987C8", "CRC32": "114ECB33", "BLAKE3": "E8197BEF31AF2773DB3B753B6E331365F8CC309B48D84689F3DB57B0449D820A", "AutoV3": "8DA9145B65A3"}, "downloadUrl": "https://civitai.com/api/download/models/688451", "primary": true}, {"id": 603540, "sizeKB": 201211.9482421875, "name": "688451_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T18:01:37.610Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F8A658DD", "AutoV2": "F267995BDC", "SHA256": "F267995BDCBB3FC84A7959AEE1398EAC27481C891D12C5A8F33DF95932A2808B", "CRC32": "AFD79CED", "BLAKE3": "7887489F3C1F3BE25E4198F7FB0344C0086BE0980A089E077E6B43B12A8A59AC"}, "downloadUrl": "https://civitai.com/api/download/models/688451?type=Training%20Data"}], "images": [{"id": 22335972, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d0eee90-5458-4999-9b8a-b7ae842ec34c/width=450/22335972.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USHVe}xut6of_4jsofj[?ba#WDkCITa}RkfQ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22335970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc2ad8e1-ebee-4fcb-a9f6-f7fc95bb0032/width=450/22335970.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBFilZDi9F-;~WWAIUof%h%g-;IU4Us:?vRj", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/688451", "modelId": 615862} \ No newline at end of file diff --git a/datasets/metadata/688523.json b/datasets/metadata/688523.json new file mode 100644 index 0000000000000000000000000000000000000000..974ac6a4fbb4474398413087c1f134f0d21f3f3d --- /dev/null +++ b/datasets/metadata/688523.json @@ -0,0 +1 @@ +{"id": 688523, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-02T00:35:24.154Z", "availability": "Public", "nsfwLevel": 48, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 603442, "sizeKB": 279.6708984375, "name": "688523_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T17:05:51.330Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "CFA34F991C", "SHA256": "CFA34F991C489C5294395F732D1C52E9F98F4131F9142DE044A834C02C993197", "CRC32": "167470B4", "BLAKE3": "561A3479953DFCC2CB85288D5BBB2D38C0097C8047EECECA009AC7F015468CD2"}, "downloadUrl": "https://civitai.com/api/download/models/688523?type=Training%20Data"}, {"id": 604235, "sizeKB": 223099.43359375, "name": "femboy_link_and_epona.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T00:31:17.059Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8000E18F", "AutoV2": "1497AF6AD7", "SHA256": "1497AF6AD73788A44866857168E66EFE653F97897CF9C34D52F47EB37380C177", "CRC32": "51BCBB76", "BLAKE3": "C62EEFD123EC8C938E51E1E78C4BD1405B7933657D7AB461A368E4F1980CD8FA", "AutoV3": "E57F7D91EB17"}, "downloadUrl": "https://civitai.com/api/download/models/688523", "primary": true}], "images": [{"id": 22361783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90aa979f-9a5f-4122-8e00-4a7131d174d4/width=450/22361783.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFM?_EH[*J?u?[RBM{xtuOVtQ.oyRQxbaxRi", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22361786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ed05e01-c692-4866-9fd1-da1c5af76fcf/width=450/22361786.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UIMjUOIB.m?a.7RURit6.SV[H@oya^xaRkRQ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22362042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4670c84-6806-4392-b866-f4471b6b07fd/width=450/22362042.jpeg", "nsfwLevel": 16, "width": 4700, "height": 3200, "hash": "UIM%ZmICyq%M?[VeRPof*Jn+MeoyRQt7bZRj", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/688523", "modelId": 615927} \ No newline at end of file diff --git a/datasets/metadata/688733.json b/datasets/metadata/688733.json new file mode 100644 index 0000000000000000000000000000000000000000..6bfe1d7a896e2b139d850ead02be84eb923456a1 --- /dev/null +++ b/datasets/metadata/688733.json @@ -0,0 +1 @@ +{"id": 688733, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-01T21:34:44.687Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 603653, "sizeKB": 80987.138671875, "name": "688733_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T19:10:51.777Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "378430FD", "AutoV2": "7A9832D8B0", "SHA256": "7A9832D8B05E60F9F0CDB28C20D47FCE31C91E1FB8D5AF2B3B8C379E37D6A3AF", "CRC32": "2CF7B77C", "BLAKE3": "9F0C195F5D1287DBB8A42D0F2CCDB43159678C581F543F95D82289BBAED3B767"}, "downloadUrl": "https://civitai.com/api/download/models/688733?type=Training%20Data"}, {"id": 603939, "sizeKB": 223114.50390625, "name": "Ripclaw.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/688733", "primary": true}], "images": [{"id": 22344243, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53e2bdb8-16d7-4fb9-8f6e-849c04af7e27/width=450/22344243.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "URD07Y%Mxaxbu6kXkCX9tmjsS2ozkXV@ogoz", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/688733", "modelId": 616116} \ No newline at end of file diff --git a/datasets/metadata/688770.json b/datasets/metadata/688770.json new file mode 100644 index 0000000000000000000000000000000000000000..5ab1ee9110b89c5d044c843ebf42a68cb15633c9 --- /dev/null +++ b/datasets/metadata/688770.json @@ -0,0 +1 @@ +{"id": 688770, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-02T11:52:42.212Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 605254, "sizeKB": 18560.0546875, "name": "IceDice_MyEC.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/688770", "primary": true}, {"id": 603830, "sizeKB": 135031.16015625, "name": "688770_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T20:51:59.923Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BC9A859E", "AutoV2": "B50D3754AC", "SHA256": "B50D3754AC8274B8F308A1B2B442E3C9DF70460D4382D1FCB03F0C0CD1A1255E", "CRC32": "F20C68AD", "BLAKE3": "841313BAEF70FDB597CC264D545BDECC6F862D3866813FD6B3C7FE916DA2CF4D"}, "downloadUrl": "https://civitai.com/api/download/models/688770?type=Training%20Data"}], "images": [{"id": 22426681, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a3aac49-24d4-432d-89d4-c24d3e5caa29/width=450/22426681.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "U8Dl=?000J00VXWB%$g3?wxuDhMx9FM{-=%M", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22426686, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5215279-87b5-45f9-ab95-21bfa42eae50/width=450/22426686.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U3Ga^T%p0054000v?KEJ~956?WWm00}w6w-q", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/688770", "modelId": 616147} \ No newline at end of file diff --git a/datasets/metadata/689014.json b/datasets/metadata/689014.json new file mode 100644 index 0000000000000000000000000000000000000000..d75ec3d8ea6286f2beb492b6c5b0d6425c77cb92 --- /dev/null +++ b/datasets/metadata/689014.json @@ -0,0 +1 @@ +{"id": 689014, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-02T15:54:51.969Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 605687, "sizeKB": 223110.91015625, "name": "Hello_Kitty.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T15:50:57.043Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F66C3C4B", "AutoV2": "B30B32E425", "SHA256": "B30B32E425BEBD168FDE2AC31B8A526D115F413C9FE3DD273EC5B7D6253A336D", "CRC32": "FA770EDB", "BLAKE3": "63D70AD9475D9DC5DEB81BD09E86E9FCC8A2EF9476C92A9CCCCEFC27B1E10EBF", "AutoV3": "C6B089DE4CE2"}, "downloadUrl": "https://civitai.com/api/download/models/689014", "primary": true}, {"id": 603976, "sizeKB": 78296.25390625, "name": "689014_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T21:53:47.028Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "649D47E2", "AutoV2": "6CABD47E78", "SHA256": "6CABD47E7892E6A908E98E890E8450B3E58BCA4A9B33035ED9893383D3014BA6", "CRC32": "3936E758", "BLAKE3": "47224EAF2DA101EA62F1DF956ED2108501F3414859FEFD864363DA344F7B654A"}, "downloadUrl": "https://civitai.com/api/download/models/689014?type=Training%20Data"}], "images": [{"id": 22447730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f171175c-8af9-4288-8132-2c4982f6024d/width=450/22447730.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UVH3I0%MF5E3}^xZk?RkESoyE2xZEAadS2t7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22447729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e9a1bd4-f22f-4ea2-b8aa-455c08b2b703/width=450/22447729.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UOPPy7^aozDq7jRO5ZrxD*ozIAoLT3Nf-3NZ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22447732, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5de6a9cf-4f6c-4e8d-9c1d-cdae456c5694/width=450/22447732.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UTOWQrE3pJ-WGwxVF5xbERI[9HVuXpR+w[WV", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/689014", "modelId": 616370} \ No newline at end of file diff --git a/datasets/metadata/689129.json b/datasets/metadata/689129.json new file mode 100644 index 0000000000000000000000000000000000000000..87ee1fedbde01996d0905878db550ca42f9effb0 --- /dev/null +++ b/datasets/metadata/689129.json @@ -0,0 +1 @@ +{"id": 689129, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-01T22:27:48.735Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 604041, "sizeKB": 22237.21484375, "name": "Yui_Nakaizumi_StoreManager-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/689129", "primary": true}, {"id": 604040, "sizeKB": 13721.72265625, "name": "Yui_Nakaizumi_StoreManager.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/689129?type=Training%20Data"}], "images": [{"id": 22349839, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eba1bcf9-3926-473a-8037-1e7a43212553/width=450/22349839.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UPMatkt6_NxudjWB?vj]I=j[?Gs;.joexsoy", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/689129", "modelId": 616468} \ No newline at end of file diff --git a/datasets/metadata/689141.json b/datasets/metadata/689141.json new file mode 100644 index 0000000000000000000000000000000000000000..9c42a79d4e87e3b1f788e38e2dced30a230107cd --- /dev/null +++ b/datasets/metadata/689141.json @@ -0,0 +1 @@ +{"id": 689141, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-02T02:06:16.181Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 604086, "sizeKB": 28119.3896484375, "name": "689141_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-01T22:56:59.121Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4BE6A31F", "AutoV2": "ADA18D96D3", "SHA256": "ADA18D96D3B6F947D837F24DAA9EA35494DD2F976200517215D4669D4C70A812", "CRC32": "9706D3A2", "BLAKE3": "22C6D09A07038FE33BDE88F9C61492B3686098E9D44FD36271DDA1B24B789D71"}, "downloadUrl": "https://civitai.com/api/download/models/689141?type=Training%20Data"}, {"id": 604367, "sizeKB": 223099.48828125, "name": "Concrete_Style-000010.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T02:05:44.908Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "396CB38F", "AutoV2": "22FE4D1C42", "SHA256": "22FE4D1C42B5828ABFC8EB72C61A0D3C9B971F04E3172CC4EB94287D69C66F58", "CRC32": "1B62BC6D", "BLAKE3": "382D46324E14AA18FEFF8D075DB20F80C01A748A9872FD105E3C41D33A5920DD", "AutoV3": "5B726A778828"}, "downloadUrl": "https://civitai.com/api/download/models/689141", "primary": true}], "images": [{"id": 22373607, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e1432da-66fc-44f7-acc5-9c1e24ab2f73/width=450/22373607.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMBztYD*%2xt~qIVx]xu-;R+RPs.j[oeRjt7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22373611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25fad879-2fc5-4e9e-8b76-eafe6b569ccf/width=450/22373611.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTDv=vD*IUt6~pIUNGt7x]tRWBjYIUxaWBog", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22373773, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eff1fe47-3332-4a43-8d40-0c5fb007c125/width=450/22373773.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U48=4rRQ00.SpaDi8w.RIoMxs,%#_NMxDi.8", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/689141", "modelId": 616477} \ No newline at end of file diff --git a/datasets/metadata/689177.json b/datasets/metadata/689177.json new file mode 100644 index 0000000000000000000000000000000000000000..94339ae04f92ea2cc3387f2acbd5158487133494 --- /dev/null +++ b/datasets/metadata/689177.json @@ -0,0 +1 @@ +{"id": 689177, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-02T02:25:19.608Z", "availability": "Public", "nsfwLevel": 1, "description": "v1.0 - First version
20 images (including custom sprites)
- Game
+ original (12)
= 10 sprites [v0.2.7.1]
= 2 sprites [v0.4.1]
+ mod (3)
= 1 sprite [Summer Vacations]
= 1 sprite [VS Imposter]
= 1 sprite [Boyfriend Back Perspective V2]
= 1 sprite [Week 4 Speakers without Girlfriend]
- Custom
= 4 custom sprites
this is crerated with SDXL and is v1.0 so might nee some tweaking.
", "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 604413, "sizeKB": 223116.26953125, "name": "roxie_lovesick_xxx.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T02:36:19.267Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D0828F91", "AutoV2": "B414551388", "SHA256": "B4145513881B3C37214D8BD7BD5A7D3B22358D68276A115D4190CF18B3B701CE", "CRC32": "285FDBF4", "BLAKE3": "39E38914914007827C373D5559E5EA5D0F1EBD1712682FDFF3FF9AA87D902162", "AutoV3": "5106930DE0D1"}, "downloadUrl": "https://civitai.com/api/download/models/689284", "primary": true}, {"id": 604221, "sizeKB": 99300.5126953125, "name": "689284_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T00:21:21.910Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3D8E2D1A", "AutoV2": "239BC396F2", "SHA256": "239BC396F2D6EE082437264DD814797A3A5F8E8DB0FCF4D65F8999BCE0A08575", "CRC32": "DB8918F2", "BLAKE3": "1AEFAB2B4EC8C02017D753C927AC658ACA216959E0715EBDEAC5B7C191CF2ECA"}, "downloadUrl": "https://civitai.com/api/download/models/689284?type=Training%20Data"}], "images": [{"id": 22378172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3c8cf68-8635-403d-93ab-c794dedf1f3c/width=450/22378172.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UEGuB.~C%h-qJ%9vW=R.EONGM{s.j?%Lslt2", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/689284", "modelId": 616596} \ No newline at end of file diff --git a/datasets/metadata/689315.json b/datasets/metadata/689315.json new file mode 100644 index 0000000000000000000000000000000000000000..25e5bc8f6489b2fdbccd4b71e8fff51d1162c01b --- /dev/null +++ b/datasets/metadata/689315.json @@ -0,0 +1 @@ +{"id": 689315, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-03T16:37:55.493Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 604250, "sizeKB": 40789.9814453125, "name": "689315_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T00:41:26.789Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1DBE5CB0", "AutoV2": "F604D8A5CF", "SHA256": "F604D8A5CF4E52BE1437601C7C0362602192D2307799587C077DA70BB405DDCD", "CRC32": "63E831C8", "BLAKE3": "932D085CA562528132E960569A026663CCA7EA29D24CA407A657BFDC9819E8F8"}, "downloadUrl": "https://civitai.com/api/download/models/689315?type=Training%20Data"}, {"id": 604365, "sizeKB": 223100.37890625, "name": "Manly_Gorilla.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T02:05:51.004Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3453CE5F", "AutoV2": "30FCBC6C47", "SHA256": "30FCBC6C47A7C02483A66F38EAB004A83F5E3AFA27E69A9F66EDD1EBE1B08230", "CRC32": "5F0E50A0", "BLAKE3": "19023B6F5DF3AEB27A478C7E8E1667C5CB61931FF99E1AD0923555E29A11EAF0", "AutoV3": "C73000D14CD3"}, "downloadUrl": "https://civitai.com/api/download/models/689315", "primary": true}], "images": [{"id": 22476202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a325251-0e3f-4002-b9ee-198229a34e76/width=450/22476202.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UNF~HqD%?vxF~pt7RQoz-ptRIUxu~qn$xuxt", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22476203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8f9625f-a1b5-4de3-912e-07e92a61c145/width=450/22476203.jpeg", "nsfwLevel": 4, "width": 1216, "height": 832, "hash": "UKEVpO?v%2WBNb-;Wrs:~p-;xaa}yD%Mt8Rk", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22476204, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67a9b1a3-a225-4f56-9ae7-1efe854c7e79/width=450/22476204.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UFEoxpR5_Mm-009u4.kW~URPV@NacEog%gnj", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/689315", "modelId": 616622} \ No newline at end of file diff --git a/datasets/metadata/689406.json b/datasets/metadata/689406.json new file mode 100644 index 0000000000000000000000000000000000000000..e1a39bc4f16728f54fa0988eefe2a9a0ed9a3a6b --- /dev/null +++ b/datasets/metadata/689406.json @@ -0,0 +1 @@ +{"id": 689406, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-02T04:08:59.751Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 604560, "sizeKB": 223099.01171875, "name": "sin_tattoo2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T04:06:03.363Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "82714B65", "AutoV2": "3DCD38039C", "SHA256": "3DCD38039CF3F3898E885F12B7238E485FC9E2785554238F084417CF1C1B8B47", "CRC32": "A94CEE8D", "BLAKE3": "0869D5A0A61AE6456CEB7D99E3552C5F0E4F15C23225C52101D56D23490A7EA9", "AutoV3": "E75034BA4132"}, "downloadUrl": "https://civitai.com/api/download/models/689406", "primary": true}, {"id": 604407, "sizeKB": 189691.3408203125, "name": "689406_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T02:31:57.747Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2B842E7F", "AutoV2": "F2238A8579", "SHA256": "F2238A8579489D06150572D21CF7D55B48B15A9D8F499E3C1B962BBC3B51BBB4", "CRC32": "F10BB255", "BLAKE3": "A9850A6660E47A53979D395C231313CADB9DF9DE1FC0314755F3FF2C31E6564E"}, "downloadUrl": "https://civitai.com/api/download/models/689406?type=Training%20Data"}], "images": [{"id": 22390527, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27e116eb-3a42-48c5-adb6-e19fae8c7399/width=450/22390527.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEK1E+?]L*bxquTdrr9bQ-M{t7xY%zs*x.-n", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/689406", "modelId": 616697} \ No newline at end of file diff --git a/datasets/metadata/6896.json b/datasets/metadata/6896.json new file mode 100644 index 0000000000000000000000000000000000000000..f449c936c3e8a447a0c5710bcecd5f544151d39f --- /dev/null +++ b/datasets/metadata/6896.json @@ -0,0 +1 @@ +{"id": 6896, "index": 0, "name": "lulu_v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-01-30T23:24:06.192Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["lulu \\(league of legends\\)", "staff"], "stats": {"downloadCount": 2710, "ratingCount": 261, "rating": 5, "thumbsUpCount": 322, "thumbsDownCount": 0}, "files": [{"id": 7520, "sizeKB": 16411.4736328125, "name": "lulu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-03T00:06:58.056Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "28CBF2F5", "AutoV2": "AAD3798514", "SHA256": "AAD37985145DFF9554F31616A93E03517868FBB7F0AE08DEA678FEB103A44686", "CRC32": "D4846B74", "BLAKE3": "2F60D56CD04F9F0635CCD17C65C203DCBC5D2F3E462FD5EE971D33EE02B47AEF"}, "downloadUrl": "https://civitai.com/api/download/models/6896?type=Training%20Data"}, {"id": 7011, "sizeKB": 147533.75390625, "name": "lulu-000032.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-01-30T23:26:22.655Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "C36F9756", "AutoV2": "A2D82B8852", "SHA256": "A2D82B885266E865BFBE31E74C68DECBEC7632B2A624D7B5D69EC383F01AC2A4", "CRC32": "B46B18A5", "BLAKE3": "E750B4BDCE0B66484EE19E1A931E4E35A41F87E60BDD784793818997C4E09BF4", "AutoV3": "29B812351687"}, "downloadUrl": "https://civitai.com/api/download/models/6896", "primary": true}], "images": [{"id": 63031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d89e4ade-bf61-42a3-8733-3e1a85d5dc00/width=450/63031.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7IN{,9~480f4U~B02E2y#56Mz9G00v~Iu-V", "type": "image"}, {"id": 63034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c17e471-1fc4-4f1e-2c64-5b64562a1600/width=450/63034.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEI:;O~WAN0K00jD0eWG.5xuo}IVHrE2I[%3", "type": "image"}, {"id": 63033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/891b539d-6465-411f-ec45-99f8fee5f200/width=450/63033.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFJQ=|.T7j%MHaJX4=xDEuIoMewI019vXTr?", "type": "image"}, {"id": 63032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0dde77b1-fe43-4ae5-ff24-4044e05fc600/width=450/63032.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQIN]:RpYkJBH[nNIVE2I-tRRjbcR5t7Shxb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/6896", "modelId": 5923} \ No newline at end of file diff --git a/datasets/metadata/689672.json b/datasets/metadata/689672.json new file mode 100644 index 0000000000000000000000000000000000000000..097d8c716a8ffc2872edab7f37a3345d59e04ae6 --- /dev/null +++ b/datasets/metadata/689672.json @@ -0,0 +1 @@ +{"id": 689672, "index": 0, "name": "torieda_ponyXL_v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-02T04:52:09.316Z", "availability": "Public", "nsfwLevel": 1, "description": "About this version
The initial version, quite well done!
We plan to increase the number of teacher images to improve the accuracy of the model.
If you want other Epochs versions, please comment.
I trained with 123 images in ponyXL.
\u521d\u671f\u30d0\u30fc\u30b8\u30e7\u30f3\u3001\u7d50\u69cb\u3044\u3044\u51fa\u6765\u3067\u3059\uff01
\u6559\u5e2b\u753b\u50cf\u3092\u5897\u3084\u3057\u3066\u30e2\u30c7\u30eb\u306e\u7cbe\u5ea6\u3092\u9ad8\u3081\u308b\u4e88\u5b9a\u3067\u3059\u3002
\u307b\u304b\u306eEpochs\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u6b32\u3057\u3044\u5834\u5408\u306f\u3001\u30b3\u30e1\u30f3\u30c8\u3092\u304f\u3060\u3055\u3044\u3002
ponyXL123\u679a\u306e\u753b\u50cf\u3092\u4f7f\u3063\u3066\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u3057\u307e\u3057\u305f\u3002
", "trainedWords": ["torieda"], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 604617, "sizeKB": 223108.48828125, "name": "torieda_ponyXL_v1.0.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/689672", "primary": true}, {"id": 604615, "sizeKB": 117563.728515625, "name": "4_torieda.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/689672?type=Training%20Data"}], "images": [{"id": 22395972, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b38f31eb-7ab3-4155-925f-dab6124c0689/width=450/22395972.jpeg", "nsfwLevel": 1, "width": 1520, "height": 1952, "hash": "UeM%o]xu_Ns9~pxtIVRjXSM|xaWX%MofjZf6", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/689672", "modelId": 616934} \ No newline at end of file diff --git a/datasets/metadata/689757.json b/datasets/metadata/689757.json new file mode 100644 index 0000000000000000000000000000000000000000..750d5f207233611e17558953e5979b83ddec46d0 --- /dev/null +++ b/datasets/metadata/689757.json @@ -0,0 +1 @@ +{"id": 689757, "index": 0, "name": "ToveJ 1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-02T08:38:31.536Z", "availability": "Public", "nsfwLevel": 5, "description": "Still active without the trigger word.
", "trainedWords": ["tovej"], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 604694, "sizeKB": 2814.1259765625, "name": "689757_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T05:51:18.317Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A60243EA", "AutoV2": "040870D19A", "SHA256": "040870D19A02152310C3558D59E0836E1990FF5C3480AF667CF739A95999E584", "CRC32": "70B455C3", "BLAKE3": "99555BE3F641CF374DD9F430A2FE40A253C87F16EFB5B3DD32B65BDDD58D08A5"}, "downloadUrl": "https://civitai.com/api/download/models/689757?type=Training%20Data"}, {"id": 604902, "sizeKB": 223102.13671875, "name": "ToveJ_Style_Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T08:31:14.916Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1D5ECBAE", "AutoV2": "96959F3D58", "SHA256": "96959F3D584C46CA886B8826CF72CB84119A86363A653F753D405682F2C13777", "CRC32": "288BD57E", "BLAKE3": "935874037F4938565CFE4A9F98371C1D772F64A2B04DB93EC95B23632DAC549E", "AutoV3": "78FAF9C589F9"}, "downloadUrl": "https://civitai.com/api/download/models/689757", "primary": true}], "images": [{"id": 22414057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d44e83d-38b5-4d22-8fb1-ef438fd2a856/width=450/22414057.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMGbuE%MISxb~qogI:og5XM|ozS4TfRPxVWB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22414058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e81e03c0-2002-4d10-8f7c-b2a69b5a3822/width=450/22414058.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCEnn+5a0N-OF*JFAJxA5]-q^jng%i-V4;oa", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/689757", "modelId": 617026} \ No newline at end of file diff --git a/datasets/metadata/689833.json b/datasets/metadata/689833.json new file mode 100644 index 0000000000000000000000000000000000000000..697a71a380456cf30896876831f753fec6a6c01d --- /dev/null +++ b/datasets/metadata/689833.json @@ -0,0 +1 @@ +{"id": 689833, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-02T14:14:22.989Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 604762, "sizeKB": 39841.046875, "name": "689833_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T06:40:47.394Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C4A56A5B", "AutoV2": "19B14D2B9B", "SHA256": "19B14D2B9BA3DE39AFBE156004986AC8995BF5BDA6959B2D2BC573AC138FBBEE", "CRC32": "6195E2F1", "BLAKE3": "71F7FB361814780F190D62CBD5DF6BC4CF4D35FD5909AB0107C335CDC16967B4"}, "downloadUrl": "https://civitai.com/api/download/models/689833?type=Training%20Data"}, {"id": 605476, "sizeKB": 56092.87109375, "name": "Style_himetsuki_luna-000005.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/689833", "primary": true}], "images": [{"id": 22437684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a14cb308-381c-4074-bd88-a0bed6019387/width=450/22437684.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULLhlJS~?Gt70Laxt7oL_2oM$joy~WRk?akC", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22437692, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5f36e4f-b6d6-4536-9c05-490bec1cc943/width=450/22437692.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8P%hq^+0otnGbNbRoah$kjsNeV[?]t6n4R+", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22437691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/157ce89e-1708-4113-83f7-05310c1b6de4/width=450/22437691.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UERe2i%3F7xd_zWFxQoePanORYX8=OaLX|kS", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/689833", "modelId": 617093} \ No newline at end of file diff --git a/datasets/metadata/689872.json b/datasets/metadata/689872.json new file mode 100644 index 0000000000000000000000000000000000000000..d7ee1b8bf8ef5aae92d437b028200f182e13e755 --- /dev/null +++ b/datasets/metadata/689872.json @@ -0,0 +1 @@ +{"id": 689872, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-02T08:45:36.304Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["derplender_wol"], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 604812, "sizeKB": 24276.5078125, "name": "689872_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T07:15:45.475Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BE927FE7", "AutoV2": "A30800B5AD", "SHA256": "A30800B5ADFB1540B7F3E183BAAA26125C6FF6D9B054F0C99E473EE8B90EB773", "CRC32": "46B20019", "BLAKE3": "793848AA8D1142709F47455E4C1E36146EBE422AF1E4C6B08823EFDCA30946A7"}, "downloadUrl": "https://civitai.com/api/download/models/689872?type=Training%20Data"}, {"id": 604919, "sizeKB": 223099.78515625, "name": "Warrior_of_Light_Pony_XL_v1.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/689872", "primary": true}], "images": [{"id": 22414935, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1416e68f-0fc9-46ae-9d5b-fc0e83a4a569/width=450/22414935.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHE{k5?Jy=bFRf9FtNofO]?b^jsqR%WBNGIU", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22414932, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bac987bb-e50f-4e20-9a70-494294d8dc5d/width=450/22414932.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJFi4X%jPX%O9_%M$lNFWsoJNEawt8R*RjoJ", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/689872", "modelId": 617127} \ No newline at end of file diff --git a/datasets/metadata/690029.json b/datasets/metadata/690029.json new file mode 100644 index 0000000000000000000000000000000000000000..15495d116a832d03a005c11874ede2f0bb9ebaa4 --- /dev/null +++ b/datasets/metadata/690029.json @@ -0,0 +1 @@ +{"id": 690029, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-02T19:41:59.974Z", "availability": "Public", "nsfwLevel": 16, "description": null, "trainedWords": ["Miko, female, raccoon, red hat, short body "], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 604978, "sizeKB": 2018.7314453125, "name": "690029_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T09:25:40.474Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "351623A678", "SHA256": "351623A6788CA64370E231E093610A3582B0FF08B4E852C257BEDA0506B7CAFE", "CRC32": "C1149055", "BLAKE3": "D6A6161DDE56D395F5135B258CFD821B791E0DBEC5FAC30E3BE28B4D89AE824B"}, "downloadUrl": "https://civitai.com/api/download/models/690029?type=Training%20Data"}, {"id": 606126, "sizeKB": 223101.90234375, "name": "Mikos_Trash_Can.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T19:40:57.934Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8A2593DC", "AutoV2": "D224614B5F", "SHA256": "D224614B5FC72471357E3E0BE05375D47B0CD1FAECD1E12B3854C13ECEC6468B", "CRC32": "FBC88AAE", "BLAKE3": "33BB7A74D70078264086A056D3729FB6E11938BEA411DBF1B808C50670A77E00", "AutoV3": "B7E26E0E30F7"}, "downloadUrl": "https://civitai.com/api/download/models/690029", "primary": true}], "images": [{"id": 22470562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04b14c4f-29f1-46b3-bd7f-623ced600f99/width=450/22470562.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGJtuB?a~n-pDo03IoRPo$-=I^RQi{${ouRP", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22470552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3a73444-e232-435d-8613-61d9f8f1fcdf/width=450/22470552.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDLDuo^#-.RjI^~UV?D*5YxBski^~Txsf9xU", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22470554, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ba11450-622a-4286-89d1-cadf3d50b158/width=450/22470554.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U9J*3M}t.4^}03~p9eM,1H5Yxs?GTTt3w[x[", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/690029", "modelId": 617268} \ No newline at end of file diff --git a/datasets/metadata/690155.json b/datasets/metadata/690155.json new file mode 100644 index 0000000000000000000000000000000000000000..348261733a75c4b0a3c6914e1c3adb9590352742 --- /dev/null +++ b/datasets/metadata/690155.json @@ -0,0 +1 @@ +{"id": 690155, "index": 0, "name": "V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-02T11:22:15.958Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 605065, "sizeKB": 27150.59375, "name": "690155_training_data.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/690155?type=Training%20Data"}, {"id": 605199, "sizeKB": 223110.29296875, "name": "crystalcheese-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T11:20:54.524Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EF3CD38E", "AutoV2": "BDB01F5240", "SHA256": "BDB01F52406EEB6AB8B2098AE7C408A5C6B8602372F438BA7E0B85DF7587FAF7", "CRC32": "31A3613C", "BLAKE3": "72FDD209FF7C8FEF9A52D906E4EA2F465B93CE0B05F561C47159650EE6EE6F22", "AutoV3": "FC792F02CB54"}, "downloadUrl": "https://civitai.com/api/download/models/690155", "primary": true}], "images": [{"id": 22424427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f092d4f3-d26b-4daa-ad84-71d5413defca/width=450/22424427.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U3Jkix%h00-;L#I=GuSh00bI%#Mx0LRj}@cE", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22424426, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59d25376-e36f-4d08-a68c-8ea1a357311a/width=450/22424426.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UREC]?_LotIoR$%e%es:tdtOx[xa-pxuNGIU", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22424428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4d7c216-acc7-465b-8b36-63f800f8cc88/width=450/22424428.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UeLqqiofkqt7~WoLNvj[RjoLoza|TJfki_ay", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/690155", "modelId": 617262} \ No newline at end of file diff --git a/datasets/metadata/690266.json b/datasets/metadata/690266.json new file mode 100644 index 0000000000000000000000000000000000000000..0e8028952e8c6db9116d328f2588ed1e4329a549 --- /dev/null +++ b/datasets/metadata/690266.json @@ -0,0 +1 @@ +{"id": 690266, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-02T14:34:53.469Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": ["((hathnor)),short hair,large breasts,gloves,cleavage,jewelry,white hair,thighs,earrings,horns,elbow gloves,shiny,dark skin,pink eyes,armor,dark-skinned female,see-through,shiny skin,v,skindentation,thick thighs,shoulder armor,gauntlets,revealing clothes,pelvic curtain,gold trim,pasties,vambraces,loincloth,egyptian,breast curtains,egyptian clothes,gold armor,(black footwear:1.4),eyeshadow,", "((hathem)),short hair,large breasts,thighhighs,gloves,long sleeves,hat,navel,holding,animal ears,cleavage,hair between eyes,pink eyes,jewelry,collarbone,jacket,tail,swimsuit,white hair,bikini,thighs,earrings,open clothes,horns,shoes,teeth,pointy ears,shiny,belt,white gloves,hand up,dark skin,hood,medium hair,pink eyes,stomach,bag,collar,white thighhighs,open jacket,dark-skinned female,shiny skin,bell,skindentation,white headwear,highleg,white footwear,white jacket,backpack,hood down,tan,animal print,elf,ear piercing,revealing clothes,baseball cap,hooded jacket,multicolored clothes,micro bikini,neck bell,cropped jacket,cow print,cow ears,cow horns,fake horns,print legwear,highleg bikini,cowbell,cow girl,print bikini,cow tail,milk bottle,ear tag,horns through headwear,baby bottle,"], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 605356, "sizeKB": 223122.79296875, "name": "Hathor_Last_Origin_\u5929\u4e73\u306e\u30cf\u30c8\u30db\u30eb_\u30e9\u30b9\u30c8\u30aa\u30ea\u30b8\u30f3-Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T13:05:44.696Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BA45C05B", "AutoV2": "3E133F6D7D", "SHA256": "3E133F6D7D8CB3347C2CAA10C11AD72095D1158B4FA7B82303E8C829EC449111", "CRC32": "C338B1CB", "BLAKE3": "0962477AA78056B1EB780C8ECF802B9ABE6398F79D083B9CB00CE285AF0C788F", "AutoV3": "2E4078D98002"}, "downloadUrl": "https://civitai.com/api/download/models/690266", "primary": true}, {"id": 605188, "sizeKB": 62671.8076171875, "name": "690266_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T11:21:25.753Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EC14BD01", "AutoV2": "F9D2AA113D", "SHA256": "F9D2AA113D79314A662C7071DE3C166EA353DCA5EA64C8288F9D547CDB1E0478", "CRC32": "5748BAA5", "BLAKE3": "7B48AC0999B8236A50D5CCB313F397269C988685554E0D4BC3C8A54125244AE0"}, "downloadUrl": "https://civitai.com/api/download/models/690266?type=Training%20Data"}], "images": [{"id": 22439437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05b300d3-368e-4e90-b9a7-b78710463461/width=450/22439437.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UXNcTk%2%$xt_Nbb%2kCOsRjt7of%MRjRjoM", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22439793, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80599fad-fba8-4be2-a241-99197b1ae79d/width=450/22439793.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UOM?o9WB*0%1kpx]IARjAINGxuxaMxt7ITog", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/690266", "modelId": 617475} \ No newline at end of file diff --git a/datasets/metadata/690276.json b/datasets/metadata/690276.json new file mode 100644 index 0000000000000000000000000000000000000000..bec4ddc9109b0952424f2813c0bf110fe295f225 --- /dev/null +++ b/datasets/metadata/690276.json @@ -0,0 +1 @@ +{"id": 690276, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-02T12:39:21.347Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 605205, "sizeKB": 4866.16015625, "name": "690276_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T11:25:39.989Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5759A9B8", "AutoV2": "C5203BD2B7", "SHA256": "C5203BD2B754EE837B9569172C0922A237BC8A7A2F6466ACD24995F25C8496EF", "CRC32": "04C91AD2", "BLAKE3": "2C2A93E0E6C7EE6714A583A0BCC9F494D909B17F45D835C83671E43885502071"}, "downloadUrl": "https://civitai.com/api/download/models/690276?type=Training%20Data"}, {"id": 605327, "sizeKB": 223104.55859375, "name": "Emma.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T12:40:57.545Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "13F36165", "AutoV2": "B263473EFA", "SHA256": "B263473EFA18CCED59B0B4275F85EA0AF75D4979443BA9442143DAFF5B7BBE28", "CRC32": "248B4B07", "BLAKE3": "613D7CF40992E7E63E83F4FE517A7EAB8B7BD5E21626BE14D294C21268332102", "AutoV3": "990163651A9E"}, "downloadUrl": "https://civitai.com/api/download/models/690276", "primary": true}], "images": [{"id": 22430271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c56e3da4-4288-49bc-a43a-e907289c376c/width=450/22430271.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCD[@9tP0xOY?sxaOFSzE2$+-BSK}[kBRjsW", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22430270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/133fa198-8fc6-45fd-9030-5ae71df4e363/width=450/22430270.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7Fhez^jG6JV.Pj^M+oz3DI;-A-n^-R%Rg-W", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22430269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ccaf17c-1d82-4378-ac35-7fa0efeff6bc/width=450/22430269.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7E2th-;02t7?vX8$*xDkqM{=|xZ~pRjRjxa", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/690276", "modelId": 617484} \ No newline at end of file diff --git a/datasets/metadata/690289.json b/datasets/metadata/690289.json new file mode 100644 index 0000000000000000000000000000000000000000..8ece56bdc795a60d5b82f2cf0e42c983376756d6 --- /dev/null +++ b/datasets/metadata/690289.json @@ -0,0 +1 @@ +{"id": 690289, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-02T12:30:28.015Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 605230, "sizeKB": 2853.5654296875, "name": "690289_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T11:35:47.541Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0A0C6C9E", "AutoV2": "B83D928B08", "SHA256": "B83D928B080EF6DA6A0B8076D95D14BF13E0FA22237A74236CB3E08F8821C35D", "CRC32": "CC29F09A", "BLAKE3": "BC4F623BFEB6A46C7ABB60CB880F1EDA543C3BADBE556B365AAD7D7017D8D694"}, "downloadUrl": "https://civitai.com/api/download/models/690289?type=Training%20Data"}, {"id": 605311, "sizeKB": 223100.44921875, "name": "Annas_mum.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T12:30:49.118Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C6513B72", "AutoV2": "050926597C", "SHA256": "050926597CBB3223E8A26D9080502F262488406B9C94BEC3FEFAAD55E3CA49F3", "CRC32": "957B5C4C", "BLAKE3": "BD8064FD03FA80BAEBC8FA33C94AD211CA73461533F7CBFB1D92A3BAC6D2B451", "AutoV3": "DB79D741D75B"}, "downloadUrl": "https://civitai.com/api/download/models/690289", "primary": true}], "images": [{"id": 22429470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f8e0db0-3e3e-41b8-add7-c069ae83f7d6/width=450/22429470.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDLz21%L00t7_Nxa,:NG00S$t3M{#lNxIoRP", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22429469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0257c984-c152-4f26-8ad4-cde8bae0295f/width=450/22429469.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDM6bd#801tQ.m9u-UM{00NG$yIoHXrXRPtl", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22429471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09eabd9b-2fa8-4626-9d27-ee747c81ced9/width=450/22429471.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UNLM*DX90goM~psTw{R*01RPwbRjD%NGk9V@", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/690289", "modelId": 617495} \ No newline at end of file diff --git a/datasets/metadata/690352.json b/datasets/metadata/690352.json new file mode 100644 index 0000000000000000000000000000000000000000..a0299641f2e13021aa2b712e301c55e0c9445542 --- /dev/null +++ b/datasets/metadata/690352.json @@ -0,0 +1 @@ +{"id": 690352, "index": 1, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-02T16:07:40.383Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 605281, "sizeKB": 158211.1533203125, "name": "690352_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T12:10:45.810Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "ED5EF3A5", "AutoV2": "BE4E1CEBCE", "SHA256": "BE4E1CEBCE11273ECC05D7AB3BF0EEBD79D933C9170520C1EB88ABADF6203860", "CRC32": "C0728878", "BLAKE3": "F7147C9A0B656F6EECFBD582B2EF81D1C3E7B838D7FAAD2B13B1E9ACFDFDE3C7"}, "downloadUrl": "https://civitai.com/api/download/models/690352?type=Training%20Data"}, {"id": 605705, "sizeKB": 223103.37890625, "name": "IceDice_MyEC_v2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T15:57:22.452Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8B4058D6", "AutoV2": "969E359D8F", "SHA256": "969E359D8F9059C984954697A7371B3EA6624871C477CD5A7CEA0D73461F4DF7", "CRC32": "88C4B16D", "BLAKE3": "AE1783E3987BAD631D926F6833BBFA9F3928788BD37860E1D2C522988630FA35", "AutoV3": "56D14D77A8AB"}, "downloadUrl": "https://civitai.com/api/download/models/690352", "primary": true}], "images": [{"id": 22448185, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b094743f-dbaa-4b5e-b4d7-b0ab965bf8a6/width=450/22448185.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOMQnxt6D%j=00NJx]bJSxRjxuof_Nt8aeWY", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22448183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4fb11af-ee65-4135-911e-50e878e07a5f/width=450/22448183.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJFNVknOcEni|2o4OXj^^+Rjx]WBW=NfxGbI", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/690352", "modelId": 617547} \ No newline at end of file diff --git a/datasets/metadata/690377.json b/datasets/metadata/690377.json new file mode 100644 index 0000000000000000000000000000000000000000..89388e9c4f0e7fe82dfe2e4eefa65f08bcd9834c --- /dev/null +++ b/datasets/metadata/690377.json @@ -0,0 +1 @@ +{"id": 690377, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-02T16:57:33.472Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 605306, "sizeKB": 1446.3427734375, "name": "690377_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T12:26:43.353Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "5AC4B1F8F3", "SHA256": "5AC4B1F8F3A19F6C7C9123B75F3C3E20CE5A75D26D68A8B588E5DB3AED18EA9F", "CRC32": "1C6E47B7", "BLAKE3": "0374678EFF6C875C4DE49DAF6198184851B55F421EC417789A9484E2A963A857"}, "downloadUrl": "https://civitai.com/api/download/models/690377?type=Training%20Data"}, {"id": 605832, "sizeKB": 223105.55078125, "name": "Curves_XL-000007.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/690377", "primary": true}], "images": [{"id": 22453955, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fc040f4-2d8e-42b0-9a1e-481f809d61ce/width=450/22453955.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKH^L%kpGG$%~Bo}xa%10#oz^3%1D*R*jYof", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22453957, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fba745d1-5c0e-41bb-8a13-bec5e70b7ed0/width=450/22453957.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UHKckX=_Fr%2yDxZ,.%1KJWBt7SO~TofNgkC", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22453954, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/922bb8ae-f6f1-41b8-8a8a-4c17167ebf9f/width=450/22453954.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UNL:o.S3JRt3?Gt7M{MxE1xFs9bv~BoHD*W?", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/690377", "modelId": 617568} \ No newline at end of file diff --git a/datasets/metadata/69066.json b/datasets/metadata/69066.json new file mode 100644 index 0000000000000000000000000000000000000000..9ad0ca76d2ed75748aac1f7babcaa127470707f9 --- /dev/null +++ b/datasets/metadata/69066.json @@ -0,0 +1 @@ +{"id": 69066, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-12T20:23:48.595Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 467, "ratingCount": 78, "rating": 5, "thumbsUpCount": 89, "thumbsDownCount": 0}, "files": [{"id": 48293, "sizeKB": 4726.470703125, "name": "Honoka_HS.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-12T20:31:09.196Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A13377F4", "AutoV2": "7354A306A1", "SHA256": "7354A306A140236FB48BAC5FD78E562ED601740266CFBA966108901DC613F9A0", "CRC32": "539B347C", "BLAKE3": "37FF60DCCFB7B2DE2D8B23F33C05C3D6DC13D7E71C538E946CB008148B1B73D4"}, "downloadUrl": "https://civitai.com/api/download/models/69066?type=Training%20Data"}, {"id": 48291, "sizeKB": 40626.5810546875, "name": "Honoka_HS-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-12T20:26:02.978Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9809A21D", "AutoV2": "53BBBB3D34", "SHA256": "53BBBB3D343A748E3A60484CF3B25EBD3776DB784895B37FC400E4C5DB7C59B7", "CRC32": "584E6B53", "BLAKE3": "A5293048171BCB27A0837692A1D4E8704D1330D6E0B0DAE8A2426E676D3A0A60", "AutoV3": "615AA71FC211"}, "downloadUrl": "https://civitai.com/api/download/models/69066", "primary": true}], "images": [{"id": 770611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59daa6dd-5979-4038-ba7c-da44f24fa44f/width=450/770611.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UFHxHB~p0^aI4-t1x]-:9Zn$wMM|.7WF%LRj", "type": "image"}, {"id": 770552, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43abcbaf-a5d9-46dc-a43c-ec2a7fcfd039/width=450/770552.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UBI4qpIU00MLBL9Y-=$,%wrq=~EL?]My%2E1", "type": "image"}, {"id": 770564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f7fa451-ac72-42f8-a289-f6ec69cd156f/width=450/770564.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UBJHE-~q00M_00IUX9j[PUxt^+xuNHRjMwM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/69066", "modelId": 64459} \ No newline at end of file diff --git a/datasets/metadata/690668.json b/datasets/metadata/690668.json new file mode 100644 index 0000000000000000000000000000000000000000..9695a4b2c6c0a1e7c57755e0ae7aaa4389e72b39 --- /dev/null +++ b/datasets/metadata/690668.json @@ -0,0 +1 @@ +{"id": 690668, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-02T16:35:47.170Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Famous-Toons-Facial"], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 605585, "sizeKB": 22233.154296875, "name": "690668_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T15:01:21.237Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "778BEF12", "AutoV2": "4172C846E6", "SHA256": "4172C846E6B14FB68A0CCA9CA6E33573137B441487BACF8878C83DD54AF0E6EB", "CRC32": "F04C41DF", "BLAKE3": "983A22539A96CA27A5E6D5EA17DBA5C5441BBE67944DEDF75AA56B61852C94A4"}, "downloadUrl": "https://civitai.com/api/download/models/690668?type=Training%20Data"}, {"id": 605782, "sizeKB": 223102.97265625, "name": "Famous_Toons_Facial_Style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T16:36:27.008Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "31D1048C", "AutoV2": "E5DA2261E1", "SHA256": "E5DA2261E157185BA94953FB49EF67F08BD5F83069D4B546366260194EE3446C", "CRC32": "431B0997", "BLAKE3": "FCAA108EBB310813263D418BAE086145481DC226D26DA61C6B5872984DC07E89", "AutoV3": "F3DA4429B1DF"}, "downloadUrl": "https://civitai.com/api/download/models/690668", "primary": true}], "images": [{"id": 22451813, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b4ae23e-8373-4617-90cb-a9a1a9440247/width=450/22451813.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UDIOFDxZ_LMy~Ws.xtIVE*s:wIM|oIx]%gM{", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22451810, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69cbbe3d-819b-4ad7-add7-6ac1fb814b41/width=450/22451810.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UOIFJ$Iv0J^j9ENZ$Re=iIn,-:bZ~3W-E7M~", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22451812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/127040b8-7976-427c-8ebc-55491e55a3a8/width=450/22451812.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UxN^w;xw?KS0ECxt%0juVzs:f*s.E0R$axog", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/690668", "modelId": 617816} \ No newline at end of file diff --git a/datasets/metadata/690832.json b/datasets/metadata/690832.json new file mode 100644 index 0000000000000000000000000000000000000000..1c804fd32def955d98b5ca100cf16d33377ee98b --- /dev/null +++ b/datasets/metadata/690832.json @@ -0,0 +1 @@ +{"id": 690832, "index": 0, "name": "V2", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-02T21:05:20.654Z", "availability": "Public", "nsfwLevel": 28, "description": "Second times the charm?
", "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 605994, "sizeKB": 130990.140625, "name": "690832_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T18:32:02.207Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0657485F", "AutoV2": "329B4D3807", "SHA256": "329B4D380765EAF7985E07474F6C3ED8B468A488B9A6B30133797E5DC8A42F61", "CRC32": "E5282690", "BLAKE3": "96BC674345E813BFE9DC642A780186A6571D1EC3FEE6088CF0F9B4FDB320C586"}, "downloadUrl": "https://civitai.com/api/download/models/690832?type=Training%20Data"}, {"id": 606278, "sizeKB": 223116.38671875, "name": "Dream_Character.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T21:06:35.347Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3A982ACC", "AutoV2": "7D565A9D38", "SHA256": "7D565A9D385982CBA63EA5C2C80CBC9B192717CB9DC400A8471E9F3FEE2D391E", "CRC32": "CE6A9323", "BLAKE3": "4321B11EBD8FB9E6C778AE190556485F305903D92ED478474188072E9E9A5C7C", "AutoV3": "564DE5EDECCA"}, "downloadUrl": "https://civitai.com/api/download/models/690832", "primary": true}], "images": [{"id": 22479281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2812bddc-b2b5-4c65-a588-6f40cc7f328e/width=450/22479281.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U69OfI1b:+3B2s,srr,@2Y{}6N=K;hEza|bv", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22479282, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d54fa3d8-8a85-4fc5-a96d-c3e921217479/width=450/22479282.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDCQiC?wHqI;$LtkIo#ko~%gXmiw*0.9xuMw", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22479280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66da21cf-a3c6-4df8-aa21-ba44a85f70f9/width=450/22479280.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U5EU}X5700-;~UE4-;Ip03R,-qIoBVkCV[E2", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/690832", "modelId": 617984} \ No newline at end of file diff --git a/datasets/metadata/690879.json b/datasets/metadata/690879.json new file mode 100644 index 0000000000000000000000000000000000000000..8b62694509dbcb2f221d923468d63b29997da969 --- /dev/null +++ b/datasets/metadata/690879.json @@ -0,0 +1 @@ +{"id": 690879, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-02T16:44:41.957Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Spite", "Vtuber"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 605797, "sizeKB": 223099.27734375, "name": "Spite.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/690879", "primary": true}, {"id": 605796, "sizeKB": 1400.7001953125, "name": "654588_training_data.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/690879?type=Training%20Data"}], "images": [{"id": 22452625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10ff17f1-f317-4eac-9dfc-279c07a1201d/width=450/22452625.jpeg", "nsfwLevel": 2, "width": 900, "height": 900, "hash": "U7A-9^$Y4=IR4nDgtSD$D|R6?v$,YRrCEKVX", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/690879", "modelId": 618031} \ No newline at end of file diff --git a/datasets/metadata/69088.json b/datasets/metadata/69088.json new file mode 100644 index 0000000000000000000000000000000000000000..18d1b05d14926735d32387c3f14b825dcb2dfd3c --- /dev/null +++ b/datasets/metadata/69088.json @@ -0,0 +1 @@ +{"id": 69088, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-12T21:18:02.696Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 888, "ratingCount": 152, "rating": 5, "thumbsUpCount": 165, "thumbsDownCount": 0}, "files": [{"id": 48307, "sizeKB": 8635.76953125, "name": "Fiona_PlayHome.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-12T21:21:02.952Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DD040C65", "AutoV2": "BB008B5B54", "SHA256": "BB008B5B547FF6095AB35865FB73F1C36CBD704707650956E4FB0EA162265295", "CRC32": "D3C64A80", "BLAKE3": "EC9DD6C0411AC7DF6F2F6991FB7C648401EAAE998AFF2BA4C69B8D65C9E77C0E"}, "downloadUrl": "https://civitai.com/api/download/models/69088?type=Training%20Data"}, {"id": 48306, "sizeKB": 40629.94921875, "name": "Fiona_PlayHome-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-12T21:16:06.697Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4CBF8D1D", "AutoV2": "0DFD76E8DB", "SHA256": "0DFD76E8DB9C10F671758E73DD46479D567B04FE130B2241012E7A65D8D15524", "CRC32": "48180788", "BLAKE3": "2EDF46DF953AA3025F400F20F2661EA45F74E4B556AFB0F450320183BAAE8250", "AutoV3": "6DFB2C91AA0A"}, "downloadUrl": "https://civitai.com/api/download/models/69088", "primary": true}], "images": [{"id": 795855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7647e99-9e54-4340-a350-cbcb7b6e3f67/width=450/795855.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U8G*{E00O@IA0z00xa?HkY00~U.8?a%2s=?H", "type": "image"}, {"id": 774567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1e0d37d3-dc73-470e-9acc-b8134d00e3f9/width=450/774567.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNIXy}~Wo~.8.9Ioxu_3R:IVxD-pS1R*Myof", "type": "image"}, {"id": 770932, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c55a32e-ad21-4d18-a110-ee6e4a102f6d/width=450/770932.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UFIOFO~pt-9Fu5D*V[%2-=s;%L%M?vRjs:t7", "type": "image"}, {"id": 770835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6269e4a-3782-40fb-8b41-2009f265c1bc/width=450/770835.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDHxQm009t?b5ma0IAyD_4D*I9%2t7NF%2RP", "type": "image"}, {"id": 770850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91f0460c-24a2-48d1-942c-bd8cd8891442/width=450/770850.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UcH1}S~qN_oMI:t7%MxuRjj?xtofIUM{ayWB", "type": "image"}, {"id": 770892, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65807045-57e1-4624-8d1a-57c0187f7fab/width=450/770892.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UHI56]-;Fe4.pxD%IU-p-=j]xWtQ~qoLxut7", "type": "image"}, {"id": 770945, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/365402ce-c357-4b0e-b5e7-4937f642667e/width=450/770945.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UVIO2?~qELIVS~ozs:s:%N%Ms.t7xuofofxt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/69088", "modelId": 64480} \ No newline at end of file diff --git a/datasets/metadata/690916.json b/datasets/metadata/690916.json new file mode 100644 index 0000000000000000000000000000000000000000..d1c18190f57a0bb627a749ab2a7a109c5626c8af --- /dev/null +++ b/datasets/metadata/690916.json @@ -0,0 +1 @@ +{"id": 690916, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-03T18:23:51.428Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 605917, "sizeKB": 223101.19921875, "name": "\u30af\u30ed\u30d2\u30e7\u30a6.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T17:45:53.358Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C728A665", "AutoV2": "31DAC590DA", "SHA256": "31DAC590DA48C267C07374361337D513C93294B62256D0F413A4474DEF429687", "CRC32": "1207D739", "BLAKE3": "F6CB612BCD617D06A090C27B5B7AF250D4F5DCCB2F9AA1E463AB502365731754", "AutoV3": "7E88A2E352C9"}, "downloadUrl": "https://civitai.com/api/download/models/690916", "primary": true}, {"id": 605837, "sizeKB": 12293.5791015625, "name": "690916_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T17:01:23.948Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9C362E10", "AutoV2": "ED61C6ED4A", "SHA256": "ED61C6ED4AFD552C27D9F97AF24F5D1C5845BF0A44BF3BD932CEA8FBC3D55769", "CRC32": "23CBAA98", "BLAKE3": "5C5E420B5EE23D4A972F3FB58C8800EDF9247735B4132574AF181022A74D0252"}, "downloadUrl": "https://civitai.com/api/download/models/690916?type=Training%20Data"}], "images": [{"id": 22599852, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3120a578-33bb-4dcf-ae41-a358057253b4/width=450/22599852.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UcH.f[of.8x[~qj[bHt7RkWBM{j[NGWCodWB", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/690916", "modelId": 618059} \ No newline at end of file diff --git a/datasets/metadata/690980.json b/datasets/metadata/690980.json new file mode 100644 index 0000000000000000000000000000000000000000..8cb2e1fce4a1927bc5e97690ca620837e0c24d05 --- /dev/null +++ b/datasets/metadata/690980.json @@ -0,0 +1 @@ +{"id": 690980, "index": 0, "name": "azzy V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-02T19:47:12.609Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 606001, "sizeKB": 4429.37109375, "name": "690980_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T18:32:34.939Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BCF68A5A", "AutoV2": "0D5B81AE45", "SHA256": "0D5B81AE454C8B47B32E6E1A73555554586E28E4C0ADCB2D825D16802A583203", "CRC32": "4A056347", "BLAKE3": "09DCE26948B8C98D6D18DBF466970666315EDF712AA05E5D01B8ED815E38CD4F"}, "downloadUrl": "https://civitai.com/api/download/models/690980?type=Training%20Data"}, {"id": 606134, "sizeKB": 223100.37109375, "name": "asirel-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T19:47:37.399Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CE6283DC", "AutoV2": "34FDFD0609", "SHA256": "34FDFD0609B2E3D42FB2A9909408C8C242D57385727A1F650D4BEBFF94F372E9", "CRC32": "AEA68629", "BLAKE3": "8D6C5192841088D7281A1B2E8AB6AEC972E5901F0EFD707F85A9C3F2EADDF0F6", "AutoV3": "5356D40FBE45"}, "downloadUrl": "https://civitai.com/api/download/models/690980", "primary": true}], "images": [{"id": 22471021, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d47d7f96-1439-4989-af90-5431a1e56ab5/width=450/22471021.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9F=%E?E0q5G~q%L9F9Z9kNL-f$wsjWAR;Ws", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22471020, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22e22ab0-1db0-4902-b5f4-99cea3e4d1dc/width=450/22471020.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5DcHzIw0Z~P_3Ri9F%N0rxo^ZD@xTb0S7s%", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22471019, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbad380b-38af-4287-8f3c-d93536397496/width=450/22471019.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAF=s:t20=o%~qW=4ns89*R--Nxo$xs,R;It", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/690980", "modelId": 618116} \ No newline at end of file diff --git a/datasets/metadata/691379.json b/datasets/metadata/691379.json new file mode 100644 index 0000000000000000000000000000000000000000..d96d819fee761d38ce62b9d6a8c5ef773df3a7b9 --- /dev/null +++ b/datasets/metadata/691379.json @@ -0,0 +1 @@ +{"id": 691379, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-02T21:10:14.232Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 606266, "sizeKB": 22237.14453125, "name": "Maya_Kamiwazumi_Fault-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T21:01:59.322Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FABDDF48", "AutoV2": "620000C1D7", "SHA256": "620000C1D72E782D24E42254A1970F3C2AF32DC9744EF6F0B151D6670B9B862E", "CRC32": "218CA7AD", "BLAKE3": "3D6EAE8887C5D22D12FF2CDF5FADBA0B1E8954F37FBFE003EEFE41A81D469975", "AutoV3": "2CDE6564E440"}, "downloadUrl": "https://civitai.com/api/download/models/691379", "primary": true}, {"id": 606265, "sizeKB": 11970.9267578125, "name": "Maya_Kamiwazumi_Fault.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T21:02:00.291Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D4A667BC", "AutoV2": "9A12C90FBF", "SHA256": "9A12C90FBFBF1797F0FDD05F01B90856E208321D2D42CEA7635BF01267B483F5", "CRC32": "29FBC7D2", "BLAKE3": "D5C147FDE6D6F52383E18A7C107D0BD6F3518EE8D1E7DE62CE9507F70F6C82D1"}, "downloadUrl": "https://civitai.com/api/download/models/691379?type=Training%20Data"}], "images": [{"id": 22479639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c00f3d6-a4ce-4e88-a712-726ffbb0222a/width=450/22479639.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UdM7Jza#?^xu_Maf?Ht7IVj[%Lof%Mj[RPjt", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/691379", "modelId": 618441} \ No newline at end of file diff --git a/datasets/metadata/691427.json b/datasets/metadata/691427.json new file mode 100644 index 0000000000000000000000000000000000000000..a3bf83ba8913a922dd0fa35368af8c4d71f44c2b --- /dev/null +++ b/datasets/metadata/691427.json @@ -0,0 +1 @@ +{"id": 691427, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-03T02:09:36.979Z", "availability": "Public", "nsfwLevel": 1, "description": "Primer Lora de Prueba
First test lora
", "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 606316, "sizeKB": 2197.94921875, "name": "691427_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T21:25:45.136Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B2678798", "AutoV2": "CCF4E6C794", "SHA256": "CCF4E6C7942357CE94ADA2948B09B21EED63100D83829F955CC4B6B7BBA26F1A", "CRC32": "48FEFA84", "BLAKE3": "3316CC569E0E5B83ED7DC2265C3618BBF3738B6CEFC4F573C578EAFF83201453"}, "downloadUrl": "https://civitai.com/api/download/models/691427?type=Training%20Data"}, {"id": 606706, "sizeKB": 223101.37109375, "name": "Lyra.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T02:00:56.358Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AEF8FBDB", "AutoV2": "38365103F8", "SHA256": "38365103F8D306E69C6296007FFC45737DE8DE5521E29B53E6F973E90FD5CCCB", "CRC32": "589AAD0A", "BLAKE3": "7282DD4D45972200E278C39BBEEBDF3146E212959BE4A00857A5CF3BA455DB9A", "AutoV3": "E71A677A47AC"}, "downloadUrl": "https://civitai.com/api/download/models/691427", "primary": true}], "images": [{"id": 22508899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f69803e8-eac7-4c97-a542-be91e0d98ca5/width=450/22508899.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9BDNP.8InMx~qX99FIUR%s:IBIo-;tRM{Rj", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22508898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f08a7c86-c3d1-4c5f-bc17-a4785507f807/width=450/22508898.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFHKq:^,~WD%=#s;-;IntjNFR%R*-poy%M%3", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/691427", "modelId": 618505} \ No newline at end of file diff --git a/datasets/metadata/691516.json b/datasets/metadata/691516.json new file mode 100644 index 0000000000000000000000000000000000000000..8dd41fec2a0198dadf03b3a2af0c03c1e1259975 --- /dev/null +++ b/datasets/metadata/691516.json @@ -0,0 +1 @@ +{"id": 691516, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-03T15:20:26.742Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 607886, "sizeKB": 223112.53515625, "name": "Persona_Style_Portraits_Pony_XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T15:17:24.474Z", "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/691516", "primary": true}, {"id": 606398, "sizeKB": 60055.1552734375, "name": "691516_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T22:10:56.509Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3A34839E", "AutoV2": "1A0767638C", "SHA256": "1A0767638C69331856401FFE939DD1D67B979AECB8C12FF99CE0D07A55F26A7F", "CRC32": "06A1824D", "BLAKE3": "CFDEC1EFB52F37420445F8D41D1E64EEDB600FCB1142D1590ABCCB5AA908B3AC"}, "downloadUrl": "https://civitai.com/api/download/models/691516?type=Training%20Data"}], "images": [{"id": 22579211, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e3c88d1-4b56-4515-8329-0f27a226769c/width=450/22579211.jpeg", "nsfwLevel": 1, "width": 1400, "height": 1400, "hash": "UHEU82WR*$$nxuAT5OJO0]wc6bW9Vu|}-U$k", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22579596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d47fa37-4a92-4a9a-86f1-2d00f8d98382/width=450/22579596.jpeg", "nsfwLevel": 1, "width": 525, "height": 350, "hash": "UhJ}}b}u{L*{=zS~#laJv}E}f+xbrrwwaxr?", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22579203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b774f9b6-e8bf-4a6f-9857-a2b043a85d3c/width=450/22579203.jpeg", "nsfwLevel": 1, "width": 350, "height": 350, "hash": "UkN%j5EMqwTI}?#mrFxEn5t6g3eoz?X6X5S#", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22579202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/428f4583-aeba-4c7f-a2b2-8eccfc2514d6/width=450/22579202.jpeg", "nsfwLevel": 1, "width": 350, "height": 350, "hash": "UNMCx*^P{MV[0}V@,@of+_X8-UOC}FxGwJR*", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22579201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/818959f3-8c73-49f9-ad6d-935f7305202d/width=450/22579201.jpeg", "nsfwLevel": 1, "width": 350, "height": 350, "hash": "UTJ$v]-q[YR6|LA?$*X8VtNukqxZ-Un4s.-V", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22579208, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9d66ae2-a71d-462a-b54e-58582b7c3dad/width=450/22579208.jpeg", "nsfwLevel": 1, "width": 350, "height": 350, "hash": "UaK*Jf].@ta0|IR*#SofNGK4tRSgz;nOTJxa", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22579206, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78493cf2-1e3f-4d22-87ff-f004c6b00b82/width=450/22579206.jpeg", "nsfwLevel": 1, "width": 618, "height": 618, "hash": "USL-Cr^P*yVE|{KPWAI:+vbbO?wJn4m,xG%g", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22579209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7544a955-2462-408e-bf50-93cd645762a9/width=450/22579209.jpeg", "nsfwLevel": 1, "width": 350, "height": 350, "hash": "UcJX91Io{$GZ;}SgsAw|RjfiX7rr[r$4n%Nt", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22579210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8958e64d-cce2-4a08-96fc-d86016b2e44b/width=450/22579210.jpeg", "nsfwLevel": 1, "width": 350, "height": 350, "hash": "USMjK,^O?vrB~VyEtn9ZOsxGbdT0?G%Moz-n", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22579212, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d51540bd-91c3-4126-b9ef-7bde61bf8e15/width=450/22579212.jpeg", "nsfwLevel": 1, "width": 2456, "height": 2456, "hash": "UAJH~l^-?x4m4m04x^~p4~%L~BD*_Kxuo4t0", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22579599, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a10ad51c-595e-4d93-b6f9-1671ceb6f24d/width=450/22579599.jpeg", "nsfwLevel": 1, "width": 408, "height": 612, "hash": "UOGH3+f*8wi_}[j]MdniaJa#s-n$tlj?NGay", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22579595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e756097-86d6-4564-ae2a-044ca1d31b44/width=450/22579595.jpeg", "nsfwLevel": 1, "width": 350, "height": 350, "hash": "ULFevV]n{z#-2sFcEzJ,AD,GFwwyr?w{,@wy", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22579597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/499b028c-eb17-457c-beae-3b2d38213f78/width=450/22579597.jpeg", "nsfwLevel": 1, "width": 618, "height": 618, "hash": "UXMhiT9v:?-p{4$$-6r?=dxGKOaKrrShOsS2", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22579598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c39ef23-4819-4b33-9b8b-7fde33f36426/width=450/22579598.jpeg", "nsfwLevel": 1, "width": 618, "height": 618, "hash": "UtI_H5#n{ysms;J,wJoJjYsAShs:,pR*$jof", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22579600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3cb40ec-a5cb-47d7-83f8-cb3b9e09cf27/width=450/22579600.jpeg", "nsfwLevel": 1, "width": 350, "height": 350, "hash": "UqG0~D%KCGEy*CerO,X4aMi~VxWVoMg0i|j[", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22579057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d24cd750-4b52-4c2a-a201-497a450466a8/width=450/22579057.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UPLN0|sky?%h^jjcIqWUOXWEn$s,R;s+oHR.", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22579058, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04ce40bb-cdf0-4f24-9dd4-faf07f257ab7/width=450/22579058.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEI;#BJD.l]*?Hi_ozx]~UXk=]IB-TIq%L#-", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22579060, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f8be4a4-12ec-4f43-95d8-375f0cc3d570/width=450/22579060.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTKdPY~qyE-;?HIUIpRjo~bI%LRPozRj%2ae", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22579601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/031ffe6b-58db-463e-a887-ae0ed3930805/width=450/22579601.jpeg", "nsfwLevel": 1, "width": 1400, "height": 1400, "hash": "UPPzAqVz[e,:}nbZQ=rYrZk6fUWZa5bbS^WX", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22579602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe55938b-b686-4375-a4a3-9370e60ed704/width=450/22579602.jpeg", "nsfwLevel": 4, "width": 2800, "height": 2800, "hash": "UHKbH|2._PAV}:;RID-Ahzw3=#t5P9xaI;Ri", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/691516", "modelId": 618586} \ No newline at end of file diff --git a/datasets/metadata/691582.json b/datasets/metadata/691582.json new file mode 100644 index 0000000000000000000000000000000000000000..88cc985353e0b31066cb74ed8a65e5fbb77ac29a --- /dev/null +++ b/datasets/metadata/691582.json @@ -0,0 +1 @@ +{"id": 691582, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-03T04:45:42.428Z", "availability": "Public", "nsfwLevel": 28, "description": "About this version
More distant images may show some artifacts, distortions or disproportions in the face and hands when generating images in Civitai, which is why the recommendation of this LoRA is to use characters closer to the image or use some Embedding to reduce errors in the face.
", "trainedWords": ["by morticus"], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 606551, "sizeKB": 64581.52734375, "name": "691582_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T00:11:19.953Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3C1EF53C", "AutoV2": "D10A323407", "SHA256": "D10A323407C0C5D0B4C0B019482A9AF721896C1D2A0541A4BD66DA6460F83288", "CRC32": "C99EB18D", "BLAKE3": "E906350B39BB786DB0598A811F33897E754EBE9D03772091DCCF860AA1AD3496"}, "downloadUrl": "https://civitai.com/api/download/models/691582?type=Training%20Data"}, {"id": 606794, "sizeKB": 223126.28515625, "name": "Morticus_Style_Lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T04:30:57.321Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "40CD95A0", "AutoV2": "352042131B", "SHA256": "352042131B4BBA60D16D8F04D556EDF414DCBFCEF7217B41DD37B7F1A4B4EE4E", "CRC32": "3166D3A5", "BLAKE3": "A696DF4BBA95DCB7AC5F58F294E2FFD1CEA9A315F33A46DA9FF8882FED890B10", "AutoV3": "D221F8610CC6"}, "downloadUrl": "https://civitai.com/api/download/models/691582", "primary": true}], "images": [{"id": 22514501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1856fa43-21f3-497d-a3bd-83fe91a076e7/width=450/22514501.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGE:3SocD#g3G^aLH?oz%OWCD%ofb_s.r:R+", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22514495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc9e560b-6ee0-443f-9923-29c1d330f9a6/width=450/22514495.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UgJ@tJMx?G-p~oIVWB%M%g-;NGoyV@j[WCRQ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22514504, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5def420f-4ed1-4bec-baac-6e04c36ce462/width=450/22514504.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UfJaWI$gT0xu_MS4tRkWpcWBs+t7aeoeV@az", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22514500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/254db62a-c275-4fc7-9c29-d7d22c892fda/width=450/22514500.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UHI}#7ROGwxFpajEInV@HDkD%0ae%eXSxCbb", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22514505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00e66715-234d-486c-b701-110e4b292d11/width=450/22514505.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "URKTelI=S_ay?=W.E4oe7]t6M~ayx=jbrwWB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22514507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db4162cb-1efb-4781-8db2-5f475a7579e6/width=450/22514507.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UmFsPhnOcZbb?^j[kWkWtlkCVskBn%flV@ae", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22514510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2afca25-fc55-40c2-b419-c751bd691884/width=450/22514510.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFG0OKNH4S-91*x[M1Q.K%tQ;3E2IWMykCb^", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22514509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3be462b9-e096-43c5-b11c-a090eea70ae3/width=450/22514509.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UbLNxcWCuO%1~mnixCoyOrozniWVrWX8kDa|", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22514516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc1728c0-7cd2-46d6-8476-2fe85687cc26/width=450/22514516.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UHJ78aae0Koe4;fRE2t69cWD=|Rk~Uaxxsof", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22514514, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd45e558-17c6-4a52-8361-ded5dc8f2a1d/width=450/22514514.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBKmOb4n_Nt7Y7IVEM%L0ixEDiWBQ+?bH?x]", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22514518, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1de7c588-bd1b-4687-8124-e8b0b2efcdc5/width=450/22514518.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UWLNoVxXKQ,BP;XTkqIVGGXTt7aKozsS$$ay", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22514517, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f176711-2f98-4f90-bd50-0d70c313c559/width=450/22514517.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCE.wdRR0K%KYkWWHsW=oPxZMxNbO9R+xVt5", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22514523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9099b398-2e09-46a2-ac5a-cb12d1e46621/width=450/22514523.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UnK1:iiwKOXT?^sls.o}R,XSs:t7f6oLR+aL", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22514570, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/140e3b97-477b-40d9-a771-d60ef8a9c2b8/width=450/22514570.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UPMQqkxDLLxZQ5bbA[X8y9S#-Vbb-Qe.Z%n$", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22514524, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f137f82-15a6-4afd-b260-0e5bf8a6ac28/width=450/22514524.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UaM*8As:pwkV~Ways9t7R,WWxGofxZf6WVjG", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/691582", "modelId": 618647} \ No newline at end of file diff --git a/datasets/metadata/691597.json b/datasets/metadata/691597.json new file mode 100644 index 0000000000000000000000000000000000000000..b70f5061d7df34690c6c54d3c290bc5498224863 --- /dev/null +++ b/datasets/metadata/691597.json @@ -0,0 +1 @@ +{"id": 691597, "index": 0, "name": "V3", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-03T01:29:39.851Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 606450, "sizeKB": 108519.9287109375, "name": "691597_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-02T23:01:20.066Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "23413B53", "AutoV2": "B05F360655", "SHA256": "B05F360655897C1EB9FB9F98812BBC8992818582F198E7F5A0BFE6C63EF8B6A5", "CRC32": "D40BE989", "BLAKE3": "BB248B85E97CF869CA1680AC2AF6E03F5AB82A82732F251F2EE85C5AD967C47E"}, "downloadUrl": "https://civitai.com/api/download/models/691597?type=Training%20Data"}, {"id": 606649, "sizeKB": 223107.07421875, "name": "Tribal_Woman-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T01:25:56.219Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D8CDBC33", "AutoV2": "2455A84290", "SHA256": "2455A8429018C1E81592CF5AF9891C347383DF8E88410A97A7280A8FD3E046B6", "CRC32": "4231A557", "BLAKE3": "FDD991AD90ACA50EA2A29621D745D30E84DA7071C1C6917045B5F04663529A77", "AutoV3": "A10ED2412BB3"}, "downloadUrl": "https://civitai.com/api/download/models/691597", "primary": true}], "images": [{"id": 22505997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f59b2cdb-b92d-49e5-9559-f06ef08c00bb/width=450/22505997.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJJZk_W;~o%1%LbFs.s:jZs:juNGbtWVn*oL", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22506001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69600f57-d392-4bf6-badd-4cd52bae65f4/width=450/22506001.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UMMiTLs.~otQ%LR*V[xZs:WqWVs.s.s.jbNH", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22506010, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcb45c88-c45a-4748-849c-36327fbe997c/width=450/22506010.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UiNA0KoL_NtR%MWVRjs:tQayaeofkDoLoJWB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22505996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02405410-4f28-4875-bbdc-59ceafe5d2f5/width=450/22505996.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGJ?f^xZ~9kA-nR*NH$%WUoej]WCs+ayofj[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22506003, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96fce358-2b6e-4ed5-b39b-9a4fd6881e1e/width=450/22506003.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UFJaP:~BGYX,.7%LIB%0W=Rka1WB.6bcRjso", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22505999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70446bea-309e-48da-b70d-b4dcfa6e3dd7/width=450/22505999.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBGbCf?Y0hMJP;o}NZ8{1vx];|IV#EM}nOxt", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22505986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16ac3cb1-21d4-4058-a460-fa69ce527e34/width=450/22505986.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBGbCf?Y0hMJP;o}NZ8{1vx];|IV#EM}nOxt", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22506009, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/092d267c-a86b-41cf-8c12-00d4749884ba/width=450/22506009.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCHx4o?a0M.Q?]^iR6x[0~sp#SaytStQRkIV", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22506002, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/187a108c-cfdd-4c4b-9a99-17ec500f0682/width=450/22506002.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U6EVH35900.QUanP4U_11cIVm9t6Os?Fv#0z", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22506004, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95dbb267-ddec-459f-8bca-dd51145500ef/width=450/22506004.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U9HAeF?v?]?vL1?b%gpI01^PWB-UM{M|xa%1", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22505982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9de5f73f-690d-42e0-8e04-abf1fbffbc2f/width=450/22505982.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UEF#aZ~VIpo~JB9aM{tRIpaKjENGIobHt7WB", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/691597", "modelId": 618597} \ No newline at end of file diff --git a/datasets/metadata/691716.json b/datasets/metadata/691716.json new file mode 100644 index 0000000000000000000000000000000000000000..ee799eaa61c982b5ab0774e4db70b720aac7e6a9 --- /dev/null +++ b/datasets/metadata/691716.json @@ -0,0 +1 @@ +{"id": 691716, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-03T19:08:15.259Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 607405, "sizeKB": 223101.83984375, "name": "2NajaSofia-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T10:51:19.944Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "246CFD78", "AutoV2": "72FC7E6FF0", "SHA256": "72FC7E6FF0E1E004D8C058A050380D26A67F1436FBDE5A0720EA2E08F6E5BCD3", "CRC32": "467FD458", "BLAKE3": "C8FF053BF0E310571DA2D681ECE0658BD38029E99D66E83ED5B9EA259AE5EC72", "AutoV3": "784E83FC7CFC"}, "downloadUrl": "https://civitai.com/api/download/models/691716", "primary": true}, {"id": 606589, "sizeKB": 21588.9990234375, "name": "691716_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T00:41:19.675Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "38E13999", "AutoV2": "E3EAC175C3", "SHA256": "E3EAC175C33E27C9FD8FEB587823285693646296C2E7D9EF76462AA7FB2AFAF8", "CRC32": "6968341B", "BLAKE3": "081ED8A4E346EC4254155F93F36FC935FACAD45052018B551C45CF5B101DE19A"}, "downloadUrl": "https://civitai.com/api/download/models/691716?type=Training%20Data"}], "images": [{"id": 22551508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e01e6d2d-ccd2-49d0-8697-9f5a4c916062/width=450/22551508.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCGRhs5R0fkVWB^kNw570L-p=x4:%fI.sA~V", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22551507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d0dc6ac-8757-4528-b545-179f22938b5a/width=450/22551507.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UhLW@YV@kq?b~qM{xukWnis.W;WBS2WVV@WA", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22551506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4c055ab-f1ff-43fd-a042-753b5c693607/width=450/22551506.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UdP5=n?a~pRP_2NHM|slS#aen$R+odt7V[WV", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/691716", "modelId": 618764} \ No newline at end of file diff --git a/datasets/metadata/692186.json b/datasets/metadata/692186.json new file mode 100644 index 0000000000000000000000000000000000000000..603c843eb3e9090003c01435e546d32e18d0adc5 --- /dev/null +++ b/datasets/metadata/692186.json @@ -0,0 +1 @@ +{"id": 692186, "index": 0, "name": "leather20240803 V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-03T06:04:49.466Z", "availability": "Public", "nsfwLevel": 1, "description": "first.
", "trainedWords": [], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 606877, "sizeKB": 7102.0029296875, "name": "692186_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T05:16:05.346Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CB25308A", "AutoV2": "5F593EBF90", "SHA256": "5F593EBF900910CC3A9DA465F0840417C8070A9C2156F0F624068509A3773468", "CRC32": "8B1B676D", "BLAKE3": "93133899A7B3E1CFBF15DCC44FB75931F9015066A96542D47932A3BF253256AB"}, "downloadUrl": "https://civitai.com/api/download/models/692186?type=Training%20Data"}, {"id": 606959, "sizeKB": 223101.41796875, "name": "leather20240803.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T06:02:23.099Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9792DCC3", "AutoV2": "F220972D23", "SHA256": "F220972D23B70BA0254F884614F184899DD7FD7EDCC1E175C7D3C8F96AEECE6A", "CRC32": "1E6DFBE6", "BLAKE3": "067123A315FB4402BCB5046CB1654CB20C8F766EB5A2D7B01F81F6F65FAF5854", "AutoV3": "8AA5A00B92AB"}, "downloadUrl": "https://civitai.com/api/download/models/692186", "primary": true}], "images": [{"id": 22524017, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6574acf1-5c66-4291-8822-b1d983782f4c/width=450/22524017.jpeg", "nsfwLevel": 1, "width": 896, "height": 1152, "hash": "U88NRus,0zEM~Bs.5SI:-os:E2R-Rjofadjt", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/692186", "modelId": 619208} \ No newline at end of file diff --git a/datasets/metadata/692215.json b/datasets/metadata/692215.json new file mode 100644 index 0000000000000000000000000000000000000000..f00fe3702af70ce184c22747841e421080e74fa5 --- /dev/null +++ b/datasets/metadata/692215.json @@ -0,0 +1 @@ +{"id": 692215, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-03T06:55:23.121Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": ["((friggnor)),(braided hair:1.4),long hair,blue eyes,blonde hair,gloves,dress,animal ears,hair between eyes,jewelry,earrings,belt,mole,maid headdress,extra ears,green dress,bear ears,german clothes,bear girl,", "((friggcow)),long hair,(straight hair:1.4),(blonde hair:1.4),(blue eyes:1.4),thighhighs,gloves,dress,baby bottle,holding,holding bottle,animal ears,hair between eyes,bare shoulders,sitting,tail,full body,thighs,horns,elbow gloves,white gloves,mole,collar,official alternate costume,mole under eye,bell,fake animal ears,thick thighs,short dress,bottle,animal print,mole under mouth,extra ears,neck bell,seiza,hair down,crossed bangs,cow print,cow ears,cow horns,fake horns,cowbell,bear ears,cow tail,milk bottle,"], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 606893, "sizeKB": 68218.673828125, "name": "692215_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T05:26:08.838Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3BBE9E2E", "AutoV2": "E70687EFDD", "SHA256": "E70687EFDDB9A0307FF8D18C7D73733F80A8C57FB4C8BEC96CBEFC1971EC8E82", "CRC32": "A1D3D818", "BLAKE3": "4E37071DC024782A891C450C74519A62D6A973BA323A9CB511E3F82599CC81E6"}, "downloadUrl": "https://civitai.com/api/download/models/692215?type=Training%20Data"}, {"id": 607017, "sizeKB": 223115.23828125, "name": "Frigga_Last_Origin-Pony.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T06:35:44.647Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D68508A8", "AutoV2": "B269CCB685", "SHA256": "B269CCB68550D2535334C0D2FB63DACFD892D9CA4D1852509E9E490F5310C091", "CRC32": "F4719C1E", "BLAKE3": "9195237BB1A5D5019AA921D514194CB126FF90F67EE7F7BA85482C1979F51C4D", "AutoV3": "C0C5DD8B1495"}, "downloadUrl": "https://civitai.com/api/download/models/692215", "primary": true}], "images": [{"id": 22528920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88db54c1-0ea0-4989-9e9b-4c4e958e611e/width=450/22528920.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEK^+{~C9c9u~W9a0z-p4T?GS5Io00M|-;xa", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22528980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/defd4ec4-939b-4b9c-b27b-4242b392e0d1/width=450/22528980.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPJ*SE%M%3WBtlM{E2t7}[t7E2Rj9Zae%2t7", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/692215", "modelId": 619237} \ No newline at end of file diff --git a/datasets/metadata/692340.json b/datasets/metadata/692340.json new file mode 100644 index 0000000000000000000000000000000000000000..701601addfe85518822450dd6b76d7a2251d8c27 --- /dev/null +++ b/datasets/metadata/692340.json @@ -0,0 +1 @@ +{"id": 692340, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-03T16:12:49.628Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Autumnforrestmb, autumn, forest, tree, autumn leaves, nature, outdoors", "Scenery"], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 607742, "sizeKB": 396960.1083984375, "name": "692340_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T14:10:58.073Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B80F2B19", "AutoV2": "2F49930946", "SHA256": "2F4993094691D461B753FA14433ED539F5298EB9727C35E2154FEF79041BAC1E", "CRC32": "0BFB6BA3", "BLAKE3": "94CA81B3803D5D1F97E75313CEB6B0B2F65E1AF06C2DF55972809C98EF359488"}, "downloadUrl": "https://civitai.com/api/download/models/692340?type=Training%20Data"}, {"id": 608000, "sizeKB": 223101.10546875, "name": "Autumn_forrest-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T16:07:21.304Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "244F3649", "AutoV2": "1E9DCA17BE", "SHA256": "1E9DCA17BECBB747210D7C99809B8EE59C418A1CDFE8F6CDC2A4D8202076B306", "CRC32": "BD74B530", "BLAKE3": "F01ED3AA4B8FCB688F63D09FA9382AADD520C381E79087109597FC398EFDE76C", "AutoV3": "8A88EB90DE1C"}, "downloadUrl": "https://civitai.com/api/download/models/692340", "primary": true}], "images": [{"id": 22585143, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e20e29c-ccd0-4087-8c76-1f4fdda4476d/width=450/22585143.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U2I__eBW0#}?3XNG+E[UQE,G@=I:3q%2ELR+", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22585141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5f2cb7a-8599-4daf-bbd1-ef607a2cb063/width=450/22585141.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5JX,S{y14E|3qIoI@WAHvrq^4rq1fw]%L;f", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22585142, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c992320-6534-4017-acd8-4735db9d5edf/width=450/22585142.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDJraJznB=Q,CmI,KkI9^RX3T0ic=y$Mbbem", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22585406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c1efdbf-0cfe-4654-9211-4b2ed2554f2d/width=450/22585406.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U2I__eBW0#}?3XNG+E[UQE,G@=I:3q%2ELR+", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22585403, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5193afa5-08c8-4c20-ada3-6d4a68553919/width=450/22585403.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5JX,S{y14E|3qIoI@WAHvrq^4rq1fw]%L;f", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22585405, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19e29dbb-44bc-40b7-901c-ac28c137565f/width=450/22585405.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9KH?m%10+JA{zr?NHbbzrSd+v#-GYbvNdjF", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/692340", "modelId": 619349} \ No newline at end of file diff --git a/datasets/metadata/692476.json b/datasets/metadata/692476.json new file mode 100644 index 0000000000000000000000000000000000000000..8a95b40f8bc7cac1095607df5cc16bb3f9b2f94d --- /dev/null +++ b/datasets/metadata/692476.json @@ -0,0 +1 @@ +{"id": 692476, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-03T09:04:11.494Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 607230, "sizeKB": 223099.16796875, "name": "beamngdrive-000007.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/692476", "primary": true}, {"id": 607148, "sizeKB": 4984.3134765625, "name": "692476_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T08:11:57.975Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FE835E29", "AutoV2": "DD91ADCD3F", "SHA256": "DD91ADCD3F2F5F72A0661A76EFA290938E68FFF3351CE463EADC4D7CB3C8CFA7", "CRC32": "E73F31C2", "BLAKE3": "6687559D9462BEC00C518EC2FDD9ED03B04061DC3B54B3579709A919D8B96619"}, "downloadUrl": "https://civitai.com/api/download/models/692476?type=Training%20Data"}], "images": [{"id": 22542755, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dda38dd9-1dd1-4827-becf-0303b33a5ff7/width=450/22542755.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKKT3=Ew00?b;NX+0dxGC3ImrXV[qD-.rYt8", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22542769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6703fded-8f05-4e81-9d4f-84aa553494bc/width=450/22542769.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHJ6UPnh00~9-uTKI7#P1nF;F|M{7w%N$kE+", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22542761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0390547b-634e-4dda-b5db-53020bac23b8/width=450/22542761.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "URIDbOQ]qe^$4CI.9rtKoPKsEINKrY^m#rRp", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/692476", "modelId": 619464} \ No newline at end of file diff --git a/datasets/metadata/692577.json b/datasets/metadata/692577.json new file mode 100644 index 0000000000000000000000000000000000000000..44369d47bba462abb8e4455ac03b2d70e71df012 --- /dev/null +++ b/datasets/metadata/692577.json @@ -0,0 +1 @@ +{"id": 692577, "index": 0, "name": "Trampararam Style", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-04T09:34:37.292Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 609907, "sizeKB": 223124.48828125, "name": "Trampararam_r1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T09:10:56.305Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "098F0E15", "AutoV2": "48A451A414", "SHA256": "48A451A41430B08E06D928A065184D52D3EBB72AAD3B992305DAF6DDA71BEAD0", "CRC32": "5666D54A", "BLAKE3": "890DA1FE76250F3FA5D68ACA87B8E8881A9A709A857FF62DA8456DE2927EC9FD", "AutoV3": "B856CECDA8F4"}, "downloadUrl": "https://civitai.com/api/download/models/692577", "primary": true}, {"id": 609973, "sizeKB": 42248.203125, "name": "Trampararam Data Set.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/692577?type=Training%20Data"}], "images": [{"id": 22704275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee597296-3eac-403f-a10a-b05b722e3a79/width=450/22704275.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UFN[p^S{L4=_0KOrxnw[04NFiwV?E2rqIpM}", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22704466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49401099-8002-4789-b9b6-f21fd5fe109a/width=450/22704466.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UCN9g}0g1$~VBWs9tkx]5ksl$}NZ]os;R6NG", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/692577", "modelId": 619555} \ No newline at end of file diff --git a/datasets/metadata/692677.json b/datasets/metadata/692677.json new file mode 100644 index 0000000000000000000000000000000000000000..bced1ef0df1b367697fb1f6ed46103ca9b316a0b --- /dev/null +++ b/datasets/metadata/692677.json @@ -0,0 +1 @@ +{"id": 692677, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-03T11:45:41.611Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 607495, "sizeKB": 223104.51171875, "name": "Forest_BDSM-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T11:45:44.893Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D4F7F71A", "AutoV2": "D4C46B77D9", "SHA256": "D4C46B77D952EC39D90E482B45958F191220C35BAE67AC25AA5187B9570E8F15", "CRC32": "A95CA10B", "BLAKE3": "35A0DBE8EC86C13C383E265FD94789109B54B903ADD5A70A9EE6108A1DD55278", "AutoV3": "052C66983848"}, "downloadUrl": "https://civitai.com/api/download/models/692677", "primary": true}, {"id": 607356, "sizeKB": 25561.4404296875, "name": "692677_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T10:23:34.755Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EA532FB8", "AutoV2": "A66C5DF2BB", "SHA256": "A66C5DF2BB2612C2D1E9B94AE7F017D91109DF6A11092F0BFCD897940561D2ED", "CRC32": "39CC3F0C", "BLAKE3": "0C36AA41C517956CA9679EA6233CF8A04DE83385C20A15B9A0E31A323BC1BDA5"}, "downloadUrl": "https://civitai.com/api/download/models/692677?type=Training%20Data"}], "images": [{"id": 22557118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ab3cf85-c8fa-4e04-b414-43ccb1be92b3/width=450/22557118.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCDuY|NeMwbc~UoMElxY0MxZNbS60hfmxBjD", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22557117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e339686c-0167-46b8-9282-51371167e506/width=450/22557117.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U9D[nSWB0f%10:Rki_of^%xZ~BNHrVR*AHoJ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22557179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6308b137-d7a8-4cb3-8a7a-17030cbc9cae/width=450/22557179.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UNE36b.8x[V[_N-;%MV@s;oht7fhD*ahoffP", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/692677", "modelId": 619648} \ No newline at end of file diff --git a/datasets/metadata/6927.json b/datasets/metadata/6927.json new file mode 100644 index 0000000000000000000000000000000000000000..a3c68f6feaa1dbd1aaad23ad33d50fc25b6ed6ef --- /dev/null +++ b/datasets/metadata/6927.json @@ -0,0 +1 @@ +{"id": 6927, "index": 0, "name": "samira_v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-01-31T02:11:37.565Z", "availability": "Public", "nsfwLevel": 22, "description": null, "trainedWords": ["samira \\(league of legends\\)"], "stats": {"downloadCount": 4084, "ratingCount": 443, "rating": 5, "thumbsUpCount": 516, "thumbsDownCount": 0}, "files": [{"id": 7519, "sizeKB": 19057.119140625, "name": "samira.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-03T00:08:03.175Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7B154C26", "AutoV2": "4814B37965", "SHA256": "4814B37965EAAAC3F49A97A5682B928CC90C754BDC01847D4C75AE2AB2B02596", "CRC32": "EE9914CD", "BLAKE3": "E618A477370230698CA5F2D5C3BDDB0726C1E6E7A30D9FF69D97285B19105076"}, "downloadUrl": "https://civitai.com/api/download/models/6927?type=Training%20Data"}, {"id": 7053, "sizeKB": 147533.759765625, "name": "samira-000033.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-01-31T02:16:51.806Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "0131442A", "AutoV2": "7F7F4BF5CA", "SHA256": "7F7F4BF5CA699225EC1137D581198F74A6C2E21AB7E1D327DE9CE14A5339E8B4", "CRC32": "841514B0", "BLAKE3": "02472CA63204955163FAECE28F8FF55C61F828D61857E12566D2B31DE56DFC8C", "AutoV3": "FCD4F3E24D4A"}, "downloadUrl": "https://civitai.com/api/download/models/6927", "primary": true}], "images": [{"id": 63320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc020e59-6381-4e6d-626e-bdcc5640af00/width=450/63320.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "UaGudXWU?Zaf~ooe%LoL%MWBR.t6xuWBt6j[", "type": "image"}, {"id": 63325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2041f944-6136-4229-76bb-02030c5e5f00/width=450/63325.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UXGl374;-.%L_NIVjbxu%hovnkkWNht5NHj^", "type": "image"}, {"id": 63324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da7f92c9-1efd-49f4-7c9e-403184346800/width=450/63324.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "USH^|u~VSeMy_3-oadIUNHIUM|Rj$*RkX9R*", "type": "image"}, {"id": 63323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3aaaac7-4859-4583-39a2-b73d0cedcb00/width=450/63323.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UUHeBv~V%xIV~p?txaVt?aR:g3IW$+nlg3NG", "type": "image"}, {"id": 63322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f811abaa-96b7-412a-4552-d4b49a18c100/width=450/63322.jpeg", "nsfwLevel": 4, "width": 768, "height": 1024, "hash": "UTG[Zk4:xU%2_NE2M{t7o}-oV@W;RjbcNGV[", "type": "image"}, {"id": 63452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fb5f9ef-8c6b-4dfa-2e45-94f2c8027c00/width=450/63452.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UOI}9UtQV??b~qIVV@_2%g%2WBbcofNHWBo1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/6927", "modelId": 5949} \ No newline at end of file diff --git a/datasets/metadata/692701.json b/datasets/metadata/692701.json new file mode 100644 index 0000000000000000000000000000000000000000..b00eb2d4850d7feadadfed5182047c0efa15688e --- /dev/null +++ b/datasets/metadata/692701.json @@ -0,0 +1 @@ +{"id": 692701, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-03T10:50:09.879Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 607379, "sizeKB": 1693.8623046875, "name": "692701_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T10:32:19.565Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "42DC98FCF4", "SHA256": "42DC98FCF4DC332948C2A5B8BADF6DD48C9606FC5CDA1F08CAEAADE9687079EC", "CRC32": "B163921D", "BLAKE3": "A942098CFD5381F7EE7650966673BE4CFC6808676CF90BBA0716C808E73B9A15"}, "downloadUrl": "https://civitai.com/api/download/models/692701?type=Training%20Data"}, {"id": 607403, "sizeKB": 36978.3046875, "name": "cabecita.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T10:50:43.694Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0402CFC5", "AutoV2": "364C77CD6A", "SHA256": "364C77CD6A25DC8CDA2B6E8DA17C6932DE2E7C8CF2578806FBCA05003794DB97", "CRC32": "FA2EC81C", "BLAKE3": "041BFC82986B96D75F127BAACD00C8C7D353629EE31F16BA5F34F64C29D3E1BC", "AutoV3": "7CD7C1CC80DE"}, "downloadUrl": "https://civitai.com/api/download/models/692701", "primary": true}], "images": [{"id": 22551677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1af66ae-3016-441d-a4bf-9a6662253ff6/width=450/22551677.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9Hxrqz~0q_G9wIabv-V0m,]?8IpkkIqxs%F", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22551679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5773139d-3eab-49f6-ab22-6fd73af68ecf/width=450/22551679.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9IY2Br50f^#0]m.RrOjA5$m-fNL?iocVzIo", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22551678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a710014d-51cd-4c6b-bb1f-78381f7a10a7/width=450/22551678.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7HLIi9+9l~LK0s.j1ox06%D^?D@-$N3t1e.", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22551696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cc74be3-db60-4f21-9265-3bf8b1b9f152/width=450/22551696.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UlG]wRaxyGogt7o#kDV?beogelRObJadoHo#", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22551697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbdeba82-17e5-46f4-af74-f27cf73dc9e3/width=450/22551697.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U4FOoHNN00^Y0J0M-r~T0G^~^Y0M4^xTk64|", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22551692, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/332d2da7-ff83-4bbd-9d75-93122be5b366/width=450/22551692.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U5E2wHS95J~Q.5NK4?xs4@sk^ZIv04el?7E4", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22551693, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/549b080d-4844-43e3-9b8a-208a7681a2f0/width=450/22551693.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U7Ih_a,z0Pxl028yyA.Q7jrg^H?S~l0*H}=?", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22551694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcafa9c6-332d-40be-8f79-345dadf0189f/width=450/22551694.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UPIr7[M{%NW8?Z-;awWS-@ROITM|%MRkWZt8", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22551698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b8760ae-c0cb-4504-9276-c241bb96ca81/width=450/22551698.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UKGS7F_4It-.9Ft6RkM{V~Rit1a*ozt7RjRj", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22551699, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0308cf46-38ff-4324-a6e1-85b22ac15af3/width=450/22551699.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UHLzpB%1?^XSpLoKo$R.OajZrpWBXUj[xUjY", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22551700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71fe04d6-1f40-4667-8e90-877d053c3004/width=450/22551700.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "ULIquO}tNyN1x,sCM~Rn5jIVi|tKM|XOsWs;", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22551704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4a23a73-6442-4ccc-a4c4-5a0c22b34630/width=450/22551704.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UGGupSI_I@jED%NqIpa#yC~SjKM}E2jEWBoL", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22551702, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/263dba5d-69c7-49fd-9289-63666268928e/width=450/22551702.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UQJ8COtSRQoJ.TozadoL-;RiV?WYV@RPogt8", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22551703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2399c63-6ead-41ed-9d42-31ab12d27466/width=450/22551703.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UHCR:Qo$TOo$tTf4a#bJT2bJrnjDXVf5skkD", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/692701", "modelId": 619668} \ No newline at end of file diff --git a/datasets/metadata/692928.json b/datasets/metadata/692928.json new file mode 100644 index 0000000000000000000000000000000000000000..2ee66cfe451a09c3f0b11d2d71403fab32a4e995 --- /dev/null +++ b/datasets/metadata/692928.json @@ -0,0 +1 @@ +{"id": 692928, "index": 1, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-03T14:38:00.493Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 607805, "sizeKB": 223100.80859375, "name": "Thin_Man-REMASTERED_Little_Nightmares-000018.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T14:35:41.686Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5BE049F4", "AutoV2": "73DA2D9B5F", "SHA256": "73DA2D9B5F954F8F80A068A48C9FBAA4D6D2FABC2CEB21026415CA0ECBC475DC", "CRC32": "EC2CF15B", "BLAKE3": "7AB50C232B643DB3B0909012327A95E92C875D7A3DAC5C9CA46123E613652E82", "AutoV3": "FD63A15AAC00"}, "downloadUrl": "https://civitai.com/api/download/models/692928", "primary": true}, {"id": 607604, "sizeKB": 2338.5830078125, "name": "692928_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T13:01:18.760Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5F4D73DB", "AutoV2": "51E2D34271", "SHA256": "51E2D34271B1EC97053EF04B25275E69A7130E64094ECF6CA153AD95BDD8078E", "CRC32": "CC5F6CD0", "BLAKE3": "05BEEA5B94BB17710ADA193EAC0531EA38F1EE083AFEADCDE3D4526D2AF7E3EC"}, "downloadUrl": "https://civitai.com/api/download/models/692928?type=Training%20Data"}], "images": [{"id": 22575013, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37640a60-e94a-41cd-b987-97dd5c0dd6b7/width=450/22575013.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UA5$*;WED4x[*0bHMJjsD4ozyFR5D4jY*0WF", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22575014, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d42a50c6-01d5-4413-805b-40490751e3c3/width=450/22575014.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Dm2ID+00%LXpj?sQof00t5--WC~pfkIVNG", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22575012, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63526ab7-dc47-4292-bb0a-3a96202dceab/width=450/22575012.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U25#^eIW00~o_NkD8wng00%L_N4V00nh_NNg", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22575089, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b83137a0-fffd-43ee-a362-0ba545d49f95/width=450/22575089.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAE{d_9H02V@?doct3M|03-.oaIV~pt7IVRj", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22575086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21f3ca23-bd87-4637-850a-54947b1e1f41/width=450/22575086.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UG30X5fRQkj[t:f6Q+j]oaf6WBj]Z}f6g4j[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22575082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbee0d75-47c4-40d2-8550-72a400ef20e4/width=450/22575082.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UD2%nhf,Qkf5t:flVXfQZ{f6bdj[VBf5o~fk", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22575084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fee494a8-4304-41cd-bc3f-0e345d848b9b/width=450/22575084.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U63]fuVrL}tno~o#R4V=Qkbbt:aIMbjEtnbx", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22575083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb5ddcf0-3c50-4110-8a89-bed2cce0e372/width=450/22575083.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UB4WM0bIHXogs$axR4kCQkf6u6fkN3fltkjZ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22575092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44832520-0f49-42fa-9f3d-825e113777f9/width=450/22575092.jpeg", "nsfwLevel": 1, "width": 1280, "height": 720, "hash": "UA5OT~WA9Dt8-@WAD#t8t7ayRiogW9fQj]j[", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22575095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f176f645-d5a1-47a1-93e5-94856357389d/width=450/22575095.jpeg", "nsfwLevel": 1, "width": 2610, "height": 3602, "hash": "UIF7b$-:~Sgi00Ip9a%L:PniNMDj00VX$gbc", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/692928", "modelId": 619872} \ No newline at end of file diff --git a/datasets/metadata/692944.json b/datasets/metadata/692944.json new file mode 100644 index 0000000000000000000000000000000000000000..c90a71398f29e31fe6208a5a9fe712013109ccfa --- /dev/null +++ b/datasets/metadata/692944.json @@ -0,0 +1 @@ +{"id": 692944, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-03T14:42:32.816Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 607614, "sizeKB": 1693.4111328125, "name": "692944_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T13:05:55.064Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "09257754ED", "SHA256": "09257754ED5099D648FC9E7A77809EAB2BA23F252C366A44518A017AED061EE5", "CRC32": "1C8D07D9", "BLAKE3": "D3CA00EBEED8E800F180A35BC69DFD6780E6EBE4E7B0577E3FD6C4CD13A5AA3B"}, "downloadUrl": "https://civitai.com/api/download/models/692944?type=Training%20Data"}, {"id": 607752, "sizeKB": 223099.73828125, "name": "cabecita_negra.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T14:10:50.297Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0196101E", "AutoV2": "FD9425B8C1", "SHA256": "FD9425B8C13F9E81C5C29DFE6917E2E7E18BC7D1501706DC50058727CCB94565", "CRC32": "5F7D632C", "BLAKE3": "BD961D6927BB9AD90AC0C806B8DDEF26AA351BA61EE8E2118427D171D0BE66C7", "AutoV3": "C5B05CEA6DF9"}, "downloadUrl": "https://civitai.com/api/download/models/692944", "primary": true}], "images": [{"id": 22575548, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b91df066-075e-4b83-b281-3a5bf5f42030/width=450/22575548.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQBFMbs*KUXWS,fmn#WAObW?wFr:Ska#skod", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22575549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2151803b-1ff8-45c7-87fc-21a9c715e7d6/width=450/22575549.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCDlx{-o009c0LD+?G%J05of~RocRR%IxtR:", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/692944", "modelId": 619891} \ No newline at end of file diff --git a/datasets/metadata/692974.json b/datasets/metadata/692974.json new file mode 100644 index 0000000000000000000000000000000000000000..1d13ef70f919d62f6b7bfc5f14c38aa86f7aadbd --- /dev/null +++ b/datasets/metadata/692974.json @@ -0,0 +1 @@ +{"id": 692974, "index": 0, "name": "Test.Please ignore it.", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-03T15:37:59.899Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["pink_fur\uff0cbrown_eyes\uff0cRound ears\uff0cRound Tail"], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 607649, "sizeKB": 897.74609375, "name": "692974_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T13:25:38.917Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "94B6EAFFFE", "SHA256": "94B6EAFFFE74ED001B7C3F74B34B90D38DC7814FA774AF8DFD6A34E3A3BF8A11", "CRC32": "0F513022", "BLAKE3": "0C7617A3E7713A2E3DDB90D0CEC18F00DE71805601768367701846AC7378DE21"}, "downloadUrl": "https://civitai.com/api/download/models/692974?type=Training%20Data"}, {"id": 607922, "sizeKB": 223101.93359375, "name": "yoyo.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T15:35:45.002Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DFBFCC85", "AutoV2": "0F3E72F487", "SHA256": "0F3E72F4878313311538BE732C47A9435F8387C70FED23BDF37B5D99C4BF49A3", "CRC32": "3C889AA3", "BLAKE3": "3182D536667AF6AD60F44AB8EB1E846D59B6C269A873BB2AC0034AB82E7DAA00", "AutoV3": "151931AB8CF4"}, "downloadUrl": "https://civitai.com/api/download/models/692974", "primary": true}], "images": [{"id": 22581558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11b63dba-7826-4422-be61-d16fefec6b38/width=450/22581558.jpeg", "nsfwLevel": 1, "width": 1024, "height": 671, "hash": "U13bgo-;004nxut7fQM{00M{~q%MayWBRjj[", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/692974", "modelId": 619915} \ No newline at end of file diff --git a/datasets/metadata/693179.json b/datasets/metadata/693179.json new file mode 100644 index 0000000000000000000000000000000000000000..d46b5c8618f6f382098386cc5b117e6e2b02ca09 --- /dev/null +++ b/datasets/metadata/693179.json @@ -0,0 +1 @@ +{"id": 693179, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-03T14:55:45.270Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["angelababy"], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 607845, "sizeKB": 36976.53125, "name": "Angelababy.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T14:55:36.834Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A5696BFE", "AutoV2": "F712C52EF5", "SHA256": "F712C52EF505B1D00703DE929954E9F996A0E9AEB1B2F905F171AA1634B5B4BA", "CRC32": "56F53048", "BLAKE3": "803D70AAA605B41B160FCD9A685D89881C991B360B6E00FFE56946B44EEE0F04", "AutoV3": "036A0316451B"}, "downloadUrl": "https://civitai.com/api/download/models/693179", "primary": true}, {"id": 607848, "sizeKB": 115937.4853515625, "name": "4ESDoZvotogNzaA0 (2).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T14:56:14.823Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DB4D83BC", "AutoV2": "15E85FF776", "SHA256": "15E85FF7762EE15751BE14F60C2AB9A841B67328650A26297D5F5FD893AA4043", "CRC32": "43D11C80", "BLAKE3": "3DB7FBF8997FCA5441C33660CF4A85B256620E188CDD66A959DB0156927FDE81"}, "downloadUrl": "https://civitai.com/api/download/models/693179?type=Training%20Data"}], "images": [{"id": 22576787, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56b096b8-4023-4982-acf8-09480e1dcdb8/width=450/22576787.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIFhec570L~V4:of~V?Gx[?HV@E19Zxt%MRj", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22576786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3b988b5-49d9-44a7-8d97-55dafe9c4e8c/width=450/22576786.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCGb3T579s~W00E1R*-U?v-p^jR+9Zt7-o9a", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22576788, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7724a156-c465-4c0f-ab66-42b88d901a20/width=450/22576788.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U7FgUaJE0zkp3m0M4:-A^%s:{~%L7ZSh-VWX", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22576789, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2325ed50-bc02-4fa0-93d5-2a34832d9372/width=450/22576789.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJEVmI?w9FNG4TH?Nes:T0Ipr=%MNx%N-;Rj", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22576790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6c6a7f2-d3e1-40a7-baee-4620a3048a5c/width=450/22576790.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UHGRSKMd0L9Z00~VNGE1x]IpxZt7ELE1-o%1", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22576791, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f5c3ae3-f73f-42ee-9fc2-c474348d6f7b/width=450/22576791.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFIXjX00K6?b01tm~p^k_3?G=|%Mxuxut7Io", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22576794, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59a30419-4fe9-43e2-8447-87b3753fde01/width=450/22576794.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFFE+U_3Oq~V60-:~V^+~C^+-oE19sxaM|D*", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/693179", "modelId": 620106} \ No newline at end of file diff --git a/datasets/metadata/693210.json b/datasets/metadata/693210.json new file mode 100644 index 0000000000000000000000000000000000000000..ca61ff9a27a356c2df5b7ee346f42491adb13117 --- /dev/null +++ b/datasets/metadata/693210.json @@ -0,0 +1 @@ +{"id": 693210, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-04T08:32:34.285Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 609845, "sizeKB": 223109.12890625, "name": "Clothes_Gekka_Prima_Doll-000001.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/693210", "primary": true}, {"id": 607883, "sizeKB": 27722.3173828125, "name": "693210_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T15:16:49.213Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E18686AF", "AutoV2": "F66A0A26EB", "SHA256": "F66A0A26EB3B0CA905ABEE0053242FE03BBED3C86C88E9EDC1A8373CC1432B79", "CRC32": "DD4EC383", "BLAKE3": "FEF87193341830468CE00F8629F0DF76BC13D10B2FC2E233064F9929BA583DDC"}, "downloadUrl": "https://civitai.com/api/download/models/693210?type=Training%20Data"}], "images": [{"id": 22699511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/393d30eb-2989-4b1a-b35d-10fed3422ae3/width=450/22699511.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9FYP_oyXM~V01V@-5S44.%2~V9a^*WBWVoy", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22699507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcac54fd-fd2a-4bb8-9242-67cf8804af3c/width=450/22699507.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4KAcs.S0000^V^b0AEC.P^*00=roFD*?1?H", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22699513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/745adfb8-acc5-4428-aaa2-20b066bc9b85/width=450/22699513.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIJ%%f~T00V|o[%29cNFX3s:IVWFIVE2jLe.", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/693210", "modelId": 620134} \ No newline at end of file diff --git a/datasets/metadata/693475.json b/datasets/metadata/693475.json new file mode 100644 index 0000000000000000000000000000000000000000..c9e2762407b8d8496a8eb779719e274b4e788c6d --- /dev/null +++ b/datasets/metadata/693475.json @@ -0,0 +1 @@ +{"id": 693475, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-03T19:18:15.956Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 608140, "sizeKB": 129825.1572265625, "name": "693475_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T17:16:13.372Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0D186FE4", "AutoV2": "C24293A574", "SHA256": "C24293A5744D2ABAD89CDDC4838E2BEDA6D9F7BBB36CA3BC08BB78F20D00E585", "CRC32": "C4B94D21", "BLAKE3": "DE9599A5006132AE21600ADDE1C73CB158B4FA093E6E25F8755E5CA8AAE6AEC6"}, "downloadUrl": "https://civitai.com/api/download/models/693475?type=Training%20Data"}, {"id": 608438, "sizeKB": 223100.66796875, "name": "Cable_Chaos_-_PONY-000006.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/693475", "primary": true}], "images": [{"id": 22607743, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5fcb0c34-f151-4b3c-b3aa-c32b3dee123d/width=450/22607743.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4FX@f=@}*==}P=q175]vJ0:$*5C~R-O$KZ}", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22607742, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3369db7-7fb0-472d-bff3-c55369fff824/width=450/22607742.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7DcEotT00wG-:XARjxA00xW~VIo9vr;s.Iv", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22607744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75872c56-60f1-4510-baf0-039f3f972648/width=450/22607744.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U1F65=?b00?b00of00D%004n9Gt80Kxu~q-;", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/693475", "modelId": 620367} \ No newline at end of file diff --git a/datasets/metadata/693600.json b/datasets/metadata/693600.json new file mode 100644 index 0000000000000000000000000000000000000000..fa781f0895912ea51f1d6139addbeb7cf9373ffa --- /dev/null +++ b/datasets/metadata/693600.json @@ -0,0 +1 @@ +{"id": 693600, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-03T18:09:00.745Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 608270, "sizeKB": 22241.05859375, "name": "maegami_Tawawa-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T18:11:15.585Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3A2D4B05", "AutoV2": "35C8D2AD46", "SHA256": "35C8D2AD46F65D84EEC2A2948630CFC09425CDFD01C022C03D1999AD9DA5569A", "CRC32": "133F2547", "BLAKE3": "4246EB69E310CA3A5EE508AFF1DB77024C3FB5BA90BA0D7A92FB00BB489DF85E", "AutoV3": "C93CB104670B"}, "downloadUrl": "https://civitai.com/api/download/models/693600", "primary": true}, {"id": 608272, "sizeKB": 11583.2919921875, "name": "maegami_Tawawa.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T18:10:44.983Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6ABB514C", "AutoV2": "4E7DF23956", "SHA256": "4E7DF23956D3CC39A6A003094212BD6B32730DEF647535F7247CC7B5CD010349", "CRC32": "5F29051C", "BLAKE3": "CA8F8DFA1D3C2E097A4017CF2D356760951C5012AAEE4E80A92C4085FDB0F130"}, "downloadUrl": "https://civitai.com/api/download/models/693600?type=Training%20Data"}], "images": [{"id": 22598627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91112e49-119b-4053-9a05-b0e12efa03b3/width=450/22598627.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UXMGkxt7_Nxu.Tfk?vofM_f6xuays-j[nhj[", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/693600", "modelId": 620461} \ No newline at end of file diff --git a/datasets/metadata/693739.json b/datasets/metadata/693739.json new file mode 100644 index 0000000000000000000000000000000000000000..16c7d4b0b9cacecbc7d3138bd210e778502aeb90 --- /dev/null +++ b/datasets/metadata/693739.json @@ -0,0 +1 @@ +{"id": 693739, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-03T19:09:20.412Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["SignalisArtStyle"], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 608409, "sizeKB": 75232.564453125, "name": "SignalisArtStyle.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T19:11:55.487Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E61B851F", "AutoV2": "85A29FFCF0", "SHA256": "85A29FFCF070CFE56ADFEC2F67342CC48485040D84AA421FDA7CB7E7A6FC90EF", "CRC32": "79F72E2B", "BLAKE3": "552B582741508831FBB8DB7AB83C7A485E8D7B34A6B8F8F1336B01E236524BE3"}, "downloadUrl": "https://civitai.com/api/download/models/693739?type=Training%20Data"}, {"id": 608410, "sizeKB": 223125.28515625, "name": "SignalisArtStyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T19:12:03.029Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "353DC8C3", "AutoV2": "01FE2AEA2B", "SHA256": "01FE2AEA2BB2C39654E0178F962E278BBA8F8705895313E704D93AFC8FBBB19E", "CRC32": "1C5BCD9B", "BLAKE3": "ADDEA258C8570931DC6839D83938ACAB2B65C011DE20A2AF93185F6C5846A427", "AutoV3": "954F33A04EF9"}, "downloadUrl": "https://civitai.com/api/download/models/693739", "primary": true}], "images": [{"id": 22606265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af55037c-d5a5-49bc-919e-efc361aa2d8c/width=450/22606265.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULEJPmso{fsT=eaywIoK1bWqOrj@#Sn%$%bH", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22606241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/721f7b87-a031-43ec-87f3-03280492543b/width=450/22606241.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDHJO9zpujyD~CS~DjV[t7SgRj$i#8i{S~XS", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22606245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/752f6473-2594-4c66-a076-b6f20905e913/width=450/22606245.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UHB-Mj,@{zwJ,[ODnhS2ADS2OXbHNawdkWoL", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22606268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57f9fc71-55de-4957-875d-76bfbe0d8cc5/width=450/22606268.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UmJkQ2of~q%L%Mj[WCj[tRofV@WBozfPs:a}", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22606243, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3af1acfa-4b88-4cc1-9d2d-83840f09e9fd/width=450/22606243.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U6K^8E^*01%300RjP:W=ClW;HXjF01ae~Vbb", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22606475, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3b66be3-378d-4202-b183-c6179dc168fd/width=450/22606475.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDHJO9zpujyD~CS~DjV[t7SgRj$i#8i{S~XS", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22606244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7bdb90b8-28bd-4229-83f4-8e1eb1e41f27/width=450/22606244.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UJCP-NM{~pM{-pofkCs:0LofIUofIoM{sSRk", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22606253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/313ceaf2-6115-4701-88ce-64866b9d59c7/width=450/22606253.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U5Bf2}4:Bi9b17R5tLI;RlNH}9t6%0R,R+xY", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22606242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4f4f3bc-1c41-4653-9a01-cbe806c0c561/width=450/22606242.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UTLDP.~V5Rx[4oWBS~SLOrIoRORjIoRjxaWB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22606250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2abeaf9e-c90f-4edf-a1e8-52c30f15093a/width=450/22606250.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U5BW-;00yXIoxa-;00M{00?vIARP00oz~qxa", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22606257, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15ec7bf1-b580-44eb-a478-ffe204bd1f37/width=450/22606257.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UPCj@TR+.8x]ysbHaKay4nt7D%RPi_WVt8of", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22606255, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5085cb0-6ea8-4949-8c76-ecab19d4c66f/width=450/22606255.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U4Fq,c%01UIpr9-o01NK3D4n;3IV=^x]Si-o", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22606256, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0e581ef-15bc-423c-a0d7-ecad563173b4/width=450/22606256.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UFG+Br4o~pRj?bIURkIU4nt70K%M4nM|xa?b", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22606258, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ad2bfaf-2d42-4913-b2ed-55b053e57a2e/width=450/22606258.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UKHL9y_2_3WV~poft7xat6t6IVRj%MoeaeWC", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22606259, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66015150-3f81-4982-854c-63efdbdcbcbb/width=450/22606259.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U06jqA-V{w=w~Uae4:ofMxjt5=NaD%t7?bNG", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22606260, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/298f35cc-4bcd-45fc-8ee9-8741ee37422c/width=450/22606260.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULKeAh?bIUWB_NIBxuxu00WVj@M|.7%MM|j]", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22606261, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3af6098-facf-4025-9d63-be5e88e63c07/width=450/22606261.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UuJRN?fk_Nxaafa}bGjt%Mofn$ay?bayxuof", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22606262, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/559c9843-8bea-48f5-847d-65968c21ff1f/width=450/22606262.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UAEx-F~V4:%L00n$-oWB_2xts9Rj_2t6IVRk", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22606267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/935aa0d6-f9fb-4741-bfcd-572f847c219a/width=450/22606267.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UKC$+Q^*4oD%~p-pD%IU?b%LD*D%xut7M{IU", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/693739", "modelId": 620568} \ No newline at end of file diff --git a/datasets/metadata/693908.json b/datasets/metadata/693908.json new file mode 100644 index 0000000000000000000000000000000000000000..6b53086812fb85ecfb3efa1eb75a47b1875b7a6b --- /dev/null +++ b/datasets/metadata/693908.json @@ -0,0 +1 @@ +{"id": 693908, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-05T02:53:46.701Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 612092, "sizeKB": 223107.19921875, "name": "Hestia-000019.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T02:56:17.221Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "187FCB2C", "AutoV2": "147D00B7FF", "SHA256": "147D00B7FF722ADCDDF94007CE046E7F126C3995D0112DD6D75DBC4E71D7547E", "CRC32": "C5F58F5D", "BLAKE3": "C59E6571197549D9C2E4D7C982D8F7569F4DAF86AB5268D9CFFF67420DCD3AE5", "AutoV3": "2DC01B1C815A"}, "downloadUrl": "https://civitai.com/api/download/models/693908", "primary": true}, {"id": 608582, "sizeKB": 8537.533203125, "name": "693908_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T20:20:37.725Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E17DDD39", "AutoV2": "22E25671F9", "SHA256": "22E25671F970BE6B69C3A7EB48D7A0DAE4419FDD05FE8EEE23F11823EE1D7860", "CRC32": "21A893C5", "BLAKE3": "D15D3ADC947D7A82982B00F5B8FD681B7E69D306C277A4011B74FF2440434E9A"}, "downloadUrl": "https://civitai.com/api/download/models/693908?type=Training%20Data"}], "images": [{"id": 22817824, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/447b1d5b-8aa8-4d08-a3ae-9a970779c7b7/width=450/22817824.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOE{Lee.~qs:%2WAt8jZ_3NGM{ayE1RjoMWB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22817826, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e73af9d-5ab0-4f9a-920c-d50fcafe8fe2/width=450/22817826.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U7CPCc-o00NG0LIo~Vxat7oLRjIo%LjZIVWC", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/693908", "modelId": 620711} \ No newline at end of file diff --git a/datasets/metadata/693997.json b/datasets/metadata/693997.json new file mode 100644 index 0000000000000000000000000000000000000000..36c83f6fa414006a736bd97e08820968cfbc2f1e --- /dev/null +++ b/datasets/metadata/693997.json @@ -0,0 +1 @@ +{"id": 693997, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-05T15:16:34.917Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 609032, "sizeKB": 258537.1640625, "name": "693997_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T00:36:27.944Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CA3741DF", "AutoV2": "E74A867357", "SHA256": "E74A867357BC790FD276AA71316B1DFDE03C868853503AE4CA1F50E94594FDDD", "CRC32": "D4431C7D", "BLAKE3": "C8CE03ABD41D04BBBB808E3FA8D5B2DC9799C7A2F0665E6B7EF14250A820AE79"}, "downloadUrl": "https://civitai.com/api/download/models/693997?type=Training%20Data"}, {"id": 613328, "sizeKB": 223099.05078125, "name": "FieldStone.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T15:15:59.980Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "14D8225A", "AutoV2": "28594F18EF", "SHA256": "28594F18EFF440E9661E3973EF6E301D4BA5FE4E9340694D3F1BF26FA4A8EB14", "CRC32": "642F2631", "BLAKE3": "126FD95B3140F0B8029B13F208A70C5A8809E17EDC667D0FDA27542ACDEE276A", "AutoV3": "4B1C4890283E"}, "downloadUrl": "https://civitai.com/api/download/models/693997", "primary": true}], "images": [{"id": 22892924, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20c1dbef-559a-4fa9-84b5-051a9e33c768/width=450/22892924.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U0J*n]?b00~X?_xvS6%N00t7n%-USaxtMxbJ", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/693997", "modelId": 620788} \ No newline at end of file diff --git a/datasets/metadata/69404.json b/datasets/metadata/69404.json new file mode 100644 index 0000000000000000000000000000000000000000..7d5a06226ea64d7239696722a7783179177f470d --- /dev/null +++ b/datasets/metadata/69404.json @@ -0,0 +1 @@ +{"id": 69404, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-13T06:46:33.589Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 1641, "ratingCount": 257, "rating": 5, "thumbsUpCount": 281, "thumbsDownCount": 0}, "files": [{"id": 48498, "sizeKB": 12454.13671875, "name": "Western_female_01.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-13T06:51:03.394Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D0EC41F4", "AutoV2": "0942CBA07B", "SHA256": "0942CBA07B9E2BB9C731B3FA58AA7047405FEFE7CA5A67020A5B443DF5C263C6", "CRC32": "722F43DC", "BLAKE3": "FDF9BC4083DCA15124868C55EFF81574292D1F963155CF89CCDCB4D10A8B35E6"}, "downloadUrl": "https://civitai.com/api/download/models/69404?type=Training%20Data"}, {"id": 48496, "sizeKB": 27491.7021484375, "name": "Western_female_01-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-13T06:46:01.873Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "877020A7", "AutoV2": "FBEEF0F6D6", "SHA256": "FBEEF0F6D625E836FA142213D7693014B9DC35A3EDFEC4EF46103C2CF6B7048B", "CRC32": "F1011CAC", "BLAKE3": "4D0A5690252622DECBE0335BA60459601F52E45DEAF33B301D03B0202D4FC566", "AutoV3": "E697F408DD0C"}, "downloadUrl": "https://civitai.com/api/download/models/69404", "primary": true}], "images": [{"id": 774386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7da32f2a-2523-4116-a348-1c7999fd047b/width=450/774386.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UGKm@G*00LD*tSE1-;IU?b-;x]axNbR+s,ay", "type": "image"}, {"id": 774379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/929864c4-8a09-4861-b93e-be6e21ff87d0/width=450/774379.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UGL4B3?I00S$Te~W%gR+tS%Mxu9FD$IUr@WU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/69404", "modelId": 64764} \ No newline at end of file diff --git a/datasets/metadata/694102.json b/datasets/metadata/694102.json new file mode 100644 index 0000000000000000000000000000000000000000..00e8486e61a044bbad3a8531dce7a8a67790d80c --- /dev/null +++ b/datasets/metadata/694102.json @@ -0,0 +1 @@ +{"id": 694102, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-03T21:56:38.378Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 608764, "sizeKB": 16866.4658203125, "name": "Celes_Ashrain_FailureFrame.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/694102?type=Training%20Data"}, {"id": 608765, "sizeKB": 22238.51953125, "name": "Celes_Ashrain_FailureFrame-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/694102", "primary": true}], "images": [], "downloadUrl": "https://civitai.com/api/download/models/694102", "modelId": 620888} \ No newline at end of file diff --git a/datasets/metadata/694145.json b/datasets/metadata/694145.json new file mode 100644 index 0000000000000000000000000000000000000000..51781d7ff6533d39df7f32e3ad5f8dbdc28ed36b --- /dev/null +++ b/datasets/metadata/694145.json @@ -0,0 +1 @@ +{"id": 694145, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-04T00:54:35.379Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 608812, "sizeKB": 72294.4296875, "name": "694145_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-03T22:30:50.042Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9CCD3E63", "AutoV2": "196CC66438", "SHA256": "196CC664386DAEAA9704B4D5F0E6355B2A1FFFE344083CFD32C3B1BBDAD3880C", "CRC32": "C2E159D4", "BLAKE3": "7C36AF2ADFA681C9016EEEEA9437BB2C6E3892F64B9513256E5FAD3CC0D23EFA"}, "downloadUrl": "https://civitai.com/api/download/models/694145?type=Training%20Data"}, {"id": 609055, "sizeKB": 223100.68359375, "name": "UKIYO-DISNEY.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T00:46:20.521Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "10C94BC6", "AutoV2": "F336F550FA", "SHA256": "F336F550FA2D7E8EDB636746A36A24B80D6A4D14D222520B99408445BD96B069", "CRC32": "8C0AAAE4", "BLAKE3": "7DE759C516C89B23848EAC1B7188B04C7AFA6C59BEA53D5CD560DAB542639A92", "AutoV3": "1CEA20036E95"}, "downloadUrl": "https://civitai.com/api/download/models/694145", "primary": true}], "images": [{"id": 22646119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a85e8f1d-8f97-42fa-9587-89bafaae8383/width=450/22646119.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UUNTH=ogo}s,~oxtxtIWxvWX?axt9Zs:RjR+", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22646120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d929954-63ad-47bc-8b25-10a0f3dc34d9/width=450/22646120.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UAKwwqR.00-m01oI~BWF00jrDho$NHbJ?bt3", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22646121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b85b6fd-771e-4deb-b06a-384d99d1a62d/width=450/22646121.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8HLPOjF000g00xF%JSe00t7~U^*w09aa#oK", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/694145", "modelId": 620927} \ No newline at end of file diff --git a/datasets/metadata/694222.json b/datasets/metadata/694222.json new file mode 100644 index 0000000000000000000000000000000000000000..c4c43cbcf72d0519ad831d48311a8d24abe1110c --- /dev/null +++ b/datasets/metadata/694222.json @@ -0,0 +1 @@ +{"id": 694222, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-03T23:09:44.922Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 608880, "sizeKB": 22238.88671875, "name": "Fuuka_Watase_Kazoku-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/694222", "primary": true}, {"id": 608879, "sizeKB": 17566.341796875, "name": "Fuuka_Watase_Kazoku.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/694222?type=Training%20Data"}], "images": [{"id": 22633955, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45d643f3-0c80-40b6-b86d-ed7f54a683c3/width=450/22633955.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UZOVZit7KRt7v{oL-,ofx{bH%ekC~Vj[pJj[", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/694222", "modelId": 621001} \ No newline at end of file diff --git a/datasets/metadata/694329.json b/datasets/metadata/694329.json new file mode 100644 index 0000000000000000000000000000000000000000..bcc7ca77b08fedddaf7d1ffa2835f4c6889be567 --- /dev/null +++ b/datasets/metadata/694329.json @@ -0,0 +1 @@ +{"id": 694329, "index": 0, "name": "0.1 alpha", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-04T21:19:44.619Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 609108, "sizeKB": 406923, "name": "694329_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T01:26:28.452Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C136EA80", "AutoV2": "CAB04675B5", "SHA256": "CAB04675B5F3187E0D55356FC342679927FE1D35F3DE054B4424C5BF2FB6C062", "CRC32": "23879426", "BLAKE3": "79B55B48EA97FF36C0E70ACD68DC8E0F177FC1C9F9AFB405F65EF006755955B7"}, "downloadUrl": "https://civitai.com/api/download/models/694329?type=Training%20Data"}, {"id": 611397, "sizeKB": 223104.11328125, "name": "concept_copper.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T21:16:29.784Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "02F346C3", "AutoV2": "965E3EC3EA", "SHA256": "965E3EC3EA5683B5B502FA653C7CAF2B4373CE84C7B04D6C4DB4162603BC2860", "CRC32": "B39D2DCC", "BLAKE3": "1EB4594AE5521CBC2909809EB640A92252C70934EAA4B3F48E916B7B64DEC67D", "AutoV3": "D202EB4C093B"}, "downloadUrl": "https://civitai.com/api/download/models/694329", "primary": true}], "images": [{"id": 22778483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0935a601-45d0-4c7b-8d95-a1ced1e94fd6/width=450/22778483.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U79tP%%f00t6?]tQMyt6PAkCn4%2RiofozS1", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22778482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72f64320-3387-4081-b459-826a90a00070/width=450/22778482.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBB:y-Di9F-:_3x^4nM{?vIVM{n$~qM{IUxa", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22778480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d160865c-1053-4417-a1f1-0e2a8e1c8e72/width=450/22778480.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAB48iDi%2?a}[M_nhrX%#IUt7S1o#9GNakW", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22778542, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/723c613f-3a96-4153-86ca-467d50208aa3/width=450/22778542.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6AAEz57K6xa_Nr?tlNGXnj[-pR+~WELbb?H", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22778551, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a678b0ce-d490-48f3-acb3-97f69772766a/width=450/22778551.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGBWe,M~t*jF~pWYozo2%Mxus:a#x]ozs:tQ", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22778613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98df57b0-163c-4244-8677-2451f544e249/width=450/22778613.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U46kny?v9sMe.l%znOiwtm.7wJE1?b-;ozE1", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/694329", "modelId": 621086} \ No newline at end of file diff --git a/datasets/metadata/69444.json b/datasets/metadata/69444.json new file mode 100644 index 0000000000000000000000000000000000000000..11e83ff3eb5908617a96be39be6ac70a55fca4d8 --- /dev/null +++ b/datasets/metadata/69444.json @@ -0,0 +1 @@ +{"id": 69444, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-13T08:08:12.625Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Core_fighter"], "stats": {"downloadCount": 248, "ratingCount": 21, "rating": 5, "thumbsUpCount": 24, "thumbsDownCount": 0}, "files": [{"id": 48515, "sizeKB": 1778.35546875, "name": "Core_fighter.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-13T08:10:58.321Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "AF7E4C0495", "SHA256": "AF7E4C049545E7B6945748EC9FAC00F8F07DBCD5E52B4DF2345CC2A6B8ACDAE8", "CRC32": "C0CF9C1D", "BLAKE3": "ED09261AA36961858DBE986AA27A32C49B17E5A2E09AD2916FCB029ED4AAFE55"}, "downloadUrl": "https://civitai.com/api/download/models/69444?type=Training%20Data"}, {"id": 48514, "sizeKB": 40622.3603515625, "name": "Core_fighter-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-13T08:10:57.503Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0D2DDF9D", "AutoV2": "0ACD34694D", "SHA256": "0ACD34694DBCEA4E7E3628E237A9984E758C60FCB20143EF321A617BC88996EB", "CRC32": "AF3F563F", "BLAKE3": "252EECA188854D18C972C9445C67DC08BCF87D1592777359DA87F2D95E2777C7", "AutoV3": "283C3FDD1249"}, "downloadUrl": "https://civitai.com/api/download/models/69444", "primary": true}], "images": [{"id": 776279, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/393576ab-2ece-42f5-b84b-e400a32b9029/width=450/776279.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPG+j]?w-;IU4nt6V?%M?bi^oftR%LWqkDM{", "type": "image"}, {"id": 774879, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f832626-7154-4305-9017-c1633a28bed5/width=450/774879.jpeg", "nsfwLevel": 1, "width": 904, "height": 512, "hash": "UTGSQ1%g%Mt7_4E1ozoe%NIVbIjZ_4bIITay", "type": "image"}, {"id": 775050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c7d7a6c-2ae0-4d20-8b47-21227a997dad/width=450/775050.jpeg", "nsfwLevel": 1, "width": 904, "height": 512, "hash": "U497V7_4XoMw010eWX?G4m]g#+9{Mwxue-kC", "type": "image"}, {"id": 774839, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96068fd2-931c-4606-9e4d-95bc8ff61487/width=450/774839.jpeg", "nsfwLevel": 1, "width": 904, "height": 512, "hash": "UCHVYst4I84n0NM{-;t79z00aI.9~AbdMxE1", "type": "image"}, {"id": 774844, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ceb6f1b-1809-41a2-ba90-c471f7994714/width=450/774844.jpeg", "nsfwLevel": 1, "width": 904, "height": 512, "hash": "U6Hy2s00_N0000,+=@?b.9=;00.99F%g?w4m", "type": "image"}, {"id": 774931, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f672190c-5d6f-4c8e-a69f-b6696daed43d/width=450/774931.jpeg", "nsfwLevel": 1, "width": 1816, "height": 1024, "hash": "UUGb;x%h%Mxa_4E1ogoJ%NIVf+f5_4bIITf6", "type": "image"}, {"id": 774968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1647390a-90e7-4c48-bafd-381ea6b08aab/width=450/774968.jpeg", "nsfwLevel": 1, "width": 1816, "height": 1024, "hash": "UUGlVO-=%Mxu_4E1kDof%NIVbIjY_4j]IAay", "type": "image"}, {"id": 774978, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d33d7212-fe30-4862-b7ba-51e9ffc084bf/width=450/774978.jpeg", "nsfwLevel": 1, "width": 904, "height": 512, "hash": "UeGSGxIUMxW=_4M_M{og.8V?M{bItSs.aeRj", "type": "image"}, {"id": 775133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abfd330a-c22a-41f8-bd19-26a2fab11ec7/width=450/775133.jpeg", "nsfwLevel": 1, "width": 904, "height": 512, "hash": "UXJbBd%Nt7%MIUxtNGNI_NRPE1M{-;W=t8V@", "type": "image"}, {"id": 775140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0776a646-4655-4b31-9387-6389b0217d39/width=450/775140.jpeg", "nsfwLevel": 1, "width": 904, "height": 512, "hash": "URI#=e.TnhRj9G%Mngt8?cDiadt8IVkCofWB", "type": "image"}, {"id": 775151, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0876f6d-09a5-4c4e-9ba7-d7b1a64801cc/width=450/775151.jpeg", "nsfwLevel": 1, "width": 904, "height": 512, "hash": "UQHe,_o$%2ofIAE2R*s:bIt8RiRj_NIUDiR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/69444", "modelId": 64803} \ No newline at end of file diff --git a/datasets/metadata/694460.json b/datasets/metadata/694460.json new file mode 100644 index 0000000000000000000000000000000000000000..75bde327d75cd8cf91bc0f4eff03f2f5564e5377 --- /dev/null +++ b/datasets/metadata/694460.json @@ -0,0 +1 @@ +{"id": 694460, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-04T02:50:38.696Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 609140, "sizeKB": 363242.0419921875, "name": "694460_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T01:46:18.010Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4EB05214", "AutoV2": "CE7A779C6A", "SHA256": "CE7A779C6AD96D0F6AAF7345BD155BA2CAF739E29C078F7113EA7E4FC47341F8", "CRC32": "C981670E", "BLAKE3": "4BB8DC348AD9F824246916FF4BBB065DD0C20C71CA2046B9AF15AAD728696ECA"}, "downloadUrl": "https://civitai.com/api/download/models/694460?type=Training%20Data"}, {"id": 609270, "sizeKB": 37002.984375, "name": "Handsome_country_guys.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T02:50:44.822Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9ADE9841", "AutoV2": "FC6D21C27A", "SHA256": "FC6D21C27A7AE2F161B9C36D8ED994BADE0AFCD49131EEEFE913A1010BC36326", "CRC32": "E0E5F4BA", "BLAKE3": "7D1A419ADC6D6F1C10B87BCBD60611EF090A4D7BFDC507D8B8EC4043E98976C0", "AutoV3": "12D75711C8E0"}, "downloadUrl": "https://civitai.com/api/download/models/694460", "primary": true}], "images": [{"id": 22661655, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b9df47b-8495-4e05-a76a-d62375bd8e54/width=450/22661655.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UBFXu4I[}m,-4:X9Iosk-6s,I=S4D%xCbcI[", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/694460", "modelId": 621207} \ No newline at end of file diff --git a/datasets/metadata/694521.json b/datasets/metadata/694521.json new file mode 100644 index 0000000000000000000000000000000000000000..c6ef3b830d3a0dccdaabe1dc9afc71fcdcf621cb --- /dev/null +++ b/datasets/metadata/694521.json @@ -0,0 +1 @@ +{"id": 694521, "index": 0, "name": "2DN-Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-04T04:06:56.549Z", "availability": "Public", "nsfwLevel": 28, "description": "a1111/forge friendly :)
", "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 609212, "sizeKB": 29063.1376953125, "name": "694521_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T02:16:37.787Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "75C57281", "AutoV2": "8B2EE4A4C6", "SHA256": "8B2EE4A4C6F9E15EA544C36A6957E261738CCE1A8D3ECCD03B26E785DF9F7704", "CRC32": "AF00C532", "BLAKE3": "4FCDACA1D71093076DC1FC0670CD7B4667011A4798406F3D51BAFB17C6C4B5D7"}, "downloadUrl": "https://civitai.com/api/download/models/694521?type=Training%20Data"}, {"id": 609395, "sizeKB": 223106.62890625, "name": "behind_see-through_curtains-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T04:06:29.110Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "59BD4882", "AutoV2": "470FCFCF52", "SHA256": "470FCFCF52CDD799B8D09E3E16B01B74197C1FD9724836864076E40F52738E94", "CRC32": "50E3C6A6", "BLAKE3": "2123BFCD400CF93A83388E3CE0CDD4F29C0A96ACE3FEAA44AEFC50D1D499E029", "AutoV3": "8B5509A88FBD"}, "downloadUrl": "https://civitai.com/api/download/models/694521", "primary": true}], "images": [{"id": 22669560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/116688b0-fa5d-4ba6-ad17-2993c20a5105/width=450/22669560.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UPO:R.WC?]%L?vRP%1%MEMayxXoct8j[t6j@", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22669562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfc02025-9280-403d-9014-ca7625da732c/width=450/22669562.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UdNc{Fxu_Mt7tRj[f6WCM|ayjrj@kCayoJj]", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22669541, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48898a63-a202-4cf0-ad72-ef02a7a47a5f/width=450/22669541.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "USN,i2IA_Ms+-=t7MxRjIVozIUV@ofofM{t7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22669549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cf813e9-85d4-40cb-8c46-d86b87e1c012/width=450/22669549.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UZN0-pM{~ps;x]axV@j]M|WBofj[ozWBoft7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22669542, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/008628d2-a875-4188-9261-61f9f2466705/width=450/22669542.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UWLq5}_3~p9FozWCM{R*IVWBRjjsWCWBs:of", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22669568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6497e188-6ef6-47fe-bfd1-3c937a299e5e/width=450/22669568.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UqOf};xt_NoMtPfPt7oLIUays;j[WFj[t6az", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22669548, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/610857d6-12a5-4fb4-9c82-996003e4a266/width=450/22669548.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDLD#@x]_L9F?vofRPWB0LWAjFofRjj[%2a}", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22669445, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b981171-f6d5-4a34-9e36-643a7ea112af/width=450/22669445.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UIJuAf00*IyENeRPWAIT4oV@s:aKR-jss:oK", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22669443, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07062a36-dba5-4dfe-84ce-e63789f69dec/width=450/22669443.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UNH-=LNH?b?b~q9a%1D%.8j[IUt7xut6IUxu", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22669544, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee85d3ab-8642-442d-9144-304836cabc70/width=450/22669544.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "URJ7],-;%M%M_Nxa%1-;.8-;D%RPV@j[M{RP", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22669545, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd0df8ca-cef5-4c73-9e7b-8bc4b478edce/width=450/22669545.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJKw%:4nQ,bc.TbvMwIV.89G4nNHMw-;RjjE", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22669546, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/747f6fed-02bb-471f-8ea2-72245d28c609/width=450/22669546.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UVKde|IV~q?b-;M|-p-;-;xaMxxtV@WBM{Rj", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22669440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cd01af7-8ffe-465c-8e95-d84cc359b40e/width=450/22669440.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UaMG@oxuWW?b~qxuIURjx]j]M{oftRkCaeax", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22669540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b28805e1-10c4-4eb3-bd3c-977620c9291a/width=450/22669540.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UTM%izxu-;IU~qR*D%V@o~WBRPxu%2V@IUtR", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22669565, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b950399d-5e4a-4bb3-99ce-7e0fba209e82/width=450/22669565.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UTMjddof?vxt~qj[M{j[o~ayaKay%1ayM|ay", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/694521", "modelId": 621225} \ No newline at end of file diff --git a/datasets/metadata/694558.json b/datasets/metadata/694558.json new file mode 100644 index 0000000000000000000000000000000000000000..f4f085d5ef16feaac9c29dd33f7bb9aa9fb952f6 --- /dev/null +++ b/datasets/metadata/694558.json @@ -0,0 +1 @@ +{"id": 694558, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-04T14:48:01.987Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 610595, "sizeKB": 223112.56640625, "name": "swatchling_deltarune_lora-000012.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T14:46:06.974Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2721026D", "AutoV2": "456D6906D5", "SHA256": "456D6906D53A368E6E9C7088463CDCDD7A9453904740F521E219E6C6CF0242C4", "CRC32": "CB4C0641", "BLAKE3": "0CC790F98A699EFDB937CBC22431B194A0F808F8C8EDFF13AA4335EF4F3F2613", "AutoV3": "735A9D537BCF"}, "downloadUrl": "https://civitai.com/api/download/models/694558", "primary": true}, {"id": 609254, "sizeKB": 22178.677734375, "name": "694558_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T02:41:26.128Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2881E499", "AutoV2": "715EEFCBEE", "SHA256": "715EEFCBEEFF14AFD39DEBC7F2CF8A24F7A37A042373D3B09C1739A774F89E62", "CRC32": "E647C55F", "BLAKE3": "83E91CB52A4B06828420D81171E47A0FAE1972F07F133B8526575A49051479A5"}, "downloadUrl": "https://civitai.com/api/download/models/694558?type=Training%20Data"}], "images": [{"id": 22735374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/623717d3-9680-44d3-bef8-e30f580148f3/width=450/22735374.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U2Jt-n?b~V~W?bj[s:ayxaoLR*WB_3juRjoe", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/694558", "modelId": 621295} \ No newline at end of file diff --git a/datasets/metadata/694618.json b/datasets/metadata/694618.json new file mode 100644 index 0000000000000000000000000000000000000000..be0c532a4ed0770240e907f95a0a388dc18ea994 --- /dev/null +++ b/datasets/metadata/694618.json @@ -0,0 +1 @@ +{"id": 694618, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-04T03:22:55.784Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["mamiTomoe_drill_sidelocks", "mitakihara_school_uniform_yellow_sweater_long_sleeves_juliet_sleeves_white_collared_shirt_red_bowtie_pleated_skirt_plaid_black_miniskirt", "white_shirt_high_collar_puffy_short_sleeves_detached_sleeves_black_corset_yellow_neck_ribbon_yellow_miniskirt", "black_beret_hat_feather", "hair_flower_hairpin", "magical_musket", "vertical-striped_thighhighs"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 609312, "sizeKB": 475654.2109375, "name": "data115Mami.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T03:16:27.936Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "73798266", "AutoV2": "FE407F9C44", "SHA256": "FE407F9C446FF8E0561B57A3CE2B13D8A8619AE6D40B3A3D86B524B40B535932", "CRC32": "F5A3374D", "BLAKE3": "93823714C8079346851ADAD29527DDE621BC82CC4F569548C01F0694B4A5B3ED"}, "downloadUrl": "https://civitai.com/api/download/models/694618?type=Training%20Data"}, {"id": 609310, "sizeKB": 37052.5, "name": "MamiTomoeV2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T03:15:48.279Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7443794D", "AutoV2": "889C91B93D", "SHA256": "889C91B93D7ADE54EB04BAA39318380C1A871805F4C7519E4A77520BC5AF9868", "CRC32": "226B5255", "BLAKE3": "F37502203D3F3B33FFED9A01584A3B988E74F59E8A4475FF0D4AB5B28C37974B", "AutoV3": "EDF87BF871B4"}, "downloadUrl": "https://civitai.com/api/download/models/694618", "primary": true}], "images": [{"id": 22664631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62e26067-8c0e-40bd-b4e6-ae7c36c7bd42/width=450/22664631.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDKKNP~C08-rIn?vIR0g4TNH5FRi1TVW?FnM", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22664918, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50ed92e5-f7c9-4c4a-bf3d-1ea9b6f091f3/width=450/22664918.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UBG*vk~W06-s}+0f00-TA29F-7~AW8ESICxa", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22664508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d1df435-5b7a-4d65-b31b-3db8a04bcd21/width=450/22664508.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UAIqJrE2~6-q-Et700Si%gwI0#nk^Jox^jai", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22664524, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a21980c-b99e-4dc8-92dd-96abccec4a93/width=450/22664524.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UOGR=E?w0KI@~1xtESgPZ|$*IsD%M{RNIWNL", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22664675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/586d685a-eb6a-4574-86e2-902956d1cced/width=450/22664675.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UBL3}l.T06Rq0NIB009GzA-nXTxr0stQxvog", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22664744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a20b61a1-16a5-4381-88e5-7137d992d718/width=450/22664744.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UGIC+_-V0f9u~o%LDjRQ%}x]D*IUG9S#RQr@", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22664768, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40cce6f0-947f-48bc-9209-bdbd37460f92/width=450/22664768.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UQHAP9}[11I;%cJm4:RPO?V@i|SdR6R*Seag", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22664776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a919a7e-a962-4fb8-bef7-0d1a946c3b23/width=450/22664776.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "ULJsw*?Ic[JVIUR+00M|y8V@wJt6ROw]ocNa", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22664825, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41c62f8e-5125-4729-877b-1cd900a54857/width=450/22664825.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UJJP}m?b0KE2.kSh9GRPZN-AXnSh0JR*OZNG", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22664898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/719d2be0-936a-429e-a5c7-90126153d96e/width=450/22664898.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UCK^Tz*004RQ58Me00D%Q8t7S%sk6Dt7RSs,", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22664938, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c68fa2c8-3f58-4e14-84a5-8e86a0a54f07/width=450/22664938.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UJHd{l~W03Ip=^I;4.V@0MV]jvM|%KoyIVV]", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22664946, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4fe253b-4bc8-4060-815b-0e2c4b9021c8/width=450/22664946.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDK0~Ft606WF-VNM00oc04n#E3Ip~P?ED,V[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22664956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/596a267d-f7a1-4f12-ba8e-a37f37225a1b/width=450/22664956.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UGHxQkOJ0a~D^npMD~tPMN9H9E-gNqDgNGiw", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22664974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af203cdd-31c4-431c-886a-07d0e24e586b/width=450/22664974.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UOHc.;}]1JX9yAFI4.a0FcaLVaWUIURjNZRj", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22664984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/985e7816-e1f5-47f4-8602-d1b590ad34bd/width=450/22664984.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UGKAgC?^0yM#H;Io02IV4mw^%LocJ-xZV@aK", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22665031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/936fcf7d-e61d-4a33-985f-a4c122cc5639/width=450/22665031.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UJF$I]~q9XxDVB0L0Ls:s,R+oh?Hi[WCWGof", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22665044, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/494b065a-7234-4a1d-88d9-7d594bccd129/width=450/22665044.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UEGHcO-YOeE3S;tQ009Z~Tt7xCRkD%%3IvRm", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22665060, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3dfc857-adfc-4032-ad7c-801e74c87701/width=450/22665060.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UcF=d:xvEUNJISn#E1M{~VogE1WEE1t7WCWC", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22665067, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49e08872-52ca-4ee8-bf89-3b8236a44325/width=450/22665067.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UHI}0S-X00xv9GyG?GMw0gRiMwJ5I:x9k89Z", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22665082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc26daed-e221-4199-90db-3d4f7c081b34/width=450/22665082.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UNHx8A~W0fNfI94:4:w]S2aJxZ?HawNIR-of", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/694618", "modelId": 621349} \ No newline at end of file diff --git a/datasets/metadata/694786.json b/datasets/metadata/694786.json new file mode 100644 index 0000000000000000000000000000000000000000..70ab36284b0f0a3d2d46d80d68b0a23627df55c4 --- /dev/null +++ b/datasets/metadata/694786.json @@ -0,0 +1 @@ +{"id": 694786, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-04T07:09:42.640Z", "availability": "Public", "nsfwLevel": 28, "description": "V1
", "trainedWords": ["Latina, brunette, bombshellbrunette, bombshelllatina, thicc."], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 609675, "sizeKB": 55682.759765625, "name": "694786_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T06:40:39.377Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CE60CCCC", "AutoV2": "207B931F0C", "SHA256": "207B931F0CDA360255C2E30EC65654C6920E681AAF19ACF26984F56C04F3DA7F", "CRC32": "1870E219", "BLAKE3": "417538402FB73FFD11E0DCC6A9887566F27C7B6DDB8AE30D7094575410231706"}, "downloadUrl": "https://civitai.com/api/download/models/694786?type=Training%20Data"}, {"id": 609716, "sizeKB": 36997.9921875, "name": "Cow_Girl.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/694786", "primary": true}], "images": [{"id": 22689856, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1588623-d54d-45c2-a520-2a23ad246ca0/width=450/22689856.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UFG[4s9GPX?b9bx]-;V@NaozjGRj~VM{S5t7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22689854, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad36b2f6-fa46-48bd-aaa5-e1520324010d/width=450/22689854.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UAF=2EOZ_0%L}=Rj58jE?Gxt%3Rkxr%LspNG", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22689855, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5763590-5390-4375-a64f-06dd78e64fae/width=450/22689855.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U9I;3N]~0-kC.TxC^P%202S%xFR-9bEMI;NG", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/694786", "modelId": 621491} \ No newline at end of file diff --git a/datasets/metadata/694846.json b/datasets/metadata/694846.json new file mode 100644 index 0000000000000000000000000000000000000000..ef9a448aabc5966fb6fac272b89c60cef3e80dd9 --- /dev/null +++ b/datasets/metadata/694846.json @@ -0,0 +1 @@ +{"id": 694846, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-04T07:03:40.242Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 609705, "sizeKB": 223098.89453125, "name": "Bonnie_Sveen.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T07:01:25.631Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D9FCAE45", "AutoV2": "A720697EFB", "SHA256": "A720697EFB9BCA0C1CE03CFCB058E0D4AEEA739A1FBF938D5E87934681FDFBEF", "CRC32": "8CE6EF25", "BLAKE3": "2A2F7222BB945A4856AFEEBDD85F785A1651B85A211990D522CED3FF110862E7", "AutoV3": "966FA315F548"}, "downloadUrl": "https://civitai.com/api/download/models/694846", "primary": true}, {"id": 609563, "sizeKB": 3426.021484375, "name": "694846_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T05:40:39.504Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8508F139", "AutoV2": "7D5F3B21B7", "SHA256": "7D5F3B21B7374883EC5203C5464CE41E1BD563B14DBA65DFF4C1F9532D506E68", "CRC32": "569DC751", "BLAKE3": "EC9DD614A37CE6E7170D94CBE9CC727F5D95D77090302E405C6C7770A167D7FE"}, "downloadUrl": "https://civitai.com/api/download/models/694846?type=Training%20Data"}], "images": [{"id": 22688929, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92e5ef41-8336-487c-a5fb-dd29fa631d98/width=450/22688929.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6F#w10300~oBnrr00?t0LM_}a%gBVtQ?aVa", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22688926, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f03a9db2-b671-407f-8615-060df27fd7a6/width=450/22688926.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6ELvbxV00xb019b^h~TSbIBwN_2^h?ZNK02", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22688927, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b609e259-5c73-46db-bdba-ff9e63e8c6ee/width=450/22688927.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5DJY59H00?YH6^*000LP94o]:~o4=_2?G9G", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/694846", "modelId": 621544} \ No newline at end of file diff --git a/datasets/metadata/694939.json b/datasets/metadata/694939.json new file mode 100644 index 0000000000000000000000000000000000000000..c4e42bfd215ce0403461b1ff986b3fa6a43400ca --- /dev/null +++ b/datasets/metadata/694939.json @@ -0,0 +1 @@ +{"id": 694939, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-04T09:59:39.219Z", "availability": "Public", "nsfwLevel": 4, "description": ".
", "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 609656, "sizeKB": 13614.2587890625, "name": "694939_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T06:30:58.570Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8E40E66F", "AutoV2": "D43FA3D28F", "SHA256": "D43FA3D28F5F01D6AF4ABBC831DB2659F75C76D3CB06D439CB2F1AD099BEBF55", "CRC32": "DE575B04", "BLAKE3": "A2F3B7DA48FE8554D9CFF15E0E13D4D82390AAFF0B9169168BB859D70FF69FC4"}, "downloadUrl": "https://civitai.com/api/download/models/694939?type=Training%20Data"}, {"id": 609835, "sizeKB": 223100.21484375, "name": "ps-ai-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T08:31:11.621Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "00CE6166", "AutoV2": "3A7C88532E", "SHA256": "3A7C88532EC93627DB1A149394A0AF9FE85C2B6A611A10679F0D2D8EBD9AE95A", "CRC32": "E90824E4", "BLAKE3": "559C1FB474CC64F7B4C6DBA42995B2765E74AB0245DA264525E0C0DAF92087B5", "AutoV3": "E8CD9CF1F1CD"}, "downloadUrl": "https://civitai.com/api/download/models/694939", "primary": true}], "images": [{"id": 22707157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c000fdf7-0c62-43b1-8ba9-1d757d287d67/width=450/22707157.jpeg", "nsfwLevel": 4, "width": 1200, "height": 1200, "hash": "UIK0yqE200Rkr;bHIVbH0NxawHt7~BNGEMRj", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/694939", "modelId": 621632} \ No newline at end of file diff --git a/datasets/metadata/695013.json b/datasets/metadata/695013.json new file mode 100644 index 0000000000000000000000000000000000000000..6af19ee4f1d79ed31937a44ad0a862bc70cfef58 --- /dev/null +++ b/datasets/metadata/695013.json @@ -0,0 +1 @@ +{"id": 695013, "index": 0, "name": "Savita_EF_V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-04T08:41:57.145Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 609854, "sizeKB": 223103.27734375, "name": "Savita-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T08:40:56.371Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "09B4D945", "AutoV2": "5F760732C8", "SHA256": "5F760732C8E909DDFD5B9FC164B213A78542BD9668F2BA931CB3DD074067E51E", "CRC32": "D91DFA74", "BLAKE3": "A961BB492BC043D3F0D2005CDA5CDFAF2080DF0B83C4B879357266AEB890DCCE", "AutoV3": "1790ACEE0B07"}, "downloadUrl": "https://civitai.com/api/download/models/695013", "primary": true}, {"id": 609782, "sizeKB": 11062.125, "name": "695013_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T07:51:14.212Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "59259E77", "AutoV2": "0E305C2D30", "SHA256": "0E305C2D30033518A818641A33F075512B592DAA9CB52690DB61644D45DEAA41", "CRC32": "F501F239", "BLAKE3": "A9575EEDB9C146FBE895AAC01FDDC92A8B77A11630B330510E8EC0A75062ED41"}, "downloadUrl": "https://civitai.com/api/download/models/695013?type=Training%20Data"}], "images": [{"id": 22700281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebc0692b-83b9-4337-b44b-fa43638b26b5/width=450/22700281.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPGI4M.8~q?bE3s:R,R,9FITIAM_IUM{M{s:", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22700284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7ed5b71-d2b7-4b36-afc5-6daa9124ef91/width=450/22700284.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7EVZ$~V?^9vE49aEM%L00WWxF%2-;s.-TWB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22700278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7ae5360-b8dc-45c0-9b85-6182676f8215/width=450/22700278.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBF#w90g0z4:^*9a%L$*sl-UD%WX~Vo#IUEL", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/695013", "modelId": 621699} \ No newline at end of file diff --git a/datasets/metadata/695063.json b/datasets/metadata/695063.json new file mode 100644 index 0000000000000000000000000000000000000000..6e87ba629960f26484f7df0a97d20ccd15dcf5cf --- /dev/null +++ b/datasets/metadata/695063.json @@ -0,0 +1 @@ +{"id": 695063, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-05T17:05:53.075Z", "availability": "Public", "nsfwLevel": 1, "description": "1.0 \u041c\u043e\u0434\u0435\u043b\u044c \u0441\u043e\u0437\u0434\u0430\u043d\u0430, \u0431\u0443\u0434\u0435\u043c \u0441\u0442\u0430\u0440\u0430\u0442\u044c\u0441\u044f, \u0447\u0442\u043e\u0431\u044b \u0431\u044b\u043b\u043e \u043b\u0443\u0447\u0448\u0435)
", "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 609952, "sizeKB": 42354.5341796875, "name": "695063_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T09:30:42.008Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DD29C836", "AutoV2": "8FE81C5CEE", "SHA256": "8FE81C5CEE01D77F548F898E5DD74081804A0DA46A2C154901E84FC82AE4C9BE", "CRC32": "B955B89D", "BLAKE3": "4626CD0565E0A4D53B2EC5F207721E510AB1DEB53849F7F8BE630DEEC00A4F3E"}, "downloadUrl": "https://civitai.com/api/download/models/695063?type=Training%20Data"}, {"id": 613542, "sizeKB": 223102.44921875, "name": "\u041c\u0410\u0417-537.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T17:01:59.656Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1728E504", "AutoV2": "B72CDCBA64", "SHA256": "B72CDCBA6450BD371021DD5DA21C3DBE4330F2D237ADD627BA4D44F31186838A", "CRC32": "B83AB8CF", "BLAKE3": "02A1ED57066FDBCBFD0EAD4AADB0118CAF0D23A7CC9D17A846888E50BFF63C61", "AutoV3": "0F699D04FBF7"}, "downloadUrl": "https://civitai.com/api/download/models/695063", "primary": true}], "images": [{"id": 22905980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b374267-a38a-4a52-b6bd-0d20b481d7b0/width=450/22905980.jpeg", "nsfwLevel": 1, "width": 2560, "height": 1518, "hash": "UrL}83WV~qxu-;M_j[of_3j[M{ofV[xuRjof", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/695063", "modelId": 621748} \ No newline at end of file diff --git a/datasets/metadata/695138.json b/datasets/metadata/695138.json new file mode 100644 index 0000000000000000000000000000000000000000..2c558e519d2adc02a0fc7b580d676705e84e7a5a --- /dev/null +++ b/datasets/metadata/695138.json @@ -0,0 +1 @@ +{"id": 695138, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-04T10:48:32.924Z", "availability": "Public", "nsfwLevel": 28, "description": "still kinda janky, should work fine.
", "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 610003, "sizeKB": 23331.4736328125, "name": "695138_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T09:55:44.150Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2E9215EC", "AutoV2": "F2B54279F3", "SHA256": "F2B54279F337BDDFB8E50BBAEC345EB9AF8D72F5581CAFFF2EBDD45762D73979", "CRC32": "386551F7", "BLAKE3": "B3F437A078B6C7D981D5FCA529071D055AD04394D9D53CD1A7F0A843A8E2E615"}, "downloadUrl": "https://civitai.com/api/download/models/695138?type=Training%20Data"}, {"id": 610091, "sizeKB": 223105.11328125, "name": "Ink_Demon_-_Bendy_and_the_Ink_Machine.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T10:46:23.831Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8E654348", "AutoV2": "5E65E2939E", "SHA256": "5E65E2939EF726B1037A75773994312054F3EB0639CEFF0C9CBA087A12E68AB1", "CRC32": "B5D127A5", "BLAKE3": "65016F3C232D51782CDBF65875719506373387544F128AD9AB20D04C6AA01999", "AutoV3": "9A18AF1F43B4"}, "downloadUrl": "https://civitai.com/api/download/models/695138", "primary": true}], "images": [{"id": 22711250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f4c61ed-81a4-4d0b-8a87-cc8b387ff775/width=450/22711250.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDG*~1oJ~o%Ma}WCxtt6s.oLRkRk%Ls:RjNG", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22711247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c847542-d03f-4f86-a641-b4d30f16e37b/width=450/22711247.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UHF5]cj[~Wt7%2j[ofj[?HofIVayt7ayWBay", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22711245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94d10b1a-1f78-4935-bf3a-7611a885f38f/width=450/22711245.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "USHB;?IV~pR+-=WAR:xu_3xtogxt%1o#V=Rk", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/695138", "modelId": 621814} \ No newline at end of file diff --git a/datasets/metadata/695193.json b/datasets/metadata/695193.json new file mode 100644 index 0000000000000000000000000000000000000000..4b30bc01fe5d34b2fa17a4dd0159e415d4d4454f --- /dev/null +++ b/datasets/metadata/695193.json @@ -0,0 +1 @@ +{"id": 695193, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-04T09:57:19.482Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 609939, "sizeKB": 3823.2646484375, "name": "695193_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T09:25:49.494Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C424D683", "AutoV2": "0339490460", "SHA256": "0339490460881A8F2B6747F77263312714FFECE2AC1BC0C599334458EA18AC77", "CRC32": "CC93E804", "BLAKE3": "194870FE2EB060F6FA24952D1327591D424175BDCFDE968F5C598D2E03562F4C"}, "downloadUrl": "https://civitai.com/api/download/models/695193?type=Training%20Data"}, {"id": 610005, "sizeKB": 223099.39453125, "name": "Savita.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/695193", "primary": true}], "images": [{"id": 22706909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3d46d11-b6c6-4c20-a3cf-3a2d9866a035/width=450/22706909.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UFEx;8%f62M|0MM}o#nPEN$%-oM|~Uoy9tX8", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22706908, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/215dd5fd-c13c-4da4-83fa-ff604b37e208/width=450/22706908.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UPKAf.r=~pNxNZbcD%n%NKaeV[WBt6Rkniof", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/695193", "modelId": 621867} \ No newline at end of file diff --git a/datasets/metadata/695234.json b/datasets/metadata/695234.json new file mode 100644 index 0000000000000000000000000000000000000000..1ba5b817583e952eac04ea9e9d8c0f2e42b5bb99 --- /dev/null +++ b/datasets/metadata/695234.json @@ -0,0 +1 @@ +{"id": 695234, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-04T09:40:04.731Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 609966, "sizeKB": 13740.541015625, "name": "Boa_Hancock_OnePiece.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T09:40:49.055Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1B145F55", "AutoV2": "E753ADB130", "SHA256": "E753ADB130004F441B7CCB5630E6269CAF220A49142F92F730F4A4C966331472", "CRC32": "BD1B2C76", "BLAKE3": "21CAF218A09AF88B290A78A51C627ADA833934BD0DF6DDC6ECE80D878AC890F2"}, "downloadUrl": "https://civitai.com/api/download/models/695234?type=Training%20Data"}, {"id": 609967, "sizeKB": 22236.94921875, "name": "Boa_Hancock_OnePiece-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T09:41:21.200Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BFA105BE", "AutoV2": "4EEF3DFF56", "SHA256": "4EEF3DFF56F2DE1B07F206D7BE0C4383A5663AE1EA9B46024AC733F7FCA97801", "CRC32": "7D5F8A5A", "BLAKE3": "DF04441F0BD1C82D77C4A8B29EE0D8D51635B8A80564E069ACF2E94993B85F43", "AutoV3": "64F7B2D3B826"}, "downloadUrl": "https://civitai.com/api/download/models/695234", "primary": true}], "images": [{"id": 22705606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26f0b2f4-bd25-4dd0-8b85-8853b4c786e4/width=450/22705606.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "URNvxu-;.T%Mg%oz_3ofx^M|?bRj-ojYR5WB", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/695234", "modelId": 621904} \ No newline at end of file diff --git a/datasets/metadata/695352.json b/datasets/metadata/695352.json new file mode 100644 index 0000000000000000000000000000000000000000..5a9441ed0701fe22a150f26ecf9b19b625d0b5ad --- /dev/null +++ b/datasets/metadata/695352.json @@ -0,0 +1 @@ +{"id": 695352, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-04T10:40:05.839Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 610079, "sizeKB": 13309.634765625, "name": "Nico_Robin_OnePiece.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/695352?type=Training%20Data"}, {"id": 610080, "sizeKB": 22237.44140625, "name": "Nico_Robin_OnePiece-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/695352", "primary": true}], "images": [{"id": 22710540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9442dd72-d5c6-4a07-ae59-d4d141001ca1/width=450/22710540.jpeg", "nsfwLevel": 2, "width": 1280, "height": 1920, "hash": "UhL;Q;kCpdxu~poL?bflNHofxZoLkEWVIVf6", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/695352", "modelId": 622009} \ No newline at end of file diff --git a/datasets/metadata/695382.json b/datasets/metadata/695382.json new file mode 100644 index 0000000000000000000000000000000000000000..df6739efc30e21e642fcda2d3ec2ecd5e62e37cb --- /dev/null +++ b/datasets/metadata/695382.json @@ -0,0 +1 @@ +{"id": 695382, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-04T12:25:13.098Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 610276, "sizeKB": 223100.05859375, "name": "Cosmic_Blue_Magic_-_PONY-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T12:26:48.801Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "420CE82E", "AutoV2": "5D08FE923B", "SHA256": "5D08FE923BE1423C0BAB52197E4C1CEDC3357C484FB93A68FC4F694EFF472DA7", "CRC32": "9E2AE257", "BLAKE3": "8E592CEAFC2EA210926222BC4BEEF1D1A4A377BC1BFAC395A08C041DF92221B3", "AutoV3": "93AAAD99E9DC"}, "downloadUrl": "https://civitai.com/api/download/models/695382", "primary": true}, {"id": 610116, "sizeKB": 150917.326171875, "name": "695382_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T11:01:36.310Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AFA4EA85", "AutoV2": "83CE26FC57", "SHA256": "83CE26FC572F29F38C08E26FB82E273861D413257EB0B55B67F9B0554E37EDF6", "CRC32": "485EA99A", "BLAKE3": "17F600704FB161373E85449626394EA318798E285F453F770D0D8A1B808917E9"}, "downloadUrl": "https://civitai.com/api/download/models/695382?type=Training%20Data"}], "images": [{"id": 22720637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75c59a2f-c0c8-41eb-a624-865d35165cab/width=450/22720637.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UD4#9YVrVDpJt,VqVWpIu6aJVZo~pKkYb1o~", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22720635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96b9bbab-496b-4b48-8a49-cbca0bdfe1ed/width=450/22720635.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U65tOIo~L}McjGkYtlHXysu6Q,HXu6t.t.Vs", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22720638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/959adec2-841e-4a3e-9c1d-a1700b643b03/width=450/22720638.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJ2RUVZye7pfkEaIkXkYjtkEkXe,ksfljbkX", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/695382", "modelId": 622036} \ No newline at end of file diff --git a/datasets/metadata/695393.json b/datasets/metadata/695393.json new file mode 100644 index 0000000000000000000000000000000000000000..ecd292597a82be4a3fefd4d5961aec3004b35628 --- /dev/null +++ b/datasets/metadata/695393.json @@ -0,0 +1 @@ +{"id": 695393, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-04T12:17:28.218Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 610129, "sizeKB": 158840.453125, "name": "695393_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T11:05:50.919Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "27425A5B", "AutoV2": "B2D55587EA", "SHA256": "B2D55587EA1599BE91207863A5860A796A2DED1453EE17664F6D0F877FA92075", "CRC32": "7CA3D657", "BLAKE3": "CDA56FAE0D8900CEF5280C38D87D93D7B44A4A846F9CAA6516A07DEE39766818"}, "downloadUrl": "https://civitai.com/api/download/models/695393?type=Training%20Data"}, {"id": 610263, "sizeKB": 223100.28515625, "name": "Cosmic_Golden_Magic_-_PONY-000007.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/695393", "primary": true}], "images": [{"id": 22719796, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54afe7e6-3d99-454c-a780-3450aab2fe12/width=450/22719796.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6Jiq7S201E+4pI?~T0$57R+?E9v^%NHIVbb", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22719791, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/542abe15-f8c3-4691-a021-bd0fca9305a9/width=450/22719791.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8Jsde~901Dk-S0ij?^hMx04?F_04=0O-.o}", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22719795, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee430e8f-5aa7-4454-8a7c-2d760c7b4e6a/width=450/22719795.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEI3T.%00j%0IV0$9_-Tbus-$#I=RR};Nd5T", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/695393", "modelId": 622045} \ No newline at end of file diff --git a/datasets/metadata/69550.json b/datasets/metadata/69550.json new file mode 100644 index 0000000000000000000000000000000000000000..18b2ea8704f695d879883358c6e3059d1ce2357c --- /dev/null +++ b/datasets/metadata/69550.json @@ -0,0 +1 @@ +{"id": 69550, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-13T11:26:23.866Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 667, "ratingCount": 112, "rating": 4.99, "thumbsUpCount": 128, "thumbsDownCount": 0}, "files": [{"id": 48576, "sizeKB": 10472.8154296875, "name": "Amy_Konosuba.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-13T11:35:58.194Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "32EC0245", "AutoV2": "EABB17DF2B", "SHA256": "EABB17DF2B7E132088EF963E79E333BBD806D848E88099B9FAD01F9FB343D6F4", "CRC32": "7AC6EB7B", "BLAKE3": "8D3896E097480DEF69F35D0DE124991CAFEC486255165A3D290D1C98D9249AAA"}, "downloadUrl": "https://civitai.com/api/download/models/69550?type=Training%20Data"}, {"id": 48575, "sizeKB": 27490.955078125, "name": "Amy_Konosuba-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-13T11:31:11.480Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "032D4C98", "AutoV2": "64F04B5081", "SHA256": "64F04B5081C075D23B554BB81D71E48F32DD3926F71C5E7239B5D7DE374D8DF3", "CRC32": "930BE571", "BLAKE3": "C62C9886E6DADC4173BC997209ECFD78600B62622A53686A0ECBCFEC6A033194", "AutoV3": "59EA4D2BAC89"}, "downloadUrl": "https://civitai.com/api/download/models/69550", "primary": true}], "images": [{"id": 2800974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/070b2b57-fea7-4596-96a3-d7212452160a/width=450/2800974.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTOflc?b%h%Ms+t7.SRj_NRjxvRjtPRjs8Rj", "type": "image"}, {"id": 776234, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/738aecd3-792b-49fb-b66b-683203a6c7d6/width=450/776234.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U8LNDJIA00kr8^~p1Q9G00I9pLac0LO]$MRn", "type": "image"}, {"id": 776217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cff691f-4063-4fac-bbae-3edacaa31e60/width=450/776217.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKJ7:r%N5Ex^_4%M0iR:00%2%NRkH;RjR4WX", "type": "image"}, {"id": 776241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1870044b-7bf9-4dab-8e38-0b53b11bb3dc/width=450/776241.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEJjxWMd004o4-~p02E30LD$%hkq9Fof?Gso", "type": "image"}, {"id": 776242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed27aec0-9c4b-4658-87eb-e0f12738a896/width=450/776242.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UJLp%J1800N#D4RpXBSj01NKo~V?~Vi^aIZ~", "type": "image"}, {"id": 776243, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90001069-98a1-4fb2-8358-ed385f0b2dcb/width=450/776243.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBJtSL-.00${t7j=0NIV004;b}%M_4_4=^9G", "type": "image"}, {"id": 776244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/833d9ad8-585f-4ba9-af6a-104036f7e7c9/width=450/776244.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UDKwLc1900%#8w0K9yMwEl~C%3%1?^9aX9x]", "type": "image"}, {"id": 776245, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c275ddb-160c-4b0b-8733-56d96e0be029/width=450/776245.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "URLNJc%$Fyx^?GWUk?Ri9Zw]M_Mx~pt7D%oz", "type": "image"}, {"id": 11366727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93088c57-65c4-4203-a93a-b10718e21521/width=450/11366727.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U8Lg9B0000%M8wt8x]4o4,00_NDi04x]?INH", "type": "image"}, {"id": 17313986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f15347e-93e1-4592-9986-a3f80eef062a/width=450/17313986.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U6N06k00008{004o~WR+00_M0h%L.T~p00?b", "type": "image"}, {"id": 17314098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a10b68c-d015-4e3b-aa74-cd2d03d67b3c/width=450/17314098.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UKN06p8_AaxZJOoc9aNH?bMx^+RP_NjE-=M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/69550", "modelId": 64920} \ No newline at end of file diff --git a/datasets/metadata/695508.json b/datasets/metadata/695508.json new file mode 100644 index 0000000000000000000000000000000000000000..cb596ce4dd7fe243d51a21bbfb131d8f3319f83d --- /dev/null +++ b/datasets/metadata/695508.json @@ -0,0 +1 @@ +{"id": 695508, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-04T12:00:46.294Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 610228, "sizeKB": 22237.58984375, "name": "Nami_OnePiece-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T12:01:22.916Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0C05E8CA", "AutoV2": "091F5476D4", "SHA256": "091F5476D4413A1E28516545A29392C00F8040E9015FBECE49DBFD686293E221", "CRC32": "7BAFE840", "BLAKE3": "F845B19C01E2D599E94BB07B3C20CB23C96C7267BC19BDFA8FF14552F4BF9FE8", "AutoV3": "CB176F4C97F6"}, "downloadUrl": "https://civitai.com/api/download/models/695508", "primary": true}, {"id": 610227, "sizeKB": 13426.2919921875, "name": "Nami_OnePiece.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T12:01:25.675Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "19A6ED07", "AutoV2": "8D1C49601C", "SHA256": "8D1C49601CCC0B2BE878568FD54EA8FE9FF52AA20710EE90B2BC1F88632B4905", "CRC32": "553B1075", "BLAKE3": "0BB2E4043A38E30531D57BA075F40FDB99950AEF1BF32EC07B5D88BD8FA64AA5"}, "downloadUrl": "https://civitai.com/api/download/models/695508?type=Training%20Data"}], "images": [{"id": 22718004, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05435cd9-86be-4aff-bff5-faed81c6385d/width=450/22718004.jpeg", "nsfwLevel": 4, "width": 1280, "height": 1920, "hash": "UdQ8[1xuysxa^+fk%hoLO=f6IobH=xjZWUbH", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/695508", "modelId": 622158} \ No newline at end of file diff --git a/datasets/metadata/69559.json b/datasets/metadata/69559.json new file mode 100644 index 0000000000000000000000000000000000000000..cec94af003c7bf9bff64ef869654b076f7560419 --- /dev/null +++ b/datasets/metadata/69559.json @@ -0,0 +1 @@ +{"id": 69559, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-13T11:43:26.355Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 212, "ratingCount": 15, "rating": 5, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 48594, "sizeKB": 10615.3779296875, "name": "Helena_DOA5LR.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-13T12:21:19.475Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C04D8087", "AutoV2": "824031474B", "SHA256": "824031474B94E8B109F5F9B68621F97C57C6E4F940F706CF71C5FE200E525341", "CRC32": "7DD7C844", "BLAKE3": "E1D6F95FF5D795965E758D5F71D7C1A92313483D801334EDD5CB1F7A452167DE"}, "downloadUrl": "https://civitai.com/api/download/models/69559?type=Training%20Data"}, {"id": 48579, "sizeKB": 40629.2421875, "name": "Helena_DOA5LR-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-13T11:46:02.054Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "03D31CC7", "AutoV2": "7C98956BDF", "SHA256": "7C98956BDF72ACA692E7AD6E108205DD2B8BAD2FA95FAA66A3EDE93D37423D63", "CRC32": "07BD1A98", "BLAKE3": "7E8CAC41636EB9E52F94E631FABC4AAC373741417AE67E87C1A58F4D349A543A", "AutoV3": "6DBB0975304D"}, "downloadUrl": "https://civitai.com/api/download/models/69559", "primary": true}], "images": [{"id": 776341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f469185d-54ea-4eb4-aa5e-743a4861a5a5/width=450/776341.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U9Hd?A4;00~A00nhXnoz0Nbv~A9G-:sm9a%L", "type": "image"}, {"id": 776477, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cd331d4-aaf1-409e-b9f6-5af2fe6793bf/width=450/776477.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDKTSZ00E2~V^fE2-;WUMJJ-=x57Md-;Dixu", "type": "image"}, {"id": 776523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccdf5bfd-72ed-4d60-a2f9-908cb7a3625c/width=450/776523.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UHKAND4o4:~U^$v}I=?ZIAxa-p9tWBs=MyxY", "type": "image"}, {"id": 776525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7947a851-98ba-4e7a-84a1-68b78c4bc291/width=450/776525.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UUJHp:RjKR-:yZWBNzt79wxt%1IpSNs.s9fk", "type": "image"}, {"id": 776579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa748e43-6cca-4bbb-90fb-70add2103e2d/width=450/776579.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UHIg.M-;0N~VTJxuSjNH0MIWs;9a-:WED+WC", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/69559", "modelId": 64930} \ No newline at end of file diff --git a/datasets/metadata/695597.json b/datasets/metadata/695597.json new file mode 100644 index 0000000000000000000000000000000000000000..5758642f03af9d1e81e4f82702c6e422f3c84869 --- /dev/null +++ b/datasets/metadata/695597.json @@ -0,0 +1 @@ +{"id": 695597, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-04T14:25:58.088Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 610533, "sizeKB": 223100.26171875, "name": "Skull_Chaos_-_PONY.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T14:27:09.586Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "10ECCF08", "AutoV2": "98E25EB81F", "SHA256": "98E25EB81FDE4951E061A1836E1AC5602E6C70D44654F9FB682B7F6440CA7DD4", "CRC32": "3CE24806", "BLAKE3": "CBFCCF4E50B7F5B25C2713593250FFD3CB91CE93D6EAD278D6181FB8202DE550", "AutoV3": "8540C3AC224B"}, "downloadUrl": "https://civitai.com/api/download/models/695597", "primary": true}, {"id": 610321, "sizeKB": 162984.45703125, "name": "695597_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T12:50:42.514Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "18836641", "AutoV2": "20636ADCBA", "SHA256": "20636ADCBAD37A360FA71343E726721DD8A5F96659D8D1DBEEBA7686D4AE78FA", "CRC32": "AA8E5C29", "BLAKE3": "AE3A5475DC2279767B8ACC623A136F28798D4A01668E2D1E1B1ED5D397134C93"}, "downloadUrl": "https://civitai.com/api/download/models/695597?type=Training%20Data"}], "images": [{"id": 22733043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbc256ba-67de-4925-92b7-5ccd1433f3d7/width=450/22733043.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6Fh;b_2FunO~pM{D%V@?vR*IUsm-VWV4oM{", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22733040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d9fad6b-ac61-4df0-87d0-fe4b0ffc3c04/width=450/22733040.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3Ex-E?]1b[alB9tgNDPC8nQ4UEf00icHr5Q", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22733044, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40a358f4-7571-4ec7-9c86-3112fa051efa/width=450/22733044.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAC~h,t7D4aK~BoeDjae01WBEgkCAFWBo|of", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/695597", "modelId": 622236} \ No newline at end of file diff --git a/datasets/metadata/695907.json b/datasets/metadata/695907.json new file mode 100644 index 0000000000000000000000000000000000000000..cc2e61b620ce12e68f811deba6a0e4371e135ddb --- /dev/null +++ b/datasets/metadata/695907.json @@ -0,0 +1 @@ +{"id": 695907, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-04T16:13:50.123Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Haul Hiliiua", "Haul"], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 1}, "files": [{"id": 610698, "sizeKB": 3248.828125, "name": "695907_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T15:26:20.216Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A8A7ECD1", "AutoV2": "9DD676A6B5", "SHA256": "9DD676A6B5FC21FB19B080EB2B47A24BBC869321B704CC793F05B36CF240601F", "CRC32": "25B9E478", "BLAKE3": "2F44E2C23F2594F6B67966EFEE37774B5B4060DBA157D440C82AB9E056404C99"}, "downloadUrl": "https://civitai.com/api/download/models/695907?type=Training%20Data"}, {"id": 610799, "sizeKB": 223100.47265625, "name": "Haul_Hiliiua-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T16:16:02.003Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "379FF9CB", "AutoV2": "33118C299E", "SHA256": "33118C299E4B73B6DDEDBA25C093BD59B98A4CE41AD3913C3F939E0C1B61791E", "CRC32": "F04B4CD1", "BLAKE3": "1BD3FA0025339213D4CC956128AEF84803E47056DF415F40EAACAA322B70EAB6", "AutoV3": "616C28813300"}, "downloadUrl": "https://civitai.com/api/download/models/695907", "primary": true}], "images": [{"id": 22745067, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d4d62c6-871a-40ae-a954-84a61322d57a/width=450/22745067.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCG8#[M,0Z%00Dog~dV]^*oy9cRl%FRkM}oJ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22745068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae4acbf7-deec-4516-98a3-8f55d8155e24/width=450/22745068.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8DnEU=]OWGE0O0h%0^h1f^$M#DS~S~SE459", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22745076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04b3d99f-7eca-4a24-b20c-8f4eea3248b1/width=450/22745076.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UND993bZ~8t5:nS3rGkTTGS4KgRlZ-RnNIRl", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/695907", "modelId": 622503} \ No newline at end of file diff --git a/datasets/metadata/695953.json b/datasets/metadata/695953.json new file mode 100644 index 0000000000000000000000000000000000000000..8a00efc427d8d266b1e77881854d2840a84b6490 --- /dev/null +++ b/datasets/metadata/695953.json @@ -0,0 +1 @@ +{"id": 695953, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-04T16:53:06.443Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 610712, "sizeKB": 12006.703125, "name": "695953_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T15:30:53.970Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "532251EA", "AutoV2": "9295FFB5BE", "SHA256": "9295FFB5BEA3ACEE46E1F8FC3C8CF0712CE3129818D303F0F7E3BC2797935732", "CRC32": "F9014F3F", "BLAKE3": "1D508FB82ACAA3781ABAC52EAFCC1C9E22D86A0B0BB5BD13BE1656913FE8A0A3"}, "downloadUrl": "https://civitai.com/api/download/models/695953?type=Training%20Data"}, {"id": 610878, "sizeKB": 223107.49609375, "name": "Meme_O_O.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T16:55:48.541Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B38805BB", "AutoV2": "0C77BAFF65", "SHA256": "0C77BAFF65925F5B4434774EE8F937DFF6E27DDD5C1D99241982654FBDE2DAA7", "CRC32": "32F25AC8", "BLAKE3": "2CFEC2A88A5E993897DEA03C014B22987EEBE6789D3BF9DBA40402507B7BA98D", "AutoV3": "5F759695FEAA"}, "downloadUrl": "https://civitai.com/api/download/models/695953", "primary": true}], "images": [{"id": 22749106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/631d0c7f-b756-467d-a5e3-c181c08119b1/width=450/22749106.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTL|AYxu4:f60Mof~Wof%MWBxut7^+ayRkjZ", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/695953", "modelId": 622541} \ No newline at end of file diff --git a/datasets/metadata/695983.json b/datasets/metadata/695983.json new file mode 100644 index 0000000000000000000000000000000000000000..0ab224363a821f36b72a5b2b3e06a6816e3e23e8 --- /dev/null +++ b/datasets/metadata/695983.json @@ -0,0 +1 @@ +{"id": 695983, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-04T17:02:33.396Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 610746, "sizeKB": 130617.26171875, "name": "695983_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T15:48:58.736Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "67E7A7C9", "AutoV2": "950DE2F91B", "SHA256": "950DE2F91B2BA6F663C82B9957C9A4FF77E634E8403FAB732CFC19046AC8C9A6", "CRC32": "8153BB71", "BLAKE3": "451052BB30CF07720E2A7DB31592AD5B064A0E5F659B15A39B04E40B9EC187B7"}, "downloadUrl": "https://civitai.com/api/download/models/695983?type=Training%20Data"}, {"id": 610898, "sizeKB": 223100.52734375, "name": "Paranormal_Demonic_Faces_-_PONY.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T17:06:04.061Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "29E293AA", "AutoV2": "59485BACCE", "SHA256": "59485BACCEEC277AF818787777176E66087DF2D1CBCDEFB1A54B4D31356CC60D", "CRC32": "9DB6801B", "BLAKE3": "778A873614D1854F3A43AC7CAFCF56C4FC8C69FE376CADC33D0456F738BFB96E", "AutoV3": "4B2344D0D5B2"}, "downloadUrl": "https://civitai.com/api/download/models/695983", "primary": true}], "images": [{"id": 22749962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6cec218a-f2e5-4970-bc64-9e03509dd5d0/width=450/22749962.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNBM.kxbM{oH^Ts;RNk8^Rj[R$oy%Qf8SioJ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22749961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d4ef6e4f-5bb3-44f1-b829-5e379ac1b2d1/width=450/22749961.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UG2t16acVpkDkvfQaIfkf:abf5kEp2f4acj=", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/695983", "modelId": 622566} \ No newline at end of file diff --git a/datasets/metadata/696058.json b/datasets/metadata/696058.json new file mode 100644 index 0000000000000000000000000000000000000000..97b3366b54f8a0677acf0fb37d56d1d1b7730247 --- /dev/null +++ b/datasets/metadata/696058.json @@ -0,0 +1 @@ +{"id": 696058, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-05T15:54:08.159Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": ["red panda \\(ex\\) \\(kemono friends\\)"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 610830, "sizeKB": 89542.6845703125, "name": "696058_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T16:31:16.676Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "71A5BC7A", "AutoV2": "74EE1B4EEA", "SHA256": "74EE1B4EEADA639F478CD83AE38F83DF067980407C7A2D29D8F9AC54D85ED19B", "CRC32": "4CF67A7B", "BLAKE3": "C49E7425511371EE28E825CCC8E8F43F5586B6E88817A015E794C6F24658D1BA"}, "downloadUrl": "https://civitai.com/api/download/models/696058?type=Training%20Data"}, {"id": 613391, "sizeKB": 445792.33984375, "name": "\u30ec\u30c3\u30b5\u30fc\u30d1\u30f3\u30c0EX.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T15:51:04.815Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E057AE80", "AutoV2": "97BB9945CD", "SHA256": "97BB9945CDA8DDCE02AEDD64EF73FD79F7D0B7E04D37BEBD88F4E57B60BC784B", "CRC32": "EB6B514F", "BLAKE3": "D0BB49E423D82908AB12B2540BEB4D45C0D0969987994A52CDA1E5B3CBB19E04", "AutoV3": "3CD8FDABD2DC"}, "downloadUrl": "https://civitai.com/api/download/models/696058", "primary": true}], "images": [{"id": 22897303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea7b36ec-9e4d-4913-9329-9cf6d32d7f3a/width=450/22897303.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UZGSMm$+P3tj~ooMELXQ=ysoIVR*X7t7R+Rk", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22897313, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0d6fc56-3dda-4c25-8f5e-327bb28cc8ad/width=450/22897313.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UlJ@zdo$.7%g~p$QS2xux[wJM{R+oIaxRjNG", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22897315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e4b1aef-8674-4984-945b-ef1a0888c404/width=450/22897315.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UOJHjmxt00SL~osot*X8^%WBbvkC_2ax9Zof", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/696058", "modelId": 622632} \ No newline at end of file diff --git a/datasets/metadata/696064.json b/datasets/metadata/696064.json new file mode 100644 index 0000000000000000000000000000000000000000..575177b2243fe289c5abffb05efdbc3558aea6d5 --- /dev/null +++ b/datasets/metadata/696064.json @@ -0,0 +1 @@ +{"id": 696064, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-04T16:25:27.542Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Haul Hiliiua", "Haul"], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 610825, "sizeKB": 3248.828125, "name": "695907_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T16:25:47.910Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A8A7ECD1", "AutoV2": "9DD676A6B5", "SHA256": "9DD676A6B5FC21FB19B080EB2B47A24BBC869321B704CC793F05B36CF240601F", "CRC32": "25B9E478", "BLAKE3": "2F44E2C23F2594F6B67966EFEE37774B5B4060DBA157D440C82AB9E056404C99"}, "downloadUrl": "https://civitai.com/api/download/models/696064?type=Training%20Data"}, {"id": 610826, "sizeKB": 223100.47265625, "name": "Haul_Hiliiua-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T16:26:20.804Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "379FF9CB", "AutoV2": "33118C299E", "SHA256": "33118C299E4B73B6DDEDBA25C093BD59B98A4CE41AD3913C3F939E0C1B61791E", "CRC32": "F04B4CD1", "BLAKE3": "1BD3FA0025339213D4CC956128AEF84803E47056DF415F40EAACAA322B70EAB6", "AutoV3": "616C28813300"}, "downloadUrl": "https://civitai.com/api/download/models/696064", "primary": true}], "images": [{"id": 22746271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/358afb75-0644-4090-9049-a2a3e10f24ec/width=450/22746271.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UND993bZ~8t5:nS3rGkTTGS4KgRlZ-RnNIRl", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22746270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db7d20e8-f00f-4f5c-b78e-de6b7984d08d/width=450/22746270.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8DnEU=]OWGE0O0h%0^h1f^$M#DS~S~SE459", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22746269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73da3dd4-d8b4-4d01-a9a9-69ae56c7faea/width=450/22746269.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCG8#[M,0Z%00Dog~dV]^*oy9cRl%FRkM}oJ", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/696064", "modelId": 622636} \ No newline at end of file diff --git a/datasets/metadata/696139.json b/datasets/metadata/696139.json new file mode 100644 index 0000000000000000000000000000000000000000..c0c11db52ba6cd4e4b644e00942782366ba0fc35 --- /dev/null +++ b/datasets/metadata/696139.json @@ -0,0 +1 @@ +{"id": 696139, "index": 0, "name": "V1 - PONY Test", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-05T07:13:50.302Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 610936, "sizeKB": 627173.537109375, "name": "696139_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T17:22:36.471Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "63346429", "AutoV2": "C737734339", "SHA256": "C737734339CF05DF3A0A7F5029165822AB35B5DBEFDA0096D7666E33886DBBCD", "CRC32": "751A87E8", "BLAKE3": "07CA6053DE2B44899968F47AD01D5458A39F18CD70D28E22A05BE1CB9BD23875"}, "downloadUrl": "https://civitai.com/api/download/models/696139?type=Training%20Data"}, {"id": 612499, "sizeKB": 223117.98828125, "name": "Photo_Hunt_-_Evelyn-000015.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T07:11:01.729Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "16D3CB79", "AutoV2": "33AB3780BF", "SHA256": "33AB3780BF34386855DCBB6ED7EF3F6463DDBC6C02BA431246A578B8822C4CAB", "CRC32": "E11BB126", "BLAKE3": "42D8F7BA042D735B81D0A2F9B105279463E83B5898E2C533D73FD085C63C1301", "AutoV3": "5E263DC8A058"}, "downloadUrl": "https://civitai.com/api/download/models/696139", "primary": true}], "images": [{"id": 22845160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35814986-9578-4cdf-abe0-1e307226351e/width=450/22845160.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdGtN.}]noM|=#xHjJRktMSuNZRk-pN?ELM|", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/696139", "modelId": 622702} \ No newline at end of file diff --git a/datasets/metadata/696189.json b/datasets/metadata/696189.json new file mode 100644 index 0000000000000000000000000000000000000000..603e01bdb6e65429f6799c4d66f70100e199427c --- /dev/null +++ b/datasets/metadata/696189.json @@ -0,0 +1 @@ +{"id": 696189, "index": 0, "name": "Zephira Satanova", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-04T20:24:37.584Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["Zephira", "Zephira Satanova"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 610999, "sizeKB": 5436.6953125, "name": "696189_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T17:52:28.818Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "52E0B67B", "AutoV2": "9F9E12A4D9", "SHA256": "9F9E12A4D93B216F69582D7022D5E26C321D7BA75636EC14A9F2812784756415", "CRC32": "6B35119E", "BLAKE3": "BBF6BA57D204A801767D9E7DAB1F9CAED9E8D3B0BCC74B64D89124EE813810DF"}, "downloadUrl": "https://civitai.com/api/download/models/696189?type=Training%20Data"}, {"id": 611303, "sizeKB": 223100.76953125, "name": "Zephira_Satanova-000007.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/696189", "primary": true}], "images": [{"id": 22772309, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94ad3084-becf-4798-8927-0b989dea8cdb/width=450/22772309.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7FO[ND-yZ-+^gE8M}?Gx^-naJ9bxs$vR;n}", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22772310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62aee240-0b50-483e-b631-80ed263c4c7c/width=450/22772310.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOKUAqtS?w%L?HRjaJWFR,kCRjoJ%g%MRkWB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22772306, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffde08e4-6897-434b-babe-b5dbec436048/width=450/22772306.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UXLXJLx]_4s;xGt7NGah.8oLInn$o~aKxuoc", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/696189", "modelId": 622754} \ No newline at end of file diff --git a/datasets/metadata/69619.json b/datasets/metadata/69619.json new file mode 100644 index 0000000000000000000000000000000000000000..710d02424521bcd03079a2f784ab7b7e99655220 --- /dev/null +++ b/datasets/metadata/69619.json @@ -0,0 +1 @@ +{"id": 69619, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-13T13:12:13.295Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 1152, "ratingCount": 131, "rating": 5, "thumbsUpCount": 145, "thumbsDownCount": 0}, "files": [{"id": 48621, "sizeKB": 18564.0087890625, "name": "Helena_DOA5LR-KK77-V2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-13T13:16:12.614Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "41A8201B", "AutoV2": "F3BFCCF3B2", "SHA256": "F3BFCCF3B2127FF38191BEF5685BD73504C1E4FB680AED2775D43520E83FC0A9", "CRC32": "B5A925E9", "BLAKE3": "12944BEA9374503C342677A70C67F732E0B712A54A9C140DA7E2F584D6A2F096"}, "downloadUrl": "https://civitai.com/api/download/models/69619?type=Training%20Data"}, {"id": 48619, "sizeKB": 64285.88671875, "name": "Helena_DOA5LR-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-13T13:11:10.500Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E1F2AF0B", "AutoV2": "82C678DA22", "SHA256": "82C678DA22FD80CEF18E395C7AB421D380F8EF6374FD68607C89C9FBFF41AB48", "CRC32": "4689930B", "BLAKE3": "6C2D395AFE906CAA95D5C9404B33E4ADCC83FDCC6DAC04DBC3FED5937A26018B", "AutoV3": "E0BE275BAC54"}, "downloadUrl": "https://civitai.com/api/download/models/69619", "primary": true}], "images": [{"id": 777137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb852760-7b26-426b-bfc4-a1e11776464a/width=450/777137.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFIg_p9G00^iNFWD%M9G58S5~UD%?uxa4.IV", "type": "image"}, {"id": 1929303, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7058539b-f6b3-4596-90cc-dd7d6b51f737/width=450/1929303.jpeg", "nsfwLevel": 2, "width": 1000, "height": 1500, "hash": "UYKwOOM{9a~UjWxuX9-m9ZWX-oRi?ZMyE1t7", "type": "video"}, {"id": 777207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db755828-418a-4156-a928-88f1c3dd6fea/width=450/777207.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UdKm,=N2JA~VNFxc%MxtE1RnV@Ip-:RkRjNH", "type": "image"}, {"id": 777364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9daacd71-a4a0-40f2-a2a6-776a6ba12f3e/width=450/777364.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UXKTxaIV9a~Vj:xuXS%K9ZWq-oRi?aMyD*tQ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/69619", "modelId": 64930} \ No newline at end of file diff --git a/datasets/metadata/696264.json b/datasets/metadata/696264.json new file mode 100644 index 0000000000000000000000000000000000000000..117ad458ac0d38257a2d2c747ed5d1da345c96f1 --- /dev/null +++ b/datasets/metadata/696264.json @@ -0,0 +1 @@ +{"id": 696264, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-04T20:27:40.457Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 611027, "sizeKB": 30952.5283203125, "name": "696264_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T18:11:57.831Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B23A6352", "AutoV2": "FADB36ECF8", "SHA256": "FADB36ECF8876A398F25AAC01D4B2EEAE63692A007619C6E808808334C2C5C64", "CRC32": "794E9B0A", "BLAKE3": "60CEC306F7C04D006ED88F10AE2A21260364F55B07B96179DD495B35DFC9A7E5"}, "downloadUrl": "https://civitai.com/api/download/models/696264?type=Training%20Data"}, {"id": 611200, "sizeKB": 223114.34765625, "name": "Siemradzki_1.5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T19:32:38.841Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A20EC802", "AutoV2": "CD5F44017C", "SHA256": "CD5F44017C10E430930AA38AC05406D6797ACAD8560DC9F73AA20C908DF22EAE", "CRC32": "A609A745", "BLAKE3": "0B5F301E0A218F62F9C872E3A429126B31F8D9C20AE48123A8CB67CE43C59617", "AutoV3": "0C49C4F3FF10"}, "downloadUrl": "https://civitai.com/api/download/models/696264", "primary": true}], "images": [{"id": 22766385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca671497-00ad-4fdf-8552-d986251185d1/width=450/22766385.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQH-e~-;E3sl~ptSWqoeXoozoeae?aofM{Rj", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22766384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a226c1f-fd09-433a-9240-aa09459e2c6e/width=450/22766384.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U87Tn79}9_^N5T$%$$EN5S$gxYNb};IqEO-T", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22766386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6e40f35-7a21-4d1a-85d5-3b1cc398ff0b/width=450/22766386.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U25qt-I=Kk-S9{oJ=_NbAbxY$$NK^NR-9_$$", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/696264", "modelId": 622822} \ No newline at end of file diff --git a/datasets/metadata/696283.json b/datasets/metadata/696283.json new file mode 100644 index 0000000000000000000000000000000000000000..938cb768f86921cd1bf439c75acb73c5c93c582a --- /dev/null +++ b/datasets/metadata/696283.json @@ -0,0 +1 @@ +{"id": 696283, "index": 0, "name": "undertale mk V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-04T19:11:30.141Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 611121, "sizeKB": 1398.865234375, "name": "696283_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T18:50:58.217Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "34509B2676", "SHA256": "34509B2676BDD1642059C3F358A8D5FB4112D0F687C49119AB47FC2093F9A964", "CRC32": "BCFAE17A", "BLAKE3": "57AA896BA721FB7D814A29146C98BC986C6C940A36A20241C78D9594A0101C3F"}, "downloadUrl": "https://civitai.com/api/download/models/696283?type=Training%20Data"}, {"id": 611164, "sizeKB": 223099.99609375, "name": "undertale_MK-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T19:10:48.721Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9B38F807", "AutoV2": "16A2427E0C", "SHA256": "16A2427E0C17B041887687F03E494924069254C1DCACFC1380AC35A55F65FA07", "CRC32": "CAB754F5", "BLAKE3": "98E5D33E0563A3A9D2A6903891E6697F361D23EDC007D387DDF1983502170730", "AutoV3": "516D94005AE7"}, "downloadUrl": "https://civitai.com/api/download/models/696283", "primary": true}], "images": [{"id": 22764301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c36aa09-d6a9-43b4-bd74-08dd4ae8f9cc/width=450/22764301.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCHo2X%M_4RP%LRiRm%Nx^adMxW?s:t8WXMx", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22764302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a502c5b7-c910-47f4-b37a-e3356bc3200e/width=450/22764302.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAIX?Dt7X=%M_0ayDlkC%goeIBR*V{oex?WB", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/696283", "modelId": 622838} \ No newline at end of file diff --git a/datasets/metadata/696296.json b/datasets/metadata/696296.json new file mode 100644 index 0000000000000000000000000000000000000000..42ddd2aea5998f7e3fa28c2125b028edd770d7a5 --- /dev/null +++ b/datasets/metadata/696296.json @@ -0,0 +1 @@ +{"id": 696296, "index": 0, "name": "Poutlines-XL-CV", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-05T04:45:48.378Z", "availability": "Public", "nsfwLevel": 15, "description": "76 Epoches, 9576 Steps using XL012RB2 as Model.
Weight : 0.6 to 0.8, Any higher it will generate unusual body parts.
WEIGHT MAY VARY DEPENDING ON MODEL.
", "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 612212, "sizeKB": 223111.15234375, "name": "Poutlines.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T04:01:31.568Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0A7259CF", "AutoV2": "F76B9D8FC6", "SHA256": "F76B9D8FC6B543638D0E4895E49DBB8FD8D814ACB1B799BF0F2611F50495EEAF", "CRC32": "45819D22", "BLAKE3": "514CE7F062F148BEDB49083700BF3B915D4F832F1F45BEFA7638E665C443659F", "AutoV3": "55C1AA1E9961"}, "downloadUrl": "https://civitai.com/api/download/models/696296", "primary": true}, {"id": 611073, "sizeKB": 434681.0078125, "name": "696296_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T18:28:12.490Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9F6F0C37", "AutoV2": "DBBA3E9E8B", "SHA256": "DBBA3E9E8B5676492DC4BB3E363F48A94C51B49349D3E4166CB0996FAB784835", "CRC32": "C138043D", "BLAKE3": "34D96FAFA53F2F5E594BC77E7D1DC94C32926DD2CBA1D0086773B2958E4A7F2A"}, "downloadUrl": "https://civitai.com/api/download/models/696296?type=Training%20Data"}], "images": [{"id": 22825980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8156e586-8926-4af7-a526-314516276839/width=450/22825980.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2560, "hash": "UCN0uy$.4T-;0cRO00t1Mu9FWC9sPq9F=EJ6", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22825987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71aedd1c-164c-45cc-a240-f6b8266be64c/width=450/22825987.jpeg", "nsfwLevel": 4, "width": 1536, "height": 2560, "hash": "UNK,IBxbb^IU?wIob-RQtibW54nmI@WoMyNH", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22828771, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00387ba8-9386-4b2f-9f55-d646f2bce413/width=450/22828771.jpeg", "nsfwLevel": 2, "width": 1536, "height": 2560, "hash": "UONAucK6?w-pPoNbBNWB0NVuIXRjx^NGr;xt", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22825989, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/683588b2-c724-4c84-b072-682c2d6127a3/width=450/22825989.jpeg", "nsfwLevel": 4, "width": 1536, "height": 2560, "hash": "UNMQn$PCAb^Mu6NKT#ad0:s8F5WXIUWBrqt6", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22826296, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35159dc8-a4ab-47ac-90af-35004a02d9ad/width=450/22826296.jpeg", "nsfwLevel": 8, "width": 1536, "height": 2560, "hash": "UDP6?v06_M={7h58EdRjGRM{bWSjNPnO:ls;", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22827006, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/309281a0-0a48-4402-9d29-952073e82051/width=450/22827006.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2560, "hash": "UaPZinoz?bt7xGa|xuV@_Nt7M{bH-:s:RPt7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22827889, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ecb00f5b-800e-4a79-b453-d441065443ee/width=450/22827889.jpeg", "nsfwLevel": 1, "width": 1536, "height": 2560, "hash": "UMNc+OD+~oWUr4IpD?Vu9kSiI:Sc0eR,v}tP", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/696296", "modelId": 622847} \ No newline at end of file diff --git a/datasets/metadata/696351.json b/datasets/metadata/696351.json new file mode 100644 index 0000000000000000000000000000000000000000..db222ef6e541c2c721a1950bea8d4be86e2304df --- /dev/null +++ b/datasets/metadata/696351.json @@ -0,0 +1 @@ +{"id": 696351, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-04T18:43:27.896Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 611116, "sizeKB": 22240.32421875, "name": "Ai_Saeki_Fault-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T18:45:54.085Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D7CF8AE2", "AutoV2": "041F64D9D3", "SHA256": "041F64D9D330C13E421FA7F332CBB331CE2123C87529B38E98AD70117F6B2AC7", "CRC32": "8CF441CC", "BLAKE3": "B36D1EDA656CDD956E1168167E31AD263A31867CB264420EB67911CB4AD62724", "AutoV3": "78881FF1AF8B"}, "downloadUrl": "https://civitai.com/api/download/models/696351", "primary": true}, {"id": 611117, "sizeKB": 13245.2529296875, "name": "Ai_Saeki_Fault.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T18:46:23.052Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C4DB2781", "AutoV2": "4176AA1204", "SHA256": "4176AA12043D3AB5991B3DB26294F94C4E4939DFA1E8C8B8318805F4B7D30A55", "CRC32": "6940B541", "BLAKE3": "0BD8699C5CD00EFA6C578046B34169C48CA6AC2C6D61587FAC36DF7CDEE81028"}, "downloadUrl": "https://civitai.com/api/download/models/696351?type=Training%20Data"}], "images": [{"id": 22761337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f62ef6c-8676-40ba-88a4-1d308255a4fb/width=450/22761337.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UpODLRt7?^xuS1ayxuae%Nj[xZofR-kBxaf6", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/696351", "modelId": 622893} \ No newline at end of file diff --git a/datasets/metadata/696416.json b/datasets/metadata/696416.json new file mode 100644 index 0000000000000000000000000000000000000000..c3366f4181c02f8388b518d8e0e12865c6f55dc3 --- /dev/null +++ b/datasets/metadata/696416.json @@ -0,0 +1 @@ +{"id": 696416, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-04T19:24:12.862Z", "availability": "Public", "nsfwLevel": 20, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 611183, "sizeKB": 22239.35546875, "name": "Fault_Decensored_Set_KKSTYLE-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/696416", "primary": true}, {"id": 611182, "sizeKB": 15881.3056640625, "name": "Fault_Decensored_Set_KKSTYLE.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/696416?type=Training%20Data"}], "images": [{"id": 22765700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd1353cc-8e51-4cce-bd75-ee803d5daadb/width=450/22765700.jpeg", "nsfwLevel": 4, "width": 1280, "height": 1920, "hash": "UdP~sFt7?wxu9^WU.8t6yDWqxFogxWoLt5Rj", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22765785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3bcfea4-ea0b-4a65-ae4b-930de0a6bea1/width=450/22765785.jpeg", "nsfwLevel": 16, "width": 829, "height": 1155, "hash": "UCG[NH?HM{xt~VV?ofofE1aMIVay?Fo#s:oe", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22765824, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d053521-e396-4ca9-95d5-306247c9b670/width=450/22765824.jpeg", "nsfwLevel": 16, "width": 1091, "height": 1061, "hash": "UHH_GO-pM{xb~VkCt7t7EK%3n$I:-oI;i^xu", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/696416", "modelId": 622945} \ No newline at end of file diff --git a/datasets/metadata/696502.json b/datasets/metadata/696502.json new file mode 100644 index 0000000000000000000000000000000000000000..959e76b1a023559afabc44fb61869930a18111da --- /dev/null +++ b/datasets/metadata/696502.json @@ -0,0 +1 @@ +{"id": 696502, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-05T14:40:48.901Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 613256, "sizeKB": 223105.12109375, "name": "Satori-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T14:36:23.170Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "32113531", "AutoV2": "0A9E4763BE", "SHA256": "0A9E4763BE07E2F9ABF0DDEE115FA8C1E2CE9CB30B284CFC2EBCE20EAA7E994E", "CRC32": "A7AD6523", "BLAKE3": "9F3410C70722D69EF72ECA45C7373318F726AE683C1BA66C8035CCE15E88947D", "AutoV3": "70DD9C344035"}, "downloadUrl": "https://civitai.com/api/download/models/696502", "primary": true}, {"id": 613186, "sizeKB": 1679.03125, "name": "696502_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T13:56:09.723Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "10AD9C2F59", "SHA256": "10AD9C2F599084D05F394873212DD1FD9D07A243B68CFBAAB4A3DE1484EFE11E", "CRC32": "0332C129", "BLAKE3": "4D28900A0472E121B63CEAF8D54B1ED1401AB7B9C554C6807F79D3E000018F9F"}, "downloadUrl": "https://civitai.com/api/download/models/696502?type=Training%20Data"}], "images": [{"id": 22888822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aec4ab0a-7106-4e0a-987d-38adaea44262/width=450/22888822.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHFFB5-:8_D*}@oMJTxt#Wn+xb%2~Uxu%1WB", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/696502", "modelId": 623021} \ No newline at end of file diff --git a/datasets/metadata/696531.json b/datasets/metadata/696531.json new file mode 100644 index 0000000000000000000000000000000000000000..7ab01bd74dd7ce250aa6169cb855a1423d6ef7f9 --- /dev/null +++ b/datasets/metadata/696531.json @@ -0,0 +1 @@ +{"id": 696531, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-05T05:10:36.445Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 612330, "sizeKB": 223100.80078125, "name": "Crunchy_Party_-_PONY-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T05:10:59.566Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3A55D87C", "AutoV2": "22EFA8D4CF", "SHA256": "22EFA8D4CFA25F7499AC4E1A15C1F443B2108F5559EFAA55D5CC17986A6D57FC", "CRC32": "5472D926", "BLAKE3": "65719135891CF89E50CAB0235EBFD9BE2483CB07CBACA6AFE6DEFEC33935D160", "AutoV3": "12DC0847B012"}, "downloadUrl": "https://civitai.com/api/download/models/696531", "primary": true}, {"id": 611309, "sizeKB": 157357.638671875, "name": "696531_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T20:31:33.272Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E08E1E8D", "AutoV2": "A7F1F6FDD7", "SHA256": "A7F1F6FDD7C551B840C3E1539066DB917D65E87A9D983DCE7B618E65A5C0D474", "CRC32": "BD3E9D7A", "BLAKE3": "02F42E2A21512EEC00B6CF24CBB32D3BEA610D68159F4E4F8EFE900F8395F99B"}, "downloadUrl": "https://civitai.com/api/download/models/696531?type=Training%20Data"}], "images": [{"id": 22831386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aee52c61-a4f3-49df-8771-4a1464fcefcb/width=450/22831386.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U2J5#$010M56OF2sBor#0M0=5=_CLu91DU9N", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22831381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b49e46b-882c-4171-96d0-6905db1a2fbc/width=450/22831381.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAL_RA0%9w-m~SIWRlIW}-XlpGi{-,D.MgWE", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22831387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ed03095-5179-4fa1-8df7-242a6a05b6c9/width=450/22831387.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAQstxMf8{xI*KR.GIID9jNHVqVs~TWFOZXn", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/696531", "modelId": 623049} \ No newline at end of file diff --git a/datasets/metadata/696683.json b/datasets/metadata/696683.json new file mode 100644 index 0000000000000000000000000000000000000000..8a3c8d7a9878a3a7a69f96b4ff8768a94149743b --- /dev/null +++ b/datasets/metadata/696683.json @@ -0,0 +1 @@ +{"id": 696683, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-04T21:30:37.734Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 611447, "sizeKB": 22237.55078125, "name": "Ayaka_Yoshino_ShikijouKyoudan-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T21:33:16.129Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0EA2677A", "AutoV2": "1D08276027", "SHA256": "1D08276027A40CD7D6D671E5EE57939EFD08BABD7CA9D423D9E10F237653B7A6", "CRC32": "C637F007", "BLAKE3": "299A8453B663B55C90F8FB5C72C12401B69C46616FF82189ECDD4E38492266E8", "AutoV3": "E10FED02B616"}, "downloadUrl": "https://civitai.com/api/download/models/696683", "primary": true}, {"id": 611446, "sizeKB": 11500.94921875, "name": "Ayaka_Yoshino_ShikijouKyoudan.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T21:32:45.551Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B4FCBEEA", "AutoV2": "0A29887EAB", "SHA256": "0A29887EABD0BDA1064773C0A0C1405A06296F78B0FA2E6D401DC4E89749F041", "CRC32": "3ED518F6", "BLAKE3": "AD581DE26DB09289EA229C4EFE738ABB00DA14424248D78E08CFB5C33F349D98"}, "downloadUrl": "https://civitai.com/api/download/models/696683?type=Training%20Data"}], "images": [{"id": 22779838, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83170bf2-0c5e-4753-986c-0ed518ec2e3f/width=450/22779838.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1920, "hash": "UXPrwd%M.Tj]F:R*%gxu?cRjskt6%MoL%MNG", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/696683", "modelId": 623179} \ No newline at end of file diff --git a/datasets/metadata/696740.json b/datasets/metadata/696740.json new file mode 100644 index 0000000000000000000000000000000000000000..6fd615fdaf1c61034aadf5c37dd65cfa277d0caf --- /dev/null +++ b/datasets/metadata/696740.json @@ -0,0 +1 @@ +{"id": 696740, "index": 0, "name": "V4", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-04T22:57:49.051Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 611626, "sizeKB": 223100.52734375, "name": "Galantia_-_1-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T22:57:39.562Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2882A15B", "AutoV2": "62E8AE2836", "SHA256": "62E8AE28363333BB9E6FBBF96928752117072E11D3577382DE00C07D00384DF0", "CRC32": "8E09FB3E", "BLAKE3": "95E14291EEFFB89C06F66673386B3B8FE71BF6CD309C13110259F12F7228605D", "AutoV3": "A9DCB90724FF"}, "downloadUrl": "https://civitai.com/api/download/models/696740", "primary": true}, {"id": 611501, "sizeKB": 19099.1044921875, "name": "696740_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T22:01:17.360Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4D6669CF", "AutoV2": "93B6042613", "SHA256": "93B6042613A526AD0A74D5960C7CE0F19BFF3CAC707712A98960BDABADD97F7A", "CRC32": "EB0CBDED", "BLAKE3": "24C14CED4EAE5A74DCA053C3104307642A2E5064A5E1B44ED2A677F72D441EB9"}, "downloadUrl": "https://civitai.com/api/download/models/696740?type=Training%20Data"}], "images": [{"id": 22790027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7be6281e-2cac-4fd3-a5d7-eb9381373c3e/width=450/22790027.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8Dc5V0100~ptmso4ntSWUR+$y9Z%MX9nNRP", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22790025, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/095b5cdc-c61d-4496-895a-75198531a870/width=450/22790025.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UBF$9K~q0000.9M{4TWqE2t7Mc.7.9ozMdVs", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22790026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b19d30a9-b6fe-4339-96f4-7f103acf3409/width=450/22790026.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8D[@5~U00xu0MX7-os:?ajsR6WCRjxtxu4:", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/696740", "modelId": 623184} \ No newline at end of file diff --git a/datasets/metadata/696829.json b/datasets/metadata/696829.json new file mode 100644 index 0000000000000000000000000000000000000000..d5e96aae5200f2ef11bb8a516a99bc8e95986a1e --- /dev/null +++ b/datasets/metadata/696829.json @@ -0,0 +1 @@ +{"id": 696829, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-05T02:42:16.729Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 611933, "sizeKB": 223099.79296875, "name": "asherah_lora0-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T01:35:49.748Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EB07BA0F", "AutoV2": "A893B225BB", "SHA256": "A893B225BB26201B4E4D4E10A16746492C0549EF891336D9F7638BA531CD521A", "CRC32": "1604ADDE", "BLAKE3": "211DB518551357EF912A053E9F82619B5401A5A8B7E7BBBE8FE76D2AE0747145", "AutoV3": "2AE04DD554FF"}, "downloadUrl": "https://civitai.com/api/download/models/696829", "primary": true}, {"id": 611694, "sizeKB": 20432.01171875, "name": "696829_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T23:27:30.571Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2B08573D", "AutoV2": "50537CC47F", "SHA256": "50537CC47FC56EC18918DAF12EFB83F2D08D0ED5E4C5B81DE86612EE3CAA5EEB", "CRC32": "FD764774", "BLAKE3": "F0E89256BE943BEE851B4944BD05194CDA8BDC31C77887FFB8EFEDD2227DB1D9"}, "downloadUrl": "https://civitai.com/api/download/models/696829?type=Training%20Data"}], "images": [{"id": 22816258, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/601cca00-b53f-4bdc-b264-71ea487761c9/width=450/22816258.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAI;ba8_5qE1pdIA%LM{00r?%Mxu}@xu9Z-;", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22816257, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61fddc8f-4b45-4006-b244-22d92cbc22ea/width=450/22816257.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDJQWY4.0z-U%2R*oJt601-;~BNG.7%29ZNH", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22816263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab1394f9-d8c1-4492-82c4-ee93a8e895a9/width=450/22816263.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UXIqM?xW4:ay^kxCo0jY-TxCs.s:~BoJayt6", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22816370, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1dfc846-9b23-4ab0-ba08-e624a61f84f5/width=450/22816370.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAI;ba8_5qE1pdIA%LM{00r?%Mxu}@xu9Z-;", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/696829", "modelId": 623309} \ No newline at end of file diff --git a/datasets/metadata/696860.json b/datasets/metadata/696860.json new file mode 100644 index 0000000000000000000000000000000000000000..78d7b1d5f30b7f0eb4399c25abc755c3ba9b46c2 --- /dev/null +++ b/datasets/metadata/696860.json @@ -0,0 +1 @@ +{"id": 696860, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-05T00:33:19.331Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 611824, "sizeKB": 223100.33984375, "name": "Madison_HttK-000007.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/696860", "primary": true}, {"id": 611690, "sizeKB": 18995.26953125, "name": "696860_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T23:27:20.413Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "858F0412", "AutoV2": "A22123B68A", "SHA256": "A22123B68A7C5E2269E9FD3ABE78B11D2E6A901227A4EE1E6EB20BADE95B0D30", "CRC32": "569E2BF7", "BLAKE3": "6F24E71B8836A6C5A5CEF3253FDFA82A35B83BBBA4047FF92E0AD782BCA68EA7"}, "downloadUrl": "https://civitai.com/api/download/models/696860?type=Training%20Data"}], "images": [{"id": 22800835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3b1dcf0-84bb-4273-ad73-73ac0ee3ba70/width=450/22800835.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UsR3K7of_Nxt-;aeIUozxvofRPRjxuj[RjWB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22800839, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4621b016-9008-4bca-890c-fee9418c0497/width=450/22800839.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UMF$66~VT0IVXO-;xVRjR-xaxaRj-=xts:WA", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22800833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e5bcdc2-f4ee-4cbc-bab4-43674ffaad5d/width=450/22800833.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UpQ,H@WB~q-;WqWBt6t7-;ofIUWBt6j[bIay", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/696860", "modelId": 623337} \ No newline at end of file diff --git a/datasets/metadata/696930.json b/datasets/metadata/696930.json new file mode 100644 index 0000000000000000000000000000000000000000..f1b9b2900a8824cc8430395e60afef14e12e74f0 --- /dev/null +++ b/datasets/metadata/696930.json @@ -0,0 +1 @@ +{"id": 696930, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-05T08:59:39.638Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 612700, "sizeKB": 223100.44140625, "name": "Rainbow_Cutie.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T08:55:59.611Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AD9794D3", "AutoV2": "DB6DE4C3D9", "SHA256": "DB6DE4C3D93023C2179CC8E6E683939B41CEFEA0EDD5422398131CAA1FE61B71", "CRC32": "DC88278C", "BLAKE3": "EC3B5D23F31329B28CF8C32D87B6B2B58F04EBB70ED1C791801693AACE3964CB", "AutoV3": "5015854499C9"}, "downloadUrl": "https://civitai.com/api/download/models/696930", "primary": true}, {"id": 611707, "sizeKB": 1650.4755859375, "name": "696930_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-04T23:36:21.914Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "A2C0617E41", "SHA256": "A2C0617E4124C6EDB5DC2C210CD816483DC56BBC2D5A118C9D6D1EB35DF40ED6", "CRC32": "64BBDD7D", "BLAKE3": "99DBE11FFF029636B2304032AA5E57D5558216D27E0E3EA62AE4EA4F43139990"}, "downloadUrl": "https://civitai.com/api/download/models/696930?type=Training%20Data"}], "images": [{"id": 22856754, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f8c5eaf-39f5-4bac-9aac-a2312c6fb9aa/width=450/22856754.jpeg", "nsfwLevel": 16, "width": 450, "height": 658, "hash": "UFFE}-Io_NnO^+kCkBIUE1M{IURj=|R*R*-p", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22856751, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5d9374d-23df-4266-9d96-a9268142a4b8/width=450/22856751.jpeg", "nsfwLevel": 16, "width": 450, "height": 658, "hash": "UXI4@ZoLtkM{~qWBNFf6-;WBRis:?HkCM{Rj", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22856752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/844e99b8-a01d-413d-a9e6-1f32e4e0c1b3/width=450/22856752.jpeg", "nsfwLevel": 16, "width": 450, "height": 658, "hash": "UXI;SDR*?br?~qW:tRV@x]WANGn%%LayRjkC", "type": "image", "hasMeta": true, "onSite": true}, {"id": 22856753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a64110c-a0fb-454d-8c16-f98fb56f2d7b/width=450/22856753.jpeg", "nsfwLevel": 8, "width": 450, "height": 658, "hash": "UPH^@jR%.7IA~XozxtIBtRozM{oL-:ozR*WB", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/696930", "modelId": 623402} \ No newline at end of file diff --git a/datasets/metadata/697069.json b/datasets/metadata/697069.json new file mode 100644 index 0000000000000000000000000000000000000000..0cd7a5759d595240a4b4e307c62e06b52bb689b6 --- /dev/null +++ b/datasets/metadata/697069.json @@ -0,0 +1 @@ +{"id": 697069, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-05T20:38:22.811Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 611856, "sizeKB": 18994.5439453125, "name": "697069_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T00:57:15.953Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "286E738C", "AutoV2": "5ADD4521BB", "SHA256": "5ADD4521BB1E8893AE4776F76CDAABBD78F9EC09C974ECEC44E6099C184A0A47", "CRC32": "31DEC735", "BLAKE3": "D0C71684CA2607A45B1F6BD3F9432D079D0E47DB1CDD5AE611A1C206B25154E0"}, "downloadUrl": "https://civitai.com/api/download/models/697069?type=Training%20Data"}, {"id": 614037, "sizeKB": 223098.88671875, "name": "Madison-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T20:37:03.335Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2FC7E9E6", "AutoV2": "0F49373405", "SHA256": "0F49373405A76347C7A36BF6EBCDC092CBEF6D8A74CEC1CD99F849F2D89D63C4", "CRC32": "C8D921FC", "BLAKE3": "0901BA1C276883AB81C8933A45583A68DB51C0AA377388C6DF523094AECDCE54", "AutoV3": "103F85DEA224"}, "downloadUrl": "https://civitai.com/api/download/models/697069", "primary": true}], "images": [{"id": 22927418, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6b088a2-3d64-492a-84f3-7e47c24b8b78/width=450/22927418.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDHUa?IpP;?Hpdw^M{S$EgoL-AX8X9R*s.xa", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22927427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdaac2e2-9a9e-487b-9a80-afc611992eb1/width=450/22927427.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UIJG{7_NOs%2*0.8t6M{KQt7a0D*-;$*D*wb", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22927437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd92be1f-2ca7-49fb-bcca-de34b9f4f39f/width=450/22927437.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UPGk|Do~%iD%_N%LIUIAx]t7M{Iox]a#a}Rk", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/697069", "modelId": 623530} \ No newline at end of file diff --git a/datasets/metadata/697162.json b/datasets/metadata/697162.json new file mode 100644 index 0000000000000000000000000000000000000000..edd62adb8380479fc19e9b942b6f15a86a0b03bb --- /dev/null +++ b/datasets/metadata/697162.json @@ -0,0 +1 @@ +{"id": 697162, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-05T07:04:42.638Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 612483, "sizeKB": 223114.57421875, "name": "Handsome_chubby_male.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T07:02:32.747Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "86F7E0F3", "AutoV2": "95E486DF36", "SHA256": "95E486DF363D53134408699E9A44265672215BC6383E0CB2AE3B0C7CABD75A7D", "CRC32": "B1C36D4E", "BLAKE3": "67695C71D471645663BC9055C367EBE6AD67E79788BCF0FAEFB89D699A005B07", "AutoV3": "C815A414BEB9"}, "downloadUrl": "https://civitai.com/api/download/models/697162", "primary": true}, {"id": 612088, "sizeKB": 9545.568359375, "name": "697162_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T02:51:14.659Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A3E769D8", "AutoV2": "7DC8FE7738", "SHA256": "7DC8FE773898911EAA999B46B634880A051A7EB0C0F44AFB4C74827106834E1F", "CRC32": "5E473B10", "BLAKE3": "6FC0A994931925B24DA257947E5CA100D9F40317CCE84924E761C71FD9DA2663"}, "downloadUrl": "https://civitai.com/api/download/models/697162?type=Training%20Data"}], "images": [{"id": 22844208, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68962d82-3ca7-4a1e-83b3-45dd2ad91b0f/width=450/22844208.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8C=@|xaGC-o~Vsot6SxITxGv~Io4.R*V[IV", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22844210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9149343-3394-4b2f-bb18-2dadd0de50cb/width=450/22844210.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U8D9iFE35cOe0=~Ap1XWA95cV;S5-dV@]|xb", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/697162", "modelId": 623620} \ No newline at end of file diff --git a/datasets/metadata/697296.json b/datasets/metadata/697296.json new file mode 100644 index 0000000000000000000000000000000000000000..d5f3dd755d31f5f078993e6db80689aede4e9335 --- /dev/null +++ b/datasets/metadata/697296.json @@ -0,0 +1 @@ +{"id": 697296, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-05T03:48:02.771Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 612083, "sizeKB": 4429.025390625, "name": "697296_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T02:50:38.282Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BA4E0490", "AutoV2": "0FF4C6CCF9", "SHA256": "0FF4C6CCF983A0F44FCEAC75B5B59DC78AEE8F719E0C1144FAAADF2E4215E7B5", "CRC32": "D05FEB10", "BLAKE3": "1592FC590BC115C7474990970E1BF9580AD82832F67DABD732CBBD3EBB2104A2"}, "downloadUrl": "https://civitai.com/api/download/models/697296?type=Training%20Data"}, {"id": 612183, "sizeKB": 223100.46484375, "name": "BullVPN.01-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T03:45:42.684Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B0622C33", "AutoV2": "859919637B", "SHA256": "859919637B7202DF0A42B39E902126B8B5784B52A3606851CC080339202258C9", "CRC32": "EF7FA968", "BLAKE3": "D3D9A42B0482DD2A70384B7F0559EF611C1B8F45BCA171796BBC0E070B776C8C", "AutoV3": "99AF0D9A078E"}, "downloadUrl": "https://civitai.com/api/download/models/697296", "primary": true}], "images": [{"id": 22823169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6531a689-cbdd-49fd-95d4-3f873bdaebe3/width=450/22823169.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFF@JDt83=o}^%j?IWoMuinhQmX9F}ay-4oe", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22823168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4b24080-27aa-44b3-b8ae-63ec4bcf4e24/width=450/22823168.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFECLKIo00-U~CIoOXxZ9tIUxGof56IU$Q%L", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22823167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddcd2e0e-ff73-4e1e-a5b2-43765e3908b5/width=450/22823167.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBD[ttbI00xZ~VofNHofAZoL,DbcIpR%X4xa", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/697296", "modelId": 623730} \ No newline at end of file diff --git a/datasets/metadata/697437.json b/datasets/metadata/697437.json new file mode 100644 index 0000000000000000000000000000000000000000..9139700c65d4f77df3fd563af261e5cbc7f09a77 --- /dev/null +++ b/datasets/metadata/697437.json @@ -0,0 +1 @@ +{"id": 697437, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-06T09:38:27.659Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 613333, "sizeKB": 223099.49609375, "name": "Aki_Nijou-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T15:20:50.171Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D58DB835", "AutoV2": "36D35A4AD3", "SHA256": "36D35A4AD319B0237432030F3022C0686F06B1D0393984BAF64987817123A9B7", "CRC32": "E15BE4A9", "BLAKE3": "96CEDE1B4DC11F34819C6E57C877F290CDFA32D46B264365EE2C2E08EC8FD4DD", "AutoV3": "134CAF15FC69"}, "downloadUrl": "https://civitai.com/api/download/models/697437", "primary": true}, {"id": 612537, "sizeKB": 13403.603515625, "name": "697437_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T07:30:41.108Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A15ED2F0", "AutoV2": "4D20A142C0", "SHA256": "4D20A142C0A1A189FF65540022128F93A77328D299B202BE3F71BAE0D0F13A60", "CRC32": "C862AF29", "BLAKE3": "B2A6C25421D8C5817D86EBA4CB41F9060CCD78A04E207AA84E7024B3B66379AD"}, "downloadUrl": "https://civitai.com/api/download/models/697437?type=Training%20Data"}], "images": [{"id": 22894517, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a4cf588-de51-4c9f-ae10-c4f47c26c199/width=450/22894517.jpeg", "nsfwLevel": 4, "width": 1536, "height": 2304, "hash": "UEKdG3_200-n0R%h%fxuCAp1%NM{GI-=%eof", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22894518, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbfa6601-242c-482d-8451-c463bffe9846/width=450/22894518.jpeg", "nsfwLevel": 4, "width": 2048, "height": 3072, "hash": "UWI}Ly~D57xt0fNMxbE2E3Iqt7t7-;tRs:-p", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22894520, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df4b742a-82e5-486a-a0d1-ee28c2ed584e/width=450/22894520.jpeg", "nsfwLevel": 4, "width": 2048, "height": 3072, "hash": "UEJtC.~V0J?G01I:D~S000IpxsM|~XRk-ooM", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22894551, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b0b482e-302b-4c21-8f64-2b8526efea68/width=450/22894551.jpeg", "nsfwLevel": 4, "width": 2048, "height": 3072, "hash": "UHIFJO001~oz0b?HkXRl8_%g;co2D$I-RMRO", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22894550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/524009c4-c771-4a39-9b5b-206bd26f56e2/width=450/22894550.jpeg", "nsfwLevel": 4, "width": 2048, "height": 3072, "hash": "UCKTfCHX5;vy0n=@9ZEL00D%~UogN3o#9GRk", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/697437", "modelId": 623854} \ No newline at end of file diff --git a/datasets/metadata/697559.json b/datasets/metadata/697559.json new file mode 100644 index 0000000000000000000000000000000000000000..3fca2f32bb2ce693fe780a39ae6c7b20bacbb2b2 --- /dev/null +++ b/datasets/metadata/697559.json @@ -0,0 +1 @@ +{"id": 697559, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-05T17:27:32.401Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": ["Elaine Claire, huge ass, huge breast, short body, buck teeth, animal ears, red eyes, brown fur "], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 612364, "sizeKB": 3558.6884765625, "name": "697559_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T05:40:56.821Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6BD57FE7", "AutoV2": "AEE42FAAD1", "SHA256": "AEE42FAAD150FBA858C7CF8466141DD92B50D306B8DE40B2E897AFD12B658E48", "CRC32": "495E1712", "BLAKE3": "222150AE37A7F0425805378CD41CFB8EC2E07274EACBEB94DD69C199D4EDC062"}, "downloadUrl": "https://civitai.com/api/download/models/697559?type=Training%20Data"}, {"id": 613602, "sizeKB": 223101.31640625, "name": "Elaine_Claire_Beat_Banger-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T17:25:56.164Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F792886A", "AutoV2": "0E82C3ED43", "SHA256": "0E82C3ED43AD1EA6302693AF3F5938A5ACA47BFE2E635AEDEA2022D7AB0838EA", "CRC32": "9A9A7115", "BLAKE3": "D22322F87C40515C16DF2485672962A23A7C8F505E83BB38E15DA3006EF73934", "AutoV3": "435E9AFF9DB0"}, "downloadUrl": "https://civitai.com/api/download/models/697559", "primary": true}], "images": [{"id": 22908405, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d687eef4-4b1c-482a-9dfb-0fcd95205502/width=450/22908405.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U8HUhL-;0oS$K+r?_3kq.TJ8H?$O1LxZ}[NG", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22908406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37f9b042-63a8-47d0-9ece-068756bfa929/width=450/22908406.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGHUU%,pPATd~qv}NGT00zOXs9n%OES$-BeT", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/697559", "modelId": 623959} \ No newline at end of file diff --git a/datasets/metadata/697587.json b/datasets/metadata/697587.json new file mode 100644 index 0000000000000000000000000000000000000000..67c83f10f2ab4610aed924a7963973b498beb98a --- /dev/null +++ b/datasets/metadata/697587.json @@ -0,0 +1 @@ +{"id": 697587, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-05T06:59:54.168Z", "availability": "Public", "nsfwLevel": 28, "description": "ini adalah model yang di buat untuk kebutuhan seni
", "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 612407, "sizeKB": 36977.65625, "name": "aerdoang-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T06:05:56.536Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E4644525", "AutoV2": "47C458AEDA", "SHA256": "47C458AEDA2F19607D60A25FEEDB82B537C817ED10EAB3A1F8C72E1377F3CD35", "CRC32": "5A2D0D5A", "BLAKE3": "C5B78292F2E5428FA95712D33E5CD2FB301ADDA39ECF3DE48ABE85562B07C427", "AutoV3": "5F1A1600A4C1"}, "downloadUrl": "https://civitai.com/api/download/models/697587", "primary": true}, {"id": 612367, "sizeKB": 285.533203125, "name": "697587_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T05:41:29.125Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "7185CD2F24", "SHA256": "7185CD2F241E1BC3C4127604CB7BE3CE2B179ACC7FE189A9F288793BBA719603", "CRC32": "37F4E556", "BLAKE3": "19C11091CFC49B037428593DBCBD8B3917110A4E90FF06E5CB1DAD668DAF2FF1"}, "downloadUrl": "https://civitai.com/api/download/models/697587?type=Training%20Data"}], "images": [{"id": 22838469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92c3e952-daef-433f-9880-ca30dd61fbd7/width=450/22838469.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "UdCsN[t7oft7?HoLoLof~WbFayf5-pWCWXWB", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/697587", "modelId": 623984} \ No newline at end of file diff --git a/datasets/metadata/697714.json b/datasets/metadata/697714.json new file mode 100644 index 0000000000000000000000000000000000000000..a805de04244736c88bb3d58054bd29f015860049 --- /dev/null +++ b/datasets/metadata/697714.json @@ -0,0 +1 @@ +{"id": 697714, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-05T09:28:41.996Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 612486, "sizeKB": 157357.638671875, "name": "697714_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T07:07:51.841Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E08E1E8D", "AutoV2": "FF1AD3D139", "SHA256": "FF1AD3D13970EAD2C672D82E1B9203DF87646A19DBA40D73502879E0AE8EF531", "CRC32": "A0A8FE13", "BLAKE3": "C70936706D3CF4F28140B1EEC794235BAC1452E1BB391CC9769047DE282D8083"}, "downloadUrl": "https://civitai.com/api/download/models/697714?type=Training%20Data"}, {"id": 612748, "sizeKB": 223100.73828125, "name": "Crunchy_Party_-_DS.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T09:31:22.401Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1E1466C9", "AutoV2": "8CB7DCD6C9", "SHA256": "8CB7DCD6C9B4957C8962AB10AF58CA2894AF21E892C0E2C584AEDCA8CABC561E", "CRC32": "3D2FD556", "BLAKE3": "090ABA17F81737A38A2B211D7C8D00E1B7AC76DE36125FE4020F8319DB8E390B", "AutoV3": "AE7D15858D11"}, "downloadUrl": "https://civitai.com/api/download/models/697714", "primary": true}], "images": [{"id": 22859108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15f37f57-45a6-4b95-9d57-1825e3cf4250/width=450/22859108.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCL_gl~9OD,t^PR:xYxZ^gaOJ.x@xDW;g3t6", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22859107, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d525097f-cd9d-439d-84a7-ba89648518e7/width=450/22859107.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEKbyw-AMz$M~Aa#M|rs~8t6kCM}VZNdxtt5", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22859106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a69d23e-9639-4871-9b92-9abb04fd3b12/width=450/22859106.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5M=5I~URkmp%M^#^49gx?=FS|14C5JT9vti", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/697714", "modelId": 624092} \ No newline at end of file diff --git a/datasets/metadata/697729.json b/datasets/metadata/697729.json new file mode 100644 index 0000000000000000000000000000000000000000..5b9559619d52e13dbf0bbd7a7c3d2f753d02d139 --- /dev/null +++ b/datasets/metadata/697729.json @@ -0,0 +1 @@ +{"id": 697729, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-05T10:15:48.924Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 612501, "sizeKB": 162983.67578125, "name": "697729_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T07:11:39.166Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D3067CA7", "AutoV2": "BD212C7D0C", "SHA256": "BD212C7D0C868220F17EF1D31F41437AC7ED4C6BECAECAC5A06104B7B9F5720A", "CRC32": "EE3D5FA9", "BLAKE3": "FDDE3C0E055139999445184DAA193FECF40C82B78C1DC191C59ECCF92521B2C1"}, "downloadUrl": "https://civitai.com/api/download/models/697729?type=Training%20Data"}, {"id": 612837, "sizeKB": 223100.19921875, "name": "Skull_Chaos_-_DS.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/697729", "primary": true}], "images": [{"id": 22863582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88414380-a9ce-4b56-beb3-4d3093d579a3/width=450/22863582.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEDSzN_M9a01S$WV4.WB~pxuM{V@%Mt7RjWB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22863584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3430966-92ed-4f58-9085-b8193729e9d1/width=450/22863584.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEDu_F~Ct6IoAaI;E2j[IoIoVssU-oxt-:t7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22863583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81817213-781c-425d-b522-64196d3e5de4/width=450/22863583.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCE2|C~pKMV[01D%IBR*VvM|M{s:w1xtxag2", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/697729", "modelId": 624106} \ No newline at end of file diff --git a/datasets/metadata/697736.json b/datasets/metadata/697736.json new file mode 100644 index 0000000000000000000000000000000000000000..c9edc698a5d14f76a949484a5d9e0c2a8a8bca4b --- /dev/null +++ b/datasets/metadata/697736.json @@ -0,0 +1 @@ +{"id": 697736, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-05T09:31:27.029Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 612510, "sizeKB": 130616.591796875, "name": "697736_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T07:16:32.283Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4C4634C8", "AutoV2": "43154AD698", "SHA256": "43154AD698B46D5C180937227EFEA010DF0F3DE8821DD7A57C2322D589DBD18D", "CRC32": "BB96BBDD", "BLAKE3": "39AFF0D84BBA09007F96E988487617D40E416D9C410CC8ED57E9E9F646ABDBC4"}, "downloadUrl": "https://civitai.com/api/download/models/697736?type=Training%20Data"}, {"id": 612756, "sizeKB": 223100.51171875, "name": "Paranormal_Demonic_Faces_-_DS-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T09:31:57.525Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0487983A", "AutoV2": "B2A36484BA", "SHA256": "B2A36484BAC061C2C7357430E102A3FE141C06864BB1B9DB71F2B2414740E388", "CRC32": "E7DB4B09", "BLAKE3": "F5C299D6CAD9B492BC393FF4DE4AA52C40E2BC85CCE9BC53703C53D39E06BB10", "AutoV3": "EBC244E2D3E3"}, "downloadUrl": "https://civitai.com/api/download/models/697736", "primary": true}], "images": [{"id": 22859371, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/425b9fa1-47d0-4a1a-98d5-4216a1a5d247/width=450/22859371.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U53wUga~Q8aJuikCQlaei]aKVxe:V=fkVGf5", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22859367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ad64bdb-11fc-4c08-8e19-01557d89fe7d/width=450/22859367.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UA4{e=kCMxWC*0ofRjV@x^ozROV@x^kBMwV@", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22859369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15ee62af-2b76-4feb-b053-8c092ca96be0/width=450/22859369.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UADvsH~q4TNG-p?HRjWA_N-;D$IU9FV@%LD%", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/697736", "modelId": 624114} \ No newline at end of file diff --git a/datasets/metadata/697763.json b/datasets/metadata/697763.json new file mode 100644 index 0000000000000000000000000000000000000000..2208c7af632bb3f9e2a876a3b316c492ef6baeed --- /dev/null +++ b/datasets/metadata/697763.json @@ -0,0 +1 @@ +{"id": 697763, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-05T08:01:21.151Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 612532, "sizeKB": 138.017578125, "name": "697763_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T07:32:34.426Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "A08E358446", "SHA256": "A08E358446A526A41EFC8EC007FBD33504D03C99BA55B3E7DF030DAB7E28D27A", "CRC32": "CD000BA3", "BLAKE3": "0D76E2F446016DBA16C107ADFA29851A98855A18FE994828E70B6173D50688D2"}, "downloadUrl": "https://civitai.com/api/download/models/697763?type=Training%20Data"}, {"id": 612590, "sizeKB": 36977.53125, "name": "maskoli-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T08:00:55.999Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EB48B9D5", "AutoV2": "8BA95B62AC", "SHA256": "8BA95B62ACB92EE5138ACC179B7A7C14F64A3A95C51730A3F0342A5BB0A33A27", "CRC32": "2E9ACBB3", "BLAKE3": "575E5D1910471DE6AA3B47192267B87B7834179C4B9001007784DD443EB1FAD2", "AutoV3": "08D7D20FA4D3"}, "downloadUrl": "https://civitai.com/api/download/models/697763", "primary": true}], "images": [{"id": 22850379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3014acb-4a26-4896-96c7-629ec04c5429/width=450/22850379.jpeg", "nsfwLevel": 1, "width": 1920, "height": 1080, "hash": "ULAKBhWAtRj?tRaLofae~qWBjsfPoyafj?ay", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/697763", "modelId": 624135} \ No newline at end of file diff --git a/datasets/metadata/697773.json b/datasets/metadata/697773.json new file mode 100644 index 0000000000000000000000000000000000000000..e16d84708d7da21c91ae45be1e4428fc03114582 --- /dev/null +++ b/datasets/metadata/697773.json @@ -0,0 +1 @@ +{"id": 697773, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-05T10:05:20.443Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 612816, "sizeKB": 223100.62890625, "name": "Cable_Chaos_-_DS.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T10:05:49.144Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "16AF246A", "AutoV2": "96B4A03329", "SHA256": "96B4A03329B53F11C941383D5C2997FFAF5BBAB0D7FB1486BDB8252844747154", "CRC32": "125CB97E", "BLAKE3": "AD7C66FCE80CC295A581BEBD506D0447FD0CBDFE2444E324C779045B8A427B17", "AutoV3": "FE90DF128F5D"}, "downloadUrl": "https://civitai.com/api/download/models/697773", "primary": true}, {"id": 612549, "sizeKB": 129825.2548828125, "name": "697773_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T07:37:04.841Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9C7868B9", "AutoV2": "2E323C77F1", "SHA256": "2E323C77F170CA36A7CF42BFDD7347B11DF2D5AF41E0FA12BCF3F3B73A69B8ED", "CRC32": "A5BCABDB", "BLAKE3": "C31C8C376BEFA0EBA24E5870B2605E8D11377EEB42DE9C72349E15F04B8BC8EB"}, "downloadUrl": "https://civitai.com/api/download/models/697773?type=Training%20Data"}], "images": [{"id": 22862795, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e692e356-67a7-4490-92fd-6a1ca40ac3d1/width=450/22862795.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCGbxHRj?bxu~q%M4nRjM{4nIUt7009Fj[t7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22862794, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e8008a9-3b62-420b-b035-968b41f16ae4/width=450/22862794.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4FY$3?bIU?b_3D%xuogxtof9FIU~q4n-;M{", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/697773", "modelId": 624144} \ No newline at end of file diff --git a/datasets/metadata/697862.json b/datasets/metadata/697862.json new file mode 100644 index 0000000000000000000000000000000000000000..76efdac4d6ad37a048e1d0685e68c3148a088662 --- /dev/null +++ b/datasets/metadata/697862.json @@ -0,0 +1 @@ +{"id": 697862, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-06T00:06:50.691Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 614380, "sizeKB": 223102.62109375, "name": "Game_Effect_Style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T00:06:20.482Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FCA97CC1", "AutoV2": "977CD657B6", "SHA256": "977CD657B6FCF045C5BEBB293BD5DFF76535B4127720080BF2FFBEC5B4BA27D3", "CRC32": "50727133", "BLAKE3": "40014674F9B8ACDFE7D528A19B1E8C32489E57FA742558A12817E9369E293413", "AutoV3": "DC69E9ED1B3A"}, "downloadUrl": "https://civitai.com/api/download/models/697862", "primary": true}, {"id": 612705, "sizeKB": 24096.0029296875, "name": "697862_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T09:00:59.745Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D4DCCFCE", "AutoV2": "4B3115E33D", "SHA256": "4B3115E33DF6799AD5D0EA3EF2E7CF31D8A49CB93E4A058D91DCD6EF0D973A63", "CRC32": "25ED2D37", "BLAKE3": "5E8C204E0D85F4DC60BD5938551A26DCB0E914CFE430BB469A7D696B6F2692B0"}, "downloadUrl": "https://civitai.com/api/download/models/697862?type=Training%20Data"}], "images": [{"id": 22947864, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3dae773-4ec0-4b05-a404-cf5b180c7206/width=450/22947864.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U77w$_s;00NF4,WU?1s=jdWBf}t6nnofSJWA", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22947863, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/051de61e-563f-4139-9879-3c4dbc737353/width=450/22947863.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UE7o9doz8wRPROfRogay4TV@.TtR%hjZROkD", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22947865, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a95361a1-6c9a-4c9e-a93d-eb1036257d31/width=450/22947865.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBAvRVWC03soNHIqxs=_0hWW~9s.xZ-UIp58", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/697862", "modelId": 624224} \ No newline at end of file diff --git a/datasets/metadata/697900.json b/datasets/metadata/697900.json new file mode 100644 index 0000000000000000000000000000000000000000..f3354e929e9e821651bc15203bcd031daa142295 --- /dev/null +++ b/datasets/metadata/697900.json @@ -0,0 +1 @@ +{"id": 697900, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-05T10:12:48.354Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 612681, "sizeKB": 169535.87109375, "name": "697900_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T08:46:19.686Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C79531E1", "AutoV2": "692215CA10", "SHA256": "692215CA10EC782D8ABDA903C1332F15F93F36DF46BDFF646D4E8852D9A0D723", "CRC32": "E0DE30D8", "BLAKE3": "F904913C79FCF48B5F28C2BC0485E6F025CD19516FC6937567792ACA90FF2ADF"}, "downloadUrl": "https://civitai.com/api/download/models/697900?type=Training%20Data"}, {"id": 612829, "sizeKB": 223100.40234375, "name": "Computer_Power_-_PONY-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T10:15:48.437Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D441370D", "AutoV2": "1F9907256B", "SHA256": "1F9907256B1B30E328A8F484F88ECCBFCE47408E7111050296DB3B7D947F1987", "CRC32": "3D51E529", "BLAKE3": "EACCE4DC866C824831826A052FD6AA396088E7BA930FCAF028775370FC069359", "AutoV3": "C452CB658DFB"}, "downloadUrl": "https://civitai.com/api/download/models/697900", "primary": true}], "images": [{"id": 22863401, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78b908da-806b-44e7-988f-d742e1a6d463/width=450/22863401.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8DJLk_0Me^~-CMyxV8|9J_Kxq4qE2Vt02R.", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22863409, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72956004-d3d8-461a-91de-1895a2c768ab/width=450/22863409.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8AA]i.TISMy.RN2IAICagtLxVMzbwtKt2XA", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22863403, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bc701c4-98f9-4dcd-b20b-486300710348/width=450/22863403.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5BpqT00n3Ot?wRO=^NL%1X9o}Vrt6r=E34;", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/697900", "modelId": 624256} \ No newline at end of file diff --git a/datasets/metadata/697908.json b/datasets/metadata/697908.json new file mode 100644 index 0000000000000000000000000000000000000000..04c73373240981f8a09851731e90520fd4186ff2 --- /dev/null +++ b/datasets/metadata/697908.json @@ -0,0 +1 @@ +{"id": 697908, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-05T11:32:08.960Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 612938, "sizeKB": 223100.37109375, "name": "Computer_Power_-_DS.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T11:20:51.490Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1D320DD7", "AutoV2": "B314D8E55D", "SHA256": "B314D8E55DCB15003278ECE45D3D3E6FF57B5299284ED2F5FA4D7F86FDF19322", "CRC32": "01942942", "BLAKE3": "8FF98E02C88762CB6575C1856EDCF7CB1B31D8456C6DA6F7913711D40A650D73", "AutoV3": "10E9750CD877"}, "downloadUrl": "https://civitai.com/api/download/models/697908", "primary": true}, {"id": 612687, "sizeKB": 169535.7734375, "name": "697908_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T08:50:51.885Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DCEB1F74", "AutoV2": "AECAF41D85", "SHA256": "AECAF41D858B8F399B4E0D090C2B120792F949289965A09A31318D56CF97D81D", "CRC32": "59F7EE32", "BLAKE3": "0AFFCEB2B2E60368CA6B1D1370FD6BF6D353B5127694AACEE630B65B982F2695"}, "downloadUrl": "https://civitai.com/api/download/models/697908?type=Training%20Data"}], "images": [{"id": 22870304, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aede3ce4-4a1c-49c3-9eef-491da5e91d00/width=450/22870304.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBBq6cDN4V.m-WIpW-t6D[Mz%xIT%|odR8IU", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22870310, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19b39d2a-93e1-4a44-9937-42b4a9c1cfc4/width=450/22870310.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEAd_pMerNyrq[t7NDnNvftQIAR5?]V[oix]", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/697908", "modelId": 624265} \ No newline at end of file diff --git a/datasets/metadata/698069.json b/datasets/metadata/698069.json new file mode 100644 index 0000000000000000000000000000000000000000..756d2aa0608e46c146fc57c51c4bcd76a2eace61 --- /dev/null +++ b/datasets/metadata/698069.json @@ -0,0 +1 @@ +{"id": 698069, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-05T12:44:33.958Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 612848, "sizeKB": 50925.9619140625, "name": "698069_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T10:25:44.093Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F6B51D22", "AutoV2": "451EB4AF19", "SHA256": "451EB4AF19D315135B4CD77D9E198FA758188160CA8D682BD1846C7F85F84E07", "CRC32": "C788FEA3", "BLAKE3": "FD4075A9D1E7112BFE9709FDBA963B899B40826205EF8487E4293318AABBA6CE"}, "downloadUrl": "https://civitai.com/api/download/models/698069?type=Training%20Data"}, {"id": 612998, "sizeKB": 223109.09765625, "name": "bbbXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T11:56:22.530Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F9238628", "AutoV2": "63285587B7", "SHA256": "63285587B7E8D2F74F206BF0D4EFD708CB94F758ADA232963284116E070F9C0A", "CRC32": "80A2E8AA", "BLAKE3": "100F9EB6198E81870DDA43CBF9E5E0024792E43F9568133D4CC478C464085D0F", "AutoV3": "1A8EBB875FC4"}, "downloadUrl": "https://civitai.com/api/download/models/698069", "primary": true}], "images": [{"id": 22873635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03aee1a3-4e47-433c-9ede-dc7d92ab48a7/width=450/22873635.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UZL:Zgs.cukW?Hj[EMWXEmX8xZayMxWW%1s9", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22873942, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d03ef088-cf83-4854-aecc-45ba869c6cbb/width=450/22873942.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGKc;L,pC,K%^*ni5QOX0zSN={oeMxbv-pi_", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22876974, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a44ea3f2-8780-470e-be12-fe27bd0b9764/width=450/22876974.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UOM?l5-po}Nd,:RjWWt7UHWWV@s:EN%2s:Ip", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22874941, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/378075e3-8bf6-4f65-86d4-83464036cb2d/width=450/22874941.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7MPL8?aGa58|=e9R+=_1,M|eT-n04?t%f0N", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/698069", "modelId": 624405} \ No newline at end of file diff --git a/datasets/metadata/698101.json b/datasets/metadata/698101.json new file mode 100644 index 0000000000000000000000000000000000000000..e7554a4c71aab108901ab4a69460c821868b89ad --- /dev/null +++ b/datasets/metadata/698101.json @@ -0,0 +1 @@ +{"id": 698101, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-05T13:07:16.362Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 612893, "sizeKB": 19596.4697265625, "name": "698101_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T10:50:45.917Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3005EF4E", "AutoV2": "C54D727E84", "SHA256": "C54D727E840576E967988C35EB62D645A5A70092BD344A41F58998A4A184E482", "CRC32": "AD69ED19", "BLAKE3": "B821ADC4469D3FE6732ECBC2EEC6D964A9A64826CDD52F1A2025AD674B25F2E9"}, "downloadUrl": "https://civitai.com/api/download/models/698101?type=Training%20Data"}, {"id": 613103, "sizeKB": 223103.91015625, "name": "raven_v4-000012.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T13:06:01.566Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C5797EC8", "AutoV2": "83F378F4C3", "SHA256": "83F378F4C36F1AD59886A208CC8D8F0041B0A88DD2430730DEC10357E582B682", "CRC32": "D3F7A921", "BLAKE3": "406C7ADDBADAED6234EE48AD8E0D4770250F144486582B77E0048B13989C272E", "AutoV3": "C28C61E22E0F"}, "downloadUrl": "https://civitai.com/api/download/models/698101", "primary": true}], "images": [{"id": 22879086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fa24ade-e3bd-46af-9253-02ac028dafae/width=450/22879086.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UEK1E{R*uP.81jsS?GaysRS4VXs:yDkCofnh", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22878821, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e6c2b1b-a2a8-4d1c-8d6b-5b86b0690d81/width=450/22878821.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8KKNOx]Cm%N3sad~Cj@9Zfkv}kC~Vj]IUn$", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22879161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/980662f4-f0a2-4239-8a09-2845500a2f05/width=450/22879161.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDKdSp$eLNIU21T0?HxuD%aenNM_-poJn$t7", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/698101", "modelId": 624432} \ No newline at end of file diff --git a/datasets/metadata/698348.json b/datasets/metadata/698348.json new file mode 100644 index 0000000000000000000000000000000000000000..42868157cdbea6d18ff2120064d69da5a9dfb741 --- /dev/null +++ b/datasets/metadata/698348.json @@ -0,0 +1 @@ +{"id": 698348, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-05T16:59:51.873Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 613483, "sizeKB": 223340.96484375, "name": "Carmine_Red_Lips.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T16:41:02.427Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F8364D05", "AutoV2": "704ACBD537", "SHA256": "704ACBD5376623E7705BCB542DFFC5E7ADF41DF64EE01064F91C5A252F19A03D", "CRC32": "2641388F", "BLAKE3": "4C61FD977B5E073F3D74326FD4B19831CEA10B4DC50CBCA0E5B7206734463F52", "AutoV3": "7FD1E39CAF26"}, "downloadUrl": "https://civitai.com/api/download/models/698348", "primary": true}, {"id": 613121, "sizeKB": 353999.8818359375, "name": "698348_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T13:16:36.583Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E400DD2C", "AutoV2": "73FF004023", "SHA256": "73FF004023C50496B6B90B38C6699F7C2932D9EA6F6E53704FD131440ECF2E1D", "CRC32": "C1946677", "BLAKE3": "0EE536C5D0FAA4A2736DDD2982B2BDE9E7CBD51C2A5A5AB59D3C7225741F270F"}, "downloadUrl": "https://civitai.com/api/download/models/698348?type=Training%20Data"}], "images": [{"id": 22904666, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56af2030-a5c3-4816-a543-4bb87cf8fe14/width=450/22904666.jpeg", "nsfwLevel": 1, "width": 487, "height": 435, "hash": "U+O{aEoL%%t7?wj[xvkCSPj@VrWVxaa}n$oJ", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/698348", "modelId": 624649} \ No newline at end of file diff --git a/datasets/metadata/698625.json b/datasets/metadata/698625.json new file mode 100644 index 0000000000000000000000000000000000000000..c4191965a48bb646bc238dab4cff7e4c7b5193a3 --- /dev/null +++ b/datasets/metadata/698625.json @@ -0,0 +1 @@ +{"id": 698625, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-05T18:35:10.538Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 613395, "sizeKB": 5270.5068359375, "name": "698625_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T15:50:42.871Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7AB6A403", "AutoV2": "1D980798FF", "SHA256": "1D980798FF254B607B6BFEED72D02946298A4E5A6012650E6E82BAA33BC1538B", "CRC32": "9213CA68", "BLAKE3": "C1FF5904142F34EBDBC4ECBAB4F96A6A352C3B28DB9D25AB6ACCA6BF4D082F77"}, "downloadUrl": "https://civitai.com/api/download/models/698625?type=Training%20Data"}, {"id": 613769, "sizeKB": 223105.61328125, "name": "Beth.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T18:36:21.728Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "99DA4487", "AutoV2": "E1D388EEB1", "SHA256": "E1D388EEB174F3A0DC15912D41A88E25CFBE6B620A491FB8C973203FCF24699D", "CRC32": "CAE45146", "BLAKE3": "48969AA69F57C85E740391CDA8924C06F0C15871284D5A57E141D7D4BB206AAA", "AutoV3": "C703AA6FD9DC"}, "downloadUrl": "https://civitai.com/api/download/models/698625", "primary": true}], "images": [{"id": 22914769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1310052-1ece-48af-85b3-ec63281150cf/width=450/22914769.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWL{*lkD%hkC~VoLIus:-=kCbwoz%2ads:WB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22914945, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9bf6e0e-93f4-4ada-bb1e-42f80089f553/width=450/22914945.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U#OfcAt7?^s:-Tj[M|WCx^bHogaytSayofjZ", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22914947, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47bfb309-4350-43c7-b88d-372246a56096/width=450/22914947.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UlOW1%t7_NofwbWANGWBx]ozt7oM%MbHtRt7", "type": "image", "hasMeta": false, "onSite": false}, {"id": 22914878, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30577258-ea25-4be6-8163-53ee5a085d95/width=450/22914878.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U=Nc$ts:_Nt8%2ofR+WB%gRkWXofbcayjaj[", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/698625", "modelId": 624888} \ No newline at end of file diff --git a/datasets/metadata/698688.json b/datasets/metadata/698688.json new file mode 100644 index 0000000000000000000000000000000000000000..2619a41531ab2b52528626fe46abcc6da866cad2 --- /dev/null +++ b/datasets/metadata/698688.json @@ -0,0 +1 @@ +{"id": 698688, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-05T17:49:19.553Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 613466, "sizeKB": 115997.908203125, "name": "698688_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T16:30:48.103Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3CBEDFE7", "AutoV2": "09ABA8D426", "SHA256": "09ABA8D426A314AE8C4C0D89889AB726656BB9D4FA6290083BDD3F7C6DFA8600", "CRC32": "84FC0A22", "BLAKE3": "EE8717011761594C9F0668C023F476E6FC943E7049DB551C6C923EE6244B1E52"}, "downloadUrl": "https://civitai.com/api/download/models/698688?type=Training%20Data"}, {"id": 613668, "sizeKB": 223100.56640625, "name": "Tron_Style_V1_-_PONY.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/698688", "primary": true}], "images": [{"id": 22910647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/699bdace-e4b0-46ef-a285-65396044502a/width=450/22910647.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJDczY4nkrofYRI9-pR+MzsjIVtQg4adRitR", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22910644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22342d99-f685-4656-bef5-20bf12c6dc50/width=450/22910644.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UB7BWeg1X8xGE2VraxXUM|V?jZbw_4o#bcr;", "type": "image", "hasMeta": true, "onSite": false}, {"id": 22910645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c80bd0c0-e7b0-40a7-8d30-11955e9dda00/width=450/22910645.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U97xzSMxQkx]DOkVOrbI_NROrWofbdoyMwof", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/698688", "modelId": 624946} \ No newline at end of file diff --git a/datasets/metadata/698821.json b/datasets/metadata/698821.json new file mode 100644 index 0000000000000000000000000000000000000000..f70b24fc04cfa831920cb401d0fc03959e0489fc --- /dev/null +++ b/datasets/metadata/698821.json @@ -0,0 +1 @@ +{"id": 698821, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-06T14:23:41.812Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Trinamb, long hair, orange hair, red lips"], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 615661, "sizeKB": 223100.73046875, "name": "Trina-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T14:21:50.348Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0FBF80F8", "AutoV2": "3947B87946", "SHA256": "3947B87946DE5CA83FA78BE53513F80AD24B41114CC95E2A5CD6C3984D1E9DAB", "CRC32": "6194F9B5", "BLAKE3": "EE4709776A8F1FEA05FC592D63DA0D6D53A1D32DC8841A8366D04122C15E4BBF", "AutoV3": "3E629F93ABDE"}, "downloadUrl": "https://civitai.com/api/download/models/698821", "primary": true}, {"id": 615662, "sizeKB": 223100.73828125, "name": "Trina.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T14:22:26.815Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "030D0B86", "AutoV2": "756467BCD1", "SHA256": "756467BCD12AF8CD1225B5BBAAC3FFAB9347F3A863586C6C5941447EE409D70F", "CRC32": "A120E61B", "BLAKE3": "F0CFCFD3D2A5620A6E6B419C60D2D13A93B05F8C66467560E22E53DEF39C0605", "AutoV3": "CB9C709B561F"}, "downloadUrl": "https://civitai.com/api/download/models/698821?type=Model&format=SafeTensor"}, {"id": 614035, "sizeKB": 295990.646484375, "name": "698821_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T20:36:31.802Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "11D0D9E1", "AutoV2": "EEA0C08500", "SHA256": "EEA0C085006A456FFA8A1B4C46552919918C41592823AD699E9AB353741F1642", "CRC32": "470A9E93", "BLAKE3": "84AEA9296502B16EFE2F8B0E2C00DD6C718A5BA26A0008755E2517D515426D7F"}, "downloadUrl": "https://civitai.com/api/download/models/698821?type=Training%20Data"}], "images": [{"id": 23039152, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc57124e-a95d-42fa-bca5-59c879a734b3/width=450/23039152.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UMJF-~0$$e=Y~URQS~-6EgocS}bYrEt6$*OF", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/698821", "modelId": 625090} \ No newline at end of file diff --git a/datasets/metadata/69900.json b/datasets/metadata/69900.json new file mode 100644 index 0000000000000000000000000000000000000000..473b7eb3022f82b93267e51b29db96dd4c539281 --- /dev/null +++ b/datasets/metadata/69900.json @@ -0,0 +1 @@ +{"id": 69900, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-13T19:27:42.447Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 754, "ratingCount": 147, "rating": 5, "thumbsUpCount": 164, "thumbsDownCount": 0}, "files": [{"id": 48793, "sizeKB": 46133.1328125, "name": "Shion_wedding.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-13T19:35:55.087Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FC6855D6", "AutoV2": "8B0290BA95", "SHA256": "8B0290BA9502DDBCD4545EA0825163915F7D0AE814CFB6A4B3F862EEF4598658", "CRC32": "30044EEF", "BLAKE3": "97609F968CD3E312421ACF1A05E21139157436C158FCD715E77420F8A2E7D953"}, "downloadUrl": "https://civitai.com/api/download/models/69900?type=Training%20Data"}, {"id": 48792, "sizeKB": 64284.4140625, "name": "Shion_wedding-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-13T19:31:05.724Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0E2B32C5", "AutoV2": "084E843D81", "SHA256": "084E843D81E567905109E14738681ECE57146513872C55E52FBB6BC1BCE6C146", "CRC32": "7AB46229", "BLAKE3": "F065556E222A593DB3066CD3079290FA771F3503E600024827607D5F7D69920C", "AutoV3": "6CFAD89AF9E2"}, "downloadUrl": "https://civitai.com/api/download/models/69900", "primary": true}], "images": [{"id": 780627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47fcbfcb-4ae5-436f-a63d-177ac522a65c/width=450/780627.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDKAys~W000100M}x[In5Qxv$*jD?cIU%2xv", "type": "image"}, {"id": 780763, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66a1e319-5d52-478a-80a8-b056266eec87/width=450/780763.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UIIqv0~W0000009Fxu%M0J-;s:IUNdW=s:%2", "type": "image"}, {"id": 780587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fd67f5e-1d89-4d91-84c3-2f279aba923a/width=450/780587.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UDG8s5In00~X00of~qs.4:Rj-;s;E2t8agE1", "type": "image"}, {"id": 780597, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/054b08bb-5e34-47d4-9b1d-03485d963c62/width=450/780597.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "ULFh|-E000~X4nt6?bRj4:of-pRjIos=WCIo", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/69900", "modelId": 65265} \ No newline at end of file diff --git a/datasets/metadata/699014.json b/datasets/metadata/699014.json new file mode 100644 index 0000000000000000000000000000000000000000..6bf068616dd57d4acbde8c3ec8ee99c241ca19b7 --- /dev/null +++ b/datasets/metadata/699014.json @@ -0,0 +1 @@ +{"id": 699014, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-06T15:27:45.745Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 613773, "sizeKB": 135878.6669921875, "name": "699014_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T18:35:45.821Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2390FB94", "AutoV2": "D07EF814E4", "SHA256": "D07EF814E49F36A5F454AD656C7F23305E19FD368BB5DC45C3D3E6B5146FD0EF", "CRC32": "4EB9DEC8", "BLAKE3": "86A2713BCD72072F3C473709454703018AB4C0E2CC1F4F6561313E3008B21A36"}, "downloadUrl": "https://civitai.com/api/download/models/699014?type=Training%20Data"}, {"id": 615767, "sizeKB": 223100.69921875, "name": "Tron_Style_V1.5_-_DS.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T15:27:29.909Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5E51EA3F", "AutoV2": "4F98167CB0", "SHA256": "4F98167CB0619470FD9382867740DC85EA7A56B8DFCF778EB943BBB5AFB097B3", "CRC32": "FDB2E4AC", "BLAKE3": "B272F529403BF07E474A06ABCC15F15932D61DC61D24A35863A6B5EE31653675", "AutoV3": "EAD004796F37"}, "downloadUrl": "https://civitai.com/api/download/models/699014", "primary": true}], "images": [{"id": 23045385, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e33375e-288c-45fa-8cc8-a7d2a96a7bbd/width=450/23045385.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIDmgr?^Rk4mEk%$%g%MIANGM{xu-;RiRiNI", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23045383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07de2d77-788e-47e0-87c5-64f812f7362e/width=450/23045383.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTIX{$%1-7X9yroJI:xtO@s:NHbb~poJr=Rj", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23045384, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7dbdd824-4f64-4dd2-8a1d-e3bb8021b3d6/width=450/23045384.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8GRJK=l0KA10:DPtOXk9]9byExDE;}j?aMy", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/699014", "modelId": 625271} \ No newline at end of file diff --git a/datasets/metadata/699219.json b/datasets/metadata/699219.json new file mode 100644 index 0000000000000000000000000000000000000000..916e730ee6277a777d8dd4b869afdd5b19ae2cfa --- /dev/null +++ b/datasets/metadata/699219.json @@ -0,0 +1 @@ +{"id": 699219, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-05T20:11:57.866Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 10, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 613972, "sizeKB": 22240.21484375, "name": "leifang_doa-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T20:11:38.582Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9CCFB429", "AutoV2": "2903A5F0C5", "SHA256": "2903A5F0C5766C697740108F120CE42D0E1BEFE3B2779561AC4D8C00FCAC3ABD", "CRC32": "0FE30302", "BLAKE3": "EDC0CDDA6006D555588BE975CB8E729F5BD67928690577EE8F823059DED8E179", "AutoV3": "812203CF46EE"}, "downloadUrl": "https://civitai.com/api/download/models/699219", "primary": true}, {"id": 613971, "sizeKB": 14122.0859375, "name": "leifang_doa.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T20:11:39.020Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "12A4D59F", "AutoV2": "1902E15C43", "SHA256": "1902E15C4304B185993B73D6BAE4C070DC0FDEDCBF5E6CB0E46272C3DEF460F6", "CRC32": "B0FA8B46", "BLAKE3": "7526C473C50B5C665B53E8B0F02AD5D9046BA021B4EFD5D1D9C9B8F989C3CEEC"}, "downloadUrl": "https://civitai.com/api/download/models/699219?type=Training%20Data"}], "images": [{"id": 22924887, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a386b88-f63a-44ae-b628-8ee613d14214/width=450/22924887.jpeg", "nsfwLevel": 4, "width": 1224, "height": 1840, "hash": "UQLNDKxa%#R+O@j[?bxa4:ayt7WW~Wj[?Hs:", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/699219", "modelId": 625459} \ No newline at end of file diff --git a/datasets/metadata/699346.json b/datasets/metadata/699346.json new file mode 100644 index 0000000000000000000000000000000000000000..f7f7a91c1a3c269c06add35b77b10a46d77a6bdc --- /dev/null +++ b/datasets/metadata/699346.json @@ -0,0 +1 @@ +{"id": 699346, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-05T21:53:45.332Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 614157, "sizeKB": 223099.54296875, "name": "Teenage_Madison_Totally_Spies_PXL_1.5-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T21:51:30.864Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2FC98848", "AutoV2": "3755B5A0E3", "SHA256": "3755B5A0E3FFA44F9759E1C87013AB04176CC042844EA1AECDB2BB861644E6A9", "CRC32": "D1341E02", "BLAKE3": "CBD13EB79EB22E2D40208FF95A32CE483B9B59F36AD29A20B7B9A1077FDC3CA1", "AutoV3": "AE23307F09A3"}, "downloadUrl": "https://civitai.com/api/download/models/699346", "primary": true}, {"id": 614096, "sizeKB": 112.6298828125, "name": "699346_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T21:20:39.922Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "F789CD9BAA", "SHA256": "F789CD9BAA74864BA3DB3ECD5B3D451591EB766099417A6D0C629708B2668C04", "CRC32": "BAB2E53B", "BLAKE3": "73A3E023EA7DFA9781D5070118F2A1D6860E82F8AFDB9BA7C4FA2C3877892609"}, "downloadUrl": "https://civitai.com/api/download/models/699346?type=Training%20Data"}], "images": [], "downloadUrl": "https://civitai.com/api/download/models/699346", "modelId": 625572} \ No newline at end of file diff --git a/datasets/metadata/699354.json b/datasets/metadata/699354.json new file mode 100644 index 0000000000000000000000000000000000000000..f95d57ded2ca0e79cb0fc51957fbe4bd110baf54 --- /dev/null +++ b/datasets/metadata/699354.json @@ -0,0 +1 @@ +{"id": 699354, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-07T04:48:21.944Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 617510, "sizeKB": 223099.83984375, "name": "Raven_-_Summer_Time.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T04:41:27.878Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8DE6BDF2", "AutoV2": "7E7B526E18", "SHA256": "7E7B526E18C4D2BCC272FB05775E57FBB71566B0197467408FA7428408AE11A4", "CRC32": "369323AB", "BLAKE3": "E34351B04CE9D8FFB2D5AD6F18F926D0D228AFF62D12DD0ED61EFC28BC295C36", "AutoV3": "DE5AB74FEF4A"}, "downloadUrl": "https://civitai.com/api/download/models/699354", "primary": true}, {"id": 614121, "sizeKB": 31130.2255859375, "name": "699354_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T21:35:52.623Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5A9B5505", "AutoV2": "6489A2C18A", "SHA256": "6489A2C18ABF0902C588CDFCCC818221D5FDB5411F3C6C37ACD2D1AE9613AC40", "CRC32": "EAD0B81C", "BLAKE3": "6F6F50826DD5242ACF8A472CCA964E027090110A2828B6B290BADC5E47AC6544"}, "downloadUrl": "https://civitai.com/api/download/models/699354?type=Training%20Data"}], "images": [{"id": 23136189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30d50776-a912-42cf-a903-9b209ee6e796/width=450/23136189.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U4EVvxt6-;%3?bWED%%M_4ofoyRjIUt7j]Ri", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23136188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e3c1df3-33f8-4029-8010-85993586ae85/width=450/23136188.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UHGIf%xu_4WAxvofRjR%Rij[t7WVt8WVaes:", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23136191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98b58492-debe-47ba-934d-ffc43a2221ff/width=450/23136191.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U6Dl$%jX%4M{~UWXt8afRqjrkDWEtSj]awba", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/699354", "modelId": 625580} \ No newline at end of file diff --git a/datasets/metadata/699389.json b/datasets/metadata/699389.json new file mode 100644 index 0000000000000000000000000000000000000000..e742ff8e15655076cf070d109970043877684cab --- /dev/null +++ b/datasets/metadata/699389.json @@ -0,0 +1 @@ +{"id": 699389, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-05T21:57:59.654Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 614174, "sizeKB": 36978.234375, "name": "Madison_Totally_Spies-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T21:56:44.988Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "193FB8BA", "AutoV2": "2C0F2EBEA0", "SHA256": "2C0F2EBEA0D139632CD1151319D2FADB46C22506813DCAC84FF910216F352C76", "CRC32": "CF94742D", "BLAKE3": "D728D4CD9CB26DF53FDD6D841B173A713774BC5A0F873A03FC5604A262B0CC0C", "AutoV3": "BCC5F312DA01"}, "downloadUrl": "https://civitai.com/api/download/models/699389", "primary": true}, {"id": 614147, "sizeKB": 146.08984375, "name": "699389_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-05T21:45:45.538Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "CD4D4131C2", "SHA256": "CD4D4131C28E7472DE9048AAAF53434ACD9E46B6D3CB047E8C19AE49CA5371F6", "CRC32": "198789D7", "BLAKE3": "32180854741F38EEEF07062959A03CA405039AF57CE463FABE5A2BCD5EEA9E3B"}, "downloadUrl": "https://civitai.com/api/download/models/699389?type=Training%20Data"}], "images": [], "downloadUrl": "https://civitai.com/api/download/models/699389", "modelId": 625610} \ No newline at end of file diff --git a/datasets/metadata/699392.json b/datasets/metadata/699392.json new file mode 100644 index 0000000000000000000000000000000000000000..8d2cd43b70f24e8b482161b7c8df3828594c3726 --- /dev/null +++ b/datasets/metadata/699392.json @@ -0,0 +1 @@ +{"id": 699392, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-06T13:03:06.878Z", "availability": "Public", "nsfwLevel": 1, "description": "v1.0 - First version
10 images from Rishi's Sabie's arts were added
= 7 sprites
= 2 sprites [Chapter 5]
= 1 sprites [Chapter 6]
first time
then v1
", "trainedWords": [], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 616462, "sizeKB": 223099.72265625, "name": "Leather20240806-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T20:12:37.140Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B0F1ABEA", "AutoV2": "CF4978CF6C", "SHA256": "CF4978CF6CA7601070C42B1BA4A831605C41EBA217026A6F52EA624C5BD7F63D", "CRC32": "90F14C71", "BLAKE3": "13DBBA22EA33F6DCE129B917B3AEB22FA65A83C5A4A524256C9DF97C9426171F", "AutoV3": "03628007C9AE"}, "downloadUrl": "https://civitai.com/api/download/models/700320", "primary": true}, {"id": 614999, "sizeKB": 60144.267578125, "name": "700320_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T06:50:51.015Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D5C59318", "AutoV2": "B971ADF545", "SHA256": "B971ADF5450BEC196503B4984D54D8C6694C557282B0FE7667FCAD11E8929ED1", "CRC32": "3270410B", "BLAKE3": "0745CB7702EE1C9121054175EC323EA1926488CA30E929552F27F83A9B815B27"}, "downloadUrl": "https://civitai.com/api/download/models/700320?type=Training%20Data"}], "images": [{"id": 23113689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db75471b-ddef-48d8-bd32-660465cf7d12/width=450/23113689.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UBB:51T15S%1jD-TWUR+}?IpNGxD%1ofE2NH", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23113693, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/342456d0-2e34-4d39-adbf-32e0fa42fbbc/width=450/23113693.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "USFr39IW-URk~BNHt7oLf5xtI;oextR*NGWW", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23113692, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/378224e3-027b-442b-a8a9-320848469496/width=450/23113692.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "ULD93Vt70zM{~Bs:EMRjR-Rj-VWBX9ofo1a#", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23113691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90f753cc-c9bd-4a07-958f-3a922b5170db/width=450/23113691.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U5Bp9701-p9u-;~B0%xu^jxa9Z%M^+4:=_E1", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23113690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b083b84-755c-45f8-a79b-187bf5659470/width=450/23113690.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "ULCPCaNxEL%1~ANGR*xaRjjsxGR*I=xas.M|", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/700320", "modelId": 626463} \ No newline at end of file diff --git a/datasets/metadata/700388.json b/datasets/metadata/700388.json new file mode 100644 index 0000000000000000000000000000000000000000..8e98a5e2ff281e689d1be729e11006491d09b66d --- /dev/null +++ b/datasets/metadata/700388.json @@ -0,0 +1 @@ +{"id": 700388, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-06T13:39:26.748Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["zack_fair"], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 615081, "sizeKB": 23670.7958984375, "name": "700388_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T07:50:45.086Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5912E809", "AutoV2": "306DD36A2A", "SHA256": "306DD36A2ADD7EEB8D9D7A409D6A25C50D7B590C9F93D6A2A0BA768FE772F795", "CRC32": "C0A54AC4", "BLAKE3": "AED7C756C61DC983E77C8FE72868C655D80D5C8392BAF8F85B77F0039599F8A3"}, "downloadUrl": "https://civitai.com/api/download/models/700388?type=Training%20Data"}, {"id": 615554, "sizeKB": 223099.62109375, "name": "Zack_Fair_Pony_XL_v1.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/700388", "primary": true}], "images": [{"id": 23034405, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c358555a-c6b1-4aaf-a4d7-9e49847c79bf/width=450/23034405.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UACZO+Ot%hT0.T-;9bW=oMM|-UjF4:oL-o%2", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23034406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae92dc70-986b-4421-9997-60af2c52781c/width=450/23034406.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6BMoYRiDj9a?v?G0Loz0LIp~B%101Rj%g%1", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23034403, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17360be8-8985-4854-a315-0be2f17606ae/width=450/23034403.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8B:T.R*Vt0e~q-o9aV@4.57-o-o0fM|%M-p", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/700388", "modelId": 626530} \ No newline at end of file diff --git a/datasets/metadata/700409.json b/datasets/metadata/700409.json new file mode 100644 index 0000000000000000000000000000000000000000..e4df7dcdd40d6f6f8fb71829e759fddf3e7bd958 --- /dev/null +++ b/datasets/metadata/700409.json @@ -0,0 +1 @@ +{"id": 700409, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-06T07:40:42.348Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 615065, "sizeKB": 32409.1630859375, "name": "mattotti2_training_data.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/700409?type=Training%20Data"}, {"id": 615067, "sizeKB": 223115.13671875, "name": "Lorenzotest-000017.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T07:40:57.326Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "062E58FB", "AutoV2": "4D0868A0D0", "SHA256": "4D0868A0D02BBCE78F23D46F305DC449F0DE835ABED4583EF6D52960C9609B6F", "CRC32": "3EC92AAB", "BLAKE3": "D17423FE7431D2898B3EF4FFD6B838804A273FD044CE3D3F45C4C318AE98F0E9", "AutoV3": "5F7D7994CCF6"}, "downloadUrl": "https://civitai.com/api/download/models/700409", "primary": true}], "images": [{"id": 23002020, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e17ebc9d-efc1-41ed-81aa-e7cd9f12f590/width=450/23002020.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "ULHfk@Te?H%hivaJf6x^_NtRWBog%gtSWAWA", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23002066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d617d60-2add-4a18-b4b4-a0feee12fe5a/width=450/23002066.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U46@WpAt+]-p-C%2rrWY}]t7ozV[pJ$jsAOX", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23002159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fbba66b7-ad43-46c1-9b12-bb3d56a49e5b/width=450/23002159.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U98D^XtSRP9F~W%MadIU%M%2ofRkxtxaofof", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23002225, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/301dc6f6-0652-4389-967c-b9459fd0abb1/width=450/23002225.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U368Q;4T^+^l0dp{9tIUvz^,v}rCYP9tOsS$", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/700409", "modelId": 626544} \ No newline at end of file diff --git a/datasets/metadata/700780.json b/datasets/metadata/700780.json new file mode 100644 index 0000000000000000000000000000000000000000..d132f200f9eea5eedf558db7d7fee64f60a02655 --- /dev/null +++ b/datasets/metadata/700780.json @@ -0,0 +1 @@ +{"id": 700780, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-06T16:48:31.499Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 615991, "sizeKB": 223456.24609375, "name": "Pink_Lips.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T16:42:39.309Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AC4BB683", "AutoV2": "5842269D0E", "SHA256": "5842269D0E43D44331B37940EFB0CC513D84B9D2B44CA129542C69630C524082", "CRC32": "1FCE4009", "BLAKE3": "94F50A14837C5F16C87745F51C3FC26C63D6C3E05771844F45B8E4ACB4650C27", "AutoV3": "EC66E680F579"}, "downloadUrl": "https://civitai.com/api/download/models/700780", "primary": true}, {"id": 615380, "sizeKB": 523657.1103515625, "name": "700780_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T12:01:04.942Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E145635A", "AutoV2": "6C48F036AB", "SHA256": "6C48F036AB7065B625B1081627093E33AAC4D02D2DFE4AF27B0DC9F9DCBB34CA", "CRC32": "31D53596", "BLAKE3": "B8807159FD2B788E8E9CD604C6DBD298145B360B1A30343F287F97DEE03968D3"}, "downloadUrl": "https://civitai.com/api/download/models/700780?type=Training%20Data"}], "images": [{"id": 23055033, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b913e075-84ec-451f-9d63-8225fb2adcb9/width=450/23055033.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFH0x8J660,J~B-p}[NGGR-W^8N?R-xa%Lbb", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/700780", "modelId": 626885} \ No newline at end of file diff --git a/datasets/metadata/700822.json b/datasets/metadata/700822.json new file mode 100644 index 0000000000000000000000000000000000000000..caa3543bd429a39c034ebdd8b16f8a4e92e0c917 --- /dev/null +++ b/datasets/metadata/700822.json @@ -0,0 +1 @@ +{"id": 700822, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-06T16:19:05.584Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 615407, "sizeKB": 433724.642578125, "name": "700822_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T12:26:40.601Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "BF638B34", "AutoV2": "D696FB6A5F", "SHA256": "D696FB6A5F5CCD57893D0617E40BC01F40DA91C9EB5639F23CFEA42B333CC7FD", "CRC32": "11B41FB8", "BLAKE3": "B17D433F7AFBDE5951A372D192BDC1BAF53FE17165C62170379F44B5523E5F06"}, "downloadUrl": "https://civitai.com/api/download/models/700822?type=Training%20Data"}, {"id": 615871, "sizeKB": 223402.30859375, "name": "Iridescent_Rainbow_Lips.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T16:05:51.510Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5207CF63", "AutoV2": "0E9C930ECA", "SHA256": "0E9C930ECA05AAB7F54ACC69D93D42E7779CAB24EBF382D594FA7FCBA455D990", "CRC32": "E9C6ED3B", "BLAKE3": "49A6C5B5D4316A28AB09BA8A1F8DAFD24917475B2EBE7819AAAE1D04C3C07EB7", "AutoV3": "A041C2CC2C4B"}, "downloadUrl": "https://civitai.com/api/download/models/700822", "primary": true}], "images": [{"id": 23051333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8233403-21fa-4757-a57a-ba27dd15d460/width=450/23051333.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEELZ;%1D%xG~B?H%2M{^j%3kqRjb_-o-UNx", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23051338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53bd5891-9b33-4cad-af7d-2dc65976eeb3/width=450/23051338.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEGt=}}?%M9Z^j_2$*tR={S$ozn%%1xuxtof", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23051334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/075e1f29-df5f-4d0e-84ad-d976bb9eb886/width=450/23051334.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFE.IX^*MxNZ~Bof-oae%0kW-;nkxaofxtWV", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/700822", "modelId": 626918} \ No newline at end of file diff --git a/datasets/metadata/700846.json b/datasets/metadata/700846.json new file mode 100644 index 0000000000000000000000000000000000000000..26866579ce31897f47377f02699663fca4a6f4c5 --- /dev/null +++ b/datasets/metadata/700846.json @@ -0,0 +1 @@ +{"id": 700846, "index": 0, "name": "v1.0", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-06T17:27:27.984Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 616085, "sizeKB": 223335.28515625, "name": "Nude_Lips.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T17:23:08.781Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "027B8C53", "AutoV2": "579C74A4A9", "SHA256": "579C74A4A9C0F3B8D34E99C583DB77F1C78F7DD52750772F338B69203F1370BD", "CRC32": "76201182", "BLAKE3": "BC8001A6AD759646783111CCF12E2317503F8BBB55E0A890F2C3A0B716DC037F", "AutoV3": "282435E1CE96"}, "downloadUrl": "https://civitai.com/api/download/models/700846", "primary": true}, {"id": 615423, "sizeKB": 339419.0810546875, "name": "700846_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T12:35:55.296Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9E5626DA", "AutoV2": "A25F7EBB6A", "SHA256": "A25F7EBB6A9BB767AC267914282FFAF0480358852E4ACBDB82B16D2C58BD58A7", "CRC32": "B00260B0", "BLAKE3": "8117D216F38859998CC4837278EB0696768AE2E6EF09AD0D473E7DE675711D35"}, "downloadUrl": "https://civitai.com/api/download/models/700846?type=Training%20Data"}], "images": [{"id": 23059471, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d2c73db-58cb-42be-bd1a-a190dbe97168/width=450/23059471.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULH-Ml-oSKM{~Bxt?Gs:ozNG-pM|xtxat6a|", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/700846", "modelId": 626939} \ No newline at end of file diff --git a/datasets/metadata/701047.json b/datasets/metadata/701047.json new file mode 100644 index 0000000000000000000000000000000000000000..33488b5d80596c1e7ed6f9d228f18df5907afa60 --- /dev/null +++ b/datasets/metadata/701047.json @@ -0,0 +1 @@ +{"id": 701047, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-06T14:24:29.311Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 615665, "sizeKB": 36977.6484375, "name": "Ayamych_Silver.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T14:20:44.702Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "559C7F62", "AutoV2": "605865D7F5", "SHA256": "605865D7F53C5212DB6A8453D322DB52FCA3FB90E5FFA591C9E3CC55383A4EA7", "CRC32": "8DA4E117", "BLAKE3": "0FCE68F3622531293D33168999E7A8426D6A97EBFB084ADC0942515077418718", "AutoV3": "FBBDC4466373"}, "downloadUrl": "https://civitai.com/api/download/models/701047", "primary": true}, {"id": 615633, "sizeKB": 907.4482421875, "name": "701047_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T14:11:19.849Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "3F9E12A911", "SHA256": "3F9E12A9116DD5DECC9AAFF82ECB832F7D1028D2351E8A310865762E181B39D3", "CRC32": "5FD5D0B5", "BLAKE3": "6C2618E80B7FC401F442892A8E33AE502D73F35C3DB636EA6444C821711FB959"}, "downloadUrl": "https://civitai.com/api/download/models/701047?type=Training%20Data"}], "images": [{"id": 23039066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39ee70d4-bd3d-4a6b-ac77-ee072996c034/width=450/23039066.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "ULIXgUT1009Y9HxvR*jY9t%0xFWC~Vn#aKbb", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23039065, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d759cc9-ecbe-4b5f-b866-8205abd0a1f3/width=450/23039065.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBH-rq~q009F4;EmXTVrR~$y-St7rVRi-:%N", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23039067, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7183dc8-30f6-4a80-8f2e-7ec46ed9a217/width=450/23039067.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "ULIEb6I;0K4.IVt7M{t7NGo0t6ax~pR*M{ad", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/701047", "modelId": 627123} \ No newline at end of file diff --git a/datasets/metadata/701098.json b/datasets/metadata/701098.json new file mode 100644 index 0000000000000000000000000000000000000000..8921bd3bc5290da5f4f78e72582fd558f293f2e6 --- /dev/null +++ b/datasets/metadata/701098.json @@ -0,0 +1 @@ +{"id": 701098, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-06T15:19:00.397Z", "availability": "Public", "nsfwLevel": 28, "description": "This Version Allows you to Generate Indian Women with Makeup images
", "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 615690, "sizeKB": 248.7177734375, "name": "701098_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T14:35:40.636Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "0B357E0170", "SHA256": "0B357E0170FA7887955FF0A7BC2F5DC9673DECA6316CFA35710254EE4BA69C52", "CRC32": "8AB2AD57", "BLAKE3": "A3506008E1B277F7E621DEAFDB420BAB788C7EDC6789D370936CCF6299565449"}, "downloadUrl": "https://civitai.com/api/download/models/701098?type=Training%20Data"}, {"id": 615740, "sizeKB": 223099.82421875, "name": "Indian_Makeup_Style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T15:10:53.483Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "897F51AE", "AutoV2": "C036185A59", "SHA256": "C036185A59508E74DEBA2B84A5745687726463BFBD34CA270A7296E3C2D98B46", "CRC32": "3D3E03C4", "BLAKE3": "75B2B1BA07FE5FB3F35A4C8C722E5199B08DB195B027049D465BBBAD56AF461E", "AutoV3": "D38CF2412EA1"}, "downloadUrl": "https://civitai.com/api/download/models/701098", "primary": true}], "images": [{"id": 23044360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74af5f40-31c9-4eae-ae0e-f53fb28add61/width=450/23044360.jpeg", "nsfwLevel": 1, "width": 640, "height": 935, "hash": "UAG@rbQn0g~UcX0}?G%19awMv~Io?FSgsD^i", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23044356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3420f12-72cc-42e2-a710-e314d8585f4d/width=450/23044356.jpeg", "nsfwLevel": 1, "width": 640, "height": 935, "hash": "UCFXhq%M68%1~p9^tRNGIpxF^iNHRjNGRQ-U", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23044364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac02d0f4-6a65-491c-9e9e-92fc32a772ab/width=450/23044364.jpeg", "nsfwLevel": 2, "width": 640, "height": 935, "hash": "UEHUC00LuO-A.l,p.7aJ0M-nwJD*=wOEMeSg", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23044363, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/338288fe-8b65-4acd-9682-1d6035dc9494/width=450/23044363.jpeg", "nsfwLevel": 1, "width": 640, "height": 935, "hash": "UCFh07I:02~V02r?tPi|nN%L^PE19uR+t7s.", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/701098", "modelId": 627168} \ No newline at end of file diff --git a/datasets/metadata/701166.json b/datasets/metadata/701166.json new file mode 100644 index 0000000000000000000000000000000000000000..211fdafd04dd258695c0f9c5c151a007040d3ea6 --- /dev/null +++ b/datasets/metadata/701166.json @@ -0,0 +1 @@ +{"id": 701166, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-06T20:39:58.596Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Unto"], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 616533, "sizeKB": 36983.171875, "name": "Unto.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T20:41:11.265Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D63D6BC9", "AutoV2": "E2507FE52C", "SHA256": "E2507FE52CC138BD7C8E1AA1E04D6EC0AC023C8DB1C1ABD76FD41014679CC3F5", "CRC32": "D86AB3A0", "BLAKE3": "5B9D301BFF998C230ABCF191DAA5C658D756070442EAB24D7356241CA8C0BE27", "AutoV3": "38E9E3BDD1EF"}, "downloadUrl": "https://civitai.com/api/download/models/701166", "primary": true}, {"id": 615796, "sizeKB": 36163.13671875, "name": "701166_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T15:35:48.155Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A4546F84", "AutoV2": "43B039F6A8", "SHA256": "43B039F6A892F3CE22E2321C06B0793E4561EAF436046A170937D78AE0632F31", "CRC32": "16314FB4", "BLAKE3": "C6D5C49170C5A656B6BEB7C79288A2BECC3E80ADA3F730FC6CA7625D58C6194F"}, "downloadUrl": "https://civitai.com/api/download/models/701166?type=Training%20Data"}], "images": [{"id": 23080135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da52d7f5-e239-47dc-a407-9014e20faa4d/width=450/23080135.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UgI;;Z~VIAnh=|-o%MxtV]oybbIV-:RjD*R*", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23080134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4227ab38-56f3-4560-910d-7d6d69ad6e73/width=450/23080134.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCHxTm%3o=kR00oeoOWBRaX2r|n-~UkSStoc", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23080133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c12cc87b-f6a3-4c7a-bd3a-3452e4cc6b8d/width=450/23080133.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UlHe?|%$g3xa_NtSt7Rjx]kCofaeodjYoft7", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/701166", "modelId": 627230} \ No newline at end of file diff --git a/datasets/metadata/701192.json b/datasets/metadata/701192.json new file mode 100644 index 0000000000000000000000000000000000000000..e2a20b539de7d1cee0566632f2eb97017ec07746 --- /dev/null +++ b/datasets/metadata/701192.json @@ -0,0 +1 @@ +{"id": 701192, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-06T17:42:45.275Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": ["PUYAL"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 616161, "sizeKB": 223108.54296875, "name": "Puyal_Style-000009.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/701192", "primary": true}, {"id": 615963, "sizeKB": 5393.123046875, "name": "701192_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T16:36:17.644Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "14CFFF68", "AutoV2": "F0B6E7522D", "SHA256": "F0B6E7522D993177F2755FC16EC52F8D80C3ABD6B970E52F7D97697667814CC3", "CRC32": "50ED9821", "BLAKE3": "5BF626B50FCAABE1548D0C247ED238F2E609A7BB88DB4C57F0A3036BC2AC5B0D"}, "downloadUrl": "https://civitai.com/api/download/models/701192?type=Training%20Data"}], "images": [{"id": 23061417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b18ea6a-0579-438e-b448-9b431a642767/width=450/23061417.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UWLXVvoft7xu~qayxuRjt7t7ofRj%MofRjt7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23061430, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44b7d44f-5db7-4cd3-8cf4-25532a70e7ba/width=450/23061430.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UNKT}9tRx]D+X.%1s:xu_3R-NHRj~pt7jakD", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23061429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0733dd34-a5ed-4702-8419-5e4213ee3dce/width=450/23061429.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U8I#oK%L?u-.00xt-Ta#~oof-.-o=_odShWB", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/701192", "modelId": 627252} \ No newline at end of file diff --git a/datasets/metadata/701373.json b/datasets/metadata/701373.json new file mode 100644 index 0000000000000000000000000000000000000000..fb300f638479cb3c6b7684ed33dc48e3bcdd2ed6 --- /dev/null +++ b/datasets/metadata/701373.json @@ -0,0 +1 @@ +{"id": 701373, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-06T19:53:44.468Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 616016, "sizeKB": 95667.927734375, "name": "701373_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T16:56:59.035Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EE76BB55", "AutoV2": "EA329BEB59", "SHA256": "EA329BEB594948766898CBEDE26736FB21C0659EB7F13161FD908F93773A78E4", "CRC32": "4BEE389B", "BLAKE3": "DF3F6FFFC4E341D3753089FAF8F9BCFD9E578F6810D529861D03A59770C9065D"}, "downloadUrl": "https://civitai.com/api/download/models/701373?type=Training%20Data"}, {"id": 616433, "sizeKB": 863333.59765625, "name": "monitashina.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/701373", "primary": true}], "images": [{"id": 23075230, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae1cbc06-3029-47b1-a7ce-c992c1926eab/width=450/23075230.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIGk%s~DI9NG4;xuj]baAA9tkWxaIUNGoLaK", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23075228, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adb22585-b774-45d3-8786-8079119732ca/width=450/23075228.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIK^py$+=~b^^-WB9Ej[t8W.oIxaD%W=%MV[", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23075229, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/735420a7-83dd-4745-bfd0-d65e8def943e/width=450/23075229.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEF=drs:0e-U|;oMoI=x%MbG].^P^jt6v~-U", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/701373", "modelId": 627371} \ No newline at end of file diff --git a/datasets/metadata/701386.json b/datasets/metadata/701386.json new file mode 100644 index 0000000000000000000000000000000000000000..d04776a2323f67920cda771a88e0ec2a7e21371b --- /dev/null +++ b/datasets/metadata/701386.json @@ -0,0 +1 @@ +{"id": 701386, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-06T19:02:51.372Z", "availability": "Public", "nsfwLevel": 1, "description": "First version
", "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 616238, "sizeKB": 33375.7919921875, "name": "701386_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T18:21:19.248Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4F7DB463", "AutoV2": "FB791A97C6", "SHA256": "FB791A97C6491C97DEDA2BC5AE48DD838A3AEC14B6EA099790E675AE5F7467F4", "CRC32": "ACD277C1", "BLAKE3": "41C204141FF97208B4A525B8CB995B21831222EEA795FB0683C7278407D5EEDC"}, "downloadUrl": "https://civitai.com/api/download/models/701386?type=Training%20Data"}, {"id": 616320, "sizeKB": 223102.02734375, "name": "Surface_of_the_Moon__Lunar_Surface_\u6708\u9762.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T19:00:54.213Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B3BA1B93", "AutoV2": "314A7E15C9", "SHA256": "314A7E15C9289AF1738CE8F421AB56B06DDD33AB551028752F824879FB52959B", "CRC32": "49D53698", "BLAKE3": "353EE6995FAAAA62789B069165CBA73CF95B1267EB41B1152F9AB7E7BABE8849", "AutoV3": "F5BD34836C29"}, "downloadUrl": "https://civitai.com/api/download/models/701386", "primary": true}], "images": [{"id": 23070101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9edb74e-ab53-497e-aad1-6572e95cfce1/width=450/23070101.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3C?yC%g00M{_4IU4T?v00Mxn2M_00%M%2Rj", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23070100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72b6c89b-4c86-4406-8bc3-447b93499a50/width=450/23070100.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAD9hz9ZE2~V00xuj@Rj00%Lxa9a?HIUoMxu", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23070102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61ac965d-4b49-4fab-9660-3f06eacabe85/width=450/23070102.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7CZeQIoD*xu00t7%LR*.7oft6Rj~WM{IVt7", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/701386", "modelId": 627380} \ No newline at end of file diff --git a/datasets/metadata/701517.json b/datasets/metadata/701517.json new file mode 100644 index 0000000000000000000000000000000000000000..6fb0cb03bd5366f946e307ca90ffd3f329f189fd --- /dev/null +++ b/datasets/metadata/701517.json @@ -0,0 +1 @@ +{"id": 701517, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-06T19:06:43.450Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Unto"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 616157, "sizeKB": 6606.515625, "name": "701517_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T17:42:00.353Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DB4A113D", "AutoV2": "DB4D295724", "SHA256": "DB4D2957249E5888963D1AC9FF336D4F0567321EABABB24F767EAC48A40A761A", "CRC32": "FD6B90B7", "BLAKE3": "7F6DE3EFF0BF8318CC07C3826B5A5A03128DEF981DF964301DAE58DAB4821F18"}, "downloadUrl": "https://civitai.com/api/download/models/701517?type=Training%20Data"}, {"id": 616312, "sizeKB": 36978.953125, "name": "Unto-t1-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T18:56:20.866Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B20FCE41", "AutoV2": "6882CD4F1E", "SHA256": "6882CD4F1EA8B5FE3287D21640C1CE216E2CA56AABC7677F4655CB6200E80D6B", "CRC32": "D02B95C3", "BLAKE3": "9B7CD65BE9FCEF2A11DA4A94896E3EFB13F2436F56AABE7F83E1350B05EC5B94", "AutoV3": "D0EE5F57B2A0"}, "downloadUrl": "https://civitai.com/api/download/models/701517", "primary": true}], "images": [{"id": 23070503, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9977f43f-fab8-4d56-b240-551ccf9fb496/width=450/23070503.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UOI#AH9Gs;%1~X,.kDw]-p%MxtoyxCxbNFE2", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23070506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4cb8f2f0-df69-4444-bcda-0120b2b32019/width=450/23070506.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UrEWj=n$WBWB.Tjse.jZNKbIjFjtROaya}a#", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23070508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffe513b1-38cb-4db2-8c2c-0a9bc2086705/width=450/23070508.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UyFi#]kBNGf,?wkCWBkCXUkCs.oLRjbHoLjZ", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/701517", "modelId": 627481} \ No newline at end of file diff --git a/datasets/metadata/701562.json b/datasets/metadata/701562.json new file mode 100644 index 0000000000000000000000000000000000000000..3b11aa4c4b0e1377de5bab767219a17970eb84bc --- /dev/null +++ b/datasets/metadata/701562.json @@ -0,0 +1 @@ +{"id": 701562, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-06T17:53:44.013Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": ["pregnant bikini contest"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 616146, "sizeKB": 3710.966796875, "name": "628707_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T17:37:13.539Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "882902D7", "AutoV2": "A185012BBA", "SHA256": "A185012BBAFEE2FF05ACD9E6DC8571C0936C2C1B36C01F91CD7E29669192E785", "CRC32": "D40C5A81", "BLAKE3": "CF80DD93296831129E6AF57FE0B282A2C7F747BF270E851479368206C3711974"}, "downloadUrl": "https://civitai.com/api/download/models/701562", "primary": true}], "images": [{"id": 23062108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94aefc6d-9128-4bae-92f1-3d673f9a0f9f/width=450/23062108.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UBGQ;0Ek^h%M5=4:oHIp02NFEMRP~X-oM{xZ", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23062112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47158a98-4a2d-49b4-b91e-3dcbd0ec4208/width=450/23062112.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8DRvr=x}@s:0zR+s.kC00ozI:WC^+ofE1WB", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23062114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c5bb2df-faed-410e-8b8b-c62492acd0a4/width=450/23062114.jpeg", "nsfwLevel": 4, "width": 1216, "height": 832, "hash": "UFEBmf%2E0wIEKRlR.of0eRkR.X8~WWrE1V@", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23062116, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0691c88-435a-4171-93b9-a1bb8219cd86/width=450/23062116.jpeg", "nsfwLevel": 4, "width": 1216, "height": 832, "hash": "UGEn-S%1oJ$*0LR%t7bH0LWBR*R*~VazRjjt", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23062120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33a6f6d1-1357-437a-a777-b1de2f55a331/width=450/23062120.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UBGtytNg-:$*?]kX~WS50L%L%hx]XU^*E2-:", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23062117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8478e837-5b3e-4a3e-a827-fe6b0cff9093/width=450/23062117.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UXINaR-n%L-o~p$~odoetl%1R*NH%gs:R+WW", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23062121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca63fca5-9a0e-4eb6-a54f-a881f2c85d2e/width=450/23062121.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U9G@=M4n~B00BpMI-;=|0gMcpJtR.T9EbdkC", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23062122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/855f5489-3177-4d74-8757-1ad154780ec6/width=450/23062122.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UbKvv=bHNKW=~podRloL%gr=Rkn%%Ms9ayj@", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23062123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/658b67cf-634b-4341-b759-e90230c51a67/width=450/23062123.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UII|g-^iI:kB_N-ot6t6u5-ojYoLtmt6t7oM", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/701562", "modelId": 627510} \ No newline at end of file diff --git a/datasets/metadata/701729.json b/datasets/metadata/701729.json new file mode 100644 index 0000000000000000000000000000000000000000..70dd44046262cd22bfdf367e24bff1841668e524 --- /dev/null +++ b/datasets/metadata/701729.json @@ -0,0 +1 @@ +{"id": 701729, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-07T00:41:38.321Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["modernknight", "knight", "helmet", "armor"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 616318, "sizeKB": 277934.3359375, "name": "701729_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T19:01:36.971Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "965B9CE2", "AutoV2": "3287FA3678", "SHA256": "3287FA36783554E59430D19CE3D85000D1C76E9FEFAEB62859BF0440EA8BDF76", "CRC32": "FA21002D", "BLAKE3": "47C80E32CDE9B0CB82AC2330C1A2F4FDC3B88B28181F3D375D12FE2CCEAAE32B"}, "downloadUrl": "https://civitai.com/api/download/models/701729?type=Training%20Data"}, {"id": 617047, "sizeKB": 223102.72265625, "name": "Modern_Day_Knights_Pony_XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T00:40:54.279Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B4E938C0", "AutoV2": "DEBAACA0E6", "SHA256": "DEBAACA0E67E98D09E454496367AA94A5E98A1A1DC4992C4D4345F52D234F824", "CRC32": "9EDEAB9D", "BLAKE3": "2D8428F160E90951953EF3F10B490D2219C6357DD42B9D616BB5D24F2AE79A7A", "AutoV3": "189A1CE14227"}, "downloadUrl": "https://civitai.com/api/download/models/701729", "primary": true}], "images": [{"id": 23108176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2753571b-b2b6-4adc-a127-881b72648c5a/width=450/23108176.jpeg", "nsfwLevel": 1, "width": 1528, "height": 1528, "hash": "U7Ex-8~AMdx]_3D*xCo~57xZxuaynMWCXT-S", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23108174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2af92483-7475-4737-a85f-a032034ea6ea/width=450/23108174.jpeg", "nsfwLevel": 1, "width": 1528, "height": 1528, "hash": "U6E2:=5Yrp^$01$%4nNLR4M{RkIr-:o~~WM_", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23108171, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9ff84a3-214e-42eb-915d-ec989e4b0600/width=450/23108171.jpeg", "nsfwLevel": 1, "width": 1528, "height": 1528, "hash": "UJEe=G9FxW%L~pD%oK%M%LM{fQ%LozWBs:R+", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23108173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/734fab06-6ef0-4dce-abe0-d89b748284be/width=450/23108173.jpeg", "nsfwLevel": 1, "width": 1528, "height": 1528, "hash": "U6Cs5K00n34:~p01?FMxIUi{tlRPt7-pShD%", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23108172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b64264bd-9a37-494e-964e-afb687edf4d3/width=450/23108172.jpeg", "nsfwLevel": 1, "width": 1528, "height": 1528, "hash": "UJEL+]4oxDxa~p9Zj@xut7M{WX%2tRRjxaR*", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23108177, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1f70ca1-2750-49d7-acb1-e23ab0170649/width=450/23108177.jpeg", "nsfwLevel": 1, "width": 1528, "height": 1528, "hash": "UBEoD9}?MxtR.8M|jFX9E3t6xuofi^R*NdxZ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23108179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/766d9355-ba61-40e9-bf0c-baea321224aa/width=450/23108179.jpeg", "nsfwLevel": 1, "width": 1528, "height": 1528, "hash": "U7D]6u4;I9s9?axa~B4oj?D$xs9u9tIUNbIo", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23108175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48a7898f-ac6b-490b-a5ef-6ab516a1f848/width=450/23108175.jpeg", "nsfwLevel": 1, "width": 1528, "height": 1528, "hash": "U7Ex;F}=Di%g?wIU$zXU4;s,%Mxu-5M|EQsk", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23108180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59366c80-c4f4-4ac5-adfa-90ca5ea7150a/width=450/23108180.jpeg", "nsfwLevel": 1, "width": 1528, "height": 1528, "hash": "U5Db{6vyI:02020L9E%14n~Bxa%K~VIA~qE1", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/701729", "modelId": 627672} \ No newline at end of file diff --git a/datasets/metadata/701746.json b/datasets/metadata/701746.json new file mode 100644 index 0000000000000000000000000000000000000000..ffa9cb0931f26db3f875f1356a5d56193977e63d --- /dev/null +++ b/datasets/metadata/701746.json @@ -0,0 +1 @@ +{"id": 701746, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-06T19:08:34.584Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 616342, "sizeKB": 22236.72265625, "name": "Grace_Auvergne_OldMAN-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T19:11:06.613Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "127F642A", "AutoV2": "B493B4D6F4", "SHA256": "B493B4D6F40FC1FD1D536D97AE6D67EA5C1FABF13AAEAE9A3BB71A34E6975606", "CRC32": "186E9056", "BLAKE3": "49F072D184DEAFF399956CDD5D989B52196E7054FCC2802AD7BB0F3086BDED00", "AutoV3": "DF41453A5E8B"}, "downloadUrl": "https://civitai.com/api/download/models/701746", "primary": true}, {"id": 616341, "sizeKB": 10968.2607421875, "name": "Grace_Auvergne_OldMAN.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T19:10:37.287Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6C735B1E", "AutoV2": "ADC39B7B52", "SHA256": "ADC39B7B529C534FB9B333D04AEF5185E641EFCB8EF45AE748616A336AC4D9C3", "CRC32": "1C83FCCA", "BLAKE3": "0AFECE2E923DC564E02383E1265B2912E619346C5AA9A8947BFB211A3EAADDEB"}, "downloadUrl": "https://civitai.com/api/download/models/701746?type=Training%20Data"}], "images": [{"id": 23070642, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b892b967-1212-46b4-8bdb-5e4296c089da/width=450/23070642.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1840, "hash": "UiO.E#%grqxv.kt9JDxts;ofbJa{kXowwIV[", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/701746", "modelId": 627687} \ No newline at end of file diff --git a/datasets/metadata/701784.json b/datasets/metadata/701784.json new file mode 100644 index 0000000000000000000000000000000000000000..ce0b11a4fcd673475bfb336af7bc7f60d305298a --- /dev/null +++ b/datasets/metadata/701784.json @@ -0,0 +1 @@ +{"id": 701784, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-07T03:14:43.230Z", "availability": "Public", "nsfwLevel": 28, "description": "About this version
More distant images may show some artifacts, distortions or disproportions in the face and hands when generating images in Civitai, which is why the recommendation of this LoRA is to use characters closer to the image or use some Embedding to reduce errors in the face.
", "trainedWords": ["by totesfleisch8"], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 617313, "sizeKB": 223147.29296875, "name": "Totesfleisch8_Style_Lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T02:50:49.232Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5BE24F34", "AutoV2": "C53C9FD513", "SHA256": "C53C9FD513F4AED98481B24B78E36BF72784C3AF3C83B316A1F3C1F97019EC20", "CRC32": "A9D86337", "BLAKE3": "E22F75B478DA64EAB1ED2111CE14DEC0C67D3DC8BFD424580E330460BB5CE72D", "AutoV3": "6C535145359E"}, "downloadUrl": "https://civitai.com/api/download/models/701784", "primary": true}, {"id": 616662, "sizeKB": 252272.193359375, "name": "701784_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T21:41:21.829Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "45E8BB4D", "AutoV2": "1AF594DA62", "SHA256": "1AF594DA62CE455BA107FBB591B243891302A09ED8CB0F92CB5E1DED71393AAF", "CRC32": "94BDFF7B", "BLAKE3": "9EE779FD048FC436FCA851757846FAAC24CA8282F0B7F61CD07AF4E39D56AADF"}, "downloadUrl": "https://civitai.com/api/download/models/701784?type=Training%20Data"}], "images": [{"id": 23124721, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f5062d0-47b8-4f25-a863-8e7b517481f6/width=450/23124721.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHLD3@IU%M8_yWDjx]E2t,M|=_M|~p9uE*sl", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23124738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfad78ba-530b-48e1-be55-fd50422d4b22/width=450/23124738.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKI=JO9%ks}@Z}IBVsR$D*rqxsI;$vnOS~xb", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23124748, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00875f26-9471-4b71-b9c6-ca0dc6a860b8/width=450/23124748.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UWH-.At7?vxt~pfQ%MWB%MR*MyWBM{ofjYay", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23124758, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba6a1392-33af-4d5b-906e-c0c01b5eb556/width=450/23124758.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UMJQ$RsEM^$*~VxHR%s:xAaft7oM9afioLa{", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23124720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fa35647-e33e-4119-9ff5-51af75864d44/width=450/23124720.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "ULF6UtV[14S%Y7i_nNoz*0jYoJay?HRk9Zf6", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23124719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d880d9c7-1a2e-4947-93cf-8bdcc0d44e80/width=450/23124719.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBGuwHDi7z%2%gWV+FtS1gNGMbtR~WIA00xu", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23124729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12b8a355-fe72-402c-911c-b2e52cab3e0c/width=450/23124729.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UHIh1^01NZMxCm#*WYRj0;%0?G$yxJNGV[E2", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23124735, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1646afec-fb49-4e28-ae51-6686a3975dfa/width=450/23124735.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U5HBb#$f1R$j.700n2D$01~q=Z.8$M%g$cxb", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23124740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bafd7d1-b9c3-4e0a-845e-0c2aeaaf9da7/width=450/23124740.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U9E{FJ00tm_2009c-pIU02_NrpNy?GMxx]xt", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23124753, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05897309-b0b1-44c8-b2c3-7b03c7f7f3f5/width=450/23124753.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U6C?fK0200,v4:-:^%4:00?G~TIo}]NZ0f-p", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23124747, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1aa3cc0f-0a57-4291-bbc9-4cfb3ee6b447/width=450/23124747.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UQG9HxNLGJn$G1j]XUt7IWsl-PM|NgM|oeof", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23124754, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/262e0441-99b8-4f33-b783-f2b61ff1af4a/width=450/23124754.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJF51^~A%L=|%gI]I=-U={-TNGIp$%xWxCe-", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23124757, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4007921-7caf-446b-b81a-8ab2388749f3/width=450/23124757.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UOIN,L%gx^%M~qxa%2s:NHi^s,R+t7D*Ipt7", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/701784", "modelId": 627721} \ No newline at end of file diff --git a/datasets/metadata/7018.json b/datasets/metadata/7018.json new file mode 100644 index 0000000000000000000000000000000000000000..0db95533cb5ab886ed7535dffab8017a67201919 --- /dev/null +++ b/datasets/metadata/7018.json @@ -0,0 +1 @@ +{"id": 7018, "index": 0, "name": "256 dim", "baseModel": "SD 1.4", "baseModelType": "Standard", "publishedAt": "2023-01-31T16:04:36.642Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 2063, "ratingCount": 321, "rating": 4.99, "thumbsUpCount": 355, "thumbsDownCount": 0}, "files": [{"id": 7140, "sizeKB": 17699.189453125, "name": "ZeldaCDI.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-01-31T16:06:28.445Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "91ADCEAE", "AutoV2": "642AC29359", "SHA256": "642AC2935921CC3545C53F86306447749C8F2ADBDFE7E75ED8DC4C3A2EA84853", "CRC32": "002CF34F", "BLAKE3": "9A03D73FAA86F44EFF07C6BAD87C85E86869289B22EEE546485E5229AD8D2345"}, "downloadUrl": "https://civitai.com/api/download/models/7018?type=Training%20Data"}, {"id": 7139, "sizeKB": 295026.505859375, "name": "ZeldaCDI256NAI.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-01-31T16:07:07.123Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "F505BAB3", "AutoV2": "172EA216B3", "SHA256": "172EA216B3BAB34CCDE9277B8DDCD96D75EAD07E7A861897D3C97D74150F4B4F", "CRC32": "89B530F7", "BLAKE3": "AB9C9A3E85ACC50D574CAC4B9CF9016D21555C5116ED642174C5A18ECA63542F", "AutoV3": "2E7700A89606"}, "downloadUrl": "https://civitai.com/api/download/models/7018", "primary": true}], "images": [{"id": 64500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/223cb61e-835e-4c56-777e-ae3ee68dea00/width=450/64500.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U8K0M.02059L05={+a~U07^ctRxn?8jdSLIX", "type": "image"}, {"id": 64493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc35bd92-6426-4620-99e1-a070afa56d00/width=450/64493.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UDFFKjMx0xD+1qM|Im$lBfW?~UxahE$*NuR$", "type": "image"}, {"id": 64499, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cc9b3e3-f1c1-49be-aa3e-c6f18a6d9500/width=450/64499.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UBJi^19a04yX05-:}S=E03,WOsNYIBEfS~EQ", "type": "image"}, {"id": 64498, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78e4607e-0c18-40ad-a97e-74c322eff700/width=450/64498.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UFHnyv.50wRY?OSt15JD0uNO?Fsj-vW.n:W-", "type": "image"}, {"id": 64497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc94189c-e8e9-4402-1992-b30083c61d00/width=450/64497.jpeg", "nsfwLevel": 2, "width": 768, "height": 768, "hash": "UCD]G7t79Exb00WCNGWB_NkCbeWU00azn-bH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/7018", "modelId": 6020} \ No newline at end of file diff --git a/datasets/metadata/701872.json b/datasets/metadata/701872.json new file mode 100644 index 0000000000000000000000000000000000000000..6b98f54d0a09d28c74abf7b16951ba99f8471e77 --- /dev/null +++ b/datasets/metadata/701872.json @@ -0,0 +1 @@ +{"id": 701872, "index": 0, "name": "0.1 Manuka SDXL alpha", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-07T08:35:48.685Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 616847, "sizeKB": 727064.623046875, "name": "701872_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T23:21:29.913Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5F4CB761", "AutoV2": "512796D137", "SHA256": "512796D1375D3EBB6A99ED5D3352B99355B9C918D4711722B39C4F3912BFA7AD", "CRC32": "51B516D1", "BLAKE3": "87D2BE87A0AC55EFBF36A618F5941B632559A7F2D64B39C2FD400C77D4A40C1C"}, "downloadUrl": "https://civitai.com/api/download/models/701872?type=Training%20Data"}, {"id": 617830, "sizeKB": 223105.03515625, "name": "Bronze_and_Copper_SDXL_-_for_Manuka.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T08:30:47.649Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "ED7C4DC0", "AutoV2": "1CBAAF10F2", "SHA256": "1CBAAF10F2372D2B5336A6DCB4716D3C44E0D032E524A5CB4E0E26F466483053", "CRC32": "62082587", "BLAKE3": "11BCEFAA6480566D76289F9DE926B1C1E1F7D9FCDF5F93C9EE4FF6D871DEB7A5", "AutoV3": "E84A8ED27157"}, "downloadUrl": "https://civitai.com/api/download/models/701872", "primary": true}], "images": [{"id": 23159977, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02327b8d-b532-4a95-8853-e5fbff62d07d/width=450/23159977.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAAm*CVZ4Wpa~nVtM}tQIBI;TI$h%dE3M}tP", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23159976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9eaced46-8389-4de1-84a0-8ecb15050f46/width=450/23159976.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4BV-10MJM~VPUr?S_SeM]IW%K9Fv{NI?E9Z", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/701872", "modelId": 627800} \ No newline at end of file diff --git a/datasets/metadata/701887.json b/datasets/metadata/701887.json new file mode 100644 index 0000000000000000000000000000000000000000..29ab279ed589bdf2d83375c390f2bc436fff94f8 --- /dev/null +++ b/datasets/metadata/701887.json @@ -0,0 +1 @@ +{"id": 701887, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-06T20:16:40.493Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 616480, "sizeKB": 22237.66015625, "name": "Marie_Rose_DOA-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T20:16:26.083Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "64B71345", "AutoV2": "F955EC52C5", "SHA256": "F955EC52C58ED42D577F23569B9AB395D3E7898D8C1638A072ACA30A286B3ECA", "CRC32": "9C921738", "BLAKE3": "DB81B40F5ABD72F6DE7DE69AA6A41D5A340A54EF0CE90EFD959373CC1AE91902", "AutoV3": "21191FE9F35E"}, "downloadUrl": "https://civitai.com/api/download/models/701887", "primary": true}, {"id": 616479, "sizeKB": 14354.7890625, "name": "Marie_Rose_DOA.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T20:16:46.969Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BE749E16", "AutoV2": "4F452D9568", "SHA256": "4F452D95683F9549AD32F2E39A71BFFCBAB4C0B29792E328968A64C08A239467", "CRC32": "7CD38F39", "BLAKE3": "CDC3849B45BF22A80CE5B6ABCA3F2711820C7A84FAF74A0ED29D45E3F1920E86"}, "downloadUrl": "https://civitai.com/api/download/models/701887?type=Training%20Data"}], "images": [{"id": 23077527, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/349190e7-dbd8-4869-b77e-ec0c124b4a35/width=450/23077527.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1840, "hash": "UNOy#0t7Ioxt=paeyEWBX.ofOHof_4of%NkC", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/701887", "modelId": 627814} \ No newline at end of file diff --git a/datasets/metadata/701956.json b/datasets/metadata/701956.json new file mode 100644 index 0000000000000000000000000000000000000000..10abc950acb1a3b5a729c931b575726ec761271b --- /dev/null +++ b/datasets/metadata/701956.json @@ -0,0 +1 @@ +{"id": 701956, "index": 0, "name": "aasimar 1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-06T20:52:25.254Z", "availability": "Public", "nsfwLevel": 1, "description": "ver 1.0
", "trainedWords": ["aasimar_protector, white eyes, wings, halo,", "aasimar_fallen, black eyes, bone wings, black halo,", "aasimar_scourge, glowing eyes, white eyes, halo, glowing tears,"], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 616559, "sizeKB": 38639.078125, "name": "700295_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T20:56:46.204Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7AE95E51", "AutoV2": "CCCC30C141", "SHA256": "CCCC30C14126D26EA70BDF44AD1A5C2AAF5B0793C9D58622ED7A50E305034D65", "CRC32": "76D2CC6B", "BLAKE3": "9640318D404E3D0921C3AC776EF88ABCAE9ECFB6F636AD180DB2C023885C5FEE"}, "downloadUrl": "https://civitai.com/api/download/models/701956?type=Training%20Data"}, {"id": 616560, "sizeKB": 223100.48828125, "name": "aasimar.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T20:58:08.373Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0E7CF687", "AutoV2": "FE54622779", "SHA256": "FE54622779224C889E5C0A12724334F2917BDD8B8C8931A89E8285839466891D", "CRC32": "31734AA8", "BLAKE3": "46BDDB981F45BD2549421DC37F26862BCB752C3D3215513E81397F53AD81E280", "AutoV3": "F1869AD531BB"}, "downloadUrl": "https://civitai.com/api/download/models/701956", "primary": true}], "images": [{"id": 23081514, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7048f52-9ea5-421f-b090-d46d04cc9fbc/width=450/23081514.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTI;nv~pJBIVxttRI;t79aj[jFWBx[ayi_V@", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/701956", "modelId": 627849} \ No newline at end of file diff --git a/datasets/metadata/701994.json b/datasets/metadata/701994.json new file mode 100644 index 0000000000000000000000000000000000000000..c0a0a0ee8a12bd034c7202ebde22b1ee6bb2249a --- /dev/null +++ b/datasets/metadata/701994.json @@ -0,0 +1 @@ +{"id": 701994, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-06T22:08:27.994Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 616602, "sizeKB": 4669.470703125, "name": "701994_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T21:11:13.862Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F685FFE7", "AutoV2": "7C64E3134B", "SHA256": "7C64E3134B1196AA0A8B0E61DAB412CBD0853DC4E33232CCB8C7C14BED7A6726", "CRC32": "7786A02E", "BLAKE3": "990A2B4506DFDCE528F9DA618D7A591722183E0BFF2B0C93738346BF6CBA7764"}, "downloadUrl": "https://civitai.com/api/download/models/701994?type=Training%20Data"}, {"id": 616711, "sizeKB": 223099.95703125, "name": "Renaissance_style-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-06T22:10:46.122Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5D74638D", "AutoV2": "F7944B2FF1", "SHA256": "F7944B2FF1C384A9B699671C6944E33FAE9C608CA2B160E14D6D4EA9112498BB", "CRC32": "EEA56002", "BLAKE3": "15D9DA84BD912F1AAD845E17E2A8582CC59CF12D59482663D3ABB7AAF6C04961", "AutoV3": "2DB123F9ADA6"}, "downloadUrl": "https://civitai.com/api/download/models/701994", "primary": true}], "images": [{"id": 23090061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c56a0c9-9a6c-45fb-a0b0-654d686dc6a1/width=450/23090061.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U7AKEwD4D%.900NdpJ%14=s8-:I@~2o#M}Mx", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23090059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32a9a04f-ccb7-40b2-bb31-de730c2a0291/width=450/23090059.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8FY191P4n014n0g~BE,D%Ip-;eT^%$fIobH", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23090060, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c74eb5d9-1231-43d4-9dac-e3f7f7224e42/width=450/23090060.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9Igr|+=00Rm0fjt?wIUNMD*%M$dpJIAkEn3", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/701994", "modelId": 627911} \ No newline at end of file diff --git a/datasets/metadata/70230.json b/datasets/metadata/70230.json new file mode 100644 index 0000000000000000000000000000000000000000..4be1f105a81bac3380902b4a0a373b0cd73b5562 --- /dev/null +++ b/datasets/metadata/70230.json @@ -0,0 +1 @@ +{"id": 70230, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-14T06:01:21.972Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 1595, "ratingCount": 213, "rating": 4.98, "thumbsUpCount": 246, "thumbsDownCount": 1}, "files": [{"id": 49007, "sizeKB": 40743.4228515625, "name": "Mai_Shiranui_DOA5LR.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-14T08:11:11.820Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D8D0B6F3", "AutoV2": "9309451B13", "SHA256": "9309451B13B3487C652B5680BA41F3DAEFC0415AB0D0310ADADCA4B9D28FF2C0", "CRC32": "3F17C83D", "BLAKE3": "99B349DABD392D9BF134219BF25584AF574FC531872DD49E53CDA2F812A5F4FD"}, "downloadUrl": "https://civitai.com/api/download/models/70230?type=Training%20Data"}, {"id": 48968, "sizeKB": 64284.7421875, "name": "Mai_Shiranui_DOA5LR-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-14T06:01:04.662Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7C9D22CE", "AutoV2": "703091957D", "SHA256": "703091957DEB8DEF6B31B5ED24417C066558D85ABD66D7CAF8980CDC0BF733C0", "CRC32": "C87CD77D", "BLAKE3": "96B1A7F1C52CF499E856CFA548597BC201805F272885C1DDCDBC407DDBB64629", "AutoV3": "11393CF50CB2"}, "downloadUrl": "https://civitai.com/api/download/models/70230", "primary": true}], "images": [{"id": 784452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8678ece8-cfdf-45fd-8cf8-8af4fb23b1f7/width=450/784452.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJJ%zk4VLI$,2uR#-=%z?vIo^+$+_ND*^+o}", "type": "image"}, {"id": 1929411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39fa7937-95e2-4989-b674-b3000f642549/width=450/1929411.jpeg", "nsfwLevel": 2, "width": 1000, "height": 1500, "hash": "UJKATf4VGr$,1%R#-=%z?vIo^*%2_4D*^+o}", "type": "video"}, {"id": 784467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f92fbac3-5459-4924-b7c5-64e9b509e138/width=450/784467.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UIIW.p0072~B0hRho}9FpJH?}[fhEit2x]R%", "type": "image"}, {"id": 784433, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ad755f2-46b7-49b4-b719-ed3dcf9c7418/width=450/784433.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UKJ%%s4VGr$-1$W8-=%y?vIo?a$*~qIU?bkq", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/70230", "modelId": 65578} \ No newline at end of file diff --git a/datasets/metadata/702415.json b/datasets/metadata/702415.json new file mode 100644 index 0000000000000000000000000000000000000000..ecd414f8beea75541173d51b3dbcfdef6f16c4c2 --- /dev/null +++ b/datasets/metadata/702415.json @@ -0,0 +1 @@ +{"id": 702415, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-07T02:38:35.684Z", "availability": "Public", "nsfwLevel": 28, "description": "Second attempt test in piercing and tattoo
", "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 617298, "sizeKB": 223102.75390625, "name": "Fantasy_Piercing_and_Tattoo_Luis_Royo_Style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T02:40:41.390Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2E2749C0", "AutoV2": "7F8531A41B", "SHA256": "7F8531A41BCDD49162EE75FA902CB2F2A7A315D01AEB4FFB819EE227A5D5DD1A", "CRC32": "1ECDF8A4", "BLAKE3": "DC8C09153669ABED59C0A5D129463A17F3B2D0A680CFEE979D8B6B60E7671391", "AutoV3": "005B425551C7"}, "downloadUrl": "https://civitai.com/api/download/models/702415", "primary": true}, {"id": 617089, "sizeKB": 7953.49609375, "name": "702415_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T01:00:58.351Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "57E3C4CA", "AutoV2": "F11068125C", "SHA256": "F11068125C11C0CD7B7690C15FC0E5070AC4F812734B986C1CD049F7B13BB7E1", "CRC32": "48B100C6", "BLAKE3": "011A41CDD678BE8188275F607AEC9481BFADC6A02AA13B8B2A9346F82EEA6141"}, "downloadUrl": "https://civitai.com/api/download/models/702415?type=Training%20Data"}], "images": [{"id": 23121890, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4f8957b-ae56-48f3-8ea4-e90996f6c580/width=450/23121890.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UFH_up~pIU4o%24nIU%g00%MRjM{D*-;WVRj", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23121893, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a11d53f3-66f2-4b6a-8901-fc777068e90f/width=450/23121893.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOJ%?;V@VqIoMd%MIUIo~UM{tSoJ9GRjWXs:", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23121895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd35a2f4-72e5-4abb-8fc6-fe4409446dfd/width=450/23121895.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQGHuQt6D*%2~BWBo3t69Ha#xuRjxbt6NGM|", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/702415", "modelId": 628289} \ No newline at end of file diff --git a/datasets/metadata/702783.json b/datasets/metadata/702783.json new file mode 100644 index 0000000000000000000000000000000000000000..25f3cdd6dab121d5f338446d83d144b08ffce1f5 --- /dev/null +++ b/datasets/metadata/702783.json @@ -0,0 +1 @@ +{"id": 702783, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-09T02:41:12.320Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": [], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 622418, "sizeKB": 36978.484375, "name": "Futas_body.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T02:41:06.875Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "90257470", "AutoV2": "A14C9EF96E", "SHA256": "A14C9EF96E5005C882C856B30219B15F4912B31B3DA2F948003EA0C18AD68A5C", "CRC32": "4309A7B0", "BLAKE3": "B416B24EBA214A8FF516C0B18C8635FC0ACC993D5575FB79428A2D87F8C9DA29", "AutoV3": "A1A5A8D3C811"}, "downloadUrl": "https://civitai.com/api/download/models/702783", "primary": true}, {"id": 617425, "sizeKB": 2059.1298828125, "name": "702783_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T03:56:10.127Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6FA90728", "AutoV2": "A7581FC30F", "SHA256": "A7581FC30F939228651C71ECB239D1E124BF42475E86A79206FDBE335093EBD3", "CRC32": "895B4CBA", "BLAKE3": "43F0BB268A6C5F7759AEC993B45D04115366FC394240CDF8703266C1AC9346C7"}, "downloadUrl": "https://civitai.com/api/download/models/702783?type=Training%20Data"}], "images": [{"id": 23413482, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2504c28-9f79-4c0e-a9a2-101966f8d638/width=450/23413482.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UCIW=q000e^j~p$%$M575R-Vw]xaE1t7Io%2", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23413483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/568727ce-9b37-4926-9fd4-777f793aa552/width=450/23413483.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UII4Y2Ef01,[_Mg2IBMyo}xu%1D*ShxuxtIn", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23413484, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5efdbd74-c27a-4ea7-8658-48f720b9f732/width=450/23413484.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UMJ7E$584.e9~pbbR6D%K5xtRPRP%MxaM{o0", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23413535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/316157fa-17fb-46d1-9b4e-bb4a94666ebe/width=450/23413535.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UCIW.j000e^j~p$%$N575R-Vw]xaE1t7Io%2", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23413550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d686d3e5-8117-48b5-b376-35e48cca10a4/width=450/23413550.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UCIW.j000e^j~p$%$N575R-Vw]xaE1t7Io%2", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/702783", "modelId": 628606} \ No newline at end of file diff --git a/datasets/metadata/702786.json b/datasets/metadata/702786.json new file mode 100644 index 0000000000000000000000000000000000000000..a53ea9b2c63d90c13c818e67fd2e5ded29450761 --- /dev/null +++ b/datasets/metadata/702786.json @@ -0,0 +1 @@ +{"id": 702786, "index": 0, "name": "v761", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-07T04:52:38.797Z", "availability": "Public", "nsfwLevel": 16, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 617455, "sizeKB": 12171.5751953125, "name": "702786_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T04:11:20.517Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7D1366D7", "AutoV2": "A66AA71C9E", "SHA256": "A66AA71C9EF1F3D8F529CFB20D9EEE3033CE9D5BB46944B33F41D00C8F373AD8", "CRC32": "7EDC91CA", "BLAKE3": "5D529965508B3BA68699DF4B82D9513C11F96F2F8252505D9278659D0C2033FF"}, "downloadUrl": "https://civitai.com/api/download/models/702786?type=Training%20Data"}, {"id": 617533, "sizeKB": 223100.12890625, "name": "Yome_Clothing.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/702786", "primary": true}], "images": [{"id": 23136793, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45949073-ed82-45c9-be04-71a735a4e0ac/width=450/23136793.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7A9mC}?IoxF={}@M{9t$e={$$9Z-pR%W=Rj", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/702786", "modelId": 628610} \ No newline at end of file diff --git a/datasets/metadata/702807.json b/datasets/metadata/702807.json new file mode 100644 index 0000000000000000000000000000000000000000..0061720731b76083f0f10af0835debbec4f3c9e7 --- /dev/null +++ b/datasets/metadata/702807.json @@ -0,0 +1 @@ +{"id": 702807, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-07T19:51:03.847Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["ludo avarius", "furry", "skull", "robe", "yellow eyes"], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 617530, "sizeKB": 2711.8798828125, "name": "702807_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T04:51:04.902Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "64669BC5", "AutoV2": "E289949423", "SHA256": "E289949423B410178554A7C57EFFF00C457354A6628B055D6E0953D4FDEFCB5E", "CRC32": "8E82ACBF", "BLAKE3": "EE76E082F919D5376580E19422911190A745330258F34F7F5637C4D42CFE76F5"}, "downloadUrl": "https://civitai.com/api/download/models/702807?type=Training%20Data"}, {"id": 618057, "sizeKB": 111755.45703125, "name": "Ludo.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T11:00:48.449Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2C3C4082", "AutoV2": "67B60FB533", "SHA256": "67B60FB533EBD0ADFC06E01D8BADAC9EA5A395789B42B7325744C7CF92DD53A1", "CRC32": "62FA6A8E", "BLAKE3": "B7404602BD947A03137435A2B44297B1BCD0836E4E74C25B204A38844975BBAF", "AutoV3": "7F8011212D4D"}, "downloadUrl": "https://civitai.com/api/download/models/702807", "primary": true}], "images": [{"id": 23225090, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1172898-3565-40f9-afee-141531c21ed9/width=450/23225090.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBGtsgR600%f~oVs0fx[r{xZ^*xG01%f-oix", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23225089, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6626135d-8f84-4ba2-be37-4768f70a08af/width=450/23225089.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UDKJ720L:lw|_3IBACI:~VD*%yw{9^IV^jjZ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23225091, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db99af3b-aa4c-4cf8-812c-94138095aa6b/width=450/23225091.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UUH1So?GR5R6~V%1E2M|-BRkNHt6EMM|Naxa", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23227181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/471739c6-4278-4c5a-8233-ece8e53848c9/width=450/23227181.jpeg", "nsfwLevel": 4, "width": 1216, "height": 832, "hash": "UFHK|bXSERbb_hr?4nS#PqxZTdNG8_NGxCxu", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23227180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/668aa201-111e-4cf4-9546-69d854d0d6c3/width=450/23227180.jpeg", "nsfwLevel": 4, "width": 1456, "height": 992, "hash": "ULEoM+R20nxT~DWAELxZsAS3a^xaxZR*WAxa", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23227182, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e0fd7ba-fe71-4e17-b714-d75b193e5fc1/width=450/23227182.jpeg", "nsfwLevel": 4, "width": 1216, "height": 832, "hash": "UABWJTX901%2x]RjIAoe0Ms:~BRjM|s:t7Rk", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23227183, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7faa1189-8349-458c-af40-2ad4966d1c55/width=450/23227183.jpeg", "nsfwLevel": 8, "width": 1456, "height": 992, "hash": "UAB48,i[01a$t:WAi_of4TWC-:og-:oeITWD", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23227179, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7bc3c6e-73a6-4ab8-91fa-b061202544e6/width=450/23227179.jpeg", "nsfwLevel": 4, "width": 1216, "height": 832, "hash": "U6FPy?yC0BS9z{wF009#1nxA^hE3;2aJOFS#", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23227186, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c20b971-a6b9-44e2-8bfe-4926069bbd55/width=450/23227186.jpeg", "nsfwLevel": 16, "width": 1456, "height": 992, "hash": "UPKTMeNu{0wdT2W:OEsAj0r?X8OYl9ayVYbH", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23227184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18414e42-801f-48f6-a56e-3278de3f2a03/width=450/23227184.jpeg", "nsfwLevel": 16, "width": 1456, "height": 992, "hash": "UHNc1zNa_%$%%NWBKNoz#Yf7NFsnx]WBIVWX", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23227185, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6638eb1c-8180-40f1-be0b-3a21e2203b61/width=450/23227185.jpeg", "nsfwLevel": 16, "width": 1456, "height": 992, "hash": "UMJQWm^0+ts:.TngVrW._3In={Sy=}Ri%1NZ", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/702807", "modelId": 628633} \ No newline at end of file diff --git a/datasets/metadata/702824.json b/datasets/metadata/702824.json new file mode 100644 index 0000000000000000000000000000000000000000..ad12fa14871c14700e5d52ee8edcb0a778e9e1a2 --- /dev/null +++ b/datasets/metadata/702824.json @@ -0,0 +1 @@ +{"id": 702824, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-07T05:18:17.897Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 617567, "sizeKB": 223101.08984375, "name": "Kimberley_just_Kim.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T05:15:55.254Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5324AC7C", "AutoV2": "F80065A11B", "SHA256": "F80065A11B271E6607263C4B187459E4B9FF8ED2FADC5FCEB4309593CFBF7643", "CRC32": "889697E3", "BLAKE3": "CBEF26F688C9190DE616FCB401BC45C72F72276E47FBCCC0F3C9A5BAC60BFC49", "AutoV3": "8C826FEE28B9"}, "downloadUrl": "https://civitai.com/api/download/models/702824", "primary": true}, {"id": 617475, "sizeKB": 83144.984375, "name": "702824_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T04:20:50.997Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9FF26DFD", "AutoV2": "44D24DAB9C", "SHA256": "44D24DAB9CAF71DC479F3B1953BAB179A958D076A58D3C78F416495A7B172B73", "CRC32": "DB69B080", "BLAKE3": "31EB8745D7F68E43BB14874432182CC121EDEC079F854FD2138546633FC2BDF2"}, "downloadUrl": "https://civitai.com/api/download/models/702824?type=Training%20Data"}], "images": [{"id": 23139658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f32a5de-211a-4500-9a6a-a953b3e385b8/width=450/23139658.jpeg", "nsfwLevel": 1, "width": 896, "height": 1344, "hash": "UTLVO7_LPTxv7ekW%1xuR5Rkw0RkyCs:spaL", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/702824", "modelId": 628645} \ No newline at end of file diff --git a/datasets/metadata/703037.json b/datasets/metadata/703037.json new file mode 100644 index 0000000000000000000000000000000000000000..f8e9819df4e0462abe43b9095abcfddcac1878f0 --- /dev/null +++ b/datasets/metadata/703037.json @@ -0,0 +1 @@ +{"id": 703037, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-07T07:48:46.020Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 617698, "sizeKB": 51053.45703125, "name": "703037_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T06:41:21.981Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "42400617", "AutoV2": "92B8409C2B", "SHA256": "92B8409C2BBCA589B67B7FA962ABDEFB1091B38F38ED73C66FFDCB7D79C2893A", "CRC32": "42FC5931", "BLAKE3": "40D2F02F1809ED89AD4801D2832ACED6FBDB23ABF94CE3536455C982B15B8670"}, "downloadUrl": "https://civitai.com/api/download/models/703037?type=Training%20Data"}, {"id": 617777, "sizeKB": 223102.27734375, "name": "winter_wyvern_XL.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/703037", "primary": true}], "images": [{"id": 23155277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1303b0d9-c754-4e40-b967-4c8056335bc1/width=450/23155277.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UOA{MqoNV?g5.mjFo^o|%yV[o4e-ogWFizjb", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23155275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a97c76e-0843-4838-9240-f51b2f2d9b11/width=450/23155275.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UI8F_}t9W8k=*JoMeSo}bTawt9t6XTbctms;", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23155276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/600f5f98-79c7-4663-a12c-aada780bdb88/width=450/23155276.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UVB~O@t7t2pH.lR6oykWtKWBR9juj=bbRkjF", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/703037", "modelId": 628834} \ No newline at end of file diff --git a/datasets/metadata/703091.json b/datasets/metadata/703091.json new file mode 100644 index 0000000000000000000000000000000000000000..7961f2f18a5499cbf426c8d3ed33bc78cad9066e --- /dev/null +++ b/datasets/metadata/703091.json @@ -0,0 +1 @@ +{"id": 703091, "index": 1, "name": "Pony Diffusion V6 XL", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-07T21:12:54.650Z", "availability": "EarlyAccess", "nsfwLevel": 28, "description": "a1111/forge friendly :)
", "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 619320, "sizeKB": 223107.05078125, "name": "Hooters_Uniform-000009.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/703091", "primary": true}, {"id": 617766, "sizeKB": 54192.1328125, "name": "703091_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T07:41:19.805Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3BB5A0A1", "AutoV2": "F26DA7D2F4", "SHA256": "F26DA7D2F49B24AF9282674219F8E209949B057C4C3FDDABA8A039C151B3E8F3", "CRC32": "540F6461", "BLAKE3": "355EE57F9866DD26F11E1963F05CADC69E76AD9CBF03A12F756BF9F26A8ED9B0"}, "downloadUrl": "https://civitai.com/api/download/models/703091?type=Training%20Data"}], "images": [{"id": 23236008, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d316ce4e-4437-4a9a-ad71-91998b55d297/width=450/23236008.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UPIqP}tSAC_2_Ntl^j?axao#tlxu%gS5MxWX", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23236111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdb80143-f74f-4c89-ad5a-9cf241d0d693/width=450/23236111.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJIqDk%MNYRP?b%L}@D*$*bb%Lnh_MaerWt7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23236104, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9d399ca-7ab7-4710-a110-f0aabfa6eb06/width=450/23236104.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UXJQpH~qX-xvt-%N%2IpIoo}%NRPoMbbS3R+", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23236102, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b84d89ab-eb53-4c6f-9b51-6acce1edef38/width=450/23236102.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UHIz^;0KK*sq.mRO#RXn?HD%%gV[tlr=E2of", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23236004, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e6cfa54-7cd9-4491-85c3-7f954925e84c/width=450/23236004.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UMHAb6WB56$%~Asn-ToLa0oL-;R*xGRkxtoK", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23236116, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22c23cea-5554-44c7-972f-ce40beaa1bd4/width=450/23236116.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UMK9rmxb55f3~UNb$*%0vfV@x]%2%2I=i_jF", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23236109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/492292bc-6147-405e-84e6-e9d084dfc8af/width=450/23236109.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UHKc9I={9EE1~Vbv={VtH?xE%#bv%MNarrX9", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23236101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d975abc-b0b2-4017-b891-db9b4b26dd7d/width=450/23236101.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UCKvBXm,00AG~U0}-B+vqZxH?^E2~pNxIA9Z", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/703091", "modelId": 628882} \ No newline at end of file diff --git a/datasets/metadata/703205.json b/datasets/metadata/703205.json new file mode 100644 index 0000000000000000000000000000000000000000..bbb71814c170b0eb2f514864a6af2e3ccd8cb69f --- /dev/null +++ b/datasets/metadata/703205.json @@ -0,0 +1 @@ +{"id": 703205, "index": 1, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-07T10:24:15.677Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 617884, "sizeKB": 1940355.862304688, "name": "703205_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T09:07:00.392Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7B3BD207", "AutoV2": "D680455DA1", "SHA256": "D680455DA11A43BE7779F321DA757BA5CBD04C22AE0AC184FF4D07E5C28B832F", "CRC32": "20BDDDAE", "BLAKE3": "1DD68CC84D68E4857978AD34D832089EEE1971E433C4102929C4891BC92B81AB"}, "downloadUrl": "https://civitai.com/api/download/models/703205?type=Training%20Data"}, {"id": 618002, "sizeKB": 18554.765625, "name": "IceDice_MyEC_v3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T10:26:21.958Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "EE0B03821C", "SHA256": "EE0B03821CC3B8FC75E146F4FA0801A51D97FD549F57C8A2CA6E8C73B75DA471", "CRC32": "6F989CB1", "BLAKE3": "E30A89350F914A5B42827C55F3FDFCE7BE8C942ED9C1D7A23EAF3F7316FED09F", "AutoV3": "A0DDA70BD8EF"}, "downloadUrl": "https://civitai.com/api/download/models/703205", "primary": true}], "images": [{"id": 23169219, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1aa8c94-bcf3-4b92-9280-731b29c14a1b/width=450/23169219.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UGG9a9*005Xm1R,q^ND*zUj]o]w]?Io|O?kX", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23169220, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9ab3ba8-411f-420c-93ad-b3ec272a9af1/width=450/23169220.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UKF}Tl9Y00^-0fi_^+T0E2xt%2IVoxahRjoy", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23169223, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76812e43-28eb-4e2b-9007-1d4b4709e9a9/width=450/23169223.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UIIp3o5702^k9[9]}r^5H?x]%g9ZwISNNxr?", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/703205", "modelId": 628980} \ No newline at end of file diff --git a/datasets/metadata/703257.json b/datasets/metadata/703257.json new file mode 100644 index 0000000000000000000000000000000000000000..0ff3e30bff00d839d990897e477dd2ac6b1bd19f --- /dev/null +++ b/datasets/metadata/703257.json @@ -0,0 +1 @@ +{"id": 703257, "index": 0, "name": "V2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-07T10:33:48.647Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 617896, "sizeKB": 1940355.862304688, "name": "703257_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T09:11:30.090Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7B3BD207", "AutoV2": "D680455DA1", "SHA256": "D680455DA11A43BE7779F321DA757BA5CBD04C22AE0AC184FF4D07E5C28B832F", "CRC32": "20BDDDAE", "BLAKE3": "1DD68CC84D68E4857978AD34D832089EEE1971E433C4102929C4891BC92B81AB"}, "downloadUrl": "https://civitai.com/api/download/models/703257?type=Training%20Data"}, {"id": 618014, "sizeKB": 18554.765625, "name": "IceDice_MyEC_v3-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T10:35:45.684Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "070323D42C", "SHA256": "070323D42C8C96FEE7A2B4DD3919D78B6CC1F6445CC76CDF0EFC3BE494AE2818", "CRC32": "BB3A84E0", "BLAKE3": "AE03956E8DB32D236CEFD9A8538EB8518E110D881CE95DDD5ED373D7347253E8", "AutoV3": "2381970742C1"}, "downloadUrl": "https://civitai.com/api/download/models/703257", "primary": true}], "images": [], "downloadUrl": "https://civitai.com/api/download/models/703257", "modelId": 628980} \ No newline at end of file diff --git a/datasets/metadata/703271.json b/datasets/metadata/703271.json new file mode 100644 index 0000000000000000000000000000000000000000..f3339aecfa6fa52c5f85db499fd6d345e47df7dd --- /dev/null +++ b/datasets/metadata/703271.json @@ -0,0 +1 @@ +{"id": 703271, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-07T11:34:03.432Z", "availability": "Public", "nsfwLevel": 20, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 617915, "sizeKB": 28352.8740234375, "name": "703271_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T09:25:50.033Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D37DFC41", "AutoV2": "0CD9E38D7B", "SHA256": "0CD9E38D7B15F9B8955C79EFF6319158BE35C869098A8296ECBE133B0C4679D0", "CRC32": "330B5846", "BLAKE3": "92B2811C42AB985E3DBB2A52F0F2590175DB9EAA7CD2E39F7CB5AC59E70F26AB"}, "downloadUrl": "https://civitai.com/api/download/models/703271?type=Training%20Data"}, {"id": 618123, "sizeKB": 223098.89453125, "name": "Thedude3dx-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T11:36:25.173Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E3DA0543", "AutoV2": "1BA705001A", "SHA256": "1BA705001AF67F964297D2E9EACC283B4F57C645F712463DB8DD8A3B72F5BBE1", "CRC32": "A2D60E35", "BLAKE3": "AADF27C0DC6E803870A68A25857F7676B69B5CA3D386F8ACC6DDE42FF851EFD0", "AutoV3": "0CDF329ECC64"}, "downloadUrl": "https://civitai.com/api/download/models/703271", "primary": true}], "images": [{"id": 23175467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/299c00ec-d749-462a-adc3-29cf4d0e335a/width=450/23175467.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGOUxEVtxto|~UsSnQnl0faKE2WXxuM|WCt7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23175468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/741b5a3d-71a3-45ed-a5e4-fcd8413a47da/width=450/23175468.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "ULN[gZwwtQkq~BodwKsp9bs:E2WCI:WCNGjZ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23175470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16f8bf15-49c1-425b-b594-71814fd3265f/width=450/23175470.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U7POC#*}?]LK:,}=={-;5RNa029G,??apHxt", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/703271", "modelId": 629042} \ No newline at end of file diff --git a/datasets/metadata/703278.json b/datasets/metadata/703278.json new file mode 100644 index 0000000000000000000000000000000000000000..f0786a6a3dda0c0e960061d353d50a047ff1b463 --- /dev/null +++ b/datasets/metadata/703278.json @@ -0,0 +1 @@ +{"id": 703278, "index": 0, "name": "E10", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-07T09:30:54.412Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["malaysia", "singapore"], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 617923, "sizeKB": 56079.84765625, "name": "mysg-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T09:35:50.367Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BE412AF4", "AutoV2": "C53E219D52", "SHA256": "C53E219D5225A6010A793DA080412D7FCCB721BA86B96D1290B38B0A3566F2D0", "CRC32": "157CA376", "BLAKE3": "1C875A0C0A1B6492F2231146931B0FB87265F82EE8A5E52840C5D4157D2E3AB5", "AutoV3": "87CACEA64141"}, "downloadUrl": "https://civitai.com/api/download/models/703278", "primary": true}, {"id": 617924, "sizeKB": 70730.482421875, "name": "mysg.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T09:36:24.660Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7D8862E0", "AutoV2": "E1B239715E", "SHA256": "E1B239715E91AC1521E144966492F52BE1B487CC4F342F473A16F5EE57645885", "CRC32": "668DCED8", "BLAKE3": "73BEFC82245D800499702B5399F50F267D51686F7274DA94D154EC775B4E0DA7"}, "downloadUrl": "https://civitai.com/api/download/models/703278?type=Training%20Data"}], "images": [{"id": 23166383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b5d26ea-f34a-4178-88bd-c9853953e6bb/width=450/23166383.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UcFPQvt6ITj[_Noeoej[?bt6RkfQ%Lt7ogj[", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/703278", "modelId": 629047} \ No newline at end of file diff --git a/datasets/metadata/703338.json b/datasets/metadata/703338.json new file mode 100644 index 0000000000000000000000000000000000000000..3e5ec58da22c0a458cc4f1da60d0e773b8057ad9 --- /dev/null +++ b/datasets/metadata/703338.json @@ -0,0 +1 @@ +{"id": 703338, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-07T11:23:10.609Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 618106, "sizeKB": 223100.26953125, "name": "Kimberley_second.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/703338", "primary": true}, {"id": 617992, "sizeKB": 23787.4619140625, "name": "703338_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T10:21:21.654Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "16869CDF", "AutoV2": "B2DA98BD8C", "SHA256": "B2DA98BD8C8F96669C88498ED2CE7423B723AFCF39183DD1CA9CB2EB86AA5A52", "CRC32": "A1A2D4E2", "BLAKE3": "21E45B766E044FB662AD0DDF3DA12E8B2C110204D90971DE6931407D0EDE3227"}, "downloadUrl": "https://civitai.com/api/download/models/703338?type=Training%20Data"}], "images": [], "downloadUrl": "https://civitai.com/api/download/models/703338", "modelId": 629098} \ No newline at end of file diff --git a/datasets/metadata/703370.json b/datasets/metadata/703370.json new file mode 100644 index 0000000000000000000000000000000000000000..cd602765153529e8e6e7e1caffdc4acfec402c98 --- /dev/null +++ b/datasets/metadata/703370.json @@ -0,0 +1 @@ +{"id": 703370, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-07T11:03:57.609Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["honey buttowski, brown hair, red lipstick, hartman hips"], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 618006, "sizeKB": 3671.1005859375, "name": "703370_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T10:30:39.607Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B3ACCC33", "AutoV2": "9C4482CC60", "SHA256": "9C4482CC60E5747BA9FD9648D0DE3862AA4EF8CC3A47A6C8B21CC4A3EF90CAF7", "CRC32": "EE1F1069", "BLAKE3": "3DC27B426E5614C729BC7D86F33346EAF7DADED495FFB46ADFE03157C4829155"}, "downloadUrl": "https://civitai.com/api/download/models/703370?type=Training%20Data"}, {"id": 618070, "sizeKB": 223102.37890625, "name": "honeybuttoskiXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T11:06:44.405Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EE8CCBF6", "AutoV2": "9CE7FC46CC", "SHA256": "9CE7FC46CCFE42928FEA573A7BA39DFB94AF9673196D2D8191FF2F6FF320FCB1", "CRC32": "BEC7D2F0", "BLAKE3": "983F3C26185A095824D17C46EF51896E8C3DFB0C2D44295AE8385187ED1CDBBA", "AutoV3": "019D7BB962B4"}, "downloadUrl": "https://civitai.com/api/download/models/703370", "primary": true}], "images": [], "downloadUrl": "https://civitai.com/api/download/models/703370", "modelId": 629123} \ No newline at end of file diff --git a/datasets/metadata/703388.json b/datasets/metadata/703388.json new file mode 100644 index 0000000000000000000000000000000000000000..04ef8ffe17ec5e5bf32be0c54251983caf0d5832 --- /dev/null +++ b/datasets/metadata/703388.json @@ -0,0 +1 @@ +{"id": 703388, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-07T10:41:45.856Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 618026, "sizeKB": 10341.6416015625, "name": "Misuzu_Gundou_Tomochan.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T10:40:52.500Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A6BAE05B", "AutoV2": "D0526138B3", "SHA256": "D0526138B33D910D417CBF22B0BB23165FC2A7EC78ACE8C90F946F02BA9BD166", "CRC32": "23EBBA34", "BLAKE3": "8872F21E2C781B64132847924B5B3683E147995E7D3A8978D6ABE59B50B869E7"}, "downloadUrl": "https://civitai.com/api/download/models/703388?type=Training%20Data"}, {"id": 618025, "sizeKB": 22237.42578125, "name": "Misuzu_Gundou_Tomochan-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T10:41:23.939Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B042821A", "AutoV2": "F1CEF47F55", "SHA256": "F1CEF47F5554E7F516AD57BB66199D751CBFD61B78F58EAFB10C6548A8504849", "CRC32": "2946BD47", "BLAKE3": "5881E406FCCD92AF89D96093DA55838FD5A1CD199D4A61772C4D898A88195692", "AutoV3": "211D0F19B544"}, "downloadUrl": "https://civitai.com/api/download/models/703388", "primary": true}], "images": [{"id": 23171577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78329a61-beeb-4cf6-a061-e3e399790e7e/width=450/23171577.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1840, "hash": "UkJRK:%M.8t7~qj[?bf6IoWB%LofRlV@RiRj", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/703388", "modelId": 629139} \ No newline at end of file diff --git a/datasets/metadata/70346.json b/datasets/metadata/70346.json new file mode 100644 index 0000000000000000000000000000000000000000..887127ebd20b460aed02dfbe262f711c8ecc6140 --- /dev/null +++ b/datasets/metadata/70346.json @@ -0,0 +1 @@ +{"id": 70346, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-14T09:24:01.705Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 633, "ratingCount": 51, "rating": 5, "thumbsUpCount": 60, "thumbsDownCount": 0}, "files": [{"id": 49045, "sizeKB": 6159.2646484375, "name": "Agent47_hitman.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-14T09:36:08.519Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6C16ABDE", "AutoV2": "EB26F69216", "SHA256": "EB26F692168F7EB96E990EA0CB0572401C1BE97257AF6CDB2708943A0BD092A8", "CRC32": "E39CA171", "BLAKE3": "DBD4A86651A9E04422887BC91BF69D40ECE83925CABA931993F8D0F13E6123B4"}, "downloadUrl": "https://civitai.com/api/download/models/70346?type=Training%20Data"}, {"id": 49039, "sizeKB": 64278.4873046875, "name": "Agent47_hitman-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-14T09:26:23.706Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A79EE72D", "AutoV2": "F40F5FB0E3", "SHA256": "F40F5FB0E36FD03EC857339238433DC44D4D0646A3930E9E67286217F8186420", "CRC32": "C47CCEAB", "BLAKE3": "4D5CD8A6CB9FDF73D822D1C44E09BFD9DE3ABC5B33014EA8014B1BA4398DC3B1", "AutoV3": "3347CDC8A2B7"}, "downloadUrl": "https://civitai.com/api/download/models/70346", "primary": true}], "images": [{"id": 785636, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d1d2b3a-1f8e-4920-bbb8-f45a19e8609f/width=450/785636.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEG8fs9Z00~WwHNbxvRjIAM|IpM{.8WA9Zxt", "type": "image"}, {"id": 1928877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e37baa00-f170-4a3f-8149-15a63a21c9ba/width=450/1928877.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UEGRr89Z00~W#jNb%MRjIANGIpIo.8V@9Zxu", "type": "video"}, {"id": 785695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/435cf456-1c33-496e-96ad-8ce291b7e6ea/width=450/785695.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGFOy4Io00~W=_-;NbIUD*ayNbayS5M{M{xt", "type": "image"}, {"id": 785665, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d412777-6225-4f70-a2b3-7b4c47b830d8/width=450/785665.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJF#{@~p4n?aRPWBR-M|0KIVxuRjxaIo9aWB", "type": "image"}, {"id": 785752, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eae315f4-5724-4191-a7e4-8624215085df/width=450/785752.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHEBQ:4:J%ni~p9Znho0pHM{oMt7M{xZWrX7", "type": "image"}, {"id": 785767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/163225ed-3240-4a35-99cf-06ea5c6196f3/width=450/785767.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHI}O.NK00-:DhNH~qtR00WU?bRlyDs:M|Rj", "type": "image"}, {"id": 785824, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23c5640f-9503-4026-9a7b-6bf6d0f77c9f/width=450/785824.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U6G*4@000c;T0c-;zrO=00x]9c-q}^rq70aI", "type": "image"}, {"id": 785826, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/574cc166-da61-417b-9b00-74623467cd60/width=450/785826.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKFreS~pMws.IUIoW=%LDiM{IoM|M{RjIUM|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/70346", "modelId": 65698} \ No newline at end of file diff --git a/datasets/metadata/703574.json b/datasets/metadata/703574.json new file mode 100644 index 0000000000000000000000000000000000000000..64f305e972d19d02964e08edfb753b4164efc106 --- /dev/null +++ b/datasets/metadata/703574.json @@ -0,0 +1 @@ +{"id": 703574, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-07T12:10:56.958Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 618218, "sizeKB": 22237.33984375, "name": "Eri_25dim-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T12:10:48.122Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BED6130B", "AutoV2": "D54B07C3F7", "SHA256": "D54B07C3F7E1BF8A1C8E265794F216DC152E332A341B84332C821375A87E5FA5", "CRC32": "292F4075", "BLAKE3": "8543CD6A17C6FCB0B877A4AEB8A968E124A2E82ADDF89101A64FD58D668A2557", "AutoV3": "6BEB44F2A202"}, "downloadUrl": "https://civitai.com/api/download/models/703574", "primary": true}, {"id": 618220, "sizeKB": 11450.1875, "name": "Eri_25dim.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T12:11:47.434Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "01A61B4B", "AutoV2": "F22A4B594A", "SHA256": "F22A4B594A550FEFC48B38DEB3CADF3D6BE86C6051075BC202E3415031E7DAE1", "CRC32": "4CA3DAC1", "BLAKE3": "3E54EDAE5876F405A679CB488D655F23D1F83B04AB6866E1F024A6E12B785A7A"}, "downloadUrl": "https://civitai.com/api/download/models/703574?type=Training%20Data"}], "images": [{"id": 23178841, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34188616-5da6-4f62-bccc-e82bcbf77d4a/width=450/23178841.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1840, "hash": "UtL4Qkt7%hof~qofx^ofR*ay%La|R*ayM{ay", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/703574", "modelId": 629306} \ No newline at end of file diff --git a/datasets/metadata/703613.json b/datasets/metadata/703613.json new file mode 100644 index 0000000000000000000000000000000000000000..4fcd489830abebc051637cd09d8c5776d42515ce --- /dev/null +++ b/datasets/metadata/703613.json @@ -0,0 +1 @@ +{"id": 703613, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-07T13:22:41.894Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 618344, "sizeKB": 223100.46484375, "name": "Spanking_with_Goblins.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T13:20:44.369Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "225058B9", "AutoV2": "B875E2C739", "SHA256": "B875E2C7396F6646035812EA62484B2FC1251A929DEE1F389FEF8F58FDDADAB7", "CRC32": "A4316151", "BLAKE3": "908B65A320247DC4B151438E13E579732DB97AC94594CDCEF8F71370777CE35D", "AutoV3": "85773669A033"}, "downloadUrl": "https://civitai.com/api/download/models/703613", "primary": true}, {"id": 618256, "sizeKB": 13637.27734375, "name": "703613_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T12:31:19.725Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4BE967DA", "AutoV2": "44C7A45BD7", "SHA256": "44C7A45BD73619073ABE478B874CF5D264F69C7B0867638A65540FCE22A4CE22", "CRC32": "ED7616A3", "BLAKE3": "084DCDD76702920354D4DF080F0F00019E926BD2070FCC4045AD7D519E4F2818"}, "downloadUrl": "https://civitai.com/api/download/models/703613?type=Training%20Data"}], "images": [], "downloadUrl": "https://civitai.com/api/download/models/703613", "modelId": 629341} \ No newline at end of file diff --git a/datasets/metadata/703645.json b/datasets/metadata/703645.json new file mode 100644 index 0000000000000000000000000000000000000000..a6c90355fd245bdf9b82c4dfd2eaef97bc64de72 --- /dev/null +++ b/datasets/metadata/703645.json @@ -0,0 +1 @@ +{"id": 703645, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-08T17:15:45.491Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["LaDy_Ruby XL"], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 620394, "sizeKB": 37920.6123046875, "name": "703645_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T08:27:22.368Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5C1E0B27", "AutoV2": "8C2C8221CE", "SHA256": "8C2C8221CE83B5B8BBB49C38CCAB0442F8B0BCD1C3162647065025D97F07C5A8", "CRC32": "20564ADB", "BLAKE3": "6546153651AFF4A2D3260773C6F81B1AEDB0783F9D76C2F75A8DD3B60A1831A6"}, "downloadUrl": "https://civitai.com/api/download/models/703645?type=Training%20Data"}, {"id": 621394, "sizeKB": 223100.56640625, "name": "LaDy_Ruby_XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T17:15:48.215Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2A5E7989", "AutoV2": "24D956441E", "SHA256": "24D956441E871BB8BC325BDE26130A761CDC988A6DDAFA0ED835793222B45BE2", "CRC32": "28673481", "BLAKE3": "10F5174073C6E960CA1E3B79076A1DAD8FDD83CC97D7B45307747C178C7CB610", "AutoV3": "39FBCA66B94F"}, "downloadUrl": "https://civitai.com/api/download/models/703645", "primary": true}], "images": [{"id": 23358042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51a21f9c-42e0-4c80-988f-3bf8055315e9/width=450/23358042.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U2Cqf64V00}?47+Ivg^601}@xt9]@[%LS#0z", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23358039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f80fcf0a-46ca-4eee-bc76-b7c26d6c2ec8/width=450/23358039.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6CrNDVY00ln~V^PIoEM57~Bbv0KM0%2t,0y", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23358040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9830d29c-6823-4ae3-a740-e60d4f9e5a53/width=450/23358040.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9KAj3XA00?a0058IV9F?H4o~Wo}Nxj?xF_3", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/703645", "modelId": 629372} \ No newline at end of file diff --git a/datasets/metadata/703674.json b/datasets/metadata/703674.json new file mode 100644 index 0000000000000000000000000000000000000000..14e40855a4d4e6cd90c444161835899ffc0b1dc8 --- /dev/null +++ b/datasets/metadata/703674.json @@ -0,0 +1 @@ +{"id": 703674, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-07T13:12:33.520Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["fbb"], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 618325, "sizeKB": 36976.4609375, "name": "FBB.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T13:11:20.061Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "89033A86", "AutoV2": "1011031B48", "SHA256": "1011031B4857E9EF35DD5FD6D8536FA313EE31759170F0A493D0CD5EE81F8194", "CRC32": "D73B8B7F", "BLAKE3": "2D6F4B4B4CFF85461DCFC2E6753697A5C61B2C3D424450BDC43A58943727AE4B", "AutoV3": "EECADB9B6A97"}, "downloadUrl": "https://civitai.com/api/download/models/703674", "primary": true}, {"id": 618328, "sizeKB": 108372.6220703125, "name": "0-denoise.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T13:11:50.715Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7653E1FF", "AutoV2": "F356FEB8CA", "SHA256": "F356FEB8CA00D272DA166AE237D80378234B82BCD6D039250C0B70039C48EFD3", "CRC32": "F7421ABE", "BLAKE3": "9406DB66C6BB144B25DF03659D51DE7AF2DCAF9183011D4ED29FACFF419F1F55"}, "downloadUrl": "https://civitai.com/api/download/models/703674?type=Training%20Data"}], "images": [{"id": 23184493, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ee6bf21-21c3-46a1-a239-75ba05d9941b/width=450/23184493.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UUJQ4q005nM{UaMcwda}}tIonhtSTKenRjxu", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23184497, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3e89e7a-7bf9-43f1-ad01-0450a2eb67b8/width=450/23184497.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UMHx{I9F?^nN@@oz.8X9Yks:rqRjxZWC-;t7", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23184327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5061db1-e786-463b-a703-55c89fb0c617/width=450/23184327.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URH-f6i]9u4:}?%1aKog%KkU%2s:wKR*s;WD", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23184328, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49763993-a0cb-44eb-a7eb-20c708d4eae3/width=450/23184328.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMIx:V$%0}NHu3xGw0V[C5Sg=dJ7}YW;XSWV", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23184494, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a886799-70b6-4e6d-8d58-4fecc7bfed35/width=450/23184494.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIJ%zn9}01xZAH~CxvX99]%M~Wxu9H%L%g%M", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23184496, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9ed5b51-fae5-4f07-9d64-d92b08077c21/width=450/23184496.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UVHLC,Sg*JxZ_4s:-qaexuxu%1RkSdxta_oJ", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23184495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6cfed71-3b28-4291-b3a6-133b5127de7e/width=450/23184495.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJI}bRr=009ZH??b?bM_Bo4n~CtRVXxu.8V@", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/703674", "modelId": 629399} \ No newline at end of file diff --git a/datasets/metadata/703748.json b/datasets/metadata/703748.json new file mode 100644 index 0000000000000000000000000000000000000000..6665ddd374fe090b83f51c796a21d3299074afdb --- /dev/null +++ b/datasets/metadata/703748.json @@ -0,0 +1 @@ +{"id": 703748, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-07T15:22:24.443Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 618442, "sizeKB": 5550.115234375, "name": "703748_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T14:11:12.190Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "10639E97", "AutoV2": "D2DE46D740", "SHA256": "D2DE46D7407839F7B5522185B76DFCC1B1DB034B4040E30F864AC13EC6B222BF", "CRC32": "DB4CFFD5", "BLAKE3": "DD6E92AB1308F26178DF285FDB751A03082FB34EEC28292EA5355FCBCF76DE3A"}, "downloadUrl": "https://civitai.com/api/download/models/703748?type=Training%20Data"}, {"id": 618593, "sizeKB": 223101.70703125, "name": "Kasia_13_Posterunek.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/703748", "primary": true}], "images": [{"id": 23200181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/901a70bb-be35-4c4b-a800-f7fa8c06ce59/width=450/23200181.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDJtFq?G~U-.0LIV9boy^*M|9b9b?GWCt6t6", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23200185, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/970a6c89-0f37-4088-a7ed-0ac4334b2573/width=450/23200185.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U7KK7V~V00aI?9bF%g%200oL~WW;?aoeVsNG", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/703748", "modelId": 629473} \ No newline at end of file diff --git a/datasets/metadata/703749.json b/datasets/metadata/703749.json new file mode 100644 index 0000000000000000000000000000000000000000..050894e364cf95a88dbb6e10da88c02c87c7d479 --- /dev/null +++ b/datasets/metadata/703749.json @@ -0,0 +1 @@ +{"id": 703749, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-08T15:40:05.110Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 19, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 618394, "sizeKB": 300909.3671875, "name": "703749_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T13:51:00.664Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "45A158D5", "AutoV2": "BE96B7AC27", "SHA256": "BE96B7AC27B3358128DD50ED1DF85084BED67DFBF97D2E9F77C100364A3E1AD2", "CRC32": "41B6F085", "BLAKE3": "D6FE7E6361CB388B801E65AE16033E10DB8D9BDBAB4C308EA38BE716033B8298"}, "downloadUrl": "https://civitai.com/api/download/models/703749?type=Training%20Data"}, {"id": 621186, "sizeKB": 223101.85546875, "name": "The_Deep_Dark_Forest-Pony_XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T15:42:00.575Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4FE6162A", "AutoV2": "5B552BCCF0", "SHA256": "5B552BCCF0963499BA8C7BB5182BAB11CA98F425D0689D6ABB471FBCCD74F0A1", "CRC32": "8A9C5E67", "BLAKE3": "2D427D6F1958D980F76BE22B31486E0D3F92837803D4DEDA578016BF0EDE1EFC", "AutoV3": "FE6DC68FDA49"}, "downloadUrl": "https://civitai.com/api/download/models/703749", "primary": true}], "images": [{"id": 23347215, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c18d8d63-6cce-4ddf-9f94-b4116e96cfba/width=450/23347215.jpeg", "nsfwLevel": 1, "width": 1832, "height": 1832, "hash": "U68qsZf600g3LNxuMdRQ=ttlENR5yDxuv}R*", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23347211, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/56ac0044-7672-4864-8fae-2d840d03b01e/width=450/23347211.jpeg", "nsfwLevel": 1, "width": 1832, "height": 1832, "hash": "UG7x,VR5M{RP*JV@R6RPtlozVYRjofozRPae", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23347203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f0d58cc-0761-4d09-a9b2-ad96d7450edf/width=450/23347203.jpeg", "nsfwLevel": 1, "width": 1832, "height": 1832, "hash": "U443P.RP8wtm*Jo}DOnN%LbwR5aKR+ofkDae", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23347206, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cbabd46-93fb-4527-9a68-6d0ae811e89b/width=450/23347206.jpeg", "nsfwLevel": 1, "width": 1832, "height": 1832, "hash": "U24L|2Ri00xup{ozHXjE,-W=IpoJOtnixZS#", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23347200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e103d293-6892-4196-8dfd-f02f4cf6d9f9/width=450/23347200.jpeg", "nsfwLevel": 1, "width": 1832, "height": 1832, "hash": "U67-{0S58wt6G^xuMJRPv#XmENnOtmt6,nX8", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23347202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94d35f2c-e587-4846-8367-62862019d445/width=450/23347202.jpeg", "nsfwLevel": 1, "width": 1832, "height": 1832, "hash": "UA6lPyf5D4af.TozI9V@%$j[MxbItSkCa#ae", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23347210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7341862e-9f43-45a5-a0be-125be9d22165/width=450/23347210.jpeg", "nsfwLevel": 1, "width": 1832, "height": 1832, "hash": "UH6]d[VFMxRjy?V[RPVst,ozVYV@aKozV@ae", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23347205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2055cc3-3d5c-4756-b87f-c6c93f5a05fc/width=450/23347205.jpeg", "nsfwLevel": 1, "width": 1832, "height": 1832, "hash": "UA6+Y7adD4f+.TozI9V@%$j[MxaetSoga}V@", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23347212, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0946651c-2858-4a9f-9244-9e12f94feefd/width=450/23347212.jpeg", "nsfwLevel": 1, "width": 1832, "height": 1832, "hash": "UA7.HuM|4Txuy?s.DPof$fX9RjaKNxt7oeRQ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23347209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f023059-f474-4cf2-9f7a-1b94377b4269/width=450/23347209.jpeg", "nsfwLevel": 1, "width": 1832, "height": 1832, "hash": "U24om2Mx00yELNsmQRtR+?X9OGVs9as:.7Rj", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23347213, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8d5d126-876f-4eb4-9403-ee55a140b21e/width=450/23347213.jpeg", "nsfwLevel": 1, "width": 1832, "height": 1832, "hash": "UB8}ucbI4TMy.mxtH@IUw]ozRkRQo}ofaeRk", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/703749", "modelId": 629474} \ No newline at end of file diff --git a/datasets/metadata/703777.json b/datasets/metadata/703777.json new file mode 100644 index 0000000000000000000000000000000000000000..b3ca101d834729b57c926f0b54ee949e62fac29c --- /dev/null +++ b/datasets/metadata/703777.json @@ -0,0 +1 @@ +{"id": 703777, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-07T14:05:33.664Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["Score 9, Score_8_Up, Score_7_Up, source_anime", "facing the camera, one hand, one finger pointing to the sky, IFU", "back to the camera", "styled background", "two people"], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 618423, "sizeKB": 14944.1845703125, "name": "IFU.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T14:01:58.163Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7A4BBB05", "AutoV2": "5777C766BC", "SHA256": "5777C766BC4EEB174C941E7329FACE90A812BC54382823260A233653270EDC32", "CRC32": "F19A61D2", "BLAKE3": "EF88018B5B7F078686A171C8A9F75BFDED33E840B2FA361B370DC4ED41F53B5B"}, "downloadUrl": "https://civitai.com/api/download/models/703777?type=Training%20Data"}, {"id": 618430, "sizeKB": 223101.87109375, "name": "IFU_2-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T14:03:02.528Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "B200E9AF", "AutoV2": "4422A64765", "SHA256": "4422A64765BFCFE9A00F0DC23ED3B36887E1E52F3EE6CB6FF7DF1C2A2D941C0A", "CRC32": "5869F2A7", "BLAKE3": "1294E016037D958DEF73159D136D6192D67F5D74CD0193A93EA11D0CBA64AE99", "AutoV3": "2D55BE7A5F7E"}, "downloadUrl": "https://civitai.com/api/download/models/703777", "primary": true}], "images": [{"id": 23190420, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2ae45b3-1715-473b-a6ea-c60a71f8c0c3/width=450/23190420.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCL:TQ~9Gc={F}=_xBw[={s.wHxW%3t7RiNG", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23190419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3049ee7a-27ab-41d5-a852-9200d65adfc9/width=450/23190419.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UJKw2ynn9uob~ojEohx].8tRw[Me-oW;tQog", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23191185, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/743703ab-28d8-4dd9-a868-05dd1cabb9c3/width=450/23191185.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UDJGsm$*0[Tdxdt6z:X9+$$x?9D+R?tk${Mf", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23191196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ab3ae0b-7869-4ad2-ad98-0ae25e3ef968/width=450/23191196.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UQLM^vS%P:wI~VXmJCj?E4WErrXl%gicR*s,", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23190411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/110ba46b-0265-4ae2-a807-e51eed88fb28/width=450/23190411.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UTOB85tl}[,@zCV@9aaLo|s.t6NHxFbbR+t7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23190417, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d0095ed-635c-4398-be06-a0c437c9d3ce/width=450/23190417.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "ULLpUQwcGJb_~TWBs8XAyDs+#Qr=%0X9WYjF", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23190422, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ed99f47-0602-4e89-99ff-09a2c637feff/width=450/23190422.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "UOK,]ZtRk?s;~VtRI@WXtQt7ogbbS4IBV@oK", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23191105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e36f449-b200-4c24-9a21-ad894d48d5e0/width=450/23191105.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKLV-6+}-=xsomM|s;xURXoIelxtb}S1s*Rj", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23191106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e54d245-7f60-47b8-a7c8-28aafd9365ca/width=450/23191106.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UuOCg9W?-7$z~URkIoWBbbxZWDS4xDoes.af", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23191108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b95ad13-9443-47f8-a6f5-0860984d0dc2/width=450/23191108.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdIz^:OY~Sw]N3M|IUWBERWXo#W=t7WVocWX", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23191171, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a645c99a-ccc2-4b63-94b1-e004ec3a6cee/width=450/23191171.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Lpgcxu.m%L%MofaeV[x]ofMxRj$*WBS4t6", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23191180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d9effd5-aa46-4e38-9755-4181558ebf08/width=450/23191180.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "UJK,dI%M4:Rj^%bH01sm~pt7IAWVozV@r=NG", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23191181, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ae76a23-e55f-493b-a4c0-777d0fffc152/width=450/23191181.jpeg", "nsfwLevel": 1, "width": 768, "height": 1344, "hash": "U9Lz8M?G1kt8XTn$%0kW1PjE]#kC~BX9D*sl", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23191184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ad9536c-c0b8-4957-a59a-79aaf26c0547/width=450/23191184.jpeg", "nsfwLevel": 1, "width": 1344, "height": 768, "hash": "UELfRS-:GKn6qtxC01M}~oxtivM{VvM{RQIq", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23191182, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca274df1-dd14-4c86-b5cc-9c800401ce44/width=450/23191182.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UTM$74SP}q=a^OR*EOs:W=s:WUR+$joet6R+", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/703777", "modelId": 629497} \ No newline at end of file diff --git a/datasets/metadata/703901.json b/datasets/metadata/703901.json new file mode 100644 index 0000000000000000000000000000000000000000..ce663674bfd488f73f2014ac90b29428614c45fc --- /dev/null +++ b/datasets/metadata/703901.json @@ -0,0 +1 @@ +{"id": 703901, "index": 0, "name": "Matthis Coleman", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-07T17:42:43.232Z", "availability": "Public", "nsfwLevel": 33, "description": "First Version of Matthis Coleman's LoRa
", "trainedWords": [], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 618729, "sizeKB": 36980.515625, "name": "Matthis_Coleman.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T16:21:49.549Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0BD7B1D5", "AutoV2": "BF28C17513", "SHA256": "BF28C175133BCC7DC061B08439F822BB5B540854236D2C21F328C558C4E501FC", "CRC32": "838AFC83", "BLAKE3": "08CEBE436C0F42FD52288B7B023B731867EDAC738FB3DCBE9BF7B0FAAD975FCC", "AutoV3": "4C928EC55941"}, "downloadUrl": "https://civitai.com/api/download/models/703901", "primary": true}, {"id": 618621, "sizeKB": 29294.484375, "name": "703901_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T15:36:16.735Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D13DFFF1", "AutoV2": "F04A47DA1F", "SHA256": "F04A47DA1FEB4483C5988A2615916D50A0F69F75CBA92BE0A30935D14EEE3E5B", "CRC32": "37FD25FD", "BLAKE3": "D4CB43B8717034F60E8FF1B80C018F32BEBC7426A01EBE9647A07EAA05076AD4"}, "downloadUrl": "https://civitai.com/api/download/models/703901?type=Training%20Data"}], "images": [{"id": 23212692, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/60e264e2-22ee-487f-82d0-356f49555fc9/width=450/23212692.jpeg", "nsfwLevel": 32, "width": 720, "height": 720, "hash": "UCHKF0OFGZ~A0faynhxFGFRP$NRP-RxaNJkC", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23212828, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/586e81c9-f519-426a-9128-23aa86b93acb/width=450/23212828.jpeg", "nsfwLevel": 32, "width": 720, "height": 720, "hash": "UNK]=TS5O[~V56D%V@RjcER+xuR+%1%MxZs:", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23213197, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78825af6-64f7-4f21-859d-eb927068374e/width=450/23213197.jpeg", "nsfwLevel": 32, "width": 720, "height": 720, "hash": "UMIqAI9uEN}?DjNGs:n$E*-U%1NGxDRkoLNG", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23213261, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de31a6de-e4b1-41ae-b7d4-3bdffb5b6d13/width=450/23213261.jpeg", "nsfwLevel": 1, "width": 1080, "height": 1080, "hash": "UA8gZ.RPInss#rV@Io%L~SoLWXRkMeogNLs*", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23213489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ec1e8d6-122a-4aea-ae29-417eb3cdfd34/width=450/23213489.jpeg", "nsfwLevel": 1, "width": 720, "height": 720, "hash": "UGECzr00.ln6=VkrNGf800xav}NG59t6nhNx", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23213831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c321f020-58ca-41cc-8360-8a1ecfc492d8/width=450/23213831.jpeg", "nsfwLevel": 1, "width": 720, "height": 720, "hash": "UFG*~L00Y*E2?7T1w[RP55%#icxaohrpW=NG", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23214302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee1ba4e2-1474-41f5-b958-7309815f07e0/width=450/23214302.jpeg", "nsfwLevel": 1, "width": 1440, "height": 1440, "hash": "UKI#7C4n_MtR^+WBWVR*IUWWIBWBIoR*V@V@", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/703901", "modelId": 629613} \ No newline at end of file diff --git a/datasets/metadata/703968.json b/datasets/metadata/703968.json new file mode 100644 index 0000000000000000000000000000000000000000..dab557ec9eccc793470a33a030c9261747f78a5b --- /dev/null +++ b/datasets/metadata/703968.json @@ -0,0 +1 @@ +{"id": 703968, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-07T17:24:22.645Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["2000s style", "Mirror selfie", "Dirty mirror", "Holding cellphone"], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 618640, "sizeKB": 2885.7802734375, "name": "703968_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T15:59:24.295Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F5C5E27D", "AutoV2": "BFA7EA2F8D", "SHA256": "BFA7EA2F8D588DBB46B312CB43109C69B72E26EBD70CEC5E908456E9EE872755", "CRC32": "74E161F4", "BLAKE3": "A425CF4E0A3B84A2253CC388FBCB501D5198DC207F02CFAC3ED09A71E9C00A6B"}, "downloadUrl": "https://civitai.com/api/download/models/703968?type=Training%20Data"}, {"id": 618869, "sizeKB": 223103.30078125, "name": "2000s_Fliphone_Selfie_Style_XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T17:20:56.516Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0C4909D5", "AutoV2": "BA29C029C0", "SHA256": "BA29C029C0F41FCE9947C5090DE6F21FD260259C9B1CC9932923F77FC1AE738B", "CRC32": "9CA83767", "BLAKE3": "466CCE319D1E06E33D6CD8EB84625DA5119B5EE7E3594AAC38F05672A7860035", "AutoV3": "12F41BD4376B"}, "downloadUrl": "https://civitai.com/api/download/models/703968", "primary": true}], "images": [{"id": 23212554, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3bed1439-7dad-46b5-8aa8-e2123f60d659/width=450/23212554.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UNFF_?sm.k.P?rIBk9x=TIR+sDxs%dkVjbx@", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23212604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5080ec13-5d56-4d9b-80b0-d9bf52147f1c/width=450/23212604.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UDH,nckDNGVs~AWYM}=_JBWC$%-n^ijZE3oe", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23212573, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18d52eec-4af6-4329-8b8d-93567b6f32c3/width=450/23212573.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UADv.8_LyW?t.3xstR%f.jflVZRR9aR*-pxt", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/703968", "modelId": 629676} \ No newline at end of file diff --git a/datasets/metadata/704094.json b/datasets/metadata/704094.json new file mode 100644 index 0000000000000000000000000000000000000000..5045f618efc96848a29ce91f37cbc552a6437f85 --- /dev/null +++ b/datasets/metadata/704094.json @@ -0,0 +1 @@ +{"id": 704094, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-08T05:25:23.907Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Spacehotelmb, space, planet, spacecraft, science fiction", "Scenery ", "Bed, bedroom, pillow", "Corridor ", "Couch", "Chair "], "stats": {"downloadCount": 53, "ratingCount": 0, "rating": 0, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 619932, "sizeKB": 387354.39453125, "name": "704094_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T03:56:27.938Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "932DC366", "AutoV2": "4555A145FC", "SHA256": "4555A145FC20FC05DF2832E087D8B99A873CEDC84C1535D496EFC7DBB892B676", "CRC32": "907C91DD", "BLAKE3": "FCE8D835BA17F21129FB1D396C904BBA674600F7642DF73CC4F403B8EAC5A2D1"}, "downloadUrl": "https://civitai.com/api/download/models/704094?type=Training%20Data"}, {"id": 620043, "sizeKB": 223102.08984375, "name": "Space_hotel_luxury_space_station-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T05:20:44.647Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "9F763207", "AutoV2": "8B909CBBF9", "SHA256": "8B909CBBF92A812E71089FE7DDF6E0216631363AB5A1686A4457254622D36F95", "CRC32": "752522AB", "BLAKE3": "9B0EC2482059C0E14260FFBD374E8537B6498A25E90D36CB5756CCBC7B28E0E1", "AutoV3": "77D6F60B80D1"}, "downloadUrl": "https://civitai.com/api/download/models/704094", "primary": true}], "images": [{"id": 23290781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d6fd5fc-bb2f-48b3-8509-c254ad86e31b/width=450/23290781.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UGGS4JxD?^X9$#-=9FRjxV4na0%2ROIUjERP", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23290783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8abb7455-59bd-4930-a13d-35a6f81bb8a8/width=450/23290783.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UJG[+s%LX9Dh~qt7RP-pR3Mxr=o~-:xuofbb", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23290784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/90c68be6-b0ba-4eff-b141-bde655f56a70/width=450/23290784.jpeg", "nsfwLevel": 2, "width": 1536, "height": 1536, "hash": "UEG+8l-myE?H~p^*4nNH4nD%MdD%tRxuVs-p", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23286437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c6e80cef-7e56-48d4-8684-5fca9085c786/width=450/23286437.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1856, "hash": "UAEMB;$zxu_N~pR.Rjx]009bIUDi8^t8-;Mw", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23286507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0faed396-04e1-471c-a998-e68df049845c/width=450/23286507.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1856, "hash": "U7ECwa};~B?b={~W^+fk$x4TH?IV8we-RPWC", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/704094", "modelId": 629782} \ No newline at end of file diff --git a/datasets/metadata/704180.json b/datasets/metadata/704180.json new file mode 100644 index 0000000000000000000000000000000000000000..f41816b17e9067c36eb8c9aebda94393b07d9a06 --- /dev/null +++ b/datasets/metadata/704180.json @@ -0,0 +1 @@ +{"id": 704180, "index": 0, "name": "Bandit_Keith", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-08T12:05:24.954Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 620764, "sizeKB": 223102.69921875, "name": "Bandit_Keith_XL-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T12:06:24.343Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FC49D714", "AutoV2": "95D6821385", "SHA256": "95D6821385AE23A3B718CFF05E8E48395A9438D239A83E562E67698A4A0117C7", "CRC32": "3A89D4CB", "BLAKE3": "6199BC971D8A102531CC43DFE4E0E439B1478EF1632A4A67BC19B97ED8D704D7", "AutoV3": "1782823D51A2"}, "downloadUrl": "https://civitai.com/api/download/models/704180", "primary": true}, {"id": 618826, "sizeKB": 13198.013671875, "name": "704180_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T17:00:44.538Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9DBBA9F1", "AutoV2": "5F8FF02ED0", "SHA256": "5F8FF02ED027930D8C7E0F394C20EE9AD5B4C59997E657D5479955630E3C3B46", "CRC32": "F64482EF", "BLAKE3": "A7B83ABEBB9FCB0AD302275C4B11F377E20655B9C46FBC8AD3D209A1FC2A58B2"}, "downloadUrl": "https://civitai.com/api/download/models/704180?type=Training%20Data"}], "images": [{"id": 23323106, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/295ab078-2c5f-4397-922d-add27df4cb90/width=450/23323106.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULHmve%2naa$xeWGV@WBbLnzt3S6^kSJE2w{", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23323108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47eca517-310c-4d99-8daf-1c24f8dd3714/width=450/23323108.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHHnKhn-Vtnl5GNKIuRj~WbaM_n}9It6oajY", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23323105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f5154b7-a269-4dac-8d95-185225522c79/width=450/23323105.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9Gu2a%10h}@5tD+01tQ590#W7={Ng~8==-U", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/704180", "modelId": 629852} \ No newline at end of file diff --git a/datasets/metadata/704192.json b/datasets/metadata/704192.json new file mode 100644 index 0000000000000000000000000000000000000000..e42c7a644f7b24d86695936d208ccc2c00f19dca --- /dev/null +++ b/datasets/metadata/704192.json @@ -0,0 +1 @@ +{"id": 704192, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-07T18:18:44.564Z", "availability": "Public", "nsfwLevel": 28, "description": "Training images used were developed based on this guide tutorials/consistent_character_embedding/README.md at main \u00b7 BelieveDiffusion/tutorials \u00b7 GitHub for creating a consistent character for use as a textual inversion embedding. As of posting, this Lora has only been tested locally in SD.
", "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 618902, "sizeKB": 36978.59375, "name": "Lyndy-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T17:37:57.196Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DB076A18", "AutoV2": "35EC96BCF0", "SHA256": "35EC96BCF0EA5FFC4C861D8B925F777AD9A26CC9DDB34F91F55794B6CCE3A225", "CRC32": "D9A64681", "BLAKE3": "FF6B015DA3FFD3C63BB285E1AA36E7FC573E60CB939BA0206A4AB1C507B15BE5", "AutoV3": "9F2DA7C47CC9"}, "downloadUrl": "https://civitai.com/api/download/models/704192", "primary": true}, {"id": 618846, "sizeKB": 8275.888671875, "name": "704192_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T17:11:16.031Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DC27B5E7", "AutoV2": "278FB7DBBA", "SHA256": "278FB7DBBA07C0F2434EEA8FF8218A7FDAA99F9A954173255498FC2015C24F42", "CRC32": "AB000D77", "BLAKE3": "90625B9AB2B8BF75864087FF270FB354E50E94ED636E304B082E77C05F919504"}, "downloadUrl": "https://civitai.com/api/download/models/704192?type=Training%20Data"}], "images": [{"id": 23218017, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3efebeaf-61f2-4b7c-89d8-21734e90f805/width=450/23218017.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "USNvrXnh*J-UGHjFtmRP%MM{s8o}VDWAxZRj", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23218031, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85c5ad2e-95ae-4be9-a236-1671c6a7cb46/width=450/23218031.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UcLq96EL?^iw6,NfS%emIoWpWARjShNGR*t7", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/704192", "modelId": 629861} \ No newline at end of file diff --git a/datasets/metadata/704690.json b/datasets/metadata/704690.json new file mode 100644 index 0000000000000000000000000000000000000000..eb48a676fc5a6e5431003f5ffe3027d010f9e09c --- /dev/null +++ b/datasets/metadata/704690.json @@ -0,0 +1 @@ +{"id": 704690, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-07T23:33:09.958Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Patch", "101 dalmatians"], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 619354, "sizeKB": 2656.9775390625, "name": "704690_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T21:26:55.923Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4452B4DD", "AutoV2": "7F15C28062", "SHA256": "7F15C280628FA8A2EE062C15FA3CD3457278E78D91C1C588A846A6E4C8B7FE46", "CRC32": "591AD310", "BLAKE3": "58FF7F37984C9BC6AF98082F665F6E4D6B3E3507851A25A1DCFCF8BED0FD4D0A"}, "downloadUrl": "https://civitai.com/api/download/models/704690?type=Training%20Data"}, {"id": 619437, "sizeKB": 223102.16796875, "name": "Patch.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T23:17:23.686Z", "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/704690", "primary": true}, {"id": 619438, "sizeKB": 223102.16796875, "name": "Patch.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T23:17:21.274Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AF127750", "AutoV2": "A09D359DA8", "SHA256": "A09D359DA873ADCAD2B131BBF0E5CF55B10EA43030F8D68B8156C5016EC2D009", "CRC32": "C2A68EEC", "BLAKE3": "DCA0E0B8BEEA58665EB24D91A429F70CF4E2010EF446F83C4521FE6188570B09", "AutoV3": "D4541C3EA311"}, "downloadUrl": "https://civitai.com/api/download/models/704690?type=Model&format=SafeTensor"}], "images": [{"id": 23242478, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddf0ea38-ca5f-4b7a-838f-3fa53a21d6af/width=450/23242478.jpeg", "nsfwLevel": 1, "width": 541, "height": 440, "hash": "U8JtCy0000~q0000.S.T.5XAx^M{^%yEIADN", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23242288, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6ad388a-025c-4124-bada-98b424e0b8f4/width=450/23242288.jpeg", "nsfwLevel": 1, "width": 541, "height": 440, "hash": "U8JtCy0000~q0000.S.T.5XAx^M{^%yEIADN", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/704690", "modelId": 630332} \ No newline at end of file diff --git a/datasets/metadata/704715.json b/datasets/metadata/704715.json new file mode 100644 index 0000000000000000000000000000000000000000..1619b258811dbf7e0c81687edc7a9e0b0689b1e8 --- /dev/null +++ b/datasets/metadata/704715.json @@ -0,0 +1 @@ +{"id": 704715, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-08T11:23:50.550Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Ghost Rider", "Flaming skull"], "stats": {"downloadCount": 22, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 620679, "sizeKB": 223100.77734375, "name": "Ghost_Rider_Marvel.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T11:20:54.541Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1266A803", "AutoV2": "3CECE70D8B", "SHA256": "3CECE70D8B5BD51E9833597B044A6B20FE1A42F8AE972BC4640FB356C504E072", "CRC32": "F8D29391", "BLAKE3": "C6987ABA3E1081E9FF08B668DD9B506FA0F87E35F5F01716126BA774E6343D2B", "AutoV3": "7CF628F7B1A4"}, "downloadUrl": "https://civitai.com/api/download/models/704715", "primary": true}, {"id": 619351, "sizeKB": 13359.96875, "name": "704715_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T21:26:28.075Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6BB9685F", "AutoV2": "14DC492D42", "SHA256": "14DC492D421C27E57D5118ED7FD0B1BFD7A939AEC149D8423330CE9700F64A4D", "CRC32": "F9BF8542", "BLAKE3": "339F17AA17B6798A3436654F5376A899A0514B988EA2FA34C78112A7647B7A2F"}, "downloadUrl": "https://civitai.com/api/download/models/704715?type=Training%20Data"}], "images": [{"id": 23319660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccdd9b84-a65d-482b-a4b8-70640e4d04ec/width=450/23319660.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "U7B34u9z9ao|5X=_0ND+}l$e9v59x@xZShR.", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23319658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d1ebd49e-b7d7-4673-be1d-f824eff3b2a9/width=450/23319658.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "UPIEFO~B$yxG4TjF0LD*.RRlIrEOM_xt%1ae", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23319657, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0101fcc-ec61-4d92-b74c-869ccebe5a5b/width=450/23319657.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "ULH_Y?~qt.NH+XDi00IU?G_2NLRjIqtRNeog", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23319659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e2e82c3-ea29-41fa-aeee-05d7d2fe874a/width=450/23319659.jpeg", "nsfwLevel": 2, "width": 1664, "height": 2432, "hash": "UMD+*y?GI]9an1n#01NL~U-pbcD%s.oIM}NH", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23319654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0a43200-b093-4bc4-9d24-b919e1ab2dac/width=450/23319654.jpeg", "nsfwLevel": 1, "width": 1664, "height": 2432, "hash": "UCJs,z|ppe^%9F1R04xa@;r=02$~XT$dSh59", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23319661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/78c9d5f2-fcfa-4302-8719-f01145f7c55e/width=450/23319661.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UEHwV?_3Nx9s{a=CEgXUV~I]tRWU0jWFw[9u", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/704715", "modelId": 630354} \ No newline at end of file diff --git a/datasets/metadata/704756.json b/datasets/metadata/704756.json new file mode 100644 index 0000000000000000000000000000000000000000..9d4f38a1b2eb60920e3b2a5a1d0caba14afde80a --- /dev/null +++ b/datasets/metadata/704756.json @@ -0,0 +1 @@ +{"id": 704756, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-08T17:29:35.837Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": ["wenmstyle"], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 621414, "sizeKB": 223122.69921875, "name": "wenmstyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T17:25:59.372Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A8CFEED7", "AutoV2": "663204BAE9", "SHA256": "663204BAE9F45BC8692620FA105AC4C1E7B532A8303F7DEC85B7EF312DA7141D", "CRC32": "C2C293FC", "BLAKE3": "5CEA2D710267A682F2B5E2416E97B7E95803E8C2CF543D1283AC213F84667907", "AutoV3": "B8AD3C10A3CF"}, "downloadUrl": "https://civitai.com/api/download/models/704756", "primary": true}, {"id": 619401, "sizeKB": 148090.8974609375, "name": "704756_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T21:50:54.048Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3C195264", "AutoV2": "3AA8C703BD", "SHA256": "3AA8C703BD9EAB674F2485D5775AC98702917E2E27663052867BE4DD3E0A0B3B", "CRC32": "62FF437A", "BLAKE3": "CA0D6E19DA4B07FB4C0E4AB4BEDF927BF09B12BEA6D793940307A536DDDF11D7"}, "downloadUrl": "https://civitai.com/api/download/models/704756?type=Training%20Data"}], "images": [{"id": 23359851, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b02a669c-ee74-4605-8655-bae1a79d27d3/width=450/23359851.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UAJIU:-;T}$*00azD*M{I_WA+uS2xIWpDjkB", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/704756", "modelId": 630387} \ No newline at end of file diff --git a/datasets/metadata/704786.json b/datasets/metadata/704786.json new file mode 100644 index 0000000000000000000000000000000000000000..950281fe9baa2f97cb150bb9201f7d38b2bd9d33 --- /dev/null +++ b/datasets/metadata/704786.json @@ -0,0 +1 @@ +{"id": 704786, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-07T21:54:44.761Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 619421, "sizeKB": 13638.4697265625, "name": "Nyotengu_DOA.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T21:56:55.519Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "8A8EBB7B", "AutoV2": "7025799F33", "SHA256": "7025799F3356AD9C20B495F5FFBC8B36DCCBEF6E03DF4F0C2B754917D08B8CBC", "CRC32": "3CAED698", "BLAKE3": "0837362E2FE329DEF72D389CCB1056FCA0FFDAE3C575BFA895EAA38167EDA04E"}, "downloadUrl": "https://civitai.com/api/download/models/704786?type=Training%20Data"}, {"id": 619422, "sizeKB": 22237.37890625, "name": "Nyotengu_DOA-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-07T21:57:25.884Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "719FA3D0", "AutoV2": "6D2AFB4B31", "SHA256": "6D2AFB4B3120D00B36751BD967EA8AD18558439EA9505F23CC6DC6ED74094BE2", "CRC32": "F97504BE", "BLAKE3": "32039D34D1C8EF746A302C0DD9B9CDC079D1A8BAE1E592B1714CF9B27F9656D0", "AutoV3": "A6D1EE9347C4"}, "downloadUrl": "https://civitai.com/api/download/models/704786", "primary": true}], "images": [{"id": 23240501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f81489d8-8f95-4a45-bc4b-7e0e52376c96/width=450/23240501.jpeg", "nsfwLevel": 2, "width": 1224, "height": 1840, "hash": "UVLDu%xu.S%L%#of~qkCEMWBs9ay~Vj[xaof", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23240500, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52e06358-abff-47db-b0f1-31573a415ba8/width=450/23240500.jpeg", "nsfwLevel": 2, "width": 1224, "height": 1840, "hash": "UVLDu%xu.S%L%#of~qkCEMWBs9ay~Vj[xaof", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/704786", "modelId": 630418} \ No newline at end of file diff --git a/datasets/metadata/704794.json b/datasets/metadata/704794.json new file mode 100644 index 0000000000000000000000000000000000000000..b65f22837db207c6240648fc0061ad569490c3ed --- /dev/null +++ b/datasets/metadata/704794.json @@ -0,0 +1 @@ +{"id": 704794, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-07T21:59:29.150Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 619431, "sizeKB": 22237.21484375, "name": "Yuni_Irido_MyStepmom-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/704794", "primary": true}, {"id": 619429, "sizeKB": 11813.05078125, "name": "Yuni_Irido_MyStepmom.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/704794?type=Training%20Data"}], "images": [{"id": 23240931, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/671ee9d1-ff00-46cb-8a7d-2988aaee4775/width=450/23240931.jpeg", "nsfwLevel": 2, "width": 1224, "height": 1840, "hash": "UeP6v_t7?wxvD%WV?bofx]j[s9oexujttQbH", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23240932, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81095301-1771-40d4-ae39-ce81fd87d237/width=450/23240932.jpeg", "nsfwLevel": 2, "width": 1224, "height": 1840, "hash": "UeP6s;t7?wxvD%WV?bofx]j[s9oexufQtQbH", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/704794", "modelId": 630424} \ No newline at end of file diff --git a/datasets/metadata/705002.json b/datasets/metadata/705002.json new file mode 100644 index 0000000000000000000000000000000000000000..50d9fbac8d883956cb4e4b5e2754bda2df247bf4 --- /dev/null +++ b/datasets/metadata/705002.json @@ -0,0 +1 @@ +{"id": 705002, "index": 1, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-08T01:39:05.478Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 619624, "sizeKB": 1397.82421875, "name": "705002_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T00:55:41.178Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "59685B4377", "SHA256": "59685B4377F5153C7889F660485869B2655B4B2311FE0BD9EC962AD5A450AB3D", "CRC32": "DAEF389F", "BLAKE3": "F35369A94F49BA12CBB798708C1C5BEAC46F60881E5E16500B1178F5F8333660"}, "downloadUrl": "https://civitai.com/api/download/models/705002?type=Training%20Data"}, {"id": 619697, "sizeKB": 223102.00390625, "name": "Haru_Seong-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T01:36:23.937Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5A639E46", "AutoV2": "96D9CA875F", "SHA256": "96D9CA875FC1A346F4BBE5BC2C5A4DDCCCFB983072904DC58D3154C69AEEE6E8", "CRC32": "D668C0CD", "BLAKE3": "36DA02FF393893C7FC10A14187BB334C72EF7E4443A3338F21AF55A213CEA21B", "AutoV3": "D6D2400DD3F7"}, "downloadUrl": "https://civitai.com/api/download/models/705002", "primary": true}], "images": [{"id": 23257119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5aeb3848-731b-4258-89cc-f65c9579368e/width=450/23257119.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UODSU$V@9E%N~WV@Ioxv-ps;WWWB-pxbWCM_", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23257118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daf84f80-259e-45ce-b455-45a99b99cee6/width=450/23257118.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UYG@fVxa56Rk}]s:NGa#=zjut7ofjJazxuoe", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23257117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb6183ee-6bd7-42a4-93b6-cb53858c4ed1/width=450/23257117.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGDl,0RP77t-QnM|D%ob^$t7ROoIAeVr-=og", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/705002", "modelId": 630649} \ No newline at end of file diff --git a/datasets/metadata/705038.json b/datasets/metadata/705038.json new file mode 100644 index 0000000000000000000000000000000000000000..7cbe726cbe389dc553490d802ccf0a5e04000fcb --- /dev/null +++ b/datasets/metadata/705038.json @@ -0,0 +1 @@ +{"id": 705038, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-08T01:41:48.129Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 619707, "sizeKB": 18549.6640625, "name": "Required-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T01:40:56.331Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "2FC2C0713D", "SHA256": "2FC2C0713D9FFBF175A16EBF5B953D21CDBDEE796D4FD88C2FB20CC7F3727317", "CRC32": "6F896DEE", "BLAKE3": "7AD693E90CFEB6700C345F4350C25D0F68C9952F8B62EC3F3D66F3B9DE58C7F0", "AutoV3": "B05F2BCBF715"}, "downloadUrl": "https://civitai.com/api/download/models/705038", "primary": true}, {"id": 619678, "sizeKB": 17340.494140625, "name": "705038_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T01:21:30.139Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D901211B", "AutoV2": "584F7AF2E1", "SHA256": "584F7AF2E1CA662A047F0847A0EF792D27707FDD7E44D64C5700A02A8BF401B1", "CRC32": "3B5A2782", "BLAKE3": "02DBBF9FF617E1C2533C6A4BF6553E08AB37DACA0CF328C740E0F11AA506C392"}, "downloadUrl": "https://civitai.com/api/download/models/705038?type=Training%20Data"}], "images": [{"id": 23258111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d289067-5e2d-4533-9349-a78c0b8ad37c/width=450/23258111.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UIJal=IpE1=bP;NG~VIALgM|4.xsu6%MI=$$", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23258113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acbad784-cb65-4535-8bb1-6bd68b502655/width=450/23258113.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UVI5iD?EofIt.TWBM|RkTfNdoLxZKRay-oxu", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23258118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c02e0749-4afa-4d07-a810-88c10e45ee46/width=450/23258118.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UfI#yDOtPC#k77T0tSemETsBsTS4xwjFROX8", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23258185, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5361cac6-52e1-4834-93e5-16e49fc1ba83/width=450/23258185.jpeg", "nsfwLevel": 1, "width": 800, "height": 1280, "hash": "U25OTw%LNfM__4jDNLM_?cV?NJRP-;oIR.M{", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/705038", "modelId": 630677} \ No newline at end of file diff --git a/datasets/metadata/705160.json b/datasets/metadata/705160.json new file mode 100644 index 0000000000000000000000000000000000000000..a6394ffd2c7848ae322ed81cc9698ecd2185936c --- /dev/null +++ b/datasets/metadata/705160.json @@ -0,0 +1 @@ +{"id": 705160, "index": 0, "name": "v1.0 (Anthro)", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-08T19:52:42.386Z", "availability": "Public", "nsfwLevel": 28, "description": "About this version
More distant images may show some artifacts, distortions or disproportions in the face and hands when generating images in Civitai, which is why the recommendation of this LoRA is to use characters closer to the image or use some Embedding to reduce errors in the face.
", "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 621632, "sizeKB": 223107.96484375, "name": "Furry_Dragon_Lora_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T19:26:00.193Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8E20B3D2", "AutoV2": "13F91F16B3", "SHA256": "13F91F16B3E3ECBC56859CCE439DD70C68E1CAAB1DF896576FEE05DB8A5A91AA", "CRC32": "D46771E2", "BLAKE3": "6A08F4480ECCB9D95F7F12C28A7C049EA1B2FEB401837EDCC30F7E7901E3DE8B", "AutoV3": "EE541467E46D"}, "downloadUrl": "https://civitai.com/api/download/models/705160", "primary": true}, {"id": 619836, "sizeKB": 477661.35546875, "name": "705160_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T03:01:36.401Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "945A7F78", "AutoV2": "1191B81D76", "SHA256": "1191B81D761A8DEFF6109FFD52677F216258575D4FFE20BADB009DAC06302536", "CRC32": "C34320B2", "BLAKE3": "A14B1DE772B36C8AB69A2D0EEC86B4C8EC657CFA5368CD313DFA21D5ACED323D"}, "downloadUrl": "https://civitai.com/api/download/models/705160?type=Training%20Data"}], "images": [{"id": 23373851, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95b52328-7309-43ca-8fd7-19dcd4c0f45e/width=450/23373851.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USI#oi_2_NE1.SRk#mw{oej?4nRk~Wt7Naoe", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23373837, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5548a4b5-7811-4221-9127-bac2f481be49/width=450/23373837.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJIXHY-59YIV_N?FIURk0ix[IBkCtlEOn3Nw", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23373849, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f4635fa3-6d3a-4568-8a48-4e8353aa7241/width=450/23373849.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UIEp1i_30001~W%M9aIUM{M{t6%M%gRjIUof", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23373834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14b24227-d615-4476-ba82-06650fe8bf60/width=450/23373834.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UFGb@{tmH;R5Nrog00D%xU?HRjX9~Vo#tRMy", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23373847, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50ee837b-c3ee-4b65-8f6e-c3d8f3e32a33/width=450/23373847.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UEJs|DJC00E50Vr=KQ^N0L$%~U5S-;9wIptR", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23373838, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d75fefe4-50b5-4b4c-a975-2d34797cb71a/width=450/23373838.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UDD9ba^i9}$%~V=x-9xunj$gi_NHIUi^NHIU", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23373850, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc614903-3683-48ae-bc44-cdeab9136283/width=450/23373850.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9E_X99G00tl~q$*00xa_MIU#nozJ.axOFf7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23373839, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f9ade51-d314-474a-a90a-8541e51a499f/width=450/23373839.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBEL~OF05R#7^+9u,?D*}@-TIUI:IBwvS$IU", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23373840, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/035066af-3253-471a-aa93-27b4a71fbc58/width=450/23373840.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UEE-at;{0J71G^Inz:-p7#M_+t-ppJM{V@%M", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23373844, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ecc77cfa-616e-4205-ae86-6e4c6952cf28/width=450/23373844.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UHEM%PO@8|;3xcrqrpJ-QU%LOXN]~Vt8M{R5", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23373956, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e03ed4ce-a3b1-465d-92cd-899f92db95f5/width=450/23373956.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBGaXt~V0g~Bpbo}X8tR00IV-o$N8{iwbaE2", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23373852, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08a0261a-7d8f-4463-91c7-49c0e9a02551/width=450/23373852.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCI:zO0M00X-~prW0g-;00=s~pJCVYtRtRE1", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23373736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83dbeee8-6e70-44e1-81fa-4565732740d8/width=450/23373736.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZH2u}%e?wIq%hWD-VsBNYoyIUW.x]Rkt7of", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23373841, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b69c49d-00fd-4363-9a91-47854c8fd085/width=450/23373841.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UTKdGL%256f+_NW:rsae?]bG%2t7buafI:WB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23373953, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55e3d1f5-d289-44fa-8a10-534ce630a1ee/width=450/23373953.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UMIYg#BVo+}X_3IBrpSixK-C${k?~B-pEMxH", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23373860, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f244c2c-40b6-4793-8d4b-55937abdaaea/width=450/23373860.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UMGt$w};010g_NofDjM|X-NbIon~-os:I=ni", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23373845, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93fec3ff-5a67-4a5d-9491-b7f156ec5bff/width=450/23373845.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UeHn?GRjxtn%_3t7M{of~qV@t7R*Wqoft7fk", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23373848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3198928a-5286-48a5-af36-74bdaa8296b2/width=450/23373848.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJJtFyR.00ae05s.A0WX#Pt6~Us,o~IqR-S5", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/705160", "modelId": 630789} \ No newline at end of file diff --git a/datasets/metadata/705218.json b/datasets/metadata/705218.json new file mode 100644 index 0000000000000000000000000000000000000000..7a31a35d9adbb49da0c05df11e3ae6a34240ff52 --- /dev/null +++ b/datasets/metadata/705218.json @@ -0,0 +1 @@ +{"id": 705218, "index": 0, "name": "Kim Possible V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-08T03:56:41.903Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": ["necklace, navel, blue dress, long hair, choker, frown, green shirt, car interior, black shirt"], "stats": {"downloadCount": 28, "ratingCount": 0, "rating": 0, "thumbsUpCount": 6, "thumbsDownCount": 0}, "files": [{"id": 619835, "sizeKB": 10426.708984375, "name": "705218_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T03:01:56.051Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "435AA1AB", "AutoV2": "EBC6CFABA6", "SHA256": "EBC6CFABA6FAC1A9B15E0DB98E40EF49D4CD14F62F1376020C65EBFF8F3536D9", "CRC32": "736385B5", "BLAKE3": "C480D4C2AC129BE0C312B49CD5525926BA2AED1955D17457AB234CEFD0A1C0AD"}, "downloadUrl": "https://civitai.com/api/download/models/705218?type=Training%20Data"}, {"id": 619913, "sizeKB": 223102.40234375, "name": "Kim_Possible.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T03:52:01.092Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B6A6F614", "AutoV2": "2C7DDAD151", "SHA256": "2C7DDAD1512E62CD8A614C63B930DCC306B5D7DE135D623DEEA9B0AFB1E2AB1F", "CRC32": "972836DF", "BLAKE3": "F99D57214E8247D1E5FB6F317F732F4ACCFE290F8EFDBCA04EE6032DAC0C6FD7", "AutoV3": "282E8C8F47C1"}, "downloadUrl": "https://civitai.com/api/download/models/705218", "primary": true}], "images": [{"id": 23274125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea5d0af7-1e80-4580-bc71-a7f942907a70/width=450/23274125.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UCHUIa}H0dF;+;WSFNsY9ZF^b_v#1PJB}r$y", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23274127, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e47d128d-f596-4fd0-aee4-e0ad5d5ad4b9/width=450/23274127.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U9Ee[6-O0x?C01NaOcso0oV?{|K74;xutQ#8", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/705218", "modelId": 630844} \ No newline at end of file diff --git a/datasets/metadata/705303.json b/datasets/metadata/705303.json new file mode 100644 index 0000000000000000000000000000000000000000..1677b2ba268332fa735765f4adbd3fcfc74d5f1a --- /dev/null +++ b/datasets/metadata/705303.json @@ -0,0 +1 @@ +{"id": 705303, "index": 0, "name": "Kim Possible SDXL", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-08T04:20:20.412Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["1girl, solo, green eyes, gloves, navel, midriff, pants, belt, long hair,", "Kim Possible"], "stats": {"downloadCount": 24, "ratingCount": 0, "rating": 0, "thumbsUpCount": 2, "thumbsDownCount": 0}, "files": [{"id": 619905, "sizeKB": 10426.708984375, "name": "705303_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T03:40:45.731Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "435AA1AB", "AutoV2": "A95EE61ACD", "SHA256": "A95EE61ACDC5BDEC1E6F1A367BCBD915672B09AA8D28D4D13E96CE298A12B959", "CRC32": "5981F153", "BLAKE3": "E305897FA340056C0865F3F6D524CFEFAC2C28DF264510A81E7C81348BEA5C97"}, "downloadUrl": "https://civitai.com/api/download/models/705303?type=Training%20Data"}, {"id": 619967, "sizeKB": 223102.42578125, "name": "Kim_Possible_2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T04:20:53.000Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C87A1ADA", "AutoV2": "BAAD0BEF5C", "SHA256": "BAAD0BEF5C69B88D954FC5218DD1537086F1D5EAB304E04B552310B4CF0D9162", "CRC32": "A42909E8", "BLAKE3": "C8DD36A4224DB7AB7A34B42A7D9E8313D587625ACE02B56CACF6D84908ECF8A7", "AutoV3": "65B46182D61D"}, "downloadUrl": "https://civitai.com/api/download/models/705303", "primary": true}], "images": [{"id": 23278004, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73b85536-da34-43c8-80e8-72fc7a9b4cad/width=450/23278004.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UTIqMotl6*%1}@o}Egs:JQn$V[R*S#s:ozV@", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23278005, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75e0624e-a239-4b6f-8df2-8feaa0a1277f/width=450/23278005.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UFKmdJt3Fls.}ZbIACjEXxo2VzS1J5jZxubI", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23278006, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d5dcf65-6ef7-4338-8b25-1f9422051d79/width=450/23278006.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USLo}v~ARe-3}Q$^O?o}IpR.bKe.J8s.xXNH", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/705303", "modelId": 630922} \ No newline at end of file diff --git a/datasets/metadata/705324.json b/datasets/metadata/705324.json new file mode 100644 index 0000000000000000000000000000000000000000..4ec36cb10ff69fe7ea285e91232c7f0e12e2ae0b --- /dev/null +++ b/datasets/metadata/705324.json @@ -0,0 +1 @@ +{"id": 705324, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": "Standard", "publishedAt": "2024-08-08T16:11:38.734Z", "availability": "Public", "nsfwLevel": 31, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 620566, "sizeKB": 6775432.9140625, "name": "CheckpointYOZORA_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T10:03:21.004Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "bf16"}, "hashes": {"AutoV1": "AF1724F4", "AutoV2": "0F46804DBE", "SHA256": "0F46804DBE2BCCD235630EEBF72A331ED2054191188C670A4F734A1F15C123FB", "CRC32": "3CD84961", "BLAKE3": "9FCD7B3B4E0FA5C5DBA974BD3191165B0E96E98A9068CEF61C759D1BDB8198E4", "AutoV3": "94B1329A64BE"}, "downloadUrl": "https://civitai.com/api/download/models/705324", "primary": true}, {"id": 619959, "sizeKB": 134149.41015625, "name": "CheckpointYOZORA_v1_trainingData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T04:11:59.319Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "BF9B1394", "AutoV2": "ECC7A8AE90", "SHA256": "ECC7A8AE900AC7631976BF0CF75A92C1A4EB5BB83A591933E11F94FF8B086FBB", "CRC32": "A06A7D1C", "BLAKE3": "53D546E423E908367827A33CF18863BBC1F27141E79D78C7B5CA0D28643ED82A"}, "downloadUrl": "https://civitai.com/api/download/models/705324?type=Training%20Data"}], "images": [{"id": 23296901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c44b9f2-409f-4e2c-9aac-103f53ed9b56/width=450/23296901.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBGkXsoHAGIUtL~Ur=9cR.4;9v?G0PS*IB^I", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23296894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eae66223-e8ca-4e8a-b833-fc6e6f795404/width=450/23296894.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UCH-=8uOS$F|~oKO^+cEDjoex[-;9_M{t2xZ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23296891, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7d0ae30-ef66-400e-9652-794b70bdc5fd/width=450/23296891.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UHHnd4~U4:IV9]IpE1M|^gxtxu%L-6WCWZNa", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23296898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24edcfab-5307-4933-9536-8a962318f0af/width=450/23296898.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U4HU2;0DF*^*qG0g%}I[nN000c^OKt8|?a^P", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23296892, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48132078-3f56-444a-a88a-0852b40ab874/width=450/23296892.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "UIH.D^~AS$m-?u-.x]SzKQIoxZx[%gRiIB-.", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23296915, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61bffbbc-8aad-4371-8f37-161fb50b6107/width=450/23296915.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "UDHndA~UE1bH0L9GbvgOMxxCr=E2D*-;%LIo", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23296917, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0eb12bd-8706-44bc-a4e1-09c24f11e89e/width=450/23296917.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "UHIh4}~optRi%fa2MxR*%dNwZ~t4cER-M|%1", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23296912, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89ce9eba-58e4-49ee-ad78-3e3f86da4a4f/width=450/23296912.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UCGRn{05??%3EdW--o4:00=]8|s+?^N#I@XU", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23296910, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac067483-a991-4414-bd34-0b1b61a2626e/width=450/23296910.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "UHIqWB9HB:-B_MIp^*-VM_xZ$%Io%gIo%2EL", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23296916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/488e28ca-5927-48c2-bc21-5fdf0cd965e0/width=450/23296916.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "UDGRVYM{^Gwf9ZD*S$Ip00%fI]$$F2~VVsbu", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23296922, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89946940-5a08-4207-bd08-fada95d3a892/width=450/23296922.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UCHe2o5p0}~p5Q~VRk%1ITDirCDj0ht7n4E2", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23296934, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ac9f658-48e7-45f3-8d9b-19de664d2b6f/width=450/23296934.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGJH2J%JMLD,}[-o0LE1yDRjE1r=%f%1wJs:", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23296928, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1d40dc1-a9d0-4e76-b1a0-b4582a009f61/width=450/23296928.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "UHHeB~~V4:_2EzNGVst60LWXrrD%nObHI;IV", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23296939, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9142382e-5cd5-4227-96a0-1d63f6fb6180/width=450/23296939.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U8JG=?m79??^0YRiDiR:p{jYxVJU05?G-PD*", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23296931, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d99ab4b-18bf-47df-9dea-94a3d33ec388/width=450/23296931.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "U7G[4u9ars5m~U0g4.#S.QIV0z-orB-;z:Ki", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23296943, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42ee9739-c025-4d93-b1dc-f2c8c62e3c68/width=450/23296943.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "U8HnQqt9GY={~A005-rqEz0g^+IU*J~Bs:IV", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23296958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/121d4cef-17dc-4345-9696-e3d70fe64a5c/width=450/23296958.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UDGlCb?a*ExtyYNH-6M|01IpDPWB={?Z8_X5", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23296952, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ad6ad17-1fc4-4f8f-b57e-88ad67dfd74d/width=450/23296952.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "UIIEFP~U0#9aACaes=NKe@$ks;t7WGWYbun#", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23296965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cd924b8-99e3-494b-a8cd-53ecd8e203ea/width=450/23296965.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UEGa:~Iu}kxYJQxab_Rj00owtT9vpJNdr;M{", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23296963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b5897bb-f063-484a-9a6d-ff82e4a55017/width=450/23296963.jpeg", "nsfwLevel": 16, "width": 768, "height": 1152, "hash": "U3Ip;-001k^l00%~#Svf00~U$i^*^O00l7Y6", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/705324", "modelId": 630906} \ No newline at end of file diff --git a/datasets/metadata/705327.json b/datasets/metadata/705327.json new file mode 100644 index 0000000000000000000000000000000000000000..773d827036811abfacae65277b55436fe7ad394e --- /dev/null +++ b/datasets/metadata/705327.json @@ -0,0 +1 @@ +{"id": 705327, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-08T04:20:34.751Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 96, "ratingCount": 0, "rating": 0, "thumbsUpCount": 11, "thumbsDownCount": 0}, "files": [{"id": 619952, "sizeKB": 3305.4462890625, "name": "705327_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T04:10:51.849Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1C03373F", "AutoV2": "18F29AA006", "SHA256": "18F29AA00677640C0AE77D1832BC6F5593089AF2001C4B75F773A9CFFC2BDE8E", "CRC32": "4690B6BF", "BLAKE3": "FAFD730A932CA2BD414EBF85F4896A49D6E404FDFF6C3615327C82085E931614"}, "downloadUrl": "https://civitai.com/api/download/models/705327?type=Training%20Data"}, {"id": 619968, "sizeKB": 36978.34375, "name": "Saggy_breasts_02.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T04:20:39.762Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "80A2D625", "AutoV2": "C899547099", "SHA256": "C8995470992F25EE887C28039D3F8CEC2F186FB8612CBDC94E3F0B67E26C0DB9", "CRC32": "636A8A67", "BLAKE3": "B60D2DD0E1BCDA3A1540AAA9692FA3946A9B846BE5E89ECC510525E41ABEBB2C", "AutoV3": "5A5F7B51D7D3"}, "downloadUrl": "https://civitai.com/api/download/models/705327", "primary": true}], "images": [{"id": 23277808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d3c2c33-0a1d-47cb-a529-11afb88c28e6/width=450/23277808.jpeg", "nsfwLevel": 8, "width": 733, "height": 668, "hash": "UtO3a?M|*0xtX9oft7WBS2j@s:bHWrayt7of", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/705327", "modelId": 630945} \ No newline at end of file diff --git a/datasets/metadata/705443.json b/datasets/metadata/705443.json new file mode 100644 index 0000000000000000000000000000000000000000..867a9b53c379b0bb5b40c716b0f43ed5b222ce9b --- /dev/null +++ b/datasets/metadata/705443.json @@ -0,0 +1 @@ +{"id": 705443, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-08T07:25:52.915Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["pine pine, cat ears, green hair, maroon lipstick"], "stats": {"downloadCount": 12, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 620051, "sizeKB": 3509.1318359375, "name": "705443_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T05:26:54.597Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "73B284EA", "AutoV2": "529F788B97", "SHA256": "529F788B97EE14845B06500F1349751CACA7452565A3621128CB1BA87DDCB345", "CRC32": "A8C464AB", "BLAKE3": "96667D2FCCD7838F6EE3B588EA3C6816B3B0EAFC67B0426B2D5F9CD480EEA2DC"}, "downloadUrl": "https://civitai.com/api/download/models/705443?type=Training%20Data"}, {"id": 620158, "sizeKB": 223100.92578125, "name": "pine_pine_XL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T06:16:18.635Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D0CF45DC", "AutoV2": "EEC4308A7F", "SHA256": "EEC4308A7F8D6755E4893D2E2778EAA881A60429F3B6150A147F94E5B508A012", "CRC32": "1954C433", "BLAKE3": "4C2935C1A5B8AFF2420DBBBB3DF367FFB661BB070E0D633D103806EE472B270A", "AutoV3": "2E1BD7A0DD15"}, "downloadUrl": "https://civitai.com/api/download/models/705443", "primary": true}], "images": [{"id": 23297959, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fed3b52d-ded8-4280-92b2-5cd07be66859/width=450/23297959.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKL|=PnhY*yDxtj?jbbIPokWvge.XSWWs:of", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23297961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d60fff79-4edd-4813-9cd7-3b6a91b5f4ce/width=450/23297961.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGL4j4tlLzv#xtj[WCWo7Ln%HsR*OskCxZjF", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23298207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77f1f9c3-d27d-46af-a343-9096a4571c20/width=450/23298207.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7H.QQ-S18PBITbF9bW=49Nx{1$j0gaK-Uoz", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23298468, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31741e84-716d-4f62-8184-83847e907dae/width=450/23298468.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UQM%Q0of*Hx[%1fkRkjbl8ayn5fko}aeoLfk", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/705443", "modelId": 631046} \ No newline at end of file diff --git a/datasets/metadata/705471.json b/datasets/metadata/705471.json new file mode 100644 index 0000000000000000000000000000000000000000..4f82918093d9f5930e1b95e41fa4807a37f4542b --- /dev/null +++ b/datasets/metadata/705471.json @@ -0,0 +1 @@ +{"id": 705471, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-08T08:42:51.567Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["sync the otter", "andromorph", "furry", "anthro", "turquoise fur", "white fur", "white furred hands", "black nose", "pink claws", "pink eyes", "otter"], "stats": {"downloadCount": 27, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 620215, "sizeKB": 17941.7666015625, "name": "705471_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T06:46:11.330Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "008996AB", "AutoV2": "2F8AC25701", "SHA256": "2F8AC257018C720996C7FC8D11EB8F6A21956F7DDD4265A429F251BF437B3FAD", "CRC32": "FA0365E8", "BLAKE3": "0D802093CD8AA9ED88F366CAD7EB603718E30123AE01C8B06069B9A0E3EB73B2"}, "downloadUrl": "https://civitai.com/api/download/models/705471?type=Training%20Data"}, {"id": 620416, "sizeKB": 223109.44140625, "name": "Sync_the_Otter.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T08:36:15.733Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "46F9D15B", "AutoV2": "CB3FADBB36", "SHA256": "CB3FADBB36B3F92E80606A3A04FFD2A2D95A2DB525D2F9C8A0B8B3513C72F0DB", "CRC32": "CCAC4C4B", "BLAKE3": "206256BBE6B482942A3B252EFFB2E88867D4B72F631A3CCA3693C33890D3A8AF", "AutoV3": "5F80F369EB87"}, "downloadUrl": "https://civitai.com/api/download/models/705471", "primary": true}], "images": [{"id": 23305862, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05a820df-e65b-4682-a5ce-ef8025b07477/width=450/23305862.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "USM*gIFj1VGD|?Gt-6KuInNe#XO=TdskX4S}", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23307130, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a554e65b-e2a2-4219-bcc5-8a304cc1d16d/width=450/23307130.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJE$~~.q1Ft9]G[1VuGDM{[E|3EL$,xt$k+H", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23307134, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63b6ed51-6032-441c-92f1-3a86b85d06e9/width=450/23307134.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCNdXWxu=xx]~qWpodt6icoL-of6F0WCnPoL", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23307129, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7104447-0106-4d1e-8091-d633b2616423/width=450/23307129.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UUJk+P~p%1EL?uK5-pRPtmXng3s;5SNHNeIo", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23307135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddc2bf75-41b2-44a7-8875-7fe31723a4cb/width=450/23307135.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UTJa}]?v~UxH%eEi%1Rja}x]x]NG%zxu%Mwd", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23307131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f0c76fc-e50f-4516-b690-57d9d84d4992/width=450/23307131.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHGI[U_J00.8IHohkFxvIStR?bR-%htQskXM", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/705471", "modelId": 631071} \ No newline at end of file diff --git a/datasets/metadata/705478.json b/datasets/metadata/705478.json new file mode 100644 index 0000000000000000000000000000000000000000..702e7cd9cba0e70b107568043bbbacdc61308d37 --- /dev/null +++ b/datasets/metadata/705478.json @@ -0,0 +1 @@ +{"id": 705478, "index": 1, "name": "V2", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-08T12:51:49.150Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 15, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 620078, "sizeKB": 933.4423828125, "name": "705478_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T05:41:12.170Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "505193982F", "SHA256": "505193982F3BB630752A4FB27AD40D7A79B54F4E436B91995A0A311B47E58731", "CRC32": "6DED3B0E", "BLAKE3": "E64B4E019AA64FA0370F1EE7B454CBC2704BC822A40EDAC208ECC165F1792F83"}, "downloadUrl": "https://civitai.com/api/download/models/705478?type=Training%20Data"}, {"id": 620419, "sizeKB": 223099.98046875, "name": "White_Cutie_01.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T08:36:22.531Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "02993D8B", "AutoV2": "ACBA829250", "SHA256": "ACBA829250FF0628E4797FEBE8AE8FF82C6438561ACD7BBA7DEC2A79F75C8BF7", "CRC32": "BCF85721", "BLAKE3": "270748077FAEBD6CD77647F9F89933D1B38190067BE652FEB4A06D89247BF455", "AutoV3": "7BB7DA315DA1"}, "downloadUrl": "https://civitai.com/api/download/models/705478", "primary": true}], "images": [{"id": 23327446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8da8b72c-14d2-48b1-807d-20a039993a5b/width=450/23327446.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAHxA{}tIC4T_0IVE%tk=4~V9a%31ZIo$7M|", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23327448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc967a7a-b030-40d3-8f63-7ff22eb53340/width=450/23327448.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UDH1b?00~p=w-;%1Ir~B9u%1D*OB%1NHV[af", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23327445, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f0dce188-d47b-4f3e-b15b-8e883b5827a7/width=450/23327445.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UBG8lqkpO;V?}@xt57%LF^xt01E1?HRRMyM{", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/705478", "modelId": 631056} \ No newline at end of file diff --git a/datasets/metadata/705542.json b/datasets/metadata/705542.json new file mode 100644 index 0000000000000000000000000000000000000000..1f0d5951721e0d9e5fe2cd3f0371ee805720d1b7 --- /dev/null +++ b/datasets/metadata/705542.json @@ -0,0 +1 @@ +{"id": 705542, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-08T06:56:14.190Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Ta11y"], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 620229, "sizeKB": 223115.48046875, "name": "TallyLove_OC.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T06:57:07.045Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "05EFDAD1", "AutoV2": "E8DA65F10B", "SHA256": "E8DA65F10B76BD49C9E12B49BF2BD41F0B9AF9F4F0CB43EC14491A0F5D4E6D51", "CRC32": "C1D76D65", "BLAKE3": "023497EC0DEC1F69D4B4C0543C4620D52435887F3F1FFFF13E0327C0068E01E4", "AutoV3": "BD83ABF20CD8"}, "downloadUrl": "https://civitai.com/api/download/models/705542", "primary": true}, {"id": 620149, "sizeKB": 52170.970703125, "name": "705542_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T06:10:39.859Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C87A63A1", "AutoV2": "2970E7E264", "SHA256": "2970E7E264956ED89AE707CB40EFE9A95282A5760FC2612C1B3A2AAD0F3FD8F2", "CRC32": "2D72F651", "BLAKE3": "3887AC1C5355DA211D0DDAE1186B68612F4D5E7BCBDB6A8CE7B081713AE0A2BA"}, "downloadUrl": "https://civitai.com/api/download/models/705542?type=Training%20Data"}], "images": [{"id": 23295140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03abac83-b964-4192-8511-4f2f39e469f4/width=450/23295140.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDIg_y00uO^*w]NHxuwctm=_IUOY~W-oR+OX", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23295138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e318aac1-a23c-4173-9100-216533a8a494/width=450/23295138.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGF}_]~VI;Rj4ot8IoM|014oxDxu%f%LxZxu", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23295139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53807e27-9c86-4849-9f03-453bfd9ccccb/width=450/23295139.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNIXT^NKXm-o~WWBxuRkS%jYD*NG%LW;Myof", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/705542", "modelId": 631135} \ No newline at end of file diff --git a/datasets/metadata/705551.json b/datasets/metadata/705551.json new file mode 100644 index 0000000000000000000000000000000000000000..206ded982fd4693409deac84783436c6c28bd878 --- /dev/null +++ b/datasets/metadata/705551.json @@ -0,0 +1 @@ +{"id": 705551, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-08T09:07:43.310Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 13, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 620160, "sizeKB": 40213.19140625, "name": "705551_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T06:15:38.580Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C07EAF56", "AutoV2": "82F79338B6", "SHA256": "82F79338B6EF97A3C7EED9A67AFD08E947D905D696B26C246D4B17CBA1F7B5F1", "CRC32": "6A8D5BBA", "BLAKE3": "111B385809EB15B19C25CED7927B77DEE7692051620A9269899E895B16BD6E83"}, "downloadUrl": "https://civitai.com/api/download/models/705551?type=Training%20Data"}, {"id": 620449, "sizeKB": 223101.00390625, "name": "Jodi_-_PONY.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T09:01:35.872Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7B5AC304", "AutoV2": "E9EC8DDA8D", "SHA256": "E9EC8DDA8D77876024B5F4035358CD25384EF524C967BE7723CF85098B36E8A6", "CRC32": "4E5BF80D", "BLAKE3": "AB6316A14E8F6489892A86CDA858EA0712AE453EFF15800B8C71701DE4521365", "AutoV3": "C7C0950B3E89"}, "downloadUrl": "https://civitai.com/api/download/models/705551", "primary": true}], "images": [{"id": 23307457, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50a4900a-1004-4e19-82ab-5d0279de0c26/width=450/23307457.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U960F-HXMaIPO}ZloutRVDWdbxyM-fV]V[NF", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23307578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/709367eb-e651-4d0b-9511-ea385bd3dba1/width=450/23307578.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U94DAbiGMITx$rjLMyTDZ_i{akk?PXV[t9s5", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23307506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b11d1dd-ac42-41b0-acc4-513f3cdd162e/width=450/23307506.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U94VRWDgax%%O[rWogOY#iOaf,roovahjsf*", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23307604, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c731f5f-eb88-41c4-876d-8529e3ae892c/width=450/23307604.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UD4.ucMcI8*0Txn4n4TJwFSjS*r.s7W?WZoa", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23307728, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab243c94-f350-4184-96b4-f1b3ac381d25/width=450/23307728.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UJ5P8:MbMbyZTJnOnio}roXAXUjCXPjcaKoy", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/705551", "modelId": 631146} \ No newline at end of file diff --git a/datasets/metadata/70586.json b/datasets/metadata/70586.json new file mode 100644 index 0000000000000000000000000000000000000000..dd0ac20aa6226ac5f2c647520289b10a2bd697db --- /dev/null +++ b/datasets/metadata/70586.json @@ -0,0 +1 @@ +{"id": 70586, "index": 1, "name": "v0.75", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-14T15:06:03.289Z", "availability": "Public", "nsfwLevel": 1, "description": "I started to train a new dreambooth with the same settings, but with v1-5-pruned-emaonly. I decided to merge it to the first one.
", "trainedWords": ["NCCG"], "stats": {"downloadCount": 128, "ratingCount": 8, "rating": 5, "thumbsUpCount": 8, "thumbsDownCount": 0}, "files": [{"id": 49192, "sizeKB": 25775.15234375, "name": "512.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-14T14:51:09.236Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3F8A2ABB", "AutoV2": "E5455622E3", "SHA256": "E5455622E31E8E38F0594D17D521157EBDF93E490CF2AB28FDD3402C46C7E8F8", "CRC32": "F26ACAA4", "BLAKE3": "17966BC1833C4F3B1A0B4C223C443EC5757996C5A4B0E16F92D6EE24FDED0395"}, "downloadUrl": "https://civitai.com/api/download/models/70586?type=Training%20Data"}, {"id": 49191, "sizeKB": 3090.90625, "name": "NcCG75.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-14T14:51:03.542Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1ED5478F", "AutoV2": "28CC0399A9", "SHA256": "28CC0399A9EA2FAE4C858E629E03463955EFE88C1AACCB2ABD31C04754C41AB2", "CRC32": "F685EEF2", "BLAKE3": "72BBF32E2D996B80CF87FC4B0DB21566AB350C0EE960E01C49620D00CD53B79F", "AutoV3": "45F36541FE0E"}, "downloadUrl": "https://civitai.com/api/download/models/70586", "primary": true}], "images": [{"id": 788178, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0bed262e-c7b7-4d0c-bfd4-db46af77f601/width=450/788178.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UDGIT44T_3R4bf4T_NM{tl-m-;RO.94nn4%g", "type": "image"}, {"id": 788253, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25b9cc6b-c164-45c9-b622-d1c07166e543/width=450/788253.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UXH-[M4nyEM_~TIoD*%KIpIpV@s+I^s.t7t8", "type": "image"}, {"id": 788331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0f770a0-84db-4643-879b-5a3038724fcf/width=450/788331.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UUFhbOShFw9G~AM|WVIVEzS2w]xaI:bIwws.", "type": "image"}, {"id": 788353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2156ae2-4828-4c73-9ba4-7ade44765542/width=450/788353.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UQH1#-IA~onOMJtRIUxZ-;x]a0kC$fRjoLsm", "type": "image"}, {"id": 788459, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b6a167b-ca16-4a4d-9e39-fc9f407ea158/width=450/788459.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UODmRNaKt:kDR5f,IoW=D%s:E1RiaJRjt7ay", "type": "image"}, {"id": 788463, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6fd9d86-845f-42ef-831d-f07892d50c55/width=450/788463.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UNC7vor=yZt7OHRjXAW=i^ofMwNGVrofa{Vs", "type": "image"}, {"id": 788470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1f843cc3-340f-4938-9716-7d7cf52c9a3f/width=450/788470.jpeg", "nsfwLevel": 1, "width": 800, "height": 800, "hash": "UcL;HRIUEfozDixuNxoz-oof%MRj~qRjV@M|", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/70586", "modelId": 63825} \ No newline at end of file diff --git a/datasets/metadata/706105.json b/datasets/metadata/706105.json new file mode 100644 index 0000000000000000000000000000000000000000..afd234290172ca12658dd4074417fc79df9d2e18 --- /dev/null +++ b/datasets/metadata/706105.json @@ -0,0 +1 @@ +{"id": 706105, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-08T13:01:52.228Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Ta11y"], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 620711, "sizeKB": 96842.6494140625, "name": "706105_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T11:36:55.698Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DBA00053", "AutoV2": "F15262B967", "SHA256": "F15262B967EAA4FC950209230DC11F51BE6DC65102E273B4BBEAC0E68F226D05", "CRC32": "48824BE9", "BLAKE3": "F4403160A5A79E42C9843037819741E7903B18804658113685D69A97EC8C3EA2"}, "downloadUrl": "https://civitai.com/api/download/models/706105?type=Training%20Data"}, {"id": 620871, "sizeKB": 223121.17578125, "name": "TallyLove_V2_OC-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T13:00:51.840Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5E12DCA1", "AutoV2": "7E173C2259", "SHA256": "7E173C22591E19AFC0C7E2B9A2DD4995E1E85DE18E8CA732759B2AD59A81D17C", "CRC32": "A9773C84", "BLAKE3": "F863259A6CBE37302A24B794FDFB734818CAE2086FB0AF2562C0B818C044DD13", "AutoV3": "B75E2A420EE2"}, "downloadUrl": "https://civitai.com/api/download/models/706105", "primary": true}], "images": [{"id": 23328319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14ab4c54-e747-4b78-a6db-e5dafafe545e/width=450/23328319.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQJ@tO~UozXT$zxZtRoz%1t7WrRj%Lx]t7RP", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23328320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2cb47c3-e1f5-4c41-b27b-6e7c8d3aba69/width=450/23328320.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAIh26=r009tEvE5Va^i56-:-W-o}tIU9[kq", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23328321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/979424ca-9c0d-4db6-b934-7ca16a05e9c7/width=450/23328321.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8J*9p020#-pvzWn~p?a?H^*Ndbc9H~pRjR+", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23328342, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/068fadde-2c98-47b8-8653-d022a8dadb7b/width=450/23328342.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U68;Ja8_EK={%g01x^r=0Lr=~q8{I@%1tR9F", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/706105", "modelId": 631622} \ No newline at end of file diff --git a/datasets/metadata/706198.json b/datasets/metadata/706198.json new file mode 100644 index 0000000000000000000000000000000000000000..d09127474ff4173e06796c02aaf8df237d66d8e9 --- /dev/null +++ b/datasets/metadata/706198.json @@ -0,0 +1 @@ +{"id": 706198, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-08T15:43:02.620Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 9, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 621199, "sizeKB": 223100.37890625, "name": "Computer_Power_V2_-_PONY-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T15:46:23.336Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1F13E827", "AutoV2": "7A6C86865B", "SHA256": "7A6C86865BE79E4F6FBCB4C9AFF5BFA6FF4EBC473891FF0411A6DC4254740E77", "CRC32": "86A906F3", "BLAKE3": "D2826BAF45FD9ACD7AD354F31470443688F50E7ECD02B2C7CA8B6EE5BA36837F", "AutoV3": "516E52841370"}, "downloadUrl": "https://civitai.com/api/download/models/706198", "primary": true}, {"id": 620820, "sizeKB": 177761.154296875, "name": "706198_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T12:38:25.954Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "96EF5796", "AutoV2": "1A6FF73AD5", "SHA256": "1A6FF73AD5E3285BA0A860DF48B20FE0EE00001713B60A587EBE4FC412E3CF5D", "CRC32": "675E3C44", "BLAKE3": "D5774F1806BBA2D256AE7026D75744D2AAEC70413466F216E662C7C4D29B70C0"}, "downloadUrl": "https://civitai.com/api/download/models/706198?type=Training%20Data"}], "images": [{"id": 23347682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/385bcba3-2064-4f7d-97e9-ce4fcff3fb79/width=450/23347682.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8AnYs+0~S.5E0V_v6pF+%oftiVuNKR7gKVc", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23347679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5bccddc-2673-42fa-a83c-9c26bf1c248d/width=450/23347679.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U79@qhIVMz-nPir]HvEMuet5S|oyTHIWo2NH", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23347683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca180534-787e-4bf4-9113-1aa78af65c2f/width=450/23347683.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U97_=RICO+xaGTU|juRR*FVIpZZ+X#Vbkon7", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/706198", "modelId": 631704} \ No newline at end of file diff --git a/datasets/metadata/70629.json b/datasets/metadata/70629.json new file mode 100644 index 0000000000000000000000000000000000000000..d578bd97efa6874f34daa505e4c2254eb2b73b91 --- /dev/null +++ b/datasets/metadata/70629.json @@ -0,0 +1 @@ +{"id": 70629, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-14T15:41:59.992Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 773, "ratingCount": 89, "rating": 4.99, "thumbsUpCount": 108, "thumbsDownCount": 0}, "files": [{"id": 49231, "sizeKB": 12632.3828125, "name": "Amazon_Diablo2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-14T16:11:09.692Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A8BB4A70", "AutoV2": "97D72C083D", "SHA256": "97D72C083D39F937DF2857CDE45982B69FC9A0BE5DC0FE3D79DA88F5E85BA7DC", "CRC32": "555B5E82", "BLAKE3": "ED9668D887B0FD2F2581F2982517D031766E2BFE03D74AD0E11FC7BF56ABCE9D"}, "downloadUrl": "https://civitai.com/api/download/models/70629?type=Training%20Data"}, {"id": 49220, "sizeKB": 64275.578125, "name": "Amazon_Diablo2-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-14T15:46:07.830Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4088B1F7", "AutoV2": "AE891A83CC", "SHA256": "AE891A83CCA614A33AF619977F81EEA7C3146350B3C57477FFD911FFDA2F8C77", "CRC32": "39358E17", "BLAKE3": "7314DCCAF75EE20086107E60D6F8A2763086FF3D8B18DFFBC7DB4B559782240B", "AutoV3": "E4B9AAE65843"}, "downloadUrl": "https://civitai.com/api/download/models/70629", "primary": true}], "images": [{"id": 788800, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22a44f18-f474-45da-80e0-b5c0c21c2ee4/width=450/788800.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOEoSv_N%$tl^+%Mt8kCozt8t7ofWBj@t6of", "type": "image"}, {"id": 788662, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84c1da9f-e971-4164-a510-671fe1b1fdf8/width=450/788662.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UAEx;U,B73_N7ingsD9wtlxt,nsp0LtR%LV[", "type": "image"}, {"id": 788735, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ad960cb-feba-4fb5-a810-b29fd4e5ce8d/width=450/788735.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UFG8J@IW1iWC?wkWOa-:A0xtxwNG-poNt8E2", "type": "image"}, {"id": 788595, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84961c20-b432-4638-a7bf-2c3c65a59bc5/width=450/788595.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U5Db+rt,7{}[c7IT0K9[5+$*-BK4xu-:^+xa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/70629", "modelId": 65987} \ No newline at end of file diff --git a/datasets/metadata/706333.json b/datasets/metadata/706333.json new file mode 100644 index 0000000000000000000000000000000000000000..e91289787e0c9f66003cefe64724dfb34c721e77 --- /dev/null +++ b/datasets/metadata/706333.json @@ -0,0 +1 @@ +{"id": 706333, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-08T20:44:28.891Z", "availability": "Public", "nsfwLevel": 28, "description": "Testing testing
", "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 620975, "sizeKB": 4082.6875, "name": "706333_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T13:50:36.128Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "38D9661B", "AutoV2": "A4ADAFDECF", "SHA256": "A4ADAFDECFE52D83784EAFF7DEA5F04355DA02E8174B9C820D70FB625749B784", "CRC32": "C0BDE68E", "BLAKE3": "7F01F0E8704FB1A4606D402AECE05288F5D8282D98D48DD45E793191729F45DC"}, "downloadUrl": "https://civitai.com/api/download/models/706333?type=Training%20Data"}, {"id": 621815, "sizeKB": 223101.50390625, "name": "CHARACTER_Bruno_madrigal_-_Encanto_Pony-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T20:41:26.500Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7FCA94DD", "AutoV2": "CE9ECF012B", "SHA256": "CE9ECF012BB42521CD693C37DDB5817791121782D4283B8BCB4430003F743D37", "CRC32": "299C4D58", "BLAKE3": "424ACE72F0ECC43BF4395B556348B98C8B58E792AF0E9713A5881F18D3EE2541", "AutoV3": "72543FC17838"}, "downloadUrl": "https://civitai.com/api/download/models/706333", "primary": true}], "images": [{"id": 23380278, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/918e6016-1c99-4383-8647-0040fff4ec3b/width=450/23380278.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGD+uI^j~CjZIBxaRixa?HRk-.ofoyRjn,WC", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/706333", "modelId": 631822} \ No newline at end of file diff --git a/datasets/metadata/706355.json b/datasets/metadata/706355.json new file mode 100644 index 0000000000000000000000000000000000000000..11d19cbe72dffe33d6b1781a9b85107ca7fa0574 --- /dev/null +++ b/datasets/metadata/706355.json @@ -0,0 +1 @@ +{"id": 706355, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-08T15:08:07.985Z", "availability": "Public", "nsfwLevel": 17, "description": "", "trainedWords": ["Anka"], "stats": {"downloadCount": 14, "ratingCount": 0, "rating": 0, "thumbsUpCount": 5, "thumbsDownCount": 0}, "files": [{"id": 620998, "sizeKB": 781.205078125, "name": "706355_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T14:06:21.406Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "4B32F82EF3", "SHA256": "4B32F82EF3B27AF5DF51E769E7C506C3CFA8E8C97C4FEB17E94DD41931C8525F", "CRC32": "6C55AD73", "BLAKE3": "6392E500FE09678C9C62C9AA59B48BEE9277BBB8D4019C5A252C55397861A415"}, "downloadUrl": "https://civitai.com/api/download/models/706355?type=Training%20Data"}, {"id": 621107, "sizeKB": 223100.25390625, "name": "Anke_Schlotz_aka_Miss_Swiss_aka_Slutty_Little_Ninja_from_ARCHER-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T15:07:12.382Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DD3931C9", "AutoV2": "9D6A26BFF2", "SHA256": "9D6A26BFF2980C65A0E5B735B1BEBEF3120DCCC3404D41CDB5B7F79B6558A1B6", "CRC32": "A01C7EE3", "BLAKE3": "7AFB063B88F970BBCDC1F132122297002CC94F2442C1F68835821714D1B8AF29", "AutoV3": "CFF6BED87154"}, "downloadUrl": "https://civitai.com/api/download/models/706355", "primary": true}], "images": [{"id": 23343345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53d023dc-c095-44b2-9c6b-60cde99c0284/width=450/23343345.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMK0?B~U00V[Rd-noNM|IqbIxbNJE3Rjs+kC", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23343344, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fe7c4f7-37fe-41bc-8d5a-e542fac883a1/width=450/23343344.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCNvJd8wKjI^G207xv%K00S?wJw|50K4}:#j", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/706355", "modelId": 631839} \ No newline at end of file diff --git a/datasets/metadata/706402.json b/datasets/metadata/706402.json new file mode 100644 index 0000000000000000000000000000000000000000..f736d18ec56c7a27e2497c8cbfad3a4413568f71 --- /dev/null +++ b/datasets/metadata/706402.json @@ -0,0 +1 @@ +{"id": 706402, "index": 1, "name": "Nero_Vanetti", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-08T15:09:12.325Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 621021, "sizeKB": 16924.1455078125, "name": "706402_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T14:21:10.944Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8B16D1BC", "AutoV2": "F683DFB923", "SHA256": "F683DFB9238369359EE6B37AB50848C9BC77E00B5EDE056F5F449A2B8B6A322D", "CRC32": "2D22C13E", "BLAKE3": "A1815474DB272108518E571E9D974A050320F7BB1ED2FD2F1F6EFBB39AA3CE7D"}, "downloadUrl": "https://civitai.com/api/download/models/706402?type=Training%20Data"}, {"id": 621117, "sizeKB": 223101.80859375, "name": "Nero_Vanetti-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T15:10:57.549Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F7B09B3B", "AutoV2": "36E8D37D31", "SHA256": "36E8D37D316B0FE0DFCDDB362DB9083D4E7ADF590E6FE3B40A85A67CBF842145", "CRC32": "DD62FBBB", "BLAKE3": "681E4177B4C78B6DF1BED4F07EEAD76BFEB237D69AEA37E4A6F06EB4F61698EA", "AutoV3": "D06644964038"}, "downloadUrl": "https://civitai.com/api/download/models/706402", "primary": true}], "images": [{"id": 23343509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c8fe2e3-6990-4789-a5bf-e3b4e79c9c7d/width=450/23343509.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7HLPKS%9v0000RPNg~V00M}^*IV009EIU4.", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23343512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/36a7cb3a-bce5-46bb-b5e5-2edf12323312/width=450/23343512.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UFF#?oOsEM~U004oD*?GD%xu-p9uyE^+tQIU", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23343513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e937b75f-44ef-44ef-b599-66dfb31b7ca7/width=450/23343513.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UDGR*XNG4ox^MvIp-;01D$M{IpozJ;?GIU~W", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/706402", "modelId": 631875} \ No newline at end of file diff --git a/datasets/metadata/706407.json b/datasets/metadata/706407.json new file mode 100644 index 0000000000000000000000000000000000000000..f44e22fed8210eee165e22bbc7559f1b54b2d226 --- /dev/null +++ b/datasets/metadata/706407.json @@ -0,0 +1 @@ +{"id": 706407, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-08T15:28:44.675Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 8, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 621030, "sizeKB": 71334.9267578125, "name": "706407_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T14:26:16.868Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C91B3218", "AutoV2": "70CF911141", "SHA256": "70CF911141C093A3EFFAA18071D30CA64C022FDD2412729112F0C96BB7B37D32", "CRC32": "1712BA55", "BLAKE3": "D90511B7C92CAF3954D45609E1B098C2C31111EB6DF0E785411DF628515860C5"}, "downloadUrl": "https://civitai.com/api/download/models/706407?type=Training%20Data"}, {"id": 621160, "sizeKB": 147573.4609375, "name": "Mya_Kendall_-_200_new_images-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T15:30:47.900Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6656D550", "AutoV2": "A6BFE96041", "SHA256": "A6BFE960413239A17225CDB288BF905321A9F9F11307C0EA898B8ED9C8FA5936", "CRC32": "C8FCED3B", "BLAKE3": "8CC92CC13C56A2EC6A20A5522687877B437B2EBA8E06728888A90EE9272DDDEC", "AutoV3": "E464F5CCE594"}, "downloadUrl": "https://civitai.com/api/download/models/706407", "primary": true}], "images": [{"id": 23345751, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81be0706-eddd-487f-bc92-ddb7417993a1/width=450/23345751.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UKF=t1XAK+t7*0WF_3NHIpxan$t7M_t6Dit6", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23345750, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45b0dc74-d2d0-429f-ad31-0f5b8c4e7a50/width=450/23345750.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UKHB0+MyY6Z$GJ=|T0k9QTxum+bI{JRRVXV[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23345749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ae40198-20fa-43a4-84df-7ec0d5fe4e81/width=450/23345749.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UBF}KTxblnX8+jt8MfR,]@V@R%R*}bjFaLax", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/706407", "modelId": 631879} \ No newline at end of file diff --git a/datasets/metadata/706455.json b/datasets/metadata/706455.json new file mode 100644 index 0000000000000000000000000000000000000000..36e9b0dc021becd48686decc1224845811ade6ba --- /dev/null +++ b/datasets/metadata/706455.json @@ -0,0 +1 @@ +{"id": 706455, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-08T17:19:54.068Z", "availability": "Public", "nsfwLevel": 1, "description": "first version!! yippee
", "trainedWords": [], "stats": {"downloadCount": 11, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 621155, "sizeKB": 71008.4814453125, "name": "706455_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T15:27:20.344Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7E97EA84", "AutoV2": "CC60D1A6D5", "SHA256": "CC60D1A6D569BA8257828D7792C133BE21F8651D91D26693E52A532A379A11AE", "CRC32": "DD05A4A2", "BLAKE3": "3F77A19CBD60E4323B2A5AB7617A3B5D2ECFF4D16FBC04FC2ABD7271A0C78E9A"}, "downloadUrl": "https://civitai.com/api/download/models/706455?type=Training%20Data"}, {"id": 621397, "sizeKB": 223112.62890625, "name": "Rhapsody_Style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T17:15:59.360Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EF53E638", "AutoV2": "248CE80AEA", "SHA256": "248CE80AEAD646EC8210DB2749499AA3F1C29A6DDD456331F8C5E12A8EDF5750", "CRC32": "1C80A05C", "BLAKE3": "EB929009A87B5FBAF862DCA4FB80B5D9BFAF0FF80341DD144FD4952B946D51C5", "AutoV3": "AB78DD57EE52"}, "downloadUrl": "https://civitai.com/api/download/models/706455", "primary": true}], "images": [{"id": 23358320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6886b0e7-7845-4254-b606-2aa73f8baa16/width=450/23358320.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZJFldJ-Aa-U}X$jEgtQ9bs.oyr?IpW;smRQ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23358322, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5da7f83-841e-4fa7-8c72-5c341644ad92/width=450/23358322.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UICPkjbb01rt{mof5*RkI=oLaKR*k:R+sAxZ", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/706455", "modelId": 631921} \ No newline at end of file diff --git a/datasets/metadata/706549.json b/datasets/metadata/706549.json new file mode 100644 index 0000000000000000000000000000000000000000..8b4f2a1d7bd54b098510154ab5203fba993a2d8f --- /dev/null +++ b/datasets/metadata/706549.json @@ -0,0 +1 @@ +{"id": 706549, "index": 0, "name": "Nero_Vanetti", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-08T16:24:37.315Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 621183, "sizeKB": 16924.1455078125, "name": "706549_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T15:37:29.687Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8B16D1BC", "AutoV2": "985949D3F4", "SHA256": "985949D3F4AED96BCE34D771EAEB66E799DD9829A13957D96549EA7E1147D9B8", "CRC32": "5694A991", "BLAKE3": "5A1E292C0A5CFDF6A2C3CC1969A42C5F6A36BF55E79977F0C803E70D28F07CE6"}, "downloadUrl": "https://civitai.com/api/download/models/706549?type=Training%20Data"}, {"id": 621277, "sizeKB": 223101.80859375, "name": "Nero_Vanetti-000005.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T16:28:47.113Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4D7AEF5A", "AutoV2": "D73AE34866", "SHA256": "D73AE34866B9EE4034910082904011459792BF96B1F30B08888D540F7F5933A8", "CRC32": "1C9A498F", "BLAKE3": "4802EA18F543C5621AAB53F6D4C6D7159260DCA2C200E47CF9831D6EC03601A9", "AutoV3": "02CE5576A167"}, "downloadUrl": "https://civitai.com/api/download/models/706549", "primary": true}], "images": [{"id": 23352577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c04eb5a-d59c-4fb9-a058-79f26421712b/width=450/23352577.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8D9bU00E1-=Xh^*4:%100kX~VD%0MNH-oof", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23352578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f2043b8-ecd6-40ec-9ace-00de22a2ac4e/width=450/23352578.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCBfz$-p9abI~oRj9aRjROD*V[a_RQbH^*xt", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23352576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/479a0086-d174-405b-bd1d-a3a5eefcae4c/width=450/23352576.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBC?lxn#?wIT?bR*NKRj00RPI9xa00IUxBt7", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/706549", "modelId": 631998} \ No newline at end of file diff --git a/datasets/metadata/70679.json b/datasets/metadata/70679.json new file mode 100644 index 0000000000000000000000000000000000000000..1438853d8f9f618c58ccd8470f512fca801e4f85 --- /dev/null +++ b/datasets/metadata/70679.json @@ -0,0 +1 @@ +{"id": 70679, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-14T16:43:24.155Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 1021, "ratingCount": 87, "rating": 4.99, "thumbsUpCount": 101, "thumbsDownCount": 0}, "files": [{"id": 49257, "sizeKB": 12694.1943359375, "name": "Joker_Heath_Ledger.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-14T16:51:19.059Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0F09BAC5", "AutoV2": "E09FD4BF1B", "SHA256": "E09FD4BF1B13F1EC32952C128124B5DD25BCB9704F9E85555493671AFCFDC819", "CRC32": "F1908E84", "BLAKE3": "45A01A2CD0E8F5B8F27F8BFBFC1A135BA8ED9B2238579F959350B261712D103B"}, "downloadUrl": "https://civitai.com/api/download/models/70679?type=Training%20Data"}, {"id": 49251, "sizeKB": 64278.2392578125, "name": "Joker_Heath_Ledger-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-14T16:46:11.131Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "83958D79", "AutoV2": "2E4B2FA67F", "SHA256": "2E4B2FA67F409B3F5AED04F1DE0FDC429392C1DCF224D122A972699268093460", "CRC32": "0786082E", "BLAKE3": "601779B8D60858C6024241668DC7EC916BE3DB545AB84D4E46CFC69119CA4D75", "AutoV3": "DC83F072BE0F"}, "downloadUrl": "https://civitai.com/api/download/models/70679", "primary": true}], "images": [{"id": 789184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc7e88cb-2828-40ec-96a1-cdc0a2ad1226/width=450/789184.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGCY~{Nt?G-o~URoM_RO?ZRkoJobxuNG%2Rj", "type": "image"}, {"id": 1929049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/977c0463-c936-4311-9b22-7791076de396/width=450/1929049.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UKE.b2-;Sd%L~V-qxukCIpj^%MWq-;tR%Mxu", "type": "video"}, {"id": 789207, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/097e80b2-3d4e-4640-8ca6-f33ea65b0458/width=450/789207.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQEVWvM_?bs+~VaeS5t5-:WC%2xZD*bbM{xu", "type": "image"}, {"id": 789140, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b64b030-273b-47b5-8325-cca03ef80859/width=450/789140.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UKG7_78_~8$+t-]f9$ENxs$yI[Sf]}bc-Qae", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/70679", "modelId": 66034} \ No newline at end of file diff --git a/datasets/metadata/70693.json b/datasets/metadata/70693.json new file mode 100644 index 0000000000000000000000000000000000000000..c3c96fecbedce06c9cde649701382eaea32a28d7 --- /dev/null +++ b/datasets/metadata/70693.json @@ -0,0 +1 @@ +{"id": 70693, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-14T17:01:24.788Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["G00WangLiuMei", "WLMOutfit", "twin_braids, twintails"], "stats": {"downloadCount": 1147, "ratingCount": 222, "rating": 5, "thumbsUpCount": 263, "thumbsDownCount": 0}, "files": [{"id": 49261, "sizeKB": 37230.3818359375, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-14T16:56:08.163Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "604809EE", "AutoV2": "2BD1CEC740", "SHA256": "2BD1CEC740739FAD843B0127D39F0DB35DEFE725BACBBB9FC556123F2A163D50", "CRC32": "BF7DCC35", "BLAKE3": "05672218581E5F53674E588EBD8B8A3C089AD49FAD94EBC6C7DA19C2A9ADD71C"}, "downloadUrl": "https://civitai.com/api/download/models/70693?type=Training%20Data"}, {"id": 49262, "sizeKB": 36982.306640625, "name": "G00WangLiuMei.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-14T16:56:36.135Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0B1C5A1A", "AutoV2": "EEBF5DCEF3", "SHA256": "EEBF5DCEF30C7A156027530B0018BDCAAC1C21FBBDE94861F45C4B616E07057C", "CRC32": "240DB848", "BLAKE3": "18C9CA94C33BF8AE4DD56C96F6736F5B998251031AB614124F723B4C052FEBC1", "AutoV3": "569D5D477BAE"}, "downloadUrl": "https://civitai.com/api/download/models/70693", "primary": true}], "images": [{"id": 789270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9224ab5b-7258-4613-8afa-61ae6d200d42/width=450/789270.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UGJG=_9FKIxv%zNb~VIU_3IUa0x]4.kV?GMy", "type": "image"}, {"id": 789272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42af2d08-79d4-4a5e-8d59-ca4936de9c2d/width=450/789272.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U6I4kv0001?I0e^R~V0K009aVY~VIv_3$N9Z", "type": "image"}, {"id": 789271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcd28f88-f795-4633-a09a-c5f139d82211/width=450/789271.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UVJQpN-U.mOBOEIoD%M{E1t6aKoJJ-WoaLi_", "type": "image"}, {"id": 789269, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/492a2b39-e01b-4072-a6c3-9a0bf886c78e/width=450/789269.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U9IX5Y9a1OOs00~WRQ9F-z0KDOtQ9t%M?GD%", "type": "image"}, {"id": 789274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/681ebf94-65e1-479b-97d7-86c4a03ad923/width=450/789274.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UTJj*-?H.mIoIoIUIAofEexua1RjEgW.RQo0", "type": "image"}, {"id": 789275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/62fc8c8e-067c-484d-b6a4-0344dd279ccc/width=450/789275.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UAIX2K007y=LC6-pD%EK00NH~Wxu0L%MR%IV", "type": "image"}, {"id": 789281, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/417274ff-5670-49f7-84ea-648f4d70301a/width=450/789281.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UBHnQ-4n0KjI00XS?Hju~WjF^kM{ELIU-;so", "type": "image"}, {"id": 789298, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/626986ad-13fe-4dde-b3b4-57ca0be9ee8f/width=450/789298.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UWJH2aEL_NxHXSayR*xaSdxasCM{NdRjt7xa", "type": "image"}, {"id": 789300, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09229b50-eccf-4c3f-8f7a-7c3bb008e44a/width=450/789300.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UGJG=_9FKIxv%zNb~VIU_3IUa0x]4.kV?GMy", "type": "image"}, {"id": 789301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/876ed4ec-39c7-4c75-a7b5-dca1f9032885/width=450/789301.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UmLDcM?H~qX7%gtRt7WBgNofj]V@R.W.%2of", "type": "image"}, {"id": 789299, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e2c91a8-c462-4791-af13-e2590e22b06d/width=450/789299.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UfKdMeD*_N$*-;-;%MNGtkV@M{t6IpjaxuRj", "type": "image"}, {"id": 789344, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1e897f6-6a3d-4e4e-aaa7-7c00ad2f6a59/width=450/789344.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UWJH2aEL_NxHXSayR*xaSdxasCM{NdRjt7xa", "type": "image"}, {"id": 789339, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e4385cc-1dd4-4321-acb8-8cc84aa3f441/width=450/789339.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UQLNS;~W.menX,nj%Mr?0KDP-:x[j]xuRjn+", "type": "image"}, {"id": 789338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91bc6e6d-dbe1-4d91-8732-8c6cb2f3e3f7/width=450/789338.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UnLDicxb_NX8-;oft7ayg3Rks:xaRkxaoKR*", "type": "image"}, {"id": 789340, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4811e12-ef44-44bc-8f2c-5a822d99ad2b/width=450/789340.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UWKKKMo~?^?H.8a0s;o}kpkDsoRjaibuxan+", "type": "image"}, {"id": 789380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b97bc50-6002-43b3-9190-8283556b34f8/width=450/789380.jpeg", "nsfwLevel": 1, "width": 4000, "height": 243, "hash": "U~NT?vxHofoM~qofkBof-qWUayay~qafafaz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/70693", "modelId": 66046} \ No newline at end of file diff --git a/datasets/metadata/707097.json b/datasets/metadata/707097.json new file mode 100644 index 0000000000000000000000000000000000000000..173298e9faf3d51796a9717994dd6b9e79cb139a --- /dev/null +++ b/datasets/metadata/707097.json @@ -0,0 +1 @@ +{"id": 707097, "index": 0, "name": "V3", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-08T21:43:03.573Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 621956, "sizeKB": 223099.97265625, "name": "White_cuties_02.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T21:42:16.499Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "18A3C597", "AutoV2": "E0BA8ACCFF", "SHA256": "E0BA8ACCFFB6CBC38EB5604CF5BAF9F455BBF1EB190BE53D2FB09743CE617AE4", "CRC32": "A904D49A", "BLAKE3": "102DABCA41B511ECB6E77008C56D574EF9198EB71A1255EF32B0A52C5DD2C328", "AutoV3": "ABAA0F2F07A4"}, "downloadUrl": "https://civitai.com/api/download/models/707097", "primary": true}, {"id": 621732, "sizeKB": 1574.38671875, "name": "707097_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T20:07:42.182Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "B36B3C6B9F", "SHA256": "B36B3C6B9FC86BC964482F97EBC19E933103F5D72E90EC03A51AD1C3B9DB2E17", "CRC32": "CE586C11", "BLAKE3": "4DF3D941BD46D294441D158A66728D12187521A7D2539BBA1F7AC8B3169B587B"}, "downloadUrl": "https://civitai.com/api/download/models/707097?type=Training%20Data"}], "images": [{"id": 23386967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9c04d1b-14d3-4fb4-b382-edee3204c6ce/width=450/23386967.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBHw}r0glonN000L%f~C.8xuD%Rj0eRP?H9G", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23386968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07f7033f-b9db-4ebd-a43c-3f387c9d986f/width=450/23386968.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U9KvK=~C00IoGN%1,xWTKR=zn6D%56bEiwVt", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/707097", "modelId": 632438} \ No newline at end of file diff --git a/datasets/metadata/707106.json b/datasets/metadata/707106.json new file mode 100644 index 0000000000000000000000000000000000000000..7ec9caf320f57173e8407a29b8a3a834f002b3cb --- /dev/null +++ b/datasets/metadata/707106.json @@ -0,0 +1 @@ +{"id": 707106, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-08T20:55:28.756Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 621752, "sizeKB": 2053.201171875, "name": "707106_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T20:16:52.188Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "12EE8125", "AutoV2": "2F03A98D45", "SHA256": "2F03A98D45C8C23843FA338FEDCBE16BF6CF6BFA5343C6B58872A7C2D0871495", "CRC32": "079F4D75", "BLAKE3": "47DEAE48050DB46C2C126E69457B197AF512CD1B47319BC1A9911A2441368DA2"}, "downloadUrl": "https://civitai.com/api/download/models/707106?type=Training%20Data"}, {"id": 621856, "sizeKB": 223099.16015625, "name": "Penelope_Jay_Naylor-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T20:57:01.517Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B98D2282", "AutoV2": "FB8F631705", "SHA256": "FB8F6317051A665B431E5B9B5099639A37FF911127EC555FAD9DD03D199F46E9", "CRC32": "5379A050", "BLAKE3": "E0122B5B32685E54CECFF140E8C29C77A384A0BC097D76F77085CF5499F6E7D2", "AutoV3": "56159E833A62"}, "downloadUrl": "https://civitai.com/api/download/models/707106", "primary": true}], "images": [{"id": 23381815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2dd9377-0577-4c9b-b5d2-0457163e9c18/width=450/23381815.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKHoX#IUayI9%MWBaejY-pj]azog~qj]fQt7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23381814, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/352e3349-d0ff-4929-9f9d-d1aaec7f6c21/width=450/23381814.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKHx{bITW?I9%MWBofWA-pj]kCj]~qofWBt7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23381816, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e1ab748-6a2c-4269-b751-436a0e7d0046/width=450/23381816.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UII}|@D$WCMw-:Riaxs.-pogj[s;~qt7ayt7", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/707106", "modelId": 632482} \ No newline at end of file diff --git a/datasets/metadata/707108.json b/datasets/metadata/707108.json new file mode 100644 index 0000000000000000000000000000000000000000..d6ee32ab69bc7fb6f7c01958214bd1e82691b35f --- /dev/null +++ b/datasets/metadata/707108.json @@ -0,0 +1 @@ +{"id": 707108, "index": 0, "name": "V1", "baseModel": "SDXL Turbo", "baseModelType": null, "publishedAt": "2024-08-09T05:06:09.306Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 622687, "sizeKB": 223100.27734375, "name": "Cosmic_Golden_Magic_-_DS.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T05:05:54.858Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1CFD5EB3", "AutoV2": "3AF6F38547", "SHA256": "3AF6F38547A45E161197307627B067406AF66D1A8E5E94E23F1F8F0E082B6FD6", "CRC32": "76A0E9F6", "BLAKE3": "D691138DF7C75A67C417B5BD63BB8B1D9F8028E6CFA6814A7CA39EC740082A81", "AutoV3": "3903212D23C0"}, "downloadUrl": "https://civitai.com/api/download/models/707108", "primary": true}, {"id": 621762, "sizeKB": 158841.13671875, "name": "707108_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T20:17:12.877Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DAC551A3", "AutoV2": "0774A21FF2", "SHA256": "0774A21FF2B5DC351AF1A4E67DD7D2E165EF949BC3EF96CB8B5D6C734BB1D078", "CRC32": "63146EF5", "BLAKE3": "68A7465A20713BDEC41A9A8E5FCB4D08935F3D036528F4C2FF4D8C17BA89D49C"}, "downloadUrl": "https://civitai.com/api/download/models/707108?type=Training%20Data"}], "images": [{"id": 23429336, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fcea8d0-6c86-4a56-9110-c57c6a53f533/width=450/23429336.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGH^Rl}=0hE3JVa}M|WB9boL9cRk4;E3E3xt", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23429332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e47f94d-1869-4955-a41a-2a9f80d3134e/width=450/23429332.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQH19m~99cD+WCS4xZs.ofa#s-s.ENNHs.oz", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23429337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb78b6e7-ccda-4dc5-a30b-4595934f804d/width=450/23429337.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDHAg~s:00M|0Nj?Siof}=WWNHWB_1oLIBs.", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/707108", "modelId": 632485} \ No newline at end of file diff --git a/datasets/metadata/707127.json b/datasets/metadata/707127.json new file mode 100644 index 0000000000000000000000000000000000000000..e5be8e0264c22e80c343de720e61d100472cf55f --- /dev/null +++ b/datasets/metadata/707127.json @@ -0,0 +1 @@ +{"id": 707127, "index": 0, "name": "V1", "baseModel": "SDXL Turbo", "baseModelType": null, "publishedAt": "2024-08-09T05:15:57.752Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 622699, "sizeKB": 223100.18359375, "name": "Wire_Chaos_-_DS-000003.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/707127", "primary": true}, {"id": 621781, "sizeKB": 164173.04296875, "name": "707127_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T20:27:26.969Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9556D8B7", "AutoV2": "F7CCC0FDE4", "SHA256": "F7CCC0FDE4789363BBB7FDD09ED50E8BBF7DF47FAAD4DAD5C00AB5FC3A37E719", "CRC32": "D1BE8356", "BLAKE3": "97C502416246CFD7B8F62AC5F8A88D7464AFDF165DF35F3E7A50A92B13C7B93A"}, "downloadUrl": "https://civitai.com/api/download/models/707127?type=Training%20Data"}], "images": [{"id": 23430589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87a5b71a-f8eb-40f9-a3d4-2ee68cbdf6d9/width=450/23430589.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEI;Ly58RPkW~pNGNes:M{xtM{oeS%s.xYbI", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23430584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93bea242-049b-4289-b276-e35b93b037bd/width=450/23430584.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5G*ya-n02_Nx]JC9aIUFfWXMcVsH?0L^+-;", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/707127", "modelId": 632507} \ No newline at end of file diff --git a/datasets/metadata/707136.json b/datasets/metadata/707136.json new file mode 100644 index 0000000000000000000000000000000000000000..60e8865cfd398c5addd1122b3bdba6aed3fb4b6e --- /dev/null +++ b/datasets/metadata/707136.json @@ -0,0 +1 @@ +{"id": 707136, "index": 0, "name": "V1", "baseModel": "SDXL Turbo", "baseModelType": null, "publishedAt": "2024-08-09T05:18:46.453Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 622707, "sizeKB": 223100.10546875, "name": "Chain_Chaos_-_DS.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/707136", "primary": true}, {"id": 621791, "sizeKB": 152345.619140625, "name": "707136_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T20:27:05.422Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1CC47151", "AutoV2": "36F0D6067B", "SHA256": "36F0D6067B9CEE79D58ABFABD240B986839AABB7BAFC469E5A562413ACE26308", "CRC32": "E52D54B7", "BLAKE3": "CD30EA98740FF479A6CCF8E4C38BF6137D674A9230DF446435F6995ACF2A1320"}, "downloadUrl": "https://civitai.com/api/download/models/707136?type=Training%20Data"}], "images": [{"id": 23430903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cf18f1e-6c6d-4261-94c4-517d62ff2c4a/width=450/23430903.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8Gb@y-=%gMxx^D%9F%M?wM_RPxuIp-;Mx4T", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23430893, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab8e87ee-769f-4d9a-ae03-c1f5b79237c7/width=450/23430893.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBHewdt74nD%4nRjIU%M~qRj00D%00M{xuWB", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/707136", "modelId": 632515} \ No newline at end of file diff --git a/datasets/metadata/707148.json b/datasets/metadata/707148.json new file mode 100644 index 0000000000000000000000000000000000000000..1dcd44e8c2b957a3951d05f9f43c02da2b3cf30b --- /dev/null +++ b/datasets/metadata/707148.json @@ -0,0 +1 @@ +{"id": 707148, "index": 0, "name": "V1", "baseModel": "SDXL Turbo", "baseModelType": null, "publishedAt": "2024-08-09T05:11:18.945Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 622692, "sizeKB": 223100.24609375, "name": "Neon_Slime_-_DS.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T05:10:54.339Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C87C9C70", "AutoV2": "9FCF7C27A4", "SHA256": "9FCF7C27A47A0050D5D523744ACB51D3F3F0A50AB66C8BB0FAF95CFE4A8C3614", "CRC32": "46BAF647", "BLAKE3": "22D27044FF5DB9C1EE09D2852104B3316543AE706A96404F4C4E26DAD5DCE14B", "AutoV3": "ADBEDD616308"}, "downloadUrl": "https://civitai.com/api/download/models/707148", "primary": true}, {"id": 621800, "sizeKB": 161173.654296875, "name": "707148_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T20:35:41.401Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E9FACE66", "AutoV2": "1CCC0C1C1C", "SHA256": "1CCC0C1C1C68A241884AA8248BB96ED0CE82F8C0FC1F7987CEAFE87FFB2DF302", "CRC32": "24B905BA", "BLAKE3": "58B42039477D31183DDDBB33CFF905E41273E8CFAA3173342BBE3702228234A0"}, "downloadUrl": "https://civitai.com/api/download/models/707148?type=Training%20Data"}], "images": [{"id": 23429903, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7b7ce2e-fb5d-44eb-aff4-79c97606445b/width=450/23429903.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGN*LSvp+U}=T|xrM#J60;w~TTNf1PE_x@wN", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23429902, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74cf7176-2468-4993-9d87-943958d89413/width=450/23429902.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UnLMX-xusqbu}ZXRnlnlxHjJJ*j[RkoxXRbH", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23429901, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6db564c0-180a-44f8-a6ae-c2f1e9c7aff7/width=450/23429901.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIHdmD}p[2IuJoNbrFsW0OI[7EtN9vxWO;ob", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/707148", "modelId": 632524} \ No newline at end of file diff --git a/datasets/metadata/707165.json b/datasets/metadata/707165.json new file mode 100644 index 0000000000000000000000000000000000000000..2759c394062e0017c9f120528f2f89d8f7c140e9 --- /dev/null +++ b/datasets/metadata/707165.json @@ -0,0 +1 @@ +{"id": 707165, "index": 0, "name": "V1", "baseModel": "SDXL Turbo", "baseModelType": null, "publishedAt": "2024-08-09T05:13:27.111Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 622696, "sizeKB": 223100.49609375, "name": "Choco_Slime_-_DS.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/707165", "primary": true}, {"id": 621817, "sizeKB": 150099.001953125, "name": "707165_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T20:42:33.787Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F408AB76", "AutoV2": "6FDFB95148", "SHA256": "6FDFB9514807373564EEFB81DF65D4C4FE536E88C2776199103959AA6C138ED5", "CRC32": "7A7FBEA5", "BLAKE3": "B3D6FB442CE0843E4AEAC707E4D22BD13D6851C999F00DF2E712EBD2298ECC86"}, "downloadUrl": "https://civitai.com/api/download/models/707165?type=Training%20Data"}], "images": [{"id": 23430267, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/332b1267-4337-4012-be7d-cb54a98ef974/width=450/23430267.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8DlH0MyxtIA-:IpS4%2~VIoM{E1-oaekDxF", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23430270, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48847862-8265-4893-9129-7327a28acdfb/width=450/23430270.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3C?1H00PqR-00?G9Exu00^iRO$%00I=?HRP", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23430268, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eff6e73a-d7d1-48d4-a6f5-9df0ff3af20f/width=450/23430268.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U9CY{.5S?^%10KxZ9FV@-pWBxtog%MWBjZRk", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/707165", "modelId": 632537} \ No newline at end of file diff --git a/datasets/metadata/707186.json b/datasets/metadata/707186.json new file mode 100644 index 0000000000000000000000000000000000000000..274548fd4025d7b27f5b6e0944aa01963fba56b5 --- /dev/null +++ b/datasets/metadata/707186.json @@ -0,0 +1 @@ +{"id": 707186, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-10T07:30:31.682Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 621900, "sizeKB": 269428.458984375, "name": "707186_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T21:15:55.782Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "64965341", "AutoV2": "CE9CF55302", "SHA256": "CE9CF553027DEC1394A4D9EE7F1268B0F0E943C247AAE82F3A09C8D4A9C5A816", "CRC32": "99BF0A4D", "BLAKE3": "6564AA984EBA792274A08E89D8AEBA5BD4330C584B098E6071AFC0C43CBC1B4F"}, "downloadUrl": "https://civitai.com/api/download/models/707186?type=Training%20Data"}, {"id": 624519, "sizeKB": 223106.55859375, "name": "CLARA-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T21:51:22.512Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E3F95089", "AutoV2": "5ACB932A07", "SHA256": "5ACB932A078C70F6D5E152105DB988F65AD09B6945655A4BE28FD4905ECFDBF4", "CRC32": "AF5AD600", "BLAKE3": "0A99F6636C4CF1DF7B3AA392FBC5BE28216D5DC3AA713530ABDF66B77D071720", "AutoV3": "15F8619C3F67"}, "downloadUrl": "https://civitai.com/api/download/models/707186", "primary": true}], "images": [{"id": 23600346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/42a7dc55-ece9-45c7-a675-e9ca73d8e0d7/width=450/23600346.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7C$cp$$0_Nz.TRjMwW?GZRlt9$|9rR.s?$z", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23600342, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2061c48-4f8f-42ec-825b-bb30cb72882d/width=450/23600342.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UZG*{9%1t6t6~qt6WBj[AJNHj]WC4;kCaxay", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/707186", "modelId": 632556} \ No newline at end of file diff --git a/datasets/metadata/707197.json b/datasets/metadata/707197.json new file mode 100644 index 0000000000000000000000000000000000000000..e75ef04d7eda1a4152d5e60828f485541dd978f7 --- /dev/null +++ b/datasets/metadata/707197.json @@ -0,0 +1 @@ +{"id": 707197, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-09T07:39:12.096Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 622899, "sizeKB": 223103.79296875, "name": "Kostas_Argyris_Painter-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T07:31:25.892Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BA1C3E99", "AutoV2": "3BFAD41440", "SHA256": "3BFAD41440C89B32A062399411BC304B581C5BDBA4F7770E58DA85778BAB9776", "CRC32": "275E798D", "BLAKE3": "846C5013825E09CD8F8792626A69B568C7A6C1B91CB244C299538042CE6B6628", "AutoV3": "403BBE1599DD"}, "downloadUrl": "https://civitai.com/api/download/models/707197", "primary": true}, {"id": 621902, "sizeKB": 22070.2890625, "name": "707197_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T21:20:48.402Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1EBE6B89", "AutoV2": "F1036D552C", "SHA256": "F1036D552CC54EE0C14A593C6AD07E80DFF850ACF75C069DEB52BD8AB7F35805", "CRC32": "39A99603", "BLAKE3": "8C962F48ABC49EC6B1ED48F61BFAB795E5CCD982A9B08FB5B9E9AED651CE0E34"}, "downloadUrl": "https://civitai.com/api/download/models/707197?type=Training%20Data"}], "images": [{"id": 23444817, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7be165c-6c16-45c2-9b8d-5261973d2e2c/width=450/23444817.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UHG8[rROaeNf1nxBRjW?I^xtsloKM{NLxts+", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23444815, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d9b00da-aa9f-4e7e-9f4d-e6fbccdce090/width=450/23444815.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U8LqHr01xW?Y~U0203xZ^$-n04D+4q?Y^$M|", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23444816, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7eafcab5-c4c0-4980-b425-580518090126/width=450/23444816.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U7HU%o000h?^57I;?Z?Z00~p~UD%~pjZRnD*", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/707197", "modelId": 632570} \ No newline at end of file diff --git a/datasets/metadata/707280.json b/datasets/metadata/707280.json new file mode 100644 index 0000000000000000000000000000000000000000..6fc85f9df17678932f6b9fa6ffb33e21b6b81c4f --- /dev/null +++ b/datasets/metadata/707280.json @@ -0,0 +1 @@ +{"id": 707280, "index": 1, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-09T03:33:38.688Z", "availability": "Public", "nsfwLevel": 28, "description": "a1111/forge friendly
", "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 622510, "sizeKB": 223116.65234375, "name": "Naked_Hooded_Cloak-000006.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T03:31:50.817Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6173CA42", "AutoV2": "1AE0C0F171", "SHA256": "1AE0C0F1719286A88425F9F5D182CFAFC29F2B4B106FFC6098DFEFF51D6F952B", "CRC32": "DD557FB4", "BLAKE3": "ED678F77D2AE7AE9A1BD234876D815FB8AA61F82072D22A7D652D2592A5071DD", "AutoV3": "8F1C150D64C1"}, "downloadUrl": "https://civitai.com/api/download/models/707280", "primary": true}, {"id": 622015, "sizeKB": 87152.392578125, "name": "707280_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T22:10:45.841Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C6C9C0EF", "AutoV2": "D1759136FC", "SHA256": "D1759136FC51EFEDC6C5A40FB33D37A58A645E300ABAB61E8C99AD19DA6EABDE", "CRC32": "AB567F77", "BLAKE3": "5C949C325AD9B3A4673C6A95D5D941D43EBD05C026BA6667F47D281D37C25EAE"}, "downloadUrl": "https://civitai.com/api/download/models/707280?type=Training%20Data"}], "images": [{"id": 23418745, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87ff41d1-84fc-4ea0-ad1f-038460eca2b8/width=450/23418745.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBLU{O0mLx01Gt}@=E4oKOWYNIr=M|tjMzNG", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23418602, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7597c8d-ceda-4133-ae94-3f151b79b8f1/width=450/23418602.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UXIp^*9_rqIp~VNHRPaztRn+RjoK%2s:RjWB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23418746, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85a45395-8866-46d4-9e97-1caa0cd528b0/width=450/23418746.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UpKJ0=~UtPwIX9oMjYobX9kCkBs.WCjGV@WB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23418756, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f00d7e05-f310-4e15-b8e8-564cada9f7a7/width=450/23418756.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UYLovH?G5lxD~VxarqxYXSoeRjt6%Ls:NGbH", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/707280", "modelId": 632648} \ No newline at end of file diff --git a/datasets/metadata/707431.json b/datasets/metadata/707431.json new file mode 100644 index 0000000000000000000000000000000000000000..1caf03194615b966cc1912842e35746d2ad583da --- /dev/null +++ b/datasets/metadata/707431.json @@ -0,0 +1 @@ +{"id": 707431, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-09T13:31:57.308Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 622062, "sizeKB": 2096.4697265625, "name": "707431_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-08T23:01:30.216Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2DCE7A29", "AutoV2": "51FEE5E247", "SHA256": "51FEE5E247A34929B8B945CA6D49DABAED02B6C69195DF832061C5311CBE7005", "CRC32": "5766349D", "BLAKE3": "F59B3FE60FCBD3E9DB99860E70186ABC5952276C1CF833DE8E470C8A2D693EDA"}, "downloadUrl": "https://civitai.com/api/download/models/707431?type=Training%20Data"}, {"id": 623523, "sizeKB": 18544.890625, "name": "League_of_legends_VI.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/707431", "primary": true}], "images": [], "downloadUrl": "https://civitai.com/api/download/models/707431", "modelId": 632782} \ No newline at end of file diff --git a/datasets/metadata/707570.json b/datasets/metadata/707570.json new file mode 100644 index 0000000000000000000000000000000000000000..aeff5bf536ce18294ca2e3c1315b940bbfd394fc --- /dev/null +++ b/datasets/metadata/707570.json @@ -0,0 +1 @@ +{"id": 707570, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-09T01:16:38.073Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": ["g0thgur1"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 622204, "sizeKB": 5768.6923828125, "name": "707570_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T00:22:16.445Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8017EF0C", "AutoV2": "79BEECE8FE", "SHA256": "79BEECE8FE9F17EE940030E594F8E74A5865C05F4849FD29D45C54AC818ABC45", "CRC32": "65C75BC8", "BLAKE3": "1D37EA52C735AB381C4DD8F75C9B05AC6E8A5EB53578EA0F17616EEF9829FF7C"}, "downloadUrl": "https://civitai.com/api/download/models/707570?type=Training%20Data"}, {"id": 622285, "sizeKB": 223102.00390625, "name": "GothGurlFriend.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T01:11:23.419Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FBEA4B38", "AutoV2": "9461DE42B3", "SHA256": "9461DE42B3994450F0904558DE148AF212867D48958658FEC31F478B3F30B677", "CRC32": "F37175C1", "BLAKE3": "F4E233D5E8ACBB4E343E99C690984880DC7B27BEE4C2752A7EAB1918D6A62667", "AutoV3": "617700BA899C"}, "downloadUrl": "https://civitai.com/api/download/models/707570", "primary": true}], "images": [{"id": 23405592, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/500036a9-f65a-4d1b-86a6-e45860869ded/width=450/23405592.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UJGbVS~W?b-;NJM{og-;f5Io%MIURkt7WBay", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23405587, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/304c3916-8e45-4c91-94be-2cef8c86b28d/width=450/23405587.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7BC_dofrWt700WB0eWBM^j[~WWV-nfj-pt7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23405591, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5517598c-ed10-45b8-8b94-a9928c5bedc1/width=450/23405591.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAGbes4.Rjt7~W004nE1~qD%D%Io%Mxu?b-p", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/707570", "modelId": 632904} \ No newline at end of file diff --git a/datasets/metadata/707750.json b/datasets/metadata/707750.json new file mode 100644 index 0000000000000000000000000000000000000000..172d99a4dc0efe225ea1f886d9f210690ea69e09 --- /dev/null +++ b/datasets/metadata/707750.json @@ -0,0 +1 @@ +{"id": 707750, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-09T19:48:40.575Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Gay, yaoi, BL, gold, golden, golden dick, golden penis, golden dick, gay porn, gay man, "], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 622684, "sizeKB": 3837.4580078125, "name": "707750_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T05:00:47.316Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CAC9E197", "AutoV2": "1FBFBF0117", "SHA256": "1FBFBF0117D1ED60E85761B68859D0B8A3C8ACB651931BC48BE06DAB13353AD9", "CRC32": "67CAE434", "BLAKE3": "4B788F251927EB36581EB4D42AFEB552348049BF541AB12A662FC05C800164F9"}, "downloadUrl": "https://civitai.com/api/download/models/707750?type=Training%20Data"}, {"id": 623887, "sizeKB": 18546.7421875, "name": "Gilded_Gold_peniss-000031.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T16:20:40.998Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8871B1E8", "AutoV2": "DB8D595190", "SHA256": "DB8D595190E9668BA2B4FA13D68AA66CDE900463CB78DDF0F3E7374909E5FF2D", "CRC32": "3D790725", "BLAKE3": "054F884CCFC21A1EE61A09603983E6D7B719A19A0FC6ACBE58D1D11667F09870", "AutoV3": "B9FEB5FEA667"}, "downloadUrl": "https://civitai.com/api/download/models/707750", "primary": true}], "images": [], "downloadUrl": "https://civitai.com/api/download/models/707750", "modelId": 633069} \ No newline at end of file diff --git a/datasets/metadata/707799.json b/datasets/metadata/707799.json new file mode 100644 index 0000000000000000000000000000000000000000..8c6d18f336ff2f7bf9427772a4b26630584d6e06 --- /dev/null +++ b/datasets/metadata/707799.json @@ -0,0 +1 @@ +{"id": 707799, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-09T04:34:43.745Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["cloud_strife"], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 622452, "sizeKB": 16783.8544921875, "name": "707799_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T03:01:29.153Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1AA8F135", "AutoV2": "F3754F98F0", "SHA256": "F3754F98F0956DDA721FB0532CAEFA539CDB177606B89274F805E14E32BCDCDE", "CRC32": "4FF48775", "BLAKE3": "B810E9AAD07229E5C878A4E8FE5CA22B25D4DE6CD2BDB6DC7E89FC145086B5A5"}, "downloadUrl": "https://civitai.com/api/download/models/707799?type=Training%20Data"}, {"id": 622638, "sizeKB": 223100.07421875, "name": "Cloud_Strife_Pony_XL_v1_r1.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/707799", "primary": true}], "images": [{"id": 23425082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05377ce2-ae0c-4ed7-9a69-3b52fde206a0/width=450/23425082.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWH2+s?a?waKx^%MIUjFD*oeM{ozxuj[RjWY", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23425089, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a7e35b0-0e90-480f-aea5-047ba6c6aeb3/width=450/23425089.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaHxH.-g-Wxd~VEQNLWAITIvR$ob9lt0W,kC", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23425092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2827021a-c437-484f-a050-b7df8b976216/width=450/23425092.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQF;:h%K^Oxu-aE19vIt9=$+NdabAE-U-Qt2", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/707799", "modelId": 633110} \ No newline at end of file diff --git a/datasets/metadata/707853.json b/datasets/metadata/707853.json new file mode 100644 index 0000000000000000000000000000000000000000..933a3db5389a60f9bc18818cb7b1129e6b26f85f --- /dev/null +++ b/datasets/metadata/707853.json @@ -0,0 +1 @@ +{"id": 707853, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-09T03:13:32.945Z", "availability": "Public", "nsfwLevel": 13, "description": "This LoRA is trained on images from the movie \"Avatar: The Way of Water.\" on the Pony Diffusion V6 XL.
", "trainedWords": ["jake sully", "loak", "miles quaritch", "miles socorro"], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 622480, "sizeKB": 41280.2197265625, "name": "training data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T03:15:42.235Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F8BD3FF4", "AutoV2": "C99091805D", "SHA256": "C99091805D2FE4A662A4DC36B58B88262C434F01D2A1716A155164D30051CCFA", "CRC32": "FF49B358", "BLAKE3": "EEF279FB4F3EA3DDDDCB8218E0FBB65F0BA7BCA7627B90177E4FA27AFC599E64"}, "downloadUrl": "https://civitai.com/api/download/models/707853?type=Training%20Data"}, {"id": 622484, "sizeKB": 249071.2890625, "name": "avatar_pony_v1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T03:16:15.948Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E1C65861", "AutoV2": "5580A4D573", "SHA256": "5580A4D573F73C8052FD60A9BC1D93DAA97245F7609AC24417D7A805BF29B2CF", "CRC32": "BADAE20C", "BLAKE3": "F48547299FD7076CB2A920E77DECF1B72F50D9605B458F017A3447EE069FE224", "AutoV3": "FE3B679144D9"}, "downloadUrl": "https://civitai.com/api/download/models/707853", "primary": true}], "images": [{"id": 23416529, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52f998fa-94d2-4a19-8fa4-d4bb0704e499/width=450/23416529.jpeg", "nsfwLevel": 4, "width": 1559, "height": 2079, "hash": "UBD,G*Aw$JET*0OYM_E2W*%NEM,,elksTL$%", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23416631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15ed2b8b-3466-46d0-9df7-8b9e6cdad536/width=450/23416631.jpeg", "nsfwLevel": 8, "width": 1152, "height": 1536, "hash": "UWG[l{9akY%f~VNHoMxt%LjuR*oL%2niRjkC", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23416639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48a29b65-2b56-4f61-9382-2f3489a42776/width=450/23416639.jpeg", "nsfwLevel": 4, "width": 1152, "height": 1536, "hash": "UCC%mU{uH@AJ=z%fRh5BF}%0$xofrv-mI]RP", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23416644, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac28ebf7-2eba-49b6-a430-7c0c960c9f71/width=450/23416644.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1536, "hash": "UOF~,G~p^hnNb]adb^Rj58R+I@xuEMS5bvV@", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23416663, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/425c2b5e-fb83-460e-88d4-608c45e98c99/width=450/23416663.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1536, "hash": "UVHnjG-;};R*=rWA${oKRio2bdbHNfa}WsoL", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23416656, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea6131ca-5ef6-4901-a391-16518b6fef7d/width=450/23416656.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1536, "hash": "UGHn{HNa#i~A8^?Z-:xt-mROnNt6r?tRXnM}", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23416567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46d93263-6a0f-4dba-bfd2-df64375f4d5c/width=450/23416567.jpeg", "nsfwLevel": 4, "width": 1152, "height": 1536, "hash": "UAF$2]SjERyD}v0fs:^+^ki_%LxY_1=|S6N1", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23416668, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/93834363-4cd4-4eaa-85f3-ec050f1023af/width=450/23416668.jpeg", "nsfwLevel": 4, "width": 1152, "height": 1536, "hash": "UpGtsms+xZNb}@k9xtog%1bbxZxYxYs.odfk", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23416662, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8e676bbc-377a-4aea-b08e-f9c43c4b9734/width=450/23416662.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1536, "hash": "UFH-c0^*}=n4~V^bMxI]=sR%IUNy$JR.Nfxa", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23416654, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27f59b81-d63a-43e3-bdc0-040ff61047cd/width=450/23416654.jpeg", "nsfwLevel": 4, "width": 1152, "height": 1536, "hash": "U8FF~X0O*G0K[A02#8={^G4oS*tl_3E1MfRO", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23416584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45674e80-8c32-41d7-a381-112f1e6178ca/width=450/23416584.jpeg", "nsfwLevel": 1, "width": 1152, "height": 1536, "hash": "U8EMae^$Q4009G,^SN0gog9aRR-Vx.pJ8_OZ", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/707853", "modelId": 633154} \ No newline at end of file diff --git a/datasets/metadata/707871.json b/datasets/metadata/707871.json new file mode 100644 index 0000000000000000000000000000000000000000..5a863c5ed20583601f3bb75b91cdcf838094f403 --- /dev/null +++ b/datasets/metadata/707871.json @@ -0,0 +1 @@ +{"id": 707871, "index": 0, "name": "anime", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-09T04:30:26.663Z", "availability": "Public", "nsfwLevel": 29, "description": null, "trainedWords": ["About this version
More distant images may show some artifacts, distortions or disproportions in the face and hands when generating images in Civitai, which is why the recommendation of this LoRA is to use characters closer to the image or use some Embedding to reduce errors in the face.
", "trainedWords": ["by darkgem"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 622800, "sizeKB": 761219.39453125, "name": "708107_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T06:21:01.038Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "46B7A022", "AutoV2": "0A0BC39805", "SHA256": "0A0BC39805044676D9F16227BBF3ACE19233F81CFE103A7718D8007AFA867308", "CRC32": "DA4BC1F7", "BLAKE3": "69CCDBD126514E381CB30D606ECF897E6E7519B1E9BC889FC094957CA8CA09F5"}, "downloadUrl": "https://civitai.com/api/download/models/708107?type=Training%20Data"}, {"id": 622913, "sizeKB": 37010.609375, "name": "Darkgem_Style_Lora_sd.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T07:41:20.614Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "AE8A4E28", "AutoV2": "2A3BE36B70", "SHA256": "2A3BE36B7058C48FF534E553D1AEFE5D7A7D9CB5FF3615E64A2E676D96D98140", "CRC32": "6B075012", "BLAKE3": "345B162A06A677B5A7CFE69FD6D053CEC1FF84B5E28C35BD02A0AA3479A54631", "AutoV3": "61E2E736C51A"}, "downloadUrl": "https://civitai.com/api/download/models/708107", "primary": true}], "images": [{"id": 23445566, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c959d84a-8f27-4fd0-9429-d975ecd3ea62/width=450/23445566.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "ULEBvmsA$}-.~W$%oextpIkWWEoKNe%Lj[ad", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23445568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cc94832-c28e-48ac-a96a-9ad5e7502545/width=450/23445568.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UVH21Q%L?bWB~pt7t7aetRM|jZayt7RQjZt7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23445583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9b5c3b3-374b-4655-b6ae-1cd9da990a38/width=450/23445583.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "U9CsEZ-;5WR$~pkDR-xZ5XRj=_RP9an#?FSh", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23445564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2623b2d-faa1-4b9a-836d-19cfc59145ff/width=450/23445564.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "USE_T.basmoL~Aj[n%S2n$s:j[xGM|R*W;WC", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23445578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2892dc8e-90c4-4cc5-9f9a-a9c21e253781/width=450/23445578.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U47]^f-A0#w^}=-AV[sm9vxF=_S2IqI;f*s.", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23445579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eaaccbc5-75aa-4e45-aec3-c3b6c06ac00a/width=450/23445579.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UiNvuh%M.8bI?wof%Nadx^WBx]azxaRPRPWB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23445572, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1a1f7fd-19a9-462c-8b11-a2f75ed1aa82/width=450/23445572.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBCORB$%9u$%}?xZNHay9]j[t7I;M}NbkCR+", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23445744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/583cf461-04c1-43a5-b2ac-528a70c90954/width=450/23445744.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKEx|a%LRjt7~Voy%2s:M{IoxtNGM|kBxtWB", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/708107", "modelId": 633380} \ No newline at end of file diff --git a/datasets/metadata/708174.json b/datasets/metadata/708174.json new file mode 100644 index 0000000000000000000000000000000000000000..899853dcfa946d127c3b5a4f8076315a3149395e --- /dev/null +++ b/datasets/metadata/708174.json @@ -0,0 +1 @@ +{"id": 708174, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-09T07:15:38.803Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 622838, "sizeKB": 6878.951171875, "name": "708174_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T06:41:18.976Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "059DBF84", "AutoV2": "350198D686", "SHA256": "350198D6866308BD26E16C6989756E57C421B60B56149E458F7BB9F70726AD3E", "CRC32": "D370E34A", "BLAKE3": "8292219638C966B5C9756191F8F30680FAAB66E7831942C37916D502DEBE04B8"}, "downloadUrl": "https://civitai.com/api/download/models/708174?type=Training%20Data"}, {"id": 622885, "sizeKB": 223103.16796875, "name": "mya_dorahdenxl.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/708174", "primary": true}], "images": [{"id": 23442393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ef10882-600c-45a1-ac45-d121cc83b8a6/width=450/23442393.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBN+#Z~q00n,%L%gR.M{mPNF.8Rk4VD$%LaL", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23442394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9df3d74c-065a-4114-8fd5-8da80b462f90/width=450/23442394.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBMPhN~p4T%2Z~xuI:Rj8wD%.8IV4VD%-:of", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23442396, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c78a33ab-9d41-4b26-82a8-cd4b0457351a/width=450/23442396.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UCOCao%3D4%M~Vofo~WBD4j?%MM|00WCxsaz", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/708174", "modelId": 633437} \ No newline at end of file diff --git a/datasets/metadata/708230.json b/datasets/metadata/708230.json new file mode 100644 index 0000000000000000000000000000000000000000..8260ab8668863bada6b9fcb250eff140d065afd2 --- /dev/null +++ b/datasets/metadata/708230.json @@ -0,0 +1 @@ +{"id": 708230, "index": 0, "name": "sonic movie 2018 SDXL V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-09T07:57:11.016Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 622889, "sizeKB": 87.341796875, "name": "708230_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T07:20:35.233Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "20DC033A2C", "SHA256": "20DC033A2CCFC50CC864F0647DF66AC8C277B57ECF8ADE472317497E93DCF349", "CRC32": "07AC7226", "BLAKE3": "E91EDF67AE2E3CC3C6F90934C74E2AB8188E5DE4F81BDFAED8B81A95F08AA70D"}, "downloadUrl": "https://civitai.com/api/download/models/708230?type=Training%20Data"}, {"id": 622943, "sizeKB": 223099.61328125, "name": "sonic_movie_2018_xl.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T07:56:07.822Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B77AB511", "AutoV2": "039D663C59", "SHA256": "039D663C5912F5F0E3F752989515913749628E0752D4D63DC37FA4F461E94B7E", "CRC32": "039B8BA4", "BLAKE3": "E0F266D26B7BE73F53795A34CBA8F7E581F303DFBAAC1CA602502C2FE4EB86EA", "AutoV3": "E324D3B85D61"}, "downloadUrl": "https://civitai.com/api/download/models/708230", "primary": true}], "images": [{"id": 23446460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44d19dfd-db49-4808-b71a-11b9cb7e8465/width=450/23446460.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWGu%xxv?vRj.AM|?HayIURiacjYM{t7IURk", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23446455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9068917b-a50a-4850-8fb1-637a27263379/width=450/23446455.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZGuzlxv.8R*.ARk-;ayRnRit6ofRjj?IURj", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/708230", "modelId": 633491} \ No newline at end of file diff --git a/datasets/metadata/708261.json b/datasets/metadata/708261.json new file mode 100644 index 0000000000000000000000000000000000000000..5328f7c275879d06918d0f1fce25e4bd5b440123 --- /dev/null +++ b/datasets/metadata/708261.json @@ -0,0 +1 @@ +{"id": 708261, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-09T08:41:06.699Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["sbshofps style,"], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 622917, "sizeKB": 37462.4814453125, "name": "708261_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T07:41:20.794Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5F6283BB", "AutoV2": "A44F6B8E95", "SHA256": "A44F6B8E951B6E58C9A2EA3FA2EF2A7DA15AE73EDF1556659CDFA3D892B84985", "CRC32": "33B78CC1", "BLAKE3": "AACA000B876D3781C933965F0A6769EB3809427EACB147E3434C1887A8D393FB"}, "downloadUrl": "https://civitai.com/api/download/models/708261?type=Training%20Data"}, {"id": 623004, "sizeKB": 223104.51953125, "name": "sbshouseofpancakesXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T08:41:25.936Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FAC5133E", "AutoV2": "23C267F384", "SHA256": "23C267F384A11B46511E336CAF91DF2BD8487129C390067F6FEA6AE9E21FF309", "CRC32": "C8CA8836", "BLAKE3": "CC9155BE9E1937DC465EB4CF782A5A6D5E7ED7F2BB5E46BC82CBBE5DC4806602", "AutoV3": "B388C185A8D1"}, "downloadUrl": "https://civitai.com/api/download/models/708261", "primary": true}], "images": [{"id": 23451209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1634555f-9d42-49af-8532-29ad9e9ea8fb/width=450/23451209.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKLNALt700V@~nkCaKV@00a#x]WBMdofxuaz", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23451208, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ededb99-b5d4-4ec2-8cd5-4f54d1b6d003/width=450/23451208.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U5MZp|-;00~Ut8RP00ai0wxZ~qtR00X9?[M{", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23451211, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/986f3b3a-c773-44e0-a961-d0adc449c316/width=450/23451211.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAJ@kU%M00aKY2bFE3bI00Rk_4RkQmRjxUt5", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/708261", "modelId": 633519} \ No newline at end of file diff --git a/datasets/metadata/708601.json b/datasets/metadata/708601.json new file mode 100644 index 0000000000000000000000000000000000000000..705f431b1d632eecdb0b30d1c5d13dd2448697c2 --- /dev/null +++ b/datasets/metadata/708601.json @@ -0,0 +1 @@ +{"id": 708601, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-09T13:52:55.660Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 623286, "sizeKB": 130940.5537109375, "name": "708601_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T11:36:14.870Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "98192226", "AutoV2": "DCBCC2B4BA", "SHA256": "DCBCC2B4BADBC0BD1DA570474F4665C2F836C256C59128E5F398CBE8F01CC05F", "CRC32": "B7A6E706", "BLAKE3": "54FF1C3E4F705DEA68F06CE913672DF18AB5F8E231C436DA63430619E2710CCE"}, "downloadUrl": "https://civitai.com/api/download/models/708601?type=Training%20Data"}, {"id": 623559, "sizeKB": 223101.83203125, "name": "Abandoned_office_-_DS.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T13:50:42.827Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6F3F23A5", "AutoV2": "63EDF33C35", "SHA256": "63EDF33C359324F507F614AD63C183BC1618F80ED81D3924CF1E3138BF3EC723", "CRC32": "CB936043", "BLAKE3": "EB40B59EFE3E5C2300F83889BB0DDFC9575D4767CE71718C1A8191B9D0FD8EB8", "AutoV3": "92B1EAAD6885"}, "downloadUrl": "https://civitai.com/api/download/models/708601", "primary": true}], "images": [{"id": 23483315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a3c2153-2385-4c31-a47a-c6f1689aef8a/width=450/23483315.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCDliw-pE5%2~VWCSgt6jIW=ozoesWxaW=kC", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23483311, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adaacc1b-cb5c-4d94-b5da-010b62af4901/width=450/23483311.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDECB+%29vtRkVIVM|t6R4-oD*IU~VxZR*WC", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/708601", "modelId": 633825} \ No newline at end of file diff --git a/datasets/metadata/708627.json b/datasets/metadata/708627.json new file mode 100644 index 0000000000000000000000000000000000000000..f37e98d6d8cd7cd802939a307d99a9ed4e28c303 --- /dev/null +++ b/datasets/metadata/708627.json @@ -0,0 +1 @@ +{"id": 708627, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-09T12:38:00.542Z", "availability": "Public", "nsfwLevel": 28, "description": "Saltychocolate3 style
", "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 623415, "sizeKB": 223101.83203125, "name": "Saltychocolate3-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T12:40:39.129Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "859BA29B", "AutoV2": "ECBB35CE86", "SHA256": "ECBB35CE866FDB01018E020D60E09946F48EC6351F436B39EA4C635FEC2B6273", "CRC32": "73E3D7A3", "BLAKE3": "069F03B26FC1E3675A03C636CD66E5AC4FE30C04095E18AB650D50843FA60357", "AutoV3": "009C6FCE1FEC"}, "downloadUrl": "https://civitai.com/api/download/models/708627", "primary": true}, {"id": 623316, "sizeKB": 5464.056640625, "name": "708627_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T11:51:40.689Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D5638D62", "AutoV2": "F7AEE032BB", "SHA256": "F7AEE032BB57009991E23E7D5810121972B0DBAC78847F3C46739A4E877C37BC", "CRC32": "2A14ADAB", "BLAKE3": "631CD165E4C5694171C07187E6658AAAADE350B169547AC299B35FD5585386D0"}, "downloadUrl": "https://civitai.com/api/download/models/708627?type=Training%20Data"}], "images": [{"id": 23475725, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebf886c4-500c-4486-b384-60ad65221d7b/width=450/23475725.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UNDADL-O+hof_L%0wwxZ?KxTxUt7=ytRotXR", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23475723, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f25815ae-85d0-4968-8d35-6270cbd2b081/width=450/23475723.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "ULEx-YE3SctP~WIWRjawYOt0i_R:NXxbsqfA", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23475724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b00e7ed4-6c39-421d-b2e7-ce356f21895f/width=450/23475724.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UPF=B*IBx[tK~pV@Z~kVT^$^kCjdtPxX$ijJ", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/708627", "modelId": 633848} \ No newline at end of file diff --git a/datasets/metadata/708628.json b/datasets/metadata/708628.json new file mode 100644 index 0000000000000000000000000000000000000000..1d5b7f7c3e3383999251876e25b6390b8bfee80c --- /dev/null +++ b/datasets/metadata/708628.json @@ -0,0 +1 @@ +{"id": 708628, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-09T13:59:28.743Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 623309, "sizeKB": 130940.7841796875, "name": "708628_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T11:45:39.676Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C2C87877", "AutoV2": "7077EE71CB", "SHA256": "7077EE71CB5AE84FF963B40C43478E43E4EBC893DE8E7FF50FD5E06E6C45DB5F", "CRC32": "D9A7E76B", "BLAKE3": "7D75D7D548E6540DF7AD2B917C42CE9A6B442EFD4DD6C6E291E048D73448BF2C"}, "downloadUrl": "https://civitai.com/api/download/models/708628?type=Training%20Data"}, {"id": 623576, "sizeKB": 223101.87890625, "name": "Abandoned_office_-_PONY.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T13:56:49.336Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "62B20318", "AutoV2": "FC802FC417", "SHA256": "FC802FC417021B36362D3A522C18F7275DF23F6D051026C39F788153CFDE68FC", "CRC32": "70261B9B", "BLAKE3": "FA2D0BB02B8FA35B306212342322FD0EDC671BEFA93F7900545F951794C6990E", "AutoV3": "FD12AABA568B"}, "downloadUrl": "https://civitai.com/api/download/models/708628", "primary": true}], "images": [{"id": 23484074, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/612ee0cc-6fe2-4dba-8271-e2dd9232142c/width=450/23484074.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3Ack^t600e;.Q%1R6E3}rWU0$s:0NNH-n%1", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23484073, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5066fba3-8a53-4e02-b4ae-67d12f96a758/width=450/23484073.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U3A0jt~n0M-p9uX4k8WBD,IWR*xsIVRRWZfk", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23484072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48675ff0-abca-44d2-bf1e-ebbbc61b548d/width=450/23484072.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U28Dzzr^0L^*~UxaRkR*4=xtxsa#4;s:%KRk", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/708628", "modelId": 633849} \ No newline at end of file diff --git a/datasets/metadata/708629.json b/datasets/metadata/708629.json new file mode 100644 index 0000000000000000000000000000000000000000..ab96fc670a2b9d7dee9d90c526593a203d8c09c5 --- /dev/null +++ b/datasets/metadata/708629.json @@ -0,0 +1 @@ +{"id": 708629, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-09T11:51:34.419Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["lyf"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 623310, "sizeKB": 36976.4609375, "name": "LYF.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T11:45:42.586Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A654FD50", "AutoV2": "7CCFA6A6B6", "SHA256": "7CCFA6A6B6652608996F4EDD7AFD1BD3A6FEB953BD8B4790E939B90EE01F4BD4", "CRC32": "F1284444", "BLAKE3": "E59EC1AAA1691B16051299F2FE0316D5142342C6D1961D448FF0A754D462671A", "AutoV3": "9D9A189B9C83"}, "downloadUrl": "https://civitai.com/api/download/models/708629", "primary": true}, {"id": 623318, "sizeKB": 104635.216796875, "name": "ZOSJyAgyImDg33N0-enhance-512w.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T11:50:39.995Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3F2BF72C", "AutoV2": "88634717A9", "SHA256": "88634717A99B88638851939B84FE1752DF132BF0DB19401B11358E8AD82CC184", "CRC32": "3DD24ED5", "BLAKE3": "617D463DD82A6CB02EA9223FE55B60818F670A8865165DA5F002FB221C79DCC5"}, "downloadUrl": "https://civitai.com/api/download/models/708629?type=Training%20Data"}], "images": [{"id": 23470945, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5659656f-f2f0-42e8-a120-1bda7f74d4aa/width=450/23470945.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDGHo1%L0z?G010f?G-p0L~BxD0Ls:t69uof", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23470944, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07e939d9-bc02-46a2-b39a-3dc4bcc33381/width=450/23470944.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U6G*QUD42[-ABp00^+rX0M~V~BxtI9-oXSoz", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23470966, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89c1b406-4e06-4804-8b15-7a4937b5830c/width=450/23470966.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULJ~4SRj9aVs3:IoShNGx[Rk=yRj}tjF$iV[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23470952, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c8ded30-ff36-4357-82a1-e0a3c20ee962/width=450/23470952.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCH,#Q-B00RP0xRPyXIoEfn$~qIo-pRP$iRk", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23470941, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71eec51c-ef0e-4c83-add1-c25b1a5b145f/width=450/23470941.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGGb6f%M9]WV01tRS2WU_N%M?GxuJCx]xut7", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23470942, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eba89b48-f95d-4681-b70c-3c3c2b9397df/width=450/23470942.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBINmq+uuO$*019uX9IA9^9ZxG%M0L~Wt7-;", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23470943, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/375a0957-26be-4953-9bf3-72f13cadd9d0/width=450/23470943.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9En|t~B0et79aEL9GV@57Rj%2t7E1s:t6WB", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/708629", "modelId": 633850} \ No newline at end of file diff --git a/datasets/metadata/708661.json b/datasets/metadata/708661.json new file mode 100644 index 0000000000000000000000000000000000000000..f5a0e8ef0d97b5ba49a6fda3592a04c306ffe4c3 --- /dev/null +++ b/datasets/metadata/708661.json @@ -0,0 +1 @@ +{"id": 708661, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-09T21:18:41.081Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 623366, "sizeKB": 36713.95703125, "name": "708661_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T12:15:39.125Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "73C8A2CE", "AutoV2": "D08A1A8B3D", "SHA256": "D08A1A8B3DCB1D83767296511969C871C9A78DEF71559F734FDE3DCC8072C258", "CRC32": "867A4E9B", "BLAKE3": "1F810152D6F25B070EDB94FD5A48311BCDE814ADA243C6A66C21F0DAEE5955EE"}, "downloadUrl": "https://civitai.com/api/download/models/708661?type=Training%20Data"}, {"id": 624086, "sizeKB": 223101.19921875, "name": "Jungle_Jane.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T18:06:14.952Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "097DBBC4", "AutoV2": "E2D115F709", "SHA256": "E2D115F70909B07E2962C05522BFFA2EB9F89B6DAA9A40AF0AEC1B549FCE4465", "CRC32": "9A8AA4F6", "BLAKE3": "B625A68FF4A501383F60FEF2FA696DBE87560E7D3F62BD457F777B7C2538166E", "AutoV3": "1660E5D97B0F"}, "downloadUrl": "https://civitai.com/api/download/models/708661", "primary": true}], "images": [{"id": 23512962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4772216a-6817-43ee-a8cb-e0592ac65ca9/width=450/23512962.jpeg", "nsfwLevel": 16, "width": 878, "height": 1302, "hash": "U6GtsW020x?H0y9cxtWX01~U$mRiD+~ANING", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23512963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39911b58-eab1-4657-8078-94c585ff12cd/width=450/23512963.jpeg", "nsfwLevel": 8, "width": 832, "height": 1252, "hash": "U5FhO@E20z=|AGNG0fxt00-o^QE2}@t7^*M|", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23512964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d1f5e84-a416-4503-bac2-abb8de164f87/width=450/23512964.jpeg", "nsfwLevel": 16, "width": 874, "height": 1080, "hash": "U7FEo,~C000L01RjR-oy4:-o?G={OEIpRj-U", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23512968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4de8538e-58c2-4b15-a490-b82028db5245/width=450/23512968.jpeg", "nsfwLevel": 16, "width": 874, "height": 1304, "hash": "UEH^t.4n%z?GpcR*-.-pOrRPxZ-:~VMxt7%2", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23512969, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3769d125-0cc2-4265-914c-31b907b3d86a/width=450/23512969.jpeg", "nsfwLevel": 8, "width": 870, "height": 1306, "hash": "U9I|zC~U0156X#xt={n*0e^Q?HJ7J$%LE3Rk", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23512988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f92c2a9a-d473-4b1e-b7d5-dd33aa58e166/width=450/23512988.jpeg", "nsfwLevel": 8, "width": 1212, "height": 1384, "hash": "UHE_%4x[57M{-:tRM|M{Nvt7oME1~B%2NGE1", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23512983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31bc8484-1135-4204-adcd-c5b6ecbcda3e/width=450/23512983.jpeg", "nsfwLevel": 16, "width": 928, "height": 1384, "hash": "U9IW_zE100-:%eM|xa~B0eJ%xt0fX30ft7V[", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23512997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/956238e0-2c04-4c4b-9675-e6e204469898/width=450/23512997.jpeg", "nsfwLevel": 16, "width": 870, "height": 1150, "hash": "U9HwonE10L%L56S#M{EL0LRj~BNGrr~B-pNG", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23513005, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb7caf39-e3bf-446e-8479-5a53e7d73abc/width=450/23513005.jpeg", "nsfwLevel": 16, "width": 878, "height": 1308, "hash": "U5F}o}WZ00-V0yM|5Qof00t6}tae^jt7^*RQ", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23513035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae6b00b1-2a13-48e5-8e27-207d36ca2d38/width=450/23513035.jpeg", "nsfwLevel": 8, "width": 876, "height": 1304, "hash": "UDHwuz-URgjG02bI4;R*I@Ipbcoy}=xZ~Asm", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23513036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3da8b8de-8a84-4660-b4c5-75460ced69f1/width=450/23513036.jpeg", "nsfwLevel": 16, "width": 874, "height": 1302, "hash": "UAHKUyIA9t~BEhWBWB?G0L5R={9a={xGNajE", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23513040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4479d5a7-9b27-4a0e-819f-8c891bd023e8/width=450/23513040.jpeg", "nsfwLevel": 16, "width": 870, "height": 1304, "hash": "U6GQtW-oI:M}%1$%IVNa0zE2~AR+ICEgNbV@", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23513041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eef966d5-5a84-42f5-87d7-0b30fd452166/width=450/23513041.jpeg", "nsfwLevel": 16, "width": 870, "height": 1304, "hash": "UAHA^VyW57-o5Q%LEfw{0fIo~BS#M|jYOWNG", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23513049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7203bae6-7a3f-4d25-b997-1c282ba5cb61/width=450/23513049.jpeg", "nsfwLevel": 16, "width": 864, "height": 1310, "hash": "U8DlD^R%0f-UIn4.M|R+0fRQ={xu~V^jNG9u", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23513054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43717b8d-6e78-4ac9-b3c5-7b18ec02a1ea/width=450/23513054.jpeg", "nsfwLevel": 16, "width": 876, "height": 1302, "hash": "U9HwZ14;E1-oJOD+%1xZ0LI?^jE2~BShjZof", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23513061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1914d5f-69b4-4fad-8e9b-c54ebd3dd651/width=450/23513061.jpeg", "nsfwLevel": 8, "width": 872, "height": 1308, "hash": "U9GH;qAC0e~BFt-U={9v0LM|-VIC?GE2D%Mz", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23513063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74a523bd-7233-4e36-bb2d-ce2cdb8080d6/width=450/23513063.jpeg", "nsfwLevel": 16, "width": 876, "height": 1308, "hash": "U7JZrO%2Me$kAW%1Oq%L0f%1~UoeNaI;9]oe", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23513064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70653258-bba3-4882-a9ca-567dfa5d3e00/width=450/23513064.jpeg", "nsfwLevel": 16, "width": 878, "height": 1308, "hash": "U5F}o}WZ00-V0yM|5Qof00t6}tae^jt7^*RQ", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23512199, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/868ce6ce-8a51-4512-b001-efc48fd590e5/width=450/23512199.jpeg", "nsfwLevel": 8, "width": 876, "height": 1304, "hash": "UDHwuz-URgjG02bI4;R*I@Ipbcoy}=xZ~Asm", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23512196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12e7b4d4-5cb5-4008-b0c7-64ec3e0b04d5/width=450/23512196.jpeg", "nsfwLevel": 8, "width": 872, "height": 1308, "hash": "U9GH;qAC0e~BFt-U={9v0LM|-VIC?GE2D%Mz", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/708661", "modelId": 633881} \ No newline at end of file diff --git a/datasets/metadata/708778.json b/datasets/metadata/708778.json new file mode 100644 index 0000000000000000000000000000000000000000..e4cb8a02825b6c686695f404386bd98146f4811c --- /dev/null +++ b/datasets/metadata/708778.json @@ -0,0 +1 @@ +{"id": 708778, "index": 1, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-09T20:26:53.967Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 623499, "sizeKB": 110294.70703125, "name": "708778_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T13:25:49.952Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DC012465", "AutoV2": "EC2713EA4C", "SHA256": "EC2713EA4C06783E187C830C461D2EEC059386756464478BEB2F1B3EC5317983", "CRC32": "FA58975B", "BLAKE3": "B9F053608CBD51039C05BEC649C6880C5759B91E643012943195BBF11927F4DB"}, "downloadUrl": "https://civitai.com/api/download/models/708778?type=Training%20Data"}, {"id": 624359, "sizeKB": 230061.05859375, "name": "DOG.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T20:15:55.940Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3B9EFF78", "AutoV2": "684178073A", "SHA256": "684178073ABDBB7E66698ED1D22A579A133E29F8B8DDECE5200AF2EA63575A66", "CRC32": "2E5AF753", "BLAKE3": "F56B69EB1FFCB360A73A384F6579A51981D61F5D8D1FF5651BFB7C408697EC65", "AutoV3": "0B6DA246ABBC"}, "downloadUrl": "https://civitai.com/api/download/models/708778", "primary": true}], "images": [{"id": 23524984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c815d39-30cb-4709-83dd-81c061550ea2/width=450/23524984.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U9F~8CV=00%L04xvE4E10e%MWZM{xUoH~Us;", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23524983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fa26306-162d-43d9-8e94-af6efa8a77b7/width=450/23524983.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFJHaS~pNb_3OZae009FIUIV9FWB8_xZ%gRj", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23524982, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/823cd8a4-27a9-4fe7-a36f-576d12a3edb2/width=450/23524982.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UMJ[6c9aD+?aDN9br:W=xa9ZV?R.~VWB-;xt", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23524985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c4cbcf3-53d0-409c-af36-396cfe2bcfc0/width=450/23524985.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UHHd~eIA~VSi0LR-RPxZ4:-:57M|OZE1R-of", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23524981, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18caf602-c812-41c4-a97b-985e24c16388/width=450/23524981.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UAGl3MRQ00x].T%L00D%af-;-o9FNHNG-;oL", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23524986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/883228a9-1308-4750-8bc9-ea8661b5dc9c/width=450/23524986.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "URIXmcIUNGIp%gaxs:IV~qM{s:of%gs.s:of", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23524987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a1f0f48-7b71-45cc-860e-3c0ff99d1483/width=450/23524987.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UVJtk;E2r=$z?wM_t8W=yEWVkCa}?HkDofsm", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23524989, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b86ed18-e6b9-4dbd-b91e-29af7ab38933/width=450/23524989.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEHeOLM{aI-:0h?HoI9F9axu9G9G~q4oM{?b", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23524991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8de3a49a-c0c4-4060-b6b1-4c6fc7e495e0/width=450/23524991.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UIHxHCMx9GI=?^Rj9GX9Ost6IVoL-pM|?Gt6", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23524990, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6319648c-bd69-4feb-9b6d-d701bf85df24/width=450/23524990.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCGRn@E1v_~U4;xs-UIU0MxvE3Io9tM{Egxu", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23524992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15f0c103-64e4-4e09-ad8e-8eb7e9fd3576/width=450/23524992.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8GbesE1GI_3~qRj9FjYD%R,MxoJ%Nn#IVo#", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23524996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/995af3ae-9b17-4dd8-acdc-6c05724460fd/width=450/23524996.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UQHnpa~BE49GfPRkD%t6X9S5NHbc58E1t6j[", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23524993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dccec384-44fe-456f-bcde-70abdc7c489e/width=450/23524993.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U9IN,GEM?^~C00%L4nD*EfM{aLIpEj9Z^+^+", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23524994, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73a0ea69-1132-4d19-8d2f-8cdba066a2c9/width=450/23524994.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U9Iz^txY~AaK58%MjE9G009a4o?GXTs:EOt7", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23524995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77aa38cc-29ef-4742-82e3-58355e9a9c3a/width=450/23524995.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U6HnWw~A9r57E39u9aV@00-p0LRi0Moe-oIp", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23524997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0346ce93-ddba-4a65-ae09-2b3a2c1efb91/width=450/23524997.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEHnsYD*~BxubwIVt54:~V0K9aE2tSRPoy-p", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/708778", "modelId": 633993} \ No newline at end of file diff --git a/datasets/metadata/708821.json b/datasets/metadata/708821.json new file mode 100644 index 0000000000000000000000000000000000000000..2c79d2e647ad7d30055407354af1a44aa2979821 --- /dev/null +++ b/datasets/metadata/708821.json @@ -0,0 +1 @@ +{"id": 708821, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-09T14:08:16.024Z", "availability": "Public", "nsfwLevel": 28, "description": "Test ponchi style
", "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 623507, "sizeKB": 498.662109375, "name": "708821_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T13:30:48.441Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "1901108483", "SHA256": "1901108483467D3C34E42CE56B5D9840994297AD5C1E98563839A06C6F1C7950", "CRC32": "8E71570E", "BLAKE3": "CBF548E17F044E505545CB631A7641612E7BE95CC971BBAA5AA7C7436EC88FBC"}, "downloadUrl": "https://civitai.com/api/download/models/708821?type=Training%20Data"}, {"id": 623589, "sizeKB": 223100.87890625, "name": "Ponchi-000006.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/708821", "primary": true}], "images": [{"id": 23485086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5b2253c-e540-42a9-97db-df1e27987bcd/width=450/23485086.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGLxY~O=yYj^~CpIRUt7ryNGZ%Vt+|kV#SIq", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23485083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c589a9e-cf63-4d0f-bb97-92d286a16b17/width=450/23485083.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UAIpJF?Hy?-oL1^+I[-:0NxbIA9t9G$j+u9a", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23485084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a45e551f-669d-4139-9abc-cb784f62d540/width=450/23485084.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UEJ~M{R*E*-:XnoeRnoz0$S2$+E2wNxu}[E2", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/708821", "modelId": 634026} \ No newline at end of file diff --git a/datasets/metadata/708827.json b/datasets/metadata/708827.json new file mode 100644 index 0000000000000000000000000000000000000000..c3a49b38dd03f14d5791d030de0ab408729aa458 --- /dev/null +++ b/datasets/metadata/708827.json @@ -0,0 +1 @@ +{"id": 708827, "index": 0, "name": "V2", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-09T20:32:37.160Z", "availability": "Public", "nsfwLevel": 1, "description": "the model should visualize realistic images of different breeds of dogs, representing them both aggressive and kind and playful
", "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 624381, "sizeKB": 223101.94921875, "name": "DOG.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T20:30:59.087Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A6400051", "AutoV2": "9AFFC3D50A", "SHA256": "9AFFC3D50A5A9345BA84C6D6006755215A952D1699D0009A53032A988954EAD1", "CRC32": "534E0A75", "BLAKE3": "3E44EA40909FAB926CA1B05B443EC698FFE049C22BA7B98276195BDD97E12CF5", "AutoV3": "BD0D703833AA"}, "downloadUrl": "https://civitai.com/api/download/models/708827", "primary": true}, {"id": 623511, "sizeKB": 110294.70703125, "name": "708827_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T13:31:22.036Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DC012465", "AutoV2": "EC2713EA4C", "SHA256": "EC2713EA4C06783E187C830C461D2EEC059386756464478BEB2F1B3EC5317983", "CRC32": "FA58975B", "BLAKE3": "B9F053608CBD51039C05BEC649C6880C5759B91E643012943195BBF11927F4DB"}, "downloadUrl": "https://civitai.com/api/download/models/708827?type=Training%20Data"}], "images": [{"id": 23525611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcf1f38d-4335-4e9d-8f3b-653f881de108/width=450/23525611.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFJHaS~pNb_3OZae009FIUIV9FWB8_xZ%gRj", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23525610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55414f44-c925-4d70-aa85-6f896fc6c876/width=450/23525610.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UKJ@wR-oxAx]yZM|a{tRJD-:Nff5?wkDxajY", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23525609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f87e8bca-4a34-484f-9457-11533e409c1b/width=450/23525609.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U6HeE~~p000001NG4nM{00D%~V_3.8s:s;-p", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23525608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7775a01f-4dbf-4455-b3e5-716042ce26b3/width=450/23525608.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCGIGY%ZuH~VVg?GICNZI.MzIBRSJBoc%KSw", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23525613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f4774c8-84cc-426a-9912-c4a95ed94529/width=450/23525613.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UAH_0ui^4mOt01R*NxNG00kCJDs+~As.xtj[", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23525617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e10dc055-f328-4360-9218-70fb53fa0a01/width=450/23525617.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "USKdlA~W4:of9bNGMxofIUR*M|M{D%a|t8R*", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23525616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc784649-9ac2-4e80-a4e5-f2afe4cb9f2d/width=450/23525616.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEHLMMt7?wxusoRj4nR*IoofIUV@D%WVf6t7", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23525614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d82863a-b697-434c-bb85-f9a6ef18bb19/width=450/23525614.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U7FF4{Rj00~V5SxZfiM|01ozJC9G4;NHNexa", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23525615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b4db0c9-4836-4171-955d-1cd21b3f0edc/width=450/23525615.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U8Kcz%IV=^~U9~xa-:M{0N-:4;4:9vWqR+aK", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23525623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d892a05a-c79a-4d09-a124-94e5be0fe3d3/width=450/23525623.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UBK-h6s+00tS00WA4nM_OuRj~VIU%L%M-=og", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23525621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce694eaa-781a-460e-8647-b57686f97ec8/width=450/23525621.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "URK0pGEMIAs.~VE2NbaxWBRko#V@?GV@xZj]", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23525624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/552e822d-f6a9-4ec9-ab7d-beccef0d2ce4/width=450/23525624.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UDI#or9F0M~q00xZxZ9a9F?cae9F-;IUM{t6", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23525625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73a477fa-dacc-4dbd-af04-69d2e658d76f/width=450/23525625.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFKw|SRjXU~qE2aeRi%N00x]s+4nIUf6WCWC", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23525626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abe0c8ac-ae69-499b-8cb1-c0384b6e09b6/width=450/23525626.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBH-#=~B0K0L02Ny00xZ?boeIoM{ITfkt6NG", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23525627, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f14acbd-89db-4769-a94d-899cba628adf/width=450/23525627.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UAFrha4;*0^*01xC01ozI9ozIUIp^+xuI:Ri", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23525631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d72e6d27-7597-44e6-97f2-7702527e586a/width=450/23525631.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UJIO2*~V00IU%g?aRiIn?Fxtt7t7?at7NHoJ", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23525630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d4731f9-7d82-4621-9777-0e3f001a6cb5/width=450/23525630.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U7I4^M-WD|EK00$|XPS|8w?C_4NIN5I;jFVu", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23525628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b5f8ae8-0d0c-4052-bfce-c3a07990759a/width=450/23525628.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEIh4|~U5s4o00IqD%$%0$9as+^*M{IU-:%2", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23525629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f077e729-2234-46b6-9c14-dc83b1e9fb24/width=450/23525629.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UEI};hjZET9d00M{skxW00%0Dht6~VRj%gtR", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/708827", "modelId": 633993} \ No newline at end of file diff --git a/datasets/metadata/709241.json b/datasets/metadata/709241.json new file mode 100644 index 0000000000000000000000000000000000000000..88b68376113dea86210d279e65939b8b988f390c --- /dev/null +++ b/datasets/metadata/709241.json @@ -0,0 +1 @@ +{"id": 709241, "index": 0, "name": "shadow the hedgehog movie", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-09T18:52:31.775Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 623918, "sizeKB": 2396.4482421875, "name": "709241_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T16:41:55.828Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "099B0DA4", "AutoV2": "C6731C4CEC", "SHA256": "C6731C4CEC798D8E65DC9AB5437E1541C292627488AA2F2828F37A9B4FC9EB0F", "CRC32": "D5D8288F", "BLAKE3": "225E6F2CA2FA53A13E6E5E4BB467067E3752BDD592367AB05B9697188660BD01"}, "downloadUrl": "https://civitai.com/api/download/models/709241?type=Training%20Data"}, {"id": 624189, "sizeKB": 223099.52734375, "name": "shadow_the_hedgehog_movie_style_SDXL_v1.0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T18:52:20.049Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "0349CDFE", "AutoV2": "89F3AA7600", "SHA256": "89F3AA7600CB32C9E2D8B9ECECA9BFA0DCC7CD3CD853681EB94050DF0DAA8B4D", "CRC32": "606600E8", "BLAKE3": "0EEA4B646BA269F2CDB8DC5343D9B2AFC8C67DA5B2B07A47EA0358C2A8791A38", "AutoV3": "5BB441D0D29C"}, "downloadUrl": "https://civitai.com/api/download/models/709241", "primary": true}], "images": [{"id": 23515985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e160ae4f-cd45-47b3-8036-b24f4d8b14c9/width=450/23515985.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U26b7DMeCk00qs_N9@%~~UIUtkIVMdaK-:%f", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23516032, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fbc1271-7045-4c8a-8bc6-6172210aa0a6/width=450/23516032.jpeg", "nsfwLevel": 1, "width": 1024, "height": 576, "hash": "U67UF[JRMv~Bv}SztQ$ixFWAWAa0VtkCt6V@", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/709241", "modelId": 634395} \ No newline at end of file diff --git a/datasets/metadata/709315.json b/datasets/metadata/709315.json new file mode 100644 index 0000000000000000000000000000000000000000..d5b163275dade42cd8cf7d9618485bfef05d4247 --- /dev/null +++ b/datasets/metadata/709315.json @@ -0,0 +1 @@ +{"id": 709315, "index": 0, "name": "Zoey", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-09T18:27:53.798Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 623989, "sizeKB": 2542.5556640625, "name": "709315_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T17:16:18.139Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5A9BF477", "AutoV2": "952B1C5172", "SHA256": "952B1C51722081E79F8EE3F6145D867966D1E22779D85CF0C7A902BD3C6DF9E7", "CRC32": "A7571698", "BLAKE3": "6A0DA21A41EC1B701457402077CEDB30EAAECB86AF162109A7D83BD37CD34D76"}, "downloadUrl": "https://civitai.com/api/download/models/709315?type=Training%20Data"}, {"id": 624130, "sizeKB": 223099.54296875, "name": "Zoey.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T18:25:41.586Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7E7BDBF1", "AutoV2": "32DF008D10", "SHA256": "32DF008D10DCDF06166E0CA7CFCFD402BB5149B4B9B32F89E63DA2BCCB06812E", "CRC32": "F3AD8F42", "BLAKE3": "F5A1A9B7F8E8202957C31B7EC28FDC12DBA6A8CC3FC275697107BEBD68D6A7E0", "AutoV3": "CBC6627380AE"}, "downloadUrl": "https://civitai.com/api/download/models/709315", "primary": true}], "images": [{"id": 23513167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebebf7c0-6346-42db-93e0-bd0a54e3734b/width=450/23513167.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U#Jju[M{%3xc~WjJt7s.Ost7IoR*NZawNGR*", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/709315", "modelId": 634456} \ No newline at end of file diff --git a/datasets/metadata/709467.json b/datasets/metadata/709467.json new file mode 100644 index 0000000000000000000000000000000000000000..a6d0b869c58d37059be716f91080e64e132fb4df --- /dev/null +++ b/datasets/metadata/709467.json @@ -0,0 +1 @@ +{"id": 709467, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-09T19:39:07.766Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["ariyah_(meg)", "grey eyes", "light blonde hair", "braided hair", "single braid", "long hair"], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 624160, "sizeKB": 1146.5146484375, "name": "709467_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T18:42:18.071Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "68AAEEE011", "SHA256": "68AAEEE011798982B8E9422A0CA8A76C950465A1F1F36C024E66F947B6B90347", "CRC32": "EB277716", "BLAKE3": "5FBF1B93B5DCF3C26D5C66A1A16447111CD2EAF89B8F92F2C06514E85B860391"}, "downloadUrl": "https://civitai.com/api/download/models/709467?type=Training%20Data"}, {"id": 624262, "sizeKB": 223099.65234375, "name": "Ariyah_the_Lynx-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T19:30:39.438Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EAA354BF", "AutoV2": "E4CFDADABA", "SHA256": "E4CFDADABA9DD51F2A0A3C7F6C9F971C11BFABD5453D40750E05D9B6B4FE5FD8", "CRC32": "F8254C58", "BLAKE3": "4E216E99A5D5E4077CD197362CA5D3C1170FB7970D3BC705ADB912F7185EF007", "AutoV3": "8879FEA08326"}, "downloadUrl": "https://civitai.com/api/download/models/709467", "primary": true}], "images": [], "downloadUrl": "https://civitai.com/api/download/models/709467", "modelId": 634590} \ No newline at end of file diff --git a/datasets/metadata/709633.json b/datasets/metadata/709633.json new file mode 100644 index 0000000000000000000000000000000000000000..d6fccd358c3a6f33455d087adb82b4d4a4974c86 --- /dev/null +++ b/datasets/metadata/709633.json @@ -0,0 +1 @@ +{"id": 709633, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-09T22:13:55.379Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 624558, "sizeKB": 223101.57421875, "name": "Perfect_Building_-_PONY.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T22:06:48.916Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1E36819B", "AutoV2": "3FDD17C7B3", "SHA256": "3FDD17C7B322F3A5068836E6AC5E0573070D5DEBF0DF4409D19888681E33DEB9", "CRC32": "D471518A", "BLAKE3": "4D41E029039B0674C3AC7754F53536229B500634BDC79B5B602E149FE645C5A7", "AutoV3": "923EA501089E"}, "downloadUrl": "https://civitai.com/api/download/models/709633", "primary": true}, {"id": 624263, "sizeKB": 61756.701171875, "name": "709633_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T19:36:13.284Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F4BB24DB", "AutoV2": "E982CCDE87", "SHA256": "E982CCDE8762EC3DCBC78612CE25765FBF47339BA4217AFD3C3A7454683FB866", "CRC32": "71DB54BD", "BLAKE3": "8AEA6EBA2BD180A56CD5C62DC3CB875A2F948F3CD24B84DCF3D1FEF1741A96FC"}, "downloadUrl": "https://civitai.com/api/download/models/709633?type=Training%20Data"}], "images": [{"id": 23539035, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c60538ad-27c3-4b5c-bf50-27829c63e6e3/width=450/23539035.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdNn5Ext}$od=-j?rTf5jWayj;j[-;j[o#j@", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23539036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49657afe-7499-4534-839a-e30957e5ab6b/width=450/23539036.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UVO{~q.9KR-oofofRjazcbadn2NIRiWBbbfk", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23539039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce53daf4-16ac-4c2c-8a71-96457b7bd2e8/width=450/23539039.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWPsOn-L+DwFt5rAt7adY8RnW?bwn3S6nNn#", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23538803, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b932963c-78c1-4f8b-b02c-02b07edce67e/width=450/23538803.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdNn5Ext}$od=-j?rTf5jWayj;j[-;j[o#j@", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23538805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b162bb7-288d-400b-abe9-366d1e77a203/width=450/23538805.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UVO{~q.9KR-oofofRjazcbadn2NIRiWBbbfk", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23538802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5caf70d1-4b1d-41e2-9475-ad168012dbb2/width=450/23538802.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWPsOn-L+DwFt5rAt7adY8RnW?bwn3S6nNn#", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/709633", "modelId": 634741} \ No newline at end of file diff --git a/datasets/metadata/709659.json b/datasets/metadata/709659.json new file mode 100644 index 0000000000000000000000000000000000000000..c2b0b3c937e4faf1eb42c91531a75f2289a7df16 --- /dev/null +++ b/datasets/metadata/709659.json @@ -0,0 +1 @@ +{"id": 709659, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-09T21:57:50.269Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 624286, "sizeKB": 61756.603515625, "name": "709659_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T19:46:42.669Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C4CD3BC5", "AutoV2": "25D2103BD1", "SHA256": "25D2103BD11B3862CD6C49C1BDB4B6924619DE6BF804D82CF267A1E578A6E498", "CRC32": "824DCA47", "BLAKE3": "92887650CBEC7E82F3E6186F435DC220420A8D51D5E13979BD85618DDA0BE172"}, "downloadUrl": "https://civitai.com/api/download/models/709659?type=Training%20Data"}, {"id": 624534, "sizeKB": 223101.53515625, "name": "Perfect_Building_-_DS.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T21:56:16.832Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "829F7C4B", "AutoV2": "D26CA437DA", "SHA256": "D26CA437DA08E2B95473F199411B3C62165E5AC3D625ED3A38D3F947E9C16F7D", "CRC32": "BCFE283D", "BLAKE3": "789706EFF6BEA02440A2A0BA5B6BA29B1A30BD316F8B54CA16C64F9687F88E7C", "AutoV3": "0B7D54BDDCD6"}, "downloadUrl": "https://civitai.com/api/download/models/709659", "primary": true}], "images": [{"id": 23534516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/357bcab5-bb18-456b-9ebd-1b7cd06604a9/width=450/23534516.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFReQ2Th02-O#4R%PDNg}z#4X9WBRQo#RhxB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23534519, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e48e4019-50f2-4ccf-bafe-27937991abbd/width=450/23534519.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMOyd.AgE1MyS+SkxAj[}N-nkYt79cMcM{R.", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23534523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/824d8cbf-e457-4fda-85cc-04eaf18bba74/width=450/23534523.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWP=[jE89I%gpfitMvb{WbskjWWGxSRQbdt2", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/709659", "modelId": 634766} \ No newline at end of file diff --git a/datasets/metadata/709706.json b/datasets/metadata/709706.json new file mode 100644 index 0000000000000000000000000000000000000000..68de7482cf29e311b46ce264ba427425e86a70de --- /dev/null +++ b/datasets/metadata/709706.json @@ -0,0 +1 @@ +{"id": 709706, "index": 0, "name": "V2", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-09T20:49:36.365Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": ["cobb", "illustration"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 624418, "sizeKB": 223104.73046875, "name": "cobb_zalad_2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T20:51:16.943Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "618CEAF1", "AutoV2": "32D093A05C", "SHA256": "32D093A05C352A5181B5E7DF1AF84078BDE38988E021B23B64372C1C6AC66DED", "CRC32": "FC0B36A1", "BLAKE3": "E074C38DB2E5FE84FBCE570B9257856B7E811386A9DA12CE2A3EFB2D722B69E2", "AutoV3": "8C1C63845480"}, "downloadUrl": "https://civitai.com/api/download/models/709706", "primary": true}, {"id": 624441, "sizeKB": 41809.091796875, "name": "709706_training_data.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/709706?type=Training%20Data"}], "images": [{"id": 23527600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/910076b0-daa1-49ff-b600-370333bcb70b/width=450/23527600.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UME{IVIVE2M}~WENM|WB8xXTs:oy8wOZxu%0", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/709706", "modelId": 634807} \ No newline at end of file diff --git a/datasets/metadata/709840.json b/datasets/metadata/709840.json new file mode 100644 index 0000000000000000000000000000000000000000..7b42b017f5af376556e1a40c9de1f73ca6eb4259 --- /dev/null +++ b/datasets/metadata/709840.json @@ -0,0 +1 @@ +{"id": 709840, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-09T21:14:36.164Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 624467, "sizeKB": 11089.189453125, "name": "Hatsune_Miku_Dropkick.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/709840?type=Training%20Data"}, {"id": 624468, "sizeKB": 22237.56640625, "name": "Hatsune_Miku_Dropkick-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/709840", "primary": true}], "images": [{"id": 23530369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a63c3f94-e466-45e0-9233-e2e8de1c910f/width=450/23530369.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1840, "hash": "UMK_zg-;=d%L70of%NofpcRj^6ay~pt6^1V@", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/709840", "modelId": 634930} \ No newline at end of file diff --git a/datasets/metadata/709935.json b/datasets/metadata/709935.json new file mode 100644 index 0000000000000000000000000000000000000000..d9102ba614b68be0b9208c4c9522f4d5c92fd5e7 --- /dev/null +++ b/datasets/metadata/709935.json @@ -0,0 +1 @@ +{"id": 709935, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-09T22:11:16.617Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 624574, "sizeKB": 11244.505859375, "name": "Fiona_DOA.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T22:11:44.762Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F6633800", "AutoV2": "63C74DEB4E", "SHA256": "63C74DEB4E55E59CA7FD58AD135D8319256B68383E6C828B15B410843513D813", "CRC32": "C9F448C4", "BLAKE3": "ACFD05F77E946816D17ADA42BC7D19440797FC2E50D969D772734CA0F14CA8CF"}, "downloadUrl": "https://civitai.com/api/download/models/709935?type=Training%20Data"}, {"id": 624573, "sizeKB": 22238.23828125, "name": "Fiona_DOA-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T22:11:53.699Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D9123670", "AutoV2": "131DA5FD13", "SHA256": "131DA5FD13C4B47A0034032CDB57F401BC6EE8EB2323996DD132F67FD374B008", "CRC32": "5F2F9B7B", "BLAKE3": "06DAE0AAE16DF8AC179A751D9FB90176E07144C522C7AC5E60C694D474F1DB34", "AutoV3": "9431EA6FD9DD"}, "downloadUrl": "https://civitai.com/api/download/models/709935", "primary": true}], "images": [{"id": 23535730, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16a9bbbd-17cb-4963-b06e-2bb2e2d1bcdb/width=450/23535730.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UUPZ1Ks;?]%MXUof.7t6?cf8V=ay%2V[jEoe", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/709935", "modelId": 635013} \ No newline at end of file diff --git a/datasets/metadata/709953.json b/datasets/metadata/709953.json new file mode 100644 index 0000000000000000000000000000000000000000..46bfc3915e6a58a300dd25cf9bce2a5f079368c5 --- /dev/null +++ b/datasets/metadata/709953.json @@ -0,0 +1 @@ +{"id": 709953, "index": 0, "name": "V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-09T23:08:47.192Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 624587, "sizeKB": 86216.1513671875, "name": "709953_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T22:21:13.053Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "55C4961F", "AutoV2": "B2A4DDB491", "SHA256": "B2A4DDB491A75542344179DA33D904D2FC55994144C8B7AEC34E5085FD91127E", "CRC32": "FE57EC4F", "BLAKE3": "719C5AF16F09A96DD4378CF3843B4678B01CA86D92A172AD4B539C967908B755"}, "downloadUrl": "https://civitai.com/api/download/models/709953?type=Training%20Data"}, {"id": 624674, "sizeKB": 223103.69140625, "name": "Patch_2.0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T23:07:32.867Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C6CA7C3C", "AutoV2": "32D7CC3A39", "SHA256": "32D7CC3A3944F2E052EC24AA948CCD46FCAF06DB2213CB3E9C2D94DB8913CEEC", "CRC32": "EF16738D", "BLAKE3": "52E09A1DED575E5CE68747A867884EDF682AC7F8FB6B6821540B8D3A693B3095", "AutoV3": "22E66981CA79"}, "downloadUrl": "https://civitai.com/api/download/models/709953", "primary": true}], "images": [], "downloadUrl": "https://civitai.com/api/download/models/709953", "modelId": 634325} \ No newline at end of file diff --git a/datasets/metadata/709964.json b/datasets/metadata/709964.json new file mode 100644 index 0000000000000000000000000000000000000000..0c078fe098a766de637e990ad9aee2e7afcfa4bc --- /dev/null +++ b/datasets/metadata/709964.json @@ -0,0 +1 @@ +{"id": 709964, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-10T22:09:43.818Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 624612, "sizeKB": 10355.9453125, "name": "709964_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T22:36:22.140Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2C1A68B2", "AutoV2": "C527DA1789", "SHA256": "C527DA17898A9886309940B7A927D3D5EB88B17911AE981E13DDE78D187EC06D", "CRC32": "D9A11816", "BLAKE3": "E90155AB354EB99F493972E13420A5D2C1520D087B10EE272B496D164CFFC583"}, "downloadUrl": "https://civitai.com/api/download/models/709964?type=Training%20Data"}, {"id": 627107, "sizeKB": 223099.64453125, "name": "Rat_Terrier.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/709964", "primary": true}], "images": [{"id": 23687606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9af036c6-f201-4d6c-a120-3d8fc51fb613/width=450/23687606.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMEC]{MbIuWARrxT%gaKbyRNW@xs_NR4S6WB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23687609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99845c3b-124b-4dd2-8ef9-ee42a7635c09/width=450/23687609.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBG*[z={0}%L~na~IWxY03NI=yRR58t5-nIX", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/709964", "modelId": 635036} \ No newline at end of file diff --git a/datasets/metadata/709997.json b/datasets/metadata/709997.json new file mode 100644 index 0000000000000000000000000000000000000000..588bc831884127c653cec2a773f6d3a2b8e0e6ba --- /dev/null +++ b/datasets/metadata/709997.json @@ -0,0 +1 @@ +{"id": 709997, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-10T00:12:45.097Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 624644, "sizeKB": 98049.572265625, "name": "709997_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-09T22:57:55.272Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E148CF2E", "AutoV2": "6E6A5721E0", "SHA256": "6E6A5721E015F44F1CEAE23A245D37CB68A04F49593E03EBF0FB4A764A9D3756", "CRC32": "95F9BDEE", "BLAKE3": "80ECECDFDC165483B9B984E209C71D44C735D650673582D2258A3938AFCF769A"}, "downloadUrl": "https://civitai.com/api/download/models/709997?type=Training%20Data"}, {"id": 624766, "sizeKB": 223108.33984375, "name": "Titania_Takkii_Style-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T00:10:45.770Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CF13DC46", "AutoV2": "20E6C1AA33", "SHA256": "20E6C1AA33481945A80AE7B505833C86485E5A48EA361BDA96326EAC284F6867", "CRC32": "C501124D", "BLAKE3": "9C52700F66E5AF7E2C844883538C0148A7784C313D6129693420D878E4A634C1", "AutoV3": "846591B9F6E9"}, "downloadUrl": "https://civitai.com/api/download/models/709997", "primary": true}], "images": [{"id": 23546474, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4901e61d-cf11-49b6-91ed-b398332e25ba/width=450/23546474.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UBLfqE~C00xV%JNGZpWF00Rj~qRl-@%2X1s:", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23546472, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dca015d3-2d2b-465a-8981-d7bc0a6d7ccf/width=450/23546472.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UGHcyh$,9gai?KxIj0a~0Woft6j@VraxS]jX", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23546473, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/528f9fc1-7cd6-448f-9313-d6b4b71dd12d/width=450/23546473.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UEG*W+ys-.9YOv-V%MXS56Eh$+?G=fxbIUI-", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23546870, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d8eecba6-2e8d-47da-8799-14f8036711e5/width=450/23546870.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UKINBv~WEKM^KQXNs9EN0f9Ys+?H,0V[X8%1", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23546872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db128951-9eae-4c66-8740-97aaf8a73526/width=450/23546872.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHLMSWxw0cRi%hNd$+wO0JR6~Do}$m-VpHJ4", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/709997", "modelId": 635064} \ No newline at end of file diff --git a/datasets/metadata/710302.json b/datasets/metadata/710302.json new file mode 100644 index 0000000000000000000000000000000000000000..00d377f19a9e85c174ffbc2905ac64783560de66 --- /dev/null +++ b/datasets/metadata/710302.json @@ -0,0 +1 @@ +{"id": 710302, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-10T13:00:11.717Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 624980, "sizeKB": 390090.37109375, "name": "710302_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T02:25:53.645Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2C7099D2", "AutoV2": "75B552CC28", "SHA256": "75B552CC2814BD052361DA07EF694DBF7CDFA6FDEF1DC03E66EA0B24766590CB", "CRC32": "5588D986", "BLAKE3": "0DB200D73FDF1BBEC008BD7A98BC7B98ABB55ED95B79C92A8AFA5527424EF721"}, "downloadUrl": "https://civitai.com/api/download/models/710302?type=Training%20Data"}, {"id": 625774, "sizeKB": 223118.52734375, "name": "Midjourney_People.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T10:35:41.900Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BE8241D0", "AutoV2": "FB29205C39", "SHA256": "FB29205C3978E0C0EBC3F3AB7C2DF520EBD1106B61F21FF0DC84243E2B220F94", "CRC32": "9FC9429F", "BLAKE3": "8CB1913DC36F82064AB8C7AF035BFDE492B26502BD0CA07007375EB3B1F1B76B", "AutoV3": "23EE7DCE108C"}, "downloadUrl": "https://civitai.com/api/download/models/710302", "primary": true}], "images": [{"id": 23630001, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/954433c2-d104-45d6-8046-268c7781b595/width=450/23630001.jpeg", "nsfwLevel": 1, "width": 512, "height": 656, "hash": "UXF}i+E*oxRP~VS5tQjF.7nho|j[.7RjxZoy", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23630096, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd6fd9b4-cf2b-4753-b991-961540bf3f7f/width=450/23630096.jpeg", "nsfwLevel": 2, "width": 512, "height": 656, "hash": "UJEmOdJq15^5KQS*FfX91ioh-VJU}FW?WZ$k", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23630176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00e4428f-d6c6-4364-b6d1-b8c60d396063/width=450/23630176.jpeg", "nsfwLevel": 1, "width": 512, "height": 656, "hash": "U9CaD5000jvf.T+vGbI]OrL~~VIA9EV@=rVs", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23630226, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1575934-c58a-467a-835e-c200249ba17d/width=450/23630226.jpeg", "nsfwLevel": 1, "width": 512, "height": 656, "hash": "U5EnY5*F01~S:,1zrX5R01IV|r033B#80$}?", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23630258, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3978c06-4ed7-4fd7-bffd-c76b0f2780c2/width=450/23630258.jpeg", "nsfwLevel": 1, "width": 512, "height": 656, "hash": "UHELpb1A4n{un3,n5UtS0h,m#+KPY6KP#Pm*", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23630312, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee8868fa-abeb-4e99-9325-be82522daa97/width=450/23630312.jpeg", "nsfwLevel": 1, "width": 720, "height": 1280, "hash": "UGEVTu0~?^=|^+.8kr-V%gRi%MIU?bV@kWIA", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23630345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc94f3c7-9ff5-4b4e-88db-a57aeb33bdf0/width=450/23630345.jpeg", "nsfwLevel": 2, "width": 720, "height": 1280, "hash": "UCAA8q~BI.r;.AV@Diae2M58D%NHpIskm+WB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23630419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f191086-05db-4e22-b141-8c37ee47571b/width=450/23630419.jpeg", "nsfwLevel": 2, "width": 720, "height": 1280, "hash": "UBAl^J0LAZogp0Rjs,t704~Av#s.xaxtIVS#", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23630483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/070d5bb9-142e-450e-a390-57323d1aaa41/width=450/23630483.jpeg", "nsfwLevel": 1, "width": 720, "height": 1280, "hash": "U36a|$4oGInO.SM|OZslE4f+RPxtNynhaet6", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23630508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0c422a31-b509-4bb7-bd7e-10c836c6b1fe/width=450/23630508.jpeg", "nsfwLevel": 1, "width": 720, "height": 1280, "hash": "UL7o6aNfIBxBpfkDV?jDXpofoIaxx]jsRPbc", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23630600, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97929113-f3fb-49dd-88a6-5dd38aed7c06/width=450/23630600.jpeg", "nsfwLevel": 1, "width": 720, "height": 1280, "hash": "UfK9lQVs,.Ip~paKaeV[O@n$WBs.$*s9jZS#", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23630611, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a97414d3-b860-48a8-a562-87819061f586/width=450/23630611.jpeg", "nsfwLevel": 2, "width": 720, "height": 1280, "hash": "UTGIyE.9tSVX_No#WCIAxaxutR%LIUIURPx[", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/710302", "modelId": 635335} \ No newline at end of file diff --git a/datasets/metadata/710371.json b/datasets/metadata/710371.json new file mode 100644 index 0000000000000000000000000000000000000000..88983863cbb933790a1c74e313bb51aceb4eb590 --- /dev/null +++ b/datasets/metadata/710371.json @@ -0,0 +1 @@ +{"id": 710371, "index": 0, "name": "V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-10T03:18:24.186Z", "availability": "Public", "nsfwLevel": 1, "description": "the initial pony version
", "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 625033, "sizeKB": 2259.03125, "name": "710371_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T02:56:08.464Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EF1E9D00", "AutoV2": "CE6B9F4219", "SHA256": "CE6B9F4219A6AEAB7202DB3B4E59E5794E31BA991719B26FF21E9002FA0D929A", "CRC32": "B00D4250", "BLAKE3": "971B1BE1FCD74D33600D82D7405F0EDCB7636A5BA82A305CD90894B5EF7B34F1"}, "downloadUrl": "https://civitai.com/api/download/models/710371?type=Training%20Data"}, {"id": 625081, "sizeKB": 223099.60546875, "name": "meffduck-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T03:17:28.100Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C98A90F2", "AutoV2": "3C6F43A0DD", "SHA256": "3C6F43A0DDD508E68CFF928EE938B83204E44DFC9074CE66D1B2A95D0D26C72C", "CRC32": "DA6F59DA", "BLAKE3": "407845EED9B1B228B426EA81C4A0ED8A8BB79A7F9D0477C9B4E25FD7E51CA00F", "AutoV3": "A4EBD2B9031B"}, "downloadUrl": "https://civitai.com/api/download/models/710371", "primary": true}], "images": [{"id": 23572767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0974df3c-fff5-4766-8125-ef46c4ad2ca5/width=450/23572767.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBD0V~?a009G9JIVM{t74nRj~Wxu9GtQ?aV[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23572760, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/985ac30b-7d2a-4e33-a5fc-fb2b91ce6979/width=450/23572760.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USF~gQ-:-:M|~pt7NGs:xtM{f8ofxuxujaR*", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23572761, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b651e8c-d2e1-42c7-96f5-4d0a030fdff8/width=450/23572761.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCEV8J?IDPIWuN?b58Sx?d$+V]?GTME2^k-V", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/710371", "modelId": 635390} \ No newline at end of file diff --git a/datasets/metadata/710444.json b/datasets/metadata/710444.json new file mode 100644 index 0000000000000000000000000000000000000000..63606557b25083939e5b15ce3548a8073e410f8d --- /dev/null +++ b/datasets/metadata/710444.json @@ -0,0 +1 @@ +{"id": 710444, "index": 1, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-10T05:03:01.067Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 625122, "sizeKB": 64860.796875, "name": "710444_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T03:52:23.122Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F7F93FE1", "AutoV2": "F5D791B4CE", "SHA256": "F5D791B4CEF04DF82E8218DEA9D44C2F883F22708C04F89B92DCE8EC2A4592ED", "CRC32": "841EB326", "BLAKE3": "196EBD1626F7C9528C69233E5D7C8A7CDD4D92042DDD46F8506A81631677FC48"}, "downloadUrl": "https://civitai.com/api/download/models/710444?type=Training%20Data"}, {"id": 625206, "sizeKB": 223100.95703125, "name": "Sebian.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T04:45:41.654Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EDCE3336", "AutoV2": "4CCB61D979", "SHA256": "4CCB61D97911A913BA4CE36FA7FA227C0742C6F4536FB516DC37B913F91EE11E", "CRC32": "A592029F", "BLAKE3": "F08BA1742AA8B881C913D6E6532AA75234AF12A72E9B34798E85958C1B65AA8F", "AutoV3": "197A6609D630"}, "downloadUrl": "https://civitai.com/api/download/models/710444", "primary": true}], "images": [{"id": 23584879, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efda5d66-d468-4f65-afdb-fcdf57854123/width=450/23584879.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U5Extr}?1P0#04EM^h%L58NG^5$*=_t6M|$%", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/710444", "modelId": 635462} \ No newline at end of file diff --git a/datasets/metadata/71050.json b/datasets/metadata/71050.json new file mode 100644 index 0000000000000000000000000000000000000000..2d88fe8c0f43e4824af202bf5bd039424e605267 --- /dev/null +++ b/datasets/metadata/71050.json @@ -0,0 +1 @@ +{"id": 71050, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-15T04:22:25.952Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 290, "ratingCount": 12, "rating": 5, "thumbsUpCount": 16, "thumbsDownCount": 0}, "files": [{"id": 49480, "sizeKB": 13946.521484375, "name": "Claude_Speed_GTA3.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-15T04:31:09.977Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "97B46F5D", "AutoV2": "8862F57AD1", "SHA256": "8862F57AD1B6CACEAB697EBCB17B09374EE6671A0C1BCD01147B93EE7B3887F1", "CRC32": "A529860D", "BLAKE3": "17B391D7752D1A4D634EFA5B5330207253657D770409C24432358C9AECDDADDE"}, "downloadUrl": "https://civitai.com/api/download/models/71050?type=Training%20Data"}, {"id": 49474, "sizeKB": 27489.537109375, "name": "Claude_Speed_GTA3-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-15T04:21:07.176Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6E29A224", "AutoV2": "40A283EF11", "SHA256": "40A283EF115E2E3BAFF1D1A0A7B2759C02AEAB4F78DB2D1FE985526D911A09AA", "CRC32": "512EE5EB", "BLAKE3": "5144B907629742A2652CAB90B432A5F5C6B7EA29C96FCEB92E15C414744A83A9", "AutoV3": "9B81E9AC0BA1"}, "downloadUrl": "https://civitai.com/api/download/models/71050", "primary": true}], "images": [{"id": 794593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1aa64993-b5d4-472c-b2b5-1c3aad1bce9e/width=450/794593.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9C67GO;9[~C~CE1Rj-p00Myr@Sx9t=|aeE1", "type": "image"}, {"id": 1929174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14f0bceb-7eac-41de-8d53-f38a36e2736a/width=450/1929174.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UACPFjOq9[~B~BELRj%L00MysASe9t-pWBE1", "type": "video"}, {"id": 794567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6aa063d4-bdd4-45ee-9757-acb1ed6f546b/width=450/794567.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHD]9ykX~W-=^jWBR%9aw[s,E1D%M{s:j?Io", "type": "image"}, {"id": 793935, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fecff0a1-6570-4cb6-b8e5-aeb51a3f2c2c/width=450/793935.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UREx-Bx^tk-;~Vt8oyt7E2aeRjM{X8ofs:WB", "type": "image"}, {"id": 793945, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80965085-ac7b-44b7-bec5-211aac476d17/width=450/793945.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXEVQc~W-pa$?H%MR*Io%2s:M{IVt7ofWCWB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/71050", "modelId": 66388} \ No newline at end of file diff --git a/datasets/metadata/71066.json b/datasets/metadata/71066.json new file mode 100644 index 0000000000000000000000000000000000000000..6b34526919da1bb2b265dfa32b40604095624f2b --- /dev/null +++ b/datasets/metadata/71066.json @@ -0,0 +1 @@ +{"id": 71066, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-15T05:06:06.076Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 130, "ratingCount": 3, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 49494, "sizeKB": 11259.572265625, "name": "Tommy_Vercetti_GTA_Vice_City.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-15T05:16:16.139Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1D5553E6", "AutoV2": "65D29DCE0F", "SHA256": "65D29DCE0F63CF7B1E1725B694FBD5812C25DA2136AD040D3877F8701364220D", "CRC32": "84527652", "BLAKE3": "26A3D1FD57248BE4330430A86B6787F62A426447C5D49983E0C9610DFB975815"}, "downloadUrl": "https://civitai.com/api/download/models/71066?type=Training%20Data"}, {"id": 49486, "sizeKB": 27488.3115234375, "name": "Tommy_Vercetti_GTA_Vice_City-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-15T05:06:15.685Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2B9DDC8A", "AutoV2": "71B725E494", "SHA256": "71B725E4947727F8C8B5FC27732E6A3A49F4C632A4105BB73919D9D1BB0B1CEB", "CRC32": "7CFC7918", "BLAKE3": "F55A9EBFEAF2DE51B0F869836B775AFD5D989624ADB5B3D898128213A245E03D", "AutoV3": "FD8BA935309C"}, "downloadUrl": "https://civitai.com/api/download/models/71066", "primary": true}], "images": [{"id": 794145, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cdc5f22-fb1b-4013-b8bc-a3b7b2e5cd92/width=450/794145.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNE{%@I;S3T0[9M_x^ivS4R+-9em*0kCx]S$", "type": "image"}, {"id": 794510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a75b058-0d76-4d0e-9f5d-fa47301b59c5/width=450/794510.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULF~gb~qOY$g:N-Ts+SNOtV@nhI:o}OFkXxE", "type": "image"}, {"id": 794144, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bca08cff-6b83-40e9-84dc-563a17f4a5e2/width=450/794144.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHEpD@^jzn~V^*s:K6W;QRXSO@MxxabIw^aK", "type": "image"}, {"id": 794161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/332167a4-2373-417f-8a22-ede72bc93f73/width=450/794161.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNHVF=_2?u~p|p?b?H-:K6WAeTWBS$M{OYR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/71066", "modelId": 66403} \ No newline at end of file diff --git a/datasets/metadata/710863.json b/datasets/metadata/710863.json new file mode 100644 index 0000000000000000000000000000000000000000..69678aa41b96530986f1c7028cd4aefc897296f9 --- /dev/null +++ b/datasets/metadata/710863.json @@ -0,0 +1 @@ +{"id": 710863, "index": 0, "name": "Amy Konosuba FD", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-10T14:46:12.482Z", "availability": "Public", "nsfwLevel": 1, "description": "My count:
https://www.wattpad.com/user/Liver020
Prompt:
amykonosubafantasticdays, brown belt, detached sleeves, AmyKonosubaFantasticDays, green sleeves, brown footwear, long hair, big breasts, drooping animal ears, braid, green dress, white sweater, bare shoulders, brown hair, smile, sweater, large breasts, brown corset, animal ears, long sleeves, dress, brown eyes
different image styles, Animation, Hatan, 3D, Realistic, Drawing, Scenic, Cartoon, Graphics, Graffiti,
", "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 625670, "sizeKB": 114310.5166015625, "name": "710989_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T09:25:43.083Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1FEFF1BF", "AutoV2": "F11108FF07", "SHA256": "F11108FF0761E3FED12045F20AABF3A19259C6F6D1E03E477C506A84BAA1F324", "CRC32": "96E6CE6F", "BLAKE3": "924D4F4D5FE648876FB8FFE5F87C5868326EF70BD24B41D4041E5E5F11468DB9"}, "downloadUrl": "https://civitai.com/api/download/models/710989?type=Training%20Data"}, {"id": 625885, "sizeKB": 223100.07421875, "name": "pony_dogs-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T11:42:19.559Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "06B5170A", "AutoV2": "350EDFCE92", "SHA256": "350EDFCE92165159C3C6E225AADAA54C6DFAB97CE7902A4A9A1F8B020037DC27", "CRC32": "2AACE45B", "BLAKE3": "A881FCFD0472580589BCBB0EA12018ED1EFB1A6812B50544CE9DDAC10844663F", "AutoV3": "E0DE3961FC18"}, "downloadUrl": "https://civitai.com/api/download/models/710989", "primary": true}], "images": [{"id": 23624091, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1543edd1-a062-40fd-8d39-520f02a5ad2a/width=450/23624091.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U9LXDEs8L4Ot8_aeo}o}4nofD*j[_3t7IoM{", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23624095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/021046e7-262a-4b99-a63d-59671af4b969/width=450/23624095.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9J%|AabD~xt4UM{57R.afD*02og_NxtM{bc", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23624093, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cc43ca1-a1a2-440c-9fef-8a4f48df4eef/width=450/23624093.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U7HB6xtmL}009tRP~Vxt00D%5V_2XTS$D*$%", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23624092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fb76b86-09f6-4762-b3c4-0f1b9c388d15/width=450/23624092.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U5GkwS%#0hzo000gD%~A4m9a8_-:?H-UTKTK", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23624094, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b326784-2fbf-4654-a449-006295a2e114/width=450/23624094.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U4G*pEU]00580iOF01RP00E+0#M{=_nN~A-p", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23624097, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0914a32c-5e40-4216-8b0c-6eaee27b7cdc/width=450/23624097.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U3Iglq=y00}jcrRP0N%#00%M0Q0fOG57wIE3", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23624096, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f523bfb2-06d2-4342-8528-8c5b99935bd9/width=450/23624096.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U5I4ty}n9F0000nhJANI00E201?Hpw9vIVS%", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23624120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f866bbf3-41a3-45f4-bec9-5c5cc5748a41/width=450/23624120.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UAJt}5M{0h~qx]kCIUxa00xu009FIAWBxuWB", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23624124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1ebdd36-bceb-4fa8-b524-bea3e133693b/width=450/23624124.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UIGbI#0L55~V0LtQn-V@D%-oM}IoS$M{s:t7", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23624123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e59f3cb-8476-48c0-bec1-d2c0e5425cb4/width=450/23624123.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UJJkJ;RPu6_3IU%MD%IU%MWBaxM{RjWAE1xu", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23624122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd317874-258e-4534-9af5-75f5d03a3dbd/width=450/23624122.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UNIq=aD%4;~pNGozV?M{E1ofRPIVW=xaR*ay", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23624126, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a88e3fa9-35b2-4996-adf6-d40819bf1b18/width=450/23624126.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UQKB2Sog?wofIqjZM{a}xWof9GR*%MofRjWB", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23624125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca451dbc-df78-4b63-956a-eb3004750050/width=450/23624125.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UBJ7ddNGQR~B01R*J8oJ00ofAKNH^jae={%1", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/710989", "modelId": 635908} \ No newline at end of file diff --git a/datasets/metadata/711030.json b/datasets/metadata/711030.json new file mode 100644 index 0000000000000000000000000000000000000000..d50155ce3dc47f9b8f2fbe0d59af9e66da29e3ca --- /dev/null +++ b/datasets/metadata/711030.json @@ -0,0 +1 @@ +{"id": 711030, "index": 1, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-11T05:38:38.051Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 627828, "sizeKB": 223104.24609375, "name": "Hina_Hoshino_himitsu_no_cocotama-000011.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T05:35:43.486Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "86901F46", "AutoV2": "CCACD5F105", "SHA256": "CCACD5F105A0EC621955B911F31097C35636A05C388BCAC86DAAE31E3FD22D69", "CRC32": "FC216B1A", "BLAKE3": "8C47287477469DCC44BC046BA896C8500391BB2C48AE713EA5A4728DE5BF6C54", "AutoV3": "1C018802A529"}, "downloadUrl": "https://civitai.com/api/download/models/711030", "primary": true}, {"id": 625713, "sizeKB": 30335.4462890625, "name": "711030_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T09:51:19.750Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D7FBC40B", "AutoV2": "70A28A8C15", "SHA256": "70A28A8C1570A161FAAF7491EE0BD94F82F1D0DBDDBCA2F40EF89A438321272D", "CRC32": "0B6238C4", "BLAKE3": "4A5B1947373F74BB69C1310EF2F68CEE63F990F8C1E43E4340BE8E378FE53AE6"}, "downloadUrl": "https://civitai.com/api/download/models/711030?type=Training%20Data"}], "images": [{"id": 23743476, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58264a6a-1498-4203-a310-f064546801ad/width=450/23743476.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UiL4{PtSCAxaN5niXmxCpES5aMafRVNLo|R*", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/711030", "modelId": 635955} \ No newline at end of file diff --git a/datasets/metadata/711092.json b/datasets/metadata/711092.json new file mode 100644 index 0000000000000000000000000000000000000000..f2b1379228cd7fa953e028772badc9f374ba16aa --- /dev/null +++ b/datasets/metadata/711092.json @@ -0,0 +1 @@ +{"id": 711092, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-10T11:21:53.717Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 625783, "sizeKB": 20292.390625, "name": "711092_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T10:41:19.686Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FE02FE1E", "AutoV2": "04EC18C148", "SHA256": "04EC18C1488055CCC1A5669C765CAEA4D83F916F374142F00D6BC2E406404B55", "CRC32": "FB3DDB1C", "BLAKE3": "2BDA4FAA3CE5707DA4B59D8E24FDDB9F607E16DE19C7811EF66963D209DA1E65"}, "downloadUrl": "https://civitai.com/api/download/models/711092?type=Training%20Data"}, {"id": 625855, "sizeKB": 18550.109375, "name": "syanimasu-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T11:21:09.986Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "B06ADF3282", "SHA256": "B06ADF328201F43B54F70B5CD850861DF0DBB3F00B10B110512F17C15D9865D7", "CRC32": "CFFEF4AB", "BLAKE3": "E7EC2F0034B1D39D1E4364E2F7835DC3453CC70771D0D19F32A5247B956D0FD0", "AutoV3": "5FFF31E833EF"}, "downloadUrl": "https://civitai.com/api/download/models/711092", "primary": true}], "images": [{"id": 23622389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e685500-0aff-400b-a8bb-767a923cbbf1/width=450/23622389.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UbKKBA%ME2xs^--p%LNGohozjYWUNHWBR*WB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23622390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/145bcf1e-05c2-4819-9d7e-14b0d9508285/width=450/23622390.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDM$Pr5trUx]]i9bMKo|YRx]00NFOVI[xBVr", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23622392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f054e2ba-c1b4-4a18-a5be-468071f9faee/width=450/23622392.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UDMZI28w{t=h:g5F-:NKICDl-;D#rFR6Ron-", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/711092", "modelId": 636007} \ No newline at end of file diff --git a/datasets/metadata/711119.json b/datasets/metadata/711119.json new file mode 100644 index 0000000000000000000000000000000000000000..637554b298a13b23ef0a52ece5282fd47aa81ba4 --- /dev/null +++ b/datasets/metadata/711119.json @@ -0,0 +1 @@ +{"id": 711119, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-10T14:17:01.094Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 625913, "sizeKB": 19015.9306640625, "name": "711119_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T11:50:39.862Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "62F2CCDA", "AutoV2": "B493D91B6B", "SHA256": "B493D91B6B1FC1884210205C38117516C7A030DD7307E971DF3B68273B17BCE1", "CRC32": "9E4EF5C2", "BLAKE3": "12DF4F2B69B3360A09EFF0F294B87DADB972EC053D631F70C75BE894E276183B"}, "downloadUrl": "https://civitai.com/api/download/models/711119?type=Training%20Data"}, {"id": 626162, "sizeKB": 56089.01953125, "name": "Chito_and_Yuuri_Girls_Last_Tour.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T13:56:47.387Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7867847C", "AutoV2": "7EFB0E432A", "SHA256": "7EFB0E432A4FE372C46E0DD6A3874F6254A68A39A0C69CB3829F038ADC04FAE6", "CRC32": "7B4154F6", "BLAKE3": "C100280399AA3DBC5F5D3FBD2CF821A9DEA4F76B224D6CADD8E270D319902A93", "AutoV3": "AB170AF99FE9"}, "downloadUrl": "https://civitai.com/api/download/models/711119", "primary": true}], "images": [{"id": 23638564, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c0710a0-a060-4299-b889-60ebc29ae22e/width=450/23638564.jpeg", "nsfwLevel": 1, "width": 1000, "height": 1496, "hash": "UIGv9MyDPqgN_4bH9_R*00nhxvaK0ixt-;t7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23638581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15152499-d5f4-494d-8b30-145b0a584b27/width=450/23638581.jpeg", "nsfwLevel": 1, "width": 1000, "height": 1496, "hash": "UaFi_Y_3?^WVO[IoIpR*J:Rjn$xuyDt7niWB", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/711119", "modelId": 636030} \ No newline at end of file diff --git a/datasets/metadata/71121.json b/datasets/metadata/71121.json new file mode 100644 index 0000000000000000000000000000000000000000..84282dc14fa119d6999e64c7a6dd8c735af23a28 --- /dev/null +++ b/datasets/metadata/71121.json @@ -0,0 +1 @@ +{"id": 71121, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-15T06:44:32.286Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 400, "ratingCount": 21, "rating": 5, "thumbsUpCount": 28, "thumbsDownCount": 0}, "files": [{"id": 49523, "sizeKB": 8375.5810546875, "name": "Tommy_Vercetti_GTA_Vice_City.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-15T06:51:08.385Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2C3EC4A3", "AutoV2": "38AA6D8519", "SHA256": "38AA6D8519BBE8F5E0A12292AC0AB239408F0DF65A4FE451544566350C271F5C", "CRC32": "734DEF04", "BLAKE3": "4EC471230D5CF6084B132692BB740367E3DE215E7AFFFD1D2232EC3685A12366"}, "downloadUrl": "https://civitai.com/api/download/models/71121?type=Training%20Data"}, {"id": 49522, "sizeKB": 27488.5654296875, "name": "Tommy_Vercetti_GTA_Vice_City-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-15T06:46:05.417Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A4B4F8B3", "AutoV2": "9A86814B1E", "SHA256": "9A86814B1E75A4F60CAEE84595AC26694D2B78A85B08B7F30C088C25AA9A5499", "CRC32": "3E0C8EA4", "BLAKE3": "E9DD578191F43D678D3BCD15DE5279179DC7A1F77DF64DDADC7D311F78827557", "AutoV3": "D72F71D0A529"}, "downloadUrl": "https://civitai.com/api/download/models/71121", "primary": true}], "images": [{"id": 794672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/612512a4-166a-4435-8cff-22a705783b3c/width=450/794672.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U9GbP45TuO^jujxa=Xo~3GM{I]9Z00WCIV57", "type": "image"}, {"id": 1929005, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ef8d894-8aac-43f8-93b4-7f4a1c91321d/width=450/1929005.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UBG*Zr57--~BE2Ioaf9a01xa=|NH4.9aIVD*", "type": "video"}, {"id": 794673, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18b6db06-8779-421f-ac12-6233b3540b0e/width=450/794673.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAFF:C0g_1-BqGD%-;R-80E1D%I=ELg4tSMw", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/71121", "modelId": 66403} \ No newline at end of file diff --git a/datasets/metadata/711279.json b/datasets/metadata/711279.json new file mode 100644 index 0000000000000000000000000000000000000000..1c9a8568776236843b251f7830df8c7f254fedb0 --- /dev/null +++ b/datasets/metadata/711279.json @@ -0,0 +1 @@ +{"id": 711279, "index": 0, "name": "V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-10T15:51:10.848Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 626371, "sizeKB": 223105.32421875, "name": "a_warrior.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T15:40:52.489Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "329E5994", "AutoV2": "EA42BEFDA8", "SHA256": "EA42BEFDA80EDEE2F71DB81ACBB01DA756346CDB5CAA1099E954D2A21808B46A", "CRC32": "31633052", "BLAKE3": "8F43D039BCE1149A949D1C1C963942242CFC23512633C8569DB967C134D417DF", "AutoV3": "DC16AC43A0FD"}, "downloadUrl": "https://civitai.com/api/download/models/711279", "primary": true}, {"id": 625952, "sizeKB": 158226.5517578125, "name": "711279_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T12:15:46.222Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2E9432E3", "AutoV2": "05A4DB95AC", "SHA256": "05A4DB95AC13380160853E33B5446DAF96966E466B9059EC08BB8CBBDAD100F7", "CRC32": "FC597F49", "BLAKE3": "CCC656E1A3445567AA5261CBB9E1CD5D3C901DDBAA96375806827838EF715CF8"}, "downloadUrl": "https://civitai.com/api/download/models/711279?type=Training%20Data"}], "images": [{"id": 23649048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e917fdb5-a4fe-4530-9278-8d262d5cd60a/width=450/23649048.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U8D00|-o_1xt?wM{R+E157WCIpIn01M|M|IU", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23649049, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1b6677c-5c2e-49f3-8769-9e72d6af1a8f/width=450/23649049.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UEF$U^t74mt7~qayRixt?bfR00ax~qt7WBRj", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23649047, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b989d0c-2881-488a-97d8-e83d34999ae0/width=450/23649047.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UG857p%#cFtQ.TyDtltQNbozxtt7W=WBoet7", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23649050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/413b2c82-7474-4660-b806-9e61e814abc7/width=450/23649050.jpeg", "nsfwLevel": 4, "width": 1216, "height": 832, "hash": "UJF~298{Sh%f_ND*X8xux^V@-pof-;t6t7af", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23649051, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71b3b31b-a803-4860-ae8e-9aae34678161/width=450/23649051.jpeg", "nsfwLevel": 2, "width": 1216, "height": 832, "hash": "UCFrO;0L57?a~W4oM{-:^+4.V@t7_2IVxtt7", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23649055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72976302-e145-437e-9862-bfed617115f4/width=450/23649055.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U69t7K~WE1S1D%IVIUE1?axuxut74.E1s:xu", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23649052, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81836e67-5205-4e6d-836e-59e9c9d14f65/width=450/23649052.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UEFFHMIq~pt6KkIUtRWBVsIBE1aejEt6jEWC", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23649053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a4ee0434-5459-4f4e-b0ef-4422ca63c2b3/width=450/23649053.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "U3C~|^00-:4;2{000K~ptmDi$yyD_Nni?G?b", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23649056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcaaa6ca-3e87-44aa-a37b-81973155c5ba/width=450/23649056.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UVF65@NHX9RP_NbIn%aetRadV@bbxuD%WBt7", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23649054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97dda2f8-3717-47f0-b094-ca5c43e23d57/width=450/23649054.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9B:Nn^*~W%2%g-:EhNbJBozIUNH4.M|aKt6", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23649057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f4e8dd9-fb55-44ba-9caf-8985e960b7ea/width=450/23649057.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U9Byy]^*9uo}_N%LNHbvXAf+%2kD%gofRjxZ", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23649060, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2cb503a-6031-41de-8cd7-72e6b7a09672/width=450/23649060.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCCPLu%1-P-U~q-oD*R+.8%LM_R+?bxYwHxZ", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23649062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cc19d17-3904-48fe-9940-c0116670a160/width=450/23649062.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UMH-.BM{?^xZIoWCE1R*4nM{R4n$Rkt8xaxu", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23649063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04fe568a-5355-4d88-b117-b91ed4d2783c/width=450/23649063.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UFDcBj?HxuxZ~qRkW=RjIoD*ayV@4oM{Rjt7", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23649068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8803ce3e-f6c6-42e6-ba94-32835e0c7cb4/width=450/23649068.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U19Z+W{I1k0LB=;eEl00000f69Mx0Moz=wNH", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23649066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab0575d0-fad3-4b3f-8626-a307d845ee9f/width=450/23649066.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UKFF1:4.^%Rj~p4:xuIot7E2IpR*j[jrRkxu", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23649070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20dc8031-e5b2-4502-9866-ea0ef43411cd/width=450/23649070.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U49jWGs:0LNe00-pNbX8~VIVRjWA0fozxZV@", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23649069, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee5f155e-e36f-4ece-a9cd-600150de3c9d/width=450/23649069.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "UFID~,$*%g%M.T%LJBbc*0Nd?Gt7yEof%2xa", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23649072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/34c7a7b6-4cce-4dd1-bd01-a55c0dfeb872/width=450/23649072.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UDG8fjs.xZ-p.9adn#Io~pIo4oaex^xaRPxa", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/711279", "modelId": 636122} \ No newline at end of file diff --git a/datasets/metadata/711358.json b/datasets/metadata/711358.json new file mode 100644 index 0000000000000000000000000000000000000000..470313c5126364836227e5352f76d27ad642fa85 --- /dev/null +++ b/datasets/metadata/711358.json @@ -0,0 +1 @@ +{"id": 711358, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-10T13:07:18.877Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["qinlan"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 626041, "sizeKB": 36976.4765625, "name": "QinLan.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T13:06:16.357Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4CD41D5B", "AutoV2": "82E69B8CCC", "SHA256": "82E69B8CCC0864605BBCC8041F5C647668914E35D3772D19392E263BAA887BF6", "CRC32": "63C482D9", "BLAKE3": "A15FDB83EA54B762FE81643DBCF52B93BC5B7C69214F9530C1615A4C051E4AB5", "AutoV3": "B920BD7FCD63"}, "downloadUrl": "https://civitai.com/api/download/models/711358", "primary": true}, {"id": 626048, "sizeKB": 139562.697265625, "name": "0GSVvWMpc0eOgoJ0.zip", "type": "Training Data", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/711358?type=Training%20Data"}], "images": [{"id": 23631381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/be7004d8-b6c9-49b8-bd95-edfc997bb897/width=450/23631381.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UBHURkI;00_24:xa9Z4:9ts:~Vxa00t6tRoe", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23631392, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72fea08b-b978-4069-a57d-465918d35ceb/width=450/23631392.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UIKAWs_3F|~W01?b9tT0^+r=M{9ZM{Rk=|xa", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23631394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e703a97-ae96-4949-bf4f-db7c06869434/width=450/23631394.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDI}YC~W00_39F-:_3IU0Ls:-;R*xuR*ROWB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23631406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/375565ba-de7e-429c-9318-1d0bf1a2be4a/width=450/23631406.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UJHdgH%20zWA5SWV%2NHSway~Vt7NdWV%Mt7", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/711358", "modelId": 636238} \ No newline at end of file diff --git a/datasets/metadata/711835.json b/datasets/metadata/711835.json new file mode 100644 index 0000000000000000000000000000000000000000..947906bd160a3c0ad4b7f2bb76def36dc5676f6d --- /dev/null +++ b/datasets/metadata/711835.json @@ -0,0 +1 @@ +{"id": 711835, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-12T07:12:09.911Z", "availability": "Public", "nsfwLevel": 30, "description": null, "trainedWords": [], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 630657, "sizeKB": 223102.54296875, "name": "LGIN.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T07:10:45.888Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5B5308C2", "AutoV2": "F9E225406F", "SHA256": "F9E225406F5EBDD38FCF80969D3C112DB0CCCD702D539580C573C0FC03724294", "CRC32": "3BCFC3CB", "BLAKE3": "A3ADDB3F623CEEEB618C96C76F44FCBC043E11DF892F659268609D33536EF158", "AutoV3": "A62281B24485"}, "downloadUrl": "https://civitai.com/api/download/models/711835", "primary": true}, {"id": 626585, "sizeKB": 50122.03515625, "name": "711835_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T17:45:50.604Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EC7325DD", "AutoV2": "347BA4969C", "SHA256": "347BA4969C47CB285D746C60ECF872EAB3CE017C9F3826AAF142143F38B55D59", "CRC32": "62946B2B", "BLAKE3": "8231E74736D359AB8428DFE5CF7DE2E58BEEC3EEEB2909B3913CF4D27A3DAA18"}, "downloadUrl": "https://civitai.com/api/download/models/711835?type=Training%20Data"}], "images": [{"id": 23916286, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e1552634-c443-4bc2-af7b-1d7e1b8c1b20/width=450/23916286.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U8Ja$b00T#?ca0-;IptRyEt7IAM{D*RjIUt7", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23916289, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/116ff438-b780-4a6a-8412-e397541b3f4f/width=450/23916289.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UNHn$=x^_N-;.St8I;X8%MITVsV@.8M{%MS4", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23916288, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9d6b867-f2ef-493d-85c9-60c907401ebc/width=450/23916288.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UBF5jZ~q_4-;9a_3tl?b~p_3xubITKxu_2xv", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23916291, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f78fb55-fc5e-4aa5-b24d-5d90e70462f4/width=450/23916291.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U6Gk%t={PX_457I;Ri0fNGt7Mv$L0hogXno#", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23916287, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51f4f7cd-78c8-4442-8250-37f45600fb95/width=450/23916287.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U5Bfz=WWPWs:00%L00NGysnh^*Rk00S2-UXS", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23916297, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f034d27-d485-4c8c-84a7-67fd26296be7/width=450/23916297.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "U5GuRQ00ys_3x]MxO@Rk?b9EQ+9F0MNH_4RP", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23916295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1478ee6e-5547-4ffe-8b0a-e28900db48ea/width=450/23916295.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UKJ86It8?w.8yEt7SNkCxuxu9ERj%hNG%Lt7", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23916376, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c0b459b-99e7-4a96-8f61-be4666e61fbe/width=450/23916376.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UIHU@7_Npd%MWVNGE2V@ShbIR4WB?vD%-pt7", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23916380, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2ee4ec9-3edc-4157-8e52-9f90313f004d/width=450/23916380.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UFDlyc_NTKx]JC_3.8-;_3%Nxut7E2WBt6of", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23916379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/802fdb39-8ab2-4b38-a3c0-bc4874fae3f5/width=450/23916379.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "URFYfS-;OYx^?w%MkCxv.8oft6j]x]ofxus.", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23916378, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f9f2062-2ab7-4885-914a-96bd41e7cba0/width=450/23916378.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UBDlQOoz5mxt.TW=NbNHO[xa?Gofbxxus:t7", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23916381, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef148f72-7670-4a40-b203-089529579972/width=450/23916381.jpeg", "nsfwLevel": 16, "width": 1216, "height": 832, "hash": "UJJ7m--;%fxZu6^*bIxa.9xtxtWVW?IUNGWB", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23916386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/901d2d5f-0ce3-4faf-95db-8b4f8f766bb6/width=450/23916386.jpeg", "nsfwLevel": 8, "width": 832, "height": 1216, "hash": "U7DId$s90NNyDifkv}M{5REM~C-UJUxZIUNH", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23916383, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd8eb007-59db-410d-a561-70710ad60aa7/width=450/23916383.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UGE2zsayozfR~pNGE1of-;WVE1t7-;xte.Rj", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23916388, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69abd593-03e5-4976-8458-faa05848a352/width=450/23916388.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UEELQlxZ0fR+02ofofNHRkayM|WC~Bj[$*xZ", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23916389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/95a74333-f15c-4d96-9480-3bbb9b0c5424/width=450/23916389.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UVFi42xuJA%M_4WWWBoz%gM{xat6tRM{t6jZ", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/711835", "modelId": 636664} \ No newline at end of file diff --git a/datasets/metadata/711894.json b/datasets/metadata/711894.json new file mode 100644 index 0000000000000000000000000000000000000000..34482fdbc6639dce83638c5fa151dbbfa42cd14b --- /dev/null +++ b/datasets/metadata/711894.json @@ -0,0 +1 @@ +{"id": 711894, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-10T22:27:42.019Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 627059, "sizeKB": 66207.93359375, "name": "711894_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T21:47:57.094Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "90393695", "AutoV2": "B6996A7C59", "SHA256": "B6996A7C59DA5E299A3239804DBE016F9AF13C8952256D9489634A12E42145F2", "CRC32": "36D0BBE8", "BLAKE3": "882F5EBA285801A1AF481501C4A4812383D50336D1D6753DCD8AFBA7AE0CEE34"}, "downloadUrl": "https://civitai.com/api/download/models/711894?type=Training%20Data"}, {"id": 627155, "sizeKB": 223127.80859375, "name": "ACK_2.0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T22:31:08.266Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1C8B133E", "AutoV2": "C0D122925F", "SHA256": "C0D122925FC1F1CF5F9760E149843496DC8ADD6B2CC1E508AE2AB3D14FFE58B9", "CRC32": "4C4A8422", "BLAKE3": "077C155817D01811BFCB978868BF41FE2044C25DF316F62F4AED4A31B4F6640F", "AutoV3": "19C47715924B"}, "downloadUrl": "https://civitai.com/api/download/models/711894", "primary": true}], "images": [{"id": 23689525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d086f374-f587-44b5-bb6d-30eec677388e/width=450/23689525.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UTMQbW-;?^RjkqW=tRWAIUt6t6Rj.8MxRi%g", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23689553, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f938d7f0-2a60-4a02-8ab6-186b405955fd/width=450/23689553.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGN,#%D*t..7-jIV_MIU039b%g-.%$S%Iot3", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/711894", "modelId": 636708} \ No newline at end of file diff --git a/datasets/metadata/711940.json b/datasets/metadata/711940.json new file mode 100644 index 0000000000000000000000000000000000000000..a50576545178df1f7758b3d88a42c2aa6674eeac --- /dev/null +++ b/datasets/metadata/711940.json @@ -0,0 +1 @@ +{"id": 711940, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-12T08:05:32.932Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 630757, "sizeKB": 223104.59765625, "name": "soldier_fighter.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T08:00:47.285Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FE4FF5E0", "AutoV2": "114F92F85D", "SHA256": "114F92F85D26090DF731797A0D41DDF59FF94155D40931528EA3CB00F826501E", "CRC32": "7FD4DC5A", "BLAKE3": "91E15032DB6D07A1B30DF0F932FA482F0BEAB47C4F76C1A65655253B38800D57", "AutoV3": "FE8799985BC8"}, "downloadUrl": "https://civitai.com/api/download/models/711940", "primary": true}, {"id": 626633, "sizeKB": 162329.150390625, "name": "711940_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T18:06:52.308Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E4BEB34B", "AutoV2": "7F2907C355", "SHA256": "7F2907C355DE7C14E566F1BB6272F5B72ED887B55545CDFDD31BE60E809F0C0E", "CRC32": "038B912F", "BLAKE3": "D449BA040D269E151F70672CF3A11A27C0AA3E81BB09ADCFD967CB953E2CC8A4"}, "downloadUrl": "https://civitai.com/api/download/models/711940?type=Training%20Data"}], "images": [{"id": 23920872, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/39789bdb-3020-418e-b5da-da913ab99493/width=450/23920872.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "UFEyf1a#kC%M%NRjoLRjWBWAj[ae~qIUofWB", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23920873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c25b1dbd-c29b-4f60-8ecf-28e0343a9f16/width=450/23920873.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UBJHUGTL9ExCo#%LNd%M?bniMwxu_4%2IoNG", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23921077, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/305c75dc-37bb-482d-954e-08b563dbfa7c/width=450/23921077.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UJH24WkC^*Io?^oyt7M|?bayIoae%LadM{Rj", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23921080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9341dd33-83b7-4c9c-8e41-a4580f20406f/width=450/23921080.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UTEo#zD*M{t7~pIUaykCxuM{ayWVt6NGWVt7", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23921078, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c12584eb-f274-425e-8e40-6cf5e4e649fb/width=450/23921078.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UDEVE8~VxZ~A_4x^ELNG-;xuIURj%gt7V@of", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23921079, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7dfe0e8-e82a-40ba-b4a0-5fc30f9a369e/width=450/23921079.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "U9B:Nn^*~W%2%g-:EhNbJBozIUNH4.M|aKt6", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23921081, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b26f7e9-bf6e-4e98-bcd5-e3d6c64dd4c6/width=450/23921081.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UFEy3zRkkC?H-;a}NG%L~WofIUWBx]xuo0Rj", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23921082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf3b061d-1fb5-481c-a535-0bf2418ada6c/width=450/23921082.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UG9@*K.8j[o}_N%gtRkCM{tRt7WAR.WBRjWB", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23921083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e9f670b-28fb-4331-b98b-eb47b944b17b/width=450/23921083.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UADl+oE1V?yEP9~qIp-BD$xu%gtl^+o~-qs:", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23921086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbbc25d8-54e8-48cd-897a-48024c045589/width=450/23921086.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U8EC5sX.%1W=ys%gxYbI_3o~NaxtpJxun~s:", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23921084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2ca3308-efb4-44b8-9374-62e342118b27/width=450/23921084.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UCG8s0NGyE%2~VoL4:az~Vt64.Rj^*a}xuof", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23921085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8be9f69e-6cca-4311-ae68-6a4f24c18a52/width=450/23921085.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UMCjIh%hogo~.T%No}t7IVxF%MxFngn~xtxZ", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23921087, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e1eaabe-4576-4385-b942-5912ab7850d4/width=450/23921087.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UGDJ3D?Gxvt8%%NIt7oz%$R+W=ozTMWBR.of", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23921090, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2e276d2-dfea-4b38-ae77-cc559505c5ab/width=450/23921090.jpeg", "nsfwLevel": 2, "width": 832, "height": 1216, "hash": "U18;0;0z00~9~XWr00M{00$z%Lb_00%0AJNI", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23921088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd0ad068-7494-4fab-a2ec-d4d10ad684e3/width=450/23921088.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UIF$68^+-;Ip~qM|-;%2%La}ofM|-;%LIUM{", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23921089, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1afba8a4-3247-406f-9fb1-af51cc8971b4/width=450/23921089.jpeg", "nsfwLevel": 1, "width": 768, "height": 512, "hash": "UIG+BsIB%Mt7%38_%M~q_3ayt7kC?bxuozRj", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23921091, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b47dfef-833e-48b4-b113-32fb8354275f/width=450/23921091.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UtKnMJV@xt%2.TNGWqR+%gj]RjWBRkt7aej@", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/711940", "modelId": 636744} \ No newline at end of file diff --git a/datasets/metadata/711944.json b/datasets/metadata/711944.json new file mode 100644 index 0000000000000000000000000000000000000000..e655f91f670c59c9ba80fbc4d251ed54f8aba1c1 --- /dev/null +++ b/datasets/metadata/711944.json @@ -0,0 +1 @@ +{"id": 711944, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-10T18:50:00.653Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 626622, "sizeKB": 3655.4970703125, "name": "711944_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T18:05:41.174Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "3FF94B2F", "AutoV2": "C9C6CC5918", "SHA256": "C9C6CC5918C76D2C4366CA174C48F0F98BE64B4DBABB675878E2610BA26B5F44", "CRC32": "6E6F1B16", "BLAKE3": "398FA144EE9F0DD24AD70B739667A65E9199F2367B83C9BC09DEDC3A674E3D8A"}, "downloadUrl": "https://civitai.com/api/download/models/711944?type=Training%20Data"}, {"id": 626713, "sizeKB": 223101.23828125, "name": "volk.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T18:50:37.349Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "933753A7", "AutoV2": "C3E6FC5310", "SHA256": "C3E6FC531025780886C70A88445A2EE0C16A4112B7216B0D7C0AABD505ABADA8", "CRC32": "476ADB4A", "BLAKE3": "437C7B90BF8ED143C01549EE891279DE40DE238EFD9DE84DB993A5A86325F396", "AutoV3": "FFB518D26115"}, "downloadUrl": "https://civitai.com/api/download/models/711944", "primary": true}], "images": [{"id": 23668540, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c5609ed-63d5-49c3-afc8-1484532c8bc5/width=450/23668540.jpeg", "nsfwLevel": 4, "width": 832, "height": 1216, "hash": "UJJaca9H~m?Z1dw@N3R.02s95QEL%yob,tsV", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/711944", "modelId": 636748} \ No newline at end of file diff --git a/datasets/metadata/712025.json b/datasets/metadata/712025.json new file mode 100644 index 0000000000000000000000000000000000000000..b722ebf536bcba66a419490f3c1e084334b3dcb1 --- /dev/null +++ b/datasets/metadata/712025.json @@ -0,0 +1 @@ +{"id": 712025, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-10T23:57:27.996Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 626718, "sizeKB": 12798.1416015625, "name": "712025_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T18:51:14.029Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AA4A3A37", "AutoV2": "F8BFAB8D46", "SHA256": "F8BFAB8D4636E6976729C6EFC37BF120B25008ABD2E210688420917F0B1AB0B5", "CRC32": "ED6C99FD", "BLAKE3": "14CD80B34F023771433CFB3B5D3B22CF8BCE8F12E654CD3383A0E6117AC695BC"}, "downloadUrl": "https://civitai.com/api/download/models/712025?type=Training%20Data"}, {"id": 627302, "sizeKB": 83924.56640625, "name": "AE_SAshley-000019.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/712025", "primary": true}], "images": [{"id": 23699347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e7f2298e-322e-4460-931a-7a631af45a0b/width=450/23699347.jpeg", "nsfwLevel": 1, "width": 452, "height": 1216, "hash": "UBLf*0~W0zNj+#RRJ6%e2tIp^6ofE,s:%1NH", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/712025", "modelId": 636810} \ No newline at end of file diff --git a/datasets/metadata/712068.json b/datasets/metadata/712068.json new file mode 100644 index 0000000000000000000000000000000000000000..449e89f4b11db9a99082f093d72b3a684f281d00 --- /dev/null +++ b/datasets/metadata/712068.json @@ -0,0 +1 @@ +{"id": 712068, "index": 0, "name": "V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-10T22:14:36.001Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 626738, "sizeKB": 43051.3818359375, "name": "712068_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T19:02:20.333Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B3C20108", "AutoV2": "212B1E10CF", "SHA256": "212B1E10CF7F26A6CEFE01EFE3E09201F944295B996ECE5F7333C50F3F6AB57B", "CRC32": "1378CF05", "BLAKE3": "2228839AD7E1C03FBECA47CCCFCB10512D82A5F4EF9378F090CF4D6FE0A77ED3"}, "downloadUrl": "https://civitai.com/api/download/models/712068?type=Training%20Data"}, {"id": 626902, "sizeKB": 223102.71484375, "name": "Dice.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T20:26:19.802Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "87758DB2", "AutoV2": "200C616203", "SHA256": "200C616203E816CB0B603FDE2C26E55CACA12F2410A5B325AA4B02FBB6B1BE36", "CRC32": "E3FC9370", "BLAKE3": "535A7342CB8967E9473496A507EF274E3B46A5BFE92594DF14674FBC2E4AB5CF", "AutoV3": "48A26383C2B5"}, "downloadUrl": "https://civitai.com/api/download/models/712068", "primary": true}], "images": [{"id": 23677616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0ae6858-5ffb-4119-b1cc-e4fdf1b46486/width=450/23677616.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQNdN]WC_4-.R$WBt7t6?Kj[InaikBa{off9", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23677614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5adb77d2-85d8-4df6-b86c-96536a16ef34/width=450/23677614.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "USO3^MRj~X?bofWBoft7-=ofITWAt7ayazkB", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/712068", "modelId": 636814} \ No newline at end of file diff --git a/datasets/metadata/712208.json b/datasets/metadata/712208.json new file mode 100644 index 0000000000000000000000000000000000000000..73233bf2388490d098c38e7224ad760652f828e0 --- /dev/null +++ b/datasets/metadata/712208.json @@ -0,0 +1 @@ +{"id": 712208, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-10T20:06:58.395Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 626873, "sizeKB": 12529.822265625, "name": "Arima_Shiori_Heartful.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T20:05:50.132Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C37E9644", "AutoV2": "FD3155830A", "SHA256": "FD3155830A8692AA2F4EE58374184F9ADCC5BB1486CED161493D01DDF87CEF9F", "CRC32": "497ED14B", "BLAKE3": "D61B8B1C0B4BD42E141B14E6B82DFC7FF4215DF569F59922724FC2C30DB6B48A"}, "downloadUrl": "https://civitai.com/api/download/models/712208?type=Training%20Data"}, {"id": 626874, "sizeKB": 22237.19921875, "name": "Arima_Shiori_Heartful-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T20:06:21.564Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D49809BA", "AutoV2": "E1AD084105", "SHA256": "E1AD0841057505FA130CC632BE030B6F84C33B2F7C0A6E9FF8B258226F09789F", "CRC32": "DB22179C", "BLAKE3": "B14C496DB2CD92BB382F76A58AA402A3F02E526EA8704E5211B99E5B5C535F7A", "AutoV3": "FE9FE69FCBB5"}, "downloadUrl": "https://civitai.com/api/download/models/712208", "primary": true}], "images": [{"id": 23675847, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ac4c810-d2d2-46dd-89cf-f2bee0aebf3a/width=450/23675847.jpeg", "nsfwLevel": 2, "width": 1224, "height": 1840, "hash": "UTQbqft7uP%g#7e.%}oy.StRX4aK%3RPSNW=", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/712208", "modelId": 636970} \ No newline at end of file diff --git a/datasets/metadata/712318.json b/datasets/metadata/712318.json new file mode 100644 index 0000000000000000000000000000000000000000..b0a115c845dad5320c6a93a67a7e9249375c55a8 --- /dev/null +++ b/datasets/metadata/712318.json @@ -0,0 +1 @@ +{"id": 712318, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-11T06:31:05.172Z", "availability": "Public", "nsfwLevel": 28, "description": "About this version
More distant images may show some artifacts, distortions or disproportions in the face and hands when generating images in Civitai, which is why the recommendation of this LoRA is to use characters closer to the image or use some Embedding to reduce errors in the face.
", "trainedWords": ["by zp92"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 627541, "sizeKB": 861955.876953125, "name": "712318_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T02:11:04.531Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "90858FBB", "AutoV2": "C16D5F0C18", "SHA256": "C16D5F0C18A5C5DC10BE1BAF0EF73E3ED32DEFAC0258C1A53A9F1C4BFE463C93", "CRC32": "EB66222B", "BLAKE3": "398427C3E8260014E92197E01793B62E1A78AD13B1153A2ACD36A41DB8B830AF"}, "downloadUrl": "https://civitai.com/api/download/models/712318?type=Training%20Data"}, {"id": 627885, "sizeKB": 223149.60546875, "name": "ZP92_Style_Lora.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T06:10:44.011Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "92B18F66", "AutoV2": "B51C6CB426", "SHA256": "B51C6CB426435986FA65790788873B1D52F11D3784CE95055F8A1F561C2E1D79", "CRC32": "72EEB232", "BLAKE3": "8E53DEB2DD3CDE920A68687B9CD16F37AEBA04C21310F17D5A02EFE265B5C3D5", "AutoV3": "2E9FBC4EA839"}, "downloadUrl": "https://civitai.com/api/download/models/712318", "primary": true}], "images": [{"id": 23749348, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df1b79b8-8cb6-4474-838f-f2c86d5a1d01/width=450/23749348.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "USGawpogKSogcbWrObbI5tf6NKayxvoJaej[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23749331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daa18afe-408b-40aa-ae5b-1337f04e19e7/width=450/23749331.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UANRlF58L~%0~S-T%1sl}?-oNaE2YPENIpI;", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23749341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48db33cc-d086-4110-ad0b-ddd0d1c44ef6/width=450/23749341.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UHLoQqbK=Vj^{boJ]~oK$@xB%1aw#ZoJItR-", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23749314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1eb52529-a6c5-4dad-a49b-165965c012bc/width=450/23749314.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UbE|3as=o%xAK-NeS%acIxj^Rks9jFs.Vrjs", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23749320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9503f60b-938c-458f-b5cd-0d646db7545a/width=450/23749320.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UlG0X;XTo|ShxgRktRSPITVrWrN{R%nhR%R+", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23749329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38bc1758-e774-41bf-aead-05aab5cd0d54/width=450/23749329.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UREz4jw|23,-O_NyX.n~I.X9w]R,-oj]Rit7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23749316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcae0427-5021-4ce2-a6f1-d8b2cc85b98c/width=450/23749316.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7GtTl~A01IW~Aafa1=vI.-9rqM{NyR+$~WB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23749324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1fcab146-b145-4a47-9664-f41fb4ea069e/width=450/23749324.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UkNJqhE2?a#?t8IBe:oy_MxaIVNGM{bas:tQ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23749326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0eb71865-a023-479c-9132-e186e9920c0c/width=450/23749326.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UMEpK2xt4{xU5_Rks:xV9SNMw@V]o~xuM{M|", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23749339, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec318800-aaac-4566-a92d-be7f609242f2/width=450/23749339.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U-NaVSWV|4s:=esoNafjnQW.Szf6#;W:W:n+", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23749327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40b736fc-da5e-4eb8-a6fe-470229638566/width=450/23749327.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UXGc#_nhpHtS%7n#tmW?9Ys+NINHI_n#MxSj", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23749323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43458f77-6c09-49cb-81a6-cacfa85d87d3/width=450/23749323.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7LyDUx]0Fal%es,sXRP0?r;}jtPIDb0%KF|", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23749317, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e3520b6-f12e-4af2-b7c7-c6739dcb9651/width=450/23749317.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "ULJ?~AIW57o}y=IpE2x[PBNHr@S$?aE2-Tah", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23749325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac426222-8caf-4c00-ab4f-1aa418693943/width=450/23749325.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U4IyOQ}=009}K8M}{J#+01N{]fxCMgof%fS5", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/712318", "modelId": 637064} \ No newline at end of file diff --git a/datasets/metadata/712407.json b/datasets/metadata/712407.json new file mode 100644 index 0000000000000000000000000000000000000000..65113fcd5e38496819da229b7c48a4737a250e40 --- /dev/null +++ b/datasets/metadata/712407.json @@ -0,0 +1 @@ +{"id": 712407, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-10T23:21:49.719Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Eoliria"], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 627149, "sizeKB": 11471.828125, "name": "712407_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T22:27:09.067Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "25DDFB07", "AutoV2": "973251D157", "SHA256": "973251D157EC8D6AFC4A0BE022F9E45C2BBFD2DA047DBB4DDFEC79DB404B6F68", "CRC32": "681A07EE", "BLAKE3": "F949D65927CC45121E8802A343FAB89987C995BCE9114B6E4D0E1EFD2E01B7EF"}, "downloadUrl": "https://civitai.com/api/download/models/712407?type=Training%20Data"}, {"id": 627254, "sizeKB": 223107.80078125, "name": "Eoliria.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T23:21:26.580Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E229BBF5", "AutoV2": "079724560F", "SHA256": "079724560F6D9FA55FD259802A9A198C1552E87E21E27787D0E379EE3F321A22", "CRC32": "2AAD3FE9", "BLAKE3": "B9521B3A6C6F20652662F736B74D9557047D446372954C40E18A2121965FB713", "AutoV3": "0851C6AE9B2B"}, "downloadUrl": "https://civitai.com/api/download/models/712407", "primary": true}], "images": [{"id": 23695745, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8b6cf5c-9d0c-4b97-b50f-5eb80ec32455/width=450/23695745.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U3FP4@-pky-:*goL00RQD|WBt:t7=?oeESWB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23695746, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfac189f-8cdc-4bc2-80d4-8cfac93f2a06/width=450/23695746.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U9CGPxx[0JoLbLWV4nRj00RjVuay4-j@~qt7", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/712407", "modelId": 637145} \ No newline at end of file diff --git a/datasets/metadata/712491.json b/datasets/metadata/712491.json new file mode 100644 index 0000000000000000000000000000000000000000..454ec097278af2460b308f8f50a931d803f12ba1 --- /dev/null +++ b/datasets/metadata/712491.json @@ -0,0 +1 @@ +{"id": 712491, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-11T00:15:38.958Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 627153, "sizeKB": 8655.0625, "name": "712491_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T22:36:47.442Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1A727CE2", "AutoV2": "6219AAE9BB", "SHA256": "6219AAE9BB5AC98F9CC2A0803BAD805DCC448B0AD5071AA3F833C01064FA633D", "CRC32": "C9C06FC9", "BLAKE3": "BAC3A87511CE1A712067A44E534D8035CC8A16BE65F114C5A0550409EBBCA5FB"}, "downloadUrl": "https://civitai.com/api/download/models/712491?type=Training%20Data"}, {"id": 627278, "sizeKB": 223102.37109375, "name": "kazarinkaXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T23:35:48.040Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "49D97144", "AutoV2": "FA7ED7E2B2", "SHA256": "FA7ED7E2B2EB962A01DA88C333B0218D64B9FB030CB5B130784728813D51E8A9", "CRC32": "21575E54", "BLAKE3": "6F466D183008D6993B01074B65C5D765569DDECB450C966A29B1E32C74FE9199", "AutoV3": "EBA10CB0D255"}, "downloadUrl": "https://civitai.com/api/download/models/712491", "primary": true}], "images": [{"id": 23702326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0240f822-ca82-4fc5-88db-131f91a4fdae/width=450/23702326.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UIH_f7~q?b%LWBIUV@jtWVoyt7%M9FWBxut7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23702329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec6353a6-3964-4f93-9527-c11ae01826e1/width=450/23702329.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGGuj,~p9F-:t8RjIAj=D%oMM|D%V@t6t7Rj", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23702332, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11fab720-dafe-4587-81ab-68d57a4775eb/width=450/23702332.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKIX{f~q?bof%MkCf6xuWBtQs;xuj[Rkt6of", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/712491", "modelId": 637211} \ No newline at end of file diff --git a/datasets/metadata/712510.json b/datasets/metadata/712510.json new file mode 100644 index 0000000000000000000000000000000000000000..d54883b30915142020223f5460a2154e05fdd230 --- /dev/null +++ b/datasets/metadata/712510.json @@ -0,0 +1 @@ +{"id": 712510, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-11T07:15:10.047Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 627208, "sizeKB": 75.06640625, "name": "712510_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-10T22:56:09.024Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "1C3738AC1C", "SHA256": "1C3738AC1CBE9A4FF9C42233DAE94C4CDC7F6BB8FADD9308C3C8F4900C5BDA52", "CRC32": "2C61BF8F", "BLAKE3": "3214C3A45A304190661E7D4FD17B55A8C65C7E805C80FEF3DD64F0D2859F09A5"}, "downloadUrl": "https://civitai.com/api/download/models/712510?type=Training%20Data"}, {"id": 627939, "sizeKB": 223099.09765625, "name": "Lannapose.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T06:45:52.864Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "EBD7DB90", "AutoV2": "B82CF253C3", "SHA256": "B82CF253C305E3F59979DE66A4CBFFD68F984CCE292EED22086F9342B123F699", "CRC32": "B503E1A7", "BLAKE3": "D5F3E20D669B3C9986A6898B03F3A2BE03291ABF410B31CBB4845CCE598F8F8D", "AutoV3": "3EEF953CCCA8"}, "downloadUrl": "https://civitai.com/api/download/models/712510", "primary": true}], "images": [{"id": 23753934, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdf192f4-bd6d-4463-ae1f-8ee18a79fe11/width=450/23753934.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGG*=@Mw1K_N?EjYxaoJNFt7xCRjtQofaejZ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23753933, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a4c2f1d-f609-4f5c-9efd-7b3d93c05097/width=450/23753933.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDJ8Lpv}Te9aMcogIAt7uP9GI9%2yDt7%hRj", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23753932, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0291344d-667b-431f-9e94-6969a96c998f/width=450/23753932.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UAG*+v4T0g~px8og={Rj9Zxu-UE1aJWBt8t7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23754244, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a98060d3-1da1-4311-aeff-6bd240b8e8cc/width=450/23754244.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "ULHeI8D$0z~q-Togs:niM{ofs,WBxuf6V@of", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23754248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d7470eb-ed2f-4111-9ed7-d077d9620ac1/width=450/23754248.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIKw@2%h4mMwPXj^IBMw~3SjbcoftStSsmo#", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23754243, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe73d798-b5bb-41ab-a18d-498354b543c2/width=450/23754243.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UHHnmQDh0f~q=]R*e.xaRjxus,IUocjFofoz", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/712510", "modelId": 637229} \ No newline at end of file diff --git a/datasets/metadata/712608.json b/datasets/metadata/712608.json new file mode 100644 index 0000000000000000000000000000000000000000..62c11e7466e86f1a9de5cc381714f93ba6004317 --- /dev/null +++ b/datasets/metadata/712608.json @@ -0,0 +1 @@ +{"id": 712608, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-12T03:49:27.778Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 630178, "sizeKB": 267505.685546875, "name": "712608_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T02:45:56.584Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A50177CA", "AutoV2": "EAA7D36E5B", "SHA256": "EAA7D36E5BAA8DF7D79B4656DAED8AEEBF8FEFA833855B9DB5A6C0AA38DC24A6", "CRC32": "B887DD47", "BLAKE3": "72EB06ACECB1CB6E22E49B01446E0FCC758CE6E3F0DF4DBEE7E5E344448D6549"}, "downloadUrl": "https://civitai.com/api/download/models/712608?type=Training%20Data"}, {"id": 630307, "sizeKB": 223099.74609375, "name": "Loki_-_Awoosh.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T03:51:28.155Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "FB7250FC", "AutoV2": "866232C817", "SHA256": "866232C81742C472D1C75A36011CE70E28F65621FF75F6680078D9E38B6A6D3A", "CRC32": "65867B7F", "BLAKE3": "F04730BF82751A2FD5D4F9AB94AC03AF43C54D5054001C3BBFCA57F405DD1862", "AutoV3": "74A65DB81E27"}, "downloadUrl": "https://civitai.com/api/download/models/712608", "primary": true}], "images": [{"id": 23895126, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b96a8265-eac7-4c60-9123-6e28d2801a6c/width=450/23895126.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UaOfPxM|~q?HesWBs:s:?It6IoNGxaoLWVWV", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/712608", "modelId": 637304} \ No newline at end of file diff --git a/datasets/metadata/712681.json b/datasets/metadata/712681.json new file mode 100644 index 0000000000000000000000000000000000000000..25bd3f040e50f9b6a3aae1464b3989078f7e71a3 --- /dev/null +++ b/datasets/metadata/712681.json @@ -0,0 +1 @@ +{"id": 712681, "index": 0, "name": "Zoey High V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-11T01:46:17.484Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 627362, "sizeKB": 28737.9296875, "name": "712681_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T00:36:50.474Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E01A8157", "AutoV2": "8C9230627F", "SHA256": "8C9230627F25E67027802E8F0FF834E960290DE609E3FD33E9EAB7093DC39778", "CRC32": "2A70C349", "BLAKE3": "CF755DD9F38BEC5220B684A3D430936ECC29D2FD1B3BA3722DFAB6ECBE4ABDE6"}, "downloadUrl": "https://civitai.com/api/download/models/712681?type=Training%20Data"}, {"id": 627491, "sizeKB": 223102.14453125, "name": "Zoey_High.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T01:45:46.887Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6098EE6C", "AutoV2": "B63CCE4EEA", "SHA256": "B63CCE4EEA68E12D07204C2BF1987B96D9046E4D9B67B73A360CC49FA360AFEE", "CRC32": "6A519705", "BLAKE3": "2639B261DAC1CEF3454D955DE90B40A7B5DEFB34ED248403DE4718653B13891E", "AutoV3": "89AFDD569E90"}, "downloadUrl": "https://civitai.com/api/download/models/712681", "primary": true}], "images": [{"id": 23714958, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e64d8d50-5263-4b84-a3d3-23e07bb25cfd/width=450/23714958.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8B:BI?b_M-:EL?aIpWY9EM{Vrr?-UWCi_M{", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/712681", "modelId": 637363} \ No newline at end of file diff --git a/datasets/metadata/71272.json b/datasets/metadata/71272.json new file mode 100644 index 0000000000000000000000000000000000000000..45b48b9396f065abd75078bc6e779657bc184231 --- /dev/null +++ b/datasets/metadata/71272.json @@ -0,0 +1 @@ +{"id": 71272, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-15T11:15:31.195Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 1316, "ratingCount": 192, "rating": 4.99, "thumbsUpCount": 224, "thumbsDownCount": 0}, "files": [{"id": 49606, "sizeKB": 27614.6904296875, "name": "Reiko_Katherine_Akimoto.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-15T11:36:12.644Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6CED0CF9", "AutoV2": "A46573B7B8", "SHA256": "A46573B7B8843ADA58D5684C421B19C6251205B22E6B367CF39F633DCE6DE31C", "CRC32": "52CBA8B5", "BLAKE3": "75EE596ED79444CFC03423CFDF1516BB8C73E3830BCE9AF26A00891AFD02308D"}, "downloadUrl": "https://civitai.com/api/download/models/71272?type=Training%20Data"}, {"id": 49593, "sizeKB": 22233.6103515625, "name": "Reiko_Katherine_Akimoto-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-15T11:16:13.768Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "991C4ACF", "AutoV2": "4332E86872", "SHA256": "4332E86872F2926E858378ED4F7098C0FAA3F818B77D9EF21F91D590405B05A7", "CRC32": "D521F8B9", "BLAKE3": "89B2A529A217B2D10A085EEC8C722E1856F4F085C0708CE594CC0C0C79D125E9", "AutoV3": "CA0C2B881FD5"}, "downloadUrl": "https://civitai.com/api/download/models/71272", "primary": true}], "images": [{"id": 2800962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6df89e55-e7c6-4a19-abf0-88d85d7dca39/width=450/2800962.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UURUjjxuyZxaypoz%$oJ-=ada1V?xCjFR6e.", "type": "image"}, {"id": 796295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed175162-7969-4ced-bc1a-42a5867d01dd/width=450/796295.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPMrZ4qs10E3Ly+rN4Rk9G%Lbcn+zptlV@t7", "type": "image"}, {"id": 796314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81d72050-fdd0-4e73-a220-70afce74aea2/width=450/796314.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UOM$Mf-W1*I^D3x]Eob_4:XTSjxZvME6Vsen", "type": "image"}, {"id": 796323, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a167b00-416d-4152-9e76-87b032f30382/width=450/796323.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQN+9T|-6Ua0Ly$wI_SzD+tRJDozz:gOM|s=", "type": "image"}, {"id": 796231, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1939ee4-62d4-4be6-9749-5d2c032ee75f/width=450/796231.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUNuemv|1Ra%HVxVEoShDjTKJCj]z;S5IWs,", "type": "image"}, {"id": 796334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17f92f00-4b62-40f2-991b-e1eedad7c8a8/width=450/796334.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UVN8%C*01Nx^G[t-S9tSIWWZkXjFv$RQRkV@", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/71272", "modelId": 66627} \ No newline at end of file diff --git a/datasets/metadata/712779.json b/datasets/metadata/712779.json new file mode 100644 index 0000000000000000000000000000000000000000..56780a0a29957fb7ef5412024c9e77bfc8139f73 --- /dev/null +++ b/datasets/metadata/712779.json @@ -0,0 +1 @@ +{"id": 712779, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-11T01:14:31.149Z", "availability": "Public", "nsfwLevel": 1, "description": "thank you is kung fu wa quincyb45
", "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 627439, "sizeKB": 1369.43359375, "name": "592138_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T01:11:25.499Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "B7A2E0CC68", "SHA256": "B7A2E0CC68E3555AFAC39ABC05C9AC28B743950C52944E7F09500F28FFBF2473", "CRC32": "EBCC6A27", "BLAKE3": "F6EAC9A6F5101CD56F3BB9ED8C408D4252CF0A34521794C0205FEEB3EDE66F28"}, "downloadUrl": "https://civitai.com/api/download/models/712779?type=Training%20Data"}, {"id": 627442, "sizeKB": 223100.98046875, "name": "Susie_-_dsand00_-_My_ghost_friend-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T01:16:11.224Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "26827976", "AutoV2": "C31C768350", "SHA256": "C31C768350F4947DEAD3F6A205AEC66C500B767E7C97C6E3364D961B981E1502", "CRC32": "78F8E164", "BLAKE3": "862D707BB52EC6E80877145BCD9DDDFC3F056124D03D3CE836A823EB6F942737", "AutoV3": "EE7C8255E53E"}, "downloadUrl": "https://civitai.com/api/download/models/712779", "primary": true}], "images": [{"id": 23710534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/baa95c9e-f01b-440f-9540-51415043fc9a/width=450/23710534.jpeg", "nsfwLevel": 1, "width": 736, "height": 736, "hash": "UCHJqAXq1iAJ00$d$wnh0|MxR3=x}sRiFYR+", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23710533, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb913791-13fb-405e-b4dc-e574d52a4063/width=450/23710533.jpeg", "nsfwLevel": 1, "width": 735, "height": 662, "hash": "UCL{iSOG4PxuL#tk0crsc@NsTw%L0xI.0KRP", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23710530, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/065e4cfb-3659-4677-a05b-9d527549f052/width=450/23710530.jpeg", "nsfwLevel": 1, "width": 736, "height": 736, "hash": "UcM73~~qR$t3?v%ObcacxuRkIVoJt2awRPWU", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23710528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8895ad48-0380-47c7-a331-cf904db78fc2/width=450/23710528.jpeg", "nsfwLevel": 1, "width": 736, "height": 682, "hash": "UgG[_hk8*7%K03oyIcRkgHWYs,ofs;t4ofNG", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23710527, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88da07df-49c7-4111-8708-fd9e4cc4ad58/width=450/23710527.jpeg", "nsfwLevel": 1, "width": 736, "height": 414, "hash": "U8KTMmNN-rlU0000=V4p30R9uh=LLAE3W@%2", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23710532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27ac853e-b5ec-4012-b008-4e8d12e984f6/width=450/23710532.jpeg", "nsfwLevel": 1, "width": 500, "height": 500, "hash": "UFJQW~D*0D=_RuxW~UkE0VR.?Exv=gI;S$xa", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/712779", "modelId": 637356} \ No newline at end of file diff --git a/datasets/metadata/712930.json b/datasets/metadata/712930.json new file mode 100644 index 0000000000000000000000000000000000000000..37162908f26a6f5b85164e05f62225d22bad7c3a --- /dev/null +++ b/datasets/metadata/712930.json @@ -0,0 +1 @@ +{"id": 712930, "index": 1, "name": "Animagine", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-11T07:26:10.544Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": ["surfboard_straddle, front view", "surfboard_straddle, side view", "surfboard_straddle, view from behind"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 627584, "sizeKB": 62371.1328125, "name": "712930_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T02:31:21.061Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B4AAB417", "AutoV2": "CB87910A82", "SHA256": "CB87910A8241614B9C8EE50AB9B6A5CB9F288DB4A3D2C59FC2A5B183F346C47D", "CRC32": "B5020CC0", "BLAKE3": "1809B213BE530850C234EED31848FE6E72BC2569A2F22C5A30787971E4224007"}, "downloadUrl": "https://civitai.com/api/download/models/712930?type=Training%20Data"}, {"id": 627716, "sizeKB": 223101.27734375, "name": "Surfboard_Straddle_Real.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T04:00:53.424Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C3778F96", "AutoV2": "4FE8E2995F", "SHA256": "4FE8E2995F602AC85CD54C912C08EFD93156A9D147A52C727830873D9B8582B1", "CRC32": "529010CD", "BLAKE3": "7D0D641496830F4CA4CF4D4BD80A456F771AC1B3E19625F61732DA9C22EBB87C", "AutoV3": "198CBDB61865"}, "downloadUrl": "https://civitai.com/api/download/models/712930", "primary": true}], "images": [{"id": 23755059, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b62057b2-763c-4840-ac82-ef2748008199/width=450/23755059.jpeg", "nsfwLevel": 4, "width": 1025, "height": 1024, "hash": "UXHLVd59TJxa~BSii_R*xabba#s.tRofslWX", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23755085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5edb5a65-f701-4475-84c8-667926b2e0b9/width=450/23755085.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEHxyyET1j~WN7Xm,;9a22VsIooz0ORPM{V@", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23755105, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e08aa12d-fdbb-474c-8427-39ab0625340c/width=450/23755105.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UNIFMH,.1d9^?HIBn,WC}toyIBM|XmRjx[t7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23755129, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88d9d9c7-4e78-499f-bec2-e640c743bca3/width=450/23755129.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UUGdB3xa.Tt-XpkCM|of#WI:oLV@S$-Ut8j?", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23755149, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d0413be9-eef0-423d-a4ca-23b63e8f229a/width=450/23755149.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U4AT.+0XA;XU01~U02=rHqMI~qOF#Noz-7E1", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23755165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de11a168-99a1-428b-8616-cb4f059fa1dd/width=450/23755165.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UNFFv~~Atmt74=I[M|NH0fEMV@s:s*s+t6WB", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/712930", "modelId": 637575} \ No newline at end of file diff --git a/datasets/metadata/71306.json b/datasets/metadata/71306.json new file mode 100644 index 0000000000000000000000000000000000000000..6af40ed0fd52c626a6cad447410c3df46a335e0f --- /dev/null +++ b/datasets/metadata/71306.json @@ -0,0 +1 @@ +{"id": 71306, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-15T11:50:29.942Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 932, "ratingCount": 166, "rating": 5, "thumbsUpCount": 198, "thumbsDownCount": 0}, "files": [{"id": 49618, "sizeKB": 3574.955078125, "name": "Mjurran.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-15T12:01:16.034Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B8C6FFDA", "AutoV2": "F38ABB20A3", "SHA256": "F38ABB20A3F67AFC1167CD06D406AA58786E49D5CCE6FFADA8E88AB0316E317A", "CRC32": "F0026C5E", "BLAKE3": "CE5EC3D06D1D909671D74BE8EC9C5018C92E0FC49FA64A0DB493F9B12407476C"}, "downloadUrl": "https://civitai.com/api/download/models/71306?type=Training%20Data"}, {"id": 49615, "sizeKB": 22230.765625, "name": "Mjurran-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-15T11:51:14.307Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7EE79650", "AutoV2": "4844D69FE3", "SHA256": "4844D69FE3E408F4083F38306CEC22D878F21CA54170D57086C76E06BA9D3E00", "CRC32": "0E5D3722", "BLAKE3": "3D8A76F8E4D91A90EC8136B6228157B97F75022D7D603FF829262EB6CCEF5F79", "AutoV3": "9429F9539C61"}, "downloadUrl": "https://civitai.com/api/download/models/71306", "primary": true}], "images": [{"id": 796489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e875e25-6a0e-4889-b12d-1f568b66ad82/width=450/796489.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEIOR+?H00-;_K%L$e%LE1ofxvogT#WXMbWB", "type": "image"}, {"id": 796598, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e781601-f38e-4ef1-bc6f-c0218cdb0a72/width=450/796598.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UKGbI}9FM^~W56^*a0tR-;D*9G?aIpjYs.Ip", "type": "image"}, {"id": 796550, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7708e0f-bbfb-4c33-8883-dec325e67094/width=450/796550.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UOHLMQ~V9Et8?]-:v~oyE,xuwdflxuxuRiM{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/71306", "modelId": 66657} \ No newline at end of file diff --git a/datasets/metadata/713093.json b/datasets/metadata/713093.json new file mode 100644 index 0000000000000000000000000000000000000000..1204601bfa448c950fa8a1b2de932f131e148bc9 --- /dev/null +++ b/datasets/metadata/713093.json @@ -0,0 +1 @@ +{"id": 713093, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-11T05:30:17.536Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 627822, "sizeKB": 223099.26953125, "name": "MRess_Star_Trek-000002.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/713093", "primary": true}, {"id": 627738, "sizeKB": 1625.228515625, "name": "713093_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T04:26:22.459Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "2760CFD65F", "SHA256": "2760CFD65F62CB59B4654E940DDA321A529FC995A6A31E49A9CA8D695C47FB1B", "CRC32": "CA43C416", "BLAKE3": "993D6F8AAF401117CAC6464FCBAECC96A04DE4A3836AD4CD51A77302B6D9E2B6"}, "downloadUrl": "https://civitai.com/api/download/models/713093?type=Training%20Data"}], "images": [{"id": 23742415, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bf1c184-9196-44b5-a7b3-fadf204386c1/width=450/23742415.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDFNu8$%0D0-0.I@xF}mNIbH-Qs,JVoJxDI[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23742414, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f43a17f2-d256-4954-b1eb-6e6fde768ab4/width=450/23742414.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U7F;NR}m0:^JW=NdI[xD0VI[=sERxas,xDa}", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23742416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee8b040c-1228-404c-8c14-e4d11a98404f/width=450/23742416.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDF;pJ=t0qEl5s9}s:}k5XEl-6-5Sj-6Ne9#", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/713093", "modelId": 637715} \ No newline at end of file diff --git a/datasets/metadata/713122.json b/datasets/metadata/713122.json new file mode 100644 index 0000000000000000000000000000000000000000..62586260440a0c9d80af6843730f565151f43fb0 --- /dev/null +++ b/datasets/metadata/713122.json @@ -0,0 +1 @@ +{"id": 713122, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-11T12:22:09.990Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 628486, "sizeKB": 223099.01171875, "name": "Beach_feet_tickle-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T12:15:45.950Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "C89BF424", "AutoV2": "3A50997697", "SHA256": "3A50997697A261C4207CB8662B0CD9457C7CA3F9C7460B8BE405B23AD7C95DA5", "CRC32": "E7F6944B", "BLAKE3": "78283C506A4386AE7010E93A37115D6CE1DC6049CFE93078F82EC36CE819C16B", "AutoV3": "76AFA87C230E"}, "downloadUrl": "https://civitai.com/api/download/models/713122", "primary": true}, {"id": 627765, "sizeKB": 671.2197265625, "name": "713122_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T04:45:44.918Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "89A2AF1E64", "SHA256": "89A2AF1E6442C0F2F9DEE302AFEFB54BE2215E7137BC6973BE9BE334D46A3BF7", "CRC32": "CBD0623A", "BLAKE3": "6D3D59A991BB780AE0FCB158EF96A3514F46872DD3954559179724ABD91A808F"}, "downloadUrl": "https://civitai.com/api/download/models/713122?type=Training%20Data"}], "images": [{"id": 23784583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b318a9c-97f6-4ab5-837b-aff302afaef0/width=450/23784583.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8I{W*El0d}sR75TJUn%I.NIXmEf%z=v9sNt", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23784584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ced084b3-8ec5-45ae-8979-1d3ce10e1b0b/width=450/23784584.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7J5[PEm0x-Ury5VEzr?AB9^S6obP8}=E29[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23784579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/87b4dea3-3bd8-41dc-98a0-866d8d54572c/width=450/23784579.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7IVuWE70x}@M,AH5kE3N?5S%2t3pH}=9tEM", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23784637, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55c159dc-7ed0-4be1-ad70-66cbf25e03d0/width=450/23784637.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGLC*LS#cV~B?a9vWCIpx[Rlt7ELO?%1Myt6", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23784636, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b2d707d0-8cad-4c0c-8553-d19f03f6361d/width=450/23784636.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCLWCWIb.jWZ?vE2EM%1M^xt$QIo?HNdE1xt", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23784633, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28102948-5802-4939-8080-22dff39d0b15/width=450/23784633.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8K]lkE4yn~B?bI[9[E2%e57w5s.Kh?GIoSe", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/713122", "modelId": 637739} \ No newline at end of file diff --git a/datasets/metadata/713311.json b/datasets/metadata/713311.json new file mode 100644 index 0000000000000000000000000000000000000000..16a9c75d4ffaf5ea6ed564b8fffa9914a5cde70a --- /dev/null +++ b/datasets/metadata/713311.json @@ -0,0 +1 @@ +{"id": 713311, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-11T08:33:35.136Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["NNNSTYLE,"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 628027, "sizeKB": 223104.21484375, "name": "noonunXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T07:50:51.065Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E883BA81", "AutoV2": "20C7D4E6B8", "SHA256": "20C7D4E6B8CB7D24F5CD45FF7CE8DC6862A5493503A5DB28C5F21B5377419D16", "CRC32": "89ABC0E4", "BLAKE3": "C6B585D1690EF0F82744BC5A7C759067B3ED8A15EBC2AFCE056C5AB444382557", "AutoV3": "B96A499AF7C2"}, "downloadUrl": "https://civitai.com/api/download/models/713311", "primary": true}, {"id": 627963, "sizeKB": 8586.634765625, "name": "713311_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T07:00:44.243Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1598FCBF", "AutoV2": "77961A7A20", "SHA256": "77961A7A206FEC0C6BA515428D8496E043A05DA1AAAAE253152C591A34DC0A65", "CRC32": "881D3AB2", "BLAKE3": "568B60F43B4F210AD7CF91C78779306D8B1B027A1F7CF1177873FE95914B9608"}, "downloadUrl": "https://civitai.com/api/download/models/713311?type=Training%20Data"}], "images": [{"id": 23762578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28d0b66b-28e4-4b02-a700-ead455cfff1a/width=450/23762578.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UNKd*iS#~E-U%1bbR-r@=hoJI-WrOojFwNbc", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23762576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5377aaa2-2052-49de-a90f-ad8346d86ae2/width=450/23762576.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "USK1:lxs-?$+?EtQo#r@~Bt8ITRio#jGRjX6", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23762577, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6afc70b2-39bb-4674-84b2-a52ac15ea247/width=450/23762577.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UVJkV{-.=gr]xnWVRQjZ~CxaI.buixaeW.WW", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23762579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d259185-5776-40a7-b1bb-394faff7e237/width=450/23762579.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UQJuA4%1}^-o^fs,aNoK=}kB9tRRjJoeNtR+", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/713311", "modelId": 637901} \ No newline at end of file diff --git a/datasets/metadata/713398.json b/datasets/metadata/713398.json new file mode 100644 index 0000000000000000000000000000000000000000..08eb1bf6837b5d9525e8d66a922bc771be2129a4 --- /dev/null +++ b/datasets/metadata/713398.json @@ -0,0 +1 @@ +{"id": 713398, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-11T09:01:38.174Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 628038, "sizeKB": 1430.037109375, "name": "713398_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T07:55:45.313Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "655809C6F7", "SHA256": "655809C6F76CEFC3954A4B586988400250E1CA45C85AC988FA690C0812C6DFC5", "CRC32": "D56317BA", "BLAKE3": "F1903E69060ADF599F176CBDAC19535432A42284512B18A788D00E91CD9AD215"}, "downloadUrl": "https://civitai.com/api/download/models/713398?type=Training%20Data"}, {"id": 628160, "sizeKB": 223099.33203125, "name": "Mikami_r1-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T09:00:59.071Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "568A4FCA", "AutoV2": "C100F79087", "SHA256": "C100F79087E68F713B0E53B07D568D0072CA8673CDA147D31754C3BE93B3C4DE", "CRC32": "A1941264", "BLAKE3": "DC890A0BF2CA89A52039935746549A30E2B0A5E74E74425A85E06F4C83EF59D4", "AutoV3": "E0F86826996A"}, "downloadUrl": "https://civitai.com/api/download/models/713398", "primary": true}], "images": [{"id": 23765274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f44f785e-a1d6-4f3c-9468-b59b4f8abb53/width=450/23765274.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEK]-|}a4V=x8zDjMfRQz?PmkWIpmmXlP9t*", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23765276, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3090f6e-b711-40d4-96e8-9980a1ad23e8/width=450/23765276.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UNLN=D.8?b-;~qxuD%Rjt7M{%MRj%MWBM{Rj", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23765277, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cfc4e149-e6eb-4e03-9c66-4c846d9b586d/width=450/23765277.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNKAp0_L$|xHs$t7V|aexuIA.6jJ%2V[WUtQ", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/713398", "modelId": 637975} \ No newline at end of file diff --git a/datasets/metadata/713630.json b/datasets/metadata/713630.json new file mode 100644 index 0000000000000000000000000000000000000000..82a7887da8d63a09ab834b65e122ac8c2a85d108 --- /dev/null +++ b/datasets/metadata/713630.json @@ -0,0 +1 @@ +{"id": 713630, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-11T10:11:25.017Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 628275, "sizeKB": 22238.30859375, "name": "sayuri_DOA-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T10:11:06.452Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E360C339", "AutoV2": "A11C930E2E", "SHA256": "A11C930E2EB032AB9CC3686F6F7FC72949FD2D7085717A28D75B8165E503F733", "CRC32": "B5FE14E5", "BLAKE3": "192196D67EFB745BEA6261E40E9CAF2020EC378681569194DD06C4766DC36315", "AutoV3": "6DD756BBB09B"}, "downloadUrl": "https://civitai.com/api/download/models/713630", "primary": true}, {"id": 628274, "sizeKB": 12464.9833984375, "name": "sayuri_DOA.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T10:10:38.719Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3CA0BCEF", "AutoV2": "F6A026FBB0", "SHA256": "F6A026FBB03D8F2233EC497B8A79226251EBFB65E18EC43AAE6B775A374166C8", "CRC32": "B1A23A00", "BLAKE3": "5256F84432B1F3B4E46EA578258B7B1407BC84087C540E90167128D305A4E1B2"}, "downloadUrl": "https://civitai.com/api/download/models/713630?type=Training%20Data"}], "images": [{"id": 23772169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2e9c6edd-311d-4fbf-8027-ec971eef4bd6/width=450/23772169.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1840, "hash": "UoOWEMt7?^%Mb[WC%Mofxbjus.bGXTj@t6a}", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/713630", "modelId": 638176} \ No newline at end of file diff --git a/datasets/metadata/713641.json b/datasets/metadata/713641.json new file mode 100644 index 0000000000000000000000000000000000000000..985fc9412abbbf1b7f67e1101040b05da857f463 --- /dev/null +++ b/datasets/metadata/713641.json @@ -0,0 +1 @@ +{"id": 713641, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-12T06:31:37.547Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 630594, "sizeKB": 111756.37109375, "name": "HeartSuit_Space_suit-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T06:32:19.992Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "031B1F60", "AutoV2": "8CE158182A", "SHA256": "8CE158182A9EB96B508088286FE0AEA9CA4A5FACD4C0AA6BC007165469265C95", "CRC32": "17CAECE2", "BLAKE3": "E3399F164349C1770519A7A156E0A476B0EE312BE51A8CAC49D5F4CE7D25961F", "AutoV3": "3A6D6E4903D1"}, "downloadUrl": "https://civitai.com/api/download/models/713641", "primary": true}, {"id": 628295, "sizeKB": 63122.166015625, "name": "713641_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T10:21:15.987Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2E3AF31C", "AutoV2": "1439B8776F", "SHA256": "1439B8776F15C37026B73C3E44DA38877372365CD2541DEABB90AB45F50CD42A", "CRC32": "804AFAE0", "BLAKE3": "5DE56F0430190BA05F81370F0D05177DCC0C20F5620346E10F633DB6491CF19A"}, "downloadUrl": "https://civitai.com/api/download/models/713641?type=Training%20Data"}], "images": [{"id": 23912120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/865b7a03-5d1a-4443-bd16-cc29979df3a5/width=450/23912120.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEDcbP${0HET17Nv|FxFRGn,%FWVvqoMTDR*", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/713641", "modelId": 638181} \ No newline at end of file diff --git a/datasets/metadata/713780.json b/datasets/metadata/713780.json new file mode 100644 index 0000000000000000000000000000000000000000..3587461ec46b8b1aa723b51920a2d7c11a666a53 --- /dev/null +++ b/datasets/metadata/713780.json @@ -0,0 +1 @@ +{"id": 713780, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-12T05:22:35.027Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 630493, "sizeKB": 223108.07421875, "name": "Demacia-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T05:20:50.093Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4B2277A7", "AutoV2": "7966DA5BBF", "SHA256": "7966DA5BBFCE7E5868B20187D10A8A57A40C79D409EA2E81D2B34DAF31F3C8C2", "CRC32": "535CBE1C", "BLAKE3": "ED828EEF0DB30C859440795B2826F6554D93916C245FE716C42192779283FBA4", "AutoV3": "06FA6A2AE9D5"}, "downloadUrl": "https://civitai.com/api/download/models/713780", "primary": true}, {"id": 628454, "sizeKB": 19930.43359375, "name": "713780_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T11:56:20.432Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A79E8DA6", "AutoV2": "B86BCB707D", "SHA256": "B86BCB707D1D7F9D128F81A4F2FC8D8EB05D44AD4A8A9BFE5F80F5A46DA650FA", "CRC32": "423E0980", "BLAKE3": "86E241A524053F08FB12F22832B4EB5E73EC35FF665D28CB74F525E6147F4293"}, "downloadUrl": "https://civitai.com/api/download/models/713780?type=Training%20Data"}], "images": [{"id": 23905406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d6b09286-a470-4536-b0fe-06a396fb902b/width=450/23905406.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UgJ8Y9t7M_oe~qRjjsj[ozWBxuayofayofRj", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/713780", "modelId": 638304} \ No newline at end of file diff --git a/datasets/metadata/714003.json b/datasets/metadata/714003.json new file mode 100644 index 0000000000000000000000000000000000000000..591702ef8769139ccc82c1369fe9fa3ce8fda89c --- /dev/null +++ b/datasets/metadata/714003.json @@ -0,0 +1 @@ +{"id": 714003, "index": 1, "name": "V1-Pony", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-12T00:55:17.531Z", "availability": "Public", "nsfwLevel": 1, "description": "Pony Version
", "trainedWords": ["deepdarkdungeon"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 629972, "sizeKB": 223099.69140625, "name": "The_Deep_Dark_Dungeon-SDXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T00:51:20.582Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "55EAAD55", "AutoV2": "BA5E561E17", "SHA256": "BA5E561E1768A5B621F7F34BFE10DDACF9572BC5917266768BC365BDAA5FBCBE", "CRC32": "CEEE480F", "BLAKE3": "877589BE20A92177EDCB741901E0C39898AAFCC1B8F5226E9C3B21116891C033", "AutoV3": "03AB8358D90E"}, "downloadUrl": "https://civitai.com/api/download/models/714003", "primary": true}, {"id": 628650, "sizeKB": 422145.7568359375, "name": "714003_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T13:46:22.471Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "28F79FEE", "AutoV2": "E619B12424", "SHA256": "E619B124245943AFBFBEB68D8C28DC1D0B28062330909722F6A3C14DA1ED1C1D", "CRC32": "8EEBD4D0", "BLAKE3": "DBC8BF05787D9D174F3D738D9A891163423A3542AF913A909D76ECA07345DC8B"}, "downloadUrl": "https://civitai.com/api/download/models/714003?type=Training%20Data"}], "images": [{"id": 23873620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bcb44ddf-00ac-4b8f-b93c-e6118c90ae74/width=450/23873620.jpeg", "nsfwLevel": 1, "width": 1832, "height": 1832, "hash": "U4AT1V%$ujy@E2}r^PniQRmkh1%~m+579^x]", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23873316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fb2d015-c6fe-4f6b-ba4d-f1630cd47d3e/width=450/23873316.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "U36akt5W^M%1M|-U%1NHIpM|IqxYRjIqEMxZ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23873324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a92fa08d-0174-44a6-a6ec-50a96373e4ba/width=450/23873324.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "U14-^O=tiH~WNx?F~AX8#P-px^v}v}NeOF#+", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23873318, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64360d85-e98e-4c45-a301-7f82c98fff5b/width=450/23873318.jpeg", "nsfwLevel": 1, "width": 1832, "height": 1832, "hash": "U6CsX0-R}6kX;b-n?GWCVqxa58M|]#s.01E3", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23873338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/947048c7-e63e-45da-a7d9-75dd0b8f016e/width=450/23873338.jpeg", "nsfwLevel": 1, "width": 1832, "height": 1832, "hash": "U59@S3xYl:#Q}?oemjo#?Hs-$2t8EjM{Ioog", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23873315, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a0958317-a295-48c6-9159-940b508ba96a/width=450/23873315.jpeg", "nsfwLevel": 1, "width": 1280, "height": 1280, "hash": "U042I?~8Ql?aob=_?FNG:~~A?u$yIBIqWU=_", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23873325, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac242d4c-cfe8-47af-9c50-82aeb26466e4/width=450/23873325.jpeg", "nsfwLevel": 1, "width": 1832, "height": 1832, "hash": "U8Cs8Dxa?b4:}:fk-:R.r;I;fhW;nNRPD%nh", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23873337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b9a14fa-16df-41fd-a380-982ae0060b46/width=450/23873337.jpeg", "nsfwLevel": 1, "width": 1832, "height": 1832, "hash": "U8Bftp-T:4wb~AWBvzbb=_sm-As;EQNHMxae", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23873331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb8af69d-46f1-45df-ab32-e678d5292c8b/width=450/23873331.jpeg", "nsfwLevel": 1, "width": 1832, "height": 1832, "hash": "U49s*TMx_#u5#7bb^NWV8_S$pxR4rqW=5Yf6", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23873334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85c50649-96c8-48bc-844c-4a8a1e81c1eb/width=450/23873334.jpeg", "nsfwLevel": 1, "width": 1832, "height": 1832, "hash": "U4AT1V%$ujy@E2}r^PniQRmkh1%~m+579^x]", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23873333, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4200cef-2bf7-4024-9c75-e86336c54ade/width=450/23873333.jpeg", "nsfwLevel": 1, "width": 1832, "height": 1832, "hash": "U6AT=xY+MwpcX6H=~qs.o~IUR,M|=t%M4.Ip", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23873506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32a8bec1-60e7-4024-a06a-8cf0c4c5e5fe/width=450/23873506.jpeg", "nsfwLevel": 1, "width": 1832, "height": 1832, "hash": "U49Gmof8_}^JwHWC=wniQ,xCX:W=MyoI5YI[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23873335, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2cfb7f7-b645-49f9-8fb1-03d44e8ccc51/width=450/23873335.jpeg", "nsfwLevel": 1, "width": 1832, "height": 1832, "hash": "U5B2}fs8~9ae=EkX$f$fM|bvV@sn5rWB5Sae", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23873675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd7cae5d-8452-479a-a1a8-37f842480fa7/width=450/23873675.jpeg", "nsfwLevel": 1, "width": 1832, "height": 1832, "hash": "U59s^.#7D4T0*0t7L}xZPBOFH?nO0fNeE+aK", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/714003", "modelId": 638510} \ No newline at end of file diff --git a/datasets/metadata/714075.json b/datasets/metadata/714075.json new file mode 100644 index 0000000000000000000000000000000000000000..3181caafedc88cc7ec9acd783e93551cf4c5d7d6 --- /dev/null +++ b/datasets/metadata/714075.json @@ -0,0 +1 @@ +{"id": 714075, "index": 0, "name": "Renaissance V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-11T21:58:49.495Z", "availability": "Public", "nsfwLevel": 9, "description": "I have created a LORA with the fitting name \"Renaissance XL\". This allows you to create almost realistic portrait works of art with a dark fantasy approach. Ideal for character concept design, for the games industry or to create a cool avatar. You can also use it to create brilliant motifs for Traot cards.
Give \"Renaissance V1\" a chance, test it and share your results not only here at CivitAI but also at net-twin.de, a volunteer-run social network with almost no annoying advertising and totally free for creative people like you, their hobbies and interests.
Andy (@WebCrew) wishes you lots of fun and success \ud83d\udc68\ud83c\udffd\u200d\ud83c\udfa8
", "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 628767, "sizeKB": 3859.8935546875, "name": "714075_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T14:41:20.713Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FF975A3E", "AutoV2": "27485DA5FC", "SHA256": "27485DA5FC9ED3404EE07913BB11FF48B3C80DAE0B293CA45129F05F233CB365", "CRC32": "A07ED71C", "BLAKE3": "03EA4463DCC03BD31FCB968A55FF31036699FCDC6AE0C21D782C9FC4A976465A"}, "downloadUrl": "https://civitai.com/api/download/models/714075?type=Training%20Data"}, {"id": 629559, "sizeKB": 223100.05859375, "name": "Renaissance_XL-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T21:35:38.831Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "E95718DA", "AutoV2": "749952B656", "SHA256": "749952B656A762C57E489C8895B037D014A844EF5C26D032F1D6A7CCCEE3AB98", "CRC32": "8A6EB6A0", "BLAKE3": "75CC623934CA18E678AB567C0CAAD2D23365D0021CE3950B1B56410A17E62115", "AutoV3": "2FC910F6ABDA"}, "downloadUrl": "https://civitai.com/api/download/models/714075", "primary": true}], "images": [{"id": 23851025, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe75fc1e-aeea-4708-b6c3-46bd571ec879/width=450/23851025.jpeg", "nsfwLevel": 1, "width": 832, "height": 1216, "hash": "UIC=-s~W-AIU%MpI?Gs.ADX8S#Sh%f-oR*s,", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23851026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/69dcea98-c7c5-48a2-9cc5-98266dfe3ac8/width=450/23851026.jpeg", "nsfwLevel": 1, "width": 1216, "height": 832, "hash": "UDAv|FD*9Z^*~pIoIV-pxuIVae-pt6IURj-:", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23851029, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59d000b1-0019-416e-acd3-fa1553d6c387/width=450/23851029.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UJB:$.9aRit6~pM{M{oLNys:M{WB.8W;M{jZ", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23850608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18f7fb01-74ae-47af-bafc-94a86b863db7/width=450/23850608.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9C~|~h0[Bo#*0pJxG4o5S_2pc=ZyDx[NaxY", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/714075", "modelId": 638568} \ No newline at end of file diff --git a/datasets/metadata/714125.json b/datasets/metadata/714125.json new file mode 100644 index 0000000000000000000000000000000000000000..a449efaef302d5680c469c8b7fb0a8a38d81c92a --- /dev/null +++ b/datasets/metadata/714125.json @@ -0,0 +1 @@ +{"id": 714125, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-11T17:39:42.432Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 5, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 628798, "sizeKB": 126470.7529296875, "name": "714125_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T14:56:22.326Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "124A32A6", "AutoV2": "B663744D2B", "SHA256": "B663744D2B219A7E03E821030302BB7A8924D6E939430844B2BFF851DBC3ECC6", "CRC32": "F14CE1B8", "BLAKE3": "402C8D3BCF888408E885CB76F04BB755E017F7E37B7226F3EF09659C8A11343E"}, "downloadUrl": "https://civitai.com/api/download/models/714125?type=Training%20Data"}, {"id": 629116, "sizeKB": 223101.99609375, "name": "Hell_Constantine_2005_-_PONY.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T17:42:16.316Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "148E2255", "AutoV2": "4280FE5C27", "SHA256": "4280FE5C27FB6E6D2ECDC42B16883C21DBCF6E8DD306B4037D291FC902B0C647", "CRC32": "67FB07F4", "BLAKE3": "7A584A61C5823BACCD486E514B53CA0EEFFE16C7BAA340E45A51A24A7533DE60", "AutoV3": "138CAD922511"}, "downloadUrl": "https://civitai.com/api/download/models/714125", "primary": true}], "images": [{"id": 23821110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1a40870-1332-457f-917b-040d552fe29b/width=450/23821110.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7FM^3ba0PsnXlWVM}s:ozS2,;I=}=WVIqOD", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23821109, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f46c360c-f65e-47ba-82fb-c249e73ab26f/width=450/23821109.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4ETku5.06R+0*=H^3=v119^}qNv-R=c0%so", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23821108, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73628c75-4de3-4570-a9f2-6ec5826116f5/width=450/23821108.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKG~v~Rl0%}q-Tayr@s-OEj?smNdNwjZJ8Nw", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/714125", "modelId": 638611} \ No newline at end of file diff --git a/datasets/metadata/714141.json b/datasets/metadata/714141.json new file mode 100644 index 0000000000000000000000000000000000000000..916519cb9cc6bd5ffc675874e5fa796a395336f8 --- /dev/null +++ b/datasets/metadata/714141.json @@ -0,0 +1 @@ +{"id": 714141, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-11T17:32:12.241Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 628806, "sizeKB": 126457.8271484375, "name": "714141_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T15:06:13.513Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "86DFE33A", "AutoV2": "B1D14C67EB", "SHA256": "B1D14C67EB9193627B592B8FB1D0F691BCB224027A6031F2ECDE39DEC2C864FE", "CRC32": "AC70F1EA", "BLAKE3": "9E1C76737D33493EBEB2C0E27EC5DBC613F747B0B48888037FF6EA43BECEE4DD"}, "downloadUrl": "https://civitai.com/api/download/models/714141?type=Training%20Data"}, {"id": 629090, "sizeKB": 223101.69921875, "name": "Hell_Constantine_2005_-_DS.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T17:31:37.194Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "705AE4AF", "AutoV2": "75490C4326", "SHA256": "75490C4326F070E0891B5D619C4CBE4BFB1EEFDCFEA2EE19AB342C74E825719A", "CRC32": "C4D0FBC8", "BLAKE3": "0D3D20C2E3E5C83857FFFD7C0D8FC6675547610F21E71AE91DF7A6C15C90C88B", "AutoV3": "0498002EA1D2"}, "downloadUrl": "https://civitai.com/api/download/models/714141", "primary": true}], "images": [{"id": 23820265, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aeefa0a8-a78a-4265-ba25-384b62b0e6a1/width=450/23820265.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBFp{9X80}k9xb$%9uRk}?s.E3ay};j[-9oe", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/714141", "modelId": 638624} \ No newline at end of file diff --git a/datasets/metadata/714237.json b/datasets/metadata/714237.json new file mode 100644 index 0000000000000000000000000000000000000000..2fcfc5c34832f39302d087777f5332aee409d0cc --- /dev/null +++ b/datasets/metadata/714237.json @@ -0,0 +1 @@ +{"id": 714237, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-11T16:32:34.974Z", "availability": "Public", "nsfwLevel": 28, "description": "v1
", "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 628981, "sizeKB": 223098.89453125, "name": "Cassie-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T16:31:25.404Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3654F550", "AutoV2": "1E33E0B531", "SHA256": "1E33E0B5312C95CAB67B40E8F4D7FBF664BEE080A31DB2A3D90D5EE00B6FC989", "CRC32": "17ACC67E", "BLAKE3": "96E4F54A8B9BF8A737AC7AFE6F309A087AAEC497E65D46DFE0A98C3EB98984DD", "AutoV3": "783535FA28D6"}, "downloadUrl": "https://civitai.com/api/download/models/714237", "primary": true}, {"id": 628901, "sizeKB": 114.619140625, "name": "714237_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T15:47:24.844Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "D2C724A064", "SHA256": "D2C724A0643D089EE88E1FD0C6B466340FFC7424848C945726C66F80CB911CE7", "CRC32": "002F51C4", "BLAKE3": "E6DDED72720460EAF160D1AEE7D8A8F6D187D2EFBB2C11084B88E3951641ADA2"}, "downloadUrl": "https://civitai.com/api/download/models/714237?type=Training%20Data"}], "images": [{"id": 23813215, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/378b6e1e-ded4-4ab5-b2a3-c13fa839bdff/width=450/23813215.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEG[sI00_2%M_N01M{bb%gIoRPRj_4fkn#RP", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23813217, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88205e42-e042-446f-8009-22749cedfc41/width=450/23813217.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UJGR;v_2%f%g_N?bt6?bx]x]RjfRbwNIM{D*", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23813218, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b246e91c-16a2-4ccd-9a0c-c18d82accbb1/width=450/23813218.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UPFrw}~q_2oyo~?boft7WrxuRjWBx^S5WARj", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/714237", "modelId": 638708} \ No newline at end of file diff --git a/datasets/metadata/714240.json b/datasets/metadata/714240.json new file mode 100644 index 0000000000000000000000000000000000000000..8e1f6ed3d857badcb269ddd3dccc90336993d908 --- /dev/null +++ b/datasets/metadata/714240.json @@ -0,0 +1 @@ +{"id": 714240, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-11T18:20:32.908Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 628899, "sizeKB": 126470.1669921875, "name": "714240_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T15:46:23.880Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D7328B58", "AutoV2": "A33764957C", "SHA256": "A33764957CFE8F8106B43AA1C3838CDB8704799155D0CFF0BE7B334D8BF0A777", "CRC32": "0A7041F2", "BLAKE3": "079C09D1DC85E67D68FBCE4A12EF13B740307BD545979C0E9AF7EB5172472039"}, "downloadUrl": "https://civitai.com/api/download/models/714240?type=Training%20Data"}, {"id": 629178, "sizeKB": 223101.95703125, "name": "Hell_Constantine_2005_-_JuggernautXL-000009.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/714240", "primary": true}], "images": [{"id": 23825248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fadee732-6c8f-4bcf-b9ee-f6bea365d9d5/width=450/23825248.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFGjHF^N5mS5}q-7ofR+rsnibIxF^Os.R+jZ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23825249, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efbaf91e-31b9-4535-bc01-7e7c5ee553b3/width=450/23825249.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5Ed#1=w0506S$-7%MEh15^K$*$%}q9_9w$z", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23825247, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9360e3f-3c10-4891-9e6f-8e1128eb93ac/width=450/23825247.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4F|l8?F040i%zI?NJ-n1558;L}?|rR%9_5n", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/714240", "modelId": 638710} \ No newline at end of file diff --git a/datasets/metadata/714328.json b/datasets/metadata/714328.json new file mode 100644 index 0000000000000000000000000000000000000000..b05ec2739be1d6e09128208af4f34efd3f036b6b --- /dev/null +++ b/datasets/metadata/714328.json @@ -0,0 +1 @@ +{"id": 714328, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-11T17:36:27.436Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": ["Nanami", "silver hair", "Heterochromia eyes", "magenta right eye", "light Blue left eye", "maid outfit", "short hair"], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 629014, "sizeKB": 9896.205078125, "name": "714328_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T16:46:12.219Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7CBF78E5", "AutoV2": "F82947F9B7", "SHA256": "F82947F9B779FA64866F495CE084ED5B35277D7FC01C0C407D32C412FE158AF1", "CRC32": "1A2BD13E", "BLAKE3": "0530167993E5A6D03C25F4389BE4AF7D089DC8F7FC20D928A1FF5E0386140C19"}, "downloadUrl": "https://civitai.com/api/download/models/714328?type=Training%20Data"}, {"id": 629097, "sizeKB": 56077.76171875, "name": "Nanami_-_Magical_Explorer-000004.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T17:32:29.198Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "98F5A951", "AutoV2": "E760CFD9F5", "SHA256": "E760CFD9F5D79FBC16D3D1CAAA4A0DA76B49901816D096538C7D0FF5FFB44E3C", "CRC32": "B29D2FE7", "BLAKE3": "951FB438F0497068811DDBD24F931CAA2C63AC6EB48A4C02AA6EF1E3D0914D93", "AutoV3": "5B266CF211E5"}, "downloadUrl": "https://civitai.com/api/download/models/714328", "primary": true}], "images": [{"id": 23820557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49112937-82da-4f30-9fef-eb8b55a0cf10/width=450/23820557.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UMK1L9ogko%g~Wa#S4X800_N%3s9%L~q?Gxu", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23820556, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53023aa6-55ad-496e-9af8-d35f33af5846/width=450/23820556.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "USNmZu56tj~W_N-p-;tRs;ITRRNGM}j=afW-", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/714328", "modelId": 638780} \ No newline at end of file diff --git a/datasets/metadata/714330.json b/datasets/metadata/714330.json new file mode 100644 index 0000000000000000000000000000000000000000..297f699522bb68c8b6e0ec83e5f72181a559fefd --- /dev/null +++ b/datasets/metadata/714330.json @@ -0,0 +1 @@ +{"id": 714330, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-11T17:09:45.921Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 628963, "sizeKB": 240.2353515625, "name": "714330_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T16:26:20.496Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "F5207C5DC4", "SHA256": "F5207C5DC463F95B4A356E9BF387445C9343DB3C25F06BC24E7DB98493EB308B", "CRC32": "A5F992D2", "BLAKE3": "CDEE1932FDD17EA29977D2D4CC767D78424FFB966CA1183355CF805A4DA7463C"}, "downloadUrl": "https://civitai.com/api/download/models/714330?type=Training%20Data"}, {"id": 629052, "sizeKB": 223099.29296875, "name": "Andria-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T17:05:44.333Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CDA5D327", "AutoV2": "35A9AF63AB", "SHA256": "35A9AF63ABE5C721D66301DD2044E528900ECEB3B5FAFEF460A95F588074A1B3", "CRC32": "B4F4CBDB", "BLAKE3": "86C0346D776F1EDF8CF3AC4AEC3E08269A6BB07E9C07DB6699F53CD12AC4E26D", "AutoV3": "215821370816"}, "downloadUrl": "https://civitai.com/api/download/models/714330", "primary": true}], "images": [{"id": 23817705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f838915-b4b6-4565-b99c-dc072a172b99/width=450/23817705.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UXK-F6?G~pxt?bIU-;%NtRM|Myt7~ptRt6s-", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/714330", "modelId": 638782} \ No newline at end of file diff --git a/datasets/metadata/714539.json b/datasets/metadata/714539.json new file mode 100644 index 0000000000000000000000000000000000000000..7c3c71b87f3b292d69a3e20a83f653cb5c9d2386 --- /dev/null +++ b/datasets/metadata/714539.json @@ -0,0 +1 @@ +{"id": 714539, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-11T19:11:22.545Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 629195, "sizeKB": 4931.31640625, "name": "714539_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T18:26:13.132Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AE2B3BC5", "AutoV2": "8093DAED0A", "SHA256": "8093DAED0AFF769D494869ADFF956704D0531FF1C280B89C0E48AC90085B3EB0", "CRC32": "64B70DFF", "BLAKE3": "DE78884A314A0E8CF5077322939966A5AD7652265B59D933B11E6F6564BD3E71"}, "downloadUrl": "https://civitai.com/api/download/models/714539?type=Training%20Data"}, {"id": 629282, "sizeKB": 223099.91796875, "name": "Lunella_Lafayette.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T19:10:55.805Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5F559847", "AutoV2": "B9956CE270", "SHA256": "B9956CE2705731A8967A218CA1DFCABED53CD90757C2F9256C8290E5E8CC5C5D", "CRC32": "08BD10DE", "BLAKE3": "F56976556AB8FC98FF5A93C2E83110E0C8E562A8ACA637D115A2B7691469ACD1", "AutoV3": "A9433E0830C6"}, "downloadUrl": "https://civitai.com/api/download/models/714539", "primary": true}], "images": [{"id": 23832043, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aee5f31e-298a-4a08-9ecc-3fccc077d857/width=450/23832043.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIHm}Za#^tob57ay$lRl-Ss.a#WW~8s.WYof", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23832045, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5b9c319-547e-49fe-b264-a637ea29ba96/width=450/23832045.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULJHjNxs~mkCR$WWt7oLt6ayRRkAxuoeWUWD", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/714539", "modelId": 638958} \ No newline at end of file diff --git a/datasets/metadata/714723.json b/datasets/metadata/714723.json new file mode 100644 index 0000000000000000000000000000000000000000..f0f9e81537f3ffd83e536fa8f0110ad339080acd --- /dev/null +++ b/datasets/metadata/714723.json @@ -0,0 +1 @@ +{"id": 714723, "index": 0, "name": "single use lora test", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-11T20:56:26.578Z", "availability": "Public", "nsfwLevel": 1, "description": "i really need to pee
", "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 629472, "sizeKB": 223099.62890625, "name": "MAINTENANCE_MODE_PLZ_STAND_BY_green_phosphor_crt.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T20:51:24.320Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2E1D7EC7", "AutoV2": "7E93D1A23F", "SHA256": "7E93D1A23F5D00D67909A1D4340CB071BD77A4D38B3F7117D75B3AFD03A811AC", "CRC32": "8EF2A1EA", "BLAKE3": "91C27D0C7DC82B655787E566D78FED79634E8016BE2D9045FC04BC374692DF3A", "AutoV3": "DE3CE537FB4E"}, "downloadUrl": "https://civitai.com/api/download/models/714723", "primary": true}, {"id": 629387, "sizeKB": 753.4853515625, "name": "714723_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T19:55:39.051Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "670372E14A", "SHA256": "670372E14AAD2DB4C322C8635FFD8152F752870A7812051ED562B6A8D02CC5B7", "CRC32": "56A35453", "BLAKE3": "4D56D65E79AE42AD9AF45E68E692332ADD6EB99D5DB91A78A4B6DF059A4842D1"}, "downloadUrl": "https://civitai.com/api/download/models/714723?type=Training%20Data"}], "images": [{"id": 23844136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73e101b4-2c93-44d4-acaf-0ab8a730ce25/width=450/23844136.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U59lEiT]00~X_KcCIp%N0c%f~D4UW.o_VFDi", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23844137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d762f032-3f79-4774-a496-73d3aabee185/width=450/23844137.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8C7_t?[0JG$]pSvEd$k7TRQ~D%gIV%3wOIB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23844141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94262747-872c-4326-a34f-853faca8575f/width=450/23844141.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBB=5,%{004n~pMgJ5xHIVae%Lx[-:xbtiI.", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/714723", "modelId": 639110} \ No newline at end of file diff --git a/datasets/metadata/714798.json b/datasets/metadata/714798.json new file mode 100644 index 0000000000000000000000000000000000000000..2ab8f8f2524fcc5d017c7893de7e5b7e49b6c5c0 --- /dev/null +++ b/datasets/metadata/714798.json @@ -0,0 +1 @@ +{"id": 714798, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-11T22:55:43.407Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["pebble the otter", "white fur", "blue eyes", "otter", "furry", "anthro", "lifeguard", "black nose"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 629646, "sizeKB": 24640.654296875, "name": "714798_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T22:11:47.769Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "29AD26E5", "AutoV2": "7CB0105865", "SHA256": "7CB0105865965463CDD110EA5AD92DBEE7E87E59434ACBE01ADB15C31EAFBD21", "CRC32": "3CECF026", "BLAKE3": "1F41DBAB6559FEAFA2213A4C64CE674EFD86BE77F6AF0D1508CDF785FA0584A3"}, "downloadUrl": "https://civitai.com/api/download/models/714798?type=Training%20Data"}, {"id": 629730, "sizeKB": 223112.74609375, "name": "Pebble_the_Otter.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T22:51:27.382Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "4235644A", "AutoV2": "B592D2CB90", "SHA256": "B592D2CB90431A1623CFC7DEDDD608B6406D1B41DF3DB6941E76340CFF7452A4", "CRC32": "CC23CC48", "BLAKE3": "C960C8C0C501BCA36069BC500893CDA1CFB7097CFB5BBAC71947DB4635003C85", "AutoV3": "1320E3FD1D8D"}, "downloadUrl": "https://civitai.com/api/download/models/714798", "primary": true}], "images": [{"id": 23857922, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4dea38a-55a3-4548-9284-34f30f034e50/width=450/23857922.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UpMFwls,jERn~AoLoJa#9uS5bbs,9bR+SOoe", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23857703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee94fd0f-a077-4cc1-953f-dc64a924ad82/width=450/23857703.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "URJH2x59NCr]}j58%0sAm*NIIoso=txtEOt6", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/714798", "modelId": 639168} \ No newline at end of file diff --git a/datasets/metadata/714826.json b/datasets/metadata/714826.json new file mode 100644 index 0000000000000000000000000000000000000000..4015c962157f698d7975e97d50badd219548d4f3 --- /dev/null +++ b/datasets/metadata/714826.json @@ -0,0 +1 @@ +{"id": 714826, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-12T04:05:04.170Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 629548, "sizeKB": 174725.5517578125, "name": "714826_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T21:31:03.401Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6B3BB79E", "AutoV2": "C7AAB9506A", "SHA256": "C7AAB9506AFC61C113F85921962BE4D7D29FDF3B8A4B3981E844B2ABB756AE71", "CRC32": "CCFB9ADE", "BLAKE3": "DAC39BDCE25E5E40F519357ADDFB7597AA6FBD355B5467551D09A8AB375E9465"}, "downloadUrl": "https://civitai.com/api/download/models/714826?type=Training%20Data"}, {"id": 630342, "sizeKB": 223101.07421875, "name": "LilyCat-000035.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/714826", "primary": true}], "images": [{"id": 23897233, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0cd3a970-e182-4249-897e-f9018d9bdd9d/width=450/23897233.jpeg", "nsfwLevel": 2, "width": 768, "height": 1280, "hash": "UAB:jV4n00%2xCnitmSh00-p_4IUX.o#vyt7", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/714826", "modelId": 639195} \ No newline at end of file diff --git a/datasets/metadata/714935.json b/datasets/metadata/714935.json new file mode 100644 index 0000000000000000000000000000000000000000..7f3a36e944add0b322cf0fb35b41e457ea9ae1ee --- /dev/null +++ b/datasets/metadata/714935.json @@ -0,0 +1 @@ +{"id": 714935, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-11T22:24:54.519Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Bianca_Whitaker_single_braid", "green_strapless_short_dress_orange_cape_belt_choker", "green_strapless_short_dress", "orange_cape", "belt"], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 629614, "sizeKB": 37042.0546875, "name": "BiancaWhitakerV5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T21:55:56.128Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "EA7AD116", "AutoV2": "ECC0315EA5", "SHA256": "ECC0315EA569FC3C03CA19CC6753D156E2F0D629B5899E8940F7F1A3E7C27959", "CRC32": "715AE9FB", "BLAKE3": "4E79405AED93E0AE0A90E6F31F7427C70EEDBEF0C7A29EF443A6F259F8B4397F", "AutoV3": "4E819A3C6887"}, "downloadUrl": "https://civitai.com/api/download/models/714935", "primary": true}, {"id": 629618, "sizeKB": 536682.015625, "name": "data116Bianca.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T22:00:46.569Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "5B86EE9D", "AutoV2": "29A5BD4AA2", "SHA256": "29A5BD4AA2EEC0A8BE38BEEC0A2534A783E05EB554C23141233285BABC3F21A5", "CRC32": "243A69B6", "BLAKE3": "ED727CD471DA3F3812540C11398F8FED486AC7570F305B14AF74654785CBD1E2"}, "downloadUrl": "https://civitai.com/api/download/models/714935?type=Training%20Data"}], "images": [{"id": 23853445, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff2094df-9bbf-44ed-a0c7-c27e4a12bd72/width=450/23853445.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UXFreM-:9GMy~Bxu9tM|W?xaNHNHIqbIozWY", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23852991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3d6fa99-d0ae-48c8-a945-fcdd1d71e0cd/width=450/23852991.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UHEMRMJ800xa}rt701M{9Z#-xuJm4.WA%Mof", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23852995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1879793-5b7d-4bda-9438-47404f33ad47/width=450/23852995.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UTHV3i9GEnxa~VRjE%xa57a~x]t7TJt6jKtQ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23853026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae08bb77-b599-45da-93ef-09f0cf15930c/width=450/23853026.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UHE:MM?[06%4quMf4nIU,:M{Edxp0etk^ksq", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23853080, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bd3fc247-fadb-42f0-b185-afdd5a34afbf/width=450/23853080.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UIF=gn~V029aNFE39Z?H^kIn9tt59aRjs:xH", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23853098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03ebdd00-07cc-4ab9-8898-924c98501f2f/width=450/23853098.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UJG0IZ4TOdX-zpv{0KH?00?uIUtjROO@~Vi{", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23853160, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a95326f8-8bf6-4af0-a519-75cd76113373/width=450/23853160.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UKE.-0O?00+_}rM|56%19]VZr?T09HM{xu%L", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23853196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9b483f7-c0fc-4860-8224-ae0ed3f50966/width=450/23853196.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UREyY,~BHtD*^Oxu5QELIoXPoIR5IUn%xbR+", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23853356, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e72a3e0-ad20-4ceb-b6c0-ce9a8edb0e77/width=450/23853356.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UFHwZQ~B0NKPGm578w$jNFNFSg=d9G$*%LTJ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23853379, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/055137c1-3283-49d7-a084-e6b9eb2990be/width=450/23853379.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UNGlhm?v7Q.8q[ozIARQiwD+00a#4:R*?GRP", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23853454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2425e2d-f2a1-4ce2-bfb5-f3395bea011e/width=450/23853454.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UKHw_lo}0jnj~Vo~01R:4.RPj=n*4:Rit8n}", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23853466, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e35bb11-ae64-406f-a7ea-d9226ae45760/width=450/23853466.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UEGjmm0g1f~C~WsqI]tQTdnj0L?a9sNGD*xt", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23853516, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b7d46dd-a768-41f0-980b-d202c9221197/width=450/23853516.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "USGIcr?vPqxb~q%NIVenm-s;9FD%o~WFNHNb", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23853536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d43a990e-1f7f-4008-a0ea-2659c855a45a/width=450/23853536.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UGFiP#?]59H?rvIA9bI:m*r=9Fs+9ukDR,WV", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23853549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6c4ccf54-c11d-4eeb-8277-ff812b42d023/width=450/23853549.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UCIpYt4p0N9wy=JB00=|3Ct8H@?H]7RkIpxY", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23853586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/273c45e1-ddbe-45aa-ae7e-3ffbba15168b/width=450/23853586.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UTG+L2~p589GnNM{E2n$i^RiM{Rj9tM|fkkC", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23853661, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5bb3f39-9aac-4ccc-90bf-5b480bf3ce11/width=450/23853661.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "ULEyb;~n5Y4:-YIB57ngngR$IUwID*NdXToM", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23853698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49104fa5-4bdc-4f9e-845b-872a67ce6ee3/width=450/23853698.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UVHUe4?bNcs;xusmM|I;~U%LNHNH9at7xaRk", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23853742, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0cf43cd-dae1-4183-bb8f-7930039eca46/width=450/23853742.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UGJ7tNEn1U_4RNNM4nxv00V?-mw]sCtQENs*", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23853861, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22499b0a-6485-4d20-abfd-ce9506d420aa/width=450/23853861.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UNEC984:w4~C%DIq4.?G-k9ZkWXRnixZsExb", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/714935", "modelId": 639290} \ No newline at end of file diff --git a/datasets/metadata/714955.json b/datasets/metadata/714955.json new file mode 100644 index 0000000000000000000000000000000000000000..d847eafeb1f67d98779b98effba88b7e17bfe26c --- /dev/null +++ b/datasets/metadata/714955.json @@ -0,0 +1 @@ +{"id": 714955, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-12T01:07:30.061Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 630001, "sizeKB": 223101.16796875, "name": "Makaro.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T01:01:21.967Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8DB93190", "AutoV2": "93C16C526B", "SHA256": "93C16C526BAEB6D56955A1020EDF450325D2BF197ECEA0F69E39B8A92EB86183", "CRC32": "491BC6A1", "BLAKE3": "91881D4105A0D6A6C4354012F27D7DD8F496B57021757CBDF969CF50E7EA3514", "AutoV3": "42B183C5F066"}, "downloadUrl": "https://civitai.com/api/download/models/714955", "primary": true}, {"id": 629794, "sizeKB": 28554.9990234375, "name": "714955_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T23:21:09.665Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "321559B2", "AutoV2": "4F9AA4B940", "SHA256": "4F9AA4B940021981E855841ECB5F2EBA2015FDA6752B9BA141CC181C4D25472D", "CRC32": "6A61498F", "BLAKE3": "8AA853C149C0BE900BB133FF70FBD6C60ADE8F85F6A8C7519CA14EFAE8811F4C"}, "downloadUrl": "https://civitai.com/api/download/models/714955?type=Training%20Data"}], "images": [{"id": 23875048, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ad2708f-ad9f-41f9-bc11-3f5551990ff4/width=450/23875048.jpeg", "nsfwLevel": 16, "width": 2520, "height": 2280, "hash": "UHRLz%^iPWN3?^tQ^iIVp_I:-:R*%hxaNFRi", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/714955", "modelId": 639308} \ No newline at end of file diff --git a/datasets/metadata/715075.json b/datasets/metadata/715075.json new file mode 100644 index 0000000000000000000000000000000000000000..bdd7b0c73b477c1ec36b6ca3af2d147f1c464144 --- /dev/null +++ b/datasets/metadata/715075.json @@ -0,0 +1 @@ +{"id": 715075, "index": 0, "name": "Sam (feral Lycaenops) V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-12T00:45:33.095Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Sam (CAS96)", "Lycaenops", "Gorgonopsid"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 629768, "sizeKB": 99.92578125, "name": "715075_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-11T23:10:46.686Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "4DA82D3EA6", "SHA256": "4DA82D3EA698C4C8E05C04B3049DD9159BAFFB4D16558FDABAEE0F503F859E87", "CRC32": "0F532E45", "BLAKE3": "43C8B2B0620BE064C7FDDB7B648FE91F866E51C324C360CB1EDB2A57998FE5F8"}, "downloadUrl": "https://civitai.com/api/download/models/715075?type=Training%20Data"}, {"id": 629950, "sizeKB": 223099.94140625, "name": "Sam_feral_Lycaenops_form.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T00:36:18.009Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "813A5DC8", "AutoV2": "38A119FF15", "SHA256": "38A119FF154ED4B38C163D6628E70A72D4D8DEAE0C38FFAF5EF79CCC8489008A", "CRC32": "DCF1AC93", "BLAKE3": "085C4FC946E543057FD03204D261E2443010F24E1BEA836397AED13E64A9666E", "AutoV3": "5C87B40F9CB2"}, "downloadUrl": "https://civitai.com/api/download/models/715075", "primary": true}], "images": [{"id": 23872337, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4656fac3-6ba9-4f30-b155-56c6c20cad12/width=450/23872337.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "UQMPgl?aIVIVTKWUWBt7-=ozoKju~pM{R*WB", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23871227, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae5ac3cc-c974-4d01-99ac-b6bac959b784/width=450/23871227.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UCM~|3~U02D*0K.6M|IWSzSx-:-:XR9aNG9a", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/715075", "modelId": 639411} \ No newline at end of file diff --git a/datasets/metadata/715300.json b/datasets/metadata/715300.json new file mode 100644 index 0000000000000000000000000000000000000000..3aad7cec14977201caaa9429c9d940c382e8bdc4 --- /dev/null +++ b/datasets/metadata/715300.json @@ -0,0 +1 @@ +{"id": 715300, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-12T01:01:34.028Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["yangzi"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 629992, "sizeKB": 36976.4765625, "name": "YangZi.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T00:57:20.289Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "24D5BAF4", "AutoV2": "06B496AE39", "SHA256": "06B496AE39901895CAEA41A3EDA61C7F66E9625739B35B76F9BA3BAB04F6D633", "CRC32": "2AD19D6D", "BLAKE3": "61B292D128F93C4259A1B177B209E0CE3FA476CE72F2E022176545021270CEF5", "AutoV3": "F353C9B8B2FB"}, "downloadUrl": "https://civitai.com/api/download/models/715300", "primary": true}, {"id": 629999, "sizeKB": 254602.7333984375, "name": "0GSVvWMpc0Q1M8V0 (2).zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T01:00:45.337Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D50D3E59", "AutoV2": "E2367C60F2", "SHA256": "E2367C60F243271D77188FD15C14E461E8D65B7239C535092BA0D168F27AC1B1", "CRC32": "93049774", "BLAKE3": "C05A24998024717B4C9CC2DFFABEB07447830461FE0F0F393F635E458F5E75FE"}, "downloadUrl": "https://civitai.com/api/download/models/715300?type=Training%20Data"}], "images": [{"id": 23873895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/036ea0e4-18d6-4f77-8eba-1ec0d0a52f8a/width=450/23873895.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCINKy~VD%%100NG-UayN{M|-pxaIT%2xbRj", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23873900, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7f42ab30-af78-49f2-b2e1-a4b4a4684e2d/width=450/23873900.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAIqMz~W4nxY00D%?GWX*0og-pt7v|xuWYM{", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23873899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c9cb539-d7f4-4867-9f34-436375d63988/width=450/23873899.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBIOU#S6004.bm4o9ERj00-p?aof00~W?cxu", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23873898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ec6356a-9a5e-4893-b497-7a9e9a3e02f0/width=450/23873898.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCGkwTSh5qbI80xFW=W=00WY-9s.IpNH-Sof", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/715300", "modelId": 639596} \ No newline at end of file diff --git a/datasets/metadata/715441.json b/datasets/metadata/715441.json new file mode 100644 index 0000000000000000000000000000000000000000..a98dc142f2c46c19eb043468dc5e133b9884f274 --- /dev/null +++ b/datasets/metadata/715441.json @@ -0,0 +1 @@ +{"id": 715441, "index": 0, "name": "V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-12T02:55:10.954Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 630128, "sizeKB": 28553.5439453125, "name": "715441_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T02:15:48.759Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E2F2CDEE", "AutoV2": "881B5F8331", "SHA256": "881B5F83315FF5F1CE1CA0973947E329C18E5619B294357C8D0BA43FD30EEC05", "CRC32": "6426771C", "BLAKE3": "8DC9CE56FAD156A6B7B46E93CFEC546BFF7F2179CE16E66747D332E89EC83C8B"}, "downloadUrl": "https://civitai.com/api/download/models/715441?type=Training%20Data"}, {"id": 630207, "sizeKB": 223100.13671875, "name": "Makaro2-000001.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T02:55:57.334Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A76990AD", "AutoV2": "676911CD19", "SHA256": "676911CD19ED518ED50B07D8E95BDD2087745F3E16EA71BC73777EAD0483BF53", "CRC32": "E02E285A", "BLAKE3": "BC69EC99F4D2667561B17A362832FF05994B6CB81A239DF4B62874150AD3D7BA", "AutoV3": "6E1F63BB515D"}, "downloadUrl": "https://civitai.com/api/download/models/715441", "primary": true}], "images": [{"id": 23888748, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/adc5ed97-672b-44b8-9f07-2bbfde7c22f0/width=450/23888748.jpeg", "nsfwLevel": 16, "width": 2520, "height": 2280, "hash": "UNP=+z~nB$-oznMvD$$iIBx]xrRjwH?aI@tl", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/715441", "modelId": 639720} \ No newline at end of file diff --git a/datasets/metadata/715485.json b/datasets/metadata/715485.json new file mode 100644 index 0000000000000000000000000000000000000000..a7bfe3a09a3c5b314b5b42777166bde10536be59 --- /dev/null +++ b/datasets/metadata/715485.json @@ -0,0 +1 @@ +{"id": 715485, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-12T02:38:29.617Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 630171, "sizeKB": 1465521.805664062, "name": "slay the princess.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T02:41:12.645Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "118E3538", "AutoV2": "525F6F2ACA", "SHA256": "525F6F2ACA2F1C4B21652C61269424450FE86978E10A787E71E2BE96B3E43E2D", "CRC32": "5E7F243B", "BLAKE3": "1836954A9D0826323A06B0AE8BC582BA11F25A22578A144AC8CDC94C77E073F9"}, "downloadUrl": "https://civitai.com/api/download/models/715485?type=Training%20Data"}, {"id": 630162, "sizeKB": 223177.27734375, "name": "SlayThePrincess.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T02:41:25.955Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D8112D0A", "AutoV2": "62F27A488D", "SHA256": "62F27A488DA2C2683087792726E684FD4F18AF6F5AD1A6B847785B60694E2115", "CRC32": "B8D43EAE", "BLAKE3": "434A86F1EE018EC37C58EC5C8A45724406B9CFBC1519E8A17901E27219E63FC8", "AutoV3": "0F623EE5FC72"}, "downloadUrl": "https://civitai.com/api/download/models/715485", "primary": true}], "images": [{"id": 23886741, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82eda220-65aa-4dc6-977f-dc1da35ce84f/width=450/23886741.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U5J[Fx-;00?b009F00xu00Rj~qD%00x]~q?b", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23886705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0f615ec-3f4a-4d72-bc95-8c04cc0ff98a/width=450/23886705.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "U8F=]t%M00IU4n%Ms:WB00xu~q%Ms;D%Rj%M", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23886708, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6238a29f-ebe9-465e-9a09-f0a42023dd74/width=450/23886708.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U9K-k8xuxu_300WB9Fof~qt7IUWB00ay?vWB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23886710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b13d076-1fd4-4a7b-8b5a-eb7240772718/width=450/23886710.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "U6HLh[0000M{00%MxuWB00~q_3M{D%oMRjxt", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23886712, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ac41d8b-f276-4819-b2fc-918a5ee4e5f1/width=450/23886712.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U8EfKKxu00WB4na|%MWB00j[_3t7~qWB4nt7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23886711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5e7d3a7-a568-40ad-bd52-8f8ae151ddf4/width=450/23886711.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "U4F=?loL00%M00M{~qofM{RjRj%MM{t7IVD%", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23886713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38da17d0-faee-49e4-abd6-4c1d55eba4fe/width=450/23886713.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "UEEfKJ-;00D%D%ayt7j[00M{?bxu~qof9FRj", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23886718, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/683f07b9-e0d6-4906-b491-21c1c3ff8496/width=450/23886718.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U5EyY,xu00IU~qof00IU00M{_3IUayxu9Fxu", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23886707, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15004cac-e012-49a6-8dea-13937fcdcc50/width=450/23886707.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U9GR*k?u00-;?tR500Rk00IV%Nfl01o#~qxu", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23886709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05a9ed13-5c83-44e4-84e6-553e05652364/width=450/23886709.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U7K0]F-p00%100IU00t80LR.E3%L00IU~A%2", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23886706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f13073e1-e6ef-4a48-a5b5-683def3fbc8c/width=450/23886706.jpeg", "nsfwLevel": 2, "width": 768, "height": 1152, "hash": "U3B{.Ray00%2E2ozD%M{00t7_4NGD%Rj?bt7", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23886719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acdf6a60-aa8b-404f-95e4-e7770119c18f/width=450/23886719.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U7JRXF-;00xu00IU00IU00-;~qt700IUxu-;", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23886722, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/01813218-3339-4f2a-93f7-fe55d907aad9/width=450/23886722.jpeg", "nsfwLevel": 1, "width": 1152, "height": 768, "hash": "U6E39vxuof9Fay00~q4nIUIV00WB00_3?b%M", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23886715, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd5c554a-7e58-42e7-aea8-be6d37ed3e92/width=450/23886715.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U9EVysM{00RPIU%MM{IU00t7~qM{%MM{ayxu", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23886731, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f39381f-8e68-4ff9-bdef-08008b1af3c6/width=450/23886731.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U9F5~t_300IU00IU~q?b00xu_3IU?b%MIU4n", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23886727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3fce002-bca0-4499-8af4-82f4ed010fa8/width=450/23886727.jpeg", "nsfwLevel": 2, "width": 1152, "height": 768, "hash": "UAGIly~q0000ofxuWBM{9F?b?b4nM{fkIUIU", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23886748, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/176f53fb-455e-4193-938f-b4469f37332a/width=450/23886748.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U9J8R[D%004n00xu00%M00-;~qM{00IU_3M{", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/715485", "modelId": 639758} \ No newline at end of file diff --git a/datasets/metadata/715631.json b/datasets/metadata/715631.json new file mode 100644 index 0000000000000000000000000000000000000000..046b21e02444ad30aa271affbfbe0b44ccec9603 --- /dev/null +++ b/datasets/metadata/715631.json @@ -0,0 +1 @@ +{"id": 715631, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-12T10:57:04.560Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["holding a shield ", "shield on right arm", "shield on left arm"], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 631062, "sizeKB": 223102.37890625, "name": "JJAA_-_Holding_a_Shield_-_Test-000018.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T10:51:26.813Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "2FBCB15C", "AutoV2": "20D8FEED8F", "SHA256": "20D8FEED8FBC1A1E4DDC77570B3AB0420EA3E5FF894A7E7D66DE603FC6506648", "CRC32": "6128D0A5", "BLAKE3": "3A26DD4F7BFE76FF1D3576475B7550F3D0184DDCBA39B247C0FF5DE0C1C24334", "AutoV3": "7DEF0C66AF2D"}, "downloadUrl": "https://civitai.com/api/download/models/715631", "primary": true}, {"id": 630327, "sizeKB": 7648.8994140625, "name": "715631_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T04:01:51.687Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "371AF3A3", "AutoV2": "8280D95C72", "SHA256": "8280D95C729BFB85516B2D5C795BD4ED18DF55622C50359FB6342290EEE5DE59", "CRC32": "327006A3", "BLAKE3": "FB1B80F207DE3FC4589BC0257D1C9834EE5F80772428B7021C61B0C38FCB0A98"}, "downloadUrl": "https://civitai.com/api/download/models/715631?type=Training%20Data"}], "images": [{"id": 23936790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbf671c9-c1a4-4e21-b73d-29db2a54a0dc/width=450/23936790.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAFrt;JD_2%1yZ-;9vM{wZ^*-:%MIVNH%N%M", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23936791, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b847aa7c-f533-46e6-9b12-585960b97b8f/width=450/23936791.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8Ef7,O[${8_?wtS0LxFrpxYtQ-;T1E2s;Rk", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23936792, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91f64a94-919e-4c25-80e0-e146c127b8e6/width=450/23936792.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5DcBlyEW9-=7jNe9GNHve%M%LIA57%g%gD%", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/715631", "modelId": 639878} \ No newline at end of file diff --git a/datasets/metadata/715727.json b/datasets/metadata/715727.json new file mode 100644 index 0000000000000000000000000000000000000000..4bca83ad09cbe02a959f1c6f1a4be26843402e4a --- /dev/null +++ b/datasets/metadata/715727.json @@ -0,0 +1 @@ +{"id": 715727, "index": 0, "name": "lullaby gf,", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-12T22:59:07.998Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 7, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 632535, "sizeKB": 223099.26171875, "name": "lullaby_gf.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T22:55:48.252Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3B81E4EC", "AutoV2": "FDAAEB08CE", "SHA256": "FDAAEB08CE01BE57C320F649D8C6058027724BD891096A57231F342DC6A65140", "CRC32": "C12D36AA", "BLAKE3": "920E11FB586E97F0261C1D3F36E8C57367FD10501FCB524DCBCA5B343767C3DC", "AutoV3": "07A35E5F044A"}, "downloadUrl": "https://civitai.com/api/download/models/715727", "primary": true}, {"id": 630410, "sizeKB": 34.1884765625, "name": "715727_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T04:40:48.425Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "4DDA94525A", "SHA256": "4DDA94525A5FDE622673A490AB821AB1E49EFEC49C91C02BF7F5F0EEA3DDF483", "CRC32": "7A143489", "BLAKE3": "7614A4CEE26A152098401F150E150DD73E57E5DA6056AC3B5B147BEB7CB98C9B"}, "downloadUrl": "https://civitai.com/api/download/models/715727?type=Training%20Data"}], "images": [{"id": 24014406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/044dd923-a3a3-46e3-8081-33e069f24ce7/width=450/24014406.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIFh9#baUFr@~Ci_J6KN%NoftRbvn4aeK3%1", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24014402, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/242af5e2-c108-44cb-af63-073c13518019/width=450/24014402.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIFqnKoJlmoM~CixJ6KN-;njtRTIZ$WBK4-V", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24014404, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e060a36-47a7-4390-8c64-1ff6bf033ee9/width=450/24014404.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHFh6rXSP.w3~CWBJQNw-;bbtkj]m,aeJ*$*", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24014495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b48d271b-41e6-45c2-97ae-8a2d15b685ec/width=450/24014495.jpeg", "nsfwLevel": 1, "width": 550, "height": 549, "hash": "UIGR6:bZl-sE^kaeEfS#x]xGXRShVsn*OXxa", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/715727", "modelId": 639962} \ No newline at end of file diff --git a/datasets/metadata/715745.json b/datasets/metadata/715745.json new file mode 100644 index 0000000000000000000000000000000000000000..30cafcb9fe5e44571c05eacec77742f405c4bb34 --- /dev/null +++ b/datasets/metadata/715745.json @@ -0,0 +1 @@ +{"id": 715745, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-12T06:52:23.105Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["flffleStyle,"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 630624, "sizeKB": 223120.73046875, "name": "fluffleXL.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T06:51:27.586Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CB459C1C", "AutoV2": "83111D37D6", "SHA256": "83111D37D6B19C9F83EFF1D73A0A9769A33712EDD97B82F311B1C951018E8450", "CRC32": "A1E7E46D", "BLAKE3": "11318F2D07FA39D0336A691A302BAC8639481DD1086A03E9F9672E36FFE666AC", "AutoV3": "4754DDD323AE"}, "downloadUrl": "https://civitai.com/api/download/models/715745", "primary": true}, {"id": 630441, "sizeKB": 147819.6025390625, "name": "715745_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T04:51:22.633Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "534FA212", "AutoV2": "1A2CA7C3EF", "SHA256": "1A2CA7C3EF978A543E06DCDC42A948436E2B4FF014FD88B574CA7020319ABDF1", "CRC32": "BA0A1A3C", "BLAKE3": "0F6393AC190014B3DF10D70F6C872AF400D08C21A2D349684EF74775BB844973"}, "downloadUrl": "https://civitai.com/api/download/models/715745?type=Training%20Data"}], "images": [{"id": 23914512, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48a3839e-ad30-41db-a125-670fd8ae11f3/width=450/23914512.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UALgeVDi00_4_M%MIBIA00yDxZrr4TDi-;?u", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23914514, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a51c0ab-98c9-443e-a78b-40b2bbb81e68/width=450/23914514.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UIL4Q%rs4,-q~qxuV^oL5gtkRPkW4.IoX3W:", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23914255, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c54f685a-4a9d-4fe8-b0ba-127c01fe1ab5/width=450/23914255.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UJL:.uso4--:_MkWD*jE0xRjt7XT4TVs%fXS", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/715745", "modelId": 639976} \ No newline at end of file diff --git a/datasets/metadata/715824.json b/datasets/metadata/715824.json new file mode 100644 index 0000000000000000000000000000000000000000..8cac83296bbf721251c0ae7d5a23431722835fd4 --- /dev/null +++ b/datasets/metadata/715824.json @@ -0,0 +1 @@ +{"id": 715824, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-12T08:28:21.698Z", "availability": "Public", "nsfwLevel": 4, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 630814, "sizeKB": 223099.01953125, "name": "Cyber_Gothic_Style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T08:30:55.603Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "7C1B7C85", "AutoV2": "02E2AD7F6B", "SHA256": "02E2AD7F6BE6425A34A4C6B6E34E23F9A6808076795DC59178B5B40FB15F5112", "CRC32": "63635AFE", "BLAKE3": "6E8E4A4EF35B302E51941B8B299F9A08747456823C6893BC1CA1B52A62313607", "AutoV3": "10BFE3275370"}, "downloadUrl": "https://civitai.com/api/download/models/715824", "primary": true}, {"id": 630523, "sizeKB": 15295.119140625, "name": "715824_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T05:41:28.382Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "EE071A92", "AutoV2": "66D8FC47B1", "SHA256": "66D8FC47B12F296D36A9FA42DBA2B957CC05FA590A7FCB2A9266DE8F09B54AC1", "CRC32": "65BEC764", "BLAKE3": "ECA2AECB3CE3C2756161E2797E89D8F0DB825E17551A874150F718C7F241DC54"}, "downloadUrl": "https://civitai.com/api/download/models/715824?type=Training%20Data"}], "images": [{"id": 23923313, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/373c77a4-8046-4441-a826-2c76c2c13e67/width=450/23923313.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UCCPhjp{u3-:D*RPV?n+00VXD*V@%LbbxXRj", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23923344, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b09edb8a-005c-4b0d-8d05-cea4df8e5455/width=450/23923344.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8C~^]Y8KjkD%gOZSixt00R4E3owIARP=_Io", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23923347, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35f18140-9f92-4cdc-a21e-fd0cbcad6517/width=450/23923347.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8CGS,u69u%gWAIUD%tR00VEM{niE1W=={X8", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23923346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a10a987-29c4-4121-9d6a-4a51665dfbe2/width=450/23923346.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U5Ac[2%$.T?bELXTNHxu00Z~4.M_M|V@^PE1", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23923345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1121230e-5e68-4d08-be95-2312d2e32172/width=450/23923345.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U5Dbg6^-.SS%RSI=Jjo}00M_0dNr$*Rj=_9s", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23923343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80116f67-167b-471f-9eae-7b8391434d08/width=450/23923343.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U6A,g|PW_N?INbJ:bHSi00Mx9FRiwui_={Io", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/715824", "modelId": 640042} \ No newline at end of file diff --git a/datasets/metadata/715828.json b/datasets/metadata/715828.json new file mode 100644 index 0000000000000000000000000000000000000000..60411cb40a9678349b05f58bec401fca921665b0 --- /dev/null +++ b/datasets/metadata/715828.json @@ -0,0 +1 @@ +{"id": 715828, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-12T08:25:40.790Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 630524, "sizeKB": 126470.7529296875, "name": "715828_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T05:41:14.649Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "57A17B86", "AutoV2": "05DD1B97EA", "SHA256": "05DD1B97EAB1D452BA47171B072C6C9E00196584C55E6086E857834956575002", "CRC32": "E3D77478", "BLAKE3": "325736E2AFB25C361FDBADC13C1F9B8430E56DE57B2F8946333AD4EE4A39C5BB"}, "downloadUrl": "https://civitai.com/api/download/models/715828?type=Training%20Data"}, {"id": 630797, "sizeKB": 223101.97265625, "name": "Hell_Constantine_2005_-_Anime.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T08:21:42.344Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "68139C50", "AutoV2": "81535DEF52", "SHA256": "81535DEF52C4676485701E97D0F85A46E47DE97B76F942A5E4068DCD45F3002B", "CRC32": "6834394E", "BLAKE3": "1F27A5BEBAF0E69723DA9A379EDE869A20ABA06AEC8F32B88E613C53606CDEA5", "AutoV3": "0B29A361C622"}, "downloadUrl": "https://civitai.com/api/download/models/715828", "primary": true}], "images": [{"id": 23922927, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91883c48-ca77-4b49-a37f-11feb05908b2/width=450/23922927.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAF:ul}r0#ENpHxZIqI;x[I=ENS4}qsnjGsn", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23922925, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cf18925-aab6-4547-81dc-2360c0b3bb1b/width=450/23922925.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBG6-1^O0h0$KOt6I;RkAuxZNHEN}?S3smsA", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23922931, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6966fd0-2297-4421-a35f-938667eecf2c/width=450/23922931.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8HcGq}s05oySzM|v$-7}r$%-ArZ?F-AIWjZ", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/715828", "modelId": 640046} \ No newline at end of file diff --git a/datasets/metadata/715831.json b/datasets/metadata/715831.json new file mode 100644 index 0000000000000000000000000000000000000000..7eee654f51d980733e83cd1f79e8517c1feeda4f --- /dev/null +++ b/datasets/metadata/715831.json @@ -0,0 +1 @@ +{"id": 715831, "index": 0, "name": "SexyNinaPonyV1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-12T13:37:52.346Z", "availability": "Public", "nsfwLevel": 28, "description": "Sexy Nina
", "trainedWords": ["Sexy Nina"], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 630541, "sizeKB": 130531.9306640625, "name": "715831_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T05:50:49.104Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "50719D19", "AutoV2": "4B72641E6E", "SHA256": "4B72641E6E10BBB7EECF8E5E180E0EB4FB6E978245B975A9E85967D5294F9106", "CRC32": "E63B7EEF", "BLAKE3": "8E66BDD1A1EBA5E19A81DC31E10B5EA8D4BB940EE38C92D69B8FD5681428C5A8"}, "downloadUrl": "https://civitai.com/api/download/models/715831?type=Training%20Data"}, {"id": 631336, "sizeKB": 223101.91015625, "name": "Sexy_Nina.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T13:35:49.693Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1DBB7E02", "AutoV2": "CAB5ADBAE1", "SHA256": "CAB5ADBAE11E171BE586F82968BE25493029FC98BE1D082C673FFDC6D29048BC", "CRC32": "E08DED7A", "BLAKE3": "A90DE2B04CB36AFB2336C94FFF32A1801AEACEB562306A5E821FD4C36B809415", "AutoV3": "ED130AD662CC"}, "downloadUrl": "https://civitai.com/api/download/models/715831", "primary": true}], "images": [{"id": 23951899, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2abd4407-e39d-4a1d-963e-9508d9bf0d32/width=450/23951899.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGG[cy~XTyIoTER*_3%MInayVXr=s7oeWFoM", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23951898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d296eea-cf37-425c-90a6-f54de93da28e/width=450/23951898.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFFrYC-;PA_N9a-;xunh9ae-VsM|-oS5-po0", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23951895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b5d7f83-615f-442a-a4e5-382d5301d3e8/width=450/23951895.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U8D+9=Dk1HIn00xuIAENNF4.~p-p-=bweSiw", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/715831", "modelId": 640049} \ No newline at end of file diff --git a/datasets/metadata/715846.json b/datasets/metadata/715846.json new file mode 100644 index 0000000000000000000000000000000000000000..c684b03f11180bae208998eaa541000bcdf2a75a --- /dev/null +++ b/datasets/metadata/715846.json @@ -0,0 +1 @@ +{"id": 715846, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-12T08:32:12.970Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 630535, "sizeKB": 130940.7841796875, "name": "715846_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T05:51:19.876Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2449C39B", "AutoV2": "8EAF2480A6", "SHA256": "8EAF2480A603E3FEE20CF8065140AFB8FB0875C75C686D4CA71435F65DF14749", "CRC32": "42D92CCF", "BLAKE3": "49E0438D6553825614EA281D6A846FC0E9D657D868809BAA465E843A36ACF6F0"}, "downloadUrl": "https://civitai.com/api/download/models/715846?type=Training%20Data"}, {"id": 630819, "sizeKB": 223101.85546875, "name": "Abandoned_office_-_Anime.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T08:31:58.397Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "A19D1F0E", "AutoV2": "F2CDA076F0", "SHA256": "F2CDA076F0E8EDC8B49A87425B12F6A3B178798C0A37DCBA4FFE0D7B50026365", "CRC32": "170D4F18", "BLAKE3": "4B6E273E8C76A6BFB39D8FD9564F8634D2B5C1BA55DB6E114D0B5C82932E3EE9", "AutoV3": "B0DF8A301274"}, "downloadUrl": "https://civitai.com/api/download/models/715846", "primary": true}], "images": [{"id": 23923695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58b54f68-a01b-440d-ac92-945c9307103a/width=450/23923695.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U4BpB{9b01emLfMz}mxV4u%fMxIV=Mtj4:V^", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23923699, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47d23323-33b2-429c-9e48-0ceb467e3a93/width=450/23923699.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U2A]?0X100D*0MIV~U-p8^-=01nfDjxtEOWs", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23923696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5eebda32-395f-4a84-a545-5cd3c0dfc643/width=450/23923696.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U13u=p~qIA4U.T.8-:xY?a-:b^NIIARj%g.8", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/715846", "modelId": 640063} \ No newline at end of file diff --git a/datasets/metadata/715870.json b/datasets/metadata/715870.json new file mode 100644 index 0000000000000000000000000000000000000000..890bd13a00f18e718f356047c7f8dd8d4b45aebf --- /dev/null +++ b/datasets/metadata/715870.json @@ -0,0 +1 @@ +{"id": 715870, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-12T06:46:07.292Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 630609, "sizeKB": 223099.29296875, "name": "Baby_Ming-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T06:45:54.672Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "450CFA84", "AutoV2": "ECE323E5FF", "SHA256": "ECE323E5FF7BC7B8828DBC597F14668089B48AD56B0EEA8BB2F8DFCFB1B19A28", "CRC32": "B607B309", "BLAKE3": "AB6B0481B910069B62BF9AFF9E976EFCB9EBC1B8057D255144A7597A14D959BA", "AutoV3": "4CEACE846F1D"}, "downloadUrl": "https://civitai.com/api/download/models/715870", "primary": true}, {"id": 630561, "sizeKB": 104.0888671875, "name": "715870_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T06:16:22.246Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "E7B9F4F03B", "SHA256": "E7B9F4F03BC32F87D9177017DA7E55A6F3ED495901E77C89DC40A87FD0477ED7", "CRC32": "D1084298", "BLAKE3": "B82260589CA9FB9A8832CBF3F99F738DCD5AFEC03D7EC2AF5C66B85EE528D4AD"}, "downloadUrl": "https://civitai.com/api/download/models/715870?type=Training%20Data"}], "images": [{"id": 23913638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a529ef78-b795-4153-bddd-60d78dbe37c7/width=450/23913638.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UIG[sqt7?^ogB7j@M_f+NbaxVEf8bbjax[bb", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23913639, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8e6b2c2-aff9-477d-a433-ded5dbbdb868/width=450/23913639.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UJIrBRT0.lVtTcWGMd%f%$S%$zm+R%Myt8s8", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23913729, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/249784db-9709-40d8-9a11-8028153fb3aa/width=450/23913729.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKDJ}1o1yZkqOsg3H;V@TxjF$LkCT2bcs9ae", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23913727, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f77d1443-1f9c-4ab4-8bb2-99fb856e6315/width=450/23913727.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UJCjnyn%u6kXKPbvH=V@cZni-6bbOabvi_ae", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/715870", "modelId": 640085} \ No newline at end of file diff --git a/datasets/metadata/715891.json b/datasets/metadata/715891.json new file mode 100644 index 0000000000000000000000000000000000000000..d813a6c8e2a3e949c6fc69ef5c053ccf7ae07c07 --- /dev/null +++ b/datasets/metadata/715891.json @@ -0,0 +1 @@ +{"id": 715891, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-12T06:54:38.761Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 630577, "sizeKB": 56.37109375, "name": "715891_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T06:21:50.185Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "3D93DCF74A", "SHA256": "3D93DCF74A2A46C270C65FB22BDA0CBEB00D871A12EBEA69E5BD021BEF9D7F45", "CRC32": "44D71555", "BLAKE3": "8E790F80B429F3ED1451E4BAF943CDCC6C8C6065EF9CDCE964034FC86F128462"}, "downloadUrl": "https://civitai.com/api/download/models/715891?type=Training%20Data"}, {"id": 630626, "sizeKB": 223099.31640625, "name": "Ming_Ming_baby-000001.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/715891", "primary": true}], "images": [{"id": 23914412, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/918e224a-d844-4d4b-94c4-959341e37d68/width=450/23914412.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGE3xhoz*Jogu5aerWayTJaes9kCN{WBwuX8", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23914411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94b2563f-a612-44be-b205-075da763ce3d/width=450/23914411.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKEf~Zoz.mj]t,aen3Wqb_WBs9j]S$aexCW=", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23914568, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64c7f590-7fa9-491f-8024-e563e6aa13d6/width=450/23914568.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFFPjgtR?^aLOYjYm%WCPBe.v}WVA0jZwHS5", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23914569, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1240fdc5-488b-4c44-b5df-170d1f0a44bf/width=450/23914569.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDEMzytR?^afpwjYmjWBBWjYvzW=TLof$gWV", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/715891", "modelId": 640104} \ No newline at end of file diff --git a/datasets/metadata/715943.json b/datasets/metadata/715943.json new file mode 100644 index 0000000000000000000000000000000000000000..756b757f8a42728d022cf0931c0b197187373dcb --- /dev/null +++ b/datasets/metadata/715943.json @@ -0,0 +1 @@ +{"id": 715943, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-12T08:37:34.160Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 630763, "sizeKB": 3494.833984375, "name": "715943_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T08:00:42.686Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "73C6257B", "AutoV2": "00DBA9F446", "SHA256": "00DBA9F446147FEF33AA115A12618B06BA29A2EDA15323C8F79AFE14EF81DB9C", "CRC32": "A6DBB66B", "BLAKE3": "1E28A76BB4373969E95AA94F72216EC4CA96170C97013AAA0BAC50B1533C8ACD"}, "downloadUrl": "https://civitai.com/api/download/models/715943?type=Training%20Data"}, {"id": 630821, "sizeKB": 223099.99609375, "name": "Saggy_breasts_02-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T08:35:46.459Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "666AB788", "AutoV2": "71B3291774", "SHA256": "71B3291774CE1BE494172D07D1F13DA0C88AE06E7337523938F7AF2A85570949", "CRC32": "5CF08E58", "BLAKE3": "D329F18817C2D2A1F19841020B3633B42E62078D19C9CB2EFB247A46FCF4099F", "AutoV3": "73DB477DF9DC"}, "downloadUrl": "https://civitai.com/api/download/models/715943", "primary": true}], "images": [{"id": 23924117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2cd9d49e-0256-4b6f-accb-19271fe97eb9/width=450/23924117.jpeg", "nsfwLevel": 8, "width": 788, "height": 604, "hash": "UBP5.f.m5m_N~qRjyXMxX-ocpJQ-o~jYo}xZ", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/715943", "modelId": 640149} \ No newline at end of file diff --git a/datasets/metadata/715956.json b/datasets/metadata/715956.json new file mode 100644 index 0000000000000000000000000000000000000000..4efc5149e02f3889ab453c1a4be7a8c681f981d2 --- /dev/null +++ b/datasets/metadata/715956.json @@ -0,0 +1 @@ +{"id": 715956, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-12T09:01:48.599Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 630649, "sizeKB": 46.55078125, "name": "715956_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T07:07:16.256Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "F12C30F137", "SHA256": "F12C30F13792C9AC0A9512A5ADCDBCFFBE38C72CDDCC46AAE53E6A8526FB84DB", "CRC32": "86A31C22", "BLAKE3": "E0D1441FB1742874FFC3E9EB763F02C2AE1A02F2158C09A840CB0EBB1638DBA6"}, "downloadUrl": "https://civitai.com/api/download/models/715956?type=Training%20Data"}, {"id": 630869, "sizeKB": 223099.30078125, "name": "Latex_babe-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T09:01:16.389Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5398D498", "AutoV2": "27A3DF9ED4", "SHA256": "27A3DF9ED42660E1E2E1B2BE8ED542D3E95A8DEF532C246EB2D6D78C8C4637F6", "CRC32": "E48E2CAC", "BLAKE3": "7F40382A9CD1BD588B5C446B4DCB81529F81DEED073831AFB904D0074700950A", "AutoV3": "A011D837D78E"}, "downloadUrl": "https://civitai.com/api/download/models/715956", "primary": true}], "images": [{"id": 23926442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/792d7c09-52da-40a9-9426-e77c46b07563/width=450/23926442.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZIN:BNG?E-o~UWUR*WDofxZIqWCt6R+s.R*", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23926440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33a30d68-e4b6-4c78-9a5b-21cf0f0b92bb/width=450/23926440.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UVH_ShIV--%K~VRjM|NHofxtIpRkt6Rks.Rj", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23926441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e90d65f4-34ed-4f09-8875-d18c76fcb2fe/width=450/23926441.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UbI;qtRj?F-o~UWBR*WCofxtIpRkt6R*ocR*", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/715956", "modelId": 640163} \ No newline at end of file diff --git a/datasets/metadata/715966.json b/datasets/metadata/715966.json new file mode 100644 index 0000000000000000000000000000000000000000..0037a59ee0003189c996cd38db2365c7f1629e6b --- /dev/null +++ b/datasets/metadata/715966.json @@ -0,0 +1 @@ +{"id": 715966, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-12T09:02:16.026Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 630865, "sizeKB": 36979.5078125, "name": "Rabekah_Darkmere-000008.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T09:00:46.493Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "5389459C", "AutoV2": "8AAA7CE03A", "SHA256": "8AAA7CE03AC13DF4D30135C39D39C1297D7B9C3F16BEF58398807001B512C3FA", "CRC32": "7CAC6F25", "BLAKE3": "92BC07A2C929503D79A2E9311EFFFD6A414FD7BBF0CC8014E5859221AFEEF3AC", "AutoV3": "DEE5DAD9AD33"}, "downloadUrl": "https://civitai.com/api/download/models/715966", "primary": true}, {"id": 630753, "sizeKB": 11972.4443359375, "name": "715966_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T08:00:49.942Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0FE54723", "AutoV2": "DA2375BE8F", "SHA256": "DA2375BE8F8AFB2DFDC2A1DE1F63C15B968FA7FC4F63E3964537F32BE801F7E3", "CRC32": "20F06181", "BLAKE3": "836ACE0664313A5D0C178D275978A7269A87161FA3807E600B59BEF1D82B3480"}, "downloadUrl": "https://civitai.com/api/download/models/715966?type=Training%20Data"}], "images": [{"id": 23926438, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/681b91bc-a654-4fbf-a092-4bddd1323cd2/width=450/23926438.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "U1H1Pv9a0CSb0INL9wvz1r-o~9^*00%0RP9v", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23926439, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0887adb3-6b98-477a-a35e-4c6c45d5b103/width=450/23926439.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UDKn3rt6RjIA.Ss:M{tR%M9FxtkC_Ng3xuWB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23926443, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/45abb609-e0af-47c0-862c-02ff59b31a03/width=450/23926443.jpeg", "nsfwLevel": 8, "width": 512, "height": 512, "hash": "UQHK@I~WOFRjyX?bofIU%gNwxts.^*%2kCR*", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23926501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97a0f98f-44f0-45cd-a4bf-96de97f363b2/width=450/23926501.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U5HUX+^jvf]5p{IUbc%M^jM{xD^k1%5p9tNa", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/715966", "modelId": 640170} \ No newline at end of file diff --git a/datasets/metadata/715967.json b/datasets/metadata/715967.json new file mode 100644 index 0000000000000000000000000000000000000000..0f68144ce450beaf52a137008f8e8a9c5238fa05 --- /dev/null +++ b/datasets/metadata/715967.json @@ -0,0 +1 @@ +{"id": 715967, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-12T10:14:08.690Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["tppingtrtSTYLE,"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 630667, "sizeKB": 36113.1162109375, "name": "715967_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T07:16:24.265Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "7DFCADA2", "AutoV2": "4719D1261F", "SHA256": "4719D1261FA103C16AB819105F21EDC0F81442DFEA0AE5E0F9E23AA900487CC0", "CRC32": "D282D71D", "BLAKE3": "7C8835258360F84AD232EA43D60F4FD16C0C09F08F1F683FD116AB260F530AA1"}, "downloadUrl": "https://civitai.com/api/download/models/715967?type=Training%20Data"}, {"id": 630775, "sizeKB": 223107.43359375, "name": "toppingtart.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T08:12:06.111Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8DDA981A", "AutoV2": "E451F3060C", "SHA256": "E451F3060C4831512349AC1C54B11855706EF9CFE8977688826200EAEB059511", "CRC32": "9C9F18FB", "BLAKE3": "2464ACBC6908B47907EC8A3B10C0934D3FC2BBFBE915EA68FBE900B7DC8E9AE2", "AutoV3": "74538C6D2DC4"}, "downloadUrl": "https://civitai.com/api/download/models/715967", "primary": true}], "images": [{"id": 23932999, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/20555715-3962-4e95-9b26-fb7e9af79ee1/width=450/23932999.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UKNTRW%M.7Mx_LbFIBxal7WB=|xtAIoM-VNa", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23921297, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66c710e7-45b7-4542-b5b4-c9b68e319855/width=450/23921297.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UDJ%;9?H00I9~Ut7nlRO00M{~WkXpJNGRPo#", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23932997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63e6bb05-98ce-42db-b4ce-7ad35ea85143/width=450/23932997.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UUNvoejbx=sl~pj?IVafx@s:V@bcOZj[xZbb", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23932998, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2b6d36f-636d-4dec-82dd-62b7eead825c/width=450/23932998.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UANb}.%2HX-B^No#8}ROH;oc%%X80%Ri%eo~", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/715967", "modelId": 640171} \ No newline at end of file diff --git a/datasets/metadata/716049.json b/datasets/metadata/716049.json new file mode 100644 index 0000000000000000000000000000000000000000..6cd251711b6cd2a2644d61154a38d0f955713bdc --- /dev/null +++ b/datasets/metadata/716049.json @@ -0,0 +1 @@ +{"id": 716049, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-12T08:57:32.233Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Tentaclejob ", "coiled around penis"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 630752, "sizeKB": 4037.6455078125, "name": "716049_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T08:02:14.906Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "9D1A8585", "AutoV2": "065C1C4021", "SHA256": "065C1C4021651A969FF6C5D3E5471F19D1F44C21B5EA4CB99B6C83B692450EB2", "CRC32": "0766ACF2", "BLAKE3": "3D594F9448B28340CE830670D6829539A3835156351B434ED097B001806BAD79"}, "downloadUrl": "https://civitai.com/api/download/models/716049?type=Training%20Data"}, {"id": 630849, "sizeKB": 223099.63671875, "name": "Tentaclejob.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T08:56:19.197Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "BE424423", "AutoV2": "32C1C5B01F", "SHA256": "32C1C5B01FAD8E87AFA9C24E886FC9FC3DC5679291019EE1991B25B262F19F6D", "CRC32": "446A98EF", "BLAKE3": "C1530E6E32E6AB131CB3C8E40C2034093A1D9722C620C25A5B86B365C762A11A", "AutoV3": "7F22587805CC"}, "downloadUrl": "https://civitai.com/api/download/models/716049", "primary": true}], "images": [{"id": 23926125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/253bd453-b7e7-41b4-a193-896b9157e5ad/width=450/23926125.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UNB4HvZk1ZKOuPrsW8OrEpkmrWt7RrS_Vs$j", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23926126, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e78383ab-b8f2-4816-8102-04d88efe005e/width=450/23926126.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UMD9beW=56kW.m%2ROI:K*tRrXjEpJS#Vsw^", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23926124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebee37c6-8735-4726-b05b-7e8d0f2942ee/width=450/23926124.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UKCYj,iz0~THyZ#UNGF^KT$4+]K4TLjFrqkV", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/716049", "modelId": 640237} \ No newline at end of file diff --git a/datasets/metadata/716071.json b/datasets/metadata/716071.json new file mode 100644 index 0000000000000000000000000000000000000000..442febb6ee59d694d288f3d83141697c8582e381 --- /dev/null +++ b/datasets/metadata/716071.json @@ -0,0 +1 @@ +{"id": 716071, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-12T18:25:26.313Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 630764, "sizeKB": 4037.6455078125, "name": "716071_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T08:01:52.458Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "12AC5D5F", "AutoV2": "05144CECAE", "SHA256": "05144CECAE0E02673BDFCDE266D54171AE2E1810D200735CB9034042526FAEAE", "CRC32": "76963CDF", "BLAKE3": "B6C87C6DD346CF99282361A0271776DAF33832363C1B06E0BD2B2D1E6E1AE8B6"}, "downloadUrl": "https://civitai.com/api/download/models/716071?type=Training%20Data"}, {"id": 631917, "sizeKB": 18545.6796875, "name": "Tentaclejob.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T18:00:51.284Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "8D180DA4E7", "SHA256": "8D180DA4E7BFA803C437843C3C88F1D57A51B8B5CF8BFBD0BA6D93C421BDBD31", "CRC32": "6CEC6D95", "BLAKE3": "03CA320287A76F1377206D790CB6AAE9A6074677097C5C8730DEFE3CE45F7353", "AutoV3": "78D060343436"}, "downloadUrl": "https://civitai.com/api/download/models/716071", "primary": true}], "images": [{"id": 23983623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08ef0988-0145-47db-bafc-0ec3b421aecf/width=450/23983623.jpeg", "nsfwLevel": 16, "width": 1280, "height": 1856, "hash": "UFF~BV~Wu3EK?vbJIURP9[WVMdsk-:WYD$IU", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23983528, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1970bd66-dd50-471b-9abb-dd2507a2bc5b/width=450/23983528.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UKDH~si~1N$*^nwMX7n,$osVwIjv$nj]V@WX", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23983529, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e725aae9-e75c-4ccb-b2cd-1c10110e552b/width=450/23983529.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "ULD+JJbJ0foJ?dxbv}NGT3S~#l#mb{OFnN,;", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/716071", "modelId": 640252} \ No newline at end of file diff --git a/datasets/metadata/71609.json b/datasets/metadata/71609.json new file mode 100644 index 0000000000000000000000000000000000000000..704f3c87d16d365ace63061ff225500c9eb05ad3 --- /dev/null +++ b/datasets/metadata/71609.json @@ -0,0 +1 @@ +{"id": 71609, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-15T18:54:19.592Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 672, "ratingCount": 96, "rating": 5, "thumbsUpCount": 107, "thumbsDownCount": 0}, "files": [{"id": 49809, "sizeKB": 4420.240234375, "name": "Luna_Armonia_Gunit.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-15T19:11:16.504Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "24CE8C53", "AutoV2": "F0956DD0C3", "SHA256": "F0956DD0C3C6C17A5ED40CC1F7F4A5FDDEF34A9A749AF15E74DCF0323E2B1E68", "CRC32": "5A328AC4", "BLAKE3": "FBAD393FF715493E06CB35DFBAD9076A29C702D75D2A500E3E647B357797B57F"}, "downloadUrl": "https://civitai.com/api/download/models/71609?type=Training%20Data"}, {"id": 49805, "sizeKB": 22231.0546875, "name": "Luna_Armonia_Gunit-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-15T18:56:10.708Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0D8D3CAE", "AutoV2": "350E0891FE", "SHA256": "350E0891FE9A80E5E939C6E2A82B15F539ED5FA0C7BACABB53C32AC630B2E6CF", "CRC32": "934D2C21", "BLAKE3": "38260246F61842B2E0E4183A103515BB1B9F3C8241582F5B7CC4E20C10140376", "AutoV3": "945953193A0C"}, "downloadUrl": "https://civitai.com/api/download/models/71609", "primary": true}], "images": [{"id": 2800784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5ca163e-5030-4fb6-881e-f5fa90463da6/width=450/2800784.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYN9|Ix]?cnOlAV@_Nx]?bflMxafxtkC-:Vs", "type": "image"}, {"id": 799784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0489dc98-5cce-4b27-8b77-1f15eb56738f/width=450/799784.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UUJjoH_N9tM|0eIBR.RkTx-pxGV@IAt6%MkV", "type": "image"}, {"id": 799818, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4aa1e77e-a9dc-4702-bcd5-ea1372e4ac2c/width=450/799818.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UGI43Q}?1K_20|ENZ%nP00RRs:E1{,%2%#jX", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/71609", "modelId": 66945} \ No newline at end of file diff --git a/datasets/metadata/71619.json b/datasets/metadata/71619.json new file mode 100644 index 0000000000000000000000000000000000000000..d944763bc08153019c8ef71e51e1ed1cf90fefc2 --- /dev/null +++ b/datasets/metadata/71619.json @@ -0,0 +1 @@ +{"id": 71619, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-15T19:32:14.436Z", "availability": "Public", "nsfwLevel": 1, "description": "Same dataset, with v1-5-pruned-emaonly as source model.
", "trainedWords": ["NCCG"], "stats": {"downloadCount": 561, "ratingCount": 39, "rating": 5, "thumbsUpCount": 47, "thumbsDownCount": 0}, "files": [{"id": 49814, "sizeKB": 25775.15234375, "name": "512.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-15T19:21:20.188Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3F8A2ABB", "AutoV2": "E5455622E3", "SHA256": "E5455622E31E8E38F0594D17D521157EBDF93E490CF2AB28FDD3402C46C7E8F8", "CRC32": "F26ACAA4", "BLAKE3": "17966BC1833C4F3B1A0B4C223C443EC5757996C5A4B0E16F92D6EE24FDED0395"}, "downloadUrl": "https://civitai.com/api/download/models/71619?type=Training%20Data"}, {"id": 49813, "sizeKB": 6117.8046875, "name": "NCCG3_3045.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-15T19:21:15.593Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "64F51E34", "AutoV2": "DEFD0F3350", "SHA256": "DEFD0F3350B04BE99AEB22766F6A4A0D1708A5D492B9B95C84BA6D705E7C2BC7", "CRC32": "B7DA9D57", "BLAKE3": "996DE160EEAB7E24F8CF4CA42D49BB8B4474B7A6E575CFA6016D3BF2E6EF0346", "AutoV3": "AFDC64928CE5"}, "downloadUrl": "https://civitai.com/api/download/models/71619", "primary": true}], "images": [{"id": 800026, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf298fbc-6788-4f94-a3c1-e2523cb6b795/width=450/800026.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UwGkqGxut7WA~Ct7ofae$%n$j[a}R+aeadWV", "type": "image"}, {"id": 800027, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/259779ed-7b4e-40a6-b397-f2fe6a023310/width=450/800027.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "USHBe%^*M{V@~Ws:bwoz.8s.Mxad%1s.IpWB", "type": "image"}, {"id": 800028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b954abf-7601-4d8b-9a3d-c2f88f6363d9/width=450/800028.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UWFYuo_N%g.7?HtSxutRM}oM$%aKtR%2%Loe", "type": "image"}, {"id": 800029, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58f29055-a2cd-4514-894b-425d7ef87552/width=450/800029.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "ULIr~u%NpfR.MeRkkrad9HadIVt7o#ogD%ae", "type": "image"}, {"id": 800066, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79d7572b-b894-4fa3-b258-70325961da1c/width=450/800066.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UFIPSm?cK-ROH;R-pIIU4TWVIUnhtRt7IVoz", "type": "image"}, {"id": 800136, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5352986-e33d-4fb7-a7d9-3f7e3c6e339c/width=450/800136.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UXHdy}?G9xEh%~ov%2wc%%-A%MS~%hn}%0xZ", "type": "image"}, {"id": 800137, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/74065165-9728-41b4-83ea-f46246b1684a/width=450/800137.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "U7G%[S-~02]72}#=@s0M8zEncqbJBFD#=z~o", "type": "image"}, {"id": 800139, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/21eeb965-a32b-4c6e-87e0-d6bb1b71ad70/width=450/800139.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UKIfoQ}s4=9~{xE*z?#8vosq%KSc+*rpKitl", "type": "image"}, {"id": 800138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e587b21-b380-4822-89dd-ecb8266a38c8/width=450/800138.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UUIWD],?Me=_{wbJa3M|MzRi$xR:rxSPKjjD", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/71619", "modelId": 63825} \ No newline at end of file diff --git a/datasets/metadata/716206.json b/datasets/metadata/716206.json new file mode 100644 index 0000000000000000000000000000000000000000..16d3fbeeff1f8653d6f75481d47fb0ae80c0102e --- /dev/null +++ b/datasets/metadata/716206.json @@ -0,0 +1 @@ +{"id": 716206, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-12T12:12:57.493Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 630911, "sizeKB": 61756.701171875, "name": "716206_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T09:26:42.391Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E6D8ABB2", "AutoV2": "C33D3520F2", "SHA256": "C33D3520F2FE50D34C578B13DCB68CFA936574620DC4C116FC22676ED2081D97", "CRC32": "1B9CA1C4", "BLAKE3": "FD1630AEE499582E8252CDA709B48F5102C84996C81ABFED8385351FD2E7C0F5"}, "downloadUrl": "https://civitai.com/api/download/models/716206?type=Training%20Data"}, {"id": 631192, "sizeKB": 223101.55078125, "name": "Perfect_Building_-_Anime.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/716206", "primary": true}], "images": [{"id": 23943184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac516215-2406-4a36-b8ed-6dad336cceb1/width=450/23943184.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBO3E#9E0Z0003kXV;E5}5WENF-;}#M|KAWB", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23943187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9111229-20a1-4c01-932c-fcd6dfdfd306/width=450/23943187.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGSEv1$}~V?DNikX.6W?q?i_VrNKvdV?kBxV", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23943186, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4567d865-3b63-4f47-ab6f-fa5093f80caf/width=450/23943186.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UGRereV@4|bI~2oy-.s.}g%1o3xW04WB4[R+", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/716206", "modelId": 640376} \ No newline at end of file diff --git a/datasets/metadata/716215.json b/datasets/metadata/716215.json new file mode 100644 index 0000000000000000000000000000000000000000..a78f8b4935cb47e366ebada9a6f75e00e4fe99b4 --- /dev/null +++ b/datasets/metadata/716215.json @@ -0,0 +1 @@ +{"id": 716215, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-12T12:17:09.478Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 630921, "sizeKB": 150930.990234375, "name": "716215_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T09:30:57.427Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E1BB6901", "AutoV2": "95694005EF", "SHA256": "95694005EFECDB31C2EC6B41647D49DBCF0E3F9C0C9E03E461CBF9F89EBA18E1", "CRC32": "45F62E29", "BLAKE3": "A1010688ABBBE8C105093A9A6297C3541A55F2B8F8CD1C9B2CF95C346D4C625F"}, "downloadUrl": "https://civitai.com/api/download/models/716215?type=Training%20Data"}, {"id": 631198, "sizeKB": 223100.07421875, "name": "Cosmic_Blue_Magic_-_Anime.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T12:16:27.151Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "795268B8", "AutoV2": "65D1E54563", "SHA256": "65D1E54563F578B754B0A21A8323C7563DB2BDA1FDD45C7B67B2C6C737ED0D85", "CRC32": "7F431C21", "BLAKE3": "F116AC6AD09BD22C2A35B315BF30B36E87610A6764615D24F3F18A0AA31CFEBC", "AutoV3": "62ED428955A5"}, "downloadUrl": "https://civitai.com/api/download/models/716215", "primary": true}], "images": [{"id": 23943622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fc7b186b-ef2d-4e73-9dc0-76ff5ec8ede6/width=450/23943622.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U85$=HMaD4yFj?azR3tTMwi]x]V[t:kYj=RO", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23943620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44e71636-2aa9-43dd-9dbb-2637f8888dfa/width=450/23943620.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U36lx|ks00jEs6MbDN%$HXV?MbyE.mx]H=Mx", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23943621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef82e397-073e-4acc-bdaf-589a5c66e009/width=450/23943621.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U86J2:ROH;WBQ*tSHqaeMbaxtRVrpfaetmtm", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/716215", "modelId": 640382} \ No newline at end of file diff --git a/datasets/metadata/716223.json b/datasets/metadata/716223.json new file mode 100644 index 0000000000000000000000000000000000000000..da0e3b29afb98fe432ab3ea4f793f023ac0e72de --- /dev/null +++ b/datasets/metadata/716223.json @@ -0,0 +1 @@ +{"id": 716223, "index": 0, "name": "V1", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-12T10:27:21.530Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 630976, "sizeKB": 4525.4599609375, "name": "716223_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T10:00:46.579Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "B8A778A0", "AutoV2": "2034CB805A", "SHA256": "2034CB805AA919D0194EAE89B6FC4368D555DE12F3193B0819F8979C9B5AC20A", "CRC32": "54E00BAE", "BLAKE3": "B2384856C96562BC76E9B2F10AB44F230B67CF093EF6535C35A7369697B8176E"}, "downloadUrl": "https://civitai.com/api/download/models/716223?type=Training%20Data"}, {"id": 631009, "sizeKB": 18548.3515625, "name": "kyouko_iinoatsumarehushigi_kenkyuubu.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T10:26:13.901Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "633E19B2F0", "SHA256": "633E19B2F0D6A45AFE508A438755EFA64FD28B1BDBDA261C7ED5BBC578D41CB9", "CRC32": "310C6FB8", "BLAKE3": "FFD00C35AC4A0D332650D7EFA8BEE9B98E0C19EE099D43D7B1042BEE99A315F6", "AutoV3": "F046CF664A54"}, "downloadUrl": "https://civitai.com/api/download/models/716223", "primary": true}], "images": [{"id": 23933971, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06e7cb2e-8e3b-4c9c-9b9e-66c09ace7343/width=450/23933971.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "USMG^ys:_Nx]4:a|D%M{ozWVIUt7IUofs.RP", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23933967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf32ff28-30e8-48dd-b472-95fe4fc3de7a/width=450/23933967.jpeg", "nsfwLevel": 4, "width": 512, "height": 512, "hash": "UUMtEn9F_NaeV?RjD%kCtmofWAR+kDNGxas:", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23933968, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/992babb0-2c62-4ea5-912e-567746c8cfca/width=450/23933968.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UVP6v^%h%g9F?^V?s.M{%gxuxut8%2tRoet7", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/716223", "modelId": 640387} \ No newline at end of file diff --git a/datasets/metadata/716224.json b/datasets/metadata/716224.json new file mode 100644 index 0000000000000000000000000000000000000000..ae835bd50a914f1c158162e00852dd43d2e104cf --- /dev/null +++ b/datasets/metadata/716224.json @@ -0,0 +1 @@ +{"id": 716224, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-12T11:47:40.834Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 630929, "sizeKB": 130616.591796875, "name": "716224_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T09:37:01.306Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "FDBD41C6", "AutoV2": "D660999E33", "SHA256": "D660999E335B1230279CA86F178838FFFEBF287F08F9E3FEFACAB75E06359F27", "CRC32": "D9DFF752", "BLAKE3": "2985D99B0EAA1C5502659C5CAF5F4B2D09557AB3D98160D86518D6E5C729604D"}, "downloadUrl": "https://civitai.com/api/download/models/716224?type=Training%20Data"}, {"id": 631154, "sizeKB": 223100.51953125, "name": "Paranormal_Demonic_Faces_-_Anime.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T11:45:48.116Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "571FEA9B", "AutoV2": "106E0929B5", "SHA256": "106E0929B5394CFBE43B1E2685500350B35F478160F5A50A19B5612ACB4BFB69", "CRC32": "D52ED9DB", "BLAKE3": "54EE29216185F43CB3FB3B8754A1D4A9BDE08721EDC7B483EF1B206385A75786", "AutoV3": "BD3BD0848253"}, "downloadUrl": "https://civitai.com/api/download/models/716224", "primary": true}], "images": [{"id": 23941549, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbddd40b-6417-4ff3-881e-540ed5561493/width=450/23941549.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UL3Js]kcVraHooj@ajauapaeatfhkDatauf4", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23941551, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35d76601-91db-4a0e-b643-3d7af2943491/width=450/23941551.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8DSz6~9o}Rj5E5A4;R+[9#jMdx[?]OZ9bD+", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/716224", "modelId": 640389} \ No newline at end of file diff --git a/datasets/metadata/716232.json b/datasets/metadata/716232.json new file mode 100644 index 0000000000000000000000000000000000000000..44385f4db7fda844fb0ef39c64c64720646e6582 --- /dev/null +++ b/datasets/metadata/716232.json @@ -0,0 +1 @@ +{"id": 716232, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-12T12:23:02.555Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 630936, "sizeKB": 158841.13671875, "name": "716232_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T09:41:15.537Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "59320CCC", "AutoV2": "67D79C49D9", "SHA256": "67D79C49D906CF8CE541162AE0614E19C8F8036D04A8D3FB6C192D4036071713", "CRC32": "F9D8AF5B", "BLAKE3": "D9656C90E0F9149F81B9BBA4E3D1EF59451AEACE14C71FC3D87E2B125AA21DE3"}, "downloadUrl": "https://civitai.com/api/download/models/716232?type=Training%20Data"}, {"id": 631205, "sizeKB": 223100.28515625, "name": "Cosmic_Golden_Magic_-_Anime.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T12:21:32.427Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "87A020F9", "AutoV2": "C935AB9EF9", "SHA256": "C935AB9EF9F871483F2EEF3EF29FAF3BC1A7F8BE9CE794D21183D55BCB840A8C", "CRC32": "98B5908E", "BLAKE3": "C2A87B549815E4111456775C1B501B3C8155939FCEF2A3149AF37A1752AC3DBE", "AutoV3": "DA07A1638F1C"}, "downloadUrl": "https://civitai.com/api/download/models/716232", "primary": true}], "images": [{"id": 23943832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3916affb-11fc-46fd-bd28-dad3a651a825/width=450/23943832.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFJGfO%104^#5Y9z59${~9EONIkV-QxZ-nWr", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23943834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4305fd3c-7dd6-458d-b7d9-3fb04c72d56a/width=450/23943834.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOIpeX-U4;M|9us:I@V[g2NbIpkB}?j[RQRk", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23943833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0697c3ab-7133-42ce-91b9-1470fcc4d630/width=450/23943833.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJHJpWEN0$-njbodWVR,s.s.j[Rk}=xYafNH", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/716232", "modelId": 640394} \ No newline at end of file diff --git a/datasets/metadata/716240.json b/datasets/metadata/716240.json new file mode 100644 index 0000000000000000000000000000000000000000..9dcf90de695c5b11c19299400a0829bcdec8210b --- /dev/null +++ b/datasets/metadata/716240.json @@ -0,0 +1 @@ +{"id": 716240, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-12T11:57:23.928Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 630946, "sizeKB": 177761.154296875, "name": "716240_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T09:45:50.763Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2CFC9D4C", "AutoV2": "D9573E2698", "SHA256": "D9573E2698F507CFAF4E8C48EB6FF9EC8FE373FA906FD24B03DF9CF7391571A1", "CRC32": "D362FA20", "BLAKE3": "34344B06B29F8ED0436037E55F22B52CDEFBA8C5DB0C1239E50776706DF20177"}, "downloadUrl": "https://civitai.com/api/download/models/716240?type=Training%20Data"}, {"id": 631178, "sizeKB": 223100.35546875, "name": "Computer_Power_V2_-_Anime.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T11:56:16.438Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "68038480", "AutoV2": "6C6F12FBE9", "SHA256": "6C6F12FBE9C29FAE4B9509EB710D52811029F98CFF23A64464AC57319577D62D", "CRC32": "AC317A37", "BLAKE3": "4EABA1A65CB9C46AE0718332FA8CFAE23EEE6668E19757B7F1453CB5354D92E2", "AutoV3": "A011DC7F0F18"}, "downloadUrl": "https://civitai.com/api/download/models/716240", "primary": true}], "images": [{"id": 23942529, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ad232e7-700a-431a-81e3-4ea15539154b/width=450/23942529.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U68#cidY_1ko61#QI:-p.kH@Q:S~ksnisqVt", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23942533, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/922e10ec-b8f6-44cc-8c3f-8c94c2dcea60/width=450/23942533.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7A_RSH]9[$xCGKI+NX8yrIpNFxt.jwcR6D+", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23942532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e1a0fe8-127d-40f4-8bd2-a2ad69532357/width=450/23942532.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U59byrUgDA.gGQmpL+O;%fX4AVspiLMzxp#F", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/716240", "modelId": 640401} \ No newline at end of file diff --git a/datasets/metadata/716245.json b/datasets/metadata/716245.json new file mode 100644 index 0000000000000000000000000000000000000000..3d3531392a53ada1400e9bab088afda91dafa3fb --- /dev/null +++ b/datasets/metadata/716245.json @@ -0,0 +1 @@ +{"id": 716245, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-12T11:54:18.859Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 630951, "sizeKB": 83005.2939453125, "name": "716245_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T09:50:49.962Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "41A92813", "AutoV2": "3842AFF5ED", "SHA256": "3842AFF5ED7FB92F02792866303E0AC988F017DC72E790BF51F4BE88D5779E80", "CRC32": "36E3A2C4", "BLAKE3": "D54EFE2E9CA083AE360CB1252BB8EEC49B76C4A307010F5D4BB9B0B6F0126ACD"}, "downloadUrl": "https://civitai.com/api/download/models/716245?type=Training%20Data"}, {"id": 631169, "sizeKB": 223100.51171875, "name": "Doctor_Blight_-_Anime.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T11:52:04.737Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8DF0F93B", "AutoV2": "52EE704F66", "SHA256": "52EE704F669CD0F7C8D91E0EAB171F4BAE5BCD412D5749987932ABEFDB32C0F2", "CRC32": "B6151F58", "BLAKE3": "842BF90A12EFE38761C50B50631DFE92B2728D2DFA58C9AADEFE97AA48A1D9BD", "AutoV3": "45E746C1C2B0"}, "downloadUrl": "https://civitai.com/api/download/models/716245", "primary": true}], "images": [{"id": 23942191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3324664e-1a68-4128-ba1d-eb696f4cb11a/width=450/23942191.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEG8cp_N0LNZ?an+M#xuB4%g$+of?bW-9YM{", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23942190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efdcda47-f7de-42b6-859d-bdc2ecf4d69b/width=450/23942190.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBF#n60J00IUC4+$t8D%}uyCDj9Z9sWBQpR*", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23942198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b867ce9-a8d7-403e-9af2-e3843dd41221/width=450/23942198.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UPIEY1.lB}NGyq-W=|SgTJx]-Daf%g-:Exn%", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/716245", "modelId": 640406} \ No newline at end of file diff --git a/datasets/metadata/716251.json b/datasets/metadata/716251.json new file mode 100644 index 0000000000000000000000000000000000000000..cace58663f9480f333c4894ca4c7d096de779110 --- /dev/null +++ b/datasets/metadata/716251.json @@ -0,0 +1 @@ +{"id": 716251, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-12T12:09:21.743Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 631184, "sizeKB": 223101.96484375, "name": "Mega_Man_-_Anime-000004.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/716251", "primary": true}, {"id": 630956, "sizeKB": 72052.8564453125, "name": "716251_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T09:51:18.997Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D8438FDA", "AutoV2": "07617B13B6", "SHA256": "07617B13B6EA1A738C5BCDEFCA88A515672BE46EFE86BB4262E645D72B56F8C0", "CRC32": "DD549C53", "BLAKE3": "BA68989148FA9CFFFA6712366652E8DD5BD7323480C7B1009169995E7DA27BA3"}, "downloadUrl": "https://civitai.com/api/download/models/716251?type=Training%20Data"}], "images": [{"id": 23942843, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aacdd240-5f98-4ffe-b0af-35b4163c7c75/width=450/23942843.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UA6[@1nzm~tVWff4NNogw}RhT3jCR3o$p0ac", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/716251", "modelId": 640409} \ No newline at end of file diff --git a/datasets/metadata/716260.json b/datasets/metadata/716260.json new file mode 100644 index 0000000000000000000000000000000000000000..6f47602b130bfa94521a0cbe84f11a0c73ee79c2 --- /dev/null +++ b/datasets/metadata/716260.json @@ -0,0 +1 @@ +{"id": 716260, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-12T16:12:27.715Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 630967, "sizeKB": 135878.6669921875, "name": "716260_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T09:56:17.514Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CDFB1055", "AutoV2": "994346A92A", "SHA256": "994346A92AFCBD95CEB9E6003B7EBA70FF63879481916513DA69C81B1E8590F8", "CRC32": "1E1BC77A", "BLAKE3": "B85DF32DDFFD2EE4A51CE7FF6786C683D86455CA9102DA25F295C33CB3D349D0"}, "downloadUrl": "https://civitai.com/api/download/models/716260?type=Training%20Data"}, {"id": 631681, "sizeKB": 223100.70703125, "name": "Tron_Style_V1.5_-_Anime.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/716260", "primary": true}], "images": [{"id": 23969495, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14425b5f-190f-4bad-b9ef-e578d4d7c658/width=450/23969495.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U59*4FO_8{v{3BXg:~Mc01tSi*R@vyR$X.In", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23969491, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f04e91d-5787-46b8-80e7-d90b3ebd941e/width=450/23969491.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UECZ;Z_4t7IVOUx]-=VsV@bvD$M_pIx^nOIA", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23969490, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cad17899-71c5-43b8-ace3-ef5c2f5df2ef/width=450/23969490.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UODTxD.9M_MxSQT0MdVr%NROD$Rk?^s*a0s9", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/716260", "modelId": 640418} \ No newline at end of file diff --git a/datasets/metadata/71631.json b/datasets/metadata/71631.json new file mode 100644 index 0000000000000000000000000000000000000000..7554baa636cf7bb1798d63997cd85b0ca02dffdb --- /dev/null +++ b/datasets/metadata/71631.json @@ -0,0 +1 @@ +{"id": 71631, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-15T19:38:18.159Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 894, "ratingCount": 139, "rating": 5, "thumbsUpCount": 165, "thumbsDownCount": 0}, "files": [{"id": 49857, "sizeKB": 6978.6806640625, "name": "Katrina_Peacecraft_GWFT.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-15T21:31:16.029Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "22D3CFD6", "AutoV2": "03835EDA17", "SHA256": "03835EDA176D29B6A8E56A2D3A4369A62AE3E4F8B64AA8B1E7B6276418D07340", "CRC32": "ED752366", "BLAKE3": "CAD27B346273CDBC013780C0D55BCA3A58BFD7CF90B8DE467476F4BF24E30496"}, "downloadUrl": "https://civitai.com/api/download/models/71631?type=Training%20Data"}, {"id": 49820, "sizeKB": 22231.4736328125, "name": "Katrina_Peacecraft_GWFT-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-15T19:41:10.034Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6BDD2748", "AutoV2": "927B720EC2", "SHA256": "927B720EC2DF12E844EE7110951957AC00E213A03FBFFC7BD169BD99142A6950", "CRC32": "2BFA0EC3", "BLAKE3": "64EDCE2E9FC5741C135CE177436EB6F26792DCABDDA7EC6F500538D62560C7E0", "AutoV3": "13398F4B56A5"}, "downloadUrl": "https://civitai.com/api/download/models/71631", "primary": true}], "images": [{"id": 2800720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6907f370-8061-4aa1-bcdf-969cec7020e0/width=450/2800720.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U#MQbW-:o#xu~ptRo#ofR*WCWBWBogWBadWB", "type": "image"}, {"id": 800067, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dee1b49f-de10-42d0-83a7-ae9b5df27c00/width=450/800067.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UPEo+A_4WBD%-ot9NHWB-.?aWYayWsxsxuxu", "type": "image"}, {"id": 800470, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5646ee05-2876-4643-ba4a-b9929332132b/width=450/800470.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYH_x_-=-?t8?b-;D*t7~qj;M{ofkEj[WF%L", "type": "image"}, {"id": 800416, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcca1c51-2593-44c9-8337-ec59fa1ac83e/width=450/800416.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UbG+E?x]~qxuInf6E1j?aJt5D*oeRjoyt7a}", "type": "image"}, {"id": 800209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e46a7bc-ba64-4cf0-aa92-faf0ace08d5c/width=450/800209.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U6IE#2^l00V|00_NJD00ty009G-=eu-qi[i{", "type": "image"}, {"id": 800186, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1efe980d-cfe9-454f-ab53-65a3991b4fc9/width=450/800186.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQF5{#~p.8oe-p%M4.D%W8jbM{IVozof-pj=", "type": "image"}, {"id": 800092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba85b3a6-9c62-417b-88b8-08922ecdebd4/width=450/800092.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJF$I-W[9b?b~VE34:t6M{9FV?s:9b%2${Ri", "type": "image"}, {"id": 800087, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/618c2d12-e0f5-49fe-a8f7-dff539419671/width=450/800087.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UDI5DO00?wW@~T-;03%g004o9EM{tn00~VM{", "type": "image"}, {"id": 800171, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55b22313-1bd7-46b6-8e3c-f0bb78196e02/width=450/800171.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDH2H5-;D%?b%K_49h0L4.xT4oDj029FROt7", "type": "image"}, {"id": 800173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6019be5d-7034-424a-90b3-77a04d6421e6/width=450/800173.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UYFYv6~q?akCads;D*IUs%t7RjIVxua}t6WA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/71631", "modelId": 66973} \ No newline at end of file diff --git a/datasets/metadata/716361.json b/datasets/metadata/716361.json new file mode 100644 index 0000000000000000000000000000000000000000..5c9871dcf70f9f44f9dd1559ed7f13ce6918e9c9 --- /dev/null +++ b/datasets/metadata/716361.json @@ -0,0 +1 @@ +{"id": 716361, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-12T16:09:45.828Z", "availability": "Public", "nsfwLevel": 9, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 631071, "sizeKB": 130702.142578125, "name": "716361_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T10:56:53.361Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "642F1353", "AutoV2": "5FE9114772", "SHA256": "5FE911477295FA97E5513FA7A19752B4B7F56B487FE7803D01F91B86C2AB622C", "CRC32": "1265AEF6", "BLAKE3": "6CA7DE0D38FD18CEB812BA19ED4116D32AB750FDC4656E39E21AD9731EDD67A5"}, "downloadUrl": "https://civitai.com/api/download/models/716361?type=Training%20Data"}, {"id": 631675, "sizeKB": 223102.44140625, "name": "Captain_Planet_V2_-_Anime-000006.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/716361", "primary": true}], "images": [{"id": 23969117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05e5aa72-cc66-43f3-995c-a4624c7c519b/width=450/23969117.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULHx1*Fc+Ek?HD#Sv|o~^YNMr}bU,8J.NOv|", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23968931, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de23c80f-a9f0-475d-a486-aeff9503437f/width=450/23968931.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "ULEL?R7J0d{yyDR6n9t,yCiwNbtQV=V@T0tQ", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/716361", "modelId": 640507} \ No newline at end of file diff --git a/datasets/metadata/716375.json b/datasets/metadata/716375.json new file mode 100644 index 0000000000000000000000000000000000000000..7107772c24a0c0e36b05b35ba82e24a9abdf280e --- /dev/null +++ b/datasets/metadata/716375.json @@ -0,0 +1 @@ +{"id": 716375, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-12T15:55:54.108Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 631077, "sizeKB": 50636.81640625, "name": "716375_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T11:01:47.470Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D734CF13", "AutoV2": "089EB07046", "SHA256": "089EB070460F5C684C3E992D72D25DAEBC8804A856CBBF2EBF585F3830541059", "CRC32": "F518F0A3", "BLAKE3": "2CC75ADFF72FE90AC996CBCE8E9BABB28D8A4931FA7E95DE4B1FD64B3F36D0E5"}, "downloadUrl": "https://civitai.com/api/download/models/716375?type=Training%20Data"}, {"id": 631640, "sizeKB": 223101.91015625, "name": "Roll_-_Anime-000006.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/716375", "primary": true}], "images": [{"id": 23967425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c071dd4-db2d-4091-bb12-30a98811042c/width=450/23967425.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDKI|u034z~mp8w|Meo}0|$k-T9}4_tJxsn5", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/716375", "modelId": 640521} \ No newline at end of file diff --git a/datasets/metadata/716382.json b/datasets/metadata/716382.json new file mode 100644 index 0000000000000000000000000000000000000000..edd1561d972756222ea6d8e11d8551e0272ddf09 --- /dev/null +++ b/datasets/metadata/716382.json @@ -0,0 +1 @@ +{"id": 716382, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-12T12:40:07.199Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 631083, "sizeKB": 65540.7548828125, "name": "716382_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T11:01:41.166Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E1F2CB37", "AutoV2": "52717FB183", "SHA256": "52717FB183CFAB5D8D3A3C2F36C9C51DD7CCF80ECB6F18BDBA0EFECA33B7F5DC", "CRC32": "42CDE73F", "BLAKE3": "5A71D556D7ACEA8BEB0F96AB2B14AC765939006AC161AAFE818A7919F3E27823"}, "downloadUrl": "https://civitai.com/api/download/models/716382?type=Training%20Data"}, {"id": 631244, "sizeKB": 223102.24609375, "name": "Judge_JB_McBride_-_Anime.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T12:35:45.931Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "F12A692D", "AutoV2": "38364A7FA2", "SHA256": "38364A7FA2FE914489E966B2DB60D19A0F1514288D4450C630022526E1114841", "CRC32": "07DC03CB", "BLAKE3": "17A727CDB7625E22361475B335CAC3FEF63BD46978C70B74C264C8BE94BD0202", "AutoV3": "B4112798F9AA"}, "downloadUrl": "https://civitai.com/api/download/models/716382", "primary": true}], "images": [{"id": 23946036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9907a21d-ac62-4b1c-9d25-461223ee1e97/width=450/23946036.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UbGQXo5TxYxF}qI=bGs.i{$$agSMIt$$WENu", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23946034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cec339a6-5271-4fc9-a1f3-f8640b41ef58/width=450/23946034.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U37BWU$bENGH-tMtIpT2g7D#r]-r9$NY#9+w", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/716382", "modelId": 640527} \ No newline at end of file diff --git a/datasets/metadata/716386.json b/datasets/metadata/716386.json new file mode 100644 index 0000000000000000000000000000000000000000..3822e9bf6f7904b687bf8d45eee3dd13cdb047ff --- /dev/null +++ b/datasets/metadata/716386.json @@ -0,0 +1 @@ +{"id": 716386, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-12T16:05:20.161Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 631088, "sizeKB": 72793.2021484375, "name": "716386_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T11:07:42.409Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "1330EE03", "AutoV2": "ACA4D7DA8F", "SHA256": "ACA4D7DA8F8013149F5376EB57D46AD24BC2740C1A07E7C55B44B07DF54A9DFA", "CRC32": "E6664900", "BLAKE3": "BA42D854166710D28236CF59A1EFE677AD6497C3C50050DBE3F8A17D982C2491"}, "downloadUrl": "https://civitai.com/api/download/models/716386?type=Training%20Data"}, {"id": 631660, "sizeKB": 223102.06640625, "name": "SheRa_-_Anime.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/716386", "primary": true}], "images": [{"id": 23968369, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/079bcf23-8b7a-442c-925a-15d47bcfd2f7/width=450/23968369.jpeg", "nsfwLevel": 2, "width": 4096, "height": 4096, "hash": "U7L2-d^]01=q0Gwa0aR50H9u]|W9.6M_~3-h", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23968513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17891f26-eed9-40f4-9ed2-2511b7e9ca67/width=450/23968513.jpeg", "nsfwLevel": 2, "width": 4096, "height": 4096, "hash": "UTLM|jGwWFrv%g?b?aozIrxCNdxtxoM}j[Rj", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/716386", "modelId": 640531} \ No newline at end of file diff --git a/datasets/metadata/716398.json b/datasets/metadata/716398.json new file mode 100644 index 0000000000000000000000000000000000000000..23eba15c15685960b9fc5c601bf1b2b9a408112b --- /dev/null +++ b/datasets/metadata/716398.json @@ -0,0 +1 @@ +{"id": 716398, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-12T12:43:08.494Z", "availability": "Public", "nsfwLevel": 0, "description": null, "trainedWords": [], "stats": {"downloadCount": 1, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 631100, "sizeKB": 49250.8017578125, "name": "716398_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T11:07:22.410Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "C6AD7B52", "AutoV2": "EAC16FA109", "SHA256": "EAC16FA1098ACE253AD10C533813FE096A1DD7EA0D48379BF0F364F922E023E3", "CRC32": "31649C0F", "BLAKE3": "604CDD7D8D631F7EEDA0F9B674B5F53A9217C1E47B030606F05618E53ECD7B01"}, "downloadUrl": "https://civitai.com/api/download/models/716398?type=Training%20Data"}, {"id": 631256, "sizeKB": 223101.72265625, "name": "Bravestarr_-_Anime.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/716398", "primary": true}], "images": [{"id": 23946338, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04e52524-aa38-4abc-801d-a8bf77dc834f/width=450/23946338.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7EBBkM$E1~9CQR.ITxt0FxFR#E455kPE0R*", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/716398", "modelId": 640543} \ No newline at end of file diff --git a/datasets/metadata/716404.json b/datasets/metadata/716404.json new file mode 100644 index 0000000000000000000000000000000000000000..c5f725e0bf9b58823ede6c0988e52fc11eab1a70 --- /dev/null +++ b/datasets/metadata/716404.json @@ -0,0 +1 @@ +{"id": 716404, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-12T15:59:43.224Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 631106, "sizeKB": 53787.189453125, "name": "716404_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T11:12:55.277Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "2AE1EDB5", "AutoV2": "BE0C79FFBF", "SHA256": "BE0C79FFBF6AE0D1DF85E5BBD031BCC87879FD25B0B349DC9154CD4CAE4422AC", "CRC32": "730766AF", "BLAKE3": "D9A289D6DC698949374D9F7F25561A03D2AE91523B379AF0DE8D40682C3AC05B"}, "downloadUrl": "https://civitai.com/api/download/models/716404?type=Training%20Data"}, {"id": 631653, "sizeKB": 223101.12890625, "name": "Doctor_Wily_-_Anime.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/716404", "primary": true}], "images": [{"id": 23967811, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d3102426-640c-4e2d-8bd1-4870ea97b6bb/width=450/23967811.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8I4-V{=5R0e004m?c?d8{NGt8oe_3xuMyIV", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/716404", "modelId": 640546} \ No newline at end of file diff --git a/datasets/metadata/716472.json b/datasets/metadata/716472.json new file mode 100644 index 0000000000000000000000000000000000000000..a6aae5f0ef6d4074e55dbb82344e96d123e614ab --- /dev/null +++ b/datasets/metadata/716472.json @@ -0,0 +1 @@ +{"id": 716472, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-12T12:16:49.556Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 631174, "sizeKB": 80.623046875, "name": "716472_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T11:55:40.947Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "AE431E4149", "SHA256": "AE431E4149928B81970B3C236553059D70C8F5030694CFC148CADA8A8984E186", "CRC32": "36A397C9", "BLAKE3": "D254143AD80288E64DC669B65613A8CA43565AF7C006EF350D81B879DF943D69"}, "downloadUrl": "https://civitai.com/api/download/models/716472?type=Training%20Data"}, {"id": 631194, "sizeKB": 223099.34765625, "name": "Mariah_Beyblade-000002.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T12:16:49.486Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "DD3CB212", "AutoV2": "F6EEB9E519", "SHA256": "F6EEB9E519337D1C560F575AD365E99700E142D2388B197297B7B10D7FE3BE23", "CRC32": "B93CDA69", "BLAKE3": "164F91436AFCA20BB96E2B09DB532947EBEBC95A0964725EC7F4A84223120C11", "AutoV3": "4F8B350C2524"}, "downloadUrl": "https://civitai.com/api/download/models/716472", "primary": true}], "images": [{"id": 23943349, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b81e4f69-fbe0-4bcb-b8b2-028500d80ab7/width=450/23943349.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAEVg1D800%2wEICy=xbx]kTNFaM-?x@H?Rk", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23943346, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1363d486-a51b-45da-8faa-0371b4f841bb/width=450/23943346.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCEoiKH]00xaq[Mfy=%2-VWBOpaz-XoxM_V[", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/716472", "modelId": 640606} \ No newline at end of file diff --git a/datasets/metadata/717094.json b/datasets/metadata/717094.json new file mode 100644 index 0000000000000000000000000000000000000000..b955e1f96b109d1ff698dc160d2298594d1187bb --- /dev/null +++ b/datasets/metadata/717094.json @@ -0,0 +1 @@ +{"id": 717094, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-12T21:18:48.335Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 631786, "sizeKB": 738.7880859375, "name": "717094_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T17:06:59.602Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "B7249EC97B", "SHA256": "B7249EC97BE288C8AEA02AAA193BDDD34E36BEE94F2C2FB9DD5BBE7EC2AD544E", "CRC32": "D353BF91", "BLAKE3": "7502F244A7BA49FD972FF0590ECAE3FABECA25A6590AD8B0D5DEBF82163702DE"}, "downloadUrl": "https://civitai.com/api/download/models/717094?type=Training%20Data"}, {"id": 632334, "sizeKB": 223102.91796875, "name": "Arika_-_Bakunyuu_Party.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/717094", "primary": true}], "images": [{"id": 24003912, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d134d8d-fd6c-4867-8dde-91af120457d1/width=450/24003912.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UmOyO{ozOtt7.mjs-:kC-;fk%fofn%WBM{j[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24003914, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0f02628-1be0-414d-af09-de0f72e02085/width=450/24003914.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFJ%Xx9b01-V~As:-Ws:M{X7={Rj^kRkIUs:", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24003910, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc870980-1889-4b6b-8e56-687c02b46641/width=450/24003910.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UtOfiXt7pJof?^of-;oLsmRjoyaeIpofRPj[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24003997, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d933c97-b2a8-4601-a8c1-446c14ff1c35/width=450/24003997.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UFK,T%E20d%2--xZ~BNeJ#xa}@f+~VNGD*bb", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/717094", "modelId": 641160} \ No newline at end of file diff --git a/datasets/metadata/717190.json b/datasets/metadata/717190.json new file mode 100644 index 0000000000000000000000000000000000000000..474f1454a3923d6a0e87c808138e044068ff62ca --- /dev/null +++ b/datasets/metadata/717190.json @@ -0,0 +1 @@ +{"id": 717190, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-12T19:39:37.505Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 631983, "sizeKB": 12321.48046875, "name": "717190_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T18:25:55.388Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "6BF1387A", "AutoV2": "D738271F96", "SHA256": "D738271F9679E2A3259FA9CE7C3613245116F57BC1B3E2DA247408E336D33817", "CRC32": "9E135AE0", "BLAKE3": "C9916A55A6C859E59ECE807CF2FBBEA3A9E6678F094993A2A531627CE82CFFB7"}, "downloadUrl": "https://civitai.com/api/download/models/717190?type=Training%20Data"}, {"id": 632129, "sizeKB": 223106.01953125, "name": "Sausage_Curls_Hairstyle-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T19:35:42.793Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "6B316BEB", "AutoV2": "D4983173E9", "SHA256": "D4983173E9B70E2BE7ED8AFAD90933257CC53F7B70F558E6E74D40E4B643DCDD", "CRC32": "6C9A8FDF", "BLAKE3": "BB1492152FD73321F8046731CF2B8E463CBD7BA51E17A5B0CC6A69D6E7471CB1", "AutoV3": "83A19244A821"}, "downloadUrl": "https://civitai.com/api/download/models/717190", "primary": true}], "images": [{"id": 23992617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7640474d-7715-4580-8e05-4e48b33ae4b8/width=450/23992617.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULGu]=-Un2OF~9xt.8Eh%2NGt7xDbd%2%MR+", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23992616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e13e884-1d37-4610-9414-c7c8e65cd902/width=450/23992616.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWK2Cj%f*JR5xZnNIURktQMdxbNwKjRjoJt6", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23992614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/080097c3-7b9f-4279-bd10-e0f515cf4a76/width=450/23992614.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UWFs0uyD.mIV%#f*F{R*DhD*RP%LMw$%rp$%", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/717190", "modelId": 641242} \ No newline at end of file diff --git a/datasets/metadata/717230.json b/datasets/metadata/717230.json new file mode 100644 index 0000000000000000000000000000000000000000..ad99f10280f4615d874790c144945cd6151153f5 --- /dev/null +++ b/datasets/metadata/717230.json @@ -0,0 +1 @@ +{"id": 717230, "index": 0, "name": "Tentaclejob V2", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-12T19:13:22.550Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 632055, "sizeKB": 223099.81640625, "name": "Tentaclejob.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T19:00:42.481Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "B9DEDE14", "AutoV2": "121490D3A5", "SHA256": "121490D3A52E93ECD9669787E3ADCF44FF430180A485B07EECB59D642E1D8C69", "CRC32": "3EE11AC6", "BLAKE3": "198957713D14FD0FD4EB40C858CAD7B4C17E9AE088D136370755BED8C4EC86A5", "AutoV3": "ECCF08B67776"}, "downloadUrl": "https://civitai.com/api/download/models/717230", "primary": true}, {"id": 631926, "sizeKB": 21560.046875, "name": "717230_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T18:05:47.999Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "614BAC28", "AutoV2": "1AADD54A6D", "SHA256": "1AADD54A6D215E637A33D9E59E419B80C3212D8DDE661E0905AF5A0CE17DCE9B", "CRC32": "D9290E13", "BLAKE3": "E1A527E8BCD0EC8FF4DDD9EB7E2D6C8680C5165147C7252177A4904F26B715C3"}, "downloadUrl": "https://civitai.com/api/download/models/717230?type=Training%20Data"}], "images": [{"id": 23989263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/691c441f-aec2-4660-9a36-e68da1e6dd33/width=450/23989263.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UaH1rdRjKPxa~WV@tRozXnjt$$bbxuj[oMs:", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23989341, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5f45278-c183-4fa0-a33c-b474cfa3dfe6/width=450/23989341.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "USGk%vS4TyxY~qozozt7OZV@r=NGNHn%afWq", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23989410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/342c9be9-4668-49d4-a4d8-e9bd2d3d4764/width=450/23989410.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "ULJg$m9^0$}rxGjaw^n%1J-9=dRlEN=ds.jG", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23989440, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d46dceaa-b1d4-4cb4-b71f-032c03129965/width=450/23989440.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UEI_WBxt0h9]E~-A,?I;0~I;}XoeE3I;$%-A", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23989462, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28f6c05b-329d-4ee8-a3ec-9d8a27c1abd9/width=450/23989462.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UFJEVCI;0hoyB9soEgsn10xZ}XI;10S#Sz#m", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23989548, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc0a4944-9eec-4796-8fd1-cc2af183fdf8/width=450/23989548.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UELUZBIq06bcOX$y,=$%0j}:%Jw^n%t6-Q5T", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23989583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1d67467-0365-4916-bfaa-db82b2dda6ca/width=450/23989583.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UBMXM15A04}=^hI==Y-S07F0^fRSD,xZE+i{", "type": "image", "hasMeta": true, "onSite": true}, {"id": 23989634, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ec7debb-87fc-403f-a3a2-c534cd7c9e96/width=450/23989634.jpeg", "nsfwLevel": 16, "width": 832, "height": 1216, "hash": "UIL-q4s:0*OE}?-Us:WW5?bc}=w]JDkDS#Iq", "type": "image", "hasMeta": true, "onSite": true}], "downloadUrl": "https://civitai.com/api/download/models/717230", "modelId": 641276} \ No newline at end of file diff --git a/datasets/metadata/717281.json b/datasets/metadata/717281.json new file mode 100644 index 0000000000000000000000000000000000000000..1f3236b32dc44b8c6b8e10c5d9fae028435da0b6 --- /dev/null +++ b/datasets/metadata/717281.json @@ -0,0 +1 @@ +{"id": 717281, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-12T19:01:29.322Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["xxapple"], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 631972, "sizeKB": 21803.7802734375, "name": "717281_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T18:27:55.150Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "78652779", "AutoV2": "967D0980B8", "SHA256": "967D0980B848036DC097BD63577A7537D1B07018F6027328B7C16046F55CF13A", "CRC32": "916280D1", "BLAKE3": "B8BDF59661515723B872E1BAD0E815DF2DC9CE566F2206A736AB0CFEAAA198C8"}, "downloadUrl": "https://civitai.com/api/download/models/717281?type=Training%20Data"}, {"id": 632047, "sizeKB": 223098.90234375, "name": "XXXAPPLE.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T18:57:07.578Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "3E6A629F", "AutoV2": "257FAF25FA", "SHA256": "257FAF25FA09A5B0ABA9788797CD21773E3752D6E95676FC986E0FB01C7AADD5", "CRC32": "05F78A4B", "BLAKE3": "7AE41AF3C6F539A80DE816DA685E1D21BCFCC30B3AD174F27678F65C484D1495", "AutoV3": "2C7DD60290B3"}, "downloadUrl": "https://civitai.com/api/download/models/717281", "primary": true}], "images": [{"id": 23987920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0dcecce4-24a3-44c6-9f36-e47e1103d665/width=450/23987920.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UGIg=g~B5kD*t*JR-Bo3Rjn%t7Io%2xaM|M{", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23987917, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2c1f9e7-81af-4cde-bd1a-26f3b1a7b787/width=450/23987917.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U7I4z^=ZO;00.RIo~V-VD*R+%M%2^kxaI:Io", "type": "image", "hasMeta": true, "onSite": false}, {"id": 23987919, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d3abe65-9e25-4263-9fc8-7c5ab1a90a47/width=450/23987919.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UAJtYikCMJ9Z0~?bV[^+0K%gtRxu~pIUWBIo", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/717281", "modelId": 641318} \ No newline at end of file diff --git a/datasets/metadata/717313.json b/datasets/metadata/717313.json new file mode 100644 index 0000000000000000000000000000000000000000..ec0e52ff0e380db500772ef2df74a57daa941b69 --- /dev/null +++ b/datasets/metadata/717313.json @@ -0,0 +1 @@ +{"id": 717313, "index": 0, "name": "V2", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-12T20:26:49.476Z", "availability": "Public", "nsfwLevel": 28, "description": "\u00f6zel versiyon
", "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 632006, "sizeKB": 3368.302734375, "name": "717313_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T18:36:48.967Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "83999739", "AutoV2": "E5CEAA2588", "SHA256": "E5CEAA25886C9901E3BCB34BB4F9065E7CD7CE9DB858CC49F0017769CA6B207E", "CRC32": "51130267", "BLAKE3": "CCE773855DD84361F2579DE85604DCE3476AFAB1F223D099B56BF6AF1959A887"}, "downloadUrl": "https://civitai.com/api/download/models/717313?type=Training%20Data"}, {"id": 632094, "sizeKB": 36978.125, "name": "Celestia-000007.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T19:21:57.560Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8B4C1E6E", "AutoV2": "50ECEEFEDB", "SHA256": "50ECEEFEDB9331AF00581BDE1C14A319448A0BB74449DA789C7A6F8138A1A26E", "CRC32": "2EE1E751", "BLAKE3": "DC17B22CD252ACDD82AB208CABF4642F1073D081B08C93104FB11025AE21A885", "AutoV3": "9D86E6CF7EDA"}, "downloadUrl": "https://civitai.com/api/download/models/717313", "primary": true}], "images": [{"id": 23998185, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d86f7663-3b86-45b5-92b7-66fc3096975d/width=450/23998185.jpeg", "nsfwLevel": 4, "width": 1638, "height": 2048, "hash": "UgN+36-pxtsC~Bo}kCo2yCozMye.IpWVaeaK", "type": "image", "hasMeta": false, "onSite": false}, {"id": 23998296, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6f6e009-da8b-4935-a292-ff41d33909eb/width=450/23998296.jpeg", "nsfwLevel": 4, "width": 1344, "height": 768, "hash": "UIDIk2~VEKJ6NZof%2NHIpR+t6xYxat7bGRj", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/717313", "modelId": 641325} \ No newline at end of file diff --git a/datasets/metadata/717397.json b/datasets/metadata/717397.json new file mode 100644 index 0000000000000000000000000000000000000000..b38a4432cc6894fec2ad4763f2690cf740feeec0 --- /dev/null +++ b/datasets/metadata/717397.json @@ -0,0 +1 @@ +{"id": 717397, "index": 0, "name": "Addyv1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2024-08-12T19:22:50.674Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["Addywilliam"], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 632110, "sizeKB": 20079.7158203125, "name": "addyWilliam_addyv10_trainingData.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T19:23:02.922Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E141BC09", "AutoV2": "74F514941B", "SHA256": "74F514941BE8BE5A187E4E9E3EF61653376DD82CA1650077294815F511128560", "CRC32": "04BC31A2", "BLAKE3": "F9F4FFE59CB6C7904144EEB4A1197A3CBCF1081729E1E5D4E7E27C582CB07CF8"}, "downloadUrl": "https://civitai.com/api/download/models/717397", "primary": true}], "images": [], "downloadUrl": "https://civitai.com/api/download/models/717397", "modelId": 641408} \ No newline at end of file diff --git a/datasets/metadata/717614.json b/datasets/metadata/717614.json new file mode 100644 index 0000000000000000000000000000000000000000..e1acf739c6a71de880b5baaccd126b8e7bcd56b1 --- /dev/null +++ b/datasets/metadata/717614.json @@ -0,0 +1 @@ +{"id": 717614, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-12T22:44:28.691Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 632376, "sizeKB": 112376.7197265625, "name": "717614_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T21:41:10.972Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E2FEA7F0", "AutoV2": "2536D699BF", "SHA256": "2536D699BF2277B74EBB37036EE51A73E3E85780D5CD3B7A736EFD7C6A282080", "CRC32": "18632F50", "BLAKE3": "B485796A4FFB30909BF48B435AD30310E9FAB6AC0FE936B4EE0BC51095FA9069"}, "downloadUrl": "https://civitai.com/api/download/models/717614?type=Training%20Data"}, {"id": 632515, "sizeKB": 223106.85546875, "name": "spongebob_close_ups-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T22:45:53.134Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "1A7103FD", "AutoV2": "32D6AA01AF", "SHA256": "32D6AA01AF2178F21B5AEBFDF996AD834915B126082AC5C56AEEEC0C1308A7CF", "CRC32": "770858C0", "BLAKE3": "A7DC842F7C483B8FB24C10E338AA3711F1F079E67C392999688AD0B7A5FE9F3E", "AutoV3": "1698D5A28F68"}, "downloadUrl": "https://civitai.com/api/download/models/717614", "primary": true}], "images": [{"id": 24012965, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aae2082b-536d-4c51-96d2-a19074f7c53e/width=450/24012965.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIIz*IaL7:ozHIkCo?ox3ToJryjY;KWq#sah", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24012970, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa8e6756-7920-431c-bf5f-178fede9f232/width=450/24012970.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNHCiDXN0[o|.jskT2R.I]jI$_oJ-%S7N4Wn", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/717614", "modelId": 641601} \ No newline at end of file diff --git a/datasets/metadata/717724.json b/datasets/metadata/717724.json new file mode 100644 index 0000000000000000000000000000000000000000..5157acce39af745b8088259981bddf1315a2bab6 --- /dev/null +++ b/datasets/metadata/717724.json @@ -0,0 +1 @@ +{"id": 717724, "index": 0, "name": "v1.0", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-13T05:06:02.099Z", "availability": "Public", "nsfwLevel": 28, "description": "About this version
More distant images may show some artifacts, distortions or disproportions in the face and hands when generating images in Civitai, which is why the recommendation of this LoRA is to use characters closer to the image or use some Embedding to reduce errors in the face.
", "trainedWords": ["by destabilizer"], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 632638, "sizeKB": 198888.4599609375, "name": "717724_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T23:56:00.782Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "186E91A9", "AutoV2": "E1F1A1E7AB", "SHA256": "E1F1A1E7AB0297B972266CBA5ECB34DAE0C45D91F9196C3C021B0AE52BE8A72C", "CRC32": "7D4EF61B", "BLAKE3": "A7BC165ED8D23D98CC291A9A09980B64E56C5C45093F7ECAC3FC5EE8CF9AEBB8"}, "downloadUrl": "https://civitai.com/api/download/models/717724?type=Training%20Data"}, {"id": 633178, "sizeKB": 223128.23828125, "name": "Destabilizer_Style_Lora-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-13T04:51:53.378Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "21D9D0DD", "AutoV2": "39D5D56031", "SHA256": "39D5D5603137590445F12845105C5B65713F0B6690BC215295F96EBE4E8C9602", "CRC32": "2FE787E3", "BLAKE3": "2B28B555A30D2A27B73B73B46143FD0C5AA544184B1EFAA1E220DE1BA5457CF6", "AutoV3": "160F0F21630D"}, "downloadUrl": "https://civitai.com/api/download/models/717724", "primary": true}], "images": [{"id": 24058837, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35fd12df-38d5-49f3-995c-d56995c5c63c/width=450/24058837.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UOL.#xkp^n$j?HV@MxRj%NW-oINGohxbWAsm", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24058835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61ca7578-efcd-41fe-aad5-5e615be71c13/width=450/24058835.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "URKl~zIp~B-o^*xaRjoJxuWCV@R+t6WBaeWC", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24058823, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23598880-7369-47dd-97e3-ded7ef5bd506/width=450/24058823.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UTI:qM={#+s:~Bg2jEr?v}xGX8R+enxDS#Nb", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24058839, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fdcfe3c-015f-4bc9-ad4d-c7d0d2bd094f/width=450/24058839.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UTOfMlay~p-:%Kt6RlRkI;j[s9WB%2WVR*oe", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24058832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a9b4a9a-4b8c-4c92-b7d5-1c99a69aed54/width=450/24058832.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UhC%syV[%fozXroeWFR-tSozRPWBogjun#ax", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24058827, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee36a19b-9c53-4072-a96c-d3188d5b9035/width=450/24058827.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U9EKWFIq01={u3aeH[tQ0goe}YWC{fbaBSV[", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24058833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e57c1cf-db34-4bd9-a3be-de8720fe259f/width=450/24058833.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UbOC1|t7?^V@_Mt7ozWByYofyDWBo#kCRlWA", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24058822, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8b2d1530-0a98-40dc-93c7-045f885665cd/width=450/24058822.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UYQ+jDrrpwx[.mx]VsRPXRRQs:oLxaaKV@bH", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24058826, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1572da3f-9828-4846-8a7e-aad436134032/width=450/24058826.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UGH,Fx}Z9^I:?Gr?RjSh58I:xDS#^*S~Naj=", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24058829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5b207fe-f1a4-49d4-9150-e6360af6064e/width=450/24058829.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UEL{Vdt7I8xa%3bI9xWB|Coe-;jFxGWBSgkC", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24058836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec7c476c-39c2-40e9-9ff0-200bb907c984/width=450/24058836.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UhOd6Boe}bbH=#sWWAoKxaWVNGj[xHWUWBjb", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24058821, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07e9a3e5-a6c3-42cc-9802-45679a33798e/width=450/24058821.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UMOnOOs:%}rX?]xtRPX8Y4ozVZj[wJafR6jZ", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24058831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2edd2dc-00e8-429a-9d08-9af1576be6d2/width=450/24058831.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UHHK2snP0Mof.ir@IWoe1bNdN3s.-TI=Mzt6", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/717724", "modelId": 641696} \ No newline at end of file diff --git a/datasets/metadata/717745.json b/datasets/metadata/717745.json new file mode 100644 index 0000000000000000000000000000000000000000..e91f3666595108752572ca2ed108bf91a46bd977 --- /dev/null +++ b/datasets/metadata/717745.json @@ -0,0 +1 @@ +{"id": 717745, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-12T21:55:35.685Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 632415, "sizeKB": 9852.95703125, "name": "Tomoko_Ukita_DarkShell.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T21:56:30.584Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "80F1CAB7", "AutoV2": "082C6365CB", "SHA256": "082C6365CB6F25C6156B6958908D6445CF04139D1A9E1E93C6CE334A461C9D49", "CRC32": "5A089A18", "BLAKE3": "5D0CBD69D7B367126C34D42B875A6F605DEC22E54DFE0642B1848A0F1A21D0FC"}, "downloadUrl": "https://civitai.com/api/download/models/717745?type=Training%20Data"}, {"id": 632416, "sizeKB": 22237.69140625, "name": "Tomoko_Ukita_DarkShell-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T21:56:59.287Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DD5FAEBB", "AutoV2": "1C176A5F8A", "SHA256": "1C176A5F8A1CD3F540D383956A098548D74417ABB3DD6F3C63C2740D8372DBAF", "CRC32": "CBBBB768", "BLAKE3": "E03792D482DF1501E9EB39FA4876A83B27D0BEE077D52177BF25A7C997B7D905", "AutoV3": "55AB4F5DAFB1"}, "downloadUrl": "https://civitai.com/api/download/models/717745", "primary": true}], "images": [{"id": 24007640, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddd05807-e57d-4ac3-b504-a88bcfd035c1/width=450/24007640.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1840, "hash": "UjN8]ioM.9t7dBbH-;t7xHayxtoLw0oKslWV", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/717745", "modelId": 641712} \ No newline at end of file diff --git a/datasets/metadata/717829.json b/datasets/metadata/717829.json new file mode 100644 index 0000000000000000000000000000000000000000..a826d1ccc214c4486e8afedf2cce62d5800ba293 --- /dev/null +++ b/datasets/metadata/717829.json @@ -0,0 +1 @@ +{"id": 717829, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-12T23:50:47.429Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 6, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 632619, "sizeKB": 223099.45703125, "name": "Medieval_Aesthetic_Style.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T23:51:52.872Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "760796EF", "AutoV2": "7916879A0A", "SHA256": "7916879A0A44D06CB5E3722C081BD3007FA73D2F2ABDD368A855E78B47D5054C", "CRC32": "98F7E45A", "BLAKE3": "D3B0888C4F5C7D7A5A4C61DB908E37CA2CAF3DEB2C9B926BACA81D1C1AEFD270", "AutoV3": "C74A3BEDE9AB"}, "downloadUrl": "https://civitai.com/api/download/models/717829", "primary": true}, {"id": 632512, "sizeKB": 8592.7626953125, "name": "717829_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T22:45:53.629Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "AE4F8504", "AutoV2": "2D9622AA24", "SHA256": "2D9622AA24D68837421DCD799DED3FE5329F8B88BEBF868D4451DD8788F24EDE", "CRC32": "8141638C", "BLAKE3": "541641041416690699B82F0E1F37C7AF72DF3F3132EB7933C5B35C288898974E"}, "downloadUrl": "https://civitai.com/api/download/models/717829?type=Training%20Data"}], "images": [{"id": 24019674, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ebd02205-34fe-4726-81ad-18d73fcf3b7d/width=450/24019674.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEELQi%ftQ~BRPR+IpxZ0Ls9WCIoNHjZxFNH", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24019669, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba5ce00c-42ca-4bf2-92e4-ff48eb163881/width=450/24019669.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDEB:2.7-:~URQNHE2-U02M{M|IVNajYxFNH", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24019671, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96ae5cf3-3d62-45d2-9256-5acbd42277d5/width=450/24019671.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UCEeV*?ax[~Bi_W=EM$%0MRPIpIpIpj[$$I:", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24019670, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/85edc74a-a4ed-43fa-be7e-46589cb5ff0d/width=450/24019670.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U9C$WI~VS|?GIVRjM|oL02IVIpM|E2WB={NH", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24019668, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4ae3a82b-901c-4764-86da-7ee49cf444de/width=450/24019668.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U7BV|g~po}-pIpRkIpjs00IUE2M{9aM|^jR+", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24019676, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/363c96b4-7125-414a-8b74-2cc08f9f542b/width=450/24019676.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKHB*r_NOXI[o#%gx]%2NJnhM{M{R*IosnIo", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/717829", "modelId": 641786} \ No newline at end of file diff --git a/datasets/metadata/717888.json b/datasets/metadata/717888.json new file mode 100644 index 0000000000000000000000000000000000000000..7a7d4a0474b56cf2dd46954c80b4fd1108e75cf9 --- /dev/null +++ b/datasets/metadata/717888.json @@ -0,0 +1 @@ +{"id": 717888, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": null, "publishedAt": "2024-08-12T23:09:04.368Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 2, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 632550, "sizeKB": 22240.79296875, "name": "Yuuka_Konishi_DarkShell-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T23:10:48.532Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3F8EAFE8", "AutoV2": "9EFAE27876", "SHA256": "9EFAE27876366211CE9145BCD8EB92A96AA099FCA16284F212F2DF416263BA17", "CRC32": "0CFBDDB2", "BLAKE3": "80D5298F0EA9CBDF3E90F6138AE95041F645BD871FD630A927CB752F1B4497C5", "AutoV3": "62CB659A3414"}, "downloadUrl": "https://civitai.com/api/download/models/717888", "primary": true}, {"id": 632549, "sizeKB": 14294.595703125, "name": "Yuuka_Konishi_DarkShell.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T23:11:18.748Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FB943A31", "AutoV2": "C01205B86C", "SHA256": "C01205B86C54D6D6D6244DA3A71E88251822A83F38C34729F5531E93F15825F9", "CRC32": "F8E69D7D", "BLAKE3": "9BEE9371F11B906943B0CDE8A179DDCED10CFAA4300F8E4766B3D3556FD07653"}, "downloadUrl": "https://civitai.com/api/download/models/717888?type=Training%20Data"}], "images": [{"id": 24015343, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15b795c5-0d17-4476-ba07-262fca88cbad/width=450/24015343.jpeg", "nsfwLevel": 1, "width": 1224, "height": 1840, "hash": "UQQI;?NKkYM~x@M{b{WDtSs:V@of~qxanNt6", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/717888", "modelId": 641837} \ No newline at end of file diff --git a/datasets/metadata/717910.json b/datasets/metadata/717910.json new file mode 100644 index 0000000000000000000000000000000000000000..f4c902664b3bfc4472e20441428100ac73ba0fbd --- /dev/null +++ b/datasets/metadata/717910.json @@ -0,0 +1 @@ +{"id": 717910, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-12T23:59:31.282Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 4, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 632573, "sizeKB": 2328.8798828125, "name": "717910_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T23:26:21.638Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0DD4E820", "AutoV2": "42E9D8B9AB", "SHA256": "42E9D8B9ABF4D6AFA5D6FCAAF4080B84DA6F65C1FC5820303A70E98DC624A572", "CRC32": "BEDC3A98", "BLAKE3": "F76FFCCE00D9234054DA66041EE870E0C93C9DB1DA72A46F6676B79822D9AF58"}, "downloadUrl": "https://civitai.com/api/download/models/717910?type=Training%20Data"}, {"id": 632635, "sizeKB": 223099.90234375, "name": "Henrietta_Biggle-000009.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-12T23:55:58.279Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "8172A047", "AutoV2": "CF13F17832", "SHA256": "CF13F17832CD1A1E531C402492AB60BB98F92EF43E5CEB7E136EDA6152811F4E", "CRC32": "00F67A93", "BLAKE3": "A6EFB0FED705D52586509EC824A4F4E8D40EF22207200A1229844113DF23CD7F", "AutoV3": "2ECCC19D1D0F"}, "downloadUrl": "https://civitai.com/api/download/models/717910", "primary": true}], "images": [{"id": 24020263, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/442c58bc-ddca-4575-95c4-8687df515960/width=450/24020263.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKF=p_R%01t7E9WAxuof00oe~pfS^+j[M~b0", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24020264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9befcbe6-1197-4121-ac4f-f9774ee189a2/width=450/24020264.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJFPKfxu4pxu~qxuobj[9It7?GM|?ZaxD%ax", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/717910", "modelId": 641858} \ No newline at end of file diff --git a/datasets/metadata/717993.json b/datasets/metadata/717993.json new file mode 100644 index 0000000000000000000000000000000000000000..817c0ffc816c82c1696d563b4688305eee295fc1 --- /dev/null +++ b/datasets/metadata/717993.json @@ -0,0 +1 @@ +{"id": 717993, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-13T01:48:52.474Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 632830, "sizeKB": 223099.16796875, "name": "Kamra_SemuElo-000003.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-13T01:41:21.676Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "CB87E1FD", "AutoV2": "001C1353DC", "SHA256": "001C1353DC1C1B20FD9C05457C4A9A5E7F25DC0F9F3706C21D255AC00C636C68", "CRC32": "D1BCD92B", "BLAKE3": "513FDA6DEDCFA49CDE81BCCDF7D07FBCFE3315B7DCE8E11ACA43CD2D70FA3ACF", "AutoV3": "9505FC12602C"}, "downloadUrl": "https://civitai.com/api/download/models/717993", "primary": true}, {"id": 632647, "sizeKB": 353.8115234375, "name": "717993_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-13T00:02:02.140Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "A08FA88908", "SHA256": "A08FA88908F793BA436C2AF1429348AB6D6FC4F34FE0D4D417FC509CCC0CDBF3", "CRC32": "D84C3666", "BLAKE3": "80902ED8EFF3DCE1AF895C8FEAAA32F3662B240E05C3B45EA0B6A8EF716AA2B6"}, "downloadUrl": "https://civitai.com/api/download/models/717993?type=Training%20Data"}], "images": [{"id": 24036576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4305b04-77e3-46e7-9476-e48667fb9a63/width=450/24036576.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UALqCTM{%3?bE0t7xuoM-X%MofWB~qM{M{of", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24036574, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a28935a-b09c-4a9b-b7b6-5c56b27dec6e/width=450/24036574.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "UBKKmI%NMfDj00jFt8%M4naextWV~XM{Rixb", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24036575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b8eafc67-030a-4bc2-ba10-f99b8ebffd51/width=450/24036575.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "U3L;8H8_.7vh00%M9F~q00?bIU9F~C%2ae4n", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/717993", "modelId": 641925} \ No newline at end of file diff --git a/datasets/metadata/718081.json b/datasets/metadata/718081.json new file mode 100644 index 0000000000000000000000000000000000000000..b8eb656697ed3bd412db549a55c635bcd2153acd --- /dev/null +++ b/datasets/metadata/718081.json @@ -0,0 +1 @@ +{"id": 718081, "index": 0, "name": "V1", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-13T03:55:05.931Z", "availability": "Public", "nsfwLevel": 1, "description": "No
", "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 632739, "sizeKB": 38100.0849609375, "name": "718081_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-13T00:50:51.661Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "0E44B0E2", "AutoV2": "59172D1B56", "SHA256": "59172D1B56FC0D353130E75944CA60F57CB9F8A6A59A2F9FCEC1DBDB1B8D530B", "CRC32": "BF181B93", "BLAKE3": "EC98ADF90A57B6D26C8862CF0B99EAB20F8C7CE97EF19127BFCA0275E827AF36"}, "downloadUrl": "https://civitai.com/api/download/models/718081?type=Training%20Data"}, {"id": 633080, "sizeKB": 445790.58984375, "name": "Kazuma_Satou_Konosuba_Fantastic_Days.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-13T03:56:22.478Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "87AF6CB9", "AutoV2": "C2F9628CFE", "SHA256": "C2F9628CFEE8C40AD96B6997358AAEF3470D411356938CB381CCA8AF65E9984E", "CRC32": "1CD5F090", "BLAKE3": "D9EFA3A922B8C31031DC878A872B1F23966556A034F2C30968A5BE62E7560E74", "AutoV3": "BC59BCE1A0F2"}, "downloadUrl": "https://civitai.com/api/download/models/718081", "primary": true}], "images": [{"id": 24051941, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e6a195bc-8a92-4efc-9eb8-c1f3a02c5f77/width=450/24051941.jpeg", "nsfwLevel": 1, "width": 1428, "height": 3484, "hash": "UaNwWXt6~qs:t6t7t8t6%MWCNGM{%2s:%MM{", "type": "image", "hasMeta": false, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/718081", "modelId": 642002} \ No newline at end of file diff --git a/datasets/metadata/718492.json b/datasets/metadata/718492.json new file mode 100644 index 0000000000000000000000000000000000000000..550dc0daecf246802d674285f6ed5150c1932d7f --- /dev/null +++ b/datasets/metadata/718492.json @@ -0,0 +1 @@ +{"id": 718492, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-13T07:01:17.630Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 3, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 633152, "sizeKB": 100111.0986328125, "name": "718492_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-13T04:36:37.133Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "81FEE73F", "AutoV2": "07F441EEF9", "SHA256": "07F441EEF981A7F9F50D23DEB4E653CA893C48898BDA3895331B1CC9BB16ECE3", "CRC32": "BE4DFE95", "BLAKE3": "E6CD16FA06790D38586E2FB712F5962B2C4DE992E361E62D1CC19E164E8CA1DA"}, "downloadUrl": "https://civitai.com/api/download/models/718492?type=Training%20Data"}, {"id": 633369, "sizeKB": 223100.60546875, "name": "White_Slime_-_Anime.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-13T07:00:55.118Z", "metadata": {"format": "SafeTensor"}, "hashes": {"AutoV1": "D79D179A", "AutoV2": "9322424445", "SHA256": "93224244451F5FAAE7A91157A037E49BBF4ADF596A436027F41E0A0E47CB0D33", "CRC32": "351752E1", "BLAKE3": "EEB33BDED9888719D26C3D5DB4F317612EABB985173B18A40470BB8AA281BCF8", "AutoV3": "8E11DB1633C3"}, "downloadUrl": "https://civitai.com/api/download/models/718492", "primary": true}], "images": [{"id": 24073156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79697776-e7b4-43b9-a3ac-560792c2eb19/width=450/24073156.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDGbxGRj9FRj_3j[4nt7%MD%IURj~qt7Rjof", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24073154, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/429ceef3-3d98-43ce-9d07-d67f16d16514/width=450/24073154.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U5D,4ZM{00_300IUxt-;00oL~qRj~qofD%Rj", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24073159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/341a0033-d21c-457d-9e0d-7ac0809c37d7/width=450/24073159.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAFF$}RO8_x]yExZDhtR_NoKD%xuIAbI4.Ri", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/718492", "modelId": 642358} \ No newline at end of file diff --git a/datasets/metadata/718504.json b/datasets/metadata/718504.json new file mode 100644 index 0000000000000000000000000000000000000000..702037b37b0cf3886826b15a87aa16cecac3f499 --- /dev/null +++ b/datasets/metadata/718504.json @@ -0,0 +1 @@ +{"id": 718504, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-13T07:04:08.577Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 633371, "sizeKB": 223100.56640625, "name": "White_Pink_Tentacle_Slime_-_Anime.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/718504", "primary": true}, {"id": 633158, "sizeKB": 117775.154296875, "name": "718504_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-13T04:40:53.946Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "DB4FA1AB", "AutoV2": "CF409DF884", "SHA256": "CF409DF884D37FC729888DCD7ADFA88388FACA31F0D0F34AD7228C5588E588A5", "CRC32": "8877EDB6", "BLAKE3": "E214232881EF16A4ED01D88AC7B878300FEC7F71F38FC06332F8C42AEC60734F"}, "downloadUrl": "https://civitai.com/api/download/models/718504?type=Training%20Data"}], "images": [{"id": 24073425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6dc480c4-aeef-44ac-a1b2-f0a0ffd7ddd9/width=450/24073425.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEP62U-VITa08wtltlVs_NDOV[XR?^?vx]M{", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24073424, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0fdeb0cb-93f1-4cc3-9901-708295f162a1/width=450/24073424.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "ULI5V-aKDiRP4Txu%gkC_NV@Rkj[aexvxuof", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24073426, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb5bde8b-546e-4077-bb50-733438fe50ae/width=450/24073426.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UJN^D1?H4nxuIU%MkVM{xuRjRPM{~qRj%Mxu", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/718504", "modelId": 642368} \ No newline at end of file diff --git a/datasets/metadata/718513.json b/datasets/metadata/718513.json new file mode 100644 index 0000000000000000000000000000000000000000..809184f2d4f804a71c475ca26b05a44154b4d6f4 --- /dev/null +++ b/datasets/metadata/718513.json @@ -0,0 +1 @@ +{"id": 718513, "index": 0, "name": "V1", "baseModel": "SDXL 1.0", "baseModelType": null, "publishedAt": "2024-08-13T07:20:52.657Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 0, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 633168, "sizeKB": 34937.412109375, "name": "718513_training_data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2024-08-13T04:46:29.690Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "D1622A7E", "AutoV2": "889155F149", "SHA256": "889155F1494816F7BF5E17327FB7F58487E87CA4EB4F4C4B451FB640F7B5BE4A", "CRC32": "A272E846", "BLAKE3": "0D92E4784920F0A16BACAA29692BCD3ABCD2161A8E34F5F7B851F596852B9525"}, "downloadUrl": "https://civitai.com/api/download/models/718513?type=Training%20Data"}, {"id": 633394, "sizeKB": 223100.51953125, "name": "Rainbow_Slime_-_Anime_r1.safetensors", "type": "Model", "pickleScanResult": "Pending", "pickleScanMessage": null, "virusScanResult": "Pending", "virusScanMessage": null, "scannedAt": null, "metadata": {"format": "SafeTensor"}, "hashes": {}, "downloadUrl": "https://civitai.com/api/download/models/718513", "primary": true}], "images": [{"id": 24075157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3607c401-ea16-40f9-958e-b5072ce71a37/width=450/24075157.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQIgWm}lvvN4pcwfn2o#+-x@$v%ENy,ns;M~", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24075155, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fd1f2b5-800e-445d-803b-43a22653f628/width=450/24075155.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UIIgTO%UmkF|8i#E9=V{?0=FZhEB%~O+N3Xf", "type": "image", "hasMeta": true, "onSite": false}, {"id": 24075158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80f0da89-b6ba-4b1b-845c-01b7743f8d60/width=450/24075158.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UKH^eoA19b^bTS$xBfX+~E-TABoHwjFOxAV?", "type": "image", "hasMeta": true, "onSite": false}], "downloadUrl": "https://civitai.com/api/download/models/718513", "modelId": 642377} \ No newline at end of file diff --git a/datasets/metadata/718584.json b/datasets/metadata/718584.json new file mode 100644 index 0000000000000000000000000000000000000000..3fc2df449836285c395dd1367e3bbd72ac9fc63b --- /dev/null +++ b/datasets/metadata/718584.json @@ -0,0 +1 @@ +{"id": 718584, "index": 1, "name": "Pony Diffusion V6 XL", "baseModel": "Pony", "baseModelType": null, "publishedAt": "2024-08-13T07:42:53.380Z", "availability": "Public", "nsfwLevel": 28, "description": "a1111/forge friendly :)
This is actually V4 but then again 2 and 3 while not bad were not a great improvement. To train this I modified the dataset to be 192x192. This way I was able to regularize the size of the image in the in painting zone. On the other hand if the zone is too big you might get duplicates or weird stretching. If there's demand I might try to make a 256 version. V1 is of course 512.
I might give this another try doing adding vertical flip as i saw some bias. I am not sure about the speech bubbles of some of the dataset as they often appear pointing the wrong way(as expected).
I recommend to use:
Try to make the impaint area close to 192x192 or if smaller try making it either round or square.
Lora Weight: 1
imprint area: only masked
Denoising strength: 1
Model based on BerryGold 1.0
Final Training dataset: 2293 Images (e621&danbooru)
Note: quality over quantity, to get a good result i had to remove ~500Img often because of cross view but im happy with end quality.
Lora trained on 512x512 images. If you are inpainting in a image before upscaling the result might be too big. only use it if you have a lot of free space to inpaint in your image.
", "trainedWords": ["InpaintFertilization512"], "stats": {"downloadCount": 276, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 52017, "sizeKB": 63253.3876953125, "name": "train.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-19T21:11:22.213Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D46A61A7", "AutoV2": "BF07179C23", "SHA256": "BF07179C23AAC688EC0A649B8A8CA2DD0CAD78A3600CB14C226D7EF298D67674", "CRC32": "25AFA070", "BLAKE3": "DF4CD23565E1B749EB16A3FA2FA55B138861DBE6A96932666625C69B01350EF5"}, "downloadUrl": "https://civitai.com/api/download/models/75324?type=Training%20Data"}, {"id": 52016, "sizeKB": 36977.3779296875, "name": "InpaintFertilization512.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-19T21:11:16.077Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6727882D", "AutoV2": "C353FA07B4", "SHA256": "C353FA07B41BC6EA8852AA243070953FD76A8E447871A3DEA4F94FDF2DC8EC41", "CRC32": "48BBDE78", "BLAKE3": "2BE7A53EE991A167E3FA86E65EC87E9EFEBF02BC35F142EAFC17DFCEE506002C", "AutoV3": "CF196383AA25"}, "downloadUrl": "https://civitai.com/api/download/models/75324", "primary": true}], "images": [{"id": 842311, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf91a5b6-9734-4757-a924-27bb9c85cea1/width=450/842311.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UWJtPV^--mRkQ-n3M|WBZ}VsM}ofS~xuxGof", "type": "image"}, {"id": 842313, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e20fb5d6-a8d9-4e83-baec-5179872695b1/width=450/842313.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UVJ7zY?dx=NHDjMxIoRjR4M_IqoLOrxuxGof", "type": "image"}, {"id": 842314, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86a8231e-59e2-4f29-927f-b9c4fd543b1a/width=450/842314.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UYI}L_.Ax@NHD*M{IpRjM_M{M}o1S$xuw|oL", "type": "image"}, {"id": 842316, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d6d2579-2bac-43aa-8853-ac593c58b432/width=450/842316.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UaJ7,q.Ax@NHIVRQI:R*RORjNIoLT0xuxGoe", "type": "image"}, {"id": 842317, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82bd6011-a722-4238-afa7-879f2ce37c26/width=450/842317.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UaM7u{0x9]-X*;x3IWSc*FEKZhtRXCn.rXSN", "type": "image"}, {"id": 842319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1803071b-2905-4408-a7dd-5b016ddb481d/width=450/842319.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UuRV]IJfRO%2;N-Wa0S09.I-Vsogw7s;V@W:", "type": "image"}, {"id": 842320, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8da66abf-0c68-48c0-9e57-d8c74e16b860/width=450/842320.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U*QmH]EKM|%2#Fr|RRS09.ELRQs;j3WGRkbF", "type": "image"}, {"id": 842321, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8edf49a-0496-4e2d-ac2f-cf0cda8f9967/width=450/842321.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U,R30zE2Myxuwbo~V[WV9oE3RPogaSX9V@fk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/75324", "modelId": 68953} \ No newline at end of file diff --git a/datasets/metadata/75333.json b/datasets/metadata/75333.json new file mode 100644 index 0000000000000000000000000000000000000000..63b1df37110252f29c7ec595f92c27ffef6bd2cc --- /dev/null +++ b/datasets/metadata/75333.json @@ -0,0 +1 @@ +{"id": 75333, "index": 3, "name": "v3.0 Medium 192x192", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-19T21:23:12.901Z", "availability": "Public", "nsfwLevel": 9, "description": "This one is a bit problematic SD seems to dislike this resolution. Make sure to set inpainting area to only masked and set the height and width to 192.
", "trainedWords": ["InpaintFertilization192"], "stats": {"downloadCount": 246, "ratingCount": 0, "rating": 0, "thumbsUpCount": 0, "thumbsDownCount": 0}, "files": [{"id": 52022, "sizeKB": 11610.634765625, "name": "train2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-19T21:21:15.748Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D0098B48", "AutoV2": "ECE8351BB4", "SHA256": "ECE8351BB443632188F64503C039C654A2DD1D7D2EE494D50EF123F2FADDD2E9", "CRC32": "7BE66D16", "BLAKE3": "6591AE63521F09F7606837C98D2E26A90239AF96C8BEF75B4B7484CA06248C6E"}, "downloadUrl": "https://civitai.com/api/download/models/75333?type=Training%20Data"}, {"id": 52023, "sizeKB": 36977.3857421875, "name": "InpaintFertilization192.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-19T21:21:39.352Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "4F41A850", "AutoV2": "4DCE6BDB15", "SHA256": "4DCE6BDB15D605C3866E271C79E8616D2C34F2BA0903D31110D7879F0DD63102", "CRC32": "6F6722A4", "BLAKE3": "8BFD00855BF032707DFACA354FBE77D17111F5E40C721B3E98978D40E25195FB", "AutoV3": "9426AA508C7A"}, "downloadUrl": "https://civitai.com/api/download/models/75333", "primary": true}], "images": [{"id": 842386, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fcf33803-9171-4b7a-8b35-606aa572a35e/width=450/842386.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UVJtoQM,~o^j-:%2t9D+%KobR.oftMWm%Moz", "type": "image"}, {"id": 842387, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/72953e1d-aea4-4132-8868-d70a269a02d7/width=450/842387.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "URJHd$E5~n^i%extbe9a-nobR.s:%Js+?HtR", "type": "image"}, {"id": 842389, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f8f5abd-ec5f-475e-b32c-87bac3b2760b/width=450/842389.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "URJHd%E7~n^i%fxtbe9a-nobRoof%Job?HtR", "type": "image"}, {"id": 842390, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b6f04a6-4681-48eb-b7b7-172ae94a89ce/width=450/842390.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UWJtxmNM~o^i.6%LtSE2%KocR.oft2V@%Moz", "type": "image"}, {"id": 842408, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4dda134f-06b8-4fae-91ca-208981efb812/width=450/842408.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UPOMsz1F03^+.%$qH[O8HQ0em,tSxwN#Z%S#", "type": "image"}, {"id": 842410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a71e626-7596-41d1-90cc-2f5cfa0843c4/width=450/842410.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U:RCnjIpR6%2r;o#RjSd9oIXRQs;jMX9V[bH", "type": "image"}, {"id": 842409, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db13166a-83c8-43df-a4cd-6c94712acfc2/width=450/842409.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UyQ]*yEwM{%2+#xdRQS09.EeM{ognWf,RjW.", "type": "image"}, {"id": 842407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cc48f187-0f53-4ac0-a019-43447f324c78/width=450/842407.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U,QmH^EKM|%2#Yr|RkS09.ELRjs;aSajRkbG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/75333", "modelId": 68953} \ No newline at end of file diff --git a/datasets/metadata/75337.json b/datasets/metadata/75337.json new file mode 100644 index 0000000000000000000000000000000000000000..6d9f306d03ca119a531261413453a19862fd2729 --- /dev/null +++ b/datasets/metadata/75337.json @@ -0,0 +1 @@ +{"id": 75337, "index": 2, "name": "v3.0 Small 128x128", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-19T21:29:00.356Z", "availability": "Public", "nsfwLevel": 5, "description": "This seems to be the most useful one due to it's size.
", "trainedWords": ["InpaintFertilization128"], "stats": {"downloadCount": 530, "ratingCount": 63, "rating": 5, "thumbsUpCount": 64, "thumbsDownCount": 0}, "files": [{"id": 52025, "sizeKB": 5886.044921875, "name": "train3.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-19T21:26:14.268Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D9CDB86C", "AutoV2": "76C9D3D1C7", "SHA256": "76C9D3D1C72F6E0EF354B706C0ECAAC6347962A1F0B531F0C076A46563BAFCA0", "CRC32": "425FD332", "BLAKE3": "CA4F2458AF41E490C205BBE3512C16D5B0E07D9A154E51D1E8CDFB592C921519"}, "downloadUrl": "https://civitai.com/api/download/models/75337?type=Training%20Data"}, {"id": 52027, "sizeKB": 36977.384765625, "name": "InpaintFertilization128.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-19T21:26:17.320Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F9EBEB88", "AutoV2": "63C9B52018", "SHA256": "63C9B520185D9F49C106879CF979E13A697587414CB53900D853650FB566E7C3", "CRC32": "0CB6DEC7", "BLAKE3": "2A1E53319185736962CB6062B61A9E9C20711913A78AF4B496D16A0D4C69F7F1", "AutoV3": "BF425C9FB69D"}, "downloadUrl": "https://civitai.com/api/download/models/75337", "primary": true}], "images": [{"id": 842469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b21835f2-8d0c-4f30-98c5-b1b9e00419b2/width=450/842469.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UNJ75w~CT_ExPTXS$QMxo}g2M{Rjt7WBs:j?", "type": "image"}, {"id": 842479, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52e64d9f-88e3-4888-83a6-afca69bdc3e8/width=450/842479.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UMJ72o}]TxExK%S$#:MxpHg3M{Rjxufkt6kB", "type": "image"}, {"id": 842510, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf8fd03e-1411-4ba1-9c02-2238fab6872a/width=450/842510.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UNJ72q}]TxEyPAXS$QMxo}buM{Rjt7WUoebF", "type": "image"}, {"id": 842511, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bc563f32-9c3c-4197-b568-29d0bbe8bcce/width=450/842511.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "USJZus~CpcO9X-t7$jVstRoyRjRkogR*j[WV", "type": "image"}, {"id": 842531, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b14933a1-c54d-4bdb-9d24-309e86c03644/width=450/842531.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UvR3SVE]M_%L+w$,VsSc9.EeRPogrzkDV@W.", "type": "image"}, {"id": 842534, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a841dfed-1e04-4bdd-aa87-2c403e43c4d7/width=450/842534.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UVKel$0cD%-Xz$wmMfN?~oADIB%MvUf.R6bb", "type": "image"}, {"id": 842535, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b371b4f2-f5b2-4938-b5bc-870ba250a681/width=450/842535.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U%Q]V.D*Myx[xDtSV[WB9VE3M{ozV~X9V@j]", "type": "image"}, {"id": 842532, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ae2d706-6f19-4b42-af15-3184187d0755/width=450/842532.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UuRC@3E]M_%2+^%3RPNZ9.EdRPogrzkDRiWV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/75337", "modelId": 68953} \ No newline at end of file diff --git a/datasets/metadata/7582.json b/datasets/metadata/7582.json new file mode 100644 index 0000000000000000000000000000000000000000..20c36a4a10ac0e37fa8bdba88be64af795dd36b7 --- /dev/null +++ b/datasets/metadata/7582.json @@ -0,0 +1 @@ +{"id": 7582, "index": 0, "name": "lux_v1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-02-03T15:58:38.054Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["luxanna crownguard", "staff"], "stats": {"downloadCount": 4856, "ratingCount": 555, "rating": 4.99, "thumbsUpCount": 629, "thumbsDownCount": 0}, "files": [{"id": 7663, "sizeKB": 22300.6337890625, "name": "lux.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-03T23:16:29.799Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5EDDF38D", "AutoV2": "D3DDBBF9E1", "SHA256": "D3DDBBF9E199E24DEDF7207188F50795575B6BEC4B77BBE95640B96FE8788680", "CRC32": "8088C48D", "BLAKE3": "2C67938F2CF0A5BA0A0727DC180C75FEA0CDDADCC2C6F1A7F9434121277FAA00"}, "downloadUrl": "https://civitai.com/api/download/models/7582?type=Training%20Data"}, {"id": 7643, "sizeKB": 147533.76171875, "name": "lux-000016.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-03T16:01:17.644Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "0522EF70", "AutoV2": "E153B01288", "SHA256": "E153B0128878FC305DEB15F8CE03B942DA2B157BEABCFFC62D2F9847CF06BAB9", "CRC32": "B4AA0714", "BLAKE3": "481611CB3180975C8B062783948AA3481643AB3D8835F2F4CBFC049AAA5399CC", "AutoV3": "127935E70C89"}, "downloadUrl": "https://civitai.com/api/download/models/7582", "primary": true}], "images": [{"id": 72601, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c9f8e14-8b73-4125-d01f-f3e429cf6000/width=450/72601.jpeg", "nsfwLevel": 1, "width": 1088, "height": 1536, "hash": "USHBoG%M~poz~qaxNdR+%MoeWEj]?aWqxtt7", "type": "image"}, {"id": 71039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/104a4bde-7bc4-48e8-c51a-561192969200/width=450/71039.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UKE.@S9F.T%MxbV?57xunMt7RikCg4R*R.kW", "type": "image"}, {"id": 71038, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f427b870-53e2-4e36-646d-18373ccd6500/width=450/71038.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "ULIrHgL}_N?wEA^i9GEM9G-;%LM|Nfo~NIW?", "type": "image"}, {"id": 71036, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48fab450-6e40-4ca9-ee2e-fefab0b95000/width=450/71036.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UKH2Zr$d~qXUD+8^E2%MDi~WIo9GI[b{bwIq", "type": "image"}, {"id": 71394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca26dcd1-d9fc-4fab-40d6-bd3d48a52000/width=450/71394.jpeg", "nsfwLevel": 1, "width": 768, "height": 1024, "hash": "UOF691%L-;Rk~q%LR*NG?ct7xvs:bvogRjxa", "type": "image"}, {"id": 71487, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47481d83-b7d6-4b4b-a64c-9e503422b900/width=450/71487.jpeg", "nsfwLevel": 2, "width": 768, "height": 1024, "hash": "UEIg}@~W00^j0000Ip~BAHIp-qM{x^^+-UNd", "type": "image"}, {"id": 71486, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf600dba-dc05-4d36-26d6-25e6516b7600/width=450/71486.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UTIqZJ9Gs*?a~qMxX9-;x^sl-ot8tSR-oJj]", "type": "image"}, {"id": 71485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0911ce6d-8a58-4d41-bb8e-f0a882106800/width=450/71485.jpeg", "nsfwLevel": 2, "width": 512, "height": 512, "hash": "UOH_GL^*4.4:?bbcIqV?%gt7M{n%~VxtV@Rk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/7582", "modelId": 3774} \ No newline at end of file diff --git a/datasets/metadata/76762.json b/datasets/metadata/76762.json new file mode 100644 index 0000000000000000000000000000000000000000..e1aa57b77a66a327bc82db5e97b99964cc8c8db9 --- /dev/null +++ b/datasets/metadata/76762.json @@ -0,0 +1 @@ +{"id": 76762, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-21T12:08:01.005Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 1280, "ratingCount": 247, "rating": 5, "thumbsUpCount": 288, "thumbsDownCount": 0}, "files": [{"id": 52987, "sizeKB": 10460.72265625, "name": "Shamna_Code_Geass.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-21T13:41:14.711Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0DC40759", "AutoV2": "D3B2099209", "SHA256": "D3B2099209565EA453F24B1CAC413F2CFCFC36F9EE6AD03E751C7782A37DB27C", "CRC32": "F0736DDD", "BLAKE3": "B035E94A6D60C9F07588C6C33D1191E9ED5D47CCF297EF8E0E45414497EB9C0E"}, "downloadUrl": "https://civitai.com/api/download/models/76762?type=Training%20Data"}, {"id": 52922, "sizeKB": 22235.306640625, "name": "Shamna_Code_Geass-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-21T12:11:17.413Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BC3F3589", "AutoV2": "BD4E71FF31", "SHA256": "BD4E71FF31342AF4A4275BF89EA4E32F017E8409B5EB6E128DE6D22890D219B1", "CRC32": "FE51515B", "BLAKE3": "8C4281D79ED246CC957328A88BF4C19609ACC88C28EE694E4FF25A4034EBF9E2", "AutoV3": "3C531B5339A4"}, "downloadUrl": "https://civitai.com/api/download/models/76762", "primary": true}], "images": [{"id": 2800454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0455baa1-feb5-4cb9-b94c-7f676d0ea74f/width=450/2800454.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UbQb?_xutmxa?waz%hkCtmazM{of-;fRRPay", "type": "image"}, {"id": 860451, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb9f5320-eeb9-4202-aec5-db64e904dcb3/width=450/860451.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UENvPY~B00^*D#IUSzxZx]bFx]adE1R.RP%M", "type": "image"}, {"id": 860334, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b224633e-614f-458d-aee1-054673593fb9/width=450/860334.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U9O38=oJ0J~V%K0M_MaK0f9aRks84;xv4VaL", "type": "image"}, {"id": 860307, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8cc1ade7-37ce-43b5-b2e1-a8589df98c06/width=450/860307.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U4K^Tw.A009F0000Ne_200?I%N9G00^i~AR%", "type": "image"}, {"id": 860236, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2932b3e3-4821-44f6-9f5f-9c0925ff42e0/width=450/860236.jpeg", "nsfwLevel": 8, "width": 608, "height": 920, "hash": "UBL|if~T00xU00n#58ocoyWUbcxtM]M|-nt7", "type": "image"}, {"id": 860214, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b95bc6be-6ca4-4633-89cd-efedc9bed0c6/width=450/860214.jpeg", "nsfwLevel": 8, "width": 608, "height": 920, "hash": "ULLpy~~B4oM_00?Zx]S1S5IU%2WAITaeMx%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/76762", "modelId": 72004} \ No newline at end of file diff --git a/datasets/metadata/76842.json b/datasets/metadata/76842.json new file mode 100644 index 0000000000000000000000000000000000000000..aa119ceaca9b1c1dc404ff247721c8f40e9353ee --- /dev/null +++ b/datasets/metadata/76842.json @@ -0,0 +1 @@ +{"id": 76842, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-21T13:23:32.877Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 297, "ratingCount": 47, "rating": 5, "thumbsUpCount": 50, "thumbsDownCount": 0}, "files": [{"id": 52998, "sizeKB": 8596.1875, "name": "Julius_Kingsley.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-21T13:56:07.718Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "12B35C78", "AutoV2": "1CDEB8C16B", "SHA256": "1CDEB8C16B3D7BC6377E4D6B5B9A5A0D7C6979D57F695A40C052A49917AE8A80", "CRC32": "5208099D", "BLAKE3": "E09FC6086956AC2F80BD5C52E217DBDF5F5418D70977F20CCFDAC7181E88D33A"}, "downloadUrl": "https://civitai.com/api/download/models/76842?type=Training%20Data"}, {"id": 52977, "sizeKB": 22233.5751953125, "name": "Julius_Kingsley_Code_geass-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-21T13:26:06.412Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F01E2715", "AutoV2": "AD069F1AE3", "SHA256": "AD069F1AE3A0445AE2CDE879D39607FD4EA33CC2DA93375C278656FED4746757", "CRC32": "EC32727D", "BLAKE3": "013AC9395BB3357323CC338959EE9513A2C7882F998C114B4DB7C81B40F1EDDD", "AutoV3": "63AA423A7CA8"}, "downloadUrl": "https://civitai.com/api/download/models/76842", "primary": true}], "images": [{"id": 861042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02f872c9-9fc2-4634-b58c-86aa0ba4dfca/width=450/861042.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UFHwoLxt}7sn0DoM$yWC0Maf0pRn0NR+%fbb", "type": "image"}, {"id": 1248780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/400ef373-faf6-4c09-9b3e-ea730309234c/width=450/1248780.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UQHw}q~8,-oc~CxZofM{04IpI@Rk0KWAWnoe", "type": "image"}, {"id": 861283, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94ee7ad1-aeee-4ca7-aecc-2f86e7b1cb82/width=450/861283.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWGHbtxZnhj]~BxZs.kCIp%1ogoKMyxtt7kC", "type": "image"}, {"id": 861076, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/813b3775-9b9f-4e16-9727-e8bc44359731/width=450/861076.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UaGad,a|r;oL~BayXNjZaLWCtQayr=aybcay", "type": "image"}, {"id": 861040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ca9a14d0-9ca6-4bf7-ad3c-3ae25e233a59/width=450/861040.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UBExt,$mQmM}9bV]%LIo009[~ptR~pSh4.k9", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/76842", "modelId": 72083} \ No newline at end of file diff --git a/datasets/metadata/7691.json b/datasets/metadata/7691.json new file mode 100644 index 0000000000000000000000000000000000000000..1e865615d18a1963ff0f497334e5908664babe1e --- /dev/null +++ b/datasets/metadata/7691.json @@ -0,0 +1 @@ +{"id": 7691, "index": 0, "name": "Ranma_style LORA_V1 ", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-02-04T04:52:44.399Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 1409, "ratingCount": 213, "rating": 5, "thumbsUpCount": 226, "thumbsDownCount": 0}, "files": [{"id": 7724, "sizeKB": 673844.7744140625, "name": "8_80sanimestyle person.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-04T04:56:41.142Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "A7E1CC8A", "AutoV2": "B10D7FFE35", "SHA256": "B10D7FFE3525DC9B639244D49DA429BA6F7FA592A51E481319FA6F1A44BCA1D6", "CRC32": "91E1B26D", "BLAKE3": "28AC451EF94436A1E679E1A7F40AFA971F1D15F002490AA422EA668129FD6411"}, "downloadUrl": "https://civitai.com/api/download/models/7691?type=Training%20Data"}, {"id": 7723, "sizeKB": 147569.57421875, "name": "80sanimestyle_V10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-04T04:56:01.516Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "5EA68F95", "AutoV2": "3EE5A5C2D2", "SHA256": "3EE5A5C2D2C28F92637825B4741491C2A40923E7F3827B0DBE3DF1CB4F3FCC48", "CRC32": "4ED5BDF7", "BLAKE3": "AA7F4EBE3107871A53F100B677BEEF8F18B52362D2CD15B18A2599B1F5E72543", "AutoV3": "D27B8AFBA655"}, "downloadUrl": "https://civitai.com/api/download/models/7691", "primary": true}], "images": [{"id": 72187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a427107b-1016-43f0-b79c-5e8ebd7f6f00/width=450/72187.jpeg", "nsfwLevel": 4, "width": 1536, "height": 1536, "hash": "UAI;xG0gsF~UMMnv?c9aE59uNP9v=_IWrVs8", "type": "image"}, {"id": 72206, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cd639fc6-311e-44ee-f1d8-8e17bcb2f100/width=450/72206.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UHI=49~q=#%Le8JEX8ae#A%%OakX~VKPnNs:", "type": "image"}, {"id": 72205, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de05127d-ed01-4d69-8d3d-ecd755254d00/width=450/72205.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "U7IN{:x7^,xv]?D4-p?b}h:l]|M_J;vk#5rs", "type": "image"}, {"id": 72204, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa7e49a9-aa4a-49f2-76e7-f652cb70cd00/width=450/72204.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UBJaQMn4+X8|;W-?no-V4UXA~B%4rGM}WF-q", "type": "image"}, {"id": 72203, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24cae4ff-6f95-4d01-8c93-0d43601cb800/width=450/72203.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "U9I4x710KGb_,~}Z=}%g9s$yyByC-DR$?FS1", "type": "image"}, {"id": 72202, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d457b65-3111-4f7b-9be0-8eb5d6793d00/width=450/72202.jpeg", "nsfwLevel": 1, "width": 1536, "height": 1536, "hash": "UDJZ.A:]daviVo%xng$*K=YO5NNY}a%4-VRP", "type": "image"}, {"id": 72201, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/617a2746-23ed-4c76-66f7-6e5200b02c00/width=450/72201.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UEI;P6=x3lIo?w#o4.s.[fD*%ys:duWB9s%2", "type": "image"}, {"id": 72200, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d86a0c94-33da-49a0-9874-5930a9b20f00/width=450/72200.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UPL4jGsSISNx-;xa~XNHyEs:D%kC57M{Mxxu", "type": "image"}, {"id": 72199, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5b99bb6-2989-471b-53b3-bced3f6f7d00/width=450/72199.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UPF#@9Ip~C$_mkTE%3$-IAXmRPo|R%jERjNG", "type": "image"}, {"id": 72198, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57b94f9c-8d92-4ea6-ae57-367614cc1e00/width=450/72198.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UgNcsc~qs:IokDbIaKROiwtRM{x]%NxvaxWV", "type": "image"}, {"id": 72196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07047634-1d8b-47b6-d75f-8bca91e14000/width=450/72196.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UCEoV@VN^5%4u60fMwyDC60z?YSg%hRpRkV]", "type": "image"}, {"id": 72195, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96d8632b-49e6-4912-69ba-4173b756c100/width=450/72195.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UPHBPhs7~AXAEXR*4?aecDWUN?R*%0WGW9%K", "type": "image"}, {"id": 72194, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a156d01a-aa88-443f-51b4-f3593b320000/width=450/72194.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UXKchzIW$%jb}dI@$*$*0htRELIp0mOWw}oJ", "type": "image"}, {"id": 72193, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/009eb554-0a12-41aa-a60d-5481fa4b6300/width=450/72193.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "U9IXR9.L#5~nmmR7BznS0Gwj4:9H_KyC00N=", "type": "image"}, {"id": 72192, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5684757e-689a-4834-951f-aca728708b00/width=450/72192.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UIG+RI?wbuInC7AExa+v-6V]b]xBogyCj^R6", "type": "image"}, {"id": 72191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32e358f5-8096-4270-5ee5-e3e1636abe00/width=450/72191.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UFI#Jf-p~IIu08WHIOr;03NFNLW:GhX2tIxa", "type": "image"}, {"id": 72190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8fce895-a4f7-430e-1e47-cb608f995d00/width=450/72190.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UhLp?A-:F~r;~0$cDkkAr=bcRRWBK7SiS6R+", "type": "image"}, {"id": 72189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58a2d451-3565-4d4c-5bdf-64d693fe4200/width=450/72189.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UQIXdSt,%LoN^*9FWFbF_4?HkVaKx]i^Rjs:", "type": "image"}, {"id": 72188, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f52112d-c63a-4c3a-e334-1f813975ee00/width=450/72188.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UNI}bH~o%2t9%$aeayog?cM}WBs,-pE1IoWA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/7691", "modelId": 6557} \ No newline at end of file diff --git a/datasets/metadata/77039.json b/datasets/metadata/77039.json new file mode 100644 index 0000000000000000000000000000000000000000..66df94e0ab048a2cedad79c67a0317c02ac8e78d --- /dev/null +++ b/datasets/metadata/77039.json @@ -0,0 +1 @@ +{"id": 77039, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-21T17:01:54.727Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["LHMutsumiOtohime", "GreenBrownDress", "OrangeRedYellowDress", "PurplePartyDress", "YellowOrangeDress"], "stats": {"downloadCount": 522, "ratingCount": 100, "rating": 5, "thumbsUpCount": 113, "thumbsDownCount": 0}, "files": [{"id": 53112, "sizeKB": 41413.25, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-21T17:01:18.936Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F3A82F95", "AutoV2": "81D252C9F3", "SHA256": "81D252C9F32042C32D77620485240F1054331F89C90DBF57B67D097DA8888176", "CRC32": "D3016F2F", "BLAKE3": "9C59D20EAF6DD8EBD839BCCA20115B80356AFFA40C3C3FA18807C4B46B0628CB"}, "downloadUrl": "https://civitai.com/api/download/models/77039?type=Training%20Data"}, {"id": 53113, "sizeKB": 36984.5068359375, "name": "last.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-21T17:01:23.243Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BD2CAA2F", "AutoV2": "EEC932A2EA", "SHA256": "EEC932A2EA9F55EE054BE8E4DD64A4F050AFB8D81693611A0D0D9BFB01DAFC3B", "CRC32": "7BF41239", "BLAKE3": "E5E21CAEC5DF91A91C7D95DA92E21B0A572656949D5B38ABA9DE58749BC2FA97", "AutoV3": "98A155366CA8"}, "downloadUrl": "https://civitai.com/api/download/models/77039", "primary": true}], "images": [{"id": 863762, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d969865-fde1-4958-9fd4-f404ad1b614c/width=450/863762.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UAI;O#sk01xt184==sI;~B=txARk0-xD-oE3", "type": "image"}, {"id": 863764, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/846d38dd-29b9-4383-8d0c-6c69b271ea5c/width=450/863764.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UaIE-0x^KQogPCxvoMt8t:xu-;W=%3MyNHof", "type": "image"}, {"id": 863765, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d4b286c-65a9-4756-be42-6586bec65ab3/width=450/863765.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UPJ*kx9YK+VrFw9EMct7.AV@wJR-~WM{NLae", "type": "image"}, {"id": 863769, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/237cd5b8-1c54-4d17-a7a3-660c6848db68/width=450/863769.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UCH-.H%[yx}_00Dk01xtPJil,{ImV4%x?as;", "type": "image"}, {"id": 863767, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/216e40c6-ed52-4139-8142-a8f833b87e40/width=450/863767.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UFHea#xZCU%300a3DQR$yVyB^-WW01pBJ|R.", "type": "image"}, {"id": 863768, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ed6b47e-8094-4f53-b74d-6643bf693912/width=450/863768.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UCHLG1?WBu$n00RQ8|k7%zg5?KSv8|RiNEaP", "type": "image"}, {"id": 863766, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c534a41-5889-4419-a9cb-58749104f3d3/width=450/863766.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U6J*J3001C0000$-H[R91C?I:]?az+~q00D*", "type": "image"}, {"id": 863777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4ce2244-1abe-4751-a62a-b3bd30b0f366/width=450/863777.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "USI#Z2XSF}s95GRQaJof.At7-;R*g5WCt7of", "type": "image"}, {"id": 863780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98496bbe-d135-4e6b-bc6f-138326f2e7eb/width=450/863780.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UEJ89C9D04-p0fMv-MSjIYwc%LIb%%V=%3oc", "type": "image"}, {"id": 863778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5360057d-7908-42a7-ac98-211b5e6491ca/width=450/863778.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "USJt-e~q9$tSI^R-s8Rjx^IVs+xZ-:RjIVoI", "type": "image"}, {"id": 863779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/064f0336-0f02-4494-b763-a19930f80389/width=450/863779.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UFJalw%h07?H5@%2=VxulA%2$dN1yGoMRkRQ", "type": "image"}, {"id": 863788, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1d6bbdb-674d-4304-ba62-cc9bb06fb6f9/width=450/863788.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UcJkZI%NK6%LKltSadRk%%NJ%2ogkCIVIptQ", "type": "image"}, {"id": 863787, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0e3c08f-1c1e-4ce0-96dc-b9dd1404e162/width=450/863787.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UFIquzVC1cAL0ND+Dh%h17t8=X-;~BneNHIr", "type": "image"}, {"id": 863786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71217e9f-8f32-4d3c-9c4f-0621f8bed076/width=450/863786.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UgKwtZXTO[r;lVxts,RPyFxaxZRk%3ofNJt6", "type": "image"}, {"id": 863790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c9251c8-1485-4763-ab09-28b1a43e1c3d/width=450/863790.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "URJtxFo|x;IA.Txaa0Inx^xajFNF?Ho}NbVs", "type": "image"}, {"id": 863791, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92e5ac49-5e0c-49f7-bf14-601112fcaa75/width=450/863791.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UKJb1~I..R.7OS%M4nE1N#-=?bxu?dIW%N-;", "type": "image"}, {"id": 863802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec84cdd2-62c8-4ee9-80fc-66961ae72579/width=450/863802.jpeg", "nsfwLevel": 1, "width": 4000, "height": 248, "hash": "U~N0e$s:WUoL_3jZa}fk.8bHj[bH~qkCj?oL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/77039", "modelId": 72296} \ No newline at end of file diff --git a/datasets/metadata/77868.json b/datasets/metadata/77868.json new file mode 100644 index 0000000000000000000000000000000000000000..fcbc4cf62d8ee0bb67d29331fc3221dcd0595b80 --- /dev/null +++ b/datasets/metadata/77868.json @@ -0,0 +1 @@ +{"id": 77868, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-22T13:43:03.963Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["KamenNoMaidGuy"], "stats": {"downloadCount": 203, "ratingCount": 14, "rating": 5, "thumbsUpCount": 15, "thumbsDownCount": 0}, "files": [{"id": 53610, "sizeKB": 7309.220703125, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-22T13:46:12.860Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "79CB1FDC", "AutoV2": "02F99281DA", "SHA256": "02F99281DAF41C561D71A74F22DBBF6E82C971C8FE9D509EB165DBBA7D30FC5F", "CRC32": "B3A7C886", "BLAKE3": "769D028084FD116DE5394DA8569BDE43C32F613F67281C1C6D876894B1733987"}, "downloadUrl": "https://civitai.com/api/download/models/77868?type=Training%20Data"}, {"id": 53611, "sizeKB": 36977.5439453125, "name": "last.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-22T13:46:18.689Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "948E2AF1", "AutoV2": "0253C1B714", "SHA256": "0253C1B714EF75A7D69546826DFD9D1E71EA2F19B2CF3F2703EFF4E6BB97B214", "CRC32": "030B5D8F", "BLAKE3": "C01A06F164A203EC78243C78D8D911221AFF3F45A029B715F7373ED3C2F70C54", "AutoV3": "0E5E577607D2"}, "downloadUrl": "https://civitai.com/api/download/models/77868", "primary": true}], "images": [{"id": 873129, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fe3a0e2-185c-4809-bdd4-803f957f6820/width=450/873129.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UJIz|~E500WBIAadR;%2MHM|~WjG_4xu4oRi", "type": "image"}, {"id": 873131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/df1208a2-261d-4701-823e-6b29dd82acfd/width=450/873131.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U9F~XID%00of9Fof00t79Yt8_Nay00Rj%eay", "type": "image"}, {"id": 873130, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa137793-4495-4a77-a609-6e596446e7ac/width=450/873130.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UEINj#8^4T?^L}-q~DIn9dNH9Zs.q_IUIn?I", "type": "image"}, {"id": 873133, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/408ab4cc-e742-409d-bdb4-c9bcb4e80a6a/width=450/873133.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UFHn:7~pD4R6?HRi9HV{w{Rk?bxuRWV]EJNX", "type": "image"}, {"id": 873132, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4457ec04-3584-4a0a-acf5-1a13b1f01989/width=450/873132.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UBH2QM^+00s:?aofakRj0KNG-=bI_4WB9EkC", "type": "image"}, {"id": 873285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9f10c77-51e8-46ed-8d1d-dc3dbacdf66d/width=450/873285.jpeg", "nsfwLevel": 1, "width": 4000, "height": 318, "hash": "UVJ7{=s;e,s;-=WANHkDOYM|M|oy~pWBRjoL", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/77868", "modelId": 73149} \ No newline at end of file diff --git a/datasets/metadata/78053.json b/datasets/metadata/78053.json new file mode 100644 index 0000000000000000000000000000000000000000..be2404fc786efa91b2f0cfc6c3db11b261694e18 --- /dev/null +++ b/datasets/metadata/78053.json @@ -0,0 +1 @@ +{"id": 78053, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-22T17:18:25.646Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 996, "ratingCount": 159, "rating": 5, "thumbsUpCount": 185, "thumbsDownCount": 0}, "files": [{"id": 53713, "sizeKB": 4113.0439453125, "name": "Professor_Astray.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-22T17:31:06.624Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "41D313A3", "AutoV2": "516A737FAB", "SHA256": "516A737FABC6FFC8712278D6A30B01505C095B77AB6D539B37F5B09AD54A5E22", "CRC32": "C9A8807F", "BLAKE3": "90D3AA4154A71ABA5A48BC9B02C4E11007044BA946CD009FD742AB8B49498DDC"}, "downloadUrl": "https://civitai.com/api/download/models/78053?type=Training%20Data"}, {"id": 53710, "sizeKB": 22231.3173828125, "name": "Professor_Astray-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-22T17:21:25.254Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BCAC4140", "AutoV2": "8C4C4D6D7D", "SHA256": "8C4C4D6D7D5071D36D3A8DBF803DC39A1787E89F9FF1EA4E78818B5FEC722510", "CRC32": "2C4D066A", "BLAKE3": "67BF947CC53AD9CB8E3C7816136B06C97BF2FF950633D1626686EA6069F58ADB", "AutoV3": "1418B0BCC8EC"}, "downloadUrl": "https://civitai.com/api/download/models/78053", "primary": true}], "images": [{"id": 2800485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9cc0e516-8051-4b26-8f12-0514ec42997f/width=450/2800485.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "USMG^.?HL3tR0KWXxvV[_NRkn%R*bJt6bbj?", "type": "image"}, {"id": 875241, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e67f7de-134e-406b-aa07-35353832ef72/width=450/875241.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UMJ?%DrE14?^0yGEtRHricmQj;XRADIoxuxv", "type": "image"}, {"id": 875248, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/195a9c6b-2edf-4dec-ac68-25f32859e20a/width=450/875248.jpeg", "nsfwLevel": 8, "width": 608, "height": 920, "hash": "UBK1asM|005700?v^+~V00emMc9Z%$00OED*", "type": "image"}, {"id": 875175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b1a0a19-1890-4984-97f1-f562cc6f8024/width=450/875175.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UOKK7?_N0z?^000KV[Q-IqD%Rjt6jw-:?bIU", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/78053", "modelId": 73336} \ No newline at end of file diff --git a/datasets/metadata/78092.json b/datasets/metadata/78092.json new file mode 100644 index 0000000000000000000000000000000000000000..4717119a0e4852a543f75cce6293e6757f783482 --- /dev/null +++ b/datasets/metadata/78092.json @@ -0,0 +1 @@ +{"id": 78092, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-22T18:00:29.287Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 278, "ratingCount": 21, "rating": 5, "thumbsUpCount": 26, "thumbsDownCount": 0}, "files": [{"id": 53735, "sizeKB": 5459.4287109375, "name": "Canard_Pars_X_Astray.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-22T18:16:20.613Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6B5DB514", "AutoV2": "AC5B10B0DE", "SHA256": "AC5B10B0DE6163E2C7C8B07E09B07DB0275E9BA55DE22D96A5F13921A4E6676A", "CRC32": "E4519570", "BLAKE3": "890F2610128A78241435AA79DF65AB4AA4BB4437A738F06EEFA3477A53BABF78"}, "downloadUrl": "https://civitai.com/api/download/models/78092?type=Training%20Data"}, {"id": 53731, "sizeKB": 22232.52734375, "name": "Canard_Pars_X_Astray-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-22T18:01:26.477Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "59DA9CB8", "AutoV2": "1D580505B2", "SHA256": "1D580505B255A9D2BCC756207DC6E7D07353E25261E01561CFB41299CEA9D239", "CRC32": "DEDE739F", "BLAKE3": "69398B123E15D75F413B97286912021B2B3021624CB893243EDD73E9D06ABAF8", "AutoV3": "74BA5D9020D5"}, "downloadUrl": "https://civitai.com/api/download/models/78092", "primary": true}], "images": [{"id": 875567, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/103de9d3-95cc-4c60-926c-c6ba44398aba/width=450/875567.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UUKlH}Ei.7,q?^xH={bc%4R-kqRkm]JUNJRj", "type": "image"}, {"id": 875594, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e24e8f54-c14f-4210-8516-b87f68a5d5cf/width=450/875594.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UFHSf|5Q9[}@2[NHwfWB:7AtyD57JAwcO?WV", "type": "image"}, {"id": 875576, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92f21829-6544-4d2f-b9ad-fac5f966f3b0/width=450/875576.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UOH0YT}?}qxtjysAa1RkjKIpNfS45mJ7s:sV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/78092", "modelId": 73372} \ No newline at end of file diff --git a/datasets/metadata/78120.json b/datasets/metadata/78120.json new file mode 100644 index 0000000000000000000000000000000000000000..98dd7b147c2f989a0f2460c801c7a7278b8e0b64 --- /dev/null +++ b/datasets/metadata/78120.json @@ -0,0 +1 @@ +{"id": 78120, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-22T18:45:42.358Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 666, "ratingCount": 144, "rating": 5, "thumbsUpCount": 155, "thumbsDownCount": 0}, "files": [{"id": 53761, "sizeKB": 4971.1162109375, "name": "Hime_Fetikano.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-22T19:06:17.289Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1775D530", "AutoV2": "533C51D916", "SHA256": "533C51D9163FF93C8CD9C829B7483E4C4F12ADA6288114D3A9DD02BBD232C2E8", "CRC32": "371421F1", "BLAKE3": "D19C8CEEB94518C123628C57DA18E4AED0676F6D68CBC8C46DBFFE87DB183ADB"}, "downloadUrl": "https://civitai.com/api/download/models/78120?type=Training%20Data"}, {"id": 53747, "sizeKB": 22232.8037109375, "name": "Hime_Fetikano-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-22T18:46:30.891Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8DDB4277", "AutoV2": "7B9E0992A4", "SHA256": "7B9E0992A4491B0091E867BFE9803393BF4079D9A5E51D45187502B8EA676032", "CRC32": "73E25433", "BLAKE3": "1644BA8948C31B2145D35C57F15F01BB6CFC4010E7D46236A64A7A69AD475E5F", "AutoV3": "02FE5CC70EA9"}, "downloadUrl": "https://civitai.com/api/download/models/78120", "primary": true}], "images": [{"id": 2801222, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/062df832-9a57-4217-b0f0-33cb74021083/width=450/2801222.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWQcM5xu_M%2?EofT1a}?^a|IVWVRnazw[jr", "type": "image"}, {"id": 875950, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9352b545-f4ef-4892-814f-6a358658ffe5/width=450/875950.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UDI#De0000~VD%-:0g%L00t6JE%LI]j]Md-;", "type": "image"}, {"id": 2799749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2be27ede-87aa-4049-9184-c32933f5728d/width=450/2799749.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVRClExu?vxu-nj[b{fR_Nj[D*a}IVay$fae", "type": "image"}, {"id": 875947, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ad1c2a9-5e23-4a54-8cd2-269ee952a056/width=450/875947.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UJMQCh-5#hDi~WVs9bIA8_^%XBIVxbRPi^Rk", "type": "image"}, {"id": 2799719, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a197e8b6-490e-4e1e-b517-79bcb41ec44c/width=450/2799719.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "URQ]Zyxu~q%2_0ofOua}.Ta}IBofkDj[waae", "type": "image"}, {"id": 905928, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10ca5ff3-63c3-4a37-a679-80f9494aa8a7/width=450/905928.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UGKm^S~q4T^%~p^*9bt700xBS*NKO[t7nPt7", "type": "image"}, {"id": 876016, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8328f9cd-428f-44e2-a379-7199a945c677/width=450/876016.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URLW^h4n4mX8~U9GNfR+rqIptSRip0D*IBs:", "type": "image"}, {"id": 905916, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fad9556c-cdef-486f-bd1c-e219fb4c3a33/width=450/905916.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UDJk1Q^i00~WrU00D*-oDNXU%O?FtT9G$f%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/78120", "modelId": 73400} \ No newline at end of file diff --git a/datasets/metadata/78154.json b/datasets/metadata/78154.json new file mode 100644 index 0000000000000000000000000000000000000000..5de70416b8bffbe49a61429e91656c7aea6b272e --- /dev/null +++ b/datasets/metadata/78154.json @@ -0,0 +1 @@ +{"id": 78154, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-22T19:44:16.605Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 991, "ratingCount": 171, "rating": 5, "thumbsUpCount": 194, "thumbsDownCount": 0}, "files": [{"id": 53842, "sizeKB": 8324.6748046875, "name": "Akira_MAKINO_Oni_Chichi_2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-22T22:11:27.709Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1754A257", "AutoV2": "4476EC4527", "SHA256": "4476EC4527BD54AB9A247BE6C3D2A5F60414823B4DE25CD6E0803D5A081B5EAA", "CRC32": "4751B60F", "BLAKE3": "6F176962658D19C22C422EBEB21112EE6E3BEBCCBFF9EC4809994F6803B4BD67"}, "downloadUrl": "https://civitai.com/api/download/models/78154?type=Training%20Data"}, {"id": 53774, "sizeKB": 22234.3154296875, "name": "Akira_MAKINO_Oni_Chichi_2-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-22T19:46:15.000Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "50C26B97", "AutoV2": "E8DEA9BA67", "SHA256": "E8DEA9BA67F2BE69180A188BDCDB2CD6DE873A1A8DB6FF2F3D4DF666D5AA0E7C", "CRC32": "676F45AD", "BLAKE3": "87B49F74D24F3037273ABBCB6909823A93DE36C8F666B3CBA6156CC432E8CD19", "AutoV3": "FC253616B844"}, "downloadUrl": "https://civitai.com/api/download/models/78154", "primary": true}], "images": [{"id": 2800280, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b4b4c4a-6a7d-4a1b-bbdd-b603b766fe15/width=450/2800280.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UeKdxw~qOA%M$]-qt7xaA0a$$yWV_2ofbJax", "type": "image"}, {"id": 876545, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/264d197f-d75b-4ef3-949e-c8ef61d2f837/width=450/876545.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHH_V]%24mM^00sjIvE301o#~A^*~WIqS2NL", "type": "image"}, {"id": 876515, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c57a596f-2485-492e-ac51-358de563b649/width=450/876515.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJG[pKt84mS5nM-pSiRj01~V-;M{9x9b=ray", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/78154", "modelId": 73437} \ No newline at end of file diff --git a/datasets/metadata/78193.json b/datasets/metadata/78193.json new file mode 100644 index 0000000000000000000000000000000000000000..27c5921e83b636e08bc8f2d0dffcdc3405589bd6 --- /dev/null +++ b/datasets/metadata/78193.json @@ -0,0 +1 @@ +{"id": 78193, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-22T20:52:47.338Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 927, "ratingCount": 181, "rating": 5, "thumbsUpCount": 212, "thumbsDownCount": 0}, "files": [{"id": 53800, "sizeKB": 20994.5625, "name": "Haruka_Makino_Oni_Chichi_2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-22T21:06:13.810Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B4451108", "AutoV2": "91E4BBF7EA", "SHA256": "91E4BBF7EAA8E9DF651E12794D1135C5AEFF7337156BF14A401C240055E5EE6C", "CRC32": "4C1B3852", "BLAKE3": "670D153A1BDA676FE1E0114976FE75DF320F92270FAD45730E16062900173793"}, "downloadUrl": "https://civitai.com/api/download/models/78193?type=Training%20Data"}, {"id": 53796, "sizeKB": 48521.349609375, "name": "Haruka_Makino_Oni_Chichi_2-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-22T20:56:13.016Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D0DA6589", "AutoV2": "9EBF3C8F1B", "SHA256": "9EBF3C8F1B37EA52EC97E68D6551D892608B82E7FCBECC31E07D9DD020B535E1", "CRC32": "E271B051", "BLAKE3": "075B8B8A8460C1C850D5A6B86F0E568F158776B10E7A69684F19FB8AEBE3295D", "AutoV3": "1D782E500369"}, "downloadUrl": "https://civitai.com/api/download/models/78193", "primary": true}], "images": [{"id": 2800196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03bebfe2-e2d8-4a2e-bd2f-a3d861b47497/width=450/2800196.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWPG29-=F_-;MKR:Xla~x_D*acM{~WIobvRj", "type": "image"}, {"id": 876980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5120d039-4012-4bc6-9523-c3fd8bd9850a/width=450/876980.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U8LN0:Ty000000rX00gh0M^+_MD$uj-:u5%g", "type": "image"}, {"id": 877096, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0f910a9-7dc3-425c-9340-66b41cfa7f3b/width=450/877096.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJKd#t~BMHyAZ2~D5kIn9H8{OE569bEMr=NG", "type": "image"}, {"id": 876964, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b3cdd96-2265-4880-8e83-4fa2feefa86b/width=450/876964.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEK^No~B00SeMz^*_0S1MI?G_2NZq[?GxuW.", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/78193", "modelId": 73481} \ No newline at end of file diff --git a/datasets/metadata/7840.json b/datasets/metadata/7840.json new file mode 100644 index 0000000000000000000000000000000000000000..946298d82eb259308e68ea2e5ea377ce13130ad6 --- /dev/null +++ b/datasets/metadata/7840.json @@ -0,0 +1 @@ +{"id": 7840, "index": 1, "name": "v1", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-02-04T20:59:43.209Z", "availability": "Public", "nsfwLevel": 28, "description": "hair ornament for \"YS\" (it's like default anyways)
silver dress + revealing clothes for silver dress
necklace for jewelry necklace
earrings for silver earrings
high heels for silver high heels (it's like default anyways)
handbag for black handbag
blue nails for blue fingernails (sometimes toenails too)
champagne flute/cup tags should work ok
I tried way too many times for the entire skin to look accurate but it's way too many details for the AI to handle at this point :(
LoRA issues:
This LoRA is quite overfitted by the dataset, you can try to tag against it such as barefoot to get rid of high heels, car in negative to remove car ish things, necklace in negative to remove necklace ish things etc.
Might not always work, just generate more if so :/
All previews in v1 (epoch5) are made with AOM2_Hard and most of them with kl-f8-anime2 vae. Some were with 840000 vae but I think it's inferior to kl-f8-anime2 now.
(Never mind there's 1 image generated with epoch3, but after tests I think epoch5 is best)
Good luck have fun ( \u0361\u00b0 \u035c\u0296 \u0361\u00b0)
", "trainedWords": ["st. louis \\(luxurious wheels\\) \\(azur lane\\)"], "stats": {"downloadCount": 49797, "ratingCount": 10359, "rating": 5, "thumbsUpCount": 10358, "thumbsDownCount": 0}, "files": [{"id": 7967, "sizeKB": 518996.1611328125, "name": "st louis data 1-29-23.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-05T12:36:41.214Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "924B8DDC", "AutoV2": "01F52B60C4", "SHA256": "01F52B60C48D9DB718DBC2E00997E441C2C603FA2D442855F15EAF9A8D5354B1", "CRC32": "D2DBA983", "BLAKE3": "4CFEF838D29926E5D5EDA598A28B7260BEC6D0A1CD11BE377DA2AE7E157F985D"}, "downloadUrl": "https://civitai.com/api/download/models/7840?type=Training%20Data"}, {"id": 7842, "sizeKB": 147570.37890625, "name": "st louis epoch5.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-04T21:01:16.842Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "7C844639", "AutoV2": "F1EFD7B748", "SHA256": "F1EFD7B748634120B70343BC3C3B425C06C51548431A1264A2FCB5368352349F", "CRC32": "DC445171", "BLAKE3": "828C5ECD8949042E21BC42A187148D3492EBF5D294A547CEB288FF3D04495E54", "AutoV3": "034B97419349"}, "downloadUrl": "https://civitai.com/api/download/models/7840", "primary": true}], "images": [{"id": 73698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2321f889-e819-4e93-5763-c7dc10df2200/width=450/73698.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UQMG@v9G?^-;Emaes8ofX4?aaKM|~URkD*j[", "type": "image"}, {"id": 73717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5601143-152e-4ea9-018b-2e2202e27b00/width=450/73717.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UAJai+0200?^0O-VxoaJ00XR~At7~V%2xCE1", "type": "image"}, {"id": 73716, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ba832ee4-ce2e-4cbf-431b-24b48abee600/width=450/73716.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPJHjy~qJ7xtu5?b~p%29Z%M?HSh?G-;D*NH", "type": "image"}, {"id": 73715, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f85619a-e0d2-43f8-0c0f-3a9fc1fe6e00/width=450/73715.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UZIEIg~pIni^o#xu%LxtIoj@axRjIUax%2kC", "type": "image"}, {"id": 73714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/096cd174-6568-4af5-9945-0ac2e1f05e00/width=450/73714.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UMKA+-8{56Rj.90K~p-pE1xu$yE20KozVst7", "type": "image"}, {"id": 73713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61df238b-1a14-4a7f-a29d-613df0ed3900/width=450/73713.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U7G[A:000JtQOuIt^h0K00-.E1^*00?a~VD+", "type": "image"}, {"id": 73712, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef39970e-1ad0-4013-4be8-1551e9cb6100/width=450/73712.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNHK|e_355RPk??H-:RiEL-p-;R-~VtRM|Rl", "type": "image"}, {"id": 73711, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d9e0924-34d0-4835-d8dd-77f09a2de300/width=450/73711.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKH1.1D%0J%MERNG%0WB00R%-:Rk~pV@IBog", "type": "image"}, {"id": 73710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de74cb2c-ddba-4c78-e0f1-8dc570287c00/width=450/73710.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UQH^|%~VD$nPI=IURO%M4.xt%1M{X8%2-pt8", "type": "image"}, {"id": 73709, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b5765672-438c-48cf-e9ea-cb637fb1d300/width=450/73709.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UFJa+hE3Yk_476M|9F.900Mxq@bw-os8RiVs", "type": "image"}, {"id": 73708, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb7dd395-69d1-46f8-b8f7-15158ac59200/width=450/73708.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UJJ804_3O@-oB?%#OYRk00-o=_t7}=M_Z~X8", "type": "image"}, {"id": 75231, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ee486763-6507-472c-3478-021d7235f600/width=450/75231.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U8Jt6exa0c?E?@R*rT%J00Ip03WF$;jK0UM}", "type": "image"}, {"id": 73706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/941334af-0f69-4eb8-5bcb-6fcc55696a00/width=450/73706.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UVJQp6^*In%1bvxtoIoe9Z-o?Gt7~Bxtxuof", "type": "image"}, {"id": 73705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2fb5d790-9279-4e33-3066-d157aca80f00/width=450/73705.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UHK0~Y-p0K9Z?IRj?HbJxu-nt8NM-;~VM|9a", "type": "image"}, {"id": 73704, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b50f361e-5b8c-4482-2896-f6bd7e67b700/width=450/73704.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UTKJ[Q4.4oNu.mMyM{oJ00oz-:sl9ZxuxtjE", "type": "image"}, {"id": 73703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/15005d36-ce07-4871-be98-d2d1d54fbe00/width=450/73703.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UHLDGg4:00k9pyMyE0xF00R*~oxY.9RQ-Sem", "type": "image"}, {"id": 73702, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/544d984e-abb7-448e-4142-f2a8dbb43900/width=450/73702.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UJJG~FWF4-%25AIWITIU0LtR?FjY~WRjVrIU", "type": "image"}, {"id": 73701, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/41ac52d8-cb18-4517-c85c-d1fa49196900/width=450/73701.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UVJtJ3M{4nxu58kCW9t69ubIxse.~WWCROjZ", "type": "image"}, {"id": 73700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef794e80-b889-4e4c-a393-4be1289ca200/width=450/73700.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UAL3.O0000J7030LngNG00o~^%?G~qNd-:?G", "type": "image"}, {"id": 73699, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f02d4ee-7923-417e-d983-352f9734c000/width=450/73699.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1514, "hash": "UBJ7UQ0g00-o0$4;rpxaD+Wr~VxD%MoJxs%1", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/7840", "modelId": 6669} \ No newline at end of file diff --git a/datasets/metadata/7873.json b/datasets/metadata/7873.json new file mode 100644 index 0000000000000000000000000000000000000000..0c5bf42312fd51ef088860fc7ce305f0fec68fea --- /dev/null +++ b/datasets/metadata/7873.json @@ -0,0 +1 @@ +{"id": 7873, "index": 1, "name": "V3", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-02-05T01:11:46.744Z", "availability": "Public", "nsfwLevel": 3, "description": "101 images, 10 repeats,7 epoch,7070 steps\nLearning rate: 1e-4\nText encoder learning rate: 5e-5 \nUnet learning rate: 1e-4 \nmax bucket resolution: 512 \nclip skip: 2 \ndim/alpha: 160 \nbatch size=1 \nBase model: AnythingV3, this mean that this LoRA work on any model derived from that particular model like AnythingV4/4.5, Pastel Mix, AOM 1/2,etc...
", "trainedWords": [], "stats": {"downloadCount": 406, "ratingCount": 59, "rating": 5, "thumbsUpCount": 60, "thumbsDownCount": 0}, "files": [{"id": 7872, "sizeKB": 24555.6953125, "name": "ToudouYurika.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-05T01:16:20.416Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "CCEA78A3", "AutoV2": "152DEE4FF6", "SHA256": "152DEE4FF6D1044DEC67F2E580042AEF9D589E83E3037FB20E6BD9F6755E65FC", "CRC32": "D8FB11B6", "BLAKE3": "A8D9C7222954172261A1C4925FB545ABBDC89431A17EEA7EBF964F99B582826E"}, "downloadUrl": "https://civitai.com/api/download/models/7873?type=Training%20Data"}, {"id": 7871, "sizeKB": 184433.5341796875, "name": "ToudouYurika.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-05T01:16:32.845Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "4694508A", "AutoV2": "C289B008D4", "SHA256": "C289B008D401C47BF9F47126E639EE2ED4F7641EB9EAD628DFBBEAAC603F44DB", "CRC32": "FD38C69A", "BLAKE3": "EC7B2B1A2BA50B5B44D4926882CA6829C1BE680B087A510D7034C66CA12FAFD6", "AutoV3": "F13763A0CAF7"}, "downloadUrl": "https://civitai.com/api/download/models/7873", "primary": true}], "images": [{"id": 74101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efbe2032-526b-4cfa-73d9-ad13397b8900/width=450/74101.jpeg", "nsfwLevel": 1, "width": 704, "height": 960, "hash": "URIEeD4oMx?b~Vn%9FW:x[RjxtNG%fNGV@xu", "type": "image"}, {"id": 74100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3ea47c4-ac47-47ed-d335-65f3db0e6100/width=450/74100.jpeg", "nsfwLevel": 2, "width": 704, "height": 960, "hash": "UKH1-@029E-:E2%1E2%2~qRPIoax0M%Ls9WC", "type": "image"}, {"id": 74099, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bfec8b29-6e43-43f6-fdf8-48cc7b2ddf00/width=450/74099.jpeg", "nsfwLevel": 1, "width": 704, "height": 960, "hash": "UOH_Ma0fDj%L~V9aInNF56flNLRQs;ofWBxa", "type": "image"}, {"id": 74098, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53088184-5217-4c8a-051e-1c7fcf07d700/width=450/74098.jpeg", "nsfwLevel": 1, "width": 704, "height": 960, "hash": "UgI#44%1IT?G~VtRM{oJt7xua#V@%Ms.jEof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/7873", "modelId": 6696}
\ No newline at end of file
diff --git a/datasets/metadata/79203.json b/datasets/metadata/79203.json
new file mode 100644
index 0000000000000000000000000000000000000000..ecfe80716b910ecd0f88d6d2311698b4a855707f
--- /dev/null
+++ b/datasets/metadata/79203.json
@@ -0,0 +1 @@
+{"id": 79203, "index": 0, "name": "v1.0 SFW", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-23T20:58:33.847Z", "availability": "Public", "nsfwLevel": 13, "description": "The SFW version
", "trainedWords": ["WhippedCreamTopStyle"], "stats": {"downloadCount": 1361, "ratingCount": 3, "rating": 4.67, "thumbsUpCount": 10, "thumbsDownCount": 0}, "files": [{"id": 128095, "sizeKB": 8055.7255859375, "name": "WhippedCreamTopStyle Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-24T12:30:45.805Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "82553E12", "AutoV2": "3D725A2A70", "SHA256": "3D725A2A70759A8482FD985698717CEDE84AEAB14BD646F3A8056987E0E4433C", "CRC32": "87966B95", "BLAKE3": "4D89830BD40AAE640526A93686E9FF8602FDE58CF887EA19938D4DF7B5DA5F67"}, "downloadUrl": "https://civitai.com/api/download/models/79203?type=Training%20Data"}, {"id": 54396, "sizeKB": 9330.556640625, "name": "WhippedCreamTopStyle.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-23T20:36:13.597Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "82C72F74", "AutoV2": "9ECFFB3995", "SHA256": "9ECFFB3995E30C871891B37C80024193E74B780E52FDD6E00299D4D9E29B4D6F", "CRC32": "171D3E90", "BLAKE3": "2D72DF0F2A387CD5631CA3DB81919F0AE293F085439042D61AC4BB7F92A48F69", "AutoV3": "16C6C9A33791"}, "downloadUrl": "https://civitai.com/api/download/models/79203", "primary": true}], "images": [{"id": 888427, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75d4ecb8-7981-43a7-b242-f81e9bb18819/width=450/888427.jpeg", "nsfwLevel": 1, "width": 800, "height": 1280, "hash": "UEF}s3xt00?G0i4:D*%2IA-o~Vbb01bc?aMy", "type": "image"}, {"id": 888434, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cebf7ade-720d-48b5-9010-a7fe96c2eb79/width=450/888434.jpeg", "nsfwLevel": 4, "width": 1584, "height": 2400, "hash": "UOH2QI0f?^=YFza$NKnND%t7w]NGSNM{E1t7", "type": "image"}, {"id": 888431, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b503926-fb76-474f-8698-d75e17db2d12/width=450/888431.jpeg", "nsfwLevel": 1, "width": 1584, "height": 2560, "hash": "UbIqMw9GayoeSOxYIobIrqRkxtRk~VRjt7WB", "type": "image"}, {"id": 888436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c4bf2a4-7751-49a1-8e0b-6cbdb9adc738/width=450/888436.jpeg", "nsfwLevel": 8, "width": 1584, "height": 2400, "hash": "UHI;#D014ns:_NIo0Lxt_2j[$gEM?bRjD%xu", "type": "image"}, {"id": 888432, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/05ba5d1b-8f81-487a-98c8-f42702b7ac66/width=450/888432.jpeg", "nsfwLevel": 1, "width": 1584, "height": 2560, "hash": "UHI|%S00NyIUKkD*Ip?G0MxuaK-:4o~V%0Rl", "type": "image"}, {"id": 888447, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6350ba20-ad22-4ea0-9562-151564f2aaed/width=450/888447.jpeg", "nsfwLevel": 8, "width": 1584, "height": 2400, "hash": "UBF5v=AJEM~Btl-;?HMxD%nh-p0Ls-9F-pX8", "type": "image"}, {"id": 888428, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0cd0e87-0ddc-48e8-ac48-974978a92852/width=450/888428.jpeg", "nsfwLevel": 1, "width": 1584, "height": 2560, "hash": "UBH-oZ00}@jZ^%E100-;0#E10g-:00~W~UWB", "type": "image"}, {"id": 888435, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a558390-7478-4a73-b1d7-ebd71cdd8a4f/width=450/888435.jpeg", "nsfwLevel": 1, "width": 1584, "height": 2400, "hash": "UKJa4U%MVX-T~p?bIoIV?GT0E1RjRjsle.%2", "type": "image"}, {"id": 888433, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75d2b0ae-cdc1-4549-8dad-fd8dbbe99b0b/width=450/888433.jpeg", "nsfwLevel": 1, "width": 1584, "height": 2560, "hash": "UBHn~Z^%D$000h004nD*4m-;?b~W01bdo#%0", "type": "image"}, {"id": 888453, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cca034a7-5fef-4b2b-b9a0-fcbfec64aeda/width=450/888453.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2400, "hash": "UUKdMEE1I;~V9a9a9aofJBD%wIozWU~Vt7of", "type": "image"}, {"id": 888445, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a44d94f-7647-4ae3-b054-7f690caac328/width=450/888445.jpeg", "nsfwLevel": 1, "width": 1584, "height": 2400, "hash": "UCI#GcMx00_300~WD%M{M{9Gj]E101%Maxj[", "type": "image"}, {"id": 888456, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ea54261a-3f1e-4d80-82a9-220a6fb976cf/width=450/888456.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2400, "hash": "UANm4o0000_N009a0K.8%fEM4TE1#lW=?vE1", "type": "image"}, {"id": 888437, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52250c69-3004-4faf-8078-c5f0601453bc/width=450/888437.jpeg", "nsfwLevel": 1, "width": 1584, "height": 2400, "hash": "UFH_St019a-;0ext9FIo00M|?bIUDitR~qn$", "type": "image"}, {"id": 888429, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fba47b2c-8b6d-4e4f-9b7d-469db923c30e/width=450/888429.jpeg", "nsfwLevel": 1, "width": 1584, "height": 2560, "hash": "UIIX4|0L4n?a0M-:4;Rj0fIp%gM|Mcs:~BxW", "type": "image"}, {"id": 888448, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44cf51c2-6d6b-4f09-85a6-fe01f4ba5f8d/width=450/888448.jpeg", "nsfwLevel": 1, "width": 1584, "height": 2400, "hash": "UHI;VL_200M_004oMf?HiJ^*_MS2S2Rj$%IU", "type": "image"}, {"id": 888443, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54dfd7dd-807d-4bc3-ab42-4236d4d94590/width=450/888443.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2400, "hash": "UdLDDK-o0LRQ~pkWIoi_#7xZ-;oJwIa{%Mof", "type": "image"}, {"id": 888454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/689fbcb1-4374-47ed-a278-d764884a9248/width=450/888454.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2400, "hash": "URL:[m~V00IA9aNHD*WC8waK-p%M^+NG-pt6", "type": "image"}, {"id": 888455, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a3bbb4d-0d77-4d0c-825d-d1d0b7295a4c/width=450/888455.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2400, "hash": "UENmA$005R~p9r-m01xu0057nN-V4TkCpbxt", "type": "image"}, {"id": 888457, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1674283b-2997-4594-9621-267966bc18be/width=450/888457.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2400, "hash": "UaK1Ex~V9GMxxut7aes:9G%L%MkWD*xZ-;tQ", "type": "image"}, {"id": 888452, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/58742f4a-3e9c-43ed-8fd2-201f1b97a8fc/width=450/888452.jpeg", "nsfwLevel": 1, "width": 2048, "height": 2400, "hash": "UGJtV6rq00000pIWI]My00S$~VS%9ax[IVxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/79203", "modelId": 74487} \ No newline at end of file diff --git a/datasets/metadata/79912.json b/datasets/metadata/79912.json new file mode 100644 index 0000000000000000000000000000000000000000..3af9b1baaaeb19e02fbd7a5dcc9c06d27141c3fc --- /dev/null +++ b/datasets/metadata/79912.json @@ -0,0 +1 @@ +{"id": 79912, "index": 2, "name": "v1.0 Anime", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-24T15:00:53.365Z", "availability": "Public", "nsfwLevel": 11, "description": null, "trainedWords": [], "stats": {"downloadCount": 1374, "ratingCount": 238, "rating": 5, "thumbsUpCount": 268, "thumbsDownCount": 0}, "files": [{"id": 54827, "sizeKB": 18231.4501953125, "name": "Shiori_Hiura_WANNA.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-24T15:06:23.753Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6E36204C", "AutoV2": "0CADFD3698", "SHA256": "0CADFD36983205B67C5ED9F848F593ED5FE5142FE3C5F7790263850F24EE7552", "CRC32": "AA1A402E", "BLAKE3": "97ABC7EC69F41A6769677E8BAE51AC90EC14ECDCD0BA37801EC1842D7E18177C"}, "downloadUrl": "https://civitai.com/api/download/models/79912?type=Training%20Data"}, {"id": 54823, "sizeKB": 22240.0830078125, "name": "Shiori_Hiura_WANNA-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-24T15:01:58.090Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8011F1A6", "AutoV2": "CD704E152A", "SHA256": "CD704E152A5422625866DA4FB620692A736363B09E91AC53E027BFF1AFA042D4", "CRC32": "5E2D5C19", "BLAKE3": "262DB9EE928A47BE5C016D97C4EF9779089F9216ACB3A2B7DF7E9AD6A4EFA3C9", "AutoV3": "069A777B5C36"}, "downloadUrl": "https://civitai.com/api/download/models/79912", "primary": true}], "images": [{"id": 2800402, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33a7b131-fef4-4d79-8ba1-69b6950a6992/width=450/2800402.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQOfrp-;y?V[xcIV_4-;.9jG$+RjW7x[x[My", "type": "image"}, {"id": 896545, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5aa1278e-29a4-4302-a518-b1fcf1527047/width=450/896545.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UDI}nWtS01#;00559v~BDJ?H%tWE01D,-qNF", "type": "image"}, {"id": 896558, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9212b701-69ae-4a50-87cd-c90e1900f7ee/width=450/896558.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNI=0*H?009aib~COr9Z9PjC?GtRF=n5$lSN", "type": "image"}, {"id": 896675, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5820558d-3522-411d-b0f4-0323d3b89156/width=450/896675.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UHJ7{{xY00M}xv%L?bNI4moJ?wNHS$-p%2EM", "type": "image"}, {"id": 896696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/200ce948-b396-45be-ad3b-4f2faf5d9d64/width=450/896696.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UFIEhR~q00IoENXT?b-;Td%MW=o#0e?b~WI:", "type": "image"}, {"id": 896717, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b63f706-6242-4278-a02d-1cbdd1773cbe/width=450/896717.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UDJaND~X000gyF%N?cK71PS6~DpJoj^+%z5S", "type": "image"}, {"id": 896755, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e42eff41-52f6-4d65-b9cd-41f84f92f914/width=450/896755.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U8K,XC{1009Y0000.Szp6_=|];oLDPeTX-Ef", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/79912", "modelId": 75163} \ No newline at end of file diff --git a/datasets/metadata/79945.json b/datasets/metadata/79945.json new file mode 100644 index 0000000000000000000000000000000000000000..d56642d93c3d5f54c4db699ff920891c945dce9b --- /dev/null +++ b/datasets/metadata/79945.json @@ -0,0 +1 @@ +{"id": 79945, "index": 0, "name": "v1.1", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-24T15:57:08.792Z", "availability": "Public", "nsfwLevel": 29, "description": "Full remake with new dataset and tagging
", "trainedWords": ["MHXA", "sport outfit", "vader outfit", "idol outfit"], "stats": {"downloadCount": 996, "ratingCount": 125, "rating": 5, "thumbsUpCount": 143, "thumbsDownCount": 0}, "files": [{"id": 54853, "sizeKB": 312174.7578125, "name": "MHXA_REMAKE-no_shuffle.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-24T16:01:24.584Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "DDCAB2E6", "AutoV2": "3F9C2C1403", "SHA256": "3F9C2C1403F2A159330EBD485215FDD198734C0513874F829361AC928D370DE5", "CRC32": "03A005AC", "BLAKE3": "D23E0B958A4A8FA76338FFB51D343DF1816C8F5589BF89FFA5F607626047647E"}, "downloadUrl": "https://civitai.com/api/download/models/79945?type=Training%20Data"}, {"id": 54851, "sizeKB": 36997.072265625, "name": "MHXA_REMAKE-20.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-24T15:56:18.888Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9E2F984B", "AutoV2": "3505FDB312", "SHA256": "3505FDB312B946BD9EC7A755CD68D60E38AB5B12C0D446A94FA9B6B5E8F52FC3", "CRC32": "33278B12", "BLAKE3": "205E170B8D9FBC56C6F6FCF05AA4B160CD116D655CE29226799D828E7B5C5746", "AutoV3": "CBD01835F926"}, "downloadUrl": "https://civitai.com/api/download/models/79945", "primary": true}], "images": [{"id": 897186, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c50d9c70-5407-4a6a-b844-d6e0f64d3c79/width=450/897186.jpeg", "nsfwLevel": 8, "width": 704, "height": 896, "hash": "UGJafmVv9]BBI.-pIV9G}ij^R49G$xOY$fM{", "type": "image"}, {"id": 897187, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab4c4941-8656-43f4-8666-37ab08f87189/width=450/897187.jpeg", "nsfwLevel": 1, "width": 2816, "height": 1008, "hash": "UaK^$.t7WVj]?vkCfkj[~Wofa#of_NWBj@j[", "type": "image"}, {"id": 897185, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37e1e027-4069-41df-b203-695819dc497f/width=450/897185.jpeg", "nsfwLevel": 1, "width": 704, "height": 960, "hash": "UOKKykR5O[b_0ONbNLW=~CNGE1RPtSITt7xu", "type": "image"}, {"id": 897184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f751e274-c8ca-486b-bd44-e38b556f366b/width=450/897184.jpeg", "nsfwLevel": 4, "width": 704, "height": 960, "hash": "U8GuE}]}~W_20q=^KRMxRq9{0NE1VYEM-7ae", "type": "image"}, {"id": 897173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/51cc58d0-b9e1-4420-9b3f-fef4976ed853/width=450/897173.jpeg", "nsfwLevel": 1, "width": 704, "height": 960, "hash": "U8GRh[I^-;yEBY-=019v_4-p0ME2xuI=w]Nb", "type": "image"}, {"id": 897169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fadb77a2-d4b6-42e0-aa7c-3a6f6a397d6c/width=450/897169.jpeg", "nsfwLevel": 16, "width": 704, "height": 1024, "hash": "UqKxC_M{?w-;%gofIoWU-:f6xYkCn$t7xGWB", "type": "image"}, {"id": 897174, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9059dfd-d788-44db-a8f8-6e3e135d072d/width=450/897174.jpeg", "nsfwLevel": 1, "width": 704, "height": 960, "hash": "U5IEng_41bZ}?c_N02D%pI0000_24Xw0D+?H", "type": "image"}, {"id": 897171, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/049aea33-e380-4f44-9c24-508f55110066/width=450/897171.jpeg", "nsfwLevel": 16, "width": 704, "height": 1024, "hash": "URIql*t7~Xt8~CM{Nbt7~qs:x^Rjo}s:xukC", "type": "image"}, {"id": 897170, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70ff6e22-5b51-42af-abd2-a6adcaa46f0c/width=450/897170.jpeg", "nsfwLevel": 8, "width": 704, "height": 1024, "hash": "UeJ*M6~WoHxu-:%MM{%2InNGtRofxbn%WBM|", "type": "image"}, {"id": 897172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/995de48f-7989-4e3d-91e9-a5224432c11c/width=450/897172.jpeg", "nsfwLevel": 1, "width": 704, "height": 960, "hash": "UAGbC+-lx]a$?dW900E1t-X94oNH_4xat7RP", "type": "image"}, {"id": 897175, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54664bad-7e58-4715-a09b-2831b4b07cff/width=450/897175.jpeg", "nsfwLevel": 4, "width": 704, "height": 960, "hash": "U8IO60IA00%2_M9YI9-TIcM{9ds9_4E74.k9", "type": "image"}, {"id": 897176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9feda7c-c077-4942-a764-b93509a491d9/width=450/897176.jpeg", "nsfwLevel": 1, "width": 704, "height": 960, "hash": "ULHBucV^?bNG~Vt7M{R*^+t6RjWB?H%1WXso", "type": "image"}, {"id": 897180, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25eb74bd-3f26-4f48-9a08-2d74138b2bc0/width=450/897180.jpeg", "nsfwLevel": 4, "width": 704, "height": 960, "hash": "UDGktTVr%0~WAK-T9vxan%Iq57IoxDIpRPR+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/79945", "modelId": 45241} \ No newline at end of file diff --git a/datasets/metadata/79958.json b/datasets/metadata/79958.json new file mode 100644 index 0000000000000000000000000000000000000000..3daf0d1ffa5b26e9345d6bbc4aed6bb307bc6012 --- /dev/null +++ b/datasets/metadata/79958.json @@ -0,0 +1 @@ +{"id": 79958, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-24T16:04:35.771Z", "availability": "Public", "nsfwLevel": 6, "description": null, "trainedWords": [], "stats": {"downloadCount": 1627, "ratingCount": 300, "rating": 5, "thumbsUpCount": 345, "thumbsDownCount": 0}, "files": [{"id": 54860, "sizeKB": 13380.0966796875, "name": "Miyuri_Natsuki_Tsumamigui3.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-24T16:11:13.311Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "EC70E543", "AutoV2": "5821A09B23", "SHA256": "5821A09B23732404812948BA1F4C5C080661835B5B7BD453CBB088E751756E58", "CRC32": "1940EE79", "BLAKE3": "0346600DC6BD59CEE0C9670A4EF87E9F88FE117F35170A21457DD8B7100975D8"}, "downloadUrl": "https://civitai.com/api/download/models/79958?type=Training%20Data"}, {"id": 54857, "sizeKB": 22238.6279296875, "name": "Miyuri_Natsuki_Tsumamigui3-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-24T16:06:10.028Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2034FB57", "AutoV2": "9561A4BC0C", "SHA256": "9561A4BC0C9FEE8ED76EDDBC830457E4F5E0770568D4645FB119DAFC56C4DBA0", "CRC32": "264F5519", "BLAKE3": "FF8F40304EEF34CFAF03E7EEA4ABEB221885BE161AAB1918234E27FE69427CD0", "AutoV3": "C72BAE1D3FEB"}, "downloadUrl": "https://civitai.com/api/download/models/79958", "primary": true}], "images": [{"id": 2799413, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bc169da-673d-45af-87fd-25be402eaf74/width=450/2799413.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UcOfx@?H?^WCJBbI-;ofXnM|xDs:={xas:M{", "type": "image"}, {"id": 897235, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/07708b07-5658-480a-a357-903f59d4f5b0/width=450/897235.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFIq=f4=009E009Z~qj^4nent8%g9vRk-nRP", "type": "image"}, {"id": 897254, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9c13a5d4-b68f-4c78-bb01-305b5cf08d88/width=450/897254.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UTJHO14=HqM{},RRXm9btKrY%KI@5Rsl%1V[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/79958", "modelId": 75206} \ No newline at end of file diff --git a/datasets/metadata/79997.json b/datasets/metadata/79997.json new file mode 100644 index 0000000000000000000000000000000000000000..86c344c9454601ee2db7d2184b50c338dfaf6dfb --- /dev/null +++ b/datasets/metadata/79997.json @@ -0,0 +1 @@ +{"id": 79997, "index": 0, "name": "v4.1 Heart Locon 128x128", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-24T17:04:00.412Z", "availability": "Public", "nsfwLevel": 1, "description": "Abandon variety embrace repeatability!
A stylized version using a heart shaped ovum. Mostly a synthetic dataset. Has high repeatability and reliability as long as the inpaint space is symmetrical.
Requires the following:
I like it most at .95 strength(why? I don't know, but i think there's more sperm at 1 which overloads the image a bit.)
a symmetric inpaint area
Latent Nothing
Only masked
padding pixels: 0
Width and and height: calculate what you want by looking at the colored pictures and match it to your available inpaint area then copy the written resolution from the image that looks the best to you.
For the guide images: Red is 128, Blue is 192, green is 256 and Yellow is 512.
Denoise strenght:1
Mask transparency 0 or better yet use your own mask file.
Check the attached configuration screenshot if you have a doubt.
This is totally different to the other ones with a dataset created from scratch. I thought that maybe i should post it separately but nah!
I finally happy with this one. It is likely the end product. I will use it to make a synthetic dataset for a generalized fertilization LORA in the future.
", "trainedWords": ["fertanim"], "stats": {"downloadCount": 1549, "ratingCount": 158, "rating": 5, "thumbsUpCount": 209, "thumbsDownCount": 0}, "files": [{"id": 54894, "sizeKB": 972.169921875, "name": "data49h.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-24T17:31:16.740Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV2": "88850EAA83", "SHA256": "88850EAA83FA2270129981E81B0659562F42B70A8A9758C4B72E3E63E5EACE80", "CRC32": "A105AB40", "BLAKE3": "46BAC3671B30ABB5B8C02D0F13919F83401D5B0C4BE8C4BE916B6A9EC0201D0A"}, "downloadUrl": "https://civitai.com/api/download/models/79997?type=Training%20Data"}, {"id": 54885, "sizeKB": 91458.486328125, "name": "FertAnimV2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-24T17:01:23.890Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "A3642425", "AutoV2": "698ECAFC9B", "SHA256": "698ECAFC9BE846FCBE3A7BFFF83129F67C7199F62B46E6FF925D3BD881F9E8CA", "CRC32": "65991102", "BLAKE3": "311F4D1ABAA0F35DDB104DAFF101F16B510E433DAB502B72A26B26ED8EAF2059", "AutoV3": "8ABF1EF9B9EB"}, "downloadUrl": "https://civitai.com/api/download/models/79997", "primary": true}], "images": [{"id": 897652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8589a4cf-c059-4d01-aaf7-a2c79c09ea38/width=450/897652.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UgJsqn~W%M?HOpo}t8t7x]nii{RjD%RjozRj", "type": "image"}, {"id": 897659, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe43a74b-451a-46f2-9681-c7af06881690/width=450/897659.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UZJ75q~W%g?HXR%2%2xatlRjV@RjIAaet7NG", "type": "image"}, {"id": 897720, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/656a9c34-eef3-4938-8776-2c52e819ebf6/width=450/897720.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UUIhv;E1~Cxu^+I;I:WqnOr?s:ofIUVs-:%2", "type": "image"}, {"id": 897658, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a61a723f-23ec-474e-9a8f-6446c2d21163/width=450/897658.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UTIh%4D%~Vx]^+IpI:W=n4s9s:ofIARj-p%2", "type": "image"}, {"id": 897640, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18a24e3d-0731-4169-8a3b-c7af77ecb532/width=450/897640.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U%Ja4zSLXTtR}rozbvofvft6XSj?oNofSMfR", "type": "image"}, {"id": 897660, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7473b597-97d3-4549-9bdf-31a1810108ec/width=450/897660.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U*Jj*@Rjb^t8}skDb]kCvftQXSj@j0ozR*j[", "type": "image"}, {"id": 897680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73280e4d-94d9-4e88-b584-d5be031fe769/width=450/897680.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UuRV+|JMRP%M[a-DixS09.I.Vss=w7s;aKbH", "type": "image"}, {"id": 897678, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3b5210b9-3f85-45df-9a8a-3eebdfe94629/width=450/897678.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U$QmE,EKM{%2#Yr|RRS05eELRQs;j3WGV[bG", "type": "image"}, {"id": 897677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd807ec3-ec1e-45de-b2da-63aa488cb309/width=450/897677.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UMO3nP0w0J^,.*#xH[JO8a0yiL%3rgS9Q:XR", "type": "image"}, {"id": 898446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dfd37245-f5b8-46c3-bb36-08957f82de6e/width=450/898446.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U-S5q4RQRPxuS0OsRQjZIPM}RQkDRqSiRjj[", "type": "image"}, {"id": 897684, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66c2891f-9a50-4df9-abc7-0f45ca38c1ba/width=450/897684.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U.S5tCRQRPxtNZOsRQjsIPM}RQkDRqSiRjj]", "type": "image"}, {"id": 897685, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7937dfb0-4140-40d1-9403-cfb07ff36a98/width=450/897685.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U$QmE-EKM|%2#Yr|RRW-5eELRQogj3WGRkbH", "type": "image"}, {"id": 897683, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f6e5076-2dcf-4dc0-acbf-319db04918c8/width=450/897683.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UuRV:4J3RP%2;7-DeTSd9.I.Vsogw7s;aKbH", "type": "image"}, {"id": 898449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fdd976c9-7116-4b38-aa27-122c1f6478ac/width=450/898449.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UNPYrB0x8_^l@T#_H[O94Q0{Myxvr#R?Mybu", "type": "image"}, {"id": 897689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a537f28f-a125-4008-b493-2c134e6fe2f1/width=450/897689.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U$QmE,EKM|%2#Zr|RRW-5eELRQognXWGRkbH", "type": "image"}, {"id": 897690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12592119-59e2-49ff-94e4-0dadfb55a272/width=450/897690.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UuRV+|JNVs%2[u-DixSd9.I.VsohwQs;aKba", "type": "image"}, {"id": 897688, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7baf1b40-464b-4b91-beff-c34a02e0b230/width=450/897688.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UxI5oI9@IVxbr2sHRQSd_NEeVtt8$,WZV@kB", "type": "image"}, {"id": 897687, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86d32028-7b5e-4f72-87e4-969bf8267edb/width=450/897687.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U.S5tDRQRQxtNZOZRQjsIPM}RQkDRqSPRjj]", "type": "image"}, {"id": 897691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dbdcb537-f5df-4bea-a198-3ed48192816b/width=450/897691.jpeg", "nsfwLevel": 1, "width": 1273, "height": 676, "hash": "U66kSDIuo$r_-:xWRiW-_4oNWCS5~WNFWUs:", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/79997", "modelId": 68953} \ No newline at end of file diff --git a/datasets/metadata/80008.json b/datasets/metadata/80008.json new file mode 100644 index 0000000000000000000000000000000000000000..37903bfeb6e2c1797885256696779e11d895ccf7 --- /dev/null +++ b/datasets/metadata/80008.json @@ -0,0 +1 @@ +{"id": 80008, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-24T20:47:56.907Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": ["PastelGothAI"], "stats": {"downloadCount": 2286, "ratingCount": 258, "rating": 5, "thumbsUpCount": 300, "thumbsDownCount": 0}, "files": [{"id": 55257, "sizeKB": 303572.2880859375, "name": "images.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-25T10:01:10.136Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "81A7AD47", "AutoV2": "7C316DBC83", "SHA256": "7C316DBC83AF5BB7FA83D7EA78B2D4CFD905E92F946859B6A90EAA82AAB8FA15", "CRC32": "F0657C5F", "BLAKE3": "88ABF8CA6F7EA7AF2EF1CBD2AAA35D5FE15E35827654DAE71D6027DCC41F7B00"}, "downloadUrl": "https://civitai.com/api/download/models/80008?type=Training%20Data"}, {"id": 54974, "sizeKB": 147582.12109375, "name": "PastelGothAI.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-24T20:36:15.933Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E6C95DFE", "AutoV2": "F4BCA11508", "SHA256": "F4BCA1150850BC8C91F48038A9F3469CFB65D643925AFA1D49A49624EE215E21", "CRC32": "4E0B2370", "BLAKE3": "8C4414FF5A6540E9B08B8DC62CD0EC0AFC480DFEAC6A8FC2AF80123A29B2BFD4", "AutoV3": "1CCDF0E6D51F"}, "downloadUrl": "https://civitai.com/api/download/models/80008", "primary": true}], "images": [{"id": 899405, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4151272e-436f-4b50-89fe-2dd0ed330b1c/width=450/899405.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UnN,uj-p_NE1xuayRjoM_MR*M{xbxtofj]R%", "type": "image"}, {"id": 899394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/472a2591-2408-452d-a84c-4b4d0b36b047/width=450/899394.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U7CsB#w]_#^k7x0dzp=}PnE1000etl55#pWB", "type": "image"}, {"id": 899395, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f458ba7c-371d-4aaf-988f-0aeaf08779f4/width=450/899395.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UMDI|i^kvfZ$uPxvMwIAffxvV@IUxC%3xGs;", "type": "image"}, {"id": 899460, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3ae5418-4b1e-4d58-bdba-37f7d14fadb4/width=450/899460.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UQLzN}8{~pxIDj%foLRj~p%2MyX5IBIUS1of", "type": "image"}, {"id": 899402, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5713a3aa-9982-49f1-9878-6c76dfc7bb1a/width=450/899402.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UEGRe$EL-VR*01WBNGjZ~p=|WUf+01t7t6ba", "type": "image"}, {"id": 899403, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59e80d09-bd3c-4fc5-b518-88c83574b75e/width=450/899403.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U58q4|-p000K~Co29ZWV0KIo^*=|00NG~W-p", "type": "image"}, {"id": 899518, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/652d7fdd-73e3-4cd9-b63d-201c82e16b72/width=450/899518.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UZKdVrSw?axa%M%LjZf8~VRQD*kCR%IVW;Rj", "type": "image"}, {"id": 899467, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/193fc19d-fba7-4d1d-9e83-3ca2cf463c1a/width=450/899467.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UOI;PP9F~p-WVsxuInWU?aRjM{R*azt7xuRQ", "type": "image"}, {"id": 899407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d2f3045a-883c-41d1-88e6-d9341e3ab6df/width=450/899407.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UnH_lXIUtRoz_Nj[aet7^+f+Rjae%Mj?R*V@", "type": "image"}, {"id": 899406, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/318918c7-fd3b-4111-9cca-7ee76bb6b510/width=450/899406.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UIE_s^^+tR-p~Cxuoz%2RQniRQIoM|M{V@M|", "type": "image"}, {"id": 899398, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f62e7b8c-5083-4994-9425-dbbcb97eac6e/width=450/899398.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UbKU7oD*?bs:%#s:%2bF~VxuMxWBWYxtNGxZ", "type": "image"}, {"id": 899409, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/acd0243a-6952-4023-ba9e-a98653aa2337/width=450/899409.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UDBypxE156~VIos:56IonioftQt6IVR*xaNG", "type": "image"}, {"id": 899400, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cec965a4-b346-4700-abd5-08623a610c0f/width=450/899400.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "U9Fq,x-P02^Q-C9[0d^+009a^Q-V01t6~BM|", "type": "image"}, {"id": 899399, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ef90a9a-4677-4c65-a672-145fc3127a91/width=450/899399.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1024, "hash": "UHGuXj=}009Y~V%LIA%2?uoyIT-V-;niM{oz", "type": "image"}, {"id": 899397, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c0be0bf-922a-4af8-b47a-35221813b368/width=450/899397.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UHJG.$0M~A^+^kxZs.t6^K-oIpIURikCRjRQ", "type": "image"}, {"id": 899404, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75409c02-ec09-4015-9cce-36f8f99d4320/width=450/899404.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UC7_7$%20J9Z_4t89YInNtX8r?r@Ntbbwfni", "type": "image"}, {"id": 899408, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d3ac21e-2713-4ca2-865c-14f167dc9e5f/width=450/899408.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1024, "hash": "UJFX;%0f0e-o~CELI.xaE1s-NGj]XRoJRjxa", "type": "image"}, {"id": 899410, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1162ee0-0f55-4ab6-82db-04301a332771/width=450/899410.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9EUyM-r0J#Y%NE1IpI]00M_~C%2Io?HbF0w", "type": "image"}, {"id": 899458, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a65e9464-93bf-4b75-b34d-412ef9919969/width=450/899458.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UNJ@nF-:~oIV?HRkfhM|~VofIVoMNFofxbxa", "type": "image"}, {"id": 900022, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd9b0c67-5937-4871-abf6-7f6e580c190f/width=450/900022.jpeg", "nsfwLevel": 1, "width": 800, "height": 1200, "hash": "UCDJO|EMMynOL3%2xuRP*JIoWCM{_NxZM|NG", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/80008", "modelId": 75265} \ No newline at end of file diff --git a/datasets/metadata/80015.json b/datasets/metadata/80015.json new file mode 100644 index 0000000000000000000000000000000000000000..e951f8ea0b92b8ee6627455f161b56f1f15233d8 --- /dev/null +++ b/datasets/metadata/80015.json @@ -0,0 +1 @@ +{"id": 80015, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-24T17:36:51.157Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": [], "stats": {"downloadCount": 1453, "ratingCount": 281, "rating": 5, "thumbsUpCount": 316, "thumbsDownCount": 0}, "files": [{"id": 54899, "sizeKB": 17029.65625, "name": "Sayoko_Asatsuyu_Tsumamigui3.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-24T17:46:21.978Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D7477723", "AutoV2": "FE1432A707", "SHA256": "FE1432A707EE69D369734D3FC3EB77AACFE1ACF84CDD155ACC1CF8E9C9280758", "CRC32": "369F8092", "BLAKE3": "DA69F56A49F65620C6A66D50ED7134F7694E566BCE1A47FC71DB6E03D32DA0C3"}, "downloadUrl": "https://civitai.com/api/download/models/80015?type=Training%20Data"}, {"id": 54896, "sizeKB": 22238.408203125, "name": "Sayoko_Asatsuyu_Tsumamigui3-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-24T17:41:07.552Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3C120B9C", "AutoV2": "A4374E75F6", "SHA256": "A4374E75F6141F8C76A679BAF85EB701E23C343C9DF65B76067BE5D287589954", "CRC32": "805B1933", "BLAKE3": "017A0D25B45F1BD277A733B55965B34B01122600897767CF8D88D5277FA20D72", "AutoV3": "5C31D09A8847"}, "downloadUrl": "https://civitai.com/api/download/models/80015", "primary": true}], "images": [{"id": 2799480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bea5524e-66a1-46bc-9866-b02236fffed6/width=450/2799480.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UWMY=|~WS#of0L$*x[kCr]soVtRjo|W:ofkB", "type": "image"}, {"id": 897933, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f30b7c8b-d433-46ad-8666-6f4b6595d427/width=450/897933.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UKJ7E@~V0f0100E2RjyDu4jER7V@Q-f+XRR+", "type": "image"}, {"id": 897895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e8d59325-0acb-43d0-acfb-8ad87df307bb/width=450/897895.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UBLVq8012?W[NA4pvfl8~om]~pE28w$*t%Q.", "type": "image"}, {"id": 897912, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00c316dd-2ad6-4b74-8fed-a59a76e3cbec/width=450/897912.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UIIgQ99e01?]4.tks;VYJ-EhIWr?IAIpoeR*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/80015", "modelId": 75273} \ No newline at end of file diff --git a/datasets/metadata/80239.json b/datasets/metadata/80239.json new file mode 100644 index 0000000000000000000000000000000000000000..3b504a266b575dff07d44bb15113bf4bbabf17f6 --- /dev/null +++ b/datasets/metadata/80239.json @@ -0,0 +1 @@ +{"id": 80239, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-25T00:46:34.406Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 864, "ratingCount": 150, "rating": 5, "thumbsUpCount": 172, "thumbsDownCount": 0}, "files": [{"id": 55050, "sizeKB": 16664.767578125, "name": "YejinsMother_Learning.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-25T01:01:24.946Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "54361D65", "AutoV2": "76F3B321A4", "SHA256": "76F3B321A4FC9DD0911172557B594012AE3453C14266464DD762E18BAC8BE58C", "CRC32": "EDCC005C", "BLAKE3": "BDE48B81DA460E24B274FF182BCEB481A32AA1503F8A2F22C6C07259D901D093"}, "downloadUrl": "https://civitai.com/api/download/models/80239?type=Training%20Data"}, {"id": 55043, "sizeKB": 32751.4150390625, "name": "YejinsMother_Learning-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-25T00:46:19.194Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "52AB3E3F", "AutoV2": "244F4F6EB5", "SHA256": "244F4F6EB54DD1CE0AC437DE6D8823A3767D0600492D7EC3FB2894A7999D5697", "CRC32": "6313C654", "BLAKE3": "1BCCD8ED1F30E5C6A07864131BE4A21F819D9E2CB9D8DA23D8E1D8DEBD954A8D", "AutoV3": "3264D296B1FF"}, "downloadUrl": "https://civitai.com/api/download/models/80239", "primary": true}], "images": [{"id": 2799364, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/065a7f4b-cba3-46fa-992b-4c903c15247e/width=450/2799364.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaJ@qM%MADRj%goft8t6J.WAnhoe~poesoNG", "type": "image"}, {"id": 901040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38d9011b-3413-4571-b220-9d203ba9ae35/width=450/901040.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "UTKdJL0J%f9F~UoeNG-pSKxu%2NGS4t7s.fl", "type": "image"}, {"id": 901060, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ddb23878-849c-4715-b2dd-ed8da0433264/width=450/901060.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UBH_GN00EL~W-Txu?b9F9YoMniNGs,V@Dj.8", "type": "image"}, {"id": 901327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/65e8a925-e307-413b-99b8-61f0b83bec8b/width=450/901327.jpeg", "nsfwLevel": 2, "width": 338, "height": 512, "hash": "UQK0{P4nx[9F~UWBI:-pIn%2-pIpIpt6xZt7", "type": "video"}, {"id": 901021, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5c78ecd-e38b-4f26-9245-26abf06b394c/width=450/901021.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "UBK0~b0f00%200xa9utRIq?H~X4.00M{RP-;", "type": "image"}, {"id": 901087, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/33610ecb-3ecf-458d-95d1-d08b08fae4f4/width=450/901087.jpeg", "nsfwLevel": 4, "width": 608, "height": 920, "hash": "UIKnPd%#1+tn0=={-?OZGwITkXNG9bX4Q-r?", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/80239", "modelId": 75501} \ No newline at end of file diff --git a/datasets/metadata/80612.json b/datasets/metadata/80612.json new file mode 100644 index 0000000000000000000000000000000000000000..0994951fe733612122736b47552f5ff0467d91a7 --- /dev/null +++ b/datasets/metadata/80612.json @@ -0,0 +1 @@ +{"id": 80612, "index": 1, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-25T10:43:24.146Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 1947, "ratingCount": 221, "rating": 5, "thumbsUpCount": 252, "thumbsDownCount": 0}, "files": [{"id": 55281, "sizeKB": 24284.1982421875, "name": "Akiko_Kamimura_SISTERS.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-25T10:51:06.556Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "90659A04", "AutoV2": "E244C568C9", "SHA256": "E244C568C96436236AC5ED02CF0FBFEF11086E80D0BE9870DC74C7B092E958E5", "CRC32": "B6EE3D3A", "BLAKE3": "C5D26A66A96B8B170755C2BB91035A7EFD8723A1FD96FA9E7336A1DE8C331F8A"}, "downloadUrl": "https://civitai.com/api/download/models/80612?type=Training%20Data"}, {"id": 55276, "sizeKB": 43266.3076171875, "name": "Akiko_Kamimura_SISTERS-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-25T10:46:08.119Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8BAE80EB", "AutoV2": "5C1BA9A14E", "SHA256": "5C1BA9A14E33B6308B5D27F398DA288178601E775B827A9CD72348B58ED863BD", "CRC32": "8E509C67", "BLAKE3": "1CE047A2D5B7E1F4ACF4896447112C4ECEDAF0874330203DD3FF2DBE311CE30D", "AutoV3": "6C357C3EFB9D"}, "downloadUrl": "https://civitai.com/api/download/models/80612", "primary": true}], "images": [{"id": 2745184, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ad276d5-46ed-4400-adf4-4ee55a4e441d/width=450/2745184.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UYJ%n4-o57afxtxZ9aWBELj[$*j[~Bt6xaWB", "type": "image"}, {"id": 904689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8dcedf50-01ed-4afa-bdf3-75e29cb89cd1/width=450/904689.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "UJLz8G00AI-:~p9FE2Ip0z4.nPD*$M%1IVxu", "type": "image"}, {"id": 904652, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f43e0a0-f9bd-4a4c-b408-693045f35f92/width=450/904652.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "UVKTxl_NTKxvxX-pSPx]t,%N-UNGD%M{t7IV", "type": "image"}, {"id": 904697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d71351e8-9710-454e-b311-3a88ff07a52f/width=450/904697.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "UCKJ=5001Jt7b;D%9a0L0fE2=|D*}q$zSixa", "type": "image"}, {"id": 904698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d3c77d4-a1e9-4a36-b75c-9b5fdce037f6/width=450/904698.jpeg", "nsfwLevel": 8, "width": 608, "height": 920, "hash": "U6KTi4030gD*rT00000f2]~q}s00DOxC?bD*", "type": "image"}, {"id": 904710, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a1712dd6-cbdc-44c3-acc9-220b2c005603/width=450/904710.jpeg", "nsfwLevel": 8, "width": 608, "height": 920, "hash": "UCJjh.010z~Vx:0LIBt60LNL#,M{^1Mxx]R*", "type": "image"}, {"id": 5490290, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5db7cb18-a2dd-48b3-baf0-8df01da246e5/width=450/5490290.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UgPi9d_2.TS5u5R*%hIV%2RjRjt6%1oyRPbH", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/80612", "modelId": 40302} \ No newline at end of file diff --git a/datasets/metadata/80650.json b/datasets/metadata/80650.json new file mode 100644 index 0000000000000000000000000000000000000000..d9f3ee704409d027ee6e947161a66453668330a6 --- /dev/null +++ b/datasets/metadata/80650.json @@ -0,0 +1 @@ +{"id": 80650, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-25T11:45:21.406Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["kotatsu", "sitting at kotatsu", "under kotatsu"], "stats": {"downloadCount": 949, "ratingCount": 146, "rating": 5, "thumbsUpCount": 164, "thumbsDownCount": 0}, "files": [{"id": 55303, "sizeKB": 117041.826171875, "name": "kotatsu_shuffle.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-25T11:46:35.529Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "AD572E36", "AutoV2": "74487B6CD7", "SHA256": "74487B6CD7753AA38675452481A50C1ADFB4DDCB2B290809F87296E8DA4BA9CD", "CRC32": "3596F990", "BLAKE3": "33FEDF2354E6AE11CCD7E73F1052C849C7F22DA7E40ABA9B36026CE4F7053D8E"}, "downloadUrl": "https://civitai.com/api/download/models/80650?type=Training%20Data"}, {"id": 55301, "sizeKB": 37004.978515625, "name": "kotatsu-20.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-25T11:45:54.570Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "1AB92E37", "AutoV2": "72FE4CD56D", "SHA256": "72FE4CD56DE482442BFBA5BA4D80D68ECB4D49F7875922824E6CF8C54B8893A2", "CRC32": "A6AFCC62", "BLAKE3": "B98B8F9B4C13B24FF46B8ECCDCDB020D68A2EDB1D1FB90305D2B5E1779E539F6", "AutoV3": "6C48962346F2"}, "downloadUrl": "https://civitai.com/api/download/models/80650", "primary": true}], "images": [{"id": 905165, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ea32a43-22c5-4f6b-9be6-f71366114afd/width=450/905165.jpeg", "nsfwLevel": 1, "width": 768, "height": 960, "hash": "UFG*sQ4:RPM{~UWVozIo9aR*?GNekCR*xuxD", "type": "image"}, {"id": 905169, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e95adc9-2a02-486c-b373-f3c31084753d/width=450/905169.jpeg", "nsfwLevel": 1, "width": 1024, "height": 704, "hash": "UFJjVo~Wj=IU-:t7xaM{-ps:axIVjFRjIoWB", "type": "image"}, {"id": 905173, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3c347791-c4c1-4137-a990-43a5d34ff047/width=450/905173.jpeg", "nsfwLevel": 1, "width": 640, "height": 896, "hash": "URJ7dknmx].7~qVtWBbvxvs.kBof%2E1M|xa", "type": "image"}, {"id": 905166, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6ccdac4f-630a-4607-9dfa-2404d00d9e74/width=450/905166.jpeg", "nsfwLevel": 1, "width": 704, "height": 960, "hash": "UCI|tM?H=xNG?F-o%MjZ01Rk-;kB~CR*afjb", "type": "image"}, {"id": 905172, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00809a17-7ef3-449d-8bf2-4c215c7e623f/width=450/905172.jpeg", "nsfwLevel": 1, "width": 1000, "height": 640, "hash": "UFKKTU_256IV.S%MDi9Z_Nt8V?s9=#oMNZof", "type": "image"}, {"id": 905161, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/486d836f-dbfb-437a-af9d-546c57b7abdb/width=450/905161.jpeg", "nsfwLevel": 1, "width": 768, "height": 960, "hash": "UaIp^^xZaxM{~WW;R*IoxakCNGRjR+xtn%oL", "type": "image"}, {"id": 905171, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6e85dc7-6364-48a8-a9f4-68f722e51eb1/width=450/905171.jpeg", "nsfwLevel": 1, "width": 1024, "height": 704, "hash": "UDI;^nkC02e?K8xa?Fox~pj[M{WDR5WVE2t7", "type": "image"}, {"id": 905162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7abfd35-9969-475f-9b97-9443ee2f1fc0/width=450/905162.jpeg", "nsfwLevel": 1, "width": 704, "height": 896, "hash": "UDF~8O_3NH?a~qxvxu%Lx]xuR+RjD%NGf6Rj", "type": "image"}, {"id": 905163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a32a89d8-eb96-4a11-bf1e-b3198e56232e/width=450/905163.jpeg", "nsfwLevel": 1, "width": 640, "height": 896, "hash": "UDIXX19FEM^+.mD%%2IotSIUtRRj+vR%x[xt", "type": "image"}, {"id": 905167, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b8fd170-a0dc-4244-bce3-c91c02269ada/width=450/905167.jpeg", "nsfwLevel": 1, "width": 960, "height": 704, "hash": "UMIXN*~WM{E1k?S4M{t6IBo2Rkt74:Rj%LNZ", "type": "image"}, {"id": 905168, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/847efd5b-8989-4e3f-b67b-37c41f3643e0/width=450/905168.jpeg", "nsfwLevel": 1, "width": 704, "height": 896, "hash": "UIHdsx57I:-o~UNHNH%1=|S2E2%1t7NHM{xa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/80650", "modelId": 75914} \ No newline at end of file diff --git a/datasets/metadata/81190.json b/datasets/metadata/81190.json new file mode 100644 index 0000000000000000000000000000000000000000..70763cc75af1c278ce82afebbe594f705fe9ed9c --- /dev/null +++ b/datasets/metadata/81190.json @@ -0,0 +1 @@ +{"id": 81190, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-25T22:42:15.049Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 784, "ratingCount": 125, "rating": 5, "thumbsUpCount": 149, "thumbsDownCount": 0}, "files": [{"id": 55656, "sizeKB": 23497.6025390625, "name": "Tanaka_Misaki_Kanojo.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-25T22:51:17.978Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "933743DB", "AutoV2": "2E4B7C273F", "SHA256": "2E4B7C273F972D0D1144CFD5AD30A207C87555E5D7C95B667774476D442BD09B", "CRC32": "BAC87E40", "BLAKE3": "8AFFD654A55432F08B4764C238B48005178CDBFF60ECF21D1755598B30947E35"}, "downloadUrl": "https://civitai.com/api/download/models/81190?type=Training%20Data"}, {"id": 55652, "sizeKB": 22242.4248046875, "name": "Tanaka_Misaki_Kanojo-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-25T22:46:22.695Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "13735E4A", "AutoV2": "002B5018B5", "SHA256": "002B5018B55F589DF12BCE37E3CDB83D904BDED5A065E5892E4438C35227C27D", "CRC32": "45A9BAE3", "BLAKE3": "795B3A65BB8DC0F19372BE1255635F122FA5D49A3A0933346FE9555988A08AC7", "AutoV3": "E50D3DF51A90"}, "downloadUrl": "https://civitai.com/api/download/models/81190", "primary": true}], "images": [{"id": 2745014, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14d57b92-a0a1-4f13-abe0-202ea4e9ba36/width=450/2745014.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UYNA3av}EgM|+?RO~pt5D+bcRQNbxuR-f,kD", "type": "image"}, {"id": 912072, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a63e694e-7827-41da-9c8a-0b77b2a3447a/width=450/912072.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "UOIXdQ~W$]~V^I?FkrbcD%xa%MD*Iqoct8-p", "type": "image"}, {"id": 912062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d64a89d1-8425-473e-9a9c-9a557c8c13ee/width=450/912062.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "USH_S-~ps5$|=_--tS-;nMIog3NGIWt7xvax", "type": "image"}, {"id": 912064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f5245ea-957c-4452-ad5f-bce21c14a060/width=450/912064.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "UlJacoxD$wD*~UWUtRRjadxtR.j[IVt7j[t7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/81190", "modelId": 76417} \ No newline at end of file diff --git a/datasets/metadata/8124.json b/datasets/metadata/8124.json new file mode 100644 index 0000000000000000000000000000000000000000..571047af8e5bd83440444841360dc5e78a0cada8 --- /dev/null +++ b/datasets/metadata/8124.json @@ -0,0 +1 @@ +{"id": 8124, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-02-06T00:13:49.944Z", "availability": "Public", "nsfwLevel": 3, "description": "Info
Trained with AbyssOrangeMix2 (SFW)
Image Set: 10
Training Resolution: 512x512
First Version, use the embedding as well if you are getting poor results.
", "trainedWords": ["weiss schnee", "cropped jacket", "hair ornament", "holding sword", "blue dress", "cosplay"], "stats": {"downloadCount": 779, "ratingCount": 101, "rating": 5, "thumbsUpCount": 102, "thumbsDownCount": 0}, "files": [{"id": 8056, "sizeKB": 75197.47265625, "name": "100_Weiss Schnee.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-06T00:36:40.295Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "4A8A72EA", "AutoV2": "57F625BB88", "SHA256": "57F625BB88D9D26931D3C7CA0F0AD595FADA3B9B4CC18E0AD953B1D610AF82F8", "CRC32": "03765F92", "BLAKE3": "30DEB13EB242AC81E4E2234E13BD7458A66598EB7D898EEB25B40B1E5A77B1B1"}, "downloadUrl": "https://civitai.com/api/download/models/8126?type=Training%20Data"}, {"id": 8055, "sizeKB": 147570.4580078125, "name": "Weiss Schnee.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-06T00:36:33.021Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "749A4111", "AutoV2": "F077ECF87A", "SHA256": "F077ECF87AC9D4B1BB9013918EB3CF6053C4CAF178A2DF4BD6F0A35AD205C409", "CRC32": "A968B1B6", "BLAKE3": "01B26344C3C0EFC2865E903133DB064E74EA5D3709711516A11E1C8AAB6A1D84", "AutoV3": "6BBA37383534"}, "downloadUrl": "https://civitai.com/api/download/models/8126", "primary": true}], "images": [{"id": 76690, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14894ebc-7522-44d1-de32-e86abbff3800/width=450/76690.jpeg", "nsfwLevel": 4, "width": 768, "height": 768, "hash": "UQIF6^t.01~qD*D%$$WCIAadjZg5E1%Mx]xv", "type": "image"}, {"id": 76698, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d84c55d4-81cf-4f4e-bccd-c860ba0a7900/width=450/76698.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UHGlCv~q004n9E-;%MITD%Rjt7WAS2R%jbV[", "type": "image"}, {"id": 76697, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cc32ecc-84f0-45a7-8bd0-5e9fff90ee00/width=450/76697.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UGF$bV_3004.Ri_4%MkCkCx]-qs+%Mt7WBRj", "type": "image"}, {"id": 76696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ddf4749-1460-49b9-7de7-c0f7d96c9f00/width=450/76696.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UKFr|[_44mD%D$-=tQIUWXR*t7oIxvawofjZ", "type": "image"}, {"id": 76695, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd0e86f9-39c1-4c01-4b80-8bf4ca8f3300/width=450/76695.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UaJ*rD_NK6ogIo-;i^bbtRtRxuoeogj?t7Rj", "type": "image"}, {"id": 76694, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91beb82e-9ec0-4c55-951d-713e4e945100/width=450/76694.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UYGb*n_3_4W-xuM{R*M{IoIUxan%ozRjxuR%", "type": "image"}, {"id": 76693, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aca80f0b-317b-49e3-6814-2d35576a3900/width=450/76693.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UGGbo94n~qRPtRbaE1_3?bV@s-?b%g%M%Mxu", "type": "image"}, {"id": 76692, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96700520-3b7a-4a80-d563-6fe22a148a00/width=450/76692.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UBI#r=_3E1009E_3.80K~q4n9FxaWTt7Rj9F", "type": "image"}, {"id": 76691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7abebaf6-bb04-4036-edb2-5442774e5100/width=450/76691.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UIIhje~q00xYD$In4nah9FIUV[%M.8xas.WV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/8126", "modelId": 6916} \ No newline at end of file diff --git a/datasets/metadata/81513.json b/datasets/metadata/81513.json new file mode 100644 index 0000000000000000000000000000000000000000..cef06738551b0b220049c2c1a004226a702204e9 --- /dev/null +++ b/datasets/metadata/81513.json @@ -0,0 +1 @@ +{"id": 81513, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-26T07:28:56.958Z", "availability": "Public", "nsfwLevel": 14, "description": null, "trainedWords": [], "stats": {"downloadCount": 1834, "ratingCount": 376, "rating": 5, "thumbsUpCount": 442, "thumbsDownCount": 0}, "files": [{"id": 55846, "sizeKB": 23820.6943359375, "name": "Annerose_Vajra.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-26T07:31:55.241Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1D53FAC2", "AutoV2": "C8F75736A6", "SHA256": "C8F75736A6063B6DA57D9D855C443F474D330941A008C8CBAC3E708ADF053E40", "CRC32": "43315D05", "BLAKE3": "0FF9BD99AF14EB2700430B8BA961624E4ADA5E704F87A69354E3E317AA040F76"}, "downloadUrl": "https://civitai.com/api/download/models/81513?type=Training%20Data"}, {"id": 55843, "sizeKB": 43265.58203125, "name": "Annerose_Vajra_Action_Taimanin-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-26T07:31:26.321Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9FD7A386", "AutoV2": "2685A1993A", "SHA256": "2685A1993AFFBDDD5453D294CE4DA45EBCB06C80325A5F1948FC35BFFE51E94C", "CRC32": "2CBFD811", "BLAKE3": "B531480B8D54859ECFA6EB58C8BE7614E6537DBB0625EAF01E66AFB7E832C7E8", "AutoV3": "3F953AD3E064"}, "downloadUrl": "https://civitai.com/api/download/models/81513", "primary": true}], "images": [{"id": 2745158, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e9ada76-3a90-4231-8be2-26e57422e7f3/width=450/2745158.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UPG+E-Rk%g9F_NRjShIUtR-;s8tRX9-;s:of", "type": "image"}, {"id": 915911, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/64862e3a-97aa-4620-878d-c05766d0ed47/width=450/915911.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U9I}#M#k005600RN.T?b004.Vrxu00?bH;00", "type": "image"}, {"id": 915833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1796a3e0-64f4-4ebe-a5a3-a5d46cd0412d/width=450/915833.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UTFY7KafM_xa~VM|M{xa-;R*NGkBt7fkNGW;", "type": "image"}, {"id": 915941, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26bad921-a155-4439-8397-8a3a87bcf1fb/width=450/915941.jpeg", "nsfwLevel": 8, "width": 341, "height": 512, "hash": "U9Ja[?=_009Z0LMwyY.8000KMw%M00_NDi00", "type": "video"}, {"id": 915967, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c9d61a12-ffdf-416c-bce7-e42d250b4df1/width=450/915967.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "ULLzw1XnO[_N0gv}kDxvE10KR5%200ozw]Rk", "type": "image"}, {"id": 915980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3cf0f055-ffc2-424f-beef-dc0e33a98f6a/width=450/915980.jpeg", "nsfwLevel": 8, "width": 608, "height": 920, "hash": "UAO:nr-BB@Ir03_N-:VrAyt8~WNd?cVsenD%", "type": "image"}, {"id": 915984, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f63aef4d-9215-4c92-9ed8-ca6d0c54f1b7/width=450/915984.jpeg", "nsfwLevel": 4, "width": 608, "height": 920, "hash": "UINJ:[IT9u~q0gen_3%g9axu-p~pXTM{i^xZ", "type": "image"}, {"id": 916070, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5b3f9c9a-1244-41dc-a133-54396b2e142c/width=450/916070.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "URL;Kq~pNeaeOF-=tRRPkWt8-oofs,%LaKIV", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/81513", "modelId": 76746} \ No newline at end of file diff --git a/datasets/metadata/8171.json b/datasets/metadata/8171.json new file mode 100644 index 0000000000000000000000000000000000000000..c5a8c46b5fc02829a348e05fed2e9838da305725 --- /dev/null +++ b/datasets/metadata/8171.json @@ -0,0 +1 @@ +{"id": 8171, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-02-06T04:44:22.179Z", "availability": "Public", "nsfwLevel": 1, "description": "Info
Trained with AbyssOrangeMix2 (SFW)
Image Set: 10
Steps / Image: 50
Training Resolution: 512x512
Notes
Works great with abstract styles!
Info
Trained with AbyssOrangeMix2 (SFW)
Image Set: 11
Steps / Image: 50
Training Resolution: 512x512
Notes
Works at a lot of different strengths; experiment
May improve in future due to seemingly low resolution
Info
Trained with AbyssOrangeMix2 (SFW)
Image Set: 11
Training Resolution: 512x512
After much trial and error I cleaned up the entirety of the dataset to try to make the lora more stable as well as editing the sample pics of the previous to make them more accurate to her overall look.
Almost every source image and every generated image was edited to make a more uniform and accurate data set. All resources used can be found here: https://civitai.com/articles/75/useful-online-tools-for-datasets-and-where-to-find-data
Most common edits were higher detail faces, pink seams on clothing, and tail corrections. Training data attached, nsfw.
Credits:
hyperfusion-throwawayjm
lactation-Gtonero
Last version was done before I started tagging for costumes. It feels like I made it eons ago. I was using it the other day and it felt dated and somewhat rigid. I seem to have also become lazier expecting my loras to immediately output the outfits i want using only triggers. So I check the dataset, removed some crap and tweaked the tagging to add triggers to her outfits.
Remember to add twin_braids in the negatives
", "trainedWords": ["RanmaChan", "ovadress", "RanmaRedShirt", "RanmaUnderwear", "RanmaLeotard", "RanmaJungleDress", "single_braid"], "stats": {"downloadCount": 3647, "ratingCount": 402, "rating": 5, "thumbsUpCount": 552, "thumbsDownCount": 0}, "files": [{"id": 58071, "sizeKB": 81091.7744140625, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-29T22:11:35.067Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "23A25F32", "AutoV2": "077A845EA7", "SHA256": "077A845EA75B5D2F98E2736923182EED9ED071DB5C9116A3582F0B2B6D55A353", "CRC32": "38AC813A", "BLAKE3": "7803D3916B06C1BF9DCA419EC4565AEB502CF97231C60E406F9BEA53E3D7A230"}, "downloadUrl": "https://civitai.com/api/download/models/85063?type=Training%20Data"}, {"id": 58070, "sizeKB": 37005.775390625, "name": "RanmaChanV2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-29T22:11:30.907Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "64794BF1", "AutoV2": "476E729180", "SHA256": "476E72918085C975933193B6E2F51E2DB2A57D57093D52810E485904654EA8BA", "CRC32": "AD949DED", "BLAKE3": "1766D731E5326A21E3353413ACD25AAC102BA4C7F7AC9F5C41727B48C49D5AB9", "AutoV3": "4BF980602219"}, "downloadUrl": "https://civitai.com/api/download/models/85063", "primary": true}], "images": [{"id": 961994, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a154bf7-694e-4dfb-ac3d-972a26bcf080/width=450/961994.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UVK08D~ClTOD}[nOS~ozE#i_$joz$*t7S}V[", "type": "image"}, {"id": 962003, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dcac3fb9-d5d4-4430-8c28-0c696ddcc87e/width=450/962003.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UfMFU$OY?^-B^jofJRofJ.V@R%X7njV@bvoM", "type": "image"}, {"id": 961992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d55437de-9a4c-4168-b84d-788455059640/width=450/961992.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UbKc;Y%M?^xG=KRjEes:OXRjV?ofKPxu%2X8", "type": "image"}, {"id": 961993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/822a527a-85a8-4fc5-926b-e0edfe8ec785/width=450/961993.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UeJjudD%%#xu~WM{S#ozb^sAe-g3xui_nioz", "type": "image"}, {"id": 962020, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8074e143-49fa-449d-a9a1-d17bd548092b/width=450/962020.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UZKBN_%g+~WB}]R%%zt7-qZ$tlpbxas:ahNb", "type": "image"}, {"id": 962019, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2dd07475-5950-49f5-a896-2ac35667d92b/width=450/962019.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UcKKvQpI^k,@~B$*b^Na#TspXmNatRt6t7R*", "type": "image"}, {"id": 962021, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1fb05ca8-755c-4e3c-b966-1e5dcfc43150/width=450/962021.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UYL;dGS#~q-prYtRJ6Vsv~spTJNtxusokCNH", "type": "image"}, {"id": 962022, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/96bd7fcb-bf2f-4832-bf2e-a4a813dbb4c4/width=450/962022.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UKHn]H*|8w-o}s=y-;5QzrNuL0RjrqM|OYX8", "type": "image"}, {"id": 962042, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/302945ac-4fbf-4937-b017-013cddd537eb/width=450/962042.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UUGSDb~qMdxu-WofI:oLZ3M{Khf7xGW.NGnj", "type": "image"}, {"id": 962039, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b80192ce-fea0-4e12-b0c7-f6516e9d6b2f/width=450/962039.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UGH_x$4n00~pkXNG^+Vt*{tk5,Md^4X99]$j", "type": "image"}, {"id": 962041, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/900f8fdd-fa4b-4848-9b82-a6f5216dbbb9/width=450/962041.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UcI#igR*-;s:~CofTJof*|ayKOoMi{WBW.oz", "type": "image"}, {"id": 962040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae498eac-4479-4b55-b660-688e54f3edda/width=450/962040.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UMJH:e00~DXSD*x]J*s;{2%2Bmj[IpVsxGpI", "type": "image"}, {"id": 962063, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a8873b0-c98a-493e-8d91-da3dd3a9fec9/width=450/962063.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UXIqDd~CAI9u=|%2%MxuRUogXNtQxaxaX6R*", "type": "image"}, {"id": 962062, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f381e03-4bca-4dff-844d-e568ea68411e/width=450/962062.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UQLWYB~VCT%g4pKPRjr=WbXSE1jEIAxDoyt7", "type": "image"}, {"id": 962064, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61ce89c5-bd98-41e5-9630-1836327be0ae/width=450/962064.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UQLMhZD$7M~B5RkPS}MdxwO8pGWUDjJ#kqrY", "type": "image"}, {"id": 962061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02f4679f-c3d1-4eac-8d9d-65b229586bd4/width=450/962061.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UAL3ob;]3Z00}_00%zpZ$XEKc4%0D$;2yp%#", "type": "image"}, {"id": 962083, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49e3e577-d6bb-48ec-83d8-83ee44cc0dcb/width=450/962083.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UHKwqi}[0Mu4%~Dixao#jcxv.8ozE1aKOYoe", "type": "image"}, {"id": 962084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c88a8a6-3c53-4115-830e-104b5060eecb/width=450/962084.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UGKAmHxt0zSi?w0Kw[V@Ib9Goubt}?n4Fftl", "type": "image"}, {"id": 962085, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f92cdf5a-cc08-43bb-9ddd-df48aee60f1e/width=450/962085.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UVJ*6j9FEjxt~WIUo}t7RloJxuj[%4t6W,Rk", "type": "image"}, {"id": 962082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d65544c2-05d9-4977-a4f0-1d8be63543c7/width=450/962082.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UWI}3H~V9ujb?a%1oJWVNHs:%1t6aKofozbF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/85063", "modelId": 26778} \ No newline at end of file diff --git a/datasets/metadata/85068.json b/datasets/metadata/85068.json new file mode 100644 index 0000000000000000000000000000000000000000..90cd141ed65efd063a85912caa8282b9d24f2d24 --- /dev/null +++ b/datasets/metadata/85068.json @@ -0,0 +1 @@ +{"id": 85068, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-29T22:17:47.935Z", "availability": "Public", "nsfwLevel": 8, "description": null, "trainedWords": [], "stats": {"downloadCount": 614, "ratingCount": 70, "rating": 5, "thumbsUpCount": 75, "thumbsDownCount": 0}, "files": [{"id": 58074, "sizeKB": 6944.16796875, "name": "DOA5LR_NUDE_MOD.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-29T22:31:34.315Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A7E68ABC", "AutoV2": "4D933550E6", "SHA256": "4D933550E61F6E20BAF57BF40212AA25D7E3D8FF9FD6AC230C18FA59DBCAE31A", "CRC32": "D4E7E3FF", "BLAKE3": "1D362E35B2E8A2FC2CDF3585ED5870D823263FE111D03A39894B62E134D28422"}, "downloadUrl": "https://civitai.com/api/download/models/85068?type=Training%20Data"}, {"id": 58073, "sizeKB": 32745.568359375, "name": "DOA5LR_NUDE_MOD-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-29T22:16:32.795Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "3FA99A11", "AutoV2": "772CACD840", "SHA256": "772CACD840D1F6A4E31605232C6E8B39EFD2E34BC4F974D540523D11E8825191", "CRC32": "41A90503", "BLAKE3": "E7B8DD4BF8F8C818695A36EAF651FC0DBA2BB158C118B7F6AEDF14B826469BA7", "AutoV3": "96EA5922732C"}, "downloadUrl": "https://civitai.com/api/download/models/85068", "primary": true}], "images": [{"id": 962092, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22954494-1f71-4970-aa46-cda969d1e2e6/width=450/962092.jpeg", "nsfwLevel": 8, "width": 608, "height": 920, "hash": "UWJjY,~W0~R-5QE2IWRP4-RPixR*-;xur?xa", "type": "image"}, {"id": 962138, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9db98aa-db44-4957-9377-f85d3cb5c45c/width=450/962138.jpeg", "nsfwLevel": 8, "width": 608, "height": 920, "hash": "U8JQNQ0000=|3lI[0hKP00.S}]E2=rZh]nDi", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/85068", "modelId": 80245} \ No newline at end of file diff --git a/datasets/metadata/85311.json b/datasets/metadata/85311.json new file mode 100644 index 0000000000000000000000000000000000000000..35078a19ab340ef50af2576fdbcaa1f8698c225e --- /dev/null +++ b/datasets/metadata/85311.json @@ -0,0 +1 @@ +{"id": 85311, "index": 1, "name": "v1.0 134p Anime", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-30T07:48:58.935Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 945, "ratingCount": 106, "rating": 5, "thumbsUpCount": 115, "thumbsDownCount": 0}, "files": [{"id": 58254, "sizeKB": 19693.169921875, "name": "Miyuki_Sakaki_Isaku.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-30T07:56:25.738Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E8CA8FC1", "AutoV2": "58F00F4F85", "SHA256": "58F00F4F85BBD15AF85449AA1679A4604E08F813E1E83F149C40014AC3557CD6", "CRC32": "84362DD0", "BLAKE3": "759C655760BBC786C1B88346EDD7B3EE300DC4CDEBCC880088A22FFA9ADE1710"}, "downloadUrl": "https://civitai.com/api/download/models/85311?type=Training%20Data"}, {"id": 58253, "sizeKB": 22244.58984375, "name": "Miyuki_Sakaki_Isaku-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-30T07:51:23.936Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9AA32CC4", "AutoV2": "8ADAF44C35", "SHA256": "8ADAF44C3595EBDE96A07F38EB9B670BB9DC3470153AC4403BA688F582869496", "CRC32": "DEE30C96", "BLAKE3": "E1609E39AC520884B9F0447B5F71105FEE5075F2E8C186763EC07A3EB1DCF005", "AutoV3": "70AF132B4F77"}, "downloadUrl": "https://civitai.com/api/download/models/85311", "primary": true}], "images": [{"id": 1566536, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b35cc2fd-862a-4f36-9283-3d28cd24ce63/width=450/1566536.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UQHLYy=^_MOZOtVrNx%M%NkUNfW=9ixs%Nxb", "type": "image"}, {"id": 1566696, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/589de25a-5362-4734-ab02-dd9a166a08ff/width=450/1566696.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UUKmwvMd_NVr%LrVV?r;4:?E-p%1NK%Lxuof", "type": "image"}, {"id": 965724, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83c068ce-a50d-4c11-b204-71e9196f1849/width=450/965724.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UGIh1_00B?E1AL9u~BRjH=-pD%xuX7RO%MoK", "type": "image"}, {"id": 965726, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/71fa9cce-34a6-4316-a3c2-494e6612d9ec/width=450/965726.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIIER:%2L4.80NNI-5ad4-f59FM{9vRkxvbJ", "type": "image"}, {"id": 965742, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5803a59e-87c8-4c49-b8a3-854e84f1167d/width=450/965742.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UAFF8E^+0MXU0NX9~A?HbIVr57-;aHIpt7^,", "type": "image"}, {"id": 965741, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6f9e8dca-f8d7-4ba4-b239-9b7dc58f14ba/width=450/965741.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UALpNw~VBN0X^}0N~90P$_?b020L}kIpD-4;", "type": "image"}, {"id": 965858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c24bba1b-c883-4d78-8afe-0f05a69f7cc3/width=450/965858.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UEHK;6~WPW-U03xvMwD%E0IVnNNc^gMwNGt7", "type": "image"}, {"id": 965859, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6bd4c0da-6f9d-4612-bba9-47b35713cbc4/width=450/965859.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UFI;hr-;16Ri5sof~Bt7tSWBRPxu-jRjxut8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/85311", "modelId": 80454} \ No newline at end of file diff --git a/datasets/metadata/85390.json b/datasets/metadata/85390.json new file mode 100644 index 0000000000000000000000000000000000000000..43fcecac17dc98d9782d875ca7894939a3455dce --- /dev/null +++ b/datasets/metadata/85390.json @@ -0,0 +1 @@ +{"id": 85390, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-30T11:56:16.357Z", "availability": "Public", "nsfwLevel": 15, "description": "Trained on 55 images of real and anime caves, with a mixture of underground water sources as well.
", "trainedWords": ["cave interior"], "stats": {"downloadCount": 2221, "ratingCount": 216, "rating": 5, "thumbsUpCount": 288, "thumbsDownCount": 0}, "files": [{"id": 58615, "sizeKB": 103388.5400390625, "name": "Cave data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-30T20:36:37.660Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "D874F966", "AutoV2": "336F75CE13", "SHA256": "336F75CE134D7863A46F8CB094FA73D3B0AD8E7050CAC1C31B1E4591840B56D7", "CRC32": "39D997DF", "BLAKE3": "57973AAA5AC6942C943C3C213164C2DEEEABCCB5CC3FDF2E86D23FE09ADC6B6B"}, "downloadUrl": "https://civitai.com/api/download/models/85390?type=Training%20Data"}, {"id": 58318, "sizeKB": 36993.4619140625, "name": "Cave-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-30T10:21:33.690Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8CFDDCA1", "AutoV2": "F8A427D6CB", "SHA256": "F8A427D6CB754EB5E38897F004EF988F1BF2728C807B1E97986ED0ED440E94C5", "CRC32": "72F2F813", "BLAKE3": "749EA5667E4723EC5B2E80EA22BB10B63D0F4A0454804D17750876E06E9C9390", "AutoV3": "723875E15F25"}, "downloadUrl": "https://civitai.com/api/download/models/85390", "primary": true}], "images": [{"id": 966835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e47958b4-5421-4f0c-a641-93fbc56f9bcb/width=450/966835.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UJCZ38~UE04.4mD%%3-ps;R-I:S1oHozxuWB", "type": "image"}, {"id": 966834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08fb6bb8-3386-4017-bd2c-091846ac9a4c/width=450/966834.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UECFhm}@iuR+rA$%-;WB.9R*E0WX9EoJxvj[", "type": "image"}, {"id": 966833, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1ef1498-3f3f-4eac-848b-044cd234d5d8/width=450/966833.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UECZeYDNmP*0MI-=S3Z~MHOYgjiwOXsmw{R+", "type": "image"}, {"id": 966837, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b69b5429-f507-498e-a4b5-b1ea91b1e422/width=450/966837.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOHKd|#*%Mae0L~Vs9kD?FRjWXWB^jM{NHoe", "type": "image"}, {"id": 966836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1abacec8-9163-4d96-8da2-82ce34548b84/width=450/966836.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UDCssv%100x]8wf6%$IV4UWX%gRj?^oLMJxu", "type": "image"}, {"id": 966852, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/284b2aee-0c22-401d-ac9a-6569a51f3d0d/width=450/966852.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UECaPt-qHXxTHrx]tMMd00ve%2Oa~oOtIWxV", "type": "image"}, {"id": 966853, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b58cbda8-13cb-41dd-9562-87dcdf145132/width=450/966853.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UXF$eN?^D$R3H?V@%MS54pIV%2xaR3D$IVxv", "type": "image"}, {"id": 967028, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a39e5c7-2f76-49a4-8ea9-7d6a16d033a9/width=450/967028.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UKF5Q_xa0LIo00NG?FxuRPoft7WU~Wj@M{so", "type": "image"}, {"id": 967047, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db1bac3e-d4a3-4300-9ca4-8701621817c9/width=450/967047.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UQGkwfR;OAM|I:E1?GxZIUD%%2Rk~WM{M}D*", "type": "image"}, {"id": 967209, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98cd4a13-e782-48da-b913-5a07c91ad835/width=450/967209.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UNGv3Qxu00W=00NG.7ad0gt7?HWB~BofS$of", "type": "image"}, {"id": 967210, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b14c6188-5b0a-46f2-a13f-3cdf3bb8656e/width=450/967210.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEK-hIt,00w[8w^jD%0L00o#xnD%~mENxa${", "type": "image"}, {"id": 967208, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/354fe28d-18e7-44b3-af07-09b2cc5b8519/width=450/967208.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDHo2*tQ00SK00RQ=^RQ0MkQ?dxu#Pnm%0kV", "type": "image"}, {"id": 967211, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f211f9b3-bc24-4ff5-ba0a-3d25105be1da/width=450/967211.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UEIE;b~W00EU4T4nM{-.02tk?HRo=|Md-obv", "type": "image"}, {"id": 967273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d9ab0c0-22df-448f-92cc-10596510a219/width=450/967273.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFIO5{.A0=t8RQ-OD%WY=?xZR3E3?c~Vx]V?", "type": "image"}, {"id": 967274, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92670595-69ad-423e-b94b-5225c10b5c93/width=450/967274.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UMJHH*^-9*-p%gS#9ZM_o#xaIUxWM_M{ngV@", "type": "image"}, {"id": 967275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/abf5a917-d480-4b54-ba4f-fe4f339f7a98/width=450/967275.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULI50?~Xto?cR4?b-:kWNf=|%1V@SOX9%MjY", "type": "image"}, {"id": 967352, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/126d8683-c1c5-436c-8a10-6c010afc964e/width=450/967352.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UFH^;k~q9==v00M{W8tQK#W=wdE10yi|MyIU", "type": "image"}, {"id": 967353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bd5449d-646e-4df2-8fdf-e7b8b989e43d/width=450/967353.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHH-oi9s00IoW%xbE3so~ot74oo#RQNF%MIU", "type": "image"}, {"id": 967442, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a85ec6e-c344-4ced-a681-9c0da7638870/width=450/967442.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UHHUtpxb5R?bDjW=D$D%9FWUScRj~qR%%z-;", "type": "image"}, {"id": 967454, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9615380-c54f-454a-ac7d-57771183a984/width=450/967454.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UCHngP9Z00%0JE~V9X0K9ZNLIT-oD*E4-;t6", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/85390", "modelId": 80505} \ No newline at end of file diff --git a/datasets/metadata/8546.json b/datasets/metadata/8546.json new file mode 100644 index 0000000000000000000000000000000000000000..72ce14b4e69987a0338fdd213acfec17c56e5454 --- /dev/null +++ b/datasets/metadata/8546.json @@ -0,0 +1 @@ +{"id": 8546, "index": 1, "name": "v1.0 (ALT - E18)", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-02-07T21:50:53.210Z", "availability": "Public", "nsfwLevel": 1, "description": "Epoch 18
Alternative if main model is unsatisfactory
", "trainedWords": [], "stats": {"downloadCount": 152, "ratingCount": 110, "rating": 5, "thumbsUpCount": 117, "thumbsDownCount": 0}, "files": [{"id": 8423, "sizeKB": 1938.6689453125, "name": "NENDOROID LORA.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-07T21:55:58.371Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "1CC92605C1", "SHA256": "1CC92605C1D744B88ECC3DBE3F3B5EAA0DD65296913C77439955D24FC3AF4255", "CRC32": "1415873A", "BLAKE3": "EE9F205D0E567A54C7B1D22A041A6D7E38A988CF8216FBD3426570315677CDB6"}, "downloadUrl": "https://civitai.com/api/download/models/8546?type=Training%20Data"}, {"id": 8422, "sizeKB": 73842.8046875, "name": "nendoroid-v1-000018.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-07T21:55:56.757Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "541EBD2A", "AutoV2": "ED72923CD8", "SHA256": "ED72923CD8E9D9791544899A0A5D7FAEC8FEFC7C3510D99B602D264CB3974580", "CRC32": "A8A6E79F", "BLAKE3": "51AF2EB4C9F92D843E051D5A264F0AD40432C69B61A09355F5C7AF50EC1B351B", "AutoV3": "E17C98F6692A"}, "downloadUrl": "https://civitai.com/api/download/models/8546", "primary": true}], "images": [{"id": 81353, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52994007-d6b9-4cef-cb16-5d4efa353d00/width=450/81353.jpeg", "nsfwLevel": 1, "width": 512, "height": 512, "hash": "UjLMk+ae|Ls:Rjayxuj[ozfQxaj[-;j[M{jt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/8546", "modelId": 7269} \ No newline at end of file diff --git a/datasets/metadata/85778.json b/datasets/metadata/85778.json new file mode 100644 index 0000000000000000000000000000000000000000..d6b3833131502bee5c42696b8c5d269e8b82fa1c --- /dev/null +++ b/datasets/metadata/85778.json @@ -0,0 +1 @@ +{"id": 85778, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-30T19:46:22.206Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 1692, "ratingCount": 293, "rating": 5, "thumbsUpCount": 337, "thumbsDownCount": 0}, "files": [{"id": 58599, "sizeKB": 7953.6552734375, "name": "Cattleya_Familiar_Zero.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-30T19:51:37.712Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "852FB470", "AutoV2": "B9725760F5", "SHA256": "B9725760F5A74E65D0C33FFB8B30B6C03BEC313D9D8189F41334785A67DED519", "CRC32": "8EC35FB6", "BLAKE3": "C414CEE437670C366C37C56AD750C2D81B54FEC4A66B26276BE180D15E17C043"}, "downloadUrl": "https://civitai.com/api/download/models/85778?type=Training%20Data"}, {"id": 58595, "sizeKB": 22233.8388671875, "name": "Cattleya_Familiar_Zero-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-30T19:46:38.662Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "117E6B30", "AutoV2": "2306EAD93F", "SHA256": "2306EAD93FE7B038AD876269C38FEC43156F9A1C1B27FEB7EA79841278C41655", "CRC32": "CBB0F468", "BLAKE3": "9094C3B45A33186654A7941BBDD009D0F6CE8ABF6F9525EDA0C125198F55271D", "AutoV3": "AEC8FE3E132B"}, "downloadUrl": "https://civitai.com/api/download/models/85778", "primary": true}], "images": [{"id": 2730618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b0ee048-912c-4ee7-8946-b5818dc74b7f/width=450/2730618.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UTNcjM.7x]xa^+x]%#V@%#t7R%Rj_NxuMxRQ", "type": "image"}, {"id": 972674, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aafc8a98-54fb-456a-b07e-8d83aa941f40/width=450/972674.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMJZ*~Io#iV@~CE29YoM00X8E*s:D,xu-qj@", "type": "image"}, {"id": 972733, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d2e6855-2ded-42f3-b16c-661e8e9b38f4/width=450/972733.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBIN2h}]DNWAu2WY00bb00IoJ.NG9GNG~Cs+", "type": "image"}, {"id": 2730742, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d759f694-e952-419c-a4d4-6c8562add93d/width=450/2730742.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UhMP?|xu9Ft7Mwn%ELaxtQWBRPWB~qs:wvjZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/85778", "modelId": 80864} \ No newline at end of file diff --git a/datasets/metadata/85822.json b/datasets/metadata/85822.json new file mode 100644 index 0000000000000000000000000000000000000000..3f2f216a45f440d2559c0fc4be68d417ac418eb6 --- /dev/null +++ b/datasets/metadata/85822.json @@ -0,0 +1 @@ +{"id": 85822, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-30T21:03:40.619Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 669, "ratingCount": 46, "rating": 5, "thumbsUpCount": 57, "thumbsDownCount": 0}, "files": [{"id": 58628, "sizeKB": 25464.0322265625, "name": "king_leonidas_300.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-30T21:06:26.618Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7BB97E48", "AutoV2": "B9D5242492", "SHA256": "B9D5242492EBA5A98EC7FD4D97CC3C246C8FE2FBF04B1E343234292623DC9436", "CRC32": "913D6861", "BLAKE3": "D9DBF0FF69A2C1A221C548A9310D3AB755932B2FC152DDD16F95B0A138B1CC73"}, "downloadUrl": "https://civitai.com/api/download/models/85822?type=Training%20Data"}, {"id": 58627, "sizeKB": 64287.1064453125, "name": "king_leonidas_300-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-30T21:06:25.614Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "73DE1E4C", "AutoV2": "322BE9ED73", "SHA256": "322BE9ED733653EBD0CC47B86C83F38E6B8CAD4FC611CC45423FC9BDD5169A70", "CRC32": "486436C1", "BLAKE3": "3E45B72F246B2A6C4EFEDCB70C9F733FF95F7DFDD72460DF05ED6FC3B86FBE6D", "AutoV3": "B894EF595797"}, "downloadUrl": "https://civitai.com/api/download/models/85822", "primary": true}], "images": [{"id": 973358, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/86835664-b0c5-417b-b4e0-b29eb5156cf9/width=450/973358.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UKIqfR-n_N9a4:IUtRR+VskC9FV?01M{xZj[", "type": "image"}, {"id": 1928562, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d009320-d9d8-40c4-8512-712779373161/width=450/1928562.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UKI}6F-n_N9a0fIUtRR+VskC9FaJ01M{xZj[", "type": "video"}, {"id": 973480, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52e8eabc-d4a3-415b-a158-3164abb65c93/width=450/973480.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U9EVA_00s:X8_MM{X74:~p4pNG%L0Lx[-UtQ", "type": "image"}, {"id": 973399, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a9cc5e9-240f-4ec4-bbf4-c622ffebffe8/width=450/973399.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "U8E_s#o~?a$*9~0g9uE2^*02~AELNH^j^%WB", "type": "image"}, {"id": 973449, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9506c434-3e63-4fec-8693-a7b484711ab2/width=450/973449.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UFFX^v0L~pIo=_WB9aIpI:9aIVNH57?H-Ut6", "type": "image"}, {"id": 973481, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73f61c49-167f-41e5-84d5-3f56d1ae45b3/width=450/973481.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UBEC5v01WYNH_NM{WX9a~p9GNGs:9axt$$bb", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/85822", "modelId": 80907} \ No newline at end of file diff --git a/datasets/metadata/85836.json b/datasets/metadata/85836.json new file mode 100644 index 0000000000000000000000000000000000000000..65f15d7dfcd5a84af54c113c064fe248f809089d --- /dev/null +++ b/datasets/metadata/85836.json @@ -0,0 +1 @@ +{"id": 85836, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-30T21:39:43.637Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 1828, "ratingCount": 145, "rating": 5, "thumbsUpCount": 193, "thumbsDownCount": 0}, "files": [{"id": 58639, "sizeKB": 147567.2177734375, "name": "PeachFuzz.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-30T21:36:35.829Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C4CCBBE0", "AutoV2": "F21476692C", "SHA256": "F21476692C0F15A8B07942667A2A7CECEBE2DDB0527092113A90454A46C9DF7A", "CRC32": "B1BA81FF", "BLAKE3": "B13A88169E753E4BAE038A950CC6E50EFD0908434BFCA852FDE45CE30DFBEFCA", "AutoV3": "263F53081046"}, "downloadUrl": "https://civitai.com/api/download/models/85836", "primary": true}, {"id": 128097, "sizeKB": 5653.451171875, "name": "Peach Fuzz Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-24T12:35:49.667Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "86BB20DD", "AutoV2": "69C8DC8CA5", "SHA256": "69C8DC8CA51199E50186ADBA060EF97B84395724031793E38E216B393D65EC50", "CRC32": "2B6A8EF4", "BLAKE3": "B106D4E39AFF833BB01100305D0802E1187AEF8EDF380FC85BB7F9A5A8E05315"}, "downloadUrl": "https://civitai.com/api/download/models/85836?type=Training%20Data"}], "images": [{"id": 973589, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ab3ceed3-ff1a-4fb9-a722-6da2c7fd7cd6/width=450/973589.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "USK,Hd~C.SIpAG-;sAt8o}t,n%tR?bX9x]sn", "type": "image"}, {"id": 973583, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31b673fc-c324-4d28-9131-08d32e5a3fa0/width=450/973583.jpeg", "nsfwLevel": 4, "width": 864, "height": 1544, "hash": "UGB{AU~Bx[S#EME29uIVS3oes.js%L%2xaof", "type": "image"}, {"id": 973582, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/26475f72-132e-4a98-a782-41b81df0f53a/width=450/973582.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UXEx@U4:-;og~pIox]%2x]f5ozxuxaWBt7kC", "type": "image"}, {"id": 973585, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/19b5c927-1242-4f1b-9e2c-1164ad192803/width=450/973585.jpeg", "nsfwLevel": 2, "width": 1544, "height": 864, "hash": "U3C}^E013;00sE-50M$zEgMy~C9t5RD%%Mnh", "type": "image"}, {"id": 973580, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/433ba931-55cd-463e-98f0-a9d494d5e315/width=450/973580.jpeg", "nsfwLevel": 4, "width": 1544, "height": 864, "hash": "U9Al%-~VKOIp$fn$E2Nc-:-o%2NGxZ%L%LbI", "type": "image"}, {"id": 973586, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5fd3c5c2-0cbd-4b92-8bb5-7251f6accf34/width=450/973586.jpeg", "nsfwLevel": 4, "width": 1544, "height": 864, "hash": "U7FhFt00X,^jENxC5nI:9ZEL?H57~B4:%ME2", "type": "image"}, {"id": 973593, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae1c9437-f03f-4e4a-89b2-9eb1aeeca613/width=450/973593.jpeg", "nsfwLevel": 4, "width": 1544, "height": 864, "hash": "UMGRbd0g~otS.8WVNykWR*NGf+E3^jRjt7s-", "type": "image"}, {"id": 973581, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a1c53d8-c549-4e9f-9787-842a334c356e/width=450/973581.jpeg", "nsfwLevel": 2, "width": 1544, "height": 864, "hash": "UDE_X9rrF_xa~VIo9uNGTKIoxuNaELRkxaM{", "type": "image"}, {"id": 973579, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fa3f4e5-7a6b-4966-978e-1320cc63e1e1/width=450/973579.jpeg", "nsfwLevel": 2, "width": 1544, "height": 864, "hash": "U6Iq1900Ao0000^jysFe0zSO4njY8wt89uo~", "type": "image"}, {"id": 973584, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/84f08c99-4625-4124-aa38-3a612ebabf6c/width=450/973584.jpeg", "nsfwLevel": 4, "width": 1544, "height": 864, "hash": "U8E-w4-o72~B^i={0eW:5n-p^*EMIUxZ-pIo", "type": "image"}, {"id": 973626, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4b0ed4e-2aac-4592-a493-cd93630a7eae/width=450/973626.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UVF;NJ}@bbjt%1-UxZofNaR+W;s:WVxZ$*s:", "type": "image"}, {"id": 973628, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0b7de76a-63e3-4880-8f09-14f08daea4d3/width=450/973628.jpeg", "nsfwLevel": 4, "width": 864, "height": 1544, "hash": "UOG8ce_2-;NH?^tRt7n%.8s:t6a{%NaeWBof", "type": "image"}, {"id": 973629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91fecd2b-ac58-44a0-a301-6e12d6891511/width=450/973629.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UADkxmJAkCt60g0fsmWB02}?={NH={~A9]NH", "type": "image"}, {"id": 973624, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/03751104-1d7b-41a1-825e-17f793b73093/width=450/973624.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UFBVkY0L%Mae~CIUkXsm9},.kDRk9|nh%2Ip", "type": "image"}, {"id": 973630, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f9941c30-1158-4303-b91c-8b09fbbb2372/width=450/973630.jpeg", "nsfwLevel": 8, "width": 864, "height": 1544, "hash": "UHJkAl00bx?H1+8wyD-;EN4.IBtR}[t6-p%2", "type": "image"}, {"id": 973631, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2f6de7ec-9153-4f1b-b374-48bfa2f4b14d/width=450/973631.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U9LC9j000f%2~V0L%2Rj0M-V%2s:M|9ubb={", "type": "image"}, {"id": 973625, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/307f2a47-346c-417e-9d8f-525b2a7a5b8e/width=450/973625.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UAGQh5000}}@5S-U0f~BNuRk^PIo5R%1WXIp", "type": "image"}, {"id": 973635, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/24503f95-0846-4051-a691-c1ec709e4a42/width=450/973635.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UhKKWfM{~pjZ.8NHXTt6XTt7RPWVxut7V@M{", "type": "image"}, {"id": 973667, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bf457488-ef66-4904-a3df-41afe90d70eb/width=450/973667.jpeg", "nsfwLevel": 2, "width": 768, "height": 768, "hash": "UAC~C$ogKj4:JC%157M{t,Nb~BR*-pe.ogM|", "type": "image"}, {"id": 973668, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/513b1822-93eb-40a1-9535-08fd4febd036/width=450/973668.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "UTGH_2?G_Nxu_3xax^S4E2RjRkRkIUWBRjoe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/85836", "modelId": 80920} \ No newline at end of file diff --git a/datasets/metadata/85849.json b/datasets/metadata/85849.json new file mode 100644 index 0000000000000000000000000000000000000000..b7a0e6461cc33d75831c77c8cb8e9e9d07d178cb --- /dev/null +++ b/datasets/metadata/85849.json @@ -0,0 +1 @@ +{"id": 85849, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-05-30T22:02:57.155Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 1091, "ratingCount": 116, "rating": 5, "thumbsUpCount": 146, "thumbsDownCount": 0}, "files": [{"id": 58648, "sizeKB": 147567.2177734375, "name": "PinkSkin.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-05-30T22:06:39.269Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CC92F01F", "AutoV2": "285F29429B", "SHA256": "285F29429BDC9940AF4A882D2E7E833C5D3F5F56960DA2F4BD7976CFB9A7EC62", "CRC32": "18CEA81D", "BLAKE3": "85B4AF6AA43635295F1A291935BE95F096D81073159E37E2EC44E6A59B9EB801", "AutoV3": "0855B54B6342"}, "downloadUrl": "https://civitai.com/api/download/models/85849", "primary": true}, {"id": 128101, "sizeKB": 115384.6142578125, "name": "Pink Skin Training Data v1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-24T12:41:00.006Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "48A5D838", "AutoV2": "046ADCE1F2", "SHA256": "046ADCE1F2E8F982537F61F9CC6227534F497CEDE439E06782CDB1C6377D09E9", "CRC32": "264EB6DB", "BLAKE3": "661AB414E1C3386D606A6DC9AB355A69E6A135C54C260E17B60E0819E6F56556"}, "downloadUrl": "https://civitai.com/api/download/models/85849?type=Training%20Data"}], "images": [{"id": 973781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d7ef922-bd22-4b1a-b250-f715309f9207/width=450/973781.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UBGH#b%f00E100={M|IUxUK4~p%1K6R*IBaK", "type": "image"}, {"id": 973778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ae92a1fb-0cc9-4910-b9b7-da1ad5aa82fa/width=450/973778.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UDF=5N^P0LIq0zEgIoxa0K={~VIo%Lxa%2NG", "type": "image"}, {"id": 973783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bdada26-4232-4103-98b3-5e910b75b452/width=450/973783.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UBHng8?G00xuO?IU0fEi4TDi_N?b_NV@#j%2", "type": "image"}, {"id": 973779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b4f5d1f-0f55-4824-96ce-3ba8bb37be4a/width=450/973779.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "UFGkam0L01-;t3sp9^R*M|EM~V$%%#M{M{XT", "type": "image"}, {"id": 973784, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb8195ba-87dd-40ad-bf1c-185074ccd8a4/width=450/973784.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "UAEn;X010L%2S~rq%gM|EeEM~BMxEgM{$%sn", "type": "image"}, {"id": 973780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6fe13110-4d57-4bb8-a9fd-54a9fe5d9699/width=450/973780.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U6Eo6[0200o}_2i|EM%L0LNG~Waxk;R,?GR+", "type": "image"}, {"id": 973785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83b26cfa-a712-443e-b740-0c5ec36400fa/width=450/973785.jpeg", "nsfwLevel": 4, "width": 864, "height": 1544, "hash": "UDHnB5000f^*^%r?TKs94.tR~VVr5St6nit6", "type": "image"}, {"id": 973782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1543ba9-4615-4ead-862c-81d1919e4b7a/width=450/973782.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "UFG8fp00D%.8~V4:pJNG57Rj?a$*-;V@slxD", "type": "image"}, {"id": 973794, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e1e4f76-fa56-420c-9a3f-ea39fe49e63b/width=450/973794.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "U8DR.;9a1H57OEE2EM~B5mR%w|I:OrEL?Fs:", "type": "image"}, {"id": 973796, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b849a027-a898-43c2-87bc-ed94ca8fe097/width=450/973796.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "UAHdmS000y~V5k$+IpS#^j9tS~Vs4:?HRPa~", "type": "image"}, {"id": 973808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5f30e72a-94dc-436a-b713-bea78c676a9a/width=450/973808.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "USH1oL~W57D*yD%MoLV?%MofWBR*bbxtxakB", "type": "image"}, {"id": 973797, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97d73710-b415-428c-b73c-06dc5899f917/width=450/973797.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U9G8T9tmxs0f~V^*?b.70fX8xD]$D$IVV@Vt", "type": "image"}, {"id": 973791, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ecfe51c-a644-43ca-917d-7dee1446a889/width=450/973791.jpeg", "nsfwLevel": 1, "width": 1544, "height": 864, "hash": "U8C$T6nT0z0gTJ9u={E2-qI:-or?~oE2xZWB", "type": "image"}, {"id": 973798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6ea3fab-5eff-466f-904b-1dd59bbae501/width=450/973798.jpeg", "nsfwLevel": 4, "width": 864, "height": 1544, "hash": "U8EK+D010}-o^*9bOB-V~B0g%1={%fD*bHxa", "type": "image"}, {"id": 973799, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00d199c9-e16d-40f2-ab33-a82596a4545e/width=450/973799.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "UILMno~V0yi_-=%M-;%Mxt?Go#-o5nogV@Rk", "type": "image"}, {"id": 973801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9a29075-bd31-46ee-822c-b93e6fab08cf/width=450/973801.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "UJL.h*~V0}%1Ezt7-:kWbvxux]X9bvozs:f8", "type": "image"}, {"id": 973840, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7cabdd5c-961f-4c74-8443-950636d09108/width=450/973840.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UDGH-tNs00~p01OFJA-oV=?G_34:9u%MM{E2", "type": "image"}, {"id": 973835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b4d74268-a098-4ce8-9266-953064bdd14f/width=450/973835.jpeg", "nsfwLevel": 1, "width": 864, "height": 1544, "hash": "UGF5Q+9}J6xVNIs:57WB9tjE$*-p~V9a%1t7", "type": "image"}, {"id": 973836, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63cbdef8-d0b7-489a-9f7d-aae5bd8f2c14/width=450/973836.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "U8Hw_d0000_N?Zo#ElxB?Gi__N9ZCTIU#R57", "type": "image"}, {"id": 973834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a757bc0c-1cd1-4bc3-a8cc-871ddfaa6b07/width=450/973834.jpeg", "nsfwLevel": 2, "width": 864, "height": 1544, "hash": "UKGt.?-;0g~WtkXm-;^*9G-p%gE2I=RkIVRk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/85849", "modelId": 80930} \ No newline at end of file diff --git a/datasets/metadata/8602.json b/datasets/metadata/8602.json new file mode 100644 index 0000000000000000000000000000000000000000..33f5398bc582f57e72b58993b1dfc53526fd9253 --- /dev/null +++ b/datasets/metadata/8602.json @@ -0,0 +1 @@ +{"id": 8602, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-02-08T03:20:17.249Z", "availability": "Public", "nsfwLevel": 1, "description": "Notes
Better to use for retaining the style, especially with people/anime
Strength is all over the place
HI RES FIX IS SUGGESTED
Info
Trained with AbyssOrangeMix2 (SFW)
Image Set: 20
Training Resolution: 512x512
Trained with more images from anime, based on NAI Checkpoint, all images, settings, epochs in Training Data as Download
Best weight around 0.8 to 0.4, some negative prompts: white coat, orange shorts, boots.
Main Lora File is -0003, renamed to mondaiji-kasukabe
", "trainedWords": ["kasukabeyou"], "stats": {"downloadCount": 399, "ratingCount": 43, "rating": 5, "thumbsUpCount": 48, "thumbsDownCount": 0}, "files": [{"id": 59693, "sizeKB": 1409192.116210938, "name": "train.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-01T19:42:16.987Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "E3D93BDA", "AutoV2": "7D73B7E919", "SHA256": "7D73B7E919337A12CE0BC1BF85C61E49F3659E2E58C618DCA0B06EA32842CE7C", "CRC32": "71E9C7BD", "BLAKE3": "BEB9A5946DD0A1708105DA95E9BCAE3A2F2C4B7B4A36D584E4A82D005C7EF042"}, "downloadUrl": "https://civitai.com/api/download/models/87194?type=Training%20Data"}, {"id": 59688, "sizeKB": 73844.8427734375, "name": "mondaiji-kasukabe.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-01T19:43:08.428Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "9CFEBD2E", "AutoV2": "A643952C56", "SHA256": "A643952C56C24DF7A7C665780C9B802FCD9F8800DB754A86E807D3043FC07F86", "CRC32": "B840B0AB", "BLAKE3": "77FD4485D0BA75E43449B49C4FC9037F599D884ABDD1D7D63F16EFE8957B66E7", "AutoV3": "BBB3A69DB313"}, "downloadUrl": "https://civitai.com/api/download/models/87194", "primary": true}], "images": [{"id": 996556, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ba093e4-2759-4195-923a-bf6e9d07b6e5/width=450/996556.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UCINp%d8004-00t6.SX9yXMxM_?a9E%JpHb]", "type": "image"}, {"id": 996557, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e82f42bb-9cd2-44ff-8f02-108423756d94/width=450/996557.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UHGH;v8}A:}GAA-WnOShNsM|oeRkE0r_xtxa", "type": "image"}, {"id": 996560, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7180a754-2c0e-4d50-b22b-27d2bd1d8a2c/width=450/996560.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UTKTY=}aD$s;M_xH-:oKVrM{x^S2%hf+Mxt7", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/87194", "modelId": 67654} \ No newline at end of file diff --git a/datasets/metadata/8736.json b/datasets/metadata/8736.json new file mode 100644 index 0000000000000000000000000000000000000000..2851060c2511bb79c70c9598348603a0713476ce --- /dev/null +++ b/datasets/metadata/8736.json @@ -0,0 +1 @@ +{"id": 8736, "index": 0, "name": "jitome v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-02-08T14:30:33.426Z", "availability": "Public", "nsfwLevel": 17, "description": "first version
", "trainedWords": ["jitome"], "stats": {"downloadCount": 1358, "ratingCount": 141, "rating": 5, "thumbsUpCount": 167, "thumbsDownCount": 0}, "files": [{"id": 8574, "sizeKB": 763.6533203125, "name": "vroid jitome.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-08T14:31:21.311Z", "metadata": {"format": "Other"}, "hashes": {"AutoV2": "FAB6682F35", "SHA256": "FAB6682F351C014CD5B0185F0D0C63E6C26A2A05CEE5CF9448812A475723E775", "CRC32": "F31D7C13", "BLAKE3": "7DD2AD14CA5D01813DC13C81B96EEAD4ED3E243C9BEA809598C126756DA52D7D"}, "downloadUrl": "https://civitai.com/api/download/models/8736?type=Training%20Data"}, {"id": 8573, "sizeKB": 212053.953125, "name": "jitome v1.0.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-08T14:31:29.173Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "553E2865", "AutoV2": "B899EDB854", "SHA256": "B899EDB8541CE7E586ACE4587772FE2A9DEA313702B003E28B6BFD42A3C42D31", "CRC32": "D42798E6", "BLAKE3": "14BB20FF806292209970163EAA0C92650D8FABFF971CEFD866991FEDA32A5D8C", "AutoV3": "192F4B8D6859"}, "downloadUrl": "https://civitai.com/api/download/models/8736", "primary": true}], "images": [{"id": 83192, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6b096741-1624-4913-79a4-dbc76b013f00/width=450/83192.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdH_x.S5kSkW?wxut7t7xvj@xZV@-:RjoKa{", "type": "image"}, {"id": 83189, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f5f676a-966d-4331-6b9e-f09ac6303e00/width=450/83189.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UdH_u#S5ovg3?wxut7t7xvj@xZV@-:RjoJa{", "type": "image"}, {"id": 83191, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/97ebeb83-e905-47e0-b6b7-81a084656c00/width=450/83191.jpeg", "nsfwLevel": 16, "width": 512, "height": 512, "hash": "UkJ7{{~qX5n%X9ofodM{D%IUM{s:RjR*Rjj[", "type": "image"}, {"id": 83190, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94ac0aad-f5da-496e-7304-cf8d7c5da900/width=450/83190.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1024, "hash": "UjJ7{{~qSen%X9ofodM{D%IUM{s:RjR*Rjj[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/8736", "modelId": 7435} \ No newline at end of file diff --git a/datasets/metadata/87379.json b/datasets/metadata/87379.json new file mode 100644 index 0000000000000000000000000000000000000000..73c39e863ff0d7da52e27691e36e3290c56c7d79 --- /dev/null +++ b/datasets/metadata/87379.json @@ -0,0 +1 @@ +{"id": 87379, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-02T02:25:51.227Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 1526, "ratingCount": 223, "rating": 5, "thumbsUpCount": 264, "thumbsDownCount": 0}, "files": [{"id": 59848, "sizeKB": 9132.0302734375, "name": "Mrs_Yukinoshita_OreGairu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-02T02:36:31.369Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9D77B652", "AutoV2": "6957B3D6FE", "SHA256": "6957B3D6FE66A09C8046CAF24688C6F810470E55F28E3D806B3F254E887AE4F0", "CRC32": "7238E915", "BLAKE3": "D20ED568F78321FDAB6619EBA43A1874C03F1FD301DE46A70DF228CA0780B6EA"}, "downloadUrl": "https://civitai.com/api/download/models/87379?type=Training%20Data"}, {"id": 59842, "sizeKB": 22235.3525390625, "name": "Mrs_Yukinoshita_OreGairu-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-02T02:30:43.537Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "06F38647", "AutoV2": "9A4E30A7B3", "SHA256": "9A4E30A7B38743A0AECDF8F78718899ABD8FBF5E65283827F3ED2E8F564B4B53", "CRC32": "0C5D3852", "BLAKE3": "4F4B6F3565D0BD75AF3E4A47469D698E6A3F5E9231C5FFA514902CCFF1912226", "AutoV3": "7E66FC36037A"}, "downloadUrl": "https://civitai.com/api/download/models/87379", "primary": true}], "images": [{"id": 2740447, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b7f158fa-3341-4ec1-81ef-77cdeb13b624/width=450/2740447.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZON5mIU?w?b$-WV?vxuIoxur?M{tkt7$*Rj", "type": "image"}, {"id": 999794, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b0cb5b78-3b6d-4906-81ab-f0b768d43a20/width=450/999794.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UEHBxb02-=%2m?E1E1V@00D%?aD%?b-p~Wof", "type": "image"}, {"id": 999798, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/264465ae-562f-4a01-ad12-374a088b6595/width=450/999798.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UKG[NR4.XORRs;IobvRQ%LM|RnIU0eR*~Vt7", "type": "image"}, {"id": 2740419, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5c981af7-35e4-4b38-864c-09aadb6e9e0b/width=450/2740419.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHMa2{?GNGWA]=Mx~VaekkIU^+WB.lf6^+Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/87379", "modelId": 82283} \ No newline at end of file diff --git a/datasets/metadata/87406.json b/datasets/metadata/87406.json new file mode 100644 index 0000000000000000000000000000000000000000..773681b2133348bf5d0fa6293b05aee7e5a69aa2 --- /dev/null +++ b/datasets/metadata/87406.json @@ -0,0 +1 @@ +{"id": 87406, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-02T03:30:51.022Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 865, "ratingCount": 144, "rating": 5, "thumbsUpCount": 163, "thumbsDownCount": 0}, "files": [{"id": 59870, "sizeKB": 14885.3369140625, "name": "Tatiana_Kalinina_Isekai_Harem.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-02T03:41:25.603Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "CC5F49A6", "AutoV2": "F24CD0853A", "SHA256": "F24CD0853A75DDF7B25B0BC1E23FCB581449AED44347DE272F8ED1E22FF647BC", "CRC32": "16D34F84", "BLAKE3": "7BE87BA0314049F6B5BADC9D4343FF5DA039402302053371718436C3772AC5AA"}, "downloadUrl": "https://civitai.com/api/download/models/87406?type=Training%20Data"}, {"id": 59868, "sizeKB": 22239.8662109375, "name": "Tatiana_Kalinina_Isekai_Harem-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-02T03:36:30.093Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "73F238E6", "AutoV2": "E0A4562073", "SHA256": "E0A4562073E2125CEAC3C0A83572D45B7CA88084BD9C811B5D9CE600CCF4D28F", "CRC32": "F24FDCFA", "BLAKE3": "FF8F0D4F0692D77DA0148E74B3EEA5B0F1025B6E039FCFF399070F8C700EA91F", "AutoV3": "DF71AF91BE4C"}, "downloadUrl": "https://civitai.com/api/download/models/87406", "primary": true}], "images": [{"id": 2739275, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a7f1ccb-10bc-42b8-b591-405cfe77ed23/width=450/2739275.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UWKAmF~W9vso~BxuE3jF4-IUM{RjI;RjjEM{", "type": "image"}, {"id": 1000461, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/464797ef-06e8-4597-a8e6-c9acbc7512a4/width=450/1000461.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "URJje;0LIVx^}?WX57ayi^%1E3ofIoslM|R*", "type": "image"}, {"id": 1000446, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1a90ddc5-ba80-44aa-b834-c79ad3c16ea6/width=450/1000446.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UBJt6z00gO4=+GO?0fJ7z.~p02ELX44.xv-;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/87406", "modelId": 82310} \ No newline at end of file diff --git a/datasets/metadata/87440.json b/datasets/metadata/87440.json new file mode 100644 index 0000000000000000000000000000000000000000..022d9e9cea63cebdd75ac94a348b31f53fd6fb8d --- /dev/null +++ b/datasets/metadata/87440.json @@ -0,0 +1 @@ +{"id": 87440, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-02T04:33:36.621Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 2633, "ratingCount": 419, "rating": 5, "thumbsUpCount": 498, "thumbsDownCount": 0}, "files": [{"id": 59900, "sizeKB": 26440.5205078125, "name": "Mrs_Yuigahama_OreGairu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-02T04:47:01.183Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "825FD64E", "AutoV2": "C340C80300", "SHA256": "C340C803003F26FD39262E18907AB809A8176E226458142454969F31A092C828", "CRC32": "482124B9", "BLAKE3": "9C29F5EE6647268EAF94BD17FA37DE1EBCDA90BCF3E7430DC90596C422EB9D48"}, "downloadUrl": "https://civitai.com/api/download/models/87440?type=Training%20Data"}, {"id": 59895, "sizeKB": 22249.5439453125, "name": "Mrs_Yuigahama_OreGairu-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-02T04:37:03.906Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "54768868", "AutoV2": "90300304C9", "SHA256": "90300304C926131C8B782452E66ED6F81438DF1ED447C15FC0E3CD255C26854D", "CRC32": "D26FACCA", "BLAKE3": "B8FE9BA1B1A62709364B50767BDFE9413C6B6767877B75ACDD4E239486C2CF14", "AutoV3": "824635CA53F4"}, "downloadUrl": "https://civitai.com/api/download/models/87440", "primary": true}], "images": [{"id": 2740040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47877321-3d61-48e5-bc7d-adfd329f0afb/width=450/2740040.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaLpp:^+S~%L~AxZI;t7NHV@xuxu_3ogoeWC", "type": "image"}, {"id": 1000895, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46933cf8-14f3-4917-bbe1-789e913fb07f/width=450/1000895.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UGI;n~-?.i%LRzSwXV^lH=?H0f%20LbI?boy", "type": "image"}, {"id": 1000893, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/702f9f5e-8813-4459-ae8f-492a5eaa2fe7/width=450/1000893.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "UBIz*t005yE,vcIB0j0dz.xV.A4;03-;_1R$", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/87440", "modelId": 82343} \ No newline at end of file diff --git a/datasets/metadata/87513.json b/datasets/metadata/87513.json new file mode 100644 index 0000000000000000000000000000000000000000..760d78d343a09e5773c1e7140c1eaef405dc0e61 --- /dev/null +++ b/datasets/metadata/87513.json @@ -0,0 +1 @@ +{"id": 87513, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-02T07:35:54.454Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 1004, "ratingCount": 201, "rating": 5, "thumbsUpCount": 229, "thumbsDownCount": 0}, "files": [{"id": 59946, "sizeKB": 25317.2578125, "name": "Sae_Okumura_Two_Pairs.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-02T07:40:30.389Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "85350B99", "AutoV2": "8311E4CAEE", "SHA256": "8311E4CAEE246554492CD9CA0B8B0F32CFFAF1BA304800ADD70020018C618367", "CRC32": "E0B9F0B4", "BLAKE3": "28363CF36104A4EFBC2C3FC94EE707EEF1067A9C0DEE0D1E833D58DDF6A7ECB9"}, "downloadUrl": "https://civitai.com/api/download/models/87513?type=Training%20Data"}, {"id": 59944, "sizeKB": 22246.537109375, "name": "Sae_Okumura_Two_Pairs-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-02T07:35:34.361Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "41A72F7F", "AutoV2": "D6F83C175D", "SHA256": "D6F83C175DF6FBDB4CE5C1DBE09972EFBAD71743129C5D845717861847256C31", "CRC32": "69176E0C", "BLAKE3": "FE49302A5E7DF1954141297AF5DC94E6A5620ECCC5907E89A2F6891C322E43A0", "AutoV3": "D0687A00DA57"}, "downloadUrl": "https://civitai.com/api/download/models/87513", "primary": true}], "images": [{"id": 2730411, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3dfec48-4651-4f19-b060-ed63648e2302/width=450/2730411.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UNI;n:RQKkR,~qIU_2ae5QM{={V@^+s:bbRk", "type": "image"}, {"id": 1002103, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48eb1fff-1dfa-4fa4-b8b5-1e2151fedb5d/width=450/1002103.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "UFGRuI~qu4%g^,IV4:Io0LRi=x%1NHR*?Gxu", "type": "image"}, {"id": 1002095, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f208fb6d-d492-4897-b428-bc59a710c5f5/width=450/1002095.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "UWI;xA9Z-;9Z~Ws:R+9GR*R+n$adE1ofs.f+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/87513", "modelId": 82409} \ No newline at end of file diff --git a/datasets/metadata/87517.json b/datasets/metadata/87517.json new file mode 100644 index 0000000000000000000000000000000000000000..669c1c355e8cc42b1ffa5cb5dc97f50aba032c6d --- /dev/null +++ b/datasets/metadata/87517.json @@ -0,0 +1 @@ +{"id": 87517, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-02T07:51:05.861Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 895, "ratingCount": 168, "rating": 5, "thumbsUpCount": 190, "thumbsDownCount": 0}, "files": [{"id": 59951, "sizeKB": 27819.580078125, "name": "Emi_Fujiwara_Two_Pairs.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-02T07:55:37.267Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0FE5217F", "AutoV2": "630FB19D49", "SHA256": "630FB19D49BF826DD40EA1CD3A476A552CE85F4D8CD295EF4CF64C48AF857A8B", "CRC32": "9219925B", "BLAKE3": "772FC36D737D2BD8BB4411722731629BADF3DDCEB6A85A8D5D5D7CB61BADCC65"}, "downloadUrl": "https://civitai.com/api/download/models/87517?type=Training%20Data"}, {"id": 59950, "sizeKB": 22248.98046875, "name": "Emi_Fujiwara_Two_Pairs-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-02T07:55:41.685Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AE2E208F", "AutoV2": "0E7B368C82", "SHA256": "0E7B368C82FC0537CCBD9CF894DF19785A966D433D165D01ADB3A71FCEB47E9B", "CRC32": "4F533B3B", "BLAKE3": "9E5616DEB924DDD18B908AC2DD8C04D5AAC47EBD427A532D1969A43EC231270C", "AutoV3": "8740BE033A8C"}, "downloadUrl": "https://civitai.com/api/download/models/87517", "primary": true}], "images": [{"id": 2730345, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08f02571-6bc9-44b3-a2c5-cc891d04b288/width=450/2730345.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UfMs.y~qO[-p0K-;%Mt7tloLwIRj%2t7xuM{", "type": "image"}, {"id": 1002192, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa1a3edb-983e-407d-b9a6-0d1ec25d7de2/width=450/1002192.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "UIH_Mq~V0L=|%3WU9|oe00RP~Wt6TKNHV?NH", "type": "image"}, {"id": 1002162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c94ab25a-4c69-419c-bfee-2a17fb10b551/width=450/1002162.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "UcJHtBNzOs_3~poJx]x]E1V?%2NIx^NHRPxC", "type": "image"}, {"id": 2729987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ede50b26-5620-484c-ba62-10d1b4fc3c26/width=450/2729987.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UTL44@4n0}D%Os9F~WM{%ht7n4bH%2oea#WB", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/87517", "modelId": 82414} \ No newline at end of file diff --git a/datasets/metadata/87615.json b/datasets/metadata/87615.json new file mode 100644 index 0000000000000000000000000000000000000000..e99fe323ae5cec3a51daa61ae2f5ca2ad7b7fca1 --- /dev/null +++ b/datasets/metadata/87615.json @@ -0,0 +1 @@ +{"id": 87615, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-02T11:37:49.975Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 1269, "ratingCount": 226, "rating": 5, "thumbsUpCount": 277, "thumbsDownCount": 0}, "files": [{"id": 60029, "sizeKB": 10503.3798828125, "name": "Himemiya_Tsukino_Saimin_Gakushuu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-02T12:01:23.251Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "19EA91E7", "AutoV2": "1E828D0C8F", "SHA256": "1E828D0C8FD19F1D800D97868884A8E6351DD9A60D850F369A12DB431272AFBB", "CRC32": "27755C83", "BLAKE3": "3D472C4C439815E7AE3CC39E5ABBFC6DED6F1C23D32AC85ECF6B0ECC1A6AA4B1"}, "downloadUrl": "https://civitai.com/api/download/models/87615?type=Training%20Data"}, {"id": 60017, "sizeKB": 22235.0146484375, "name": "Himemiya_Tsukino_Saimin_Gakushuu-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-02T11:35:40.217Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E9966368", "AutoV2": "8AB7DDA8BA", "SHA256": "8AB7DDA8BA387A26405D01281A9B663BA89D15C3C8673EEF49310DFA890B813A", "CRC32": "A46A746A", "BLAKE3": "06FDFAB536839D63A547A385FC9CA3E515C8EB6D083FFF6EAB1FB908D77ED3FF", "AutoV3": "1B76AD1C26D7"}, "downloadUrl": "https://civitai.com/api/download/models/87615", "primary": true}], "images": [{"id": 2730575, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd83d683-f5e1-4272-a17a-6be3356f8ea8/width=450/2730575.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UONv=Dn4?vH@~qMx?bM{EOkCr;t7-;kCIURj", "type": "image"}, {"id": 1595409, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb29712c-16ef-4fcd-a13c-49bb000896ce/width=450/1595409.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULG*TqEl4--p~pS7JQS2I9j^=|RP-VE1Vsxt", "type": "image"}, {"id": 1004004, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29f71e82-6415-4022-8f50-7c80b987e11e/width=450/1004004.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UMGate~BMcMxO?t6J6%2M0$f^k-p5QR*tQM{", "type": "image"}, {"id": 1003881, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fb57f88-0349-4ca0-bca4-edb60c054e88/width=450/1003881.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULIgyI~VI-Sd-;oI-o%M9F-o%MNa56Rkr?$*", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/87615", "modelId": 82499} \ No newline at end of file diff --git a/datasets/metadata/8774.json b/datasets/metadata/8774.json new file mode 100644 index 0000000000000000000000000000000000000000..e9bbac93c443d2d3774398a01344e4b3e0be2e03 --- /dev/null +++ b/datasets/metadata/8774.json @@ -0,0 +1 @@ +{"id": 8774, "index": 0, "name": "V2 NAI", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-02-08T18:20:16.698Z", "availability": "Public", "nsfwLevel": 7, "description": "Training settings:
147 images\n8 repeats \n6 epochs\n7056 steps (batch size:1)\nLearning rate: 1e-4\nText encoder learning rate: 5e-5 \nUnet learning rate: 1e-4 \nmax bucket resolution: 512 \nclip skip: 2 \ndim/alpha: 160 \nbatch size=1 \nBase model: NAI, this mean that this LoRA work on any model derived from that particular model like AnythingV3/4/4.5, Pastel Mix, AOM 1/2,etc...
", "trainedWords": [], "stats": {"downloadCount": 3417, "ratingCount": 37, "rating": 4.95, "thumbsUpCount": 46, "thumbsDownCount": 0}, "files": [{"id": 8605, "sizeKB": 35049.919921875, "name": "UnicornV2_training_set.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-08T18:21:18.414Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "691CC968", "AutoV2": "E7F4CE7611", "SHA256": "E7F4CE7611256F82305868EA59270D62A0B694A80E9008E292560B7F4D95C0FE", "CRC32": "42A638EB", "BLAKE3": "2528F589B08CF0A2110EA38523E61047E8AF0706A1F10E3AF667BD3077B54554"}, "downloadUrl": "https://civitai.com/api/download/models/8774?type=Training%20Data"}, {"id": 8604, "sizeKB": 184433.51953125, "name": "UnicornV2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-08T18:21:50.412Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "69DF6705", "AutoV2": "98BBA83277", "SHA256": "98BBA83277AC8DA50A0A19B1FD1A857E803F7D52D1785B3BC1C7114472928386", "CRC32": "7ED639A5", "BLAKE3": "CCFF8078F1102CAAE9ACFA2CF5D3F9A01C0FA9D1D2630EF8693A9923B0D17BBA", "AutoV3": "559EB1C03DD6"}, "downloadUrl": "https://civitai.com/api/download/models/8774", "primary": true}], "images": [{"id": 83743, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/daab8139-c31b-498e-976a-37746f988600/width=450/83743.jpeg", "nsfwLevel": 1, "width": 704, "height": 960, "hash": "UJJtY#4n00t8~ARj-.IW~AIU?GM}_3RPofRi", "type": "image"}, {"id": 83749, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a374153-2aee-4a47-8d50-44c3e9235900/width=450/83749.jpeg", "nsfwLevel": 2, "width": 704, "height": 960, "hash": "UKJt*w~q00M|9FM{S0M{D%ofa^NG?v%MxZxu", "type": "image"}, {"id": 83748, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d220b7ba-17d5-415e-59a5-72ec6fba3f00/width=450/83748.jpeg", "nsfwLevel": 1, "width": 704, "height": 960, "hash": "UOK1teD%PV.8?w%2tRX9Rjj?adM{9~ofRkso", "type": "image"}, {"id": 83747, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3052983d-dba0-4e0d-a210-518dc66ea800/width=450/83747.jpeg", "nsfwLevel": 2, "width": 704, "height": 960, "hash": "UQI5DV4.0J~XD%V@M_s:D%xajXM{ShaeRkxv", "type": "image"}, {"id": 83746, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fcc5478-ec70-45c9-e7d9-bbc20fd91a00/width=450/83746.jpeg", "nsfwLevel": 1, "width": 704, "height": 1077, "hash": "UTKeA:nl56Ef_4M|xtt7?ZWAt2t6_4xtV|M|", "type": "image"}, {"id": 83745, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7ed7f09-8dfb-474a-1f4a-0cc31352bb00/width=450/83745.jpeg", "nsfwLevel": 2, "width": 704, "height": 1077, "hash": "UTKUKHR;55tk_Mt9xXOE?cM~oNoN?bM_$*V@", "type": "image"}, {"id": 83744, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a704c6f3-14e2-43b1-5e1b-195ed6d5e000/width=450/83744.jpeg", "nsfwLevel": 4, "width": 704, "height": 960, "hash": "UDIOCP0K00^+OREKIp-E?QM~%Ft7~WNGtPni", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/8774", "modelId": 7469}
\ No newline at end of file
diff --git a/datasets/metadata/87742.json b/datasets/metadata/87742.json
new file mode 100644
index 0000000000000000000000000000000000000000..0b24f232b261830a632fc7b8fcaa9841ab7ad830
--- /dev/null
+++ b/datasets/metadata/87742.json
@@ -0,0 +1 @@
+{"id": 87742, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-02T16:05:33.170Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 1476, "ratingCount": 244, "rating": 5, "thumbsUpCount": 297, "thumbsDownCount": 0}, "files": [{"id": 60120, "sizeKB": 10332.7978515625, "name": "Suzuka_Himemiya_Saimin_Gakushuu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-02T16:11:22.921Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9FA4DD10", "AutoV2": "5487DFB1E9", "SHA256": "5487DFB1E94461E66457E484B85C82260E1475E7EA24DB88C24B9579FB18BF10", "CRC32": "58935C79", "BLAKE3": "4C63B8E90728536041B2E42C4F17E9395F987EDB93D98953F1525823237D9BAF"}, "downloadUrl": "https://civitai.com/api/download/models/87742?type=Training%20Data"}, {"id": 60115, "sizeKB": 22234.5419921875, "name": "Suzuka_Himemiya_Saimin_Gakushuu-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-02T16:06:38.756Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "97A4B1BF", "AutoV2": "2A52CCEA92", "SHA256": "2A52CCEA923001B595DDCB0385950ABEA22D6656A2432581E29445EFF3AA33A3", "CRC32": "2823CC7B", "BLAKE3": "D919C8A63F246279987E645E93360678B124A3E58A8DB1C36680F45AFC4C1CB1", "AutoV3": "F667FB0CFC6E"}, "downloadUrl": "https://civitai.com/api/download/models/87742", "primary": true}], "images": [{"id": 2740135, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3e1e962-8473-43ff-a2bc-c683311c6b58/width=450/2740135.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UOMP:#%MD~xt00WB_MkB%$kC%2kC00e.D*M{", "type": "image"}, {"id": 1006436, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/038726e9-2a6a-4232-ad72-904112b15a58/width=450/1006436.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "UMID{@9a9E-;%NtQf*xa4ms:~pIV-:$#RhW=", "type": "image"}, {"id": 1006977, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e498ee36-1531-4673-b282-96d4a17ec1a6/width=450/1006977.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "URKcqr01D~Xo~TkDjDNK$^nn?aDjow-BocM|", "type": "image"}, {"id": 4772629, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bc73229-5a6a-41a3-ad6d-e0e67c03070c/width=450/4772629.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UUK0vl9uR3NH#*E2I:NHRgM|~VWD_3jGIURk", "type": "image"}, {"id": 4772672, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fb660968-be55-45d3-a44b-0892f35af095/width=450/4772672.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UPGk8:IUV?xa~C$zIon*Io?GxtE1Io%L$%Io", "type": "image"}, {"id": 4772774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d3bac7e-40cd-40c3-b343-afbc0b46bafd/width=450/4772774.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UbI|{^%f-mw^~p%MR%IVoz%1S5V[oexu%1xZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/87742", "modelId": 82608}
\ No newline at end of file
diff --git a/datasets/metadata/87755.json b/datasets/metadata/87755.json
new file mode 100644
index 0000000000000000000000000000000000000000..43e1093d6df8b1aff02f46988c3bc326b661a2e0
--- /dev/null
+++ b/datasets/metadata/87755.json
@@ -0,0 +1 @@
+{"id": 87755, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-02T16:20:11.344Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 1122, "ratingCount": 193, "rating": 5, "thumbsUpCount": 234, "thumbsDownCount": 0}, "files": [{"id": 60142, "sizeKB": 7805.3046875, "name": "Ayako_Sasagawa_Saimin_Gakushuu.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-02T16:51:27.072Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "56A044E6", "AutoV2": "C6D1760F69", "SHA256": "C6D1760F692F160705B744E5824E5C146F835486844D073DDCC3D66DA522A6F8", "CRC32": "075149E2", "BLAKE3": "83718A3338023BA07E21B247B26BF001A0E10E028A03AB5EAC2117FEE0C81B10"}, "downloadUrl": "https://civitai.com/api/download/models/87755?type=Training%20Data"}, {"id": 60126, "sizeKB": 22233.8505859375, "name": "Ayako_Sasagawa_Saimin_Gakushuu-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-02T16:21:34.990Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "CB95AEA7", "AutoV2": "101A075471", "SHA256": "101A075471B44820F26CBE7166CCDC87FD677A98CCB7A2D12F5DC675F99452BA", "CRC32": "417A3F6B", "BLAKE3": "2BE3FE32D62185934FF883FF0368126D0EF432D7ECAB10D103733832FB369880", "AutoV3": "F41AD1B2884D"}, "downloadUrl": "https://civitai.com/api/download/models/87755", "primary": true}], "images": [{"id": 2702407, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9b14849d-fe04-4bbc-9ebd-9e8e83647476/width=450/2702407.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UlMs.zn$pdt7~pf5^+t69GofxFWVRjj[M{R*", "type": "image"}, {"id": 1594807, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9ee005b7-ba88-42df-8c04-24883e2047c2/width=450/1594807.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UbHKR,NGD%xZ~BR*xGoeE1WC?HWBJ,afI:W;", "type": "image"}, {"id": 1006609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ed49544e-e7be-416e-814a-14ba7ab000eb/width=450/1006609.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UOE-{{E2Vsae-:M{EfNG}oM{xGt7W-Rjx]oz", "type": "image"}, {"id": 1006820, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/59afd550-b666-4c0d-8e69-3165e988d506/width=450/1006820.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "UHIWE001..?bY%H?1HNw^NIV-=IAX-Io-pIo", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/87755", "modelId": 82619}
\ No newline at end of file
diff --git a/datasets/metadata/88030.json b/datasets/metadata/88030.json
new file mode 100644
index 0000000000000000000000000000000000000000..6cf88a839b26a8d47e0409fc674e82bb0b98c343
--- /dev/null
+++ b/datasets/metadata/88030.json
@@ -0,0 +1 @@
+{"id": 88030, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-03T01:14:13.689Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 1286, "ratingCount": 184, "rating": 5, "thumbsUpCount": 220, "thumbsDownCount": 0}, "files": [{"id": 60359, "sizeKB": 16076.9091796875, "name": "Reika_Kitami_Bible_Black.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-03T01:25:45.273Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "152E5C08", "AutoV2": "5DD25A637F", "SHA256": "5DD25A637F7D16AC36ED00BAF566A8808FDE8775D1D528E978642D43287E7D15", "CRC32": "D83BC4C2", "BLAKE3": "4597F21B5BCD29A0A8012EC1AF91914492A6619015733C23C6269DBE765AE89C"}, "downloadUrl": "https://civitai.com/api/download/models/88030?type=Training%20Data"}, {"id": 60356, "sizeKB": 22240.0546875, "name": "Reika_Kitami_Bible_Black-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-03T01:15:39.786Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2864FF36", "AutoV2": "81DD8B0592", "SHA256": "81DD8B059257107A6AEB1A33C78BFFB160F5D17966BA528E91E73039DEB05CD8", "CRC32": "AB29BED4", "BLAKE3": "C8A52E541346D8E0E28609619EC7D4106094032A946572BD2238D620E0070C5C", "AutoV3": "57BEE494CC67"}, "downloadUrl": "https://civitai.com/api/download/models/88030", "primary": true}], "images": [{"id": 2729829, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b75f26a7-3691-4fbd-85f7-bcd9794e57e9/width=450/2729829.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHNTUXDj1+S1vyD*4?MxpHM{Myad?^M{wbae", "type": "image"}, {"id": 1011509, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a9aa8a1-dafc-4f4e-a02d-5443043eb46e/width=450/1011509.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U8H-#|G^5Y~XNrrV00-Q004nKQ-p9sxu~DyD", "type": "image"}, {"id": 1011489, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e50f9e4d-3cd7-434c-8c59-c8b833e98083/width=450/1011489.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UAE.U{~C5r58csJT4:IBMbMx4:M|=vRO^+-;", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/88030", "modelId": 82856}
\ No newline at end of file
diff --git a/datasets/metadata/88104.json b/datasets/metadata/88104.json
new file mode 100644
index 0000000000000000000000000000000000000000..6c238898544554b74e358d804119bc880cd57e62
--- /dev/null
+++ b/datasets/metadata/88104.json
@@ -0,0 +1 @@
+{"id": 88104, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-03T02:32:54.099Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 2126, "ratingCount": 273, "rating": 5, "thumbsUpCount": 322, "thumbsDownCount": 0}, "files": [{"id": 60399, "sizeKB": 26263.8876953125, "name": "Rika_Shiraki_Bible_Black.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-03T02:35:47.090Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "55223C9B", "AutoV2": "36E5FB9DC5", "SHA256": "36E5FB9DC5C820BC578B88E74820F4D4B764E0C53F4B5854602DB43F6E15B991", "CRC32": "94228D12", "BLAKE3": "1CCC40C77F3071131BDFC790CA12C60C5E097BF2189CC2973C3DDDF136BD2D19"}, "downloadUrl": "https://civitai.com/api/download/models/88104?type=Training%20Data"}, {"id": 60397, "sizeKB": 22245.3369140625, "name": "Rika_Shiraki_Bible_Black-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-03T02:35:48.558Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6055A98B", "AutoV2": "439B5A8AA9", "SHA256": "439B5A8AA9255C6C86EF012B9A75EF075D9D5C8371D096AAB5A501A84935419A", "CRC32": "CF780EFE", "BLAKE3": "EE8FEC46AF9C6C912166DA84E57CCF1439E31C2CCB4F5CD977BDE43606D2F3F7", "AutoV3": "00701BFA8803"}, "downloadUrl": "https://civitai.com/api/download/models/88104", "primary": true}], "images": [{"id": 2702529, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b25a292-22f6-4ace-a765-45ac727ee402/width=450/2702529.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYJ*F-%L.To0?GWWIoWB01kDD%WqJCxusAWW", "type": "image"}, {"id": 1012221, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9ecb16b-5a7b-44f4-8d9c-ed54bf6550ab/width=450/1012221.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UBFE}{~A0*TJL1ELDk$jd?IV58NHxCxB%0tQ", "type": "image"}, {"id": 1012237, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99deda0c-ca9c-427b-9efc-e856740777c3/width=450/1012237.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVJ7p;rr~noctjShE2V@MwjEIqa#E1s,s:oz", "type": "image"}, {"id": 2702801, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5bdd9ee6-126b-4f97-9c11-0cf867a556e5/width=450/2702801.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UVJkQ74:yED%~q%NXTVrxG%2IoWAI:RjsltR", "type": "image"}, {"id": 2702873, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ad1ab80e-9b84-4cb0-8752-374fb1b86a25/width=450/2702873.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeJt;#bwb^Si~pW=oft6b^kDRQs:xGofNbRk", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/88104", "modelId": 82935}
\ No newline at end of file
diff --git a/datasets/metadata/88555.json b/datasets/metadata/88555.json
new file mode 100644
index 0000000000000000000000000000000000000000..798818b4e832525f6a607d80a2c89f12879667d6
--- /dev/null
+++ b/datasets/metadata/88555.json
@@ -0,0 +1 @@
+{"id": 88555, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-03T20:52:15.290Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["SaotomeNodoka"], "stats": {"downloadCount": 571, "ratingCount": 79, "rating": 5, "thumbsUpCount": 83, "thumbsDownCount": 0}, "files": [{"id": 60751, "sizeKB": 12737.2080078125, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-03T17:56:05.373Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1F2E0D0B", "AutoV2": "F1A950D9E3", "SHA256": "F1A950D9E367AD29D5143E767D0184F8FF400790383BC4A9EB215846F1757671", "CRC32": "3BD34D6B", "BLAKE3": "58685B25D687DA80A54B8E6B37ED348725FF86E4B4637541068A77E82FB6A9FD"}, "downloadUrl": "https://civitai.com/api/download/models/88555?type=Training%20Data"}, {"id": 60752, "sizeKB": 36980.8076171875, "name": "SaotomeNodoka.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-03T17:55:46.406Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "72F3703A", "AutoV2": "A39FB0748C", "SHA256": "A39FB0748C0072E3D1EE0C2A63FF7BDD45D1527C350ABC1228860536C653FCE1", "CRC32": "BE696C9C", "BLAKE3": "7BA5D47CF75317F72C61AC637CFB94BC76A11824AE59950B7432EEAF544E2FD8", "AutoV3": "782805C4834A"}, "downloadUrl": "https://civitai.com/api/download/models/88555", "primary": true}], "images": [{"id": 1019596, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a994564c-bcba-4b31-8881-354a51c49549/width=450/1019596.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UdJR2Ox]_Nxu_3xus;ay%Mt7V[W.xuWBR*bG", "type": "image"}, {"id": 1019605, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/609cf90a-48ef-4778-9fb6-fa6d428b74f7/width=450/1019605.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "URGuX#~Vrl%LoFt7kYt6DzWBM~WBV=V@WGkB", "type": "image"}, {"id": 1019606, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/63e5ae5b-8003-494d-b160-4e52a76e00c6/width=450/1019606.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "ULLopZ9GGhn#~oSd-Cr^P2n,nTO9%LV[aMNG", "type": "image"}, {"id": 1019610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb569e64-7f68-41ee-9025-668cfa80340b/width=450/1019610.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UKK0mv00.5Dg_IxB$*rcOioge@bq02%M-pNG", "type": "image"}, {"id": 1019616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b36f0d8f-de91-43c3-9ef7-f6987f040752/width=450/1019616.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UGI|OYtldB?H.RsnD%ozB-sCoxkW62R*+wkC", "type": "image"}, {"id": 1019619, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b445141a-6919-42b2-9106-a612874083da/width=450/1019619.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UPK,Q~k;CQMc.mIAv~o~TJVsRQ%MnQbaNZxa", "type": "image"}, {"id": 1019618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92ad2f92-939e-4d75-8054-a8ed5da928bd/width=450/1019618.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UIL:1l?H00Ip?qNZ}^$+9Znm%2t69sxH-VSK", "type": "image"}, {"id": 1019620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a6eb3232-f178-4df8-8929-b3889853b83e/width=450/1019620.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "U8LgeV040J9F8wnN_4eT00WF.9IT02Mw?bEO", "type": "image"}, {"id": 1019621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/330c9acd-c126-4f3d-969d-9fef7ece19e9/width=450/1019621.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UMLNDLr;0K4n~qxus8xZDiae-;xanNjsX9bI", "type": "image"}, {"id": 1019623, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce9394c3-4139-4011-90b1-c37cd9e8e38f/width=450/1019623.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UUKw66Z%yE~q%fs9MyELE1pIxuD%E1MxM{oe", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/88555", "modelId": 83329}
\ No newline at end of file
diff --git a/datasets/metadata/88679.json b/datasets/metadata/88679.json
new file mode 100644
index 0000000000000000000000000000000000000000..2407d975b96f72cfd32509db4e6bf373219a15cc
--- /dev/null
+++ b/datasets/metadata/88679.json
@@ -0,0 +1 @@
+{"id": 88679, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-03T23:14:24.544Z", "availability": "Public", "nsfwLevel": 31, "description": "Trained on 50 different images of tunnels.
", "trainedWords": ["sewer"], "stats": {"downloadCount": 1561, "ratingCount": 170, "rating": 5, "thumbsUpCount": 212, "thumbsDownCount": 0}, "files": [{"id": 131546, "sizeKB": 19178.3720703125, "name": "dataset-sewer.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-09-30T05:56:34.878Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "00FCA91F", "AutoV2": "20F4F7DB68", "SHA256": "20F4F7DB6863DC4907734802B76DC5F8A4E57CDECFA953078963FC07BE7CDE91", "CRC32": "79A0278A", "BLAKE3": "F8A8BA44D3246BE13D42A68A2436AECBC17C85095C91F9A01C512C97808CCBDA"}, "downloadUrl": "https://civitai.com/api/download/models/88679?type=Training%20Data"}, {"id": 60870, "sizeKB": 36980.4892578125, "name": "Sewer-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-03T21:50:38.737Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "42DB56E9", "AutoV2": "5E7A400EB4", "SHA256": "5E7A400EB453A39FF90C871857469198B48C62FA343ACC7D3A81413C6629904B", "CRC32": "6040621D", "BLAKE3": "7C8E2717B92DAA386BF8EF7761E84B43D27C0C4A10888A26E28CB13FAF506EE0", "AutoV3": "8CC4B88DF15D"}, "downloadUrl": "https://civitai.com/api/download/models/88679", "primary": true}], "images": [{"id": 1020250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/037c41d5-baaf-43fc-aa7a-e892c068e306/width=450/1020250.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U6Db.xRl00IU00^%~W%2Iu-oNGE29GE2-p%L", "type": "image"}, {"id": 1020298, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e518849e-b001-4500-a3f1-03b64479b4c9/width=450/1020298.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UODc8e~UMw-p0K9ZkDj?jD%M%NE1NIM{aJ%L", "type": "image"}, {"id": 1020365, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/062a47c7-3470-405b-9606-816a1209dc6f/width=450/1020365.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCG*.v-U~99aDOWB~W%MWCxv00M{xtMx?Hxa", "type": "image"}, {"id": 1020366, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fa29b03b-e4e8-4d18-9968-55c71e436ce3/width=450/1020366.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U4B3vl^+0000ROV@?bt700IU~q-;4nRj_3-q", "type": "image"}, {"id": 1020367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/52747d3b-15da-4f50-8f0d-93eb9fdc7eb9/width=450/1020367.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBFiV:~V0001L#x]WYRP009F?b?b4;M{s.x]", "type": "image"}, {"id": 1020608, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6415455e-c629-48c8-8dc1-5dcb0fb07441/width=450/1020608.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UJGbCp~W4.IU0KE1xuxa01Rit7WC?bt8a|xZ", "type": "image"}, {"id": 1020610, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0d31dea8-c992-4228-b857-d63786f5ea04/width=450/1020610.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UWHd{V~Wb^x]sRoIs-V@InM{RjWBn%RjR*t6", "type": "image"}, {"id": 1020615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/eb7e14b3-b83b-4242-830e-0d3e925a679b/width=450/1020615.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UGGI4O~W-N=_~9%1Rkn$wHIU9ZIp?bR*IUM{", "type": "image"}, {"id": 1020677, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/28f13bbb-88a5-42a0-997e-d2d36fadf4ee/width=450/1020677.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UJD]oB~q-:XA=Ws.njRiwbRPRPad-AV?jDj[", "type": "image"}, {"id": 1020736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bdc98066-fc87-4bbc-a21d-e6711908b794/width=450/1020736.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UIGkXrxaH;-Q#Rxu9~E2=|Rio#g4~CIraJ?F", "type": "image"}, {"id": 1020737, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b53f576d-4b5c-4685-acf5-b8325f2b444d/width=450/1020737.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "ULJZ}M0%%0?vujxtNH9FsFxEbvbw}[NIxt-o", "type": "image"}, {"id": 1020847, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/10d30f09-1448-4718-aee3-25cbe5ab53d0/width=450/1020847.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UIG957}TE1GHDOtS%LRiNKXS%L%LVrR*S4xZ", "type": "image"}, {"id": 1020848, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/249f83b4-1e40-49cf-9809-d1b8098c8075/width=450/1020848.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "U6IN]Z4T5Q.l*K?aD*R$?EAC?Z%LI9E2-;~V", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/88679", "modelId": 83427} \ No newline at end of file diff --git a/datasets/metadata/8910.json b/datasets/metadata/8910.json new file mode 100644 index 0000000000000000000000000000000000000000..36b53d2d1fbc5d03a7a67bf340fcd59c95df0efa --- /dev/null +++ b/datasets/metadata/8910.json @@ -0,0 +1 @@ +{"id": 8910, "index": 0, "name": "v1,0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-02-09T05:19:44.950Z", "availability": "Public", "nsfwLevel": 1, "description": "Notes
Need a lot of color-related keywords to get the style of the training images, but still looks cool without (I suggest low saturation, watercolor, light colors, etc), can look at example images
Works best at strength 0.6-0.8
Info
Trained with AbyssOrangeMix2 (SFW)
Image Set: 10
Training Resolution: 512x512
33 images\n10 repeats \n6 epochs\n1980 steps (batch size:1)\nscheduler: cosine\nText encoder learning rate: 1e-5 \nUnet learning rate: 0.001
", "trainedWords": ["PurifierDefault"], "stats": {"downloadCount": 743, "ratingCount": 120, "rating": 5, "thumbsUpCount": 123, "thumbsDownCount": 0}, "files": [{"id": 61289, "sizeKB": 9334.484375, "name": "purifier_D8_V2_e6.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-04T17:17:09.869Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8BE56289", "AutoV2": "75B636AF2E", "SHA256": "75B636AF2EC19E6D2F358ABCB21FB20EB189D4C700BE4096A1FB45F0E04310BE", "CRC32": "DB243B4C", "BLAKE3": "82CD46AC7D960E87D2DB99A227C0809A2DFAB592EDAE01737AC22AB603ED883D", "AutoV3": "BE8EAE2643A8"}, "downloadUrl": "https://civitai.com/api/download/models/89198", "primary": true}, {"id": 61288, "sizeKB": 7192.4248046875, "name": "purifier.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-04T17:17:09.463Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "612AFE4C", "AutoV2": "C988154D74", "SHA256": "C988154D74120E929D545CADBAD0983DBCFE5AE13D08CAF1A043C669B14D998D", "CRC32": "75A9141D", "BLAKE3": "79F00F5C3AF2CC4EA2F2B2B6F4CAA3F0C7683886DE73CEBD75BAFB41869D12EB"}, "downloadUrl": "https://civitai.com/api/download/models/89198?type=Training%20Data"}], "images": [{"id": 1029806, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4c05ed26-bab4-495e-a7af-52c99949c784/width=450/1029806.jpeg", "nsfwLevel": 2, "width": 704, "height": 960, "hash": "UPJHRBD$00-p%1%3ITM|^*x]sRD%~UaI%3%M", "type": "image"}, {"id": 1030374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75528347-c50d-403b-b42b-6008a7d47fff/width=450/1030374.jpeg", "nsfwLevel": 2, "width": 704, "height": 960, "hash": "U8Hewt%f0000XY4:?FMdE--=~Tx^tS%Mofo#", "type": "image"}, {"id": 1029961, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4fd0f68c-f5e5-4a7f-ae57-596a3637706b/width=450/1029961.jpeg", "nsfwLevel": 2, "width": 704, "height": 960, "hash": "UZK1j|_4EKo#OvNzX7s;D%RoxWnh$|RjRhbF", "type": "image"}, {"id": 1029805, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/074b7b6f-aea4-46a4-b4b5-5020b173cba1/width=450/1029805.jpeg", "nsfwLevel": 2, "width": 704, "height": 960, "hash": "UJK^phD$00tR_3?IMwIU-PS*-oRj~RV?V_-p", "type": "image"}, {"id": 1029781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/032b0f2b-8260-4150-9a29-e67f5bfde509/width=450/1029781.jpeg", "nsfwLevel": 2, "width": 704, "height": 960, "hash": "U5J@ax0000xt0?0J02xw}kn,=;-rIlV}4.Ot", "type": "image"}, {"id": 1029808, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f5666cbe-dbb7-4864-9f84-3f241cfc5b08/width=450/1029808.jpeg", "nsfwLevel": 4, "width": 704, "height": 960, "hash": "UQJ%@3%MDhIA~Vt8M_Riv{ode,%L-:M{Rkxa", "type": "image"}, {"id": 1029995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82755e01-e68e-4411-83bf-30c6207a75eb/width=450/1029995.jpeg", "nsfwLevel": 2, "width": 704, "height": 960, "hash": "USI#lot6Dhxu5aWBM{R._4Rk-os:NxR*jYs,", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/89198", "modelId": 83914}
\ No newline at end of file
diff --git a/datasets/metadata/89211.json b/datasets/metadata/89211.json
new file mode 100644
index 0000000000000000000000000000000000000000..14dedcf432732588c29fe812c3f9470cb1451bcf
--- /dev/null
+++ b/datasets/metadata/89211.json
@@ -0,0 +1 @@
+{"id": 89211, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-04T16:30:07.423Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 687, "ratingCount": 90, "rating": 5, "thumbsUpCount": 105, "thumbsDownCount": 0}, "files": [{"id": 61263, "sizeKB": 22231.34765625, "name": "Astraia_Tor_Deikun_Gundam-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-04T16:38:53.473Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "8CC7C28E", "AutoV2": "5117E35B87", "SHA256": "5117E35B879852F332CFA78F54B2DA6B4A4E6DA23EF7A47B3006A5612CC10A8C", "CRC32": "80983EA5", "BLAKE3": "056343397983ABEC9573D22B76D02F8D72999B11500CBE2524B91FDCE63659DA", "AutoV3": "1B944A9B97B1"}, "downloadUrl": "https://civitai.com/api/download/models/89211", "primary": true}, {"id": 61265, "sizeKB": 4493.3935546875, "name": "Astraia_Tor_Deikun_Gundam.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-04T16:43:47.220Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0BF39547", "AutoV2": "4884AB96B2", "SHA256": "4884AB96B24DC251FD09835B50DB01837010AAAC1186037F1FD455FF3091BC9D", "CRC32": "1E2FF892", "BLAKE3": "08A4CD2A0A3B497A03EDA5652EB9CB17CB9A4D7690DAC5BC39FF8052E67CD2EA"}, "downloadUrl": "https://civitai.com/api/download/models/89211?type=Training%20Data"}], "images": [{"id": 2683780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08e4a0fc-8ef7-41b2-bc4c-cf2fba2d5587/width=450/2683780.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFLEE4~p00M|D4V@9bsoY6t8M|xaK6%L%2E1", "type": "image"}, {"id": 1029932, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff439a3a-b852-41ed-ac1c-cb96286387f9/width=450/1029932.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UXKn9$9a0MVs~0ivixEMcZb^tSwdDi%2R*Nc", "type": "image"}, {"id": 1029930, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f89e50da-e340-44c6-aaf7-6b2a5315c61f/width=450/1029930.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "UBLDlU^m009bD|000Mi^?H^j$,?b00~psWIA", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/89211", "modelId": 83946}
\ No newline at end of file
diff --git a/datasets/metadata/8950.json b/datasets/metadata/8950.json
new file mode 100644
index 0000000000000000000000000000000000000000..4e7b8a7f88a9dc367eeed3859cde4a62eb3687f8
--- /dev/null
+++ b/datasets/metadata/8950.json
@@ -0,0 +1 @@
+{"id": 8950, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-02-09T08:40:40.710Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["hair_ornament", "short_hair"], "stats": {"downloadCount": 709, "ratingCount": 129, "rating": 5, "thumbsUpCount": 137, "thumbsDownCount": 0}, "files": [{"id": 8754, "sizeKB": 36975.130859375, "name": "Siesta.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-09T08:41:39.546Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "936DBB25", "AutoV2": "2B29974730", "SHA256": "2B29974730F012B0AD30A9AE6ED6CE7ECF230A1FDEBB91FD28B0C16B4242E418", "CRC32": "4F75BA72", "BLAKE3": "452EBD3291A700E27F5D742071BB48EA162CE0E5CF9427B9234C7A8E66BAB44E", "AutoV3": "B413153E583B"}, "downloadUrl": "https://civitai.com/api/download/models/8950", "primary": true}, {"id": 8755, "sizeKB": 15769.1220703125, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-09T08:41:45.326Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "E944FC53", "AutoV2": "A067F8FACB", "SHA256": "A067F8FACB177EB82C1C26A1C47C5BF673FB2D673EEEA387C9094BDA697C3826", "CRC32": "1C8BA556", "BLAKE3": "A91F825B0EB13A919801764183623AF5063074A1E38B441B82477364C207018C"}, "downloadUrl": "https://civitai.com/api/download/models/8950?type=Training%20Data"}], "images": [{"id": 85521, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5285a595-4a38-4c0a-ce7e-8980ba88c300/width=450/85521.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UAI#T2i|00~q00InE0V?t.NH$$-pR*xuITM{", "type": "image"}, {"id": 85525, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/57ec8b41-fb4a-4c5e-ad6e-88822091af00/width=450/85525.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UNI#474p0dxb0LIot2%2^lRjV@t7~WaO9sxa", "type": "image"}, {"id": 85526, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ec891d5-f855-480c-9425-c41dda3ee400/width=450/85526.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UAL3+D0000%g0-0L-ia#01t7n~xa~V-orqso", "type": "image"}, {"id": 85523, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80b2f248-9729-460b-417b-5fa3d0f14600/width=450/85523.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U8JQyQ0100?v00E4~8M|0#M|^%WCM|n~WUx[", "type": "image"}, {"id": 85522, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/04d0803f-2c18-4cf3-9121-528a35de4900/width=450/85522.jpeg", "nsfwLevel": 16, "width": 512, "height": 768, "hash": "UMKJ}aIV00f*0yIVV?Rj%3IV~Vxa9aocIURj", "type": "image"}, {"id": 85524, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0215caf2-574c-4d0d-b49f-0ec6be9a2000/width=450/85524.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "UbI}L.9GE2t6~qaet7R*yDoL%2t7-;s;oexu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/8950", "modelId": 7621}
\ No newline at end of file
diff --git a/datasets/metadata/89533.json b/datasets/metadata/89533.json
new file mode 100644
index 0000000000000000000000000000000000000000..49bb6fc0e6fedf4a8db2754025408ed607e6ce7c
--- /dev/null
+++ b/datasets/metadata/89533.json
@@ -0,0 +1 @@
+{"id": 89533, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-05T04:00:07.180Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["SpaceDandyHoney", "BoobiesUniform", "ass_cutout"], "stats": {"downloadCount": 555, "ratingCount": 85, "rating": 5, "thumbsUpCount": 104, "thumbsDownCount": 0}, "files": [{"id": 61535, "sizeKB": 17552.0224609375, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-05T03:50:45.008Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3D5A7E91", "AutoV2": "93E3B9D125", "SHA256": "93E3B9D125D92FFB16CEA40BBF811E3A15CD16D8DA43D98784DAD65D6B9B0D46", "CRC32": "97D6EA0B", "BLAKE3": "1871F6FABB8DC60719962DF04D72BE1BBB4564C807326034EAEDA1A4A43E9CDC"}, "downloadUrl": "https://civitai.com/api/download/models/89533?type=Training%20Data"}, {"id": 61536, "sizeKB": 36981.427734375, "name": "SpaceDandyHoney.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-05T03:50:46.549Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "826F4D68", "AutoV2": "1EA92B8308", "SHA256": "1EA92B8308D1625280E74B02660B59CD6DB7BA5017F796A781D80D1279B7B38A", "CRC32": "FF849F13", "BLAKE3": "B90E9B05DDF4C19763322C162B3718E297C1C8716E6C986C266C55F3C2002E75", "AutoV3": "5DB88182AE48"}, "downloadUrl": "https://civitai.com/api/download/models/89533", "primary": true}], "images": [{"id": 1035679, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f966040c-d154-4625-9939-d5e0e5a5ec90/width=450/1035679.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UNIEO=~q0zNe.Q.7I]NbVDtRX:SQ0#RjxYJ8", "type": "image"}, {"id": 1035682, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/685af933-7e12-4b86-8c3a-bb4ce9f10c75/width=450/1035682.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UVK^8R;J.T-WEg%fM|XTE0SjNHohT0s=RkNd", "type": "image"}, {"id": 1035680, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b88fa4e3-3e18-4bd3-a87a-56572f0a7775/width=450/1035680.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UIN9ORD%00$z}focOvIoL3ny9iWCt1ozD,M{", "type": "image"}, {"id": 1035615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac1c241e-2d10-4cdb-a2da-1156c9013186/width=450/1035615.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UVNSW.4mAJv#~oD*xIS6pKV[I]RkRps.jIw|", "type": "image"}, {"id": 1035616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a87a9818-529a-4c18-b1d5-329f7d7b2602/width=450/1035616.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UJKToa9b0K~V%DbaOaSK9]-rIw%3afo$IV%M", "type": "image"}, {"id": 1035618, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/691cd53b-604a-435e-9a01-8d40f0d65eb0/width=450/1035618.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UUMFIe}v4X;,Eb9hM}tQbtt2S$xWIUskr?w_", "type": "image"}, {"id": 1035619, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/61b846a5-2ca1-4e21-b2e7-49504539d65a/width=450/1035619.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UHNI5Fu*0V}H~A,.r3R.X=K0N5V|I1$_E7%N", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/89533", "modelId": 84230}
\ No newline at end of file
diff --git a/datasets/metadata/89819.json b/datasets/metadata/89819.json
new file mode 100644
index 0000000000000000000000000000000000000000..bdf0bbf36a2bb6cb6049a7f6610ccfae5a010e62
--- /dev/null
+++ b/datasets/metadata/89819.json
@@ -0,0 +1 @@
+{"id": 89819, "index": 2, "name": "10_EAV P Torch 2", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-05T14:44:33.755Z", "availability": "Public", "nsfwLevel": 5, "description": "05:09<00:00, 1.35s/it
", "trainedWords": [], "stats": {"downloadCount": 222, "ratingCount": 7, "rating": 5, "thumbsUpCount": 7, "thumbsDownCount": 0}, "files": [{"id": 61755, "sizeKB": 13270.962890625, "name": "Aya_Kujyou_Final_Gear.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-05T14:52:38.362Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FC8CFA51", "AutoV2": "FACF84E289", "SHA256": "FACF84E289E797020D0790F21F55E9FB665545957A42950FD9DCCF75ACFE7619", "CRC32": "5C3D3797", "BLAKE3": "9594ABC6F7B37298C5DE51A451F985BBBE76101E0108B34C85AD1D88F4A79072"}, "downloadUrl": "https://civitai.com/api/download/models/89819?type=Training%20Data"}, {"id": 61751, "sizeKB": 22239.9970703125, "name": "Aya_Kujyou_Final_Gear-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-05T14:51:09.271Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D9256795", "AutoV2": "5A1A4F8660", "SHA256": "5A1A4F866080FD307C105DC545BD8BA13C552E199028394C0F1EEC2615D27370", "CRC32": "67DBB514", "BLAKE3": "AAD4ADC3200D40362A3B87377DFCF04C2A933F72FCD4811C046FFBB7825E9456", "AutoV3": "830CA8BCFC93"}, "downloadUrl": "https://civitai.com/api/download/models/89819", "primary": true}], "images": [{"id": 1040242, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49286f33-caa0-4156-af48-60f8c3860609/width=450/1040242.jpeg", "nsfwLevel": 4, "width": 768, "height": 1152, "hash": "UOJa=%-4OsRPax^jS%$z%gr;_NWU_3-pMxkD", "type": "image"}, {"id": 1040374, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/14ec6677-a0c8-4751-8626-07c8b7d86b35/width=450/1040374.jpeg", "nsfwLevel": 1, "width": 768, "height": 1152, "hash": "UNK1k10gK,u5OYR5uPE25Xm+K7IUpKs;9a-p", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/89819", "modelId": 84482} \ No newline at end of file diff --git a/datasets/metadata/89823.json b/datasets/metadata/89823.json new file mode 100644 index 0000000000000000000000000000000000000000..5d54409b3f18ecc1f576a6066aca85209bebfcc9 --- /dev/null +++ b/datasets/metadata/89823.json @@ -0,0 +1 @@ +{"id": 89823, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-05T14:51:49.808Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": ["mondaijiasuka", "red dress", "schoolgirl uniform"], "stats": {"downloadCount": 384, "ratingCount": 49, "rating": 5, "thumbsUpCount": 54, "thumbsDownCount": 0}, "files": [{"id": 61758, "sizeKB": 1243639.009765625, "name": "train.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-05T14:57:41.014Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9801052D", "AutoV2": "E6638D11D4", "SHA256": "E6638D11D4DC6559109CF692122022715F590E2CDD868CAE3B982106D3588595", "CRC32": "ACF5BF74", "BLAKE3": "537BA216C00828C2B6D7A0133D6150E2E11523C08FAAB27041A3F170946FD28A"}, "downloadUrl": "https://civitai.com/api/download/models/89823?type=Training%20Data"}, {"id": 61754, "sizeKB": 73845.2919921875, "name": "mondaiji-asuka.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-05T14:52:12.536Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "812FD630", "AutoV2": "A954C6B220", "SHA256": "A954C6B220501530C51C68651A1C3DDFF243A2D961DF0FCC15D64B82EE55F9FE", "CRC32": "52A3F66A", "BLAKE3": "D45D4DBAD9C53EA13961FF008810AD94D5839D17670053B82B69F7F426015F20", "AutoV3": "D170BB084797"}, "downloadUrl": "https://civitai.com/api/download/models/89823", "primary": true}], "images": [{"id": 1040271, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d9548aa-5852-4188-bd7e-0adbec410cb8/width=450/1040271.jpeg", "nsfwLevel": 4, "width": 704, "height": 704, "hash": "UKH.cn}^0^GTB=NfrvRQ.9M}%L?vyZSx9FWZ", "type": "image"}, {"id": 1040272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7a230fd8-53d5-4000-b184-d060755d8b5c/width=450/1040272.jpeg", "nsfwLevel": 1, "width": 704, "height": 704, "hash": "UXJILVD}GjRP*IImxbM{oit6w|X4pIj^M_bb", "type": "image"}, {"id": 1040273, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27408f05-23e2-4441-bb87-95421af99589/width=450/1040273.jpeg", "nsfwLevel": 1, "width": 704, "height": 704, "hash": "UQIhpiNYB~rYLNVs%4E0%jt6=}t7OHI:IUt8", "type": "image"}, {"id": 1040284, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/98c627c3-15aa-4265-88b7-07ea04f9a297/width=450/1040284.jpeg", "nsfwLevel": 1, "width": 704, "height": 704, "hash": "UHHC4I*I1oai5g%g?IWT%1MwxVx[Tt.7-;%f", "type": "image"}, {"id": 1040285, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44afd226-5e48-4bd9-8164-69fbf13b1ea7/width=450/1040285.jpeg", "nsfwLevel": 1, "width": 704, "height": 704, "hash": "UOEgH14WPjrKqBQ;rHXS-oI.$mRjtkRjs;WC", "type": "image"}, {"id": 1040286, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4520ff5-0663-43e0-8d8d-a3184b83f046/width=450/1040286.jpeg", "nsfwLevel": 1, "width": 704, "height": 704, "hash": "UMG05g%iCsouUHtUVGjq%hWJ%ft3p2jfw}t6", "type": "image"}, {"id": 1040290, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e4d9eaef-1109-4f28-a53b-fa9dc720f123/width=450/1040290.jpeg", "nsfwLevel": 1, "width": 704, "height": 704, "hash": "ULI5;^Kg3fi|HD%h-WS$s@%$wb%gTMxJIT%3", "type": "image"}, {"id": 1040287, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89f65001-0e38-426d-a0ef-724fed7a3dff/width=450/1040287.jpeg", "nsfwLevel": 1, "width": 704, "height": 704, "hash": "U9F5{T:L1D0J0]D*=z+$9IX2%3$,_JIDkSXL", "type": "image"}, {"id": 1040295, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f595f160-0aa7-4e7e-97ea-64f8812625c9/width=450/1040295.jpeg", "nsfwLevel": 1, "width": 704, "height": 704, "hash": "U8I=JG011CM,2}?c^Us7?555$9x@*4IF4T%M", "type": "image"}, {"id": 1040299, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/25b6e490-8bf7-4ddc-b0db-eec372b75b70/width=450/1040299.jpeg", "nsfwLevel": 4, "width": 6160, "height": 7138, "hash": "ULJb87_4_3~q%htRjGRko~bEofkBx[WEWEjF", "type": "image"}, {"id": 1040288, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/de2ede74-bdf7-4145-ac73-0a53da595751/width=450/1040288.jpeg", "nsfwLevel": 1, "width": 704, "height": 704, "hash": "UgH:5M%2J4w}.Tt7xvi_OuR*%MRQTdIoRjoz", "type": "image"}, {"id": 1040301, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5e703bb-5773-4d89-929a-177a72dd755d/width=450/1040301.jpeg", "nsfwLevel": 1, "width": 6160, "height": 7138, "hash": "UNHx[|_4_4_3yCkWogado#f*ofoetSWCbIax", "type": "image"}, {"id": 1040289, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/bb89d992-ff15-4df5-8430-55c0ec76bb51/width=450/1040289.jpeg", "nsfwLevel": 1, "width": 704, "height": 704, "hash": "ULHCu]Rp1CSz%#kEt,%Nb4Rn?It9?wj^NGo#", "type": "image"}, {"id": 1040302, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8683e2db-cf58-4161-9b3c-8e63accd4e38/width=450/1040302.jpeg", "nsfwLevel": 1, "width": 6160, "height": 7138, "hash": "UKI}*B_N_3~q-;tRjZRkR.R+ayoftRt7ozof", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/89823", "modelId": 84483} \ No newline at end of file diff --git a/datasets/metadata/90378.json b/datasets/metadata/90378.json new file mode 100644 index 0000000000000000000000000000000000000000..0492f2a89ab6bfefd9c265f886e142ab42e3aa56 --- /dev/null +++ b/datasets/metadata/90378.json @@ -0,0 +1 @@ +{"id": 90378, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-06-06T13:40:26.089Z", "availability": "Public", "nsfwLevel": 1, "description": "First release
", "trainedWords": ["hideri_kanzaki", "green_eyes, apron, bow, gloves, long_hair, bangs, otoko_no_ko, silver_hair, stile_uniform, thighhighs, waist_apron, waitress, white_gloves, white_legwear"], "stats": {"downloadCount": 837, "ratingCount": 124, "rating": 5, "thumbsUpCount": 133, "thumbsDownCount": 0}, "files": [{"id": 62175, "sizeKB": 34932.9111328125, "name": "hideri_kanzaki.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-06T14:16:55.504Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9F238A25", "AutoV2": "E4EBBB24EC", "SHA256": "E4EBBB24EC929B84A3E01164AA7A8573CD7C591016F5162F8BFDD15E92B278B7", "CRC32": "40C2BB35", "BLAKE3": "AE9C75C5A612C9C1937F4A3039AD6C31444AD2BAD82DCB492A4CD56DC1D4F7C0"}, "downloadUrl": "https://civitai.com/api/download/models/90378?type=Training%20Data"}, {"id": 62149, "sizeKB": 18549.462890625, "name": "hideri_kanzaki-05.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-06T13:42:14.009Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "34BE7E9FF8", "SHA256": "34BE7E9FF80AF2CD600ECACEADC9F8D35B3F7B54C11DDFB33BB58CC153FEA3D2", "CRC32": "6C1F3753", "BLAKE3": "EC728835FD9F85A9A720072C3A1CF5E8F79EC48A56F062CB0019B2049CB19B4E", "AutoV3": "C4EC6DE01951"}, "downloadUrl": "https://civitai.com/api/download/models/90378", "primary": true}], "images": [{"id": 1049514, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ffcc27d8-fcba-4fc0-ad0e-5a8699293b9c/width=450/1049514.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "U8IhW]0000Ej}:D+%g%NQ-D*5pv}15MxnSng", "type": "image"}, {"id": 1049513, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/79a57347-5507-40d6-b667-2ee2f267beeb/width=450/1049513.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UCH.H3vi00~o.ODk?bI.8w4p0fIUjWIu4nV?", "type": "image"}, {"id": 1049505, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/09cffdb5-b87f-487e-9ff2-e27af361c9e3/width=450/1049505.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UPI5oOD4MwaK_N#QS~M{tlMxNeRjksofV@Io", "type": "image"}, {"id": 1049517, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70db31f1-5079-4e40-9bfb-ece83961a6d3/width=450/1049517.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UAI5b;Ki00I.~nte56-:#P?t5Ps8Tdx[9Fs+", "type": "image"}, {"id": 1049506, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e3d85732-0cec-4ef8-80a3-abfffc16e2ac/width=450/1049506.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UGJ89M00DhXT~AVsE1?b-5D*9txatRI[s8NG", "type": "image"}, {"id": 1049507, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73cd4363-62d5-433c-a2c3-9bab526e355a/width=450/1049507.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UMH.NQ~qm+baRO?abvRQ-9xaXmRk9at8VsMy", "type": "image"}, {"id": 1049508, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e49feb6-d3cd-47d9-8e67-dde221e74ed3/width=450/1049508.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UQJt^;_NI9EM?tIoM{t7xGozNwj=kXxv%2xt", "type": "image"}, {"id": 1049520, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2154b6c5-d30f-4851-bf9a-48da1e0f6ef9/width=450/1049520.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UKIq}s01I8%M~nIDo{n+-U9aOXogD+D%xaWY", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/90378", "modelId": 85027} \ No newline at end of file diff --git a/datasets/metadata/90392.json b/datasets/metadata/90392.json new file mode 100644 index 0000000000000000000000000000000000000000..0cdbddddb3546c33f045ab5c6763e2d0ca17299b --- /dev/null +++ b/datasets/metadata/90392.json @@ -0,0 +1 @@ +{"id": 90392, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-06T14:08:34.654Z", "availability": "Public", "nsfwLevel": 28, "description": null, "trainedWords": ["KodachiKunou", "StHeberekeUniform", "KodachiGreenLeotard", "KodachiPinkLeotard", "KodachiCasualOutfit", "KodachiGoldenBikini"], "stats": {"downloadCount": 922, "ratingCount": 137, "rating": 5, "thumbsUpCount": 166, "thumbsDownCount": 0}, "files": [{"id": 62161, "sizeKB": 36986.5908203125, "name": "KodachiKunou.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-06T13:56:37.684Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "7CCFD2B4", "AutoV2": "76DD503589", "SHA256": "76DD503589F6224249D3FDDE7539977EDCD6F031D18353B7647B16E3FF67B1AB", "CRC32": "F197FD1B", "BLAKE3": "2E61F6BC4040FEC34D67632813CB08B9F43AFDE761B549D20F595B88EECF4AC8", "AutoV3": "B2F57040AA79"}, "downloadUrl": "https://civitai.com/api/download/models/90392", "primary": true}, {"id": 62160, "sizeKB": 24156.3515625, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-06T13:56:41.773Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "91EF8266", "AutoV2": "7FEE55D0A2", "SHA256": "7FEE55D0A23539B8436C7AC7C20B57FE079C837688703B4A347072ACE23C8B6D", "CRC32": "4103D46E", "BLAKE3": "493897F937DAFCC3A716EB988F0F00B662D9BDC43CD03FC91C7C2A28637F28E5"}, "downloadUrl": "https://civitai.com/api/download/models/90392?type=Training%20Data"}], "images": [{"id": 1049811, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/76dd4983-c37f-49e0-98d8-f3fd3d64d5b4/width=450/1049811.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UaJ%|I~W%goz%Mt7xuxt9YRjxatQt7azxat7", "type": "image"}, {"id": 1049812, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55c60930-d487-477f-9f73-78c6336aaa18/width=450/1049812.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "USIXT=01~VM|~VxXR*jZxZxtWAR*%Lf6xts:", "type": "image"}, {"id": 1049821, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08cd5513-f04c-4841-9e37-2d4a7499ae1b/width=450/1049821.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UYJHg#~q_3xu?b%Mbvof9ZWXs;fkxaaexZt6", "type": "image"}, {"id": 1049831, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dd63f072-4d28-4ead-b978-4511869f3977/width=450/1049831.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "USJ@zi9GXUNb_MWZ=|M|Ioxu%1IU^kjZOANG", "type": "image"}, {"id": 1049830, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f72c7616-d82f-47db-bd2c-4faf2421d37e/width=450/1049830.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UhIX{p^+_4s;?bxabHWBwOofbZWojckCt6s:", "type": "image"}, {"id": 1049834, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/012fffdc-a88e-4fa4-85de-fc9474c23649/width=450/1049834.jpeg", "nsfwLevel": 8, "width": 512, "height": 1024, "hash": "UVO_=U~i-e-pAB%J%LWCRismMzMz%LRkr=t7", "type": "image"}, {"id": 1049835, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f61029c1-51b2-47e7-8874-d8cd2673bce9/width=450/1049835.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "ULK^Eb_32[~qpd^+^+V@.Ps:VZt6XRWB%1%M", "type": "image"}, {"id": 1049909, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/222b89a1-96e7-4a51-94de-cace5d5fcfe7/width=450/1049909.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UJIzn~~U?sS0_MNHrqso8^Rkt7t7IBbI%gxE", "type": "image"}, {"id": 1049904, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/30825514-2ed0-48dc-a850-b8a266626fd8/width=450/1049904.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UKIN{,4.%fR4~Vxaoyso00s,?Ht8t8oz-ptR", "type": "image"}, {"id": 1049905, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/005c2678-6b3f-47eb-9ecf-8428c4e17f92/width=450/1049905.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UdL3u{~W.7o}%#x]s.xGDiRjxakCtRRjxtxu", "type": "image"}, {"id": 1049856, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5d82cada-3897-4cd8-9bcf-fa4449f78140/width=450/1049856.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "ULK^gJ~W1j%M.9?H?HX9AIbc-n%1-pWBaK%L", "type": "image"}, {"id": 1049858, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a39d6f89-0495-4ceb-a040-7f5493df0bab/width=450/1049858.jpeg", "nsfwLevel": 4, "width": 512, "height": 1024, "hash": "UfKd3*M|Jooz~qV[%Mj]OER*-oj[s.ayjrxa", "type": "image"}, {"id": 1049920, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/12ceb690-8c3d-4a77-b962-1e2523c5c3ec/width=450/1049920.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UEI4qv~B~V%L~WM|S0S100Rk%2M{IUxu-VxF", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/90392", "modelId": 85045} \ No newline at end of file diff --git a/datasets/metadata/90527.json b/datasets/metadata/90527.json new file mode 100644 index 0000000000000000000000000000000000000000..adbb817d80b1409f45744a796059ce407dbb039d --- /dev/null +++ b/datasets/metadata/90527.json @@ -0,0 +1 @@ +{"id": 90527, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-06T19:34:06.000Z", "availability": "Public", "nsfwLevel": 3, "description": "Initial release.
", "trainedWords": ["aranea highwind", "long hair", "silver hair", "green eyes", "armor", "pauldrons", "shoulder armor", "gauntlets", "midriff", "cleavage"], "stats": {"downloadCount": 820, "ratingCount": 83, "rating": 5, "thumbsUpCount": 87, "thumbsDownCount": 0}, "files": [{"id": 62264, "sizeKB": 36981.5810546875, "name": "ffxv_araneahighwind-10.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-07T17:46:30.431Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "96406817", "AutoV2": "E5B98EBA64", "SHA256": "E5B98EBA64AA1481C32DE348354412412A1A199B11F19E25AA2410E22961DC77", "CRC32": "66E87239", "BLAKE3": "8EEF3C8943AED84AAF12556BAB6DE195BA33B6C1E2D5CA3F3F2838BF4B4984D9", "AutoV3": "446556673D00"}, "downloadUrl": "https://civitai.com/api/download/models/90527", "primary": true}, {"id": 62265, "sizeKB": 51258.5576171875, "name": "ffxv_araneahighwind.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-06T17:41:20.410Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7BECC901", "AutoV2": "4DCBDE32AF", "SHA256": "4DCBDE32AF893AE9DB92AF76046328EB055C018CEF242D2EF4BFDE1C10DD9DA7", "CRC32": "F75B18D3", "BLAKE3": "20DE50A7BA7F82781FFE4991694AF4A1A58DDDEEB693A6F6A1BFDF4974BC24EF"}, "downloadUrl": "https://civitai.com/api/download/models/90527?type=Training%20Data"}], "images": [{"id": 1052329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7b44258b-42c0-4396-9a1f-a76b56994625/width=450/1052329.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHI5DB0K%h~W?b-:tRNHe-RjD%M{?bWBD%t7", "type": "image"}, {"id": 1052350, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b9e14a3b-7504-46b1-ae85-f0f6f4cab616/width=450/1052350.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UMHUtb~p-:RPM{-:%M%gWBRk4oRPV@M{s-M{", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/90527", "modelId": 85175} \ No newline at end of file diff --git a/datasets/metadata/9075.json b/datasets/metadata/9075.json new file mode 100644 index 0000000000000000000000000000000000000000..d9ceba87777478871a29255927089c8ed8fb7d74 --- /dev/null +++ b/datasets/metadata/9075.json @@ -0,0 +1 @@ +{"id": 9075, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-02-09T22:48:20.789Z", "availability": "Public", "nsfwLevel": 1, "description": "SHIT POST QUALITY, IMPROVEMENTS IN FUTURE
Notes
Keeps trying to give him hair, and there is a LOT of tentacles
Info
Trained with AbyssOrangeMix2 (SFW)
Image Set: 10
Training Resolution: 512x512
24_EAV P
", "trainedWords": [], "stats": {"downloadCount": 506, "ratingCount": 97, "rating": 5, "thumbsUpCount": 98, "thumbsDownCount": 0}, "files": [{"id": 62789, "sizeKB": 22231.818359375, "name": "Hitch_Dreyse_AOT-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-07T17:51:22.188Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "D99B754F", "AutoV2": "3113A30194", "SHA256": "3113A30194D4281F90B0C924BD88146CFA2306774D3306637DF27D0C184B9679", "CRC32": "6CA1739A", "BLAKE3": "3D2ACDC369004A9273B8FE621781A66B5E898D5D4F6DDD6EB9B7DA719C85836D", "AutoV3": "D9A3603003AF"}, "downloadUrl": "https://civitai.com/api/download/models/91196", "primary": true}, {"id": 62797, "sizeKB": 5025.9755859375, "name": "Hitch_Dreyse_AOT.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-07T18:00:53.906Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "9620CB87", "AutoV2": "91DEBAA72C", "SHA256": "91DEBAA72C55EE94B42856F585740297A3D4237F425F4B23ACAFF4F359B9301F", "CRC32": "23E932FA", "BLAKE3": "D3778C4BEDCD5BD875EA8A6C0C0748C7CC42AEF0267AF90579D017F1406465FC"}, "downloadUrl": "https://civitai.com/api/download/models/91196?type=Training%20Data"}], "images": [{"id": 1064091, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aa2e63b4-8bfc-41c6-810f-54599d3a65a6/width=450/1064091.jpeg", "nsfwLevel": 16, "width": 1024, "height": 1536, "hash": "UHIEU#9a00%K~oxZ9Z%f?Y9Z?bt8.8s:IUog", "type": "image"}, {"id": 1064141, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3a882bca-cc26-4274-ab71-1c7a80469ff9/width=450/1064141.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UAH_Vr0100^%ynVv4oIp9W9G?wIU^}IotSR%", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/91196", "modelId": 85757} \ No newline at end of file diff --git a/datasets/metadata/91313.json b/datasets/metadata/91313.json new file mode 100644 index 0000000000000000000000000000000000000000..cf8ad788d394ac7ba17fbfe4ad94e7f85ebc9c17 --- /dev/null +++ b/datasets/metadata/91313.json @@ -0,0 +1 @@ +{"id": 91313, "index": 0, "name": "v5.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-07T22:27:44.333Z", "availability": "Public", "nsfwLevel": 7, "description": "40 images\n10 repeats \n6 epochs\n2400 steps (batch size:1)\nscheduler: cosine\nText encoder learning rate: 1e-5 \nUnet learning rate: 0.001
", "trainedWords": ["LeTerribleDefault", "LeTerribleSwimsuit", "one_eye_covered", "flower_eyepatch", "eyepatch"], "stats": {"downloadCount": 711, "ratingCount": 124, "rating": 5, "thumbsUpCount": 133, "thumbsDownCount": 0}, "files": [{"id": 62885, "sizeKB": 9337.9931640625, "name": "Le_Terrible_D8_V5_e6.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-07T22:11:02.180Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "37C49C0D", "AutoV2": "2DDF46D17C", "SHA256": "2DDF46D17CA2C23CCEDE38A392081ED430B90192B385A12C2935183AAC7ABD47", "CRC32": "8FF9D632", "BLAKE3": "021121939533606A8AFB1C4D89E026C6E4AB76960CD4106BF446BC26EDB3606E", "AutoV3": "DCFE124AD794"}, "downloadUrl": "https://civitai.com/api/download/models/91313", "primary": true}, {"id": 62886, "sizeKB": 15067.3984375, "name": "LeTerribleV5.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-07T22:11:12.958Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "08295CB8", "AutoV2": "DAAD6F4B0E", "SHA256": "DAAD6F4B0E52CDC0F04147E27B1B61260C2C583C812D40A4C79F290A41EA5463", "CRC32": "AD2262F5", "BLAKE3": "CF7BD71E49F7780C82D3B41AF520301EEEC982345EAA42C11530AE149B63EB7A"}, "downloadUrl": "https://civitai.com/api/download/models/91313?type=Training%20Data"}], "images": [{"id": 1066110, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/17c29bef-bc22-4051-88a0-24f43456b432/width=450/1066110.jpeg", "nsfwLevel": 1, "width": 704, "height": 960, "hash": "UNLEB4IA0xD%~pMw%hxZ_3-;xut6~po#s+IU", "type": "image"}, {"id": 1066050, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00ba1aea-c267-471d-8ac7-390e18869e4b/width=450/1066050.jpeg", "nsfwLevel": 2, "width": 704, "height": 960, "hash": "UCK1at0N0L=r.S9Z?v$fpy-=Iu9Z17IU-oxC", "type": "image"}, {"id": 1066053, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2b87788-3d52-407a-9108-21f0d94b31d7/width=450/1066053.jpeg", "nsfwLevel": 2, "width": 704, "height": 960, "hash": "UHJtYs?H000M_2JC-qf+tRxZkro#~W?HV?xb", "type": "image"}, {"id": 1066054, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/16db4db2-5e59-411c-a77f-f5f3af5536c1/width=450/1066054.jpeg", "nsfwLevel": 1, "width": 704, "height": 960, "hash": "UiJto5~VE1IoRixaofIoSPRjWXbIXTf+oJNG", "type": "image"}, {"id": 1066057, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06ae480f-8c67-46ff-a71f-01c9a9642c92/width=450/1066057.jpeg", "nsfwLevel": 4, "width": 704, "height": 960, "hash": "UFKA~RD40L~q~V-XIp0,56?a%LJ:JT9Z0#S0", "type": "image"}, {"id": 1066111, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7208121d-48b2-445d-9abd-709db66a17a6/width=450/1066111.jpeg", "nsfwLevel": 4, "width": 704, "height": 960, "hash": "U9J*-mrW1Q108.}mJD0g01F|^k9x4WI]OtIU", "type": "image"}, {"id": 1066055, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af7cb50a-1973-4fc3-825c-11cf52838576/width=450/1066055.jpeg", "nsfwLevel": 4, "width": 704, "height": 960, "hash": "UILNY^Z|0L}?04ESOs${Q+s*RkNfnPVsnMx[", "type": "image"}, {"id": 1066056, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8ff156d0-94dc-4f01-9223-586926cf843a/width=450/1066056.jpeg", "nsfwLevel": 4, "width": 704, "height": 960, "hash": "UGLX0xi@0K}=039xT1-hMbt3M|NNj0RPi]x[", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/91313", "modelId": 85889}
\ No newline at end of file
diff --git a/datasets/metadata/9132.json b/datasets/metadata/9132.json
new file mode 100644
index 0000000000000000000000000000000000000000..c9280d6d634042e9a4386333367124badd8260f9
--- /dev/null
+++ b/datasets/metadata/9132.json
@@ -0,0 +1 @@
+{"id": 9132, "index": 0, "name": "v2.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-02-10T03:15:03.947Z", "availability": "Public", "nsfwLevel": 1, "description": "Notes
Replicates intended style much better than the first attempt
Defaults to a specific hairstyle for women (swept bangs) if not described because of prevalence in training dataset.
Works best at a variety of strengths, anywhere from 0.5-1.0 depending on epoch
Info
Trained with AbyssOrangeMix2 (SFW)
Image Set: 10
Training Resolution: 512x512
Notes
Replicates the general artstyle of the game
Recommended strength 0.5-0.9
Sometimes does unwanted group shots, just prompt against and it will dissapear
Info
Trained with Anything v4.5
Image Set: 10
Training Resolution: 512x512
Initial release
", "trainedWords": ["scp096"], "stats": {"downloadCount": 369, "ratingCount": 37, "rating": 4.95, "thumbsUpCount": 40, "thumbsDownCount": 0}, "files": [{"id": 63563, "sizeKB": 18559.275390625, "name": "scp096-12.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-09T06:06:28.404Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DE2F2560", "AutoV2": "A92E208246", "SHA256": "A92E20824666F20861C789126570A87417DFE98D38819684936869E00FD03E7D", "CRC32": "18558234", "BLAKE3": "ACB460FFD1515FB8424FC5F4D7661DF78AE07159D061D3958BF485AE3DE92DD4", "AutoV3": "15BD454F3A2B"}, "downloadUrl": "https://civitai.com/api/download/models/92185", "primary": true}, {"id": 63569, "sizeKB": 32064.8271484375, "name": "scp096.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-09T06:21:21.275Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "7F1A315D", "AutoV2": "48ED29B050", "SHA256": "48ED29B05076D6D5D80478F4C3B28A5E0B77FC78EC767E8D7EB1E732394DD249", "CRC32": "C498BBEE", "BLAKE3": "9E353647E2C6265F55DBD18B06984854F6E18C724312A1906D73BA2F5316A436"}, "downloadUrl": "https://civitai.com/api/download/models/92185?type=Training%20Data"}], "images": [{"id": 1080734, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/54b560ff-e1b1-421a-b50a-540b329ad9df/width=450/1080734.jpeg", "nsfwLevel": 8, "width": 512, "height": 768, "hash": "U69QX8%1R%xt~qV@t6%2IqIUog%Mt8IUs;%M", "type": "image"}, {"id": 1080739, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb0dfe29-4c40-426b-a5bd-a715e6bbc98f/width=450/1080739.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U197R%~W004new?a9F9G00s:%3D*9Y01D+t6", "type": "image"}, {"id": 1080735, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6b32098-3da7-4275-8c36-8c004b603fed/width=450/1080735.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UICGDL-pM{NG~qt7Rjj[?bR*f6xt-;j[s:of", "type": "image"}, {"id": 1080736, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c76d856-eab7-4622-9a73-c394d41ba31d/width=450/1080736.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U59G,QIV9Z%L~qM{IUt6xvRjRjax^+a{xtj[", "type": "image"}, {"id": 1080738, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/99654cb0-e758-4eda-9864-6839b0fa129e/width=450/1080738.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U49%kt~Wt2aw^,?axtoJ57-pR+a#SexuRjWC", "type": "image"}, {"id": 1080741, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/796cce28-b558-45b3-948d-418453f121cd/width=450/1080741.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U38gd7~W0KD%-r-pM{j?9ZWBM|%2E1IVRj%L", "type": "image"}, {"id": 1080740, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3554d7d3-9c05-4067-9061-49afd8102f32/width=450/1080740.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U29jZJIU00^*^,D*sQ-:019HR:NH9sD*NaIp", "type": "image"}, {"id": 1080737, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a3afa8e5-31bc-4d14-a106-d8bb8fbb3fdd/width=450/1080737.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U39Z[rIo4n~VsrM{IU%200NGbbWUEKWBE2R*", "type": "image"}, {"id": 1080777, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0e39a46c-b731-4e19-9c8a-5397049cc833/width=450/1080777.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U6I=7C-p00%M00?aM{D*%%IoRPxu00D*n%M{", "type": "image"}, {"id": 1080778, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ccbc083e-2b20-473e-8d2f-5914887c1be0/width=450/1080778.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UAKw@C_49t%M00%Moej[%ND%Rjt801t8V[M{", "type": "image"}, {"id": 1080782, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a33766c2-4b83-494b-885c-7bce03803d04/width=450/1080782.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UFHLVnX9?c~W.TNGE2ae9ws:IUIUtSa}IU%f", "type": "image"}, {"id": 1080779, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/94749d74-1c5e-4366-ad11-ee24dfa15bcc/width=450/1080779.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UDJH:h%g_2t701WXRiof?w?bD%xuNfM{RPWV", "type": "image"}, {"id": 1080776, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1a52139-db94-4ec9-8637-f5aba7de95c0/width=450/1080776.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UCJ*n~?bx]o#00kCM{s.0fD%IAoe_4-:%2Rj", "type": "image"}, {"id": 1080780, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/846bdd55-93d4-412e-80f8-f051c041671d/width=450/1080780.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "U7KUG}?bXm~p00?bocIo00IUIAof00004nM_", "type": "image"}, {"id": 1080781, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3a96065-30c0-4d1a-aac9-b787dfa87a7f/width=450/1080781.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UBKUQN-p~q%M004o%LR-00?H4nRk%h?bD%Rj", "type": "image"}, {"id": 1080783, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91bf7359-1f98-44c7-b468-c834345e7449/width=450/1080783.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UVGR}2t7WBRj00RjWAWB~qofoet7bba}s:jt", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/92185", "modelId": 86674} \ No newline at end of file diff --git a/datasets/metadata/92188.json b/datasets/metadata/92188.json new file mode 100644 index 0000000000000000000000000000000000000000..dc96e6a0b450db25c7a2cdd4ca59c34233f331e3 --- /dev/null +++ b/datasets/metadata/92188.json @@ -0,0 +1 @@ +{"id": 92188, "index": 1, "name": "v2.0 100_EAV P", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-09T06:08:41.260Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": [], "stats": {"downloadCount": 1280, "ratingCount": 159, "rating": 5, "thumbsUpCount": 183, "thumbsDownCount": 0}, "files": [{"id": 63564, "sizeKB": 22233.41796875, "name": "Shiramine_Kuou_Angel_Academy-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-09T06:11:22.008Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6896D9C2", "AutoV2": "6ABB69A3D1", "SHA256": "6ABB69A3D12A976F1ED43A106BD54D87C4C294898931B1CAC7C4C8F4C4C1387A", "CRC32": "14F2103D", "BLAKE3": "DDB211D7712BDAF7EDE515D615BF4BEBE48937D2DBC9689A6470B7AD96783327", "AutoV3": "F4FCF762C662"}, "downloadUrl": "https://civitai.com/api/download/models/92188", "primary": true}, {"id": 63565, "sizeKB": 6817.3349609375, "name": "Shiramine_Kuou_Angel_Academy.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-09T06:16:25.930Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "490DBA48", "AutoV2": "1E7B7A7C9B", "SHA256": "1E7B7A7C9B793F7A4683A63AAB6D28EB0F0E3925DBF7AC60EA3DF6D8BFB5AF46", "CRC32": "D1FB176C", "BLAKE3": "1D4590472E219645427FB0F055AAE70D8C1480DAC148D1B08F8A641E6D86FC73"}, "downloadUrl": "https://civitai.com/api/download/models/92188?type=Training%20Data"}], "images": [{"id": 2683706, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a799da45-abfe-462d-927c-d2f8fba6c753/width=450/2683706.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UHMtN^_3%$IU00WB_N4nOZ00-BE1_NM{RPWC", "type": "image"}, {"id": 1080770, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a12125a1-fd00-4026-93f6-74356a5edda7/width=450/1080770.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UiL4W*oz-;%M_NMxt7%MD%fOxuxuayogoeWB", "type": "image"}, {"id": 1080774, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9051cd5c-1f61-4bd4-beef-8bc87f030f82/width=450/1080774.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UYL4NejsI:E1?wM{%2n$emoKR.ozM{kCxuaz", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/92188", "modelId": 85452} \ No newline at end of file diff --git a/datasets/metadata/92191.json b/datasets/metadata/92191.json new file mode 100644 index 0000000000000000000000000000000000000000..cae5bc8d67bc8204cc71bc8eab003aa7ccd3926b --- /dev/null +++ b/datasets/metadata/92191.json @@ -0,0 +1 @@ +{"id": 92191, "index": 0, "name": "v2.0 100_EAV P", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-09T06:16:23.718Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 792, "ratingCount": 84, "rating": 5, "thumbsUpCount": 101, "thumbsDownCount": 0}, "files": [{"id": 63567, "sizeKB": 22233.287109375, "name": "Nanakas_Paradise-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-09T06:21:12.869Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "FF66BCA5", "AutoV2": "5B10441E9B", "SHA256": "5B10441E9B74B94F32AA1C27029C5D0915816F1158BC66AC07EA39F48763E6AD", "CRC32": "752B92DB", "BLAKE3": "4273155DAF9D9F8AADB1E29751658AB5F2AEDC94F721242C9538B92E8ED1C600", "AutoV3": "C7403DDF5E5E"}, "downloadUrl": "https://civitai.com/api/download/models/92191", "primary": true}, {"id": 63572, "sizeKB": 5355.994140625, "name": "Nanakas_Paradise.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-09T06:21:37.983Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2767D5D4", "AutoV2": "09DA8D435D", "SHA256": "09DA8D435D5B378EBDED29B31D171A13094D828D92DC32F188F9871ADB8B47DA", "CRC32": "39A20B46", "BLAKE3": "96F41769DAF528DAEC0B4CB3AD91E043B76E0663C81C0F8A3F5EF02ED8229285"}, "downloadUrl": "https://civitai.com/api/download/models/92191?type=Training%20Data"}], "images": [{"id": 2683441, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7150ef1c-0c4c-4bb2-be88-aa032f48c3a0/width=450/2683441.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UmNd2axu?^kCxZWBtRofx]ayxGt7x]t7s:Rj", "type": "image"}, {"id": 1081034, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/89e68ad3-4a5b-48f2-af3c-10f95b55de37/width=450/1081034.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBI}Fq00x=a1.84nlA9FIS-o~WIV-=IU9Fxu", "type": "image"}, {"id": 1080795, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/920c9eff-6407-4e7b-a717-c7f95a7d8264/width=450/1080795.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UHI#AU4TI-%NtmI9x]x]~prr^+I:K6D%WUt6", "type": "image"}, {"id": 1080844, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c17ba242-5efe-4597-a645-c03c15ea1441/width=450/1080844.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "U8JQ+l00S]E2Kjrr_Nx]~pa0~WD*yYW9$R-o", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/92191", "modelId": 85481} \ No newline at end of file diff --git a/datasets/metadata/92197.json b/datasets/metadata/92197.json new file mode 100644 index 0000000000000000000000000000000000000000..ccf30688942f29a49ae4500bc5c471751419cb5b --- /dev/null +++ b/datasets/metadata/92197.json @@ -0,0 +1 @@ +{"id": 92197, "index": 0, "name": "v2.0 100_EAV P", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-09T06:22:55.943Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 2457, "ratingCount": 228, "rating": 5, "thumbsUpCount": 297, "thumbsDownCount": 0}, "files": [{"id": 63574, "sizeKB": 22233.7275390625, "name": "Historia_Reiss_AOT-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-09T06:26:10.233Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "20E5B5CD", "AutoV2": "372FFF926A", "SHA256": "372FFF926AF7FE5E2B716E5F4352391753DB2C31292F934C9279DCCD9CD39142", "CRC32": "F363FC8A", "BLAKE3": "538E96F17128CAF8368DAF2B7A8F2FFF1488547AA2445366B398A2128C190C0C", "AutoV3": "F804648F93C7"}, "downloadUrl": "https://civitai.com/api/download/models/92197", "primary": true}, {"id": 63575, "sizeKB": 6793.904296875, "name": "Historia_Reiss_AOT.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-09T06:26:15.556Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "2D29EDE0", "AutoV2": "1AE2554DCF", "SHA256": "1AE2554DCF03F84FD0AED45B8DC9D89EAA0660A6BB54DB82414AAF2AC0AF173A", "CRC32": "3DDFA665", "BLAKE3": "4E67F1918D028BB50E5ACCBDC461AEF971DE682F2DBA668AAAEF35F86BAE183C"}, "downloadUrl": "https://civitai.com/api/download/models/92197?type=Training%20Data"}], "images": [{"id": 2683485, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/00cefe35-62a0-4a39-9eec-5c4281a1fe7c/width=450/2683485.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZLWnrRQ4.WB-pM{S%az~qWBD%R*x[R*$%WB", "type": "image"}, {"id": 1080877, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5ec5b64f-44c3-4ac8-bd36-efc60521524b/width=450/1080877.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQJtr2~VE0tQt1j[E1E1-.j=NH%M%fxt?Gay", "type": "image"}, {"id": 1080898, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc8c11aa-9bcb-4d73-aa00-7f01cebd5b02/width=450/1080898.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UFI}R:s;NWVtS|9Z00^+-qM_RWEM~nMy?FR:", "type": "image"}, {"id": 1088613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49bebe07-1895-4d81-8411-67ae0749e748/width=450/1088613.jpeg", "nsfwLevel": 2, "width": 341, "height": 512, "hash": "UOJtk.~VInoe$|j]9tD*-nWBX9%L-:%2-oRj", "type": "video"}], "downloadUrl": "https://civitai.com/api/download/models/92197", "modelId": 85735} \ No newline at end of file diff --git a/datasets/metadata/92208.json b/datasets/metadata/92208.json new file mode 100644 index 0000000000000000000000000000000000000000..c3cc021238888b6e54b4d6e6f0309f42318aa914 --- /dev/null +++ b/datasets/metadata/92208.json @@ -0,0 +1 @@ +{"id": 92208, "index": 0, "name": "v2.0 100_EAV P", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-09T06:48:45.217Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 1122, "ratingCount": 150, "rating": 5, "thumbsUpCount": 174, "thumbsDownCount": 0}, "files": [{"id": 63580, "sizeKB": 22231.826171875, "name": "Hitch_Dreyse_AOT-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-09T06:51:04.656Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "20821AE6", "AutoV2": "4265F71381", "SHA256": "4265F71381E315E594517198A6FA72CB0627129306A7F124425E5351A76B87D0", "CRC32": "59313CC8", "BLAKE3": "78BFA81E17E0EA7E298CE1199FAEFF5DEE4241C96DDBA16FB6298E59289723F7", "AutoV3": "7971494C3082"}, "downloadUrl": "https://civitai.com/api/download/models/92208", "primary": true}, {"id": 63582, "sizeKB": 5026.0556640625, "name": "Hitch_Dreyse_AOT.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-09T06:51:17.317Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "B1E7FE1A", "AutoV2": "DAE238A658", "SHA256": "DAE238A6584D7FC7E3ED906F7BA37EE17F6F4B7FF9632DCD81241EE9810315CC", "CRC32": "95D1136F", "BLAKE3": "C3BE1BCBDFCCC3D989443E494F75B42E9AA222D7A2B1BC190D0D6FD6F413E851"}, "downloadUrl": "https://civitai.com/api/download/models/92208?type=Training%20Data"}], "images": [{"id": 2683360, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/77fd6adb-11c3-4eaf-b2cc-762233125efb/width=450/2683360.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UZLgCL~WEM%3DiozNfRkbcIoD*V@tRayRPWA", "type": "image"}, {"id": 1080963, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f2c465f-9846-47b8-b528-38c5629c78e5/width=450/1080963.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBIXNu00009Fk=IURmIUH=D%_4IpIoNGIqkD", "type": "image"}, {"id": 1080962, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b355c526-492f-4f4a-a008-399ef6640698/width=450/1080962.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UBIEOm}?00?H58%J-q-:t1%3o~4.RONG?bso", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/92208", "modelId": 85757} \ No newline at end of file diff --git a/datasets/metadata/92216.json b/datasets/metadata/92216.json new file mode 100644 index 0000000000000000000000000000000000000000..b85360567a9d4a6ca7e3d3a57ebf1e392e3bd06f --- /dev/null +++ b/datasets/metadata/92216.json @@ -0,0 +1 @@ +{"id": 92216, "index": 1, "name": "v2.0 100_EAV P", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-09T06:52:24.189Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 1415, "ratingCount": 187, "rating": 5, "thumbsUpCount": 245, "thumbsDownCount": 0}, "files": [{"id": 63584, "sizeKB": 22233.888671875, "name": "Shera_L_Greenwood-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-09T06:56:11.482Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "0506C9E0", "AutoV2": "76C9DA0D0F", "SHA256": "76C9DA0D0F0DA930300D9597D085C04AD9D7B7D03CF3BDC7C6CD6104D5A47D4A", "CRC32": "CA34036E", "BLAKE3": "33FAE62C2C48049B7C03C5AE936164C9DBA9BE27EC1CFCD2C608C4C93A863C71", "AutoV3": "549818A6A86F"}, "downloadUrl": "https://civitai.com/api/download/models/92216", "primary": true}, {"id": 63586, "sizeKB": 7642.943359375, "name": "Shera_L_Greenwood.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-09T06:56:13.947Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "A01BB6A7", "AutoV2": "B820E5A5FD", "SHA256": "B820E5A5FD981DA58B9601B6F3351344096F1476F019E9BFB896BD61C8269669", "CRC32": "E9258D78", "BLAKE3": "2683960C57C2E7A2865145AF099F7D71C69FE0B5BB935DDC83A3AB3C1EE65560"}, "downloadUrl": "https://civitai.com/api/download/models/92216?type=Training%20Data"}], "images": [{"id": 2683068, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5eab7343-fcc8-4e94-821c-3759d9b88b73/width=450/2683068.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UbL41h~V58%2aLxuWGoMNFM|M|WBtPa_bEax", "type": "image"}, {"id": 2105832, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce5c8970-e9ad-465f-8395-a2e6430250be/width=450/2105832.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULKTrH~90LrWrcxDIaa0E0S%IVoz$_tRWTbc", "type": "image"}, {"id": 1080987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ede15691-3fb1-45c6-8471-2b9631471e2e/width=450/1080987.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEKdPFDR00%gxuIU0g%gIoI:rwoh~osEEKR%", "type": "image"}, {"id": 1080986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46b91174-f30e-4661-8e22-6d00e3960480/width=450/1080986.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UDK1XD_100#r9[Mz01xt4VV{v;NE??i~Mw%K", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/92216", "modelId": 86192} \ No newline at end of file diff --git a/datasets/metadata/92368.json b/datasets/metadata/92368.json new file mode 100644 index 0000000000000000000000000000000000000000..940e6e5ea36c02235ccb74065e898c34d605f675 --- /dev/null +++ b/datasets/metadata/92368.json @@ -0,0 +1 @@ +{"id": 92368, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-09T12:09:57.787Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["mondaiji-leticia"], "stats": {"downloadCount": 420, "ratingCount": 51, "rating": 5, "thumbsUpCount": 62, "thumbsDownCount": 0}, "files": [{"id": 63701, "sizeKB": 73843.6435546875, "name": "mondaiji-leticia.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-09T12:10:49.787Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "DC42CD01", "AutoV2": "D35438021D", "SHA256": "D35438021D68F7DB56A3EA0D74CDD7ED280333F5B957FF849EAEE7EF81B4208E", "CRC32": "B98AD446", "BLAKE3": "8C274D632179F1D49CF9AA2DC35BF7B66E403FB0A8C418EC0A1E6CABDDF2302C", "AutoV3": "5027088CA72E"}, "downloadUrl": "https://civitai.com/api/download/models/92368", "primary": true}, {"id": 63703, "sizeKB": 405677.5810546875, "name": "mondaiji-leticia.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-09T12:10:52.145Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "0CD01909", "AutoV2": "6B674CCB93", "SHA256": "6B674CCB93A27A0C844528D5F665661241CBAB2047C5297ECAAB08C31BEA1418", "CRC32": "B0D44D77", "BLAKE3": "E5DF92A90B7268C999C8A9AA7F002D9C4D4BA9B7D3649BAE514E1288A29AE6D4"}, "downloadUrl": "https://civitai.com/api/download/models/92368?type=Training%20Data"}], "images": [{"id": 1083617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da77e34e-15c1-47d7-aa8f-5356ec64834f/width=450/1083617.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UHHUzlt800ax~Xt79ZWA%~fmM_oJKjkCMxfh", "type": "image"}, {"id": 1083620, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4d2c036b-25b7-48ce-af88-e24379fc9ed0/width=450/1083620.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UJMZ{?pH0$RiTOxb%Qxa16r?00kCrVV?ROoz", "type": "image"}, {"id": 1083622, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/282d75d8-baa3-428b-bb79-d0eee9e9364e/width=450/1083622.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UKMj%CVr00=]BXE0O]t5%7R.rf?Gk?%NtMxY", "type": "image"}, {"id": 1083621, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f48aaaf2-1a4d-44a2-beae-771e904ef072/width=450/1083621.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "URKdYwMx00~p9Y4.-=xZO@D*rrxtxas9xag4", "type": "image"}, {"id": 1083638, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9eab9465-e592-46f2-b367-af019123de50/width=450/1083638.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UEMH3}^s00011,^~t-4:03={~XR;?JXoMe%3", "type": "image"}, {"id": 1083640, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82e0857b-8ba4-4d5d-af06-3c093824a6db/width=450/1083640.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "URKeAo-;9FGa?dx[?HtmEOE1={nPS~xtr;jE", "type": "image"}, {"id": 1083645, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/995088e1-134d-4a5f-b634-54cd9387cc02/width=450/1083645.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UHI;|$~p0y5UIu~XXBI[4.4.^lt6Na?aaJNG", "type": "image"}, {"id": 1083649, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1a52375-897c-4e75-9404-4d12dcd49f9d/width=450/1083649.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UCIy@9}=JB0LpHu4t7z=kq%f$#K51H^6-oE1", "type": "image"}, {"id": 1083647, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/580ffb09-1fff-4a56-8391-c9d81df5a66b/width=450/1083647.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UKIqAo%2025Yb|X7tS9Gu6Rh-UbcxvD$wukB", "type": "image"}, {"id": 1083650, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7fe395d-45db-49e8-8bf1-e345a6f0a485/width=450/1083650.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "ULLNrp0g0#=Fk]D+-?WA1kIVDi-:Q-w{oun*", "type": "image"}, {"id": 1083648, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9a8b3c08-0a8c-4f7f-9cd6-82856534ea48/width=450/1083648.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "URH27f%ME0%2S$o#Inxt?dxv$*axERognht7", "type": "image"}, {"id": 1083701, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6a99bb08-b575-4673-88a0-f4bfd3d8aa14/width=450/1083701.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UDM7Szhu00|41JD^J6==1%D;rCth=zkW.7NZ", "type": "image"}, {"id": 1083700, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3409787a-94bd-4519-b505-9f799f741407/width=450/1083700.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UaL4vbnz1HE1%%aJWGIVE5jqVZRjRNk8Sbt6", "type": "image"}, {"id": 1083703, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c7ee416b-d68a-4720-b94a-f92052633e83/width=450/1083703.jpeg", "nsfwLevel": 1, "width": 640, "height": 640, "hash": "UDK1s}8^1X^PysD|x^?GPEV=rEjE4;Mh=^%g", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/92368", "modelId": 86835} \ No newline at end of file diff --git a/datasets/metadata/92519.json b/datasets/metadata/92519.json new file mode 100644 index 0000000000000000000000000000000000000000..52d35f27987dbb0d354827a5fdbb0bf1b8cd7c8b --- /dev/null +++ b/datasets/metadata/92519.json @@ -0,0 +1 @@ +{"id": 92519, "index": 2, "name": "v1.0 With hat", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-09T18:30:55.144Z", "availability": "Public", "nsfwLevel": 12, "description": null, "trainedWords": [], "stats": {"downloadCount": 189, "ratingCount": 1, "rating": 5, "thumbsUpCount": 3, "thumbsDownCount": 0}, "files": [{"id": 63812, "sizeKB": 22235.251953125, "name": "Eleonora_Bern_Kuroinu2-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-09T16:21:19.471Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BB22C460", "AutoV2": "09D312616F", "SHA256": "09D312616FA4AC218C5FD1D7CEFEBD9758556A5498596002DB4BDEAE27F1957F", "CRC32": "1C5101E5", "BLAKE3": "F01D826D79E8CB7711785ABCEAA28A795E66AD787BC9ABB6E043E6C65260CFF8", "AutoV3": "47E3584B10CF"}, "downloadUrl": "https://civitai.com/api/download/models/92519", "primary": true}, {"id": 63878, "sizeKB": 7187.02734375, "name": "Eleonora_Bern_Kuroinu2_V1.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-09T18:46:28.943Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "02826289", "AutoV2": "6AFB023648", "SHA256": "6AFB0236488BED80E679441D17445209AE9F1DC6F2CA7AF35303F295439BC913", "CRC32": "9C1E7640", "BLAKE3": "5B83591255FD89685D8EA9C27942E1E4609EE446BE1E6682A8895C51B69186D3"}, "downloadUrl": "https://civitai.com/api/download/models/92519?type=Training%20Data"}], "images": [{"id": 1086425, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f0e5f34-4d4f-4442-9df2-080b6f8fbdec/width=450/1086425.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U8MG#K$c00~q00?b00IVDhRh?vozyFR*%1xu", "type": "image"}, {"id": 1086457, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dedeb16a-125a-46ae-a1fe-db7aa1272fe1/width=450/1086457.jpeg", "nsfwLevel": 4, "width": 608, "height": 920, "hash": "U8K^,39F00~p00S$xAnO8_9FS7NG.At7aIxu", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/92519", "modelId": 86966} \ No newline at end of file diff --git a/datasets/metadata/92581.json b/datasets/metadata/92581.json new file mode 100644 index 0000000000000000000000000000000000000000..f9a1427e3aa6f00be8116f8759a437bdfc67fd4c --- /dev/null +++ b/datasets/metadata/92581.json @@ -0,0 +1 @@ +{"id": 92581, "index": 1, "name": "v2.0 No Hat", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-09T18:30:58.369Z", "availability": "Public", "nsfwLevel": 24, "description": null, "trainedWords": [], "stats": {"downloadCount": 238, "ratingCount": 0, "rating": 0, "thumbsUpCount": 1, "thumbsDownCount": 0}, "files": [{"id": 63862, "sizeKB": 22233.3896484375, "name": "Eleonora_Bern_Kuroinu2-KK77-V2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-09T18:16:09.815Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E928B5AC", "AutoV2": "AC2A1B6751", "SHA256": "AC2A1B6751BA6923575A284A30C739635BB1DD37A02F898175C38B6EA17CA564", "CRC32": "6194E260", "BLAKE3": "B16E648C9A7230EEA55B8575CC9DCF6CFF8C1704B6D38EB7E95BE99123C055E3", "AutoV3": "676F2AC54220"}, "downloadUrl": "https://civitai.com/api/download/models/92581", "primary": true}, {"id": 63879, "sizeKB": 4935.869140625, "name": "Eleonora_Bern_Kuroinu2_V2.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-09T18:46:09.092Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "C2D3E008", "AutoV2": "C027ECD019", "SHA256": "C027ECD019E87DE630C96259EA37EAC893CEE7DEFA5BA371F2CEF92BDEE66713", "CRC32": "29E16013", "BLAKE3": "E22BBDD1B7F0FACBDDB0DD8F4D42AFD590BD5FDD17C277BAA32834FA6539C7C4"}, "downloadUrl": "https://civitai.com/api/download/models/92581?type=Training%20Data"}], "images": [{"id": 1087693, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55d0753e-2987-4011-add6-429f75ff5032/width=450/1087693.jpeg", "nsfwLevel": 16, "width": 608, "height": 920, "hash": "UBLgY10000%200IUNfx]9G_4xvxC9un2E1D$", "type": "image"}, {"id": 1087705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/647e632c-91ad-4422-92f4-980f08f16dab/width=450/1087705.jpeg", "nsfwLevel": 8, "width": 608, "height": 920, "hash": "UALgX}.T009~0000S%0L4Tj?%M9Z9c~W-;xZ", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/92581", "modelId": 86966} \ No newline at end of file diff --git a/datasets/metadata/92587.json b/datasets/metadata/92587.json new file mode 100644 index 0000000000000000000000000000000000000000..3b5b2c1df92a84f7720848eb183960289c176f5f --- /dev/null +++ b/datasets/metadata/92587.json @@ -0,0 +1 @@ +{"id": 92587, "index": 0, "name": "v3.0 Combine", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-09T18:26:05.393Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": [], "stats": {"downloadCount": 1195, "ratingCount": 186, "rating": 5, "thumbsUpCount": 230, "thumbsDownCount": 0}, "files": [{"id": 63864, "sizeKB": 22233.8193359375, "name": "Eleonora_Bern_Kuroinu2-KK77-V3.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-09T18:21:01.114Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "F856BB48", "AutoV2": "5E2764FF3D", "SHA256": "5E2764FF3D50821C77F4B2243D734D9F9A5FA1BBCF677DD65915F72E8C50AD35", "CRC32": "CA3F6BAD", "BLAKE3": "132A1C260E74C5E58F4E4265DFB608F0C67D583CD5BD66E66D90AF1797A5EE19", "AutoV3": "37D0359A83F6"}, "downloadUrl": "https://civitai.com/api/download/models/92587", "primary": true}, {"id": 63880, "sizeKB": 8046.0107421875, "name": "Eleonora_Bern_Kuroinu2_V3.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-09T18:51:16.100Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "F03F8DEC", "AutoV2": "40086519D3", "SHA256": "40086519D39611BCDAFC8987200E6DA5F1307CE71BEF6ADE0D38D39E9BBEF2CC", "CRC32": "7BF7AB78", "BLAKE3": "5EBD7CB60F562348E3B455F1EC337DE4D0FCCFF787008B2985FFF4214F09B002"}, "downloadUrl": "https://civitai.com/api/download/models/92587?type=Training%20Data"}], "images": [{"id": 4862040, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50fe973f-98fe-4a51-b75d-3ef6475de583/width=450/4862040.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJL:.f?H01?G00%19ZIU~pX9bJRjTKM{xVSh", "type": "image"}, {"id": 2683250, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4390d616-b48a-43cf-a6bb-70bea5ccf8db/width=450/2683250.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNN,6:?G4.?G4n$~RixV~pxtjatQtnRkxBWX", "type": "image"}, {"id": 1088319, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/238a1b08-853f-4b0d-81ee-b75a8283e485/width=450/1088319.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "U7LNAKFL00~p00t6H?Nh?bS%?cr=TNIVM^-;", "type": "image"}, {"id": 1088286, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/390a935f-d283-4a14-86ae-0e95c11e505e/width=450/1088286.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U6KT[GXO00xY000N8^-=4nnzx_~Wk@rq?FRk", "type": "image"}, {"id": 1088578, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cecfeec4-12ac-4801-adf3-4ce641f4ce8d/width=450/1088578.jpeg", "nsfwLevel": 4, "width": 341, "height": 512, "hash": "U8Lp%M9u00~q00%MDiSks:EM?Is,toj^ou%2", "type": "video"}, {"id": 1087894, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06093d48-5304-4217-bf2d-339272072de4/width=450/1087894.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UBL|Q1X700xV00?Hn2t8~7E1?GeStTIpi]%L", "type": "image"}, {"id": 1087802, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef1bac0f-6371-4258-965a-6b43c13bf4b5/width=450/1087802.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U8N0J79E00~q00o}-2%O^bOA~Vi{yE9ZoYSi", "type": "image"}, {"id": 1088264, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23615c4b-9e32-43f4-8bb4-81d74604f3a8/width=450/1088264.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "U7Km@Lb|000100tm~VOu00Mw0f-p0M4mx[Mw", "type": "image"}, {"id": 4861548, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3513810a-bc64-45f0-9085-5f910e1b08ee/width=450/4861548.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UGLWt;-p00~W00xD4o9FD+-;t7j]~pR*MxRj", "type": "image"}, {"id": 4861688, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7fb1662b-efb2-46a6-92e9-c43cfb5ef057/width=450/4861688.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJL:.f?H01?G00%19ZIU~pX9bJRjTKM{xVSh", "type": "image"}, {"id": 4861702, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6d6795c8-37d7-43e2-aff7-17aabad5c7d3/width=450/4861702.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UJL:.gv|00r=00^kIU-;xa-;%1Rj~qS2Vsn~", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/92587", "modelId": 86966} \ No newline at end of file diff --git a/datasets/metadata/92666.json b/datasets/metadata/92666.json new file mode 100644 index 0000000000000000000000000000000000000000..1d111f5aa0d1bbe790b831905542e574660f2748 --- /dev/null +++ b/datasets/metadata/92666.json @@ -0,0 +1 @@ +{"id": 92666, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-09T20:56:53.851Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 1917, "ratingCount": 277, "rating": 5, "thumbsUpCount": 318, "thumbsDownCount": 0}, "files": [{"id": 63935, "sizeKB": 22234.8037109375, "name": "Takayanagi_Utano_mother_in_law-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-09T20:56:16.836Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "AC859F31", "AutoV2": "C935AA938D", "SHA256": "C935AA938DEFB5AC51C92916CEB2767431754AB1F424F9886A60A38B13BA3AC7", "CRC32": "D4AEE491", "BLAKE3": "FAED133990621038074DE57AE925578F43928C08168316E165AAB6EF276D6610", "AutoV3": "1B541294C698"}, "downloadUrl": "https://civitai.com/api/download/models/92666", "primary": true}, {"id": 63950, "sizeKB": 8336.6875, "name": "Takatanagi_Utano_mother_in_law.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-09T21:21:22.817Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "30684681", "AutoV2": "C891C470F8", "SHA256": "C891C470F8317E1F4C7489B31DDA31ED3AFB3105466BF07921D62B2D44DA3E63", "CRC32": "32B82151", "BLAKE3": "9E8B45A318CBBBEC4646042084EF447F793462FDEC9EC379373372A25006ED0B"}, "downloadUrl": "https://civitai.com/api/download/models/92666?type=Training%20Data"}], "images": [{"id": 2683196, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/11a7644e-4c05-4059-9cbb-173a608ed546/width=450/2683196.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UfN8,F?GX-%2?]ozxtoL$%R*xuWBt8a#xaof", "type": "image"}, {"id": 1089082, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/68cd3e58-d546-4750-a1b0-f20434b52289/width=450/1089082.jpeg", "nsfwLevel": 2, "width": 608, "height": 920, "hash": "UTLMbaVzuOWZ?[JBI:S#X,E1%1ni#;W.X9nO", "type": "image"}, {"id": 1089084, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3ee26f2f-4e5f-4dbf-a13b-58e3bc9de9c4/width=450/1089084.jpeg", "nsfwLevel": 1, "width": 608, "height": 920, "hash": "U9MYjV010c4=3u02?dIBsH0e%f-p}K$y?It2", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/92666", "modelId": 87095} \ No newline at end of file diff --git a/datasets/metadata/92699.json b/datasets/metadata/92699.json new file mode 100644 index 0000000000000000000000000000000000000000..1041c4a9a514de71afc0db43093c52069b3c618d --- /dev/null +++ b/datasets/metadata/92699.json @@ -0,0 +1 @@ +{"id": 92699, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-09T22:34:18.746Z", "availability": "Public", "nsfwLevel": 5, "description": null, "trainedWords": [], "stats": {"downloadCount": 973, "ratingCount": 172, "rating": 5, "thumbsUpCount": 179, "thumbsDownCount": 0}, "files": [{"id": 63959, "sizeKB": 22240.84375, "name": "Shizuka_SUNOHARA_Tsuma_Netori-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-09T22:36:18.194Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "5CA72CD3", "AutoV2": "69FCC30364", "SHA256": "69FCC30364E355A21C14B5C9A38DC0E878AA7173672435FBEE0D8F05E823357B", "CRC32": "45E8EDC2", "BLAKE3": "9DBD4F6F1FC672474D237204A444DAA0A7EC724C96CF8B94F525FCFC55EE1A80", "AutoV3": "6CF27F471BB3"}, "downloadUrl": "https://civitai.com/api/download/models/92699", "primary": true}, {"id": 63958, "sizeKB": 14697.7919921875, "name": "Shizuka_SUNOHARA_Tsuma_Netori.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-09T22:36:18.154Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FEF12B9A", "AutoV2": "6CE7BE6B6F", "SHA256": "6CE7BE6B6FF3999658902324EC1F4DA7ED64AFE69F104FDC071BA0E82C05719D", "CRC32": "29777980", "BLAKE3": "A970A88899C1591F3942D6825D782CDFBC3CEA49457F5B69B286793A8779AFD1"}, "downloadUrl": "https://civitai.com/api/download/models/92699?type=Training%20Data"}], "images": [{"id": 2671297, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3d68bf91-392d-4953-9822-af545c12f84b/width=450/2671297.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USMQ01~q%f_29f-;bbXA--V?RojEENM|-noJ", "type": "image"}, {"id": 1089689, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/dc1adba4-2a03-40e4-908c-21ef1b4fbd1a/width=450/1089689.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UQL4A|IS%#xv%hM{OsD%ENNI-:sk~Vt6X9Sj", "type": "image"}, {"id": 1089705, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f6e7dfcf-e858-4ae2-9015-90a7ee68ea70/width=450/1089705.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UCLzT[006ANbL44TcFIAES4:xAS~#h-pN2-;", "type": "image"}, {"id": 1089811, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3f378378-1317-485d-b412-96653b8c84d5/width=450/1089811.jpeg", "nsfwLevel": 4, "width": 1024, "height": 1536, "hash": "UAM%N5000y4.2x00.T%M0#Rp?Hpc#i?GRN-V", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/92699", "modelId": 87123} \ No newline at end of file diff --git a/datasets/metadata/93344.json b/datasets/metadata/93344.json new file mode 100644 index 0000000000000000000000000000000000000000..642931c46cb6bca03ee3b1702b18f197a46f46d1 --- /dev/null +++ b/datasets/metadata/93344.json @@ -0,0 +1 @@ +{"id": 93344, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-10T21:11:47.197Z", "availability": "Public", "nsfwLevel": 10, "description": null, "trainedWords": [], "stats": {"downloadCount": 916, "ratingCount": 154, "rating": 5, "thumbsUpCount": 178, "thumbsDownCount": 0}, "files": [{"id": 64476, "sizeKB": 22239.5498046875, "name": "Stella_Bremer_Muv_luv-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-10T21:16:31.305Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "E2F5627B", "AutoV2": "615CDAA37A", "SHA256": "615CDAA37A4A0BE0223C609004A88C96DAEB3B15C2451A77EB32F6C1732E619A", "CRC32": "D97F09E5", "BLAKE3": "7ADEC2F31A774B8D9AC7BC95EDB0B5A8BC6DF33A122DD27B35A0CAAEEEB8B803", "AutoV3": "E203314F2E44"}, "downloadUrl": "https://civitai.com/api/download/models/93344", "primary": true}, {"id": 64478, "sizeKB": 15824.083984375, "name": "Stella_Bremer_Muv_luv.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-10T21:16:30.985Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "FC250D0B", "AutoV2": "7A339D01DA", "SHA256": "7A339D01DA132AA17FC06F53D8D1555066402F72313FD49982B09A7B934EEB69", "CRC32": "A55AED28", "BLAKE3": "CA6947DF29066F152CD0F966E720DC24BD96B99D5963C23EBE541B5F89A189E2"}, "downloadUrl": "https://civitai.com/api/download/models/93344?type=Training%20Data"}], "images": [{"id": 2669469, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efded2ec-ff1a-41e2-a673-c34c4e6dbbb0/width=450/2669469.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UaKdJF~p5S%L9YjYs:afE1RjWBV[%gxusoWB", "type": "image"}, {"id": 1101239, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d65bbde-87f4-46d8-b984-6417f0c0a43a/width=450/1101239.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UEKKNGxJ5Q02=C0LpIDj009ZMyxD~q~CRQof", "type": "image"}, {"id": 1101412, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0750a272-89ed-483e-96de-c9e06809e251/width=450/1101412.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UDF=?x_40000~1nz4;NLV=a}IUs,x_xvV?RP", "type": "image"}, {"id": 1101483, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/200a31ff-a4ae-4cec-b9e3-7dfa10177336/width=450/1101483.jpeg", "nsfwLevel": 8, "width": 341, "height": 512, "hash": "UGK-2o=}KO0Mz.4:T0D*00E1MxxF~p^*Rks,", "type": "video"}, {"id": 1101394, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/741cac55-404a-4c7c-9bae-9535eee142d6/width=450/1101394.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1536, "hash": "UDFh@yET00~UNY9F0M-q^FD*-=_2M}xZITM_", "type": "image"}, {"id": 1101272, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7da6b336-462c-439e-988e-cda960eb78f3/width=450/1101272.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UKJj}A~WOn~UsjxtNIbc00S5D*niM{9FD*Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/93344", "modelId": 87704} \ No newline at end of file diff --git a/datasets/metadata/93429.json b/datasets/metadata/93429.json new file mode 100644 index 0000000000000000000000000000000000000000..7b66ab7da498ec57e813e78e27ccd55f90011754 --- /dev/null +++ b/datasets/metadata/93429.json @@ -0,0 +1 @@ +{"id": 93429, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-11T00:48:31.957Z", "availability": "Public", "nsfwLevel": 15, "description": "Trained on 35 images of varying alleyway. Tends to put characters center or up close to one of the walls.
Credits:
hakaan - atomic hips
Some images added and all retagged. Now trained on google colab, curtain grab seems to be weaker and needs some emphasis to generate.
Credits:
Atomic hips-hakaan
Trained on delibrate. @o@
Suggested Basil mix, Elldreth's Vivid Mix and so on.
Feb 18th. Training data updated.
", "trainedWords": [], "stats": {"downloadCount": 2478, "ratingCount": 437, "rating": 5, "thumbsUpCount": 437, "thumbsDownCount": 0}, "files": [{"id": 10963, "sizeKB": 10370.123046875, "name": "ikutaerika.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-18T00:16:17.558Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "8E23ACA6", "AutoV2": "3B232DD479", "SHA256": "3B232DD479AA27B59C45D70F4C4015937BA99D43C3F621210A5935CAF5A42134", "CRC32": "81D46066", "BLAKE3": "26BEC3EDD152C3627D7E669C2E7B759B97D641DC185577AC675789037892CBBD"}, "downloadUrl": "https://civitai.com/api/download/models/9758?type=Training%20Data"}, {"id": 9416, "sizeKB": 36975.15625, "name": "delib-ikutaerika.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-12T14:26:04.662Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "02BEC286", "AutoV2": "1FFD5C0665", "SHA256": "1FFD5C066550D4842DD01363A8ECA4AF68C3370534D95C7FED143D9AABE9FBE9", "CRC32": "7FC7B189", "BLAKE3": "524379C1D0DC02E30CD65956C1E0934579F1EC0F16E9BD3F006AAF0E67F4FA90", "AutoV3": "F9426234FBAA"}, "downloadUrl": "https://civitai.com/api/download/models/9758", "primary": true}], "images": [{"id": 94714, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/765bdac0-5e5f-4e2f-1ce3-ab974966f800/width=450/94714.jpeg", "nsfwLevel": 1, "width": 712, "height": 1024, "hash": "USIXy~IV9s%N%hxV-=s+.TE3xCaf%hRo%1og", "type": "image"}, {"id": 94715, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c8a7a29b-db22-488c-da6e-bedc52003d00/width=450/94715.jpeg", "nsfwLevel": 1, "width": 712, "height": 1024, "hash": "UaJsk59t-5^*~9%L$~NHs+t7fjbHoyRQxas:", "type": "image"}, {"id": 94712, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4017f6c0-9d2f-47e7-f1a0-b42581f24800/width=450/94712.jpeg", "nsfwLevel": 1, "width": 712, "height": 1024, "hash": "UDG[7v9G~V#.^*Ip%eWs00%M?GI;^+^*-UD%", "type": "image"}, {"id": 99844, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/91c59e5e-d170-4fea-796c-925b5515e900/width=450/99844.jpeg", "nsfwLevel": 1, "width": 712, "height": 1024, "hash": "UJKKNC~U0JtO00M|%LM|IokDxuE2oxNGRjxZ", "type": "image"}, {"id": 96061, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4a8542b3-dcfe-4d99-4c81-dd92dbc88400/width=450/96061.jpeg", "nsfwLevel": 1, "width": 936, "height": 1344, "hash": "UcIql$~CM{Rj55x^tSkBx^RPnOadR5s:xDRj", "type": "image"}, {"id": 94713, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0ce1889c-1b67-45f0-7fdc-89e2ca842200/width=450/94713.jpeg", "nsfwLevel": 1, "width": 712, "height": 1024, "hash": "UCHLbw00~pxaMx-;4nxubH00~q4nD%WBt7D*", "type": "image"}, {"id": 99786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b28768f1-3e5a-468b-fd87-31d6414ce900/width=450/99786.jpeg", "nsfwLevel": 1, "width": 712, "height": 1024, "hash": "UYIO5_,,?a-n.A579woft6ogRONI%1odwas+", "type": "image"}, {"id": 94617, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cbf33318-cc08-4251-54ea-d11ca3159d00/width=450/94617.jpeg", "nsfwLevel": 1, "width": 712, "height": 971, "hash": "UJLyQE-NV:~C*I$_xV-:M1-VIBELI,-o%Jt8", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/9758", "modelId": 8268} \ No newline at end of file diff --git a/datasets/metadata/9774.json b/datasets/metadata/9774.json new file mode 100644 index 0000000000000000000000000000000000000000..181dda681cdb209ac860c820aa3eeb655694e4d5 --- /dev/null +++ b/datasets/metadata/9774.json @@ -0,0 +1 @@ +{"id": 9774, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-02-12T15:12:51.055Z", "availability": "Public", "nsfwLevel": 7, "description": null, "trainedWords": [], "stats": {"downloadCount": 1184, "ratingCount": 199, "rating": 4.99, "thumbsUpCount": 219, "thumbsDownCount": 0}, "files": [{"id": 9431, "sizeKB": 27899.0703125, "name": "dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-12T15:16:10.704Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "5CC2F36B", "AutoV2": "EF55F03173", "SHA256": "EF55F03173A760325A726E7EE3039FB1CB6FC09FB78CB21289775D8FB009475F", "CRC32": "A90F7F95", "BLAKE3": "8FE41A8EA26C763608307BD2C6F2BB7C4ECC428E1EB9B1E3CD365F78D36F8B1E"}, "downloadUrl": "https://civitai.com/api/download/models/9774?type=Training%20Data"}, {"id": 9430, "sizeKB": 36981.501953125, "name": "\u30b2\u30f3\u30c4\u30ad.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-12T15:16:01.821Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "26A911E9", "AutoV2": "BC0AD23DF0", "SHA256": "BC0AD23DF0D977C597AF5616D6B696CE38BA421D39AA275FB8344A888E68BA1F", "CRC32": "510A6D22", "BLAKE3": "0D09BF75707E9AC5DDBCB6C3BBCAEEAE2BB19B0F6EE439B8B197CD3F50859370", "AutoV3": "1047E1558ED9"}, "downloadUrl": "https://civitai.com/api/download/models/9774", "primary": true}], "images": [{"id": 94785, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1d33c02-e899-41a6-91b1-8fb90281d600/width=450/94785.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "URJafp~p?utR?a%MWCkCxaWDE2s;xus:NGRj", "type": "image"}, {"id": 94791, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e114988-fc5c-40dd-9ea8-a32c1afc6000/width=450/94791.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UbJR8UkD-;t8~WRkt7R*t6s:ogt69GayoMof", "type": "image"}, {"id": 94790, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/880bd8ca-d278-4aa9-0e2b-50710a990800/width=450/94790.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UQIq=kIUK6W?.TjE%2M{IA%0M|j[Rjt6?bog", "type": "image"}, {"id": 94789, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/43b35283-65f9-4312-0753-583aedbb9000/width=450/94789.jpeg", "nsfwLevel": 1, "width": 512, "height": 768, "hash": "UNIq.S4n9YS2~WM{4:RjI9oft8t7s:xa%Moz", "type": "image"}, {"id": 94788, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3276f4bc-f9b0-45ca-c163-2214d35a3b00/width=450/94788.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UXGb3YRP-os;~WIot7s:xuV@NHR*NbRioJof", "type": "image"}, {"id": 94787, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a871814-0c10-430c-8bf7-e8c913eb1300/width=450/94787.jpeg", "nsfwLevel": 4, "width": 512, "height": 768, "hash": "UEH-fI?atL^*O@~V~Axu4n%19vE29bRP9aIV", "type": "image"}, {"id": 94786, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/38efeff7-cbdb-4457-87db-5e18ec6acd00/width=450/94786.jpeg", "nsfwLevel": 2, "width": 512, "height": 768, "hash": "UYJk4Tt6XOt7~qoe%fWV9tRk-oRkIWa{RjoM", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/9774", "modelId": 8284} \ No newline at end of file diff --git a/datasets/metadata/97868.json b/datasets/metadata/97868.json new file mode 100644 index 0000000000000000000000000000000000000000..349d1f79d782d7b7db092e289c281440bd970aa6 --- /dev/null +++ b/datasets/metadata/97868.json @@ -0,0 +1 @@ +{"id": 97868, "index": 1, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-10-08T07:08:58.744Z", "availability": "Public", "nsfwLevel": 25, "description": null, "trainedWords": ["BiopunkAI"], "stats": {"downloadCount": 2352, "ratingCount": 232, "rating": 5, "thumbsUpCount": 255, "thumbsDownCount": 0}, "files": [{"id": 68095, "sizeKB": 147570.43359375, "name": "BioPunkAI.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-17T11:36:16.405Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "BA1006E0", "AutoV2": "19D62B9999", "SHA256": "19D62B9999469777B52206FE8909328F5C7BA031C30F664AD5823635FA2EAA4D", "CRC32": "1B5C800E", "BLAKE3": "F2B10D3948E57D732D4CD4ED9094D779A8E10E2EB7FCCD58B21C83C6937A3DCC", "AutoV3": "4117C9A525CD"}, "downloadUrl": "https://civitai.com/api/download/models/97868", "primary": true}, {"id": 68218, "sizeKB": 45938.53125, "name": "images.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-17T15:21:29.018Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "02E26A7E", "AutoV2": "399214D3CD", "SHA256": "399214D3CD7CC20147A4C3CDB7EF098FB1E34D9C85FF85C1798696F8395BD6D0", "CRC32": "9E2C844F", "BLAKE3": "47CFB59965B7543CB1E8EBB0D7C78A4C09EA6AD5E72E714F6B12A4096086365F"}, "downloadUrl": "https://civitai.com/api/download/models/97868?type=Training%20Data"}], "images": [{"id": 1177991, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/128d3108-6e37-405a-9588-22ce645a34dd/width=450/1177991.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFBz5;o}4.aK?^xuIUM{t7t7IoM{S5jFRPRj", "type": "image"}, {"id": 1177990, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7c54dee7-cd40-49b7-bb28-1a14a47a9ef8/width=450/1177990.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UCB:dBWFE1%1~qWCD*oexajYD*W;T1jExCkD", "type": "image"}, {"id": 1177980, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/06cecab7-f7d0-4e5f-967c-a5fc3eb5a61a/width=450/1177980.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U99@L=M{00?H~pM{0K-:-;oLD%a{R*t6f8M{", "type": "image"}, {"id": 1177986, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d7625c61-0403-4388-8cf3-49ffe450f77c/width=450/1177986.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UDBNA,IoI9%M_NM{IAxuM{s.RjRk9F%2xvIU", "type": "image"}, {"id": 1177993, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bcfc0e0-bca8-4460-b47c-238bc0c36d90/width=450/1177993.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U3BMiINa56-q~qbXofRQ00xDs:jEWFIAM{gN", "type": "image"}, {"id": 1177992, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/81bbc404-ce36-4886-a6e9-cfb4a0ab3a29/width=450/1177992.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UEEML8xu56xu?wWBDiWC%fj[9ZkBtlbvRPxZ", "type": "image"}, {"id": 1177987, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5e8b7c2e-c09a-4191-a0d0-395051f99bc9/width=450/1177987.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAFYruNe4:?G?HSh4:oM~VEh0Krq%LIBIB-:", "type": "image"}, {"id": 1177976, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18761b5d-0b07-4848-9c80-c7e70b5a0187/width=450/1177976.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U6D]e-.9EzM{ItIA00s:#QM{9uxuRj-p_NM|", "type": "image"}, {"id": 1177985, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83ceb0b3-075d-463a-8212-aebda28a7a04/width=450/1177985.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAAJ=.Rk00M{_NoJ9FWXD%Rjt6%f9FRj-:%M", "type": "image"}, {"id": 1177983, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46f0f1d6-b513-4d4c-a5ac-6883b1809fad/width=450/1177983.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFDcH.WW4n^j_NIpDi$%?ae:4ooI^%-:WCni", "type": "image"}, {"id": 1177975, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4e17f461-19b9-4632-b9a3-7c120f03f046/width=450/1177975.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAAJyYE24T?a~qIp9F-okVs:Rjf69Zs.ozWD", "type": "image"}, {"id": 1177981, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/82cac309-a0b9-437e-bfe8-7a65de9361ab/width=450/1177981.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFC%21RP9Fx]_NV@9ZbcRiR+E2j[ouNLRj%0", "type": "image"}, {"id": 1177988, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a53579f6-dca0-4e67-9c52-736cfc8ccdc8/width=450/1177988.jpeg", "nsfwLevel": 8, "width": 1024, "height": 1024, "hash": "U4C6+8$*0yTI~qV[00kXI;kA$iR+kWoLa0RQ", "type": "image"}, {"id": 1177989, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5502731-7df4-464d-ba0f-87f4be665b91/width=450/1177989.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UBB:Kgt69GE2_N%24oIU?HozE1M{WBbbM|ni", "type": "image"}, {"id": 1177994, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7fab49e-248c-4644-a382-374b9b519a16/width=450/1177994.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U9B3$*sq00X4~qjFDibcfMWAM|%3Ips:n%tR", "type": "image"}, {"id": 1177995, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49abf02a-9736-438b-b67b-c363f1e16ac9/width=450/1177995.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UAB3$,M|00-;_NRiD$x]t6V@IAoz_3s;9FRi", "type": "image"}, {"id": 1177996, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb6acae1-d2ba-406a-82a0-a041659f80ef/width=450/1177996.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "UFEo.5RP00xu~qnNIBtlx@-pDjD%v|tkI=IU", "type": "image"}, {"id": 1178501, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7271844e-a868-4a9f-ae8d-2cf44e848102/width=450/1178501.jpeg", "nsfwLevel": 1, "width": 3632, "height": 2048, "hash": "UFECnBxYRkXmKks:IAs9~Us:IUt7I]o0xt-;", "type": "image"}, {"id": 1178502, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7119ffe2-3512-48b8-a409-35d429e1e5a7/width=450/1178502.jpeg", "nsfwLevel": 1, "width": 3632, "height": 2048, "hash": "UaFs0#M{WBIA~qRjRkR*x]V@IVoz-:RjM|s:", "type": "image"}, {"id": 1181691, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c19c1cd0-ebb8-4106-84e4-c19fd112b37b/width=450/1181691.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1024, "hash": "U8AJ=*EL8{so~qIpD%s.?GM|NG-oR*jZozxa", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/97868", "modelId": 91807} \ No newline at end of file diff --git a/datasets/metadata/9826.json b/datasets/metadata/9826.json new file mode 100644 index 0000000000000000000000000000000000000000..ba2568528da503e2ea734d359602fe9ce433d002 --- /dev/null +++ b/datasets/metadata/9826.json @@ -0,0 +1 @@ +{"id": 9826, "index": 0, "name": "v1.0", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-02-12T19:45:09.286Z", "availability": "Public", "nsfwLevel": 1, "description": "Notes
Getting it to blend with other character LoRAs is a bit hard, but can be done
Reccomended strength : 0.50 - 0.75
Defaults to red clothes, sometimes ignores other colors, just lower strength
Reccomended to use the tags ':D', 'chibi,' and 'padoru' for the best results
Info
Trained with Trained with AbyssOrangeMix2 (SFW)
Image Set: 12
Training Resolution: 512x512
Initial release.
", "trainedWords": ["dgmkamelot", "dark skin", "dark-skinned female"], "stats": {"downloadCount": 650, "ratingCount": 68, "rating": 4.99, "thumbsUpCount": 84, "thumbsDownCount": 0}, "files": [{"id": 68433, "sizeKB": 36981.107421875, "name": "dgrayman_kamelot-09.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-17T23:26:28.043Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "2604272F", "AutoV2": "1C7172DDFC", "SHA256": "1C7172DDFC979FB5A19FCE03BBF214A1233236DC034379F161F956DD32DA7786", "CRC32": "83C2FBC0", "BLAKE3": "A929AA2043FBE11E0447440E1ABD34FC566D7B711D2124B0DE463180F8FC21F6", "AutoV3": "6C04631B8706"}, "downloadUrl": "https://civitai.com/api/download/models/98274", "primary": true}, {"id": 68532, "sizeKB": 10995.65625, "name": "dgrayman_kamelot.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-18T01:46:19.672Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "1F7FC849", "AutoV2": "2D9AFBB42D", "SHA256": "2D9AFBB42D3B8CBCA16C9BC1DED7B327A3C9A23E957C6E3FD3A57F04DD3D9FC7", "CRC32": "9F14809F", "BLAKE3": "C3BFD01938FDCF5FB9810257C8F73BC4F8414F7C57468E8EC7330D46B87F9CF6"}, "downloadUrl": "https://civitai.com/api/download/models/98274?type=Training%20Data"}], "images": [{"id": 1186100, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5062582-11d3-48d3-9ee7-64e1f8679fdf/width=450/1186100.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEHwu.=q54~p~A^*xtbZ00tl^+9FOFa0r?%2", "type": "image"}, {"id": 1186101, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3dfb8ad4-38d3-42ad-9396-413bb24e39fc/width=450/1186101.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UEHd,6Mz00?v~AW?-:E200t7?v9FSxMxrqx]", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/98274", "modelId": 92180} \ No newline at end of file diff --git a/datasets/metadata/98539.json b/datasets/metadata/98539.json new file mode 100644 index 0000000000000000000000000000000000000000..5cfc37af3b5bf78c3ead480f57ecfe44716f1dac --- /dev/null +++ b/datasets/metadata/98539.json @@ -0,0 +1 @@ +{"id": 98539, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-18T07:07:11.877Z", "availability": "Public", "nsfwLevel": 3, "description": null, "trainedWords": [], "stats": {"downloadCount": 1844, "ratingCount": 330, "rating": 5, "thumbsUpCount": 410, "thumbsDownCount": 0}, "files": [{"id": 68655, "sizeKB": 22238.982421875, "name": "Akira_Todo_World_End-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-18T07:11:19.945Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "20FFD2CA", "AutoV2": "7E91138B51", "SHA256": "7E91138B518DCF36E9016081EB67E9445A50D50F6ED39FDC2BCA45EAC7DDC1F2", "CRC32": "F6F67E1E", "BLAKE3": "62F0776069E62AC5A42B1BFD4B930C3F3A335C6BFD415A7E5F31C496956AA362", "AutoV3": "5FB8E1A68DE9"}, "downloadUrl": "https://civitai.com/api/download/models/98539", "primary": true}, {"id": 68658, "sizeKB": 14561.6826171875, "name": "Akira_Todo_World_End.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-18T07:11:43.852Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3F0250C8", "AutoV2": "5AD31642A3", "SHA256": "5AD31642A3DD8A1338128EE91EBA2275DBC21B52CFD0CD94866AA1C3E10D42AF", "CRC32": "6E112577", "BLAKE3": "5ADF9F126F42FDE5E2DCF37906A80587DB9A2FF85F277A6FCD134904C0019D37"}, "downloadUrl": "https://civitai.com/api/download/models/98539?type=Training%20Data"}], "images": [{"id": 2670609, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4f6c70d7-1f88-40d7-800e-82e57bcdd3b9/width=450/2670609.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UeNJ?{-;.8WBIWxu?bM|?^of-oR*D*WBjEWB", "type": "image"}, {"id": 1190367, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49618f82-d33d-44d5-8881-d5ef0cb707c7/width=450/1190367.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "UNM%QO^+UG%MysR*wIM{RPD*s8R*nOs.-;V[", "type": "image"}, {"id": 1190308, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f206a30c-a5bc-4ccc-8abe-e8cd29e760ff/width=450/1190308.jpeg", "nsfwLevel": 1, "width": 1024, "height": 1536, "hash": "USMG|:~V%gnNyZ?btmE2IAxtnNaxElRjxajb", "type": "image"}, {"id": 1190331, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf5a0073-d927-4d25-b6b9-13156876bf52/width=450/1190331.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UmKwwsxus+WA*0fio~ozs,WB%2ozNHt6V@Rj", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/98539", "modelId": 92425} \ No newline at end of file diff --git a/datasets/metadata/98848.json b/datasets/metadata/98848.json new file mode 100644 index 0000000000000000000000000000000000000000..ee400f788b4730350c99f925c02a493fbe6f3b3c --- /dev/null +++ b/datasets/metadata/98848.json @@ -0,0 +1 @@ +{"id": 98848, "index": 0, "name": "v2.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-18T15:37:22.390Z", "availability": "Public", "nsfwLevel": 28, "description": "Was supposed to do a small retraining with updated parameters. Turns out my first loras are rougher than i remember beneath the curtain(I am surprised how good they turned out, LORAs can be really forgiving). Ended up deleting mirrored images because it was something i did back then(and then turn on mirror augment). Clean up and upscale some images. And basically completely redo the tagging as the original was made in deepdanbooru instead of WD.
", "trainedWords": ["Kousaka_Shigure", "ShigurePinkOutfit", "ponytail"], "stats": {"downloadCount": 1201, "ratingCount": 206, "rating": 5, "thumbsUpCount": 249, "thumbsDownCount": 0}, "files": [{"id": 68879, "sizeKB": 36988.3125, "name": "KousakaShigureV2.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-18T15:36:27.798Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "C8B844C6", "AutoV2": "5145298638", "SHA256": "5145298638550993CDB16F33E1E168D313A9A20B974DDB6AF8B98225B05E7EE6", "CRC32": "487B49C2", "BLAKE3": "B5C28E6EE132DACA6B364CE6B378BDED73117A53E1BD8420444FCCF221ACF372", "AutoV3": "89646D9C7447"}, "downloadUrl": "https://civitai.com/api/download/models/98848", "primary": true}, {"id": 68880, "sizeKB": 45868.8046875, "name": "data.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-18T15:36:22.093Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "36B4A7E1", "AutoV2": "898B829BCB", "SHA256": "898B829BCB000AA1CFB72706D0FE6468D2481744A13D0C6DD4FDE2AE329FF40D", "CRC32": "F766CCEF", "BLAKE3": "D5CE8BECBE05E90E410F8E84357419A9121B55BF122329B5DA15BCE300EED59A"}, "downloadUrl": "https://civitai.com/api/download/models/98848?type=Training%20Data"}], "images": [{"id": 1195127, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2ae56471-b44a-46e6-adb5-cc1f346e4553/width=450/1195127.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UJMYv[*J2~_4Ld?c~DSQK^%3w7J68|Ee-;%3", "type": "image"}, {"id": 1195131, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5de16989-05ac-4010-9140-f95b5fe27102/width=450/1195131.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "USMro:n7?^R$UCTJflxG5jxD-Va{Myxu?Hs=", "type": "image"}, {"id": 1195115, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8bebab9f-1224-45b7-818d-f2cacc8441e4/width=450/1195115.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UPL3$E~pE,-pAc-;?GIoMdjZ%1NGtTtR%Nxt", "type": "image"}, {"id": 1195121, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/31f6a270-f805-4605-b7e6-81a5a75a6ec5/width=450/1195121.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UHM5t|00u39s8n9Fxva_kqJ~kp%30Jx[~Cep", "type": "image"}, {"id": 1195129, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5598d45-01a3-4f32-8a70-80afb359c3f0/width=450/1195129.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UCLM9%00TW00C]$*Mz9t0xof-.WARpNG^*ae", "type": "image"}, {"id": 1195119, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d4971b7-2314-453c-8063-309a9d473b79/width=450/1195119.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UPK]i_rXPMIAy:xa$kM{tl9sxv9Z9tNF=}Vt", "type": "image"}, {"id": 1195117, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3fe50c4d-6424-454f-8327-4675c002c508/width=450/1195117.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UMLVOo0dB}DP*H=y,]D%X,%2I.afEKX5-Coz", "type": "image"}, {"id": 1195113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5b2bab8-b940-4b41-9393-c929491fe0f8/width=450/1195113.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UaKU4;?w?wM{?t%gWC%2%K-oE1RjD*aP-UX4", "type": "image"}, {"id": 1195114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/73522963-389d-4de8-a7f9-2bf53758b7a7/width=450/1195114.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UWJ%wl~q%F?Gs%o#-;NeozV@RjWYSikD-UWB", "type": "image"}, {"id": 1195112, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/40e31bdb-4985-46d2-b907-cd2d7e091c65/width=450/1195112.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UEI=4DC8ui~W00~o00579SRr~DNLM;ET_3xa", "type": "image"}, {"id": 1195116, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ec1c7c24-913e-4b9b-806c-31ffa0a72af2/width=450/1195116.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDJkD*~V0000^hMc-;t8=q-qI;IT%M-;-qIU", "type": "image"}, {"id": 1195118, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e0e996c1-2835-411b-8c95-a1d522a1e06c/width=450/1195118.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "U9LVqZ00u5}]3cEK00tj00u1-8R5HX.8$_xc", "type": "image"}, {"id": 1195122, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0150fcfa-e21b-4143-8758-4027e0e867c3/width=450/1195122.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UFKJT71C2$Ht4G?E%2EI4??b~Ak$}d%gx-xa", "type": "image"}, {"id": 1195123, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/da8de6ce-bced-4560-a3a4-cdd91e732121/width=450/1195123.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UJLM9s8|kO01uXV?xtMf0d?E^kM}}vxVxakC", "type": "image"}, {"id": 1195124, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1028e045-ebf3-4db4-a2a7-0d7e3e9cbd66/width=450/1195124.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UPKSh+sER~?GPLNbt5t60eI:%Ln%}cRSt7f$", "type": "image"}, {"id": 1195125, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/37338f64-85b3-40df-95e1-8280e71f2ec8/width=450/1195125.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UPM5@b-:?c9H3L%2%MNG0KIo%0bq}ckCsp-W", "type": "image"}, {"id": 1195126, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0627a4fd-2fdd-4408-9593-73f3162259b4/width=450/1195126.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UNM#-w4,TvDiy:r=^8IoO+ofInjdS|R%=#WA", "type": "image"}, {"id": 1195120, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8534dfc2-8422-477c-abe7-a52072f27bc6/width=450/1195120.jpeg", "nsfwLevel": 1, "width": 512, "height": 1024, "hash": "UDIDwN[|2%357=OvVt?I.mE8^,=~9]a+=|W@", "type": "image"}, {"id": 1195128, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5cb1102c-9b6e-4b20-ab02-6f3de3ebf4a9/width=450/1195128.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UPL.Z6D~-oDiqC=foLIUELkUj[WD0yW-$*Rj", "type": "image"}, {"id": 1195130, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e884db17-3a1f-45a8-b046-2d7ed6034c02/width=450/1195130.jpeg", "nsfwLevel": 2, "width": 512, "height": 1024, "hash": "UOL2#u9vR6xI7TE3S[NZ4;Ip-:xZ}]WB=#$+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/98848", "modelId": 13720} \ No newline at end of file diff --git a/datasets/metadata/9896.json b/datasets/metadata/9896.json new file mode 100644 index 0000000000000000000000000000000000000000..993edb0d2b53e07f696c10027922738e8ab9bc6d --- /dev/null +++ b/datasets/metadata/9896.json @@ -0,0 +1 @@ +{"id": 9896, "index": 0, "name": "V3", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-02-13T01:58:24.017Z", "availability": "Public", "nsfwLevel": 7, "description": "Training settings:
109 images\n5 repeats \n6 epochs\n3270 steps (batch size:1)\nText encoder learning rate: 1e-5 \nUnet learning rate: 1e-3 \nMax bucket resolution: 512 \nClip skip: 2 \nNetwork dim: 8\nAlpha: 1 \nscheduler: cosine\nBatch size=1 \nBase model: NAI
", "trainedWords": [], "stats": {"downloadCount": 4449, "ratingCount": 693, "rating": 5, "thumbsUpCount": 758, "thumbsDownCount": 0}, "files": [{"id": 9535, "sizeKB": 21607.1640625, "name": "karin.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-13T02:01:01.822Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "F3B113A2", "AutoV2": "AC525F6DC1", "SHA256": "AC525F6DC1122D4A8BE339BE8451F5BA94ED670997F5BE8D7ED9BA5F416A90CE", "CRC32": "E8AD8BC3", "BLAKE3": "39F78CE6A71FE76CE7CD69B0A86546888520DAF6A9E83D94D6B2D94970518CFE"}, "downloadUrl": "https://civitai.com/api/download/models/9896?type=Training%20Data"}, {"id": 9534, "sizeKB": 9342.0126953125, "name": "Karin8V3_e6.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-13T02:00:56.731Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "1588A7C6", "AutoV2": "9C05B3D297", "SHA256": "9C05B3D297AFB9FE3A98A0DEBCB5BC527859886BC12ACE061428949895A0F4A1", "CRC32": "C201F186", "BLAKE3": "3B71967DBB45BB6E7AEB6AE9E5D652BACD537833B1F7487286BF1A9B335523E5", "AutoV3": "BAED37CE19A1"}, "downloadUrl": "https://civitai.com/api/download/models/9896", "primary": true}], "images": [{"id": 96324, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/67f8978e-7db8-409c-e8aa-ba84727b4100/width=450/96324.jpeg", "nsfwLevel": 1, "width": 704, "height": 960, "hash": "UPJRQ|~WI.4o.8R%?bRj~X-;?ca{-qogIpj@", "type": "image"}, {"id": 96329, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d957ced-7879-47db-61da-03fe7d7d8600/width=450/96329.jpeg", "nsfwLevel": 2, "width": 704, "height": 960, "hash": "UOGlen8^?vROyZr:t7EKm*%LE1oeIUV@xaWB", "type": "image"}, {"id": 96328, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2d4b599a-ef45-4a8f-f228-d6fad32af000/width=450/96328.jpeg", "nsfwLevel": 4, "width": 704, "height": 960, "hash": "U7F#,k00yE_3xTMxxq00-V0L^*-p0zxt~Vt9", "type": "image"}, {"id": 96327, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/47ad73c4-e09d-42a8-623c-552f8c51bd00/width=450/96327.jpeg", "nsfwLevel": 1, "width": 704, "height": 960, "hash": "UNJH,U_2I.4o.8WU?bV@~X%M_3kB?ct8S5R*", "type": "image"}, {"id": 96326, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b6de1ebe-104d-496d-af8c-88940c6bf500/width=450/96326.jpeg", "nsfwLevel": 4, "width": 704, "height": 960, "hash": "UOI5GH~p.8RPyYSi%NIV~W-qxvS2Ip%M-;%M", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/9896", "modelId": 8387}
\ No newline at end of file
diff --git a/datasets/metadata/99393.json b/datasets/metadata/99393.json
new file mode 100644
index 0000000000000000000000000000000000000000..833fc890cdc09b9a8d9c49d5ae2361d27c1c0946
--- /dev/null
+++ b/datasets/metadata/99393.json
@@ -0,0 +1 @@
+{"id": 99393, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-19T09:44:21.080Z", "availability": "Public", "nsfwLevel": 2, "description": null, "trainedWords": [], "stats": {"downloadCount": 925, "ratingCount": 158, "rating": 4.97, "thumbsUpCount": 201, "thumbsDownCount": 1}, "files": [{"id": 69284, "sizeKB": 22235.3955078125, "name": "Riko_KIRIHARA_World_End-KK77-V1.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-19T09:41:49.597Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "98D7AC8D", "AutoV2": "D58B6B1AF6", "SHA256": "D58B6B1AF64B7E11306FE738C9B07956FBC651E4646BD14D8E6FDE2D9C84003C", "CRC32": "B97C4116", "BLAKE3": "530DA1125F1E454E701179CBDD7D67636A57E1397D715973D886AB5FB9CE739A", "AutoV3": "1410AFA9FA8F"}, "downloadUrl": "https://civitai.com/api/download/models/99393", "primary": true}, {"id": 69286, "sizeKB": 12021.9150390625, "name": "Riko_KIRIHARA_World_End.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-19T09:46:29.631Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "6D41FC6C", "AutoV2": "45AD86D707", "SHA256": "45AD86D707F5B7ECE1DAA354208E55984CAAE8B2B373B4E8FA8DAFAA1A84D125", "CRC32": "3FDC5358", "BLAKE3": "B2C9E92C4EFBA69A11E9A2B74E40DDD318B4E855EA7D87B87F281A65967D454D"}, "downloadUrl": "https://civitai.com/api/download/models/99393?type=Training%20Data"}], "images": [{"id": 2670393, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f3dcdd9b-2989-41b7-8d2d-39ef014662a4/width=450/2670393.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UfO:ePt7.Tt756ay-paft9oexYj[.7j?t7oL", "type": "image"}, {"id": 1594699, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c3c5c0d1-ace1-47a2-a19a-712f186a8cca/width=450/1594699.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "ULJREw~W5QyES^bu-=9F0LNH-paL_3%2Rib]", "type": "image"}, {"id": 1204520, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f111f80a-47c9-4d6b-930c-3fa2b44b5ecd/width=450/1204520.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "UEJ*J200pu?]-;4.9a0000I.~DwNMzRQ%LtR", "type": "image"}, {"id": 1204526, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/35e42ca4-1b24-4551-bcae-5141ab996206/width=450/1204526.jpeg", "nsfwLevel": 2, "width": 1024, "height": 1536, "hash": "URKnC|~VJitRS#X9s=V@Sc-;^,IVbKtRR%oy", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/99393", "modelId": 93220}
\ No newline at end of file
diff --git a/datasets/metadata/9965.json b/datasets/metadata/9965.json
new file mode 100644
index 0000000000000000000000000000000000000000..dd6fea9a0b5dbd6266632f0ffb82bdb763a717c0
--- /dev/null
+++ b/datasets/metadata/9965.json
@@ -0,0 +1 @@
+{"id": 9965, "index": 0, "name": "1", "baseModel": "Other", "baseModelType": "Standard", "publishedAt": "2023-02-13T08:20:05.908Z", "availability": "Public", "nsfwLevel": 15, "description": null, "trainedWords": ["sothis"], "stats": {"downloadCount": 476, "ratingCount": 47, "rating": 4.98, "thumbsUpCount": 48, "thumbsDownCount": 0}, "files": [{"id": 9599, "sizeKB": 262507.0556640625, "name": "sothis_dataset.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-13T08:21:40.031Z", "metadata": {"format": "Other"}, "hashes": {"AutoV1": "86DE5DC5", "AutoV2": "289B1B5F27", "SHA256": "289B1B5F273C72D1910CF323301BC4C8E7879CE3CDA69C9FB6F90041083FF41B", "CRC32": "0809AA11", "BLAKE3": "14E409008081BAC302DF9EC3B063C4BEF7DCDDBC250840BA855E923F02AFFA26"}, "downloadUrl": "https://civitai.com/api/download/models/9965?type=Training%20Data"}, {"id": 9598, "sizeKB": 147573.712890625, "name": "sothis.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-02-13T08:21:05.688Z", "metadata": {"format": "SafeTensor", "size": "full", "fp": "fp16"}, "hashes": {"AutoV1": "19CD245B", "AutoV2": "C3AED57760", "SHA256": "C3AED57760104F8C794419CFCD10701F48BBEDD8A8EC505010BC021FEA1A09FC", "CRC32": "46ED358A", "BLAKE3": "D53F0230CE073AF90772B3F2FC9B408732AE2572B8C1636F43451CE8FE18CE07", "AutoV3": "7931462F2B99"}, "downloadUrl": "https://civitai.com/api/download/models/9965", "primary": true}], "images": [{"id": 97086, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c57b7b22-5490-45cd-2680-389762a05000/width=450/97086.jpeg", "nsfwLevel": 1, "width": 640, "height": 960, "hash": "UAGuj#0K00~WABs;M{$j^lIU01-pIn-p-;4.", "type": "image"}, {"id": 97088, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e5b23d57-3039-42ad-5d26-294d87d79400/width=450/97088.jpeg", "nsfwLevel": 2, "width": 640, "height": 960, "hash": "UJIOOW~pNZx[%KMy-WWV?HW-9Zf6V[RQ?GR*", "type": "image"}, {"id": 97114, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/db07ea42-29b4-4b30-6cd4-46b9bf9b6c00/width=450/97114.jpeg", "nsfwLevel": 1, "width": 640, "height": 960, "hash": "UQKd;+8{9Z-:TpMy^+R%yCRkIUbG~WR%ae%2", "type": "image"}, {"id": 97091, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/592daeb9-8cae-4bc7-b918-19d3aba1cb00/width=450/97091.jpeg", "nsfwLevel": 4, "width": 640, "height": 960, "hash": "U6L41%0003,^00~V8{D+00Ne-pRk00_2s:%2", "type": "image"}, {"id": 97087, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a60341ad-7c46-402f-7a76-dd98195c8300/width=450/97087.jpeg", "nsfwLevel": 8, "width": 960, "height": 728, "hash": "ULMG9m_4-E$NmB$+M{E1:@RQ%JW9=Yk9IuNJ", "type": "image"}, {"id": 97113, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f64a8411-ca01-4d12-879f-01304083c200/width=450/97113.jpeg", "nsfwLevel": 2, "width": 640, "height": 960, "hash": "UOL|u[RQ-=x[%}tR~Vxt-=D%t8x]~qNFM|jc", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/9965", "modelId": 8449}
\ No newline at end of file
diff --git a/datasets/metadata/99679.json b/datasets/metadata/99679.json
new file mode 100644
index 0000000000000000000000000000000000000000..ac725e9cad3ec0feedfbd0d5aa8f94e667d3d207
--- /dev/null
+++ b/datasets/metadata/99679.json
@@ -0,0 +1 @@
+{"id": 99679, "index": 0, "name": "v1.0", "baseModel": "SD 1.5", "baseModelType": "Standard", "publishedAt": "2023-06-19T19:56:04.572Z", "availability": "Public", "nsfwLevel": 1, "description": null, "trainedWords": ["bofuri-maple", "white wings", "black hair", "blonde hair", "white armor", "black armor"], "stats": {"downloadCount": 800, "ratingCount": 99, "rating": 5, "thumbsUpCount": 112, "thumbsDownCount": 0}, "files": [{"id": 69516, "sizeKB": 73848.3291015625, "name": "bofuri-maple.safetensors", "type": "Model", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-19T19:01:29.041Z", "metadata": {"format": "SafeTensor", "size": null, "fp": null}, "hashes": {"AutoV1": "6302B12C", "AutoV2": "04C9E496CC", "SHA256": "04C9E496CC68B6FB4D5581091A1FC644FFC9D3226D0649149FC5D42249D0BA15", "CRC32": "B95C95A1", "BLAKE3": "3A193B0E1CA28DA345FE90683783B9E4927F6508B5FEDF81C537F8A6544B243C", "AutoV3": "53A371327E06"}, "downloadUrl": "https://civitai.com/api/download/models/99679", "primary": true}, {"id": 69550, "sizeKB": 2531851.426757812, "name": "bofuri-mapleV4.zip", "type": "Training Data", "pickleScanResult": "Success", "pickleScanMessage": "No Pickle imports", "virusScanResult": "Success", "virusScanMessage": null, "scannedAt": "2023-06-19T19:59:52.865Z", "metadata": {"format": "Other", "size": null, "fp": null}, "hashes": {"AutoV1": "3FD299FD", "AutoV2": "40478751F9", "SHA256": "40478751F92B153F53263105DF5DDB3690856716CEBC5887D8C13A3CD313D976", "CRC32": "A79FD560", "BLAKE3": "058E9AB3EC81FB326AB8B317B816A15D4F3B1BCDCA8B1EC0A8FEDAF181C154ED"}, "downloadUrl": "https://civitai.com/api/download/models/99679?type=Training%20Data"}], "images": [{"id": 1210157, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32987582-54ad-4dbb-8ec2-974bc63e9770/width=450/1210157.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UBCQSWIxLn91V#R7MMkVI-IE%1oMx?$|xZIV", "type": "image"}, {"id": 1210156, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b721f53-9ebf-4337-887b-547767cbf9f5/width=450/1210156.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U6B|E9%3Kb^mB,5702IU%x_2~BW955tlxHE1", "type": "image"}, {"id": 1210159, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9c448e6-b3dc-412d-bcbc-368b34d45022/width=450/1210159.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UOGbt{IW00?b4-RU~pV_x@xu%2E1xtM|jcxt", "type": "image"}, {"id": 1210162, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53205c61-2964-4c5e-8f09-a4b88e87ec34/width=450/1210162.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UCEorc4n0L=|uOD$oh-WJ6E1~WWBR.WS9aNH", "type": "image"}, {"id": 1210163, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8a3aeaac-5256-41bf-8917-e3994957f787/width=450/1210163.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UJHBl80L0xsr55xaIUxb-:4.xsoN~VRjx[s;", "type": "image"}, {"id": 1210176, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a31782e6-e891-4ba8-9e79-dd32ded37342/width=450/1210176.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UIG97_$-5O0f01M#%LIUryE1-p~VI.f8ofIV", "type": "image"}, {"id": 1210614, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/698a8a80-9a3a-43bd-9864-1eedb70ceb7b/width=450/1210614.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U8D,1N000h~V_1Dj4q-:00~W=wE100?a?ZM{", "type": "image"}, {"id": 1210613, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/02080150-cadd-4110-af35-ad73ba8ae821/width=450/1210613.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "U9FsC~0J0fxV^UM#02--00_3r.%M0w^$%Jxb", "type": "image"}, {"id": 1210616, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fe091bb1-f80d-4906-8693-88cce1cfc3bb/width=450/1210616.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UPJ**c~W0i?b00WVnlM{0L4.xUM{xcxas+xt", "type": "image"}, {"id": 1210615, "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1c7ab580-1dae-4c80-a46d-485f292728ca/width=450/1210615.jpeg", "nsfwLevel": 1, "width": 768, "height": 768, "hash": "UCI=JZ9D00-V00-rxx9F0J?tM{_4WI9ZxbR+", "type": "image"}], "downloadUrl": "https://civitai.com/api/download/models/99679", "modelId": 93476}
\ No newline at end of file